2024-04-20T03:14:09.503 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-20T03:14:09.504 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --verbose --name teuthology-2024-04-20_03:08:03-upgrade-main-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-20_03:08:03-upgrade-main-distro-default-smithi/7664346 --description upgrade/telemetry-upgrade/pacific-x/{0-random-distro$/{centos_8.stream_container_tools_crun} 0-start 1-tasks} -- /home/teuthworker/archive/teuthology-2024-04-20_03:08:03-upgrade-main-distro-default-smithi/7664346/orig.config.yaml 2024-04-20T03:14:09.538 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-20T03:14:09.614 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-20_03:08:03-upgrade-main-distro-default-smithi/7664346 branch: main description: upgrade/telemetry-upgrade/pacific-x/{0-random-distro$/{centos_8.stream_container_tools_crun} 0-start 1-tasks} email: ceph-qa@ceph.com first_in_suite: false job_id: '7664346' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-20_03:08:03-upgrade-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: main ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true create_rbd_pool: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 6c950c16e2bf99bd562fd546e3ba845b865a4fe4 owner: scheduled_teuthology@teuthology priority: 850 repo: https://git.ceph.com/ceph.git roles: - - mon.a - mon.c - mgr.y - mds.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mds.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 2085 sha1: d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 sleep_before_teardown: 0 subset: 20/32 suite: upgrade suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_6c950c16e2bf99bd562fd546e3ba845b865a4fe4/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 6c950c16e2bf99bd562fd546e3ba845b865a4fe4 targets: smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEG8M8eEbcqye3q5w/kTmnR0LD0Ma0XRF8kkNx+//DnSZi8kqLSLe2Jw5oTznvCNUTsWFPrS1SDN6IO/hi+mSbg= smithi184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJg93N9NH/aQYojoipZVh3tYl6YO2lhhxRh6O+FiQ5KpLw6u57k4jTx5SLTETCaWwoyJaLTtcFpeyz6OLdzTKhI= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - install: branch: pacific exclude_packages: - ceph-volume - print: '**** done install task...' - print: '**** done start installing pacific cephadm ...' - cephadm: cephadm_branch: pacific cephadm_git_url: https://github.com/ceph/ceph conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.io/ceph/daemon-base:latest-pacific - print: '**** done end installing pacific cephadm ...' - print: '**** done start cephadm.shell ceph config set mgr...' - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest true --force - print: '**** done cephadm.shell ceph config set mgr...' - print: '**** done start telemetry pacific...' - workunit: clients: client.0: - test_telemetry_pacific.sh - print: '**** done end telemetry pacific...' - print: '**** done start upgrade sequence...' - sequential: - print: '**** done start upgrade...' - cephadm.shell: env: - sha1 mon.a: - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - print: '**** done end upgrade...' - print: '**** done start telemetry x...' - workunit: clients: client.0: - test_telemetry_pacific_x.sh - print: '**** done end telemetry x...' - print: '**** done end upgrade sequence...' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-20_03:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-20T03:14:09.615 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_6c950c16e2bf99bd562fd546e3ba845b865a4fe4/qa; will attempt to use it 2024-04-20T03:14:09.615 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_6c950c16e2bf99bd562fd546e3ba845b865a4fe4/qa/tasks 2024-04-20T03:14:09.615 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-20T03:14:09.617 INFO:teuthology.task.internal:Checking packages... 2024-04-20T03:14:09.640 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd5c8530042f7705c6e8ec83a32e0ea1be9cbad40' 2024-04-20T03:14:09.640 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-20T03:14:09.640 INFO:teuthology.packaging:ref: None 2024-04-20T03:14:09.640 INFO:teuthology.packaging:tag: None 2024-04-20T03:14:09.641 INFO:teuthology.packaging:branch: main 2024-04-20T03:14:09.641 INFO:teuthology.packaging:sha1: d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:14:09.641 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2024-04-20T03:14:10.002 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3157.gd5c85300 2024-04-20T03:14:10.004 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-20T03:14:10.011 INFO:teuthology.task.internal:no buildpackages task found 2024-04-20T03:14:10.011 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-20T03:14:10.028 INFO:teuthology.task.internal:Saving configuration 2024-04-20T03:14:10.041 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-20T03:14:10.048 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-20T03:14:10.068 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-20_03:08:03-upgrade-main-distro-default-smithi/7664346', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-20 03:09:00.669365', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEG8M8eEbcqye3q5w/kTmnR0LD0Ma0XRF8kkNx+//DnSZi8kqLSLe2Jw5oTznvCNUTsWFPrS1SDN6IO/hi+mSbg='} 2024-04-20T03:14:10.087 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-20_03:08:03-upgrade-main-distro-default-smithi/7664346', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-20 03:09:00.671076', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJg93N9NH/aQYojoipZVh3tYl6YO2lhhxRh6O+FiQ5KpLw6u57k4jTx5SLTETCaWwoyJaLTtcFpeyz6OLdzTKhI='} 2024-04-20T03:14:10.088 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-20T03:14:10.094 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'mds.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-04-20T03:14:10.094 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['mon.b', 'mds.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-04-20T03:14:10.094 INFO:teuthology.run_tasks:Running task console_log... 2024-04-20T03:14:10.163 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f56d038e0d0>, signals=[15]) 2024-04-20T03:14:10.163 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-20T03:14:10.169 INFO:teuthology.task.internal:Opening connections... 2024-04-20T03:14:10.169 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2024-04-20T03:14:10.171 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-20T03:14:10.248 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2024-04-20T03:14:10.248 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-20T03:14:10.320 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-20T03:14:10.327 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2024-04-20T03:14:10.350 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2024-04-20T03:14:10.350 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2024-04-20T03:14:10.410 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="CentOS Stream" 2024-04-20T03:14:10.410 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="8" 2024-04-20T03:14:10.410 INFO:teuthology.orchestra.run.smithi177.stdout:ID="centos" 2024-04-20T03:14:10.411 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="rhel fedora" 2024-04-20T03:14:10.411 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="8" 2024-04-20T03:14:10.411 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el8" 2024-04-20T03:14:10.411 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-20T03:14:10.411 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2024-04-20T03:14:10.411 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-20T03:14:10.411 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://centos.org/" 2024-04-20T03:14:10.411 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-20T03:14:10.411 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-20T03:14:10.411 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-20T03:14:10.412 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2024-04-20T03:14:10.441 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2024-04-20T03:14:10.464 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2024-04-20T03:14:10.464 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2024-04-20T03:14:10.526 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="CentOS Stream" 2024-04-20T03:14:10.526 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="8" 2024-04-20T03:14:10.526 INFO:teuthology.orchestra.run.smithi184.stdout:ID="centos" 2024-04-20T03:14:10.526 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE="rhel fedora" 2024-04-20T03:14:10.526 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="8" 2024-04-20T03:14:10.526 INFO:teuthology.orchestra.run.smithi184.stdout:PLATFORM_ID="platform:el8" 2024-04-20T03:14:10.527 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-20T03:14:10.527 INFO:teuthology.orchestra.run.smithi184.stdout:ANSI_COLOR="0;31" 2024-04-20T03:14:10.527 INFO:teuthology.orchestra.run.smithi184.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-20T03:14:10.527 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://centos.org/" 2024-04-20T03:14:10.527 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-20T03:14:10.527 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-20T03:14:10.527 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-20T03:14:10.527 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2024-04-20T03:14:10.549 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-20T03:14:10.558 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-20T03:14:10.563 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-20T03:14:10.563 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2024-04-20T03:14:10.566 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2024-04-20T03:14:10.587 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-20T03:14:10.593 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-20T03:14:10.593 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2024-04-20T03:14:10.626 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2024-04-20T03:14:10.655 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-20T03:14:10.709 INFO:teuthology.run_tasks:Running task kernel... 2024-04-20T03:14:10.723 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-20T03:14:10.724 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-20T03:14:10.724 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-20T03:14:10.724 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-20T03:14:10.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-20T03:14:10.744 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-04-20T03:14:10.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-20T03:14:10.745 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-04-20T03:14:10.804 INFO:teuthology.orchestra.run.smithi177.stdout:4.18.0-489.el8.x86_64 2024-04-20T03:14:10.805 INFO:teuthology.task.kernel:Running kernel on smithi177: 4.18.0-489.el8.x86_64 2024-04-20T03:14:10.805 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2024-04-20T03:14:10.808 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-489.el8.x86_64 2024-04-20T03:14:10.808 INFO:teuthology.task.kernel:Running kernel on smithi184: 4.18.0-489.el8.x86_64 2024-04-20T03:14:10.808 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum install -y kernel 2024-04-20T03:14:14.791 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - AppStream 21 MB/s | 28 MB 00:01 2024-04-20T03:14:14.818 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - AppStream 21 MB/s | 28 MB 00:01 2024-04-20T03:14:20.510 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - BaseOS 16 MB/s | 10 MB 00:00 2024-04-20T03:14:20.632 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 10 MB 00:00 2024-04-20T03:14:22.427 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - Extras 61 kB/s | 18 kB 00:00 2024-04-20T03:14:22.533 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras 61 kB/s | 18 kB 00:00 2024-04-20T03:14:22.925 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras common packages 27 kB/s | 7.7 kB 00:00 2024-04-20T03:14:22.986 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 7.7 kB 00:00 2024-04-20T03:14:23.168 INFO:teuthology.orchestra.run.smithi184.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-04-20T03:14:23.228 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-04-20T03:14:24.221 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2024-04-20T03:14:25.221 INFO:teuthology.orchestra.run.smithi184.stdout:Extra Packages for Enterprise Linux 8.3 MB/s | 16 MB 00:01 2024-04-20T03:14:27.971 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 359 kB/s | 24 kB 00:00 2024-04-20T03:14:28.961 INFO:teuthology.orchestra.run.smithi184.stdout:lab-extras 483 kB/s | 24 kB 00:00 2024-04-20T03:14:31.068 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-20T03:14:31.068 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-20T03:14:31.180 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:14:31.181 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:14:31.181 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-04-20T03:14:31.181 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:14:31.181 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:14:31.181 INFO:teuthology.orchestra.run.smithi177.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-20T03:14:31.182 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-04-20T03:14:31.182 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-20T03:14:31.182 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-20T03:14:31.182 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:14:31.182 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:14:31.182 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:14:31.182 INFO:teuthology.orchestra.run.smithi177.stdout:Install 3 Packages 2024-04-20T03:14:31.182 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:14:31.183 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 90 M 2024-04-20T03:14:31.183 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 96 M 2024-04-20T03:14:31.183 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:14:31.958 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-20T03:14:31.958 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-20T03:14:32.076 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:14:32.077 INFO:teuthology.orchestra.run.smithi184.stdout:Install 3 Packages 2024-04-20T03:14:32.078 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:14:32.078 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 90 M 2024-04-20T03:14:32.078 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 96 M 2024-04-20T03:14:32.078 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:14:32.123 INFO:teuthology.orchestra.run.smithi177.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2024-04-20T03:14:33.154 INFO:teuthology.orchestra.run.smithi184.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 10 MB/s | 10 MB 00:01 2024-04-20T03:14:33.364 INFO:teuthology.orchestra.run.smithi177.stdout:(2/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 18 MB/s | 36 MB 00:01 2024-04-20T03:14:33.923 INFO:teuthology.orchestra.run.smithi177.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 17 MB/s | 44 MB 00:02 2024-04-20T03:14:33.923 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:14:33.923 INFO:teuthology.orchestra.run.smithi177.stdout:Total 33 MB/s | 90 MB 00:02 2024-04-20T03:14:34.137 INFO:teuthology.orchestra.run.smithi184.stdout:(2/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2024-04-20T03:14:34.607 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:14:34.629 INFO:teuthology.orchestra.run.smithi184.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 18 MB/s | 44 MB 00:02 2024-04-20T03:14:34.629 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:14:34.630 INFO:teuthology.orchestra.run.smithi184.stdout:Total 35 MB/s | 90 MB 00:02 2024-04-20T03:14:35.037 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:14:35.037 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:14:35.311 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:14:35.738 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:14:35.739 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:14:36.295 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:14:36.314 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:14:36.987 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:14:37.001 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:14:39.088 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:14:39.642 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-20T03:14:39.766 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:14:40.310 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-20T03:14:43.231 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-20T03:14:43.641 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-20T03:14:43.848 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-20T03:14:44.234 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-20T03:14:47.089 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-20T03:14:47.391 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-20T03:14:47.676 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-20T03:14:47.941 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-20T03:15:09.817 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-20T03:15:09.842 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-20T03:15:09.914 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-20T03:15:09.938 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-20T03:15:10.279 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-20T03:15:10.279 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-20T03:15:10.279 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-20T03:15:10.490 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-20T03:15:10.490 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-20T03:15:10.490 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-20T03:15:10.798 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-20T03:15:10.798 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:15:10.799 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:15:10.799 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-20T03:15:10.799 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-20T03:15:10.799 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:15:10.799 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:15:10.968 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2024-04-20T03:15:11.010 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-20T03:15:11.010 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:15:11.010 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:15:11.010 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-20T03:15:11.010 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-20T03:15:11.010 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:15:11.010 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:15:11.192 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-20T03:15:11.192 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-20T03:15:11.192 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-20T03:15:11.192 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-20T03:15:11.192 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-20T03:15:11.192 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-04-20T03:15:11.193 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2024-04-20T03:15:11.193 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2024-04-20T03:15:11.194 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-04-20T03:15:11.406 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-20T03:15:11.407 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-20T03:15:11.407 DEBUG:teuthology.orchestra.run.smithi184:> sudo rpm -qi grub2-tools 2024-04-20T03:15:11.412 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-20T03:15:11.413 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-20T03:15:11.413 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-20T03:15:11.413 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-20T03:15:11.413 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-20T03:15:11.413 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-04-20T03:15:11.413 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi177.front.sepia.ceph.com, path=None, version=distro) 2024-04-20T03:15:11.413 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-04-20T03:15:11.440 INFO:teuthology.orchestra.run.smithi184.stdout:Name : grub2-tools 2024-04-20T03:15:11.440 INFO:teuthology.orchestra.run.smithi184.stdout:Epoch : 1 2024-04-20T03:15:11.440 INFO:teuthology.orchestra.run.smithi184.stdout:Version : 2.02 2024-04-20T03:15:11.440 INFO:teuthology.orchestra.run.smithi184.stdout:Release : 129.el8 2024-04-20T03:15:11.440 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: x86_64 2024-04-20T03:15:11.440 INFO:teuthology.orchestra.run.smithi184.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:Group : System Environment/Base 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:Size : 9265586 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:License : GPLv3+ 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:Relocations : (not relocatable) 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:Packager : CentOS BuildSystem 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:Vendor : CentOS 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:Summary : Support tools for GRUB. 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:Description : 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-20T03:15:11.441 INFO:teuthology.orchestra.run.smithi184.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-20T03:15:11.442 INFO:teuthology.orchestra.run.smithi184.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-20T03:15:11.442 INFO:teuthology.orchestra.run.smithi184.stdout:hardware devices. 2024-04-20T03:15:11.442 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:15:11.442 INFO:teuthology.orchestra.run.smithi184.stdout:This subpackage provides tools for support of all platforms. 2024-04-20T03:15:11.443 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-20T03:15:11.443 INFO:teuthology.task.kernel:Updating grub on smithi184 to boot 4.18.0-552.el8.x86_64 2024-04-20T03:15:11.443 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-20T03:15:11.628 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-20T03:15:11.628 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-20T03:15:11.628 DEBUG:teuthology.orchestra.run.smithi177:> sudo rpm -qi grub2-tools 2024-04-20T03:15:11.661 INFO:teuthology.orchestra.run.smithi177.stdout:Name : grub2-tools 2024-04-20T03:15:11.661 INFO:teuthology.orchestra.run.smithi177.stdout:Epoch : 1 2024-04-20T03:15:11.661 INFO:teuthology.orchestra.run.smithi177.stdout:Version : 2.02 2024-04-20T03:15:11.661 INFO:teuthology.orchestra.run.smithi177.stdout:Release : 129.el8 2024-04-20T03:15:11.661 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: x86_64 2024-04-20T03:15:11.661 INFO:teuthology.orchestra.run.smithi177.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:Group : System Environment/Base 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:Size : 9265586 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:License : GPLv3+ 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:Relocations : (not relocatable) 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:Packager : CentOS BuildSystem 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:Vendor : CentOS 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:Summary : Support tools for GRUB. 2024-04-20T03:15:11.662 INFO:teuthology.orchestra.run.smithi177.stdout:Description : 2024-04-20T03:15:11.663 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:15:11.663 INFO:teuthology.orchestra.run.smithi177.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-20T03:15:11.663 INFO:teuthology.orchestra.run.smithi177.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-20T03:15:11.663 INFO:teuthology.orchestra.run.smithi177.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-20T03:15:11.663 INFO:teuthology.orchestra.run.smithi177.stdout:hardware devices. 2024-04-20T03:15:11.663 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:15:11.663 INFO:teuthology.orchestra.run.smithi177.stdout:This subpackage provides tools for support of all platforms. 2024-04-20T03:15:11.664 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-20T03:15:11.664 INFO:teuthology.task.kernel:Updating grub on smithi177 to boot 4.18.0-552.el8.x86_64 2024-04-20T03:15:11.664 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-20T03:15:12.792 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2024-04-20T03:15:13.138 INFO:teuthology.orchestra.run.smithi177.stderr:Generating grub configuration file ... 2024-04-20T03:15:14.979 INFO:teuthology.orchestra.run.smithi184.stderr:done 2024-04-20T03:15:14.980 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2024-04-20T03:15:15.014 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.fMT5u2bCBN 2024-04-20T03:15:15.014 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.fMT5u2bCBN 2024-04-20T03:15:15.112 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.fMT5u2bCBN 2024-04-20T03:15:15.215 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.fMT5u2bCBN is 6KB 2024-04-20T03:15:15.263 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.fMT5u2bCBN 2024-04-20T03:15:15.282 DEBUG:teuthology.orchestra.run.smithi184:> sudo /bin/ls /boot/loader/entries || true 2024-04-20T03:15:15.358 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-20T03:15:15.358 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-20T03:15:15.358 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-20T03:15:15.358 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-20T03:15:15.359 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-20T03:15:15.500 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2024-04-20T03:15:15.556 INFO:teuthology.orchestra.run.smithi177.stderr:done 2024-04-20T03:15:15.558 DEBUG:teuthology.orchestra.run.smithi177:> mktemp 2024-04-20T03:15:15.593 INFO:teuthology.orchestra.run.smithi177.stdout:/tmp/tmp.Zj70UvwwwR 2024-04-20T03:15:15.593 DEBUG:teuthology.orchestra.run.smithi177:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Zj70UvwwwR 2024-04-20T03:15:15.667 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0666 /tmp/tmp.Zj70UvwwwR 2024-04-20T03:15:15.806 DEBUG:teuthology.orchestra.remote:smithi177:/tmp/tmp.Zj70UvwwwR is 6KB 2024-04-20T03:15:15.855 DEBUG:teuthology.orchestra.run.smithi177:> rm -fr /tmp/tmp.Zj70UvwwwR 2024-04-20T03:15:15.872 DEBUG:teuthology.orchestra.run.smithi177:> sudo /bin/ls /boot/loader/entries || true 2024-04-20T03:15:15.939 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-20T03:15:15.939 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-20T03:15:15.939 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-20T03:15:15.939 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-20T03:15:15.940 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-20T03:15:16.142 DEBUG:teuthology.orchestra.run.smithi177:> sudo shutdown -r now 2024-04-20T03:15:45.530 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-04-20T03:15:45.531 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-04-20T03:15:45.532 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-20T03:15:46.146 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-04-20T03:15:46.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-04-20T03:15:46.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-20T03:16:20.131 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-04-20T03:16:20.638 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-04-20T03:16:29.139 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-04-20T03:16:29.140 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-20T03:16:29.640 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-04-20T03:16:29.640 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-20T03:16:47.518 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-04-20T03:16:48.030 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-04-20T03:16:59.530 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-04-20T03:16:59.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-20T03:16:59.918 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-04-20T03:17:00.032 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-04-20T03:17:00.032 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-20T03:17:00.192 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-04-20T03:17:00.192 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-552.el8.x86_64"... 2024-04-20T03:17:00.192 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-04-20T03:17:00.252 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-552.el8.x86_64 2024-04-20T03:17:00.252 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-20T03:17:00.252 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-20T03:17:00.253 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-20T03:17:00.470 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-04-20T03:17:00.722 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-04-20T03:17:00.722 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-552.el8.x86_64"... 2024-04-20T03:17:00.722 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-04-20T03:17:00.738 INFO:teuthology.orchestra.run.smithi177.stdout:4.18.0-552.el8.x86_64 2024-04-20T03:17:00.739 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-20T03:17:00.739 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-20T03:17:00.739 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-20T03:17:01.253 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-04-20T03:17:01.253 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-20T03:17:01.353 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2024-04-20T03:17:01.370 DEBUG:teuthology.parallel:result is None 2024-04-20T03:17:01.742 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-04-20T03:17:01.742 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-20T03:17:01.851 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2024-04-20T03:17:01.866 DEBUG:teuthology.parallel:result is None 2024-04-20T03:17:01.867 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-20T03:17:01.874 INFO:teuthology.task.internal:Creating test directory... 2024-04-20T03:17:01.874 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-20T03:17:01.876 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-20T03:17:01.894 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-20T03:17:01.901 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-20T03:17:01.910 INFO:teuthology.task.internal:Creating archive directory... 2024-04-20T03:17:01.911 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-20T03:17:01.931 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-20T03:17:01.970 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-20T03:17:01.977 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-20T03:17:01.977 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-20T03:17:02.005 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-20T03:17:02.064 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-20T03:17:02.074 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-20T03:17:02.179 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-20T03:17:02.190 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-20T03:17:02.191 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-20T03:17:02.198 INFO:teuthology.task.internal:Configuring sudo... 2024-04-20T03:17:02.198 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-20T03:17:02.201 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-20T03:17:02.228 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-20T03:17:02.237 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-20T03:17:02.237 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-20T03:17:02.267 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-20T03:17:02.286 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-20T03:17:02.373 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-20T03:17:02.446 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-20T03:17:02.497 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-20T03:17:02.976 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:17:02.976 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-20T03:17:03.488 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-20T03:17:03.612 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-20T03:17:04.090 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-20T03:17:04.135 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-20T03:17:04.180 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:17:04.180 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-20T03:17:04.246 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2024-04-20T03:17:04.249 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2024-04-20T03:17:04.449 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-20T03:17:04.483 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-20T03:17:04.912 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-20T03:17:04.919 INFO:teuthology.task.internal:Starting timer... 2024-04-20T03:17:04.919 INFO:teuthology.run_tasks:Running task pcp... 2024-04-20T03:17:04.929 INFO:teuthology.run_tasks:Running task selinux... 2024-04-20T03:17:04.940 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-20T03:17:04.941 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2024-04-20T03:17:05.088 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2024-04-20T03:17:05.090 DEBUG:teuthology.orchestra.run.smithi184:> sudo service auditd rotate 2024-04-20T03:17:05.163 INFO:teuthology.orchestra.run.smithi184.stdout:Rotating logs: 2024-04-20T03:17:05.164 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-20T03:17:05.165 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2024-04-20T03:17:05.188 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2024-04-20T03:17:05.188 DEBUG:teuthology.orchestra.run.smithi184:> /usr/sbin/getenforce 2024-04-20T03:17:05.213 INFO:teuthology.orchestra.run.smithi184.stdout:Permissive 2024-04-20T03:17:05.213 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi177.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi184.front.sepia.ceph.com': 'permissive'} 2024-04-20T03:17:05.213 DEBUG:teuthology.orchestra.run.smithi177:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-20T03:17:05.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-20T03:17:05.257 DEBUG:teuthology.orchestra.run.smithi184:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-20T03:17:05.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-20T03:17:05.285 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-20T03:17:05.285 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2024-04-20T03:17:05.325 DEBUG:teuthology.orchestra.run.smithi184:> sudo /usr/sbin/setenforce permissive 2024-04-20T03:17:05.353 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-20T03:17:05.445 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-20T03:17:05.465 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-20T03:17:05.467 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi177.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-20T03:22:58.556 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi177.front.sepia.ceph.com'), Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2024-04-20T03:22:58.557 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-04-20T03:22:58.558 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-20T03:22:58.638 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-04-20T03:22:58.704 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-04-20T03:22:58.704 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-04-20T03:22:58.705 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-20T03:22:58.780 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-04-20T03:22:58.847 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-04-20T03:22:58.848 INFO:teuthology.run_tasks:Running task clock... 2024-04-20T03:22:58.859 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-20T03:22:58.860 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-20T03:22:58.860 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-20T03:22:58.862 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-20T03:22:58.863 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-20T03:22:58.893 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-20T03:22:58.907 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-20T03:22:58.919 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-20T03:22:58.932 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-20T03:22:58.972 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2024-04-20T03:22:58.983 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2024-04-20T03:22:58.996 INFO:teuthology.orchestra.run.smithi184.stderr:sudo: ntpd: command not found 2024-04-20T03:22:58.997 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-20T03:22:59.007 INFO:teuthology.orchestra.run.smithi184.stdout:506 Cannot talk to daemon 2024-04-20T03:22:59.010 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-20T03:22:59.020 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-20T03:22:59.033 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-20T03:22:59.086 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2024-04-20T03:22:59.090 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-20T03:22:59.090 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-04-20T03:22:59.090 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-20T03:22:59.090 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-20T03:22:59.090 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-20T03:22:59.090 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-20T03:22:59.097 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2024-04-20T03:22:59.102 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-20T03:22:59.102 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2024-04-20T03:22:59.102 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-20T03:22:59.102 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-20T03:22:59.102 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-20T03:22:59.102 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-20T03:22:59.103 INFO:teuthology.run_tasks:Running task pexec... 2024-04-20T03:22:59.115 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-20T03:22:59.115 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2024-04-20T03:22:59.116 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-20T03:22:59.117 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi184.front.sepia.ceph.com 2024-04-20T03:22:59.117 DEBUG:teuthology.orchestra.run.smithi184:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-20T03:22:59.891 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:23 ago on Sat 20 Apr 2024 03:21:36 AM UTC. 2024-04-20T03:22:59.910 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:22 ago on Sat 20 Apr 2024 03:21:37 AM UTC. 2024-04-20T03:23:02.001 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:23:02.002 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:23:02.002 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-04-20T03:23:02.002 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:23:02.002 INFO:teuthology.orchestra.run.smithi177.stdout:Resetting modules: 2024-04-20T03:23:02.003 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools 2024-04-20T03:23:02.003 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:23:02.003 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:23:02.003 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:23:02.003 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:23:02.045 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:23:02.046 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:23:02.046 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-04-20T03:23:02.046 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:23:02.046 INFO:teuthology.orchestra.run.smithi184.stdout:Resetting modules: 2024-04-20T03:23:02.046 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools 2024-04-20T03:23:02.046 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:23:02.047 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:23:02.047 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:23:02.047 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:23:02.254 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:23:02.304 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:23:03.046 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:26 ago on Sat 20 Apr 2024 03:21:36 AM UTC. 2024-04-20T03:23:03.084 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:25 ago on Sat 20 Apr 2024 03:21:37 AM UTC. 2024-04-20T03:23:05.178 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:23:05.215 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout:Installing group/module packages: 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-04-20T03:23:05.216 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout:Installing weak dependencies: 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout:Installing module profiles: 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools/common 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout:Enabling module streams: 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools rhel8 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout:Install 13 Packages 2024-04-20T03:23:05.217 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:23:05.218 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 27 M 2024-04-20T03:23:05.218 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 91 M 2024-04-20T03:23:05.218 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:23:05.219 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:23:05.256 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:23:05.256 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout:Installing group/module packages: 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-04-20T03:23:05.257 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout:Installing weak dependencies: 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout:Installing module profiles: 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools/common 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout:Enabling module streams: 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools rhel8 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout:Install 13 Packages 2024-04-20T03:23:05.258 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:23:05.259 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 27 M 2024-04-20T03:23:05.259 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 91 M 2024-04-20T03:23:05.259 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:23:05.968 INFO:teuthology.orchestra.run.smithi177.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 996 kB/s | 689 kB 00:00 2024-04-20T03:23:05.968 INFO:teuthology.orchestra.run.smithi184.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 1.0 MB/s | 689 kB 00:00 2024-04-20T03:23:06.001 INFO:teuthology.orchestra.run.smithi177.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.4 MB/s | 1.0 MB 00:00 2024-04-20T03:23:06.002 INFO:teuthology.orchestra.run.smithi184.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.5 MB/s | 1.0 MB 00:00 2024-04-20T03:23:06.086 INFO:teuthology.orchestra.run.smithi184.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 324 kB/s | 38 kB 00:00 2024-04-20T03:23:06.101 INFO:teuthology.orchestra.run.smithi177.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 284 kB/s | 38 kB 00:00 2024-04-20T03:23:06.136 INFO:teuthology.orchestra.run.smithi184.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 1.9 MB/s | 258 kB 00:00 2024-04-20T03:23:06.143 INFO:teuthology.orchestra.run.smithi177.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 1.8 MB/s | 258 kB 00:00 2024-04-20T03:23:06.328 INFO:teuthology.orchestra.run.smithi184.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 940 kB/s | 180 kB 00:00 2024-04-20T03:23:06.335 INFO:teuthology.orchestra.run.smithi177.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 942 kB/s | 180 kB 00:00 2024-04-20T03:23:06.445 INFO:teuthology.orchestra.run.smithi184.stdout:(6/13): buildah-1.33.6-2.module_el8+976+1136073 8.6 MB/s | 9.6 MB 00:01 2024-04-20T03:23:06.537 INFO:teuthology.orchestra.run.smithi184.stdout:(7/13): netavark-1.10.3-1.module_el8+951+32019c 9.1 MB/s | 4.1 MB 00:00 2024-04-20T03:23:06.552 INFO:teuthology.orchestra.run.smithi177.stdout:(6/13): buildah-1.33.6-2.module_el8+976+1136073 7.6 MB/s | 9.6 MB 00:01 2024-04-20T03:23:06.562 INFO:teuthology.orchestra.run.smithi184.stdout:(8/13): python3-pytoml-0.1.14-5.git7dea353.el8. 106 kB/s | 25 kB 00:00 2024-04-20T03:23:06.577 INFO:teuthology.orchestra.run.smithi177.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 102 kB/s | 25 kB 00:00 2024-04-20T03:23:06.588 INFO:teuthology.orchestra.run.smithi184.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 660 kB/s | 94 kB 00:00 2024-04-20T03:23:06.728 INFO:teuthology.orchestra.run.smithi177.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 6.6 MB/s | 4.1 MB 00:00 2024-04-20T03:23:06.753 INFO:teuthology.orchestra.run.smithi177.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 535 kB/s | 94 kB 00:00 2024-04-20T03:23:06.754 INFO:teuthology.orchestra.run.smithi184.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 316 kB/s | 53 kB 00:00 2024-04-20T03:23:06.838 INFO:teuthology.orchestra.run.smithi184.stdout:(11/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 9.2 MB/s | 2.5 MB 00:00 2024-04-20T03:23:06.853 INFO:teuthology.orchestra.run.smithi177.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 526 kB/s | 53 kB 00:00 2024-04-20T03:23:06.872 INFO:teuthology.orchestra.run.smithi184.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 350 kB/s | 41 kB 00:00 2024-04-20T03:23:06.912 INFO:teuthology.orchestra.run.smithi177.stdout:(11/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 14 MB/s | 2.5 MB 00:00 2024-04-20T03:23:06.962 INFO:teuthology.orchestra.run.smithi177.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 378 kB/s | 41 kB 00:00 2024-04-20T03:23:06.972 INFO:teuthology.orchestra.run.smithi184.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 20 MB/s | 8.8 MB 00:00 2024-04-20T03:23:06.972 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:23:06.972 INFO:teuthology.orchestra.run.smithi184.stdout:Total 16 MB/s | 27 MB 00:01 2024-04-20T03:23:07.088 INFO:teuthology.orchestra.run.smithi177.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 17 MB/s | 8.8 MB 00:00 2024-04-20T03:23:07.088 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:23:07.088 INFO:teuthology.orchestra.run.smithi177.stdout:Total 15 MB/s | 27 MB 00:01 2024-04-20T03:23:07.241 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:23:07.262 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:23:07.262 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:23:07.358 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:23:07.379 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:23:07.379 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:23:07.542 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:23:07.544 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:23:07.634 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:23:07.637 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:23:08.214 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:23:08.252 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:23:09.193 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-20T03:23:09.228 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-20T03:23:09.422 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-20T03:23:09.432 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-20T03:23:09.585 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-20T03:23:09.586 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-20T03:23:09.794 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-20T03:23:09.798 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-20T03:23:10.012 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-20T03:23:10.078 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-20T03:23:10.554 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-20T03:23:10.652 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-20T03:23:11.536 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-20T03:23:11.658 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-20T03:23:11.814 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-20T03:23:11.920 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-20T03:23:12.019 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-20T03:23:12.150 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-20T03:23:12.484 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-20T03:23:12.583 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-20T03:23:12.689 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-20T03:23:12.803 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-20T03:23:12.935 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-20T03:23:13.030 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-20T03:23:13.151 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-20T03:23:13.250 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-20T03:23:13.585 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-20T03:23:13.585 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-20T03:23:13.585 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-20T03:23:13.585 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-20T03:23:13.586 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-20T03:23:13.586 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-20T03:23:13.586 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-20T03:23:13.586 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-20T03:23:13.586 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-20T03:23:13.586 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-20T03:23:13.586 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-20T03:23:13.586 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-20T03:23:13.586 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-20T03:23:13.668 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-20T03:23:13.668 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-20T03:23:13.668 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-20T03:23:13.668 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-20T03:23:13.668 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-20T03:23:13.668 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-20T03:23:13.668 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-20T03:23:13.669 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-20T03:23:13.669 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-20T03:23:13.669 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-20T03:23:13.669 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-20T03:23:13.669 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-20T03:23:13.669 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-20T03:23:14.095 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-20T03:23:14.096 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:23:14.096 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:23:14.096 INFO:teuthology.orchestra.run.smithi177.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-20T03:23:14.096 INFO:teuthology.orchestra.run.smithi177.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-20T03:23:14.096 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-20T03:23:14.096 INFO:teuthology.orchestra.run.smithi177.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-20T03:23:14.096 INFO:teuthology.orchestra.run.smithi177.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-20T03:23:14.096 INFO:teuthology.orchestra.run.smithi177.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-20T03:23:14.096 INFO:teuthology.orchestra.run.smithi177.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-20T03:23:14.096 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-20T03:23:14.096 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-20T03:23:14.097 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-20T03:23:14.097 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-20T03:23:14.097 INFO:teuthology.orchestra.run.smithi177.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-20T03:23:14.097 INFO:teuthology.orchestra.run.smithi177.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-20T03:23:14.097 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:23:14.097 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:23:14.241 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-20T03:23:14.241 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:23:14.241 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:23:14.241 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-20T03:23:14.241 INFO:teuthology.orchestra.run.smithi184.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-20T03:23:14.241 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-20T03:23:14.241 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-20T03:23:14.241 INFO:teuthology.orchestra.run.smithi184.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-20T03:23:14.242 INFO:teuthology.orchestra.run.smithi184.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-20T03:23:14.242 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-20T03:23:14.242 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-20T03:23:14.242 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-20T03:23:14.242 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-20T03:23:14.242 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-20T03:23:14.242 INFO:teuthology.orchestra.run.smithi184.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-20T03:23:14.242 INFO:teuthology.orchestra.run.smithi184.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-20T03:23:14.242 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:23:14.242 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:23:14.460 DEBUG:teuthology.parallel:result is None 2024-04-20T03:23:14.656 DEBUG:teuthology.parallel:result is None 2024-04-20T03:23:14.656 INFO:teuthology.run_tasks:Running task install... 2024-04-20T03:23:14.670 DEBUG:teuthology.task.install:project ceph 2024-04-20T03:23:14.670 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'd5c8530042f7705c6e8ec83a32e0ea1be9cbad40'}} 2024-04-20T03:23:14.670 DEBUG:teuthology.task.install:config {'branch': 'pacific', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': 'd5c8530042f7705c6e8ec83a32e0ea1be9cbad40'} 2024-04-20T03:23:14.670 INFO:teuthology.task.install:Using flavor: default 2024-04-20T03:23:14.676 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-20T03:23:14.676 INFO:teuthology.task.install:extra packages: [] 2024-04-20T03:23:14.677 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'pacific', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'd5c8530042f7705c6e8ec83a32e0ea1be9cbad40', 'tag': None, 'wait_for_package': False} 2024-04-20T03:23:14.677 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-20T03:23:14.677 INFO:teuthology.packaging:ref: None 2024-04-20T03:23:14.677 INFO:teuthology.packaging:tag: None 2024-04-20T03:23:14.677 INFO:teuthology.packaging:branch: pacific 2024-04-20T03:23:14.677 INFO:teuthology.packaging:sha1: d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:23:14.678 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific 2024-04-20T03:23:14.679 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'pacific', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'd5c8530042f7705c6e8ec83a32e0ea1be9cbad40', 'tag': None, 'wait_for_package': False} 2024-04-20T03:23:14.680 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-20T03:23:14.680 INFO:teuthology.packaging:ref: None 2024-04-20T03:23:14.680 INFO:teuthology.packaging:tag: None 2024-04-20T03:23:14.680 INFO:teuthology.packaging:branch: pacific 2024-04-20T03:23:14.680 INFO:teuthology.packaging:sha1: d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:23:14.680 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific 2024-04-20T03:23:14.895 INFO:teuthology.task.install.rpm:Pulling from https://chacra.ceph.com/r/ceph/pacific/618f440892089921c3e944a991122ddc44e60516/centos/8/flavors/default/ 2024-04-20T03:23:14.896 INFO:teuthology.task.install.rpm:Package version is 16.2.15-0 2024-04-20T03:23:14.911 INFO:teuthology.task.install.rpm:Pulling from https://chacra.ceph.com/r/ceph/pacific/618f440892089921c3e944a991122ddc44e60516/centos/8/flavors/default/ 2024-04-20T03:23:14.911 INFO:teuthology.task.install.rpm:Package version is 16.2.15-0 2024-04-20T03:23:14.944 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://chacra.ceph.com/r/ceph/pacific/618f440892089921c3e944a991122ddc44e60516/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://chacra.ceph.com/r/ceph/pacific/618f440892089921c3e944a991122ddc44e60516/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://chacra.ceph.com/r/ceph/pacific/618f440892089921c3e944a991122ddc44e60516/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-20T03:23:14.944 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:23:14.944 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-20T03:23:14.955 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://chacra.ceph.com/r/ceph/pacific/618f440892089921c3e944a991122ddc44e60516/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://chacra.ceph.com/r/ceph/pacific/618f440892089921c3e944a991122ddc44e60516/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://chacra.ceph.com/r/ceph/pacific/618f440892089921c3e944a991122ddc44e60516/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-20T03:23:14.955 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:23:14.955 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-20T03:23:14.972 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-20T03:23:14.972 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-20T03:23:14.972 INFO:teuthology.packaging:ref: None 2024-04-20T03:23:14.972 INFO:teuthology.packaging:tag: None 2024-04-20T03:23:14.972 INFO:teuthology.packaging:branch: pacific 2024-04-20T03:23:14.972 INFO:teuthology.packaging:sha1: d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:23:14.973 DEBUG:teuthology.orchestra.run.smithi184:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;ref/pacific/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-20T03:23:14.985 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-20T03:23:14.985 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-20T03:23:14.985 INFO:teuthology.packaging:ref: None 2024-04-20T03:23:14.985 INFO:teuthology.packaging:tag: None 2024-04-20T03:23:14.986 INFO:teuthology.packaging:branch: pacific 2024-04-20T03:23:14.986 INFO:teuthology.packaging:sha1: d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:23:14.986 DEBUG:teuthology.orchestra.run.smithi177:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;ref/pacific/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-20T03:23:15.041 DEBUG:teuthology.orchestra.run.smithi184:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-20T03:23:15.055 DEBUG:teuthology.orchestra.run.smithi177:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-20T03:23:15.117 DEBUG:teuthology.orchestra.run.smithi184:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-20T03:23:15.135 DEBUG:teuthology.orchestra.run.smithi177:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-20T03:23:15.184 INFO:teuthology.orchestra.run.smithi184.stdout:check_obsoletes = 1 2024-04-20T03:23:15.185 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum clean all 2024-04-20T03:23:15.202 INFO:teuthology.orchestra.run.smithi177.stdout:check_obsoletes = 1 2024-04-20T03:23:15.203 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum clean all 2024-04-20T03:23:15.461 INFO:teuthology.orchestra.run.smithi184.stdout:78 files removed 2024-04-20T03:23:15.472 INFO:teuthology.orchestra.run.smithi177.stdout:78 files removed 2024-04-20T03:23:15.489 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-radosgw 2024-04-20T03:23:15.499 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-radosgw 2024-04-20T03:23:15.981 INFO:teuthology.orchestra.run.smithi184.stdout:ceph packages for x86_64 874 kB/s | 76 kB 00:00 2024-04-20T03:23:15.994 INFO:teuthology.orchestra.run.smithi177.stdout:ceph packages for x86_64 890 kB/s | 76 kB 00:00 2024-04-20T03:23:16.115 INFO:teuthology.orchestra.run.smithi184.stdout:ceph noarch packages 160 kB/s | 15 kB 00:00 2024-04-20T03:23:16.119 INFO:teuthology.orchestra.run.smithi177.stdout:ceph noarch packages 175 kB/s | 15 kB 00:00 2024-04-20T03:23:16.216 INFO:teuthology.orchestra.run.smithi184.stdout:ceph source packages 24 kB/s | 1.7 kB 00:00 2024-04-20T03:23:16.246 INFO:teuthology.orchestra.run.smithi177.stdout:ceph source packages 18 kB/s | 1.7 kB 00:00 2024-04-20T03:23:18.283 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - AppStream 14 MB/s | 28 MB 00:02 2024-04-20T03:23:18.563 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - AppStream 12 MB/s | 28 MB 00:02 2024-04-20T03:23:24.397 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 10 MB 00:00 2024-04-20T03:23:24.509 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - BaseOS 8.2 MB/s | 10 MB 00:01 2024-04-20T03:23:26.172 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - Extras 112 kB/s | 18 kB 00:00 2024-04-20T03:23:26.395 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras 63 kB/s | 18 kB 00:00 2024-04-20T03:23:26.598 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - Extras common packages 24 kB/s | 7.7 kB 00:00 2024-04-20T03:23:26.804 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 7.7 kB 00:00 2024-04-20T03:23:27.149 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - PowerTools 11 MB/s | 5.0 MB 00:00 2024-04-20T03:23:27.547 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - PowerTools 7.6 MB/s | 5.0 MB 00:00 2024-04-20T03:23:28.323 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2024-04-20T03:23:28.598 INFO:teuthology.orchestra.run.smithi184.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2024-04-20T03:23:30.883 INFO:teuthology.orchestra.run.smithi184.stdout:Extra Packages for Enterprise Linux 7.4 MB/s | 16 MB 00:02 2024-04-20T03:23:34.707 INFO:teuthology.orchestra.run.smithi184.stdout:lab-extras 522 kB/s | 24 kB 00:00 2024-04-20T03:23:38.390 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:23:38.392 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:23:38.392 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2024-04-20T03:23:38.392 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-radosgw x86_64 2:16.2.15-0.el8 ceph 12 M 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout:Upgrading: 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout: librados2 x86_64 2:16.2.15-0.el8 ceph 3.7 M 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout: librbd1 x86_64 2:16.2.15-0.el8 ceph 4.2 M 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-base x86_64 2:16.2.15-0.el8 ceph 6.1 M 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-common x86_64 2:16.2.15-0.el8 ceph 24 M 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-selinux x86_64 2:16.2.15-0.el8 ceph 26 k 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout: libcephfs2 x86_64 2:16.2.15-0.el8 ceph 825 k 2024-04-20T03:23:38.393 INFO:teuthology.orchestra.run.smithi184.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: libradosstriper1 x86_64 2:16.2.15-0.el8 ceph 494 k 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: librgw2 x86_64 2:16.2.15-0.el8 ceph 3.8 M 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-argparse x86_64 2:16.2.15-0.el8 ceph 45 k 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-common x86_64 2:16.2.15-0.el8 ceph 99 k 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cephfs x86_64 2:16.2.15-0.el8 ceph 215 k 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rados x86_64 2:16.2.15-0.el8 ceph 389 k 2024-04-20T03:23:38.394 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rbd x86_64 2:16.2.15-0.el8 ceph 369 k 2024-04-20T03:23:38.395 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rgw x86_64 2:16.2.15-0.el8 ceph 114 k 2024-04-20T03:23:38.395 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:23:38.395 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:23:38.395 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:23:38.395 INFO:teuthology.orchestra.run.smithi184.stdout:Install 21 Packages 2024-04-20T03:23:38.395 INFO:teuthology.orchestra.run.smithi184.stdout:Upgrade 2 Packages 2024-04-20T03:23:38.395 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:23:38.395 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 58 M 2024-04-20T03:23:38.395 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:23:38.758 INFO:teuthology.orchestra.run.smithi184.stdout:(1/23): ceph-base-16.2.15-0.el8.x86_64.rpm 33 MB/s | 6.1 MB 00:00 2024-04-20T03:23:38.784 INFO:teuthology.orchestra.run.smithi184.stdout:(2/23): ceph-selinux-16.2.15-0.el8.x86_64.rpm 1.0 MB/s | 26 kB 00:00 2024-04-20T03:23:38.817 INFO:teuthology.orchestra.run.smithi184.stdout:(3/23): libcephfs2-16.2.15-0.el8.x86_64.rpm 24 MB/s | 825 kB 00:00 2024-04-20T03:23:38.851 INFO:teuthology.orchestra.run.smithi184.stdout:(4/23): libradosstriper1-16.2.15-0.el8.x86_64.r 14 MB/s | 494 kB 00:00 2024-04-20T03:23:39.001 INFO:teuthology.orchestra.run.smithi184.stdout:(5/23): ceph-radosgw-16.2.15-0.el8.x86_64.rpm 27 MB/s | 12 MB 00:00 2024-04-20T03:23:39.026 INFO:teuthology.orchestra.run.smithi184.stdout:(6/23): python3-ceph-argparse-16.2.15-0.el8.x86 1.8 MB/s | 45 kB 00:00 2024-04-20T03:23:39.052 INFO:teuthology.orchestra.run.smithi184.stdout:(7/23): python3-ceph-common-16.2.15-0.el8.x86_6 3.9 MB/s | 99 kB 00:00 2024-04-20T03:23:39.077 INFO:teuthology.orchestra.run.smithi184.stdout:(8/23): python3-cephfs-16.2.15-0.el8.x86_64.rpm 8.4 MB/s | 215 kB 00:00 2024-04-20T03:23:39.144 INFO:teuthology.orchestra.run.smithi184.stdout:(9/23): librgw2-16.2.15-0.el8.x86_64.rpm 13 MB/s | 3.8 MB 00:00 2024-04-20T03:23:39.194 INFO:teuthology.orchestra.run.smithi184.stdout:(10/23): python3-rados-16.2.15-0.el8.x86_64.rpm 3.3 MB/s | 389 kB 00:00 2024-04-20T03:23:39.220 INFO:teuthology.orchestra.run.smithi184.stdout:(11/23): python3-rgw-16.2.15-0.el8.x86_64.rpm 4.5 MB/s | 114 kB 00:00 2024-04-20T03:23:39.245 INFO:teuthology.orchestra.run.smithi184.stdout:(12/23): python3-rbd-16.2.15-0.el8.x86_64.rpm 7.2 MB/s | 369 kB 00:00 2024-04-20T03:23:39.640 INFO:teuthology.orchestra.run.smithi184.stdout:(13/23): ceph-common-16.2.15-0.el8.x86_64.rpm 23 MB/s | 24 MB 00:01 2024-04-20T03:23:39.962 INFO:teuthology.orchestra.run.smithi184.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 136 kB/s | 44 kB 00:00 2024-04-20T03:23:40.113 INFO:teuthology.orchestra.run.smithi184.stdout:(15/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 299 kB/s | 259 kB 00:00 2024-04-20T03:23:40.138 INFO:teuthology.orchestra.run.smithi184.stdout:(16/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 268 kB/s | 47 kB 00:00 2024-04-20T03:23:40.188 INFO:teuthology.orchestra.run.smithi184.stdout:(17/23): librdkafka-1.6.1-1.el8.x86_64.rpm 699 kB/s | 677 kB 00:00 2024-04-20T03:23:40.297 INFO:teuthology.orchestra.run.smithi184.stdout:(18/23): leveldb-1.22-1.el8.x86_64.rpm 1.1 MB/s | 181 kB 00:00 2024-04-20T03:23:40.322 INFO:teuthology.orchestra.run.smithi184.stdout:(19/23): liboath-2.6.2-3.el8.x86_64.rpm 441 kB/s | 59 kB 00:00 2024-04-20T03:23:40.356 INFO:teuthology.orchestra.run.smithi184.stdout:(20/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.2 MB/s | 306 kB 00:00 2024-04-20T03:23:40.398 INFO:teuthology.orchestra.run.smithi184.stdout:(21/23): libunwind-1.3.1-3.el8.x86_64.rpm 747 kB/s | 75 kB 00:00 2024-04-20T03:23:40.473 INFO:teuthology.orchestra.run.smithi184.stdout:(22/23): librados2-16.2.15-0.el8.x86_64.rpm 25 MB/s | 3.7 MB 00:00 2024-04-20T03:23:40.531 INFO:teuthology.orchestra.run.smithi184.stdout:(23/23): librbd1-16.2.15-0.el8.x86_64.rpm 24 MB/s | 4.2 MB 00:00 2024-04-20T03:23:40.533 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:23:40.534 INFO:teuthology.orchestra.run.smithi184.stdout:Total 27 MB/s | 58 MB 00:02 2024-04-20T03:23:40.575 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:23:40.622 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:23:40.622 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:23:40.980 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:23:40.984 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:23:42.027 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:23:42.235 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/25 2024-04-20T03:23:42.471 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-04-20T03:23:42.858 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-04-20T03:23:43.071 INFO:teuthology.orchestra.run.smithi184.stdout: Upgrading : librados2-2:16.2.15-0.el8.x86_64 3/25 2024-04-20T03:23:43.164 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librados2-2:16.2.15-0.el8.x86_64 3/25 2024-04-20T03:23:43.431 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-rados-2:16.2.15-0.el8.x86_64 4/25 2024-04-20T03:23:43.621 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-04-20T03:23:44.041 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-04-20T03:23:44.245 INFO:teuthology.orchestra.run.smithi184.stdout: Upgrading : librbd1-2:16.2.15-0.el8.x86_64 6/25 2024-04-20T03:23:44.312 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librbd1-2:16.2.15-0.el8.x86_64 6/25 2024-04-20T03:23:44.538 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 7/25 2024-04-20T03:23:45.013 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 8/25 2024-04-20T03:23:45.846 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : librgw2-2:16.2.15-0.el8.x86_64 9/25 2024-04-20T03:23:45.951 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librgw2-2:16.2.15-0.el8.x86_64 9/25 2024-04-20T03:23:46.160 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : leveldb-1.22-1.el8.x86_64 10/25 2024-04-20T03:23:46.351 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-ceph-argparse-2:16.2.15-0.el8.x86_64 11/25 2024-04-20T03:23:46.574 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cephfs-2:16.2.15-0.el8.x86_64 12/25 2024-04-20T03:23:46.797 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-rgw-2:16.2.15-0.el8.x86_64 13/25 2024-04-20T03:23:46.858 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 904 kB/s | 16 MB 00:18 2024-04-20T03:23:47.036 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-rbd-2:16.2.15-0.el8.x86_64 14/25 2024-04-20T03:23:47.204 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libradosstriper1-2:16.2.15-0.el8.x86_64 15/25 2024-04-20T03:23:47.257 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libradosstriper1-2:16.2.15-0.el8.x86_64 15/25 2024-04-20T03:23:47.480 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2024-04-20T03:23:47.720 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2024-04-20T03:23:47.917 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-04-20T03:23:48.129 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-ceph-common-2:16.2.15-0.el8.x86_64 19/25 2024-04-20T03:23:50.693 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-04-20T03:23:50.716 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 487 kB/s | 24 kB 00:00 2024-04-20T03:23:50.937 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-04-20T03:23:51.699 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-04-20T03:23:52.051 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-base-2:16.2.15-0.el8.x86_64 21/25 2024-04-20T03:23:52.160 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-base-2:16.2.15-0.el8.x86_64 21/25 2024-04-20T03:23:52.353 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-selinux-2:16.2.15-0.el8.x86_64 22/25 2024-04-20T03:23:54.387 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:23:54.390 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:23:54.390 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-04-20T03:23:54.390 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:23:54.390 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:23:54.390 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw x86_64 2:16.2.15-0.el8 ceph 12 M 2024-04-20T03:23:54.390 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrading: 2024-04-20T03:23:54.390 INFO:teuthology.orchestra.run.smithi177.stdout: librados2 x86_64 2:16.2.15-0.el8 ceph 3.7 M 2024-04-20T03:23:54.390 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1 x86_64 2:16.2.15-0.el8 ceph 4.2 M 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base x86_64 2:16.2.15-0.el8 ceph 6.1 M 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common x86_64 2:16.2.15-0.el8 ceph 24 M 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux x86_64 2:16.2.15-0.el8 ceph 26 k 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: leveldb x86_64 1.22-1.el8 epel 181 k 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2 x86_64 2:16.2.15-0.el8 ceph 825 k 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq x86_64 0.9.0-5.el8 baseos 47 k 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1 x86_64 2:16.2.15-0.el8 ceph 494 k 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka x86_64 1.6.1-1.el8 appstream 677 k 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2 x86_64 2:16.2.15-0.el8 ceph 3.8 M 2024-04-20T03:23:54.391 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse x86_64 2:16.2.15-0.el8 ceph 45 k 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common x86_64 2:16.2.15-0.el8 ceph 99 k 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs x86_64 2:16.2.15-0.el8 ceph 215 k 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados x86_64 2:16.2.15-0.el8 ceph 389 k 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd x86_64 2:16.2.15-0.el8 ceph 369 k 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw x86_64 2:16.2.15-0.el8 ceph 114 k 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout:Install 21 Packages 2024-04-20T03:23:54.392 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrade 2 Packages 2024-04-20T03:23:54.393 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:23:54.393 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 58 M 2024-04-20T03:23:54.393 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:23:55.143 INFO:teuthology.orchestra.run.smithi177.stdout:(1/23): ceph-base-16.2.15-0.el8.x86_64.rpm 37 MB/s | 6.1 MB 00:00 2024-04-20T03:23:55.167 INFO:teuthology.orchestra.run.smithi177.stdout:(2/23): ceph-selinux-16.2.15-0.el8.x86_64.rpm 1.0 MB/s | 26 kB 00:00 2024-04-20T03:23:55.201 INFO:teuthology.orchestra.run.smithi177.stdout:(3/23): libcephfs2-16.2.15-0.el8.x86_64.rpm 24 MB/s | 825 kB 00:00 2024-04-20T03:23:55.234 INFO:teuthology.orchestra.run.smithi177.stdout:(4/23): libradosstriper1-16.2.15-0.el8.x86_64.r 15 MB/s | 494 kB 00:00 2024-04-20T03:23:55.410 INFO:teuthology.orchestra.run.smithi177.stdout:(5/23): librgw2-16.2.15-0.el8.x86_64.rpm 22 MB/s | 3.8 MB 00:00 2024-04-20T03:23:55.569 INFO:teuthology.orchestra.run.smithi177.stdout:(6/23): python3-ceph-argparse-16.2.15-0.el8.x86 285 kB/s | 45 kB 00:00 2024-04-20T03:23:55.594 INFO:teuthology.orchestra.run.smithi177.stdout:(7/23): python3-ceph-common-16.2.15-0.el8.x86_6 3.9 MB/s | 99 kB 00:00 2024-04-20T03:23:55.619 INFO:teuthology.orchestra.run.smithi177.stdout:(8/23): python3-cephfs-16.2.15-0.el8.x86_64.rpm 8.5 MB/s | 215 kB 00:00 2024-04-20T03:23:55.653 INFO:teuthology.orchestra.run.smithi177.stdout:(9/23): python3-rados-16.2.15-0.el8.x86_64.rpm 11 MB/s | 389 kB 00:00 2024-04-20T03:23:55.686 INFO:teuthology.orchestra.run.smithi177.stdout:(10/23): python3-rbd-16.2.15-0.el8.x86_64.rpm 11 MB/s | 369 kB 00:00 2024-04-20T03:23:55.712 INFO:teuthology.orchestra.run.smithi177.stdout:(11/23): python3-rgw-16.2.15-0.el8.x86_64.rpm 4.5 MB/s | 114 kB 00:00 2024-04-20T03:23:55.871 INFO:teuthology.orchestra.run.smithi177.stdout:(12/23): ceph-radosgw-16.2.15-0.el8.x86_64.rpm 13 MB/s | 12 MB 00:00 2024-04-20T03:23:56.146 INFO:teuthology.orchestra.run.smithi177.stdout:(13/23): ceph-common-16.2.15-0.el8.x86_64.rpm 21 MB/s | 24 MB 00:01 2024-04-20T03:23:56.421 INFO:teuthology.orchestra.run.smithi177.stdout:(14/23): librdkafka-1.6.1-1.el8.x86_64.rpm 955 kB/s | 677 kB 00:00 2024-04-20T03:23:56.463 INFO:teuthology.orchestra.run.smithi177.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 139 kB/s | 44 kB 00:00 2024-04-20T03:23:56.588 INFO:teuthology.orchestra.run.smithi177.stdout:(16/23): librabbitmq-0.9.0-5.el8.x86_64.rpm 282 kB/s | 47 kB 00:00 2024-04-20T03:23:56.638 INFO:teuthology.orchestra.run.smithi177.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 338 kB/s | 259 kB 00:00 2024-04-20T03:23:57.155 INFO:teuthology.orchestra.run.smithi177.stdout:(18/23): liboath-2.6.2-3.el8.x86_64.rpm 114 kB/s | 59 kB 00:00 2024-04-20T03:23:57.256 INFO:teuthology.orchestra.run.smithi177.stdout:(19/23): leveldb-1.22-1.el8.x86_64.rpm 271 kB/s | 181 kB 00:00 2024-04-20T03:23:57.331 INFO:teuthology.orchestra.run.smithi177.stdout:(20/23): librados2-16.2.15-0.el8.x86_64.rpm 50 MB/s | 3.7 MB 00:00 2024-04-20T03:23:57.356 INFO:teuthology.orchestra.run.smithi177.stdout:(21/23): gperftools-libs-2.7-9.el8.x86_64.rpm 343 kB/s | 306 kB 00:00 2024-04-20T03:23:57.402 INFO:teuthology.orchestra.run.smithi177.stdout:(22/23): libunwind-1.3.1-3.el8.x86_64.rpm 305 kB/s | 75 kB 00:00 2024-04-20T03:23:57.482 INFO:teuthology.orchestra.run.smithi177.stdout:(23/23): librbd1-16.2.15-0.el8.x86_64.rpm 28 MB/s | 4.2 MB 00:00 2024-04-20T03:23:57.486 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:23:57.486 INFO:teuthology.orchestra.run.smithi177.stdout:Total 19 MB/s | 58 MB 00:03 2024-04-20T03:23:57.527 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:23:57.575 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:23:57.575 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:23:57.920 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:23:57.923 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:23:58.937 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:23:59.128 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/25 2024-04-20T03:23:59.327 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-04-20T03:23:59.719 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-04-20T03:23:59.919 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librados2-2:16.2.15-0.el8.x86_64 3/25 2024-04-20T03:23:59.997 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-2:16.2.15-0.el8.x86_64 3/25 2024-04-20T03:24:00.261 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rados-2:16.2.15-0.el8.x86_64 4/25 2024-04-20T03:24:00.444 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-04-20T03:24:00.861 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-04-20T03:24:01.360 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librbd1-2:16.2.15-0.el8.x86_64 6/25 2024-04-20T03:24:01.428 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-2:16.2.15-0.el8.x86_64 6/25 2024-04-20T03:24:01.628 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librabbitmq-0.9.0-5.el8.x86_64 7/25 2024-04-20T03:24:02.115 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librdkafka-1.6.1-1.el8.x86_64 8/25 2024-04-20T03:24:02.269 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librgw2-2:16.2.15-0.el8.x86_64 9/25 2024-04-20T03:24:02.343 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librgw2-2:16.2.15-0.el8.x86_64 9/25 2024-04-20T03:24:02.516 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : leveldb-1.22-1.el8.x86_64 10/25 2024-04-20T03:24:02.665 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-argparse-2:16.2.15-0.el8.x86_64 11/25 2024-04-20T03:24:02.888 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cephfs-2:16.2.15-0.el8.x86_64 12/25 2024-04-20T03:24:03.111 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rgw-2:16.2.15-0.el8.x86_64 13/25 2024-04-20T03:24:03.360 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rbd-2:16.2.15-0.el8.x86_64 14/25 2024-04-20T03:24:03.543 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libradosstriper1-2:16.2.15-0.el8.x86_64 15/25 2024-04-20T03:24:03.596 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libradosstriper1-2:16.2.15-0.el8.x86_64 15/25 2024-04-20T03:24:03.819 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2024-04-20T03:24:04.018 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2024-04-20T03:24:04.187 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-04-20T03:24:04.385 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-common-2:16.2.15-0.el8.x86_64 19/25 2024-04-20T03:24:06.861 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-04-20T03:24:07.085 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-04-20T03:24:07.790 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:16.2.15-0.el8.x86_64 20/25 2024-04-20T03:24:08.084 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-base-2:16.2.15-0.el8.x86_64 21/25 2024-04-20T03:24:08.229 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-base-2:16.2.15-0.el8.x86_64 21/25 2024-04-20T03:24:08.376 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-selinux-2:16.2.15-0.el8.x86_64 22/25 2024-04-20T03:24:11.436 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-selinux-2:16.2.15-0.el8.x86_64 22/25 2024-04-20T03:24:11.436 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /sys 2024-04-20T03:24:11.436 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /proc 2024-04-20T03:24:11.436 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /dev 2024-04-20T03:24:11.436 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /run 2024-04-20T03:24:11.436 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /mnt 2024-04-20T03:24:11.436 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /var/tmp 2024-04-20T03:24:11.436 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /home 2024-04-20T03:24:11.436 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /tmp 2024-04-20T03:24:11.437 INFO:teuthology.orchestra.run.smithi184.stdout:skipping the directory /dev 2024-04-20T03:24:11.437 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:12.665 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-radosgw-2:16.2.15-0.el8.x86_64 23/25 2024-04-20T03:24:12.754 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-radosgw-2:16.2.15-0.el8.x86_64 23/25 2024-04-20T03:24:12.754 INFO:teuthology.orchestra.run.smithi184.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-20T03:24:12.976 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-20T03:24:12.976 INFO:teuthology.orchestra.run.smithi184.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-20T03:24:13.672 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-20T03:24:13.672 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-base-2:16.2.15-0.el8.x86_64 1/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-common-2:16.2.15-0.el8.x86_64 2/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-radosgw-2:16.2.15-0.el8.x86_64 3/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-selinux-2:16.2.15-0.el8.x86_64 4/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libradosstriper1-2:16.2.15-0.el8.x86_64 6/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librgw2-2:16.2.15-0.el8.x86_64 7/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-ceph-argparse-2:16.2.15-0.el8.x86_64 8/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-ceph-common-2:16.2.15-0.el8.x86_64 9/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cephfs-2:16.2.15-0.el8.x86_64 10/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-rados-2:16.2.15-0.el8.x86_64 11/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-rbd-2:16.2.15-0.el8.x86_64 12/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-rgw-2:16.2.15-0.el8.x86_64 13/25 2024-04-20T03:24:13.673 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-04-20T03:24:13.674 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-04-20T03:24:13.674 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-04-20T03:24:13.674 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-04-20T03:24:13.674 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-04-20T03:24:13.674 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : leveldb-1.22-1.el8.x86_64 19/25 2024-04-20T03:24:13.674 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 20/25 2024-04-20T03:24:13.674 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 21/25 2024-04-20T03:24:13.674 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librados2-2:16.2.15-0.el8.x86_64 22/25 2024-04-20T03:24:13.674 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-04-20T03:24:13.674 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librbd1-2:16.2.15-0.el8.x86_64 24/25 2024-04-20T03:24:14.622 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-04-20T03:24:14.622 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:14.622 INFO:teuthology.orchestra.run.smithi184.stdout:Upgraded: 2024-04-20T03:24:14.622 INFO:teuthology.orchestra.run.smithi184.stdout: librados2-2:16.2.15-0.el8.x86_64 librbd1-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.622 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-base-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-common-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-radosgw-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-selinux-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: leveldb-1.22-1.el8.x86_64 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: libcephfs2-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: liboath-2.6.2-3.el8.x86_64 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: libradosstriper1-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-04-20T03:24:14.623 INFO:teuthology.orchestra.run.smithi184.stdout: librgw2-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.624 INFO:teuthology.orchestra.run.smithi184.stdout: libunwind-1.3.1-3.el8.x86_64 2024-04-20T03:24:14.624 INFO:teuthology.orchestra.run.smithi184.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-04-20T03:24:14.624 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-argparse-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.624 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-common-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.624 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cephfs-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.624 INFO:teuthology.orchestra.run.smithi184.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-04-20T03:24:14.624 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rados-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.624 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rbd-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.624 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rgw-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:14.624 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:14.624 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:24:14.973 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-test 2024-04-20T03:24:15.707 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:00:41 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:24:17.350 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:24:17.351 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:17.351 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-04-20T03:24:17.351 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:17.351 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:24:17.351 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-test x86_64 2:16.2.15-0.el8 ceph 52 M 2024-04-20T03:24:17.351 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-04-20T03:24:17.351 INFO:teuthology.orchestra.run.smithi184.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-04-20T03:24:17.352 INFO:teuthology.orchestra.run.smithi184.stdout: libcephsqlite x86_64 2:16.2.15-0.el8 ceph 174 k 2024-04-20T03:24:17.352 INFO:teuthology.orchestra.run.smithi184.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-04-20T03:24:17.352 INFO:teuthology.orchestra.run.smithi184.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-04-20T03:24:17.352 INFO:teuthology.orchestra.run.smithi184.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-04-20T03:24:17.352 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:17.352 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:24:17.352 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:17.352 INFO:teuthology.orchestra.run.smithi184.stdout:Install 6 Packages 2024-04-20T03:24:17.352 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:17.353 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 53 M 2024-04-20T03:24:17.353 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 197 M 2024-04-20T03:24:17.353 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:24:17.603 INFO:teuthology.orchestra.run.smithi184.stdout:(1/6): libcephsqlite-16.2.15-0.el8.x86_64.rpm 2.5 MB/s | 174 kB 00:00 2024-04-20T03:24:18.295 INFO:teuthology.orchestra.run.smithi184.stdout:(2/6): ceph-test-16.2.15-0.el8.x86_64.rpm 69 MB/s | 52 MB 00:00 2024-04-20T03:24:18.320 INFO:teuthology.orchestra.run.smithi184.stdout:(3/6): oniguruma-6.8.2-3.el8.x86_64.rpm 262 kB/s | 188 kB 00:00 2024-04-20T03:24:18.345 INFO:teuthology.orchestra.run.smithi184.stdout:(4/6): jq-1.6-8.el8.x86_64.rpm 251 kB/s | 203 kB 00:00 2024-04-20T03:24:18.459 INFO:teuthology.orchestra.run.smithi184.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 509 kB/s | 71 kB 00:00 2024-04-20T03:24:18.837 INFO:teuthology.orchestra.run.smithi184.stdout:(6/6): socat-1.7.4.1-1.el8.x86_64.rpm 596 kB/s | 323 kB 00:00 2024-04-20T03:24:18.839 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:24:18.839 INFO:teuthology.orchestra.run.smithi184.stdout:Total 36 MB/s | 53 MB 00:01 2024-04-20T03:24:18.880 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:24:18.900 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:24:18.900 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:24:19.197 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:24:19.200 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:24:19.702 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:24:19.993 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-04-20T03:24:20.180 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-04-20T03:24:20.348 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-20T03:24:20.425 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-20T03:24:20.645 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-04-20T03:24:20.856 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libcephsqlite-2:16.2.15-0.el8.x86_64 5/6 2024-04-20T03:24:25.470 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libcephsqlite-2:16.2.15-0.el8.x86_64 5/6 2024-04-20T03:24:25.737 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-test-2:16.2.15-0.el8.x86_64 6/6 2024-04-20T03:24:26.020 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-test-2:16.2.15-0.el8.x86_64 6/6 2024-04-20T03:24:26.021 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-test-2:16.2.15-0.el8.x86_64 1/6 2024-04-20T03:24:26.021 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libcephsqlite-2:16.2.15-0.el8.x86_64 2/6 2024-04-20T03:24:26.021 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-04-20T03:24:26.021 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-04-20T03:24:26.021 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-04-20T03:24:26.443 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-04-20T03:24:26.443 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:26.443 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:24:26.443 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-test-2:16.2.15-0.el8.x86_64 jq-1.6-8.el8.x86_64 2024-04-20T03:24:26.443 INFO:teuthology.orchestra.run.smithi184.stdout: libcephsqlite-2:16.2.15-0.el8.x86_64 oniguruma-6.8.2-3.el8.x86_64 2024-04-20T03:24:26.443 INFO:teuthology.orchestra.run.smithi184.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2024-04-20T03:24:26.444 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:26.444 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:24:26.668 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph 2024-04-20T03:24:27.404 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:00:53 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:24:27.443 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-selinux-2:16.2.15-0.el8.x86_64 22/25 2024-04-20T03:24:27.443 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /sys 2024-04-20T03:24:27.443 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /proc 2024-04-20T03:24:27.443 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /dev 2024-04-20T03:24:27.443 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /run 2024-04-20T03:24:27.443 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /mnt 2024-04-20T03:24:27.443 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /var/tmp 2024-04-20T03:24:27.443 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /home 2024-04-20T03:24:27.443 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /tmp 2024-04-20T03:24:27.444 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /dev 2024-04-20T03:24:27.444 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:24:28.630 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-radosgw-2:16.2.15-0.el8.x86_64 23/25 2024-04-20T03:24:28.709 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-radosgw-2:16.2.15-0.el8.x86_64 23/25 2024-04-20T03:24:28.710 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-20T03:24:28.941 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-04-20T03:24:28.941 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-20T03:24:29.056 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout: ceph x86_64 2:16.2.15-0.el8 ceph 6.3 k 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mds x86_64 2:16.2.15-0.el8 ceph 2.4 M 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr x86_64 2:16.2.15-0.el8 ceph 1.6 M 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-modules-core noarch 2:16.2.15-0.el8 ceph-noarch 245 k 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mon x86_64 2:16.2.15-0.el8 ceph 5.2 M 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-osd x86_64 2:16.2.15-0.el8 ceph 19 M 2024-04-20T03:24:29.060 INFO:teuthology.orchestra.run.smithi184.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-04-20T03:24:29.061 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-04-20T03:24:29.062 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:29.063 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:24:29.063 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:29.063 INFO:teuthology.orchestra.run.smithi184.stdout:Install 32 Packages 2024-04-20T03:24:29.063 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:29.063 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 32 M 2024-04-20T03:24:29.063 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 104 M 2024-04-20T03:24:29.063 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:24:29.608 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-04-20T03:24:29.608 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-base-2:16.2.15-0.el8.x86_64 1/25 2024-04-20T03:24:29.608 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-common-2:16.2.15-0.el8.x86_64 2/25 2024-04-20T03:24:29.608 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-radosgw-2:16.2.15-0.el8.x86_64 3/25 2024-04-20T03:24:29.608 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-selinux-2:16.2.15-0.el8.x86_64 4/25 2024-04-20T03:24:29.608 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephfs2-2:16.2.15-0.el8.x86_64 5/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libradosstriper1-2:16.2.15-0.el8.x86_64 6/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librgw2-2:16.2.15-0.el8.x86_64 7/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-argparse-2:16.2.15-0.el8.x86_64 8/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-common-2:16.2.15-0.el8.x86_64 9/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cephfs-2:16.2.15-0.el8.x86_64 10/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rados-2:16.2.15-0.el8.x86_64 11/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rbd-2:16.2.15-0.el8.x86_64 12/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rgw-2:16.2.15-0.el8.x86_64 13/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librdkafka-1.6.1-1.el8.x86_64 14/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librabbitmq-0.9.0-5.el8.x86_64 17/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2024-04-20T03:24:29.609 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : leveldb-1.22-1.el8.x86_64 19/25 2024-04-20T03:24:29.610 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 20/25 2024-04-20T03:24:29.610 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 21/25 2024-04-20T03:24:29.610 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-2:16.2.15-0.el8.x86_64 22/25 2024-04-20T03:24:29.610 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-04-20T03:24:29.610 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-2:16.2.15-0.el8.x86_64 24/25 2024-04-20T03:24:29.931 INFO:teuthology.orchestra.run.smithi184.stdout:(1/32): ceph-16.2.15-0.el8.x86_64.rpm 110 kB/s | 6.3 kB 00:00 2024-04-20T03:24:29.989 INFO:teuthology.orchestra.run.smithi184.stdout:(2/32): ceph-mds-16.2.15-0.el8.x86_64.rpm 21 MB/s | 2.4 MB 00:00 2024-04-20T03:24:30.055 INFO:teuthology.orchestra.run.smithi184.stdout:(3/32): ceph-mgr-16.2.15-0.el8.x86_64.rpm 8.9 MB/s | 1.6 MB 00:00 2024-04-20T03:24:30.098 INFO:teuthology.orchestra.run.smithi184.stdout:(4/32): ceph-mgr-modules-core-16.2.15-0.el8.noa 5.6 MB/s | 245 kB 00:00 2024-04-20T03:24:30.182 INFO:teuthology.orchestra.run.smithi184.stdout:(5/32): ceph-mon-16.2.15-0.el8.x86_64.rpm 21 MB/s | 5.2 MB 00:00 2024-04-20T03:24:30.449 INFO:teuthology.orchestra.run.smithi184.stdout:(6/32): ceph-osd-16.2.15-0.el8.x86_64.rpm 41 MB/s | 19 MB 00:00 2024-04-20T03:24:30.531 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-04-20T03:24:30.531 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:24:30.531 INFO:teuthology.orchestra.run.smithi177.stdout:Upgraded: 2024-04-20T03:24:30.531 INFO:teuthology.orchestra.run.smithi177.stdout: librados2-2:16.2.15-0.el8.x86_64 librbd1-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.531 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:24:30.531 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.531 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: leveldb-1.22-1.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: liboath-2.6.2-3.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq-0.9.0-5.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka-1.6.1-1.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind-1.3.1-3.el8.x86_64 2024-04-20T03:24:30.532 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-04-20T03:24:30.533 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.533 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.533 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.533 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-04-20T03:24:30.533 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.533 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.533 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:30.533 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:24:30.533 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:24:30.557 INFO:teuthology.orchestra.run.smithi184.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 342 kB/s | 157 kB 00:00 2024-04-20T03:24:30.649 INFO:teuthology.orchestra.run.smithi184.stdout:(8/32): python3-markupsafe-0.23-19.el8.x86_64.r 83 kB/s | 39 kB 00:00 2024-04-20T03:24:30.666 INFO:teuthology.orchestra.run.smithi184.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 524 kB/s | 57 kB 00:00 2024-04-20T03:24:30.815 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-test 2024-04-20T03:24:30.858 INFO:teuthology.orchestra.run.smithi184.stdout:(10/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 253 kB/s | 103 kB 00:00 2024-04-20T03:24:31.050 INFO:teuthology.orchestra.run.smithi184.stdout:(11/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.1 MB/s | 457 kB 00:00 2024-04-20T03:24:31.075 INFO:teuthology.orchestra.run.smithi184.stdout:(12/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 608 kB/s | 249 kB 00:00 2024-04-20T03:24:31.250 INFO:teuthology.orchestra.run.smithi184.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 545 kB/s | 109 kB 00:00 2024-04-20T03:24:31.326 INFO:teuthology.orchestra.run.smithi184.stdout:(14/32): python3-cryptography-3.2.1-7.el8.x86_6 1.3 MB/s | 641 kB 00:00 2024-04-20T03:24:31.376 INFO:teuthology.orchestra.run.smithi184.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 145 kB/s | 44 kB 00:00 2024-04-20T03:24:31.545 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:41 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:24:31.701 INFO:teuthology.orchestra.run.smithi184.stdout:(16/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.2 MB/s | 384 kB 00:00 2024-04-20T03:24:31.727 INFO:teuthology.orchestra.run.smithi184.stdout:(17/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 389 kB/s | 185 kB 00:00 2024-04-20T03:24:31.760 INFO:teuthology.orchestra.run.smithi184.stdout:(18/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 398 kB/s | 173 kB 00:00 2024-04-20T03:24:31.802 INFO:teuthology.orchestra.run.smithi184.stdout:(19/32): python3-jaraco-6.2-6.el8.noarch.rpm 110 kB/s | 11 kB 00:00 2024-04-20T03:24:31.828 INFO:teuthology.orchestra.run.smithi184.stdout:(20/32): python3-jaraco-functools-2.0-4.el8.noa 175 kB/s | 18 kB 00:00 2024-04-20T03:24:31.878 INFO:teuthology.orchestra.run.smithi184.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 415 kB/s | 49 kB 00:00 2024-04-20T03:24:31.903 INFO:teuthology.orchestra.run.smithi184.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 582 kB/s | 59 kB 00:00 2024-04-20T03:24:31.978 INFO:teuthology.orchestra.run.smithi184.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 155 kB/s | 16 kB 00:00 2024-04-20T03:24:32.004 INFO:teuthology.orchestra.run.smithi184.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 187 kB/s | 19 kB 00:00 2024-04-20T03:24:32.029 INFO:teuthology.orchestra.run.smithi184.stdout:(25/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.4 MB/s | 283 kB 00:00 2024-04-20T03:24:32.080 INFO:teuthology.orchestra.run.smithi184.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 238 kB/s | 24 kB 00:00 2024-04-20T03:24:32.149 INFO:teuthology.orchestra.run.smithi184.stdout:(27/32): python3-trustme-0.6.0-4.el8.noarch.rpm 231 kB/s | 27 kB 00:00 2024-04-20T03:24:32.180 INFO:teuthology.orchestra.run.smithi184.stdout:(28/32): python3-tempora-1.14.1-5.el8.noarch.rp 166 kB/s | 29 kB 00:00 2024-04-20T03:24:32.247 INFO:teuthology.orchestra.run.smithi184.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.5 MB/s | 255 kB 00:00 2024-04-20T03:24:32.272 INFO:teuthology.orchestra.run.smithi184.stdout:(30/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.0 MB/s | 251 kB 00:00 2024-04-20T03:24:32.297 INFO:teuthology.orchestra.run.smithi184.stdout:(31/32): python3-webtest-2.0.33-1.el8.noarch.rp 729 kB/s | 85 kB 00:00 2024-04-20T03:24:32.340 INFO:teuthology.orchestra.run.smithi184.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 249 kB/s | 23 kB 00:00 2024-04-20T03:24:32.341 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:24:32.341 INFO:teuthology.orchestra.run.smithi184.stdout:Total 9.7 MB/s | 32 MB 00:03 2024-04-20T03:24:32.421 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:24:32.460 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:24:32.460 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:24:32.780 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:24:32.783 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:24:33.185 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:24:33.186 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test x86_64 2:16.2.15-0.el8 ceph 52 M 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite x86_64 2:16.2.15-0.el8 ceph 174 k 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout: oniguruma x86_64 6.8.2-3.el8 appstream 188 k 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:24:33.187 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:24:33.188 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:24:33.188 INFO:teuthology.orchestra.run.smithi177.stdout:Install 6 Packages 2024-04-20T03:24:33.188 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:24:33.188 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 53 M 2024-04-20T03:24:33.188 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 197 M 2024-04-20T03:24:33.188 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:24:33.299 INFO:teuthology.orchestra.run.smithi177.stdout:(1/6): libcephsqlite-16.2.15-0.el8.x86_64.rpm 3.1 MB/s | 174 kB 00:00 2024-04-20T03:24:33.950 INFO:teuthology.orchestra.run.smithi177.stdout:(2/6): ceph-test-16.2.15-0.el8.x86_64.rpm 74 MB/s | 52 MB 00:00 2024-04-20T03:24:33.971 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:24:33.975 INFO:teuthology.orchestra.run.smithi177.stdout:(3/6): oniguruma-6.8.2-3.el8.x86_64.rpm 279 kB/s | 188 kB 00:00 2024-04-20T03:24:34.000 INFO:teuthology.orchestra.run.smithi177.stdout:(4/6): jq-1.6-8.el8.x86_64.rpm 269 kB/s | 203 kB 00:00 2024-04-20T03:24:34.167 INFO:teuthology.orchestra.run.smithi177.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 368 kB/s | 71 kB 00:00 2024-04-20T03:24:34.175 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-04-20T03:24:34.378 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-04-20T03:24:34.492 INFO:teuthology.orchestra.run.smithi177.stdout:(6/6): socat-1.7.4.1-1.el8.x86_64.rpm 596 kB/s | 323 kB 00:00 2024-04-20T03:24:34.494 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:24:34.494 INFO:teuthology.orchestra.run.smithi177.stdout:Total 41 MB/s | 53 MB 00:01 2024-04-20T03:24:34.535 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:24:34.556 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:24:34.556 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:24:34.661 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-04-20T03:24:34.854 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:24:34.857 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:24:34.910 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-04-20T03:24:35.141 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-04-20T03:24:35.321 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-04-20T03:24:35.362 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:24:35.565 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-04-20T03:24:35.566 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2024-04-20T03:24:35.740 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2024-04-20T03:24:35.767 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-04-20T03:24:35.904 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-20T03:24:35.989 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 3/6 2024-04-20T03:24:36.018 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-04-20T03:24:36.169 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2024-04-20T03:24:36.313 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-04-20T03:24:36.329 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephsqlite-2:16.2.15-0.el8.x86_64 5/6 2024-04-20T03:24:36.568 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-04-20T03:24:36.792 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-04-20T03:24:37.174 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-04-20T03:24:37.447 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-04-20T03:24:37.636 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-04-20T03:24:37.935 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-04-20T03:24:38.187 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-20T03:24:38.531 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-04-20T03:24:38.758 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-04-20T03:24:38.963 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-04-20T03:24:39.166 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-04-20T03:24:39.427 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-04-20T03:24:39.663 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-04-20T03:24:39.922 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-04-20T03:24:40.260 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-04-20T03:24:40.598 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-04-20T03:24:40.910 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephsqlite-2:16.2.15-0.el8.x86_64 5/6 2024-04-20T03:24:40.954 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 27/32 2024-04-20T03:24:41.135 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-test-2:16.2.15-0.el8.x86_64 6/6 2024-04-20T03:24:41.201 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-2:16.2.15-0.el8.x86_64 28/32 2024-04-20T03:24:41.441 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-test-2:16.2.15-0.el8.x86_64 6/6 2024-04-20T03:24:41.442 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-test-2:16.2.15-0.el8.x86_64 1/6 2024-04-20T03:24:41.442 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephsqlite-2:16.2.15-0.el8.x86_64 2/6 2024-04-20T03:24:41.442 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2024-04-20T03:24:41.442 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : oniguruma-6.8.2-3.el8.x86_64 4/6 2024-04-20T03:24:41.442 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2024-04-20T03:24:41.849 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2024-04-20T03:24:41.849 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:24:41.850 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:24:41.850 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test-2:16.2.15-0.el8.x86_64 jq-1.6-8.el8.x86_64 2024-04-20T03:24:41.850 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite-2:16.2.15-0.el8.x86_64 oniguruma-6.8.2-3.el8.x86_64 2024-04-20T03:24:41.850 INFO:teuthology.orchestra.run.smithi177.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2024-04-20T03:24:41.850 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:24:41.850 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:24:42.097 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph 2024-04-20T03:24:42.730 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mgr-2:16.2.15-0.el8.x86_64 28/32 2024-04-20T03:24:42.841 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:52 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:24:42.961 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-osd-2:16.2.15-0.el8.x86_64 29/32 2024-04-20T03:24:43.403 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-osd-2:16.2.15-0.el8.x86_64 29/32 2024-04-20T03:24:43.628 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mon-2:16.2.15-0.el8.x86_64 30/32 2024-04-20T03:24:43.845 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mon-2:16.2.15-0.el8.x86_64 30/32 2024-04-20T03:24:44.086 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mds-2:16.2.15-0.el8.x86_64 31/32 2024-04-20T03:24:44.103 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mds-2:16.2.15-0.el8.x86_64 31/32 2024-04-20T03:24:44.243 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-2:16.2.15-0.el8.x86_64 32/32 2024-04-20T03:24:44.485 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:24:44.487 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:24:44.487 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-04-20T03:24:44.487 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:24:44.488 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:24:44.488 INFO:teuthology.orchestra.run.smithi177.stdout: ceph x86_64 2:16.2.15-0.el8 ceph 6.3 k 2024-04-20T03:24:44.488 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-04-20T03:24:44.489 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mds x86_64 2:16.2.15-0.el8 ceph 2.4 M 2024-04-20T03:24:44.489 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr x86_64 2:16.2.15-0.el8 ceph 1.6 M 2024-04-20T03:24:44.489 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-modules-core noarch 2:16.2.15-0.el8 ceph-noarch 245 k 2024-04-20T03:24:44.491 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mon x86_64 2:16.2.15-0.el8 ceph 5.2 M 2024-04-20T03:24:44.491 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-osd x86_64 2:16.2.15-0.el8 ceph 19 M 2024-04-20T03:24:44.491 INFO:teuthology.orchestra.run.smithi177.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-04-20T03:24:44.491 INFO:teuthology.orchestra.run.smithi177.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-04-20T03:24:44.491 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2024-04-20T03:24:44.491 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-04-20T03:24:44.491 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-04-20T03:24:44.491 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cryptography x86_64 3.2.1-7.el8 baseos 641 k 2024-04-20T03:24:44.492 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-04-20T03:24:44.492 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-04-20T03:24:44.492 INFO:teuthology.orchestra.run.smithi177.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-04-20T03:24:44.492 INFO:teuthology.orchestra.run.smithi177.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2024-04-20T03:24:44.492 INFO:teuthology.orchestra.run.smithi177.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2024-04-20T03:24:44.492 INFO:teuthology.orchestra.run.smithi177.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-04-20T03:24:44.492 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-04-20T03:24:44.492 INFO:teuthology.orchestra.run.smithi177.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-04-20T03:24:44.492 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2024-04-20T03:24:44.492 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:24:44.493 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:24:44.494 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:24:44.494 INFO:teuthology.orchestra.run.smithi177.stdout:Install 32 Packages 2024-04-20T03:24:44.494 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:24:44.494 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 32 M 2024-04-20T03:24:44.495 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 104 M 2024-04-20T03:24:44.495 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:24:44.653 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-2:16.2.15-0.el8.x86_64 32/32 2024-04-20T03:24:44.653 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-2:16.2.15-0.el8.x86_64 1/32 2024-04-20T03:24:44.653 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mds-2:16.2.15-0.el8.x86_64 2/32 2024-04-20T03:24:44.653 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-2:16.2.15-0.el8.x86_64 3/32 2024-04-20T03:24:44.653 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mon-2:16.2.15-0.el8.x86_64 4/32 2024-04-20T03:24:44.653 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-osd-2:16.2.15-0.el8.x86_64 5/32 2024-04-20T03:24:44.653 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 6/32 2024-04-20T03:24:44.653 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-04-20T03:24:44.653 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-04-20T03:24:44.653 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-04-20T03:24:44.653 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-04-20T03:24:44.654 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-04-20T03:24:44.655 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-04-20T03:24:44.655 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-04-20T03:24:44.655 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-04-20T03:24:44.655 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-04-20T03:24:44.655 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-04-20T03:24:44.655 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-04-20T03:24:44.656 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-04-20T03:24:44.656 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-04-20T03:24:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:(1/32): ceph-mds-16.2.15-0.el8.x86_64.rpm 29 MB/s | 2.4 MB 00:00 2024-04-20T03:24:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:(2/32): ceph-16.2.15-0.el8.x86_64.rpm 58 kB/s | 6.3 kB 00:00 2024-04-20T03:24:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:(3/32): ceph-mgr-16.2.15-0.el8.x86_64.rpm 8.8 MB/s | 1.6 MB 00:00 2024-04-20T03:24:45.077 INFO:teuthology.orchestra.run.smithi177.stdout:(4/32): ceph-mgr-modules-core-16.2.15-0.el8.noa 7.3 MB/s | 245 kB 00:00 2024-04-20T03:24:45.161 INFO:teuthology.orchestra.run.smithi177.stdout:(5/32): ceph-mon-16.2.15-0.el8.x86_64.rpm 24 MB/s | 5.2 MB 00:00 2024-04-20T03:24:45.394 INFO:teuthology.orchestra.run.smithi177.stdout:(6/32): ceph-osd-16.2.15-0.el8.x86_64.rpm 44 MB/s | 19 MB 00:00 2024-04-20T03:24:45.409 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-04-20T03:24:45.409 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:45.409 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:24:45.409 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:45.409 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mds-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:45.409 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:45.409 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 2024-04-20T03:24:45.409 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mon-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:45.409 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-osd-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco-6.2-6.el8.noarch 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-mako-1.0.6-14.el8.noarch 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-04-20T03:24:45.410 INFO:teuthology.orchestra.run.smithi184.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-portend-2.6-1.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pycparser-2.14-14.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytz-2017.2-11.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-04-20T03:24:45.411 INFO:teuthology.orchestra.run.smithi184.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-04-20T03:24:45.412 INFO:teuthology.orchestra.run.smithi184.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-04-20T03:24:45.412 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:45.412 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:24:45.545 INFO:teuthology.orchestra.run.smithi177.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 336 kB/s | 157 kB 00:00 2024-04-20T03:24:45.603 INFO:teuthology.orchestra.run.smithi177.stdout:(8/32): python3-markupsafe-0.23-19.el8.x86_64.r 88 kB/s | 39 kB 00:00 2024-04-20T03:24:45.670 INFO:teuthology.orchestra.run.smithi177.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 455 kB/s | 57 kB 00:00 2024-04-20T03:24:45.693 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-base 2024-04-20T03:24:45.804 INFO:teuthology.orchestra.run.smithi177.stdout:(10/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 253 kB/s | 103 kB 00:00 2024-04-20T03:24:45.904 INFO:teuthology.orchestra.run.smithi177.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.0 MB/s | 249 kB 00:00 2024-04-20T03:24:45.972 INFO:teuthology.orchestra.run.smithi177.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 1.6 MB/s | 109 kB 00:00 2024-04-20T03:24:46.013 INFO:teuthology.orchestra.run.smithi177.stdout:(13/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.1 MB/s | 457 kB 00:00 2024-04-20T03:24:46.105 INFO:teuthology.orchestra.run.smithi177.stdout:(14/32): python3-cryptography-3.2.1-7.el8.x86_6 2.1 MB/s | 641 kB 00:00 2024-04-20T03:24:46.131 INFO:teuthology.orchestra.run.smithi177.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 274 kB/s | 44 kB 00:00 2024-04-20T03:24:46.173 INFO:teuthology.orchestra.run.smithi177.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 1.1 MB/s | 185 kB 00:00 2024-04-20T03:24:46.206 INFO:teuthology.orchestra.run.smithi177.stdout:(17/32): python3-jaraco-6.2-6.el8.noarch.rpm 340 kB/s | 11 kB 00:00 2024-04-20T03:24:46.240 INFO:teuthology.orchestra.run.smithi177.stdout:(18/32): python3-cherrypy-18.4.0-1.el8.noarch.r 3.6 MB/s | 384 kB 00:00 2024-04-20T03:24:46.256 INFO:teuthology.orchestra.run.smithi177.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 350 kB/s | 18 kB 00:00 2024-04-20T03:24:46.282 INFO:teuthology.orchestra.run.smithi177.stdout:(20/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 979 kB/s | 173 kB 00:00 2024-04-20T03:24:46.299 INFO:teuthology.orchestra.run.smithi177.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 830 kB/s | 49 kB 00:00 2024-04-20T03:24:46.315 INFO:teuthology.orchestra.run.smithi177.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 997 kB/s | 59 kB 00:00 2024-04-20T03:24:46.333 INFO:teuthology.orchestra.run.smithi177.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 462 kB/s | 16 kB 00:00 2024-04-20T03:24:46.367 INFO:teuthology.orchestra.run.smithi177.stdout:(24/32): python3-pecan-1.3.2-9.el8.noarch.rpm 3.3 MB/s | 283 kB 00:00 2024-04-20T03:24:46.392 INFO:teuthology.orchestra.run.smithi177.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 247 kB/s | 19 kB 00:00 2024-04-20T03:24:46.417 INFO:teuthology.orchestra.run.smithi177.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 285 kB/s | 24 kB 00:00 2024-04-20T03:24:46.432 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:12 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:24:46.442 INFO:teuthology.orchestra.run.smithi177.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 387 kB/s | 29 kB 00:00 2024-04-20T03:24:46.467 INFO:teuthology.orchestra.run.smithi177.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 364 kB/s | 27 kB 00:00 2024-04-20T03:24:46.493 INFO:teuthology.orchestra.run.smithi177.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 3.3 MB/s | 255 kB 00:00 2024-04-20T03:24:46.518 INFO:teuthology.orchestra.run.smithi177.stdout:(30/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 3.2 MB/s | 251 kB 00:00 2024-04-20T03:24:46.560 INFO:teuthology.orchestra.run.smithi177.stdout:(31/32): python3-zc-lockfile-2.0-2.el8.noarch.r 344 kB/s | 23 kB 00:00 2024-04-20T03:24:46.585 INFO:teuthology.orchestra.run.smithi177.stdout:(32/32): python3-webtest-2.0.33-1.el8.noarch.rp 728 kB/s | 85 kB 00:00 2024-04-20T03:24:46.589 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:24:46.590 INFO:teuthology.orchestra.run.smithi177.stdout:Total 15 MB/s | 32 MB 00:02 2024-04-20T03:24:46.671 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:24:46.709 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:24:46.709 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:24:47.028 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:24:47.031 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:24:48.025 INFO:teuthology.orchestra.run.smithi184.stdout:Package ceph-base-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:24:48.074 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:24:48.075 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2024-04-20T03:24:48.075 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:24:48.150 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:24:48.198 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install cephadm 2024-04-20T03:24:48.383 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-04-20T03:24:48.593 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-04-20T03:24:48.852 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2024-04-20T03:24:48.941 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:14 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:24:49.058 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2024-04-20T03:24:49.231 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2024-04-20T03:24:49.386 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2024-04-20T03:24:49.588 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2024-04-20T03:24:49.774 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2024-04-20T03:24:49.991 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2024-04-20T03:24:50.262 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2024-04-20T03:24:50.525 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2024-04-20T03:24:50.582 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:24:50.583 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:50.583 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-04-20T03:24:50.583 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:50.583 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:24:50.583 INFO:teuthology.orchestra.run.smithi184.stdout: cephadm noarch 2:16.2.15-0.el8 ceph-noarch 85 k 2024-04-20T03:24:50.583 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:50.583 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:24:50.583 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:50.583 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2024-04-20T03:24:50.583 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:50.584 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 85 k 2024-04-20T03:24:50.584 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 352 k 2024-04-20T03:24:50.584 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:24:50.629 INFO:teuthology.orchestra.run.smithi184.stdout:cephadm-16.2.15-0.el8.noarch.rpm 1.8 MB/s | 85 kB 00:00 2024-04-20T03:24:50.630 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:24:50.630 INFO:teuthology.orchestra.run.smithi184.stdout:Total 1.8 MB/s | 85 kB 00:00 2024-04-20T03:24:50.630 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:24:50.637 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:24:50.637 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:24:50.639 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:24:50.642 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:24:50.683 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:24:50.766 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2024-04-20T03:24:51.142 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2024-04-20T03:24:51.247 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: cephadm-2:16.2.15-0.el8.noarch 1/1 2024-04-20T03:24:51.413 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cryptography-3.2.1-7.el8.x86_64 14/32 2024-04-20T03:24:51.471 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : cephadm-2:16.2.15-0.el8.noarch 1/1 2024-04-20T03:24:51.592 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2024-04-20T03:24:51.697 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: cephadm-2:16.2.15-0.el8.noarch 1/1 2024-04-20T03:24:51.841 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2024-04-20T03:24:52.094 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-20T03:24:52.417 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2024-04-20T03:24:52.508 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : cephadm-2:16.2.15-0.el8.noarch 1/1 2024-04-20T03:24:52.508 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:52.508 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:24:52.508 INFO:teuthology.orchestra.run.smithi184.stdout: cephadm-2:16.2.15-0.el8.noarch 2024-04-20T03:24:52.508 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:52.508 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:24:52.640 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2024-04-20T03:24:52.782 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-immutable-object-cache 2024-04-20T03:24:52.829 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2024-04-20T03:24:52.989 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-04-20T03:24:53.224 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-04-20T03:24:53.423 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-04-20T03:24:53.527 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:19 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:24:53.669 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2024-04-20T03:24:53.975 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2024-04-20T03:24:54.322 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-04-20T03:24:54.670 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 27/32 2024-04-20T03:24:54.859 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-2:16.2.15-0.el8.x86_64 28/32 2024-04-20T03:24:55.162 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:24:55.162 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:55.162 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repo Size 2024-04-20T03:24:55.162 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:55.163 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:24:55.163 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-immutable-object-cache x86_64 2:16.2.15-0.el8 ceph 161 k 2024-04-20T03:24:55.163 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:55.163 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:24:55.163 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:24:55.163 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2024-04-20T03:24:55.163 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:55.164 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 161 k 2024-04-20T03:24:55.164 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 470 k 2024-04-20T03:24:55.164 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:24:55.218 INFO:teuthology.orchestra.run.smithi184.stdout:ceph-immutable-object-cache-16.2.15-0.el8.x86_6 2.9 MB/s | 161 kB 00:00 2024-04-20T03:24:55.218 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:24:55.219 INFO:teuthology.orchestra.run.smithi184.stdout:Total 2.8 MB/s | 161 kB 00:00 2024-04-20T03:24:55.219 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:24:55.229 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:24:55.229 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:24:55.276 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:24:55.279 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:24:55.407 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:24:55.626 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:24:56.038 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:24:56.398 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-2:16.2.15-0.el8.x86_64 28/32 2024-04-20T03:24:56.412 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:24:56.412 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:56.412 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:24:56.412 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:56.412 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:24:56.412 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:24:56.601 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-osd-2:16.2.15-0.el8.x86_64 29/32 2024-04-20T03:24:56.633 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-mgr 2024-04-20T03:24:57.044 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-osd-2:16.2.15-0.el8.x86_64 29/32 2024-04-20T03:24:57.218 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mon-2:16.2.15-0.el8.x86_64 30/32 2024-04-20T03:24:57.380 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:23 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:24:57.433 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mon-2:16.2.15-0.el8.x86_64 30/32 2024-04-20T03:24:57.634 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mds-2:16.2.15-0.el8.x86_64 31/32 2024-04-20T03:24:57.651 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mds-2:16.2.15-0.el8.x86_64 31/32 2024-04-20T03:24:57.767 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-2:16.2.15-0.el8.x86_64 32/32 2024-04-20T03:24:58.167 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-2:16.2.15-0.el8.x86_64 32/32 2024-04-20T03:24:58.167 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-2:16.2.15-0.el8.x86_64 1/32 2024-04-20T03:24:58.167 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mds-2:16.2.15-0.el8.x86_64 2/32 2024-04-20T03:24:58.167 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-2:16.2.15-0.el8.x86_64 3/32 2024-04-20T03:24:58.167 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mon-2:16.2.15-0.el8.x86_64 4/32 2024-04-20T03:24:58.167 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-osd-2:16.2.15-0.el8.x86_64 5/32 2024-04-20T03:24:58.167 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 6/32 2024-04-20T03:24:58.167 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cryptography-3.2.1-7.el8.x86_64 13/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2024-04-20T03:24:58.168 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2024-04-20T03:24:58.169 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2024-04-20T03:24:58.169 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2024-04-20T03:24:58.169 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2024-04-20T03:24:58.169 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2024-04-20T03:24:58.169 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2024-04-20T03:24:58.169 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2024-04-20T03:24:58.169 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2024-04-20T03:24:58.170 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2024-04-20T03:24:58.170 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2024-04-20T03:24:58.170 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2024-04-20T03:24:58.972 INFO:teuthology.orchestra.run.smithi184.stdout:Package ceph-mgr-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:24:59.016 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2024-04-20T03:24:59.016 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:24:59.016 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:24:59.016 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:59.016 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mds-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-modules-core-2:16.2.15-0.el8.noarch 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mon-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-osd-2:16.2.15-0.el8.x86_64 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cryptography-3.2.1-7.el8.x86_64 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-6.2-6.el8.noarch 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-04-20T03:24:59.017 INFO:teuthology.orchestra.run.smithi177.stdout: python3-mako-1.0.6-14.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-portend-2.6-1.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pycparser-2.14-14.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytz-2017.2-11.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-04-20T03:24:59.018 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-04-20T03:24:59.019 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-04-20T03:24:59.019 INFO:teuthology.orchestra.run.smithi177.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-04-20T03:24:59.019 INFO:teuthology.orchestra.run.smithi177.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-04-20T03:24:59.019 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:24:59.019 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:24:59.021 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:24:59.022 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2024-04-20T03:24:59.023 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:24:59.153 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-mgr-dashboard 2024-04-20T03:24:59.290 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-base 2024-04-20T03:24:59.882 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:25 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:25:00.031 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:10 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:25:01.520 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:25:01.521 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:01.521 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2024-04-20T03:25:01.521 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:01.521 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:25:01.521 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-dashboard noarch 2:16.2.15-0.el8 ceph-noarch 3.1 M 2024-04-20T03:25:01.522 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-04-20T03:25:01.522 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-grafana-dashboards noarch 2:16.2.15-0.el8 ceph-noarch 24 k 2024-04-20T03:25:01.522 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-prometheus-alerts noarch 2:16.2.15-0.el8 ceph-noarch 15 k 2024-04-20T03:25:01.522 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-04-20T03:25:01.522 INFO:teuthology.orchestra.run.smithi184.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-04-20T03:25:01.523 INFO:teuthology.orchestra.run.smithi184.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-04-20T03:25:01.523 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:01.523 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:25:01.523 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:01.523 INFO:teuthology.orchestra.run.smithi184.stdout:Install 6 Packages 2024-04-20T03:25:01.523 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:01.524 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 3.4 M 2024-04-20T03:25:01.524 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 22 M 2024-04-20T03:25:01.524 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:25:01.612 INFO:teuthology.orchestra.run.smithi177.stdout:Package ceph-base-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:25:01.663 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:25:01.664 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-04-20T03:25:01.664 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:25:01.765 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install cephadm 2024-04-20T03:25:02.113 INFO:teuthology.orchestra.run.smithi184.stdout:(1/6): ceph-grafana-dashboards-16.2.15-0.el8.no 340 kB/s | 24 kB 00:00 2024-04-20T03:25:02.263 INFO:teuthology.orchestra.run.smithi184.stdout:(2/6): python3-jwt-1.6.1-2.el8.noarch.rpm 284 kB/s | 43 kB 00:00 2024-04-20T03:25:02.363 INFO:teuthology.orchestra.run.smithi184.stdout:(3/6): ceph-mgr-dashboard-16.2.15-0.el8.noarch. 9.7 MB/s | 3.1 MB 00:00 2024-04-20T03:25:02.388 INFO:teuthology.orchestra.run.smithi184.stdout:(4/6): ceph-prometheus-alerts-16.2.15-0.el8.noa 43 kB/s | 15 kB 00:00 2024-04-20T03:25:02.495 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:12 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:25:02.589 INFO:teuthology.orchestra.run.smithi184.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 103 kB/s | 34 kB 00:00 2024-04-20T03:25:02.655 INFO:teuthology.orchestra.run.smithi184.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 673 kB/s | 196 kB 00:00 2024-04-20T03:25:02.659 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:02.659 INFO:teuthology.orchestra.run.smithi184.stdout:Total 3.0 MB/s | 3.4 MB 00:01 2024-04-20T03:25:02.670 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:25:02.680 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:25:02.680 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:25:02.840 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:25:02.844 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:25:03.142 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:25:03.396 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2024-04-20T03:25:03.984 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2024-04-20T03:25:04.135 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:25:04.136 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:04.136 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-04-20T03:25:04.136 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:04.136 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:25:04.136 INFO:teuthology.orchestra.run.smithi177.stdout: cephadm noarch 2:16.2.15-0.el8 ceph-noarch 85 k 2024-04-20T03:25:04.136 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:04.136 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:25:04.136 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:04.136 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-04-20T03:25:04.136 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:04.137 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 85 k 2024-04-20T03:25:04.137 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 352 k 2024-04-20T03:25:04.137 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:25:04.182 INFO:teuthology.orchestra.run.smithi177.stdout:cephadm-16.2.15-0.el8.noarch.rpm 1.8 MB/s | 85 kB 00:00 2024-04-20T03:25:04.183 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:04.183 INFO:teuthology.orchestra.run.smithi177.stdout:Total 1.8 MB/s | 85 kB 00:00 2024-04-20T03:25:04.183 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:25:04.190 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:25:04.190 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:25:04.192 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:25:04.195 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:25:04.218 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2024-04-20T03:25:04.252 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:25:04.331 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 4/6 2024-04-20T03:25:04.711 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: cephadm-2:16.2.15-0.el8.noarch 1/1 2024-04-20T03:25:04.886 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cephadm-2:16.2.15-0.el8.noarch 1/1 2024-04-20T03:25:05.110 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: cephadm-2:16.2.15-0.el8.noarch 1/1 2024-04-20T03:25:05.411 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 5/6 2024-04-20T03:25:05.513 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cephadm-2:16.2.15-0.el8.noarch 1/1 2024-04-20T03:25:05.513 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:05.513 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:25:05.513 INFO:teuthology.orchestra.run.smithi177.stdout: cephadm-2:16.2.15-0.el8.noarch 2024-04-20T03:25:05.513 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:05.513 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:25:05.697 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 6/6 2024-04-20T03:25:05.734 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-immutable-object-cache 2024-04-20T03:25:05.980 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 6/6 2024-04-20T03:25:05.980 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 1/6 2024-04-20T03:25:05.980 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 2/6 2024-04-20T03:25:05.980 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 3/6 2024-04-20T03:25:05.980 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2024-04-20T03:25:05.980 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2024-04-20T03:25:06.376 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2024-04-20T03:25:06.376 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:06.377 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:25:06.377 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 2024-04-20T03:25:06.377 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 2024-04-20T03:25:06.377 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 2024-04-20T03:25:06.377 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-04-20T03:25:06.377 INFO:teuthology.orchestra.run.smithi184.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-04-20T03:25:06.377 INFO:teuthology.orchestra.run.smithi184.stdout: python3-routes-2.4.1-12.el8.noarch 2024-04-20T03:25:06.377 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:06.377 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:25:06.473 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:16 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:25:06.514 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-20T03:25:07.245 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:33 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:25:08.108 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:25:08.109 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:08.109 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2024-04-20T03:25:08.109 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:08.109 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:25:08.109 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-immutable-object-cache x86_64 2:16.2.15-0.el8 ceph 161 k 2024-04-20T03:25:08.109 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:08.109 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:25:08.109 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:08.109 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-04-20T03:25:08.109 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:08.110 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 161 k 2024-04-20T03:25:08.110 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 470 k 2024-04-20T03:25:08.110 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:25:08.359 INFO:teuthology.orchestra.run.smithi177.stdout:ceph-immutable-object-cache-16.2.15-0.el8.x86_6 646 kB/s | 161 kB 00:00 2024-04-20T03:25:08.360 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:08.360 INFO:teuthology.orchestra.run.smithi177.stdout:Total 643 kB/s | 161 kB 00:00 2024-04-20T03:25:08.360 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:25:08.371 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:25:08.371 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:25:08.418 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:25:08.421 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:25:08.886 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:25:08.888 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================================ 2024-04-20T03:25:08.888 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2024-04-20T03:25:08.888 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================================ 2024-04-20T03:25:08.888 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:25:08.888 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-diskprediction-local noarch 2:16.2.15-0.el8 ceph-noarch 8.6 M 2024-04-20T03:25:08.888 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-04-20T03:25:08.888 INFO:teuthology.orchestra.run.smithi184.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2024-04-20T03:25:08.888 INFO:teuthology.orchestra.run.smithi184.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2024-04-20T03:25:08.889 INFO:teuthology.orchestra.run.smithi184.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-04-20T03:25:08.889 INFO:teuthology.orchestra.run.smithi184.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-04-20T03:25:08.889 INFO:teuthology.orchestra.run.smithi184.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-04-20T03:25:08.889 INFO:teuthology.orchestra.run.smithi184.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-04-20T03:25:08.889 INFO:teuthology.orchestra.run.smithi184.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-04-20T03:25:08.889 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:08.889 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:25:08.889 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================================ 2024-04-20T03:25:08.889 INFO:teuthology.orchestra.run.smithi184.stdout:Install 8 Packages 2024-04-20T03:25:08.889 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:08.890 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 37 M 2024-04-20T03:25:08.890 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 210 M 2024-04-20T03:25:08.890 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:25:09.184 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:25:09.382 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:09.425 INFO:teuthology.orchestra.run.smithi184.stdout:(1/8): ceph-mgr-diskprediction-local-16.2.15-0. 20 MB/s | 8.6 MB 00:00 2024-04-20T03:25:09.805 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:09.920 INFO:teuthology.orchestra.run.smithi184.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 5.2 MB/s | 4.7 MB 00:00 2024-04-20T03:25:10.013 INFO:teuthology.orchestra.run.smithi184.stdout:(3/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 4.8 MB/s | 4.9 MB 00:01 2024-04-20T03:25:10.045 INFO:teuthology.orchestra.run.smithi184.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.8 MB/s | 225 kB 00:00 2024-04-20T03:25:10.172 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:10.172 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:25:10.172 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-immutable-object-cache-2:16.2.15-0.el8.x86_64 2024-04-20T03:25:10.172 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:10.173 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:25:10.329 INFO:teuthology.orchestra.run.smithi184.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.2 MB/s | 645 kB 00:00 2024-04-20T03:25:10.377 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr 2024-04-20T03:25:10.396 INFO:teuthology.orchestra.run.smithi184.stdout:(6/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 3.8 MB/s | 3.7 MB 00:00 2024-04-20T03:25:10.421 INFO:teuthology.orchestra.run.smithi184.stdout:(7/8): libquadmath-8.5.0-21.el8.x86_64.rpm 1.8 MB/s | 172 kB 00:00 2024-04-20T03:25:10.697 INFO:teuthology.orchestra.run.smithi184.stdout:(8/8): python3-scipy-1.0.0-21.module_el8+762+77 21 MB/s | 14 MB 00:00 2024-04-20T03:25:10.697 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:10.697 INFO:teuthology.orchestra.run.smithi184.stdout:Total 21 MB/s | 37 MB 00:01 2024-04-20T03:25:10.925 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:25:10.943 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:25:10.943 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:25:11.118 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:21 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:25:11.282 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:25:11.285 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:25:11.945 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:25:12.122 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-20T03:25:12.253 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-20T03:25:12.414 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-20T03:25:12.692 INFO:teuthology.orchestra.run.smithi177.stdout:Package ceph-mgr-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:25:12.743 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:25:12.744 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-04-20T03:25:12.744 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:25:12.848 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-dashboard 2024-04-20T03:25:13.008 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-20T03:25:13.186 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-04-20T03:25:13.586 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:23 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:25:13.805 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-04-20T03:25:13.964 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-20T03:25:14.689 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-20T03:25:15.230 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:25:15.231 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:15.231 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-04-20T03:25:15.231 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:15.231 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:25:15.231 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-dashboard noarch 2:16.2.15-0.el8 ceph-noarch 3.1 M 2024-04-20T03:25:15.231 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-04-20T03:25:15.231 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-grafana-dashboards noarch 2:16.2.15-0.el8 ceph-noarch 24 k 2024-04-20T03:25:15.231 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-prometheus-alerts noarch 2:16.2.15-0.el8 ceph-noarch 15 k 2024-04-20T03:25:15.231 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2024-04-20T03:25:15.231 INFO:teuthology.orchestra.run.smithi177.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-04-20T03:25:15.232 INFO:teuthology.orchestra.run.smithi177.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-04-20T03:25:15.232 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:15.232 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:25:15.232 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:15.232 INFO:teuthology.orchestra.run.smithi177.stdout:Install 6 Packages 2024-04-20T03:25:15.232 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:15.232 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 3.4 M 2024-04-20T03:25:15.233 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 22 M 2024-04-20T03:25:15.233 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:25:15.387 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-04-20T03:25:15.405 INFO:teuthology.orchestra.run.smithi177.stdout:(1/6): ceph-grafana-dashboards-16.2.15-0.el8.no 486 kB/s | 24 kB 00:00 2024-04-20T03:25:15.430 INFO:teuthology.orchestra.run.smithi177.stdout:(2/6): ceph-prometheus-alerts-16.2.15-0.el8.noa 197 kB/s | 15 kB 00:00 2024-04-20T03:25:15.489 INFO:teuthology.orchestra.run.smithi177.stdout:(3/6): ceph-mgr-dashboard-16.2.15-0.el8.noarch. 23 MB/s | 3.1 MB 00:00 2024-04-20T03:25:15.614 INFO:teuthology.orchestra.run.smithi177.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 204 kB/s | 43 kB 00:00 2024-04-20T03:25:15.663 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-20T03:25:15.664 INFO:teuthology.orchestra.run.smithi177.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 144 kB/s | 34 kB 00:00 2024-04-20T03:25:15.873 INFO:teuthology.orchestra.run.smithi177.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 512 kB/s | 196 kB 00:00 2024-04-20T03:25:15.875 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:15.875 INFO:teuthology.orchestra.run.smithi177.stdout:Total 5.3 MB/s | 3.4 MB 00:00 2024-04-20T03:25:15.887 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:25:15.897 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:25:15.897 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:25:16.050 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:25:16.054 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:25:16.329 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:25:16.519 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2024-04-20T03:25:16.789 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2024-04-20T03:25:16.975 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2024-04-20T03:25:17.078 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 4/6 2024-04-20T03:25:17.409 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-20T03:25:18.109 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 5/6 2024-04-20T03:25:18.354 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 6/6 2024-04-20T03:25:18.643 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 6/6 2024-04-20T03:25:18.643 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 1/6 2024-04-20T03:25:18.643 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 2/6 2024-04-20T03:25:18.643 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 3/6 2024-04-20T03:25:18.643 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2024-04-20T03:25:18.644 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2024-04-20T03:25:18.716 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-04-20T03:25:18.954 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 8/8 2024-04-20T03:25:19.011 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2024-04-20T03:25:19.011 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:19.011 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:25:19.011 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-grafana-dashboards-2:16.2.15-0.el8.noarch 2024-04-20T03:25:19.011 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-dashboard-2:16.2.15-0.el8.noarch 2024-04-20T03:25:19.011 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-prometheus-alerts-2:16.2.15-0.el8.noarch 2024-04-20T03:25:19.011 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-04-20T03:25:19.011 INFO:teuthology.orchestra.run.smithi177.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-04-20T03:25:19.012 INFO:teuthology.orchestra.run.smithi177.stdout: python3-routes-2.4.1-12.el8.noarch 2024-04-20T03:25:19.012 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:19.012 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:25:19.136 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-20T03:25:19.275 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 8/8 2024-04-20T03:25:19.275 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 1/8 2024-04-20T03:25:19.275 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-04-20T03:25:19.275 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-04-20T03:25:19.275 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-04-20T03:25:19.275 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-04-20T03:25:19.275 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-04-20T03:25:19.275 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2024-04-20T03:25:19.702 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout: libgfortran-8.5.0-21.el8.x86_64 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout: libquadmath-8.5.0-21.el8.x86_64 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout: openblas-0.3.15-4.el8.x86_64 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:19.703 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:25:19.832 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-mgr-rook 2024-04-20T03:25:19.872 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:29 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:25:20.561 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:46 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:25:21.511 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:25:21.513 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2024-04-20T03:25:21.513 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-04-20T03:25:21.513 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2024-04-20T03:25:21.513 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:25:21.513 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-diskprediction-local noarch 2:16.2.15-0.el8 ceph-noarch 8.6 M 2024-04-20T03:25:21.513 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-04-20T03:25:21.513 INFO:teuthology.orchestra.run.smithi177.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2024-04-20T03:25:21.513 INFO:teuthology.orchestra.run.smithi177.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2024-04-20T03:25:21.513 INFO:teuthology.orchestra.run.smithi177.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2024-04-20T03:25:21.513 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2024-04-20T03:25:21.513 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2024-04-20T03:25:21.514 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2024-04-20T03:25:21.514 INFO:teuthology.orchestra.run.smithi177.stdout: python3-scipy x86_64 1.0.0-21.module_el8+762+77bd8591 appstream 14 M 2024-04-20T03:25:21.514 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:21.514 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:25:21.514 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2024-04-20T03:25:21.514 INFO:teuthology.orchestra.run.smithi177.stdout:Install 8 Packages 2024-04-20T03:25:21.514 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:21.515 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 37 M 2024-04-20T03:25:21.515 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 210 M 2024-04-20T03:25:21.515 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:25:21.896 INFO:teuthology.orchestra.run.smithi177.stdout:(1/8): ceph-mgr-diskprediction-local-16.2.15-0. 61 MB/s | 8.6 MB 00:00 2024-04-20T03:25:22.177 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:25:22.179 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:22.179 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2024-04-20T03:25:22.179 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:22.179 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:25:22.179 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-rook noarch 2:16.2.15-0.el8 ceph-noarch 27 k 2024-04-20T03:25:22.179 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-04-20T03:25:22.179 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:25:22.180 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:22.181 INFO:teuthology.orchestra.run.smithi184.stdout:Install 13 Packages 2024-04-20T03:25:22.181 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:22.181 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 1.9 M 2024-04-20T03:25:22.181 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 24 M 2024-04-20T03:25:22.181 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:25:22.737 INFO:teuthology.orchestra.run.smithi177.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 4.9 MB/s | 4.9 MB 00:00 2024-04-20T03:25:22.804 INFO:teuthology.orchestra.run.smithi177.stdout:(3/8): openblas-0.3.15-4.el8.x86_64.rpm 4.5 MB/s | 4.7 MB 00:01 2024-04-20T03:25:22.877 INFO:teuthology.orchestra.run.smithi184.stdout:(1/13): ceph-mgr-rook-16.2.15-0.el8.noarch.rpm 353 kB/s | 27 kB 00:00 2024-04-20T03:25:22.879 INFO:teuthology.orchestra.run.smithi177.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 3.8 MB/s | 3.7 MB 00:00 2024-04-20T03:25:22.913 INFO:teuthology.orchestra.run.smithi177.stdout:(5/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.3 MB/s | 225 kB 00:00 2024-04-20T03:25:23.069 INFO:teuthology.orchestra.run.smithi184.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 74 kB/s | 20 kB 00:00 2024-04-20T03:25:23.094 INFO:teuthology.orchestra.run.smithi184.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 90 kB/s | 27 kB 00:00 2024-04-20T03:25:23.139 INFO:teuthology.orchestra.run.smithi177.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 767 kB/s | 172 kB 00:00 2024-04-20T03:25:23.197 INFO:teuthology.orchestra.run.smithi177.stdout:(7/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.0 MB/s | 645 kB 00:00 2024-04-20T03:25:23.311 INFO:teuthology.orchestra.run.smithi184.stdout:(4/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 291 kB/s | 126 kB 00:00 2024-04-20T03:25:23.337 INFO:teuthology.orchestra.run.smithi184.stdout:(5/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 640 kB/s | 155 kB 00:00 2024-04-20T03:25:23.362 INFO:teuthology.orchestra.run.smithi184.stdout:(6/13): python3-pyasn1-modules-0.3.7-6.el8.noar 376 kB/s | 110 kB 00:00 2024-04-20T03:25:23.439 INFO:teuthology.orchestra.run.smithi177.stdout:(8/8): python3-scipy-1.0.0-21.module_el8+762+77 22 MB/s | 14 MB 00:00 2024-04-20T03:25:23.439 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:23.440 INFO:teuthology.orchestra.run.smithi177.stdout:Total 19 MB/s | 37 MB 00:01 2024-04-20T03:25:23.487 INFO:teuthology.orchestra.run.smithi184.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 243 kB/s | 43 kB 00:00 2024-04-20T03:25:23.504 INFO:teuthology.orchestra.run.smithi184.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 115 kB/s | 16 kB 00:00 2024-04-20T03:25:23.522 INFO:teuthology.orchestra.run.smithi184.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 179 kB/s | 33 kB 00:00 2024-04-20T03:25:23.596 INFO:teuthology.orchestra.run.smithi184.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 747 kB/s | 81 kB 00:00 2024-04-20T03:25:23.655 INFO:teuthology.orchestra.run.smithi184.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 1.0 MB/s | 61 kB 00:00 2024-04-20T03:25:23.669 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:25:23.686 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:25:23.686 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:25:23.700 INFO:teuthology.orchestra.run.smithi184.stdout:(12/13): python3-rsa-4.9-2.el8.noarch.rpm 358 kB/s | 64 kB 00:00 2024-04-20T03:25:23.939 INFO:teuthology.orchestra.run.smithi184.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 2.7 MB/s | 1.2 MB 00:00 2024-04-20T03:25:23.939 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:23.940 INFO:teuthology.orchestra.run.smithi184.stdout:Total 1.1 MB/s | 1.9 MB 00:01 2024-04-20T03:25:23.994 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:25:24.009 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:25:24.009 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:25:24.011 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:25:24.014 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:25:24.095 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:25:24.098 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:25:24.623 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:25:24.645 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:25:24.787 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-20T03:25:24.831 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2024-04-20T03:25:24.913 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2024-04-20T03:25:25.053 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2024-04-20T03:25:25.305 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2024-04-20T03:25:25.610 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2024-04-20T03:25:25.637 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-20T03:25:25.867 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2024-04-20T03:25:26.132 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2024-04-20T03:25:26.240 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2024-04-20T03:25:26.403 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2024-04-20T03:25:26.477 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2024-04-20T03:25:26.733 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2024-04-20T03:25:26.997 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2024-04-20T03:25:27.137 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-20T03:25:27.768 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2024-04-20T03:25:27.832 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2024-04-20T03:25:28.034 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2024-04-20T03:25:28.164 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-04-20T03:25:28.310 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2024-04-20T03:25:28.411 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-20T03:25:28.535 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2024-04-20T03:25:28.744 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-rook-2:16.2.15-0.el8.noarch 13/13 2024-04-20T03:25:29.042 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mgr-rook-2:16.2.15-0.el8.noarch 13/13 2024-04-20T03:25:29.042 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-rook-2:16.2.15-0.el8.noarch 1/13 2024-04-20T03:25:29.042 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2024-04-20T03:25:29.042 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2024-04-20T03:25:29.042 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2024-04-20T03:25:29.042 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2024-04-20T03:25:29.042 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2024-04-20T03:25:29.042 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2024-04-20T03:25:29.043 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2024-04-20T03:25:29.043 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2024-04-20T03:25:29.043 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2024-04-20T03:25:29.043 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2024-04-20T03:25:29.043 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2024-04-20T03:25:29.510 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2024-04-20T03:25:29.510 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:29.510 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:25:29.510 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-rook-2:16.2.15-0.el8.noarch 2024-04-20T03:25:29.510 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rsa-4.9-2.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:29.511 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:25:29.638 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-mgr-cephadm 2024-04-20T03:25:30.169 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-04-20T03:25:30.366 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:56 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:25:31.516 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 7/8 2024-04-20T03:25:31.711 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 8/8 2024-04-20T03:25:32.005 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:25:32.006 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:32.006 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2024-04-20T03:25:32.006 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:32.006 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:25:32.006 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-cephadm noarch 2:16.2.15-0.el8 ceph-noarch 116 k 2024-04-20T03:25:32.006 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-04-20T03:25:32.006 INFO:teuthology.orchestra.run.smithi184.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2024-04-20T03:25:32.006 INFO:teuthology.orchestra.run.smithi184.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-04-20T03:25:32.007 INFO:teuthology.orchestra.run.smithi184.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2024-04-20T03:25:32.007 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-04-20T03:25:32.007 INFO:teuthology.orchestra.run.smithi184.stdout: python3-remoto noarch 1.2.1-1.el8 epel 49 k 2024-04-20T03:25:32.007 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:32.007 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:25:32.007 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:32.007 INFO:teuthology.orchestra.run.smithi184.stdout:Install 6 Packages 2024-04-20T03:25:32.007 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:32.008 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 5.9 M 2024-04-20T03:25:32.008 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 24 M 2024-04-20T03:25:32.008 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:25:32.031 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 8/8 2024-04-20T03:25:32.031 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 1/8 2024-04-20T03:25:32.032 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2024-04-20T03:25:32.032 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2024-04-20T03:25:32.032 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-04-20T03:25:32.032 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-04-20T03:25:32.032 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_6 6/8 2024-04-20T03:25:32.032 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2024-04-20T03:25:32.337 INFO:teuthology.orchestra.run.smithi184.stdout:(1/6): ceph-mgr-cephadm-16.2.15-0.el8.noarch.rp 1.8 MB/s | 116 kB 00:00 2024-04-20T03:25:32.451 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-diskprediction-local-2:16.2.15-0.el8.noarch 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout: libgfortran-8.5.0-21.el8.x86_64 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout: libquadmath-8.5.0-21.el8.x86_64 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-0.3.15-4.el8.x86_64 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-threads-0.3.15-4.el8.x86_64 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout: python3-scipy-1.0.0-21.module_el8+762+77bd8591.x86_64 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:32.452 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:25:32.581 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-rook 2024-04-20T03:25:32.587 INFO:teuthology.orchestra.run.smithi184.stdout:(2/6): python3-apipkg-1.5-6.el8.noarch.rpm 85 kB/s | 21 kB 00:00 2024-04-20T03:25:32.896 INFO:teuthology.orchestra.run.smithi184.stdout:(3/6): python3-jinja2-2.10.1-4.el8.noarch.rpm 928 kB/s | 578 kB 00:00 2024-04-20T03:25:32.922 INFO:teuthology.orchestra.run.smithi184.stdout:(4/6): python3-execnet-1.7.1-1.el8.noarch.rpm 1.0 MB/s | 355 kB 00:00 2024-04-20T03:25:33.214 INFO:teuthology.orchestra.run.smithi184.stdout:(5/6): python3-remoto-1.2.1-1.el8.noarch.rpm 154 kB/s | 49 kB 00:00 2024-04-20T03:25:33.305 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:43 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:25:33.322 INFO:teuthology.orchestra.run.smithi184.stdout:(6/6): python3-babel-2.5.1-7.el8.noarch.rpm 4.6 MB/s | 4.8 MB 00:01 2024-04-20T03:25:33.322 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:33.323 INFO:teuthology.orchestra.run.smithi184.stdout:Total 4.5 MB/s | 5.9 MB 00:01 2024-04-20T03:25:33.373 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:25:33.383 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:25:33.383 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:25:33.482 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:25:33.485 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:25:33.809 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:25:34.093 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 1/6 2024-04-20T03:25:34.454 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 2/6 2024-04-20T03:25:34.938 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:25:34.940 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:34.940 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-04-20T03:25:34.940 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:34.940 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:25:34.940 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-rook noarch 2:16.2.15-0.el8 ceph-noarch 27 k 2024-04-20T03:25:34.940 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-04-20T03:25:34.940 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-04-20T03:25:34.940 INFO:teuthology.orchestra.run.smithi177.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-04-20T03:25:34.940 INFO:teuthology.orchestra.run.smithi177.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-04-20T03:25:34.940 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2024-04-20T03:25:34.940 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout:Install 13 Packages 2024-04-20T03:25:34.941 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:34.942 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 1.9 M 2024-04-20T03:25:34.942 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 24 M 2024-04-20T03:25:34.942 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:25:35.392 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-remoto-1.2.1-1.el8.noarch 3/6 2024-04-20T03:25:35.562 INFO:teuthology.orchestra.run.smithi177.stdout:(1/13): ceph-mgr-rook-16.2.15-0.el8.noarch.rpm 503 kB/s | 27 kB 00:00 2024-04-20T03:25:35.763 INFO:teuthology.orchestra.run.smithi177.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 78 kB/s | 20 kB 00:00 2024-04-20T03:25:35.788 INFO:teuthology.orchestra.run.smithi177.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 95 kB/s | 27 kB 00:00 2024-04-20T03:25:35.789 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 4/6 2024-04-20T03:25:35.990 INFO:teuthology.orchestra.run.smithi177.stdout:(4/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 297 kB/s | 126 kB 00:00 2024-04-20T03:25:36.014 INFO:teuthology.orchestra.run.smithi177.stdout:(5/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 688 kB/s | 155 kB 00:00 2024-04-20T03:25:36.039 INFO:teuthology.orchestra.run.smithi177.stdout:(6/13): python3-pyasn1-modules-0.3.7-6.el8.noar 399 kB/s | 110 kB 00:00 2024-04-20T03:25:36.156 INFO:teuthology.orchestra.run.smithi177.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 255 kB/s | 43 kB 00:00 2024-04-20T03:25:36.503 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 5/6 2024-04-20T03:25:36.542 INFO:teuthology.orchestra.run.smithi177.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 32 kB/s | 16 kB 00:00 2024-04-20T03:25:36.646 INFO:teuthology.orchestra.run.smithi177.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 52 kB/s | 33 kB 00:00 2024-04-20T03:25:36.674 INFO:teuthology.orchestra.run.smithi177.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 157 kB/s | 81 kB 00:00 2024-04-20T03:25:36.743 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 6/6 2024-04-20T03:25:36.774 INFO:teuthology.orchestra.run.smithi177.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 613 kB/s | 61 kB 00:00 2024-04-20T03:25:36.799 INFO:teuthology.orchestra.run.smithi177.stdout:(12/13): python3-rsa-4.9-2.el8.noarch.rpm 421 kB/s | 64 kB 00:00 2024-04-20T03:25:36.891 INFO:teuthology.orchestra.run.smithi177.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 3.3 MB/s | 1.2 MB 00:00 2024-04-20T03:25:36.894 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:36.894 INFO:teuthology.orchestra.run.smithi177.stdout:Total 1.0 MB/s | 1.9 MB 00:01 2024-04-20T03:25:36.950 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:25:36.966 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:25:36.966 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:25:37.022 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 6/6 2024-04-20T03:25:37.022 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 1/6 2024-04-20T03:25:37.022 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/6 2024-04-20T03:25:37.022 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/6 2024-04-20T03:25:37.022 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 4/6 2024-04-20T03:25:37.022 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 5/6 2024-04-20T03:25:37.054 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:25:37.057 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:25:37.432 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-remoto-1.2.1-1.el8.noarch 6/6 2024-04-20T03:25:37.432 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:37.432 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:25:37.432 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-cephadm-2:16.2.15-0.el8.noarch python3-apipkg-1.5-6.el8.noarch 2024-04-20T03:25:37.432 INFO:teuthology.orchestra.run.smithi184.stdout: python3-babel-2.5.1-7.el8.noarch python3-execnet-1.7.1-1.el8.noarch 2024-04-20T03:25:37.432 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jinja2-2.10.1-4.el8.noarch python3-remoto-1.2.1-1.el8.noarch 2024-04-20T03:25:37.432 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:37.432 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:25:37.567 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:25:37.571 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install ceph-fuse 2024-04-20T03:25:37.779 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2024-04-20T03:25:37.960 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2024-04-20T03:25:38.195 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2024-04-20T03:25:38.297 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:04 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:25:38.433 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2024-04-20T03:25:38.649 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2024-04-20T03:25:38.856 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2024-04-20T03:25:39.156 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2024-04-20T03:25:39.397 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2024-04-20T03:25:39.929 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:25:39.929 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:39.929 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-04-20T03:25:39.929 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:39.930 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:25:39.930 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-fuse x86_64 2:16.2.15-0.el8 ceph 911 k 2024-04-20T03:25:39.930 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-04-20T03:25:39.930 INFO:teuthology.orchestra.run.smithi184.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-04-20T03:25:39.930 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:39.930 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:25:39.930 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:39.930 INFO:teuthology.orchestra.run.smithi184.stdout:Install 2 Packages 2024-04-20T03:25:39.930 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:39.931 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 994 k 2024-04-20T03:25:39.931 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 2.8 M 2024-04-20T03:25:39.931 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:25:40.207 INFO:teuthology.orchestra.run.smithi184.stdout:(1/2): ceph-fuse-16.2.15-0.el8.x86_64.rpm 10 MB/s | 911 kB 00:00 2024-04-20T03:25:40.367 INFO:teuthology.orchestra.run.smithi184.stdout:(2/2): fuse-2.9.7-19.el8.x86_64.rpm 341 kB/s | 83 kB 00:00 2024-04-20T03:25:40.367 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:40.367 INFO:teuthology.orchestra.run.smithi184.stdout:Total 2.2 MB/s | 994 kB 00:00 2024-04-20T03:25:40.377 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:25:40.398 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:25:40.398 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:25:40.413 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2024-04-20T03:25:40.484 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:25:40.487 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:25:40.656 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:25:40.666 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2024-04-20T03:25:40.883 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2024-04-20T03:25:40.974 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-04-20T03:25:41.066 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2024-04-20T03:25:41.201 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : ceph-fuse-2:16.2.15-0.el8.x86_64 2/2 2024-04-20T03:25:41.234 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-rook-2:16.2.15-0.el8.noarch 13/13 2024-04-20T03:25:41.520 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-rook-2:16.2.15-0.el8.noarch 13/13 2024-04-20T03:25:41.520 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-rook-2:16.2.15-0.el8.noarch 1/13 2024-04-20T03:25:41.520 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2024-04-20T03:25:41.520 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2024-04-20T03:25:41.520 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2024-04-20T03:25:41.520 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2024-04-20T03:25:41.520 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2024-04-20T03:25:41.520 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2024-04-20T03:25:41.520 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2024-04-20T03:25:41.520 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2024-04-20T03:25:41.520 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2024-04-20T03:25:41.521 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2024-04-20T03:25:41.521 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2024-04-20T03:25:41.579 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: ceph-fuse-2:16.2.15-0.el8.x86_64 2/2 2024-04-20T03:25:41.579 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : ceph-fuse-2:16.2.15-0.el8.x86_64 1/2 2024-04-20T03:25:41.949 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-04-20T03:25:41.949 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:41.949 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:25:41.949 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-fuse-2:16.2.15-0.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-04-20T03:25:41.949 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:41.949 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:25:41.985 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2024-04-20T03:25:41.985 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:41.985 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:25:41.985 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-rook-2:16.2.15-0.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rsa-4.9-2.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:41.986 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:25:42.124 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-cephadm 2024-04-20T03:25:42.180 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install librados-devel 2024-04-20T03:25:42.853 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:52 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:25:42.925 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:08 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:25:44.481 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:25:44.482 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:44.482 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-04-20T03:25:44.482 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:44.482 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:25:44.482 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-cephadm noarch 2:16.2.15-0.el8 ceph-noarch 116 k 2024-04-20T03:25:44.482 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-04-20T03:25:44.482 INFO:teuthology.orchestra.run.smithi177.stdout: python3-apipkg noarch 1.5-6.el8 epel 21 k 2024-04-20T03:25:44.482 INFO:teuthology.orchestra.run.smithi177.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2024-04-20T03:25:44.482 INFO:teuthology.orchestra.run.smithi177.stdout: python3-execnet noarch 1.7.1-1.el8 epel 355 k 2024-04-20T03:25:44.483 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jinja2 noarch 2.10.1-4.el8 appstream 578 k 2024-04-20T03:25:44.483 INFO:teuthology.orchestra.run.smithi177.stdout: python3-remoto noarch 1.2.1-1.el8 epel 49 k 2024-04-20T03:25:44.483 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:44.483 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:25:44.483 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:44.483 INFO:teuthology.orchestra.run.smithi177.stdout:Install 6 Packages 2024-04-20T03:25:44.483 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:44.484 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 5.9 M 2024-04-20T03:25:44.484 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 24 M 2024-04-20T03:25:44.484 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:25:44.580 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:25:44.581 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:44.581 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-04-20T03:25:44.581 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:44.582 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:25:44.582 INFO:teuthology.orchestra.run.smithi184.stdout: librados-devel x86_64 2:16.2.15-0.el8 ceph 131 k 2024-04-20T03:25:44.582 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:44.582 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:25:44.582 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:44.582 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2024-04-20T03:25:44.582 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:44.582 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 131 k 2024-04-20T03:25:44.582 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 432 k 2024-04-20T03:25:44.582 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:25:44.630 INFO:teuthology.orchestra.run.smithi184.stdout:librados-devel-16.2.15-0.el8.x86_64.rpm 2.7 MB/s | 131 kB 00:00 2024-04-20T03:25:44.630 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:44.631 INFO:teuthology.orchestra.run.smithi184.stdout:Total 2.6 MB/s | 131 kB 00:00 2024-04-20T03:25:44.631 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:25:44.636 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:25:44.636 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:25:44.686 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:25:44.689 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:25:44.807 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:25:44.924 INFO:teuthology.orchestra.run.smithi177.stdout:(1/6): ceph-mgr-cephadm-16.2.15-0.el8.noarch.rp 2.5 MB/s | 116 kB 00:00 2024-04-20T03:25:45.049 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:(2/6): python3-apipkg-1.5-6.el8.noarch.rpm 48 kB/s | 21 kB 00:00 2024-04-20T03:25:45.371 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:45.516 INFO:teuthology.orchestra.run.smithi177.stdout:(3/6): python3-jinja2-2.10.1-4.el8.noarch.rpm 906 kB/s | 578 kB 00:00 2024-04-20T03:25:45.778 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:45.778 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:45.778 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:25:45.778 INFO:teuthology.orchestra.run.smithi184.stdout: librados-devel-2:16.2.15-0.el8.x86_64 2024-04-20T03:25:45.778 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:45.778 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:25:45.839 INFO:teuthology.orchestra.run.smithi177.stdout:(4/6): python3-babel-2.5.1-7.el8.noarch.rpm 5.0 MB/s | 4.8 MB 00:00 2024-04-20T03:25:45.908 INFO:teuthology.orchestra.run.smithi177.stdout:(5/6): python3-execnet-1.7.1-1.el8.noarch.rpm 655 kB/s | 355 kB 00:00 2024-04-20T03:25:46.021 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install libcephfs2 2024-04-20T03:25:46.108 INFO:teuthology.orchestra.run.smithi177.stdout:(6/6): python3-remoto-1.2.1-1.el8.noarch.rpm 82 kB/s | 49 kB 00:00 2024-04-20T03:25:46.110 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:46.110 INFO:teuthology.orchestra.run.smithi177.stdout:Total 3.6 MB/s | 5.9 MB 00:01 2024-04-20T03:25:46.163 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:25:46.173 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:25:46.173 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:25:46.286 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:25:46.289 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:25:46.556 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:25:46.765 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:12 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:25:46.858 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-apipkg-1.5-6.el8.noarch 1/6 2024-04-20T03:25:47.153 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-execnet-1.7.1-1.el8.noarch 2/6 2024-04-20T03:25:48.107 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-remoto-1.2.1-1.el8.noarch 3/6 2024-04-20T03:25:48.359 INFO:teuthology.orchestra.run.smithi184.stdout:Package libcephfs2-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:25:48.407 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:25:48.408 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2024-04-20T03:25:48.409 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:25:48.462 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 4/6 2024-04-20T03:25:48.525 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install libcephfs-devel 2024-04-20T03:25:48.699 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jinja2-2.10.1-4.el8.noarch 5/6 2024-04-20T03:25:48.941 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 6/6 2024-04-20T03:25:49.223 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 6/6 2024-04-20T03:25:49.223 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-cephadm-2:16.2.15-0.el8.noarch 1/6 2024-04-20T03:25:49.223 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/6 2024-04-20T03:25:49.223 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jinja2-2.10.1-4.el8.noarch 3/6 2024-04-20T03:25:49.223 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-apipkg-1.5-6.el8.noarch 4/6 2024-04-20T03:25:49.223 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-execnet-1.7.1-1.el8.noarch 5/6 2024-04-20T03:25:49.261 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:15 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:25:49.617 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-remoto-1.2.1-1.el8.noarch 6/6 2024-04-20T03:25:49.617 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:49.617 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:25:49.617 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-cephadm-2:16.2.15-0.el8.noarch python3-apipkg-1.5-6.el8.noarch 2024-04-20T03:25:49.617 INFO:teuthology.orchestra.run.smithi177.stdout: python3-babel-2.5.1-7.el8.noarch python3-execnet-1.7.1-1.el8.noarch 2024-04-20T03:25:49.618 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jinja2-2.10.1-4.el8.noarch python3-remoto-1.2.1-1.el8.noarch 2024-04-20T03:25:49.618 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:49.618 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:25:49.773 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-fuse 2024-04-20T03:25:50.503 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:00 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:25:50.889 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:25:50.890 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:50.890 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-04-20T03:25:50.890 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:50.890 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:25:50.890 INFO:teuthology.orchestra.run.smithi184.stdout: libcephfs-devel x86_64 2:16.2.15-0.el8 ceph 25 k 2024-04-20T03:25:50.890 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:50.890 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:25:50.890 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:25:50.890 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2024-04-20T03:25:50.890 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:50.891 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 25 k 2024-04-20T03:25:50.891 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 107 k 2024-04-20T03:25:50.891 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:25:50.937 INFO:teuthology.orchestra.run.smithi184.stdout:libcephfs-devel-16.2.15-0.el8.x86_64.rpm 555 kB/s | 25 kB 00:00 2024-04-20T03:25:50.938 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:50.938 INFO:teuthology.orchestra.run.smithi184.stdout:Total 540 kB/s | 25 kB 00:00 2024-04-20T03:25:50.938 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:25:50.941 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:25:50.941 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:25:50.944 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:25:50.947 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:25:50.998 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:25:51.231 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:51.503 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:51.852 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:51.853 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:51.853 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:25:51.853 INFO:teuthology.orchestra.run.smithi184.stdout: libcephfs-devel-2:16.2.15-0.el8.x86_64 2024-04-20T03:25:51.853 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:25:51.853 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:25:51.986 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install librados2 2024-04-20T03:25:52.140 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:25:52.140 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:52.140 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-04-20T03:25:52.140 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:52.140 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:25:52.140 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-fuse x86_64 2:16.2.15-0.el8 ceph 911 k 2024-04-20T03:25:52.140 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-04-20T03:25:52.141 INFO:teuthology.orchestra.run.smithi177.stdout: fuse x86_64 2.9.7-19.el8 baseos 83 k 2024-04-20T03:25:52.141 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:52.141 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:25:52.141 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:52.141 INFO:teuthology.orchestra.run.smithi177.stdout:Install 2 Packages 2024-04-20T03:25:52.141 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:52.141 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 994 k 2024-04-20T03:25:52.141 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 2.8 M 2024-04-20T03:25:52.142 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:25:52.294 INFO:teuthology.orchestra.run.smithi177.stdout:(1/2): ceph-fuse-16.2.15-0.el8.x86_64.rpm 9.3 MB/s | 911 kB 00:00 2024-04-20T03:25:52.444 INFO:teuthology.orchestra.run.smithi177.stdout:(2/2): fuse-2.9.7-19.el8.x86_64.rpm 339 kB/s | 83 kB 00:00 2024-04-20T03:25:52.444 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:52.445 INFO:teuthology.orchestra.run.smithi177.stdout:Total 3.2 MB/s | 994 kB 00:00 2024-04-20T03:25:52.455 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:25:52.475 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:25:52.475 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:25:52.562 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:25:52.565 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:25:52.720 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:18 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:25:52.736 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:25:52.989 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : fuse-2.9.7-19.el8.x86_64 1/2 2024-04-20T03:25:53.182 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-fuse-2:16.2.15-0.el8.x86_64 2/2 2024-04-20T03:25:53.562 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-fuse-2:16.2.15-0.el8.x86_64 2/2 2024-04-20T03:25:53.562 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-fuse-2:16.2.15-0.el8.x86_64 1/2 2024-04-20T03:25:53.939 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : fuse-2.9.7-19.el8.x86_64 2/2 2024-04-20T03:25:53.939 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:53.939 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:25:53.939 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-fuse-2:16.2.15-0.el8.x86_64 fuse-2.9.7-19.el8.x86_64 2024-04-20T03:25:53.939 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:53.939 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:25:54.161 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librados-devel 2024-04-20T03:25:54.311 INFO:teuthology.orchestra.run.smithi184.stdout:Package librados2-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:25:54.362 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:25:54.363 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2024-04-20T03:25:54.363 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:25:54.476 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install librbd1 2024-04-20T03:25:54.905 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:04 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:25:55.208 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:21 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:25:56.550 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout: librados-devel x86_64 2:16.2.15-0.el8 ceph 131 k 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 131 k 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 432 k 2024-04-20T03:25:56.551 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:25:56.597 INFO:teuthology.orchestra.run.smithi177.stdout:librados-devel-16.2.15-0.el8.x86_64.rpm 2.8 MB/s | 131 kB 00:00 2024-04-20T03:25:56.597 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:25:56.598 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.7 MB/s | 131 kB 00:00 2024-04-20T03:25:56.598 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:25:56.603 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:25:56.603 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:25:56.654 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:25:56.657 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:25:56.762 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:25:56.780 INFO:teuthology.orchestra.run.smithi184.stdout:Package librbd1-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:25:56.828 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:25:56.829 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2024-04-20T03:25:56.829 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:25:56.941 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install python3-rados 2024-04-20T03:25:56.964 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:57.253 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:57.677 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:23 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:25:58.397 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:25:58.398 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:58.398 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:25:58.398 INFO:teuthology.orchestra.run.smithi177.stdout: librados-devel-2:16.2.15-0.el8.x86_64 2024-04-20T03:25:58.398 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:25:58.398 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:25:58.627 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install libcephfs2 2024-04-20T03:25:59.278 INFO:teuthology.orchestra.run.smithi184.stdout:Package python3-rados-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:25:59.329 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:25:59.330 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2024-04-20T03:25:59.330 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:25:59.387 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:09 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:25:59.450 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install python3-rgw 2024-04-20T03:26:00.176 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:26 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:26:00.985 INFO:teuthology.orchestra.run.smithi177.stdout:Package libcephfs2-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:26:01.034 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:26:01.035 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-04-20T03:26:01.035 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:26:01.143 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install libcephfs-devel 2024-04-20T03:26:01.766 INFO:teuthology.orchestra.run.smithi184.stdout:Package python3-rgw-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:26:01.817 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:26:01.818 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2024-04-20T03:26:01.818 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:26:01.876 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:11 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:26:01.990 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install python3-cephfs 2024-04-20T03:26:02.735 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:28 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:26:03.507 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:26:03.508 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:03.508 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-04-20T03:26:03.508 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:03.508 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:26:03.508 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs-devel x86_64 2:16.2.15-0.el8 ceph 25 k 2024-04-20T03:26:03.508 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:03.508 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:26:03.508 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:03.508 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-04-20T03:26:03.509 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:03.509 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 25 k 2024-04-20T03:26:03.509 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 107 k 2024-04-20T03:26:03.509 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:26:03.911 INFO:teuthology.orchestra.run.smithi177.stdout:libcephfs-devel-16.2.15-0.el8.x86_64.rpm 63 kB/s | 25 kB 00:00 2024-04-20T03:26:03.912 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:26:03.912 INFO:teuthology.orchestra.run.smithi177.stdout:Total 63 kB/s | 25 kB 00:00 2024-04-20T03:26:03.912 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:26:03.916 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:26:03.916 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:26:03.918 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:26:03.921 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:26:04.315 INFO:teuthology.orchestra.run.smithi184.stdout:Package python3-cephfs-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:26:04.364 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:26:04.365 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2024-04-20T03:26:04.365 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:26:04.475 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install python3-rbd 2024-04-20T03:26:04.505 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:26:04.696 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:04.960 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:05.205 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:31 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:26:05.314 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephfs-devel-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:05.314 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:05.314 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:26:05.314 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs-devel-2:16.2.15-0.el8.x86_64 2024-04-20T03:26:05.314 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:05.314 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:26:05.441 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librados2 2024-04-20T03:26:06.176 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:16 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:26:06.806 INFO:teuthology.orchestra.run.smithi184.stdout:Package python3-rbd-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:26:06.854 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:26:06.855 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2024-04-20T03:26:06.855 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:26:06.971 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install rbd-fuse 2024-04-20T03:26:07.698 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:33 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:26:07.776 INFO:teuthology.orchestra.run.smithi177.stdout:Package librados2-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:26:07.824 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:26:07.825 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-04-20T03:26:07.825 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:26:07.943 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librbd1 2024-04-20T03:26:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:18 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:26:09.337 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:26:09.338 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:26:09.338 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-04-20T03:26:09.338 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:26:09.338 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:26:09.338 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-fuse x86_64 2:16.2.15-0.el8 ceph 88 k 2024-04-20T03:26:09.338 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:09.339 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:26:09.339 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:26:09.339 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2024-04-20T03:26:09.339 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:09.339 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 88 k 2024-04-20T03:26:09.339 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 240 k 2024-04-20T03:26:09.339 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:26:09.459 INFO:teuthology.orchestra.run.smithi184.stdout:rbd-fuse-16.2.15-0.el8.x86_64.rpm 735 kB/s | 88 kB 00:00 2024-04-20T03:26:09.460 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:26:09.460 INFO:teuthology.orchestra.run.smithi184.stdout:Total 728 kB/s | 88 kB 00:00 2024-04-20T03:26:09.461 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:26:09.470 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:26:09.470 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:26:09.519 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:26:09.522 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:26:09.623 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:26:09.870 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:10.167 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:10.269 INFO:teuthology.orchestra.run.smithi177.stdout:Package librbd1-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:26:10.318 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:26:10.319 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-04-20T03:26:10.319 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:26:10.419 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rados 2024-04-20T03:26:10.550 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:10.551 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:10.551 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:26:10.551 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-fuse-2:16.2.15-0.el8.x86_64 2024-04-20T03:26:10.551 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:10.551 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:26:10.802 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install rbd-mirror 2024-04-20T03:26:11.154 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:21 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:26:11.546 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:37 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:26:12.748 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rados-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:26:12.799 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:26:12.800 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-04-20T03:26:12.800 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:26:12.933 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rgw 2024-04-20T03:26:13.164 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:26:13.164 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:26:13.164 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-04-20T03:26:13.164 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:26:13.164 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:26:13.165 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-mirror x86_64 2:16.2.15-0.el8 ceph 3.7 M 2024-04-20T03:26:13.165 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:13.165 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:26:13.165 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:26:13.165 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2024-04-20T03:26:13.165 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:13.165 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 3.7 M 2024-04-20T03:26:13.166 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 15 M 2024-04-20T03:26:13.166 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:26:13.279 INFO:teuthology.orchestra.run.smithi184.stdout:rbd-mirror-16.2.15-0.el8.x86_64.rpm 32 MB/s | 3.7 MB 00:00 2024-04-20T03:26:13.280 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:26:13.280 INFO:teuthology.orchestra.run.smithi184.stdout:Total 32 MB/s | 3.7 MB 00:00 2024-04-20T03:26:13.280 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:26:13.292 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:26:13.292 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:26:13.354 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:26:13.357 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:26:13.660 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:23 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:26:13.794 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:26:14.064 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:14.476 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:14.855 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:14.855 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:14.855 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:26:14.855 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-mirror-2:16.2.15-0.el8.x86_64 2024-04-20T03:26:14.855 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:14.855 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:26:15.115 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum -y install rbd-nbd 2024-04-20T03:26:15.263 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rgw-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:26:15.312 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:26:15.313 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-04-20T03:26:15.313 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:26:15.412 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-cephfs 2024-04-20T03:26:15.866 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:02:41 ago on Sat 20 Apr 2024 03:23:34 AM UTC. 2024-04-20T03:26:16.145 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:26 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:26:17.499 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-04-20T03:26:17.500 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:26:17.500 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-04-20T03:26:17.501 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:26:17.501 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2024-04-20T03:26:17.501 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-nbd x86_64 2:16.2.15-0.el8 ceph 175 k 2024-04-20T03:26:17.501 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:17.501 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-04-20T03:26:17.501 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-04-20T03:26:17.501 INFO:teuthology.orchestra.run.smithi184.stdout:Install 1 Package 2024-04-20T03:26:17.501 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:17.501 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 175 k 2024-04-20T03:26:17.501 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 523 k 2024-04-20T03:26:17.502 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-04-20T03:26:17.549 INFO:teuthology.orchestra.run.smithi184.stdout:rbd-nbd-16.2.15-0.el8.x86_64.rpm 3.6 MB/s | 175 kB 00:00 2024-04-20T03:26:17.549 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:26:17.550 INFO:teuthology.orchestra.run.smithi184.stdout:Total 3.5 MB/s | 175 kB 00:00 2024-04-20T03:26:17.550 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-04-20T03:26:17.560 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-04-20T03:26:17.560 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-04-20T03:26:17.610 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-04-20T03:26:17.612 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-04-20T03:26:17.712 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-cephfs-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:26:17.730 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-04-20T03:26:17.761 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:26:17.763 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-04-20T03:26:17.763 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:26:17.869 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rbd 2024-04-20T03:26:17.976 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:18.255 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:18.599 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:28 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:26:18.651 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:18.651 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:18.651 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-04-20T03:26:18.652 INFO:teuthology.orchestra.run.smithi184.stdout: rbd-nbd-2:16.2.15-0.el8.x86_64 2024-04-20T03:26:18.652 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:26:18.652 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-04-20T03:26:18.874 DEBUG:teuthology.parallel:result is None 2024-04-20T03:26:20.185 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rbd-2:16.2.15-0.el8.x86_64 is already installed. 2024-04-20T03:26:20.234 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:26:20.236 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-04-20T03:26:20.236 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:26:20.506 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-fuse 2024-04-20T03:26:21.239 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:31 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:26:22.874 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:26:22.875 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:22.875 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-04-20T03:26:22.875 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:22.875 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:26:22.875 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-fuse x86_64 2:16.2.15-0.el8 ceph 88 k 2024-04-20T03:26:22.875 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:22.876 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:26:22.876 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:22.876 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-04-20T03:26:22.876 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:22.876 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 88 k 2024-04-20T03:26:22.876 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 240 k 2024-04-20T03:26:22.876 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:26:22.916 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-fuse-16.2.15-0.el8.x86_64.rpm 2.2 MB/s | 88 kB 00:00 2024-04-20T03:26:22.917 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:26:22.917 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.1 MB/s | 88 kB 00:00 2024-04-20T03:26:22.918 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:26:22.927 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:26:22.927 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:26:22.977 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:26:22.980 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:26:23.085 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:26:23.259 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:23.530 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:23.932 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-fuse-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:23.932 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:23.932 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:26:23.933 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-fuse-2:16.2.15-0.el8.x86_64 2024-04-20T03:26:23.933 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:23.933 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:26:24.142 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-mirror 2024-04-20T03:26:24.884 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:34 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:26:26.518 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:26:26.518 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:26.519 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-04-20T03:26:26.519 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:26.519 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:26:26.519 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-mirror x86_64 2:16.2.15-0.el8 ceph 3.7 M 2024-04-20T03:26:26.519 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:26.519 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:26:26.519 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:26.519 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-04-20T03:26:26.519 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:26.520 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 3.7 M 2024-04-20T03:26:26.520 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 15 M 2024-04-20T03:26:26.520 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:26:26.602 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-mirror-16.2.15-0.el8.x86_64.rpm 45 MB/s | 3.7 MB 00:00 2024-04-20T03:26:26.603 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:26:26.603 INFO:teuthology.orchestra.run.smithi177.stdout:Total 44 MB/s | 3.7 MB 00:00 2024-04-20T03:26:26.604 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:26:26.615 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:26:26.615 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:26:26.678 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:26:26.681 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:26:27.115 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:26:27.329 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:27.773 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:28.166 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-mirror-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:28.166 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:28.166 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:26:28.166 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-mirror-2:16.2.15-0.el8.x86_64 2024-04-20T03:26:28.166 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:28.166 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:26:28.428 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-nbd 2024-04-20T03:26:29.169 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:39 ago on Sat 20 Apr 2024 03:23:50 AM UTC. 2024-04-20T03:26:30.812 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-04-20T03:26:30.813 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:30.813 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-04-20T03:26:30.813 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:30.813 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-04-20T03:26:30.813 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-nbd x86_64 2:16.2.15-0.el8 ceph 175 k 2024-04-20T03:26:30.813 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:30.813 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-04-20T03:26:30.813 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-04-20T03:26:30.813 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-04-20T03:26:30.813 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:30.814 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 175 k 2024-04-20T03:26:30.814 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 523 k 2024-04-20T03:26:30.814 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-04-20T03:26:30.846 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-nbd-16.2.15-0.el8.x86_64.rpm 5.3 MB/s | 175 kB 00:00 2024-04-20T03:26:30.847 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-04-20T03:26:30.847 INFO:teuthology.orchestra.run.smithi177.stdout:Total 5.1 MB/s | 175 kB 00:00 2024-04-20T03:26:30.847 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-04-20T03:26:30.857 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-04-20T03:26:30.858 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-04-20T03:26:30.908 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-04-20T03:26:30.911 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-04-20T03:26:31.036 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-04-20T03:26:31.224 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:31.529 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:31.931 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-nbd-2:16.2.15-0.el8.x86_64 1/1 2024-04-20T03:26:31.931 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:31.931 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-04-20T03:26:31.931 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-nbd-2:16.2.15-0.el8.x86_64 2024-04-20T03:26:31.932 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:26:31.932 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-04-20T03:26:32.166 DEBUG:teuthology.parallel:result is None 2024-04-20T03:26:32.166 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-20T03:26:32.166 INFO:teuthology.packaging:ref: None 2024-04-20T03:26:32.166 INFO:teuthology.packaging:tag: None 2024-04-20T03:26:32.166 INFO:teuthology.packaging:branch: pacific 2024-04-20T03:26:32.166 INFO:teuthology.packaging:sha1: d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:26:32.167 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific 2024-04-20T03:26:32.471 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-20T03:26:32.494 INFO:teuthology.orchestra.run.smithi177.stdout:16.2.15-0.el8 2024-04-20T03:26:32.494 INFO:teuthology.packaging:The installed version of ceph is 16.2.15-0.el8 2024-04-20T03:26:32.494 INFO:teuthology.task.install:The correct ceph version 16.2.15-0 is installed. 2024-04-20T03:26:32.496 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-20T03:26:32.496 INFO:teuthology.packaging:ref: None 2024-04-20T03:26:32.496 INFO:teuthology.packaging:tag: None 2024-04-20T03:26:32.496 INFO:teuthology.packaging:branch: pacific 2024-04-20T03:26:32.496 INFO:teuthology.packaging:sha1: d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:26:32.496 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific 2024-04-20T03:26:32.801 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-20T03:26:32.828 INFO:teuthology.orchestra.run.smithi184.stdout:16.2.15-0.el8 2024-04-20T03:26:32.828 INFO:teuthology.packaging:The installed version of ceph is 16.2.15-0.el8 2024-04-20T03:26:32.829 INFO:teuthology.task.install:The correct ceph version 16.2.15-0 is installed. 2024-04-20T03:26:32.830 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-20T03:26:32.830 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:26:32.830 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-20T03:26:32.859 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:26:32.859 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-20T03:26:32.902 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-20T03:26:32.902 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:26:32.903 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/daemon-helper 2024-04-20T03:26:32.931 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-20T03:26:32.999 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:26:32.999 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/daemon-helper 2024-04-20T03:26:33.032 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-20T03:26:33.104 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-20T03:26:33.104 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:26:33.105 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-20T03:26:33.131 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-20T03:26:33.198 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:26:33.198 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-20T03:26:33.229 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-20T03:26:33.298 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-20T03:26:33.298 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:26:33.299 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/stdin-killer 2024-04-20T03:26:33.325 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-20T03:26:33.392 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:26:33.392 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/stdin-killer 2024-04-20T03:26:33.421 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-20T03:26:33.489 INFO:teuthology.run_tasks:Running task print... 2024-04-20T03:26:33.497 INFO:teuthology.task.print:**** done install task... 2024-04-20T03:26:33.497 INFO:teuthology.run_tasks:Running task print... 2024-04-20T03:26:33.518 INFO:teuthology.task.print:**** done start installing pacific cephadm ... 2024-04-20T03:26:33.518 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-20T03:26:33.609 INFO:tasks.cephadm:Config: {'cephadm_branch': 'pacific', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'conf': {'osd': {'osd_class_default_list': '*', 'osd_class_load_list': '*', 'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}}, 'image': 'quay.io/ceph/daemon-base:latest-pacific', 'create_rbd_pool': True, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd5c8530042f7705c6e8ec83a32e0ea1be9cbad40'} 2024-04-20T03:26:33.609 INFO:tasks.cephadm:Cluster image is quay.io/ceph/daemon-base:latest-pacific 2024-04-20T03:26:33.610 INFO:tasks.cephadm:Cluster fsid is c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:26:33.610 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-20T03:26:33.610 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.177', 'mon.c': '[v2:172.21.15.177:3301,v1:172.21.15.177:6790]', 'mon.b': '172.21.15.184'} 2024-04-20T03:26:33.610 INFO:tasks.cephadm:First mon is mon.a on smithi177 2024-04-20T03:26:33.610 INFO:tasks.cephadm:First mgr is y 2024-04-20T03:26:33.610 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-20T03:26:33.610 DEBUG:teuthology.orchestra.run.smithi177:> sudo hostname $(hostname -s) 2024-04-20T03:26:33.638 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2024-04-20T03:26:33.667 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref pacific)... 2024-04-20T03:26:33.667 DEBUG:teuthology.orchestra.run.smithi177:> curl --silent https://raw.githubusercontent.com/ceph/ceph/pacific/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-20T03:26:33.915 INFO:teuthology.orchestra.run.smithi177.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Apr 20 03:26 /home/ubuntu/cephtest/cephadm 2024-04-20T03:26:33.915 DEBUG:teuthology.orchestra.run.smithi184:> curl --silent https://raw.githubusercontent.com/ceph/ceph/pacific/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-20T03:26:34.054 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Apr 20 03:26 /home/ubuntu/cephtest/cephadm 2024-04-20T03:26:34.055 DEBUG:teuthology.orchestra.run.smithi177:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-20T03:26:34.074 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-20T03:26:34.105 INFO:tasks.cephadm:Pulling image quay.io/ceph/daemon-base:latest-pacific on all hosts... 2024-04-20T03:26:34.105 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific pull 2024-04-20T03:26:34.116 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific pull 2024-04-20T03:26:35.311 INFO:teuthology.orchestra.run.smithi177.stderr:Pulling container image quay.io/ceph/daemon-base:latest-pacific... 2024-04-20T03:26:35.366 INFO:teuthology.orchestra.run.smithi184.stderr:Pulling container image quay.io/ceph/daemon-base:latest-pacific... 2024-04-20T03:26:52.733 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2024-04-20T03:26:52.733 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph_version": "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)", 2024-04-20T03:26:52.733 INFO:teuthology.orchestra.run.smithi184.stdout: "image_id": "e7ca49a779211d83fdcb2296c638ea2b4830cfcceab5aed72ee285cd7d597847", 2024-04-20T03:26:52.733 INFO:teuthology.orchestra.run.smithi184.stdout: "repo_digests": [ 2024-04-20T03:26:52.733 INFO:teuthology.orchestra.run.smithi184.stdout: "quay.io/ceph/daemon-base@sha256:7df991b02250b993a2fdfec6dcd7d879636d36240c735bc21f915fd4753dd417" 2024-04-20T03:26:52.733 INFO:teuthology.orchestra.run.smithi184.stdout: ] 2024-04-20T03:26:52.733 INFO:teuthology.orchestra.run.smithi184.stdout:} 2024-04-20T03:26:53.442 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:26:53.442 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph_version": "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)", 2024-04-20T03:26:53.443 INFO:teuthology.orchestra.run.smithi177.stdout: "image_id": "e7ca49a779211d83fdcb2296c638ea2b4830cfcceab5aed72ee285cd7d597847", 2024-04-20T03:26:53.443 INFO:teuthology.orchestra.run.smithi177.stdout: "repo_digests": [ 2024-04-20T03:26:53.443 INFO:teuthology.orchestra.run.smithi177.stdout: "quay.io/ceph/daemon-base@sha256:7df991b02250b993a2fdfec6dcd7d879636d36240c735bc21f915fd4753dd417" 2024-04-20T03:26:53.443 INFO:teuthology.orchestra.run.smithi177.stdout: ] 2024-04-20T03:26:53.443 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:26:53.463 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /etc/ceph 2024-04-20T03:26:53.493 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2024-04-20T03:26:53.529 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 777 /etc/ceph 2024-04-20T03:26:53.560 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2024-04-20T03:26:53.602 INFO:tasks.cephadm:Writing seed config... 2024-04-20T03:26:53.603 INFO:tasks.cephadm: override: [osd] osd_class_default_list = * 2024-04-20T03:26:53.603 INFO:tasks.cephadm: override: [osd] osd_class_load_list = * 2024-04-20T03:26:53.603 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-20T03:26:53.603 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-20T03:26:53.603 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-20T03:26:53.603 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-20T03:26:53.603 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-20T03:26:53.603 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-20T03:26:53.603 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-20T03:26:53.603 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-20T03:26:53.604 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:26:53.604 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-20T03:26:53.621 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 = c967cffe-fec5-11ee-bc92-c7b262605968 [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 osd_class_default_list = * osd_class_load_list = * 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 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-20T03:26:53.621 DEBUG:teuthology.orchestra.run.smithi177:mon.a> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mon.a.service 2024-04-20T03:26:53.664 DEBUG:teuthology.orchestra.run.smithi177:mgr.y> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mgr.y.service 2024-04-20T03:26:53.690 INFO:journalctl@ceph.mon.a.smithi177.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:26:53.690 INFO:tasks.cephadm:Bootstrapping... 2024-04-20T03:26:53.691 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific -v bootstrap --fsid c967cffe-fec5-11ee-bc92-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.177 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-20T03:26:53.716 INFO:journalctl@ceph.mgr.y.smithi177.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:26:53.892 INFO:teuthology.orchestra.run.smithi177.stderr:-------------------------------------------------------------------------------- 2024-04-20T03:26:53.894 INFO:teuthology.orchestra.run.smithi177.stderr:cephadm ['--image', 'quay.io/ceph/daemon-base:latest-pacific', '-v', 'bootstrap', '--fsid', 'c967cffe-fec5-11ee-bc92-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.177', '--skip-admin-label'] 2024-04-20T03:26:53.913 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: 4.9.4-dev 2024-04-20T03:26:53.924 INFO:teuthology.orchestra.run.smithi177.stderr:Verifying podman|docker is present... 2024-04-20T03:26:53.944 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: 4.9.4-dev 2024-04-20T03:26:53.957 INFO:teuthology.orchestra.run.smithi177.stderr:Verifying lvm2 is present... 2024-04-20T03:26:53.957 INFO:teuthology.orchestra.run.smithi177.stderr:Verifying time synchronization is in place... 2024-04-20T03:26:53.963 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-04-20T03:26:53.969 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: inactive 2024-04-20T03:26:53.975 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: enabled 2024-04-20T03:26:53.980 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: active 2024-04-20T03:26:53.981 INFO:teuthology.orchestra.run.smithi177.stderr:Unit chronyd.service is enabled and running 2024-04-20T03:26:53.981 INFO:teuthology.orchestra.run.smithi177.stderr:Repeating the final host check... 2024-04-20T03:26:54.000 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: 4.9.4-dev 2024-04-20T03:26:54.013 INFO:teuthology.orchestra.run.smithi177.stderr:podman (/bin/podman) version 4.9.4 is present 2024-04-20T03:26:54.013 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl is present 2024-04-20T03:26:54.013 INFO:teuthology.orchestra.run.smithi177.stderr:lvcreate is present 2024-04-20T03:26:54.019 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-04-20T03:26:54.024 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: inactive 2024-04-20T03:26:54.030 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: enabled 2024-04-20T03:26:54.035 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: active 2024-04-20T03:26:54.036 INFO:teuthology.orchestra.run.smithi177.stderr:Unit chronyd.service is enabled and running 2024-04-20T03:26:54.036 INFO:teuthology.orchestra.run.smithi177.stderr:Host looks OK 2024-04-20T03:26:54.036 INFO:teuthology.orchestra.run.smithi177.stderr:Cluster fsid: c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:26:54.036 INFO:teuthology.orchestra.run.smithi177.stderr:Acquiring lock 139960165435880 on /run/cephadm/c967cffe-fec5-11ee-bc92-c7b262605968.lock 2024-04-20T03:26:54.037 INFO:teuthology.orchestra.run.smithi177.stderr:Lock 139960165435880 acquired on /run/cephadm/c967cffe-fec5-11ee-bc92-c7b262605968.lock 2024-04-20T03:26:54.037 INFO:teuthology.orchestra.run.smithi177.stderr:Verifying IP 172.21.15.177 port 3300 ... 2024-04-20T03:26:54.037 INFO:teuthology.orchestra.run.smithi177.stderr:Verifying IP 172.21.15.177 port 6789 ... 2024-04-20T03:26:54.037 INFO:teuthology.orchestra.run.smithi177.stderr:Base mon IP(s) is [172.21.15.177:3300, 172.21.15.177:6789], mon addrv is [v2:172.21.15.177:3300,v1:172.21.15.177:6789] 2024-04-20T03:26:54.040 INFO:teuthology.orchestra.run.smithi177.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.177 metric 100 2024-04-20T03:26:54.040 INFO:teuthology.orchestra.run.smithi177.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.177 metric 100 2024-04-20T03:26:54.043 INFO:teuthology.orchestra.run.smithi177.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-04-20T03:26:54.043 INFO:teuthology.orchestra.run.smithi177.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-20T03:26:54.044 INFO:teuthology.orchestra.run.smithi177.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1762sec hoplimit 64 pref medium 2024-04-20T03:26:54.046 INFO:teuthology.orchestra.run.smithi177.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-20T03:26:54.046 INFO:teuthology.orchestra.run.smithi177.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-04-20T03:26:54.046 INFO:teuthology.orchestra.run.smithi177.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-04-20T03:26:54.046 INFO:teuthology.orchestra.run.smithi177.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-20T03:26:54.046 INFO:teuthology.orchestra.run.smithi177.stderr:/sbin/ip: inet6 fe80::ec4:7aff:feea:b04b/64 scope link 2024-04-20T03:26:54.046 INFO:teuthology.orchestra.run.smithi177.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-04-20T03:26:54.047 INFO:teuthology.orchestra.run.smithi177.stderr:Mon IP `172.21.15.177` is in CIDR network `172.21.0.0/20` 2024-04-20T03:26:54.047 INFO:teuthology.orchestra.run.smithi177.stderr:Mon IP `172.21.15.177` is in CIDR network `172.21.0.0/20` 2024-04-20T03:26:54.047 INFO:teuthology.orchestra.run.smithi177.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-20T03:26:54.047 INFO:teuthology.orchestra.run.smithi177.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-20T03:26:54.048 INFO:teuthology.orchestra.run.smithi177.stderr:Pulling container image quay.io/ceph/daemon-base:latest-pacific... 2024-04-20T03:26:54.124 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: Trying to pull quay.io/ceph/daemon-base:latest-pacific... 2024-04-20T03:26:54.435 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: Getting image source signatures 2024-04-20T03:26:54.435 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: Copying blob sha256:6782e4ab8d28f3cfa39193d63dd7b9859417698b362c375ce287065628bd5a72 2024-04-20T03:26:54.435 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: Copying blob sha256:9793b5b5582798bde394f4383d142e9f248a25e4ebfd72ee05ea9ec6251a877d 2024-04-20T03:26:54.435 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: Copying config sha256:e7ca49a779211d83fdcb2296c638ea2b4830cfcceab5aed72ee285cd7d597847 2024-04-20T03:26:54.607 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: Writing manifest to image destination 2024-04-20T03:26:54.734 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: e7ca49a779211d83fdcb2296c638ea2b4830cfcceab5aed72ee285cd7d597847 2024-04-20T03:26:55.188 INFO:teuthology.orchestra.run.smithi177.stderr:ceph: ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable) 2024-04-20T03:26:55.725 INFO:teuthology.orchestra.run.smithi177.stderr:Ceph version: ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable) 2024-04-20T03:26:55.725 INFO:teuthology.orchestra.run.smithi177.stderr:Extracting ceph user uid/gid from container image... 2024-04-20T03:26:56.209 INFO:teuthology.orchestra.run.smithi177.stderr:stat: 167 167 2024-04-20T03:26:56.770 INFO:teuthology.orchestra.run.smithi177.stderr:Creating initial keys... 2024-04-20T03:26:57.198 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-authtool: AQABNiNmVN3pBRAA6l5rkV/DimnOsUfPi9em9g== 2024-04-20T03:26:58.212 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-authtool: AQACNiNmCEgLBhAAA/m5KeYK5P0qebXkvDoQWw== 2024-04-20T03:26:59.227 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-authtool: AQADNiNmUxX0BxAAf7N2Env3iE+74mMnW27DWA== 2024-04-20T03:26:59.841 INFO:teuthology.orchestra.run.smithi177.stderr:Creating initial monmap... 2024-04-20T03:27:00.283 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-20T03:27:00.283 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:00.283 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-20T03:27:00.836 INFO:teuthology.orchestra.run.smithi177.stderr:monmaptool for a [v2:172.21.15.177:3300,v1:172.21.15.177:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-20T03:27:00.836 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/monmaptool: set fsid to c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:00.836 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-20T03:27:00.836 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-04-20T03:27:00.836 INFO:teuthology.orchestra.run.smithi177.stderr:Creating mon... 2024-04-20T03:27:01.256 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.149+0000 7f739d78d880 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-20T03:27:01.256 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.150+0000 7f739d78d880 1 imported monmap: 2024-04-20T03:27:01.256 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: epoch 0 2024-04-20T03:27:01.256 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: fsid c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:01.256 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: last_changed 2024-04-20T03:27:00.187165+0000 2024-04-20T03:27:01.256 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: created 2024-04-20T03:27:00.187165+0000 2024-04-20T03:27:01.256 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-04-20T03:27:01.256 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.a 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.150+0000 7f739d78d880 0 /usr/bin/ceph-mon: set fsid to c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: RocksDB version: 6.8.1 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Compile date Feb 26 2024 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: DB SUMMARY 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.error_if_exists: 0 2024-04-20T03:27:01.257 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.create_if_missing: 1 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.paranoid_checks: 1 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.env: 0x562be365a080 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.fs: Posix File System 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.info_log: 0x562be5283a00 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.statistics: (nil) 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.use_fsync: 0 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.max_log_file_size: 0 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.allow_fallocate: 1 2024-04-20T03:27:01.258 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.use_direct_reads: 0 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.create_missing_column_families: 0 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.db_log_dir: 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.max_subcompactions: 1 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.max_background_flushes: -1 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-20T03:27:01.259 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.advise_random_on_open: 1 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.write_buffer_manager: 0x562be5289920 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.rate_limiter: (nil) 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.unordered_write: 0 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-20T03:27:01.260 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.row_cache: None 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.wal_filter: None 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.preserve_deletes: 0 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.two_write_queues: 0 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.manual_wal_flush: 0 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.atomic_flush: 0 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.log_readahead_size: 0 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-20T03:27:01.261 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.max_background_jobs: 2 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.max_background_compactions: -1 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.max_total_wal_size: 0 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.max_open_files: -1 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.bytes_per_sync: 0 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-20T03:27:01.262 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Compression algorithms supported: 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: kZSTD supported: 0 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: kXpressCompression supported: 0 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: kLZ4Compression supported: 1 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: kBZip2Compression supported: 0 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: kZlibCompression supported: 1 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: kSnappyCompression supported: 1 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.151+0000 7f739d78d880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.263 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.merge_operator: 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_filter: None 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_filter_factory: None 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562be5199d18) 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: index_type: 0 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-04-20T03:27:01.264 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: checksum: 1 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: block_cache: 0x562be51ced10 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-04-20T03:27:01.265 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: format_version: 2 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: block_align: 0 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-20T03:27:01.266 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compression: NoCompression 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.num_levels: 7 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-20T03:27:01.267 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compression_opts.level: 32767 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compression_opts.enabled: false 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-20T03:27:01.268 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.arena_block_size: 4194304 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-20T03:27:01.269 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.table_properties_collectors: 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.inplace_update_support: 0 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.bloom_locality: 0 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.max_successive_merges: 0 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-20T03:27:01.270 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.force_consistency_checks: 0 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.ttl: 2592000 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.152+0000 7f739d78d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.153+0000 7f739d78d880 4 rocksdb: [version_set.cc:4568] 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-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.153+0000 7f739d78d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.153+0000 7f739d78d880 4 rocksdb: DB pointer 0x562be5297800 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.153+0000 7f7386601700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.153+0000 7f7386601700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.271 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-04-20T03:27:01.272 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.273 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.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-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.155+0000 7f739d78d880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-04-20T03:27:01.274 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.155+0000 7f739d78d880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-04-20T03:27:01.275 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph-mon: debug 2024-04-20T03:27:01.155+0000 7f739d78d880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-20T03:27:01.800 INFO:teuthology.orchestra.run.smithi177.stderr:create mon.a on 2024-04-20T03:27:01.815 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-20T03:27:01.910 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-20T03:27:02.003 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c967cffe-fec5-11ee-bc92-c7b262605968.target → /etc/systemd/system/ceph-c967cffe-fec5-11ee-bc92-c7b262605968.target. 2024-04-20T03:27:02.003 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-c967cffe-fec5-11ee-bc92-c7b262605968.target → /etc/systemd/system/ceph-c967cffe-fec5-11ee-bc92-c7b262605968.target. 2024-04-20T03:27:02.202 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: Failed to reset failed state of unit ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mon.a.service: Unit ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mon.a.service not loaded. 2024-04-20T03:27:02.209 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c967cffe-fec5-11ee-bc92-c7b262605968.target.wants/ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mon.a.service → /etc/systemd/system/ceph-c967cffe-fec5-11ee-bc92-c7b262605968@.service. 2024-04-20T03:27:02.366 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:02 smithi177 systemd[1]: Starting Ceph mon.a for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:27:02.933 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: disabled 2024-04-20T03:27:02.939 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: inactive 2024-04-20T03:27:02.939 INFO:teuthology.orchestra.run.smithi177.stderr:firewalld.service is not enabled 2024-04-20T03:27:02.940 INFO:teuthology.orchestra.run.smithi177.stderr:Not possible to enable service . firewalld.service is not available 2024-04-20T03:27:02.940 INFO:teuthology.orchestra.run.smithi177.stderr:Waiting for mon to start... 2024-04-20T03:27:02.940 INFO:teuthology.orchestra.run.smithi177.stderr:Waiting for mon... 2024-04-20T03:27:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: cluster 2024-04-20T03:27:02.894240+0000 mon.a (mon.0) 0 : [INF] mkfs c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: cluster 2024-04-20T03:27:02.868529+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-20T03:27:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:02 smithi177 bash[39129]: f88a8ad9185d373fcc7e981d8e660b97ff150a226310586a374f161dc046464b 2024-04-20T03:27:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:02 smithi177 systemd[1]: Started Ceph mon.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:27:03.447 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: cluster: 2024-04-20T03:27:03.447 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: id: c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:03.447 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-04-20T03:27:03.447 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:03.447 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: services: 2024-04-20T03:27:03.447 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.554366s) 2024-04-20T03:27:03.447 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: mgr: no daemons active 2024-04-20T03:27:03.447 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-04-20T03:27:03.447 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:03.447 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: data: 2024-04-20T03:27:03.447 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-04-20T03:27:03.448 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-04-20T03:27:03.448 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-04-20T03:27:03.448 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: pgs: 2024-04-20T03:27:03.448 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:04.087 INFO:teuthology.orchestra.run.smithi177.stderr:mon is available 2024-04-20T03:27:04.087 INFO:teuthology.orchestra.run.smithi177.stderr:Assimilating anything we can from ceph.conf... 2024-04-20T03:27:04.089 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: cluster 2024-04-20T03:27:02.891422+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-20T03:27:04.089 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: cluster 2024-04-20T03:27:02.891597+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0]} removed_ranks: {} 2024-04-20T03:27:04.089 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: cluster 2024-04-20T03:27:02.896086+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-04-20T03:27:04.090 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: cluster 2024-04-20T03:27:02.899373+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-20T03:27:04.090 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: cluster 2024-04-20T03:27:02.899867+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-04-20T03:27:04.090 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: audit 2024-04-20T03:27:03.445749+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.177:0/4176870324' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-20T03:27:04.575 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:04.577 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: [global] 2024-04-20T03:27:04.577 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: fsid = c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:04.577 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: log_to_journald = false 2024-04-20T03:27:04.577 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.177:3300,v1:172.21.15.177:6789] 2024-04-20T03:27:04.577 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-04-20T03:27:04.577 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-04-20T03:27:04.578 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-04-20T03:27:04.578 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-04-20T03:27:04.578 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:04.578 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: [mgr] 2024-04-20T03:27:04.578 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-04-20T03:27:04.578 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:04.578 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: [osd] 2024-04-20T03:27:04.578 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-04-20T03:27:04.578 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-04-20T03:27:05.185 INFO:teuthology.orchestra.run.smithi177.stderr:Generating new minimal ceph.conf... 2024-04-20T03:27:05.188 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: audit 2024-04-20T03:27:04.573765+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.177:0/2916778102' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-20T03:27:05.188 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: audit 2024-04-20T03:27:04.576492+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.177:0/2916778102' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-20T03:27:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: audit 2024-04-20T03:27:05.692451+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.177:0/1975969974' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:27:06.250 INFO:teuthology.orchestra.run.smithi177.stderr:Restarting the monitor... 2024-04-20T03:27:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:06 smithi177 systemd[1]: Stopping Ceph mon.a for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:27:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:06 smithi177 bash[39376]: Error: no container with name or ID "ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon.a" found: no such container 2024-04-20T03:27:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: debug 2024-04-20T03:27:06.485+0000 7f0c09772700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-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-04-20T03:27:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39144]: debug 2024-04-20T03:27:06.485+0000 7f0c09772700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-20T03:27:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 bash[39417]: ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a 2024-04-20T03:27:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 systemd[1]: ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mon.a.service: Succeeded. 2024-04-20T03:27:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 systemd[1]: Stopped Ceph mon.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:27:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 systemd[1]: Starting Ceph mon.a for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:27:07.924 INFO:teuthology.orchestra.run.smithi177.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-20T03:27:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.878+0000 7f599952b880 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-20T03:27:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.878+0000 7f599952b880 0 ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable), process ceph-mon, pid 2 2024-04-20T03:27:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.878+0000 7f599952b880 0 pidfile_write: ignore empty --pid-file 2024-04-20T03:27:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.882+0000 7f599952b880 0 load: jerasure load: lrc load: isa 2024-04-20T03:27:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: RocksDB version: 6.8.1 2024-04-20T03:27:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-20T03:27:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Compile date Feb 26 2024 2024-04-20T03:27:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: DB SUMMARY 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: CURRENT file: CURRENT 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: IDENTITY file: IDENTITY 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 86685 ; 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.error_if_exists: 0 2024-04-20T03:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.create_if_missing: 0 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.paranoid_checks: 1 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.env: 0x5603a1e65080 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.fs: Posix File System 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.info_log: 0x5603a3324260 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.statistics: (nil) 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.use_fsync: 0 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_log_file_size: 0 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-20T03:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.allow_fallocate: 1 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.use_direct_reads: 0 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.create_missing_column_families: 0 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.db_log_dir: 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_subcompactions: 1 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_background_flushes: -1 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-20T03:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.advise_random_on_open: 1 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.write_buffer_manager: 0x5603a4016360 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.rate_limiter: (nil) 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.unordered_write: 0 2024-04-20T03:27:08.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.row_cache: None 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.wal_filter: None 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.preserve_deletes: 0 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.two_write_queues: 0 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.manual_wal_flush: 0 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.atomic_flush: 0 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-20T03:27:08.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.log_readahead_size: 0 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_background_jobs: 2 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_background_compactions: -1 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_total_wal_size: 0 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_open_files: -1 2024-04-20T03:27:08.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.bytes_per_sync: 0 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Compression algorithms supported: 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: kZSTD supported: 0 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: kXpressCompression supported: 0 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: kLZ4Compression supported: 1 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: kBZip2Compression supported: 0 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: kZlibCompression supported: 1 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: kSnappyCompression supported: 1 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-20T03:27:08.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.merge_operator: 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_filter: None 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_filter_factory: None 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5603a32c9d10) 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cache_index_and_filter_blocks: 1 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-20T03:27:08.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: pin_top_level_index_and_filter: 1 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: index_type: 0 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: data_block_index_type: 0 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: index_shortening: 1 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: data_block_hash_table_util_ratio: 0.750000 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: hash_index_allow_collision: 1 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: checksum: 1 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: no_block_cache: 0 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: block_cache: 0x5603a32fef10 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: block_cache_name: BinnedLRUCache 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: block_cache_options: 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: capacity : 536870912 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: num_shard_bits : 4 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: strict_capacity_limit : 0 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: high_pri_pool_ratio: 0.000 2024-04-20T03:27:08.157 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: block_cache_compressed: (nil) 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: persistent_cache: (nil) 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: block_size: 4096 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: block_size_deviation: 10 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: block_restart_interval: 16 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: index_block_restart_interval: 1 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: metadata_block_size: 4096 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: partition_filters: 0 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: use_delta_encoding: 1 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: whole_key_filtering: 1 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: verify_compression: 0 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: read_amp_bytes_per_bit: 0 2024-04-20T03:27:08.158 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: format_version: 2 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: enable_index_compression: 1 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: block_align: 0 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compression: NoCompression 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.num_levels: 7 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-20T03:27:08.159 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compression_opts.level: 32767 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compression_opts.enabled: false 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-20T03:27:08.160 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-20T03:27:08.161 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.arena_block_size: 4194304 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-20T03:27:08.162 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-20T03:27:08.163 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-20T03:27:08.163 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.table_properties_collectors: 2024-04-20T03:27:08.163 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.inplace_update_support: 0 2024-04-20T03:27:08.163 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-20T03:27:08.163 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-20T03:27:08.163 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-20T03:27:08.163 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-20T03:27:08.163 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.bloom_locality: 0 2024-04-20T03:27:08.163 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.max_successive_merges: 0 2024-04-20T03:27:08.163 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-20T03:27:08.163 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-20T03:27:08.164 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.force_consistency_checks: 0 2024-04-20T03:27:08.164 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-20T03:27:08.164 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.ttl: 2592000 2024-04-20T03:27:08.164 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.883+0000 7f599952b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-20T03:27:08.164 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.884+0000 7f599952b880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-20T03:27:08.164 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.164 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.884+0000 7f599952b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-04-20T03:27:08.164 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.164 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.884+0000 7f599952b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713583627885595, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-04-20T03:27:08.164 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.884+0000 7f599952b880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-04-20T03:27:08.164 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.885+0000 7f599952b880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-04-20T03:27:08.165 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.885+0000 7f599952b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713583627886479, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83261, "table_properties": {"data_size": 81534, "index_size": 332, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9817, "raw_average_key_size": 47, "raw_value_size": 75891, "raw_average_value_size": 368, "num_data_blocks": 11, "num_entries": 206, "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": 1713583627, "oldest_key_time": 3, "file_creation_time": 0}} 2024-04-20T03:27:08.165 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.885+0000 7f599952b880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-04-20T03:27:08.165 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.165 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.886+0000 7f599952b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713583627887511, "job": 1, "event": "recovery_finished"} 2024-04-20T03:27:08.165 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.887+0000 7f599952b880 4 rocksdb: DB pointer 0x5603a33c7800 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.887+0000 7f598031e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.887+0000 7f598031e700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: ** DB Stats ** 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: ** Compaction Stats [default] ** 2024-04-20T03:27:08.166 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 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-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: L0 2/0 82.96 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.4 0.00 0.00 1 0.001 0 0 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Sum 2/0 82.96 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.4 0.00 0.00 1 0.001 0 0 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.4 0.00 0.00 1 0.001 0 0 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: ** Compaction Stats [default] ** 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 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-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 130.4 0.00 0.00 1 0.001 0 0 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: AddFile(Total Files): cumulative 0, interval 0 2024-04-20T03:27:08.167 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: AddFile(Keys): cumulative 0, interval 0 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Cumulative compaction: 0.00 GB write, 22.86 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Interval compaction: 0.00 GB write, 22.86 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: ** File Read Latency Histogram By Level [default] ** 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: ** Compaction Stats [default] ** 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 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-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: L0 2/0 82.96 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.4 0.00 0.00 1 0.001 0 0 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Sum 2/0 82.96 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.4 0.00 0.00 1 0.001 0 0 2024-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 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-04-20T03:27:08.168 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: ** Compaction Stats [default] ** 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 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-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 130.4 0.00 0.00 1 0.001 0 0 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: AddFile(Total Files): cumulative 0, interval 0 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: AddFile(Keys): cumulative 0, interval 0 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Cumulative compaction: 0.00 GB write, 22.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-20T03:27:08.169 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: ** File Read Latency Histogram By Level [default] ** 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.888+0000 7f599952b880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] at bind addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.889+0000 7f599952b880 1 mon.a@-1(???) e1 preinit fsid c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.889+0000 7f599952b880 0 mon.a@-1(???).mds e1 new map 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.889+0000 7f599952b880 0 mon.a@-1(???).mds e1 print_map 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: e1 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: legacy client fscid: -1 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: No filesystems configured 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: 2024-04-20T03:27:08.170 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.889+0000 7f599952b880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.889+0000 7f599952b880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.889+0000 7f599952b880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.889+0000 7f599952b880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:05.692451+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.177:0/1975969974' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:27:07.889+0000 7f599952b880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 bash[39532]: 1e6269b4bfea5dbbe0f2d68ab200d1825e9e903620fdee39aff24e0c0676d95b 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 systemd[1]: Started Ceph mon.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:07.906526+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:07.906583+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0]} removed_ranks: {} 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:07.906930+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:07.906966+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-20T03:27:08.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:07.907337+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-04-20T03:27:09.070 INFO:teuthology.orchestra.run.smithi177.stderr:Wrote config to /etc/ceph/ceph.conf 2024-04-20T03:27:09.071 INFO:teuthology.orchestra.run.smithi177.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-20T03:27:09.071 INFO:teuthology.orchestra.run.smithi177.stderr:Creating mgr... 2024-04-20T03:27:09.071 INFO:teuthology.orchestra.run.smithi177.stderr:Verifying port 9283 ... 2024-04-20T03:27:09.198 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: Failed to reset failed state of unit ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mgr.y.service: Unit ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mgr.y.service not loaded. 2024-04-20T03:27:09.205 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c967cffe-fec5-11ee-bc92-c7b262605968.target.wants/ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mgr.y.service → /etc/systemd/system/ceph-c967cffe-fec5-11ee-bc92-c7b262605968@.service. 2024-04-20T03:27:09.400 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:09 smithi177 systemd[1]: Starting Ceph mgr.y for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:27:09.829 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:08.461356+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.177:0/2857362755' entity='client.admin' 2024-04-20T03:27:09.844 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: disabled 2024-04-20T03:27:09.853 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: inactive 2024-04-20T03:27:09.854 INFO:teuthology.orchestra.run.smithi177.stderr:firewalld.service is not enabled 2024-04-20T03:27:09.854 INFO:teuthology.orchestra.run.smithi177.stderr:Not possible to enable service . firewalld.service is not available 2024-04-20T03:27:09.863 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: disabled 2024-04-20T03:27:09.870 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: inactive 2024-04-20T03:27:09.871 INFO:teuthology.orchestra.run.smithi177.stderr:firewalld.service is not enabled 2024-04-20T03:27:09.871 INFO:teuthology.orchestra.run.smithi177.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-04-20T03:27:09.871 INFO:teuthology.orchestra.run.smithi177.stderr:Waiting for mgr to start... 2024-04-20T03:27:09.871 INFO:teuthology.orchestra.run.smithi177.stderr:Waiting for mgr... 2024-04-20T03:27:10.082 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:09 smithi177 bash[39766]: 2f5bbb34feceb83a964af8584868fe6b7e2974ed68a75863db1b3c54ff58d1a2 2024-04-20T03:27:10.082 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:09 smithi177 systemd[1]: Started Ceph mgr.y for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:27:10.082 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:09.880+0000 7f40011c3680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-20T03:27:10.082 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:09.965+0000 7f40011c3680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-20T03:27:10.386 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:10.386 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: { 2024-04-20T03:27:10.386 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "fsid": "c967cffe-fec5-11ee-bc92-c7b262605968", 2024-04-20T03:27:10.386 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "health": { 2024-04-20T03:27:10.386 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-20T03:27:10.386 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "checks": {}, 2024-04-20T03:27:10.386 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "mutes": [] 2024-04-20T03:27:10.386 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:10.386 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-20T03:27:10.386 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "quorum": [ 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 0 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: ], 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "a" 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: ], 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "monmap": { 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "osdmap": { 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-20T03:27:10.387 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "pgmap": { 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-20T03:27:10.391 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "fsmap": { 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "available": false, 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "modules": [ 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "iostat", 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "nfs", 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "restful" 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: ], 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "services": {} 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:10.392 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "servicemap": { 2024-04-20T03:27:10.393 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:10.393 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "modified": "2024-04-20T03:27:02.894595+0000", 2024-04-20T03:27:10.393 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "services": {} 2024-04-20T03:27:10.393 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:10.393 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-20T03:27:10.393 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: } 2024-04-20T03:27:10.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:10.350+0000 7f40011c3680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-20T03:27:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:10.383885+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.177:0/189035079' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-20T03:27:10.980 INFO:teuthology.orchestra.run.smithi177.stderr:mgr not available, waiting (1/15)... 2024-04-20T03:27:11.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:11.110+0000 7f40011c3680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-20T03:27:11.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:11.193+0000 7f40011c3680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-20T03:27:11.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:11.401+0000 7f40011c3680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-20T03:27:12.619 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:12.329+0000 7f40011c3680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-20T03:27:12.619 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:12.454+0000 7f40011c3680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:27:12.619 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:12.530+0000 7f40011c3680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-20T03:27:12.619 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:12.618+0000 7f40011c3680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-20T03:27:12.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:12.813+0000 7f40011c3680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-20T03:27:13.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:13.092+0000 7f40011c3680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-20T03:27:13.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:13.191+0000 7f40011c3680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-20T03:27:13.496 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:13.496 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: { 2024-04-20T03:27:13.496 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "fsid": "c967cffe-fec5-11ee-bc92-c7b262605968", 2024-04-20T03:27:13.496 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "health": { 2024-04-20T03:27:13.496 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-20T03:27:13.496 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "checks": {}, 2024-04-20T03:27:13.496 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "mutes": [] 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "quorum": [ 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 0 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: ], 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "a" 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: ], 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "monmap": { 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-20T03:27:13.497 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-20T03:27:13.498 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:13.498 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "osdmap": { 2024-04-20T03:27:13.498 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:13.498 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-20T03:27:13.498 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-20T03:27:13.498 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-20T03:27:13.498 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-20T03:27:13.498 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-20T03:27:13.498 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-20T03:27:13.498 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:13.498 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "pgmap": { 2024-04-20T03:27:13.499 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-20T03:27:13.499 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-20T03:27:13.499 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-20T03:27:13.499 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-20T03:27:13.499 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-20T03:27:13.499 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-20T03:27:13.499 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-20T03:27:13.499 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-20T03:27:13.499 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:13.499 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "fsmap": { 2024-04-20T03:27:13.499 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "available": false, 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "modules": [ 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "iostat", 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "nfs", 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "restful" 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: ], 2024-04-20T03:27:13.500 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "services": {} 2024-04-20T03:27:13.501 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:13.501 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "servicemap": { 2024-04-20T03:27:13.501 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:13.501 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "modified": "2024-04-20T03:27:02.894595+0000", 2024-04-20T03:27:13.501 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "services": {} 2024-04-20T03:27:13.501 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:13.501 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-20T03:27:13.501 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: } 2024-04-20T03:27:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:13.490373+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.177:0/1638246478' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-20T03:27:14.086 INFO:teuthology.orchestra.run.smithi177.stderr:mgr not available, waiting (2/15)... 2024-04-20T03:27:14.292 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:13.947+0000 7f40011c3680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-20T03:27:14.292 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:14.027+0000 7f40011c3680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-20T03:27:14.292 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:14.120+0000 7f40011c3680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-20T03:27:14.835 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:14.292+0000 7f40011c3680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-20T03:27:14.835 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:14.575+0000 7f40011c3680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-20T03:27:14.835 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:14.705+0000 7f40011c3680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-20T03:27:15.088 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:14.835+0000 7f40011c3680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:27:15.088 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:15.004+0000 7f40011c3680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-20T03:27:15.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:15.088+0000 7f40011c3680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-20T03:27:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:15.103017+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2024-04-20T03:27:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:15.105822+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00288916s) 2024-04-20T03:27:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:15.106731+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.177:0/956945607' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-20T03:27:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:15.106859+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.177:0/956945607' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-20T03:27:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:15.106974+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.177:0/956945607' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-20T03:27:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:15.107082+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.177:0/956945607' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-20T03:27:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:15.107354+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.177:0/956945607' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-20T03:27:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:15.109190+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2024-04-20T03:27:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:15.117904+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.177:0/956945607' entity='mgr.y' 2024-04-20T03:27:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:15.122743+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.177:0/956945607' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-20T03:27:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:15.125639+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.177:0/956945607' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-20T03:27:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:15.127885+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.177:0/956945607' entity='mgr.y' 2024-04-20T03:27:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:15.130631+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.177:0/956945607' entity='mgr.y' 2024-04-20T03:27:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:16.109949+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e3: y(active, since 1.00701s) 2024-04-20T03:27:19.362 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:19.362 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: { 2024-04-20T03:27:19.362 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "fsid": "c967cffe-fec5-11ee-bc92-c7b262605968", 2024-04-20T03:27:19.362 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "health": { 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "checks": {}, 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "mutes": [] 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "quorum": [ 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 0 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: ], 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "a" 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: ], 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-04-20T03:27:19.363 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "monmap": { 2024-04-20T03:27:19.364 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:18.109248+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e4: y(active, since 3s) 2024-04-20T03:27:19.365 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:19.365 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-20T03:27:19.365 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-20T03:27:19.365 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:19.365 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "osdmap": { 2024-04-20T03:27:19.365 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:19.365 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-20T03:27:19.365 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-20T03:27:19.365 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-20T03:27:19.365 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "pgmap": { 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:19.369 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "fsmap": { 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "available": true, 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "modules": [ 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "iostat", 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "nfs", 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "restful" 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: ], 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "services": {} 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "servicemap": { 2024-04-20T03:27:19.370 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-20T03:27:19.371 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "modified": "2024-04-20T03:27:02.894595+0000", 2024-04-20T03:27:19.371 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "services": {} 2024-04-20T03:27:19.371 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: }, 2024-04-20T03:27:19.371 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-20T03:27:19.371 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: } 2024-04-20T03:27:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:19.338297+0000 mon.a (mon.0) 24 : audit [DBG] from='client.? 172.21.15.177:0/1823118582' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-20T03:27:24.032 INFO:teuthology.orchestra.run.smithi177.stderr:mgr is available 2024-04-20T03:27:26.427 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:26.427 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: [global] 2024-04-20T03:27:26.427 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: fsid = c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: log_to_journald = false 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: [mgr] 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: [osd] 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-04-20T03:27:26.428 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-04-20T03:27:26.801 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:26.426723+0000 mon.a (mon.0) 25 : audit [INF] from='client.? 172.21.15.177:0/1771389651' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-20T03:27:27.062 INFO:teuthology.orchestra.run.smithi177.stderr:Enabling cephadm module... 2024-04-20T03:27:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:27.713258+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.177:0/2215541501' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-20T03:27:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ignoring --setuser ceph since I am not root 2024-04-20T03:27:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ignoring --setgroup ceph since I am not root 2024-04-20T03:27:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:27.917+0000 7fc77fdcd680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-20T03:27:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:27.997+0000 7fc77fdcd680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-20T03:27:28.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:28.360+0000 7fc77fdcd680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-20T03:27:29.140 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:27.766640+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.177:0/2215541501' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-20T03:27:29.140 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:27.766685+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e5: y(active, since 12s) 2024-04-20T03:27:29.187 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: { 2024-04-20T03:27:29.187 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 5, 2024-04-20T03:27:29.187 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "available": true, 2024-04-20T03:27:29.187 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "active_name": "y", 2024-04-20T03:27:29.187 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_standby": 0 2024-04-20T03:27:29.187 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: } 2024-04-20T03:27:29.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:29.127+0000 7fc77fdcd680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-20T03:27:29.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:29.215+0000 7fc77fdcd680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-20T03:27:29.769 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:29.433+0000 7fc77fdcd680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-20T03:27:29.875 INFO:teuthology.orchestra.run.smithi177.stderr:Waiting for the mgr to restart... 2024-04-20T03:27:29.875 INFO:teuthology.orchestra.run.smithi177.stderr:Waiting for mgr epoch 5... 2024-04-20T03:27:30.101 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:29.187558+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.177:0/722156223' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-20T03:27:30.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:30.386+0000 7fc77fdcd680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-20T03:27:30.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:30.513+0000 7fc77fdcd680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:27:30.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:30.591+0000 7fc77fdcd680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-20T03:27:31.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:30.679+0000 7fc77fdcd680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-20T03:27:31.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:30.875+0000 7fc77fdcd680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-20T03:27:31.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:31.148+0000 7fc77fdcd680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-20T03:27:31.400 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:31.245+0000 7fc77fdcd680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-20T03:27:32.293 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:31.955+0000 7fc77fdcd680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-20T03:27:32.293 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:32.035+0000 7fc77fdcd680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-20T03:27:32.293 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:32.125+0000 7fc77fdcd680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-20T03:27:32.810 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:32.293+0000 7fc77fdcd680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-20T03:27:32.810 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:32.551+0000 7fc77fdcd680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-20T03:27:32.810 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:32.680+0000 7fc77fdcd680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-20T03:27:33.060 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:32.810+0000 7fc77fdcd680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:27:33.061 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:32.979+0000 7fc77fdcd680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-20T03:27:33.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:33.060+0000 7fc77fdcd680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-20T03:27:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:33.074663+0000 mon.a (mon.0) 30 : cluster [INF] Active manager daemon y restarted 2024-04-20T03:27:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:33.074875+0000 mon.a (mon.0) 31 : cluster [INF] Activating manager daemon y 2024-04-20T03:27:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:33.077732+0000 mon.a (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-20T03:27:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:33.077839+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e6: y(active, starting, since 0.00304726s) 2024-04-20T03:27:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.078748+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-20T03:27:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.079341+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-20T03:27:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.079954+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-20T03:27:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.080129+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-20T03:27:33.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.080269+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-20T03:27:33.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:33.093424+0000 mon.a (mon.0) 39 : cluster [INF] Manager daemon y is now available 2024-04-20T03:27:33.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.105486+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' 2024-04-20T03:27:34.085 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: { 2024-04-20T03:27:34.086 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-04-20T03:27:34.086 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "initialized": true 2024-04-20T03:27:34.086 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: } 2024-04-20T03:27:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:27:33.102726+0000 mgr.y (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-20T03:27:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.189801+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' 2024-04-20T03:27:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.190782+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:27:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.191950+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:27:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.193931+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:27:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.207358+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-20T03:27:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:33.209894+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-20T03:27:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:34.080152+0000 mon.a (mon.0) 47 : cluster [DBG] mgrmap e7: y(active, since 1.00536s) 2024-04-20T03:27:34.691 INFO:teuthology.orchestra.run.smithi177.stderr:mgr epoch 5 is available 2024-04-20T03:27:34.691 INFO:teuthology.orchestra.run.smithi177.stderr:Setting orchestrator backend to cephadm... 2024-04-20T03:27:35.332 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:34.079306+0000 mgr.y (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-20T03:27:35.332 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:34.086054+0000 mgr.y (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-20T03:27:36.514 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: value unchanged 2024-04-20T03:27:36.537 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:35.195853+0000 mon.a (mon.0) 48 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-04-20T03:27:36.537 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:35.343457+0000 mgr.y (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:27:36.537 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:35.349755+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' 2024-04-20T03:27:36.537 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:35.367841+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:27:37.002 INFO:teuthology.orchestra.run.smithi177.stderr:Generating ssh key... 2024-04-20T03:27:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:36.515056+0000 mgr.y (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: Generating public/private rsa key pair. 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: Your identification has been saved in /tmp/tmphvmq24g9/key. 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: Your public key has been saved in /tmp/tmphvmq24g9/key.pub. 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: The key fingerprint is: 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: SHA256:8kM3g3FmOo1gd6tZYOy3vsJNQKKj4yOnuPsFUdxj7xM ceph-c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: The key's randomart image is: 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: +---[RSA 3072]----+ 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: | ... | 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: | .. =.. | 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: | . oo=* = | 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: | .o. =E% . | 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: | .. ...SoO | 2024-04-20T03:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: | o. +oB.+ | 2024-04-20T03:27:38.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: | . .. .=+. | 2024-04-20T03:27:38.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: |o +. oo. | 2024-04-20T03:27:38.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: |=B.. .o. | 2024-04-20T03:27:38.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: +----[SHA256]-----+ 2024-04-20T03:27:38.470 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:37.667691+0000 mgr.y (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:27:38.470 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:27:37.667922+0000 mgr.y (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-04-20T03:27:38.470 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:37.805694+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' 2024-04-20T03:27:38.470 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:37.807375+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' 2024-04-20T03:27:39.059 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDu0nb7nbu4qBcE6cBXsvRAN6VWn5q8+xKdszdz7h0diTlyoVb+GeptwfOpmdsCh0pjpZQZYM4QVxG67a3uhCQzG5vk9da/Dl1AAkOxFZtI7Q2x4rdT53ejG60i3TOVym/9em68GFUvpDg7+eu7NE1pnZLkJpWAFHCZwrsfr8b8bXVR4kAI+zAgoICkW1SaREv0oGFxd3bvzS1AV7xNZI2WLHO7VT2MbKAHu7rX15HzYTC91wcYExyO2KRQCGhGvS3jBuhgMRK5EdhraCChxRGLw32tahXnztPQyye1TbDKdixRvO4MDJFd4t4HRW03VTxsI/hf4pCWhEMC5RK8ZpC5cCb85sSBOA9epD7qVIMh8zi/cRNnxcRSLh+N2tY6XyTSA5VRZCqciehs6qjFZGbo6/c0Rq2CUYFrJsJiTIKZulGyEnvMvLfxIYZ5JAIvpp6OdFE9mC6qFbChSEml+jbYkuGFuY+BfcRAQ3LLRf1ofr42EoUd8NZrRSJAfvbuROU= ceph-c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:27:39.656 INFO:teuthology.orchestra.run.smithi177.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-20T03:27:39.657 INFO:teuthology.orchestra.run.smithi177.stderr:Adding key to root@localhost authorized_keys... 2024-04-20T03:27:39.657 INFO:teuthology.orchestra.run.smithi177.stderr:Adding host smithi177... 2024-04-20T03:27:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:39.059639+0000 mgr.y (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:27:40.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [80B blob data] 2024-04-20T03:27:40.854 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: Added host 'smithi177' with addr '172.21.15.177' 2024-04-20T03:27:41.147 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:40.228059+0000 mgr.y (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "addr": "172.21.15.177", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:27:41.147 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:40.853464+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' 2024-04-20T03:27:41.488 INFO:teuthology.orchestra.run.smithi177.stderr:Deploying unmanaged mon service... 2024-04-20T03:27:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:27:40.853717+0000 mgr.y (mgr.14116) 10 : cephadm [INF] Added host smithi177 2024-04-20T03:27:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:40.893785+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:27:42.200 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: Scheduled mon update... 2024-04-20T03:27:43.505 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:42.197979+0000 mgr.y (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:27:43.505 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:27:42.199137+0000 mgr.y (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-20T03:27:43.506 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:42.201307+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' 2024-04-20T03:27:43.980 INFO:teuthology.orchestra.run.smithi177.stderr:Deploying unmanaged mgr service... 2024-04-20T03:27:44.661 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-04-20T03:27:44.800 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:43.528486+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' 2024-04-20T03:27:44.801 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:44.292746+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' 2024-04-20T03:27:45.885 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:44.659163+0000 mgr.y (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:27:45.886 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:27:44.660039+0000 mgr.y (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-20T03:27:45.886 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:44.662341+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' 2024-04-20T03:27:45.886 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:45.490219+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.177:0/434961789' entity='mgr.y' 2024-04-20T03:27:47.576 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:46.473108+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.177:0/668885499' entity='client.admin' 2024-04-20T03:27:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:47.672995+0000 mon.a (mon.0) 61 : audit [INF] from='client.? 172.21.15.177:0/3310809077' entity='client.admin' 2024-04-20T03:27:48.985 INFO:teuthology.orchestra.run.smithi177.stderr:Enabling the dashboard module... 2024-04-20T03:27:50.080 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:49.711154+0000 mon.a (mon.0) 62 : audit [INF] from='client.? 172.21.15.177:0/3717383561' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-20T03:27:50.080 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ignoring --setuser ceph since I am not root 2024-04-20T03:27:50.081 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ignoring --setgroup ceph since I am not root 2024-04-20T03:27:50.081 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:49.918+0000 7fb1587e5680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-20T03:27:50.081 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:49.999+0000 7fb1587e5680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-20T03:27:50.627 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:50.364+0000 7fb1587e5680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-20T03:27:51.028 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: { 2024-04-20T03:27:51.028 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "epoch": 9, 2024-04-20T03:27:51.028 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "available": true, 2024-04-20T03:27:51.028 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "active_name": "y", 2024-04-20T03:27:51.028 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "num_standby": 0 2024-04-20T03:27:51.028 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: } 2024-04-20T03:27:51.051 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:49.764509+0000 mon.a (mon.0) 63 : audit [INF] from='client.? 172.21.15.177:0/3717383561' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-20T03:27:51.051 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:49.764556+0000 mon.a (mon.0) 64 : cluster [DBG] mgrmap e9: y(active, since 16s) 2024-04-20T03:27:51.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:51.131+0000 7fb1587e5680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-20T03:27:51.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:51.215+0000 7fb1587e5680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-20T03:27:51.723 INFO:teuthology.orchestra.run.smithi177.stderr:Waiting for the mgr to restart... 2024-04-20T03:27:51.724 INFO:teuthology.orchestra.run.smithi177.stderr:Waiting for mgr epoch 9... 2024-04-20T03:27:51.726 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:51.430+0000 7fb1587e5680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-20T03:27:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:51.028683+0000 mon.a (mon.0) 65 : audit [DBG] from='client.? 172.21.15.177:0/2170731235' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-20T03:27:52.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:52.383+0000 7fb1587e5680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-20T03:27:52.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:52.511+0000 7fb1587e5680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:27:52.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:52.592+0000 7fb1587e5680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-20T03:27:53.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:52.684+0000 7fb1587e5680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-20T03:27:53.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:52.880+0000 7fb1587e5680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-20T03:27:53.436 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:53.160+0000 7fb1587e5680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-20T03:27:53.436 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:53.266+0000 7fb1587e5680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-20T03:27:54.347 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:53.994+0000 7fb1587e5680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-20T03:27:54.347 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:54.080+0000 7fb1587e5680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-20T03:27:54.347 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:54.172+0000 7fb1587e5680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-20T03:27:54.347 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:54.347+0000 7fb1587e5680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-20T03:27:54.871 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:54.606+0000 7fb1587e5680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-20T03:27:54.871 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:54.737+0000 7fb1587e5680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-20T03:27:54.872 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:54.871+0000 7fb1587e5680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:27:55.125 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:55.042+0000 7fb1587e5680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-20T03:27:55.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:27:55.125+0000 7fb1587e5680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-20T03:27:55.400 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [80B blob data] 2024-04-20T03:27:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:55.138702+0000 mon.a (mon.0) 66 : cluster [INF] Active manager daemon y restarted 2024-04-20T03:27:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:55.138926+0000 mon.a (mon.0) 67 : cluster [INF] Activating manager daemon y 2024-04-20T03:27:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:55.142340+0000 mon.a (mon.0) 68 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-20T03:27:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:55.142450+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e10: y(active, starting, since 0.00361169s) 2024-04-20T03:27:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:55.143173+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-20T03:27:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:55.143799+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-20T03:27:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:55.144394+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-20T03:27:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:55.144549+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-20T03:27:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:55.144669+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-20T03:27:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:55.158417+0000 mon.a (mon.0) 75 : cluster [INF] Manager daemon y is now available 2024-04-20T03:27:56.149 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: { 2024-04-20T03:27:56.149 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-04-20T03:27:56.149 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: "initialized": true 2024-04-20T03:27:56.149 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: } 2024-04-20T03:27:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:55.251569+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:27:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:55.253060+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:27:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:55.278316+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-20T03:27:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:55.281022+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-20T03:27:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:56.143495+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e11: y(active, since 1.00465s) 2024-04-20T03:27:56.936 INFO:teuthology.orchestra.run.smithi177.stderr:mgr epoch 9 is available 2024-04-20T03:27:56.936 INFO:teuthology.orchestra.run.smithi177.stderr:Generating a dashboard self-signed certificate... 2024-04-20T03:27:57.654 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: Self-signed certificate created 2024-04-20T03:27:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:56.142996+0000 mgr.y (mgr.14146) 1 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-20T03:27:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:56.149176+0000 mgr.y (mgr.14146) 2 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-20T03:27:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:56.660486+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:27:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:57.652653+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:27:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:57.654548+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:27:58.730 INFO:teuthology.orchestra.run.smithi177.stderr:Creating initial admin user... 2024-04-20T03:27:59.029 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:57.571290+0000 mgr.y (mgr.14146) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:27:59.030 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:27:57.664977+0000 mon.a (mon.0) 84 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-04-20T03:27:59.894 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$8Lxci.GaTrKOSogZ/HeTle3eyovrlYsbKOpZ.5bLYsP9C0TuYs/Fq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713583679, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-20T03:28:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:59.672837+0000 mgr.y (mgr.14146) 4 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:28:00.548 INFO:teuthology.orchestra.run.smithi177.stderr:Fetching dashboard port number... 2024-04-20T03:28:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:27:59.895350+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:01.248 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: 8443 2024-04-20T03:28:01.947 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: disabled 2024-04-20T03:28:01.955 INFO:teuthology.orchestra.run.smithi177.stderr:systemctl: inactive 2024-04-20T03:28:01.955 INFO:teuthology.orchestra.run.smithi177.stderr:firewalld.service is not enabled 2024-04-20T03:28:01.955 INFO:teuthology.orchestra.run.smithi177.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-20T03:28:01.958 INFO:teuthology.orchestra.run.smithi177.stderr:Ceph Dashboard is now available at: 2024-04-20T03:28:01.958 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-04-20T03:28:01.958 INFO:teuthology.orchestra.run.smithi177.stderr: URL: https://smithi177.front.sepia.ceph.com:8443/ 2024-04-20T03:28:01.958 INFO:teuthology.orchestra.run.smithi177.stderr: User: admin 2024-04-20T03:28:01.958 INFO:teuthology.orchestra.run.smithi177.stderr: Password: wi2488ucc7 2024-04-20T03:28:01.958 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-04-20T03:28:01.958 INFO:teuthology.orchestra.run.smithi177.stderr:Enabling autotune for osd_memory_target 2024-04-20T03:28:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:01.249544+0000 mon.a (mon.0) 86 : audit [DBG] from='client.? 172.21.15.177:0/1239576949' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-20T03:28:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:01.899414+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-04-20T03:28:04.086 INFO:teuthology.orchestra.run.smithi177.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-04-20T03:28:04.803 INFO:teuthology.orchestra.run.smithi177.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr:Or, if you are only running a single cluster on this host: 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr:Please consider enabling telemetry to help improve Ceph: 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: ceph telemetry on 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr:For more information see: 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-04-20T03:28:04.804 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-04-20T03:28:04.805 INFO:teuthology.orchestra.run.smithi177.stderr:Bootstrap complete. 2024-04-20T03:28:04.840 INFO:tasks.cephadm:Fetching config... 2024-04-20T03:28:04.841 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:28:04.841 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-20T03:28:04.859 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-20T03:28:04.859 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:28:04.859 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-20T03:28:04.917 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-20T03:28:04.917 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:28:04.917 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-20T03:28:04.985 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-20T03:28:04.985 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:28:04.985 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-20T03:28:05.043 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-20T03:28:05.043 DEBUG:teuthology.orchestra.run.smithi177:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDu0nb7nbu4qBcE6cBXsvRAN6VWn5q8+xKdszdz7h0diTlyoVb+GeptwfOpmdsCh0pjpZQZYM4QVxG67a3uhCQzG5vk9da/Dl1AAkOxFZtI7Q2x4rdT53ejG60i3TOVym/9em68GFUvpDg7+eu7NE1pnZLkJpWAFHCZwrsfr8b8bXVR4kAI+zAgoICkW1SaREv0oGFxd3bvzS1AV7xNZI2WLHO7VT2MbKAHu7rX15HzYTC91wcYExyO2KRQCGhGvS3jBuhgMRK5EdhraCChxRGLw32tahXnztPQyye1TbDKdixRvO4MDJFd4t4HRW03VTxsI/hf4pCWhEMC5RK8ZpC5cCb85sSBOA9epD7qVIMh8zi/cRNnxcRSLh+N2tY6XyTSA5VRZCqciehs6qjFZGbo6/c0Rq2CUYFrJsJiTIKZulGyEnvMvLfxIYZ5JAIvpp6OdFE9mC6qFbChSEml+jbYkuGFuY+BfcRAQ3LLRf1ofr42EoUd8NZrRSJAfvbuROU= ceph-c967cffe-fec5-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-20T03:28:05.120 INFO:teuthology.orchestra.run.smithi177.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDu0nb7nbu4qBcE6cBXsvRAN6VWn5q8+xKdszdz7h0diTlyoVb+GeptwfOpmdsCh0pjpZQZYM4QVxG67a3uhCQzG5vk9da/Dl1AAkOxFZtI7Q2x4rdT53ejG60i3TOVym/9em68GFUvpDg7+eu7NE1pnZLkJpWAFHCZwrsfr8b8bXVR4kAI+zAgoICkW1SaREv0oGFxd3bvzS1AV7xNZI2WLHO7VT2MbKAHu7rX15HzYTC91wcYExyO2KRQCGhGvS3jBuhgMRK5EdhraCChxRGLw32tahXnztPQyye1TbDKdixRvO4MDJFd4t4HRW03VTxsI/hf4pCWhEMC5RK8ZpC5cCb85sSBOA9epD7qVIMh8zi/cRNnxcRSLh+N2tY6XyTSA5VRZCqciehs6qjFZGbo6/c0Rq2CUYFrJsJiTIKZulGyEnvMvLfxIYZ5JAIvpp6OdFE9mC6qFbChSEml+jbYkuGFuY+BfcRAQ3LLRf1ofr42EoUd8NZrRSJAfvbuROU= ceph-c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:28:05.130 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDu0nb7nbu4qBcE6cBXsvRAN6VWn5q8+xKdszdz7h0diTlyoVb+GeptwfOpmdsCh0pjpZQZYM4QVxG67a3uhCQzG5vk9da/Dl1AAkOxFZtI7Q2x4rdT53ejG60i3TOVym/9em68GFUvpDg7+eu7NE1pnZLkJpWAFHCZwrsfr8b8bXVR4kAI+zAgoICkW1SaREv0oGFxd3bvzS1AV7xNZI2WLHO7VT2MbKAHu7rX15HzYTC91wcYExyO2KRQCGhGvS3jBuhgMRK5EdhraCChxRGLw32tahXnztPQyye1TbDKdixRvO4MDJFd4t4HRW03VTxsI/hf4pCWhEMC5RK8ZpC5cCb85sSBOA9epD7qVIMh8zi/cRNnxcRSLh+N2tY6XyTSA5VRZCqciehs6qjFZGbo6/c0Rq2CUYFrJsJiTIKZulGyEnvMvLfxIYZ5JAIvpp6OdFE9mC6qFbChSEml+jbYkuGFuY+BfcRAQ3LLRf1ofr42EoUd8NZrRSJAfvbuROU= ceph-c967cffe-fec5-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-20T03:28:05.174 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDu0nb7nbu4qBcE6cBXsvRAN6VWn5q8+xKdszdz7h0diTlyoVb+GeptwfOpmdsCh0pjpZQZYM4QVxG67a3uhCQzG5vk9da/Dl1AAkOxFZtI7Q2x4rdT53ejG60i3TOVym/9em68GFUvpDg7+eu7NE1pnZLkJpWAFHCZwrsfr8b8bXVR4kAI+zAgoICkW1SaREv0oGFxd3bvzS1AV7xNZI2WLHO7VT2MbKAHu7rX15HzYTC91wcYExyO2KRQCGhGvS3jBuhgMRK5EdhraCChxRGLw32tahXnztPQyye1TbDKdixRvO4MDJFd4t4HRW03VTxsI/hf4pCWhEMC5RK8ZpC5cCb85sSBOA9epD7qVIMh8zi/cRNnxcRSLh+N2tY6XyTSA5VRZCqciehs6qjFZGbo6/c0Rq2CUYFrJsJiTIKZulGyEnvMvLfxIYZ5JAIvpp6OdFE9mC6qFbChSEml+jbYkuGFuY+BfcRAQ3LLRf1ofr42EoUd8NZrRSJAfvbuROU= ceph-c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:28:05.186 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-20T03:28:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:04.084509+0000 mon.a (mon.0) 88 : audit [INF] from='client.? 172.21.15.177:0/1662573395' entity='client.admin' 2024-04-20T03:28:09.076 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-20T03:28:09.076 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-20T03:28:09.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:08.281900+0000 mon.a (mon.0) 89 : audit [INF] from='client.? 172.21.15.177:0/583806378' entity='client.admin' 2024-04-20T03:28:11.130 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:09.978777+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:11.130 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:10.619924+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:28:11.130 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:10.622965+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:11.130 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:10.624134+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:11.130 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:10.629220+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:12.141 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi184 2024-04-20T03:28:12.142 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:28:12.142 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.conf 2024-04-20T03:28:12.163 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:28:12.164 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-20T03:28:12.225 INFO:tasks.cephadm:Adding host smithi184 to orchestrator... 2024-04-20T03:28:12.225 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch host add smithi184 2024-04-20T03:28:12.813 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:11.529349+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:12.814 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:11.545555+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:12.814 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:11.546787+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:12.814 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:11.547304+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:12.814 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:11.548195+0000 mgr.y (mgr.14146) 6 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-04-20T03:28:12.814 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:11.564661+0000 mgr.y (mgr.14146) 7 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-04-20T03:28:12.814 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:11.617643+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:12.814 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:11.619833+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:14.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [90B blob data] 2024-04-20T03:28:14.749 INFO:teuthology.orchestra.run.smithi177.stdout:Added host 'smithi184' with addr '172.21.15.184' 2024-04-20T03:28:15.144 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [80B blob data] 2024-04-20T03:28:15.396 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-20T03:28:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:14.108167+0000 mgr.y (mgr.14146) 8 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:28:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:14.749991+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:14.750314+0000 mgr.y (mgr.14146) 9 : cephadm [INF] Added host smithi184 2024-04-20T03:28:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:14.796110+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:15.223661+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:15.500570+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:16.947 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:15.145891+0000 mgr.y (mgr.14146) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:17.327 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:28:17.327 INFO:teuthology.orchestra.run.smithi177.stdout:[{"addr": "172.21.15.177", "hostname": "smithi177", "labels": [], "status": ""}, {"addr": "172.21.15.184", "hostname": "smithi184", "labels": [], "status": ""}] 2024-04-20T03:28:17.891 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-20T03:28:17.891 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd crush tunables default 2024-04-20T03:28:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:17.146092+0000 mgr.y (mgr.14146) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:17.328247+0000 mgr.y (mgr.14146) 12 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:28:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:18.704872+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:20.758 INFO:teuthology.orchestra.run.smithi177.stderr:adjusted tunables profile to default 2024-04-20T03:28:20.792 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:19.146494+0000 mgr.y (mgr.14146) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:20.792 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:19.538011+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:20.792 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:19.538580+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:28:20.792 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:19.539341+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:20.793 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:19.539961+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:20.793 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:19.540948+0000 mgr.y (mgr.14146) 14 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-04-20T03:28:20.793 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:19.565043+0000 mgr.y (mgr.14146) 15 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-04-20T03:28:20.793 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:19.593331+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:20.793 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:19.596449+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:20.793 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:19.851203+0000 mon.a (mon.0) 112 : audit [INF] from='client.? 172.21.15.177:0/894373666' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-20T03:28:21.416 INFO:tasks.cephadm:Adding mon.a on smithi177 2024-04-20T03:28:21.416 INFO:tasks.cephadm:Adding mon.c on smithi177 2024-04-20T03:28:21.416 INFO:tasks.cephadm:Adding mon.b on smithi184 2024-04-20T03:28:21.416 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch apply mon '3;smithi177:172.21.15.177=a;smithi177:[v2:172.21.15.177:3301,v1:172.21.15.177:6790]=c;smithi184:172.21.15.184=b' 2024-04-20T03:28:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:20.755591+0000 mon.a (mon.0) 113 : audit [INF] from='client.? 172.21.15.177:0/894373666' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-20T03:28:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:20.755675+0000 mon.a (mon.0) 114 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-20T03:28:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:21.146809+0000 mgr.y (mgr.14146) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:23.504 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mon update... 2024-04-20T03:28:24.191 DEBUG:teuthology.orchestra.run.smithi177:mon.c> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mon.c.service 2024-04-20T03:28:24.194 DEBUG:teuthology.orchestra.run.smithi184:mon.b> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mon.b.service 2024-04-20T03:28:24.196 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-20T03:28:24.196 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-20T03:28:24.225 INFO:journalctl@ceph.mon.b.smithi184.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:28:24.230 INFO:journalctl@ceph.mon.c.smithi177.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:28:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:23.147091+0000 mgr.y (mgr.14146) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:23.499711+0000 mgr.y (mgr.14146) 18 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi177:172.21.15.177=a;smithi177:[v2:172.21.15.177:3301,v1:172.21.15.177:6790]=c;smithi184:172.21.15.184=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:28:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:23.501843+0000 mgr.y (mgr.14146) 19 : cephadm [INF] Saving service mon spec with placement smithi177:172.21.15.177=a;smithi177:[v2:172.21.15.177:3301,v1:172.21.15.177:6790]=c;smithi184:172.21.15.184=b;count:3 2024-04-20T03:28:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:23.504628+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:23.520378+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:23.522268+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:23.523045+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:23.527011+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:23.528647+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:24.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:23.529365+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:24.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:23.530027+0000 mgr.y (mgr.14146) 20 : cephadm [INF] Deploying daemon mon.b on smithi184 2024-04-20T03:28:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:25.147434+0000 mgr.y (mgr.14146) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:27.218 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:27 smithi184 systemd[1]: Starting Ceph mon.b for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:28:28.330 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:28:28.330 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","modified":"2024-04-20T03:27:00.187165Z","created":"2024-04-20T03:27:00.187165Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-20T03:28:28.332 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2024-04-20T03:28:28.662 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.520+0000 7fc8b38ee880 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-20T03:28:28.662 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.520+0000 7fc8b38ee880 0 ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable), process ceph-mon, pid 2 2024-04-20T03:28:28.662 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.520+0000 7fc8b38ee880 0 pidfile_write: ignore empty --pid-file 2024-04-20T03:28:28.662 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.525+0000 7fc8b38ee880 0 load: jerasure load: lrc load: isa 2024-04-20T03:28:28.662 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: RocksDB version: 6.8.1 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Compile date Feb 26 2024 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: DB SUMMARY 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: CURRENT file: CURRENT 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: IDENTITY file: IDENTITY 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000003.log size: 511 ; 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.error_if_exists: 0 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.create_if_missing: 0 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.paranoid_checks: 1 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.env: 0x55e88d48f080 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.fs: Posix File System 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.info_log: 0x55e88e0d6260 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.statistics: (nil) 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.use_fsync: 0 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_log_file_size: 0 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-20T03:28:28.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.allow_fallocate: 1 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.use_direct_reads: 0 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.create_missing_column_families: 0 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.db_log_dir: 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_subcompactions: 1 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_background_flushes: -1 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-20T03:28:28.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.advise_random_on_open: 1 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.write_buffer_manager: 0x55e88edc8360 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.rate_limiter: (nil) 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.unordered_write: 0 2024-04-20T03:28:28.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.row_cache: None 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.wal_filter: None 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.preserve_deletes: 0 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.two_write_queues: 0 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.manual_wal_flush: 0 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.atomic_flush: 0 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-20T03:28:28.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.log_readahead_size: 0 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_background_jobs: 2 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_background_compactions: -1 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_total_wal_size: 0 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_open_files: -1 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.bytes_per_sync: 0 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-20T03:28:28.668 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Compression algorithms supported: 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: kZSTD supported: 0 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: kXpressCompression supported: 0 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: kLZ4Compression supported: 1 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: kBZip2Compression supported: 0 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: kZlibCompression supported: 1 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: kSnappyCompression supported: 1 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000001 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.669 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.merge_operator: 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_filter: None 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_filter_factory: None 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e88e07bd10) 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cache_index_and_filter_blocks: 1 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: pin_top_level_index_and_filter: 1 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: index_type: 0 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: data_block_index_type: 0 2024-04-20T03:28:28.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: index_shortening: 1 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: data_block_hash_table_util_ratio: 0.750000 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: hash_index_allow_collision: 1 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: checksum: 1 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: no_block_cache: 0 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: block_cache: 0x55e88e0b0f10 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: block_cache_name: BinnedLRUCache 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: block_cache_options: 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: capacity : 536870912 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: num_shard_bits : 4 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: strict_capacity_limit : 0 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: high_pri_pool_ratio: 0.000 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: block_cache_compressed: (nil) 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: persistent_cache: (nil) 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: block_size: 4096 2024-04-20T03:28:28.671 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: block_size_deviation: 10 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: block_restart_interval: 16 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: index_block_restart_interval: 1 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: metadata_block_size: 4096 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: partition_filters: 0 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: use_delta_encoding: 1 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: whole_key_filtering: 1 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: verify_compression: 0 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: read_amp_bytes_per_bit: 0 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: format_version: 2 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: enable_index_compression: 1 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: block_align: 0 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-20T03:28:28.672 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compression: NoCompression 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.num_levels: 7 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-20T03:28:28.673 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compression_opts.level: 32767 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compression_opts.enabled: false 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-20T03:28:28.674 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.arena_block_size: 4194304 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-20T03:28:28.675 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.table_properties_collectors: 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.inplace_update_support: 0 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.bloom_locality: 0 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.max_successive_merges: 0 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.force_consistency_checks: 0 2024-04-20T03:28:28.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.ttl: 2592000 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.526+0000 7fc8b38ee880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.527+0000 7fc8b38ee880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/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-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.527+0000 7fc8b38ee880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.527+0000 7fc8b38ee880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713583708528679, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.527+0000 7fc8b38ee880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.527+0000 7fc8b38ee880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.527+0000 7fc8b38ee880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713583708529122, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "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": 1713583708, "oldest_key_time": 3, "file_creation_time": 0}} 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.527+0000 7fc8b38ee880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.528+0000 7fc8b38ee880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713583708529500, "job": 1, "event": "recovery_finished"} 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.528+0000 7fc8b38ee880 4 rocksdb: DB pointer 0x55e88e179800 2024-04-20T03:28:28.677 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.529+0000 7fc89a6e1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.529+0000 7fc89a6e1700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: ** DB Stats ** 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: ** Compaction Stats [default] ** 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 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-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:28.678 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: ** Compaction Stats [default] ** 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 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-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: AddFile(Total Files): cumulative 0, interval 0 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: AddFile(Keys): cumulative 0, interval 0 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: ** File Read Latency Histogram By Level [default] ** 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: ** Compaction Stats [default] ** 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 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-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 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-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: ** Compaction Stats [default] ** 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 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-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-20T03:28:28.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: AddFile(Total Files): cumulative 0, interval 0 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: AddFile(Keys): cumulative 0, interval 0 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: ** File Read Latency Histogram By Level [default] ** 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.529+0000 7fc8b38ee880 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.529+0000 7fc8b38ee880 0 using public_addr v2:172.21.15.184:0/0 -> [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.529+0000 7fc8b38ee880 0 starting mon.b rank -1 at public addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] at bind addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:28:28.681 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.531+0000 7fc8b38ee880 1 mon.b@-1(???) e0 preinit fsid c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.546+0000 7fc89cee6700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.546+0000 7fc89cee6700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: e1 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: legacy client fscid: -1 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: No filesystems configured 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.546+0000 7fc89cee6700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.547+0000 7fc89cee6700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.547+0000 7fc89cee6700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.547+0000 7fc89cee6700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.547+0000 7fc89cee6700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.547+0000 7fc89cee6700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-20T03:28:28.682 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.547+0000 7fc89cee6700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-20T03:28:28.683 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.547+0000 7fc89cee6700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-20T03:28:28.683 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.547+0000 7fc89cee6700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-20T03:28:28.683 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.547+0000 7fc89cee6700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-20T03:28:28.683 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:27.147749+0000 mgr.y (mgr.14146) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:28.683 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:28.330554+0000 mon.a (mon.0) 122 : audit [DBG] from='client.? 172.21.15.184:0/3160715111' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-20T03:28:28.683 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: debug 2024-04-20T03:28:28.547+0000 7fc89cee6700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-20T03:28:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:27.147749+0000 mgr.y (mgr.14146) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:28.330554+0000 mon.a (mon.0) 122 : audit [DBG] from='client.? 172.21.15.184:0/3160715111' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-20T03:28:29.197 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 bash[40473]: 7f9cf413ffdbea1d57b2ce5591bc15b736e71eb2e528ad5b48a57f8fd0d43837 2024-04-20T03:28:29.197 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:28 smithi184 systemd[1]: Started Ceph mon.b for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:28:30.200 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-20T03:28:30.200 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-20T03:28:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:28.555184+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-20T03:28:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:28.555338+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:28.555473+0000 mon.a (mon.0) 126 : cluster [INF] mon.a calling monitor election 2024-04-20T03:28:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:29.148103+0000 mgr.y (mgr.14146) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:29.552530+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:30.552834+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:30.553461+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-04-20T03:28:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:31.148454+0000 mgr.y (mgr.14146) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:31.552718+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:32.552844+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:33.552913+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:33.582988+0000 mon.a (mon.0) 132 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-20T03:28:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:33.591747+0000 mon.a (mon.0) 133 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2024-04-20T03:28:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:33.603546+0000 mon.a (mon.0) 134 : cluster [DBG] fsmap 2024-04-20T03:28:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:33.603589+0000 mon.a (mon.0) 135 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-20T03:28:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:33.603808+0000 mon.a (mon.0) 136 : cluster [DBG] mgrmap e13: y(active, since 38s) 2024-04-20T03:28:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:33.603951+0000 mon.a (mon.0) 137 : cluster [INF] overall HEALTH_OK 2024-04-20T03:28:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:33.607263+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:33.608236+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:33.609006+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:34.037 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:28.555184+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-20T03:28:34.037 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:28.555338+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.037 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:28.555473+0000 mon.a (mon.0) 126 : cluster [INF] mon.a calling monitor election 2024-04-20T03:28:34.037 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:29.148103+0000 mgr.y (mgr.14146) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:34.037 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:29.552530+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.037 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:30.552834+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.037 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:30.553461+0000 mon.b (mon.1) 1 : cluster [INF] mon.b calling monitor election 2024-04-20T03:28:34.037 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:31.148454+0000 mgr.y (mgr.14146) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:34.037 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:31.552718+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.038 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:32.552844+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.038 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:33.552913+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.038 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:33.582988+0000 mon.a (mon.0) 132 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-20T03:28:34.038 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:33.591747+0000 mon.a (mon.0) 133 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2024-04-20T03:28:34.038 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:33.603546+0000 mon.a (mon.0) 134 : cluster [DBG] fsmap 2024-04-20T03:28:34.038 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:33.603589+0000 mon.a (mon.0) 135 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-20T03:28:34.038 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:33.603808+0000 mon.a (mon.0) 136 : cluster [DBG] mgrmap e13: y(active, since 38s) 2024-04-20T03:28:34.038 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:33.603951+0000 mon.a (mon.0) 137 : cluster [INF] overall HEALTH_OK 2024-04-20T03:28:34.038 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:33.607263+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:34.038 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:33.608236+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:34.038 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:33.609006+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:34.980 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:33.148711+0000 mgr.y (mgr.14146) 25 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:34.980 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:33.609688+0000 mgr.y (mgr.14146) 26 : cephadm [INF] Deploying daemon mon.c on smithi177 2024-04-20T03:28:34.980 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:34.553176+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:33.148711+0000 mgr.y (mgr.14146) 25 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:33.609688+0000 mgr.y (mgr.14146) 26 : cephadm [INF] Deploying daemon mon.c on smithi177 2024-04-20T03:28:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:34.553176+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:35.133 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:28:35.134 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":2,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","modified":"2024-04-20T03:28:28.552555Z","created":"2024-04-20T03:27:00.187165Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-20T03:28:35.136 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 2 2024-04-20T03:28:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:35.134492+0000 mon.a (mon.0) 142 : audit [DBG] from='client.? 172.21.15.184:0/3958847131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-20T03:28:35.979 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:35.134492+0000 mon.a (mon.0) 142 : audit [DBG] from='client.? 172.21.15.184:0/3958847131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-20T03:28:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 systemd[1]: Starting Ceph mon.c for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:28:36.803 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-20T03:28:36.804 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-20T03:28:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:35.149043+0000 mgr.y (mgr.14146) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.705+0000 7fdca080c880 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-20T03:28:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.705+0000 7fdca080c880 0 ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable), process ceph-mon, pid 2 2024-04-20T03:28:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.705+0000 7fdca080c880 0 pidfile_write: ignore empty --pid-file 2024-04-20T03:28:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 0 load: jerasure load: lrc load: isa 2024-04-20T03:28:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: RocksDB version: 6.8.1 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Compile date Feb 26 2024 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: DB SUMMARY 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: CURRENT file: CURRENT 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: IDENTITY file: IDENTITY 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000003.log size: 636 ; 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.error_if_exists: 0 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.create_if_missing: 0 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.paranoid_checks: 1 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.env: 0x562e830bb080 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.fs: Posix File System 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.info_log: 0x562e83dec260 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.statistics: (nil) 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.use_fsync: 0 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.max_log_file_size: 0 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-20T03:28:36.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.allow_fallocate: 1 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.use_direct_reads: 0 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.create_missing_column_families: 0 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.db_log_dir: 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.max_subcompactions: 1 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.max_background_flushes: -1 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-20T03:28:36.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.advise_random_on_open: 1 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.write_buffer_manager: 0x562e84ade390 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.rate_limiter: (nil) 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.unordered_write: 0 2024-04-20T03:28:36.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.row_cache: None 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.wal_filter: None 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.preserve_deletes: 0 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.two_write_queues: 0 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.manual_wal_flush: 0 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.atomic_flush: 0 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-20T03:28:36.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.log_readahead_size: 0 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.max_background_jobs: 2 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.max_background_compactions: -1 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.max_total_wal_size: 0 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.max_open_files: -1 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.bytes_per_sync: 0 2024-04-20T03:28:36.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Compression algorithms supported: 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: kZSTD supported: 0 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: kXpressCompression supported: 0 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: kLZ4Compression supported: 1 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: kBZip2Compression supported: 0 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: kZlibCompression supported: 1 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: kSnappyCompression supported: 1 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.710+0000 7fdca080c880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.907 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-20T03:28:36.908 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.908 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-20T03:28:36.908 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.merge_operator: 2024-04-20T03:28:36.909 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_filter: None 2024-04-20T03:28:36.909 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_filter_factory: None 2024-04-20T03:28:36.909 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-20T03:28:36.909 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-20T03:28:36.909 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562e83d91d10) 2024-04-20T03:28:36.909 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cache_index_and_filter_blocks: 1 2024-04-20T03:28:36.909 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-20T03:28:36.909 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: pin_top_level_index_and_filter: 1 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: index_type: 0 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: data_block_index_type: 0 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: index_shortening: 1 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: data_block_hash_table_util_ratio: 0.750000 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: hash_index_allow_collision: 1 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: checksum: 1 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: no_block_cache: 0 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: block_cache: 0x562e83dc6f10 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: block_cache_name: BinnedLRUCache 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: block_cache_options: 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: capacity : 536870912 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: num_shard_bits : 4 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: strict_capacity_limit : 0 2024-04-20T03:28:36.910 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: high_pri_pool_ratio: 0.000 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: block_cache_compressed: (nil) 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: persistent_cache: (nil) 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: block_size: 4096 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: block_size_deviation: 10 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: block_restart_interval: 16 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: index_block_restart_interval: 1 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: metadata_block_size: 4096 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: partition_filters: 0 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: use_delta_encoding: 1 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: whole_key_filtering: 1 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: verify_compression: 0 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: read_amp_bytes_per_bit: 0 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: format_version: 2 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: enable_index_compression: 1 2024-04-20T03:28:36.911 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: block_align: 0 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compression: NoCompression 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.num_levels: 7 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-20T03:28:36.912 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compression_opts.level: 32767 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compression_opts.enabled: false 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-20T03:28:36.913 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-20T03:28:36.914 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.arena_block_size: 4194304 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-20T03:28:36.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.table_properties_collectors: 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.inplace_update_support: 0 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.bloom_locality: 0 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.max_successive_merges: 0 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.force_consistency_checks: 0 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.ttl: 2592000 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/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-04-20T03:28:36.916 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713583716712559, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.711+0000 7fdca080c880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.712+0000 7fdca080c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713583716712978, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1562, "table_properties": {"data_size": 648, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_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": 1713583716, "oldest_key_time": 3, "file_creation_time": 0}} 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.712+0000 7fdca080c880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.712+0000 7fdca080c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713583716713345, "job": 1, "event": "recovery_finished"} 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.713+0000 7fdca080c880 4 rocksdb: DB pointer 0x562e83e8f800 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.713+0000 7fdc875ff700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.713+0000 7fdc875ff700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: ** DB Stats ** 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-20T03:28:36.917 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: ** Compaction Stats [default] ** 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 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-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: L0 1/0 1.53 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Sum 1/0 1.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: ** Compaction Stats [default] ** 2024-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 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-04-20T03:28:36.918 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: AddFile(Total Files): cumulative 0, interval 0 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: AddFile(Keys): cumulative 0, interval 0 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Cumulative compaction: 0.00 GB write, 0.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Interval compaction: 0.00 GB write, 0.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: ** File Read Latency Histogram By Level [default] ** 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: ** Compaction Stats [default] ** 2024-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 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-04-20T03:28:36.919 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: L0 1/0 1.53 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Sum 1/0 1.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 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-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: ** Compaction Stats [default] ** 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 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-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: AddFile(Total Files): cumulative 0, interval 0 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: AddFile(Keys): cumulative 0, interval 0 2024-04-20T03:28:36.920 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Cumulative compaction: 0.00 GB write, 0.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: ** File Read Latency Histogram By Level [default] ** 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.713+0000 7fdca080c880 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.713+0000 7fdca080c880 0 using public_addrv [v2:172.21.15.177:3301/0,v1:172.21.15.177:6790/0] 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.713+0000 7fdca080c880 0 starting mon.c rank -1 at public addrs [v2:172.21.15.177:3301/0,v1:172.21.15.177:6790/0] at bind addrs [v2:172.21.15.177:3301/0,v1:172.21.15.177:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.714+0000 7fdca080c880 1 mon.c@-1(???) e0 preinit fsid c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.729+0000 7fdc89e04700 0 mon.c@-1(synchronizing).mds e1 new map 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.729+0000 7fdc89e04700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: e1 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-04-20T03:28:36.921 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: legacy client fscid: -1 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: No filesystems configured 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.729+0000 7fdc89e04700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.730+0000 7fdc89e04700 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-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.730+0000 7fdc89e04700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.730+0000 7fdc89e04700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.730+0000 7fdc89e04700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.730+0000 7fdc89e04700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.730+0000 7fdc89e04700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.730+0000 7fdc89e04700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.730+0000 7fdc89e04700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.730+0000 7fdc89e04700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:35.149043+0000 mgr.y (mgr.14146) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:36.922 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: debug 2024-04-20T03:28:36.730+0000 7fdc89e04700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-20T03:28:36.923 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 bash[45521]: 4fb7c0fca0bb6fda9e9979ad30d9a6b4742f0dd774b8c1a8fd73fa4af253641c 2024-04-20T03:28:36.923 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:36 smithi177 systemd[1]: Started Ceph mon.c for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:28:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:35.149043+0000 mgr.y (mgr.14146) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:36.737590+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-20T03:28:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:36.737769+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2024-04-20T03:28:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:36.743255+0000 mon.b (mon.1) 2 : cluster [INF] mon.b calling monitor election 2024-04-20T03:28:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:36.750878+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:36.751008+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:37.149258+0000 mgr.y (mgr.14146) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:37.734523+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:38.734543+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:38.735978+0000 mon.c (mon.2) 1 : cluster [INF] mon.c calling monitor election 2024-04-20T03:28:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:39.149513+0000 mgr.y (mgr.14146) 29 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:39.734677+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:40.734720+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:41.149795+0000 mgr.y (mgr.14146) 30 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:41.734928+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:41.766054+0000 mon.a (mon.0) 153 : cluster [INF] mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-04-20T03:28:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:41.769250+0000 mon.a (mon.0) 154 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.177:3301/0,v1:172.21.15.177:6790/0]} removed_ranks: {} 2024-04-20T03:28:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:41.769763+0000 mon.a (mon.0) 155 : cluster [DBG] fsmap 2024-04-20T03:28:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:36.737590+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-20T03:28:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:36.737769+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2024-04-20T03:28:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:36.743255+0000 mon.b (mon.1) 2 : cluster [INF] mon.b calling monitor election 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:36.750878+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:36.751008+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:37.149258+0000 mgr.y (mgr.14146) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:37.734523+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:38.734543+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:38.735978+0000 mon.c (mon.2) 1 : cluster [INF] mon.c calling monitor election 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:39.149513+0000 mgr.y (mgr.14146) 29 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:39.734677+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:40.734720+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:41.149795+0000 mgr.y (mgr.14146) 30 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:41.734928+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:41.766054+0000 mon.a (mon.0) 153 : cluster [INF] mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-04-20T03:28:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:41.769250+0000 mon.a (mon.0) 154 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.177:3301/0,v1:172.21.15.177:6790/0]} removed_ranks: {} 2024-04-20T03:28:42.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:41.769763+0000 mon.a (mon.0) 155 : cluster [DBG] fsmap 2024-04-20T03:28:42.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:41.769829+0000 mon.a (mon.0) 156 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-20T03:28:42.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:41.770056+0000 mon.a (mon.0) 157 : cluster [DBG] mgrmap e13: y(active, since 46s) 2024-04-20T03:28:42.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:41.770193+0000 mon.a (mon.0) 158 : cluster [INF] overall HEALTH_OK 2024-04-20T03:28:42.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:41.773705+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:42.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:41.775014+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:42.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:41.769829+0000 mon.a (mon.0) 156 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-20T03:28:42.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:41.770056+0000 mon.a (mon.0) 157 : cluster [DBG] mgrmap e13: y(active, since 46s) 2024-04-20T03:28:42.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:41.770193+0000 mon.a (mon.0) 158 : cluster [INF] overall HEALTH_OK 2024-04-20T03:28:42.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:41.773705+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:42.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:41.775014+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:36.737590+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-20T03:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:36.737769+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2024-04-20T03:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:36.743255+0000 mon.b (mon.1) 2 : cluster [INF] mon.b calling monitor election 2024-04-20T03:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:36.750878+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:36.751008+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:37.149258+0000 mgr.y (mgr.14146) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:37.734523+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:38.734543+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:38.735978+0000 mon.c (mon.2) 1 : cluster [INF] mon.c calling monitor election 2024-04-20T03:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:39.149513+0000 mgr.y (mgr.14146) 29 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:39.734677+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:40.734720+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:41.149795+0000 mgr.y (mgr.14146) 30 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:42.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:41.734928+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:42.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:41.766054+0000 mon.a (mon.0) 153 : cluster [INF] mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-04-20T03:28:42.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:41.769250+0000 mon.a (mon.0) 154 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.177:3301/0,v1:172.21.15.177:6790/0]} removed_ranks: {} 2024-04-20T03:28:42.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:41.769763+0000 mon.a (mon.0) 155 : cluster [DBG] fsmap 2024-04-20T03:28:42.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:41.769829+0000 mon.a (mon.0) 156 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-20T03:28:42.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:41.770056+0000 mon.a (mon.0) 157 : cluster [DBG] mgrmap e13: y(active, since 46s) 2024-04-20T03:28:42.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:41.770193+0000 mon.a (mon.0) 158 : cluster [INF] overall HEALTH_OK 2024-04-20T03:28:42.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:41.773705+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:42.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:41.775014+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:42.338 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-04-20T03:28:42.338 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":3,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","modified":"2024-04-20T03:28:36.735019Z","created":"2024-04-20T03:27:00.187165Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3301","nonce":0},{"type":"v1","addr":"172.21.15.177:6790","nonce":0}]},"addr":"172.21.15.177:6790/0","public_addr":"172.21.15.177:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-20T03:28:42.340 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 3 2024-04-20T03:28:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.339103+0000 mon.a (mon.0) 161 : audit [DBG] from='client.? 172.21.15.184:0/3185888509' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-20T03:28:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.730978+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.734744+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.339103+0000 mon.a (mon.0) 161 : audit [DBG] from='client.? 172.21.15.184:0/3185888509' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-20T03:28:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.730978+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.734744+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.339103+0000 mon.a (mon.0) 161 : audit [DBG] from='client.? 172.21.15.184:0/3185888509' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-20T03:28:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.730978+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.734744+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:28:43.343 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-20T03:28:43.343 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph config generate-minimal-conf 2024-04-20T03:28:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.934626+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.935186+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.935765+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:42.936536+0000 mgr.y (mgr.14146) 31 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-04-20T03:28:44.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:42.936745+0000 mgr.y (mgr.14146) 32 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-04-20T03:28:44.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.958330+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.962766+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.966022+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:42.966957+0000 mgr.y (mgr.14146) 33 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-20T03:28:44.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.967158+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:44.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.967682+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-20T03:28:44.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:42.968181+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:44.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:42.968602+0000 mgr.y (mgr.14146) 34 : cephadm [INF] Reconfiguring daemon mon.a on smithi177 2024-04-20T03:28:44.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:43.150073+0000 mgr.y (mgr.14146) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:44.359 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.934626+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.359 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.935186+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:44.359 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.935765+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:42.936536+0000 mgr.y (mgr.14146) 31 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:42.936745+0000 mgr.y (mgr.14146) 32 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.958330+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.962766+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.966022+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:42.966957+0000 mgr.y (mgr.14146) 33 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.967158+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.967682+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:42.968181+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:42.968602+0000 mgr.y (mgr.14146) 34 : cephadm [INF] Reconfiguring daemon mon.a on smithi177 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:43.150073+0000 mgr.y (mgr.14146) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:44.360 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.934626+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.361 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.935186+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:44.361 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.935765+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:44.361 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:42.936536+0000 mgr.y (mgr.14146) 31 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-04-20T03:28:44.361 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:42.936745+0000 mgr.y (mgr.14146) 32 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-04-20T03:28:44.361 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.958330+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.361 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.962766+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.361 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.966022+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:44.361 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:42.966957+0000 mgr.y (mgr.14146) 33 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-20T03:28:44.361 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.967158+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:44.361 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.967682+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-20T03:28:44.361 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:42.968181+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:44.362 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:42.968602+0000 mgr.y (mgr.14146) 34 : cephadm [INF] Reconfiguring daemon mon.a on smithi177 2024-04-20T03:28:44.362 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:43.150073+0000 mgr.y (mgr.14146) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:44.406495+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:44.407098+0000 mgr.y (mgr.14146) 36 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-20T03:28:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:44.407338+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:44.407905+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-20T03:28:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:44.408444+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:44.408907+0000 mgr.y (mgr.14146) 37 : cephadm [INF] Reconfiguring daemon mon.c on smithi177 2024-04-20T03:28:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:45.283491+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:45.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:44.406495+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:45.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:44.407098+0000 mgr.y (mgr.14146) 36 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-20T03:28:45.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:44.407338+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:45.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:44.407905+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-20T03:28:45.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:44.408444+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:45.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:44.408907+0000 mgr.y (mgr.14146) 37 : cephadm [INF] Reconfiguring daemon mon.c on smithi177 2024-04-20T03:28:45.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:45.283491+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:44.406495+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:44.407098+0000 mgr.y (mgr.14146) 36 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-20T03:28:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:44.407338+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:44.407905+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-20T03:28:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:44.408444+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:44.408907+0000 mgr.y (mgr.14146) 37 : cephadm [INF] Reconfiguring daemon mon.c on smithi177 2024-04-20T03:28:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:45.283491+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:45.867 INFO:teuthology.orchestra.run.smithi177.stdout:# minimal ceph.conf for c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:28:45.867 INFO:teuthology.orchestra.run.smithi177.stdout:[global] 2024-04-20T03:28:45.867 INFO:teuthology.orchestra.run.smithi177.stdout: fsid = c967cffe-fec5-11ee-bc92-c7b262605968 2024-04-20T03:28:45.867 INFO:teuthology.orchestra.run.smithi177.stdout: mon_host = [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] [v2:172.21.15.177:3301/0,v1:172.21.15.177:6790/0] 2024-04-20T03:28:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:45.150284+0000 mgr.y (mgr.14146) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:45.868319+0000 mon.a (mon.0) 178 : audit [DBG] from='client.? 172.21.15.177:0/2191751247' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:45.150284+0000 mgr.y (mgr.14146) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:45.868319+0000 mon.a (mon.0) 178 : audit [DBG] from='client.? 172.21.15.177:0/2191751247' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:45.150284+0000 mgr.y (mgr.14146) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:45.868319+0000 mon.a (mon.0) 178 : audit [DBG] from='client.? 172.21.15.177:0/2191751247' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:47.017 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-20T03:28:47.018 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:28:47.018 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.conf 2024-04-20T03:28:47.052 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:28:47.052 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-20T03:28:47.120 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:28:47.120 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.conf 2024-04-20T03:28:47.158 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:28:47.158 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-20T03:28:47.229 INFO:tasks.cephadm:Adding mgr.y on smithi177 2024-04-20T03:28:47.229 INFO:tasks.cephadm:Adding mgr.x on smithi184 2024-04-20T03:28:47.230 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch apply mgr '2;smithi177=y;smithi184=x' 2024-04-20T03:28:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:47.150702+0000 mgr.y (mgr.14146) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:47.487454+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:47.487971+0000 mgr.y (mgr.14146) 40 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-20T03:28:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:47.488180+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:47.488694+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-20T03:28:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:47.489182+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:47.489632+0000 mgr.y (mgr.14146) 41 : cephadm [INF] Reconfiguring daemon mon.b on smithi184 2024-04-20T03:28:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:47.150702+0000 mgr.y (mgr.14146) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:47.487454+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:47.487971+0000 mgr.y (mgr.14146) 40 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-20T03:28:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:47.488180+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:47.488694+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-20T03:28:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:47.489182+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:47.489632+0000 mgr.y (mgr.14146) 41 : cephadm [INF] Reconfiguring daemon mon.b on smithi184 2024-04-20T03:28:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:47.150702+0000 mgr.y (mgr.14146) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:47.487454+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:47.487971+0000 mgr.y (mgr.14146) 40 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-20T03:28:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:47.488180+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-20T03:28:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:47.488694+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-20T03:28:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:47.489182+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:47.489632+0000 mgr.y (mgr.14146) 41 : cephadm [INF] Reconfiguring daemon mon.b on smithi184 2024-04-20T03:28:50.214 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mgr update... 2024-04-20T03:28:50.893 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:49.151027+0000 mgr.y (mgr.14146) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:49.581271+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:49.582231+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:49.583826+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:49.584586+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:49.588562+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:50.214563+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:50.255535+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:50.257085+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:50.257820+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:50.262150+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:50.263484+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:50.266230+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-20T03:28:50.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:50.266913+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-20T03:28:50.895 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:50.267681+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:49.151027+0000 mgr.y (mgr.14146) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:49.581271+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:49.582231+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:49.583826+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:49.584586+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:49.588562+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:50.214563+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:50.255535+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:50.257085+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:50.257820+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:50.262150+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:50.263484+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:50.266230+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-20T03:28:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:50.266913+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:50.267681+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:49.151027+0000 mgr.y (mgr.14146) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:49.581271+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:49.582231+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:49.583826+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:49.584586+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:49.588562+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:50.214563+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:50.255535+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:50.257085+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:50.257820+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:50.262150+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:50.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:50.263484+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-20T03:28:50.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:50.266230+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-20T03:28:50.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:50.266913+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-20T03:28:50.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:50.267681+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:50.912 DEBUG:teuthology.orchestra.run.smithi184:mgr.x> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mgr.x.service 2024-04-20T03:28:50.914 INFO:tasks.cephadm:Deploying OSDs... 2024-04-20T03:28:50.915 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:28:50.915 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-04-20T03:28:50.936 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-20T03:28:50.937 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_1 2024-04-20T03:28:50.943 INFO:journalctl@ceph.mgr.x.smithi184.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:28:50.997 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-20T03:28:50.997 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-20T03:28:50.997 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 169075 Links: 1 2024-04-20T03:28:50.997 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-20T03:28:50.997 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-04-20T03:28:50.998 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-04-20 03:28:36.169721284 +0000 2024-04-20T03:28:50.998 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-04-20 03:22:27.035309775 +0000 2024-04-20T03:28:50.998 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-04-20 03:22:27.035309775 +0000 2024-04-20T03:28:50.998 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-04-20T03:28:50.998 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-20T03:28:51.066 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-04-20T03:28:51.066 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-04-20T03:28:51.066 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000249328 s, 2.1 MB/s 2024-04-20T03:28:51.067 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-20T03:28:51.128 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_2 2024-04-20T03:28:51.189 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-20T03:28:51.189 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-20T03:28:51.189 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 169136 Links: 1 2024-04-20T03:28:51.189 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-20T03:28:51.189 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-04-20T03:28:51.189 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-04-20 03:28:36.169721284 +0000 2024-04-20T03:28:51.189 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-04-20 03:22:27.373300746 +0000 2024-04-20T03:28:51.190 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-04-20 03:22:27.373300746 +0000 2024-04-20T03:28:51.190 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-04-20T03:28:51.190 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-20T03:28:51.257 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-04-20T03:28:51.258 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-04-20T03:28:51.258 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000229626 s, 2.2 MB/s 2024-04-20T03:28:51.259 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-20T03:28:51.319 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_3 2024-04-20T03:28:51.379 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-20T03:28:51.379 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-20T03:28:51.379 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 164695 Links: 1 2024-04-20T03:28:51.379 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-20T03:28:51.379 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-04-20T03:28:51.379 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-04-20 03:28:36.169721284 +0000 2024-04-20T03:28:51.379 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-04-20 03:22:27.725291343 +0000 2024-04-20T03:28:51.379 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-04-20 03:22:27.725291343 +0000 2024-04-20T03:28:51.379 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-04-20T03:28:51.379 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-20T03:28:51.446 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-04-20T03:28:51.446 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-04-20T03:28:51.446 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000194083 s, 2.6 MB/s 2024-04-20T03:28:51.447 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-20T03:28:51.507 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_4 2024-04-20T03:28:51.565 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-20T03:28:51.566 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-20T03:28:51.566 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 166696 Links: 1 2024-04-20T03:28:51.566 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-20T03:28:51.566 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-04-20T03:28:51.566 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-04-20 03:28:36.169721284 +0000 2024-04-20T03:28:51.566 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-04-20 03:22:28.085281727 +0000 2024-04-20T03:28:51.566 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-04-20 03:22:28.085281727 +0000 2024-04-20T03:28:51.566 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-04-20T03:28:51.566 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-20T03:28:51.631 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-04-20T03:28:51.632 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-04-20T03:28:51.632 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000234091 s, 2.2 MB/s 2024-04-20T03:28:51.633 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-20T03:28:51.692 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:28:51.692 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-04-20T03:28:51.711 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-20T03:28:51.711 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_1 2024-04-20T03:28:51.771 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-20T03:28:51.771 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-20T03:28:51.771 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 164651 Links: 1 2024-04-20T03:28:51.771 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-20T03:28:51.771 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-04-20T03:28:51.771 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-04-20 03:28:27.124258805 +0000 2024-04-20T03:28:51.771 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-04-20 03:22:27.475440516 +0000 2024-04-20T03:28:51.771 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-04-20 03:22:27.475440516 +0000 2024-04-20T03:28:51.771 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-04-20T03:28:51.771 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-20T03:28:51.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:50.209964+0000 mgr.y (mgr.14146) 43 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi177=y;smithi184=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:28:51.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:50.211260+0000 mgr.y (mgr.14146) 44 : cephadm [INF] Saving service mgr spec with placement smithi177=y;smithi184=x;count:2 2024-04-20T03:28:51.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:50.268275+0000 mgr.y (mgr.14146) 45 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-04-20T03:28:51.838 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-04-20T03:28:51.838 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-04-20T03:28:51.838 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000212337 s, 2.4 MB/s 2024-04-20T03:28:51.839 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-20T03:28:51.899 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_2 2024-04-20T03:28:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:50.209964+0000 mgr.y (mgr.14146) 43 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi177=y;smithi184=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:28:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:50.211260+0000 mgr.y (mgr.14146) 44 : cephadm [INF] Saving service mgr spec with placement smithi177=y;smithi184=x;count:2 2024-04-20T03:28:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:50.268275+0000 mgr.y (mgr.14146) 45 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-04-20T03:28:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:50.209964+0000 mgr.y (mgr.14146) 43 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi177=y;smithi184=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:28:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:50.211260+0000 mgr.y (mgr.14146) 44 : cephadm [INF] Saving service mgr spec with placement smithi177=y;smithi184=x;count:2 2024-04-20T03:28:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:50.268275+0000 mgr.y (mgr.14146) 45 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-04-20T03:28:51.958 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-20T03:28:51.958 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-20T03:28:51.958 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 169184 Links: 1 2024-04-20T03:28:51.958 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-20T03:28:51.958 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-04-20T03:28:51.958 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-04-20 03:28:27.125258784 +0000 2024-04-20T03:28:51.958 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-04-20 03:22:27.811433759 +0000 2024-04-20T03:28:51.958 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-04-20 03:22:27.811433759 +0000 2024-04-20T03:28:51.958 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-04-20T03:28:51.959 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-20T03:28:52.025 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-04-20T03:28:52.025 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-04-20T03:28:52.025 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000205002 s, 2.5 MB/s 2024-04-20T03:28:52.026 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-20T03:28:52.086 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_3 2024-04-20T03:28:52.143 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-20T03:28:52.144 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-20T03:28:52.144 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 171110 Links: 1 2024-04-20T03:28:52.144 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-20T03:28:52.144 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-04-20T03:28:52.144 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-04-20 03:28:27.125258784 +0000 2024-04-20T03:28:52.144 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-04-20 03:22:28.172426499 +0000 2024-04-20T03:28:52.144 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-04-20 03:22:28.172426499 +0000 2024-04-20T03:28:52.144 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-04-20T03:28:52.144 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-20T03:28:52.276 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-04-20T03:28:52.346 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-04-20T03:28:52.346 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000169114 s, 3.0 MB/s 2024-04-20T03:28:52.347 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-20T03:28:52.365 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_4 2024-04-20T03:28:52.423 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-20T03:28:52.424 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-20T03:28:52.424 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 166446 Links: 1 2024-04-20T03:28:52.424 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-20T03:28:52.424 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-04-20T03:28:52.424 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-04-20 03:28:52.350739616 +0000 2024-04-20T03:28:52.424 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-04-20 03:22:28.526419379 +0000 2024-04-20T03:28:52.424 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-04-20 03:22:28.526419379 +0000 2024-04-20T03:28:52.424 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-04-20T03:28:52.424 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-20T03:28:52.492 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:52 smithi184 systemd[1]: Starting Ceph mgr.x for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:28:52.495 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-04-20T03:28:52.495 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-04-20T03:28:52.495 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000251506 s, 2.0 MB/s 2024-04-20T03:28:52.496 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-20T03:28:52.555 INFO:tasks.cephadm:Deploying osd.0 on smithi177 with /dev/vg_nvme/lv_4... 2024-04-20T03:28:52.556 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-20T03:28:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:51.151360+0000 mgr.y (mgr.14146) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:51.151360+0000 mgr.y (mgr.14146) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:51.151360+0000 mgr.y (mgr.14146) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:53.046 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:52.920+0000 7f0bb9065700 1 -- 172.21.15.184:0/475383666 <== mon.1 v2:172.21.15.184:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e8db9084e0 con 0x55e8db8dd400 2024-04-20T03:28:53.046 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:52 smithi184 bash[41703]: 8b85a6dc298273cb0b47ddd7ffd7eba2cbc9036a2ec166b6bd42eeb7df531d46 2024-04-20T03:28:53.047 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:52 smithi184 systemd[1]: Started Ceph mgr.x for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:28:53.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:53.046+0000 7f0bc965f680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-20T03:28:53.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:53.131+0000 7f0bc965f680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-20T03:28:53.999 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:53.536+0000 7f0bc965f680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-20T03:28:54.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:53.044717+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:54.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:53.046151+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:54.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:53.151780+0000 mgr.y (mgr.14146) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:53.044717+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:53.046151+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:53.151780+0000 mgr.y (mgr.14146) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:53.044717+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:53.046151+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:53.151780+0000 mgr.y (mgr.14146) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:54.572 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-20T03:28:54.572 INFO:teuthology.orchestra.run.smithi177.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-20T03:28:54.572 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10+0 records in 2024-04-20T03:28:54.573 INFO:teuthology.orchestra.run.smithi177.stderr:10+0 records out 2024-04-20T03:28:54.573 INFO:teuthology.orchestra.run.smithi177.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.014188 s, 739 MB/s 2024-04-20T03:28:54.573 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 2024-04-20T03:28:54.573 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping successful for: 2024-04-20T03:28:54.597 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:54.305+0000 7f0bc965f680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-20T03:28:54.597 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:54.388+0000 7f0bc965f680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-20T03:28:54.597 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:54.597+0000 7f0bc965f680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-20T03:28:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:54.153080+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:54.153762+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:54.154517+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:54.159342+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:54.160660+0000 mgr.y (mgr.14146) 48 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-04-20T03:28:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:54.160901+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-20T03:28:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:54.161585+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-20T03:28:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:54.162104+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:28:54.162602+0000 mgr.y (mgr.14146) 49 : cephadm [INF] Reconfiguring daemon mgr.y on smithi177 2024-04-20T03:28:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:54.153080+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:54.153762+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:54.154517+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:54.159342+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:54.160660+0000 mgr.y (mgr.14146) 48 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-04-20T03:28:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:54.160901+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-20T03:28:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:54.161585+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-20T03:28:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:54.162104+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:28:54.162602+0000 mgr.y (mgr.14146) 49 : cephadm [INF] Reconfiguring daemon mgr.y on smithi177 2024-04-20T03:28:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:54.153080+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:54.153762+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:54.154517+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:54.159342+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:54.160660+0000 mgr.y (mgr.14146) 48 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-04-20T03:28:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:54.160901+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-20T03:28:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:54.161585+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-20T03:28:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:54.162104+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:28:54.162602+0000 mgr.y (mgr.14146) 49 : cephadm [INF] Reconfiguring daemon mgr.y on smithi177 2024-04-20T03:28:55.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:55.531+0000 7f0bc965f680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-20T03:28:55.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:55.657+0000 7f0bc965f680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:28:55.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:55.734+0000 7f0bc965f680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-20T03:28:55.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:55.822+0000 7f0bc965f680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-20T03:28:56.107 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_4 2024-04-20T03:28:56.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:56.018+0000 7f0bc965f680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-20T03:28:56.547 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:55.151994+0000 mgr.y (mgr.14146) 50 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:56.547 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:55.288241+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:55.493830+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:55.494647+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:55.495698+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:55.496216+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:55.499287+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:55.151994+0000 mgr.y (mgr.14146) 50 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:55.288241+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:55.493830+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:55.494647+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:55.495698+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:55.496216+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:56.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:55.499287+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:56.749 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:56.291+0000 7f0bc965f680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-20T03:28:56.750 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:56.387+0000 7f0bc965f680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-20T03:28:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:55.151994+0000 mgr.y (mgr.14146) 50 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:55.288241+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:55.493830+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:55.494647+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:28:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:55.495698+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:55.496216+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:28:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:55.499287+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:28:57.451 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:57.109+0000 7f0bc965f680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-20T03:28:57.451 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:57.189+0000 7f0bc965f680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-20T03:28:57.451 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:57.279+0000 7f0bc965f680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-20T03:28:57.972 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:57.451+0000 7f0bc965f680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-20T03:28:57.972 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:57.711+0000 7f0bc965f680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-20T03:28:57.972 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:57.840+0000 7f0bc965f680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-20T03:28:58.224 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:57.972+0000 7f0bc965f680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:28:58.224 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:58.142+0000 7f0bc965f680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-20T03:28:58.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:28:58.224+0000 7f0bc965f680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-20T03:28:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:57.152249+0000 mgr.y (mgr.14146) 51 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:58.062961+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:28:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:58.064802+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:28:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:58.065355+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:58.239827+0000 mon.a (mon.0) 215 : cluster [DBG] Standby manager daemon x started 2024-04-20T03:28:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:58.240738+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-20T03:28:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:58.241077+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-20T03:28:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:58.242000+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-20T03:28:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:58.242237+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-20T03:28:58.645 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:57.152249+0000 mgr.y (mgr.14146) 51 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:58.645 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:58.062961+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:28:58.645 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:58.064802+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:28:58.645 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:58.065355+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:58.645 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:58.239827+0000 mon.a (mon.0) 215 : cluster [DBG] Standby manager daemon x started 2024-04-20T03:28:58.645 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:58.240738+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-20T03:28:58.645 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:58.241077+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-20T03:28:58.645 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:58.242000+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-20T03:28:58.646 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:58.242237+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-20T03:28:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:57.152249+0000 mgr.y (mgr.14146) 51 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:28:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:58.062961+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:28:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:58.064802+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:28:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:58.065355+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:28:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:58.239827+0000 mon.a (mon.0) 215 : cluster [DBG] Standby manager daemon x started 2024-04-20T03:28:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:58.240738+0000 mon.b (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-20T03:28:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:58.241077+0000 mon.b (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-20T03:28:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:58.242000+0000 mon.b (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-20T03:28:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:58.242237+0000 mon.b (mon.1) 6 : audit [DBG] from='mgr.? 172.21.15.184:0/3394214156' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-20T03:28:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:58.060766+0000 mgr.y (mgr.14146) 52 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:28:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:58.295120+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e14: y(active, since 63s), standbys: x 2024-04-20T03:28:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:28:58.295954+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-20T03:28:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:58.060766+0000 mgr.y (mgr.14146) 52 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:28:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:58.295120+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e14: y(active, since 63s), standbys: x 2024-04-20T03:28:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:28:58.295954+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-20T03:28:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:58.060766+0000 mgr.y (mgr.14146) 52 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:28:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:58.295120+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e14: y(active, since 63s), standbys: x 2024-04-20T03:28:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:28:58.295954+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-20T03:29:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:28:59.152595+0000 mgr.y (mgr.14146) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:28:59.152595+0000 mgr.y (mgr.14146) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:28:59.152595+0000 mgr.y (mgr.14146) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:00.442631+0000 mon.a (mon.0) 218 : audit [INF] from='client.? 172.21.15.177:0/3656523523' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d83ab668-0831-4799-89cb-532415cf5789"}]: dispatch 2024-04-20T03:29:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:00.446136+0000 mon.a (mon.0) 219 : audit [INF] from='client.? 172.21.15.177:0/3656523523' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d83ab668-0831-4799-89cb-532415cf5789"}]': finished 2024-04-20T03:29:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:00.446182+0000 mon.a (mon.0) 220 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-20T03:29:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:00.446278+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:01.014081+0000 mon.a (mon.0) 222 : audit [DBG] from='client.? 172.21.15.177:0/521077100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:29:01.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:00.442631+0000 mon.a (mon.0) 218 : audit [INF] from='client.? 172.21.15.177:0/3656523523' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d83ab668-0831-4799-89cb-532415cf5789"}]: dispatch 2024-04-20T03:29:01.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:00.446136+0000 mon.a (mon.0) 219 : audit [INF] from='client.? 172.21.15.177:0/3656523523' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d83ab668-0831-4799-89cb-532415cf5789"}]': finished 2024-04-20T03:29:01.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:00.446182+0000 mon.a (mon.0) 220 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-20T03:29:01.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:00.446278+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:01.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:01.014081+0000 mon.a (mon.0) 222 : audit [DBG] from='client.? 172.21.15.177:0/521077100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:29:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:00.442631+0000 mon.a (mon.0) 218 : audit [INF] from='client.? 172.21.15.177:0/3656523523' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d83ab668-0831-4799-89cb-532415cf5789"}]: dispatch 2024-04-20T03:29:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:00.446136+0000 mon.a (mon.0) 219 : audit [INF] from='client.? 172.21.15.177:0/3656523523' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d83ab668-0831-4799-89cb-532415cf5789"}]': finished 2024-04-20T03:29:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:00.446182+0000 mon.a (mon.0) 220 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-20T03:29:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:00.446278+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:01.014081+0000 mon.a (mon.0) 222 : audit [DBG] from='client.? 172.21.15.177:0/521077100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:29:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:01.152822+0000 mgr.y (mgr.14146) 54 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:01.152822+0000 mgr.y (mgr.14146) 54 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:01.152822+0000 mgr.y (mgr.14146) 54 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:03.153099+0000 mgr.y (mgr.14146) 55 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:03.153099+0000 mgr.y (mgr.14146) 55 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:03.153099+0000 mgr.y (mgr.14146) 55 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:05.153310+0000 mgr.y (mgr.14146) 56 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:06.827 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:05.153310+0000 mgr.y (mgr.14146) 56 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:06.827 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:05.153310+0000 mgr.y (mgr.14146) 56 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:06.846920+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-20T03:29:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:06.847526+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:06.846920+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-20T03:29:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:06.847526+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:06.846920+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-20T03:29:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:06.847526+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:08.516 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:29:06.847996+0000 mgr.y (mgr.14146) 57 : cephadm [INF] Deploying daemon osd.0 on smithi177 2024-04-20T03:29:08.516 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:07.153595+0000 mgr.y (mgr.14146) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:08.517 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:29:06.847996+0000 mgr.y (mgr.14146) 57 : cephadm [INF] Deploying daemon osd.0 on smithi177 2024-04-20T03:29:08.517 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:07.153595+0000 mgr.y (mgr.14146) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:29:06.847996+0000 mgr.y (mgr.14146) 57 : cephadm [INF] Deploying daemon osd.0 on smithi177 2024-04-20T03:29:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:07.153595+0000 mgr.y (mgr.14146) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:09.153936+0000 mgr.y (mgr.14146) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:10.771 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:09.153936+0000 mgr.y (mgr.14146) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:10.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:09.153936+0000 mgr.y (mgr.14146) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:11.154474+0000 mgr.y (mgr.14146) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:11.773379+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:11.798836+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:11.154474+0000 mgr.y (mgr.14146) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:11.773379+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:11.798836+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:11.154474+0000 mgr.y (mgr.14146) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:11.773379+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:11.798836+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:14.778 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:13.154818+0000 mgr.y (mgr.14146) 61 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:14.778 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:13.856469+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:14.778 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:14.144535+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:14.778 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:14.145161+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:14.778 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:14.151755+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:15.074 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:13.154818+0000 mgr.y (mgr.14146) 61 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:15.074 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:13.856469+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:15.075 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:14.144535+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:15.075 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:14.145161+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:15.075 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:14.151755+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:15.097 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 0 on host 'smithi177' 2024-04-20T03:29:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:13.154818+0000 mgr.y (mgr.14146) 61 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:13.856469+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:14.144535+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:14.145161+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:14.151755+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:15.700 DEBUG:teuthology.orchestra.run.smithi177:osd.0> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@osd.0.service 2024-04-20T03:29:15.703 INFO:tasks.cephadm:Deploying osd.1 on smithi177 with /dev/vg_nvme/lv_3... 2024-04-20T03:29:15.703 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-20T03:29:15.735 INFO:journalctl@ceph.osd.0.smithi177.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:29:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:14.869652+0000 mon.a (mon.0) 231 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-20T03:29:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:15.097322+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:15.119411+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:14.869652+0000 mon.a (mon.0) 231 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-20T03:29:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:15.097322+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:15.119411+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:14.869652+0000 mon.a (mon.0) 231 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-20T03:29:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:15.097322+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:15.119411+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:17.065 INFO:journalctl@ceph.osd.0.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-0[48554]: debug 2024-04-20T03:29:16.790+0000 7f8bd5bfe700 -1 osd.0 0 waiting for initial osdmap 2024-04-20T03:29:17.065 INFO:journalctl@ceph.osd.0.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-0[48554]: debug 2024-04-20T03:29:16.793+0000 7f8bcfb75700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-20T03:29:17.066 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:15.155116+0000 mgr.y (mgr.14146) 62 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:17.066 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:15.784540+0000 mon.a (mon.0) 234 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-20T03:29:17.066 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:15.784591+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-20T03:29:17.066 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:15.784685+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:17.066 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:15.785048+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:29:17.066 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:15.155116+0000 mgr.y (mgr.14146) 62 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:17.066 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:15.784540+0000 mon.a (mon.0) 234 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-20T03:29:17.066 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:15.784591+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-20T03:29:17.066 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:15.784685+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:17.066 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:15.785048+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:29:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:15.155116+0000 mgr.y (mgr.14146) 62 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:15.784540+0000 mon.a (mon.0) 234 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-20T03:29:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:15.784591+0000 mon.a (mon.0) 235 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-20T03:29:17.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:15.784685+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:17.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:15.785048+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:29:17.813 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:16.786280+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:29:17.813 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:16.786342+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-20T03:29:17.813 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:16.788111+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:17.813 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:16.792074+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:17.814 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:16.786280+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:29:17.814 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:16.786342+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-20T03:29:17.814 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:16.788111+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:17.814 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:16.792074+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:16.786280+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:29:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:16.786342+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-20T03:29:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:16.788111+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:16.792074+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:18.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:15.895276+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:29:18.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:15.895323+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:29:18.797 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:17.155370+0000 mgr.y (mgr.14146) 63 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:17.792502+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:17.800825+0000 mon.a (mon.0) 243 : cluster [INF] osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721] boot 2024-04-20T03:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:17.800868+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-20T03:29:18.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:17.801409+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:19.102 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-20T03:29:19.102 INFO:teuthology.orchestra.run.smithi177.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-20T03:29:19.102 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10+0 records in 2024-04-20T03:29:19.102 INFO:teuthology.orchestra.run.smithi177.stderr:10+0 records out 2024-04-20T03:29:19.102 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0115515 s, 908 MB/s 2024-04-20T03:29:19.102 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping successful for: 2024-04-20T03:29:19.147 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:15.895276+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:29:19.147 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:15.895323+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:29:19.147 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:17.155370+0000 mgr.y (mgr.14146) 63 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:19.147 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:17.792502+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:19.147 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:17.800825+0000 mon.a (mon.0) 243 : cluster [INF] osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721] boot 2024-04-20T03:29:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:17.800868+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-20T03:29:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:17.801409+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:15.895276+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:29:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:15.895323+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:29:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:17.155370+0000 mgr.y (mgr.14146) 63 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-20T03:29:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:17.792502+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:17.800825+0000 mon.a (mon.0) 243 : cluster [INF] osd.0 [v2:172.21.15.177:6802/1663365721,v1:172.21.15.177:6803/1663365721] boot 2024-04-20T03:29:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:17.800868+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-20T03:29:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:17.801409+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:29:20.083 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:18.803555+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-20T03:29:20.083 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:19.747531+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:19.748211+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:19.756042+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:19.757424+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:19.757921+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:19.765155+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:18.803555+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:19.747531+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:19.748211+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:19.756042+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:19.757424+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:19.757921+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:20.084 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:19.765155+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:20.102 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_3 2024-04-20T03:29:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:18.803555+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-20T03:29:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:19.747531+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:19.748211+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:29:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:19.756042+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:19.757424+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:19.757921+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:19.765155+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:19.155691+0000 mgr.y (mgr.14146) 64 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:29:19.743191+0000 mgr.y (mgr.14146) 65 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:29:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:29:19.748641+0000 mgr.y (mgr.14146) 66 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 16098M 2024-04-20T03:29:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:19.155691+0000 mgr.y (mgr.14146) 64 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:29:19.743191+0000 mgr.y (mgr.14146) 65 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:29:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:29:19.748641+0000 mgr.y (mgr.14146) 66 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 16098M 2024-04-20T03:29:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:19.155691+0000 mgr.y (mgr.14146) 64 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:29:19.743191+0000 mgr.y (mgr.14146) 65 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:29:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:29:19.748641+0000 mgr.y (mgr.14146) 66 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 16098M 2024-04-20T03:29:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:21.155984+0000 mgr.y (mgr.14146) 67 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:21.155984+0000 mgr.y (mgr.14146) 67 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:21.155984+0000 mgr.y (mgr.14146) 67 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:21.970823+0000 mgr.y (mgr.14146) 68 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:29:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:21.972741+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:29:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:21.974549+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:29:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:21.975012+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:21.970823+0000 mgr.y (mgr.14146) 68 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:29:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:21.972741+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:29:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:21.974549+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:29:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:21.975012+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:21.970823+0000 mgr.y (mgr.14146) 68 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:29:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:21.972741+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:29:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:21.974549+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:29:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:21.975012+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:23.156359+0000 mgr.y (mgr.14146) 69 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:23.156359+0000 mgr.y (mgr.14146) 69 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:23.156359+0000 mgr.y (mgr.14146) 69 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:24.185631+0000 mon.a (mon.0) 256 : audit [INF] from='client.? 172.21.15.177:0/2601565272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a932aac-2cc5-411d-a2b7-d9a41b2e71ad"}]: dispatch 2024-04-20T03:29:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:24.189602+0000 mon.a (mon.0) 257 : audit [INF] from='client.? 172.21.15.177:0/2601565272' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a932aac-2cc5-411d-a2b7-d9a41b2e71ad"}]': finished 2024-04-20T03:29:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:24.189645+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-20T03:29:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:24.189770+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:25.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:24.794977+0000 mon.c (mon.2) 2 : audit [DBG] from='client.? 172.21.15.177:0/1214656590' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:29:25.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:24.185631+0000 mon.a (mon.0) 256 : audit [INF] from='client.? 172.21.15.177:0/2601565272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a932aac-2cc5-411d-a2b7-d9a41b2e71ad"}]: dispatch 2024-04-20T03:29:25.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:24.189602+0000 mon.a (mon.0) 257 : audit [INF] from='client.? 172.21.15.177:0/2601565272' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a932aac-2cc5-411d-a2b7-d9a41b2e71ad"}]': finished 2024-04-20T03:29:25.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:24.189645+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-20T03:29:25.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:24.189770+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:25.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:24.794977+0000 mon.c (mon.2) 2 : audit [DBG] from='client.? 172.21.15.177:0/1214656590' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:29:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:24.185631+0000 mon.a (mon.0) 256 : audit [INF] from='client.? 172.21.15.177:0/2601565272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a932aac-2cc5-411d-a2b7-d9a41b2e71ad"}]: dispatch 2024-04-20T03:29:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:24.189602+0000 mon.a (mon.0) 257 : audit [INF] from='client.? 172.21.15.177:0/2601565272' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a932aac-2cc5-411d-a2b7-d9a41b2e71ad"}]': finished 2024-04-20T03:29:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:24.189645+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-20T03:29:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:24.189770+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:24.794977+0000 mon.c (mon.2) 2 : audit [DBG] from='client.? 172.21.15.177:0/1214656590' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:29:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:25.156768+0000 mgr.y (mgr.14146) 70 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:25.156768+0000 mgr.y (mgr.14146) 70 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:25.156768+0000 mgr.y (mgr.14146) 70 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:27.157065+0000 mgr.y (mgr.14146) 71 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:28.627 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:27.157065+0000 mgr.y (mgr.14146) 71 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:28.628 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:27.157065+0000 mgr.y (mgr.14146) 71 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:29.157365+0000 mgr.y (mgr.14146) 72 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:29.157365+0000 mgr.y (mgr.14146) 72 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:29.157365+0000 mgr.y (mgr.14146) 72 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:30.254914+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-20T03:29:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:30.255456+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:29:30.255882+0000 mgr.y (mgr.14146) 73 : cephadm [INF] Deploying daemon osd.1 on smithi177 2024-04-20T03:29:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:30.254914+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-20T03:29:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:30.255456+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:29:30.255882+0000 mgr.y (mgr.14146) 73 : cephadm [INF] Deploying daemon osd.1 on smithi177 2024-04-20T03:29:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:30.254914+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-20T03:29:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:30.255456+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:29:30.255882+0000 mgr.y (mgr.14146) 73 : cephadm [INF] Deploying daemon osd.1 on smithi177 2024-04-20T03:29:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:31.157835+0000 mgr.y (mgr.14146) 74 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:31.157835+0000 mgr.y (mgr.14146) 74 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:31.157835+0000 mgr.y (mgr.14146) 74 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:33.158143+0000 mgr.y (mgr.14146) 75 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:34.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:33.158143+0000 mgr.y (mgr.14146) 75 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:33.158143+0000 mgr.y (mgr.14146) 75 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:35.158447+0000 mgr.y (mgr.14146) 76 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:35.283392+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:35.311385+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:35.158447+0000 mgr.y (mgr.14146) 76 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:35.283392+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:35.311385+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:35.158447+0000 mgr.y (mgr.14146) 76 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:35.283392+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:35.311385+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:38.612 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:37.158746+0000 mgr.y (mgr.14146) 77 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:38.612 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:38.179098+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:38.612 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:38.179777+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:38.612 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:38.180371+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:38.612 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:38.186609+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:38.613 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:37.158746+0000 mgr.y (mgr.14146) 77 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:38.613 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:38.179098+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:38.613 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:38.179777+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:38.613 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:38.180371+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:38.613 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:38.186609+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:37.158746+0000 mgr.y (mgr.14146) 77 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:38.179098+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:38.179777+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:38.180371+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:38.186609+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 1 on host 'smithi177' 2024-04-20T03:29:39.516 DEBUG:teuthology.orchestra.run.smithi177:osd.1> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@osd.1.service 2024-04-20T03:29:39.518 INFO:tasks.cephadm:Deploying osd.2 on smithi177 with /dev/vg_nvme/lv_2... 2024-04-20T03:29:39.518 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-04-20T03:29:39.542 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:38.416447+0000 mon.c (mon.2) 3 : audit [INF] from='osd.1 [v2:172.21.15.177:6810/1805866359,v1:172.21.15.177:6811/1805866359]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-20T03:29:39.542 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:38.416844+0000 mon.a (mon.0) 268 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-20T03:29:39.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:38.908714+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:39.543 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:38.953762+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:39.543 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:38.416447+0000 mon.c (mon.2) 3 : audit [INF] from='osd.1 [v2:172.21.15.177:6810/1805866359,v1:172.21.15.177:6811/1805866359]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-20T03:29:39.543 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:38.416844+0000 mon.a (mon.0) 268 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-20T03:29:39.543 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:38.908714+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:39.543 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:38.953762+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:39.549 INFO:journalctl@ceph.osd.1.smithi177.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:29:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:38.416447+0000 mon.c (mon.2) 3 : audit [INF] from='osd.1 [v2:172.21.15.177:6810/1805866359,v1:172.21.15.177:6811/1805866359]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-20T03:29:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:38.416844+0000 mon.a (mon.0) 268 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-20T03:29:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:38.908714+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:38.953762+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:29:40.400 INFO:journalctl@ceph.osd.1.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-1[52765]: debug 2024-04-20T03:29:40.303+0000 7fec9a13f700 -1 osd.1 0 waiting for initial osdmap 2024-04-20T03:29:40.400 INFO:journalctl@ceph.osd.1.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-1[52765]: debug 2024-04-20T03:29:40.305+0000 7fec940b6700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-20T03:29:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:39.159061+0000 mgr.y (mgr.14146) 78 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:39.297846+0000 mon.a (mon.0) 271 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-20T03:29:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:39.297924+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-20T03:29:40.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:39.298048+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:40.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:39.298421+0000 mon.c (mon.2) 4 : audit [INF] from='osd.1 [v2:172.21.15.177:6810/1805866359,v1:172.21.15.177:6811/1805866359]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:29:40.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:39.298683+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:29:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:39.159061+0000 mgr.y (mgr.14146) 78 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:39.297846+0000 mon.a (mon.0) 271 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-20T03:29:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:39.297924+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-20T03:29:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:39.298048+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:39.298421+0000 mon.c (mon.2) 4 : audit [INF] from='osd.1 [v2:172.21.15.177:6810/1805866359,v1:172.21.15.177:6811/1805866359]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:29:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:39.298683+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:29:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:39.159061+0000 mgr.y (mgr.14146) 78 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:39.297846+0000 mon.a (mon.0) 271 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-20T03:29:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:39.297924+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-20T03:29:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:39.298048+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:39.298421+0000 mon.c (mon.2) 4 : audit [INF] from='osd.1 [v2:172.21.15.177:6810/1805866359,v1:172.21.15.177:6811/1805866359]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:29:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:39.298683+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:29:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:40.300419+0000 mon.a (mon.0) 275 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:29:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:40.300492+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-20T03:29:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:40.300828+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:40.304936+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:40.300419+0000 mon.a (mon.0) 275 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:29:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:40.300492+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-20T03:29:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:40.300828+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:40.304936+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:40.300419+0000 mon.a (mon.0) 275 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:29:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:40.300492+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-20T03:29:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:40.300828+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:40.304936+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:42.204 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-04-20T03:29:42.204 INFO:teuthology.orchestra.run.smithi177.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-04-20T03:29:42.204 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10+0 records in 2024-04-20T03:29:42.205 INFO:teuthology.orchestra.run.smithi177.stderr:10+0 records out 2024-04-20T03:29:42.205 INFO:teuthology.orchestra.run.smithi177.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0117147 s, 895 MB/s 2024-04-20T03:29:42.205 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping successful for: 2024-04-20T03:29:42.515 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:39.398155+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:29:42.516 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:39.398198+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:29:42.516 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:41.159426+0000 mgr.y (mgr.14146) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:42.516 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:41.308137+0000 mon.a (mon.0) 279 : cluster [INF] osd.1 [v2:172.21.15.177:6810/1805866359,v1:172.21.15.177:6811/1805866359] boot 2024-04-20T03:29:42.516 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:41.308172+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-20T03:29:42.516 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:41.308563+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:42.516 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:39.398155+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:29:42.516 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:39.398198+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:29:42.516 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:41.159426+0000 mgr.y (mgr.14146) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:42.516 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:41.308137+0000 mon.a (mon.0) 279 : cluster [INF] osd.1 [v2:172.21.15.177:6810/1805866359,v1:172.21.15.177:6811/1805866359] boot 2024-04-20T03:29:42.516 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:41.308172+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-20T03:29:42.517 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:41.308563+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:39.398155+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:29:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:39.398198+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:29:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:41.159426+0000 mgr.y (mgr.14146) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-04-20T03:29:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:41.308137+0000 mon.a (mon.0) 279 : cluster [INF] osd.1 [v2:172.21.15.177:6810/1805866359,v1:172.21.15.177:6811/1805866359] boot 2024-04-20T03:29:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:41.308172+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-20T03:29:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:41.308563+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:29:43.610 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:42.312920+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-20T03:29:43.610 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:42.312920+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-20T03:29:43.659 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_2 2024-04-20T03:29:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:42.312920+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-20T03:29:44.626 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:43.159705+0000 mgr.y (mgr.14146) 80 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:44.627 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:43.159705+0000 mgr.y (mgr.14146) 80 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:43.159705+0000 mgr.y (mgr.14146) 80 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:45.560 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:29:44.493943+0000 mgr.y (mgr.14146) 81 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:29:45.560 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:44.498151+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:45.560 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:44.498911+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:29:45.560 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:44.499485+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:29:45.560 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:29:44.499879+0000 mgr.y (mgr.14146) 82 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 8049M 2024-04-20T03:29:45.560 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:44.504313+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:45.560 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:44.505172+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:45.560 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:44.505788+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:45.561 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:44.509710+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:45.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:29:44.493943+0000 mgr.y (mgr.14146) 81 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:29:45.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:44.498151+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:45.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:44.498911+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:29:45.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:44.499485+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:29:45.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:29:44.499879+0000 mgr.y (mgr.14146) 82 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 8049M 2024-04-20T03:29:45.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:44.504313+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:45.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:44.505172+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:45.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:44.505788+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:45.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:44.509710+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:29:44.493943+0000 mgr.y (mgr.14146) 81 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:29:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:44.498151+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:44.498911+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:29:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:44.499485+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:29:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:29:44.499879+0000 mgr.y (mgr.14146) 82 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 8049M 2024-04-20T03:29:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:44.504313+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:44.505172+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:44.505788+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:29:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:44.509710+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:29:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:45.160038+0000 mgr.y (mgr.14146) 83 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:45.946608+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:29:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:45.948447+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:29:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:45.948936+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:46.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:45.160038+0000 mgr.y (mgr.14146) 83 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:46.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:45.946608+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:29:46.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:45.948447+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:29:46.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:45.948936+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:45.160038+0000 mgr.y (mgr.14146) 83 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:45.946608+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:29:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:45.948447+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:29:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:45.948936+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:47.599 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:45.944676+0000 mgr.y (mgr.14146) 84 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:29:47.599 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:45.944676+0000 mgr.y (mgr.14146) 84 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:29:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:45.944676+0000 mgr.y (mgr.14146) 84 : audit [DBG] from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:29:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:47.160436+0000 mgr.y (mgr.14146) 85 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:48.352363+0000 mon.c (mon.2) 5 : audit [INF] from='client.? 172.21.15.177:0/333240644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d370d11f-342b-4a37-be65-b48e8a8d5a90"}]: dispatch 2024-04-20T03:29:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:48.352675+0000 mon.a (mon.0) 293 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d370d11f-342b-4a37-be65-b48e8a8d5a90"}]: dispatch 2024-04-20T03:29:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:48.358130+0000 mon.a (mon.0) 294 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d370d11f-342b-4a37-be65-b48e8a8d5a90"}]': finished 2024-04-20T03:29:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:48.358189+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-20T03:29:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:48.358312+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:29:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:47.160436+0000 mgr.y (mgr.14146) 85 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:48.352363+0000 mon.c (mon.2) 5 : audit [INF] from='client.? 172.21.15.177:0/333240644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d370d11f-342b-4a37-be65-b48e8a8d5a90"}]: dispatch 2024-04-20T03:29:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:48.352675+0000 mon.a (mon.0) 293 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d370d11f-342b-4a37-be65-b48e8a8d5a90"}]: dispatch 2024-04-20T03:29:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:48.358130+0000 mon.a (mon.0) 294 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d370d11f-342b-4a37-be65-b48e8a8d5a90"}]': finished 2024-04-20T03:29:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:48.358189+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-20T03:29:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:48.358312+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:29:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:47.160436+0000 mgr.y (mgr.14146) 85 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 580 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:48.352363+0000 mon.c (mon.2) 5 : audit [INF] from='client.? 172.21.15.177:0/333240644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d370d11f-342b-4a37-be65-b48e8a8d5a90"}]: dispatch 2024-04-20T03:29:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:48.352675+0000 mon.a (mon.0) 293 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d370d11f-342b-4a37-be65-b48e8a8d5a90"}]: dispatch 2024-04-20T03:29:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:48.358130+0000 mon.a (mon.0) 294 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d370d11f-342b-4a37-be65-b48e8a8d5a90"}]': finished 2024-04-20T03:29:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:48.358189+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-20T03:29:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:48.358312+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:29:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:48.946070+0000 mon.c (mon.2) 6 : audit [DBG] from='client.? 172.21.15.177:0/4054038157' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:29:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:48.946070+0000 mon.c (mon.2) 6 : audit [DBG] from='client.? 172.21.15.177:0/4054038157' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:29:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:48.946070+0000 mon.c (mon.2) 6 : audit [DBG] from='client.? 172.21.15.177:0/4054038157' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:29:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:49.160829+0000 mgr.y (mgr.14146) 86 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:49.160829+0000 mgr.y (mgr.14146) 86 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:49.160829+0000 mgr.y (mgr.14146) 86 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:51.161123+0000 mgr.y (mgr.14146) 87 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:51.161123+0000 mgr.y (mgr.14146) 87 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:51.161123+0000 mgr.y (mgr.14146) 87 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:53.161449+0000 mgr.y (mgr.14146) 88 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:54.420946+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-20T03:29:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:54.421565+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:53.161449+0000 mgr.y (mgr.14146) 88 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:54.420946+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-20T03:29:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:54.421565+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:53.161449+0000 mgr.y (mgr.14146) 88 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:54.420946+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-20T03:29:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:54.421565+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:29:55.813 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:29:54.422071+0000 mgr.y (mgr.14146) 89 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-04-20T03:29:55.813 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:29:54.422071+0000 mgr.y (mgr.14146) 89 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-04-20T03:29:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:29:54.422071+0000 mgr.y (mgr.14146) 89 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-04-20T03:29:56.813 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:55.161704+0000 mgr.y (mgr.14146) 90 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:56.814 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:55.161704+0000 mgr.y (mgr.14146) 90 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:55.161704+0000 mgr.y (mgr.14146) 90 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:57.161996+0000 mgr.y (mgr.14146) 91 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:57.161996+0000 mgr.y (mgr.14146) 91 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:29:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:29:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:57.161996+0000 mgr.y (mgr.14146) 91 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:29:59.162413+0000 mgr.y (mgr.14146) 92 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:59.323235+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:29:59.354043+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:00.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:00.000092+0000 mon.a (mon.0) 301 : cluster [INF] overall HEALTH_OK 2024-04-20T03:30:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:29:59.162413+0000 mgr.y (mgr.14146) 92 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:59.323235+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:29:59.354043+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:00.000092+0000 mon.a (mon.0) 301 : cluster [INF] overall HEALTH_OK 2024-04-20T03:30:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:29:59.162413+0000 mgr.y (mgr.14146) 92 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:59.323235+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:29:59.354043+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:00.000092+0000 mon.a (mon.0) 301 : cluster [INF] overall HEALTH_OK 2024-04-20T03:30:02.413 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:01.162718+0000 mgr.y (mgr.14146) 93 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:02.413 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:02.220869+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:02.413 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:02.221483+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:02.413 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:02.222078+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:02.414 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:02.227288+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:02.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:01.162718+0000 mgr.y (mgr.14146) 93 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:02.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:02.220869+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:02.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:02.221483+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:02.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:02.222078+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:02.414 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:02.227288+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:01.162718+0000 mgr.y (mgr.14146) 93 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:02.220869+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:02.221483+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:02.222078+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:02.227288+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:02.915 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 2 on host 'smithi177' 2024-04-20T03:30:03.508 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:02.414710+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-20T03:30:03.509 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:02.914798+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:03.509 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:02.944417+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:03.509 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:02.414710+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-20T03:30:03.509 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:02.914798+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:03.509 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:02.944417+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:03.534 DEBUG:teuthology.orchestra.run.smithi177:osd.2> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@osd.2.service 2024-04-20T03:30:03.536 INFO:tasks.cephadm:Deploying osd.3 on smithi177 with /dev/vg_nvme/lv_1... 2024-04-20T03:30:03.536 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-04-20T03:30:03.567 INFO:journalctl@ceph.osd.2.smithi177.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:30:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:02.414710+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-20T03:30:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:02.914798+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:02.944417+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:03.163036+0000 mgr.y (mgr.14146) 94 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:03.335994+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-20T03:30:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:03.336035+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-20T03:30:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:03.336157+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:03.336506+0000 mon.a (mon.0) 312 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:30:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:03.163036+0000 mgr.y (mgr.14146) 94 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:03.335994+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-20T03:30:04.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:03.336035+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-20T03:30:04.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:03.336157+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:04.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:03.336506+0000 mon.a (mon.0) 312 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:30:04.651 INFO:journalctl@ceph.osd.2.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-2[56833]: debug 2024-04-20T03:30:04.340+0000 7fa81bf97700 -1 osd.2 0 waiting for initial osdmap 2024-04-20T03:30:04.651 INFO:journalctl@ceph.osd.2.smithi177.stdout:Apr 20 03:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-2[56833]: debug 2024-04-20T03:30:04.344+0000 7fa818713700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-20T03:30:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:03.163036+0000 mgr.y (mgr.14146) 94 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:03.335994+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-20T03:30:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:03.336035+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-20T03:30:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:03.336157+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:03.336506+0000 mon.a (mon.0) 312 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:30:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:04.338632+0000 mon.a (mon.0) 313 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:30:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:04.338679+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-20T03:30:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:04.339101+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:04.342133+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:05.342137+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:04.338632+0000 mon.a (mon.0) 313 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:30:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:04.338679+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-20T03:30:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:04.339101+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:04.342133+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:05.342137+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:04.338632+0000 mon.a (mon.0) 313 : audit [INF] from='osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:30:05.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:04.338679+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-20T03:30:05.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:04.339101+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:05.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:04.342133+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:05.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:05.342137+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:06.349 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:03.402829+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:30:06.349 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:03.402885+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:30:06.349 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:05.163443+0000 mgr.y (mgr.14146) 95 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:06.349 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:05.350254+0000 mon.a (mon.0) 318 : cluster [INF] osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246] boot 2024-04-20T03:30:06.349 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:05.350292+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-20T03:30:06.349 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:05.350776+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:06.349 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:05.351159+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-04-20T03:30:06.350 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:03.402829+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:30:06.350 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:03.402885+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:30:06.350 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:05.163443+0000 mgr.y (mgr.14146) 95 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:06.350 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:05.350254+0000 mon.a (mon.0) 318 : cluster [INF] osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246] boot 2024-04-20T03:30:06.350 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:05.350292+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-20T03:30:06.350 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:05.350776+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:06.350 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:05.351159+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-04-20T03:30:06.745 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-04-20T03:30:06.746 INFO:teuthology.orchestra.run.smithi177.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-04-20T03:30:06.746 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10+0 records in 2024-04-20T03:30:06.746 INFO:teuthology.orchestra.run.smithi177.stderr:10+0 records out 2024-04-20T03:30:06.746 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0117325 s, 894 MB/s 2024-04-20T03:30:06.746 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping successful for: 2024-04-20T03:30:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:03.402829+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:30:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:03.402885+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:30:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:05.163443+0000 mgr.y (mgr.14146) 95 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-04-20T03:30:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:05.350254+0000 mon.a (mon.0) 318 : cluster [INF] osd.2 [v2:172.21.15.177:6818/3269958246,v1:172.21.15.177:6819/3269958246] boot 2024-04-20T03:30:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:05.350292+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-20T03:30:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:05.350776+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:30:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:05.351159+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-04-20T03:30:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:06.356527+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-04-20T03:30:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:06.356572+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-20T03:30:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:06.357294+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-20T03:30:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:06.356527+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-04-20T03:30:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:06.356572+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-20T03:30:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:06.357294+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-20T03:30:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:06.356527+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-04-20T03:30:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:06.356572+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-20T03:30:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:06.357294+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-20T03:30:08.362 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_1 2024-04-20T03:30:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:07.163783+0000 mgr.y (mgr.14146) 96 : cluster [DBG] pgmap v75: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:07.361570+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-20T03:30:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:07.361651+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-20T03:30:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:07.163783+0000 mgr.y (mgr.14146) 96 : cluster [DBG] pgmap v75: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:07.361570+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-20T03:30:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:07.361651+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-20T03:30:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:07.163783+0000 mgr.y (mgr.14146) 96 : cluster [DBG] pgmap v75: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:07.361570+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-20T03:30:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:07.361651+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-20T03:30:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:08.373246+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-20T03:30:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:30:08.392642+0000 mgr.y (mgr.14146) 97 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:30:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:08.399075+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:08.399967+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:08.400509+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:08.400992+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:30:08.401377+0000 mgr.y (mgr.14146) 98 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 5366M 2024-04-20T03:30:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:08.407151+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:08.408264+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:08.408856+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:08.415935+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:09.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:08.373246+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-20T03:30:09.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:30:08.392642+0000 mgr.y (mgr.14146) 97 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:30:09.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:08.399075+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:09.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:08.399967+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:09.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:08.400509+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:09.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:08.400992+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:09.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:30:08.401377+0000 mgr.y (mgr.14146) 98 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 5366M 2024-04-20T03:30:09.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:08.407151+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:09.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:08.408264+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:09.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:08.408856+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:09.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:08.415935+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:08.373246+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-20T03:30:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:30:08.392642+0000 mgr.y (mgr.14146) 97 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:30:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:08.399075+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:08.399967+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:08.400509+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:08.400992+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:30:08.401377+0000 mgr.y (mgr.14146) 98 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 5366M 2024-04-20T03:30:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:08.407151+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:08.408264+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:08.408856+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:08.415935+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:09.164258+0000 mgr.y (mgr.14146) 99 : cluster [DBG] pgmap v78: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:10.346261+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:30:10.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:10.347977+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:30:10.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:10.348440+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:10.839 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:09.164258+0000 mgr.y (mgr.14146) 99 : cluster [DBG] pgmap v78: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:10.839 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:10.346261+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:30:10.839 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:10.347977+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:30:10.839 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:10.348440+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:10.839 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:09.164258+0000 mgr.y (mgr.14146) 99 : cluster [DBG] pgmap v78: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:10.840 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:10.346261+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:30:10.840 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:10.347977+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:30:10.840 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:10.348440+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:10.344385+0000 mgr.y (mgr.14146) 100 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:30:11.758 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:10.344385+0000 mgr.y (mgr.14146) 100 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:30:11.759 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:10.344385+0000 mgr.y (mgr.14146) 100 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:30:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:11.164533+0000 mgr.y (mgr.14146) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:12.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:11.164533+0000 mgr.y (mgr.14146) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:12.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:11.164533+0000 mgr.y (mgr.14146) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:12.666110+0000 mon.a (mon.0) 339 : audit [INF] from='client.? 172.21.15.177:0/773757654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c357a5d0-d03b-4c32-b935-a9adcb0429c1"}]: dispatch 2024-04-20T03:30:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:12.671512+0000 mon.a (mon.0) 340 : audit [INF] from='client.? 172.21.15.177:0/773757654' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c357a5d0-d03b-4c32-b935-a9adcb0429c1"}]': finished 2024-04-20T03:30:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:12.671565+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-20T03:30:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:12.671680+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:13.257238+0000 mon.a (mon.0) 343 : audit [DBG] from='client.? 172.21.15.177:0/3341135861' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:30:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:12.666110+0000 mon.a (mon.0) 339 : audit [INF] from='client.? 172.21.15.177:0/773757654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c357a5d0-d03b-4c32-b935-a9adcb0429c1"}]: dispatch 2024-04-20T03:30:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:12.671512+0000 mon.a (mon.0) 340 : audit [INF] from='client.? 172.21.15.177:0/773757654' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c357a5d0-d03b-4c32-b935-a9adcb0429c1"}]': finished 2024-04-20T03:30:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:12.671565+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-20T03:30:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:12.671680+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:13.257238+0000 mon.a (mon.0) 343 : audit [DBG] from='client.? 172.21.15.177:0/3341135861' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:30:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:12.666110+0000 mon.a (mon.0) 339 : audit [INF] from='client.? 172.21.15.177:0/773757654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c357a5d0-d03b-4c32-b935-a9adcb0429c1"}]: dispatch 2024-04-20T03:30:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:12.671512+0000 mon.a (mon.0) 340 : audit [INF] from='client.? 172.21.15.177:0/773757654' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c357a5d0-d03b-4c32-b935-a9adcb0429c1"}]': finished 2024-04-20T03:30:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:12.671565+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-04-20T03:30:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:12.671680+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:13.257238+0000 mon.a (mon.0) 343 : audit [DBG] from='client.? 172.21.15.177:0/3341135861' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:30:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:13.164831+0000 mgr.y (mgr.14146) 102 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:13.164831+0000 mgr.y (mgr.14146) 102 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:13.164831+0000 mgr.y (mgr.14146) 102 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:15.165120+0000 mgr.y (mgr.14146) 103 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:15.165120+0000 mgr.y (mgr.14146) 103 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:17.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:15.165120+0000 mgr.y (mgr.14146) 103 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:17.165493+0000 mgr.y (mgr.14146) 104 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:17.165493+0000 mgr.y (mgr.14146) 104 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:17.165493+0000 mgr.y (mgr.14146) 104 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:18.866172+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-20T03:30:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:18.866935+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:18.866172+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-20T03:30:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:18.866935+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:18.866172+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-20T03:30:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:18.866935+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:20.839 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:30:18.867598+0000 mgr.y (mgr.14146) 105 : cephadm [INF] Deploying daemon osd.3 on smithi177 2024-04-20T03:30:20.839 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:19.165850+0000 mgr.y (mgr.14146) 106 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:20.840 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:30:18.867598+0000 mgr.y (mgr.14146) 105 : cephadm [INF] Deploying daemon osd.3 on smithi177 2024-04-20T03:30:20.840 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:19.165850+0000 mgr.y (mgr.14146) 106 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:30:18.867598+0000 mgr.y (mgr.14146) 105 : cephadm [INF] Deploying daemon osd.3 on smithi177 2024-04-20T03:30:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:19.165850+0000 mgr.y (mgr.14146) 106 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:21.166142+0000 mgr.y (mgr.14146) 107 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:23.085 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:21.166142+0000 mgr.y (mgr.14146) 107 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:23.085 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:21.166142+0000 mgr.y (mgr.14146) 107 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:23.166446+0000 mgr.y (mgr.14146) 108 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:23.954829+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:23.967282+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:23.166446+0000 mgr.y (mgr.14146) 108 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:23.954829+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:23.967282+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:23.166446+0000 mgr.y (mgr.14146) 108 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:23.954829+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:23.967282+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:25.166748+0000 mgr.y (mgr.14146) 109 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:26.668441+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:27.072 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:25.166748+0000 mgr.y (mgr.14146) 109 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:27.073 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:26.668441+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:27.073 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:25.166748+0000 mgr.y (mgr.14146) 109 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:27.073 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:26.668441+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:27.437 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 3 on host 'smithi177' 2024-04-20T03:30:27.702 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:27.076705+0000 mon.c (mon.2) 7 : audit [INF] from='osd.3 [v2:172.21.15.177:6826/4130818787,v1:172.21.15.177:6827/4130818787]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-20T03:30:27.705 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:27.076705+0000 mon.c (mon.2) 7 : audit [INF] from='osd.3 [v2:172.21.15.177:6826/4130818787,v1:172.21.15.177:6827/4130818787]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-20T03:30:27.705 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:27.077092+0000 mon.a (mon.0) 349 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-20T03:30:27.705 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:27.205285+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:27.705 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:27.205920+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:27.705 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:27.209843+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:27.705 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:27.436704+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:27.705 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:27.475891+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:27.076705+0000 mon.c (mon.2) 7 : audit [INF] from='osd.3 [v2:172.21.15.177:6826/4130818787,v1:172.21.15.177:6827/4130818787]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-20T03:30:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:27.077092+0000 mon.a (mon.0) 349 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-20T03:30:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:27.205285+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:27.205920+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:27.209843+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:27.436704+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:27.475891+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:28.055 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:27.077092+0000 mon.a (mon.0) 349 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-20T03:30:28.055 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:27.205285+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:28.055 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:27.205920+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:28.055 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:27.209843+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:28.055 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:27.436704+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:28.055 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:27.475891+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:28.077 DEBUG:teuthology.orchestra.run.smithi177:osd.3> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@osd.3.service 2024-04-20T03:30:28.079 INFO:tasks.cephadm:Deploying osd.4 on smithi184 with /dev/vg_nvme/lv_4... 2024-04-20T03:30:28.079 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-20T03:30:28.110 INFO:journalctl@ceph.osd.3.smithi177.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:30:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:27.167045+0000 mgr.y (mgr.14146) 110 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:27.706278+0000 mon.a (mon.0) 355 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-20T03:30:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:27.706352+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-20T03:30:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:27.706464+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:27.706873+0000 mon.c (mon.2) 8 : audit [INF] from='osd.3 [v2:172.21.15.177:6826/4130818787,v1:172.21.15.177:6827/4130818787]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:30:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:27.707173+0000 mon.a (mon.0) 358 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:30:29.150 INFO:journalctl@ceph.osd.3.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-3[60927]: debug 2024-04-20T03:30:28.713+0000 7fc1d48be700 -1 osd.3 0 waiting for initial osdmap 2024-04-20T03:30:29.150 INFO:journalctl@ceph.osd.3.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-3[60927]: debug 2024-04-20T03:30:28.717+0000 7fc1d103a700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-20T03:30:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:27.167045+0000 mgr.y (mgr.14146) 110 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:27.706278+0000 mon.a (mon.0) 355 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-20T03:30:29.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:27.706352+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-20T03:30:29.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:27.706464+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:29.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:27.706873+0000 mon.c (mon.2) 8 : audit [INF] from='osd.3 [v2:172.21.15.177:6826/4130818787,v1:172.21.15.177:6827/4130818787]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:30:29.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:27.707173+0000 mon.a (mon.0) 358 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:30:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:27.167045+0000 mgr.y (mgr.14146) 110 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:27.706278+0000 mon.a (mon.0) 355 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-20T03:30:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:27.706352+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-20T03:30:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:27.706464+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:27.706873+0000 mon.c (mon.2) 8 : audit [INF] from='osd.3 [v2:172.21.15.177:6826/4130818787,v1:172.21.15.177:6827/4130818787]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:30:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:27.707173+0000 mon.a (mon.0) 358 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-04-20T03:30:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:28.708738+0000 mon.a (mon.0) 359 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:30:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:28.708826+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-20T03:30:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:28.709159+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:28.713033+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:28.708738+0000 mon.a (mon.0) 359 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:30:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:28.708826+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-20T03:30:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:28.709159+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:28.713033+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:28.708738+0000 mon.a (mon.0) 359 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-04-20T03:30:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:28.708826+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-20T03:30:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:28.709159+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:28.713033+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:30.230 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-20T03:30:30.230 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-20T03:30:30.230 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2024-04-20T03:30:30.230 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2024-04-20T03:30:30.230 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0117158 s, 895 MB/s 2024-04-20T03:30:30.230 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2024-04-20T03:30:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:28.109091+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:30:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:28.109155+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:30:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:29.167325+0000 mgr.y (mgr.14146) 111 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:29.714050+0000 mon.a (mon.0) 363 : cluster [INF] osd.3 [v2:172.21.15.177:6826/4130818787,v1:172.21.15.177:6827/4130818787] boot 2024-04-20T03:30:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:29.714097+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-20T03:30:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:29.714474+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:30.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:28.109091+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:30:30.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:28.109155+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:30:30.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:29.167325+0000 mgr.y (mgr.14146) 111 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:30.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:29.714050+0000 mon.a (mon.0) 363 : cluster [INF] osd.3 [v2:172.21.15.177:6826/4130818787,v1:172.21.15.177:6827/4130818787] boot 2024-04-20T03:30:30.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:29.714097+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-20T03:30:30.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:29.714474+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:30.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:28.109091+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:30:30.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:28.109155+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:30:30.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:29.167325+0000 mgr.y (mgr.14146) 111 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-04-20T03:30:30.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:29.714050+0000 mon.a (mon.0) 363 : cluster [INF] osd.3 [v2:172.21.15.177:6826/4130818787,v1:172.21.15.177:6827/4130818787] boot 2024-04-20T03:30:30.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:29.714097+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-04-20T03:30:30.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:29.714474+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:30:30.981 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi184:vg_nvme/lv_4 2024-04-20T03:30:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:30.722170+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-20T03:30:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:31.140073+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:31.140874+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:31.141407+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:31.141860+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:31.142313+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:31.148076+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:31.148954+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:31.149507+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:31.155892+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:30.722170+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-20T03:30:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:31.140073+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:31.140874+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:31.141407+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:31.141860+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:31.142313+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:31.148076+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:31.148954+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:31.149507+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:32.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:31.155892+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:30.722170+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-20T03:30:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:31.140073+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:31.140874+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:31.141407+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:31.141860+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:31.142313+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:32.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:31.148076+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:32.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:31.148954+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:32.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:31.149507+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:32.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:31.155892+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:30:31.133214+0000 mgr.y (mgr.14146) 112 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:30:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:30:31.142662+0000 mgr.y (mgr.14146) 113 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 4024M 2024-04-20T03:30:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:31.167674+0000 mgr.y (mgr.14146) 114 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:30:31.133214+0000 mgr.y (mgr.14146) 112 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:30:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:30:31.142662+0000 mgr.y (mgr.14146) 113 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 4024M 2024-04-20T03:30:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:31.167674+0000 mgr.y (mgr.14146) 114 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:30:31.133214+0000 mgr.y (mgr.14146) 112 : cephadm [INF] Detected new or changed devices on smithi177 2024-04-20T03:30:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:30:31.142662+0000 mgr.y (mgr.14146) 113 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 4024M 2024-04-20T03:30:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:31.167674+0000 mgr.y (mgr.14146) 114 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:33.086526+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:30:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:33.088828+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:30:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:33.089524+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:33.086526+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:30:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:33.088828+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:30:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:33.089524+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:33.086526+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:30:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:33.088828+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:30:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:33.089524+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:33.084087+0000 mgr.y (mgr.14146) 115 : audit [DBG] from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:30:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:33.168093+0000 mgr.y (mgr.14146) 116 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:33.084087+0000 mgr.y (mgr.14146) 115 : audit [DBG] from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:30:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:33.168093+0000 mgr.y (mgr.14146) 116 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:33.084087+0000 mgr.y (mgr.14146) 115 : audit [DBG] from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:30:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:33.168093+0000 mgr.y (mgr.14146) 116 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:35.542388+0000 mon.b (mon.1) 7 : audit [INF] from='client.? 172.21.15.184:0/1851899876' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1"}]: dispatch 2024-04-20T03:30:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:35.543052+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1"}]: dispatch 2024-04-20T03:30:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:35.547874+0000 mon.a (mon.0) 380 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1"}]': finished 2024-04-20T03:30:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:35.547959+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-04-20T03:30:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:35.548100+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:35.542388+0000 mon.b (mon.1) 7 : audit [INF] from='client.? 172.21.15.184:0/1851899876' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1"}]: dispatch 2024-04-20T03:30:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:35.543052+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1"}]: dispatch 2024-04-20T03:30:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:35.547874+0000 mon.a (mon.0) 380 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1"}]': finished 2024-04-20T03:30:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:35.547959+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-04-20T03:30:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:35.548100+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:35.542388+0000 mon.b (mon.1) 7 : audit [INF] from='client.? 172.21.15.184:0/1851899876' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1"}]: dispatch 2024-04-20T03:30:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:35.543052+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1"}]: dispatch 2024-04-20T03:30:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:35.547874+0000 mon.a (mon.0) 380 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1"}]': finished 2024-04-20T03:30:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:35.547959+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-04-20T03:30:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:35.548100+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:37.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:35.168356+0000 mgr.y (mgr.14146) 117 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:37.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:36.131986+0000 mon.b (mon.1) 8 : audit [DBG] from='client.? 172.21.15.184:0/3437780121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:30:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:35.168356+0000 mgr.y (mgr.14146) 117 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:36.131986+0000 mon.b (mon.1) 8 : audit [DBG] from='client.? 172.21.15.184:0/3437780121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:30:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:35.168356+0000 mgr.y (mgr.14146) 117 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:36.131986+0000 mon.b (mon.1) 8 : audit [DBG] from='client.? 172.21.15.184:0/3437780121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:30:39.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:37.168829+0000 mgr.y (mgr.14146) 118 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:37.168829+0000 mgr.y (mgr.14146) 118 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:37.168829+0000 mgr.y (mgr.14146) 118 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:39.169112+0000 mgr.y (mgr.14146) 119 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:39.169112+0000 mgr.y (mgr.14146) 119 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:39.169112+0000 mgr.y (mgr.14146) 119 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:42.885 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:41.169513+0000 mgr.y (mgr.14146) 120 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:42.885 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:41.772662+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-20T03:30:42.886 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:41.773482+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:42.886 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:30:41.774120+0000 mgr.y (mgr.14146) 121 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-04-20T03:30:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:41.169513+0000 mgr.y (mgr.14146) 120 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:41.772662+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-20T03:30:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:41.773482+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:30:41.774120+0000 mgr.y (mgr.14146) 121 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-04-20T03:30:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:41.169513+0000 mgr.y (mgr.14146) 120 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:41.772662+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-20T03:30:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:41.773482+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:30:41.774120+0000 mgr.y (mgr.14146) 121 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-04-20T03:30:44.993 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:43.170092+0000 mgr.y (mgr.14146) 122 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:43.170092+0000 mgr.y (mgr.14146) 122 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:43.170092+0000 mgr.y (mgr.14146) 122 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:46.906 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:45.170429+0000 mgr.y (mgr.14146) 123 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:46.906 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:46.718067+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:45.170429+0000 mgr.y (mgr.14146) 123 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:46.718067+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:45.170429+0000 mgr.y (mgr.14146) 123 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:46.718067+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:48.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:46.759555+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:46.759555+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:46.759555+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:49.103 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:47.170883+0000 mgr.y (mgr.14146) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:47.170883+0000 mgr.y (mgr.14146) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:47.170883+0000 mgr.y (mgr.14146) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:49.398 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 4 on host 'smithi184' 2024-04-20T03:30:50.381 DEBUG:teuthology.orchestra.run.smithi184:osd.4> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@osd.4.service 2024-04-20T03:30:50.383 INFO:tasks.cephadm:Deploying osd.5 on smithi184 with /dev/vg_nvme/lv_3... 2024-04-20T03:30:50.383 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-20T03:30:50.413 INFO:journalctl@ceph.osd.4.smithi184.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:30:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:49.171397+0000 mgr.y (mgr.14146) 125 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:49.398430+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:49.808227+0000 mon.b (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3387301431,v1:172.21.15.184:6801/3387301431]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-20T03:30:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:49.808673+0000 mon.a (mon.0) 388 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-20T03:30:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:49.171397+0000 mgr.y (mgr.14146) 125 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:49.398430+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:49.808227+0000 mon.b (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3387301431,v1:172.21.15.184:6801/3387301431]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-20T03:30:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:49.808673+0000 mon.a (mon.0) 388 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-20T03:30:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:49.171397+0000 mgr.y (mgr.14146) 125 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:49.398430+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:49.808227+0000 mon.b (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3387301431,v1:172.21.15.184:6801/3387301431]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-20T03:30:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:49.808673+0000 mon.a (mon.0) 388 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-20T03:30:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:50.452744+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:50.769861+0000 mon.a (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-20T03:30:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:50.769968+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-20T03:30:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:50.770112+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:50.770569+0000 mon.b (mon.1) 10 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3387301431,v1:172.21.15.184:6801/3387301431]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:30:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:50.770871+0000 mon.a (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:30:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:50.452744+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:50.769861+0000 mon.a (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-20T03:30:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:50.769968+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-20T03:30:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:50.770112+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:50.770569+0000 mon.b (mon.1) 10 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3387301431,v1:172.21.15.184:6801/3387301431]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:30:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:50.770871+0000 mon.a (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:30:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:50.452744+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:50.769861+0000 mon.a (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-20T03:30:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:50.769968+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-20T03:30:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:50.770112+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:50.770569+0000 mon.b (mon.1) 10 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3387301431,v1:172.21.15.184:6801/3387301431]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:30:51.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:50.770871+0000 mon.a (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:30:52.171 INFO:journalctl@ceph.osd.4.smithi184.stdout:Apr 20 03:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-4[44128]: debug 2024-04-20T03:30:51.775+0000 7fdf3e6b8700 -1 osd.4 0 waiting for initial osdmap 2024-04-20T03:30:52.171 INFO:journalctl@ceph.osd.4.smithi184.stdout:Apr 20 03:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-4[44128]: debug 2024-04-20T03:30:51.779+0000 7fdf38e30700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-20T03:30:52.847 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-20T03:30:52.847 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-20T03:30:52.847 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2024-04-20T03:30:52.848 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2024-04-20T03:30:52.848 INFO:teuthology.orchestra.run.smithi184.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113031 s, 928 MB/s 2024-04-20T03:30:52.848 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2024-04-20T03:30:53.141 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:51.171771+0000 mgr.y (mgr.14146) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:53.141 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:51.773608+0000 mon.a (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:30:53.141 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:51.773681+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-20T03:30:53.141 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:51.773849+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:53.141 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:51.777271+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:51.171771+0000 mgr.y (mgr.14146) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:51.773608+0000 mon.a (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:30:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:51.773681+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-20T03:30:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:51.773849+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:51.777271+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:51.171771+0000 mgr.y (mgr.14146) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-04-20T03:30:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:51.773608+0000 mon.a (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:30:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:51.773681+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-20T03:30:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:51.773849+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:51.777271+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:50.840281+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:30:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:50.840352+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:30:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:52.775638+0000 mon.a (mon.0) 398 : cluster [INF] osd.4 [v2:172.21.15.184:6800/3387301431,v1:172.21.15.184:6801/3387301431] boot 2024-04-20T03:30:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:52.775684+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-04-20T03:30:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:52.776139+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:52.928158+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-20T03:30:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:50.840281+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:30:54.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:50.840352+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:30:54.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:52.775638+0000 mon.a (mon.0) 398 : cluster [INF] osd.4 [v2:172.21.15.184:6800/3387301431,v1:172.21.15.184:6801/3387301431] boot 2024-04-20T03:30:54.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:52.775684+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-04-20T03:30:54.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:52.776139+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:54.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:52.928158+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-20T03:30:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:50.840281+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:30:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:50.840352+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:30:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:52.775638+0000 mon.a (mon.0) 398 : cluster [INF] osd.4 [v2:172.21.15.184:6800/3387301431,v1:172.21.15.184:6801/3387301431] boot 2024-04-20T03:30:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:52.775684+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-04-20T03:30:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:52.776139+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:30:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:52.928158+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-20T03:30:54.383 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi184:vg_nvme/lv_3 2024-04-20T03:30:55.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:53.172255+0000 mgr.y (mgr.14146) 127 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:30:55.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:53.933073+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-20T03:30:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:53.172255+0000 mgr.y (mgr.14146) 127 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:30:55.171 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:53.933073+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-20T03:30:55.172 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:53.172255+0000 mgr.y (mgr.14146) 127 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:30:55.172 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:53.933073+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-20T03:30:56.493 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:55.172516+0000 mgr.y (mgr.14146) 128 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:30:56.493 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:30:55.277407+0000 mgr.y (mgr.14146) 129 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:30:56.493 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:55.283303+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:56.493 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:55.797445+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:56.494 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:30:55.798071+0000 mgr.y (mgr.14146) 130 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 17122M 2024-04-20T03:30:56.494 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:55.802244+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:56.494 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:55.803157+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:56.494 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:55.803850+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:56.494 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:55.808388+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:56.494 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:55.810650+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:56.494 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:55.812012+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:56.494 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:55.812692+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:56.494 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:55.816674+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:55.172516+0000 mgr.y (mgr.14146) 128 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:30:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:30:55.277407+0000 mgr.y (mgr.14146) 129 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:30:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:55.283303+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:55.797445+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:30:55.798071+0000 mgr.y (mgr.14146) 130 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 17122M 2024-04-20T03:30:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:55.802244+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:55.803157+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:55.803850+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:56.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:55.808388+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:56.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:55.810650+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:56.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:55.812012+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:56.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:55.812692+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:56.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:55.816674+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:56.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:55.172516+0000 mgr.y (mgr.14146) 128 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:30:56.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:30:55.277407+0000 mgr.y (mgr.14146) 129 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:30:56.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:55.283303+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:56.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:55.797445+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:30:56.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:30:55.798071+0000 mgr.y (mgr.14146) 130 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 17122M 2024-04-20T03:30:56.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:55.802244+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:56.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:55.803157+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:56.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:55.803850+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:56.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:55.808388+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:56.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:55.810650+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:30:56.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:55.812012+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:56.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:55.812692+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:30:56.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:55.816674+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:30:57.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:56.906788+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:30:57.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:56.909146+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:30:57.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:56.909875+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:56.906788+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:30:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:56.909146+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:30:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:56.909875+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:56.906788+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:30:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:56.909146+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:30:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:56.909875+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:30:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:56.904466+0000 mgr.y (mgr.14146) 131 : audit [DBG] from='client.24226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:30:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:30:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:57.172891+0000 mgr.y (mgr.14146) 132 : cluster [DBG] pgmap v113: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:30:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:56.904466+0000 mgr.y (mgr.14146) 131 : audit [DBG] from='client.24226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:30:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:57.172891+0000 mgr.y (mgr.14146) 132 : cluster [DBG] pgmap v113: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:30:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:56.904466+0000 mgr.y (mgr.14146) 131 : audit [DBG] from='client.24226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:30:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:57.172891+0000 mgr.y (mgr.14146) 132 : cluster [DBG] pgmap v113: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:59.173310+0000 mgr.y (mgr.14146) 133 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:59.545100+0000 mon.b (mon.1) 11 : audit [INF] from='client.? 172.21.15.184:0/3406570396' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "456bfd61-f228-442f-ad82-ad69bdb42b1e"}]: dispatch 2024-04-20T03:31:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:59.545491+0000 mon.a (mon.0) 416 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "456bfd61-f228-442f-ad82-ad69bdb42b1e"}]: dispatch 2024-04-20T03:31:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:59.550491+0000 mon.a (mon.0) 417 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "456bfd61-f228-442f-ad82-ad69bdb42b1e"}]': finished 2024-04-20T03:31:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:30:59.550555+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2024-04-20T03:31:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:30:59.550687+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:00.182388+0000 mon.b (mon.1) 12 : audit [DBG] from='client.? 172.21.15.184:0/6909021' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:31:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:59.173310+0000 mgr.y (mgr.14146) 133 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:59.545100+0000 mon.b (mon.1) 11 : audit [INF] from='client.? 172.21.15.184:0/3406570396' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "456bfd61-f228-442f-ad82-ad69bdb42b1e"}]: dispatch 2024-04-20T03:31:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:59.545491+0000 mon.a (mon.0) 416 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "456bfd61-f228-442f-ad82-ad69bdb42b1e"}]: dispatch 2024-04-20T03:31:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:59.550491+0000 mon.a (mon.0) 417 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "456bfd61-f228-442f-ad82-ad69bdb42b1e"}]': finished 2024-04-20T03:31:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:30:59.550555+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2024-04-20T03:31:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:30:59.550687+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:00.182388+0000 mon.b (mon.1) 12 : audit [DBG] from='client.? 172.21.15.184:0/6909021' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:31:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:59.173310+0000 mgr.y (mgr.14146) 133 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:59.545100+0000 mon.b (mon.1) 11 : audit [INF] from='client.? 172.21.15.184:0/3406570396' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "456bfd61-f228-442f-ad82-ad69bdb42b1e"}]: dispatch 2024-04-20T03:31:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:59.545491+0000 mon.a (mon.0) 416 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "456bfd61-f228-442f-ad82-ad69bdb42b1e"}]: dispatch 2024-04-20T03:31:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:59.550491+0000 mon.a (mon.0) 417 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "456bfd61-f228-442f-ad82-ad69bdb42b1e"}]': finished 2024-04-20T03:31:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:30:59.550555+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2024-04-20T03:31:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:30:59.550687+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:00.182388+0000 mon.b (mon.1) 12 : audit [DBG] from='client.? 172.21.15.184:0/6909021' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:31:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:01.173768+0000 mgr.y (mgr.14146) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:01.173768+0000 mgr.y (mgr.14146) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:01.173768+0000 mgr.y (mgr.14146) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:04.435 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:03.174153+0000 mgr.y (mgr.14146) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:03.174153+0000 mgr.y (mgr.14146) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:03.174153+0000 mgr.y (mgr.14146) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:05.174489+0000 mgr.y (mgr.14146) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:05.843003+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-20T03:31:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:05.843866+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:05.174489+0000 mgr.y (mgr.14146) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:05.843003+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-20T03:31:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:05.843866+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:06.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:05.174489+0000 mgr.y (mgr.14146) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:06.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:05.843003+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-20T03:31:06.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:05.843866+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:31:05.844499+0000 mgr.y (mgr.14146) 137 : cephadm [INF] Deploying daemon osd.5 on smithi184 2024-04-20T03:31:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:31:05.844499+0000 mgr.y (mgr.14146) 137 : cephadm [INF] Deploying daemon osd.5 on smithi184 2024-04-20T03:31:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:31:05.844499+0000 mgr.y (mgr.14146) 137 : cephadm [INF] Deploying daemon osd.5 on smithi184 2024-04-20T03:31:08.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:07.174870+0000 mgr.y (mgr.14146) 138 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:07.174870+0000 mgr.y (mgr.14146) 138 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:07.174870+0000 mgr.y (mgr.14146) 138 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:10.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:09.175177+0000 mgr.y (mgr.14146) 139 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:09.175177+0000 mgr.y (mgr.14146) 139 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:09.175177+0000 mgr.y (mgr.14146) 139 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:10.726343+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:10.769549+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:10.726343+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:10.769549+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:10.726343+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:10.769549+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:11.175623+0000 mgr.y (mgr.14146) 140 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:11.175623+0000 mgr.y (mgr.14146) 140 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:11.175623+0000 mgr.y (mgr.14146) 140 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:13.975 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 5 on host 'smithi184' 2024-04-20T03:31:14.606 DEBUG:teuthology.orchestra.run.smithi184:osd.5> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@osd.5.service 2024-04-20T03:31:14.609 INFO:tasks.cephadm:Deploying osd.6 on smithi184 with /dev/vg_nvme/lv_2... 2024-04-20T03:31:14.609 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-04-20T03:31:14.641 INFO:journalctl@ceph.osd.5.smithi184.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:31:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:13.176031+0000 mgr.y (mgr.14146) 141 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:13.818809+0000 mon.b (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/4226601009,v1:172.21.15.184:6809/4226601009]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-20T03:31:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:13.819201+0000 mon.a (mon.0) 424 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-20T03:31:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:13.975228+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:13.176031+0000 mgr.y (mgr.14146) 141 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:13.818809+0000 mon.b (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/4226601009,v1:172.21.15.184:6809/4226601009]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-20T03:31:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:13.819201+0000 mon.a (mon.0) 424 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-20T03:31:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:13.975228+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:13.176031+0000 mgr.y (mgr.14146) 141 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:13.818809+0000 mon.b (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/4226601009,v1:172.21.15.184:6809/4226601009]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-20T03:31:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:13.819201+0000 mon.a (mon.0) 424 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-20T03:31:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:13.975228+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:14.744154+0000 mon.a (mon.0) 426 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-20T03:31:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:14.744236+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-04-20T03:31:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:14.744361+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:14.744795+0000 mon.b (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/4226601009,v1:172.21.15.184:6809/4226601009]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:14.745071+0000 mon.a (mon.0) 429 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:16.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:14.772183+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:16.001 INFO:journalctl@ceph.osd.5.smithi184.stdout:Apr 20 03:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-5[48147]: debug 2024-04-20T03:31:15.748+0000 7ff9fa1c7700 -1 osd.5 0 waiting for initial osdmap 2024-04-20T03:31:16.001 INFO:journalctl@ceph.osd.5.smithi184.stdout:Apr 20 03:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-5[48147]: debug 2024-04-20T03:31:15.753+0000 7ff9f6943700 -1 osd.5 35 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-20T03:31:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:14.744154+0000 mon.a (mon.0) 426 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-20T03:31:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:14.744236+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-04-20T03:31:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:14.744361+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:14.744795+0000 mon.b (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/4226601009,v1:172.21.15.184:6809/4226601009]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:14.745071+0000 mon.a (mon.0) 429 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:14.772183+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:14.744154+0000 mon.a (mon.0) 426 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-20T03:31:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:14.744236+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-04-20T03:31:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:14.744361+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:14.744795+0000 mon.b (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/4226601009,v1:172.21.15.184:6809/4226601009]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:14.745071+0000 mon.a (mon.0) 429 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:14.772183+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:16.996 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:15.176311+0000 mgr.y (mgr.14146) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:16.997 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:15.743730+0000 mon.a (mon.0) 431 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:31:16.997 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:15.743827+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-04-20T03:31:16.997 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:15.744315+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:16.997 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:15.749820+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:15.176311+0000 mgr.y (mgr.14146) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:17.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:15.743730+0000 mon.a (mon.0) 431 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:31:17.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:15.743827+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-04-20T03:31:17.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:15.744315+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:17.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:15.749820+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:15.176311+0000 mgr.y (mgr.14146) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-04-20T03:31:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:15.743730+0000 mon.a (mon.0) 431 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:31:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:15.743827+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-04-20T03:31:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:15.744315+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:17.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:15.749820+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:17.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:14.776092+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:31:17.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:14.776153+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:31:17.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:16.750793+0000 mon.a (mon.0) 435 : cluster [INF] osd.5 [v2:172.21.15.184:6808/4226601009,v1:172.21.15.184:6809/4226601009] boot 2024-04-20T03:31:17.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:16.750859+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-04-20T03:31:17.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:16.751491+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:17.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:17.749146+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-04-20T03:31:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:14.776092+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:31:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:14.776153+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:31:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:16.750793+0000 mon.a (mon.0) 435 : cluster [INF] osd.5 [v2:172.21.15.184:6808/4226601009,v1:172.21.15.184:6809/4226601009] boot 2024-04-20T03:31:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:16.750859+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-04-20T03:31:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:16.751491+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:17.749146+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-04-20T03:31:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:14.776092+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:31:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:14.776153+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:31:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:16.750793+0000 mon.a (mon.0) 435 : cluster [INF] osd.5 [v2:172.21.15.184:6808/4226601009,v1:172.21.15.184:6809/4226601009] boot 2024-04-20T03:31:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:16.750859+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-04-20T03:31:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:16.751491+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:31:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:17.749146+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-04-20T03:31:19.042 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-04-20T03:31:19.042 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-04-20T03:31:19.042 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2024-04-20T03:31:19.042 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2024-04-20T03:31:19.042 INFO:teuthology.orchestra.run.smithi184.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0132393 s, 792 MB/s 2024-04-20T03:31:19.042 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2024-04-20T03:31:19.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:17.176673+0000 mgr.y (mgr.14146) 143 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:19.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:18.748306+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-04-20T03:31:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:17.176673+0000 mgr.y (mgr.14146) 143 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:18.748306+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-04-20T03:31:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:17.176673+0000 mgr.y (mgr.14146) 143 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:18.748306+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-04-20T03:31:19.754 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi184:vg_nvme/lv_2 2024-04-20T03:31:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:31:18.769032+0000 mgr.y (mgr.14146) 144 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:31:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:18.773959+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:18.774823+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:18.775593+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:31:18.776159+0000 mgr.y (mgr.14146) 145 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 8561M 2024-04-20T03:31:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:18.780472+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:18.781400+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:18.782119+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:18.786932+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:18.789229+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:18.790624+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:18.791353+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:18.796000+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:31:18.769032+0000 mgr.y (mgr.14146) 144 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:18.773959+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:18.774823+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:18.775593+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:31:18.776159+0000 mgr.y (mgr.14146) 145 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 8561M 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:18.780472+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:18.781400+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:18.782119+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:18.786932+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:18.789229+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:18.790624+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:18.791353+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:18.796000+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:31:18.769032+0000 mgr.y (mgr.14146) 144 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:18.773959+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:18.774823+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:18.775593+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:31:18.776159+0000 mgr.y (mgr.14146) 145 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 8561M 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:18.780472+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:18.781400+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:18.782119+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:18.786932+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:18.789229+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:18.790624+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:18.791353+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:18.796000+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:19.177161+0000 mgr.y (mgr.14146) 146 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:19.177161+0000 mgr.y (mgr.14146) 146 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:21.213 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:19.177161+0000 mgr.y (mgr.14146) 146 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:21.177529+0000 mgr.y (mgr.14146) 147 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:21.893002+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:31:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:21.895185+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:31:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:21.895916+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:21.177529+0000 mgr.y (mgr.14146) 147 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:23.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:21.893002+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:31:23.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:21.895185+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:31:23.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:21.895916+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:21.177529+0000 mgr.y (mgr.14146) 147 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:21.893002+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:31:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:21.895185+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:31:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:21.895916+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:21.890686+0000 mgr.y (mgr.14146) 148 : audit [DBG] from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:31:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:21.890686+0000 mgr.y (mgr.14146) 148 : audit [DBG] from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:31:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:21.890686+0000 mgr.y (mgr.14146) 148 : audit [DBG] from='client.24253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:31:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:23.178003+0000 mgr.y (mgr.14146) 149 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:24.347233+0000 mon.b (mon.1) 15 : audit [INF] from='client.? 172.21.15.184:0/2820378807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a554eaf-39c5-47e3-ad55-7a11a05a3481"}]: dispatch 2024-04-20T03:31:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:24.347647+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a554eaf-39c5-47e3-ad55-7a11a05a3481"}]: dispatch 2024-04-20T03:31:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:24.353648+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a554eaf-39c5-47e3-ad55-7a11a05a3481"}]': finished 2024-04-20T03:31:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:24.353719+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2024-04-20T03:31:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:24.353865+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:23.178003+0000 mgr.y (mgr.14146) 149 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:24.347233+0000 mon.b (mon.1) 15 : audit [INF] from='client.? 172.21.15.184:0/2820378807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a554eaf-39c5-47e3-ad55-7a11a05a3481"}]: dispatch 2024-04-20T03:31:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:24.347647+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a554eaf-39c5-47e3-ad55-7a11a05a3481"}]: dispatch 2024-04-20T03:31:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:24.353648+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a554eaf-39c5-47e3-ad55-7a11a05a3481"}]': finished 2024-04-20T03:31:25.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:24.353719+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2024-04-20T03:31:25.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:24.353865+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:23.178003+0000 mgr.y (mgr.14146) 149 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:24.347233+0000 mon.b (mon.1) 15 : audit [INF] from='client.? 172.21.15.184:0/2820378807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a554eaf-39c5-47e3-ad55-7a11a05a3481"}]: dispatch 2024-04-20T03:31:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:24.347647+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a554eaf-39c5-47e3-ad55-7a11a05a3481"}]: dispatch 2024-04-20T03:31:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:24.353648+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a554eaf-39c5-47e3-ad55-7a11a05a3481"}]': finished 2024-04-20T03:31:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:24.353719+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2024-04-20T03:31:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:24.353865+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:24.974553+0000 mon.b (mon.1) 16 : audit [DBG] from='client.? 172.21.15.184:0/3389297630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:31:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:24.974553+0000 mon.b (mon.1) 16 : audit [DBG] from='client.? 172.21.15.184:0/3389297630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:31:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:24.974553+0000 mon.b (mon.1) 16 : audit [DBG] from='client.? 172.21.15.184:0/3389297630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:31:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:25.178435+0000 mgr.y (mgr.14146) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:25.178435+0000 mgr.y (mgr.14146) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:27.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:25.178435+0000 mgr.y (mgr.14146) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:27.178853+0000 mgr.y (mgr.14146) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:27.178853+0000 mgr.y (mgr.14146) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:29.236 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:27.178853+0000 mgr.y (mgr.14146) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:29.179202+0000 mgr.y (mgr.14146) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:30.818652+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-20T03:31:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:30.819476+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:29.179202+0000 mgr.y (mgr.14146) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:30.818652+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-20T03:31:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:30.819476+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:29.179202+0000 mgr.y (mgr.14146) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:30.818652+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-20T03:31:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:30.819476+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:31:30.820180+0000 mgr.y (mgr.14146) 153 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-04-20T03:31:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:31:30.820180+0000 mgr.y (mgr.14146) 153 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-04-20T03:31:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:31:30.820180+0000 mgr.y (mgr.14146) 153 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-04-20T03:31:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:31.179618+0000 mgr.y (mgr.14146) 154 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:31.179618+0000 mgr.y (mgr.14146) 154 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:31.179618+0000 mgr.y (mgr.14146) 154 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:34.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:33.180147+0000 mgr.y (mgr.14146) 155 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:33.180147+0000 mgr.y (mgr.14146) 155 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:33.180147+0000 mgr.y (mgr.14146) 155 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:36.030 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:35.180508+0000 mgr.y (mgr.14146) 156 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:35.180508+0000 mgr.y (mgr.14146) 156 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:35.180508+0000 mgr.y (mgr.14146) 156 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:36.076194+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:36.103946+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:36.076194+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:36.103946+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:36.076194+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:36.103946+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:37.180909+0000 mgr.y (mgr.14146) 157 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:37.180909+0000 mgr.y (mgr.14146) 157 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:37.180909+0000 mgr.y (mgr.14146) 157 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:39.471 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:39.206266+0000 mon.b (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/3923571473,v1:172.21.15.184:6817/3923571473]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-20T03:31:39.471 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:39.206877+0000 mon.a (mon.0) 462 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-20T03:31:39.494 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 6 on host 'smithi184' 2024-04-20T03:31:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:39.206266+0000 mon.b (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/3923571473,v1:172.21.15.184:6817/3923571473]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-20T03:31:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:39.206877+0000 mon.a (mon.0) 462 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-20T03:31:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:39.206266+0000 mon.b (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/3923571473,v1:172.21.15.184:6817/3923571473]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-20T03:31:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:39.206877+0000 mon.a (mon.0) 462 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-20T03:31:40.185 DEBUG:teuthology.orchestra.run.smithi184:osd.6> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@osd.6.service 2024-04-20T03:31:40.187 INFO:tasks.cephadm:Deploying osd.7 on smithi184 with /dev/vg_nvme/lv_1... 2024-04-20T03:31:40.188 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-04-20T03:31:40.219 INFO:journalctl@ceph.osd.6.smithi184.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:31:40.499 INFO:journalctl@ceph.osd.6.smithi184.stdout:Apr 20 03:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-6[52129]: debug 2024-04-20T03:31:40.266+0000 7f011bb71700 -1 osd.6 0 waiting for initial osdmap 2024-04-20T03:31:40.499 INFO:journalctl@ceph.osd.6.smithi184.stdout:Apr 20 03:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-6[52129]: debug 2024-04-20T03:31:40.273+0000 7f01182ed700 -1 osd.6 41 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-20T03:31:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:39.181233+0000 mgr.y (mgr.14146) 158 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:39.262190+0000 mon.a (mon.0) 463 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-20T03:31:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:39.262290+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-04-20T03:31:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:39.262738+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:39.262822+0000 mon.b (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/3923571473,v1:172.21.15.184:6817/3923571473]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:39.263212+0000 mon.a (mon.0) 466 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:39.494432+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:39.181233+0000 mgr.y (mgr.14146) 158 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:39.262190+0000 mon.a (mon.0) 463 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:39.262290+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:39.262738+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:39.262822+0000 mon.b (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/3923571473,v1:172.21.15.184:6817/3923571473]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:39.263212+0000 mon.a (mon.0) 466 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:39.494432+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:39.181233+0000 mgr.y (mgr.14146) 158 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:39.262190+0000 mon.a (mon.0) 463 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:39.262290+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:39.262738+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:39.262822+0000 mon.b (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/3923571473,v1:172.21.15.184:6817/3923571473]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:39.263212+0000 mon.a (mon.0) 466 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:31:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:39.494432+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:41.540 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:40.263892+0000 mon.a (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:31:41.540 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:40.264099+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-04-20T03:31:41.540 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:40.264281+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:41.540 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:40.268825+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:41.540 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:40.297249+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:40.263892+0000 mon.a (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:31:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:40.264099+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-04-20T03:31:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:40.264281+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:40.268825+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:40.297249+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:40.263892+0000 mon.a (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:31:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:40.264099+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-04-20T03:31:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:40.264281+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:40.268825+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:40.297249+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:40.160157+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:31:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:40.160265+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:31:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:41.181613+0000 mgr.y (mgr.14146) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:41.265342+0000 mon.a (mon.0) 473 : cluster [INF] osd.6 [v2:172.21.15.184:6816/3923571473,v1:172.21.15.184:6817/3923571473] boot 2024-04-20T03:31:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:41.265408+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-04-20T03:31:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:41.265552+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:40.160157+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:31:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:40.160265+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:31:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:41.181613+0000 mgr.y (mgr.14146) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:41.265342+0000 mon.a (mon.0) 473 : cluster [INF] osd.6 [v2:172.21.15.184:6816/3923571473,v1:172.21.15.184:6817/3923571473] boot 2024-04-20T03:31:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:41.265408+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-04-20T03:31:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:41.265552+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:40.160157+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:31:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:40.160265+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:31:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:41.181613+0000 mgr.y (mgr.14146) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-04-20T03:31:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:41.265342+0000 mon.a (mon.0) 473 : cluster [INF] osd.6 [v2:172.21.15.184:6816/3923571473,v1:172.21.15.184:6817/3923571473] boot 2024-04-20T03:31:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:41.265408+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-04-20T03:31:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:41.265552+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:31:43.241 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-04-20T03:31:43.241 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-04-20T03:31:43.241 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2024-04-20T03:31:43.241 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2024-04-20T03:31:43.241 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0114704 s, 914 MB/s 2024-04-20T03:31:43.241 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2024-04-20T03:31:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:42.273956+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-04-20T03:31:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:42.273956+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-04-20T03:31:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:42.273956+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-04-20T03:31:44.032 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi184:vg_nvme/lv_1 2024-04-20T03:31:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:43.182013+0000 mgr.y (mgr.14146) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:43.276553+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-04-20T03:31:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:43.182013+0000 mgr.y (mgr.14146) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:43.276553+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-04-20T03:31:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:43.182013+0000 mgr.y (mgr.14146) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:43.276553+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-04-20T03:31:46.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:45.182416+0000 mgr.y (mgr.14146) 161 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:45.182416+0000 mgr.y (mgr.14146) 161 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:45.182416+0000 mgr.y (mgr.14146) 161 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:31:46.370092+0000 mgr.y (mgr.14146) 162 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:31:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.375892+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.376784+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.377431+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.378012+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:31:46.378454+0000 mgr.y (mgr.14146) 163 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 5707M 2024-04-20T03:31:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.384709+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.385550+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.386197+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.393006+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.395067+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.396281+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.396847+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:46.403387+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:47.007019+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:47.009472+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:47.010240+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:31:46.370092+0000 mgr.y (mgr.14146) 162 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.375892+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.376784+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.377431+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.378012+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:47.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:31:46.378454+0000 mgr.y (mgr.14146) 163 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 5707M 2024-04-20T03:31:47.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.384709+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.385550+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:47.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.386197+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:47.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.393006+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.395067+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:47.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.396281+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:47.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.396847+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:47.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:46.403387+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:47.007019+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:31:47.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:47.009472+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:31:47.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:47.010240+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:47.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:31:46.370092+0000 mgr.y (mgr.14146) 162 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:31:47.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.375892+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.666 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.376784+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.377431+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.378012+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:31:46.378454+0000 mgr.y (mgr.14146) 163 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 5707M 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.384709+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.385550+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.386197+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.393006+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.395067+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.396281+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.396847+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:46.403387+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:47.007019+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:47.009472+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-20T03:31:47.667 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:47.010240+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:47.004778+0000 mgr.y (mgr.14146) 164 : audit [DBG] from='client.24280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:31:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:47.182852+0000 mgr.y (mgr.14146) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:47.004778+0000 mgr.y (mgr.14146) 164 : audit [DBG] from='client.24280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:31:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:47.182852+0000 mgr.y (mgr.14146) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:47.004778+0000 mgr.y (mgr.14146) 164 : audit [DBG] from='client.24280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:31:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:47.182852+0000 mgr.y (mgr.14146) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:49.183312+0000 mgr.y (mgr.14146) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:49.569847+0000 mon.b (mon.1) 19 : audit [INF] from='client.? 172.21.15.184:0/1147459436' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff536e88-4944-4c30-8c67-4e4232bf93db"}]: dispatch 2024-04-20T03:31:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:49.570482+0000 mon.a (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff536e88-4944-4c30-8c67-4e4232bf93db"}]: dispatch 2024-04-20T03:31:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:49.579603+0000 mon.a (mon.0) 494 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff536e88-4944-4c30-8c67-4e4232bf93db"}]': finished 2024-04-20T03:31:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:49.579692+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2024-04-20T03:31:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:49.579853+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:31:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:50.114613+0000 mon.b (mon.1) 20 : audit [DBG] from='client.? 172.21.15.184:0/4167125517' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:31:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:49.183312+0000 mgr.y (mgr.14146) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:49.569847+0000 mon.b (mon.1) 19 : audit [INF] from='client.? 172.21.15.184:0/1147459436' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff536e88-4944-4c30-8c67-4e4232bf93db"}]: dispatch 2024-04-20T03:31:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:49.570482+0000 mon.a (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff536e88-4944-4c30-8c67-4e4232bf93db"}]: dispatch 2024-04-20T03:31:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:49.579603+0000 mon.a (mon.0) 494 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff536e88-4944-4c30-8c67-4e4232bf93db"}]': finished 2024-04-20T03:31:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:49.579692+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2024-04-20T03:31:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:49.579853+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:31:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:50.114613+0000 mon.b (mon.1) 20 : audit [DBG] from='client.? 172.21.15.184:0/4167125517' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:31:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:49.183312+0000 mgr.y (mgr.14146) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:49.569847+0000 mon.b (mon.1) 19 : audit [INF] from='client.? 172.21.15.184:0/1147459436' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff536e88-4944-4c30-8c67-4e4232bf93db"}]: dispatch 2024-04-20T03:31:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:49.570482+0000 mon.a (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff536e88-4944-4c30-8c67-4e4232bf93db"}]: dispatch 2024-04-20T03:31:50.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:49.579603+0000 mon.a (mon.0) 494 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff536e88-4944-4c30-8c67-4e4232bf93db"}]': finished 2024-04-20T03:31:50.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:49.579692+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2024-04-20T03:31:50.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:49.579853+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:31:50.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:50.114613+0000 mon.b (mon.1) 20 : audit [DBG] from='client.? 172.21.15.184:0/4167125517' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-20T03:31:52.665 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:51.183640+0000 mgr.y (mgr.14146) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:51.183640+0000 mgr.y (mgr.14146) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:51.183640+0000 mgr.y (mgr.14146) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:54.730 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:53.184039+0000 mgr.y (mgr.14146) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:53.184039+0000 mgr.y (mgr.14146) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:53.184039+0000 mgr.y (mgr.14146) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:55.184337+0000 mgr.y (mgr.14146) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:56.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:56.259490+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-20T03:31:56.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:31:56.260259+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:55.184337+0000 mgr.y (mgr.14146) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:56.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:56.259490+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-20T03:31:56.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:31:56.260259+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:55.184337+0000 mgr.y (mgr.14146) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:56.259490+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-20T03:31:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:31:56.260259+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:31:57.733 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:31:56.260857+0000 mgr.y (mgr.14146) 170 : cephadm [INF] Deploying daemon osd.7 on smithi184 2024-04-20T03:31:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:31:56.260857+0000 mgr.y (mgr.14146) 170 : cephadm [INF] Deploying daemon osd.7 on smithi184 2024-04-20T03:31:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:31:56.260857+0000 mgr.y (mgr.14146) 170 : cephadm [INF] Deploying daemon osd.7 on smithi184 2024-04-20T03:31:58.733 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:31:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:57.184730+0000 mgr.y (mgr.14146) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:57.184730+0000 mgr.y (mgr.14146) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:31:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:57.184730+0000 mgr.y (mgr.14146) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:31:59.185106+0000 mgr.y (mgr.14146) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:31:59.185106+0000 mgr.y (mgr.14146) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:31:59.185106+0000 mgr.y (mgr.14146) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:01.185476+0000 mgr.y (mgr.14146) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:01.729219+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:01.757043+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:01.185476+0000 mgr.y (mgr.14146) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:01.729219+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:01.757043+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:01.185476+0000 mgr.y (mgr.14146) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:01.729219+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:01.757043+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:04.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:03.185988+0000 mgr.y (mgr.14146) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:04.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:04.566625+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:03.185988+0000 mgr.y (mgr.14146) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:04.566625+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:03.185988+0000 mgr.y (mgr.14146) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:04.566625+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:05.439 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 7 on host 'smithi184' 2024-04-20T03:32:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:04.843292+0000 mon.b (mon.1) 21 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/2752785599,v1:172.21.15.184:6825/2752785599]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-20T03:32:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:04.843693+0000 mon.a (mon.0) 502 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-20T03:32:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:04.866795+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:04.867628+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:04.874917+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:05.439413+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:05.442411+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:04.843292+0000 mon.b (mon.1) 21 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/2752785599,v1:172.21.15.184:6825/2752785599]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-20T03:32:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:04.843693+0000 mon.a (mon.0) 502 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-20T03:32:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:04.866795+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:04.867628+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:04.874917+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:05.439413+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:05.442411+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:04.843292+0000 mon.b (mon.1) 21 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/2752785599,v1:172.21.15.184:6825/2752785599]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-20T03:32:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:04.843693+0000 mon.a (mon.0) 502 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-20T03:32:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:04.866795+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:04.867628+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:04.874917+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:05.439413+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:05.442411+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:06.155 DEBUG:teuthology.orchestra.run.smithi184:osd.7> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@osd.7.service 2024-04-20T03:32:06.157 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-20T03:32:06.157 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd stat -f json 2024-04-20T03:32:06.187 INFO:journalctl@ceph.osd.7.smithi184.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:32:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:05.186454+0000 mgr.y (mgr.14146) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:05.743913+0000 mon.a (mon.0) 508 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-20T03:32:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:05.744006+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-04-20T03:32:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:05.744178+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:05.744708+0000 mon.b (mon.1) 22 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/2752785599,v1:172.21.15.184:6825/2752785599]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:32:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:05.745082+0000 mon.a (mon.0) 511 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:32:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:05.186454+0000 mgr.y (mgr.14146) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:05.743913+0000 mon.a (mon.0) 508 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-20T03:32:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:05.744006+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-04-20T03:32:06.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:05.744178+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:06.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:05.744708+0000 mon.b (mon.1) 22 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/2752785599,v1:172.21.15.184:6825/2752785599]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:32:06.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:05.745082+0000 mon.a (mon.0) 511 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:32:06.999 INFO:journalctl@ceph.osd.7.smithi184.stdout:Apr 20 03:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-7[56116]: debug 2024-04-20T03:32:06.752+0000 7f1598008700 -1 osd.7 0 waiting for initial osdmap 2024-04-20T03:32:07.000 INFO:journalctl@ceph.osd.7.smithi184.stdout:Apr 20 03:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-osd-7[56116]: debug 2024-04-20T03:32:06.760+0000 7f159177e700 -1 osd.7 47 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-20T03:32:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:05.186454+0000 mgr.y (mgr.14146) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:05.743913+0000 mon.a (mon.0) 508 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-20T03:32:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:05.744006+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-04-20T03:32:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:05.744178+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:05.744708+0000 mon.b (mon.1) 22 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/2752785599,v1:172.21.15.184:6825/2752785599]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:32:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:05.745082+0000 mon.a (mon.0) 511 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-04-20T03:32:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:06.745196+0000 mon.a (mon.0) 512 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:32:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:06.745252+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-04-20T03:32:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:06.745704+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:06.748725+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:07.749248+0000 mon.a (mon.0) 516 : cluster [INF] osd.7 [v2:172.21.15.184:6824/2752785599,v1:172.21.15.184:6825/2752785599] boot 2024-04-20T03:32:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:07.749302+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-04-20T03:32:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:07.749445+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:06.745196+0000 mon.a (mon.0) 512 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:32:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:06.745252+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-04-20T03:32:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:06.745704+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:06.748725+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:07.749248+0000 mon.a (mon.0) 516 : cluster [INF] osd.7 [v2:172.21.15.184:6824/2752785599,v1:172.21.15.184:6825/2752785599] boot 2024-04-20T03:32:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:07.749302+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-04-20T03:32:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:07.749445+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:06.745196+0000 mon.a (mon.0) 512 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-04-20T03:32:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:06.745252+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-04-20T03:32:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:06.745704+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:06.748725+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:07.749248+0000 mon.a (mon.0) 516 : cluster [INF] osd.7 [v2:172.21.15.184:6824/2752785599,v1:172.21.15.184:6825/2752785599] boot 2024-04-20T03:32:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:07.749302+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-04-20T03:32:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:07.749445+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:08.391 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:09.088 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:05.859342+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:32:09.088 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:05.859388+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:32:09.088 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:07.186768+0000 mgr.y (mgr.14146) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:09.088 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:07.939704+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-20T03:32:09.088 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:08.392227+0000 mon.a (mon.0) 520 : audit [DBG] from='client.? 172.21.15.177:0/3315417363' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-20T03:32:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:05.859342+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:32:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:05.859388+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:32:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:07.186768+0000 mgr.y (mgr.14146) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:07.939704+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-20T03:32:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:08.392227+0000 mon.a (mon.0) 520 : audit [DBG] from='client.? 172.21.15.177:0/3315417363' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-20T03:32:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:05.859342+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-20T03:32:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:05.859388+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-20T03:32:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:07.186768+0000 mgr.y (mgr.14146) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-04-20T03:32:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:07.939704+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-20T03:32:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:08.392227+0000 mon.a (mon.0) 520 : audit [DBG] from='client.? 172.21.15.177:0/3315417363' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-20T03:32:09.229 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":49,"num_osds":8,"num_up_osds":8,"osd_up_since":1713583927,"num_in_osds":8,"osd_in_since":1713583909,"num_remapped_pgs":0} 2024-04-20T03:32:09.229 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-20T03:32:09.501 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:32:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:08.943961+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-20T03:32:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:09.187195+0000 mgr.y (mgr.14146) 177 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:09.326014+0000 mgr.y (mgr.14146) 178 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:32:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:09.330404+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:09.331291+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:09.331890+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:09.332890+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:09.333617+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:09.334094+0000 mgr.y (mgr.14146) 179 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 4280M 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:09.338538+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:09.339378+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:09.339930+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:09.344510+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:08.943961+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:09.187195+0000 mgr.y (mgr.14146) 177 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:09.326014+0000 mgr.y (mgr.14146) 178 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:09.330404+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:09.331291+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:09.331890+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:09.332890+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:09.333617+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:09.334094+0000 mgr.y (mgr.14146) 179 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 4280M 2024-04-20T03:32:10.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:09.338538+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:10.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:09.339378+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:10.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:09.339930+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:10.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:09.344510+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:08.943961+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-20T03:32:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:09.187195+0000 mgr.y (mgr.14146) 177 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:09.326014+0000 mgr.y (mgr.14146) 178 : cephadm [INF] Detected new or changed devices on smithi184 2024-04-20T03:32:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:09.330404+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:09.331291+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:09.331890+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:09.332890+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:09.333617+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:10.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:09.334094+0000 mgr.y (mgr.14146) 179 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 4280M 2024-04-20T03:32:10.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:09.338538+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:10.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:09.339378+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:10.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:09.339930+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:10.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:09.344510+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:11.442 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:11.442 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":50,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:32:08.937465+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","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.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:32:12.176 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-04-20T03:30:05.596415+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-04-20T03:32:12.176 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-04-20T03:32:12.441 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:32:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:11.187560+0000 mgr.y (mgr.14146) 180 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:11.442746+0000 mon.a (mon.0) 531 : audit [DBG] from='client.? 172.21.15.177:0/169538966' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:11.187560+0000 mgr.y (mgr.14146) 180 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:11.442746+0000 mon.a (mon.0) 531 : audit [DBG] from='client.? 172.21.15.177:0/169538966' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:11.187560+0000 mgr.y (mgr.14146) 180 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:11.442746+0000 mon.a (mon.0) 531 : audit [DBG] from='client.? 172.21.15.177:0/169538966' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:14.244 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:13.187911+0000 mgr.y (mgr.14146) 181 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:14.244 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:13.187911+0000 mgr.y (mgr.14146) 181 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:14.349 INFO:teuthology.orchestra.run.smithi177.stdout:pg_num: 1 2024-04-20T03:32:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:13.187911+0000 mgr.y (mgr.14146) 181 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:15.056 INFO:tasks.cephadm:Adding mds.a on smithi177 2024-04-20T03:32:15.057 INFO:tasks.cephadm:Adding mds.b on smithi184 2024-04-20T03:32:15.057 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch apply mds all '2;smithi177=a;smithi184=b' 2024-04-20T03:32:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:14.350066+0000 mon.a (mon.0) 532 : audit [DBG] from='client.? 172.21.15.177:0/3767088793' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:32:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:14.350066+0000 mon.a (mon.0) 532 : audit [DBG] from='client.? 172.21.15.177:0/3767088793' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:32:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:14.350066+0000 mon.a (mon.0) 532 : audit [DBG] from='client.? 172.21.15.177:0/3767088793' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:32:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:15.188290+0000 mgr.y (mgr.14146) 182 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:15.188290+0000 mgr.y (mgr.14146) 182 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:16.660 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:15.188290+0000 mgr.y (mgr.14146) 182 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:17.062 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mds.all update... 2024-04-20T03:32:17.838 DEBUG:teuthology.orchestra.run.smithi177:mds.a> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mds.a.service 2024-04-20T03:32:17.840 DEBUG:teuthology.orchestra.run.smithi184:mds.b> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@mds.b.service 2024-04-20T03:32:17.843 INFO:tasks.cephadm:Setting up CephFS filesystem(s)... 2024-04-20T03:32:17.843 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-04-20T03:32:17.871 INFO:journalctl@ceph.mds.a.smithi177.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:32:17.873 INFO:journalctl@ceph.mds.b.smithi184.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:32:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:17.057392+0000 mgr.y (mgr.14146) 183 : audit [DBG] from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi177=a;smithi184=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:17.058954+0000 mgr.y (mgr.14146) 184 : cephadm [INF] Saving service mds.all spec with placement smithi177=a;smithi184=b;count:2 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:17.063245+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:17.076486+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:17.077954+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:17.078641+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:17.083207+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:17.089704+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:17.090565+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:17.094602+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:17.095339+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:17.095961+0000 mgr.y (mgr.14146) 185 : cephadm [INF] Deploying daemon mds.a on smithi177 2024-04-20T03:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:17.188635+0000 mgr.y (mgr.14146) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:17.057392+0000 mgr.y (mgr.14146) 183 : audit [DBG] from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi177=a;smithi184=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:17.058954+0000 mgr.y (mgr.14146) 184 : cephadm [INF] Saving service mds.all spec with placement smithi177=a;smithi184=b;count:2 2024-04-20T03:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:17.063245+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:17.076486+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:17.077954+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:17.078641+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:17.083207+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:17.089704+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:17.090565+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-20T03:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:17.094602+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-20T03:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:17.095339+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:18.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:17.095961+0000 mgr.y (mgr.14146) 185 : cephadm [INF] Deploying daemon mds.a on smithi177 2024-04-20T03:32:18.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:17.188635+0000 mgr.y (mgr.14146) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:17.057392+0000 mgr.y (mgr.14146) 183 : audit [DBG] from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi177=a;smithi184=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:17.058954+0000 mgr.y (mgr.14146) 184 : cephadm [INF] Saving service mds.all spec with placement smithi177=a;smithi184=b;count:2 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:17.063245+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:17.076486+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:17.077954+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:17.078641+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:17.083207+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:17.089704+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:17.090565+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:17.094602+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:17.095339+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:17.095961+0000 mgr.y (mgr.14146) 185 : cephadm [INF] Deploying daemon mds.a on smithi177 2024-04-20T03:32:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:17.188635+0000 mgr.y (mgr.14146) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:18.289 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:18.289 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":50,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:32:08.937465+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","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.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:32:18.302 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-04-20T03:30:05.596415+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-04-20T03:32:18.302 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get device_health_metrics pg_num 2024-04-20T03:32:18.592 INFO:teuthology.orchestra.run.smithi177.stdout:pg_num: 1 2024-04-20T03:32:18.609 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-04-20T03:32:19.052 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:19.053 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"default_fscid":-1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[],"filesystems":[]} 2024-04-20T03:32:19.055 INFO:teuthology.orchestra.run.smithi177.stderr:dumped fsmap epoch 1 2024-04-20T03:32:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:18.289683+0000 mon.c (mon.2) 9 : audit [DBG] from='client.? 172.21.15.177:0/4277372071' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:18.593661+0000 mon.a (mon.0) 542 : audit [DBG] from='client.? 172.21.15.177:0/1313281500' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:32:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:19.053593+0000 mon.c (mon.2) 10 : audit [DBG] from='client.? 172.21.15.177:0/2546313009' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:18.289683+0000 mon.c (mon.2) 9 : audit [DBG] from='client.? 172.21.15.177:0/4277372071' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:18.593661+0000 mon.a (mon.0) 542 : audit [DBG] from='client.? 172.21.15.177:0/1313281500' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:32:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:19.053593+0000 mon.c (mon.2) 10 : audit [DBG] from='client.? 172.21.15.177:0/2546313009' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:19.150 INFO:journalctl@ceph.mds.a.smithi177.stdout:Apr 20 03:32:18 smithi177 systemd[1]: Starting Ceph mds.a for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:32:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:18.289683+0000 mon.c (mon.2) 9 : audit [DBG] from='client.? 172.21.15.177:0/4277372071' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:18.593661+0000 mon.a (mon.0) 542 : audit [DBG] from='client.? 172.21.15.177:0/1313281500' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:32:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:19.053593+0000 mon.c (mon.2) 10 : audit [DBG] from='client.? 172.21.15.177:0/2546313009' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:19.649 INFO:journalctl@ceph.mds.a.smithi177.stdout:Apr 20 03:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mds-a[64027]: starting mds.a at 2024-04-20T03:32:19.649 INFO:journalctl@ceph.mds.a.smithi177.stdout:Apr 20 03:32:19 smithi177 bash[64011]: a54da35f5e5c5e166a439c4987d0e9713f3e9b0a5eb4caaa8dbe899e4b5b0371 2024-04-20T03:32:19.649 INFO:journalctl@ceph.mds.a.smithi177.stdout:Apr 20 03:32:19 smithi177 systemd[1]: Started Ceph mds.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:32:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:19.189079+0000 mgr.y (mgr.14146) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:19.401039+0000 mon.a (mon.0) 543 : cluster [DBG] mds.? [v2:172.21.15.177:6834/885514228,v1:172.21.15.177:6835/885514228] up:boot 2024-04-20T03:32:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:19.401081+0000 mon.a (mon.0) 544 : cluster [DBG] fsmap 1 up:standby 2024-04-20T03:32:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:19.401544+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-04-20T03:32:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:19.477778+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:19.478651+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-20T03:32:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:19.482558+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-20T03:32:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:19.483130+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:19.483593+0000 mgr.y (mgr.14146) 188 : cephadm [INF] Deploying daemon mds.b on smithi184 2024-04-20T03:32:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:19.189079+0000 mgr.y (mgr.14146) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:19.401039+0000 mon.a (mon.0) 543 : cluster [DBG] mds.? [v2:172.21.15.177:6834/885514228,v1:172.21.15.177:6835/885514228] up:boot 2024-04-20T03:32:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:19.401081+0000 mon.a (mon.0) 544 : cluster [DBG] fsmap 1 up:standby 2024-04-20T03:32:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:19.401544+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-04-20T03:32:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:19.477778+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:19.478651+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-20T03:32:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:19.482558+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-20T03:32:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:19.483130+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:19.483593+0000 mgr.y (mgr.14146) 188 : cephadm [INF] Deploying daemon mds.b on smithi184 2024-04-20T03:32:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:19.189079+0000 mgr.y (mgr.14146) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:19.401039+0000 mon.a (mon.0) 543 : cluster [DBG] mds.? [v2:172.21.15.177:6834/885514228,v1:172.21.15.177:6835/885514228] up:boot 2024-04-20T03:32:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:19.401081+0000 mon.a (mon.0) 544 : cluster [DBG] fsmap 1 up:standby 2024-04-20T03:32:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:19.401544+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-04-20T03:32:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:19.477778+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:19.478651+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-20T03:32:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:19.482558+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-20T03:32:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:19.483130+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:19.483593+0000 mgr.y (mgr.14146) 188 : cephadm [INF] Deploying daemon mds.b on smithi184 2024-04-20T03:32:21.067 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-04-20T03:32:21.413 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:21.413 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":2,"default_fscid":-1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.177:6835/885514228","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6834","nonce":885514228},{"type":"v1","addr":"172.21.15.177:6835","nonce":885514228}]},"join_fscid":-1,"export_targets":[],"features":4540138314316775423,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[]} 2024-04-20T03:32:21.415 INFO:teuthology.orchestra.run.smithi177.stderr:dumped fsmap epoch 2 2024-04-20T03:32:21.488 INFO:journalctl@ceph.mds.b.smithi184.stdout:Apr 20 03:32:21 smithi184 systemd[1]: Starting Ceph mds.b for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:32:21.999 INFO:journalctl@ceph.mds.b.smithi184.stdout:Apr 20 03:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mds-b[58479]: starting mds.b at 2024-04-20T03:32:21.999 INFO:journalctl@ceph.mds.b.smithi184.stdout:Apr 20 03:32:21 smithi184 bash[58464]: 060a664fddc4cfce8d6023b2bf62dd95360bb8a5ebe8f59c354ff533f043e55c 2024-04-20T03:32:21.999 INFO:journalctl@ceph.mds.b.smithi184.stdout:Apr 20 03:32:21 smithi184 systemd[1]: Started Ceph mds.b for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:32:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:21.189368+0000 mgr.y (mgr.14146) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:21.414431+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.177:0/476655783' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:21.727717+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:21.729026+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:21.189368+0000 mgr.y (mgr.14146) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:21.414431+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.177:0/476655783' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:21.727717+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:21.729026+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:21.189368+0000 mgr.y (mgr.14146) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:21.414431+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.177:0/476655783' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:21.727717+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:21.729026+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:23.427 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-04-20T03:32:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:22.412385+0000 mon.a (mon.0) 553 : cluster [DBG] mds.? [v2:172.21.15.184:6832/1033191269,v1:172.21.15.184:6833/1033191269] up:boot 2024-04-20T03:32:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:22.412423+0000 mon.a (mon.0) 554 : cluster [DBG] fsmap 2 up:standby 2024-04-20T03:32:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:22.412502+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-04-20T03:32:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:22.875135+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:22.987904+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:22.988551+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:22.989213+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:22.993293+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:22.995737+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:22.996825+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:22.997313+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:23.003323+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.757 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:23.757 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":3,"default_fscid":-1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.177:6835/885514228","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6834","nonce":885514228},{"type":"v1","addr":"172.21.15.177:6835","nonce":885514228}]},"join_fscid":-1,"export_targets":[],"features":4540138314316775423,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2},{"gid":24349,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.184:6833/1033191269","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6832","nonce":1033191269},{"type":"v1","addr":"172.21.15.184:6833","nonce":1033191269}]},"join_fscid":-1,"export_targets":[],"features":4540138314316775423,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":3}],"filesystems":[]} 2024-04-20T03:32:23.760 INFO:teuthology.orchestra.run.smithi177.stderr:dumped fsmap epoch 3 2024-04-20T03:32:23.770 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:22.412385+0000 mon.a (mon.0) 553 : cluster [DBG] mds.? [v2:172.21.15.184:6832/1033191269,v1:172.21.15.184:6833/1033191269] up:boot 2024-04-20T03:32:23.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:22.412423+0000 mon.a (mon.0) 554 : cluster [DBG] fsmap 2 up:standby 2024-04-20T03:32:23.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:22.412502+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-04-20T03:32:23.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:22.875135+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:22.987904+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:22.988551+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:23.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:22.989213+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:23.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:22.993293+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:22.995737+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:23.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:22.996825+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:23.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:22.997313+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:23.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:23.003323+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:22.412385+0000 mon.a (mon.0) 553 : cluster [DBG] mds.? [v2:172.21.15.184:6832/1033191269,v1:172.21.15.184:6833/1033191269] up:boot 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:22.412423+0000 mon.a (mon.0) 554 : cluster [DBG] fsmap 2 up:standby 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:22.412502+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:22.875135+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:22.987904+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:22.988551+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:22.989213+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:22.993293+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:22.995737+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:22.996825+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:22.997313+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:23.772 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:23.003323+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:23.773 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-04-20T03:32:24.062 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:24.063 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":50,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:32:08.937465+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","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.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:32:24.076 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-04-20T03:30:05.596415+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-04-20T03:32:24.076 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get device_health_metrics pg_num 2024-04-20T03:32:24.362 INFO:teuthology.orchestra.run.smithi177.stdout:pg_num: 1 2024-04-20T03:32:24.376 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph --format=json-pretty osd lspools 2024-04-20T03:32:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:23.189682+0000 mgr.y (mgr.14146) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:23.758892+0000 mon.c (mon.2) 11 : audit [DBG] from='client.? 172.21.15.177:0/3881290828' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:24.063451+0000 mon.c (mon.2) 12 : audit [DBG] from='client.? 172.21.15.177:0/368579328' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:24.363957+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.177:0/341804262' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:32:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:23.189682+0000 mgr.y (mgr.14146) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:23.758892+0000 mon.c (mon.2) 11 : audit [DBG] from='client.? 172.21.15.177:0/3881290828' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:24.063451+0000 mon.c (mon.2) 12 : audit [DBG] from='client.? 172.21.15.177:0/368579328' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:24.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:24.363957+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.177:0/341804262' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:32:24.665 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:24.665 INFO:teuthology.orchestra.run.smithi177.stdout:[ 2024-04-20T03:32:24.665 INFO:teuthology.orchestra.run.smithi177.stdout: { 2024-04-20T03:32:24.665 INFO:teuthology.orchestra.run.smithi177.stdout: "poolnum": 1, 2024-04-20T03:32:24.665 INFO:teuthology.orchestra.run.smithi177.stdout: "poolname": "device_health_metrics" 2024-04-20T03:32:24.665 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:32:24.665 INFO:teuthology.orchestra.run.smithi177.stdout:] 2024-04-20T03:32:24.679 DEBUG:tasks.cephfs.filesystem:Creating filesystem 'cephfs' 2024-04-20T03:32:24.679 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool create cephfs_metadata --pg_num_min 64 2024-04-20T03:32:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:23.189682+0000 mgr.y (mgr.14146) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:23.758892+0000 mon.c (mon.2) 11 : audit [DBG] from='client.? 172.21.15.177:0/3881290828' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:24.063451+0000 mon.c (mon.2) 12 : audit [DBG] from='client.? 172.21.15.177:0/368579328' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:24.363957+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.177:0/341804262' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:32:25.439 INFO:teuthology.orchestra.run.smithi177.stderr:pool 'cephfs_metadata' created 2024-04-20T03:32:25.451 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool create cephfs_data 64 --pg_num_min 64 --target_size_ratio 0.9 2024-04-20T03:32:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:24.666449+0000 mon.c (mon.2) 13 : audit [DBG] from='client.? 172.21.15.177:0/1015664422' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2024-04-20T03:32:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:24.969927+0000 mon.c (mon.2) 14 : audit [INF] from='client.? 172.21.15.177:0/2619933106' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-04-20T03:32:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:24.970327+0000 mon.a (mon.0) 566 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-04-20T03:32:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:25.326987+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:24.666449+0000 mon.c (mon.2) 13 : audit [DBG] from='client.? 172.21.15.177:0/1015664422' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2024-04-20T03:32:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:24.969927+0000 mon.c (mon.2) 14 : audit [INF] from='client.? 172.21.15.177:0/2619933106' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-04-20T03:32:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:24.970327+0000 mon.a (mon.0) 566 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-04-20T03:32:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:25.326987+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:24.666449+0000 mon.c (mon.2) 13 : audit [DBG] from='client.? 172.21.15.177:0/1015664422' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2024-04-20T03:32:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:24.969927+0000 mon.c (mon.2) 14 : audit [INF] from='client.? 172.21.15.177:0/2619933106' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-04-20T03:32:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:24.970327+0000 mon.a (mon.0) 566 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2024-04-20T03:32:25.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:25.326987+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:26.454 INFO:teuthology.orchestra.run.smithi177.stderr:pool 'cephfs_data' created 2024-04-20T03:32:26.468 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs new cephfs cephfs_metadata cephfs_data 2024-04-20T03:32:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:25.189981+0000 mgr.y (mgr.14146) 191 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:25.432444+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2024-04-20T03:32:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:25.432487+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-20T03:32:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:25.744123+0000 mon.c (mon.2) 15 : audit [INF] from='client.? 172.21.15.177:0/136583018' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-04-20T03:32:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:25.744467+0000 mon.a (mon.0) 570 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-04-20T03:32:26.838 INFO:teuthology.orchestra.run.smithi177.stderr:new fs with metadata pool 2 and data pool 3 2024-04-20T03:32:26.847 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:25.189981+0000 mgr.y (mgr.14146) 191 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:26.847 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:25.432444+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2024-04-20T03:32:26.847 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:25.432487+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-20T03:32:26.847 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:25.744123+0000 mon.c (mon.2) 15 : audit [INF] from='client.? 172.21.15.177:0/136583018' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-04-20T03:32:26.847 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:25.744467+0000 mon.a (mon.0) 570 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-04-20T03:32:26.847 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:25.189981+0000 mgr.y (mgr.14146) 191 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:26.847 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:25.432444+0000 mon.a (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2024-04-20T03:32:26.847 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:25.432487+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-20T03:32:26.847 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:25.744123+0000 mon.c (mon.2) 15 : audit [INF] from='client.? 172.21.15.177:0/136583018' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-04-20T03:32:26.848 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:25.744467+0000 mon.a (mon.0) 570 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2024-04-20T03:32:26.848 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-04-20T03:32:27.134 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:27.134 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":53,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:32:26.800546+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-04-20T03:32:25.201040+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":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"53","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_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-04-20T03:32:25.973419+0000","flags":32769,"flags_names":"hashpspool,creating","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":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"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":"53","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_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:32:27.147 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-04-20T03:32:27.437 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:27.437 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":53,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:32:26.800546+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-04-20T03:32:25.201040+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":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"53","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_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-04-20T03:32:25.973419+0000","flags":32769,"flags_names":"hashpspool,creating","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":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"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":"53","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_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:32:27.451 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs set cephfs standby_count_wanted 0 2024-04-20T03:32:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:26.437048+0000 mon.a (mon.0) 571 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2024-04-20T03:32:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:26.437144+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-20T03:32:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:26.800133+0000 mon.c (mon.2) 16 : audit [INF] from='client.? 172.21.15.177:0/3294299654' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-04-20T03:32:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:26.800451+0000 mon.a (mon.0) 573 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-04-20T03:32:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:26.800895+0000 mon.a (mon.0) 574 : cluster [INF] daemon mds.b assigned to filesystem cephfs as rank 0 2024-04-20T03:32:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:26.806853+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-20T03:32:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:26.807032+0000 mon.a (mon.0) 576 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2024-04-20T03:32:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:26.807098+0000 mon.a (mon.0) 577 : cluster [DBG] fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2024-04-20T03:32:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:26.840828+0000 mon.a (mon.0) 578 : cluster [INF] daemon mds.b is now active in filesystem cephfs as rank 0 2024-04-20T03:32:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:27.134229+0000 mon.c (mon.2) 17 : audit [DBG] from='client.? 172.21.15.177:0/2781521087' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:27.828 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:26.437048+0000 mon.a (mon.0) 571 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2024-04-20T03:32:27.828 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:26.437144+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-20T03:32:27.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:26.800133+0000 mon.c (mon.2) 16 : audit [INF] from='client.? 172.21.15.177:0/3294299654' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-04-20T03:32:27.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:26.800451+0000 mon.a (mon.0) 573 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-04-20T03:32:27.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:26.800895+0000 mon.a (mon.0) 574 : cluster [INF] daemon mds.b assigned to filesystem cephfs as rank 0 2024-04-20T03:32:27.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:26.806853+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-20T03:32:27.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:26.807032+0000 mon.a (mon.0) 576 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2024-04-20T03:32:27.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:26.807098+0000 mon.a (mon.0) 577 : cluster [DBG] fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2024-04-20T03:32:27.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:26.840828+0000 mon.a (mon.0) 578 : cluster [INF] daemon mds.b is now active in filesystem cephfs as rank 0 2024-04-20T03:32:27.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:27.134229+0000 mon.c (mon.2) 17 : audit [DBG] from='client.? 172.21.15.177:0/2781521087' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:27.829 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:26.437048+0000 mon.a (mon.0) 571 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2024-04-20T03:32:27.829 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:26.437144+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-20T03:32:27.830 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:26.800133+0000 mon.c (mon.2) 16 : audit [INF] from='client.? 172.21.15.177:0/3294299654' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-04-20T03:32:27.830 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:26.800451+0000 mon.a (mon.0) 573 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2024-04-20T03:32:27.830 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:26.800895+0000 mon.a (mon.0) 574 : cluster [INF] daemon mds.b assigned to filesystem cephfs as rank 0 2024-04-20T03:32:27.830 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:26.806853+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-20T03:32:27.830 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:26.807032+0000 mon.a (mon.0) 576 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2024-04-20T03:32:27.830 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:26.807098+0000 mon.a (mon.0) 577 : cluster [DBG] fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2024-04-20T03:32:27.830 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:26.840828+0000 mon.a (mon.0) 578 : cluster [INF] daemon mds.b is now active in filesystem cephfs as rank 0 2024-04-20T03:32:27.830 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:27.134229+0000 mon.c (mon.2) 17 : audit [DBG] from='client.? 172.21.15.177:0/2781521087' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:27.831 DEBUG:tasks.cephfs.filesystem:fs_config: {} 2024-04-20T03:32:27.831 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs set cephfs allow_standby_replay false 2024-04-20T03:32:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:27.190282+0000 mgr.y (mgr.14146) 192 : cluster [DBG] pgmap v179: 97 pgs: 24 creating+peering, 6 active+clean, 67 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:27.437421+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.177:0/862420570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:27.782198+0000 mon.a (mon.0) 580 : audit [INF] from='client.? 172.21.15.177:0/330480635' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-04-20T03:32:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:27.816678+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-20T03:32:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:27.816761+0000 mon.a (mon.0) 582 : cluster [DBG] mds.? [v2:172.21.15.184:6832/1033191269,v1:172.21.15.184:6833/1033191269] up:active 2024-04-20T03:32:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:27.816823+0000 mon.a (mon.0) 583 : audit [INF] from='client.? 172.21.15.177:0/330480635' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2024-04-20T03:32:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:27.816873+0000 mon.a (mon.0) 584 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-04-20T03:32:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:28.161808+0000 mon.c (mon.2) 18 : audit [INF] from='client.? 172.21.15.177:0/2351743589' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-04-20T03:32:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:28.162149+0000 mon.a (mon.0) 585 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-04-20T03:32:28.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:27.190282+0000 mgr.y (mgr.14146) 192 : cluster [DBG] pgmap v179: 97 pgs: 24 creating+peering, 6 active+clean, 67 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:28.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:27.437421+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.177:0/862420570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:28.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:27.782198+0000 mon.a (mon.0) 580 : audit [INF] from='client.? 172.21.15.177:0/330480635' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-04-20T03:32:28.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:27.816678+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-20T03:32:28.829 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:27.816761+0000 mon.a (mon.0) 582 : cluster [DBG] mds.? [v2:172.21.15.184:6832/1033191269,v1:172.21.15.184:6833/1033191269] up:active 2024-04-20T03:32:28.830 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:27.816823+0000 mon.a (mon.0) 583 : audit [INF] from='client.? 172.21.15.177:0/330480635' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2024-04-20T03:32:28.830 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:27.816873+0000 mon.a (mon.0) 584 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-04-20T03:32:28.830 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:28.161808+0000 mon.c (mon.2) 18 : audit [INF] from='client.? 172.21.15.177:0/2351743589' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-04-20T03:32:28.830 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:28.162149+0000 mon.a (mon.0) 585 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-04-20T03:32:28.830 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:27.190282+0000 mgr.y (mgr.14146) 192 : cluster [DBG] pgmap v179: 97 pgs: 24 creating+peering, 6 active+clean, 67 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:28.830 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:27.437421+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.177:0/862420570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:28.830 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:27.782198+0000 mon.a (mon.0) 580 : audit [INF] from='client.? 172.21.15.177:0/330480635' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2024-04-20T03:32:28.831 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:27.816678+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-20T03:32:28.831 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:27.816761+0000 mon.a (mon.0) 582 : cluster [DBG] mds.? [v2:172.21.15.184:6832/1033191269,v1:172.21.15.184:6833/1033191269] up:active 2024-04-20T03:32:28.831 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:27.816823+0000 mon.a (mon.0) 583 : audit [INF] from='client.? 172.21.15.177:0/330480635' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2024-04-20T03:32:28.831 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:27.816873+0000 mon.a (mon.0) 584 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-04-20T03:32:28.831 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:28.161808+0000 mon.c (mon.2) 18 : audit [INF] from='client.? 172.21.15.177:0/2351743589' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-04-20T03:32:28.831 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:28.162149+0000 mon.a (mon.0) 585 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2024-04-20T03:32:28.832 DEBUG:tasks.cephfs.filesystem:Not Creating any subvols for filesystem 'cephfs' 2024-04-20T03:32:28.832 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-04-20T03:32:29.165 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:29.165 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":6,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.177:6835/885514228","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6834","nonce":885514228},{"type":"v1","addr":"172.21.15.177:6835","nonce":885514228}]},"join_fscid":-1,"export_targets":[],"features":4540138314316775423,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":6,"flags":18,"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-04-20T03:32:26.800889+0000","modified":"2024-04-20T03:32:28.811691+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24349},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24349":{"gid":24349,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.184:6833/1033191269","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6832","nonce":1033191269},{"type":"v1","addr":"172.21.15.184:6833","nonce":1033191269}]},"join_fscid":-1,"export_targets":[],"features":4540138314316775423,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","standby_count_wanted":0},"id":1}]} 2024-04-20T03:32:29.167 INFO:teuthology.orchestra.run.smithi177.stderr:dumped fsmap epoch 6 2024-04-20T03:32:29.178 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-04-20T03:32:29.467 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:29.467 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":54,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:32:27.802613+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-04-20T03:32:25.201040+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":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"53","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_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-04-20T03:32:25.973419+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":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"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":"54","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_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:32:29.480 INFO:tasks.cephfs.filesystem.ceph_manager:waiting for clean 2024-04-20T03:32:29.481 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-04-20T03:32:29.775 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:29.777 INFO:teuthology.orchestra.run.smithi177.stderr:dumped all 2024-04-20T03:32:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:{"pg_ready":true,"pg_map":{"version":181,"stamp":"2024-04-20T03:32:29.190431+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":770,"num_objects":11,"num_object_clones":0,"num_object_copies":33,"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":11,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":20,"num_write_kb":10,"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":6,"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":17,"ondisk_log_size":17,"up":231,"acting":231,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":60,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2380732,"kb_used_data":3964,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747580484,"statfs":{"total":767960285184,"available":765522415616,"internally_reserved":0,"allocated":4059136,"data_stored":1621994,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"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":7,"apply_latency_ms":7,"commit_latency_ns":7000000,"apply_latency_ns":7000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":588,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7,"num_write_kb":7,"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":2,"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":"1.375891"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.832723+0000","last_change":"2024-04-20T03:32:26.832723+0000","last_active":"2024-04-20T03:32:26.832723+0000","last_peered":"2024-04-20T03:32:26.832723+0000","last_clean":"2024-04-20T03:32:26.832723+0000","last_became_active":"2024-04-20T03:32:26.831636+0000","last_became_peered":"2024-04-20T03:32:26.831636+0000","last_unstale":"2024-04-20T03:32:26.832723+0000","last_undegraded":"2024-04-20T03:32:26.832723+0000","last_fullsized":"2024-04-20T03:32:26.832723+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829625+0000","last_change":"2024-04-20T03:32:26.829625+0000","last_active":"2024-04-20T03:32:26.829625+0000","last_peered":"2024-04-20T03:32:26.829625+0000","last_clean":"2024-04-20T03:32:26.829625+0000","last_became_active":"2024-04-20T03:32:26.829340+0000","last_became_peered":"2024-04-20T03:32:26.829340+0000","last_unstale":"2024-04-20T03:32:26.829625+0000","last_undegraded":"2024-04-20T03:32:26.829625+0000","last_fullsized":"2024-04-20T03:32:26.829625+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835210+0000","last_change":"2024-04-20T03:32:26.834828+0000","last_active":"2024-04-20T03:32:26.835210+0000","last_peered":"2024-04-20T03:32:26.835210+0000","last_clean":"2024-04-20T03:32:26.835210+0000","last_became_active":"2024-04-20T03:32:26.834591+0000","last_became_peered":"2024-04-20T03:32:26.834591+0000","last_unstale":"2024-04-20T03:32:26.835210+0000","last_undegraded":"2024-04-20T03:32:26.835210+0000","last_fullsized":"2024-04-20T03:32:26.835210+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.443964+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825308+0000","last_change":"2024-04-20T03:32:26.825308+0000","last_active":"2024-04-20T03:32:26.825308+0000","last_peered":"2024-04-20T03:32:26.825308+0000","last_clean":"2024-04-20T03:32:26.825308+0000","last_became_active":"2024-04-20T03:32:26.824156+0000","last_became_peered":"2024-04-20T03:32:26.824156+0000","last_unstale":"2024-04-20T03:32:26.825308+0000","last_undegraded":"2024-04-20T03:32:26.825308+0000","last_fullsized":"2024-04-20T03:32:26.825308+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442246+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,1],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831404+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:32:26.831404+0000","last_peered":"2024-04-20T03:32:26.831404+0000","last_clean":"2024-04-20T03:32:26.831404+0000","last_became_active":"2024-04-20T03:32:26.831098+0000","last_became_peered":"2024-04-20T03:32:26.831098+0000","last_unstale":"2024-04-20T03:32:26.831404+0000","last_undegraded":"2024-04-20T03:32:26.831404+0000","last_fullsized":"2024-04-20T03:32:26.831404+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.832959+0000","last_change":"2024-04-20T03:32:26.832959+0000","last_active":"2024-04-20T03:32:26.832959+0000","last_peered":"2024-04-20T03:32:26.832959+0000","last_clean":"2024-04-20T03:32:26.832959+0000","last_became_active":"2024-04-20T03:32:26.832027+0000","last_became_peered":"2024-04-20T03:32:26.832027+0000","last_unstale":"2024-04-20T03:32:26.832959+0000","last_undegraded":"2024-04-20T03:32:26.832959+0000","last_fullsized":"2024-04-20T03:32:26.832959+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829553+0000","last_change":"2024-04-20T03:32:26.829553+0000","last_active":"2024-04-20T03:32:26.829553+0000","last_peered":"2024-04-20T03:32:26.829553+0000","last_clean":"2024-04-20T03:32:26.829553+0000","last_became_active":"2024-04-20T03:32:26.829265+0000","last_became_peered":"2024-04-20T03:32:26.829265+0000","last_unstale":"2024-04-20T03:32:26.829553+0000","last_undegraded":"2024-04-20T03:32:26.829553+0000","last_fullsized":"2024-04-20T03:32:26.829553+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.839059+0000","last_change":"2024-04-20T03:32:26.838601+0000","last_active":"2024-04-20T03:32:26.839059+0000","last_peered":"2024-04-20T03:32:26.839059+0000","last_clean":"2024-04-20T03:32:26.839059+0000","last_became_active":"2024-04-20T03:32:26.838270+0000","last_became_peered":"2024-04-20T03:32:26.838270+0000","last_unstale":"2024-04-20T03:32:26.839059+0000","last_undegraded":"2024-04-20T03:32:26.839059+0000","last_fullsized":"2024-04-20T03:32:26.839059+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829393+0000","last_change":"2024-04-20T03:32:26.829393+0000","last_active":"2024-04-20T03:32:26.829393+0000","last_peered":"2024-04-20T03:32:26.829393+0000","last_clean":"2024-04-20T03:32:26.829393+0000","last_became_active":"2024-04-20T03:32:26.829104+0000","last_became_peered":"2024-04-20T03:32:26.829104+0000","last_unstale":"2024-04-20T03:32:26.829393+0000","last_undegraded":"2024-04-20T03:32:26.829393+0000","last_fullsized":"2024-04-20T03:32:26.829393+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.439916+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442549+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.824653+0000","last_change":"2024-04-20T03:32:26.824653+0000","last_active":"2024-04-20T03:32:26.824653+0000","last_peered":"2024-04-20T03:32:26.824653+0000","last_clean":"2024-04-20T03:32:26.824653+0000","last_became_active":"2024-04-20T03:32:26.824164+0000","last_became_peered":"2024-04-20T03:32:26.824164+0000","last_unstale":"2024-04-20T03:32:26.824653+0000","last_undegraded":"2024-04-20T03:32:26.824653+0000","last_fullsized":"2024-04-20T03:32:26.824653+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1f","version":"53'4","reported_seq":15,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.836646+0000","last_change":"2024-04-20T03:32:26.458449+0000","last_active":"2024-04-20T03:32:26.836646+0000","last_peered":"2024-04-20T03:32:26.836646+0000","last_clean":"2024-04-20T03:32:26.836646+0000","last_became_active":"2024-04-20T03:32:26.458182+0000","last_became_peered":"2024-04-20T03:32:26.458182+0000","last_unstale":"2024-04-20T03:32:26.836646+0000","last_undegraded":"2024-04-20T03:32:26.836646+0000","last_fullsized":"2024-04-20T03:32:26.836646+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":4,"ondisk_log_size":4,"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,"stat_sum":{"num_bytes":554,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434818+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,5],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.838903+0000","last_change":"2024-04-20T03:32:26.838154+0000","last_active":"2024-04-20T03:32:26.838903+0000","last_peered":"2024-04-20T03:32:26.838903+0000","last_clean":"2024-04-20T03:32:26.838903+0000","last_became_active":"2024-04-20T03:32:26.837703+0000","last_became_peered":"2024-04-20T03:32:26.837703+0000","last_unstale":"2024-04-20T03:32:26.838903+0000","last_undegraded":"2024-04-20T03:32:26.838903+0000","last_fullsized":"2024-04-20T03:32:26.838903+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1d","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835755+0000","last_change":"2024-04-20T03:32:26.460136+0000","last_active":"2024-04-20T03:32:26.835755+0000","last_peered":"2024-04-20T03:32:26.835755+0000","last_clean":"2024-04-20T03:32:26.835755+0000","last_became_active":"2024-04-20T03:32:26.459571+0000","last_became_peered":"2024-04-20T03:32:26.459571+0000","last_unstale":"2024-04-20T03:32:26.835755+0000","last_undegraded":"2024-04-20T03:32:26.835755+0000","last_fullsized":"2024-04-20T03:32:26.835755+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442801+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,4],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828564+0000","last_change":"2024-04-20T03:32:26.458229+0000","last_active":"2024-04-20T03:32:26.828564+0000","last_peered":"2024-04-20T03:32:26.828564+0000","last_clean":"2024-04-20T03:32:26.828564+0000","last_became_active":"2024-04-20T03:32:26.457863+0000","last_became_peered":"2024-04-20T03:32:26.457863+0000","last_unstale":"2024-04-20T03:32:26.828564+0000","last_undegraded":"2024-04-20T03:32:26.828564+0000","last_fullsized":"2024-04-20T03:32:26.828564+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.447833+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,6],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434607+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[6,7],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.817230+0000","last_change":"2024-04-20T03:32:26.817230+0000","last_active":"2024-04-20T03:32:26.817230+0000","last_peered":"2024-04-20T03:32:26.817230+0000","last_clean":"2024-04-20T03:32:26.817230+0000","last_became_active":"2024-04-20T03:32:26.816872+0000","last_became_peered":"2024-04-20T03:32:26.816872+0000","last_unstale":"2024-04-20T03:32:26.817230+0000","last_undegraded":"2024-04-20T03:32:26.817230+0000","last_fullsized":"2024-04-20T03:32:26.817230+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430928+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834548+0000","last_change":"2024-04-20T03:32:26.829218+0000","last_active":"2024-04-20T03:32:26.834548+0000","last_peered":"2024-04-20T03:32:26.834548+0000","last_clean":"2024-04-20T03:32:26.834548+0000","last_became_active":"2024-04-20T03:32:26.828897+0000","last_became_peered":"2024-04-20T03:32:26.828897+0000","last_unstale":"2024-04-20T03:32:26.834548+0000","last_undegraded":"2024-04-20T03:32:26.834548+0000","last_fullsized":"2024-04-20T03:32:26.834548+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434541+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,6],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.453633+0000","last_change":"2024-04-20T03:32:26.453633+0000","last_active":"2024-04-20T03:32:26.453633+0000","last_peered":"2024-04-20T03:32:26.453633+0000","last_clean":"2024-04-20T03:32:26.453633+0000","last_became_active":"2024-04-20T03:32:26.453261+0000","last_became_peered":"2024-04-20T03:32:26.453261+0000","last_unstale":"2024-04-20T03:32:26.453633+0000","last_undegraded":"2024-04-20T03:32:26.453633+0000","last_fullsized":"2024-04-20T03:32:26.453633+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.820223+0000","last_change":"2024-04-20T03:32:26.820223+0000","last_active":"2024-04-20T03:32:26.820223+0000","last_peered":"2024-04-20T03:32:26.820223+0000","last_clean":"2024-04-20T03:32:26.820223+0000","last_became_active":"2024-04-20T03:32:26.819848+0000","last_became_peered":"2024-04-20T03:32:26.819848+0000","last_unstale":"2024-04-20T03:32:26.820223+0000","last_undegraded":"2024-04-20T03:32:26.820223+0000","last_fullsized":"2024-04-20T03:32:26.820223+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.431495+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.446027+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.458984+0000","last_change":"2024-04-20T03:32:26.458984+0000","last_active":"2024-04-20T03:32:26.458984+0000","last_peered":"2024-04-20T03:32:26.458984+0000","last_clean":"2024-04-20T03:32:26.458984+0000","last_became_active":"2024-04-20T03:32:26.458637+0000","last_became_peered":"2024-04-20T03:32:26.458637+0000","last_unstale":"2024-04-20T03:32:26.458984+0000","last_undegraded":"2024-04-20T03:32:26.458984+0000","last_fullsized":"2024-04-20T03:32:26.458984+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.838884+0000","last_change":"2024-04-20T03:32:26.837994+0000","last_active":"2024-04-20T03:32:26.838884+0000","last_peered":"2024-04-20T03:32:26.838884+0000","last_clean":"2024-04-20T03:32:26.838884+0000","last_became_active":"2024-04-20T03:32:26.837325+0000","last_became_peered":"2024-04-20T03:32:26.837325+0000","last_unstale":"2024-04-20T03:32:26.838884+0000","last_undegraded":"2024-04-20T03:32:26.838884+0000","last_fullsized":"2024-04-20T03:32:26.838884+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"53'3","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834076+0000","last_change":"2024-04-20T03:32:26.453155+0000","last_active":"2024-04-20T03:32:26.834076+0000","last_peered":"2024-04-20T03:32:26.834076+0000","last_clean":"2024-04-20T03:32:26.834076+0000","last_became_active":"2024-04-20T03:32:26.452447+0000","last_became_peered":"2024-04-20T03:32:26.452447+0000","last_unstale":"2024-04-20T03:32:26.834076+0000","last_undegraded":"2024-04-20T03:32:26.834076+0000","last_fullsized":"2024-04-20T03:32:26.834076+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":3,"ondisk_log_size":3,"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,"stat_sum":{"num_bytes":90,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.821099+0000","last_change":"2024-04-20T03:32:26.821099+0000","last_active":"2024-04-20T03:32:26.821099+0000","last_peered":"2024-04-20T03:32:26.821099+0000","last_clean":"2024-04-20T03:32:26.821099+0000","last_became_active":"2024-04-20T03:32:26.820407+0000","last_became_peered":"2024-04-20T03:32:26.820407+0000","last_unstale":"2024-04-20T03:32:26.821099+0000","last_undegraded":"2024-04-20T03:32:26.821099+0000","last_fullsized":"2024-04-20T03:32:26.821099+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.14","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430944+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825194+0000","last_change":"2024-04-20T03:32:26.825194+0000","last_active":"2024-04-20T03:32:26.825194+0000","last_peered":"2024-04-20T03:32:26.825194+0000","last_clean":"2024-04-20T03:32:26.825194+0000","last_became_active":"2024-04-20T03:32:26.824883+0000","last_became_peered":"2024-04-20T03:32:26.824883+0000","last_unstale":"2024-04-20T03:32:26.825194+0000","last_undegraded":"2024-04-20T03:32:26.825194+0000","last_fullsized":"2024-04-20T03:32:26.825194+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.837487+0000","last_change":"2024-04-20T03:32:26.451054+0000","last_active":"2024-04-20T03:32:26.837487+0000","last_peered":"2024-04-20T03:32:26.837487+0000","last_clean":"2024-04-20T03:32:26.837487+0000","last_became_active":"2024-04-20T03:32:26.450643+0000","last_became_peered":"2024-04-20T03:32:26.450643+0000","last_unstale":"2024-04-20T03:32:26.837487+0000","last_undegraded":"2024-04-20T03:32:26.837487+0000","last_fullsized":"2024-04-20T03:32:26.837487+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":34,"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":0,"num_read_kb":0,"num_write":3,"num_write_kb":6,"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":1,"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":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834705+0000","last_change":"2024-04-20T03:32:26.832718+0000","last_active":"2024-04-20T03:32:26.834705+0000","last_peered":"2024-04-20T03:32:26.834705+0000","last_clean":"2024-04-20T03:32:26.834705+0000","last_became_active":"2024-04-20T03:32:26.832487+0000","last_became_peered":"2024-04-20T03:32:26.832487+0000","last_unstale":"2024-04-20T03:32:26.834705+0000","last_undegraded":"2024-04-20T03:32:26.834705+0000","last_fullsized":"2024-04-20T03:32:26.834705+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.456829+0000","last_change":"2024-04-20T03:32:26.456829+0000","last_active":"2024-04-20T03:32:26.456829+0000","last_peered":"2024-04-20T03:32:26.456829+0000","last_clean":"2024-04-20T03:32:26.456829+0000","last_became_active":"2024-04-20T03:32:26.456410+0000","last_became_peered":"2024-04-20T03:32:26.456410+0000","last_unstale":"2024-04-20T03:32:26.456829+0000","last_undegraded":"2024-04-20T03:32:26.456829+0000","last_fullsized":"2024-04-20T03:32:26.456829+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.822842+0000","last_change":"2024-04-20T03:32:26.822842+0000","last_active":"2024-04-20T03:32:26.822842+0000","last_peered":"2024-04-20T03:32:26.822842+0000","last_clean":"2024-04-20T03:32:26.822842+0000","last_became_active":"2024-04-20T03:32:26.822375+0000","last_became_peered":"2024-04-20T03:32:26.822375+0000","last_unstale":"2024-04-20T03:32:26.822842+0000","last_undegraded":"2024-04-20T03:32:26.822842+0000","last_fullsized":"2024-04-20T03:32:26.822842+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430937+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,4],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.10","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.435926+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,1],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.824809+0000","last_change":"2024-04-20T03:32:26.824809+0000","last_active":"2024-04-20T03:32:26.824809+0000","last_peered":"2024-04-20T03:32:26.824809+0000","last_clean":"2024-04-20T03:32:26.824809+0000","last_became_active":"2024-04-20T03:32:26.824521+0000","last_became_peered":"2024-04-20T03:32:26.824521+0000","last_unstale":"2024-04-20T03:32:26.824809+0000","last_undegraded":"2024-04-20T03:32:26.824809+0000","last_fullsized":"2024-04-20T03:32:26.824809+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"53'1","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.809480+0000","last_change":"2024-04-20T03:32:26.448588+0000","last_active":"2024-04-20T03:32:26.809480+0000","last_peered":"2024-04-20T03:32:26.809480+0000","last_clean":"2024-04-20T03:32:26.809480+0000","last_became_active":"2024-04-20T03:32:26.448273+0000","last_became_peered":"2024-04-20T03:32:26.448273+0000","last_unstale":"2024-04-20T03:32:26.809480+0000","last_undegraded":"2024-04-20T03:32:26.809480+0000","last_fullsized":"2024-04-20T03:32:26.809480+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828871+0000","last_change":"2024-04-20T03:32:26.828871+0000","last_active":"2024-04-20T03:32:26.828871+0000","last_peered":"2024-04-20T03:32:26.828871+0000","last_clean":"2024-04-20T03:32:26.828871+0000","last_became_active":"2024-04-20T03:32:26.828409+0000","last_became_peered":"2024-04-20T03:32:26.828409+0000","last_unstale":"2024-04-20T03:32:26.828871+0000","last_undegraded":"2024-04-20T03:32:26.828871+0000","last_fullsized":"2024-04-20T03:32:26.828871+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.452215+0000","last_change":"2024-04-20T03:32:26.451072+0000","last_active":"2024-04-20T03:32:26.452215+0000","last_peered":"2024-04-20T03:32:26.452215+0000","last_clean":"2024-04-20T03:32:26.452215+0000","last_became_active":"2024-04-20T03:32:26.450753+0000","last_became_peered":"2024-04-20T03:32:26.450753+0000","last_unstale":"2024-04-20T03:32:26.452215+0000","last_undegraded":"2024-04-20T03:32:26.452215+0000","last_fullsized":"2024-04-20T03:32:26.452215+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.446862+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.456447+0000","last_change":"2024-04-20T03:32:26.456447+0000","last_active":"2024-04-20T03:32:26.456447+0000","last_peered":"2024-04-20T03:32:26.456447+0000","last_clean":"2024-04-20T03:32:26.456447+0000","last_became_active":"2024-04-20T03:32:26.456132+0000","last_became_peered":"2024-04-20T03:32:26.456132+0000","last_unstale":"2024-04-20T03:32:26.456447+0000","last_undegraded":"2024-04-20T03:32:26.456447+0000","last_fullsized":"2024-04-20T03:32:26.456447+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831404+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:32:26.831404+0000","last_peered":"2024-04-20T03:32:26.831404+0000","last_clean":"2024-04-20T03:32:26.831404+0000","last_became_active":"2024-04-20T03:32:26.831118+0000","last_became_peered":"2024-04-20T03:32:26.831118+0000","last_unstale":"2024-04-20T03:32:26.831404+0000","last_undegraded":"2024-04-20T03:32:26.831404+0000","last_fullsized":"2024-04-20T03:32:26.831404+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.826668+0000","last_change":"2024-04-20T03:32:26.826668+0000","last_active":"2024-04-20T03:32:26.826668+0000","last_peered":"2024-04-20T03:32:26.826668+0000","last_clean":"2024-04-20T03:32:26.826668+0000","last_became_active":"2024-04-20T03:32:26.826369+0000","last_became_peered":"2024-04-20T03:32:26.826369+0000","last_unstale":"2024-04-20T03:32:26.826668+0000","last_undegraded":"2024-04-20T03:32:26.826668+0000","last_fullsized":"2024-04-20T03:32:26.826668+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434893+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,3],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.457190+0000","last_change":"2024-04-20T03:32:26.457190+0000","last_active":"2024-04-20T03:32:26.457190+0000","last_peered":"2024-04-20T03:32:26.457190+0000","last_clean":"2024-04-20T03:32:26.457190+0000","last_became_active":"2024-04-20T03:32:26.456865+0000","last_became_peered":"2024-04-20T03:32:26.456865+0000","last_unstale":"2024-04-20T03:32:26.457190+0000","last_undegraded":"2024-04-20T03:32:26.457190+0000","last_fullsized":"2024-04-20T03:32:26.457190+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":13,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.442788+0000","last_change":"2024-04-20T03:32:09.240448+0000","last_active":"2024-04-20T03:32:26.442788+0000","last_peered":"2024-04-20T03:32:26.442788+0000","last_clean":"2024-04-20T03:32:26.442788+0000","last_became_active":"2024-04-20T03:32:09.240111+0000","last_became_peered":"2024-04-20T03:32:09.240111+0000","last_unstale":"2024-04-20T03:32:26.442788+0000","last_undegraded":"2024-04-20T03:32:26.442788+0000","last_fullsized":"2024-04-20T03:32:26.442788+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_clean_scrub_stamp":"2024-04-20T03:30:06.347569+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834749+0000","last_change":"2024-04-20T03:32:26.832653+0000","last_active":"2024-04-20T03:32:26.834749+0000","last_peered":"2024-04-20T03:32:26.834749+0000","last_clean":"2024-04-20T03:32:26.834749+0000","last_became_active":"2024-04-20T03:32:26.832364+0000","last_became_peered":"2024-04-20T03:32:26.832364+0000","last_unstale":"2024-04-20T03:32:26.834749+0000","last_undegraded":"2024-04-20T03:32:26.834749+0000","last_fullsized":"2024-04-20T03:32:26.834749+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.460171+0000","last_change":"2024-04-20T03:32:26.459525+0000","last_active":"2024-04-20T03:32:26.460171+0000","last_peered":"2024-04-20T03:32:26.460171+0000","last_clean":"2024-04-20T03:32:26.460171+0000","last_became_active":"2024-04-20T03:32:26.459218+0000","last_became_peered":"2024-04-20T03:32:26.459218+0000","last_unstale":"2024-04-20T03:32:26.460171+0000","last_undegraded":"2024-04-20T03:32:26.460171+0000","last_fullsized":"2024-04-20T03:32:26.460171+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.460569+0000","last_change":"2024-04-20T03:32:26.459867+0000","last_active":"2024-04-20T03:32:26.460569+0000","last_peered":"2024-04-20T03:32:26.460569+0000","last_clean":"2024-04-20T03:32:26.460569+0000","last_became_active":"2024-04-20T03:32:26.459136+0000","last_became_peered":"2024-04-20T03:32:26.459136+0000","last_unstale":"2024-04-20T03:32:26.460569+0000","last_undegraded":"2024-04-20T03:32:26.460569+0000","last_fullsized":"2024-04-20T03:32:26.460569+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828962+0000","last_change":"2024-04-20T03:32:26.828962+0000","last_active":"2024-04-20T03:32:26.828962+0000","last_peered":"2024-04-20T03:32:26.828962+0000","last_clean":"2024-04-20T03:32:26.828962+0000","last_became_active":"2024-04-20T03:32:26.828241+0000","last_became_peered":"2024-04-20T03:32:26.828241+0000","last_unstale":"2024-04-20T03:32:26.828962+0000","last_undegraded":"2024-04-20T03:32:26.828962+0000","last_fullsized":"2024-04-20T03:32:26.828962+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.449651+0000","last_change":"2024-04-20T03:32:26.446310+0000","last_active":"2024-04-20T03:32:26.449651+0000","last_peered":"2024-04-20T03:32:26.449651+0000","last_clean":"2024-04-20T03:32:26.449651+0000","last_became_active":"2024-04-20T03:32:26.446015+0000","last_became_peered":"2024-04-20T03:32:26.446015+0000","last_unstale":"2024-04-20T03:32:26.449651+0000","last_undegraded":"2024-04-20T03:32:26.449651+0000","last_fullsized":"2024-04-20T03:32:26.449651+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430862+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834415+0000","last_change":"2024-04-20T03:32:26.829007+0000","last_active":"2024-04-20T03:32:26.834415+0000","last_peered":"2024-04-20T03:32:26.834415+0000","last_clean":"2024-04-20T03:32:26.834415+0000","last_became_active":"2024-04-20T03:32:26.828656+0000","last_became_peered":"2024-04-20T03:32:26.828656+0000","last_unstale":"2024-04-20T03:32:26.834415+0000","last_undegraded":"2024-04-20T03:32:26.834415+0000","last_fullsized":"2024-04-20T03:32:26.834415+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.459881+0000","last_change":"2024-04-20T03:32:26.459222+0000","last_active":"2024-04-20T03:32:26.459881+0000","last_peered":"2024-04-20T03:32:26.459881+0000","last_clean":"2024-04-20T03:32:26.459881+0000","last_became_active":"2024-04-20T03:32:26.458819+0000","last_became_peered":"2024-04-20T03:32:26.458819+0000","last_unstale":"2024-04-20T03:32:26.459881+0000","last_undegraded":"2024-04-20T03:32:26.459881+0000","last_fullsized":"2024-04-20T03:32:26.459881+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.817898+0000","last_change":"2024-04-20T03:32:26.817898+0000","last_active":"2024-04-20T03:32:26.817898+0000","last_peered":"2024-04-20T03:32:26.817898+0000","last_clean":"2024-04-20T03:32:26.817898+0000","last_became_active":"2024-04-20T03:32:26.817574+0000","last_became_peered":"2024-04-20T03:32:26.817574+0000","last_unstale":"2024-04-20T03:32:26.817898+0000","last_undegraded":"2024-04-20T03:32:26.817898+0000","last_fullsized":"2024-04-20T03:32:26.817898+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.453450+0000","last_change":"2024-04-20T03:32:26.452127+0000","last_active":"2024-04-20T03:32:26.453450+0000","last_peered":"2024-04-20T03:32:26.453450+0000","last_clean":"2024-04-20T03:32:26.453450+0000","last_became_active":"2024-04-20T03:32:26.451220+0000","last_became_peered":"2024-04-20T03:32:26.451220+0000","last_unstale":"2024-04-20T03:32:26.453450+0000","last_undegraded":"2024-04-20T03:32:26.453450+0000","last_fullsized":"2024-04-20T03:32:26.453450+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.450440+0000","last_change":"2024-04-20T03:32:26.450170+0000","last_active":"2024-04-20T03:32:26.450440+0000","last_peered":"2024-04-20T03:32:26.450440+0000","last_clean":"2024-04-20T03:32:26.450440+0000","last_became_active":"2024-04-20T03:32:26.449478+0000","last_became_peered":"2024-04-20T03:32:26.449478+0000","last_unstale":"2024-04-20T03:32:26.450440+0000","last_undegraded":"2024-04-20T03:32:26.450440+0000","last_fullsized":"2024-04-20T03:32:26.450440+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.b","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829209+0000","last_change":"2024-04-20T03:32:26.452860+0000","last_active":"2024-04-20T03:32:26.829209+0000","last_peered":"2024-04-20T03:32:26.829209+0000","last_clean":"2024-04-20T03:32:26.829209+0000","last_became_active":"2024-04-20T03:32:26.452537+0000","last_became_peered":"2024-04-20T03:32:26.452537+0000","last_unstale":"2024-04-20T03:32:26.829209+0000","last_undegraded":"2024-04-20T03:32:26.829209+0000","last_fullsized":"2024-04-20T03:32:26.829209+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.436392+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,5],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829033+0000","last_change":"2024-04-20T03:32:26.829033+0000","last_active":"2024-04-20T03:32:26.829033+0000","last_peered":"2024-04-20T03:32:26.829033+0000","last_clean":"2024-04-20T03:32:26.829033+0000","last_became_active":"2024-04-20T03:32:26.828152+0000","last_became_peered":"2024-04-20T03:32:26.828152+0000","last_unstale":"2024-04-20T03:32:26.829033+0000","last_undegraded":"2024-04-20T03:32:26.829033+0000","last_fullsized":"2024-04-20T03:32:26.829033+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"53'1","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.815643+0000","last_change":"2024-04-20T03:32:26.451554+0000","last_active":"2024-04-20T03:32:26.815643+0000","last_peered":"2024-04-20T03:32:26.815643+0000","last_clean":"2024-04-20T03:32:26.815643+0000","last_became_active":"2024-04-20T03:32:26.449515+0000","last_became_peered":"2024-04-20T03:32:26.449515+0000","last_unstale":"2024-04-20T03:32:26.815643+0000","last_undegraded":"2024-04-20T03:32:26.815643+0000","last_fullsized":"2024-04-20T03:32:26.815643+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.444326+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,6],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.435874+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,7],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.833126+0000","last_change":"2024-04-20T03:32:26.833126+0000","last_active":"2024-04-20T03:32:26.833126+0000","last_peered":"2024-04-20T03:32:26.833126+0000","last_clean":"2024-04-20T03:32:26.833126+0000","last_became_active":"2024-04-20T03:32:26.832413+0000","last_became_peered":"2024-04-20T03:32:26.832413+0000","last_unstale":"2024-04-20T03:32:26.833126+0000","last_undegraded":"2024-04-20T03:32:26.833126+0000","last_fullsized":"2024-04-20T03:32:26.833126+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.441425+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834566+0000","last_change":"2024-04-20T03:32:26.829271+0000","last_active":"2024-04-20T03:32:26.834566+0000","last_peered":"2024-04-20T03:32:26.834566+0000","last_clean":"2024-04-20T03:32:26.834566+0000","last_became_active":"2024-04-20T03:32:26.829007+0000","last_became_peered":"2024-04-20T03:32:26.829007+0000","last_unstale":"2024-04-20T03:32:26.834566+0000","last_undegraded":"2024-04-20T03:32:26.834566+0000","last_fullsized":"2024-04-20T03:32:26.834566+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828141+0000","last_change":"2024-04-20T03:32:26.828141+0000","last_active":"2024-04-20T03:32:26.828141+0000","last_peered":"2024-04-20T03:32:26.828141+0000","last_clean":"2024-04-20T03:32:26.828141+0000","last_became_active":"2024-04-20T03:32:26.827319+0000","last_became_peered":"2024-04-20T03:32:26.827319+0000","last_unstale":"2024-04-20T03:32:26.828141+0000","last_undegraded":"2024-04-20T03:32:26.828141+0000","last_fullsized":"2024-04-20T03:32:26.828141+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.439048+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.441838+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[6,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834730+0000","last_change":"2024-04-20T03:32:26.833737+0000","last_active":"2024-04-20T03:32:26.834730+0000","last_peered":"2024-04-20T03:32:26.834730+0000","last_clean":"2024-04-20T03:32:26.834730+0000","last_became_active":"2024-04-20T03:32:26.833385+0000","last_became_peered":"2024-04-20T03:32:26.833385+0000","last_unstale":"2024-04-20T03:32:26.834730+0000","last_undegraded":"2024-04-20T03:32:26.834730+0000","last_fullsized":"2024-04-20T03:32:26.834730+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"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":132,"acting":132,"num_store_stats":5},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":7},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":770,"num_objects":11,"num_object_clones":0,"num_object_copies":33,"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":11,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":20,"num_write_kb":10,"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":6,"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":49152,"data_stored":2116,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":17,"ondisk_log_size":17,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":48,"seq":206158430214,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297608,"kb_used_data":512,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447544,"statfs":{"total":95995035648,"available":95690285056,"internally_reserved":0,"allocated":524288,"data_stored":210088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53200000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.441}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39100000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.499}]}]},{"osd":6,"up_from":42,"seq":180388626443,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297572,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447580,"statfs":{"total":95995035648,"available":95690321920,"internally_reserved":0,"allocated":487424,"data_stored":195423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40699999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51000000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42299999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]}]},{"osd":1,"up_from":13,"seq":55834574884,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297580,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447572,"statfs":{"total":95995035648,"available":95690313728,"internally_reserved":0,"allocated":495616,"data_stored":201745,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.315,"15min":0.307},"min":{"1min":0.26600000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.35299999999999998,"15min":0.34300000000000003},"min":{"1min":0.30399999999999999,"5min":0.253,"15min":0.253},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.53800000000000003}]},{"osd":2,"last update":"Sat Apr 20 03:32:07 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.376,"15min":0.374},"min":{"1min":0.245,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.498},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.36599999999999999,"15min":0.35699999999999998},"min":{"1min":0.28299999999999997,"5min":0.254,"15min":0.254},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.45100000000000001}]},{"osd":3,"last update":"Sat Apr 20 03:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.52700000000000002}]},{"osd":4,"last update":"Sat Apr 20 03:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.55000000000000004}]},{"osd":5,"last update":"Sat Apr 20 03:32:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.62},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.69299999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68500000000000005}]}]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297628,"kb_used_data":532,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447524,"statfs":{"total":95995035648,"available":95690264576,"internally_reserved":0,"allocated":544768,"data_stored":216874,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Apr 20 03:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.313,"15min":0.30299999999999999},"min":{"1min":0.252,"5min":0.193,"15min":0.193},"max":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.435,"5min":0.34399999999999997,"15min":0.32900000000000001},"min":{"1min":0.32500000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.45000000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:32:15 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.35099999999999998,"15min":0.34699999999999998},"min":{"1min":0.28799999999999998,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.371},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.34999999999999998,"15min":0.34399999999999997},"min":{"1min":0.30099999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.436}]},{"osd":3,"last update":"Sat Apr 20 03:31:31 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.46200000000000002}]},{"osd":4,"last update":"Sat Apr 20 03:31:52 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.65300000000000002}]},{"osd":5,"last update":"Sat Apr 20 03:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.64400000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]}]},{"osd":2,"up_from":18,"seq":77309411358,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297576,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447576,"statfs":{"total":95995035648,"available":95690317824,"internally_reserved":0,"allocated":491520,"data_stored":195738,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.371,"15min":0.36899999999999999},"min":{"1min":0.28599999999999998,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.38300000000000001,"15min":0.379},"min":{"1min":0.27900000000000003,"5min":0.251,"15min":0.251},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.219}]},{"osd":1,"last update":"Sat Apr 20 03:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.39400000000000002,"15min":0.38900000000000001},"min":{"1min":0.307,"5min":0.249,"15min":0.249},"max":{"1min":0.59099999999999997,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.39500000000000002,"15min":0.39300000000000002},"min":{"1min":0.29599999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.247}]},{"osd":3,"last update":"Sat Apr 20 03:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.23200000000000001},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.30399999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.46700000000000003}]},{"osd":5,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.376},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.45700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39500000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]}]},{"osd":3,"up_from":25,"seq":107374182426,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297564,"kb_used_data":468,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447588,"statfs":{"total":95995035648,"available":95690330112,"internally_reserved":0,"allocated":479232,"data_stored":189559,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.29999999999999999}]},{"osd":1,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.34899999999999998}]},{"osd":2,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.47599999999999998}]},{"osd":4,"last update":"Sat Apr 20 03:31:53 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.55800000000000005}]},{"osd":5,"last update":"Sat Apr 20 03:32:18 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.98099999999999998,"5min":0.98099999999999998,"15min":0.98099999999999998},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.38300000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]}]},{"osd":4,"up_from":30,"seq":128849018900,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297616,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447536,"statfs":{"total":95995035648,"available":95690276864,"internally_reserved":0,"allocated":532480,"data_stored":210192,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.42099999999999999}]},{"osd":1,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.45900000000000002}]},{"osd":2,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.62}]},{"osd":3,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.44600000000000001}]},{"osd":5,"last update":"Sat Apr 20 03:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.5},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.65500000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53300000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63700000000000001}]}]},{"osd":5,"up_from":36,"seq":154618822672,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297588,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447564,"statfs":{"total":95995035648,"available":95690305536,"internally_reserved":0,"allocated":503808,"data_stored":202375,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.52300000000000002}]},{"osd":1,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.44700000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.55500000000000005}]},{"osd":3,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.42199999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.624}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":4,"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},{"poolid":1,"osd":5,"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},{"poolid":1,"osd":6,"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},{"poolid":1,"osd":7,"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},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"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},{"poolid":2,"osd":3,"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},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"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},{"poolid":2,"osd":6,"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},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"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},{"poolid":3,"osd":1,"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},{"poolid":3,"osd":4,"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},{"poolid":3,"osd":5,"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},{"poolid":3,"osd":7,"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}]}} 2024-04-20T03:32:29.791 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-04-20T03:32:30.118 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:30.120 INFO:teuthology.orchestra.run.smithi177.stderr:dumped all 2024-04-20T03:32:30.128 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:28.815343+0000 mon.a (mon.0) 586 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2024-04-20T03:32:30.128 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:28.815430+0000 mon.a (mon.0) 587 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-04-20T03:32:30.128 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:29.165975+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.177:0/389496668' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:30.129 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:29.467459+0000 mon.c (mon.2) 19 : audit [DBG] from='client.? 172.21.15.177:0/3696834117' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:30.129 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:28.815343+0000 mon.a (mon.0) 586 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2024-04-20T03:32:30.129 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:28.815430+0000 mon.a (mon.0) 587 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-04-20T03:32:30.129 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:29.165975+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.177:0/389496668' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:30.129 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:29.467459+0000 mon.c (mon.2) 19 : audit [DBG] from='client.? 172.21.15.177:0/3696834117' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:30.130 INFO:teuthology.orchestra.run.smithi177.stdout:{"pg_ready":true,"pg_map":{"version":181,"stamp":"2024-04-20T03:32:29.190431+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":770,"num_objects":11,"num_object_clones":0,"num_object_copies":33,"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":11,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":20,"num_write_kb":10,"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":6,"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":17,"ondisk_log_size":17,"up":231,"acting":231,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":60,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2380732,"kb_used_data":3964,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747580484,"statfs":{"total":767960285184,"available":765522415616,"internally_reserved":0,"allocated":4059136,"data_stored":1621994,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"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":7,"apply_latency_ms":7,"commit_latency_ns":7000000,"apply_latency_ns":7000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":588,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7,"num_write_kb":7,"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":2,"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":"1.375891"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.832723+0000","last_change":"2024-04-20T03:32:26.832723+0000","last_active":"2024-04-20T03:32:26.832723+0000","last_peered":"2024-04-20T03:32:26.832723+0000","last_clean":"2024-04-20T03:32:26.832723+0000","last_became_active":"2024-04-20T03:32:26.831636+0000","last_became_peered":"2024-04-20T03:32:26.831636+0000","last_unstale":"2024-04-20T03:32:26.832723+0000","last_undegraded":"2024-04-20T03:32:26.832723+0000","last_fullsized":"2024-04-20T03:32:26.832723+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829625+0000","last_change":"2024-04-20T03:32:26.829625+0000","last_active":"2024-04-20T03:32:26.829625+0000","last_peered":"2024-04-20T03:32:26.829625+0000","last_clean":"2024-04-20T03:32:26.829625+0000","last_became_active":"2024-04-20T03:32:26.829340+0000","last_became_peered":"2024-04-20T03:32:26.829340+0000","last_unstale":"2024-04-20T03:32:26.829625+0000","last_undegraded":"2024-04-20T03:32:26.829625+0000","last_fullsized":"2024-04-20T03:32:26.829625+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835210+0000","last_change":"2024-04-20T03:32:26.834828+0000","last_active":"2024-04-20T03:32:26.835210+0000","last_peered":"2024-04-20T03:32:26.835210+0000","last_clean":"2024-04-20T03:32:26.835210+0000","last_became_active":"2024-04-20T03:32:26.834591+0000","last_became_peered":"2024-04-20T03:32:26.834591+0000","last_unstale":"2024-04-20T03:32:26.835210+0000","last_undegraded":"2024-04-20T03:32:26.835210+0000","last_fullsized":"2024-04-20T03:32:26.835210+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.443964+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825308+0000","last_change":"2024-04-20T03:32:26.825308+0000","last_active":"2024-04-20T03:32:26.825308+0000","last_peered":"2024-04-20T03:32:26.825308+0000","last_clean":"2024-04-20T03:32:26.825308+0000","last_became_active":"2024-04-20T03:32:26.824156+0000","last_became_peered":"2024-04-20T03:32:26.824156+0000","last_unstale":"2024-04-20T03:32:26.825308+0000","last_undegraded":"2024-04-20T03:32:26.825308+0000","last_fullsized":"2024-04-20T03:32:26.825308+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442246+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,1],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831404+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:32:26.831404+0000","last_peered":"2024-04-20T03:32:26.831404+0000","last_clean":"2024-04-20T03:32:26.831404+0000","last_became_active":"2024-04-20T03:32:26.831098+0000","last_became_peered":"2024-04-20T03:32:26.831098+0000","last_unstale":"2024-04-20T03:32:26.831404+0000","last_undegraded":"2024-04-20T03:32:26.831404+0000","last_fullsized":"2024-04-20T03:32:26.831404+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.832959+0000","last_change":"2024-04-20T03:32:26.832959+0000","last_active":"2024-04-20T03:32:26.832959+0000","last_peered":"2024-04-20T03:32:26.832959+0000","last_clean":"2024-04-20T03:32:26.832959+0000","last_became_active":"2024-04-20T03:32:26.832027+0000","last_became_peered":"2024-04-20T03:32:26.832027+0000","last_unstale":"2024-04-20T03:32:26.832959+0000","last_undegraded":"2024-04-20T03:32:26.832959+0000","last_fullsized":"2024-04-20T03:32:26.832959+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829553+0000","last_change":"2024-04-20T03:32:26.829553+0000","last_active":"2024-04-20T03:32:26.829553+0000","last_peered":"2024-04-20T03:32:26.829553+0000","last_clean":"2024-04-20T03:32:26.829553+0000","last_became_active":"2024-04-20T03:32:26.829265+0000","last_became_peered":"2024-04-20T03:32:26.829265+0000","last_unstale":"2024-04-20T03:32:26.829553+0000","last_undegraded":"2024-04-20T03:32:26.829553+0000","last_fullsized":"2024-04-20T03:32:26.829553+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.839059+0000","last_change":"2024-04-20T03:32:26.838601+0000","last_active":"2024-04-20T03:32:26.839059+0000","last_peered":"2024-04-20T03:32:26.839059+0000","last_clean":"2024-04-20T03:32:26.839059+0000","last_became_active":"2024-04-20T03:32:26.838270+0000","last_became_peered":"2024-04-20T03:32:26.838270+0000","last_unstale":"2024-04-20T03:32:26.839059+0000","last_undegraded":"2024-04-20T03:32:26.839059+0000","last_fullsized":"2024-04-20T03:32:26.839059+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829393+0000","last_change":"2024-04-20T03:32:26.829393+0000","last_active":"2024-04-20T03:32:26.829393+0000","last_peered":"2024-04-20T03:32:26.829393+0000","last_clean":"2024-04-20T03:32:26.829393+0000","last_became_active":"2024-04-20T03:32:26.829104+0000","last_became_peered":"2024-04-20T03:32:26.829104+0000","last_unstale":"2024-04-20T03:32:26.829393+0000","last_undegraded":"2024-04-20T03:32:26.829393+0000","last_fullsized":"2024-04-20T03:32:26.829393+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.439916+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442549+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.824653+0000","last_change":"2024-04-20T03:32:26.824653+0000","last_active":"2024-04-20T03:32:26.824653+0000","last_peered":"2024-04-20T03:32:26.824653+0000","last_clean":"2024-04-20T03:32:26.824653+0000","last_became_active":"2024-04-20T03:32:26.824164+0000","last_became_peered":"2024-04-20T03:32:26.824164+0000","last_unstale":"2024-04-20T03:32:26.824653+0000","last_undegraded":"2024-04-20T03:32:26.824653+0000","last_fullsized":"2024-04-20T03:32:26.824653+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1f","version":"53'4","reported_seq":15,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.836646+0000","last_change":"2024-04-20T03:32:26.458449+0000","last_active":"2024-04-20T03:32:26.836646+0000","last_peered":"2024-04-20T03:32:26.836646+0000","last_clean":"2024-04-20T03:32:26.836646+0000","last_became_active":"2024-04-20T03:32:26.458182+0000","last_became_peered":"2024-04-20T03:32:26.458182+0000","last_unstale":"2024-04-20T03:32:26.836646+0000","last_undegraded":"2024-04-20T03:32:26.836646+0000","last_fullsized":"2024-04-20T03:32:26.836646+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":4,"ondisk_log_size":4,"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,"stat_sum":{"num_bytes":554,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434818+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,5],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.838903+0000","last_change":"2024-04-20T03:32:26.838154+0000","last_active":"2024-04-20T03:32:26.838903+0000","last_peered":"2024-04-20T03:32:26.838903+0000","last_clean":"2024-04-20T03:32:26.838903+0000","last_became_active":"2024-04-20T03:32:26.837703+0000","last_became_peered":"2024-04-20T03:32:26.837703+0000","last_unstale":"2024-04-20T03:32:26.838903+0000","last_undegraded":"2024-04-20T03:32:26.838903+0000","last_fullsized":"2024-04-20T03:32:26.838903+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1d","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835755+0000","last_change":"2024-04-20T03:32:26.460136+0000","last_active":"2024-04-20T03:32:26.835755+0000","last_peered":"2024-04-20T03:32:26.835755+0000","last_clean":"2024-04-20T03:32:26.835755+0000","last_became_active":"2024-04-20T03:32:26.459571+0000","last_became_peered":"2024-04-20T03:32:26.459571+0000","last_unstale":"2024-04-20T03:32:26.835755+0000","last_undegraded":"2024-04-20T03:32:26.835755+0000","last_fullsized":"2024-04-20T03:32:26.835755+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442801+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,4],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828564+0000","last_change":"2024-04-20T03:32:26.458229+0000","last_active":"2024-04-20T03:32:26.828564+0000","last_peered":"2024-04-20T03:32:26.828564+0000","last_clean":"2024-04-20T03:32:26.828564+0000","last_became_active":"2024-04-20T03:32:26.457863+0000","last_became_peered":"2024-04-20T03:32:26.457863+0000","last_unstale":"2024-04-20T03:32:26.828564+0000","last_undegraded":"2024-04-20T03:32:26.828564+0000","last_fullsized":"2024-04-20T03:32:26.828564+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.447833+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,6],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434607+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[6,7],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.817230+0000","last_change":"2024-04-20T03:32:26.817230+0000","last_active":"2024-04-20T03:32:26.817230+0000","last_peered":"2024-04-20T03:32:26.817230+0000","last_clean":"2024-04-20T03:32:26.817230+0000","last_became_active":"2024-04-20T03:32:26.816872+0000","last_became_peered":"2024-04-20T03:32:26.816872+0000","last_unstale":"2024-04-20T03:32:26.817230+0000","last_undegraded":"2024-04-20T03:32:26.817230+0000","last_fullsized":"2024-04-20T03:32:26.817230+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430928+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834548+0000","last_change":"2024-04-20T03:32:26.829218+0000","last_active":"2024-04-20T03:32:26.834548+0000","last_peered":"2024-04-20T03:32:26.834548+0000","last_clean":"2024-04-20T03:32:26.834548+0000","last_became_active":"2024-04-20T03:32:26.828897+0000","last_became_peered":"2024-04-20T03:32:26.828897+0000","last_unstale":"2024-04-20T03:32:26.834548+0000","last_undegraded":"2024-04-20T03:32:26.834548+0000","last_fullsized":"2024-04-20T03:32:26.834548+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434541+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,6],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.453633+0000","last_change":"2024-04-20T03:32:26.453633+0000","last_active":"2024-04-20T03:32:26.453633+0000","last_peered":"2024-04-20T03:32:26.453633+0000","last_clean":"2024-04-20T03:32:26.453633+0000","last_became_active":"2024-04-20T03:32:26.453261+0000","last_became_peered":"2024-04-20T03:32:26.453261+0000","last_unstale":"2024-04-20T03:32:26.453633+0000","last_undegraded":"2024-04-20T03:32:26.453633+0000","last_fullsized":"2024-04-20T03:32:26.453633+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.820223+0000","last_change":"2024-04-20T03:32:26.820223+0000","last_active":"2024-04-20T03:32:26.820223+0000","last_peered":"2024-04-20T03:32:26.820223+0000","last_clean":"2024-04-20T03:32:26.820223+0000","last_became_active":"2024-04-20T03:32:26.819848+0000","last_became_peered":"2024-04-20T03:32:26.819848+0000","last_unstale":"2024-04-20T03:32:26.820223+0000","last_undegraded":"2024-04-20T03:32:26.820223+0000","last_fullsized":"2024-04-20T03:32:26.820223+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.431495+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.446027+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.458984+0000","last_change":"2024-04-20T03:32:26.458984+0000","last_active":"2024-04-20T03:32:26.458984+0000","last_peered":"2024-04-20T03:32:26.458984+0000","last_clean":"2024-04-20T03:32:26.458984+0000","last_became_active":"2024-04-20T03:32:26.458637+0000","last_became_peered":"2024-04-20T03:32:26.458637+0000","last_unstale":"2024-04-20T03:32:26.458984+0000","last_undegraded":"2024-04-20T03:32:26.458984+0000","last_fullsized":"2024-04-20T03:32:26.458984+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.838884+0000","last_change":"2024-04-20T03:32:26.837994+0000","last_active":"2024-04-20T03:32:26.838884+0000","last_peered":"2024-04-20T03:32:26.838884+0000","last_clean":"2024-04-20T03:32:26.838884+0000","last_became_active":"2024-04-20T03:32:26.837325+0000","last_became_peered":"2024-04-20T03:32:26.837325+0000","last_unstale":"2024-04-20T03:32:26.838884+0000","last_undegraded":"2024-04-20T03:32:26.838884+0000","last_fullsized":"2024-04-20T03:32:26.838884+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"53'3","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834076+0000","last_change":"2024-04-20T03:32:26.453155+0000","last_active":"2024-04-20T03:32:26.834076+0000","last_peered":"2024-04-20T03:32:26.834076+0000","last_clean":"2024-04-20T03:32:26.834076+0000","last_became_active":"2024-04-20T03:32:26.452447+0000","last_became_peered":"2024-04-20T03:32:26.452447+0000","last_unstale":"2024-04-20T03:32:26.834076+0000","last_undegraded":"2024-04-20T03:32:26.834076+0000","last_fullsized":"2024-04-20T03:32:26.834076+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":3,"ondisk_log_size":3,"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,"stat_sum":{"num_bytes":90,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.821099+0000","last_change":"2024-04-20T03:32:26.821099+0000","last_active":"2024-04-20T03:32:26.821099+0000","last_peered":"2024-04-20T03:32:26.821099+0000","last_clean":"2024-04-20T03:32:26.821099+0000","last_became_active":"2024-04-20T03:32:26.820407+0000","last_became_peered":"2024-04-20T03:32:26.820407+0000","last_unstale":"2024-04-20T03:32:26.821099+0000","last_undegraded":"2024-04-20T03:32:26.821099+0000","last_fullsized":"2024-04-20T03:32:26.821099+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.14","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430944+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825194+0000","last_change":"2024-04-20T03:32:26.825194+0000","last_active":"2024-04-20T03:32:26.825194+0000","last_peered":"2024-04-20T03:32:26.825194+0000","last_clean":"2024-04-20T03:32:26.825194+0000","last_became_active":"2024-04-20T03:32:26.824883+0000","last_became_peered":"2024-04-20T03:32:26.824883+0000","last_unstale":"2024-04-20T03:32:26.825194+0000","last_undegraded":"2024-04-20T03:32:26.825194+0000","last_fullsized":"2024-04-20T03:32:26.825194+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.837487+0000","last_change":"2024-04-20T03:32:26.451054+0000","last_active":"2024-04-20T03:32:26.837487+0000","last_peered":"2024-04-20T03:32:26.837487+0000","last_clean":"2024-04-20T03:32:26.837487+0000","last_became_active":"2024-04-20T03:32:26.450643+0000","last_became_peered":"2024-04-20T03:32:26.450643+0000","last_unstale":"2024-04-20T03:32:26.837487+0000","last_undegraded":"2024-04-20T03:32:26.837487+0000","last_fullsized":"2024-04-20T03:32:26.837487+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":34,"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":0,"num_read_kb":0,"num_write":3,"num_write_kb":6,"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":1,"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":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834705+0000","last_change":"2024-04-20T03:32:26.832718+0000","last_active":"2024-04-20T03:32:26.834705+0000","last_peered":"2024-04-20T03:32:26.834705+0000","last_clean":"2024-04-20T03:32:26.834705+0000","last_became_active":"2024-04-20T03:32:26.832487+0000","last_became_peered":"2024-04-20T03:32:26.832487+0000","last_unstale":"2024-04-20T03:32:26.834705+0000","last_undegraded":"2024-04-20T03:32:26.834705+0000","last_fullsized":"2024-04-20T03:32:26.834705+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.456829+0000","last_change":"2024-04-20T03:32:26.456829+0000","last_active":"2024-04-20T03:32:26.456829+0000","last_peered":"2024-04-20T03:32:26.456829+0000","last_clean":"2024-04-20T03:32:26.456829+0000","last_became_active":"2024-04-20T03:32:26.456410+0000","last_became_peered":"2024-04-20T03:32:26.456410+0000","last_unstale":"2024-04-20T03:32:26.456829+0000","last_undegraded":"2024-04-20T03:32:26.456829+0000","last_fullsized":"2024-04-20T03:32:26.456829+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.822842+0000","last_change":"2024-04-20T03:32:26.822842+0000","last_active":"2024-04-20T03:32:26.822842+0000","last_peered":"2024-04-20T03:32:26.822842+0000","last_clean":"2024-04-20T03:32:26.822842+0000","last_became_active":"2024-04-20T03:32:26.822375+0000","last_became_peered":"2024-04-20T03:32:26.822375+0000","last_unstale":"2024-04-20T03:32:26.822842+0000","last_undegraded":"2024-04-20T03:32:26.822842+0000","last_fullsized":"2024-04-20T03:32:26.822842+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430937+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,4],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.10","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.435926+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,1],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.824809+0000","last_change":"2024-04-20T03:32:26.824809+0000","last_active":"2024-04-20T03:32:26.824809+0000","last_peered":"2024-04-20T03:32:26.824809+0000","last_clean":"2024-04-20T03:32:26.824809+0000","last_became_active":"2024-04-20T03:32:26.824521+0000","last_became_peered":"2024-04-20T03:32:26.824521+0000","last_unstale":"2024-04-20T03:32:26.824809+0000","last_undegraded":"2024-04-20T03:32:26.824809+0000","last_fullsized":"2024-04-20T03:32:26.824809+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"53'1","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.809480+0000","last_change":"2024-04-20T03:32:26.448588+0000","last_active":"2024-04-20T03:32:26.809480+0000","last_peered":"2024-04-20T03:32:26.809480+0000","last_clean":"2024-04-20T03:32:26.809480+0000","last_became_active":"2024-04-20T03:32:26.448273+0000","last_became_peered":"2024-04-20T03:32:26.448273+0000","last_unstale":"2024-04-20T03:32:26.809480+0000","last_undegraded":"2024-04-20T03:32:26.809480+0000","last_fullsized":"2024-04-20T03:32:26.809480+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828871+0000","last_change":"2024-04-20T03:32:26.828871+0000","last_active":"2024-04-20T03:32:26.828871+0000","last_peered":"2024-04-20T03:32:26.828871+0000","last_clean":"2024-04-20T03:32:26.828871+0000","last_became_active":"2024-04-20T03:32:26.828409+0000","last_became_peered":"2024-04-20T03:32:26.828409+0000","last_unstale":"2024-04-20T03:32:26.828871+0000","last_undegraded":"2024-04-20T03:32:26.828871+0000","last_fullsized":"2024-04-20T03:32:26.828871+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.452215+0000","last_change":"2024-04-20T03:32:26.451072+0000","last_active":"2024-04-20T03:32:26.452215+0000","last_peered":"2024-04-20T03:32:26.452215+0000","last_clean":"2024-04-20T03:32:26.452215+0000","last_became_active":"2024-04-20T03:32:26.450753+0000","last_became_peered":"2024-04-20T03:32:26.450753+0000","last_unstale":"2024-04-20T03:32:26.452215+0000","last_undegraded":"2024-04-20T03:32:26.452215+0000","last_fullsized":"2024-04-20T03:32:26.452215+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.446862+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.456447+0000","last_change":"2024-04-20T03:32:26.456447+0000","last_active":"2024-04-20T03:32:26.456447+0000","last_peered":"2024-04-20T03:32:26.456447+0000","last_clean":"2024-04-20T03:32:26.456447+0000","last_became_active":"2024-04-20T03:32:26.456132+0000","last_became_peered":"2024-04-20T03:32:26.456132+0000","last_unstale":"2024-04-20T03:32:26.456447+0000","last_undegraded":"2024-04-20T03:32:26.456447+0000","last_fullsized":"2024-04-20T03:32:26.456447+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831404+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:32:26.831404+0000","last_peered":"2024-04-20T03:32:26.831404+0000","last_clean":"2024-04-20T03:32:26.831404+0000","last_became_active":"2024-04-20T03:32:26.831118+0000","last_became_peered":"2024-04-20T03:32:26.831118+0000","last_unstale":"2024-04-20T03:32:26.831404+0000","last_undegraded":"2024-04-20T03:32:26.831404+0000","last_fullsized":"2024-04-20T03:32:26.831404+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.826668+0000","last_change":"2024-04-20T03:32:26.826668+0000","last_active":"2024-04-20T03:32:26.826668+0000","last_peered":"2024-04-20T03:32:26.826668+0000","last_clean":"2024-04-20T03:32:26.826668+0000","last_became_active":"2024-04-20T03:32:26.826369+0000","last_became_peered":"2024-04-20T03:32:26.826369+0000","last_unstale":"2024-04-20T03:32:26.826668+0000","last_undegraded":"2024-04-20T03:32:26.826668+0000","last_fullsized":"2024-04-20T03:32:26.826668+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434893+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,3],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.457190+0000","last_change":"2024-04-20T03:32:26.457190+0000","last_active":"2024-04-20T03:32:26.457190+0000","last_peered":"2024-04-20T03:32:26.457190+0000","last_clean":"2024-04-20T03:32:26.457190+0000","last_became_active":"2024-04-20T03:32:26.456865+0000","last_became_peered":"2024-04-20T03:32:26.456865+0000","last_unstale":"2024-04-20T03:32:26.457190+0000","last_undegraded":"2024-04-20T03:32:26.457190+0000","last_fullsized":"2024-04-20T03:32:26.457190+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":13,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.442788+0000","last_change":"2024-04-20T03:32:09.240448+0000","last_active":"2024-04-20T03:32:26.442788+0000","last_peered":"2024-04-20T03:32:26.442788+0000","last_clean":"2024-04-20T03:32:26.442788+0000","last_became_active":"2024-04-20T03:32:09.240111+0000","last_became_peered":"2024-04-20T03:32:09.240111+0000","last_unstale":"2024-04-20T03:32:26.442788+0000","last_undegraded":"2024-04-20T03:32:26.442788+0000","last_fullsized":"2024-04-20T03:32:26.442788+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_clean_scrub_stamp":"2024-04-20T03:30:06.347569+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834749+0000","last_change":"2024-04-20T03:32:26.832653+0000","last_active":"2024-04-20T03:32:26.834749+0000","last_peered":"2024-04-20T03:32:26.834749+0000","last_clean":"2024-04-20T03:32:26.834749+0000","last_became_active":"2024-04-20T03:32:26.832364+0000","last_became_peered":"2024-04-20T03:32:26.832364+0000","last_unstale":"2024-04-20T03:32:26.834749+0000","last_undegraded":"2024-04-20T03:32:26.834749+0000","last_fullsized":"2024-04-20T03:32:26.834749+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.460171+0000","last_change":"2024-04-20T03:32:26.459525+0000","last_active":"2024-04-20T03:32:26.460171+0000","last_peered":"2024-04-20T03:32:26.460171+0000","last_clean":"2024-04-20T03:32:26.460171+0000","last_became_active":"2024-04-20T03:32:26.459218+0000","last_became_peered":"2024-04-20T03:32:26.459218+0000","last_unstale":"2024-04-20T03:32:26.460171+0000","last_undegraded":"2024-04-20T03:32:26.460171+0000","last_fullsized":"2024-04-20T03:32:26.460171+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.460569+0000","last_change":"2024-04-20T03:32:26.459867+0000","last_active":"2024-04-20T03:32:26.460569+0000","last_peered":"2024-04-20T03:32:26.460569+0000","last_clean":"2024-04-20T03:32:26.460569+0000","last_became_active":"2024-04-20T03:32:26.459136+0000","last_became_peered":"2024-04-20T03:32:26.459136+0000","last_unstale":"2024-04-20T03:32:26.460569+0000","last_undegraded":"2024-04-20T03:32:26.460569+0000","last_fullsized":"2024-04-20T03:32:26.460569+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828962+0000","last_change":"2024-04-20T03:32:26.828962+0000","last_active":"2024-04-20T03:32:26.828962+0000","last_peered":"2024-04-20T03:32:26.828962+0000","last_clean":"2024-04-20T03:32:26.828962+0000","last_became_active":"2024-04-20T03:32:26.828241+0000","last_became_peered":"2024-04-20T03:32:26.828241+0000","last_unstale":"2024-04-20T03:32:26.828962+0000","last_undegraded":"2024-04-20T03:32:26.828962+0000","last_fullsized":"2024-04-20T03:32:26.828962+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.449651+0000","last_change":"2024-04-20T03:32:26.446310+0000","last_active":"2024-04-20T03:32:26.449651+0000","last_peered":"2024-04-20T03:32:26.449651+0000","last_clean":"2024-04-20T03:32:26.449651+0000","last_became_active":"2024-04-20T03:32:26.446015+0000","last_became_peered":"2024-04-20T03:32:26.446015+0000","last_unstale":"2024-04-20T03:32:26.449651+0000","last_undegraded":"2024-04-20T03:32:26.449651+0000","last_fullsized":"2024-04-20T03:32:26.449651+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430862+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834415+0000","last_change":"2024-04-20T03:32:26.829007+0000","last_active":"2024-04-20T03:32:26.834415+0000","last_peered":"2024-04-20T03:32:26.834415+0000","last_clean":"2024-04-20T03:32:26.834415+0000","last_became_active":"2024-04-20T03:32:26.828656+0000","last_became_peered":"2024-04-20T03:32:26.828656+0000","last_unstale":"2024-04-20T03:32:26.834415+0000","last_undegraded":"2024-04-20T03:32:26.834415+0000","last_fullsized":"2024-04-20T03:32:26.834415+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.459881+0000","last_change":"2024-04-20T03:32:26.459222+0000","last_active":"2024-04-20T03:32:26.459881+0000","last_peered":"2024-04-20T03:32:26.459881+0000","last_clean":"2024-04-20T03:32:26.459881+0000","last_became_active":"2024-04-20T03:32:26.458819+0000","last_became_peered":"2024-04-20T03:32:26.458819+0000","last_unstale":"2024-04-20T03:32:26.459881+0000","last_undegraded":"2024-04-20T03:32:26.459881+0000","last_fullsized":"2024-04-20T03:32:26.459881+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.817898+0000","last_change":"2024-04-20T03:32:26.817898+0000","last_active":"2024-04-20T03:32:26.817898+0000","last_peered":"2024-04-20T03:32:26.817898+0000","last_clean":"2024-04-20T03:32:26.817898+0000","last_became_active":"2024-04-20T03:32:26.817574+0000","last_became_peered":"2024-04-20T03:32:26.817574+0000","last_unstale":"2024-04-20T03:32:26.817898+0000","last_undegraded":"2024-04-20T03:32:26.817898+0000","last_fullsized":"2024-04-20T03:32:26.817898+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.453450+0000","last_change":"2024-04-20T03:32:26.452127+0000","last_active":"2024-04-20T03:32:26.453450+0000","last_peered":"2024-04-20T03:32:26.453450+0000","last_clean":"2024-04-20T03:32:26.453450+0000","last_became_active":"2024-04-20T03:32:26.451220+0000","last_became_peered":"2024-04-20T03:32:26.451220+0000","last_unstale":"2024-04-20T03:32:26.453450+0000","last_undegraded":"2024-04-20T03:32:26.453450+0000","last_fullsized":"2024-04-20T03:32:26.453450+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.450440+0000","last_change":"2024-04-20T03:32:26.450170+0000","last_active":"2024-04-20T03:32:26.450440+0000","last_peered":"2024-04-20T03:32:26.450440+0000","last_clean":"2024-04-20T03:32:26.450440+0000","last_became_active":"2024-04-20T03:32:26.449478+0000","last_became_peered":"2024-04-20T03:32:26.449478+0000","last_unstale":"2024-04-20T03:32:26.450440+0000","last_undegraded":"2024-04-20T03:32:26.450440+0000","last_fullsized":"2024-04-20T03:32:26.450440+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.b","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829209+0000","last_change":"2024-04-20T03:32:26.452860+0000","last_active":"2024-04-20T03:32:26.829209+0000","last_peered":"2024-04-20T03:32:26.829209+0000","last_clean":"2024-04-20T03:32:26.829209+0000","last_became_active":"2024-04-20T03:32:26.452537+0000","last_became_peered":"2024-04-20T03:32:26.452537+0000","last_unstale":"2024-04-20T03:32:26.829209+0000","last_undegraded":"2024-04-20T03:32:26.829209+0000","last_fullsized":"2024-04-20T03:32:26.829209+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.436392+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,5],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829033+0000","last_change":"2024-04-20T03:32:26.829033+0000","last_active":"2024-04-20T03:32:26.829033+0000","last_peered":"2024-04-20T03:32:26.829033+0000","last_clean":"2024-04-20T03:32:26.829033+0000","last_became_active":"2024-04-20T03:32:26.828152+0000","last_became_peered":"2024-04-20T03:32:26.828152+0000","last_unstale":"2024-04-20T03:32:26.829033+0000","last_undegraded":"2024-04-20T03:32:26.829033+0000","last_fullsized":"2024-04-20T03:32:26.829033+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"53'1","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.815643+0000","last_change":"2024-04-20T03:32:26.451554+0000","last_active":"2024-04-20T03:32:26.815643+0000","last_peered":"2024-04-20T03:32:26.815643+0000","last_clean":"2024-04-20T03:32:26.815643+0000","last_became_active":"2024-04-20T03:32:26.449515+0000","last_became_peered":"2024-04-20T03:32:26.449515+0000","last_unstale":"2024-04-20T03:32:26.815643+0000","last_undegraded":"2024-04-20T03:32:26.815643+0000","last_fullsized":"2024-04-20T03:32:26.815643+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.444326+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,6],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.435874+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,7],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.833126+0000","last_change":"2024-04-20T03:32:26.833126+0000","last_active":"2024-04-20T03:32:26.833126+0000","last_peered":"2024-04-20T03:32:26.833126+0000","last_clean":"2024-04-20T03:32:26.833126+0000","last_became_active":"2024-04-20T03:32:26.832413+0000","last_became_peered":"2024-04-20T03:32:26.832413+0000","last_unstale":"2024-04-20T03:32:26.833126+0000","last_undegraded":"2024-04-20T03:32:26.833126+0000","last_fullsized":"2024-04-20T03:32:26.833126+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.441425+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834566+0000","last_change":"2024-04-20T03:32:26.829271+0000","last_active":"2024-04-20T03:32:26.834566+0000","last_peered":"2024-04-20T03:32:26.834566+0000","last_clean":"2024-04-20T03:32:26.834566+0000","last_became_active":"2024-04-20T03:32:26.829007+0000","last_became_peered":"2024-04-20T03:32:26.829007+0000","last_unstale":"2024-04-20T03:32:26.834566+0000","last_undegraded":"2024-04-20T03:32:26.834566+0000","last_fullsized":"2024-04-20T03:32:26.834566+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828141+0000","last_change":"2024-04-20T03:32:26.828141+0000","last_active":"2024-04-20T03:32:26.828141+0000","last_peered":"2024-04-20T03:32:26.828141+0000","last_clean":"2024-04-20T03:32:26.828141+0000","last_became_active":"2024-04-20T03:32:26.827319+0000","last_became_peered":"2024-04-20T03:32:26.827319+0000","last_unstale":"2024-04-20T03:32:26.828141+0000","last_undegraded":"2024-04-20T03:32:26.828141+0000","last_fullsized":"2024-04-20T03:32:26.828141+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.439048+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.441838+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[6,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834730+0000","last_change":"2024-04-20T03:32:26.833737+0000","last_active":"2024-04-20T03:32:26.834730+0000","last_peered":"2024-04-20T03:32:26.834730+0000","last_clean":"2024-04-20T03:32:26.834730+0000","last_became_active":"2024-04-20T03:32:26.833385+0000","last_became_peered":"2024-04-20T03:32:26.833385+0000","last_unstale":"2024-04-20T03:32:26.834730+0000","last_undegraded":"2024-04-20T03:32:26.834730+0000","last_fullsized":"2024-04-20T03:32:26.834730+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"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":132,"acting":132,"num_store_stats":5},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":7},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":770,"num_objects":11,"num_object_clones":0,"num_object_copies":33,"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":11,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":20,"num_write_kb":10,"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":6,"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":49152,"data_stored":2116,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":17,"ondisk_log_size":17,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":48,"seq":206158430214,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297608,"kb_used_data":512,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447544,"statfs":{"total":95995035648,"available":95690285056,"internally_reserved":0,"allocated":524288,"data_stored":210088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53200000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.441}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39100000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.499}]}]},{"osd":6,"up_from":42,"seq":180388626443,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297572,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447580,"statfs":{"total":95995035648,"available":95690321920,"internally_reserved":0,"allocated":487424,"data_stored":195423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40699999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51000000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42299999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]}]},{"osd":1,"up_from":13,"seq":55834574884,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297580,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447572,"statfs":{"total":95995035648,"available":95690313728,"internally_reserved":0,"allocated":495616,"data_stored":201745,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.315,"15min":0.307},"min":{"1min":0.26600000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.35299999999999998,"15min":0.34300000000000003},"min":{"1min":0.30399999999999999,"5min":0.253,"15min":0.253},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.53800000000000003}]},{"osd":2,"last update":"Sat Apr 20 03:32:07 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.376,"15min":0.374},"min":{"1min":0.245,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.498},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.36599999999999999,"15min":0.35699999999999998},"min":{"1min":0.28299999999999997,"5min":0.254,"15min":0.254},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.45100000000000001}]},{"osd":3,"last update":"Sat Apr 20 03:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.52700000000000002}]},{"osd":4,"last update":"Sat Apr 20 03:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.55000000000000004}]},{"osd":5,"last update":"Sat Apr 20 03:32:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.62},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.69299999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68500000000000005}]}]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297628,"kb_used_data":532,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447524,"statfs":{"total":95995035648,"available":95690264576,"internally_reserved":0,"allocated":544768,"data_stored":216874,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Apr 20 03:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.313,"15min":0.30299999999999999},"min":{"1min":0.252,"5min":0.193,"15min":0.193},"max":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.435,"5min":0.34399999999999997,"15min":0.32900000000000001},"min":{"1min":0.32500000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.45000000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:32:15 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.35099999999999998,"15min":0.34699999999999998},"min":{"1min":0.28799999999999998,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.371},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.34999999999999998,"15min":0.34399999999999997},"min":{"1min":0.30099999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.436}]},{"osd":3,"last update":"Sat Apr 20 03:31:31 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.46200000000000002}]},{"osd":4,"last update":"Sat Apr 20 03:31:52 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.65300000000000002}]},{"osd":5,"last update":"Sat Apr 20 03:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.64400000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]}]},{"osd":2,"up_from":18,"seq":77309411358,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297576,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447576,"statfs":{"total":95995035648,"available":95690317824,"internally_reserved":0,"allocated":491520,"data_stored":195738,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.371,"15min":0.36899999999999999},"min":{"1min":0.28599999999999998,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.38300000000000001,"15min":0.379},"min":{"1min":0.27900000000000003,"5min":0.251,"15min":0.251},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.219}]},{"osd":1,"last update":"Sat Apr 20 03:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.39400000000000002,"15min":0.38900000000000001},"min":{"1min":0.307,"5min":0.249,"15min":0.249},"max":{"1min":0.59099999999999997,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.39500000000000002,"15min":0.39300000000000002},"min":{"1min":0.29599999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.247}]},{"osd":3,"last update":"Sat Apr 20 03:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.23200000000000001},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.30399999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.46700000000000003}]},{"osd":5,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.376},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.45700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39500000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]}]},{"osd":3,"up_from":25,"seq":107374182426,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297564,"kb_used_data":468,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447588,"statfs":{"total":95995035648,"available":95690330112,"internally_reserved":0,"allocated":479232,"data_stored":189559,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.29999999999999999}]},{"osd":1,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.34899999999999998}]},{"osd":2,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.47599999999999998}]},{"osd":4,"last update":"Sat Apr 20 03:31:53 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.55800000000000005}]},{"osd":5,"last update":"Sat Apr 20 03:32:18 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.98099999999999998,"5min":0.98099999999999998,"15min":0.98099999999999998},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.38300000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]}]},{"osd":4,"up_from":30,"seq":128849018900,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297616,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447536,"statfs":{"total":95995035648,"available":95690276864,"internally_reserved":0,"allocated":532480,"data_stored":210192,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.42099999999999999}]},{"osd":1,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.45900000000000002}]},{"osd":2,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.62}]},{"osd":3,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.44600000000000001}]},{"osd":5,"last update":"Sat Apr 20 03:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.5},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.65500000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53300000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63700000000000001}]}]},{"osd":5,"up_from":36,"seq":154618822672,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297588,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447564,"statfs":{"total":95995035648,"available":95690305536,"internally_reserved":0,"allocated":503808,"data_stored":202375,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.52300000000000002}]},{"osd":1,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.44700000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.55500000000000005}]},{"osd":3,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.42199999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.624}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":4,"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},{"poolid":1,"osd":5,"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},{"poolid":1,"osd":6,"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},{"poolid":1,"osd":7,"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},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"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},{"poolid":2,"osd":3,"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},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"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},{"poolid":2,"osd":6,"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},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"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},{"poolid":3,"osd":1,"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},{"poolid":3,"osd":4,"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},{"poolid":3,"osd":5,"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},{"poolid":3,"osd":7,"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}]}} 2024-04-20T03:32:30.134 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-04-20T03:32:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:28.815343+0000 mon.a (mon.0) 586 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2024-04-20T03:32:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:28.815430+0000 mon.a (mon.0) 587 : cluster [DBG] fsmap cephfs:1 {0=b=up:active} 1 up:standby 2024-04-20T03:32:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:29.165975+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.177:0/389496668' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:32:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:29.467459+0000 mon.c (mon.2) 19 : audit [DBG] from='client.? 172.21.15.177:0/3696834117' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:32:30.463 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:30.464 INFO:teuthology.orchestra.run.smithi177.stderr:dumped all 2024-04-20T03:32:30.474 INFO:teuthology.orchestra.run.smithi177.stdout:{"pg_ready":true,"pg_map":{"version":181,"stamp":"2024-04-20T03:32:29.190431+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":770,"num_objects":11,"num_object_clones":0,"num_object_copies":33,"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":11,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":20,"num_write_kb":10,"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":6,"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":17,"ondisk_log_size":17,"up":231,"acting":231,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":60,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2380732,"kb_used_data":3964,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747580484,"statfs":{"total":767960285184,"available":765522415616,"internally_reserved":0,"allocated":4059136,"data_stored":1621994,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"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":7,"apply_latency_ms":7,"commit_latency_ns":7000000,"apply_latency_ns":7000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":588,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7,"num_write_kb":7,"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":2,"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":"1.375891"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.832723+0000","last_change":"2024-04-20T03:32:26.832723+0000","last_active":"2024-04-20T03:32:26.832723+0000","last_peered":"2024-04-20T03:32:26.832723+0000","last_clean":"2024-04-20T03:32:26.832723+0000","last_became_active":"2024-04-20T03:32:26.831636+0000","last_became_peered":"2024-04-20T03:32:26.831636+0000","last_unstale":"2024-04-20T03:32:26.832723+0000","last_undegraded":"2024-04-20T03:32:26.832723+0000","last_fullsized":"2024-04-20T03:32:26.832723+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829625+0000","last_change":"2024-04-20T03:32:26.829625+0000","last_active":"2024-04-20T03:32:26.829625+0000","last_peered":"2024-04-20T03:32:26.829625+0000","last_clean":"2024-04-20T03:32:26.829625+0000","last_became_active":"2024-04-20T03:32:26.829340+0000","last_became_peered":"2024-04-20T03:32:26.829340+0000","last_unstale":"2024-04-20T03:32:26.829625+0000","last_undegraded":"2024-04-20T03:32:26.829625+0000","last_fullsized":"2024-04-20T03:32:26.829625+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835210+0000","last_change":"2024-04-20T03:32:26.834828+0000","last_active":"2024-04-20T03:32:26.835210+0000","last_peered":"2024-04-20T03:32:26.835210+0000","last_clean":"2024-04-20T03:32:26.835210+0000","last_became_active":"2024-04-20T03:32:26.834591+0000","last_became_peered":"2024-04-20T03:32:26.834591+0000","last_unstale":"2024-04-20T03:32:26.835210+0000","last_undegraded":"2024-04-20T03:32:26.835210+0000","last_fullsized":"2024-04-20T03:32:26.835210+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.443964+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825308+0000","last_change":"2024-04-20T03:32:26.825308+0000","last_active":"2024-04-20T03:32:26.825308+0000","last_peered":"2024-04-20T03:32:26.825308+0000","last_clean":"2024-04-20T03:32:26.825308+0000","last_became_active":"2024-04-20T03:32:26.824156+0000","last_became_peered":"2024-04-20T03:32:26.824156+0000","last_unstale":"2024-04-20T03:32:26.825308+0000","last_undegraded":"2024-04-20T03:32:26.825308+0000","last_fullsized":"2024-04-20T03:32:26.825308+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442246+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,1],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831404+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:32:26.831404+0000","last_peered":"2024-04-20T03:32:26.831404+0000","last_clean":"2024-04-20T03:32:26.831404+0000","last_became_active":"2024-04-20T03:32:26.831098+0000","last_became_peered":"2024-04-20T03:32:26.831098+0000","last_unstale":"2024-04-20T03:32:26.831404+0000","last_undegraded":"2024-04-20T03:32:26.831404+0000","last_fullsized":"2024-04-20T03:32:26.831404+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.832959+0000","last_change":"2024-04-20T03:32:26.832959+0000","last_active":"2024-04-20T03:32:26.832959+0000","last_peered":"2024-04-20T03:32:26.832959+0000","last_clean":"2024-04-20T03:32:26.832959+0000","last_became_active":"2024-04-20T03:32:26.832027+0000","last_became_peered":"2024-04-20T03:32:26.832027+0000","last_unstale":"2024-04-20T03:32:26.832959+0000","last_undegraded":"2024-04-20T03:32:26.832959+0000","last_fullsized":"2024-04-20T03:32:26.832959+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829553+0000","last_change":"2024-04-20T03:32:26.829553+0000","last_active":"2024-04-20T03:32:26.829553+0000","last_peered":"2024-04-20T03:32:26.829553+0000","last_clean":"2024-04-20T03:32:26.829553+0000","last_became_active":"2024-04-20T03:32:26.829265+0000","last_became_peered":"2024-04-20T03:32:26.829265+0000","last_unstale":"2024-04-20T03:32:26.829553+0000","last_undegraded":"2024-04-20T03:32:26.829553+0000","last_fullsized":"2024-04-20T03:32:26.829553+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.839059+0000","last_change":"2024-04-20T03:32:26.838601+0000","last_active":"2024-04-20T03:32:26.839059+0000","last_peered":"2024-04-20T03:32:26.839059+0000","last_clean":"2024-04-20T03:32:26.839059+0000","last_became_active":"2024-04-20T03:32:26.838270+0000","last_became_peered":"2024-04-20T03:32:26.838270+0000","last_unstale":"2024-04-20T03:32:26.839059+0000","last_undegraded":"2024-04-20T03:32:26.839059+0000","last_fullsized":"2024-04-20T03:32:26.839059+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829393+0000","last_change":"2024-04-20T03:32:26.829393+0000","last_active":"2024-04-20T03:32:26.829393+0000","last_peered":"2024-04-20T03:32:26.829393+0000","last_clean":"2024-04-20T03:32:26.829393+0000","last_became_active":"2024-04-20T03:32:26.829104+0000","last_became_peered":"2024-04-20T03:32:26.829104+0000","last_unstale":"2024-04-20T03:32:26.829393+0000","last_undegraded":"2024-04-20T03:32:26.829393+0000","last_fullsized":"2024-04-20T03:32:26.829393+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.439916+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442549+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.824653+0000","last_change":"2024-04-20T03:32:26.824653+0000","last_active":"2024-04-20T03:32:26.824653+0000","last_peered":"2024-04-20T03:32:26.824653+0000","last_clean":"2024-04-20T03:32:26.824653+0000","last_became_active":"2024-04-20T03:32:26.824164+0000","last_became_peered":"2024-04-20T03:32:26.824164+0000","last_unstale":"2024-04-20T03:32:26.824653+0000","last_undegraded":"2024-04-20T03:32:26.824653+0000","last_fullsized":"2024-04-20T03:32:26.824653+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1f","version":"53'4","reported_seq":15,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.836646+0000","last_change":"2024-04-20T03:32:26.458449+0000","last_active":"2024-04-20T03:32:26.836646+0000","last_peered":"2024-04-20T03:32:26.836646+0000","last_clean":"2024-04-20T03:32:26.836646+0000","last_became_active":"2024-04-20T03:32:26.458182+0000","last_became_peered":"2024-04-20T03:32:26.458182+0000","last_unstale":"2024-04-20T03:32:26.836646+0000","last_undegraded":"2024-04-20T03:32:26.836646+0000","last_fullsized":"2024-04-20T03:32:26.836646+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":4,"ondisk_log_size":4,"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,"stat_sum":{"num_bytes":554,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434818+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,5],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.838903+0000","last_change":"2024-04-20T03:32:26.838154+0000","last_active":"2024-04-20T03:32:26.838903+0000","last_peered":"2024-04-20T03:32:26.838903+0000","last_clean":"2024-04-20T03:32:26.838903+0000","last_became_active":"2024-04-20T03:32:26.837703+0000","last_became_peered":"2024-04-20T03:32:26.837703+0000","last_unstale":"2024-04-20T03:32:26.838903+0000","last_undegraded":"2024-04-20T03:32:26.838903+0000","last_fullsized":"2024-04-20T03:32:26.838903+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1d","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835755+0000","last_change":"2024-04-20T03:32:26.460136+0000","last_active":"2024-04-20T03:32:26.835755+0000","last_peered":"2024-04-20T03:32:26.835755+0000","last_clean":"2024-04-20T03:32:26.835755+0000","last_became_active":"2024-04-20T03:32:26.459571+0000","last_became_peered":"2024-04-20T03:32:26.459571+0000","last_unstale":"2024-04-20T03:32:26.835755+0000","last_undegraded":"2024-04-20T03:32:26.835755+0000","last_fullsized":"2024-04-20T03:32:26.835755+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442801+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,4],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828564+0000","last_change":"2024-04-20T03:32:26.458229+0000","last_active":"2024-04-20T03:32:26.828564+0000","last_peered":"2024-04-20T03:32:26.828564+0000","last_clean":"2024-04-20T03:32:26.828564+0000","last_became_active":"2024-04-20T03:32:26.457863+0000","last_became_peered":"2024-04-20T03:32:26.457863+0000","last_unstale":"2024-04-20T03:32:26.828564+0000","last_undegraded":"2024-04-20T03:32:26.828564+0000","last_fullsized":"2024-04-20T03:32:26.828564+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.447833+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,6],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434607+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[6,7],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.817230+0000","last_change":"2024-04-20T03:32:26.817230+0000","last_active":"2024-04-20T03:32:26.817230+0000","last_peered":"2024-04-20T03:32:26.817230+0000","last_clean":"2024-04-20T03:32:26.817230+0000","last_became_active":"2024-04-20T03:32:26.816872+0000","last_became_peered":"2024-04-20T03:32:26.816872+0000","last_unstale":"2024-04-20T03:32:26.817230+0000","last_undegraded":"2024-04-20T03:32:26.817230+0000","last_fullsized":"2024-04-20T03:32:26.817230+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430928+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834548+0000","last_change":"2024-04-20T03:32:26.829218+0000","last_active":"2024-04-20T03:32:26.834548+0000","last_peered":"2024-04-20T03:32:26.834548+0000","last_clean":"2024-04-20T03:32:26.834548+0000","last_became_active":"2024-04-20T03:32:26.828897+0000","last_became_peered":"2024-04-20T03:32:26.828897+0000","last_unstale":"2024-04-20T03:32:26.834548+0000","last_undegraded":"2024-04-20T03:32:26.834548+0000","last_fullsized":"2024-04-20T03:32:26.834548+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434541+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,6],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.453633+0000","last_change":"2024-04-20T03:32:26.453633+0000","last_active":"2024-04-20T03:32:26.453633+0000","last_peered":"2024-04-20T03:32:26.453633+0000","last_clean":"2024-04-20T03:32:26.453633+0000","last_became_active":"2024-04-20T03:32:26.453261+0000","last_became_peered":"2024-04-20T03:32:26.453261+0000","last_unstale":"2024-04-20T03:32:26.453633+0000","last_undegraded":"2024-04-20T03:32:26.453633+0000","last_fullsized":"2024-04-20T03:32:26.453633+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.820223+0000","last_change":"2024-04-20T03:32:26.820223+0000","last_active":"2024-04-20T03:32:26.820223+0000","last_peered":"2024-04-20T03:32:26.820223+0000","last_clean":"2024-04-20T03:32:26.820223+0000","last_became_active":"2024-04-20T03:32:26.819848+0000","last_became_peered":"2024-04-20T03:32:26.819848+0000","last_unstale":"2024-04-20T03:32:26.820223+0000","last_undegraded":"2024-04-20T03:32:26.820223+0000","last_fullsized":"2024-04-20T03:32:26.820223+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.431495+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.446027+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.458984+0000","last_change":"2024-04-20T03:32:26.458984+0000","last_active":"2024-04-20T03:32:26.458984+0000","last_peered":"2024-04-20T03:32:26.458984+0000","last_clean":"2024-04-20T03:32:26.458984+0000","last_became_active":"2024-04-20T03:32:26.458637+0000","last_became_peered":"2024-04-20T03:32:26.458637+0000","last_unstale":"2024-04-20T03:32:26.458984+0000","last_undegraded":"2024-04-20T03:32:26.458984+0000","last_fullsized":"2024-04-20T03:32:26.458984+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.838884+0000","last_change":"2024-04-20T03:32:26.837994+0000","last_active":"2024-04-20T03:32:26.838884+0000","last_peered":"2024-04-20T03:32:26.838884+0000","last_clean":"2024-04-20T03:32:26.838884+0000","last_became_active":"2024-04-20T03:32:26.837325+0000","last_became_peered":"2024-04-20T03:32:26.837325+0000","last_unstale":"2024-04-20T03:32:26.838884+0000","last_undegraded":"2024-04-20T03:32:26.838884+0000","last_fullsized":"2024-04-20T03:32:26.838884+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"53'3","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834076+0000","last_change":"2024-04-20T03:32:26.453155+0000","last_active":"2024-04-20T03:32:26.834076+0000","last_peered":"2024-04-20T03:32:26.834076+0000","last_clean":"2024-04-20T03:32:26.834076+0000","last_became_active":"2024-04-20T03:32:26.452447+0000","last_became_peered":"2024-04-20T03:32:26.452447+0000","last_unstale":"2024-04-20T03:32:26.834076+0000","last_undegraded":"2024-04-20T03:32:26.834076+0000","last_fullsized":"2024-04-20T03:32:26.834076+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":3,"ondisk_log_size":3,"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,"stat_sum":{"num_bytes":90,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.821099+0000","last_change":"2024-04-20T03:32:26.821099+0000","last_active":"2024-04-20T03:32:26.821099+0000","last_peered":"2024-04-20T03:32:26.821099+0000","last_clean":"2024-04-20T03:32:26.821099+0000","last_became_active":"2024-04-20T03:32:26.820407+0000","last_became_peered":"2024-04-20T03:32:26.820407+0000","last_unstale":"2024-04-20T03:32:26.821099+0000","last_undegraded":"2024-04-20T03:32:26.821099+0000","last_fullsized":"2024-04-20T03:32:26.821099+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.14","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430944+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825194+0000","last_change":"2024-04-20T03:32:26.825194+0000","last_active":"2024-04-20T03:32:26.825194+0000","last_peered":"2024-04-20T03:32:26.825194+0000","last_clean":"2024-04-20T03:32:26.825194+0000","last_became_active":"2024-04-20T03:32:26.824883+0000","last_became_peered":"2024-04-20T03:32:26.824883+0000","last_unstale":"2024-04-20T03:32:26.825194+0000","last_undegraded":"2024-04-20T03:32:26.825194+0000","last_fullsized":"2024-04-20T03:32:26.825194+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.837487+0000","last_change":"2024-04-20T03:32:26.451054+0000","last_active":"2024-04-20T03:32:26.837487+0000","last_peered":"2024-04-20T03:32:26.837487+0000","last_clean":"2024-04-20T03:32:26.837487+0000","last_became_active":"2024-04-20T03:32:26.450643+0000","last_became_peered":"2024-04-20T03:32:26.450643+0000","last_unstale":"2024-04-20T03:32:26.837487+0000","last_undegraded":"2024-04-20T03:32:26.837487+0000","last_fullsized":"2024-04-20T03:32:26.837487+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":34,"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":0,"num_read_kb":0,"num_write":3,"num_write_kb":6,"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":1,"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":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834705+0000","last_change":"2024-04-20T03:32:26.832718+0000","last_active":"2024-04-20T03:32:26.834705+0000","last_peered":"2024-04-20T03:32:26.834705+0000","last_clean":"2024-04-20T03:32:26.834705+0000","last_became_active":"2024-04-20T03:32:26.832487+0000","last_became_peered":"2024-04-20T03:32:26.832487+0000","last_unstale":"2024-04-20T03:32:26.834705+0000","last_undegraded":"2024-04-20T03:32:26.834705+0000","last_fullsized":"2024-04-20T03:32:26.834705+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.456829+0000","last_change":"2024-04-20T03:32:26.456829+0000","last_active":"2024-04-20T03:32:26.456829+0000","last_peered":"2024-04-20T03:32:26.456829+0000","last_clean":"2024-04-20T03:32:26.456829+0000","last_became_active":"2024-04-20T03:32:26.456410+0000","last_became_peered":"2024-04-20T03:32:26.456410+0000","last_unstale":"2024-04-20T03:32:26.456829+0000","last_undegraded":"2024-04-20T03:32:26.456829+0000","last_fullsized":"2024-04-20T03:32:26.456829+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.822842+0000","last_change":"2024-04-20T03:32:26.822842+0000","last_active":"2024-04-20T03:32:26.822842+0000","last_peered":"2024-04-20T03:32:26.822842+0000","last_clean":"2024-04-20T03:32:26.822842+0000","last_became_active":"2024-04-20T03:32:26.822375+0000","last_became_peered":"2024-04-20T03:32:26.822375+0000","last_unstale":"2024-04-20T03:32:26.822842+0000","last_undegraded":"2024-04-20T03:32:26.822842+0000","last_fullsized":"2024-04-20T03:32:26.822842+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430937+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,4],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.10","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.435926+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,1],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.824809+0000","last_change":"2024-04-20T03:32:26.824809+0000","last_active":"2024-04-20T03:32:26.824809+0000","last_peered":"2024-04-20T03:32:26.824809+0000","last_clean":"2024-04-20T03:32:26.824809+0000","last_became_active":"2024-04-20T03:32:26.824521+0000","last_became_peered":"2024-04-20T03:32:26.824521+0000","last_unstale":"2024-04-20T03:32:26.824809+0000","last_undegraded":"2024-04-20T03:32:26.824809+0000","last_fullsized":"2024-04-20T03:32:26.824809+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"53'1","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.809480+0000","last_change":"2024-04-20T03:32:26.448588+0000","last_active":"2024-04-20T03:32:26.809480+0000","last_peered":"2024-04-20T03:32:26.809480+0000","last_clean":"2024-04-20T03:32:26.809480+0000","last_became_active":"2024-04-20T03:32:26.448273+0000","last_became_peered":"2024-04-20T03:32:26.448273+0000","last_unstale":"2024-04-20T03:32:26.809480+0000","last_undegraded":"2024-04-20T03:32:26.809480+0000","last_fullsized":"2024-04-20T03:32:26.809480+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828871+0000","last_change":"2024-04-20T03:32:26.828871+0000","last_active":"2024-04-20T03:32:26.828871+0000","last_peered":"2024-04-20T03:32:26.828871+0000","last_clean":"2024-04-20T03:32:26.828871+0000","last_became_active":"2024-04-20T03:32:26.828409+0000","last_became_peered":"2024-04-20T03:32:26.828409+0000","last_unstale":"2024-04-20T03:32:26.828871+0000","last_undegraded":"2024-04-20T03:32:26.828871+0000","last_fullsized":"2024-04-20T03:32:26.828871+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.452215+0000","last_change":"2024-04-20T03:32:26.451072+0000","last_active":"2024-04-20T03:32:26.452215+0000","last_peered":"2024-04-20T03:32:26.452215+0000","last_clean":"2024-04-20T03:32:26.452215+0000","last_became_active":"2024-04-20T03:32:26.450753+0000","last_became_peered":"2024-04-20T03:32:26.450753+0000","last_unstale":"2024-04-20T03:32:26.452215+0000","last_undegraded":"2024-04-20T03:32:26.452215+0000","last_fullsized":"2024-04-20T03:32:26.452215+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.446862+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.456447+0000","last_change":"2024-04-20T03:32:26.456447+0000","last_active":"2024-04-20T03:32:26.456447+0000","last_peered":"2024-04-20T03:32:26.456447+0000","last_clean":"2024-04-20T03:32:26.456447+0000","last_became_active":"2024-04-20T03:32:26.456132+0000","last_became_peered":"2024-04-20T03:32:26.456132+0000","last_unstale":"2024-04-20T03:32:26.456447+0000","last_undegraded":"2024-04-20T03:32:26.456447+0000","last_fullsized":"2024-04-20T03:32:26.456447+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831404+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:32:26.831404+0000","last_peered":"2024-04-20T03:32:26.831404+0000","last_clean":"2024-04-20T03:32:26.831404+0000","last_became_active":"2024-04-20T03:32:26.831118+0000","last_became_peered":"2024-04-20T03:32:26.831118+0000","last_unstale":"2024-04-20T03:32:26.831404+0000","last_undegraded":"2024-04-20T03:32:26.831404+0000","last_fullsized":"2024-04-20T03:32:26.831404+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.826668+0000","last_change":"2024-04-20T03:32:26.826668+0000","last_active":"2024-04-20T03:32:26.826668+0000","last_peered":"2024-04-20T03:32:26.826668+0000","last_clean":"2024-04-20T03:32:26.826668+0000","last_became_active":"2024-04-20T03:32:26.826369+0000","last_became_peered":"2024-04-20T03:32:26.826369+0000","last_unstale":"2024-04-20T03:32:26.826668+0000","last_undegraded":"2024-04-20T03:32:26.826668+0000","last_fullsized":"2024-04-20T03:32:26.826668+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434893+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,3],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.457190+0000","last_change":"2024-04-20T03:32:26.457190+0000","last_active":"2024-04-20T03:32:26.457190+0000","last_peered":"2024-04-20T03:32:26.457190+0000","last_clean":"2024-04-20T03:32:26.457190+0000","last_became_active":"2024-04-20T03:32:26.456865+0000","last_became_peered":"2024-04-20T03:32:26.456865+0000","last_unstale":"2024-04-20T03:32:26.457190+0000","last_undegraded":"2024-04-20T03:32:26.457190+0000","last_fullsized":"2024-04-20T03:32:26.457190+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":13,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.442788+0000","last_change":"2024-04-20T03:32:09.240448+0000","last_active":"2024-04-20T03:32:26.442788+0000","last_peered":"2024-04-20T03:32:26.442788+0000","last_clean":"2024-04-20T03:32:26.442788+0000","last_became_active":"2024-04-20T03:32:09.240111+0000","last_became_peered":"2024-04-20T03:32:09.240111+0000","last_unstale":"2024-04-20T03:32:26.442788+0000","last_undegraded":"2024-04-20T03:32:26.442788+0000","last_fullsized":"2024-04-20T03:32:26.442788+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_clean_scrub_stamp":"2024-04-20T03:30:06.347569+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834749+0000","last_change":"2024-04-20T03:32:26.832653+0000","last_active":"2024-04-20T03:32:26.834749+0000","last_peered":"2024-04-20T03:32:26.834749+0000","last_clean":"2024-04-20T03:32:26.834749+0000","last_became_active":"2024-04-20T03:32:26.832364+0000","last_became_peered":"2024-04-20T03:32:26.832364+0000","last_unstale":"2024-04-20T03:32:26.834749+0000","last_undegraded":"2024-04-20T03:32:26.834749+0000","last_fullsized":"2024-04-20T03:32:26.834749+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.460171+0000","last_change":"2024-04-20T03:32:26.459525+0000","last_active":"2024-04-20T03:32:26.460171+0000","last_peered":"2024-04-20T03:32:26.460171+0000","last_clean":"2024-04-20T03:32:26.460171+0000","last_became_active":"2024-04-20T03:32:26.459218+0000","last_became_peered":"2024-04-20T03:32:26.459218+0000","last_unstale":"2024-04-20T03:32:26.460171+0000","last_undegraded":"2024-04-20T03:32:26.460171+0000","last_fullsized":"2024-04-20T03:32:26.460171+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.460569+0000","last_change":"2024-04-20T03:32:26.459867+0000","last_active":"2024-04-20T03:32:26.460569+0000","last_peered":"2024-04-20T03:32:26.460569+0000","last_clean":"2024-04-20T03:32:26.460569+0000","last_became_active":"2024-04-20T03:32:26.459136+0000","last_became_peered":"2024-04-20T03:32:26.459136+0000","last_unstale":"2024-04-20T03:32:26.460569+0000","last_undegraded":"2024-04-20T03:32:26.460569+0000","last_fullsized":"2024-04-20T03:32:26.460569+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828962+0000","last_change":"2024-04-20T03:32:26.828962+0000","last_active":"2024-04-20T03:32:26.828962+0000","last_peered":"2024-04-20T03:32:26.828962+0000","last_clean":"2024-04-20T03:32:26.828962+0000","last_became_active":"2024-04-20T03:32:26.828241+0000","last_became_peered":"2024-04-20T03:32:26.828241+0000","last_unstale":"2024-04-20T03:32:26.828962+0000","last_undegraded":"2024-04-20T03:32:26.828962+0000","last_fullsized":"2024-04-20T03:32:26.828962+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.449651+0000","last_change":"2024-04-20T03:32:26.446310+0000","last_active":"2024-04-20T03:32:26.449651+0000","last_peered":"2024-04-20T03:32:26.449651+0000","last_clean":"2024-04-20T03:32:26.449651+0000","last_became_active":"2024-04-20T03:32:26.446015+0000","last_became_peered":"2024-04-20T03:32:26.446015+0000","last_unstale":"2024-04-20T03:32:26.449651+0000","last_undegraded":"2024-04-20T03:32:26.449651+0000","last_fullsized":"2024-04-20T03:32:26.449651+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430862+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834415+0000","last_change":"2024-04-20T03:32:26.829007+0000","last_active":"2024-04-20T03:32:26.834415+0000","last_peered":"2024-04-20T03:32:26.834415+0000","last_clean":"2024-04-20T03:32:26.834415+0000","last_became_active":"2024-04-20T03:32:26.828656+0000","last_became_peered":"2024-04-20T03:32:26.828656+0000","last_unstale":"2024-04-20T03:32:26.834415+0000","last_undegraded":"2024-04-20T03:32:26.834415+0000","last_fullsized":"2024-04-20T03:32:26.834415+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.459881+0000","last_change":"2024-04-20T03:32:26.459222+0000","last_active":"2024-04-20T03:32:26.459881+0000","last_peered":"2024-04-20T03:32:26.459881+0000","last_clean":"2024-04-20T03:32:26.459881+0000","last_became_active":"2024-04-20T03:32:26.458819+0000","last_became_peered":"2024-04-20T03:32:26.458819+0000","last_unstale":"2024-04-20T03:32:26.459881+0000","last_undegraded":"2024-04-20T03:32:26.459881+0000","last_fullsized":"2024-04-20T03:32:26.459881+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.817898+0000","last_change":"2024-04-20T03:32:26.817898+0000","last_active":"2024-04-20T03:32:26.817898+0000","last_peered":"2024-04-20T03:32:26.817898+0000","last_clean":"2024-04-20T03:32:26.817898+0000","last_became_active":"2024-04-20T03:32:26.817574+0000","last_became_peered":"2024-04-20T03:32:26.817574+0000","last_unstale":"2024-04-20T03:32:26.817898+0000","last_undegraded":"2024-04-20T03:32:26.817898+0000","last_fullsized":"2024-04-20T03:32:26.817898+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.453450+0000","last_change":"2024-04-20T03:32:26.452127+0000","last_active":"2024-04-20T03:32:26.453450+0000","last_peered":"2024-04-20T03:32:26.453450+0000","last_clean":"2024-04-20T03:32:26.453450+0000","last_became_active":"2024-04-20T03:32:26.451220+0000","last_became_peered":"2024-04-20T03:32:26.451220+0000","last_unstale":"2024-04-20T03:32:26.453450+0000","last_undegraded":"2024-04-20T03:32:26.453450+0000","last_fullsized":"2024-04-20T03:32:26.453450+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.450440+0000","last_change":"2024-04-20T03:32:26.450170+0000","last_active":"2024-04-20T03:32:26.450440+0000","last_peered":"2024-04-20T03:32:26.450440+0000","last_clean":"2024-04-20T03:32:26.450440+0000","last_became_active":"2024-04-20T03:32:26.449478+0000","last_became_peered":"2024-04-20T03:32:26.449478+0000","last_unstale":"2024-04-20T03:32:26.450440+0000","last_undegraded":"2024-04-20T03:32:26.450440+0000","last_fullsized":"2024-04-20T03:32:26.450440+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.b","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829209+0000","last_change":"2024-04-20T03:32:26.452860+0000","last_active":"2024-04-20T03:32:26.829209+0000","last_peered":"2024-04-20T03:32:26.829209+0000","last_clean":"2024-04-20T03:32:26.829209+0000","last_became_active":"2024-04-20T03:32:26.452537+0000","last_became_peered":"2024-04-20T03:32:26.452537+0000","last_unstale":"2024-04-20T03:32:26.829209+0000","last_undegraded":"2024-04-20T03:32:26.829209+0000","last_fullsized":"2024-04-20T03:32:26.829209+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.436392+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,5],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829033+0000","last_change":"2024-04-20T03:32:26.829033+0000","last_active":"2024-04-20T03:32:26.829033+0000","last_peered":"2024-04-20T03:32:26.829033+0000","last_clean":"2024-04-20T03:32:26.829033+0000","last_became_active":"2024-04-20T03:32:26.828152+0000","last_became_peered":"2024-04-20T03:32:26.828152+0000","last_unstale":"2024-04-20T03:32:26.829033+0000","last_undegraded":"2024-04-20T03:32:26.829033+0000","last_fullsized":"2024-04-20T03:32:26.829033+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"53'1","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.815643+0000","last_change":"2024-04-20T03:32:26.451554+0000","last_active":"2024-04-20T03:32:26.815643+0000","last_peered":"2024-04-20T03:32:26.815643+0000","last_clean":"2024-04-20T03:32:26.815643+0000","last_became_active":"2024-04-20T03:32:26.449515+0000","last_became_peered":"2024-04-20T03:32:26.449515+0000","last_unstale":"2024-04-20T03:32:26.815643+0000","last_undegraded":"2024-04-20T03:32:26.815643+0000","last_fullsized":"2024-04-20T03:32:26.815643+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.444326+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,6],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.435874+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,7],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.833126+0000","last_change":"2024-04-20T03:32:26.833126+0000","last_active":"2024-04-20T03:32:26.833126+0000","last_peered":"2024-04-20T03:32:26.833126+0000","last_clean":"2024-04-20T03:32:26.833126+0000","last_became_active":"2024-04-20T03:32:26.832413+0000","last_became_peered":"2024-04-20T03:32:26.832413+0000","last_unstale":"2024-04-20T03:32:26.833126+0000","last_undegraded":"2024-04-20T03:32:26.833126+0000","last_fullsized":"2024-04-20T03:32:26.833126+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.441425+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834566+0000","last_change":"2024-04-20T03:32:26.829271+0000","last_active":"2024-04-20T03:32:26.834566+0000","last_peered":"2024-04-20T03:32:26.834566+0000","last_clean":"2024-04-20T03:32:26.834566+0000","last_became_active":"2024-04-20T03:32:26.829007+0000","last_became_peered":"2024-04-20T03:32:26.829007+0000","last_unstale":"2024-04-20T03:32:26.834566+0000","last_undegraded":"2024-04-20T03:32:26.834566+0000","last_fullsized":"2024-04-20T03:32:26.834566+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828141+0000","last_change":"2024-04-20T03:32:26.828141+0000","last_active":"2024-04-20T03:32:26.828141+0000","last_peered":"2024-04-20T03:32:26.828141+0000","last_clean":"2024-04-20T03:32:26.828141+0000","last_became_active":"2024-04-20T03:32:26.827319+0000","last_became_peered":"2024-04-20T03:32:26.827319+0000","last_unstale":"2024-04-20T03:32:26.828141+0000","last_undegraded":"2024-04-20T03:32:26.828141+0000","last_fullsized":"2024-04-20T03:32:26.828141+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.439048+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.441838+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[6,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834730+0000","last_change":"2024-04-20T03:32:26.833737+0000","last_active":"2024-04-20T03:32:26.834730+0000","last_peered":"2024-04-20T03:32:26.834730+0000","last_clean":"2024-04-20T03:32:26.834730+0000","last_became_active":"2024-04-20T03:32:26.833385+0000","last_became_peered":"2024-04-20T03:32:26.833385+0000","last_unstale":"2024-04-20T03:32:26.834730+0000","last_undegraded":"2024-04-20T03:32:26.834730+0000","last_fullsized":"2024-04-20T03:32:26.834730+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"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":132,"acting":132,"num_store_stats":5},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":7},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":770,"num_objects":11,"num_object_clones":0,"num_object_copies":33,"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":11,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":20,"num_write_kb":10,"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":6,"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":49152,"data_stored":2116,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":17,"ondisk_log_size":17,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":48,"seq":206158430214,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297608,"kb_used_data":512,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447544,"statfs":{"total":95995035648,"available":95690285056,"internally_reserved":0,"allocated":524288,"data_stored":210088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53200000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.441}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39100000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.499}]}]},{"osd":6,"up_from":42,"seq":180388626443,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297572,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447580,"statfs":{"total":95995035648,"available":95690321920,"internally_reserved":0,"allocated":487424,"data_stored":195423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40699999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51000000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42299999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]}]},{"osd":1,"up_from":13,"seq":55834574884,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297580,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447572,"statfs":{"total":95995035648,"available":95690313728,"internally_reserved":0,"allocated":495616,"data_stored":201745,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.315,"15min":0.307},"min":{"1min":0.26600000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.35299999999999998,"15min":0.34300000000000003},"min":{"1min":0.30399999999999999,"5min":0.253,"15min":0.253},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.53800000000000003}]},{"osd":2,"last update":"Sat Apr 20 03:32:07 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.376,"15min":0.374},"min":{"1min":0.245,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.498},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.36599999999999999,"15min":0.35699999999999998},"min":{"1min":0.28299999999999997,"5min":0.254,"15min":0.254},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.45100000000000001}]},{"osd":3,"last update":"Sat Apr 20 03:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.52700000000000002}]},{"osd":4,"last update":"Sat Apr 20 03:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.55000000000000004}]},{"osd":5,"last update":"Sat Apr 20 03:32:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.62},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.69299999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68500000000000005}]}]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297628,"kb_used_data":532,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447524,"statfs":{"total":95995035648,"available":95690264576,"internally_reserved":0,"allocated":544768,"data_stored":216874,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Apr 20 03:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.313,"15min":0.30299999999999999},"min":{"1min":0.252,"5min":0.193,"15min":0.193},"max":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.435,"5min":0.34399999999999997,"15min":0.32900000000000001},"min":{"1min":0.32500000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.45000000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:32:15 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.35099999999999998,"15min":0.34699999999999998},"min":{"1min":0.28799999999999998,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.371},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.34999999999999998,"15min":0.34399999999999997},"min":{"1min":0.30099999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.436}]},{"osd":3,"last update":"Sat Apr 20 03:31:31 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.46200000000000002}]},{"osd":4,"last update":"Sat Apr 20 03:31:52 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.65300000000000002}]},{"osd":5,"last update":"Sat Apr 20 03:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.64400000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]}]},{"osd":2,"up_from":18,"seq":77309411358,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297576,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447576,"statfs":{"total":95995035648,"available":95690317824,"internally_reserved":0,"allocated":491520,"data_stored":195738,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.371,"15min":0.36899999999999999},"min":{"1min":0.28599999999999998,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.38300000000000001,"15min":0.379},"min":{"1min":0.27900000000000003,"5min":0.251,"15min":0.251},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.219}]},{"osd":1,"last update":"Sat Apr 20 03:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.39400000000000002,"15min":0.38900000000000001},"min":{"1min":0.307,"5min":0.249,"15min":0.249},"max":{"1min":0.59099999999999997,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.39500000000000002,"15min":0.39300000000000002},"min":{"1min":0.29599999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.247}]},{"osd":3,"last update":"Sat Apr 20 03:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.23200000000000001},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.30399999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.46700000000000003}]},{"osd":5,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.376},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.45700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39500000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]}]},{"osd":3,"up_from":25,"seq":107374182426,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297564,"kb_used_data":468,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447588,"statfs":{"total":95995035648,"available":95690330112,"internally_reserved":0,"allocated":479232,"data_stored":189559,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.29999999999999999}]},{"osd":1,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.34899999999999998}]},{"osd":2,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.47599999999999998}]},{"osd":4,"last update":"Sat Apr 20 03:31:53 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.55800000000000005}]},{"osd":5,"last update":"Sat Apr 20 03:32:18 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.98099999999999998,"5min":0.98099999999999998,"15min":0.98099999999999998},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.38300000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]}]},{"osd":4,"up_from":30,"seq":128849018900,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297616,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447536,"statfs":{"total":95995035648,"available":95690276864,"internally_reserved":0,"allocated":532480,"data_stored":210192,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.42099999999999999}]},{"osd":1,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.45900000000000002}]},{"osd":2,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.62}]},{"osd":3,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.44600000000000001}]},{"osd":5,"last update":"Sat Apr 20 03:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.5},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.65500000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53300000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63700000000000001}]}]},{"osd":5,"up_from":36,"seq":154618822672,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297588,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447564,"statfs":{"total":95995035648,"available":95690305536,"internally_reserved":0,"allocated":503808,"data_stored":202375,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.52300000000000002}]},{"osd":1,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.44700000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.55500000000000005}]},{"osd":3,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.42199999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.624}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":4,"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},{"poolid":1,"osd":5,"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},{"poolid":1,"osd":6,"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},{"poolid":1,"osd":7,"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},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"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},{"poolid":2,"osd":3,"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},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"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},{"poolid":2,"osd":6,"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},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"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},{"poolid":3,"osd":1,"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},{"poolid":3,"osd":4,"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},{"poolid":3,"osd":5,"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},{"poolid":3,"osd":7,"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}]}} 2024-04-20T03:32:30.479 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.3c is not active+clean 2024-04-20T03:32:30.479 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.3c', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.443964+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 3, 7], 'acting': [5, 3, 7], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [3, 7], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.479 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.3a is not active+clean 2024-04-20T03:32:30.479 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.3a', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.442246+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 0, 1], 'acting': [5, 0, 1], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [0, 1], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.479 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.38 is not active+clean 2024-04-20T03:32:30.479 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.38', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.479 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.36 is not active+clean 2024-04-20T03:32:30.479 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.36', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.479 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.35 is not active+clean 2024-04-20T03:32:30.480 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.35', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.480 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.33 is not active+clean 2024-04-20T03:32:30.480 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.33', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.480 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.30 is not active+clean 2024-04-20T03:32:30.480 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.30', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.439916+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 0, 7], 'acting': [5, 0, 7], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [0, 7], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.480 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.2f is not active+clean 2024-04-20T03:32:30.480 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.2f', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.442549+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 7, 4], 'acting': [5, 7, 4], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [4, 7], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.480 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.2e is not active+clean 2024-04-20T03:32:30.480 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.2e', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.480 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.1e is not active+clean 2024-04-20T03:32:30.480 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.1e', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.1e is not active+clean 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.1e', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.434818+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [3, 0, 5], 'acting': [3, 0, 5], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [0, 5], 'up_primary': 3, 'acting_primary': 3, 'purged_snaps': []} 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.1c is not active+clean 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.1c', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.442801+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 4, 1], 'acting': [5, 4, 1], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [1, 4], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.1d is not active+clean 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.1d', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.447833+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 4, 6], 'acting': [5, 4, 6], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [4, 6], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.1b is not active+clean 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.1b', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.434607+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [3, 7, 6], 'acting': [3, 7, 6], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [6, 7], 'up_primary': 3, 'acting_primary': 3, 'purged_snaps': []} 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.1a is not active+clean 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.1a', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.430928+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [6, 4, 7], 'acting': [6, 4, 7], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [4, 7], 'up_primary': 6, 'acting_primary': 6, 'purged_snaps': []} 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.19 is not active+clean 2024-04-20T03:32:30.481 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.19', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.434541+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [3, 6, 0], 'acting': [3, 6, 0], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [0, 6], 'up_primary': 3, 'acting_primary': 3, 'purged_snaps': []} 2024-04-20T03:32:30.482 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.18 is not active+clean 2024-04-20T03:32:30.482 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.18', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.482 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.17 is not active+clean 2024-04-20T03:32:30.482 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.17', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.431495+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [6, 5, 2], 'acting': [6, 5, 2], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [2, 5], 'up_primary': 6, 'acting_primary': 6, 'purged_snaps': []} 2024-04-20T03:32:30.482 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.16 is not active+clean 2024-04-20T03:32:30.482 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.16', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.446027+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 7, 1], 'acting': [5, 7, 1], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [1, 7], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.482 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.14 is not active+clean 2024-04-20T03:32:30.482 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.14', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.430944+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [6, 3, 5], 'acting': [6, 3, 5], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [3, 5], 'up_primary': 6, 'acting_primary': 6, 'purged_snaps': []} 2024-04-20T03:32:30.482 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.11 is not active+clean 2024-04-20T03:32:30.482 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.11', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.430937+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [6, 4, 1], 'acting': [6, 4, 1], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [1, 4], 'up_primary': 6, 'acting_primary': 6, 'purged_snaps': []} 2024-04-20T03:32:30.482 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.10 is not active+clean 2024-04-20T03:32:30.483 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.10', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.483 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.10 is not active+clean 2024-04-20T03:32:30.483 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.10', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.435926+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [2, 1, 0], 'acting': [2, 1, 0], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [0, 1], 'up_primary': 2, 'acting_primary': 2, 'purged_snaps': []} 2024-04-20T03:32:30.483 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.5 is not active+clean 2024-04-20T03:32:30.483 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.5', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.446862+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 3, 2], 'acting': [5, 3, 2], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [2, 3], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.483 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.1 is not active+clean 2024-04-20T03:32:30.483 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.1', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.434893+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [2, 3, 0], 'acting': [2, 3, 0], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [0, 3], 'up_primary': 2, 'acting_primary': 2, 'purged_snaps': []} 2024-04-20T03:32:30.483 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.2 is not active+clean 2024-04-20T03:32:30.483 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.2', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.483 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.7 is not active+clean 2024-04-20T03:32:30.483 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.7', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.7 is not active+clean 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.7', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.430862+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [6, 7, 2], 'acting': [6, 7, 2], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [2, 7], 'up_primary': 6, 'acting_primary': 6, 'purged_snaps': []} 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.8 is not active+clean 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.8', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.b is not active+clean 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.b', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.a is not active+clean 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.a', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.c is not active+clean 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.c', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.436392+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [2, 5, 0], 'acting': [2, 5, 0], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [0, 5], 'up_primary': 2, 'acting_primary': 2, 'purged_snaps': []} 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.c is not active+clean 2024-04-20T03:32:30.484 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.c', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.444326+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 3, 6], 'acting': [5, 3, 6], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [3, 6], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.485 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.e is not active+clean 2024-04-20T03:32:30.485 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.e', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:25.418750+0000', 'last_change': '2024-04-20T03:32:25.435874+0000', 'last_active': '2024-04-20T03:32:25.418750+0000', 'last_peered': '2024-04-20T03:32:25.418750+0000', 'last_clean': '2024-04-20T03:32:25.418750+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:25.418750+0000', 'last_undegraded': '2024-04-20T03:32:25.418750+0000', 'last_fullsized': '2024-04-20T03:32:25.418750+0000', 'mapping_epoch': 51, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 51, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:25.418750+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [2, 3, 7], 'acting': [2, 3, 7], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [3, 7], 'up_primary': 2, 'acting_primary': 2, 'purged_snaps': []} 2024-04-20T03:32:30.485 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.20 is not active+clean 2024-04-20T03:32:30.485 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.20', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.485 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.21 is not active+clean 2024-04-20T03:32:30.485 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.21', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.485 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.22 is not active+clean 2024-04-20T03:32:30.485 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.22', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.441425+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 3, 0], 'acting': [5, 3, 0], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [0, 3], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.485 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.24 is not active+clean 2024-04-20T03:32:30.485 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.24', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.485 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.26 is not active+clean 2024-04-20T03:32:30.486 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.26', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.486 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.27 is not active+clean 2024-04-20T03:32:30.486 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.27', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.486 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.28 is not active+clean 2024-04-20T03:32:30.486 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.28', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.439048+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 3, 2], 'acting': [5, 3, 2], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [2, 3], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.486 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.29 is not active+clean 2024-04-20T03:32:30.486 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.29', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.486 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.2a is not active+clean 2024-04-20T03:32:30.486 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.2a', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.441838+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 52, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 52, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [5, 7, 6], 'acting': [5, 7, 6], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [6, 7], 'up_primary': 5, 'acting_primary': 5, 'purged_snaps': []} 2024-04-20T03:32:30.486 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.2c is not active+clean 2024-04-20T03:32:30.486 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.2c', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2024-04-20T03:32:26.428237+0000', 'last_change': '2024-04-20T03:32:26.428237+0000', 'last_active': '2024-04-20T03:32:26.428237+0000', 'last_peered': '2024-04-20T03:32:26.428237+0000', 'last_clean': '2024-04-20T03:32:26.428237+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2024-04-20T03:32:26.428237+0000', 'last_undegraded': '2024-04-20T03:32:26.428237+0000', 'last_fullsized': '2024-04-20T03:32:26.428237+0000', 'mapping_epoch': 0, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 0, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'last_clean_scrub_stamp': '2024-04-20T03:32:26.428237+0000', 'log_size': 0, 'ondisk_log_size': 0, '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, '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}, 'up': [], 'acting': [], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': -1, 'acting_primary': -1, 'purged_snaps': []} 2024-04-20T03:32:30.487 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph status --format=json 2024-04-20T03:32:30.867 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:30.867 INFO:teuthology.orchestra.run.smithi177.stdout:{"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","health":{"status":"HEALTH_OK","checks":{},"mutes":[]},"election_epoch":14,"quorum":[0,1,2],"quorum_names":["a","b","c"],"quorum_age":229,"monmap":{"epoch":3,"min_mon_release_name":"pacific","num_mons":3},"osdmap":{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1713583927,"num_in_osds":8,"osd_in_since":1713583909,"num_remapped_pgs":0},"pgmap":{"pgs_by_state":[{"state_name":"active+clean","count":53},{"state_name":"creating+peering","count":24},{"state_name":"unknown","count":20}],"num_pgs":97,"num_pools":3,"num_objects":11,"data_bytes":770,"bytes_used":2437869568,"bytes_avail":765522415616,"bytes_total":767960285184,"unknown_pgs_ratio":0.20618556439876556,"inactive_pgs_ratio":0.24742268025875092,"write_bytes_sec":5209,"read_op_per_sec":0,"write_op_per_sec":5},"fsmap":{"epoch":6,"id":1,"up":1,"in":1,"max":1,"by_rank":[{"filesystem_id":1,"rank":0,"name":"b","status":"up:active","gid":24349}],"up:standby":1},"mgrmap":{"available":true,"num_standbys":1,"modules":["cephadm","dashboard","iostat","nfs","restful"],"services":{"dashboard":"https://172.21.15.177:8443/"}},"servicemap":{"epoch":11,"modified":"2024-04-20T03:32:17.188533+0000","services":{"osd":{"daemons":{"summary":"","6":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"7":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}}}}}},"progress_events":{}} 2024-04-20T03:32:30.881 INFO:tasks.cephfs.filesystem.ceph_manager:no progress seen, keeping timeout for now 2024-04-20T03:32:30.881 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-04-20T03:32:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:29.190626+0000 mgr.y (mgr.14146) 193 : cluster [DBG] pgmap v181: 97 pgs: 24 creating+peering, 53 active+clean, 20 unknown; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s wr, 5 op/s 2024-04-20T03:32:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:29.765465+0000 mgr.y (mgr.14146) 194 : audit [DBG] from='client.24443 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:29.190626+0000 mgr.y (mgr.14146) 193 : cluster [DBG] pgmap v181: 97 pgs: 24 creating+peering, 53 active+clean, 20 unknown; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s wr, 5 op/s 2024-04-20T03:32:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:29.765465+0000 mgr.y (mgr.14146) 194 : audit [DBG] from='client.24443 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:31.173 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:31.174 INFO:teuthology.orchestra.run.smithi177.stderr:dumped all 2024-04-20T03:32:31.184 INFO:teuthology.orchestra.run.smithi177.stdout:{"pg_ready":true,"pg_map":{"version":181,"stamp":"2024-04-20T03:32:29.190431+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":770,"num_objects":11,"num_object_clones":0,"num_object_copies":33,"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":11,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":20,"num_write_kb":10,"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":6,"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":17,"ondisk_log_size":17,"up":231,"acting":231,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":60,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2380732,"kb_used_data":3964,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747580484,"statfs":{"total":767960285184,"available":765522415616,"internally_reserved":0,"allocated":4059136,"data_stored":1621994,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"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":7,"apply_latency_ms":7,"commit_latency_ns":7000000,"apply_latency_ns":7000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":588,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7,"num_write_kb":7,"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":2,"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":"1.375891"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.832723+0000","last_change":"2024-04-20T03:32:26.832723+0000","last_active":"2024-04-20T03:32:26.832723+0000","last_peered":"2024-04-20T03:32:26.832723+0000","last_clean":"2024-04-20T03:32:26.832723+0000","last_became_active":"2024-04-20T03:32:26.831636+0000","last_became_peered":"2024-04-20T03:32:26.831636+0000","last_unstale":"2024-04-20T03:32:26.832723+0000","last_undegraded":"2024-04-20T03:32:26.832723+0000","last_fullsized":"2024-04-20T03:32:26.832723+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829625+0000","last_change":"2024-04-20T03:32:26.829625+0000","last_active":"2024-04-20T03:32:26.829625+0000","last_peered":"2024-04-20T03:32:26.829625+0000","last_clean":"2024-04-20T03:32:26.829625+0000","last_became_active":"2024-04-20T03:32:26.829340+0000","last_became_peered":"2024-04-20T03:32:26.829340+0000","last_unstale":"2024-04-20T03:32:26.829625+0000","last_undegraded":"2024-04-20T03:32:26.829625+0000","last_fullsized":"2024-04-20T03:32:26.829625+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835210+0000","last_change":"2024-04-20T03:32:26.834828+0000","last_active":"2024-04-20T03:32:26.835210+0000","last_peered":"2024-04-20T03:32:26.835210+0000","last_clean":"2024-04-20T03:32:26.835210+0000","last_became_active":"2024-04-20T03:32:26.834591+0000","last_became_peered":"2024-04-20T03:32:26.834591+0000","last_unstale":"2024-04-20T03:32:26.835210+0000","last_undegraded":"2024-04-20T03:32:26.835210+0000","last_fullsized":"2024-04-20T03:32:26.835210+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.443964+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825308+0000","last_change":"2024-04-20T03:32:26.825308+0000","last_active":"2024-04-20T03:32:26.825308+0000","last_peered":"2024-04-20T03:32:26.825308+0000","last_clean":"2024-04-20T03:32:26.825308+0000","last_became_active":"2024-04-20T03:32:26.824156+0000","last_became_peered":"2024-04-20T03:32:26.824156+0000","last_unstale":"2024-04-20T03:32:26.825308+0000","last_undegraded":"2024-04-20T03:32:26.825308+0000","last_fullsized":"2024-04-20T03:32:26.825308+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442246+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,1],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831404+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:32:26.831404+0000","last_peered":"2024-04-20T03:32:26.831404+0000","last_clean":"2024-04-20T03:32:26.831404+0000","last_became_active":"2024-04-20T03:32:26.831098+0000","last_became_peered":"2024-04-20T03:32:26.831098+0000","last_unstale":"2024-04-20T03:32:26.831404+0000","last_undegraded":"2024-04-20T03:32:26.831404+0000","last_fullsized":"2024-04-20T03:32:26.831404+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.832959+0000","last_change":"2024-04-20T03:32:26.832959+0000","last_active":"2024-04-20T03:32:26.832959+0000","last_peered":"2024-04-20T03:32:26.832959+0000","last_clean":"2024-04-20T03:32:26.832959+0000","last_became_active":"2024-04-20T03:32:26.832027+0000","last_became_peered":"2024-04-20T03:32:26.832027+0000","last_unstale":"2024-04-20T03:32:26.832959+0000","last_undegraded":"2024-04-20T03:32:26.832959+0000","last_fullsized":"2024-04-20T03:32:26.832959+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829553+0000","last_change":"2024-04-20T03:32:26.829553+0000","last_active":"2024-04-20T03:32:26.829553+0000","last_peered":"2024-04-20T03:32:26.829553+0000","last_clean":"2024-04-20T03:32:26.829553+0000","last_became_active":"2024-04-20T03:32:26.829265+0000","last_became_peered":"2024-04-20T03:32:26.829265+0000","last_unstale":"2024-04-20T03:32:26.829553+0000","last_undegraded":"2024-04-20T03:32:26.829553+0000","last_fullsized":"2024-04-20T03:32:26.829553+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.839059+0000","last_change":"2024-04-20T03:32:26.838601+0000","last_active":"2024-04-20T03:32:26.839059+0000","last_peered":"2024-04-20T03:32:26.839059+0000","last_clean":"2024-04-20T03:32:26.839059+0000","last_became_active":"2024-04-20T03:32:26.838270+0000","last_became_peered":"2024-04-20T03:32:26.838270+0000","last_unstale":"2024-04-20T03:32:26.839059+0000","last_undegraded":"2024-04-20T03:32:26.839059+0000","last_fullsized":"2024-04-20T03:32:26.839059+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829393+0000","last_change":"2024-04-20T03:32:26.829393+0000","last_active":"2024-04-20T03:32:26.829393+0000","last_peered":"2024-04-20T03:32:26.829393+0000","last_clean":"2024-04-20T03:32:26.829393+0000","last_became_active":"2024-04-20T03:32:26.829104+0000","last_became_peered":"2024-04-20T03:32:26.829104+0000","last_unstale":"2024-04-20T03:32:26.829393+0000","last_undegraded":"2024-04-20T03:32:26.829393+0000","last_fullsized":"2024-04-20T03:32:26.829393+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.439916+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442549+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.824653+0000","last_change":"2024-04-20T03:32:26.824653+0000","last_active":"2024-04-20T03:32:26.824653+0000","last_peered":"2024-04-20T03:32:26.824653+0000","last_clean":"2024-04-20T03:32:26.824653+0000","last_became_active":"2024-04-20T03:32:26.824164+0000","last_became_peered":"2024-04-20T03:32:26.824164+0000","last_unstale":"2024-04-20T03:32:26.824653+0000","last_undegraded":"2024-04-20T03:32:26.824653+0000","last_fullsized":"2024-04-20T03:32:26.824653+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1f","version":"53'4","reported_seq":15,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.836646+0000","last_change":"2024-04-20T03:32:26.458449+0000","last_active":"2024-04-20T03:32:26.836646+0000","last_peered":"2024-04-20T03:32:26.836646+0000","last_clean":"2024-04-20T03:32:26.836646+0000","last_became_active":"2024-04-20T03:32:26.458182+0000","last_became_peered":"2024-04-20T03:32:26.458182+0000","last_unstale":"2024-04-20T03:32:26.836646+0000","last_undegraded":"2024-04-20T03:32:26.836646+0000","last_fullsized":"2024-04-20T03:32:26.836646+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":4,"ondisk_log_size":4,"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,"stat_sum":{"num_bytes":554,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434818+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,5],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.838903+0000","last_change":"2024-04-20T03:32:26.838154+0000","last_active":"2024-04-20T03:32:26.838903+0000","last_peered":"2024-04-20T03:32:26.838903+0000","last_clean":"2024-04-20T03:32:26.838903+0000","last_became_active":"2024-04-20T03:32:26.837703+0000","last_became_peered":"2024-04-20T03:32:26.837703+0000","last_unstale":"2024-04-20T03:32:26.838903+0000","last_undegraded":"2024-04-20T03:32:26.838903+0000","last_fullsized":"2024-04-20T03:32:26.838903+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1d","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835755+0000","last_change":"2024-04-20T03:32:26.460136+0000","last_active":"2024-04-20T03:32:26.835755+0000","last_peered":"2024-04-20T03:32:26.835755+0000","last_clean":"2024-04-20T03:32:26.835755+0000","last_became_active":"2024-04-20T03:32:26.459571+0000","last_became_peered":"2024-04-20T03:32:26.459571+0000","last_unstale":"2024-04-20T03:32:26.835755+0000","last_undegraded":"2024-04-20T03:32:26.835755+0000","last_fullsized":"2024-04-20T03:32:26.835755+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.442801+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,4],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828564+0000","last_change":"2024-04-20T03:32:26.458229+0000","last_active":"2024-04-20T03:32:26.828564+0000","last_peered":"2024-04-20T03:32:26.828564+0000","last_clean":"2024-04-20T03:32:26.828564+0000","last_became_active":"2024-04-20T03:32:26.457863+0000","last_became_peered":"2024-04-20T03:32:26.457863+0000","last_unstale":"2024-04-20T03:32:26.828564+0000","last_undegraded":"2024-04-20T03:32:26.828564+0000","last_fullsized":"2024-04-20T03:32:26.828564+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.447833+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,6],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434607+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[6,7],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.817230+0000","last_change":"2024-04-20T03:32:26.817230+0000","last_active":"2024-04-20T03:32:26.817230+0000","last_peered":"2024-04-20T03:32:26.817230+0000","last_clean":"2024-04-20T03:32:26.817230+0000","last_became_active":"2024-04-20T03:32:26.816872+0000","last_became_peered":"2024-04-20T03:32:26.816872+0000","last_unstale":"2024-04-20T03:32:26.817230+0000","last_undegraded":"2024-04-20T03:32:26.817230+0000","last_fullsized":"2024-04-20T03:32:26.817230+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430928+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834548+0000","last_change":"2024-04-20T03:32:26.829218+0000","last_active":"2024-04-20T03:32:26.834548+0000","last_peered":"2024-04-20T03:32:26.834548+0000","last_clean":"2024-04-20T03:32:26.834548+0000","last_became_active":"2024-04-20T03:32:26.828897+0000","last_became_peered":"2024-04-20T03:32:26.828897+0000","last_unstale":"2024-04-20T03:32:26.834548+0000","last_undegraded":"2024-04-20T03:32:26.834548+0000","last_fullsized":"2024-04-20T03:32:26.834548+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434541+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,6],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.453633+0000","last_change":"2024-04-20T03:32:26.453633+0000","last_active":"2024-04-20T03:32:26.453633+0000","last_peered":"2024-04-20T03:32:26.453633+0000","last_clean":"2024-04-20T03:32:26.453633+0000","last_became_active":"2024-04-20T03:32:26.453261+0000","last_became_peered":"2024-04-20T03:32:26.453261+0000","last_unstale":"2024-04-20T03:32:26.453633+0000","last_undegraded":"2024-04-20T03:32:26.453633+0000","last_fullsized":"2024-04-20T03:32:26.453633+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.820223+0000","last_change":"2024-04-20T03:32:26.820223+0000","last_active":"2024-04-20T03:32:26.820223+0000","last_peered":"2024-04-20T03:32:26.820223+0000","last_clean":"2024-04-20T03:32:26.820223+0000","last_became_active":"2024-04-20T03:32:26.819848+0000","last_became_peered":"2024-04-20T03:32:26.819848+0000","last_unstale":"2024-04-20T03:32:26.820223+0000","last_undegraded":"2024-04-20T03:32:26.820223+0000","last_fullsized":"2024-04-20T03:32:26.820223+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.431495+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.446027+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.458984+0000","last_change":"2024-04-20T03:32:26.458984+0000","last_active":"2024-04-20T03:32:26.458984+0000","last_peered":"2024-04-20T03:32:26.458984+0000","last_clean":"2024-04-20T03:32:26.458984+0000","last_became_active":"2024-04-20T03:32:26.458637+0000","last_became_peered":"2024-04-20T03:32:26.458637+0000","last_unstale":"2024-04-20T03:32:26.458984+0000","last_undegraded":"2024-04-20T03:32:26.458984+0000","last_fullsized":"2024-04-20T03:32:26.458984+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.838884+0000","last_change":"2024-04-20T03:32:26.837994+0000","last_active":"2024-04-20T03:32:26.838884+0000","last_peered":"2024-04-20T03:32:26.838884+0000","last_clean":"2024-04-20T03:32:26.838884+0000","last_became_active":"2024-04-20T03:32:26.837325+0000","last_became_peered":"2024-04-20T03:32:26.837325+0000","last_unstale":"2024-04-20T03:32:26.838884+0000","last_undegraded":"2024-04-20T03:32:26.838884+0000","last_fullsized":"2024-04-20T03:32:26.838884+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"53'3","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834076+0000","last_change":"2024-04-20T03:32:26.453155+0000","last_active":"2024-04-20T03:32:26.834076+0000","last_peered":"2024-04-20T03:32:26.834076+0000","last_clean":"2024-04-20T03:32:26.834076+0000","last_became_active":"2024-04-20T03:32:26.452447+0000","last_became_peered":"2024-04-20T03:32:26.452447+0000","last_unstale":"2024-04-20T03:32:26.834076+0000","last_undegraded":"2024-04-20T03:32:26.834076+0000","last_fullsized":"2024-04-20T03:32:26.834076+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":3,"ondisk_log_size":3,"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,"stat_sum":{"num_bytes":90,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.821099+0000","last_change":"2024-04-20T03:32:26.821099+0000","last_active":"2024-04-20T03:32:26.821099+0000","last_peered":"2024-04-20T03:32:26.821099+0000","last_clean":"2024-04-20T03:32:26.821099+0000","last_became_active":"2024-04-20T03:32:26.820407+0000","last_became_peered":"2024-04-20T03:32:26.820407+0000","last_unstale":"2024-04-20T03:32:26.821099+0000","last_undegraded":"2024-04-20T03:32:26.821099+0000","last_fullsized":"2024-04-20T03:32:26.821099+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.14","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430944+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,5],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825194+0000","last_change":"2024-04-20T03:32:26.825194+0000","last_active":"2024-04-20T03:32:26.825194+0000","last_peered":"2024-04-20T03:32:26.825194+0000","last_clean":"2024-04-20T03:32:26.825194+0000","last_became_active":"2024-04-20T03:32:26.824883+0000","last_became_peered":"2024-04-20T03:32:26.824883+0000","last_unstale":"2024-04-20T03:32:26.825194+0000","last_undegraded":"2024-04-20T03:32:26.825194+0000","last_fullsized":"2024-04-20T03:32:26.825194+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.837487+0000","last_change":"2024-04-20T03:32:26.451054+0000","last_active":"2024-04-20T03:32:26.837487+0000","last_peered":"2024-04-20T03:32:26.837487+0000","last_clean":"2024-04-20T03:32:26.837487+0000","last_became_active":"2024-04-20T03:32:26.450643+0000","last_became_peered":"2024-04-20T03:32:26.450643+0000","last_unstale":"2024-04-20T03:32:26.837487+0000","last_undegraded":"2024-04-20T03:32:26.837487+0000","last_fullsized":"2024-04-20T03:32:26.837487+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":34,"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":0,"num_read_kb":0,"num_write":3,"num_write_kb":6,"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":1,"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":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834705+0000","last_change":"2024-04-20T03:32:26.832718+0000","last_active":"2024-04-20T03:32:26.834705+0000","last_peered":"2024-04-20T03:32:26.834705+0000","last_clean":"2024-04-20T03:32:26.834705+0000","last_became_active":"2024-04-20T03:32:26.832487+0000","last_became_peered":"2024-04-20T03:32:26.832487+0000","last_unstale":"2024-04-20T03:32:26.834705+0000","last_undegraded":"2024-04-20T03:32:26.834705+0000","last_fullsized":"2024-04-20T03:32:26.834705+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.456829+0000","last_change":"2024-04-20T03:32:26.456829+0000","last_active":"2024-04-20T03:32:26.456829+0000","last_peered":"2024-04-20T03:32:26.456829+0000","last_clean":"2024-04-20T03:32:26.456829+0000","last_became_active":"2024-04-20T03:32:26.456410+0000","last_became_peered":"2024-04-20T03:32:26.456410+0000","last_unstale":"2024-04-20T03:32:26.456829+0000","last_undegraded":"2024-04-20T03:32:26.456829+0000","last_fullsized":"2024-04-20T03:32:26.456829+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.822842+0000","last_change":"2024-04-20T03:32:26.822842+0000","last_active":"2024-04-20T03:32:26.822842+0000","last_peered":"2024-04-20T03:32:26.822842+0000","last_clean":"2024-04-20T03:32:26.822842+0000","last_became_active":"2024-04-20T03:32:26.822375+0000","last_became_peered":"2024-04-20T03:32:26.822375+0000","last_unstale":"2024-04-20T03:32:26.822842+0000","last_undegraded":"2024-04-20T03:32:26.822842+0000","last_fullsized":"2024-04-20T03:32:26.822842+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430937+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[1,4],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.10","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.435926+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,1],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.824809+0000","last_change":"2024-04-20T03:32:26.824809+0000","last_active":"2024-04-20T03:32:26.824809+0000","last_peered":"2024-04-20T03:32:26.824809+0000","last_clean":"2024-04-20T03:32:26.824809+0000","last_became_active":"2024-04-20T03:32:26.824521+0000","last_became_peered":"2024-04-20T03:32:26.824521+0000","last_unstale":"2024-04-20T03:32:26.824809+0000","last_undegraded":"2024-04-20T03:32:26.824809+0000","last_fullsized":"2024-04-20T03:32:26.824809+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"53'1","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.809480+0000","last_change":"2024-04-20T03:32:26.448588+0000","last_active":"2024-04-20T03:32:26.809480+0000","last_peered":"2024-04-20T03:32:26.809480+0000","last_clean":"2024-04-20T03:32:26.809480+0000","last_became_active":"2024-04-20T03:32:26.448273+0000","last_became_peered":"2024-04-20T03:32:26.448273+0000","last_unstale":"2024-04-20T03:32:26.809480+0000","last_undegraded":"2024-04-20T03:32:26.809480+0000","last_fullsized":"2024-04-20T03:32:26.809480+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828871+0000","last_change":"2024-04-20T03:32:26.828871+0000","last_active":"2024-04-20T03:32:26.828871+0000","last_peered":"2024-04-20T03:32:26.828871+0000","last_clean":"2024-04-20T03:32:26.828871+0000","last_became_active":"2024-04-20T03:32:26.828409+0000","last_became_peered":"2024-04-20T03:32:26.828409+0000","last_unstale":"2024-04-20T03:32:26.828871+0000","last_undegraded":"2024-04-20T03:32:26.828871+0000","last_fullsized":"2024-04-20T03:32:26.828871+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.452215+0000","last_change":"2024-04-20T03:32:26.451072+0000","last_active":"2024-04-20T03:32:26.452215+0000","last_peered":"2024-04-20T03:32:26.452215+0000","last_clean":"2024-04-20T03:32:26.452215+0000","last_became_active":"2024-04-20T03:32:26.450753+0000","last_became_peered":"2024-04-20T03:32:26.450753+0000","last_unstale":"2024-04-20T03:32:26.452215+0000","last_undegraded":"2024-04-20T03:32:26.452215+0000","last_fullsized":"2024-04-20T03:32:26.452215+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.446862+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.456447+0000","last_change":"2024-04-20T03:32:26.456447+0000","last_active":"2024-04-20T03:32:26.456447+0000","last_peered":"2024-04-20T03:32:26.456447+0000","last_clean":"2024-04-20T03:32:26.456447+0000","last_became_active":"2024-04-20T03:32:26.456132+0000","last_became_peered":"2024-04-20T03:32:26.456132+0000","last_unstale":"2024-04-20T03:32:26.456447+0000","last_undegraded":"2024-04-20T03:32:26.456447+0000","last_fullsized":"2024-04-20T03:32:26.456447+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831404+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:32:26.831404+0000","last_peered":"2024-04-20T03:32:26.831404+0000","last_clean":"2024-04-20T03:32:26.831404+0000","last_became_active":"2024-04-20T03:32:26.831118+0000","last_became_peered":"2024-04-20T03:32:26.831118+0000","last_unstale":"2024-04-20T03:32:26.831404+0000","last_undegraded":"2024-04-20T03:32:26.831404+0000","last_fullsized":"2024-04-20T03:32:26.831404+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.826668+0000","last_change":"2024-04-20T03:32:26.826668+0000","last_active":"2024-04-20T03:32:26.826668+0000","last_peered":"2024-04-20T03:32:26.826668+0000","last_clean":"2024-04-20T03:32:26.826668+0000","last_became_active":"2024-04-20T03:32:26.826369+0000","last_became_peered":"2024-04-20T03:32:26.826369+0000","last_unstale":"2024-04-20T03:32:26.826668+0000","last_undegraded":"2024-04-20T03:32:26.826668+0000","last_fullsized":"2024-04-20T03:32:26.826668+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.434893+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,3],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":9,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.457190+0000","last_change":"2024-04-20T03:32:26.457190+0000","last_active":"2024-04-20T03:32:26.457190+0000","last_peered":"2024-04-20T03:32:26.457190+0000","last_clean":"2024-04-20T03:32:26.457190+0000","last_became_active":"2024-04-20T03:32:26.456865+0000","last_became_peered":"2024-04-20T03:32:26.456865+0000","last_unstale":"2024-04-20T03:32:26.457190+0000","last_undegraded":"2024-04-20T03:32:26.457190+0000","last_fullsized":"2024-04-20T03:32:26.457190+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":13,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.442788+0000","last_change":"2024-04-20T03:32:09.240448+0000","last_active":"2024-04-20T03:32:26.442788+0000","last_peered":"2024-04-20T03:32:26.442788+0000","last_clean":"2024-04-20T03:32:26.442788+0000","last_became_active":"2024-04-20T03:32:09.240111+0000","last_became_peered":"2024-04-20T03:32:09.240111+0000","last_unstale":"2024-04-20T03:32:26.442788+0000","last_undegraded":"2024-04-20T03:32:26.442788+0000","last_fullsized":"2024-04-20T03:32:26.442788+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_clean_scrub_stamp":"2024-04-20T03:30:06.347569+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834749+0000","last_change":"2024-04-20T03:32:26.832653+0000","last_active":"2024-04-20T03:32:26.834749+0000","last_peered":"2024-04-20T03:32:26.834749+0000","last_clean":"2024-04-20T03:32:26.834749+0000","last_became_active":"2024-04-20T03:32:26.832364+0000","last_became_peered":"2024-04-20T03:32:26.832364+0000","last_unstale":"2024-04-20T03:32:26.834749+0000","last_undegraded":"2024-04-20T03:32:26.834749+0000","last_fullsized":"2024-04-20T03:32:26.834749+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.460171+0000","last_change":"2024-04-20T03:32:26.459525+0000","last_active":"2024-04-20T03:32:26.460171+0000","last_peered":"2024-04-20T03:32:26.460171+0000","last_clean":"2024-04-20T03:32:26.460171+0000","last_became_active":"2024-04-20T03:32:26.459218+0000","last_became_peered":"2024-04-20T03:32:26.459218+0000","last_unstale":"2024-04-20T03:32:26.460171+0000","last_undegraded":"2024-04-20T03:32:26.460171+0000","last_fullsized":"2024-04-20T03:32:26.460171+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.460569+0000","last_change":"2024-04-20T03:32:26.459867+0000","last_active":"2024-04-20T03:32:26.460569+0000","last_peered":"2024-04-20T03:32:26.460569+0000","last_clean":"2024-04-20T03:32:26.460569+0000","last_became_active":"2024-04-20T03:32:26.459136+0000","last_became_peered":"2024-04-20T03:32:26.459136+0000","last_unstale":"2024-04-20T03:32:26.460569+0000","last_undegraded":"2024-04-20T03:32:26.460569+0000","last_fullsized":"2024-04-20T03:32:26.460569+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828962+0000","last_change":"2024-04-20T03:32:26.828962+0000","last_active":"2024-04-20T03:32:26.828962+0000","last_peered":"2024-04-20T03:32:26.828962+0000","last_clean":"2024-04-20T03:32:26.828962+0000","last_became_active":"2024-04-20T03:32:26.828241+0000","last_became_peered":"2024-04-20T03:32:26.828241+0000","last_unstale":"2024-04-20T03:32:26.828962+0000","last_undegraded":"2024-04-20T03:32:26.828962+0000","last_fullsized":"2024-04-20T03:32:26.828962+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.449651+0000","last_change":"2024-04-20T03:32:26.446310+0000","last_active":"2024-04-20T03:32:26.449651+0000","last_peered":"2024-04-20T03:32:26.449651+0000","last_clean":"2024-04-20T03:32:26.449651+0000","last_became_active":"2024-04-20T03:32:26.446015+0000","last_became_peered":"2024-04-20T03:32:26.446015+0000","last_unstale":"2024-04-20T03:32:26.449651+0000","last_undegraded":"2024-04-20T03:32:26.449651+0000","last_fullsized":"2024-04-20T03:32:26.449651+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.430862+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,7],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834415+0000","last_change":"2024-04-20T03:32:26.829007+0000","last_active":"2024-04-20T03:32:26.834415+0000","last_peered":"2024-04-20T03:32:26.834415+0000","last_clean":"2024-04-20T03:32:26.834415+0000","last_became_active":"2024-04-20T03:32:26.828656+0000","last_became_peered":"2024-04-20T03:32:26.828656+0000","last_unstale":"2024-04-20T03:32:26.834415+0000","last_undegraded":"2024-04-20T03:32:26.834415+0000","last_fullsized":"2024-04-20T03:32:26.834415+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.459881+0000","last_change":"2024-04-20T03:32:26.459222+0000","last_active":"2024-04-20T03:32:26.459881+0000","last_peered":"2024-04-20T03:32:26.459881+0000","last_clean":"2024-04-20T03:32:26.459881+0000","last_became_active":"2024-04-20T03:32:26.458819+0000","last_became_peered":"2024-04-20T03:32:26.458819+0000","last_unstale":"2024-04-20T03:32:26.459881+0000","last_undegraded":"2024-04-20T03:32:26.459881+0000","last_fullsized":"2024-04-20T03:32:26.459881+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.817898+0000","last_change":"2024-04-20T03:32:26.817898+0000","last_active":"2024-04-20T03:32:26.817898+0000","last_peered":"2024-04-20T03:32:26.817898+0000","last_clean":"2024-04-20T03:32:26.817898+0000","last_became_active":"2024-04-20T03:32:26.817574+0000","last_became_peered":"2024-04-20T03:32:26.817574+0000","last_unstale":"2024-04-20T03:32:26.817898+0000","last_undegraded":"2024-04-20T03:32:26.817898+0000","last_fullsized":"2024-04-20T03:32:26.817898+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.453450+0000","last_change":"2024-04-20T03:32:26.452127+0000","last_active":"2024-04-20T03:32:26.453450+0000","last_peered":"2024-04-20T03:32:26.453450+0000","last_clean":"2024-04-20T03:32:26.453450+0000","last_became_active":"2024-04-20T03:32:26.451220+0000","last_became_peered":"2024-04-20T03:32:26.451220+0000","last_unstale":"2024-04-20T03:32:26.453450+0000","last_undegraded":"2024-04-20T03:32:26.453450+0000","last_fullsized":"2024-04-20T03:32:26.453450+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":10,"reported_epoch":52,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.450440+0000","last_change":"2024-04-20T03:32:26.450170+0000","last_active":"2024-04-20T03:32:26.450440+0000","last_peered":"2024-04-20T03:32:26.450440+0000","last_clean":"2024-04-20T03:32:26.450440+0000","last_became_active":"2024-04-20T03:32:26.449478+0000","last_became_peered":"2024-04-20T03:32:26.449478+0000","last_unstale":"2024-04-20T03:32:26.450440+0000","last_undegraded":"2024-04-20T03:32:26.450440+0000","last_fullsized":"2024-04-20T03:32:26.450440+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.b","version":"53'2","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829209+0000","last_change":"2024-04-20T03:32:26.452860+0000","last_active":"2024-04-20T03:32:26.829209+0000","last_peered":"2024-04-20T03:32:26.829209+0000","last_clean":"2024-04-20T03:32:26.829209+0000","last_became_active":"2024-04-20T03:32:26.452537+0000","last_became_peered":"2024-04-20T03:32:26.452537+0000","last_unstale":"2024-04-20T03:32:26.829209+0000","last_undegraded":"2024-04-20T03:32:26.829209+0000","last_fullsized":"2024-04-20T03:32:26.829209+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.436392+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,5],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829033+0000","last_change":"2024-04-20T03:32:26.829033+0000","last_active":"2024-04-20T03:32:26.829033+0000","last_peered":"2024-04-20T03:32:26.829033+0000","last_clean":"2024-04-20T03:32:26.829033+0000","last_became_active":"2024-04-20T03:32:26.828152+0000","last_became_peered":"2024-04-20T03:32:26.828152+0000","last_unstale":"2024-04-20T03:32:26.829033+0000","last_undegraded":"2024-04-20T03:32:26.829033+0000","last_fullsized":"2024-04-20T03:32:26.829033+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"53'1","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.815643+0000","last_change":"2024-04-20T03:32:26.451554+0000","last_active":"2024-04-20T03:32:26.815643+0000","last_peered":"2024-04-20T03:32:26.815643+0000","last_clean":"2024-04-20T03:32:26.815643+0000","last_became_active":"2024-04-20T03:32:26.449515+0000","last_became_peered":"2024-04-20T03:32:26.449515+0000","last_unstale":"2024-04-20T03:32:26.815643+0000","last_undegraded":"2024-04-20T03:32:26.815643+0000","last_fullsized":"2024-04-20T03:32:26.815643+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.444326+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,6],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:25.418750+0000","last_change":"2024-04-20T03:32:25.435874+0000","last_active":"2024-04-20T03:32:25.418750+0000","last_peered":"2024-04-20T03:32:25.418750+0000","last_clean":"2024-04-20T03:32:25.418750+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:25.418750+0000","last_undegraded":"2024-04-20T03:32:25.418750+0000","last_fullsized":"2024-04-20T03:32:25.418750+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[3,7],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.833126+0000","last_change":"2024-04-20T03:32:26.833126+0000","last_active":"2024-04-20T03:32:26.833126+0000","last_peered":"2024-04-20T03:32:26.833126+0000","last_clean":"2024-04-20T03:32:26.833126+0000","last_became_active":"2024-04-20T03:32:26.832413+0000","last_became_peered":"2024-04-20T03:32:26.832413+0000","last_unstale":"2024-04-20T03:32:26.833126+0000","last_undegraded":"2024-04-20T03:32:26.833126+0000","last_fullsized":"2024-04-20T03:32:26.833126+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.441425+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834566+0000","last_change":"2024-04-20T03:32:26.829271+0000","last_active":"2024-04-20T03:32:26.834566+0000","last_peered":"2024-04-20T03:32:26.834566+0000","last_clean":"2024-04-20T03:32:26.834566+0000","last_became_active":"2024-04-20T03:32:26.829007+0000","last_became_peered":"2024-04-20T03:32:26.829007+0000","last_unstale":"2024-04-20T03:32:26.834566+0000","last_undegraded":"2024-04-20T03:32:26.834566+0000","last_fullsized":"2024-04-20T03:32:26.834566+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":9,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828141+0000","last_change":"2024-04-20T03:32:26.828141+0000","last_active":"2024-04-20T03:32:26.828141+0000","last_peered":"2024-04-20T03:32:26.828141+0000","last_clean":"2024-04-20T03:32:26.828141+0000","last_became_active":"2024-04-20T03:32:26.827319+0000","last_became_peered":"2024-04-20T03:32:26.827319+0000","last_unstale":"2024-04-20T03:32:26.828141+0000","last_undegraded":"2024-04-20T03:32:26.828141+0000","last_fullsized":"2024-04-20T03:32:26.828141+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.439048+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,3],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.441838+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[6,7],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834730+0000","last_change":"2024-04-20T03:32:26.833737+0000","last_active":"2024-04-20T03:32:26.834730+0000","last_peered":"2024-04-20T03:32:26.834730+0000","last_clean":"2024-04-20T03:32:26.834730+0000","last_became_active":"2024-04-20T03:32:26.833385+0000","last_became_peered":"2024-04-20T03:32:26.833385+0000","last_unstale":"2024-04-20T03:32:26.834730+0000","last_undegraded":"2024-04-20T03:32:26.834730+0000","last_fullsized":"2024-04-20T03:32:26.834730+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-04-20T03:32:26.428237+0000","last_change":"2024-04-20T03:32:26.428237+0000","last_active":"2024-04-20T03:32:26.428237+0000","last_peered":"2024-04-20T03:32:26.428237+0000","last_clean":"2024-04-20T03:32:26.428237+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-04-20T03:32:26.428237+0000","last_undegraded":"2024-04-20T03:32:26.428237+0000","last_fullsized":"2024-04-20T03:32:26.428237+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"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":132,"acting":132,"num_store_stats":5},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":7},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":770,"num_objects":11,"num_object_clones":0,"num_object_copies":33,"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":11,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":20,"num_write_kb":10,"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":6,"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":49152,"data_stored":2116,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":17,"ondisk_log_size":17,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":48,"seq":206158430214,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297608,"kb_used_data":512,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447544,"statfs":{"total":95995035648,"available":95690285056,"internally_reserved":0,"allocated":524288,"data_stored":210088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53200000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.441}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39100000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.499}]}]},{"osd":6,"up_from":42,"seq":180388626443,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297572,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447580,"statfs":{"total":95995035648,"available":95690321920,"internally_reserved":0,"allocated":487424,"data_stored":195423,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40699999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51000000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42299999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]}]},{"osd":1,"up_from":13,"seq":55834574884,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297580,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447572,"statfs":{"total":95995035648,"available":95690313728,"internally_reserved":0,"allocated":495616,"data_stored":201745,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.315,"15min":0.307},"min":{"1min":0.26600000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.35299999999999998,"15min":0.34300000000000003},"min":{"1min":0.30399999999999999,"5min":0.253,"15min":0.253},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.53800000000000003}]},{"osd":2,"last update":"Sat Apr 20 03:32:07 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.376,"15min":0.374},"min":{"1min":0.245,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.498},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.36599999999999999,"15min":0.35699999999999998},"min":{"1min":0.28299999999999997,"5min":0.254,"15min":0.254},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.45100000000000001}]},{"osd":3,"last update":"Sat Apr 20 03:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.52700000000000002}]},{"osd":4,"last update":"Sat Apr 20 03:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.55000000000000004}]},{"osd":5,"last update":"Sat Apr 20 03:32:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.62},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.69299999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65200000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68500000000000005}]}]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297628,"kb_used_data":532,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447524,"statfs":{"total":95995035648,"available":95690264576,"internally_reserved":0,"allocated":544768,"data_stored":216874,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Apr 20 03:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.313,"15min":0.30299999999999999},"min":{"1min":0.252,"5min":0.193,"15min":0.193},"max":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.435,"5min":0.34399999999999997,"15min":0.32900000000000001},"min":{"1min":0.32500000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.45000000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:32:15 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.35099999999999998,"15min":0.34699999999999998},"min":{"1min":0.28799999999999998,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.371},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.34999999999999998,"15min":0.34399999999999997},"min":{"1min":0.30099999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.436}]},{"osd":3,"last update":"Sat Apr 20 03:31:31 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.46200000000000002}]},{"osd":4,"last update":"Sat Apr 20 03:31:52 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.65300000000000002}]},{"osd":5,"last update":"Sat Apr 20 03:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.64400000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]}]},{"osd":2,"up_from":18,"seq":77309411358,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297576,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447576,"statfs":{"total":95995035648,"available":95690317824,"internally_reserved":0,"allocated":491520,"data_stored":195738,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.371,"15min":0.36899999999999999},"min":{"1min":0.28599999999999998,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.38300000000000001,"15min":0.379},"min":{"1min":0.27900000000000003,"5min":0.251,"15min":0.251},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.219}]},{"osd":1,"last update":"Sat Apr 20 03:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.39400000000000002,"15min":0.38900000000000001},"min":{"1min":0.307,"5min":0.249,"15min":0.249},"max":{"1min":0.59099999999999997,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.39500000000000002,"15min":0.39300000000000002},"min":{"1min":0.29599999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.247}]},{"osd":3,"last update":"Sat Apr 20 03:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.23200000000000001},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.30399999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.46700000000000003}]},{"osd":5,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.376},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.45700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39500000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]}]},{"osd":3,"up_from":25,"seq":107374182426,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297564,"kb_used_data":468,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447588,"statfs":{"total":95995035648,"available":95690330112,"internally_reserved":0,"allocated":479232,"data_stored":189559,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.29999999999999999}]},{"osd":1,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.34899999999999998}]},{"osd":2,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.47599999999999998}]},{"osd":4,"last update":"Sat Apr 20 03:31:53 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.55800000000000005}]},{"osd":5,"last update":"Sat Apr 20 03:32:18 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.98099999999999998,"5min":0.98099999999999998,"15min":0.98099999999999998},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.38300000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58799999999999997}]}]},{"osd":4,"up_from":30,"seq":128849018900,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297616,"kb_used_data":520,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447536,"statfs":{"total":95995035648,"available":95690276864,"internally_reserved":0,"allocated":532480,"data_stored":210192,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.42099999999999999}]},{"osd":1,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.45900000000000002}]},{"osd":2,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.62}]},{"osd":3,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.44600000000000001}]},{"osd":5,"last update":"Sat Apr 20 03:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.5},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.65500000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53300000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63700000000000001}]}]},{"osd":5,"up_from":36,"seq":154618822672,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297588,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447564,"statfs":{"total":95995035648,"available":95690305536,"internally_reserved":0,"allocated":503808,"data_stored":202375,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.52300000000000002}]},{"osd":1,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.44700000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.55500000000000005}]},{"osd":3,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.42199999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.624}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":4,"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},{"poolid":1,"osd":5,"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},{"poolid":1,"osd":6,"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},{"poolid":1,"osd":7,"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},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"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},{"poolid":2,"osd":3,"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},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"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},{"poolid":2,"osd":6,"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},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"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},{"poolid":3,"osd":1,"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},{"poolid":3,"osd":4,"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},{"poolid":3,"osd":5,"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},{"poolid":3,"osd":7,"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}]}} 2024-04-20T03:32:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:29.190626+0000 mgr.y (mgr.14146) 193 : cluster [DBG] pgmap v181: 97 pgs: 24 creating+peering, 53 active+clean, 20 unknown; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s wr, 5 op/s 2024-04-20T03:32:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:29.765465+0000 mgr.y (mgr.14146) 194 : audit [DBG] from='client.24443 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:30.109666+0000 mgr.y (mgr.14146) 195 : audit [DBG] from='client.24449 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:30.454743+0000 mgr.y (mgr.14146) 196 : audit [DBG] from='client.14553 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:30.868599+0000 mon.c (mon.2) 20 : audit [DBG] from='client.? 172.21.15.177:0/1998476879' entity='client.admin' cmd=[{"prefix": "status", "format": "json"}]: dispatch 2024-04-20T03:32:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:30.109666+0000 mgr.y (mgr.14146) 195 : audit [DBG] from='client.24449 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:30.454743+0000 mgr.y (mgr.14146) 196 : audit [DBG] from='client.14553 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:30.868599+0000 mon.c (mon.2) 20 : audit [DBG] from='client.? 172.21.15.177:0/1998476879' entity='client.admin' cmd=[{"prefix": "status", "format": "json"}]: dispatch 2024-04-20T03:32:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:30.109666+0000 mgr.y (mgr.14146) 195 : audit [DBG] from='client.24449 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:30.454743+0000 mgr.y (mgr.14146) 196 : audit [DBG] from='client.14553 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:30.868599+0000 mon.c (mon.2) 20 : audit [DBG] from='client.? 172.21.15.177:0/1998476879' entity='client.admin' cmd=[{"prefix": "status", "format": "json"}]: dispatch 2024-04-20T03:32:32.749 INFO:journalctl@ceph.mds.b.smithi184.stdout:Apr 20 03:32:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mds-b[58479]: debug 2024-04-20T03:32:32.415+0000 7ffac56d0700 -1 mds.pinger is_rank_lagging: rank=0 was never sent ping request. 2024-04-20T03:32:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:31.164317+0000 mgr.y (mgr.14146) 197 : audit [DBG] from='client.24467 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:31.191260+0000 mgr.y (mgr.14146) 198 : cluster [DBG] pgmap v182: 97 pgs: 21 creating+peering, 67 active+clean, 9 unknown; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s wr, 2 op/s 2024-04-20T03:32:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:31.164317+0000 mgr.y (mgr.14146) 197 : audit [DBG] from='client.24467 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:31.191260+0000 mgr.y (mgr.14146) 198 : cluster [DBG] pgmap v182: 97 pgs: 21 creating+peering, 67 active+clean, 9 unknown; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s wr, 2 op/s 2024-04-20T03:32:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:31.164317+0000 mgr.y (mgr.14146) 197 : audit [DBG] from='client.24467 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:31.191260+0000 mgr.y (mgr.14146) 198 : cluster [DBG] pgmap v182: 97 pgs: 21 creating+peering, 67 active+clean, 9 unknown; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s wr, 2 op/s 2024-04-20T03:32:34.190 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-04-20T03:32:34.497 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:32:34.501 INFO:teuthology.orchestra.run.smithi177.stderr:dumped all 2024-04-20T03:32:34.511 INFO:teuthology.orchestra.run.smithi177.stdout:{"pg_ready":true,"pg_map":{"version":183,"stamp":"2024-04-20T03:32:33.191476+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":2306,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":45,"num_write_kb":13,"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":14,"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":39,"ondisk_log_size":39,"up":291,"acting":291,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":251,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2380980,"kb_used_data":4212,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747580236,"statfs":{"total":767960285184,"available":765522161664,"internally_reserved":0,"allocated":4313088,"data_stored":1735365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"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":6,"apply_latency_ms":6,"commit_latency_ns":6000000,"apply_latency_ns":6000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":2124,"num_objects":15,"num_object_clones":0,"num_object_copies":45,"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":15,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":32,"num_write_kb":10,"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":10,"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":"5.376936"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834214+0000","last_change":"2024-04-20T03:32:26.832723+0000","last_active":"2024-04-20T03:32:26.834214+0000","last_peered":"2024-04-20T03:32:26.834214+0000","last_clean":"2024-04-20T03:32:26.834214+0000","last_became_active":"2024-04-20T03:32:26.831636+0000","last_became_peered":"2024-04-20T03:32:26.831636+0000","last_unstale":"2024-04-20T03:32:26.834214+0000","last_undegraded":"2024-04-20T03:32:26.834214+0000","last_fullsized":"2024-04-20T03:32:26.834214+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831573+0000","last_change":"2024-04-20T03:32:26.829625+0000","last_active":"2024-04-20T03:32:26.831573+0000","last_peered":"2024-04-20T03:32:26.831573+0000","last_clean":"2024-04-20T03:32:26.831573+0000","last_became_active":"2024-04-20T03:32:26.829340+0000","last_became_peered":"2024-04-20T03:32:26.829340+0000","last_unstale":"2024-04-20T03:32:26.831573+0000","last_undegraded":"2024-04-20T03:32:26.831573+0000","last_fullsized":"2024-04-20T03:32:26.831573+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835210+0000","last_change":"2024-04-20T03:32:26.834828+0000","last_active":"2024-04-20T03:32:26.835210+0000","last_peered":"2024-04-20T03:32:26.835210+0000","last_clean":"2024-04-20T03:32:26.835210+0000","last_became_active":"2024-04-20T03:32:26.834591+0000","last_became_peered":"2024-04-20T03:32:26.834591+0000","last_unstale":"2024-04-20T03:32:26.835210+0000","last_undegraded":"2024-04-20T03:32:26.835210+0000","last_fullsized":"2024-04-20T03:32:26.835210+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.840149+0000","last_change":"2024-04-20T03:32:26.833482+0000","last_active":"2024-04-20T03:32:26.840149+0000","last_peered":"2024-04-20T03:32:26.840149+0000","last_clean":"2024-04-20T03:32:26.840149+0000","last_became_active":"2024-04-20T03:32:26.833092+0000","last_became_peered":"2024-04-20T03:32:26.833092+0000","last_unstale":"2024-04-20T03:32:26.840149+0000","last_undegraded":"2024-04-20T03:32:26.840149+0000","last_fullsized":"2024-04-20T03:32:26.840149+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.826690+0000","last_change":"2024-04-20T03:32:26.825308+0000","last_active":"2024-04-20T03:32:26.826690+0000","last_peered":"2024-04-20T03:32:26.826690+0000","last_clean":"2024-04-20T03:32:26.826690+0000","last_became_active":"2024-04-20T03:32:26.824156+0000","last_became_peered":"2024-04-20T03:32:26.824156+0000","last_unstale":"2024-04-20T03:32:26.826690+0000","last_undegraded":"2024-04-20T03:32:26.826690+0000","last_fullsized":"2024-04-20T03:32:26.826690+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.836705+0000","last_change":"2024-04-20T03:32:26.832009+0000","last_active":"2024-04-20T03:32:26.836705+0000","last_peered":"2024-04-20T03:32:26.836705+0000","last_clean":"2024-04-20T03:32:26.836705+0000","last_became_active":"2024-04-20T03:32:26.831704+0000","last_became_peered":"2024-04-20T03:32:26.831704+0000","last_unstale":"2024-04-20T03:32:26.836705+0000","last_undegraded":"2024-04-20T03:32:26.836705+0000","last_fullsized":"2024-04-20T03:32:26.836705+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.833728+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:32:26.833728+0000","last_peered":"2024-04-20T03:32:26.833728+0000","last_clean":"2024-04-20T03:32:26.833728+0000","last_became_active":"2024-04-20T03:32:26.831098+0000","last_became_peered":"2024-04-20T03:32:26.831098+0000","last_unstale":"2024-04-20T03:32:26.833728+0000","last_undegraded":"2024-04-20T03:32:26.833728+0000","last_fullsized":"2024-04-20T03:32:26.833728+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831223+0000","last_change":"2024-04-20T03:32:26.825835+0000","last_active":"2024-04-20T03:32:26.831223+0000","last_peered":"2024-04-20T03:32:26.831223+0000","last_clean":"2024-04-20T03:32:26.831223+0000","last_became_active":"2024-04-20T03:32:26.825475+0000","last_became_peered":"2024-04-20T03:32:26.825475+0000","last_unstale":"2024-04-20T03:32:26.831223+0000","last_undegraded":"2024-04-20T03:32:26.831223+0000","last_fullsized":"2024-04-20T03:32:26.831223+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834237+0000","last_change":"2024-04-20T03:32:26.832959+0000","last_active":"2024-04-20T03:32:26.834237+0000","last_peered":"2024-04-20T03:32:26.834237+0000","last_clean":"2024-04-20T03:32:26.834237+0000","last_became_active":"2024-04-20T03:32:26.832027+0000","last_became_peered":"2024-04-20T03:32:26.832027+0000","last_unstale":"2024-04-20T03:32:26.834237+0000","last_undegraded":"2024-04-20T03:32:26.834237+0000","last_fullsized":"2024-04-20T03:32:26.834237+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.839009+0000","last_change":"2024-04-20T03:32:26.836923+0000","last_active":"2024-04-20T03:32:26.839009+0000","last_peered":"2024-04-20T03:32:26.839009+0000","last_clean":"2024-04-20T03:32:26.839009+0000","last_became_active":"2024-04-20T03:32:26.836634+0000","last_became_peered":"2024-04-20T03:32:26.836634+0000","last_unstale":"2024-04-20T03:32:26.839009+0000","last_undegraded":"2024-04-20T03:32:26.839009+0000","last_fullsized":"2024-04-20T03:32:26.839009+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.836681+0000","last_change":"2024-04-20T03:32:26.835589+0000","last_active":"2024-04-20T03:32:26.836681+0000","last_peered":"2024-04-20T03:32:26.836681+0000","last_clean":"2024-04-20T03:32:26.836681+0000","last_became_active":"2024-04-20T03:32:26.835017+0000","last_became_peered":"2024-04-20T03:32:26.835017+0000","last_unstale":"2024-04-20T03:32:26.836681+0000","last_undegraded":"2024-04-20T03:32:26.836681+0000","last_fullsized":"2024-04-20T03:32:26.836681+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834879+0000","last_change":"2024-04-20T03:32:26.829553+0000","last_active":"2024-04-20T03:32:26.834879+0000","last_peered":"2024-04-20T03:32:26.834879+0000","last_clean":"2024-04-20T03:32:26.834879+0000","last_became_active":"2024-04-20T03:32:26.829265+0000","last_became_peered":"2024-04-20T03:32:26.829265+0000","last_unstale":"2024-04-20T03:32:26.834879+0000","last_undegraded":"2024-04-20T03:32:26.834879+0000","last_fullsized":"2024-04-20T03:32:26.834879+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825008+0000","last_change":"2024-04-20T03:32:26.821985+0000","last_active":"2024-04-20T03:32:26.825008+0000","last_peered":"2024-04-20T03:32:26.825008+0000","last_clean":"2024-04-20T03:32:26.825008+0000","last_became_active":"2024-04-20T03:32:26.821683+0000","last_became_peered":"2024-04-20T03:32:26.821683+0000","last_unstale":"2024-04-20T03:32:26.825008+0000","last_undegraded":"2024-04-20T03:32:26.825008+0000","last_fullsized":"2024-04-20T03:32:26.825008+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.839059+0000","last_change":"2024-04-20T03:32:26.838601+0000","last_active":"2024-04-20T03:32:26.839059+0000","last_peered":"2024-04-20T03:32:26.839059+0000","last_clean":"2024-04-20T03:32:26.839059+0000","last_became_active":"2024-04-20T03:32:26.838270+0000","last_became_peered":"2024-04-20T03:32:26.838270+0000","last_unstale":"2024-04-20T03:32:26.839059+0000","last_undegraded":"2024-04-20T03:32:26.839059+0000","last_fullsized":"2024-04-20T03:32:26.839059+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.833004+0000","last_change":"2024-04-20T03:32:26.829393+0000","last_active":"2024-04-20T03:32:26.833004+0000","last_peered":"2024-04-20T03:32:26.833004+0000","last_clean":"2024-04-20T03:32:26.833004+0000","last_became_active":"2024-04-20T03:32:26.829104+0000","last_became_peered":"2024-04-20T03:32:26.829104+0000","last_unstale":"2024-04-20T03:32:26.833004+0000","last_undegraded":"2024-04-20T03:32:26.833004+0000","last_fullsized":"2024-04-20T03:32:26.833004+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.840147+0000","last_change":"2024-04-20T03:32:26.837483+0000","last_active":"2024-04-20T03:32:26.840147+0000","last_peered":"2024-04-20T03:32:26.840147+0000","last_clean":"2024-04-20T03:32:26.840147+0000","last_became_active":"2024-04-20T03:32:26.837165+0000","last_became_peered":"2024-04-20T03:32:26.837165+0000","last_unstale":"2024-04-20T03:32:26.840147+0000","last_undegraded":"2024-04-20T03:32:26.840147+0000","last_fullsized":"2024-04-20T03:32:26.840147+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.840275+0000","last_change":"2024-04-20T03:32:26.838930+0000","last_active":"2024-04-20T03:32:26.840275+0000","last_peered":"2024-04-20T03:32:26.840275+0000","last_clean":"2024-04-20T03:32:26.840275+0000","last_became_active":"2024-04-20T03:32:26.838624+0000","last_became_peered":"2024-04-20T03:32:26.838624+0000","last_unstale":"2024-04-20T03:32:26.840275+0000","last_undegraded":"2024-04-20T03:32:26.840275+0000","last_fullsized":"2024-04-20T03:32:26.840275+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.823234+0000","last_change":"2024-04-20T03:32:26.818524+0000","last_active":"2024-04-20T03:32:26.823234+0000","last_peered":"2024-04-20T03:32:26.823234+0000","last_clean":"2024-04-20T03:32:26.823234+0000","last_became_active":"2024-04-20T03:32:26.817830+0000","last_became_peered":"2024-04-20T03:32:26.817830+0000","last_unstale":"2024-04-20T03:32:26.823234+0000","last_undegraded":"2024-04-20T03:32:26.823234+0000","last_fullsized":"2024-04-20T03:32:26.823234+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825444+0000","last_change":"2024-04-20T03:32:26.824653+0000","last_active":"2024-04-20T03:32:26.825444+0000","last_peered":"2024-04-20T03:32:26.825444+0000","last_clean":"2024-04-20T03:32:26.825444+0000","last_became_active":"2024-04-20T03:32:26.824164+0000","last_became_peered":"2024-04-20T03:32:26.824164+0000","last_unstale":"2024-04-20T03:32:26.825444+0000","last_undegraded":"2024-04-20T03:32:26.825444+0000","last_fullsized":"2024-04-20T03:32:26.825444+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1f","version":"53'4","reported_seq":15,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.836646+0000","last_change":"2024-04-20T03:32:26.458449+0000","last_active":"2024-04-20T03:32:26.836646+0000","last_peered":"2024-04-20T03:32:26.836646+0000","last_clean":"2024-04-20T03:32:26.836646+0000","last_became_active":"2024-04-20T03:32:26.458182+0000","last_became_peered":"2024-04-20T03:32:26.458182+0000","last_unstale":"2024-04-20T03:32:26.836646+0000","last_undegraded":"2024-04-20T03:32:26.836646+0000","last_fullsized":"2024-04-20T03:32:26.836646+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":4,"ondisk_log_size":4,"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,"stat_sum":{"num_bytes":554,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.824936+0000","last_change":"2024-04-20T03:32:26.820930+0000","last_active":"2024-04-20T03:32:26.824936+0000","last_peered":"2024-04-20T03:32:26.824936+0000","last_clean":"2024-04-20T03:32:26.824936+0000","last_became_active":"2024-04-20T03:32:26.820006+0000","last_became_peered":"2024-04-20T03:32:26.820006+0000","last_unstale":"2024-04-20T03:32:26.824936+0000","last_undegraded":"2024-04-20T03:32:26.824936+0000","last_fullsized":"2024-04-20T03:32:26.824936+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1e","version":"53'1","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.837198+0000","last_change":"2024-04-20T03:32:26.451494+0000","last_active":"2024-04-20T03:32:26.837198+0000","last_peered":"2024-04-20T03:32:26.837198+0000","last_clean":"2024-04-20T03:32:26.837198+0000","last_became_active":"2024-04-20T03:32:26.451267+0000","last_became_peered":"2024-04-20T03:32:26.451267+0000","last_unstale":"2024-04-20T03:32:26.837198+0000","last_undegraded":"2024-04-20T03:32:26.837198+0000","last_fullsized":"2024-04-20T03:32:26.837198+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"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},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.838903+0000","last_change":"2024-04-20T03:32:26.838154+0000","last_active":"2024-04-20T03:32:26.838903+0000","last_peered":"2024-04-20T03:32:26.838903+0000","last_clean":"2024-04-20T03:32:26.838903+0000","last_became_active":"2024-04-20T03:32:26.837703+0000","last_became_peered":"2024-04-20T03:32:26.837703+0000","last_unstale":"2024-04-20T03:32:26.838903+0000","last_undegraded":"2024-04-20T03:32:26.838903+0000","last_fullsized":"2024-04-20T03:32:26.838903+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1d","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835894+0000","last_change":"2024-04-20T03:32:26.460136+0000","last_active":"2024-04-20T03:32:26.835894+0000","last_peered":"2024-04-20T03:32:26.835894+0000","last_clean":"2024-04-20T03:32:26.835894+0000","last_became_active":"2024-04-20T03:32:26.459571+0000","last_became_peered":"2024-04-20T03:32:26.459571+0000","last_unstale":"2024-04-20T03:32:26.835894+0000","last_undegraded":"2024-04-20T03:32:26.835894+0000","last_fullsized":"2024-04-20T03:32:26.835894+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.840222+0000","last_change":"2024-04-20T03:32:26.838216+0000","last_active":"2024-04-20T03:32:26.840222+0000","last_peered":"2024-04-20T03:32:26.840222+0000","last_clean":"2024-04-20T03:32:26.840222+0000","last_became_active":"2024-04-20T03:32:26.837882+0000","last_became_peered":"2024-04-20T03:32:26.837882+0000","last_unstale":"2024-04-20T03:32:26.840222+0000","last_undegraded":"2024-04-20T03:32:26.840222+0000","last_fullsized":"2024-04-20T03:32:26.840222+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.830519+0000","last_change":"2024-04-20T03:32:26.458229+0000","last_active":"2024-04-20T03:32:26.830519+0000","last_peered":"2024-04-20T03:32:26.830519+0000","last_clean":"2024-04-20T03:32:26.830519+0000","last_became_active":"2024-04-20T03:32:26.457863+0000","last_became_peered":"2024-04-20T03:32:26.457863+0000","last_unstale":"2024-04-20T03:32:26.830519+0000","last_undegraded":"2024-04-20T03:32:26.830519+0000","last_fullsized":"2024-04-20T03:32:26.830519+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.840232+0000","last_change":"2024-04-20T03:32:26.838063+0000","last_active":"2024-04-20T03:32:26.840232+0000","last_peered":"2024-04-20T03:32:26.840232+0000","last_clean":"2024-04-20T03:32:26.840232+0000","last_became_active":"2024-04-20T03:32:26.837706+0000","last_became_peered":"2024-04-20T03:32:26.837706+0000","last_unstale":"2024-04-20T03:32:26.840232+0000","last_undegraded":"2024-04-20T03:32:26.840232+0000","last_fullsized":"2024-04-20T03:32:26.840232+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1b","version":"53'1","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.827642+0000","last_change":"2024-04-20T03:32:26.456783+0000","last_active":"2024-04-20T03:32:26.827642+0000","last_peered":"2024-04-20T03:32:26.827642+0000","last_clean":"2024-04-20T03:32:26.827642+0000","last_became_active":"2024-04-20T03:32:26.456456+0000","last_became_peered":"2024-04-20T03:32:26.456456+0000","last_unstale":"2024-04-20T03:32:26.827642+0000","last_undegraded":"2024-04-20T03:32:26.827642+0000","last_fullsized":"2024-04-20T03:32:26.827642+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"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},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.821325+0000","last_change":"2024-04-20T03:32:26.817230+0000","last_active":"2024-04-20T03:32:26.821325+0000","last_peered":"2024-04-20T03:32:26.821325+0000","last_clean":"2024-04-20T03:32:26.821325+0000","last_became_active":"2024-04-20T03:32:26.816872+0000","last_became_peered":"2024-04-20T03:32:26.816872+0000","last_unstale":"2024-04-20T03:32:26.821325+0000","last_undegraded":"2024-04-20T03:32:26.821325+0000","last_fullsized":"2024-04-20T03:32:26.821325+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"53'1","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.824672+0000","last_change":"2024-04-20T03:32:26.451515+0000","last_active":"2024-04-20T03:32:26.824672+0000","last_peered":"2024-04-20T03:32:26.824672+0000","last_clean":"2024-04-20T03:32:26.824672+0000","last_became_active":"2024-04-20T03:32:26.451187+0000","last_became_peered":"2024-04-20T03:32:26.451187+0000","last_unstale":"2024-04-20T03:32:26.824672+0000","last_undegraded":"2024-04-20T03:32:26.824672+0000","last_fullsized":"2024-04-20T03:32:26.824672+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834548+0000","last_change":"2024-04-20T03:32:26.829218+0000","last_active":"2024-04-20T03:32:26.834548+0000","last_peered":"2024-04-20T03:32:26.834548+0000","last_clean":"2024-04-20T03:32:26.834548+0000","last_became_active":"2024-04-20T03:32:26.828897+0000","last_became_peered":"2024-04-20T03:32:26.828897+0000","last_unstale":"2024-04-20T03:32:26.834548+0000","last_undegraded":"2024-04-20T03:32:26.834548+0000","last_fullsized":"2024-04-20T03:32:26.834548+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.813427+0000","last_change":"2024-04-20T03:32:26.454016+0000","last_active":"2024-04-20T03:32:26.813427+0000","last_peered":"2024-04-20T03:32:26.813427+0000","last_clean":"2024-04-20T03:32:26.813427+0000","last_became_active":"2024-04-20T03:32:26.453699+0000","last_became_peered":"2024-04-20T03:32:26.453699+0000","last_unstale":"2024-04-20T03:32:26.813427+0000","last_undegraded":"2024-04-20T03:32:26.813427+0000","last_fullsized":"2024-04-20T03:32:26.813427+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834443+0000","last_change":"2024-04-20T03:32:26.831137+0000","last_active":"2024-04-20T03:32:26.834443+0000","last_peered":"2024-04-20T03:32:26.834443+0000","last_clean":"2024-04-20T03:32:26.834443+0000","last_became_active":"2024-04-20T03:32:26.830813+0000","last_became_peered":"2024-04-20T03:32:26.830813+0000","last_unstale":"2024-04-20T03:32:26.834443+0000","last_undegraded":"2024-04-20T03:32:26.834443+0000","last_fullsized":"2024-04-20T03:32:26.834443+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.827673+0000","last_change":"2024-04-20T03:32:26.453633+0000","last_active":"2024-04-20T03:32:26.827673+0000","last_peered":"2024-04-20T03:32:26.827673+0000","last_clean":"2024-04-20T03:32:26.827673+0000","last_became_active":"2024-04-20T03:32:26.453261+0000","last_became_peered":"2024-04-20T03:32:26.453261+0000","last_unstale":"2024-04-20T03:32:26.827673+0000","last_undegraded":"2024-04-20T03:32:26.827673+0000","last_fullsized":"2024-04-20T03:32:26.827673+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.821113+0000","last_change":"2024-04-20T03:32:26.820223+0000","last_active":"2024-04-20T03:32:26.821113+0000","last_peered":"2024-04-20T03:32:26.821113+0000","last_clean":"2024-04-20T03:32:26.821113+0000","last_became_active":"2024-04-20T03:32:26.819848+0000","last_became_peered":"2024-04-20T03:32:26.819848+0000","last_unstale":"2024-04-20T03:32:26.821113+0000","last_undegraded":"2024-04-20T03:32:26.821113+0000","last_fullsized":"2024-04-20T03:32:26.821113+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.806270+0000","last_change":"2024-04-20T03:32:26.453180+0000","last_active":"2024-04-20T03:32:26.806270+0000","last_peered":"2024-04-20T03:32:26.806270+0000","last_clean":"2024-04-20T03:32:26.806270+0000","last_became_active":"2024-04-20T03:32:26.452846+0000","last_became_peered":"2024-04-20T03:32:26.452846+0000","last_unstale":"2024-04-20T03:32:26.806270+0000","last_undegraded":"2024-04-20T03:32:26.806270+0000","last_fullsized":"2024-04-20T03:32:26.806270+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.836757+0000","last_change":"2024-04-20T03:32:26.832433+0000","last_active":"2024-04-20T03:32:26.836757+0000","last_peered":"2024-04-20T03:32:26.836757+0000","last_clean":"2024-04-20T03:32:26.836757+0000","last_became_active":"2024-04-20T03:32:26.832137+0000","last_became_peered":"2024-04-20T03:32:26.832137+0000","last_unstale":"2024-04-20T03:32:26.836757+0000","last_undegraded":"2024-04-20T03:32:26.836757+0000","last_fullsized":"2024-04-20T03:32:26.836757+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828276+0000","last_change":"2024-04-20T03:32:26.458984+0000","last_active":"2024-04-20T03:32:26.828276+0000","last_peered":"2024-04-20T03:32:26.828276+0000","last_clean":"2024-04-20T03:32:26.828276+0000","last_became_active":"2024-04-20T03:32:26.458637+0000","last_became_peered":"2024-04-20T03:32:26.458637+0000","last_unstale":"2024-04-20T03:32:26.828276+0000","last_undegraded":"2024-04-20T03:32:26.828276+0000","last_fullsized":"2024-04-20T03:32:26.828276+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.838884+0000","last_change":"2024-04-20T03:32:26.837994+0000","last_active":"2024-04-20T03:32:26.838884+0000","last_peered":"2024-04-20T03:32:26.838884+0000","last_clean":"2024-04-20T03:32:26.838884+0000","last_became_active":"2024-04-20T03:32:26.837325+0000","last_became_peered":"2024-04-20T03:32:26.837325+0000","last_unstale":"2024-04-20T03:32:26.838884+0000","last_undegraded":"2024-04-20T03:32:26.838884+0000","last_fullsized":"2024-04-20T03:32:26.838884+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"53'3","reported_seq":14,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834193+0000","last_change":"2024-04-20T03:32:26.453155+0000","last_active":"2024-04-20T03:32:26.834193+0000","last_peered":"2024-04-20T03:32:26.834193+0000","last_clean":"2024-04-20T03:32:26.834193+0000","last_became_active":"2024-04-20T03:32:26.452447+0000","last_became_peered":"2024-04-20T03:32:26.452447+0000","last_unstale":"2024-04-20T03:32:26.834193+0000","last_undegraded":"2024-04-20T03:32:26.834193+0000","last_fullsized":"2024-04-20T03:32:26.834193+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":3,"ondisk_log_size":3,"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,"stat_sum":{"num_bytes":90,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.824836+0000","last_change":"2024-04-20T03:32:26.821099+0000","last_active":"2024-04-20T03:32:26.824836+0000","last_peered":"2024-04-20T03:32:26.824836+0000","last_clean":"2024-04-20T03:32:26.824836+0000","last_became_active":"2024-04-20T03:32:26.820407+0000","last_became_peered":"2024-04-20T03:32:26.820407+0000","last_unstale":"2024-04-20T03:32:26.824836+0000","last_undegraded":"2024-04-20T03:32:26.824836+0000","last_fullsized":"2024-04-20T03:32:26.824836+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.14","version":"53'6","reported_seq":17,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.840434+0000","last_change":"2024-04-20T03:32:26.454384+0000","last_active":"2024-04-20T03:32:26.840434+0000","last_peered":"2024-04-20T03:32:26.840434+0000","last_clean":"2024-04-20T03:32:26.840434+0000","last_became_active":"2024-04-20T03:32:26.453995+0000","last_became_peered":"2024-04-20T03:32:26.453995+0000","last_unstale":"2024-04-20T03:32:26.840434+0000","last_undegraded":"2024-04-20T03:32:26.840434+0000","last_fullsized":"2024-04-20T03:32:26.840434+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":6,"ondisk_log_size":6,"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,"stat_sum":{"num_bytes":1536,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"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":1,"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":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.826679+0000","last_change":"2024-04-20T03:32:26.825194+0000","last_active":"2024-04-20T03:32:26.826679+0000","last_peered":"2024-04-20T03:32:26.826679+0000","last_clean":"2024-04-20T03:32:26.826679+0000","last_became_active":"2024-04-20T03:32:26.824883+0000","last_became_peered":"2024-04-20T03:32:26.824883+0000","last_unstale":"2024-04-20T03:32:26.826679+0000","last_undegraded":"2024-04-20T03:32:26.826679+0000","last_fullsized":"2024-04-20T03:32:26.826679+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.837487+0000","last_change":"2024-04-20T03:32:26.451054+0000","last_active":"2024-04-20T03:32:26.837487+0000","last_peered":"2024-04-20T03:32:26.837487+0000","last_clean":"2024-04-20T03:32:26.837487+0000","last_became_active":"2024-04-20T03:32:26.450643+0000","last_became_peered":"2024-04-20T03:32:26.450643+0000","last_unstale":"2024-04-20T03:32:26.837487+0000","last_undegraded":"2024-04-20T03:32:26.837487+0000","last_fullsized":"2024-04-20T03:32:26.837487+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":34,"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":0,"num_read_kb":0,"num_write":3,"num_write_kb":6,"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":1,"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":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834705+0000","last_change":"2024-04-20T03:32:26.832718+0000","last_active":"2024-04-20T03:32:26.834705+0000","last_peered":"2024-04-20T03:32:26.834705+0000","last_clean":"2024-04-20T03:32:26.834705+0000","last_became_active":"2024-04-20T03:32:26.832487+0000","last_became_peered":"2024-04-20T03:32:26.832487+0000","last_unstale":"2024-04-20T03:32:26.834705+0000","last_undegraded":"2024-04-20T03:32:26.834705+0000","last_fullsized":"2024-04-20T03:32:26.834705+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.827797+0000","last_change":"2024-04-20T03:32:26.456829+0000","last_active":"2024-04-20T03:32:26.827797+0000","last_peered":"2024-04-20T03:32:26.827797+0000","last_clean":"2024-04-20T03:32:26.827797+0000","last_became_active":"2024-04-20T03:32:26.456410+0000","last_became_peered":"2024-04-20T03:32:26.456410+0000","last_unstale":"2024-04-20T03:32:26.827797+0000","last_undegraded":"2024-04-20T03:32:26.827797+0000","last_fullsized":"2024-04-20T03:32:26.827797+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825411+0000","last_change":"2024-04-20T03:32:26.822842+0000","last_active":"2024-04-20T03:32:26.825411+0000","last_peered":"2024-04-20T03:32:26.825411+0000","last_clean":"2024-04-20T03:32:26.825411+0000","last_became_active":"2024-04-20T03:32:26.822375+0000","last_became_peered":"2024-04-20T03:32:26.822375+0000","last_unstale":"2024-04-20T03:32:26.825411+0000","last_undegraded":"2024-04-20T03:32:26.825411+0000","last_fullsized":"2024-04-20T03:32:26.825411+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.806017+0000","last_change":"2024-04-20T03:32:26.450048+0000","last_active":"2024-04-20T03:32:26.806017+0000","last_peered":"2024-04-20T03:32:26.806017+0000","last_clean":"2024-04-20T03:32:26.806017+0000","last_became_active":"2024-04-20T03:32:26.449667+0000","last_became_peered":"2024-04-20T03:32:26.449667+0000","last_unstale":"2024-04-20T03:32:26.806017+0000","last_undegraded":"2024-04-20T03:32:26.806017+0000","last_fullsized":"2024-04-20T03:32:26.806017+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.836653+0000","last_change":"2024-04-20T03:32:26.834643+0000","last_active":"2024-04-20T03:32:26.836653+0000","last_peered":"2024-04-20T03:32:26.836653+0000","last_clean":"2024-04-20T03:32:26.836653+0000","last_became_active":"2024-04-20T03:32:26.834068+0000","last_became_peered":"2024-04-20T03:32:26.834068+0000","last_unstale":"2024-04-20T03:32:26.836653+0000","last_undegraded":"2024-04-20T03:32:26.836653+0000","last_fullsized":"2024-04-20T03:32:26.836653+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"53'8","reported_seq":19,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.818355+0000","last_change":"2024-04-20T03:32:26.443051+0000","last_active":"2024-04-20T03:32:26.818355+0000","last_peered":"2024-04-20T03:32:26.818355+0000","last_clean":"2024-04-20T03:32:26.818355+0000","last_became_active":"2024-04-20T03:32:26.442639+0000","last_became_peered":"2024-04-20T03:32:26.442639+0000","last_unstale":"2024-04-20T03:32:26.818355+0000","last_undegraded":"2024-04-20T03:32:26.818355+0000","last_fullsized":"2024-04-20T03:32:26.818355+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":8,"ondisk_log_size":8,"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,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"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":4,"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":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825315+0000","last_change":"2024-04-20T03:32:26.824809+0000","last_active":"2024-04-20T03:32:26.825315+0000","last_peered":"2024-04-20T03:32:26.825315+0000","last_clean":"2024-04-20T03:32:26.825315+0000","last_became_active":"2024-04-20T03:32:26.824521+0000","last_became_peered":"2024-04-20T03:32:26.824521+0000","last_unstale":"2024-04-20T03:32:26.825315+0000","last_undegraded":"2024-04-20T03:32:26.825315+0000","last_fullsized":"2024-04-20T03:32:26.825315+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"53'1","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.818030+0000","last_change":"2024-04-20T03:32:26.448588+0000","last_active":"2024-04-20T03:32:26.818030+0000","last_peered":"2024-04-20T03:32:26.818030+0000","last_clean":"2024-04-20T03:32:26.818030+0000","last_became_active":"2024-04-20T03:32:26.448273+0000","last_became_peered":"2024-04-20T03:32:26.448273+0000","last_unstale":"2024-04-20T03:32:26.818030+0000","last_undegraded":"2024-04-20T03:32:26.818030+0000","last_fullsized":"2024-04-20T03:32:26.818030+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831319+0000","last_change":"2024-04-20T03:32:26.828871+0000","last_active":"2024-04-20T03:32:26.831319+0000","last_peered":"2024-04-20T03:32:26.831319+0000","last_clean":"2024-04-20T03:32:26.831319+0000","last_became_active":"2024-04-20T03:32:26.828409+0000","last_became_peered":"2024-04-20T03:32:26.828409+0000","last_unstale":"2024-04-20T03:32:26.831319+0000","last_undegraded":"2024-04-20T03:32:26.831319+0000","last_fullsized":"2024-04-20T03:32:26.831319+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.816323+0000","last_change":"2024-04-20T03:32:26.451072+0000","last_active":"2024-04-20T03:32:26.816323+0000","last_peered":"2024-04-20T03:32:26.816323+0000","last_clean":"2024-04-20T03:32:26.816323+0000","last_became_active":"2024-04-20T03:32:26.450753+0000","last_became_peered":"2024-04-20T03:32:26.450753+0000","last_unstale":"2024-04-20T03:32:26.816323+0000","last_undegraded":"2024-04-20T03:32:26.816323+0000","last_fullsized":"2024-04-20T03:32:26.816323+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.839423+0000","last_change":"2024-04-20T03:32:26.833020+0000","last_active":"2024-04-20T03:32:26.839423+0000","last_peered":"2024-04-20T03:32:26.839423+0000","last_clean":"2024-04-20T03:32:26.839423+0000","last_became_active":"2024-04-20T03:32:26.832744+0000","last_became_peered":"2024-04-20T03:32:26.832744+0000","last_unstale":"2024-04-20T03:32:26.839423+0000","last_undegraded":"2024-04-20T03:32:26.839423+0000","last_fullsized":"2024-04-20T03:32:26.839423+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.827697+0000","last_change":"2024-04-20T03:32:26.456447+0000","last_active":"2024-04-20T03:32:26.827697+0000","last_peered":"2024-04-20T03:32:26.827697+0000","last_clean":"2024-04-20T03:32:26.827697+0000","last_became_active":"2024-04-20T03:32:26.456132+0000","last_became_peered":"2024-04-20T03:32:26.456132+0000","last_unstale":"2024-04-20T03:32:26.827697+0000","last_undegraded":"2024-04-20T03:32:26.827697+0000","last_fullsized":"2024-04-20T03:32:26.827697+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835222+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:32:26.835222+0000","last_peered":"2024-04-20T03:32:26.835222+0000","last_clean":"2024-04-20T03:32:26.835222+0000","last_became_active":"2024-04-20T03:32:26.831118+0000","last_became_peered":"2024-04-20T03:32:26.831118+0000","last_unstale":"2024-04-20T03:32:26.835222+0000","last_undegraded":"2024-04-20T03:32:26.835222+0000","last_fullsized":"2024-04-20T03:32:26.835222+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.826982+0000","last_change":"2024-04-20T03:32:26.826668+0000","last_active":"2024-04-20T03:32:26.826982+0000","last_peered":"2024-04-20T03:32:26.826982+0000","last_clean":"2024-04-20T03:32:26.826982+0000","last_became_active":"2024-04-20T03:32:26.826369+0000","last_became_peered":"2024-04-20T03:32:26.826369+0000","last_unstale":"2024-04-20T03:32:26.826982+0000","last_undegraded":"2024-04-20T03:32:26.826982+0000","last_fullsized":"2024-04-20T03:32:26.826982+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.808172+0000","last_change":"2024-04-20T03:32:26.446889+0000","last_active":"2024-04-20T03:32:26.808172+0000","last_peered":"2024-04-20T03:32:26.808172+0000","last_clean":"2024-04-20T03:32:26.808172+0000","last_became_active":"2024-04-20T03:32:26.446527+0000","last_became_peered":"2024-04-20T03:32:26.446527+0000","last_unstale":"2024-04-20T03:32:26.808172+0000","last_undegraded":"2024-04-20T03:32:26.808172+0000","last_fullsized":"2024-04-20T03:32:26.808172+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.830663+0000","last_change":"2024-04-20T03:32:26.826059+0000","last_active":"2024-04-20T03:32:26.830663+0000","last_peered":"2024-04-20T03:32:26.830663+0000","last_clean":"2024-04-20T03:32:26.830663+0000","last_became_active":"2024-04-20T03:32:26.825767+0000","last_became_peered":"2024-04-20T03:32:26.825767+0000","last_unstale":"2024-04-20T03:32:26.830663+0000","last_undegraded":"2024-04-20T03:32:26.830663+0000","last_fullsized":"2024-04-20T03:32:26.830663+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.828128+0000","last_change":"2024-04-20T03:32:26.457190+0000","last_active":"2024-04-20T03:32:26.828128+0000","last_peered":"2024-04-20T03:32:26.828128+0000","last_clean":"2024-04-20T03:32:26.828128+0000","last_became_active":"2024-04-20T03:32:26.456865+0000","last_became_peered":"2024-04-20T03:32:26.456865+0000","last_unstale":"2024-04-20T03:32:26.828128+0000","last_undegraded":"2024-04-20T03:32:26.828128+0000","last_fullsized":"2024-04-20T03:32:26.828128+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":14,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.810374+0000","last_change":"2024-04-20T03:32:09.240448+0000","last_active":"2024-04-20T03:32:26.810374+0000","last_peered":"2024-04-20T03:32:26.810374+0000","last_clean":"2024-04-20T03:32:26.810374+0000","last_became_active":"2024-04-20T03:32:09.240111+0000","last_became_peered":"2024-04-20T03:32:09.240111+0000","last_unstale":"2024-04-20T03:32:26.810374+0000","last_undegraded":"2024-04-20T03:32:26.810374+0000","last_fullsized":"2024-04-20T03:32:26.810374+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_clean_scrub_stamp":"2024-04-20T03:30:06.347569+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834749+0000","last_change":"2024-04-20T03:32:26.832653+0000","last_active":"2024-04-20T03:32:26.834749+0000","last_peered":"2024-04-20T03:32:26.834749+0000","last_clean":"2024-04-20T03:32:26.834749+0000","last_became_active":"2024-04-20T03:32:26.832364+0000","last_became_peered":"2024-04-20T03:32:26.832364+0000","last_unstale":"2024-04-20T03:32:26.834749+0000","last_undegraded":"2024-04-20T03:32:26.834749+0000","last_fullsized":"2024-04-20T03:32:26.834749+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.810472+0000","last_change":"2024-04-20T03:32:26.459525+0000","last_active":"2024-04-20T03:32:26.810472+0000","last_peered":"2024-04-20T03:32:26.810472+0000","last_clean":"2024-04-20T03:32:26.810472+0000","last_became_active":"2024-04-20T03:32:26.459218+0000","last_became_peered":"2024-04-20T03:32:26.459218+0000","last_unstale":"2024-04-20T03:32:26.810472+0000","last_undegraded":"2024-04-20T03:32:26.810472+0000","last_fullsized":"2024-04-20T03:32:26.810472+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.815534+0000","last_change":"2024-04-20T03:32:26.459867+0000","last_active":"2024-04-20T03:32:26.815534+0000","last_peered":"2024-04-20T03:32:26.815534+0000","last_clean":"2024-04-20T03:32:26.815534+0000","last_became_active":"2024-04-20T03:32:26.459136+0000","last_became_peered":"2024-04-20T03:32:26.459136+0000","last_unstale":"2024-04-20T03:32:26.815534+0000","last_undegraded":"2024-04-20T03:32:26.815534+0000","last_fullsized":"2024-04-20T03:32:26.815534+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831495+0000","last_change":"2024-04-20T03:32:26.828962+0000","last_active":"2024-04-20T03:32:26.831495+0000","last_peered":"2024-04-20T03:32:26.831495+0000","last_clean":"2024-04-20T03:32:26.831495+0000","last_became_active":"2024-04-20T03:32:26.828241+0000","last_became_peered":"2024-04-20T03:32:26.828241+0000","last_unstale":"2024-04-20T03:32:26.831495+0000","last_undegraded":"2024-04-20T03:32:26.831495+0000","last_fullsized":"2024-04-20T03:32:26.831495+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"54'1","reported_seq":12,"reported_epoch":54,"state":"active+clean","last_fresh":"2024-04-20T03:32:27.816574+0000","last_change":"2024-04-20T03:32:26.446310+0000","last_active":"2024-04-20T03:32:27.816574+0000","last_peered":"2024-04-20T03:32:27.816574+0000","last_clean":"2024-04-20T03:32:27.816574+0000","last_became_active":"2024-04-20T03:32:26.446015+0000","last_became_peered":"2024-04-20T03:32:26.446015+0000","last_unstale":"2024-04-20T03:32:27.816574+0000","last_undegraded":"2024-04-20T03:32:27.816574+0000","last_fullsized":"2024-04-20T03:32:27.816574+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.832798+0000","last_change":"2024-04-20T03:32:26.831034+0000","last_active":"2024-04-20T03:32:26.832798+0000","last_peered":"2024-04-20T03:32:26.832798+0000","last_clean":"2024-04-20T03:32:26.832798+0000","last_became_active":"2024-04-20T03:32:26.830748+0000","last_became_peered":"2024-04-20T03:32:26.830748+0000","last_unstale":"2024-04-20T03:32:26.832798+0000","last_undegraded":"2024-04-20T03:32:26.832798+0000","last_fullsized":"2024-04-20T03:32:26.832798+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.7","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.826217+0000","last_change":"2024-04-20T03:32:26.448446+0000","last_active":"2024-04-20T03:32:26.826217+0000","last_peered":"2024-04-20T03:32:26.826217+0000","last_clean":"2024-04-20T03:32:26.826217+0000","last_became_active":"2024-04-20T03:32:26.448131+0000","last_became_peered":"2024-04-20T03:32:26.448131+0000","last_unstale":"2024-04-20T03:32:26.826217+0000","last_undegraded":"2024-04-20T03:32:26.826217+0000","last_fullsized":"2024-04-20T03:32:26.826217+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834415+0000","last_change":"2024-04-20T03:32:26.829007+0000","last_active":"2024-04-20T03:32:26.834415+0000","last_peered":"2024-04-20T03:32:26.834415+0000","last_clean":"2024-04-20T03:32:26.834415+0000","last_became_active":"2024-04-20T03:32:26.828656+0000","last_became_peered":"2024-04-20T03:32:26.828656+0000","last_unstale":"2024-04-20T03:32:26.834415+0000","last_undegraded":"2024-04-20T03:32:26.834415+0000","last_fullsized":"2024-04-20T03:32:26.834415+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.810289+0000","last_change":"2024-04-20T03:32:26.459222+0000","last_active":"2024-04-20T03:32:26.810289+0000","last_peered":"2024-04-20T03:32:26.810289+0000","last_clean":"2024-04-20T03:32:26.810289+0000","last_became_active":"2024-04-20T03:32:26.458819+0000","last_became_peered":"2024-04-20T03:32:26.458819+0000","last_unstale":"2024-04-20T03:32:26.810289+0000","last_undegraded":"2024-04-20T03:32:26.810289+0000","last_fullsized":"2024-04-20T03:32:26.810289+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.821934+0000","last_change":"2024-04-20T03:32:26.817898+0000","last_active":"2024-04-20T03:32:26.821934+0000","last_peered":"2024-04-20T03:32:26.821934+0000","last_clean":"2024-04-20T03:32:26.821934+0000","last_became_active":"2024-04-20T03:32:26.817574+0000","last_became_peered":"2024-04-20T03:32:26.817574+0000","last_unstale":"2024-04-20T03:32:26.821934+0000","last_undegraded":"2024-04-20T03:32:26.821934+0000","last_fullsized":"2024-04-20T03:32:26.821934+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.815796+0000","last_change":"2024-04-20T03:32:26.452127+0000","last_active":"2024-04-20T03:32:26.815796+0000","last_peered":"2024-04-20T03:32:26.815796+0000","last_clean":"2024-04-20T03:32:26.815796+0000","last_became_active":"2024-04-20T03:32:26.451220+0000","last_became_peered":"2024-04-20T03:32:26.451220+0000","last_unstale":"2024-04-20T03:32:26.815796+0000","last_undegraded":"2024-04-20T03:32:26.815796+0000","last_fullsized":"2024-04-20T03:32:26.815796+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.817382+0000","last_change":"2024-04-20T03:32:26.816809+0000","last_active":"2024-04-20T03:32:26.817382+0000","last_peered":"2024-04-20T03:32:26.817382+0000","last_clean":"2024-04-20T03:32:26.817382+0000","last_became_active":"2024-04-20T03:32:26.816499+0000","last_became_peered":"2024-04-20T03:32:26.816499+0000","last_unstale":"2024-04-20T03:32:26.817382+0000","last_undegraded":"2024-04-20T03:32:26.817382+0000","last_fullsized":"2024-04-20T03:32:26.817382+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.815636+0000","last_change":"2024-04-20T03:32:26.450170+0000","last_active":"2024-04-20T03:32:26.815636+0000","last_peered":"2024-04-20T03:32:26.815636+0000","last_clean":"2024-04-20T03:32:26.815636+0000","last_became_active":"2024-04-20T03:32:26.449478+0000","last_became_peered":"2024-04-20T03:32:26.449478+0000","last_unstale":"2024-04-20T03:32:26.815636+0000","last_undegraded":"2024-04-20T03:32:26.815636+0000","last_fullsized":"2024-04-20T03:32:26.815636+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834427+0000","last_change":"2024-04-20T03:32:26.831148+0000","last_active":"2024-04-20T03:32:26.834427+0000","last_peered":"2024-04-20T03:32:26.834427+0000","last_clean":"2024-04-20T03:32:26.834427+0000","last_became_active":"2024-04-20T03:32:26.830788+0000","last_became_peered":"2024-04-20T03:32:26.830788+0000","last_unstale":"2024-04-20T03:32:26.834427+0000","last_undegraded":"2024-04-20T03:32:26.834427+0000","last_fullsized":"2024-04-20T03:32:26.834427+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829299+0000","last_change":"2024-04-20T03:32:26.452860+0000","last_active":"2024-04-20T03:32:26.829299+0000","last_peered":"2024-04-20T03:32:26.829299+0000","last_clean":"2024-04-20T03:32:26.829299+0000","last_became_active":"2024-04-20T03:32:26.452537+0000","last_became_peered":"2024-04-20T03:32:26.452537+0000","last_unstale":"2024-04-20T03:32:26.829299+0000","last_undegraded":"2024-04-20T03:32:26.829299+0000","last_fullsized":"2024-04-20T03:32:26.829299+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.825677+0000","last_change":"2024-04-20T03:32:26.824565+0000","last_active":"2024-04-20T03:32:26.825677+0000","last_peered":"2024-04-20T03:32:26.825677+0000","last_clean":"2024-04-20T03:32:26.825677+0000","last_became_active":"2024-04-20T03:32:26.824280+0000","last_became_peered":"2024-04-20T03:32:26.824280+0000","last_unstale":"2024-04-20T03:32:26.825677+0000","last_undegraded":"2024-04-20T03:32:26.825677+0000","last_fullsized":"2024-04-20T03:32:26.825677+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":11,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.807878+0000","last_change":"2024-04-20T03:32:26.452435+0000","last_active":"2024-04-20T03:32:26.807878+0000","last_peered":"2024-04-20T03:32:26.807878+0000","last_clean":"2024-04-20T03:32:26.807878+0000","last_became_active":"2024-04-20T03:32:26.452175+0000","last_became_peered":"2024-04-20T03:32:26.452175+0000","last_unstale":"2024-04-20T03:32:26.807878+0000","last_undegraded":"2024-04-20T03:32:26.807878+0000","last_fullsized":"2024-04-20T03:32:26.807878+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831350+0000","last_change":"2024-04-20T03:32:26.829033+0000","last_active":"2024-04-20T03:32:26.831350+0000","last_peered":"2024-04-20T03:32:26.831350+0000","last_clean":"2024-04-20T03:32:26.831350+0000","last_became_active":"2024-04-20T03:32:26.828152+0000","last_became_peered":"2024-04-20T03:32:26.828152+0000","last_unstale":"2024-04-20T03:32:26.831350+0000","last_undegraded":"2024-04-20T03:32:26.831350+0000","last_fullsized":"2024-04-20T03:32:26.831350+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"53'1","reported_seq":12,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.822472+0000","last_change":"2024-04-20T03:32:26.451554+0000","last_active":"2024-04-20T03:32:26.822472+0000","last_peered":"2024-04-20T03:32:26.822472+0000","last_clean":"2024-04-20T03:32:26.822472+0000","last_became_active":"2024-04-20T03:32:26.449515+0000","last_became_peered":"2024-04-20T03:32:26.449515+0000","last_unstale":"2024-04-20T03:32:26.822472+0000","last_undegraded":"2024-04-20T03:32:26.822472+0000","last_fullsized":"2024-04-20T03:32:26.822472+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.840239+0000","last_change":"2024-04-20T03:32:26.838448+0000","last_active":"2024-04-20T03:32:26.840239+0000","last_peered":"2024-04-20T03:32:26.840239+0000","last_clean":"2024-04-20T03:32:26.840239+0000","last_became_active":"2024-04-20T03:32:26.837894+0000","last_became_peered":"2024-04-20T03:32:26.837894+0000","last_unstale":"2024-04-20T03:32:26.840239+0000","last_undegraded":"2024-04-20T03:32:26.840239+0000","last_fullsized":"2024-04-20T03:32:26.840239+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.e","version":"53'2","reported_seq":13,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.817930+0000","last_change":"2024-04-20T03:32:26.447548+0000","last_active":"2024-04-20T03:32:26.817930+0000","last_peered":"2024-04-20T03:32:26.817930+0000","last_clean":"2024-04-20T03:32:26.817930+0000","last_became_active":"2024-04-20T03:32:26.447251+0000","last_became_peered":"2024-04-20T03:32:26.447251+0000","last_unstale":"2024-04-20T03:32:26.817930+0000","last_undegraded":"2024-04-20T03:32:26.817930+0000","last_fullsized":"2024-04-20T03:32:26.817930+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834253+0000","last_change":"2024-04-20T03:32:26.833126+0000","last_active":"2024-04-20T03:32:26.834253+0000","last_peered":"2024-04-20T03:32:26.834253+0000","last_clean":"2024-04-20T03:32:26.834253+0000","last_became_active":"2024-04-20T03:32:26.832413+0000","last_became_peered":"2024-04-20T03:32:26.832413+0000","last_unstale":"2024-04-20T03:32:26.834253+0000","last_undegraded":"2024-04-20T03:32:26.834253+0000","last_fullsized":"2024-04-20T03:32:26.834253+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.835446+0000","last_change":"2024-04-20T03:32:26.834474+0000","last_active":"2024-04-20T03:32:26.835446+0000","last_peered":"2024-04-20T03:32:26.835446+0000","last_clean":"2024-04-20T03:32:26.835446+0000","last_became_active":"2024-04-20T03:32:26.833653+0000","last_became_peered":"2024-04-20T03:32:26.833653+0000","last_unstale":"2024-04-20T03:32:26.835446+0000","last_undegraded":"2024-04-20T03:32:26.835446+0000","last_fullsized":"2024-04-20T03:32:26.835446+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.833752+0000","last_change":"2024-04-20T03:32:26.833527+0000","last_active":"2024-04-20T03:32:26.833752+0000","last_peered":"2024-04-20T03:32:26.833752+0000","last_clean":"2024-04-20T03:32:26.833752+0000","last_became_active":"2024-04-20T03:32:26.833220+0000","last_became_peered":"2024-04-20T03:32:26.833220+0000","last_unstale":"2024-04-20T03:32:26.833752+0000","last_undegraded":"2024-04-20T03:32:26.833752+0000","last_fullsized":"2024-04-20T03:32:26.833752+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,5,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.840192+0000","last_change":"2024-04-20T03:32:26.836586+0000","last_active":"2024-04-20T03:32:26.840192+0000","last_peered":"2024-04-20T03:32:26.840192+0000","last_clean":"2024-04-20T03:32:26.840192+0000","last_became_active":"2024-04-20T03:32:26.833942+0000","last_became_peered":"2024-04-20T03:32:26.833942+0000","last_unstale":"2024-04-20T03:32:26.840192+0000","last_undegraded":"2024-04-20T03:32:26.840192+0000","last_fullsized":"2024-04-20T03:32:26.840192+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834566+0000","last_change":"2024-04-20T03:32:26.829271+0000","last_active":"2024-04-20T03:32:26.834566+0000","last_peered":"2024-04-20T03:32:26.834566+0000","last_clean":"2024-04-20T03:32:26.834566+0000","last_became_active":"2024-04-20T03:32:26.829007+0000","last_became_peered":"2024-04-20T03:32:26.829007+0000","last_unstale":"2024-04-20T03:32:26.834566+0000","last_undegraded":"2024-04-20T03:32:26.834566+0000","last_fullsized":"2024-04-20T03:32:26.834566+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.831275+0000","last_change":"2024-04-20T03:32:26.830422+0000","last_active":"2024-04-20T03:32:26.831275+0000","last_peered":"2024-04-20T03:32:26.831275+0000","last_clean":"2024-04-20T03:32:26.831275+0000","last_became_active":"2024-04-20T03:32:26.830150+0000","last_became_peered":"2024-04-20T03:32:26.830150+0000","last_unstale":"2024-04-20T03:32:26.831275+0000","last_undegraded":"2024-04-20T03:32:26.831275+0000","last_fullsized":"2024-04-20T03:32:26.831275+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.829952+0000","last_change":"2024-04-20T03:32:26.828141+0000","last_active":"2024-04-20T03:32:26.829952+0000","last_peered":"2024-04-20T03:32:26.829952+0000","last_clean":"2024-04-20T03:32:26.829952+0000","last_became_active":"2024-04-20T03:32:26.827319+0000","last_became_peered":"2024-04-20T03:32:26.827319+0000","last_unstale":"2024-04-20T03:32:26.829952+0000","last_undegraded":"2024-04-20T03:32:26.829952+0000","last_fullsized":"2024-04-20T03:32:26.829952+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.826479+0000","last_change":"2024-04-20T03:32:26.826028+0000","last_active":"2024-04-20T03:32:26.826479+0000","last_peered":"2024-04-20T03:32:26.826479+0000","last_clean":"2024-04-20T03:32:26.826479+0000","last_became_active":"2024-04-20T03:32:26.825471+0000","last_became_peered":"2024-04-20T03:32:26.825471+0000","last_unstale":"2024-04-20T03:32:26.826479+0000","last_undegraded":"2024-04-20T03:32:26.826479+0000","last_fullsized":"2024-04-20T03:32:26.826479+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.823303+0000","last_change":"2024-04-20T03:32:26.820571+0000","last_active":"2024-04-20T03:32:26.823303+0000","last_peered":"2024-04-20T03:32:26.823303+0000","last_clean":"2024-04-20T03:32:26.823303+0000","last_became_active":"2024-04-20T03:32:26.820300+0000","last_became_peered":"2024-04-20T03:32:26.820300+0000","last_unstale":"2024-04-20T03:32:26.823303+0000","last_undegraded":"2024-04-20T03:32:26.823303+0000","last_fullsized":"2024-04-20T03:32:26.823303+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.840127+0000","last_change":"2024-04-20T03:32:26.833565+0000","last_active":"2024-04-20T03:32:26.840127+0000","last_peered":"2024-04-20T03:32:26.840127+0000","last_clean":"2024-04-20T03:32:26.840127+0000","last_became_active":"2024-04-20T03:32:26.833293+0000","last_became_peered":"2024-04-20T03:32:26.833293+0000","last_unstale":"2024-04-20T03:32:26.840127+0000","last_undegraded":"2024-04-20T03:32:26.840127+0000","last_fullsized":"2024-04-20T03:32:26.840127+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.830951+0000","last_change":"2024-04-20T03:32:26.825009+0000","last_active":"2024-04-20T03:32:26.830951+0000","last_peered":"2024-04-20T03:32:26.830951+0000","last_clean":"2024-04-20T03:32:26.830951+0000","last_became_active":"2024-04-20T03:32:26.824773+0000","last_became_peered":"2024-04-20T03:32:26.824773+0000","last_unstale":"2024-04-20T03:32:26.830951+0000","last_undegraded":"2024-04-20T03:32:26.830951+0000","last_fullsized":"2024-04-20T03:32:26.830951+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.836686+0000","last_change":"2024-04-20T03:32:26.831678+0000","last_active":"2024-04-20T03:32:26.836686+0000","last_peered":"2024-04-20T03:32:26.836686+0000","last_clean":"2024-04-20T03:32:26.836686+0000","last_became_active":"2024-04-20T03:32:26.831255+0000","last_became_peered":"2024-04-20T03:32:26.831255+0000","last_unstale":"2024-04-20T03:32:26.836686+0000","last_undegraded":"2024-04-20T03:32:26.836686+0000","last_fullsized":"2024-04-20T03:32:26.836686+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834730+0000","last_change":"2024-04-20T03:32:26.833737+0000","last_active":"2024-04-20T03:32:26.834730+0000","last_peered":"2024-04-20T03:32:26.834730+0000","last_clean":"2024-04-20T03:32:26.834730+0000","last_became_active":"2024-04-20T03:32:26.833385+0000","last_became_peered":"2024-04-20T03:32:26.833385+0000","last_unstale":"2024-04-20T03:32:26.834730+0000","last_undegraded":"2024-04-20T03:32:26.834730+0000","last_fullsized":"2024-04-20T03:32:26.834730+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":10,"reported_epoch":53,"state":"active+clean","last_fresh":"2024-04-20T03:32:26.834973+0000","last_change":"2024-04-20T03:32:26.833337+0000","last_active":"2024-04-20T03:32:26.834973+0000","last_peered":"2024-04-20T03:32:26.834973+0000","last_clean":"2024-04-20T03:32:26.834973+0000","last_became_active":"2024-04-20T03:32:26.832993+0000","last_became_peered":"2024-04-20T03:32:26.832993+0000","last_unstale":"2024-04-20T03:32:26.834973+0000","last_undegraded":"2024-04-20T03:32:26.834973+0000","last_fullsized":"2024-04-20T03:32:26.834973+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,0],"acting":[6,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"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":192,"acting":192,"num_store_stats":8},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":7},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":2306,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":45,"num_write_kb":13,"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":14,"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":98304,"data_stored":6918,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":39,"ondisk_log_size":39,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":48,"seq":206158430215,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297620,"kb_used_data":524,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447532,"statfs":{"total":95995035648,"available":95690272768,"internally_reserved":0,"allocated":536576,"data_stored":216750,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53200000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.441}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39100000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.499}]}]},{"osd":6,"up_from":42,"seq":180388626444,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297620,"kb_used_data":524,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447532,"statfs":{"total":95995035648,"available":95690272768,"internally_reserved":0,"allocated":536576,"data_stored":217395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65100000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.504}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60799999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.62}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58999999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64200000000000002}]}]},{"osd":1,"up_from":13,"seq":55834574885,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297612,"kb_used_data":516,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447540,"statfs":{"total":95995035648,"available":95690280960,"internally_reserved":0,"allocated":528384,"data_stored":215704,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:31:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.315,"15min":0.307},"min":{"1min":0.26600000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.35299999999999998,"15min":0.34300000000000003},"min":{"1min":0.30399999999999999,"5min":0.253,"15min":0.253},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.33500000000000002}]},{"osd":2,"last update":"Sat Apr 20 03:32:07 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.376,"15min":0.374},"min":{"1min":0.245,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.36599999999999999,"15min":0.35699999999999998},"min":{"1min":0.28299999999999997,"5min":0.254,"15min":0.254},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.40200000000000002}]},{"osd":3,"last update":"Sat Apr 20 03:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.36399999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.65500000000000003}]},{"osd":5,"last update":"Sat Apr 20 03:32:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.59699999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73599999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53200000000000003}]}]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297628,"kb_used_data":532,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447524,"statfs":{"total":95995035648,"available":95690264576,"internally_reserved":0,"allocated":544768,"data_stored":216874,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Apr 20 03:31:42 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.313,"15min":0.30299999999999999},"min":{"1min":0.252,"5min":0.193,"15min":0.193},"max":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.435,"5min":0.34399999999999997,"15min":0.32900000000000001},"min":{"1min":0.32500000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.45000000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:32:15 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.35099999999999998,"15min":0.34699999999999998},"min":{"1min":0.28799999999999998,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.371},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.34999999999999998,"15min":0.34399999999999997},"min":{"1min":0.30099999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.436}]},{"osd":3,"last update":"Sat Apr 20 03:31:31 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.46200000000000002}]},{"osd":4,"last update":"Sat Apr 20 03:31:52 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.65300000000000002}]},{"osd":5,"last update":"Sat Apr 20 03:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.64400000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]}]},{"osd":2,"up_from":18,"seq":77309411359,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297612,"kb_used_data":516,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447540,"statfs":{"total":95995035648,"available":95690280960,"internally_reserved":0,"allocated":528384,"data_stored":216174,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.371,"15min":0.36899999999999999},"min":{"1min":0.28599999999999998,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.38300000000000001,"15min":0.379},"min":{"1min":0.27900000000000003,"5min":0.251,"15min":0.251},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.35699999999999998}]},{"osd":1,"last update":"Sat Apr 20 03:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.39400000000000002,"15min":0.38900000000000001},"min":{"1min":0.307,"5min":0.249,"15min":0.249},"max":{"1min":0.59099999999999997,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.313},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.39500000000000002,"15min":0.39300000000000002},"min":{"1min":0.29599999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.31900000000000001}]},{"osd":3,"last update":"Sat Apr 20 03:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.33100000000000002}]},{"osd":4,"last update":"Sat Apr 20 03:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.41699999999999998}]},{"osd":5,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.497},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.41099999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51800000000000002}]}]},{"osd":3,"up_from":25,"seq":107374182427,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297632,"kb_used_data":536,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447520,"statfs":{"total":95995035648,"available":95690260480,"internally_reserved":0,"allocated":548864,"data_stored":217814,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.38},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.40799999999999997}]},{"osd":1,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.42199999999999999}]},{"osd":2,"last update":"Sat Apr 20 03:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.434},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.44500000000000001}]},{"osd":4,"last update":"Sat Apr 20 03:31:53 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.77500000000000002},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.69799999999999995}]},{"osd":5,"last update":"Sat Apr 20 03:32:18 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.98099999999999998,"5min":0.98099999999999998,"15min":0.98099999999999998},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.746}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.755}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73199999999999998}]}]},{"osd":4,"up_from":30,"seq":128849018901,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297628,"kb_used_data":532,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447524,"statfs":{"total":95995035648,"available":95690264576,"internally_reserved":0,"allocated":544768,"data_stored":216854,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.47999999999999998}]},{"osd":1,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.51000000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.437},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.499}]},{"osd":3,"last update":"Sat Apr 20 03:31:55 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.51900000000000002}]},{"osd":5,"last update":"Sat Apr 20 03:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.46600000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45400000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53200000000000003}]}]},{"osd":5,"up_from":36,"seq":154618822673,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297628,"kb_used_data":532,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447524,"statfs":{"total":95995035648,"available":95690264576,"internally_reserved":0,"allocated":544768,"data_stored":217800,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.45300000000000001}]},{"osd":1,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.54300000000000004}]},{"osd":2,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.72699999999999998}]},{"osd":3,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.501},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.65500000000000003}]},{"osd":4,"last update":"Sat Apr 20 03:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.434}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69499999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49099999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":4,"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},{"poolid":1,"osd":5,"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},{"poolid":1,"osd":6,"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},{"poolid":1,"osd":7,"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},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"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},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":1640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":1626,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"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},{"poolid":3,"osd":1,"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},{"poolid":3,"osd":2,"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},{"poolid":3,"osd":3,"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},{"poolid":3,"osd":4,"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},{"poolid":3,"osd":5,"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},{"poolid":3,"osd":6,"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},{"poolid":3,"osd":7,"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}]}} 2024-04-20T03:32:34.515 INFO:tasks.cephfs.filesystem.ceph_manager:clean! 2024-04-20T03:32:34.515 INFO:tasks.cephadm:Adding prometheus.a on smithi184 2024-04-20T03:32:34.515 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch apply prometheus '1;smithi184=a' 2024-04-20T03:32:34.833 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:33.191821+0000 mgr.y (mgr.14146) 199 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-04-20T03:32:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:33.191821+0000 mgr.y (mgr.14146) 199 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-04-20T03:32:35.150 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:33.191821+0000 mgr.y (mgr.14146) 199 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-04-20T03:32:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:34.490804+0000 mgr.y (mgr.14146) 200 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:34.490804+0000 mgr.y (mgr.14146) 200 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:36.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:34.490804+0000 mgr.y (mgr.14146) 200 : audit [DBG] from='client.14571 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:32:36.577 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled prometheus update... 2024-04-20T03:32:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:35.192431+0000 mgr.y (mgr.14146) 201 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-04-20T03:32:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:36.578217+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:36.596786+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:35.192431+0000 mgr.y (mgr.14146) 201 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-04-20T03:32:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:36.578217+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:36.596786+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:35.192431+0000 mgr.y (mgr.14146) 201 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-04-20T03:32:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:36.578217+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:36.596786+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:37.393 DEBUG:teuthology.orchestra.run.smithi184:prometheus.a> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@prometheus.a.service 2024-04-20T03:32:37.395 INFO:tasks.cephadm:Adding node-exporter.a on smithi177 2024-04-20T03:32:37.396 INFO:tasks.cephadm:Adding node-exporter.b on smithi184 2024-04-20T03:32:37.396 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch apply node-exporter '2;smithi177=a;smithi184=b' 2024-04-20T03:32:37.427 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:32:38.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:36.572841+0000 mgr.y (mgr.14146) 202 : audit [DBG] from='client.24436 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:38.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:36.574170+0000 mgr.y (mgr.14146) 203 : cephadm [INF] Saving service prometheus spec with placement smithi184=a;count:1 2024-04-20T03:32:38.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:36.891242+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:38.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:36.891871+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:38.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:36.895699+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:38.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:36.900274+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-20T03:32:38.145 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ignoring --setuser ceph since I am not root 2024-04-20T03:32:38.145 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ignoring --setgroup ceph since I am not root 2024-04-20T03:32:38.145 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:37.937+0000 7f5ff980e700 1 -- 172.21.15.184:0/2859838534 <== mon.1 v2:172.21.15.184:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a9f87fa4e0 con 0x55a9f87d1000 2024-04-20T03:32:38.145 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:38.061+0000 7f60099ea680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-20T03:32:38.145 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:38.145+0000 7f60099ea680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-20T03:32:38.145 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ignoring --setuser ceph since I am not root 2024-04-20T03:32:38.145 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ignoring --setgroup ceph since I am not root 2024-04-20T03:32:38.146 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:37.943+0000 7f6241d32700 1 -- 172.21.15.177:0/3399189031 <== mon.0 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56516f0244e0 con 0x56516effb000 2024-04-20T03:32:38.146 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:38.065+0000 7f6251f0e680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-20T03:32:38.146 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:38.146+0000 7f6251f0e680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-20T03:32:38.146 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:36.572841+0000 mgr.y (mgr.14146) 202 : audit [DBG] from='client.24436 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:38.146 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:36.574170+0000 mgr.y (mgr.14146) 203 : cephadm [INF] Saving service prometheus spec with placement smithi184=a;count:1 2024-04-20T03:32:38.146 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:36.891242+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:38.146 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:36.891871+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:38.146 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:36.895699+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:38.147 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:36.900274+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-20T03:32:38.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:36.572841+0000 mgr.y (mgr.14146) 202 : audit [DBG] from='client.24436 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:38.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:36.574170+0000 mgr.y (mgr.14146) 203 : cephadm [INF] Saving service prometheus spec with placement smithi184=a;count:1 2024-04-20T03:32:38.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:36.891242+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:38.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:36.891871+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:38.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:36.895699+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' 2024-04-20T03:32:38.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:36.900274+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-20T03:32:38.800 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:38.508+0000 7f60099ea680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-20T03:32:38.842 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:38.503+0000 7f6251f0e680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-20T03:32:39.091 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:37.192953+0000 mgr.y (mgr.14146) 204 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s wr, 3 op/s 2024-04-20T03:32:39.092 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:37.904589+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-20T03:32:39.092 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:37.904648+0000 mon.a (mon.0) 596 : cluster [DBG] mgrmap e15: y(active, since 4m), standbys: x 2024-04-20T03:32:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:37.192953+0000 mgr.y (mgr.14146) 204 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s wr, 3 op/s 2024-04-20T03:32:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:37.904589+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-20T03:32:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:37.904648+0000 mon.a (mon.0) 596 : cluster [DBG] mgrmap e15: y(active, since 4m), standbys: x 2024-04-20T03:32:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:37.192953+0000 mgr.y (mgr.14146) 204 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s wr, 3 op/s 2024-04-20T03:32:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:37.904589+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14146 172.21.15.177:0/1399881827' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-20T03:32:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:37.904648+0000 mon.a (mon.0) 596 : cluster [DBG] mgrmap e15: y(active, since 4m), standbys: x 2024-04-20T03:32:39.359 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:39.273+0000 7f60099ea680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-20T03:32:39.535 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:39.238+0000 7f6251f0e680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-20T03:32:39.535 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:39.323+0000 7f6251f0e680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-20T03:32:39.749 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:39.361+0000 7f60099ea680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-20T03:32:39.749 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:39.579+0000 7f60099ea680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-20T03:32:39.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:39.536+0000 7f6251f0e680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-20T03:32:40.758 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:40.462+0000 7f6251f0e680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-20T03:32:40.758 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:40.590+0000 7f6251f0e680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:32:40.758 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:40.668+0000 7f6251f0e680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-20T03:32:40.793 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:40.502+0000 7f60099ea680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-20T03:32:40.794 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:40.628+0000 7f60099ea680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:32:40.794 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:40.705+0000 7f60099ea680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-20T03:32:41.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:40.758+0000 7f6251f0e680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-20T03:32:41.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:40.952+0000 7f6251f0e680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-20T03:32:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:40.795+0000 7f60099ea680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-20T03:32:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:40.991+0000 7f60099ea680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-20T03:32:41.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:41.229+0000 7f6251f0e680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-20T03:32:41.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:41.327+0000 7f6251f0e680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-20T03:32:41.749 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:41.264+0000 7f60099ea680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-20T03:32:41.749 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:41.360+0000 7f60099ea680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-20T03:32:42.394 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:42.043+0000 7f6251f0e680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-20T03:32:42.394 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:42.125+0000 7f6251f0e680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-20T03:32:42.394 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:42.218+0000 7f6251f0e680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-20T03:32:42.411 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:42.072+0000 7f60099ea680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-20T03:32:42.411 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:42.152+0000 7f60099ea680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-20T03:32:42.411 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:42.241+0000 7f60099ea680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-20T03:32:42.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:42.394+0000 7f6251f0e680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-20T03:32:42.673 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:42.411+0000 7f60099ea680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-20T03:32:42.923 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:42.656+0000 7f6251f0e680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-20T03:32:42.923 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:42.785+0000 7f6251f0e680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-20T03:32:42.938 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:42.673+0000 7f60099ea680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-20T03:32:42.938 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:42.802+0000 7f60099ea680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-20T03:32:43.181 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:42.924+0000 7f6251f0e680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:32:43.181 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.097+0000 7f6251f0e680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-20T03:32:43.190 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:42.938+0000 7f60099ea680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-20T03:32:43.190 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:43.108+0000 7f60099ea680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-20T03:32:43.441 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:43.196376+0000 mon.a (mon.0) 597 : cluster [INF] Active manager daemon y restarted 2024-04-20T03:32:43.441 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:43.196658+0000 mon.a (mon.0) 598 : cluster [INF] Activating manager daemon y 2024-04-20T03:32:43.441 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:43.203314+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-20T03:32:43.441 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:43.203663+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e16: y(active, starting, since 0.00708899s), standbys: x 2024-04-20T03:32:43.441 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:43.205742+0000 mon.a (mon.0) 601 : cluster [DBG] Standby manager daemon x restarted 2024-04-20T03:32:43.441 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:43.205906+0000 mon.a (mon.0) 602 : cluster [DBG] Standby manager daemon x started 2024-04-20T03:32:43.442 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.207249+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-20T03:32:43.442 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.207371+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:32:43.442 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.207558+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:32:43.442 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.207747+0000 mon.c (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-20T03:32:43.442 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.208032+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-04-20T03:32:43.442 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.208173+0000 mon.c (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-20T03:32:43.442 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.208207+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-04-20T03:32:43.442 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.208465+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-20T03:32:43.442 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.208611+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-20T03:32:43.442 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.208829+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.181+0000 7f6251f0e680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:32:43] ENGINE Bus STARTING 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [80B blob data] 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [80B blob data] 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.400+0000 7f61b058a700 -1 client.0 error registering admin socket command: (17) File exists 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.400+0000 7f61b058a700 -1 client.0 error registering admin socket command: (17) File exists 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.400+0000 7f61b058a700 -1 client.0 error registering admin socket command: (17) File exists 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.400+0000 7f61b058a700 -1 client.0 error registering admin socket command: (17) File exists 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.400+0000 7f61b058a700 -1 client.0 error registering admin socket command: (17) File exists 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.402+0000 7f61b2d8f700 -1 client.0 error registering admin socket command: (17) File exists 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.402+0000 7f61b2d8f700 -1 client.0 error registering admin socket command: (17) File exists 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.402+0000 7f61b2d8f700 -1 client.0 error registering admin socket command: (17) File exists 2024-04-20T03:32:43.443 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.402+0000 7f61b2d8f700 -1 client.0 error registering admin socket command: (17) File exists 2024-04-20T03:32:43.444 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:32:43.402+0000 7f61b2d8f700 -1 client.0 error registering admin socket command: (17) File exists 2024-04-20T03:32:43.444 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:43.196376+0000 mon.a (mon.0) 597 : cluster [INF] Active manager daemon y restarted 2024-04-20T03:32:43.444 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:43.196658+0000 mon.a (mon.0) 598 : cluster [INF] Activating manager daemon y 2024-04-20T03:32:43.444 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:43.203314+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-20T03:32:43.444 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:43.203663+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e16: y(active, starting, since 0.00708899s), standbys: x 2024-04-20T03:32:43.444 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:43.205742+0000 mon.a (mon.0) 601 : cluster [DBG] Standby manager daemon x restarted 2024-04-20T03:32:43.444 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:43.205906+0000 mon.a (mon.0) 602 : cluster [DBG] Standby manager daemon x started 2024-04-20T03:32:43.444 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.207249+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.207371+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.207558+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.207747+0000 mon.c (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.208032+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.208173+0000 mon.c (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.208207+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.208465+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.208611+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.208829+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.209033+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.209207+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.209397+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.209658+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:32:43.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.209957+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:32:43.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.210042+0000 mon.c (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-20T03:32:43.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.210221+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:32:43.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.210423+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:43.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.210594+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-20T03:32:43.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.210783+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-20T03:32:43.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.210976+0000 mon.c (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-20T03:32:43.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.211166+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-20T03:32:43.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:43.225435+0000 mon.a (mon.0) 621 : cluster [INF] Manager daemon y is now available 2024-04-20T03:32:43.446 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.209033+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:32:43.446 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.209207+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:32:43.446 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.209397+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:32:43.447 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.209658+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:32:43.447 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.209957+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:32:43.447 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.210042+0000 mon.c (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-20T03:32:43.447 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.210221+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:32:43.447 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.210423+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:43.447 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.210594+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-20T03:32:43.447 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.210783+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-20T03:32:43.447 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.210976+0000 mon.c (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-20T03:32:43.447 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.211166+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-20T03:32:43.447 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:43.225435+0000 mon.a (mon.0) 621 : cluster [INF] Manager daemon y is now available 2024-04-20T03:32:43.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: debug 2024-04-20T03:32:43.190+0000 7f60099ea680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-20T03:32:43.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: [20/Apr/2024:03:32:43] ENGINE Bus STARTING 2024-04-20T03:32:43.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: CherryPy Checker: 2024-04-20T03:32:43.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: The Application mounted at '' has an empty config. 2024-04-20T03:32:43.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: 2024-04-20T03:32:43.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: [20/Apr/2024:03:32:43] ENGINE Serving on http://:::9283 2024-04-20T03:32:43.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: [20/Apr/2024:03:32:43] ENGINE Bus STARTED 2024-04-20T03:32:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:43.196376+0000 mon.a (mon.0) 597 : cluster [INF] Active manager daemon y restarted 2024-04-20T03:32:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:43.196658+0000 mon.a (mon.0) 598 : cluster [INF] Activating manager daemon y 2024-04-20T03:32:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:43.203314+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-20T03:32:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:43.203663+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e16: y(active, starting, since 0.00708899s), standbys: x 2024-04-20T03:32:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:43.205742+0000 mon.a (mon.0) 601 : cluster [DBG] Standby manager daemon x restarted 2024-04-20T03:32:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:43.205906+0000 mon.a (mon.0) 602 : cluster [DBG] Standby manager daemon x started 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.207249+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.207371+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.207558+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.207747+0000 mon.c (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.208032+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.208173+0000 mon.c (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.208207+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.208465+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.208611+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.208829+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.209033+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.209207+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.209397+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-20T03:32:43.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.209658+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-20T03:32:43.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.209957+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-20T03:32:43.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.210042+0000 mon.c (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-04-20T03:32:43.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.210221+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-20T03:32:43.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.210423+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-20T03:32:43.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.210594+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-20T03:32:43.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.210783+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-20T03:32:43.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.210976+0000 mon.c (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.184:0/2856941331' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-20T03:32:43.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.211166+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-20T03:32:43.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:43.225435+0000 mon.a (mon.0) 621 : cluster [INF] Manager daemon y is now available 2024-04-20T03:32:43.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: CherryPy Checker: 2024-04-20T03:32:43.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: The Application mounted at '' has an empty config. 2024-04-20T03:32:43.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: 2024-04-20T03:32:43.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:32:43] ENGINE Serving on http://:::9283 2024-04-20T03:32:43.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:32:43] ENGINE Bus STARTED 2024-04-20T03:32:44.222 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled node-exporter update... 2024-04-20T03:32:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.322259+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.323714+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.359161+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.368623+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-20T03:32:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:43.382498+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-20T03:32:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:44.207831+0000 mon.a (mon.0) 627 : cluster [DBG] mgrmap e17: y(active, since 1.01126s), standbys: x 2024-04-20T03:32:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:44.222727+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.322259+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.323714+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.359161+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.368623+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-20T03:32:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:43.382498+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-20T03:32:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:44.207831+0000 mon.a (mon.0) 627 : cluster [DBG] mgrmap e17: y(active, since 1.01126s), standbys: x 2024-04-20T03:32:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:44.222727+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.322259+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.323714+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:32:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.359161+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.368623+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-04-20T03:32:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:43.382498+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-04-20T03:32:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:44.207831+0000 mon.a (mon.0) 627 : cluster [DBG] mgrmap e17: y(active, since 1.01126s), standbys: x 2024-04-20T03:32:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:44.222727+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:45.243 DEBUG:teuthology.orchestra.run.smithi177:node-exporter.a> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@node-exporter.a.service 2024-04-20T03:32:45.246 DEBUG:teuthology.orchestra.run.smithi184:node-exporter.b> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@node-exporter.b.service 2024-04-20T03:32:45.248 INFO:tasks.cephadm:Adding alertmanager.a on smithi177 2024-04-20T03:32:45.248 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch apply alertmanager '1;smithi177=a' 2024-04-20T03:32:45.275 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:32:45.282 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:32:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:44.212904+0000 mgr.y (mgr.24491) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi177=a;smithi184=b;count:2 2024-04-20T03:32:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:44.221307+0000 mgr.y (mgr.24491) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:44.789032+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.069453+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.070156+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.070714+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.071276+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.076789+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.428538+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:44.212904+0000 mgr.y (mgr.24491) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi177=a;smithi184=b;count:2 2024-04-20T03:32:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:44.221307+0000 mgr.y (mgr.24491) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:44.789032+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.069453+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.070156+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.070714+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.071276+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.076789+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.428538+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:44.212904+0000 mgr.y (mgr.24491) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi177=a;smithi184=b;count:2 2024-04-20T03:32:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:44.221307+0000 mgr.y (mgr.24491) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:44.789032+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.069453+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.070156+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.070714+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.071276+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.076789+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.428538+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:45.071732+0000 mgr.y (mgr.24491) 4 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 3000M 2024-04-20T03:32:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:45.209770+0000 mgr.y (mgr.24491) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.902050+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.902756+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.903373+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.903972+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:45.904438+0000 mgr.y (mgr.24491) 6 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 3256M 2024-04-20T03:32:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.908756+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.909696+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.910416+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:47.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:45.911621+0000 mgr.y (mgr.24491) 7 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-04-20T03:32:47.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:45.911911+0000 mgr.y (mgr.24491) 8 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-04-20T03:32:47.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:45.939170+0000 mgr.y (mgr.24491) 9 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-04-20T03:32:47.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:45.969170+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:46.039277+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:46.044288+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:46.049096+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-20T03:32:47.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:46.081025+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-20T03:32:47.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:46.081076+0000 mon.a (mon.0) 648 : cluster [DBG] mgrmap e18: y(active, since 2s), standbys: x 2024-04-20T03:32:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:45.071732+0000 mgr.y (mgr.24491) 4 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 3000M 2024-04-20T03:32:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:45.209770+0000 mgr.y (mgr.24491) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.902050+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.902756+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.903373+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.903972+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:45.904438+0000 mgr.y (mgr.24491) 6 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 3256M 2024-04-20T03:32:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.908756+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.909696+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.910416+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:45.911621+0000 mgr.y (mgr.24491) 7 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-04-20T03:32:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:45.911911+0000 mgr.y (mgr.24491) 8 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-04-20T03:32:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:45.939170+0000 mgr.y (mgr.24491) 9 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-04-20T03:32:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:45.969170+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:46.039277+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:46.044288+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:45.071732+0000 mgr.y (mgr.24491) 4 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 3000M 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:45.209770+0000 mgr.y (mgr.24491) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.902050+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.902756+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.903373+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.903972+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:45.904438+0000 mgr.y (mgr.24491) 6 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 3256M 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.908756+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.909696+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.910416+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:45.911621+0000 mgr.y (mgr.24491) 7 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:45.911911+0000 mgr.y (mgr.24491) 8 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-04-20T03:32:47.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:45.939170+0000 mgr.y (mgr.24491) 9 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-04-20T03:32:47.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:45.969170+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:46.039277+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:46.044288+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:47.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:46.049096+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-20T03:32:47.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:46.081025+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-20T03:32:47.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:46.081076+0000 mon.a (mon.0) 648 : cluster [DBG] mgrmap e18: y(active, since 2s), standbys: x 2024-04-20T03:32:47.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:46.049096+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-20T03:32:47.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:46.081025+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-20T03:32:47.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:46.081076+0000 mon.a (mon.0) 648 : cluster [DBG] mgrmap e18: y(active, since 2s), standbys: x 2024-04-20T03:32:47.498 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled alertmanager update... 2024-04-20T03:32:48.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:45.975493+0000 mgr.y (mgr.24491) 10 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-04-20T03:32:48.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:46.093529+0000 mgr.y (mgr.24491) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi184 2024-04-20T03:32:48.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:47.499042+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:45.975493+0000 mgr.y (mgr.24491) 10 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-04-20T03:32:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:46.093529+0000 mgr.y (mgr.24491) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi184 2024-04-20T03:32:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:47.499042+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:45.975493+0000 mgr.y (mgr.24491) 10 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-04-20T03:32:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:46.093529+0000 mgr.y (mgr.24491) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi184 2024-04-20T03:32:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:47.499042+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:48.571 DEBUG:teuthology.orchestra.run.smithi177:alertmanager.a> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@alertmanager.a.service 2024-04-20T03:32:48.574 INFO:tasks.cephadm:Adding grafana.a on smithi184 2024-04-20T03:32:48.574 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph orch apply grafana '1;smithi184=a' 2024-04-20T03:32:48.606 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:32:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:47.210198+0000 mgr.y (mgr.24491) 12 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:47.493793+0000 mgr.y (mgr.24491) 13 : audit [DBG] from='client.24475 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi177=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:47.495202+0000 mgr.y (mgr.24491) 14 : cephadm [INF] Saving service alertmanager spec with placement smithi177=a;count:1 2024-04-20T03:32:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:47.210198+0000 mgr.y (mgr.24491) 12 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:47.493793+0000 mgr.y (mgr.24491) 13 : audit [DBG] from='client.24475 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi177=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:47.495202+0000 mgr.y (mgr.24491) 14 : cephadm [INF] Saving service alertmanager spec with placement smithi177=a;count:1 2024-04-20T03:32:49.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:47.210198+0000 mgr.y (mgr.24491) 12 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:49.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:47.493793+0000 mgr.y (mgr.24491) 13 : audit [DBG] from='client.24475 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi177=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:49.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:47.495202+0000 mgr.y (mgr.24491) 14 : cephadm [INF] Saving service alertmanager spec with placement smithi177=a;count:1 2024-04-20T03:32:51.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:49.210634+0000 mgr.y (mgr.24491) 15 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:49.210634+0000 mgr.y (mgr.24491) 15 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:49.210634+0000 mgr.y (mgr.24491) 15 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:51.382 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled grafana update... 2024-04-20T03:32:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:51.211166+0000 mgr.y (mgr.24491) 16 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:51.378049+0000 mgr.y (mgr.24491) 17 : audit [DBG] from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:51.379381+0000 mgr.y (mgr.24491) 18 : cephadm [INF] Saving service grafana spec with placement smithi184=a;count:1 2024-04-20T03:32:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:51.383521+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:51.211166+0000 mgr.y (mgr.24491) 16 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:51.378049+0000 mgr.y (mgr.24491) 17 : audit [DBG] from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:51.379381+0000 mgr.y (mgr.24491) 18 : cephadm [INF] Saving service grafana spec with placement smithi184=a;count:1 2024-04-20T03:32:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:51.383521+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:51.211166+0000 mgr.y (mgr.24491) 16 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:51.378049+0000 mgr.y (mgr.24491) 17 : audit [DBG] from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:32:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:51.379381+0000 mgr.y (mgr.24491) 18 : cephadm [INF] Saving service grafana spec with placement smithi184=a;count:1 2024-04-20T03:32:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:51.383521+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:32:53.552 DEBUG:teuthology.orchestra.run.smithi184:grafana.a> sudo journalctl -f -n 0 -u ceph-c967cffe-fec5-11ee-bc92-c7b262605968@grafana.a.service 2024-04-20T03:32:53.554 INFO:tasks.cephadm:Setting up client nodes... 2024-04-20T03:32:53.555 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-20T03:32:53.586 INFO:journalctl@ceph.grafana.a.smithi184.stdout:-- Logs begin at Sat 2024-04-20 03:16:41 UTC. -- 2024-04-20T03:32:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:53.211664+0000 mgr.y (mgr.24491) 19 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:53.211664+0000 mgr.y (mgr.24491) 19 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:53.211664+0000 mgr.y (mgr.24491) 19 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:55.619 INFO:teuthology.orchestra.run.smithi177.stdout:[client.0] 2024-04-20T03:32:55.619 INFO:teuthology.orchestra.run.smithi177.stdout: key = AQBnNyNmJC6wJBAAUf6E9eFPMund73jKr6VmuA== 2024-04-20T03:32:56.394 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:55.212240+0000 mgr.y (mgr.24491) 20 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:56.394 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:55.615086+0000 mon.c (mon.2) 25 : audit [INF] from='client.? 172.21.15.177:0/2761391293' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-20T03:32:56.394 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:55.615387+0000 mon.a (mon.0) 651 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-20T03:32:56.394 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:55.619041+0000 mon.a (mon.0) 652 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-20T03:32:56.419 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:32:56.419 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-04-20T03:32:56.419 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-04-20T03:32:56.461 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-20T03:32:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:55.212240+0000 mgr.y (mgr.24491) 20 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:55.615086+0000 mon.c (mon.2) 25 : audit [INF] from='client.? 172.21.15.177:0/2761391293' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-20T03:32:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:55.615387+0000 mon.a (mon.0) 651 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-20T03:32:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:55.619041+0000 mon.a (mon.0) 652 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-20T03:32:56.651 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:55.212240+0000 mgr.y (mgr.24491) 20 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:56.651 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:55.615086+0000 mon.c (mon.2) 25 : audit [INF] from='client.? 172.21.15.177:0/2761391293' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-20T03:32:56.651 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:55.615387+0000 mon.a (mon.0) 651 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-20T03:32:56.651 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:55.619041+0000 mon.a (mon.0) 652 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-20T03:32:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:57.212729+0000 mgr.y (mgr.24491) 21 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:57.212729+0000 mgr.y (mgr.24491) 21 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:32:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:57.212729+0000 mgr.y (mgr.24491) 21 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:32:59.754 INFO:teuthology.orchestra.run.smithi184.stdout:[client.1] 2024-04-20T03:32:59.754 INFO:teuthology.orchestra.run.smithi184.stdout: key = AQBrNyNmOnp5LBAA7kcxtQZaYagGdiYntaBYEQ== 2024-04-20T03:32:59.999 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:32:59 smithi184 bash[60201]: a2714a09051161fa181cc895275f0cec5dfe235b3c9786b87cd7c3c2ebd5cc0d 2024-04-20T03:32:59.999 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:32:59 smithi184 systemd[1]: Started Ceph prometheus.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:33:00.400 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:00 smithi177 systemd[1]: Starting Ceph node-exporter.a for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:33:00.432 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-04-20T03:33:00.432 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-04-20T03:33:00.432 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-04-20T03:33:00.473 INFO:tasks.cephadm:Waiting for OSDs to come up 2024-04-20T03:33:00.473 DEBUG:teuthology.orchestra.run.smithi177:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2024-04-20T03:33:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:32:59.213488+0000 mgr.y (mgr.24491) 22 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:59.745605+0000 mon.b (mon.1) 23 : audit [INF] from='client.? 172.21.15.184:0/4210085093' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-20T03:33:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:59.745989+0000 mon.a (mon.0) 653 : 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-04-20T03:33:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:59.751013+0000 mon.a (mon.0) 654 : 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-04-20T03:33:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:32:59.784931+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:32:59.786834+0000 mgr.y (mgr.24491) 23 : cephadm [INF] Deploying daemon node-exporter.a on smithi177 2024-04-20T03:33:00.758 INFO:teuthology.misc.health.smithi177.stdout: 2024-04-20T03:33:00.759 INFO:teuthology.misc.health.smithi177.stdout:{"epoch":55,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:32:43.196440+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-04-20T03:32:25.201040+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":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"53","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_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-04-20T03:32:25.973419+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":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"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":"54","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_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:0/177512929":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6800/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:0/1472429620":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:33:00.771 DEBUG:teuthology.misc:8 of 8 OSDs are up 2024-04-20T03:33:00.771 INFO:tasks.cephadm:Creating RBD pool 2024-04-20T03:33:00.771 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- sudo ceph --cluster ceph osd pool create rbd 8 2024-04-20T03:33:00.798 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:00 smithi177 bash[66206]: Trying to pull quay.io/prometheus/node-exporter:v1.3.1... 2024-04-20T03:33:00.798 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:32:59.213488+0000 mgr.y (mgr.24491) 22 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:00.798 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:59.745605+0000 mon.b (mon.1) 23 : audit [INF] from='client.? 172.21.15.184:0/4210085093' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-20T03:33:00.799 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:59.745989+0000 mon.a (mon.0) 653 : 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-04-20T03:33:00.799 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:59.751013+0000 mon.a (mon.0) 654 : 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-04-20T03:33:00.799 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:32:59.784931+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:00.799 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:32:59.786834+0000 mgr.y (mgr.24491) 23 : cephadm [INF] Deploying daemon node-exporter.a on smithi177 2024-04-20T03:33:00.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:32:59.213488+0000 mgr.y (mgr.24491) 22 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:00.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:59.745605+0000 mon.b (mon.1) 23 : audit [INF] from='client.? 172.21.15.184:0/4210085093' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-20T03:33:00.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:59.745989+0000 mon.a (mon.0) 653 : 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-04-20T03:33:00.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:59.751013+0000 mon.a (mon.0) 654 : 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-04-20T03:33:00.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:32:59.784931+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:00.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:32:59.786834+0000 mgr.y (mgr.24491) 23 : cephadm [INF] Deploying daemon node-exporter.a on smithi177 2024-04-20T03:33:01.149 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:00 smithi177 bash[66206]: Getting image source signatures 2024-04-20T03:33:01.149 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:00 smithi177 bash[66206]: Copying blob sha256:b45d31ee2d7f9f452678a85b0c837c29e12089f31ee8dbac6c8c24dfa4054a30 2024-04-20T03:33:01.150 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:00 smithi177 bash[66206]: Copying blob sha256:b5db1e299295edf3005515ab7879c1df64a33c185d3a7a23aa4dcaa17d26f7b3 2024-04-20T03:33:01.150 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:00 smithi177 bash[66206]: Copying blob sha256:aa2a8d90b84cb2a9c422e7005cd166a008ccf22ef5d7d4f07128478585ce35ea 2024-04-20T03:33:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:00.759450+0000 mon.c (mon.2) 26 : audit [DBG] from='client.? 172.21.15.177:0/1749041942' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:33:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:00.759450+0000 mon.c (mon.2) 26 : audit [DBG] from='client.? 172.21.15.177:0/1749041942' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:33:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:00.759450+0000 mon.c (mon.2) 26 : audit [DBG] from='client.? 172.21.15.177:0/1749041942' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:33:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:01.213979+0000 mgr.y (mgr.24491) 24 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:02.650 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:02 smithi177 bash[66206]: Copying config sha256:1dbe0e931976487e20e5cfb272087e08a9779c88fd5e9617ed7042dd9751ec26 2024-04-20T03:33:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:01.213979+0000 mgr.y (mgr.24491) 24 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:01.213979+0000 mgr.y (mgr.24491) 24 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:03.149 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:02 smithi177 bash[66206]: Writing manifest to image destination 2024-04-20T03:33:03.900 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.711Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-04-20T03:33:03.900 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.711Z 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-04-20T03:33:03.900 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.711Z 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-04-20T03:33:03.900 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.711Z 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-04-20T03:33:03.900 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-04-20T03:33:03.900 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=arp 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=bcache 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=bonding 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=btrfs 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=conntrack 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=cpu 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=diskstats 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=dmi 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=edac 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=entropy 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=filefd 2024-04-20T03:33:03.901 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=filesystem 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=hwmon 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=infiniband 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=ipvs 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=loadavg 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=mdadm 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=meminfo 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=netclass 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=netdev 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=netstat 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=nfs 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=nfsd 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=nvme 2024-04-20T03:33:03.902 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=os 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=pressure 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=rapl 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=schedstat 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=sockstat 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=softnet 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=stat 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=tapestats 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=textfile 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=time 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-04-20T03:33:03.903 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=uname 2024-04-20T03:33:03.904 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=vmstat 2024-04-20T03:33:03.904 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=xfs 2024-04-20T03:33:03.904 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:115 level=info collector=zfs 2024-04-20T03:33:03.904 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.712Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-04-20T03:33:03.904 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-a[66395]: ts=2024-04-20T03:33:03.713Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-04-20T03:33:03.904 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 bash[66206]: 6a6171737b4444adc64c4554d373c30ed3873b194c459cc00eff3401da58e06e 2024-04-20T03:33:03.904 INFO:journalctl@ceph.node-exporter.a.smithi177.stdout:Apr 20 03:33:03 smithi177 systemd[1]: Started Ceph node-exporter.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:33:04.458 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:04 smithi184 systemd[1]: Starting Ceph node-exporter.b for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:33:04.749 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:04 smithi184 bash[60500]: Trying to pull quay.io/prometheus/node-exporter:v1.3.1... 2024-04-20T03:33:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:03.214286+0000 mgr.y (mgr.24491) 25 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:03.368806+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:03.829853+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:33:03.830720+0000 mgr.y (mgr.24491) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-04-20T03:33:04.840 INFO:teuthology.orchestra.run.smithi177.stderr:pool 'rbd' created 2024-04-20T03:33:04.868 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:03.214286+0000 mgr.y (mgr.24491) 25 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:04.868 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:03.368806+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:04.868 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:03.829853+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:04.869 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:33:03.830720+0000 mgr.y (mgr.24491) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-04-20T03:33:04.869 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:03.214286+0000 mgr.y (mgr.24491) 25 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:04.869 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:03.368806+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:04.869 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:03.829853+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:04.869 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:33:03.830720+0000 mgr.y (mgr.24491) 26 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-04-20T03:33:05.249 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:04 smithi184 bash[60500]: Getting image source signatures 2024-04-20T03:33:05.249 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:04 smithi184 bash[60500]: Copying blob sha256:b5db1e299295edf3005515ab7879c1df64a33c185d3a7a23aa4dcaa17d26f7b3 2024-04-20T03:33:05.249 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:04 smithi184 bash[60500]: Copying blob sha256:aa2a8d90b84cb2a9c422e7005cd166a008ccf22ef5d7d4f07128478585ce35ea 2024-04-20T03:33:05.249 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:04 smithi184 bash[60500]: Copying blob sha256:b45d31ee2d7f9f452678a85b0c837c29e12089f31ee8dbac6c8c24dfa4054a30 2024-04-20T03:33:05.685 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- sudo ceph --cluster ceph osd pool application enable rbd rbd --yes-i-really-mean-it 2024-04-20T03:33:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:04.225491+0000 mon.c (mon.2) 27 : audit [INF] from='client.? 172.21.15.177:0/1102954788' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-04-20T03:33:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:04.225851+0000 mon.a (mon.0) 658 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-04-20T03:33:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:04.831577+0000 mon.a (mon.0) 659 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-04-20T03:33:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:04.831643+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-20T03:33:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:04.832020+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-04-20T03:33:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:04.835180+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-20T03:33:05.756 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:04.225491+0000 mon.c (mon.2) 27 : audit [INF] from='client.? 172.21.15.177:0/1102954788' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-04-20T03:33:05.756 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:04.225851+0000 mon.a (mon.0) 658 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-04-20T03:33:05.756 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:04.831577+0000 mon.a (mon.0) 659 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-04-20T03:33:05.756 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:04.831643+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-20T03:33:05.756 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:04.832020+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-04-20T03:33:05.756 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:04.835180+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-20T03:33:05.756 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:04.225491+0000 mon.c (mon.2) 27 : audit [INF] from='client.? 172.21.15.177:0/1102954788' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-04-20T03:33:05.756 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:04.225851+0000 mon.a (mon.0) 658 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-04-20T03:33:05.756 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:04.831577+0000 mon.a (mon.0) 659 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-04-20T03:33:05.756 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:04.831643+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-20T03:33:05.757 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:04.832020+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-04-20T03:33:05.757 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:04.835180+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-20T03:33:06.499 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:06 smithi184 bash[60500]: Copying config sha256:1dbe0e931976487e20e5cfb272087e08a9779c88fd5e9617ed7042dd9751ec26 2024-04-20T03:33:06.499 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:06 smithi184 bash[60500]: Writing manifest to image destination 2024-04-20T03:33:07.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:05.214664+0000 mgr.y (mgr.24491) 27 : cluster [DBG] pgmap v15: 105 pgs: 8 unknown, 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:07.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:05.835160+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-20T03:33:07.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:05.835354+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-20T03:33:07.084 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.004Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-04-20T03:33:07.084 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.004Z 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-04-20T03:33:07.084 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.005Z 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-04-20T03:33:07.084 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.005Z 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-04-20T03:33:07.084 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-04-20T03:33:07.084 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=arp 2024-04-20T03:33:07.084 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=bcache 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=bonding 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=btrfs 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=conntrack 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=cpu 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=diskstats 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=dmi 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=edac 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=entropy 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=filefd 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=filesystem 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=hwmon 2024-04-20T03:33:07.085 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=infiniband 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=ipvs 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=loadavg 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=mdadm 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=meminfo 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=netclass 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=netdev 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=netstat 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=nfs 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=nfsd 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=nvme 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=os 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=pressure 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=rapl 2024-04-20T03:33:07.086 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=schedstat 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=sockstat 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=softnet 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=stat 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=tapestats 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=textfile 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=time 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=uname 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=vmstat 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=xfs 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:115 level=info collector=zfs 2024-04-20T03:33:07.087 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-04-20T03:33:07.088 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-node-exporter-b[60551]: ts=2024-04-20T03:33:07.006Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-04-20T03:33:07.088 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 bash[60500]: 256ef54588fef923b7e164da5afe424924cd4b840f513acf3d13eda0122bc4d6 2024-04-20T03:33:07.088 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Apr 20 03:33:07 smithi184 systemd[1]: Started Ceph node-exporter.b for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:33:07.092 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:05.214664+0000 mgr.y (mgr.24491) 27 : cluster [DBG] pgmap v15: 105 pgs: 8 unknown, 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:07.092 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:05.835160+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-20T03:33:07.092 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:05.835354+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-20T03:33:07.092 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:05.214664+0000 mgr.y (mgr.24491) 27 : cluster [DBG] pgmap v15: 105 pgs: 8 unknown, 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:07.092 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:05.835160+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-20T03:33:07.093 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:05.835354+0000 mon.a (mon.0) 664 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-20T03:33:07.841 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:33:07] "GET /metrics HTTP/1.1" 200 185742 "" "Prometheus/2.33.4" 2024-04-20T03:33:07.842 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:06.842248+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-20T03:33:07.842 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:07.143786+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:07.842 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:07.144857+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:33:07.842 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:06.842248+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-20T03:33:07.842 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:07.143786+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:07.842 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:07.144857+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:33:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:06.842248+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-20T03:33:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:07.143786+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:07.144857+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:33:08.852 INFO:teuthology.orchestra.run.smithi177.stderr:enabled application 'rbd' on pool 'rbd' 2024-04-20T03:33:09.108 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:07.215060+0000 mgr.y (mgr.24491) 28 : cluster [DBG] pgmap v18: 105 pgs: 8 unknown, 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:09.108 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:08.061643+0000 mon.a (mon.0) 668 : audit [INF] from='client.? 172.21.15.177:0/2991561517' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2024-04-20T03:33:09.108 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:08.374067+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:09.108 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:07.215060+0000 mgr.y (mgr.24491) 28 : cluster [DBG] pgmap v18: 105 pgs: 8 unknown, 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:09.108 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:08.061643+0000 mon.a (mon.0) 668 : audit [INF] from='client.? 172.21.15.177:0/2991561517' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2024-04-20T03:33:09.108 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:08.374067+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:07.215060+0000 mgr.y (mgr.24491) 28 : cluster [DBG] pgmap v18: 105 pgs: 8 unknown, 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:08.061643+0000 mon.a (mon.0) 668 : audit [INF] from='client.? 172.21.15.177:0/2991561517' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2024-04-20T03:33:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:08.374067+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:09.625 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-20T03:33:09.625 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-20T03:33:09.625 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph mgr dump --format=json 2024-04-20T03:33:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:08.849668+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.177:0/2991561517' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2024-04-20T03:33:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:08.849710+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-20T03:33:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:08.849668+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.177:0/2991561517' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2024-04-20T03:33:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:08.849710+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-20T03:33:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:08.849668+0000 mon.a (mon.0) 670 : audit [INF] from='client.? 172.21.15.177:0/2991561517' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2024-04-20T03:33:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:08.849710+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-20T03:33:10.333 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:09.215500+0000 mgr.y (mgr.24491) 29 : cluster [DBG] pgmap v20: 105 pgs: 5 unknown, 100 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:10.121290+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:10.281244+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:10.281943+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:33:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:10.282542+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:33:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:10.286247+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:09.215500+0000 mgr.y (mgr.24491) 29 : cluster [DBG] pgmap v20: 105 pgs: 5 unknown, 100 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:10.121290+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:10.281244+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:10.281943+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:33:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:10.282542+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:33:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:10.286247+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:33:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:09.215500+0000 mgr.y (mgr.24491) 29 : cluster [DBG] pgmap v20: 105 pgs: 5 unknown, 100 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:10.121290+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:10.281244+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:10.281943+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:33:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:10.282542+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:33:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:10.286247+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:33:10.297674+0000 mgr.y (mgr.24491) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi177 2024-04-20T03:33:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:33:10.297674+0000 mgr.y (mgr.24491) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi177 2024-04-20T03:33:12.196 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:33:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:33:10.297674+0000 mgr.y (mgr.24491) 30 : cephadm [INF] Deploying daemon alertmanager.a on smithi177 2024-04-20T03:33:12.858 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:11.216179+0000 mgr.y (mgr.24491) 31 : cluster [DBG] pgmap v21: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:12.858 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:12.192487+0000 mon.a (mon.0) 677 : audit [DBG] from='client.? 172.21.15.177:0/1410150729' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-20T03:33:12.858 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:11.216179+0000 mgr.y (mgr.24491) 31 : cluster [DBG] pgmap v21: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:12.858 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:12.192487+0000 mon.a (mon.0) 677 : audit [DBG] from='client.? 172.21.15.177:0/1410150729' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-20T03:33:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:11.216179+0000 mgr.y (mgr.24491) 31 : cluster [DBG] pgmap v21: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:12.192487+0000 mon.a (mon.0) 677 : audit [DBG] from='client.? 172.21.15.177:0/1410150729' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-20T03:33:13.401 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":18,"active_gid":24491,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":2120406411},{"type":"v1","addr":"172.21.15.177:6801","nonce":2120406411}]},"active_addr":"172.21.15.177:6801/2120406411","active_change":"2024-04-20T03:32:43.196560+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":24485,"name":"x","mgr_features":4540138314316775423,"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":{"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_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":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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_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":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"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":[]},"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":"str","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":"None","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":{"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_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":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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_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":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"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":[]},"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":"str","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":"None","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.177:8443/","prometheus":"http://172.21.15.177:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"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"]},"last_failure_osd_epoch":55,"active_clients":[{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.177:0","nonce":265581895}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.177:0","nonce":2565714581}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.177:0","nonce":1040379252}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.177:0","nonce":357987651}]}]} 2024-04-20T03:33:13.404 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-20T03:33:13.404 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-20T03:33:13.404 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-20T03:33:13.703 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:13.216558+0000 mgr.y (mgr.24491) 32 : cluster [DBG] pgmap v22: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:13.216558+0000 mgr.y (mgr.24491) 32 : cluster [DBG] pgmap v22: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:13.216558+0000 mgr.y (mgr.24491) 32 : cluster [DBG] pgmap v22: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:15.217069+0000 mgr.y (mgr.24491) 33 : cluster [DBG] pgmap v23: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:15.217069+0000 mgr.y (mgr.24491) 33 : cluster [DBG] pgmap v23: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:15.217069+0000 mgr.y (mgr.24491) 33 : cluster [DBG] pgmap v23: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:17.587 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:33:17.588 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":59,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:33:08.841886+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+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":"57","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_devicehealth":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-04-20T03:32:25.201040+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":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"53","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_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-04-20T03:32:25.973419+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":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"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":"54","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_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}},{"pool":4,"pool_name":"rbd","create_time":"2024-04-20T03:33:04.455607+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":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"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":"59","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":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:0/177512929":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6800/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:0/1472429620":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:33:17.867 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:33:17] "GET /metrics HTTP/1.1" 200 188150 "" "Prometheus/2.33.4" 2024-04-20T03:33:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:17.587652+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.177:0/3193331357' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:33:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:17.587652+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.177:0/3193331357' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:33:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:17.587652+0000 mon.a (mon.0) 678 : audit [DBG] from='client.? 172.21.15.177:0/3193331357' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:33:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:17.217555+0000 mgr.y (mgr.24491) 34 : cluster [DBG] pgmap v24: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:17.217555+0000 mgr.y (mgr.24491) 34 : cluster [DBG] pgmap v24: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:17.217555+0000 mgr.y (mgr.24491) 34 : cluster [DBG] pgmap v24: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:20.139 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-20T03:33:20.533 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-20T03:33:20.858 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:20.873 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:33:20 smithi177 bash[67532]: 5b076727224afa94c303a83e1bb752a9994461c94a37cbc5097d79109d78f6c3 2024-04-20T03:33:20.873 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:33:20 smithi177 systemd[1]: Started Ceph alertmanager.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:33:20.875 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:19.218085+0000 mgr.y (mgr.24491) 35 : cluster [DBG] pgmap v25: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:20.875 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:20.849227+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:20.875 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:19.218085+0000 mgr.y (mgr.24491) 35 : cluster [DBG] pgmap v25: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:20.875 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:20.849227+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:21.140 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:33:20] ENGINE Bus STOPPING 2024-04-20T03:33:21.140 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:33:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-20T03:33:21.140 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:33:20] ENGINE Bus STOPPED 2024-04-20T03:33:21.140 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:33:20] ENGINE Bus STARTING 2024-04-20T03:33:21.141 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:33:21] ENGINE Serving on http://:::9283 2024-04-20T03:33:21.141 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:33:21] ENGINE Bus STARTED 2024-04-20T03:33:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:33:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:19.218085+0000 mgr.y (mgr.24491) 35 : cluster [DBG] pgmap v25: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:20.849227+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:20.951092+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:20.957446+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:20.960571+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-20T03:33:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:20.968344+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:22.321 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:20.951092+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:22.321 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:20.957446+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:22.321 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:20.960571+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-20T03:33:22.321 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:20.968344+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:22.321 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:20.951092+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:22.321 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:20.957446+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:22.321 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:20.960571+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-20T03:33:22.321 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:20.968344+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:22.744 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:33:22.745 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":59,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:33:08.841886+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+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":"57","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_devicehealth":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-04-20T03:32:25.201040+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":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"53","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_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-04-20T03:32:25.973419+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":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"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":"54","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_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}},{"pool":4,"pool_name":"rbd","create_time":"2024-04-20T03:33:04.455607+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":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"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":"59","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":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:0/177512929":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6800/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:0/1472429620":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:33:22.953 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[67569]: level=info ts=2024-04-20T03:33:22.692Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001075872s 2024-04-20T03:33:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:20.961009+0000 mgr.y (mgr.24491) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-20T03:33:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:33:20.972573+0000 mgr.y (mgr.24491) 37 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-04-20T03:33:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:21.218553+0000 mgr.y (mgr.24491) 38 : cluster [DBG] pgmap v26: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:22.744960+0000 mon.c (mon.2) 28 : audit [DBG] from='client.? 172.21.15.177:0/361053548' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:33:23.385 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:20.961009+0000 mgr.y (mgr.24491) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-20T03:33:23.385 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:33:20.972573+0000 mgr.y (mgr.24491) 37 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-04-20T03:33:23.385 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:21.218553+0000 mgr.y (mgr.24491) 38 : cluster [DBG] pgmap v26: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:23.385 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:22.744960+0000 mon.c (mon.2) 28 : audit [DBG] from='client.? 172.21.15.177:0/361053548' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:33:23.385 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:20.961009+0000 mgr.y (mgr.24491) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-20T03:33:23.385 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:33:20.972573+0000 mgr.y (mgr.24491) 37 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-04-20T03:33:23.386 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:21.218553+0000 mgr.y (mgr.24491) 38 : cluster [DBG] pgmap v26: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:23.386 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:22.744960+0000 mon.c (mon.2) 28 : audit [DBG] from='client.? 172.21.15.177:0/361053548' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:33:23.406 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-20T03:33:23.406 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-20T03:33:23.407 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-20T03:33:23.407 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-20T03:33:23.408 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-20T03:33:23.408 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-20T03:33:23.409 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-04-20T03:33:23.409 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-04-20T03:33:23.987 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:23.995 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:23.995 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:23.996 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:24.001 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:24.001 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:24.002 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:24.012 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:24.642 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:23.219082+0000 mgr.y (mgr.24491) 39 : cluster [DBG] pgmap v27: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:24.642 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:23.382438+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:24.642 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:23.219082+0000 mgr.y (mgr.24491) 39 : cluster [DBG] pgmap v27: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:24.643 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:23.382438+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:23.219082+0000 mgr.y (mgr.24491) 39 : cluster [DBG] pgmap v27: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:23.382438+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:25.219979+0000 mgr.y (mgr.24491) 40 : cluster [DBG] pgmap v28: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:25.219979+0000 mgr.y (mgr.24491) 40 : cluster [DBG] pgmap v28: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:25.219979+0000 mgr.y (mgr.24491) 40 : cluster [DBG] pgmap v28: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:33:27] "GET /metrics HTTP/1.1" 200 188150 "" "Prometheus/2.33.4" 2024-04-20T03:33:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:27.220579+0000 mgr.y (mgr.24491) 41 : cluster [DBG] pgmap v29: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:27.220579+0000 mgr.y (mgr.24491) 41 : cluster [DBG] pgmap v29: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:27.220579+0000 mgr.y (mgr.24491) 41 : cluster [DBG] pgmap v29: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:30.643 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:29.221203+0000 mgr.y (mgr.24491) 42 : cluster [DBG] pgmap v30: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:30.644 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:29.221203+0000 mgr.y (mgr.24491) 42 : cluster [DBG] pgmap v30: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:29.221203+0000 mgr.y (mgr.24491) 42 : cluster [DBG] pgmap v30: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:30.899 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[67569]: level=info ts=2024-04-20T03:33:30.695Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004176651s 2024-04-20T03:33:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:33:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:31.221627+0000 mgr.y (mgr.24491) 43 : cluster [DBG] pgmap v31: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:31.221627+0000 mgr.y (mgr.24491) 43 : cluster [DBG] pgmap v31: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:31.221627+0000 mgr.y (mgr.24491) 43 : cluster [DBG] pgmap v31: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:33.844 INFO:teuthology.orchestra.run.smithi177.stdout:154618822685 2024-04-20T03:33:33.844 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-20T03:33:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:33.222043+0000 mgr.y (mgr.24491) 44 : cluster [DBG] pgmap v32: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:34.529 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:33.222043+0000 mgr.y (mgr.24491) 44 : cluster [DBG] pgmap v32: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:34.530 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:34 smithi184 systemd[1]: Starting Ceph grafana.a for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:33:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:33.222043+0000 mgr.y (mgr.24491) 44 : cluster [DBG] pgmap v32: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:35.353 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+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-04-20T03:33:35.353 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+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-04-20T03:33:35.353 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="App mode production" logger=settings 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-04-20T03:33:35.354 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+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-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Starting DB migrations" logger=migrator 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-04-20T03:33:35.355 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-04-20T03:33:35.356 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2024-04-20T03:33:35.357 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-04-20T03:33:35.358 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-04-20T03:33:35.358 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-04-20T03:33:35.358 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-04-20T03:33:35.358 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-04-20T03:33:35.359 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-04-20T03:33:35.359 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-04-20T03:33:35.360 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 bash[61192]: 3e1d325e45c2b951671d9aca340759cd9fab2acc1a7679312392a018682eecfe 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 systemd[1]: Started Ceph grafana.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-04-20T03:33:35.361 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-04-20T03:33:35.362 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-04-20T03:33:35.363 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2024-04-20T03:33:35.364 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-04-20T03:33:35.365 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2024-04-20T03:33:35.366 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-04-20T03:33:35.367 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-04-20T03:33:35.368 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+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-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-04-20T03:33:35.369 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2024-04-20T03:33:35.370 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2024-04-20T03:33:35.371 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-04-20T03:33:35.371 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-04-20T03:33:35.371 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-04-20T03:33:35.371 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-04-20T03:33:35.371 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-04-20T03:33:35.371 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-04-20T03:33:35.371 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-04-20T03:33:35.603 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-04-20T03:33:35.603 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-04-20T03:33:35.603 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-04-20T03:33:35.603 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+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-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-04-20T03:33:35.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-04-20T03:33:35.605 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-04-20T03:33:35.606 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-04-20T03:33:35.606 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-04-20T03:33:35.606 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-04-20T03:33:35.606 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-04-20T03:33:35.606 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-04-20T03:33:35.606 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-04-20T03:33:35.606 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-04-20T03:33:35.607 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-04-20T03:33:35.607 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-04-20T03:33:35.607 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-04-20T03:33:35.607 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2024-04-20T03:33:35.607 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-04-20T03:33:35.607 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-04-20T03:33:35.608 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-04-20T03:33:35.609 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2024-04-20T03:33:35.610 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2024-04-20T03:33:35.611 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+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-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-04-20T03:33:35.612 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2024-04-20T03:33:35.613 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+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-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+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-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2024-04-20T03:33:35.614 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2024-04-20T03:33:35.615 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2024-04-20T03:33:35.616 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2024-04-20T03:33:35.617 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2024-04-20T03:33:35.722 INFO:teuthology.orchestra.run.smithi177.stdout:55834574896 2024-04-20T03:33:35.722 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-20T03:33:35.982 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2024-04-20T03:33:35.982 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2024-04-20T03:33:35.982 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2024-04-20T03:33:35.982 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2024-04-20T03:33:35.982 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2024-04-20T03:33:35.982 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2024-04-20T03:33:35.982 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=513.072842ms 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Created default organization" logger=sqlstore 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2024-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+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-04-20T03:33:35.983 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2024-04-20T03:33:35.984 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="warming cache for startup" logger=ngalert 2024-04-20T03:33:35.984 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-04-20T03:33:35.984 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:33:35+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2024-04-20T03:33:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:35.222553+0000 mgr.y (mgr.24491) 45 : cluster [DBG] pgmap v33: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:35.248074+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:35.249221+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:33:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:35.222553+0000 mgr.y (mgr.24491) 45 : cluster [DBG] pgmap v33: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:35.248074+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:35.249221+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:33:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:35.222553+0000 mgr.y (mgr.24491) 45 : cluster [DBG] pgmap v33: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:35.248074+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:35.249221+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:33:36.965 INFO:teuthology.orchestra.run.smithi177.stdout:77309411371 2024-04-20T03:33:36.966 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-20T03:33:37.844 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:33:37] "GET /metrics HTTP/1.1" 200 188143 "" "Prometheus/2.33.4" 2024-04-20T03:33:37.961 INFO:teuthology.orchestra.run.smithi177.stdout:128849018914 2024-04-20T03:33:37.961 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-20T03:33:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:37.223144+0000 mgr.y (mgr.24491) 46 : cluster [DBG] pgmap v34: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:37.223144+0000 mgr.y (mgr.24491) 46 : cluster [DBG] pgmap v34: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:37.223144+0000 mgr.y (mgr.24491) 46 : cluster [DBG] pgmap v34: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:38.810 INFO:teuthology.orchestra.run.smithi177.stdout:180388626457 2024-04-20T03:33:38.810 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-04-20T03:33:39.396 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:38.397425+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:39.396 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:38.863733+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:38.397425+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:38.863733+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:38.397425+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:38.863733+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:33:39.773 INFO:teuthology.orchestra.run.smithi177.stdout:34359738422 2024-04-20T03:33:39.774 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-20T03:33:40.788 INFO:teuthology.orchestra.run.smithi177.stdout:206158430229 2024-04-20T03:33:40.788 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-04-20T03:33:40.974 INFO:teuthology.orchestra.run.smithi177.stdout:107374182440 2024-04-20T03:33:40.975 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-20T03:33:41.051 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:41.052 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:41.052 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:41.053 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:39.223561+0000 mgr.y (mgr.24491) 47 : cluster [DBG] pgmap v35: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:39.223561+0000 mgr.y (mgr.24491) 47 : cluster [DBG] pgmap v35: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:39.223561+0000 mgr.y (mgr.24491) 47 : cluster [DBG] pgmap v35: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:33:43.142 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:41.224013+0000 mgr.y (mgr.24491) 48 : cluster [DBG] pgmap v36: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:43.143 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:41.224013+0000 mgr.y (mgr.24491) 48 : cluster [DBG] pgmap v36: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:41.224013+0000 mgr.y (mgr.24491) 48 : cluster [DBG] pgmap v36: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:43.874 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.229543+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-04-20T03:33:43.875 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.229766+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2", "id": [5, 2]}]: dispatch 2024-04-20T03:33:43.875 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.229921+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]: dispatch 2024-04-20T03:33:43.875 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.230076+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]: dispatch 2024-04-20T03:33:43.875 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.230299+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]: dispatch 2024-04-20T03:33:43.875 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.230438+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3a", "id": [0, 3]}]: dispatch 2024-04-20T03:33:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.229543+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-04-20T03:33:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.229766+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2", "id": [5, 2]}]: dispatch 2024-04-20T03:33:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.229921+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]: dispatch 2024-04-20T03:33:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.230076+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]: dispatch 2024-04-20T03:33:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.230299+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]: dispatch 2024-04-20T03:33:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.230438+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3a", "id": [0, 3]}]: dispatch 2024-04-20T03:33:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.229543+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-04-20T03:33:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.229766+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2", "id": [5, 2]}]: dispatch 2024-04-20T03:33:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.229921+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]: dispatch 2024-04-20T03:33:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.230076+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]: dispatch 2024-04-20T03:33:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.230299+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]: dispatch 2024-04-20T03:33:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.230438+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3a", "id": [0, 3]}]: dispatch 2024-04-20T03:33:44.517 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:44.882 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:43.224498+0000 mgr.y (mgr.24491) 49 : cluster [DBG] pgmap v37: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:44.882 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.877390+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2024-04-20T03:33:44.882 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.877474+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2", "id": [5, 2]}]': finished 2024-04-20T03:33:44.882 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.877549+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]': finished 2024-04-20T03:33:44.882 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.877630+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]': finished 2024-04-20T03:33:44.882 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.877696+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]': finished 2024-04-20T03:33:44.882 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:43.877764+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3a", "id": [0, 3]}]': finished 2024-04-20T03:33:44.883 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:43.877831+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-20T03:33:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:43.224498+0000 mgr.y (mgr.24491) 49 : cluster [DBG] pgmap v37: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.877390+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2024-04-20T03:33:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.877474+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2", "id": [5, 2]}]': finished 2024-04-20T03:33:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.877549+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]': finished 2024-04-20T03:33:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.877630+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]': finished 2024-04-20T03:33:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.877696+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]': finished 2024-04-20T03:33:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:43.877764+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3a", "id": [0, 3]}]': finished 2024-04-20T03:33:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:43.877831+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-20T03:33:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:43.224498+0000 mgr.y (mgr.24491) 49 : cluster [DBG] pgmap v37: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.877390+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2024-04-20T03:33:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.877474+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.2", "id": [5, 2]}]': finished 2024-04-20T03:33:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.877549+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.14", "id": [4, 2]}]': finished 2024-04-20T03:33:45.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.877630+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1b", "id": [0, 2]}]': finished 2024-04-20T03:33:45.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.877696+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.27", "id": [4, 1]}]': finished 2024-04-20T03:33:45.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:43.877764+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3a", "id": [0, 3]}]': finished 2024-04-20T03:33:45.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:43.877831+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-20T03:33:45.775 INFO:teuthology.orchestra.run.smithi177.stdout:128849018915 2024-04-20T03:33:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:44.877274+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-20T03:33:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:45.412918+0000 mon.a (mon.0) 703 : audit [DBG] from='client.? 172.21.15.177:0/704399479' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-20T03:33:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:44.877274+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-20T03:33:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:45.412918+0000 mon.a (mon.0) 703 : audit [DBG] from='client.? 172.21.15.177:0/704399479' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-20T03:33:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:44.877274+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-20T03:33:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:45.412918+0000 mon.a (mon.0) 703 : audit [DBG] from='client.? 172.21.15.177:0/704399479' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-20T03:33:46.482 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018914 got 128849018915 for osd.4 2024-04-20T03:33:46.482 DEBUG:teuthology.parallel:result is None 2024-04-20T03:33:46.682 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:46.683 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:45.224905+0000 mgr.y (mgr.24491) 50 : cluster [DBG] pgmap v40: 105 pgs: 6 peering, 99 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:45.224905+0000 mgr.y (mgr.24491) 50 : cluster [DBG] pgmap v40: 105 pgs: 6 peering, 99 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:45.224905+0000 mgr.y (mgr.24491) 50 : cluster [DBG] pgmap v40: 105 pgs: 6 peering, 99 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:33:47] "GET /metrics HTTP/1.1" 200 188153 "" "Prometheus/2.33.4" 2024-04-20T03:33:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:47.225219+0000 mgr.y (mgr.24491) 51 : cluster [DBG] pgmap v41: 105 pgs: 6 peering, 99 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:47.225219+0000 mgr.y (mgr.24491) 51 : cluster [DBG] pgmap v41: 105 pgs: 6 peering, 99 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:47.225219+0000 mgr.y (mgr.24491) 51 : cluster [DBG] pgmap v41: 105 pgs: 6 peering, 99 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:49.580425+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.177:0/1431652416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-20T03:33:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:49.580425+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.177:0/1431652416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-20T03:33:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:49.580425+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.177:0/1431652416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-20T03:33:50.251 INFO:teuthology.orchestra.run.smithi177.stdout:154618822689 2024-04-20T03:33:50.644 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:33:51.142 INFO:teuthology.orchestra.run.smithi177.stdout:55834574900 2024-04-20T03:33:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:49.225660+0000 mgr.y (mgr.24491) 52 : cluster [DBG] pgmap v42: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:50.253040+0000 mon.a (mon.0) 705 : audit [DBG] from='client.? 172.21.15.177:0/3062357718' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-20T03:33:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:49.225660+0000 mgr.y (mgr.24491) 52 : cluster [DBG] pgmap v42: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:50.253040+0000 mon.a (mon.0) 705 : audit [DBG] from='client.? 172.21.15.177:0/3062357718' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-20T03:33:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:33:51.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:49.225660+0000 mgr.y (mgr.24491) 52 : cluster [DBG] pgmap v42: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:51.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:50.253040+0000 mon.a (mon.0) 705 : audit [DBG] from='client.? 172.21.15.177:0/3062357718' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-20T03:33:51.763 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574896 got 55834574900 for osd.1 2024-04-20T03:33:51.763 DEBUG:teuthology.parallel:result is None 2024-04-20T03:33:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:51.225991+0000 mgr.y (mgr.24491) 53 : cluster [DBG] pgmap v43: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:51.225991+0000 mgr.y (mgr.24491) 53 : cluster [DBG] pgmap v43: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:51.225991+0000 mgr.y (mgr.24491) 53 : cluster [DBG] pgmap v43: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:54.177 INFO:teuthology.orchestra.run.smithi177.stdout:180388626460 2024-04-20T03:33:54.289 INFO:teuthology.orchestra.run.smithi177.stdout:206158430231 2024-04-20T03:33:55.138 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626457 got 180388626460 for osd.6 2024-04-20T03:33:55.139 DEBUG:teuthology.parallel:result is None 2024-04-20T03:33:55.216 INFO:teuthology.orchestra.run.smithi177.stdout:77309411375 2024-04-20T03:33:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:53.226323+0000 mgr.y (mgr.24491) 54 : cluster [DBG] pgmap v44: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:54.176918+0000 mon.a (mon.0) 706 : audit [DBG] from='client.? 172.21.15.177:0/2465022092' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-20T03:33:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:54.290784+0000 mon.c (mon.2) 29 : audit [DBG] from='client.? 172.21.15.177:0/4127960340' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-20T03:33:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:54.563146+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.177:0/2209814898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-20T03:33:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:53.226323+0000 mgr.y (mgr.24491) 54 : cluster [DBG] pgmap v44: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:54.176918+0000 mon.a (mon.0) 706 : audit [DBG] from='client.? 172.21.15.177:0/2465022092' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-20T03:33:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:54.290784+0000 mon.c (mon.2) 29 : audit [DBG] from='client.? 172.21.15.177:0/4127960340' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-20T03:33:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:54.563146+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.177:0/2209814898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-20T03:33:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:53.226323+0000 mgr.y (mgr.24491) 54 : cluster [DBG] pgmap v44: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:54.176918+0000 mon.a (mon.0) 706 : audit [DBG] from='client.? 172.21.15.177:0/2465022092' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-20T03:33:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:54.290784+0000 mon.c (mon.2) 29 : audit [DBG] from='client.? 172.21.15.177:0/4127960340' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-20T03:33:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:54.563146+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.177:0/2209814898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-20T03:33:56.283 INFO:tasks.cephadm.ceph_manager.ceph:need seq 206158430229 got 206158430231 for osd.7 2024-04-20T03:33:56.284 DEBUG:teuthology.parallel:result is None 2024-04-20T03:33:56.715 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822685 got 154618822689 for osd.5 2024-04-20T03:33:56.715 DEBUG:teuthology.parallel:result is None 2024-04-20T03:33:57.034 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:55.226839+0000 mgr.y (mgr.24491) 55 : cluster [DBG] pgmap v45: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:57.034 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:55.226839+0000 mgr.y (mgr.24491) 55 : cluster [DBG] pgmap v45: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:57.053 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411371 got 77309411375 for osd.2 2024-04-20T03:33:57.053 DEBUG:teuthology.parallel:result is None 2024-04-20T03:33:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:55.226839+0000 mgr.y (mgr.24491) 55 : cluster [DBG] pgmap v45: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:33:57] "GET /metrics HTTP/1.1" 200 188153 "" "Prometheus/2.33.4" 2024-04-20T03:33:58.250 INFO:teuthology.orchestra.run.smithi177.stdout:34359738426 2024-04-20T03:33:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:57.227324+0000 mgr.y (mgr.24491) 56 : cluster [DBG] pgmap v46: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:57.967009+0000 mon.c (mon.2) 30 : audit [DBG] from='client.? 172.21.15.177:0/3560911920' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-20T03:33:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:57.227324+0000 mgr.y (mgr.24491) 56 : cluster [DBG] pgmap v46: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:57.967009+0000 mon.c (mon.2) 30 : audit [DBG] from='client.? 172.21.15.177:0/3560911920' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-20T03:33:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:57.227324+0000 mgr.y (mgr.24491) 56 : cluster [DBG] pgmap v46: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:33:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:57.967009+0000 mon.c (mon.2) 30 : audit [DBG] from='client.? 172.21.15.177:0/3560911920' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-20T03:33:59.746 INFO:teuthology.orchestra.run.smithi177.stdout:107374182444 2024-04-20T03:33:59.786 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738422 got 34359738426 for osd.0 2024-04-20T03:33:59.786 DEBUG:teuthology.parallel:result is None 2024-04-20T03:34:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:33:59.747486+0000 mon.c (mon.2) 31 : audit [DBG] from='client.? 172.21.15.177:0/3616408639' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-20T03:34:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:33:59.747486+0000 mon.c (mon.2) 31 : audit [DBG] from='client.? 172.21.15.177:0/3616408639' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-20T03:34:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:33:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:33:59.747486+0000 mon.c (mon.2) 31 : audit [DBG] from='client.? 172.21.15.177:0/3616408639' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-20T03:34:00.780 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182440 got 107374182444 for osd.3 2024-04-20T03:34:00.780 DEBUG:teuthology.parallel:result is None 2024-04-20T03:34:00.780 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-20T03:34:00.780 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-20T03:34:01.036 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:33:59.228093+0000 mgr.y (mgr.24491) 57 : cluster [DBG] pgmap v47: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:01.036 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:33:59.228093+0000 mgr.y (mgr.24491) 57 : cluster [DBG] pgmap v47: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:33:59.228093+0000 mgr.y (mgr.24491) 57 : cluster [DBG] pgmap v47: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:34:01.390 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:34:02.735 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:01.228546+0000 mgr.y (mgr.24491) 58 : cluster [DBG] pgmap v48: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:02.735 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:01.406717+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:02.736 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:01.774433+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:34:02.736 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:01.775035+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:34:02.736 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:01.779243+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:02.736 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:34:01.782288+0000 mgr.y (mgr.24491) 59 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-04-20T03:34:02.736 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:34:01.784966+0000 mgr.y (mgr.24491) 60 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi177 2024-04-20T03:34:02.736 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:01.228546+0000 mgr.y (mgr.24491) 58 : cluster [DBG] pgmap v48: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:02.736 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:01.406717+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:02.736 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:01.774433+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:34:02.736 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:01.775035+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:34:02.736 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:01.779243+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:02.736 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:34:01.782288+0000 mgr.y (mgr.24491) 59 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-04-20T03:34:02.737 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:34:01.784966+0000 mgr.y (mgr.24491) 60 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi177 2024-04-20T03:34:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:01.228546+0000 mgr.y (mgr.24491) 58 : cluster [DBG] pgmap v48: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:01.406717+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:01.774433+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:34:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:01.775035+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:34:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:01.779243+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:34:01.782288+0000 mgr.y (mgr.24491) 59 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-04-20T03:34:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:34:01.784966+0000 mgr.y (mgr.24491) 60 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi177 2024-04-20T03:34:03.144 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:34:03.146 INFO:teuthology.orchestra.run.smithi177.stderr:dumped all 2024-04-20T03:34:04.512 INFO:teuthology.orchestra.run.smithi177.stdout:{"pg_ready":true,"pg_map":{"version":48,"stamp":"2024-04-20T03:34:01.228299+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":3070,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":48,"num_write_kb":16,"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":14,"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":42,"ondisk_log_size":42,"up":315,"acting":315,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":315,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2381652,"kb_used_data":4884,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747579564,"statfs":{"total":767960285184,"available":765521473536,"internally_reserved":0,"allocated":5001216,"data_stored":2132553,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"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.002923"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886292+0000","last_change":"2024-04-20T03:32:26.832723+0000","last_active":"2024-04-20T03:33:43.886292+0000","last_peered":"2024-04-20T03:33:43.886292+0000","last_clean":"2024-04-20T03:33:43.886292+0000","last_became_active":"2024-04-20T03:32:26.831636+0000","last_became_peered":"2024-04-20T03:32:26.831636+0000","last_unstale":"2024-04-20T03:33:43.886292+0000","last_undegraded":"2024-04-20T03:33:43.886292+0000","last_fullsized":"2024-04-20T03:33:43.886292+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.879048+0000","last_change":"2024-04-20T03:32:26.829625+0000","last_active":"2024-04-20T03:33:43.879048+0000","last_peered":"2024-04-20T03:33:43.879048+0000","last_clean":"2024-04-20T03:33:43.879048+0000","last_became_active":"2024-04-20T03:32:26.829340+0000","last_became_peered":"2024-04-20T03:32:26.829340+0000","last_unstale":"2024-04-20T03:33:43.879048+0000","last_undegraded":"2024-04-20T03:33:43.879048+0000","last_fullsized":"2024-04-20T03:33:43.879048+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881621+0000","last_change":"2024-04-20T03:32:26.834828+0000","last_active":"2024-04-20T03:33:43.881621+0000","last_peered":"2024-04-20T03:33:43.881621+0000","last_clean":"2024-04-20T03:33:43.881621+0000","last_became_active":"2024-04-20T03:32:26.834591+0000","last_became_peered":"2024-04-20T03:32:26.834591+0000","last_unstale":"2024-04-20T03:33:43.881621+0000","last_undegraded":"2024-04-20T03:33:43.881621+0000","last_fullsized":"2024-04-20T03:33:43.881621+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880919+0000","last_change":"2024-04-20T03:32:26.833482+0000","last_active":"2024-04-20T03:33:43.880919+0000","last_peered":"2024-04-20T03:33:43.880919+0000","last_clean":"2024-04-20T03:33:43.880919+0000","last_became_active":"2024-04-20T03:32:26.833092+0000","last_became_peered":"2024-04-20T03:32:26.833092+0000","last_unstale":"2024-04-20T03:33:43.880919+0000","last_undegraded":"2024-04-20T03:33:43.880919+0000","last_fullsized":"2024-04-20T03:33:43.880919+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885489+0000","last_change":"2024-04-20T03:32:26.825308+0000","last_active":"2024-04-20T03:33:43.885489+0000","last_peered":"2024-04-20T03:33:43.885489+0000","last_clean":"2024-04-20T03:33:43.885489+0000","last_became_active":"2024-04-20T03:32:26.824156+0000","last_became_peered":"2024-04-20T03:32:26.824156+0000","last_unstale":"2024-04-20T03:33:43.885489+0000","last_undegraded":"2024-04-20T03:33:43.885489+0000","last_fullsized":"2024-04-20T03:33:43.885489+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":26,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:44.887280+0000","last_change":"2024-04-20T03:33:44.887280+0000","last_active":"2024-04-20T03:33:44.887280+0000","last_peered":"2024-04-20T03:33:44.887280+0000","last_clean":"2024-04-20T03:33:44.887280+0000","last_became_active":"2024-04-20T03:33:44.886923+0000","last_became_peered":"2024-04-20T03:33:44.886923+0000","last_unstale":"2024-04-20T03:33:44.887280+0000","last_undegraded":"2024-04-20T03:33:44.887280+0000","last_fullsized":"2024-04-20T03:33:44.887280+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884916+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:33:43.884916+0000","last_peered":"2024-04-20T03:33:43.884916+0000","last_clean":"2024-04-20T03:33:43.884916+0000","last_became_active":"2024-04-20T03:32:26.831098+0000","last_became_peered":"2024-04-20T03:32:26.831098+0000","last_unstale":"2024-04-20T03:33:43.884916+0000","last_undegraded":"2024-04-20T03:33:43.884916+0000","last_fullsized":"2024-04-20T03:33:43.884916+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878159+0000","last_change":"2024-04-20T03:32:26.825835+0000","last_active":"2024-04-20T03:33:43.878159+0000","last_peered":"2024-04-20T03:33:43.878159+0000","last_clean":"2024-04-20T03:33:43.878159+0000","last_became_active":"2024-04-20T03:32:26.825475+0000","last_became_peered":"2024-04-20T03:32:26.825475+0000","last_unstale":"2024-04-20T03:33:43.878159+0000","last_undegraded":"2024-04-20T03:33:43.878159+0000","last_fullsized":"2024-04-20T03:33:43.878159+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886276+0000","last_change":"2024-04-20T03:32:26.832959+0000","last_active":"2024-04-20T03:33:43.886276+0000","last_peered":"2024-04-20T03:33:43.886276+0000","last_clean":"2024-04-20T03:33:43.886276+0000","last_became_active":"2024-04-20T03:32:26.832027+0000","last_became_peered":"2024-04-20T03:32:26.832027+0000","last_unstale":"2024-04-20T03:33:43.886276+0000","last_undegraded":"2024-04-20T03:33:43.886276+0000","last_fullsized":"2024-04-20T03:33:43.886276+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884783+0000","last_change":"2024-04-20T03:32:26.836923+0000","last_active":"2024-04-20T03:33:43.884783+0000","last_peered":"2024-04-20T03:33:43.884783+0000","last_clean":"2024-04-20T03:33:43.884783+0000","last_became_active":"2024-04-20T03:32:26.836634+0000","last_became_peered":"2024-04-20T03:32:26.836634+0000","last_unstale":"2024-04-20T03:33:43.884783+0000","last_undegraded":"2024-04-20T03:33:43.884783+0000","last_fullsized":"2024-04-20T03:33:43.884783+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884654+0000","last_change":"2024-04-20T03:32:26.835589+0000","last_active":"2024-04-20T03:33:43.884654+0000","last_peered":"2024-04-20T03:33:43.884654+0000","last_clean":"2024-04-20T03:33:43.884654+0000","last_became_active":"2024-04-20T03:32:26.835017+0000","last_became_peered":"2024-04-20T03:32:26.835017+0000","last_unstale":"2024-04-20T03:33:43.884654+0000","last_undegraded":"2024-04-20T03:33:43.884654+0000","last_fullsized":"2024-04-20T03:33:43.884654+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881965+0000","last_change":"2024-04-20T03:32:26.829553+0000","last_active":"2024-04-20T03:33:43.881965+0000","last_peered":"2024-04-20T03:33:43.881965+0000","last_clean":"2024-04-20T03:33:43.881965+0000","last_became_active":"2024-04-20T03:32:26.829265+0000","last_became_peered":"2024-04-20T03:32:26.829265+0000","last_unstale":"2024-04-20T03:33:43.881965+0000","last_undegraded":"2024-04-20T03:33:43.881965+0000","last_fullsized":"2024-04-20T03:33:43.881965+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878492+0000","last_change":"2024-04-20T03:32:26.821985+0000","last_active":"2024-04-20T03:33:43.878492+0000","last_peered":"2024-04-20T03:33:43.878492+0000","last_clean":"2024-04-20T03:33:43.878492+0000","last_became_active":"2024-04-20T03:32:26.821683+0000","last_became_peered":"2024-04-20T03:32:26.821683+0000","last_unstale":"2024-04-20T03:33:43.878492+0000","last_undegraded":"2024-04-20T03:33:43.878492+0000","last_fullsized":"2024-04-20T03:33:43.878492+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881303+0000","last_change":"2024-04-20T03:32:26.838601+0000","last_active":"2024-04-20T03:33:43.881303+0000","last_peered":"2024-04-20T03:33:43.881303+0000","last_clean":"2024-04-20T03:33:43.881303+0000","last_became_active":"2024-04-20T03:32:26.838270+0000","last_became_peered":"2024-04-20T03:32:26.838270+0000","last_unstale":"2024-04-20T03:33:43.881303+0000","last_undegraded":"2024-04-20T03:33:43.881303+0000","last_fullsized":"2024-04-20T03:33:43.881303+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876281+0000","last_change":"2024-04-20T03:32:26.829393+0000","last_active":"2024-04-20T03:33:43.876281+0000","last_peered":"2024-04-20T03:33:43.876281+0000","last_clean":"2024-04-20T03:33:43.876281+0000","last_became_active":"2024-04-20T03:32:26.829104+0000","last_became_peered":"2024-04-20T03:32:26.829104+0000","last_unstale":"2024-04-20T03:33:43.876281+0000","last_undegraded":"2024-04-20T03:33:43.876281+0000","last_fullsized":"2024-04-20T03:33:43.876281+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880831+0000","last_change":"2024-04-20T03:32:26.837483+0000","last_active":"2024-04-20T03:33:43.880831+0000","last_peered":"2024-04-20T03:33:43.880831+0000","last_clean":"2024-04-20T03:33:43.880831+0000","last_became_active":"2024-04-20T03:32:26.837165+0000","last_became_peered":"2024-04-20T03:32:26.837165+0000","last_unstale":"2024-04-20T03:33:43.880831+0000","last_undegraded":"2024-04-20T03:33:43.880831+0000","last_fullsized":"2024-04-20T03:33:43.880831+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880947+0000","last_change":"2024-04-20T03:32:26.838930+0000","last_active":"2024-04-20T03:33:43.880947+0000","last_peered":"2024-04-20T03:33:43.880947+0000","last_clean":"2024-04-20T03:33:43.880947+0000","last_became_active":"2024-04-20T03:32:26.838624+0000","last_became_peered":"2024-04-20T03:32:26.838624+0000","last_unstale":"2024-04-20T03:33:43.880947+0000","last_undegraded":"2024-04-20T03:33:43.880947+0000","last_fullsized":"2024-04-20T03:33:43.880947+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876155+0000","last_change":"2024-04-20T03:32:26.818524+0000","last_active":"2024-04-20T03:33:43.876155+0000","last_peered":"2024-04-20T03:33:43.876155+0000","last_clean":"2024-04-20T03:33:43.876155+0000","last_became_active":"2024-04-20T03:32:26.817830+0000","last_became_peered":"2024-04-20T03:32:26.817830+0000","last_unstale":"2024-04-20T03:33:43.876155+0000","last_undegraded":"2024-04-20T03:33:43.876155+0000","last_fullsized":"2024-04-20T03:33:43.876155+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885767+0000","last_change":"2024-04-20T03:32:26.824653+0000","last_active":"2024-04-20T03:33:43.885767+0000","last_peered":"2024-04-20T03:33:43.885767+0000","last_clean":"2024-04-20T03:33:43.885767+0000","last_became_active":"2024-04-20T03:32:26.824164+0000","last_became_peered":"2024-04-20T03:32:26.824164+0000","last_unstale":"2024-04-20T03:33:43.885767+0000","last_undegraded":"2024-04-20T03:33:43.885767+0000","last_fullsized":"2024-04-20T03:33:43.885767+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1f","version":"53'4","reported_seq":22,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.882210+0000","last_change":"2024-04-20T03:32:26.458449+0000","last_active":"2024-04-20T03:33:43.882210+0000","last_peered":"2024-04-20T03:33:43.882210+0000","last_clean":"2024-04-20T03:33:43.882210+0000","last_became_active":"2024-04-20T03:32:26.458182+0000","last_became_peered":"2024-04-20T03:32:26.458182+0000","last_unstale":"2024-04-20T03:33:43.882210+0000","last_undegraded":"2024-04-20T03:33:43.882210+0000","last_fullsized":"2024-04-20T03:33:43.882210+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":4,"ondisk_log_size":4,"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,"stat_sum":{"num_bytes":554,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878531+0000","last_change":"2024-04-20T03:32:26.820930+0000","last_active":"2024-04-20T03:33:43.878531+0000","last_peered":"2024-04-20T03:33:43.878531+0000","last_clean":"2024-04-20T03:33:43.878531+0000","last_became_active":"2024-04-20T03:32:26.820006+0000","last_became_peered":"2024-04-20T03:32:26.820006+0000","last_unstale":"2024-04-20T03:33:43.878531+0000","last_undegraded":"2024-04-20T03:33:43.878531+0000","last_fullsized":"2024-04-20T03:33:43.878531+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1e","version":"53'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878496+0000","last_change":"2024-04-20T03:32:26.451494+0000","last_active":"2024-04-20T03:33:43.878496+0000","last_peered":"2024-04-20T03:33:43.878496+0000","last_clean":"2024-04-20T03:33:43.878496+0000","last_became_active":"2024-04-20T03:32:26.451267+0000","last_became_peered":"2024-04-20T03:32:26.451267+0000","last_unstale":"2024-04-20T03:33:43.878496+0000","last_undegraded":"2024-04-20T03:33:43.878496+0000","last_fullsized":"2024-04-20T03:33:43.878496+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"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},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.882049+0000","last_change":"2024-04-20T03:32:26.838154+0000","last_active":"2024-04-20T03:33:43.882049+0000","last_peered":"2024-04-20T03:33:43.882049+0000","last_clean":"2024-04-20T03:33:43.882049+0000","last_became_active":"2024-04-20T03:32:26.837703+0000","last_became_peered":"2024-04-20T03:32:26.837703+0000","last_unstale":"2024-04-20T03:33:43.882049+0000","last_undegraded":"2024-04-20T03:33:43.882049+0000","last_fullsized":"2024-04-20T03:33:43.882049+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1d","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886017+0000","last_change":"2024-04-20T03:32:26.460136+0000","last_active":"2024-04-20T03:33:43.886017+0000","last_peered":"2024-04-20T03:33:43.886017+0000","last_clean":"2024-04-20T03:33:43.886017+0000","last_became_active":"2024-04-20T03:32:26.459571+0000","last_became_peered":"2024-04-20T03:32:26.459571+0000","last_unstale":"2024-04-20T03:33:43.886017+0000","last_undegraded":"2024-04-20T03:33:43.886017+0000","last_fullsized":"2024-04-20T03:33:43.886017+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881253+0000","last_change":"2024-04-20T03:32:26.838216+0000","last_active":"2024-04-20T03:33:43.881253+0000","last_peered":"2024-04-20T03:33:43.881253+0000","last_clean":"2024-04-20T03:33:43.881253+0000","last_became_active":"2024-04-20T03:32:26.837882+0000","last_became_peered":"2024-04-20T03:32:26.837882+0000","last_unstale":"2024-04-20T03:33:43.881253+0000","last_undegraded":"2024-04-20T03:33:43.881253+0000","last_fullsized":"2024-04-20T03:33:43.881253+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885730+0000","last_change":"2024-04-20T03:32:26.458229+0000","last_active":"2024-04-20T03:33:43.885730+0000","last_peered":"2024-04-20T03:33:43.885730+0000","last_clean":"2024-04-20T03:33:43.885730+0000","last_became_active":"2024-04-20T03:32:26.457863+0000","last_became_peered":"2024-04-20T03:32:26.457863+0000","last_unstale":"2024-04-20T03:33:43.885730+0000","last_undegraded":"2024-04-20T03:33:43.885730+0000","last_fullsized":"2024-04-20T03:33:43.885730+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.882133+0000","last_change":"2024-04-20T03:32:26.838063+0000","last_active":"2024-04-20T03:33:43.882133+0000","last_peered":"2024-04-20T03:33:43.882133+0000","last_clean":"2024-04-20T03:33:43.882133+0000","last_became_active":"2024-04-20T03:32:26.837706+0000","last_became_peered":"2024-04-20T03:32:26.837706+0000","last_unstale":"2024-04-20T03:33:43.882133+0000","last_undegraded":"2024-04-20T03:33:43.882133+0000","last_fullsized":"2024-04-20T03:33:43.882133+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1b","version":"53'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878700+0000","last_change":"2024-04-20T03:32:26.456783+0000","last_active":"2024-04-20T03:33:43.878700+0000","last_peered":"2024-04-20T03:33:43.878700+0000","last_clean":"2024-04-20T03:33:43.878700+0000","last_became_active":"2024-04-20T03:32:26.456456+0000","last_became_peered":"2024-04-20T03:32:26.456456+0000","last_unstale":"2024-04-20T03:33:43.878700+0000","last_undegraded":"2024-04-20T03:33:43.878700+0000","last_fullsized":"2024-04-20T03:33:43.878700+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"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},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881647+0000","last_change":"2024-04-20T03:32:26.817230+0000","last_active":"2024-04-20T03:33:43.881647+0000","last_peered":"2024-04-20T03:33:43.881647+0000","last_clean":"2024-04-20T03:33:43.881647+0000","last_became_active":"2024-04-20T03:32:26.816872+0000","last_became_peered":"2024-04-20T03:32:26.816872+0000","last_unstale":"2024-04-20T03:33:43.881647+0000","last_undegraded":"2024-04-20T03:33:43.881647+0000","last_fullsized":"2024-04-20T03:33:43.881647+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"53'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885609+0000","last_change":"2024-04-20T03:32:26.451515+0000","last_active":"2024-04-20T03:33:43.885609+0000","last_peered":"2024-04-20T03:33:43.885609+0000","last_clean":"2024-04-20T03:33:43.885609+0000","last_became_active":"2024-04-20T03:32:26.451187+0000","last_became_peered":"2024-04-20T03:32:26.451187+0000","last_unstale":"2024-04-20T03:33:43.885609+0000","last_undegraded":"2024-04-20T03:33:43.885609+0000","last_fullsized":"2024-04-20T03:33:43.885609+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":10,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:45.194195+0000","last_change":"2024-04-20T03:33:45.194195+0000","last_active":"2024-04-20T03:33:45.194195+0000","last_peered":"2024-04-20T03:33:45.194195+0000","last_clean":"2024-04-20T03:33:45.194195+0000","last_became_active":"2024-04-20T03:33:45.193899+0000","last_became_peered":"2024-04-20T03:33:45.193899+0000","last_unstale":"2024-04-20T03:33:45.194195+0000","last_undegraded":"2024-04-20T03:33:45.194195+0000","last_fullsized":"2024-04-20T03:33:45.194195+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,4,7],"acting":[2,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878271+0000","last_change":"2024-04-20T03:32:26.454016+0000","last_active":"2024-04-20T03:33:43.878271+0000","last_peered":"2024-04-20T03:33:43.878271+0000","last_clean":"2024-04-20T03:33:43.878271+0000","last_became_active":"2024-04-20T03:32:26.453699+0000","last_became_peered":"2024-04-20T03:32:26.453699+0000","last_unstale":"2024-04-20T03:33:43.878271+0000","last_undegraded":"2024-04-20T03:33:43.878271+0000","last_fullsized":"2024-04-20T03:33:43.878271+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.879492+0000","last_change":"2024-04-20T03:32:26.831137+0000","last_active":"2024-04-20T03:33:43.879492+0000","last_peered":"2024-04-20T03:33:43.879492+0000","last_clean":"2024-04-20T03:33:43.879492+0000","last_became_active":"2024-04-20T03:32:26.830813+0000","last_became_peered":"2024-04-20T03:32:26.830813+0000","last_unstale":"2024-04-20T03:33:43.879492+0000","last_undegraded":"2024-04-20T03:33:43.879492+0000","last_fullsized":"2024-04-20T03:33:43.879492+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881100+0000","last_change":"2024-04-20T03:32:26.453633+0000","last_active":"2024-04-20T03:33:43.881100+0000","last_peered":"2024-04-20T03:33:43.881100+0000","last_clean":"2024-04-20T03:33:43.881100+0000","last_became_active":"2024-04-20T03:32:26.453261+0000","last_became_peered":"2024-04-20T03:32:26.453261+0000","last_unstale":"2024-04-20T03:33:43.881100+0000","last_undegraded":"2024-04-20T03:33:43.881100+0000","last_fullsized":"2024-04-20T03:33:43.881100+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876407+0000","last_change":"2024-04-20T03:32:26.820223+0000","last_active":"2024-04-20T03:33:43.876407+0000","last_peered":"2024-04-20T03:33:43.876407+0000","last_clean":"2024-04-20T03:33:43.876407+0000","last_became_active":"2024-04-20T03:32:26.819848+0000","last_became_peered":"2024-04-20T03:32:26.819848+0000","last_unstale":"2024-04-20T03:33:43.876407+0000","last_undegraded":"2024-04-20T03:33:43.876407+0000","last_fullsized":"2024-04-20T03:33:43.876407+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884713+0000","last_change":"2024-04-20T03:32:26.453180+0000","last_active":"2024-04-20T03:33:43.884713+0000","last_peered":"2024-04-20T03:33:43.884713+0000","last_clean":"2024-04-20T03:33:43.884713+0000","last_became_active":"2024-04-20T03:32:26.452846+0000","last_became_peered":"2024-04-20T03:32:26.452846+0000","last_unstale":"2024-04-20T03:33:43.884713+0000","last_undegraded":"2024-04-20T03:33:43.884713+0000","last_fullsized":"2024-04-20T03:33:43.884713+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880623+0000","last_change":"2024-04-20T03:32:26.832433+0000","last_active":"2024-04-20T03:33:43.880623+0000","last_peered":"2024-04-20T03:33:43.880623+0000","last_clean":"2024-04-20T03:33:43.880623+0000","last_became_active":"2024-04-20T03:32:26.832137+0000","last_became_peered":"2024-04-20T03:32:26.832137+0000","last_unstale":"2024-04-20T03:33:43.880623+0000","last_undegraded":"2024-04-20T03:33:43.880623+0000","last_fullsized":"2024-04-20T03:33:43.880623+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880427+0000","last_change":"2024-04-20T03:32:26.458984+0000","last_active":"2024-04-20T03:33:43.880427+0000","last_peered":"2024-04-20T03:33:43.880427+0000","last_clean":"2024-04-20T03:33:43.880427+0000","last_became_active":"2024-04-20T03:32:26.458637+0000","last_became_peered":"2024-04-20T03:32:26.458637+0000","last_unstale":"2024-04-20T03:33:43.880427+0000","last_undegraded":"2024-04-20T03:33:43.880427+0000","last_fullsized":"2024-04-20T03:33:43.880427+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.882220+0000","last_change":"2024-04-20T03:32:26.837994+0000","last_active":"2024-04-20T03:33:43.882220+0000","last_peered":"2024-04-20T03:33:43.882220+0000","last_clean":"2024-04-20T03:33:43.882220+0000","last_became_active":"2024-04-20T03:32:26.837325+0000","last_became_peered":"2024-04-20T03:32:26.837325+0000","last_unstale":"2024-04-20T03:33:43.882220+0000","last_undegraded":"2024-04-20T03:33:43.882220+0000","last_fullsized":"2024-04-20T03:33:43.882220+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"53'3","reported_seq":21,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878960+0000","last_change":"2024-04-20T03:32:26.453155+0000","last_active":"2024-04-20T03:33:43.878960+0000","last_peered":"2024-04-20T03:33:43.878960+0000","last_clean":"2024-04-20T03:33:43.878960+0000","last_became_active":"2024-04-20T03:32:26.452447+0000","last_became_peered":"2024-04-20T03:32:26.452447+0000","last_unstale":"2024-04-20T03:33:43.878960+0000","last_undegraded":"2024-04-20T03:33:43.878960+0000","last_fullsized":"2024-04-20T03:33:43.878960+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":3,"ondisk_log_size":3,"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,"stat_sum":{"num_bytes":90,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":10,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:45.209183+0000","last_change":"2024-04-20T03:33:45.209183+0000","last_active":"2024-04-20T03:33:45.209183+0000","last_peered":"2024-04-20T03:33:45.209183+0000","last_clean":"2024-04-20T03:33:45.209183+0000","last_became_active":"2024-04-20T03:33:45.208685+0000","last_became_peered":"2024-04-20T03:33:45.208685+0000","last_unstale":"2024-04-20T03:33:45.209183+0000","last_undegraded":"2024-04-20T03:33:45.209183+0000","last_fullsized":"2024-04-20T03:33:45.209183+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,7,6],"acting":[2,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.14","version":"55'9","reported_seq":27,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885170+0000","last_change":"2024-04-20T03:32:26.454384+0000","last_active":"2024-04-20T03:33:43.885170+0000","last_peered":"2024-04-20T03:33:43.885170+0000","last_clean":"2024-04-20T03:33:43.885170+0000","last_became_active":"2024-04-20T03:32:26.453995+0000","last_became_peered":"2024-04-20T03:32:26.453995+0000","last_unstale":"2024-04-20T03:33:43.885170+0000","last_undegraded":"2024-04-20T03:33:43.885170+0000","last_fullsized":"2024-04-20T03:33:43.885170+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":9,"ondisk_log_size":9,"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,"stat_sum":{"num_bytes":2300,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9,"num_write_kb":6,"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":1,"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":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885893+0000","last_change":"2024-04-20T03:32:26.825194+0000","last_active":"2024-04-20T03:33:43.885893+0000","last_peered":"2024-04-20T03:33:43.885893+0000","last_clean":"2024-04-20T03:33:43.885893+0000","last_became_active":"2024-04-20T03:32:26.824883+0000","last_became_peered":"2024-04-20T03:32:26.824883+0000","last_unstale":"2024-04-20T03:33:43.885893+0000","last_undegraded":"2024-04-20T03:33:43.885893+0000","last_fullsized":"2024-04-20T03:33:43.885893+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881198+0000","last_change":"2024-04-20T03:32:26.451054+0000","last_active":"2024-04-20T03:33:43.881198+0000","last_peered":"2024-04-20T03:33:43.881198+0000","last_clean":"2024-04-20T03:33:43.881198+0000","last_became_active":"2024-04-20T03:32:26.450643+0000","last_became_peered":"2024-04-20T03:32:26.450643+0000","last_unstale":"2024-04-20T03:33:43.881198+0000","last_undegraded":"2024-04-20T03:33:43.881198+0000","last_fullsized":"2024-04-20T03:33:43.881198+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":34,"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":0,"num_read_kb":0,"num_write":3,"num_write_kb":6,"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":1,"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":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881222+0000","last_change":"2024-04-20T03:32:26.832718+0000","last_active":"2024-04-20T03:33:43.881222+0000","last_peered":"2024-04-20T03:33:43.881222+0000","last_clean":"2024-04-20T03:33:43.881222+0000","last_became_active":"2024-04-20T03:32:26.832487+0000","last_became_peered":"2024-04-20T03:32:26.832487+0000","last_unstale":"2024-04-20T03:33:43.881222+0000","last_undegraded":"2024-04-20T03:33:43.881222+0000","last_fullsized":"2024-04-20T03:33:43.881222+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880647+0000","last_change":"2024-04-20T03:32:26.456829+0000","last_active":"2024-04-20T03:33:43.880647+0000","last_peered":"2024-04-20T03:33:43.880647+0000","last_clean":"2024-04-20T03:33:43.880647+0000","last_became_active":"2024-04-20T03:32:26.456410+0000","last_became_peered":"2024-04-20T03:32:26.456410+0000","last_unstale":"2024-04-20T03:33:43.880647+0000","last_undegraded":"2024-04-20T03:33:43.880647+0000","last_fullsized":"2024-04-20T03:33:43.880647+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885423+0000","last_change":"2024-04-20T03:32:26.822842+0000","last_active":"2024-04-20T03:33:43.885423+0000","last_peered":"2024-04-20T03:33:43.885423+0000","last_clean":"2024-04-20T03:33:43.885423+0000","last_became_active":"2024-04-20T03:32:26.822375+0000","last_became_peered":"2024-04-20T03:32:26.822375+0000","last_unstale":"2024-04-20T03:33:43.885423+0000","last_undegraded":"2024-04-20T03:33:43.885423+0000","last_fullsized":"2024-04-20T03:33:43.885423+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884435+0000","last_change":"2024-04-20T03:32:26.450048+0000","last_active":"2024-04-20T03:33:43.884435+0000","last_peered":"2024-04-20T03:33:43.884435+0000","last_clean":"2024-04-20T03:33:43.884435+0000","last_became_active":"2024-04-20T03:32:26.449667+0000","last_became_peered":"2024-04-20T03:32:26.449667+0000","last_unstale":"2024-04-20T03:33:43.884435+0000","last_undegraded":"2024-04-20T03:33:43.884435+0000","last_fullsized":"2024-04-20T03:33:43.884435+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884810+0000","last_change":"2024-04-20T03:32:26.834643+0000","last_active":"2024-04-20T03:33:43.884810+0000","last_peered":"2024-04-20T03:33:43.884810+0000","last_clean":"2024-04-20T03:33:43.884810+0000","last_became_active":"2024-04-20T03:32:26.834068+0000","last_became_peered":"2024-04-20T03:32:26.834068+0000","last_unstale":"2024-04-20T03:33:43.884810+0000","last_undegraded":"2024-04-20T03:33:43.884810+0000","last_fullsized":"2024-04-20T03:33:43.884810+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"53'8","reported_seq":26,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.875383+0000","last_change":"2024-04-20T03:32:26.443051+0000","last_active":"2024-04-20T03:33:43.875383+0000","last_peered":"2024-04-20T03:33:43.875383+0000","last_clean":"2024-04-20T03:33:43.875383+0000","last_became_active":"2024-04-20T03:32:26.442639+0000","last_became_peered":"2024-04-20T03:32:26.442639+0000","last_unstale":"2024-04-20T03:33:43.875383+0000","last_undegraded":"2024-04-20T03:33:43.875383+0000","last_fullsized":"2024-04-20T03:33:43.875383+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":8,"ondisk_log_size":8,"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,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"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":4,"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":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885048+0000","last_change":"2024-04-20T03:32:26.824809+0000","last_active":"2024-04-20T03:33:43.885048+0000","last_peered":"2024-04-20T03:33:43.885048+0000","last_clean":"2024-04-20T03:33:43.885048+0000","last_became_active":"2024-04-20T03:32:26.824521+0000","last_became_peered":"2024-04-20T03:32:26.824521+0000","last_unstale":"2024-04-20T03:33:43.885048+0000","last_undegraded":"2024-04-20T03:33:43.885048+0000","last_fullsized":"2024-04-20T03:33:43.885048+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"53'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.883148+0000","last_change":"2024-04-20T03:32:26.448588+0000","last_active":"2024-04-20T03:33:43.883148+0000","last_peered":"2024-04-20T03:33:43.883148+0000","last_clean":"2024-04-20T03:33:43.883148+0000","last_became_active":"2024-04-20T03:32:26.448273+0000","last_became_peered":"2024-04-20T03:32:26.448273+0000","last_unstale":"2024-04-20T03:33:43.883148+0000","last_undegraded":"2024-04-20T03:33:43.883148+0000","last_fullsized":"2024-04-20T03:33:43.883148+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886179+0000","last_change":"2024-04-20T03:32:26.828871+0000","last_active":"2024-04-20T03:33:43.886179+0000","last_peered":"2024-04-20T03:33:43.886179+0000","last_clean":"2024-04-20T03:33:43.886179+0000","last_became_active":"2024-04-20T03:32:26.828409+0000","last_became_peered":"2024-04-20T03:32:26.828409+0000","last_unstale":"2024-04-20T03:33:43.886179+0000","last_undegraded":"2024-04-20T03:33:43.886179+0000","last_fullsized":"2024-04-20T03:33:43.886179+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876711+0000","last_change":"2024-04-20T03:33:06.021226+0000","last_active":"2024-04-20T03:33:43.876711+0000","last_peered":"2024-04-20T03:33:43.876711+0000","last_clean":"2024-04-20T03:33:43.876711+0000","last_became_active":"2024-04-20T03:33:06.020868+0000","last_became_peered":"2024-04-20T03:33:06.020868+0000","last_unstale":"2024-04-20T03:33:43.876711+0000","last_undegraded":"2024-04-20T03:33:43.876711+0000","last_fullsized":"2024-04-20T03:33:43.876711+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":27,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:45.190890+0000","last_change":"2024-04-20T03:33:45.190890+0000","last_active":"2024-04-20T03:33:45.190890+0000","last_peered":"2024-04-20T03:33:45.190890+0000","last_clean":"2024-04-20T03:33:45.190890+0000","last_became_active":"2024-04-20T03:33:45.190513+0000","last_became_peered":"2024-04-20T03:33:45.190513+0000","last_unstale":"2024-04-20T03:33:45.190890+0000","last_undegraded":"2024-04-20T03:33:45.190890+0000","last_fullsized":"2024-04-20T03:33:45.190890+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880778+0000","last_change":"2024-04-20T03:32:26.833020+0000","last_active":"2024-04-20T03:33:43.880778+0000","last_peered":"2024-04-20T03:33:43.880778+0000","last_clean":"2024-04-20T03:33:43.880778+0000","last_became_active":"2024-04-20T03:32:26.832744+0000","last_became_peered":"2024-04-20T03:32:26.832744+0000","last_unstale":"2024-04-20T03:33:43.880778+0000","last_undegraded":"2024-04-20T03:33:43.880778+0000","last_fullsized":"2024-04-20T03:33:43.880778+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878577+0000","last_change":"2024-04-20T03:33:06.020660+0000","last_active":"2024-04-20T03:33:43.878577+0000","last_peered":"2024-04-20T03:33:43.878577+0000","last_clean":"2024-04-20T03:33:43.878577+0000","last_became_active":"2024-04-20T03:33:06.020361+0000","last_became_peered":"2024-04-20T03:33:06.020361+0000","last_unstale":"2024-04-20T03:33:43.878577+0000","last_undegraded":"2024-04-20T03:33:43.878577+0000","last_fullsized":"2024-04-20T03:33:43.878577+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880542+0000","last_change":"2024-04-20T03:32:26.456447+0000","last_active":"2024-04-20T03:33:43.880542+0000","last_peered":"2024-04-20T03:33:43.880542+0000","last_clean":"2024-04-20T03:33:43.880542+0000","last_became_active":"2024-04-20T03:32:26.456132+0000","last_became_peered":"2024-04-20T03:32:26.456132+0000","last_unstale":"2024-04-20T03:33:43.880542+0000","last_undegraded":"2024-04-20T03:33:43.880542+0000","last_fullsized":"2024-04-20T03:33:43.880542+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.882860+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:33:43.882860+0000","last_peered":"2024-04-20T03:33:43.882860+0000","last_clean":"2024-04-20T03:33:43.882860+0000","last_became_active":"2024-04-20T03:32:26.831118+0000","last_became_peered":"2024-04-20T03:32:26.831118+0000","last_unstale":"2024-04-20T03:33:43.882860+0000","last_undegraded":"2024-04-20T03:33:43.882860+0000","last_fullsized":"2024-04-20T03:33:43.882860+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.879302+0000","last_change":"2024-04-20T03:33:06.021734+0000","last_active":"2024-04-20T03:33:43.879302+0000","last_peered":"2024-04-20T03:33:43.879302+0000","last_clean":"2024-04-20T03:33:43.879302+0000","last_became_active":"2024-04-20T03:33:06.021331+0000","last_became_peered":"2024-04-20T03:33:06.021331+0000","last_unstale":"2024-04-20T03:33:43.879302+0000","last_undegraded":"2024-04-20T03:33:43.879302+0000","last_fullsized":"2024-04-20T03:33:43.879302+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876287+0000","last_change":"2024-04-20T03:32:26.826668+0000","last_active":"2024-04-20T03:33:43.876287+0000","last_peered":"2024-04-20T03:33:43.876287+0000","last_clean":"2024-04-20T03:33:43.876287+0000","last_became_active":"2024-04-20T03:32:26.826369+0000","last_became_peered":"2024-04-20T03:32:26.826369+0000","last_unstale":"2024-04-20T03:33:43.876287+0000","last_undegraded":"2024-04-20T03:33:43.876287+0000","last_fullsized":"2024-04-20T03:33:43.876287+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.875558+0000","last_change":"2024-04-20T03:32:26.446889+0000","last_active":"2024-04-20T03:33:43.875558+0000","last_peered":"2024-04-20T03:33:43.875558+0000","last_clean":"2024-04-20T03:33:43.875558+0000","last_became_active":"2024-04-20T03:32:26.446527+0000","last_became_peered":"2024-04-20T03:32:26.446527+0000","last_unstale":"2024-04-20T03:33:43.875558+0000","last_undegraded":"2024-04-20T03:33:43.875558+0000","last_fullsized":"2024-04-20T03:33:43.875558+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884236+0000","last_change":"2024-04-20T03:33:05.852821+0000","last_active":"2024-04-20T03:33:43.884236+0000","last_peered":"2024-04-20T03:33:43.884236+0000","last_clean":"2024-04-20T03:33:43.884236+0000","last_became_active":"2024-04-20T03:33:05.852469+0000","last_became_peered":"2024-04-20T03:33:05.852469+0000","last_unstale":"2024-04-20T03:33:43.884236+0000","last_undegraded":"2024-04-20T03:33:43.884236+0000","last_fullsized":"2024-04-20T03:33:43.884236+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":26,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:45.208918+0000","last_change":"2024-04-20T03:33:45.208918+0000","last_active":"2024-04-20T03:33:45.208918+0000","last_peered":"2024-04-20T03:33:45.208918+0000","last_clean":"2024-04-20T03:33:45.208918+0000","last_became_active":"2024-04-20T03:33:45.208558+0000","last_became_peered":"2024-04-20T03:33:45.208558+0000","last_unstale":"2024-04-20T03:33:45.208918+0000","last_undegraded":"2024-04-20T03:33:45.208918+0000","last_fullsized":"2024-04-20T03:33:45.208918+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,2,6],"acting":[3,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880222+0000","last_change":"2024-04-20T03:32:26.457190+0000","last_active":"2024-04-20T03:33:43.880222+0000","last_peered":"2024-04-20T03:33:43.880222+0000","last_clean":"2024-04-20T03:33:43.880222+0000","last_became_active":"2024-04-20T03:32:26.456865+0000","last_became_peered":"2024-04-20T03:32:26.456865+0000","last_unstale":"2024-04-20T03:33:43.880222+0000","last_undegraded":"2024-04-20T03:33:43.880222+0000","last_fullsized":"2024-04-20T03:33:43.880222+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":21,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.883566+0000","last_change":"2024-04-20T03:32:09.240448+0000","last_active":"2024-04-20T03:33:43.883566+0000","last_peered":"2024-04-20T03:33:43.883566+0000","last_clean":"2024-04-20T03:33:43.883566+0000","last_became_active":"2024-04-20T03:32:09.240111+0000","last_became_peered":"2024-04-20T03:32:09.240111+0000","last_unstale":"2024-04-20T03:33:43.883566+0000","last_undegraded":"2024-04-20T03:33:43.883566+0000","last_fullsized":"2024-04-20T03:33:43.883566+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_clean_scrub_stamp":"2024-04-20T03:30:06.347569+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881443+0000","last_change":"2024-04-20T03:33:06.020670+0000","last_active":"2024-04-20T03:33:43.881443+0000","last_peered":"2024-04-20T03:33:43.881443+0000","last_clean":"2024-04-20T03:33:43.881443+0000","last_became_active":"2024-04-20T03:33:06.020358+0000","last_became_peered":"2024-04-20T03:33:06.020358+0000","last_unstale":"2024-04-20T03:33:43.881443+0000","last_undegraded":"2024-04-20T03:33:43.881443+0000","last_fullsized":"2024-04-20T03:33:43.881443+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,2],"acting":[0,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880985+0000","last_change":"2024-04-20T03:32:26.832653+0000","last_active":"2024-04-20T03:33:43.880985+0000","last_peered":"2024-04-20T03:33:43.880985+0000","last_clean":"2024-04-20T03:33:43.880985+0000","last_became_active":"2024-04-20T03:32:26.832364+0000","last_became_peered":"2024-04-20T03:32:26.832364+0000","last_unstale":"2024-04-20T03:33:43.880985+0000","last_undegraded":"2024-04-20T03:33:43.880985+0000","last_fullsized":"2024-04-20T03:33:43.880985+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.883453+0000","last_change":"2024-04-20T03:32:26.459525+0000","last_active":"2024-04-20T03:33:43.883453+0000","last_peered":"2024-04-20T03:33:43.883453+0000","last_clean":"2024-04-20T03:33:43.883453+0000","last_became_active":"2024-04-20T03:32:26.459218+0000","last_became_peered":"2024-04-20T03:32:26.459218+0000","last_unstale":"2024-04-20T03:33:43.883453+0000","last_undegraded":"2024-04-20T03:33:43.883453+0000","last_fullsized":"2024-04-20T03:33:43.883453+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881191+0000","last_change":"2024-04-20T03:33:06.021112+0000","last_active":"2024-04-20T03:33:43.881191+0000","last_peered":"2024-04-20T03:33:43.881191+0000","last_clean":"2024-04-20T03:33:43.881191+0000","last_became_active":"2024-04-20T03:33:06.020800+0000","last_became_peered":"2024-04-20T03:33:06.020800+0000","last_unstale":"2024-04-20T03:33:43.881191+0000","last_undegraded":"2024-04-20T03:33:43.881191+0000","last_fullsized":"2024-04-20T03:33:43.881191+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886038+0000","last_change":"2024-04-20T03:32:26.459867+0000","last_active":"2024-04-20T03:33:43.886038+0000","last_peered":"2024-04-20T03:33:43.886038+0000","last_clean":"2024-04-20T03:33:43.886038+0000","last_became_active":"2024-04-20T03:32:26.459136+0000","last_became_peered":"2024-04-20T03:32:26.459136+0000","last_unstale":"2024-04-20T03:33:43.886038+0000","last_undegraded":"2024-04-20T03:33:43.886038+0000","last_fullsized":"2024-04-20T03:33:43.886038+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878657+0000","last_change":"2024-04-20T03:32:26.828962+0000","last_active":"2024-04-20T03:33:43.878657+0000","last_peered":"2024-04-20T03:33:43.878657+0000","last_clean":"2024-04-20T03:33:43.878657+0000","last_became_active":"2024-04-20T03:32:26.828241+0000","last_became_peered":"2024-04-20T03:32:26.828241+0000","last_unstale":"2024-04-20T03:33:43.878657+0000","last_undegraded":"2024-04-20T03:33:43.878657+0000","last_fullsized":"2024-04-20T03:33:43.878657+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878242+0000","last_change":"2024-04-20T03:33:05.852370+0000","last_active":"2024-04-20T03:33:43.878242+0000","last_peered":"2024-04-20T03:33:43.878242+0000","last_clean":"2024-04-20T03:33:43.878242+0000","last_became_active":"2024-04-20T03:33:05.852070+0000","last_became_peered":"2024-04-20T03:33:05.852070+0000","last_unstale":"2024-04-20T03:33:43.878242+0000","last_undegraded":"2024-04-20T03:33:43.878242+0000","last_fullsized":"2024-04-20T03:33:43.878242+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"54'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.879214+0000","last_change":"2024-04-20T03:32:26.446310+0000","last_active":"2024-04-20T03:33:43.879214+0000","last_peered":"2024-04-20T03:33:43.879214+0000","last_clean":"2024-04-20T03:33:43.879214+0000","last_became_active":"2024-04-20T03:32:26.446015+0000","last_became_peered":"2024-04-20T03:32:26.446015+0000","last_unstale":"2024-04-20T03:33:43.879214+0000","last_undegraded":"2024-04-20T03:33:43.879214+0000","last_fullsized":"2024-04-20T03:33:43.879214+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878521+0000","last_change":"2024-04-20T03:32:26.831034+0000","last_active":"2024-04-20T03:33:43.878521+0000","last_peered":"2024-04-20T03:33:43.878521+0000","last_clean":"2024-04-20T03:33:43.878521+0000","last_became_active":"2024-04-20T03:32:26.830748+0000","last_became_peered":"2024-04-20T03:32:26.830748+0000","last_unstale":"2024-04-20T03:33:43.878521+0000","last_undegraded":"2024-04-20T03:33:43.878521+0000","last_fullsized":"2024-04-20T03:33:43.878521+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880293+0000","last_change":"2024-04-20T03:33:06.021119+0000","last_active":"2024-04-20T03:33:43.880293+0000","last_peered":"2024-04-20T03:33:43.880293+0000","last_clean":"2024-04-20T03:33:43.880293+0000","last_became_active":"2024-04-20T03:33:06.020829+0000","last_became_peered":"2024-04-20T03:33:06.020829+0000","last_unstale":"2024-04-20T03:33:43.880293+0000","last_undegraded":"2024-04-20T03:33:43.880293+0000","last_fullsized":"2024-04-20T03:33:43.880293+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.7","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884697+0000","last_change":"2024-04-20T03:32:26.448446+0000","last_active":"2024-04-20T03:33:43.884697+0000","last_peered":"2024-04-20T03:33:43.884697+0000","last_clean":"2024-04-20T03:33:43.884697+0000","last_became_active":"2024-04-20T03:32:26.448131+0000","last_became_peered":"2024-04-20T03:32:26.448131+0000","last_unstale":"2024-04-20T03:33:43.884697+0000","last_undegraded":"2024-04-20T03:33:43.884697+0000","last_fullsized":"2024-04-20T03:33:43.884697+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881908+0000","last_change":"2024-04-20T03:32:26.829007+0000","last_active":"2024-04-20T03:33:43.881908+0000","last_peered":"2024-04-20T03:33:43.881908+0000","last_clean":"2024-04-20T03:33:43.881908+0000","last_became_active":"2024-04-20T03:32:26.828656+0000","last_became_peered":"2024-04-20T03:32:26.828656+0000","last_unstale":"2024-04-20T03:33:43.881908+0000","last_undegraded":"2024-04-20T03:33:43.881908+0000","last_fullsized":"2024-04-20T03:33:43.881908+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.883654+0000","last_change":"2024-04-20T03:32:26.459222+0000","last_active":"2024-04-20T03:33:43.883654+0000","last_peered":"2024-04-20T03:33:43.883654+0000","last_clean":"2024-04-20T03:33:43.883654+0000","last_became_active":"2024-04-20T03:32:26.458819+0000","last_became_peered":"2024-04-20T03:32:26.458819+0000","last_unstale":"2024-04-20T03:33:43.883654+0000","last_undegraded":"2024-04-20T03:33:43.883654+0000","last_fullsized":"2024-04-20T03:33:43.883654+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880844+0000","last_change":"2024-04-20T03:32:26.817898+0000","last_active":"2024-04-20T03:33:43.880844+0000","last_peered":"2024-04-20T03:33:43.880844+0000","last_clean":"2024-04-20T03:33:43.880844+0000","last_became_active":"2024-04-20T03:32:26.817574+0000","last_became_peered":"2024-04-20T03:32:26.817574+0000","last_unstale":"2024-04-20T03:33:43.880844+0000","last_undegraded":"2024-04-20T03:33:43.880844+0000","last_fullsized":"2024-04-20T03:33:43.880844+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876479+0000","last_change":"2024-04-20T03:32:26.452127+0000","last_active":"2024-04-20T03:33:43.876479+0000","last_peered":"2024-04-20T03:33:43.876479+0000","last_clean":"2024-04-20T03:33:43.876479+0000","last_became_active":"2024-04-20T03:32:26.451220+0000","last_became_peered":"2024-04-20T03:32:26.451220+0000","last_unstale":"2024-04-20T03:33:43.876479+0000","last_undegraded":"2024-04-20T03:33:43.876479+0000","last_fullsized":"2024-04-20T03:33:43.876479+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878326+0000","last_change":"2024-04-20T03:32:26.816809+0000","last_active":"2024-04-20T03:33:43.878326+0000","last_peered":"2024-04-20T03:33:43.878326+0000","last_clean":"2024-04-20T03:33:43.878326+0000","last_became_active":"2024-04-20T03:32:26.816499+0000","last_became_peered":"2024-04-20T03:32:26.816499+0000","last_unstale":"2024-04-20T03:33:43.878326+0000","last_undegraded":"2024-04-20T03:33:43.878326+0000","last_fullsized":"2024-04-20T03:33:43.878326+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876636+0000","last_change":"2024-04-20T03:32:26.450170+0000","last_active":"2024-04-20T03:33:43.876636+0000","last_peered":"2024-04-20T03:33:43.876636+0000","last_clean":"2024-04-20T03:33:43.876636+0000","last_became_active":"2024-04-20T03:32:26.449478+0000","last_became_peered":"2024-04-20T03:32:26.449478+0000","last_unstale":"2024-04-20T03:33:43.876636+0000","last_undegraded":"2024-04-20T03:33:43.876636+0000","last_fullsized":"2024-04-20T03:33:43.876636+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878643+0000","last_change":"2024-04-20T03:32:26.831148+0000","last_active":"2024-04-20T03:33:43.878643+0000","last_peered":"2024-04-20T03:33:43.878643+0000","last_clean":"2024-04-20T03:33:43.878643+0000","last_became_active":"2024-04-20T03:32:26.830788+0000","last_became_peered":"2024-04-20T03:32:26.830788+0000","last_unstale":"2024-04-20T03:33:43.878643+0000","last_undegraded":"2024-04-20T03:33:43.878643+0000","last_fullsized":"2024-04-20T03:33:43.878643+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885388+0000","last_change":"2024-04-20T03:32:26.452860+0000","last_active":"2024-04-20T03:33:43.885388+0000","last_peered":"2024-04-20T03:33:43.885388+0000","last_clean":"2024-04-20T03:33:43.885388+0000","last_became_active":"2024-04-20T03:32:26.452537+0000","last_became_peered":"2024-04-20T03:32:26.452537+0000","last_unstale":"2024-04-20T03:33:43.885388+0000","last_undegraded":"2024-04-20T03:33:43.885388+0000","last_fullsized":"2024-04-20T03:33:43.885388+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885547+0000","last_change":"2024-04-20T03:32:26.824565+0000","last_active":"2024-04-20T03:33:43.885547+0000","last_peered":"2024-04-20T03:33:43.885547+0000","last_clean":"2024-04-20T03:33:43.885547+0000","last_became_active":"2024-04-20T03:32:26.824280+0000","last_became_peered":"2024-04-20T03:32:26.824280+0000","last_unstale":"2024-04-20T03:33:43.885547+0000","last_undegraded":"2024-04-20T03:33:43.885547+0000","last_fullsized":"2024-04-20T03:33:43.885547+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.875641+0000","last_change":"2024-04-20T03:32:26.452435+0000","last_active":"2024-04-20T03:33:43.875641+0000","last_peered":"2024-04-20T03:33:43.875641+0000","last_clean":"2024-04-20T03:33:43.875641+0000","last_became_active":"2024-04-20T03:32:26.452175+0000","last_became_peered":"2024-04-20T03:32:26.452175+0000","last_unstale":"2024-04-20T03:33:43.875641+0000","last_undegraded":"2024-04-20T03:33:43.875641+0000","last_fullsized":"2024-04-20T03:33:43.875641+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885898+0000","last_change":"2024-04-20T03:32:26.829033+0000","last_active":"2024-04-20T03:33:43.885898+0000","last_peered":"2024-04-20T03:33:43.885898+0000","last_clean":"2024-04-20T03:33:43.885898+0000","last_became_active":"2024-04-20T03:32:26.828152+0000","last_became_peered":"2024-04-20T03:32:26.828152+0000","last_unstale":"2024-04-20T03:33:43.885898+0000","last_undegraded":"2024-04-20T03:33:43.885898+0000","last_fullsized":"2024-04-20T03:33:43.885898+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"53'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878875+0000","last_change":"2024-04-20T03:32:26.451554+0000","last_active":"2024-04-20T03:33:43.878875+0000","last_peered":"2024-04-20T03:33:43.878875+0000","last_clean":"2024-04-20T03:33:43.878875+0000","last_became_active":"2024-04-20T03:32:26.449515+0000","last_became_peered":"2024-04-20T03:32:26.449515+0000","last_unstale":"2024-04-20T03:33:43.878875+0000","last_undegraded":"2024-04-20T03:33:43.878875+0000","last_fullsized":"2024-04-20T03:33:43.878875+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880910+0000","last_change":"2024-04-20T03:32:26.838448+0000","last_active":"2024-04-20T03:33:43.880910+0000","last_peered":"2024-04-20T03:33:43.880910+0000","last_clean":"2024-04-20T03:33:43.880910+0000","last_became_active":"2024-04-20T03:32:26.837894+0000","last_became_peered":"2024-04-20T03:32:26.837894+0000","last_unstale":"2024-04-20T03:33:43.880910+0000","last_undegraded":"2024-04-20T03:33:43.880910+0000","last_fullsized":"2024-04-20T03:33:43.880910+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.e","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876072+0000","last_change":"2024-04-20T03:32:26.447548+0000","last_active":"2024-04-20T03:33:43.876072+0000","last_peered":"2024-04-20T03:33:43.876072+0000","last_clean":"2024-04-20T03:33:43.876072+0000","last_became_active":"2024-04-20T03:32:26.447251+0000","last_became_peered":"2024-04-20T03:32:26.447251+0000","last_unstale":"2024-04-20T03:33:43.876072+0000","last_undegraded":"2024-04-20T03:33:43.876072+0000","last_fullsized":"2024-04-20T03:33:43.876072+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886233+0000","last_change":"2024-04-20T03:32:26.833126+0000","last_active":"2024-04-20T03:33:43.886233+0000","last_peered":"2024-04-20T03:33:43.886233+0000","last_clean":"2024-04-20T03:33:43.886233+0000","last_became_active":"2024-04-20T03:32:26.832413+0000","last_became_peered":"2024-04-20T03:32:26.832413+0000","last_unstale":"2024-04-20T03:33:43.886233+0000","last_undegraded":"2024-04-20T03:33:43.886233+0000","last_fullsized":"2024-04-20T03:33:43.886233+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884184+0000","last_change":"2024-04-20T03:32:26.834474+0000","last_active":"2024-04-20T03:33:43.884184+0000","last_peered":"2024-04-20T03:33:43.884184+0000","last_clean":"2024-04-20T03:33:43.884184+0000","last_became_active":"2024-04-20T03:32:26.833653+0000","last_became_peered":"2024-04-20T03:32:26.833653+0000","last_unstale":"2024-04-20T03:33:43.884184+0000","last_undegraded":"2024-04-20T03:33:43.884184+0000","last_fullsized":"2024-04-20T03:33:43.884184+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.875396+0000","last_change":"2024-04-20T03:32:26.833527+0000","last_active":"2024-04-20T03:33:43.875396+0000","last_peered":"2024-04-20T03:33:43.875396+0000","last_clean":"2024-04-20T03:33:43.875396+0000","last_became_active":"2024-04-20T03:32:26.833220+0000","last_became_peered":"2024-04-20T03:32:26.833220+0000","last_unstale":"2024-04-20T03:33:43.875396+0000","last_undegraded":"2024-04-20T03:33:43.875396+0000","last_fullsized":"2024-04-20T03:33:43.875396+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,5,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880922+0000","last_change":"2024-04-20T03:32:26.836586+0000","last_active":"2024-04-20T03:33:43.880922+0000","last_peered":"2024-04-20T03:33:43.880922+0000","last_clean":"2024-04-20T03:33:43.880922+0000","last_became_active":"2024-04-20T03:32:26.833942+0000","last_became_peered":"2024-04-20T03:32:26.833942+0000","last_unstale":"2024-04-20T03:33:43.880922+0000","last_undegraded":"2024-04-20T03:33:43.880922+0000","last_fullsized":"2024-04-20T03:33:43.880922+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881682+0000","last_change":"2024-04-20T03:32:26.829271+0000","last_active":"2024-04-20T03:33:43.881682+0000","last_peered":"2024-04-20T03:33:43.881682+0000","last_clean":"2024-04-20T03:33:43.881682+0000","last_became_active":"2024-04-20T03:32:26.829007+0000","last_became_peered":"2024-04-20T03:32:26.829007+0000","last_unstale":"2024-04-20T03:33:43.881682+0000","last_undegraded":"2024-04-20T03:33:43.881682+0000","last_fullsized":"2024-04-20T03:33:43.881682+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878460+0000","last_change":"2024-04-20T03:32:26.830422+0000","last_active":"2024-04-20T03:33:43.878460+0000","last_peered":"2024-04-20T03:33:43.878460+0000","last_clean":"2024-04-20T03:33:43.878460+0000","last_became_active":"2024-04-20T03:32:26.830150+0000","last_became_peered":"2024-04-20T03:32:26.830150+0000","last_unstale":"2024-04-20T03:33:43.878460+0000","last_undegraded":"2024-04-20T03:33:43.878460+0000","last_fullsized":"2024-04-20T03:33:43.878460+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878804+0000","last_change":"2024-04-20T03:32:26.828141+0000","last_active":"2024-04-20T03:33:43.878804+0000","last_peered":"2024-04-20T03:33:43.878804+0000","last_clean":"2024-04-20T03:33:43.878804+0000","last_became_active":"2024-04-20T03:32:26.827319+0000","last_became_peered":"2024-04-20T03:32:26.827319+0000","last_unstale":"2024-04-20T03:33:43.878804+0000","last_undegraded":"2024-04-20T03:33:43.878804+0000","last_fullsized":"2024-04-20T03:33:43.878804+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884885+0000","last_change":"2024-04-20T03:32:26.826028+0000","last_active":"2024-04-20T03:33:43.884885+0000","last_peered":"2024-04-20T03:33:43.884885+0000","last_clean":"2024-04-20T03:33:43.884885+0000","last_became_active":"2024-04-20T03:32:26.825471+0000","last_became_peered":"2024-04-20T03:32:26.825471+0000","last_unstale":"2024-04-20T03:33:43.884885+0000","last_undegraded":"2024-04-20T03:33:43.884885+0000","last_fullsized":"2024-04-20T03:33:43.884885+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":26,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:44.887094+0000","last_change":"2024-04-20T03:33:44.887094+0000","last_active":"2024-04-20T03:33:44.887094+0000","last_peered":"2024-04-20T03:33:44.887094+0000","last_clean":"2024-04-20T03:33:44.887094+0000","last_became_active":"2024-04-20T03:33:44.886700+0000","last_became_peered":"2024-04-20T03:33:44.886700+0000","last_unstale":"2024-04-20T03:33:44.887094+0000","last_undegraded":"2024-04-20T03:33:44.887094+0000","last_fullsized":"2024-04-20T03:33:44.887094+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,1,2],"acting":[3,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881209+0000","last_change":"2024-04-20T03:32:26.833565+0000","last_active":"2024-04-20T03:33:43.881209+0000","last_peered":"2024-04-20T03:33:43.881209+0000","last_clean":"2024-04-20T03:33:43.881209+0000","last_became_active":"2024-04-20T03:32:26.833293+0000","last_became_peered":"2024-04-20T03:32:26.833293+0000","last_unstale":"2024-04-20T03:33:43.881209+0000","last_undegraded":"2024-04-20T03:33:43.881209+0000","last_fullsized":"2024-04-20T03:33:43.881209+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878165+0000","last_change":"2024-04-20T03:32:26.825009+0000","last_active":"2024-04-20T03:33:43.878165+0000","last_peered":"2024-04-20T03:33:43.878165+0000","last_clean":"2024-04-20T03:33:43.878165+0000","last_became_active":"2024-04-20T03:32:26.824773+0000","last_became_peered":"2024-04-20T03:32:26.824773+0000","last_unstale":"2024-04-20T03:33:43.878165+0000","last_undegraded":"2024-04-20T03:33:43.878165+0000","last_fullsized":"2024-04-20T03:33:43.878165+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881134+0000","last_change":"2024-04-20T03:32:26.831678+0000","last_active":"2024-04-20T03:33:43.881134+0000","last_peered":"2024-04-20T03:33:43.881134+0000","last_clean":"2024-04-20T03:33:43.881134+0000","last_became_active":"2024-04-20T03:32:26.831255+0000","last_became_peered":"2024-04-20T03:32:26.831255+0000","last_unstale":"2024-04-20T03:33:43.881134+0000","last_undegraded":"2024-04-20T03:33:43.881134+0000","last_fullsized":"2024-04-20T03:33:43.881134+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881865+0000","last_change":"2024-04-20T03:32:26.833737+0000","last_active":"2024-04-20T03:33:43.881865+0000","last_peered":"2024-04-20T03:33:43.881865+0000","last_clean":"2024-04-20T03:33:43.881865+0000","last_became_active":"2024-04-20T03:32:26.833385+0000","last_became_peered":"2024-04-20T03:32:26.833385+0000","last_unstale":"2024-04-20T03:33:43.881865+0000","last_undegraded":"2024-04-20T03:33:43.881865+0000","last_fullsized":"2024-04-20T03:33:43.881865+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885098+0000","last_change":"2024-04-20T03:32:26.833337+0000","last_active":"2024-04-20T03:33:43.885098+0000","last_peered":"2024-04-20T03:33:43.885098+0000","last_clean":"2024-04-20T03:33:43.885098+0000","last_became_active":"2024-04-20T03:32:26.832993+0000","last_became_peered":"2024-04-20T03:32:26.832993+0000","last_unstale":"2024-04-20T03:33:43.885098+0000","last_undegraded":"2024-04-20T03:33:43.885098+0000","last_fullsized":"2024-04-20T03:33:43.885098+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,0],"acting":[6,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":8,"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":24,"acting":24,"num_store_stats":8},{"poolid":3,"num_pg":64,"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":192,"acting":192,"num_store_stats":8},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":3},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":3070,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":48,"num_write_kb":16,"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":14,"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":98304,"data_stored":9210,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":42,"ondisk_log_size":42,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":48,"seq":206158430233,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297704,"kb_used_data":608,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447448,"statfs":{"total":95995035648,"available":95690186752,"internally_reserved":0,"allocated":622592,"data_stored":266112,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.502},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.60699999999999998}]},{"osd":1,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.53100000000000003}]},{"osd":2,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.46400000000000002}]},{"osd":3,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.56899999999999995}]},{"osd":4,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.55400000000000005}]},{"osd":5,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.626}]},{"osd":6,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.61599999999999999}]}]},{"osd":6,"up_from":42,"seq":180388626462,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297704,"kb_used_data":608,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447448,"statfs":{"total":95995035648,"available":95690186752,"internally_reserved":0,"allocated":622592,"data_stored":267521,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.51800000000000002,"15min":0.52300000000000002},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.68799999999999994,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.502,"15min":0.5},"min":{"1min":0.34100000000000003,"5min":0.309,"15min":0.309},"max":{"1min":0.71099999999999997,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.59799999999999998}]},{"osd":1,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.50600000000000001,"15min":0.502},"min":{"1min":0.32900000000000001,"5min":0.315,"15min":0.315},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.51100000000000001,"15min":0.51600000000000001},"min":{"1min":0.33800000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.65500000000000003,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.54700000000000004}]},{"osd":2,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69899999999999995,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.51400000000000001,"15min":0.51900000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.56599999999999995}]},{"osd":3,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.67200000000000004,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.55200000000000005,"15min":0.55600000000000005},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.79300000000000004,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.5}]},{"osd":4,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.42699999999999999,"15min":0.42899999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.42299999999999999,"15min":0.42499999999999999},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.40799999999999997}]},{"osd":5,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.46000000000000002,"15min":0.46200000000000002},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.66200000000000003,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.371},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.377,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.53900000000000003}]},{"osd":7,"last update":"Sat Apr 20 03:33:12 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.434}]}]},{"osd":1,"up_from":13,"seq":55834574903,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297696,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447456,"statfs":{"total":95995035648,"available":95690194944,"internally_reserved":0,"allocated":614400,"data_stored":265066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:49 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.36199999999999999,"15min":0.32300000000000001},"min":{"1min":0.24399999999999999,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":2.9689999999999999,"5min":2.9689999999999999,"15min":2.9689999999999999},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.40899999999999997,"15min":0.36099999999999999},"min":{"1min":0.28999999999999998,"5min":0.253,"15min":0.253},"max":{"1min":3.0070000000000001,"5min":3.0070000000000001,"15min":3.0070000000000001},"last":0.32400000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:33:08 2024","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.373,"15min":0.373},"min":{"1min":0.28799999999999998,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.50900000000000001,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.36699999999999999,"15min":0.35699999999999998},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.46300000000000002,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.38500000000000001}]},{"osd":3,"last update":"Sat Apr 20 03:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.44600000000000001,"15min":0.46000000000000002},"min":{"1min":0.29699999999999999,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.64200000000000002,"5min":0.746,"15min":0.746},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45500000000000002,"15min":0.46200000000000002},"min":{"1min":0.29699999999999999,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.35599999999999998}]},{"osd":4,"last update":"Sat Apr 20 03:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.52300000000000002,"15min":0.51700000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.52900000000000003,"15min":0.51900000000000002},"min":{"1min":0.39200000000000002,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.339,"5min":1.339,"15min":1.339},"last":0.46999999999999997}]},{"osd":5,"last update":"Sat Apr 20 03:33:19 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.56599999999999995,"15min":0.56399999999999995},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.56499999999999995,"15min":0.56899999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.55800000000000005}]},{"osd":6,"last update":"Sat Apr 20 03:33:44 2024","interfaces":[{"interface":"back","average":{"1min":0.73399999999999999,"5min":0.61199999999999999,"15min":0.59199999999999997},"min":{"1min":0.41999999999999998,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":3.04,"5min":3.04,"15min":3.04},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.58499999999999996,"15min":0.58799999999999997},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.78100000000000003,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.53200000000000003}]},{"osd":7,"last update":"Sat Apr 20 03:33:08 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.48899999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738427,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297712,"kb_used_data":616,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447440,"statfs":{"total":95995035648,"available":95690178560,"internally_reserved":0,"allocated":630784,"data_stored":266236,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:49 2024","interfaces":[{"interface":"back","average":{"1min":0.32000000000000001,"5min":0.32800000000000001,"15min":0.308},"min":{"1min":0.18099999999999999,"5min":0.18099999999999999,"15min":0.18099999999999999},"max":{"1min":0.505,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.25},{"interface":"front","average":{"1min":0.36599999999999999,"5min":0.371,"15min":0.33800000000000002},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.23000000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:33:18 2024","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.35099999999999998,"15min":0.34699999999999998},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.47899999999999998,"5min":0.502,"15min":0.502},"last":0.26400000000000001},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.35499999999999998,"15min":0.34599999999999997},"min":{"1min":0.20899999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.501,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.27500000000000002}]},{"osd":3,"last update":"Sat Apr 20 03:33:32 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.435,"15min":0.44500000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.42899999999999999,"15min":0.441},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.55500000000000005,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.30199999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:32:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.54700000000000004,"15min":0.54500000000000004},"min":{"1min":0.43099999999999999,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.747,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.54200000000000004,"15min":0.53800000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.73699999999999999,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.46500000000000002}]},{"osd":5,"last update":"Sat Apr 20 03:33:18 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.56200000000000006,"15min":0.56000000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.75700000000000001,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.374},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.56599999999999995,"15min":0.56299999999999994},"min":{"1min":0.47599999999999998,"5min":0.435,"15min":0.435},"max":{"1min":0.77400000000000002,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.45700000000000002}]},{"osd":6,"last update":"Sat Apr 20 03:33:49 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.58299999999999996,"15min":0.58699999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.753,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.60699999999999998,"15min":0.61399999999999999},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76200000000000001,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.442}]},{"osd":7,"last update":"Sat Apr 20 03:33:11 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.39300000000000002}]}]},{"osd":2,"up_from":18,"seq":77309411377,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297696,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447456,"statfs":{"total":95995035648,"available":95690194944,"internally_reserved":0,"allocated":614400,"data_stored":265536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.36399999999999999,"15min":0.36599999999999999},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.50900000000000001,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.38,"15min":0.378},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.51300000000000001,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.39500000000000002}]},{"osd":1,"last update":"Sat Apr 20 03:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.38800000000000001,"15min":0.38700000000000001},"min":{"1min":0.26000000000000001,"5min":0.249,"15min":0.249},"max":{"1min":0.53400000000000003,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.372,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.247,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.54700000000000004,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.34899999999999998}]},{"osd":3,"last update":"Sat Apr 20 03:33:35 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.41599999999999998,"15min":0.42599999999999999},"min":{"1min":0.29299999999999998,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.46000000000000002,"15min":0.47199999999999998},"min":{"1min":0.314,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.56499999999999995,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.36599999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:32:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.54000000000000004,"15min":0.54100000000000004},"min":{"1min":0.38800000000000001,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.38},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.55900000000000005,"15min":0.56499999999999995},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.41799999999999998}]},{"osd":5,"last update":"Sat Apr 20 03:33:26 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.55500000000000005,"15min":0.56100000000000005},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.73599999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.55200000000000005,"15min":0.55700000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.67000000000000004,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.434}]},{"osd":6,"last update":"Sat Apr 20 03:33:42 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39200000000000002,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.57399999999999995,"15min":0.56999999999999995},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.72799999999999998,"5min":0.746,"15min":0.746},"last":0.49399999999999999}]},{"osd":7,"last update":"Sat Apr 20 03:33:12 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.40999999999999998}]}]},{"osd":3,"up_from":25,"seq":107374182445,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297716,"kb_used_data":620,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447436,"statfs":{"total":95995035648,"available":95690174464,"internally_reserved":0,"allocated":634880,"data_stored":267940,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:37 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.39200000000000002,"15min":0.39300000000000002},"min":{"1min":0.25800000000000001,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.47999999999999998,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.28599999999999998,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.51400000000000001,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.29699999999999999}]},{"osd":1,"last update":"Sat Apr 20 03:33:37 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.41899999999999998,"15min":0.42499999999999999},"min":{"1min":0.29099999999999998,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.40500000000000003,"15min":0.39800000000000002},"min":{"1min":0.32700000000000001,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.54800000000000004,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.371}]},{"osd":2,"last update":"Sat Apr 20 03:33:37 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.42299999999999999,"15min":0.42499999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.56999999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45000000000000001,"15min":0.44400000000000001},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.33200000000000002}]},{"osd":4,"last update":"Sat Apr 20 03:33:54 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.60199999999999998,"15min":0.59999999999999998},"min":{"1min":0.39900000000000002,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.83399999999999996,"5min":1.026,"15min":1.026},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.59099999999999997,"15min":0.58899999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.70799999999999996,"5min":0.94699999999999995,"15min":0.94699999999999995},"last":0.57699999999999996}]},{"osd":5,"last update":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.60299999999999998,"15min":0.60699999999999998},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.83299999999999996,"5min":0.98099999999999998,"15min":0.98099999999999998},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.62,"15min":0.623},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.78400000000000003,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.55800000000000005}]},{"osd":6,"last update":"Sat Apr 20 03:33:45 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.628,"15min":0.63400000000000001},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.93400000000000005,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.66900000000000004,"15min":0.67100000000000004},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.86399999999999999,"5min":0.999,"15min":0.999},"last":0.47499999999999998}]},{"osd":7,"last update":"Sat Apr 20 03:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.504}]}]},{"osd":4,"up_from":30,"seq":128849018919,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297712,"kb_used_data":616,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447440,"statfs":{"total":95995035648,"available":95690178560,"internally_reserved":0,"allocated":630784,"data_stored":266216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.53300000000000003,"15min":0.53400000000000003},"min":{"1min":0.35399999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.76100000000000001,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.752,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.752}]},{"osd":1,"last update":"Sat Apr 20 03:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51900000000000002,"15min":0.52000000000000002},"min":{"1min":0.36399999999999999,"5min":0.317,"15min":0.317},"max":{"1min":0.73399999999999999,"5min":1.002,"15min":1.002},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54700000000000004,"15min":0.54300000000000004},"min":{"1min":0.377,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.77800000000000002,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.77800000000000002}]},{"osd":2,"last update":"Sat Apr 20 03:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.73999999999999999,"5min":0.996,"15min":0.996},"last":0.72299999999999998},{"interface":"front","average":{"1min":0.503,"5min":0.53900000000000003,"15min":0.54100000000000004},"min":{"1min":0.36799999999999999,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.69899999999999995,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.63100000000000001}]},{"osd":3,"last update":"Sat Apr 20 03:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.54000000000000004,"15min":0.54700000000000004},"min":{"1min":0.316,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.73799999999999999,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54500000000000004,"15min":0.54100000000000004},"min":{"1min":0.38800000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.78100000000000003,"5min":0.97599999999999998,"15min":0.97599999999999998},"last":0.71299999999999997}]},{"osd":5,"last update":"Sat Apr 20 03:33:18 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.42199999999999999,"15min":0.41699999999999998},"min":{"1min":0.26900000000000002,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.42999999999999999,"15min":0.42599999999999999},"min":{"1min":0.32600000000000001,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.55300000000000005}]},{"osd":6,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.46200000000000002,"15min":0.46800000000000003},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.72999999999999998,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.5,"5min":0.497,"15min":0.497},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.77400000000000002,"5min":0.879,"15min":0.879},"last":0.64300000000000002}]},{"osd":7,"last update":"Sat Apr 20 03:33:08 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.65700000000000003}]}]},{"osd":5,"up_from":36,"seq":154618822691,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297712,"kb_used_data":616,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447440,"statfs":{"total":95995035648,"available":95690178560,"internally_reserved":0,"allocated":630784,"data_stored":267926,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.499,"15min":0.501},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.48199999999999998,"15min":0.48299999999999998},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.59599999999999997}]},{"osd":1,"last update":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.49099999999999999,"15min":0.49299999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.65200000000000002,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.48699999999999999,"15min":0.48999999999999999},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.60599999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.622}]},{"osd":2,"last update":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.498,"15min":0.498},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.501,"15min":0.499},"min":{"1min":0.38300000000000001,"5min":0.37,"15min":0.37},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.70699999999999996}]},{"osd":3,"last update":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.51500000000000001,"15min":0.52100000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.64100000000000001,"5min":0.75,"15min":0.75},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.497,"5min":0.48599999999999999,"15min":0.48399999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.625}]},{"osd":4,"last update":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.373,"15min":0.36499999999999999},"min":{"1min":0.28899999999999998,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.44,"5min":0.36799999999999999,"15min":0.35599999999999998},"min":{"1min":0.31,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.40600000000000003}]},{"osd":6,"last update":"Sat Apr 20 03:33:47 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.40600000000000003,"15min":0.40300000000000002},"min":{"1min":0.28799999999999998,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.502,"5min":0.46999999999999997,"15min":0.46400000000000002},"min":{"1min":0.34300000000000003,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.53400000000000003}]},{"osd":7,"last update":"Sat Apr 20 03:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.498},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.435}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":6,"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},{"poolid":1,"osd":7,"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},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"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},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":2404,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":2390,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":2300,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"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},{"poolid":3,"osd":1,"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},{"poolid":3,"osd":2,"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},{"poolid":3,"osd":3,"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},{"poolid":3,"osd":4,"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},{"poolid":3,"osd":5,"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},{"poolid":3,"osd":6,"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},{"poolid":3,"osd":7,"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},{"poolid":4,"osd":0,"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},{"poolid":4,"osd":1,"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},{"poolid":4,"osd":2,"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},{"poolid":4,"osd":3,"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},{"poolid":4,"osd":4,"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},{"poolid":4,"osd":5,"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},{"poolid":4,"osd":6,"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},{"poolid":4,"osd":7,"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}]}} 2024-04-20T03:34:04.517 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-20T03:34:04.730 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:03.130696+0000 mgr.y (mgr.24491) 61 : audit [DBG] from='client.24674 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:34:04.730 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:03.228880+0000 mgr.y (mgr.24491) 62 : cluster [DBG] pgmap v49: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:04.730 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:03.130696+0000 mgr.y (mgr.24491) 61 : audit [DBG] from='client.24674 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:34:04.730 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:03.228880+0000 mgr.y (mgr.24491) 62 : cluster [DBG] pgmap v49: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:03.130696+0000 mgr.y (mgr.24491) 61 : audit [DBG] from='client.24674 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:34:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:03.228880+0000 mgr.y (mgr.24491) 62 : cluster [DBG] pgmap v49: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:05.937 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:34:06.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:05.229573+0000 mgr.y (mgr.24491) 63 : cluster [DBG] pgmap v50: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:06.871 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:06 smithi177 systemd[1]: Stopping Ceph alertmanager.a for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:34:06.871 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:06 smithi177 bash[71143]: Error: no container with name or ID "ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager.a" found: no such container 2024-04-20T03:34:06.871 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:05.229573+0000 mgr.y (mgr.24491) 63 : cluster [DBG] pgmap v50: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:06.871 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:05.229573+0000 mgr.y (mgr.24491) 63 : cluster [DBG] pgmap v50: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:07.832 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:34:07] "GET /metrics HTTP/1.1" 200 188161 "" "Prometheus/2.33.4" 2024-04-20T03:34:08.519 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:34:08.520 INFO:teuthology.orchestra.run.smithi177.stderr:dumped all 2024-04-20T03:34:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:07.229912+0000 mgr.y (mgr.24491) 64 : cluster [DBG] pgmap v51: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:08.792 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:07.229912+0000 mgr.y (mgr.24491) 64 : cluster [DBG] pgmap v51: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:08.793 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:07.229912+0000 mgr.y (mgr.24491) 64 : cluster [DBG] pgmap v51: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:08.793 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[67569]: level=info ts=2024-04-20T03:34:08.455Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-04-20T03:34:09.149 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:08 smithi177 bash[71234]: ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a 2024-04-20T03:34:09.571 INFO:teuthology.orchestra.run.smithi177.stdout:{"pg_ready":true,"pg_map":{"version":51,"stamp":"2024-04-20T03:34:07.229746+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":3070,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":48,"num_write_kb":16,"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":14,"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":42,"ondisk_log_size":42,"up":315,"acting":315,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":315,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":2381652,"kb_used_data":4884,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747579564,"statfs":{"total":767960285184,"available":765521473536,"internally_reserved":0,"allocated":5001216,"data_stored":2132553,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"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.003238"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886292+0000","last_change":"2024-04-20T03:32:26.832723+0000","last_active":"2024-04-20T03:33:43.886292+0000","last_peered":"2024-04-20T03:33:43.886292+0000","last_clean":"2024-04-20T03:33:43.886292+0000","last_became_active":"2024-04-20T03:32:26.831636+0000","last_became_peered":"2024-04-20T03:32:26.831636+0000","last_unstale":"2024-04-20T03:33:43.886292+0000","last_undegraded":"2024-04-20T03:33:43.886292+0000","last_fullsized":"2024-04-20T03:33:43.886292+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.879048+0000","last_change":"2024-04-20T03:32:26.829625+0000","last_active":"2024-04-20T03:33:43.879048+0000","last_peered":"2024-04-20T03:33:43.879048+0000","last_clean":"2024-04-20T03:33:43.879048+0000","last_became_active":"2024-04-20T03:32:26.829340+0000","last_became_peered":"2024-04-20T03:32:26.829340+0000","last_unstale":"2024-04-20T03:33:43.879048+0000","last_undegraded":"2024-04-20T03:33:43.879048+0000","last_fullsized":"2024-04-20T03:33:43.879048+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881621+0000","last_change":"2024-04-20T03:32:26.834828+0000","last_active":"2024-04-20T03:33:43.881621+0000","last_peered":"2024-04-20T03:33:43.881621+0000","last_clean":"2024-04-20T03:33:43.881621+0000","last_became_active":"2024-04-20T03:32:26.834591+0000","last_became_peered":"2024-04-20T03:32:26.834591+0000","last_unstale":"2024-04-20T03:33:43.881621+0000","last_undegraded":"2024-04-20T03:33:43.881621+0000","last_fullsized":"2024-04-20T03:33:43.881621+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880919+0000","last_change":"2024-04-20T03:32:26.833482+0000","last_active":"2024-04-20T03:33:43.880919+0000","last_peered":"2024-04-20T03:33:43.880919+0000","last_clean":"2024-04-20T03:33:43.880919+0000","last_became_active":"2024-04-20T03:32:26.833092+0000","last_became_peered":"2024-04-20T03:32:26.833092+0000","last_unstale":"2024-04-20T03:33:43.880919+0000","last_undegraded":"2024-04-20T03:33:43.880919+0000","last_fullsized":"2024-04-20T03:33:43.880919+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885489+0000","last_change":"2024-04-20T03:32:26.825308+0000","last_active":"2024-04-20T03:33:43.885489+0000","last_peered":"2024-04-20T03:33:43.885489+0000","last_clean":"2024-04-20T03:33:43.885489+0000","last_became_active":"2024-04-20T03:32:26.824156+0000","last_became_peered":"2024-04-20T03:32:26.824156+0000","last_unstale":"2024-04-20T03:33:43.885489+0000","last_undegraded":"2024-04-20T03:33:43.885489+0000","last_fullsized":"2024-04-20T03:33:43.885489+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":26,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:44.887280+0000","last_change":"2024-04-20T03:33:44.887280+0000","last_active":"2024-04-20T03:33:44.887280+0000","last_peered":"2024-04-20T03:33:44.887280+0000","last_clean":"2024-04-20T03:33:44.887280+0000","last_became_active":"2024-04-20T03:33:44.886923+0000","last_became_peered":"2024-04-20T03:33:44.886923+0000","last_unstale":"2024-04-20T03:33:44.887280+0000","last_undegraded":"2024-04-20T03:33:44.887280+0000","last_fullsized":"2024-04-20T03:33:44.887280+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884916+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:33:43.884916+0000","last_peered":"2024-04-20T03:33:43.884916+0000","last_clean":"2024-04-20T03:33:43.884916+0000","last_became_active":"2024-04-20T03:32:26.831098+0000","last_became_peered":"2024-04-20T03:32:26.831098+0000","last_unstale":"2024-04-20T03:33:43.884916+0000","last_undegraded":"2024-04-20T03:33:43.884916+0000","last_fullsized":"2024-04-20T03:33:43.884916+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878159+0000","last_change":"2024-04-20T03:32:26.825835+0000","last_active":"2024-04-20T03:33:43.878159+0000","last_peered":"2024-04-20T03:33:43.878159+0000","last_clean":"2024-04-20T03:33:43.878159+0000","last_became_active":"2024-04-20T03:32:26.825475+0000","last_became_peered":"2024-04-20T03:32:26.825475+0000","last_unstale":"2024-04-20T03:33:43.878159+0000","last_undegraded":"2024-04-20T03:33:43.878159+0000","last_fullsized":"2024-04-20T03:33:43.878159+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886276+0000","last_change":"2024-04-20T03:32:26.832959+0000","last_active":"2024-04-20T03:33:43.886276+0000","last_peered":"2024-04-20T03:33:43.886276+0000","last_clean":"2024-04-20T03:33:43.886276+0000","last_became_active":"2024-04-20T03:32:26.832027+0000","last_became_peered":"2024-04-20T03:32:26.832027+0000","last_unstale":"2024-04-20T03:33:43.886276+0000","last_undegraded":"2024-04-20T03:33:43.886276+0000","last_fullsized":"2024-04-20T03:33:43.886276+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884783+0000","last_change":"2024-04-20T03:32:26.836923+0000","last_active":"2024-04-20T03:33:43.884783+0000","last_peered":"2024-04-20T03:33:43.884783+0000","last_clean":"2024-04-20T03:33:43.884783+0000","last_became_active":"2024-04-20T03:32:26.836634+0000","last_became_peered":"2024-04-20T03:32:26.836634+0000","last_unstale":"2024-04-20T03:33:43.884783+0000","last_undegraded":"2024-04-20T03:33:43.884783+0000","last_fullsized":"2024-04-20T03:33:43.884783+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884654+0000","last_change":"2024-04-20T03:32:26.835589+0000","last_active":"2024-04-20T03:33:43.884654+0000","last_peered":"2024-04-20T03:33:43.884654+0000","last_clean":"2024-04-20T03:33:43.884654+0000","last_became_active":"2024-04-20T03:32:26.835017+0000","last_became_peered":"2024-04-20T03:32:26.835017+0000","last_unstale":"2024-04-20T03:33:43.884654+0000","last_undegraded":"2024-04-20T03:33:43.884654+0000","last_fullsized":"2024-04-20T03:33:43.884654+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881965+0000","last_change":"2024-04-20T03:32:26.829553+0000","last_active":"2024-04-20T03:33:43.881965+0000","last_peered":"2024-04-20T03:33:43.881965+0000","last_clean":"2024-04-20T03:33:43.881965+0000","last_became_active":"2024-04-20T03:32:26.829265+0000","last_became_peered":"2024-04-20T03:32:26.829265+0000","last_unstale":"2024-04-20T03:33:43.881965+0000","last_undegraded":"2024-04-20T03:33:43.881965+0000","last_fullsized":"2024-04-20T03:33:43.881965+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878492+0000","last_change":"2024-04-20T03:32:26.821985+0000","last_active":"2024-04-20T03:33:43.878492+0000","last_peered":"2024-04-20T03:33:43.878492+0000","last_clean":"2024-04-20T03:33:43.878492+0000","last_became_active":"2024-04-20T03:32:26.821683+0000","last_became_peered":"2024-04-20T03:32:26.821683+0000","last_unstale":"2024-04-20T03:33:43.878492+0000","last_undegraded":"2024-04-20T03:33:43.878492+0000","last_fullsized":"2024-04-20T03:33:43.878492+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881303+0000","last_change":"2024-04-20T03:32:26.838601+0000","last_active":"2024-04-20T03:33:43.881303+0000","last_peered":"2024-04-20T03:33:43.881303+0000","last_clean":"2024-04-20T03:33:43.881303+0000","last_became_active":"2024-04-20T03:32:26.838270+0000","last_became_peered":"2024-04-20T03:32:26.838270+0000","last_unstale":"2024-04-20T03:33:43.881303+0000","last_undegraded":"2024-04-20T03:33:43.881303+0000","last_fullsized":"2024-04-20T03:33:43.881303+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876281+0000","last_change":"2024-04-20T03:32:26.829393+0000","last_active":"2024-04-20T03:33:43.876281+0000","last_peered":"2024-04-20T03:33:43.876281+0000","last_clean":"2024-04-20T03:33:43.876281+0000","last_became_active":"2024-04-20T03:32:26.829104+0000","last_became_peered":"2024-04-20T03:32:26.829104+0000","last_unstale":"2024-04-20T03:33:43.876281+0000","last_undegraded":"2024-04-20T03:33:43.876281+0000","last_fullsized":"2024-04-20T03:33:43.876281+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880831+0000","last_change":"2024-04-20T03:32:26.837483+0000","last_active":"2024-04-20T03:33:43.880831+0000","last_peered":"2024-04-20T03:33:43.880831+0000","last_clean":"2024-04-20T03:33:43.880831+0000","last_became_active":"2024-04-20T03:32:26.837165+0000","last_became_peered":"2024-04-20T03:32:26.837165+0000","last_unstale":"2024-04-20T03:33:43.880831+0000","last_undegraded":"2024-04-20T03:33:43.880831+0000","last_fullsized":"2024-04-20T03:33:43.880831+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880947+0000","last_change":"2024-04-20T03:32:26.838930+0000","last_active":"2024-04-20T03:33:43.880947+0000","last_peered":"2024-04-20T03:33:43.880947+0000","last_clean":"2024-04-20T03:33:43.880947+0000","last_became_active":"2024-04-20T03:32:26.838624+0000","last_became_peered":"2024-04-20T03:32:26.838624+0000","last_unstale":"2024-04-20T03:33:43.880947+0000","last_undegraded":"2024-04-20T03:33:43.880947+0000","last_fullsized":"2024-04-20T03:33:43.880947+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876155+0000","last_change":"2024-04-20T03:32:26.818524+0000","last_active":"2024-04-20T03:33:43.876155+0000","last_peered":"2024-04-20T03:33:43.876155+0000","last_clean":"2024-04-20T03:33:43.876155+0000","last_became_active":"2024-04-20T03:32:26.817830+0000","last_became_peered":"2024-04-20T03:32:26.817830+0000","last_unstale":"2024-04-20T03:33:43.876155+0000","last_undegraded":"2024-04-20T03:33:43.876155+0000","last_fullsized":"2024-04-20T03:33:43.876155+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885767+0000","last_change":"2024-04-20T03:32:26.824653+0000","last_active":"2024-04-20T03:33:43.885767+0000","last_peered":"2024-04-20T03:33:43.885767+0000","last_clean":"2024-04-20T03:33:43.885767+0000","last_became_active":"2024-04-20T03:32:26.824164+0000","last_became_peered":"2024-04-20T03:32:26.824164+0000","last_unstale":"2024-04-20T03:33:43.885767+0000","last_undegraded":"2024-04-20T03:33:43.885767+0000","last_fullsized":"2024-04-20T03:33:43.885767+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,2,6],"acting":[7,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1f","version":"53'4","reported_seq":22,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.882210+0000","last_change":"2024-04-20T03:32:26.458449+0000","last_active":"2024-04-20T03:33:43.882210+0000","last_peered":"2024-04-20T03:33:43.882210+0000","last_clean":"2024-04-20T03:33:43.882210+0000","last_became_active":"2024-04-20T03:32:26.458182+0000","last_became_peered":"2024-04-20T03:32:26.458182+0000","last_unstale":"2024-04-20T03:33:43.882210+0000","last_undegraded":"2024-04-20T03:33:43.882210+0000","last_fullsized":"2024-04-20T03:33:43.882210+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":4,"ondisk_log_size":4,"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,"stat_sum":{"num_bytes":554,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"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":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878531+0000","last_change":"2024-04-20T03:32:26.820930+0000","last_active":"2024-04-20T03:33:43.878531+0000","last_peered":"2024-04-20T03:33:43.878531+0000","last_clean":"2024-04-20T03:33:43.878531+0000","last_became_active":"2024-04-20T03:32:26.820006+0000","last_became_peered":"2024-04-20T03:32:26.820006+0000","last_unstale":"2024-04-20T03:33:43.878531+0000","last_undegraded":"2024-04-20T03:33:43.878531+0000","last_fullsized":"2024-04-20T03:33:43.878531+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1e","version":"53'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878496+0000","last_change":"2024-04-20T03:32:26.451494+0000","last_active":"2024-04-20T03:33:43.878496+0000","last_peered":"2024-04-20T03:33:43.878496+0000","last_clean":"2024-04-20T03:33:43.878496+0000","last_became_active":"2024-04-20T03:32:26.451267+0000","last_became_peered":"2024-04-20T03:32:26.451267+0000","last_unstale":"2024-04-20T03:33:43.878496+0000","last_undegraded":"2024-04-20T03:33:43.878496+0000","last_fullsized":"2024-04-20T03:33:43.878496+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"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},"up":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1f","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.882049+0000","last_change":"2024-04-20T03:32:26.838154+0000","last_active":"2024-04-20T03:33:43.882049+0000","last_peered":"2024-04-20T03:33:43.882049+0000","last_clean":"2024-04-20T03:33:43.882049+0000","last_became_active":"2024-04-20T03:32:26.837703+0000","last_became_peered":"2024-04-20T03:32:26.837703+0000","last_unstale":"2024-04-20T03:33:43.882049+0000","last_undegraded":"2024-04-20T03:33:43.882049+0000","last_fullsized":"2024-04-20T03:33:43.882049+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1d","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886017+0000","last_change":"2024-04-20T03:32:26.460136+0000","last_active":"2024-04-20T03:33:43.886017+0000","last_peered":"2024-04-20T03:33:43.886017+0000","last_clean":"2024-04-20T03:33:43.886017+0000","last_became_active":"2024-04-20T03:32:26.459571+0000","last_became_peered":"2024-04-20T03:32:26.459571+0000","last_unstale":"2024-04-20T03:33:43.886017+0000","last_undegraded":"2024-04-20T03:33:43.886017+0000","last_fullsized":"2024-04-20T03:33:43.886017+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881253+0000","last_change":"2024-04-20T03:32:26.838216+0000","last_active":"2024-04-20T03:33:43.881253+0000","last_peered":"2024-04-20T03:33:43.881253+0000","last_clean":"2024-04-20T03:33:43.881253+0000","last_became_active":"2024-04-20T03:32:26.837882+0000","last_became_peered":"2024-04-20T03:32:26.837882+0000","last_unstale":"2024-04-20T03:33:43.881253+0000","last_undegraded":"2024-04-20T03:33:43.881253+0000","last_fullsized":"2024-04-20T03:33:43.881253+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885730+0000","last_change":"2024-04-20T03:32:26.458229+0000","last_active":"2024-04-20T03:33:43.885730+0000","last_peered":"2024-04-20T03:33:43.885730+0000","last_clean":"2024-04-20T03:33:43.885730+0000","last_became_active":"2024-04-20T03:32:26.457863+0000","last_became_peered":"2024-04-20T03:32:26.457863+0000","last_unstale":"2024-04-20T03:33:43.885730+0000","last_undegraded":"2024-04-20T03:33:43.885730+0000","last_fullsized":"2024-04-20T03:33:43.885730+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.882133+0000","last_change":"2024-04-20T03:32:26.838063+0000","last_active":"2024-04-20T03:33:43.882133+0000","last_peered":"2024-04-20T03:33:43.882133+0000","last_clean":"2024-04-20T03:33:43.882133+0000","last_became_active":"2024-04-20T03:32:26.837706+0000","last_became_peered":"2024-04-20T03:32:26.837706+0000","last_unstale":"2024-04-20T03:33:43.882133+0000","last_undegraded":"2024-04-20T03:33:43.882133+0000","last_fullsized":"2024-04-20T03:33:43.882133+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1b","version":"53'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878700+0000","last_change":"2024-04-20T03:32:26.456783+0000","last_active":"2024-04-20T03:33:43.878700+0000","last_peered":"2024-04-20T03:33:43.878700+0000","last_clean":"2024-04-20T03:33:43.878700+0000","last_became_active":"2024-04-20T03:32:26.456456+0000","last_became_peered":"2024-04-20T03:32:26.456456+0000","last_unstale":"2024-04-20T03:33:43.878700+0000","last_undegraded":"2024-04-20T03:33:43.878700+0000","last_fullsized":"2024-04-20T03:33:43.878700+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"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},"up":[3,7,6],"acting":[3,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881647+0000","last_change":"2024-04-20T03:32:26.817230+0000","last_active":"2024-04-20T03:33:43.881647+0000","last_peered":"2024-04-20T03:33:43.881647+0000","last_clean":"2024-04-20T03:33:43.881647+0000","last_became_active":"2024-04-20T03:32:26.816872+0000","last_became_peered":"2024-04-20T03:32:26.816872+0000","last_unstale":"2024-04-20T03:33:43.881647+0000","last_undegraded":"2024-04-20T03:33:43.881647+0000","last_fullsized":"2024-04-20T03:33:43.881647+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"53'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885609+0000","last_change":"2024-04-20T03:32:26.451515+0000","last_active":"2024-04-20T03:33:43.885609+0000","last_peered":"2024-04-20T03:33:43.885609+0000","last_clean":"2024-04-20T03:33:43.885609+0000","last_became_active":"2024-04-20T03:32:26.451187+0000","last_became_peered":"2024-04-20T03:32:26.451187+0000","last_unstale":"2024-04-20T03:33:43.885609+0000","last_undegraded":"2024-04-20T03:33:43.885609+0000","last_fullsized":"2024-04-20T03:33:43.885609+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1b","version":"0'0","reported_seq":10,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:45.194195+0000","last_change":"2024-04-20T03:33:45.194195+0000","last_active":"2024-04-20T03:33:45.194195+0000","last_peered":"2024-04-20T03:33:45.194195+0000","last_clean":"2024-04-20T03:33:45.194195+0000","last_became_active":"2024-04-20T03:33:45.193899+0000","last_became_peered":"2024-04-20T03:33:45.193899+0000","last_unstale":"2024-04-20T03:33:45.194195+0000","last_undegraded":"2024-04-20T03:33:45.194195+0000","last_fullsized":"2024-04-20T03:33:45.194195+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,4,7],"acting":[2,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878271+0000","last_change":"2024-04-20T03:32:26.454016+0000","last_active":"2024-04-20T03:33:43.878271+0000","last_peered":"2024-04-20T03:33:43.878271+0000","last_clean":"2024-04-20T03:33:43.878271+0000","last_became_active":"2024-04-20T03:32:26.453699+0000","last_became_peered":"2024-04-20T03:32:26.453699+0000","last_unstale":"2024-04-20T03:33:43.878271+0000","last_undegraded":"2024-04-20T03:33:43.878271+0000","last_fullsized":"2024-04-20T03:33:43.878271+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.879492+0000","last_change":"2024-04-20T03:32:26.831137+0000","last_active":"2024-04-20T03:33:43.879492+0000","last_peered":"2024-04-20T03:33:43.879492+0000","last_clean":"2024-04-20T03:33:43.879492+0000","last_became_active":"2024-04-20T03:32:26.830813+0000","last_became_peered":"2024-04-20T03:32:26.830813+0000","last_unstale":"2024-04-20T03:33:43.879492+0000","last_undegraded":"2024-04-20T03:33:43.879492+0000","last_fullsized":"2024-04-20T03:33:43.879492+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881100+0000","last_change":"2024-04-20T03:32:26.453633+0000","last_active":"2024-04-20T03:33:43.881100+0000","last_peered":"2024-04-20T03:33:43.881100+0000","last_clean":"2024-04-20T03:33:43.881100+0000","last_became_active":"2024-04-20T03:32:26.453261+0000","last_became_peered":"2024-04-20T03:32:26.453261+0000","last_unstale":"2024-04-20T03:33:43.881100+0000","last_undegraded":"2024-04-20T03:33:43.881100+0000","last_fullsized":"2024-04-20T03:33:43.881100+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876407+0000","last_change":"2024-04-20T03:32:26.820223+0000","last_active":"2024-04-20T03:33:43.876407+0000","last_peered":"2024-04-20T03:33:43.876407+0000","last_clean":"2024-04-20T03:33:43.876407+0000","last_became_active":"2024-04-20T03:32:26.819848+0000","last_became_peered":"2024-04-20T03:32:26.819848+0000","last_unstale":"2024-04-20T03:33:43.876407+0000","last_undegraded":"2024-04-20T03:33:43.876407+0000","last_fullsized":"2024-04-20T03:33:43.876407+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884713+0000","last_change":"2024-04-20T03:32:26.453180+0000","last_active":"2024-04-20T03:33:43.884713+0000","last_peered":"2024-04-20T03:33:43.884713+0000","last_clean":"2024-04-20T03:33:43.884713+0000","last_became_active":"2024-04-20T03:32:26.452846+0000","last_became_peered":"2024-04-20T03:32:26.452846+0000","last_unstale":"2024-04-20T03:33:43.884713+0000","last_undegraded":"2024-04-20T03:33:43.884713+0000","last_fullsized":"2024-04-20T03:33:43.884713+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880623+0000","last_change":"2024-04-20T03:32:26.832433+0000","last_active":"2024-04-20T03:33:43.880623+0000","last_peered":"2024-04-20T03:33:43.880623+0000","last_clean":"2024-04-20T03:33:43.880623+0000","last_became_active":"2024-04-20T03:32:26.832137+0000","last_became_peered":"2024-04-20T03:32:26.832137+0000","last_unstale":"2024-04-20T03:33:43.880623+0000","last_undegraded":"2024-04-20T03:33:43.880623+0000","last_fullsized":"2024-04-20T03:33:43.880623+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880427+0000","last_change":"2024-04-20T03:32:26.458984+0000","last_active":"2024-04-20T03:33:43.880427+0000","last_peered":"2024-04-20T03:33:43.880427+0000","last_clean":"2024-04-20T03:33:43.880427+0000","last_became_active":"2024-04-20T03:32:26.458637+0000","last_became_peered":"2024-04-20T03:32:26.458637+0000","last_unstale":"2024-04-20T03:33:43.880427+0000","last_undegraded":"2024-04-20T03:33:43.880427+0000","last_fullsized":"2024-04-20T03:33:43.880427+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.882220+0000","last_change":"2024-04-20T03:32:26.837994+0000","last_active":"2024-04-20T03:33:43.882220+0000","last_peered":"2024-04-20T03:33:43.882220+0000","last_clean":"2024-04-20T03:33:43.882220+0000","last_became_active":"2024-04-20T03:32:26.837325+0000","last_became_peered":"2024-04-20T03:32:26.837325+0000","last_unstale":"2024-04-20T03:33:43.882220+0000","last_undegraded":"2024-04-20T03:33:43.882220+0000","last_fullsized":"2024-04-20T03:33:43.882220+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"53'3","reported_seq":21,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878960+0000","last_change":"2024-04-20T03:32:26.453155+0000","last_active":"2024-04-20T03:33:43.878960+0000","last_peered":"2024-04-20T03:33:43.878960+0000","last_clean":"2024-04-20T03:33:43.878960+0000","last_became_active":"2024-04-20T03:32:26.452447+0000","last_became_peered":"2024-04-20T03:32:26.452447+0000","last_unstale":"2024-04-20T03:33:43.878960+0000","last_undegraded":"2024-04-20T03:33:43.878960+0000","last_fullsized":"2024-04-20T03:33:43.878960+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":3,"ondisk_log_size":3,"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,"stat_sum":{"num_bytes":90,"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":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"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":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":10,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:45.209183+0000","last_change":"2024-04-20T03:33:45.209183+0000","last_active":"2024-04-20T03:33:45.209183+0000","last_peered":"2024-04-20T03:33:45.209183+0000","last_clean":"2024-04-20T03:33:45.209183+0000","last_became_active":"2024-04-20T03:33:45.208685+0000","last_became_peered":"2024-04-20T03:33:45.208685+0000","last_unstale":"2024-04-20T03:33:45.209183+0000","last_undegraded":"2024-04-20T03:33:45.209183+0000","last_fullsized":"2024-04-20T03:33:45.209183+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,7,6],"acting":[2,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.14","version":"55'9","reported_seq":27,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885170+0000","last_change":"2024-04-20T03:32:26.454384+0000","last_active":"2024-04-20T03:33:43.885170+0000","last_peered":"2024-04-20T03:33:43.885170+0000","last_clean":"2024-04-20T03:33:43.885170+0000","last_became_active":"2024-04-20T03:32:26.453995+0000","last_became_peered":"2024-04-20T03:32:26.453995+0000","last_unstale":"2024-04-20T03:33:43.885170+0000","last_undegraded":"2024-04-20T03:33:43.885170+0000","last_fullsized":"2024-04-20T03:33:43.885170+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":9,"ondisk_log_size":9,"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,"stat_sum":{"num_bytes":2300,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9,"num_write_kb":6,"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":1,"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":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885893+0000","last_change":"2024-04-20T03:32:26.825194+0000","last_active":"2024-04-20T03:33:43.885893+0000","last_peered":"2024-04-20T03:33:43.885893+0000","last_clean":"2024-04-20T03:33:43.885893+0000","last_became_active":"2024-04-20T03:32:26.824883+0000","last_became_peered":"2024-04-20T03:32:26.824883+0000","last_unstale":"2024-04-20T03:33:43.885893+0000","last_undegraded":"2024-04-20T03:33:43.885893+0000","last_fullsized":"2024-04-20T03:33:43.885893+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881198+0000","last_change":"2024-04-20T03:32:26.451054+0000","last_active":"2024-04-20T03:33:43.881198+0000","last_peered":"2024-04-20T03:33:43.881198+0000","last_clean":"2024-04-20T03:33:43.881198+0000","last_became_active":"2024-04-20T03:32:26.450643+0000","last_became_peered":"2024-04-20T03:32:26.450643+0000","last_unstale":"2024-04-20T03:33:43.881198+0000","last_undegraded":"2024-04-20T03:33:43.881198+0000","last_fullsized":"2024-04-20T03:33:43.881198+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":34,"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":0,"num_read_kb":0,"num_write":3,"num_write_kb":6,"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":1,"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":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881222+0000","last_change":"2024-04-20T03:32:26.832718+0000","last_active":"2024-04-20T03:33:43.881222+0000","last_peered":"2024-04-20T03:33:43.881222+0000","last_clean":"2024-04-20T03:33:43.881222+0000","last_became_active":"2024-04-20T03:32:26.832487+0000","last_became_peered":"2024-04-20T03:32:26.832487+0000","last_unstale":"2024-04-20T03:33:43.881222+0000","last_undegraded":"2024-04-20T03:33:43.881222+0000","last_fullsized":"2024-04-20T03:33:43.881222+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880647+0000","last_change":"2024-04-20T03:32:26.456829+0000","last_active":"2024-04-20T03:33:43.880647+0000","last_peered":"2024-04-20T03:33:43.880647+0000","last_clean":"2024-04-20T03:33:43.880647+0000","last_became_active":"2024-04-20T03:32:26.456410+0000","last_became_peered":"2024-04-20T03:32:26.456410+0000","last_unstale":"2024-04-20T03:33:43.880647+0000","last_undegraded":"2024-04-20T03:33:43.880647+0000","last_fullsized":"2024-04-20T03:33:43.880647+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885423+0000","last_change":"2024-04-20T03:32:26.822842+0000","last_active":"2024-04-20T03:33:43.885423+0000","last_peered":"2024-04-20T03:33:43.885423+0000","last_clean":"2024-04-20T03:33:43.885423+0000","last_became_active":"2024-04-20T03:32:26.822375+0000","last_became_peered":"2024-04-20T03:32:26.822375+0000","last_unstale":"2024-04-20T03:33:43.885423+0000","last_undegraded":"2024-04-20T03:33:43.885423+0000","last_fullsized":"2024-04-20T03:33:43.885423+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884435+0000","last_change":"2024-04-20T03:32:26.450048+0000","last_active":"2024-04-20T03:33:43.884435+0000","last_peered":"2024-04-20T03:33:43.884435+0000","last_clean":"2024-04-20T03:33:43.884435+0000","last_became_active":"2024-04-20T03:32:26.449667+0000","last_became_peered":"2024-04-20T03:32:26.449667+0000","last_unstale":"2024-04-20T03:33:43.884435+0000","last_undegraded":"2024-04-20T03:33:43.884435+0000","last_fullsized":"2024-04-20T03:33:43.884435+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884810+0000","last_change":"2024-04-20T03:32:26.834643+0000","last_active":"2024-04-20T03:33:43.884810+0000","last_peered":"2024-04-20T03:33:43.884810+0000","last_clean":"2024-04-20T03:33:43.884810+0000","last_became_active":"2024-04-20T03:32:26.834068+0000","last_became_peered":"2024-04-20T03:32:26.834068+0000","last_unstale":"2024-04-20T03:33:43.884810+0000","last_undegraded":"2024-04-20T03:33:43.884810+0000","last_fullsized":"2024-04-20T03:33:43.884810+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"53'8","reported_seq":26,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.875383+0000","last_change":"2024-04-20T03:32:26.443051+0000","last_active":"2024-04-20T03:33:43.875383+0000","last_peered":"2024-04-20T03:33:43.875383+0000","last_clean":"2024-04-20T03:33:43.875383+0000","last_became_active":"2024-04-20T03:32:26.442639+0000","last_became_peered":"2024-04-20T03:32:26.442639+0000","last_unstale":"2024-04-20T03:33:43.875383+0000","last_undegraded":"2024-04-20T03:33:43.875383+0000","last_fullsized":"2024-04-20T03:33:43.875383+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":8,"ondisk_log_size":8,"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,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"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":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"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":4,"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":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885048+0000","last_change":"2024-04-20T03:32:26.824809+0000","last_active":"2024-04-20T03:33:43.885048+0000","last_peered":"2024-04-20T03:33:43.885048+0000","last_clean":"2024-04-20T03:33:43.885048+0000","last_became_active":"2024-04-20T03:32:26.824521+0000","last_became_peered":"2024-04-20T03:32:26.824521+0000","last_unstale":"2024-04-20T03:33:43.885048+0000","last_undegraded":"2024-04-20T03:33:43.885048+0000","last_fullsized":"2024-04-20T03:33:43.885048+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"53'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.883148+0000","last_change":"2024-04-20T03:32:26.448588+0000","last_active":"2024-04-20T03:33:43.883148+0000","last_peered":"2024-04-20T03:33:43.883148+0000","last_clean":"2024-04-20T03:33:43.883148+0000","last_became_active":"2024-04-20T03:32:26.448273+0000","last_became_peered":"2024-04-20T03:32:26.448273+0000","last_unstale":"2024-04-20T03:33:43.883148+0000","last_undegraded":"2024-04-20T03:33:43.883148+0000","last_fullsized":"2024-04-20T03:33:43.883148+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886179+0000","last_change":"2024-04-20T03:32:26.828871+0000","last_active":"2024-04-20T03:33:43.886179+0000","last_peered":"2024-04-20T03:33:43.886179+0000","last_clean":"2024-04-20T03:33:43.886179+0000","last_became_active":"2024-04-20T03:32:26.828409+0000","last_became_peered":"2024-04-20T03:32:26.828409+0000","last_unstale":"2024-04-20T03:33:43.886179+0000","last_undegraded":"2024-04-20T03:33:43.886179+0000","last_fullsized":"2024-04-20T03:33:43.886179+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876711+0000","last_change":"2024-04-20T03:33:06.021226+0000","last_active":"2024-04-20T03:33:43.876711+0000","last_peered":"2024-04-20T03:33:43.876711+0000","last_clean":"2024-04-20T03:33:43.876711+0000","last_became_active":"2024-04-20T03:33:06.020868+0000","last_became_peered":"2024-04-20T03:33:06.020868+0000","last_unstale":"2024-04-20T03:33:43.876711+0000","last_undegraded":"2024-04-20T03:33:43.876711+0000","last_fullsized":"2024-04-20T03:33:43.876711+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":27,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:45.190890+0000","last_change":"2024-04-20T03:33:45.190890+0000","last_active":"2024-04-20T03:33:45.190890+0000","last_peered":"2024-04-20T03:33:45.190890+0000","last_clean":"2024-04-20T03:33:45.190890+0000","last_became_active":"2024-04-20T03:33:45.190513+0000","last_became_peered":"2024-04-20T03:33:45.190513+0000","last_unstale":"2024-04-20T03:33:45.190890+0000","last_undegraded":"2024-04-20T03:33:45.190890+0000","last_fullsized":"2024-04-20T03:33:45.190890+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880778+0000","last_change":"2024-04-20T03:32:26.833020+0000","last_active":"2024-04-20T03:33:43.880778+0000","last_peered":"2024-04-20T03:33:43.880778+0000","last_clean":"2024-04-20T03:33:43.880778+0000","last_became_active":"2024-04-20T03:32:26.832744+0000","last_became_peered":"2024-04-20T03:32:26.832744+0000","last_unstale":"2024-04-20T03:33:43.880778+0000","last_undegraded":"2024-04-20T03:33:43.880778+0000","last_fullsized":"2024-04-20T03:33:43.880778+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878577+0000","last_change":"2024-04-20T03:33:06.020660+0000","last_active":"2024-04-20T03:33:43.878577+0000","last_peered":"2024-04-20T03:33:43.878577+0000","last_clean":"2024-04-20T03:33:43.878577+0000","last_became_active":"2024-04-20T03:33:06.020361+0000","last_became_peered":"2024-04-20T03:33:06.020361+0000","last_unstale":"2024-04-20T03:33:43.878577+0000","last_undegraded":"2024-04-20T03:33:43.878577+0000","last_fullsized":"2024-04-20T03:33:43.878577+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880542+0000","last_change":"2024-04-20T03:32:26.456447+0000","last_active":"2024-04-20T03:33:43.880542+0000","last_peered":"2024-04-20T03:33:43.880542+0000","last_clean":"2024-04-20T03:33:43.880542+0000","last_became_active":"2024-04-20T03:32:26.456132+0000","last_became_peered":"2024-04-20T03:32:26.456132+0000","last_unstale":"2024-04-20T03:33:43.880542+0000","last_undegraded":"2024-04-20T03:33:43.880542+0000","last_fullsized":"2024-04-20T03:33:43.880542+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.882860+0000","last_change":"2024-04-20T03:32:26.831404+0000","last_active":"2024-04-20T03:33:43.882860+0000","last_peered":"2024-04-20T03:33:43.882860+0000","last_clean":"2024-04-20T03:33:43.882860+0000","last_became_active":"2024-04-20T03:32:26.831118+0000","last_became_peered":"2024-04-20T03:32:26.831118+0000","last_unstale":"2024-04-20T03:33:43.882860+0000","last_undegraded":"2024-04-20T03:33:43.882860+0000","last_fullsized":"2024-04-20T03:33:43.882860+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.879302+0000","last_change":"2024-04-20T03:33:06.021734+0000","last_active":"2024-04-20T03:33:43.879302+0000","last_peered":"2024-04-20T03:33:43.879302+0000","last_clean":"2024-04-20T03:33:43.879302+0000","last_became_active":"2024-04-20T03:33:06.021331+0000","last_became_peered":"2024-04-20T03:33:06.021331+0000","last_unstale":"2024-04-20T03:33:43.879302+0000","last_undegraded":"2024-04-20T03:33:43.879302+0000","last_fullsized":"2024-04-20T03:33:43.879302+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876287+0000","last_change":"2024-04-20T03:32:26.826668+0000","last_active":"2024-04-20T03:33:43.876287+0000","last_peered":"2024-04-20T03:33:43.876287+0000","last_clean":"2024-04-20T03:33:43.876287+0000","last_became_active":"2024-04-20T03:32:26.826369+0000","last_became_peered":"2024-04-20T03:32:26.826369+0000","last_unstale":"2024-04-20T03:33:43.876287+0000","last_undegraded":"2024-04-20T03:33:43.876287+0000","last_fullsized":"2024-04-20T03:33:43.876287+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.875558+0000","last_change":"2024-04-20T03:32:26.446889+0000","last_active":"2024-04-20T03:33:43.875558+0000","last_peered":"2024-04-20T03:33:43.875558+0000","last_clean":"2024-04-20T03:33:43.875558+0000","last_became_active":"2024-04-20T03:32:26.446527+0000","last_became_peered":"2024-04-20T03:32:26.446527+0000","last_unstale":"2024-04-20T03:33:43.875558+0000","last_undegraded":"2024-04-20T03:33:43.875558+0000","last_fullsized":"2024-04-20T03:33:43.875558+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,3,0],"acting":[2,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884236+0000","last_change":"2024-04-20T03:33:05.852821+0000","last_active":"2024-04-20T03:33:43.884236+0000","last_peered":"2024-04-20T03:33:43.884236+0000","last_clean":"2024-04-20T03:33:43.884236+0000","last_became_active":"2024-04-20T03:33:05.852469+0000","last_became_peered":"2024-04-20T03:33:05.852469+0000","last_unstale":"2024-04-20T03:33:43.884236+0000","last_undegraded":"2024-04-20T03:33:43.884236+0000","last_fullsized":"2024-04-20T03:33:43.884236+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,7],"acting":[6,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":26,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:45.208918+0000","last_change":"2024-04-20T03:33:45.208918+0000","last_active":"2024-04-20T03:33:45.208918+0000","last_peered":"2024-04-20T03:33:45.208918+0000","last_clean":"2024-04-20T03:33:45.208918+0000","last_became_active":"2024-04-20T03:33:45.208558+0000","last_became_peered":"2024-04-20T03:33:45.208558+0000","last_unstale":"2024-04-20T03:33:45.208918+0000","last_undegraded":"2024-04-20T03:33:45.208918+0000","last_fullsized":"2024-04-20T03:33:45.208918+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,2,6],"acting":[3,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880222+0000","last_change":"2024-04-20T03:32:26.457190+0000","last_active":"2024-04-20T03:33:43.880222+0000","last_peered":"2024-04-20T03:33:43.880222+0000","last_clean":"2024-04-20T03:33:43.880222+0000","last_became_active":"2024-04-20T03:32:26.456865+0000","last_became_peered":"2024-04-20T03:32:26.456865+0000","last_unstale":"2024-04-20T03:33:43.880222+0000","last_undegraded":"2024-04-20T03:33:43.880222+0000","last_fullsized":"2024-04-20T03:33:43.880222+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"0'0","reported_seq":21,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.883566+0000","last_change":"2024-04-20T03:32:09.240448+0000","last_active":"2024-04-20T03:33:43.883566+0000","last_peered":"2024-04-20T03:33:43.883566+0000","last_clean":"2024-04-20T03:33:43.883566+0000","last_became_active":"2024-04-20T03:32:09.240111+0000","last_became_peered":"2024-04-20T03:32:09.240111+0000","last_unstale":"2024-04-20T03:33:43.883566+0000","last_undegraded":"2024-04-20T03:33:43.883566+0000","last_fullsized":"2024-04-20T03:33:43.883566+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:30:06.347569+0000","last_clean_scrub_stamp":"2024-04-20T03:30:06.347569+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881443+0000","last_change":"2024-04-20T03:33:06.020670+0000","last_active":"2024-04-20T03:33:43.881443+0000","last_peered":"2024-04-20T03:33:43.881443+0000","last_clean":"2024-04-20T03:33:43.881443+0000","last_became_active":"2024-04-20T03:33:06.020358+0000","last_became_peered":"2024-04-20T03:33:06.020358+0000","last_unstale":"2024-04-20T03:33:43.881443+0000","last_undegraded":"2024-04-20T03:33:43.881443+0000","last_fullsized":"2024-04-20T03:33:43.881443+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,2],"acting":[0,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880985+0000","last_change":"2024-04-20T03:32:26.832653+0000","last_active":"2024-04-20T03:33:43.880985+0000","last_peered":"2024-04-20T03:33:43.880985+0000","last_clean":"2024-04-20T03:33:43.880985+0000","last_became_active":"2024-04-20T03:32:26.832364+0000","last_became_peered":"2024-04-20T03:32:26.832364+0000","last_unstale":"2024-04-20T03:33:43.880985+0000","last_undegraded":"2024-04-20T03:33:43.880985+0000","last_fullsized":"2024-04-20T03:33:43.880985+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.883453+0000","last_change":"2024-04-20T03:32:26.459525+0000","last_active":"2024-04-20T03:33:43.883453+0000","last_peered":"2024-04-20T03:33:43.883453+0000","last_clean":"2024-04-20T03:33:43.883453+0000","last_became_active":"2024-04-20T03:32:26.459218+0000","last_became_peered":"2024-04-20T03:32:26.459218+0000","last_unstale":"2024-04-20T03:33:43.883453+0000","last_undegraded":"2024-04-20T03:33:43.883453+0000","last_fullsized":"2024-04-20T03:33:43.883453+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,1,0],"acting":[7,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881191+0000","last_change":"2024-04-20T03:33:06.021112+0000","last_active":"2024-04-20T03:33:43.881191+0000","last_peered":"2024-04-20T03:33:43.881191+0000","last_clean":"2024-04-20T03:33:43.881191+0000","last_became_active":"2024-04-20T03:33:06.020800+0000","last_became_peered":"2024-04-20T03:33:06.020800+0000","last_unstale":"2024-04-20T03:33:43.881191+0000","last_undegraded":"2024-04-20T03:33:43.881191+0000","last_fullsized":"2024-04-20T03:33:43.881191+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886038+0000","last_change":"2024-04-20T03:32:26.459867+0000","last_active":"2024-04-20T03:33:43.886038+0000","last_peered":"2024-04-20T03:33:43.886038+0000","last_clean":"2024-04-20T03:33:43.886038+0000","last_became_active":"2024-04-20T03:32:26.459136+0000","last_became_peered":"2024-04-20T03:32:26.459136+0000","last_unstale":"2024-04-20T03:33:43.886038+0000","last_undegraded":"2024-04-20T03:33:43.886038+0000","last_fullsized":"2024-04-20T03:33:43.886038+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878657+0000","last_change":"2024-04-20T03:32:26.828962+0000","last_active":"2024-04-20T03:33:43.878657+0000","last_peered":"2024-04-20T03:33:43.878657+0000","last_clean":"2024-04-20T03:33:43.878657+0000","last_became_active":"2024-04-20T03:32:26.828241+0000","last_became_peered":"2024-04-20T03:32:26.828241+0000","last_unstale":"2024-04-20T03:33:43.878657+0000","last_undegraded":"2024-04-20T03:33:43.878657+0000","last_fullsized":"2024-04-20T03:33:43.878657+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878242+0000","last_change":"2024-04-20T03:33:05.852370+0000","last_active":"2024-04-20T03:33:43.878242+0000","last_peered":"2024-04-20T03:33:43.878242+0000","last_clean":"2024-04-20T03:33:43.878242+0000","last_became_active":"2024-04-20T03:33:05.852070+0000","last_became_peered":"2024-04-20T03:33:05.852070+0000","last_unstale":"2024-04-20T03:33:43.878242+0000","last_undegraded":"2024-04-20T03:33:43.878242+0000","last_fullsized":"2024-04-20T03:33:43.878242+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"54'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.879214+0000","last_change":"2024-04-20T03:32:26.446310+0000","last_active":"2024-04-20T03:33:43.879214+0000","last_peered":"2024-04-20T03:33:43.879214+0000","last_clean":"2024-04-20T03:33:43.879214+0000","last_became_active":"2024-04-20T03:32:26.446015+0000","last_became_peered":"2024-04-20T03:32:26.446015+0000","last_unstale":"2024-04-20T03:33:43.879214+0000","last_undegraded":"2024-04-20T03:33:43.879214+0000","last_fullsized":"2024-04-20T03:33:43.879214+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878521+0000","last_change":"2024-04-20T03:32:26.831034+0000","last_active":"2024-04-20T03:33:43.878521+0000","last_peered":"2024-04-20T03:33:43.878521+0000","last_clean":"2024-04-20T03:33:43.878521+0000","last_became_active":"2024-04-20T03:32:26.830748+0000","last_became_peered":"2024-04-20T03:32:26.830748+0000","last_unstale":"2024-04-20T03:33:43.878521+0000","last_undegraded":"2024-04-20T03:33:43.878521+0000","last_fullsized":"2024-04-20T03:33:43.878521+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":13,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880293+0000","last_change":"2024-04-20T03:33:06.021119+0000","last_active":"2024-04-20T03:33:43.880293+0000","last_peered":"2024-04-20T03:33:43.880293+0000","last_clean":"2024-04-20T03:33:43.880293+0000","last_became_active":"2024-04-20T03:33:06.020829+0000","last_became_peered":"2024-04-20T03:33:06.020829+0000","last_unstale":"2024-04-20T03:33:43.880293+0000","last_undegraded":"2024-04-20T03:33:43.880293+0000","last_fullsized":"2024-04-20T03:33:43.880293+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":56,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:33:04.827831+0000","last_clean_scrub_stamp":"2024-04-20T03:33:04.827831+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.7","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884697+0000","last_change":"2024-04-20T03:32:26.448446+0000","last_active":"2024-04-20T03:33:43.884697+0000","last_peered":"2024-04-20T03:33:43.884697+0000","last_clean":"2024-04-20T03:33:43.884697+0000","last_became_active":"2024-04-20T03:32:26.448131+0000","last_became_peered":"2024-04-20T03:32:26.448131+0000","last_unstale":"2024-04-20T03:33:43.884697+0000","last_undegraded":"2024-04-20T03:33:43.884697+0000","last_fullsized":"2024-04-20T03:33:43.884697+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881908+0000","last_change":"2024-04-20T03:32:26.829007+0000","last_active":"2024-04-20T03:33:43.881908+0000","last_peered":"2024-04-20T03:33:43.881908+0000","last_clean":"2024-04-20T03:33:43.881908+0000","last_became_active":"2024-04-20T03:32:26.828656+0000","last_became_peered":"2024-04-20T03:32:26.828656+0000","last_unstale":"2024-04-20T03:33:43.881908+0000","last_undegraded":"2024-04-20T03:33:43.881908+0000","last_fullsized":"2024-04-20T03:33:43.881908+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.883654+0000","last_change":"2024-04-20T03:32:26.459222+0000","last_active":"2024-04-20T03:33:43.883654+0000","last_peered":"2024-04-20T03:33:43.883654+0000","last_clean":"2024-04-20T03:33:43.883654+0000","last_became_active":"2024-04-20T03:32:26.458819+0000","last_became_peered":"2024-04-20T03:32:26.458819+0000","last_unstale":"2024-04-20T03:33:43.883654+0000","last_undegraded":"2024-04-20T03:33:43.883654+0000","last_fullsized":"2024-04-20T03:33:43.883654+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880844+0000","last_change":"2024-04-20T03:32:26.817898+0000","last_active":"2024-04-20T03:33:43.880844+0000","last_peered":"2024-04-20T03:33:43.880844+0000","last_clean":"2024-04-20T03:33:43.880844+0000","last_became_active":"2024-04-20T03:32:26.817574+0000","last_became_peered":"2024-04-20T03:32:26.817574+0000","last_unstale":"2024-04-20T03:33:43.880844+0000","last_undegraded":"2024-04-20T03:33:43.880844+0000","last_fullsized":"2024-04-20T03:33:43.880844+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[4,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.9","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876479+0000","last_change":"2024-04-20T03:32:26.452127+0000","last_active":"2024-04-20T03:33:43.876479+0000","last_peered":"2024-04-20T03:33:43.876479+0000","last_clean":"2024-04-20T03:33:43.876479+0000","last_became_active":"2024-04-20T03:32:26.451220+0000","last_became_peered":"2024-04-20T03:32:26.451220+0000","last_unstale":"2024-04-20T03:33:43.876479+0000","last_undegraded":"2024-04-20T03:33:43.876479+0000","last_fullsized":"2024-04-20T03:33:43.876479+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878326+0000","last_change":"2024-04-20T03:32:26.816809+0000","last_active":"2024-04-20T03:33:43.878326+0000","last_peered":"2024-04-20T03:33:43.878326+0000","last_clean":"2024-04-20T03:33:43.878326+0000","last_became_active":"2024-04-20T03:32:26.816499+0000","last_became_peered":"2024-04-20T03:32:26.816499+0000","last_unstale":"2024-04-20T03:33:43.878326+0000","last_undegraded":"2024-04-20T03:33:43.878326+0000","last_fullsized":"2024-04-20T03:33:43.878326+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876636+0000","last_change":"2024-04-20T03:32:26.450170+0000","last_active":"2024-04-20T03:33:43.876636+0000","last_peered":"2024-04-20T03:33:43.876636+0000","last_clean":"2024-04-20T03:33:43.876636+0000","last_became_active":"2024-04-20T03:32:26.449478+0000","last_became_peered":"2024-04-20T03:32:26.449478+0000","last_unstale":"2024-04-20T03:33:43.876636+0000","last_undegraded":"2024-04-20T03:33:43.876636+0000","last_fullsized":"2024-04-20T03:33:43.876636+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878643+0000","last_change":"2024-04-20T03:32:26.831148+0000","last_active":"2024-04-20T03:33:43.878643+0000","last_peered":"2024-04-20T03:33:43.878643+0000","last_clean":"2024-04-20T03:33:43.878643+0000","last_became_active":"2024-04-20T03:32:26.830788+0000","last_became_peered":"2024-04-20T03:32:26.830788+0000","last_unstale":"2024-04-20T03:33:43.878643+0000","last_undegraded":"2024-04-20T03:33:43.878643+0000","last_fullsized":"2024-04-20T03:33:43.878643+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885388+0000","last_change":"2024-04-20T03:32:26.452860+0000","last_active":"2024-04-20T03:33:43.885388+0000","last_peered":"2024-04-20T03:33:43.885388+0000","last_clean":"2024-04-20T03:33:43.885388+0000","last_became_active":"2024-04-20T03:32:26.452537+0000","last_became_peered":"2024-04-20T03:32:26.452537+0000","last_unstale":"2024-04-20T03:33:43.885388+0000","last_undegraded":"2024-04-20T03:33:43.885388+0000","last_fullsized":"2024-04-20T03:33:43.885388+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"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":1,"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,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885547+0000","last_change":"2024-04-20T03:32:26.824565+0000","last_active":"2024-04-20T03:33:43.885547+0000","last_peered":"2024-04-20T03:33:43.885547+0000","last_clean":"2024-04-20T03:33:43.885547+0000","last_became_active":"2024-04-20T03:32:26.824280+0000","last_became_peered":"2024-04-20T03:32:26.824280+0000","last_unstale":"2024-04-20T03:33:43.885547+0000","last_undegraded":"2024-04-20T03:33:43.885547+0000","last_fullsized":"2024-04-20T03:33:43.885547+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.c","version":"0'0","reported_seq":18,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.875641+0000","last_change":"2024-04-20T03:32:26.452435+0000","last_active":"2024-04-20T03:33:43.875641+0000","last_peered":"2024-04-20T03:33:43.875641+0000","last_clean":"2024-04-20T03:33:43.875641+0000","last_became_active":"2024-04-20T03:32:26.452175+0000","last_became_peered":"2024-04-20T03:32:26.452175+0000","last_unstale":"2024-04-20T03:33:43.875641+0000","last_undegraded":"2024-04-20T03:33:43.875641+0000","last_fullsized":"2024-04-20T03:33:43.875641+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885898+0000","last_change":"2024-04-20T03:32:26.829033+0000","last_active":"2024-04-20T03:33:43.885898+0000","last_peered":"2024-04-20T03:33:43.885898+0000","last_clean":"2024-04-20T03:33:43.885898+0000","last_became_active":"2024-04-20T03:32:26.828152+0000","last_became_peered":"2024-04-20T03:32:26.828152+0000","last_unstale":"2024-04-20T03:33:43.885898+0000","last_undegraded":"2024-04-20T03:33:43.885898+0000","last_fullsized":"2024-04-20T03:33:43.885898+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.d","version":"53'1","reported_seq":19,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878875+0000","last_change":"2024-04-20T03:32:26.451554+0000","last_active":"2024-04-20T03:33:43.878875+0000","last_peered":"2024-04-20T03:33:43.878875+0000","last_clean":"2024-04-20T03:33:43.878875+0000","last_became_active":"2024-04-20T03:32:26.449515+0000","last_became_peered":"2024-04-20T03:32:26.449515+0000","last_unstale":"2024-04-20T03:33:43.878875+0000","last_undegraded":"2024-04-20T03:33:43.878875+0000","last_fullsized":"2024-04-20T03:33:43.878875+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":1,"ondisk_log_size":1,"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,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880910+0000","last_change":"2024-04-20T03:32:26.838448+0000","last_active":"2024-04-20T03:33:43.880910+0000","last_peered":"2024-04-20T03:33:43.880910+0000","last_clean":"2024-04-20T03:33:43.880910+0000","last_became_active":"2024-04-20T03:32:26.837894+0000","last_became_peered":"2024-04-20T03:32:26.837894+0000","last_unstale":"2024-04-20T03:33:43.880910+0000","last_undegraded":"2024-04-20T03:33:43.880910+0000","last_fullsized":"2024-04-20T03:33:43.880910+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.e","version":"53'2","reported_seq":20,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.876072+0000","last_change":"2024-04-20T03:32:26.447548+0000","last_active":"2024-04-20T03:33:43.876072+0000","last_peered":"2024-04-20T03:33:43.876072+0000","last_clean":"2024-04-20T03:33:43.876072+0000","last_became_active":"2024-04-20T03:32:26.447251+0000","last_became_peered":"2024-04-20T03:32:26.447251+0000","last_unstale":"2024-04-20T03:33:43.876072+0000","last_undegraded":"2024-04-20T03:33:43.876072+0000","last_fullsized":"2024-04-20T03:33:43.876072+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":51,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:25.418750+0000","last_clean_scrub_stamp":"2024-04-20T03:32:25.418750+0000","log_size":2,"ondisk_log_size":2,"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,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"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":1,"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":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.886233+0000","last_change":"2024-04-20T03:32:26.833126+0000","last_active":"2024-04-20T03:33:43.886233+0000","last_peered":"2024-04-20T03:33:43.886233+0000","last_clean":"2024-04-20T03:33:43.886233+0000","last_became_active":"2024-04-20T03:32:26.832413+0000","last_became_peered":"2024-04-20T03:32:26.832413+0000","last_unstale":"2024-04-20T03:33:43.886233+0000","last_undegraded":"2024-04-20T03:33:43.886233+0000","last_fullsized":"2024-04-20T03:33:43.886233+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.20","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884184+0000","last_change":"2024-04-20T03:32:26.834474+0000","last_active":"2024-04-20T03:33:43.884184+0000","last_peered":"2024-04-20T03:33:43.884184+0000","last_clean":"2024-04-20T03:33:43.884184+0000","last_became_active":"2024-04-20T03:32:26.833653+0000","last_became_peered":"2024-04-20T03:32:26.833653+0000","last_unstale":"2024-04-20T03:33:43.884184+0000","last_undegraded":"2024-04-20T03:33:43.884184+0000","last_fullsized":"2024-04-20T03:33:43.884184+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.21","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.875396+0000","last_change":"2024-04-20T03:32:26.833527+0000","last_active":"2024-04-20T03:33:43.875396+0000","last_peered":"2024-04-20T03:33:43.875396+0000","last_clean":"2024-04-20T03:33:43.875396+0000","last_became_active":"2024-04-20T03:32:26.833220+0000","last_became_peered":"2024-04-20T03:32:26.833220+0000","last_unstale":"2024-04-20T03:33:43.875396+0000","last_undegraded":"2024-04-20T03:33:43.875396+0000","last_fullsized":"2024-04-20T03:33:43.875396+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[2,5,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.880922+0000","last_change":"2024-04-20T03:32:26.836586+0000","last_active":"2024-04-20T03:33:43.880922+0000","last_peered":"2024-04-20T03:33:43.880922+0000","last_clean":"2024-04-20T03:33:43.880922+0000","last_became_active":"2024-04-20T03:32:26.833942+0000","last_became_peered":"2024-04-20T03:32:26.833942+0000","last_unstale":"2024-04-20T03:33:43.880922+0000","last_undegraded":"2024-04-20T03:33:43.880922+0000","last_fullsized":"2024-04-20T03:33:43.880922+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881682+0000","last_change":"2024-04-20T03:32:26.829271+0000","last_active":"2024-04-20T03:33:43.881682+0000","last_peered":"2024-04-20T03:33:43.881682+0000","last_clean":"2024-04-20T03:33:43.881682+0000","last_became_active":"2024-04-20T03:32:26.829007+0000","last_became_peered":"2024-04-20T03:32:26.829007+0000","last_unstale":"2024-04-20T03:33:43.881682+0000","last_undegraded":"2024-04-20T03:33:43.881682+0000","last_fullsized":"2024-04-20T03:33:43.881682+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,3,4],"acting":[0,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.24","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878460+0000","last_change":"2024-04-20T03:32:26.830422+0000","last_active":"2024-04-20T03:33:43.878460+0000","last_peered":"2024-04-20T03:33:43.878460+0000","last_clean":"2024-04-20T03:33:43.878460+0000","last_became_active":"2024-04-20T03:32:26.830150+0000","last_became_peered":"2024-04-20T03:32:26.830150+0000","last_unstale":"2024-04-20T03:33:43.878460+0000","last_undegraded":"2024-04-20T03:33:43.878460+0000","last_fullsized":"2024-04-20T03:33:43.878460+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878804+0000","last_change":"2024-04-20T03:32:26.828141+0000","last_active":"2024-04-20T03:33:43.878804+0000","last_peered":"2024-04-20T03:33:43.878804+0000","last_clean":"2024-04-20T03:33:43.878804+0000","last_became_active":"2024-04-20T03:32:26.827319+0000","last_became_peered":"2024-04-20T03:32:26.827319+0000","last_unstale":"2024-04-20T03:33:43.878804+0000","last_undegraded":"2024-04-20T03:33:43.878804+0000","last_fullsized":"2024-04-20T03:33:43.878804+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.884885+0000","last_change":"2024-04-20T03:32:26.826028+0000","last_active":"2024-04-20T03:33:43.884885+0000","last_peered":"2024-04-20T03:33:43.884885+0000","last_clean":"2024-04-20T03:33:43.884885+0000","last_became_active":"2024-04-20T03:32:26.825471+0000","last_became_peered":"2024-04-20T03:32:26.825471+0000","last_unstale":"2024-04-20T03:33:43.884885+0000","last_undegraded":"2024-04-20T03:33:43.884885+0000","last_fullsized":"2024-04-20T03:33:43.884885+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":26,"reported_epoch":61,"state":"active+clean","last_fresh":"2024-04-20T03:33:44.887094+0000","last_change":"2024-04-20T03:33:44.887094+0000","last_active":"2024-04-20T03:33:44.887094+0000","last_peered":"2024-04-20T03:33:44.887094+0000","last_clean":"2024-04-20T03:33:44.887094+0000","last_became_active":"2024-04-20T03:33:44.886700+0000","last_became_peered":"2024-04-20T03:33:44.886700+0000","last_unstale":"2024-04-20T03:33:44.887094+0000","last_undegraded":"2024-04-20T03:33:44.887094+0000","last_fullsized":"2024-04-20T03:33:44.887094+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,1,2],"acting":[3,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881209+0000","last_change":"2024-04-20T03:32:26.833565+0000","last_active":"2024-04-20T03:33:43.881209+0000","last_peered":"2024-04-20T03:33:43.881209+0000","last_clean":"2024-04-20T03:33:43.881209+0000","last_became_active":"2024-04-20T03:32:26.833293+0000","last_became_peered":"2024-04-20T03:32:26.833293+0000","last_unstale":"2024-04-20T03:33:43.881209+0000","last_undegraded":"2024-04-20T03:33:43.881209+0000","last_fullsized":"2024-04-20T03:33:43.881209+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.878165+0000","last_change":"2024-04-20T03:32:26.825009+0000","last_active":"2024-04-20T03:33:43.878165+0000","last_peered":"2024-04-20T03:33:43.878165+0000","last_clean":"2024-04-20T03:33:43.878165+0000","last_became_active":"2024-04-20T03:32:26.824773+0000","last_became_peered":"2024-04-20T03:32:26.824773+0000","last_unstale":"2024-04-20T03:33:43.878165+0000","last_undegraded":"2024-04-20T03:33:43.878165+0000","last_fullsized":"2024-04-20T03:33:43.878165+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881134+0000","last_change":"2024-04-20T03:32:26.831678+0000","last_active":"2024-04-20T03:33:43.881134+0000","last_peered":"2024-04-20T03:33:43.881134+0000","last_clean":"2024-04-20T03:33:43.881134+0000","last_became_active":"2024-04-20T03:32:26.831255+0000","last_became_peered":"2024-04-20T03:32:26.831255+0000","last_unstale":"2024-04-20T03:33:43.881134+0000","last_undegraded":"2024-04-20T03:33:43.881134+0000","last_fullsized":"2024-04-20T03:33:43.881134+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[5,7,6],"acting":[5,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2b","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.881865+0000","last_change":"2024-04-20T03:32:26.833737+0000","last_active":"2024-04-20T03:33:43.881865+0000","last_peered":"2024-04-20T03:33:43.881865+0000","last_clean":"2024-04-20T03:33:43.881865+0000","last_became_active":"2024-04-20T03:32:26.833385+0000","last_became_peered":"2024-04-20T03:32:26.833385+0000","last_unstale":"2024-04-20T03:33:43.881865+0000","last_undegraded":"2024-04-20T03:33:43.881865+0000","last_fullsized":"2024-04-20T03:33:43.881865+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[0,7,1],"acting":[0,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.2c","version":"0'0","reported_seq":17,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-04-20T03:33:43.885098+0000","last_change":"2024-04-20T03:32:26.833337+0000","last_active":"2024-04-20T03:33:43.885098+0000","last_peered":"2024-04-20T03:33:43.885098+0000","last_clean":"2024-04-20T03:33:43.885098+0000","last_became_active":"2024-04-20T03:32:26.832993+0000","last_became_peered":"2024-04-20T03:32:26.832993+0000","last_unstale":"2024-04-20T03:33:43.885098+0000","last_undegraded":"2024-04-20T03:33:43.885098+0000","last_fullsized":"2024-04-20T03:33:43.885098+0000","mapping_epoch":52,"log_start":"0'0","ondisk_log_start":"0'0","created":52,"last_epoch_clean":53,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-20T03:32:26.428237+0000","last_clean_scrub_stamp":"2024-04-20T03:32:26.428237+0000","log_size":0,"ondisk_log_size":0,"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,"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},"up":[6,4,0],"acting":[6,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":8,"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":24,"acting":24,"num_store_stats":8},{"poolid":3,"num_pg":64,"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":192,"acting":192,"num_store_stats":8},{"poolid":1,"num_pg":1,"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":3,"acting":3,"num_store_stats":3},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":3070,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"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":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":48,"num_write_kb":16,"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":14,"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":98304,"data_stored":9210,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":42,"ondisk_log_size":42,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":48,"seq":206158430234,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297704,"kb_used_data":608,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447448,"statfs":{"total":95995035648,"available":95690186752,"internally_reserved":0,"allocated":622592,"data_stored":266112,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.47799999999999998}]},{"osd":1,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.48799999999999999}]},{"osd":2,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.53300000000000003}]},{"osd":3,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.497},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.61099999999999999}]},{"osd":4,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.38100000000000001}]},{"osd":5,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.40400000000000003}]},{"osd":6,"last update":"Sat Apr 20 03:33:10 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.443}]}]},{"osd":6,"up_from":42,"seq":180388626463,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297704,"kb_used_data":608,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447448,"statfs":{"total":95995035648,"available":95690186752,"internally_reserved":0,"allocated":622592,"data_stored":267521,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.51800000000000002,"15min":0.52300000000000002},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.68799999999999994,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.502,"15min":0.5},"min":{"1min":0.34100000000000003,"5min":0.309,"15min":0.309},"max":{"1min":0.71099999999999997,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.55500000000000005}]},{"osd":1,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.50600000000000001,"15min":0.502},"min":{"1min":0.32900000000000001,"5min":0.315,"15min":0.315},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.51100000000000001,"15min":0.51600000000000001},"min":{"1min":0.33800000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.65500000000000003,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.61499999999999999}]},{"osd":2,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69899999999999995,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.51400000000000001,"15min":0.51900000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.54300000000000004}]},{"osd":3,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.67200000000000004,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.627},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.55200000000000005,"15min":0.55600000000000005},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.79300000000000004,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.51200000000000001}]},{"osd":4,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.42699999999999999,"15min":0.42899999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.42299999999999999,"15min":0.42499999999999999},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.40899999999999997}]},{"osd":5,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.46000000000000002,"15min":0.46200000000000002},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.66200000000000003,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.377,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.48099999999999998}]},{"osd":7,"last update":"Sat Apr 20 03:33:12 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.495},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.52500000000000002}]}]},{"osd":1,"up_from":13,"seq":55834574904,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297696,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447456,"statfs":{"total":95995035648,"available":95690194944,"internally_reserved":0,"allocated":614400,"data_stored":265066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:49 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.36199999999999999,"15min":0.32300000000000001},"min":{"1min":0.24399999999999999,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":2.9689999999999999,"5min":2.9689999999999999,"15min":2.9689999999999999},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.40899999999999997,"15min":0.36099999999999999},"min":{"1min":0.28999999999999998,"5min":0.253,"15min":0.253},"max":{"1min":3.0070000000000001,"5min":3.0070000000000001,"15min":3.0070000000000001},"last":0.32400000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:33:08 2024","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.373,"15min":0.373},"min":{"1min":0.28799999999999998,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.50900000000000001,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.36699999999999999,"15min":0.35699999999999998},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.46300000000000002,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.38500000000000001}]},{"osd":3,"last update":"Sat Apr 20 03:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.44600000000000001,"15min":0.46000000000000002},"min":{"1min":0.29699999999999999,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.64200000000000002,"5min":0.746,"15min":0.746},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45500000000000002,"15min":0.46200000000000002},"min":{"1min":0.29699999999999999,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.35599999999999998}]},{"osd":4,"last update":"Sat Apr 20 03:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.52300000000000002,"15min":0.51700000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.52900000000000003,"15min":0.51900000000000002},"min":{"1min":0.39200000000000002,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.339,"5min":1.339,"15min":1.339},"last":0.46999999999999997}]},{"osd":5,"last update":"Sat Apr 20 03:33:19 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.56599999999999995,"15min":0.56399999999999995},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.56499999999999995,"15min":0.56899999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.55800000000000005}]},{"osd":6,"last update":"Sat Apr 20 03:33:44 2024","interfaces":[{"interface":"back","average":{"1min":0.73399999999999999,"5min":0.61199999999999999,"15min":0.59199999999999997},"min":{"1min":0.41999999999999998,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":3.04,"5min":3.04,"15min":3.04},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.58499999999999996,"15min":0.58799999999999997},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.78100000000000003,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.53200000000000003}]},{"osd":7,"last update":"Sat Apr 20 03:33:08 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.48899999999999999}]}]},{"osd":0,"up_from":8,"seq":34359738428,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297712,"kb_used_data":616,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447440,"statfs":{"total":95995035648,"available":95690178560,"internally_reserved":0,"allocated":630784,"data_stored":266236,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:49 2024","interfaces":[{"interface":"back","average":{"1min":0.32000000000000001,"5min":0.32800000000000001,"15min":0.308},"min":{"1min":0.18099999999999999,"5min":0.18099999999999999,"15min":0.18099999999999999},"max":{"1min":0.505,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.22700000000000001},{"interface":"front","average":{"1min":0.36599999999999999,"5min":0.371,"15min":0.33800000000000002},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.26700000000000002}]},{"osd":2,"last update":"Sat Apr 20 03:33:18 2024","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.35099999999999998,"15min":0.34699999999999998},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.47899999999999998,"5min":0.502,"15min":0.502},"last":0.308},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.35499999999999998,"15min":0.34599999999999997},"min":{"1min":0.20899999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.501,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.254}]},{"osd":3,"last update":"Sat Apr 20 03:33:32 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.435,"15min":0.44500000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.42899999999999999,"15min":0.441},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.55500000000000005,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.34699999999999998}]},{"osd":4,"last update":"Sat Apr 20 03:33:59 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.53900000000000003,"15min":0.54300000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.71399999999999997,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.53800000000000003,"15min":0.53600000000000003},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.66600000000000004,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.56699999999999995}]},{"osd":5,"last update":"Sat Apr 20 03:33:18 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.56200000000000006,"15min":0.56000000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.75700000000000001,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.56599999999999995,"15min":0.56299999999999994},"min":{"1min":0.47599999999999998,"5min":0.435,"15min":0.435},"max":{"1min":0.77400000000000002,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.47699999999999998}]},{"osd":6,"last update":"Sat Apr 20 03:33:49 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.58299999999999996,"15min":0.58699999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.753,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.60699999999999998,"15min":0.61399999999999999},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76200000000000001,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.53800000000000003}]},{"osd":7,"last update":"Sat Apr 20 03:33:11 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.58499999999999996}]}]},{"osd":2,"up_from":18,"seq":77309411378,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297696,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447456,"statfs":{"total":95995035648,"available":95690194944,"internally_reserved":0,"allocated":614400,"data_stored":265536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.36399999999999999,"15min":0.36599999999999999},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.50900000000000001,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.38,"15min":0.378},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.51300000000000001,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.32300000000000001}]},{"osd":1,"last update":"Sat Apr 20 03:33:07 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.38800000000000001,"15min":0.38700000000000001},"min":{"1min":0.26000000000000001,"5min":0.249,"15min":0.249},"max":{"1min":0.53400000000000003,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.308},{"interface":"front","average":{"1min":0.372,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.247,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.54700000000000004,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.36599999999999999}]},{"osd":3,"last update":"Sat Apr 20 03:33:35 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.41599999999999998,"15min":0.42599999999999999},"min":{"1min":0.29299999999999998,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.46000000000000002,"15min":0.47199999999999998},"min":{"1min":0.314,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.56499999999999995,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.379}]},{"osd":4,"last update":"Sat Apr 20 03:34:00 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.53500000000000003,"15min":0.53900000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.54800000000000004,"15min":0.56200000000000006},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71999999999999997,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.45100000000000001}]},{"osd":5,"last update":"Sat Apr 20 03:33:26 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.55500000000000005,"15min":0.56100000000000005},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.73599999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.55200000000000005,"15min":0.55700000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.67000000000000004,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.499}]},{"osd":6,"last update":"Sat Apr 20 03:33:42 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39200000000000002,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.57399999999999995,"15min":0.56999999999999995},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.72799999999999998,"5min":0.746,"15min":0.746},"last":0.51600000000000001}]},{"osd":7,"last update":"Sat Apr 20 03:33:12 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.59299999999999997}]}]},{"osd":3,"up_from":25,"seq":107374182446,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297716,"kb_used_data":620,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447436,"statfs":{"total":95995035648,"available":95690174464,"internally_reserved":0,"allocated":634880,"data_stored":267940,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:37 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.39200000000000002,"15min":0.39300000000000002},"min":{"1min":0.25800000000000001,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.47999999999999998,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.25800000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.28599999999999998,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.51400000000000001,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.309}]},{"osd":1,"last update":"Sat Apr 20 03:33:37 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.41899999999999998,"15min":0.42499999999999999},"min":{"1min":0.29099999999999998,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.27000000000000002},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.40500000000000003,"15min":0.39800000000000002},"min":{"1min":0.32700000000000001,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.54800000000000004,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.32900000000000001}]},{"osd":2,"last update":"Sat Apr 20 03:33:37 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.42299999999999999,"15min":0.42499999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.56999999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45000000000000001,"15min":0.44400000000000001},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.29299999999999998}]},{"osd":4,"last update":"Sat Apr 20 03:33:54 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.60199999999999998,"15min":0.59999999999999998},"min":{"1min":0.39900000000000002,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.83399999999999996,"5min":1.026,"15min":1.026},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.59099999999999997,"15min":0.58899999999999997},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.70799999999999996,"5min":0.94699999999999995,"15min":0.94699999999999995},"last":0.54700000000000004}]},{"osd":5,"last update":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.60299999999999998,"15min":0.60699999999999998},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.83299999999999996,"5min":0.98099999999999998,"15min":0.98099999999999998},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.62,"15min":0.623},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.78400000000000003,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.55400000000000005}]},{"osd":6,"last update":"Sat Apr 20 03:33:45 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.628,"15min":0.63400000000000001},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.93400000000000005,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.66900000000000004,"15min":0.67100000000000004},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.86399999999999999,"5min":0.999,"15min":0.999},"last":0.56599999999999995}]},{"osd":7,"last update":"Sat Apr 20 03:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.629}]}]},{"osd":4,"up_from":30,"seq":128849018920,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297712,"kb_used_data":616,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447440,"statfs":{"total":95995035648,"available":95690178560,"internally_reserved":0,"allocated":630784,"data_stored":266216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.53300000000000003,"15min":0.53400000000000003},"min":{"1min":0.35399999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.76100000000000001,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.752,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.66300000000000003}]},{"osd":1,"last update":"Sat Apr 20 03:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51900000000000002,"15min":0.52000000000000002},"min":{"1min":0.36399999999999999,"5min":0.317,"15min":0.317},"max":{"1min":0.73399999999999999,"5min":1.002,"15min":1.002},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54700000000000004,"15min":0.54300000000000004},"min":{"1min":0.377,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.77800000000000002,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.68600000000000005}]},{"osd":2,"last update":"Sat Apr 20 03:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.73999999999999999,"5min":0.996,"15min":0.996},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.503,"5min":0.53900000000000003,"15min":0.54100000000000004},"min":{"1min":0.36799999999999999,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.69899999999999995,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.626}]},{"osd":3,"last update":"Sat Apr 20 03:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.54000000000000004,"15min":0.54700000000000004},"min":{"1min":0.316,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.73799999999999999,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54500000000000004,"15min":0.54100000000000004},"min":{"1min":0.38800000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.78100000000000003,"5min":0.97599999999999998,"15min":0.97599999999999998},"last":0.57399999999999995}]},{"osd":5,"last update":"Sat Apr 20 03:33:18 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.42199999999999999,"15min":0.41699999999999998},"min":{"1min":0.26900000000000002,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.42999999999999999,"15min":0.42599999999999999},"min":{"1min":0.32600000000000001,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.40300000000000002}]},{"osd":6,"last update":"Sat Apr 20 03:33:43 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.46200000000000002,"15min":0.46800000000000003},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.72999999999999998,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.5,"5min":0.497,"15min":0.497},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.77400000000000002,"5min":0.879,"15min":0.879},"last":0.60199999999999998}]},{"osd":7,"last update":"Sat Apr 20 03:33:08 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.64900000000000002}]}]},{"osd":5,"up_from":36,"seq":154618822692,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297712,"kb_used_data":616,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93447440,"statfs":{"total":95995035648,"available":95690178560,"internally_reserved":0,"allocated":630784,"data_stored":267926,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.499,"15min":0.501},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.442},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.48199999999999998,"15min":0.48299999999999998},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.56200000000000006}]},{"osd":1,"last update":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.49099999999999999,"15min":0.49299999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.65200000000000002,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.48699999999999999,"15min":0.48999999999999999},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.60599999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.52100000000000002}]},{"osd":2,"last update":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.498,"15min":0.498},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.501,"15min":0.499},"min":{"1min":0.38300000000000001,"5min":0.37,"15min":0.37},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.53700000000000003}]},{"osd":3,"last update":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.51500000000000001,"15min":0.52100000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.64100000000000001,"5min":0.75,"15min":0.75},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.497,"5min":0.48599999999999999,"15min":0.48399999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.622}]},{"osd":4,"last update":"Sat Apr 20 03:33:21 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.373,"15min":0.36499999999999999},"min":{"1min":0.28899999999999998,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.44,"5min":0.36799999999999999,"15min":0.35599999999999998},"min":{"1min":0.31,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.39700000000000002}]},{"osd":6,"last update":"Sat Apr 20 03:33:47 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.40600000000000003,"15min":0.40300000000000002},"min":{"1min":0.28799999999999998,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.502,"5min":0.46999999999999997,"15min":0.46400000000000002},"min":{"1min":0.34300000000000003,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.60699999999999998}]},{"osd":7,"last update":"Sat Apr 20 03:33:09 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.42899999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":6,"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},{"poolid":1,"osd":7,"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},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"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},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":2404,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":2390,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":2300,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"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},{"poolid":3,"osd":1,"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},{"poolid":3,"osd":2,"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},{"poolid":3,"osd":3,"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},{"poolid":3,"osd":4,"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},{"poolid":3,"osd":5,"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},{"poolid":3,"osd":6,"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},{"poolid":3,"osd":7,"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},{"poolid":4,"osd":0,"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},{"poolid":4,"osd":1,"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},{"poolid":4,"osd":2,"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},{"poolid":4,"osd":3,"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},{"poolid":4,"osd":4,"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},{"poolid":4,"osd":5,"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},{"poolid":4,"osd":6,"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},{"poolid":4,"osd":7,"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}]}} 2024-04-20T03:34:09.576 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-20T03:34:09.576 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-20T03:34:09.576 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-20T03:34:09.576 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- ceph health --format=json 2024-04-20T03:34:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:08.506957+0000 mgr.y (mgr.24491) 65 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:34:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:08.506957+0000 mgr.y (mgr.24491) 65 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:34:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:08.506957+0000 mgr.y (mgr.24491) 65 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-20T03:34:10.032 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/c967cffe-fec5-11ee-bc92-c7b262605968/mon.a/config 2024-04-20T03:34:10.310 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:10 smithi177 systemd[1]: ceph-c967cffe-fec5-11ee-bc92-c7b262605968@alertmanager.a.service: Succeeded. 2024-04-20T03:34:10.310 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:10 smithi177 systemd[1]: Stopped Ceph alertmanager.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:34:10.310 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:10 smithi177 systemd[1]: Starting Ceph alertmanager.a for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:34:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:09.230413+0000 mgr.y (mgr.24491) 66 : cluster [DBG] pgmap v52: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:10.837 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:09.230413+0000 mgr.y (mgr.24491) 66 : cluster [DBG] pgmap v52: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:10.837 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:09.230413+0000 mgr.y (mgr.24491) 66 : cluster [DBG] pgmap v52: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:34:11.961 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:34:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:11.230781+0000 mgr.y (mgr.24491) 67 : cluster [DBG] pgmap v53: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:11.958789+0000 mon.c (mon.2) 32 : audit [DBG] from='client.? 172.21.15.177:0/1193648790' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-20T03:34:12.864 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:11.230781+0000 mgr.y (mgr.24491) 67 : cluster [DBG] pgmap v53: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:12.864 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:11.958789+0000 mon.c (mon.2) 32 : audit [DBG] from='client.? 172.21.15.177:0/1193648790' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-20T03:34:12.864 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:11.230781+0000 mgr.y (mgr.24491) 67 : cluster [DBG] pgmap v53: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:12.864 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:11.958789+0000 mon.c (mon.2) 32 : audit [DBG] from='client.? 172.21.15.177:0/1193648790' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-20T03:34:12.865 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[71563]: level=info ts=2024-04-20T03:34:12.417Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-04-20T03:34:12.865 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[71563]: level=info ts=2024-04-20T03:34:12.417Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-04-20T03:34:12.865 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[71563]: level=info ts=2024-04-20T03:34:12.418Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.177 port=9094 2024-04-20T03:34:12.865 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[71563]: level=info ts=2024-04-20T03:34:12.420Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-04-20T03:34:12.865 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[71563]: level=info ts=2024-04-20T03:34:12.446Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-04-20T03:34:12.865 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[71563]: level=info ts=2024-04-20T03:34:12.447Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-04-20T03:34:12.865 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[71563]: level=info ts=2024-04-20T03:34:12.449Z caller=main.go:518 msg=Listening address=:9093 2024-04-20T03:34:12.865 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[71563]: level=info ts=2024-04-20T03:34:12.449Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-04-20T03:34:12.865 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:12 smithi177 bash[71509]: 00111e4a86fd36001f3fecb869f2a4f19cfa03fa6dd3e3534fcbc1f9331e34cd 2024-04-20T03:34:12.865 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:12 smithi177 systemd[1]: Started Ceph alertmanager.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:34:13.333 INFO:teuthology.orchestra.run.smithi177.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-20T03:34:13.334 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-20T03:34:13.334 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-04-20T03:34:13.633 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:34:13.633 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":61,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:33:44.873746+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"luminous","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+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":"57","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_devicehealth":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-04-20T03:32:25.201040+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":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"53","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_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-04-20T03:32:25.973419+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":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"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":"54","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_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}},{"pool":4,"pool_name":"rbd","create_time":"2024-04-20T03:33:04.455607+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":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"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":"59","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":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.4","mappings":[{"from":7,"to":2}]},{"pgid":"3.2","mappings":[{"from":5,"to":2}]},{"pgid":"3.14","mappings":[{"from":4,"to":2}]},{"pgid":"3.1b","mappings":[{"from":0,"to":2}]},{"pgid":"3.27","mappings":[{"from":4,"to":1}]},{"pgid":"3.3a","mappings":[{"from":0,"to":3}]}],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:0/177512929":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6800/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:0/1472429620":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:34:13.645 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:12.517227+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:13.645 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:34:12.518225+0000 mgr.y (mgr.24491) 68 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-20T03:34:13.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:34:12.521688+0000 mgr.y (mgr.24491) 69 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-04-20T03:34:13.646 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:12.517227+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:13.646 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:34:12.518225+0000 mgr.y (mgr.24491) 68 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-20T03:34:13.646 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:34:12.521688+0000 mgr.y (mgr.24491) 69 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-04-20T03:34:13.647 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-04-20T03:30:05.596415+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': '57', '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_devicehealth': {}}}, {'pool': 2, 'pool_name': 'cephfs_metadata', 'create_time': '2024-04-20T03:32:25.201040+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': 32, 'pg_placement_num': 32, 'pg_placement_num_target': 32, 'pg_num_target': 32, 'pg_num_pending': 32, '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': '53', '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_autoscale_bias': 4, 'pg_num_min': 16, 'recovery_priority': 5}, 'application_metadata': {'cephfs': {'metadata': 'cephfs'}}}, {'pool': 3, 'pool_name': 'cephfs_data', 'create_time': '2024-04-20T03:32:25.973419+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': 64, 'pg_placement_num': 64, 'pg_placement_num_target': 64, 'pg_num_target': 64, 'pg_num_pending': 64, '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': '54', '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_min': 64, 'target_size_ratio': 0.8999999761581421}, 'application_metadata': {'cephfs': {'data': 'cephfs'}}}, {'pool': 4, 'pool_name': 'rbd', 'create_time': '2024-04-20T03:33:04.455607+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': 8, 'pg_placement_num': 8, 'pg_placement_num_target': 8, 'pg_num_target': 8, 'pg_num_pending': 8, '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': '59', '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': {}, 'application_metadata': {'rbd': {}}}] 2024-04-20T03:34:13.648 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get device_health_metrics pg_num 2024-04-20T03:34:13.939 INFO:teuthology.orchestra.run.smithi177.stdout:pg_num: 1 2024-04-20T03:34:13.953 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_metadata pg_num 2024-04-20T03:34:13.971 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:12.517227+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:13.971 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:34:12.518225+0000 mgr.y (mgr.24491) 68 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-04-20T03:34:13.971 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:34:12.521688+0000 mgr.y (mgr.24491) 69 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-04-20T03:34:14.242 INFO:teuthology.orchestra.run.smithi177.stdout:pg_num: 32 2024-04-20T03:34:14.256 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_data pg_num 2024-04-20T03:34:14.522 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[71563]: level=info ts=2024-04-20T03:34:14.420Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000568663s 2024-04-20T03:34:14.551 INFO:teuthology.orchestra.run.smithi177.stdout:pg_num: 64 2024-04-20T03:34:14.565 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get rbd pg_num 2024-04-20T03:34:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:13.231229+0000 mgr.y (mgr.24491) 70 : cluster [DBG] pgmap v54: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:13.633320+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.177:0/763898181' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:34:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:13.940836+0000 mon.c (mon.2) 33 : audit [DBG] from='client.? 172.21.15.177:0/1228340356' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:34:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:14.243921+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.177:0/1989457309' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-04-20T03:34:14.854 INFO:teuthology.orchestra.run.smithi177.stdout:pg_num: 8 2024-04-20T03:34:14.867 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:13.231229+0000 mgr.y (mgr.24491) 70 : cluster [DBG] pgmap v54: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:14.867 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:13.633320+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.177:0/763898181' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:34:14.867 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:13.940836+0000 mon.c (mon.2) 33 : audit [DBG] from='client.? 172.21.15.177:0/1228340356' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:34:14.867 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:14.243921+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.177:0/1989457309' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-04-20T03:34:14.867 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:13.231229+0000 mgr.y (mgr.24491) 70 : cluster [DBG] pgmap v54: 105 pgs: 105 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:14.867 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:13.633320+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.177:0/763898181' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:34:14.867 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:13.940836+0000 mon.c (mon.2) 33 : audit [DBG] from='client.? 172.21.15.177:0/1228340356' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:34:14.867 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:14.243921+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.177:0/1989457309' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-04-20T03:34:14.868 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-04-20T03:34:15.196 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:34:15.196 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":6,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.177:6835/885514228","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6834","nonce":885514228},{"type":"v1","addr":"172.21.15.177:6835","nonce":885514228}]},"join_fscid":-1,"export_targets":[],"features":4540138314316775423,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":6,"flags":18,"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-04-20T03:32:26.800889+0000","modified":"2024-04-20T03:32:28.811691+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24349},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24349":{"gid":24349,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.184:6833/1033191269","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6832","nonce":1033191269},{"type":"v1","addr":"172.21.15.184:6833","nonce":1033191269}]},"join_fscid":-1,"export_targets":[],"features":4540138314316775423,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","standby_count_wanted":0},"id":1}]} 2024-04-20T03:34:15.198 INFO:teuthology.orchestra.run.smithi177.stderr:dumped fsmap epoch 6 2024-04-20T03:34:15.210 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-04-20T03:34:15.497 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:34:15.498 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":61,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:33:44.873746+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"luminous","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+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":"57","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_devicehealth":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-04-20T03:32:25.201040+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":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"53","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_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-04-20T03:32:25.973419+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":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"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":"54","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_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}},{"pool":4,"pool_name":"rbd","create_time":"2024-04-20T03:33:04.455607+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":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"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":"59","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":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.4","mappings":[{"from":7,"to":2}]},{"pgid":"3.2","mappings":[{"from":5,"to":2}]},{"pgid":"3.14","mappings":[{"from":4,"to":2}]},{"pgid":"3.1b","mappings":[{"from":0,"to":2}]},{"pgid":"3.27","mappings":[{"from":4,"to":1}]},{"pgid":"3.3a","mappings":[{"from":0,"to":3}]}],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:0/177512929":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6800/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:0/1472429620":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:34:15.511 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-04-20T03:30:05.596415+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': '57', '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_devicehealth': {}}}, {'pool': 2, 'pool_name': 'cephfs_metadata', 'create_time': '2024-04-20T03:32:25.201040+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': 32, 'pg_placement_num': 32, 'pg_placement_num_target': 32, 'pg_num_target': 32, 'pg_num_pending': 32, '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': '53', '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_autoscale_bias': 4, 'pg_num_min': 16, 'recovery_priority': 5}, 'application_metadata': {'cephfs': {'metadata': 'cephfs'}}}, {'pool': 3, 'pool_name': 'cephfs_data', 'create_time': '2024-04-20T03:32:25.973419+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': 64, 'pg_placement_num': 64, 'pg_placement_num_target': 64, 'pg_num_target': 64, 'pg_num_pending': 64, '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': '54', '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_min': 64, 'target_size_ratio': 0.8999999761581421}, 'application_metadata': {'cephfs': {'data': 'cephfs'}}}, {'pool': 4, 'pool_name': 'rbd', 'create_time': '2024-04-20T03:33:04.455607+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': 8, 'pg_placement_num': 8, 'pg_placement_num_target': 8, 'pg_num_target': 8, 'pg_num_pending': 8, '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': '59', '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': {}, 'application_metadata': {'rbd': {}}}] 2024-04-20T03:34:15.512 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get device_health_metrics pg_num 2024-04-20T03:34:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:14.533685+0000 mon.a (mon.0) 715 : cluster [DBG] mgrmap e19: y(active, since 91s), standbys: x 2024-04-20T03:34:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:14.552741+0000 mon.c (mon.2) 34 : audit [DBG] from='client.? 172.21.15.177:0/2790061710' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-04-20T03:34:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:14.855868+0000 mon.a (mon.0) 716 : audit [DBG] from='client.? 172.21.15.177:0/770331364' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-04-20T03:34:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:15.197330+0000 mon.a (mon.0) 717 : audit [DBG] from='client.? 172.21.15.177:0/3708126728' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:34:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:15.498046+0000 mon.c (mon.2) 35 : audit [DBG] from='client.? 172.21.15.177:0/3460362319' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:34:15.802 INFO:teuthology.orchestra.run.smithi177.stdout:pg_num: 1 2024-04-20T03:34:15.813 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:14.533685+0000 mon.a (mon.0) 715 : cluster [DBG] mgrmap e19: y(active, since 91s), standbys: x 2024-04-20T03:34:15.814 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:14.552741+0000 mon.c (mon.2) 34 : audit [DBG] from='client.? 172.21.15.177:0/2790061710' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-04-20T03:34:15.814 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:14.855868+0000 mon.a (mon.0) 716 : audit [DBG] from='client.? 172.21.15.177:0/770331364' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-04-20T03:34:15.814 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:15.197330+0000 mon.a (mon.0) 717 : audit [DBG] from='client.? 172.21.15.177:0/3708126728' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:34:15.814 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:15.498046+0000 mon.c (mon.2) 35 : audit [DBG] from='client.? 172.21.15.177:0/3460362319' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:34:15.814 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:14.533685+0000 mon.a (mon.0) 715 : cluster [DBG] mgrmap e19: y(active, since 91s), standbys: x 2024-04-20T03:34:15.814 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:14.552741+0000 mon.c (mon.2) 34 : audit [DBG] from='client.? 172.21.15.177:0/2790061710' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-04-20T03:34:15.814 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:14.855868+0000 mon.a (mon.0) 716 : audit [DBG] from='client.? 172.21.15.177:0/770331364' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-04-20T03:34:15.814 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:15.197330+0000 mon.a (mon.0) 717 : audit [DBG] from='client.? 172.21.15.177:0/3708126728' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:34:15.815 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:15.498046+0000 mon.c (mon.2) 35 : audit [DBG] from='client.? 172.21.15.177:0/3460362319' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:34:15.815 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_metadata pg_num 2024-04-20T03:34:16.103 INFO:teuthology.orchestra.run.smithi177.stdout:pg_num: 32 2024-04-20T03:34:16.116 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_data pg_num 2024-04-20T03:34:16.238 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:15 smithi184 systemd[1]: Stopping Ceph prometheus.a for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:34:16.238 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 bash[61794]: Error: no container with name or ID "ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus.a" found: no such container 2024-04-20T03:34:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:pg_num: 64 2024-04-20T03:34:16.418 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get rbd pg_num 2024-04-20T03:34:16.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.238Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-04-20T03:34:16.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.239Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-04-20T03:34:16.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.239Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-04-20T03:34:16.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.239Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-04-20T03:34:16.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.239Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-04-20T03:34:16.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.239Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-04-20T03:34:16.501 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.239Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-04-20T03:34:16.501 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.239Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-04-20T03:34:16.501 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.239Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-04-20T03:34:16.501 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.239Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-04-20T03:34:16.501 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.239Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-04-20T03:34:16.501 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[60217]: ts=2024-04-20T03:34:16.239Z caller=main.go:1066 level=info msg="See you next time!" 2024-04-20T03:34:16.705 INFO:teuthology.orchestra.run.smithi177.stdout:pg_num: 8 2024-04-20T03:34:16.718 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:15.231721+0000 mgr.y (mgr.24491) 71 : cluster [DBG] pgmap v55: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:16.718 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:15.802351+0000 mon.c (mon.2) 36 : audit [DBG] from='client.? 172.21.15.177:0/1475013591' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:34:16.718 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:16.104511+0000 mon.a (mon.0) 718 : audit [DBG] from='client.? 172.21.15.177:0/128669349' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-04-20T03:34:16.718 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:16.405385+0000 mon.c (mon.2) 37 : audit [DBG] from='client.? 172.21.15.177:0/1312094129' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-04-20T03:34:16.719 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:15.231721+0000 mgr.y (mgr.24491) 71 : cluster [DBG] pgmap v55: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:16.719 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:15.802351+0000 mon.c (mon.2) 36 : audit [DBG] from='client.? 172.21.15.177:0/1475013591' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:34:16.719 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:16.104511+0000 mon.a (mon.0) 718 : audit [DBG] from='client.? 172.21.15.177:0/128669349' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-04-20T03:34:16.719 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:16.405385+0000 mon.c (mon.2) 37 : audit [DBG] from='client.? 172.21.15.177:0/1312094129' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-04-20T03:34:16.720 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-04-20T03:34:16.986 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:15.231721+0000 mgr.y (mgr.24491) 71 : cluster [DBG] pgmap v55: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:16.986 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:15.802351+0000 mon.c (mon.2) 36 : audit [DBG] from='client.? 172.21.15.177:0/1475013591' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-20T03:34:16.986 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:16.104511+0000 mon.a (mon.0) 718 : audit [DBG] from='client.? 172.21.15.177:0/128669349' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2024-04-20T03:34:16.987 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:16.405385+0000 mon.c (mon.2) 37 : audit [DBG] from='client.? 172.21.15.177:0/1312094129' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2024-04-20T03:34:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:34:17.046 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":6,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.177:6835/885514228","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6834","nonce":885514228},{"type":"v1","addr":"172.21.15.177:6835","nonce":885514228}]},"join_fscid":-1,"export_targets":[],"features":4540138314316775423,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":6,"flags":18,"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-04-20T03:32:26.800889+0000","modified":"2024-04-20T03:32:28.811691+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24349},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24349":{"gid":24349,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.184:6833/1033191269","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6832","nonce":1033191269},{"type":"v1","addr":"172.21.15.184:6833","nonce":1033191269}]},"join_fscid":-1,"export_targets":[],"features":4540138314316775423,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","standby_count_wanted":0},"id":1}]} 2024-04-20T03:34:17.048 INFO:teuthology.orchestra.run.smithi177.stderr:dumped fsmap epoch 6 2024-04-20T03:34:17.059 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-04-20T03:34:17.249 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:16 smithi184 bash[61832]: ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a 2024-04-20T03:34:17.347 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:34:17.347 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":61,"fsid":"c967cffe-fec5-11ee-bc92-c7b262605968","created":"2024-04-20T03:27:02.894131+0000","modified":"2024-04-20T03:33:44.873746+0000","last_up_change":"2024-04-20T03:32:07.742798+0000","last_in_change":"2024-04-20T03:31:49.571060+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":4,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"luminous","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-04-20T03:30:05.596415+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":"57","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_devicehealth":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2024-04-20T03:32:25.201040+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":32,"pg_placement_num":32,"pg_placement_num_target":32,"pg_num_target":32,"pg_num_pending":32,"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":"53","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_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2024-04-20T03:32:25.973419+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":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"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":"54","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_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}},{"pool":4,"pool_name":"rbd","create_time":"2024-04-20T03:33:04.455607+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":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"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":"59","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":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"d83ab668-0831-4799-89cb-532415cf5789","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6803","nonce":1663365721}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6805","nonce":1663365721}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6809","nonce":1663365721}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1663365721},{"type":"v1","addr":"172.21.15.177:6807","nonce":1663365721}]},"public_addr":"172.21.15.177:6803/1663365721","cluster_addr":"172.21.15.177:6805/1663365721","heartbeat_back_addr":"172.21.15.177:6809/1663365721","heartbeat_front_addr":"172.21.15.177:6807/1663365721","state":["exists","up"]},{"osd":1,"uuid":"6a932aac-2cc5-411d-a2b7-d9a41b2e71ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6811","nonce":1805866359}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6813","nonce":1805866359}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6817","nonce":1805866359}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1805866359},{"type":"v1","addr":"172.21.15.177:6815","nonce":1805866359}]},"public_addr":"172.21.15.177:6811/1805866359","cluster_addr":"172.21.15.177:6813/1805866359","heartbeat_back_addr":"172.21.15.177:6817/1805866359","heartbeat_front_addr":"172.21.15.177:6815/1805866359","state":["exists","up"]},{"osd":2,"uuid":"d370d11f-342b-4a37-be65-b48e8a8d5a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6819","nonce":3269958246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6821","nonce":3269958246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6825","nonce":3269958246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3269958246},{"type":"v1","addr":"172.21.15.177:6823","nonce":3269958246}]},"public_addr":"172.21.15.177:6819/3269958246","cluster_addr":"172.21.15.177:6821/3269958246","heartbeat_back_addr":"172.21.15.177:6825/3269958246","heartbeat_front_addr":"172.21.15.177:6823/3269958246","state":["exists","up"]},{"osd":3,"uuid":"c357a5d0-d03b-4c32-b935-a9adcb0429c1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6827","nonce":4130818787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6829","nonce":4130818787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6832","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6833","nonce":4130818787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":4130818787},{"type":"v1","addr":"172.21.15.177:6831","nonce":4130818787}]},"public_addr":"172.21.15.177:6827/4130818787","cluster_addr":"172.21.15.177:6829/4130818787","heartbeat_back_addr":"172.21.15.177:6833/4130818787","heartbeat_front_addr":"172.21.15.177:6831/4130818787","state":["exists","up"]},{"osd":4,"uuid":"a36a0102-2f5e-4d1b-a68d-06ca6a06c2a1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6801","nonce":3387301431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6803","nonce":3387301431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6807","nonce":3387301431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3387301431},{"type":"v1","addr":"172.21.15.184:6805","nonce":3387301431}]},"public_addr":"172.21.15.184:6801/3387301431","cluster_addr":"172.21.15.184:6803/3387301431","heartbeat_back_addr":"172.21.15.184:6807/3387301431","heartbeat_front_addr":"172.21.15.184:6805/3387301431","state":["exists","up"]},{"osd":5,"uuid":"456bfd61-f228-442f-ad82-ad69bdb42b1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6809","nonce":4226601009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6811","nonce":4226601009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6815","nonce":4226601009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4226601009},{"type":"v1","addr":"172.21.15.184:6813","nonce":4226601009}]},"public_addr":"172.21.15.184:6809/4226601009","cluster_addr":"172.21.15.184:6811/4226601009","heartbeat_back_addr":"172.21.15.184:6815/4226601009","heartbeat_front_addr":"172.21.15.184:6813/4226601009","state":["exists","up"]},{"osd":6,"uuid":"2a554eaf-39c5-47e3-ad55-7a11a05a3481","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6817","nonce":3923571473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6819","nonce":3923571473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6823","nonce":3923571473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3923571473},{"type":"v1","addr":"172.21.15.184:6821","nonce":3923571473}]},"public_addr":"172.21.15.184:6817/3923571473","cluster_addr":"172.21.15.184:6819/3923571473","heartbeat_back_addr":"172.21.15.184:6823/3923571473","heartbeat_front_addr":"172.21.15.184:6821/3923571473","state":["exists","up"]},{"osd":7,"uuid":"ff536e88-4944-4c30-8c67-4e4232bf93db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6825","nonce":2752785599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6827","nonce":2752785599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6831","nonce":2752785599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":2752785599},{"type":"v1","addr":"172.21.15.184:6829","nonce":2752785599}]},"public_addr":"172.21.15.184:6825/2752785599","cluster_addr":"172.21.15.184:6827/2752785599","heartbeat_back_addr":"172.21.15.184:6831/2752785599","heartbeat_front_addr":"172.21.15.184:6829/2752785599","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:15.895325+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:29:39.398200+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:03.402887+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:28.109160+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:30:50.840360+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:14.776157+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:31:40.160270+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-04-20T03:32:05.859390+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.4","mappings":[{"from":7,"to":2}]},{"pgid":"3.2","mappings":[{"from":5,"to":2}]},{"pgid":"3.14","mappings":[{"from":4,"to":2}]},{"pgid":"3.1b","mappings":[{"from":0,"to":2}]},{"pgid":"3.27","mappings":[{"from":4,"to":1}]},{"pgid":"3.3a","mappings":[{"from":0,"to":3}]}],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.177:0/177512929":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6800/2729487805":"2024-04-21T03:32:43.196400+0000","172.21.15.177:0/1472429620":"2024-04-21T03:32:43.196400+0000","172.21.15.177:6801/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/1276915192":"2024-04-21T03:27:55.138720+0000","172.21.15.177:0/1626904913":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/419331477":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6801/3358831087":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/2849227757":"2024-04-21T03:27:33.074677+0000","172.21.15.177:0/826499146":"2024-04-21T03:27:55.138720+0000","172.21.15.177:6800/3358831087":"2024-04-21T03:27:33.074677+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-20T03:34:17.361 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2024-04-20T03:34:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:16.707019+0000 mon.c (mon.2) 38 : audit [DBG] from='client.? 172.21.15.177:0/383529016' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-04-20T03:34:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:17.046957+0000 mon.a (mon.0) 719 : audit [DBG] from='client.? 172.21.15.177:0/3689177534' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:34:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:17.347811+0000 mon.c (mon.2) 39 : audit [DBG] from='client.? 172.21.15.177:0/2792105275' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:34:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:16.707019+0000 mon.c (mon.2) 38 : audit [DBG] from='client.? 172.21.15.177:0/383529016' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-04-20T03:34:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:17.046957+0000 mon.a (mon.0) 719 : audit [DBG] from='client.? 172.21.15.177:0/3689177534' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:34:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:17.347811+0000 mon.c (mon.2) 39 : audit [DBG] from='client.? 172.21.15.177:0/2792105275' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:34:17.692 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-04-20T03:34:17.692 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":6,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.177:6835/885514228","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6834","nonce":885514228},{"type":"v1","addr":"172.21.15.177:6835","nonce":885514228}]},"join_fscid":-1,"export_targets":[],"features":4540138314316775423,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":6,"flags":18,"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2024-04-20T03:32:26.800889+0000","modified":"2024-04-20T03:32:28.811691+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24349},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24349":{"gid":24349,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.184:6833/1033191269","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6832","nonce":1033191269},{"type":"v1","addr":"172.21.15.184:6833","nonce":1033191269}]},"join_fscid":-1,"export_targets":[],"features":4540138314316775423,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","standby_count_wanted":0},"id":1}]} 2024-04-20T03:34:17.694 INFO:teuthology.orchestra.run.smithi177.stderr:dumped fsmap epoch 6 2024-04-20T03:34:17.706 DEBUG:tasks.cephfs.filesystem:are_daemons_healthy: mds map: {'epoch': 6, 'flags': 18, 'ever_allowed_features': 0, 'explicitly_allowed_features': 0, 'created': '2024-04-20T03:32:26.800889+0000', 'modified': '2024-04-20T03:32:28.811691+0000', 'tableserver': 0, 'root': 0, 'session_timeout': 60, 'session_autoclose': 300, 'required_client_features': {}, 'max_file_size': 1099511627776, 'last_failure': 0, 'last_failure_osd_epoch': 0, 'compat': {'compat': {}, 'ro_compat': {}, 'incompat': {'feature_1': 'base v0.20', 'feature_2': 'client writeable ranges', 'feature_3': 'default file layouts on dirs', 'feature_4': 'dir inode in separate object', 'feature_5': 'mds uses versioned encoding', 'feature_6': 'dirfrag is stored in omap', 'feature_7': 'mds uses inline data', 'feature_8': 'no anchor table', 'feature_9': 'file layout v2', 'feature_10': 'snaprealm v2'}}, 'max_mds': 1, 'in': [0], 'up': {'mds_0': 24349}, 'failed': [], 'damaged': [], 'stopped': [], 'info': {'gid_24349': {'gid': 24349, 'name': 'b', 'rank': 0, 'incarnation': 4, 'state': 'up:active', 'state_seq': 3, 'addr': '172.21.15.184:6833/1033191269', 'addrs': {'addrvec': [{'type': 'v2', 'addr': '172.21.15.184:6832', 'nonce': 1033191269}, {'type': 'v1', 'addr': '172.21.15.184:6833', 'nonce': 1033191269}]}, 'join_fscid': -1, 'export_targets': [], 'features': 4540138314316775423, 'flags': 0, 'compat': {'compat': {}, 'ro_compat': {}, 'incompat': {'feature_1': 'base v0.20', 'feature_2': 'client writeable ranges', 'feature_3': 'default file layouts on dirs', 'feature_4': 'dir inode in separate object', 'feature_5': 'mds uses versioned encoding', 'feature_6': 'dirfrag is stored in omap', 'feature_7': 'mds uses inline data', 'feature_8': 'no anchor table', 'feature_9': 'file layout v2', 'feature_10': 'snaprealm v2'}}}}, 'data_pools': [3], 'metadata_pool': 2, 'enabled': True, 'fs_name': 'cephfs', 'balancer': '', 'standby_count_wanted': 0} 2024-04-20T03:34:17.706 DEBUG:tasks.cephfs.filesystem:are_daemons_healthy: 1/1 2024-04-20T03:34:17.706 DEBUG:teuthology.orchestra.run.smithi177:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell mds.b status 2024-04-20T03:34:17.744 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:16.707019+0000 mon.c (mon.2) 38 : audit [DBG] from='client.? 172.21.15.177:0/383529016' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2024-04-20T03:34:17.744 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:17.046957+0000 mon.a (mon.0) 719 : audit [DBG] from='client.? 172.21.15.177:0/3689177534' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:34:17.744 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:17.347811+0000 mon.c (mon.2) 39 : audit [DBG] from='client.? 172.21.15.177:0/2792105275' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-20T03:34:17.744 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 systemd[1]: ceph-c967cffe-fec5-11ee-bc92-c7b262605968@prometheus.a.service: Succeeded. 2024-04-20T03:34:17.744 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 systemd[1]: Stopped Ceph prometheus.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:34:17.744 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 systemd[1]: Starting Ceph prometheus.a for c967cffe-fec5-11ee-bc92-c7b262605968... 2024-04-20T03:34:17.832 INFO:teuthology.orchestra.run.smithi177.stderr:2024-04-20T03:34:17.832+0000 7faa80ff9700 0 client.24782 ms_handle_reset on v2:172.21.15.184:6832/1033191269 2024-04-20T03:34:17.852 INFO:teuthology.orchestra.run.smithi177.stderr:2024-04-20T03:34:17.852+0000 7faa80ff9700 0 client.24788 ms_handle_reset on v2:172.21.15.184:6832/1033191269 2024-04-20T03:34:17.852 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:34:17.852 INFO:teuthology.orchestra.run.smithi177.stdout: "cluster_fsid": "c967cffe-fec5-11ee-bc92-c7b262605968", 2024-04-20T03:34:17.852 INFO:teuthology.orchestra.run.smithi177.stdout: "whoami": 0, 2024-04-20T03:34:17.852 INFO:teuthology.orchestra.run.smithi177.stdout: "id": 24349, 2024-04-20T03:34:17.852 INFO:teuthology.orchestra.run.smithi177.stdout: "want_state": "up:active", 2024-04-20T03:34:17.852 INFO:teuthology.orchestra.run.smithi177.stdout: "state": "up:active", 2024-04-20T03:34:17.852 INFO:teuthology.orchestra.run.smithi177.stdout: "fs_name": "cephfs", 2024-04-20T03:34:17.853 INFO:teuthology.orchestra.run.smithi177.stdout: "rank_uptime": 111.049713317, 2024-04-20T03:34:17.853 INFO:teuthology.orchestra.run.smithi177.stdout: "mdsmap_epoch": 6, 2024-04-20T03:34:17.853 INFO:teuthology.orchestra.run.smithi177.stdout: "osdmap_epoch": 61, 2024-04-20T03:34:17.853 INFO:teuthology.orchestra.run.smithi177.stdout: "osdmap_epoch_barrier": 54, 2024-04-20T03:34:17.853 INFO:teuthology.orchestra.run.smithi177.stdout: "uptime": 116.20357165 2024-04-20T03:34:17.853 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:34:17.864 INFO:tasks.cephadm:Setup complete, yielding 2024-04-20T03:34:17.865 INFO:teuthology.run_tasks:Running task print... 2024-04-20T03:34:17.873 INFO:teuthology.task.print:**** done end installing pacific cephadm ... 2024-04-20T03:34:17.873 INFO:teuthology.run_tasks:Running task print... 2024-04-20T03:34:17.893 INFO:teuthology.task.print:**** done start cephadm.shell ceph config set mgr... 2024-04-20T03:34:17.893 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-20T03:34:17.902 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi177.front.sepia.ceph.com 2024-04-20T03:34:17.902 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest true --force' 2024-04-20T03:34:17.999 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:17.957Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-04-20T03:34:17.999 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:17.957Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-04-20T03:34:17.999 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:17.957Z caller=main.go:518 level=info host_details="(Linux 4.18.0-552.el8.x86_64 #1 SMP Sun Apr 7 19:39:51 UTC 2024 x86_64 smithi184 (none))" 2024-04-20T03:34:17.999 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:17.957Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-04-20T03:34:17.999 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:17.957Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-04-20T03:34:18.000 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:17.958Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-04-20T03:34:18.000 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:17.959Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-04-20T03:34:18.000 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:17.959Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-04-20T03:34:18.000 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:17.961Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-04-20T03:34:18.000 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:17.961Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.503µs 2024-04-20T03:34:18.000 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:17.961Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-04-20T03:34:18.383 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STOPPING 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STOPPED 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STARTING 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Serving on http://:::9283 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STARTED 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STOPPING 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STOPPED 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STARTING 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Serving on http://:::9283 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STARTED 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STOPPING 2024-04-20T03:34:18.384 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-20T03:34:18.385 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STOPPED 2024-04-20T03:34:18.385 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STARTING 2024-04-20T03:34:18.499 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:18 smithi184 bash[61948]: 86b8c7700ddad270843b7df55b5f42e5ce7d7d97ed7d99ec8b4d4794f94bded0 2024-04-20T03:34:18.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:18 smithi184 systemd[1]: Started Ceph prometheus.a for c967cffe-fec5-11ee-bc92-c7b262605968. 2024-04-20T03:34:18.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:18.159Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-04-20T03:34:18.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:18.159Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-04-20T03:34:18.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:18.159Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=36.409µs wal_replay_duration=198.449086ms total_replay_duration=198.498835ms 2024-04-20T03:34:18.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:18.162Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-04-20T03:34:18.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:18.162Z caller=main.go:947 level=info msg="TSDB started" 2024-04-20T03:34:18.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:18.162Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-04-20T03:34:18.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:18.185Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=23.552335ms db_storage=764ns remote_storage=2.08µs web_handler=331ns query_engine=769ns scrape=619.88µs scrape_sd=33.102µs notify=31.189µs notify_sd=14.927µs rules=22.524309ms 2024-04-20T03:34:18.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T03:34:18.185Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-04-20T03:34:18.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Serving on http://:::9283 2024-04-20T03:34:18.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:18] ENGINE Bus STARTED 2024-04-20T03:34:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:17.232121+0000 mgr.y (mgr.24491) 72 : cluster [DBG] pgmap v56: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:17.693282+0000 mon.c (mon.2) 40 : audit [DBG] from='client.? 172.21.15.177:0/3777850750' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:34:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.069849+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.072620+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-20T03:34:18.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.073744+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-04-20T03:34:18.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.079123+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:18.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.087226+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-20T03:34:18.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.088356+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-04-20T03:34:18.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.094443+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:18.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.099232+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-20T03:34:18.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.101786+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-04-20T03:34:18.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.107911+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:18.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.111367+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:34:18.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:17.232121+0000 mgr.y (mgr.24491) 72 : cluster [DBG] pgmap v56: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:18.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:17.693282+0000 mon.c (mon.2) 40 : audit [DBG] from='client.? 172.21.15.177:0/3777850750' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:34:18.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.069849+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:18.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.072620+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-20T03:34:18.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.073744+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-04-20T03:34:18.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.079123+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:18.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.087226+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-20T03:34:18.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.088356+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-04-20T03:34:18.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.094443+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:18.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.099232+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-20T03:34:18.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.101786+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-04-20T03:34:18.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.107911+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:18.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.111367+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:34:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:17.232121+0000 mgr.y (mgr.24491) 72 : cluster [DBG] pgmap v56: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:17.693282+0000 mon.c (mon.2) 40 : audit [DBG] from='client.? 172.21.15.177:0/3777850750' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2024-04-20T03:34:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.069849+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.072620+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-20T03:34:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.073744+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-04-20T03:34:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.079123+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.087226+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-20T03:34:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.088356+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-04-20T03:34:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.094443+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.099232+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-20T03:34:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.101786+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-04-20T03:34:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.107911+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:19.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.111367+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:34:19.545 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.072990+0000 mgr.y (mgr.24491) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-20T03:34:19.545 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.074030+0000 mgr.y (mgr.24491) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-04-20T03:34:19.545 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.087571+0000 mgr.y (mgr.24491) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-20T03:34:19.546 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.088636+0000 mgr.y (mgr.24491) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-04-20T03:34:19.546 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.099627+0000 mgr.y (mgr.24491) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-20T03:34:19.546 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:18.102186+0000 mgr.y (mgr.24491) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-04-20T03:34:19.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.072990+0000 mgr.y (mgr.24491) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-20T03:34:19.546 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.074030+0000 mgr.y (mgr.24491) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-04-20T03:34:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.087571+0000 mgr.y (mgr.24491) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-20T03:34:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.088636+0000 mgr.y (mgr.24491) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-04-20T03:34:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.099627+0000 mgr.y (mgr.24491) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-20T03:34:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:18.102186+0000 mgr.y (mgr.24491) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-04-20T03:34:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.072990+0000 mgr.y (mgr.24491) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-20T03:34:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.074030+0000 mgr.y (mgr.24491) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi177.front.sepia.ceph.com:9093"}]: dispatch 2024-04-20T03:34:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.087571+0000 mgr.y (mgr.24491) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-20T03:34:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.088636+0000 mgr.y (mgr.24491) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-04-20T03:34:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.099627+0000 mgr.y (mgr.24491) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-20T03:34:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:18.102186+0000 mgr.y (mgr.24491) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-04-20T03:34:20.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:20] ENGINE Bus STOPPING 2024-04-20T03:34:20.399 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-20T03:34:20.400 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:20] ENGINE Bus STOPPED 2024-04-20T03:34:20.400 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:20] ENGINE Bus STARTING 2024-04-20T03:34:20.400 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:20] ENGINE Serving on http://:::9283 2024-04-20T03:34:20.400 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:34:20] ENGINE Bus STARTED 2024-04-20T03:34:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:19.232722+0000 mgr.y (mgr.24491) 79 : cluster [DBG] pgmap v57: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:20.068361+0000 mon.a (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:34:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:19.232722+0000 mgr.y (mgr.24491) 79 : cluster [DBG] pgmap v57: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:20.068361+0000 mon.a (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:34:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:19.232722+0000 mgr.y (mgr.24491) 79 : cluster [DBG] pgmap v57: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:20.068361+0000 mon.a (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:34:21.344 INFO:teuthology.run_tasks:Running task print... 2024-04-20T03:34:21.354 INFO:teuthology.task.print:**** done cephadm.shell ceph config set mgr... 2024-04-20T03:34:21.354 INFO:teuthology.run_tasks:Running task print... 2024-04-20T03:34:21.377 INFO:teuthology.task.print:**** done start telemetry pacific... 2024-04-20T03:34:21.377 INFO:teuthology.run_tasks:Running task workunit... 2024-04-20T03:34:21.389 INFO:tasks.workunit:Pulling workunits from ref 6c950c16e2bf99bd562fd546e3ba845b865a4fe4 2024-04-20T03:34:21.389 INFO:tasks.workunit:Making a separate scratch dir for every client... 2024-04-20T03:34:21.389 DEBUG:teuthology.orchestra.run.smithi177:> stat -- /home/ubuntu/cephtest/mnt.0 2024-04-20T03:34:21.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-20T03:34:21.408 INFO:teuthology.orchestra.run.smithi177.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2024-04-20T03:34:21.408 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -- /home/ubuntu/cephtest/mnt.0 2024-04-20T03:34:21.469 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2024-04-20T03:34:21.469 DEBUG:teuthology.orchestra.run.smithi177:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2024-04-20T03:34:21.528 INFO:tasks.workunit:timeout=3h 2024-04-20T03:34:21.528 INFO:tasks.workunit:cleanup=True 2024-04-20T03:34:21.529 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone https://git.ceph.com/ceph.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 && git checkout 6c950c16e2bf99bd562fd546e3ba845b865a4fe4 2024-04-20T03:34:21.586 INFO:tasks.workunit.client.0.smithi177.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2024-04-20T03:34:22.899 INFO:journalctl@ceph.alertmanager.a.smithi177.stdout:Apr 20 03:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-alertmanager-a[71563]: level=info ts=2024-04-20T03:34:22.422Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.002058143s 2024-04-20T03:34:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:21.233147+0000 mgr.y (mgr.24491) 80 : cluster [DBG] pgmap v58: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:21.666132+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:21.233147+0000 mgr.y (mgr.24491) 80 : cluster [DBG] pgmap v58: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:21.666132+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:21.233147+0000 mgr.y (mgr.24491) 80 : cluster [DBG] pgmap v58: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:21.666132+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:23.030408+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:23.031132+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:34:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:23.031710+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:34:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:23.035894+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:23.039641+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:34:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:23.233467+0000 mgr.y (mgr.24491) 81 : cluster [DBG] pgmap v59: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:23.030408+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:23.031132+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:34:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:23.031710+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:34:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:23.035894+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:23.039641+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:34:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:23.233467+0000 mgr.y (mgr.24491) 81 : cluster [DBG] pgmap v59: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:23.030408+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:23.031132+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:34:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:23.031710+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:34:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:23.035894+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:23.039641+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:34:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:23.233467+0000 mgr.y (mgr.24491) 81 : cluster [DBG] pgmap v59: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:25.234348+0000 mgr.y (mgr.24491) 82 : cluster [DBG] pgmap v60: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:25.234348+0000 mgr.y (mgr.24491) 82 : cluster [DBG] pgmap v60: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:25.234348+0000 mgr.y (mgr.24491) 82 : cluster [DBG] pgmap v60: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-20T03:34:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:26.674901+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:26.675925+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:34:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:26.676772+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:34:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:34:26.682068+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:34:27] "GET /metrics HTTP/1.1" 200 188160 "" "Prometheus/2.33.4" 2024-04-20T03:34:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:26.674901+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:26.675925+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:34:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:26.676772+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:34:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:34:26.682068+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:26.674901+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:26.675925+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:34:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:26.676772+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:34:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:34:26.682068+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:34:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:27.234722+0000 mgr.y (mgr.24491) 83 : cluster [DBG] pgmap v61: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:27.234722+0000 mgr.y (mgr.24491) 83 : cluster [DBG] pgmap v61: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:27.234722+0000 mgr.y (mgr.24491) 83 : cluster [DBG] pgmap v61: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:29.235314+0000 mgr.y (mgr.24491) 84 : cluster [DBG] pgmap v62: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:29.235314+0000 mgr.y (mgr.24491) 84 : cluster [DBG] pgmap v62: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:29.235314+0000 mgr.y (mgr.24491) 84 : cluster [DBG] pgmap v62: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:34:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:31.235708+0000 mgr.y (mgr.24491) 85 : cluster [DBG] pgmap v63: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:31.235708+0000 mgr.y (mgr.24491) 85 : cluster [DBG] pgmap v63: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:31.235708+0000 mgr.y (mgr.24491) 85 : cluster [DBG] pgmap v63: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:33.236102+0000 mgr.y (mgr.24491) 86 : cluster [DBG] pgmap v64: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:33.236102+0000 mgr.y (mgr.24491) 86 : cluster [DBG] pgmap v64: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:33.236102+0000 mgr.y (mgr.24491) 86 : cluster [DBG] pgmap v64: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:35.236687+0000 mgr.y (mgr.24491) 87 : cluster [DBG] pgmap v65: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:35.236687+0000 mgr.y (mgr.24491) 87 : cluster [DBG] pgmap v65: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:35.236687+0000 mgr.y (mgr.24491) 87 : cluster [DBG] pgmap v65: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:34:37] "GET /metrics HTTP/1.1" 200 188164 "" "Prometheus/2.33.4" 2024-04-20T03:34:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:37.237100+0000 mgr.y (mgr.24491) 88 : cluster [DBG] pgmap v66: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:37.237100+0000 mgr.y (mgr.24491) 88 : cluster [DBG] pgmap v66: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:37.237100+0000 mgr.y (mgr.24491) 88 : cluster [DBG] pgmap v66: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:39.237681+0000 mgr.y (mgr.24491) 89 : cluster [DBG] pgmap v67: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:39.237681+0000 mgr.y (mgr.24491) 89 : cluster [DBG] pgmap v67: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:39.237681+0000 mgr.y (mgr.24491) 89 : cluster [DBG] pgmap v67: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:34:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:41.238178+0000 mgr.y (mgr.24491) 90 : cluster [DBG] pgmap v68: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:41.238178+0000 mgr.y (mgr.24491) 90 : cluster [DBG] pgmap v68: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:41.238178+0000 mgr.y (mgr.24491) 90 : cluster [DBG] pgmap v68: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:43.238579+0000 mgr.y (mgr.24491) 91 : cluster [DBG] pgmap v69: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:43.238579+0000 mgr.y (mgr.24491) 91 : cluster [DBG] pgmap v69: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:43.238579+0000 mgr.y (mgr.24491) 91 : cluster [DBG] pgmap v69: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:45.239200+0000 mgr.y (mgr.24491) 92 : cluster [DBG] pgmap v70: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:45.239200+0000 mgr.y (mgr.24491) 92 : cluster [DBG] pgmap v70: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:45.239200+0000 mgr.y (mgr.24491) 92 : cluster [DBG] pgmap v70: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:34:47] "GET /metrics HTTP/1.1" 200 188167 "" "Prometheus/2.33.4" 2024-04-20T03:34:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:47.239591+0000 mgr.y (mgr.24491) 93 : cluster [DBG] pgmap v71: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:47.239591+0000 mgr.y (mgr.24491) 93 : cluster [DBG] pgmap v71: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:47.239591+0000 mgr.y (mgr.24491) 93 : cluster [DBG] pgmap v71: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:49.240183+0000 mgr.y (mgr.24491) 94 : cluster [DBG] pgmap v72: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:49.240183+0000 mgr.y (mgr.24491) 94 : cluster [DBG] pgmap v72: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:49.240183+0000 mgr.y (mgr.24491) 94 : cluster [DBG] pgmap v72: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:34:53.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:51.240506+0000 mgr.y (mgr.24491) 95 : cluster [DBG] pgmap v73: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:51.240506+0000 mgr.y (mgr.24491) 95 : cluster [DBG] pgmap v73: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:51.240506+0000 mgr.y (mgr.24491) 95 : cluster [DBG] pgmap v73: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:53.240805+0000 mgr.y (mgr.24491) 96 : cluster [DBG] pgmap v74: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:53.240805+0000 mgr.y (mgr.24491) 96 : cluster [DBG] pgmap v74: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:53.240805+0000 mgr.y (mgr.24491) 96 : cluster [DBG] pgmap v74: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:55.241338+0000 mgr.y (mgr.24491) 97 : cluster [DBG] pgmap v75: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:55.241338+0000 mgr.y (mgr.24491) 97 : cluster [DBG] pgmap v75: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:55.241338+0000 mgr.y (mgr.24491) 97 : cluster [DBG] pgmap v75: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:34:57] "GET /metrics HTTP/1.1" 200 188167 "" "Prometheus/2.33.4" 2024-04-20T03:34:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:34:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:57.241657+0000 mgr.y (mgr.24491) 98 : cluster [DBG] pgmap v76: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:57.241657+0000 mgr.y (mgr.24491) 98 : cluster [DBG] pgmap v76: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:34:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:57.241657+0000 mgr.y (mgr.24491) 98 : cluster [DBG] pgmap v76: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:34:59.242118+0000 mgr.y (mgr.24491) 99 : cluster [DBG] pgmap v77: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:34:59.242118+0000 mgr.y (mgr.24491) 99 : cluster [DBG] pgmap v77: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:34:59.242118+0000 mgr.y (mgr.24491) 99 : cluster [DBG] pgmap v77: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:35:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:01.242421+0000 mgr.y (mgr.24491) 100 : cluster [DBG] pgmap v78: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:01.242421+0000 mgr.y (mgr.24491) 100 : cluster [DBG] pgmap v78: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:01.242421+0000 mgr.y (mgr.24491) 100 : cluster [DBG] pgmap v78: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:03.242740+0000 mgr.y (mgr.24491) 101 : cluster [DBG] pgmap v79: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:03.242740+0000 mgr.y (mgr.24491) 101 : cluster [DBG] pgmap v79: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:03.242740+0000 mgr.y (mgr.24491) 101 : cluster [DBG] pgmap v79: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:05.243360+0000 mgr.y (mgr.24491) 102 : cluster [DBG] pgmap v80: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:05.243360+0000 mgr.y (mgr.24491) 102 : cluster [DBG] pgmap v80: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:05.243360+0000 mgr.y (mgr.24491) 102 : cluster [DBG] pgmap v80: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:08.021 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:07] "GET /metrics HTTP/1.1" 200 188176 "" "Prometheus/2.33.4" 2024-04-20T03:35:08.021 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:07.243692+0000 mgr.y (mgr.24491) 103 : cluster [DBG] pgmap v81: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:07.243692+0000 mgr.y (mgr.24491) 103 : cluster [DBG] pgmap v81: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:07.243692+0000 mgr.y (mgr.24491) 103 : cluster [DBG] pgmap v81: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:09.244307+0000 mgr.y (mgr.24491) 104 : cluster [DBG] pgmap v82: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:09.244307+0000 mgr.y (mgr.24491) 104 : cluster [DBG] pgmap v82: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:09.244307+0000 mgr.y (mgr.24491) 104 : cluster [DBG] pgmap v82: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:35:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:11.244670+0000 mgr.y (mgr.24491) 105 : cluster [DBG] pgmap v83: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:11.244670+0000 mgr.y (mgr.24491) 105 : cluster [DBG] pgmap v83: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:11.244670+0000 mgr.y (mgr.24491) 105 : cluster [DBG] pgmap v83: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:13.245043+0000 mgr.y (mgr.24491) 106 : cluster [DBG] pgmap v84: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:13.245043+0000 mgr.y (mgr.24491) 106 : cluster [DBG] pgmap v84: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:13.245043+0000 mgr.y (mgr.24491) 106 : cluster [DBG] pgmap v84: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:15.245678+0000 mgr.y (mgr.24491) 107 : cluster [DBG] pgmap v85: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:15.245678+0000 mgr.y (mgr.24491) 107 : cluster [DBG] pgmap v85: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:15.245678+0000 mgr.y (mgr.24491) 107 : cluster [DBG] pgmap v85: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:17] "GET /metrics HTTP/1.1" 200 188177 "" "Prometheus/2.33.4" 2024-04-20T03:35:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:17.246048+0000 mgr.y (mgr.24491) 108 : cluster [DBG] pgmap v86: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:17.246048+0000 mgr.y (mgr.24491) 108 : cluster [DBG] pgmap v86: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:17.246048+0000 mgr.y (mgr.24491) 108 : cluster [DBG] pgmap v86: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:19.246563+0000 mgr.y (mgr.24491) 109 : cluster [DBG] pgmap v87: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:19.246563+0000 mgr.y (mgr.24491) 109 : cluster [DBG] pgmap v87: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:19.246563+0000 mgr.y (mgr.24491) 109 : cluster [DBG] pgmap v87: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:35:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:21.246914+0000 mgr.y (mgr.24491) 110 : cluster [DBG] pgmap v88: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:21.246914+0000 mgr.y (mgr.24491) 110 : cluster [DBG] pgmap v88: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:21.246914+0000 mgr.y (mgr.24491) 110 : cluster [DBG] pgmap v88: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:23.247297+0000 mgr.y (mgr.24491) 111 : cluster [DBG] pgmap v89: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:23.247297+0000 mgr.y (mgr.24491) 111 : cluster [DBG] pgmap v89: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:23.247297+0000 mgr.y (mgr.24491) 111 : cluster [DBG] pgmap v89: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:25.247918+0000 mgr.y (mgr.24491) 112 : cluster [DBG] pgmap v90: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:25.247918+0000 mgr.y (mgr.24491) 112 : cluster [DBG] pgmap v90: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:25.247918+0000 mgr.y (mgr.24491) 112 : cluster [DBG] pgmap v90: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:26.687153+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:26.986046+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:26.986696+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:26.990819+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:26.687153+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:26.986046+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:26.986696+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:26.990819+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:26.687153+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:26.986046+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:26.986696+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:26.990819+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:27] "GET /metrics HTTP/1.1" 200 188177 "" "Prometheus/2.33.4" 2024-04-20T03:35:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:27.248366+0000 mgr.y (mgr.24491) 113 : cluster [DBG] pgmap v91: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:27.248366+0000 mgr.y (mgr.24491) 113 : cluster [DBG] pgmap v91: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:27.248366+0000 mgr.y (mgr.24491) 113 : cluster [DBG] pgmap v91: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:30.283 INFO:tasks.workunit.client.0.smithi177.stderr:Note: switching to '6c950c16e2bf99bd562fd546e3ba845b865a4fe4'. 2024-04-20T03:35:30.283 INFO:tasks.workunit.client.0.smithi177.stderr: 2024-04-20T03:35:30.283 INFO:tasks.workunit.client.0.smithi177.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2024-04-20T03:35:30.283 INFO:tasks.workunit.client.0.smithi177.stderr:changes and commit them, and you can discard any commits you make in this 2024-04-20T03:35:30.283 INFO:tasks.workunit.client.0.smithi177.stderr:state without impacting any branches by switching back to a branch. 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr: 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr:If you want to create a new branch to retain commits you create, you may 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr:do so (now or later) by using -c with the switch command. Example: 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr: 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr: git switch -c 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr: 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr:Or undo this operation with: 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr: 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr: git switch - 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr: 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr: 2024-04-20T03:35:30.284 INFO:tasks.workunit.client.0.smithi177.stderr:HEAD is now at 6c950c16e2b Merge pull request #56996 from zdover23/wip-doc-2024-04-19-dev-peering-image 2024-04-20T03:35:30.286 DEBUG:teuthology.orchestra.run.smithi177:> cd -- /home/ubuntu/cephtest/clone.client.0/qa/workunits && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\0' >/home/ubuntu/cephtest/workunits.list.client.0 2024-04-20T03:35:30.442 INFO:tasks.workunit.client.0.smithi177.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2024-04-20T03:35:30.444 INFO:tasks.workunit.client.0.smithi177.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-04-20T03:35:30.445 INFO:tasks.workunit.client.0.smithi177.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2024-04-20T03:35:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:29.248903+0000 mgr.y (mgr.24491) 114 : cluster [DBG] pgmap v92: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:29.248903+0000 mgr.y (mgr.24491) 114 : cluster [DBG] pgmap v92: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:29.248903+0000 mgr.y (mgr.24491) 114 : cluster [DBG] pgmap v92: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:30.992 INFO:tasks.workunit.client.0.smithi177.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2024-04-20T03:35:31.046 INFO:tasks.workunit.client.0.smithi177.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2024-04-20T03:35:31.083 INFO:tasks.workunit.client.0.smithi177.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-04-20T03:35:31.084 INFO:tasks.workunit.client.0.smithi177.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-04-20T03:35:31.084 INFO:tasks.workunit.client.0.smithi177.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2024-04-20T03:35:31.120 INFO:tasks.workunit.client.0.smithi177.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-04-20T03:35:31.124 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-04-20T03:35:31.124 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2024-04-20T03:35:31.142 INFO:tasks.workunit:Running workunits matching test_telemetry_pacific.sh on client.0... 2024-04-20T03:35:31.143 INFO:tasks.workunit:Running workunit test_telemetry_pacific.sh... 2024-04-20T03:35:31.143 DEBUG:teuthology.orchestra.run.smithi177:workunit test test_telemetry_pacific.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=6c950c16e2bf99bd562fd546e3ba845b865a4fe4 TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/test_telemetry_pacific.sh 2024-04-20T03:35:31.203 INFO:tasks.workunit.client.0.smithi177.stderr:+ ceph config set mgr mgr/telemetry/channel_ident true 2024-04-20T03:35:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:35:31.598 INFO:tasks.workunit.client.0.smithi177.stderr:+ ceph config set mgr mgr/telemetry/organization ceph-qa 2024-04-20T03:35:31.874 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE Bus STOPPING 2024-04-20T03:35:31.874 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-20T03:35:31.875 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE Bus STOPPED 2024-04-20T03:35:31.875 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE Bus STARTING 2024-04-20T03:35:31.875 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE Serving on http://:::9283 2024-04-20T03:35:31.875 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE Bus STARTED 2024-04-20T03:35:31.996 INFO:tasks.workunit.client.0.smithi177.stderr:+ ceph config set mgr mgr/telemetry/description 'upgrade test cluster' 2024-04-20T03:35:32.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE Bus STOPPING 2024-04-20T03:35:32.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-20T03:35:32.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE Bus STOPPED 2024-04-20T03:35:32.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE Bus STARTING 2024-04-20T03:35:32.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE Serving on http://:::9283 2024-04-20T03:35:32.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:31] ENGINE Bus STARTED 2024-04-20T03:35:32.395 INFO:tasks.workunit.client.0.smithi177.stderr:+ ceph telemetry on --license sharing-1-0 2024-04-20T03:35:32.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STOPPING 2024-04-20T03:35:32.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-20T03:35:32.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STOPPED 2024-04-20T03:35:32.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STARTING 2024-04-20T03:35:32.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Serving on http://:::9283 2024-04-20T03:35:32.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STARTED 2024-04-20T03:35:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:31.249226+0000 mgr.y (mgr.24491) 115 : cluster [DBG] pgmap v93: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:31.476147+0000 mon.a (mon.0) 746 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:35:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:31.517226+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:31.518487+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:31.519024+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:31.524474+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:31.872576+0000 mon.a (mon.0) 751 : audit [INF] from='client.? 172.21.15.177:0/942853747' entity='client.admin' 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:31.892124+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:31.893639+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:31.894230+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:31.900833+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.270547+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.318805+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.320047+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.320598+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.326932+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:31.249226+0000 mgr.y (mgr.24491) 115 : cluster [DBG] pgmap v93: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:31.476147+0000 mon.a (mon.0) 746 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:31.517226+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:31.518487+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:31.519024+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:31.524474+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:31.872576+0000 mon.a (mon.0) 751 : audit [INF] from='client.? 172.21.15.177:0/942853747' entity='client.admin' 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:31.892124+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:31.893639+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:31.894230+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:31.900833+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.270547+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.318805+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.320047+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.320598+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.326932+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:31.249226+0000 mgr.y (mgr.24491) 115 : cluster [DBG] pgmap v93: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:31.476147+0000 mon.a (mon.0) 746 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:35:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:31.517226+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:31.518487+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:31.519024+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:31.524474+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:31.872576+0000 mon.a (mon.0) 751 : audit [INF] from='client.? 172.21.15.177:0/942853747' entity='client.admin' 2024-04-20T03:35:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:31.892124+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:31.893639+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:31.894230+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:31.900833+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.270547+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:35:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.318805+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.320047+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.320598+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.326932+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:32.909 INFO:tasks.workunit.client.0.smithi177.stderr:++ ceph config get mgr mgr/telemetry/last_opt_revision 2024-04-20T03:35:33.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STOPPING 2024-04-20T03:35:33.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-20T03:35:33.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STOPPED 2024-04-20T03:35:33.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STARTING 2024-04-20T03:35:33.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Serving on http://:::9283 2024-04-20T03:35:33.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STARTED 2024-04-20T03:35:33.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STOPPING 2024-04-20T03:35:33.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-20T03:35:33.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STOPPED 2024-04-20T03:35:33.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STARTING 2024-04-20T03:35:33.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Serving on http://:::9283 2024-04-20T03:35:33.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:32] ENGINE Bus STARTED 2024-04-20T03:35:33.299 INFO:tasks.workunit.client.0.smithi177.stderr:+ LAST_OPT_REVISION=3 2024-04-20T03:35:33.299 INFO:tasks.workunit.client.0.smithi177.stderr:+ '[' 3 -ne 3 ']' 2024-04-20T03:35:33.299 INFO:tasks.workunit.client.0.smithi177.stderr:+ ceph telemetry show 2024-04-20T03:35:33.768 INFO:tasks.workunit.client.0.smithi177.stdout:{ 2024-04-20T03:35:33.768 INFO:tasks.workunit.client.0.smithi177.stdout: "balancer": { 2024-04-20T03:35:33.768 INFO:tasks.workunit.client.0.smithi177.stdout: "active": true, 2024-04-20T03:35:33.768 INFO:tasks.workunit.client.0.smithi177.stdout: "mode": "" 2024-04-20T03:35:33.768 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.768 INFO:tasks.workunit.client.0.smithi177.stdout: "channels": [ 2024-04-20T03:35:33.768 INFO:tasks.workunit.client.0.smithi177.stdout: "basic", 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "crash", 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "device", 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "ident" 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "channels_available": [ 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "basic", 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "ident", 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "crash", 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "device" 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "config": { 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "active_changed": [ 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_allow_insecure_global_id_reclaim", 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_debug", 2024-04-20T03:35:33.769 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_mon_ticket_ttl", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_service_ticket_ttl", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "bdev_debug_aio", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "client_check_pool_perm", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "client_mount_gid", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "client_mount_uid", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "client_quota", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "container_image", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "daemonize", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_asserts_on_shutdown", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_mgr", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_mon", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_ms", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_osd", 2024-04-20T03:35:33.770 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_paxos", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "keyring", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "leveldb_block_size", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "leveldb_cache_size", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "leveldb_compression", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "leveldb_log", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "leveldb_write_buffer_size", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "log_stderr_prefix", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "log_to_file", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "log_to_stderr", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_allow_pool_delete", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_clock_drift_allowed", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_cluster_log_file_level", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_cluster_log_to_file", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_cluster_log_to_stderr", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_data_avail_warn", 2024-04-20T03:35:33.771 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_host", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_max_pg_per_osd", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_mgr_mkfs_grace", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_osd_prime_pg_temp", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_osd_reporter_subtree_level", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_pg_warn_max_object_skew", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_reweight_min_bytes_per_osd", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_reweight_min_pgs_per_osd", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_legacy_crush_tunables", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_too_few_osds", 2024-04-20T03:35:33.772 INFO:tasks.workunit.client.0.smithi177.stdout: "ms_die_on_bug", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "ms_die_on_old_message", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "no_config_file", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_class_default_list", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_class_load_list", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_misdirected_ops", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_op_order", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_pg_log_writeout", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_shutdown", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_cached_snaps", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_missing_on_start", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_stray_on_activate", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_deep_scrub_update_digest_min_age", 2024-04-20T03:35:33.773 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_profile", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_best_effort_res", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_recovery_lim", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_recovery_res", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_client_lim", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_client_res", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_client_wgt", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_memory_target", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_memory_target_autotune", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_op_queue", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_op_queue_cut_off", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_pool_default_erasure_code_profile", 2024-04-20T03:35:33.774 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_pool_default_pg_autoscale_mode", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_recover_clone_overlap", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_recovery_max_chunk", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_scrub_load_threshold", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_scrub_max_interval", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_shutdown_pgref_assert", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "public_addr", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "public_addrv", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "public_network", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "rbd_default_features", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "setgroup", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "setuser" 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "cluster_changed": [ 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_allow_insecure_global_id_reclaim", 2024-04-20T03:35:33.775 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_debug", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_mon_ticket_ttl", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_service_ticket_ttl", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "bdev_debug_aio", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "container_image", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_asserts_on_shutdown", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_mgr", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_mon", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_ms", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_osd", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_paxos", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "log_to_file", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "log_to_stderr", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "mds_join_fs", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/cephadm/allow_ptrace", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/cephadm/container_init", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/cephadm/migration_current", 2024-04-20T03:35:33.776 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/cephadm/use_repo_digest", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/dashboard/GRAFANA_API_URL", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/dashboard/ssl_server_port", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/orchestrator/orchestrator", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/telemetry/channel_ident", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/telemetry/description", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/telemetry/enabled", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/telemetry/last_opt_revision", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/telemetry/organization", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_allow_pool_delete", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_clock_drift_allowed", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_cluster_log_file_level", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_cluster_log_to_file", 2024-04-20T03:35:33.777 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_data_avail_warn", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_max_pg_per_osd", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_mgr_mkfs_grace", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_osd_prime_pg_temp", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_osd_reporter_subtree_level", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_pg_warn_max_object_skew", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_reweight_min_bytes_per_osd", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_reweight_min_pgs_per_osd", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_legacy_crush_tunables", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-04-20T03:35:33.778 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_too_few_osds", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "ms_die_on_bug", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "ms_die_on_old_message", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_class_default_list", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_class_load_list", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_misdirected_ops", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_op_order", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_pg_log_writeout", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_shutdown", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_cached_snaps", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_missing_on_start", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_stray_on_activate", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_deep_scrub_update_digest_min_age", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_profile", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_memory_target", 2024-04-20T03:35:33.779 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_memory_target_autotune", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_op_queue", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_op_queue_cut_off", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_pool_default_erasure_code_profile", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_pool_default_pg_autoscale_mode", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_recover_clone_overlap", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_recovery_max_chunk", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_scrub_load_threshold", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_scrub_max_interval", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_shutdown_pgref_assert", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "public_network", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "rgw_cache_enabled", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "rgw_enable_ops_log", 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "rgw_enable_usage_log" 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: ] 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.780 INFO:tasks.workunit.client.0.smithi177.stdout: "contact": null, 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "crashes": [], 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "created": "2024-04-20T03:27:00.187165Z", 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "crush": { 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "bucket_algs": { 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "straw2": 3 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "bucket_sizes": { 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "2": 1, 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "4": 2 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "bucket_types": { 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "1": 2, 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "11": 1 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.781 INFO:tasks.workunit.client.0.smithi177.stdout: "compat_weight_set": false, 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "device_classes": [ 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: 8 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "num_buckets": 6, 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "num_devices": 8, 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "num_rules": 1, 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "num_types": 12, 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "num_weight_sets": 0, 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "tunables": { 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "allowed_bucket_algs": 54, 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "choose_local_fallback_tries": 0, 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "choose_local_tries": 0, 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "choose_total_tries": 50, 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "chooseleaf_descend_once": 1, 2024-04-20T03:35:33.782 INFO:tasks.workunit.client.0.smithi177.stdout: "chooseleaf_stable": 1, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "chooseleaf_vary_r": 1, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "has_v2_rules": 0, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "has_v3_rules": 0, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "has_v4_buckets": 1, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "has_v5_rules": 0, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "legacy_tunables": 0, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "minimum_required_version": "jewel", 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "optimal_tunables": 1, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "profile": "jewel", 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "require_feature_tunables": 1, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "require_feature_tunables2": 1, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "require_feature_tunables3": 1, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "require_feature_tunables5": 1, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "straw_calc_version": 1 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.783 INFO:tasks.workunit.client.0.smithi177.stdout: "description": "upgrade test cluster", 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "fs": { 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "count": 1, 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "feature_flags": { 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "enable_multiple": true, 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "ever_enabled_multiple": true 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "filesystems": [ 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: { 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "approx_ctime": "2024-04", 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "balancer_enabled": false, 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "bytes": 0, 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "cached_caps": 0, 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "cached_dns": 10, 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "cached_inos": 13, 2024-04-20T03:35:33.784 INFO:tasks.workunit.client.0.smithi177.stdout: "cached_subtrees": 2, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "ever_allowed_features": 0, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "explicitly_allowed_features": 0, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "files": 0, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "max_mds": 1, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "num_data_pools": 1, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "num_in": 1, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "num_mds": 1, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "num_sessions": 0, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "num_standby_replay": 0, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "num_up": 1, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "snaps": 0, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "standby_count_wanted": 0 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "num_standby_mds": 1, 2024-04-20T03:35:33.785 INFO:tasks.workunit.client.0.smithi177.stdout: "total_num_mds": 2 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "hosts": { 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "num": 2, 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "num_with_mds": 2, 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "num_with_mgr": 2, 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "num_with_mon": 2, 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "num_with_osd": 2 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "leaderboard": false, 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "license": "sharing-1-0", 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "metadata": { 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "mon": { 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "arch": { 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "x86_64": 3 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.786 INFO:tasks.workunit.client.0.smithi177.stdout: "ceph_version": { 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: "cpu": { 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 3 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: "distro": { 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: "centos": 3 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: "distro_description": { 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: "CentOS Stream 8": 3 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: "kernel_description": { 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: "#1 SMP Sun Apr 7 19:39:51 UTC 2024": 3 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.787 INFO:tasks.workunit.client.0.smithi177.stdout: "kernel_version": { 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: "4.18.0-552.el8.x86_64": 3 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: "os": { 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: "Linux": 3 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: "osd": { 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: "arch": { 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: "x86_64": 8 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: "ceph_version": { 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:35:33.788 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: "cpu": { 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 8 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: "distro": { 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: "centos": 8 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: "distro_description": { 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: "CentOS Stream 8": 8 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: "kernel_description": { 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: "#1 SMP Sun Apr 7 19:39:51 UTC 2024": 8 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: "kernel_version": { 2024-04-20T03:35:33.789 INFO:tasks.workunit.client.0.smithi177.stdout: "4.18.0-552.el8.x86_64": 8 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: "os": { 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: "Linux": 8 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_objectstore": { 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: "bluestore": 8 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: "rotational": { 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: "0": 8 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: "mon": { 2024-04-20T03:35:33.790 INFO:tasks.workunit.client.0.smithi177.stdout: "count": 3, 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "features": { 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "optional": [], 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "persistent": [ 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "kraken", 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "luminous", 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "mimic", 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "osdmap-prune", 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "nautilus", 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "octopus", 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "pacific", 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "elector-pinging" 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: ] 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "ipv4_addr_mons": 6, 2024-04-20T03:35:33.791 INFO:tasks.workunit.client.0.smithi177.stdout: "ipv6_addr_mons": 0, 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: "min_mon_release": 16, 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: "v1_addr_mons": 3, 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: "v2_addr_mons": 3 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: "organization": "ceph-qa", 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: "osd": { 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: "cluster_network": false, 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: "count": 8, 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: "require_min_compat_client": "luminous", 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: "require_osd_release": "pacific" 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: "pools": [ 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: { 2024-04-20T03:35:33.792 INFO:tasks.workunit.client.0.smithi177.stdout: "cache_mode": "none", 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "erasure_code_profile": {}, 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "min_size": 2, 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_autoscale_mode": "off", 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_num": 1, 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "pgp_num": 1, 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "pool": 1, 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "size": 3, 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_bytes": 0, 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_objects": 0, 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "type": "replicated" 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: { 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "cache_mode": "none", 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "erasure_code_profile": {}, 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "min_size": 2, 2024-04-20T03:35:33.793 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_autoscale_mode": "off", 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_num": 32, 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "pgp_num": 32, 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "pool": 2, 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "size": 3, 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_bytes": 0, 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_objects": 0, 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "type": "replicated" 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: { 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "cache_mode": "none", 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "erasure_code_profile": {}, 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "min_size": 2, 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_autoscale_mode": "off", 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_num": 64, 2024-04-20T03:35:33.794 INFO:tasks.workunit.client.0.smithi177.stdout: "pgp_num": 64, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "pool": 3, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "size": 3, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_bytes": 0, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_objects": 0, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "type": "replicated" 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: { 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "cache_mode": "none", 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "erasure_code_profile": {}, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "min_size": 2, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_autoscale_mode": "off", 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_num": 8, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "pgp_num": 8, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "pool": 4, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "size": 3, 2024-04-20T03:35:33.795 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_bytes": 0, 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_objects": 0, 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: "type": "replicated" 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: "rbd": { 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: "mirroring_by_pool": [ 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: false 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: "num_images_by_pool": [ 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: 0 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: "num_pools": 1 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: "report_id": "b5633e07-c2c8-43e5-9070-80e39e4b4541", 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: "report_timestamp": "2024-04-20T03:35:33.765189", 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: "report_version": 1, 2024-04-20T03:35:33.796 INFO:tasks.workunit.client.0.smithi177.stdout: "services": {}, 2024-04-20T03:35:33.797 INFO:tasks.workunit.client.0.smithi177.stdout: "usage": { 2024-04-20T03:35:33.797 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_num": 105, 2024-04-20T03:35:33.797 INFO:tasks.workunit.client.0.smithi177.stdout: "pools": 4, 2024-04-20T03:35:33.797 INFO:tasks.workunit.client.0.smithi177.stdout: "total_avail_bytes": 765521473536, 2024-04-20T03:35:33.797 INFO:tasks.workunit.client.0.smithi177.stdout: "total_bytes": 767960285184, 2024-04-20T03:35:33.797 INFO:tasks.workunit.client.0.smithi177.stdout: "total_used_bytes": 2438811648 2024-04-20T03:35:33.797 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:33.797 INFO:tasks.workunit.client.0.smithi177.stdout:} 2024-04-20T03:35:33.797 INFO:tasks.workunit.client.0.smithi177.stdout: 2024-04-20T03:35:33.797 INFO:tasks.workunit.client.0.smithi177.stdout:Device report is generated separately. To see it run 'ceph telemetry show-device'. 2024-04-20T03:35:33.797 INFO:tasks.workunit.client.0.smithi177.stderr:+ ceph telemetry show-device 2024-04-20T03:35:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.718727+0000 mgr.y (mgr.24491) 116 : audit [DBG] from='client.24818 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.722724+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.728567+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.735818+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.744812+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.746681+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.748545+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.752924+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.770195+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.773462+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.777570+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.780543+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.805959+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.897490+0000 mgr.y (mgr.24491) 117 : audit [DBG] from='client.24818 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:32.906894+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:33.180958+0000 mon.a (mon.0) 774 : audit [DBG] from='client.? 172.21.15.177:0/2336439181' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-04-20T03:35:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:33.288468+0000 mon.a (mon.0) 775 : audit [DBG] from='client.? 172.21.15.177:0/2336439181' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-04-20T03:35:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:33.609961+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.718727+0000 mgr.y (mgr.24491) 116 : audit [DBG] from='client.24818 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.722724+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.728567+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.735818+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.744812+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.746681+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.748545+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.752924+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.770195+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.773462+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.777570+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.780543+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.805959+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.897490+0000 mgr.y (mgr.24491) 117 : audit [DBG] from='client.24818 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:32.906894+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:33.180958+0000 mon.a (mon.0) 774 : audit [DBG] from='client.? 172.21.15.177:0/2336439181' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:33.288468+0000 mon.a (mon.0) 775 : audit [DBG] from='client.? 172.21.15.177:0/2336439181' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:33.609961+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.718727+0000 mgr.y (mgr.24491) 116 : audit [DBG] from='client.24818 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.722724+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.728567+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.735818+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.744812+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.746681+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.748545+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.752924+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.770195+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.773462+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.777570+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.780543+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:34.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.805959+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.897490+0000 mgr.y (mgr.24491) 117 : audit [DBG] from='client.24818 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:34.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:32.906894+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:33.180958+0000 mon.a (mon.0) 774 : audit [DBG] from='client.? 172.21.15.177:0/2336439181' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-04-20T03:35:34.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:33.288468+0000 mon.a (mon.0) 775 : audit [DBG] from='client.? 172.21.15.177:0/2336439181' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2024-04-20T03:35:34.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:33.609961+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.250 INFO:tasks.workunit.client.0.smithi177.stdout:{ 2024-04-20T03:35:34.250 INFO:tasks.workunit.client.0.smithi177.stdout: "0ac48c34-fec7-11ee-bfa7-0cc47aeab04b": { 2024-04-20T03:35:34.250 INFO:tasks.workunit.client.0.smithi177.stdout: "INTEL_SSDPEDMD400G4_0ac5275c-fec7-11ee-bfa7-0cc47aeab04b": {} 2024-04-20T03:35:34.250 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.250 INFO:tasks.workunit.client.0.smithi177.stdout: "0ac5bdfc-fec7-11ee-bfa7-0cc47aeab04b": { 2024-04-20T03:35:34.250 INFO:tasks.workunit.client.0.smithi177.stdout: "INTEL_SSDPEDMD400G4_0ac64790-fec7-11ee-bfa7-0cc47aeab04b": {} 2024-04-20T03:35:34.250 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:34.250 INFO:tasks.workunit.client.0.smithi177.stdout:} 2024-04-20T03:35:34.262 INFO:tasks.workunit.client.0.smithi177.stderr:+ ceph telemetry show-all 2024-04-20T03:35:34.739 INFO:tasks.workunit.client.0.smithi177.stdout:{ 2024-04-20T03:35:34.739 INFO:tasks.workunit.client.0.smithi177.stdout: "device_report": { 2024-04-20T03:35:34.739 INFO:tasks.workunit.client.0.smithi177.stdout: "0ac48c34-fec7-11ee-bfa7-0cc47aeab04b": { 2024-04-20T03:35:34.739 INFO:tasks.workunit.client.0.smithi177.stdout: "INTEL_SSDPEDMD400G4_0ac5275c-fec7-11ee-bfa7-0cc47aeab04b": {} 2024-04-20T03:35:34.739 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.739 INFO:tasks.workunit.client.0.smithi177.stdout: "0ac5bdfc-fec7-11ee-bfa7-0cc47aeab04b": { 2024-04-20T03:35:34.739 INFO:tasks.workunit.client.0.smithi177.stdout: "INTEL_SSDPEDMD400G4_0ac64790-fec7-11ee-bfa7-0cc47aeab04b": {} 2024-04-20T03:35:34.739 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:34.739 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: "report": { 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: "balancer": { 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: "active": true, 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: "mode": "" 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: "channels": [ 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: "basic", 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: "crash", 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: "device", 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: "ident" 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:34.740 INFO:tasks.workunit.client.0.smithi177.stdout: "channels_available": [ 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "basic", 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "ident", 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "crash", 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "device" 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "config": { 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "active_changed": [ 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_allow_insecure_global_id_reclaim", 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_debug", 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_mon_ticket_ttl", 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_service_ticket_ttl", 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "bdev_debug_aio", 2024-04-20T03:35:34.741 INFO:tasks.workunit.client.0.smithi177.stdout: "client_check_pool_perm", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "client_mount_gid", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "client_mount_uid", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "client_quota", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "container_image", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "daemonize", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_asserts_on_shutdown", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_mgr", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_mon", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_ms", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_osd", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_paxos", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "keyring", 2024-04-20T03:35:34.742 INFO:tasks.workunit.client.0.smithi177.stdout: "leveldb_block_size", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "leveldb_cache_size", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "leveldb_compression", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "leveldb_log", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "leveldb_write_buffer_size", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "log_stderr_prefix", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "log_to_file", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "log_to_stderr", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_allow_pool_delete", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_clock_drift_allowed", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_cluster_log_file_level", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_cluster_log_to_file", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_cluster_log_to_stderr", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_data_avail_warn", 2024-04-20T03:35:34.743 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_host", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_max_pg_per_osd", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_mgr_mkfs_grace", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_osd_prime_pg_temp", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_osd_reporter_subtree_level", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_pg_warn_max_object_skew", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_reweight_min_bytes_per_osd", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_reweight_min_pgs_per_osd", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_legacy_crush_tunables", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-04-20T03:35:34.744 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_too_few_osds", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "ms_die_on_bug", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "ms_die_on_old_message", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "no_config_file", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_class_default_list", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_class_load_list", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_misdirected_ops", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_op_order", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_pg_log_writeout", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_shutdown", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_cached_snaps", 2024-04-20T03:35:34.745 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_missing_on_start", 2024-04-20T03:35:34.746 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_stray_on_activate", 2024-04-20T03:35:34.746 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_deep_scrub_update_digest_min_age", 2024-04-20T03:35:34.746 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_profile", 2024-04-20T03:35:34.746 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2024-04-20T03:35:34.746 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_best_effort_res", 2024-04-20T03:35:34.746 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2024-04-20T03:35:34.746 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_recovery_lim", 2024-04-20T03:35:34.746 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_recovery_res", 2024-04-20T03:35:34.746 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2024-04-20T03:35:34.746 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_client_lim", 2024-04-20T03:35:34.746 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_client_res", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_scheduler_client_wgt", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_memory_target", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_memory_target_autotune", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_op_queue", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_op_queue_cut_off", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_pool_default_erasure_code_profile", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_pool_default_pg_autoscale_mode", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_recover_clone_overlap", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_recovery_max_chunk", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_scrub_load_threshold", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_scrub_max_interval", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_shutdown_pgref_assert", 2024-04-20T03:35:34.747 INFO:tasks.workunit.client.0.smithi177.stdout: "public_addr", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "public_addrv", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "public_network", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "rbd_default_features", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "setgroup", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "setuser" 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "cluster_changed": [ 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_allow_insecure_global_id_reclaim", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_debug", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_mon_ticket_ttl", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "auth_service_ticket_ttl", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "bdev_debug_aio", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "container_image", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_asserts_on_shutdown", 2024-04-20T03:35:34.748 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_mgr", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_mon", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_ms", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_osd", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "debug_paxos", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "log_to_file", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "log_to_stderr", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "mds_join_fs", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/cephadm/allow_ptrace", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/cephadm/container_init", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/cephadm/migration_current", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/cephadm/use_repo_digest", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2024-04-20T03:35:34.749 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/dashboard/GRAFANA_API_URL", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/dashboard/ssl_server_port", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/orchestrator/orchestrator", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/telemetry/channel_ident", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/telemetry/description", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/telemetry/enabled", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/telemetry/last_opt_revision", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mgr/telemetry/organization", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_allow_pool_delete", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_clock_drift_allowed", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_cluster_log_file_level", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_cluster_log_to_file", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_data_avail_warn", 2024-04-20T03:35:34.750 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_max_pg_per_osd", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_mgr_mkfs_grace", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_osd_prime_pg_temp", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_osd_reporter_subtree_level", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_pg_warn_max_object_skew", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_reweight_min_bytes_per_osd", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_reweight_min_pgs_per_osd", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_insecure_global_id_reclaim", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_legacy_crush_tunables", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_osd_down_out_interval_zero", 2024-04-20T03:35:34.751 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "mon_warn_on_too_few_osds", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "ms_die_on_bug", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "ms_die_on_old_message", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_class_default_list", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_class_load_list", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_misdirected_ops", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_op_order", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_pg_log_writeout", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_shutdown", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_cached_snaps", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_missing_on_start", 2024-04-20T03:35:34.752 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_debug_verify_stray_on_activate", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_deep_scrub_update_digest_min_age", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_mclock_profile", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_memory_target", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_memory_target_autotune", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_op_queue", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_op_queue_cut_off", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_pool_default_erasure_code_profile", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_pool_default_pg_autoscale_mode", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_recover_clone_overlap", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_recovery_max_chunk", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_scrub_load_threshold", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_scrub_max_interval", 2024-04-20T03:35:34.753 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_shutdown_pgref_assert", 2024-04-20T03:35:34.754 INFO:tasks.workunit.client.0.smithi177.stdout: "public_network", 2024-04-20T03:35:34.754 INFO:tasks.workunit.client.0.smithi177.stdout: "rgw_cache_enabled", 2024-04-20T03:35:34.754 INFO:tasks.workunit.client.0.smithi177.stdout: "rgw_enable_ops_log", 2024-04-20T03:35:34.754 INFO:tasks.workunit.client.0.smithi177.stdout: "rgw_enable_usage_log" 2024-04-20T03:35:34.754 INFO:tasks.workunit.client.0.smithi177.stdout: ] 2024-04-20T03:35:34.754 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.754 INFO:tasks.workunit.client.0.smithi177.stdout: "contact": null, 2024-04-20T03:35:34.754 INFO:tasks.workunit.client.0.smithi177.stdout: "crashes": [], 2024-04-20T03:35:34.754 INFO:tasks.workunit.client.0.smithi177.stdout: "created": "2024-04-20T03:27:00.187165Z", 2024-04-20T03:35:34.754 INFO:tasks.workunit.client.0.smithi177.stdout: "crush": { 2024-04-20T03:35:34.754 INFO:tasks.workunit.client.0.smithi177.stdout: "bucket_algs": { 2024-04-20T03:35:34.755 INFO:tasks.workunit.client.0.smithi177.stdout: "straw2": 3 2024-04-20T03:35:34.755 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.755 INFO:tasks.workunit.client.0.smithi177.stdout: "bucket_sizes": { 2024-04-20T03:35:34.755 INFO:tasks.workunit.client.0.smithi177.stdout: "2": 1, 2024-04-20T03:35:34.755 INFO:tasks.workunit.client.0.smithi177.stdout: "4": 2 2024-04-20T03:35:34.755 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.755 INFO:tasks.workunit.client.0.smithi177.stdout: "bucket_types": { 2024-04-20T03:35:34.755 INFO:tasks.workunit.client.0.smithi177.stdout: "1": 2, 2024-04-20T03:35:34.755 INFO:tasks.workunit.client.0.smithi177.stdout: "11": 1 2024-04-20T03:35:34.755 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.755 INFO:tasks.workunit.client.0.smithi177.stdout: "compat_weight_set": false, 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "device_classes": [ 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: 8 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "num_buckets": 6, 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "num_devices": 8, 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "num_rules": 1, 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "num_types": 12, 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "num_weight_sets": 0, 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "tunables": { 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "allowed_bucket_algs": 54, 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "choose_local_fallback_tries": 0, 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "choose_local_tries": 0, 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "choose_total_tries": 50, 2024-04-20T03:35:34.756 INFO:tasks.workunit.client.0.smithi177.stdout: "chooseleaf_descend_once": 1, 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "chooseleaf_stable": 1, 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "chooseleaf_vary_r": 1, 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "has_v2_rules": 0, 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "has_v3_rules": 0, 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "has_v4_buckets": 1, 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "has_v5_rules": 0, 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "legacy_tunables": 0, 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "minimum_required_version": "jewel", 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "optimal_tunables": 1, 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "profile": "jewel", 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "require_feature_tunables": 1, 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "require_feature_tunables2": 1, 2024-04-20T03:35:34.757 INFO:tasks.workunit.client.0.smithi177.stdout: "require_feature_tunables3": 1, 2024-04-20T03:35:34.758 INFO:tasks.workunit.client.0.smithi177.stdout: "require_feature_tunables5": 1, 2024-04-20T03:35:34.758 INFO:tasks.workunit.client.0.smithi177.stdout: "straw_calc_version": 1 2024-04-20T03:35:34.758 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:34.758 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.758 INFO:tasks.workunit.client.0.smithi177.stdout: "description": "upgrade test cluster", 2024-04-20T03:35:34.758 INFO:tasks.workunit.client.0.smithi177.stdout: "fs": { 2024-04-20T03:35:34.758 INFO:tasks.workunit.client.0.smithi177.stdout: "count": 1, 2024-04-20T03:35:34.758 INFO:tasks.workunit.client.0.smithi177.stdout: "feature_flags": { 2024-04-20T03:35:34.758 INFO:tasks.workunit.client.0.smithi177.stdout: "enable_multiple": true, 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: "ever_enabled_multiple": true 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: "filesystems": [ 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: { 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: "approx_ctime": "2024-04", 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: "balancer_enabled": false, 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: "bytes": 0, 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: "cached_caps": 0, 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: "cached_dns": 10, 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: "cached_inos": 13, 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: "cached_subtrees": 2, 2024-04-20T03:35:34.759 INFO:tasks.workunit.client.0.smithi177.stdout: "ever_allowed_features": 0, 2024-04-20T03:35:34.760 INFO:tasks.workunit.client.0.smithi177.stdout: "explicitly_allowed_features": 0, 2024-04-20T03:35:34.760 INFO:tasks.workunit.client.0.smithi177.stdout: "files": 0, 2024-04-20T03:35:34.760 INFO:tasks.workunit.client.0.smithi177.stdout: "max_mds": 1, 2024-04-20T03:35:34.760 INFO:tasks.workunit.client.0.smithi177.stdout: "num_data_pools": 1, 2024-04-20T03:35:34.760 INFO:tasks.workunit.client.0.smithi177.stdout: "num_in": 1, 2024-04-20T03:35:34.760 INFO:tasks.workunit.client.0.smithi177.stdout: "num_mds": 1, 2024-04-20T03:35:34.760 INFO:tasks.workunit.client.0.smithi177.stdout: "num_sessions": 0, 2024-04-20T03:35:34.760 INFO:tasks.workunit.client.0.smithi177.stdout: "num_standby_replay": 0, 2024-04-20T03:35:34.760 INFO:tasks.workunit.client.0.smithi177.stdout: "num_up": 1, 2024-04-20T03:35:34.760 INFO:tasks.workunit.client.0.smithi177.stdout: "snaps": 0, 2024-04-20T03:35:34.760 INFO:tasks.workunit.client.0.smithi177.stdout: "standby_count_wanted": 0 2024-04-20T03:35:34.761 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:34.761 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:34.761 INFO:tasks.workunit.client.0.smithi177.stdout: "num_standby_mds": 1, 2024-04-20T03:35:34.761 INFO:tasks.workunit.client.0.smithi177.stdout: "total_num_mds": 2 2024-04-20T03:35:34.761 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.761 INFO:tasks.workunit.client.0.smithi177.stdout: "hosts": { 2024-04-20T03:35:34.761 INFO:tasks.workunit.client.0.smithi177.stdout: "num": 2, 2024-04-20T03:35:34.761 INFO:tasks.workunit.client.0.smithi177.stdout: "num_with_mds": 2, 2024-04-20T03:35:34.761 INFO:tasks.workunit.client.0.smithi177.stdout: "num_with_mgr": 2, 2024-04-20T03:35:34.761 INFO:tasks.workunit.client.0.smithi177.stdout: "num_with_mon": 2, 2024-04-20T03:35:34.761 INFO:tasks.workunit.client.0.smithi177.stdout: "num_with_osd": 2 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: "leaderboard": false, 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: "license": "sharing-1-0", 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: "metadata": { 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: "mon": { 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: "arch": { 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: "x86_64": 3 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: "ceph_version": { 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: "cpu": { 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 3 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.762 INFO:tasks.workunit.client.0.smithi177.stdout: "distro": { 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: "centos": 3 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: "distro_description": { 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: "CentOS Stream 8": 3 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: "kernel_description": { 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: "#1 SMP Sun Apr 7 19:39:51 UTC 2024": 3 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: "kernel_version": { 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: "4.18.0-552.el8.x86_64": 3 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.763 INFO:tasks.workunit.client.0.smithi177.stdout: "os": { 2024-04-20T03:35:34.764 INFO:tasks.workunit.client.0.smithi177.stdout: "Linux": 3 2024-04-20T03:35:34.764 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:34.764 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.764 INFO:tasks.workunit.client.0.smithi177.stdout: "osd": { 2024-04-20T03:35:34.764 INFO:tasks.workunit.client.0.smithi177.stdout: "arch": { 2024-04-20T03:35:34.764 INFO:tasks.workunit.client.0.smithi177.stdout: "x86_64": 8 2024-04-20T03:35:34.764 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.764 INFO:tasks.workunit.client.0.smithi177.stdout: "ceph_version": { 2024-04-20T03:35:34.764 INFO:tasks.workunit.client.0.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:35:34.764 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.764 INFO:tasks.workunit.client.0.smithi177.stdout: "cpu": { 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 8 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: "distro": { 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: "centos": 8 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: "distro_description": { 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: "CentOS Stream 8": 8 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: "kernel_description": { 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: "#1 SMP Sun Apr 7 19:39:51 UTC 2024": 8 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.765 INFO:tasks.workunit.client.0.smithi177.stdout: "kernel_version": { 2024-04-20T03:35:34.766 INFO:tasks.workunit.client.0.smithi177.stdout: "4.18.0-552.el8.x86_64": 8 2024-04-20T03:35:34.766 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.766 INFO:tasks.workunit.client.0.smithi177.stdout: "os": { 2024-04-20T03:35:34.766 INFO:tasks.workunit.client.0.smithi177.stdout: "Linux": 8 2024-04-20T03:35:34.766 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.766 INFO:tasks.workunit.client.0.smithi177.stdout: "osd_objectstore": { 2024-04-20T03:35:34.766 INFO:tasks.workunit.client.0.smithi177.stdout: "bluestore": 8 2024-04-20T03:35:34.766 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.766 INFO:tasks.workunit.client.0.smithi177.stdout: "rotational": { 2024-04-20T03:35:34.767 INFO:tasks.workunit.client.0.smithi177.stdout: "0": 8 2024-04-20T03:35:34.767 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:34.767 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:34.767 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.767 INFO:tasks.workunit.client.0.smithi177.stdout: "mon": { 2024-04-20T03:35:34.767 INFO:tasks.workunit.client.0.smithi177.stdout: "count": 3, 2024-04-20T03:35:34.767 INFO:tasks.workunit.client.0.smithi177.stdout: "features": { 2024-04-20T03:35:34.767 INFO:tasks.workunit.client.0.smithi177.stdout: "optional": [], 2024-04-20T03:35:34.767 INFO:tasks.workunit.client.0.smithi177.stdout: "persistent": [ 2024-04-20T03:35:34.767 INFO:tasks.workunit.client.0.smithi177.stdout: "kraken", 2024-04-20T03:35:34.767 INFO:tasks.workunit.client.0.smithi177.stdout: "luminous", 2024-04-20T03:35:34.768 INFO:tasks.workunit.client.0.smithi177.stdout: "mimic", 2024-04-20T03:35:34.768 INFO:tasks.workunit.client.0.smithi177.stdout: "osdmap-prune", 2024-04-20T03:35:34.768 INFO:tasks.workunit.client.0.smithi177.stdout: "nautilus", 2024-04-20T03:35:34.768 INFO:tasks.workunit.client.0.smithi177.stdout: "octopus", 2024-04-20T03:35:34.768 INFO:tasks.workunit.client.0.smithi177.stdout: "pacific", 2024-04-20T03:35:34.768 INFO:tasks.workunit.client.0.smithi177.stdout: "elector-pinging" 2024-04-20T03:35:34.768 INFO:tasks.workunit.client.0.smithi177.stdout: ] 2024-04-20T03:35:34.768 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.768 INFO:tasks.workunit.client.0.smithi177.stdout: "ipv4_addr_mons": 6, 2024-04-20T03:35:34.768 INFO:tasks.workunit.client.0.smithi177.stdout: "ipv6_addr_mons": 0, 2024-04-20T03:35:34.768 INFO:tasks.workunit.client.0.smithi177.stdout: "min_mon_release": 16, 2024-04-20T03:35:34.769 INFO:tasks.workunit.client.0.smithi177.stdout: "v1_addr_mons": 3, 2024-04-20T03:35:34.769 INFO:tasks.workunit.client.0.smithi177.stdout: "v2_addr_mons": 3 2024-04-20T03:35:34.769 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.769 INFO:tasks.workunit.client.0.smithi177.stdout: "organization": "ceph-qa", 2024-04-20T03:35:34.769 INFO:tasks.workunit.client.0.smithi177.stdout: "osd": { 2024-04-20T03:35:34.769 INFO:tasks.workunit.client.0.smithi177.stdout: "cluster_network": false, 2024-04-20T03:35:34.769 INFO:tasks.workunit.client.0.smithi177.stdout: "count": 8, 2024-04-20T03:35:34.769 INFO:tasks.workunit.client.0.smithi177.stdout: "require_min_compat_client": "luminous", 2024-04-20T03:35:34.769 INFO:tasks.workunit.client.0.smithi177.stdout: "require_osd_release": "pacific" 2024-04-20T03:35:34.770 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.770 INFO:tasks.workunit.client.0.smithi177.stdout: "pools": [ 2024-04-20T03:35:34.770 INFO:tasks.workunit.client.0.smithi177.stdout: { 2024-04-20T03:35:34.770 INFO:tasks.workunit.client.0.smithi177.stdout: "cache_mode": "none", 2024-04-20T03:35:34.770 INFO:tasks.workunit.client.0.smithi177.stdout: "erasure_code_profile": {}, 2024-04-20T03:35:34.770 INFO:tasks.workunit.client.0.smithi177.stdout: "min_size": 2, 2024-04-20T03:35:34.770 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_autoscale_mode": "off", 2024-04-20T03:35:34.770 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_num": 1, 2024-04-20T03:35:34.770 INFO:tasks.workunit.client.0.smithi177.stdout: "pgp_num": 1, 2024-04-20T03:35:34.770 INFO:tasks.workunit.client.0.smithi177.stdout: "pool": 1, 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "size": 3, 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_bytes": 0, 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_objects": 0, 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "type": "replicated" 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: { 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "cache_mode": "none", 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "erasure_code_profile": {}, 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "min_size": 2, 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_autoscale_mode": "off", 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_num": 32, 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "pgp_num": 32, 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "pool": 2, 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "size": 3, 2024-04-20T03:35:34.771 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_bytes": 0, 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_objects": 0, 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "type": "replicated" 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: { 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "cache_mode": "none", 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "erasure_code_profile": {}, 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "min_size": 2, 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_autoscale_mode": "off", 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_num": 64, 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "pgp_num": 64, 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "pool": 3, 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "size": 3, 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_bytes": 0, 2024-04-20T03:35:34.772 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_objects": 0, 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: "type": "replicated" 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: { 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: "cache_mode": "none", 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: "erasure_code_profile": {}, 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: "min_size": 2, 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_autoscale_mode": "off", 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_num": 8, 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: "pgp_num": 8, 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: "pool": 4, 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: "size": 3, 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_bytes": 0, 2024-04-20T03:35:34.773 INFO:tasks.workunit.client.0.smithi177.stdout: "target_max_objects": 0, 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: "type": "replicated" 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: "rbd": { 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: "mirroring_by_pool": [ 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: false 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: "num_images_by_pool": [ 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: 0 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: ], 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: "num_pools": 1 2024-04-20T03:35:34.774 INFO:tasks.workunit.client.0.smithi177.stdout: }, 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: "report_id": "b5633e07-c2c8-43e5-9070-80e39e4b4541", 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: "report_timestamp": "2024-04-20T03:35:34.733493", 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: "report_version": 1, 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: "services": {}, 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: "usage": { 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: "pg_num": 105, 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: "pools": 4, 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: "total_avail_bytes": 765521473536, 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: "total_bytes": 767960285184, 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: "total_used_bytes": 2438811648 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout: } 2024-04-20T03:35:34.775 INFO:tasks.workunit.client.0.smithi177.stdout:} 2024-04-20T03:35:34.776 INFO:tasks.workunit.client.0.smithi177.stdout:OK 2024-04-20T03:35:34.777 INFO:tasks.workunit.client.0.smithi177.stderr:+ echo OK 2024-04-20T03:35:34.777 INFO:teuthology.orchestra.run:Running command with timeout 3600 2024-04-20T03:35:34.777 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-04-20T03:35:34.851 INFO:tasks.workunit:Stopping ['test_telemetry_pacific.sh'] on client.0... 2024-04-20T03:35:34.851 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2024-04-20T03:35:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:33.249535+0000 mgr.y (mgr.24491) 118 : cluster [DBG] pgmap v94: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:33.608849+0000 mgr.y (mgr.24491) 119 : audit [DBG] from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:33.765129+0000 mgr.y (mgr.24491) 120 : audit [DBG] from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:33.766114+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:34.574780+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:33.249535+0000 mgr.y (mgr.24491) 118 : cluster [DBG] pgmap v94: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:33.608849+0000 mgr.y (mgr.24491) 119 : audit [DBG] from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:33.765129+0000 mgr.y (mgr.24491) 120 : audit [DBG] from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:33.766114+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:34.574780+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:33.249535+0000 mgr.y (mgr.24491) 118 : cluster [DBG] pgmap v94: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:33.608849+0000 mgr.y (mgr.24491) 119 : audit [DBG] from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:33.765129+0000 mgr.y (mgr.24491) 120 : audit [DBG] from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:33.766114+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:34.574780+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:35.151 DEBUG:teuthology.parallel:result is None 2024-04-20T03:35:35.152 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2024-04-20T03:35:35.179 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2024-04-20T03:35:35.179 DEBUG:teuthology.orchestra.run.smithi177:> rmdir -- /home/ubuntu/cephtest/mnt.0 2024-04-20T03:35:35.244 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2024-04-20T03:35:35.245 INFO:teuthology.run_tasks:Running task print... 2024-04-20T03:35:35.259 INFO:teuthology.task.print:**** done end telemetry pacific... 2024-04-20T03:35:35.259 INFO:teuthology.run_tasks:Running task print... 2024-04-20T03:35:35.317 INFO:teuthology.task.print:**** done start upgrade sequence... 2024-04-20T03:35:35.317 INFO:teuthology.run_tasks:Running task sequential... 2024-04-20T03:35:35.326 INFO:teuthology.task.sequential:In sequential, running task print... 2024-04-20T03:35:35.326 INFO:teuthology.task.print:**** done start upgrade... 2024-04-20T03:35:35.326 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-04-20T03:35:35.327 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi177.front.sepia.ceph.com 2024-04-20T03:35:35.327 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -e sha1=d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 -- bash -c 'ceph config set global log_to_journald false --force' 2024-04-20T03:35:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:34.091478+0000 mgr.y (mgr.24491) 121 : audit [DBG] from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:34.250232+0000 mgr.y (mgr.24491) 122 : audit [DBG] from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:34.573694+0000 mgr.y (mgr.24491) 123 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:34.733402+0000 mgr.y (mgr.24491) 124 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:34.734413+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:34.786732+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-04-20T03:35:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:34.091478+0000 mgr.y (mgr.24491) 121 : audit [DBG] from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:34.250232+0000 mgr.y (mgr.24491) 122 : audit [DBG] from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:34.573694+0000 mgr.y (mgr.24491) 123 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:34.733402+0000 mgr.y (mgr.24491) 124 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:34.734413+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:34.786732+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-04-20T03:35:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:34.091478+0000 mgr.y (mgr.24491) 121 : audit [DBG] from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:34.250232+0000 mgr.y (mgr.24491) 122 : audit [DBG] from='client.24848 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:34.573694+0000 mgr.y (mgr.24491) 123 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:34.733402+0000 mgr.y (mgr.24491) 124 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:34.734413+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:34.786732+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-04-20T03:35:36.967 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:35.250124+0000 mgr.y (mgr.24491) 125 : cluster [DBG] pgmap v95: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:36.967 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:35.250124+0000 mgr.y (mgr.24491) 125 : cluster [DBG] pgmap v95: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:35.250124+0000 mgr.y (mgr.24491) 125 : cluster [DBG] pgmap v95: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:37.649 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:37] ENGINE Bus STOPPING 2024-04-20T03:35:37.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-20T03:35:37.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:37] ENGINE Bus STOPPED 2024-04-20T03:35:37.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:37] ENGINE Bus STARTING 2024-04-20T03:35:37.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:37] ENGINE Serving on http://:::9283 2024-04-20T03:35:37.650 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: [20/Apr/2024:03:35:37] ENGINE Bus STARTED 2024-04-20T03:35:38.125 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:37] "GET /metrics HTTP/1.1" 200 188178 "" "Prometheus/2.33.4" 2024-04-20T03:35:38.146 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -e sha1=d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-04-20T03:35:38.389 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:37.250466+0000 mgr.y (mgr.24491) 126 : cluster [DBG] pgmap v96: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:38.389 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:37.389897+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:35:38.389 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:37.418425+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:38.389 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:37.430671+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:38.389 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:37.431980+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:38.390 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:37.432541+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:38.390 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:37.438058+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:38.390 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:37.250466+0000 mgr.y (mgr.24491) 126 : cluster [DBG] pgmap v96: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:38.390 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:37.389897+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:35:38.390 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:37.418425+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:38.390 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:37.430671+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:38.390 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:37.431980+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:38.390 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:37.432541+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:38.390 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:37.438058+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:37.250466+0000 mgr.y (mgr.24491) 126 : cluster [DBG] pgmap v96: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:37.389897+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.admin' 2024-04-20T03:35:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:37.418425+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:37.430671+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:37.431980+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:37.432541+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:37.438058+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:40.147 INFO:teuthology.orchestra.run.smithi177.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:35:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:39.250989+0000 mgr.y (mgr.24491) 127 : cluster [DBG] pgmap v97: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:40.147604+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:40.160912+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:40.162145+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:40.162606+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:40.168604+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:39.250989+0000 mgr.y (mgr.24491) 127 : cluster [DBG] pgmap v97: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:40.147604+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:40.160912+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:40.162145+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:40.162606+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:40.168604+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:39.250989+0000 mgr.y (mgr.24491) 127 : cluster [DBG] pgmap v97: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:40.147604+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:40.160912+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:35:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:40.162145+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:35:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:40.162606+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:35:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:40.168604+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:35:40.969 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/daemon-base:latest-pacific shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c967cffe-fec5-11ee-bc92-c7b262605968 -e sha1=d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done' 2024-04-20T03:35:41.399 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:35:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:40.143263+0000 mgr.y (mgr.24491) 128 : audit [DBG] from='client.24866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d5c8530042f7705c6e8ec83a32e0ea1be9cbad40", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:35:40.143912+0000 mgr.y (mgr.24491) 129 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:35:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:35:40.172023+0000 mgr.y (mgr.24491) 130 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:35:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:40.143263+0000 mgr.y (mgr.24491) 128 : audit [DBG] from='client.24866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d5c8530042f7705c6e8ec83a32e0ea1be9cbad40", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:35:40.143912+0000 mgr.y (mgr.24491) 129 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:35:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:35:40.172023+0000 mgr.y (mgr.24491) 130 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:35:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:40.143263+0000 mgr.y (mgr.24491) 128 : audit [DBG] from='client.24866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d5c8530042f7705c6e8ec83a32e0ea1be9cbad40", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:35:40.143912+0000 mgr.y (mgr.24491) 129 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:35:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:35:40.172023+0000 mgr.y (mgr.24491) 130 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d5c8530042f7705c6e8ec83a32e0ea1be9cbad40 2024-04-20T03:35:42.476 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:41.251329+0000 mgr.y (mgr.24491) 131 : cluster [DBG] pgmap v98: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:42.477 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:41.251329+0000 mgr.y (mgr.24491) 131 : cluster [DBG] pgmap v98: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:41.251329+0000 mgr.y (mgr.24491) 131 : cluster [DBG] pgmap v98: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:43.403 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:35:43.784 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:35:43.784 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (91s) 80s ago 2m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2m) 77s ago 2m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3m) 80s ago 3m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3m) 77s ago 3m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6m) 77s ago 6m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8m) 80s ago 8m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8m) 80s ago 8m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7m) 77s ago 7m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7m) 80s ago 7m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2m) 80s ago 2m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2m) 77s ago 2m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6m) 80s ago 6m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6m) 80s ago 6m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:35:43.785 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5m) 80s ago 5m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:35:43.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5m) 80s ago 5m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:35:43.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4m) 77s ago 4m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:35:43.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4m) 77s ago 4m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:35:43.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4m) 77s ago 4m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:35:43.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3m) 77s ago 3m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:35:43.786 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (86s) 77s ago 2m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:35:44.321 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:35:44.321 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:35:44.321 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:35:44.321 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:35:44.321 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:35:44.321 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:35:44.321 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:35:44.321 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:35:44.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:35:44.322 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:35:44.322 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:35:44.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:35:44.322 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:35:44.322 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:35:44.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:35:44.322 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:35:44.322 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:35:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:43.251655+0000 mgr.y (mgr.24491) 132 : cluster [DBG] pgmap v99: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:43.385393+0000 mgr.y (mgr.24491) 133 : audit [DBG] from='client.24872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:43.772167+0000 mgr.y (mgr.24491) 134 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:35:44.322177+0000 mon.c (mon.2) 41 : audit [DBG] from='client.? 172.21.15.177:0/883981512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:35:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:43.251655+0000 mgr.y (mgr.24491) 132 : cluster [DBG] pgmap v99: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:43.385393+0000 mgr.y (mgr.24491) 133 : audit [DBG] from='client.24872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:43.772167+0000 mgr.y (mgr.24491) 134 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:35:44.322177+0000 mon.c (mon.2) 41 : audit [DBG] from='client.? 172.21.15.177:0/883981512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:35:44.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:43.251655+0000 mgr.y (mgr.24491) 132 : cluster [DBG] pgmap v99: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:44.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:43.385393+0000 mgr.y (mgr.24491) 133 : audit [DBG] from='client.24872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:44.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:43.772167+0000 mgr.y (mgr.24491) 134 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:35:44.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:35:44.322177+0000 mon.c (mon.2) 41 : audit [DBG] from='client.? 172.21.15.177:0/883981512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:35:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:45.252159+0000 mgr.y (mgr.24491) 135 : cluster [DBG] pgmap v100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:45.252159+0000 mgr.y (mgr.24491) 135 : cluster [DBG] pgmap v100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:45.252159+0000 mgr.y (mgr.24491) 135 : cluster [DBG] pgmap v100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:47] "GET /metrics HTTP/1.1" 200 188182 "" "Prometheus/2.33.4" 2024-04-20T03:35:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:47.252448+0000 mgr.y (mgr.24491) 136 : cluster [DBG] pgmap v101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:47.252448+0000 mgr.y (mgr.24491) 136 : cluster [DBG] pgmap v101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:47.252448+0000 mgr.y (mgr.24491) 136 : cluster [DBG] pgmap v101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:49.252884+0000 mgr.y (mgr.24491) 137 : cluster [DBG] pgmap v102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:49.252884+0000 mgr.y (mgr.24491) 137 : cluster [DBG] pgmap v102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:49.252884+0000 mgr.y (mgr.24491) 137 : cluster [DBG] pgmap v102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:35:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:51.253129+0000 mgr.y (mgr.24491) 138 : cluster [DBG] pgmap v103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:51.253129+0000 mgr.y (mgr.24491) 138 : cluster [DBG] pgmap v103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:51.253129+0000 mgr.y (mgr.24491) 138 : cluster [DBG] pgmap v103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:53.253406+0000 mgr.y (mgr.24491) 139 : cluster [DBG] pgmap v104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:53.253406+0000 mgr.y (mgr.24491) 139 : cluster [DBG] pgmap v104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:53.253406+0000 mgr.y (mgr.24491) 139 : cluster [DBG] pgmap v104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:55.253899+0000 mgr.y (mgr.24491) 140 : cluster [DBG] pgmap v105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:56.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:55.253899+0000 mgr.y (mgr.24491) 140 : cluster [DBG] pgmap v105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:55.253899+0000 mgr.y (mgr.24491) 140 : cluster [DBG] pgmap v105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:35:57] "GET /metrics HTTP/1.1" 200 188182 "" "Prometheus/2.33.4" 2024-04-20T03:35:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:35:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:57.254439+0000 mgr.y (mgr.24491) 141 : cluster [DBG] pgmap v106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:57.254439+0000 mgr.y (mgr.24491) 141 : cluster [DBG] pgmap v106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:35:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:57.254439+0000 mgr.y (mgr.24491) 141 : cluster [DBG] pgmap v106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:35:59.255058+0000 mgr.y (mgr.24491) 142 : cluster [DBG] pgmap v107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:35:59.255058+0000 mgr.y (mgr.24491) 142 : cluster [DBG] pgmap v107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:35:59.255058+0000 mgr.y (mgr.24491) 142 : cluster [DBG] pgmap v107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:36:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:01.255354+0000 mgr.y (mgr.24491) 143 : cluster [DBG] pgmap v108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:01.255354+0000 mgr.y (mgr.24491) 143 : cluster [DBG] pgmap v108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:01.255354+0000 mgr.y (mgr.24491) 143 : cluster [DBG] pgmap v108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:03.255686+0000 mgr.y (mgr.24491) 144 : cluster [DBG] pgmap v109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:03.255686+0000 mgr.y (mgr.24491) 144 : cluster [DBG] pgmap v109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:03.255686+0000 mgr.y (mgr.24491) 144 : cluster [DBG] pgmap v109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:05.256164+0000 mgr.y (mgr.24491) 145 : cluster [DBG] pgmap v110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:05.256164+0000 mgr.y (mgr.24491) 145 : cluster [DBG] pgmap v110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:05.256164+0000 mgr.y (mgr.24491) 145 : cluster [DBG] pgmap v110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:07] "GET /metrics HTTP/1.1" 200 188177 "" "Prometheus/2.33.4" 2024-04-20T03:36:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:07.256504+0000 mgr.y (mgr.24491) 146 : cluster [DBG] pgmap v111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:07.256504+0000 mgr.y (mgr.24491) 146 : cluster [DBG] pgmap v111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:08.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:07.256504+0000 mgr.y (mgr.24491) 146 : cluster [DBG] pgmap v111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:09.256979+0000 mgr.y (mgr.24491) 147 : cluster [DBG] pgmap v112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:10.870 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:09.256979+0000 mgr.y (mgr.24491) 147 : cluster [DBG] pgmap v112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:10.870 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:09.256979+0000 mgr.y (mgr.24491) 147 : cluster [DBG] pgmap v112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:36:11.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: debug 2024-04-20T03:36:11.568+0000 7f61d81ac700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:36:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:11.257488+0000 mgr.y (mgr.24491) 148 : cluster [DBG] pgmap v113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:11.568527+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:36:11.568856+0000 mgr.y (mgr.24491) 149 : cephadm [INF] Upgrade: Target is version 19.0.0-3157-gd5c85300 (unknown) 2024-04-20T03:36:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:36:11.568921+0000 mgr.y (mgr.24491) 150 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:429c9d7eac743a70c3d3b49dfcef5e164a0b66eccc97953931cacf4513e00785, digests ['quay.ceph.io/ceph-ci/ceph@sha256:429c9d7eac743a70c3d3b49dfcef5e164a0b66eccc97953931cacf4513e00785'] 2024-04-20T03:36:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:36:11.569010+0000 mgr.y (mgr.24491) 151 : cephadm [ERR] Upgrade: Paused due to UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:36:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:11.572282+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:11.572744+0000 mgr.y (mgr.24491) 152 : cluster [DBG] pgmap v114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:11.572827+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:11.574449+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:11.575054+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:11.579484+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:36:12.570+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 (UPGRADE_BAD_TARGET_VERSION) 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:11.257488+0000 mgr.y (mgr.24491) 148 : cluster [DBG] pgmap v113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:11.568527+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:36:11.568856+0000 mgr.y (mgr.24491) 149 : cephadm [INF] Upgrade: Target is version 19.0.0-3157-gd5c85300 (unknown) 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:36:11.568921+0000 mgr.y (mgr.24491) 150 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:429c9d7eac743a70c3d3b49dfcef5e164a0b66eccc97953931cacf4513e00785, digests ['quay.ceph.io/ceph-ci/ceph@sha256:429c9d7eac743a70c3d3b49dfcef5e164a0b66eccc97953931cacf4513e00785'] 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:36:11.569010+0000 mgr.y (mgr.24491) 151 : cephadm [ERR] Upgrade: Paused due to UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:11.572282+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:11.572744+0000 mgr.y (mgr.24491) 152 : cluster [DBG] pgmap v114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:12.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:11.572827+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:36:12.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:11.574449+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:36:12.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:11.575054+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:36:12.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:11.579484+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:11.257488+0000 mgr.y (mgr.24491) 148 : cluster [DBG] pgmap v113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:11.568527+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:36:11.568856+0000 mgr.y (mgr.24491) 149 : cephadm [INF] Upgrade: Target is version 19.0.0-3157-gd5c85300 (unknown) 2024-04-20T03:36:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:36:11.568921+0000 mgr.y (mgr.24491) 150 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:429c9d7eac743a70c3d3b49dfcef5e164a0b66eccc97953931cacf4513e00785, digests ['quay.ceph.io/ceph-ci/ceph@sha256:429c9d7eac743a70c3d3b49dfcef5e164a0b66eccc97953931cacf4513e00785'] 2024-04-20T03:36:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:36:11.569010+0000 mgr.y (mgr.24491) 151 : cephadm [ERR] Upgrade: Paused due to UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:36:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:11.572282+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:11.572744+0000 mgr.y (mgr.24491) 152 : cluster [DBG] pgmap v114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:11.572827+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:36:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:11.574449+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:36:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:11.575054+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:36:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:11.579484+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:12.571711+0000 mon.a (mon.0) 798 : cluster [ERR] Health check failed: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 (UPGRADE_BAD_TARGET_VERSION) 2024-04-20T03:36:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:13.371742+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:12.571711+0000 mon.a (mon.0) 798 : cluster [ERR] Health check failed: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 (UPGRADE_BAD_TARGET_VERSION) 2024-04-20T03:36:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:13.371742+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:12.571711+0000 mon.a (mon.0) 798 : cluster [ERR] Health check failed: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 (UPGRADE_BAD_TARGET_VERSION) 2024-04-20T03:36:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:13.371742+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:36:14.639 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:36:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:13.573130+0000 mgr.y (mgr.24491) 153 : cluster [DBG] pgmap v115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:13.573130+0000 mgr.y (mgr.24491) 153 : cluster [DBG] pgmap v115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:14.916 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:36:14.916 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2m) 111s ago 2m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:36:14.916 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2m) 108s ago 2m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:36:14.916 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3m) 111s ago 3m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:36:14.916 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3m) 108s ago 3m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:36:14.916 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7m) 108s ago 7m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:36:14.916 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9m) 111s ago 9m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:36:14.916 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9m) 111s ago 9m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:36:14.916 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7m) 108s ago 7m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:36:14.916 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7m) 111s ago 7m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:36:14.917 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3m) 111s ago 3m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:36:14.917 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3m) 108s ago 3m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:36:14.917 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7m) 111s ago 7m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:36:14.917 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6m) 111s ago 6m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:36:14.917 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6m) 111s ago 6m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:36:14.917 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5m) 111s ago 5m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:36:14.917 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5m) 108s ago 5m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:36:14.917 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5m) 108s ago 5m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:36:14.917 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4m) 108s ago 4m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:36:14.917 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4m) 108s ago 4m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:36:14.917 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (117s) 108s ago 3m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:36:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:13.573130+0000 mgr.y (mgr.24491) 153 : cluster [DBG] pgmap v115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:15.252 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:36:15.252 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:36:15.252 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:36:15.252 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:36:15.252 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:36:15.252 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:36:15.252 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:36:15.252 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:36:15.252 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:36:15.252 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:36:15.252 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:36:15.253 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:36:15.253 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:36:15.253 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:36:15.253 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:36:15.253 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:36:15.253 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:36:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:14.628042+0000 mgr.y (mgr.24491) 154 : audit [DBG] from='client.14985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:14.909493+0000 mgr.y (mgr.24491) 155 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:15.253099+0000 mon.c (mon.2) 42 : audit [DBG] from='client.? 172.21.15.177:0/3025956694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:36:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:14.628042+0000 mgr.y (mgr.24491) 154 : audit [DBG] from='client.14985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:14.909493+0000 mgr.y (mgr.24491) 155 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:15.253099+0000 mon.c (mon.2) 42 : audit [DBG] from='client.? 172.21.15.177:0/3025956694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:36:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:14.628042+0000 mgr.y (mgr.24491) 154 : audit [DBG] from='client.14985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:14.909493+0000 mgr.y (mgr.24491) 155 : audit [DBG] from='client.14991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:15.253099+0000 mon.c (mon.2) 42 : audit [DBG] from='client.? 172.21.15.177:0/3025956694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:36:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:15.573715+0000 mgr.y (mgr.24491) 156 : cluster [DBG] pgmap v116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:15.573715+0000 mgr.y (mgr.24491) 156 : cluster [DBG] pgmap v116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:15.573715+0000 mgr.y (mgr.24491) 156 : cluster [DBG] pgmap v116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:17] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-04-20T03:36:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:17.574097+0000 mgr.y (mgr.24491) 157 : cluster [DBG] pgmap v117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:17.574097+0000 mgr.y (mgr.24491) 157 : cluster [DBG] pgmap v117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:17.574097+0000 mgr.y (mgr.24491) 157 : cluster [DBG] pgmap v117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:19.574764+0000 mgr.y (mgr.24491) 158 : cluster [DBG] pgmap v118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:19.574764+0000 mgr.y (mgr.24491) 158 : cluster [DBG] pgmap v118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:19.574764+0000 mgr.y (mgr.24491) 158 : cluster [DBG] pgmap v118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:36:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:21.575344+0000 mgr.y (mgr.24491) 159 : cluster [DBG] pgmap v119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:21.575344+0000 mgr.y (mgr.24491) 159 : cluster [DBG] pgmap v119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:21.575344+0000 mgr.y (mgr.24491) 159 : cluster [DBG] pgmap v119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:23.575752+0000 mgr.y (mgr.24491) 160 : cluster [DBG] pgmap v120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:23.575752+0000 mgr.y (mgr.24491) 160 : cluster [DBG] pgmap v120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:23.575752+0000 mgr.y (mgr.24491) 160 : cluster [DBG] pgmap v120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:25.576394+0000 mgr.y (mgr.24491) 161 : cluster [DBG] pgmap v121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:26.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:25.576394+0000 mgr.y (mgr.24491) 161 : cluster [DBG] pgmap v121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:25.576394+0000 mgr.y (mgr.24491) 161 : cluster [DBG] pgmap v121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:27] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-04-20T03:36:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:27.576812+0000 mgr.y (mgr.24491) 162 : cluster [DBG] pgmap v122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:27.576812+0000 mgr.y (mgr.24491) 162 : cluster [DBG] pgmap v122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:27.576812+0000 mgr.y (mgr.24491) 162 : cluster [DBG] pgmap v122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:29.577388+0000 mgr.y (mgr.24491) 163 : cluster [DBG] pgmap v123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:29.577388+0000 mgr.y (mgr.24491) 163 : cluster [DBG] pgmap v123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:29.577388+0000 mgr.y (mgr.24491) 163 : cluster [DBG] pgmap v123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:36:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:31.577768+0000 mgr.y (mgr.24491) 164 : cluster [DBG] pgmap v124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:31.577768+0000 mgr.y (mgr.24491) 164 : cluster [DBG] pgmap v124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:31.577768+0000 mgr.y (mgr.24491) 164 : cluster [DBG] pgmap v124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:33.578180+0000 mgr.y (mgr.24491) 165 : cluster [DBG] pgmap v125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:33.578180+0000 mgr.y (mgr.24491) 165 : cluster [DBG] pgmap v125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:33.578180+0000 mgr.y (mgr.24491) 165 : cluster [DBG] pgmap v125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:35.579057+0000 mgr.y (mgr.24491) 166 : cluster [DBG] pgmap v126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:35.579057+0000 mgr.y (mgr.24491) 166 : cluster [DBG] pgmap v126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:35.579057+0000 mgr.y (mgr.24491) 166 : cluster [DBG] pgmap v126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:37] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-04-20T03:36:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:37.579441+0000 mgr.y (mgr.24491) 167 : cluster [DBG] pgmap v127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:37.579441+0000 mgr.y (mgr.24491) 167 : cluster [DBG] pgmap v127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:37.579441+0000 mgr.y (mgr.24491) 167 : cluster [DBG] pgmap v127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:39.580173+0000 mgr.y (mgr.24491) 168 : cluster [DBG] pgmap v128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:39.580173+0000 mgr.y (mgr.24491) 168 : cluster [DBG] pgmap v128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:39.580173+0000 mgr.y (mgr.24491) 168 : cluster [DBG] pgmap v128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:36:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:41.580630+0000 mgr.y (mgr.24491) 169 : cluster [DBG] pgmap v129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:41.580630+0000 mgr.y (mgr.24491) 169 : cluster [DBG] pgmap v129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:41.580630+0000 mgr.y (mgr.24491) 169 : cluster [DBG] pgmap v129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:43.581091+0000 mgr.y (mgr.24491) 170 : cluster [DBG] pgmap v130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:43.581091+0000 mgr.y (mgr.24491) 170 : cluster [DBG] pgmap v130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:43.581091+0000 mgr.y (mgr.24491) 170 : cluster [DBG] pgmap v130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:36:45.842 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:36:45.843 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2m) 2m ago 3m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:36:45.843 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3m) 2m ago 3m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:36:45.843 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4m) 2m ago 4m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:36:45.843 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4m) 2m ago 4m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:36:45.843 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7m) 2m ago 7m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:36:45.843 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9m) 2m ago 9m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:36:45.843 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9m) 2m ago 9m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8m) 2m ago 8m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8m) 2m ago 8m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3m) 2m ago 3m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3m) 2m ago 3m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7m) 2m ago 7m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7m) 2m ago 7m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6m) 2m ago 6m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6m) 2m ago 6m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5m) 2m ago 5m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5m) 2m ago 5m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5m) 2m ago 5m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:36:45.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4m) 2m ago 4m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:36:45.845 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2m) 2m ago 3m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:36:46.178 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:36:46.179 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:36:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:36:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:36:46.180 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:36:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:45.554093+0000 mgr.y (mgr.24491) 171 : audit [DBG] from='client.24908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:45.581819+0000 mgr.y (mgr.24491) 172 : cluster [DBG] pgmap v131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:45.835670+0000 mgr.y (mgr.24491) 173 : audit [DBG] from='client.24914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:36:46.179885+0000 mon.a (mon.0) 800 : audit [DBG] from='client.? 172.21.15.177:0/359054856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:36:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:45.554093+0000 mgr.y (mgr.24491) 171 : audit [DBG] from='client.24908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:45.581819+0000 mgr.y (mgr.24491) 172 : cluster [DBG] pgmap v131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:45.835670+0000 mgr.y (mgr.24491) 173 : audit [DBG] from='client.24914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:36:46.179885+0000 mon.a (mon.0) 800 : audit [DBG] from='client.? 172.21.15.177:0/359054856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:36:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:45.554093+0000 mgr.y (mgr.24491) 171 : audit [DBG] from='client.24908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:45.581819+0000 mgr.y (mgr.24491) 172 : cluster [DBG] pgmap v131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:45.835670+0000 mgr.y (mgr.24491) 173 : audit [DBG] from='client.24914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:36:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:36:46.179885+0000 mon.a (mon.0) 800 : audit [DBG] from='client.? 172.21.15.177:0/359054856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:36:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:47] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-04-20T03:36:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:47.582394+0000 mgr.y (mgr.24491) 174 : cluster [DBG] pgmap v132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:47.582394+0000 mgr.y (mgr.24491) 174 : cluster [DBG] pgmap v132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:47.582394+0000 mgr.y (mgr.24491) 174 : cluster [DBG] pgmap v132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:49.583302+0000 mgr.y (mgr.24491) 175 : cluster [DBG] pgmap v133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:49.583302+0000 mgr.y (mgr.24491) 175 : cluster [DBG] pgmap v133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:49.583302+0000 mgr.y (mgr.24491) 175 : cluster [DBG] pgmap v133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:36:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:51.583706+0000 mgr.y (mgr.24491) 176 : cluster [DBG] pgmap v134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:51.583706+0000 mgr.y (mgr.24491) 176 : cluster [DBG] pgmap v134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:51.583706+0000 mgr.y (mgr.24491) 176 : cluster [DBG] pgmap v134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:53.584141+0000 mgr.y (mgr.24491) 177 : cluster [DBG] pgmap v135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:53.584141+0000 mgr.y (mgr.24491) 177 : cluster [DBG] pgmap v135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:53.584141+0000 mgr.y (mgr.24491) 177 : cluster [DBG] pgmap v135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:57.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:55.585028+0000 mgr.y (mgr.24491) 178 : cluster [DBG] pgmap v136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:55.585028+0000 mgr.y (mgr.24491) 178 : cluster [DBG] pgmap v136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:55.585028+0000 mgr.y (mgr.24491) 178 : cluster [DBG] pgmap v136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:36:57] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-04-20T03:36:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:57.585486+0000 mgr.y (mgr.24491) 179 : cluster [DBG] pgmap v137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:57.585486+0000 mgr.y (mgr.24491) 179 : cluster [DBG] pgmap v137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:36:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:57.585486+0000 mgr.y (mgr.24491) 179 : cluster [DBG] pgmap v137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:36:59.586324+0000 mgr.y (mgr.24491) 180 : cluster [DBG] pgmap v138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:36:59.586324+0000 mgr.y (mgr.24491) 180 : cluster [DBG] pgmap v138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:36:59.586324+0000 mgr.y (mgr.24491) 180 : cluster [DBG] pgmap v138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:37:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:01.587000+0000 mgr.y (mgr.24491) 181 : cluster [DBG] pgmap v139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:01.587000+0000 mgr.y (mgr.24491) 181 : cluster [DBG] pgmap v139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:01.587000+0000 mgr.y (mgr.24491) 181 : cluster [DBG] pgmap v139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:03.587415+0000 mgr.y (mgr.24491) 182 : cluster [DBG] pgmap v140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:03.587415+0000 mgr.y (mgr.24491) 182 : cluster [DBG] pgmap v140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:03.587415+0000 mgr.y (mgr.24491) 182 : cluster [DBG] pgmap v140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:05.588033+0000 mgr.y (mgr.24491) 183 : cluster [DBG] pgmap v141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:05.588033+0000 mgr.y (mgr.24491) 183 : cluster [DBG] pgmap v141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:05.588033+0000 mgr.y (mgr.24491) 183 : cluster [DBG] pgmap v141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:07] "GET /metrics HTTP/1.1" 200 188258 "" "Prometheus/2.33.4" 2024-04-20T03:37:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:07.588585+0000 mgr.y (mgr.24491) 184 : cluster [DBG] pgmap v142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:07.588585+0000 mgr.y (mgr.24491) 184 : cluster [DBG] pgmap v142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:07.588585+0000 mgr.y (mgr.24491) 184 : cluster [DBG] pgmap v142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:09.589180+0000 mgr.y (mgr.24491) 185 : cluster [DBG] pgmap v143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:09.589180+0000 mgr.y (mgr.24491) 185 : cluster [DBG] pgmap v143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:09.589180+0000 mgr.y (mgr.24491) 185 : cluster [DBG] pgmap v143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:37:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:37:11.584039+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:37:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:37:11.584039+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:37:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:37:11.584039+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:37:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:11.589624+0000 mgr.y (mgr.24491) 186 : cluster [DBG] pgmap v144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:37:11.887483+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:37:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:37:11.888152+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:37:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:37:11.894580+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:37:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:11.589624+0000 mgr.y (mgr.24491) 186 : cluster [DBG] pgmap v144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:37:11.887483+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:37:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:37:11.888152+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:37:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:37:11.894580+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:37:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:11.589624+0000 mgr.y (mgr.24491) 186 : cluster [DBG] pgmap v144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:37:11.887483+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:37:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:37:11.888152+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:37:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:37:11.894580+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:37:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:13.590052+0000 mgr.y (mgr.24491) 187 : cluster [DBG] pgmap v145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:13.590052+0000 mgr.y (mgr.24491) 187 : cluster [DBG] pgmap v145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:13.590052+0000 mgr.y (mgr.24491) 187 : cluster [DBG] pgmap v145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:16.488 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:37:16.766 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:37:16.766 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3m) 2m ago 3m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:37:16.766 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3m) 2m ago 3m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:37:16.766 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4m) 2m ago 4m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:37:16.766 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4m) 2m ago 4m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:37:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8m) 2m ago 8m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:37:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10m) 2m ago 10m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:37:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10m) 2m ago 10m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:37:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8m) 2m ago 8m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:37:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8m) 2m ago 8m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:37:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4m) 2m ago 4m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:37:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4m) 2m ago 4m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:37:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8m) 2m ago 8m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:37:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7m) 2m ago 7m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:37:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7m) 2m ago 7m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:37:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6m) 2m ago 6m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:37:16.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6m) 2m ago 6m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:37:16.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6m) 2m ago 6m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:37:16.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5m) 2m ago 5m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:37:16.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5m) 2m ago 5m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:37:16.769 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2m) 2m ago 4m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:37:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:15.590745+0000 mgr.y (mgr.24491) 188 : cluster [DBG] pgmap v146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:17.099 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:37:17.099 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:37:17.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:37:17.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:37:17.099 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:37:17.100 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:37:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:15.590745+0000 mgr.y (mgr.24491) 188 : cluster [DBG] pgmap v146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:15.590745+0000 mgr.y (mgr.24491) 188 : cluster [DBG] pgmap v146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:37:16.477462+0000 mgr.y (mgr.24491) 189 : audit [DBG] from='client.15021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:37:16.759438+0000 mgr.y (mgr.24491) 190 : audit [DBG] from='client.24932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:37:17.100577+0000 mon.c (mon.2) 43 : audit [DBG] from='client.? 172.21.15.177:0/526918687' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:37:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:17] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-04-20T03:37:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:37:16.477462+0000 mgr.y (mgr.24491) 189 : audit [DBG] from='client.15021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:37:16.759438+0000 mgr.y (mgr.24491) 190 : audit [DBG] from='client.24932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:37:17.100577+0000 mon.c (mon.2) 43 : audit [DBG] from='client.? 172.21.15.177:0/526918687' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:37:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:37:16.477462+0000 mgr.y (mgr.24491) 189 : audit [DBG] from='client.15021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:37:16.759438+0000 mgr.y (mgr.24491) 190 : audit [DBG] from='client.24932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:37:17.100577+0000 mon.c (mon.2) 43 : audit [DBG] from='client.? 172.21.15.177:0/526918687' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:37:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:17.591132+0000 mgr.y (mgr.24491) 191 : cluster [DBG] pgmap v147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:17.591132+0000 mgr.y (mgr.24491) 191 : cluster [DBG] pgmap v147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:17.591132+0000 mgr.y (mgr.24491) 191 : cluster [DBG] pgmap v147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:19.591704+0000 mgr.y (mgr.24491) 192 : cluster [DBG] pgmap v148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:19.591704+0000 mgr.y (mgr.24491) 192 : cluster [DBG] pgmap v148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:19.591704+0000 mgr.y (mgr.24491) 192 : cluster [DBG] pgmap v148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:37:23.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:21.592268+0000 mgr.y (mgr.24491) 193 : cluster [DBG] pgmap v149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:21.592268+0000 mgr.y (mgr.24491) 193 : cluster [DBG] pgmap v149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:21.592268+0000 mgr.y (mgr.24491) 193 : cluster [DBG] pgmap v149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:23.592819+0000 mgr.y (mgr.24491) 194 : cluster [DBG] pgmap v150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:23.592819+0000 mgr.y (mgr.24491) 194 : cluster [DBG] pgmap v150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:23.592819+0000 mgr.y (mgr.24491) 194 : cluster [DBG] pgmap v150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:25.593523+0000 mgr.y (mgr.24491) 195 : cluster [DBG] pgmap v151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:25.593523+0000 mgr.y (mgr.24491) 195 : cluster [DBG] pgmap v151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:25.593523+0000 mgr.y (mgr.24491) 195 : cluster [DBG] pgmap v151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:27] "GET /metrics HTTP/1.1" 200 188256 "" "Prometheus/2.33.4" 2024-04-20T03:37:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:27.593982+0000 mgr.y (mgr.24491) 196 : cluster [DBG] pgmap v152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:27.593982+0000 mgr.y (mgr.24491) 196 : cluster [DBG] pgmap v152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:27.593982+0000 mgr.y (mgr.24491) 196 : cluster [DBG] pgmap v152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:29.594654+0000 mgr.y (mgr.24491) 197 : cluster [DBG] pgmap v153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:29.594654+0000 mgr.y (mgr.24491) 197 : cluster [DBG] pgmap v153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:29.594654+0000 mgr.y (mgr.24491) 197 : cluster [DBG] pgmap v153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:37:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:31.595132+0000 mgr.y (mgr.24491) 198 : cluster [DBG] pgmap v154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:31.595132+0000 mgr.y (mgr.24491) 198 : cluster [DBG] pgmap v154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:31.595132+0000 mgr.y (mgr.24491) 198 : cluster [DBG] pgmap v154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:33.595468+0000 mgr.y (mgr.24491) 199 : cluster [DBG] pgmap v155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:33.595468+0000 mgr.y (mgr.24491) 199 : cluster [DBG] pgmap v155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:33.595468+0000 mgr.y (mgr.24491) 199 : cluster [DBG] pgmap v155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:35.596388+0000 mgr.y (mgr.24491) 200 : cluster [DBG] pgmap v156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:35.596388+0000 mgr.y (mgr.24491) 200 : cluster [DBG] pgmap v156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:35.596388+0000 mgr.y (mgr.24491) 200 : cluster [DBG] pgmap v156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:37] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-04-20T03:37:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:37.596859+0000 mgr.y (mgr.24491) 201 : cluster [DBG] pgmap v157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:37.596859+0000 mgr.y (mgr.24491) 201 : cluster [DBG] pgmap v157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:37.596859+0000 mgr.y (mgr.24491) 201 : cluster [DBG] pgmap v157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:39.597430+0000 mgr.y (mgr.24491) 202 : cluster [DBG] pgmap v158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:39.597430+0000 mgr.y (mgr.24491) 202 : cluster [DBG] pgmap v158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:39.597430+0000 mgr.y (mgr.24491) 202 : cluster [DBG] pgmap v158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:37:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:41.597832+0000 mgr.y (mgr.24491) 203 : cluster [DBG] pgmap v159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:41.597832+0000 mgr.y (mgr.24491) 203 : cluster [DBG] pgmap v159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:41.597832+0000 mgr.y (mgr.24491) 203 : cluster [DBG] pgmap v159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:43.598398+0000 mgr.y (mgr.24491) 204 : cluster [DBG] pgmap v160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:43.598398+0000 mgr.y (mgr.24491) 204 : cluster [DBG] pgmap v160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:43.598398+0000 mgr.y (mgr.24491) 204 : cluster [DBG] pgmap v160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:45.599191+0000 mgr.y (mgr.24491) 205 : cluster [DBG] pgmap v161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:45.599191+0000 mgr.y (mgr.24491) 205 : cluster [DBG] pgmap v161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:45.599191+0000 mgr.y (mgr.24491) 205 : cluster [DBG] pgmap v161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:47.411 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:37:47.686 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:37:47.686 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3m) 3m ago 4m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:37:47.686 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4m) 3m ago 4m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:37:47.686 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5m) 3m ago 5m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:37:47.686 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5m) 3m ago 5m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:37:47.686 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8m) 3m ago 8m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:37:47.686 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10m) 3m ago 10m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:37:47.686 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10m) 3m ago 10m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9m) 3m ago 9m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9m) 3m ago 9m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4m) 3m ago 4m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4m) 3m ago 4m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8m) 3m ago 8m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8m) 3m ago 8m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7m) 3m ago 7m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7m) 3m ago 7m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7m) 3m ago 7m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6m) 3m ago 6m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6m) 3m ago 6m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5m) 3m ago 5m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:37:47.687 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3m) 3m ago 4m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:37:48.022 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:37:48.022 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:37:48.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:37:48.022 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:37:48.022 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:37:48.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:37:48.022 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:37:48.022 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:37:48.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:37:48.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:37:48.023 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:37:48.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:37:48.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:37:48.023 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:37:48.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:37:48.023 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:37:48.023 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:37:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:47] "GET /metrics HTTP/1.1" 200 188259 "" "Prometheus/2.33.4" 2024-04-20T03:37:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:37:47.399815+0000 mgr.y (mgr.24491) 206 : audit [DBG] from='client.24944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:47.599504+0000 mgr.y (mgr.24491) 207 : cluster [DBG] pgmap v162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:37:47.679684+0000 mgr.y (mgr.24491) 208 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:37:48.023187+0000 mon.a (mon.0) 805 : audit [DBG] from='client.? 172.21.15.177:0/3026270138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:37:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:37:47.399815+0000 mgr.y (mgr.24491) 206 : audit [DBG] from='client.24944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:47.599504+0000 mgr.y (mgr.24491) 207 : cluster [DBG] pgmap v162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:37:47.679684+0000 mgr.y (mgr.24491) 208 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:37:48.023187+0000 mon.a (mon.0) 805 : audit [DBG] from='client.? 172.21.15.177:0/3026270138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:37:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:37:47.399815+0000 mgr.y (mgr.24491) 206 : audit [DBG] from='client.24944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:47.599504+0000 mgr.y (mgr.24491) 207 : cluster [DBG] pgmap v162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:37:47.679684+0000 mgr.y (mgr.24491) 208 : audit [DBG] from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:37:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:37:48.023187+0000 mon.a (mon.0) 805 : audit [DBG] from='client.? 172.21.15.177:0/3026270138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:37:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:49.600195+0000 mgr.y (mgr.24491) 209 : cluster [DBG] pgmap v163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:49.600195+0000 mgr.y (mgr.24491) 209 : cluster [DBG] pgmap v163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:49.600195+0000 mgr.y (mgr.24491) 209 : cluster [DBG] pgmap v163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:37:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:51.600681+0000 mgr.y (mgr.24491) 210 : cluster [DBG] pgmap v164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:51.600681+0000 mgr.y (mgr.24491) 210 : cluster [DBG] pgmap v164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:51.600681+0000 mgr.y (mgr.24491) 210 : cluster [DBG] pgmap v164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:53.601189+0000 mgr.y (mgr.24491) 211 : cluster [DBG] pgmap v165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:53.601189+0000 mgr.y (mgr.24491) 211 : cluster [DBG] pgmap v165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:53.601189+0000 mgr.y (mgr.24491) 211 : cluster [DBG] pgmap v165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:55.601859+0000 mgr.y (mgr.24491) 212 : cluster [DBG] pgmap v166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:55.601859+0000 mgr.y (mgr.24491) 212 : cluster [DBG] pgmap v166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:55.601859+0000 mgr.y (mgr.24491) 212 : cluster [DBG] pgmap v166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:37:57] "GET /metrics HTTP/1.1" 200 188259 "" "Prometheus/2.33.4" 2024-04-20T03:37:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:57.602203+0000 mgr.y (mgr.24491) 213 : cluster [DBG] pgmap v167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:57.602203+0000 mgr.y (mgr.24491) 213 : cluster [DBG] pgmap v167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:37:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:57.602203+0000 mgr.y (mgr.24491) 213 : cluster [DBG] pgmap v167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:37:59.603012+0000 mgr.y (mgr.24491) 214 : cluster [DBG] pgmap v168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:37:59.603012+0000 mgr.y (mgr.24491) 214 : cluster [DBG] pgmap v168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:37:59.603012+0000 mgr.y (mgr.24491) 214 : cluster [DBG] pgmap v168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:38:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:01.603526+0000 mgr.y (mgr.24491) 215 : cluster [DBG] pgmap v169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:01.603526+0000 mgr.y (mgr.24491) 215 : cluster [DBG] pgmap v169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:01.603526+0000 mgr.y (mgr.24491) 215 : cluster [DBG] pgmap v169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:03.604106+0000 mgr.y (mgr.24491) 216 : cluster [DBG] pgmap v170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:03.604106+0000 mgr.y (mgr.24491) 216 : cluster [DBG] pgmap v170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:03.604106+0000 mgr.y (mgr.24491) 216 : cluster [DBG] pgmap v170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:05.604930+0000 mgr.y (mgr.24491) 217 : cluster [DBG] pgmap v171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:05.604930+0000 mgr.y (mgr.24491) 217 : cluster [DBG] pgmap v171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:05.604930+0000 mgr.y (mgr.24491) 217 : cluster [DBG] pgmap v171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:07] "GET /metrics HTTP/1.1" 200 188254 "" "Prometheus/2.33.4" 2024-04-20T03:38:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:07.605460+0000 mgr.y (mgr.24491) 218 : cluster [DBG] pgmap v172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:07.605460+0000 mgr.y (mgr.24491) 218 : cluster [DBG] pgmap v172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:07.605460+0000 mgr.y (mgr.24491) 218 : cluster [DBG] pgmap v172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:09.606022+0000 mgr.y (mgr.24491) 219 : cluster [DBG] pgmap v173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:09.606022+0000 mgr.y (mgr.24491) 219 : cluster [DBG] pgmap v173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:09.606022+0000 mgr.y (mgr.24491) 219 : cluster [DBG] pgmap v173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:38:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:11.606442+0000 mgr.y (mgr.24491) 220 : cluster [DBG] pgmap v174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:38:11.899557+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:38:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:38:12.145285+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:38:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:38:12.446871+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:38:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:38:12.447496+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:38:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:38:12.451673+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:38:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:11.606442+0000 mgr.y (mgr.24491) 220 : cluster [DBG] pgmap v174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:38:11.899557+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:38:13.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:38:12.145285+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:38:13.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:38:12.446871+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:38:13.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:38:12.447496+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:38:13.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:38:12.451673+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:38:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:11.606442+0000 mgr.y (mgr.24491) 220 : cluster [DBG] pgmap v174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:38:11.899557+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:38:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:38:12.145285+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:38:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:38:12.446871+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:38:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:38:12.447496+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:38:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:38:12.451673+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:38:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:13.607023+0000 mgr.y (mgr.24491) 221 : cluster [DBG] pgmap v175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:13.607023+0000 mgr.y (mgr.24491) 221 : cluster [DBG] pgmap v175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:13.607023+0000 mgr.y (mgr.24491) 221 : cluster [DBG] pgmap v175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:15.607627+0000 mgr.y (mgr.24491) 222 : cluster [DBG] pgmap v176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:15.607627+0000 mgr.y (mgr.24491) 222 : cluster [DBG] pgmap v176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:15.607627+0000 mgr.y (mgr.24491) 222 : cluster [DBG] pgmap v176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:17] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-04-20T03:38:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:38:18.612 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:38:18.612 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4m) 3m ago 4m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:38:18.612 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4m) 3m ago 4m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5m) 3m ago 5m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5m) 3m ago 5m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9m) 3m ago 9m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11m) 3m ago 11m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11m) 3m ago 11m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9m) 3m ago 9m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9m) 3m ago 9m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5m) 3m ago 5m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5m) 3m ago 5m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9m) 3m ago 9m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8m) 3m ago 8m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8m) 3m ago 8m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7m) 3m ago 7m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7m) 3m ago 7m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:38:18.613 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7m) 3m ago 7m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:38:18.614 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6m) 3m ago 6m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:38:18.614 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6m) 3m ago 6m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:38:18.614 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4m) 3m ago 5m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:38:18.954 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:38:18.954 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:38:18.955 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:38:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:17.608107+0000 mgr.y (mgr.24491) 223 : cluster [DBG] pgmap v177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:17.608107+0000 mgr.y (mgr.24491) 223 : cluster [DBG] pgmap v177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:17.608107+0000 mgr.y (mgr.24491) 223 : cluster [DBG] pgmap v177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:38:18.322396+0000 mgr.y (mgr.24491) 224 : audit [DBG] from='client.24962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:38:18.605956+0000 mgr.y (mgr.24491) 225 : audit [DBG] from='client.24968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:38:18.955532+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.177:0/308936959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:38:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:38:18.322396+0000 mgr.y (mgr.24491) 224 : audit [DBG] from='client.24962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:38:18.605956+0000 mgr.y (mgr.24491) 225 : audit [DBG] from='client.24968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:38:18.955532+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.177:0/308936959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:38:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:38:18.322396+0000 mgr.y (mgr.24491) 224 : audit [DBG] from='client.24962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:38:18.605956+0000 mgr.y (mgr.24491) 225 : audit [DBG] from='client.24968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:38:18.955532+0000 mon.a (mon.0) 811 : audit [DBG] from='client.? 172.21.15.177:0/308936959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:38:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:19.608664+0000 mgr.y (mgr.24491) 226 : cluster [DBG] pgmap v178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:19.608664+0000 mgr.y (mgr.24491) 226 : cluster [DBG] pgmap v178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:19.608664+0000 mgr.y (mgr.24491) 226 : cluster [DBG] pgmap v178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:38:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:21.609054+0000 mgr.y (mgr.24491) 227 : cluster [DBG] pgmap v179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:21.609054+0000 mgr.y (mgr.24491) 227 : cluster [DBG] pgmap v179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:21.609054+0000 mgr.y (mgr.24491) 227 : cluster [DBG] pgmap v179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:23.609565+0000 mgr.y (mgr.24491) 228 : cluster [DBG] pgmap v180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:23.609565+0000 mgr.y (mgr.24491) 228 : cluster [DBG] pgmap v180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:23.609565+0000 mgr.y (mgr.24491) 228 : cluster [DBG] pgmap v180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:25.610244+0000 mgr.y (mgr.24491) 229 : cluster [DBG] pgmap v181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:25.610244+0000 mgr.y (mgr.24491) 229 : cluster [DBG] pgmap v181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:25.610244+0000 mgr.y (mgr.24491) 229 : cluster [DBG] pgmap v181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:27] "GET /metrics HTTP/1.1" 200 188257 "" "Prometheus/2.33.4" 2024-04-20T03:38:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:27.610634+0000 mgr.y (mgr.24491) 230 : cluster [DBG] pgmap v182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:27.610634+0000 mgr.y (mgr.24491) 230 : cluster [DBG] pgmap v182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:27.610634+0000 mgr.y (mgr.24491) 230 : cluster [DBG] pgmap v182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:29.611315+0000 mgr.y (mgr.24491) 231 : cluster [DBG] pgmap v183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:31.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:29.611315+0000 mgr.y (mgr.24491) 231 : cluster [DBG] pgmap v183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:29.611315+0000 mgr.y (mgr.24491) 231 : cluster [DBG] pgmap v183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:38:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:31.611909+0000 mgr.y (mgr.24491) 232 : cluster [DBG] pgmap v184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:31.611909+0000 mgr.y (mgr.24491) 232 : cluster [DBG] pgmap v184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:31.611909+0000 mgr.y (mgr.24491) 232 : cluster [DBG] pgmap v184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:33.612285+0000 mgr.y (mgr.24491) 233 : cluster [DBG] pgmap v185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:33.612285+0000 mgr.y (mgr.24491) 233 : cluster [DBG] pgmap v185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:33.612285+0000 mgr.y (mgr.24491) 233 : cluster [DBG] pgmap v185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:35.612893+0000 mgr.y (mgr.24491) 234 : cluster [DBG] pgmap v186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:35.612893+0000 mgr.y (mgr.24491) 234 : cluster [DBG] pgmap v186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:35.612893+0000 mgr.y (mgr.24491) 234 : cluster [DBG] pgmap v186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:37] "GET /metrics HTTP/1.1" 200 188268 "" "Prometheus/2.33.4" 2024-04-20T03:38:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:37.613299+0000 mgr.y (mgr.24491) 235 : cluster [DBG] pgmap v187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:37.613299+0000 mgr.y (mgr.24491) 235 : cluster [DBG] pgmap v187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:37.613299+0000 mgr.y (mgr.24491) 235 : cluster [DBG] pgmap v187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:39.614044+0000 mgr.y (mgr.24491) 236 : cluster [DBG] pgmap v188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:39.614044+0000 mgr.y (mgr.24491) 236 : cluster [DBG] pgmap v188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:39.614044+0000 mgr.y (mgr.24491) 236 : cluster [DBG] pgmap v188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:38:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:41.614478+0000 mgr.y (mgr.24491) 237 : cluster [DBG] pgmap v189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:41.614478+0000 mgr.y (mgr.24491) 237 : cluster [DBG] pgmap v189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:41.614478+0000 mgr.y (mgr.24491) 237 : cluster [DBG] pgmap v189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:43.615050+0000 mgr.y (mgr.24491) 238 : cluster [DBG] pgmap v190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:43.615050+0000 mgr.y (mgr.24491) 238 : cluster [DBG] pgmap v190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:45.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:43.615050+0000 mgr.y (mgr.24491) 238 : cluster [DBG] pgmap v190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:45.615792+0000 mgr.y (mgr.24491) 239 : cluster [DBG] pgmap v191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:45.615792+0000 mgr.y (mgr.24491) 239 : cluster [DBG] pgmap v191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:45.615792+0000 mgr.y (mgr.24491) 239 : cluster [DBG] pgmap v191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:47] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-04-20T03:38:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:47.616158+0000 mgr.y (mgr.24491) 240 : cluster [DBG] pgmap v192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:47.616158+0000 mgr.y (mgr.24491) 240 : cluster [DBG] pgmap v192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:47.616158+0000 mgr.y (mgr.24491) 240 : cluster [DBG] pgmap v192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:49.270 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:38:49.545 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:38:49.545 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4m) 4m ago 5m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:38:49.545 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5m) 4m ago 5m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:38:49.545 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6m) 4m ago 6m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:38:49.545 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6m) 4m ago 6m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:38:49.545 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9m) 4m ago 9m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11m) 4m ago 11m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11m) 4m ago 11m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10m) 4m ago 10m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10m) 4m ago 10m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5m) 4m ago 5m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5m) 4m ago 5m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9m) 4m ago 9m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9m) 4m ago 9m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8m) 4m ago 8m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8m) 4m ago 8m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8m) 4m ago 8m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7m) 4m ago 7m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7m) 4m ago 7m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6m) 4m ago 6m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:38:49.546 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4m) 4m ago 5m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:38:49.882 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:38:49.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:38:49.884 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:38:49.884 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:38:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:38:49.259095+0000 mgr.y (mgr.24491) 241 : audit [DBG] from='client.15075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:38:49.538746+0000 mgr.y (mgr.24491) 242 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:49.616688+0000 mgr.y (mgr.24491) 243 : cluster [DBG] pgmap v193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:38:49.883748+0000 mon.a (mon.0) 812 : audit [DBG] from='client.? 172.21.15.177:0/2080990813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:38:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:38:49.259095+0000 mgr.y (mgr.24491) 241 : audit [DBG] from='client.15075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:38:49.538746+0000 mgr.y (mgr.24491) 242 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:49.616688+0000 mgr.y (mgr.24491) 243 : cluster [DBG] pgmap v193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:38:49.883748+0000 mon.a (mon.0) 812 : audit [DBG] from='client.? 172.21.15.177:0/2080990813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:38:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:38:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:38:49.259095+0000 mgr.y (mgr.24491) 241 : audit [DBG] from='client.15075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:38:49.538746+0000 mgr.y (mgr.24491) 242 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:38:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:49.616688+0000 mgr.y (mgr.24491) 243 : cluster [DBG] pgmap v193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:51.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:38:49.883748+0000 mon.a (mon.0) 812 : audit [DBG] from='client.? 172.21.15.177:0/2080990813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:38:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:51.617159+0000 mgr.y (mgr.24491) 244 : cluster [DBG] pgmap v194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:51.617159+0000 mgr.y (mgr.24491) 244 : cluster [DBG] pgmap v194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:51.617159+0000 mgr.y (mgr.24491) 244 : cluster [DBG] pgmap v194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:53.617569+0000 mgr.y (mgr.24491) 245 : cluster [DBG] pgmap v195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:53.617569+0000 mgr.y (mgr.24491) 245 : cluster [DBG] pgmap v195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:53.617569+0000 mgr.y (mgr.24491) 245 : cluster [DBG] pgmap v195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:55.618201+0000 mgr.y (mgr.24491) 246 : cluster [DBG] pgmap v196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:55.618201+0000 mgr.y (mgr.24491) 246 : cluster [DBG] pgmap v196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:55.618201+0000 mgr.y (mgr.24491) 246 : cluster [DBG] pgmap v196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:38:57] "GET /metrics HTTP/1.1" 200 188260 "" "Prometheus/2.33.4" 2024-04-20T03:38:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:57.618596+0000 mgr.y (mgr.24491) 247 : cluster [DBG] pgmap v197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:57.618596+0000 mgr.y (mgr.24491) 247 : cluster [DBG] pgmap v197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:38:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:57.618596+0000 mgr.y (mgr.24491) 247 : cluster [DBG] pgmap v197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:38:59.619173+0000 mgr.y (mgr.24491) 248 : cluster [DBG] pgmap v198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:38:59.619173+0000 mgr.y (mgr.24491) 248 : cluster [DBG] pgmap v198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:38:59.619173+0000 mgr.y (mgr.24491) 248 : cluster [DBG] pgmap v198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:39:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:01.619593+0000 mgr.y (mgr.24491) 249 : cluster [DBG] pgmap v199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:01.619593+0000 mgr.y (mgr.24491) 249 : cluster [DBG] pgmap v199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:01.619593+0000 mgr.y (mgr.24491) 249 : cluster [DBG] pgmap v199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:03.619924+0000 mgr.y (mgr.24491) 250 : cluster [DBG] pgmap v200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:03.619924+0000 mgr.y (mgr.24491) 250 : cluster [DBG] pgmap v200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:03.619924+0000 mgr.y (mgr.24491) 250 : cluster [DBG] pgmap v200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:05.620603+0000 mgr.y (mgr.24491) 251 : cluster [DBG] pgmap v201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:05.620603+0000 mgr.y (mgr.24491) 251 : cluster [DBG] pgmap v201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:05.620603+0000 mgr.y (mgr.24491) 251 : cluster [DBG] pgmap v201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:07] "GET /metrics HTTP/1.1" 200 188270 "" "Prometheus/2.33.4" 2024-04-20T03:39:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:07.621076+0000 mgr.y (mgr.24491) 252 : cluster [DBG] pgmap v202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:07.621076+0000 mgr.y (mgr.24491) 252 : cluster [DBG] pgmap v202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:07.621076+0000 mgr.y (mgr.24491) 252 : cluster [DBG] pgmap v202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:09.621734+0000 mgr.y (mgr.24491) 253 : cluster [DBG] pgmap v203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:09.621734+0000 mgr.y (mgr.24491) 253 : cluster [DBG] pgmap v203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:09.621734+0000 mgr.y (mgr.24491) 253 : cluster [DBG] pgmap v203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:39:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:11.622291+0000 mgr.y (mgr.24491) 254 : cluster [DBG] pgmap v204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:39:12.456654+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:39:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:11.622291+0000 mgr.y (mgr.24491) 254 : cluster [DBG] pgmap v204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:39:12.456654+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:39:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:11.622291+0000 mgr.y (mgr.24491) 254 : cluster [DBG] pgmap v204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:39:12.456654+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:39:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:39:12.699786+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:39:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:39:12.975872+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:39:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:39:12.976516+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:39:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:39:12.981562+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:39:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:39:12.699786+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:39:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:39:12.975872+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:39:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:39:12.976516+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:39:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:39:12.981562+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:39:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:39:12.699786+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:39:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:39:12.975872+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:39:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:39:12.976516+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:39:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:39:12.981562+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:39:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:13.622659+0000 mgr.y (mgr.24491) 255 : cluster [DBG] pgmap v205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:13.622659+0000 mgr.y (mgr.24491) 255 : cluster [DBG] pgmap v205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:13.622659+0000 mgr.y (mgr.24491) 255 : cluster [DBG] pgmap v205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:17.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:15.623344+0000 mgr.y (mgr.24491) 256 : cluster [DBG] pgmap v206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:15.623344+0000 mgr.y (mgr.24491) 256 : cluster [DBG] pgmap v206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:15.623344+0000 mgr.y (mgr.24491) 256 : cluster [DBG] pgmap v206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:17] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-04-20T03:39:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:17.623885+0000 mgr.y (mgr.24491) 257 : cluster [DBG] pgmap v207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:17.623885+0000 mgr.y (mgr.24491) 257 : cluster [DBG] pgmap v207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:17.623885+0000 mgr.y (mgr.24491) 257 : cluster [DBG] pgmap v207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:20.193 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:39:20.468 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:39:20.468 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5m) 4m ago 5m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:39:20.468 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5m) 4m ago 5m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:39:20.468 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7m) 4m ago 7m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:39:20.468 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6m) 4m ago 6m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:39:20.468 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10m) 4m ago 10m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:39:20.468 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (12m) 4m ago 12m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:39:20.468 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (12m) 4m ago 12m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:39:20.468 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10m) 4m ago 10m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:39:20.468 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10m) 4m ago 10m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:39:20.469 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6m) 4m ago 6m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:39:20.469 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6m) 4m ago 6m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:39:20.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10m) 4m ago 10m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:39:20.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9m) 4m ago 9m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:39:20.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9m) 4m ago 9m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:39:20.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8m) 4m ago 8m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:39:20.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8m) 4m ago 8m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:39:20.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8m) 4m ago 8m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:39:20.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7m) 4m ago 7m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:39:20.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7m) 4m ago 7m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:39:20.469 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5m) 4m ago 6m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:39:20.801 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:39:20.801 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:39:20.801 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:39:20.801 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:39:20.802 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:39:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:39:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:19.624604+0000 mgr.y (mgr.24491) 258 : cluster [DBG] pgmap v208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:39:20.802533+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.177:0/156523767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:39:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:19.624604+0000 mgr.y (mgr.24491) 258 : cluster [DBG] pgmap v208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:39:20.802533+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.177:0/156523767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:39:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:19.624604+0000 mgr.y (mgr.24491) 258 : cluster [DBG] pgmap v208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:39:20.802533+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.177:0/156523767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:39:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:39:20.182038+0000 mgr.y (mgr.24491) 259 : audit [DBG] from='client.24998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:39:20.461409+0000 mgr.y (mgr.24491) 260 : audit [DBG] from='client.25004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:39:20.182038+0000 mgr.y (mgr.24491) 259 : audit [DBG] from='client.24998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:39:20.461409+0000 mgr.y (mgr.24491) 260 : audit [DBG] from='client.25004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:39:20.182038+0000 mgr.y (mgr.24491) 259 : audit [DBG] from='client.24998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:39:20.461409+0000 mgr.y (mgr.24491) 260 : audit [DBG] from='client.25004 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:21.625049+0000 mgr.y (mgr.24491) 261 : cluster [DBG] pgmap v209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:21.625049+0000 mgr.y (mgr.24491) 261 : cluster [DBG] pgmap v209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:21.625049+0000 mgr.y (mgr.24491) 261 : cluster [DBG] pgmap v209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:23.625450+0000 mgr.y (mgr.24491) 262 : cluster [DBG] pgmap v210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:23.625450+0000 mgr.y (mgr.24491) 262 : cluster [DBG] pgmap v210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:23.625450+0000 mgr.y (mgr.24491) 262 : cluster [DBG] pgmap v210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:25.626090+0000 mgr.y (mgr.24491) 263 : cluster [DBG] pgmap v211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:25.626090+0000 mgr.y (mgr.24491) 263 : cluster [DBG] pgmap v211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:25.626090+0000 mgr.y (mgr.24491) 263 : cluster [DBG] pgmap v211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:28.060 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:27] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-04-20T03:39:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:27.626521+0000 mgr.y (mgr.24491) 264 : cluster [DBG] pgmap v212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:27.626521+0000 mgr.y (mgr.24491) 264 : cluster [DBG] pgmap v212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:27.626521+0000 mgr.y (mgr.24491) 264 : cluster [DBG] pgmap v212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:29.627181+0000 mgr.y (mgr.24491) 265 : cluster [DBG] pgmap v213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:29.627181+0000 mgr.y (mgr.24491) 265 : cluster [DBG] pgmap v213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:29.627181+0000 mgr.y (mgr.24491) 265 : cluster [DBG] pgmap v213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:39:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:31.627570+0000 mgr.y (mgr.24491) 266 : cluster [DBG] pgmap v214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:31.627570+0000 mgr.y (mgr.24491) 266 : cluster [DBG] pgmap v214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:31.627570+0000 mgr.y (mgr.24491) 266 : cluster [DBG] pgmap v214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:33.628094+0000 mgr.y (mgr.24491) 267 : cluster [DBG] pgmap v215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:33.628094+0000 mgr.y (mgr.24491) 267 : cluster [DBG] pgmap v215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:33.628094+0000 mgr.y (mgr.24491) 267 : cluster [DBG] pgmap v215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:35.628706+0000 mgr.y (mgr.24491) 268 : cluster [DBG] pgmap v216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:35.628706+0000 mgr.y (mgr.24491) 268 : cluster [DBG] pgmap v216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:35.628706+0000 mgr.y (mgr.24491) 268 : cluster [DBG] pgmap v216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:37] "GET /metrics HTTP/1.1" 200 188267 "" "Prometheus/2.33.4" 2024-04-20T03:39:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:37.629126+0000 mgr.y (mgr.24491) 269 : cluster [DBG] pgmap v217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:37.629126+0000 mgr.y (mgr.24491) 269 : cluster [DBG] pgmap v217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:37.629126+0000 mgr.y (mgr.24491) 269 : cluster [DBG] pgmap v217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:39.629867+0000 mgr.y (mgr.24491) 270 : cluster [DBG] pgmap v218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:39.629867+0000 mgr.y (mgr.24491) 270 : cluster [DBG] pgmap v218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:39.629867+0000 mgr.y (mgr.24491) 270 : cluster [DBG] pgmap v218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:39:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:41.630218+0000 mgr.y (mgr.24491) 271 : cluster [DBG] pgmap v219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:41.630218+0000 mgr.y (mgr.24491) 271 : cluster [DBG] pgmap v219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:41.630218+0000 mgr.y (mgr.24491) 271 : cluster [DBG] pgmap v219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:43.630751+0000 mgr.y (mgr.24491) 272 : cluster [DBG] pgmap v220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:43.630751+0000 mgr.y (mgr.24491) 272 : cluster [DBG] pgmap v220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:43.630751+0000 mgr.y (mgr.24491) 272 : cluster [DBG] pgmap v220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:45.631519+0000 mgr.y (mgr.24491) 273 : cluster [DBG] pgmap v221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:45.631519+0000 mgr.y (mgr.24491) 273 : cluster [DBG] pgmap v221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:45.631519+0000 mgr.y (mgr.24491) 273 : cluster [DBG] pgmap v221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:47] "GET /metrics HTTP/1.1" 200 188261 "" "Prometheus/2.33.4" 2024-04-20T03:39:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:47.632074+0000 mgr.y (mgr.24491) 274 : cluster [DBG] pgmap v222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:47.632074+0000 mgr.y (mgr.24491) 274 : cluster [DBG] pgmap v222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:47.632074+0000 mgr.y (mgr.24491) 274 : cluster [DBG] pgmap v222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:49.632777+0000 mgr.y (mgr.24491) 275 : cluster [DBG] pgmap v223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:51.112 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:39:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:49.632777+0000 mgr.y (mgr.24491) 275 : cluster [DBG] pgmap v223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:49.632777+0000 mgr.y (mgr.24491) 275 : cluster [DBG] pgmap v223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:51.385 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:39:51.385 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5m) 5m ago 6m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6m) 5m ago 6m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7m) 5m ago 7m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7m) 5m ago 7m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10m) 5m ago 10m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (12m) 5m ago 12m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (12m) 5m ago 12m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11m) 5m ago 11m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11m) 5m ago 11m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6m) 5m ago 6m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6m) 5m ago 6m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10m) 5m ago 10m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10m) 5m ago 10m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9m) 5m ago 9m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9m) 5m ago 9m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:39:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9m) 5m ago 9m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:39:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8m) 5m ago 8m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:39:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8m) 5m ago 8m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:39:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7m) 5m ago 7m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:39:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5m) 5m ago 6m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:39:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:39:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:39:51.720 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:39:51.720 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:39:51.720 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:39:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:39:51.101945+0000 mgr.y (mgr.24491) 276 : audit [DBG] from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:53.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:39:51.379107+0000 mgr.y (mgr.24491) 277 : audit [DBG] from='client.25022 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:53.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:51.633187+0000 mgr.y (mgr.24491) 278 : cluster [DBG] pgmap v224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:53.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:39:51.720256+0000 mon.c (mon.2) 44 : audit [DBG] from='client.? 172.21.15.177:0/1036592824' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:39:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:39:51.101945+0000 mgr.y (mgr.24491) 276 : audit [DBG] from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:53.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:39:51.379107+0000 mgr.y (mgr.24491) 277 : audit [DBG] from='client.25022 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:53.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:51.633187+0000 mgr.y (mgr.24491) 278 : cluster [DBG] pgmap v224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:53.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:39:51.720256+0000 mon.c (mon.2) 44 : audit [DBG] from='client.? 172.21.15.177:0/1036592824' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:39:53.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:39:51.101945+0000 mgr.y (mgr.24491) 276 : audit [DBG] from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:53.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:39:51.379107+0000 mgr.y (mgr.24491) 277 : audit [DBG] from='client.25022 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:39:53.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:51.633187+0000 mgr.y (mgr.24491) 278 : cluster [DBG] pgmap v224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:53.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:39:51.720256+0000 mon.c (mon.2) 44 : audit [DBG] from='client.? 172.21.15.177:0/1036592824' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:39:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:53.633553+0000 mgr.y (mgr.24491) 279 : cluster [DBG] pgmap v225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:53.633553+0000 mgr.y (mgr.24491) 279 : cluster [DBG] pgmap v225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:53.633553+0000 mgr.y (mgr.24491) 279 : cluster [DBG] pgmap v225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:55.634395+0000 mgr.y (mgr.24491) 280 : cluster [DBG] pgmap v226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:55.634395+0000 mgr.y (mgr.24491) 280 : cluster [DBG] pgmap v226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:55.634395+0000 mgr.y (mgr.24491) 280 : cluster [DBG] pgmap v226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:39:57] "GET /metrics HTTP/1.1" 200 188261 "" "Prometheus/2.33.4" 2024-04-20T03:39:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:39:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:57.634804+0000 mgr.y (mgr.24491) 281 : cluster [DBG] pgmap v227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:57.634804+0000 mgr.y (mgr.24491) 281 : cluster [DBG] pgmap v227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:39:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:57.634804+0000 mgr.y (mgr.24491) 281 : cluster [DBG] pgmap v227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : [ERR] UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : ceph can only upgrade 1 or 2 major versions at a time; 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable) -> 19.0.0-3157-gd5c85300 is too big a jump 2024-04-20T03:40:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:39:59.635547+0000 mgr.y (mgr.24491) 282 : cluster [DBG] pgmap v228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:00.000108+0000 mon.a (mon.0) 819 : cluster [ERR] Health detail: HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:40:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:00.000155+0000 mon.a (mon.0) 820 : cluster [ERR] [ERR] UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:40:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:00.000175+0000 mon.a (mon.0) 821 : cluster [ERR] ceph can only upgrade 1 or 2 major versions at a time; 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable) -> 19.0.0-3157-gd5c85300 is too big a jump 2024-04-20T03:40:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:39:59.635547+0000 mgr.y (mgr.24491) 282 : cluster [DBG] pgmap v228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:00.000108+0000 mon.a (mon.0) 819 : cluster [ERR] Health detail: HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:40:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:00.000155+0000 mon.a (mon.0) 820 : cluster [ERR] [ERR] UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:40:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:00.000175+0000 mon.a (mon.0) 821 : cluster [ERR] ceph can only upgrade 1 or 2 major versions at a time; 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable) -> 19.0.0-3157-gd5c85300 is too big a jump 2024-04-20T03:40:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:39:59.635547+0000 mgr.y (mgr.24491) 282 : cluster [DBG] pgmap v228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:00.000108+0000 mon.a (mon.0) 819 : cluster [ERR] Health detail: HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:40:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:00.000155+0000 mon.a (mon.0) 820 : cluster [ERR] [ERR] UPGRADE_BAD_TARGET_VERSION: Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:40:01.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:00.000175+0000 mon.a (mon.0) 821 : cluster [ERR] ceph can only upgrade 1 or 2 major versions at a time; 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable) -> 19.0.0-3157-gd5c85300 is too big a jump 2024-04-20T03:40:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:40:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:01.635901+0000 mgr.y (mgr.24491) 283 : cluster [DBG] pgmap v229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:01.635901+0000 mgr.y (mgr.24491) 283 : cluster [DBG] pgmap v229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:01.635901+0000 mgr.y (mgr.24491) 283 : cluster [DBG] pgmap v229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:03.636234+0000 mgr.y (mgr.24491) 284 : cluster [DBG] pgmap v230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:03.636234+0000 mgr.y (mgr.24491) 284 : cluster [DBG] pgmap v230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:03.636234+0000 mgr.y (mgr.24491) 284 : cluster [DBG] pgmap v230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:05.636800+0000 mgr.y (mgr.24491) 285 : cluster [DBG] pgmap v231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:05.636800+0000 mgr.y (mgr.24491) 285 : cluster [DBG] pgmap v231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:05.636800+0000 mgr.y (mgr.24491) 285 : cluster [DBG] pgmap v231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:07] "GET /metrics HTTP/1.1" 200 188265 "" "Prometheus/2.33.4" 2024-04-20T03:40:09.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:07.637162+0000 mgr.y (mgr.24491) 286 : cluster [DBG] pgmap v232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:07.637162+0000 mgr.y (mgr.24491) 286 : cluster [DBG] pgmap v232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:07.637162+0000 mgr.y (mgr.24491) 286 : cluster [DBG] pgmap v232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:09.637764+0000 mgr.y (mgr.24491) 287 : cluster [DBG] pgmap v233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:10.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:09.637764+0000 mgr.y (mgr.24491) 287 : cluster [DBG] pgmap v233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:09.637764+0000 mgr.y (mgr.24491) 287 : cluster [DBG] pgmap v233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:40:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:11.638317+0000 mgr.y (mgr.24491) 288 : cluster [DBG] pgmap v234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:11.638317+0000 mgr.y (mgr.24491) 288 : cluster [DBG] pgmap v234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:11.638317+0000 mgr.y (mgr.24491) 288 : cluster [DBG] pgmap v234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:40:12.986113+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:40:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:40:13.277477+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:40:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:40:13.278200+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:40:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:40:13.282384+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:40:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:40:12.986113+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:40:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:40:13.277477+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:40:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:40:13.278200+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:40:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:40:13.282384+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:40:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:40:12.986113+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:40:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:40:13.277477+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:40:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:40:13.278200+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:40:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:40:13.282384+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:40:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:13.638836+0000 mgr.y (mgr.24491) 289 : cluster [DBG] pgmap v235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:13.638836+0000 mgr.y (mgr.24491) 289 : cluster [DBG] pgmap v235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:13.638836+0000 mgr.y (mgr.24491) 289 : cluster [DBG] pgmap v235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:15.639577+0000 mgr.y (mgr.24491) 290 : cluster [DBG] pgmap v236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:15.639577+0000 mgr.y (mgr.24491) 290 : cluster [DBG] pgmap v236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:15.639577+0000 mgr.y (mgr.24491) 290 : cluster [DBG] pgmap v236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:17] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-04-20T03:40:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:17.639994+0000 mgr.y (mgr.24491) 291 : cluster [DBG] pgmap v237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:17.639994+0000 mgr.y (mgr.24491) 291 : cluster [DBG] pgmap v237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:17.639994+0000 mgr.y (mgr.24491) 291 : cluster [DBG] pgmap v237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:19.640737+0000 mgr.y (mgr.24491) 292 : cluster [DBG] pgmap v238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:19.640737+0000 mgr.y (mgr.24491) 292 : cluster [DBG] pgmap v238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:19.640737+0000 mgr.y (mgr.24491) 292 : cluster [DBG] pgmap v238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:40:22.033 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:40:22.307 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6m) 5m ago 7m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6m) 5m ago 6m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8m) 5m ago 8m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8m) 5m ago 8m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11m) 5m ago 11m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (13m) 5m ago 13m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (13m) 5m ago 13m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11m) 5m ago 11m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11m) 5m ago 11m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7m) 5m ago 7m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7m) 5m ago 7m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11m) 5m ago 11m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10m) 5m ago 10m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10m) 5m ago 10m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9m) 5m ago 9m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:40:22.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9m) 5m ago 9m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:40:22.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9m) 5m ago 9m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:40:22.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8m) 5m ago 8m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:40:22.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8m) 5m ago 8m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:40:22.309 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6m) 5m ago 7m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:40:22.650 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:40:22.650 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:40:22.650 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:40:22.650 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:40:22.650 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:40:22.651 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:40:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:21.641237+0000 mgr.y (mgr.24491) 293 : cluster [DBG] pgmap v239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:40:22.651468+0000 mon.c (mon.2) 45 : audit [DBG] from='client.? 172.21.15.177:0/747810817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:40:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:21.641237+0000 mgr.y (mgr.24491) 293 : cluster [DBG] pgmap v239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:40:22.651468+0000 mon.c (mon.2) 45 : audit [DBG] from='client.? 172.21.15.177:0/747810817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:40:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:21.641237+0000 mgr.y (mgr.24491) 293 : cluster [DBG] pgmap v239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:40:22.651468+0000 mon.c (mon.2) 45 : audit [DBG] from='client.? 172.21.15.177:0/747810817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:40:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:40:22.022671+0000 mgr.y (mgr.24491) 294 : audit [DBG] from='client.25034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:40:22.301338+0000 mgr.y (mgr.24491) 295 : audit [DBG] from='client.25040 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:40:22.022671+0000 mgr.y (mgr.24491) 294 : audit [DBG] from='client.25034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:40:22.301338+0000 mgr.y (mgr.24491) 295 : audit [DBG] from='client.25040 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:40:22.022671+0000 mgr.y (mgr.24491) 294 : audit [DBG] from='client.25034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:40:22.301338+0000 mgr.y (mgr.24491) 295 : audit [DBG] from='client.25040 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:23.641600+0000 mgr.y (mgr.24491) 296 : cluster [DBG] pgmap v240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:23.641600+0000 mgr.y (mgr.24491) 296 : cluster [DBG] pgmap v240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:23.641600+0000 mgr.y (mgr.24491) 296 : cluster [DBG] pgmap v240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:25.642237+0000 mgr.y (mgr.24491) 297 : cluster [DBG] pgmap v241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:25.642237+0000 mgr.y (mgr.24491) 297 : cluster [DBG] pgmap v241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:25.642237+0000 mgr.y (mgr.24491) 297 : cluster [DBG] pgmap v241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:27] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-04-20T03:40:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:27.642704+0000 mgr.y (mgr.24491) 298 : cluster [DBG] pgmap v242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:27.642704+0000 mgr.y (mgr.24491) 298 : cluster [DBG] pgmap v242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:27.642704+0000 mgr.y (mgr.24491) 298 : cluster [DBG] pgmap v242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:29.643485+0000 mgr.y (mgr.24491) 299 : cluster [DBG] pgmap v243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:29.643485+0000 mgr.y (mgr.24491) 299 : cluster [DBG] pgmap v243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:29.643485+0000 mgr.y (mgr.24491) 299 : cluster [DBG] pgmap v243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:40:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:31.643870+0000 mgr.y (mgr.24491) 300 : cluster [DBG] pgmap v244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:31.643870+0000 mgr.y (mgr.24491) 300 : cluster [DBG] pgmap v244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:31.643870+0000 mgr.y (mgr.24491) 300 : cluster [DBG] pgmap v244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:33.644208+0000 mgr.y (mgr.24491) 301 : cluster [DBG] pgmap v245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:33.644208+0000 mgr.y (mgr.24491) 301 : cluster [DBG] pgmap v245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:33.644208+0000 mgr.y (mgr.24491) 301 : cluster [DBG] pgmap v245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:35.645147+0000 mgr.y (mgr.24491) 302 : cluster [DBG] pgmap v246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:35.645147+0000 mgr.y (mgr.24491) 302 : cluster [DBG] pgmap v246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:35.645147+0000 mgr.y (mgr.24491) 302 : cluster [DBG] pgmap v246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:37] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:40:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:37.645531+0000 mgr.y (mgr.24491) 303 : cluster [DBG] pgmap v247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:37.645531+0000 mgr.y (mgr.24491) 303 : cluster [DBG] pgmap v247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:37.645531+0000 mgr.y (mgr.24491) 303 : cluster [DBG] pgmap v247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:39.646173+0000 mgr.y (mgr.24491) 304 : cluster [DBG] pgmap v248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:39.646173+0000 mgr.y (mgr.24491) 304 : cluster [DBG] pgmap v248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:39.646173+0000 mgr.y (mgr.24491) 304 : cluster [DBG] pgmap v248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:40:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:41.646674+0000 mgr.y (mgr.24491) 305 : cluster [DBG] pgmap v249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:41.646674+0000 mgr.y (mgr.24491) 305 : cluster [DBG] pgmap v249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:41.646674+0000 mgr.y (mgr.24491) 305 : cluster [DBG] pgmap v249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:43.647037+0000 mgr.y (mgr.24491) 306 : cluster [DBG] pgmap v250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:43.647037+0000 mgr.y (mgr.24491) 306 : cluster [DBG] pgmap v250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:43.647037+0000 mgr.y (mgr.24491) 306 : cluster [DBG] pgmap v250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:45.647633+0000 mgr.y (mgr.24491) 307 : cluster [DBG] pgmap v251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:45.647633+0000 mgr.y (mgr.24491) 307 : cluster [DBG] pgmap v251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:45.647633+0000 mgr.y (mgr.24491) 307 : cluster [DBG] pgmap v251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:47] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-04-20T03:40:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:47.648154+0000 mgr.y (mgr.24491) 308 : cluster [DBG] pgmap v252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:47.648154+0000 mgr.y (mgr.24491) 308 : cluster [DBG] pgmap v252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:47.648154+0000 mgr.y (mgr.24491) 308 : cluster [DBG] pgmap v252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:49.648867+0000 mgr.y (mgr.24491) 309 : cluster [DBG] pgmap v253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:49.648867+0000 mgr.y (mgr.24491) 309 : cluster [DBG] pgmap v253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:49.648867+0000 mgr.y (mgr.24491) 309 : cluster [DBG] pgmap v253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:40:52.963 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:40:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:51.649292+0000 mgr.y (mgr.24491) 310 : cluster [DBG] pgmap v254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:51.649292+0000 mgr.y (mgr.24491) 310 : cluster [DBG] pgmap v254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:40:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6m) 6m ago 7m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:40:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7m) 6m ago 7m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:40:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8m) 6m ago 8m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:40:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8m) 6m ago 8m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:40:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (12m) 6m ago 12m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:40:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (13m) 6m ago 13m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (13m) 6m ago 13m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (12m) 6m ago 12m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (12m) 6m ago 12m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7m) 6m ago 7m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7m) 6m ago 7m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11m) 6m ago 11m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11m) 6m ago 11m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10m) 6m ago 10m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10m) 6m ago 10m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10m) 6m ago 10m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9m) 6m ago 9m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9m) 6m ago 9m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8m) 6m ago 8m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:40:53.240 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6m) 6m ago 7m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:40:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:51.649292+0000 mgr.y (mgr.24491) 310 : cluster [DBG] pgmap v254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:53.576 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:40:53.577 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:40:53.578 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:40:53.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:40:53.578 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:40:53.578 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:40:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:40:52.952730+0000 mgr.y (mgr.24491) 311 : audit [DBG] from='client.15147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:40:53.577475+0000 mon.a (mon.0) 826 : audit [DBG] from='client.? 172.21.15.177:0/1668117127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:40:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:40:52.952730+0000 mgr.y (mgr.24491) 311 : audit [DBG] from='client.15147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:40:53.577475+0000 mon.a (mon.0) 826 : audit [DBG] from='client.? 172.21.15.177:0/1668117127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:40:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:40:52.952730+0000 mgr.y (mgr.24491) 311 : audit [DBG] from='client.15147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:40:53.577475+0000 mon.a (mon.0) 826 : audit [DBG] from='client.? 172.21.15.177:0/1668117127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:40:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:40:53.233065+0000 mgr.y (mgr.24491) 312 : audit [DBG] from='client.25058 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:53.649734+0000 mgr.y (mgr.24491) 313 : cluster [DBG] pgmap v255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:40:53.233065+0000 mgr.y (mgr.24491) 312 : audit [DBG] from='client.25058 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:53.649734+0000 mgr.y (mgr.24491) 313 : cluster [DBG] pgmap v255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:40:53.233065+0000 mgr.y (mgr.24491) 312 : audit [DBG] from='client.25058 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:40:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:53.649734+0000 mgr.y (mgr.24491) 313 : cluster [DBG] pgmap v255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:55.650534+0000 mgr.y (mgr.24491) 314 : cluster [DBG] pgmap v256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:55.650534+0000 mgr.y (mgr.24491) 314 : cluster [DBG] pgmap v256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:55.650534+0000 mgr.y (mgr.24491) 314 : cluster [DBG] pgmap v256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:40:57] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-04-20T03:40:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:57.651009+0000 mgr.y (mgr.24491) 315 : cluster [DBG] pgmap v257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:57.651009+0000 mgr.y (mgr.24491) 315 : cluster [DBG] pgmap v257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:40:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:40:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:57.651009+0000 mgr.y (mgr.24491) 315 : cluster [DBG] pgmap v257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:40:59.651603+0000 mgr.y (mgr.24491) 316 : cluster [DBG] pgmap v258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:40:59.651603+0000 mgr.y (mgr.24491) 316 : cluster [DBG] pgmap v258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:40:59.651603+0000 mgr.y (mgr.24491) 316 : cluster [DBG] pgmap v258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:41:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:01.652165+0000 mgr.y (mgr.24491) 317 : cluster [DBG] pgmap v259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:01.652165+0000 mgr.y (mgr.24491) 317 : cluster [DBG] pgmap v259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:01.652165+0000 mgr.y (mgr.24491) 317 : cluster [DBG] pgmap v259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:03.652826+0000 mgr.y (mgr.24491) 318 : cluster [DBG] pgmap v260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:03.652826+0000 mgr.y (mgr.24491) 318 : cluster [DBG] pgmap v260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:03.652826+0000 mgr.y (mgr.24491) 318 : cluster [DBG] pgmap v260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:05.653725+0000 mgr.y (mgr.24491) 319 : cluster [DBG] pgmap v261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:05.653725+0000 mgr.y (mgr.24491) 319 : cluster [DBG] pgmap v261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:05.653725+0000 mgr.y (mgr.24491) 319 : cluster [DBG] pgmap v261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:07] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-04-20T03:41:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:07.654260+0000 mgr.y (mgr.24491) 320 : cluster [DBG] pgmap v262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:07.654260+0000 mgr.y (mgr.24491) 320 : cluster [DBG] pgmap v262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:07.654260+0000 mgr.y (mgr.24491) 320 : cluster [DBG] pgmap v262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:09.654828+0000 mgr.y (mgr.24491) 321 : cluster [DBG] pgmap v263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:09.654828+0000 mgr.y (mgr.24491) 321 : cluster [DBG] pgmap v263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:41:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:09.654828+0000 mgr.y (mgr.24491) 321 : cluster [DBG] pgmap v263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:11.655277+0000 mgr.y (mgr.24491) 322 : cluster [DBG] pgmap v264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:11.655277+0000 mgr.y (mgr.24491) 322 : cluster [DBG] pgmap v264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:11.655277+0000 mgr.y (mgr.24491) 322 : cluster [DBG] pgmap v264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:41:13.286730+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:41:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:41:13.602139+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:41:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:41:13.602745+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:41:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:41:13.607689+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:41:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:41:13.286730+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:41:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:41:13.602139+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:41:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:41:13.602745+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:41:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:41:13.607689+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:41:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:41:13.286730+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:41:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:41:13.602139+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:41:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:41:13.602745+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:41:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:41:13.607689+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:41:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:13.655674+0000 mgr.y (mgr.24491) 323 : cluster [DBG] pgmap v265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:13.655674+0000 mgr.y (mgr.24491) 323 : cluster [DBG] pgmap v265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:13.655674+0000 mgr.y (mgr.24491) 323 : cluster [DBG] pgmap v265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:15.656357+0000 mgr.y (mgr.24491) 324 : cluster [DBG] pgmap v266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:15.656357+0000 mgr.y (mgr.24491) 324 : cluster [DBG] pgmap v266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:15.656357+0000 mgr.y (mgr.24491) 324 : cluster [DBG] pgmap v266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:17] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-04-20T03:41:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:17.656926+0000 mgr.y (mgr.24491) 325 : cluster [DBG] pgmap v267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:17.656926+0000 mgr.y (mgr.24491) 325 : cluster [DBG] pgmap v267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:17.656926+0000 mgr.y (mgr.24491) 325 : cluster [DBG] pgmap v267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:19.657626+0000 mgr.y (mgr.24491) 326 : cluster [DBG] pgmap v268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:19.657626+0000 mgr.y (mgr.24491) 326 : cluster [DBG] pgmap v268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:41:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:19.657626+0000 mgr.y (mgr.24491) 326 : cluster [DBG] pgmap v268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:21.658044+0000 mgr.y (mgr.24491) 327 : cluster [DBG] pgmap v269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:21.658044+0000 mgr.y (mgr.24491) 327 : cluster [DBG] pgmap v269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:21.658044+0000 mgr.y (mgr.24491) 327 : cluster [DBG] pgmap v269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:23.886 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:41:24.163 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:41:24.163 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7m) 7m ago 8m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7m) 6m ago 7m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9m) 7m ago 9m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9m) 6m ago 9m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (12m) 6m ago 12m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (14m) 7m ago 14m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (14m) 7m ago 14m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (12m) 6m ago 12m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (12m) 7m ago 12m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8m) 7m ago 8m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8m) 6m ago 8m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (12m) 7m ago 12m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11m) 7m ago 11m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11m) 7m ago 11m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11m) 7m ago 11m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:41:24.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10m) 6m ago 10m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:41:24.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10m) 6m ago 10m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:41:24.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9m) 6m ago 9m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:41:24.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9m) 6m ago 9m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:41:24.165 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7m) 6m ago 8m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:41:24.499 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:41:24.500 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:41:24.501 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:41:24.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:41:24.501 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:41:24.501 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:41:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:23.658395+0000 mgr.y (mgr.24491) 328 : cluster [DBG] pgmap v270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:41:23.875635+0000 mgr.y (mgr.24491) 329 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:41:24.500975+0000 mon.c (mon.2) 46 : audit [DBG] from='client.? 172.21.15.177:0/1698254673' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:41:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:23.658395+0000 mgr.y (mgr.24491) 328 : cluster [DBG] pgmap v270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:41:23.875635+0000 mgr.y (mgr.24491) 329 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:41:24.500975+0000 mon.c (mon.2) 46 : audit [DBG] from='client.? 172.21.15.177:0/1698254673' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:41:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:23.658395+0000 mgr.y (mgr.24491) 328 : cluster [DBG] pgmap v270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:41:23.875635+0000 mgr.y (mgr.24491) 329 : audit [DBG] from='client.15165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:41:24.500975+0000 mon.c (mon.2) 46 : audit [DBG] from='client.? 172.21.15.177:0/1698254673' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:41:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:41:24.157210+0000 mgr.y (mgr.24491) 330 : audit [DBG] from='client.25076 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:41:24.157210+0000 mgr.y (mgr.24491) 330 : audit [DBG] from='client.25076 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:41:24.157210+0000 mgr.y (mgr.24491) 330 : audit [DBG] from='client.25076 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:25.659113+0000 mgr.y (mgr.24491) 331 : cluster [DBG] pgmap v271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:25.659113+0000 mgr.y (mgr.24491) 331 : cluster [DBG] pgmap v271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:25.659113+0000 mgr.y (mgr.24491) 331 : cluster [DBG] pgmap v271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:27] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-04-20T03:41:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:27.659498+0000 mgr.y (mgr.24491) 332 : cluster [DBG] pgmap v272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:27.659498+0000 mgr.y (mgr.24491) 332 : cluster [DBG] pgmap v272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:27.659498+0000 mgr.y (mgr.24491) 332 : cluster [DBG] pgmap v272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:29.660341+0000 mgr.y (mgr.24491) 333 : cluster [DBG] pgmap v273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:29.660341+0000 mgr.y (mgr.24491) 333 : cluster [DBG] pgmap v273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:29.660341+0000 mgr.y (mgr.24491) 333 : cluster [DBG] pgmap v273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:41:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:31.660699+0000 mgr.y (mgr.24491) 334 : cluster [DBG] pgmap v274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:31.660699+0000 mgr.y (mgr.24491) 334 : cluster [DBG] pgmap v274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:31.660699+0000 mgr.y (mgr.24491) 334 : cluster [DBG] pgmap v274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:33.661098+0000 mgr.y (mgr.24491) 335 : cluster [DBG] pgmap v275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:33.661098+0000 mgr.y (mgr.24491) 335 : cluster [DBG] pgmap v275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:33.661098+0000 mgr.y (mgr.24491) 335 : cluster [DBG] pgmap v275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:35.661833+0000 mgr.y (mgr.24491) 336 : cluster [DBG] pgmap v276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:35.661833+0000 mgr.y (mgr.24491) 336 : cluster [DBG] pgmap v276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:35.661833+0000 mgr.y (mgr.24491) 336 : cluster [DBG] pgmap v276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:37] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-04-20T03:41:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:37.662362+0000 mgr.y (mgr.24491) 337 : cluster [DBG] pgmap v277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:37.662362+0000 mgr.y (mgr.24491) 337 : cluster [DBG] pgmap v277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:37.662362+0000 mgr.y (mgr.24491) 337 : cluster [DBG] pgmap v277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:39.662993+0000 mgr.y (mgr.24491) 338 : cluster [DBG] pgmap v278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:41:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:39.662993+0000 mgr.y (mgr.24491) 338 : cluster [DBG] pgmap v278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:39.662993+0000 mgr.y (mgr.24491) 338 : cluster [DBG] pgmap v278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:41.663401+0000 mgr.y (mgr.24491) 339 : cluster [DBG] pgmap v279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:41.663401+0000 mgr.y (mgr.24491) 339 : cluster [DBG] pgmap v279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:41.663401+0000 mgr.y (mgr.24491) 339 : cluster [DBG] pgmap v279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:43.663778+0000 mgr.y (mgr.24491) 340 : cluster [DBG] pgmap v280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:43.663778+0000 mgr.y (mgr.24491) 340 : cluster [DBG] pgmap v280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:43.663778+0000 mgr.y (mgr.24491) 340 : cluster [DBG] pgmap v280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:45.664459+0000 mgr.y (mgr.24491) 341 : cluster [DBG] pgmap v281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:45.664459+0000 mgr.y (mgr.24491) 341 : cluster [DBG] pgmap v281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:45.664459+0000 mgr.y (mgr.24491) 341 : cluster [DBG] pgmap v281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:47] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:41:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:47.665041+0000 mgr.y (mgr.24491) 342 : cluster [DBG] pgmap v282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:47.665041+0000 mgr.y (mgr.24491) 342 : cluster [DBG] pgmap v282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:47.665041+0000 mgr.y (mgr.24491) 342 : cluster [DBG] pgmap v282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:49.665832+0000 mgr.y (mgr.24491) 343 : cluster [DBG] pgmap v283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:41:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:49.665832+0000 mgr.y (mgr.24491) 343 : cluster [DBG] pgmap v283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:49.665832+0000 mgr.y (mgr.24491) 343 : cluster [DBG] pgmap v283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:51.666271+0000 mgr.y (mgr.24491) 344 : cluster [DBG] pgmap v284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:51.666271+0000 mgr.y (mgr.24491) 344 : cluster [DBG] pgmap v284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:51.666271+0000 mgr.y (mgr.24491) 344 : cluster [DBG] pgmap v284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:54.811 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:41:55.091 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:41:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7m) 7m ago 8m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:41:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8m) 7m ago 8m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:41:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9m) 7m ago 9m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:41:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9m) 7m ago 9m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:41:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (13m) 7m ago 13m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:41:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (14m) 7m ago 14m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:41:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (14m) 7m ago 14m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:41:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (13m) 7m ago 13m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:41:55.094 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (13m) 7m ago 13m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:41:55.094 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8m) 7m ago 8m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:41:55.094 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8m) 7m ago 8m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:41:55.094 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (12m) 7m ago 12m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:41:55.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (12m) 7m ago 12m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:41:55.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11m) 7m ago 11m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:41:55.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11m) 7m ago 11m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:41:55.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11m) 7m ago 11m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:41:55.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10m) 7m ago 10m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:41:55.096 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10m) 7m ago 10m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:41:55.096 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9m) 7m ago 9m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:41:55.096 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7m) 7m ago 8m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:41:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:53.666677+0000 mgr.y (mgr.24491) 345 : cluster [DBG] pgmap v285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:53.666677+0000 mgr.y (mgr.24491) 345 : cluster [DBG] pgmap v285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:53.666677+0000 mgr.y (mgr.24491) 345 : cluster [DBG] pgmap v285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:55.427 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:41:55.427 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:41:55.427 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:41:55.427 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:41:55.427 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:41:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:41:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:41:54.799738+0000 mgr.y (mgr.24491) 346 : audit [DBG] from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:41:55.428748+0000 mon.c (mon.2) 47 : audit [DBG] from='client.? 172.21.15.177:0/187653013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:41:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:41:54.799738+0000 mgr.y (mgr.24491) 346 : audit [DBG] from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:41:55.428748+0000 mon.c (mon.2) 47 : audit [DBG] from='client.? 172.21.15.177:0/187653013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:41:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:41:54.799738+0000 mgr.y (mgr.24491) 346 : audit [DBG] from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:41:55.428748+0000 mon.c (mon.2) 47 : audit [DBG] from='client.? 172.21.15.177:0/187653013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:41:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:41:55.084554+0000 mgr.y (mgr.24491) 347 : audit [DBG] from='client.25094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:55.667246+0000 mgr.y (mgr.24491) 348 : cluster [DBG] pgmap v286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:41:55.084554+0000 mgr.y (mgr.24491) 347 : audit [DBG] from='client.25094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:55.667246+0000 mgr.y (mgr.24491) 348 : cluster [DBG] pgmap v286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:41:55.084554+0000 mgr.y (mgr.24491) 347 : audit [DBG] from='client.25094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:41:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:55.667246+0000 mgr.y (mgr.24491) 348 : cluster [DBG] pgmap v286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:41:57] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:41:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:41:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:57.667624+0000 mgr.y (mgr.24491) 349 : cluster [DBG] pgmap v287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:57.667624+0000 mgr.y (mgr.24491) 349 : cluster [DBG] pgmap v287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:41:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:57.667624+0000 mgr.y (mgr.24491) 349 : cluster [DBG] pgmap v287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:41:59.668445+0000 mgr.y (mgr.24491) 350 : cluster [DBG] pgmap v288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:42:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:41:59.668445+0000 mgr.y (mgr.24491) 350 : cluster [DBG] pgmap v288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:41:59.668445+0000 mgr.y (mgr.24491) 350 : cluster [DBG] pgmap v288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:01.669017+0000 mgr.y (mgr.24491) 351 : cluster [DBG] pgmap v289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:01.669017+0000 mgr.y (mgr.24491) 351 : cluster [DBG] pgmap v289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:01.669017+0000 mgr.y (mgr.24491) 351 : cluster [DBG] pgmap v289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:05.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:03.669591+0000 mgr.y (mgr.24491) 352 : cluster [DBG] pgmap v290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:03.669591+0000 mgr.y (mgr.24491) 352 : cluster [DBG] pgmap v290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:03.669591+0000 mgr.y (mgr.24491) 352 : cluster [DBG] pgmap v290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:05.670316+0000 mgr.y (mgr.24491) 353 : cluster [DBG] pgmap v291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:05.670316+0000 mgr.y (mgr.24491) 353 : cluster [DBG] pgmap v291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:05.670316+0000 mgr.y (mgr.24491) 353 : cluster [DBG] pgmap v291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:07] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-04-20T03:42:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:07.670724+0000 mgr.y (mgr.24491) 354 : cluster [DBG] pgmap v292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:07.670724+0000 mgr.y (mgr.24491) 354 : cluster [DBG] pgmap v292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:07.670724+0000 mgr.y (mgr.24491) 354 : cluster [DBG] pgmap v292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:09.671448+0000 mgr.y (mgr.24491) 355 : cluster [DBG] pgmap v293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:42:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:09.671448+0000 mgr.y (mgr.24491) 355 : cluster [DBG] pgmap v293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:09.671448+0000 mgr.y (mgr.24491) 355 : cluster [DBG] pgmap v293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:11.671981+0000 mgr.y (mgr.24491) 356 : cluster [DBG] pgmap v294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:11.671981+0000 mgr.y (mgr.24491) 356 : cluster [DBG] pgmap v294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:11.671981+0000 mgr.y (mgr.24491) 356 : cluster [DBG] pgmap v294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:42:13.611887+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:42:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:42:13.904561+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:42:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:42:13.905189+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:42:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:42:13.909338+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:42:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:42:13.611887+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:42:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:42:13.904561+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:42:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:42:13.905189+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:42:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:42:13.909338+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:42:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:42:13.611887+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:42:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:42:13.904561+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:42:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:42:13.905189+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:42:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:42:13.909338+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:42:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:13.672423+0000 mgr.y (mgr.24491) 357 : cluster [DBG] pgmap v295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:13.672423+0000 mgr.y (mgr.24491) 357 : cluster [DBG] pgmap v295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:13.672423+0000 mgr.y (mgr.24491) 357 : cluster [DBG] pgmap v295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:15.673054+0000 mgr.y (mgr.24491) 358 : cluster [DBG] pgmap v296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:15.673054+0000 mgr.y (mgr.24491) 358 : cluster [DBG] pgmap v296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:15.673054+0000 mgr.y (mgr.24491) 358 : cluster [DBG] pgmap v296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:17] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-04-20T03:42:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:17.673474+0000 mgr.y (mgr.24491) 359 : cluster [DBG] pgmap v297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:17.673474+0000 mgr.y (mgr.24491) 359 : cluster [DBG] pgmap v297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:17.673474+0000 mgr.y (mgr.24491) 359 : cluster [DBG] pgmap v297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:19.674083+0000 mgr.y (mgr.24491) 360 : cluster [DBG] pgmap v298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:42:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:19.674083+0000 mgr.y (mgr.24491) 360 : cluster [DBG] pgmap v298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:19.674083+0000 mgr.y (mgr.24491) 360 : cluster [DBG] pgmap v298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:21.674484+0000 mgr.y (mgr.24491) 361 : cluster [DBG] pgmap v299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:21.674484+0000 mgr.y (mgr.24491) 361 : cluster [DBG] pgmap v299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:21.674484+0000 mgr.y (mgr.24491) 361 : cluster [DBG] pgmap v299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:23.674883+0000 mgr.y (mgr.24491) 362 : cluster [DBG] pgmap v300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:23.674883+0000 mgr.y (mgr.24491) 362 : cluster [DBG] pgmap v300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:23.674883+0000 mgr.y (mgr.24491) 362 : cluster [DBG] pgmap v300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:25.740 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8m) 8m ago 9m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8m) 7m ago 8m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10m) 8m ago 10m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10m) 7m ago 10m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (13m) 7m ago 13m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (15m) 8m ago 15m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (15m) 8m ago 15m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (13m) 7m ago 13m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (13m) 8m ago 13m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9m) 8m ago 9m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:42:26.016 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9m) 7m ago 9m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:42:26.017 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (13m) 8m ago 13m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:42:26.017 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (12m) 8m ago 12m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:42:26.017 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (12m) 8m ago 12m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:42:26.017 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (12m) 8m ago 12m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:42:26.017 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11m) 7m ago 11m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:42:26.017 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11m) 7m ago 11m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:42:26.017 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10m) 7m ago 10m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:42:26.017 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10m) 7m ago 10m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:42:26.017 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8m) 7m ago 9m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:42:26.352 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:42:26.352 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:42:26.352 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:42:26.352 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:42:26.353 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:42:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:25.675426+0000 mgr.y (mgr.24491) 363 : cluster [DBG] pgmap v301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:42:25.729066+0000 mgr.y (mgr.24491) 364 : audit [DBG] from='client.25106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:42:26.009419+0000 mgr.y (mgr.24491) 365 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:42:26.353496+0000 mon.c (mon.2) 48 : audit [DBG] from='client.? 172.21.15.177:0/1893744202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:42:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:25.675426+0000 mgr.y (mgr.24491) 363 : cluster [DBG] pgmap v301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:42:25.729066+0000 mgr.y (mgr.24491) 364 : audit [DBG] from='client.25106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:42:26.009419+0000 mgr.y (mgr.24491) 365 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:42:26.353496+0000 mon.c (mon.2) 48 : audit [DBG] from='client.? 172.21.15.177:0/1893744202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:42:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:25.675426+0000 mgr.y (mgr.24491) 363 : cluster [DBG] pgmap v301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:42:25.729066+0000 mgr.y (mgr.24491) 364 : audit [DBG] from='client.25106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:42:26.009419+0000 mgr.y (mgr.24491) 365 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:42:26.353496+0000 mon.c (mon.2) 48 : audit [DBG] from='client.? 172.21.15.177:0/1893744202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:42:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:27] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-04-20T03:42:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:27.675823+0000 mgr.y (mgr.24491) 366 : cluster [DBG] pgmap v302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:27.675823+0000 mgr.y (mgr.24491) 366 : cluster [DBG] pgmap v302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:27.675823+0000 mgr.y (mgr.24491) 366 : cluster [DBG] pgmap v302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:29.676602+0000 mgr.y (mgr.24491) 367 : cluster [DBG] pgmap v303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:42:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:29.676602+0000 mgr.y (mgr.24491) 367 : cluster [DBG] pgmap v303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:29.676602+0000 mgr.y (mgr.24491) 367 : cluster [DBG] pgmap v303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:31.677132+0000 mgr.y (mgr.24491) 368 : cluster [DBG] pgmap v304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:31.677132+0000 mgr.y (mgr.24491) 368 : cluster [DBG] pgmap v304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:31.677132+0000 mgr.y (mgr.24491) 368 : cluster [DBG] pgmap v304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:33.677538+0000 mgr.y (mgr.24491) 369 : cluster [DBG] pgmap v305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:33.677538+0000 mgr.y (mgr.24491) 369 : cluster [DBG] pgmap v305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:33.677538+0000 mgr.y (mgr.24491) 369 : cluster [DBG] pgmap v305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:35.678379+0000 mgr.y (mgr.24491) 370 : cluster [DBG] pgmap v306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:35.678379+0000 mgr.y (mgr.24491) 370 : cluster [DBG] pgmap v306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:35.678379+0000 mgr.y (mgr.24491) 370 : cluster [DBG] pgmap v306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:37] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-04-20T03:42:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:37.678864+0000 mgr.y (mgr.24491) 371 : cluster [DBG] pgmap v307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:37.678864+0000 mgr.y (mgr.24491) 371 : cluster [DBG] pgmap v307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:37.678864+0000 mgr.y (mgr.24491) 371 : cluster [DBG] pgmap v307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:39.679660+0000 mgr.y (mgr.24491) 372 : cluster [DBG] pgmap v308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:39.679660+0000 mgr.y (mgr.24491) 372 : cluster [DBG] pgmap v308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:39.679660+0000 mgr.y (mgr.24491) 372 : cluster [DBG] pgmap v308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:42:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:41.680200+0000 mgr.y (mgr.24491) 373 : cluster [DBG] pgmap v309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:41.680200+0000 mgr.y (mgr.24491) 373 : cluster [DBG] pgmap v309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:41.680200+0000 mgr.y (mgr.24491) 373 : cluster [DBG] pgmap v309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:43.680602+0000 mgr.y (mgr.24491) 374 : cluster [DBG] pgmap v310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:43.680602+0000 mgr.y (mgr.24491) 374 : cluster [DBG] pgmap v310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:43.680602+0000 mgr.y (mgr.24491) 374 : cluster [DBG] pgmap v310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:45.681380+0000 mgr.y (mgr.24491) 375 : cluster [DBG] pgmap v311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:45.681380+0000 mgr.y (mgr.24491) 375 : cluster [DBG] pgmap v311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:45.681380+0000 mgr.y (mgr.24491) 375 : cluster [DBG] pgmap v311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:47] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-04-20T03:42:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:47.681792+0000 mgr.y (mgr.24491) 376 : cluster [DBG] pgmap v312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:47.681792+0000 mgr.y (mgr.24491) 376 : cluster [DBG] pgmap v312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:47.681792+0000 mgr.y (mgr.24491) 376 : cluster [DBG] pgmap v312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:49.682427+0000 mgr.y (mgr.24491) 377 : cluster [DBG] pgmap v313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:49.682427+0000 mgr.y (mgr.24491) 377 : cluster [DBG] pgmap v313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:49.682427+0000 mgr.y (mgr.24491) 377 : cluster [DBG] pgmap v313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:42:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:51.683010+0000 mgr.y (mgr.24491) 378 : cluster [DBG] pgmap v314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:51.683010+0000 mgr.y (mgr.24491) 378 : cluster [DBG] pgmap v314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:51.683010+0000 mgr.y (mgr.24491) 378 : cluster [DBG] pgmap v314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:53.683564+0000 mgr.y (mgr.24491) 379 : cluster [DBG] pgmap v315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:53.683564+0000 mgr.y (mgr.24491) 379 : cluster [DBG] pgmap v315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:53.683564+0000 mgr.y (mgr.24491) 379 : cluster [DBG] pgmap v315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:56.662 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:42:56.936 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:42:56.936 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8m) 8m ago 9m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9m) 8m ago 9m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10m) 8m ago 10m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10m) 8m ago 10m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (14m) 8m ago 14m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (15m) 8m ago 15m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (15m) 8m ago 15m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (14m) 8m ago 14m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (14m) 8m ago 14m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9m) 8m ago 9m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9m) 8m ago 9m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (13m) 8m ago 13m 41.8M 3000M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (13m) 8m ago 13m 41.2M 3000M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (12m) 8m ago 12m 37.4M 3000M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:42:56.937 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (12m) 8m ago 12m 37.7M 3000M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:42:56.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (12m) 8m ago 12m 39.9M 3256M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:42:56.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11m) 8m ago 11m 39.1M 3256M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:42:56.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11m) 8m ago 11m 39.1M 3256M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:42:56.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10m) 8m ago 10m 39.7M 3256M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:42:56.938 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8m) 8m ago 9m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:42:57.270 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:42:57.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:42:57.272 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:42:57.272 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:42:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:55.684312+0000 mgr.y (mgr.24491) 380 : cluster [DBG] pgmap v316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:55.684312+0000 mgr.y (mgr.24491) 380 : cluster [DBG] pgmap v316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:55.684312+0000 mgr.y (mgr.24491) 380 : cluster [DBG] pgmap v316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:58.046 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:42:57] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-04-20T03:42:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:42:56.651424+0000 mgr.y (mgr.24491) 381 : audit [DBG] from='client.25124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:42:56.929935+0000 mgr.y (mgr.24491) 382 : audit [DBG] from='client.25130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:42:57.271964+0000 mon.c (mon.2) 49 : audit [DBG] from='client.? 172.21.15.177:0/1325184816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:42:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:42:56.651424+0000 mgr.y (mgr.24491) 381 : audit [DBG] from='client.25124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:42:56.929935+0000 mgr.y (mgr.24491) 382 : audit [DBG] from='client.25130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:42:57.271964+0000 mon.c (mon.2) 49 : audit [DBG] from='client.? 172.21.15.177:0/1325184816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:42:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:42:56.651424+0000 mgr.y (mgr.24491) 381 : audit [DBG] from='client.25124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:42:56.929935+0000 mgr.y (mgr.24491) 382 : audit [DBG] from='client.25130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:42:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:42:57.271964+0000 mon.c (mon.2) 49 : audit [DBG] from='client.? 172.21.15.177:0/1325184816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:42:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:57.684674+0000 mgr.y (mgr.24491) 383 : cluster [DBG] pgmap v317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:57.684674+0000 mgr.y (mgr.24491) 383 : cluster [DBG] pgmap v317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:42:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:42:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:57.684674+0000 mgr.y (mgr.24491) 383 : cluster [DBG] pgmap v317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:42:59.685523+0000 mgr.y (mgr.24491) 384 : cluster [DBG] pgmap v318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:42:59.685523+0000 mgr.y (mgr.24491) 384 : cluster [DBG] pgmap v318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:42:59.685523+0000 mgr.y (mgr.24491) 384 : cluster [DBG] pgmap v318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:43:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:01.685966+0000 mgr.y (mgr.24491) 385 : cluster [DBG] pgmap v319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:01.685966+0000 mgr.y (mgr.24491) 385 : cluster [DBG] pgmap v319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:01.685966+0000 mgr.y (mgr.24491) 385 : cluster [DBG] pgmap v319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:03.686421+0000 mgr.y (mgr.24491) 386 : cluster [DBG] pgmap v320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:03.686421+0000 mgr.y (mgr.24491) 386 : cluster [DBG] pgmap v320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:03.686421+0000 mgr.y (mgr.24491) 386 : cluster [DBG] pgmap v320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:07.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:05.687090+0000 mgr.y (mgr.24491) 387 : cluster [DBG] pgmap v321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:07.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:05.687090+0000 mgr.y (mgr.24491) 387 : cluster [DBG] pgmap v321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:07.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:05.687090+0000 mgr.y (mgr.24491) 387 : cluster [DBG] pgmap v321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:08.056 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:07] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-04-20T03:43:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:07.687679+0000 mgr.y (mgr.24491) 388 : cluster [DBG] pgmap v322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:07.687679+0000 mgr.y (mgr.24491) 388 : cluster [DBG] pgmap v322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:07.687679+0000 mgr.y (mgr.24491) 388 : cluster [DBG] pgmap v322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:09.688476+0000 mgr.y (mgr.24491) 389 : cluster [DBG] pgmap v323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:09.688476+0000 mgr.y (mgr.24491) 389 : cluster [DBG] pgmap v323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:09.688476+0000 mgr.y (mgr.24491) 389 : cluster [DBG] pgmap v323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:43:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:11.688996+0000 mgr.y (mgr.24491) 390 : cluster [DBG] pgmap v324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:11.688996+0000 mgr.y (mgr.24491) 390 : cluster [DBG] pgmap v324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:11.688996+0000 mgr.y (mgr.24491) 390 : cluster [DBG] pgmap v324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:13.689429+0000 mgr.y (mgr.24491) 391 : cluster [DBG] pgmap v325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:13.913685+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.205583+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.205809+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.206360+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.206547+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.207046+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.207252+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.207799+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.208020+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.212405+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.215816+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.216699+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.217317+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:43:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:14.221418+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:43:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:13.689429+0000 mgr.y (mgr.24491) 391 : cluster [DBG] pgmap v325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:13.913685+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:43:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.205583+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.205809+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.206360+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.206547+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.207046+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.207252+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.207799+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.208020+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.212405+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.215816+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.216699+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.217317+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:14.221418+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:13.689429+0000 mgr.y (mgr.24491) 391 : cluster [DBG] pgmap v325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:13.913685+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.205583+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.205809+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.206360+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.206547+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.207046+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.207252+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.207799+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.208020+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T03:43:15.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.212405+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:43:15.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.215816+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:43:15.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.216699+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:43:15.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.217317+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:43:15.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:14.221418+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:43:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:43:14.208403+0000 mgr.y (mgr.24491) 392 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 2488M 2024-04-20T03:43:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T03:43:14.208564+0000 mgr.y (mgr.24491) 393 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2488M 2024-04-20T03:43:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:43:14.208403+0000 mgr.y (mgr.24491) 392 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 2488M 2024-04-20T03:43:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T03:43:14.208564+0000 mgr.y (mgr.24491) 393 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2488M 2024-04-20T03:43:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:43:14.208403+0000 mgr.y (mgr.24491) 392 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 2488M 2024-04-20T03:43:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T03:43:14.208564+0000 mgr.y (mgr.24491) 393 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2488M 2024-04-20T03:43:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:15.690109+0000 mgr.y (mgr.24491) 394 : cluster [DBG] pgmap v326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:15.690109+0000 mgr.y (mgr.24491) 394 : cluster [DBG] pgmap v326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:15.690109+0000 mgr.y (mgr.24491) 394 : cluster [DBG] pgmap v326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:17] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-04-20T03:43:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:17.690539+0000 mgr.y (mgr.24491) 395 : cluster [DBG] pgmap v327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:17.690539+0000 mgr.y (mgr.24491) 395 : cluster [DBG] pgmap v327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:17.690539+0000 mgr.y (mgr.24491) 395 : cluster [DBG] pgmap v327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:19.691122+0000 mgr.y (mgr.24491) 396 : cluster [DBG] pgmap v328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:19.691122+0000 mgr.y (mgr.24491) 396 : cluster [DBG] pgmap v328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:19.691122+0000 mgr.y (mgr.24491) 396 : cluster [DBG] pgmap v328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:43:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:21.691706+0000 mgr.y (mgr.24491) 397 : cluster [DBG] pgmap v329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:21.691706+0000 mgr.y (mgr.24491) 397 : cluster [DBG] pgmap v329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:21.691706+0000 mgr.y (mgr.24491) 397 : cluster [DBG] pgmap v329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:23.692154+0000 mgr.y (mgr.24491) 398 : cluster [DBG] pgmap v330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:23.692154+0000 mgr.y (mgr.24491) 398 : cluster [DBG] pgmap v330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:23.692154+0000 mgr.y (mgr.24491) 398 : cluster [DBG] pgmap v330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:25.693040+0000 mgr.y (mgr.24491) 399 : cluster [DBG] pgmap v331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:25.693040+0000 mgr.y (mgr.24491) 399 : cluster [DBG] pgmap v331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:25.693040+0000 mgr.y (mgr.24491) 399 : cluster [DBG] pgmap v331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:27.582 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:43:27.859 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:43:27.859 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9m) 9m ago 10m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9m) 9m ago 9m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11m) 9m ago 11m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11m) 9m ago 11m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (14m) 9m ago 14m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (16m) 9m ago 16m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (16m) 9m ago 16m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (14m) 9m ago 14m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (14m) 9m ago 14m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10m) 9m ago 10m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10m) 9m ago 10m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (14m) 9m ago 14m 41.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (13m) 9m ago 13m 41.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (13m) 9m ago 13m 37.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:43:27.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (13m) 9m ago 13m 37.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:43:27.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (12m) 9m ago 12m 39.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:43:27.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (12m) 9m ago 12m 39.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:43:27.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11m) 9m ago 11m 39.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:43:27.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11m) 9m ago 11m 39.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:43:27.861 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9m) 9m ago 10m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:43:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:27] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-04-20T03:43:28.195 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:43:28.195 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:43:28.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:43:28.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:43:28.195 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:43:28.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:43:28.196 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:43:28.196 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:43:28.196 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:43:28.196 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:43:28.196 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:43:28.196 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:43:28.196 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:43:28.196 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:43:28.196 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:43:28.196 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:43:28.196 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:43:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:27.570801+0000 mgr.y (mgr.24491) 400 : audit [DBG] from='client.25142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:43:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:27.693395+0000 mgr.y (mgr.24491) 401 : cluster [DBG] pgmap v332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:27.853237+0000 mgr.y (mgr.24491) 402 : audit [DBG] from='client.25148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:43:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:28.196763+0000 mon.c (mon.2) 50 : audit [DBG] from='client.? 172.21.15.177:0/187540866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:43:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:27.570801+0000 mgr.y (mgr.24491) 400 : audit [DBG] from='client.25142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:43:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:27.693395+0000 mgr.y (mgr.24491) 401 : cluster [DBG] pgmap v332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:27.853237+0000 mgr.y (mgr.24491) 402 : audit [DBG] from='client.25148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:43:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:28.196763+0000 mon.c (mon.2) 50 : audit [DBG] from='client.? 172.21.15.177:0/187540866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:43:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:27.570801+0000 mgr.y (mgr.24491) 400 : audit [DBG] from='client.25142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:43:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:27.693395+0000 mgr.y (mgr.24491) 401 : cluster [DBG] pgmap v332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:27.853237+0000 mgr.y (mgr.24491) 402 : audit [DBG] from='client.25148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:43:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:28.196763+0000 mon.c (mon.2) 50 : audit [DBG] from='client.? 172.21.15.177:0/187540866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:43:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:29.693978+0000 mgr.y (mgr.24491) 403 : cluster [DBG] pgmap v333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:29.693978+0000 mgr.y (mgr.24491) 403 : cluster [DBG] pgmap v333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:43:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:29.693978+0000 mgr.y (mgr.24491) 403 : cluster [DBG] pgmap v333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:31.694446+0000 mgr.y (mgr.24491) 404 : cluster [DBG] pgmap v334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:31.694446+0000 mgr.y (mgr.24491) 404 : cluster [DBG] pgmap v334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:31.694446+0000 mgr.y (mgr.24491) 404 : cluster [DBG] pgmap v334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:33.695010+0000 mgr.y (mgr.24491) 405 : cluster [DBG] pgmap v335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:33.695010+0000 mgr.y (mgr.24491) 405 : cluster [DBG] pgmap v335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:33.695010+0000 mgr.y (mgr.24491) 405 : cluster [DBG] pgmap v335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:35.695675+0000 mgr.y (mgr.24491) 406 : cluster [DBG] pgmap v336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:35.695675+0000 mgr.y (mgr.24491) 406 : cluster [DBG] pgmap v336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:35.695675+0000 mgr.y (mgr.24491) 406 : cluster [DBG] pgmap v336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:37] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:43:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:37.696149+0000 mgr.y (mgr.24491) 407 : cluster [DBG] pgmap v337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:37.696149+0000 mgr.y (mgr.24491) 407 : cluster [DBG] pgmap v337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:37.696149+0000 mgr.y (mgr.24491) 407 : cluster [DBG] pgmap v337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:39.696893+0000 mgr.y (mgr.24491) 408 : cluster [DBG] pgmap v338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:39.696893+0000 mgr.y (mgr.24491) 408 : cluster [DBG] pgmap v338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:39.696893+0000 mgr.y (mgr.24491) 408 : cluster [DBG] pgmap v338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:43:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:41.697335+0000 mgr.y (mgr.24491) 409 : cluster [DBG] pgmap v339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:41.697335+0000 mgr.y (mgr.24491) 409 : cluster [DBG] pgmap v339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:41.697335+0000 mgr.y (mgr.24491) 409 : cluster [DBG] pgmap v339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:43.697729+0000 mgr.y (mgr.24491) 410 : cluster [DBG] pgmap v340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:43.697729+0000 mgr.y (mgr.24491) 410 : cluster [DBG] pgmap v340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:43.697729+0000 mgr.y (mgr.24491) 410 : cluster [DBG] pgmap v340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:45.698499+0000 mgr.y (mgr.24491) 411 : cluster [DBG] pgmap v341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:45.698499+0000 mgr.y (mgr.24491) 411 : cluster [DBG] pgmap v341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:45.698499+0000 mgr.y (mgr.24491) 411 : cluster [DBG] pgmap v341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:47] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:43:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:47.698929+0000 mgr.y (mgr.24491) 412 : cluster [DBG] pgmap v342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:47.698929+0000 mgr.y (mgr.24491) 412 : cluster [DBG] pgmap v342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:47.698929+0000 mgr.y (mgr.24491) 412 : cluster [DBG] pgmap v342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:49.699554+0000 mgr.y (mgr.24491) 413 : cluster [DBG] pgmap v343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:49.699554+0000 mgr.y (mgr.24491) 413 : cluster [DBG] pgmap v343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:49.699554+0000 mgr.y (mgr.24491) 413 : cluster [DBG] pgmap v343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:43:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:51.700153+0000 mgr.y (mgr.24491) 414 : cluster [DBG] pgmap v344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:51.700153+0000 mgr.y (mgr.24491) 414 : cluster [DBG] pgmap v344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:51.700153+0000 mgr.y (mgr.24491) 414 : cluster [DBG] pgmap v344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:53.700653+0000 mgr.y (mgr.24491) 415 : cluster [DBG] pgmap v345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:53.700653+0000 mgr.y (mgr.24491) 415 : cluster [DBG] pgmap v345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:53.700653+0000 mgr.y (mgr.24491) 415 : cluster [DBG] pgmap v345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:55.701313+0000 mgr.y (mgr.24491) 416 : cluster [DBG] pgmap v346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:55.701313+0000 mgr.y (mgr.24491) 416 : cluster [DBG] pgmap v346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:55.701313+0000 mgr.y (mgr.24491) 416 : cluster [DBG] pgmap v346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:43:57] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:43:58.517 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:43:58.793 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:43:58.793 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9m) 9m ago 10m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10m) 9m ago 10m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11m) 9m ago 11m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11m) 9m ago 11m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (15m) 9m ago 15m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (16m) 9m ago 16m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (16m) 9m ago 16m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (15m) 9m ago 15m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (15m) 9m ago 15m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10m) 9m ago 10m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10m) 9m ago 10m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (14m) 9m ago 14m 41.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (14m) 9m ago 14m 41.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (13m) 9m ago 13m 37.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (13m) 9m ago 13m 37.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:43:58.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (13m) 9m ago 13m 39.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:43:58.795 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (12m) 9m ago 12m 39.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:43:58.795 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (12m) 9m ago 12m 39.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:43:58.795 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11m) 9m ago 11m 39.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:43:58.795 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9m) 9m ago 10m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:43:59.127 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:43:59.134 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:43:59.134 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:43:59.134 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:43:59.134 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:43:59.134 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:43:59.134 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:43:59.134 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:43:59.134 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:43:59.135 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:43:59.135 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:43:59.135 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:43:59.135 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:43:59.135 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:43:59.135 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:43:59.135 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:43:59.135 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:43:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:57.701841+0000 mgr.y (mgr.24491) 417 : cluster [DBG] pgmap v347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:57.701841+0000 mgr.y (mgr.24491) 417 : cluster [DBG] pgmap v347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:43:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:57.701841+0000 mgr.y (mgr.24491) 417 : cluster [DBG] pgmap v347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:58.506214+0000 mgr.y (mgr.24491) 418 : audit [DBG] from='client.25160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:58.787473+0000 mgr.y (mgr.24491) 419 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:43:59.128847+0000 mon.c (mon.2) 51 : audit [DBG] from='client.? 172.21.15.177:0/2563659438' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:44:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:58.506214+0000 mgr.y (mgr.24491) 418 : audit [DBG] from='client.25160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:58.787473+0000 mgr.y (mgr.24491) 419 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:43:59.128847+0000 mon.c (mon.2) 51 : audit [DBG] from='client.? 172.21.15.177:0/2563659438' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:44:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:58.506214+0000 mgr.y (mgr.24491) 418 : audit [DBG] from='client.25160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:58.787473+0000 mgr.y (mgr.24491) 419 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:43:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:43:59.128847+0000 mon.c (mon.2) 51 : audit [DBG] from='client.? 172.21.15.177:0/2563659438' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:44:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:43:59.702377+0000 mgr.y (mgr.24491) 420 : cluster [DBG] pgmap v348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:43:59.702377+0000 mgr.y (mgr.24491) 420 : cluster [DBG] pgmap v348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:43:59.702377+0000 mgr.y (mgr.24491) 420 : cluster [DBG] pgmap v348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:44:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:01.702825+0000 mgr.y (mgr.24491) 421 : cluster [DBG] pgmap v349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:01.702825+0000 mgr.y (mgr.24491) 421 : cluster [DBG] pgmap v349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:01.702825+0000 mgr.y (mgr.24491) 421 : cluster [DBG] pgmap v349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:03.703403+0000 mgr.y (mgr.24491) 422 : cluster [DBG] pgmap v350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:03.703403+0000 mgr.y (mgr.24491) 422 : cluster [DBG] pgmap v350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:03.703403+0000 mgr.y (mgr.24491) 422 : cluster [DBG] pgmap v350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:05.704225+0000 mgr.y (mgr.24491) 423 : cluster [DBG] pgmap v351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:05.704225+0000 mgr.y (mgr.24491) 423 : cluster [DBG] pgmap v351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:05.704225+0000 mgr.y (mgr.24491) 423 : cluster [DBG] pgmap v351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:07] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:44:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:07.704677+0000 mgr.y (mgr.24491) 424 : cluster [DBG] pgmap v352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:07.704677+0000 mgr.y (mgr.24491) 424 : cluster [DBG] pgmap v352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:07.704677+0000 mgr.y (mgr.24491) 424 : cluster [DBG] pgmap v352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:09.705400+0000 mgr.y (mgr.24491) 425 : cluster [DBG] pgmap v353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:09.705400+0000 mgr.y (mgr.24491) 425 : cluster [DBG] pgmap v353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:09.705400+0000 mgr.y (mgr.24491) 425 : cluster [DBG] pgmap v353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:44:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:11.705785+0000 mgr.y (mgr.24491) 426 : cluster [DBG] pgmap v354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:11.705785+0000 mgr.y (mgr.24491) 426 : cluster [DBG] pgmap v354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:11.705785+0000 mgr.y (mgr.24491) 426 : cluster [DBG] pgmap v354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:13.706325+0000 mgr.y (mgr.24491) 427 : cluster [DBG] pgmap v355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:44:14.225632+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:44:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:44:14.516946+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:44:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:44:14.517601+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:44:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:44:14.522817+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:44:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:13.706325+0000 mgr.y (mgr.24491) 427 : cluster [DBG] pgmap v355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:44:14.225632+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:44:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:44:14.516946+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:44:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:44:14.517601+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:44:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:44:14.522817+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:44:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:13.706325+0000 mgr.y (mgr.24491) 427 : cluster [DBG] pgmap v355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:44:14.225632+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:44:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:44:14.516946+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:44:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:44:14.517601+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:44:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:44:14.522817+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:44:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:15.707170+0000 mgr.y (mgr.24491) 428 : cluster [DBG] pgmap v356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:15.707170+0000 mgr.y (mgr.24491) 428 : cluster [DBG] pgmap v356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:15.707170+0000 mgr.y (mgr.24491) 428 : cluster [DBG] pgmap v356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:17] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-04-20T03:44:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:17.707497+0000 mgr.y (mgr.24491) 429 : cluster [DBG] pgmap v357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:17.707497+0000 mgr.y (mgr.24491) 429 : cluster [DBG] pgmap v357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:17.707497+0000 mgr.y (mgr.24491) 429 : cluster [DBG] pgmap v357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:19.708163+0000 mgr.y (mgr.24491) 430 : cluster [DBG] pgmap v358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:19.708163+0000 mgr.y (mgr.24491) 430 : cluster [DBG] pgmap v358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:19.708163+0000 mgr.y (mgr.24491) 430 : cluster [DBG] pgmap v358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:44:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:21.708698+0000 mgr.y (mgr.24491) 431 : cluster [DBG] pgmap v359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:21.708698+0000 mgr.y (mgr.24491) 431 : cluster [DBG] pgmap v359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:21.708698+0000 mgr.y (mgr.24491) 431 : cluster [DBG] pgmap v359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:23.709294+0000 mgr.y (mgr.24491) 432 : cluster [DBG] pgmap v360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:23.709294+0000 mgr.y (mgr.24491) 432 : cluster [DBG] pgmap v360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:23.709294+0000 mgr.y (mgr.24491) 432 : cluster [DBG] pgmap v360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:25.710061+0000 mgr.y (mgr.24491) 433 : cluster [DBG] pgmap v361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:25.710061+0000 mgr.y (mgr.24491) 433 : cluster [DBG] pgmap v361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:25.710061+0000 mgr.y (mgr.24491) 433 : cluster [DBG] pgmap v361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:27] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-04-20T03:44:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:27.710506+0000 mgr.y (mgr.24491) 434 : cluster [DBG] pgmap v362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:27.710506+0000 mgr.y (mgr.24491) 434 : cluster [DBG] pgmap v362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:27.710506+0000 mgr.y (mgr.24491) 434 : cluster [DBG] pgmap v362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:29.439 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:44:29.712 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:44:29.712 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10m) 10m ago 11m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:44:29.712 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10m) 10m ago 10m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:44:29.712 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (12m) 10m ago 12m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (12m) 10m ago 12m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (15m) 10m ago 15m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (17m) 10m ago 17m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (17m) 10m ago 17m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (16m) 10m ago 16m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (15m) 10m ago 15m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11m) 10m ago 11m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11m) 10m ago 11m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (15m) 10m ago 15m 41.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (14m) 10m ago 14m 41.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (14m) 10m ago 14m 37.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (14m) 10m ago 14m 37.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (13m) 10m ago 13m 39.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:44:29.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (13m) 10m ago 13m 39.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:44:29.714 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (12m) 10m ago 12m 39.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:44:29.714 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (12m) 10m ago 12m 39.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:44:29.714 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10m) 10m ago 11m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:44:30.046 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:44:30.085 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:44:30.085 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:44:30.086 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:44:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:44:29.428163+0000 mgr.y (mgr.24491) 435 : audit [DBG] from='client.25178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:44:29.705768+0000 mgr.y (mgr.24491) 436 : audit [DBG] from='client.25184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:29.711052+0000 mgr.y (mgr.24491) 437 : cluster [DBG] pgmap v363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:44:30.047769+0000 mon.c (mon.2) 52 : audit [DBG] from='client.? 172.21.15.177:0/2754785075' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:44:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:44:29.428163+0000 mgr.y (mgr.24491) 435 : audit [DBG] from='client.25178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:44:29.705768+0000 mgr.y (mgr.24491) 436 : audit [DBG] from='client.25184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:29.711052+0000 mgr.y (mgr.24491) 437 : cluster [DBG] pgmap v363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:44:30.047769+0000 mon.c (mon.2) 52 : audit [DBG] from='client.? 172.21.15.177:0/2754785075' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:44:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:44:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:44:29.428163+0000 mgr.y (mgr.24491) 435 : audit [DBG] from='client.25178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:44:29.705768+0000 mgr.y (mgr.24491) 436 : audit [DBG] from='client.25184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:44:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:29.711052+0000 mgr.y (mgr.24491) 437 : cluster [DBG] pgmap v363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:31.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:44:30.047769+0000 mon.c (mon.2) 52 : audit [DBG] from='client.? 172.21.15.177:0/2754785075' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:44:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:31.711508+0000 mgr.y (mgr.24491) 438 : cluster [DBG] pgmap v364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:31.711508+0000 mgr.y (mgr.24491) 438 : cluster [DBG] pgmap v364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:31.711508+0000 mgr.y (mgr.24491) 438 : cluster [DBG] pgmap v364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:33.711911+0000 mgr.y (mgr.24491) 439 : cluster [DBG] pgmap v365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:33.711911+0000 mgr.y (mgr.24491) 439 : cluster [DBG] pgmap v365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:33.711911+0000 mgr.y (mgr.24491) 439 : cluster [DBG] pgmap v365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:35.712585+0000 mgr.y (mgr.24491) 440 : cluster [DBG] pgmap v366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:35.712585+0000 mgr.y (mgr.24491) 440 : cluster [DBG] pgmap v366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:35.712585+0000 mgr.y (mgr.24491) 440 : cluster [DBG] pgmap v366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:37] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:44:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:37.713157+0000 mgr.y (mgr.24491) 441 : cluster [DBG] pgmap v367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:37.713157+0000 mgr.y (mgr.24491) 441 : cluster [DBG] pgmap v367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:37.713157+0000 mgr.y (mgr.24491) 441 : cluster [DBG] pgmap v367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:39.713873+0000 mgr.y (mgr.24491) 442 : cluster [DBG] pgmap v368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:39.713873+0000 mgr.y (mgr.24491) 442 : cluster [DBG] pgmap v368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:39.713873+0000 mgr.y (mgr.24491) 442 : cluster [DBG] pgmap v368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:44:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:41.714425+0000 mgr.y (mgr.24491) 443 : cluster [DBG] pgmap v369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:41.714425+0000 mgr.y (mgr.24491) 443 : cluster [DBG] pgmap v369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:41.714425+0000 mgr.y (mgr.24491) 443 : cluster [DBG] pgmap v369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:43.714853+0000 mgr.y (mgr.24491) 444 : cluster [DBG] pgmap v370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:43.714853+0000 mgr.y (mgr.24491) 444 : cluster [DBG] pgmap v370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:43.714853+0000 mgr.y (mgr.24491) 444 : cluster [DBG] pgmap v370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:45.715552+0000 mgr.y (mgr.24491) 445 : cluster [DBG] pgmap v371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:45.715552+0000 mgr.y (mgr.24491) 445 : cluster [DBG] pgmap v371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:45.715552+0000 mgr.y (mgr.24491) 445 : cluster [DBG] pgmap v371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:47] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:44:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:47.715952+0000 mgr.y (mgr.24491) 446 : cluster [DBG] pgmap v372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:47.715952+0000 mgr.y (mgr.24491) 446 : cluster [DBG] pgmap v372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:47.715952+0000 mgr.y (mgr.24491) 446 : cluster [DBG] pgmap v372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:49.716683+0000 mgr.y (mgr.24491) 447 : cluster [DBG] pgmap v373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:44:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:49.716683+0000 mgr.y (mgr.24491) 447 : cluster [DBG] pgmap v373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:49.716683+0000 mgr.y (mgr.24491) 447 : cluster [DBG] pgmap v373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:51.717285+0000 mgr.y (mgr.24491) 448 : cluster [DBG] pgmap v374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:51.717285+0000 mgr.y (mgr.24491) 448 : cluster [DBG] pgmap v374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:51.717285+0000 mgr.y (mgr.24491) 448 : cluster [DBG] pgmap v374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:53.717909+0000 mgr.y (mgr.24491) 449 : cluster [DBG] pgmap v375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:53.717909+0000 mgr.y (mgr.24491) 449 : cluster [DBG] pgmap v375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:53.717909+0000 mgr.y (mgr.24491) 449 : cluster [DBG] pgmap v375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:55.718808+0000 mgr.y (mgr.24491) 450 : cluster [DBG] pgmap v376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:55.718808+0000 mgr.y (mgr.24491) 450 : cluster [DBG] pgmap v376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:55.718808+0000 mgr.y (mgr.24491) 450 : cluster [DBG] pgmap v376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:44:57] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:44:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:44:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:57.719283+0000 mgr.y (mgr.24491) 451 : cluster [DBG] pgmap v377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:57.719283+0000 mgr.y (mgr.24491) 451 : cluster [DBG] pgmap v377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:44:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:57.719283+0000 mgr.y (mgr.24491) 451 : cluster [DBG] pgmap v377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:00.356 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:45:00.632 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:45:00.632 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10m) 10m ago 11m 17.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:45:00.632 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11m) 10m ago 11m 47.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:45:00.632 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (12m) 10m ago 12m 12.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:45:00.632 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (12m) 10m ago 12m 13.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:45:00.632 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (16m) 10m ago 16m 387M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:45:00.632 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (17m) 10m ago 17m 433M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:45:00.632 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (17m) 10m ago 17m 63.2M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:45:00.632 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (16m) 10m ago 16m 69.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (16m) 10m ago 16m 69.0M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11m) 10m ago 11m 11.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11m) 10m ago 11m 10.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (15m) 10m ago 15m 41.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (15m) 10m ago 15m 41.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (15m) 10m ago 15m 37.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (14m) 10m ago 14m 37.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (14m) 10m ago 14m 39.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (13m) 10m ago 13m 39.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (13m) 10m ago 13m 39.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (12m) 10m ago 12m 39.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:45:00.633 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10m) 10m ago 12m 37.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:45:00.969 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:45:01.069 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:45:01.070 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:45:01.070 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:45:01.070 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:45:01.070 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:45:01.070 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:45:01.070 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:45:01.070 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:45:01.070 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:45:01.071 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:45:01.071 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:45:01.071 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:45:01.071 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:45:01.071 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:45:01.071 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:45:01.071 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:45:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:44:59.719866+0000 mgr.y (mgr.24491) 452 : cluster [DBG] pgmap v378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:45:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:44:59.719866+0000 mgr.y (mgr.24491) 452 : cluster [DBG] pgmap v378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:44:59.719866+0000 mgr.y (mgr.24491) 452 : cluster [DBG] pgmap v378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:00.345593+0000 mgr.y (mgr.24491) 453 : audit [DBG] from='client.25196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:00.625805+0000 mgr.y (mgr.24491) 454 : audit [DBG] from='client.25202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:00.970389+0000 mon.a (mon.0) 853 : audit [DBG] from='client.? 172.21.15.177:0/1475474301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:45:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:00.345593+0000 mgr.y (mgr.24491) 453 : audit [DBG] from='client.25196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:00.625805+0000 mgr.y (mgr.24491) 454 : audit [DBG] from='client.25202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:00.970389+0000 mon.a (mon.0) 853 : audit [DBG] from='client.? 172.21.15.177:0/1475474301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:45:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:00.345593+0000 mgr.y (mgr.24491) 453 : audit [DBG] from='client.25196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:00.625805+0000 mgr.y (mgr.24491) 454 : audit [DBG] from='client.25202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:00.970389+0000 mon.a (mon.0) 853 : audit [DBG] from='client.? 172.21.15.177:0/1475474301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:45:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:01.720359+0000 mgr.y (mgr.24491) 455 : cluster [DBG] pgmap v379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:01.720359+0000 mgr.y (mgr.24491) 455 : cluster [DBG] pgmap v379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:01.720359+0000 mgr.y (mgr.24491) 455 : cluster [DBG] pgmap v379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:03.720928+0000 mgr.y (mgr.24491) 456 : cluster [DBG] pgmap v380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:03.720928+0000 mgr.y (mgr.24491) 456 : cluster [DBG] pgmap v380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:03.720928+0000 mgr.y (mgr.24491) 456 : cluster [DBG] pgmap v380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:05.721591+0000 mgr.y (mgr.24491) 457 : cluster [DBG] pgmap v381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:05.721591+0000 mgr.y (mgr.24491) 457 : cluster [DBG] pgmap v381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:05.721591+0000 mgr.y (mgr.24491) 457 : cluster [DBG] pgmap v381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:07] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:45:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:07.721915+0000 mgr.y (mgr.24491) 458 : cluster [DBG] pgmap v382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:07.721915+0000 mgr.y (mgr.24491) 458 : cluster [DBG] pgmap v382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:07.721915+0000 mgr.y (mgr.24491) 458 : cluster [DBG] pgmap v382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:09.722566+0000 mgr.y (mgr.24491) 459 : cluster [DBG] pgmap v383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:45:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:09.722566+0000 mgr.y (mgr.24491) 459 : cluster [DBG] pgmap v383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:09.722566+0000 mgr.y (mgr.24491) 459 : cluster [DBG] pgmap v383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:11.723128+0000 mgr.y (mgr.24491) 460 : cluster [DBG] pgmap v384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:11.723128+0000 mgr.y (mgr.24491) 460 : cluster [DBG] pgmap v384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:11.723128+0000 mgr.y (mgr.24491) 460 : cluster [DBG] pgmap v384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:13.723655+0000 mgr.y (mgr.24491) 461 : cluster [DBG] pgmap v385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:14.527009+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:45:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:13.723655+0000 mgr.y (mgr.24491) 461 : cluster [DBG] pgmap v385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:14.527009+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:45:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:13.723655+0000 mgr.y (mgr.24491) 461 : cluster [DBG] pgmap v385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:14.527009+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:45:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:15.724402+0000 mgr.y (mgr.24491) 462 : cluster [DBG] pgmap v386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:15.724402+0000 mgr.y (mgr.24491) 462 : cluster [DBG] pgmap v386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:15.724402+0000 mgr.y (mgr.24491) 462 : cluster [DBG] pgmap v386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:17] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:45:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:17.149001+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:45:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:17.724998+0000 mgr.y (mgr.24491) 463 : cluster [DBG] pgmap v387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:17.149001+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:45:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:17.724998+0000 mgr.y (mgr.24491) 463 : cluster [DBG] pgmap v387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:17.149001+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:45:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:17.724998+0000 mgr.y (mgr.24491) 463 : cluster [DBG] pgmap v387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:18.207208+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:45:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:18.490662+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:45:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:18.491493+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:45:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:18.496856+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:45:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:18.207208+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:45:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:18.490662+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:45:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:18.491493+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:45:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:18.496856+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:45:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:18.207208+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:45:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:18.490662+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:45:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:18.491493+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:45:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:18.496856+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:45:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:19.725801+0000 mgr.y (mgr.24491) 464 : cluster [DBG] pgmap v388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:19.725801+0000 mgr.y (mgr.24491) 464 : cluster [DBG] pgmap v388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:19.725801+0000 mgr.y (mgr.24491) 464 : cluster [DBG] pgmap v388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:45:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:21.726218+0000 mgr.y (mgr.24491) 465 : cluster [DBG] pgmap v389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:21.726218+0000 mgr.y (mgr.24491) 465 : cluster [DBG] pgmap v389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:21.726218+0000 mgr.y (mgr.24491) 465 : cluster [DBG] pgmap v389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:23.726742+0000 mgr.y (mgr.24491) 466 : cluster [DBG] pgmap v390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:23.726742+0000 mgr.y (mgr.24491) 466 : cluster [DBG] pgmap v390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:23.726742+0000 mgr.y (mgr.24491) 466 : cluster [DBG] pgmap v390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:25.727499+0000 mgr.y (mgr.24491) 467 : cluster [DBG] pgmap v391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:25.727499+0000 mgr.y (mgr.24491) 467 : cluster [DBG] pgmap v391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:25.727499+0000 mgr.y (mgr.24491) 467 : cluster [DBG] pgmap v391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:27] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:45:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:27.727900+0000 mgr.y (mgr.24491) 468 : cluster [DBG] pgmap v392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:27.727900+0000 mgr.y (mgr.24491) 468 : cluster [DBG] pgmap v392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:27.727900+0000 mgr.y (mgr.24491) 468 : cluster [DBG] pgmap v392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:29.728626+0000 mgr.y (mgr.24491) 469 : cluster [DBG] pgmap v393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:29.728626+0000 mgr.y (mgr.24491) 469 : cluster [DBG] pgmap v393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:29.728626+0000 mgr.y (mgr.24491) 469 : cluster [DBG] pgmap v393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:45:31.278 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:45:31.551 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:45:31.551 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11m) 14s ago 12m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:45:31.551 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11m) 13s ago 11m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:45:31.551 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (13m) 14s ago 13m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:45:31.551 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (13m) 13s ago 13m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (16m) 13s ago 16m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (18m) 14s ago 18m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (18m) 14s ago 18m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (17m) 13s ago 17m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (16m) 14s ago 16m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (12m) 14s ago 12m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (12m) 13s ago 12m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (16m) 14s ago 16m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (15m) 14s ago 15m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (15m) 14s ago 15m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (15m) 14s ago 15m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (14m) 13s ago 14m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (14m) 13s ago 14m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (13m) 13s ago 13m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:45:31.552 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (13m) 13s ago 13m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:45:31.553 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11m) 13s ago 12m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:45:31.886 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:45:31.886 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:45:31.886 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:45:31.886 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:45:31.886 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:45:31.886 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:45:31.886 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:45:31.886 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:45:31.886 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:45:31.886 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:45:31.887 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:45:31.887 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:45:31.887 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:45:31.887 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:45:31.887 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:45:31.887 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:45:31.887 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:45:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:31.267629+0000 mgr.y (mgr.24491) 470 : audit [DBG] from='client.15309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:31.545182+0000 mgr.y (mgr.24491) 471 : audit [DBG] from='client.15315 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:31.729004+0000 mgr.y (mgr.24491) 472 : cluster [DBG] pgmap v394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:45:31.887345+0000 mon.a (mon.0) 860 : audit [DBG] from='client.? 172.21.15.177:0/2446788917' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:45:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:31.267629+0000 mgr.y (mgr.24491) 470 : audit [DBG] from='client.15309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:31.545182+0000 mgr.y (mgr.24491) 471 : audit [DBG] from='client.15315 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:31.729004+0000 mgr.y (mgr.24491) 472 : cluster [DBG] pgmap v394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:45:31.887345+0000 mon.a (mon.0) 860 : audit [DBG] from='client.? 172.21.15.177:0/2446788917' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:45:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:31.267629+0000 mgr.y (mgr.24491) 470 : audit [DBG] from='client.15309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:31.545182+0000 mgr.y (mgr.24491) 471 : audit [DBG] from='client.15315 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:45:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:31.729004+0000 mgr.y (mgr.24491) 472 : cluster [DBG] pgmap v394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:45:31.887345+0000 mon.a (mon.0) 860 : audit [DBG] from='client.? 172.21.15.177:0/2446788917' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:45:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:33.729432+0000 mgr.y (mgr.24491) 473 : cluster [DBG] pgmap v395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:33.729432+0000 mgr.y (mgr.24491) 473 : cluster [DBG] pgmap v395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:33.729432+0000 mgr.y (mgr.24491) 473 : cluster [DBG] pgmap v395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:37.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:35.730051+0000 mgr.y (mgr.24491) 474 : cluster [DBG] pgmap v396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:37.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:35.730051+0000 mgr.y (mgr.24491) 474 : cluster [DBG] pgmap v396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:37.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:35.730051+0000 mgr.y (mgr.24491) 474 : cluster [DBG] pgmap v396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:37] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-04-20T03:45:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:37.730535+0000 mgr.y (mgr.24491) 475 : cluster [DBG] pgmap v397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:37.730535+0000 mgr.y (mgr.24491) 475 : cluster [DBG] pgmap v397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:37.730535+0000 mgr.y (mgr.24491) 475 : cluster [DBG] pgmap v397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:39.731207+0000 mgr.y (mgr.24491) 476 : cluster [DBG] pgmap v398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:39.731207+0000 mgr.y (mgr.24491) 476 : cluster [DBG] pgmap v398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:39.731207+0000 mgr.y (mgr.24491) 476 : cluster [DBG] pgmap v398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:45:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:41.731694+0000 mgr.y (mgr.24491) 477 : cluster [DBG] pgmap v399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:41.731694+0000 mgr.y (mgr.24491) 477 : cluster [DBG] pgmap v399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:41.731694+0000 mgr.y (mgr.24491) 477 : cluster [DBG] pgmap v399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:43.732140+0000 mgr.y (mgr.24491) 478 : cluster [DBG] pgmap v400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:43.732140+0000 mgr.y (mgr.24491) 478 : cluster [DBG] pgmap v400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:43.732140+0000 mgr.y (mgr.24491) 478 : cluster [DBG] pgmap v400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:45.732778+0000 mgr.y (mgr.24491) 479 : cluster [DBG] pgmap v401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:45.732778+0000 mgr.y (mgr.24491) 479 : cluster [DBG] pgmap v401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:45.732778+0000 mgr.y (mgr.24491) 479 : cluster [DBG] pgmap v401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:47] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:45:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:47.733127+0000 mgr.y (mgr.24491) 480 : cluster [DBG] pgmap v402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:47.733127+0000 mgr.y (mgr.24491) 480 : cluster [DBG] pgmap v402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:47.733127+0000 mgr.y (mgr.24491) 480 : cluster [DBG] pgmap v402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:49.733808+0000 mgr.y (mgr.24491) 481 : cluster [DBG] pgmap v403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:49.733808+0000 mgr.y (mgr.24491) 481 : cluster [DBG] pgmap v403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:49.733808+0000 mgr.y (mgr.24491) 481 : cluster [DBG] pgmap v403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:45:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:51.734348+0000 mgr.y (mgr.24491) 482 : cluster [DBG] pgmap v404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:51.734348+0000 mgr.y (mgr.24491) 482 : cluster [DBG] pgmap v404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:51.734348+0000 mgr.y (mgr.24491) 482 : cluster [DBG] pgmap v404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:53.734834+0000 mgr.y (mgr.24491) 483 : cluster [DBG] pgmap v405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:53.734834+0000 mgr.y (mgr.24491) 483 : cluster [DBG] pgmap v405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:53.734834+0000 mgr.y (mgr.24491) 483 : cluster [DBG] pgmap v405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:55.735461+0000 mgr.y (mgr.24491) 484 : cluster [DBG] pgmap v406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:55.735461+0000 mgr.y (mgr.24491) 484 : cluster [DBG] pgmap v406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:55.735461+0000 mgr.y (mgr.24491) 484 : cluster [DBG] pgmap v406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:45:57] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:45:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:57.735995+0000 mgr.y (mgr.24491) 485 : cluster [DBG] pgmap v407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:57.735995+0000 mgr.y (mgr.24491) 485 : cluster [DBG] pgmap v407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:45:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:45:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:57.735995+0000 mgr.y (mgr.24491) 485 : cluster [DBG] pgmap v407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:45:59.736811+0000 mgr.y (mgr.24491) 486 : cluster [DBG] pgmap v408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:45:59.736811+0000 mgr.y (mgr.24491) 486 : cluster [DBG] pgmap v408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:45:59.736811+0000 mgr.y (mgr.24491) 486 : cluster [DBG] pgmap v408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:46:02.198 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:46:02.478 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:46:02.478 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11m) 45s ago 12m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:46:02.478 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (12m) 44s ago 12m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:46:02.478 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (13m) 45s ago 13m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:46:02.478 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (13m) 44s ago 13m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (17m) 44s ago 17m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (18m) 45s ago 18m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (18m) 45s ago 18m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (17m) 44s ago 17m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (17m) 45s ago 17m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (12m) 45s ago 12m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (12m) 44s ago 12m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (16m) 45s ago 16m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (16m) 45s ago 16m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (16m) 45s ago 16m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (15m) 45s ago 15m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (15m) 44s ago 15m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (14m) 44s ago 14m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (14m) 44s ago 14m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (14m) 44s ago 14m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:46:02.479 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11m) 44s ago 13m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:46:02.826 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:46:02.827 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:46:02.828 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:46:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:01.737364+0000 mgr.y (mgr.24491) 487 : cluster [DBG] pgmap v409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:46:02.827824+0000 mon.c (mon.2) 53 : audit [DBG] from='client.? 172.21.15.177:0/854503834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:46:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:01.737364+0000 mgr.y (mgr.24491) 487 : cluster [DBG] pgmap v409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:46:02.827824+0000 mon.c (mon.2) 53 : audit [DBG] from='client.? 172.21.15.177:0/854503834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:46:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:01.737364+0000 mgr.y (mgr.24491) 487 : cluster [DBG] pgmap v409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:46:02.827824+0000 mon.c (mon.2) 53 : audit [DBG] from='client.? 172.21.15.177:0/854503834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:46:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:46:02.186399+0000 mgr.y (mgr.24491) 488 : audit [DBG] from='client.15327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:46:02.470922+0000 mgr.y (mgr.24491) 489 : audit [DBG] from='client.15333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:46:02.186399+0000 mgr.y (mgr.24491) 488 : audit [DBG] from='client.15327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:46:02.470922+0000 mgr.y (mgr.24491) 489 : audit [DBG] from='client.15333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:46:02.186399+0000 mgr.y (mgr.24491) 488 : audit [DBG] from='client.15327 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:46:02.470922+0000 mgr.y (mgr.24491) 489 : audit [DBG] from='client.15333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:03.737891+0000 mgr.y (mgr.24491) 490 : cluster [DBG] pgmap v410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:03.737891+0000 mgr.y (mgr.24491) 490 : cluster [DBG] pgmap v410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:03.737891+0000 mgr.y (mgr.24491) 490 : cluster [DBG] pgmap v410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:05.738745+0000 mgr.y (mgr.24491) 491 : cluster [DBG] pgmap v411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:05.738745+0000 mgr.y (mgr.24491) 491 : cluster [DBG] pgmap v411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:05.738745+0000 mgr.y (mgr.24491) 491 : cluster [DBG] pgmap v411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:07] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-04-20T03:46:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:07.739336+0000 mgr.y (mgr.24491) 492 : cluster [DBG] pgmap v412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:07.739336+0000 mgr.y (mgr.24491) 492 : cluster [DBG] pgmap v412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:07.739336+0000 mgr.y (mgr.24491) 492 : cluster [DBG] pgmap v412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:09.740100+0000 mgr.y (mgr.24491) 493 : cluster [DBG] pgmap v413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:09.740100+0000 mgr.y (mgr.24491) 493 : cluster [DBG] pgmap v413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:46:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:09.740100+0000 mgr.y (mgr.24491) 493 : cluster [DBG] pgmap v413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:11.740566+0000 mgr.y (mgr.24491) 494 : cluster [DBG] pgmap v414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:11.740566+0000 mgr.y (mgr.24491) 494 : cluster [DBG] pgmap v414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:11.740566+0000 mgr.y (mgr.24491) 494 : cluster [DBG] pgmap v414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:13.741153+0000 mgr.y (mgr.24491) 495 : cluster [DBG] pgmap v415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:13.741153+0000 mgr.y (mgr.24491) 495 : cluster [DBG] pgmap v415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:13.741153+0000 mgr.y (mgr.24491) 495 : cluster [DBG] pgmap v415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:15.741833+0000 mgr.y (mgr.24491) 496 : cluster [DBG] pgmap v416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:15.741833+0000 mgr.y (mgr.24491) 496 : cluster [DBG] pgmap v416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:15.741833+0000 mgr.y (mgr.24491) 496 : cluster [DBG] pgmap v416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:17] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:46:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:17.742278+0000 mgr.y (mgr.24491) 497 : cluster [DBG] pgmap v417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:46:18.502351+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:46:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:46:18.795134+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:46:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:46:18.795765+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:46:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:46:18.799941+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:46:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:17.742278+0000 mgr.y (mgr.24491) 497 : cluster [DBG] pgmap v417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:46:18.502351+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:46:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:46:18.795134+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:46:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:46:18.795765+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:46:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:46:18.799941+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:46:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:17.742278+0000 mgr.y (mgr.24491) 497 : cluster [DBG] pgmap v417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:46:18.502351+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:46:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:46:18.795134+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:46:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:46:18.795765+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:46:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:46:18.799941+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:46:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:19.743172+0000 mgr.y (mgr.24491) 498 : cluster [DBG] pgmap v418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:19.743172+0000 mgr.y (mgr.24491) 498 : cluster [DBG] pgmap v418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:19.743172+0000 mgr.y (mgr.24491) 498 : cluster [DBG] pgmap v418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:46:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:21.743638+0000 mgr.y (mgr.24491) 499 : cluster [DBG] pgmap v419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:21.743638+0000 mgr.y (mgr.24491) 499 : cluster [DBG] pgmap v419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:21.743638+0000 mgr.y (mgr.24491) 499 : cluster [DBG] pgmap v419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:23.744065+0000 mgr.y (mgr.24491) 500 : cluster [DBG] pgmap v420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:23.744065+0000 mgr.y (mgr.24491) 500 : cluster [DBG] pgmap v420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:23.744065+0000 mgr.y (mgr.24491) 500 : cluster [DBG] pgmap v420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:25.744796+0000 mgr.y (mgr.24491) 501 : cluster [DBG] pgmap v421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:25.744796+0000 mgr.y (mgr.24491) 501 : cluster [DBG] pgmap v421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:25.744796+0000 mgr.y (mgr.24491) 501 : cluster [DBG] pgmap v421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:27] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:46:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:27.745177+0000 mgr.y (mgr.24491) 502 : cluster [DBG] pgmap v422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:27.745177+0000 mgr.y (mgr.24491) 502 : cluster [DBG] pgmap v422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:27.745177+0000 mgr.y (mgr.24491) 502 : cluster [DBG] pgmap v422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:46:31.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:29.745879+0000 mgr.y (mgr.24491) 503 : cluster [DBG] pgmap v423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:29.745879+0000 mgr.y (mgr.24491) 503 : cluster [DBG] pgmap v423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:29.745879+0000 mgr.y (mgr.24491) 503 : cluster [DBG] pgmap v423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:33.141 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:46:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:31.746299+0000 mgr.y (mgr.24491) 504 : cluster [DBG] pgmap v424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:31.746299+0000 mgr.y (mgr.24491) 504 : cluster [DBG] pgmap v424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:31.746299+0000 mgr.y (mgr.24491) 504 : cluster [DBG] pgmap v424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:33.419 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (12m) 76s ago 13m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (12m) 75s ago 12m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (14m) 76s ago 14m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (14m) 75s ago 14m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (17m) 75s ago 17m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (19m) 76s ago 19m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (19m) 76s ago 19m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (18m) 75s ago 18m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (17m) 76s ago 17m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (13m) 76s ago 13m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (13m) 75s ago 13m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (17m) 76s ago 17m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (16m) 76s ago 16m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (16m) 76s ago 16m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:46:33.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (16m) 76s ago 16m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:46:33.421 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (15m) 75s ago 15m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:46:33.421 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (15m) 75s ago 15m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:46:33.421 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (14m) 75s ago 14m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:46:33.421 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (14m) 75s ago 14m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:46:33.421 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (12m) 75s ago 13m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:46:33.755 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:46:33.755 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:46:33.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:46:33.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:46:33.755 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:46:33.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:46:33.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:46:33.755 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:46:33.756 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:46:33.756 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:46:33.756 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:46:33.756 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:46:33.756 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:46:33.756 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:46:33.756 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:46:33.756 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:46:33.756 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:46:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:46:33.756476+0000 mon.c (mon.2) 54 : audit [DBG] from='client.? 172.21.15.177:0/1049943773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:46:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:46:33.756476+0000 mon.c (mon.2) 54 : audit [DBG] from='client.? 172.21.15.177:0/1049943773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:46:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:46:33.756476+0000 mon.c (mon.2) 54 : audit [DBG] from='client.? 172.21.15.177:0/1049943773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:46:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:46:33.130312+0000 mgr.y (mgr.24491) 505 : audit [DBG] from='client.25250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:46:33.413269+0000 mgr.y (mgr.24491) 506 : audit [DBG] from='client.15351 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:33.746642+0000 mgr.y (mgr.24491) 507 : cluster [DBG] pgmap v425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:46:33.130312+0000 mgr.y (mgr.24491) 505 : audit [DBG] from='client.25250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:46:33.413269+0000 mgr.y (mgr.24491) 506 : audit [DBG] from='client.15351 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:33.746642+0000 mgr.y (mgr.24491) 507 : cluster [DBG] pgmap v425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:46:33.130312+0000 mgr.y (mgr.24491) 505 : audit [DBG] from='client.25250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:46:33.413269+0000 mgr.y (mgr.24491) 506 : audit [DBG] from='client.15351 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:46:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:33.746642+0000 mgr.y (mgr.24491) 507 : cluster [DBG] pgmap v425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:35.747236+0000 mgr.y (mgr.24491) 508 : cluster [DBG] pgmap v426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:35.747236+0000 mgr.y (mgr.24491) 508 : cluster [DBG] pgmap v426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:35.747236+0000 mgr.y (mgr.24491) 508 : cluster [DBG] pgmap v426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:37] "GET /metrics HTTP/1.1" 200 188277 "" "Prometheus/2.33.4" 2024-04-20T03:46:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:37.747766+0000 mgr.y (mgr.24491) 509 : cluster [DBG] pgmap v427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:37.747766+0000 mgr.y (mgr.24491) 509 : cluster [DBG] pgmap v427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:37.747766+0000 mgr.y (mgr.24491) 509 : cluster [DBG] pgmap v427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:39.748440+0000 mgr.y (mgr.24491) 510 : cluster [DBG] pgmap v428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:46:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:39.748440+0000 mgr.y (mgr.24491) 510 : cluster [DBG] pgmap v428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:39.748440+0000 mgr.y (mgr.24491) 510 : cluster [DBG] pgmap v428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:41.748935+0000 mgr.y (mgr.24491) 511 : cluster [DBG] pgmap v429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:41.748935+0000 mgr.y (mgr.24491) 511 : cluster [DBG] pgmap v429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:41.748935+0000 mgr.y (mgr.24491) 511 : cluster [DBG] pgmap v429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:43.749373+0000 mgr.y (mgr.24491) 512 : cluster [DBG] pgmap v430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:43.749373+0000 mgr.y (mgr.24491) 512 : cluster [DBG] pgmap v430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:43.749373+0000 mgr.y (mgr.24491) 512 : cluster [DBG] pgmap v430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:45.750071+0000 mgr.y (mgr.24491) 513 : cluster [DBG] pgmap v431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:45.750071+0000 mgr.y (mgr.24491) 513 : cluster [DBG] pgmap v431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:45.750071+0000 mgr.y (mgr.24491) 513 : cluster [DBG] pgmap v431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:47] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:46:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:47.750621+0000 mgr.y (mgr.24491) 514 : cluster [DBG] pgmap v432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:47.750621+0000 mgr.y (mgr.24491) 514 : cluster [DBG] pgmap v432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:47.750621+0000 mgr.y (mgr.24491) 514 : cluster [DBG] pgmap v432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:46:51.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:49.751219+0000 mgr.y (mgr.24491) 515 : cluster [DBG] pgmap v433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:49.751219+0000 mgr.y (mgr.24491) 515 : cluster [DBG] pgmap v433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:49.751219+0000 mgr.y (mgr.24491) 515 : cluster [DBG] pgmap v433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:51.751687+0000 mgr.y (mgr.24491) 516 : cluster [DBG] pgmap v434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:51.751687+0000 mgr.y (mgr.24491) 516 : cluster [DBG] pgmap v434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:51.751687+0000 mgr.y (mgr.24491) 516 : cluster [DBG] pgmap v434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:53.752106+0000 mgr.y (mgr.24491) 517 : cluster [DBG] pgmap v435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:53.752106+0000 mgr.y (mgr.24491) 517 : cluster [DBG] pgmap v435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:53.752106+0000 mgr.y (mgr.24491) 517 : cluster [DBG] pgmap v435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:55.752917+0000 mgr.y (mgr.24491) 518 : cluster [DBG] pgmap v436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:55.752917+0000 mgr.y (mgr.24491) 518 : cluster [DBG] pgmap v436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:55.752917+0000 mgr.y (mgr.24491) 518 : cluster [DBG] pgmap v436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:46:57] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:46:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:46:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:57.753358+0000 mgr.y (mgr.24491) 519 : cluster [DBG] pgmap v437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:57.753358+0000 mgr.y (mgr.24491) 519 : cluster [DBG] pgmap v437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:46:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:57.753358+0000 mgr.y (mgr.24491) 519 : cluster [DBG] pgmap v437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:46:59.753999+0000 mgr.y (mgr.24491) 520 : cluster [DBG] pgmap v438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:47:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:46:59.753999+0000 mgr.y (mgr.24491) 520 : cluster [DBG] pgmap v438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:46:59.753999+0000 mgr.y (mgr.24491) 520 : cluster [DBG] pgmap v438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:01.754363+0000 mgr.y (mgr.24491) 521 : cluster [DBG] pgmap v439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:01.754363+0000 mgr.y (mgr.24491) 521 : cluster [DBG] pgmap v439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:01.754363+0000 mgr.y (mgr.24491) 521 : cluster [DBG] pgmap v439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:04.070 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:47:04.344 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:47:04.344 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (12m) 107s ago 13m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:47:04.344 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (13m) 106s ago 13m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:47:04.344 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (14m) 107s ago 14m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:47:04.344 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (14m) 106s ago 14m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:47:04.344 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (18m) 106s ago 18m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (19m) 107s ago 19m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (19m) 107s ago 20m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (18m) 106s ago 18m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (18m) 107s ago 18m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (14m) 107s ago 14m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (13m) 106s ago 13m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (17m) 107s ago 17m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (17m) 107s ago 17m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (17m) 107s ago 17m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (16m) 107s ago 16m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (16m) 106s ago 16m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (15m) 106s ago 15m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (15m) 106s ago 15m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (15m) 106s ago 15m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:47:04.345 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (12m) 106s ago 14m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:47:04.676 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:47:04.676 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:47:04.676 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:47:04.677 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:47:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:03.754984+0000 mgr.y (mgr.24491) 522 : cluster [DBG] pgmap v440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:47:04.055684+0000 mgr.y (mgr.24491) 523 : audit [DBG] from='client.25268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:47:04.677793+0000 mon.a (mon.0) 865 : audit [DBG] from='client.? 172.21.15.177:0/500579786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:47:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:03.754984+0000 mgr.y (mgr.24491) 522 : cluster [DBG] pgmap v440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:47:04.055684+0000 mgr.y (mgr.24491) 523 : audit [DBG] from='client.25268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:47:04.677793+0000 mon.a (mon.0) 865 : audit [DBG] from='client.? 172.21.15.177:0/500579786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:47:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:03.754984+0000 mgr.y (mgr.24491) 522 : cluster [DBG] pgmap v440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:47:04.055684+0000 mgr.y (mgr.24491) 523 : audit [DBG] from='client.25268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:47:04.677793+0000 mon.a (mon.0) 865 : audit [DBG] from='client.? 172.21.15.177:0/500579786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:47:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:47:04.338052+0000 mgr.y (mgr.24491) 524 : audit [DBG] from='client.25274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:47:04.338052+0000 mgr.y (mgr.24491) 524 : audit [DBG] from='client.25274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:47:04.338052+0000 mgr.y (mgr.24491) 524 : audit [DBG] from='client.25274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:05.755759+0000 mgr.y (mgr.24491) 525 : cluster [DBG] pgmap v441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:05.755759+0000 mgr.y (mgr.24491) 525 : cluster [DBG] pgmap v441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:05.755759+0000 mgr.y (mgr.24491) 525 : cluster [DBG] pgmap v441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:08.097 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:07] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-04-20T03:47:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:07.756161+0000 mgr.y (mgr.24491) 526 : cluster [DBG] pgmap v442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:07.756161+0000 mgr.y (mgr.24491) 526 : cluster [DBG] pgmap v442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:07.756161+0000 mgr.y (mgr.24491) 526 : cluster [DBG] pgmap v442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:09.756900+0000 mgr.y (mgr.24491) 527 : cluster [DBG] pgmap v443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:09.756900+0000 mgr.y (mgr.24491) 527 : cluster [DBG] pgmap v443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:09.756900+0000 mgr.y (mgr.24491) 527 : cluster [DBG] pgmap v443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:47:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:11.757337+0000 mgr.y (mgr.24491) 528 : cluster [DBG] pgmap v444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:11.757337+0000 mgr.y (mgr.24491) 528 : cluster [DBG] pgmap v444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:11.757337+0000 mgr.y (mgr.24491) 528 : cluster [DBG] pgmap v444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:13.757851+0000 mgr.y (mgr.24491) 529 : cluster [DBG] pgmap v445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:13.757851+0000 mgr.y (mgr.24491) 529 : cluster [DBG] pgmap v445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:13.757851+0000 mgr.y (mgr.24491) 529 : cluster [DBG] pgmap v445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:15.758628+0000 mgr.y (mgr.24491) 530 : cluster [DBG] pgmap v446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:17.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:15.758628+0000 mgr.y (mgr.24491) 530 : cluster [DBG] pgmap v446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:15.758628+0000 mgr.y (mgr.24491) 530 : cluster [DBG] pgmap v446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:17] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:47:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:17.759048+0000 mgr.y (mgr.24491) 531 : cluster [DBG] pgmap v447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:47:18.804772+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:47:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:17.759048+0000 mgr.y (mgr.24491) 531 : cluster [DBG] pgmap v447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:47:18.804772+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:47:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:17.759048+0000 mgr.y (mgr.24491) 531 : cluster [DBG] pgmap v447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:47:18.804772+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:47:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:47:19.097540+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:47:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:47:19.098183+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:47:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:47:19.102372+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:47:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:47:19.097540+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:47:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:47:19.098183+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:47:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:47:19.102372+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:47:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:47:19.097540+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:47:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:47:19.098183+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:47:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:47:19.102372+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:47:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:19.759719+0000 mgr.y (mgr.24491) 532 : cluster [DBG] pgmap v448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:19.759719+0000 mgr.y (mgr.24491) 532 : cluster [DBG] pgmap v448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:19.759719+0000 mgr.y (mgr.24491) 532 : cluster [DBG] pgmap v448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:47:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:21.760171+0000 mgr.y (mgr.24491) 533 : cluster [DBG] pgmap v449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:21.760171+0000 mgr.y (mgr.24491) 533 : cluster [DBG] pgmap v449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:21.760171+0000 mgr.y (mgr.24491) 533 : cluster [DBG] pgmap v449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:23.760688+0000 mgr.y (mgr.24491) 534 : cluster [DBG] pgmap v450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:23.760688+0000 mgr.y (mgr.24491) 534 : cluster [DBG] pgmap v450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:23.760688+0000 mgr.y (mgr.24491) 534 : cluster [DBG] pgmap v450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:25.761378+0000 mgr.y (mgr.24491) 535 : cluster [DBG] pgmap v451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:25.761378+0000 mgr.y (mgr.24491) 535 : cluster [DBG] pgmap v451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:25.761378+0000 mgr.y (mgr.24491) 535 : cluster [DBG] pgmap v451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:27] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:47:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:27.761823+0000 mgr.y (mgr.24491) 536 : cluster [DBG] pgmap v452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:27.761823+0000 mgr.y (mgr.24491) 536 : cluster [DBG] pgmap v452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:27.761823+0000 mgr.y (mgr.24491) 536 : cluster [DBG] pgmap v452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:29.762428+0000 mgr.y (mgr.24491) 537 : cluster [DBG] pgmap v453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:29.762428+0000 mgr.y (mgr.24491) 537 : cluster [DBG] pgmap v453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:29.762428+0000 mgr.y (mgr.24491) 537 : cluster [DBG] pgmap v453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:47:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:31.763032+0000 mgr.y (mgr.24491) 538 : cluster [DBG] pgmap v454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:31.763032+0000 mgr.y (mgr.24491) 538 : cluster [DBG] pgmap v454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:31.763032+0000 mgr.y (mgr.24491) 538 : cluster [DBG] pgmap v454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:34.992 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:47:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:33.763694+0000 mgr.y (mgr.24491) 539 : cluster [DBG] pgmap v455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:33.763694+0000 mgr.y (mgr.24491) 539 : cluster [DBG] pgmap v455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:33.763694+0000 mgr.y (mgr.24491) 539 : cluster [DBG] pgmap v455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (13m) 2m ago 14m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (14m) 2m ago 14m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (15m) 2m ago 15m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (15m) 2m ago 15m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (18m) 2m ago 18m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (20m) 2m ago 20m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (20m) 2m ago 20m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (19m) 2m ago 19m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (18m) 2m ago 18m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (14m) 2m ago 14m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (14m) 2m ago 14m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (18m) 2m ago 18m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (18m) 2m ago 18m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:47:35.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (17m) 2m ago 17m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:47:35.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (17m) 2m ago 17m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:47:35.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (16m) 2m ago 16m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:47:35.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (16m) 2m ago 16m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:47:35.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (15m) 2m ago 15m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:47:35.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (15m) 2m ago 15m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:47:35.270 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (13m) 2m ago 14m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:47:35.603 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:47:35.604 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:47:35.604 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:47:35.604 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:47:35.604 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:47:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:47:34.981149+0000 mgr.y (mgr.24491) 540 : audit [DBG] from='client.15381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:47:35.604348+0000 mon.c (mon.2) 55 : audit [DBG] from='client.? 172.21.15.177:0/2758036236' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:47:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:47:34.981149+0000 mgr.y (mgr.24491) 540 : audit [DBG] from='client.15381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:47:35.604348+0000 mon.c (mon.2) 55 : audit [DBG] from='client.? 172.21.15.177:0/2758036236' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:47:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:47:34.981149+0000 mgr.y (mgr.24491) 540 : audit [DBG] from='client.15381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:47:35.604348+0000 mon.c (mon.2) 55 : audit [DBG] from='client.? 172.21.15.177:0/2758036236' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:47:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:47:35.262730+0000 mgr.y (mgr.24491) 541 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:35.764541+0000 mgr.y (mgr.24491) 542 : cluster [DBG] pgmap v456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:47:35.262730+0000 mgr.y (mgr.24491) 541 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:35.764541+0000 mgr.y (mgr.24491) 542 : cluster [DBG] pgmap v456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:47:35.262730+0000 mgr.y (mgr.24491) 541 : audit [DBG] from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:47:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:35.764541+0000 mgr.y (mgr.24491) 542 : cluster [DBG] pgmap v456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:37] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-04-20T03:47:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:37.764978+0000 mgr.y (mgr.24491) 543 : cluster [DBG] pgmap v457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:37.764978+0000 mgr.y (mgr.24491) 543 : cluster [DBG] pgmap v457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:37.764978+0000 mgr.y (mgr.24491) 543 : cluster [DBG] pgmap v457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:39.765698+0000 mgr.y (mgr.24491) 544 : cluster [DBG] pgmap v458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:39.765698+0000 mgr.y (mgr.24491) 544 : cluster [DBG] pgmap v458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:39.765698+0000 mgr.y (mgr.24491) 544 : cluster [DBG] pgmap v458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:47:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:41.766177+0000 mgr.y (mgr.24491) 545 : cluster [DBG] pgmap v459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:41.766177+0000 mgr.y (mgr.24491) 545 : cluster [DBG] pgmap v459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:41.766177+0000 mgr.y (mgr.24491) 545 : cluster [DBG] pgmap v459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:43.766743+0000 mgr.y (mgr.24491) 546 : cluster [DBG] pgmap v460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:43.766743+0000 mgr.y (mgr.24491) 546 : cluster [DBG] pgmap v460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:43.766743+0000 mgr.y (mgr.24491) 546 : cluster [DBG] pgmap v460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:45.767479+0000 mgr.y (mgr.24491) 547 : cluster [DBG] pgmap v461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:45.767479+0000 mgr.y (mgr.24491) 547 : cluster [DBG] pgmap v461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:45.767479+0000 mgr.y (mgr.24491) 547 : cluster [DBG] pgmap v461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:47] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-04-20T03:47:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:47.768076+0000 mgr.y (mgr.24491) 548 : cluster [DBG] pgmap v462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:47.768076+0000 mgr.y (mgr.24491) 548 : cluster [DBG] pgmap v462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:47.768076+0000 mgr.y (mgr.24491) 548 : cluster [DBG] pgmap v462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:49.768923+0000 mgr.y (mgr.24491) 549 : cluster [DBG] pgmap v463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:49.768923+0000 mgr.y (mgr.24491) 549 : cluster [DBG] pgmap v463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:49.768923+0000 mgr.y (mgr.24491) 549 : cluster [DBG] pgmap v463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:47:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:51.769511+0000 mgr.y (mgr.24491) 550 : cluster [DBG] pgmap v464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:51.769511+0000 mgr.y (mgr.24491) 550 : cluster [DBG] pgmap v464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:51.769511+0000 mgr.y (mgr.24491) 550 : cluster [DBG] pgmap v464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:53.770017+0000 mgr.y (mgr.24491) 551 : cluster [DBG] pgmap v465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:53.770017+0000 mgr.y (mgr.24491) 551 : cluster [DBG] pgmap v465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:53.770017+0000 mgr.y (mgr.24491) 551 : cluster [DBG] pgmap v465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:55.770670+0000 mgr.y (mgr.24491) 552 : cluster [DBG] pgmap v466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:55.770670+0000 mgr.y (mgr.24491) 552 : cluster [DBG] pgmap v466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:55.770670+0000 mgr.y (mgr.24491) 552 : cluster [DBG] pgmap v466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:47:57] "GET /metrics HTTP/1.1" 200 188274 "" "Prometheus/2.33.4" 2024-04-20T03:47:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:57.771261+0000 mgr.y (mgr.24491) 553 : cluster [DBG] pgmap v467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:57.771261+0000 mgr.y (mgr.24491) 553 : cluster [DBG] pgmap v467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:47:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:47:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:57.771261+0000 mgr.y (mgr.24491) 553 : cluster [DBG] pgmap v467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:47:59.772159+0000 mgr.y (mgr.24491) 554 : cluster [DBG] pgmap v468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:47:59.772159+0000 mgr.y (mgr.24491) 554 : cluster [DBG] pgmap v468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:47:59.772159+0000 mgr.y (mgr.24491) 554 : cluster [DBG] pgmap v468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:48:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:01.772698+0000 mgr.y (mgr.24491) 555 : cluster [DBG] pgmap v469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:01.772698+0000 mgr.y (mgr.24491) 555 : cluster [DBG] pgmap v469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:01.772698+0000 mgr.y (mgr.24491) 555 : cluster [DBG] pgmap v469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:03.773245+0000 mgr.y (mgr.24491) 556 : cluster [DBG] pgmap v470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:03.773245+0000 mgr.y (mgr.24491) 556 : cluster [DBG] pgmap v470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:03.773245+0000 mgr.y (mgr.24491) 556 : cluster [DBG] pgmap v470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:05.915 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:48:06.190 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (13m) 2m ago 14m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (14m) 2m ago 14m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (15m) 2m ago 15m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (15m) 2m ago 15m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (19m) 2m ago 19m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (20m) 2m ago 20m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (20m) 2m ago 21m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (19m) 2m ago 19m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (19m) 2m ago 19m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (15m) 2m ago 15m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (14m) 2m ago 14m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (18m) 2m ago 18m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (18m) 2m ago 18m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (18m) 2m ago 18m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:48:06.191 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (17m) 2m ago 17m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:48:06.192 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (17m) 2m ago 17m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:48:06.192 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (16m) 2m ago 16m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:48:06.192 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (16m) 2m ago 16m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:48:06.192 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (16m) 2m ago 16m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:48:06.192 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (13m) 2m ago 15m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:48:06.523 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:48:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:48:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:48:06.525 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:48:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:05.773826+0000 mgr.y (mgr.24491) 557 : cluster [DBG] pgmap v471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:48:05.904047+0000 mgr.y (mgr.24491) 558 : audit [DBG] from='client.25304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:48:06.525006+0000 mon.c (mon.2) 56 : audit [DBG] from='client.? 172.21.15.177:0/2849323909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:48:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:05.773826+0000 mgr.y (mgr.24491) 557 : cluster [DBG] pgmap v471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:48:05.904047+0000 mgr.y (mgr.24491) 558 : audit [DBG] from='client.25304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:48:06.525006+0000 mon.c (mon.2) 56 : audit [DBG] from='client.? 172.21.15.177:0/2849323909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:48:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:05.773826+0000 mgr.y (mgr.24491) 557 : cluster [DBG] pgmap v471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:48:05.904047+0000 mgr.y (mgr.24491) 558 : audit [DBG] from='client.25304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:48:06.525006+0000 mon.c (mon.2) 56 : audit [DBG] from='client.? 172.21.15.177:0/2849323909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:48:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:07] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:48:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:48:06.184345+0000 mgr.y (mgr.24491) 559 : audit [DBG] from='client.25310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:48:06.184345+0000 mgr.y (mgr.24491) 559 : audit [DBG] from='client.25310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:48:06.184345+0000 mgr.y (mgr.24491) 559 : audit [DBG] from='client.25310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:07.774241+0000 mgr.y (mgr.24491) 560 : cluster [DBG] pgmap v472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:07.774241+0000 mgr.y (mgr.24491) 560 : cluster [DBG] pgmap v472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:07.774241+0000 mgr.y (mgr.24491) 560 : cluster [DBG] pgmap v472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:09.774986+0000 mgr.y (mgr.24491) 561 : cluster [DBG] pgmap v473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:48:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:09.774986+0000 mgr.y (mgr.24491) 561 : cluster [DBG] pgmap v473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:09.774986+0000 mgr.y (mgr.24491) 561 : cluster [DBG] pgmap v473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:11.775470+0000 mgr.y (mgr.24491) 562 : cluster [DBG] pgmap v474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:11.775470+0000 mgr.y (mgr.24491) 562 : cluster [DBG] pgmap v474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:11.775470+0000 mgr.y (mgr.24491) 562 : cluster [DBG] pgmap v474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:13.776044+0000 mgr.y (mgr.24491) 563 : cluster [DBG] pgmap v475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:13.776044+0000 mgr.y (mgr.24491) 563 : cluster [DBG] pgmap v475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:13.776044+0000 mgr.y (mgr.24491) 563 : cluster [DBG] pgmap v475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:15.776897+0000 mgr.y (mgr.24491) 564 : cluster [DBG] pgmap v476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:15.776897+0000 mgr.y (mgr.24491) 564 : cluster [DBG] pgmap v476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:15.776897+0000 mgr.y (mgr.24491) 564 : cluster [DBG] pgmap v476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:17] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-04-20T03:48:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:17.777433+0000 mgr.y (mgr.24491) 565 : cluster [DBG] pgmap v477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:17.777433+0000 mgr.y (mgr.24491) 565 : cluster [DBG] pgmap v477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:17.777433+0000 mgr.y (mgr.24491) 565 : cluster [DBG] pgmap v477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:48:19.106630+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:48:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:48:19.350759+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:48:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:48:19.632274+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:48:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:48:19.632897+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:48:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:48:19.640152+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:48:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:48:19.106630+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:48:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:48:19.350759+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:48:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:48:19.632274+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:48:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:48:19.632897+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:48:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:48:19.640152+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:48:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:48:19.106630+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:48:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:48:19.350759+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:48:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:48:19.632274+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:48:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:48:19.632897+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:48:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:48:19.640152+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:48:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:19.778030+0000 mgr.y (mgr.24491) 566 : cluster [DBG] pgmap v478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:48:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:19.778030+0000 mgr.y (mgr.24491) 566 : cluster [DBG] pgmap v478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:19.778030+0000 mgr.y (mgr.24491) 566 : cluster [DBG] pgmap v478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:21.778592+0000 mgr.y (mgr.24491) 567 : cluster [DBG] pgmap v479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:21.778592+0000 mgr.y (mgr.24491) 567 : cluster [DBG] pgmap v479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:21.778592+0000 mgr.y (mgr.24491) 567 : cluster [DBG] pgmap v479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:23.779038+0000 mgr.y (mgr.24491) 568 : cluster [DBG] pgmap v480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:23.779038+0000 mgr.y (mgr.24491) 568 : cluster [DBG] pgmap v480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:23.779038+0000 mgr.y (mgr.24491) 568 : cluster [DBG] pgmap v480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:25.779766+0000 mgr.y (mgr.24491) 569 : cluster [DBG] pgmap v481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:25.779766+0000 mgr.y (mgr.24491) 569 : cluster [DBG] pgmap v481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:25.779766+0000 mgr.y (mgr.24491) 569 : cluster [DBG] pgmap v481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:27] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-04-20T03:48:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:27.780271+0000 mgr.y (mgr.24491) 570 : cluster [DBG] pgmap v482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:27.780271+0000 mgr.y (mgr.24491) 570 : cluster [DBG] pgmap v482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:27.780271+0000 mgr.y (mgr.24491) 570 : cluster [DBG] pgmap v482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:29.781159+0000 mgr.y (mgr.24491) 571 : cluster [DBG] pgmap v483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:48:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:29.781159+0000 mgr.y (mgr.24491) 571 : cluster [DBG] pgmap v483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:29.781159+0000 mgr.y (mgr.24491) 571 : cluster [DBG] pgmap v483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:31.781726+0000 mgr.y (mgr.24491) 572 : cluster [DBG] pgmap v484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:31.781726+0000 mgr.y (mgr.24491) 572 : cluster [DBG] pgmap v484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:31.781726+0000 mgr.y (mgr.24491) 572 : cluster [DBG] pgmap v484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:33.782211+0000 mgr.y (mgr.24491) 573 : cluster [DBG] pgmap v485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:33.782211+0000 mgr.y (mgr.24491) 573 : cluster [DBG] pgmap v485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:33.782211+0000 mgr.y (mgr.24491) 573 : cluster [DBG] pgmap v485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:35.999 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Apr 20 03:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-grafana-a[61206]: t=2024-04-20T03:48:35+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2024-04-20T03:48:36.831 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:48:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:48:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (14m) 3m ago 15m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:48:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (15m) 3m ago 15m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:48:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (16m) 3m ago 16m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:48:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (16m) 3m ago 16m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:48:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (19m) 3m ago 19m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:48:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (21m) 3m ago 21m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:48:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (21m) 3m ago 21m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:48:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (20m) 3m ago 20m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (20m) 3m ago 20m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (15m) 3m ago 15m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (15m) 3m ago 15m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (19m) 3m ago 19m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (19m) 3m ago 19m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (18m) 3m ago 18m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (18m) 3m ago 18m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (17m) 3m ago 17m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (17m) 3m ago 17m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (17m) 3m ago 17m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (16m) 3m ago 16m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:48:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (14m) 3m ago 15m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:48:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:35.782929+0000 mgr.y (mgr.24491) 574 : cluster [DBG] pgmap v486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:35.782929+0000 mgr.y (mgr.24491) 574 : cluster [DBG] pgmap v486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:35.782929+0000 mgr.y (mgr.24491) 574 : cluster [DBG] pgmap v486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:48:37.441 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:48:37.442 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:48:37.442 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:48:37.442 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:48:37.442 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:48:37.442 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:48:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:37] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-04-20T03:48:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:48:36.820667+0000 mgr.y (mgr.24491) 575 : audit [DBG] from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:48:37.442076+0000 mon.c (mon.2) 57 : audit [DBG] from='client.? 172.21.15.177:0/2074003306' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:48:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:48:36.820667+0000 mgr.y (mgr.24491) 575 : audit [DBG] from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:48:37.442076+0000 mon.c (mon.2) 57 : audit [DBG] from='client.? 172.21.15.177:0/2074003306' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:48:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:48:36.820667+0000 mgr.y (mgr.24491) 575 : audit [DBG] from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:48:37.442076+0000 mon.c (mon.2) 57 : audit [DBG] from='client.? 172.21.15.177:0/2074003306' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:48:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:48:37.100649+0000 mgr.y (mgr.24491) 576 : audit [DBG] from='client.25328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:37.783323+0000 mgr.y (mgr.24491) 577 : cluster [DBG] pgmap v487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:48:37.100649+0000 mgr.y (mgr.24491) 576 : audit [DBG] from='client.25328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:37.783323+0000 mgr.y (mgr.24491) 577 : cluster [DBG] pgmap v487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:48:37.100649+0000 mgr.y (mgr.24491) 576 : audit [DBG] from='client.25328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:48:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:37.783323+0000 mgr.y (mgr.24491) 577 : cluster [DBG] pgmap v487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:39.783917+0000 mgr.y (mgr.24491) 578 : cluster [DBG] pgmap v488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:48:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:39.783917+0000 mgr.y (mgr.24491) 578 : cluster [DBG] pgmap v488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:39.783917+0000 mgr.y (mgr.24491) 578 : cluster [DBG] pgmap v488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:41.784245+0000 mgr.y (mgr.24491) 579 : cluster [DBG] pgmap v489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:41.784245+0000 mgr.y (mgr.24491) 579 : cluster [DBG] pgmap v489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:41.784245+0000 mgr.y (mgr.24491) 579 : cluster [DBG] pgmap v489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:43.784594+0000 mgr.y (mgr.24491) 580 : cluster [DBG] pgmap v490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:43.784594+0000 mgr.y (mgr.24491) 580 : cluster [DBG] pgmap v490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:43.784594+0000 mgr.y (mgr.24491) 580 : cluster [DBG] pgmap v490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:45.785313+0000 mgr.y (mgr.24491) 581 : cluster [DBG] pgmap v491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:45.785313+0000 mgr.y (mgr.24491) 581 : cluster [DBG] pgmap v491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:45.785313+0000 mgr.y (mgr.24491) 581 : cluster [DBG] pgmap v491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:47] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:48:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:47.785857+0000 mgr.y (mgr.24491) 582 : cluster [DBG] pgmap v492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:47.785857+0000 mgr.y (mgr.24491) 582 : cluster [DBG] pgmap v492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:47.785857+0000 mgr.y (mgr.24491) 582 : cluster [DBG] pgmap v492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:49.786478+0000 mgr.y (mgr.24491) 583 : cluster [DBG] pgmap v493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:48:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:49.786478+0000 mgr.y (mgr.24491) 583 : cluster [DBG] pgmap v493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:49.786478+0000 mgr.y (mgr.24491) 583 : cluster [DBG] pgmap v493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:51.787013+0000 mgr.y (mgr.24491) 584 : cluster [DBG] pgmap v494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:51.787013+0000 mgr.y (mgr.24491) 584 : cluster [DBG] pgmap v494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:53.808 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:51.787013+0000 mgr.y (mgr.24491) 584 : cluster [DBG] pgmap v494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:53.787499+0000 mgr.y (mgr.24491) 585 : cluster [DBG] pgmap v495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:53.787499+0000 mgr.y (mgr.24491) 585 : cluster [DBG] pgmap v495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:53.787499+0000 mgr.y (mgr.24491) 585 : cluster [DBG] pgmap v495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:55.788272+0000 mgr.y (mgr.24491) 586 : cluster [DBG] pgmap v496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:55.788272+0000 mgr.y (mgr.24491) 586 : cluster [DBG] pgmap v496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:55.788272+0000 mgr.y (mgr.24491) 586 : cluster [DBG] pgmap v496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:48:57] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:48:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:48:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:57.788726+0000 mgr.y (mgr.24491) 587 : cluster [DBG] pgmap v497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:57.788726+0000 mgr.y (mgr.24491) 587 : cluster [DBG] pgmap v497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:48:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:57.788726+0000 mgr.y (mgr.24491) 587 : cluster [DBG] pgmap v497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:48:59.789344+0000 mgr.y (mgr.24491) 588 : cluster [DBG] pgmap v498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:48:59.789344+0000 mgr.y (mgr.24491) 588 : cluster [DBG] pgmap v498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:48:59.789344+0000 mgr.y (mgr.24491) 588 : cluster [DBG] pgmap v498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:49:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:01.789846+0000 mgr.y (mgr.24491) 589 : cluster [DBG] pgmap v499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:01.789846+0000 mgr.y (mgr.24491) 589 : cluster [DBG] pgmap v499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:01.789846+0000 mgr.y (mgr.24491) 589 : cluster [DBG] pgmap v499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:03.790226+0000 mgr.y (mgr.24491) 590 : cluster [DBG] pgmap v500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:03.790226+0000 mgr.y (mgr.24491) 590 : cluster [DBG] pgmap v500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:03.790226+0000 mgr.y (mgr.24491) 590 : cluster [DBG] pgmap v500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:05.791083+0000 mgr.y (mgr.24491) 591 : cluster [DBG] pgmap v501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:05.791083+0000 mgr.y (mgr.24491) 591 : cluster [DBG] pgmap v501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:05.791083+0000 mgr.y (mgr.24491) 591 : cluster [DBG] pgmap v501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:07.754 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:49:08.031 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:49:08.031 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (14m) 3m ago 15m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:49:08.031 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (15m) 3m ago 15m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:49:08.031 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (16m) 3m ago 16m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:49:08.031 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (16m) 3m ago 16m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:49:08.031 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (20m) 3m ago 20m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:49:08.031 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (21m) 3m ago 21m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:49:08.031 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (22m) 3m ago 22m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:49:08.031 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (20m) 3m ago 20m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:49:08.031 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (20m) 3m ago 20m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:49:08.032 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (16m) 3m ago 16m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:49:08.032 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (16m) 3m ago 16m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:49:08.032 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (19m) 3m ago 19m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:49:08.032 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (19m) 3m ago 19m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:49:08.032 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (19m) 3m ago 19m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:49:08.032 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (18m) 3m ago 18m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:49:08.032 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (18m) 3m ago 18m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:49:08.032 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (17m) 3m ago 17m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:49:08.032 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (17m) 3m ago 17m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:49:08.032 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (17m) 3m ago 17m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:49:08.032 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (14m) 3m ago 16m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:49:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:07] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-04-20T03:49:08.365 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:49:08.365 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:49:08.365 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:49:08.366 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:49:08.367 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:49:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:49:07.743467+0000 mgr.y (mgr.24491) 592 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:07.791489+0000 mgr.y (mgr.24491) 593 : cluster [DBG] pgmap v502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:49:08.024565+0000 mgr.y (mgr.24491) 594 : audit [DBG] from='client.25346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:49:08.366772+0000 mon.c (mon.2) 58 : audit [DBG] from='client.? 172.21.15.177:0/357261265' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:49:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:49:07.743467+0000 mgr.y (mgr.24491) 592 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:07.791489+0000 mgr.y (mgr.24491) 593 : cluster [DBG] pgmap v502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:49:08.024565+0000 mgr.y (mgr.24491) 594 : audit [DBG] from='client.25346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:49:08.366772+0000 mon.c (mon.2) 58 : audit [DBG] from='client.? 172.21.15.177:0/357261265' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:49:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:49:07.743467+0000 mgr.y (mgr.24491) 592 : audit [DBG] from='client.15435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:07.791489+0000 mgr.y (mgr.24491) 593 : cluster [DBG] pgmap v502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:49:08.024565+0000 mgr.y (mgr.24491) 594 : audit [DBG] from='client.25346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:49:08.366772+0000 mon.c (mon.2) 58 : audit [DBG] from='client.? 172.21.15.177:0/357261265' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:49:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:09.792335+0000 mgr.y (mgr.24491) 595 : cluster [DBG] pgmap v503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:09.792335+0000 mgr.y (mgr.24491) 595 : cluster [DBG] pgmap v503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:09.792335+0000 mgr.y (mgr.24491) 595 : cluster [DBG] pgmap v503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:49:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:11.792756+0000 mgr.y (mgr.24491) 596 : cluster [DBG] pgmap v504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:11.792756+0000 mgr.y (mgr.24491) 596 : cluster [DBG] pgmap v504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:11.792756+0000 mgr.y (mgr.24491) 596 : cluster [DBG] pgmap v504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:13.793158+0000 mgr.y (mgr.24491) 597 : cluster [DBG] pgmap v505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:13.793158+0000 mgr.y (mgr.24491) 597 : cluster [DBG] pgmap v505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:13.793158+0000 mgr.y (mgr.24491) 597 : cluster [DBG] pgmap v505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:15.793771+0000 mgr.y (mgr.24491) 598 : cluster [DBG] pgmap v506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:15.793771+0000 mgr.y (mgr.24491) 598 : cluster [DBG] pgmap v506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:15.793771+0000 mgr.y (mgr.24491) 598 : cluster [DBG] pgmap v506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:17] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-04-20T03:49:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:17.794182+0000 mgr.y (mgr.24491) 599 : cluster [DBG] pgmap v507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:17.794182+0000 mgr.y (mgr.24491) 599 : cluster [DBG] pgmap v507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:17.794182+0000 mgr.y (mgr.24491) 599 : cluster [DBG] pgmap v507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:49:19.644283+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:49:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:49:19.644283+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:49:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:49:19.644283+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:49:20.889 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:19.794738+0000 mgr.y (mgr.24491) 600 : cluster [DBG] pgmap v508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:20.889 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:49:19.888827+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:49:20.889 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:49:20.164732+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:49:20.889 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:49:20.165346+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:49:20.889 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:49:20.169549+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:49:20.889 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:19.794738+0000 mgr.y (mgr.24491) 600 : cluster [DBG] pgmap v508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:20.889 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:49:19.888827+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:49:20.890 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:49:20.164732+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:49:20.890 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:49:20.165346+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:49:20.890 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:49:20.169549+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:49:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:49:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:19.794738+0000 mgr.y (mgr.24491) 600 : cluster [DBG] pgmap v508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:49:19.888827+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:49:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:49:20.164732+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:49:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:49:20.165346+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:49:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:49:20.169549+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:49:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:21.795107+0000 mgr.y (mgr.24491) 601 : cluster [DBG] pgmap v509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:21.795107+0000 mgr.y (mgr.24491) 601 : cluster [DBG] pgmap v509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:21.795107+0000 mgr.y (mgr.24491) 601 : cluster [DBG] pgmap v509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:23.795633+0000 mgr.y (mgr.24491) 602 : cluster [DBG] pgmap v510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:23.795633+0000 mgr.y (mgr.24491) 602 : cluster [DBG] pgmap v510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:23.795633+0000 mgr.y (mgr.24491) 602 : cluster [DBG] pgmap v510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:25.796422+0000 mgr.y (mgr.24491) 603 : cluster [DBG] pgmap v511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:25.796422+0000 mgr.y (mgr.24491) 603 : cluster [DBG] pgmap v511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:25.796422+0000 mgr.y (mgr.24491) 603 : cluster [DBG] pgmap v511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:27] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-04-20T03:49:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:27.797021+0000 mgr.y (mgr.24491) 604 : cluster [DBG] pgmap v512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:27.797021+0000 mgr.y (mgr.24491) 604 : cluster [DBG] pgmap v512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:27.797021+0000 mgr.y (mgr.24491) 604 : cluster [DBG] pgmap v512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:31.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:29.797751+0000 mgr.y (mgr.24491) 605 : cluster [DBG] pgmap v513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:49:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:29.797751+0000 mgr.y (mgr.24491) 605 : cluster [DBG] pgmap v513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:29.797751+0000 mgr.y (mgr.24491) 605 : cluster [DBG] pgmap v513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:31.798293+0000 mgr.y (mgr.24491) 606 : cluster [DBG] pgmap v514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:31.798293+0000 mgr.y (mgr.24491) 606 : cluster [DBG] pgmap v514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:31.798293+0000 mgr.y (mgr.24491) 606 : cluster [DBG] pgmap v514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:33.798875+0000 mgr.y (mgr.24491) 607 : cluster [DBG] pgmap v515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:33.798875+0000 mgr.y (mgr.24491) 607 : cluster [DBG] pgmap v515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:33.798875+0000 mgr.y (mgr.24491) 607 : cluster [DBG] pgmap v515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:35.799632+0000 mgr.y (mgr.24491) 608 : cluster [DBG] pgmap v516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:35.799632+0000 mgr.y (mgr.24491) 608 : cluster [DBG] pgmap v516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:35.799632+0000 mgr.y (mgr.24491) 608 : cluster [DBG] pgmap v516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:37] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-04-20T03:49:38.679 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:49:38.960 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (15m) 4m ago 16m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (16m) 4m ago 16m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (17m) 4m ago 17m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (17m) 4m ago 17m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (20m) 4m ago 20m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (22m) 4m ago 22m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (22m) 4m ago 22m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (21m) 4m ago 21m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (21m) 4m ago 21m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (16m) 4m ago 16m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (16m) 4m ago 16m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (20m) 4m ago 20m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:49:38.961 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (20m) 4m ago 20m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:49:38.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (19m) 4m ago 19m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:49:38.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (19m) 4m ago 19m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:49:38.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (18m) 4m ago 18m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:49:38.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (18m) 4m ago 18m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:49:38.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (18m) 4m ago 18m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:49:38.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (17m) 4m ago 17m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:49:38.962 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (15m) 4m ago 16m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:49:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:37.800179+0000 mgr.y (mgr.24491) 609 : cluster [DBG] pgmap v517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:39.295 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:49:39.295 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:49:39.295 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:49:39.296 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:49:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:37.800179+0000 mgr.y (mgr.24491) 609 : cluster [DBG] pgmap v517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:37.800179+0000 mgr.y (mgr.24491) 609 : cluster [DBG] pgmap v517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:49:38.668605+0000 mgr.y (mgr.24491) 610 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:49:38.954172+0000 mgr.y (mgr.24491) 611 : audit [DBG] from='client.25364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:49:39.296791+0000 mon.a (mon.0) 880 : audit [DBG] from='client.? 172.21.15.177:0/2167438124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:49:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:49:38.668605+0000 mgr.y (mgr.24491) 610 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:49:38.954172+0000 mgr.y (mgr.24491) 611 : audit [DBG] from='client.25364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:49:39.296791+0000 mon.a (mon.0) 880 : audit [DBG] from='client.? 172.21.15.177:0/2167438124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:49:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:49:38.668605+0000 mgr.y (mgr.24491) 610 : audit [DBG] from='client.15453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:49:38.954172+0000 mgr.y (mgr.24491) 611 : audit [DBG] from='client.25364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:49:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:49:39.296791+0000 mon.a (mon.0) 880 : audit [DBG] from='client.? 172.21.15.177:0/2167438124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:49:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:39.800737+0000 mgr.y (mgr.24491) 612 : cluster [DBG] pgmap v518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:49:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:39.800737+0000 mgr.y (mgr.24491) 612 : cluster [DBG] pgmap v518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:39.800737+0000 mgr.y (mgr.24491) 612 : cluster [DBG] pgmap v518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:41.801153+0000 mgr.y (mgr.24491) 613 : cluster [DBG] pgmap v519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:41.801153+0000 mgr.y (mgr.24491) 613 : cluster [DBG] pgmap v519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:41.801153+0000 mgr.y (mgr.24491) 613 : cluster [DBG] pgmap v519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:43.801476+0000 mgr.y (mgr.24491) 614 : cluster [DBG] pgmap v520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:43.801476+0000 mgr.y (mgr.24491) 614 : cluster [DBG] pgmap v520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:43.801476+0000 mgr.y (mgr.24491) 614 : cluster [DBG] pgmap v520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:45.802253+0000 mgr.y (mgr.24491) 615 : cluster [DBG] pgmap v521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:45.802253+0000 mgr.y (mgr.24491) 615 : cluster [DBG] pgmap v521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:45.802253+0000 mgr.y (mgr.24491) 615 : cluster [DBG] pgmap v521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:47] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:49:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:47.802639+0000 mgr.y (mgr.24491) 616 : cluster [DBG] pgmap v522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:47.802639+0000 mgr.y (mgr.24491) 616 : cluster [DBG] pgmap v522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:47.802639+0000 mgr.y (mgr.24491) 616 : cluster [DBG] pgmap v522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:49.803200+0000 mgr.y (mgr.24491) 617 : cluster [DBG] pgmap v523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:49:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:49.803200+0000 mgr.y (mgr.24491) 617 : cluster [DBG] pgmap v523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:49.803200+0000 mgr.y (mgr.24491) 617 : cluster [DBG] pgmap v523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:51.803801+0000 mgr.y (mgr.24491) 618 : cluster [DBG] pgmap v524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:51.803801+0000 mgr.y (mgr.24491) 618 : cluster [DBG] pgmap v524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:51.803801+0000 mgr.y (mgr.24491) 618 : cluster [DBG] pgmap v524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:53.804189+0000 mgr.y (mgr.24491) 619 : cluster [DBG] pgmap v525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:53.804189+0000 mgr.y (mgr.24491) 619 : cluster [DBG] pgmap v525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:53.804189+0000 mgr.y (mgr.24491) 619 : cluster [DBG] pgmap v525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:55.804933+0000 mgr.y (mgr.24491) 620 : cluster [DBG] pgmap v526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:55.804933+0000 mgr.y (mgr.24491) 620 : cluster [DBG] pgmap v526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:55.804933+0000 mgr.y (mgr.24491) 620 : cluster [DBG] pgmap v526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:49:57] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:49:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:49:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:57.805427+0000 mgr.y (mgr.24491) 621 : cluster [DBG] pgmap v527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:57.805427+0000 mgr.y (mgr.24491) 621 : cluster [DBG] pgmap v527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:49:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:57.805427+0000 mgr.y (mgr.24491) 621 : cluster [DBG] pgmap v527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:49:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:50:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:50:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:49:59.806194+0000 mgr.y (mgr.24491) 622 : cluster [DBG] pgmap v528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:00.000145+0000 mon.a (mon.0) 881 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:50:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:49:59.806194+0000 mgr.y (mgr.24491) 622 : cluster [DBG] pgmap v528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:00.000145+0000 mon.a (mon.0) 881 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:50:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:49:59.806194+0000 mgr.y (mgr.24491) 622 : cluster [DBG] pgmap v528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:00.000145+0000 mon.a (mon.0) 881 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T03:50:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:01.806672+0000 mgr.y (mgr.24491) 623 : cluster [DBG] pgmap v529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:01.806672+0000 mgr.y (mgr.24491) 623 : cluster [DBG] pgmap v529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:01.806672+0000 mgr.y (mgr.24491) 623 : cluster [DBG] pgmap v529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:03.807087+0000 mgr.y (mgr.24491) 624 : cluster [DBG] pgmap v530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:03.807087+0000 mgr.y (mgr.24491) 624 : cluster [DBG] pgmap v530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:03.807087+0000 mgr.y (mgr.24491) 624 : cluster [DBG] pgmap v530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:05.807752+0000 mgr.y (mgr.24491) 625 : cluster [DBG] pgmap v531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:07.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:05.807752+0000 mgr.y (mgr.24491) 625 : cluster [DBG] pgmap v531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:07.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:05.807752+0000 mgr.y (mgr.24491) 625 : cluster [DBG] pgmap v531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:07] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-04-20T03:50:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:07.808273+0000 mgr.y (mgr.24491) 626 : cluster [DBG] pgmap v532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:07.808273+0000 mgr.y (mgr.24491) 626 : cluster [DBG] pgmap v532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:07.808273+0000 mgr.y (mgr.24491) 626 : cluster [DBG] pgmap v532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:09.608 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:50:09.883 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:50:09.883 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (15m) 4m ago 16m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:50:09.883 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (16m) 4m ago 16m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:50:09.883 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (17m) 4m ago 17m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:50:09.883 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (17m) 4m ago 17m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (21m) 4m ago 21m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (23m) 4m ago 23m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (23m) 4m ago 23m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (21m) 4m ago 21m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (21m) 4m ago 21m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (17m) 4m ago 17m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (17m) 4m ago 17m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (20m) 4m ago 20m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (20m) 4m ago 20m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (20m) 4m ago 20m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (19m) 4m ago 19m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:50:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (19m) 4m ago 19m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:50:09.885 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (18m) 4m ago 18m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:50:09.885 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (18m) 4m ago 18m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:50:09.885 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (18m) 4m ago 18m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:50:09.885 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (15m) 4m ago 17m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:50:10.221 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:50:10.222 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:50:10.222 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:50:10.222 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:50:10.222 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:50:10.222 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:50:10.222 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:50:10.222 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:50:10.222 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:50:10.222 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:50:10.222 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:50:10.223 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:50:10.223 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:50:10.223 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:50:10.223 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:50:10.223 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:50:10.223 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:50:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:50:09.597102+0000 mgr.y (mgr.24491) 627 : audit [DBG] from='client.25376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:09.808927+0000 mgr.y (mgr.24491) 628 : cluster [DBG] pgmap v533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:50:09.876550+0000 mgr.y (mgr.24491) 629 : audit [DBG] from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:50:10.222978+0000 mon.a (mon.0) 882 : audit [DBG] from='client.? 172.21.15.177:0/2523513332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:50:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:50:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:50:09.597102+0000 mgr.y (mgr.24491) 627 : audit [DBG] from='client.25376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:09.808927+0000 mgr.y (mgr.24491) 628 : cluster [DBG] pgmap v533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:50:09.876550+0000 mgr.y (mgr.24491) 629 : audit [DBG] from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:50:10.222978+0000 mon.a (mon.0) 882 : audit [DBG] from='client.? 172.21.15.177:0/2523513332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:50:11.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:50:09.597102+0000 mgr.y (mgr.24491) 627 : audit [DBG] from='client.25376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:11.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:09.808927+0000 mgr.y (mgr.24491) 628 : cluster [DBG] pgmap v533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:11.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:50:09.876550+0000 mgr.y (mgr.24491) 629 : audit [DBG] from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:11.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:50:10.222978+0000 mon.a (mon.0) 882 : audit [DBG] from='client.? 172.21.15.177:0/2523513332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:50:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:11.809527+0000 mgr.y (mgr.24491) 630 : cluster [DBG] pgmap v534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:11.809527+0000 mgr.y (mgr.24491) 630 : cluster [DBG] pgmap v534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:11.809527+0000 mgr.y (mgr.24491) 630 : cluster [DBG] pgmap v534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:13.809959+0000 mgr.y (mgr.24491) 631 : cluster [DBG] pgmap v535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:13.809959+0000 mgr.y (mgr.24491) 631 : cluster [DBG] pgmap v535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:13.809959+0000 mgr.y (mgr.24491) 631 : cluster [DBG] pgmap v535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:15.810754+0000 mgr.y (mgr.24491) 632 : cluster [DBG] pgmap v536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:15.810754+0000 mgr.y (mgr.24491) 632 : cluster [DBG] pgmap v536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:15.810754+0000 mgr.y (mgr.24491) 632 : cluster [DBG] pgmap v536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:17] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:50:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:17.811227+0000 mgr.y (mgr.24491) 633 : cluster [DBG] pgmap v537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:17.811227+0000 mgr.y (mgr.24491) 633 : cluster [DBG] pgmap v537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:17.811227+0000 mgr.y (mgr.24491) 633 : cluster [DBG] pgmap v537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:50:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:19.811895+0000 mgr.y (mgr.24491) 634 : cluster [DBG] pgmap v538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:50:20.173977+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:50:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:50:20.468174+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:50:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:50:20.468856+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:50:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:50:20.473346+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:50:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:19.811895+0000 mgr.y (mgr.24491) 634 : cluster [DBG] pgmap v538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:50:20.173977+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:50:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:50:20.468174+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:50:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:50:20.468856+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:50:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:50:20.473346+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:50:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:19.811895+0000 mgr.y (mgr.24491) 634 : cluster [DBG] pgmap v538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:50:20.173977+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:50:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:50:20.468174+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:50:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:50:20.468856+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:50:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:50:20.473346+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:50:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:21.812522+0000 mgr.y (mgr.24491) 635 : cluster [DBG] pgmap v539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:21.812522+0000 mgr.y (mgr.24491) 635 : cluster [DBG] pgmap v539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:21.812522+0000 mgr.y (mgr.24491) 635 : cluster [DBG] pgmap v539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:23.812980+0000 mgr.y (mgr.24491) 636 : cluster [DBG] pgmap v540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:23.812980+0000 mgr.y (mgr.24491) 636 : cluster [DBG] pgmap v540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:23.812980+0000 mgr.y (mgr.24491) 636 : cluster [DBG] pgmap v540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:25.813624+0000 mgr.y (mgr.24491) 637 : cluster [DBG] pgmap v541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:25.813624+0000 mgr.y (mgr.24491) 637 : cluster [DBG] pgmap v541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:25.813624+0000 mgr.y (mgr.24491) 637 : cluster [DBG] pgmap v541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:27] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:50:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:27.814074+0000 mgr.y (mgr.24491) 638 : cluster [DBG] pgmap v542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:27.814074+0000 mgr.y (mgr.24491) 638 : cluster [DBG] pgmap v542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:27.814074+0000 mgr.y (mgr.24491) 638 : cluster [DBG] pgmap v542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:29.814765+0000 mgr.y (mgr.24491) 639 : cluster [DBG] pgmap v543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:29.814765+0000 mgr.y (mgr.24491) 639 : cluster [DBG] pgmap v543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:29.814765+0000 mgr.y (mgr.24491) 639 : cluster [DBG] pgmap v543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:50:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:31.815355+0000 mgr.y (mgr.24491) 640 : cluster [DBG] pgmap v544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:31.815355+0000 mgr.y (mgr.24491) 640 : cluster [DBG] pgmap v544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:31.815355+0000 mgr.y (mgr.24491) 640 : cluster [DBG] pgmap v544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:33.815911+0000 mgr.y (mgr.24491) 641 : cluster [DBG] pgmap v545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:33.815911+0000 mgr.y (mgr.24491) 641 : cluster [DBG] pgmap v545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:33.815911+0000 mgr.y (mgr.24491) 641 : cluster [DBG] pgmap v545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:35.816735+0000 mgr.y (mgr.24491) 642 : cluster [DBG] pgmap v546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:35.816735+0000 mgr.y (mgr.24491) 642 : cluster [DBG] pgmap v546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:35.816735+0000 mgr.y (mgr.24491) 642 : cluster [DBG] pgmap v546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:37] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:50:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:37.817183+0000 mgr.y (mgr.24491) 643 : cluster [DBG] pgmap v547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:37.817183+0000 mgr.y (mgr.24491) 643 : cluster [DBG] pgmap v547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:37.817183+0000 mgr.y (mgr.24491) 643 : cluster [DBG] pgmap v547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:40.532 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:50:40.805 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:50:40.805 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (16m) 5m ago 17m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:50:40.805 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (17m) 5m ago 17m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:50:40.805 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (18m) 5m ago 18m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:50:40.805 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (18m) 5m ago 18m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:50:40.805 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (21m) 5m ago 21m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:50:40.805 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (23m) 5m ago 23m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:50:40.805 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (23m) 5m ago 23m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (22m) 5m ago 22m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (22m) 5m ago 22m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (17m) 5m ago 17m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (17m) 5m ago 17m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (21m) 5m ago 21m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (21m) 5m ago 21m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (20m) 5m ago 20m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (20m) 5m ago 20m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (19m) 5m ago 19m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (19m) 5m ago 19m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (19m) 5m ago 19m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (18m) 5m ago 18m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:50:40.806 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (16m) 5m ago 17m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:50:41.141 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:50:41.141 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:50:41.141 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:50:41.141 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:50:41.142 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:50:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:39.817750+0000 mgr.y (mgr.24491) 644 : cluster [DBG] pgmap v548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:39.817750+0000 mgr.y (mgr.24491) 644 : cluster [DBG] pgmap v548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:39.817750+0000 mgr.y (mgr.24491) 644 : cluster [DBG] pgmap v548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:50:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:50:40.521635+0000 mgr.y (mgr.24491) 645 : audit [DBG] from='client.15489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:50:40.798666+0000 mgr.y (mgr.24491) 646 : audit [DBG] from='client.15495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:50:41.142522+0000 mon.a (mon.0) 887 : audit [DBG] from='client.? 172.21.15.177:0/3308833168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:50:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:50:40.521635+0000 mgr.y (mgr.24491) 645 : audit [DBG] from='client.15489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:50:40.798666+0000 mgr.y (mgr.24491) 646 : audit [DBG] from='client.15495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:50:41.142522+0000 mon.a (mon.0) 887 : audit [DBG] from='client.? 172.21.15.177:0/3308833168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:50:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:50:40.521635+0000 mgr.y (mgr.24491) 645 : audit [DBG] from='client.15489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:50:40.798666+0000 mgr.y (mgr.24491) 646 : audit [DBG] from='client.15495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:50:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:50:41.142522+0000 mon.a (mon.0) 887 : audit [DBG] from='client.? 172.21.15.177:0/3308833168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:50:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:41.818268+0000 mgr.y (mgr.24491) 647 : cluster [DBG] pgmap v549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:41.818268+0000 mgr.y (mgr.24491) 647 : cluster [DBG] pgmap v549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:41.818268+0000 mgr.y (mgr.24491) 647 : cluster [DBG] pgmap v549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:43.818698+0000 mgr.y (mgr.24491) 648 : cluster [DBG] pgmap v550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:43.818698+0000 mgr.y (mgr.24491) 648 : cluster [DBG] pgmap v550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:43.818698+0000 mgr.y (mgr.24491) 648 : cluster [DBG] pgmap v550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:45.819560+0000 mgr.y (mgr.24491) 649 : cluster [DBG] pgmap v551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:45.819560+0000 mgr.y (mgr.24491) 649 : cluster [DBG] pgmap v551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:45.819560+0000 mgr.y (mgr.24491) 649 : cluster [DBG] pgmap v551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:47] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-04-20T03:50:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:47.820069+0000 mgr.y (mgr.24491) 650 : cluster [DBG] pgmap v552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:47.820069+0000 mgr.y (mgr.24491) 650 : cluster [DBG] pgmap v552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:47.820069+0000 mgr.y (mgr.24491) 650 : cluster [DBG] pgmap v552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:49.820687+0000 mgr.y (mgr.24491) 651 : cluster [DBG] pgmap v553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:49.820687+0000 mgr.y (mgr.24491) 651 : cluster [DBG] pgmap v553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:49.820687+0000 mgr.y (mgr.24491) 651 : cluster [DBG] pgmap v553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:50:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:51.821107+0000 mgr.y (mgr.24491) 652 : cluster [DBG] pgmap v554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:51.821107+0000 mgr.y (mgr.24491) 652 : cluster [DBG] pgmap v554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:51.821107+0000 mgr.y (mgr.24491) 652 : cluster [DBG] pgmap v554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:53.821542+0000 mgr.y (mgr.24491) 653 : cluster [DBG] pgmap v555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:53.821542+0000 mgr.y (mgr.24491) 653 : cluster [DBG] pgmap v555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:53.821542+0000 mgr.y (mgr.24491) 653 : cluster [DBG] pgmap v555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:55.822317+0000 mgr.y (mgr.24491) 654 : cluster [DBG] pgmap v556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:55.822317+0000 mgr.y (mgr.24491) 654 : cluster [DBG] pgmap v556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:55.822317+0000 mgr.y (mgr.24491) 654 : cluster [DBG] pgmap v556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:50:57] "GET /metrics HTTP/1.1" 200 188278 "" "Prometheus/2.33.4" 2024-04-20T03:50:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:57.822659+0000 mgr.y (mgr.24491) 655 : cluster [DBG] pgmap v557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:57.822659+0000 mgr.y (mgr.24491) 655 : cluster [DBG] pgmap v557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:50:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:50:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:57.822659+0000 mgr.y (mgr.24491) 655 : cluster [DBG] pgmap v557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:50:59.823500+0000 mgr.y (mgr.24491) 656 : cluster [DBG] pgmap v558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:50:59.823500+0000 mgr.y (mgr.24491) 656 : cluster [DBG] pgmap v558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:50:59.823500+0000 mgr.y (mgr.24491) 656 : cluster [DBG] pgmap v558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:51:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:01.823907+0000 mgr.y (mgr.24491) 657 : cluster [DBG] pgmap v559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:01.823907+0000 mgr.y (mgr.24491) 657 : cluster [DBG] pgmap v559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:01.823907+0000 mgr.y (mgr.24491) 657 : cluster [DBG] pgmap v559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:03.824349+0000 mgr.y (mgr.24491) 658 : cluster [DBG] pgmap v560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:03.824349+0000 mgr.y (mgr.24491) 658 : cluster [DBG] pgmap v560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:03.824349+0000 mgr.y (mgr.24491) 658 : cluster [DBG] pgmap v560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:05.824970+0000 mgr.y (mgr.24491) 659 : cluster [DBG] pgmap v561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:05.824970+0000 mgr.y (mgr.24491) 659 : cluster [DBG] pgmap v561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:05.824970+0000 mgr.y (mgr.24491) 659 : cluster [DBG] pgmap v561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:07] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:51:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:07.825408+0000 mgr.y (mgr.24491) 660 : cluster [DBG] pgmap v562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:07.825408+0000 mgr.y (mgr.24491) 660 : cluster [DBG] pgmap v562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:07.825408+0000 mgr.y (mgr.24491) 660 : cluster [DBG] pgmap v562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:09.826031+0000 mgr.y (mgr.24491) 661 : cluster [DBG] pgmap v563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:09.826031+0000 mgr.y (mgr.24491) 661 : cluster [DBG] pgmap v563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:09.826031+0000 mgr.y (mgr.24491) 661 : cluster [DBG] pgmap v563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:51:11.450 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:51:11.726 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:51:11.726 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (16m) 5m ago 17m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:51:11.726 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (17m) 5m ago 17m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:51:11.726 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (18m) 5m ago 18m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (18m) 5m ago 18m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (22m) 5m ago 22m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (24m) 5m ago 24m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (24m) 5m ago 24m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (22m) 5m ago 22m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (22m) 5m ago 22m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (18m) 5m ago 18m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (18m) 5m ago 18m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (22m) 5m ago 21m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (21m) 5m ago 21m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (21m) 5m ago 21m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (20m) 5m ago 20m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (20m) 5m ago 20m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (20m) 5m ago 20m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (19m) 5m ago 19m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:51:11.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (19m) 5m ago 19m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:51:11.728 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (16m) 5m ago 18m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:51:12.057 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:51:12.057 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:51:12.057 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:51:12.058 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:51:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:51:11.439657+0000 mgr.y (mgr.24491) 662 : audit [DBG] from='client.25412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:51:11.719990+0000 mgr.y (mgr.24491) 663 : audit [DBG] from='client.25418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:11.826343+0000 mgr.y (mgr.24491) 664 : cluster [DBG] pgmap v564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:51:12.058739+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.177:0/549337391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:51:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:51:11.439657+0000 mgr.y (mgr.24491) 662 : audit [DBG] from='client.25412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:51:11.719990+0000 mgr.y (mgr.24491) 663 : audit [DBG] from='client.25418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:11.826343+0000 mgr.y (mgr.24491) 664 : cluster [DBG] pgmap v564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:51:12.058739+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.177:0/549337391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:51:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:51:11.439657+0000 mgr.y (mgr.24491) 662 : audit [DBG] from='client.25412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:51:11.719990+0000 mgr.y (mgr.24491) 663 : audit [DBG] from='client.25418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:11.826343+0000 mgr.y (mgr.24491) 664 : cluster [DBG] pgmap v564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:51:12.058739+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.177:0/549337391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:51:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:13.826675+0000 mgr.y (mgr.24491) 665 : cluster [DBG] pgmap v565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:13.826675+0000 mgr.y (mgr.24491) 665 : cluster [DBG] pgmap v565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:13.826675+0000 mgr.y (mgr.24491) 665 : cluster [DBG] pgmap v565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:15.827485+0000 mgr.y (mgr.24491) 666 : cluster [DBG] pgmap v566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:15.827485+0000 mgr.y (mgr.24491) 666 : cluster [DBG] pgmap v566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:15.827485+0000 mgr.y (mgr.24491) 666 : cluster [DBG] pgmap v566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:17] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:51:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:17.828047+0000 mgr.y (mgr.24491) 667 : cluster [DBG] pgmap v567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:17.828047+0000 mgr.y (mgr.24491) 667 : cluster [DBG] pgmap v567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:17.828047+0000 mgr.y (mgr.24491) 667 : cluster [DBG] pgmap v567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:51:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:19.828726+0000 mgr.y (mgr.24491) 668 : cluster [DBG] pgmap v568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:51:20.477576+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:51:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:51:20.771006+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:51:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:51:20.771668+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:51:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:51:20.775928+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:51:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:19.828726+0000 mgr.y (mgr.24491) 668 : cluster [DBG] pgmap v568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:51:20.477576+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:51:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:51:20.771006+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:51:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:51:20.771668+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:51:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:51:20.775928+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:51:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:19.828726+0000 mgr.y (mgr.24491) 668 : cluster [DBG] pgmap v568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:51:20.477576+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:51:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:51:20.771006+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:51:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:51:20.771668+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:51:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:51:20.775928+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:51:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:21.829304+0000 mgr.y (mgr.24491) 669 : cluster [DBG] pgmap v569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:21.829304+0000 mgr.y (mgr.24491) 669 : cluster [DBG] pgmap v569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:21.829304+0000 mgr.y (mgr.24491) 669 : cluster [DBG] pgmap v569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:23.829766+0000 mgr.y (mgr.24491) 670 : cluster [DBG] pgmap v570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:23.829766+0000 mgr.y (mgr.24491) 670 : cluster [DBG] pgmap v570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:23.829766+0000 mgr.y (mgr.24491) 670 : cluster [DBG] pgmap v570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:25.830440+0000 mgr.y (mgr.24491) 671 : cluster [DBG] pgmap v571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:25.830440+0000 mgr.y (mgr.24491) 671 : cluster [DBG] pgmap v571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:25.830440+0000 mgr.y (mgr.24491) 671 : cluster [DBG] pgmap v571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:27] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:51:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:27.830824+0000 mgr.y (mgr.24491) 672 : cluster [DBG] pgmap v572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:27.830824+0000 mgr.y (mgr.24491) 672 : cluster [DBG] pgmap v572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:27.830824+0000 mgr.y (mgr.24491) 672 : cluster [DBG] pgmap v572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:29.831545+0000 mgr.y (mgr.24491) 673 : cluster [DBG] pgmap v573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:51:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:29.831545+0000 mgr.y (mgr.24491) 673 : cluster [DBG] pgmap v573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:29.831545+0000 mgr.y (mgr.24491) 673 : cluster [DBG] pgmap v573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:31.832115+0000 mgr.y (mgr.24491) 674 : cluster [DBG] pgmap v574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:31.832115+0000 mgr.y (mgr.24491) 674 : cluster [DBG] pgmap v574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:31.832115+0000 mgr.y (mgr.24491) 674 : cluster [DBG] pgmap v574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:33.832582+0000 mgr.y (mgr.24491) 675 : cluster [DBG] pgmap v575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:33.832582+0000 mgr.y (mgr.24491) 675 : cluster [DBG] pgmap v575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:33.832582+0000 mgr.y (mgr.24491) 675 : cluster [DBG] pgmap v575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:35.833231+0000 mgr.y (mgr.24491) 676 : cluster [DBG] pgmap v576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:35.833231+0000 mgr.y (mgr.24491) 676 : cluster [DBG] pgmap v576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:35.833231+0000 mgr.y (mgr.24491) 676 : cluster [DBG] pgmap v576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:37] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-04-20T03:51:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:37.833785+0000 mgr.y (mgr.24491) 677 : cluster [DBG] pgmap v577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:37.833785+0000 mgr.y (mgr.24491) 677 : cluster [DBG] pgmap v577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:37.833785+0000 mgr.y (mgr.24491) 677 : cluster [DBG] pgmap v577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:39.834580+0000 mgr.y (mgr.24491) 678 : cluster [DBG] pgmap v578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:51:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:39.834580+0000 mgr.y (mgr.24491) 678 : cluster [DBG] pgmap v578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:39.834580+0000 mgr.y (mgr.24491) 678 : cluster [DBG] pgmap v578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:42.369 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:51:42.653 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:51:42.653 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (17m) 6m ago 18m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:51:42.653 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (18m) 6m ago 18m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:51:42.653 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (19m) 6m ago 19m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (19m) 6m ago 19m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (22m) 6m ago 22m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (24m) 6m ago 24m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (24m) 6m ago 24m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (23m) 6m ago 23m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (23m) 6m ago 23m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (18m) 6m ago 18m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (18m) 6m ago 18m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (22m) 6m ago 22m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (22m) 6m ago 22m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (21m) 6m ago 21m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (21m) 6m ago 21m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (20m) 6m ago 20m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:51:42.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (20m) 6m ago 20m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:51:42.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (20m) 6m ago 20m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:51:42.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (19m) 6m ago 19m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:51:42.655 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (17m) 6m ago 18m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:51:42.996 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:51:42.997 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:51:42.998 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:51:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:41.835093+0000 mgr.y (mgr.24491) 679 : cluster [DBG] pgmap v579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:41.835093+0000 mgr.y (mgr.24491) 679 : cluster [DBG] pgmap v579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:41.835093+0000 mgr.y (mgr.24491) 679 : cluster [DBG] pgmap v579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:51:42.357078+0000 mgr.y (mgr.24491) 680 : audit [DBG] from='client.15525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:51:42.646702+0000 mgr.y (mgr.24491) 681 : audit [DBG] from='client.25436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:51:42.997749+0000 mon.c (mon.2) 59 : audit [DBG] from='client.? 172.21.15.177:0/1511127530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:51:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:51:42.357078+0000 mgr.y (mgr.24491) 680 : audit [DBG] from='client.15525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:51:42.646702+0000 mgr.y (mgr.24491) 681 : audit [DBG] from='client.25436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:51:42.997749+0000 mon.c (mon.2) 59 : audit [DBG] from='client.? 172.21.15.177:0/1511127530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:51:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:51:42.357078+0000 mgr.y (mgr.24491) 680 : audit [DBG] from='client.15525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:51:42.646702+0000 mgr.y (mgr.24491) 681 : audit [DBG] from='client.25436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:51:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:51:42.997749+0000 mon.c (mon.2) 59 : audit [DBG] from='client.? 172.21.15.177:0/1511127530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:51:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:43.835480+0000 mgr.y (mgr.24491) 682 : cluster [DBG] pgmap v580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:43.835480+0000 mgr.y (mgr.24491) 682 : cluster [DBG] pgmap v580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:43.835480+0000 mgr.y (mgr.24491) 682 : cluster [DBG] pgmap v580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:45.836187+0000 mgr.y (mgr.24491) 683 : cluster [DBG] pgmap v581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:45.836187+0000 mgr.y (mgr.24491) 683 : cluster [DBG] pgmap v581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:45.836187+0000 mgr.y (mgr.24491) 683 : cluster [DBG] pgmap v581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:47] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:51:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:47.836590+0000 mgr.y (mgr.24491) 684 : cluster [DBG] pgmap v582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:47.836590+0000 mgr.y (mgr.24491) 684 : cluster [DBG] pgmap v582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:47.836590+0000 mgr.y (mgr.24491) 684 : cluster [DBG] pgmap v582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:49.837233+0000 mgr.y (mgr.24491) 685 : cluster [DBG] pgmap v583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:51:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:49.837233+0000 mgr.y (mgr.24491) 685 : cluster [DBG] pgmap v583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:49.837233+0000 mgr.y (mgr.24491) 685 : cluster [DBG] pgmap v583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:51.837692+0000 mgr.y (mgr.24491) 686 : cluster [DBG] pgmap v584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:51.837692+0000 mgr.y (mgr.24491) 686 : cluster [DBG] pgmap v584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:51.837692+0000 mgr.y (mgr.24491) 686 : cluster [DBG] pgmap v584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:53.838169+0000 mgr.y (mgr.24491) 687 : cluster [DBG] pgmap v585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:53.838169+0000 mgr.y (mgr.24491) 687 : cluster [DBG] pgmap v585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:53.838169+0000 mgr.y (mgr.24491) 687 : cluster [DBG] pgmap v585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:55.838800+0000 mgr.y (mgr.24491) 688 : cluster [DBG] pgmap v586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:55.838800+0000 mgr.y (mgr.24491) 688 : cluster [DBG] pgmap v586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:55.838800+0000 mgr.y (mgr.24491) 688 : cluster [DBG] pgmap v586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:51:57] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:51:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:51:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:57.839314+0000 mgr.y (mgr.24491) 689 : cluster [DBG] pgmap v587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:57.839314+0000 mgr.y (mgr.24491) 689 : cluster [DBG] pgmap v587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:51:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:57.839314+0000 mgr.y (mgr.24491) 689 : cluster [DBG] pgmap v587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:51:59.840082+0000 mgr.y (mgr.24491) 690 : cluster [DBG] pgmap v588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:52:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:51:59.840082+0000 mgr.y (mgr.24491) 690 : cluster [DBG] pgmap v588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:51:59.840082+0000 mgr.y (mgr.24491) 690 : cluster [DBG] pgmap v588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:01.840525+0000 mgr.y (mgr.24491) 691 : cluster [DBG] pgmap v589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:01.840525+0000 mgr.y (mgr.24491) 691 : cluster [DBG] pgmap v589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:01.840525+0000 mgr.y (mgr.24491) 691 : cluster [DBG] pgmap v589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:03.840872+0000 mgr.y (mgr.24491) 692 : cluster [DBG] pgmap v590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:03.840872+0000 mgr.y (mgr.24491) 692 : cluster [DBG] pgmap v590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:03.840872+0000 mgr.y (mgr.24491) 692 : cluster [DBG] pgmap v590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:05.841699+0000 mgr.y (mgr.24491) 693 : cluster [DBG] pgmap v591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:05.841699+0000 mgr.y (mgr.24491) 693 : cluster [DBG] pgmap v591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:05.841699+0000 mgr.y (mgr.24491) 693 : cluster [DBG] pgmap v591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:07] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-04-20T03:52:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:07.842267+0000 mgr.y (mgr.24491) 694 : cluster [DBG] pgmap v592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:07.842267+0000 mgr.y (mgr.24491) 694 : cluster [DBG] pgmap v592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:07.842267+0000 mgr.y (mgr.24491) 694 : cluster [DBG] pgmap v592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:09.843022+0000 mgr.y (mgr.24491) 695 : cluster [DBG] pgmap v593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:52:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:09.843022+0000 mgr.y (mgr.24491) 695 : cluster [DBG] pgmap v593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:09.843022+0000 mgr.y (mgr.24491) 695 : cluster [DBG] pgmap v593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:11.843469+0000 mgr.y (mgr.24491) 696 : cluster [DBG] pgmap v594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:13.307 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:52:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:11.843469+0000 mgr.y (mgr.24491) 696 : cluster [DBG] pgmap v594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:11.843469+0000 mgr.y (mgr.24491) 696 : cluster [DBG] pgmap v594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:13.583 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:52:13.583 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (18m) 6m ago 18m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (18m) 6m ago 18m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (19m) 6m ago 19m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (19m) 6m ago 19m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (23m) 6m ago 23m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (25m) 6m ago 25m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (25m) 6m ago 25m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (23m) 6m ago 23m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (23m) 6m ago 23m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (19m) 6m ago 19m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (19m) 6m ago 19m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (23m) 6m ago 23m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (22m) 6m ago 22m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:52:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (22m) 6m ago 22m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:52:13.585 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (21m) 6m ago 21m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:52:13.585 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (21m) 6m ago 21m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:52:13.585 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (21m) 6m ago 21m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:52:13.585 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (20m) 6m ago 20m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:52:13.585 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (20m) 6m ago 20m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:52:13.585 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (17m) 6m ago 19m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:52:13.916 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:52:13.916 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:52:13.916 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:52:13.917 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:52:13.918 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:52:13.918 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:52:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:52:13.917600+0000 mon.c (mon.2) 60 : audit [DBG] from='client.? 172.21.15.177:0/649359426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:52:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:52:13.917600+0000 mon.c (mon.2) 60 : audit [DBG] from='client.? 172.21.15.177:0/649359426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:52:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:52:13.917600+0000 mon.c (mon.2) 60 : audit [DBG] from='client.? 172.21.15.177:0/649359426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:52:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:52:13.296456+0000 mgr.y (mgr.24491) 697 : audit [DBG] from='client.25448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:52:13.577096+0000 mgr.y (mgr.24491) 698 : audit [DBG] from='client.25454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:13.843826+0000 mgr.y (mgr.24491) 699 : cluster [DBG] pgmap v595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:52:13.296456+0000 mgr.y (mgr.24491) 697 : audit [DBG] from='client.25448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:52:13.577096+0000 mgr.y (mgr.24491) 698 : audit [DBG] from='client.25454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:13.843826+0000 mgr.y (mgr.24491) 699 : cluster [DBG] pgmap v595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:52:13.296456+0000 mgr.y (mgr.24491) 697 : audit [DBG] from='client.25448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:52:13.577096+0000 mgr.y (mgr.24491) 698 : audit [DBG] from='client.25454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:13.843826+0000 mgr.y (mgr.24491) 699 : cluster [DBG] pgmap v595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:15.844430+0000 mgr.y (mgr.24491) 700 : cluster [DBG] pgmap v596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:15.844430+0000 mgr.y (mgr.24491) 700 : cluster [DBG] pgmap v596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:15.844430+0000 mgr.y (mgr.24491) 700 : cluster [DBG] pgmap v596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:17] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:52:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:17.844951+0000 mgr.y (mgr.24491) 701 : cluster [DBG] pgmap v597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:17.844951+0000 mgr.y (mgr.24491) 701 : cluster [DBG] pgmap v597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:17.844951+0000 mgr.y (mgr.24491) 701 : cluster [DBG] pgmap v597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:19.845723+0000 mgr.y (mgr.24491) 702 : cluster [DBG] pgmap v598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:52:20.780778+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:52:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:19.845723+0000 mgr.y (mgr.24491) 702 : cluster [DBG] pgmap v598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:52:20.780778+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:52:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:52:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:19.845723+0000 mgr.y (mgr.24491) 702 : cluster [DBG] pgmap v598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:52:20.780778+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:52:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:52:21.075162+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:52:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:52:21.075784+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:52:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:52:21.082169+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:52:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:52:21.075162+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:52:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:52:21.075784+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:52:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:52:21.082169+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:52:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:52:21.075162+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:52:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:52:21.075784+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:52:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:52:21.082169+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:52:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:21.846039+0000 mgr.y (mgr.24491) 703 : cluster [DBG] pgmap v599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:21.846039+0000 mgr.y (mgr.24491) 703 : cluster [DBG] pgmap v599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:21.846039+0000 mgr.y (mgr.24491) 703 : cluster [DBG] pgmap v599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:23.846362+0000 mgr.y (mgr.24491) 704 : cluster [DBG] pgmap v600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:23.846362+0000 mgr.y (mgr.24491) 704 : cluster [DBG] pgmap v600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:23.846362+0000 mgr.y (mgr.24491) 704 : cluster [DBG] pgmap v600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:25.847105+0000 mgr.y (mgr.24491) 705 : cluster [DBG] pgmap v601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:25.847105+0000 mgr.y (mgr.24491) 705 : cluster [DBG] pgmap v601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:25.847105+0000 mgr.y (mgr.24491) 705 : cluster [DBG] pgmap v601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:27] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:52:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:27.847611+0000 mgr.y (mgr.24491) 706 : cluster [DBG] pgmap v602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:27.847611+0000 mgr.y (mgr.24491) 706 : cluster [DBG] pgmap v602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:27.847611+0000 mgr.y (mgr.24491) 706 : cluster [DBG] pgmap v602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:29.848497+0000 mgr.y (mgr.24491) 707 : cluster [DBG] pgmap v603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:29.848497+0000 mgr.y (mgr.24491) 707 : cluster [DBG] pgmap v603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:29.848497+0000 mgr.y (mgr.24491) 707 : cluster [DBG] pgmap v603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:52:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:31.849026+0000 mgr.y (mgr.24491) 708 : cluster [DBG] pgmap v604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:31.849026+0000 mgr.y (mgr.24491) 708 : cluster [DBG] pgmap v604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:31.849026+0000 mgr.y (mgr.24491) 708 : cluster [DBG] pgmap v604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:33.849572+0000 mgr.y (mgr.24491) 709 : cluster [DBG] pgmap v605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:33.849572+0000 mgr.y (mgr.24491) 709 : cluster [DBG] pgmap v605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:33.849572+0000 mgr.y (mgr.24491) 709 : cluster [DBG] pgmap v605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:35.850506+0000 mgr.y (mgr.24491) 710 : cluster [DBG] pgmap v606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:35.850506+0000 mgr.y (mgr.24491) 710 : cluster [DBG] pgmap v606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:35.850506+0000 mgr.y (mgr.24491) 710 : cluster [DBG] pgmap v606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:37] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:52:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:37.850911+0000 mgr.y (mgr.24491) 711 : cluster [DBG] pgmap v607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:37.850911+0000 mgr.y (mgr.24491) 711 : cluster [DBG] pgmap v607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:37.850911+0000 mgr.y (mgr.24491) 711 : cluster [DBG] pgmap v607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:39.851663+0000 mgr.y (mgr.24491) 712 : cluster [DBG] pgmap v608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:39.851663+0000 mgr.y (mgr.24491) 712 : cluster [DBG] pgmap v608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:39.851663+0000 mgr.y (mgr.24491) 712 : cluster [DBG] pgmap v608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:52:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:41.852102+0000 mgr.y (mgr.24491) 713 : cluster [DBG] pgmap v609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:41.852102+0000 mgr.y (mgr.24491) 713 : cluster [DBG] pgmap v609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:41.852102+0000 mgr.y (mgr.24491) 713 : cluster [DBG] pgmap v609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:44.226 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:52:44.502 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:52:44.502 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (18m) 7m ago 19m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:52:44.502 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (19m) 7m ago 19m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:52:44.502 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (20m) 7m ago 20m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:52:44.502 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (20m) 7m ago 20m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:52:44.502 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (23m) 7m ago 23m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:52:44.502 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (25m) 7m ago 25m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:52:44.502 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (25m) 7m ago 25m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:52:44.502 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (24m) 7m ago 24m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:52:44.502 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (24m) 7m ago 24m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:52:44.503 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (19m) 7m ago 19m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:52:44.503 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (19m) 7m ago 19m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:52:44.503 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (23m) 7m ago 23m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:52:44.503 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (23m) 7m ago 23m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:52:44.503 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (22m) 7m ago 22m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:52:44.503 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (22m) 7m ago 22m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:52:44.503 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (21m) 7m ago 21m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:52:44.503 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (21m) 7m ago 21m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:52:44.503 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (21m) 7m ago 21m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:52:44.503 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (20m) 7m ago 20m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:52:44.503 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (18m) 7m ago 19m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:52:44.835 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:52:44.835 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:52:44.835 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:52:44.835 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:52:44.835 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:52:44.835 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:52:44.835 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:52:44.836 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:52:44.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:52:44.836 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:52:44.836 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:52:44.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:52:44.836 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:52:44.836 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:52:44.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:52:44.836 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:52:44.836 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:52:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:43.852624+0000 mgr.y (mgr.24491) 714 : cluster [DBG] pgmap v610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:52:44.836446+0000 mon.c (mon.2) 61 : audit [DBG] from='client.? 172.21.15.177:0/2409192252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:52:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:43.852624+0000 mgr.y (mgr.24491) 714 : cluster [DBG] pgmap v610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:52:44.836446+0000 mon.c (mon.2) 61 : audit [DBG] from='client.? 172.21.15.177:0/2409192252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:52:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:43.852624+0000 mgr.y (mgr.24491) 714 : cluster [DBG] pgmap v610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:52:44.836446+0000 mon.c (mon.2) 61 : audit [DBG] from='client.? 172.21.15.177:0/2409192252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:52:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:52:44.216006+0000 mgr.y (mgr.24491) 715 : audit [DBG] from='client.25466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:52:44.495743+0000 mgr.y (mgr.24491) 716 : audit [DBG] from='client.25472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:52:44.216006+0000 mgr.y (mgr.24491) 715 : audit [DBG] from='client.25466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:52:44.495743+0000 mgr.y (mgr.24491) 716 : audit [DBG] from='client.25472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:52:44.216006+0000 mgr.y (mgr.24491) 715 : audit [DBG] from='client.25466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:52:44.495743+0000 mgr.y (mgr.24491) 716 : audit [DBG] from='client.25472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:52:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:45.853425+0000 mgr.y (mgr.24491) 717 : cluster [DBG] pgmap v611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:45.853425+0000 mgr.y (mgr.24491) 717 : cluster [DBG] pgmap v611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:45.853425+0000 mgr.y (mgr.24491) 717 : cluster [DBG] pgmap v611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:47] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-04-20T03:52:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:47.853987+0000 mgr.y (mgr.24491) 718 : cluster [DBG] pgmap v612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:47.853987+0000 mgr.y (mgr.24491) 718 : cluster [DBG] pgmap v612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:47.853987+0000 mgr.y (mgr.24491) 718 : cluster [DBG] pgmap v612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:49.854611+0000 mgr.y (mgr.24491) 719 : cluster [DBG] pgmap v613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:49.854611+0000 mgr.y (mgr.24491) 719 : cluster [DBG] pgmap v613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:49.854611+0000 mgr.y (mgr.24491) 719 : cluster [DBG] pgmap v613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:52:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:51.855132+0000 mgr.y (mgr.24491) 720 : cluster [DBG] pgmap v614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:51.855132+0000 mgr.y (mgr.24491) 720 : cluster [DBG] pgmap v614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:51.855132+0000 mgr.y (mgr.24491) 720 : cluster [DBG] pgmap v614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:53.855566+0000 mgr.y (mgr.24491) 721 : cluster [DBG] pgmap v615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:53.855566+0000 mgr.y (mgr.24491) 721 : cluster [DBG] pgmap v615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:53.855566+0000 mgr.y (mgr.24491) 721 : cluster [DBG] pgmap v615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:55.856275+0000 mgr.y (mgr.24491) 722 : cluster [DBG] pgmap v616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:55.856275+0000 mgr.y (mgr.24491) 722 : cluster [DBG] pgmap v616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:55.856275+0000 mgr.y (mgr.24491) 722 : cluster [DBG] pgmap v616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:52:57] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-04-20T03:52:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:52:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:57.856805+0000 mgr.y (mgr.24491) 723 : cluster [DBG] pgmap v617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:57.856805+0000 mgr.y (mgr.24491) 723 : cluster [DBG] pgmap v617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:52:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:57.856805+0000 mgr.y (mgr.24491) 723 : cluster [DBG] pgmap v617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:52:59.857471+0000 mgr.y (mgr.24491) 724 : cluster [DBG] pgmap v618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:53:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:52:59.857471+0000 mgr.y (mgr.24491) 724 : cluster [DBG] pgmap v618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:52:59.857471+0000 mgr.y (mgr.24491) 724 : cluster [DBG] pgmap v618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:01.858089+0000 mgr.y (mgr.24491) 725 : cluster [DBG] pgmap v619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:03.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:01.858089+0000 mgr.y (mgr.24491) 725 : cluster [DBG] pgmap v619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:03.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:01.858089+0000 mgr.y (mgr.24491) 725 : cluster [DBG] pgmap v619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:03.858477+0000 mgr.y (mgr.24491) 726 : cluster [DBG] pgmap v620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:03.858477+0000 mgr.y (mgr.24491) 726 : cluster [DBG] pgmap v620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:03.858477+0000 mgr.y (mgr.24491) 726 : cluster [DBG] pgmap v620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:05.859318+0000 mgr.y (mgr.24491) 727 : cluster [DBG] pgmap v621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:05.859318+0000 mgr.y (mgr.24491) 727 : cluster [DBG] pgmap v621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:05.859318+0000 mgr.y (mgr.24491) 727 : cluster [DBG] pgmap v621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:07] "GET /metrics HTTP/1.1" 200 188281 "" "Prometheus/2.33.4" 2024-04-20T03:53:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:07.859739+0000 mgr.y (mgr.24491) 728 : cluster [DBG] pgmap v622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:07.859739+0000 mgr.y (mgr.24491) 728 : cluster [DBG] pgmap v622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:07.859739+0000 mgr.y (mgr.24491) 728 : cluster [DBG] pgmap v622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:09.860315+0000 mgr.y (mgr.24491) 729 : cluster [DBG] pgmap v623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:53:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:09.860315+0000 mgr.y (mgr.24491) 729 : cluster [DBG] pgmap v623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:09.860315+0000 mgr.y (mgr.24491) 729 : cluster [DBG] pgmap v623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:11.860749+0000 mgr.y (mgr.24491) 730 : cluster [DBG] pgmap v624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:11.860749+0000 mgr.y (mgr.24491) 730 : cluster [DBG] pgmap v624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:11.860749+0000 mgr.y (mgr.24491) 730 : cluster [DBG] pgmap v624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:15.143 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:53:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:13.861281+0000 mgr.y (mgr.24491) 731 : cluster [DBG] pgmap v625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:13.861281+0000 mgr.y (mgr.24491) 731 : cluster [DBG] pgmap v625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:13.861281+0000 mgr.y (mgr.24491) 731 : cluster [DBG] pgmap v625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:15.417 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:53:15.417 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (19m) 7m ago 19m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:53:15.417 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (19m) 7m ago 19m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:53:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (20m) 7m ago 20m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:53:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (20m) 7m ago 20m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:53:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (24m) 7m ago 24m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:53:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (26m) 7m ago 26m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:53:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (26m) 7m ago 26m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:53:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (24m) 7m ago 24m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:53:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (24m) 7m ago 24m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:53:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (20m) 7m ago 20m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:53:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (20m) 7m ago 20m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:53:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (24m) 7m ago 24m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:53:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (23m) 7m ago 23m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:53:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (23m) 7m ago 23m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:53:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (22m) 7m ago 22m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:53:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (22m) 7m ago 22m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:53:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (22m) 7m ago 22m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:53:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (21m) 7m ago 21m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:53:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (21m) 7m ago 21m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:53:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (18m) 7m ago 20m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:53:15.748 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:53:15.748 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:53:15.749 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:53:15.750 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:53:15.750 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:53:15.750 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:53:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:53:15.131775+0000 mgr.y (mgr.24491) 732 : audit [DBG] from='client.25484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:53:15.749638+0000 mon.c (mon.2) 62 : audit [DBG] from='client.? 172.21.15.177:0/857606140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:53:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:53:15.131775+0000 mgr.y (mgr.24491) 732 : audit [DBG] from='client.25484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:53:15.749638+0000 mon.c (mon.2) 62 : audit [DBG] from='client.? 172.21.15.177:0/857606140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:53:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:53:15.131775+0000 mgr.y (mgr.24491) 732 : audit [DBG] from='client.25484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:53:15.749638+0000 mon.c (mon.2) 62 : audit [DBG] from='client.? 172.21.15.177:0/857606140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:53:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:53:15.411262+0000 mgr.y (mgr.24491) 733 : audit [DBG] from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:15.861810+0000 mgr.y (mgr.24491) 734 : cluster [DBG] pgmap v626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:53:15.411262+0000 mgr.y (mgr.24491) 733 : audit [DBG] from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:15.861810+0000 mgr.y (mgr.24491) 734 : cluster [DBG] pgmap v626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:53:15.411262+0000 mgr.y (mgr.24491) 733 : audit [DBG] from='client.15585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:15.861810+0000 mgr.y (mgr.24491) 734 : cluster [DBG] pgmap v626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:17] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-04-20T03:53:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:17.862318+0000 mgr.y (mgr.24491) 735 : cluster [DBG] pgmap v627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:17.862318+0000 mgr.y (mgr.24491) 735 : cluster [DBG] pgmap v627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:19.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:17.862318+0000 mgr.y (mgr.24491) 735 : cluster [DBG] pgmap v627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:19.862884+0000 mgr.y (mgr.24491) 736 : cluster [DBG] pgmap v628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:53:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:19.862884+0000 mgr.y (mgr.24491) 736 : cluster [DBG] pgmap v628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:19.862884+0000 mgr.y (mgr.24491) 736 : cluster [DBG] pgmap v628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:53:21.086544+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:53:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:53:21.379569+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:53:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:53:21.380195+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:53:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:53:21.385445+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:53:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:53:21.086544+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:53:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:53:21.379569+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:53:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:53:21.380195+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:53:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:53:21.385445+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:53:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:53:21.086544+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:53:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:53:21.379569+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:53:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:53:21.380195+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:53:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:53:21.385445+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:53:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:21.863263+0000 mgr.y (mgr.24491) 737 : cluster [DBG] pgmap v629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:21.863263+0000 mgr.y (mgr.24491) 737 : cluster [DBG] pgmap v629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:21.863263+0000 mgr.y (mgr.24491) 737 : cluster [DBG] pgmap v629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:23.863806+0000 mgr.y (mgr.24491) 738 : cluster [DBG] pgmap v630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:23.863806+0000 mgr.y (mgr.24491) 738 : cluster [DBG] pgmap v630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:23.863806+0000 mgr.y (mgr.24491) 738 : cluster [DBG] pgmap v630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:25.864442+0000 mgr.y (mgr.24491) 739 : cluster [DBG] pgmap v631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:25.864442+0000 mgr.y (mgr.24491) 739 : cluster [DBG] pgmap v631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:25.864442+0000 mgr.y (mgr.24491) 739 : cluster [DBG] pgmap v631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:27] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-04-20T03:53:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:27.864932+0000 mgr.y (mgr.24491) 740 : cluster [DBG] pgmap v632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:27.864932+0000 mgr.y (mgr.24491) 740 : cluster [DBG] pgmap v632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:27.864932+0000 mgr.y (mgr.24491) 740 : cluster [DBG] pgmap v632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:29.865815+0000 mgr.y (mgr.24491) 741 : cluster [DBG] pgmap v633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:53:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:29.865815+0000 mgr.y (mgr.24491) 741 : cluster [DBG] pgmap v633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:29.865815+0000 mgr.y (mgr.24491) 741 : cluster [DBG] pgmap v633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:31.866286+0000 mgr.y (mgr.24491) 742 : cluster [DBG] pgmap v634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:31.866286+0000 mgr.y (mgr.24491) 742 : cluster [DBG] pgmap v634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:31.866286+0000 mgr.y (mgr.24491) 742 : cluster [DBG] pgmap v634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:33.866836+0000 mgr.y (mgr.24491) 743 : cluster [DBG] pgmap v635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:33.866836+0000 mgr.y (mgr.24491) 743 : cluster [DBG] pgmap v635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:33.866836+0000 mgr.y (mgr.24491) 743 : cluster [DBG] pgmap v635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:35.867714+0000 mgr.y (mgr.24491) 744 : cluster [DBG] pgmap v636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:35.867714+0000 mgr.y (mgr.24491) 744 : cluster [DBG] pgmap v636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:35.867714+0000 mgr.y (mgr.24491) 744 : cluster [DBG] pgmap v636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:37] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:53:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:37.868237+0000 mgr.y (mgr.24491) 745 : cluster [DBG] pgmap v637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:37.868237+0000 mgr.y (mgr.24491) 745 : cluster [DBG] pgmap v637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:37.868237+0000 mgr.y (mgr.24491) 745 : cluster [DBG] pgmap v637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:39.868874+0000 mgr.y (mgr.24491) 746 : cluster [DBG] pgmap v638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:53:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:39.868874+0000 mgr.y (mgr.24491) 746 : cluster [DBG] pgmap v638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:39.868874+0000 mgr.y (mgr.24491) 746 : cluster [DBG] pgmap v638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:41.869238+0000 mgr.y (mgr.24491) 747 : cluster [DBG] pgmap v639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:41.869238+0000 mgr.y (mgr.24491) 747 : cluster [DBG] pgmap v639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:41.869238+0000 mgr.y (mgr.24491) 747 : cluster [DBG] pgmap v639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:43.869719+0000 mgr.y (mgr.24491) 748 : cluster [DBG] pgmap v640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:43.869719+0000 mgr.y (mgr.24491) 748 : cluster [DBG] pgmap v640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:43.869719+0000 mgr.y (mgr.24491) 748 : cluster [DBG] pgmap v640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:46.060 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:53:46.335 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (19m) 8m ago 20m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (20m) 8m ago 20m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (21m) 8m ago 21m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (21m) 8m ago 21m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (24m) 8m ago 24m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (26m) 8m ago 26m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (26m) 8m ago 26m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (25m) 8m ago 25m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (25m) 8m ago 25m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (20m) 8m ago 20m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (20m) 8m ago 20m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (24m) 8m ago 24m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:53:46.336 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (24m) 8m ago 24m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:53:46.337 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (23m) 8m ago 23m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:53:46.337 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (23m) 8m ago 23m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:53:46.337 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (23m) 8m ago 22m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:53:46.337 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (22m) 8m ago 22m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:53:46.337 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (22m) 8m ago 22m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:53:46.337 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (21m) 8m ago 21m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:53:46.337 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (19m) 8m ago 20m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:53:46.674 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:53:46.674 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:53:46.674 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:53:46.674 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:53:46.674 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:53:46.674 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:53:46.674 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:53:46.674 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:53:46.674 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:53:46.674 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:53:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:53:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:53:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:53:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:53:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:53:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:53:46.675 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:53:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:45.870303+0000 mgr.y (mgr.24491) 749 : cluster [DBG] pgmap v641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:53:46.049009+0000 mgr.y (mgr.24491) 750 : audit [DBG] from='client.15597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:53:46.675100+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.177:0/4176020751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:53:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:45.870303+0000 mgr.y (mgr.24491) 749 : cluster [DBG] pgmap v641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:53:46.049009+0000 mgr.y (mgr.24491) 750 : audit [DBG] from='client.15597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:53:46.675100+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.177:0/4176020751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:53:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:45.870303+0000 mgr.y (mgr.24491) 749 : cluster [DBG] pgmap v641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:53:46.049009+0000 mgr.y (mgr.24491) 750 : audit [DBG] from='client.15597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:53:46.675100+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.177:0/4176020751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:53:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:53:46.329351+0000 mgr.y (mgr.24491) 751 : audit [DBG] from='client.15603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:53:46.329351+0000 mgr.y (mgr.24491) 751 : audit [DBG] from='client.15603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:47] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:53:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:53:46.329351+0000 mgr.y (mgr.24491) 751 : audit [DBG] from='client.15603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:53:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:47.870720+0000 mgr.y (mgr.24491) 752 : cluster [DBG] pgmap v642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:47.870720+0000 mgr.y (mgr.24491) 752 : cluster [DBG] pgmap v642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:47.870720+0000 mgr.y (mgr.24491) 752 : cluster [DBG] pgmap v642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:49.871558+0000 mgr.y (mgr.24491) 753 : cluster [DBG] pgmap v643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:53:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:49.871558+0000 mgr.y (mgr.24491) 753 : cluster [DBG] pgmap v643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:49.871558+0000 mgr.y (mgr.24491) 753 : cluster [DBG] pgmap v643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:51.872133+0000 mgr.y (mgr.24491) 754 : cluster [DBG] pgmap v644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:51.872133+0000 mgr.y (mgr.24491) 754 : cluster [DBG] pgmap v644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:51.872133+0000 mgr.y (mgr.24491) 754 : cluster [DBG] pgmap v644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:53.872511+0000 mgr.y (mgr.24491) 755 : cluster [DBG] pgmap v645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:53.872511+0000 mgr.y (mgr.24491) 755 : cluster [DBG] pgmap v645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:53.872511+0000 mgr.y (mgr.24491) 755 : cluster [DBG] pgmap v645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:55.873246+0000 mgr.y (mgr.24491) 756 : cluster [DBG] pgmap v646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:55.873246+0000 mgr.y (mgr.24491) 756 : cluster [DBG] pgmap v646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:55.873246+0000 mgr.y (mgr.24491) 756 : cluster [DBG] pgmap v646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:53:57] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:53:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:53:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:57.873836+0000 mgr.y (mgr.24491) 757 : cluster [DBG] pgmap v647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:57.873836+0000 mgr.y (mgr.24491) 757 : cluster [DBG] pgmap v647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:53:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:57.873836+0000 mgr.y (mgr.24491) 757 : cluster [DBG] pgmap v647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:53:59.874717+0000 mgr.y (mgr.24491) 758 : cluster [DBG] pgmap v648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:54:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:53:59.874717+0000 mgr.y (mgr.24491) 758 : cluster [DBG] pgmap v648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:53:59.874717+0000 mgr.y (mgr.24491) 758 : cluster [DBG] pgmap v648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:01.875207+0000 mgr.y (mgr.24491) 759 : cluster [DBG] pgmap v649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:01.875207+0000 mgr.y (mgr.24491) 759 : cluster [DBG] pgmap v649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:01.875207+0000 mgr.y (mgr.24491) 759 : cluster [DBG] pgmap v649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:03.875680+0000 mgr.y (mgr.24491) 760 : cluster [DBG] pgmap v650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:03.875680+0000 mgr.y (mgr.24491) 760 : cluster [DBG] pgmap v650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:03.875680+0000 mgr.y (mgr.24491) 760 : cluster [DBG] pgmap v650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:05.876431+0000 mgr.y (mgr.24491) 761 : cluster [DBG] pgmap v651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:05.876431+0000 mgr.y (mgr.24491) 761 : cluster [DBG] pgmap v651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:05.876431+0000 mgr.y (mgr.24491) 761 : cluster [DBG] pgmap v651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:07] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:54:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:07.877008+0000 mgr.y (mgr.24491) 762 : cluster [DBG] pgmap v652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:07.877008+0000 mgr.y (mgr.24491) 762 : cluster [DBG] pgmap v652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:07.877008+0000 mgr.y (mgr.24491) 762 : cluster [DBG] pgmap v652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:09.877791+0000 mgr.y (mgr.24491) 763 : cluster [DBG] pgmap v653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:54:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:09.877791+0000 mgr.y (mgr.24491) 763 : cluster [DBG] pgmap v653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:09.877791+0000 mgr.y (mgr.24491) 763 : cluster [DBG] pgmap v653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:11.878302+0000 mgr.y (mgr.24491) 764 : cluster [DBG] pgmap v654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:11.878302+0000 mgr.y (mgr.24491) 764 : cluster [DBG] pgmap v654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:11.878302+0000 mgr.y (mgr.24491) 764 : cluster [DBG] pgmap v654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:13.878715+0000 mgr.y (mgr.24491) 765 : cluster [DBG] pgmap v655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:13.878715+0000 mgr.y (mgr.24491) 765 : cluster [DBG] pgmap v655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:13.878715+0000 mgr.y (mgr.24491) 765 : cluster [DBG] pgmap v655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:16.988 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:54:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:15.879578+0000 mgr.y (mgr.24491) 766 : cluster [DBG] pgmap v656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:17.263 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:54:17.263 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (20m) 9m ago 20m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (20m) 8m ago 20m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (21m) 9m ago 21m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (21m) 8m ago 21m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (25m) 8m ago 25m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (27m) 9m ago 27m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (27m) 9m ago 27m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (25m) 8m ago 25m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (25m) 9m ago 25m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (21m) 9m ago 21m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (21m) 8m ago 21m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (25m) 9m ago 25m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (24m) 9m ago 24m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (24m) 9m ago 24m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:54:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (23m) 9m ago 23m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:54:17.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (23m) 8m ago 23m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:54:17.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (23m) 8m ago 23m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:54:17.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (22m) 8m ago 22m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:54:17.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (22m) 8m ago 22m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:54:17.265 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (19m) 8m ago 21m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:54:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:15.879578+0000 mgr.y (mgr.24491) 766 : cluster [DBG] pgmap v656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:15.879578+0000 mgr.y (mgr.24491) 766 : cluster [DBG] pgmap v656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:17.600 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:54:17.600 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:54:17.600 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:54:17.601 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:54:17.984 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:17] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-04-20T03:54:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:54:16.975844+0000 mgr.y (mgr.24491) 767 : audit [DBG] from='client.15615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:54:17.601719+0000 mon.a (mon.0) 902 : audit [DBG] from='client.? 172.21.15.177:0/4164419563' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:54:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:54:16.975844+0000 mgr.y (mgr.24491) 767 : audit [DBG] from='client.15615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:54:17.601719+0000 mon.a (mon.0) 902 : audit [DBG] from='client.? 172.21.15.177:0/4164419563' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:54:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:54:16.975844+0000 mgr.y (mgr.24491) 767 : audit [DBG] from='client.15615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:54:17.601719+0000 mon.a (mon.0) 902 : audit [DBG] from='client.? 172.21.15.177:0/4164419563' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:54:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:54:17.257459+0000 mgr.y (mgr.24491) 768 : audit [DBG] from='client.15621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:17.879918+0000 mgr.y (mgr.24491) 769 : cluster [DBG] pgmap v657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:54:17.257459+0000 mgr.y (mgr.24491) 768 : audit [DBG] from='client.15621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:17.879918+0000 mgr.y (mgr.24491) 769 : cluster [DBG] pgmap v657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:54:17.257459+0000 mgr.y (mgr.24491) 768 : audit [DBG] from='client.15621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:17.879918+0000 mgr.y (mgr.24491) 769 : cluster [DBG] pgmap v657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:19.880491+0000 mgr.y (mgr.24491) 770 : cluster [DBG] pgmap v658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:54:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:19.880491+0000 mgr.y (mgr.24491) 770 : cluster [DBG] pgmap v658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:19.880491+0000 mgr.y (mgr.24491) 770 : cluster [DBG] pgmap v658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:54:21.389730+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:54:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:54:21.681633+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:54:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:54:21.682304+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:54:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:54:21.687235+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:54:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:54:21.389730+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:54:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:54:21.681633+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:54:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:54:21.682304+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:54:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:54:21.687235+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:54:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:54:21.389730+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:54:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:54:21.681633+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:54:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:54:21.682304+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:54:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:54:21.687235+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:54:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:21.880959+0000 mgr.y (mgr.24491) 771 : cluster [DBG] pgmap v659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:21.880959+0000 mgr.y (mgr.24491) 771 : cluster [DBG] pgmap v659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:21.880959+0000 mgr.y (mgr.24491) 771 : cluster [DBG] pgmap v659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:23.881525+0000 mgr.y (mgr.24491) 772 : cluster [DBG] pgmap v660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:23.881525+0000 mgr.y (mgr.24491) 772 : cluster [DBG] pgmap v660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:23.881525+0000 mgr.y (mgr.24491) 772 : cluster [DBG] pgmap v660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:25.882412+0000 mgr.y (mgr.24491) 773 : cluster [DBG] pgmap v661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:25.882412+0000 mgr.y (mgr.24491) 773 : cluster [DBG] pgmap v661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:25.882412+0000 mgr.y (mgr.24491) 773 : cluster [DBG] pgmap v661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:27] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-04-20T03:54:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:27.882870+0000 mgr.y (mgr.24491) 774 : cluster [DBG] pgmap v662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:27.882870+0000 mgr.y (mgr.24491) 774 : cluster [DBG] pgmap v662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:27.882870+0000 mgr.y (mgr.24491) 774 : cluster [DBG] pgmap v662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:29.883655+0000 mgr.y (mgr.24491) 775 : cluster [DBG] pgmap v663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:29.883655+0000 mgr.y (mgr.24491) 775 : cluster [DBG] pgmap v663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:29.883655+0000 mgr.y (mgr.24491) 775 : cluster [DBG] pgmap v663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:54:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:31.884126+0000 mgr.y (mgr.24491) 776 : cluster [DBG] pgmap v664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:31.884126+0000 mgr.y (mgr.24491) 776 : cluster [DBG] pgmap v664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:31.884126+0000 mgr.y (mgr.24491) 776 : cluster [DBG] pgmap v664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:33.884567+0000 mgr.y (mgr.24491) 777 : cluster [DBG] pgmap v665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:33.884567+0000 mgr.y (mgr.24491) 777 : cluster [DBG] pgmap v665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:33.884567+0000 mgr.y (mgr.24491) 777 : cluster [DBG] pgmap v665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:35.885296+0000 mgr.y (mgr.24491) 778 : cluster [DBG] pgmap v666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:35.885296+0000 mgr.y (mgr.24491) 778 : cluster [DBG] pgmap v666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:35.885296+0000 mgr.y (mgr.24491) 778 : cluster [DBG] pgmap v666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:37] "GET /metrics HTTP/1.1" 200 188275 "" "Prometheus/2.33.4" 2024-04-20T03:54:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:37.885861+0000 mgr.y (mgr.24491) 779 : cluster [DBG] pgmap v667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:37.885861+0000 mgr.y (mgr.24491) 779 : cluster [DBG] pgmap v667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:37.885861+0000 mgr.y (mgr.24491) 779 : cluster [DBG] pgmap v667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:39.886549+0000 mgr.y (mgr.24491) 780 : cluster [DBG] pgmap v668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:39.886549+0000 mgr.y (mgr.24491) 780 : cluster [DBG] pgmap v668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:39.886549+0000 mgr.y (mgr.24491) 780 : cluster [DBG] pgmap v668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:54:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:41.887168+0000 mgr.y (mgr.24491) 781 : cluster [DBG] pgmap v669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:41.887168+0000 mgr.y (mgr.24491) 781 : cluster [DBG] pgmap v669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:41.887168+0000 mgr.y (mgr.24491) 781 : cluster [DBG] pgmap v669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:43.887690+0000 mgr.y (mgr.24491) 782 : cluster [DBG] pgmap v670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:43.887690+0000 mgr.y (mgr.24491) 782 : cluster [DBG] pgmap v670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:43.887690+0000 mgr.y (mgr.24491) 782 : cluster [DBG] pgmap v670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:45.888524+0000 mgr.y (mgr.24491) 783 : cluster [DBG] pgmap v671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:45.888524+0000 mgr.y (mgr.24491) 783 : cluster [DBG] pgmap v671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:45.888524+0000 mgr.y (mgr.24491) 783 : cluster [DBG] pgmap v671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:47.912 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:54:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:47] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:54:48.189 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (20m) 9m ago 21m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (21m) 9m ago 21m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (22m) 9m ago 22m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (22m) 9m ago 22m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (25m) 9m ago 25m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (27m) 9m ago 27m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (27m) 9m ago 27m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (26m) 9m ago 26m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (26m) 9m ago 26m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (21m) 9m ago 21m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (21m) 9m ago 21m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (25m) 9m ago 25m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (25m) 9m ago 25m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:54:48.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (24m) 9m ago 24m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:54:48.191 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (24m) 9m ago 24m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:54:48.191 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (24m) 9m ago 24m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:54:48.191 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (23m) 9m ago 23m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:54:48.191 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (23m) 9m ago 23m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:54:48.191 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (22m) 9m ago 22m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:54:48.191 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (20m) 9m ago 21m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:54:48.524 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:54:48.524 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:54:48.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:54:48.524 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:54:48.524 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:54:48.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:54:48.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:54:48.525 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:54:48.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:54:48.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:54:48.525 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:54:48.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:54:48.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:54:48.525 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:54:48.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:54:48.525 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:54:48.525 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:54:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:47.888912+0000 mgr.y (mgr.24491) 784 : cluster [DBG] pgmap v672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:54:47.901055+0000 mgr.y (mgr.24491) 785 : audit [DBG] from='client.15633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:54:48.525419+0000 mon.c (mon.2) 63 : audit [DBG] from='client.? 172.21.15.177:0/1889077423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:54:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:47.888912+0000 mgr.y (mgr.24491) 784 : cluster [DBG] pgmap v672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:54:47.901055+0000 mgr.y (mgr.24491) 785 : audit [DBG] from='client.15633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:54:48.525419+0000 mon.c (mon.2) 63 : audit [DBG] from='client.? 172.21.15.177:0/1889077423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:54:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:47.888912+0000 mgr.y (mgr.24491) 784 : cluster [DBG] pgmap v672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:54:47.901055+0000 mgr.y (mgr.24491) 785 : audit [DBG] from='client.15633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:54:48.525419+0000 mon.c (mon.2) 63 : audit [DBG] from='client.? 172.21.15.177:0/1889077423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:54:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:54:48.183542+0000 mgr.y (mgr.24491) 786 : audit [DBG] from='client.25544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:54:48.183542+0000 mgr.y (mgr.24491) 786 : audit [DBG] from='client.25544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:54:48.183542+0000 mgr.y (mgr.24491) 786 : audit [DBG] from='client.25544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:54:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:49.889747+0000 mgr.y (mgr.24491) 787 : cluster [DBG] pgmap v673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:49.889747+0000 mgr.y (mgr.24491) 787 : cluster [DBG] pgmap v673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:49.889747+0000 mgr.y (mgr.24491) 787 : cluster [DBG] pgmap v673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:54:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:51.890293+0000 mgr.y (mgr.24491) 788 : cluster [DBG] pgmap v674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:51.890293+0000 mgr.y (mgr.24491) 788 : cluster [DBG] pgmap v674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:51.890293+0000 mgr.y (mgr.24491) 788 : cluster [DBG] pgmap v674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:53.890738+0000 mgr.y (mgr.24491) 789 : cluster [DBG] pgmap v675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:53.890738+0000 mgr.y (mgr.24491) 789 : cluster [DBG] pgmap v675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:53.890738+0000 mgr.y (mgr.24491) 789 : cluster [DBG] pgmap v675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:57.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:55.891448+0000 mgr.y (mgr.24491) 790 : cluster [DBG] pgmap v676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:57.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:55.891448+0000 mgr.y (mgr.24491) 790 : cluster [DBG] pgmap v676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:55.891448+0000 mgr.y (mgr.24491) 790 : cluster [DBG] pgmap v676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:54:57] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:54:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:57.891931+0000 mgr.y (mgr.24491) 791 : cluster [DBG] pgmap v677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:57.891931+0000 mgr.y (mgr.24491) 791 : cluster [DBG] pgmap v677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:54:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:54:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:57.891931+0000 mgr.y (mgr.24491) 791 : cluster [DBG] pgmap v677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:54:59.892744+0000 mgr.y (mgr.24491) 792 : cluster [DBG] pgmap v678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:54:59.892744+0000 mgr.y (mgr.24491) 792 : cluster [DBG] pgmap v678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:54:59.892744+0000 mgr.y (mgr.24491) 792 : cluster [DBG] pgmap v678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:55:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:01.893330+0000 mgr.y (mgr.24491) 793 : cluster [DBG] pgmap v679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:01.893330+0000 mgr.y (mgr.24491) 793 : cluster [DBG] pgmap v679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:03.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:01.893330+0000 mgr.y (mgr.24491) 793 : cluster [DBG] pgmap v679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:03.893875+0000 mgr.y (mgr.24491) 794 : cluster [DBG] pgmap v680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:03.893875+0000 mgr.y (mgr.24491) 794 : cluster [DBG] pgmap v680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:03.893875+0000 mgr.y (mgr.24491) 794 : cluster [DBG] pgmap v680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:05.894687+0000 mgr.y (mgr.24491) 795 : cluster [DBG] pgmap v681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:05.894687+0000 mgr.y (mgr.24491) 795 : cluster [DBG] pgmap v681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:05.894687+0000 mgr.y (mgr.24491) 795 : cluster [DBG] pgmap v681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:07] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-04-20T03:55:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:07.895187+0000 mgr.y (mgr.24491) 796 : cluster [DBG] pgmap v682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:07.895187+0000 mgr.y (mgr.24491) 796 : cluster [DBG] pgmap v682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:07.895187+0000 mgr.y (mgr.24491) 796 : cluster [DBG] pgmap v682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:09.895932+0000 mgr.y (mgr.24491) 797 : cluster [DBG] pgmap v683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:55:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:09.895932+0000 mgr.y (mgr.24491) 797 : cluster [DBG] pgmap v683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:09.895932+0000 mgr.y (mgr.24491) 797 : cluster [DBG] pgmap v683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:11.896349+0000 mgr.y (mgr.24491) 798 : cluster [DBG] pgmap v684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:11.896349+0000 mgr.y (mgr.24491) 798 : cluster [DBG] pgmap v684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:11.896349+0000 mgr.y (mgr.24491) 798 : cluster [DBG] pgmap v684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:13.896760+0000 mgr.y (mgr.24491) 799 : cluster [DBG] pgmap v685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:13.896760+0000 mgr.y (mgr.24491) 799 : cluster [DBG] pgmap v685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:13.896760+0000 mgr.y (mgr.24491) 799 : cluster [DBG] pgmap v685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:15.897383+0000 mgr.y (mgr.24491) 800 : cluster [DBG] pgmap v686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:15.897383+0000 mgr.y (mgr.24491) 800 : cluster [DBG] pgmap v686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:15.897383+0000 mgr.y (mgr.24491) 800 : cluster [DBG] pgmap v686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:17] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:55:18.834 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:55:19.110 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:55:19.110 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (21m) 10m ago 21m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:55:19.110 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (21m) 10m ago 21m 60.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:55:19.110 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (23m) 10m ago 22m 15.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:55:19.110 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (22m) 10m ago 22m 16.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:55:19.110 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (26m) 10m ago 26m 392M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (28m) 10m ago 28m 447M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (28m) 10m ago 28m 56.0M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (26m) 10m ago 26m 49.2M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (26m) 10m ago 26m 51.7M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (22m) 10m ago 22m 23.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (22m) 10m ago 22m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (26m) 10m ago 26m 43.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (25m) 10m ago 25m 42.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (25m) 10m ago 25m 39.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (24m) 10m ago 24m 39.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (24m) 10m ago 24m 41.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (24m) 10m ago 24m 40.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (23m) 10m ago 23m 40.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (23m) 10m ago 23m 41.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:55:19.111 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (21m) 10m ago 22m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:55:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:17.897963+0000 mgr.y (mgr.24491) 801 : cluster [DBG] pgmap v687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:17.897963+0000 mgr.y (mgr.24491) 801 : cluster [DBG] pgmap v687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:17.897963+0000 mgr.y (mgr.24491) 801 : cluster [DBG] pgmap v687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:55:19.446 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:55:19.447 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:55:19.447 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:55:19.447 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:55:19.447 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:55:19.447 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:55:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:18.823573+0000 mgr.y (mgr.24491) 802 : audit [DBG] from='client.15651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:19.103952+0000 mgr.y (mgr.24491) 803 : audit [DBG] from='client.15657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:19.447085+0000 mon.c (mon.2) 64 : audit [DBG] from='client.? 172.21.15.177:0/3019667197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:55:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:18.823573+0000 mgr.y (mgr.24491) 802 : audit [DBG] from='client.15651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:19.103952+0000 mgr.y (mgr.24491) 803 : audit [DBG] from='client.15657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:19.447085+0000 mon.c (mon.2) 64 : audit [DBG] from='client.? 172.21.15.177:0/3019667197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:55:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:18.823573+0000 mgr.y (mgr.24491) 802 : audit [DBG] from='client.15651 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:19.103952+0000 mgr.y (mgr.24491) 803 : audit [DBG] from='client.15657 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:19.447085+0000 mon.c (mon.2) 64 : audit [DBG] from='client.? 172.21.15.177:0/3019667197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:55:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:19.898750+0000 mgr.y (mgr.24491) 804 : cluster [DBG] pgmap v688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:55:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:19.898750+0000 mgr.y (mgr.24491) 804 : cluster [DBG] pgmap v688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:19.898750+0000 mgr.y (mgr.24491) 804 : cluster [DBG] pgmap v688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:21.691446+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:55:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:21.691446+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:55:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:21.691446+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:55:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:21.899155+0000 mgr.y (mgr.24491) 805 : cluster [DBG] pgmap v689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:23.318 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:21.899155+0000 mgr.y (mgr.24491) 805 : cluster [DBG] pgmap v689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:23.318 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:21.899155+0000 mgr.y (mgr.24491) 805 : cluster [DBG] pgmap v689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:23.899663+0000 mgr.y (mgr.24491) 806 : cluster [DBG] pgmap v690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:24.563652+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:55:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:24.947968+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:55:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:23.899663+0000 mgr.y (mgr.24491) 806 : cluster [DBG] pgmap v690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:24.563652+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:55:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:24.947968+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:55:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:23.899663+0000 mgr.y (mgr.24491) 806 : cluster [DBG] pgmap v690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:24.563652+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:55:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:24.947968+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:55:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:25.220292+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:55:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:25.220911+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:55:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:25.227342+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:55:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:25.220292+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:55:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:25.220911+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:55:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:25.227342+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:55:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:25.220292+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:55:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:25.220911+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:55:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:25.227342+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:55:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:25.900356+0000 mgr.y (mgr.24491) 807 : cluster [DBG] pgmap v691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:25.900356+0000 mgr.y (mgr.24491) 807 : cluster [DBG] pgmap v691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:25.900356+0000 mgr.y (mgr.24491) 807 : cluster [DBG] pgmap v691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:27] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:55:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:27.900773+0000 mgr.y (mgr.24491) 808 : cluster [DBG] pgmap v692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:27.900773+0000 mgr.y (mgr.24491) 808 : cluster [DBG] pgmap v692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:27.900773+0000 mgr.y (mgr.24491) 808 : cluster [DBG] pgmap v692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:29.901586+0000 mgr.y (mgr.24491) 809 : cluster [DBG] pgmap v693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:55:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:29.901586+0000 mgr.y (mgr.24491) 809 : cluster [DBG] pgmap v693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:29.901586+0000 mgr.y (mgr.24491) 809 : cluster [DBG] pgmap v693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:31.902150+0000 mgr.y (mgr.24491) 810 : cluster [DBG] pgmap v694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:31.902150+0000 mgr.y (mgr.24491) 810 : cluster [DBG] pgmap v694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:31.902150+0000 mgr.y (mgr.24491) 810 : cluster [DBG] pgmap v694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:33.902577+0000 mgr.y (mgr.24491) 811 : cluster [DBG] pgmap v695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:33.902577+0000 mgr.y (mgr.24491) 811 : cluster [DBG] pgmap v695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:33.902577+0000 mgr.y (mgr.24491) 811 : cluster [DBG] pgmap v695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:35.903360+0000 mgr.y (mgr.24491) 812 : cluster [DBG] pgmap v696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:35.903360+0000 mgr.y (mgr.24491) 812 : cluster [DBG] pgmap v696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:35.903360+0000 mgr.y (mgr.24491) 812 : cluster [DBG] pgmap v696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:37] "GET /metrics HTTP/1.1" 200 188279 "" "Prometheus/2.33.4" 2024-04-20T03:55:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:37.903769+0000 mgr.y (mgr.24491) 813 : cluster [DBG] pgmap v697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:37.903769+0000 mgr.y (mgr.24491) 813 : cluster [DBG] pgmap v697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:37.903769+0000 mgr.y (mgr.24491) 813 : cluster [DBG] pgmap v697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:39.904389+0000 mgr.y (mgr.24491) 814 : cluster [DBG] pgmap v698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:39.904389+0000 mgr.y (mgr.24491) 814 : cluster [DBG] pgmap v698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:39.904389+0000 mgr.y (mgr.24491) 814 : cluster [DBG] pgmap v698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:55:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:41.905005+0000 mgr.y (mgr.24491) 815 : cluster [DBG] pgmap v699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:41.905005+0000 mgr.y (mgr.24491) 815 : cluster [DBG] pgmap v699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:41.905005+0000 mgr.y (mgr.24491) 815 : cluster [DBG] pgmap v699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:43.905579+0000 mgr.y (mgr.24491) 816 : cluster [DBG] pgmap v700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:43.905579+0000 mgr.y (mgr.24491) 816 : cluster [DBG] pgmap v700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:43.905579+0000 mgr.y (mgr.24491) 816 : cluster [DBG] pgmap v700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:45.906155+0000 mgr.y (mgr.24491) 817 : cluster [DBG] pgmap v701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:45.906155+0000 mgr.y (mgr.24491) 817 : cluster [DBG] pgmap v701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:45.906155+0000 mgr.y (mgr.24491) 817 : cluster [DBG] pgmap v701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:47] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-04-20T03:55:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:47.906581+0000 mgr.y (mgr.24491) 818 : cluster [DBG] pgmap v702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:47.906581+0000 mgr.y (mgr.24491) 818 : cluster [DBG] pgmap v702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:47.906581+0000 mgr.y (mgr.24491) 818 : cluster [DBG] pgmap v702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:49.755 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:55:50.033 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (21m) 25s ago 22m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (22m) 25s ago 22m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (23m) 25s ago 23m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (23m) 25s ago 23m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (26m) 25s ago 26m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (28m) 25s ago 28m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (28m) 25s ago 28m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (27m) 25s ago 27m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (27m) 25s ago 27m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (22m) 25s ago 22m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (22m) 25s ago 22m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (26m) 25s ago 26m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (26m) 25s ago 26m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:55:50.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (25m) 25s ago 25m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:55:50.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (25m) 25s ago 25m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:55:50.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (25m) 25s ago 25m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:55:50.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (24m) 25s ago 24m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:55:50.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (24m) 25s ago 24m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:55:50.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (23m) 25s ago 23m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:55:50.035 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (21m) 25s ago 22m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:55:50.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:55:50.365 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:55:50.365 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:55:50.365 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:55:50.365 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:55:50.365 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:55:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:49.744496+0000 mgr.y (mgr.24491) 819 : audit [DBG] from='client.25574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:49.907178+0000 mgr.y (mgr.24491) 820 : cluster [DBG] pgmap v703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:50.026825+0000 mgr.y (mgr.24491) 821 : audit [DBG] from='client.15675 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:55:50.365082+0000 mon.c (mon.2) 65 : audit [DBG] from='client.? 172.21.15.177:0/3774978555' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:55:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:49.744496+0000 mgr.y (mgr.24491) 819 : audit [DBG] from='client.25574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:49.907178+0000 mgr.y (mgr.24491) 820 : cluster [DBG] pgmap v703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:50.026825+0000 mgr.y (mgr.24491) 821 : audit [DBG] from='client.15675 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:55:50.365082+0000 mon.c (mon.2) 65 : audit [DBG] from='client.? 172.21.15.177:0/3774978555' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:55:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:55:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:49.744496+0000 mgr.y (mgr.24491) 819 : audit [DBG] from='client.25574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:49.907178+0000 mgr.y (mgr.24491) 820 : cluster [DBG] pgmap v703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:50.026825+0000 mgr.y (mgr.24491) 821 : audit [DBG] from='client.15675 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:55:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:55:50.365082+0000 mon.c (mon.2) 65 : audit [DBG] from='client.? 172.21.15.177:0/3774978555' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:55:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:51.907626+0000 mgr.y (mgr.24491) 822 : cluster [DBG] pgmap v704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:51.907626+0000 mgr.y (mgr.24491) 822 : cluster [DBG] pgmap v704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:51.907626+0000 mgr.y (mgr.24491) 822 : cluster [DBG] pgmap v704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:53.908119+0000 mgr.y (mgr.24491) 823 : cluster [DBG] pgmap v705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:53.908119+0000 mgr.y (mgr.24491) 823 : cluster [DBG] pgmap v705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:53.908119+0000 mgr.y (mgr.24491) 823 : cluster [DBG] pgmap v705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:55.908855+0000 mgr.y (mgr.24491) 824 : cluster [DBG] pgmap v706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:55.908855+0000 mgr.y (mgr.24491) 824 : cluster [DBG] pgmap v706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:55.908855+0000 mgr.y (mgr.24491) 824 : cluster [DBG] pgmap v706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:55:57] "GET /metrics HTTP/1.1" 200 188286 "" "Prometheus/2.33.4" 2024-04-20T03:55:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:55:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:57.909386+0000 mgr.y (mgr.24491) 825 : cluster [DBG] pgmap v707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:57.909386+0000 mgr.y (mgr.24491) 825 : cluster [DBG] pgmap v707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:55:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:57.909386+0000 mgr.y (mgr.24491) 825 : cluster [DBG] pgmap v707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:55:59.910204+0000 mgr.y (mgr.24491) 826 : cluster [DBG] pgmap v708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:56:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:55:59.910204+0000 mgr.y (mgr.24491) 826 : cluster [DBG] pgmap v708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:55:59.910204+0000 mgr.y (mgr.24491) 826 : cluster [DBG] pgmap v708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:01.910678+0000 mgr.y (mgr.24491) 827 : cluster [DBG] pgmap v709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:01.910678+0000 mgr.y (mgr.24491) 827 : cluster [DBG] pgmap v709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:01.910678+0000 mgr.y (mgr.24491) 827 : cluster [DBG] pgmap v709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:03.911159+0000 mgr.y (mgr.24491) 828 : cluster [DBG] pgmap v710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:03.911159+0000 mgr.y (mgr.24491) 828 : cluster [DBG] pgmap v710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:03.911159+0000 mgr.y (mgr.24491) 828 : cluster [DBG] pgmap v710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:05.911787+0000 mgr.y (mgr.24491) 829 : cluster [DBG] pgmap v711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:05.911787+0000 mgr.y (mgr.24491) 829 : cluster [DBG] pgmap v711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:05.911787+0000 mgr.y (mgr.24491) 829 : cluster [DBG] pgmap v711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:07] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:56:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:07.912391+0000 mgr.y (mgr.24491) 830 : cluster [DBG] pgmap v712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:07.912391+0000 mgr.y (mgr.24491) 830 : cluster [DBG] pgmap v712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:07.912391+0000 mgr.y (mgr.24491) 830 : cluster [DBG] pgmap v712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:09.913072+0000 mgr.y (mgr.24491) 831 : cluster [DBG] pgmap v713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:56:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:09.913072+0000 mgr.y (mgr.24491) 831 : cluster [DBG] pgmap v713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:09.913072+0000 mgr.y (mgr.24491) 831 : cluster [DBG] pgmap v713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:11.913570+0000 mgr.y (mgr.24491) 832 : cluster [DBG] pgmap v714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:11.913570+0000 mgr.y (mgr.24491) 832 : cluster [DBG] pgmap v714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:11.913570+0000 mgr.y (mgr.24491) 832 : cluster [DBG] pgmap v714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:13.913981+0000 mgr.y (mgr.24491) 833 : cluster [DBG] pgmap v715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:13.913981+0000 mgr.y (mgr.24491) 833 : cluster [DBG] pgmap v715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:13.913981+0000 mgr.y (mgr.24491) 833 : cluster [DBG] pgmap v715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:15.914626+0000 mgr.y (mgr.24491) 834 : cluster [DBG] pgmap v716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:15.914626+0000 mgr.y (mgr.24491) 834 : cluster [DBG] pgmap v716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:15.914626+0000 mgr.y (mgr.24491) 834 : cluster [DBG] pgmap v716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:17] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-04-20T03:56:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:17.915130+0000 mgr.y (mgr.24491) 835 : cluster [DBG] pgmap v717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:17.915130+0000 mgr.y (mgr.24491) 835 : cluster [DBG] pgmap v717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:17.915130+0000 mgr.y (mgr.24491) 835 : cluster [DBG] pgmap v717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:20.674 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:56:20.948 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:56:20.948 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (22m) 56s ago 23m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:56:20.948 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (22m) 56s ago 22m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:56:20.948 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (24m) 56s ago 24m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:56:20.948 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (23m) 56s ago 23m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:56:20.948 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (27m) 56s ago 27m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:56:20.948 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (29m) 56s ago 29m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:56:20.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (29m) 56s ago 29m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:56:20.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (27m) 56s ago 27m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:56:20.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (27m) 56s ago 27m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:56:20.948 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (23m) 56s ago 23m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:56:20.949 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (23m) 56s ago 23m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:56:20.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (27m) 56s ago 27m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:56:20.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (26m) 56s ago 26m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:56:20.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (26m) 56s ago 26m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:56:20.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (25m) 56s ago 25m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:56:20.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (25m) 56s ago 25m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:56:20.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (25m) 56s ago 25m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:56:20.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (24m) 56s ago 24m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:56:20.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (24m) 56s ago 24m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:56:20.949 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (22m) 56s ago 23m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:56:21.285 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:56:21.285 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:56:21.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:56:21.285 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:56:21.285 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:56:21.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:56:21.285 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:56:21.285 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:56:21.286 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:56:21.286 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:56:21.286 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:56:21.286 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:56:21.286 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:56:21.286 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:56:21.286 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:56:21.286 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:56:21.286 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:56:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:19.915721+0000 mgr.y (mgr.24491) 836 : cluster [DBG] pgmap v718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:19.915721+0000 mgr.y (mgr.24491) 836 : cluster [DBG] pgmap v718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:19.915721+0000 mgr.y (mgr.24491) 836 : cluster [DBG] pgmap v718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:56:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:56:20.663530+0000 mgr.y (mgr.24491) 837 : audit [DBG] from='client.25592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:56:20.941073+0000 mgr.y (mgr.24491) 838 : audit [DBG] from='client.25598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:56:21.286308+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.177:0/3477249498' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:56:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:56:20.663530+0000 mgr.y (mgr.24491) 837 : audit [DBG] from='client.25592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:56:20.941073+0000 mgr.y (mgr.24491) 838 : audit [DBG] from='client.25598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:56:21.286308+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.177:0/3477249498' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:56:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:56:20.663530+0000 mgr.y (mgr.24491) 837 : audit [DBG] from='client.25592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:56:20.941073+0000 mgr.y (mgr.24491) 838 : audit [DBG] from='client.25598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:56:21.286308+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.177:0/3477249498' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:56:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:21.916178+0000 mgr.y (mgr.24491) 839 : cluster [DBG] pgmap v719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:21.916178+0000 mgr.y (mgr.24491) 839 : cluster [DBG] pgmap v719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:21.916178+0000 mgr.y (mgr.24491) 839 : cluster [DBG] pgmap v719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:23.916736+0000 mgr.y (mgr.24491) 840 : cluster [DBG] pgmap v720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:23.916736+0000 mgr.y (mgr.24491) 840 : cluster [DBG] pgmap v720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:23.916736+0000 mgr.y (mgr.24491) 840 : cluster [DBG] pgmap v720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:56:25.231661+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:56:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:56:25.524363+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:56:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:56:25.524994+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:56:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:56:25.529046+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:56:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:56:25.231661+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:56:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:56:25.524363+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:56:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:56:25.524994+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:56:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:56:25.529046+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:56:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:56:25.231661+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:56:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:56:25.524363+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:56:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:56:25.524994+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:56:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:56:25.529046+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:56:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:25.917565+0000 mgr.y (mgr.24491) 841 : cluster [DBG] pgmap v721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:25.917565+0000 mgr.y (mgr.24491) 841 : cluster [DBG] pgmap v721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:25.917565+0000 mgr.y (mgr.24491) 841 : cluster [DBG] pgmap v721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:27] "GET /metrics HTTP/1.1" 200 188284 "" "Prometheus/2.33.4" 2024-04-20T03:56:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:27.917982+0000 mgr.y (mgr.24491) 842 : cluster [DBG] pgmap v722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:27.917982+0000 mgr.y (mgr.24491) 842 : cluster [DBG] pgmap v722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:27.917982+0000 mgr.y (mgr.24491) 842 : cluster [DBG] pgmap v722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:29.918652+0000 mgr.y (mgr.24491) 843 : cluster [DBG] pgmap v723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:29.918652+0000 mgr.y (mgr.24491) 843 : cluster [DBG] pgmap v723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:29.918652+0000 mgr.y (mgr.24491) 843 : cluster [DBG] pgmap v723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:56:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:31.919071+0000 mgr.y (mgr.24491) 844 : cluster [DBG] pgmap v724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:31.919071+0000 mgr.y (mgr.24491) 844 : cluster [DBG] pgmap v724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:31.919071+0000 mgr.y (mgr.24491) 844 : cluster [DBG] pgmap v724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:33.919578+0000 mgr.y (mgr.24491) 845 : cluster [DBG] pgmap v725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:33.919578+0000 mgr.y (mgr.24491) 845 : cluster [DBG] pgmap v725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:33.919578+0000 mgr.y (mgr.24491) 845 : cluster [DBG] pgmap v725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:35.920445+0000 mgr.y (mgr.24491) 846 : cluster [DBG] pgmap v726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:35.920445+0000 mgr.y (mgr.24491) 846 : cluster [DBG] pgmap v726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:35.920445+0000 mgr.y (mgr.24491) 846 : cluster [DBG] pgmap v726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:37] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-04-20T03:56:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:37.920896+0000 mgr.y (mgr.24491) 847 : cluster [DBG] pgmap v727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:37.920896+0000 mgr.y (mgr.24491) 847 : cluster [DBG] pgmap v727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:37.920896+0000 mgr.y (mgr.24491) 847 : cluster [DBG] pgmap v727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:39.921637+0000 mgr.y (mgr.24491) 848 : cluster [DBG] pgmap v728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:39.921637+0000 mgr.y (mgr.24491) 848 : cluster [DBG] pgmap v728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:39.921637+0000 mgr.y (mgr.24491) 848 : cluster [DBG] pgmap v728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:56:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:41.922196+0000 mgr.y (mgr.24491) 849 : cluster [DBG] pgmap v729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:41.922196+0000 mgr.y (mgr.24491) 849 : cluster [DBG] pgmap v729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:41.922196+0000 mgr.y (mgr.24491) 849 : cluster [DBG] pgmap v729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:43.922604+0000 mgr.y (mgr.24491) 850 : cluster [DBG] pgmap v730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:43.922604+0000 mgr.y (mgr.24491) 850 : cluster [DBG] pgmap v730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:43.922604+0000 mgr.y (mgr.24491) 850 : cluster [DBG] pgmap v730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:45.923296+0000 mgr.y (mgr.24491) 851 : cluster [DBG] pgmap v731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:45.923296+0000 mgr.y (mgr.24491) 851 : cluster [DBG] pgmap v731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:45.923296+0000 mgr.y (mgr.24491) 851 : cluster [DBG] pgmap v731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:47] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:56:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:47.923757+0000 mgr.y (mgr.24491) 852 : cluster [DBG] pgmap v732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:47.923757+0000 mgr.y (mgr.24491) 852 : cluster [DBG] pgmap v732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:47.923757+0000 mgr.y (mgr.24491) 852 : cluster [DBG] pgmap v732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:49.924396+0000 mgr.y (mgr.24491) 853 : cluster [DBG] pgmap v733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:49.924396+0000 mgr.y (mgr.24491) 853 : cluster [DBG] pgmap v733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:49.924396+0000 mgr.y (mgr.24491) 853 : cluster [DBG] pgmap v733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:56:51.595 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:56:51.869 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:56:51.869 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (22m) 87s ago 23m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (23m) 86s ago 23m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (24m) 87s ago 24m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (24m) 86s ago 24m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (27m) 86s ago 27m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (29m) 87s ago 29m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (29m) 87s ago 29m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (28m) 86s ago 28m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (28m) 87s ago 28m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (23m) 87s ago 23m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (23m) 86s ago 23m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (27m) 87s ago 27m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:56:51.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (27m) 87s ago 27m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:56:51.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (26m) 87s ago 26m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:56:51.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (26m) 87s ago 26m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:56:51.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (26m) 86s ago 26m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:56:51.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (25m) 86s ago 25m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:56:51.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (25m) 86s ago 25m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:56:51.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (24m) 86s ago 24m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:56:51.871 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (22m) 86s ago 23m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:56:52.203 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:56:52.204 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:56:52.205 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:56:52.205 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:56:52.205 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:56:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:56:51.584376+0000 mgr.y (mgr.24491) 854 : audit [DBG] from='client.25610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:56:51.863064+0000 mgr.y (mgr.24491) 855 : audit [DBG] from='client.25616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:51.924744+0000 mgr.y (mgr.24491) 856 : cluster [DBG] pgmap v734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:56:52.204845+0000 mon.c (mon.2) 66 : audit [DBG] from='client.? 172.21.15.177:0/483386590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:56:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:56:51.584376+0000 mgr.y (mgr.24491) 854 : audit [DBG] from='client.25610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:56:51.863064+0000 mgr.y (mgr.24491) 855 : audit [DBG] from='client.25616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:53.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:51.924744+0000 mgr.y (mgr.24491) 856 : cluster [DBG] pgmap v734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:53.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:56:52.204845+0000 mon.c (mon.2) 66 : audit [DBG] from='client.? 172.21.15.177:0/483386590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:56:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:56:51.584376+0000 mgr.y (mgr.24491) 854 : audit [DBG] from='client.25610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:56:51.863064+0000 mgr.y (mgr.24491) 855 : audit [DBG] from='client.25616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:56:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:51.924744+0000 mgr.y (mgr.24491) 856 : cluster [DBG] pgmap v734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:56:52.204845+0000 mon.c (mon.2) 66 : audit [DBG] from='client.? 172.21.15.177:0/483386590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:56:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:53.925259+0000 mgr.y (mgr.24491) 857 : cluster [DBG] pgmap v735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:53.925259+0000 mgr.y (mgr.24491) 857 : cluster [DBG] pgmap v735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:53.925259+0000 mgr.y (mgr.24491) 857 : cluster [DBG] pgmap v735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:55.926009+0000 mgr.y (mgr.24491) 858 : cluster [DBG] pgmap v736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:55.926009+0000 mgr.y (mgr.24491) 858 : cluster [DBG] pgmap v736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:55.926009+0000 mgr.y (mgr.24491) 858 : cluster [DBG] pgmap v736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:56:57] "GET /metrics HTTP/1.1" 200 188282 "" "Prometheus/2.33.4" 2024-04-20T03:56:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:57.926352+0000 mgr.y (mgr.24491) 859 : cluster [DBG] pgmap v737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:57.926352+0000 mgr.y (mgr.24491) 859 : cluster [DBG] pgmap v737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:56:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:56:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:57.926352+0000 mgr.y (mgr.24491) 859 : cluster [DBG] pgmap v737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:56:59.927025+0000 mgr.y (mgr.24491) 860 : cluster [DBG] pgmap v738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:56:59.927025+0000 mgr.y (mgr.24491) 860 : cluster [DBG] pgmap v738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:56:59.927025+0000 mgr.y (mgr.24491) 860 : cluster [DBG] pgmap v738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:57:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:01.927381+0000 mgr.y (mgr.24491) 861 : cluster [DBG] pgmap v739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:01.927381+0000 mgr.y (mgr.24491) 861 : cluster [DBG] pgmap v739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:01.927381+0000 mgr.y (mgr.24491) 861 : cluster [DBG] pgmap v739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:03.927922+0000 mgr.y (mgr.24491) 862 : cluster [DBG] pgmap v740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:03.927922+0000 mgr.y (mgr.24491) 862 : cluster [DBG] pgmap v740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:03.927922+0000 mgr.y (mgr.24491) 862 : cluster [DBG] pgmap v740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:05.928794+0000 mgr.y (mgr.24491) 863 : cluster [DBG] pgmap v741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:05.928794+0000 mgr.y (mgr.24491) 863 : cluster [DBG] pgmap v741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:05.928794+0000 mgr.y (mgr.24491) 863 : cluster [DBG] pgmap v741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:07] "GET /metrics HTTP/1.1" 200 188276 "" "Prometheus/2.33.4" 2024-04-20T03:57:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:07.929198+0000 mgr.y (mgr.24491) 864 : cluster [DBG] pgmap v742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:07.929198+0000 mgr.y (mgr.24491) 864 : cluster [DBG] pgmap v742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:07.929198+0000 mgr.y (mgr.24491) 864 : cluster [DBG] pgmap v742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:09.929854+0000 mgr.y (mgr.24491) 865 : cluster [DBG] pgmap v743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:09.929854+0000 mgr.y (mgr.24491) 865 : cluster [DBG] pgmap v743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:09.929854+0000 mgr.y (mgr.24491) 865 : cluster [DBG] pgmap v743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:57:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:11.930213+0000 mgr.y (mgr.24491) 866 : cluster [DBG] pgmap v744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:11.930213+0000 mgr.y (mgr.24491) 866 : cluster [DBG] pgmap v744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:11.930213+0000 mgr.y (mgr.24491) 866 : cluster [DBG] pgmap v744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:13.930616+0000 mgr.y (mgr.24491) 867 : cluster [DBG] pgmap v745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:13.930616+0000 mgr.y (mgr.24491) 867 : cluster [DBG] pgmap v745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:13.930616+0000 mgr.y (mgr.24491) 867 : cluster [DBG] pgmap v745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:15.931365+0000 mgr.y (mgr.24491) 868 : cluster [DBG] pgmap v746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:15.931365+0000 mgr.y (mgr.24491) 868 : cluster [DBG] pgmap v746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:15.931365+0000 mgr.y (mgr.24491) 868 : cluster [DBG] pgmap v746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:17] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:57:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:17.931773+0000 mgr.y (mgr.24491) 869 : cluster [DBG] pgmap v747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:17.931773+0000 mgr.y (mgr.24491) 869 : cluster [DBG] pgmap v747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:17.931773+0000 mgr.y (mgr.24491) 869 : cluster [DBG] pgmap v747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:19.932473+0000 mgr.y (mgr.24491) 870 : cluster [DBG] pgmap v748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:19.932473+0000 mgr.y (mgr.24491) 870 : cluster [DBG] pgmap v748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:19.932473+0000 mgr.y (mgr.24491) 870 : cluster [DBG] pgmap v748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:57:22.527 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:57:22.809 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:57:22.809 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (23m) 118s ago 24m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:57:22.809 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (23m) 117s ago 23m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:57:22.809 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (25m) 118s ago 25m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:57:22.809 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (25m) 117s ago 25m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:57:22.809 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (28m) 117s ago 28m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:57:22.809 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (30m) 118s ago 30m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:57:22.809 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (30m) 118s ago 30m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:57:22.809 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (28m) 117s ago 28m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:57:22.809 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (28m) 118s ago 28m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:57:22.810 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (24m) 118s ago 24m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:57:22.810 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (24m) 117s ago 24m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:57:22.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (28m) 118s ago 28m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:57:22.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (27m) 118s ago 27m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:57:22.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (27m) 118s ago 27m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:57:22.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (26m) 118s ago 26m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:57:22.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (26m) 117s ago 26m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:57:22.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (26m) 117s ago 26m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:57:22.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (25m) 117s ago 25m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:57:22.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (25m) 117s ago 25m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:57:22.810 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (23m) 117s ago 24m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:57:23.149 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:57:23.149 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:57:23.149 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:57:23.149 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:57:23.149 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:57:23.150 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:57:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:21.932951+0000 mgr.y (mgr.24491) 871 : cluster [DBG] pgmap v749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:21.932951+0000 mgr.y (mgr.24491) 871 : cluster [DBG] pgmap v749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:21.932951+0000 mgr.y (mgr.24491) 871 : cluster [DBG] pgmap v749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:57:22.516682+0000 mgr.y (mgr.24491) 872 : audit [DBG] from='client.15723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:57:22.802365+0000 mgr.y (mgr.24491) 873 : audit [DBG] from='client.25634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:57:23.150416+0000 mon.a (mon.0) 918 : audit [DBG] from='client.? 172.21.15.177:0/3815587403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:57:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:57:22.516682+0000 mgr.y (mgr.24491) 872 : audit [DBG] from='client.15723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:57:22.802365+0000 mgr.y (mgr.24491) 873 : audit [DBG] from='client.25634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:57:23.150416+0000 mon.a (mon.0) 918 : audit [DBG] from='client.? 172.21.15.177:0/3815587403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:57:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:57:22.516682+0000 mgr.y (mgr.24491) 872 : audit [DBG] from='client.15723 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:57:22.802365+0000 mgr.y (mgr.24491) 873 : audit [DBG] from='client.25634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:57:23.150416+0000 mon.a (mon.0) 918 : audit [DBG] from='client.? 172.21.15.177:0/3815587403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:57:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:23.933305+0000 mgr.y (mgr.24491) 874 : cluster [DBG] pgmap v750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:23.933305+0000 mgr.y (mgr.24491) 874 : cluster [DBG] pgmap v750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:23.933305+0000 mgr.y (mgr.24491) 874 : cluster [DBG] pgmap v750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:57:25.533221+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:57:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:57:25.824426+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:57:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:57:25.825116+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:57:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:57:25.829696+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:57:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:57:25.533221+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:57:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:57:25.824426+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:57:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:57:25.825116+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:57:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:57:25.829696+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:57:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:57:25.533221+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:57:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:57:25.824426+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:57:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:57:25.825116+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:57:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:57:25.829696+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:57:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:25.934155+0000 mgr.y (mgr.24491) 875 : cluster [DBG] pgmap v751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:25.934155+0000 mgr.y (mgr.24491) 875 : cluster [DBG] pgmap v751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:25.934155+0000 mgr.y (mgr.24491) 875 : cluster [DBG] pgmap v751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:27] "GET /metrics HTTP/1.1" 200 188280 "" "Prometheus/2.33.4" 2024-04-20T03:57:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:27.934696+0000 mgr.y (mgr.24491) 876 : cluster [DBG] pgmap v752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:27.934696+0000 mgr.y (mgr.24491) 876 : cluster [DBG] pgmap v752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:27.934696+0000 mgr.y (mgr.24491) 876 : cluster [DBG] pgmap v752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:29.935329+0000 mgr.y (mgr.24491) 877 : cluster [DBG] pgmap v753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:29.935329+0000 mgr.y (mgr.24491) 877 : cluster [DBG] pgmap v753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:29.935329+0000 mgr.y (mgr.24491) 877 : cluster [DBG] pgmap v753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:57:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:31.935738+0000 mgr.y (mgr.24491) 878 : cluster [DBG] pgmap v754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:31.935738+0000 mgr.y (mgr.24491) 878 : cluster [DBG] pgmap v754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:31.935738+0000 mgr.y (mgr.24491) 878 : cluster [DBG] pgmap v754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:33.936116+0000 mgr.y (mgr.24491) 879 : cluster [DBG] pgmap v755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:33.936116+0000 mgr.y (mgr.24491) 879 : cluster [DBG] pgmap v755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:33.936116+0000 mgr.y (mgr.24491) 879 : cluster [DBG] pgmap v755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:35.936768+0000 mgr.y (mgr.24491) 880 : cluster [DBG] pgmap v756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:35.936768+0000 mgr.y (mgr.24491) 880 : cluster [DBG] pgmap v756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:35.936768+0000 mgr.y (mgr.24491) 880 : cluster [DBG] pgmap v756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:37] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T03:57:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:37.937281+0000 mgr.y (mgr.24491) 881 : cluster [DBG] pgmap v757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:37.937281+0000 mgr.y (mgr.24491) 881 : cluster [DBG] pgmap v757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:37.937281+0000 mgr.y (mgr.24491) 881 : cluster [DBG] pgmap v757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:39.938113+0000 mgr.y (mgr.24491) 882 : cluster [DBG] pgmap v758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:39.938113+0000 mgr.y (mgr.24491) 882 : cluster [DBG] pgmap v758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:39.938113+0000 mgr.y (mgr.24491) 882 : cluster [DBG] pgmap v758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:57:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:41.938566+0000 mgr.y (mgr.24491) 883 : cluster [DBG] pgmap v759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:41.938566+0000 mgr.y (mgr.24491) 883 : cluster [DBG] pgmap v759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:41.938566+0000 mgr.y (mgr.24491) 883 : cluster [DBG] pgmap v759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:43.939073+0000 mgr.y (mgr.24491) 884 : cluster [DBG] pgmap v760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:43.939073+0000 mgr.y (mgr.24491) 884 : cluster [DBG] pgmap v760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:43.939073+0000 mgr.y (mgr.24491) 884 : cluster [DBG] pgmap v760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:45.939767+0000 mgr.y (mgr.24491) 885 : cluster [DBG] pgmap v761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:45.939767+0000 mgr.y (mgr.24491) 885 : cluster [DBG] pgmap v761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:45.939767+0000 mgr.y (mgr.24491) 885 : cluster [DBG] pgmap v761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:47] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T03:57:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:47.940284+0000 mgr.y (mgr.24491) 886 : cluster [DBG] pgmap v762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:47.940284+0000 mgr.y (mgr.24491) 886 : cluster [DBG] pgmap v762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:47.940284+0000 mgr.y (mgr.24491) 886 : cluster [DBG] pgmap v762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:49.941083+0000 mgr.y (mgr.24491) 887 : cluster [DBG] pgmap v763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:57:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:49.941083+0000 mgr.y (mgr.24491) 887 : cluster [DBG] pgmap v763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:49.941083+0000 mgr.y (mgr.24491) 887 : cluster [DBG] pgmap v763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:53.461 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:57:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:51.941599+0000 mgr.y (mgr.24491) 888 : cluster [DBG] pgmap v764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:51.941599+0000 mgr.y (mgr.24491) 888 : cluster [DBG] pgmap v764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:51.941599+0000 mgr.y (mgr.24491) 888 : cluster [DBG] pgmap v764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:53.738 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:57:53.738 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (23m) 2m ago 24m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:57:53.738 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (24m) 2m ago 24m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:57:53.738 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (25m) 2m ago 25m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:57:53.738 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (25m) 2m ago 25m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:57:53.738 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (29m) 2m ago 29m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:57:53.738 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (30m) 2m ago 30m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:57:53.738 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (30m) 2m ago 30m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:57:53.738 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (29m) 2m ago 29m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (29m) 2m ago 29m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (24m) 2m ago 24m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (24m) 2m ago 24m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (28m) 2m ago 28m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (28m) 2m ago 28m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (27m) 2m ago 27m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (27m) 2m ago 27m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (27m) 2m ago 27m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (26m) 2m ago 26m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (26m) 2m ago 26m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (25m) 2m ago 25m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:57:53.739 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (23m) 2m ago 24m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:57:54.072 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:57:54.073 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:57:54.073 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:57:54.073 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:57:54.073 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:57:54.073 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:57:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:57:54.072969+0000 mon.c (mon.2) 67 : audit [DBG] from='client.? 172.21.15.177:0/3300577470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:57:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:57:54.072969+0000 mon.c (mon.2) 67 : audit [DBG] from='client.? 172.21.15.177:0/3300577470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:57:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:57:54.072969+0000 mon.c (mon.2) 67 : audit [DBG] from='client.? 172.21.15.177:0/3300577470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:57:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:57:53.449637+0000 mgr.y (mgr.24491) 889 : audit [DBG] from='client.25646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:57:53.731138+0000 mgr.y (mgr.24491) 890 : audit [DBG] from='client.15747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:53.941978+0000 mgr.y (mgr.24491) 891 : cluster [DBG] pgmap v765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:57:53.449637+0000 mgr.y (mgr.24491) 889 : audit [DBG] from='client.25646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:57:53.731138+0000 mgr.y (mgr.24491) 890 : audit [DBG] from='client.15747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:53.941978+0000 mgr.y (mgr.24491) 891 : cluster [DBG] pgmap v765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:57:53.449637+0000 mgr.y (mgr.24491) 889 : audit [DBG] from='client.25646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:57:53.731138+0000 mgr.y (mgr.24491) 890 : audit [DBG] from='client.15747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:57:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:53.941978+0000 mgr.y (mgr.24491) 891 : cluster [DBG] pgmap v765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:55.942604+0000 mgr.y (mgr.24491) 892 : cluster [DBG] pgmap v766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:55.942604+0000 mgr.y (mgr.24491) 892 : cluster [DBG] pgmap v766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:55.942604+0000 mgr.y (mgr.24491) 892 : cluster [DBG] pgmap v766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:57:57] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T03:57:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:57:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:57.943183+0000 mgr.y (mgr.24491) 893 : cluster [DBG] pgmap v767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:57.943183+0000 mgr.y (mgr.24491) 893 : cluster [DBG] pgmap v767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:57:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:57.943183+0000 mgr.y (mgr.24491) 893 : cluster [DBG] pgmap v767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:57:59.943803+0000 mgr.y (mgr.24491) 894 : cluster [DBG] pgmap v768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:58:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:57:59.943803+0000 mgr.y (mgr.24491) 894 : cluster [DBG] pgmap v768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:57:59.943803+0000 mgr.y (mgr.24491) 894 : cluster [DBG] pgmap v768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:01.944264+0000 mgr.y (mgr.24491) 895 : cluster [DBG] pgmap v769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:01.944264+0000 mgr.y (mgr.24491) 895 : cluster [DBG] pgmap v769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:01.944264+0000 mgr.y (mgr.24491) 895 : cluster [DBG] pgmap v769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:03.944837+0000 mgr.y (mgr.24491) 896 : cluster [DBG] pgmap v770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:03.944837+0000 mgr.y (mgr.24491) 896 : cluster [DBG] pgmap v770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:03.944837+0000 mgr.y (mgr.24491) 896 : cluster [DBG] pgmap v770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:05.945514+0000 mgr.y (mgr.24491) 897 : cluster [DBG] pgmap v771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:05.945514+0000 mgr.y (mgr.24491) 897 : cluster [DBG] pgmap v771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:05.945514+0000 mgr.y (mgr.24491) 897 : cluster [DBG] pgmap v771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T03:58:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:07.945934+0000 mgr.y (mgr.24491) 898 : cluster [DBG] pgmap v772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:07.945934+0000 mgr.y (mgr.24491) 898 : cluster [DBG] pgmap v772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:07.945934+0000 mgr.y (mgr.24491) 898 : cluster [DBG] pgmap v772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:09.946629+0000 mgr.y (mgr.24491) 899 : cluster [DBG] pgmap v773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:09.946629+0000 mgr.y (mgr.24491) 899 : cluster [DBG] pgmap v773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:09.946629+0000 mgr.y (mgr.24491) 899 : cluster [DBG] pgmap v773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:58:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:11.947150+0000 mgr.y (mgr.24491) 900 : cluster [DBG] pgmap v774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:11.947150+0000 mgr.y (mgr.24491) 900 : cluster [DBG] pgmap v774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:11.947150+0000 mgr.y (mgr.24491) 900 : cluster [DBG] pgmap v774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:13.947452+0000 mgr.y (mgr.24491) 901 : cluster [DBG] pgmap v775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:13.947452+0000 mgr.y (mgr.24491) 901 : cluster [DBG] pgmap v775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:13.947452+0000 mgr.y (mgr.24491) 901 : cluster [DBG] pgmap v775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:15.948045+0000 mgr.y (mgr.24491) 902 : cluster [DBG] pgmap v776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:15.948045+0000 mgr.y (mgr.24491) 902 : cluster [DBG] pgmap v776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:15.948045+0000 mgr.y (mgr.24491) 902 : cluster [DBG] pgmap v776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:17] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-04-20T03:58:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:17.948504+0000 mgr.y (mgr.24491) 903 : cluster [DBG] pgmap v777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:17.948504+0000 mgr.y (mgr.24491) 903 : cluster [DBG] pgmap v777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:17.948504+0000 mgr.y (mgr.24491) 903 : cluster [DBG] pgmap v777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:19.949098+0000 mgr.y (mgr.24491) 904 : cluster [DBG] pgmap v778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:19.949098+0000 mgr.y (mgr.24491) 904 : cluster [DBG] pgmap v778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:19.949098+0000 mgr.y (mgr.24491) 904 : cluster [DBG] pgmap v778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:58:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:21.949637+0000 mgr.y (mgr.24491) 905 : cluster [DBG] pgmap v779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:21.949637+0000 mgr.y (mgr.24491) 905 : cluster [DBG] pgmap v779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:21.949637+0000 mgr.y (mgr.24491) 905 : cluster [DBG] pgmap v779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:24.385 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:58:24.660 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:58:24.660 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (24m) 3m ago 25m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:58:24.660 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (24m) 2m ago 24m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:58:24.660 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (26m) 3m ago 26m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:58:24.660 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (26m) 2m ago 26m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:58:24.660 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (29m) 2m ago 29m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (31m) 3m ago 31m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (31m) 3m ago 31m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (29m) 2m ago 29m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (29m) 3m ago 29m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (25m) 3m ago 25m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (25m) 2m ago 25m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (29m) 3m ago 29m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (28m) 3m ago 28m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (28m) 3m ago 28m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (28m) 3m ago 28m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (27m) 2m ago 27m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (27m) 2m ago 27m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (26m) 2m ago 26m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:58:24.661 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (26m) 2m ago 26m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:58:24.662 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (24m) 2m ago 25m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:58:24.997 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:58:24.997 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:58:24.997 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:58:24.997 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:58:24.997 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:58:24.997 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:58:24.998 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:58:24.998 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:58:24.998 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:58:24.998 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:58:24.998 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:58:24.998 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:58:24.998 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:58:24.998 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:58:24.998 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:58:24.998 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:58:24.998 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:58:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:23.950157+0000 mgr.y (mgr.24491) 906 : cluster [DBG] pgmap v780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:58:24.998579+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.177:0/935979630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:58:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:23.950157+0000 mgr.y (mgr.24491) 906 : cluster [DBG] pgmap v780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:58:24.998579+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.177:0/935979630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:58:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:23.950157+0000 mgr.y (mgr.24491) 906 : cluster [DBG] pgmap v780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:58:24.998579+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.177:0/935979630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:58:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:58:24.374335+0000 mgr.y (mgr.24491) 907 : audit [DBG] from='client.25664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:58:24.654010+0000 mgr.y (mgr.24491) 908 : audit [DBG] from='client.15765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:58:25.833851+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:58:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:58:24.374335+0000 mgr.y (mgr.24491) 907 : audit [DBG] from='client.25664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:58:24.654010+0000 mgr.y (mgr.24491) 908 : audit [DBG] from='client.15765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:58:25.833851+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:58:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:58:24.374335+0000 mgr.y (mgr.24491) 907 : audit [DBG] from='client.25664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:58:24.654010+0000 mgr.y (mgr.24491) 908 : audit [DBG] from='client.15765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:58:25.833851+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:58:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:25.950674+0000 mgr.y (mgr.24491) 909 : cluster [DBG] pgmap v781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:58:26.070054+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:58:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:58:26.350514+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:58:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:58:26.351117+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:58:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:58:26.355279+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:58:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:25.950674+0000 mgr.y (mgr.24491) 909 : cluster [DBG] pgmap v781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:58:26.070054+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:58:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:58:26.350514+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:58:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:58:26.351117+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:58:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:58:26.355279+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:58:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:25.950674+0000 mgr.y (mgr.24491) 909 : cluster [DBG] pgmap v781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:58:26.070054+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:58:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:58:26.350514+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:58:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:58:26.351117+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:58:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:58:26.355279+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:58:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:27] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-04-20T03:58:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:27.951136+0000 mgr.y (mgr.24491) 910 : cluster [DBG] pgmap v782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:27.951136+0000 mgr.y (mgr.24491) 910 : cluster [DBG] pgmap v782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:27.951136+0000 mgr.y (mgr.24491) 910 : cluster [DBG] pgmap v782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:29.951725+0000 mgr.y (mgr.24491) 911 : cluster [DBG] pgmap v783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:29.951725+0000 mgr.y (mgr.24491) 911 : cluster [DBG] pgmap v783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:29.951725+0000 mgr.y (mgr.24491) 911 : cluster [DBG] pgmap v783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:58:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:31.952127+0000 mgr.y (mgr.24491) 912 : cluster [DBG] pgmap v784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:31.952127+0000 mgr.y (mgr.24491) 912 : cluster [DBG] pgmap v784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:31.952127+0000 mgr.y (mgr.24491) 912 : cluster [DBG] pgmap v784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:33.952480+0000 mgr.y (mgr.24491) 913 : cluster [DBG] pgmap v785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:33.952480+0000 mgr.y (mgr.24491) 913 : cluster [DBG] pgmap v785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:33.952480+0000 mgr.y (mgr.24491) 913 : cluster [DBG] pgmap v785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:35.953324+0000 mgr.y (mgr.24491) 914 : cluster [DBG] pgmap v786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:35.953324+0000 mgr.y (mgr.24491) 914 : cluster [DBG] pgmap v786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:35.953324+0000 mgr.y (mgr.24491) 914 : cluster [DBG] pgmap v786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:37] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T03:58:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:37.953655+0000 mgr.y (mgr.24491) 915 : cluster [DBG] pgmap v787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:37.953655+0000 mgr.y (mgr.24491) 915 : cluster [DBG] pgmap v787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:37.953655+0000 mgr.y (mgr.24491) 915 : cluster [DBG] pgmap v787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:39.954287+0000 mgr.y (mgr.24491) 916 : cluster [DBG] pgmap v788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:39.954287+0000 mgr.y (mgr.24491) 916 : cluster [DBG] pgmap v788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:39.954287+0000 mgr.y (mgr.24491) 916 : cluster [DBG] pgmap v788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:58:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:41.954789+0000 mgr.y (mgr.24491) 917 : cluster [DBG] pgmap v789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:41.954789+0000 mgr.y (mgr.24491) 917 : cluster [DBG] pgmap v789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:41.954789+0000 mgr.y (mgr.24491) 917 : cluster [DBG] pgmap v789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:43.955195+0000 mgr.y (mgr.24491) 918 : cluster [DBG] pgmap v790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:43.955195+0000 mgr.y (mgr.24491) 918 : cluster [DBG] pgmap v790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:43.955195+0000 mgr.y (mgr.24491) 918 : cluster [DBG] pgmap v790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:45.956083+0000 mgr.y (mgr.24491) 919 : cluster [DBG] pgmap v791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:45.956083+0000 mgr.y (mgr.24491) 919 : cluster [DBG] pgmap v791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:45.956083+0000 mgr.y (mgr.24491) 919 : cluster [DBG] pgmap v791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:47] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-04-20T03:58:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:47.956605+0000 mgr.y (mgr.24491) 920 : cluster [DBG] pgmap v792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:47.956605+0000 mgr.y (mgr.24491) 920 : cluster [DBG] pgmap v792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:47.956605+0000 mgr.y (mgr.24491) 920 : cluster [DBG] pgmap v792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:49.957320+0000 mgr.y (mgr.24491) 921 : cluster [DBG] pgmap v793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:49.957320+0000 mgr.y (mgr.24491) 921 : cluster [DBG] pgmap v793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:49.957320+0000 mgr.y (mgr.24491) 921 : cluster [DBG] pgmap v793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:58:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:51.957867+0000 mgr.y (mgr.24491) 922 : cluster [DBG] pgmap v794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:51.957867+0000 mgr.y (mgr.24491) 922 : cluster [DBG] pgmap v794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:51.957867+0000 mgr.y (mgr.24491) 922 : cluster [DBG] pgmap v794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:55.310 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:58:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:53.958239+0000 mgr.y (mgr.24491) 923 : cluster [DBG] pgmap v795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:53.958239+0000 mgr.y (mgr.24491) 923 : cluster [DBG] pgmap v795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:53.958239+0000 mgr.y (mgr.24491) 923 : cluster [DBG] pgmap v795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:55.584 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:58:55.584 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (24m) 3m ago 25m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (25m) 3m ago 25m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (26m) 3m ago 26m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (26m) 3m ago 26m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (30m) 3m ago 30m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (31m) 3m ago 31m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (31m) 3m ago 31m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (30m) 3m ago 30m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (30m) 3m ago 30m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (25m) 3m ago 25m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (25m) 3m ago 25m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (29m) 3m ago 29m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (29m) 3m ago 29m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:58:55.585 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (28m) 3m ago 28m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:58:55.586 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (28m) 3m ago 28m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:58:55.586 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (28m) 3m ago 28m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:58:55.586 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (27m) 3m ago 27m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:58:55.586 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (27m) 3m ago 27m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:58:55.586 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (26m) 3m ago 26m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:58:55.586 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (24m) 3m ago 25m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:58:55.917 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:58:55.918 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:58:55.918 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:58:55.918 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:58:55.918 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:58:55.918 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:58:55.918 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:58:55.918 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:58:55.918 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:58:55.918 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:58:55.918 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:58:55.918 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:58:55.919 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:58:55.919 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:58:55.919 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:58:55.919 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:58:55.919 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:58:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:58:55.918804+0000 mon.c (mon.2) 68 : audit [DBG] from='client.? 172.21.15.177:0/3359095093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:58:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:58:55.918804+0000 mon.c (mon.2) 68 : audit [DBG] from='client.? 172.21.15.177:0/3359095093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:58:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:58:55.918804+0000 mon.c (mon.2) 68 : audit [DBG] from='client.? 172.21.15.177:0/3359095093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:58:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:58:55.299665+0000 mgr.y (mgr.24491) 924 : audit [DBG] from='client.25682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:58:55.577566+0000 mgr.y (mgr.24491) 925 : audit [DBG] from='client.15783 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:55.958929+0000 mgr.y (mgr.24491) 926 : cluster [DBG] pgmap v796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:58:55.299665+0000 mgr.y (mgr.24491) 924 : audit [DBG] from='client.25682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:58:55.577566+0000 mgr.y (mgr.24491) 925 : audit [DBG] from='client.15783 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:55.958929+0000 mgr.y (mgr.24491) 926 : cluster [DBG] pgmap v796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:58:55.299665+0000 mgr.y (mgr.24491) 924 : audit [DBG] from='client.25682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:58:55.577566+0000 mgr.y (mgr.24491) 925 : audit [DBG] from='client.15783 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:58:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:55.958929+0000 mgr.y (mgr.24491) 926 : cluster [DBG] pgmap v796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:58:57] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-04-20T03:58:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:57.959464+0000 mgr.y (mgr.24491) 927 : cluster [DBG] pgmap v797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:57.959464+0000 mgr.y (mgr.24491) 927 : cluster [DBG] pgmap v797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:58:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:58:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:57.959464+0000 mgr.y (mgr.24491) 927 : cluster [DBG] pgmap v797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:58:59.960157+0000 mgr.y (mgr.24491) 928 : cluster [DBG] pgmap v798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:58:59.960157+0000 mgr.y (mgr.24491) 928 : cluster [DBG] pgmap v798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:58:59.960157+0000 mgr.y (mgr.24491) 928 : cluster [DBG] pgmap v798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:59:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:01.960556+0000 mgr.y (mgr.24491) 929 : cluster [DBG] pgmap v799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:01.960556+0000 mgr.y (mgr.24491) 929 : cluster [DBG] pgmap v799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:01.960556+0000 mgr.y (mgr.24491) 929 : cluster [DBG] pgmap v799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:03.960921+0000 mgr.y (mgr.24491) 930 : cluster [DBG] pgmap v800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:03.960921+0000 mgr.y (mgr.24491) 930 : cluster [DBG] pgmap v800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:03.960921+0000 mgr.y (mgr.24491) 930 : cluster [DBG] pgmap v800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:05.961804+0000 mgr.y (mgr.24491) 931 : cluster [DBG] pgmap v801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:05.961804+0000 mgr.y (mgr.24491) 931 : cluster [DBG] pgmap v801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:05.961804+0000 mgr.y (mgr.24491) 931 : cluster [DBG] pgmap v801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:07] "GET /metrics HTTP/1.1" 200 188289 "" "Prometheus/2.33.4" 2024-04-20T03:59:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:07.962255+0000 mgr.y (mgr.24491) 932 : cluster [DBG] pgmap v802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:07.962255+0000 mgr.y (mgr.24491) 932 : cluster [DBG] pgmap v802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:07.962255+0000 mgr.y (mgr.24491) 932 : cluster [DBG] pgmap v802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:09.962910+0000 mgr.y (mgr.24491) 933 : cluster [DBG] pgmap v803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:09.962910+0000 mgr.y (mgr.24491) 933 : cluster [DBG] pgmap v803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:09.962910+0000 mgr.y (mgr.24491) 933 : cluster [DBG] pgmap v803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:59:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:11.963389+0000 mgr.y (mgr.24491) 934 : cluster [DBG] pgmap v804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:11.963389+0000 mgr.y (mgr.24491) 934 : cluster [DBG] pgmap v804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:11.963389+0000 mgr.y (mgr.24491) 934 : cluster [DBG] pgmap v804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:13.963843+0000 mgr.y (mgr.24491) 935 : cluster [DBG] pgmap v805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:13.963843+0000 mgr.y (mgr.24491) 935 : cluster [DBG] pgmap v805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:13.963843+0000 mgr.y (mgr.24491) 935 : cluster [DBG] pgmap v805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:15.964479+0000 mgr.y (mgr.24491) 936 : cluster [DBG] pgmap v806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:15.964479+0000 mgr.y (mgr.24491) 936 : cluster [DBG] pgmap v806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:15.964479+0000 mgr.y (mgr.24491) 936 : cluster [DBG] pgmap v806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:17] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-04-20T03:59:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:17.964896+0000 mgr.y (mgr.24491) 937 : cluster [DBG] pgmap v807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:17.964896+0000 mgr.y (mgr.24491) 937 : cluster [DBG] pgmap v807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:17.964896+0000 mgr.y (mgr.24491) 937 : cluster [DBG] pgmap v807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:19.965558+0000 mgr.y (mgr.24491) 938 : cluster [DBG] pgmap v808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:19.965558+0000 mgr.y (mgr.24491) 938 : cluster [DBG] pgmap v808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:19.965558+0000 mgr.y (mgr.24491) 938 : cluster [DBG] pgmap v808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:59:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:21.965996+0000 mgr.y (mgr.24491) 939 : cluster [DBG] pgmap v809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:21.965996+0000 mgr.y (mgr.24491) 939 : cluster [DBG] pgmap v809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:21.965996+0000 mgr.y (mgr.24491) 939 : cluster [DBG] pgmap v809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:23.966333+0000 mgr.y (mgr.24491) 940 : cluster [DBG] pgmap v810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:23.966333+0000 mgr.y (mgr.24491) 940 : cluster [DBG] pgmap v810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:23.966333+0000 mgr.y (mgr.24491) 940 : cluster [DBG] pgmap v810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:26.222 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (25m) 4m ago 26m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (25m) 4m ago 25m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (27m) 4m ago 27m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (27m) 4m ago 27m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (30m) 4m ago 30m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (32m) 4m ago 32m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (32m) 4m ago 32m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (30m) 4m ago 30m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (30m) 4m ago 30m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (26m) 4m ago 26m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (26m) 4m ago 26m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (30m) 4m ago 30m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:59:26.501 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (29m) 4m ago 29m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:59:26.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (29m) 4m ago 29m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:59:26.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (29m) 4m ago 29m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:59:26.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (28m) 4m ago 28m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:59:26.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (28m) 4m ago 28m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:59:26.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (27m) 4m ago 27m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:59:26.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (27m) 4m ago 27m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:59:26.502 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (25m) 4m ago 26m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:59:26.848 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:59:26.848 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:59:26.848 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:59:26.848 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:59:26.848 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:59:26.848 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:59:26.848 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:59:26.849 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:59:26.849 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:59:26.849 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:59:26.849 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:59:26.849 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:59:26.849 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:59:26.849 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:59:26.849 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:59:26.849 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:59:26.849 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:59:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:25.966915+0000 mgr.y (mgr.24491) 941 : cluster [DBG] pgmap v811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:59:26.359328+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:59:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:59:26.598977+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:59:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:59:26.849314+0000 mon.a (mon.0) 931 : audit [DBG] from='client.? 172.21.15.177:0/552946993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:59:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:59:26.868109+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:59:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:59:26.868724+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:59:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:59:26.875103+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:59:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:25.966915+0000 mgr.y (mgr.24491) 941 : cluster [DBG] pgmap v811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:59:26.359328+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:59:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:59:26.598977+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:59:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:59:26.849314+0000 mon.a (mon.0) 931 : audit [DBG] from='client.? 172.21.15.177:0/552946993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:59:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:59:26.868109+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:59:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:59:26.868724+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:59:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:59:26.875103+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:59:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:25.966915+0000 mgr.y (mgr.24491) 941 : cluster [DBG] pgmap v811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:59:26.359328+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T03:59:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:59:26.598977+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:59:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:59:26.849314+0000 mon.a (mon.0) 931 : audit [DBG] from='client.? 172.21.15.177:0/552946993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:59:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:59:26.868109+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T03:59:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:59:26.868724+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T03:59:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:59:26.875103+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T03:59:28.056 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:27] "GET /metrics HTTP/1.1" 200 188283 "" "Prometheus/2.33.4" 2024-04-20T03:59:28.056 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:59:26.211545+0000 mgr.y (mgr.24491) 942 : audit [DBG] from='client.25700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:59:26.493838+0000 mgr.y (mgr.24491) 943 : audit [DBG] from='client.25706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:59:26.211545+0000 mgr.y (mgr.24491) 942 : audit [DBG] from='client.25700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:59:26.493838+0000 mgr.y (mgr.24491) 943 : audit [DBG] from='client.25706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:59:26.211545+0000 mgr.y (mgr.24491) 942 : audit [DBG] from='client.25700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:59:26.493838+0000 mgr.y (mgr.24491) 943 : audit [DBG] from='client.25706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:27.967467+0000 mgr.y (mgr.24491) 944 : cluster [DBG] pgmap v812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:27.967467+0000 mgr.y (mgr.24491) 944 : cluster [DBG] pgmap v812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:27.967467+0000 mgr.y (mgr.24491) 944 : cluster [DBG] pgmap v812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:29.968367+0000 mgr.y (mgr.24491) 945 : cluster [DBG] pgmap v813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:29.968367+0000 mgr.y (mgr.24491) 945 : cluster [DBG] pgmap v813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:29.968367+0000 mgr.y (mgr.24491) 945 : cluster [DBG] pgmap v813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:59:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:31.968738+0000 mgr.y (mgr.24491) 946 : cluster [DBG] pgmap v814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:31.968738+0000 mgr.y (mgr.24491) 946 : cluster [DBG] pgmap v814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:31.968738+0000 mgr.y (mgr.24491) 946 : cluster [DBG] pgmap v814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:33.969128+0000 mgr.y (mgr.24491) 947 : cluster [DBG] pgmap v815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:33.969128+0000 mgr.y (mgr.24491) 947 : cluster [DBG] pgmap v815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:33.969128+0000 mgr.y (mgr.24491) 947 : cluster [DBG] pgmap v815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:35.969802+0000 mgr.y (mgr.24491) 948 : cluster [DBG] pgmap v816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:35.969802+0000 mgr.y (mgr.24491) 948 : cluster [DBG] pgmap v816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:35.969802+0000 mgr.y (mgr.24491) 948 : cluster [DBG] pgmap v816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:37] "GET /metrics HTTP/1.1" 200 188287 "" "Prometheus/2.33.4" 2024-04-20T03:59:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:37.970190+0000 mgr.y (mgr.24491) 949 : cluster [DBG] pgmap v817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:37.970190+0000 mgr.y (mgr.24491) 949 : cluster [DBG] pgmap v817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:37.970190+0000 mgr.y (mgr.24491) 949 : cluster [DBG] pgmap v817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:39.970793+0000 mgr.y (mgr.24491) 950 : cluster [DBG] pgmap v818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:39.970793+0000 mgr.y (mgr.24491) 950 : cluster [DBG] pgmap v818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:39.970793+0000 mgr.y (mgr.24491) 950 : cluster [DBG] pgmap v818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:59:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:41.971165+0000 mgr.y (mgr.24491) 951 : cluster [DBG] pgmap v819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:41.971165+0000 mgr.y (mgr.24491) 951 : cluster [DBG] pgmap v819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:41.971165+0000 mgr.y (mgr.24491) 951 : cluster [DBG] pgmap v819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:43.971657+0000 mgr.y (mgr.24491) 952 : cluster [DBG] pgmap v820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:43.971657+0000 mgr.y (mgr.24491) 952 : cluster [DBG] pgmap v820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:43.971657+0000 mgr.y (mgr.24491) 952 : cluster [DBG] pgmap v820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:45.972444+0000 mgr.y (mgr.24491) 953 : cluster [DBG] pgmap v821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:45.972444+0000 mgr.y (mgr.24491) 953 : cluster [DBG] pgmap v821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:45.972444+0000 mgr.y (mgr.24491) 953 : cluster [DBG] pgmap v821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:47] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T03:59:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:47.972859+0000 mgr.y (mgr.24491) 954 : cluster [DBG] pgmap v822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:47.972859+0000 mgr.y (mgr.24491) 954 : cluster [DBG] pgmap v822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:47.972859+0000 mgr.y (mgr.24491) 954 : cluster [DBG] pgmap v822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:49.973606+0000 mgr.y (mgr.24491) 955 : cluster [DBG] pgmap v823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:49.973606+0000 mgr.y (mgr.24491) 955 : cluster [DBG] pgmap v823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:49.973606+0000 mgr.y (mgr.24491) 955 : cluster [DBG] pgmap v823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 03:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T03:59:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:51.974064+0000 mgr.y (mgr.24491) 956 : cluster [DBG] pgmap v824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:51.974064+0000 mgr.y (mgr.24491) 956 : cluster [DBG] pgmap v824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:51.974064+0000 mgr.y (mgr.24491) 956 : cluster [DBG] pgmap v824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:53.974452+0000 mgr.y (mgr.24491) 957 : cluster [DBG] pgmap v825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:53.974452+0000 mgr.y (mgr.24491) 957 : cluster [DBG] pgmap v825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:53.974452+0000 mgr.y (mgr.24491) 957 : cluster [DBG] pgmap v825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:57.158 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T03:59:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:55.975153+0000 mgr.y (mgr.24491) 958 : cluster [DBG] pgmap v826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:55.975153+0000 mgr.y (mgr.24491) 958 : cluster [DBG] pgmap v826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:57.430 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (25m) 4m ago 26m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (26m) 4m ago 26m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (27m) 4m ago 27m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (27m) 4m ago 27m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (31m) 4m ago 31m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (32m) 4m ago 32m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (32m) 4m ago 32m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (31m) 4m ago 31m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (31m) 4m ago 31m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (26m) 4m ago 26m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (26m) 4m ago 26m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (30m) 4m ago 30m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (30m) 4m ago 30m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (29m) 4m ago 29m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (29m) 4m ago 29m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T03:59:57.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (29m) 4m ago 29m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T03:59:57.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (28m) 4m ago 28m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T03:59:57.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (28m) 4m ago 28m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T03:59:57.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (27m) 4m ago 27m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T03:59:57.432 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (25m) 4m ago 26m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T03:59:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:55.975153+0000 mgr.y (mgr.24491) 958 : cluster [DBG] pgmap v826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:57.764 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T03:59:57.764 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T03:59:57.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T03:59:57.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:59:57.764 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T03:59:57.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:59:57.765 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:59:57.765 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T03:59:57.765 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T03:59:57.765 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:59:57.765 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T03:59:57.765 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T03:59:57.765 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T03:59:57.765 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T03:59:57.765 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T03:59:57.765 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T03:59:57.765 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T03:59:58.104 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 03:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:03:59:57] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T03:59:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:59:57.147691+0000 mgr.y (mgr.24491) 959 : audit [DBG] from='client.15813 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:59:57.765610+0000 mon.a (mon.0) 935 : audit [DBG] from='client.? 172.21.15.177:0/1058642489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:59:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:59:57.147691+0000 mgr.y (mgr.24491) 959 : audit [DBG] from='client.15813 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:59:57.765610+0000 mon.a (mon.0) 935 : audit [DBG] from='client.? 172.21.15.177:0/1058642489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:59:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:59:57.147691+0000 mgr.y (mgr.24491) 959 : audit [DBG] from='client.15813 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:59:57.765610+0000 mon.a (mon.0) 935 : audit [DBG] from='client.? 172.21.15.177:0/1058642489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T03:59:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T03:59:57.424377+0000 mgr.y (mgr.24491) 960 : audit [DBG] from='client.15819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 03:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:57.975486+0000 mgr.y (mgr.24491) 961 : cluster [DBG] pgmap v827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T03:59:57.424377+0000 mgr.y (mgr.24491) 960 : audit [DBG] from='client.15819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 03:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:57.975486+0000 mgr.y (mgr.24491) 961 : cluster [DBG] pgmap v827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T03:59:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T03:59:57.424377+0000 mgr.y (mgr.24491) 960 : audit [DBG] from='client.15819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T03:59:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 03:59:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:57.975486+0000 mgr.y (mgr.24491) 961 : cluster [DBG] pgmap v827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T03:59:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:00:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:00.000178+0000 mon.a (mon.0) 936 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:00:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:00.000178+0000 mon.a (mon.0) 936 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:00:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:00.000178+0000 mon.a (mon.0) 936 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:00:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T03:59:59.976202+0000 mgr.y (mgr.24491) 962 : cluster [DBG] pgmap v828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T03:59:59.976202+0000 mgr.y (mgr.24491) 962 : cluster [DBG] pgmap v828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T03:59:59.976202+0000 mgr.y (mgr.24491) 962 : cluster [DBG] pgmap v828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:00:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:01.976578+0000 mgr.y (mgr.24491) 963 : cluster [DBG] pgmap v829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:01.976578+0000 mgr.y (mgr.24491) 963 : cluster [DBG] pgmap v829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:01.976578+0000 mgr.y (mgr.24491) 963 : cluster [DBG] pgmap v829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:03.977078+0000 mgr.y (mgr.24491) 964 : cluster [DBG] pgmap v830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:03.977078+0000 mgr.y (mgr.24491) 964 : cluster [DBG] pgmap v830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:03.977078+0000 mgr.y (mgr.24491) 964 : cluster [DBG] pgmap v830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:05.977799+0000 mgr.y (mgr.24491) 965 : cluster [DBG] pgmap v831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:05.977799+0000 mgr.y (mgr.24491) 965 : cluster [DBG] pgmap v831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:05.977799+0000 mgr.y (mgr.24491) 965 : cluster [DBG] pgmap v831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:07] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T04:00:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:07.978348+0000 mgr.y (mgr.24491) 966 : cluster [DBG] pgmap v832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:07.978348+0000 mgr.y (mgr.24491) 966 : cluster [DBG] pgmap v832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:07.978348+0000 mgr.y (mgr.24491) 966 : cluster [DBG] pgmap v832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:09.979161+0000 mgr.y (mgr.24491) 967 : cluster [DBG] pgmap v833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:09.979161+0000 mgr.y (mgr.24491) 967 : cluster [DBG] pgmap v833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:09.979161+0000 mgr.y (mgr.24491) 967 : cluster [DBG] pgmap v833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:00:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:11.979744+0000 mgr.y (mgr.24491) 968 : cluster [DBG] pgmap v834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:11.979744+0000 mgr.y (mgr.24491) 968 : cluster [DBG] pgmap v834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:11.979744+0000 mgr.y (mgr.24491) 968 : cluster [DBG] pgmap v834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:13.980307+0000 mgr.y (mgr.24491) 969 : cluster [DBG] pgmap v835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:13.980307+0000 mgr.y (mgr.24491) 969 : cluster [DBG] pgmap v835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:13.980307+0000 mgr.y (mgr.24491) 969 : cluster [DBG] pgmap v835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:15.981109+0000 mgr.y (mgr.24491) 970 : cluster [DBG] pgmap v836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:15.981109+0000 mgr.y (mgr.24491) 970 : cluster [DBG] pgmap v836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:15.981109+0000 mgr.y (mgr.24491) 970 : cluster [DBG] pgmap v836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:17] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T04:00:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:17.981691+0000 mgr.y (mgr.24491) 971 : cluster [DBG] pgmap v837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:17.981691+0000 mgr.y (mgr.24491) 971 : cluster [DBG] pgmap v837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:17.981691+0000 mgr.y (mgr.24491) 971 : cluster [DBG] pgmap v837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:19.982283+0000 mgr.y (mgr.24491) 972 : cluster [DBG] pgmap v838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:19.982283+0000 mgr.y (mgr.24491) 972 : cluster [DBG] pgmap v838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:00:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:19.982283+0000 mgr.y (mgr.24491) 972 : cluster [DBG] pgmap v838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:21.982659+0000 mgr.y (mgr.24491) 973 : cluster [DBG] pgmap v839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:21.982659+0000 mgr.y (mgr.24491) 973 : cluster [DBG] pgmap v839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:21.982659+0000 mgr.y (mgr.24491) 973 : cluster [DBG] pgmap v839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:23.983041+0000 mgr.y (mgr.24491) 974 : cluster [DBG] pgmap v840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:23.983041+0000 mgr.y (mgr.24491) 974 : cluster [DBG] pgmap v840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:23.983041+0000 mgr.y (mgr.24491) 974 : cluster [DBG] pgmap v840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:25.983925+0000 mgr.y (mgr.24491) 975 : cluster [DBG] pgmap v841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:00:26.879924+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:00:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:25.983925+0000 mgr.y (mgr.24491) 975 : cluster [DBG] pgmap v841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:00:26.879924+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:00:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:25.983925+0000 mgr.y (mgr.24491) 975 : cluster [DBG] pgmap v841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:00:26.879924+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:00:28.064 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:27] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T04:00:28.065 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:00:28.342 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (26m) 5m ago 27m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (26m) 5m ago 26m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (28m) 5m ago 28m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (28m) 5m ago 28m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (31m) 5m ago 31m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (33m) 5m ago 33m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (33m) 5m ago 33m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (32m) 5m ago 31m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (31m) 5m ago 31m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (27m) 5m ago 27m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (27m) 5m ago 27m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (31m) 5m ago 31m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (30m) 5m ago 30m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:00:28.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (30m) 5m ago 30m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:00:28.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (30m) 5m ago 30m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:00:28.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (29m) 5m ago 29m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:00:28.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (29m) 5m ago 29m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:00:28.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (28m) 5m ago 28m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:00:28.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (28m) 5m ago 28m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:00:28.344 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (26m) 5m ago 27m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:00:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:00:27.172659+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:00:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:00:27.173308+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:00:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:00:27.177576+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:00:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:00:27.172659+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:00:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:00:27.173308+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:00:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:00:27.177576+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:00:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:00:27.172659+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:00:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:00:27.173308+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:00:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:00:27.177576+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:00:28.676 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:00:28.676 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:00:28.677 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:00:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:27.984330+0000 mgr.y (mgr.24491) 976 : cluster [DBG] pgmap v842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:00:28.053254+0000 mgr.y (mgr.24491) 977 : audit [DBG] from='client.25736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:00:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:00:28.677920+0000 mon.c (mon.2) 69 : audit [DBG] from='client.? 172.21.15.177:0/3887540569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:00:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:27.984330+0000 mgr.y (mgr.24491) 976 : cluster [DBG] pgmap v842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:00:28.053254+0000 mgr.y (mgr.24491) 977 : audit [DBG] from='client.25736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:00:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:00:28.677920+0000 mon.c (mon.2) 69 : audit [DBG] from='client.? 172.21.15.177:0/3887540569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:00:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:27.984330+0000 mgr.y (mgr.24491) 976 : cluster [DBG] pgmap v842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:00:28.053254+0000 mgr.y (mgr.24491) 977 : audit [DBG] from='client.25736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:00:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:00:28.677920+0000 mon.c (mon.2) 69 : audit [DBG] from='client.? 172.21.15.177:0/3887540569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:00:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:00:28.336280+0000 mgr.y (mgr.24491) 978 : audit [DBG] from='client.25742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:00:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:00:28.336280+0000 mgr.y (mgr.24491) 978 : audit [DBG] from='client.25742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:00:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:00:28.336280+0000 mgr.y (mgr.24491) 978 : audit [DBG] from='client.25742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:00:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:29.985081+0000 mgr.y (mgr.24491) 979 : cluster [DBG] pgmap v843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:00:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:29.985081+0000 mgr.y (mgr.24491) 979 : cluster [DBG] pgmap v843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:29.985081+0000 mgr.y (mgr.24491) 979 : cluster [DBG] pgmap v843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:31.985518+0000 mgr.y (mgr.24491) 980 : cluster [DBG] pgmap v844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:31.985518+0000 mgr.y (mgr.24491) 980 : cluster [DBG] pgmap v844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:31.985518+0000 mgr.y (mgr.24491) 980 : cluster [DBG] pgmap v844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:33.986096+0000 mgr.y (mgr.24491) 981 : cluster [DBG] pgmap v845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:33.986096+0000 mgr.y (mgr.24491) 981 : cluster [DBG] pgmap v845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:33.986096+0000 mgr.y (mgr.24491) 981 : cluster [DBG] pgmap v845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:35.987028+0000 mgr.y (mgr.24491) 982 : cluster [DBG] pgmap v846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:35.987028+0000 mgr.y (mgr.24491) 982 : cluster [DBG] pgmap v846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:35.987028+0000 mgr.y (mgr.24491) 982 : cluster [DBG] pgmap v846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:37] "GET /metrics HTTP/1.1" 200 188285 "" "Prometheus/2.33.4" 2024-04-20T04:00:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:37.987392+0000 mgr.y (mgr.24491) 983 : cluster [DBG] pgmap v847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:37.987392+0000 mgr.y (mgr.24491) 983 : cluster [DBG] pgmap v847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:37.987392+0000 mgr.y (mgr.24491) 983 : cluster [DBG] pgmap v847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:39.988164+0000 mgr.y (mgr.24491) 984 : cluster [DBG] pgmap v848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:00:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:39.988164+0000 mgr.y (mgr.24491) 984 : cluster [DBG] pgmap v848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:39.988164+0000 mgr.y (mgr.24491) 984 : cluster [DBG] pgmap v848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:41.988755+0000 mgr.y (mgr.24491) 985 : cluster [DBG] pgmap v849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:41.988755+0000 mgr.y (mgr.24491) 985 : cluster [DBG] pgmap v849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:41.988755+0000 mgr.y (mgr.24491) 985 : cluster [DBG] pgmap v849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:43.989178+0000 mgr.y (mgr.24491) 986 : cluster [DBG] pgmap v850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:43.989178+0000 mgr.y (mgr.24491) 986 : cluster [DBG] pgmap v850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:43.989178+0000 mgr.y (mgr.24491) 986 : cluster [DBG] pgmap v850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:45.990054+0000 mgr.y (mgr.24491) 987 : cluster [DBG] pgmap v851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:45.990054+0000 mgr.y (mgr.24491) 987 : cluster [DBG] pgmap v851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:45.990054+0000 mgr.y (mgr.24491) 987 : cluster [DBG] pgmap v851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:47] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-04-20T04:00:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:47.990620+0000 mgr.y (mgr.24491) 988 : cluster [DBG] pgmap v852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:47.990620+0000 mgr.y (mgr.24491) 988 : cluster [DBG] pgmap v852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:47.990620+0000 mgr.y (mgr.24491) 988 : cluster [DBG] pgmap v852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:49.991279+0000 mgr.y (mgr.24491) 989 : cluster [DBG] pgmap v853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:00:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:49.991279+0000 mgr.y (mgr.24491) 989 : cluster [DBG] pgmap v853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:49.991279+0000 mgr.y (mgr.24491) 989 : cluster [DBG] pgmap v853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:51.991649+0000 mgr.y (mgr.24491) 990 : cluster [DBG] pgmap v854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:51.991649+0000 mgr.y (mgr.24491) 990 : cluster [DBG] pgmap v854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:51.991649+0000 mgr.y (mgr.24491) 990 : cluster [DBG] pgmap v854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:53.992026+0000 mgr.y (mgr.24491) 991 : cluster [DBG] pgmap v855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:53.992026+0000 mgr.y (mgr.24491) 991 : cluster [DBG] pgmap v855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:53.992026+0000 mgr.y (mgr.24491) 991 : cluster [DBG] pgmap v855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:55.992683+0000 mgr.y (mgr.24491) 992 : cluster [DBG] pgmap v856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:55.992683+0000 mgr.y (mgr.24491) 992 : cluster [DBG] pgmap v856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:55.992683+0000 mgr.y (mgr.24491) 992 : cluster [DBG] pgmap v856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:00:57] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-04-20T04:00:58.987 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:00:59.263 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:00:59.263 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (26m) 5m ago 27m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:00:59.263 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (27m) 5m ago 27m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:00:59.263 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (28m) 5m ago 28m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:00:59.263 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (28m) 5m ago 28m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:00:59.263 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (32m) 5m ago 32m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:00:59.263 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (33m) 5m ago 33m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:00:59.263 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (33m) 5m ago 33m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:00:59.263 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (32m) 5m ago 32m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:00:59.263 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (32m) 5m ago 32m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:00:59.264 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (27m) 5m ago 27m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:00:59.264 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (27m) 5m ago 27m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:00:59.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (31m) 5m ago 31m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:00:59.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (31m) 5m ago 31m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:00:59.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (31m) 5m ago 30m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:00:59.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (30m) 5m ago 30m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:00:59.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (30m) 5m ago 30m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:00:59.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (29m) 5m ago 29m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:00:59.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (29m) 5m ago 29m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:00:59.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (28m) 5m ago 28m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:00:59.264 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (26m) 5m ago 27m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:00:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:57.993163+0000 mgr.y (mgr.24491) 993 : cluster [DBG] pgmap v857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:57.993163+0000 mgr.y (mgr.24491) 993 : cluster [DBG] pgmap v857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:00:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:57.993163+0000 mgr.y (mgr.24491) 993 : cluster [DBG] pgmap v857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:00:59.600 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:00:59.600 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:00:59.600 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:00:59.600 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:00:59.600 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:00:59.600 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:00:59.600 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:00:59.600 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:00:59.600 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:00:59.601 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:00:59.601 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:00:59.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:00:59.601 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:00:59.601 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:00:59.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:00:59.601 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:00:59.601 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:01:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:00:58.975552+0000 mgr.y (mgr.24491) 994 : audit [DBG] from='client.15849 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:00:59.601378+0000 mon.a (mon.0) 941 : audit [DBG] from='client.? 172.21.15.177:0/2837210371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:01:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:00:58.975552+0000 mgr.y (mgr.24491) 994 : audit [DBG] from='client.15849 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:00:59.601378+0000 mon.a (mon.0) 941 : audit [DBG] from='client.? 172.21.15.177:0/2837210371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:01:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:00:58.975552+0000 mgr.y (mgr.24491) 994 : audit [DBG] from='client.15849 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:00:59.601378+0000 mon.a (mon.0) 941 : audit [DBG] from='client.? 172.21.15.177:0/2837210371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:01:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:00:59.256492+0000 mgr.y (mgr.24491) 995 : audit [DBG] from='client.15855 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:00:59.993870+0000 mgr.y (mgr.24491) 996 : cluster [DBG] pgmap v858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:00:59.256492+0000 mgr.y (mgr.24491) 995 : audit [DBG] from='client.15855 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:00:59.993870+0000 mgr.y (mgr.24491) 996 : cluster [DBG] pgmap v858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:01.470 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:01:01.470 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:00:59.256492+0000 mgr.y (mgr.24491) 995 : audit [DBG] from='client.15855 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:01.470 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:00:59.993870+0000 mgr.y (mgr.24491) 996 : cluster [DBG] pgmap v858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:01.994300+0000 mgr.y (mgr.24491) 997 : cluster [DBG] pgmap v859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:01.994300+0000 mgr.y (mgr.24491) 997 : cluster [DBG] pgmap v859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:01.994300+0000 mgr.y (mgr.24491) 997 : cluster [DBG] pgmap v859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:05.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:03.994755+0000 mgr.y (mgr.24491) 998 : cluster [DBG] pgmap v860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:05.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:03.994755+0000 mgr.y (mgr.24491) 998 : cluster [DBG] pgmap v860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:03.994755+0000 mgr.y (mgr.24491) 998 : cluster [DBG] pgmap v860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:05.995466+0000 mgr.y (mgr.24491) 999 : cluster [DBG] pgmap v861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:05.995466+0000 mgr.y (mgr.24491) 999 : cluster [DBG] pgmap v861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:05.995466+0000 mgr.y (mgr.24491) 999 : cluster [DBG] pgmap v861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:07] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T04:01:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:07.996074+0000 mgr.y (mgr.24491) 1000 : cluster [DBG] pgmap v862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:07.996074+0000 mgr.y (mgr.24491) 1000 : cluster [DBG] pgmap v862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:07.996074+0000 mgr.y (mgr.24491) 1000 : cluster [DBG] pgmap v862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:09.996755+0000 mgr.y (mgr.24491) 1001 : cluster [DBG] pgmap v863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:09.996755+0000 mgr.y (mgr.24491) 1001 : cluster [DBG] pgmap v863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:09.996755+0000 mgr.y (mgr.24491) 1001 : cluster [DBG] pgmap v863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:01:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:11.997160+0000 mgr.y (mgr.24491) 1002 : cluster [DBG] pgmap v864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:11.997160+0000 mgr.y (mgr.24491) 1002 : cluster [DBG] pgmap v864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:11.997160+0000 mgr.y (mgr.24491) 1002 : cluster [DBG] pgmap v864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:13.997481+0000 mgr.y (mgr.24491) 1003 : cluster [DBG] pgmap v865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:13.997481+0000 mgr.y (mgr.24491) 1003 : cluster [DBG] pgmap v865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:13.997481+0000 mgr.y (mgr.24491) 1003 : cluster [DBG] pgmap v865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:15.998333+0000 mgr.y (mgr.24491) 1004 : cluster [DBG] pgmap v866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:15.998333+0000 mgr.y (mgr.24491) 1004 : cluster [DBG] pgmap v866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:15.998333+0000 mgr.y (mgr.24491) 1004 : cluster [DBG] pgmap v866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:17] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T04:01:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:17.998800+0000 mgr.y (mgr.24491) 1005 : cluster [DBG] pgmap v867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:17.998800+0000 mgr.y (mgr.24491) 1005 : cluster [DBG] pgmap v867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:17.998800+0000 mgr.y (mgr.24491) 1005 : cluster [DBG] pgmap v867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:19.999391+0000 mgr.y (mgr.24491) 1006 : cluster [DBG] pgmap v868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:19.999391+0000 mgr.y (mgr.24491) 1006 : cluster [DBG] pgmap v868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:19.999391+0000 mgr.y (mgr.24491) 1006 : cluster [DBG] pgmap v868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:01:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:21.999992+0000 mgr.y (mgr.24491) 1007 : cluster [DBG] pgmap v869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:21.999992+0000 mgr.y (mgr.24491) 1007 : cluster [DBG] pgmap v869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:21.999992+0000 mgr.y (mgr.24491) 1007 : cluster [DBG] pgmap v869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:24.000538+0000 mgr.y (mgr.24491) 1008 : cluster [DBG] pgmap v870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:24.000538+0000 mgr.y (mgr.24491) 1008 : cluster [DBG] pgmap v870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:24.000538+0000 mgr.y (mgr.24491) 1008 : cluster [DBG] pgmap v870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:26.001248+0000 mgr.y (mgr.24491) 1009 : cluster [DBG] pgmap v871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:26.001248+0000 mgr.y (mgr.24491) 1009 : cluster [DBG] pgmap v871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:26.001248+0000 mgr.y (mgr.24491) 1009 : cluster [DBG] pgmap v871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:28.105 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:27] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T04:01:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:01:27.181711+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:01:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:01:27.181711+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:01:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:01:27.181711+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:01:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:28.001540+0000 mgr.y (mgr.24491) 1010 : cluster [DBG] pgmap v872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:28.001540+0000 mgr.y (mgr.24491) 1010 : cluster [DBG] pgmap v872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:28.001540+0000 mgr.y (mgr.24491) 1010 : cluster [DBG] pgmap v872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:29.909 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:01:30.188 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:01:30.188 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (27m) 6m ago 28m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:01:30.188 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (27m) 6m ago 27m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:01:30.188 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (29m) 6m ago 29m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (29m) 6m ago 29m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (32m) 6m ago 32m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (34m) 6m ago 34m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (34m) 6m ago 34m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (33m) 6m ago 33m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (32m) 6m ago 32m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (28m) 6m ago 28m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (28m) 6m ago 28m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (32m) 6m ago 32m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (31m) 6m ago 31m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (31m) 6m ago 31m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (31m) 6m ago 31m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (30m) 6m ago 30m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (30m) 6m ago 30m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:01:30.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (29m) 6m ago 29m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:01:30.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (29m) 6m ago 29m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:01:30.190 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (27m) 6m ago 28m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:01:30.544 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:01:30.544 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:01:30.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:01:30.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:01:30.544 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:01:30.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:01:30.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:01:30.544 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:01:30.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:01:30.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:01:30.544 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:01:30.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:01:30.545 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:01:30.545 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:01:30.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:01:30.545 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:01:30.545 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:01:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:01:29.898653+0000 mgr.y (mgr.24491) 1011 : audit [DBG] from='client.25772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:30.002061+0000 mgr.y (mgr.24491) 1012 : cluster [DBG] pgmap v873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:01:30.181522+0000 mgr.y (mgr.24491) 1013 : audit [DBG] from='client.25778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:01:30.539312+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:01:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:01:30.545220+0000 mon.a (mon.0) 944 : audit [DBG] from='client.? 172.21.15.177:0/541115100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:01:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:01:30.831144+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:01:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:01:30.831750+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:01:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:01:30.836096+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:01:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:01:29.898653+0000 mgr.y (mgr.24491) 1011 : audit [DBG] from='client.25772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:30.002061+0000 mgr.y (mgr.24491) 1012 : cluster [DBG] pgmap v873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:01:30.181522+0000 mgr.y (mgr.24491) 1013 : audit [DBG] from='client.25778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:01:30.539312+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:01:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:01:30.545220+0000 mon.a (mon.0) 944 : audit [DBG] from='client.? 172.21.15.177:0/541115100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:01:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:01:30.831144+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:01:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:01:30.831750+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:01:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:01:30.836096+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:01:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:01:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:01:29.898653+0000 mgr.y (mgr.24491) 1011 : audit [DBG] from='client.25772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:30.002061+0000 mgr.y (mgr.24491) 1012 : cluster [DBG] pgmap v873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:01:30.181522+0000 mgr.y (mgr.24491) 1013 : audit [DBG] from='client.25778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:01:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:01:30.539312+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:01:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:01:30.545220+0000 mon.a (mon.0) 944 : audit [DBG] from='client.? 172.21.15.177:0/541115100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:01:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:01:30.831144+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:01:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:01:30.831750+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:01:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:01:30.836096+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:01:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:32.002445+0000 mgr.y (mgr.24491) 1014 : cluster [DBG] pgmap v874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:32.002445+0000 mgr.y (mgr.24491) 1014 : cluster [DBG] pgmap v874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:32.002445+0000 mgr.y (mgr.24491) 1014 : cluster [DBG] pgmap v874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:34.002999+0000 mgr.y (mgr.24491) 1015 : cluster [DBG] pgmap v875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:34.002999+0000 mgr.y (mgr.24491) 1015 : cluster [DBG] pgmap v875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:34.002999+0000 mgr.y (mgr.24491) 1015 : cluster [DBG] pgmap v875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:36.003803+0000 mgr.y (mgr.24491) 1016 : cluster [DBG] pgmap v876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:36.003803+0000 mgr.y (mgr.24491) 1016 : cluster [DBG] pgmap v876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:36.003803+0000 mgr.y (mgr.24491) 1016 : cluster [DBG] pgmap v876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:37] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:01:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:38.004278+0000 mgr.y (mgr.24491) 1017 : cluster [DBG] pgmap v877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:38.004278+0000 mgr.y (mgr.24491) 1017 : cluster [DBG] pgmap v877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:38.004278+0000 mgr.y (mgr.24491) 1017 : cluster [DBG] pgmap v877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:40.005053+0000 mgr.y (mgr.24491) 1018 : cluster [DBG] pgmap v878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:40.005053+0000 mgr.y (mgr.24491) 1018 : cluster [DBG] pgmap v878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:40.005053+0000 mgr.y (mgr.24491) 1018 : cluster [DBG] pgmap v878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:01:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:42.005477+0000 mgr.y (mgr.24491) 1019 : cluster [DBG] pgmap v879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:42.005477+0000 mgr.y (mgr.24491) 1019 : cluster [DBG] pgmap v879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:42.005477+0000 mgr.y (mgr.24491) 1019 : cluster [DBG] pgmap v879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:44.005876+0000 mgr.y (mgr.24491) 1020 : cluster [DBG] pgmap v880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:44.005876+0000 mgr.y (mgr.24491) 1020 : cluster [DBG] pgmap v880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:44.005876+0000 mgr.y (mgr.24491) 1020 : cluster [DBG] pgmap v880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:46.006520+0000 mgr.y (mgr.24491) 1021 : cluster [DBG] pgmap v881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:46.006520+0000 mgr.y (mgr.24491) 1021 : cluster [DBG] pgmap v881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:46.006520+0000 mgr.y (mgr.24491) 1021 : cluster [DBG] pgmap v881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:47] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:01:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:48.007087+0000 mgr.y (mgr.24491) 1022 : cluster [DBG] pgmap v882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:48.007087+0000 mgr.y (mgr.24491) 1022 : cluster [DBG] pgmap v882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:48.007087+0000 mgr.y (mgr.24491) 1022 : cluster [DBG] pgmap v882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:50.007717+0000 mgr.y (mgr.24491) 1023 : cluster [DBG] pgmap v883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:50.007717+0000 mgr.y (mgr.24491) 1023 : cluster [DBG] pgmap v883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:50.007717+0000 mgr.y (mgr.24491) 1023 : cluster [DBG] pgmap v883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:01:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:52.008240+0000 mgr.y (mgr.24491) 1024 : cluster [DBG] pgmap v884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:52.008240+0000 mgr.y (mgr.24491) 1024 : cluster [DBG] pgmap v884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:52.008240+0000 mgr.y (mgr.24491) 1024 : cluster [DBG] pgmap v884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:54.008601+0000 mgr.y (mgr.24491) 1025 : cluster [DBG] pgmap v885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:54.008601+0000 mgr.y (mgr.24491) 1025 : cluster [DBG] pgmap v885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:54.008601+0000 mgr.y (mgr.24491) 1025 : cluster [DBG] pgmap v885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:56.009364+0000 mgr.y (mgr.24491) 1026 : cluster [DBG] pgmap v886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:56.009364+0000 mgr.y (mgr.24491) 1026 : cluster [DBG] pgmap v886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:56.009364+0000 mgr.y (mgr.24491) 1026 : cluster [DBG] pgmap v886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:01:57] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:01:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:01:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:01:58.009923+0000 mgr.y (mgr.24491) 1027 : cluster [DBG] pgmap v887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:01:58.009923+0000 mgr.y (mgr.24491) 1027 : cluster [DBG] pgmap v887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:01:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:01:58.009923+0000 mgr.y (mgr.24491) 1027 : cluster [DBG] pgmap v887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:00.860 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:02:01.133 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:02:01.133 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (27m) 6m ago 28m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (28m) 6m ago 28m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (29m) 6m ago 29m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (29m) 6m ago 29m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (33m) 6m ago 33m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (34m) 6m ago 34m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (34m) 6m ago 34m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (33m) 6m ago 33m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (33m) 6m ago 33m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (28m) 6m ago 28m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (28m) 6m ago 28m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (32m) 6m ago 32m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (32m) 6m ago 32m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (32m) 6m ago 32m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:02:01.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (31m) 6m ago 31m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:02:01.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (31m) 6m ago 31m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:02:01.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (30m) 6m ago 30m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:02:01.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (30m) 6m ago 30m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:02:01.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (29m) 6m ago 29m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:02:01.135 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (27m) 6m ago 29m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:02:01.468 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:02:01.468 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:02:01.468 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:02:01.468 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:02:01.468 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:02:01.468 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:02:01.468 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:02:01.469 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:02:01.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:02:01.469 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:02:01.469 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:02:01.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:02:01.469 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:02:01.469 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:02:01.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:02:01.469 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:02:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:02:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:00.010539+0000 mgr.y (mgr.24491) 1028 : cluster [DBG] pgmap v888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:02:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:00.010539+0000 mgr.y (mgr.24491) 1028 : cluster [DBG] pgmap v888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:00.010539+0000 mgr.y (mgr.24491) 1028 : cluster [DBG] pgmap v888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:02:00.848501+0000 mgr.y (mgr.24491) 1029 : audit [DBG] from='client.25790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:02:01.126976+0000 mgr.y (mgr.24491) 1030 : audit [DBG] from='client.15891 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:02:01.469304+0000 mon.a (mon.0) 948 : audit [DBG] from='client.? 172.21.15.177:0/2262486684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:02:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:02:00.848501+0000 mgr.y (mgr.24491) 1029 : audit [DBG] from='client.25790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:02:01.126976+0000 mgr.y (mgr.24491) 1030 : audit [DBG] from='client.15891 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:02:01.469304+0000 mon.a (mon.0) 948 : audit [DBG] from='client.? 172.21.15.177:0/2262486684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:02:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:02:00.848501+0000 mgr.y (mgr.24491) 1029 : audit [DBG] from='client.25790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:02:01.126976+0000 mgr.y (mgr.24491) 1030 : audit [DBG] from='client.15891 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:02:01.469304+0000 mon.a (mon.0) 948 : audit [DBG] from='client.? 172.21.15.177:0/2262486684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:02:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:02.010935+0000 mgr.y (mgr.24491) 1031 : cluster [DBG] pgmap v889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:02.010935+0000 mgr.y (mgr.24491) 1031 : cluster [DBG] pgmap v889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:02.010935+0000 mgr.y (mgr.24491) 1031 : cluster [DBG] pgmap v889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:04.011447+0000 mgr.y (mgr.24491) 1032 : cluster [DBG] pgmap v890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:04.011447+0000 mgr.y (mgr.24491) 1032 : cluster [DBG] pgmap v890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:04.011447+0000 mgr.y (mgr.24491) 1032 : cluster [DBG] pgmap v890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:06.012271+0000 mgr.y (mgr.24491) 1033 : cluster [DBG] pgmap v891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:06.012271+0000 mgr.y (mgr.24491) 1033 : cluster [DBG] pgmap v891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:06.012271+0000 mgr.y (mgr.24491) 1033 : cluster [DBG] pgmap v891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:02:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:08.012792+0000 mgr.y (mgr.24491) 1034 : cluster [DBG] pgmap v892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:08.012792+0000 mgr.y (mgr.24491) 1034 : cluster [DBG] pgmap v892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:08.012792+0000 mgr.y (mgr.24491) 1034 : cluster [DBG] pgmap v892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:10.013571+0000 mgr.y (mgr.24491) 1035 : cluster [DBG] pgmap v893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:10.013571+0000 mgr.y (mgr.24491) 1035 : cluster [DBG] pgmap v893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:10.013571+0000 mgr.y (mgr.24491) 1035 : cluster [DBG] pgmap v893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:02:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:12.013974+0000 mgr.y (mgr.24491) 1036 : cluster [DBG] pgmap v894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:12.013974+0000 mgr.y (mgr.24491) 1036 : cluster [DBG] pgmap v894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:12.013974+0000 mgr.y (mgr.24491) 1036 : cluster [DBG] pgmap v894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:14.014302+0000 mgr.y (mgr.24491) 1037 : cluster [DBG] pgmap v895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:14.014302+0000 mgr.y (mgr.24491) 1037 : cluster [DBG] pgmap v895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:14.014302+0000 mgr.y (mgr.24491) 1037 : cluster [DBG] pgmap v895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:16.014890+0000 mgr.y (mgr.24491) 1038 : cluster [DBG] pgmap v896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:16.014890+0000 mgr.y (mgr.24491) 1038 : cluster [DBG] pgmap v896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:16.014890+0000 mgr.y (mgr.24491) 1038 : cluster [DBG] pgmap v896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:02:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:18.015251+0000 mgr.y (mgr.24491) 1039 : cluster [DBG] pgmap v897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:18.015251+0000 mgr.y (mgr.24491) 1039 : cluster [DBG] pgmap v897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:18.015251+0000 mgr.y (mgr.24491) 1039 : cluster [DBG] pgmap v897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:20.015991+0000 mgr.y (mgr.24491) 1040 : cluster [DBG] pgmap v898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:20.015991+0000 mgr.y (mgr.24491) 1040 : cluster [DBG] pgmap v898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:20.015991+0000 mgr.y (mgr.24491) 1040 : cluster [DBG] pgmap v898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:02:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:22.016421+0000 mgr.y (mgr.24491) 1041 : cluster [DBG] pgmap v899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:22.016421+0000 mgr.y (mgr.24491) 1041 : cluster [DBG] pgmap v899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:22.016421+0000 mgr.y (mgr.24491) 1041 : cluster [DBG] pgmap v899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:24.016893+0000 mgr.y (mgr.24491) 1042 : cluster [DBG] pgmap v900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:24.016893+0000 mgr.y (mgr.24491) 1042 : cluster [DBG] pgmap v900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:24.016893+0000 mgr.y (mgr.24491) 1042 : cluster [DBG] pgmap v900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:26.017686+0000 mgr.y (mgr.24491) 1043 : cluster [DBG] pgmap v901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:26.017686+0000 mgr.y (mgr.24491) 1043 : cluster [DBG] pgmap v901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:26.017686+0000 mgr.y (mgr.24491) 1043 : cluster [DBG] pgmap v901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:02:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:28.018334+0000 mgr.y (mgr.24491) 1044 : cluster [DBG] pgmap v902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:28.018334+0000 mgr.y (mgr.24491) 1044 : cluster [DBG] pgmap v902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:28.018334+0000 mgr.y (mgr.24491) 1044 : cluster [DBG] pgmap v902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:31.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:30.018950+0000 mgr.y (mgr.24491) 1045 : cluster [DBG] pgmap v903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:31.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:02:30.841008+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:02:31.332 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:02:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:30.018950+0000 mgr.y (mgr.24491) 1045 : cluster [DBG] pgmap v903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:02:30.841008+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:02:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:30.018950+0000 mgr.y (mgr.24491) 1045 : cluster [DBG] pgmap v903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:02:30.841008+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:02:31.769 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:02:32.044 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (28m) 7m ago 29m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (28m) 7m ago 28m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (30m) 7m ago 30m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (30m) 7m ago 30m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (33m) 7m ago 33m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (35m) 7m ago 35m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (35m) 7m ago 35m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (34m) 7m ago 34m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (33m) 7m ago 33m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (29m) 7m ago 29m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (29m) 7m ago 29m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (33m) 7m ago 33m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (32m) 7m ago 32m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:02:32.045 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (32m) 7m ago 32m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:02:32.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (32m) 7m ago 32m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:02:32.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (31m) 7m ago 31m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:02:32.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (31m) 7m ago 31m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:02:32.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (30m) 7m ago 30m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:02:32.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (30m) 7m ago 30m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:02:32.046 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (28m) 7m ago 29m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:02:32.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:02:32.385 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:02:32.385 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:02:32.385 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:02:32.385 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:02:32.385 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:02:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:02:31.758408+0000 mgr.y (mgr.24491) 1046 : audit [DBG] from='client.25808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:32.019281+0000 mgr.y (mgr.24491) 1047 : cluster [DBG] pgmap v904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:02:32.038515+0000 mgr.y (mgr.24491) 1048 : audit [DBG] from='client.25814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:02:32.385038+0000 mon.a (mon.0) 950 : audit [DBG] from='client.? 172.21.15.177:0/2489695961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:02:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:02:31.758408+0000 mgr.y (mgr.24491) 1046 : audit [DBG] from='client.25808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:32.019281+0000 mgr.y (mgr.24491) 1047 : cluster [DBG] pgmap v904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:02:32.038515+0000 mgr.y (mgr.24491) 1048 : audit [DBG] from='client.25814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:02:32.385038+0000 mon.a (mon.0) 950 : audit [DBG] from='client.? 172.21.15.177:0/2489695961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:02:33.459 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:02:31.758408+0000 mgr.y (mgr.24491) 1046 : audit [DBG] from='client.25808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:33.459 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:32.019281+0000 mgr.y (mgr.24491) 1047 : cluster [DBG] pgmap v904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:33.459 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:02:32.038515+0000 mgr.y (mgr.24491) 1048 : audit [DBG] from='client.25814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:02:33.459 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:02:32.385038+0000 mon.a (mon.0) 950 : audit [DBG] from='client.? 172.21.15.177:0/2489695961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:02:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:02:33.945525+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:02:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:34.019613+0000 mgr.y (mgr.24491) 1049 : cluster [DBG] pgmap v905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:02:34.226095+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:02:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:02:34.226863+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:02:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:02:34.232112+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:02:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:02:33.945525+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:02:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:34.019613+0000 mgr.y (mgr.24491) 1049 : cluster [DBG] pgmap v905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:02:34.226095+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:02:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:02:34.226863+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:02:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:02:34.232112+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:02:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:02:33.945525+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:02:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:34.019613+0000 mgr.y (mgr.24491) 1049 : cluster [DBG] pgmap v905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:02:34.226095+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:02:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:02:34.226863+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:02:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:02:34.232112+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:02:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:36.020338+0000 mgr.y (mgr.24491) 1050 : cluster [DBG] pgmap v906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:36.020338+0000 mgr.y (mgr.24491) 1050 : cluster [DBG] pgmap v906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:36.020338+0000 mgr.y (mgr.24491) 1050 : cluster [DBG] pgmap v906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:02:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:38.020837+0000 mgr.y (mgr.24491) 1051 : cluster [DBG] pgmap v907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:38.020837+0000 mgr.y (mgr.24491) 1051 : cluster [DBG] pgmap v907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:38.020837+0000 mgr.y (mgr.24491) 1051 : cluster [DBG] pgmap v907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:40.021441+0000 mgr.y (mgr.24491) 1052 : cluster [DBG] pgmap v908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:40.021441+0000 mgr.y (mgr.24491) 1052 : cluster [DBG] pgmap v908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:40.021441+0000 mgr.y (mgr.24491) 1052 : cluster [DBG] pgmap v908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:02:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:42.022000+0000 mgr.y (mgr.24491) 1053 : cluster [DBG] pgmap v909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:42.022000+0000 mgr.y (mgr.24491) 1053 : cluster [DBG] pgmap v909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:42.022000+0000 mgr.y (mgr.24491) 1053 : cluster [DBG] pgmap v909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:44.022368+0000 mgr.y (mgr.24491) 1054 : cluster [DBG] pgmap v910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:44.022368+0000 mgr.y (mgr.24491) 1054 : cluster [DBG] pgmap v910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:44.022368+0000 mgr.y (mgr.24491) 1054 : cluster [DBG] pgmap v910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:46.023207+0000 mgr.y (mgr.24491) 1055 : cluster [DBG] pgmap v911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:46.023207+0000 mgr.y (mgr.24491) 1055 : cluster [DBG] pgmap v911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:46.023207+0000 mgr.y (mgr.24491) 1055 : cluster [DBG] pgmap v911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:47] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:02:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:48.023657+0000 mgr.y (mgr.24491) 1056 : cluster [DBG] pgmap v912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:48.023657+0000 mgr.y (mgr.24491) 1056 : cluster [DBG] pgmap v912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:48.023657+0000 mgr.y (mgr.24491) 1056 : cluster [DBG] pgmap v912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:50.024293+0000 mgr.y (mgr.24491) 1057 : cluster [DBG] pgmap v913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:50.024293+0000 mgr.y (mgr.24491) 1057 : cluster [DBG] pgmap v913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:50.024293+0000 mgr.y (mgr.24491) 1057 : cluster [DBG] pgmap v913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:02:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:52.024699+0000 mgr.y (mgr.24491) 1058 : cluster [DBG] pgmap v914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:52.024699+0000 mgr.y (mgr.24491) 1058 : cluster [DBG] pgmap v914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:52.024699+0000 mgr.y (mgr.24491) 1058 : cluster [DBG] pgmap v914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:54.025140+0000 mgr.y (mgr.24491) 1059 : cluster [DBG] pgmap v915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:54.025140+0000 mgr.y (mgr.24491) 1059 : cluster [DBG] pgmap v915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:54.025140+0000 mgr.y (mgr.24491) 1059 : cluster [DBG] pgmap v915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:56.025829+0000 mgr.y (mgr.24491) 1060 : cluster [DBG] pgmap v916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:56.025829+0000 mgr.y (mgr.24491) 1060 : cluster [DBG] pgmap v916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:56.025829+0000 mgr.y (mgr.24491) 1060 : cluster [DBG] pgmap v916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:02:57] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:02:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:02:58.026293+0000 mgr.y (mgr.24491) 1061 : cluster [DBG] pgmap v917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:02:58.026293+0000 mgr.y (mgr.24491) 1061 : cluster [DBG] pgmap v917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:02:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:02:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:02:58.026293+0000 mgr.y (mgr.24491) 1061 : cluster [DBG] pgmap v917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:00.026891+0000 mgr.y (mgr.24491) 1062 : cluster [DBG] pgmap v918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:00.026891+0000 mgr.y (mgr.24491) 1062 : cluster [DBG] pgmap v918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:00.026891+0000 mgr.y (mgr.24491) 1062 : cluster [DBG] pgmap v918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:03:02.700 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:03:02.979 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:03:02.979 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (28m) 7m ago 29m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:03:02.979 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (29m) 7m ago 29m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (30m) 7m ago 30m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (30m) 7m ago 30m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (34m) 7m ago 34m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (35m) 7m ago 35m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (35m) 7m ago 36m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (34m) 7m ago 34m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (34m) 7m ago 34m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (29m) 7m ago 29m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (29m) 7m ago 29m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (33m) 7m ago 33m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (33m) 7m ago 33m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (33m) 7m ago 33m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (32m) 7m ago 32m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (32m) 7m ago 32m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:03:02.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (31m) 7m ago 31m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:03:02.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (31m) 7m ago 31m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:03:02.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (31m) 7m ago 31m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:03:02.981 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (28m) 7m ago 30m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:03:03.316 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:03:03.316 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:03:03.317 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:03:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:02.027299+0000 mgr.y (mgr.24491) 1063 : cluster [DBG] pgmap v919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:02.027299+0000 mgr.y (mgr.24491) 1063 : cluster [DBG] pgmap v919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:02.027299+0000 mgr.y (mgr.24491) 1063 : cluster [DBG] pgmap v919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:03:02.688805+0000 mgr.y (mgr.24491) 1064 : audit [DBG] from='client.15921 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:03:02.972690+0000 mgr.y (mgr.24491) 1065 : audit [DBG] from='client.25832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:03:03.317707+0000 mon.a (mon.0) 955 : audit [DBG] from='client.? 172.21.15.177:0/3365326048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:03:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:03:02.688805+0000 mgr.y (mgr.24491) 1064 : audit [DBG] from='client.15921 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:03:02.972690+0000 mgr.y (mgr.24491) 1065 : audit [DBG] from='client.25832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:03:03.317707+0000 mon.a (mon.0) 955 : audit [DBG] from='client.? 172.21.15.177:0/3365326048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:03:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:03:02.688805+0000 mgr.y (mgr.24491) 1064 : audit [DBG] from='client.15921 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:03:02.972690+0000 mgr.y (mgr.24491) 1065 : audit [DBG] from='client.25832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:03:03.317707+0000 mon.a (mon.0) 955 : audit [DBG] from='client.? 172.21.15.177:0/3365326048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:03:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:04.027912+0000 mgr.y (mgr.24491) 1066 : cluster [DBG] pgmap v920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:04.027912+0000 mgr.y (mgr.24491) 1066 : cluster [DBG] pgmap v920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:04.027912+0000 mgr.y (mgr.24491) 1066 : cluster [DBG] pgmap v920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:06.028593+0000 mgr.y (mgr.24491) 1067 : cluster [DBG] pgmap v921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:06.028593+0000 mgr.y (mgr.24491) 1067 : cluster [DBG] pgmap v921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:06.028593+0000 mgr.y (mgr.24491) 1067 : cluster [DBG] pgmap v921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:03:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:08.029149+0000 mgr.y (mgr.24491) 1068 : cluster [DBG] pgmap v922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:08.029149+0000 mgr.y (mgr.24491) 1068 : cluster [DBG] pgmap v922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:08.029149+0000 mgr.y (mgr.24491) 1068 : cluster [DBG] pgmap v922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:10.029756+0000 mgr.y (mgr.24491) 1069 : cluster [DBG] pgmap v923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:10.029756+0000 mgr.y (mgr.24491) 1069 : cluster [DBG] pgmap v923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:10.029756+0000 mgr.y (mgr.24491) 1069 : cluster [DBG] pgmap v923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:03:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:12.030214+0000 mgr.y (mgr.24491) 1070 : cluster [DBG] pgmap v924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:12.030214+0000 mgr.y (mgr.24491) 1070 : cluster [DBG] pgmap v924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:12.030214+0000 mgr.y (mgr.24491) 1070 : cluster [DBG] pgmap v924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:14.030737+0000 mgr.y (mgr.24491) 1071 : cluster [DBG] pgmap v925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:14.030737+0000 mgr.y (mgr.24491) 1071 : cluster [DBG] pgmap v925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:14.030737+0000 mgr.y (mgr.24491) 1071 : cluster [DBG] pgmap v925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:16.031433+0000 mgr.y (mgr.24491) 1072 : cluster [DBG] pgmap v926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:16.031433+0000 mgr.y (mgr.24491) 1072 : cluster [DBG] pgmap v926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:16.031433+0000 mgr.y (mgr.24491) 1072 : cluster [DBG] pgmap v926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:03:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:18.031929+0000 mgr.y (mgr.24491) 1073 : cluster [DBG] pgmap v927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:18.031929+0000 mgr.y (mgr.24491) 1073 : cluster [DBG] pgmap v927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:18.031929+0000 mgr.y (mgr.24491) 1073 : cluster [DBG] pgmap v927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:20.032800+0000 mgr.y (mgr.24491) 1074 : cluster [DBG] pgmap v928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:20.032800+0000 mgr.y (mgr.24491) 1074 : cluster [DBG] pgmap v928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:20.032800+0000 mgr.y (mgr.24491) 1074 : cluster [DBG] pgmap v928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:03:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:22.033295+0000 mgr.y (mgr.24491) 1075 : cluster [DBG] pgmap v929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:22.033295+0000 mgr.y (mgr.24491) 1075 : cluster [DBG] pgmap v929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:22.033295+0000 mgr.y (mgr.24491) 1075 : cluster [DBG] pgmap v929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:24.033848+0000 mgr.y (mgr.24491) 1076 : cluster [DBG] pgmap v930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:24.033848+0000 mgr.y (mgr.24491) 1076 : cluster [DBG] pgmap v930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:24.033848+0000 mgr.y (mgr.24491) 1076 : cluster [DBG] pgmap v930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:26.034627+0000 mgr.y (mgr.24491) 1077 : cluster [DBG] pgmap v931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:26.034627+0000 mgr.y (mgr.24491) 1077 : cluster [DBG] pgmap v931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:26.034627+0000 mgr.y (mgr.24491) 1077 : cluster [DBG] pgmap v931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:03:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:28.035128+0000 mgr.y (mgr.24491) 1078 : cluster [DBG] pgmap v932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:28.035128+0000 mgr.y (mgr.24491) 1078 : cluster [DBG] pgmap v932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:28.035128+0000 mgr.y (mgr.24491) 1078 : cluster [DBG] pgmap v932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:30.035745+0000 mgr.y (mgr.24491) 1079 : cluster [DBG] pgmap v933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:03:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:30.035745+0000 mgr.y (mgr.24491) 1079 : cluster [DBG] pgmap v933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:30.035745+0000 mgr.y (mgr.24491) 1079 : cluster [DBG] pgmap v933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:32.036349+0000 mgr.y (mgr.24491) 1080 : cluster [DBG] pgmap v934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:33.625 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:03:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:32.036349+0000 mgr.y (mgr.24491) 1080 : cluster [DBG] pgmap v934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:32.036349+0000 mgr.y (mgr.24491) 1080 : cluster [DBG] pgmap v934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:33.902 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (29m) 8m ago 30m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (29m) 8m ago 29m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (31m) 8m ago 31m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (31m) 8m ago 31m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (34m) 8m ago 34m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (36m) 8m ago 36m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (36m) 8m ago 36m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (35m) 8m ago 35m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (34m) 8m ago 34m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (30m) 8m ago 30m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (30m) 8m ago 30m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (34m) 8m ago 34m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (33m) 8m ago 33m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (33m) 8m ago 33m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:03:33.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (33m) 8m ago 33m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:03:33.904 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (32m) 8m ago 32m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:03:33.904 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (32m) 8m ago 32m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:03:33.904 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (31m) 8m ago 31m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:03:33.904 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (31m) 8m ago 31m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:03:33.904 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (29m) 8m ago 30m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:03:34.240 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:03:34.241 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:03:34.241 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:03:34.241 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:03:34.241 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:03:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:03:33.615156+0000 mgr.y (mgr.24491) 1081 : audit [DBG] from='client.15939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:03:33.896307+0000 mgr.y (mgr.24491) 1082 : audit [DBG] from='client.15945 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:34.036734+0000 mgr.y (mgr.24491) 1083 : cluster [DBG] pgmap v935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:03:34.237356+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:03:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:03:34.240945+0000 mon.c (mon.2) 70 : audit [DBG] from='client.? 172.21.15.177:0/454012194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:03:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:03:34.528844+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:03:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:03:34.529476+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:03:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:03:34.533975+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:03:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:03:33.615156+0000 mgr.y (mgr.24491) 1081 : audit [DBG] from='client.15939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:03:33.896307+0000 mgr.y (mgr.24491) 1082 : audit [DBG] from='client.15945 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:34.036734+0000 mgr.y (mgr.24491) 1083 : cluster [DBG] pgmap v935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:03:34.237356+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:03:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:03:34.240945+0000 mon.c (mon.2) 70 : audit [DBG] from='client.? 172.21.15.177:0/454012194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:03:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:03:34.528844+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:03:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:03:34.529476+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:03:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:03:34.533975+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:03:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:03:33.615156+0000 mgr.y (mgr.24491) 1081 : audit [DBG] from='client.15939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:03:33.896307+0000 mgr.y (mgr.24491) 1082 : audit [DBG] from='client.15945 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:03:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:34.036734+0000 mgr.y (mgr.24491) 1083 : cluster [DBG] pgmap v935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:03:34.237356+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:03:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:03:34.240945+0000 mon.c (mon.2) 70 : audit [DBG] from='client.? 172.21.15.177:0/454012194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:03:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:03:34.528844+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:03:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:03:34.529476+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:03:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:03:34.533975+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:03:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:36.037528+0000 mgr.y (mgr.24491) 1084 : cluster [DBG] pgmap v936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:36.037528+0000 mgr.y (mgr.24491) 1084 : cluster [DBG] pgmap v936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:36.037528+0000 mgr.y (mgr.24491) 1084 : cluster [DBG] pgmap v936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:03:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:38.038100+0000 mgr.y (mgr.24491) 1085 : cluster [DBG] pgmap v937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:38.038100+0000 mgr.y (mgr.24491) 1085 : cluster [DBG] pgmap v937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:38.038100+0000 mgr.y (mgr.24491) 1085 : cluster [DBG] pgmap v937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:40.038680+0000 mgr.y (mgr.24491) 1086 : cluster [DBG] pgmap v938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:03:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:40.038680+0000 mgr.y (mgr.24491) 1086 : cluster [DBG] pgmap v938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:40.038680+0000 mgr.y (mgr.24491) 1086 : cluster [DBG] pgmap v938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:42.039180+0000 mgr.y (mgr.24491) 1087 : cluster [DBG] pgmap v939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:42.039180+0000 mgr.y (mgr.24491) 1087 : cluster [DBG] pgmap v939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:42.039180+0000 mgr.y (mgr.24491) 1087 : cluster [DBG] pgmap v939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:44.039720+0000 mgr.y (mgr.24491) 1088 : cluster [DBG] pgmap v940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:44.039720+0000 mgr.y (mgr.24491) 1088 : cluster [DBG] pgmap v940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:44.039720+0000 mgr.y (mgr.24491) 1088 : cluster [DBG] pgmap v940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:46.040429+0000 mgr.y (mgr.24491) 1089 : cluster [DBG] pgmap v941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:46.040429+0000 mgr.y (mgr.24491) 1089 : cluster [DBG] pgmap v941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:46.040429+0000 mgr.y (mgr.24491) 1089 : cluster [DBG] pgmap v941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:03:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:48.040859+0000 mgr.y (mgr.24491) 1090 : cluster [DBG] pgmap v942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:48.040859+0000 mgr.y (mgr.24491) 1090 : cluster [DBG] pgmap v942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:48.040859+0000 mgr.y (mgr.24491) 1090 : cluster [DBG] pgmap v942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:50.041452+0000 mgr.y (mgr.24491) 1091 : cluster [DBG] pgmap v943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:50.041452+0000 mgr.y (mgr.24491) 1091 : cluster [DBG] pgmap v943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:50.041452+0000 mgr.y (mgr.24491) 1091 : cluster [DBG] pgmap v943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:03:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:52.041881+0000 mgr.y (mgr.24491) 1092 : cluster [DBG] pgmap v944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:52.041881+0000 mgr.y (mgr.24491) 1092 : cluster [DBG] pgmap v944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:52.041881+0000 mgr.y (mgr.24491) 1092 : cluster [DBG] pgmap v944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:54.042286+0000 mgr.y (mgr.24491) 1093 : cluster [DBG] pgmap v945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:54.042286+0000 mgr.y (mgr.24491) 1093 : cluster [DBG] pgmap v945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:54.042286+0000 mgr.y (mgr.24491) 1093 : cluster [DBG] pgmap v945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:56.043128+0000 mgr.y (mgr.24491) 1094 : cluster [DBG] pgmap v946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:56.043128+0000 mgr.y (mgr.24491) 1094 : cluster [DBG] pgmap v946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:56.043128+0000 mgr.y (mgr.24491) 1094 : cluster [DBG] pgmap v946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:03:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:03:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:03:58.043544+0000 mgr.y (mgr.24491) 1095 : cluster [DBG] pgmap v947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:03:58.043544+0000 mgr.y (mgr.24491) 1095 : cluster [DBG] pgmap v947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:03:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:03:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:03:58.043544+0000 mgr.y (mgr.24491) 1095 : cluster [DBG] pgmap v947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:00.044204+0000 mgr.y (mgr.24491) 1096 : cluster [DBG] pgmap v948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:00.044204+0000 mgr.y (mgr.24491) 1096 : cluster [DBG] pgmap v948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:00.044204+0000 mgr.y (mgr.24491) 1096 : cluster [DBG] pgmap v948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:04:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:02.044733+0000 mgr.y (mgr.24491) 1097 : cluster [DBG] pgmap v949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:02.044733+0000 mgr.y (mgr.24491) 1097 : cluster [DBG] pgmap v949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:02.044733+0000 mgr.y (mgr.24491) 1097 : cluster [DBG] pgmap v949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:04.551 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:04:04.825 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:04:04.825 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (29m) 8m ago 30m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (30m) 8m ago 30m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (31m) 8m ago 31m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (31m) 8m ago 31m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (35m) 8m ago 35m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (36m) 8m ago 36m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (36m) 8m ago 37m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (35m) 8m ago 35m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (35m) 8m ago 35m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (31m) 8m ago 31m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (30m) 8m ago 30m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (34m) 8m ago 34m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (34m) 8m ago 34m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:04:04.826 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (34m) 8m ago 34m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:04:04.827 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (33m) 8m ago 33m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:04:04.827 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (33m) 8m ago 33m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:04:04.827 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (32m) 8m ago 32m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:04:04.827 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (32m) 8m ago 32m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:04:04.827 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (32m) 8m ago 32m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:04:04.827 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (29m) 8m ago 31m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:04:05.163 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:04:05.163 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:04:05.163 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:04:05.163 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:04:05.164 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:04.045188+0000 mgr.y (mgr.24491) 1098 : cluster [DBG] pgmap v950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:04.045188+0000 mgr.y (mgr.24491) 1098 : cluster [DBG] pgmap v950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:04.045188+0000 mgr.y (mgr.24491) 1098 : cluster [DBG] pgmap v950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:04:04.539801+0000 mgr.y (mgr.24491) 1099 : audit [DBG] from='client.15957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:04:04.819250+0000 mgr.y (mgr.24491) 1100 : audit [DBG] from='client.25868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:04:05.164599+0000 mon.c (mon.2) 71 : audit [DBG] from='client.? 172.21.15.177:0/3193173661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:04:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:04:04.539801+0000 mgr.y (mgr.24491) 1099 : audit [DBG] from='client.15957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:04:04.819250+0000 mgr.y (mgr.24491) 1100 : audit [DBG] from='client.25868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:04:05.164599+0000 mon.c (mon.2) 71 : audit [DBG] from='client.? 172.21.15.177:0/3193173661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:04:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:04:04.539801+0000 mgr.y (mgr.24491) 1099 : audit [DBG] from='client.15957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:04:04.819250+0000 mgr.y (mgr.24491) 1100 : audit [DBG] from='client.25868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:04:05.164599+0000 mon.c (mon.2) 71 : audit [DBG] from='client.? 172.21.15.177:0/3193173661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:04:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:06.045826+0000 mgr.y (mgr.24491) 1101 : cluster [DBG] pgmap v951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:06.045826+0000 mgr.y (mgr.24491) 1101 : cluster [DBG] pgmap v951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:06.045826+0000 mgr.y (mgr.24491) 1101 : cluster [DBG] pgmap v951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:04:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:08.046268+0000 mgr.y (mgr.24491) 1102 : cluster [DBG] pgmap v952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:08.046268+0000 mgr.y (mgr.24491) 1102 : cluster [DBG] pgmap v952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:08.046268+0000 mgr.y (mgr.24491) 1102 : cluster [DBG] pgmap v952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:10.047041+0000 mgr.y (mgr.24491) 1103 : cluster [DBG] pgmap v953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:10.047041+0000 mgr.y (mgr.24491) 1103 : cluster [DBG] pgmap v953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:10.047041+0000 mgr.y (mgr.24491) 1103 : cluster [DBG] pgmap v953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:04:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:12.047474+0000 mgr.y (mgr.24491) 1104 : cluster [DBG] pgmap v954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:12.047474+0000 mgr.y (mgr.24491) 1104 : cluster [DBG] pgmap v954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:12.047474+0000 mgr.y (mgr.24491) 1104 : cluster [DBG] pgmap v954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:14.048014+0000 mgr.y (mgr.24491) 1105 : cluster [DBG] pgmap v955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:14.048014+0000 mgr.y (mgr.24491) 1105 : cluster [DBG] pgmap v955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:14.048014+0000 mgr.y (mgr.24491) 1105 : cluster [DBG] pgmap v955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:16.048704+0000 mgr.y (mgr.24491) 1106 : cluster [DBG] pgmap v956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:16.048704+0000 mgr.y (mgr.24491) 1106 : cluster [DBG] pgmap v956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:16.048704+0000 mgr.y (mgr.24491) 1106 : cluster [DBG] pgmap v956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:04:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:18.049149+0000 mgr.y (mgr.24491) 1107 : cluster [DBG] pgmap v957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:18.049149+0000 mgr.y (mgr.24491) 1107 : cluster [DBG] pgmap v957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:18.049149+0000 mgr.y (mgr.24491) 1107 : cluster [DBG] pgmap v957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:20.049898+0000 mgr.y (mgr.24491) 1108 : cluster [DBG] pgmap v958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:04:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:20.049898+0000 mgr.y (mgr.24491) 1108 : cluster [DBG] pgmap v958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:20.049898+0000 mgr.y (mgr.24491) 1108 : cluster [DBG] pgmap v958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:22.050508+0000 mgr.y (mgr.24491) 1109 : cluster [DBG] pgmap v959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:22.050508+0000 mgr.y (mgr.24491) 1109 : cluster [DBG] pgmap v959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:22.050508+0000 mgr.y (mgr.24491) 1109 : cluster [DBG] pgmap v959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:24.050975+0000 mgr.y (mgr.24491) 1110 : cluster [DBG] pgmap v960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:24.050975+0000 mgr.y (mgr.24491) 1110 : cluster [DBG] pgmap v960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:24.050975+0000 mgr.y (mgr.24491) 1110 : cluster [DBG] pgmap v960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:26.051785+0000 mgr.y (mgr.24491) 1111 : cluster [DBG] pgmap v961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:26.051785+0000 mgr.y (mgr.24491) 1111 : cluster [DBG] pgmap v961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:26.051785+0000 mgr.y (mgr.24491) 1111 : cluster [DBG] pgmap v961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:04:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:28.052229+0000 mgr.y (mgr.24491) 1112 : cluster [DBG] pgmap v962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:28.052229+0000 mgr.y (mgr.24491) 1112 : cluster [DBG] pgmap v962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:28.052229+0000 mgr.y (mgr.24491) 1112 : cluster [DBG] pgmap v962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:30.052842+0000 mgr.y (mgr.24491) 1113 : cluster [DBG] pgmap v963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:04:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:30.052842+0000 mgr.y (mgr.24491) 1113 : cluster [DBG] pgmap v963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:30.052842+0000 mgr.y (mgr.24491) 1113 : cluster [DBG] pgmap v963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:32.053227+0000 mgr.y (mgr.24491) 1114 : cluster [DBG] pgmap v964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:32.053227+0000 mgr.y (mgr.24491) 1114 : cluster [DBG] pgmap v964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:32.053227+0000 mgr.y (mgr.24491) 1114 : cluster [DBG] pgmap v964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:35.471 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:04:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:34.053567+0000 mgr.y (mgr.24491) 1115 : cluster [DBG] pgmap v965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:04:34.538292+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:04:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:04:34.832981+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:04:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:04:34.833565+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:04:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:04:34.837808+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:04:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:34.053567+0000 mgr.y (mgr.24491) 1115 : cluster [DBG] pgmap v965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:04:34.538292+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:04:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:04:34.832981+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:04:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:04:34.833565+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:04:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:04:34.837808+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:04:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:34.053567+0000 mgr.y (mgr.24491) 1115 : cluster [DBG] pgmap v965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:04:34.538292+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:04:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:04:34.832981+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:04:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:04:34.833565+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:04:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:04:34.837808+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:04:35.745 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:04:35.749 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (30m) 9m ago 31m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:04:35.749 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (31m) 9m ago 31m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:04:35.749 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (32m) 9m ago 32m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:04:35.749 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (32m) 9m ago 32m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:04:35.749 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (35m) 9m ago 35m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:04:35.749 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (37m) 9m ago 37m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:04:35.749 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (37m) 9m ago 37m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:04:35.749 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (36m) 9m ago 36m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:04:35.749 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (35m) 9m ago 35m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:04:35.749 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (31m) 9m ago 31m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:04:35.749 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (31m) 9m ago 31m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:04:35.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (35m) 9m ago 35m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:04:35.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (35m) 9m ago 35m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:04:35.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (34m) 9m ago 34m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:04:35.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (34m) 9m ago 34m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:04:35.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (33m) 9m ago 33m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:04:35.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (33m) 9m ago 33m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:04:35.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (33m) 9m ago 32m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:04:35.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (32m) 9m ago 32m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:04:35.750 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (30m) 9m ago 31m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:04:36.078 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:04:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:04:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:04:36.079 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:04:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:04:36.079575+0000 mon.a (mon.0) 964 : audit [DBG] from='client.? 172.21.15.177:0/4072998290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:04:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:04:36.079575+0000 mon.a (mon.0) 964 : audit [DBG] from='client.? 172.21.15.177:0/4072998290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:04:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:04:36.079575+0000 mon.a (mon.0) 964 : audit [DBG] from='client.? 172.21.15.177:0/4072998290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:04:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:04:35.460448+0000 mgr.y (mgr.24491) 1116 : audit [DBG] from='client.15975 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:04:35.738739+0000 mgr.y (mgr.24491) 1117 : audit [DBG] from='client.25886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:36.054146+0000 mgr.y (mgr.24491) 1118 : cluster [DBG] pgmap v966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:04:35.460448+0000 mgr.y (mgr.24491) 1116 : audit [DBG] from='client.15975 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:04:35.738739+0000 mgr.y (mgr.24491) 1117 : audit [DBG] from='client.25886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:36.054146+0000 mgr.y (mgr.24491) 1118 : cluster [DBG] pgmap v966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:04:35.460448+0000 mgr.y (mgr.24491) 1116 : audit [DBG] from='client.15975 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:04:35.738739+0000 mgr.y (mgr.24491) 1117 : audit [DBG] from='client.25886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:04:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:36.054146+0000 mgr.y (mgr.24491) 1118 : cluster [DBG] pgmap v966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:37] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:04:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:38.054575+0000 mgr.y (mgr.24491) 1119 : cluster [DBG] pgmap v967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:38.054575+0000 mgr.y (mgr.24491) 1119 : cluster [DBG] pgmap v967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:38.054575+0000 mgr.y (mgr.24491) 1119 : cluster [DBG] pgmap v967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:04:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:40.055405+0000 mgr.y (mgr.24491) 1120 : cluster [DBG] pgmap v968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:40.055405+0000 mgr.y (mgr.24491) 1120 : cluster [DBG] pgmap v968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:40.055405+0000 mgr.y (mgr.24491) 1120 : cluster [DBG] pgmap v968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:42.055854+0000 mgr.y (mgr.24491) 1121 : cluster [DBG] pgmap v969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:42.055854+0000 mgr.y (mgr.24491) 1121 : cluster [DBG] pgmap v969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:42.055854+0000 mgr.y (mgr.24491) 1121 : cluster [DBG] pgmap v969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:44.056204+0000 mgr.y (mgr.24491) 1122 : cluster [DBG] pgmap v970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:44.056204+0000 mgr.y (mgr.24491) 1122 : cluster [DBG] pgmap v970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:44.056204+0000 mgr.y (mgr.24491) 1122 : cluster [DBG] pgmap v970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:46.057049+0000 mgr.y (mgr.24491) 1123 : cluster [DBG] pgmap v971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:46.057049+0000 mgr.y (mgr.24491) 1123 : cluster [DBG] pgmap v971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:46.057049+0000 mgr.y (mgr.24491) 1123 : cluster [DBG] pgmap v971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:04:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:48.057451+0000 mgr.y (mgr.24491) 1124 : cluster [DBG] pgmap v972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:48.057451+0000 mgr.y (mgr.24491) 1124 : cluster [DBG] pgmap v972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:48.057451+0000 mgr.y (mgr.24491) 1124 : cluster [DBG] pgmap v972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:50.058079+0000 mgr.y (mgr.24491) 1125 : cluster [DBG] pgmap v973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:04:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:50.058079+0000 mgr.y (mgr.24491) 1125 : cluster [DBG] pgmap v973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:50.058079+0000 mgr.y (mgr.24491) 1125 : cluster [DBG] pgmap v973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:52.058521+0000 mgr.y (mgr.24491) 1126 : cluster [DBG] pgmap v974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:52.058521+0000 mgr.y (mgr.24491) 1126 : cluster [DBG] pgmap v974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:52.058521+0000 mgr.y (mgr.24491) 1126 : cluster [DBG] pgmap v974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:54.058883+0000 mgr.y (mgr.24491) 1127 : cluster [DBG] pgmap v975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:54.058883+0000 mgr.y (mgr.24491) 1127 : cluster [DBG] pgmap v975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:54.058883+0000 mgr.y (mgr.24491) 1127 : cluster [DBG] pgmap v975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:56.059514+0000 mgr.y (mgr.24491) 1128 : cluster [DBG] pgmap v976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:56.059514+0000 mgr.y (mgr.24491) 1128 : cluster [DBG] pgmap v976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:56.059514+0000 mgr.y (mgr.24491) 1128 : cluster [DBG] pgmap v976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:04:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:04:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:04:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:04:58.059974+0000 mgr.y (mgr.24491) 1129 : cluster [DBG] pgmap v977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:04:58.059974+0000 mgr.y (mgr.24491) 1129 : cluster [DBG] pgmap v977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:04:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:04:58.059974+0000 mgr.y (mgr.24491) 1129 : cluster [DBG] pgmap v977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:00.060806+0000 mgr.y (mgr.24491) 1130 : cluster [DBG] pgmap v978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:05:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:00.060806+0000 mgr.y (mgr.24491) 1130 : cluster [DBG] pgmap v978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:00.060806+0000 mgr.y (mgr.24491) 1130 : cluster [DBG] pgmap v978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:02.061336+0000 mgr.y (mgr.24491) 1131 : cluster [DBG] pgmap v979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:02.061336+0000 mgr.y (mgr.24491) 1131 : cluster [DBG] pgmap v979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:02.061336+0000 mgr.y (mgr.24491) 1131 : cluster [DBG] pgmap v979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:04.061723+0000 mgr.y (mgr.24491) 1132 : cluster [DBG] pgmap v980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:04.061723+0000 mgr.y (mgr.24491) 1132 : cluster [DBG] pgmap v980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:04.061723+0000 mgr.y (mgr.24491) 1132 : cluster [DBG] pgmap v980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:06.391 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (30m) 9m ago 31m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (31m) 9m ago 31m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (32m) 9m ago 32m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (32m) 9m ago 32m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (36m) 9m ago 36m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (37m) 9m ago 37m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (37m) 9m ago 38m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (36m) 9m ago 36m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (36m) 9m ago 36m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (32m) 9m ago 32m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:05:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (32m) 9m ago 31m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:05:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (35m) 9m ago 35m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:05:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (35m) 9m ago 35m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:05:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (35m) 9m ago 35m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:05:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (34m) 9m ago 34m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:05:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (34m) 9m ago 34m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:05:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (33m) 9m ago 33m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:05:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (33m) 9m ago 33m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:05:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (33m) 9m ago 33m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:05:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (30m) 9m ago 32m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:05:07.006 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:05:07.007 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:05:07.007 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:05:07.007 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:05:07.007 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:05:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:05:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:06.062487+0000 mgr.y (mgr.24491) 1133 : cluster [DBG] pgmap v981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:07.006919+0000 mon.a (mon.0) 965 : audit [DBG] from='client.? 172.21.15.177:0/3076767042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:05:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:06.062487+0000 mgr.y (mgr.24491) 1133 : cluster [DBG] pgmap v981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:07.006919+0000 mon.a (mon.0) 965 : audit [DBG] from='client.? 172.21.15.177:0/3076767042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:05:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:06.062487+0000 mgr.y (mgr.24491) 1133 : cluster [DBG] pgmap v981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:07.006919+0000 mon.a (mon.0) 965 : audit [DBG] from='client.? 172.21.15.177:0/3076767042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:05:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:05:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:06.380755+0000 mgr.y (mgr.24491) 1134 : audit [DBG] from='client.15993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:06.660809+0000 mgr.y (mgr.24491) 1135 : audit [DBG] from='client.15999 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:06.380755+0000 mgr.y (mgr.24491) 1134 : audit [DBG] from='client.15993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:06.660809+0000 mgr.y (mgr.24491) 1135 : audit [DBG] from='client.15999 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:06.380755+0000 mgr.y (mgr.24491) 1134 : audit [DBG] from='client.15993 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:06.660809+0000 mgr.y (mgr.24491) 1135 : audit [DBG] from='client.15999 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:08.063022+0000 mgr.y (mgr.24491) 1136 : cluster [DBG] pgmap v982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:08.063022+0000 mgr.y (mgr.24491) 1136 : cluster [DBG] pgmap v982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:08.063022+0000 mgr.y (mgr.24491) 1136 : cluster [DBG] pgmap v982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:10.063764+0000 mgr.y (mgr.24491) 1137 : cluster [DBG] pgmap v983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:05:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:10.063764+0000 mgr.y (mgr.24491) 1137 : cluster [DBG] pgmap v983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:10.063764+0000 mgr.y (mgr.24491) 1137 : cluster [DBG] pgmap v983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:12.064369+0000 mgr.y (mgr.24491) 1138 : cluster [DBG] pgmap v984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:12.064369+0000 mgr.y (mgr.24491) 1138 : cluster [DBG] pgmap v984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:12.064369+0000 mgr.y (mgr.24491) 1138 : cluster [DBG] pgmap v984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:14.064819+0000 mgr.y (mgr.24491) 1139 : cluster [DBG] pgmap v985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:14.064819+0000 mgr.y (mgr.24491) 1139 : cluster [DBG] pgmap v985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:14.064819+0000 mgr.y (mgr.24491) 1139 : cluster [DBG] pgmap v985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:16.065460+0000 mgr.y (mgr.24491) 1140 : cluster [DBG] pgmap v986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:16.065460+0000 mgr.y (mgr.24491) 1140 : cluster [DBG] pgmap v986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:16.065460+0000 mgr.y (mgr.24491) 1140 : cluster [DBG] pgmap v986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:05:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:18.065905+0000 mgr.y (mgr.24491) 1141 : cluster [DBG] pgmap v987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:18.065905+0000 mgr.y (mgr.24491) 1141 : cluster [DBG] pgmap v987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:18.065905+0000 mgr.y (mgr.24491) 1141 : cluster [DBG] pgmap v987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:21.264 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:05:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:20.066695+0000 mgr.y (mgr.24491) 1142 : cluster [DBG] pgmap v988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:20.066695+0000 mgr.y (mgr.24491) 1142 : cluster [DBG] pgmap v988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:20.066695+0000 mgr.y (mgr.24491) 1142 : cluster [DBG] pgmap v988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:22.067134+0000 mgr.y (mgr.24491) 1143 : cluster [DBG] pgmap v989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:22.067134+0000 mgr.y (mgr.24491) 1143 : cluster [DBG] pgmap v989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:22.067134+0000 mgr.y (mgr.24491) 1143 : cluster [DBG] pgmap v989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:24.067561+0000 mgr.y (mgr.24491) 1144 : cluster [DBG] pgmap v990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:24.067561+0000 mgr.y (mgr.24491) 1144 : cluster [DBG] pgmap v990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:24.067561+0000 mgr.y (mgr.24491) 1144 : cluster [DBG] pgmap v990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:27.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:26.068183+0000 mgr.y (mgr.24491) 1145 : cluster [DBG] pgmap v991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:27.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:26.068183+0000 mgr.y (mgr.24491) 1145 : cluster [DBG] pgmap v991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:26.068183+0000 mgr.y (mgr.24491) 1145 : cluster [DBG] pgmap v991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:05:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:28.068762+0000 mgr.y (mgr.24491) 1146 : cluster [DBG] pgmap v992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:28.068762+0000 mgr.y (mgr.24491) 1146 : cluster [DBG] pgmap v992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:28.068762+0000 mgr.y (mgr.24491) 1146 : cluster [DBG] pgmap v992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:30.069528+0000 mgr.y (mgr.24491) 1147 : cluster [DBG] pgmap v993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:30.069528+0000 mgr.y (mgr.24491) 1147 : cluster [DBG] pgmap v993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:30.069528+0000 mgr.y (mgr.24491) 1147 : cluster [DBG] pgmap v993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:05:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:32.069950+0000 mgr.y (mgr.24491) 1148 : cluster [DBG] pgmap v994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:32.069950+0000 mgr.y (mgr.24491) 1148 : cluster [DBG] pgmap v994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:32.069950+0000 mgr.y (mgr.24491) 1148 : cluster [DBG] pgmap v994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:34.070331+0000 mgr.y (mgr.24491) 1149 : cluster [DBG] pgmap v995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:34.842011+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:05:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:34.070331+0000 mgr.y (mgr.24491) 1149 : cluster [DBG] pgmap v995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:34.842011+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:05:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:34.070331+0000 mgr.y (mgr.24491) 1149 : cluster [DBG] pgmap v995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:34.842011+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:05:37.318 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:05:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:36.070869+0000 mgr.y (mgr.24491) 1150 : cluster [DBG] pgmap v996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:36.070869+0000 mgr.y (mgr.24491) 1150 : cluster [DBG] pgmap v996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:36.070869+0000 mgr.y (mgr.24491) 1150 : cluster [DBG] pgmap v996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:37.595 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:05:37.595 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (31m) 10m ago 32m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:05:37.595 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (32m) 10m ago 32m 61.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (33m) 10m ago 33m 17.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (33m) 10m ago 33m 19.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (36m) 10m ago 36m 395M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (38m) 10m ago 38m 450M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (38m) 10m ago 38m 77.1M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (37m) 10m ago 37m 55.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (37m) 10m ago 37m 58.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (32m) 10m ago 32m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (32m) 10m ago 32m 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (36m) 10m ago 36m 43.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (36m) 10m ago 36m 43.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (35m) 10m ago 35m 39.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (35m) 10m ago 35m 39.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:05:37.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (34m) 10m ago 34m 42.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:05:37.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (34m) 10m ago 34m 40.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:05:37.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (34m) 10m ago 34m 41.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:05:37.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (33m) 10m ago 33m 41.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:05:37.597 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (31m) 10m ago 32m 69.1M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:05:37.950 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:05:37.951 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:05:37.952 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:05:37.952 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:05:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:37] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T04:05:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:37.306705+0000 mgr.y (mgr.24491) 1151 : audit [DBG] from='client.16011 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:37.588270+0000 mgr.y (mgr.24491) 1152 : audit [DBG] from='client.25922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:37.630046+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:05:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:37.951432+0000 mon.a (mon.0) 968 : audit [DBG] from='client.? 172.21.15.177:0/2283631364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:05:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:38.071220+0000 mgr.y (mgr.24491) 1153 : cluster [DBG] pgmap v997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:38.128620+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:05:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:38.405774+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:05:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:38.406471+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:05:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:05:38.413539+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:05:38.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:37.306705+0000 mgr.y (mgr.24491) 1151 : audit [DBG] from='client.16011 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:38.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:37.588270+0000 mgr.y (mgr.24491) 1152 : audit [DBG] from='client.25922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:38.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:37.630046+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:05:38.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:37.951432+0000 mon.a (mon.0) 968 : audit [DBG] from='client.? 172.21.15.177:0/2283631364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:05:38.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:38.071220+0000 mgr.y (mgr.24491) 1153 : cluster [DBG] pgmap v997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:38.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:38.128620+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:05:38.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:38.405774+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:05:38.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:38.406471+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:05:38.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:05:38.413539+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:05:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:37.306705+0000 mgr.y (mgr.24491) 1151 : audit [DBG] from='client.16011 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:37.588270+0000 mgr.y (mgr.24491) 1152 : audit [DBG] from='client.25922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:05:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:37.630046+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:05:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:37.951432+0000 mon.a (mon.0) 968 : audit [DBG] from='client.? 172.21.15.177:0/2283631364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:05:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:38.071220+0000 mgr.y (mgr.24491) 1153 : cluster [DBG] pgmap v997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:39.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:38.128620+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:05:39.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:38.405774+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:05:39.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:38.406471+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:05:39.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:05:38.413539+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:05:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:40.071995+0000 mgr.y (mgr.24491) 1154 : cluster [DBG] pgmap v998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:40.071995+0000 mgr.y (mgr.24491) 1154 : cluster [DBG] pgmap v998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:40.071995+0000 mgr.y (mgr.24491) 1154 : cluster [DBG] pgmap v998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:05:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:42.072302+0000 mgr.y (mgr.24491) 1155 : cluster [DBG] pgmap v999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:42.072302+0000 mgr.y (mgr.24491) 1155 : cluster [DBG] pgmap v999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:42.072302+0000 mgr.y (mgr.24491) 1155 : cluster [DBG] pgmap v999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:44.072694+0000 mgr.y (mgr.24491) 1156 : cluster [DBG] pgmap v1000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:44.072694+0000 mgr.y (mgr.24491) 1156 : cluster [DBG] pgmap v1000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:44.072694+0000 mgr.y (mgr.24491) 1156 : cluster [DBG] pgmap v1000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:46.073368+0000 mgr.y (mgr.24491) 1157 : cluster [DBG] pgmap v1001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:46.073368+0000 mgr.y (mgr.24491) 1157 : cluster [DBG] pgmap v1001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:46.073368+0000 mgr.y (mgr.24491) 1157 : cluster [DBG] pgmap v1001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:47] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T04:05:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:48.073958+0000 mgr.y (mgr.24491) 1158 : cluster [DBG] pgmap v1002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:48.073958+0000 mgr.y (mgr.24491) 1158 : cluster [DBG] pgmap v1002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:48.073958+0000 mgr.y (mgr.24491) 1158 : cluster [DBG] pgmap v1002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:50.074637+0000 mgr.y (mgr.24491) 1159 : cluster [DBG] pgmap v1003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:50.074637+0000 mgr.y (mgr.24491) 1159 : cluster [DBG] pgmap v1003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:50.074637+0000 mgr.y (mgr.24491) 1159 : cluster [DBG] pgmap v1003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:05:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:52.075157+0000 mgr.y (mgr.24491) 1160 : cluster [DBG] pgmap v1004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:52.075157+0000 mgr.y (mgr.24491) 1160 : cluster [DBG] pgmap v1004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:52.075157+0000 mgr.y (mgr.24491) 1160 : cluster [DBG] pgmap v1004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:54.075662+0000 mgr.y (mgr.24491) 1161 : cluster [DBG] pgmap v1005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:54.075662+0000 mgr.y (mgr.24491) 1161 : cluster [DBG] pgmap v1005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:54.075662+0000 mgr.y (mgr.24491) 1161 : cluster [DBG] pgmap v1005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:56.076353+0000 mgr.y (mgr.24491) 1162 : cluster [DBG] pgmap v1006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:56.076353+0000 mgr.y (mgr.24491) 1162 : cluster [DBG] pgmap v1006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:56.076353+0000 mgr.y (mgr.24491) 1162 : cluster [DBG] pgmap v1006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:05:57] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T04:05:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:05:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:05:58.076745+0000 mgr.y (mgr.24491) 1163 : cluster [DBG] pgmap v1007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:05:58.076745+0000 mgr.y (mgr.24491) 1163 : cluster [DBG] pgmap v1007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:05:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:05:58.076745+0000 mgr.y (mgr.24491) 1163 : cluster [DBG] pgmap v1007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:00.077403+0000 mgr.y (mgr.24491) 1164 : cluster [DBG] pgmap v1008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:06:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:00.077403+0000 mgr.y (mgr.24491) 1164 : cluster [DBG] pgmap v1008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:00.077403+0000 mgr.y (mgr.24491) 1164 : cluster [DBG] pgmap v1008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:02.077888+0000 mgr.y (mgr.24491) 1165 : cluster [DBG] pgmap v1009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:02.077888+0000 mgr.y (mgr.24491) 1165 : cluster [DBG] pgmap v1009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:02.077888+0000 mgr.y (mgr.24491) 1165 : cluster [DBG] pgmap v1009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:04.078372+0000 mgr.y (mgr.24491) 1166 : cluster [DBG] pgmap v1010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:04.078372+0000 mgr.y (mgr.24491) 1166 : cluster [DBG] pgmap v1010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:04.078372+0000 mgr.y (mgr.24491) 1166 : cluster [DBG] pgmap v1010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:06.079179+0000 mgr.y (mgr.24491) 1167 : cluster [DBG] pgmap v1011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:06.079179+0000 mgr.y (mgr.24491) 1167 : cluster [DBG] pgmap v1011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:06.079179+0000 mgr.y (mgr.24491) 1167 : cluster [DBG] pgmap v1011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:06:08.265 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:06:08.540 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:06:08.540 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (31m) 30s ago 32m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:06:08.540 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (32m) 30s ago 32m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:06:08.540 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (33m) 30s ago 33m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:06:08.540 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (33m) 30s ago 33m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:06:08.540 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (37m) 30s ago 37m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (38m) 30s ago 38m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (39m) 30s ago 39m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (37m) 30s ago 37m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (37m) 30s ago 37m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (33m) 30s ago 33m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (33m) 30s ago 33m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (36m) 30s ago 36m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (36m) 30s ago 36m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (36m) 30s ago 36m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (35m) 30s ago 35m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (35m) 30s ago 35m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (34m) 30s ago 34m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (34m) 30s ago 34m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (34m) 30s ago 34m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:06:08.541 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (31m) 30s ago 33m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:06:08.871 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:06:08.871 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:06:08.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:06:08.871 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:06:08.871 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:06:08.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:06:08.871 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:06:08.871 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:06:08.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:06:08.871 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:06:08.872 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:06:08.872 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:06:08.872 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:06:08.872 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:06:08.872 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:06:08.872 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:06:08.872 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:06:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:08.079594+0000 mgr.y (mgr.24491) 1168 : cluster [DBG] pgmap v1012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:06:08.254504+0000 mgr.y (mgr.24491) 1169 : audit [DBG] from='client.25934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:06:08.872168+0000 mon.c (mon.2) 72 : audit [DBG] from='client.? 172.21.15.177:0/1582949301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:06:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:08.079594+0000 mgr.y (mgr.24491) 1168 : cluster [DBG] pgmap v1012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:06:08.254504+0000 mgr.y (mgr.24491) 1169 : audit [DBG] from='client.25934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:06:08.872168+0000 mon.c (mon.2) 72 : audit [DBG] from='client.? 172.21.15.177:0/1582949301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:06:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:08.079594+0000 mgr.y (mgr.24491) 1168 : cluster [DBG] pgmap v1012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:06:08.254504+0000 mgr.y (mgr.24491) 1169 : audit [DBG] from='client.25934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:06:08.872168+0000 mon.c (mon.2) 72 : audit [DBG] from='client.? 172.21.15.177:0/1582949301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:06:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:06:08.533548+0000 mgr.y (mgr.24491) 1170 : audit [DBG] from='client.16035 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:06:08.533548+0000 mgr.y (mgr.24491) 1170 : audit [DBG] from='client.16035 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:06:08.533548+0000 mgr.y (mgr.24491) 1170 : audit [DBG] from='client.16035 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:10.080292+0000 mgr.y (mgr.24491) 1171 : cluster [DBG] pgmap v1013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:06:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:10.080292+0000 mgr.y (mgr.24491) 1171 : cluster [DBG] pgmap v1013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:10.080292+0000 mgr.y (mgr.24491) 1171 : cluster [DBG] pgmap v1013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:12.080706+0000 mgr.y (mgr.24491) 1172 : cluster [DBG] pgmap v1014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:12.080706+0000 mgr.y (mgr.24491) 1172 : cluster [DBG] pgmap v1014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:12.080706+0000 mgr.y (mgr.24491) 1172 : cluster [DBG] pgmap v1014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:14.081261+0000 mgr.y (mgr.24491) 1173 : cluster [DBG] pgmap v1015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:14.081261+0000 mgr.y (mgr.24491) 1173 : cluster [DBG] pgmap v1015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:14.081261+0000 mgr.y (mgr.24491) 1173 : cluster [DBG] pgmap v1015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:16.082102+0000 mgr.y (mgr.24491) 1174 : cluster [DBG] pgmap v1016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:16.082102+0000 mgr.y (mgr.24491) 1174 : cluster [DBG] pgmap v1016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:16.082102+0000 mgr.y (mgr.24491) 1174 : cluster [DBG] pgmap v1016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:06:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:18.082680+0000 mgr.y (mgr.24491) 1175 : cluster [DBG] pgmap v1017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:18.082680+0000 mgr.y (mgr.24491) 1175 : cluster [DBG] pgmap v1017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:18.082680+0000 mgr.y (mgr.24491) 1175 : cluster [DBG] pgmap v1017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:20.083382+0000 mgr.y (mgr.24491) 1176 : cluster [DBG] pgmap v1018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:06:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:20.083382+0000 mgr.y (mgr.24491) 1176 : cluster [DBG] pgmap v1018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:20.083382+0000 mgr.y (mgr.24491) 1176 : cluster [DBG] pgmap v1018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:22.083903+0000 mgr.y (mgr.24491) 1177 : cluster [DBG] pgmap v1019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:22.083903+0000 mgr.y (mgr.24491) 1177 : cluster [DBG] pgmap v1019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:22.083903+0000 mgr.y (mgr.24491) 1177 : cluster [DBG] pgmap v1019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:24.084381+0000 mgr.y (mgr.24491) 1178 : cluster [DBG] pgmap v1020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:24.084381+0000 mgr.y (mgr.24491) 1178 : cluster [DBG] pgmap v1020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:24.084381+0000 mgr.y (mgr.24491) 1178 : cluster [DBG] pgmap v1020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:27.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:26.085053+0000 mgr.y (mgr.24491) 1179 : cluster [DBG] pgmap v1021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:26.085053+0000 mgr.y (mgr.24491) 1179 : cluster [DBG] pgmap v1021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:26.085053+0000 mgr.y (mgr.24491) 1179 : cluster [DBG] pgmap v1021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:06:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:28.085476+0000 mgr.y (mgr.24491) 1180 : cluster [DBG] pgmap v1022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:28.085476+0000 mgr.y (mgr.24491) 1180 : cluster [DBG] pgmap v1022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:28.085476+0000 mgr.y (mgr.24491) 1180 : cluster [DBG] pgmap v1022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:30.086243+0000 mgr.y (mgr.24491) 1181 : cluster [DBG] pgmap v1023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:06:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:30.086243+0000 mgr.y (mgr.24491) 1181 : cluster [DBG] pgmap v1023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:30.086243+0000 mgr.y (mgr.24491) 1181 : cluster [DBG] pgmap v1023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:32.086658+0000 mgr.y (mgr.24491) 1182 : cluster [DBG] pgmap v1024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:32.086658+0000 mgr.y (mgr.24491) 1182 : cluster [DBG] pgmap v1024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:32.086658+0000 mgr.y (mgr.24491) 1182 : cluster [DBG] pgmap v1024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:34.087139+0000 mgr.y (mgr.24491) 1183 : cluster [DBG] pgmap v1025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:34.087139+0000 mgr.y (mgr.24491) 1183 : cluster [DBG] pgmap v1025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:34.087139+0000 mgr.y (mgr.24491) 1183 : cluster [DBG] pgmap v1025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:36.087878+0000 mgr.y (mgr.24491) 1184 : cluster [DBG] pgmap v1026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:36.087878+0000 mgr.y (mgr.24491) 1184 : cluster [DBG] pgmap v1026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:36.087878+0000 mgr.y (mgr.24491) 1184 : cluster [DBG] pgmap v1026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:06:39.172 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:06:39.448 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:06:39.448 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (32m) 61s ago 33m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:06:39.448 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (33m) 61s ago 33m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:06:39.448 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (34m) 61s ago 34m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:06:39.448 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (34m) 61s ago 34m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:06:39.448 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (37m) 61s ago 37m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:06:39.448 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (39m) 61s ago 39m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (39m) 61s ago 39m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (38m) 61s ago 38m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (38m) 61s ago 38m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (33m) 61s ago 33m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (33m) 61s ago 33m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (37m) 61s ago 37m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (37m) 61s ago 37m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (36m) 61s ago 36m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (36m) 61s ago 36m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (35m) 61s ago 35m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (35m) 61s ago 35m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (35m) 61s ago 35m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (34m) 61s ago 34m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:06:39.449 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (32m) 61s ago 33m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:06:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:38.088473+0000 mgr.y (mgr.24491) 1185 : cluster [DBG] pgmap v1027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:06:38.418027+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:06:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:06:38.713520+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:06:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:06:38.714125+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:06:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:06:38.720863+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:06:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:38.088473+0000 mgr.y (mgr.24491) 1185 : cluster [DBG] pgmap v1027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:06:38.418027+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:06:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:06:38.713520+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:06:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:06:38.714125+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:06:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:06:38.720863+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:06:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:38.088473+0000 mgr.y (mgr.24491) 1185 : cluster [DBG] pgmap v1027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:06:38.418027+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:06:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:06:38.713520+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:06:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:06:38.714125+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:06:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:06:38.720863+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:06:39.783 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:06:39.784 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:06:39.784 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:06:39.784 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:06:39.784 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:06:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:06:39.160540+0000 mgr.y (mgr.24491) 1186 : audit [DBG] from='client.16047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:06:39.783568+0000 mon.c (mon.2) 73 : audit [DBG] from='client.? 172.21.15.177:0/142165508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:06:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:06:39.160540+0000 mgr.y (mgr.24491) 1186 : audit [DBG] from='client.16047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:06:39.783568+0000 mon.c (mon.2) 73 : audit [DBG] from='client.? 172.21.15.177:0/142165508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:06:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:06:39.160540+0000 mgr.y (mgr.24491) 1186 : audit [DBG] from='client.16047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:06:39.783568+0000 mon.c (mon.2) 73 : audit [DBG] from='client.? 172.21.15.177:0/142165508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:06:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:06:39.441706+0000 mgr.y (mgr.24491) 1187 : audit [DBG] from='client.16053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:40.089203+0000 mgr.y (mgr.24491) 1188 : cluster [DBG] pgmap v1028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:06:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:06:39.441706+0000 mgr.y (mgr.24491) 1187 : audit [DBG] from='client.16053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:40.089203+0000 mgr.y (mgr.24491) 1188 : cluster [DBG] pgmap v1028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:06:39.441706+0000 mgr.y (mgr.24491) 1187 : audit [DBG] from='client.16053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:06:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:40.089203+0000 mgr.y (mgr.24491) 1188 : cluster [DBG] pgmap v1028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:42.089591+0000 mgr.y (mgr.24491) 1189 : cluster [DBG] pgmap v1029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:42.089591+0000 mgr.y (mgr.24491) 1189 : cluster [DBG] pgmap v1029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:42.089591+0000 mgr.y (mgr.24491) 1189 : cluster [DBG] pgmap v1029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:45.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:44.090109+0000 mgr.y (mgr.24491) 1190 : cluster [DBG] pgmap v1030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:44.090109+0000 mgr.y (mgr.24491) 1190 : cluster [DBG] pgmap v1030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:44.090109+0000 mgr.y (mgr.24491) 1190 : cluster [DBG] pgmap v1030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:46.091011+0000 mgr.y (mgr.24491) 1191 : cluster [DBG] pgmap v1031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:46.091011+0000 mgr.y (mgr.24491) 1191 : cluster [DBG] pgmap v1031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:46.091011+0000 mgr.y (mgr.24491) 1191 : cluster [DBG] pgmap v1031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T04:06:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:48.091410+0000 mgr.y (mgr.24491) 1192 : cluster [DBG] pgmap v1032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:48.091410+0000 mgr.y (mgr.24491) 1192 : cluster [DBG] pgmap v1032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:48.091410+0000 mgr.y (mgr.24491) 1192 : cluster [DBG] pgmap v1032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:50.092055+0000 mgr.y (mgr.24491) 1193 : cluster [DBG] pgmap v1033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:06:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:50.092055+0000 mgr.y (mgr.24491) 1193 : cluster [DBG] pgmap v1033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:50.092055+0000 mgr.y (mgr.24491) 1193 : cluster [DBG] pgmap v1033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:52.092472+0000 mgr.y (mgr.24491) 1194 : cluster [DBG] pgmap v1034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:52.092472+0000 mgr.y (mgr.24491) 1194 : cluster [DBG] pgmap v1034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:52.092472+0000 mgr.y (mgr.24491) 1194 : cluster [DBG] pgmap v1034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:54.092981+0000 mgr.y (mgr.24491) 1195 : cluster [DBG] pgmap v1035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:54.092981+0000 mgr.y (mgr.24491) 1195 : cluster [DBG] pgmap v1035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:54.092981+0000 mgr.y (mgr.24491) 1195 : cluster [DBG] pgmap v1035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:56.093868+0000 mgr.y (mgr.24491) 1196 : cluster [DBG] pgmap v1036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:56.093868+0000 mgr.y (mgr.24491) 1196 : cluster [DBG] pgmap v1036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:56.093868+0000 mgr.y (mgr.24491) 1196 : cluster [DBG] pgmap v1036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:06:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T04:06:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:06:58.094350+0000 mgr.y (mgr.24491) 1197 : cluster [DBG] pgmap v1037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:06:58.094350+0000 mgr.y (mgr.24491) 1197 : cluster [DBG] pgmap v1037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:06:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:06:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:06:58.094350+0000 mgr.y (mgr.24491) 1197 : cluster [DBG] pgmap v1037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:01.269 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:07:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:00.095135+0000 mgr.y (mgr.24491) 1198 : cluster [DBG] pgmap v1038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:00.095135+0000 mgr.y (mgr.24491) 1198 : cluster [DBG] pgmap v1038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:00.095135+0000 mgr.y (mgr.24491) 1198 : cluster [DBG] pgmap v1038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:02.095629+0000 mgr.y (mgr.24491) 1199 : cluster [DBG] pgmap v1039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:02.095629+0000 mgr.y (mgr.24491) 1199 : cluster [DBG] pgmap v1039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:02.095629+0000 mgr.y (mgr.24491) 1199 : cluster [DBG] pgmap v1039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:04.096034+0000 mgr.y (mgr.24491) 1200 : cluster [DBG] pgmap v1040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:04.096034+0000 mgr.y (mgr.24491) 1200 : cluster [DBG] pgmap v1040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:04.096034+0000 mgr.y (mgr.24491) 1200 : cluster [DBG] pgmap v1040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:06.096692+0000 mgr.y (mgr.24491) 1201 : cluster [DBG] pgmap v1041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:06.096692+0000 mgr.y (mgr.24491) 1201 : cluster [DBG] pgmap v1041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:06.096692+0000 mgr.y (mgr.24491) 1201 : cluster [DBG] pgmap v1041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T04:07:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:08.097246+0000 mgr.y (mgr.24491) 1202 : cluster [DBG] pgmap v1042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:08.097246+0000 mgr.y (mgr.24491) 1202 : cluster [DBG] pgmap v1042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:08.097246+0000 mgr.y (mgr.24491) 1202 : cluster [DBG] pgmap v1042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:10.091 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:07:10.366 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:07:10.366 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (32m) 92s ago 33m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:07:10.366 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (33m) 92s ago 33m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:07:10.366 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (34m) 92s ago 34m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:07:10.366 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (34m) 92s ago 34m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:07:10.366 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (38m) 92s ago 38m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:07:10.366 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (40m) 92s ago 40m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:07:10.366 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (40m) 92s ago 40m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (38m) 92s ago 38m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (38m) 92s ago 38m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (34m) 92s ago 34m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (34m) 92s ago 34m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (37m) 92s ago 37m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (37m) 92s ago 37m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (37m) 92s ago 37m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (36m) 92s ago 36m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (36m) 92s ago 36m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (36m) 92s ago 35m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (35m) 92s ago 35m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (35m) 92s ago 35m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:07:10.367 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (32m) 92s ago 34m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:07:10.698 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:07:10.698 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:07:10.698 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:07:10.698 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:07:10.698 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:07:10.699 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:07:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:07:10.080851+0000 mgr.y (mgr.24491) 1203 : audit [DBG] from='client.25970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:10.097785+0000 mgr.y (mgr.24491) 1204 : cluster [DBG] pgmap v1043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:07:10.699077+0000 mon.a (mon.0) 977 : audit [DBG] from='client.? 172.21.15.177:0/4071044445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:07:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:07:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:07:10.080851+0000 mgr.y (mgr.24491) 1203 : audit [DBG] from='client.25970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:10.097785+0000 mgr.y (mgr.24491) 1204 : cluster [DBG] pgmap v1043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:07:10.699077+0000 mon.a (mon.0) 977 : audit [DBG] from='client.? 172.21.15.177:0/4071044445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:07:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:07:10.080851+0000 mgr.y (mgr.24491) 1203 : audit [DBG] from='client.25970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:10.097785+0000 mgr.y (mgr.24491) 1204 : cluster [DBG] pgmap v1043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:07:10.699077+0000 mon.a (mon.0) 977 : audit [DBG] from='client.? 172.21.15.177:0/4071044445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:07:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:07:10.359475+0000 mgr.y (mgr.24491) 1205 : audit [DBG] from='client.25976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:07:10.359475+0000 mgr.y (mgr.24491) 1205 : audit [DBG] from='client.25976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:07:10.359475+0000 mgr.y (mgr.24491) 1205 : audit [DBG] from='client.25976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:12.098178+0000 mgr.y (mgr.24491) 1206 : cluster [DBG] pgmap v1044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:12.098178+0000 mgr.y (mgr.24491) 1206 : cluster [DBG] pgmap v1044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:12.098178+0000 mgr.y (mgr.24491) 1206 : cluster [DBG] pgmap v1044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:14.098619+0000 mgr.y (mgr.24491) 1207 : cluster [DBG] pgmap v1045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:14.098619+0000 mgr.y (mgr.24491) 1207 : cluster [DBG] pgmap v1045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:14.098619+0000 mgr.y (mgr.24491) 1207 : cluster [DBG] pgmap v1045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:16.099430+0000 mgr.y (mgr.24491) 1208 : cluster [DBG] pgmap v1046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:16.099430+0000 mgr.y (mgr.24491) 1208 : cluster [DBG] pgmap v1046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:16.099430+0000 mgr.y (mgr.24491) 1208 : cluster [DBG] pgmap v1046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:07:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:18.099870+0000 mgr.y (mgr.24491) 1209 : cluster [DBG] pgmap v1047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:18.099870+0000 mgr.y (mgr.24491) 1209 : cluster [DBG] pgmap v1047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:18.099870+0000 mgr.y (mgr.24491) 1209 : cluster [DBG] pgmap v1047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:20.100500+0000 mgr.y (mgr.24491) 1210 : cluster [DBG] pgmap v1048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:07:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:20.100500+0000 mgr.y (mgr.24491) 1210 : cluster [DBG] pgmap v1048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:20.100500+0000 mgr.y (mgr.24491) 1210 : cluster [DBG] pgmap v1048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:22.101009+0000 mgr.y (mgr.24491) 1211 : cluster [DBG] pgmap v1049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:22.101009+0000 mgr.y (mgr.24491) 1211 : cluster [DBG] pgmap v1049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:22.101009+0000 mgr.y (mgr.24491) 1211 : cluster [DBG] pgmap v1049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:24.101555+0000 mgr.y (mgr.24491) 1212 : cluster [DBG] pgmap v1050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:24.101555+0000 mgr.y (mgr.24491) 1212 : cluster [DBG] pgmap v1050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:24.101555+0000 mgr.y (mgr.24491) 1212 : cluster [DBG] pgmap v1050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:26.102303+0000 mgr.y (mgr.24491) 1213 : cluster [DBG] pgmap v1051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:26.102303+0000 mgr.y (mgr.24491) 1213 : cluster [DBG] pgmap v1051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:26.102303+0000 mgr.y (mgr.24491) 1213 : cluster [DBG] pgmap v1051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:07:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:28.102872+0000 mgr.y (mgr.24491) 1214 : cluster [DBG] pgmap v1052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:28.102872+0000 mgr.y (mgr.24491) 1214 : cluster [DBG] pgmap v1052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:28.102872+0000 mgr.y (mgr.24491) 1214 : cluster [DBG] pgmap v1052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:30.103687+0000 mgr.y (mgr.24491) 1215 : cluster [DBG] pgmap v1053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:07:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:30.103687+0000 mgr.y (mgr.24491) 1215 : cluster [DBG] pgmap v1053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:30.103687+0000 mgr.y (mgr.24491) 1215 : cluster [DBG] pgmap v1053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:32.104190+0000 mgr.y (mgr.24491) 1216 : cluster [DBG] pgmap v1054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:32.104190+0000 mgr.y (mgr.24491) 1216 : cluster [DBG] pgmap v1054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:32.104190+0000 mgr.y (mgr.24491) 1216 : cluster [DBG] pgmap v1054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:34.104730+0000 mgr.y (mgr.24491) 1217 : cluster [DBG] pgmap v1055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:34.104730+0000 mgr.y (mgr.24491) 1217 : cluster [DBG] pgmap v1055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:34.104730+0000 mgr.y (mgr.24491) 1217 : cluster [DBG] pgmap v1055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:36.105599+0000 mgr.y (mgr.24491) 1218 : cluster [DBG] pgmap v1056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:36.105599+0000 mgr.y (mgr.24491) 1218 : cluster [DBG] pgmap v1056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:36.105599+0000 mgr.y (mgr.24491) 1218 : cluster [DBG] pgmap v1056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T04:07:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:38.106212+0000 mgr.y (mgr.24491) 1219 : cluster [DBG] pgmap v1057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:07:38.724989+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:07:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:07:39.024593+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:07:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:07:39.025275+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:07:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:07:39.029780+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:07:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:38.106212+0000 mgr.y (mgr.24491) 1219 : cluster [DBG] pgmap v1057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:07:38.724989+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:07:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:07:39.024593+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:07:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:07:39.025275+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:07:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:07:39.029780+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:07:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:38.106212+0000 mgr.y (mgr.24491) 1219 : cluster [DBG] pgmap v1057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:07:38.724989+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:07:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:07:39.024593+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:07:39.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:07:39.025275+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:07:39.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:07:39.029780+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:07:41.005 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:07:41.279 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:07:41.279 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (33m) 2m ago 34m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:07:41.279 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (34m) 2m ago 34m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:07:41.279 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (35m) 2m ago 35m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:07:41.279 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (35m) 2m ago 35m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:07:41.279 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (38m) 2m ago 38m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:07:41.279 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (40m) 2m ago 40m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:07:41.279 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (40m) 2m ago 40m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:07:41.279 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (39m) 2m ago 39m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:07:41.279 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (39m) 2m ago 39m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:07:41.279 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (34m) 2m ago 34m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:07:41.280 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (34m) 2m ago 34m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:07:41.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (38m) 2m ago 38m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:07:41.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (38m) 2m ago 38m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:07:41.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (37m) 2m ago 37m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:07:41.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (37m) 2m ago 37m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:07:41.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (36m) 2m ago 36m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:07:41.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (36m) 2m ago 36m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:07:41.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (36m) 2m ago 36m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:07:41.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (35m) 2m ago 35m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:07:41.280 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (33m) 2m ago 34m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:07:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:40.107057+0000 mgr.y (mgr.24491) 1220 : cluster [DBG] pgmap v1058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:07:41.610 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:07:41.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:07:41.612 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:07:41.612 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:07:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:40.107057+0000 mgr.y (mgr.24491) 1220 : cluster [DBG] pgmap v1058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:40.107057+0000 mgr.y (mgr.24491) 1220 : cluster [DBG] pgmap v1058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:07:40.995161+0000 mgr.y (mgr.24491) 1221 : audit [DBG] from='client.16083 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:07:41.272578+0000 mgr.y (mgr.24491) 1222 : audit [DBG] from='client.25994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:07:41.611917+0000 mon.a (mon.0) 982 : audit [DBG] from='client.? 172.21.15.177:0/2534060561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:07:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:07:40.995161+0000 mgr.y (mgr.24491) 1221 : audit [DBG] from='client.16083 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:07:41.272578+0000 mgr.y (mgr.24491) 1222 : audit [DBG] from='client.25994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:07:41.611917+0000 mon.a (mon.0) 982 : audit [DBG] from='client.? 172.21.15.177:0/2534060561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:07:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:07:40.995161+0000 mgr.y (mgr.24491) 1221 : audit [DBG] from='client.16083 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:07:41.272578+0000 mgr.y (mgr.24491) 1222 : audit [DBG] from='client.25994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:07:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:07:41.611917+0000 mon.a (mon.0) 982 : audit [DBG] from='client.? 172.21.15.177:0/2534060561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:07:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:42.107422+0000 mgr.y (mgr.24491) 1223 : cluster [DBG] pgmap v1059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:42.107422+0000 mgr.y (mgr.24491) 1223 : cluster [DBG] pgmap v1059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:42.107422+0000 mgr.y (mgr.24491) 1223 : cluster [DBG] pgmap v1059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:44.107805+0000 mgr.y (mgr.24491) 1224 : cluster [DBG] pgmap v1060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:44.107805+0000 mgr.y (mgr.24491) 1224 : cluster [DBG] pgmap v1060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:44.107805+0000 mgr.y (mgr.24491) 1224 : cluster [DBG] pgmap v1060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:46.108564+0000 mgr.y (mgr.24491) 1225 : cluster [DBG] pgmap v1061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:46.108564+0000 mgr.y (mgr.24491) 1225 : cluster [DBG] pgmap v1061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:46.108564+0000 mgr.y (mgr.24491) 1225 : cluster [DBG] pgmap v1061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:07:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:48.108968+0000 mgr.y (mgr.24491) 1226 : cluster [DBG] pgmap v1062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:48.108968+0000 mgr.y (mgr.24491) 1226 : cluster [DBG] pgmap v1062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:48.108968+0000 mgr.y (mgr.24491) 1226 : cluster [DBG] pgmap v1062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:50.109737+0000 mgr.y (mgr.24491) 1227 : cluster [DBG] pgmap v1063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:07:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:50.109737+0000 mgr.y (mgr.24491) 1227 : cluster [DBG] pgmap v1063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:50.109737+0000 mgr.y (mgr.24491) 1227 : cluster [DBG] pgmap v1063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:52.110206+0000 mgr.y (mgr.24491) 1228 : cluster [DBG] pgmap v1064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:52.110206+0000 mgr.y (mgr.24491) 1228 : cluster [DBG] pgmap v1064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:52.110206+0000 mgr.y (mgr.24491) 1228 : cluster [DBG] pgmap v1064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:54.110745+0000 mgr.y (mgr.24491) 1229 : cluster [DBG] pgmap v1065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:54.110745+0000 mgr.y (mgr.24491) 1229 : cluster [DBG] pgmap v1065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:54.110745+0000 mgr.y (mgr.24491) 1229 : cluster [DBG] pgmap v1065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:56.111615+0000 mgr.y (mgr.24491) 1230 : cluster [DBG] pgmap v1066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:56.111615+0000 mgr.y (mgr.24491) 1230 : cluster [DBG] pgmap v1066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:56.111615+0000 mgr.y (mgr.24491) 1230 : cluster [DBG] pgmap v1066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:07:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:07:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:07:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:07:58.112143+0000 mgr.y (mgr.24491) 1231 : cluster [DBG] pgmap v1067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:07:58.112143+0000 mgr.y (mgr.24491) 1231 : cluster [DBG] pgmap v1067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:07:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:07:58.112143+0000 mgr.y (mgr.24491) 1231 : cluster [DBG] pgmap v1067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:00.112852+0000 mgr.y (mgr.24491) 1232 : cluster [DBG] pgmap v1068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:08:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:00.112852+0000 mgr.y (mgr.24491) 1232 : cluster [DBG] pgmap v1068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:00.112852+0000 mgr.y (mgr.24491) 1232 : cluster [DBG] pgmap v1068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:02.113420+0000 mgr.y (mgr.24491) 1233 : cluster [DBG] pgmap v1069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:02.113420+0000 mgr.y (mgr.24491) 1233 : cluster [DBG] pgmap v1069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:02.113420+0000 mgr.y (mgr.24491) 1233 : cluster [DBG] pgmap v1069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:04.113785+0000 mgr.y (mgr.24491) 1234 : cluster [DBG] pgmap v1070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:04.113785+0000 mgr.y (mgr.24491) 1234 : cluster [DBG] pgmap v1070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:04.113785+0000 mgr.y (mgr.24491) 1234 : cluster [DBG] pgmap v1070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:06.114531+0000 mgr.y (mgr.24491) 1235 : cluster [DBG] pgmap v1071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:06.114531+0000 mgr.y (mgr.24491) 1235 : cluster [DBG] pgmap v1071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:06.114531+0000 mgr.y (mgr.24491) 1235 : cluster [DBG] pgmap v1071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T04:08:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:08.114956+0000 mgr.y (mgr.24491) 1236 : cluster [DBG] pgmap v1072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:08.114956+0000 mgr.y (mgr.24491) 1236 : cluster [DBG] pgmap v1072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:08.114956+0000 mgr.y (mgr.24491) 1236 : cluster [DBG] pgmap v1072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:11.265 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:08:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:10.115719+0000 mgr.y (mgr.24491) 1237 : cluster [DBG] pgmap v1073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:10.115719+0000 mgr.y (mgr.24491) 1237 : cluster [DBG] pgmap v1073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:10.115719+0000 mgr.y (mgr.24491) 1237 : cluster [DBG] pgmap v1073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:11.920 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:08:12.192 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:08:12.192 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (34m) 2m ago 34m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:08:12.192 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (34m) 2m ago 34m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:08:12.192 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (35m) 2m ago 35m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (35m) 2m ago 35m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (39m) 2m ago 39m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (41m) 2m ago 41m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (41m) 2m ago 41m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (39m) 2m ago 39m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (39m) 2m ago 39m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (35m) 2m ago 35m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (35m) 2m ago 35m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (39m) 2m ago 39m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (38m) 2m ago 38m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (38m) 2m ago 38m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (37m) 2m ago 37m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (37m) 2m ago 37m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (37m) 2m ago 37m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (36m) 2m ago 36m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:08:12.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (36m) 2m ago 36m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:08:12.194 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (33m) 2m ago 35m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:08:12.532 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:08:12.532 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:08:12.532 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:08:12.532 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:08:12.532 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:08:12.532 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:08:12.532 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:08:12.532 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:08:12.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:08:12.533 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:08:12.533 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:08:12.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:08:12.533 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:08:12.533 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:08:12.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:08:12.533 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:08:12.533 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:08:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:08:11.909434+0000 mgr.y (mgr.24491) 1238 : audit [DBG] from='client.16101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:12.116149+0000 mgr.y (mgr.24491) 1239 : cluster [DBG] pgmap v1074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:08:12.186051+0000 mgr.y (mgr.24491) 1240 : audit [DBG] from='client.26012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:08:12.533377+0000 mon.c (mon.2) 74 : audit [DBG] from='client.? 172.21.15.177:0/325781338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:08:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:08:11.909434+0000 mgr.y (mgr.24491) 1238 : audit [DBG] from='client.16101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:12.116149+0000 mgr.y (mgr.24491) 1239 : cluster [DBG] pgmap v1074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:08:12.186051+0000 mgr.y (mgr.24491) 1240 : audit [DBG] from='client.26012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:08:12.533377+0000 mon.c (mon.2) 74 : audit [DBG] from='client.? 172.21.15.177:0/325781338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:08:11.909434+0000 mgr.y (mgr.24491) 1238 : audit [DBG] from='client.16101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:12.116149+0000 mgr.y (mgr.24491) 1239 : cluster [DBG] pgmap v1074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:08:12.186051+0000 mgr.y (mgr.24491) 1240 : audit [DBG] from='client.26012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:08:12.533377+0000 mon.c (mon.2) 74 : audit [DBG] from='client.? 172.21.15.177:0/325781338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:08:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:14.116540+0000 mgr.y (mgr.24491) 1241 : cluster [DBG] pgmap v1075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:14.116540+0000 mgr.y (mgr.24491) 1241 : cluster [DBG] pgmap v1075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:14.116540+0000 mgr.y (mgr.24491) 1241 : cluster [DBG] pgmap v1075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:16.117351+0000 mgr.y (mgr.24491) 1242 : cluster [DBG] pgmap v1076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:16.117351+0000 mgr.y (mgr.24491) 1242 : cluster [DBG] pgmap v1076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:16.117351+0000 mgr.y (mgr.24491) 1242 : cluster [DBG] pgmap v1076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:17] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:08:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:18.117800+0000 mgr.y (mgr.24491) 1243 : cluster [DBG] pgmap v1077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:18.117800+0000 mgr.y (mgr.24491) 1243 : cluster [DBG] pgmap v1077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:18.117800+0000 mgr.y (mgr.24491) 1243 : cluster [DBG] pgmap v1077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:21.281 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:08:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:20.118565+0000 mgr.y (mgr.24491) 1244 : cluster [DBG] pgmap v1078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:20.118565+0000 mgr.y (mgr.24491) 1244 : cluster [DBG] pgmap v1078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:20.118565+0000 mgr.y (mgr.24491) 1244 : cluster [DBG] pgmap v1078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:22.118972+0000 mgr.y (mgr.24491) 1245 : cluster [DBG] pgmap v1079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:22.118972+0000 mgr.y (mgr.24491) 1245 : cluster [DBG] pgmap v1079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:22.118972+0000 mgr.y (mgr.24491) 1245 : cluster [DBG] pgmap v1079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:24.119377+0000 mgr.y (mgr.24491) 1246 : cluster [DBG] pgmap v1080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:24.119377+0000 mgr.y (mgr.24491) 1246 : cluster [DBG] pgmap v1080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:24.119377+0000 mgr.y (mgr.24491) 1246 : cluster [DBG] pgmap v1080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:26.120156+0000 mgr.y (mgr.24491) 1247 : cluster [DBG] pgmap v1081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:26.120156+0000 mgr.y (mgr.24491) 1247 : cluster [DBG] pgmap v1081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:26.120156+0000 mgr.y (mgr.24491) 1247 : cluster [DBG] pgmap v1081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:27] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:08:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:28.120592+0000 mgr.y (mgr.24491) 1248 : cluster [DBG] pgmap v1082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:28.120592+0000 mgr.y (mgr.24491) 1248 : cluster [DBG] pgmap v1082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:28.120592+0000 mgr.y (mgr.24491) 1248 : cluster [DBG] pgmap v1082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:31.296 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:08:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:30.121309+0000 mgr.y (mgr.24491) 1249 : cluster [DBG] pgmap v1083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:30.121309+0000 mgr.y (mgr.24491) 1249 : cluster [DBG] pgmap v1083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:30.121309+0000 mgr.y (mgr.24491) 1249 : cluster [DBG] pgmap v1083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:32.121779+0000 mgr.y (mgr.24491) 1250 : cluster [DBG] pgmap v1084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:32.121779+0000 mgr.y (mgr.24491) 1250 : cluster [DBG] pgmap v1084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:32.121779+0000 mgr.y (mgr.24491) 1250 : cluster [DBG] pgmap v1084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:34.122220+0000 mgr.y (mgr.24491) 1251 : cluster [DBG] pgmap v1085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:34.122220+0000 mgr.y (mgr.24491) 1251 : cluster [DBG] pgmap v1085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:34.122220+0000 mgr.y (mgr.24491) 1251 : cluster [DBG] pgmap v1085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:36.122964+0000 mgr.y (mgr.24491) 1252 : cluster [DBG] pgmap v1086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:36.122964+0000 mgr.y (mgr.24491) 1252 : cluster [DBG] pgmap v1086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:36.122964+0000 mgr.y (mgr.24491) 1252 : cluster [DBG] pgmap v1086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:08:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:38.123387+0000 mgr.y (mgr.24491) 1253 : cluster [DBG] pgmap v1087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:08:39.034069+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:08:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:38.123387+0000 mgr.y (mgr.24491) 1253 : cluster [DBG] pgmap v1087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:08:39.034069+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:08:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:38.123387+0000 mgr.y (mgr.24491) 1253 : cluster [DBG] pgmap v1087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:08:39.034069+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:08:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:08:39.278457+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:08:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:08:39.555495+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:08:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:08:39.556144+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:08:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:08:39.562604+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:08:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:08:39.278457+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:08:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:08:39.555495+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:08:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:08:39.556144+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:08:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:08:39.562604+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:08:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:08:39.278457+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:08:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:08:39.555495+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:08:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:08:39.556144+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:08:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:08:39.562604+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:08:41.279 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:08:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:40.124140+0000 mgr.y (mgr.24491) 1254 : cluster [DBG] pgmap v1088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:40.124140+0000 mgr.y (mgr.24491) 1254 : cluster [DBG] pgmap v1088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:40.124140+0000 mgr.y (mgr.24491) 1254 : cluster [DBG] pgmap v1088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:42.851 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:08:43.131 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:08:43.131 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (34m) 3m ago 35m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:08:43.131 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (35m) 3m ago 35m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:08:43.131 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (36m) 3m ago 36m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:08:43.131 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (36m) 3m ago 36m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:08:43.131 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (39m) 3m ago 39m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:08:43.131 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (41m) 3m ago 41m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:08:43.131 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (41m) 3m ago 41m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:08:43.131 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (40m) 3m ago 40m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:08:43.131 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (40m) 3m ago 40m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:08:43.131 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (35m) 3m ago 35m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:08:43.132 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (35m) 3m ago 35m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:08:43.132 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (39m) 3m ago 39m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:08:43.132 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (39m) 3m ago 39m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:08:43.132 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (38m) 3m ago 38m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:08:43.132 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (38m) 3m ago 38m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:08:43.132 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (37m) 3m ago 37m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:08:43.132 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (37m) 3m ago 37m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:08:43.132 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (37m) 3m ago 37m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:08:43.132 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (36m) 3m ago 36m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:08:43.132 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (34m) 3m ago 35m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:08:43.469 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:08:43.470 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:08:43.470 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:08:43.470 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:08:43.470 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:08:43.470 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:08:43.470 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:08:43.470 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:08:43.470 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:08:43.470 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:08:43.471 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:08:43.471 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:08:43.471 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:08:43.471 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:08:43.471 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:08:43.471 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:08:43.471 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:08:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:42.124539+0000 mgr.y (mgr.24491) 1255 : cluster [DBG] pgmap v1089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:42.124539+0000 mgr.y (mgr.24491) 1255 : cluster [DBG] pgmap v1089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:42.124539+0000 mgr.y (mgr.24491) 1255 : cluster [DBG] pgmap v1089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:08:42.840426+0000 mgr.y (mgr.24491) 1256 : audit [DBG] from='client.16119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:08:43.124050+0000 mgr.y (mgr.24491) 1257 : audit [DBG] from='client.16125 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:08:43.470855+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.177:0/1337322009' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:08:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:08:42.840426+0000 mgr.y (mgr.24491) 1256 : audit [DBG] from='client.16119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:08:43.124050+0000 mgr.y (mgr.24491) 1257 : audit [DBG] from='client.16125 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:08:43.470855+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.177:0/1337322009' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:08:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:08:42.840426+0000 mgr.y (mgr.24491) 1256 : audit [DBG] from='client.16119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:08:43.124050+0000 mgr.y (mgr.24491) 1257 : audit [DBG] from='client.16125 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:08:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:08:43.470855+0000 mon.a (mon.0) 988 : audit [DBG] from='client.? 172.21.15.177:0/1337322009' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:08:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:44.124892+0000 mgr.y (mgr.24491) 1258 : cluster [DBG] pgmap v1090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:44.124892+0000 mgr.y (mgr.24491) 1258 : cluster [DBG] pgmap v1090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:44.124892+0000 mgr.y (mgr.24491) 1258 : cluster [DBG] pgmap v1090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:46.125757+0000 mgr.y (mgr.24491) 1259 : cluster [DBG] pgmap v1091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:46.125757+0000 mgr.y (mgr.24491) 1259 : cluster [DBG] pgmap v1091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:46.125757+0000 mgr.y (mgr.24491) 1259 : cluster [DBG] pgmap v1091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:47] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T04:08:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:48.126221+0000 mgr.y (mgr.24491) 1260 : cluster [DBG] pgmap v1092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:48.126221+0000 mgr.y (mgr.24491) 1260 : cluster [DBG] pgmap v1092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:48.126221+0000 mgr.y (mgr.24491) 1260 : cluster [DBG] pgmap v1092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:51.299 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:08:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:50.126844+0000 mgr.y (mgr.24491) 1261 : cluster [DBG] pgmap v1093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:50.126844+0000 mgr.y (mgr.24491) 1261 : cluster [DBG] pgmap v1093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:50.126844+0000 mgr.y (mgr.24491) 1261 : cluster [DBG] pgmap v1093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:52.127337+0000 mgr.y (mgr.24491) 1262 : cluster [DBG] pgmap v1094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:52.127337+0000 mgr.y (mgr.24491) 1262 : cluster [DBG] pgmap v1094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:52.127337+0000 mgr.y (mgr.24491) 1262 : cluster [DBG] pgmap v1094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:54.127880+0000 mgr.y (mgr.24491) 1263 : cluster [DBG] pgmap v1095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:54.127880+0000 mgr.y (mgr.24491) 1263 : cluster [DBG] pgmap v1095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:54.127880+0000 mgr.y (mgr.24491) 1263 : cluster [DBG] pgmap v1095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:56.128684+0000 mgr.y (mgr.24491) 1264 : cluster [DBG] pgmap v1096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:56.128684+0000 mgr.y (mgr.24491) 1264 : cluster [DBG] pgmap v1096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:56.128684+0000 mgr.y (mgr.24491) 1264 : cluster [DBG] pgmap v1096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:08:57] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T04:08:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:08:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:08:58.129163+0000 mgr.y (mgr.24491) 1265 : cluster [DBG] pgmap v1097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:08:58.129163+0000 mgr.y (mgr.24491) 1265 : cluster [DBG] pgmap v1097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:08:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:08:58.129163+0000 mgr.y (mgr.24491) 1265 : cluster [DBG] pgmap v1097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:00.129766+0000 mgr.y (mgr.24491) 1266 : cluster [DBG] pgmap v1098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:09:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:00.129766+0000 mgr.y (mgr.24491) 1266 : cluster [DBG] pgmap v1098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:00.129766+0000 mgr.y (mgr.24491) 1266 : cluster [DBG] pgmap v1098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:02.130327+0000 mgr.y (mgr.24491) 1267 : cluster [DBG] pgmap v1099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:02.130327+0000 mgr.y (mgr.24491) 1267 : cluster [DBG] pgmap v1099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:02.130327+0000 mgr.y (mgr.24491) 1267 : cluster [DBG] pgmap v1099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:04.130735+0000 mgr.y (mgr.24491) 1268 : cluster [DBG] pgmap v1100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:04.130735+0000 mgr.y (mgr.24491) 1268 : cluster [DBG] pgmap v1100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:04.130735+0000 mgr.y (mgr.24491) 1268 : cluster [DBG] pgmap v1100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:06.131416+0000 mgr.y (mgr.24491) 1269 : cluster [DBG] pgmap v1101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:06.131416+0000 mgr.y (mgr.24491) 1269 : cluster [DBG] pgmap v1101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:06.131416+0000 mgr.y (mgr.24491) 1269 : cluster [DBG] pgmap v1101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:09:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:08.131839+0000 mgr.y (mgr.24491) 1270 : cluster [DBG] pgmap v1102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:08.131839+0000 mgr.y (mgr.24491) 1270 : cluster [DBG] pgmap v1102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:08.131839+0000 mgr.y (mgr.24491) 1270 : cluster [DBG] pgmap v1102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:10.132601+0000 mgr.y (mgr.24491) 1271 : cluster [DBG] pgmap v1103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:09:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:10.132601+0000 mgr.y (mgr.24491) 1271 : cluster [DBG] pgmap v1103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:10.132601+0000 mgr.y (mgr.24491) 1271 : cluster [DBG] pgmap v1103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:12.133039+0000 mgr.y (mgr.24491) 1272 : cluster [DBG] pgmap v1104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:12.133039+0000 mgr.y (mgr.24491) 1272 : cluster [DBG] pgmap v1104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:12.133039+0000 mgr.y (mgr.24491) 1272 : cluster [DBG] pgmap v1104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:13.776 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:09:14.051 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:09:14.051 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (35m) 3m ago 35m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:09:14.051 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (35m) 3m ago 35m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:09:14.051 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (36m) 3m ago 36m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (36m) 3m ago 36m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (40m) 3m ago 40m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (42m) 3m ago 42m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (42m) 3m ago 42m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (40m) 3m ago 40m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (40m) 3m ago 40m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (36m) 3m ago 36m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (36m) 3m ago 36m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (40m) 3m ago 40m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (39m) 3m ago 39m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (39m) 3m ago 39m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (38m) 3m ago 38m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (38m) 3m ago 38m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:09:14.052 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (38m) 3m ago 38m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:09:14.053 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (37m) 3m ago 37m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:09:14.053 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (37m) 3m ago 37m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:09:14.053 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (34m) 3m ago 36m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:09:14.389 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:09:14.390 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:09:14.390 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:09:14.390 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:09:14.390 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:09:14.390 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:09:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:09:13.765794+0000 mgr.y (mgr.24491) 1273 : audit [DBG] from='client.16137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:09:14.045127+0000 mgr.y (mgr.24491) 1274 : audit [DBG] from='client.26048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:14.133398+0000 mgr.y (mgr.24491) 1275 : cluster [DBG] pgmap v1105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:09:14.390049+0000 mon.c (mon.2) 75 : audit [DBG] from='client.? 172.21.15.177:0/4245344465' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:09:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:09:13.765794+0000 mgr.y (mgr.24491) 1273 : audit [DBG] from='client.16137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:09:14.045127+0000 mgr.y (mgr.24491) 1274 : audit [DBG] from='client.26048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:14.133398+0000 mgr.y (mgr.24491) 1275 : cluster [DBG] pgmap v1105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:09:14.390049+0000 mon.c (mon.2) 75 : audit [DBG] from='client.? 172.21.15.177:0/4245344465' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:09:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:09:13.765794+0000 mgr.y (mgr.24491) 1273 : audit [DBG] from='client.16137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:09:14.045127+0000 mgr.y (mgr.24491) 1274 : audit [DBG] from='client.26048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:14.133398+0000 mgr.y (mgr.24491) 1275 : cluster [DBG] pgmap v1105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:09:14.390049+0000 mon.c (mon.2) 75 : audit [DBG] from='client.? 172.21.15.177:0/4245344465' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:09:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:16.134206+0000 mgr.y (mgr.24491) 1276 : cluster [DBG] pgmap v1106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:16.134206+0000 mgr.y (mgr.24491) 1276 : cluster [DBG] pgmap v1106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:16.134206+0000 mgr.y (mgr.24491) 1276 : cluster [DBG] pgmap v1106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:09:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:18.134694+0000 mgr.y (mgr.24491) 1277 : cluster [DBG] pgmap v1107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:18.134694+0000 mgr.y (mgr.24491) 1277 : cluster [DBG] pgmap v1107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:18.134694+0000 mgr.y (mgr.24491) 1277 : cluster [DBG] pgmap v1107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:20.135490+0000 mgr.y (mgr.24491) 1278 : cluster [DBG] pgmap v1108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:09:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:20.135490+0000 mgr.y (mgr.24491) 1278 : cluster [DBG] pgmap v1108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:20.135490+0000 mgr.y (mgr.24491) 1278 : cluster [DBG] pgmap v1108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:22.135953+0000 mgr.y (mgr.24491) 1279 : cluster [DBG] pgmap v1109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:22.135953+0000 mgr.y (mgr.24491) 1279 : cluster [DBG] pgmap v1109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:22.135953+0000 mgr.y (mgr.24491) 1279 : cluster [DBG] pgmap v1109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:24.136399+0000 mgr.y (mgr.24491) 1280 : cluster [DBG] pgmap v1110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:24.136399+0000 mgr.y (mgr.24491) 1280 : cluster [DBG] pgmap v1110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:24.136399+0000 mgr.y (mgr.24491) 1280 : cluster [DBG] pgmap v1110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:26.137130+0000 mgr.y (mgr.24491) 1281 : cluster [DBG] pgmap v1111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:26.137130+0000 mgr.y (mgr.24491) 1281 : cluster [DBG] pgmap v1111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:26.137130+0000 mgr.y (mgr.24491) 1281 : cluster [DBG] pgmap v1111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:09:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:28.137655+0000 mgr.y (mgr.24491) 1282 : cluster [DBG] pgmap v1112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:28.137655+0000 mgr.y (mgr.24491) 1282 : cluster [DBG] pgmap v1112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:28.137655+0000 mgr.y (mgr.24491) 1282 : cluster [DBG] pgmap v1112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:30.138304+0000 mgr.y (mgr.24491) 1283 : cluster [DBG] pgmap v1113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:09:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:30.138304+0000 mgr.y (mgr.24491) 1283 : cluster [DBG] pgmap v1113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:30.138304+0000 mgr.y (mgr.24491) 1283 : cluster [DBG] pgmap v1113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:32.138700+0000 mgr.y (mgr.24491) 1284 : cluster [DBG] pgmap v1114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:32.138700+0000 mgr.y (mgr.24491) 1284 : cluster [DBG] pgmap v1114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:32.138700+0000 mgr.y (mgr.24491) 1284 : cluster [DBG] pgmap v1114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:34.139288+0000 mgr.y (mgr.24491) 1285 : cluster [DBG] pgmap v1115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:34.139288+0000 mgr.y (mgr.24491) 1285 : cluster [DBG] pgmap v1115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:34.139288+0000 mgr.y (mgr.24491) 1285 : cluster [DBG] pgmap v1115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:36.140016+0000 mgr.y (mgr.24491) 1286 : cluster [DBG] pgmap v1116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:36.140016+0000 mgr.y (mgr.24491) 1286 : cluster [DBG] pgmap v1116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:36.140016+0000 mgr.y (mgr.24491) 1286 : cluster [DBG] pgmap v1116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:09:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:38.140565+0000 mgr.y (mgr.24491) 1287 : cluster [DBG] pgmap v1117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:38.140565+0000 mgr.y (mgr.24491) 1287 : cluster [DBG] pgmap v1117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:38.140565+0000 mgr.y (mgr.24491) 1287 : cluster [DBG] pgmap v1117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:09:39.566707+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:09:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:09:39.808180+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:09:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:09:40.072094+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:09:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:09:40.072725+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:09:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:09:40.077286+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:09:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:09:39.566707+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:09:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:09:39.808180+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:09:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:09:40.072094+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:09:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:09:40.072725+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:09:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:09:40.077286+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:09:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:09:39.566707+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:09:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:09:39.808180+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:09:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:09:40.072094+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:09:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:09:40.072725+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:09:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:09:40.077286+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:09:41.261 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:09:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:40.141252+0000 mgr.y (mgr.24491) 1288 : cluster [DBG] pgmap v1118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:40.141252+0000 mgr.y (mgr.24491) 1288 : cluster [DBG] pgmap v1118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:40.141252+0000 mgr.y (mgr.24491) 1288 : cluster [DBG] pgmap v1118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:42.141648+0000 mgr.y (mgr.24491) 1289 : cluster [DBG] pgmap v1119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:42.141648+0000 mgr.y (mgr.24491) 1289 : cluster [DBG] pgmap v1119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:42.141648+0000 mgr.y (mgr.24491) 1289 : cluster [DBG] pgmap v1119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:44.695 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (35m) 4m ago 36m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (36m) 4m ago 36m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (37m) 4m ago 37m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (37m) 4m ago 37m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (40m) 4m ago 40m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (42m) 4m ago 42m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (42m) 4m ago 42m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (41m) 4m ago 41m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (41m) 4m ago 41m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (36m) 4m ago 36m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (36m) 4m ago 36m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:09:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (40m) 4m ago 40m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:09:44.969 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (40m) 4m ago 40m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:09:44.969 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (39m) 4m ago 39m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:09:44.969 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (39m) 4m ago 39m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:09:44.969 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (38m) 4m ago 38m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:09:44.969 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (38m) 4m ago 38m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:09:44.969 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (38m) 4m ago 38m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:09:44.969 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (37m) 4m ago 37m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:09:44.969 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (35m) 4m ago 36m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:09:45.306 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:09:45.306 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:09:45.307 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:09:45.308 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:09:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:44.142053+0000 mgr.y (mgr.24491) 1290 : cluster [DBG] pgmap v1120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:44.142053+0000 mgr.y (mgr.24491) 1290 : cluster [DBG] pgmap v1120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:44.142053+0000 mgr.y (mgr.24491) 1290 : cluster [DBG] pgmap v1120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:09:44.683763+0000 mgr.y (mgr.24491) 1291 : audit [DBG] from='client.16155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:09:44.961230+0000 mgr.y (mgr.24491) 1292 : audit [DBG] from='client.26066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:09:45.307625+0000 mon.c (mon.2) 76 : audit [DBG] from='client.? 172.21.15.177:0/3139682724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:09:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:09:44.683763+0000 mgr.y (mgr.24491) 1291 : audit [DBG] from='client.16155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:09:44.961230+0000 mgr.y (mgr.24491) 1292 : audit [DBG] from='client.26066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:09:45.307625+0000 mon.c (mon.2) 76 : audit [DBG] from='client.? 172.21.15.177:0/3139682724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:09:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:09:44.683763+0000 mgr.y (mgr.24491) 1291 : audit [DBG] from='client.16155 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:09:44.961230+0000 mgr.y (mgr.24491) 1292 : audit [DBG] from='client.26066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:09:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:09:45.307625+0000 mon.c (mon.2) 76 : audit [DBG] from='client.? 172.21.15.177:0/3139682724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:09:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:46.142694+0000 mgr.y (mgr.24491) 1293 : cluster [DBG] pgmap v1121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:46.142694+0000 mgr.y (mgr.24491) 1293 : cluster [DBG] pgmap v1121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:46.142694+0000 mgr.y (mgr.24491) 1293 : cluster [DBG] pgmap v1121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:47] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:09:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:48.143077+0000 mgr.y (mgr.24491) 1294 : cluster [DBG] pgmap v1122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:48.143077+0000 mgr.y (mgr.24491) 1294 : cluster [DBG] pgmap v1122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:48.143077+0000 mgr.y (mgr.24491) 1294 : cluster [DBG] pgmap v1122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:51.284 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:09:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:50.143826+0000 mgr.y (mgr.24491) 1295 : cluster [DBG] pgmap v1123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:50.143826+0000 mgr.y (mgr.24491) 1295 : cluster [DBG] pgmap v1123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:50.143826+0000 mgr.y (mgr.24491) 1295 : cluster [DBG] pgmap v1123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:52.144269+0000 mgr.y (mgr.24491) 1296 : cluster [DBG] pgmap v1124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:52.144269+0000 mgr.y (mgr.24491) 1296 : cluster [DBG] pgmap v1124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:52.144269+0000 mgr.y (mgr.24491) 1296 : cluster [DBG] pgmap v1124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:54.144618+0000 mgr.y (mgr.24491) 1297 : cluster [DBG] pgmap v1125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:54.144618+0000 mgr.y (mgr.24491) 1297 : cluster [DBG] pgmap v1125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:54.144618+0000 mgr.y (mgr.24491) 1297 : cluster [DBG] pgmap v1125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:56.145418+0000 mgr.y (mgr.24491) 1298 : cluster [DBG] pgmap v1126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:56.145418+0000 mgr.y (mgr.24491) 1298 : cluster [DBG] pgmap v1126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:56.145418+0000 mgr.y (mgr.24491) 1298 : cluster [DBG] pgmap v1126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:09:57] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:09:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:09:58.145775+0000 mgr.y (mgr.24491) 1299 : cluster [DBG] pgmap v1127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:09:58.145775+0000 mgr.y (mgr.24491) 1299 : cluster [DBG] pgmap v1127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:09:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:09:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:09:58.145775+0000 mgr.y (mgr.24491) 1299 : cluster [DBG] pgmap v1127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:00.304 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T04:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:10:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:00.000134+0000 mon.a (mon.0) 994 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:10:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:00.000134+0000 mon.a (mon.0) 994 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:10:00.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:00.000134+0000 mon.a (mon.0) 994 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:10:01.306 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:10:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:00.146547+0000 mgr.y (mgr.24491) 1300 : cluster [DBG] pgmap v1128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:00.146547+0000 mgr.y (mgr.24491) 1300 : cluster [DBG] pgmap v1128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:00.146547+0000 mgr.y (mgr.24491) 1300 : cluster [DBG] pgmap v1128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:02.146914+0000 mgr.y (mgr.24491) 1301 : cluster [DBG] pgmap v1129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:02.146914+0000 mgr.y (mgr.24491) 1301 : cluster [DBG] pgmap v1129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:02.146914+0000 mgr.y (mgr.24491) 1301 : cluster [DBG] pgmap v1129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:04.147409+0000 mgr.y (mgr.24491) 1302 : cluster [DBG] pgmap v1130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:04.147409+0000 mgr.y (mgr.24491) 1302 : cluster [DBG] pgmap v1130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:04.147409+0000 mgr.y (mgr.24491) 1302 : cluster [DBG] pgmap v1130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:06.148052+0000 mgr.y (mgr.24491) 1303 : cluster [DBG] pgmap v1131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:06.148052+0000 mgr.y (mgr.24491) 1303 : cluster [DBG] pgmap v1131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:06.148052+0000 mgr.y (mgr.24491) 1303 : cluster [DBG] pgmap v1131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:07] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:10:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:08.148615+0000 mgr.y (mgr.24491) 1304 : cluster [DBG] pgmap v1132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:08.148615+0000 mgr.y (mgr.24491) 1304 : cluster [DBG] pgmap v1132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:08.148615+0000 mgr.y (mgr.24491) 1304 : cluster [DBG] pgmap v1132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:10.149410+0000 mgr.y (mgr.24491) 1305 : cluster [DBG] pgmap v1133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:10:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:10.149410+0000 mgr.y (mgr.24491) 1305 : cluster [DBG] pgmap v1133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:10.149410+0000 mgr.y (mgr.24491) 1305 : cluster [DBG] pgmap v1133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:12.149847+0000 mgr.y (mgr.24491) 1306 : cluster [DBG] pgmap v1134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:12.149847+0000 mgr.y (mgr.24491) 1306 : cluster [DBG] pgmap v1134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:12.149847+0000 mgr.y (mgr.24491) 1306 : cluster [DBG] pgmap v1134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:14.150197+0000 mgr.y (mgr.24491) 1307 : cluster [DBG] pgmap v1135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:15.617 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:10:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:14.150197+0000 mgr.y (mgr.24491) 1307 : cluster [DBG] pgmap v1135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:14.150197+0000 mgr.y (mgr.24491) 1307 : cluster [DBG] pgmap v1135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:15.892 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:10:15.892 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (36m) 4m ago 36m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:10:15.892 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (36m) 4m ago 36m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:10:15.892 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (37m) 4m ago 37m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:10:15.892 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (37m) 4m ago 37m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (41m) 4m ago 41m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (43m) 4m ago 43m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (43m) 4m ago 43m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (41m) 4m ago 41m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (41m) 4m ago 41m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (37m) 4m ago 37m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (37m) 4m ago 37m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (41m) 4m ago 41m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (40m) 4m ago 40m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (40m) 4m ago 40m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (39m) 4m ago 39m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (39m) 4m ago 39m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (39m) 4m ago 39m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (38m) 4m ago 38m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (38m) 4m ago 38m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:10:15.893 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (35m) 4m ago 37m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:10:16.225 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:10:16.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:10:16.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:10:16.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:10:16.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:10:16.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:10:16.226 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:10:16.226 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:10:16.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:10:16.226 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:10:16.226 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:10:16.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:10:16.226 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:10:16.226 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:10:16.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:10:16.226 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:10:16.226 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:10:17.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:10:15.606161+0000 mgr.y (mgr.24491) 1308 : audit [DBG] from='client.16173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:17.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:10:15.886240+0000 mgr.y (mgr.24491) 1309 : audit [DBG] from='client.26084 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:17.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:16.150807+0000 mgr.y (mgr.24491) 1310 : cluster [DBG] pgmap v1136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:17.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:10:16.226525+0000 mon.a (mon.0) 995 : audit [DBG] from='client.? 172.21.15.177:0/2347163377' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:10:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:10:15.606161+0000 mgr.y (mgr.24491) 1308 : audit [DBG] from='client.16173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:10:15.886240+0000 mgr.y (mgr.24491) 1309 : audit [DBG] from='client.26084 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:16.150807+0000 mgr.y (mgr.24491) 1310 : cluster [DBG] pgmap v1136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:10:16.226525+0000 mon.a (mon.0) 995 : audit [DBG] from='client.? 172.21.15.177:0/2347163377' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:10:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:10:15.606161+0000 mgr.y (mgr.24491) 1308 : audit [DBG] from='client.16173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:10:15.886240+0000 mgr.y (mgr.24491) 1309 : audit [DBG] from='client.26084 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:16.150807+0000 mgr.y (mgr.24491) 1310 : cluster [DBG] pgmap v1136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:10:16.226525+0000 mon.a (mon.0) 995 : audit [DBG] from='client.? 172.21.15.177:0/2347163377' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:10:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:10:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:18.151279+0000 mgr.y (mgr.24491) 1311 : cluster [DBG] pgmap v1137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:18.151279+0000 mgr.y (mgr.24491) 1311 : cluster [DBG] pgmap v1137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:18.151279+0000 mgr.y (mgr.24491) 1311 : cluster [DBG] pgmap v1137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:20.152017+0000 mgr.y (mgr.24491) 1312 : cluster [DBG] pgmap v1138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:10:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:20.152017+0000 mgr.y (mgr.24491) 1312 : cluster [DBG] pgmap v1138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:20.152017+0000 mgr.y (mgr.24491) 1312 : cluster [DBG] pgmap v1138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:22.152365+0000 mgr.y (mgr.24491) 1313 : cluster [DBG] pgmap v1139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:22.152365+0000 mgr.y (mgr.24491) 1313 : cluster [DBG] pgmap v1139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:22.152365+0000 mgr.y (mgr.24491) 1313 : cluster [DBG] pgmap v1139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:24.152908+0000 mgr.y (mgr.24491) 1314 : cluster [DBG] pgmap v1140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:24.152908+0000 mgr.y (mgr.24491) 1314 : cluster [DBG] pgmap v1140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:24.152908+0000 mgr.y (mgr.24491) 1314 : cluster [DBG] pgmap v1140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:26.153853+0000 mgr.y (mgr.24491) 1315 : cluster [DBG] pgmap v1141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:26.153853+0000 mgr.y (mgr.24491) 1315 : cluster [DBG] pgmap v1141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:26.153853+0000 mgr.y (mgr.24491) 1315 : cluster [DBG] pgmap v1141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:10:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:28.154340+0000 mgr.y (mgr.24491) 1316 : cluster [DBG] pgmap v1142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:28.154340+0000 mgr.y (mgr.24491) 1316 : cluster [DBG] pgmap v1142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:28.154340+0000 mgr.y (mgr.24491) 1316 : cluster [DBG] pgmap v1142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:30.155188+0000 mgr.y (mgr.24491) 1317 : cluster [DBG] pgmap v1143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:10:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:30.155188+0000 mgr.y (mgr.24491) 1317 : cluster [DBG] pgmap v1143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:30.155188+0000 mgr.y (mgr.24491) 1317 : cluster [DBG] pgmap v1143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:32.155626+0000 mgr.y (mgr.24491) 1318 : cluster [DBG] pgmap v1144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:32.155626+0000 mgr.y (mgr.24491) 1318 : cluster [DBG] pgmap v1144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:32.155626+0000 mgr.y (mgr.24491) 1318 : cluster [DBG] pgmap v1144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:34.156117+0000 mgr.y (mgr.24491) 1319 : cluster [DBG] pgmap v1145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:34.156117+0000 mgr.y (mgr.24491) 1319 : cluster [DBG] pgmap v1145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:34.156117+0000 mgr.y (mgr.24491) 1319 : cluster [DBG] pgmap v1145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:36.156748+0000 mgr.y (mgr.24491) 1320 : cluster [DBG] pgmap v1146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:36.156748+0000 mgr.y (mgr.24491) 1320 : cluster [DBG] pgmap v1146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:36.156748+0000 mgr.y (mgr.24491) 1320 : cluster [DBG] pgmap v1146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:10:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:38.157241+0000 mgr.y (mgr.24491) 1321 : cluster [DBG] pgmap v1147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:38.157241+0000 mgr.y (mgr.24491) 1321 : cluster [DBG] pgmap v1147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:38.157241+0000 mgr.y (mgr.24491) 1321 : cluster [DBG] pgmap v1147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:10:40.081858+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:10:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:10:40.081858+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:10:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:10:40.081858+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:10:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:10:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:40.157854+0000 mgr.y (mgr.24491) 1322 : cluster [DBG] pgmap v1148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:10:40.380308+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:10:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:10:40.381008+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:10:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:10:40.388713+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:10:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:40.157854+0000 mgr.y (mgr.24491) 1322 : cluster [DBG] pgmap v1148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:10:40.380308+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:10:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:10:40.381008+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:10:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:10:40.388713+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:10:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:40.157854+0000 mgr.y (mgr.24491) 1322 : cluster [DBG] pgmap v1148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:10:40.380308+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:10:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:10:40.381008+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:10:41.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:10:40.388713+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:10:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:42.158325+0000 mgr.y (mgr.24491) 1323 : cluster [DBG] pgmap v1149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:42.158325+0000 mgr.y (mgr.24491) 1323 : cluster [DBG] pgmap v1149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:42.158325+0000 mgr.y (mgr.24491) 1323 : cluster [DBG] pgmap v1149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:44.158733+0000 mgr.y (mgr.24491) 1324 : cluster [DBG] pgmap v1150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:44.158733+0000 mgr.y (mgr.24491) 1324 : cluster [DBG] pgmap v1150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:44.158733+0000 mgr.y (mgr.24491) 1324 : cluster [DBG] pgmap v1150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:46.538 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:10:46.813 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:10:46.813 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (36m) 5m ago 37m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:10:46.813 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (37m) 5m ago 37m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:10:46.813 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (38m) 5m ago 38m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:10:46.813 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (38m) 5m ago 38m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:10:46.813 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (41m) 5m ago 41m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:10:46.813 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (43m) 5m ago 43m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:10:46.813 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (43m) 5m ago 43m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:10:46.813 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (42m) 5m ago 42m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (42m) 5m ago 42m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (37m) 5m ago 37m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (37m) 5m ago 37m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (41m) 5m ago 41m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (41m) 5m ago 41m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (40m) 5m ago 40m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (40m) 5m ago 40m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (40m) 5m ago 40m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (39m) 5m ago 39m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (39m) 5m ago 39m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (38m) 5m ago 38m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:10:46.814 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (36m) 5m ago 37m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:10:47.145 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:10:47.146 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:10:47.147 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:10:47.147 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:10:47.147 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:10:47.147 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:10:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:46.159511+0000 mgr.y (mgr.24491) 1325 : cluster [DBG] pgmap v1151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:10:47.146769+0000 mon.a (mon.0) 1000 : audit [DBG] from='client.? 172.21.15.177:0/2763325207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:10:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:46.159511+0000 mgr.y (mgr.24491) 1325 : cluster [DBG] pgmap v1151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:10:47.146769+0000 mon.a (mon.0) 1000 : audit [DBG] from='client.? 172.21.15.177:0/2763325207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:10:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:46.159511+0000 mgr.y (mgr.24491) 1325 : cluster [DBG] pgmap v1151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:10:47.146769+0000 mon.a (mon.0) 1000 : audit [DBG] from='client.? 172.21.15.177:0/2763325207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:10:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:47] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:10:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:10:46.528185+0000 mgr.y (mgr.24491) 1326 : audit [DBG] from='client.26096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:10:46.806824+0000 mgr.y (mgr.24491) 1327 : audit [DBG] from='client.26102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:10:46.528185+0000 mgr.y (mgr.24491) 1326 : audit [DBG] from='client.26096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:10:46.806824+0000 mgr.y (mgr.24491) 1327 : audit [DBG] from='client.26102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:10:46.528185+0000 mgr.y (mgr.24491) 1326 : audit [DBG] from='client.26096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:10:46.806824+0000 mgr.y (mgr.24491) 1327 : audit [DBG] from='client.26102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:10:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:48.160069+0000 mgr.y (mgr.24491) 1328 : cluster [DBG] pgmap v1152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:48.160069+0000 mgr.y (mgr.24491) 1328 : cluster [DBG] pgmap v1152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:48.160069+0000 mgr.y (mgr.24491) 1328 : cluster [DBG] pgmap v1152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:51.259 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:10:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:50.160723+0000 mgr.y (mgr.24491) 1329 : cluster [DBG] pgmap v1153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:50.160723+0000 mgr.y (mgr.24491) 1329 : cluster [DBG] pgmap v1153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:50.160723+0000 mgr.y (mgr.24491) 1329 : cluster [DBG] pgmap v1153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:52.161149+0000 mgr.y (mgr.24491) 1330 : cluster [DBG] pgmap v1154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:52.161149+0000 mgr.y (mgr.24491) 1330 : cluster [DBG] pgmap v1154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:52.161149+0000 mgr.y (mgr.24491) 1330 : cluster [DBG] pgmap v1154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:54.161603+0000 mgr.y (mgr.24491) 1331 : cluster [DBG] pgmap v1155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:54.161603+0000 mgr.y (mgr.24491) 1331 : cluster [DBG] pgmap v1155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:54.161603+0000 mgr.y (mgr.24491) 1331 : cluster [DBG] pgmap v1155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:56.162444+0000 mgr.y (mgr.24491) 1332 : cluster [DBG] pgmap v1156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:56.162444+0000 mgr.y (mgr.24491) 1332 : cluster [DBG] pgmap v1156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:56.162444+0000 mgr.y (mgr.24491) 1332 : cluster [DBG] pgmap v1156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:10:57] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:10:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:10:58.162906+0000 mgr.y (mgr.24491) 1333 : cluster [DBG] pgmap v1157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:10:58.162906+0000 mgr.y (mgr.24491) 1333 : cluster [DBG] pgmap v1157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:10:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:10:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:10:58.162906+0000 mgr.y (mgr.24491) 1333 : cluster [DBG] pgmap v1157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:01.275 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:11:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:00.163560+0000 mgr.y (mgr.24491) 1334 : cluster [DBG] pgmap v1158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:00.163560+0000 mgr.y (mgr.24491) 1334 : cluster [DBG] pgmap v1158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:00.163560+0000 mgr.y (mgr.24491) 1334 : cluster [DBG] pgmap v1158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:02.163992+0000 mgr.y (mgr.24491) 1335 : cluster [DBG] pgmap v1159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:02.163992+0000 mgr.y (mgr.24491) 1335 : cluster [DBG] pgmap v1159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:02.163992+0000 mgr.y (mgr.24491) 1335 : cluster [DBG] pgmap v1159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:04.164535+0000 mgr.y (mgr.24491) 1336 : cluster [DBG] pgmap v1160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:04.164535+0000 mgr.y (mgr.24491) 1336 : cluster [DBG] pgmap v1160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:04.164535+0000 mgr.y (mgr.24491) 1336 : cluster [DBG] pgmap v1160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:06.165398+0000 mgr.y (mgr.24491) 1337 : cluster [DBG] pgmap v1161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:06.165398+0000 mgr.y (mgr.24491) 1337 : cluster [DBG] pgmap v1161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:06.165398+0000 mgr.y (mgr.24491) 1337 : cluster [DBG] pgmap v1161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:07] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:11:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:08.165855+0000 mgr.y (mgr.24491) 1338 : cluster [DBG] pgmap v1162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:08.165855+0000 mgr.y (mgr.24491) 1338 : cluster [DBG] pgmap v1162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:08.165855+0000 mgr.y (mgr.24491) 1338 : cluster [DBG] pgmap v1162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:10.166748+0000 mgr.y (mgr.24491) 1339 : cluster [DBG] pgmap v1163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:11:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:10.166748+0000 mgr.y (mgr.24491) 1339 : cluster [DBG] pgmap v1163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:10.166748+0000 mgr.y (mgr.24491) 1339 : cluster [DBG] pgmap v1163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:12.167262+0000 mgr.y (mgr.24491) 1340 : cluster [DBG] pgmap v1164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:12.167262+0000 mgr.y (mgr.24491) 1340 : cluster [DBG] pgmap v1164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:12.167262+0000 mgr.y (mgr.24491) 1340 : cluster [DBG] pgmap v1164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:14.167605+0000 mgr.y (mgr.24491) 1341 : cluster [DBG] pgmap v1165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:14.167605+0000 mgr.y (mgr.24491) 1341 : cluster [DBG] pgmap v1165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:14.167605+0000 mgr.y (mgr.24491) 1341 : cluster [DBG] pgmap v1165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:17.454 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:11:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:16.168388+0000 mgr.y (mgr.24491) 1342 : cluster [DBG] pgmap v1166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:16.168388+0000 mgr.y (mgr.24491) 1342 : cluster [DBG] pgmap v1166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:16.168388+0000 mgr.y (mgr.24491) 1342 : cluster [DBG] pgmap v1166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (37m) 5m ago 37m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (37m) 5m ago 37m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (38m) 5m ago 38m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (38m) 5m ago 38m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (42m) 5m ago 42m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (44m) 5m ago 44m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (44m) 5m ago 44m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (42m) 5m ago 42m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (42m) 5m ago 42m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (38m) 5m ago 38m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:11:17.733 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (38m) 5m ago 38m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:11:17.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (42m) 5m ago 42m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:11:17.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (41m) 5m ago 41m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:11:17.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (41m) 5m ago 41m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:11:17.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (40m) 5m ago 40m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:11:17.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (40m) 5m ago 40m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:11:17.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (40m) 5m ago 40m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:11:17.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (39m) 5m ago 39m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:11:17.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (39m) 5m ago 39m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:11:17.734 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (37m) 5m ago 38m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:11:18.065 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:11:18.065 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:11:18.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:11:18.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:11:18.065 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:11:18.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:11:18.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:11:18.066 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:11:18.066 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:11:18.066 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:11:18.066 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:11:18.066 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:11:18.066 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:11:18.066 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:11:18.066 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:11:18.066 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:11:18.066 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:11:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:11:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:11:18.066492+0000 mon.c (mon.2) 77 : audit [DBG] from='client.? 172.21.15.177:0/2443282551' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:11:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:11:18.066492+0000 mon.c (mon.2) 77 : audit [DBG] from='client.? 172.21.15.177:0/2443282551' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:11:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:11:18.066492+0000 mon.c (mon.2) 77 : audit [DBG] from='client.? 172.21.15.177:0/2443282551' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:11:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:11:17.443822+0000 mgr.y (mgr.24491) 1343 : audit [DBG] from='client.26114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:11:17.725279+0000 mgr.y (mgr.24491) 1344 : audit [DBG] from='client.26120 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:18.168881+0000 mgr.y (mgr.24491) 1345 : cluster [DBG] pgmap v1167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:11:17.443822+0000 mgr.y (mgr.24491) 1343 : audit [DBG] from='client.26114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:11:17.725279+0000 mgr.y (mgr.24491) 1344 : audit [DBG] from='client.26120 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:18.168881+0000 mgr.y (mgr.24491) 1345 : cluster [DBG] pgmap v1167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:11:17.443822+0000 mgr.y (mgr.24491) 1343 : audit [DBG] from='client.26114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:11:17.725279+0000 mgr.y (mgr.24491) 1344 : audit [DBG] from='client.26120 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:18.168881+0000 mgr.y (mgr.24491) 1345 : cluster [DBG] pgmap v1167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:11:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:20.169728+0000 mgr.y (mgr.24491) 1346 : cluster [DBG] pgmap v1168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:20.169728+0000 mgr.y (mgr.24491) 1346 : cluster [DBG] pgmap v1168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:20.169728+0000 mgr.y (mgr.24491) 1346 : cluster [DBG] pgmap v1168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:22.170196+0000 mgr.y (mgr.24491) 1347 : cluster [DBG] pgmap v1169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:22.170196+0000 mgr.y (mgr.24491) 1347 : cluster [DBG] pgmap v1169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:22.170196+0000 mgr.y (mgr.24491) 1347 : cluster [DBG] pgmap v1169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:24.170710+0000 mgr.y (mgr.24491) 1348 : cluster [DBG] pgmap v1170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:24.170710+0000 mgr.y (mgr.24491) 1348 : cluster [DBG] pgmap v1170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:24.170710+0000 mgr.y (mgr.24491) 1348 : cluster [DBG] pgmap v1170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:26.171377+0000 mgr.y (mgr.24491) 1349 : cluster [DBG] pgmap v1171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:26.171377+0000 mgr.y (mgr.24491) 1349 : cluster [DBG] pgmap v1171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:26.171377+0000 mgr.y (mgr.24491) 1349 : cluster [DBG] pgmap v1171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:11:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:28.171839+0000 mgr.y (mgr.24491) 1350 : cluster [DBG] pgmap v1172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:28.171839+0000 mgr.y (mgr.24491) 1350 : cluster [DBG] pgmap v1172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:28.171839+0000 mgr.y (mgr.24491) 1350 : cluster [DBG] pgmap v1172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:31.262 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:11:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:30.172538+0000 mgr.y (mgr.24491) 1351 : cluster [DBG] pgmap v1173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:30.172538+0000 mgr.y (mgr.24491) 1351 : cluster [DBG] pgmap v1173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:30.172538+0000 mgr.y (mgr.24491) 1351 : cluster [DBG] pgmap v1173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:32.172985+0000 mgr.y (mgr.24491) 1352 : cluster [DBG] pgmap v1174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:32.172985+0000 mgr.y (mgr.24491) 1352 : cluster [DBG] pgmap v1174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:32.172985+0000 mgr.y (mgr.24491) 1352 : cluster [DBG] pgmap v1174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:34.173329+0000 mgr.y (mgr.24491) 1353 : cluster [DBG] pgmap v1175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:34.173329+0000 mgr.y (mgr.24491) 1353 : cluster [DBG] pgmap v1175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:34.173329+0000 mgr.y (mgr.24491) 1353 : cluster [DBG] pgmap v1175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:36.174027+0000 mgr.y (mgr.24491) 1354 : cluster [DBG] pgmap v1176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:36.174027+0000 mgr.y (mgr.24491) 1354 : cluster [DBG] pgmap v1176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:36.174027+0000 mgr.y (mgr.24491) 1354 : cluster [DBG] pgmap v1176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:37] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T04:11:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:38.174590+0000 mgr.y (mgr.24491) 1355 : cluster [DBG] pgmap v1177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:38.174590+0000 mgr.y (mgr.24491) 1355 : cluster [DBG] pgmap v1177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:38.174590+0000 mgr.y (mgr.24491) 1355 : cluster [DBG] pgmap v1177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:11:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:40.175506+0000 mgr.y (mgr.24491) 1356 : cluster [DBG] pgmap v1178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:11:40.392892+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:11:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:11:40.684136+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:11:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:11:40.684837+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:11:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:11:40.689185+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:11:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:40.175506+0000 mgr.y (mgr.24491) 1356 : cluster [DBG] pgmap v1178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:11:40.392892+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:11:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:11:40.684136+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:11:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:11:40.684837+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:11:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:11:40.689185+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:11:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:40.175506+0000 mgr.y (mgr.24491) 1356 : cluster [DBG] pgmap v1178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:11:40.392892+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:11:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:11:40.684136+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:11:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:11:40.684837+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:11:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:11:40.689185+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:11:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:42.176056+0000 mgr.y (mgr.24491) 1357 : cluster [DBG] pgmap v1179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:42.176056+0000 mgr.y (mgr.24491) 1357 : cluster [DBG] pgmap v1179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:42.176056+0000 mgr.y (mgr.24491) 1357 : cluster [DBG] pgmap v1179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:44.176642+0000 mgr.y (mgr.24491) 1358 : cluster [DBG] pgmap v1180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:44.176642+0000 mgr.y (mgr.24491) 1358 : cluster [DBG] pgmap v1180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:44.176642+0000 mgr.y (mgr.24491) 1358 : cluster [DBG] pgmap v1180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:46.177364+0000 mgr.y (mgr.24491) 1359 : cluster [DBG] pgmap v1181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:46.177364+0000 mgr.y (mgr.24491) 1359 : cluster [DBG] pgmap v1181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:46.177364+0000 mgr.y (mgr.24491) 1359 : cluster [DBG] pgmap v1181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:47] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:11:48.383 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:11:48.656 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:11:48.656 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (37m) 6m ago 38m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:11:48.656 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (38m) 6m ago 38m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:11:48.656 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (39m) 6m ago 39m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:11:48.656 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (39m) 6m ago 39m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:11:48.656 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (42m) 6m ago 42m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:11:48.656 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (44m) 6m ago 44m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:11:48.656 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (44m) 6m ago 44m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:11:48.656 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (43m) 6m ago 43m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (43m) 6m ago 43m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (38m) 6m ago 38m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (38m) 6m ago 38m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (42m) 6m ago 42m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (42m) 6m ago 42m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (41m) 6m ago 41m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (41m) 6m ago 41m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (41m) 6m ago 41m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (40m) 6m ago 40m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (40m) 6m ago 40m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (39m) 6m ago 39m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:11:48.657 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (37m) 6m ago 38m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:11:48.992 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:11:48.992 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:11:48.992 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:11:48.992 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:11:48.993 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:11:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:48.177730+0000 mgr.y (mgr.24491) 1360 : cluster [DBG] pgmap v1182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:11:48.993742+0000 mon.c (mon.2) 78 : audit [DBG] from='client.? 172.21.15.177:0/3318108356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:11:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:48.177730+0000 mgr.y (mgr.24491) 1360 : cluster [DBG] pgmap v1182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:11:48.993742+0000 mon.c (mon.2) 78 : audit [DBG] from='client.? 172.21.15.177:0/3318108356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:11:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:48.177730+0000 mgr.y (mgr.24491) 1360 : cluster [DBG] pgmap v1182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:11:48.993742+0000 mon.c (mon.2) 78 : audit [DBG] from='client.? 172.21.15.177:0/3318108356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:11:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:11:48.372393+0000 mgr.y (mgr.24491) 1361 : audit [DBG] from='client.16227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:11:48.650018+0000 mgr.y (mgr.24491) 1362 : audit [DBG] from='client.26138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:11:48.372393+0000 mgr.y (mgr.24491) 1361 : audit [DBG] from='client.16227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:11:48.650018+0000 mgr.y (mgr.24491) 1362 : audit [DBG] from='client.26138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:11:48.372393+0000 mgr.y (mgr.24491) 1361 : audit [DBG] from='client.16227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:11:48.650018+0000 mgr.y (mgr.24491) 1362 : audit [DBG] from='client.26138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:11:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:11:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:50.178528+0000 mgr.y (mgr.24491) 1363 : cluster [DBG] pgmap v1183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:50.178528+0000 mgr.y (mgr.24491) 1363 : cluster [DBG] pgmap v1183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:50.178528+0000 mgr.y (mgr.24491) 1363 : cluster [DBG] pgmap v1183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:52.178901+0000 mgr.y (mgr.24491) 1364 : cluster [DBG] pgmap v1184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:52.178901+0000 mgr.y (mgr.24491) 1364 : cluster [DBG] pgmap v1184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:52.178901+0000 mgr.y (mgr.24491) 1364 : cluster [DBG] pgmap v1184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:54.179276+0000 mgr.y (mgr.24491) 1365 : cluster [DBG] pgmap v1185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:54.179276+0000 mgr.y (mgr.24491) 1365 : cluster [DBG] pgmap v1185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:54.179276+0000 mgr.y (mgr.24491) 1365 : cluster [DBG] pgmap v1185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:56.180150+0000 mgr.y (mgr.24491) 1366 : cluster [DBG] pgmap v1186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:56.180150+0000 mgr.y (mgr.24491) 1366 : cluster [DBG] pgmap v1186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:56.180150+0000 mgr.y (mgr.24491) 1366 : cluster [DBG] pgmap v1186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:11:57] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:11:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:11:58.180700+0000 mgr.y (mgr.24491) 1367 : cluster [DBG] pgmap v1187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:11:58.180700+0000 mgr.y (mgr.24491) 1367 : cluster [DBG] pgmap v1187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:11:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:11:58.180700+0000 mgr.y (mgr.24491) 1367 : cluster [DBG] pgmap v1187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:01.270 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:12:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:00.181598+0000 mgr.y (mgr.24491) 1368 : cluster [DBG] pgmap v1188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:00.181598+0000 mgr.y (mgr.24491) 1368 : cluster [DBG] pgmap v1188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:00.181598+0000 mgr.y (mgr.24491) 1368 : cluster [DBG] pgmap v1188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:02.182139+0000 mgr.y (mgr.24491) 1369 : cluster [DBG] pgmap v1189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:02.182139+0000 mgr.y (mgr.24491) 1369 : cluster [DBG] pgmap v1189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:02.182139+0000 mgr.y (mgr.24491) 1369 : cluster [DBG] pgmap v1189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:04.182712+0000 mgr.y (mgr.24491) 1370 : cluster [DBG] pgmap v1190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:04.182712+0000 mgr.y (mgr.24491) 1370 : cluster [DBG] pgmap v1190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:04.182712+0000 mgr.y (mgr.24491) 1370 : cluster [DBG] pgmap v1190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:06.183396+0000 mgr.y (mgr.24491) 1371 : cluster [DBG] pgmap v1191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:06.183396+0000 mgr.y (mgr.24491) 1371 : cluster [DBG] pgmap v1191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:06.183396+0000 mgr.y (mgr.24491) 1371 : cluster [DBG] pgmap v1191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:12:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:08.183802+0000 mgr.y (mgr.24491) 1372 : cluster [DBG] pgmap v1192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:08.183802+0000 mgr.y (mgr.24491) 1372 : cluster [DBG] pgmap v1192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:08.183802+0000 mgr.y (mgr.24491) 1372 : cluster [DBG] pgmap v1192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:11.288 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:12:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:10.184441+0000 mgr.y (mgr.24491) 1373 : cluster [DBG] pgmap v1193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:10.184441+0000 mgr.y (mgr.24491) 1373 : cluster [DBG] pgmap v1193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:10.184441+0000 mgr.y (mgr.24491) 1373 : cluster [DBG] pgmap v1193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:12.185002+0000 mgr.y (mgr.24491) 1374 : cluster [DBG] pgmap v1194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:12.185002+0000 mgr.y (mgr.24491) 1374 : cluster [DBG] pgmap v1194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:12.185002+0000 mgr.y (mgr.24491) 1374 : cluster [DBG] pgmap v1194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:14.185389+0000 mgr.y (mgr.24491) 1375 : cluster [DBG] pgmap v1195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:14.185389+0000 mgr.y (mgr.24491) 1375 : cluster [DBG] pgmap v1195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:14.185389+0000 mgr.y (mgr.24491) 1375 : cluster [DBG] pgmap v1195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:16.186223+0000 mgr.y (mgr.24491) 1376 : cluster [DBG] pgmap v1196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:16.186223+0000 mgr.y (mgr.24491) 1376 : cluster [DBG] pgmap v1196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:16.186223+0000 mgr.y (mgr.24491) 1376 : cluster [DBG] pgmap v1196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:17] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:12:19.304 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:12:19.579 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:12:19.579 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (38m) 6m ago 38m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:12:19.579 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (38m) 6m ago 38m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:12:19.579 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (40m) 6m ago 40m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (39m) 6m ago 39m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (43m) 6m ago 43m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (45m) 6m ago 45m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (45m) 6m ago 45m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (43m) 6m ago 43m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (43m) 6m ago 43m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (39m) 6m ago 39m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (39m) 6m ago 39m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (43m) 6m ago 43m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (42m) 6m ago 42m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (42m) 6m ago 42m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (41m) 6m ago 41m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (41m) 6m ago 41m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:12:19.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (41m) 6m ago 41m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:12:19.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (40m) 6m ago 40m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:12:19.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (40m) 6m ago 40m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:12:19.581 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (38m) 6m ago 39m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:12:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:18.186613+0000 mgr.y (mgr.24491) 1377 : cluster [DBG] pgmap v1197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:18.186613+0000 mgr.y (mgr.24491) 1377 : cluster [DBG] pgmap v1197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:18.186613+0000 mgr.y (mgr.24491) 1377 : cluster [DBG] pgmap v1197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:19.915 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:12:19.915 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:12:19.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:12:19.915 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:12:19.915 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:12:19.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:12:19.915 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:12:19.915 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:12:19.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:12:19.915 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:12:19.915 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:12:19.916 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:12:19.916 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:12:19.916 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:12:19.916 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:12:19.916 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:12:19.916 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:12:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:12:19.292373+0000 mgr.y (mgr.24491) 1378 : audit [DBG] from='client.16245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:12:19.916311+0000 mon.c (mon.2) 79 : audit [DBG] from='client.? 172.21.15.177:0/190415624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:12:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:12:19.292373+0000 mgr.y (mgr.24491) 1378 : audit [DBG] from='client.16245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:12:19.916311+0000 mon.c (mon.2) 79 : audit [DBG] from='client.? 172.21.15.177:0/190415624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:12:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:12:19.292373+0000 mgr.y (mgr.24491) 1378 : audit [DBG] from='client.16245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:12:19.916311+0000 mon.c (mon.2) 79 : audit [DBG] from='client.? 172.21.15.177:0/190415624' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:12:21.310 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:12:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:12:19.573423+0000 mgr.y (mgr.24491) 1379 : audit [DBG] from='client.26156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:20.187391+0000 mgr.y (mgr.24491) 1380 : cluster [DBG] pgmap v1198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:12:19.573423+0000 mgr.y (mgr.24491) 1379 : audit [DBG] from='client.26156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:20.187391+0000 mgr.y (mgr.24491) 1380 : cluster [DBG] pgmap v1198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:12:19.573423+0000 mgr.y (mgr.24491) 1379 : audit [DBG] from='client.26156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:20.187391+0000 mgr.y (mgr.24491) 1380 : cluster [DBG] pgmap v1198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:22.187717+0000 mgr.y (mgr.24491) 1381 : cluster [DBG] pgmap v1199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:22.187717+0000 mgr.y (mgr.24491) 1381 : cluster [DBG] pgmap v1199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:22.187717+0000 mgr.y (mgr.24491) 1381 : cluster [DBG] pgmap v1199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:24.188078+0000 mgr.y (mgr.24491) 1382 : cluster [DBG] pgmap v1200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:24.188078+0000 mgr.y (mgr.24491) 1382 : cluster [DBG] pgmap v1200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:24.188078+0000 mgr.y (mgr.24491) 1382 : cluster [DBG] pgmap v1200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:26.188635+0000 mgr.y (mgr.24491) 1383 : cluster [DBG] pgmap v1201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:26.188635+0000 mgr.y (mgr.24491) 1383 : cluster [DBG] pgmap v1201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:26.188635+0000 mgr.y (mgr.24491) 1383 : cluster [DBG] pgmap v1201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:27] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:12:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:28.189067+0000 mgr.y (mgr.24491) 1384 : cluster [DBG] pgmap v1202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:28.189067+0000 mgr.y (mgr.24491) 1384 : cluster [DBG] pgmap v1202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:28.189067+0000 mgr.y (mgr.24491) 1384 : cluster [DBG] pgmap v1202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:31.326 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:12:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:30.189694+0000 mgr.y (mgr.24491) 1385 : cluster [DBG] pgmap v1203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:30.189694+0000 mgr.y (mgr.24491) 1385 : cluster [DBG] pgmap v1203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:30.189694+0000 mgr.y (mgr.24491) 1385 : cluster [DBG] pgmap v1203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:32.190135+0000 mgr.y (mgr.24491) 1386 : cluster [DBG] pgmap v1204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:32.190135+0000 mgr.y (mgr.24491) 1386 : cluster [DBG] pgmap v1204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:32.190135+0000 mgr.y (mgr.24491) 1386 : cluster [DBG] pgmap v1204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:34.190495+0000 mgr.y (mgr.24491) 1387 : cluster [DBG] pgmap v1205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:34.190495+0000 mgr.y (mgr.24491) 1387 : cluster [DBG] pgmap v1205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:34.190495+0000 mgr.y (mgr.24491) 1387 : cluster [DBG] pgmap v1205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:36.191296+0000 mgr.y (mgr.24491) 1388 : cluster [DBG] pgmap v1206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:36.191296+0000 mgr.y (mgr.24491) 1388 : cluster [DBG] pgmap v1206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:36.191296+0000 mgr.y (mgr.24491) 1388 : cluster [DBG] pgmap v1206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:12:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:38.191663+0000 mgr.y (mgr.24491) 1389 : cluster [DBG] pgmap v1207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:38.191663+0000 mgr.y (mgr.24491) 1389 : cluster [DBG] pgmap v1207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:38.191663+0000 mgr.y (mgr.24491) 1389 : cluster [DBG] pgmap v1207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:40.192399+0000 mgr.y (mgr.24491) 1390 : cluster [DBG] pgmap v1208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:40.192399+0000 mgr.y (mgr.24491) 1390 : cluster [DBG] pgmap v1208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:40.192399+0000 mgr.y (mgr.24491) 1390 : cluster [DBG] pgmap v1208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:41.349 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:12:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:12:40.693564+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:12:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:12:40.984017+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:12:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:12:40.984647+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:12:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:12:40.989851+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:12:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:12:40.693564+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:12:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:12:40.984017+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:12:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:12:40.984647+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:12:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:12:40.989851+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:12:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:12:40.693564+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:12:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:12:40.984017+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:12:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:12:40.984647+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:12:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:12:40.989851+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:12:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:42.192763+0000 mgr.y (mgr.24491) 1391 : cluster [DBG] pgmap v1209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:42.192763+0000 mgr.y (mgr.24491) 1391 : cluster [DBG] pgmap v1209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:42.192763+0000 mgr.y (mgr.24491) 1391 : cluster [DBG] pgmap v1209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:44.193308+0000 mgr.y (mgr.24491) 1392 : cluster [DBG] pgmap v1210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:44.193308+0000 mgr.y (mgr.24491) 1392 : cluster [DBG] pgmap v1210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:44.193308+0000 mgr.y (mgr.24491) 1392 : cluster [DBG] pgmap v1210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:46.193967+0000 mgr.y (mgr.24491) 1393 : cluster [DBG] pgmap v1211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:46.193967+0000 mgr.y (mgr.24491) 1393 : cluster [DBG] pgmap v1211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:46.193967+0000 mgr.y (mgr.24491) 1393 : cluster [DBG] pgmap v1211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:12:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:48.194315+0000 mgr.y (mgr.24491) 1394 : cluster [DBG] pgmap v1212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:48.194315+0000 mgr.y (mgr.24491) 1394 : cluster [DBG] pgmap v1212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:48.194315+0000 mgr.y (mgr.24491) 1394 : cluster [DBG] pgmap v1212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:50.227 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:12:50.502 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:12:50.503 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (38m) 7m ago 39m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:12:50.503 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (39m) 7m ago 39m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:12:50.503 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (40m) 7m ago 40m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:12:50.503 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (40m) 7m ago 40m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:12:50.503 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (43m) 7m ago 43m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:12:50.503 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (45m) 7m ago 45m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:12:50.503 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (45m) 7m ago 45m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:12:50.503 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (44m) 7m ago 44m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:12:50.503 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (44m) 7m ago 44m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:12:50.503 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (39m) 7m ago 39m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:12:50.504 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (39m) 7m ago 39m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:12:50.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (43m) 7m ago 43m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:12:50.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (43m) 7m ago 43m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:12:50.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (42m) 7m ago 42m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:12:50.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (42m) 7m ago 42m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:12:50.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (42m) 7m ago 42m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:12:50.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (41m) 7m ago 41m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:12:50.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (41m) 7m ago 41m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:12:50.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (40m) 7m ago 40m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:12:50.504 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (38m) 7m ago 39m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:12:50.835 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:12:50.835 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:12:50.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:12:50.837 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:12:50.837 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:12:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:50.194876+0000 mgr.y (mgr.24491) 1395 : cluster [DBG] pgmap v1213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:12:50.216639+0000 mgr.y (mgr.24491) 1396 : audit [DBG] from='client.26168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:12:50.836983+0000 mon.a (mon.0) 1009 : audit [DBG] from='client.? 172.21.15.177:0/482940521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:12:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:12:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:50.194876+0000 mgr.y (mgr.24491) 1395 : cluster [DBG] pgmap v1213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:12:50.216639+0000 mgr.y (mgr.24491) 1396 : audit [DBG] from='client.26168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:12:50.836983+0000 mon.a (mon.0) 1009 : audit [DBG] from='client.? 172.21.15.177:0/482940521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:12:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:50.194876+0000 mgr.y (mgr.24491) 1395 : cluster [DBG] pgmap v1213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:12:50.216639+0000 mgr.y (mgr.24491) 1396 : audit [DBG] from='client.26168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:12:50.836983+0000 mon.a (mon.0) 1009 : audit [DBG] from='client.? 172.21.15.177:0/482940521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:12:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:12:50.496770+0000 mgr.y (mgr.24491) 1397 : audit [DBG] from='client.16269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:12:50.496770+0000 mgr.y (mgr.24491) 1397 : audit [DBG] from='client.16269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:12:50.496770+0000 mgr.y (mgr.24491) 1397 : audit [DBG] from='client.16269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:12:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:52.195324+0000 mgr.y (mgr.24491) 1398 : cluster [DBG] pgmap v1214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:52.195324+0000 mgr.y (mgr.24491) 1398 : cluster [DBG] pgmap v1214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:52.195324+0000 mgr.y (mgr.24491) 1398 : cluster [DBG] pgmap v1214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:54.195837+0000 mgr.y (mgr.24491) 1399 : cluster [DBG] pgmap v1215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:54.195837+0000 mgr.y (mgr.24491) 1399 : cluster [DBG] pgmap v1215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:54.195837+0000 mgr.y (mgr.24491) 1399 : cluster [DBG] pgmap v1215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:56.196616+0000 mgr.y (mgr.24491) 1400 : cluster [DBG] pgmap v1216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:56.196616+0000 mgr.y (mgr.24491) 1400 : cluster [DBG] pgmap v1216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:56.196616+0000 mgr.y (mgr.24491) 1400 : cluster [DBG] pgmap v1216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:12:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:12:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:12:58.197197+0000 mgr.y (mgr.24491) 1401 : cluster [DBG] pgmap v1217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:12:58.197197+0000 mgr.y (mgr.24491) 1401 : cluster [DBG] pgmap v1217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:12:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:12:58.197197+0000 mgr.y (mgr.24491) 1401 : cluster [DBG] pgmap v1217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:01.282 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:13:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:00.198001+0000 mgr.y (mgr.24491) 1402 : cluster [DBG] pgmap v1218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:00.198001+0000 mgr.y (mgr.24491) 1402 : cluster [DBG] pgmap v1218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:00.198001+0000 mgr.y (mgr.24491) 1402 : cluster [DBG] pgmap v1218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:02.198447+0000 mgr.y (mgr.24491) 1403 : cluster [DBG] pgmap v1219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:02.198447+0000 mgr.y (mgr.24491) 1403 : cluster [DBG] pgmap v1219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:02.198447+0000 mgr.y (mgr.24491) 1403 : cluster [DBG] pgmap v1219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:04.198980+0000 mgr.y (mgr.24491) 1404 : cluster [DBG] pgmap v1220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:04.198980+0000 mgr.y (mgr.24491) 1404 : cluster [DBG] pgmap v1220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:04.198980+0000 mgr.y (mgr.24491) 1404 : cluster [DBG] pgmap v1220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:06.199786+0000 mgr.y (mgr.24491) 1405 : cluster [DBG] pgmap v1221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:06.199786+0000 mgr.y (mgr.24491) 1405 : cluster [DBG] pgmap v1221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:06.199786+0000 mgr.y (mgr.24491) 1405 : cluster [DBG] pgmap v1221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:07] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:13:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:08.200186+0000 mgr.y (mgr.24491) 1406 : cluster [DBG] pgmap v1222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:08.200186+0000 mgr.y (mgr.24491) 1406 : cluster [DBG] pgmap v1222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:08.200186+0000 mgr.y (mgr.24491) 1406 : cluster [DBG] pgmap v1222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:11.298 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:13:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:10.200898+0000 mgr.y (mgr.24491) 1407 : cluster [DBG] pgmap v1223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:10.200898+0000 mgr.y (mgr.24491) 1407 : cluster [DBG] pgmap v1223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:10.200898+0000 mgr.y (mgr.24491) 1407 : cluster [DBG] pgmap v1223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:12.201363+0000 mgr.y (mgr.24491) 1408 : cluster [DBG] pgmap v1224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:12.201363+0000 mgr.y (mgr.24491) 1408 : cluster [DBG] pgmap v1224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:12.201363+0000 mgr.y (mgr.24491) 1408 : cluster [DBG] pgmap v1224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:14.201743+0000 mgr.y (mgr.24491) 1409 : cluster [DBG] pgmap v1225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:14.201743+0000 mgr.y (mgr.24491) 1409 : cluster [DBG] pgmap v1225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:14.201743+0000 mgr.y (mgr.24491) 1409 : cluster [DBG] pgmap v1225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:16.202443+0000 mgr.y (mgr.24491) 1410 : cluster [DBG] pgmap v1226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:16.202443+0000 mgr.y (mgr.24491) 1410 : cluster [DBG] pgmap v1226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:16.202443+0000 mgr.y (mgr.24491) 1410 : cluster [DBG] pgmap v1226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:17] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:13:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:18.202911+0000 mgr.y (mgr.24491) 1411 : cluster [DBG] pgmap v1227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:18.202911+0000 mgr.y (mgr.24491) 1411 : cluster [DBG] pgmap v1227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:18.202911+0000 mgr.y (mgr.24491) 1411 : cluster [DBG] pgmap v1227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:21.144 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:13:21.325 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:13:21.423 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:13:21.423 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (39m) 7m ago 40m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:13:21.423 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (39m) 7m ago 39m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:13:21.423 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (41m) 7m ago 41m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:13:21.423 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (41m) 7m ago 40m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:13:21.423 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (44m) 7m ago 44m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:13:21.423 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (46m) 7m ago 46m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:13:21.423 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (46m) 7m ago 46m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:13:21.423 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (44m) 7m ago 44m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:13:21.423 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (44m) 7m ago 44m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:13:21.424 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (40m) 7m ago 40m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:13:21.424 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (40m) 7m ago 40m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:13:21.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (44m) 7m ago 44m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:13:21.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (43m) 7m ago 43m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:13:21.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (43m) 7m ago 43m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:13:21.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (42m) 7m ago 42m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:13:21.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (42m) 7m ago 42m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:13:21.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (42m) 7m ago 42m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:13:21.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (41m) 7m ago 41m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:13:21.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (41m) 7m ago 41m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:13:21.424 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (39m) 7m ago 40m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:13:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:20.203737+0000 mgr.y (mgr.24491) 1412 : cluster [DBG] pgmap v1228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:20.203737+0000 mgr.y (mgr.24491) 1412 : cluster [DBG] pgmap v1228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:20.203737+0000 mgr.y (mgr.24491) 1412 : cluster [DBG] pgmap v1228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:21.755 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:13:21.755 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:13:21.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:13:21.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:13:21.755 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:13:21.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:13:21.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:13:21.756 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:13:21.756 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:13:21.756 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:13:21.756 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:13:21.756 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:13:21.756 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:13:21.756 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:13:21.756 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:13:21.756 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:13:21.756 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:13:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:13:21.133469+0000 mgr.y (mgr.24491) 1413 : audit [DBG] from='client.16281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:13:21.757046+0000 mon.a (mon.0) 1010 : audit [DBG] from='client.? 172.21.15.177:0/2275802277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:13:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:13:21.133469+0000 mgr.y (mgr.24491) 1413 : audit [DBG] from='client.16281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:13:21.757046+0000 mon.a (mon.0) 1010 : audit [DBG] from='client.? 172.21.15.177:0/2275802277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:13:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:13:21.133469+0000 mgr.y (mgr.24491) 1413 : audit [DBG] from='client.16281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:13:21.757046+0000 mon.a (mon.0) 1010 : audit [DBG] from='client.? 172.21.15.177:0/2275802277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:13:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:13:21.417058+0000 mgr.y (mgr.24491) 1414 : audit [DBG] from='client.26192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:22.204252+0000 mgr.y (mgr.24491) 1415 : cluster [DBG] pgmap v1229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:13:21.417058+0000 mgr.y (mgr.24491) 1414 : audit [DBG] from='client.26192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:22.204252+0000 mgr.y (mgr.24491) 1415 : cluster [DBG] pgmap v1229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:13:21.417058+0000 mgr.y (mgr.24491) 1414 : audit [DBG] from='client.26192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:22.204252+0000 mgr.y (mgr.24491) 1415 : cluster [DBG] pgmap v1229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:24.204662+0000 mgr.y (mgr.24491) 1416 : cluster [DBG] pgmap v1230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:24.204662+0000 mgr.y (mgr.24491) 1416 : cluster [DBG] pgmap v1230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:24.204662+0000 mgr.y (mgr.24491) 1416 : cluster [DBG] pgmap v1230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:26.205513+0000 mgr.y (mgr.24491) 1417 : cluster [DBG] pgmap v1231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:26.205513+0000 mgr.y (mgr.24491) 1417 : cluster [DBG] pgmap v1231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:26.205513+0000 mgr.y (mgr.24491) 1417 : cluster [DBG] pgmap v1231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:27] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:13:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:28.205999+0000 mgr.y (mgr.24491) 1418 : cluster [DBG] pgmap v1232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:28.205999+0000 mgr.y (mgr.24491) 1418 : cluster [DBG] pgmap v1232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:28.205999+0000 mgr.y (mgr.24491) 1418 : cluster [DBG] pgmap v1232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:31.346 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:13:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:30.206687+0000 mgr.y (mgr.24491) 1419 : cluster [DBG] pgmap v1233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:30.206687+0000 mgr.y (mgr.24491) 1419 : cluster [DBG] pgmap v1233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:30.206687+0000 mgr.y (mgr.24491) 1419 : cluster [DBG] pgmap v1233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:32.207179+0000 mgr.y (mgr.24491) 1420 : cluster [DBG] pgmap v1234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:32.207179+0000 mgr.y (mgr.24491) 1420 : cluster [DBG] pgmap v1234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:32.207179+0000 mgr.y (mgr.24491) 1420 : cluster [DBG] pgmap v1234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:34.207610+0000 mgr.y (mgr.24491) 1421 : cluster [DBG] pgmap v1235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:34.207610+0000 mgr.y (mgr.24491) 1421 : cluster [DBG] pgmap v1235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:34.207610+0000 mgr.y (mgr.24491) 1421 : cluster [DBG] pgmap v1235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:36.208312+0000 mgr.y (mgr.24491) 1422 : cluster [DBG] pgmap v1236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:36.208312+0000 mgr.y (mgr.24491) 1422 : cluster [DBG] pgmap v1236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:36.208312+0000 mgr.y (mgr.24491) 1422 : cluster [DBG] pgmap v1236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:13:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:38.208792+0000 mgr.y (mgr.24491) 1423 : cluster [DBG] pgmap v1237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:38.208792+0000 mgr.y (mgr.24491) 1423 : cluster [DBG] pgmap v1237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:38.208792+0000 mgr.y (mgr.24491) 1423 : cluster [DBG] pgmap v1237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:41.269 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:13:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:40.209503+0000 mgr.y (mgr.24491) 1424 : cluster [DBG] pgmap v1238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:13:40.994106+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:13:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:40.209503+0000 mgr.y (mgr.24491) 1424 : cluster [DBG] pgmap v1238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:13:40.994106+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:13:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:40.209503+0000 mgr.y (mgr.24491) 1424 : cluster [DBG] pgmap v1238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:13:40.994106+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:13:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:13:41.286710+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:13:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:13:41.287284+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:13:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:13:41.291747+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:13:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:13:41.286710+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:13:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:13:41.287284+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:13:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:13:41.291747+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:13:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:13:41.286710+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:13:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:13:41.287284+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:13:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:13:41.291747+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:13:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:42.209998+0000 mgr.y (mgr.24491) 1425 : cluster [DBG] pgmap v1239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:42.209998+0000 mgr.y (mgr.24491) 1425 : cluster [DBG] pgmap v1239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:42.209998+0000 mgr.y (mgr.24491) 1425 : cluster [DBG] pgmap v1239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:44.210497+0000 mgr.y (mgr.24491) 1426 : cluster [DBG] pgmap v1240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:44.210497+0000 mgr.y (mgr.24491) 1426 : cluster [DBG] pgmap v1240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:44.210497+0000 mgr.y (mgr.24491) 1426 : cluster [DBG] pgmap v1240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:46.211339+0000 mgr.y (mgr.24491) 1427 : cluster [DBG] pgmap v1241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:46.211339+0000 mgr.y (mgr.24491) 1427 : cluster [DBG] pgmap v1241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:46.211339+0000 mgr.y (mgr.24491) 1427 : cluster [DBG] pgmap v1241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:13:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:48.211766+0000 mgr.y (mgr.24491) 1428 : cluster [DBG] pgmap v1242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:48.211766+0000 mgr.y (mgr.24491) 1428 : cluster [DBG] pgmap v1242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:48.211766+0000 mgr.y (mgr.24491) 1428 : cluster [DBG] pgmap v1242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:51.311 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:13:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:50.212597+0000 mgr.y (mgr.24491) 1429 : cluster [DBG] pgmap v1243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:50.212597+0000 mgr.y (mgr.24491) 1429 : cluster [DBG] pgmap v1243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:50.212597+0000 mgr.y (mgr.24491) 1429 : cluster [DBG] pgmap v1243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:52.065 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:13:52.342 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:13:52.342 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (39m) 8m ago 40m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:13:52.342 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (40m) 8m ago 40m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:13:52.342 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (41m) 8m ago 41m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:13:52.342 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (41m) 8m ago 41m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:13:52.342 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (44m) 8m ago 44m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:13:52.342 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (46m) 8m ago 46m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:13:52.342 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (46m) 8m ago 46m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:13:52.342 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (45m) 8m ago 45m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (45m) 8m ago 45m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (40m) 8m ago 40m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (40m) 8m ago 40m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (44m) 8m ago 44m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (44m) 8m ago 44m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (43m) 8m ago 43m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (43m) 8m ago 43m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (43m) 8m ago 43m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (42m) 8m ago 42m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (42m) 8m ago 42m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (41m) 8m ago 41m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:13:52.343 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (39m) 8m ago 40m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:13:52.684 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:13:52.684 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:13:52.684 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:13:52.685 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:13:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:13:52.054583+0000 mgr.y (mgr.24491) 1430 : audit [DBG] from='client.26204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:52.213013+0000 mgr.y (mgr.24491) 1431 : cluster [DBG] pgmap v1244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:13:52.335657+0000 mgr.y (mgr.24491) 1432 : audit [DBG] from='client.26210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:13:52.686135+0000 mon.c (mon.2) 80 : audit [DBG] from='client.? 172.21.15.177:0/2463282259' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:13:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:13:52.054583+0000 mgr.y (mgr.24491) 1430 : audit [DBG] from='client.26204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:52.213013+0000 mgr.y (mgr.24491) 1431 : cluster [DBG] pgmap v1244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:13:52.335657+0000 mgr.y (mgr.24491) 1432 : audit [DBG] from='client.26210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:13:52.686135+0000 mon.c (mon.2) 80 : audit [DBG] from='client.? 172.21.15.177:0/2463282259' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:13:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:13:52.054583+0000 mgr.y (mgr.24491) 1430 : audit [DBG] from='client.26204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:52.213013+0000 mgr.y (mgr.24491) 1431 : cluster [DBG] pgmap v1244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:13:52.335657+0000 mgr.y (mgr.24491) 1432 : audit [DBG] from='client.26210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:13:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:13:52.686135+0000 mon.c (mon.2) 80 : audit [DBG] from='client.? 172.21.15.177:0/2463282259' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:13:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:54.213394+0000 mgr.y (mgr.24491) 1433 : cluster [DBG] pgmap v1245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:54.213394+0000 mgr.y (mgr.24491) 1433 : cluster [DBG] pgmap v1245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:54.213394+0000 mgr.y (mgr.24491) 1433 : cluster [DBG] pgmap v1245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:56.214064+0000 mgr.y (mgr.24491) 1434 : cluster [DBG] pgmap v1246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:56.214064+0000 mgr.y (mgr.24491) 1434 : cluster [DBG] pgmap v1246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:56.214064+0000 mgr.y (mgr.24491) 1434 : cluster [DBG] pgmap v1246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:13:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:13:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:13:58.214444+0000 mgr.y (mgr.24491) 1435 : cluster [DBG] pgmap v1247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:13:58.214444+0000 mgr.y (mgr.24491) 1435 : cluster [DBG] pgmap v1247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:13:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:13:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:13:58.214444+0000 mgr.y (mgr.24491) 1435 : cluster [DBG] pgmap v1247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:01.326 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:14:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:00.215309+0000 mgr.y (mgr.24491) 1436 : cluster [DBG] pgmap v1248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:00.215309+0000 mgr.y (mgr.24491) 1436 : cluster [DBG] pgmap v1248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:00.215309+0000 mgr.y (mgr.24491) 1436 : cluster [DBG] pgmap v1248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:02.215681+0000 mgr.y (mgr.24491) 1437 : cluster [DBG] pgmap v1249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:02.215681+0000 mgr.y (mgr.24491) 1437 : cluster [DBG] pgmap v1249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:02.215681+0000 mgr.y (mgr.24491) 1437 : cluster [DBG] pgmap v1249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:04.216243+0000 mgr.y (mgr.24491) 1438 : cluster [DBG] pgmap v1250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:04.216243+0000 mgr.y (mgr.24491) 1438 : cluster [DBG] pgmap v1250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:04.216243+0000 mgr.y (mgr.24491) 1438 : cluster [DBG] pgmap v1250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:06.217016+0000 mgr.y (mgr.24491) 1439 : cluster [DBG] pgmap v1251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:06.217016+0000 mgr.y (mgr.24491) 1439 : cluster [DBG] pgmap v1251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:06.217016+0000 mgr.y (mgr.24491) 1439 : cluster [DBG] pgmap v1251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:14:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:08.217407+0000 mgr.y (mgr.24491) 1440 : cluster [DBG] pgmap v1252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:08.217407+0000 mgr.y (mgr.24491) 1440 : cluster [DBG] pgmap v1252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:08.217407+0000 mgr.y (mgr.24491) 1440 : cluster [DBG] pgmap v1252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:11.342 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:14:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:10.218132+0000 mgr.y (mgr.24491) 1441 : cluster [DBG] pgmap v1253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:10.218132+0000 mgr.y (mgr.24491) 1441 : cluster [DBG] pgmap v1253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:10.218132+0000 mgr.y (mgr.24491) 1441 : cluster [DBG] pgmap v1253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:12.218485+0000 mgr.y (mgr.24491) 1442 : cluster [DBG] pgmap v1254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:12.218485+0000 mgr.y (mgr.24491) 1442 : cluster [DBG] pgmap v1254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:12.218485+0000 mgr.y (mgr.24491) 1442 : cluster [DBG] pgmap v1254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:14.218928+0000 mgr.y (mgr.24491) 1443 : cluster [DBG] pgmap v1255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:14.218928+0000 mgr.y (mgr.24491) 1443 : cluster [DBG] pgmap v1255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:14.218928+0000 mgr.y (mgr.24491) 1443 : cluster [DBG] pgmap v1255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:16.219760+0000 mgr.y (mgr.24491) 1444 : cluster [DBG] pgmap v1256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:16.219760+0000 mgr.y (mgr.24491) 1444 : cluster [DBG] pgmap v1256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:16.219760+0000 mgr.y (mgr.24491) 1444 : cluster [DBG] pgmap v1256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:17] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:14:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:18.220159+0000 mgr.y (mgr.24491) 1445 : cluster [DBG] pgmap v1257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:18.220159+0000 mgr.y (mgr.24491) 1445 : cluster [DBG] pgmap v1257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:18.220159+0000 mgr.y (mgr.24491) 1445 : cluster [DBG] pgmap v1257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:21.273 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:14:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:20.220889+0000 mgr.y (mgr.24491) 1446 : cluster [DBG] pgmap v1258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:20.220889+0000 mgr.y (mgr.24491) 1446 : cluster [DBG] pgmap v1258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:20.220889+0000 mgr.y (mgr.24491) 1446 : cluster [DBG] pgmap v1258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:22.996 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:14:23.268 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (40m) 8m ago 41m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (40m) 8m ago 40m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (42m) 8m ago 42m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (42m) 8m ago 42m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (45m) 8m ago 45m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (47m) 8m ago 47m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (47m) 8m ago 47m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (45m) 8m ago 45m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (45m) 8m ago 45m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (41m) 8m ago 41m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (41m) 8m ago 41m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (45m) 8m ago 45m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:14:23.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (44m) 8m ago 44m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:14:23.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (44m) 8m ago 44m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:14:23.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (43m) 8m ago 43m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:14:23.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (43m) 8m ago 43m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:14:23.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (43m) 8m ago 43m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:14:23.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (42m) 8m ago 42m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:14:23.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (42m) 8m ago 42m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:14:23.270 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (40m) 8m ago 41m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:14:23.604 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:14:23.604 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:14:23.605 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:14:23.606 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:14:23.606 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:14:23.606 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:14:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:22.221313+0000 mgr.y (mgr.24491) 1447 : cluster [DBG] pgmap v1259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:22.221313+0000 mgr.y (mgr.24491) 1447 : cluster [DBG] pgmap v1259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:22.221313+0000 mgr.y (mgr.24491) 1447 : cluster [DBG] pgmap v1259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:14:22.986162+0000 mgr.y (mgr.24491) 1448 : audit [DBG] from='client.26222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:14:23.262420+0000 mgr.y (mgr.24491) 1449 : audit [DBG] from='client.26228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:14:23.605678+0000 mon.a (mon.0) 1015 : audit [DBG] from='client.? 172.21.15.177:0/2408160781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:14:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:14:22.986162+0000 mgr.y (mgr.24491) 1448 : audit [DBG] from='client.26222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:14:23.262420+0000 mgr.y (mgr.24491) 1449 : audit [DBG] from='client.26228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:14:23.605678+0000 mon.a (mon.0) 1015 : audit [DBG] from='client.? 172.21.15.177:0/2408160781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:14:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:14:22.986162+0000 mgr.y (mgr.24491) 1448 : audit [DBG] from='client.26222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:14:23.262420+0000 mgr.y (mgr.24491) 1449 : audit [DBG] from='client.26228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:14:23.605678+0000 mon.a (mon.0) 1015 : audit [DBG] from='client.? 172.21.15.177:0/2408160781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:14:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:24.221807+0000 mgr.y (mgr.24491) 1450 : cluster [DBG] pgmap v1260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:24.221807+0000 mgr.y (mgr.24491) 1450 : cluster [DBG] pgmap v1260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:24.221807+0000 mgr.y (mgr.24491) 1450 : cluster [DBG] pgmap v1260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:26.222486+0000 mgr.y (mgr.24491) 1451 : cluster [DBG] pgmap v1261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:26.222486+0000 mgr.y (mgr.24491) 1451 : cluster [DBG] pgmap v1261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:26.222486+0000 mgr.y (mgr.24491) 1451 : cluster [DBG] pgmap v1261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:27] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:14:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:28.223021+0000 mgr.y (mgr.24491) 1452 : cluster [DBG] pgmap v1262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:28.223021+0000 mgr.y (mgr.24491) 1452 : cluster [DBG] pgmap v1262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:28.223021+0000 mgr.y (mgr.24491) 1452 : cluster [DBG] pgmap v1262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:31.294 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:14:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:30.223649+0000 mgr.y (mgr.24491) 1453 : cluster [DBG] pgmap v1263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:30.223649+0000 mgr.y (mgr.24491) 1453 : cluster [DBG] pgmap v1263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:30.223649+0000 mgr.y (mgr.24491) 1453 : cluster [DBG] pgmap v1263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:32.224157+0000 mgr.y (mgr.24491) 1454 : cluster [DBG] pgmap v1264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:32.224157+0000 mgr.y (mgr.24491) 1454 : cluster [DBG] pgmap v1264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:32.224157+0000 mgr.y (mgr.24491) 1454 : cluster [DBG] pgmap v1264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:34.224511+0000 mgr.y (mgr.24491) 1455 : cluster [DBG] pgmap v1265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:34.224511+0000 mgr.y (mgr.24491) 1455 : cluster [DBG] pgmap v1265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:34.224511+0000 mgr.y (mgr.24491) 1455 : cluster [DBG] pgmap v1265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:36.225337+0000 mgr.y (mgr.24491) 1456 : cluster [DBG] pgmap v1266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:36.225337+0000 mgr.y (mgr.24491) 1456 : cluster [DBG] pgmap v1266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:36.225337+0000 mgr.y (mgr.24491) 1456 : cluster [DBG] pgmap v1266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:14:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:38.225749+0000 mgr.y (mgr.24491) 1457 : cluster [DBG] pgmap v1267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:38.225749+0000 mgr.y (mgr.24491) 1457 : cluster [DBG] pgmap v1267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:38.225749+0000 mgr.y (mgr.24491) 1457 : cluster [DBG] pgmap v1267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:41.310 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:14:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:40.226415+0000 mgr.y (mgr.24491) 1458 : cluster [DBG] pgmap v1268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:14:41.296181+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:14:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:40.226415+0000 mgr.y (mgr.24491) 1458 : cluster [DBG] pgmap v1268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:14:41.296181+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:14:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:40.226415+0000 mgr.y (mgr.24491) 1458 : cluster [DBG] pgmap v1268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:14:41.296181+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:14:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:14:41.587860+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:14:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:14:41.588507+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:14:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:14:41.592707+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:14:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:14:41.587860+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:14:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:14:41.588507+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:14:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:14:41.592707+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:14:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:14:41.587860+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:14:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:14:41.588507+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:14:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:14:41.592707+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:14:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:42.226967+0000 mgr.y (mgr.24491) 1459 : cluster [DBG] pgmap v1269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:42.226967+0000 mgr.y (mgr.24491) 1459 : cluster [DBG] pgmap v1269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:42.226967+0000 mgr.y (mgr.24491) 1459 : cluster [DBG] pgmap v1269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:44.227422+0000 mgr.y (mgr.24491) 1460 : cluster [DBG] pgmap v1270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:44.227422+0000 mgr.y (mgr.24491) 1460 : cluster [DBG] pgmap v1270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:44.227422+0000 mgr.y (mgr.24491) 1460 : cluster [DBG] pgmap v1270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:46.228121+0000 mgr.y (mgr.24491) 1461 : cluster [DBG] pgmap v1271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:46.228121+0000 mgr.y (mgr.24491) 1461 : cluster [DBG] pgmap v1271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:46.228121+0000 mgr.y (mgr.24491) 1461 : cluster [DBG] pgmap v1271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:14:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:48.228654+0000 mgr.y (mgr.24491) 1462 : cluster [DBG] pgmap v1272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:48.228654+0000 mgr.y (mgr.24491) 1462 : cluster [DBG] pgmap v1272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:48.228654+0000 mgr.y (mgr.24491) 1462 : cluster [DBG] pgmap v1272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:51.326 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:14:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:50.229543+0000 mgr.y (mgr.24491) 1463 : cluster [DBG] pgmap v1273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:50.229543+0000 mgr.y (mgr.24491) 1463 : cluster [DBG] pgmap v1273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:50.229543+0000 mgr.y (mgr.24491) 1463 : cluster [DBG] pgmap v1273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:52.230122+0000 mgr.y (mgr.24491) 1464 : cluster [DBG] pgmap v1274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:52.230122+0000 mgr.y (mgr.24491) 1464 : cluster [DBG] pgmap v1274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:52.230122+0000 mgr.y (mgr.24491) 1464 : cluster [DBG] pgmap v1274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:53.914 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:14:54.188 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:14:54.188 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (40m) 9m ago 41m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:14:54.188 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (41m) 9m ago 41m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:14:54.188 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (42m) 9m ago 42m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:14:54.188 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (42m) 9m ago 42m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (46m) 9m ago 46m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (47m) 9m ago 47m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (47m) 9m ago 47m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (46m) 9m ago 46m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (46m) 9m ago 46m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (41m) 9m ago 41m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (41m) 9m ago 41m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (45m) 9m ago 45m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (45m) 9m ago 45m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (44m) 9m ago 44m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (44m) 9m ago 44m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (44m) 9m ago 44m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (43m) 9m ago 43m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (43m) 9m ago 43m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (42m) 9m ago 42m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:14:54.189 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (40m) 9m ago 41m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:14:54.525 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:14:54.525 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:14:54.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:14:54.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:14:54.525 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:14:54.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:14:54.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:14:54.525 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:14:54.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:14:54.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:14:54.526 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:14:54.526 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:14:54.526 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:14:54.526 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:14:54.526 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:14:54.526 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:14:54.526 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:14:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:14:53.904377+0000 mgr.y (mgr.24491) 1465 : audit [DBG] from='client.26240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:14:54.182810+0000 mgr.y (mgr.24491) 1466 : audit [DBG] from='client.26246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:54.230450+0000 mgr.y (mgr.24491) 1467 : cluster [DBG] pgmap v1275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:14:54.526628+0000 mon.a (mon.0) 1020 : audit [DBG] from='client.? 172.21.15.177:0/387848501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:14:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:14:53.904377+0000 mgr.y (mgr.24491) 1465 : audit [DBG] from='client.26240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:14:54.182810+0000 mgr.y (mgr.24491) 1466 : audit [DBG] from='client.26246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:54.230450+0000 mgr.y (mgr.24491) 1467 : cluster [DBG] pgmap v1275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:14:54.526628+0000 mon.a (mon.0) 1020 : audit [DBG] from='client.? 172.21.15.177:0/387848501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:14:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:14:53.904377+0000 mgr.y (mgr.24491) 1465 : audit [DBG] from='client.26240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:14:54.182810+0000 mgr.y (mgr.24491) 1466 : audit [DBG] from='client.26246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:14:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:54.230450+0000 mgr.y (mgr.24491) 1467 : cluster [DBG] pgmap v1275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:14:54.526628+0000 mon.a (mon.0) 1020 : audit [DBG] from='client.? 172.21.15.177:0/387848501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:14:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:56.231127+0000 mgr.y (mgr.24491) 1468 : cluster [DBG] pgmap v1276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:56.231127+0000 mgr.y (mgr.24491) 1468 : cluster [DBG] pgmap v1276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:56.231127+0000 mgr.y (mgr.24491) 1468 : cluster [DBG] pgmap v1276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:14:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:14:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:14:58.231711+0000 mgr.y (mgr.24491) 1469 : cluster [DBG] pgmap v1277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:14:58.231711+0000 mgr.y (mgr.24491) 1469 : cluster [DBG] pgmap v1277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:14:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:14:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:14:58.231711+0000 mgr.y (mgr.24491) 1469 : cluster [DBG] pgmap v1277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:01.343 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:15:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:00.232529+0000 mgr.y (mgr.24491) 1470 : cluster [DBG] pgmap v1278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:00.232529+0000 mgr.y (mgr.24491) 1470 : cluster [DBG] pgmap v1278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:00.232529+0000 mgr.y (mgr.24491) 1470 : cluster [DBG] pgmap v1278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:02.233048+0000 mgr.y (mgr.24491) 1471 : cluster [DBG] pgmap v1279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:02.233048+0000 mgr.y (mgr.24491) 1471 : cluster [DBG] pgmap v1279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:02.233048+0000 mgr.y (mgr.24491) 1471 : cluster [DBG] pgmap v1279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:04.233492+0000 mgr.y (mgr.24491) 1472 : cluster [DBG] pgmap v1280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:04.233492+0000 mgr.y (mgr.24491) 1472 : cluster [DBG] pgmap v1280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:04.233492+0000 mgr.y (mgr.24491) 1472 : cluster [DBG] pgmap v1280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:06.234367+0000 mgr.y (mgr.24491) 1473 : cluster [DBG] pgmap v1281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:06.234367+0000 mgr.y (mgr.24491) 1473 : cluster [DBG] pgmap v1281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:06.234367+0000 mgr.y (mgr.24491) 1473 : cluster [DBG] pgmap v1281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:07] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:15:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:08.234753+0000 mgr.y (mgr.24491) 1474 : cluster [DBG] pgmap v1282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:08.234753+0000 mgr.y (mgr.24491) 1474 : cluster [DBG] pgmap v1282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:08.234753+0000 mgr.y (mgr.24491) 1474 : cluster [DBG] pgmap v1282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:11.293 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:15:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:10.235426+0000 mgr.y (mgr.24491) 1475 : cluster [DBG] pgmap v1283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:10.235426+0000 mgr.y (mgr.24491) 1475 : cluster [DBG] pgmap v1283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:10.235426+0000 mgr.y (mgr.24491) 1475 : cluster [DBG] pgmap v1283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:12.235879+0000 mgr.y (mgr.24491) 1476 : cluster [DBG] pgmap v1284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:12.235879+0000 mgr.y (mgr.24491) 1476 : cluster [DBG] pgmap v1284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:12.235879+0000 mgr.y (mgr.24491) 1476 : cluster [DBG] pgmap v1284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:14.236263+0000 mgr.y (mgr.24491) 1477 : cluster [DBG] pgmap v1285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:14.236263+0000 mgr.y (mgr.24491) 1477 : cluster [DBG] pgmap v1285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:14.236263+0000 mgr.y (mgr.24491) 1477 : cluster [DBG] pgmap v1285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:16.236904+0000 mgr.y (mgr.24491) 1478 : cluster [DBG] pgmap v1286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:16.236904+0000 mgr.y (mgr.24491) 1478 : cluster [DBG] pgmap v1286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:16.236904+0000 mgr.y (mgr.24491) 1478 : cluster [DBG] pgmap v1286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:15:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:18.237227+0000 mgr.y (mgr.24491) 1479 : cluster [DBG] pgmap v1287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:18.237227+0000 mgr.y (mgr.24491) 1479 : cluster [DBG] pgmap v1287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:18.237227+0000 mgr.y (mgr.24491) 1479 : cluster [DBG] pgmap v1287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:21.310 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:15:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:20.237880+0000 mgr.y (mgr.24491) 1480 : cluster [DBG] pgmap v1288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:20.237880+0000 mgr.y (mgr.24491) 1480 : cluster [DBG] pgmap v1288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:20.237880+0000 mgr.y (mgr.24491) 1480 : cluster [DBG] pgmap v1288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:22.238361+0000 mgr.y (mgr.24491) 1481 : cluster [DBG] pgmap v1289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:22.238361+0000 mgr.y (mgr.24491) 1481 : cluster [DBG] pgmap v1289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:22.238361+0000 mgr.y (mgr.24491) 1481 : cluster [DBG] pgmap v1289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:24.836 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:15:25.112 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:15:25.112 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (41m) 9m ago 42m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:15:25.112 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (41m) 9m ago 41m 62.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:15:25.112 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (43m) 9m ago 43m 19.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:15:25.112 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (43m) 9m ago 43m 22.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:15:25.112 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (46m) 9m ago 46m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:15:25.112 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (48m) 9m ago 48m 453M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:15:25.112 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (48m) 9m ago 48m 115M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:15:25.112 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (46m) 9m ago 46m 71.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:15:25.112 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (46m) 9m ago 46m 71.9M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:15:25.112 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (42m) 9m ago 42m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:15:25.113 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (42m) 9m ago 42m 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:15:25.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (46m) 9m ago 46m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:15:25.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (45m) 9m ago 45m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:15:25.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (45m) 9m ago 45m 39.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:15:25.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (45m) 9m ago 45m 39.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:15:25.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (44m) 9m ago 44m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:15:25.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (44m) 9m ago 44m 41.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:15:25.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (43m) 9m ago 43m 41.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:15:25.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (43m) 9m ago 43m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:15:25.113 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (41m) 9m ago 42m 79.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:15:25.447 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:15:25.447 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:15:25.447 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:15:25.447 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:15:25.447 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:15:25.447 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:15:25.447 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:15:25.448 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:15:25.448 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:15:25.448 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:15:25.448 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:15:25.448 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:15:25.448 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:15:25.448 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:15:25.448 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:15:25.448 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:15:25.448 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:15:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:24.238844+0000 mgr.y (mgr.24491) 1482 : cluster [DBG] pgmap v1290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:24.238844+0000 mgr.y (mgr.24491) 1482 : cluster [DBG] pgmap v1290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:24.238844+0000 mgr.y (mgr.24491) 1482 : cluster [DBG] pgmap v1290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:24.826324+0000 mgr.y (mgr.24491) 1483 : audit [DBG] from='client.26258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:25.106146+0000 mgr.y (mgr.24491) 1484 : audit [DBG] from='client.26264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:25.449098+0000 mon.c (mon.2) 81 : audit [DBG] from='client.? 172.21.15.177:0/1326030625' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:15:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:24.826324+0000 mgr.y (mgr.24491) 1483 : audit [DBG] from='client.26258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:25.106146+0000 mgr.y (mgr.24491) 1484 : audit [DBG] from='client.26264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:25.449098+0000 mon.c (mon.2) 81 : audit [DBG] from='client.? 172.21.15.177:0/1326030625' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:15:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:24.826324+0000 mgr.y (mgr.24491) 1483 : audit [DBG] from='client.26258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:25.106146+0000 mgr.y (mgr.24491) 1484 : audit [DBG] from='client.26264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:25.449098+0000 mon.c (mon.2) 81 : audit [DBG] from='client.? 172.21.15.177:0/1326030625' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:15:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:26.239579+0000 mgr.y (mgr.24491) 1485 : cluster [DBG] pgmap v1291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:26.239579+0000 mgr.y (mgr.24491) 1485 : cluster [DBG] pgmap v1291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:26.239579+0000 mgr.y (mgr.24491) 1485 : cluster [DBG] pgmap v1291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:15:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:28.240052+0000 mgr.y (mgr.24491) 1486 : cluster [DBG] pgmap v1292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:28.240052+0000 mgr.y (mgr.24491) 1486 : cluster [DBG] pgmap v1292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:28.240052+0000 mgr.y (mgr.24491) 1486 : cluster [DBG] pgmap v1292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:31.329 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:15:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:30.240634+0000 mgr.y (mgr.24491) 1487 : cluster [DBG] pgmap v1293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:30.240634+0000 mgr.y (mgr.24491) 1487 : cluster [DBG] pgmap v1293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:30.240634+0000 mgr.y (mgr.24491) 1487 : cluster [DBG] pgmap v1293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:32.241096+0000 mgr.y (mgr.24491) 1488 : cluster [DBG] pgmap v1294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:32.241096+0000 mgr.y (mgr.24491) 1488 : cluster [DBG] pgmap v1294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:32.241096+0000 mgr.y (mgr.24491) 1488 : cluster [DBG] pgmap v1294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:34.241562+0000 mgr.y (mgr.24491) 1489 : cluster [DBG] pgmap v1295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:34.241562+0000 mgr.y (mgr.24491) 1489 : cluster [DBG] pgmap v1295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:34.241562+0000 mgr.y (mgr.24491) 1489 : cluster [DBG] pgmap v1295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:36.242291+0000 mgr.y (mgr.24491) 1490 : cluster [DBG] pgmap v1296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:36.242291+0000 mgr.y (mgr.24491) 1490 : cluster [DBG] pgmap v1296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:36.242291+0000 mgr.y (mgr.24491) 1490 : cluster [DBG] pgmap v1296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:15:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:38.242968+0000 mgr.y (mgr.24491) 1491 : cluster [DBG] pgmap v1297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:38.242968+0000 mgr.y (mgr.24491) 1491 : cluster [DBG] pgmap v1297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:38.242968+0000 mgr.y (mgr.24491) 1491 : cluster [DBG] pgmap v1297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:41.345 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:15:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:40.243707+0000 mgr.y (mgr.24491) 1492 : cluster [DBG] pgmap v1298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:40.243707+0000 mgr.y (mgr.24491) 1492 : cluster [DBG] pgmap v1298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:40.243707+0000 mgr.y (mgr.24491) 1492 : cluster [DBG] pgmap v1298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:41.597700+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:15:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:41.597700+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:15:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:41.597700+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:15:43.351 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:42.244157+0000 mgr.y (mgr.24491) 1493 : cluster [DBG] pgmap v1299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:43.611 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:42.244157+0000 mgr.y (mgr.24491) 1493 : cluster [DBG] pgmap v1299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:42.244157+0000 mgr.y (mgr.24491) 1493 : cluster [DBG] pgmap v1299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:44.244699+0000 mgr.y (mgr.24491) 1494 : cluster [DBG] pgmap v1300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:44.271955+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:15:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:44.672862+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:15:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:44.947181+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:15:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:44.947810+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:15:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:44.952152+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:15:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:44.244699+0000 mgr.y (mgr.24491) 1494 : cluster [DBG] pgmap v1300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:44.271955+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:15:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:44.672862+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:15:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:44.947181+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:15:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:44.947810+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:15:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:44.952152+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:15:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:44.244699+0000 mgr.y (mgr.24491) 1494 : cluster [DBG] pgmap v1300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:44.271955+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:15:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:44.672862+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:15:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:44.947181+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:15:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:44.947810+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:15:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:44.952152+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:15:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:46.245329+0000 mgr.y (mgr.24491) 1495 : cluster [DBG] pgmap v1301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:46.245329+0000 mgr.y (mgr.24491) 1495 : cluster [DBG] pgmap v1301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:46.245329+0000 mgr.y (mgr.24491) 1495 : cluster [DBG] pgmap v1301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:15:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:48.245920+0000 mgr.y (mgr.24491) 1496 : cluster [DBG] pgmap v1302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:48.245920+0000 mgr.y (mgr.24491) 1496 : cluster [DBG] pgmap v1302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:48.245920+0000 mgr.y (mgr.24491) 1496 : cluster [DBG] pgmap v1302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:51.281 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:15:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:50.246852+0000 mgr.y (mgr.24491) 1497 : cluster [DBG] pgmap v1303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:50.246852+0000 mgr.y (mgr.24491) 1497 : cluster [DBG] pgmap v1303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:50.246852+0000 mgr.y (mgr.24491) 1497 : cluster [DBG] pgmap v1303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:52.247419+0000 mgr.y (mgr.24491) 1498 : cluster [DBG] pgmap v1304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:52.247419+0000 mgr.y (mgr.24491) 1498 : cluster [DBG] pgmap v1304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:52.247419+0000 mgr.y (mgr.24491) 1498 : cluster [DBG] pgmap v1304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:54.247806+0000 mgr.y (mgr.24491) 1499 : cluster [DBG] pgmap v1305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:54.247806+0000 mgr.y (mgr.24491) 1499 : cluster [DBG] pgmap v1305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:54.247806+0000 mgr.y (mgr.24491) 1499 : cluster [DBG] pgmap v1305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:55.758 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:15:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:15:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (41m) 11s ago 42m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (42m) 11s ago 42m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (43m) 11s ago 43m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (43m) 11s ago 43m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (47m) 11s ago 47m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (48m) 11s ago 48m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (48m) 11s ago 48m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (47m) 11s ago 47m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (47m) 11s ago 47m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (42m) 11s ago 42m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (42m) 11s ago 42m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (46m) 11s ago 46m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (46m) 11s ago 46m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (45m) 11s ago 45m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (45m) 11s ago 45m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (45m) 11s ago 45m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:15:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (44m) 11s ago 44m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:15:56.037 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (44m) 11s ago 44m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:15:56.037 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (43m) 11s ago 43m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:15:56.037 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (41m) 11s ago 42m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:15:56.368 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:15:56.368 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:15:56.368 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:15:56.368 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:15:56.368 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:15:56.368 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:15:56.368 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:15:56.369 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:15:56.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:15:56.369 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:15:56.369 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:15:56.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:15:56.369 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:15:56.369 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:15:56.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:15:56.369 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:15:56.369 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:15:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:55.748956+0000 mgr.y (mgr.24491) 1500 : audit [DBG] from='client.16371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:56.029281+0000 mgr.y (mgr.24491) 1501 : audit [DBG] from='client.16377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:56.248398+0000 mgr.y (mgr.24491) 1502 : cluster [DBG] pgmap v1306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:15:56.370028+0000 mon.c (mon.2) 82 : audit [DBG] from='client.? 172.21.15.177:0/3472048830' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:15:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:55.748956+0000 mgr.y (mgr.24491) 1500 : audit [DBG] from='client.16371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:56.029281+0000 mgr.y (mgr.24491) 1501 : audit [DBG] from='client.16377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:56.248398+0000 mgr.y (mgr.24491) 1502 : cluster [DBG] pgmap v1306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:15:56.370028+0000 mon.c (mon.2) 82 : audit [DBG] from='client.? 172.21.15.177:0/3472048830' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:15:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:55.748956+0000 mgr.y (mgr.24491) 1500 : audit [DBG] from='client.16371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:56.029281+0000 mgr.y (mgr.24491) 1501 : audit [DBG] from='client.16377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:15:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:56.248398+0000 mgr.y (mgr.24491) 1502 : cluster [DBG] pgmap v1306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:15:56.370028+0000 mon.c (mon.2) 82 : audit [DBG] from='client.? 172.21.15.177:0/3472048830' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:15:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:15:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:15:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:15:58.248904+0000 mgr.y (mgr.24491) 1503 : cluster [DBG] pgmap v1307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:15:58.248904+0000 mgr.y (mgr.24491) 1503 : cluster [DBG] pgmap v1307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:15:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:15:58.248904+0000 mgr.y (mgr.24491) 1503 : cluster [DBG] pgmap v1307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:01.299 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:16:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:00.249652+0000 mgr.y (mgr.24491) 1504 : cluster [DBG] pgmap v1308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:00.249652+0000 mgr.y (mgr.24491) 1504 : cluster [DBG] pgmap v1308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:00.249652+0000 mgr.y (mgr.24491) 1504 : cluster [DBG] pgmap v1308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:02.250111+0000 mgr.y (mgr.24491) 1505 : cluster [DBG] pgmap v1309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:02.250111+0000 mgr.y (mgr.24491) 1505 : cluster [DBG] pgmap v1309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:02.250111+0000 mgr.y (mgr.24491) 1505 : cluster [DBG] pgmap v1309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:04.250751+0000 mgr.y (mgr.24491) 1506 : cluster [DBG] pgmap v1310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:04.250751+0000 mgr.y (mgr.24491) 1506 : cluster [DBG] pgmap v1310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:04.250751+0000 mgr.y (mgr.24491) 1506 : cluster [DBG] pgmap v1310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:06.251671+0000 mgr.y (mgr.24491) 1507 : cluster [DBG] pgmap v1311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:06.251671+0000 mgr.y (mgr.24491) 1507 : cluster [DBG] pgmap v1311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:06.251671+0000 mgr.y (mgr.24491) 1507 : cluster [DBG] pgmap v1311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:16:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:08.252254+0000 mgr.y (mgr.24491) 1508 : cluster [DBG] pgmap v1312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:08.252254+0000 mgr.y (mgr.24491) 1508 : cluster [DBG] pgmap v1312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:08.252254+0000 mgr.y (mgr.24491) 1508 : cluster [DBG] pgmap v1312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:11.314 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:16:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:10.252923+0000 mgr.y (mgr.24491) 1509 : cluster [DBG] pgmap v1313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:10.252923+0000 mgr.y (mgr.24491) 1509 : cluster [DBG] pgmap v1313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:10.252923+0000 mgr.y (mgr.24491) 1509 : cluster [DBG] pgmap v1313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:12.253506+0000 mgr.y (mgr.24491) 1510 : cluster [DBG] pgmap v1314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:12.253506+0000 mgr.y (mgr.24491) 1510 : cluster [DBG] pgmap v1314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:12.253506+0000 mgr.y (mgr.24491) 1510 : cluster [DBG] pgmap v1314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:14.254014+0000 mgr.y (mgr.24491) 1511 : cluster [DBG] pgmap v1315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:14.254014+0000 mgr.y (mgr.24491) 1511 : cluster [DBG] pgmap v1315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:14.254014+0000 mgr.y (mgr.24491) 1511 : cluster [DBG] pgmap v1315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:16.254731+0000 mgr.y (mgr.24491) 1512 : cluster [DBG] pgmap v1316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:16.254731+0000 mgr.y (mgr.24491) 1512 : cluster [DBG] pgmap v1316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:16.254731+0000 mgr.y (mgr.24491) 1512 : cluster [DBG] pgmap v1316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:16:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:18.255353+0000 mgr.y (mgr.24491) 1513 : cluster [DBG] pgmap v1317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:18.255353+0000 mgr.y (mgr.24491) 1513 : cluster [DBG] pgmap v1317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:18.255353+0000 mgr.y (mgr.24491) 1513 : cluster [DBG] pgmap v1317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:21.330 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:16:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:20.255985+0000 mgr.y (mgr.24491) 1514 : cluster [DBG] pgmap v1318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:20.255985+0000 mgr.y (mgr.24491) 1514 : cluster [DBG] pgmap v1318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:20.255985+0000 mgr.y (mgr.24491) 1514 : cluster [DBG] pgmap v1318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:22.256584+0000 mgr.y (mgr.24491) 1515 : cluster [DBG] pgmap v1319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:22.256584+0000 mgr.y (mgr.24491) 1515 : cluster [DBG] pgmap v1319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:22.256584+0000 mgr.y (mgr.24491) 1515 : cluster [DBG] pgmap v1319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:24.257028+0000 mgr.y (mgr.24491) 1516 : cluster [DBG] pgmap v1320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:24.257028+0000 mgr.y (mgr.24491) 1516 : cluster [DBG] pgmap v1320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:24.257028+0000 mgr.y (mgr.24491) 1516 : cluster [DBG] pgmap v1320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:26.682 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:16:26.957 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:16:26.957 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (42m) 42s ago 43m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:16:26.957 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (42m) 42s ago 42m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:16:26.957 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (44m) 42s ago 44m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (44m) 42s ago 44m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (47m) 42s ago 47m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (49m) 42s ago 49m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (49m) 42s ago 49m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (47m) 42s ago 47m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (47m) 42s ago 47m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (43m) 42s ago 43m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (43m) 42s ago 43m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (47m) 42s ago 47m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (46m) 42s ago 46m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (46m) 42s ago 46m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (46m) 42s ago 46m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (45m) 42s ago 45m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:16:26.958 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (45m) 42s ago 45m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:16:26.959 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (44m) 42s ago 44m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:16:26.959 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (44m) 42s ago 44m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:16:26.959 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (42m) 42s ago 43m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:16:27.288 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:16:27.288 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:16:27.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:16:27.288 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:16:27.289 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:16:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:26.257666+0000 mgr.y (mgr.24491) 1517 : cluster [DBG] pgmap v1321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:16:27.290363+0000 mon.c (mon.2) 83 : audit [DBG] from='client.? 172.21.15.177:0/2881210875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:16:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:26.257666+0000 mgr.y (mgr.24491) 1517 : cluster [DBG] pgmap v1321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:16:27.290363+0000 mon.c (mon.2) 83 : audit [DBG] from='client.? 172.21.15.177:0/2881210875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:16:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:26.257666+0000 mgr.y (mgr.24491) 1517 : cluster [DBG] pgmap v1321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:16:27.290363+0000 mon.c (mon.2) 83 : audit [DBG] from='client.? 172.21.15.177:0/2881210875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:16:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:16:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:16:26.671775+0000 mgr.y (mgr.24491) 1518 : audit [DBG] from='client.26294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:16:26.951620+0000 mgr.y (mgr.24491) 1519 : audit [DBG] from='client.16395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:16:26.671775+0000 mgr.y (mgr.24491) 1518 : audit [DBG] from='client.26294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:16:26.951620+0000 mgr.y (mgr.24491) 1519 : audit [DBG] from='client.16395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:16:26.671775+0000 mgr.y (mgr.24491) 1518 : audit [DBG] from='client.26294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:16:26.951620+0000 mgr.y (mgr.24491) 1519 : audit [DBG] from='client.16395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:28.258233+0000 mgr.y (mgr.24491) 1520 : cluster [DBG] pgmap v1322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:28.258233+0000 mgr.y (mgr.24491) 1520 : cluster [DBG] pgmap v1322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:28.258233+0000 mgr.y (mgr.24491) 1520 : cluster [DBG] pgmap v1322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:31.354 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:16:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:30.258854+0000 mgr.y (mgr.24491) 1521 : cluster [DBG] pgmap v1323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:30.258854+0000 mgr.y (mgr.24491) 1521 : cluster [DBG] pgmap v1323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:30.258854+0000 mgr.y (mgr.24491) 1521 : cluster [DBG] pgmap v1323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:32.259309+0000 mgr.y (mgr.24491) 1522 : cluster [DBG] pgmap v1324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:32.259309+0000 mgr.y (mgr.24491) 1522 : cluster [DBG] pgmap v1324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:32.259309+0000 mgr.y (mgr.24491) 1522 : cluster [DBG] pgmap v1324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:34.259641+0000 mgr.y (mgr.24491) 1523 : cluster [DBG] pgmap v1325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:34.259641+0000 mgr.y (mgr.24491) 1523 : cluster [DBG] pgmap v1325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:34.259641+0000 mgr.y (mgr.24491) 1523 : cluster [DBG] pgmap v1325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:36.260450+0000 mgr.y (mgr.24491) 1524 : cluster [DBG] pgmap v1326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:36.260450+0000 mgr.y (mgr.24491) 1524 : cluster [DBG] pgmap v1326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:36.260450+0000 mgr.y (mgr.24491) 1524 : cluster [DBG] pgmap v1326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T04:16:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:38.261010+0000 mgr.y (mgr.24491) 1525 : cluster [DBG] pgmap v1327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:38.261010+0000 mgr.y (mgr.24491) 1525 : cluster [DBG] pgmap v1327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:38.261010+0000 mgr.y (mgr.24491) 1525 : cluster [DBG] pgmap v1327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:41.370 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:16:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:40.261689+0000 mgr.y (mgr.24491) 1526 : cluster [DBG] pgmap v1328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:40.261689+0000 mgr.y (mgr.24491) 1526 : cluster [DBG] pgmap v1328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:40.261689+0000 mgr.y (mgr.24491) 1526 : cluster [DBG] pgmap v1328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:42.262177+0000 mgr.y (mgr.24491) 1527 : cluster [DBG] pgmap v1329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:42.262177+0000 mgr.y (mgr.24491) 1527 : cluster [DBG] pgmap v1329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:42.262177+0000 mgr.y (mgr.24491) 1527 : cluster [DBG] pgmap v1329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:44.262601+0000 mgr.y (mgr.24491) 1528 : cluster [DBG] pgmap v1330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:16:44.957057+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:16:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:16:45.249117+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:16:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:16:45.249695+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:16:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:16:45.254156+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:16:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:44.262601+0000 mgr.y (mgr.24491) 1528 : cluster [DBG] pgmap v1330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:16:44.957057+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:16:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:16:45.249117+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:16:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:16:45.249695+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:16:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:16:45.254156+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:16:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:44.262601+0000 mgr.y (mgr.24491) 1528 : cluster [DBG] pgmap v1330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:16:44.957057+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:16:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:16:45.249117+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:16:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:16:45.249695+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:16:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:16:45.254156+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:16:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:46.263285+0000 mgr.y (mgr.24491) 1529 : cluster [DBG] pgmap v1331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:46.263285+0000 mgr.y (mgr.24491) 1529 : cluster [DBG] pgmap v1331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:46.263285+0000 mgr.y (mgr.24491) 1529 : cluster [DBG] pgmap v1331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:16:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:48.263767+0000 mgr.y (mgr.24491) 1530 : cluster [DBG] pgmap v1332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:48.263767+0000 mgr.y (mgr.24491) 1530 : cluster [DBG] pgmap v1332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:48.263767+0000 mgr.y (mgr.24491) 1530 : cluster [DBG] pgmap v1332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:51.320 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:16:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:50.264479+0000 mgr.y (mgr.24491) 1531 : cluster [DBG] pgmap v1333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:50.264479+0000 mgr.y (mgr.24491) 1531 : cluster [DBG] pgmap v1333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:50.264479+0000 mgr.y (mgr.24491) 1531 : cluster [DBG] pgmap v1333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:52.264935+0000 mgr.y (mgr.24491) 1532 : cluster [DBG] pgmap v1334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:52.264935+0000 mgr.y (mgr.24491) 1532 : cluster [DBG] pgmap v1334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:52.264935+0000 mgr.y (mgr.24491) 1532 : cluster [DBG] pgmap v1334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:54.265434+0000 mgr.y (mgr.24491) 1533 : cluster [DBG] pgmap v1335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:54.265434+0000 mgr.y (mgr.24491) 1533 : cluster [DBG] pgmap v1335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:54.265434+0000 mgr.y (mgr.24491) 1533 : cluster [DBG] pgmap v1335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:57.599 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:16:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:56.266108+0000 mgr.y (mgr.24491) 1534 : cluster [DBG] pgmap v1336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:56.266108+0000 mgr.y (mgr.24491) 1534 : cluster [DBG] pgmap v1336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:56.266108+0000 mgr.y (mgr.24491) 1534 : cluster [DBG] pgmap v1336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (42m) 73s ago 43m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (43m) 73s ago 43m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (44m) 73s ago 44m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (44m) 73s ago 44m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (48m) 73s ago 48m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (49m) 73s ago 49m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (49m) 73s ago 49m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (48m) 73s ago 48m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (48m) 73s ago 48m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (43m) 73s ago 43m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:16:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (43m) 73s ago 43m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:16:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (47m) 73s ago 47m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:16:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (47m) 73s ago 47m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:16:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (46m) 73s ago 46m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:16:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (46m) 73s ago 46m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:16:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (46m) 73s ago 46m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:16:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (45m) 73s ago 45m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:16:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (45m) 73s ago 45m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:16:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (44m) 73s ago 44m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:16:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (42m) 73s ago 43m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:16:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:16:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:16:58.207 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:16:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:16:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:16:58.208 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:16:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:16:58.209070+0000 mon.a (mon.0) 1031 : audit [DBG] from='client.? 172.21.15.177:0/4150792871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:16:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:16:58.209070+0000 mon.a (mon.0) 1031 : audit [DBG] from='client.? 172.21.15.177:0/4150792871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:16:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:16:58.209070+0000 mon.a (mon.0) 1031 : audit [DBG] from='client.? 172.21.15.177:0/4150792871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:16:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:16:57.589605+0000 mgr.y (mgr.24491) 1535 : audit [DBG] from='client.26312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:16:57.868261+0000 mgr.y (mgr.24491) 1536 : audit [DBG] from='client.26318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:16:58.266643+0000 mgr.y (mgr.24491) 1537 : cluster [DBG] pgmap v1337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:16:57.589605+0000 mgr.y (mgr.24491) 1535 : audit [DBG] from='client.26312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:16:57.868261+0000 mgr.y (mgr.24491) 1536 : audit [DBG] from='client.26318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:16:58.266643+0000 mgr.y (mgr.24491) 1537 : cluster [DBG] pgmap v1337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:16:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:16:57.589605+0000 mgr.y (mgr.24491) 1535 : audit [DBG] from='client.26312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:16:57.868261+0000 mgr.y (mgr.24491) 1536 : audit [DBG] from='client.26318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:16:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:16:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:16:58.266643+0000 mgr.y (mgr.24491) 1537 : cluster [DBG] pgmap v1337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:01.344 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:17:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:00.267404+0000 mgr.y (mgr.24491) 1538 : cluster [DBG] pgmap v1338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:00.267404+0000 mgr.y (mgr.24491) 1538 : cluster [DBG] pgmap v1338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:00.267404+0000 mgr.y (mgr.24491) 1538 : cluster [DBG] pgmap v1338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:02.267896+0000 mgr.y (mgr.24491) 1539 : cluster [DBG] pgmap v1339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:02.267896+0000 mgr.y (mgr.24491) 1539 : cluster [DBG] pgmap v1339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:02.267896+0000 mgr.y (mgr.24491) 1539 : cluster [DBG] pgmap v1339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:04.268357+0000 mgr.y (mgr.24491) 1540 : cluster [DBG] pgmap v1340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:04.268357+0000 mgr.y (mgr.24491) 1540 : cluster [DBG] pgmap v1340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:04.268357+0000 mgr.y (mgr.24491) 1540 : cluster [DBG] pgmap v1340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:06.269043+0000 mgr.y (mgr.24491) 1541 : cluster [DBG] pgmap v1341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:06.269043+0000 mgr.y (mgr.24491) 1541 : cluster [DBG] pgmap v1341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:06.269043+0000 mgr.y (mgr.24491) 1541 : cluster [DBG] pgmap v1341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:17:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:08.269576+0000 mgr.y (mgr.24491) 1542 : cluster [DBG] pgmap v1342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:08.269576+0000 mgr.y (mgr.24491) 1542 : cluster [DBG] pgmap v1342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:08.269576+0000 mgr.y (mgr.24491) 1542 : cluster [DBG] pgmap v1342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:11.362 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:17:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:10.270230+0000 mgr.y (mgr.24491) 1543 : cluster [DBG] pgmap v1343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:10.270230+0000 mgr.y (mgr.24491) 1543 : cluster [DBG] pgmap v1343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:10.270230+0000 mgr.y (mgr.24491) 1543 : cluster [DBG] pgmap v1343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:12.270709+0000 mgr.y (mgr.24491) 1544 : cluster [DBG] pgmap v1344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:12.270709+0000 mgr.y (mgr.24491) 1544 : cluster [DBG] pgmap v1344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:12.270709+0000 mgr.y (mgr.24491) 1544 : cluster [DBG] pgmap v1344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:14.271232+0000 mgr.y (mgr.24491) 1545 : cluster [DBG] pgmap v1345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:14.271232+0000 mgr.y (mgr.24491) 1545 : cluster [DBG] pgmap v1345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:14.271232+0000 mgr.y (mgr.24491) 1545 : cluster [DBG] pgmap v1345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:16.271879+0000 mgr.y (mgr.24491) 1546 : cluster [DBG] pgmap v1346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:16.271879+0000 mgr.y (mgr.24491) 1546 : cluster [DBG] pgmap v1346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:16.271879+0000 mgr.y (mgr.24491) 1546 : cluster [DBG] pgmap v1346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:17] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:17:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:18.272445+0000 mgr.y (mgr.24491) 1547 : cluster [DBG] pgmap v1347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:18.272445+0000 mgr.y (mgr.24491) 1547 : cluster [DBG] pgmap v1347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:18.272445+0000 mgr.y (mgr.24491) 1547 : cluster [DBG] pgmap v1347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:20.273323+0000 mgr.y (mgr.24491) 1548 : cluster [DBG] pgmap v1348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:20.273323+0000 mgr.y (mgr.24491) 1548 : cluster [DBG] pgmap v1348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:20.273323+0000 mgr.y (mgr.24491) 1548 : cluster [DBG] pgmap v1348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:17:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:22.273701+0000 mgr.y (mgr.24491) 1549 : cluster [DBG] pgmap v1349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:22.273701+0000 mgr.y (mgr.24491) 1549 : cluster [DBG] pgmap v1349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:22.273701+0000 mgr.y (mgr.24491) 1549 : cluster [DBG] pgmap v1349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:24.274260+0000 mgr.y (mgr.24491) 1550 : cluster [DBG] pgmap v1350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:24.274260+0000 mgr.y (mgr.24491) 1550 : cluster [DBG] pgmap v1350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:24.274260+0000 mgr.y (mgr.24491) 1550 : cluster [DBG] pgmap v1350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:26.275006+0000 mgr.y (mgr.24491) 1551 : cluster [DBG] pgmap v1351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:26.275006+0000 mgr.y (mgr.24491) 1551 : cluster [DBG] pgmap v1351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:26.275006+0000 mgr.y (mgr.24491) 1551 : cluster [DBG] pgmap v1351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:27] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:17:28.522 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:17:28.795 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (43m) 104s ago 44m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (43m) 104s ago 43m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (45m) 104s ago 45m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (45m) 104s ago 45m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (48m) 104s ago 48m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (50m) 104s ago 50m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (50m) 104s ago 50m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (49m) 104s ago 48m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (48m) 104s ago 48m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (44m) 104s ago 44m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (44m) 104s ago 44m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (48m) 104s ago 48m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:17:28.796 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (47m) 104s ago 47m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:17:28.797 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (47m) 104s ago 47m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:17:28.797 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (47m) 104s ago 47m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:17:28.797 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (46m) 104s ago 46m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:17:28.797 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (46m) 104s ago 46m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:17:28.797 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (45m) 104s ago 45m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:17:28.797 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (45m) 104s ago 45m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:17:28.797 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (43m) 104s ago 44m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:17:29.129 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:17:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:17:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:17:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:17:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:17:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:17:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:17:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:17:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:17:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:17:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:17:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:17:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:17:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:17:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:17:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:17:29.130 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:17:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:28.275384+0000 mgr.y (mgr.24491) 1552 : cluster [DBG] pgmap v1352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:17:29.130768+0000 mon.c (mon.2) 84 : audit [DBG] from='client.? 172.21.15.177:0/2639807084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:17:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:28.275384+0000 mgr.y (mgr.24491) 1552 : cluster [DBG] pgmap v1352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:17:29.130768+0000 mon.c (mon.2) 84 : audit [DBG] from='client.? 172.21.15.177:0/2639807084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:17:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:28.275384+0000 mgr.y (mgr.24491) 1552 : cluster [DBG] pgmap v1352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:17:29.130768+0000 mon.c (mon.2) 84 : audit [DBG] from='client.? 172.21.15.177:0/2639807084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:17:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:17:28.512307+0000 mgr.y (mgr.24491) 1553 : audit [DBG] from='client.26330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:17:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:17:28.789759+0000 mgr.y (mgr.24491) 1554 : audit [DBG] from='client.16431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:17:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:17:28.512307+0000 mgr.y (mgr.24491) 1553 : audit [DBG] from='client.26330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:17:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:17:28.789759+0000 mgr.y (mgr.24491) 1554 : audit [DBG] from='client.16431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:17:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:17:28.512307+0000 mgr.y (mgr.24491) 1553 : audit [DBG] from='client.26330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:17:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:17:28.789759+0000 mgr.y (mgr.24491) 1554 : audit [DBG] from='client.16431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:17:31.344 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:17:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:30.276198+0000 mgr.y (mgr.24491) 1555 : cluster [DBG] pgmap v1353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:30.276198+0000 mgr.y (mgr.24491) 1555 : cluster [DBG] pgmap v1353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:30.276198+0000 mgr.y (mgr.24491) 1555 : cluster [DBG] pgmap v1353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:32.276595+0000 mgr.y (mgr.24491) 1556 : cluster [DBG] pgmap v1354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:32.276595+0000 mgr.y (mgr.24491) 1556 : cluster [DBG] pgmap v1354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:32.276595+0000 mgr.y (mgr.24491) 1556 : cluster [DBG] pgmap v1354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:34.277030+0000 mgr.y (mgr.24491) 1557 : cluster [DBG] pgmap v1355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:34.277030+0000 mgr.y (mgr.24491) 1557 : cluster [DBG] pgmap v1355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:34.277030+0000 mgr.y (mgr.24491) 1557 : cluster [DBG] pgmap v1355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:36.277836+0000 mgr.y (mgr.24491) 1558 : cluster [DBG] pgmap v1356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:36.277836+0000 mgr.y (mgr.24491) 1558 : cluster [DBG] pgmap v1356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:36.277836+0000 mgr.y (mgr.24491) 1558 : cluster [DBG] pgmap v1356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:17:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:38.278300+0000 mgr.y (mgr.24491) 1559 : cluster [DBG] pgmap v1357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:38.278300+0000 mgr.y (mgr.24491) 1559 : cluster [DBG] pgmap v1357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:38.278300+0000 mgr.y (mgr.24491) 1559 : cluster [DBG] pgmap v1357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:41.361 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:17:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:40.279007+0000 mgr.y (mgr.24491) 1560 : cluster [DBG] pgmap v1358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:40.279007+0000 mgr.y (mgr.24491) 1560 : cluster [DBG] pgmap v1358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:40.279007+0000 mgr.y (mgr.24491) 1560 : cluster [DBG] pgmap v1358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:42.279342+0000 mgr.y (mgr.24491) 1561 : cluster [DBG] pgmap v1359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:42.279342+0000 mgr.y (mgr.24491) 1561 : cluster [DBG] pgmap v1359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:42.279342+0000 mgr.y (mgr.24491) 1561 : cluster [DBG] pgmap v1359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:44.279814+0000 mgr.y (mgr.24491) 1562 : cluster [DBG] pgmap v1360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:17:45.258356+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:17:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:44.279814+0000 mgr.y (mgr.24491) 1562 : cluster [DBG] pgmap v1360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:17:45.258356+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:17:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:44.279814+0000 mgr.y (mgr.24491) 1562 : cluster [DBG] pgmap v1360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:17:45.258356+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:17:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:17:45.553689+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:17:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:17:45.554310+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:17:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:17:45.560457+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:17:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:17:45.553689+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:17:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:17:45.554310+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:17:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:17:45.560457+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:17:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:17:45.553689+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:17:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:17:45.554310+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:17:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:17:45.560457+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:17:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:46.280502+0000 mgr.y (mgr.24491) 1563 : cluster [DBG] pgmap v1361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:46.280502+0000 mgr.y (mgr.24491) 1563 : cluster [DBG] pgmap v1361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:46.280502+0000 mgr.y (mgr.24491) 1563 : cluster [DBG] pgmap v1361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:47] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:17:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:48.280993+0000 mgr.y (mgr.24491) 1564 : cluster [DBG] pgmap v1362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:48.280993+0000 mgr.y (mgr.24491) 1564 : cluster [DBG] pgmap v1362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:48.280993+0000 mgr.y (mgr.24491) 1564 : cluster [DBG] pgmap v1362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:51.378 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:17:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:50.281759+0000 mgr.y (mgr.24491) 1565 : cluster [DBG] pgmap v1363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:50.281759+0000 mgr.y (mgr.24491) 1565 : cluster [DBG] pgmap v1363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:50.281759+0000 mgr.y (mgr.24491) 1565 : cluster [DBG] pgmap v1363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:52.282305+0000 mgr.y (mgr.24491) 1566 : cluster [DBG] pgmap v1364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:52.282305+0000 mgr.y (mgr.24491) 1566 : cluster [DBG] pgmap v1364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:52.282305+0000 mgr.y (mgr.24491) 1566 : cluster [DBG] pgmap v1364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:54.282894+0000 mgr.y (mgr.24491) 1567 : cluster [DBG] pgmap v1365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:54.282894+0000 mgr.y (mgr.24491) 1567 : cluster [DBG] pgmap v1365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:54.282894+0000 mgr.y (mgr.24491) 1567 : cluster [DBG] pgmap v1365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:56.283614+0000 mgr.y (mgr.24491) 1568 : cluster [DBG] pgmap v1366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:56.283614+0000 mgr.y (mgr.24491) 1568 : cluster [DBG] pgmap v1366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:56.283614+0000 mgr.y (mgr.24491) 1568 : cluster [DBG] pgmap v1366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:17:57] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:17:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:17:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:17:58.284109+0000 mgr.y (mgr.24491) 1569 : cluster [DBG] pgmap v1367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:17:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:17:58.284109+0000 mgr.y (mgr.24491) 1569 : cluster [DBG] pgmap v1367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:17:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:17:58.284109+0000 mgr.y (mgr.24491) 1569 : cluster [DBG] pgmap v1367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:17:59.446 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:17:59.722 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:17:59.722 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (43m) 2m ago 44m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:17:59.722 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (44m) 2m ago 44m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:17:59.722 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (45m) 2m ago 45m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:17:59.722 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (45m) 2m ago 45m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:17:59.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (49m) 2m ago 49m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:17:59.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (50m) 2m ago 50m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:17:59.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (50m) 2m ago 50m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:17:59.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (49m) 2m ago 49m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (49m) 2m ago 49m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (44m) 2m ago 44m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (44m) 2m ago 44m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (48m) 2m ago 48m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (48m) 2m ago 48m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (48m) 2m ago 48m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (47m) 2m ago 47m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (47m) 2m ago 47m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (46m) 2m ago 46m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (46m) 2m ago 46m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (45m) 2m ago 45m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:17:59.723 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (43m) 2m ago 44m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:18:00.057 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:18:00.057 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:18:00.057 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:18:00.058 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:18:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:18:00.059232+0000 mon.a (mon.0) 1036 : audit [DBG] from='client.? 172.21.15.177:0/2062881568' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:18:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:18:00.059232+0000 mon.a (mon.0) 1036 : audit [DBG] from='client.? 172.21.15.177:0/2062881568' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:18:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:18:00.059232+0000 mon.a (mon.0) 1036 : audit [DBG] from='client.? 172.21.15.177:0/2062881568' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:18:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:17:59.435663+0000 mgr.y (mgr.24491) 1570 : audit [DBG] from='client.16443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:17:59.716051+0000 mgr.y (mgr.24491) 1571 : audit [DBG] from='client.16449 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:00.284777+0000 mgr.y (mgr.24491) 1572 : cluster [DBG] pgmap v1368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:17:59.435663+0000 mgr.y (mgr.24491) 1570 : audit [DBG] from='client.16443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:17:59.716051+0000 mgr.y (mgr.24491) 1571 : audit [DBG] from='client.16449 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:00.284777+0000 mgr.y (mgr.24491) 1572 : cluster [DBG] pgmap v1368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:17:59.435663+0000 mgr.y (mgr.24491) 1570 : audit [DBG] from='client.16443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:17:59.716051+0000 mgr.y (mgr.24491) 1571 : audit [DBG] from='client.16449 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:00.284777+0000 mgr.y (mgr.24491) 1572 : cluster [DBG] pgmap v1368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:18:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:02.285176+0000 mgr.y (mgr.24491) 1573 : cluster [DBG] pgmap v1369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:02.285176+0000 mgr.y (mgr.24491) 1573 : cluster [DBG] pgmap v1369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:02.285176+0000 mgr.y (mgr.24491) 1573 : cluster [DBG] pgmap v1369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:04.285681+0000 mgr.y (mgr.24491) 1574 : cluster [DBG] pgmap v1370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:04.285681+0000 mgr.y (mgr.24491) 1574 : cluster [DBG] pgmap v1370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:04.285681+0000 mgr.y (mgr.24491) 1574 : cluster [DBG] pgmap v1370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:06.286251+0000 mgr.y (mgr.24491) 1575 : cluster [DBG] pgmap v1371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:06.286251+0000 mgr.y (mgr.24491) 1575 : cluster [DBG] pgmap v1371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:06.286251+0000 mgr.y (mgr.24491) 1575 : cluster [DBG] pgmap v1371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:18:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:08.286628+0000 mgr.y (mgr.24491) 1576 : cluster [DBG] pgmap v1372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:08.286628+0000 mgr.y (mgr.24491) 1576 : cluster [DBG] pgmap v1372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:08.286628+0000 mgr.y (mgr.24491) 1576 : cluster [DBG] pgmap v1372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:11.349 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:18:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:10.287254+0000 mgr.y (mgr.24491) 1577 : cluster [DBG] pgmap v1373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:10.287254+0000 mgr.y (mgr.24491) 1577 : cluster [DBG] pgmap v1373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:10.287254+0000 mgr.y (mgr.24491) 1577 : cluster [DBG] pgmap v1373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:12.287792+0000 mgr.y (mgr.24491) 1578 : cluster [DBG] pgmap v1374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:12.287792+0000 mgr.y (mgr.24491) 1578 : cluster [DBG] pgmap v1374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:12.287792+0000 mgr.y (mgr.24491) 1578 : cluster [DBG] pgmap v1374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:14.288352+0000 mgr.y (mgr.24491) 1579 : cluster [DBG] pgmap v1375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:14.288352+0000 mgr.y (mgr.24491) 1579 : cluster [DBG] pgmap v1375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:14.288352+0000 mgr.y (mgr.24491) 1579 : cluster [DBG] pgmap v1375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:16.288847+0000 mgr.y (mgr.24491) 1580 : cluster [DBG] pgmap v1376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:16.288847+0000 mgr.y (mgr.24491) 1580 : cluster [DBG] pgmap v1376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:16.288847+0000 mgr.y (mgr.24491) 1580 : cluster [DBG] pgmap v1376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:18:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:18.289418+0000 mgr.y (mgr.24491) 1581 : cluster [DBG] pgmap v1377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:18.289418+0000 mgr.y (mgr.24491) 1581 : cluster [DBG] pgmap v1377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:18.289418+0000 mgr.y (mgr.24491) 1581 : cluster [DBG] pgmap v1377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:21.369 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:18:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:20.290065+0000 mgr.y (mgr.24491) 1582 : cluster [DBG] pgmap v1378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:20.290065+0000 mgr.y (mgr.24491) 1582 : cluster [DBG] pgmap v1378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:20.290065+0000 mgr.y (mgr.24491) 1582 : cluster [DBG] pgmap v1378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:22.290379+0000 mgr.y (mgr.24491) 1583 : cluster [DBG] pgmap v1379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:22.290379+0000 mgr.y (mgr.24491) 1583 : cluster [DBG] pgmap v1379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:22.290379+0000 mgr.y (mgr.24491) 1583 : cluster [DBG] pgmap v1379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:24.291088+0000 mgr.y (mgr.24491) 1584 : cluster [DBG] pgmap v1380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:24.291088+0000 mgr.y (mgr.24491) 1584 : cluster [DBG] pgmap v1380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:24.291088+0000 mgr.y (mgr.24491) 1584 : cluster [DBG] pgmap v1380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:26.291596+0000 mgr.y (mgr.24491) 1585 : cluster [DBG] pgmap v1381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:26.291596+0000 mgr.y (mgr.24491) 1585 : cluster [DBG] pgmap v1381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:26.291596+0000 mgr.y (mgr.24491) 1585 : cluster [DBG] pgmap v1381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:18:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:28.292175+0000 mgr.y (mgr.24491) 1586 : cluster [DBG] pgmap v1382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:28.292175+0000 mgr.y (mgr.24491) 1586 : cluster [DBG] pgmap v1382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:28.292175+0000 mgr.y (mgr.24491) 1586 : cluster [DBG] pgmap v1382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:30.368 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (44m) 2m ago 45m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (44m) 2m ago 44m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (46m) 2m ago 46m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (46m) 2m ago 46m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (49m) 2m ago 49m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (51m) 2m ago 51m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (51m) 2m ago 51m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (50m) 2m ago 50m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (49m) 2m ago 49m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (45m) 2m ago 45m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:18:30.643 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (45m) 2m ago 45m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:18:30.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (49m) 2m ago 49m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:18:30.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (48m) 2m ago 48m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:18:30.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (48m) 2m ago 48m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:18:30.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (48m) 2m ago 48m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:18:30.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (47m) 2m ago 47m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:18:30.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (47m) 2m ago 47m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:18:30.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (46m) 2m ago 46m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:18:30.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (46m) 2m ago 46m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:18:30.644 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (44m) 2m ago 45m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:18:30.976 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:18:30.976 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:18:30.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:18:30.976 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:18:30.976 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:18:30.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:18:30.976 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:18:30.976 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:18:30.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:18:30.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:18:30.977 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:18:30.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:18:30.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:18:30.977 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:18:30.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:18:30.977 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:18:30.977 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:18:31.385 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:18:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:30.292752+0000 mgr.y (mgr.24491) 1587 : cluster [DBG] pgmap v1383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:18:30.358270+0000 mgr.y (mgr.24491) 1588 : audit [DBG] from='client.26366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:18:30.978008+0000 mon.c (mon.2) 85 : audit [DBG] from='client.? 172.21.15.177:0/760262511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:18:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:30.292752+0000 mgr.y (mgr.24491) 1587 : cluster [DBG] pgmap v1383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:18:30.358270+0000 mgr.y (mgr.24491) 1588 : audit [DBG] from='client.26366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:18:30.978008+0000 mon.c (mon.2) 85 : audit [DBG] from='client.? 172.21.15.177:0/760262511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:18:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:30.292752+0000 mgr.y (mgr.24491) 1587 : cluster [DBG] pgmap v1383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:18:30.358270+0000 mgr.y (mgr.24491) 1588 : audit [DBG] from='client.26366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:18:30.978008+0000 mon.c (mon.2) 85 : audit [DBG] from='client.? 172.21.15.177:0/760262511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:18:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:18:30.637203+0000 mgr.y (mgr.24491) 1589 : audit [DBG] from='client.16467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:18:30.637203+0000 mgr.y (mgr.24491) 1589 : audit [DBG] from='client.16467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:18:30.637203+0000 mgr.y (mgr.24491) 1589 : audit [DBG] from='client.16467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:18:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:32.293176+0000 mgr.y (mgr.24491) 1590 : cluster [DBG] pgmap v1384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:32.293176+0000 mgr.y (mgr.24491) 1590 : cluster [DBG] pgmap v1384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:32.293176+0000 mgr.y (mgr.24491) 1590 : cluster [DBG] pgmap v1384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:34.293880+0000 mgr.y (mgr.24491) 1591 : cluster [DBG] pgmap v1385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:34.293880+0000 mgr.y (mgr.24491) 1591 : cluster [DBG] pgmap v1385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:34.293880+0000 mgr.y (mgr.24491) 1591 : cluster [DBG] pgmap v1385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:36.294458+0000 mgr.y (mgr.24491) 1592 : cluster [DBG] pgmap v1386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:36.294458+0000 mgr.y (mgr.24491) 1592 : cluster [DBG] pgmap v1386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:36.294458+0000 mgr.y (mgr.24491) 1592 : cluster [DBG] pgmap v1386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:18:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:38.295026+0000 mgr.y (mgr.24491) 1593 : cluster [DBG] pgmap v1387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:38.295026+0000 mgr.y (mgr.24491) 1593 : cluster [DBG] pgmap v1387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:38.295026+0000 mgr.y (mgr.24491) 1593 : cluster [DBG] pgmap v1387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:41.353 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:18:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:40.295687+0000 mgr.y (mgr.24491) 1594 : cluster [DBG] pgmap v1388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:40.295687+0000 mgr.y (mgr.24491) 1594 : cluster [DBG] pgmap v1388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:40.295687+0000 mgr.y (mgr.24491) 1594 : cluster [DBG] pgmap v1388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:42.296205+0000 mgr.y (mgr.24491) 1595 : cluster [DBG] pgmap v1389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:42.296205+0000 mgr.y (mgr.24491) 1595 : cluster [DBG] pgmap v1389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:42.296205+0000 mgr.y (mgr.24491) 1595 : cluster [DBG] pgmap v1389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:44.296763+0000 mgr.y (mgr.24491) 1596 : cluster [DBG] pgmap v1390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:44.296763+0000 mgr.y (mgr.24491) 1596 : cluster [DBG] pgmap v1390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:44.296763+0000 mgr.y (mgr.24491) 1596 : cluster [DBG] pgmap v1390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:18:45.564760+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:18:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:18:45.564760+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:18:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:18:45.564760+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:18:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:18:45.809934+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:18:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:18:46.090204+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:18:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:18:46.090901+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:18:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:18:46.097331+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:18:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:46.297289+0000 mgr.y (mgr.24491) 1597 : cluster [DBG] pgmap v1391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:18:45.809934+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:18:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:18:46.090204+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:18:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:18:46.090901+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:18:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:18:46.097331+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:18:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:46.297289+0000 mgr.y (mgr.24491) 1597 : cluster [DBG] pgmap v1391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:18:45.809934+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:18:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:18:46.090204+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:18:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:18:46.090901+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:18:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:18:46.097331+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:18:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:46.297289+0000 mgr.y (mgr.24491) 1597 : cluster [DBG] pgmap v1391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:47] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:18:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:48.297715+0000 mgr.y (mgr.24491) 1598 : cluster [DBG] pgmap v1392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:48.297715+0000 mgr.y (mgr.24491) 1598 : cluster [DBG] pgmap v1392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:48.297715+0000 mgr.y (mgr.24491) 1598 : cluster [DBG] pgmap v1392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:51.353 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:18:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:50.298439+0000 mgr.y (mgr.24491) 1599 : cluster [DBG] pgmap v1393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:50.298439+0000 mgr.y (mgr.24491) 1599 : cluster [DBG] pgmap v1393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:50.298439+0000 mgr.y (mgr.24491) 1599 : cluster [DBG] pgmap v1393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:52.298998+0000 mgr.y (mgr.24491) 1600 : cluster [DBG] pgmap v1394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:52.298998+0000 mgr.y (mgr.24491) 1600 : cluster [DBG] pgmap v1394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:52.298998+0000 mgr.y (mgr.24491) 1600 : cluster [DBG] pgmap v1394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:54.299489+0000 mgr.y (mgr.24491) 1601 : cluster [DBG] pgmap v1395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:54.299489+0000 mgr.y (mgr.24491) 1601 : cluster [DBG] pgmap v1395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:54.299489+0000 mgr.y (mgr.24491) 1601 : cluster [DBG] pgmap v1395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:56.300118+0000 mgr.y (mgr.24491) 1602 : cluster [DBG] pgmap v1396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:56.300118+0000 mgr.y (mgr.24491) 1602 : cluster [DBG] pgmap v1396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:56.300118+0000 mgr.y (mgr.24491) 1602 : cluster [DBG] pgmap v1396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:18:57] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:18:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:18:58.300514+0000 mgr.y (mgr.24491) 1603 : cluster [DBG] pgmap v1397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:18:58.300514+0000 mgr.y (mgr.24491) 1603 : cluster [DBG] pgmap v1397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:18:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:18:58.300514+0000 mgr.y (mgr.24491) 1603 : cluster [DBG] pgmap v1397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:01.285 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:19:01.368 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:19:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:19:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (44m) 3m ago 45m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:19:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (45m) 3m ago 45m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:19:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (46m) 3m ago 46m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:19:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (46m) 3m ago 46m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:19:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (50m) 3m ago 50m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:19:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (51m) 3m ago 51m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (51m) 3m ago 51m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (50m) 3m ago 50m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (50m) 3m ago 50m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (45m) 3m ago 45m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (45m) 3m ago 45m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (49m) 3m ago 49m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (49m) 3m ago 49m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (49m) 3m ago 49m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (48m) 3m ago 48m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (48m) 3m ago 48m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (47m) 3m ago 47m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (47m) 3m ago 47m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (47m) 3m ago 46m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:19:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (44m) 3m ago 46m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:19:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:00.301193+0000 mgr.y (mgr.24491) 1604 : cluster [DBG] pgmap v1398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:00.301193+0000 mgr.y (mgr.24491) 1604 : cluster [DBG] pgmap v1398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:00.301193+0000 mgr.y (mgr.24491) 1604 : cluster [DBG] pgmap v1398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:01.898 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:19:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:19:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:19:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:19:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:19:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:19:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:19:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:19:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:19:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:19:01.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:19:01.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:19:01.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:19:01.899 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:19:01.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:19:01.899 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:19:01.899 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:19:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:19:01.275093+0000 mgr.y (mgr.24491) 1605 : audit [DBG] from='client.26384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:19:01.900039+0000 mon.a (mon.0) 1042 : audit [DBG] from='client.? 172.21.15.177:0/2789182770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:19:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:19:01.275093+0000 mgr.y (mgr.24491) 1605 : audit [DBG] from='client.26384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:19:01.900039+0000 mon.a (mon.0) 1042 : audit [DBG] from='client.? 172.21.15.177:0/2789182770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:19:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:19:01.275093+0000 mgr.y (mgr.24491) 1605 : audit [DBG] from='client.26384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:19:01.900039+0000 mon.a (mon.0) 1042 : audit [DBG] from='client.? 172.21.15.177:0/2789182770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:19:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:19:01.556260+0000 mgr.y (mgr.24491) 1606 : audit [DBG] from='client.16485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:02.301598+0000 mgr.y (mgr.24491) 1607 : cluster [DBG] pgmap v1399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:19:01.556260+0000 mgr.y (mgr.24491) 1606 : audit [DBG] from='client.16485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:02.301598+0000 mgr.y (mgr.24491) 1607 : cluster [DBG] pgmap v1399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:19:01.556260+0000 mgr.y (mgr.24491) 1606 : audit [DBG] from='client.16485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:02.301598+0000 mgr.y (mgr.24491) 1607 : cluster [DBG] pgmap v1399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:04.302213+0000 mgr.y (mgr.24491) 1608 : cluster [DBG] pgmap v1400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:04.302213+0000 mgr.y (mgr.24491) 1608 : cluster [DBG] pgmap v1400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:04.302213+0000 mgr.y (mgr.24491) 1608 : cluster [DBG] pgmap v1400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:06.302797+0000 mgr.y (mgr.24491) 1609 : cluster [DBG] pgmap v1401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:06.302797+0000 mgr.y (mgr.24491) 1609 : cluster [DBG] pgmap v1401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:06.302797+0000 mgr.y (mgr.24491) 1609 : cluster [DBG] pgmap v1401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:07] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:19:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:08.303254+0000 mgr.y (mgr.24491) 1610 : cluster [DBG] pgmap v1402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:08.303254+0000 mgr.y (mgr.24491) 1610 : cluster [DBG] pgmap v1402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:08.303254+0000 mgr.y (mgr.24491) 1610 : cluster [DBG] pgmap v1402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:11.362 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:19:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:10.304059+0000 mgr.y (mgr.24491) 1611 : cluster [DBG] pgmap v1403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:10.304059+0000 mgr.y (mgr.24491) 1611 : cluster [DBG] pgmap v1403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:10.304059+0000 mgr.y (mgr.24491) 1611 : cluster [DBG] pgmap v1403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:12.304509+0000 mgr.y (mgr.24491) 1612 : cluster [DBG] pgmap v1404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:12.304509+0000 mgr.y (mgr.24491) 1612 : cluster [DBG] pgmap v1404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:12.304509+0000 mgr.y (mgr.24491) 1612 : cluster [DBG] pgmap v1404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:14.305199+0000 mgr.y (mgr.24491) 1613 : cluster [DBG] pgmap v1405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:14.305199+0000 mgr.y (mgr.24491) 1613 : cluster [DBG] pgmap v1405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:14.305199+0000 mgr.y (mgr.24491) 1613 : cluster [DBG] pgmap v1405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:16.305921+0000 mgr.y (mgr.24491) 1614 : cluster [DBG] pgmap v1406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:16.305921+0000 mgr.y (mgr.24491) 1614 : cluster [DBG] pgmap v1406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:16.305921+0000 mgr.y (mgr.24491) 1614 : cluster [DBG] pgmap v1406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:17] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:19:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:18.306400+0000 mgr.y (mgr.24491) 1615 : cluster [DBG] pgmap v1407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:18.306400+0000 mgr.y (mgr.24491) 1615 : cluster [DBG] pgmap v1407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:18.306400+0000 mgr.y (mgr.24491) 1615 : cluster [DBG] pgmap v1407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:21.377 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:19:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:20.307171+0000 mgr.y (mgr.24491) 1616 : cluster [DBG] pgmap v1408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:20.307171+0000 mgr.y (mgr.24491) 1616 : cluster [DBG] pgmap v1408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:20.307171+0000 mgr.y (mgr.24491) 1616 : cluster [DBG] pgmap v1408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:22.307706+0000 mgr.y (mgr.24491) 1617 : cluster [DBG] pgmap v1409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:22.307706+0000 mgr.y (mgr.24491) 1617 : cluster [DBG] pgmap v1409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:22.307706+0000 mgr.y (mgr.24491) 1617 : cluster [DBG] pgmap v1409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:24.308471+0000 mgr.y (mgr.24491) 1618 : cluster [DBG] pgmap v1410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:24.308471+0000 mgr.y (mgr.24491) 1618 : cluster [DBG] pgmap v1410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:24.308471+0000 mgr.y (mgr.24491) 1618 : cluster [DBG] pgmap v1410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:26.309110+0000 mgr.y (mgr.24491) 1619 : cluster [DBG] pgmap v1411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:26.309110+0000 mgr.y (mgr.24491) 1619 : cluster [DBG] pgmap v1411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:26.309110+0000 mgr.y (mgr.24491) 1619 : cluster [DBG] pgmap v1411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:27] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:19:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:28.309505+0000 mgr.y (mgr.24491) 1620 : cluster [DBG] pgmap v1412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:28.309505+0000 mgr.y (mgr.24491) 1620 : cluster [DBG] pgmap v1412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:28.309505+0000 mgr.y (mgr.24491) 1620 : cluster [DBG] pgmap v1412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:31.393 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:19:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:30.310362+0000 mgr.y (mgr.24491) 1621 : cluster [DBG] pgmap v1413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:30.310362+0000 mgr.y (mgr.24491) 1621 : cluster [DBG] pgmap v1413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:30.310362+0000 mgr.y (mgr.24491) 1621 : cluster [DBG] pgmap v1413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:32.207 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:19:32.494 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:19:32.494 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (45m) 3m ago 46m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:19:32.494 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (45m) 3m ago 45m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:19:32.494 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (47m) 3m ago 47m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:19:32.494 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (47m) 3m ago 47m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:19:32.494 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (50m) 3m ago 50m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:19:32.494 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (52m) 3m ago 52m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:19:32.494 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (52m) 3m ago 52m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:19:32.494 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (51m) 3m ago 51m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (50m) 3m ago 50m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (46m) 3m ago 46m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (46m) 3m ago 46m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (50m) 3m ago 50m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (49m) 3m ago 49m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (49m) 3m ago 49m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (49m) 3m ago 49m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (48m) 3m ago 48m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (48m) 3m ago 48m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (47m) 3m ago 47m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (47m) 3m ago 47m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:19:32.495 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (45m) 3m ago 46m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:19:32.839 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:19:32.839 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:19:32.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:19:32.839 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:19:32.839 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:19:32.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:19:32.839 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:19:32.839 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:19:32.840 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:19:32.840 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:19:32.840 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:19:32.840 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:19:32.840 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:19:32.840 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:19:32.840 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:19:32.840 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:19:32.840 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:19:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:19:32.197016+0000 mgr.y (mgr.24491) 1622 : audit [DBG] from='client.16497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:32.310699+0000 mgr.y (mgr.24491) 1623 : cluster [DBG] pgmap v1414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:19:32.840984+0000 mon.a (mon.0) 1043 : audit [DBG] from='client.? 172.21.15.177:0/3685588771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:19:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:19:32.197016+0000 mgr.y (mgr.24491) 1622 : audit [DBG] from='client.16497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:32.310699+0000 mgr.y (mgr.24491) 1623 : cluster [DBG] pgmap v1414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:19:32.840984+0000 mon.a (mon.0) 1043 : audit [DBG] from='client.? 172.21.15.177:0/3685588771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:19:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:19:32.197016+0000 mgr.y (mgr.24491) 1622 : audit [DBG] from='client.16497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:32.310699+0000 mgr.y (mgr.24491) 1623 : cluster [DBG] pgmap v1414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:19:32.840984+0000 mon.a (mon.0) 1043 : audit [DBG] from='client.? 172.21.15.177:0/3685588771' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:19:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:19:32.488223+0000 mgr.y (mgr.24491) 1624 : audit [DBG] from='client.26408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:34.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:19:32.488223+0000 mgr.y (mgr.24491) 1624 : audit [DBG] from='client.26408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:19:32.488223+0000 mgr.y (mgr.24491) 1624 : audit [DBG] from='client.26408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:19:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:34.311254+0000 mgr.y (mgr.24491) 1625 : cluster [DBG] pgmap v1415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:34.311254+0000 mgr.y (mgr.24491) 1625 : cluster [DBG] pgmap v1415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:34.311254+0000 mgr.y (mgr.24491) 1625 : cluster [DBG] pgmap v1415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:36.311736+0000 mgr.y (mgr.24491) 1626 : cluster [DBG] pgmap v1416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:36.311736+0000 mgr.y (mgr.24491) 1626 : cluster [DBG] pgmap v1416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:36.311736+0000 mgr.y (mgr.24491) 1626 : cluster [DBG] pgmap v1416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:19:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:38.312198+0000 mgr.y (mgr.24491) 1627 : cluster [DBG] pgmap v1417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:38.312198+0000 mgr.y (mgr.24491) 1627 : cluster [DBG] pgmap v1417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:38.312198+0000 mgr.y (mgr.24491) 1627 : cluster [DBG] pgmap v1417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:41.367 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:19:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:40.313066+0000 mgr.y (mgr.24491) 1628 : cluster [DBG] pgmap v1418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:40.313066+0000 mgr.y (mgr.24491) 1628 : cluster [DBG] pgmap v1418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:40.313066+0000 mgr.y (mgr.24491) 1628 : cluster [DBG] pgmap v1418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:42.313559+0000 mgr.y (mgr.24491) 1629 : cluster [DBG] pgmap v1419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:42.313559+0000 mgr.y (mgr.24491) 1629 : cluster [DBG] pgmap v1419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:42.313559+0000 mgr.y (mgr.24491) 1629 : cluster [DBG] pgmap v1419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:44.314121+0000 mgr.y (mgr.24491) 1630 : cluster [DBG] pgmap v1420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:44.314121+0000 mgr.y (mgr.24491) 1630 : cluster [DBG] pgmap v1420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:44.314121+0000 mgr.y (mgr.24491) 1630 : cluster [DBG] pgmap v1420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:19:46.101465+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:19:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:19:46.343218+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:19:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:19:46.101465+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:19:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:19:46.343218+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:19:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:19:46.101465+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:19:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:19:46.343218+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:19:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:46.314469+0000 mgr.y (mgr.24491) 1631 : cluster [DBG] pgmap v1421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:19:46.622999+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:19:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:19:46.623694+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:19:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:19:46.628971+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:19:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:46.314469+0000 mgr.y (mgr.24491) 1631 : cluster [DBG] pgmap v1421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:19:46.622999+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:19:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:19:46.623694+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:19:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:19:46.628971+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:19:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:46.314469+0000 mgr.y (mgr.24491) 1631 : cluster [DBG] pgmap v1421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:19:46.622999+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:19:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:19:46.623694+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:19:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:19:46.628971+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:19:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:47] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T04:19:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:48.315033+0000 mgr.y (mgr.24491) 1632 : cluster [DBG] pgmap v1422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:48.315033+0000 mgr.y (mgr.24491) 1632 : cluster [DBG] pgmap v1422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:48.315033+0000 mgr.y (mgr.24491) 1632 : cluster [DBG] pgmap v1422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:51.387 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:19:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:50.315686+0000 mgr.y (mgr.24491) 1633 : cluster [DBG] pgmap v1423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:50.315686+0000 mgr.y (mgr.24491) 1633 : cluster [DBG] pgmap v1423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:50.315686+0000 mgr.y (mgr.24491) 1633 : cluster [DBG] pgmap v1423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:52.316311+0000 mgr.y (mgr.24491) 1634 : cluster [DBG] pgmap v1424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:52.316311+0000 mgr.y (mgr.24491) 1634 : cluster [DBG] pgmap v1424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:52.316311+0000 mgr.y (mgr.24491) 1634 : cluster [DBG] pgmap v1424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:54.316995+0000 mgr.y (mgr.24491) 1635 : cluster [DBG] pgmap v1425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:54.316995+0000 mgr.y (mgr.24491) 1635 : cluster [DBG] pgmap v1425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:54.316995+0000 mgr.y (mgr.24491) 1635 : cluster [DBG] pgmap v1425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:56.317414+0000 mgr.y (mgr.24491) 1636 : cluster [DBG] pgmap v1426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:56.317414+0000 mgr.y (mgr.24491) 1636 : cluster [DBG] pgmap v1426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:56.317414+0000 mgr.y (mgr.24491) 1636 : cluster [DBG] pgmap v1426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:19:57] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T04:19:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:19:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:19:58.317911+0000 mgr.y (mgr.24491) 1637 : cluster [DBG] pgmap v1427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:19:58.317911+0000 mgr.y (mgr.24491) 1637 : cluster [DBG] pgmap v1427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:19:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:19:58.317911+0000 mgr.y (mgr.24491) 1637 : cluster [DBG] pgmap v1427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T04:19:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:20:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:00.000153+0000 mon.a (mon.0) 1049 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:20:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:00.000153+0000 mon.a (mon.0) 1049 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:20:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:00.000153+0000 mon.a (mon.0) 1049 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:20:01.409 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:20:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:00.318699+0000 mgr.y (mgr.24491) 1638 : cluster [DBG] pgmap v1428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:01.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:00.318699+0000 mgr.y (mgr.24491) 1638 : cluster [DBG] pgmap v1428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:00.318699+0000 mgr.y (mgr.24491) 1638 : cluster [DBG] pgmap v1428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:02.319123+0000 mgr.y (mgr.24491) 1639 : cluster [DBG] pgmap v1429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:02.319123+0000 mgr.y (mgr.24491) 1639 : cluster [DBG] pgmap v1429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:02.319123+0000 mgr.y (mgr.24491) 1639 : cluster [DBG] pgmap v1429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:03.154 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:20:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:20:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (45m) 4m ago 46m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:20:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (46m) 4m ago 46m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:20:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (47m) 4m ago 47m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:20:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (47m) 4m ago 47m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:20:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (51m) 4m ago 51m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:20:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (52m) 4m ago 52m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:20:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (52m) 4m ago 53m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:20:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (51m) 4m ago 51m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:20:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (51m) 4m ago 51m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:20:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (47m) 4m ago 46m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:20:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (46m) 4m ago 46m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:20:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (50m) 4m ago 50m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:20:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (50m) 4m ago 50m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:20:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (50m) 4m ago 50m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:20:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (49m) 4m ago 49m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:20:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (49m) 4m ago 49m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:20:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (48m) 4m ago 48m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:20:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (48m) 4m ago 48m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:20:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (48m) 4m ago 48m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:20:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (45m) 4m ago 47m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:20:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:20:03.144409+0000 mgr.y (mgr.24491) 1640 : audit [DBG] from='client.26420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:03.763 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:20:03.763 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:20:03.763 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:20:03.763 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:20:03.763 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:20:03.763 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:20:03.763 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:20:03.763 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:20:03.763 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:20:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:20:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:20:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:20:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:20:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:20:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:20:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:20:03.764 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:20:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:20:03.144409+0000 mgr.y (mgr.24491) 1640 : audit [DBG] from='client.26420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:20:03.144409+0000 mgr.y (mgr.24491) 1640 : audit [DBG] from='client.26420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:20:03.422794+0000 mgr.y (mgr.24491) 1641 : audit [DBG] from='client.26426 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:20:03.764985+0000 mon.a (mon.0) 1050 : audit [DBG] from='client.? 172.21.15.177:0/1059060613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:20:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:04.319658+0000 mgr.y (mgr.24491) 1642 : cluster [DBG] pgmap v1430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:20:03.422794+0000 mgr.y (mgr.24491) 1641 : audit [DBG] from='client.26426 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:20:03.764985+0000 mon.a (mon.0) 1050 : audit [DBG] from='client.? 172.21.15.177:0/1059060613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:20:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:04.319658+0000 mgr.y (mgr.24491) 1642 : cluster [DBG] pgmap v1430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:20:03.422794+0000 mgr.y (mgr.24491) 1641 : audit [DBG] from='client.26426 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:20:03.764985+0000 mon.a (mon.0) 1050 : audit [DBG] from='client.? 172.21.15.177:0/1059060613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:20:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:04.319658+0000 mgr.y (mgr.24491) 1642 : cluster [DBG] pgmap v1430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:06.320238+0000 mgr.y (mgr.24491) 1643 : cluster [DBG] pgmap v1431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:06.320238+0000 mgr.y (mgr.24491) 1643 : cluster [DBG] pgmap v1431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:06.320238+0000 mgr.y (mgr.24491) 1643 : cluster [DBG] pgmap v1431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:20:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:08.320688+0000 mgr.y (mgr.24491) 1644 : cluster [DBG] pgmap v1432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:08.320688+0000 mgr.y (mgr.24491) 1644 : cluster [DBG] pgmap v1432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:08.320688+0000 mgr.y (mgr.24491) 1644 : cluster [DBG] pgmap v1432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:11.381 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:20:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:10.321562+0000 mgr.y (mgr.24491) 1645 : cluster [DBG] pgmap v1433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:10.321562+0000 mgr.y (mgr.24491) 1645 : cluster [DBG] pgmap v1433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:10.321562+0000 mgr.y (mgr.24491) 1645 : cluster [DBG] pgmap v1433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:12.322053+0000 mgr.y (mgr.24491) 1646 : cluster [DBG] pgmap v1434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:12.322053+0000 mgr.y (mgr.24491) 1646 : cluster [DBG] pgmap v1434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:12.322053+0000 mgr.y (mgr.24491) 1646 : cluster [DBG] pgmap v1434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:14.322843+0000 mgr.y (mgr.24491) 1647 : cluster [DBG] pgmap v1435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:14.322843+0000 mgr.y (mgr.24491) 1647 : cluster [DBG] pgmap v1435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:15.660 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:14.322843+0000 mgr.y (mgr.24491) 1647 : cluster [DBG] pgmap v1435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:16.323252+0000 mgr.y (mgr.24491) 1648 : cluster [DBG] pgmap v1436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:16.323252+0000 mgr.y (mgr.24491) 1648 : cluster [DBG] pgmap v1436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:16.323252+0000 mgr.y (mgr.24491) 1648 : cluster [DBG] pgmap v1436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:17] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:20:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:18.323664+0000 mgr.y (mgr.24491) 1649 : cluster [DBG] pgmap v1437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:18.323664+0000 mgr.y (mgr.24491) 1649 : cluster [DBG] pgmap v1437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:18.323664+0000 mgr.y (mgr.24491) 1649 : cluster [DBG] pgmap v1437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:21.397 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:20:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:20.324581+0000 mgr.y (mgr.24491) 1650 : cluster [DBG] pgmap v1438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:20.324581+0000 mgr.y (mgr.24491) 1650 : cluster [DBG] pgmap v1438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:20.324581+0000 mgr.y (mgr.24491) 1650 : cluster [DBG] pgmap v1438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:22.324976+0000 mgr.y (mgr.24491) 1651 : cluster [DBG] pgmap v1439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:22.324976+0000 mgr.y (mgr.24491) 1651 : cluster [DBG] pgmap v1439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:22.324976+0000 mgr.y (mgr.24491) 1651 : cluster [DBG] pgmap v1439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:24.325648+0000 mgr.y (mgr.24491) 1652 : cluster [DBG] pgmap v1440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:24.325648+0000 mgr.y (mgr.24491) 1652 : cluster [DBG] pgmap v1440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:24.325648+0000 mgr.y (mgr.24491) 1652 : cluster [DBG] pgmap v1440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:26.326187+0000 mgr.y (mgr.24491) 1653 : cluster [DBG] pgmap v1441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:26.326187+0000 mgr.y (mgr.24491) 1653 : cluster [DBG] pgmap v1441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:26.326187+0000 mgr.y (mgr.24491) 1653 : cluster [DBG] pgmap v1441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:27] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:20:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:28.326667+0000 mgr.y (mgr.24491) 1654 : cluster [DBG] pgmap v1442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:28.326667+0000 mgr.y (mgr.24491) 1654 : cluster [DBG] pgmap v1442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:28.326667+0000 mgr.y (mgr.24491) 1654 : cluster [DBG] pgmap v1442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:31.414 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:20:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:30.327589+0000 mgr.y (mgr.24491) 1655 : cluster [DBG] pgmap v1443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:30.327589+0000 mgr.y (mgr.24491) 1655 : cluster [DBG] pgmap v1443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:30.327589+0000 mgr.y (mgr.24491) 1655 : cluster [DBG] pgmap v1443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:32.328100+0000 mgr.y (mgr.24491) 1656 : cluster [DBG] pgmap v1444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:32.328100+0000 mgr.y (mgr.24491) 1656 : cluster [DBG] pgmap v1444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:32.328100+0000 mgr.y (mgr.24491) 1656 : cluster [DBG] pgmap v1444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:34.074 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:20:34.351 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (46m) 4m ago 47m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (46m) 4m ago 46m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (48m) 4m ago 48m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (48m) 4m ago 48m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (51m) 4m ago 51m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (53m) 4m ago 53m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (53m) 4m ago 53m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (52m) 4m ago 52m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (51m) 4m ago 51m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (47m) 4m ago 47m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (47m) 4m ago 47m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (51m) 4m ago 51m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:20:34.352 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (50m) 4m ago 50m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:20:34.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (50m) 4m ago 50m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:20:34.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (50m) 4m ago 50m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:20:34.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (49m) 4m ago 49m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:20:34.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (49m) 4m ago 49m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:20:34.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (48m) 4m ago 48m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:20:34.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (48m) 4m ago 48m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:20:34.353 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (46m) 4m ago 47m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:20:34.689 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:20:34.689 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:20:34.689 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:20:34.690 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:20:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:20:34.063455+0000 mgr.y (mgr.24491) 1657 : audit [DBG] from='client.26438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:34.328615+0000 mgr.y (mgr.24491) 1658 : cluster [DBG] pgmap v1445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:20:34.346028+0000 mgr.y (mgr.24491) 1659 : audit [DBG] from='client.26444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:20:34.691352+0000 mon.c (mon.2) 86 : audit [DBG] from='client.? 172.21.15.177:0/427363362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:20:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:20:34.063455+0000 mgr.y (mgr.24491) 1657 : audit [DBG] from='client.26438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:34.328615+0000 mgr.y (mgr.24491) 1658 : cluster [DBG] pgmap v1445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:20:34.346028+0000 mgr.y (mgr.24491) 1659 : audit [DBG] from='client.26444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:20:34.691352+0000 mon.c (mon.2) 86 : audit [DBG] from='client.? 172.21.15.177:0/427363362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:20:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:20:34.063455+0000 mgr.y (mgr.24491) 1657 : audit [DBG] from='client.26438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:34.328615+0000 mgr.y (mgr.24491) 1658 : cluster [DBG] pgmap v1445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:20:34.346028+0000 mgr.y (mgr.24491) 1659 : audit [DBG] from='client.26444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:20:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:20:34.691352+0000 mon.c (mon.2) 86 : audit [DBG] from='client.? 172.21.15.177:0/427363362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:20:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:36.329046+0000 mgr.y (mgr.24491) 1660 : cluster [DBG] pgmap v1446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:36.329046+0000 mgr.y (mgr.24491) 1660 : cluster [DBG] pgmap v1446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:36.329046+0000 mgr.y (mgr.24491) 1660 : cluster [DBG] pgmap v1446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:37] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:20:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:38.329494+0000 mgr.y (mgr.24491) 1661 : cluster [DBG] pgmap v1447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:38.329494+0000 mgr.y (mgr.24491) 1661 : cluster [DBG] pgmap v1447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:38.329494+0000 mgr.y (mgr.24491) 1661 : cluster [DBG] pgmap v1447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:41.390 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:20:41.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:40.330168+0000 mgr.y (mgr.24491) 1662 : cluster [DBG] pgmap v1448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:40.330168+0000 mgr.y (mgr.24491) 1662 : cluster [DBG] pgmap v1448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:40.330168+0000 mgr.y (mgr.24491) 1662 : cluster [DBG] pgmap v1448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:42.330660+0000 mgr.y (mgr.24491) 1663 : cluster [DBG] pgmap v1449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:42.330660+0000 mgr.y (mgr.24491) 1663 : cluster [DBG] pgmap v1449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:42.330660+0000 mgr.y (mgr.24491) 1663 : cluster [DBG] pgmap v1449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:44.331458+0000 mgr.y (mgr.24491) 1664 : cluster [DBG] pgmap v1450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:44.331458+0000 mgr.y (mgr.24491) 1664 : cluster [DBG] pgmap v1450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:44.331458+0000 mgr.y (mgr.24491) 1664 : cluster [DBG] pgmap v1450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:46.331831+0000 mgr.y (mgr.24491) 1665 : cluster [DBG] pgmap v1451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:20:46.633547+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:20:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:20:46.926191+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:20:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:20:46.926780+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:20:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:20:46.932007+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:20:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:46.331831+0000 mgr.y (mgr.24491) 1665 : cluster [DBG] pgmap v1451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:20:46.633547+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:20:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:20:46.926191+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:20:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:20:46.926780+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:20:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:20:46.932007+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:20:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:46.331831+0000 mgr.y (mgr.24491) 1665 : cluster [DBG] pgmap v1451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:20:46.633547+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:20:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:20:46.926191+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:20:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:20:46.926780+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:20:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:20:46.932007+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:20:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:20:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:48.332243+0000 mgr.y (mgr.24491) 1666 : cluster [DBG] pgmap v1452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:48.332243+0000 mgr.y (mgr.24491) 1666 : cluster [DBG] pgmap v1452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:48.332243+0000 mgr.y (mgr.24491) 1666 : cluster [DBG] pgmap v1452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:51.411 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:20:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:50.332911+0000 mgr.y (mgr.24491) 1667 : cluster [DBG] pgmap v1453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:50.332911+0000 mgr.y (mgr.24491) 1667 : cluster [DBG] pgmap v1453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:50.332911+0000 mgr.y (mgr.24491) 1667 : cluster [DBG] pgmap v1453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:52.333376+0000 mgr.y (mgr.24491) 1668 : cluster [DBG] pgmap v1454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:52.333376+0000 mgr.y (mgr.24491) 1668 : cluster [DBG] pgmap v1454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:52.333376+0000 mgr.y (mgr.24491) 1668 : cluster [DBG] pgmap v1454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:54.334149+0000 mgr.y (mgr.24491) 1669 : cluster [DBG] pgmap v1455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:54.334149+0000 mgr.y (mgr.24491) 1669 : cluster [DBG] pgmap v1455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:54.334149+0000 mgr.y (mgr.24491) 1669 : cluster [DBG] pgmap v1455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:56.334647+0000 mgr.y (mgr.24491) 1670 : cluster [DBG] pgmap v1456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:56.334647+0000 mgr.y (mgr.24491) 1670 : cluster [DBG] pgmap v1456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:56.334647+0000 mgr.y (mgr.24491) 1670 : cluster [DBG] pgmap v1456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:20:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:20:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:20:58.335185+0000 mgr.y (mgr.24491) 1671 : cluster [DBG] pgmap v1457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:20:58.335185+0000 mgr.y (mgr.24491) 1671 : cluster [DBG] pgmap v1457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:20:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:20:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:20:58.335185+0000 mgr.y (mgr.24491) 1671 : cluster [DBG] pgmap v1457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:01.391 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:21:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:00.335862+0000 mgr.y (mgr.24491) 1672 : cluster [DBG] pgmap v1458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:00.335862+0000 mgr.y (mgr.24491) 1672 : cluster [DBG] pgmap v1458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:00.335862+0000 mgr.y (mgr.24491) 1672 : cluster [DBG] pgmap v1458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:02.336246+0000 mgr.y (mgr.24491) 1673 : cluster [DBG] pgmap v1459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:02.336246+0000 mgr.y (mgr.24491) 1673 : cluster [DBG] pgmap v1459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:02.336246+0000 mgr.y (mgr.24491) 1673 : cluster [DBG] pgmap v1459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:05.003 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:21:05.278 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:21:05.278 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (46m) 5m ago 47m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:21:05.278 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (47m) 5m ago 47m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:21:05.278 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (48m) 5m ago 48m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:21:05.278 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (48m) 5m ago 48m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:21:05.278 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (52m) 5m ago 52m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (53m) 5m ago 53m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (53m) 5m ago 54m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (52m) 5m ago 52m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (52m) 5m ago 52m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (48m) 5m ago 48m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (47m) 5m ago 47m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (51m) 5m ago 51m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (51m) 5m ago 51m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (51m) 5m ago 51m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (50m) 5m ago 50m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (50m) 5m ago 50m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (49m) 5m ago 49m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (49m) 5m ago 49m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (49m) 5m ago 49m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:21:05.279 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (46m) 5m ago 48m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:21:05.616 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:21:05.616 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:21:05.616 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:21:05.616 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:21:05.617 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:21:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:04.336830+0000 mgr.y (mgr.24491) 1674 : cluster [DBG] pgmap v1460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:04.336830+0000 mgr.y (mgr.24491) 1674 : cluster [DBG] pgmap v1460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:04.336830+0000 mgr.y (mgr.24491) 1674 : cluster [DBG] pgmap v1460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:21:04.992413+0000 mgr.y (mgr.24491) 1675 : audit [DBG] from='client.26456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:21:05.272591+0000 mgr.y (mgr.24491) 1676 : audit [DBG] from='client.26462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:21:05.618107+0000 mon.c (mon.2) 87 : audit [DBG] from='client.? 172.21.15.177:0/1101639365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:21:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:21:04.992413+0000 mgr.y (mgr.24491) 1675 : audit [DBG] from='client.26456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:21:05.272591+0000 mgr.y (mgr.24491) 1676 : audit [DBG] from='client.26462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:21:05.618107+0000 mon.c (mon.2) 87 : audit [DBG] from='client.? 172.21.15.177:0/1101639365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:21:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:21:04.992413+0000 mgr.y (mgr.24491) 1675 : audit [DBG] from='client.26456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:21:05.272591+0000 mgr.y (mgr.24491) 1676 : audit [DBG] from='client.26462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:21:05.618107+0000 mon.c (mon.2) 87 : audit [DBG] from='client.? 172.21.15.177:0/1101639365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:21:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:06.337249+0000 mgr.y (mgr.24491) 1677 : cluster [DBG] pgmap v1461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:06.337249+0000 mgr.y (mgr.24491) 1677 : cluster [DBG] pgmap v1461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:06.337249+0000 mgr.y (mgr.24491) 1677 : cluster [DBG] pgmap v1461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:21:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:08.337755+0000 mgr.y (mgr.24491) 1678 : cluster [DBG] pgmap v1462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:08.337755+0000 mgr.y (mgr.24491) 1678 : cluster [DBG] pgmap v1462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:08.337755+0000 mgr.y (mgr.24491) 1678 : cluster [DBG] pgmap v1462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:11.416 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:21:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:10.338407+0000 mgr.y (mgr.24491) 1679 : cluster [DBG] pgmap v1463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:10.338407+0000 mgr.y (mgr.24491) 1679 : cluster [DBG] pgmap v1463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:10.338407+0000 mgr.y (mgr.24491) 1679 : cluster [DBG] pgmap v1463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:12.338886+0000 mgr.y (mgr.24491) 1680 : cluster [DBG] pgmap v1464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:12.338886+0000 mgr.y (mgr.24491) 1680 : cluster [DBG] pgmap v1464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:12.338886+0000 mgr.y (mgr.24491) 1680 : cluster [DBG] pgmap v1464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:14.339436+0000 mgr.y (mgr.24491) 1681 : cluster [DBG] pgmap v1465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:14.339436+0000 mgr.y (mgr.24491) 1681 : cluster [DBG] pgmap v1465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:14.339436+0000 mgr.y (mgr.24491) 1681 : cluster [DBG] pgmap v1465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:16.339878+0000 mgr.y (mgr.24491) 1682 : cluster [DBG] pgmap v1466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:16.339878+0000 mgr.y (mgr.24491) 1682 : cluster [DBG] pgmap v1466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:16.339878+0000 mgr.y (mgr.24491) 1682 : cluster [DBG] pgmap v1466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:21:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:18.340408+0000 mgr.y (mgr.24491) 1683 : cluster [DBG] pgmap v1467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:18.340408+0000 mgr.y (mgr.24491) 1683 : cluster [DBG] pgmap v1467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:18.340408+0000 mgr.y (mgr.24491) 1683 : cluster [DBG] pgmap v1467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:21.400 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:21:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:20.341232+0000 mgr.y (mgr.24491) 1684 : cluster [DBG] pgmap v1468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:20.341232+0000 mgr.y (mgr.24491) 1684 : cluster [DBG] pgmap v1468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:20.341232+0000 mgr.y (mgr.24491) 1684 : cluster [DBG] pgmap v1468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:22.341619+0000 mgr.y (mgr.24491) 1685 : cluster [DBG] pgmap v1469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:22.341619+0000 mgr.y (mgr.24491) 1685 : cluster [DBG] pgmap v1469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:22.341619+0000 mgr.y (mgr.24491) 1685 : cluster [DBG] pgmap v1469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:24.342414+0000 mgr.y (mgr.24491) 1686 : cluster [DBG] pgmap v1470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:24.342414+0000 mgr.y (mgr.24491) 1686 : cluster [DBG] pgmap v1470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:24.342414+0000 mgr.y (mgr.24491) 1686 : cluster [DBG] pgmap v1470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:27.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:26.342930+0000 mgr.y (mgr.24491) 1687 : cluster [DBG] pgmap v1471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:26.342930+0000 mgr.y (mgr.24491) 1687 : cluster [DBG] pgmap v1471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:26.342930+0000 mgr.y (mgr.24491) 1687 : cluster [DBG] pgmap v1471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:21:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:28.343475+0000 mgr.y (mgr.24491) 1688 : cluster [DBG] pgmap v1472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:28.343475+0000 mgr.y (mgr.24491) 1688 : cluster [DBG] pgmap v1472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:28.343475+0000 mgr.y (mgr.24491) 1688 : cluster [DBG] pgmap v1472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:31.420 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:21:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:30.344238+0000 mgr.y (mgr.24491) 1689 : cluster [DBG] pgmap v1473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:30.344238+0000 mgr.y (mgr.24491) 1689 : cluster [DBG] pgmap v1473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:30.344238+0000 mgr.y (mgr.24491) 1689 : cluster [DBG] pgmap v1473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:32.344821+0000 mgr.y (mgr.24491) 1690 : cluster [DBG] pgmap v1474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:32.344821+0000 mgr.y (mgr.24491) 1690 : cluster [DBG] pgmap v1474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:32.344821+0000 mgr.y (mgr.24491) 1690 : cluster [DBG] pgmap v1474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:34.345487+0000 mgr.y (mgr.24491) 1691 : cluster [DBG] pgmap v1475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:34.345487+0000 mgr.y (mgr.24491) 1691 : cluster [DBG] pgmap v1475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:34.345487+0000 mgr.y (mgr.24491) 1691 : cluster [DBG] pgmap v1475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:35.927 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:21:36.201 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:21:36.201 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (47m) 5m ago 48m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:21:36.201 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (48m) 5m ago 48m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:21:36.201 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (49m) 5m ago 49m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:21:36.201 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (49m) 5m ago 49m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:21:36.201 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (52m) 5m ago 52m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:21:36.201 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (54m) 5m ago 54m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:21:36.201 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (54m) 5m ago 54m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:21:36.201 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (53m) 5m ago 53m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:21:36.201 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (52m) 5m ago 52m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:21:36.202 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (48m) 5m ago 48m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:21:36.202 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (48m) 5m ago 48m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:21:36.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (52m) 5m ago 52m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:21:36.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (52m) 5m ago 52m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:21:36.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (51m) 5m ago 51m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:21:36.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (51m) 5m ago 51m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:21:36.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (50m) 5m ago 50m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:21:36.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (50m) 5m ago 50m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:21:36.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (50m) 5m ago 50m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:21:36.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (49m) 5m ago 49m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:21:36.202 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (47m) 5m ago 48m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:21:36.533 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:21:36.534 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:21:36.535 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:21:36.535 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:21:36.535 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:21:36.535 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:21:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:21:35.917261+0000 mgr.y (mgr.24491) 1692 : audit [DBG] from='client.26474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:21:36.195503+0000 mgr.y (mgr.24491) 1693 : audit [DBG] from='client.26480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:36.345829+0000 mgr.y (mgr.24491) 1694 : cluster [DBG] pgmap v1476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:21:36.535634+0000 mon.a (mon.0) 1055 : audit [DBG] from='client.? 172.21.15.177:0/2958455044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:21:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:21:35.917261+0000 mgr.y (mgr.24491) 1692 : audit [DBG] from='client.26474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:21:36.195503+0000 mgr.y (mgr.24491) 1693 : audit [DBG] from='client.26480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:36.345829+0000 mgr.y (mgr.24491) 1694 : cluster [DBG] pgmap v1476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:21:36.535634+0000 mon.a (mon.0) 1055 : audit [DBG] from='client.? 172.21.15.177:0/2958455044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:21:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:21:35.917261+0000 mgr.y (mgr.24491) 1692 : audit [DBG] from='client.26474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:21:36.195503+0000 mgr.y (mgr.24491) 1693 : audit [DBG] from='client.26480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:21:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:36.345829+0000 mgr.y (mgr.24491) 1694 : cluster [DBG] pgmap v1476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:21:36.535634+0000 mon.a (mon.0) 1055 : audit [DBG] from='client.? 172.21.15.177:0/2958455044' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:21:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T04:21:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:38.346342+0000 mgr.y (mgr.24491) 1695 : cluster [DBG] pgmap v1477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:38.346342+0000 mgr.y (mgr.24491) 1695 : cluster [DBG] pgmap v1477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:38.346342+0000 mgr.y (mgr.24491) 1695 : cluster [DBG] pgmap v1477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:41.404 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:21:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:40.347005+0000 mgr.y (mgr.24491) 1696 : cluster [DBG] pgmap v1478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:40.347005+0000 mgr.y (mgr.24491) 1696 : cluster [DBG] pgmap v1478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:40.347005+0000 mgr.y (mgr.24491) 1696 : cluster [DBG] pgmap v1478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:42.347561+0000 mgr.y (mgr.24491) 1697 : cluster [DBG] pgmap v1479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:42.347561+0000 mgr.y (mgr.24491) 1697 : cluster [DBG] pgmap v1479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:42.347561+0000 mgr.y (mgr.24491) 1697 : cluster [DBG] pgmap v1479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:44.348249+0000 mgr.y (mgr.24491) 1698 : cluster [DBG] pgmap v1480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:45.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:44.348249+0000 mgr.y (mgr.24491) 1698 : cluster [DBG] pgmap v1480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:44.348249+0000 mgr.y (mgr.24491) 1698 : cluster [DBG] pgmap v1480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:46.348789+0000 mgr.y (mgr.24491) 1699 : cluster [DBG] pgmap v1481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:21:46.936312+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:21:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:21:47.230140+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:21:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:21:47.230748+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:21:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:21:47.234959+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:21:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:46.348789+0000 mgr.y (mgr.24491) 1699 : cluster [DBG] pgmap v1481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:21:46.936312+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:21:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:21:47.230140+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:21:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:21:47.230748+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:21:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:21:47.234959+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:21:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:46.348789+0000 mgr.y (mgr.24491) 1699 : cluster [DBG] pgmap v1481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:21:46.936312+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:21:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:21:47.230140+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:21:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:21:47.230748+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:21:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:21:47.234959+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:21:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:21:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:48.349360+0000 mgr.y (mgr.24491) 1700 : cluster [DBG] pgmap v1482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:48.349360+0000 mgr.y (mgr.24491) 1700 : cluster [DBG] pgmap v1482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:48.349360+0000 mgr.y (mgr.24491) 1700 : cluster [DBG] pgmap v1482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:51.419 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:21:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:50.350157+0000 mgr.y (mgr.24491) 1701 : cluster [DBG] pgmap v1483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:50.350157+0000 mgr.y (mgr.24491) 1701 : cluster [DBG] pgmap v1483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:50.350157+0000 mgr.y (mgr.24491) 1701 : cluster [DBG] pgmap v1483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:52.350643+0000 mgr.y (mgr.24491) 1702 : cluster [DBG] pgmap v1484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:52.350643+0000 mgr.y (mgr.24491) 1702 : cluster [DBG] pgmap v1484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:52.350643+0000 mgr.y (mgr.24491) 1702 : cluster [DBG] pgmap v1484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:54.351406+0000 mgr.y (mgr.24491) 1703 : cluster [DBG] pgmap v1485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:54.351406+0000 mgr.y (mgr.24491) 1703 : cluster [DBG] pgmap v1485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:54.351406+0000 mgr.y (mgr.24491) 1703 : cluster [DBG] pgmap v1485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:56.351951+0000 mgr.y (mgr.24491) 1704 : cluster [DBG] pgmap v1486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:56.351951+0000 mgr.y (mgr.24491) 1704 : cluster [DBG] pgmap v1486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:56.351951+0000 mgr.y (mgr.24491) 1704 : cluster [DBG] pgmap v1486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:21:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:21:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:21:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:21:58.352337+0000 mgr.y (mgr.24491) 1705 : cluster [DBG] pgmap v1487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:21:58.352337+0000 mgr.y (mgr.24491) 1705 : cluster [DBG] pgmap v1487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:21:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:21:58.352337+0000 mgr.y (mgr.24491) 1705 : cluster [DBG] pgmap v1487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:01.411 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:22:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:00.353168+0000 mgr.y (mgr.24491) 1706 : cluster [DBG] pgmap v1488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:00.353168+0000 mgr.y (mgr.24491) 1706 : cluster [DBG] pgmap v1488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:00.353168+0000 mgr.y (mgr.24491) 1706 : cluster [DBG] pgmap v1488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:02.353651+0000 mgr.y (mgr.24491) 1707 : cluster [DBG] pgmap v1489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:02.353651+0000 mgr.y (mgr.24491) 1707 : cluster [DBG] pgmap v1489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:02.353651+0000 mgr.y (mgr.24491) 1707 : cluster [DBG] pgmap v1489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:04.354419+0000 mgr.y (mgr.24491) 1708 : cluster [DBG] pgmap v1490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:04.354419+0000 mgr.y (mgr.24491) 1708 : cluster [DBG] pgmap v1490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:04.354419+0000 mgr.y (mgr.24491) 1708 : cluster [DBG] pgmap v1490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:06.845 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:22:07.119 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:22:07.119 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (47m) 6m ago 48m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:22:07.119 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (48m) 6m ago 48m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (49m) 6m ago 49m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (49m) 6m ago 49m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (53m) 6m ago 53m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (54m) 6m ago 54m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (54m) 6m ago 55m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (53m) 6m ago 53m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (53m) 6m ago 53m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (49m) 6m ago 49m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (49m) 6m ago 49m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (52m) 6m ago 52m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (52m) 6m ago 52m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (52m) 6m ago 52m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (51m) 6m ago 51m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (51m) 6m ago 51m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (50m) 6m ago 50m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:22:07.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (50m) 6m ago 50m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:22:07.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (50m) 6m ago 50m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:22:07.121 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (47m) 6m ago 49m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:22:07.453 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:22:07.453 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:22:07.453 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:22:07.453 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:22:07.454 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:22:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:06.354793+0000 mgr.y (mgr.24491) 1709 : cluster [DBG] pgmap v1491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:06.354793+0000 mgr.y (mgr.24491) 1709 : cluster [DBG] pgmap v1491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:06.354793+0000 mgr.y (mgr.24491) 1709 : cluster [DBG] pgmap v1491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:22:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:22:06.834818+0000 mgr.y (mgr.24491) 1710 : audit [DBG] from='client.26492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:22:07.113738+0000 mgr.y (mgr.24491) 1711 : audit [DBG] from='client.26498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:22:07.455552+0000 mon.a (mon.0) 1060 : audit [DBG] from='client.? 172.21.15.177:0/4074765223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:22:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:22:06.834818+0000 mgr.y (mgr.24491) 1710 : audit [DBG] from='client.26492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:22:07.113738+0000 mgr.y (mgr.24491) 1711 : audit [DBG] from='client.26498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:22:07.455552+0000 mon.a (mon.0) 1060 : audit [DBG] from='client.? 172.21.15.177:0/4074765223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:22:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:22:06.834818+0000 mgr.y (mgr.24491) 1710 : audit [DBG] from='client.26492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:22:07.113738+0000 mgr.y (mgr.24491) 1711 : audit [DBG] from='client.26498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:22:07.455552+0000 mon.a (mon.0) 1060 : audit [DBG] from='client.? 172.21.15.177:0/4074765223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:22:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:08.355263+0000 mgr.y (mgr.24491) 1712 : cluster [DBG] pgmap v1492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:08.355263+0000 mgr.y (mgr.24491) 1712 : cluster [DBG] pgmap v1492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:08.355263+0000 mgr.y (mgr.24491) 1712 : cluster [DBG] pgmap v1492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:11.419 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:22:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:10.355970+0000 mgr.y (mgr.24491) 1713 : cluster [DBG] pgmap v1493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:10.355970+0000 mgr.y (mgr.24491) 1713 : cluster [DBG] pgmap v1493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:10.355970+0000 mgr.y (mgr.24491) 1713 : cluster [DBG] pgmap v1493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:12.356413+0000 mgr.y (mgr.24491) 1714 : cluster [DBG] pgmap v1494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:13.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:12.356413+0000 mgr.y (mgr.24491) 1714 : cluster [DBG] pgmap v1494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:12.356413+0000 mgr.y (mgr.24491) 1714 : cluster [DBG] pgmap v1494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:14.357212+0000 mgr.y (mgr.24491) 1715 : cluster [DBG] pgmap v1495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:14.357212+0000 mgr.y (mgr.24491) 1715 : cluster [DBG] pgmap v1495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:14.357212+0000 mgr.y (mgr.24491) 1715 : cluster [DBG] pgmap v1495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:17.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:16.357635+0000 mgr.y (mgr.24491) 1716 : cluster [DBG] pgmap v1496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:17.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:16.357635+0000 mgr.y (mgr.24491) 1716 : cluster [DBG] pgmap v1496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:16.357635+0000 mgr.y (mgr.24491) 1716 : cluster [DBG] pgmap v1496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:17] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:22:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:18.358161+0000 mgr.y (mgr.24491) 1717 : cluster [DBG] pgmap v1497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:18.358161+0000 mgr.y (mgr.24491) 1717 : cluster [DBG] pgmap v1497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:18.358161+0000 mgr.y (mgr.24491) 1717 : cluster [DBG] pgmap v1497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:21.411 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:22:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:20.358850+0000 mgr.y (mgr.24491) 1718 : cluster [DBG] pgmap v1498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:20.358850+0000 mgr.y (mgr.24491) 1718 : cluster [DBG] pgmap v1498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:20.358850+0000 mgr.y (mgr.24491) 1718 : cluster [DBG] pgmap v1498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:22.359248+0000 mgr.y (mgr.24491) 1719 : cluster [DBG] pgmap v1499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:22.359248+0000 mgr.y (mgr.24491) 1719 : cluster [DBG] pgmap v1499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:22.359248+0000 mgr.y (mgr.24491) 1719 : cluster [DBG] pgmap v1499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:24.359797+0000 mgr.y (mgr.24491) 1720 : cluster [DBG] pgmap v1500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:24.359797+0000 mgr.y (mgr.24491) 1720 : cluster [DBG] pgmap v1500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:24.359797+0000 mgr.y (mgr.24491) 1720 : cluster [DBG] pgmap v1500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:26.360245+0000 mgr.y (mgr.24491) 1721 : cluster [DBG] pgmap v1501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:26.360245+0000 mgr.y (mgr.24491) 1721 : cluster [DBG] pgmap v1501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:26.360245+0000 mgr.y (mgr.24491) 1721 : cluster [DBG] pgmap v1501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:27] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:22:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:28.360623+0000 mgr.y (mgr.24491) 1722 : cluster [DBG] pgmap v1502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:28.360623+0000 mgr.y (mgr.24491) 1722 : cluster [DBG] pgmap v1502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:28.360623+0000 mgr.y (mgr.24491) 1722 : cluster [DBG] pgmap v1502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:31.429 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:22:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:30.361305+0000 mgr.y (mgr.24491) 1723 : cluster [DBG] pgmap v1503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:30.361305+0000 mgr.y (mgr.24491) 1723 : cluster [DBG] pgmap v1503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:30.361305+0000 mgr.y (mgr.24491) 1723 : cluster [DBG] pgmap v1503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:32.361691+0000 mgr.y (mgr.24491) 1724 : cluster [DBG] pgmap v1504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:32.361691+0000 mgr.y (mgr.24491) 1724 : cluster [DBG] pgmap v1504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:32.361691+0000 mgr.y (mgr.24491) 1724 : cluster [DBG] pgmap v1504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:34.362362+0000 mgr.y (mgr.24491) 1725 : cluster [DBG] pgmap v1505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:34.362362+0000 mgr.y (mgr.24491) 1725 : cluster [DBG] pgmap v1505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:34.362362+0000 mgr.y (mgr.24491) 1725 : cluster [DBG] pgmap v1505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:37.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:36.362841+0000 mgr.y (mgr.24491) 1726 : cluster [DBG] pgmap v1506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:37.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:36.362841+0000 mgr.y (mgr.24491) 1726 : cluster [DBG] pgmap v1506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:36.362841+0000 mgr.y (mgr.24491) 1726 : cluster [DBG] pgmap v1506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:37.765 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:22:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:22:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (48m) 6m ago 49m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:22:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (49m) 6m ago 49m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:22:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (50m) 6m ago 50m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:22:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (50m) 6m ago 50m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:22:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (53m) 6m ago 53m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:22:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (55m) 6m ago 55m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (55m) 6m ago 55m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (54m) 6m ago 54m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (54m) 6m ago 54m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (49m) 6m ago 49m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (49m) 6m ago 49m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (53m) 6m ago 53m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (53m) 6m ago 53m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (52m) 6m ago 52m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (52m) 6m ago 52m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (51m) 6m ago 51m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (51m) 6m ago 51m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (51m) 6m ago 51m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (50m) 6m ago 50m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:22:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (48m) 6m ago 49m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:22:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:22:38.371 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:22:38.372 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:22:38.373 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:22:38.373 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:22:38.373 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:22:38.373 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:22:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:22:38.373819+0000 mon.c (mon.2) 88 : audit [DBG] from='client.? 172.21.15.177:0/206750723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:22:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:22:38.373819+0000 mon.c (mon.2) 88 : audit [DBG] from='client.? 172.21.15.177:0/206750723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:22:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:22:38.373819+0000 mon.c (mon.2) 88 : audit [DBG] from='client.? 172.21.15.177:0/206750723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:22:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:22:37.755314+0000 mgr.y (mgr.24491) 1727 : audit [DBG] from='client.26510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:22:38.032648+0000 mgr.y (mgr.24491) 1728 : audit [DBG] from='client.26516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:38.363195+0000 mgr.y (mgr.24491) 1729 : cluster [DBG] pgmap v1507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:22:37.755314+0000 mgr.y (mgr.24491) 1727 : audit [DBG] from='client.26510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:22:38.032648+0000 mgr.y (mgr.24491) 1728 : audit [DBG] from='client.26516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:38.363195+0000 mgr.y (mgr.24491) 1729 : cluster [DBG] pgmap v1507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:22:37.755314+0000 mgr.y (mgr.24491) 1727 : audit [DBG] from='client.26510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:22:38.032648+0000 mgr.y (mgr.24491) 1728 : audit [DBG] from='client.26516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:22:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:38.363195+0000 mgr.y (mgr.24491) 1729 : cluster [DBG] pgmap v1507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:41.428 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:22:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:40.363835+0000 mgr.y (mgr.24491) 1730 : cluster [DBG] pgmap v1508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:40.363835+0000 mgr.y (mgr.24491) 1730 : cluster [DBG] pgmap v1508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:40.363835+0000 mgr.y (mgr.24491) 1730 : cluster [DBG] pgmap v1508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:42.364318+0000 mgr.y (mgr.24491) 1731 : cluster [DBG] pgmap v1509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:42.364318+0000 mgr.y (mgr.24491) 1731 : cluster [DBG] pgmap v1509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:42.364318+0000 mgr.y (mgr.24491) 1731 : cluster [DBG] pgmap v1509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:44.364902+0000 mgr.y (mgr.24491) 1732 : cluster [DBG] pgmap v1510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:44.364902+0000 mgr.y (mgr.24491) 1732 : cluster [DBG] pgmap v1510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:44.364902+0000 mgr.y (mgr.24491) 1732 : cluster [DBG] pgmap v1510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:47.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:46.365308+0000 mgr.y (mgr.24491) 1733 : cluster [DBG] pgmap v1511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:47.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:22:47.239267+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:22:47.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:46.365308+0000 mgr.y (mgr.24491) 1733 : cluster [DBG] pgmap v1511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:47.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:22:47.239267+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:22:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:46.365308+0000 mgr.y (mgr.24491) 1733 : cluster [DBG] pgmap v1511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:22:47.239267+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:22:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:22:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:22:47.522012+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:22:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:22:47.522622+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:22:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:22:47.527082+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:22:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:22:47.522012+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:22:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:22:47.522622+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:22:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:22:47.527082+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:22:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:22:47.522012+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:22:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:22:47.522622+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:22:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:22:47.527082+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:22:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:48.365691+0000 mgr.y (mgr.24491) 1734 : cluster [DBG] pgmap v1512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:48.365691+0000 mgr.y (mgr.24491) 1734 : cluster [DBG] pgmap v1512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:48.365691+0000 mgr.y (mgr.24491) 1734 : cluster [DBG] pgmap v1512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:51.424 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:22:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:50.366468+0000 mgr.y (mgr.24491) 1735 : cluster [DBG] pgmap v1513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:50.366468+0000 mgr.y (mgr.24491) 1735 : cluster [DBG] pgmap v1513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:50.366468+0000 mgr.y (mgr.24491) 1735 : cluster [DBG] pgmap v1513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:52.366903+0000 mgr.y (mgr.24491) 1736 : cluster [DBG] pgmap v1514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:52.366903+0000 mgr.y (mgr.24491) 1736 : cluster [DBG] pgmap v1514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:52.366903+0000 mgr.y (mgr.24491) 1736 : cluster [DBG] pgmap v1514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:54.367674+0000 mgr.y (mgr.24491) 1737 : cluster [DBG] pgmap v1515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:54.367674+0000 mgr.y (mgr.24491) 1737 : cluster [DBG] pgmap v1515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:54.367674+0000 mgr.y (mgr.24491) 1737 : cluster [DBG] pgmap v1515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:57.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:56.368158+0000 mgr.y (mgr.24491) 1738 : cluster [DBG] pgmap v1516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:57.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:56.368158+0000 mgr.y (mgr.24491) 1738 : cluster [DBG] pgmap v1516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:56.368158+0000 mgr.y (mgr.24491) 1738 : cluster [DBG] pgmap v1516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:22:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:22:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:22:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:22:58.368618+0000 mgr.y (mgr.24491) 1739 : cluster [DBG] pgmap v1517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:22:58.368618+0000 mgr.y (mgr.24491) 1739 : cluster [DBG] pgmap v1517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:22:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:22:58.368618+0000 mgr.y (mgr.24491) 1739 : cluster [DBG] pgmap v1517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:01.424 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:23:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:00.369432+0000 mgr.y (mgr.24491) 1740 : cluster [DBG] pgmap v1518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:00.369432+0000 mgr.y (mgr.24491) 1740 : cluster [DBG] pgmap v1518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:00.369432+0000 mgr.y (mgr.24491) 1740 : cluster [DBG] pgmap v1518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:02.369828+0000 mgr.y (mgr.24491) 1741 : cluster [DBG] pgmap v1519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:02.369828+0000 mgr.y (mgr.24491) 1741 : cluster [DBG] pgmap v1519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:02.369828+0000 mgr.y (mgr.24491) 1741 : cluster [DBG] pgmap v1519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:04.370659+0000 mgr.y (mgr.24491) 1742 : cluster [DBG] pgmap v1520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:04.370659+0000 mgr.y (mgr.24491) 1742 : cluster [DBG] pgmap v1520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:04.370659+0000 mgr.y (mgr.24491) 1742 : cluster [DBG] pgmap v1520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:06.371119+0000 mgr.y (mgr.24491) 1743 : cluster [DBG] pgmap v1521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:07.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:06.371119+0000 mgr.y (mgr.24491) 1743 : cluster [DBG] pgmap v1521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:06.371119+0000 mgr.y (mgr.24491) 1743 : cluster [DBG] pgmap v1521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:23:08.683 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:23:08.954 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:23:08.954 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (48m) 7m ago 49m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:23:08.954 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (49m) 7m ago 49m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:23:08.954 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (50m) 7m ago 50m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (50m) 7m ago 50m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (54m) 7m ago 54m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (55m) 7m ago 55m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (56m) 7m ago 56m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (54m) 7m ago 54m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (54m) 7m ago 54m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (50m) 7m ago 50m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (50m) 7m ago 50m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (53m) 7m ago 53m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (53m) 7m ago 53m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (53m) 7m ago 53m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (52m) 7m ago 52m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:23:08.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (52m) 7m ago 52m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:23:08.956 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (51m) 7m ago 51m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:23:08.956 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (51m) 7m ago 51m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:23:08.956 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (51m) 7m ago 51m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:23:08.956 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (48m) 7m ago 50m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:23:09.287 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:23:09.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:23:09.289 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:23:09.289 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:23:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:08.371651+0000 mgr.y (mgr.24491) 1744 : cluster [DBG] pgmap v1522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:23:09.289739+0000 mon.c (mon.2) 89 : audit [DBG] from='client.? 172.21.15.177:0/218878542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:23:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:08.371651+0000 mgr.y (mgr.24491) 1744 : cluster [DBG] pgmap v1522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:23:09.289739+0000 mon.c (mon.2) 89 : audit [DBG] from='client.? 172.21.15.177:0/218878542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:23:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:08.371651+0000 mgr.y (mgr.24491) 1744 : cluster [DBG] pgmap v1522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:23:09.289739+0000 mon.c (mon.2) 89 : audit [DBG] from='client.? 172.21.15.177:0/218878542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:23:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:23:08.674043+0000 mgr.y (mgr.24491) 1745 : audit [DBG] from='client.16623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:23:08.948910+0000 mgr.y (mgr.24491) 1746 : audit [DBG] from='client.26534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:23:08.674043+0000 mgr.y (mgr.24491) 1745 : audit [DBG] from='client.16623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:23:08.948910+0000 mgr.y (mgr.24491) 1746 : audit [DBG] from='client.26534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:23:08.674043+0000 mgr.y (mgr.24491) 1745 : audit [DBG] from='client.16623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:23:08.948910+0000 mgr.y (mgr.24491) 1746 : audit [DBG] from='client.26534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:11.435 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:23:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:10.372459+0000 mgr.y (mgr.24491) 1747 : cluster [DBG] pgmap v1523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:11.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:10.372459+0000 mgr.y (mgr.24491) 1747 : cluster [DBG] pgmap v1523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:10.372459+0000 mgr.y (mgr.24491) 1747 : cluster [DBG] pgmap v1523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:12.372817+0000 mgr.y (mgr.24491) 1748 : cluster [DBG] pgmap v1524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:12.372817+0000 mgr.y (mgr.24491) 1748 : cluster [DBG] pgmap v1524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:12.372817+0000 mgr.y (mgr.24491) 1748 : cluster [DBG] pgmap v1524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:14.373347+0000 mgr.y (mgr.24491) 1749 : cluster [DBG] pgmap v1525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:14.373347+0000 mgr.y (mgr.24491) 1749 : cluster [DBG] pgmap v1525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:14.373347+0000 mgr.y (mgr.24491) 1749 : cluster [DBG] pgmap v1525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:17.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:16.373753+0000 mgr.y (mgr.24491) 1750 : cluster [DBG] pgmap v1526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:17.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:16.373753+0000 mgr.y (mgr.24491) 1750 : cluster [DBG] pgmap v1526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:16.373753+0000 mgr.y (mgr.24491) 1750 : cluster [DBG] pgmap v1526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:23:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:18.374296+0000 mgr.y (mgr.24491) 1751 : cluster [DBG] pgmap v1527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:18.374296+0000 mgr.y (mgr.24491) 1751 : cluster [DBG] pgmap v1527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:18.374296+0000 mgr.y (mgr.24491) 1751 : cluster [DBG] pgmap v1527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:21.434 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:23:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:20.375121+0000 mgr.y (mgr.24491) 1752 : cluster [DBG] pgmap v1528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:21.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:20.375121+0000 mgr.y (mgr.24491) 1752 : cluster [DBG] pgmap v1528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:20.375121+0000 mgr.y (mgr.24491) 1752 : cluster [DBG] pgmap v1528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:22.375692+0000 mgr.y (mgr.24491) 1753 : cluster [DBG] pgmap v1529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:23.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:22.375692+0000 mgr.y (mgr.24491) 1753 : cluster [DBG] pgmap v1529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:22.375692+0000 mgr.y (mgr.24491) 1753 : cluster [DBG] pgmap v1529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:24.376451+0000 mgr.y (mgr.24491) 1754 : cluster [DBG] pgmap v1530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:24.376451+0000 mgr.y (mgr.24491) 1754 : cluster [DBG] pgmap v1530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:24.376451+0000 mgr.y (mgr.24491) 1754 : cluster [DBG] pgmap v1530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:26.376877+0000 mgr.y (mgr.24491) 1755 : cluster [DBG] pgmap v1531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:26.376877+0000 mgr.y (mgr.24491) 1755 : cluster [DBG] pgmap v1531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:26.376877+0000 mgr.y (mgr.24491) 1755 : cluster [DBG] pgmap v1531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:23:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:28.377383+0000 mgr.y (mgr.24491) 1756 : cluster [DBG] pgmap v1532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:28.377383+0000 mgr.y (mgr.24491) 1756 : cluster [DBG] pgmap v1532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:28.377383+0000 mgr.y (mgr.24491) 1756 : cluster [DBG] pgmap v1532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:31.438 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:23:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:30.378231+0000 mgr.y (mgr.24491) 1757 : cluster [DBG] pgmap v1533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:30.378231+0000 mgr.y (mgr.24491) 1757 : cluster [DBG] pgmap v1533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:30.378231+0000 mgr.y (mgr.24491) 1757 : cluster [DBG] pgmap v1533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:32.378596+0000 mgr.y (mgr.24491) 1758 : cluster [DBG] pgmap v1534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:32.378596+0000 mgr.y (mgr.24491) 1758 : cluster [DBG] pgmap v1534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:32.378596+0000 mgr.y (mgr.24491) 1758 : cluster [DBG] pgmap v1534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:34.379192+0000 mgr.y (mgr.24491) 1759 : cluster [DBG] pgmap v1535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:34.379192+0000 mgr.y (mgr.24491) 1759 : cluster [DBG] pgmap v1535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:34.379192+0000 mgr.y (mgr.24491) 1759 : cluster [DBG] pgmap v1535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:37.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:36.379572+0000 mgr.y (mgr.24491) 1760 : cluster [DBG] pgmap v1536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:36.379572+0000 mgr.y (mgr.24491) 1760 : cluster [DBG] pgmap v1536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:36.379572+0000 mgr.y (mgr.24491) 1760 : cluster [DBG] pgmap v1536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T04:23:39.600 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:23:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:38.380081+0000 mgr.y (mgr.24491) 1761 : cluster [DBG] pgmap v1537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:23:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (49m) 7m ago 50m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:23:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (50m) 7m ago 50m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:23:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (51m) 7m ago 51m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:23:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (51m) 7m ago 51m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:23:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (54m) 7m ago 54m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:23:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (56m) 7m ago 56m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:23:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (56m) 7m ago 56m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:23:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (55m) 7m ago 55m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (55m) 7m ago 55m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (50m) 7m ago 50m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (50m) 7m ago 50m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (54m) 7m ago 54m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (54m) 7m ago 54m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (53m) 7m ago 53m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (53m) 7m ago 53m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (52m) 7m ago 52m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (52m) 7m ago 52m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (52m) 7m ago 52m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (51m) 7m ago 51m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:23:39.873 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (49m) 7m ago 50m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:23:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:38.380081+0000 mgr.y (mgr.24491) 1761 : cluster [DBG] pgmap v1537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:39.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:38.380081+0000 mgr.y (mgr.24491) 1761 : cluster [DBG] pgmap v1537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:40.205 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:23:40.205 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:23:40.205 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:23:40.205 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:23:40.205 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:23:40.206 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:23:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:23:40.207336+0000 mon.c (mon.2) 90 : audit [DBG] from='client.? 172.21.15.177:0/2921754963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:23:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:23:40.207336+0000 mon.c (mon.2) 90 : audit [DBG] from='client.? 172.21.15.177:0/2921754963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:23:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:23:40.207336+0000 mon.c (mon.2) 90 : audit [DBG] from='client.? 172.21.15.177:0/2921754963' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:23:41.447 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:23:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:23:39.589678+0000 mgr.y (mgr.24491) 1762 : audit [DBG] from='client.26546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:23:39.866679+0000 mgr.y (mgr.24491) 1763 : audit [DBG] from='client.16647 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:40.380815+0000 mgr.y (mgr.24491) 1764 : cluster [DBG] pgmap v1538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:23:39.589678+0000 mgr.y (mgr.24491) 1762 : audit [DBG] from='client.26546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:23:39.866679+0000 mgr.y (mgr.24491) 1763 : audit [DBG] from='client.16647 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:40.380815+0000 mgr.y (mgr.24491) 1764 : cluster [DBG] pgmap v1538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:23:39.589678+0000 mgr.y (mgr.24491) 1762 : audit [DBG] from='client.26546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:23:39.866679+0000 mgr.y (mgr.24491) 1763 : audit [DBG] from='client.16647 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:23:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:40.380815+0000 mgr.y (mgr.24491) 1764 : cluster [DBG] pgmap v1538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:42.381295+0000 mgr.y (mgr.24491) 1765 : cluster [DBG] pgmap v1539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:42.381295+0000 mgr.y (mgr.24491) 1765 : cluster [DBG] pgmap v1539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:42.381295+0000 mgr.y (mgr.24491) 1765 : cluster [DBG] pgmap v1539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:44.381895+0000 mgr.y (mgr.24491) 1766 : cluster [DBG] pgmap v1540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:44.381895+0000 mgr.y (mgr.24491) 1766 : cluster [DBG] pgmap v1540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:44.381895+0000 mgr.y (mgr.24491) 1766 : cluster [DBG] pgmap v1540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:47.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:46.382422+0000 mgr.y (mgr.24491) 1767 : cluster [DBG] pgmap v1541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:46.382422+0000 mgr.y (mgr.24491) 1767 : cluster [DBG] pgmap v1541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:46.382422+0000 mgr.y (mgr.24491) 1767 : cluster [DBG] pgmap v1541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:23:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:23:47.531397+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:23:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:23:47.812582+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:23:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:23:47.813218+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:23:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:23:47.817899+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:23:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:23:47.531397+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:23:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:23:47.812582+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:23:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:23:47.813218+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:23:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:23:47.817899+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:23:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:23:47.531397+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:23:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:23:47.812582+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:23:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:23:47.813218+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:23:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:23:47.817899+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:23:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:48.383017+0000 mgr.y (mgr.24491) 1768 : cluster [DBG] pgmap v1542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:49.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:48.383017+0000 mgr.y (mgr.24491) 1768 : cluster [DBG] pgmap v1542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:48.383017+0000 mgr.y (mgr.24491) 1768 : cluster [DBG] pgmap v1542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:50.383715+0000 mgr.y (mgr.24491) 1769 : cluster [DBG] pgmap v1543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:50.383715+0000 mgr.y (mgr.24491) 1769 : cluster [DBG] pgmap v1543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:50.383715+0000 mgr.y (mgr.24491) 1769 : cluster [DBG] pgmap v1543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:23:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:52.384135+0000 mgr.y (mgr.24491) 1770 : cluster [DBG] pgmap v1544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:52.384135+0000 mgr.y (mgr.24491) 1770 : cluster [DBG] pgmap v1544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:52.384135+0000 mgr.y (mgr.24491) 1770 : cluster [DBG] pgmap v1544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:54.384963+0000 mgr.y (mgr.24491) 1771 : cluster [DBG] pgmap v1545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:54.384963+0000 mgr.y (mgr.24491) 1771 : cluster [DBG] pgmap v1545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:54.384963+0000 mgr.y (mgr.24491) 1771 : cluster [DBG] pgmap v1545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:56.385416+0000 mgr.y (mgr.24491) 1772 : cluster [DBG] pgmap v1546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:56.385416+0000 mgr.y (mgr.24491) 1772 : cluster [DBG] pgmap v1546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:56.385416+0000 mgr.y (mgr.24491) 1772 : cluster [DBG] pgmap v1546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:23:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:23:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:23:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:23:58.385825+0000 mgr.y (mgr.24491) 1773 : cluster [DBG] pgmap v1547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:23:58.385825+0000 mgr.y (mgr.24491) 1773 : cluster [DBG] pgmap v1547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:23:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:23:58.385825+0000 mgr.y (mgr.24491) 1773 : cluster [DBG] pgmap v1547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:01.442 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:24:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:00.386535+0000 mgr.y (mgr.24491) 1774 : cluster [DBG] pgmap v1548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:00.386535+0000 mgr.y (mgr.24491) 1774 : cluster [DBG] pgmap v1548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:00.386535+0000 mgr.y (mgr.24491) 1774 : cluster [DBG] pgmap v1548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:02.387027+0000 mgr.y (mgr.24491) 1775 : cluster [DBG] pgmap v1549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:02.387027+0000 mgr.y (mgr.24491) 1775 : cluster [DBG] pgmap v1549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:02.387027+0000 mgr.y (mgr.24491) 1775 : cluster [DBG] pgmap v1549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:04.387811+0000 mgr.y (mgr.24491) 1776 : cluster [DBG] pgmap v1550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:04.387811+0000 mgr.y (mgr.24491) 1776 : cluster [DBG] pgmap v1550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:04.387811+0000 mgr.y (mgr.24491) 1776 : cluster [DBG] pgmap v1550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:06.388306+0000 mgr.y (mgr.24491) 1777 : cluster [DBG] pgmap v1551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:07.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:06.388306+0000 mgr.y (mgr.24491) 1777 : cluster [DBG] pgmap v1551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:06.388306+0000 mgr.y (mgr.24491) 1777 : cluster [DBG] pgmap v1551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:24:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:08.388775+0000 mgr.y (mgr.24491) 1778 : cluster [DBG] pgmap v1552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:08.388775+0000 mgr.y (mgr.24491) 1778 : cluster [DBG] pgmap v1552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:08.388775+0000 mgr.y (mgr.24491) 1778 : cluster [DBG] pgmap v1552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:10.517 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:24:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:10.389385+0000 mgr.y (mgr.24491) 1779 : cluster [DBG] pgmap v1553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:10.794 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:24:10.794 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (49m) 8m ago 50m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:24:10.794 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (50m) 8m ago 50m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:24:10.794 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (51m) 8m ago 51m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:24:10.794 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (51m) 8m ago 51m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:24:10.794 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (55m) 8m ago 55m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:24:10.794 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (57m) 8m ago 57m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:24:10.794 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (57m) 8m ago 57m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:24:10.794 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (55m) 8m ago 55m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:24:10.794 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (55m) 8m ago 55m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:24:10.794 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (51m) 8m ago 51m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:24:10.795 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (51m) 8m ago 51m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:24:10.795 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (54m) 8m ago 54m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:24:10.795 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (54m) 8m ago 54m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:24:10.795 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (54m) 8m ago 54m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:24:10.795 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (53m) 8m ago 53m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:24:10.795 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (53m) 8m ago 53m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:24:10.795 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (53m) 8m ago 53m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:24:10.795 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (52m) 8m ago 52m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:24:10.795 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (52m) 8m ago 52m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:24:10.795 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (49m) 8m ago 51m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:24:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:10.389385+0000 mgr.y (mgr.24491) 1779 : cluster [DBG] pgmap v1553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:10.389385+0000 mgr.y (mgr.24491) 1779 : cluster [DBG] pgmap v1553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:11.129 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:24:11.129 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:24:11.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:24:11.129 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:24:11.129 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:24:11.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:24:11.130 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:24:11.130 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:24:11.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:24:11.130 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:24:11.130 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:24:11.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:24:11.130 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:24:11.130 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:24:11.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:24:11.130 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:24:11.130 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:24:11.455 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:24:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:24:10.507426+0000 mgr.y (mgr.24491) 1780 : audit [DBG] from='client.16659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:24:10.788226+0000 mgr.y (mgr.24491) 1781 : audit [DBG] from='client.16665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:24:11.131338+0000 mon.c (mon.2) 91 : audit [DBG] from='client.? 172.21.15.177:0/3294123575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:24:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:24:10.507426+0000 mgr.y (mgr.24491) 1780 : audit [DBG] from='client.16659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:24:10.788226+0000 mgr.y (mgr.24491) 1781 : audit [DBG] from='client.16665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:24:11.131338+0000 mon.c (mon.2) 91 : audit [DBG] from='client.? 172.21.15.177:0/3294123575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:24:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:24:10.507426+0000 mgr.y (mgr.24491) 1780 : audit [DBG] from='client.16659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:24:10.788226+0000 mgr.y (mgr.24491) 1781 : audit [DBG] from='client.16665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:24:11.131338+0000 mon.c (mon.2) 91 : audit [DBG] from='client.? 172.21.15.177:0/3294123575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:24:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:12.389870+0000 mgr.y (mgr.24491) 1782 : cluster [DBG] pgmap v1554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:12.389870+0000 mgr.y (mgr.24491) 1782 : cluster [DBG] pgmap v1554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:12.389870+0000 mgr.y (mgr.24491) 1782 : cluster [DBG] pgmap v1554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:14.390703+0000 mgr.y (mgr.24491) 1783 : cluster [DBG] pgmap v1555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:14.390703+0000 mgr.y (mgr.24491) 1783 : cluster [DBG] pgmap v1555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:14.390703+0000 mgr.y (mgr.24491) 1783 : cluster [DBG] pgmap v1555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:16.391180+0000 mgr.y (mgr.24491) 1784 : cluster [DBG] pgmap v1556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:16.391180+0000 mgr.y (mgr.24491) 1784 : cluster [DBG] pgmap v1556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:16.391180+0000 mgr.y (mgr.24491) 1784 : cluster [DBG] pgmap v1556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:24:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:18.391723+0000 mgr.y (mgr.24491) 1785 : cluster [DBG] pgmap v1557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:18.391723+0000 mgr.y (mgr.24491) 1785 : cluster [DBG] pgmap v1557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:18.391723+0000 mgr.y (mgr.24491) 1785 : cluster [DBG] pgmap v1557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:20.392386+0000 mgr.y (mgr.24491) 1786 : cluster [DBG] pgmap v1558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:20.392386+0000 mgr.y (mgr.24491) 1786 : cluster [DBG] pgmap v1558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:20.392386+0000 mgr.y (mgr.24491) 1786 : cluster [DBG] pgmap v1558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:24:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:22.392882+0000 mgr.y (mgr.24491) 1787 : cluster [DBG] pgmap v1559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:22.392882+0000 mgr.y (mgr.24491) 1787 : cluster [DBG] pgmap v1559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:22.392882+0000 mgr.y (mgr.24491) 1787 : cluster [DBG] pgmap v1559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:24.393634+0000 mgr.y (mgr.24491) 1788 : cluster [DBG] pgmap v1560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:24.393634+0000 mgr.y (mgr.24491) 1788 : cluster [DBG] pgmap v1560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:24.393634+0000 mgr.y (mgr.24491) 1788 : cluster [DBG] pgmap v1560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:27.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:26.394140+0000 mgr.y (mgr.24491) 1789 : cluster [DBG] pgmap v1561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:26.394140+0000 mgr.y (mgr.24491) 1789 : cluster [DBG] pgmap v1561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:26.394140+0000 mgr.y (mgr.24491) 1789 : cluster [DBG] pgmap v1561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T04:24:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:28.394553+0000 mgr.y (mgr.24491) 1790 : cluster [DBG] pgmap v1562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:28.394553+0000 mgr.y (mgr.24491) 1790 : cluster [DBG] pgmap v1562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:28.394553+0000 mgr.y (mgr.24491) 1790 : cluster [DBG] pgmap v1562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:31.448 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:24:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:30.395346+0000 mgr.y (mgr.24491) 1791 : cluster [DBG] pgmap v1563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:30.395346+0000 mgr.y (mgr.24491) 1791 : cluster [DBG] pgmap v1563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:30.395346+0000 mgr.y (mgr.24491) 1791 : cluster [DBG] pgmap v1563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:32.395881+0000 mgr.y (mgr.24491) 1792 : cluster [DBG] pgmap v1564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:32.395881+0000 mgr.y (mgr.24491) 1792 : cluster [DBG] pgmap v1564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:32.395881+0000 mgr.y (mgr.24491) 1792 : cluster [DBG] pgmap v1564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:34.396541+0000 mgr.y (mgr.24491) 1793 : cluster [DBG] pgmap v1565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:34.396541+0000 mgr.y (mgr.24491) 1793 : cluster [DBG] pgmap v1565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:34.396541+0000 mgr.y (mgr.24491) 1793 : cluster [DBG] pgmap v1565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:36.397094+0000 mgr.y (mgr.24491) 1794 : cluster [DBG] pgmap v1566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:36.397094+0000 mgr.y (mgr.24491) 1794 : cluster [DBG] pgmap v1566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:36.397094+0000 mgr.y (mgr.24491) 1794 : cluster [DBG] pgmap v1566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:24:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:38.397601+0000 mgr.y (mgr.24491) 1795 : cluster [DBG] pgmap v1567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:38.397601+0000 mgr.y (mgr.24491) 1795 : cluster [DBG] pgmap v1567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:38.397601+0000 mgr.y (mgr.24491) 1795 : cluster [DBG] pgmap v1567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:40.398439+0000 mgr.y (mgr.24491) 1796 : cluster [DBG] pgmap v1568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:40.398439+0000 mgr.y (mgr.24491) 1796 : cluster [DBG] pgmap v1568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:40.398439+0000 mgr.y (mgr.24491) 1796 : cluster [DBG] pgmap v1568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:41.440 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:24:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:24:41.715 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:24:41.715 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (50m) 8m ago 51m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:24:41.715 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (51m) 8m ago 51m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:24:41.715 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (52m) 8m ago 52m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:24:41.715 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (52m) 8m ago 52m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:24:41.715 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (55m) 8m ago 55m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:24:41.715 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (57m) 8m ago 57m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:24:41.715 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (57m) 8m ago 57m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:24:41.715 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (56m) 8m ago 56m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:24:41.715 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (56m) 8m ago 56m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:24:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (51m) 8m ago 51m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:24:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (51m) 8m ago 51m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:24:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (55m) 8m ago 55m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:24:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (55m) 8m ago 55m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:24:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (54m) 8m ago 54m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:24:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (54m) 8m ago 54m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:24:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (53m) 8m ago 53m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:24:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (53m) 8m ago 53m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:24:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (53m) 8m ago 53m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:24:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (52m) 8m ago 52m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:24:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (50m) 8m ago 51m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:24:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:24:41.430313+0000 mgr.y (mgr.24491) 1797 : audit [DBG] from='client.26582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:24:41.430313+0000 mgr.y (mgr.24491) 1797 : audit [DBG] from='client.26582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:24:41.430313+0000 mgr.y (mgr.24491) 1797 : audit [DBG] from='client.26582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:42.048 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:24:42.049 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:24:42.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:24:42.050 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:24:42.050 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:24:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:24:41.709652+0000 mgr.y (mgr.24491) 1798 : audit [DBG] from='client.16683 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:24:42.050862+0000 mon.a (mon.0) 1069 : audit [DBG] from='client.? 172.21.15.177:0/4029597129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:24:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:42.398827+0000 mgr.y (mgr.24491) 1799 : cluster [DBG] pgmap v1569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:24:41.709652+0000 mgr.y (mgr.24491) 1798 : audit [DBG] from='client.16683 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:24:42.050862+0000 mon.a (mon.0) 1069 : audit [DBG] from='client.? 172.21.15.177:0/4029597129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:24:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:42.398827+0000 mgr.y (mgr.24491) 1799 : cluster [DBG] pgmap v1569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:24:41.709652+0000 mgr.y (mgr.24491) 1798 : audit [DBG] from='client.16683 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:24:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:24:42.050862+0000 mon.a (mon.0) 1069 : audit [DBG] from='client.? 172.21.15.177:0/4029597129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:24:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:42.398827+0000 mgr.y (mgr.24491) 1799 : cluster [DBG] pgmap v1569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:44.399520+0000 mgr.y (mgr.24491) 1800 : cluster [DBG] pgmap v1570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:44.399520+0000 mgr.y (mgr.24491) 1800 : cluster [DBG] pgmap v1570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:44.399520+0000 mgr.y (mgr.24491) 1800 : cluster [DBG] pgmap v1570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:46.399915+0000 mgr.y (mgr.24491) 1801 : cluster [DBG] pgmap v1571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:46.399915+0000 mgr.y (mgr.24491) 1801 : cluster [DBG] pgmap v1571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:46.399915+0000 mgr.y (mgr.24491) 1801 : cluster [DBG] pgmap v1571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:24:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:24:47.822254+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:24:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:24:47.822254+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:24:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:24:47.822254+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:24:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:24:48.115094+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:24:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:24:48.115806+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:24:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:24:48.120150+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:24:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:48.400245+0000 mgr.y (mgr.24491) 1802 : cluster [DBG] pgmap v1572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:24:48.115094+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:24:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:24:48.115806+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:24:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:24:48.120150+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:24:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:48.400245+0000 mgr.y (mgr.24491) 1802 : cluster [DBG] pgmap v1572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:24:48.115094+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:24:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:24:48.115806+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:24:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:24:48.120150+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:24:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:48.400245+0000 mgr.y (mgr.24491) 1802 : cluster [DBG] pgmap v1572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:50.400918+0000 mgr.y (mgr.24491) 1803 : cluster [DBG] pgmap v1573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:50.400918+0000 mgr.y (mgr.24491) 1803 : cluster [DBG] pgmap v1573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:50.400918+0000 mgr.y (mgr.24491) 1803 : cluster [DBG] pgmap v1573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:24:52.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:52.401467+0000 mgr.y (mgr.24491) 1804 : cluster [DBG] pgmap v1574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:52.401467+0000 mgr.y (mgr.24491) 1804 : cluster [DBG] pgmap v1574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:52.401467+0000 mgr.y (mgr.24491) 1804 : cluster [DBG] pgmap v1574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:54.402082+0000 mgr.y (mgr.24491) 1805 : cluster [DBG] pgmap v1575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:54.402082+0000 mgr.y (mgr.24491) 1805 : cluster [DBG] pgmap v1575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:54.402082+0000 mgr.y (mgr.24491) 1805 : cluster [DBG] pgmap v1575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:56.402416+0000 mgr.y (mgr.24491) 1806 : cluster [DBG] pgmap v1576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:56.402416+0000 mgr.y (mgr.24491) 1806 : cluster [DBG] pgmap v1576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:56.402416+0000 mgr.y (mgr.24491) 1806 : cluster [DBG] pgmap v1576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:24:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T04:24:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:24:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:24:58.402875+0000 mgr.y (mgr.24491) 1807 : cluster [DBG] pgmap v1577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:24:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:24:58.402875+0000 mgr.y (mgr.24491) 1807 : cluster [DBG] pgmap v1577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:24:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:24:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:24:58.402875+0000 mgr.y (mgr.24491) 1807 : cluster [DBG] pgmap v1577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:00.403487+0000 mgr.y (mgr.24491) 1808 : cluster [DBG] pgmap v1578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:00.403487+0000 mgr.y (mgr.24491) 1808 : cluster [DBG] pgmap v1578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:00.403487+0000 mgr.y (mgr.24491) 1808 : cluster [DBG] pgmap v1578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:25:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:02.403964+0000 mgr.y (mgr.24491) 1809 : cluster [DBG] pgmap v1579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:02.403964+0000 mgr.y (mgr.24491) 1809 : cluster [DBG] pgmap v1579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:02.403964+0000 mgr.y (mgr.24491) 1809 : cluster [DBG] pgmap v1579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:04.404784+0000 mgr.y (mgr.24491) 1810 : cluster [DBG] pgmap v1580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:04.404784+0000 mgr.y (mgr.24491) 1810 : cluster [DBG] pgmap v1580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:04.404784+0000 mgr.y (mgr.24491) 1810 : cluster [DBG] pgmap v1580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:06.405203+0000 mgr.y (mgr.24491) 1811 : cluster [DBG] pgmap v1581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:06.405203+0000 mgr.y (mgr.24491) 1811 : cluster [DBG] pgmap v1581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:06.405203+0000 mgr.y (mgr.24491) 1811 : cluster [DBG] pgmap v1581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T04:25:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:08.405653+0000 mgr.y (mgr.24491) 1812 : cluster [DBG] pgmap v1582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:08.405653+0000 mgr.y (mgr.24491) 1812 : cluster [DBG] pgmap v1582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:08.405653+0000 mgr.y (mgr.24491) 1812 : cluster [DBG] pgmap v1582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:10.406338+0000 mgr.y (mgr.24491) 1813 : cluster [DBG] pgmap v1583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:10.406338+0000 mgr.y (mgr.24491) 1813 : cluster [DBG] pgmap v1583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:10.406338+0000 mgr.y (mgr.24491) 1813 : cluster [DBG] pgmap v1583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:25:12.360 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:25:12.640 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:25:12.640 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (51m) 9m ago 51m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:25:12.640 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (51m) 9m ago 51m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:25:12.640 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (52m) 9m ago 52m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:25:12.640 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (52m) 9m ago 52m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:25:12.640 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (56m) 9m ago 56m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:25:12.640 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (58m) 9m ago 58m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (58m) 9m ago 58m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (56m) 9m ago 56m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (56m) 9m ago 56m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (52m) 9m ago 52m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (52m) 9m ago 52m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (56m) 9m ago 56m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (55m) 9m ago 55m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (55m) 9m ago 55m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (54m) 9m ago 54m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (54m) 9m ago 54m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (54m) 9m ago 54m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (53m) 9m ago 53m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (53m) 9m ago 53m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:25:12.641 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (50m) 9m ago 52m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:25:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:12.350141+0000 mgr.y (mgr.24491) 1814 : audit [DBG] from='client.26600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:12.406735+0000 mgr.y (mgr.24491) 1815 : cluster [DBG] pgmap v1584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:12.350141+0000 mgr.y (mgr.24491) 1814 : audit [DBG] from='client.26600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:12.406735+0000 mgr.y (mgr.24491) 1815 : cluster [DBG] pgmap v1584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:12.973 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:25:12.973 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:25:12.973 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:25:12.973 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:25:12.973 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:25:12.973 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:25:12.973 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:25:12.973 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:25:12.973 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:25:12.973 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:25:12.973 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:25:12.974 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:25:12.974 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:25:12.974 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:25:12.974 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:25:12.974 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:25:12.974 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:25:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:12.350141+0000 mgr.y (mgr.24491) 1814 : audit [DBG] from='client.26600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:12.406735+0000 mgr.y (mgr.24491) 1815 : cluster [DBG] pgmap v1584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:12.634576+0000 mgr.y (mgr.24491) 1816 : audit [DBG] from='client.16701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:12.975149+0000 mon.c (mon.2) 92 : audit [DBG] from='client.? 172.21.15.177:0/1221632379' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:25:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:12.634576+0000 mgr.y (mgr.24491) 1816 : audit [DBG] from='client.16701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:12.975149+0000 mon.c (mon.2) 92 : audit [DBG] from='client.? 172.21.15.177:0/1221632379' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:25:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:12.634576+0000 mgr.y (mgr.24491) 1816 : audit [DBG] from='client.16701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:12.975149+0000 mon.c (mon.2) 92 : audit [DBG] from='client.? 172.21.15.177:0/1221632379' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:25:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:14.407381+0000 mgr.y (mgr.24491) 1817 : cluster [DBG] pgmap v1585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:14.407381+0000 mgr.y (mgr.24491) 1817 : cluster [DBG] pgmap v1585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:14.407381+0000 mgr.y (mgr.24491) 1817 : cluster [DBG] pgmap v1585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:16.407771+0000 mgr.y (mgr.24491) 1818 : cluster [DBG] pgmap v1586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:16.407771+0000 mgr.y (mgr.24491) 1818 : cluster [DBG] pgmap v1586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:16.407771+0000 mgr.y (mgr.24491) 1818 : cluster [DBG] pgmap v1586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:17] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:25:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:18.408301+0000 mgr.y (mgr.24491) 1819 : cluster [DBG] pgmap v1587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:18.408301+0000 mgr.y (mgr.24491) 1819 : cluster [DBG] pgmap v1587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:18.408301+0000 mgr.y (mgr.24491) 1819 : cluster [DBG] pgmap v1587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:20.408827+0000 mgr.y (mgr.24491) 1820 : cluster [DBG] pgmap v1588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:20.408827+0000 mgr.y (mgr.24491) 1820 : cluster [DBG] pgmap v1588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:20.408827+0000 mgr.y (mgr.24491) 1820 : cluster [DBG] pgmap v1588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:25:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:22.409427+0000 mgr.y (mgr.24491) 1821 : cluster [DBG] pgmap v1589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:22.409427+0000 mgr.y (mgr.24491) 1821 : cluster [DBG] pgmap v1589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:22.409427+0000 mgr.y (mgr.24491) 1821 : cluster [DBG] pgmap v1589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:24.410224+0000 mgr.y (mgr.24491) 1822 : cluster [DBG] pgmap v1590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:24.410224+0000 mgr.y (mgr.24491) 1822 : cluster [DBG] pgmap v1590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:24.410224+0000 mgr.y (mgr.24491) 1822 : cluster [DBG] pgmap v1590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:26.410767+0000 mgr.y (mgr.24491) 1823 : cluster [DBG] pgmap v1591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:26.410767+0000 mgr.y (mgr.24491) 1823 : cluster [DBG] pgmap v1591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:26.410767+0000 mgr.y (mgr.24491) 1823 : cluster [DBG] pgmap v1591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:27] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:25:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:28.411224+0000 mgr.y (mgr.24491) 1824 : cluster [DBG] pgmap v1592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:28.411224+0000 mgr.y (mgr.24491) 1824 : cluster [DBG] pgmap v1592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:28.411224+0000 mgr.y (mgr.24491) 1824 : cluster [DBG] pgmap v1592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:30.412026+0000 mgr.y (mgr.24491) 1825 : cluster [DBG] pgmap v1593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:30.412026+0000 mgr.y (mgr.24491) 1825 : cluster [DBG] pgmap v1593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:30.412026+0000 mgr.y (mgr.24491) 1825 : cluster [DBG] pgmap v1593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:25:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:32.412435+0000 mgr.y (mgr.24491) 1826 : cluster [DBG] pgmap v1594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:32.412435+0000 mgr.y (mgr.24491) 1826 : cluster [DBG] pgmap v1594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:32.412435+0000 mgr.y (mgr.24491) 1826 : cluster [DBG] pgmap v1594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:34.413065+0000 mgr.y (mgr.24491) 1827 : cluster [DBG] pgmap v1595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:34.413065+0000 mgr.y (mgr.24491) 1827 : cluster [DBG] pgmap v1595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:34.413065+0000 mgr.y (mgr.24491) 1827 : cluster [DBG] pgmap v1595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:36.413429+0000 mgr.y (mgr.24491) 1828 : cluster [DBG] pgmap v1596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:36.413429+0000 mgr.y (mgr.24491) 1828 : cluster [DBG] pgmap v1596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:36.413429+0000 mgr.y (mgr.24491) 1828 : cluster [DBG] pgmap v1596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:25:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:38.413835+0000 mgr.y (mgr.24491) 1829 : cluster [DBG] pgmap v1597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:38.413835+0000 mgr.y (mgr.24491) 1829 : cluster [DBG] pgmap v1597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:38.413835+0000 mgr.y (mgr.24491) 1829 : cluster [DBG] pgmap v1597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:40.414547+0000 mgr.y (mgr.24491) 1830 : cluster [DBG] pgmap v1598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:40.414547+0000 mgr.y (mgr.24491) 1830 : cluster [DBG] pgmap v1598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:40.414547+0000 mgr.y (mgr.24491) 1830 : cluster [DBG] pgmap v1598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:25:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:42.415061+0000 mgr.y (mgr.24491) 1831 : cluster [DBG] pgmap v1599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:42.415061+0000 mgr.y (mgr.24491) 1831 : cluster [DBG] pgmap v1599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:42.415061+0000 mgr.y (mgr.24491) 1831 : cluster [DBG] pgmap v1599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:43.281 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:25:43.560 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:25:43.560 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (51m) 9m ago 52m 26.2M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (52m) 9m ago 52m 61.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (53m) 9m ago 53m 21.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (53m) 9m ago 53m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (56m) 9m ago 56m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (58m) 9m ago 58m 454M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (58m) 9m ago 58m 140M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (57m) 9m ago 57m 86.9M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (57m) 9m ago 57m 89.5M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (52m) 9m ago 52m 24.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (52m) 9m ago 52m 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (56m) 9m ago 56m 43.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (56m) 9m ago 56m 43.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:25:43.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (55m) 9m ago 55m 39.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:25:43.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (55m) 9m ago 55m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:25:43.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (54m) 9m ago 54m 42.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:25:43.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (54m) 9m ago 54m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:25:43.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (54m) 9m ago 54m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:25:43.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (53m) 9m ago 53m 41.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:25:43.562 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (51m) 9m ago 52m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:25:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:43.271816+0000 mgr.y (mgr.24491) 1832 : audit [DBG] from='client.26618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:43.271816+0000 mgr.y (mgr.24491) 1832 : audit [DBG] from='client.26618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:43.899 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:25:43.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:25:43.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:25:43.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:25:43.900 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:25:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:43.271816+0000 mgr.y (mgr.24491) 1832 : audit [DBG] from='client.26618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:43.555307+0000 mgr.y (mgr.24491) 1833 : audit [DBG] from='client.16719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:43.901841+0000 mon.a (mon.0) 1074 : audit [DBG] from='client.? 172.21.15.177:0/4165603757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:25:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:44.415699+0000 mgr.y (mgr.24491) 1834 : cluster [DBG] pgmap v1600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:43.555307+0000 mgr.y (mgr.24491) 1833 : audit [DBG] from='client.16719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:43.901841+0000 mon.a (mon.0) 1074 : audit [DBG] from='client.? 172.21.15.177:0/4165603757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:25:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:44.415699+0000 mgr.y (mgr.24491) 1834 : cluster [DBG] pgmap v1600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:43.555307+0000 mgr.y (mgr.24491) 1833 : audit [DBG] from='client.16719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:25:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:43.901841+0000 mon.a (mon.0) 1074 : audit [DBG] from='client.? 172.21.15.177:0/4165603757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:25:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:44.415699+0000 mgr.y (mgr.24491) 1834 : cluster [DBG] pgmap v1600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:46.416078+0000 mgr.y (mgr.24491) 1835 : cluster [DBG] pgmap v1601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:46.416078+0000 mgr.y (mgr.24491) 1835 : cluster [DBG] pgmap v1601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:46.416078+0000 mgr.y (mgr.24491) 1835 : cluster [DBG] pgmap v1601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:47] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:25:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:48.124600+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:25:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:48.124600+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:25:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:48.124600+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:25:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:48.416431+0000 mgr.y (mgr.24491) 1836 : cluster [DBG] pgmap v1602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:48.416431+0000 mgr.y (mgr.24491) 1836 : cluster [DBG] pgmap v1602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:48.416431+0000 mgr.y (mgr.24491) 1836 : cluster [DBG] pgmap v1602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:50.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:50.417026+0000 mgr.y (mgr.24491) 1837 : cluster [DBG] pgmap v1603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:50.417026+0000 mgr.y (mgr.24491) 1837 : cluster [DBG] pgmap v1603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:50.417026+0000 mgr.y (mgr.24491) 1837 : cluster [DBG] pgmap v1603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:25:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:50.928236+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:25:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:51.442390+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:25:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:51.720551+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:25:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:51.721211+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:25:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:25:51.726235+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:25:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:50.928236+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:25:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:51.442390+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:25:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:51.720551+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:25:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:51.721211+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:25:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:25:51.726235+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:25:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:50.928236+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:25:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:51.442390+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:25:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:51.720551+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:25:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:51.721211+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:25:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:25:51.726235+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:25:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:52.417429+0000 mgr.y (mgr.24491) 1838 : cluster [DBG] pgmap v1604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:53.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:52.417429+0000 mgr.y (mgr.24491) 1838 : cluster [DBG] pgmap v1604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:52.417429+0000 mgr.y (mgr.24491) 1838 : cluster [DBG] pgmap v1604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:54.418097+0000 mgr.y (mgr.24491) 1839 : cluster [DBG] pgmap v1605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:54.418097+0000 mgr.y (mgr.24491) 1839 : cluster [DBG] pgmap v1605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:54.418097+0000 mgr.y (mgr.24491) 1839 : cluster [DBG] pgmap v1605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:56.418450+0000 mgr.y (mgr.24491) 1840 : cluster [DBG] pgmap v1606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:56.418450+0000 mgr.y (mgr.24491) 1840 : cluster [DBG] pgmap v1606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:56.418450+0000 mgr.y (mgr.24491) 1840 : cluster [DBG] pgmap v1606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:25:57] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:25:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:25:58.419101+0000 mgr.y (mgr.24491) 1841 : cluster [DBG] pgmap v1607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:25:58.419101+0000 mgr.y (mgr.24491) 1841 : cluster [DBG] pgmap v1607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:25:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:25:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:25:58.419101+0000 mgr.y (mgr.24491) 1841 : cluster [DBG] pgmap v1607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:00.419758+0000 mgr.y (mgr.24491) 1842 : cluster [DBG] pgmap v1608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:00.419758+0000 mgr.y (mgr.24491) 1842 : cluster [DBG] pgmap v1608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:00.419758+0000 mgr.y (mgr.24491) 1842 : cluster [DBG] pgmap v1608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:01.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:26:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:02.420317+0000 mgr.y (mgr.24491) 1843 : cluster [DBG] pgmap v1609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:02.420317+0000 mgr.y (mgr.24491) 1843 : cluster [DBG] pgmap v1609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:02.420317+0000 mgr.y (mgr.24491) 1843 : cluster [DBG] pgmap v1609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:04.420973+0000 mgr.y (mgr.24491) 1844 : cluster [DBG] pgmap v1610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:04.420973+0000 mgr.y (mgr.24491) 1844 : cluster [DBG] pgmap v1610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:04.420973+0000 mgr.y (mgr.24491) 1844 : cluster [DBG] pgmap v1610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:06.421403+0000 mgr.y (mgr.24491) 1845 : cluster [DBG] pgmap v1611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:06.421403+0000 mgr.y (mgr.24491) 1845 : cluster [DBG] pgmap v1611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:06.421403+0000 mgr.y (mgr.24491) 1845 : cluster [DBG] pgmap v1611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:26:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:08.421834+0000 mgr.y (mgr.24491) 1846 : cluster [DBG] pgmap v1612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:08.421834+0000 mgr.y (mgr.24491) 1846 : cluster [DBG] pgmap v1612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:08.421834+0000 mgr.y (mgr.24491) 1846 : cluster [DBG] pgmap v1612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:10.422659+0000 mgr.y (mgr.24491) 1847 : cluster [DBG] pgmap v1613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:10.422659+0000 mgr.y (mgr.24491) 1847 : cluster [DBG] pgmap v1613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:10.422659+0000 mgr.y (mgr.24491) 1847 : cluster [DBG] pgmap v1613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:26:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:12.423279+0000 mgr.y (mgr.24491) 1848 : cluster [DBG] pgmap v1614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:12.423279+0000 mgr.y (mgr.24491) 1848 : cluster [DBG] pgmap v1614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:12.423279+0000 mgr.y (mgr.24491) 1848 : cluster [DBG] pgmap v1614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:14.213 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:26:14.490 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:26:14.490 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (52m) 23s ago 52m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (52m) 23s ago 52m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (53m) 23s ago 53m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (53m) 23s ago 53m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (57m) 23s ago 57m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (59m) 23s ago 59m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (59m) 23s ago 59m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (57m) 23s ago 57m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (57m) 23s ago 57m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (53m) 23s ago 53m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (53m) 23s ago 53m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (57m) 23s ago 57m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (56m) 23s ago 56m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (56m) 23s ago 56m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:26:14.491 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (55m) 23s ago 55m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:26:14.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (55m) 23s ago 55m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:26:14.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (55m) 23s ago 55m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:26:14.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (54m) 23s ago 54m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:26:14.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (54m) 23s ago 54m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:26:14.492 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (51m) 23s ago 53m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:26:14.824 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:26:14.824 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:26:14.824 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:26:14.824 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:26:14.824 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:26:14.824 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:26:14.824 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:26:14.824 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:26:14.824 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:26:14.824 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:26:14.825 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:26:14.825 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:26:14.825 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:26:14.825 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:26:14.825 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:26:14.825 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:26:14.825 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:26:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:26:14.202190+0000 mgr.y (mgr.24491) 1849 : audit [DBG] from='client.16731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:14.423821+0000 mgr.y (mgr.24491) 1850 : cluster [DBG] pgmap v1615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:26:14.202190+0000 mgr.y (mgr.24491) 1849 : audit [DBG] from='client.16731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:14.423821+0000 mgr.y (mgr.24491) 1850 : cluster [DBG] pgmap v1615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:26:14.202190+0000 mgr.y (mgr.24491) 1849 : audit [DBG] from='client.16731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:14.423821+0000 mgr.y (mgr.24491) 1850 : cluster [DBG] pgmap v1615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:26:14.484550+0000 mgr.y (mgr.24491) 1851 : audit [DBG] from='client.26642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:26:14.825995+0000 mon.c (mon.2) 93 : audit [DBG] from='client.? 172.21.15.177:0/4274693981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:26:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:26:14.484550+0000 mgr.y (mgr.24491) 1851 : audit [DBG] from='client.26642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:26:14.825995+0000 mon.c (mon.2) 93 : audit [DBG] from='client.? 172.21.15.177:0/4274693981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:26:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:26:14.484550+0000 mgr.y (mgr.24491) 1851 : audit [DBG] from='client.26642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:26:14.825995+0000 mon.c (mon.2) 93 : audit [DBG] from='client.? 172.21.15.177:0/4274693981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:26:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:16.424244+0000 mgr.y (mgr.24491) 1852 : cluster [DBG] pgmap v1616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:16.424244+0000 mgr.y (mgr.24491) 1852 : cluster [DBG] pgmap v1616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:16.424244+0000 mgr.y (mgr.24491) 1852 : cluster [DBG] pgmap v1616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:17] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:26:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:18.424815+0000 mgr.y (mgr.24491) 1853 : cluster [DBG] pgmap v1617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:18.424815+0000 mgr.y (mgr.24491) 1853 : cluster [DBG] pgmap v1617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:18.424815+0000 mgr.y (mgr.24491) 1853 : cluster [DBG] pgmap v1617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:20.425526+0000 mgr.y (mgr.24491) 1854 : cluster [DBG] pgmap v1618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:20.425526+0000 mgr.y (mgr.24491) 1854 : cluster [DBG] pgmap v1618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:20.425526+0000 mgr.y (mgr.24491) 1854 : cluster [DBG] pgmap v1618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:26:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:22.425925+0000 mgr.y (mgr.24491) 1855 : cluster [DBG] pgmap v1619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:22.425925+0000 mgr.y (mgr.24491) 1855 : cluster [DBG] pgmap v1619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:22.425925+0000 mgr.y (mgr.24491) 1855 : cluster [DBG] pgmap v1619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:24.426573+0000 mgr.y (mgr.24491) 1856 : cluster [DBG] pgmap v1620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:24.426573+0000 mgr.y (mgr.24491) 1856 : cluster [DBG] pgmap v1620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:24.426573+0000 mgr.y (mgr.24491) 1856 : cluster [DBG] pgmap v1620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:26.427040+0000 mgr.y (mgr.24491) 1857 : cluster [DBG] pgmap v1621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:26.427040+0000 mgr.y (mgr.24491) 1857 : cluster [DBG] pgmap v1621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:26.427040+0000 mgr.y (mgr.24491) 1857 : cluster [DBG] pgmap v1621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:27] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:26:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:28.427549+0000 mgr.y (mgr.24491) 1858 : cluster [DBG] pgmap v1622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:28.427549+0000 mgr.y (mgr.24491) 1858 : cluster [DBG] pgmap v1622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:28.427549+0000 mgr.y (mgr.24491) 1858 : cluster [DBG] pgmap v1622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:30.428258+0000 mgr.y (mgr.24491) 1859 : cluster [DBG] pgmap v1623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:30.428258+0000 mgr.y (mgr.24491) 1859 : cluster [DBG] pgmap v1623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:30.428258+0000 mgr.y (mgr.24491) 1859 : cluster [DBG] pgmap v1623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:26:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:32.428855+0000 mgr.y (mgr.24491) 1860 : cluster [DBG] pgmap v1624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:32.428855+0000 mgr.y (mgr.24491) 1860 : cluster [DBG] pgmap v1624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:32.428855+0000 mgr.y (mgr.24491) 1860 : cluster [DBG] pgmap v1624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:34.429542+0000 mgr.y (mgr.24491) 1861 : cluster [DBG] pgmap v1625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:34.429542+0000 mgr.y (mgr.24491) 1861 : cluster [DBG] pgmap v1625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:34.429542+0000 mgr.y (mgr.24491) 1861 : cluster [DBG] pgmap v1625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:36.429989+0000 mgr.y (mgr.24491) 1862 : cluster [DBG] pgmap v1626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:36.429989+0000 mgr.y (mgr.24491) 1862 : cluster [DBG] pgmap v1626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:36.429989+0000 mgr.y (mgr.24491) 1862 : cluster [DBG] pgmap v1626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:26:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:38.430377+0000 mgr.y (mgr.24491) 1863 : cluster [DBG] pgmap v1627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:38.430377+0000 mgr.y (mgr.24491) 1863 : cluster [DBG] pgmap v1627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:38.430377+0000 mgr.y (mgr.24491) 1863 : cluster [DBG] pgmap v1627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:40.431166+0000 mgr.y (mgr.24491) 1864 : cluster [DBG] pgmap v1628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:40.431166+0000 mgr.y (mgr.24491) 1864 : cluster [DBG] pgmap v1628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:40.431166+0000 mgr.y (mgr.24491) 1864 : cluster [DBG] pgmap v1628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:26:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:42.431533+0000 mgr.y (mgr.24491) 1865 : cluster [DBG] pgmap v1629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:42.431533+0000 mgr.y (mgr.24491) 1865 : cluster [DBG] pgmap v1629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:42.431533+0000 mgr.y (mgr.24491) 1865 : cluster [DBG] pgmap v1629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:44.432308+0000 mgr.y (mgr.24491) 1866 : cluster [DBG] pgmap v1630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:44.432308+0000 mgr.y (mgr.24491) 1866 : cluster [DBG] pgmap v1630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:44.432308+0000 mgr.y (mgr.24491) 1866 : cluster [DBG] pgmap v1630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:45.132 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (52m) 54s ago 53m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (53m) 53s ago 53m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (54m) 54s ago 54m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (54m) 53s ago 54m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (57m) 53s ago 57m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (59m) 54s ago 59m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (59m) 54s ago 59m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (58m) 53s ago 58m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (58m) 54s ago 58m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (53m) 54s ago 53m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:26:45.407 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (53m) 53s ago 53m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:26:45.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (57m) 54s ago 57m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:26:45.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (57m) 54s ago 57m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:26:45.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (56m) 54s ago 56m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:26:45.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (56m) 54s ago 56m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:26:45.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (55m) 53s ago 55m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:26:45.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (55m) 53s ago 55m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:26:45.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (55m) 53s ago 55m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:26:45.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (54m) 53s ago 54m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:26:45.408 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (52m) 53s ago 53m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:26:45.741 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:26:45.741 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:26:45.742 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:26:45.743 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:26:45.743 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:26:45.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:26:45.122845+0000 mgr.y (mgr.24491) 1867 : audit [DBG] from='client.26654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:45.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:26:45.401364+0000 mgr.y (mgr.24491) 1868 : audit [DBG] from='client.16755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:26:45.122845+0000 mgr.y (mgr.24491) 1867 : audit [DBG] from='client.26654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:26:45.401364+0000 mgr.y (mgr.24491) 1868 : audit [DBG] from='client.16755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:26:45.122845+0000 mgr.y (mgr.24491) 1867 : audit [DBG] from='client.26654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:26:45.401364+0000 mgr.y (mgr.24491) 1868 : audit [DBG] from='client.16755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:26:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:26:45.743843+0000 mon.c (mon.2) 94 : audit [DBG] from='client.? 172.21.15.177:0/3790040455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:26:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:46.432803+0000 mgr.y (mgr.24491) 1869 : cluster [DBG] pgmap v1631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:26:45.743843+0000 mon.c (mon.2) 94 : audit [DBG] from='client.? 172.21.15.177:0/3790040455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:26:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:46.432803+0000 mgr.y (mgr.24491) 1869 : cluster [DBG] pgmap v1631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:26:45.743843+0000 mon.c (mon.2) 94 : audit [DBG] from='client.? 172.21.15.177:0/3790040455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:26:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:46.432803+0000 mgr.y (mgr.24491) 1869 : cluster [DBG] pgmap v1631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:47] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:26:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:48.433197+0000 mgr.y (mgr.24491) 1870 : cluster [DBG] pgmap v1632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:48.433197+0000 mgr.y (mgr.24491) 1870 : cluster [DBG] pgmap v1632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:48.433197+0000 mgr.y (mgr.24491) 1870 : cluster [DBG] pgmap v1632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:50.433876+0000 mgr.y (mgr.24491) 1871 : cluster [DBG] pgmap v1633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:50.433876+0000 mgr.y (mgr.24491) 1871 : cluster [DBG] pgmap v1633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:50.433876+0000 mgr.y (mgr.24491) 1871 : cluster [DBG] pgmap v1633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:26:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:26:51.731004+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:26:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:26:51.731004+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:26:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:26:51.731004+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:26:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:26:52.024580+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:26:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:26:52.025183+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:26:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:26:52.029423+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:26:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:52.434242+0000 mgr.y (mgr.24491) 1872 : cluster [DBG] pgmap v1634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:26:52.024580+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:26:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:26:52.025183+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:26:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:26:52.029423+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:26:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:52.434242+0000 mgr.y (mgr.24491) 1872 : cluster [DBG] pgmap v1634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:26:52.024580+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:26:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:26:52.025183+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:26:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:26:52.029423+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:26:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:52.434242+0000 mgr.y (mgr.24491) 1872 : cluster [DBG] pgmap v1634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:54.435019+0000 mgr.y (mgr.24491) 1873 : cluster [DBG] pgmap v1635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:54.435019+0000 mgr.y (mgr.24491) 1873 : cluster [DBG] pgmap v1635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:54.435019+0000 mgr.y (mgr.24491) 1873 : cluster [DBG] pgmap v1635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:56.435434+0000 mgr.y (mgr.24491) 1874 : cluster [DBG] pgmap v1636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:56.435434+0000 mgr.y (mgr.24491) 1874 : cluster [DBG] pgmap v1636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:56.435434+0000 mgr.y (mgr.24491) 1874 : cluster [DBG] pgmap v1636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:26:57] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:26:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:26:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:26:58.435799+0000 mgr.y (mgr.24491) 1875 : cluster [DBG] pgmap v1637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:26:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:26:58.435799+0000 mgr.y (mgr.24491) 1875 : cluster [DBG] pgmap v1637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:26:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:26:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:26:58.435799+0000 mgr.y (mgr.24491) 1875 : cluster [DBG] pgmap v1637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:00.436549+0000 mgr.y (mgr.24491) 1876 : cluster [DBG] pgmap v1638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:00.436549+0000 mgr.y (mgr.24491) 1876 : cluster [DBG] pgmap v1638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:00.436549+0000 mgr.y (mgr.24491) 1876 : cluster [DBG] pgmap v1638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:27:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:02.436932+0000 mgr.y (mgr.24491) 1877 : cluster [DBG] pgmap v1639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:02.436932+0000 mgr.y (mgr.24491) 1877 : cluster [DBG] pgmap v1639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:02.436932+0000 mgr.y (mgr.24491) 1877 : cluster [DBG] pgmap v1639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:04.437511+0000 mgr.y (mgr.24491) 1878 : cluster [DBG] pgmap v1640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:04.437511+0000 mgr.y (mgr.24491) 1878 : cluster [DBG] pgmap v1640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:04.437511+0000 mgr.y (mgr.24491) 1878 : cluster [DBG] pgmap v1640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:06.437915+0000 mgr.y (mgr.24491) 1879 : cluster [DBG] pgmap v1641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:06.437915+0000 mgr.y (mgr.24491) 1879 : cluster [DBG] pgmap v1641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:06.437915+0000 mgr.y (mgr.24491) 1879 : cluster [DBG] pgmap v1641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:07] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:27:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:08.438395+0000 mgr.y (mgr.24491) 1880 : cluster [DBG] pgmap v1642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:08.438395+0000 mgr.y (mgr.24491) 1880 : cluster [DBG] pgmap v1642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:08.438395+0000 mgr.y (mgr.24491) 1880 : cluster [DBG] pgmap v1642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:10.439263+0000 mgr.y (mgr.24491) 1881 : cluster [DBG] pgmap v1643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:10.439263+0000 mgr.y (mgr.24491) 1881 : cluster [DBG] pgmap v1643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:10.439263+0000 mgr.y (mgr.24491) 1881 : cluster [DBG] pgmap v1643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:27:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:12.439634+0000 mgr.y (mgr.24491) 1882 : cluster [DBG] pgmap v1644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:12.439634+0000 mgr.y (mgr.24491) 1882 : cluster [DBG] pgmap v1644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:12.439634+0000 mgr.y (mgr.24491) 1882 : cluster [DBG] pgmap v1644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:14.440440+0000 mgr.y (mgr.24491) 1883 : cluster [DBG] pgmap v1645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:14.440440+0000 mgr.y (mgr.24491) 1883 : cluster [DBG] pgmap v1645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:14.440440+0000 mgr.y (mgr.24491) 1883 : cluster [DBG] pgmap v1645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:16.052 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:27:16.326 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:27:16.326 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (53m) 85s ago 53m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:27:16.326 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (53m) 84s ago 53m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:27:16.326 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (54m) 85s ago 54m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:27:16.326 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (54m) 84s ago 54m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:27:16.326 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (58m) 84s ago 58m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:27:16.326 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (60m) 85s ago 60m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (60m) 85s ago 60m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (58m) 84s ago 58m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (58m) 85s ago 58m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (54m) 85s ago 54m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (54m) 84s ago 54m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (58m) 85s ago 58m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (57m) 85s ago 57m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (57m) 85s ago 57m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (56m) 85s ago 56m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (56m) 84s ago 56m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (56m) 84s ago 56m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (55m) 84s ago 55m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (55m) 84s ago 55m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:27:16.327 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (52m) 84s ago 54m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:27:16.666 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:27:16.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:27:16.668 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:27:16.668 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:27:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:27:16.041796+0000 mgr.y (mgr.24491) 1884 : audit [DBG] from='client.26672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:27:16.320731+0000 mgr.y (mgr.24491) 1885 : audit [DBG] from='client.16773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:16.440811+0000 mgr.y (mgr.24491) 1886 : cluster [DBG] pgmap v1646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:27:16.041796+0000 mgr.y (mgr.24491) 1884 : audit [DBG] from='client.26672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:27:16.320731+0000 mgr.y (mgr.24491) 1885 : audit [DBG] from='client.16773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:16.440811+0000 mgr.y (mgr.24491) 1886 : cluster [DBG] pgmap v1646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:27:16.041796+0000 mgr.y (mgr.24491) 1884 : audit [DBG] from='client.26672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:27:16.320731+0000 mgr.y (mgr.24491) 1885 : audit [DBG] from='client.16773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:16.440811+0000 mgr.y (mgr.24491) 1886 : cluster [DBG] pgmap v1646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:17.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:17] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T04:27:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:27:16.668879+0000 mon.a (mon.0) 1085 : audit [DBG] from='client.? 172.21.15.177:0/3580160470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:27:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:27:16.668879+0000 mon.a (mon.0) 1085 : audit [DBG] from='client.? 172.21.15.177:0/3580160470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:27:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:27:16.668879+0000 mon.a (mon.0) 1085 : audit [DBG] from='client.? 172.21.15.177:0/3580160470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:27:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:18.441415+0000 mgr.y (mgr.24491) 1887 : cluster [DBG] pgmap v1647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:18.441415+0000 mgr.y (mgr.24491) 1887 : cluster [DBG] pgmap v1647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:18.441415+0000 mgr.y (mgr.24491) 1887 : cluster [DBG] pgmap v1647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:20.442020+0000 mgr.y (mgr.24491) 1888 : cluster [DBG] pgmap v1648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:20.442020+0000 mgr.y (mgr.24491) 1888 : cluster [DBG] pgmap v1648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:20.442020+0000 mgr.y (mgr.24491) 1888 : cluster [DBG] pgmap v1648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:27:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:22.442611+0000 mgr.y (mgr.24491) 1889 : cluster [DBG] pgmap v1649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:22.442611+0000 mgr.y (mgr.24491) 1889 : cluster [DBG] pgmap v1649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:22.442611+0000 mgr.y (mgr.24491) 1889 : cluster [DBG] pgmap v1649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:24.443320+0000 mgr.y (mgr.24491) 1890 : cluster [DBG] pgmap v1650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:24.443320+0000 mgr.y (mgr.24491) 1890 : cluster [DBG] pgmap v1650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:24.443320+0000 mgr.y (mgr.24491) 1890 : cluster [DBG] pgmap v1650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:26.443731+0000 mgr.y (mgr.24491) 1891 : cluster [DBG] pgmap v1651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:26.443731+0000 mgr.y (mgr.24491) 1891 : cluster [DBG] pgmap v1651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:26.443731+0000 mgr.y (mgr.24491) 1891 : cluster [DBG] pgmap v1651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:27] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T04:27:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:28.444080+0000 mgr.y (mgr.24491) 1892 : cluster [DBG] pgmap v1652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:28.444080+0000 mgr.y (mgr.24491) 1892 : cluster [DBG] pgmap v1652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:28.444080+0000 mgr.y (mgr.24491) 1892 : cluster [DBG] pgmap v1652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:30.444774+0000 mgr.y (mgr.24491) 1893 : cluster [DBG] pgmap v1653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:30.444774+0000 mgr.y (mgr.24491) 1893 : cluster [DBG] pgmap v1653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:30.444774+0000 mgr.y (mgr.24491) 1893 : cluster [DBG] pgmap v1653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:27:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:32.445254+0000 mgr.y (mgr.24491) 1894 : cluster [DBG] pgmap v1654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:32.445254+0000 mgr.y (mgr.24491) 1894 : cluster [DBG] pgmap v1654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:32.445254+0000 mgr.y (mgr.24491) 1894 : cluster [DBG] pgmap v1654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:34.446036+0000 mgr.y (mgr.24491) 1895 : cluster [DBG] pgmap v1655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:34.446036+0000 mgr.y (mgr.24491) 1895 : cluster [DBG] pgmap v1655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:34.446036+0000 mgr.y (mgr.24491) 1895 : cluster [DBG] pgmap v1655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:36.446575+0000 mgr.y (mgr.24491) 1896 : cluster [DBG] pgmap v1656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:36.446575+0000 mgr.y (mgr.24491) 1896 : cluster [DBG] pgmap v1656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:36.446575+0000 mgr.y (mgr.24491) 1896 : cluster [DBG] pgmap v1656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:37] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:27:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:38.446993+0000 mgr.y (mgr.24491) 1897 : cluster [DBG] pgmap v1657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:38.446993+0000 mgr.y (mgr.24491) 1897 : cluster [DBG] pgmap v1657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:38.446993+0000 mgr.y (mgr.24491) 1897 : cluster [DBG] pgmap v1657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:40.447796+0000 mgr.y (mgr.24491) 1898 : cluster [DBG] pgmap v1658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:40.447796+0000 mgr.y (mgr.24491) 1898 : cluster [DBG] pgmap v1658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:40.447796+0000 mgr.y (mgr.24491) 1898 : cluster [DBG] pgmap v1658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:27:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:42.448223+0000 mgr.y (mgr.24491) 1899 : cluster [DBG] pgmap v1659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:42.448223+0000 mgr.y (mgr.24491) 1899 : cluster [DBG] pgmap v1659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:42.448223+0000 mgr.y (mgr.24491) 1899 : cluster [DBG] pgmap v1659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:44.449017+0000 mgr.y (mgr.24491) 1900 : cluster [DBG] pgmap v1660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:44.449017+0000 mgr.y (mgr.24491) 1900 : cluster [DBG] pgmap v1660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:44.449017+0000 mgr.y (mgr.24491) 1900 : cluster [DBG] pgmap v1660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:46.449594+0000 mgr.y (mgr.24491) 1901 : cluster [DBG] pgmap v1661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:46.449594+0000 mgr.y (mgr.24491) 1901 : cluster [DBG] pgmap v1661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:46.980 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:27:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:46.449594+0000 mgr.y (mgr.24491) 1901 : cluster [DBG] pgmap v1661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:47.256 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:27:47.256 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (53m) 116s ago 54m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (54m) 115s ago 54m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (55m) 116s ago 55m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (55m) 115s ago 55m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (58m) 115s ago 58m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (60m) 116s ago 60m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (60m) 116s ago 60m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (59m) 115s ago 59m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (59m) 116s ago 59m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (54m) 116s ago 54m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (54m) 115s ago 54m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (58m) 116s ago 58m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (58m) 116s ago 58m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (57m) 116s ago 57m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (57m) 116s ago 57m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:27:47.257 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (57m) 115s ago 57m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:27:47.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (56m) 115s ago 56m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:27:47.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (56m) 115s ago 56m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:27:47.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (55m) 115s ago 55m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:27:47.258 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (53m) 115s ago 54m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:27:47.592 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:27:47.592 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:27:47.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:27:47.592 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:27:47.592 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:27:47.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:27:47.592 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:27:47.592 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:27:47.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:27:47.592 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:27:47.593 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:27:47.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:27:47.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:27:47.593 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:27:47.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:27:47.593 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:27:47.593 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:27:47.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:47] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T04:27:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:27:46.970775+0000 mgr.y (mgr.24491) 1902 : audit [DBG] from='client.26690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:27:47.251376+0000 mgr.y (mgr.24491) 1903 : audit [DBG] from='client.26696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:27:46.970775+0000 mgr.y (mgr.24491) 1902 : audit [DBG] from='client.26690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:27:47.251376+0000 mgr.y (mgr.24491) 1903 : audit [DBG] from='client.26696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:27:46.970775+0000 mgr.y (mgr.24491) 1902 : audit [DBG] from='client.26690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:27:47.251376+0000 mgr.y (mgr.24491) 1903 : audit [DBG] from='client.26696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:27:48.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:27:47.594164+0000 mon.a (mon.0) 1086 : audit [DBG] from='client.? 172.21.15.177:0/2158710398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:27:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:48.450062+0000 mgr.y (mgr.24491) 1904 : cluster [DBG] pgmap v1662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:27:47.594164+0000 mon.a (mon.0) 1086 : audit [DBG] from='client.? 172.21.15.177:0/2158710398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:27:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:48.450062+0000 mgr.y (mgr.24491) 1904 : cluster [DBG] pgmap v1662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:27:47.594164+0000 mon.a (mon.0) 1086 : audit [DBG] from='client.? 172.21.15.177:0/2158710398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:27:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:48.450062+0000 mgr.y (mgr.24491) 1904 : cluster [DBG] pgmap v1662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:50.450894+0000 mgr.y (mgr.24491) 1905 : cluster [DBG] pgmap v1663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:50.450894+0000 mgr.y (mgr.24491) 1905 : cluster [DBG] pgmap v1663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:50.450894+0000 mgr.y (mgr.24491) 1905 : cluster [DBG] pgmap v1663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:27:52.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:27:52.033602+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:27:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:27:52.033602+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:27:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:27:52.033602+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:27:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:27:52.326637+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:27:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:27:52.327241+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:27:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:27:52.333740+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:27:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:52.451284+0000 mgr.y (mgr.24491) 1906 : cluster [DBG] pgmap v1664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:27:52.326637+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:27:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:27:52.327241+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:27:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:27:52.333740+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:27:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:52.451284+0000 mgr.y (mgr.24491) 1906 : cluster [DBG] pgmap v1664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:27:52.326637+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:27:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:27:52.327241+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:27:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:27:52.333740+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:27:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:52.451284+0000 mgr.y (mgr.24491) 1906 : cluster [DBG] pgmap v1664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:54.451881+0000 mgr.y (mgr.24491) 1907 : cluster [DBG] pgmap v1665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:54.451881+0000 mgr.y (mgr.24491) 1907 : cluster [DBG] pgmap v1665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:54.451881+0000 mgr.y (mgr.24491) 1907 : cluster [DBG] pgmap v1665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:56.452433+0000 mgr.y (mgr.24491) 1908 : cluster [DBG] pgmap v1666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:56.452433+0000 mgr.y (mgr.24491) 1908 : cluster [DBG] pgmap v1666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:56.452433+0000 mgr.y (mgr.24491) 1908 : cluster [DBG] pgmap v1666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:27:57] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T04:27:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:27:58.452827+0000 mgr.y (mgr.24491) 1909 : cluster [DBG] pgmap v1667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:27:58.452827+0000 mgr.y (mgr.24491) 1909 : cluster [DBG] pgmap v1667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:27:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:27:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:27:58.452827+0000 mgr.y (mgr.24491) 1909 : cluster [DBG] pgmap v1667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:00.453615+0000 mgr.y (mgr.24491) 1910 : cluster [DBG] pgmap v1668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:00.453615+0000 mgr.y (mgr.24491) 1910 : cluster [DBG] pgmap v1668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:00.453615+0000 mgr.y (mgr.24491) 1910 : cluster [DBG] pgmap v1668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:28:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:02.454021+0000 mgr.y (mgr.24491) 1911 : cluster [DBG] pgmap v1669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:02.454021+0000 mgr.y (mgr.24491) 1911 : cluster [DBG] pgmap v1669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:02.454021+0000 mgr.y (mgr.24491) 1911 : cluster [DBG] pgmap v1669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:04.454805+0000 mgr.y (mgr.24491) 1912 : cluster [DBG] pgmap v1670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:04.454805+0000 mgr.y (mgr.24491) 1912 : cluster [DBG] pgmap v1670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:04.454805+0000 mgr.y (mgr.24491) 1912 : cluster [DBG] pgmap v1670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:06.455200+0000 mgr.y (mgr.24491) 1913 : cluster [DBG] pgmap v1671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:06.455200+0000 mgr.y (mgr.24491) 1913 : cluster [DBG] pgmap v1671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:06.455200+0000 mgr.y (mgr.24491) 1913 : cluster [DBG] pgmap v1671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:07] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:28:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:08.455652+0000 mgr.y (mgr.24491) 1914 : cluster [DBG] pgmap v1672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:08.455652+0000 mgr.y (mgr.24491) 1914 : cluster [DBG] pgmap v1672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:08.455652+0000 mgr.y (mgr.24491) 1914 : cluster [DBG] pgmap v1672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:10.456453+0000 mgr.y (mgr.24491) 1915 : cluster [DBG] pgmap v1673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:10.456453+0000 mgr.y (mgr.24491) 1915 : cluster [DBG] pgmap v1673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:10.456453+0000 mgr.y (mgr.24491) 1915 : cluster [DBG] pgmap v1673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:28:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:12.456921+0000 mgr.y (mgr.24491) 1916 : cluster [DBG] pgmap v1674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:12.456921+0000 mgr.y (mgr.24491) 1916 : cluster [DBG] pgmap v1674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:12.456921+0000 mgr.y (mgr.24491) 1916 : cluster [DBG] pgmap v1674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:14.457555+0000 mgr.y (mgr.24491) 1917 : cluster [DBG] pgmap v1675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:14.457555+0000 mgr.y (mgr.24491) 1917 : cluster [DBG] pgmap v1675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:14.457555+0000 mgr.y (mgr.24491) 1917 : cluster [DBG] pgmap v1675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:16.458167+0000 mgr.y (mgr.24491) 1918 : cluster [DBG] pgmap v1676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:16.458167+0000 mgr.y (mgr.24491) 1918 : cluster [DBG] pgmap v1676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:16.458167+0000 mgr.y (mgr.24491) 1918 : cluster [DBG] pgmap v1676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:17.899 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:28:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:17] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:28:18.174 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (54m) 2m ago 54m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (54m) 2m ago 54m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (55m) 2m ago 55m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (55m) 2m ago 55m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (59m) 2m ago 59m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (61m) 2m ago 61m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (61m) 2m ago 61m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (59m) 2m ago 59m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (59m) 2m ago 59m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (55m) 2m ago 55m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (55m) 2m ago 55m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (59m) 2m ago 59m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:28:18.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (58m) 2m ago 58m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:28:18.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (58m) 2m ago 58m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:28:18.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (57m) 2m ago 57m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:28:18.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (57m) 2m ago 57m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:28:18.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (57m) 2m ago 57m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:28:18.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (56m) 2m ago 56m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:28:18.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (56m) 2m ago 56m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:28:18.176 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (54m) 2m ago 55m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:28:18.512 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:28:18.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:28:18.514 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:28:18.514 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:28:18.514 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:28:18.514 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:28:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:28:17.889632+0000 mgr.y (mgr.24491) 1919 : audit [DBG] from='client.26708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:28:18.169681+0000 mgr.y (mgr.24491) 1920 : audit [DBG] from='client.26714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:18.458584+0000 mgr.y (mgr.24491) 1921 : cluster [DBG] pgmap v1677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:28:18.514957+0000 mon.c (mon.2) 95 : audit [DBG] from='client.? 172.21.15.177:0/2306618696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:28:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:28:17.889632+0000 mgr.y (mgr.24491) 1919 : audit [DBG] from='client.26708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:28:18.169681+0000 mgr.y (mgr.24491) 1920 : audit [DBG] from='client.26714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:18.458584+0000 mgr.y (mgr.24491) 1921 : cluster [DBG] pgmap v1677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:28:18.514957+0000 mon.c (mon.2) 95 : audit [DBG] from='client.? 172.21.15.177:0/2306618696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:28:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:28:17.889632+0000 mgr.y (mgr.24491) 1919 : audit [DBG] from='client.26708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:28:18.169681+0000 mgr.y (mgr.24491) 1920 : audit [DBG] from='client.26714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:18.458584+0000 mgr.y (mgr.24491) 1921 : cluster [DBG] pgmap v1677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:28:18.514957+0000 mon.c (mon.2) 95 : audit [DBG] from='client.? 172.21.15.177:0/2306618696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:28:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:20.459264+0000 mgr.y (mgr.24491) 1922 : cluster [DBG] pgmap v1678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:20.459264+0000 mgr.y (mgr.24491) 1922 : cluster [DBG] pgmap v1678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:20.459264+0000 mgr.y (mgr.24491) 1922 : cluster [DBG] pgmap v1678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:28:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:22.459755+0000 mgr.y (mgr.24491) 1923 : cluster [DBG] pgmap v1679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:22.459755+0000 mgr.y (mgr.24491) 1923 : cluster [DBG] pgmap v1679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:22.459755+0000 mgr.y (mgr.24491) 1923 : cluster [DBG] pgmap v1679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:24.460448+0000 mgr.y (mgr.24491) 1924 : cluster [DBG] pgmap v1680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:24.460448+0000 mgr.y (mgr.24491) 1924 : cluster [DBG] pgmap v1680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:24.460448+0000 mgr.y (mgr.24491) 1924 : cluster [DBG] pgmap v1680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:26.460955+0000 mgr.y (mgr.24491) 1925 : cluster [DBG] pgmap v1681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:26.460955+0000 mgr.y (mgr.24491) 1925 : cluster [DBG] pgmap v1681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:26.460955+0000 mgr.y (mgr.24491) 1925 : cluster [DBG] pgmap v1681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:27] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:28:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:28.461280+0000 mgr.y (mgr.24491) 1926 : cluster [DBG] pgmap v1682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:28.461280+0000 mgr.y (mgr.24491) 1926 : cluster [DBG] pgmap v1682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:28.461280+0000 mgr.y (mgr.24491) 1926 : cluster [DBG] pgmap v1682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:30.461995+0000 mgr.y (mgr.24491) 1927 : cluster [DBG] pgmap v1683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:30.461995+0000 mgr.y (mgr.24491) 1927 : cluster [DBG] pgmap v1683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:30.461995+0000 mgr.y (mgr.24491) 1927 : cluster [DBG] pgmap v1683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:28:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:32.462554+0000 mgr.y (mgr.24491) 1928 : cluster [DBG] pgmap v1684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:32.462554+0000 mgr.y (mgr.24491) 1928 : cluster [DBG] pgmap v1684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:32.462554+0000 mgr.y (mgr.24491) 1928 : cluster [DBG] pgmap v1684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:34.463359+0000 mgr.y (mgr.24491) 1929 : cluster [DBG] pgmap v1685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:34.463359+0000 mgr.y (mgr.24491) 1929 : cluster [DBG] pgmap v1685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:34.463359+0000 mgr.y (mgr.24491) 1929 : cluster [DBG] pgmap v1685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:36.463801+0000 mgr.y (mgr.24491) 1930 : cluster [DBG] pgmap v1686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:36.463801+0000 mgr.y (mgr.24491) 1930 : cluster [DBG] pgmap v1686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:36.463801+0000 mgr.y (mgr.24491) 1930 : cluster [DBG] pgmap v1686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:28:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:38.464291+0000 mgr.y (mgr.24491) 1931 : cluster [DBG] pgmap v1687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:38.464291+0000 mgr.y (mgr.24491) 1931 : cluster [DBG] pgmap v1687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:38.464291+0000 mgr.y (mgr.24491) 1931 : cluster [DBG] pgmap v1687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:40.464970+0000 mgr.y (mgr.24491) 1932 : cluster [DBG] pgmap v1688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:40.464970+0000 mgr.y (mgr.24491) 1932 : cluster [DBG] pgmap v1688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:40.464970+0000 mgr.y (mgr.24491) 1932 : cluster [DBG] pgmap v1688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:28:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:42.465446+0000 mgr.y (mgr.24491) 1933 : cluster [DBG] pgmap v1689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:42.465446+0000 mgr.y (mgr.24491) 1933 : cluster [DBG] pgmap v1689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:42.465446+0000 mgr.y (mgr.24491) 1933 : cluster [DBG] pgmap v1689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:44.466309+0000 mgr.y (mgr.24491) 1934 : cluster [DBG] pgmap v1690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:44.466309+0000 mgr.y (mgr.24491) 1934 : cluster [DBG] pgmap v1690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:44.466309+0000 mgr.y (mgr.24491) 1934 : cluster [DBG] pgmap v1690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:46.466670+0000 mgr.y (mgr.24491) 1935 : cluster [DBG] pgmap v1691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:46.466670+0000 mgr.y (mgr.24491) 1935 : cluster [DBG] pgmap v1691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:46.466670+0000 mgr.y (mgr.24491) 1935 : cluster [DBG] pgmap v1691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:47] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:28:48.833 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:28:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:48.467136+0000 mgr.y (mgr.24491) 1936 : cluster [DBG] pgmap v1692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:48.467136+0000 mgr.y (mgr.24491) 1936 : cluster [DBG] pgmap v1692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:48.467136+0000 mgr.y (mgr.24491) 1936 : cluster [DBG] pgmap v1692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:49.109 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:28:49.109 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (54m) 2m ago 55m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:28:49.109 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (55m) 2m ago 55m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:28:49.109 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (56m) 2m ago 56m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:28:49.109 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (56m) 2m ago 56m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:28:49.109 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (59m) 2m ago 59m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (61m) 2m ago 61m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (61m) 2m ago 61m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (60m) 2m ago 60m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (60m) 2m ago 60m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (55m) 2m ago 55m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (55m) 2m ago 55m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (59m) 2m ago 59m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (59m) 2m ago 59m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (58m) 2m ago 58m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (58m) 2m ago 58m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (58m) 2m ago 58m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (57m) 2m ago 57m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:28:49.110 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (57m) 2m ago 57m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:28:49.111 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (56m) 2m ago 56m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:28:49.111 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (54m) 2m ago 55m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:28:49.450 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:28:49.450 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:28:49.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:28:49.450 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:28:49.450 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:28:49.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:28:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:28:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:28:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:28:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:28:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:28:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:28:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:28:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:28:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:28:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:28:49.451 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:28:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:28:48.822867+0000 mgr.y (mgr.24491) 1937 : audit [DBG] from='client.16821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:28:49.103842+0000 mgr.y (mgr.24491) 1938 : audit [DBG] from='client.26732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:28:49.452440+0000 mon.c (mon.2) 96 : audit [DBG] from='client.? 172.21.15.177:0/1955338260' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:28:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:28:48.822867+0000 mgr.y (mgr.24491) 1937 : audit [DBG] from='client.16821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:28:49.103842+0000 mgr.y (mgr.24491) 1938 : audit [DBG] from='client.26732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:28:49.452440+0000 mon.c (mon.2) 96 : audit [DBG] from='client.? 172.21.15.177:0/1955338260' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:28:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:28:48.822867+0000 mgr.y (mgr.24491) 1937 : audit [DBG] from='client.16821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:28:49.103842+0000 mgr.y (mgr.24491) 1938 : audit [DBG] from='client.26732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:28:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:28:49.452440+0000 mon.c (mon.2) 96 : audit [DBG] from='client.? 172.21.15.177:0/1955338260' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:28:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:50.467742+0000 mgr.y (mgr.24491) 1939 : cluster [DBG] pgmap v1693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:50.467742+0000 mgr.y (mgr.24491) 1939 : cluster [DBG] pgmap v1693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:50.467742+0000 mgr.y (mgr.24491) 1939 : cluster [DBG] pgmap v1693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:28:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:28:52.337913+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:28:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:28:52.337913+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:28:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:28:52.337913+0000 mon.a (mon.0) 1091 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:28:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:52.468167+0000 mgr.y (mgr.24491) 1940 : cluster [DBG] pgmap v1694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:28:52.589060+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:28:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:28:52.860980+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:28:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:28:52.861582+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:28:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:28:52.866181+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:28:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:52.468167+0000 mgr.y (mgr.24491) 1940 : cluster [DBG] pgmap v1694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:28:52.589060+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:28:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:28:52.860980+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:28:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:28:52.861582+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:28:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:28:52.866181+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:28:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:52.468167+0000 mgr.y (mgr.24491) 1940 : cluster [DBG] pgmap v1694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:28:52.589060+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:28:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:28:52.860980+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:28:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:28:52.861582+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:28:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:28:52.866181+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:28:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:54.468922+0000 mgr.y (mgr.24491) 1941 : cluster [DBG] pgmap v1695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:54.468922+0000 mgr.y (mgr.24491) 1941 : cluster [DBG] pgmap v1695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:54.468922+0000 mgr.y (mgr.24491) 1941 : cluster [DBG] pgmap v1695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:56.469448+0000 mgr.y (mgr.24491) 1942 : cluster [DBG] pgmap v1696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:56.469448+0000 mgr.y (mgr.24491) 1942 : cluster [DBG] pgmap v1696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:56.469448+0000 mgr.y (mgr.24491) 1942 : cluster [DBG] pgmap v1696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:28:57] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:28:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:28:58.469830+0000 mgr.y (mgr.24491) 1943 : cluster [DBG] pgmap v1697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:28:58.469830+0000 mgr.y (mgr.24491) 1943 : cluster [DBG] pgmap v1697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:28:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:28:58.469830+0000 mgr.y (mgr.24491) 1943 : cluster [DBG] pgmap v1697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:00.470557+0000 mgr.y (mgr.24491) 1944 : cluster [DBG] pgmap v1698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:00.470557+0000 mgr.y (mgr.24491) 1944 : cluster [DBG] pgmap v1698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:00.470557+0000 mgr.y (mgr.24491) 1944 : cluster [DBG] pgmap v1698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:29:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:02.471023+0000 mgr.y (mgr.24491) 1945 : cluster [DBG] pgmap v1699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:02.471023+0000 mgr.y (mgr.24491) 1945 : cluster [DBG] pgmap v1699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:02.471023+0000 mgr.y (mgr.24491) 1945 : cluster [DBG] pgmap v1699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:04.471635+0000 mgr.y (mgr.24491) 1946 : cluster [DBG] pgmap v1700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:04.471635+0000 mgr.y (mgr.24491) 1946 : cluster [DBG] pgmap v1700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:04.471635+0000 mgr.y (mgr.24491) 1946 : cluster [DBG] pgmap v1700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:06.472020+0000 mgr.y (mgr.24491) 1947 : cluster [DBG] pgmap v1701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:06.472020+0000 mgr.y (mgr.24491) 1947 : cluster [DBG] pgmap v1701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:06.472020+0000 mgr.y (mgr.24491) 1947 : cluster [DBG] pgmap v1701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:29:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:08.472546+0000 mgr.y (mgr.24491) 1948 : cluster [DBG] pgmap v1702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:08.472546+0000 mgr.y (mgr.24491) 1948 : cluster [DBG] pgmap v1702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:08.472546+0000 mgr.y (mgr.24491) 1948 : cluster [DBG] pgmap v1702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:10.473188+0000 mgr.y (mgr.24491) 1949 : cluster [DBG] pgmap v1703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:10.473188+0000 mgr.y (mgr.24491) 1949 : cluster [DBG] pgmap v1703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:10.473188+0000 mgr.y (mgr.24491) 1949 : cluster [DBG] pgmap v1703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:29:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:12.473659+0000 mgr.y (mgr.24491) 1950 : cluster [DBG] pgmap v1704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:12.473659+0000 mgr.y (mgr.24491) 1950 : cluster [DBG] pgmap v1704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:12.473659+0000 mgr.y (mgr.24491) 1950 : cluster [DBG] pgmap v1704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:14.474430+0000 mgr.y (mgr.24491) 1951 : cluster [DBG] pgmap v1705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:14.474430+0000 mgr.y (mgr.24491) 1951 : cluster [DBG] pgmap v1705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:14.474430+0000 mgr.y (mgr.24491) 1951 : cluster [DBG] pgmap v1705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:16.474881+0000 mgr.y (mgr.24491) 1952 : cluster [DBG] pgmap v1706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:16.474881+0000 mgr.y (mgr.24491) 1952 : cluster [DBG] pgmap v1706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:16.474881+0000 mgr.y (mgr.24491) 1952 : cluster [DBG] pgmap v1706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:17] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:29:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:18.475245+0000 mgr.y (mgr.24491) 1953 : cluster [DBG] pgmap v1707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:18.475245+0000 mgr.y (mgr.24491) 1953 : cluster [DBG] pgmap v1707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:18.475245+0000 mgr.y (mgr.24491) 1953 : cluster [DBG] pgmap v1707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:19.762 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:29:20.034 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:29:20.034 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (55m) 3m ago 55m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (55m) 3m ago 55m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (57m) 3m ago 57m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (56m) 3m ago 56m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (60m) 3m ago 60m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (62m) 3m ago 62m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (62m) 3m ago 62m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (60m) 3m ago 60m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (60m) 3m ago 60m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (56m) 3m ago 56m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (56m) 3m ago 56m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (60m) 3m ago 60m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (59m) 3m ago 59m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:29:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (59m) 3m ago 59m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:29:20.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (58m) 3m ago 58m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:29:20.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (58m) 3m ago 58m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:29:20.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (58m) 3m ago 58m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:29:20.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (57m) 3m ago 57m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:29:20.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (57m) 3m ago 57m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:29:20.036 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (55m) 3m ago 56m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:29:20.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:29:20.370 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:29:20.370 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:29:20.370 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:29:20.370 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:29:20.370 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:29:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:29:20.371059+0000 mon.c (mon.2) 97 : audit [DBG] from='client.? 172.21.15.177:0/1638512599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:29:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:29:20.371059+0000 mon.c (mon.2) 97 : audit [DBG] from='client.? 172.21.15.177:0/1638512599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:29:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:29:20.371059+0000 mon.c (mon.2) 97 : audit [DBG] from='client.? 172.21.15.177:0/1638512599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:29:21.429 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:29:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:29:19.752221+0000 mgr.y (mgr.24491) 1954 : audit [DBG] from='client.26744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:29:20.029224+0000 mgr.y (mgr.24491) 1955 : audit [DBG] from='client.16845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:20.476007+0000 mgr.y (mgr.24491) 1956 : cluster [DBG] pgmap v1708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:29:19.752221+0000 mgr.y (mgr.24491) 1954 : audit [DBG] from='client.26744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:29:20.029224+0000 mgr.y (mgr.24491) 1955 : audit [DBG] from='client.16845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:20.476007+0000 mgr.y (mgr.24491) 1956 : cluster [DBG] pgmap v1708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:29:19.752221+0000 mgr.y (mgr.24491) 1954 : audit [DBG] from='client.26744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:29:20.029224+0000 mgr.y (mgr.24491) 1955 : audit [DBG] from='client.16845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:20.476007+0000 mgr.y (mgr.24491) 1956 : cluster [DBG] pgmap v1708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:22.476376+0000 mgr.y (mgr.24491) 1957 : cluster [DBG] pgmap v1709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:22.476376+0000 mgr.y (mgr.24491) 1957 : cluster [DBG] pgmap v1709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:22.476376+0000 mgr.y (mgr.24491) 1957 : cluster [DBG] pgmap v1709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:24.477213+0000 mgr.y (mgr.24491) 1958 : cluster [DBG] pgmap v1710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:24.477213+0000 mgr.y (mgr.24491) 1958 : cluster [DBG] pgmap v1710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:24.477213+0000 mgr.y (mgr.24491) 1958 : cluster [DBG] pgmap v1710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:26.477772+0000 mgr.y (mgr.24491) 1959 : cluster [DBG] pgmap v1711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:26.477772+0000 mgr.y (mgr.24491) 1959 : cluster [DBG] pgmap v1711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:26.477772+0000 mgr.y (mgr.24491) 1959 : cluster [DBG] pgmap v1711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:27] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:29:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:28.478246+0000 mgr.y (mgr.24491) 1960 : cluster [DBG] pgmap v1712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:28.478246+0000 mgr.y (mgr.24491) 1960 : cluster [DBG] pgmap v1712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:28.478246+0000 mgr.y (mgr.24491) 1960 : cluster [DBG] pgmap v1712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:30.478892+0000 mgr.y (mgr.24491) 1961 : cluster [DBG] pgmap v1713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:30.478892+0000 mgr.y (mgr.24491) 1961 : cluster [DBG] pgmap v1713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:30.478892+0000 mgr.y (mgr.24491) 1961 : cluster [DBG] pgmap v1713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:29:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:32.479433+0000 mgr.y (mgr.24491) 1962 : cluster [DBG] pgmap v1714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:32.479433+0000 mgr.y (mgr.24491) 1962 : cluster [DBG] pgmap v1714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:32.479433+0000 mgr.y (mgr.24491) 1962 : cluster [DBG] pgmap v1714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:34.480021+0000 mgr.y (mgr.24491) 1963 : cluster [DBG] pgmap v1715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:34.480021+0000 mgr.y (mgr.24491) 1963 : cluster [DBG] pgmap v1715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:34.480021+0000 mgr.y (mgr.24491) 1963 : cluster [DBG] pgmap v1715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:36.480398+0000 mgr.y (mgr.24491) 1964 : cluster [DBG] pgmap v1716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:36.480398+0000 mgr.y (mgr.24491) 1964 : cluster [DBG] pgmap v1716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:36.480398+0000 mgr.y (mgr.24491) 1964 : cluster [DBG] pgmap v1716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:29:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:38.481003+0000 mgr.y (mgr.24491) 1965 : cluster [DBG] pgmap v1717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:38.481003+0000 mgr.y (mgr.24491) 1965 : cluster [DBG] pgmap v1717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:38.481003+0000 mgr.y (mgr.24491) 1965 : cluster [DBG] pgmap v1717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:40.481865+0000 mgr.y (mgr.24491) 1966 : cluster [DBG] pgmap v1718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:40.481865+0000 mgr.y (mgr.24491) 1966 : cluster [DBG] pgmap v1718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:40.481865+0000 mgr.y (mgr.24491) 1966 : cluster [DBG] pgmap v1718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:29:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:42.482313+0000 mgr.y (mgr.24491) 1967 : cluster [DBG] pgmap v1719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:42.482313+0000 mgr.y (mgr.24491) 1967 : cluster [DBG] pgmap v1719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:42.482313+0000 mgr.y (mgr.24491) 1967 : cluster [DBG] pgmap v1719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:44.482896+0000 mgr.y (mgr.24491) 1968 : cluster [DBG] pgmap v1720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:44.482896+0000 mgr.y (mgr.24491) 1968 : cluster [DBG] pgmap v1720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:44.482896+0000 mgr.y (mgr.24491) 1968 : cluster [DBG] pgmap v1720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:46.483350+0000 mgr.y (mgr.24491) 1969 : cluster [DBG] pgmap v1721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:46.483350+0000 mgr.y (mgr.24491) 1969 : cluster [DBG] pgmap v1721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:46.483350+0000 mgr.y (mgr.24491) 1969 : cluster [DBG] pgmap v1721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:47] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:29:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:48.483783+0000 mgr.y (mgr.24491) 1970 : cluster [DBG] pgmap v1722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:48.483783+0000 mgr.y (mgr.24491) 1970 : cluster [DBG] pgmap v1722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:48.483783+0000 mgr.y (mgr.24491) 1970 : cluster [DBG] pgmap v1722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:50.682 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:29:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:50.484355+0000 mgr.y (mgr.24491) 1971 : cluster [DBG] pgmap v1723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:50.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:50.484355+0000 mgr.y (mgr.24491) 1971 : cluster [DBG] pgmap v1723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (55m) 4m ago 56m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (56m) 3m ago 56m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (57m) 4m ago 57m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (57m) 3m ago 57m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (60m) 3m ago 60m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (62m) 4m ago 62m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (62m) 4m ago 62m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (61m) 3m ago 61m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (61m) 4m ago 61m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (56m) 4m ago 56m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (56m) 3m ago 56m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (60m) 4m ago 60m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:29:50.956 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (60m) 4m ago 60m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:29:50.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (59m) 4m ago 59m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:29:50.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (59m) 4m ago 59m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:29:50.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (59m) 3m ago 59m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:29:50.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (58m) 3m ago 58m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:29:50.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (58m) 3m ago 58m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:29:50.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (57m) 3m ago 57m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:29:50.957 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (55m) 3m ago 56m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:29:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:50.484355+0000 mgr.y (mgr.24491) 1971 : cluster [DBG] pgmap v1723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:51.286 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:29:51.287 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:29:51.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:29:51.288 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:29:51.288 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:29:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:29:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:29:50.672778+0000 mgr.y (mgr.24491) 1972 : audit [DBG] from='client.16857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:29:50.950557+0000 mgr.y (mgr.24491) 1973 : audit [DBG] from='client.16863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:29:51.288805+0000 mon.a (mon.0) 1096 : audit [DBG] from='client.? 172.21.15.177:0/2648677290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:29:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:29:50.672778+0000 mgr.y (mgr.24491) 1972 : audit [DBG] from='client.16857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:29:50.950557+0000 mgr.y (mgr.24491) 1973 : audit [DBG] from='client.16863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:29:51.288805+0000 mon.a (mon.0) 1096 : audit [DBG] from='client.? 172.21.15.177:0/2648677290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:29:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:29:50.672778+0000 mgr.y (mgr.24491) 1972 : audit [DBG] from='client.16857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:29:50.950557+0000 mgr.y (mgr.24491) 1973 : audit [DBG] from='client.16863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:29:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:29:51.288805+0000 mon.a (mon.0) 1096 : audit [DBG] from='client.? 172.21.15.177:0/2648677290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:29:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:52.484798+0000 mgr.y (mgr.24491) 1974 : cluster [DBG] pgmap v1724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:52.484798+0000 mgr.y (mgr.24491) 1974 : cluster [DBG] pgmap v1724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:52.484798+0000 mgr.y (mgr.24491) 1974 : cluster [DBG] pgmap v1724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:29:52.870349+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:29:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:29:53.113298+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:29:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:29:53.389567+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:29:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:29:53.390358+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:29:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:29:53.395076+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:29:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:29:52.870349+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:29:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:29:53.113298+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:29:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:29:53.389567+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:29:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:29:53.390358+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:29:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:29:53.395076+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:29:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:29:52.870349+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:29:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:29:53.113298+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:29:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:29:53.389567+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:29:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:29:53.390358+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:29:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:29:53.395076+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:29:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:54.485632+0000 mgr.y (mgr.24491) 1975 : cluster [DBG] pgmap v1725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:54.485632+0000 mgr.y (mgr.24491) 1975 : cluster [DBG] pgmap v1725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:54.485632+0000 mgr.y (mgr.24491) 1975 : cluster [DBG] pgmap v1725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:56.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:56.486104+0000 mgr.y (mgr.24491) 1976 : cluster [DBG] pgmap v1726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:56.486104+0000 mgr.y (mgr.24491) 1976 : cluster [DBG] pgmap v1726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:56.486104+0000 mgr.y (mgr.24491) 1976 : cluster [DBG] pgmap v1726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:29:57] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:29:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:29:58.486426+0000 mgr.y (mgr.24491) 1977 : cluster [DBG] pgmap v1727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:29:58.486426+0000 mgr.y (mgr.24491) 1977 : cluster [DBG] pgmap v1727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:29:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:29:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:29:58.486426+0000 mgr.y (mgr.24491) 1977 : cluster [DBG] pgmap v1727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:00.000083+0000 mon.a (mon.0) 1102 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:30:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T04:29:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:30:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:00.000083+0000 mon.a (mon.0) 1102 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:30:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:00.000083+0000 mon.a (mon.0) 1102 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:30:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:00.487144+0000 mgr.y (mgr.24491) 1978 : cluster [DBG] pgmap v1728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:00.487144+0000 mgr.y (mgr.24491) 1978 : cluster [DBG] pgmap v1728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:00.487144+0000 mgr.y (mgr.24491) 1978 : cluster [DBG] pgmap v1728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:30:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:02.487577+0000 mgr.y (mgr.24491) 1979 : cluster [DBG] pgmap v1729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:02.487577+0000 mgr.y (mgr.24491) 1979 : cluster [DBG] pgmap v1729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:02.487577+0000 mgr.y (mgr.24491) 1979 : cluster [DBG] pgmap v1729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:04.488275+0000 mgr.y (mgr.24491) 1980 : cluster [DBG] pgmap v1730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:04.488275+0000 mgr.y (mgr.24491) 1980 : cluster [DBG] pgmap v1730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:04.488275+0000 mgr.y (mgr.24491) 1980 : cluster [DBG] pgmap v1730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:06.488888+0000 mgr.y (mgr.24491) 1981 : cluster [DBG] pgmap v1731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:06.488888+0000 mgr.y (mgr.24491) 1981 : cluster [DBG] pgmap v1731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:06.488888+0000 mgr.y (mgr.24491) 1981 : cluster [DBG] pgmap v1731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T04:30:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:08.489286+0000 mgr.y (mgr.24491) 1982 : cluster [DBG] pgmap v1732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:08.489286+0000 mgr.y (mgr.24491) 1982 : cluster [DBG] pgmap v1732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:08.489286+0000 mgr.y (mgr.24491) 1982 : cluster [DBG] pgmap v1732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:10.489958+0000 mgr.y (mgr.24491) 1983 : cluster [DBG] pgmap v1733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:10.489958+0000 mgr.y (mgr.24491) 1983 : cluster [DBG] pgmap v1733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:10.489958+0000 mgr.y (mgr.24491) 1983 : cluster [DBG] pgmap v1733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:30:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:12.490354+0000 mgr.y (mgr.24491) 1984 : cluster [DBG] pgmap v1734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:12.490354+0000 mgr.y (mgr.24491) 1984 : cluster [DBG] pgmap v1734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:12.490354+0000 mgr.y (mgr.24491) 1984 : cluster [DBG] pgmap v1734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:14.491040+0000 mgr.y (mgr.24491) 1985 : cluster [DBG] pgmap v1735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:14.491040+0000 mgr.y (mgr.24491) 1985 : cluster [DBG] pgmap v1735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:14.491040+0000 mgr.y (mgr.24491) 1985 : cluster [DBG] pgmap v1735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:16.491655+0000 mgr.y (mgr.24491) 1986 : cluster [DBG] pgmap v1736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:16.491655+0000 mgr.y (mgr.24491) 1986 : cluster [DBG] pgmap v1736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:16.491655+0000 mgr.y (mgr.24491) 1986 : cluster [DBG] pgmap v1736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:30:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:18.492241+0000 mgr.y (mgr.24491) 1987 : cluster [DBG] pgmap v1737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:18.492241+0000 mgr.y (mgr.24491) 1987 : cluster [DBG] pgmap v1737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:18.492241+0000 mgr.y (mgr.24491) 1987 : cluster [DBG] pgmap v1737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:20.492857+0000 mgr.y (mgr.24491) 1988 : cluster [DBG] pgmap v1738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:20.492857+0000 mgr.y (mgr.24491) 1988 : cluster [DBG] pgmap v1738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:20.492857+0000 mgr.y (mgr.24491) 1988 : cluster [DBG] pgmap v1738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:30:21.599 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:30:21.877 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:30:21.877 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (56m) 4m ago 57m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:30:21.877 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (56m) 4m ago 56m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:30:21.877 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (58m) 4m ago 58m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:30:21.877 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (58m) 4m ago 58m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:30:21.877 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (61m) 4m ago 61m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:30:21.877 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (63m) 4m ago 63m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:30:21.877 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (63m) 4m ago 63m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:30:21.877 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (61m) 4m ago 61m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (61m) 4m ago 61m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (57m) 4m ago 57m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (57m) 4m ago 57m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (61m) 4m ago 61m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (60m) 4m ago 60m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (60m) 4m ago 60m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (59m) 4m ago 59m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (59m) 4m ago 59m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (59m) 4m ago 59m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (58m) 4m ago 58m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (58m) 4m ago 58m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:30:21.878 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (56m) 4m ago 57m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:30:22.210 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:30:22.211 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:30:22.211 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:30:22.211 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:30:22.211 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:30:22.211 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:30:22.211 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:30:22.211 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:30:22.212 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:30:22.212 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:30:22.212 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:30:22.212 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:30:22.212 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:30:22.212 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:30:22.212 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:30:22.212 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:30:22.212 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:30:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:30:22.212999+0000 mon.a (mon.0) 1103 : audit [DBG] from='client.? 172.21.15.177:0/1971919589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:30:22.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:30:22.212999+0000 mon.a (mon.0) 1103 : audit [DBG] from='client.? 172.21.15.177:0/1971919589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:30:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:30:22.212999+0000 mon.a (mon.0) 1103 : audit [DBG] from='client.? 172.21.15.177:0/1971919589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:30:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:30:21.589507+0000 mgr.y (mgr.24491) 1989 : audit [DBG] from='client.16875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:30:21.871743+0000 mgr.y (mgr.24491) 1990 : audit [DBG] from='client.16881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:22.493174+0000 mgr.y (mgr.24491) 1991 : cluster [DBG] pgmap v1739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:30:21.589507+0000 mgr.y (mgr.24491) 1989 : audit [DBG] from='client.16875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:30:21.871743+0000 mgr.y (mgr.24491) 1990 : audit [DBG] from='client.16881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:22.493174+0000 mgr.y (mgr.24491) 1991 : cluster [DBG] pgmap v1739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:30:21.589507+0000 mgr.y (mgr.24491) 1989 : audit [DBG] from='client.16875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:30:21.871743+0000 mgr.y (mgr.24491) 1990 : audit [DBG] from='client.16881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:22.493174+0000 mgr.y (mgr.24491) 1991 : cluster [DBG] pgmap v1739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:24.493902+0000 mgr.y (mgr.24491) 1992 : cluster [DBG] pgmap v1740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:24.493902+0000 mgr.y (mgr.24491) 1992 : cluster [DBG] pgmap v1740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:24.493902+0000 mgr.y (mgr.24491) 1992 : cluster [DBG] pgmap v1740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:26.494355+0000 mgr.y (mgr.24491) 1993 : cluster [DBG] pgmap v1741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:26.494355+0000 mgr.y (mgr.24491) 1993 : cluster [DBG] pgmap v1741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:26.494355+0000 mgr.y (mgr.24491) 1993 : cluster [DBG] pgmap v1741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T04:30:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:28.494759+0000 mgr.y (mgr.24491) 1994 : cluster [DBG] pgmap v1742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:28.494759+0000 mgr.y (mgr.24491) 1994 : cluster [DBG] pgmap v1742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:28.494759+0000 mgr.y (mgr.24491) 1994 : cluster [DBG] pgmap v1742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:30.495625+0000 mgr.y (mgr.24491) 1995 : cluster [DBG] pgmap v1743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:30.495625+0000 mgr.y (mgr.24491) 1995 : cluster [DBG] pgmap v1743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:30.495625+0000 mgr.y (mgr.24491) 1995 : cluster [DBG] pgmap v1743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:30:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:32.496079+0000 mgr.y (mgr.24491) 1996 : cluster [DBG] pgmap v1744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:32.496079+0000 mgr.y (mgr.24491) 1996 : cluster [DBG] pgmap v1744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:32.496079+0000 mgr.y (mgr.24491) 1996 : cluster [DBG] pgmap v1744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:34.496616+0000 mgr.y (mgr.24491) 1997 : cluster [DBG] pgmap v1745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:34.496616+0000 mgr.y (mgr.24491) 1997 : cluster [DBG] pgmap v1745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:34.496616+0000 mgr.y (mgr.24491) 1997 : cluster [DBG] pgmap v1745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:36.497066+0000 mgr.y (mgr.24491) 1998 : cluster [DBG] pgmap v1746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:36.497066+0000 mgr.y (mgr.24491) 1998 : cluster [DBG] pgmap v1746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:36.497066+0000 mgr.y (mgr.24491) 1998 : cluster [DBG] pgmap v1746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:30:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:38.497576+0000 mgr.y (mgr.24491) 1999 : cluster [DBG] pgmap v1747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:38.497576+0000 mgr.y (mgr.24491) 1999 : cluster [DBG] pgmap v1747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:38.497576+0000 mgr.y (mgr.24491) 1999 : cluster [DBG] pgmap v1747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:40.498251+0000 mgr.y (mgr.24491) 2000 : cluster [DBG] pgmap v1748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:40.498251+0000 mgr.y (mgr.24491) 2000 : cluster [DBG] pgmap v1748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:40.498251+0000 mgr.y (mgr.24491) 2000 : cluster [DBG] pgmap v1748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:30:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:42.498636+0000 mgr.y (mgr.24491) 2001 : cluster [DBG] pgmap v1749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:42.498636+0000 mgr.y (mgr.24491) 2001 : cluster [DBG] pgmap v1749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:42.498636+0000 mgr.y (mgr.24491) 2001 : cluster [DBG] pgmap v1749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:44.499322+0000 mgr.y (mgr.24491) 2002 : cluster [DBG] pgmap v1750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:44.499322+0000 mgr.y (mgr.24491) 2002 : cluster [DBG] pgmap v1750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:44.499322+0000 mgr.y (mgr.24491) 2002 : cluster [DBG] pgmap v1750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:46.499815+0000 mgr.y (mgr.24491) 2003 : cluster [DBG] pgmap v1751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:46.499815+0000 mgr.y (mgr.24491) 2003 : cluster [DBG] pgmap v1751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:46.499815+0000 mgr.y (mgr.24491) 2003 : cluster [DBG] pgmap v1751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:47] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:30:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:48.500395+0000 mgr.y (mgr.24491) 2004 : cluster [DBG] pgmap v1752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:48.500395+0000 mgr.y (mgr.24491) 2004 : cluster [DBG] pgmap v1752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:48.500395+0000 mgr.y (mgr.24491) 2004 : cluster [DBG] pgmap v1752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:50.501245+0000 mgr.y (mgr.24491) 2005 : cluster [DBG] pgmap v1753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:50.501245+0000 mgr.y (mgr.24491) 2005 : cluster [DBG] pgmap v1753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:50.501245+0000 mgr.y (mgr.24491) 2005 : cluster [DBG] pgmap v1753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:30:52.528 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:30:52.811 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (56m) 5m ago 57m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (57m) 5m ago 57m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (58m) 5m ago 58m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (58m) 5m ago 58m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (62m) 5m ago 61m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (63m) 5m ago 63m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (63m) 5m ago 63m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (62m) 5m ago 62m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (62m) 5m ago 62m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (57m) 5m ago 57m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (57m) 5m ago 57m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (61m) 5m ago 61m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (61m) 5m ago 61m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (60m) 5m ago 60m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:30:52.812 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (60m) 5m ago 60m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:30:52.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (60m) 5m ago 60m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:30:52.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (59m) 5m ago 59m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:30:52.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (59m) 5m ago 59m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:30:52.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (58m) 5m ago 58m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:30:52.813 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (56m) 5m ago 57m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:30:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:52.501584+0000 mgr.y (mgr.24491) 2006 : cluster [DBG] pgmap v1754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:52.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:52.501584+0000 mgr.y (mgr.24491) 2006 : cluster [DBG] pgmap v1754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:52.501584+0000 mgr.y (mgr.24491) 2006 : cluster [DBG] pgmap v1754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:53.144 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:30:53.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:30:53.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:30:53.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:30:53.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:30:53.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:30:53.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:30:53.144 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:30:53.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:30:53.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:30:53.145 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:30:53.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:30:53.145 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:30:53.145 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:30:53.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:30:53.145 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:30:53.145 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:30:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:30:52.518528+0000 mgr.y (mgr.24491) 2007 : audit [DBG] from='client.16893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:30:52.806154+0000 mgr.y (mgr.24491) 2008 : audit [DBG] from='client.26804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:30:53.146484+0000 mon.c (mon.2) 98 : audit [DBG] from='client.? 172.21.15.177:0/1023532478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:30:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:30:53.399373+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:30:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:30:52.518528+0000 mgr.y (mgr.24491) 2007 : audit [DBG] from='client.16893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:30:52.806154+0000 mgr.y (mgr.24491) 2008 : audit [DBG] from='client.26804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:30:53.146484+0000 mon.c (mon.2) 98 : audit [DBG] from='client.? 172.21.15.177:0/1023532478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:30:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:30:53.399373+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:30:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:30:52.518528+0000 mgr.y (mgr.24491) 2007 : audit [DBG] from='client.16893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:30:52.806154+0000 mgr.y (mgr.24491) 2008 : audit [DBG] from='client.26804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:30:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:30:53.146484+0000 mon.c (mon.2) 98 : audit [DBG] from='client.? 172.21.15.177:0/1023532478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:30:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:30:53.399373+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:30:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:30:53.691040+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:30:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:30:53.691704+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:30:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:30:53.696099+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:30:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:54.502335+0000 mgr.y (mgr.24491) 2009 : cluster [DBG] pgmap v1755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:30:53.691040+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:30:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:30:53.691704+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:30:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:30:53.696099+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:30:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:54.502335+0000 mgr.y (mgr.24491) 2009 : cluster [DBG] pgmap v1755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:30:53.691040+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:30:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:30:53.691704+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:30:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:30:53.696099+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:30:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:54.502335+0000 mgr.y (mgr.24491) 2009 : cluster [DBG] pgmap v1755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:56.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:56.502860+0000 mgr.y (mgr.24491) 2010 : cluster [DBG] pgmap v1756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:56.502860+0000 mgr.y (mgr.24491) 2010 : cluster [DBG] pgmap v1756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:56.502860+0000 mgr.y (mgr.24491) 2010 : cluster [DBG] pgmap v1756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:30:57] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:30:58.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:30:58.503398+0000 mgr.y (mgr.24491) 2011 : cluster [DBG] pgmap v1757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:30:58.503398+0000 mgr.y (mgr.24491) 2011 : cluster [DBG] pgmap v1757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:30:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:30:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:30:58.503398+0000 mgr.y (mgr.24491) 2011 : cluster [DBG] pgmap v1757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:00.504076+0000 mgr.y (mgr.24491) 2012 : cluster [DBG] pgmap v1758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:00.504076+0000 mgr.y (mgr.24491) 2012 : cluster [DBG] pgmap v1758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:00.504076+0000 mgr.y (mgr.24491) 2012 : cluster [DBG] pgmap v1758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:31:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:02.504612+0000 mgr.y (mgr.24491) 2013 : cluster [DBG] pgmap v1759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:02.504612+0000 mgr.y (mgr.24491) 2013 : cluster [DBG] pgmap v1759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:02.504612+0000 mgr.y (mgr.24491) 2013 : cluster [DBG] pgmap v1759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:04.505514+0000 mgr.y (mgr.24491) 2014 : cluster [DBG] pgmap v1760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:04.505514+0000 mgr.y (mgr.24491) 2014 : cluster [DBG] pgmap v1760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:04.505514+0000 mgr.y (mgr.24491) 2014 : cluster [DBG] pgmap v1760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:06.506091+0000 mgr.y (mgr.24491) 2015 : cluster [DBG] pgmap v1761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:06.506091+0000 mgr.y (mgr.24491) 2015 : cluster [DBG] pgmap v1761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:06.506091+0000 mgr.y (mgr.24491) 2015 : cluster [DBG] pgmap v1761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:07] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:31:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:08.506539+0000 mgr.y (mgr.24491) 2016 : cluster [DBG] pgmap v1762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:08.506539+0000 mgr.y (mgr.24491) 2016 : cluster [DBG] pgmap v1762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:08.506539+0000 mgr.y (mgr.24491) 2016 : cluster [DBG] pgmap v1762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:10.507282+0000 mgr.y (mgr.24491) 2017 : cluster [DBG] pgmap v1763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:10.507282+0000 mgr.y (mgr.24491) 2017 : cluster [DBG] pgmap v1763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:10.507282+0000 mgr.y (mgr.24491) 2017 : cluster [DBG] pgmap v1763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:31:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:12.507728+0000 mgr.y (mgr.24491) 2018 : cluster [DBG] pgmap v1764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:12.507728+0000 mgr.y (mgr.24491) 2018 : cluster [DBG] pgmap v1764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:12.507728+0000 mgr.y (mgr.24491) 2018 : cluster [DBG] pgmap v1764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:14.508340+0000 mgr.y (mgr.24491) 2019 : cluster [DBG] pgmap v1765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:14.508340+0000 mgr.y (mgr.24491) 2019 : cluster [DBG] pgmap v1765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:14.508340+0000 mgr.y (mgr.24491) 2019 : cluster [DBG] pgmap v1765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:16.508708+0000 mgr.y (mgr.24491) 2020 : cluster [DBG] pgmap v1766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:16.508708+0000 mgr.y (mgr.24491) 2020 : cluster [DBG] pgmap v1766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:16.508708+0000 mgr.y (mgr.24491) 2020 : cluster [DBG] pgmap v1766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:17] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:31:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:18.509232+0000 mgr.y (mgr.24491) 2021 : cluster [DBG] pgmap v1767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:18.509232+0000 mgr.y (mgr.24491) 2021 : cluster [DBG] pgmap v1767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:18.509232+0000 mgr.y (mgr.24491) 2021 : cluster [DBG] pgmap v1767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:20.509855+0000 mgr.y (mgr.24491) 2022 : cluster [DBG] pgmap v1768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:20.509855+0000 mgr.y (mgr.24491) 2022 : cluster [DBG] pgmap v1768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:20.509855+0000 mgr.y (mgr.24491) 2022 : cluster [DBG] pgmap v1768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:31:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:22.510240+0000 mgr.y (mgr.24491) 2023 : cluster [DBG] pgmap v1769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:22.510240+0000 mgr.y (mgr.24491) 2023 : cluster [DBG] pgmap v1769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:22.510240+0000 mgr.y (mgr.24491) 2023 : cluster [DBG] pgmap v1769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:23.449 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:31:23.726 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:31:23.726 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (57m) 5m ago 58m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:31:23.726 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (57m) 5m ago 57m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:31:23.726 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (59m) 5m ago 59m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:31:23.726 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (59m) 5m ago 59m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (62m) 5m ago 62m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (64m) 5m ago 64m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (64m) 5m ago 64m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (62m) 5m ago 62m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (62m) 5m ago 62m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (58m) 5m ago 58m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (58m) 5m ago 58m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (62m) 5m ago 62m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (61m) 5m ago 61m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (61m) 5m ago 61m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (61m) 5m ago 60m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (60m) 5m ago 60m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (60m) 5m ago 60m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (59m) 5m ago 59m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (59m) 5m ago 59m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:31:23.727 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (57m) 5m ago 58m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:31:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:31:23.439453+0000 mgr.y (mgr.24491) 2024 : audit [DBG] from='client.26816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:23.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:31:23.439453+0000 mgr.y (mgr.24491) 2024 : audit [DBG] from='client.26816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:31:23.439453+0000 mgr.y (mgr.24491) 2024 : audit [DBG] from='client.26816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:31:24.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:31:24.060 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:31:24.060 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:31:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:31:23.720966+0000 mgr.y (mgr.24491) 2025 : audit [DBG] from='client.26822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:31:24.061273+0000 mon.c (mon.2) 99 : audit [DBG] from='client.? 172.21.15.177:0/305646003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:31:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:24.510721+0000 mgr.y (mgr.24491) 2026 : cluster [DBG] pgmap v1770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:31:23.720966+0000 mgr.y (mgr.24491) 2025 : audit [DBG] from='client.26822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:31:24.061273+0000 mon.c (mon.2) 99 : audit [DBG] from='client.? 172.21.15.177:0/305646003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:31:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:24.510721+0000 mgr.y (mgr.24491) 2026 : cluster [DBG] pgmap v1770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:31:23.720966+0000 mgr.y (mgr.24491) 2025 : audit [DBG] from='client.26822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:31:24.061273+0000 mon.c (mon.2) 99 : audit [DBG] from='client.? 172.21.15.177:0/305646003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:31:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:24.510721+0000 mgr.y (mgr.24491) 2026 : cluster [DBG] pgmap v1770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:26.511163+0000 mgr.y (mgr.24491) 2027 : cluster [DBG] pgmap v1771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:26.511163+0000 mgr.y (mgr.24491) 2027 : cluster [DBG] pgmap v1771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:26.511163+0000 mgr.y (mgr.24491) 2027 : cluster [DBG] pgmap v1771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:27] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:31:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:28.511502+0000 mgr.y (mgr.24491) 2028 : cluster [DBG] pgmap v1772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:28.511502+0000 mgr.y (mgr.24491) 2028 : cluster [DBG] pgmap v1772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:28.511502+0000 mgr.y (mgr.24491) 2028 : cluster [DBG] pgmap v1772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:30.512175+0000 mgr.y (mgr.24491) 2029 : cluster [DBG] pgmap v1773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:30.512175+0000 mgr.y (mgr.24491) 2029 : cluster [DBG] pgmap v1773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:30.512175+0000 mgr.y (mgr.24491) 2029 : cluster [DBG] pgmap v1773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:31:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:32.512523+0000 mgr.y (mgr.24491) 2030 : cluster [DBG] pgmap v1774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:32.512523+0000 mgr.y (mgr.24491) 2030 : cluster [DBG] pgmap v1774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:32.512523+0000 mgr.y (mgr.24491) 2030 : cluster [DBG] pgmap v1774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:34.513300+0000 mgr.y (mgr.24491) 2031 : cluster [DBG] pgmap v1775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:34.513300+0000 mgr.y (mgr.24491) 2031 : cluster [DBG] pgmap v1775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:34.513300+0000 mgr.y (mgr.24491) 2031 : cluster [DBG] pgmap v1775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:36.513805+0000 mgr.y (mgr.24491) 2032 : cluster [DBG] pgmap v1776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:36.513805+0000 mgr.y (mgr.24491) 2032 : cluster [DBG] pgmap v1776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:36.513805+0000 mgr.y (mgr.24491) 2032 : cluster [DBG] pgmap v1776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:31:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:38.514186+0000 mgr.y (mgr.24491) 2033 : cluster [DBG] pgmap v1777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:38.514186+0000 mgr.y (mgr.24491) 2033 : cluster [DBG] pgmap v1777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:38.514186+0000 mgr.y (mgr.24491) 2033 : cluster [DBG] pgmap v1777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:40.514877+0000 mgr.y (mgr.24491) 2034 : cluster [DBG] pgmap v1778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:40.514877+0000 mgr.y (mgr.24491) 2034 : cluster [DBG] pgmap v1778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:40.514877+0000 mgr.y (mgr.24491) 2034 : cluster [DBG] pgmap v1778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:31:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:42.515267+0000 mgr.y (mgr.24491) 2035 : cluster [DBG] pgmap v1779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:42.515267+0000 mgr.y (mgr.24491) 2035 : cluster [DBG] pgmap v1779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:42.515267+0000 mgr.y (mgr.24491) 2035 : cluster [DBG] pgmap v1779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:44.515827+0000 mgr.y (mgr.24491) 2036 : cluster [DBG] pgmap v1780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:44.515827+0000 mgr.y (mgr.24491) 2036 : cluster [DBG] pgmap v1780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:44.515827+0000 mgr.y (mgr.24491) 2036 : cluster [DBG] pgmap v1780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:46.516411+0000 mgr.y (mgr.24491) 2037 : cluster [DBG] pgmap v1781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:46.516411+0000 mgr.y (mgr.24491) 2037 : cluster [DBG] pgmap v1781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:46.516411+0000 mgr.y (mgr.24491) 2037 : cluster [DBG] pgmap v1781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:47] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:31:48.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:48.517005+0000 mgr.y (mgr.24491) 2038 : cluster [DBG] pgmap v1782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:48.517005+0000 mgr.y (mgr.24491) 2038 : cluster [DBG] pgmap v1782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:48.517005+0000 mgr.y (mgr.24491) 2038 : cluster [DBG] pgmap v1782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:50.517767+0000 mgr.y (mgr.24491) 2039 : cluster [DBG] pgmap v1783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:50.517767+0000 mgr.y (mgr.24491) 2039 : cluster [DBG] pgmap v1783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:50.517767+0000 mgr.y (mgr.24491) 2039 : cluster [DBG] pgmap v1783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:31:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:52.518267+0000 mgr.y (mgr.24491) 2040 : cluster [DBG] pgmap v1784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:52.518267+0000 mgr.y (mgr.24491) 2040 : cluster [DBG] pgmap v1784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:52.518267+0000 mgr.y (mgr.24491) 2040 : cluster [DBG] pgmap v1784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:31:53.700393+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:31:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:31:53.700393+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:31:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:31:53.700393+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:31:54.374 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:31:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:31:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (57m) 6m ago 58m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:31:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (58m) 6m ago 58m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:31:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (59m) 6m ago 59m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:31:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (59m) 6m ago 59m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:31:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (63m) 6m ago 63m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:31:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (64m) 6m ago 64m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:31:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (64m) 6m ago 64m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:31:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (63m) 6m ago 63m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:31:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (63m) 6m ago 63m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:31:54.658 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (58m) 6m ago 58m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:31:54.659 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (58m) 6m ago 58m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:31:54.659 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (62m) 6m ago 62m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:31:54.659 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (62m) 6m ago 62m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:31:54.659 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (61m) 6m ago 61m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:31:54.659 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (61m) 6m ago 61m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:31:54.659 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (61m) 6m ago 61m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:31:54.659 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (60m) 6m ago 60m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:31:54.659 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (60m) 6m ago 60m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:31:54.659 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (59m) 6m ago 59m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:31:54.659 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (57m) 6m ago 58m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:31:55.001 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:31:55.001 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:31:55.001 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:31:55.001 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:31:55.001 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:31:55.001 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:31:55.002 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:31:55.002 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:31:55.002 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:31:55.002 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:31:55.002 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:31:55.002 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:31:55.002 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:31:55.002 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:31:55.002 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:31:55.002 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:31:55.002 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:31:55.126 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:31:54.363197+0000 mgr.y (mgr.24491) 2041 : audit [DBG] from='client.26834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:55.126 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:54.519021+0000 mgr.y (mgr.24491) 2042 : cluster [DBG] pgmap v1785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:55.126 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:31:54.363197+0000 mgr.y (mgr.24491) 2041 : audit [DBG] from='client.26834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:55.126 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:54.519021+0000 mgr.y (mgr.24491) 2042 : cluster [DBG] pgmap v1785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:31:54.363197+0000 mgr.y (mgr.24491) 2041 : audit [DBG] from='client.26834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:54.519021+0000 mgr.y (mgr.24491) 2042 : cluster [DBG] pgmap v1785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:56.132 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:31:54.652273+0000 mgr.y (mgr.24491) 2043 : audit [DBG] from='client.16935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:56.132 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:31:55.003211+0000 mon.a (mon.0) 1109 : audit [DBG] from='client.? 172.21.15.177:0/2529731784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:31:56.133 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:31:54.652273+0000 mgr.y (mgr.24491) 2043 : audit [DBG] from='client.16935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:56.133 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:31:55.003211+0000 mon.a (mon.0) 1109 : audit [DBG] from='client.? 172.21.15.177:0/2529731784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:31:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:31:54.652273+0000 mgr.y (mgr.24491) 2043 : audit [DBG] from='client.16935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:31:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:31:55.003211+0000 mon.a (mon.0) 1109 : audit [DBG] from='client.? 172.21.15.177:0/2529731784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:31:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:56.519404+0000 mgr.y (mgr.24491) 2044 : cluster [DBG] pgmap v1786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:56.519404+0000 mgr.y (mgr.24491) 2044 : cluster [DBG] pgmap v1786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:56.519404+0000 mgr.y (mgr.24491) 2044 : cluster [DBG] pgmap v1786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:31:57] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:31:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:31:56.916755+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:31:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:31:57.184226+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:31:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:31:57.184930+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:31:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:31:57.191363+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:31:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:31:56.916755+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:31:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:31:57.184226+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:31:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:31:57.184930+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:31:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:31:57.191363+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:31:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:31:56.916755+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:31:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:31:57.184226+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:31:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:31:57.184930+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:31:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:31:57.191363+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:31:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:31:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:31:58.519776+0000 mgr.y (mgr.24491) 2045 : cluster [DBG] pgmap v1787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:31:58.519776+0000 mgr.y (mgr.24491) 2045 : cluster [DBG] pgmap v1787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:31:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:31:58.519776+0000 mgr.y (mgr.24491) 2045 : cluster [DBG] pgmap v1787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:32:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:00.520397+0000 mgr.y (mgr.24491) 2046 : cluster [DBG] pgmap v1788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:00.520397+0000 mgr.y (mgr.24491) 2046 : cluster [DBG] pgmap v1788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:00.520397+0000 mgr.y (mgr.24491) 2046 : cluster [DBG] pgmap v1788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:02.520848+0000 mgr.y (mgr.24491) 2047 : cluster [DBG] pgmap v1789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:02.520848+0000 mgr.y (mgr.24491) 2047 : cluster [DBG] pgmap v1789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:02.520848+0000 mgr.y (mgr.24491) 2047 : cluster [DBG] pgmap v1789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:05.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:04.521494+0000 mgr.y (mgr.24491) 2048 : cluster [DBG] pgmap v1790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:04.521494+0000 mgr.y (mgr.24491) 2048 : cluster [DBG] pgmap v1790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:04.521494+0000 mgr.y (mgr.24491) 2048 : cluster [DBG] pgmap v1790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:07.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T04:32:07.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:06.521881+0000 mgr.y (mgr.24491) 2049 : cluster [DBG] pgmap v1791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:06.521881+0000 mgr.y (mgr.24491) 2049 : cluster [DBG] pgmap v1791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:06.521881+0000 mgr.y (mgr.24491) 2049 : cluster [DBG] pgmap v1791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:08.522329+0000 mgr.y (mgr.24491) 2050 : cluster [DBG] pgmap v1792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:08.522329+0000 mgr.y (mgr.24491) 2050 : cluster [DBG] pgmap v1792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:08.522329+0000 mgr.y (mgr.24491) 2050 : cluster [DBG] pgmap v1792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:32:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:10.522947+0000 mgr.y (mgr.24491) 2051 : cluster [DBG] pgmap v1793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:10.522947+0000 mgr.y (mgr.24491) 2051 : cluster [DBG] pgmap v1793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:10.522947+0000 mgr.y (mgr.24491) 2051 : cluster [DBG] pgmap v1793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:12.523372+0000 mgr.y (mgr.24491) 2052 : cluster [DBG] pgmap v1794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:12.523372+0000 mgr.y (mgr.24491) 2052 : cluster [DBG] pgmap v1794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:12.523372+0000 mgr.y (mgr.24491) 2052 : cluster [DBG] pgmap v1794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:14.524170+0000 mgr.y (mgr.24491) 2053 : cluster [DBG] pgmap v1795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:14.524170+0000 mgr.y (mgr.24491) 2053 : cluster [DBG] pgmap v1795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:14.524170+0000 mgr.y (mgr.24491) 2053 : cluster [DBG] pgmap v1795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:17.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:17] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:32:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:16.524571+0000 mgr.y (mgr.24491) 2054 : cluster [DBG] pgmap v1796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:16.524571+0000 mgr.y (mgr.24491) 2054 : cluster [DBG] pgmap v1796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:16.524571+0000 mgr.y (mgr.24491) 2054 : cluster [DBG] pgmap v1796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:18.525093+0000 mgr.y (mgr.24491) 2055 : cluster [DBG] pgmap v1797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:18.525093+0000 mgr.y (mgr.24491) 2055 : cluster [DBG] pgmap v1797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:18.525093+0000 mgr.y (mgr.24491) 2055 : cluster [DBG] pgmap v1797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:32:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:20.525871+0000 mgr.y (mgr.24491) 2056 : cluster [DBG] pgmap v1798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:20.525871+0000 mgr.y (mgr.24491) 2056 : cluster [DBG] pgmap v1798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:20.525871+0000 mgr.y (mgr.24491) 2056 : cluster [DBG] pgmap v1798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:22.526348+0000 mgr.y (mgr.24491) 2057 : cluster [DBG] pgmap v1799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:22.526348+0000 mgr.y (mgr.24491) 2057 : cluster [DBG] pgmap v1799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:22.526348+0000 mgr.y (mgr.24491) 2057 : cluster [DBG] pgmap v1799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:25.311 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:32:25.587 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:32:25.587 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (58m) 6m ago 59m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:32:25.587 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (58m) 6m ago 58m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:32:25.587 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (60m) 6m ago 60m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:32:25.587 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (60m) 6m ago 60m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:32:25.587 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (63m) 6m ago 63m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:32:25.587 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (65m) 6m ago 65m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:32:25.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (65m) 6m ago 65m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:32:25.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (63m) 6m ago 63m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:32:25.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (63m) 6m ago 63m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:32:25.588 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (59m) 6m ago 59m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:32:25.588 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (59m) 6m ago 59m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:32:25.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (63m) 6m ago 63m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:32:25.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (62m) 6m ago 62m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:32:25.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (62m) 6m ago 62m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:32:25.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (62m) 6m ago 62m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:32:25.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (61m) 6m ago 61m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:32:25.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (61m) 6m ago 61m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:32:25.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (60m) 6m ago 60m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:32:25.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (60m) 6m ago 60m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:32:25.588 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (58m) 6m ago 59m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:32:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:24.527012+0000 mgr.y (mgr.24491) 2058 : cluster [DBG] pgmap v1800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:32:25.301438+0000 mgr.y (mgr.24491) 2059 : audit [DBG] from='client.26852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:24.527012+0000 mgr.y (mgr.24491) 2058 : cluster [DBG] pgmap v1800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:32:25.301438+0000 mgr.y (mgr.24491) 2059 : audit [DBG] from='client.26852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:25.918 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:32:25.918 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:32:25.918 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:32:25.919 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:32:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:24.527012+0000 mgr.y (mgr.24491) 2058 : cluster [DBG] pgmap v1800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:32:25.301438+0000 mgr.y (mgr.24491) 2059 : audit [DBG] from='client.26852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:32:25.581811+0000 mgr.y (mgr.24491) 2060 : audit [DBG] from='client.26858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:32:25.921033+0000 mon.c (mon.2) 100 : audit [DBG] from='client.? 172.21.15.177:0/1789276124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:32:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:32:25.581811+0000 mgr.y (mgr.24491) 2060 : audit [DBG] from='client.26858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:32:25.921033+0000 mon.c (mon.2) 100 : audit [DBG] from='client.? 172.21.15.177:0/1789276124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:32:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:32:25.581811+0000 mgr.y (mgr.24491) 2060 : audit [DBG] from='client.26858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:32:25.921033+0000 mon.c (mon.2) 100 : audit [DBG] from='client.? 172.21.15.177:0/1789276124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:32:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:27] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:32:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:26.527512+0000 mgr.y (mgr.24491) 2061 : cluster [DBG] pgmap v1801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:26.527512+0000 mgr.y (mgr.24491) 2061 : cluster [DBG] pgmap v1801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:26.527512+0000 mgr.y (mgr.24491) 2061 : cluster [DBG] pgmap v1801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:29.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:28.527977+0000 mgr.y (mgr.24491) 2062 : cluster [DBG] pgmap v1802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:28.527977+0000 mgr.y (mgr.24491) 2062 : cluster [DBG] pgmap v1802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:28.527977+0000 mgr.y (mgr.24491) 2062 : cluster [DBG] pgmap v1802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:32:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:30.528646+0000 mgr.y (mgr.24491) 2063 : cluster [DBG] pgmap v1803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:30.528646+0000 mgr.y (mgr.24491) 2063 : cluster [DBG] pgmap v1803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:30.528646+0000 mgr.y (mgr.24491) 2063 : cluster [DBG] pgmap v1803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:32.528996+0000 mgr.y (mgr.24491) 2064 : cluster [DBG] pgmap v1804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:32.528996+0000 mgr.y (mgr.24491) 2064 : cluster [DBG] pgmap v1804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:32.528996+0000 mgr.y (mgr.24491) 2064 : cluster [DBG] pgmap v1804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:34.529779+0000 mgr.y (mgr.24491) 2065 : cluster [DBG] pgmap v1805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:34.529779+0000 mgr.y (mgr.24491) 2065 : cluster [DBG] pgmap v1805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:34.529779+0000 mgr.y (mgr.24491) 2065 : cluster [DBG] pgmap v1805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:37.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:36.530204+0000 mgr.y (mgr.24491) 2066 : cluster [DBG] pgmap v1806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:37] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:32:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:36.530204+0000 mgr.y (mgr.24491) 2066 : cluster [DBG] pgmap v1806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:36.530204+0000 mgr.y (mgr.24491) 2066 : cluster [DBG] pgmap v1806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:39.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:38.530741+0000 mgr.y (mgr.24491) 2067 : cluster [DBG] pgmap v1807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:38.530741+0000 mgr.y (mgr.24491) 2067 : cluster [DBG] pgmap v1807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:38.530741+0000 mgr.y (mgr.24491) 2067 : cluster [DBG] pgmap v1807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:32:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:40.531496+0000 mgr.y (mgr.24491) 2068 : cluster [DBG] pgmap v1808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:40.531496+0000 mgr.y (mgr.24491) 2068 : cluster [DBG] pgmap v1808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:40.531496+0000 mgr.y (mgr.24491) 2068 : cluster [DBG] pgmap v1808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:42.531927+0000 mgr.y (mgr.24491) 2069 : cluster [DBG] pgmap v1809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:42.531927+0000 mgr.y (mgr.24491) 2069 : cluster [DBG] pgmap v1809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:42.531927+0000 mgr.y (mgr.24491) 2069 : cluster [DBG] pgmap v1809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:44.532704+0000 mgr.y (mgr.24491) 2070 : cluster [DBG] pgmap v1810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:46.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:44.532704+0000 mgr.y (mgr.24491) 2070 : cluster [DBG] pgmap v1810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:44.532704+0000 mgr.y (mgr.24491) 2070 : cluster [DBG] pgmap v1810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:46.533117+0000 mgr.y (mgr.24491) 2071 : cluster [DBG] pgmap v1811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:47] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:32:48.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:46.533117+0000 mgr.y (mgr.24491) 2071 : cluster [DBG] pgmap v1811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:48.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:46.533117+0000 mgr.y (mgr.24491) 2071 : cluster [DBG] pgmap v1811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:48.533599+0000 mgr.y (mgr.24491) 2072 : cluster [DBG] pgmap v1812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:48.533599+0000 mgr.y (mgr.24491) 2072 : cluster [DBG] pgmap v1812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:48.533599+0000 mgr.y (mgr.24491) 2072 : cluster [DBG] pgmap v1812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:32:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:50.534520+0000 mgr.y (mgr.24491) 2073 : cluster [DBG] pgmap v1813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:50.534520+0000 mgr.y (mgr.24491) 2073 : cluster [DBG] pgmap v1813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:50.534520+0000 mgr.y (mgr.24491) 2073 : cluster [DBG] pgmap v1813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:52.535123+0000 mgr.y (mgr.24491) 2074 : cluster [DBG] pgmap v1814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:52.535123+0000 mgr.y (mgr.24491) 2074 : cluster [DBG] pgmap v1814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:52.535123+0000 mgr.y (mgr.24491) 2074 : cluster [DBG] pgmap v1814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:54.535920+0000 mgr.y (mgr.24491) 2075 : cluster [DBG] pgmap v1815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:54.535920+0000 mgr.y (mgr.24491) 2075 : cluster [DBG] pgmap v1815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:54.535920+0000 mgr.y (mgr.24491) 2075 : cluster [DBG] pgmap v1815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:56.234 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:32:56.507 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:32:56.507 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (58m) 7m ago 59m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:32:56.507 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (59m) 7m ago 59m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:32:56.507 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (60m) 7m ago 60m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:32:56.507 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (60m) 7m ago 60m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:32:56.507 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (64m) 7m ago 64m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:32:56.507 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (65m) 7m ago 65m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:32:56.507 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (65m) 7m ago 65m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:32:56.507 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (64m) 7m ago 64m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (64m) 7m ago 64m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (59m) 7m ago 59m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (59m) 7m ago 59m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (63m) 7m ago 63m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (63m) 7m ago 63m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (62m) 7m ago 62m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (62m) 7m ago 62m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (62m) 7m ago 62m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (61m) 7m ago 61m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (61m) 7m ago 61m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (60m) 7m ago 60m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:32:56.508 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (58m) 7m ago 59m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:32:56.847 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:32:56.848 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:32:56.848 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:32:56.848 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:32:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:32:56.224812+0000 mgr.y (mgr.24491) 2076 : audit [DBG] from='client.16965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:32:56.502048+0000 mgr.y (mgr.24491) 2077 : audit [DBG] from='client.16971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:32:56.224812+0000 mgr.y (mgr.24491) 2076 : audit [DBG] from='client.16965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:32:56.502048+0000 mgr.y (mgr.24491) 2077 : audit [DBG] from='client.16971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:32:56.224812+0000 mgr.y (mgr.24491) 2076 : audit [DBG] from='client.16965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:32:56.502048+0000 mgr.y (mgr.24491) 2077 : audit [DBG] from='client.16971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:32:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:56.536252+0000 mgr.y (mgr.24491) 2078 : cluster [DBG] pgmap v1816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:32:56.849115+0000 mon.a (mon.0) 1114 : audit [DBG] from='client.? 172.21.15.177:0/546838846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:32:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:32:57.195585+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:32:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:32:57] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:32:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:56.536252+0000 mgr.y (mgr.24491) 2078 : cluster [DBG] pgmap v1816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:32:56.849115+0000 mon.a (mon.0) 1114 : audit [DBG] from='client.? 172.21.15.177:0/546838846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:32:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:32:57.195585+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:32:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:56.536252+0000 mgr.y (mgr.24491) 2078 : cluster [DBG] pgmap v1816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:32:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:32:56.849115+0000 mon.a (mon.0) 1114 : audit [DBG] from='client.? 172.21.15.177:0/546838846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:32:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:32:57.195585+0000 mon.a (mon.0) 1115 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:32:59.921 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:32:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:32:58.536708+0000 mgr.y (mgr.24491) 2079 : cluster [DBG] pgmap v1817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:00.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:32:58.536708+0000 mgr.y (mgr.24491) 2079 : cluster [DBG] pgmap v1817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:32:58.536708+0000 mgr.y (mgr.24491) 2079 : cluster [DBG] pgmap v1817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:01.470 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:33:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:33:00.468353+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:33:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:33:00.747344+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:33:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:33:00.748332+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:33:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:33:00.756083+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:33:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:33:00.468353+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:33:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:33:00.747344+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:33:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:33:00.748332+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:33:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:33:00.756083+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:33:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:33:00.468353+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:33:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:33:00.747344+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:33:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:33:00.748332+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:33:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:33:00.756083+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:33:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:00.537553+0000 mgr.y (mgr.24491) 2080 : cluster [DBG] pgmap v1818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:00.537553+0000 mgr.y (mgr.24491) 2080 : cluster [DBG] pgmap v1818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:00.537553+0000 mgr.y (mgr.24491) 2080 : cluster [DBG] pgmap v1818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:02.537926+0000 mgr.y (mgr.24491) 2081 : cluster [DBG] pgmap v1819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:02.537926+0000 mgr.y (mgr.24491) 2081 : cluster [DBG] pgmap v1819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:02.537926+0000 mgr.y (mgr.24491) 2081 : cluster [DBG] pgmap v1819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:04.538816+0000 mgr.y (mgr.24491) 2082 : cluster [DBG] pgmap v1820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:04.538816+0000 mgr.y (mgr.24491) 2082 : cluster [DBG] pgmap v1820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:04.538816+0000 mgr.y (mgr.24491) 2082 : cluster [DBG] pgmap v1820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:07] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:33:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:06.539466+0000 mgr.y (mgr.24491) 2083 : cluster [DBG] pgmap v1821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:06.539466+0000 mgr.y (mgr.24491) 2083 : cluster [DBG] pgmap v1821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:06.539466+0000 mgr.y (mgr.24491) 2083 : cluster [DBG] pgmap v1821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:08.539847+0000 mgr.y (mgr.24491) 2084 : cluster [DBG] pgmap v1822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:08.539847+0000 mgr.y (mgr.24491) 2084 : cluster [DBG] pgmap v1822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:08.539847+0000 mgr.y (mgr.24491) 2084 : cluster [DBG] pgmap v1822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:33:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:10.540643+0000 mgr.y (mgr.24491) 2085 : cluster [DBG] pgmap v1823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:10.540643+0000 mgr.y (mgr.24491) 2085 : cluster [DBG] pgmap v1823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:10.540643+0000 mgr.y (mgr.24491) 2085 : cluster [DBG] pgmap v1823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:12.541191+0000 mgr.y (mgr.24491) 2086 : cluster [DBG] pgmap v1824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:12.541191+0000 mgr.y (mgr.24491) 2086 : cluster [DBG] pgmap v1824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:12.541191+0000 mgr.y (mgr.24491) 2086 : cluster [DBG] pgmap v1824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:14.541904+0000 mgr.y (mgr.24491) 2087 : cluster [DBG] pgmap v1825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:14.541904+0000 mgr.y (mgr.24491) 2087 : cluster [DBG] pgmap v1825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:14.541904+0000 mgr.y (mgr.24491) 2087 : cluster [DBG] pgmap v1825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:17] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:33:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:16.542318+0000 mgr.y (mgr.24491) 2088 : cluster [DBG] pgmap v1826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:16.542318+0000 mgr.y (mgr.24491) 2088 : cluster [DBG] pgmap v1826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:16.542318+0000 mgr.y (mgr.24491) 2088 : cluster [DBG] pgmap v1826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:18.542717+0000 mgr.y (mgr.24491) 2089 : cluster [DBG] pgmap v1827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:18.542717+0000 mgr.y (mgr.24491) 2089 : cluster [DBG] pgmap v1827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:18.542717+0000 mgr.y (mgr.24491) 2089 : cluster [DBG] pgmap v1827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:33:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:20.543430+0000 mgr.y (mgr.24491) 2090 : cluster [DBG] pgmap v1828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:20.543430+0000 mgr.y (mgr.24491) 2090 : cluster [DBG] pgmap v1828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:20.543430+0000 mgr.y (mgr.24491) 2090 : cluster [DBG] pgmap v1828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:22.543836+0000 mgr.y (mgr.24491) 2091 : cluster [DBG] pgmap v1829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:22.543836+0000 mgr.y (mgr.24491) 2091 : cluster [DBG] pgmap v1829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:22.543836+0000 mgr.y (mgr.24491) 2091 : cluster [DBG] pgmap v1829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:24.544616+0000 mgr.y (mgr.24491) 2092 : cluster [DBG] pgmap v1830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:24.544616+0000 mgr.y (mgr.24491) 2092 : cluster [DBG] pgmap v1830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:24.544616+0000 mgr.y (mgr.24491) 2092 : cluster [DBG] pgmap v1830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:27.156 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:33:27.430 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:33:27.430 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (59m) 7m ago 60m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (59m) 7m ago 59m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (61m) 7m ago 61m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (61m) 7m ago 61m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (64m) 7m ago 64m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (66m) 7m ago 66m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (66m) 7m ago 66m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (64m) 7m ago 64m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (64m) 7m ago 64m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (60m) 7m ago 60m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (60m) 7m ago 60m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (64m) 7m ago 64m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (63m) 7m ago 63m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (63m) 7m ago 63m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (63m) 7m ago 63m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (62m) 7m ago 62m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:33:27.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (62m) 7m ago 62m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:33:27.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (61m) 7m ago 61m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:33:27.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (61m) 7m ago 61m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:33:27.432 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (59m) 7m ago 60m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:33:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:33:27.766 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:33:27.766 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:33:27.766 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:33:27.766 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:33:27.766 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:33:27.766 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:33:27.766 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:33:27.767 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:33:27.767 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:33:27.767 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:33:27.767 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:33:27.767 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:33:27.767 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:33:27.767 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:33:27.767 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:33:27.767 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:33:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:27] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:33:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:26.545124+0000 mgr.y (mgr.24491) 2093 : cluster [DBG] pgmap v1831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:33:27.146618+0000 mgr.y (mgr.24491) 2094 : audit [DBG] from='client.16983 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:33:27.425539+0000 mgr.y (mgr.24491) 2095 : audit [DBG] from='client.16989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:33:27.768742+0000 mon.c (mon.2) 101 : audit [DBG] from='client.? 172.21.15.177:0/2258678469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:33:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:26.545124+0000 mgr.y (mgr.24491) 2093 : cluster [DBG] pgmap v1831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:33:27.146618+0000 mgr.y (mgr.24491) 2094 : audit [DBG] from='client.16983 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:33:27.425539+0000 mgr.y (mgr.24491) 2095 : audit [DBG] from='client.16989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:33:27.768742+0000 mon.c (mon.2) 101 : audit [DBG] from='client.? 172.21.15.177:0/2258678469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:33:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:26.545124+0000 mgr.y (mgr.24491) 2093 : cluster [DBG] pgmap v1831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:33:27.146618+0000 mgr.y (mgr.24491) 2094 : audit [DBG] from='client.16983 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:33:27.425539+0000 mgr.y (mgr.24491) 2095 : audit [DBG] from='client.16989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:33:27.768742+0000 mon.c (mon.2) 101 : audit [DBG] from='client.? 172.21.15.177:0/2258678469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:33:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:28.545451+0000 mgr.y (mgr.24491) 2096 : cluster [DBG] pgmap v1832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:28.545451+0000 mgr.y (mgr.24491) 2096 : cluster [DBG] pgmap v1832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:28.545451+0000 mgr.y (mgr.24491) 2096 : cluster [DBG] pgmap v1832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:33:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:30.546341+0000 mgr.y (mgr.24491) 2097 : cluster [DBG] pgmap v1833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:30.546341+0000 mgr.y (mgr.24491) 2097 : cluster [DBG] pgmap v1833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:30.546341+0000 mgr.y (mgr.24491) 2097 : cluster [DBG] pgmap v1833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:32.546923+0000 mgr.y (mgr.24491) 2098 : cluster [DBG] pgmap v1834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:32.546923+0000 mgr.y (mgr.24491) 2098 : cluster [DBG] pgmap v1834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:32.546923+0000 mgr.y (mgr.24491) 2098 : cluster [DBG] pgmap v1834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:34.547791+0000 mgr.y (mgr.24491) 2099 : cluster [DBG] pgmap v1835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:34.547791+0000 mgr.y (mgr.24491) 2099 : cluster [DBG] pgmap v1835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:34.547791+0000 mgr.y (mgr.24491) 2099 : cluster [DBG] pgmap v1835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:37] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:33:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:36.548358+0000 mgr.y (mgr.24491) 2100 : cluster [DBG] pgmap v1836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:36.548358+0000 mgr.y (mgr.24491) 2100 : cluster [DBG] pgmap v1836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:36.548358+0000 mgr.y (mgr.24491) 2100 : cluster [DBG] pgmap v1836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:38.548891+0000 mgr.y (mgr.24491) 2101 : cluster [DBG] pgmap v1837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:38.548891+0000 mgr.y (mgr.24491) 2101 : cluster [DBG] pgmap v1837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:38.548891+0000 mgr.y (mgr.24491) 2101 : cluster [DBG] pgmap v1837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:33:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:40.549584+0000 mgr.y (mgr.24491) 2102 : cluster [DBG] pgmap v1838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:40.549584+0000 mgr.y (mgr.24491) 2102 : cluster [DBG] pgmap v1838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:40.549584+0000 mgr.y (mgr.24491) 2102 : cluster [DBG] pgmap v1838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:43.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:42.550073+0000 mgr.y (mgr.24491) 2103 : cluster [DBG] pgmap v1839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:42.550073+0000 mgr.y (mgr.24491) 2103 : cluster [DBG] pgmap v1839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:42.550073+0000 mgr.y (mgr.24491) 2103 : cluster [DBG] pgmap v1839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:44.550690+0000 mgr.y (mgr.24491) 2104 : cluster [DBG] pgmap v1840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:44.550690+0000 mgr.y (mgr.24491) 2104 : cluster [DBG] pgmap v1840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:44.550690+0000 mgr.y (mgr.24491) 2104 : cluster [DBG] pgmap v1840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:47.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:47] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:33:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:46.551181+0000 mgr.y (mgr.24491) 2105 : cluster [DBG] pgmap v1841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:46.551181+0000 mgr.y (mgr.24491) 2105 : cluster [DBG] pgmap v1841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:46.551181+0000 mgr.y (mgr.24491) 2105 : cluster [DBG] pgmap v1841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:48.551596+0000 mgr.y (mgr.24491) 2106 : cluster [DBG] pgmap v1842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:48.551596+0000 mgr.y (mgr.24491) 2106 : cluster [DBG] pgmap v1842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:48.551596+0000 mgr.y (mgr.24491) 2106 : cluster [DBG] pgmap v1842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:33:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:50.552249+0000 mgr.y (mgr.24491) 2107 : cluster [DBG] pgmap v1843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:51.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:50.552249+0000 mgr.y (mgr.24491) 2107 : cluster [DBG] pgmap v1843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:50.552249+0000 mgr.y (mgr.24491) 2107 : cluster [DBG] pgmap v1843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:52.552656+0000 mgr.y (mgr.24491) 2108 : cluster [DBG] pgmap v1844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:52.552656+0000 mgr.y (mgr.24491) 2108 : cluster [DBG] pgmap v1844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:52.552656+0000 mgr.y (mgr.24491) 2108 : cluster [DBG] pgmap v1844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:54.553215+0000 mgr.y (mgr.24491) 2109 : cluster [DBG] pgmap v1845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:54.553215+0000 mgr.y (mgr.24491) 2109 : cluster [DBG] pgmap v1845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:54.553215+0000 mgr.y (mgr.24491) 2109 : cluster [DBG] pgmap v1845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:57.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:33:57] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:33:57.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:56.553663+0000 mgr.y (mgr.24491) 2110 : cluster [DBG] pgmap v1846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:56.553663+0000 mgr.y (mgr.24491) 2110 : cluster [DBG] pgmap v1846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:56.553663+0000 mgr.y (mgr.24491) 2110 : cluster [DBG] pgmap v1846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:58.078 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:33:58.352 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:33:58.352 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (59m) 8m ago 60m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (60m) 8m ago 60m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (61m) 8m ago 61m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (61m) 8m ago 61m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (65m) 8m ago 65m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (66m) 8m ago 66m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (66m) 8m ago 66m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (65m) 8m ago 65m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (65m) 8m ago 65m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (60m) 8m ago 60m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (60m) 8m ago 60m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (64m) 8m ago 64m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (64m) 8m ago 64m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (63m) 8m ago 63m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (63m) 8m ago 63m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (63m) 8m ago 63m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (62m) 8m ago 62m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:33:58.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (62m) 8m ago 62m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:33:58.354 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (61m) 8m ago 61m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:33:58.354 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (59m) 8m ago 60m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:33:58.690 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:33:58.690 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:33:58.690 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:33:58.690 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:33:58.690 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:33:58.690 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:33:58.690 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:33:58.690 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:33:58.690 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:33:58.690 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:33:58.691 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:33:58.691 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:33:58.691 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:33:58.691 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:33:58.691 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:33:58.691 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:33:58.691 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:33:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:33:58.068654+0000 mgr.y (mgr.24491) 2111 : audit [DBG] from='client.26906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:33:58.347372+0000 mgr.y (mgr.24491) 2112 : audit [DBG] from='client.26912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:58.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:33:58.068654+0000 mgr.y (mgr.24491) 2111 : audit [DBG] from='client.26906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:33:58.347372+0000 mgr.y (mgr.24491) 2112 : audit [DBG] from='client.26912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:33:58.068654+0000 mgr.y (mgr.24491) 2111 : audit [DBG] from='client.26906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:33:58.347372+0000 mgr.y (mgr.24491) 2112 : audit [DBG] from='client.26912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:33:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:33:58.554007+0000 mgr.y (mgr.24491) 2113 : cluster [DBG] pgmap v1847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:33:58.692684+0000 mon.a (mon.0) 1120 : audit [DBG] from='client.? 172.21.15.177:0/3257347248' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:33:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:33:58.554007+0000 mgr.y (mgr.24491) 2113 : cluster [DBG] pgmap v1847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:33:58.692684+0000 mon.a (mon.0) 1120 : audit [DBG] from='client.? 172.21.15.177:0/3257347248' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:33:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:33:58.554007+0000 mgr.y (mgr.24491) 2113 : cluster [DBG] pgmap v1847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:33:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:33:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:33:58.692684+0000 mon.a (mon.0) 1120 : audit [DBG] from='client.? 172.21.15.177:0/3257347248' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:34:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:34:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:00.554643+0000 mgr.y (mgr.24491) 2114 : cluster [DBG] pgmap v1848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:34:00.761390+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:34:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:34:01.056108+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:34:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:34:01.056732+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:34:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:34:01.060753+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:34:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:00.554643+0000 mgr.y (mgr.24491) 2114 : cluster [DBG] pgmap v1848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:34:00.761390+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:34:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:34:01.056108+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:34:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:34:01.056732+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:34:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:34:01.060753+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:34:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:00.554643+0000 mgr.y (mgr.24491) 2114 : cluster [DBG] pgmap v1848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:34:00.761390+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:34:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:34:01.056108+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:34:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:34:01.056732+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:34:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:34:01.060753+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:34:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:02.555170+0000 mgr.y (mgr.24491) 2115 : cluster [DBG] pgmap v1849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:02.555170+0000 mgr.y (mgr.24491) 2115 : cluster [DBG] pgmap v1849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:02.555170+0000 mgr.y (mgr.24491) 2115 : cluster [DBG] pgmap v1849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:04.556010+0000 mgr.y (mgr.24491) 2116 : cluster [DBG] pgmap v1850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:05.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:04.556010+0000 mgr.y (mgr.24491) 2116 : cluster [DBG] pgmap v1850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:04.556010+0000 mgr.y (mgr.24491) 2116 : cluster [DBG] pgmap v1850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:06.556482+0000 mgr.y (mgr.24491) 2117 : cluster [DBG] pgmap v1851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:07] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:34:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:06.556482+0000 mgr.y (mgr.24491) 2117 : cluster [DBG] pgmap v1851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:06.556482+0000 mgr.y (mgr.24491) 2117 : cluster [DBG] pgmap v1851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:08.557055+0000 mgr.y (mgr.24491) 2118 : cluster [DBG] pgmap v1852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:08.557055+0000 mgr.y (mgr.24491) 2118 : cluster [DBG] pgmap v1852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:10.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:08.557055+0000 mgr.y (mgr.24491) 2118 : cluster [DBG] pgmap v1852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:34:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:10.557715+0000 mgr.y (mgr.24491) 2119 : cluster [DBG] pgmap v1853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:10.557715+0000 mgr.y (mgr.24491) 2119 : cluster [DBG] pgmap v1853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:12.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:10.557715+0000 mgr.y (mgr.24491) 2119 : cluster [DBG] pgmap v1853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:12.558168+0000 mgr.y (mgr.24491) 2120 : cluster [DBG] pgmap v1854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:12.558168+0000 mgr.y (mgr.24491) 2120 : cluster [DBG] pgmap v1854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:14.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:12.558168+0000 mgr.y (mgr.24491) 2120 : cluster [DBG] pgmap v1854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:14.559013+0000 mgr.y (mgr.24491) 2121 : cluster [DBG] pgmap v1855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:16.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:14.559013+0000 mgr.y (mgr.24491) 2121 : cluster [DBG] pgmap v1855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:14.559013+0000 mgr.y (mgr.24491) 2121 : cluster [DBG] pgmap v1855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:16.559514+0000 mgr.y (mgr.24491) 2122 : cluster [DBG] pgmap v1856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:17] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T04:34:18.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:16.559514+0000 mgr.y (mgr.24491) 2122 : cluster [DBG] pgmap v1856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:16.559514+0000 mgr.y (mgr.24491) 2122 : cluster [DBG] pgmap v1856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:18.560022+0000 mgr.y (mgr.24491) 2123 : cluster [DBG] pgmap v1857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:18.560022+0000 mgr.y (mgr.24491) 2123 : cluster [DBG] pgmap v1857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:20.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:18.560022+0000 mgr.y (mgr.24491) 2123 : cluster [DBG] pgmap v1857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:34:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:20.560638+0000 mgr.y (mgr.24491) 2124 : cluster [DBG] pgmap v1858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:20.560638+0000 mgr.y (mgr.24491) 2124 : cluster [DBG] pgmap v1858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:22.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:20.560638+0000 mgr.y (mgr.24491) 2124 : cluster [DBG] pgmap v1858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:22.560992+0000 mgr.y (mgr.24491) 2125 : cluster [DBG] pgmap v1859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:22.560992+0000 mgr.y (mgr.24491) 2125 : cluster [DBG] pgmap v1859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:24.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:22.560992+0000 mgr.y (mgr.24491) 2125 : cluster [DBG] pgmap v1859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:24.561593+0000 mgr.y (mgr.24491) 2126 : cluster [DBG] pgmap v1860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:24.561593+0000 mgr.y (mgr.24491) 2126 : cluster [DBG] pgmap v1860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:24.561593+0000 mgr.y (mgr.24491) 2126 : cluster [DBG] pgmap v1860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:26.562148+0000 mgr.y (mgr.24491) 2127 : cluster [DBG] pgmap v1861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:27] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T04:34:28.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:26.562148+0000 mgr.y (mgr.24491) 2127 : cluster [DBG] pgmap v1861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:26.562148+0000 mgr.y (mgr.24491) 2127 : cluster [DBG] pgmap v1861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:29.000 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (60m) 8m ago 61m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (60m) 8m ago 60m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (62m) 8m ago 62m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (62m) 8m ago 62m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (65m) 8m ago 65m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (67m) 8m ago 67m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (67m) 8m ago 67m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (66m) 8m ago 66m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (65m) 8m ago 65m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (61m) 8m ago 61m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (61m) 8m ago 61m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (65m) 8m ago 65m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:34:29.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (64m) 8m ago 64m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:34:29.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (64m) 8m ago 64m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:34:29.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (64m) 8m ago 64m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:34:29.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (63m) 8m ago 63m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:34:29.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (63m) 8m ago 63m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:34:29.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (62m) 8m ago 62m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:34:29.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (62m) 8m ago 62m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:34:29.279 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (60m) 8m ago 61m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:34:29.612 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:34:29.612 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:34:29.612 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:34:29.612 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:34:29.612 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:34:29.612 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:34:29.612 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:34:29.612 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:34:29.612 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:34:29.612 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:34:29.612 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:34:29.613 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:34:29.613 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:34:29.613 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:34:29.613 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:34:29.613 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:34:29.613 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:34:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:28.562561+0000 mgr.y (mgr.24491) 2128 : cluster [DBG] pgmap v1862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:34:28.991102+0000 mgr.y (mgr.24491) 2129 : audit [DBG] from='client.26924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:34:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:34:29.272659+0000 mgr.y (mgr.24491) 2130 : audit [DBG] from='client.17025 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:34:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:34:29.614575+0000 mon.a (mon.0) 1125 : audit [DBG] from='client.? 172.21.15.177:0/2470996471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:34:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:28.562561+0000 mgr.y (mgr.24491) 2128 : cluster [DBG] pgmap v1862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:34:28.991102+0000 mgr.y (mgr.24491) 2129 : audit [DBG] from='client.26924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:34:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:34:29.272659+0000 mgr.y (mgr.24491) 2130 : audit [DBG] from='client.17025 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:34:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:34:29.614575+0000 mon.a (mon.0) 1125 : audit [DBG] from='client.? 172.21.15.177:0/2470996471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:34:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:28.562561+0000 mgr.y (mgr.24491) 2128 : cluster [DBG] pgmap v1862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:34:28.991102+0000 mgr.y (mgr.24491) 2129 : audit [DBG] from='client.26924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:34:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:34:29.272659+0000 mgr.y (mgr.24491) 2130 : audit [DBG] from='client.17025 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:34:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:34:29.614575+0000 mon.a (mon.0) 1125 : audit [DBG] from='client.? 172.21.15.177:0/2470996471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:34:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:34:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:30.563461+0000 mgr.y (mgr.24491) 2131 : cluster [DBG] pgmap v1863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:30.563461+0000 mgr.y (mgr.24491) 2131 : cluster [DBG] pgmap v1863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:32.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:30.563461+0000 mgr.y (mgr.24491) 2131 : cluster [DBG] pgmap v1863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:32.563962+0000 mgr.y (mgr.24491) 2132 : cluster [DBG] pgmap v1864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:32.563962+0000 mgr.y (mgr.24491) 2132 : cluster [DBG] pgmap v1864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:34.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:32.563962+0000 mgr.y (mgr.24491) 2132 : cluster [DBG] pgmap v1864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:34.564623+0000 mgr.y (mgr.24491) 2133 : cluster [DBG] pgmap v1865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:34.564623+0000 mgr.y (mgr.24491) 2133 : cluster [DBG] pgmap v1865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:36.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:34.564623+0000 mgr.y (mgr.24491) 2133 : cluster [DBG] pgmap v1865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:36.565173+0000 mgr.y (mgr.24491) 2134 : cluster [DBG] pgmap v1866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:34:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:36.565173+0000 mgr.y (mgr.24491) 2134 : cluster [DBG] pgmap v1866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:36.565173+0000 mgr.y (mgr.24491) 2134 : cluster [DBG] pgmap v1866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:38.565759+0000 mgr.y (mgr.24491) 2135 : cluster [DBG] pgmap v1867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:38.565759+0000 mgr.y (mgr.24491) 2135 : cluster [DBG] pgmap v1867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:38.565759+0000 mgr.y (mgr.24491) 2135 : cluster [DBG] pgmap v1867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:34:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:40.566841+0000 mgr.y (mgr.24491) 2136 : cluster [DBG] pgmap v1868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:40.566841+0000 mgr.y (mgr.24491) 2136 : cluster [DBG] pgmap v1868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:42.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:40.566841+0000 mgr.y (mgr.24491) 2136 : cluster [DBG] pgmap v1868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:42.567334+0000 mgr.y (mgr.24491) 2137 : cluster [DBG] pgmap v1869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:42.567334+0000 mgr.y (mgr.24491) 2137 : cluster [DBG] pgmap v1869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:42.567334+0000 mgr.y (mgr.24491) 2137 : cluster [DBG] pgmap v1869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:44.568132+0000 mgr.y (mgr.24491) 2138 : cluster [DBG] pgmap v1870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:46.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:44.568132+0000 mgr.y (mgr.24491) 2138 : cluster [DBG] pgmap v1870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:44.568132+0000 mgr.y (mgr.24491) 2138 : cluster [DBG] pgmap v1870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:46.568756+0000 mgr.y (mgr.24491) 2139 : cluster [DBG] pgmap v1871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:47] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:34:48.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:46.568756+0000 mgr.y (mgr.24491) 2139 : cluster [DBG] pgmap v1871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:46.568756+0000 mgr.y (mgr.24491) 2139 : cluster [DBG] pgmap v1871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:48.569219+0000 mgr.y (mgr.24491) 2140 : cluster [DBG] pgmap v1872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:48.569219+0000 mgr.y (mgr.24491) 2140 : cluster [DBG] pgmap v1872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:48.569219+0000 mgr.y (mgr.24491) 2140 : cluster [DBG] pgmap v1872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:34:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:50.569877+0000 mgr.y (mgr.24491) 2141 : cluster [DBG] pgmap v1873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:50.569877+0000 mgr.y (mgr.24491) 2141 : cluster [DBG] pgmap v1873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:50.569877+0000 mgr.y (mgr.24491) 2141 : cluster [DBG] pgmap v1873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:52.570411+0000 mgr.y (mgr.24491) 2142 : cluster [DBG] pgmap v1874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:52.570411+0000 mgr.y (mgr.24491) 2142 : cluster [DBG] pgmap v1874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:52.570411+0000 mgr.y (mgr.24491) 2142 : cluster [DBG] pgmap v1874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:54.571290+0000 mgr.y (mgr.24491) 2143 : cluster [DBG] pgmap v1875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:54.571290+0000 mgr.y (mgr.24491) 2143 : cluster [DBG] pgmap v1875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:54.571290+0000 mgr.y (mgr.24491) 2143 : cluster [DBG] pgmap v1875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:56.571794+0000 mgr.y (mgr.24491) 2144 : cluster [DBG] pgmap v1876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:34:57] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:34:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:56.571794+0000 mgr.y (mgr.24491) 2144 : cluster [DBG] pgmap v1876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:56.571794+0000 mgr.y (mgr.24491) 2144 : cluster [DBG] pgmap v1876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:34:59.924 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:34:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:34:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:34:58.572246+0000 mgr.y (mgr.24491) 2145 : cluster [DBG] pgmap v1877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:34:58.572246+0000 mgr.y (mgr.24491) 2145 : cluster [DBG] pgmap v1877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:00.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:34:58.572246+0000 mgr.y (mgr.24491) 2145 : cluster [DBG] pgmap v1877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:00.198 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (60m) 9m ago 61m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (61m) 9m ago 61m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (62m) 9m ago 62m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (62m) 9m ago 62m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (66m) 9m ago 66m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (67m) 9m ago 67m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (67m) 9m ago 67m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (66m) 9m ago 66m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (66m) 9m ago 66m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (61m) 9m ago 61m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (61m) 9m ago 61m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (65m) 9m ago 65m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:35:00.199 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (65m) 9m ago 65m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:35:00.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (65m) 9m ago 65m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:35:00.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (64m) 9m ago 64m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:35:00.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (64m) 9m ago 64m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:35:00.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (63m) 9m ago 63m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:35:00.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (63m) 9m ago 63m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:35:00.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (62m) 9m ago 62m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:35:00.200 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (60m) 9m ago 62m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:35:00.532 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:35:00.532 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:35:00.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:35:00.534 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:35:00.534 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:35:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:34:59.914695+0000 mgr.y (mgr.24491) 2146 : audit [DBG] from='client.17037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:35:00.193294+0000 mgr.y (mgr.24491) 2147 : audit [DBG] from='client.17043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:35:00.534922+0000 mon.a (mon.0) 1126 : audit [DBG] from='client.? 172.21.15.177:0/2177026084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:35:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:34:59.914695+0000 mgr.y (mgr.24491) 2146 : audit [DBG] from='client.17037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:35:00.193294+0000 mgr.y (mgr.24491) 2147 : audit [DBG] from='client.17043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:35:00.534922+0000 mon.a (mon.0) 1126 : audit [DBG] from='client.? 172.21.15.177:0/2177026084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:35:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:34:59.914695+0000 mgr.y (mgr.24491) 2146 : audit [DBG] from='client.17037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:35:00.193294+0000 mgr.y (mgr.24491) 2147 : audit [DBG] from='client.17043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:35:00.534922+0000 mon.a (mon.0) 1126 : audit [DBG] from='client.? 172.21.15.177:0/2177026084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:35:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:35:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:00.572821+0000 mgr.y (mgr.24491) 2148 : cluster [DBG] pgmap v1878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:35:01.064871+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:35:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:35:01.354404+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:35:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:35:01.354991+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:35:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:35:01.359194+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:35:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:00.572821+0000 mgr.y (mgr.24491) 2148 : cluster [DBG] pgmap v1878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:35:01.064871+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:35:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:35:01.354404+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:35:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:35:01.354991+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:35:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:35:01.359194+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:35:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:00.572821+0000 mgr.y (mgr.24491) 2148 : cluster [DBG] pgmap v1878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:35:01.064871+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:35:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:35:01.354404+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:35:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:35:01.354991+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:35:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:35:01.359194+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:35:04.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:02.573467+0000 mgr.y (mgr.24491) 2149 : cluster [DBG] pgmap v1879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:02.573467+0000 mgr.y (mgr.24491) 2149 : cluster [DBG] pgmap v1879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:02.573467+0000 mgr.y (mgr.24491) 2149 : cluster [DBG] pgmap v1879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:04.574076+0000 mgr.y (mgr.24491) 2150 : cluster [DBG] pgmap v1880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:04.574076+0000 mgr.y (mgr.24491) 2150 : cluster [DBG] pgmap v1880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:04.574076+0000 mgr.y (mgr.24491) 2150 : cluster [DBG] pgmap v1880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:06.574631+0000 mgr.y (mgr.24491) 2151 : cluster [DBG] pgmap v1881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:07] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:35:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:06.574631+0000 mgr.y (mgr.24491) 2151 : cluster [DBG] pgmap v1881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:06.574631+0000 mgr.y (mgr.24491) 2151 : cluster [DBG] pgmap v1881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:08.575179+0000 mgr.y (mgr.24491) 2152 : cluster [DBG] pgmap v1882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:08.575179+0000 mgr.y (mgr.24491) 2152 : cluster [DBG] pgmap v1882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:08.575179+0000 mgr.y (mgr.24491) 2152 : cluster [DBG] pgmap v1882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:35:12.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:10.575780+0000 mgr.y (mgr.24491) 2153 : cluster [DBG] pgmap v1883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:10.575780+0000 mgr.y (mgr.24491) 2153 : cluster [DBG] pgmap v1883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:10.575780+0000 mgr.y (mgr.24491) 2153 : cluster [DBG] pgmap v1883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:12.576298+0000 mgr.y (mgr.24491) 2154 : cluster [DBG] pgmap v1884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:14.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:12.576298+0000 mgr.y (mgr.24491) 2154 : cluster [DBG] pgmap v1884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:12.576298+0000 mgr.y (mgr.24491) 2154 : cluster [DBG] pgmap v1884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:16.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:14.577042+0000 mgr.y (mgr.24491) 2155 : cluster [DBG] pgmap v1885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:14.577042+0000 mgr.y (mgr.24491) 2155 : cluster [DBG] pgmap v1885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:14.577042+0000 mgr.y (mgr.24491) 2155 : cluster [DBG] pgmap v1885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:17] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:35:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:16.577608+0000 mgr.y (mgr.24491) 2156 : cluster [DBG] pgmap v1886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:16.577608+0000 mgr.y (mgr.24491) 2156 : cluster [DBG] pgmap v1886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:16.577608+0000 mgr.y (mgr.24491) 2156 : cluster [DBG] pgmap v1886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:18.578137+0000 mgr.y (mgr.24491) 2157 : cluster [DBG] pgmap v1887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:18.578137+0000 mgr.y (mgr.24491) 2157 : cluster [DBG] pgmap v1887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:18.578137+0000 mgr.y (mgr.24491) 2157 : cluster [DBG] pgmap v1887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:35:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:20.578829+0000 mgr.y (mgr.24491) 2158 : cluster [DBG] pgmap v1888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:20.578829+0000 mgr.y (mgr.24491) 2158 : cluster [DBG] pgmap v1888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:20.578829+0000 mgr.y (mgr.24491) 2158 : cluster [DBG] pgmap v1888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:24.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:22.579365+0000 mgr.y (mgr.24491) 2159 : cluster [DBG] pgmap v1889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:22.579365+0000 mgr.y (mgr.24491) 2159 : cluster [DBG] pgmap v1889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:22.579365+0000 mgr.y (mgr.24491) 2159 : cluster [DBG] pgmap v1889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:26.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:24.580075+0000 mgr.y (mgr.24491) 2160 : cluster [DBG] pgmap v1890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:24.580075+0000 mgr.y (mgr.24491) 2160 : cluster [DBG] pgmap v1890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:24.580075+0000 mgr.y (mgr.24491) 2160 : cluster [DBG] pgmap v1890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:27] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:35:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:26.580460+0000 mgr.y (mgr.24491) 2161 : cluster [DBG] pgmap v1891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:26.580460+0000 mgr.y (mgr.24491) 2161 : cluster [DBG] pgmap v1891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:26.580460+0000 mgr.y (mgr.24491) 2161 : cluster [DBG] pgmap v1891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:28.580854+0000 mgr.y (mgr.24491) 2162 : cluster [DBG] pgmap v1892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:28.580854+0000 mgr.y (mgr.24491) 2162 : cluster [DBG] pgmap v1892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:28.580854+0000 mgr.y (mgr.24491) 2162 : cluster [DBG] pgmap v1892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:30.846 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:35:31.124 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (61m) 9m ago 62m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (61m) 9m ago 61m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (63m) 9m ago 63m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (63m) 9m ago 63m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (66m) 9m ago 66m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (68m) 9m ago 68m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (68m) 9m ago 68m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (67m) 9m ago 67m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (66m) 9m ago 66m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (62m) 9m ago 62m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (62m) 9m ago 62m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (66m) 9m ago 66m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:35:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (65m) 9m ago 65m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:35:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (65m) 9m ago 65m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:35:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (65m) 9m ago 65m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:35:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (64m) 9m ago 64m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:35:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (64m) 9m ago 64m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:35:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (63m) 9m ago 63m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:35:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (63m) 9m ago 63m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:35:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (61m) 9m ago 62m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:35:31.459 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:35:31.459 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:35:31.459 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:35:31.459 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:35:31.459 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:35:31.459 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:35:31.459 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:35:31.459 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:35:31.459 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:35:31.459 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:35:31.460 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:35:31.460 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:35:31.460 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:35:31.460 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:35:31.460 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:35:31.460 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:35:31.460 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:35:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:35:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:30.581466+0000 mgr.y (mgr.24491) 2163 : cluster [DBG] pgmap v1893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:35:30.836322+0000 mgr.y (mgr.24491) 2164 : audit [DBG] from='client.26960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:35:31.119627+0000 mgr.y (mgr.24491) 2165 : audit [DBG] from='client.17061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:35:31.461315+0000 mon.a (mon.0) 1131 : audit [DBG] from='client.? 172.21.15.177:0/773698567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:35:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:30.581466+0000 mgr.y (mgr.24491) 2163 : cluster [DBG] pgmap v1893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:35:30.836322+0000 mgr.y (mgr.24491) 2164 : audit [DBG] from='client.26960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:35:31.119627+0000 mgr.y (mgr.24491) 2165 : audit [DBG] from='client.17061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:35:31.461315+0000 mon.a (mon.0) 1131 : audit [DBG] from='client.? 172.21.15.177:0/773698567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:35:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:30.581466+0000 mgr.y (mgr.24491) 2163 : cluster [DBG] pgmap v1893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:35:30.836322+0000 mgr.y (mgr.24491) 2164 : audit [DBG] from='client.26960 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:35:31.119627+0000 mgr.y (mgr.24491) 2165 : audit [DBG] from='client.17061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:35:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:35:31.461315+0000 mon.a (mon.0) 1131 : audit [DBG] from='client.? 172.21.15.177:0/773698567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:35:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:32.582024+0000 mgr.y (mgr.24491) 2166 : cluster [DBG] pgmap v1894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:32.582024+0000 mgr.y (mgr.24491) 2166 : cluster [DBG] pgmap v1894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:32.582024+0000 mgr.y (mgr.24491) 2166 : cluster [DBG] pgmap v1894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:34.582611+0000 mgr.y (mgr.24491) 2167 : cluster [DBG] pgmap v1895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:36.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:34.582611+0000 mgr.y (mgr.24491) 2167 : cluster [DBG] pgmap v1895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:34.582611+0000 mgr.y (mgr.24491) 2167 : cluster [DBG] pgmap v1895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:37] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T04:35:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:36.583172+0000 mgr.y (mgr.24491) 2168 : cluster [DBG] pgmap v1896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:35:37.460033+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:35:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:36.583172+0000 mgr.y (mgr.24491) 2168 : cluster [DBG] pgmap v1896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:35:37.460033+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:35:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:36.583172+0000 mgr.y (mgr.24491) 2168 : cluster [DBG] pgmap v1896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:35:37.460033+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:35:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:38.583612+0000 mgr.y (mgr.24491) 2169 : cluster [DBG] pgmap v1897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:38.583612+0000 mgr.y (mgr.24491) 2169 : cluster [DBG] pgmap v1897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:38.583612+0000 mgr.y (mgr.24491) 2169 : cluster [DBG] pgmap v1897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:35:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:40.584311+0000 mgr.y (mgr.24491) 2170 : cluster [DBG] pgmap v1898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:40.584311+0000 mgr.y (mgr.24491) 2170 : cluster [DBG] pgmap v1898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:40.584311+0000 mgr.y (mgr.24491) 2170 : cluster [DBG] pgmap v1898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:42.584780+0000 mgr.y (mgr.24491) 2171 : cluster [DBG] pgmap v1899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:42.584780+0000 mgr.y (mgr.24491) 2171 : cluster [DBG] pgmap v1899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:42.584780+0000 mgr.y (mgr.24491) 2171 : cluster [DBG] pgmap v1899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:44.585640+0000 mgr.y (mgr.24491) 2172 : cluster [DBG] pgmap v1900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:46.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:44.585640+0000 mgr.y (mgr.24491) 2172 : cluster [DBG] pgmap v1900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:44.585640+0000 mgr.y (mgr.24491) 2172 : cluster [DBG] pgmap v1900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:48.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:46.586126+0000 mgr.y (mgr.24491) 2173 : cluster [DBG] pgmap v1901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:47] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:35:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:46.586126+0000 mgr.y (mgr.24491) 2173 : cluster [DBG] pgmap v1901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:46.586126+0000 mgr.y (mgr.24491) 2173 : cluster [DBG] pgmap v1901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:48.586459+0000 mgr.y (mgr.24491) 2174 : cluster [DBG] pgmap v1902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:48.586459+0000 mgr.y (mgr.24491) 2174 : cluster [DBG] pgmap v1902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:48.586459+0000 mgr.y (mgr.24491) 2174 : cluster [DBG] pgmap v1902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:35:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:50.587227+0000 mgr.y (mgr.24491) 2175 : cluster [DBG] pgmap v1903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:50.587227+0000 mgr.y (mgr.24491) 2175 : cluster [DBG] pgmap v1903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:50.587227+0000 mgr.y (mgr.24491) 2175 : cluster [DBG] pgmap v1903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:52.587682+0000 mgr.y (mgr.24491) 2176 : cluster [DBG] pgmap v1904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:52.587682+0000 mgr.y (mgr.24491) 2176 : cluster [DBG] pgmap v1904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:52.587682+0000 mgr.y (mgr.24491) 2176 : cluster [DBG] pgmap v1904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:54.588267+0000 mgr.y (mgr.24491) 2177 : cluster [DBG] pgmap v1905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:54.588267+0000 mgr.y (mgr.24491) 2177 : cluster [DBG] pgmap v1905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:54.588267+0000 mgr.y (mgr.24491) 2177 : cluster [DBG] pgmap v1905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:35:57] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:35:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:56.588744+0000 mgr.y (mgr.24491) 2178 : cluster [DBG] pgmap v1906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:56.588744+0000 mgr.y (mgr.24491) 2178 : cluster [DBG] pgmap v1906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:35:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:56.588744+0000 mgr.y (mgr.24491) 2178 : cluster [DBG] pgmap v1906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:35:58.589227+0000 mgr.y (mgr.24491) 2179 : cluster [DBG] pgmap v1907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:00.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:35:58.589227+0000 mgr.y (mgr.24491) 2179 : cluster [DBG] pgmap v1907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:35:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:35:58.589227+0000 mgr.y (mgr.24491) 2179 : cluster [DBG] pgmap v1907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:36:01.794 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:36:02.101 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:36:02.101 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (61m) 10m ago 62m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:36:02.101 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (62m) 10m ago 62m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:36:02.101 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (63m) 10m ago 63m 22.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:36:02.101 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (63m) 10m ago 63m 24.3M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:36:02.101 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (67m) 10m ago 67m 396M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:36:02.101 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (68m) 10m ago 68m 455M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:36:02.101 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (68m) 10m ago 68m 169M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (67m) 10m ago 67m 99.5M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (67m) 10m ago 67m 101M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (62m) 10m ago 62m 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (62m) 10m ago 62m 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (66m) 10m ago 66m 43.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (66m) 10m ago 66m 43.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (66m) 10m ago 66m 39.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (65m) 10m ago 65m 39.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (65m) 10m ago 65m 42.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (64m) 10m ago 64m 41.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (64m) 10m ago 64m 41.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (64m) 10m ago 64m 42.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:36:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (61m) 10m ago 63m 79.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:36:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:00.589841+0000 mgr.y (mgr.24491) 2180 : cluster [DBG] pgmap v1908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:01.363387+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:36:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:00.589841+0000 mgr.y (mgr.24491) 2180 : cluster [DBG] pgmap v1908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:01.363387+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:36:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:00.589841+0000 mgr.y (mgr.24491) 2180 : cluster [DBG] pgmap v1908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:01.363387+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:36:02.450 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:36:02.450 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:36:02.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:36:02.450 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:36:02.450 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:36:02.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:36:02.450 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:36:02.450 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:36:02.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:36:02.450 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:36:02.450 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:36:02.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:36:02.451 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:36:02.451 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:36:02.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:36:02.451 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:36:02.451 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:36:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:01.784346+0000 mgr.y (mgr.24491) 2181 : audit [DBG] from='client.26092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:02.095508+0000 mgr.y (mgr.24491) 2182 : audit [DBG] from='client.17079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:02.452295+0000 mon.c (mon.2) 102 : audit [DBG] from='client.? 172.21.15.177:0/1292038148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:36:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:01.784346+0000 mgr.y (mgr.24491) 2181 : audit [DBG] from='client.26092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:02.095508+0000 mgr.y (mgr.24491) 2182 : audit [DBG] from='client.17079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:02.452295+0000 mon.c (mon.2) 102 : audit [DBG] from='client.? 172.21.15.177:0/1292038148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:36:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:01.784346+0000 mgr.y (mgr.24491) 2181 : audit [DBG] from='client.26092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:02.095508+0000 mgr.y (mgr.24491) 2182 : audit [DBG] from='client.17079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:02.452295+0000 mon.c (mon.2) 102 : audit [DBG] from='client.? 172.21.15.177:0/1292038148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:36:04.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:02.590198+0000 mgr.y (mgr.24491) 2183 : cluster [DBG] pgmap v1909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:02.590198+0000 mgr.y (mgr.24491) 2183 : cluster [DBG] pgmap v1909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:02.590198+0000 mgr.y (mgr.24491) 2183 : cluster [DBG] pgmap v1909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:04.177507+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:36:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:04.516925+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:36:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:04.795108+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:36:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:04.795721+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:36:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:04.800298+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:36:05.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:04.177507+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:36:05.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:04.516925+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:36:05.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:04.795108+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:36:05.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:04.795721+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:36:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:04.800298+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:36:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:04.177507+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:36:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:04.516925+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:36:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:04.795108+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:36:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:04.795721+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:36:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:04.800298+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:36:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:04.590739+0000 mgr.y (mgr.24491) 2184 : cluster [DBG] pgmap v1910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:04.590739+0000 mgr.y (mgr.24491) 2184 : cluster [DBG] pgmap v1910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:04.590739+0000 mgr.y (mgr.24491) 2184 : cluster [DBG] pgmap v1910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:07] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:36:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:06.591139+0000 mgr.y (mgr.24491) 2185 : cluster [DBG] pgmap v1911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:06.591139+0000 mgr.y (mgr.24491) 2185 : cluster [DBG] pgmap v1911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:06.591139+0000 mgr.y (mgr.24491) 2185 : cluster [DBG] pgmap v1911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:08.591586+0000 mgr.y (mgr.24491) 2186 : cluster [DBG] pgmap v1912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:08.591586+0000 mgr.y (mgr.24491) 2186 : cluster [DBG] pgmap v1912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:08.591586+0000 mgr.y (mgr.24491) 2186 : cluster [DBG] pgmap v1912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:36:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:10.592500+0000 mgr.y (mgr.24491) 2187 : cluster [DBG] pgmap v1913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:10.592500+0000 mgr.y (mgr.24491) 2187 : cluster [DBG] pgmap v1913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:10.592500+0000 mgr.y (mgr.24491) 2187 : cluster [DBG] pgmap v1913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:12.592944+0000 mgr.y (mgr.24491) 2188 : cluster [DBG] pgmap v1914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:12.592944+0000 mgr.y (mgr.24491) 2188 : cluster [DBG] pgmap v1914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:12.592944+0000 mgr.y (mgr.24491) 2188 : cluster [DBG] pgmap v1914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:14.593687+0000 mgr.y (mgr.24491) 2189 : cluster [DBG] pgmap v1915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:14.593687+0000 mgr.y (mgr.24491) 2189 : cluster [DBG] pgmap v1915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:14.593687+0000 mgr.y (mgr.24491) 2189 : cluster [DBG] pgmap v1915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:36:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:16.594161+0000 mgr.y (mgr.24491) 2190 : cluster [DBG] pgmap v1916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:16.594161+0000 mgr.y (mgr.24491) 2190 : cluster [DBG] pgmap v1916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:16.594161+0000 mgr.y (mgr.24491) 2190 : cluster [DBG] pgmap v1916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:18.594611+0000 mgr.y (mgr.24491) 2191 : cluster [DBG] pgmap v1917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:18.594611+0000 mgr.y (mgr.24491) 2191 : cluster [DBG] pgmap v1917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:18.594611+0000 mgr.y (mgr.24491) 2191 : cluster [DBG] pgmap v1917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:36:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:20.595497+0000 mgr.y (mgr.24491) 2192 : cluster [DBG] pgmap v1918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:20.595497+0000 mgr.y (mgr.24491) 2192 : cluster [DBG] pgmap v1918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:20.595497+0000 mgr.y (mgr.24491) 2192 : cluster [DBG] pgmap v1918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:22.595956+0000 mgr.y (mgr.24491) 2193 : cluster [DBG] pgmap v1919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:22.595956+0000 mgr.y (mgr.24491) 2193 : cluster [DBG] pgmap v1919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:22.595956+0000 mgr.y (mgr.24491) 2193 : cluster [DBG] pgmap v1919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:24.596575+0000 mgr.y (mgr.24491) 2194 : cluster [DBG] pgmap v1920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:24.596575+0000 mgr.y (mgr.24491) 2194 : cluster [DBG] pgmap v1920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:24.596575+0000 mgr.y (mgr.24491) 2194 : cluster [DBG] pgmap v1920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:36:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:26.597162+0000 mgr.y (mgr.24491) 2195 : cluster [DBG] pgmap v1921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:26.597162+0000 mgr.y (mgr.24491) 2195 : cluster [DBG] pgmap v1921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:26.597162+0000 mgr.y (mgr.24491) 2195 : cluster [DBG] pgmap v1921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:28.597631+0000 mgr.y (mgr.24491) 2196 : cluster [DBG] pgmap v1922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:28.597631+0000 mgr.y (mgr.24491) 2196 : cluster [DBG] pgmap v1922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:28.597631+0000 mgr.y (mgr.24491) 2196 : cluster [DBG] pgmap v1922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:36:32.780 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:36:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:30.598331+0000 mgr.y (mgr.24491) 2197 : cluster [DBG] pgmap v1923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:30.598331+0000 mgr.y (mgr.24491) 2197 : cluster [DBG] pgmap v1923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:30.598331+0000 mgr.y (mgr.24491) 2197 : cluster [DBG] pgmap v1923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:33.061 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:36:33.061 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (62m) 28s ago 63m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:36:33.061 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (62m) 28s ago 62m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:36:33.061 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (64m) 28s ago 64m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:36:33.061 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (64m) 28s ago 64m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:36:33.061 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (67m) 28s ago 67m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (69m) 28s ago 69m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (69m) 28s ago 69m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (68m) 28s ago 68m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (67m) 28s ago 67m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (63m) 28s ago 63m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (63m) 28s ago 63m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (67m) 28s ago 67m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (66m) 28s ago 66m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (66m) 28s ago 66m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (66m) 28s ago 66m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (65m) 28s ago 65m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (65m) 28s ago 65m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (64m) 28s ago 64m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:36:33.062 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (64m) 28s ago 64m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:36:33.063 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (62m) 28s ago 63m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:36:33.393 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:36:33.394 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:36:33.395 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:36:33.395 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:36:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:33.396141+0000 mon.c (mon.2) 103 : audit [DBG] from='client.? 172.21.15.177:0/4110638408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:36:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:33.396141+0000 mon.c (mon.2) 103 : audit [DBG] from='client.? 172.21.15.177:0/4110638408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:36:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:33.396141+0000 mon.c (mon.2) 103 : audit [DBG] from='client.? 172.21.15.177:0/4110638408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:36:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:32.598686+0000 mgr.y (mgr.24491) 2198 : cluster [DBG] pgmap v1924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:32.770617+0000 mgr.y (mgr.24491) 2199 : audit [DBG] from='client.17091 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:36:33.056034+0000 mgr.y (mgr.24491) 2200 : audit [DBG] from='client.27002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:32.598686+0000 mgr.y (mgr.24491) 2198 : cluster [DBG] pgmap v1924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:32.770617+0000 mgr.y (mgr.24491) 2199 : audit [DBG] from='client.17091 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:36:33.056034+0000 mgr.y (mgr.24491) 2200 : audit [DBG] from='client.27002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:32.598686+0000 mgr.y (mgr.24491) 2198 : cluster [DBG] pgmap v1924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:32.770617+0000 mgr.y (mgr.24491) 2199 : audit [DBG] from='client.17091 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:36:33.056034+0000 mgr.y (mgr.24491) 2200 : audit [DBG] from='client.27002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:36:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:34.599419+0000 mgr.y (mgr.24491) 2201 : cluster [DBG] pgmap v1925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:35.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:34.599419+0000 mgr.y (mgr.24491) 2201 : cluster [DBG] pgmap v1925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:34.599419+0000 mgr.y (mgr.24491) 2201 : cluster [DBG] pgmap v1925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:36.599923+0000 mgr.y (mgr.24491) 2202 : cluster [DBG] pgmap v1926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:37] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T04:36:38.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:36.599923+0000 mgr.y (mgr.24491) 2202 : cluster [DBG] pgmap v1926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:36.599923+0000 mgr.y (mgr.24491) 2202 : cluster [DBG] pgmap v1926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:38.600396+0000 mgr.y (mgr.24491) 2203 : cluster [DBG] pgmap v1927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:38.600396+0000 mgr.y (mgr.24491) 2203 : cluster [DBG] pgmap v1927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:38.600396+0000 mgr.y (mgr.24491) 2203 : cluster [DBG] pgmap v1927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:36:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:40.601001+0000 mgr.y (mgr.24491) 2204 : cluster [DBG] pgmap v1928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:40.601001+0000 mgr.y (mgr.24491) 2204 : cluster [DBG] pgmap v1928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:42.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:40.601001+0000 mgr.y (mgr.24491) 2204 : cluster [DBG] pgmap v1928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:42.601538+0000 mgr.y (mgr.24491) 2205 : cluster [DBG] pgmap v1929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:42.601538+0000 mgr.y (mgr.24491) 2205 : cluster [DBG] pgmap v1929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:42.601538+0000 mgr.y (mgr.24491) 2205 : cluster [DBG] pgmap v1929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:44.602380+0000 mgr.y (mgr.24491) 2206 : cluster [DBG] pgmap v1930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:44.602380+0000 mgr.y (mgr.24491) 2206 : cluster [DBG] pgmap v1930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:46.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:44.602380+0000 mgr.y (mgr.24491) 2206 : cluster [DBG] pgmap v1930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:46.602804+0000 mgr.y (mgr.24491) 2207 : cluster [DBG] pgmap v1931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:47] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T04:36:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:46.602804+0000 mgr.y (mgr.24491) 2207 : cluster [DBG] pgmap v1931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:46.602804+0000 mgr.y (mgr.24491) 2207 : cluster [DBG] pgmap v1931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:48.603228+0000 mgr.y (mgr.24491) 2208 : cluster [DBG] pgmap v1932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:48.603228+0000 mgr.y (mgr.24491) 2208 : cluster [DBG] pgmap v1932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:48.603228+0000 mgr.y (mgr.24491) 2208 : cluster [DBG] pgmap v1932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:36:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:50.603813+0000 mgr.y (mgr.24491) 2209 : cluster [DBG] pgmap v1933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:50.603813+0000 mgr.y (mgr.24491) 2209 : cluster [DBG] pgmap v1933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:50.603813+0000 mgr.y (mgr.24491) 2209 : cluster [DBG] pgmap v1933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:52.604296+0000 mgr.y (mgr.24491) 2210 : cluster [DBG] pgmap v1934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:52.604296+0000 mgr.y (mgr.24491) 2210 : cluster [DBG] pgmap v1934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:52.604296+0000 mgr.y (mgr.24491) 2210 : cluster [DBG] pgmap v1934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:54.604978+0000 mgr.y (mgr.24491) 2211 : cluster [DBG] pgmap v1935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:54.604978+0000 mgr.y (mgr.24491) 2211 : cluster [DBG] pgmap v1935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:54.604978+0000 mgr.y (mgr.24491) 2211 : cluster [DBG] pgmap v1935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:56.605340+0000 mgr.y (mgr.24491) 2212 : cluster [DBG] pgmap v1936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:36:57] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T04:36:58.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:56.605340+0000 mgr.y (mgr.24491) 2212 : cluster [DBG] pgmap v1936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:56.605340+0000 mgr.y (mgr.24491) 2212 : cluster [DBG] pgmap v1936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:36:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:36:58.605803+0000 mgr.y (mgr.24491) 2213 : cluster [DBG] pgmap v1937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:36:58.605803+0000 mgr.y (mgr.24491) 2213 : cluster [DBG] pgmap v1937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:00.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:36:58.605803+0000 mgr.y (mgr.24491) 2213 : cluster [DBG] pgmap v1937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:37:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:00.606438+0000 mgr.y (mgr.24491) 2214 : cluster [DBG] pgmap v1938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:00.606438+0000 mgr.y (mgr.24491) 2214 : cluster [DBG] pgmap v1938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:00.606438+0000 mgr.y (mgr.24491) 2214 : cluster [DBG] pgmap v1938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:03.704 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:37:03.980 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:37:03.980 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (62m) 59s ago 63m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:37:03.980 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (63m) 59s ago 63m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:37:03.980 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (64m) 59s ago 64m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:37:03.980 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (64m) 59s ago 64m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:37:03.980 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (68m) 59s ago 68m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:37:03.980 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (69m) 59s ago 69m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:37:03.980 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (69m) 59s ago 70m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:37:03.980 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (68m) 59s ago 68m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:37:03.980 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (68m) 59s ago 68m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:37:03.981 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (64m) 59s ago 64m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:37:03.981 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (63m) 59s ago 63m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:37:03.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (67m) 59s ago 67m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:37:03.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (67m) 59s ago 67m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:37:03.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (67m) 59s ago 67m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:37:03.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (66m) 59s ago 66m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:37:03.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (66m) 59s ago 66m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:37:03.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (65m) 59s ago 65m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:37:03.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (65m) 59s ago 65m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:37:03.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (65m) 59s ago 65m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:37:03.981 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (62m) 59s ago 64m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:37:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:02.607074+0000 mgr.y (mgr.24491) 2215 : cluster [DBG] pgmap v1939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:02.607074+0000 mgr.y (mgr.24491) 2215 : cluster [DBG] pgmap v1939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:04.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:02.607074+0000 mgr.y (mgr.24491) 2215 : cluster [DBG] pgmap v1939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:04.311 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:37:04.312 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:37:04.313 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:37:04.313 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:37:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:37:03.693905+0000 mgr.y (mgr.24491) 2216 : audit [DBG] from='client.27014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:37:03.974516+0000 mgr.y (mgr.24491) 2217 : audit [DBG] from='client.17115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:37:04.314287+0000 mon.c (mon.2) 104 : audit [DBG] from='client.? 172.21.15.177:0/3069271966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:37:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:37:03.693905+0000 mgr.y (mgr.24491) 2216 : audit [DBG] from='client.27014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:37:03.974516+0000 mgr.y (mgr.24491) 2217 : audit [DBG] from='client.17115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:37:04.314287+0000 mon.c (mon.2) 104 : audit [DBG] from='client.? 172.21.15.177:0/3069271966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:37:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:37:03.693905+0000 mgr.y (mgr.24491) 2216 : audit [DBG] from='client.27014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:37:03.974516+0000 mgr.y (mgr.24491) 2217 : audit [DBG] from='client.17115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:37:04.314287+0000 mon.c (mon.2) 104 : audit [DBG] from='client.? 172.21.15.177:0/3069271966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:37:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:04.607838+0000 mgr.y (mgr.24491) 2218 : cluster [DBG] pgmap v1940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:37:04.804562+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:37:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:37:05.090086+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:37:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:37:05.090680+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:37:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:37:05.095019+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:37:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:04.607838+0000 mgr.y (mgr.24491) 2218 : cluster [DBG] pgmap v1940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:37:04.804562+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:37:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:37:05.090086+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:37:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:37:05.090680+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:37:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:37:05.095019+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:37:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:04.607838+0000 mgr.y (mgr.24491) 2218 : cluster [DBG] pgmap v1940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:37:04.804562+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:37:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:37:05.090086+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:37:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:37:05.090680+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:37:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:37:05.095019+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:37:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:06.608276+0000 mgr.y (mgr.24491) 2219 : cluster [DBG] pgmap v1941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:07] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:37:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:06.608276+0000 mgr.y (mgr.24491) 2219 : cluster [DBG] pgmap v1941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:06.608276+0000 mgr.y (mgr.24491) 2219 : cluster [DBG] pgmap v1941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:08.608855+0000 mgr.y (mgr.24491) 2220 : cluster [DBG] pgmap v1942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:10.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:08.608855+0000 mgr.y (mgr.24491) 2220 : cluster [DBG] pgmap v1942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:08.608855+0000 mgr.y (mgr.24491) 2220 : cluster [DBG] pgmap v1942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:37:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:10.609542+0000 mgr.y (mgr.24491) 2221 : cluster [DBG] pgmap v1943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:10.609542+0000 mgr.y (mgr.24491) 2221 : cluster [DBG] pgmap v1943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:12.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:10.609542+0000 mgr.y (mgr.24491) 2221 : cluster [DBG] pgmap v1943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:12.609948+0000 mgr.y (mgr.24491) 2222 : cluster [DBG] pgmap v1944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:14.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:12.609948+0000 mgr.y (mgr.24491) 2222 : cluster [DBG] pgmap v1944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:12.609948+0000 mgr.y (mgr.24491) 2222 : cluster [DBG] pgmap v1944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:14.610743+0000 mgr.y (mgr.24491) 2223 : cluster [DBG] pgmap v1945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:14.610743+0000 mgr.y (mgr.24491) 2223 : cluster [DBG] pgmap v1945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:16.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:14.610743+0000 mgr.y (mgr.24491) 2223 : cluster [DBG] pgmap v1945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:16.611364+0000 mgr.y (mgr.24491) 2224 : cluster [DBG] pgmap v1946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:18.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:16.611364+0000 mgr.y (mgr.24491) 2224 : cluster [DBG] pgmap v1946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:17] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:37:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:16.611364+0000 mgr.y (mgr.24491) 2224 : cluster [DBG] pgmap v1946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:18.611817+0000 mgr.y (mgr.24491) 2225 : cluster [DBG] pgmap v1947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:18.611817+0000 mgr.y (mgr.24491) 2225 : cluster [DBG] pgmap v1947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:20.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:18.611817+0000 mgr.y (mgr.24491) 2225 : cluster [DBG] pgmap v1947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:37:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:20.612492+0000 mgr.y (mgr.24491) 2226 : cluster [DBG] pgmap v1948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:20.612492+0000 mgr.y (mgr.24491) 2226 : cluster [DBG] pgmap v1948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:22.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:20.612492+0000 mgr.y (mgr.24491) 2226 : cluster [DBG] pgmap v1948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:22.612883+0000 mgr.y (mgr.24491) 2227 : cluster [DBG] pgmap v1949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:24.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:22.612883+0000 mgr.y (mgr.24491) 2227 : cluster [DBG] pgmap v1949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:22.612883+0000 mgr.y (mgr.24491) 2227 : cluster [DBG] pgmap v1949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:24.613521+0000 mgr.y (mgr.24491) 2228 : cluster [DBG] pgmap v1950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:24.613521+0000 mgr.y (mgr.24491) 2228 : cluster [DBG] pgmap v1950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:26.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:24.613521+0000 mgr.y (mgr.24491) 2228 : cluster [DBG] pgmap v1950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:26.613976+0000 mgr.y (mgr.24491) 2229 : cluster [DBG] pgmap v1951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:28.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:26.613976+0000 mgr.y (mgr.24491) 2229 : cluster [DBG] pgmap v1951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:27] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:37:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:26.613976+0000 mgr.y (mgr.24491) 2229 : cluster [DBG] pgmap v1951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:28.614527+0000 mgr.y (mgr.24491) 2230 : cluster [DBG] pgmap v1952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:30.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:28.614527+0000 mgr.y (mgr.24491) 2230 : cluster [DBG] pgmap v1952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:28.614527+0000 mgr.y (mgr.24491) 2230 : cluster [DBG] pgmap v1952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:37:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:30.615352+0000 mgr.y (mgr.24491) 2231 : cluster [DBG] pgmap v1953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:30.615352+0000 mgr.y (mgr.24491) 2231 : cluster [DBG] pgmap v1953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:30.615352+0000 mgr.y (mgr.24491) 2231 : cluster [DBG] pgmap v1953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:32.615785+0000 mgr.y (mgr.24491) 2232 : cluster [DBG] pgmap v1954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:32.615785+0000 mgr.y (mgr.24491) 2232 : cluster [DBG] pgmap v1954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:32.615785+0000 mgr.y (mgr.24491) 2232 : cluster [DBG] pgmap v1954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:34.619 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:37:34.893 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:37:34.893 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (63m) 90s ago 64m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:37:34.893 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (64m) 90s ago 63m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (65m) 90s ago 65m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (65m) 90s ago 65m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (68m) 90s ago 68m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (70m) 90s ago 70m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (70m) 90s ago 70m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (69m) 90s ago 69m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (68m) 90s ago 68m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (64m) 90s ago 64m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (64m) 90s ago 64m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (68m) 90s ago 68m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (68m) 90s ago 67m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (67m) 90s ago 67m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (67m) 90s ago 67m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:37:34.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (66m) 90s ago 66m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:37:34.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (66m) 90s ago 66m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:37:34.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (65m) 90s ago 65m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:37:34.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (65m) 90s ago 65m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:37:34.895 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (63m) 90s ago 64m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:37:35.225 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:37:35.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:37:35.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:37:35.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:37:35.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:37:35.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:37:35.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:37:35.225 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:37:35.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:37:35.226 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:37:35.226 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:37:35.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:37:35.226 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:37:35.226 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:37:35.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:37:35.226 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:37:35.226 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:37:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:37:34.609525+0000 mgr.y (mgr.24491) 2233 : audit [DBG] from='client.27032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:34.616368+0000 mgr.y (mgr.24491) 2234 : cluster [DBG] pgmap v1955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:37:34.888268+0000 mgr.y (mgr.24491) 2235 : audit [DBG] from='client.17133 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:37:35.227605+0000 mon.c (mon.2) 105 : audit [DBG] from='client.? 172.21.15.177:0/906178014' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:37:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:37:34.609525+0000 mgr.y (mgr.24491) 2233 : audit [DBG] from='client.27032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:34.616368+0000 mgr.y (mgr.24491) 2234 : cluster [DBG] pgmap v1955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:37:34.888268+0000 mgr.y (mgr.24491) 2235 : audit [DBG] from='client.17133 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:37:35.227605+0000 mon.c (mon.2) 105 : audit [DBG] from='client.? 172.21.15.177:0/906178014' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:37:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:37:34.609525+0000 mgr.y (mgr.24491) 2233 : audit [DBG] from='client.27032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:34.616368+0000 mgr.y (mgr.24491) 2234 : cluster [DBG] pgmap v1955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:37:34.888268+0000 mgr.y (mgr.24491) 2235 : audit [DBG] from='client.17133 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:37:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:37:35.227605+0000 mon.c (mon.2) 105 : audit [DBG] from='client.? 172.21.15.177:0/906178014' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:37:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:37] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:37:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:36.616758+0000 mgr.y (mgr.24491) 2236 : cluster [DBG] pgmap v1956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:36.616758+0000 mgr.y (mgr.24491) 2236 : cluster [DBG] pgmap v1956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:36.616758+0000 mgr.y (mgr.24491) 2236 : cluster [DBG] pgmap v1956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:38.617309+0000 mgr.y (mgr.24491) 2237 : cluster [DBG] pgmap v1957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:38.617309+0000 mgr.y (mgr.24491) 2237 : cluster [DBG] pgmap v1957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:38.617309+0000 mgr.y (mgr.24491) 2237 : cluster [DBG] pgmap v1957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:37:42.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:40.618214+0000 mgr.y (mgr.24491) 2238 : cluster [DBG] pgmap v1958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:40.618214+0000 mgr.y (mgr.24491) 2238 : cluster [DBG] pgmap v1958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:40.618214+0000 mgr.y (mgr.24491) 2238 : cluster [DBG] pgmap v1958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:42.618633+0000 mgr.y (mgr.24491) 2239 : cluster [DBG] pgmap v1959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:42.618633+0000 mgr.y (mgr.24491) 2239 : cluster [DBG] pgmap v1959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:42.618633+0000 mgr.y (mgr.24491) 2239 : cluster [DBG] pgmap v1959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:44.619381+0000 mgr.y (mgr.24491) 2240 : cluster [DBG] pgmap v1960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:44.619381+0000 mgr.y (mgr.24491) 2240 : cluster [DBG] pgmap v1960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:44.619381+0000 mgr.y (mgr.24491) 2240 : cluster [DBG] pgmap v1960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:47] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:37:48.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:46.619770+0000 mgr.y (mgr.24491) 2241 : cluster [DBG] pgmap v1961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:46.619770+0000 mgr.y (mgr.24491) 2241 : cluster [DBG] pgmap v1961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:46.619770+0000 mgr.y (mgr.24491) 2241 : cluster [DBG] pgmap v1961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:48.620102+0000 mgr.y (mgr.24491) 2242 : cluster [DBG] pgmap v1962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:48.620102+0000 mgr.y (mgr.24491) 2242 : cluster [DBG] pgmap v1962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:48.620102+0000 mgr.y (mgr.24491) 2242 : cluster [DBG] pgmap v1962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:37:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:50.620871+0000 mgr.y (mgr.24491) 2243 : cluster [DBG] pgmap v1963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:50.620871+0000 mgr.y (mgr.24491) 2243 : cluster [DBG] pgmap v1963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:50.620871+0000 mgr.y (mgr.24491) 2243 : cluster [DBG] pgmap v1963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:52.621399+0000 mgr.y (mgr.24491) 2244 : cluster [DBG] pgmap v1964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:52.621399+0000 mgr.y (mgr.24491) 2244 : cluster [DBG] pgmap v1964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:52.621399+0000 mgr.y (mgr.24491) 2244 : cluster [DBG] pgmap v1964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:54.622160+0000 mgr.y (mgr.24491) 2245 : cluster [DBG] pgmap v1965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:54.622160+0000 mgr.y (mgr.24491) 2245 : cluster [DBG] pgmap v1965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:54.622160+0000 mgr.y (mgr.24491) 2245 : cluster [DBG] pgmap v1965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:37:57] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:37:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:56.622692+0000 mgr.y (mgr.24491) 2246 : cluster [DBG] pgmap v1966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:56.622692+0000 mgr.y (mgr.24491) 2246 : cluster [DBG] pgmap v1966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:37:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:56.622692+0000 mgr.y (mgr.24491) 2246 : cluster [DBG] pgmap v1966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:37:58.623373+0000 mgr.y (mgr.24491) 2247 : cluster [DBG] pgmap v1967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:37:58.623373+0000 mgr.y (mgr.24491) 2247 : cluster [DBG] pgmap v1967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:37:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:37:58.623373+0000 mgr.y (mgr.24491) 2247 : cluster [DBG] pgmap v1967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:38:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:00.624130+0000 mgr.y (mgr.24491) 2248 : cluster [DBG] pgmap v1968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:00.624130+0000 mgr.y (mgr.24491) 2248 : cluster [DBG] pgmap v1968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:00.624130+0000 mgr.y (mgr.24491) 2248 : cluster [DBG] pgmap v1968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:02.624600+0000 mgr.y (mgr.24491) 2249 : cluster [DBG] pgmap v1969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:02.624600+0000 mgr.y (mgr.24491) 2249 : cluster [DBG] pgmap v1969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:02.624600+0000 mgr.y (mgr.24491) 2249 : cluster [DBG] pgmap v1969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:05.540 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:38:05.819 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:38:05.819 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (63m) 2m ago 64m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:38:05.820 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (64m) 2m ago 64m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:38:05.820 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (65m) 2m ago 65m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:38:05.820 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (65m) 2m ago 65m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:38:05.820 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (69m) 2m ago 69m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:38:05.820 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (70m) 2m ago 70m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:38:05.820 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (70m) 2m ago 71m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:38:05.820 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (69m) 2m ago 69m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:38:05.820 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (69m) 2m ago 69m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:38:05.820 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (65m) 2m ago 65m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:38:05.820 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (64m) 2m ago 64m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:38:05.820 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (68m) 2m ago 68m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:38:05.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (68m) 2m ago 68m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:38:05.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (68m) 2m ago 68m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:38:05.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (67m) 2m ago 67m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:38:05.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (67m) 2m ago 67m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:38:05.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (66m) 2m ago 66m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:38:05.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (66m) 2m ago 66m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:38:05.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (66m) 2m ago 66m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:38:05.821 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (63m) 2m ago 65m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:38:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:04.625251+0000 mgr.y (mgr.24491) 2250 : cluster [DBG] pgmap v1970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:38:05.099354+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:38:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:38:05.401120+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:38:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:38:05.401764+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:38:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:38:05.406109+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:38:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:38:05.530720+0000 mgr.y (mgr.24491) 2251 : audit [DBG] from='client.17145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:04.625251+0000 mgr.y (mgr.24491) 2250 : cluster [DBG] pgmap v1970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:38:05.099354+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:38:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:38:05.401120+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:38:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:38:05.401764+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:38:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:38:05.406109+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:38:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:38:05.530720+0000 mgr.y (mgr.24491) 2251 : audit [DBG] from='client.17145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:38:06.154 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:38:06.155 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:38:06.155 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:38:06.155 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:38:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:04.625251+0000 mgr.y (mgr.24491) 2250 : cluster [DBG] pgmap v1970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:38:05.099354+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:38:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:38:05.401120+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:38:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:38:05.401764+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:38:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:38:05.406109+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:38:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:38:05.530720+0000 mgr.y (mgr.24491) 2251 : audit [DBG] from='client.17145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:38:05.812505+0000 mgr.y (mgr.24491) 2252 : audit [DBG] from='client.17151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:38:06.156510+0000 mon.c (mon.2) 106 : audit [DBG] from='client.? 172.21.15.177:0/1717854493' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:38:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:38:05.812505+0000 mgr.y (mgr.24491) 2252 : audit [DBG] from='client.17151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:38:06.156510+0000 mon.c (mon.2) 106 : audit [DBG] from='client.? 172.21.15.177:0/1717854493' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:38:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:38:05.812505+0000 mgr.y (mgr.24491) 2252 : audit [DBG] from='client.17151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:38:06.156510+0000 mon.c (mon.2) 106 : audit [DBG] from='client.? 172.21.15.177:0/1717854493' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:38:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:06.625685+0000 mgr.y (mgr.24491) 2253 : cluster [DBG] pgmap v1971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:07] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:38:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:06.625685+0000 mgr.y (mgr.24491) 2253 : cluster [DBG] pgmap v1971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:06.625685+0000 mgr.y (mgr.24491) 2253 : cluster [DBG] pgmap v1971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:08.626059+0000 mgr.y (mgr.24491) 2254 : cluster [DBG] pgmap v1972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:10.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:08.626059+0000 mgr.y (mgr.24491) 2254 : cluster [DBG] pgmap v1972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:08.626059+0000 mgr.y (mgr.24491) 2254 : cluster [DBG] pgmap v1972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:38:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:10.626662+0000 mgr.y (mgr.24491) 2255 : cluster [DBG] pgmap v1973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:12.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:10.626662+0000 mgr.y (mgr.24491) 2255 : cluster [DBG] pgmap v1973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:10.626662+0000 mgr.y (mgr.24491) 2255 : cluster [DBG] pgmap v1973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:12.627102+0000 mgr.y (mgr.24491) 2256 : cluster [DBG] pgmap v1974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:14.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:12.627102+0000 mgr.y (mgr.24491) 2256 : cluster [DBG] pgmap v1974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:12.627102+0000 mgr.y (mgr.24491) 2256 : cluster [DBG] pgmap v1974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:16.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:14.627803+0000 mgr.y (mgr.24491) 2257 : cluster [DBG] pgmap v1975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:14.627803+0000 mgr.y (mgr.24491) 2257 : cluster [DBG] pgmap v1975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:14.627803+0000 mgr.y (mgr.24491) 2257 : cluster [DBG] pgmap v1975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:18.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:16.628365+0000 mgr.y (mgr.24491) 2258 : cluster [DBG] pgmap v1976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:17] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:38:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:16.628365+0000 mgr.y (mgr.24491) 2258 : cluster [DBG] pgmap v1976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:16.628365+0000 mgr.y (mgr.24491) 2258 : cluster [DBG] pgmap v1976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:18.628806+0000 mgr.y (mgr.24491) 2259 : cluster [DBG] pgmap v1977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:20.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:18.628806+0000 mgr.y (mgr.24491) 2259 : cluster [DBG] pgmap v1977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:18.628806+0000 mgr.y (mgr.24491) 2259 : cluster [DBG] pgmap v1977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:38:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:20.629441+0000 mgr.y (mgr.24491) 2260 : cluster [DBG] pgmap v1978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:22.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:20.629441+0000 mgr.y (mgr.24491) 2260 : cluster [DBG] pgmap v1978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:20.629441+0000 mgr.y (mgr.24491) 2260 : cluster [DBG] pgmap v1978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:22.630017+0000 mgr.y (mgr.24491) 2261 : cluster [DBG] pgmap v1979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:24.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:22.630017+0000 mgr.y (mgr.24491) 2261 : cluster [DBG] pgmap v1979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:22.630017+0000 mgr.y (mgr.24491) 2261 : cluster [DBG] pgmap v1979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:24.630604+0000 mgr.y (mgr.24491) 2262 : cluster [DBG] pgmap v1980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:26.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:24.630604+0000 mgr.y (mgr.24491) 2262 : cluster [DBG] pgmap v1980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:24.630604+0000 mgr.y (mgr.24491) 2262 : cluster [DBG] pgmap v1980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:27] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:38:28.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:26.631056+0000 mgr.y (mgr.24491) 2263 : cluster [DBG] pgmap v1981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:26.631056+0000 mgr.y (mgr.24491) 2263 : cluster [DBG] pgmap v1981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:26.631056+0000 mgr.y (mgr.24491) 2263 : cluster [DBG] pgmap v1981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:28.631427+0000 mgr.y (mgr.24491) 2264 : cluster [DBG] pgmap v1982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:28.631427+0000 mgr.y (mgr.24491) 2264 : cluster [DBG] pgmap v1982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:28.631427+0000 mgr.y (mgr.24491) 2264 : cluster [DBG] pgmap v1982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:38:32.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:30.632274+0000 mgr.y (mgr.24491) 2265 : cluster [DBG] pgmap v1983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:30.632274+0000 mgr.y (mgr.24491) 2265 : cluster [DBG] pgmap v1983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:30.632274+0000 mgr.y (mgr.24491) 2265 : cluster [DBG] pgmap v1983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:34.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:32.632818+0000 mgr.y (mgr.24491) 2266 : cluster [DBG] pgmap v1984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:32.632818+0000 mgr.y (mgr.24491) 2266 : cluster [DBG] pgmap v1984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:32.632818+0000 mgr.y (mgr.24491) 2266 : cluster [DBG] pgmap v1984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:34.633458+0000 mgr.y (mgr.24491) 2267 : cluster [DBG] pgmap v1985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:34.633458+0000 mgr.y (mgr.24491) 2267 : cluster [DBG] pgmap v1985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:34.633458+0000 mgr.y (mgr.24491) 2267 : cluster [DBG] pgmap v1985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:36.463 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:38:36.737 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:38:36.737 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (64m) 2m ago 65m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:38:36.737 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (65m) 2m ago 65m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:38:36.737 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (66m) 2m ago 66m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (66m) 2m ago 66m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (69m) 2m ago 69m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (71m) 2m ago 71m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (71m) 2m ago 71m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (70m) 2m ago 70m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (70m) 2m ago 69m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (65m) 2m ago 65m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (65m) 2m ago 65m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (69m) 2m ago 69m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (69m) 2m ago 69m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (68m) 2m ago 68m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (68m) 2m ago 68m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:38:36.738 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (67m) 2m ago 67m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:38:36.739 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (67m) 2m ago 67m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:38:36.739 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (67m) 2m ago 67m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:38:36.739 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (66m) 2m ago 66m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:38:36.739 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (64m) 2m ago 65m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:38:37.071 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:38:37.072 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:38:37.073 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:38:37.073 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:38:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:38:36.454347+0000 mgr.y (mgr.24491) 2268 : audit [DBG] from='client.27068 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:38:36.454347+0000 mgr.y (mgr.24491) 2268 : audit [DBG] from='client.27068 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:38:36.454347+0000 mgr.y (mgr.24491) 2268 : audit [DBG] from='client.27068 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:38.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:36.633823+0000 mgr.y (mgr.24491) 2269 : cluster [DBG] pgmap v1986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:38.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:38:36.732252+0000 mgr.y (mgr.24491) 2270 : audit [DBG] from='client.17169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:38.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:38:37.074239+0000 mon.a (mon.0) 1147 : audit [DBG] from='client.? 172.21.15.177:0/3584167611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:38:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:36.633823+0000 mgr.y (mgr.24491) 2269 : cluster [DBG] pgmap v1986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:38:36.732252+0000 mgr.y (mgr.24491) 2270 : audit [DBG] from='client.17169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:38:37.074239+0000 mon.a (mon.0) 1147 : audit [DBG] from='client.? 172.21.15.177:0/3584167611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:38:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:37] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:38:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:36.633823+0000 mgr.y (mgr.24491) 2269 : cluster [DBG] pgmap v1986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:38:36.732252+0000 mgr.y (mgr.24491) 2270 : audit [DBG] from='client.17169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:38:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:38:37.074239+0000 mon.a (mon.0) 1147 : audit [DBG] from='client.? 172.21.15.177:0/3584167611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:38:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:38.634284+0000 mgr.y (mgr.24491) 2271 : cluster [DBG] pgmap v1987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:38.634284+0000 mgr.y (mgr.24491) 2271 : cluster [DBG] pgmap v1987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:38.634284+0000 mgr.y (mgr.24491) 2271 : cluster [DBG] pgmap v1987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:38:42.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:40.634905+0000 mgr.y (mgr.24491) 2272 : cluster [DBG] pgmap v1988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:40.634905+0000 mgr.y (mgr.24491) 2272 : cluster [DBG] pgmap v1988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:40.634905+0000 mgr.y (mgr.24491) 2272 : cluster [DBG] pgmap v1988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:42.635281+0000 mgr.y (mgr.24491) 2273 : cluster [DBG] pgmap v1989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:42.635281+0000 mgr.y (mgr.24491) 2273 : cluster [DBG] pgmap v1989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:42.635281+0000 mgr.y (mgr.24491) 2273 : cluster [DBG] pgmap v1989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:44.636054+0000 mgr.y (mgr.24491) 2274 : cluster [DBG] pgmap v1990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:46.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:44.636054+0000 mgr.y (mgr.24491) 2274 : cluster [DBG] pgmap v1990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:44.636054+0000 mgr.y (mgr.24491) 2274 : cluster [DBG] pgmap v1990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:47] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:38:48.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:46.636523+0000 mgr.y (mgr.24491) 2275 : cluster [DBG] pgmap v1991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:46.636523+0000 mgr.y (mgr.24491) 2275 : cluster [DBG] pgmap v1991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:46.636523+0000 mgr.y (mgr.24491) 2275 : cluster [DBG] pgmap v1991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:48.636902+0000 mgr.y (mgr.24491) 2276 : cluster [DBG] pgmap v1992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:50.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:48.636902+0000 mgr.y (mgr.24491) 2276 : cluster [DBG] pgmap v1992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:50.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:48.636902+0000 mgr.y (mgr.24491) 2276 : cluster [DBG] pgmap v1992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:38:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:50.637524+0000 mgr.y (mgr.24491) 2277 : cluster [DBG] pgmap v1993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:52.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:50.637524+0000 mgr.y (mgr.24491) 2277 : cluster [DBG] pgmap v1993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:50.637524+0000 mgr.y (mgr.24491) 2277 : cluster [DBG] pgmap v1993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:52.637998+0000 mgr.y (mgr.24491) 2278 : cluster [DBG] pgmap v1994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:54.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:52.637998+0000 mgr.y (mgr.24491) 2278 : cluster [DBG] pgmap v1994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:52.637998+0000 mgr.y (mgr.24491) 2278 : cluster [DBG] pgmap v1994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:54.638733+0000 mgr.y (mgr.24491) 2279 : cluster [DBG] pgmap v1995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:56.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:54.638733+0000 mgr.y (mgr.24491) 2279 : cluster [DBG] pgmap v1995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:56.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:54.638733+0000 mgr.y (mgr.24491) 2279 : cluster [DBG] pgmap v1995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:38:57] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:38:58.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:56.639311+0000 mgr.y (mgr.24491) 2280 : cluster [DBG] pgmap v1996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:56.639311+0000 mgr.y (mgr.24491) 2280 : cluster [DBG] pgmap v1996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:38:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:56.639311+0000 mgr.y (mgr.24491) 2280 : cluster [DBG] pgmap v1996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:38:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:38:58.639870+0000 mgr.y (mgr.24491) 2281 : cluster [DBG] pgmap v1997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:38:58.639870+0000 mgr.y (mgr.24491) 2281 : cluster [DBG] pgmap v1997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:00.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:38:58.639870+0000 mgr.y (mgr.24491) 2281 : cluster [DBG] pgmap v1997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:39:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:00.640742+0000 mgr.y (mgr.24491) 2282 : cluster [DBG] pgmap v1998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:02.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:00.640742+0000 mgr.y (mgr.24491) 2282 : cluster [DBG] pgmap v1998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:02.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:00.640742+0000 mgr.y (mgr.24491) 2282 : cluster [DBG] pgmap v1998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:02.641166+0000 mgr.y (mgr.24491) 2283 : cluster [DBG] pgmap v1999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:02.641166+0000 mgr.y (mgr.24491) 2283 : cluster [DBG] pgmap v1999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:04.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:02.641166+0000 mgr.y (mgr.24491) 2283 : cluster [DBG] pgmap v1999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:04.641726+0000 mgr.y (mgr.24491) 2284 : cluster [DBG] pgmap v2000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:39:05.410214+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:39:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:39:05.651372+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:39:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:39:05.929002+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:39:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:39:05.929639+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:39:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:39:05.934194+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:39:06.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:04.641726+0000 mgr.y (mgr.24491) 2284 : cluster [DBG] pgmap v2000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:06.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:39:05.410214+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:39:06.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:39:05.651372+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:39:06.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:39:05.929002+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:39:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:39:05.929639+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:39:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:39:05.934194+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:39:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:04.641726+0000 mgr.y (mgr.24491) 2284 : cluster [DBG] pgmap v2000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:39:05.410214+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:39:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:39:05.651372+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:39:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:39:05.929002+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:39:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:39:05.929639+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:39:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:39:05.934194+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:39:07.379 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:39:07.653 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:39:07.654 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (64m) 3m ago 65m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:39:07.654 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (65m) 3m ago 65m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:39:07.654 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (66m) 3m ago 66m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:39:07.654 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (66m) 3m ago 66m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:39:07.654 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (70m) 3m ago 70m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:39:07.654 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (71m) 3m ago 71m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:39:07.654 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (72m) 3m ago 72m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:39:07.654 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (70m) 3m ago 70m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:39:07.654 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (70m) 3m ago 70m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:39:07.654 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (66m) 3m ago 66m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:39:07.654 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (66m) 3m ago 66m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:39:07.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (69m) 3m ago 69m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:39:07.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (69m) 3m ago 69m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:39:07.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (69m) 3m ago 69m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:39:07.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (68m) 3m ago 68m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:39:07.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (68m) 3m ago 68m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:39:07.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (67m) 3m ago 67m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:39:07.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (67m) 3m ago 67m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:39:07.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (67m) 3m ago 67m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:39:07.655 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (64m) 3m ago 66m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:39:07.989 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:39:07.989 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:39:07.989 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:39:07.989 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:39:07.989 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:39:07.989 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:39:07.989 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:39:07.989 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:39:07.989 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:39:07.989 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:39:07.990 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:39:07.990 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:39:07.990 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:39:07.990 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:39:07.990 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:39:07.990 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:39:07.990 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:39:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:07] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:39:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:06.642117+0000 mgr.y (mgr.24491) 2285 : cluster [DBG] pgmap v2001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:39:07.369895+0000 mgr.y (mgr.24491) 2286 : audit [DBG] from='client.27086 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:06.642117+0000 mgr.y (mgr.24491) 2285 : cluster [DBG] pgmap v2001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:39:07.369895+0000 mgr.y (mgr.24491) 2286 : audit [DBG] from='client.27086 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:06.642117+0000 mgr.y (mgr.24491) 2285 : cluster [DBG] pgmap v2001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:39:07.369895+0000 mgr.y (mgr.24491) 2286 : audit [DBG] from='client.27086 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:39:07.648322+0000 mgr.y (mgr.24491) 2287 : audit [DBG] from='client.17187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:39:07.990433+0000 mon.c (mon.2) 107 : audit [DBG] from='client.? 172.21.15.177:0/783603061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:39:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:39:07.648322+0000 mgr.y (mgr.24491) 2287 : audit [DBG] from='client.17187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:39:07.990433+0000 mon.c (mon.2) 107 : audit [DBG] from='client.? 172.21.15.177:0/783603061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:39:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:39:07.648322+0000 mgr.y (mgr.24491) 2287 : audit [DBG] from='client.17187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:39:07.990433+0000 mon.c (mon.2) 107 : audit [DBG] from='client.? 172.21.15.177:0/783603061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:39:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:08.642545+0000 mgr.y (mgr.24491) 2288 : cluster [DBG] pgmap v2002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:10.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:08.642545+0000 mgr.y (mgr.24491) 2288 : cluster [DBG] pgmap v2002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:10.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:08.642545+0000 mgr.y (mgr.24491) 2288 : cluster [DBG] pgmap v2002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:39:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:10.643264+0000 mgr.y (mgr.24491) 2289 : cluster [DBG] pgmap v2003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:12.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:10.643264+0000 mgr.y (mgr.24491) 2289 : cluster [DBG] pgmap v2003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:10.643264+0000 mgr.y (mgr.24491) 2289 : cluster [DBG] pgmap v2003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:12.643784+0000 mgr.y (mgr.24491) 2290 : cluster [DBG] pgmap v2004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:14.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:12.643784+0000 mgr.y (mgr.24491) 2290 : cluster [DBG] pgmap v2004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:12.643784+0000 mgr.y (mgr.24491) 2290 : cluster [DBG] pgmap v2004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:14.644424+0000 mgr.y (mgr.24491) 2291 : cluster [DBG] pgmap v2005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:16.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:14.644424+0000 mgr.y (mgr.24491) 2291 : cluster [DBG] pgmap v2005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:16.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:14.644424+0000 mgr.y (mgr.24491) 2291 : cluster [DBG] pgmap v2005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:39:18.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:16.644816+0000 mgr.y (mgr.24491) 2292 : cluster [DBG] pgmap v2006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:16.644816+0000 mgr.y (mgr.24491) 2292 : cluster [DBG] pgmap v2006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:16.644816+0000 mgr.y (mgr.24491) 2292 : cluster [DBG] pgmap v2006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:18.645339+0000 mgr.y (mgr.24491) 2293 : cluster [DBG] pgmap v2007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:18.645339+0000 mgr.y (mgr.24491) 2293 : cluster [DBG] pgmap v2007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:18.645339+0000 mgr.y (mgr.24491) 2293 : cluster [DBG] pgmap v2007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:39:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:20.645995+0000 mgr.y (mgr.24491) 2294 : cluster [DBG] pgmap v2008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:22.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:20.645995+0000 mgr.y (mgr.24491) 2294 : cluster [DBG] pgmap v2008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:22.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:20.645995+0000 mgr.y (mgr.24491) 2294 : cluster [DBG] pgmap v2008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:22.646375+0000 mgr.y (mgr.24491) 2295 : cluster [DBG] pgmap v2009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:24.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:22.646375+0000 mgr.y (mgr.24491) 2295 : cluster [DBG] pgmap v2009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:24.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:22.646375+0000 mgr.y (mgr.24491) 2295 : cluster [DBG] pgmap v2009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:24.647104+0000 mgr.y (mgr.24491) 2296 : cluster [DBG] pgmap v2010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:24.647104+0000 mgr.y (mgr.24491) 2296 : cluster [DBG] pgmap v2010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:26.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:24.647104+0000 mgr.y (mgr.24491) 2296 : cluster [DBG] pgmap v2010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:27.982 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:39:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:26.647613+0000 mgr.y (mgr.24491) 2297 : cluster [DBG] pgmap v2011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:28.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:26.647613+0000 mgr.y (mgr.24491) 2297 : cluster [DBG] pgmap v2011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:28.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:26.647613+0000 mgr.y (mgr.24491) 2297 : cluster [DBG] pgmap v2011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:28.648055+0000 mgr.y (mgr.24491) 2298 : cluster [DBG] pgmap v2012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:30.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:28.648055+0000 mgr.y (mgr.24491) 2298 : cluster [DBG] pgmap v2012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:28.648055+0000 mgr.y (mgr.24491) 2298 : cluster [DBG] pgmap v2012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:39:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:30.648675+0000 mgr.y (mgr.24491) 2299 : cluster [DBG] pgmap v2013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:32.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:30.648675+0000 mgr.y (mgr.24491) 2299 : cluster [DBG] pgmap v2013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:30.648675+0000 mgr.y (mgr.24491) 2299 : cluster [DBG] pgmap v2013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:32.649133+0000 mgr.y (mgr.24491) 2300 : cluster [DBG] pgmap v2014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:34.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:32.649133+0000 mgr.y (mgr.24491) 2300 : cluster [DBG] pgmap v2014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:34.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:32.649133+0000 mgr.y (mgr.24491) 2300 : cluster [DBG] pgmap v2014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:34.649924+0000 mgr.y (mgr.24491) 2301 : cluster [DBG] pgmap v2015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:36.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:34.649924+0000 mgr.y (mgr.24491) 2301 : cluster [DBG] pgmap v2015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:36.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:34.649924+0000 mgr.y (mgr.24491) 2301 : cluster [DBG] pgmap v2015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:37.998 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:37] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:39:38.296 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:39:38.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:36.650444+0000 mgr.y (mgr.24491) 2302 : cluster [DBG] pgmap v2016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:38.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:36.650444+0000 mgr.y (mgr.24491) 2302 : cluster [DBG] pgmap v2016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:36.650444+0000 mgr.y (mgr.24491) 2302 : cluster [DBG] pgmap v2016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:38.572 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:39:38.572 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (65m) 3m ago 66m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:39:38.572 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (66m) 3m ago 66m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:39:38.572 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (67m) 3m ago 67m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:39:38.572 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (67m) 3m ago 67m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:39:38.572 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (70m) 3m ago 70m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (72m) 3m ago 72m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (72m) 3m ago 72m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (71m) 3m ago 71m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (71m) 3m ago 71m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (66m) 3m ago 66m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (66m) 3m ago 66m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (70m) 3m ago 70m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (70m) 3m ago 70m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (69m) 3m ago 69m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (69m) 3m ago 69m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (68m) 3m ago 68m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (68m) 3m ago 68m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:39:38.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (68m) 3m ago 68m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:39:38.574 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (67m) 3m ago 67m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:39:38.574 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (65m) 3m ago 66m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:39:38.907 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:39:38.907 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:39:38.907 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:39:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:39:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:39:38.287115+0000 mgr.y (mgr.24491) 2303 : audit [DBG] from='client.27104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:39:38.567058+0000 mgr.y (mgr.24491) 2304 : audit [DBG] from='client.17205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:39:38.910003+0000 mon.c (mon.2) 108 : audit [DBG] from='client.? 172.21.15.177:0/1761371928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:39:39.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:39:38.287115+0000 mgr.y (mgr.24491) 2303 : audit [DBG] from='client.27104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:39:38.567058+0000 mgr.y (mgr.24491) 2304 : audit [DBG] from='client.17205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:39:38.910003+0000 mon.c (mon.2) 108 : audit [DBG] from='client.? 172.21.15.177:0/1761371928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:39:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:39:38.287115+0000 mgr.y (mgr.24491) 2303 : audit [DBG] from='client.27104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:39:38.567058+0000 mgr.y (mgr.24491) 2304 : audit [DBG] from='client.17205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:39:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:39:38.910003+0000 mon.c (mon.2) 108 : audit [DBG] from='client.? 172.21.15.177:0/1761371928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:39:40.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:38.650804+0000 mgr.y (mgr.24491) 2305 : cluster [DBG] pgmap v2017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:40.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:38.650804+0000 mgr.y (mgr.24491) 2305 : cluster [DBG] pgmap v2017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:38.650804+0000 mgr.y (mgr.24491) 2305 : cluster [DBG] pgmap v2017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:39:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:40.651482+0000 mgr.y (mgr.24491) 2306 : cluster [DBG] pgmap v2018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:42.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:40.651482+0000 mgr.y (mgr.24491) 2306 : cluster [DBG] pgmap v2018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:40.651482+0000 mgr.y (mgr.24491) 2306 : cluster [DBG] pgmap v2018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:44.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:42.652100+0000 mgr.y (mgr.24491) 2307 : cluster [DBG] pgmap v2019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:44.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:42.652100+0000 mgr.y (mgr.24491) 2307 : cluster [DBG] pgmap v2019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:42.652100+0000 mgr.y (mgr.24491) 2307 : cluster [DBG] pgmap v2019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:46.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:44.652848+0000 mgr.y (mgr.24491) 2308 : cluster [DBG] pgmap v2020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:46.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:44.652848+0000 mgr.y (mgr.24491) 2308 : cluster [DBG] pgmap v2020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:44.652848+0000 mgr.y (mgr.24491) 2308 : cluster [DBG] pgmap v2020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:48.020 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:47] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:39:48.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:46.653367+0000 mgr.y (mgr.24491) 2309 : cluster [DBG] pgmap v2021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:48.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:46.653367+0000 mgr.y (mgr.24491) 2309 : cluster [DBG] pgmap v2021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:46.653367+0000 mgr.y (mgr.24491) 2309 : cluster [DBG] pgmap v2021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:50.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:48.653809+0000 mgr.y (mgr.24491) 2310 : cluster [DBG] pgmap v2022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:50.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:48.653809+0000 mgr.y (mgr.24491) 2310 : cluster [DBG] pgmap v2022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:48.653809+0000 mgr.y (mgr.24491) 2310 : cluster [DBG] pgmap v2022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:39:52.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:50.654559+0000 mgr.y (mgr.24491) 2311 : cluster [DBG] pgmap v2023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:52.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:50.654559+0000 mgr.y (mgr.24491) 2311 : cluster [DBG] pgmap v2023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:50.654559+0000 mgr.y (mgr.24491) 2311 : cluster [DBG] pgmap v2023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:54.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:52.655093+0000 mgr.y (mgr.24491) 2312 : cluster [DBG] pgmap v2024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:52.655093+0000 mgr.y (mgr.24491) 2312 : cluster [DBG] pgmap v2024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:52.655093+0000 mgr.y (mgr.24491) 2312 : cluster [DBG] pgmap v2024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:56.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:54.655732+0000 mgr.y (mgr.24491) 2313 : cluster [DBG] pgmap v2025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:56.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:54.655732+0000 mgr.y (mgr.24491) 2313 : cluster [DBG] pgmap v2025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:54.655732+0000 mgr.y (mgr.24491) 2313 : cluster [DBG] pgmap v2025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:58.040 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:39:57] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:39:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:56.656195+0000 mgr.y (mgr.24491) 2314 : cluster [DBG] pgmap v2026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:58.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:56.656195+0000 mgr.y (mgr.24491) 2314 : cluster [DBG] pgmap v2026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:39:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:39:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:56.656195+0000 mgr.y (mgr.24491) 2314 : cluster [DBG] pgmap v2026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T04:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:40:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:39:58.656645+0000 mgr.y (mgr.24491) 2315 : cluster [DBG] pgmap v2027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:00.000149+0000 mon.a (mon.0) 1153 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:40:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:39:58.656645+0000 mgr.y (mgr.24491) 2315 : cluster [DBG] pgmap v2027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:00.000149+0000 mon.a (mon.0) 1153 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:40:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:39:58.656645+0000 mgr.y (mgr.24491) 2315 : cluster [DBG] pgmap v2027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:00.000149+0000 mon.a (mon.0) 1153 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:40:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:40:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:00.657457+0000 mgr.y (mgr.24491) 2316 : cluster [DBG] pgmap v2028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:00.657457+0000 mgr.y (mgr.24491) 2316 : cluster [DBG] pgmap v2028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:00.657457+0000 mgr.y (mgr.24491) 2316 : cluster [DBG] pgmap v2028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:02.657872+0000 mgr.y (mgr.24491) 2317 : cluster [DBG] pgmap v2029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:04.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:02.657872+0000 mgr.y (mgr.24491) 2317 : cluster [DBG] pgmap v2029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:02.657872+0000 mgr.y (mgr.24491) 2317 : cluster [DBG] pgmap v2029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:06.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:04.658682+0000 mgr.y (mgr.24491) 2318 : cluster [DBG] pgmap v2030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:06.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:40:05.938626+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:40:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:04.658682+0000 mgr.y (mgr.24491) 2318 : cluster [DBG] pgmap v2030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:40:05.938626+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:40:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:04.658682+0000 mgr.y (mgr.24491) 2318 : cluster [DBG] pgmap v2030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:40:05.938626+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:40:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:40:06.187314+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:40:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:40:06.464871+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:40:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:40:06.465483+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:40:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:40:06.470330+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:40:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:40:06.187314+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:40:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:40:06.464871+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:40:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:40:06.465483+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:40:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:40:06.470330+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:40:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:40:06.187314+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:40:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:40:06.464871+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:40:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:40:06.465483+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:40:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:40:06.470330+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:40:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:07] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:40:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:06.659116+0000 mgr.y (mgr.24491) 2319 : cluster [DBG] pgmap v2031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:06.659116+0000 mgr.y (mgr.24491) 2319 : cluster [DBG] pgmap v2031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:06.659116+0000 mgr.y (mgr.24491) 2319 : cluster [DBG] pgmap v2031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:09.221 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (65m) 4m ago 66m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (66m) 4m ago 66m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (67m) 4m ago 67m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (67m) 4m ago 67m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (71m) 4m ago 71m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (73m) 4m ago 72m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (73m) 4m ago 73m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (71m) 4m ago 71m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (71m) 4m ago 71m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (67m) 4m ago 67m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (67m) 4m ago 67m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (70m) 4m ago 70m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (70m) 4m ago 70m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (70m) 4m ago 70m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:40:09.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (69m) 4m ago 69m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:40:09.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (69m) 4m ago 69m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:40:09.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (68m) 4m ago 68m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:40:09.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (68m) 4m ago 68m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:40:09.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (68m) 4m ago 68m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:40:09.500 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (65m) 4m ago 67m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:40:09.831 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:40:09.831 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:40:09.831 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:40:09.831 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:40:09.831 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:40:09.831 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:40:09.831 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:40:09.832 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:40:09.832 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:40:09.832 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:40:09.832 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:40:09.832 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:40:09.832 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:40:09.832 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:40:09.832 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:40:09.832 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:40:09.832 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:40:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:08.659467+0000 mgr.y (mgr.24491) 2320 : cluster [DBG] pgmap v2032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:40:09.211460+0000 mgr.y (mgr.24491) 2321 : audit [DBG] from='client.17217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:40:09.493882+0000 mgr.y (mgr.24491) 2322 : audit [DBG] from='client.17223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:40:09.833745+0000 mon.c (mon.2) 109 : audit [DBG] from='client.? 172.21.15.177:0/4019975021' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:40:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:08.659467+0000 mgr.y (mgr.24491) 2320 : cluster [DBG] pgmap v2032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:40:09.211460+0000 mgr.y (mgr.24491) 2321 : audit [DBG] from='client.17217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:40:09.493882+0000 mgr.y (mgr.24491) 2322 : audit [DBG] from='client.17223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:40:09.833745+0000 mon.c (mon.2) 109 : audit [DBG] from='client.? 172.21.15.177:0/4019975021' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:40:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:08.659467+0000 mgr.y (mgr.24491) 2320 : cluster [DBG] pgmap v2032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:40:09.211460+0000 mgr.y (mgr.24491) 2321 : audit [DBG] from='client.17217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:40:09.493882+0000 mgr.y (mgr.24491) 2322 : audit [DBG] from='client.17223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:40:09.833745+0000 mon.c (mon.2) 109 : audit [DBG] from='client.? 172.21.15.177:0/4019975021' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:40:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:40:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:10.660340+0000 mgr.y (mgr.24491) 2323 : cluster [DBG] pgmap v2033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:10.660340+0000 mgr.y (mgr.24491) 2323 : cluster [DBG] pgmap v2033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:10.660340+0000 mgr.y (mgr.24491) 2323 : cluster [DBG] pgmap v2033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:12.660813+0000 mgr.y (mgr.24491) 2324 : cluster [DBG] pgmap v2034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:12.660813+0000 mgr.y (mgr.24491) 2324 : cluster [DBG] pgmap v2034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:12.660813+0000 mgr.y (mgr.24491) 2324 : cluster [DBG] pgmap v2034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:14.661592+0000 mgr.y (mgr.24491) 2325 : cluster [DBG] pgmap v2035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:14.661592+0000 mgr.y (mgr.24491) 2325 : cluster [DBG] pgmap v2035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:14.661592+0000 mgr.y (mgr.24491) 2325 : cluster [DBG] pgmap v2035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:40:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:16.662061+0000 mgr.y (mgr.24491) 2326 : cluster [DBG] pgmap v2036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:16.662061+0000 mgr.y (mgr.24491) 2326 : cluster [DBG] pgmap v2036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:16.662061+0000 mgr.y (mgr.24491) 2326 : cluster [DBG] pgmap v2036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:18.662494+0000 mgr.y (mgr.24491) 2327 : cluster [DBG] pgmap v2037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:18.662494+0000 mgr.y (mgr.24491) 2327 : cluster [DBG] pgmap v2037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:18.662494+0000 mgr.y (mgr.24491) 2327 : cluster [DBG] pgmap v2037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:40:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:20.663454+0000 mgr.y (mgr.24491) 2328 : cluster [DBG] pgmap v2038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:20.663454+0000 mgr.y (mgr.24491) 2328 : cluster [DBG] pgmap v2038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:20.663454+0000 mgr.y (mgr.24491) 2328 : cluster [DBG] pgmap v2038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:22.663855+0000 mgr.y (mgr.24491) 2329 : cluster [DBG] pgmap v2039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:22.663855+0000 mgr.y (mgr.24491) 2329 : cluster [DBG] pgmap v2039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:22.663855+0000 mgr.y (mgr.24491) 2329 : cluster [DBG] pgmap v2039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:24.664726+0000 mgr.y (mgr.24491) 2330 : cluster [DBG] pgmap v2040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:24.664726+0000 mgr.y (mgr.24491) 2330 : cluster [DBG] pgmap v2040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:24.664726+0000 mgr.y (mgr.24491) 2330 : cluster [DBG] pgmap v2040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:40:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:26.665217+0000 mgr.y (mgr.24491) 2331 : cluster [DBG] pgmap v2041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:26.665217+0000 mgr.y (mgr.24491) 2331 : cluster [DBG] pgmap v2041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:26.665217+0000 mgr.y (mgr.24491) 2331 : cluster [DBG] pgmap v2041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:28.665632+0000 mgr.y (mgr.24491) 2332 : cluster [DBG] pgmap v2042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:28.665632+0000 mgr.y (mgr.24491) 2332 : cluster [DBG] pgmap v2042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:28.665632+0000 mgr.y (mgr.24491) 2332 : cluster [DBG] pgmap v2042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:40:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:30.666279+0000 mgr.y (mgr.24491) 2333 : cluster [DBG] pgmap v2043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:30.666279+0000 mgr.y (mgr.24491) 2333 : cluster [DBG] pgmap v2043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:30.666279+0000 mgr.y (mgr.24491) 2333 : cluster [DBG] pgmap v2043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:32.666807+0000 mgr.y (mgr.24491) 2334 : cluster [DBG] pgmap v2044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:32.666807+0000 mgr.y (mgr.24491) 2334 : cluster [DBG] pgmap v2044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:32.666807+0000 mgr.y (mgr.24491) 2334 : cluster [DBG] pgmap v2044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:34.667550+0000 mgr.y (mgr.24491) 2335 : cluster [DBG] pgmap v2045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:34.667550+0000 mgr.y (mgr.24491) 2335 : cluster [DBG] pgmap v2045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:34.667550+0000 mgr.y (mgr.24491) 2335 : cluster [DBG] pgmap v2045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:40:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:36.668091+0000 mgr.y (mgr.24491) 2336 : cluster [DBG] pgmap v2046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:36.668091+0000 mgr.y (mgr.24491) 2336 : cluster [DBG] pgmap v2046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:36.668091+0000 mgr.y (mgr.24491) 2336 : cluster [DBG] pgmap v2046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:40.143 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:40:40.417 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:40:40.417 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (66m) 4m ago 67m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:40:40.418 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (67m) 4m ago 67m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:40:40.418 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (68m) 4m ago 68m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:40:40.418 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (68m) 4m ago 68m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:40:40.418 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (71m) 4m ago 71m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:40:40.418 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (73m) 4m ago 73m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:40:40.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (73m) 4m ago 73m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:40:40.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (72m) 4m ago 72m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:40:40.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (72m) 4m ago 72m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:40:40.418 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (67m) 4m ago 67m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:40:40.418 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (67m) 4m ago 67m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:40:40.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (71m) 4m ago 71m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:40:40.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (71m) 4m ago 71m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:40:40.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (70m) 4m ago 70m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:40:40.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (70m) 4m ago 70m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:40:40.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (69m) 4m ago 69m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:40:40.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (69m) 4m ago 69m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:40:40.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (69m) 4m ago 69m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:40:40.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (68m) 4m ago 68m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:40:40.419 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (66m) 4m ago 67m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:40:40.754 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:40:40.754 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:40:40.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:40:40.754 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:40:40.754 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:40:40.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:40:40.754 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:40:40.754 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:40:40.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:40:40.754 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:40:40.754 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:40:40.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:40:40.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:40:40.755 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:40:40.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:40:40.755 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:40:40.755 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:40:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:38.668503+0000 mgr.y (mgr.24491) 2337 : cluster [DBG] pgmap v2047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:38.668503+0000 mgr.y (mgr.24491) 2337 : cluster [DBG] pgmap v2047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:38.668503+0000 mgr.y (mgr.24491) 2337 : cluster [DBG] pgmap v2047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:40:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:40:40.133363+0000 mgr.y (mgr.24491) 2338 : audit [DBG] from='client.17235 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:40:40.412319+0000 mgr.y (mgr.24491) 2339 : audit [DBG] from='client.27146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:40:40.756358+0000 mon.c (mon.2) 110 : audit [DBG] from='client.? 172.21.15.177:0/2029925030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:40:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:40:40.133363+0000 mgr.y (mgr.24491) 2338 : audit [DBG] from='client.17235 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:40:40.412319+0000 mgr.y (mgr.24491) 2339 : audit [DBG] from='client.27146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:40:40.756358+0000 mon.c (mon.2) 110 : audit [DBG] from='client.? 172.21.15.177:0/2029925030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:40:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:40:40.133363+0000 mgr.y (mgr.24491) 2338 : audit [DBG] from='client.17235 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:40:40.412319+0000 mgr.y (mgr.24491) 2339 : audit [DBG] from='client.27146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:40:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:40:40.756358+0000 mon.c (mon.2) 110 : audit [DBG] from='client.? 172.21.15.177:0/2029925030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:40:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:40.669081+0000 mgr.y (mgr.24491) 2340 : cluster [DBG] pgmap v2048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:40.669081+0000 mgr.y (mgr.24491) 2340 : cluster [DBG] pgmap v2048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:40.669081+0000 mgr.y (mgr.24491) 2340 : cluster [DBG] pgmap v2048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:42.669641+0000 mgr.y (mgr.24491) 2341 : cluster [DBG] pgmap v2049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:42.669641+0000 mgr.y (mgr.24491) 2341 : cluster [DBG] pgmap v2049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:42.669641+0000 mgr.y (mgr.24491) 2341 : cluster [DBG] pgmap v2049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:44.670452+0000 mgr.y (mgr.24491) 2342 : cluster [DBG] pgmap v2050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:44.670452+0000 mgr.y (mgr.24491) 2342 : cluster [DBG] pgmap v2050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:44.670452+0000 mgr.y (mgr.24491) 2342 : cluster [DBG] pgmap v2050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:47] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:40:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:46.670893+0000 mgr.y (mgr.24491) 2343 : cluster [DBG] pgmap v2051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:46.670893+0000 mgr.y (mgr.24491) 2343 : cluster [DBG] pgmap v2051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:46.670893+0000 mgr.y (mgr.24491) 2343 : cluster [DBG] pgmap v2051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:48.671380+0000 mgr.y (mgr.24491) 2344 : cluster [DBG] pgmap v2052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:48.671380+0000 mgr.y (mgr.24491) 2344 : cluster [DBG] pgmap v2052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:48.671380+0000 mgr.y (mgr.24491) 2344 : cluster [DBG] pgmap v2052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:40:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:50.672152+0000 mgr.y (mgr.24491) 2345 : cluster [DBG] pgmap v2053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:52.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:50.672152+0000 mgr.y (mgr.24491) 2345 : cluster [DBG] pgmap v2053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:50.672152+0000 mgr.y (mgr.24491) 2345 : cluster [DBG] pgmap v2053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:52.672649+0000 mgr.y (mgr.24491) 2346 : cluster [DBG] pgmap v2054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:52.672649+0000 mgr.y (mgr.24491) 2346 : cluster [DBG] pgmap v2054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:52.672649+0000 mgr.y (mgr.24491) 2346 : cluster [DBG] pgmap v2054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:56.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:54.673293+0000 mgr.y (mgr.24491) 2347 : cluster [DBG] pgmap v2055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:54.673293+0000 mgr.y (mgr.24491) 2347 : cluster [DBG] pgmap v2055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:54.673293+0000 mgr.y (mgr.24491) 2347 : cluster [DBG] pgmap v2055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:40:57] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:40:58.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:56.673699+0000 mgr.y (mgr.24491) 2348 : cluster [DBG] pgmap v2056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:56.673699+0000 mgr.y (mgr.24491) 2348 : cluster [DBG] pgmap v2056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:40:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:40:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:56.673699+0000 mgr.y (mgr.24491) 2348 : cluster [DBG] pgmap v2056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:40:58.674065+0000 mgr.y (mgr.24491) 2349 : cluster [DBG] pgmap v2057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:40:58.674065+0000 mgr.y (mgr.24491) 2349 : cluster [DBG] pgmap v2057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:40:58.674065+0000 mgr.y (mgr.24491) 2349 : cluster [DBG] pgmap v2057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:41:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:00.674735+0000 mgr.y (mgr.24491) 2350 : cluster [DBG] pgmap v2058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:00.674735+0000 mgr.y (mgr.24491) 2350 : cluster [DBG] pgmap v2058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:00.674735+0000 mgr.y (mgr.24491) 2350 : cluster [DBG] pgmap v2058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:02.675183+0000 mgr.y (mgr.24491) 2351 : cluster [DBG] pgmap v2059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:02.675183+0000 mgr.y (mgr.24491) 2351 : cluster [DBG] pgmap v2059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:02.675183+0000 mgr.y (mgr.24491) 2351 : cluster [DBG] pgmap v2059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:04.676004+0000 mgr.y (mgr.24491) 2352 : cluster [DBG] pgmap v2060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:41:06.475331+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:41:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:04.676004+0000 mgr.y (mgr.24491) 2352 : cluster [DBG] pgmap v2060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:41:06.475331+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:41:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:04.676004+0000 mgr.y (mgr.24491) 2352 : cluster [DBG] pgmap v2060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:41:06.475331+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:41:07.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:07] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:41:07.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:41:06.777437+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:41:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:41:06.778055+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:41:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:41:06.784843+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:41:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:41:06.777437+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:41:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:41:06.778055+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:41:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:41:06.784843+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:41:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:41:06.777437+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:41:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:41:06.778055+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:41:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:41:06.784843+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:41:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:06.676318+0000 mgr.y (mgr.24491) 2353 : cluster [DBG] pgmap v2061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:06.676318+0000 mgr.y (mgr.24491) 2353 : cluster [DBG] pgmap v2061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:06.676318+0000 mgr.y (mgr.24491) 2353 : cluster [DBG] pgmap v2061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:08.676810+0000 mgr.y (mgr.24491) 2354 : cluster [DBG] pgmap v2062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:08.676810+0000 mgr.y (mgr.24491) 2354 : cluster [DBG] pgmap v2062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:08.676810+0000 mgr.y (mgr.24491) 2354 : cluster [DBG] pgmap v2062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:11.067 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:41:11.341 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:41:11.341 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (66m) 5m ago 67m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:41:11.341 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (67m) 5m ago 67m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:41:11.341 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (68m) 5m ago 68m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:41:11.341 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (68m) 5m ago 68m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (72m) 5m ago 72m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (74m) 5m ago 74m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (74m) 5m ago 74m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (72m) 5m ago 72m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (72m) 5m ago 72m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (68m) 5m ago 68m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (68m) 5m ago 68m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (72m) 5m ago 71m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (71m) 5m ago 71m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (71m) 5m ago 71m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (70m) 5m ago 70m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (70m) 5m ago 70m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (70m) 5m ago 70m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:41:11.342 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (69m) 5m ago 69m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:41:11.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (69m) 5m ago 69m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:41:11.343 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (66m) 5m ago 68m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:41:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:41:11.676 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:41:11.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:41:11.678 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:41:11.678 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:41:11.678 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:41:11.678 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:41:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:10.677572+0000 mgr.y (mgr.24491) 2355 : cluster [DBG] pgmap v2063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:41:11.057037+0000 mgr.y (mgr.24491) 2356 : audit [DBG] from='client.27158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:41:11.336148+0000 mgr.y (mgr.24491) 2357 : audit [DBG] from='client.27164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:41:11.679158+0000 mon.c (mon.2) 111 : audit [DBG] from='client.? 172.21.15.177:0/1996952603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:41:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:10.677572+0000 mgr.y (mgr.24491) 2355 : cluster [DBG] pgmap v2063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:41:11.057037+0000 mgr.y (mgr.24491) 2356 : audit [DBG] from='client.27158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:41:11.336148+0000 mgr.y (mgr.24491) 2357 : audit [DBG] from='client.27164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:41:11.679158+0000 mon.c (mon.2) 111 : audit [DBG] from='client.? 172.21.15.177:0/1996952603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:41:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:10.677572+0000 mgr.y (mgr.24491) 2355 : cluster [DBG] pgmap v2063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:41:11.057037+0000 mgr.y (mgr.24491) 2356 : audit [DBG] from='client.27158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:41:11.336148+0000 mgr.y (mgr.24491) 2357 : audit [DBG] from='client.27164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:41:11.679158+0000 mon.c (mon.2) 111 : audit [DBG] from='client.? 172.21.15.177:0/1996952603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:41:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:12.678017+0000 mgr.y (mgr.24491) 2358 : cluster [DBG] pgmap v2064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:12.678017+0000 mgr.y (mgr.24491) 2358 : cluster [DBG] pgmap v2064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:12.678017+0000 mgr.y (mgr.24491) 2358 : cluster [DBG] pgmap v2064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:14.678711+0000 mgr.y (mgr.24491) 2359 : cluster [DBG] pgmap v2065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:14.678711+0000 mgr.y (mgr.24491) 2359 : cluster [DBG] pgmap v2065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:14.678711+0000 mgr.y (mgr.24491) 2359 : cluster [DBG] pgmap v2065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:17] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T04:41:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:16.679203+0000 mgr.y (mgr.24491) 2360 : cluster [DBG] pgmap v2066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:16.679203+0000 mgr.y (mgr.24491) 2360 : cluster [DBG] pgmap v2066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:16.679203+0000 mgr.y (mgr.24491) 2360 : cluster [DBG] pgmap v2066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:18.679715+0000 mgr.y (mgr.24491) 2361 : cluster [DBG] pgmap v2067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:18.679715+0000 mgr.y (mgr.24491) 2361 : cluster [DBG] pgmap v2067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:18.679715+0000 mgr.y (mgr.24491) 2361 : cluster [DBG] pgmap v2067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:41:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:20.680504+0000 mgr.y (mgr.24491) 2362 : cluster [DBG] pgmap v2068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:20.680504+0000 mgr.y (mgr.24491) 2362 : cluster [DBG] pgmap v2068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:20.680504+0000 mgr.y (mgr.24491) 2362 : cluster [DBG] pgmap v2068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:22.680930+0000 mgr.y (mgr.24491) 2363 : cluster [DBG] pgmap v2069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:22.680930+0000 mgr.y (mgr.24491) 2363 : cluster [DBG] pgmap v2069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:22.680930+0000 mgr.y (mgr.24491) 2363 : cluster [DBG] pgmap v2069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:24.681690+0000 mgr.y (mgr.24491) 2364 : cluster [DBG] pgmap v2070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:24.681690+0000 mgr.y (mgr.24491) 2364 : cluster [DBG] pgmap v2070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:24.681690+0000 mgr.y (mgr.24491) 2364 : cluster [DBG] pgmap v2070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:27] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T04:41:27.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:26.682126+0000 mgr.y (mgr.24491) 2365 : cluster [DBG] pgmap v2071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:26.682126+0000 mgr.y (mgr.24491) 2365 : cluster [DBG] pgmap v2071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:26.682126+0000 mgr.y (mgr.24491) 2365 : cluster [DBG] pgmap v2071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:28.682457+0000 mgr.y (mgr.24491) 2366 : cluster [DBG] pgmap v2072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:28.682457+0000 mgr.y (mgr.24491) 2366 : cluster [DBG] pgmap v2072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:30.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:28.682457+0000 mgr.y (mgr.24491) 2366 : cluster [DBG] pgmap v2072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:41:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:30.683209+0000 mgr.y (mgr.24491) 2367 : cluster [DBG] pgmap v2073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:32.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:30.683209+0000 mgr.y (mgr.24491) 2367 : cluster [DBG] pgmap v2073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:30.683209+0000 mgr.y (mgr.24491) 2367 : cluster [DBG] pgmap v2073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:32.683694+0000 mgr.y (mgr.24491) 2368 : cluster [DBG] pgmap v2074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:32.683694+0000 mgr.y (mgr.24491) 2368 : cluster [DBG] pgmap v2074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:34.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:32.683694+0000 mgr.y (mgr.24491) 2368 : cluster [DBG] pgmap v2074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:34.684503+0000 mgr.y (mgr.24491) 2369 : cluster [DBG] pgmap v2075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:36.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:34.684503+0000 mgr.y (mgr.24491) 2369 : cluster [DBG] pgmap v2075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:34.684503+0000 mgr.y (mgr.24491) 2369 : cluster [DBG] pgmap v2075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:37] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T04:41:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:36.685081+0000 mgr.y (mgr.24491) 2370 : cluster [DBG] pgmap v2076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:36.685081+0000 mgr.y (mgr.24491) 2370 : cluster [DBG] pgmap v2076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:36.685081+0000 mgr.y (mgr.24491) 2370 : cluster [DBG] pgmap v2076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:38.685425+0000 mgr.y (mgr.24491) 2371 : cluster [DBG] pgmap v2077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:38.685425+0000 mgr.y (mgr.24491) 2371 : cluster [DBG] pgmap v2077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:38.685425+0000 mgr.y (mgr.24491) 2371 : cluster [DBG] pgmap v2077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:41:41.990 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:41:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:40.686086+0000 mgr.y (mgr.24491) 2372 : cluster [DBG] pgmap v2078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:42.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:40.686086+0000 mgr.y (mgr.24491) 2372 : cluster [DBG] pgmap v2078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:40.686086+0000 mgr.y (mgr.24491) 2372 : cluster [DBG] pgmap v2078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:42.264 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:41:42.264 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (67m) 5m ago 68m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:41:42.264 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (68m) 5m ago 68m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:41:42.264 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (69m) 5m ago 69m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:41:42.264 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (69m) 5m ago 69m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:41:42.264 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (72m) 5m ago 72m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:41:42.264 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (74m) 5m ago 74m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:41:42.264 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (74m) 5m ago 74m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (73m) 5m ago 73m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (73m) 5m ago 73m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (68m) 5m ago 68m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (68m) 5m ago 68m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (72m) 5m ago 72m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (72m) 5m ago 72m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (71m) 5m ago 71m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (71m) 5m ago 71m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (70m) 5m ago 70m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (70m) 5m ago 70m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (70m) 5m ago 70m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (69m) 5m ago 69m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:41:42.265 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (67m) 5m ago 68m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:41:42.613 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:41:42.613 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:41:42.613 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:41:42.613 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:41:42.614 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:41:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:41:41.981117+0000 mgr.y (mgr.24491) 2373 : audit [DBG] from='client.17271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:41:42.259341+0000 mgr.y (mgr.24491) 2374 : audit [DBG] from='client.17277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:41:42.615331+0000 mon.b (mon.1) 24 : audit [DBG] from='client.? 172.21.15.177:0/1237979156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:41:43.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:41:41.981117+0000 mgr.y (mgr.24491) 2373 : audit [DBG] from='client.17271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:43.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:41:42.259341+0000 mgr.y (mgr.24491) 2374 : audit [DBG] from='client.17277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:41:42.615331+0000 mon.b (mon.1) 24 : audit [DBG] from='client.? 172.21.15.177:0/1237979156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:41:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:41:41.981117+0000 mgr.y (mgr.24491) 2373 : audit [DBG] from='client.17271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:41:42.259341+0000 mgr.y (mgr.24491) 2374 : audit [DBG] from='client.17277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:41:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:41:42.615331+0000 mon.b (mon.1) 24 : audit [DBG] from='client.? 172.21.15.177:0/1237979156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:41:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:42.686466+0000 mgr.y (mgr.24491) 2375 : cluster [DBG] pgmap v2079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:42.686466+0000 mgr.y (mgr.24491) 2375 : cluster [DBG] pgmap v2079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:42.686466+0000 mgr.y (mgr.24491) 2375 : cluster [DBG] pgmap v2079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:44.687281+0000 mgr.y (mgr.24491) 2376 : cluster [DBG] pgmap v2080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:44.687281+0000 mgr.y (mgr.24491) 2376 : cluster [DBG] pgmap v2080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:44.687281+0000 mgr.y (mgr.24491) 2376 : cluster [DBG] pgmap v2080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:47] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:41:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:46.687722+0000 mgr.y (mgr.24491) 2377 : cluster [DBG] pgmap v2081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:46.687722+0000 mgr.y (mgr.24491) 2377 : cluster [DBG] pgmap v2081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:46.687722+0000 mgr.y (mgr.24491) 2377 : cluster [DBG] pgmap v2081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:48.688123+0000 mgr.y (mgr.24491) 2378 : cluster [DBG] pgmap v2082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:48.688123+0000 mgr.y (mgr.24491) 2378 : cluster [DBG] pgmap v2082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:48.688123+0000 mgr.y (mgr.24491) 2378 : cluster [DBG] pgmap v2082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:41:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:50.688780+0000 mgr.y (mgr.24491) 2379 : cluster [DBG] pgmap v2083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:50.688780+0000 mgr.y (mgr.24491) 2379 : cluster [DBG] pgmap v2083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:50.688780+0000 mgr.y (mgr.24491) 2379 : cluster [DBG] pgmap v2083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:52.689383+0000 mgr.y (mgr.24491) 2380 : cluster [DBG] pgmap v2084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:52.689383+0000 mgr.y (mgr.24491) 2380 : cluster [DBG] pgmap v2084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:52.689383+0000 mgr.y (mgr.24491) 2380 : cluster [DBG] pgmap v2084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:54.690016+0000 mgr.y (mgr.24491) 2381 : cluster [DBG] pgmap v2085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:54.690016+0000 mgr.y (mgr.24491) 2381 : cluster [DBG] pgmap v2085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:54.690016+0000 mgr.y (mgr.24491) 2381 : cluster [DBG] pgmap v2085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:41:57] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:41:58.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:56.690564+0000 mgr.y (mgr.24491) 2382 : cluster [DBG] pgmap v2086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:56.690564+0000 mgr.y (mgr.24491) 2382 : cluster [DBG] pgmap v2086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:41:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:56.690564+0000 mgr.y (mgr.24491) 2382 : cluster [DBG] pgmap v2086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:00.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:41:58.691008+0000 mgr.y (mgr.24491) 2383 : cluster [DBG] pgmap v2087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:41:58.691008+0000 mgr.y (mgr.24491) 2383 : cluster [DBG] pgmap v2087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:41:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:41:58.691008+0000 mgr.y (mgr.24491) 2383 : cluster [DBG] pgmap v2087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:42:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:00.691646+0000 mgr.y (mgr.24491) 2384 : cluster [DBG] pgmap v2088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:00.691646+0000 mgr.y (mgr.24491) 2384 : cluster [DBG] pgmap v2088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:00.691646+0000 mgr.y (mgr.24491) 2384 : cluster [DBG] pgmap v2088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:04.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:02.692066+0000 mgr.y (mgr.24491) 2385 : cluster [DBG] pgmap v2089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:02.692066+0000 mgr.y (mgr.24491) 2385 : cluster [DBG] pgmap v2089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:02.692066+0000 mgr.y (mgr.24491) 2385 : cluster [DBG] pgmap v2089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:04.692765+0000 mgr.y (mgr.24491) 2386 : cluster [DBG] pgmap v2090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:06.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:04.692765+0000 mgr.y (mgr.24491) 2386 : cluster [DBG] pgmap v2090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:04.692765+0000 mgr.y (mgr.24491) 2386 : cluster [DBG] pgmap v2090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:42:06.789216+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:42:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:42:06.789216+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:42:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:42:06.789216+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:42:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:07] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:42:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:06.693197+0000 mgr.y (mgr.24491) 2387 : cluster [DBG] pgmap v2091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:42:07.083226+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:42:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:42:07.083948+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:42:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:42:07.088041+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:42:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:06.693197+0000 mgr.y (mgr.24491) 2387 : cluster [DBG] pgmap v2091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:42:07.083226+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:42:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:42:07.083948+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:42:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:42:07.088041+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:42:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:06.693197+0000 mgr.y (mgr.24491) 2387 : cluster [DBG] pgmap v2091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:42:07.083226+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:42:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:42:07.083948+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:42:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:42:07.088041+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:42:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:08.693629+0000 mgr.y (mgr.24491) 2388 : cluster [DBG] pgmap v2092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:08.693629+0000 mgr.y (mgr.24491) 2388 : cluster [DBG] pgmap v2092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:08.693629+0000 mgr.y (mgr.24491) 2388 : cluster [DBG] pgmap v2092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:42:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:10.694370+0000 mgr.y (mgr.24491) 2389 : cluster [DBG] pgmap v2093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:12.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:10.694370+0000 mgr.y (mgr.24491) 2389 : cluster [DBG] pgmap v2093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:10.694370+0000 mgr.y (mgr.24491) 2389 : cluster [DBG] pgmap v2093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:12.933 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:42:13.205 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:42:13.205 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (68m) 6m ago 68m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:42:13.205 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (68m) 6m ago 68m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (69m) 6m ago 69m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (69m) 6m ago 69m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (73m) 6m ago 73m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (75m) 6m ago 75m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (75m) 6m ago 75m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (73m) 6m ago 73m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (73m) 6m ago 73m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (69m) 6m ago 69m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (69m) 6m ago 69m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (73m) 6m ago 73m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (72m) 6m ago 72m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (72m) 6m ago 72m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:42:13.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (71m) 6m ago 71m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:42:13.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (71m) 6m ago 71m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:42:13.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (71m) 6m ago 71m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:42:13.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (70m) 6m ago 70m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:42:13.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (70m) 6m ago 70m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:42:13.207 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (67m) 6m ago 69m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:42:13.538 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:42:13.538 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:42:13.538 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:42:13.538 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:42:13.539 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:42:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:12.694780+0000 mgr.y (mgr.24491) 2390 : cluster [DBG] pgmap v2094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:42:12.923532+0000 mgr.y (mgr.24491) 2391 : audit [DBG] from='client.17286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:42:13.200404+0000 mgr.y (mgr.24491) 2392 : audit [DBG] from='client.27197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:42:13.540957+0000 mon.c (mon.2) 112 : audit [DBG] from='client.? 172.21.15.177:0/3284061301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:42:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:12.694780+0000 mgr.y (mgr.24491) 2390 : cluster [DBG] pgmap v2094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:42:12.923532+0000 mgr.y (mgr.24491) 2391 : audit [DBG] from='client.17286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:42:13.200404+0000 mgr.y (mgr.24491) 2392 : audit [DBG] from='client.27197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:42:13.540957+0000 mon.c (mon.2) 112 : audit [DBG] from='client.? 172.21.15.177:0/3284061301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:42:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:12.694780+0000 mgr.y (mgr.24491) 2390 : cluster [DBG] pgmap v2094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:42:12.923532+0000 mgr.y (mgr.24491) 2391 : audit [DBG] from='client.17286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:42:13.200404+0000 mgr.y (mgr.24491) 2392 : audit [DBG] from='client.27197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:42:13.540957+0000 mon.c (mon.2) 112 : audit [DBG] from='client.? 172.21.15.177:0/3284061301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:42:16.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:14.695348+0000 mgr.y (mgr.24491) 2393 : cluster [DBG] pgmap v2095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:14.695348+0000 mgr.y (mgr.24491) 2393 : cluster [DBG] pgmap v2095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:14.695348+0000 mgr.y (mgr.24491) 2393 : cluster [DBG] pgmap v2095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:17] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:42:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:16.695828+0000 mgr.y (mgr.24491) 2394 : cluster [DBG] pgmap v2096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:16.695828+0000 mgr.y (mgr.24491) 2394 : cluster [DBG] pgmap v2096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:16.695828+0000 mgr.y (mgr.24491) 2394 : cluster [DBG] pgmap v2096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:18.696385+0000 mgr.y (mgr.24491) 2395 : cluster [DBG] pgmap v2097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:20.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:18.696385+0000 mgr.y (mgr.24491) 2395 : cluster [DBG] pgmap v2097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:18.696385+0000 mgr.y (mgr.24491) 2395 : cluster [DBG] pgmap v2097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:42:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:20.697252+0000 mgr.y (mgr.24491) 2396 : cluster [DBG] pgmap v2098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:22.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:20.697252+0000 mgr.y (mgr.24491) 2396 : cluster [DBG] pgmap v2098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:20.697252+0000 mgr.y (mgr.24491) 2396 : cluster [DBG] pgmap v2098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:22.697693+0000 mgr.y (mgr.24491) 2397 : cluster [DBG] pgmap v2099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:24.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:22.697693+0000 mgr.y (mgr.24491) 2397 : cluster [DBG] pgmap v2099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:22.697693+0000 mgr.y (mgr.24491) 2397 : cluster [DBG] pgmap v2099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:24.698420+0000 mgr.y (mgr.24491) 2398 : cluster [DBG] pgmap v2100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:26.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:24.698420+0000 mgr.y (mgr.24491) 2398 : cluster [DBG] pgmap v2100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:24.698420+0000 mgr.y (mgr.24491) 2398 : cluster [DBG] pgmap v2100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:27] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:42:28.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:26.698976+0000 mgr.y (mgr.24491) 2399 : cluster [DBG] pgmap v2101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:26.698976+0000 mgr.y (mgr.24491) 2399 : cluster [DBG] pgmap v2101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:26.698976+0000 mgr.y (mgr.24491) 2399 : cluster [DBG] pgmap v2101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:30.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:28.699476+0000 mgr.y (mgr.24491) 2400 : cluster [DBG] pgmap v2102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:28.699476+0000 mgr.y (mgr.24491) 2400 : cluster [DBG] pgmap v2102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:28.699476+0000 mgr.y (mgr.24491) 2400 : cluster [DBG] pgmap v2102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:42:32.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:30.700314+0000 mgr.y (mgr.24491) 2401 : cluster [DBG] pgmap v2103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:30.700314+0000 mgr.y (mgr.24491) 2401 : cluster [DBG] pgmap v2103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:30.700314+0000 mgr.y (mgr.24491) 2401 : cluster [DBG] pgmap v2103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:32.700887+0000 mgr.y (mgr.24491) 2402 : cluster [DBG] pgmap v2104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:32.700887+0000 mgr.y (mgr.24491) 2402 : cluster [DBG] pgmap v2104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:32.700887+0000 mgr.y (mgr.24491) 2402 : cluster [DBG] pgmap v2104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:34.701694+0000 mgr.y (mgr.24491) 2403 : cluster [DBG] pgmap v2105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:36.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:34.701694+0000 mgr.y (mgr.24491) 2403 : cluster [DBG] pgmap v2105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:34.701694+0000 mgr.y (mgr.24491) 2403 : cluster [DBG] pgmap v2105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:36.702204+0000 mgr.y (mgr.24491) 2404 : cluster [DBG] pgmap v2106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:36.702204+0000 mgr.y (mgr.24491) 2404 : cluster [DBG] pgmap v2106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:37] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:42:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:36.702204+0000 mgr.y (mgr.24491) 2404 : cluster [DBG] pgmap v2106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:38.702729+0000 mgr.y (mgr.24491) 2405 : cluster [DBG] pgmap v2107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:38.702729+0000 mgr.y (mgr.24491) 2405 : cluster [DBG] pgmap v2107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:38.702729+0000 mgr.y (mgr.24491) 2405 : cluster [DBG] pgmap v2107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:42:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:40.703435+0000 mgr.y (mgr.24491) 2406 : cluster [DBG] pgmap v2108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:40.703435+0000 mgr.y (mgr.24491) 2406 : cluster [DBG] pgmap v2108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:40.703435+0000 mgr.y (mgr.24491) 2406 : cluster [DBG] pgmap v2108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:43.852 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:42:44.129 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (68m) 6m ago 69m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (69m) 6m ago 69m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (70m) 6m ago 70m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (70m) 6m ago 70m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (73m) 6m ago 73m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (75m) 6m ago 75m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (75m) 6m ago 75m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (74m) 6m ago 74m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (74m) 6m ago 74m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (69m) 6m ago 69m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (69m) 6m ago 69m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (73m) 6m ago 73m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:42:44.130 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (73m) 6m ago 73m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:42:44.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (72m) 6m ago 72m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:42:44.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (72m) 6m ago 72m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:42:44.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (71m) 6m ago 71m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:42:44.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (71m) 6m ago 71m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:42:44.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (71m) 6m ago 71m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:42:44.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (70m) 6m ago 70m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:42:44.131 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (68m) 6m ago 69m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:42:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:42.703878+0000 mgr.y (mgr.24491) 2407 : cluster [DBG] pgmap v2109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:42.703878+0000 mgr.y (mgr.24491) 2407 : cluster [DBG] pgmap v2109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:42.703878+0000 mgr.y (mgr.24491) 2407 : cluster [DBG] pgmap v2109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:44.462 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:42:44.463 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:42:44.464 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:42:44.464 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:42:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:42:43.843003+0000 mgr.y (mgr.24491) 2408 : audit [DBG] from='client.27209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:42:44.124385+0000 mgr.y (mgr.24491) 2409 : audit [DBG] from='client.17310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:42:44.465243+0000 mon.a (mon.0) 1167 : audit [DBG] from='client.? 172.21.15.177:0/2481206877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:42:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:42:43.843003+0000 mgr.y (mgr.24491) 2408 : audit [DBG] from='client.27209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:42:44.124385+0000 mgr.y (mgr.24491) 2409 : audit [DBG] from='client.17310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:42:44.465243+0000 mon.a (mon.0) 1167 : audit [DBG] from='client.? 172.21.15.177:0/2481206877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:42:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:42:43.843003+0000 mgr.y (mgr.24491) 2408 : audit [DBG] from='client.27209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:42:44.124385+0000 mgr.y (mgr.24491) 2409 : audit [DBG] from='client.17310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:42:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:42:44.465243+0000 mon.a (mon.0) 1167 : audit [DBG] from='client.? 172.21.15.177:0/2481206877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:42:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:44.704481+0000 mgr.y (mgr.24491) 2410 : cluster [DBG] pgmap v2110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:46.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:44.704481+0000 mgr.y (mgr.24491) 2410 : cluster [DBG] pgmap v2110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:44.704481+0000 mgr.y (mgr.24491) 2410 : cluster [DBG] pgmap v2110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:47] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:42:48.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:46.704986+0000 mgr.y (mgr.24491) 2411 : cluster [DBG] pgmap v2111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:46.704986+0000 mgr.y (mgr.24491) 2411 : cluster [DBG] pgmap v2111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:46.704986+0000 mgr.y (mgr.24491) 2411 : cluster [DBG] pgmap v2111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:48.705638+0000 mgr.y (mgr.24491) 2412 : cluster [DBG] pgmap v2112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:48.705638+0000 mgr.y (mgr.24491) 2412 : cluster [DBG] pgmap v2112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:48.705638+0000 mgr.y (mgr.24491) 2412 : cluster [DBG] pgmap v2112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:42:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:50.706319+0000 mgr.y (mgr.24491) 2413 : cluster [DBG] pgmap v2113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:50.706319+0000 mgr.y (mgr.24491) 2413 : cluster [DBG] pgmap v2113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:50.706319+0000 mgr.y (mgr.24491) 2413 : cluster [DBG] pgmap v2113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:52.706736+0000 mgr.y (mgr.24491) 2414 : cluster [DBG] pgmap v2114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:52.706736+0000 mgr.y (mgr.24491) 2414 : cluster [DBG] pgmap v2114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:52.706736+0000 mgr.y (mgr.24491) 2414 : cluster [DBG] pgmap v2114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:54.707351+0000 mgr.y (mgr.24491) 2415 : cluster [DBG] pgmap v2115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:54.707351+0000 mgr.y (mgr.24491) 2415 : cluster [DBG] pgmap v2115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:54.707351+0000 mgr.y (mgr.24491) 2415 : cluster [DBG] pgmap v2115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:58.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:56.707781+0000 mgr.y (mgr.24491) 2416 : cluster [DBG] pgmap v2116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:42:57] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:42:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:56.707781+0000 mgr.y (mgr.24491) 2416 : cluster [DBG] pgmap v2116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:42:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:56.707781+0000 mgr.y (mgr.24491) 2416 : cluster [DBG] pgmap v2116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:00.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:42:58.708282+0000 mgr.y (mgr.24491) 2417 : cluster [DBG] pgmap v2117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:42:58.708282+0000 mgr.y (mgr.24491) 2417 : cluster [DBG] pgmap v2117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:42:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:42:58.708282+0000 mgr.y (mgr.24491) 2417 : cluster [DBG] pgmap v2117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:43:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:00.709145+0000 mgr.y (mgr.24491) 2418 : cluster [DBG] pgmap v2118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:00.709145+0000 mgr.y (mgr.24491) 2418 : cluster [DBG] pgmap v2118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:00.709145+0000 mgr.y (mgr.24491) 2418 : cluster [DBG] pgmap v2118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:02.709626+0000 mgr.y (mgr.24491) 2419 : cluster [DBG] pgmap v2119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:04.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:02.709626+0000 mgr.y (mgr.24491) 2419 : cluster [DBG] pgmap v2119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:02.709626+0000 mgr.y (mgr.24491) 2419 : cluster [DBG] pgmap v2119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:06.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:04.710279+0000 mgr.y (mgr.24491) 2420 : cluster [DBG] pgmap v2120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:04.710279+0000 mgr.y (mgr.24491) 2420 : cluster [DBG] pgmap v2120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:04.710279+0000 mgr.y (mgr.24491) 2420 : cluster [DBG] pgmap v2120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:07] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:43:08.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:06.710732+0000 mgr.y (mgr.24491) 2421 : cluster [DBG] pgmap v2121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:08.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:43:07.092505+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:43:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:43:07.385508+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:43:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:43:07.386158+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:43:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:43:07.390400+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:43:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:06.710732+0000 mgr.y (mgr.24491) 2421 : cluster [DBG] pgmap v2121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:43:07.092505+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:43:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:43:07.385508+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:43:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:43:07.386158+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:43:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:43:07.390400+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:43:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:06.710732+0000 mgr.y (mgr.24491) 2421 : cluster [DBG] pgmap v2121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:43:07.092505+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:43:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:43:07.385508+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:43:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:43:07.386158+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:43:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:43:07.390400+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:43:10.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:08.711149+0000 mgr.y (mgr.24491) 2422 : cluster [DBG] pgmap v2122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:08.711149+0000 mgr.y (mgr.24491) 2422 : cluster [DBG] pgmap v2122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:08.711149+0000 mgr.y (mgr.24491) 2422 : cluster [DBG] pgmap v2122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:43:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:10.712023+0000 mgr.y (mgr.24491) 2423 : cluster [DBG] pgmap v2123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:12.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:10.712023+0000 mgr.y (mgr.24491) 2423 : cluster [DBG] pgmap v2123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:10.712023+0000 mgr.y (mgr.24491) 2423 : cluster [DBG] pgmap v2123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:12.712433+0000 mgr.y (mgr.24491) 2424 : cluster [DBG] pgmap v2124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:14.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:12.712433+0000 mgr.y (mgr.24491) 2424 : cluster [DBG] pgmap v2124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:12.712433+0000 mgr.y (mgr.24491) 2424 : cluster [DBG] pgmap v2124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:14.775 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:43:15.052 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:43:15.052 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (69m) 7m ago 69m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (69m) 7m ago 69m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (70m) 7m ago 70m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (70m) 7m ago 70m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (74m) 7m ago 74m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (76m) 7m ago 76m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (76m) 7m ago 76m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (74m) 7m ago 74m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (74m) 7m ago 74m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (70m) 7m ago 70m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (70m) 7m ago 70m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (74m) 7m ago 74m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (73m) 7m ago 73m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:43:15.053 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (73m) 7m ago 73m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:43:15.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (72m) 7m ago 72m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:43:15.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (72m) 7m ago 72m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:43:15.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (72m) 7m ago 72m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:43:15.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (71m) 7m ago 71m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:43:15.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (71m) 7m ago 71m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:43:15.054 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (68m) 7m ago 70m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:43:15.383 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:43:15.383 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:43:15.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:43:15.385 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:43:15.385 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:43:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:14.713029+0000 mgr.y (mgr.24491) 2425 : cluster [DBG] pgmap v2125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:43:14.765389+0000 mgr.y (mgr.24491) 2426 : audit [DBG] from='client.17322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:43:15.047517+0000 mgr.y (mgr.24491) 2427 : audit [DBG] from='client.27233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:43:15.386163+0000 mon.a (mon.0) 1172 : audit [DBG] from='client.? 172.21.15.177:0/1522055290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:43:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:14.713029+0000 mgr.y (mgr.24491) 2425 : cluster [DBG] pgmap v2125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:43:14.765389+0000 mgr.y (mgr.24491) 2426 : audit [DBG] from='client.17322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:43:15.047517+0000 mgr.y (mgr.24491) 2427 : audit [DBG] from='client.27233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:43:15.386163+0000 mon.a (mon.0) 1172 : audit [DBG] from='client.? 172.21.15.177:0/1522055290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:43:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:14.713029+0000 mgr.y (mgr.24491) 2425 : cluster [DBG] pgmap v2125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:43:14.765389+0000 mgr.y (mgr.24491) 2426 : audit [DBG] from='client.17322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:43:15.047517+0000 mgr.y (mgr.24491) 2427 : audit [DBG] from='client.27233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:43:15.386163+0000 mon.a (mon.0) 1172 : audit [DBG] from='client.? 172.21.15.177:0/1522055290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:43:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:43:18.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:16.713460+0000 mgr.y (mgr.24491) 2428 : cluster [DBG] pgmap v2126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:16.713460+0000 mgr.y (mgr.24491) 2428 : cluster [DBG] pgmap v2126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:16.713460+0000 mgr.y (mgr.24491) 2428 : cluster [DBG] pgmap v2126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:18.713900+0000 mgr.y (mgr.24491) 2429 : cluster [DBG] pgmap v2127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:20.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:18.713900+0000 mgr.y (mgr.24491) 2429 : cluster [DBG] pgmap v2127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:18.713900+0000 mgr.y (mgr.24491) 2429 : cluster [DBG] pgmap v2127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:43:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:20.714764+0000 mgr.y (mgr.24491) 2430 : cluster [DBG] pgmap v2128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:22.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:20.714764+0000 mgr.y (mgr.24491) 2430 : cluster [DBG] pgmap v2128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:20.714764+0000 mgr.y (mgr.24491) 2430 : cluster [DBG] pgmap v2128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:22.715362+0000 mgr.y (mgr.24491) 2431 : cluster [DBG] pgmap v2129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:24.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:22.715362+0000 mgr.y (mgr.24491) 2431 : cluster [DBG] pgmap v2129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:22.715362+0000 mgr.y (mgr.24491) 2431 : cluster [DBG] pgmap v2129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:24.716058+0000 mgr.y (mgr.24491) 2432 : cluster [DBG] pgmap v2130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:26.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:24.716058+0000 mgr.y (mgr.24491) 2432 : cluster [DBG] pgmap v2130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:24.716058+0000 mgr.y (mgr.24491) 2432 : cluster [DBG] pgmap v2130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:26.716470+0000 mgr.y (mgr.24491) 2433 : cluster [DBG] pgmap v2131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:26.716470+0000 mgr.y (mgr.24491) 2433 : cluster [DBG] pgmap v2131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:26.716470+0000 mgr.y (mgr.24491) 2433 : cluster [DBG] pgmap v2131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:28.716935+0000 mgr.y (mgr.24491) 2434 : cluster [DBG] pgmap v2132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:30.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:28.716935+0000 mgr.y (mgr.24491) 2434 : cluster [DBG] pgmap v2132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:28.716935+0000 mgr.y (mgr.24491) 2434 : cluster [DBG] pgmap v2132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:43:32.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:30.717607+0000 mgr.y (mgr.24491) 2435 : cluster [DBG] pgmap v2133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:30.717607+0000 mgr.y (mgr.24491) 2435 : cluster [DBG] pgmap v2133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:30.717607+0000 mgr.y (mgr.24491) 2435 : cluster [DBG] pgmap v2133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:32.717986+0000 mgr.y (mgr.24491) 2436 : cluster [DBG] pgmap v2134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:34.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:32.717986+0000 mgr.y (mgr.24491) 2436 : cluster [DBG] pgmap v2134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:32.717986+0000 mgr.y (mgr.24491) 2436 : cluster [DBG] pgmap v2134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:34.718552+0000 mgr.y (mgr.24491) 2437 : cluster [DBG] pgmap v2135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:36.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:34.718552+0000 mgr.y (mgr.24491) 2437 : cluster [DBG] pgmap v2135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:34.718552+0000 mgr.y (mgr.24491) 2437 : cluster [DBG] pgmap v2135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:43:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:36.718980+0000 mgr.y (mgr.24491) 2438 : cluster [DBG] pgmap v2136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:38.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:36.718980+0000 mgr.y (mgr.24491) 2438 : cluster [DBG] pgmap v2136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:36.718980+0000 mgr.y (mgr.24491) 2438 : cluster [DBG] pgmap v2136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:38.719400+0000 mgr.y (mgr.24491) 2439 : cluster [DBG] pgmap v2137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:38.719400+0000 mgr.y (mgr.24491) 2439 : cluster [DBG] pgmap v2137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:38.719400+0000 mgr.y (mgr.24491) 2439 : cluster [DBG] pgmap v2137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:43:42.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:40.720084+0000 mgr.y (mgr.24491) 2440 : cluster [DBG] pgmap v2138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:40.720084+0000 mgr.y (mgr.24491) 2440 : cluster [DBG] pgmap v2138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:40.720084+0000 mgr.y (mgr.24491) 2440 : cluster [DBG] pgmap v2138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:42.720654+0000 mgr.y (mgr.24491) 2441 : cluster [DBG] pgmap v2139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:42.720654+0000 mgr.y (mgr.24491) 2441 : cluster [DBG] pgmap v2139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:42.720654+0000 mgr.y (mgr.24491) 2441 : cluster [DBG] pgmap v2139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:45.690 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:43:45.969 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:43:45.969 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (69m) 7m ago 70m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:43:45.970 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (70m) 7m ago 70m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:43:45.970 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (71m) 7m ago 71m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:43:45.970 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (71m) 7m ago 71m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:43:45.970 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (74m) 7m ago 74m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:43:45.970 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (76m) 7m ago 76m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:43:45.970 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (76m) 7m ago 76m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:43:45.970 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (75m) 7m ago 75m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:43:45.970 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (75m) 7m ago 75m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:43:45.970 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (70m) 7m ago 70m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:43:45.971 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (70m) 7m ago 70m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:43:45.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (74m) 7m ago 74m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:43:45.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (74m) 7m ago 74m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:43:45.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (73m) 7m ago 73m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:43:45.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (73m) 7m ago 73m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:43:45.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (72m) 7m ago 72m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:43:45.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (72m) 7m ago 72m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:43:45.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (72m) 7m ago 72m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:43:45.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (71m) 7m ago 71m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:43:45.971 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (69m) 7m ago 70m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:43:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:44.721523+0000 mgr.y (mgr.24491) 2442 : cluster [DBG] pgmap v2140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:46.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:44.721523+0000 mgr.y (mgr.24491) 2442 : cluster [DBG] pgmap v2140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:44.721523+0000 mgr.y (mgr.24491) 2442 : cluster [DBG] pgmap v2140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:46.304 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:43:46.304 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:43:46.304 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:43:46.304 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:43:46.304 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:43:46.304 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:43:46.305 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:43:46.305 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:43:46.305 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:43:46.305 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:43:46.305 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:43:46.305 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:43:46.305 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:43:46.305 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:43:46.305 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:43:46.305 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:43:46.305 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:43:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:43:45.680837+0000 mgr.y (mgr.24491) 2443 : audit [DBG] from='client.27245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:43:45.964306+0000 mgr.y (mgr.24491) 2444 : audit [DBG] from='client.17346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:43:46.306914+0000 mon.c (mon.2) 113 : audit [DBG] from='client.? 172.21.15.177:0/2927641587' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:43:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:43:45.680837+0000 mgr.y (mgr.24491) 2443 : audit [DBG] from='client.27245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:43:45.964306+0000 mgr.y (mgr.24491) 2444 : audit [DBG] from='client.17346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:43:46.306914+0000 mon.c (mon.2) 113 : audit [DBG] from='client.? 172.21.15.177:0/2927641587' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:43:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:43:45.680837+0000 mgr.y (mgr.24491) 2443 : audit [DBG] from='client.27245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:43:45.964306+0000 mgr.y (mgr.24491) 2444 : audit [DBG] from='client.17346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:43:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:43:46.306914+0000 mon.c (mon.2) 113 : audit [DBG] from='client.? 172.21.15.177:0/2927641587' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:43:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:47] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T04:43:48.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:46.721903+0000 mgr.y (mgr.24491) 2445 : cluster [DBG] pgmap v2141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:46.721903+0000 mgr.y (mgr.24491) 2445 : cluster [DBG] pgmap v2141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:46.721903+0000 mgr.y (mgr.24491) 2445 : cluster [DBG] pgmap v2141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:48.722402+0000 mgr.y (mgr.24491) 2446 : cluster [DBG] pgmap v2142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:48.722402+0000 mgr.y (mgr.24491) 2446 : cluster [DBG] pgmap v2142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:48.722402+0000 mgr.y (mgr.24491) 2446 : cluster [DBG] pgmap v2142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:43:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:50.723122+0000 mgr.y (mgr.24491) 2447 : cluster [DBG] pgmap v2143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:50.723122+0000 mgr.y (mgr.24491) 2447 : cluster [DBG] pgmap v2143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:50.723122+0000 mgr.y (mgr.24491) 2447 : cluster [DBG] pgmap v2143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:52.723527+0000 mgr.y (mgr.24491) 2448 : cluster [DBG] pgmap v2144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:52.723527+0000 mgr.y (mgr.24491) 2448 : cluster [DBG] pgmap v2144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:52.723527+0000 mgr.y (mgr.24491) 2448 : cluster [DBG] pgmap v2144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:54.724364+0000 mgr.y (mgr.24491) 2449 : cluster [DBG] pgmap v2145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:54.724364+0000 mgr.y (mgr.24491) 2449 : cluster [DBG] pgmap v2145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:54.724364+0000 mgr.y (mgr.24491) 2449 : cluster [DBG] pgmap v2145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:43:57] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T04:43:58.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:56.724833+0000 mgr.y (mgr.24491) 2450 : cluster [DBG] pgmap v2146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:56.724833+0000 mgr.y (mgr.24491) 2450 : cluster [DBG] pgmap v2146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:43:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:56.724833+0000 mgr.y (mgr.24491) 2450 : cluster [DBG] pgmap v2146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:43:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:43:58.725384+0000 mgr.y (mgr.24491) 2451 : cluster [DBG] pgmap v2147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:43:58.725384+0000 mgr.y (mgr.24491) 2451 : cluster [DBG] pgmap v2147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:00.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:43:58.725384+0000 mgr.y (mgr.24491) 2451 : cluster [DBG] pgmap v2147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:44:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:00.726173+0000 mgr.y (mgr.24491) 2452 : cluster [DBG] pgmap v2148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:02.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:00.726173+0000 mgr.y (mgr.24491) 2452 : cluster [DBG] pgmap v2148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:02.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:00.726173+0000 mgr.y (mgr.24491) 2452 : cluster [DBG] pgmap v2148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:02.726528+0000 mgr.y (mgr.24491) 2453 : cluster [DBG] pgmap v2149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:04.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:02.726528+0000 mgr.y (mgr.24491) 2453 : cluster [DBG] pgmap v2149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:02.726528+0000 mgr.y (mgr.24491) 2453 : cluster [DBG] pgmap v2149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:04.727132+0000 mgr.y (mgr.24491) 2454 : cluster [DBG] pgmap v2150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:06.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:04.727132+0000 mgr.y (mgr.24491) 2454 : cluster [DBG] pgmap v2150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:06.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:04.727132+0000 mgr.y (mgr.24491) 2454 : cluster [DBG] pgmap v2150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:07] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:44:08.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:06.727513+0000 mgr.y (mgr.24491) 2455 : cluster [DBG] pgmap v2151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:44:07.394746+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:44:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:44:07.690262+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:44:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:44:07.690886+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:44:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:44:07.695229+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:44:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:06.727513+0000 mgr.y (mgr.24491) 2455 : cluster [DBG] pgmap v2151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:44:07.394746+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:44:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:44:07.690262+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:44:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:44:07.690886+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:44:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:44:07.695229+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:44:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:06.727513+0000 mgr.y (mgr.24491) 2455 : cluster [DBG] pgmap v2151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:44:07.394746+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:44:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:44:07.690262+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:44:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:44:07.690886+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:44:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:44:07.695229+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:44:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:08.727843+0000 mgr.y (mgr.24491) 2456 : cluster [DBG] pgmap v2152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:10.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:08.727843+0000 mgr.y (mgr.24491) 2456 : cluster [DBG] pgmap v2152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:10.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:08.727843+0000 mgr.y (mgr.24491) 2456 : cluster [DBG] pgmap v2152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:44:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:10.728586+0000 mgr.y (mgr.24491) 2457 : cluster [DBG] pgmap v2153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:12.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:10.728586+0000 mgr.y (mgr.24491) 2457 : cluster [DBG] pgmap v2153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:12.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:10.728586+0000 mgr.y (mgr.24491) 2457 : cluster [DBG] pgmap v2153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:12.729106+0000 mgr.y (mgr.24491) 2458 : cluster [DBG] pgmap v2154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:14.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:12.729106+0000 mgr.y (mgr.24491) 2458 : cluster [DBG] pgmap v2154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:14.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:12.729106+0000 mgr.y (mgr.24491) 2458 : cluster [DBG] pgmap v2154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:14.729977+0000 mgr.y (mgr.24491) 2459 : cluster [DBG] pgmap v2155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:16.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:14.729977+0000 mgr.y (mgr.24491) 2459 : cluster [DBG] pgmap v2155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:16.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:14.729977+0000 mgr.y (mgr.24491) 2459 : cluster [DBG] pgmap v2155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:16.612 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:44:16.886 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:44:16.886 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (70m) 8m ago 70m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:44:16.886 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (70m) 8m ago 70m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:44:16.886 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (71m) 8m ago 71m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:44:16.886 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (71m) 8m ago 71m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:44:16.886 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (75m) 8m ago 75m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:44:16.886 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (77m) 8m ago 77m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:44:16.886 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (77m) 8m ago 77m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:44:16.886 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (75m) 8m ago 75m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:44:16.886 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (75m) 8m ago 75m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:44:16.886 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (71m) 8m ago 71m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:44:16.887 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (71m) 8m ago 71m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:44:16.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (75m) 8m ago 75m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:44:16.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (74m) 8m ago 74m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:44:16.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (74m) 8m ago 74m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:44:16.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (73m) 8m ago 73m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:44:16.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (73m) 8m ago 73m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:44:16.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (73m) 8m ago 73m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:44:16.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (72m) 8m ago 72m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:44:16.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (72m) 8m ago 72m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:44:16.887 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (69m) 8m ago 71m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:44:17.218 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:44:17.218 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:44:17.218 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:44:17.218 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:44:17.218 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:44:17.219 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:44:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:44:16.603439+0000 mgr.y (mgr.24491) 2460 : audit [DBG] from='client.17358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:44:16.603439+0000 mgr.y (mgr.24491) 2460 : audit [DBG] from='client.17358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:17.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:44:16.603439+0000 mgr.y (mgr.24491) 2460 : audit [DBG] from='client.17358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:17] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T04:44:18.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:16.730339+0000 mgr.y (mgr.24491) 2461 : cluster [DBG] pgmap v2156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:44:16.880718+0000 mgr.y (mgr.24491) 2462 : audit [DBG] from='client.17364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:44:17.220855+0000 mon.c (mon.2) 114 : audit [DBG] from='client.? 172.21.15.177:0/1428463809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:44:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:16.730339+0000 mgr.y (mgr.24491) 2461 : cluster [DBG] pgmap v2156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:44:16.880718+0000 mgr.y (mgr.24491) 2462 : audit [DBG] from='client.17364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:44:17.220855+0000 mon.c (mon.2) 114 : audit [DBG] from='client.? 172.21.15.177:0/1428463809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:44:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:16.730339+0000 mgr.y (mgr.24491) 2461 : cluster [DBG] pgmap v2156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:44:16.880718+0000 mgr.y (mgr.24491) 2462 : audit [DBG] from='client.17364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:44:17.220855+0000 mon.c (mon.2) 114 : audit [DBG] from='client.? 172.21.15.177:0/1428463809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:44:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:18.730677+0000 mgr.y (mgr.24491) 2463 : cluster [DBG] pgmap v2157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:18.730677+0000 mgr.y (mgr.24491) 2463 : cluster [DBG] pgmap v2157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:20.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:18.730677+0000 mgr.y (mgr.24491) 2463 : cluster [DBG] pgmap v2157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:44:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:20.731444+0000 mgr.y (mgr.24491) 2464 : cluster [DBG] pgmap v2158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:22.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:20.731444+0000 mgr.y (mgr.24491) 2464 : cluster [DBG] pgmap v2158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:22.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:20.731444+0000 mgr.y (mgr.24491) 2464 : cluster [DBG] pgmap v2158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:22.731840+0000 mgr.y (mgr.24491) 2465 : cluster [DBG] pgmap v2159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:24.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:22.731840+0000 mgr.y (mgr.24491) 2465 : cluster [DBG] pgmap v2159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:24.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:22.731840+0000 mgr.y (mgr.24491) 2465 : cluster [DBG] pgmap v2159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:24.732455+0000 mgr.y (mgr.24491) 2466 : cluster [DBG] pgmap v2160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:24.732455+0000 mgr.y (mgr.24491) 2466 : cluster [DBG] pgmap v2160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:26.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:24.732455+0000 mgr.y (mgr.24491) 2466 : cluster [DBG] pgmap v2160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:27] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T04:44:28.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:26.732817+0000 mgr.y (mgr.24491) 2467 : cluster [DBG] pgmap v2161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:26.732817+0000 mgr.y (mgr.24491) 2467 : cluster [DBG] pgmap v2161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:26.732817+0000 mgr.y (mgr.24491) 2467 : cluster [DBG] pgmap v2161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:28.733318+0000 mgr.y (mgr.24491) 2468 : cluster [DBG] pgmap v2162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:30.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:28.733318+0000 mgr.y (mgr.24491) 2468 : cluster [DBG] pgmap v2162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:30.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:28.733318+0000 mgr.y (mgr.24491) 2468 : cluster [DBG] pgmap v2162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:44:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:30.733987+0000 mgr.y (mgr.24491) 2469 : cluster [DBG] pgmap v2163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:32.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:30.733987+0000 mgr.y (mgr.24491) 2469 : cluster [DBG] pgmap v2163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:32.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:30.733987+0000 mgr.y (mgr.24491) 2469 : cluster [DBG] pgmap v2163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:32.734384+0000 mgr.y (mgr.24491) 2470 : cluster [DBG] pgmap v2164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:34.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:32.734384+0000 mgr.y (mgr.24491) 2470 : cluster [DBG] pgmap v2164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:34.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:32.734384+0000 mgr.y (mgr.24491) 2470 : cluster [DBG] pgmap v2164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:34.735035+0000 mgr.y (mgr.24491) 2471 : cluster [DBG] pgmap v2165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:36.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:34.735035+0000 mgr.y (mgr.24491) 2471 : cluster [DBG] pgmap v2165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:36.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:34.735035+0000 mgr.y (mgr.24491) 2471 : cluster [DBG] pgmap v2165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:44:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:36.735517+0000 mgr.y (mgr.24491) 2472 : cluster [DBG] pgmap v2166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:36.735517+0000 mgr.y (mgr.24491) 2472 : cluster [DBG] pgmap v2166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:36.735517+0000 mgr.y (mgr.24491) 2472 : cluster [DBG] pgmap v2166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:38.736018+0000 mgr.y (mgr.24491) 2473 : cluster [DBG] pgmap v2167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:40.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:38.736018+0000 mgr.y (mgr.24491) 2473 : cluster [DBG] pgmap v2167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:40.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:38.736018+0000 mgr.y (mgr.24491) 2473 : cluster [DBG] pgmap v2167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:44:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:40.736834+0000 mgr.y (mgr.24491) 2474 : cluster [DBG] pgmap v2168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:40.736834+0000 mgr.y (mgr.24491) 2474 : cluster [DBG] pgmap v2168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:42.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:40.736834+0000 mgr.y (mgr.24491) 2474 : cluster [DBG] pgmap v2168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:42.737168+0000 mgr.y (mgr.24491) 2475 : cluster [DBG] pgmap v2169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:44.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:42.737168+0000 mgr.y (mgr.24491) 2475 : cluster [DBG] pgmap v2169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:42.737168+0000 mgr.y (mgr.24491) 2475 : cluster [DBG] pgmap v2169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:44.737748+0000 mgr.y (mgr.24491) 2476 : cluster [DBG] pgmap v2170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:46.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:44.737748+0000 mgr.y (mgr.24491) 2476 : cluster [DBG] pgmap v2170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:46.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:44.737748+0000 mgr.y (mgr.24491) 2476 : cluster [DBG] pgmap v2170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:47.527 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:44:47.803 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:44:47.803 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (70m) 8m ago 71m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:44:47.803 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (71m) 8m ago 71m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:44:47.803 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (72m) 8m ago 72m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (72m) 8m ago 72m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (75m) 8m ago 75m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (77m) 8m ago 77m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (77m) 8m ago 77m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (76m) 8m ago 76m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (76m) 8m ago 76m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (71m) 8m ago 71m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (71m) 8m ago 71m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (75m) 8m ago 75m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (75m) 8m ago 75m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (74m) 8m ago 74m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (74m) 8m ago 74m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (74m) 8m ago 74m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (73m) 8m ago 73m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:44:47.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (73m) 8m ago 73m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:44:47.805 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (72m) 8m ago 72m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:44:47.805 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (70m) 8m ago 71m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:44:47.991 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:47] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:44:48.135 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:44:48.135 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:44:48.135 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:44:48.136 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:44:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:46.738276+0000 mgr.y (mgr.24491) 2477 : cluster [DBG] pgmap v2171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:44:47.518196+0000 mgr.y (mgr.24491) 2478 : audit [DBG] from='client.27281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:48.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:46.738276+0000 mgr.y (mgr.24491) 2477 : cluster [DBG] pgmap v2171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:48.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:44:47.518196+0000 mgr.y (mgr.24491) 2478 : audit [DBG] from='client.27281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:48.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:46.738276+0000 mgr.y (mgr.24491) 2477 : cluster [DBG] pgmap v2171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:48.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:44:47.518196+0000 mgr.y (mgr.24491) 2478 : audit [DBG] from='client.27281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:49.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:44:47.798368+0000 mgr.y (mgr.24491) 2479 : audit [DBG] from='client.27287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:49.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:44:48.138063+0000 mon.c (mon.2) 115 : audit [DBG] from='client.? 172.21.15.177:0/2940113488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:44:49.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:44:47.798368+0000 mgr.y (mgr.24491) 2479 : audit [DBG] from='client.27287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:44:48.138063+0000 mon.c (mon.2) 115 : audit [DBG] from='client.? 172.21.15.177:0/2940113488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:44:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:44:47.798368+0000 mgr.y (mgr.24491) 2479 : audit [DBG] from='client.27287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:44:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:44:48.138063+0000 mon.c (mon.2) 115 : audit [DBG] from='client.? 172.21.15.177:0/2940113488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:44:50.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:48.738650+0000 mgr.y (mgr.24491) 2480 : cluster [DBG] pgmap v2172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:50.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:48.738650+0000 mgr.y (mgr.24491) 2480 : cluster [DBG] pgmap v2172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:48.738650+0000 mgr.y (mgr.24491) 2480 : cluster [DBG] pgmap v2172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:44:52.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:50.739506+0000 mgr.y (mgr.24491) 2481 : cluster [DBG] pgmap v2173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:52.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:50.739506+0000 mgr.y (mgr.24491) 2481 : cluster [DBG] pgmap v2173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:50.739506+0000 mgr.y (mgr.24491) 2481 : cluster [DBG] pgmap v2173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:54.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:52.739873+0000 mgr.y (mgr.24491) 2482 : cluster [DBG] pgmap v2174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:54.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:52.739873+0000 mgr.y (mgr.24491) 2482 : cluster [DBG] pgmap v2174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:52.739873+0000 mgr.y (mgr.24491) 2482 : cluster [DBG] pgmap v2174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:56.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:54.740581+0000 mgr.y (mgr.24491) 2483 : cluster [DBG] pgmap v2175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:56.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:54.740581+0000 mgr.y (mgr.24491) 2483 : cluster [DBG] pgmap v2175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:54.740581+0000 mgr.y (mgr.24491) 2483 : cluster [DBG] pgmap v2175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:58.012 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:44:57] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:44:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:56.740931+0000 mgr.y (mgr.24491) 2484 : cluster [DBG] pgmap v2176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:58.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:56.740931+0000 mgr.y (mgr.24491) 2484 : cluster [DBG] pgmap v2176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:44:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:44:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:56.740931+0000 mgr.y (mgr.24491) 2484 : cluster [DBG] pgmap v2176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:44:58.741356+0000 mgr.y (mgr.24491) 2485 : cluster [DBG] pgmap v2177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:00.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:44:58.741356+0000 mgr.y (mgr.24491) 2485 : cluster [DBG] pgmap v2177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:44:58.741356+0000 mgr.y (mgr.24491) 2485 : cluster [DBG] pgmap v2177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:45:02.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:00.742091+0000 mgr.y (mgr.24491) 2486 : cluster [DBG] pgmap v2178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:02.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:00.742091+0000 mgr.y (mgr.24491) 2486 : cluster [DBG] pgmap v2178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:00.742091+0000 mgr.y (mgr.24491) 2486 : cluster [DBG] pgmap v2178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:02.742459+0000 mgr.y (mgr.24491) 2487 : cluster [DBG] pgmap v2179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:04.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:02.742459+0000 mgr.y (mgr.24491) 2487 : cluster [DBG] pgmap v2179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:02.742459+0000 mgr.y (mgr.24491) 2487 : cluster [DBG] pgmap v2179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:06.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:04.743223+0000 mgr.y (mgr.24491) 2488 : cluster [DBG] pgmap v2180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:06.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:04.743223+0000 mgr.y (mgr.24491) 2488 : cluster [DBG] pgmap v2180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:04.743223+0000 mgr.y (mgr.24491) 2488 : cluster [DBG] pgmap v2180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:08.027 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:07] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:45:08.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:06.743740+0000 mgr.y (mgr.24491) 2489 : cluster [DBG] pgmap v2181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:08.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:45:07.700079+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:45:08.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:45:07.991198+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:45:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:45:07.991804+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:45:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:45:07.996945+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:45:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:06.743740+0000 mgr.y (mgr.24491) 2489 : cluster [DBG] pgmap v2181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:45:07.700079+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:45:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:45:07.991198+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:45:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:45:07.991804+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:45:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:45:07.996945+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:45:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:06.743740+0000 mgr.y (mgr.24491) 2489 : cluster [DBG] pgmap v2181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:45:07.700079+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:45:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:45:07.991198+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:45:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:45:07.991804+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:45:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:45:07.996945+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:45:10.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:08.744250+0000 mgr.y (mgr.24491) 2490 : cluster [DBG] pgmap v2182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:10.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:08.744250+0000 mgr.y (mgr.24491) 2490 : cluster [DBG] pgmap v2182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:08.744250+0000 mgr.y (mgr.24491) 2490 : cluster [DBG] pgmap v2182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:45:12.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:10.745043+0000 mgr.y (mgr.24491) 2491 : cluster [DBG] pgmap v2183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:12.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:10.745043+0000 mgr.y (mgr.24491) 2491 : cluster [DBG] pgmap v2183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:10.745043+0000 mgr.y (mgr.24491) 2491 : cluster [DBG] pgmap v2183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:14.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:12.745533+0000 mgr.y (mgr.24491) 2492 : cluster [DBG] pgmap v2184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:14.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:12.745533+0000 mgr.y (mgr.24491) 2492 : cluster [DBG] pgmap v2184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:12.745533+0000 mgr.y (mgr.24491) 2492 : cluster [DBG] pgmap v2184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:16.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:14.746391+0000 mgr.y (mgr.24491) 2493 : cluster [DBG] pgmap v2185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:14.746391+0000 mgr.y (mgr.24491) 2493 : cluster [DBG] pgmap v2185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:14.746391+0000 mgr.y (mgr.24491) 2493 : cluster [DBG] pgmap v2185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:18.046 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:17] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:45:18.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:16.746781+0000 mgr.y (mgr.24491) 2494 : cluster [DBG] pgmap v2186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:18.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:16.746781+0000 mgr.y (mgr.24491) 2494 : cluster [DBG] pgmap v2186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:18.446 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:45:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:16.746781+0000 mgr.y (mgr.24491) 2494 : cluster [DBG] pgmap v2186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:18.722 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:45:18.722 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (71m) 9m ago 71m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:45:18.722 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (71m) 9m ago 71m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (72m) 9m ago 72m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (72m) 9m ago 72m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (76m) 9m ago 76m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (78m) 9m ago 78m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (78m) 9m ago 78m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (76m) 9m ago 76m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (76m) 9m ago 76m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (72m) 9m ago 72m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (72m) 9m ago 72m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (76m) 9m ago 76m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (75m) 9m ago 75m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (75m) 9m ago 75m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (74m) 9m ago 74m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:45:18.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (74m) 9m ago 74m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:45:18.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (74m) 9m ago 74m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:45:18.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (73m) 9m ago 73m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:45:18.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (73m) 9m ago 73m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:45:18.724 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (71m) 9m ago 72m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:45:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:45:18.437356+0000 mgr.y (mgr.24491) 2495 : audit [DBG] from='client.27299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:19.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:45:18.437356+0000 mgr.y (mgr.24491) 2495 : audit [DBG] from='client.27299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:45:18.437356+0000 mgr.y (mgr.24491) 2495 : audit [DBG] from='client.27299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:45:18.717093+0000 mgr.y (mgr.24491) 2496 : audit [DBG] from='client.17400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:18.747153+0000 mgr.y (mgr.24491) 2497 : cluster [DBG] pgmap v2187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:45:19.057364+0000 mon.a (mon.0) 1181 : audit [DBG] from='client.? 172.21.15.177:0/1727653336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:45:20.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:45:18.717093+0000 mgr.y (mgr.24491) 2496 : audit [DBG] from='client.17400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:18.747153+0000 mgr.y (mgr.24491) 2497 : cluster [DBG] pgmap v2187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:45:19.057364+0000 mon.a (mon.0) 1181 : audit [DBG] from='client.? 172.21.15.177:0/1727653336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:45:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:45:18.717093+0000 mgr.y (mgr.24491) 2496 : audit [DBG] from='client.17400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:18.747153+0000 mgr.y (mgr.24491) 2497 : cluster [DBG] pgmap v2187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:45:19.057364+0000 mon.a (mon.0) 1181 : audit [DBG] from='client.? 172.21.15.177:0/1727653336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:45:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:45:22.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:20.747819+0000 mgr.y (mgr.24491) 2498 : cluster [DBG] pgmap v2188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:22.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:20.747819+0000 mgr.y (mgr.24491) 2498 : cluster [DBG] pgmap v2188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:20.747819+0000 mgr.y (mgr.24491) 2498 : cluster [DBG] pgmap v2188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:24.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:22.748323+0000 mgr.y (mgr.24491) 2499 : cluster [DBG] pgmap v2189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:24.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:22.748323+0000 mgr.y (mgr.24491) 2499 : cluster [DBG] pgmap v2189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:24.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:22.748323+0000 mgr.y (mgr.24491) 2499 : cluster [DBG] pgmap v2189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:24.748885+0000 mgr.y (mgr.24491) 2500 : cluster [DBG] pgmap v2190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:26.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:24.748885+0000 mgr.y (mgr.24491) 2500 : cluster [DBG] pgmap v2190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:24.748885+0000 mgr.y (mgr.24491) 2500 : cluster [DBG] pgmap v2190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:28.067 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:27] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:45:28.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:26.749320+0000 mgr.y (mgr.24491) 2501 : cluster [DBG] pgmap v2191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:28.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:26.749320+0000 mgr.y (mgr.24491) 2501 : cluster [DBG] pgmap v2191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:26.749320+0000 mgr.y (mgr.24491) 2501 : cluster [DBG] pgmap v2191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:30.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:28.749730+0000 mgr.y (mgr.24491) 2502 : cluster [DBG] pgmap v2192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:30.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:28.749730+0000 mgr.y (mgr.24491) 2502 : cluster [DBG] pgmap v2192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:28.749730+0000 mgr.y (mgr.24491) 2502 : cluster [DBG] pgmap v2192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:45:32.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:30.750498+0000 mgr.y (mgr.24491) 2503 : cluster [DBG] pgmap v2193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:32.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:30.750498+0000 mgr.y (mgr.24491) 2503 : cluster [DBG] pgmap v2193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:30.750498+0000 mgr.y (mgr.24491) 2503 : cluster [DBG] pgmap v2193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:34.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:32.751152+0000 mgr.y (mgr.24491) 2504 : cluster [DBG] pgmap v2194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:32.751152+0000 mgr.y (mgr.24491) 2504 : cluster [DBG] pgmap v2194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:32.751152+0000 mgr.y (mgr.24491) 2504 : cluster [DBG] pgmap v2194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:36.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:34.751734+0000 mgr.y (mgr.24491) 2505 : cluster [DBG] pgmap v2195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:36.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:34.751734+0000 mgr.y (mgr.24491) 2505 : cluster [DBG] pgmap v2195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:34.751734+0000 mgr.y (mgr.24491) 2505 : cluster [DBG] pgmap v2195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:38.083 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T04:45:38.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:36.752323+0000 mgr.y (mgr.24491) 2506 : cluster [DBG] pgmap v2196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:38.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:36.752323+0000 mgr.y (mgr.24491) 2506 : cluster [DBG] pgmap v2196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:36.752323+0000 mgr.y (mgr.24491) 2506 : cluster [DBG] pgmap v2196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:40.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:38.752676+0000 mgr.y (mgr.24491) 2507 : cluster [DBG] pgmap v2197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:40.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:38.752676+0000 mgr.y (mgr.24491) 2507 : cluster [DBG] pgmap v2197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:38.752676+0000 mgr.y (mgr.24491) 2507 : cluster [DBG] pgmap v2197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:45:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:40.753390+0000 mgr.y (mgr.24491) 2508 : cluster [DBG] pgmap v2198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:42.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:40.753390+0000 mgr.y (mgr.24491) 2508 : cluster [DBG] pgmap v2198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:40.753390+0000 mgr.y (mgr.24491) 2508 : cluster [DBG] pgmap v2198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:44.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:42.753849+0000 mgr.y (mgr.24491) 2509 : cluster [DBG] pgmap v2199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:44.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:42.753849+0000 mgr.y (mgr.24491) 2509 : cluster [DBG] pgmap v2199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:42.753849+0000 mgr.y (mgr.24491) 2509 : cluster [DBG] pgmap v2199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:46.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:44.754568+0000 mgr.y (mgr.24491) 2510 : cluster [DBG] pgmap v2200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:46.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:44.754568+0000 mgr.y (mgr.24491) 2510 : cluster [DBG] pgmap v2200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:44.754568+0000 mgr.y (mgr.24491) 2510 : cluster [DBG] pgmap v2200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:48.100 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:47] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:45:48.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:46.755071+0000 mgr.y (mgr.24491) 2511 : cluster [DBG] pgmap v2201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:48.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:46.755071+0000 mgr.y (mgr.24491) 2511 : cluster [DBG] pgmap v2201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:46.755071+0000 mgr.y (mgr.24491) 2511 : cluster [DBG] pgmap v2201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:49.368 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:45:49.640 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:45:49.640 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (71m) 9m ago 72m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (72m) 9m ago 72m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (73m) 9m ago 73m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (73m) 9m ago 73m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (76m) 9m ago 76m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (78m) 9m ago 78m 457M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (78m) 9m ago 78m 202M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (77m) 9m ago 77m 112M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (77m) 9m ago 77m 114M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (72m) 9m ago 72m 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (72m) 9m ago 72m 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (76m) 9m ago 76m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (76m) 9m ago 76m 43.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (75m) 9m ago 75m 39.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (75m) 9m ago 75m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (75m) 9m ago 75m 42.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:45:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (74m) 9m ago 74m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:45:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (74m) 9m ago 74m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:45:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (73m) 9m ago 73m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:45:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (71m) 9m ago 72m 84.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:45:49.974 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:45:49.974 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:45:49.974 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:45:49.975 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:45:50.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:48.755472+0000 mgr.y (mgr.24491) 2512 : cluster [DBG] pgmap v2202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:50.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:45:49.358720+0000 mgr.y (mgr.24491) 2513 : audit [DBG] from='client.17412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:50.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:45:49.635568+0000 mgr.y (mgr.24491) 2514 : audit [DBG] from='client.17418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:50.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:45:49.976918+0000 mon.a (mon.0) 1182 : audit [DBG] from='client.? 172.21.15.177:0/3918585324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:45:50.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:48.755472+0000 mgr.y (mgr.24491) 2512 : cluster [DBG] pgmap v2202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:45:49.358720+0000 mgr.y (mgr.24491) 2513 : audit [DBG] from='client.17412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:45:49.635568+0000 mgr.y (mgr.24491) 2514 : audit [DBG] from='client.17418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:45:49.976918+0000 mon.a (mon.0) 1182 : audit [DBG] from='client.? 172.21.15.177:0/3918585324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:45:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:48.755472+0000 mgr.y (mgr.24491) 2512 : cluster [DBG] pgmap v2202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:45:49.358720+0000 mgr.y (mgr.24491) 2513 : audit [DBG] from='client.17412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:45:49.635568+0000 mgr.y (mgr.24491) 2514 : audit [DBG] from='client.17418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:45:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:45:49.976918+0000 mon.a (mon.0) 1182 : audit [DBG] from='client.? 172.21.15.177:0/3918585324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:45:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:45:52.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:50.756190+0000 mgr.y (mgr.24491) 2515 : cluster [DBG] pgmap v2203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:52.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:50.756190+0000 mgr.y (mgr.24491) 2515 : cluster [DBG] pgmap v2203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:50.756190+0000 mgr.y (mgr.24491) 2515 : cluster [DBG] pgmap v2203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:54.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:52.756747+0000 mgr.y (mgr.24491) 2516 : cluster [DBG] pgmap v2204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:54.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:52.756747+0000 mgr.y (mgr.24491) 2516 : cluster [DBG] pgmap v2204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:52.756747+0000 mgr.y (mgr.24491) 2516 : cluster [DBG] pgmap v2204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:56.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:54.757533+0000 mgr.y (mgr.24491) 2517 : cluster [DBG] pgmap v2205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:56.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:54.757533+0000 mgr.y (mgr.24491) 2517 : cluster [DBG] pgmap v2205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:54.757533+0000 mgr.y (mgr.24491) 2517 : cluster [DBG] pgmap v2205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:58.117 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:45:57] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T04:45:58.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:56.758043+0000 mgr.y (mgr.24491) 2518 : cluster [DBG] pgmap v2206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:56.758043+0000 mgr.y (mgr.24491) 2518 : cluster [DBG] pgmap v2206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:45:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:45:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:56.758043+0000 mgr.y (mgr.24491) 2518 : cluster [DBG] pgmap v2206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:45:58.758428+0000 mgr.y (mgr.24491) 2519 : cluster [DBG] pgmap v2207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:00.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:45:58.758428+0000 mgr.y (mgr.24491) 2519 : cluster [DBG] pgmap v2207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:45:58.758428+0000 mgr.y (mgr.24491) 2519 : cluster [DBG] pgmap v2207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:46:02.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:00.759155+0000 mgr.y (mgr.24491) 2520 : cluster [DBG] pgmap v2208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:02.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:00.759155+0000 mgr.y (mgr.24491) 2520 : cluster [DBG] pgmap v2208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:00.759155+0000 mgr.y (mgr.24491) 2520 : cluster [DBG] pgmap v2208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:02.759578+0000 mgr.y (mgr.24491) 2521 : cluster [DBG] pgmap v2209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:04.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:02.759578+0000 mgr.y (mgr.24491) 2521 : cluster [DBG] pgmap v2209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:02.759578+0000 mgr.y (mgr.24491) 2521 : cluster [DBG] pgmap v2209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:06.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:04.760300+0000 mgr.y (mgr.24491) 2522 : cluster [DBG] pgmap v2210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:06.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:04.760300+0000 mgr.y (mgr.24491) 2522 : cluster [DBG] pgmap v2210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:04.760300+0000 mgr.y (mgr.24491) 2522 : cluster [DBG] pgmap v2210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:08.132 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:07] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T04:46:08.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:06.760758+0000 mgr.y (mgr.24491) 2523 : cluster [DBG] pgmap v2211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:08.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:08.001222+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:46:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:06.760758+0000 mgr.y (mgr.24491) 2523 : cluster [DBG] pgmap v2211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:08.001222+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:46:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:06.760758+0000 mgr.y (mgr.24491) 2523 : cluster [DBG] pgmap v2211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:08.001222+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:46:10.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:08.761084+0000 mgr.y (mgr.24491) 2524 : cluster [DBG] pgmap v2212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:10.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:08.761084+0000 mgr.y (mgr.24491) 2524 : cluster [DBG] pgmap v2212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:08.761084+0000 mgr.y (mgr.24491) 2524 : cluster [DBG] pgmap v2212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:46:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:10.538560+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:46:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:11.416641+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:46:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:10.538560+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:46:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:11.416641+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:46:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:10.538560+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:46:12.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:11.416641+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:46:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:10.761587+0000 mgr.y (mgr.24491) 2525 : cluster [DBG] pgmap v2213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:11.686530+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:46:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:11.687459+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:46:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:11.693431+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:46:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:10.761587+0000 mgr.y (mgr.24491) 2525 : cluster [DBG] pgmap v2213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:11.686530+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:46:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:11.687459+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:46:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:11.693431+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:46:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:10.761587+0000 mgr.y (mgr.24491) 2525 : cluster [DBG] pgmap v2213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:11.686530+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:46:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:11.687459+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:46:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:11.693431+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:46:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:12.762073+0000 mgr.y (mgr.24491) 2526 : cluster [DBG] pgmap v2214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:12.762073+0000 mgr.y (mgr.24491) 2526 : cluster [DBG] pgmap v2214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:12.762073+0000 mgr.y (mgr.24491) 2526 : cluster [DBG] pgmap v2214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:14.762693+0000 mgr.y (mgr.24491) 2527 : cluster [DBG] pgmap v2215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:14.762693+0000 mgr.y (mgr.24491) 2527 : cluster [DBG] pgmap v2215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:14.762693+0000 mgr.y (mgr.24491) 2527 : cluster [DBG] pgmap v2215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:17] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:46:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:16.763300+0000 mgr.y (mgr.24491) 2528 : cluster [DBG] pgmap v2216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:16.763300+0000 mgr.y (mgr.24491) 2528 : cluster [DBG] pgmap v2216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:16.763300+0000 mgr.y (mgr.24491) 2528 : cluster [DBG] pgmap v2216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:20.285 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (72m) 10s ago 72m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (72m) 9s ago 72m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (74m) 10s ago 74m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (73m) 9s ago 73m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (77m) 9s ago 77m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (79m) 10s ago 79m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (79m) 10s ago 79m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (77m) 9s ago 77m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (77m) 10s ago 77m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (73m) 10s ago 73m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (73m) 9s ago 73m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:46:20.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (77m) 10s ago 77m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:46:20.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (76m) 10s ago 76m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:46:20.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (76m) 10s ago 76m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:46:20.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (75m) 10s ago 75m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:46:20.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (75m) 9s ago 75m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:46:20.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (75m) 9s ago 75m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:46:20.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (74m) 9s ago 74m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:46:20.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (74m) 9s ago 74m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:46:20.560 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (72m) 9s ago 73m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:46:20.889 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:46:20.890 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:46:20.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:46:20.891 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:46:20.891 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:46:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:18.763835+0000 mgr.y (mgr.24491) 2529 : cluster [DBG] pgmap v2217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:18.763835+0000 mgr.y (mgr.24491) 2529 : cluster [DBG] pgmap v2217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:18.763835+0000 mgr.y (mgr.24491) 2529 : cluster [DBG] pgmap v2217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:46:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:20.275752+0000 mgr.y (mgr.24491) 2530 : audit [DBG] from='client.27335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:20.552093+0000 mgr.y (mgr.24491) 2531 : audit [DBG] from='client.27341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:20.892280+0000 mon.c (mon.2) 116 : audit [DBG] from='client.? 172.21.15.177:0/4102237435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:46:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:20.275752+0000 mgr.y (mgr.24491) 2530 : audit [DBG] from='client.27335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:20.552093+0000 mgr.y (mgr.24491) 2531 : audit [DBG] from='client.27341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:20.892280+0000 mon.c (mon.2) 116 : audit [DBG] from='client.? 172.21.15.177:0/4102237435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:46:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:20.275752+0000 mgr.y (mgr.24491) 2530 : audit [DBG] from='client.27335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:20.552093+0000 mgr.y (mgr.24491) 2531 : audit [DBG] from='client.27341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:20.892280+0000 mon.c (mon.2) 116 : audit [DBG] from='client.? 172.21.15.177:0/4102237435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:46:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:20.764434+0000 mgr.y (mgr.24491) 2532 : cluster [DBG] pgmap v2218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:20.764434+0000 mgr.y (mgr.24491) 2532 : cluster [DBG] pgmap v2218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:20.764434+0000 mgr.y (mgr.24491) 2532 : cluster [DBG] pgmap v2218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:22.764876+0000 mgr.y (mgr.24491) 2533 : cluster [DBG] pgmap v2219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:22.764876+0000 mgr.y (mgr.24491) 2533 : cluster [DBG] pgmap v2219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:22.764876+0000 mgr.y (mgr.24491) 2533 : cluster [DBG] pgmap v2219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:24.765713+0000 mgr.y (mgr.24491) 2534 : cluster [DBG] pgmap v2220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:24.765713+0000 mgr.y (mgr.24491) 2534 : cluster [DBG] pgmap v2220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:24.765713+0000 mgr.y (mgr.24491) 2534 : cluster [DBG] pgmap v2220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:27] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:46:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:26.766163+0000 mgr.y (mgr.24491) 2535 : cluster [DBG] pgmap v2221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:26.766163+0000 mgr.y (mgr.24491) 2535 : cluster [DBG] pgmap v2221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:26.766163+0000 mgr.y (mgr.24491) 2535 : cluster [DBG] pgmap v2221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:28.766682+0000 mgr.y (mgr.24491) 2536 : cluster [DBG] pgmap v2222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:28.766682+0000 mgr.y (mgr.24491) 2536 : cluster [DBG] pgmap v2222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:28.766682+0000 mgr.y (mgr.24491) 2536 : cluster [DBG] pgmap v2222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:46:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:30.767469+0000 mgr.y (mgr.24491) 2537 : cluster [DBG] pgmap v2223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:30.767469+0000 mgr.y (mgr.24491) 2537 : cluster [DBG] pgmap v2223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:30.767469+0000 mgr.y (mgr.24491) 2537 : cluster [DBG] pgmap v2223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:34.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:32.767844+0000 mgr.y (mgr.24491) 2538 : cluster [DBG] pgmap v2224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:32.767844+0000 mgr.y (mgr.24491) 2538 : cluster [DBG] pgmap v2224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:32.767844+0000 mgr.y (mgr.24491) 2538 : cluster [DBG] pgmap v2224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:34.768603+0000 mgr.y (mgr.24491) 2539 : cluster [DBG] pgmap v2225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:34.768603+0000 mgr.y (mgr.24491) 2539 : cluster [DBG] pgmap v2225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:34.768603+0000 mgr.y (mgr.24491) 2539 : cluster [DBG] pgmap v2225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:37] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:46:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:36.769189+0000 mgr.y (mgr.24491) 2540 : cluster [DBG] pgmap v2226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:36.769189+0000 mgr.y (mgr.24491) 2540 : cluster [DBG] pgmap v2226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:36.769189+0000 mgr.y (mgr.24491) 2540 : cluster [DBG] pgmap v2226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:38.769596+0000 mgr.y (mgr.24491) 2541 : cluster [DBG] pgmap v2227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:38.769596+0000 mgr.y (mgr.24491) 2541 : cluster [DBG] pgmap v2227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:38.769596+0000 mgr.y (mgr.24491) 2541 : cluster [DBG] pgmap v2227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:46:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:40.770258+0000 mgr.y (mgr.24491) 2542 : cluster [DBG] pgmap v2228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:40.770258+0000 mgr.y (mgr.24491) 2542 : cluster [DBG] pgmap v2228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:40.770258+0000 mgr.y (mgr.24491) 2542 : cluster [DBG] pgmap v2228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:42.770658+0000 mgr.y (mgr.24491) 2543 : cluster [DBG] pgmap v2229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:42.770658+0000 mgr.y (mgr.24491) 2543 : cluster [DBG] pgmap v2229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:42.770658+0000 mgr.y (mgr.24491) 2543 : cluster [DBG] pgmap v2229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:44.771382+0000 mgr.y (mgr.24491) 2544 : cluster [DBG] pgmap v2230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:44.771382+0000 mgr.y (mgr.24491) 2544 : cluster [DBG] pgmap v2230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:44.771382+0000 mgr.y (mgr.24491) 2544 : cluster [DBG] pgmap v2230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:47] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:46:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:46.771796+0000 mgr.y (mgr.24491) 2545 : cluster [DBG] pgmap v2231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:46.771796+0000 mgr.y (mgr.24491) 2545 : cluster [DBG] pgmap v2231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:46.771796+0000 mgr.y (mgr.24491) 2545 : cluster [DBG] pgmap v2231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:48.772164+0000 mgr.y (mgr.24491) 2546 : cluster [DBG] pgmap v2232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:48.772164+0000 mgr.y (mgr.24491) 2546 : cluster [DBG] pgmap v2232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:48.772164+0000 mgr.y (mgr.24491) 2546 : cluster [DBG] pgmap v2232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:51.203 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:46:51.478 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:46:51.478 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (72m) 40s ago 73m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:46:51.478 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (73m) 40s ago 73m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:46:51.478 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (74m) 40s ago 74m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:46:51.478 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (74m) 40s ago 74m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:46:51.478 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (77m) 40s ago 77m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (79m) 40s ago 79m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (79m) 40s ago 79m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (78m) 40s ago 78m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (78m) 40s ago 78m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (73m) 40s ago 73m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (73m) 40s ago 73m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (77m) 40s ago 77m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (77m) 40s ago 77m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (76m) 40s ago 76m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (76m) 40s ago 76m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (76m) 40s ago 76m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (75m) 40s ago 75m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (75m) 40s ago 75m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:46:51.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (74m) 40s ago 74m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:46:51.480 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (72m) 40s ago 73m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:46:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:46:51.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:46:51.816 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:46:51.816 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:46:51.816 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:46:51.816 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:46:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:50.772839+0000 mgr.y (mgr.24491) 2547 : cluster [DBG] pgmap v2233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:51.194360+0000 mgr.y (mgr.24491) 2548 : audit [DBG] from='client.17448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:51.473139+0000 mgr.y (mgr.24491) 2549 : audit [DBG] from='client.17454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:46:51.817470+0000 mon.c (mon.2) 117 : audit [DBG] from='client.? 172.21.15.177:0/3295775250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:46:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:50.772839+0000 mgr.y (mgr.24491) 2547 : cluster [DBG] pgmap v2233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:51.194360+0000 mgr.y (mgr.24491) 2548 : audit [DBG] from='client.17448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:51.473139+0000 mgr.y (mgr.24491) 2549 : audit [DBG] from='client.17454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:46:51.817470+0000 mon.c (mon.2) 117 : audit [DBG] from='client.? 172.21.15.177:0/3295775250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:46:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:50.772839+0000 mgr.y (mgr.24491) 2547 : cluster [DBG] pgmap v2233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:51.194360+0000 mgr.y (mgr.24491) 2548 : audit [DBG] from='client.17448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:51.473139+0000 mgr.y (mgr.24491) 2549 : audit [DBG] from='client.17454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:46:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:46:51.817470+0000 mon.c (mon.2) 117 : audit [DBG] from='client.? 172.21.15.177:0/3295775250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:46:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:52.773281+0000 mgr.y (mgr.24491) 2550 : cluster [DBG] pgmap v2234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:52.773281+0000 mgr.y (mgr.24491) 2550 : cluster [DBG] pgmap v2234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:52.773281+0000 mgr.y (mgr.24491) 2550 : cluster [DBG] pgmap v2234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:54.773925+0000 mgr.y (mgr.24491) 2551 : cluster [DBG] pgmap v2235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:54.773925+0000 mgr.y (mgr.24491) 2551 : cluster [DBG] pgmap v2235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:54.773925+0000 mgr.y (mgr.24491) 2551 : cluster [DBG] pgmap v2235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:46:57] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T04:46:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:56.774451+0000 mgr.y (mgr.24491) 2552 : cluster [DBG] pgmap v2236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:58.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:56.774451+0000 mgr.y (mgr.24491) 2552 : cluster [DBG] pgmap v2236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:46:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:46:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:56.774451+0000 mgr.y (mgr.24491) 2552 : cluster [DBG] pgmap v2236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:46:58.774836+0000 mgr.y (mgr.24491) 2553 : cluster [DBG] pgmap v2237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:46:58.774836+0000 mgr.y (mgr.24491) 2553 : cluster [DBG] pgmap v2237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:46:58.774836+0000 mgr.y (mgr.24491) 2553 : cluster [DBG] pgmap v2237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:47:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:00.775696+0000 mgr.y (mgr.24491) 2554 : cluster [DBG] pgmap v2238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:02.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:00.775696+0000 mgr.y (mgr.24491) 2554 : cluster [DBG] pgmap v2238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:00.775696+0000 mgr.y (mgr.24491) 2554 : cluster [DBG] pgmap v2238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:02.776152+0000 mgr.y (mgr.24491) 2555 : cluster [DBG] pgmap v2239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:02.776152+0000 mgr.y (mgr.24491) 2555 : cluster [DBG] pgmap v2239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:02.776152+0000 mgr.y (mgr.24491) 2555 : cluster [DBG] pgmap v2239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:04.777013+0000 mgr.y (mgr.24491) 2556 : cluster [DBG] pgmap v2240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:04.777013+0000 mgr.y (mgr.24491) 2556 : cluster [DBG] pgmap v2240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:04.777013+0000 mgr.y (mgr.24491) 2556 : cluster [DBG] pgmap v2240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:07] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T04:47:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:06.777398+0000 mgr.y (mgr.24491) 2557 : cluster [DBG] pgmap v2241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:06.777398+0000 mgr.y (mgr.24491) 2557 : cluster [DBG] pgmap v2241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:06.777398+0000 mgr.y (mgr.24491) 2557 : cluster [DBG] pgmap v2241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:08.777799+0000 mgr.y (mgr.24491) 2558 : cluster [DBG] pgmap v2242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:08.777799+0000 mgr.y (mgr.24491) 2558 : cluster [DBG] pgmap v2242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:08.777799+0000 mgr.y (mgr.24491) 2558 : cluster [DBG] pgmap v2242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:47:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:10.778579+0000 mgr.y (mgr.24491) 2559 : cluster [DBG] pgmap v2243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:47:11.699832+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:47:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:47:11.994167+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:47:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:47:11.994851+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:47:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:47:11.999183+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:47:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:10.778579+0000 mgr.y (mgr.24491) 2559 : cluster [DBG] pgmap v2243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:47:11.699832+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:47:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:47:11.994167+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:47:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:47:11.994851+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:47:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:47:11.999183+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:47:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:10.778579+0000 mgr.y (mgr.24491) 2559 : cluster [DBG] pgmap v2243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:47:11.699832+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:47:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:47:11.994167+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:47:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:47:11.994851+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:47:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:47:11.999183+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:47:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:12.778987+0000 mgr.y (mgr.24491) 2560 : cluster [DBG] pgmap v2244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:12.778987+0000 mgr.y (mgr.24491) 2560 : cluster [DBG] pgmap v2244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:12.778987+0000 mgr.y (mgr.24491) 2560 : cluster [DBG] pgmap v2244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:14.779870+0000 mgr.y (mgr.24491) 2561 : cluster [DBG] pgmap v2245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:14.779870+0000 mgr.y (mgr.24491) 2561 : cluster [DBG] pgmap v2245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:14.779870+0000 mgr.y (mgr.24491) 2561 : cluster [DBG] pgmap v2245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:17] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:47:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:16.780487+0000 mgr.y (mgr.24491) 2562 : cluster [DBG] pgmap v2246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:16.780487+0000 mgr.y (mgr.24491) 2562 : cluster [DBG] pgmap v2246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:16.780487+0000 mgr.y (mgr.24491) 2562 : cluster [DBG] pgmap v2246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:18.780919+0000 mgr.y (mgr.24491) 2563 : cluster [DBG] pgmap v2247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:18.780919+0000 mgr.y (mgr.24491) 2563 : cluster [DBG] pgmap v2247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:18.780919+0000 mgr.y (mgr.24491) 2563 : cluster [DBG] pgmap v2247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:47:22.125 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:47:22.404 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:47:22.404 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (73m) 71s ago 74m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:47:22.404 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (73m) 70s ago 73m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:47:22.404 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (75m) 71s ago 75m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:47:22.404 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (75m) 70s ago 75m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:47:22.404 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (78m) 70s ago 78m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:47:22.405 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (80m) 71s ago 80m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:47:22.405 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (80m) 71s ago 80m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:47:22.405 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (78m) 70s ago 78m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:47:22.405 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (78m) 71s ago 78m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:47:22.405 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (74m) 71s ago 74m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:47:22.405 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (74m) 70s ago 74m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:47:22.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (78m) 71s ago 78m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:47:22.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (77m) 71s ago 77m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:47:22.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (77m) 71s ago 77m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:47:22.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (76m) 71s ago 76m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:47:22.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (76m) 70s ago 76m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:47:22.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (76m) 70s ago 76m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:47:22.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (75m) 70s ago 75m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:47:22.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (75m) 70s ago 75m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:47:22.407 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (73m) 70s ago 74m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:47:22.749 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:47:22.749 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:47:22.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:47:22.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:47:22.749 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:47:22.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:47:22.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:47:22.749 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:47:22.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:47:22.750 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:47:22.750 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:47:22.750 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:47:22.750 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:47:22.750 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:47:22.750 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:47:22.750 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:47:22.750 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:47:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:20.781717+0000 mgr.y (mgr.24491) 2564 : cluster [DBG] pgmap v2248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:20.781717+0000 mgr.y (mgr.24491) 2564 : cluster [DBG] pgmap v2248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:20.781717+0000 mgr.y (mgr.24491) 2564 : cluster [DBG] pgmap v2248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:47:22.115738+0000 mgr.y (mgr.24491) 2565 : audit [DBG] from='client.17466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:47:22.398740+0000 mgr.y (mgr.24491) 2566 : audit [DBG] from='client.27377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:47:22.751642+0000 mon.a (mon.0) 1193 : audit [DBG] from='client.? 172.21.15.177:0/2853237247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:47:24.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:47:22.115738+0000 mgr.y (mgr.24491) 2565 : audit [DBG] from='client.17466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:24.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:47:22.398740+0000 mgr.y (mgr.24491) 2566 : audit [DBG] from='client.27377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:24.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:47:22.751642+0000 mon.a (mon.0) 1193 : audit [DBG] from='client.? 172.21.15.177:0/2853237247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:47:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:47:22.115738+0000 mgr.y (mgr.24491) 2565 : audit [DBG] from='client.17466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:47:22.398740+0000 mgr.y (mgr.24491) 2566 : audit [DBG] from='client.27377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:47:22.751642+0000 mon.a (mon.0) 1193 : audit [DBG] from='client.? 172.21.15.177:0/2853237247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:47:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:22.782076+0000 mgr.y (mgr.24491) 2567 : cluster [DBG] pgmap v2249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:25.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:22.782076+0000 mgr.y (mgr.24491) 2567 : cluster [DBG] pgmap v2249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:22.782076+0000 mgr.y (mgr.24491) 2567 : cluster [DBG] pgmap v2249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:24.782714+0000 mgr.y (mgr.24491) 2568 : cluster [DBG] pgmap v2250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:24.782714+0000 mgr.y (mgr.24491) 2568 : cluster [DBG] pgmap v2250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:24.782714+0000 mgr.y (mgr.24491) 2568 : cluster [DBG] pgmap v2250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:27] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:47:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:26.783191+0000 mgr.y (mgr.24491) 2569 : cluster [DBG] pgmap v2251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:26.783191+0000 mgr.y (mgr.24491) 2569 : cluster [DBG] pgmap v2251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:26.783191+0000 mgr.y (mgr.24491) 2569 : cluster [DBG] pgmap v2251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:28.783755+0000 mgr.y (mgr.24491) 2570 : cluster [DBG] pgmap v2252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:28.783755+0000 mgr.y (mgr.24491) 2570 : cluster [DBG] pgmap v2252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:31.192 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:28.783755+0000 mgr.y (mgr.24491) 2570 : cluster [DBG] pgmap v2252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:47:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:30.784424+0000 mgr.y (mgr.24491) 2571 : cluster [DBG] pgmap v2253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:32.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:30.784424+0000 mgr.y (mgr.24491) 2571 : cluster [DBG] pgmap v2253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:30.784424+0000 mgr.y (mgr.24491) 2571 : cluster [DBG] pgmap v2253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:32.784964+0000 mgr.y (mgr.24491) 2572 : cluster [DBG] pgmap v2254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:34.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:32.784964+0000 mgr.y (mgr.24491) 2572 : cluster [DBG] pgmap v2254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:32.784964+0000 mgr.y (mgr.24491) 2572 : cluster [DBG] pgmap v2254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:34.785706+0000 mgr.y (mgr.24491) 2573 : cluster [DBG] pgmap v2255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:36.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:34.785706+0000 mgr.y (mgr.24491) 2573 : cluster [DBG] pgmap v2255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:34.785706+0000 mgr.y (mgr.24491) 2573 : cluster [DBG] pgmap v2255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:36.786218+0000 mgr.y (mgr.24491) 2574 : cluster [DBG] pgmap v2256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:37] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:47:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:36.786218+0000 mgr.y (mgr.24491) 2574 : cluster [DBG] pgmap v2256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:36.786218+0000 mgr.y (mgr.24491) 2574 : cluster [DBG] pgmap v2256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:38.786840+0000 mgr.y (mgr.24491) 2575 : cluster [DBG] pgmap v2257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:38.786840+0000 mgr.y (mgr.24491) 2575 : cluster [DBG] pgmap v2257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:38.786840+0000 mgr.y (mgr.24491) 2575 : cluster [DBG] pgmap v2257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:47:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:40.787700+0000 mgr.y (mgr.24491) 2576 : cluster [DBG] pgmap v2258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:40.787700+0000 mgr.y (mgr.24491) 2576 : cluster [DBG] pgmap v2258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:40.787700+0000 mgr.y (mgr.24491) 2576 : cluster [DBG] pgmap v2258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:42.788160+0000 mgr.y (mgr.24491) 2577 : cluster [DBG] pgmap v2259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:42.788160+0000 mgr.y (mgr.24491) 2577 : cluster [DBG] pgmap v2259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:42.788160+0000 mgr.y (mgr.24491) 2577 : cluster [DBG] pgmap v2259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:44.788825+0000 mgr.y (mgr.24491) 2578 : cluster [DBG] pgmap v2260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:44.788825+0000 mgr.y (mgr.24491) 2578 : cluster [DBG] pgmap v2260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:44.788825+0000 mgr.y (mgr.24491) 2578 : cluster [DBG] pgmap v2260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:47] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T04:47:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:46.789291+0000 mgr.y (mgr.24491) 2579 : cluster [DBG] pgmap v2261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:46.789291+0000 mgr.y (mgr.24491) 2579 : cluster [DBG] pgmap v2261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:46.789291+0000 mgr.y (mgr.24491) 2579 : cluster [DBG] pgmap v2261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:48.789864+0000 mgr.y (mgr.24491) 2580 : cluster [DBG] pgmap v2262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:48.789864+0000 mgr.y (mgr.24491) 2580 : cluster [DBG] pgmap v2262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:48.789864+0000 mgr.y (mgr.24491) 2580 : cluster [DBG] pgmap v2262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:47:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:50.790582+0000 mgr.y (mgr.24491) 2581 : cluster [DBG] pgmap v2263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:50.790582+0000 mgr.y (mgr.24491) 2581 : cluster [DBG] pgmap v2263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:50.790582+0000 mgr.y (mgr.24491) 2581 : cluster [DBG] pgmap v2263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:53.061 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:47:53.337 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:47:53.337 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (73m) 102s ago 74m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:47:53.337 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (74m) 101s ago 74m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:47:53.337 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (75m) 102s ago 75m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:47:53.337 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (75m) 101s ago 75m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:47:53.337 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (79m) 101s ago 79m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:47:53.337 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (80m) 102s ago 80m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:47:53.337 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (80m) 102s ago 80m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:47:53.337 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (79m) 101s ago 79m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:47:53.337 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (79m) 102s ago 79m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:47:53.338 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (74m) 102s ago 74m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:47:53.338 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (74m) 101s ago 74m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:47:53.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (78m) 102s ago 78m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:47:53.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (78m) 102s ago 78m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:47:53.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (77m) 102s ago 77m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:47:53.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (77m) 102s ago 77m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:47:53.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (77m) 101s ago 77m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:47:53.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (76m) 101s ago 76m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:47:53.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (76m) 101s ago 76m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:47:53.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (75m) 101s ago 75m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:47:53.338 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (73m) 101s ago 74m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:47:53.669 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:47:53.669 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:47:53.669 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:47:53.670 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:47:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:52.791014+0000 mgr.y (mgr.24491) 2582 : cluster [DBG] pgmap v2264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:47:53.051557+0000 mgr.y (mgr.24491) 2583 : audit [DBG] from='client.17484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:47:53.331998+0000 mgr.y (mgr.24491) 2584 : audit [DBG] from='client.17490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:47:53.672025+0000 mon.a (mon.0) 1194 : audit [DBG] from='client.? 172.21.15.177:0/918030725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:47:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:52.791014+0000 mgr.y (mgr.24491) 2582 : cluster [DBG] pgmap v2264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:47:53.051557+0000 mgr.y (mgr.24491) 2583 : audit [DBG] from='client.17484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:47:53.331998+0000 mgr.y (mgr.24491) 2584 : audit [DBG] from='client.17490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:47:53.672025+0000 mon.a (mon.0) 1194 : audit [DBG] from='client.? 172.21.15.177:0/918030725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:47:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:52.791014+0000 mgr.y (mgr.24491) 2582 : cluster [DBG] pgmap v2264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:47:53.051557+0000 mgr.y (mgr.24491) 2583 : audit [DBG] from='client.17484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:47:53.331998+0000 mgr.y (mgr.24491) 2584 : audit [DBG] from='client.17490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:47:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:47:53.672025+0000 mon.a (mon.0) 1194 : audit [DBG] from='client.? 172.21.15.177:0/918030725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:47:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:54.791648+0000 mgr.y (mgr.24491) 2585 : cluster [DBG] pgmap v2265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:54.791648+0000 mgr.y (mgr.24491) 2585 : cluster [DBG] pgmap v2265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:54.791648+0000 mgr.y (mgr.24491) 2585 : cluster [DBG] pgmap v2265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:47:57] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T04:47:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:56.792117+0000 mgr.y (mgr.24491) 2586 : cluster [DBG] pgmap v2266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:56.792117+0000 mgr.y (mgr.24491) 2586 : cluster [DBG] pgmap v2266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:47:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:56.792117+0000 mgr.y (mgr.24491) 2586 : cluster [DBG] pgmap v2266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:47:58.792715+0000 mgr.y (mgr.24491) 2587 : cluster [DBG] pgmap v2267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:47:58.792715+0000 mgr.y (mgr.24491) 2587 : cluster [DBG] pgmap v2267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:47:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:47:58.792715+0000 mgr.y (mgr.24491) 2587 : cluster [DBG] pgmap v2267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:48:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:00.793498+0000 mgr.y (mgr.24491) 2588 : cluster [DBG] pgmap v2268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:00.793498+0000 mgr.y (mgr.24491) 2588 : cluster [DBG] pgmap v2268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:00.793498+0000 mgr.y (mgr.24491) 2588 : cluster [DBG] pgmap v2268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:04.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:02.793925+0000 mgr.y (mgr.24491) 2589 : cluster [DBG] pgmap v2269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:02.793925+0000 mgr.y (mgr.24491) 2589 : cluster [DBG] pgmap v2269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:02.793925+0000 mgr.y (mgr.24491) 2589 : cluster [DBG] pgmap v2269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:06.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:04.794547+0000 mgr.y (mgr.24491) 2590 : cluster [DBG] pgmap v2270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:04.794547+0000 mgr.y (mgr.24491) 2590 : cluster [DBG] pgmap v2270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:04.794547+0000 mgr.y (mgr.24491) 2590 : cluster [DBG] pgmap v2270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:07] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:48:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:06.794958+0000 mgr.y (mgr.24491) 2591 : cluster [DBG] pgmap v2271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:06.794958+0000 mgr.y (mgr.24491) 2591 : cluster [DBG] pgmap v2271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:06.794958+0000 mgr.y (mgr.24491) 2591 : cluster [DBG] pgmap v2271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:08.795324+0000 mgr.y (mgr.24491) 2592 : cluster [DBG] pgmap v2272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:08.795324+0000 mgr.y (mgr.24491) 2592 : cluster [DBG] pgmap v2272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:08.795324+0000 mgr.y (mgr.24491) 2592 : cluster [DBG] pgmap v2272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:48:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:10.796011+0000 mgr.y (mgr.24491) 2593 : cluster [DBG] pgmap v2273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:12.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:10.796011+0000 mgr.y (mgr.24491) 2593 : cluster [DBG] pgmap v2273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:12.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:10.796011+0000 mgr.y (mgr.24491) 2593 : cluster [DBG] pgmap v2273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:48:12.003382+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:48:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:48:12.296285+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:48:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:48:12.296861+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:48:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:48:12.301583+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:48:13.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:48:12.003382+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:48:13.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:48:12.296285+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:48:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:48:12.296861+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:48:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:48:12.301583+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:48:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:48:12.003382+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:48:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:48:12.296285+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:48:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:48:12.296861+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:48:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:48:12.301583+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:48:14.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:12.796322+0000 mgr.y (mgr.24491) 2594 : cluster [DBG] pgmap v2274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:12.796322+0000 mgr.y (mgr.24491) 2594 : cluster [DBG] pgmap v2274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:12.796322+0000 mgr.y (mgr.24491) 2594 : cluster [DBG] pgmap v2274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:16.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:14.796928+0000 mgr.y (mgr.24491) 2595 : cluster [DBG] pgmap v2275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:16.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:14.796928+0000 mgr.y (mgr.24491) 2595 : cluster [DBG] pgmap v2275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:14.796928+0000 mgr.y (mgr.24491) 2595 : cluster [DBG] pgmap v2275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:48:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:16.797380+0000 mgr.y (mgr.24491) 2596 : cluster [DBG] pgmap v2276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:18.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:16.797380+0000 mgr.y (mgr.24491) 2596 : cluster [DBG] pgmap v2276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:16.797380+0000 mgr.y (mgr.24491) 2596 : cluster [DBG] pgmap v2276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:20.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:18.797735+0000 mgr.y (mgr.24491) 2597 : cluster [DBG] pgmap v2277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:18.797735+0000 mgr.y (mgr.24491) 2597 : cluster [DBG] pgmap v2277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:18.797735+0000 mgr.y (mgr.24491) 2597 : cluster [DBG] pgmap v2277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:48:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:20.798379+0000 mgr.y (mgr.24491) 2598 : cluster [DBG] pgmap v2278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:22.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:20.798379+0000 mgr.y (mgr.24491) 2598 : cluster [DBG] pgmap v2278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:20.798379+0000 mgr.y (mgr.24491) 2598 : cluster [DBG] pgmap v2278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:23.978 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:48:24.252 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:48:24.252 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (74m) 2m ago 75m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:48:24.252 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (74m) 2m ago 74m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:48:24.252 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (76m) 2m ago 76m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:48:24.252 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (76m) 2m ago 76m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:48:24.252 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (79m) 2m ago 79m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:48:24.252 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (81m) 2m ago 81m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:48:24.252 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (81m) 2m ago 81m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:48:24.252 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (79m) 2m ago 79m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (79m) 2m ago 79m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (75m) 2m ago 75m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (75m) 2m ago 75m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (79m) 2m ago 79m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (78m) 2m ago 78m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (78m) 2m ago 78m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (78m) 2m ago 78m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (77m) 2m ago 77m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (77m) 2m ago 77m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (76m) 2m ago 76m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (76m) 2m ago 76m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:48:24.253 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (74m) 2m ago 75m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:48:24.586 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:48:24.586 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:48:24.586 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:48:24.587 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:48:24.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:22.798862+0000 mgr.y (mgr.24491) 2599 : cluster [DBG] pgmap v2279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:24.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:22.798862+0000 mgr.y (mgr.24491) 2599 : cluster [DBG] pgmap v2279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:22.798862+0000 mgr.y (mgr.24491) 2599 : cluster [DBG] pgmap v2279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:48:23.969160+0000 mgr.y (mgr.24491) 2600 : audit [DBG] from='client.17502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:48:24.247013+0000 mgr.y (mgr.24491) 2601 : audit [DBG] from='client.27413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:48:24.589013+0000 mon.c (mon.2) 118 : audit [DBG] from='client.? 172.21.15.177:0/1803768064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:48:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:48:23.969160+0000 mgr.y (mgr.24491) 2600 : audit [DBG] from='client.17502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:48:24.247013+0000 mgr.y (mgr.24491) 2601 : audit [DBG] from='client.27413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:48:24.589013+0000 mon.c (mon.2) 118 : audit [DBG] from='client.? 172.21.15.177:0/1803768064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:48:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:48:23.969160+0000 mgr.y (mgr.24491) 2600 : audit [DBG] from='client.17502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:48:24.247013+0000 mgr.y (mgr.24491) 2601 : audit [DBG] from='client.27413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:48:24.589013+0000 mon.c (mon.2) 118 : audit [DBG] from='client.? 172.21.15.177:0/1803768064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:48:26.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:24.799335+0000 mgr.y (mgr.24491) 2602 : cluster [DBG] pgmap v2280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:24.799335+0000 mgr.y (mgr.24491) 2602 : cluster [DBG] pgmap v2280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:24.799335+0000 mgr.y (mgr.24491) 2602 : cluster [DBG] pgmap v2280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:48:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:26.799673+0000 mgr.y (mgr.24491) 2603 : cluster [DBG] pgmap v2281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:28.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:26.799673+0000 mgr.y (mgr.24491) 2603 : cluster [DBG] pgmap v2281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:26.799673+0000 mgr.y (mgr.24491) 2603 : cluster [DBG] pgmap v2281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:28.800024+0000 mgr.y (mgr.24491) 2604 : cluster [DBG] pgmap v2282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:28.800024+0000 mgr.y (mgr.24491) 2604 : cluster [DBG] pgmap v2282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:28.800024+0000 mgr.y (mgr.24491) 2604 : cluster [DBG] pgmap v2282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:48:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:30.800652+0000 mgr.y (mgr.24491) 2605 : cluster [DBG] pgmap v2283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:32.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:30.800652+0000 mgr.y (mgr.24491) 2605 : cluster [DBG] pgmap v2283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:30.800652+0000 mgr.y (mgr.24491) 2605 : cluster [DBG] pgmap v2283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:32.801038+0000 mgr.y (mgr.24491) 2606 : cluster [DBG] pgmap v2284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:34.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:32.801038+0000 mgr.y (mgr.24491) 2606 : cluster [DBG] pgmap v2284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:32.801038+0000 mgr.y (mgr.24491) 2606 : cluster [DBG] pgmap v2284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:34.801871+0000 mgr.y (mgr.24491) 2607 : cluster [DBG] pgmap v2285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:34.801871+0000 mgr.y (mgr.24491) 2607 : cluster [DBG] pgmap v2285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:34.801871+0000 mgr.y (mgr.24491) 2607 : cluster [DBG] pgmap v2285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:48:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:36.802163+0000 mgr.y (mgr.24491) 2608 : cluster [DBG] pgmap v2286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:38.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:36.802163+0000 mgr.y (mgr.24491) 2608 : cluster [DBG] pgmap v2286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:36.802163+0000 mgr.y (mgr.24491) 2608 : cluster [DBG] pgmap v2286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:40.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:38.802731+0000 mgr.y (mgr.24491) 2609 : cluster [DBG] pgmap v2287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:38.802731+0000 mgr.y (mgr.24491) 2609 : cluster [DBG] pgmap v2287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:38.802731+0000 mgr.y (mgr.24491) 2609 : cluster [DBG] pgmap v2287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:48:42.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:40.803407+0000 mgr.y (mgr.24491) 2610 : cluster [DBG] pgmap v2288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:42.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:40.803407+0000 mgr.y (mgr.24491) 2610 : cluster [DBG] pgmap v2288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:40.803407+0000 mgr.y (mgr.24491) 2610 : cluster [DBG] pgmap v2288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:44.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:42.803768+0000 mgr.y (mgr.24491) 2611 : cluster [DBG] pgmap v2289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:44.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:42.803768+0000 mgr.y (mgr.24491) 2611 : cluster [DBG] pgmap v2289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:42.803768+0000 mgr.y (mgr.24491) 2611 : cluster [DBG] pgmap v2289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:46.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:44.804488+0000 mgr.y (mgr.24491) 2612 : cluster [DBG] pgmap v2290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:44.804488+0000 mgr.y (mgr.24491) 2612 : cluster [DBG] pgmap v2290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:44.804488+0000 mgr.y (mgr.24491) 2612 : cluster [DBG] pgmap v2290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:48:48.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:46.804985+0000 mgr.y (mgr.24491) 2613 : cluster [DBG] pgmap v2291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:46.804985+0000 mgr.y (mgr.24491) 2613 : cluster [DBG] pgmap v2291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:46.804985+0000 mgr.y (mgr.24491) 2613 : cluster [DBG] pgmap v2291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:50.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:48.805392+0000 mgr.y (mgr.24491) 2614 : cluster [DBG] pgmap v2292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:50.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:48.805392+0000 mgr.y (mgr.24491) 2614 : cluster [DBG] pgmap v2292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:48.805392+0000 mgr.y (mgr.24491) 2614 : cluster [DBG] pgmap v2292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:48:52.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:50.806253+0000 mgr.y (mgr.24491) 2615 : cluster [DBG] pgmap v2293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:50.806253+0000 mgr.y (mgr.24491) 2615 : cluster [DBG] pgmap v2293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:50.806253+0000 mgr.y (mgr.24491) 2615 : cluster [DBG] pgmap v2293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:52.806879+0000 mgr.y (mgr.24491) 2616 : cluster [DBG] pgmap v2294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:54.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:52.806879+0000 mgr.y (mgr.24491) 2616 : cluster [DBG] pgmap v2294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:52.806879+0000 mgr.y (mgr.24491) 2616 : cluster [DBG] pgmap v2294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:54.893 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:48:55.167 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:48:55.167 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (74m) 2m ago 75m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:48:55.167 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (75m) 2m ago 75m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:48:55.167 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (76m) 2m ago 76m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:48:55.167 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (76m) 2m ago 76m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:48:55.167 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (80m) 2m ago 80m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:48:55.167 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (81m) 2m ago 81m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:48:55.167 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (81m) 2m ago 81m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:48:55.167 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (80m) 2m ago 80m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:48:55.167 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (80m) 2m ago 80m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:48:55.168 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (75m) 2m ago 75m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:48:55.168 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (75m) 2m ago 75m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:48:55.168 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (79m) 2m ago 79m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:48:55.168 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (79m) 2m ago 79m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:48:55.168 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (78m) 2m ago 78m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:48:55.168 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (78m) 2m ago 78m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:48:55.168 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (78m) 2m ago 78m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:48:55.168 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (77m) 2m ago 77m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:48:55.168 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (77m) 2m ago 77m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:48:55.168 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (76m) 2m ago 76m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:48:55.168 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (74m) 2m ago 75m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:48:55.504 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:48:55.504 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:48:55.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:48:55.504 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:48:55.505 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:48:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:54.807475+0000 mgr.y (mgr.24491) 2617 : cluster [DBG] pgmap v2295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:48:54.884045+0000 mgr.y (mgr.24491) 2618 : audit [DBG] from='client.27425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:48:55.161886+0000 mgr.y (mgr.24491) 2619 : audit [DBG] from='client.27431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:48:55.506799+0000 mon.a (mon.0) 1199 : audit [DBG] from='client.? 172.21.15.177:0/1089844367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:48:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:54.807475+0000 mgr.y (mgr.24491) 2617 : cluster [DBG] pgmap v2295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:48:54.884045+0000 mgr.y (mgr.24491) 2618 : audit [DBG] from='client.27425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:48:55.161886+0000 mgr.y (mgr.24491) 2619 : audit [DBG] from='client.27431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:48:55.506799+0000 mon.a (mon.0) 1199 : audit [DBG] from='client.? 172.21.15.177:0/1089844367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:48:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:54.807475+0000 mgr.y (mgr.24491) 2617 : cluster [DBG] pgmap v2295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:48:54.884045+0000 mgr.y (mgr.24491) 2618 : audit [DBG] from='client.27425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:48:55.161886+0000 mgr.y (mgr.24491) 2619 : audit [DBG] from='client.27431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:48:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:48:55.506799+0000 mon.a (mon.0) 1199 : audit [DBG] from='client.? 172.21.15.177:0/1089844367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:48:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:48:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:48:58.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:56.807874+0000 mgr.y (mgr.24491) 2620 : cluster [DBG] pgmap v2296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:56.807874+0000 mgr.y (mgr.24491) 2620 : cluster [DBG] pgmap v2296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:48:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:48:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:56.807874+0000 mgr.y (mgr.24491) 2620 : cluster [DBG] pgmap v2296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:00.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:48:58.808331+0000 mgr.y (mgr.24491) 2621 : cluster [DBG] pgmap v2297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:48:58.808331+0000 mgr.y (mgr.24491) 2621 : cluster [DBG] pgmap v2297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:48:58.808331+0000 mgr.y (mgr.24491) 2621 : cluster [DBG] pgmap v2297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:49:02.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:00.808989+0000 mgr.y (mgr.24491) 2622 : cluster [DBG] pgmap v2298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:02.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:00.808989+0000 mgr.y (mgr.24491) 2622 : cluster [DBG] pgmap v2298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:00.808989+0000 mgr.y (mgr.24491) 2622 : cluster [DBG] pgmap v2298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:02.809415+0000 mgr.y (mgr.24491) 2623 : cluster [DBG] pgmap v2299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:02.809415+0000 mgr.y (mgr.24491) 2623 : cluster [DBG] pgmap v2299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:02.809415+0000 mgr.y (mgr.24491) 2623 : cluster [DBG] pgmap v2299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:06.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:04.810099+0000 mgr.y (mgr.24491) 2624 : cluster [DBG] pgmap v2300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:06.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:04.810099+0000 mgr.y (mgr.24491) 2624 : cluster [DBG] pgmap v2300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:04.810099+0000 mgr.y (mgr.24491) 2624 : cluster [DBG] pgmap v2300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:07] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:06.810547+0000 mgr.y (mgr.24491) 2625 : cluster [DBG] pgmap v2301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:08.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:06.810547+0000 mgr.y (mgr.24491) 2625 : cluster [DBG] pgmap v2301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:06.810547+0000 mgr.y (mgr.24491) 2625 : cluster [DBG] pgmap v2301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:08.810931+0000 mgr.y (mgr.24491) 2626 : cluster [DBG] pgmap v2302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:08.810931+0000 mgr.y (mgr.24491) 2626 : cluster [DBG] pgmap v2302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:08.810931+0000 mgr.y (mgr.24491) 2626 : cluster [DBG] pgmap v2302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:49:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:10.811744+0000 mgr.y (mgr.24491) 2627 : cluster [DBG] pgmap v2303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:49:12.305729+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:49:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:10.811744+0000 mgr.y (mgr.24491) 2627 : cluster [DBG] pgmap v2303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:49:12.305729+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:49:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:10.811744+0000 mgr.y (mgr.24491) 2627 : cluster [DBG] pgmap v2303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:49:12.305729+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:49:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:49:12.550351+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:49:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:49:12.815470+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:49:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:49:12.816076+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:49:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:49:12.822393+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:49:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:49:12.550351+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:49:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:49:12.815470+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:49:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:49:12.816076+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:49:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:49:12.822393+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:49:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:49:12.550351+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:49:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:49:12.815470+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:49:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:49:12.816076+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:49:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:49:12.822393+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:49:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:12.812118+0000 mgr.y (mgr.24491) 2628 : cluster [DBG] pgmap v2304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:12.812118+0000 mgr.y (mgr.24491) 2628 : cluster [DBG] pgmap v2304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:12.812118+0000 mgr.y (mgr.24491) 2628 : cluster [DBG] pgmap v2304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:14.812907+0000 mgr.y (mgr.24491) 2629 : cluster [DBG] pgmap v2305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:14.812907+0000 mgr.y (mgr.24491) 2629 : cluster [DBG] pgmap v2305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:14.812907+0000 mgr.y (mgr.24491) 2629 : cluster [DBG] pgmap v2305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:49:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:16.813383+0000 mgr.y (mgr.24491) 2630 : cluster [DBG] pgmap v2306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:16.813383+0000 mgr.y (mgr.24491) 2630 : cluster [DBG] pgmap v2306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:16.813383+0000 mgr.y (mgr.24491) 2630 : cluster [DBG] pgmap v2306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:18.814001+0000 mgr.y (mgr.24491) 2631 : cluster [DBG] pgmap v2307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:18.814001+0000 mgr.y (mgr.24491) 2631 : cluster [DBG] pgmap v2307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:18.814001+0000 mgr.y (mgr.24491) 2631 : cluster [DBG] pgmap v2307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:49:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:20.814887+0000 mgr.y (mgr.24491) 2632 : cluster [DBG] pgmap v2308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:20.814887+0000 mgr.y (mgr.24491) 2632 : cluster [DBG] pgmap v2308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:20.814887+0000 mgr.y (mgr.24491) 2632 : cluster [DBG] pgmap v2308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:22.815414+0000 mgr.y (mgr.24491) 2633 : cluster [DBG] pgmap v2309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:22.815414+0000 mgr.y (mgr.24491) 2633 : cluster [DBG] pgmap v2309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:22.815414+0000 mgr.y (mgr.24491) 2633 : cluster [DBG] pgmap v2309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:25.817 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:49:26.094 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:49:26.094 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (75m) 3m ago 76m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:49:26.094 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (75m) 3m ago 75m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:49:26.094 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (77m) 3m ago 77m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (77m) 3m ago 77m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (80m) 3m ago 80m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (82m) 3m ago 82m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (82m) 3m ago 82m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (80m) 3m ago 80m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (80m) 3m ago 80m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (76m) 3m ago 76m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (76m) 3m ago 76m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (80m) 3m ago 80m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (79m) 3m ago 79m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (79m) 3m ago 79m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (79m) 3m ago 79m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (78m) 3m ago 78m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (78m) 3m ago 78m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:49:26.095 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (77m) 3m ago 77m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:49:26.096 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (77m) 3m ago 77m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:49:26.096 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (75m) 3m ago 76m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:49:26.427 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:49:26.428 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:49:26.429 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:49:26.429 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:49:26.429 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:49:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:24.816294+0000 mgr.y (mgr.24491) 2634 : cluster [DBG] pgmap v2310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:49:26.430261+0000 mon.c (mon.2) 119 : audit [DBG] from='client.? 172.21.15.177:0/109851367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:49:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:24.816294+0000 mgr.y (mgr.24491) 2634 : cluster [DBG] pgmap v2310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:49:26.430261+0000 mon.c (mon.2) 119 : audit [DBG] from='client.? 172.21.15.177:0/109851367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:49:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:24.816294+0000 mgr.y (mgr.24491) 2634 : cluster [DBG] pgmap v2310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:49:26.430261+0000 mon.c (mon.2) 119 : audit [DBG] from='client.? 172.21.15.177:0/109851367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:49:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:49:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:49:25.807474+0000 mgr.y (mgr.24491) 2635 : audit [DBG] from='client.27443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:49:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:49:26.088968+0000 mgr.y (mgr.24491) 2636 : audit [DBG] from='client.17544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:49:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:49:25.807474+0000 mgr.y (mgr.24491) 2635 : audit [DBG] from='client.27443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:49:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:49:26.088968+0000 mgr.y (mgr.24491) 2636 : audit [DBG] from='client.17544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:49:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:49:25.807474+0000 mgr.y (mgr.24491) 2635 : audit [DBG] from='client.27443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:49:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:49:26.088968+0000 mgr.y (mgr.24491) 2636 : audit [DBG] from='client.17544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:49:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:26.816782+0000 mgr.y (mgr.24491) 2637 : cluster [DBG] pgmap v2311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:26.816782+0000 mgr.y (mgr.24491) 2637 : cluster [DBG] pgmap v2311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:26.816782+0000 mgr.y (mgr.24491) 2637 : cluster [DBG] pgmap v2311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:28.817385+0000 mgr.y (mgr.24491) 2638 : cluster [DBG] pgmap v2312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:28.817385+0000 mgr.y (mgr.24491) 2638 : cluster [DBG] pgmap v2312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:28.817385+0000 mgr.y (mgr.24491) 2638 : cluster [DBG] pgmap v2312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:49:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:30.818240+0000 mgr.y (mgr.24491) 2639 : cluster [DBG] pgmap v2313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:30.818240+0000 mgr.y (mgr.24491) 2639 : cluster [DBG] pgmap v2313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:30.818240+0000 mgr.y (mgr.24491) 2639 : cluster [DBG] pgmap v2313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:32.818648+0000 mgr.y (mgr.24491) 2640 : cluster [DBG] pgmap v2314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:32.818648+0000 mgr.y (mgr.24491) 2640 : cluster [DBG] pgmap v2314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:32.818648+0000 mgr.y (mgr.24491) 2640 : cluster [DBG] pgmap v2314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:34.819336+0000 mgr.y (mgr.24491) 2641 : cluster [DBG] pgmap v2315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:34.819336+0000 mgr.y (mgr.24491) 2641 : cluster [DBG] pgmap v2315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:34.819336+0000 mgr.y (mgr.24491) 2641 : cluster [DBG] pgmap v2315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:37] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T04:49:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:36.819846+0000 mgr.y (mgr.24491) 2642 : cluster [DBG] pgmap v2316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:36.819846+0000 mgr.y (mgr.24491) 2642 : cluster [DBG] pgmap v2316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:36.819846+0000 mgr.y (mgr.24491) 2642 : cluster [DBG] pgmap v2316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:38.820191+0000 mgr.y (mgr.24491) 2643 : cluster [DBG] pgmap v2317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:38.820191+0000 mgr.y (mgr.24491) 2643 : cluster [DBG] pgmap v2317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:38.820191+0000 mgr.y (mgr.24491) 2643 : cluster [DBG] pgmap v2317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:49:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:40.820758+0000 mgr.y (mgr.24491) 2644 : cluster [DBG] pgmap v2318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:40.820758+0000 mgr.y (mgr.24491) 2644 : cluster [DBG] pgmap v2318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:40.820758+0000 mgr.y (mgr.24491) 2644 : cluster [DBG] pgmap v2318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:42.821120+0000 mgr.y (mgr.24491) 2645 : cluster [DBG] pgmap v2319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:42.821120+0000 mgr.y (mgr.24491) 2645 : cluster [DBG] pgmap v2319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:42.821120+0000 mgr.y (mgr.24491) 2645 : cluster [DBG] pgmap v2319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:44.821882+0000 mgr.y (mgr.24491) 2646 : cluster [DBG] pgmap v2320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:44.821882+0000 mgr.y (mgr.24491) 2646 : cluster [DBG] pgmap v2320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:44.821882+0000 mgr.y (mgr.24491) 2646 : cluster [DBG] pgmap v2320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:47] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:49:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:46.822396+0000 mgr.y (mgr.24491) 2647 : cluster [DBG] pgmap v2321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:46.822396+0000 mgr.y (mgr.24491) 2647 : cluster [DBG] pgmap v2321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:46.822396+0000 mgr.y (mgr.24491) 2647 : cluster [DBG] pgmap v2321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:48.822843+0000 mgr.y (mgr.24491) 2648 : cluster [DBG] pgmap v2322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:50.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:48.822843+0000 mgr.y (mgr.24491) 2648 : cluster [DBG] pgmap v2322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:48.822843+0000 mgr.y (mgr.24491) 2648 : cluster [DBG] pgmap v2322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:49:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:50.823558+0000 mgr.y (mgr.24491) 2649 : cluster [DBG] pgmap v2323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:52.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:50.823558+0000 mgr.y (mgr.24491) 2649 : cluster [DBG] pgmap v2323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:50.823558+0000 mgr.y (mgr.24491) 2649 : cluster [DBG] pgmap v2323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:52.824026+0000 mgr.y (mgr.24491) 2650 : cluster [DBG] pgmap v2324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:52.824026+0000 mgr.y (mgr.24491) 2650 : cluster [DBG] pgmap v2324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:52.824026+0000 mgr.y (mgr.24491) 2650 : cluster [DBG] pgmap v2324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:56.738 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:49:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:54.824797+0000 mgr.y (mgr.24491) 2651 : cluster [DBG] pgmap v2325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:56.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:54.824797+0000 mgr.y (mgr.24491) 2651 : cluster [DBG] pgmap v2325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:54.824797+0000 mgr.y (mgr.24491) 2651 : cluster [DBG] pgmap v2325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:49:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (75m) 3m ago 76m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:49:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (76m) 3m ago 76m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:49:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (77m) 3m ago 77m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:49:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (77m) 3m ago 77m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:49:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (81m) 3m ago 81m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:49:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (82m) 3m ago 82m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:49:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (82m) 3m ago 82m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:49:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (81m) 3m ago 81m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (81m) 3m ago 81m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (76m) 3m ago 76m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (76m) 3m ago 76m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (80m) 3m ago 80m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (80m) 3m ago 80m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (79m) 3m ago 79m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (79m) 3m ago 79m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (79m) 3m ago 79m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (78m) 3m ago 78m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (78m) 3m ago 78m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (77m) 3m ago 77m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:49:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (75m) 3m ago 76m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:49:57.343 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:49:57.343 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:49:57.343 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:49:57.344 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:49:57.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:49:57.345863+0000 mon.c (mon.2) 120 : audit [DBG] from='client.? 172.21.15.177:0/145798659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:49:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:49:57] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:49:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:49:57.345863+0000 mon.c (mon.2) 120 : audit [DBG] from='client.? 172.21.15.177:0/145798659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:49:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:49:57.345863+0000 mon.c (mon.2) 120 : audit [DBG] from='client.? 172.21.15.177:0/145798659' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:49:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:49:56.728693+0000 mgr.y (mgr.24491) 2652 : audit [DBG] from='client.17556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:49:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:56.825164+0000 mgr.y (mgr.24491) 2653 : cluster [DBG] pgmap v2326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:49:57.007806+0000 mgr.y (mgr.24491) 2654 : audit [DBG] from='client.27467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:49:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:49:56.728693+0000 mgr.y (mgr.24491) 2652 : audit [DBG] from='client.17556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:49:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:56.825164+0000 mgr.y (mgr.24491) 2653 : cluster [DBG] pgmap v2326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:49:57.007806+0000 mgr.y (mgr.24491) 2654 : audit [DBG] from='client.27467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:49:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:49:56.728693+0000 mgr.y (mgr.24491) 2652 : audit [DBG] from='client.17556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:49:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:56.825164+0000 mgr.y (mgr.24491) 2653 : cluster [DBG] pgmap v2326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:49:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:49:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:49:57.007806+0000 mgr.y (mgr.24491) 2654 : audit [DBG] from='client.27467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:50:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T04:49:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:50:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:49:58.825663+0000 mgr.y (mgr.24491) 2655 : cluster [DBG] pgmap v2327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:00.000147+0000 mon.a (mon.0) 1205 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:50:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:49:58.825663+0000 mgr.y (mgr.24491) 2655 : cluster [DBG] pgmap v2327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:00.000147+0000 mon.a (mon.0) 1205 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:50:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:49:58.825663+0000 mgr.y (mgr.24491) 2655 : cluster [DBG] pgmap v2327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:00.000147+0000 mon.a (mon.0) 1205 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T04:50:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:50:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:00.826333+0000 mgr.y (mgr.24491) 2656 : cluster [DBG] pgmap v2328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:00.826333+0000 mgr.y (mgr.24491) 2656 : cluster [DBG] pgmap v2328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:00.826333+0000 mgr.y (mgr.24491) 2656 : cluster [DBG] pgmap v2328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:02.826786+0000 mgr.y (mgr.24491) 2657 : cluster [DBG] pgmap v2329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:02.826786+0000 mgr.y (mgr.24491) 2657 : cluster [DBG] pgmap v2329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:02.826786+0000 mgr.y (mgr.24491) 2657 : cluster [DBG] pgmap v2329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:04.827622+0000 mgr.y (mgr.24491) 2658 : cluster [DBG] pgmap v2330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:04.827622+0000 mgr.y (mgr.24491) 2658 : cluster [DBG] pgmap v2330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:04.827622+0000 mgr.y (mgr.24491) 2658 : cluster [DBG] pgmap v2330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:07] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T04:50:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:06.828201+0000 mgr.y (mgr.24491) 2659 : cluster [DBG] pgmap v2331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:06.828201+0000 mgr.y (mgr.24491) 2659 : cluster [DBG] pgmap v2331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:09.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:06.828201+0000 mgr.y (mgr.24491) 2659 : cluster [DBG] pgmap v2331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:08.828652+0000 mgr.y (mgr.24491) 2660 : cluster [DBG] pgmap v2332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:08.828652+0000 mgr.y (mgr.24491) 2660 : cluster [DBG] pgmap v2332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:08.828652+0000 mgr.y (mgr.24491) 2660 : cluster [DBG] pgmap v2332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:50:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:10.829445+0000 mgr.y (mgr.24491) 2661 : cluster [DBG] pgmap v2333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:10.829445+0000 mgr.y (mgr.24491) 2661 : cluster [DBG] pgmap v2333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:10.829445+0000 mgr.y (mgr.24491) 2661 : cluster [DBG] pgmap v2333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:50:12.826711+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:50:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:50:13.072135+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:50:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:50:13.351621+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:50:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:50:13.352332+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:50:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:50:13.356956+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:50:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:50:12.826711+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:50:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:50:13.072135+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:50:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:50:13.351621+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:50:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:50:13.352332+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:50:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:50:13.356956+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:50:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:50:12.826711+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:50:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:50:13.072135+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:50:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:50:13.351621+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:50:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:50:13.352332+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:50:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:50:13.356956+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:50:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:12.829777+0000 mgr.y (mgr.24491) 2662 : cluster [DBG] pgmap v2334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:12.829777+0000 mgr.y (mgr.24491) 2662 : cluster [DBG] pgmap v2334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:12.829777+0000 mgr.y (mgr.24491) 2662 : cluster [DBG] pgmap v2334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:14.830493+0000 mgr.y (mgr.24491) 2663 : cluster [DBG] pgmap v2335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:14.830493+0000 mgr.y (mgr.24491) 2663 : cluster [DBG] pgmap v2335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:14.830493+0000 mgr.y (mgr.24491) 2663 : cluster [DBG] pgmap v2335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:50:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:16.830982+0000 mgr.y (mgr.24491) 2664 : cluster [DBG] pgmap v2336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:16.830982+0000 mgr.y (mgr.24491) 2664 : cluster [DBG] pgmap v2336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:16.830982+0000 mgr.y (mgr.24491) 2664 : cluster [DBG] pgmap v2336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:18.831360+0000 mgr.y (mgr.24491) 2665 : cluster [DBG] pgmap v2337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:18.831360+0000 mgr.y (mgr.24491) 2665 : cluster [DBG] pgmap v2337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:18.831360+0000 mgr.y (mgr.24491) 2665 : cluster [DBG] pgmap v2337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:50:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:20.832061+0000 mgr.y (mgr.24491) 2666 : cluster [DBG] pgmap v2338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:20.832061+0000 mgr.y (mgr.24491) 2666 : cluster [DBG] pgmap v2338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:20.832061+0000 mgr.y (mgr.24491) 2666 : cluster [DBG] pgmap v2338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:22.832451+0000 mgr.y (mgr.24491) 2667 : cluster [DBG] pgmap v2339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:22.832451+0000 mgr.y (mgr.24491) 2667 : cluster [DBG] pgmap v2339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:25.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:22.832451+0000 mgr.y (mgr.24491) 2667 : cluster [DBG] pgmap v2339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:24.833098+0000 mgr.y (mgr.24491) 2668 : cluster [DBG] pgmap v2340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:24.833098+0000 mgr.y (mgr.24491) 2668 : cluster [DBG] pgmap v2340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:24.833098+0000 mgr.y (mgr.24491) 2668 : cluster [DBG] pgmap v2340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:27.653 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:50:27.928 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:50:27.928 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (76m) 4m ago 77m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:50:27.928 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (76m) 4m ago 76m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:50:27.928 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (78m) 4m ago 78m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:50:27.928 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (78m) 4m ago 78m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:50:27.928 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (81m) 4m ago 81m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:50:27.928 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (83m) 4m ago 83m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:50:27.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (83m) 4m ago 83m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (81m) 4m ago 81m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (81m) 4m ago 81m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (77m) 4m ago 77m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (77m) 4m ago 77m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (81m) 4m ago 81m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (80m) 4m ago 80m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (80m) 4m ago 80m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (80m) 4m ago 80m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (79m) 4m ago 79m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (79m) 4m ago 79m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (78m) 4m ago 78m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (78m) 4m ago 78m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:50:27.929 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (76m) 4m ago 77m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:50:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:50:28.263 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:50:28.263 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:50:28.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:50:28.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:50:28.263 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:50:28.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:50:28.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:50:28.263 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:50:28.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:50:28.264 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:50:28.264 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:50:28.264 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:50:28.264 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:50:28.264 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:50:28.264 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:50:28.264 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:50:28.264 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:50:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:26.833695+0000 mgr.y (mgr.24491) 2669 : cluster [DBG] pgmap v2341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:50:27.643070+0000 mgr.y (mgr.24491) 2670 : audit [DBG] from='client.27479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:50:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:50:28.265511+0000 mon.a (mon.0) 1211 : audit [DBG] from='client.? 172.21.15.177:0/4153820164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:50:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:26.833695+0000 mgr.y (mgr.24491) 2669 : cluster [DBG] pgmap v2341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:50:27.643070+0000 mgr.y (mgr.24491) 2670 : audit [DBG] from='client.27479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:50:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:50:28.265511+0000 mon.a (mon.0) 1211 : audit [DBG] from='client.? 172.21.15.177:0/4153820164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:50:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:26.833695+0000 mgr.y (mgr.24491) 2669 : cluster [DBG] pgmap v2341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:50:27.643070+0000 mgr.y (mgr.24491) 2670 : audit [DBG] from='client.27479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:50:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:50:28.265511+0000 mon.a (mon.0) 1211 : audit [DBG] from='client.? 172.21.15.177:0/4153820164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:50:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:50:27.923155+0000 mgr.y (mgr.24491) 2671 : audit [DBG] from='client.17580 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:50:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:50:27.923155+0000 mgr.y (mgr.24491) 2671 : audit [DBG] from='client.17580 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:50:30.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:50:27.923155+0000 mgr.y (mgr.24491) 2671 : audit [DBG] from='client.17580 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:50:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:28.834239+0000 mgr.y (mgr.24491) 2672 : cluster [DBG] pgmap v2342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:28.834239+0000 mgr.y (mgr.24491) 2672 : cluster [DBG] pgmap v2342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:28.834239+0000 mgr.y (mgr.24491) 2672 : cluster [DBG] pgmap v2342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:50:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:30.834913+0000 mgr.y (mgr.24491) 2673 : cluster [DBG] pgmap v2343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:30.834913+0000 mgr.y (mgr.24491) 2673 : cluster [DBG] pgmap v2343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:30.834913+0000 mgr.y (mgr.24491) 2673 : cluster [DBG] pgmap v2343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:32.835419+0000 mgr.y (mgr.24491) 2674 : cluster [DBG] pgmap v2344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:32.835419+0000 mgr.y (mgr.24491) 2674 : cluster [DBG] pgmap v2344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:32.835419+0000 mgr.y (mgr.24491) 2674 : cluster [DBG] pgmap v2344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:34.836178+0000 mgr.y (mgr.24491) 2675 : cluster [DBG] pgmap v2345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:34.836178+0000 mgr.y (mgr.24491) 2675 : cluster [DBG] pgmap v2345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:34.836178+0000 mgr.y (mgr.24491) 2675 : cluster [DBG] pgmap v2345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:37] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T04:50:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:36.836569+0000 mgr.y (mgr.24491) 2676 : cluster [DBG] pgmap v2346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:36.836569+0000 mgr.y (mgr.24491) 2676 : cluster [DBG] pgmap v2346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:36.836569+0000 mgr.y (mgr.24491) 2676 : cluster [DBG] pgmap v2346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:38.836993+0000 mgr.y (mgr.24491) 2677 : cluster [DBG] pgmap v2347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:38.836993+0000 mgr.y (mgr.24491) 2677 : cluster [DBG] pgmap v2347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:38.836993+0000 mgr.y (mgr.24491) 2677 : cluster [DBG] pgmap v2347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:50:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:40.837657+0000 mgr.y (mgr.24491) 2678 : cluster [DBG] pgmap v2348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:42.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:40.837657+0000 mgr.y (mgr.24491) 2678 : cluster [DBG] pgmap v2348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:40.837657+0000 mgr.y (mgr.24491) 2678 : cluster [DBG] pgmap v2348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:42.838131+0000 mgr.y (mgr.24491) 2679 : cluster [DBG] pgmap v2349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:42.838131+0000 mgr.y (mgr.24491) 2679 : cluster [DBG] pgmap v2349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:42.838131+0000 mgr.y (mgr.24491) 2679 : cluster [DBG] pgmap v2349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:44.838883+0000 mgr.y (mgr.24491) 2680 : cluster [DBG] pgmap v2350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:44.838883+0000 mgr.y (mgr.24491) 2680 : cluster [DBG] pgmap v2350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:44.838883+0000 mgr.y (mgr.24491) 2680 : cluster [DBG] pgmap v2350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:50:48.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:46.839411+0000 mgr.y (mgr.24491) 2681 : cluster [DBG] pgmap v2351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:46.839411+0000 mgr.y (mgr.24491) 2681 : cluster [DBG] pgmap v2351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:46.839411+0000 mgr.y (mgr.24491) 2681 : cluster [DBG] pgmap v2351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:48.839971+0000 mgr.y (mgr.24491) 2682 : cluster [DBG] pgmap v2352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:50.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:48.839971+0000 mgr.y (mgr.24491) 2682 : cluster [DBG] pgmap v2352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:50.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:48.839971+0000 mgr.y (mgr.24491) 2682 : cluster [DBG] pgmap v2352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:50:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:50.840706+0000 mgr.y (mgr.24491) 2683 : cluster [DBG] pgmap v2353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:52.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:50.840706+0000 mgr.y (mgr.24491) 2683 : cluster [DBG] pgmap v2353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:50.840706+0000 mgr.y (mgr.24491) 2683 : cluster [DBG] pgmap v2353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:52.841271+0000 mgr.y (mgr.24491) 2684 : cluster [DBG] pgmap v2354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:54.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:52.841271+0000 mgr.y (mgr.24491) 2684 : cluster [DBG] pgmap v2354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:54.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:52.841271+0000 mgr.y (mgr.24491) 2684 : cluster [DBG] pgmap v2354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:54.841975+0000 mgr.y (mgr.24491) 2685 : cluster [DBG] pgmap v2355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:56.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:54.841975+0000 mgr.y (mgr.24491) 2685 : cluster [DBG] pgmap v2355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:54.841975+0000 mgr.y (mgr.24491) 2685 : cluster [DBG] pgmap v2355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:50:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:50:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:56.842309+0000 mgr.y (mgr.24491) 2686 : cluster [DBG] pgmap v2356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:56.842309+0000 mgr.y (mgr.24491) 2686 : cluster [DBG] pgmap v2356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:56.842309+0000 mgr.y (mgr.24491) 2686 : cluster [DBG] pgmap v2356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:50:58.579 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:50:58.856 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:50:58.856 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (76m) 4m ago 77m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:50:58.856 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (77m) 4m ago 77m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:50:58.856 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (78m) 4m ago 78m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:50:58.856 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (78m) 4m ago 78m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:50:58.856 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (82m) 4m ago 82m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:50:58.856 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (83m) 4m ago 83m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:50:58.856 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (83m) 4m ago 83m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:50:58.856 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (82m) 4m ago 82m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:50:58.856 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (82m) 4m ago 82m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:50:58.856 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (77m) 4m ago 77m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:50:58.857 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (77m) 4m ago 77m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:50:58.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (81m) 4m ago 81m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:50:58.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (81m) 4m ago 81m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:50:58.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (80m) 4m ago 80m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:50:58.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (80m) 4m ago 80m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:50:58.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (80m) 4m ago 80m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:50:58.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (79m) 4m ago 79m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:50:58.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (79m) 4m ago 79m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:50:58.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (78m) 4m ago 78m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:50:58.857 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (76m) 4m ago 77m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:50:59.198 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:50:59.198 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:50:59.198 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:50:59.198 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:50:59.198 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:50:59.198 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:50:59.198 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:50:59.198 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:50:59.198 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:50:59.198 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:50:59.198 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:50:59.199 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:50:59.199 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:50:59.199 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:50:59.199 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:50:59.199 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:50:59.199 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:50:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:50:58.569313+0000 mgr.y (mgr.24491) 2687 : audit [DBG] from='client.17592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:50:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:50:58.569313+0000 mgr.y (mgr.24491) 2687 : audit [DBG] from='client.17592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:50:59.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:50:58.569313+0000 mgr.y (mgr.24491) 2687 : audit [DBG] from='client.17592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:51:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:50:58.842635+0000 mgr.y (mgr.24491) 2688 : cluster [DBG] pgmap v2357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:50:58.850652+0000 mgr.y (mgr.24491) 2689 : audit [DBG] from='client.27503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:51:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:50:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:50:59.199740+0000 mon.a (mon.0) 1212 : audit [DBG] from='client.? 172.21.15.177:0/3218691797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:51:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:50:58.842635+0000 mgr.y (mgr.24491) 2688 : cluster [DBG] pgmap v2357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:50:58.850652+0000 mgr.y (mgr.24491) 2689 : audit [DBG] from='client.27503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:51:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:50:59.199740+0000 mon.a (mon.0) 1212 : audit [DBG] from='client.? 172.21.15.177:0/3218691797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:51:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:50:58.842635+0000 mgr.y (mgr.24491) 2688 : cluster [DBG] pgmap v2357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:50:58.850652+0000 mgr.y (mgr.24491) 2689 : audit [DBG] from='client.27503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:51:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:50:59.199740+0000 mon.a (mon.0) 1212 : audit [DBG] from='client.? 172.21.15.177:0/3218691797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:51:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:51:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:00.843273+0000 mgr.y (mgr.24491) 2690 : cluster [DBG] pgmap v2358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:02.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:00.843273+0000 mgr.y (mgr.24491) 2690 : cluster [DBG] pgmap v2358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:02.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:00.843273+0000 mgr.y (mgr.24491) 2690 : cluster [DBG] pgmap v2358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:02.843805+0000 mgr.y (mgr.24491) 2691 : cluster [DBG] pgmap v2359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:04.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:02.843805+0000 mgr.y (mgr.24491) 2691 : cluster [DBG] pgmap v2359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:02.843805+0000 mgr.y (mgr.24491) 2691 : cluster [DBG] pgmap v2359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:04.844499+0000 mgr.y (mgr.24491) 2692 : cluster [DBG] pgmap v2360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:06.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:04.844499+0000 mgr.y (mgr.24491) 2692 : cluster [DBG] pgmap v2360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:06.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:04.844499+0000 mgr.y (mgr.24491) 2692 : cluster [DBG] pgmap v2360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:07] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:51:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:06.844907+0000 mgr.y (mgr.24491) 2693 : cluster [DBG] pgmap v2361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:06.844907+0000 mgr.y (mgr.24491) 2693 : cluster [DBG] pgmap v2361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:06.844907+0000 mgr.y (mgr.24491) 2693 : cluster [DBG] pgmap v2361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:08.845336+0000 mgr.y (mgr.24491) 2694 : cluster [DBG] pgmap v2362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:10.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:08.845336+0000 mgr.y (mgr.24491) 2694 : cluster [DBG] pgmap v2362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:10.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:08.845336+0000 mgr.y (mgr.24491) 2694 : cluster [DBG] pgmap v2362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:51:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:10.846010+0000 mgr.y (mgr.24491) 2695 : cluster [DBG] pgmap v2363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:12.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:10.846010+0000 mgr.y (mgr.24491) 2695 : cluster [DBG] pgmap v2363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:12.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:10.846010+0000 mgr.y (mgr.24491) 2695 : cluster [DBG] pgmap v2363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:12.846523+0000 mgr.y (mgr.24491) 2696 : cluster [DBG] pgmap v2364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:51:13.361782+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:51:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:51:13.657768+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:51:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:51:13.658457+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:51:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:51:13.662862+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:51:14.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:12.846523+0000 mgr.y (mgr.24491) 2696 : cluster [DBG] pgmap v2364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:51:13.361782+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:51:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:51:13.657768+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:51:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:51:13.658457+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:51:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:51:13.662862+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:51:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:12.846523+0000 mgr.y (mgr.24491) 2696 : cluster [DBG] pgmap v2364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:51:13.361782+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:51:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:51:13.657768+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:51:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:51:13.658457+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:51:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:51:13.662862+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:51:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:14.847342+0000 mgr.y (mgr.24491) 2697 : cluster [DBG] pgmap v2365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:16.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:14.847342+0000 mgr.y (mgr.24491) 2697 : cluster [DBG] pgmap v2365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:14.847342+0000 mgr.y (mgr.24491) 2697 : cluster [DBG] pgmap v2365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:17] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-04-20T04:51:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:16.847759+0000 mgr.y (mgr.24491) 2698 : cluster [DBG] pgmap v2366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:16.847759+0000 mgr.y (mgr.24491) 2698 : cluster [DBG] pgmap v2366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:16.847759+0000 mgr.y (mgr.24491) 2698 : cluster [DBG] pgmap v2366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:18.848175+0000 mgr.y (mgr.24491) 2699 : cluster [DBG] pgmap v2367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:18.848175+0000 mgr.y (mgr.24491) 2699 : cluster [DBG] pgmap v2367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:20.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:18.848175+0000 mgr.y (mgr.24491) 2699 : cluster [DBG] pgmap v2367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:51:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:20.848853+0000 mgr.y (mgr.24491) 2700 : cluster [DBG] pgmap v2368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:22.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:20.848853+0000 mgr.y (mgr.24491) 2700 : cluster [DBG] pgmap v2368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:20.848853+0000 mgr.y (mgr.24491) 2700 : cluster [DBG] pgmap v2368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:22.849411+0000 mgr.y (mgr.24491) 2701 : cluster [DBG] pgmap v2369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:24.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:22.849411+0000 mgr.y (mgr.24491) 2701 : cluster [DBG] pgmap v2369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:24.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:22.849411+0000 mgr.y (mgr.24491) 2701 : cluster [DBG] pgmap v2369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:24.850138+0000 mgr.y (mgr.24491) 2702 : cluster [DBG] pgmap v2370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:24.850138+0000 mgr.y (mgr.24491) 2702 : cluster [DBG] pgmap v2370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:26.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:24.850138+0000 mgr.y (mgr.24491) 2702 : cluster [DBG] pgmap v2370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:27] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-04-20T04:51:28.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:26.850650+0000 mgr.y (mgr.24491) 2703 : cluster [DBG] pgmap v2371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:26.850650+0000 mgr.y (mgr.24491) 2703 : cluster [DBG] pgmap v2371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:26.850650+0000 mgr.y (mgr.24491) 2703 : cluster [DBG] pgmap v2371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:29.510 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:51:29.785 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:51:29.785 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (77m) 5m ago 78m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:51:29.785 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (77m) 5m ago 77m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:51:29.785 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (79m) 5m ago 79m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:51:29.785 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (79m) 5m ago 79m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (82m) 5m ago 82m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (84m) 5m ago 84m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (84m) 5m ago 84m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (83m) 5m ago 83m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (82m) 5m ago 82m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (78m) 5m ago 78m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (78m) 5m ago 78m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (82m) 5m ago 82m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (81m) 5m ago 81m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (81m) 5m ago 81m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (81m) 5m ago 81m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (80m) 5m ago 80m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (80m) 5m ago 80m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (79m) 5m ago 79m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:51:29.786 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (79m) 5m ago 79m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:51:29.787 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (77m) 5m ago 78m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:51:30.121 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:51:30.121 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:51:30.121 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:51:30.122 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:51:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:28.851116+0000 mgr.y (mgr.24491) 2704 : cluster [DBG] pgmap v2372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:51:29.500363+0000 mgr.y (mgr.24491) 2705 : audit [DBG] from='client.27515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:51:30.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:28.851116+0000 mgr.y (mgr.24491) 2704 : cluster [DBG] pgmap v2372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:30.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:51:29.500363+0000 mgr.y (mgr.24491) 2705 : audit [DBG] from='client.27515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:51:30.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:28.851116+0000 mgr.y (mgr.24491) 2704 : cluster [DBG] pgmap v2372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:51:29.500363+0000 mgr.y (mgr.24491) 2705 : audit [DBG] from='client.27515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:51:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:51:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:51:29.780407+0000 mgr.y (mgr.24491) 2706 : audit [DBG] from='client.27521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:51:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:51:30.123743+0000 mon.a (mon.0) 1217 : audit [DBG] from='client.? 172.21.15.177:0/3941614713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:51:31.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:51:29.780407+0000 mgr.y (mgr.24491) 2706 : audit [DBG] from='client.27521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:51:31.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:51:30.123743+0000 mon.a (mon.0) 1217 : audit [DBG] from='client.? 172.21.15.177:0/3941614713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:51:31.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:51:29.780407+0000 mgr.y (mgr.24491) 2706 : audit [DBG] from='client.27521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:51:31.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:51:30.123743+0000 mon.a (mon.0) 1217 : audit [DBG] from='client.? 172.21.15.177:0/3941614713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:51:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:30.851727+0000 mgr.y (mgr.24491) 2707 : cluster [DBG] pgmap v2373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:32.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:30.851727+0000 mgr.y (mgr.24491) 2707 : cluster [DBG] pgmap v2373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:32.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:30.851727+0000 mgr.y (mgr.24491) 2707 : cluster [DBG] pgmap v2373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:32.852286+0000 mgr.y (mgr.24491) 2708 : cluster [DBG] pgmap v2374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:34.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:32.852286+0000 mgr.y (mgr.24491) 2708 : cluster [DBG] pgmap v2374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:32.852286+0000 mgr.y (mgr.24491) 2708 : cluster [DBG] pgmap v2374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:34.853049+0000 mgr.y (mgr.24491) 2709 : cluster [DBG] pgmap v2375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:36.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:34.853049+0000 mgr.y (mgr.24491) 2709 : cluster [DBG] pgmap v2375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:36.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:34.853049+0000 mgr.y (mgr.24491) 2709 : cluster [DBG] pgmap v2375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:37.991 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:37] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-04-20T04:51:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:36.853629+0000 mgr.y (mgr.24491) 2710 : cluster [DBG] pgmap v2376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:38.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:36.853629+0000 mgr.y (mgr.24491) 2710 : cluster [DBG] pgmap v2376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:38.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:36.853629+0000 mgr.y (mgr.24491) 2710 : cluster [DBG] pgmap v2376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:38.854094+0000 mgr.y (mgr.24491) 2711 : cluster [DBG] pgmap v2377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:40.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:38.854094+0000 mgr.y (mgr.24491) 2711 : cluster [DBG] pgmap v2377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:40.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:38.854094+0000 mgr.y (mgr.24491) 2711 : cluster [DBG] pgmap v2377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:51:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:40.854739+0000 mgr.y (mgr.24491) 2712 : cluster [DBG] pgmap v2378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:40.854739+0000 mgr.y (mgr.24491) 2712 : cluster [DBG] pgmap v2378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:40.854739+0000 mgr.y (mgr.24491) 2712 : cluster [DBG] pgmap v2378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:44.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:42.855371+0000 mgr.y (mgr.24491) 2713 : cluster [DBG] pgmap v2379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:44.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:42.855371+0000 mgr.y (mgr.24491) 2713 : cluster [DBG] pgmap v2379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:42.855371+0000 mgr.y (mgr.24491) 2713 : cluster [DBG] pgmap v2379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:46.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:44.856238+0000 mgr.y (mgr.24491) 2714 : cluster [DBG] pgmap v2380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:44.856238+0000 mgr.y (mgr.24491) 2714 : cluster [DBG] pgmap v2380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:44.856238+0000 mgr.y (mgr.24491) 2714 : cluster [DBG] pgmap v2380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:48.010 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:47] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-04-20T04:51:48.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:46.856626+0000 mgr.y (mgr.24491) 2715 : cluster [DBG] pgmap v2381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:48.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:46.856626+0000 mgr.y (mgr.24491) 2715 : cluster [DBG] pgmap v2381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:46.856626+0000 mgr.y (mgr.24491) 2715 : cluster [DBG] pgmap v2381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:50.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:48.857061+0000 mgr.y (mgr.24491) 2716 : cluster [DBG] pgmap v2382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:48.857061+0000 mgr.y (mgr.24491) 2716 : cluster [DBG] pgmap v2382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:48.857061+0000 mgr.y (mgr.24491) 2716 : cluster [DBG] pgmap v2382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:51:52.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:50.857977+0000 mgr.y (mgr.24491) 2717 : cluster [DBG] pgmap v2383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:50.857977+0000 mgr.y (mgr.24491) 2717 : cluster [DBG] pgmap v2383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:50.857977+0000 mgr.y (mgr.24491) 2717 : cluster [DBG] pgmap v2383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:54.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:52.858319+0000 mgr.y (mgr.24491) 2718 : cluster [DBG] pgmap v2384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:52.858319+0000 mgr.y (mgr.24491) 2718 : cluster [DBG] pgmap v2384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:52.858319+0000 mgr.y (mgr.24491) 2718 : cluster [DBG] pgmap v2384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:56.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:54.859148+0000 mgr.y (mgr.24491) 2719 : cluster [DBG] pgmap v2385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:54.859148+0000 mgr.y (mgr.24491) 2719 : cluster [DBG] pgmap v2385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:54.859148+0000 mgr.y (mgr.24491) 2719 : cluster [DBG] pgmap v2385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:58.026 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:51:57] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-04-20T04:51:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:56.859581+0000 mgr.y (mgr.24491) 2720 : cluster [DBG] pgmap v2386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:58.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:56.859581+0000 mgr.y (mgr.24491) 2720 : cluster [DBG] pgmap v2386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:51:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:51:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:56.859581+0000 mgr.y (mgr.24491) 2720 : cluster [DBG] pgmap v2386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:51:58.860130+0000 mgr.y (mgr.24491) 2721 : cluster [DBG] pgmap v2387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:00.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:51:58.860130+0000 mgr.y (mgr.24491) 2721 : cluster [DBG] pgmap v2387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:00.434 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:52:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:51:58.860130+0000 mgr.y (mgr.24491) 2721 : cluster [DBG] pgmap v2387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:00.706 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (77m) 5m ago 78m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (78m) 5m ago 78m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (79m) 5m ago 79m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (79m) 5m ago 79m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (83m) 5m ago 83m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (84m) 5m ago 84m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (84m) 5m ago 84m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (83m) 5m ago 83m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (83m) 5m ago 83m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (78m) 5m ago 78m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (78m) 5m ago 78m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (82m) 5m ago 82m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:52:00.707 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (82m) 5m ago 82m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:52:00.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (82m) 5m ago 82m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:52:00.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (81m) 5m ago 81m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:52:00.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (81m) 5m ago 81m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:52:00.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (80m) 5m ago 80m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:52:00.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (80m) 5m ago 80m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:52:00.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (79m) 5m ago 79m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:52:00.708 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (77m) 5m ago 79m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:52:01.040 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:52:01.040 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:52:01.040 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:52:01.040 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:52:01.040 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:52:01.040 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:52:01.041 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:52:01.041 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:52:01.041 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:52:01.041 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:52:01.041 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:52:01.041 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:52:01.041 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:52:01.041 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:52:01.041 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:52:01.041 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:52:01.041 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:52:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:52:00.424786+0000 mgr.y (mgr.24491) 2722 : audit [DBG] from='client.17628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:52:00.701696+0000 mgr.y (mgr.24491) 2723 : audit [DBG] from='client.27539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:52:00.424786+0000 mgr.y (mgr.24491) 2722 : audit [DBG] from='client.17628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:52:00.701696+0000 mgr.y (mgr.24491) 2723 : audit [DBG] from='client.27539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:52:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:52:00.424786+0000 mgr.y (mgr.24491) 2722 : audit [DBG] from='client.17628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:52:00.701696+0000 mgr.y (mgr.24491) 2723 : audit [DBG] from='client.27539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:02.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:00.860692+0000 mgr.y (mgr.24491) 2724 : cluster [DBG] pgmap v2388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:02.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:52:01.042710+0000 mon.a (mon.0) 1218 : audit [DBG] from='client.? 172.21.15.177:0/1214233918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:52:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:00.860692+0000 mgr.y (mgr.24491) 2724 : cluster [DBG] pgmap v2388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:52:01.042710+0000 mon.a (mon.0) 1218 : audit [DBG] from='client.? 172.21.15.177:0/1214233918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:52:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:00.860692+0000 mgr.y (mgr.24491) 2724 : cluster [DBG] pgmap v2388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:52:01.042710+0000 mon.a (mon.0) 1218 : audit [DBG] from='client.? 172.21.15.177:0/1214233918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:52:04.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:02.861046+0000 mgr.y (mgr.24491) 2725 : cluster [DBG] pgmap v2389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:02.861046+0000 mgr.y (mgr.24491) 2725 : cluster [DBG] pgmap v2389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:02.861046+0000 mgr.y (mgr.24491) 2725 : cluster [DBG] pgmap v2389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:06.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:04.861844+0000 mgr.y (mgr.24491) 2726 : cluster [DBG] pgmap v2390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:06.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:04.861844+0000 mgr.y (mgr.24491) 2726 : cluster [DBG] pgmap v2390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:04.861844+0000 mgr.y (mgr.24491) 2726 : cluster [DBG] pgmap v2390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:08.048 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:07] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T04:52:08.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:06.862368+0000 mgr.y (mgr.24491) 2727 : cluster [DBG] pgmap v2391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:08.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:06.862368+0000 mgr.y (mgr.24491) 2727 : cluster [DBG] pgmap v2391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:06.862368+0000 mgr.y (mgr.24491) 2727 : cluster [DBG] pgmap v2391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:10.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:08.862923+0000 mgr.y (mgr.24491) 2728 : cluster [DBG] pgmap v2392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:08.862923+0000 mgr.y (mgr.24491) 2728 : cluster [DBG] pgmap v2392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:08.862923+0000 mgr.y (mgr.24491) 2728 : cluster [DBG] pgmap v2392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:52:12.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:10.863815+0000 mgr.y (mgr.24491) 2729 : cluster [DBG] pgmap v2393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:10.863815+0000 mgr.y (mgr.24491) 2729 : cluster [DBG] pgmap v2393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:10.863815+0000 mgr.y (mgr.24491) 2729 : cluster [DBG] pgmap v2393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:14.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:12.864319+0000 mgr.y (mgr.24491) 2730 : cluster [DBG] pgmap v2394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:52:13.667146+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:52:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:52:13.959331+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:52:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:52:13.959928+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:52:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:52:13.964745+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:52:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:12.864319+0000 mgr.y (mgr.24491) 2730 : cluster [DBG] pgmap v2394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:52:13.667146+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:52:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:52:13.959331+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:52:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:52:13.959928+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:52:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:52:13.964745+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:52:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:12.864319+0000 mgr.y (mgr.24491) 2730 : cluster [DBG] pgmap v2394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:52:13.667146+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:52:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:52:13.959331+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:52:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:52:13.959928+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:52:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:52:13.964745+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:52:16.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:14.865182+0000 mgr.y (mgr.24491) 2731 : cluster [DBG] pgmap v2395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:16.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:14.865182+0000 mgr.y (mgr.24491) 2731 : cluster [DBG] pgmap v2395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:14.865182+0000 mgr.y (mgr.24491) 2731 : cluster [DBG] pgmap v2395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:18.071 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:17] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T04:52:18.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:16.865622+0000 mgr.y (mgr.24491) 2732 : cluster [DBG] pgmap v2396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:18.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:16.865622+0000 mgr.y (mgr.24491) 2732 : cluster [DBG] pgmap v2396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:16.865622+0000 mgr.y (mgr.24491) 2732 : cluster [DBG] pgmap v2396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:18.866169+0000 mgr.y (mgr.24491) 2733 : cluster [DBG] pgmap v2397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:20.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:18.866169+0000 mgr.y (mgr.24491) 2733 : cluster [DBG] pgmap v2397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:18.866169+0000 mgr.y (mgr.24491) 2733 : cluster [DBG] pgmap v2397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:52:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:20.866801+0000 mgr.y (mgr.24491) 2734 : cluster [DBG] pgmap v2398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:22.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:20.866801+0000 mgr.y (mgr.24491) 2734 : cluster [DBG] pgmap v2398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:22.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:20.866801+0000 mgr.y (mgr.24491) 2734 : cluster [DBG] pgmap v2398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:22.867348+0000 mgr.y (mgr.24491) 2735 : cluster [DBG] pgmap v2399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:24.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:22.867348+0000 mgr.y (mgr.24491) 2735 : cluster [DBG] pgmap v2399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:24.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:22.867348+0000 mgr.y (mgr.24491) 2735 : cluster [DBG] pgmap v2399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:24.868143+0000 mgr.y (mgr.24491) 2736 : cluster [DBG] pgmap v2400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:24.868143+0000 mgr.y (mgr.24491) 2736 : cluster [DBG] pgmap v2400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:26.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:24.868143+0000 mgr.y (mgr.24491) 2736 : cluster [DBG] pgmap v2400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:27] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T04:52:28.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:26.868488+0000 mgr.y (mgr.24491) 2737 : cluster [DBG] pgmap v2401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:26.868488+0000 mgr.y (mgr.24491) 2737 : cluster [DBG] pgmap v2401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:26.868488+0000 mgr.y (mgr.24491) 2737 : cluster [DBG] pgmap v2401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:28.868904+0000 mgr.y (mgr.24491) 2738 : cluster [DBG] pgmap v2402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:30.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:28.868904+0000 mgr.y (mgr.24491) 2738 : cluster [DBG] pgmap v2402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:30.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:28.868904+0000 mgr.y (mgr.24491) 2738 : cluster [DBG] pgmap v2402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:31.348 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:52:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:52:31.622 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:52:31.622 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (78m) 6m ago 79m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:52:31.622 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (78m) 6m ago 78m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:52:31.622 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (80m) 6m ago 80m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:52:31.622 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (80m) 6m ago 80m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:52:31.622 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (83m) 6m ago 83m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:52:31.622 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (85m) 6m ago 85m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:52:31.622 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (85m) 6m ago 85m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (84m) 6m ago 84m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (83m) 6m ago 83m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (79m) 6m ago 79m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (79m) 6m ago 79m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (83m) 6m ago 83m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (82m) 6m ago 82m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (82m) 6m ago 82m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (82m) 6m ago 82m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (81m) 6m ago 81m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (81m) 6m ago 81m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (80m) 6m ago 80m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (80m) 6m ago 80m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:52:31.623 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (78m) 6m ago 79m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:52:31.955 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:52:31.955 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:52:31.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:52:31.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:52:31.956 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:52:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:30.869598+0000 mgr.y (mgr.24491) 2739 : cluster [DBG] pgmap v2403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:52:31.338725+0000 mgr.y (mgr.24491) 2740 : audit [DBG] from='client.27551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:52:31.616794+0000 mgr.y (mgr.24491) 2741 : audit [DBG] from='client.27557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:32.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:30.869598+0000 mgr.y (mgr.24491) 2739 : cluster [DBG] pgmap v2403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:32.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:52:31.338725+0000 mgr.y (mgr.24491) 2740 : audit [DBG] from='client.27551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:32.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:52:31.616794+0000 mgr.y (mgr.24491) 2741 : audit [DBG] from='client.27557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:30.869598+0000 mgr.y (mgr.24491) 2739 : cluster [DBG] pgmap v2403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:52:31.338725+0000 mgr.y (mgr.24491) 2740 : audit [DBG] from='client.27551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:52:31.616794+0000 mgr.y (mgr.24491) 2741 : audit [DBG] from='client.27557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:52:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:52:31.957897+0000 mon.a (mon.0) 1223 : audit [DBG] from='client.? 172.21.15.177:0/1907087004' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:52:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:52:31.957897+0000 mon.a (mon.0) 1223 : audit [DBG] from='client.? 172.21.15.177:0/1907087004' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:52:33.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:52:31.957897+0000 mon.a (mon.0) 1223 : audit [DBG] from='client.? 172.21.15.177:0/1907087004' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:52:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:32.870163+0000 mgr.y (mgr.24491) 2742 : cluster [DBG] pgmap v2404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:34.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:32.870163+0000 mgr.y (mgr.24491) 2742 : cluster [DBG] pgmap v2404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:34.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:32.870163+0000 mgr.y (mgr.24491) 2742 : cluster [DBG] pgmap v2404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:34.870823+0000 mgr.y (mgr.24491) 2743 : cluster [DBG] pgmap v2405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:36.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:34.870823+0000 mgr.y (mgr.24491) 2743 : cluster [DBG] pgmap v2405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:36.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:34.870823+0000 mgr.y (mgr.24491) 2743 : cluster [DBG] pgmap v2405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:37] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:52:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:36.871211+0000 mgr.y (mgr.24491) 2744 : cluster [DBG] pgmap v2406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:36.871211+0000 mgr.y (mgr.24491) 2744 : cluster [DBG] pgmap v2406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:36.871211+0000 mgr.y (mgr.24491) 2744 : cluster [DBG] pgmap v2406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:38.871647+0000 mgr.y (mgr.24491) 2745 : cluster [DBG] pgmap v2407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:40.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:38.871647+0000 mgr.y (mgr.24491) 2745 : cluster [DBG] pgmap v2407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:40.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:38.871647+0000 mgr.y (mgr.24491) 2745 : cluster [DBG] pgmap v2407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:52:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:40.872383+0000 mgr.y (mgr.24491) 2746 : cluster [DBG] pgmap v2408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:40.872383+0000 mgr.y (mgr.24491) 2746 : cluster [DBG] pgmap v2408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:40.872383+0000 mgr.y (mgr.24491) 2746 : cluster [DBG] pgmap v2408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:42.872787+0000 mgr.y (mgr.24491) 2747 : cluster [DBG] pgmap v2409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:44.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:42.872787+0000 mgr.y (mgr.24491) 2747 : cluster [DBG] pgmap v2409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:42.872787+0000 mgr.y (mgr.24491) 2747 : cluster [DBG] pgmap v2409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:44.873479+0000 mgr.y (mgr.24491) 2748 : cluster [DBG] pgmap v2410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:46.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:44.873479+0000 mgr.y (mgr.24491) 2748 : cluster [DBG] pgmap v2410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:44.873479+0000 mgr.y (mgr.24491) 2748 : cluster [DBG] pgmap v2410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:47] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T04:52:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:46.873888+0000 mgr.y (mgr.24491) 2749 : cluster [DBG] pgmap v2411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:46.873888+0000 mgr.y (mgr.24491) 2749 : cluster [DBG] pgmap v2411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:46.873888+0000 mgr.y (mgr.24491) 2749 : cluster [DBG] pgmap v2411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:48.874342+0000 mgr.y (mgr.24491) 2750 : cluster [DBG] pgmap v2412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:50.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:48.874342+0000 mgr.y (mgr.24491) 2750 : cluster [DBG] pgmap v2412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:50.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:48.874342+0000 mgr.y (mgr.24491) 2750 : cluster [DBG] pgmap v2412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:52:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:50.875239+0000 mgr.y (mgr.24491) 2751 : cluster [DBG] pgmap v2413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:52.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:50.875239+0000 mgr.y (mgr.24491) 2751 : cluster [DBG] pgmap v2413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:52.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:50.875239+0000 mgr.y (mgr.24491) 2751 : cluster [DBG] pgmap v2413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:52.875845+0000 mgr.y (mgr.24491) 2752 : cluster [DBG] pgmap v2414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:54.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:52.875845+0000 mgr.y (mgr.24491) 2752 : cluster [DBG] pgmap v2414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:52.875845+0000 mgr.y (mgr.24491) 2752 : cluster [DBG] pgmap v2414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:54.876545+0000 mgr.y (mgr.24491) 2753 : cluster [DBG] pgmap v2415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:56.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:54.876545+0000 mgr.y (mgr.24491) 2753 : cluster [DBG] pgmap v2415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:56.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:54.876545+0000 mgr.y (mgr.24491) 2753 : cluster [DBG] pgmap v2415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:57.981 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:52:57] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T04:52:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:56.877070+0000 mgr.y (mgr.24491) 2754 : cluster [DBG] pgmap v2416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:58.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:56.877070+0000 mgr.y (mgr.24491) 2754 : cluster [DBG] pgmap v2416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:52:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:56.877070+0000 mgr.y (mgr.24491) 2754 : cluster [DBG] pgmap v2416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:52:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:52:58.877506+0000 mgr.y (mgr.24491) 2755 : cluster [DBG] pgmap v2417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:52:58.877506+0000 mgr.y (mgr.24491) 2755 : cluster [DBG] pgmap v2417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:00.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:52:58.877506+0000 mgr.y (mgr.24491) 2755 : cluster [DBG] pgmap v2417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:53:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:00.878289+0000 mgr.y (mgr.24491) 2756 : cluster [DBG] pgmap v2418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:02.268 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:53:02.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:00.878289+0000 mgr.y (mgr.24491) 2756 : cluster [DBG] pgmap v2418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:02.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:00.878289+0000 mgr.y (mgr.24491) 2756 : cluster [DBG] pgmap v2418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (78m) 6m ago 79m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (79m) 6m ago 79m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (80m) 6m ago 80m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (80m) 6m ago 80m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (84m) 6m ago 84m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (85m) 6m ago 85m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (85m) 6m ago 85m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (84m) 6m ago 84m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (84m) 6m ago 84m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (79m) 6m ago 79m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (79m) 6m ago 79m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:53:02.552 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (83m) 6m ago 83m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:53:02.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (83m) 6m ago 83m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:53:02.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (83m) 6m ago 83m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:53:02.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (82m) 6m ago 82m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:53:02.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (82m) 6m ago 82m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:53:02.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (81m) 6m ago 81m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:53:02.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (81m) 6m ago 81m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:53:02.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (81m) 6m ago 81m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:53:02.553 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (78m) 6m ago 80m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:53:02.894 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:53:02.894 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:53:02.894 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:53:02.894 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:53:02.894 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:53:02.895 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:53:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:53:02.259277+0000 mgr.y (mgr.24491) 2757 : audit [DBG] from='client.27569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:53:02.546685+0000 mgr.y (mgr.24491) 2758 : audit [DBG] from='client.27575 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:53:02.896748+0000 mon.c (mon.2) 121 : audit [DBG] from='client.? 172.21.15.177:0/509992386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:53:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:53:02.259277+0000 mgr.y (mgr.24491) 2757 : audit [DBG] from='client.27569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:53:02.546685+0000 mgr.y (mgr.24491) 2758 : audit [DBG] from='client.27575 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:53:02.896748+0000 mon.c (mon.2) 121 : audit [DBG] from='client.? 172.21.15.177:0/509992386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:53:03.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:53:02.259277+0000 mgr.y (mgr.24491) 2757 : audit [DBG] from='client.27569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:03.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:53:02.546685+0000 mgr.y (mgr.24491) 2758 : audit [DBG] from='client.27575 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:03.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:53:02.896748+0000 mon.c (mon.2) 121 : audit [DBG] from='client.? 172.21.15.177:0/509992386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:53:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:02.878688+0000 mgr.y (mgr.24491) 2759 : cluster [DBG] pgmap v2419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:02.878688+0000 mgr.y (mgr.24491) 2759 : cluster [DBG] pgmap v2419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:04.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:02.878688+0000 mgr.y (mgr.24491) 2759 : cluster [DBG] pgmap v2419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:06.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:04.879382+0000 mgr.y (mgr.24491) 2760 : cluster [DBG] pgmap v2420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:04.879382+0000 mgr.y (mgr.24491) 2760 : cluster [DBG] pgmap v2420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:04.879382+0000 mgr.y (mgr.24491) 2760 : cluster [DBG] pgmap v2420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:08.004 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:07] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:53:08.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:06.879762+0000 mgr.y (mgr.24491) 2761 : cluster [DBG] pgmap v2421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:08.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:06.879762+0000 mgr.y (mgr.24491) 2761 : cluster [DBG] pgmap v2421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:06.879762+0000 mgr.y (mgr.24491) 2761 : cluster [DBG] pgmap v2421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:10.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:08.880171+0000 mgr.y (mgr.24491) 2762 : cluster [DBG] pgmap v2422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:10.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:08.880171+0000 mgr.y (mgr.24491) 2762 : cluster [DBG] pgmap v2422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:08.880171+0000 mgr.y (mgr.24491) 2762 : cluster [DBG] pgmap v2422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:53:12.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:10.880837+0000 mgr.y (mgr.24491) 2763 : cluster [DBG] pgmap v2423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:12.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:10.880837+0000 mgr.y (mgr.24491) 2763 : cluster [DBG] pgmap v2423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:10.880837+0000 mgr.y (mgr.24491) 2763 : cluster [DBG] pgmap v2423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:14.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:12.881360+0000 mgr.y (mgr.24491) 2764 : cluster [DBG] pgmap v2424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:14.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:53:13.969694+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:53:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:12.881360+0000 mgr.y (mgr.24491) 2764 : cluster [DBG] pgmap v2424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:53:13.969694+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:53:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:12.881360+0000 mgr.y (mgr.24491) 2764 : cluster [DBG] pgmap v2424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:53:13.969694+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:53:15.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:53:14.263123+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:53:15.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:53:14.263729+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:53:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:53:14.268063+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:53:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:53:14.263123+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:53:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:53:14.263729+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:53:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:53:14.268063+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:53:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:53:14.263123+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:53:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:53:14.263729+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:53:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:53:14.268063+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:53:16.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:14.882020+0000 mgr.y (mgr.24491) 2765 : cluster [DBG] pgmap v2425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:16.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:14.882020+0000 mgr.y (mgr.24491) 2765 : cluster [DBG] pgmap v2425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:14.882020+0000 mgr.y (mgr.24491) 2765 : cluster [DBG] pgmap v2425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:53:18.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:16.882408+0000 mgr.y (mgr.24491) 2766 : cluster [DBG] pgmap v2426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:16.882408+0000 mgr.y (mgr.24491) 2766 : cluster [DBG] pgmap v2426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:16.882408+0000 mgr.y (mgr.24491) 2766 : cluster [DBG] pgmap v2426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:18.882751+0000 mgr.y (mgr.24491) 2767 : cluster [DBG] pgmap v2427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:18.882751+0000 mgr.y (mgr.24491) 2767 : cluster [DBG] pgmap v2427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:18.882751+0000 mgr.y (mgr.24491) 2767 : cluster [DBG] pgmap v2427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:53:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:20.883401+0000 mgr.y (mgr.24491) 2768 : cluster [DBG] pgmap v2428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:22.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:20.883401+0000 mgr.y (mgr.24491) 2768 : cluster [DBG] pgmap v2428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:20.883401+0000 mgr.y (mgr.24491) 2768 : cluster [DBG] pgmap v2428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:24.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:22.883880+0000 mgr.y (mgr.24491) 2769 : cluster [DBG] pgmap v2429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:24.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:22.883880+0000 mgr.y (mgr.24491) 2769 : cluster [DBG] pgmap v2429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:22.883880+0000 mgr.y (mgr.24491) 2769 : cluster [DBG] pgmap v2429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:26.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:24.884542+0000 mgr.y (mgr.24491) 2770 : cluster [DBG] pgmap v2430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:24.884542+0000 mgr.y (mgr.24491) 2770 : cluster [DBG] pgmap v2430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:24.884542+0000 mgr.y (mgr.24491) 2770 : cluster [DBG] pgmap v2430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:53:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:26.884999+0000 mgr.y (mgr.24491) 2771 : cluster [DBG] pgmap v2431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:26.884999+0000 mgr.y (mgr.24491) 2771 : cluster [DBG] pgmap v2431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:26.884999+0000 mgr.y (mgr.24491) 2771 : cluster [DBG] pgmap v2431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:28.885387+0000 mgr.y (mgr.24491) 2772 : cluster [DBG] pgmap v2432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:28.885387+0000 mgr.y (mgr.24491) 2772 : cluster [DBG] pgmap v2432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:28.885387+0000 mgr.y (mgr.24491) 2772 : cluster [DBG] pgmap v2432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:53:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:30.886035+0000 mgr.y (mgr.24491) 2773 : cluster [DBG] pgmap v2433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:32.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:30.886035+0000 mgr.y (mgr.24491) 2773 : cluster [DBG] pgmap v2433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:30.886035+0000 mgr.y (mgr.24491) 2773 : cluster [DBG] pgmap v2433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:33.206 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (79m) 7m ago 80m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (79m) 7m ago 79m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (81m) 7m ago 81m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (81m) 7m ago 81m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (84m) 7m ago 84m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (86m) 7m ago 86m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (86m) 7m ago 86m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (85m) 7m ago 85m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (84m) 7m ago 84m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (80m) 7m ago 80m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:53:33.484 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (80m) 7m ago 80m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:53:33.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (84m) 7m ago 84m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:53:33.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (83m) 7m ago 83m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:53:33.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (83m) 7m ago 83m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:53:33.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (83m) 7m ago 83m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:53:33.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (82m) 7m ago 82m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:53:33.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (82m) 7m ago 82m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:53:33.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (81m) 7m ago 81m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:53:33.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (81m) 7m ago 81m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:53:33.485 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (79m) 7m ago 80m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:53:33.814 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:53:33.814 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:53:33.814 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:53:33.814 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:53:33.814 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:53:33.815 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:53:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:32.886571+0000 mgr.y (mgr.24491) 2774 : cluster [DBG] pgmap v2434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:53:33.196729+0000 mgr.y (mgr.24491) 2775 : audit [DBG] from='client.17682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:53:33.478773+0000 mgr.y (mgr.24491) 2776 : audit [DBG] from='client.17688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:53:33.816818+0000 mon.c (mon.2) 122 : audit [DBG] from='client.? 172.21.15.177:0/3674614848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:53:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:32.886571+0000 mgr.y (mgr.24491) 2774 : cluster [DBG] pgmap v2434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:53:33.196729+0000 mgr.y (mgr.24491) 2775 : audit [DBG] from='client.17682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:53:33.478773+0000 mgr.y (mgr.24491) 2776 : audit [DBG] from='client.17688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:53:33.816818+0000 mon.c (mon.2) 122 : audit [DBG] from='client.? 172.21.15.177:0/3674614848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:53:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:32.886571+0000 mgr.y (mgr.24491) 2774 : cluster [DBG] pgmap v2434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:53:33.196729+0000 mgr.y (mgr.24491) 2775 : audit [DBG] from='client.17682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:53:33.478773+0000 mgr.y (mgr.24491) 2776 : audit [DBG] from='client.17688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:53:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:53:33.816818+0000 mon.c (mon.2) 122 : audit [DBG] from='client.? 172.21.15.177:0/3674614848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:53:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:34.887297+0000 mgr.y (mgr.24491) 2777 : cluster [DBG] pgmap v2435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:34.887297+0000 mgr.y (mgr.24491) 2777 : cluster [DBG] pgmap v2435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:34.887297+0000 mgr.y (mgr.24491) 2777 : cluster [DBG] pgmap v2435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:37] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:53:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:36.887734+0000 mgr.y (mgr.24491) 2778 : cluster [DBG] pgmap v2436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:38.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:36.887734+0000 mgr.y (mgr.24491) 2778 : cluster [DBG] pgmap v2436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:36.887734+0000 mgr.y (mgr.24491) 2778 : cluster [DBG] pgmap v2436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:40.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:38.888126+0000 mgr.y (mgr.24491) 2779 : cluster [DBG] pgmap v2437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:38.888126+0000 mgr.y (mgr.24491) 2779 : cluster [DBG] pgmap v2437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:38.888126+0000 mgr.y (mgr.24491) 2779 : cluster [DBG] pgmap v2437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:53:42.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:40.888952+0000 mgr.y (mgr.24491) 2780 : cluster [DBG] pgmap v2438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:42.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:40.888952+0000 mgr.y (mgr.24491) 2780 : cluster [DBG] pgmap v2438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:40.888952+0000 mgr.y (mgr.24491) 2780 : cluster [DBG] pgmap v2438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:44.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:42.889386+0000 mgr.y (mgr.24491) 2781 : cluster [DBG] pgmap v2439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:42.889386+0000 mgr.y (mgr.24491) 2781 : cluster [DBG] pgmap v2439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:42.889386+0000 mgr.y (mgr.24491) 2781 : cluster [DBG] pgmap v2439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:46.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:44.890040+0000 mgr.y (mgr.24491) 2782 : cluster [DBG] pgmap v2440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:44.890040+0000 mgr.y (mgr.24491) 2782 : cluster [DBG] pgmap v2440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:44.890040+0000 mgr.y (mgr.24491) 2782 : cluster [DBG] pgmap v2440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:47] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:53:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:46.890614+0000 mgr.y (mgr.24491) 2783 : cluster [DBG] pgmap v2441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:48.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:46.890614+0000 mgr.y (mgr.24491) 2783 : cluster [DBG] pgmap v2441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:46.890614+0000 mgr.y (mgr.24491) 2783 : cluster [DBG] pgmap v2441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:48.891026+0000 mgr.y (mgr.24491) 2784 : cluster [DBG] pgmap v2442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:48.891026+0000 mgr.y (mgr.24491) 2784 : cluster [DBG] pgmap v2442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:48.891026+0000 mgr.y (mgr.24491) 2784 : cluster [DBG] pgmap v2442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:53:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:50.891687+0000 mgr.y (mgr.24491) 2785 : cluster [DBG] pgmap v2443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:52.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:50.891687+0000 mgr.y (mgr.24491) 2785 : cluster [DBG] pgmap v2443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:50.891687+0000 mgr.y (mgr.24491) 2785 : cluster [DBG] pgmap v2443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:52.892105+0000 mgr.y (mgr.24491) 2786 : cluster [DBG] pgmap v2444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:52.892105+0000 mgr.y (mgr.24491) 2786 : cluster [DBG] pgmap v2444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:52.892105+0000 mgr.y (mgr.24491) 2786 : cluster [DBG] pgmap v2444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:54.892877+0000 mgr.y (mgr.24491) 2787 : cluster [DBG] pgmap v2445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:54.892877+0000 mgr.y (mgr.24491) 2787 : cluster [DBG] pgmap v2445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:54.892877+0000 mgr.y (mgr.24491) 2787 : cluster [DBG] pgmap v2445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:53:57] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:53:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:56.893312+0000 mgr.y (mgr.24491) 2788 : cluster [DBG] pgmap v2446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:58.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:56.893312+0000 mgr.y (mgr.24491) 2788 : cluster [DBG] pgmap v2446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:53:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:53:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:56.893312+0000 mgr.y (mgr.24491) 2788 : cluster [DBG] pgmap v2446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:00.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:53:58.893718+0000 mgr.y (mgr.24491) 2789 : cluster [DBG] pgmap v2447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:00.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:53:58.893718+0000 mgr.y (mgr.24491) 2789 : cluster [DBG] pgmap v2447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:53:58.893718+0000 mgr.y (mgr.24491) 2789 : cluster [DBG] pgmap v2447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:54:02.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:00.894446+0000 mgr.y (mgr.24491) 2790 : cluster [DBG] pgmap v2448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:02.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:00.894446+0000 mgr.y (mgr.24491) 2790 : cluster [DBG] pgmap v2448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:00.894446+0000 mgr.y (mgr.24491) 2790 : cluster [DBG] pgmap v2448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:04.123 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:54:04.402 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:54:04.402 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (79m) 7m ago 80m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:54:04.402 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (80m) 7m ago 80m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:54:04.402 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (81m) 7m ago 81m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:54:04.402 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (81m) 7m ago 81m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:54:04.402 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (85m) 7m ago 85m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:54:04.402 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (86m) 7m ago 86m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:54:04.402 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (86m) 7m ago 87m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (85m) 7m ago 85m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (85m) 7m ago 85m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (81m) 7m ago 81m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (80m) 7m ago 80m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (84m) 7m ago 84m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (84m) 7m ago 84m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (84m) 7m ago 84m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (83m) 7m ago 83m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (83m) 7m ago 83m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (82m) 7m ago 82m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (82m) 7m ago 82m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (82m) 7m ago 82m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:54:04.403 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (79m) 7m ago 81m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:54:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:02.894882+0000 mgr.y (mgr.24491) 2791 : cluster [DBG] pgmap v2449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:04.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:02.894882+0000 mgr.y (mgr.24491) 2791 : cluster [DBG] pgmap v2449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:04.733 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:54:04.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:54:04.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:54:04.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:54:04.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:54:04.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:54:04.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:54:04.733 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:54:04.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:54:04.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:54:04.734 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:54:04.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:54:04.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:54:04.734 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:54:04.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:54:04.734 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:54:04.734 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:54:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:02.894882+0000 mgr.y (mgr.24491) 2791 : cluster [DBG] pgmap v2449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:54:04.114112+0000 mgr.y (mgr.24491) 2792 : audit [DBG] from='client.17700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:54:04.396990+0000 mgr.y (mgr.24491) 2793 : audit [DBG] from='client.17706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:54:04.735501+0000 mon.c (mon.2) 123 : audit [DBG] from='client.? 172.21.15.177:0/3234473797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:54:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:54:04.114112+0000 mgr.y (mgr.24491) 2792 : audit [DBG] from='client.17700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:54:04.396990+0000 mgr.y (mgr.24491) 2793 : audit [DBG] from='client.17706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:54:04.735501+0000 mon.c (mon.2) 123 : audit [DBG] from='client.? 172.21.15.177:0/3234473797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:54:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:54:04.114112+0000 mgr.y (mgr.24491) 2792 : audit [DBG] from='client.17700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:54:04.396990+0000 mgr.y (mgr.24491) 2793 : audit [DBG] from='client.17706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:54:04.735501+0000 mon.c (mon.2) 123 : audit [DBG] from='client.? 172.21.15.177:0/3234473797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:54:06.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:04.895602+0000 mgr.y (mgr.24491) 2794 : cluster [DBG] pgmap v2450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:04.895602+0000 mgr.y (mgr.24491) 2794 : cluster [DBG] pgmap v2450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:04.895602+0000 mgr.y (mgr.24491) 2794 : cluster [DBG] pgmap v2450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:07] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T04:54:08.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:06.896127+0000 mgr.y (mgr.24491) 2795 : cluster [DBG] pgmap v2451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:06.896127+0000 mgr.y (mgr.24491) 2795 : cluster [DBG] pgmap v2451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:06.896127+0000 mgr.y (mgr.24491) 2795 : cluster [DBG] pgmap v2451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:10.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:08.896639+0000 mgr.y (mgr.24491) 2796 : cluster [DBG] pgmap v2452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:08.896639+0000 mgr.y (mgr.24491) 2796 : cluster [DBG] pgmap v2452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:08.896639+0000 mgr.y (mgr.24491) 2796 : cluster [DBG] pgmap v2452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:54:12.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:10.897511+0000 mgr.y (mgr.24491) 2797 : cluster [DBG] pgmap v2453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:12.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:10.897511+0000 mgr.y (mgr.24491) 2797 : cluster [DBG] pgmap v2453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:10.897511+0000 mgr.y (mgr.24491) 2797 : cluster [DBG] pgmap v2453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:12.897946+0000 mgr.y (mgr.24491) 2798 : cluster [DBG] pgmap v2454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:54:14.272287+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:54:14.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:12.897946+0000 mgr.y (mgr.24491) 2798 : cluster [DBG] pgmap v2454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:54:14.272287+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:54:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:12.897946+0000 mgr.y (mgr.24491) 2798 : cluster [DBG] pgmap v2454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:54:14.272287+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:54:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:54:14.565594+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:54:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:54:14.566215+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:54:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:54:14.571394+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:54:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:54:14.565594+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:54:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:54:14.566215+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:54:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:54:14.571394+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:54:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:54:14.565594+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:54:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:54:14.566215+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:54:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:54:14.571394+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:54:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:14.898531+0000 mgr.y (mgr.24491) 2799 : cluster [DBG] pgmap v2455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:14.898531+0000 mgr.y (mgr.24491) 2799 : cluster [DBG] pgmap v2455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:14.898531+0000 mgr.y (mgr.24491) 2799 : cluster [DBG] pgmap v2455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:17] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T04:54:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:16.899007+0000 mgr.y (mgr.24491) 2800 : cluster [DBG] pgmap v2456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:16.899007+0000 mgr.y (mgr.24491) 2800 : cluster [DBG] pgmap v2456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:16.899007+0000 mgr.y (mgr.24491) 2800 : cluster [DBG] pgmap v2456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:18.899363+0000 mgr.y (mgr.24491) 2801 : cluster [DBG] pgmap v2457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:18.899363+0000 mgr.y (mgr.24491) 2801 : cluster [DBG] pgmap v2457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:18.899363+0000 mgr.y (mgr.24491) 2801 : cluster [DBG] pgmap v2457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:54:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:20.900171+0000 mgr.y (mgr.24491) 2802 : cluster [DBG] pgmap v2458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:20.900171+0000 mgr.y (mgr.24491) 2802 : cluster [DBG] pgmap v2458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:20.900171+0000 mgr.y (mgr.24491) 2802 : cluster [DBG] pgmap v2458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:22.900535+0000 mgr.y (mgr.24491) 2803 : cluster [DBG] pgmap v2459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:22.900535+0000 mgr.y (mgr.24491) 2803 : cluster [DBG] pgmap v2459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:22.900535+0000 mgr.y (mgr.24491) 2803 : cluster [DBG] pgmap v2459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:24.901290+0000 mgr.y (mgr.24491) 2804 : cluster [DBG] pgmap v2460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:24.901290+0000 mgr.y (mgr.24491) 2804 : cluster [DBG] pgmap v2460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:24.901290+0000 mgr.y (mgr.24491) 2804 : cluster [DBG] pgmap v2460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:27] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T04:54:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:26.901651+0000 mgr.y (mgr.24491) 2805 : cluster [DBG] pgmap v2461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:26.901651+0000 mgr.y (mgr.24491) 2805 : cluster [DBG] pgmap v2461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:26.901651+0000 mgr.y (mgr.24491) 2805 : cluster [DBG] pgmap v2461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:28.902095+0000 mgr.y (mgr.24491) 2806 : cluster [DBG] pgmap v2462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:28.902095+0000 mgr.y (mgr.24491) 2806 : cluster [DBG] pgmap v2462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:28.902095+0000 mgr.y (mgr.24491) 2806 : cluster [DBG] pgmap v2462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:54:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:30.902807+0000 mgr.y (mgr.24491) 2807 : cluster [DBG] pgmap v2463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:30.902807+0000 mgr.y (mgr.24491) 2807 : cluster [DBG] pgmap v2463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:30.902807+0000 mgr.y (mgr.24491) 2807 : cluster [DBG] pgmap v2463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:32.903389+0000 mgr.y (mgr.24491) 2808 : cluster [DBG] pgmap v2464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:32.903389+0000 mgr.y (mgr.24491) 2808 : cluster [DBG] pgmap v2464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:32.903389+0000 mgr.y (mgr.24491) 2808 : cluster [DBG] pgmap v2464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:35.050 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:54:35.324 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:54:35.324 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (80m) 8m ago 81m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (81m) 8m ago 81m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (82m) 8m ago 82m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (82m) 8m ago 82m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (85m) 8m ago 85m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (87m) 8m ago 87m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (87m) 8m ago 87m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (86m) 8m ago 86m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (85m) 8m ago 85m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (81m) 8m ago 81m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (81m) 8m ago 81m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (85m) 8m ago 85m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (85m) 8m ago 85m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (84m) 8m ago 84m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (84m) 8m ago 84m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:54:35.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (83m) 8m ago 83m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:54:35.326 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (83m) 8m ago 83m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:54:35.326 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (82m) 8m ago 82m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:54:35.326 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (82m) 8m ago 82m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:54:35.326 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (80m) 8m ago 81m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:54:35.660 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:54:35.660 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:54:35.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:54:35.660 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:54:35.660 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:54:35.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:54:35.660 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:54:35.660 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:54:35.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:54:35.661 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:54:35.661 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:54:35.661 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:54:35.661 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:54:35.661 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:54:35.661 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:54:35.661 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:54:35.661 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:54:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:34.903995+0000 mgr.y (mgr.24491) 2809 : cluster [DBG] pgmap v2465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:54:35.039993+0000 mgr.y (mgr.24491) 2810 : audit [DBG] from='client.27623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:54:35.319275+0000 mgr.y (mgr.24491) 2811 : audit [DBG] from='client.17724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:54:35.662367+0000 mon.a (mon.0) 1232 : audit [DBG] from='client.? 172.21.15.177:0/842696079' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:54:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:34.903995+0000 mgr.y (mgr.24491) 2809 : cluster [DBG] pgmap v2465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:54:35.039993+0000 mgr.y (mgr.24491) 2810 : audit [DBG] from='client.27623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:54:35.319275+0000 mgr.y (mgr.24491) 2811 : audit [DBG] from='client.17724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:54:35.662367+0000 mon.a (mon.0) 1232 : audit [DBG] from='client.? 172.21.15.177:0/842696079' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:54:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:34.903995+0000 mgr.y (mgr.24491) 2809 : cluster [DBG] pgmap v2465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:54:35.039993+0000 mgr.y (mgr.24491) 2810 : audit [DBG] from='client.27623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:54:35.319275+0000 mgr.y (mgr.24491) 2811 : audit [DBG] from='client.17724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:54:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:54:35.662367+0000 mon.a (mon.0) 1232 : audit [DBG] from='client.? 172.21.15.177:0/842696079' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:54:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:54:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:36.904349+0000 mgr.y (mgr.24491) 2812 : cluster [DBG] pgmap v2466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:36.904349+0000 mgr.y (mgr.24491) 2812 : cluster [DBG] pgmap v2466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:36.904349+0000 mgr.y (mgr.24491) 2812 : cluster [DBG] pgmap v2466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:38.904798+0000 mgr.y (mgr.24491) 2813 : cluster [DBG] pgmap v2467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:38.904798+0000 mgr.y (mgr.24491) 2813 : cluster [DBG] pgmap v2467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:38.904798+0000 mgr.y (mgr.24491) 2813 : cluster [DBG] pgmap v2467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:54:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:40.905610+0000 mgr.y (mgr.24491) 2814 : cluster [DBG] pgmap v2468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:40.905610+0000 mgr.y (mgr.24491) 2814 : cluster [DBG] pgmap v2468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:40.905610+0000 mgr.y (mgr.24491) 2814 : cluster [DBG] pgmap v2468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:42.905987+0000 mgr.y (mgr.24491) 2815 : cluster [DBG] pgmap v2469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:42.905987+0000 mgr.y (mgr.24491) 2815 : cluster [DBG] pgmap v2469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:42.905987+0000 mgr.y (mgr.24491) 2815 : cluster [DBG] pgmap v2469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:44.906566+0000 mgr.y (mgr.24491) 2816 : cluster [DBG] pgmap v2470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:44.906566+0000 mgr.y (mgr.24491) 2816 : cluster [DBG] pgmap v2470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:44.906566+0000 mgr.y (mgr.24491) 2816 : cluster [DBG] pgmap v2470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:47] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:54:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:46.907012+0000 mgr.y (mgr.24491) 2817 : cluster [DBG] pgmap v2471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:46.907012+0000 mgr.y (mgr.24491) 2817 : cluster [DBG] pgmap v2471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:46.907012+0000 mgr.y (mgr.24491) 2817 : cluster [DBG] pgmap v2471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:48.907365+0000 mgr.y (mgr.24491) 2818 : cluster [DBG] pgmap v2472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:50.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:48.907365+0000 mgr.y (mgr.24491) 2818 : cluster [DBG] pgmap v2472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:48.907365+0000 mgr.y (mgr.24491) 2818 : cluster [DBG] pgmap v2472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:54:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:50.908007+0000 mgr.y (mgr.24491) 2819 : cluster [DBG] pgmap v2473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:50.908007+0000 mgr.y (mgr.24491) 2819 : cluster [DBG] pgmap v2473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:50.908007+0000 mgr.y (mgr.24491) 2819 : cluster [DBG] pgmap v2473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:52.908515+0000 mgr.y (mgr.24491) 2820 : cluster [DBG] pgmap v2474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:52.908515+0000 mgr.y (mgr.24491) 2820 : cluster [DBG] pgmap v2474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:52.908515+0000 mgr.y (mgr.24491) 2820 : cluster [DBG] pgmap v2474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:56.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:54.909418+0000 mgr.y (mgr.24491) 2821 : cluster [DBG] pgmap v2475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:54.909418+0000 mgr.y (mgr.24491) 2821 : cluster [DBG] pgmap v2475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:54.909418+0000 mgr.y (mgr.24491) 2821 : cluster [DBG] pgmap v2475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:54:57] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:54:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:54:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:56.910018+0000 mgr.y (mgr.24491) 2822 : cluster [DBG] pgmap v2476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:54:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:56.910018+0000 mgr.y (mgr.24491) 2822 : cluster [DBG] pgmap v2476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:54:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:54:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:56.910018+0000 mgr.y (mgr.24491) 2822 : cluster [DBG] pgmap v2476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:54:58.910441+0000 mgr.y (mgr.24491) 2823 : cluster [DBG] pgmap v2477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:54:58.910441+0000 mgr.y (mgr.24491) 2823 : cluster [DBG] pgmap v2477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:54:58.910441+0000 mgr.y (mgr.24491) 2823 : cluster [DBG] pgmap v2477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:55:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:00.911169+0000 mgr.y (mgr.24491) 2824 : cluster [DBG] pgmap v2478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:00.911169+0000 mgr.y (mgr.24491) 2824 : cluster [DBG] pgmap v2478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:00.911169+0000 mgr.y (mgr.24491) 2824 : cluster [DBG] pgmap v2478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:02.911559+0000 mgr.y (mgr.24491) 2825 : cluster [DBG] pgmap v2479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:02.911559+0000 mgr.y (mgr.24491) 2825 : cluster [DBG] pgmap v2479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:02.911559+0000 mgr.y (mgr.24491) 2825 : cluster [DBG] pgmap v2479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:05.969 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:55:06.242 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (80m) 8m ago 81m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (81m) 8m ago 81m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (82m) 8m ago 82m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (82m) 8m ago 82m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (86m) 8m ago 86m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (87m) 8m ago 87m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (87m) 8m ago 88m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (86m) 8m ago 86m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (86m) 8m ago 86m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (82m) 8m ago 82m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (81m) 8m ago 81m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (85m) 8m ago 85m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (85m) 8m ago 85m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:55:06.243 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (85m) 8m ago 85m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:55:06.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (84m) 8m ago 84m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:55:06.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (84m) 8m ago 84m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:55:06.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (83m) 8m ago 83m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:55:06.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (83m) 8m ago 83m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:55:06.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (83m) 8m ago 83m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:55:06.244 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (80m) 8m ago 82m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:55:06.576 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:55:06.576 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:55:06.576 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:55:06.576 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:55:06.577 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:55:06.578 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:55:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:04.912170+0000 mgr.y (mgr.24491) 2826 : cluster [DBG] pgmap v2480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:55:06.578838+0000 mon.a (mon.0) 1233 : audit [DBG] from='client.? 172.21.15.177:0/3879899095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:55:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:04.912170+0000 mgr.y (mgr.24491) 2826 : cluster [DBG] pgmap v2480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:55:06.578838+0000 mon.a (mon.0) 1233 : audit [DBG] from='client.? 172.21.15.177:0/3879899095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:55:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:04.912170+0000 mgr.y (mgr.24491) 2826 : cluster [DBG] pgmap v2480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:55:06.578838+0000 mon.a (mon.0) 1233 : audit [DBG] from='client.? 172.21.15.177:0/3879899095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:55:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:55:05.960257+0000 mgr.y (mgr.24491) 2827 : audit [DBG] from='client.17736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:55:06.237412+0000 mgr.y (mgr.24491) 2828 : audit [DBG] from='client.17742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:07] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T04:55:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:55:05.960257+0000 mgr.y (mgr.24491) 2827 : audit [DBG] from='client.17736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:55:06.237412+0000 mgr.y (mgr.24491) 2828 : audit [DBG] from='client.17742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:55:05.960257+0000 mgr.y (mgr.24491) 2827 : audit [DBG] from='client.17736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:55:06.237412+0000 mgr.y (mgr.24491) 2828 : audit [DBG] from='client.17742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:06.912665+0000 mgr.y (mgr.24491) 2829 : cluster [DBG] pgmap v2481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:06.912665+0000 mgr.y (mgr.24491) 2829 : cluster [DBG] pgmap v2481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:06.912665+0000 mgr.y (mgr.24491) 2829 : cluster [DBG] pgmap v2481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:08.913130+0000 mgr.y (mgr.24491) 2830 : cluster [DBG] pgmap v2482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:08.913130+0000 mgr.y (mgr.24491) 2830 : cluster [DBG] pgmap v2482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:08.913130+0000 mgr.y (mgr.24491) 2830 : cluster [DBG] pgmap v2482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:55:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:10.913895+0000 mgr.y (mgr.24491) 2831 : cluster [DBG] pgmap v2483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:13.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:10.913895+0000 mgr.y (mgr.24491) 2831 : cluster [DBG] pgmap v2483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:10.913895+0000 mgr.y (mgr.24491) 2831 : cluster [DBG] pgmap v2483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:12.914253+0000 mgr.y (mgr.24491) 2832 : cluster [DBG] pgmap v2484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:55:14.575630+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:55:15.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:12.914253+0000 mgr.y (mgr.24491) 2832 : cluster [DBG] pgmap v2484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:15.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:55:14.575630+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:55:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:12.914253+0000 mgr.y (mgr.24491) 2832 : cluster [DBG] pgmap v2484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:55:14.575630+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:55:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:55:14.873692+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:55:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:55:14.874287+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:55:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:55:14.878374+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:55:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:55:14.873692+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:55:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:55:14.874287+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:55:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:55:14.878374+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:55:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:55:14.873692+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:55:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:55:14.874287+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:55:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:55:14.878374+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:55:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:14.914912+0000 mgr.y (mgr.24491) 2833 : cluster [DBG] pgmap v2485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:14.914912+0000 mgr.y (mgr.24491) 2833 : cluster [DBG] pgmap v2485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:14.914912+0000 mgr.y (mgr.24491) 2833 : cluster [DBG] pgmap v2485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:17] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:55:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:16.915448+0000 mgr.y (mgr.24491) 2834 : cluster [DBG] pgmap v2486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:16.915448+0000 mgr.y (mgr.24491) 2834 : cluster [DBG] pgmap v2486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:16.915448+0000 mgr.y (mgr.24491) 2834 : cluster [DBG] pgmap v2486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:18.915919+0000 mgr.y (mgr.24491) 2835 : cluster [DBG] pgmap v2487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:18.915919+0000 mgr.y (mgr.24491) 2835 : cluster [DBG] pgmap v2487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:18.915919+0000 mgr.y (mgr.24491) 2835 : cluster [DBG] pgmap v2487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:55:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:20.916737+0000 mgr.y (mgr.24491) 2836 : cluster [DBG] pgmap v2488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:20.916737+0000 mgr.y (mgr.24491) 2836 : cluster [DBG] pgmap v2488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:20.916737+0000 mgr.y (mgr.24491) 2836 : cluster [DBG] pgmap v2488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:22.917206+0000 mgr.y (mgr.24491) 2837 : cluster [DBG] pgmap v2489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:22.917206+0000 mgr.y (mgr.24491) 2837 : cluster [DBG] pgmap v2489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:22.917206+0000 mgr.y (mgr.24491) 2837 : cluster [DBG] pgmap v2489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:24.918129+0000 mgr.y (mgr.24491) 2838 : cluster [DBG] pgmap v2490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:24.918129+0000 mgr.y (mgr.24491) 2838 : cluster [DBG] pgmap v2490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:24.918129+0000 mgr.y (mgr.24491) 2838 : cluster [DBG] pgmap v2490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:27] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T04:55:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:26.918612+0000 mgr.y (mgr.24491) 2839 : cluster [DBG] pgmap v2491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:26.918612+0000 mgr.y (mgr.24491) 2839 : cluster [DBG] pgmap v2491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:26.918612+0000 mgr.y (mgr.24491) 2839 : cluster [DBG] pgmap v2491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:28.919161+0000 mgr.y (mgr.24491) 2840 : cluster [DBG] pgmap v2492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:28.919161+0000 mgr.y (mgr.24491) 2840 : cluster [DBG] pgmap v2492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:28.919161+0000 mgr.y (mgr.24491) 2840 : cluster [DBG] pgmap v2492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:55:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:30.919811+0000 mgr.y (mgr.24491) 2841 : cluster [DBG] pgmap v2493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:30.919811+0000 mgr.y (mgr.24491) 2841 : cluster [DBG] pgmap v2493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:30.919811+0000 mgr.y (mgr.24491) 2841 : cluster [DBG] pgmap v2493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:32.920344+0000 mgr.y (mgr.24491) 2842 : cluster [DBG] pgmap v2494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:32.920344+0000 mgr.y (mgr.24491) 2842 : cluster [DBG] pgmap v2494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:32.920344+0000 mgr.y (mgr.24491) 2842 : cluster [DBG] pgmap v2494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:36.886 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:55:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:34.921130+0000 mgr.y (mgr.24491) 2843 : cluster [DBG] pgmap v2495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:34.921130+0000 mgr.y (mgr.24491) 2843 : cluster [DBG] pgmap v2495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:34.921130+0000 mgr.y (mgr.24491) 2843 : cluster [DBG] pgmap v2495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:37.164 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:55:37.164 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (81m) 9m ago 82m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (82m) 9m ago 82m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (83m) 9m ago 83m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (83m) 9m ago 83m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (86m) 9m ago 86m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (88m) 9m ago 88m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (88m) 9m ago 88m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (87m) 9m ago 87m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (87m) 9m ago 87m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (82m) 9m ago 82m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (82m) 9m ago 82m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (86m) 9m ago 86m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (86m) 9m ago 86m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (85m) 9m ago 85m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:55:37.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (85m) 9m ago 85m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:55:37.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (84m) 9m ago 84m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:55:37.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (84m) 9m ago 84m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:55:37.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (84m) 9m ago 84m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:55:37.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (83m) 9m ago 83m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:55:37.166 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (81m) 9m ago 82m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:55:37.500 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:55:37.500 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:55:37.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:55:37.500 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:55:37.500 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:55:37.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:55:37.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:55:37.501 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:55:37.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:55:37.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:55:37.501 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:55:37.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:55:37.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:55:37.501 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:55:37.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:55:37.501 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:55:37.501 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:55:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:55:37.502491+0000 mon.a (mon.0) 1238 : audit [DBG] from='client.? 172.21.15.177:0/2270765523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:55:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:37] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T04:55:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:55:37.502491+0000 mon.a (mon.0) 1238 : audit [DBG] from='client.? 172.21.15.177:0/2270765523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:55:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:55:37.502491+0000 mon.a (mon.0) 1238 : audit [DBG] from='client.? 172.21.15.177:0/2270765523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:55:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:55:36.876704+0000 mgr.y (mgr.24491) 2844 : audit [DBG] from='client.17754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:36.921485+0000 mgr.y (mgr.24491) 2845 : cluster [DBG] pgmap v2496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:55:37.159416+0000 mgr.y (mgr.24491) 2846 : audit [DBG] from='client.17760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:55:36.876704+0000 mgr.y (mgr.24491) 2844 : audit [DBG] from='client.17754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:36.921485+0000 mgr.y (mgr.24491) 2845 : cluster [DBG] pgmap v2496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:55:37.159416+0000 mgr.y (mgr.24491) 2846 : audit [DBG] from='client.17760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:55:36.876704+0000 mgr.y (mgr.24491) 2844 : audit [DBG] from='client.17754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:36.921485+0000 mgr.y (mgr.24491) 2845 : cluster [DBG] pgmap v2496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:55:37.159416+0000 mgr.y (mgr.24491) 2846 : audit [DBG] from='client.17760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:55:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:38.921876+0000 mgr.y (mgr.24491) 2847 : cluster [DBG] pgmap v2497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:38.921876+0000 mgr.y (mgr.24491) 2847 : cluster [DBG] pgmap v2497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:38.921876+0000 mgr.y (mgr.24491) 2847 : cluster [DBG] pgmap v2497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:55:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:40.922520+0000 mgr.y (mgr.24491) 2848 : cluster [DBG] pgmap v2498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:40.922520+0000 mgr.y (mgr.24491) 2848 : cluster [DBG] pgmap v2498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:43.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:40.922520+0000 mgr.y (mgr.24491) 2848 : cluster [DBG] pgmap v2498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:42.922985+0000 mgr.y (mgr.24491) 2849 : cluster [DBG] pgmap v2499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:42.922985+0000 mgr.y (mgr.24491) 2849 : cluster [DBG] pgmap v2499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:42.922985+0000 mgr.y (mgr.24491) 2849 : cluster [DBG] pgmap v2499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:44.923821+0000 mgr.y (mgr.24491) 2850 : cluster [DBG] pgmap v2500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:44.923821+0000 mgr.y (mgr.24491) 2850 : cluster [DBG] pgmap v2500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:44.923821+0000 mgr.y (mgr.24491) 2850 : cluster [DBG] pgmap v2500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:47] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T04:55:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:46.924404+0000 mgr.y (mgr.24491) 2851 : cluster [DBG] pgmap v2501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:46.924404+0000 mgr.y (mgr.24491) 2851 : cluster [DBG] pgmap v2501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:49.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:46.924404+0000 mgr.y (mgr.24491) 2851 : cluster [DBG] pgmap v2501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:48.924830+0000 mgr.y (mgr.24491) 2852 : cluster [DBG] pgmap v2502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:48.924830+0000 mgr.y (mgr.24491) 2852 : cluster [DBG] pgmap v2502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:48.924830+0000 mgr.y (mgr.24491) 2852 : cluster [DBG] pgmap v2502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:55:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:50.925619+0000 mgr.y (mgr.24491) 2853 : cluster [DBG] pgmap v2503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:50.925619+0000 mgr.y (mgr.24491) 2853 : cluster [DBG] pgmap v2503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:50.925619+0000 mgr.y (mgr.24491) 2853 : cluster [DBG] pgmap v2503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:52.926051+0000 mgr.y (mgr.24491) 2854 : cluster [DBG] pgmap v2504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:52.926051+0000 mgr.y (mgr.24491) 2854 : cluster [DBG] pgmap v2504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:52.926051+0000 mgr.y (mgr.24491) 2854 : cluster [DBG] pgmap v2504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:54.926862+0000 mgr.y (mgr.24491) 2855 : cluster [DBG] pgmap v2505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:54.926862+0000 mgr.y (mgr.24491) 2855 : cluster [DBG] pgmap v2505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:54.926862+0000 mgr.y (mgr.24491) 2855 : cluster [DBG] pgmap v2505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:55:57] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T04:55:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:55:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:56.927423+0000 mgr.y (mgr.24491) 2856 : cluster [DBG] pgmap v2506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:56.927423+0000 mgr.y (mgr.24491) 2856 : cluster [DBG] pgmap v2506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:55:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:56.927423+0000 mgr.y (mgr.24491) 2856 : cluster [DBG] pgmap v2506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:55:58.927991+0000 mgr.y (mgr.24491) 2857 : cluster [DBG] pgmap v2507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:55:58.927991+0000 mgr.y (mgr.24491) 2857 : cluster [DBG] pgmap v2507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:55:58.927991+0000 mgr.y (mgr.24491) 2857 : cluster [DBG] pgmap v2507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:56:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:00.928816+0000 mgr.y (mgr.24491) 2858 : cluster [DBG] pgmap v2508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:00.928816+0000 mgr.y (mgr.24491) 2858 : cluster [DBG] pgmap v2508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:00.928816+0000 mgr.y (mgr.24491) 2858 : cluster [DBG] pgmap v2508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:05.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:02.929239+0000 mgr.y (mgr.24491) 2859 : cluster [DBG] pgmap v2509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:02.929239+0000 mgr.y (mgr.24491) 2859 : cluster [DBG] pgmap v2509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:02.929239+0000 mgr.y (mgr.24491) 2859 : cluster [DBG] pgmap v2509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:04.930125+0000 mgr.y (mgr.24491) 2860 : cluster [DBG] pgmap v2510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:04.930125+0000 mgr.y (mgr.24491) 2860 : cluster [DBG] pgmap v2510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:04.930125+0000 mgr.y (mgr.24491) 2860 : cluster [DBG] pgmap v2510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:07.813 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:56:08.088 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:56:08.088 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (81m) 9m ago 82m 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:56:08.088 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (82m) 9m ago 82m 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:56:08.088 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (83m) 9m ago 83m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:56:08.088 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (83m) 9m ago 83m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:56:08.088 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (87m) 9m ago 87m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:56:08.088 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (88m) 9m ago 88m 458M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:56:08.088 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (89m) 9m ago 89m 231M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (87m) 9m ago 87m 130M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (87m) 9m ago 87m 133M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (83m) 9m ago 83m 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (83m) 9m ago 83m 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (86m) 9m ago 86m 43.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (86m) 9m ago 86m 43.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (86m) 9m ago 86m 39.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (85m) 9m ago 85m 40.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (85m) 9m ago 85m 42.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (84m) 9m ago 84m 41.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (84m) 9m ago 84m 41.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (84m) 9m ago 84m 42.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:56:08.089 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (81m) 9m ago 83m 84.2M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:56:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:07] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T04:56:08.422 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:56:08.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:56:08.424 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:56:08.424 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:56:08.424 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:56:08.424 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:56:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:06.930514+0000 mgr.y (mgr.24491) 2861 : cluster [DBG] pgmap v2511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:08.425254+0000 mon.a (mon.0) 1239 : audit [DBG] from='client.? 172.21.15.177:0/1901223013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:56:09.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:06.930514+0000 mgr.y (mgr.24491) 2861 : cluster [DBG] pgmap v2511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:08.425254+0000 mon.a (mon.0) 1239 : audit [DBG] from='client.? 172.21.15.177:0/1901223013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:56:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:06.930514+0000 mgr.y (mgr.24491) 2861 : cluster [DBG] pgmap v2511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:08.425254+0000 mon.a (mon.0) 1239 : audit [DBG] from='client.? 172.21.15.177:0/1901223013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:56:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:07.803911+0000 mgr.y (mgr.24491) 2862 : audit [DBG] from='client.17772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:08.082866+0000 mgr.y (mgr.24491) 2863 : audit [DBG] from='client.17778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:07.803911+0000 mgr.y (mgr.24491) 2862 : audit [DBG] from='client.17772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:08.082866+0000 mgr.y (mgr.24491) 2863 : audit [DBG] from='client.17778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:07.803911+0000 mgr.y (mgr.24491) 2862 : audit [DBG] from='client.17772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:08.082866+0000 mgr.y (mgr.24491) 2863 : audit [DBG] from='client.17778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:08.930880+0000 mgr.y (mgr.24491) 2864 : cluster [DBG] pgmap v2512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:08.930880+0000 mgr.y (mgr.24491) 2864 : cluster [DBG] pgmap v2512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:08.930880+0000 mgr.y (mgr.24491) 2864 : cluster [DBG] pgmap v2512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:56:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:10.931524+0000 mgr.y (mgr.24491) 2865 : cluster [DBG] pgmap v2513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:10.931524+0000 mgr.y (mgr.24491) 2865 : cluster [DBG] pgmap v2513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:10.931524+0000 mgr.y (mgr.24491) 2865 : cluster [DBG] pgmap v2513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:12.932044+0000 mgr.y (mgr.24491) 2866 : cluster [DBG] pgmap v2514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:14.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:12.932044+0000 mgr.y (mgr.24491) 2866 : cluster [DBG] pgmap v2514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:14.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:12.932044+0000 mgr.y (mgr.24491) 2866 : cluster [DBG] pgmap v2514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:14.882688+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:56:15.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:14.882688+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:56:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:14.882688+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:56:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:14.932707+0000 mgr.y (mgr.24491) 2867 : cluster [DBG] pgmap v2515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:16.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:14.932707+0000 mgr.y (mgr.24491) 2867 : cluster [DBG] pgmap v2515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:14.932707+0000 mgr.y (mgr.24491) 2867 : cluster [DBG] pgmap v2515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:56:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:16.933056+0000 mgr.y (mgr.24491) 2868 : cluster [DBG] pgmap v2516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:17.605784+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:56:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:18.243771+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:56:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:18.521522+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:56:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:18.522213+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:56:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:18.527092+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:56:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:16.933056+0000 mgr.y (mgr.24491) 2868 : cluster [DBG] pgmap v2516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:17.605784+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:56:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:18.243771+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:56:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:18.521522+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:56:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:18.522213+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:56:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:18.527092+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:56:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:16.933056+0000 mgr.y (mgr.24491) 2868 : cluster [DBG] pgmap v2516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:17.605784+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:56:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:18.243771+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:56:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:18.521522+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:56:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:18.522213+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:56:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:18.527092+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:56:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:18.933541+0000 mgr.y (mgr.24491) 2869 : cluster [DBG] pgmap v2517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:18.933541+0000 mgr.y (mgr.24491) 2869 : cluster [DBG] pgmap v2517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:18.933541+0000 mgr.y (mgr.24491) 2869 : cluster [DBG] pgmap v2517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:56:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:20.934256+0000 mgr.y (mgr.24491) 2870 : cluster [DBG] pgmap v2518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:20.934256+0000 mgr.y (mgr.24491) 2870 : cluster [DBG] pgmap v2518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:20.934256+0000 mgr.y (mgr.24491) 2870 : cluster [DBG] pgmap v2518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:22.934649+0000 mgr.y (mgr.24491) 2871 : cluster [DBG] pgmap v2519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:22.934649+0000 mgr.y (mgr.24491) 2871 : cluster [DBG] pgmap v2519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:22.934649+0000 mgr.y (mgr.24491) 2871 : cluster [DBG] pgmap v2519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:24.935413+0000 mgr.y (mgr.24491) 2872 : cluster [DBG] pgmap v2520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:24.935413+0000 mgr.y (mgr.24491) 2872 : cluster [DBG] pgmap v2520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:24.935413+0000 mgr.y (mgr.24491) 2872 : cluster [DBG] pgmap v2520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T04:56:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:26.935843+0000 mgr.y (mgr.24491) 2873 : cluster [DBG] pgmap v2521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:26.935843+0000 mgr.y (mgr.24491) 2873 : cluster [DBG] pgmap v2521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:26.935843+0000 mgr.y (mgr.24491) 2873 : cluster [DBG] pgmap v2521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:28.936404+0000 mgr.y (mgr.24491) 2874 : cluster [DBG] pgmap v2522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:28.936404+0000 mgr.y (mgr.24491) 2874 : cluster [DBG] pgmap v2522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:28.936404+0000 mgr.y (mgr.24491) 2874 : cluster [DBG] pgmap v2522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:56:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:30.937063+0000 mgr.y (mgr.24491) 2875 : cluster [DBG] pgmap v2523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:30.937063+0000 mgr.y (mgr.24491) 2875 : cluster [DBG] pgmap v2523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:30.937063+0000 mgr.y (mgr.24491) 2875 : cluster [DBG] pgmap v2523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:32.937497+0000 mgr.y (mgr.24491) 2876 : cluster [DBG] pgmap v2524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:32.937497+0000 mgr.y (mgr.24491) 2876 : cluster [DBG] pgmap v2524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:32.937497+0000 mgr.y (mgr.24491) 2876 : cluster [DBG] pgmap v2524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:34.938213+0000 mgr.y (mgr.24491) 2877 : cluster [DBG] pgmap v2525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:34.938213+0000 mgr.y (mgr.24491) 2877 : cluster [DBG] pgmap v2525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:34.938213+0000 mgr.y (mgr.24491) 2877 : cluster [DBG] pgmap v2525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:37] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T04:56:38.733 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:56:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:36.938686+0000 mgr.y (mgr.24491) 2878 : cluster [DBG] pgmap v2526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:36.938686+0000 mgr.y (mgr.24491) 2878 : cluster [DBG] pgmap v2526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:36.938686+0000 mgr.y (mgr.24491) 2878 : cluster [DBG] pgmap v2526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:39.009 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:56:39.009 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (82m) 21s ago 83m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:56:39.009 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (83m) 20s ago 83m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:56:39.009 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (84m) 21s ago 84m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:56:39.009 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (84m) 20s ago 84m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:56:39.009 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (87m) 20s ago 87m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:56:39.009 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (89m) 21s ago 89m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:56:39.009 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (89m) 21s ago 89m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:56:39.009 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (88m) 20s ago 88m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (88m) 21s ago 88m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (83m) 21s ago 83m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (83m) 20s ago 83m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (87m) 21s ago 87m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (87m) 21s ago 87m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (86m) 21s ago 86m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (86m) 21s ago 86m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (85m) 20s ago 85m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (85m) 20s ago 85m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (85m) 20s ago 85m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (84m) 20s ago 84m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:56:39.010 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (82m) 20s ago 83m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:56:39.342 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:56:39.342 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:56:39.342 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:56:39.342 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:56:39.342 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:56:39.342 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:56:39.343 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:56:39.343 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:56:39.343 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:56:39.343 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:56:39.343 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:56:39.343 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:56:39.343 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:56:39.343 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:56:39.343 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:56:39.343 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:56:39.343 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:56:39.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:38.723431+0000 mgr.y (mgr.24491) 2879 : audit [DBG] from='client.27695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:39.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:39.344471+0000 mon.c (mon.2) 124 : audit [DBG] from='client.? 172.21.15.177:0/3525720291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:56:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:38.723431+0000 mgr.y (mgr.24491) 2879 : audit [DBG] from='client.27695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:39.344471+0000 mon.c (mon.2) 124 : audit [DBG] from='client.? 172.21.15.177:0/3525720291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:56:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:38.723431+0000 mgr.y (mgr.24491) 2879 : audit [DBG] from='client.27695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:39.344471+0000 mon.c (mon.2) 124 : audit [DBG] from='client.? 172.21.15.177:0/3525720291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:56:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:38.939052+0000 mgr.y (mgr.24491) 2880 : cluster [DBG] pgmap v2527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:56:39.003736+0000 mgr.y (mgr.24491) 2881 : audit [DBG] from='client.27701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:38.939052+0000 mgr.y (mgr.24491) 2880 : cluster [DBG] pgmap v2527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:56:39.003736+0000 mgr.y (mgr.24491) 2881 : audit [DBG] from='client.27701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:38.939052+0000 mgr.y (mgr.24491) 2880 : cluster [DBG] pgmap v2527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:56:39.003736+0000 mgr.y (mgr.24491) 2881 : audit [DBG] from='client.27701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:56:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:56:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:40.939666+0000 mgr.y (mgr.24491) 2882 : cluster [DBG] pgmap v2528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:40.939666+0000 mgr.y (mgr.24491) 2882 : cluster [DBG] pgmap v2528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:43.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:40.939666+0000 mgr.y (mgr.24491) 2882 : cluster [DBG] pgmap v2528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:42.940112+0000 mgr.y (mgr.24491) 2883 : cluster [DBG] pgmap v2529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:42.940112+0000 mgr.y (mgr.24491) 2883 : cluster [DBG] pgmap v2529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:42.940112+0000 mgr.y (mgr.24491) 2883 : cluster [DBG] pgmap v2529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:44.940806+0000 mgr.y (mgr.24491) 2884 : cluster [DBG] pgmap v2530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:44.940806+0000 mgr.y (mgr.24491) 2884 : cluster [DBG] pgmap v2530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:44.940806+0000 mgr.y (mgr.24491) 2884 : cluster [DBG] pgmap v2530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:47] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:56:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:46.941189+0000 mgr.y (mgr.24491) 2885 : cluster [DBG] pgmap v2531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:46.941189+0000 mgr.y (mgr.24491) 2885 : cluster [DBG] pgmap v2531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:49.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:46.941189+0000 mgr.y (mgr.24491) 2885 : cluster [DBG] pgmap v2531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:48.941675+0000 mgr.y (mgr.24491) 2886 : cluster [DBG] pgmap v2532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:48.941675+0000 mgr.y (mgr.24491) 2886 : cluster [DBG] pgmap v2532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:48.941675+0000 mgr.y (mgr.24491) 2886 : cluster [DBG] pgmap v2532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:56:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:50.942360+0000 mgr.y (mgr.24491) 2887 : cluster [DBG] pgmap v2533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:50.942360+0000 mgr.y (mgr.24491) 2887 : cluster [DBG] pgmap v2533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:50.942360+0000 mgr.y (mgr.24491) 2887 : cluster [DBG] pgmap v2533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:52.942823+0000 mgr.y (mgr.24491) 2888 : cluster [DBG] pgmap v2534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:55.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:52.942823+0000 mgr.y (mgr.24491) 2888 : cluster [DBG] pgmap v2534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:52.942823+0000 mgr.y (mgr.24491) 2888 : cluster [DBG] pgmap v2534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:54.943563+0000 mgr.y (mgr.24491) 2889 : cluster [DBG] pgmap v2535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:54.943563+0000 mgr.y (mgr.24491) 2889 : cluster [DBG] pgmap v2535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:54.943563+0000 mgr.y (mgr.24491) 2889 : cluster [DBG] pgmap v2535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:56:57] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:56:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:56:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:56.943988+0000 mgr.y (mgr.24491) 2890 : cluster [DBG] pgmap v2536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:56.943988+0000 mgr.y (mgr.24491) 2890 : cluster [DBG] pgmap v2536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:56:59.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:56.943988+0000 mgr.y (mgr.24491) 2890 : cluster [DBG] pgmap v2536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:56:58.944541+0000 mgr.y (mgr.24491) 2891 : cluster [DBG] pgmap v2537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:56:58.944541+0000 mgr.y (mgr.24491) 2891 : cluster [DBG] pgmap v2537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:56:58.944541+0000 mgr.y (mgr.24491) 2891 : cluster [DBG] pgmap v2537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:57:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:00.945252+0000 mgr.y (mgr.24491) 2892 : cluster [DBG] pgmap v2538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:00.945252+0000 mgr.y (mgr.24491) 2892 : cluster [DBG] pgmap v2538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:03.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:00.945252+0000 mgr.y (mgr.24491) 2892 : cluster [DBG] pgmap v2538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:02.945800+0000 mgr.y (mgr.24491) 2893 : cluster [DBG] pgmap v2539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:05.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:02.945800+0000 mgr.y (mgr.24491) 2893 : cluster [DBG] pgmap v2539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:02.945800+0000 mgr.y (mgr.24491) 2893 : cluster [DBG] pgmap v2539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:04.946525+0000 mgr.y (mgr.24491) 2894 : cluster [DBG] pgmap v2540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:04.946525+0000 mgr.y (mgr.24491) 2894 : cluster [DBG] pgmap v2540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:04.946525+0000 mgr.y (mgr.24491) 2894 : cluster [DBG] pgmap v2540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:07] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-04-20T04:57:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:06.947067+0000 mgr.y (mgr.24491) 2895 : cluster [DBG] pgmap v2541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:06.947067+0000 mgr.y (mgr.24491) 2895 : cluster [DBG] pgmap v2541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:09.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:06.947067+0000 mgr.y (mgr.24491) 2895 : cluster [DBG] pgmap v2541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:09.650 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:57:09.927 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:57:09.927 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (82m) 52s ago 83m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:57:09.927 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (83m) 51s ago 83m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:57:09.927 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (84m) 52s ago 84m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:57:09.927 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (84m) 51s ago 84m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:57:09.927 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (88m) 51s ago 88m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:57:09.927 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (90m) 52s ago 90m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:57:09.927 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (90m) 52s ago 90m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:57:09.927 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (88m) 51s ago 88m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:57:09.927 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (88m) 52s ago 88m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:57:09.927 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (84m) 52s ago 84m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:57:09.928 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (84m) 51s ago 84m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:57:09.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (87m) 52s ago 87m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:57:09.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (87m) 52s ago 87m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:57:09.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (87m) 52s ago 87m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:57:09.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (86m) 52s ago 86m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:57:09.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (86m) 51s ago 86m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:57:09.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (85m) 51s ago 85m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:57:09.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (85m) 51s ago 85m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:57:09.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (85m) 51s ago 85m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:57:09.928 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (82m) 51s ago 84m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:57:10.258 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:57:10.258 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:57:10.258 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:57:10.258 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:57:10.258 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:57:10.258 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:57:10.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:57:10.259 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:57:10.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:57:10.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:57:10.259 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:57:10.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:57:10.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:57:10.259 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:57:10.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:57:10.259 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:57:10.259 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:57:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:08.947575+0000 mgr.y (mgr.24491) 2896 : cluster [DBG] pgmap v2542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:57:09.640724+0000 mgr.y (mgr.24491) 2897 : audit [DBG] from='client.17808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:57:10.260602+0000 mon.c (mon.2) 125 : audit [DBG] from='client.? 172.21.15.177:0/1378235964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:57:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:08.947575+0000 mgr.y (mgr.24491) 2896 : cluster [DBG] pgmap v2542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:57:09.640724+0000 mgr.y (mgr.24491) 2897 : audit [DBG] from='client.17808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:57:10.260602+0000 mon.c (mon.2) 125 : audit [DBG] from='client.? 172.21.15.177:0/1378235964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:57:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:08.947575+0000 mgr.y (mgr.24491) 2896 : cluster [DBG] pgmap v2542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:57:09.640724+0000 mgr.y (mgr.24491) 2897 : audit [DBG] from='client.17808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:57:10.260602+0000 mon.c (mon.2) 125 : audit [DBG] from='client.? 172.21.15.177:0/1378235964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:57:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:57:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:57:09.921789+0000 mgr.y (mgr.24491) 2898 : audit [DBG] from='client.27719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:12.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:57:09.921789+0000 mgr.y (mgr.24491) 2898 : audit [DBG] from='client.27719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:57:09.921789+0000 mgr.y (mgr.24491) 2898 : audit [DBG] from='client.27719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:10.948256+0000 mgr.y (mgr.24491) 2899 : cluster [DBG] pgmap v2543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:10.948256+0000 mgr.y (mgr.24491) 2899 : cluster [DBG] pgmap v2543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:13.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:10.948256+0000 mgr.y (mgr.24491) 2899 : cluster [DBG] pgmap v2543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:15.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:12.948607+0000 mgr.y (mgr.24491) 2900 : cluster [DBG] pgmap v2544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:15.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:12.948607+0000 mgr.y (mgr.24491) 2900 : cluster [DBG] pgmap v2544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:12.948607+0000 mgr.y (mgr.24491) 2900 : cluster [DBG] pgmap v2544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:14.949372+0000 mgr.y (mgr.24491) 2901 : cluster [DBG] pgmap v2545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:14.949372+0000 mgr.y (mgr.24491) 2901 : cluster [DBG] pgmap v2545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:14.949372+0000 mgr.y (mgr.24491) 2901 : cluster [DBG] pgmap v2545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:17] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-04-20T04:57:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:16.949782+0000 mgr.y (mgr.24491) 2902 : cluster [DBG] pgmap v2546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:57:18.531467+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:57:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:16.949782+0000 mgr.y (mgr.24491) 2902 : cluster [DBG] pgmap v2546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:57:18.531467+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:57:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:16.949782+0000 mgr.y (mgr.24491) 2902 : cluster [DBG] pgmap v2546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:57:18.531467+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:57:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:57:18.824334+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:57:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:57:18.824986+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:57:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:57:18.829341+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:57:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:57:18.824334+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:57:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:57:18.824986+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:57:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:57:18.829341+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:57:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:57:18.824334+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:57:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:57:18.824986+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:57:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:57:18.829341+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:57:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:18.950419+0000 mgr.y (mgr.24491) 2903 : cluster [DBG] pgmap v2547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:18.950419+0000 mgr.y (mgr.24491) 2903 : cluster [DBG] pgmap v2547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:18.950419+0000 mgr.y (mgr.24491) 2903 : cluster [DBG] pgmap v2547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:57:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:20.951048+0000 mgr.y (mgr.24491) 2904 : cluster [DBG] pgmap v2548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:20.951048+0000 mgr.y (mgr.24491) 2904 : cluster [DBG] pgmap v2548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:20.951048+0000 mgr.y (mgr.24491) 2904 : cluster [DBG] pgmap v2548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:22.951424+0000 mgr.y (mgr.24491) 2905 : cluster [DBG] pgmap v2549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:22.951424+0000 mgr.y (mgr.24491) 2905 : cluster [DBG] pgmap v2549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:25.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:22.951424+0000 mgr.y (mgr.24491) 2905 : cluster [DBG] pgmap v2549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:24.952261+0000 mgr.y (mgr.24491) 2906 : cluster [DBG] pgmap v2550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:24.952261+0000 mgr.y (mgr.24491) 2906 : cluster [DBG] pgmap v2550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:24.952261+0000 mgr.y (mgr.24491) 2906 : cluster [DBG] pgmap v2550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:27] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-04-20T04:57:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:26.952641+0000 mgr.y (mgr.24491) 2907 : cluster [DBG] pgmap v2551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:26.952641+0000 mgr.y (mgr.24491) 2907 : cluster [DBG] pgmap v2551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:26.952641+0000 mgr.y (mgr.24491) 2907 : cluster [DBG] pgmap v2551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:28.953253+0000 mgr.y (mgr.24491) 2908 : cluster [DBG] pgmap v2552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:28.953253+0000 mgr.y (mgr.24491) 2908 : cluster [DBG] pgmap v2552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:28.953253+0000 mgr.y (mgr.24491) 2908 : cluster [DBG] pgmap v2552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:57:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:30.954054+0000 mgr.y (mgr.24491) 2909 : cluster [DBG] pgmap v2553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:30.954054+0000 mgr.y (mgr.24491) 2909 : cluster [DBG] pgmap v2553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:30.954054+0000 mgr.y (mgr.24491) 2909 : cluster [DBG] pgmap v2553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:32.954447+0000 mgr.y (mgr.24491) 2910 : cluster [DBG] pgmap v2554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:32.954447+0000 mgr.y (mgr.24491) 2910 : cluster [DBG] pgmap v2554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:32.954447+0000 mgr.y (mgr.24491) 2910 : cluster [DBG] pgmap v2554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:34.955334+0000 mgr.y (mgr.24491) 2911 : cluster [DBG] pgmap v2555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:34.955334+0000 mgr.y (mgr.24491) 2911 : cluster [DBG] pgmap v2555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:34.955334+0000 mgr.y (mgr.24491) 2911 : cluster [DBG] pgmap v2555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:37] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T04:57:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:36.955742+0000 mgr.y (mgr.24491) 2912 : cluster [DBG] pgmap v2556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:36.955742+0000 mgr.y (mgr.24491) 2912 : cluster [DBG] pgmap v2556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:36.955742+0000 mgr.y (mgr.24491) 2912 : cluster [DBG] pgmap v2556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:40.569 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:57:40.847 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:57:40.847 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (83m) 83s ago 84m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:57:40.847 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (84m) 82s ago 84m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:57:40.847 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (85m) 83s ago 85m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (85m) 82s ago 85m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (88m) 82s ago 88m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (90m) 83s ago 90m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (90m) 83s ago 90m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (89m) 82s ago 89m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (89m) 83s ago 89m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (84m) 83s ago 84m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (84m) 82s ago 84m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (88m) 83s ago 88m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (88m) 83s ago 88m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (87m) 83s ago 87m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (87m) 83s ago 87m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (86m) 82s ago 86m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:57:40.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (86m) 82s ago 86m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:57:40.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (86m) 82s ago 86m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:57:40.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (85m) 82s ago 85m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:57:40.849 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (83m) 82s ago 84m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:57:41.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:38.956166+0000 mgr.y (mgr.24491) 2913 : cluster [DBG] pgmap v2557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:38.956166+0000 mgr.y (mgr.24491) 2913 : cluster [DBG] pgmap v2557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:38.956166+0000 mgr.y (mgr.24491) 2913 : cluster [DBG] pgmap v2557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:41.181 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:57:41.181 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:57:41.182 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:57:41.183 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:57:41.183 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:57:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:57:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:57:40.559502+0000 mgr.y (mgr.24491) 2914 : audit [DBG] from='client.17826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:57:41.184038+0000 mon.c (mon.2) 126 : audit [DBG] from='client.? 172.21.15.177:0/2769045930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:57:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:57:40.559502+0000 mgr.y (mgr.24491) 2914 : audit [DBG] from='client.17826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:57:41.184038+0000 mon.c (mon.2) 126 : audit [DBG] from='client.? 172.21.15.177:0/2769045930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:57:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:57:40.559502+0000 mgr.y (mgr.24491) 2914 : audit [DBG] from='client.17826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:57:41.184038+0000 mon.c (mon.2) 126 : audit [DBG] from='client.? 172.21.15.177:0/2769045930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:57:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:57:40.842441+0000 mgr.y (mgr.24491) 2915 : audit [DBG] from='client.27737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:40.956717+0000 mgr.y (mgr.24491) 2916 : cluster [DBG] pgmap v2558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:57:40.842441+0000 mgr.y (mgr.24491) 2915 : audit [DBG] from='client.27737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:40.956717+0000 mgr.y (mgr.24491) 2916 : cluster [DBG] pgmap v2558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:57:40.842441+0000 mgr.y (mgr.24491) 2915 : audit [DBG] from='client.27737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:57:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:40.956717+0000 mgr.y (mgr.24491) 2916 : cluster [DBG] pgmap v2558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:42.957143+0000 mgr.y (mgr.24491) 2917 : cluster [DBG] pgmap v2559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:42.957143+0000 mgr.y (mgr.24491) 2917 : cluster [DBG] pgmap v2559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:42.957143+0000 mgr.y (mgr.24491) 2917 : cluster [DBG] pgmap v2559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:44.957744+0000 mgr.y (mgr.24491) 2918 : cluster [DBG] pgmap v2560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:44.957744+0000 mgr.y (mgr.24491) 2918 : cluster [DBG] pgmap v2560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:44.957744+0000 mgr.y (mgr.24491) 2918 : cluster [DBG] pgmap v2560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:47] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:57:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:46.958321+0000 mgr.y (mgr.24491) 2919 : cluster [DBG] pgmap v2561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:46.958321+0000 mgr.y (mgr.24491) 2919 : cluster [DBG] pgmap v2561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:46.958321+0000 mgr.y (mgr.24491) 2919 : cluster [DBG] pgmap v2561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:48.958781+0000 mgr.y (mgr.24491) 2920 : cluster [DBG] pgmap v2562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:48.958781+0000 mgr.y (mgr.24491) 2920 : cluster [DBG] pgmap v2562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:57:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:48.958781+0000 mgr.y (mgr.24491) 2920 : cluster [DBG] pgmap v2562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:50.959564+0000 mgr.y (mgr.24491) 2921 : cluster [DBG] pgmap v2563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:50.959564+0000 mgr.y (mgr.24491) 2921 : cluster [DBG] pgmap v2563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:50.959564+0000 mgr.y (mgr.24491) 2921 : cluster [DBG] pgmap v2563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:52.959916+0000 mgr.y (mgr.24491) 2922 : cluster [DBG] pgmap v2564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:52.959916+0000 mgr.y (mgr.24491) 2922 : cluster [DBG] pgmap v2564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:52.959916+0000 mgr.y (mgr.24491) 2922 : cluster [DBG] pgmap v2564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:54.960750+0000 mgr.y (mgr.24491) 2923 : cluster [DBG] pgmap v2565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:54.960750+0000 mgr.y (mgr.24491) 2923 : cluster [DBG] pgmap v2565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:54.960750+0000 mgr.y (mgr.24491) 2923 : cluster [DBG] pgmap v2565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:57:57] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:57:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:56.961242+0000 mgr.y (mgr.24491) 2924 : cluster [DBG] pgmap v2566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:56.961242+0000 mgr.y (mgr.24491) 2924 : cluster [DBG] pgmap v2566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:57:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:57:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:56.961242+0000 mgr.y (mgr.24491) 2924 : cluster [DBG] pgmap v2566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:57:58.961795+0000 mgr.y (mgr.24491) 2925 : cluster [DBG] pgmap v2567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:57:58.961795+0000 mgr.y (mgr.24491) 2925 : cluster [DBG] pgmap v2567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:57:58.961795+0000 mgr.y (mgr.24491) 2925 : cluster [DBG] pgmap v2567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:58:02.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:00.962518+0000 mgr.y (mgr.24491) 2926 : cluster [DBG] pgmap v2568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:00.962518+0000 mgr.y (mgr.24491) 2926 : cluster [DBG] pgmap v2568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:00.962518+0000 mgr.y (mgr.24491) 2926 : cluster [DBG] pgmap v2568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:04.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:02.962874+0000 mgr.y (mgr.24491) 2927 : cluster [DBG] pgmap v2569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:02.962874+0000 mgr.y (mgr.24491) 2927 : cluster [DBG] pgmap v2569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:02.962874+0000 mgr.y (mgr.24491) 2927 : cluster [DBG] pgmap v2569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:06.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:04.963544+0000 mgr.y (mgr.24491) 2928 : cluster [DBG] pgmap v2570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:04.963544+0000 mgr.y (mgr.24491) 2928 : cluster [DBG] pgmap v2570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:04.963544+0000 mgr.y (mgr.24491) 2928 : cluster [DBG] pgmap v2570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:08.027 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:07] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T04:58:08.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:06.963971+0000 mgr.y (mgr.24491) 2929 : cluster [DBG] pgmap v2571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:08.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:06.963971+0000 mgr.y (mgr.24491) 2929 : cluster [DBG] pgmap v2571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:06.963971+0000 mgr.y (mgr.24491) 2929 : cluster [DBG] pgmap v2571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:10.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:08.964478+0000 mgr.y (mgr.24491) 2930 : cluster [DBG] pgmap v2572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:08.964478+0000 mgr.y (mgr.24491) 2930 : cluster [DBG] pgmap v2572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:08.964478+0000 mgr.y (mgr.24491) 2930 : cluster [DBG] pgmap v2572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:11.492 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:58:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:58:11.766 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:58:11.766 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (83m) 114s ago 84m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:58:11.766 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (84m) 113s ago 84m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:58:11.766 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (85m) 114s ago 85m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:58:11.766 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (85m) 113s ago 85m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:58:11.766 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (89m) 113s ago 89m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:58:11.766 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (91m) 114s ago 91m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (91m) 114s ago 91m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (89m) 113s ago 89m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (89m) 114s ago 89m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (85m) 114s ago 85m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (85m) 113s ago 85m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (89m) 114s ago 89m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (88m) 114s ago 88m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (88m) 114s ago 88m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (87m) 114s ago 87m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (87m) 113s ago 87m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (87m) 113s ago 87m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (86m) 113s ago 86m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (86m) 113s ago 86m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:58:11.767 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (83m) 113s ago 85m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:58:12.099 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:58:12.099 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:58:12.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:58:12.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:58:12.099 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:58:12.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:58:12.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:58:12.099 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:58:12.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:58:12.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:58:12.099 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:58:12.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:58:12.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:58:12.100 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:58:12.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:58:12.100 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:58:12.100 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:58:12.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:10.965161+0000 mgr.y (mgr.24491) 2931 : cluster [DBG] pgmap v2573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:58:11.482403+0000 mgr.y (mgr.24491) 2932 : audit [DBG] from='client.17844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:58:11.759960+0000 mgr.y (mgr.24491) 2933 : audit [DBG] from='client.17850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:10.965161+0000 mgr.y (mgr.24491) 2931 : cluster [DBG] pgmap v2573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:58:11.482403+0000 mgr.y (mgr.24491) 2932 : audit [DBG] from='client.17844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:58:11.759960+0000 mgr.y (mgr.24491) 2933 : audit [DBG] from='client.17850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:10.965161+0000 mgr.y (mgr.24491) 2931 : cluster [DBG] pgmap v2573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:58:11.482403+0000 mgr.y (mgr.24491) 2932 : audit [DBG] from='client.17844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:58:11.759960+0000 mgr.y (mgr.24491) 2933 : audit [DBG] from='client.17850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:58:12.101372+0000 mon.c (mon.2) 127 : audit [DBG] from='client.? 172.21.15.177:0/512773280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:58:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:58:12.101372+0000 mon.c (mon.2) 127 : audit [DBG] from='client.? 172.21.15.177:0/512773280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:58:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:58:12.101372+0000 mon.c (mon.2) 127 : audit [DBG] from='client.? 172.21.15.177:0/512773280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:58:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:12.965565+0000 mgr.y (mgr.24491) 2934 : cluster [DBG] pgmap v2574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:12.965565+0000 mgr.y (mgr.24491) 2934 : cluster [DBG] pgmap v2574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:12.965565+0000 mgr.y (mgr.24491) 2934 : cluster [DBG] pgmap v2574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:16.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:14.966359+0000 mgr.y (mgr.24491) 2935 : cluster [DBG] pgmap v2575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:14.966359+0000 mgr.y (mgr.24491) 2935 : cluster [DBG] pgmap v2575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:14.966359+0000 mgr.y (mgr.24491) 2935 : cluster [DBG] pgmap v2575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:18.047 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:17] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:58:18.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:16.966703+0000 mgr.y (mgr.24491) 2936 : cluster [DBG] pgmap v2576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:16.966703+0000 mgr.y (mgr.24491) 2936 : cluster [DBG] pgmap v2576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:16.966703+0000 mgr.y (mgr.24491) 2936 : cluster [DBG] pgmap v2576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:19.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:58:18.833527+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:58:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:58:18.833527+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:58:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:58:18.833527+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:58:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:18.967041+0000 mgr.y (mgr.24491) 2937 : cluster [DBG] pgmap v2577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:58:19.137863+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:58:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:58:19.138481+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:58:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:58:19.142977+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:58:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:18.967041+0000 mgr.y (mgr.24491) 2937 : cluster [DBG] pgmap v2577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:58:19.137863+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:58:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:58:19.138481+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:58:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:58:19.142977+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:58:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:18.967041+0000 mgr.y (mgr.24491) 2937 : cluster [DBG] pgmap v2577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:58:19.137863+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:58:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:58:19.138481+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:58:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:58:19.142977+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:58:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:58:22.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:20.967673+0000 mgr.y (mgr.24491) 2938 : cluster [DBG] pgmap v2578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:20.967673+0000 mgr.y (mgr.24491) 2938 : cluster [DBG] pgmap v2578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:20.967673+0000 mgr.y (mgr.24491) 2938 : cluster [DBG] pgmap v2578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:24.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:22.968252+0000 mgr.y (mgr.24491) 2939 : cluster [DBG] pgmap v2579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:24.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:22.968252+0000 mgr.y (mgr.24491) 2939 : cluster [DBG] pgmap v2579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:24.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:22.968252+0000 mgr.y (mgr.24491) 2939 : cluster [DBG] pgmap v2579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:26.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:24.969106+0000 mgr.y (mgr.24491) 2940 : cluster [DBG] pgmap v2580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:24.969106+0000 mgr.y (mgr.24491) 2940 : cluster [DBG] pgmap v2580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:24.969106+0000 mgr.y (mgr.24491) 2940 : cluster [DBG] pgmap v2580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:28.069 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:27] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T04:58:28.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:26.969456+0000 mgr.y (mgr.24491) 2941 : cluster [DBG] pgmap v2581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:26.969456+0000 mgr.y (mgr.24491) 2941 : cluster [DBG] pgmap v2581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:26.969456+0000 mgr.y (mgr.24491) 2941 : cluster [DBG] pgmap v2581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:30.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:28.970019+0000 mgr.y (mgr.24491) 2942 : cluster [DBG] pgmap v2582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:28.970019+0000 mgr.y (mgr.24491) 2942 : cluster [DBG] pgmap v2582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:28.970019+0000 mgr.y (mgr.24491) 2942 : cluster [DBG] pgmap v2582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:58:32.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:30.970677+0000 mgr.y (mgr.24491) 2943 : cluster [DBG] pgmap v2583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:32.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:30.970677+0000 mgr.y (mgr.24491) 2943 : cluster [DBG] pgmap v2583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:30.970677+0000 mgr.y (mgr.24491) 2943 : cluster [DBG] pgmap v2583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:34.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:32.971053+0000 mgr.y (mgr.24491) 2944 : cluster [DBG] pgmap v2584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:32.971053+0000 mgr.y (mgr.24491) 2944 : cluster [DBG] pgmap v2584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:32.971053+0000 mgr.y (mgr.24491) 2944 : cluster [DBG] pgmap v2584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:36.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:34.971769+0000 mgr.y (mgr.24491) 2945 : cluster [DBG] pgmap v2585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:34.971769+0000 mgr.y (mgr.24491) 2945 : cluster [DBG] pgmap v2585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:34.971769+0000 mgr.y (mgr.24491) 2945 : cluster [DBG] pgmap v2585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:38.086 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:37] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-04-20T04:58:38.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:36.972145+0000 mgr.y (mgr.24491) 2946 : cluster [DBG] pgmap v2586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:36.972145+0000 mgr.y (mgr.24491) 2946 : cluster [DBG] pgmap v2586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:36.972145+0000 mgr.y (mgr.24491) 2946 : cluster [DBG] pgmap v2586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:40.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:38.972523+0000 mgr.y (mgr.24491) 2947 : cluster [DBG] pgmap v2587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:38.972523+0000 mgr.y (mgr.24491) 2947 : cluster [DBG] pgmap v2587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:38.972523+0000 mgr.y (mgr.24491) 2947 : cluster [DBG] pgmap v2587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:58:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:40.973334+0000 mgr.y (mgr.24491) 2948 : cluster [DBG] pgmap v2588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:42.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:40.973334+0000 mgr.y (mgr.24491) 2948 : cluster [DBG] pgmap v2588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:42.415 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:58:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:40.973334+0000 mgr.y (mgr.24491) 2948 : cluster [DBG] pgmap v2588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:42.698 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (84m) 2m ago 85m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (85m) 2m ago 85m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (86m) 2m ago 86m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (86m) 2m ago 86m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (89m) 2m ago 89m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (91m) 2m ago 91m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (91m) 2m ago 91m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (90m) 2m ago 90m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (90m) 2m ago 90m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (85m) 2m ago 85m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (85m) 2m ago 85m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (89m) 2m ago 89m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (89m) 2m ago 89m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:58:42.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (88m) 2m ago 88m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:58:42.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (88m) 2m ago 88m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:58:42.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (87m) 2m ago 87m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:58:42.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (87m) 2m ago 87m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:58:42.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (87m) 2m ago 87m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:58:42.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (86m) 2m ago 86m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:58:42.700 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (84m) 2m ago 85m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:58:43.043 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:58:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:58:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:58:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:58:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:58:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:58:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:58:43.044 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:58:43.044 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:58:43.044 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:58:43.044 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:58:43.044 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:58:43.044 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:58:43.044 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:58:43.044 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:58:43.044 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:58:43.044 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:58:43.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:58:42.405178+0000 mgr.y (mgr.24491) 2949 : audit [DBG] from='client.27767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:58:42.693446+0000 mgr.y (mgr.24491) 2950 : audit [DBG] from='client.17868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:58:43.045503+0000 mon.c (mon.2) 128 : audit [DBG] from='client.? 172.21.15.177:0/1125176342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:58:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:58:42.405178+0000 mgr.y (mgr.24491) 2949 : audit [DBG] from='client.27767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:58:42.693446+0000 mgr.y (mgr.24491) 2950 : audit [DBG] from='client.17868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:58:43.045503+0000 mon.c (mon.2) 128 : audit [DBG] from='client.? 172.21.15.177:0/1125176342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:58:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:58:42.405178+0000 mgr.y (mgr.24491) 2949 : audit [DBG] from='client.27767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:58:42.693446+0000 mgr.y (mgr.24491) 2950 : audit [DBG] from='client.17868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:58:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:58:43.045503+0000 mon.c (mon.2) 128 : audit [DBG] from='client.? 172.21.15.177:0/1125176342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:58:44.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:42.973672+0000 mgr.y (mgr.24491) 2951 : cluster [DBG] pgmap v2589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:42.973672+0000 mgr.y (mgr.24491) 2951 : cluster [DBG] pgmap v2589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:42.973672+0000 mgr.y (mgr.24491) 2951 : cluster [DBG] pgmap v2589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:46.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:44.974306+0000 mgr.y (mgr.24491) 2952 : cluster [DBG] pgmap v2590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:44.974306+0000 mgr.y (mgr.24491) 2952 : cluster [DBG] pgmap v2590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:44.974306+0000 mgr.y (mgr.24491) 2952 : cluster [DBG] pgmap v2590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:48.107 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:47] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T04:58:48.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:46.974776+0000 mgr.y (mgr.24491) 2953 : cluster [DBG] pgmap v2591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:46.974776+0000 mgr.y (mgr.24491) 2953 : cluster [DBG] pgmap v2591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:46.974776+0000 mgr.y (mgr.24491) 2953 : cluster [DBG] pgmap v2591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:50.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:48.975316+0000 mgr.y (mgr.24491) 2954 : cluster [DBG] pgmap v2592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:48.975316+0000 mgr.y (mgr.24491) 2954 : cluster [DBG] pgmap v2592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:48.975316+0000 mgr.y (mgr.24491) 2954 : cluster [DBG] pgmap v2592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:58:52.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:50.975916+0000 mgr.y (mgr.24491) 2955 : cluster [DBG] pgmap v2593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:52.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:50.975916+0000 mgr.y (mgr.24491) 2955 : cluster [DBG] pgmap v2593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:50.975916+0000 mgr.y (mgr.24491) 2955 : cluster [DBG] pgmap v2593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:54.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:52.976301+0000 mgr.y (mgr.24491) 2956 : cluster [DBG] pgmap v2594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:52.976301+0000 mgr.y (mgr.24491) 2956 : cluster [DBG] pgmap v2594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:52.976301+0000 mgr.y (mgr.24491) 2956 : cluster [DBG] pgmap v2594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:56.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:54.976951+0000 mgr.y (mgr.24491) 2957 : cluster [DBG] pgmap v2595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:54.976951+0000 mgr.y (mgr.24491) 2957 : cluster [DBG] pgmap v2595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:54.976951+0000 mgr.y (mgr.24491) 2957 : cluster [DBG] pgmap v2595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:58.121 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:58:57] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T04:58:58.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:56.977445+0000 mgr.y (mgr.24491) 2958 : cluster [DBG] pgmap v2596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:56.977445+0000 mgr.y (mgr.24491) 2958 : cluster [DBG] pgmap v2596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:58:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:58:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:56.977445+0000 mgr.y (mgr.24491) 2958 : cluster [DBG] pgmap v2596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:58:58.977936+0000 mgr.y (mgr.24491) 2959 : cluster [DBG] pgmap v2597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:58:58.977936+0000 mgr.y (mgr.24491) 2959 : cluster [DBG] pgmap v2597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:58:58.977936+0000 mgr.y (mgr.24491) 2959 : cluster [DBG] pgmap v2597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:59:02.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:00.978709+0000 mgr.y (mgr.24491) 2960 : cluster [DBG] pgmap v2598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:02.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:00.978709+0000 mgr.y (mgr.24491) 2960 : cluster [DBG] pgmap v2598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:00.978709+0000 mgr.y (mgr.24491) 2960 : cluster [DBG] pgmap v2598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:04.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:02.979305+0000 mgr.y (mgr.24491) 2961 : cluster [DBG] pgmap v2599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:02.979305+0000 mgr.y (mgr.24491) 2961 : cluster [DBG] pgmap v2599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:02.979305+0000 mgr.y (mgr.24491) 2961 : cluster [DBG] pgmap v2599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:06.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:04.980079+0000 mgr.y (mgr.24491) 2962 : cluster [DBG] pgmap v2600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:04.980079+0000 mgr.y (mgr.24491) 2962 : cluster [DBG] pgmap v2600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:04.980079+0000 mgr.y (mgr.24491) 2962 : cluster [DBG] pgmap v2600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:08.140 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:07] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T04:59:08.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:06.980524+0000 mgr.y (mgr.24491) 2963 : cluster [DBG] pgmap v2601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:08.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:06.980524+0000 mgr.y (mgr.24491) 2963 : cluster [DBG] pgmap v2601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:06.980524+0000 mgr.y (mgr.24491) 2963 : cluster [DBG] pgmap v2601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:10.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:08.980997+0000 mgr.y (mgr.24491) 2964 : cluster [DBG] pgmap v2602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:08.980997+0000 mgr.y (mgr.24491) 2964 : cluster [DBG] pgmap v2602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:08.980997+0000 mgr.y (mgr.24491) 2964 : cluster [DBG] pgmap v2602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:59:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:10.981647+0000 mgr.y (mgr.24491) 2965 : cluster [DBG] pgmap v2603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:10.981647+0000 mgr.y (mgr.24491) 2965 : cluster [DBG] pgmap v2603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:10.981647+0000 mgr.y (mgr.24491) 2965 : cluster [DBG] pgmap v2603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:13.354 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:59:13.630 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:59:13.630 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (85m) 2m ago 85m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:59:13.630 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (85m) 2m ago 85m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:59:13.630 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (86m) 2m ago 86m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (86m) 2m ago 86m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (90m) 2m ago 90m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (92m) 2m ago 92m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (92m) 2m ago 92m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (90m) 2m ago 90m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (90m) 2m ago 90m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (86m) 2m ago 86m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (86m) 2m ago 86m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (90m) 2m ago 90m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (89m) 2m ago 89m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (89m) 2m ago 89m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (88m) 2m ago 88m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (88m) 2m ago 88m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (88m) 2m ago 88m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (87m) 2m ago 87m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (87m) 2m ago 87m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:59:13.631 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (84m) 2m ago 86m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:59:13.968 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:59:13.969 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:59:13.970 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:59:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:12.982111+0000 mgr.y (mgr.24491) 2966 : cluster [DBG] pgmap v2604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:59:13.343992+0000 mgr.y (mgr.24491) 2967 : audit [DBG] from='client.27785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:59:13.624946+0000 mgr.y (mgr.24491) 2968 : audit [DBG] from='client.27791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:59:13.971190+0000 mon.a (mon.0) 1254 : audit [DBG] from='client.? 172.21.15.177:0/2866977395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:59:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:12.982111+0000 mgr.y (mgr.24491) 2966 : cluster [DBG] pgmap v2604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:59:13.343992+0000 mgr.y (mgr.24491) 2967 : audit [DBG] from='client.27785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:59:13.624946+0000 mgr.y (mgr.24491) 2968 : audit [DBG] from='client.27791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:59:13.971190+0000 mon.a (mon.0) 1254 : audit [DBG] from='client.? 172.21.15.177:0/2866977395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:59:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:12.982111+0000 mgr.y (mgr.24491) 2966 : cluster [DBG] pgmap v2604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:59:13.343992+0000 mgr.y (mgr.24491) 2967 : audit [DBG] from='client.27785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:59:13.624946+0000 mgr.y (mgr.24491) 2968 : audit [DBG] from='client.27791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:59:13.971190+0000 mon.a (mon.0) 1254 : audit [DBG] from='client.? 172.21.15.177:0/2866977395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:59:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:14.982886+0000 mgr.y (mgr.24491) 2969 : cluster [DBG] pgmap v2605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:16.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:14.982886+0000 mgr.y (mgr.24491) 2969 : cluster [DBG] pgmap v2605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:16.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:14.982886+0000 mgr.y (mgr.24491) 2969 : cluster [DBG] pgmap v2605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:17] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T04:59:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:16.983301+0000 mgr.y (mgr.24491) 2970 : cluster [DBG] pgmap v2606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:16.983301+0000 mgr.y (mgr.24491) 2970 : cluster [DBG] pgmap v2606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:16.983301+0000 mgr.y (mgr.24491) 2970 : cluster [DBG] pgmap v2606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:59:19.147858+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:59:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:59:19.147858+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:59:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:59:19.147858+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T04:59:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:18.983783+0000 mgr.y (mgr.24491) 2971 : cluster [DBG] pgmap v2607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:59:19.394132+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:59:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:59:19.671825+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:59:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:59:19.672431+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:59:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:59:19.679004+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:59:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:18.983783+0000 mgr.y (mgr.24491) 2971 : cluster [DBG] pgmap v2607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:59:19.394132+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:59:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:59:19.671825+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:59:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:59:19.672431+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:59:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:59:19.679004+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:59:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:18.983783+0000 mgr.y (mgr.24491) 2971 : cluster [DBG] pgmap v2607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:59:19.394132+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:59:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:59:19.671825+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T04:59:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:59:19.672431+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T04:59:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:59:19.679004+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T04:59:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:59:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:20.984515+0000 mgr.y (mgr.24491) 2972 : cluster [DBG] pgmap v2608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:20.984515+0000 mgr.y (mgr.24491) 2972 : cluster [DBG] pgmap v2608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:20.984515+0000 mgr.y (mgr.24491) 2972 : cluster [DBG] pgmap v2608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:22.984927+0000 mgr.y (mgr.24491) 2973 : cluster [DBG] pgmap v2609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:22.984927+0000 mgr.y (mgr.24491) 2973 : cluster [DBG] pgmap v2609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:22.984927+0000 mgr.y (mgr.24491) 2973 : cluster [DBG] pgmap v2609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:24.985831+0000 mgr.y (mgr.24491) 2974 : cluster [DBG] pgmap v2610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:24.985831+0000 mgr.y (mgr.24491) 2974 : cluster [DBG] pgmap v2610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:24.985831+0000 mgr.y (mgr.24491) 2974 : cluster [DBG] pgmap v2610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:27] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T04:59:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:26.986253+0000 mgr.y (mgr.24491) 2975 : cluster [DBG] pgmap v2611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:26.986253+0000 mgr.y (mgr.24491) 2975 : cluster [DBG] pgmap v2611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:26.986253+0000 mgr.y (mgr.24491) 2975 : cluster [DBG] pgmap v2611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:28.986658+0000 mgr.y (mgr.24491) 2976 : cluster [DBG] pgmap v2612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:28.986658+0000 mgr.y (mgr.24491) 2976 : cluster [DBG] pgmap v2612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:28.986658+0000 mgr.y (mgr.24491) 2976 : cluster [DBG] pgmap v2612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:59:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:30.987539+0000 mgr.y (mgr.24491) 2977 : cluster [DBG] pgmap v2613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:30.987539+0000 mgr.y (mgr.24491) 2977 : cluster [DBG] pgmap v2613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:30.987539+0000 mgr.y (mgr.24491) 2977 : cluster [DBG] pgmap v2613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:32.988045+0000 mgr.y (mgr.24491) 2978 : cluster [DBG] pgmap v2614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:32.988045+0000 mgr.y (mgr.24491) 2978 : cluster [DBG] pgmap v2614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:32.988045+0000 mgr.y (mgr.24491) 2978 : cluster [DBG] pgmap v2614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:34.988699+0000 mgr.y (mgr.24491) 2979 : cluster [DBG] pgmap v2615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:34.988699+0000 mgr.y (mgr.24491) 2979 : cluster [DBG] pgmap v2615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:34.988699+0000 mgr.y (mgr.24491) 2979 : cluster [DBG] pgmap v2615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:37] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T04:59:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:36.989138+0000 mgr.y (mgr.24491) 2980 : cluster [DBG] pgmap v2616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:36.989138+0000 mgr.y (mgr.24491) 2980 : cluster [DBG] pgmap v2616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:36.989138+0000 mgr.y (mgr.24491) 2980 : cluster [DBG] pgmap v2616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:38.989616+0000 mgr.y (mgr.24491) 2981 : cluster [DBG] pgmap v2617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:38.989616+0000 mgr.y (mgr.24491) 2981 : cluster [DBG] pgmap v2617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:38.989616+0000 mgr.y (mgr.24491) 2981 : cluster [DBG] pgmap v2617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:59:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:40.990261+0000 mgr.y (mgr.24491) 2982 : cluster [DBG] pgmap v2618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:40.990261+0000 mgr.y (mgr.24491) 2982 : cluster [DBG] pgmap v2618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:40.990261+0000 mgr.y (mgr.24491) 2982 : cluster [DBG] pgmap v2618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:44.279 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T04:59:44.555 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T04:59:44.555 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (85m) 3m ago 86m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T04:59:44.555 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (86m) 3m ago 86m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T04:59:44.555 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (87m) 3m ago 87m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T04:59:44.555 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (87m) 3m ago 87m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T04:59:44.555 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (90m) 3m ago 90m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T04:59:44.555 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (92m) 3m ago 92m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T04:59:44.555 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (92m) 3m ago 92m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T04:59:44.555 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (91m) 3m ago 91m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T04:59:44.555 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (91m) 3m ago 91m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T04:59:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (86m) 3m ago 86m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T04:59:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (86m) 3m ago 86m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T04:59:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (90m) 3m ago 90m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T04:59:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (90m) 3m ago 90m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T04:59:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (89m) 3m ago 89m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T04:59:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (89m) 3m ago 89m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T04:59:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (88m) 3m ago 88m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T04:59:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (88m) 3m ago 88m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T04:59:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (88m) 3m ago 88m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T04:59:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (87m) 3m ago 87m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T04:59:44.556 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (85m) 3m ago 86m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T04:59:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:42.990656+0000 mgr.y (mgr.24491) 2983 : cluster [DBG] pgmap v2619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:44.891 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T04:59:44.891 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T04:59:44.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T04:59:44.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:59:44.891 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T04:59:44.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:59:44.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:59:44.892 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T04:59:44.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T04:59:44.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:59:44.892 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T04:59:44.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T04:59:44.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T04:59:44.892 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T04:59:44.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T04:59:44.892 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T04:59:44.892 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T04:59:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:42.990656+0000 mgr.y (mgr.24491) 2983 : cluster [DBG] pgmap v2619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:42.990656+0000 mgr.y (mgr.24491) 2983 : cluster [DBG] pgmap v2619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:59:44.269323+0000 mgr.y (mgr.24491) 2984 : audit [DBG] from='client.17898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:59:44.549103+0000 mgr.y (mgr.24491) 2985 : audit [DBG] from='client.27809 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T04:59:44.893517+0000 mon.c (mon.2) 129 : audit [DBG] from='client.? 172.21.15.177:0/3480428327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:59:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:59:44.269323+0000 mgr.y (mgr.24491) 2984 : audit [DBG] from='client.17898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:59:44.549103+0000 mgr.y (mgr.24491) 2985 : audit [DBG] from='client.27809 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T04:59:44.893517+0000 mon.c (mon.2) 129 : audit [DBG] from='client.? 172.21.15.177:0/3480428327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:59:45.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:59:44.269323+0000 mgr.y (mgr.24491) 2984 : audit [DBG] from='client.17898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:45.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:59:44.549103+0000 mgr.y (mgr.24491) 2985 : audit [DBG] from='client.27809 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T04:59:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T04:59:44.893517+0000 mon.c (mon.2) 129 : audit [DBG] from='client.? 172.21.15.177:0/3480428327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T04:59:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:44.991401+0000 mgr.y (mgr.24491) 2986 : cluster [DBG] pgmap v2620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:44.991401+0000 mgr.y (mgr.24491) 2986 : cluster [DBG] pgmap v2620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:44.991401+0000 mgr.y (mgr.24491) 2986 : cluster [DBG] pgmap v2620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:47] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T04:59:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:46.991836+0000 mgr.y (mgr.24491) 2987 : cluster [DBG] pgmap v2621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:46.991836+0000 mgr.y (mgr.24491) 2987 : cluster [DBG] pgmap v2621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:46.991836+0000 mgr.y (mgr.24491) 2987 : cluster [DBG] pgmap v2621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:48.992292+0000 mgr.y (mgr.24491) 2988 : cluster [DBG] pgmap v2622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:50.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:48.992292+0000 mgr.y (mgr.24491) 2988 : cluster [DBG] pgmap v2622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:48.992292+0000 mgr.y (mgr.24491) 2988 : cluster [DBG] pgmap v2622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 04:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T04:59:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:50.992995+0000 mgr.y (mgr.24491) 2989 : cluster [DBG] pgmap v2623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:50.992995+0000 mgr.y (mgr.24491) 2989 : cluster [DBG] pgmap v2623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:52.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:50.992995+0000 mgr.y (mgr.24491) 2989 : cluster [DBG] pgmap v2623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:52.993381+0000 mgr.y (mgr.24491) 2990 : cluster [DBG] pgmap v2624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:52.993381+0000 mgr.y (mgr.24491) 2990 : cluster [DBG] pgmap v2624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:52.993381+0000 mgr.y (mgr.24491) 2990 : cluster [DBG] pgmap v2624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:54.994054+0000 mgr.y (mgr.24491) 2991 : cluster [DBG] pgmap v2625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:56.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:54.994054+0000 mgr.y (mgr.24491) 2991 : cluster [DBG] pgmap v2625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:56.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:54.994054+0000 mgr.y (mgr.24491) 2991 : cluster [DBG] pgmap v2625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 04:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:04:59:57] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T04:59:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 04:59:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:56.994449+0000 mgr.y (mgr.24491) 2992 : cluster [DBG] pgmap v2626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 04:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:56.994449+0000 mgr.y (mgr.24491) 2992 : cluster [DBG] pgmap v2626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T04:59:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 04:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:56.994449+0000 mgr.y (mgr.24491) 2992 : cluster [DBG] pgmap v2626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T04:59:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:00:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T04:59:58.994846+0000 mgr.y (mgr.24491) 2993 : cluster [DBG] pgmap v2627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:00.000169+0000 mon.a (mon.0) 1260 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:00:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T04:59:58.994846+0000 mgr.y (mgr.24491) 2993 : cluster [DBG] pgmap v2627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:00.000169+0000 mon.a (mon.0) 1260 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:00:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T04:59:58.994846+0000 mgr.y (mgr.24491) 2993 : cluster [DBG] pgmap v2627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:00.000169+0000 mon.a (mon.0) 1260 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:00:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:00:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:00.995425+0000 mgr.y (mgr.24491) 2994 : cluster [DBG] pgmap v2628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:00.995425+0000 mgr.y (mgr.24491) 2994 : cluster [DBG] pgmap v2628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:00.995425+0000 mgr.y (mgr.24491) 2994 : cluster [DBG] pgmap v2628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:02.995931+0000 mgr.y (mgr.24491) 2995 : cluster [DBG] pgmap v2629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:02.995931+0000 mgr.y (mgr.24491) 2995 : cluster [DBG] pgmap v2629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:02.995931+0000 mgr.y (mgr.24491) 2995 : cluster [DBG] pgmap v2629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:04.996782+0000 mgr.y (mgr.24491) 2996 : cluster [DBG] pgmap v2630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:04.996782+0000 mgr.y (mgr.24491) 2996 : cluster [DBG] pgmap v2630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:04.996782+0000 mgr.y (mgr.24491) 2996 : cluster [DBG] pgmap v2630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:07] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:00:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:06.997375+0000 mgr.y (mgr.24491) 2997 : cluster [DBG] pgmap v2631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:06.997375+0000 mgr.y (mgr.24491) 2997 : cluster [DBG] pgmap v2631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:09.061 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:06.997375+0000 mgr.y (mgr.24491) 2997 : cluster [DBG] pgmap v2631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:08.997795+0000 mgr.y (mgr.24491) 2998 : cluster [DBG] pgmap v2632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:08.997795+0000 mgr.y (mgr.24491) 2998 : cluster [DBG] pgmap v2632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:08.997795+0000 mgr.y (mgr.24491) 2998 : cluster [DBG] pgmap v2632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:00:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:10.998431+0000 mgr.y (mgr.24491) 2999 : cluster [DBG] pgmap v2633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:10.998431+0000 mgr.y (mgr.24491) 2999 : cluster [DBG] pgmap v2633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:10.998431+0000 mgr.y (mgr.24491) 2999 : cluster [DBG] pgmap v2633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:12.998863+0000 mgr.y (mgr.24491) 3000 : cluster [DBG] pgmap v2634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:12.998863+0000 mgr.y (mgr.24491) 3000 : cluster [DBG] pgmap v2634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:12.998863+0000 mgr.y (mgr.24491) 3000 : cluster [DBG] pgmap v2634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:15.203 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:00:15.479 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:00:15.479 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (86m) 3m ago 86m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:00:15.479 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (86m) 3m ago 86m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (87m) 3m ago 87m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (87m) 3m ago 87m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (91m) 3m ago 91m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (93m) 3m ago 93m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (93m) 3m ago 93m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (91m) 3m ago 91m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (91m) 3m ago 91m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (87m) 3m ago 87m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (87m) 3m ago 87m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (91m) 3m ago 91m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (90m) 3m ago 90m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (90m) 3m ago 90m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (89m) 3m ago 89m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (89m) 3m ago 89m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:00:15.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (89m) 3m ago 89m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:00:15.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (88m) 3m ago 88m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:00:15.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (88m) 3m ago 88m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:00:15.481 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (85m) 3m ago 87m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:00:15.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:00:15.814 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:00:15.814 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:00:15.814 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:00:15.814 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:00:15.814 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:00:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:14.999419+0000 mgr.y (mgr.24491) 3001 : cluster [DBG] pgmap v2635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:00:15.193123+0000 mgr.y (mgr.24491) 3002 : audit [DBG] from='client.27821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:00:15.473775+0000 mgr.y (mgr.24491) 3003 : audit [DBG] from='client.27827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:00:15.814728+0000 mon.c (mon.2) 130 : audit [DBG] from='client.? 172.21.15.177:0/4268722204' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:00:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:14.999419+0000 mgr.y (mgr.24491) 3001 : cluster [DBG] pgmap v2635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:00:15.193123+0000 mgr.y (mgr.24491) 3002 : audit [DBG] from='client.27821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:00:15.473775+0000 mgr.y (mgr.24491) 3003 : audit [DBG] from='client.27827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:00:15.814728+0000 mon.c (mon.2) 130 : audit [DBG] from='client.? 172.21.15.177:0/4268722204' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:00:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:14.999419+0000 mgr.y (mgr.24491) 3001 : cluster [DBG] pgmap v2635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:00:15.193123+0000 mgr.y (mgr.24491) 3002 : audit [DBG] from='client.27821 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:00:15.473775+0000 mgr.y (mgr.24491) 3003 : audit [DBG] from='client.27827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:00:15.814728+0000 mon.c (mon.2) 130 : audit [DBG] from='client.? 172.21.15.177:0/4268722204' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:00:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:00:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:16.999839+0000 mgr.y (mgr.24491) 3004 : cluster [DBG] pgmap v2636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:16.999839+0000 mgr.y (mgr.24491) 3004 : cluster [DBG] pgmap v2636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:16.999839+0000 mgr.y (mgr.24491) 3004 : cluster [DBG] pgmap v2636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:19.000291+0000 mgr.y (mgr.24491) 3005 : cluster [DBG] pgmap v2637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:00:19.683261+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:00:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:00:19.928058+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:00:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:00:20.205357+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:00:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:00:20.206024+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:00:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:00:20.210845+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:00:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:19.000291+0000 mgr.y (mgr.24491) 3005 : cluster [DBG] pgmap v2637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:00:19.683261+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:00:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:00:19.928058+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:00:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:00:20.205357+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:00:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:00:20.206024+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:00:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:00:20.210845+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:00:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:19.000291+0000 mgr.y (mgr.24491) 3005 : cluster [DBG] pgmap v2637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:00:19.683261+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:00:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:00:19.928058+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:00:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:00:20.205357+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:00:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:00:20.206024+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:00:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:00:20.210845+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:00:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:00:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:21.001116+0000 mgr.y (mgr.24491) 3006 : cluster [DBG] pgmap v2638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:21.001116+0000 mgr.y (mgr.24491) 3006 : cluster [DBG] pgmap v2638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:21.001116+0000 mgr.y (mgr.24491) 3006 : cluster [DBG] pgmap v2638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:23.001508+0000 mgr.y (mgr.24491) 3007 : cluster [DBG] pgmap v2639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:23.001508+0000 mgr.y (mgr.24491) 3007 : cluster [DBG] pgmap v2639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:23.001508+0000 mgr.y (mgr.24491) 3007 : cluster [DBG] pgmap v2639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:25.002382+0000 mgr.y (mgr.24491) 3008 : cluster [DBG] pgmap v2640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:25.002382+0000 mgr.y (mgr.24491) 3008 : cluster [DBG] pgmap v2640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:25.002382+0000 mgr.y (mgr.24491) 3008 : cluster [DBG] pgmap v2640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:00:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:27.002835+0000 mgr.y (mgr.24491) 3009 : cluster [DBG] pgmap v2641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:27.002835+0000 mgr.y (mgr.24491) 3009 : cluster [DBG] pgmap v2641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:27.002835+0000 mgr.y (mgr.24491) 3009 : cluster [DBG] pgmap v2641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:29.003257+0000 mgr.y (mgr.24491) 3010 : cluster [DBG] pgmap v2642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:29.003257+0000 mgr.y (mgr.24491) 3010 : cluster [DBG] pgmap v2642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:29.003257+0000 mgr.y (mgr.24491) 3010 : cluster [DBG] pgmap v2642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:00:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:31.003917+0000 mgr.y (mgr.24491) 3011 : cluster [DBG] pgmap v2643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:31.003917+0000 mgr.y (mgr.24491) 3011 : cluster [DBG] pgmap v2643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:31.003917+0000 mgr.y (mgr.24491) 3011 : cluster [DBG] pgmap v2643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:33.004388+0000 mgr.y (mgr.24491) 3012 : cluster [DBG] pgmap v2644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:33.004388+0000 mgr.y (mgr.24491) 3012 : cluster [DBG] pgmap v2644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:33.004388+0000 mgr.y (mgr.24491) 3012 : cluster [DBG] pgmap v2644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:35.005061+0000 mgr.y (mgr.24491) 3013 : cluster [DBG] pgmap v2645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:35.005061+0000 mgr.y (mgr.24491) 3013 : cluster [DBG] pgmap v2645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:35.005061+0000 mgr.y (mgr.24491) 3013 : cluster [DBG] pgmap v2645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:37] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:00:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:37.005487+0000 mgr.y (mgr.24491) 3014 : cluster [DBG] pgmap v2646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:37.005487+0000 mgr.y (mgr.24491) 3014 : cluster [DBG] pgmap v2646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:37.005487+0000 mgr.y (mgr.24491) 3014 : cluster [DBG] pgmap v2646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:39.005919+0000 mgr.y (mgr.24491) 3015 : cluster [DBG] pgmap v2647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:39.005919+0000 mgr.y (mgr.24491) 3015 : cluster [DBG] pgmap v2647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:39.005919+0000 mgr.y (mgr.24491) 3015 : cluster [DBG] pgmap v2647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:00:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:41.006773+0000 mgr.y (mgr.24491) 3016 : cluster [DBG] pgmap v2648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:41.006773+0000 mgr.y (mgr.24491) 3016 : cluster [DBG] pgmap v2648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:41.006773+0000 mgr.y (mgr.24491) 3016 : cluster [DBG] pgmap v2648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:43.007216+0000 mgr.y (mgr.24491) 3017 : cluster [DBG] pgmap v2649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:43.007216+0000 mgr.y (mgr.24491) 3017 : cluster [DBG] pgmap v2649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:43.007216+0000 mgr.y (mgr.24491) 3017 : cluster [DBG] pgmap v2649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:46.120 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:00:46.396 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:00:46.396 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (86m) 4m ago 87m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:00:46.396 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (87m) 4m ago 87m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:00:46.396 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (88m) 4m ago 88m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:00:46.396 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (88m) 4m ago 88m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:00:46.396 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (91m) 4m ago 91m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:00:46.396 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (93m) 4m ago 93m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (93m) 4m ago 93m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (92m) 4m ago 92m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (92m) 4m ago 92m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (87m) 4m ago 87m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (87m) 4m ago 87m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (91m) 4m ago 91m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (91m) 4m ago 91m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (90m) 4m ago 90m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (90m) 4m ago 90m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (90m) 4m ago 89m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (89m) 4m ago 89m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (89m) 4m ago 89m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (88m) 4m ago 88m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:00:46.397 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (86m) 4m ago 87m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:00:46.735 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:00:46.735 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:00:46.735 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:00:46.735 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:00:46.735 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:00:46.735 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:00:46.735 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:00:46.735 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:00:46.735 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:00:46.735 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:00:46.735 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:00:46.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:00:46.736 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:00:46.736 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:00:46.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:00:46.736 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:00:46.736 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:00:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:45.007846+0000 mgr.y (mgr.24491) 3018 : cluster [DBG] pgmap v2650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:45.007846+0000 mgr.y (mgr.24491) 3018 : cluster [DBG] pgmap v2650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:45.007846+0000 mgr.y (mgr.24491) 3018 : cluster [DBG] pgmap v2650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:47.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:47] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:00:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:00:46.111099+0000 mgr.y (mgr.24491) 3019 : audit [DBG] from='client.17934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:00:46.391072+0000 mgr.y (mgr.24491) 3020 : audit [DBG] from='client.27845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:00:46.736535+0000 mon.c (mon.2) 131 : audit [DBG] from='client.? 172.21.15.177:0/42106360' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:00:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:00:46.111099+0000 mgr.y (mgr.24491) 3019 : audit [DBG] from='client.17934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:00:46.391072+0000 mgr.y (mgr.24491) 3020 : audit [DBG] from='client.27845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:00:46.736535+0000 mon.c (mon.2) 131 : audit [DBG] from='client.? 172.21.15.177:0/42106360' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:00:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:00:46.111099+0000 mgr.y (mgr.24491) 3019 : audit [DBG] from='client.17934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:00:46.391072+0000 mgr.y (mgr.24491) 3020 : audit [DBG] from='client.27845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:00:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:00:46.736535+0000 mon.c (mon.2) 131 : audit [DBG] from='client.? 172.21.15.177:0/42106360' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:00:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:47.008214+0000 mgr.y (mgr.24491) 3021 : cluster [DBG] pgmap v2651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:48.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:47.008214+0000 mgr.y (mgr.24491) 3021 : cluster [DBG] pgmap v2651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:47.008214+0000 mgr.y (mgr.24491) 3021 : cluster [DBG] pgmap v2651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:49.008645+0000 mgr.y (mgr.24491) 3022 : cluster [DBG] pgmap v2652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:49.008645+0000 mgr.y (mgr.24491) 3022 : cluster [DBG] pgmap v2652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:49.008645+0000 mgr.y (mgr.24491) 3022 : cluster [DBG] pgmap v2652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:00:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:51.009397+0000 mgr.y (mgr.24491) 3023 : cluster [DBG] pgmap v2653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:51.009397+0000 mgr.y (mgr.24491) 3023 : cluster [DBG] pgmap v2653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:51.009397+0000 mgr.y (mgr.24491) 3023 : cluster [DBG] pgmap v2653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:53.009916+0000 mgr.y (mgr.24491) 3024 : cluster [DBG] pgmap v2654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:53.009916+0000 mgr.y (mgr.24491) 3024 : cluster [DBG] pgmap v2654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:53.009916+0000 mgr.y (mgr.24491) 3024 : cluster [DBG] pgmap v2654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:55.010677+0000 mgr.y (mgr.24491) 3025 : cluster [DBG] pgmap v2655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:56.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:55.010677+0000 mgr.y (mgr.24491) 3025 : cluster [DBG] pgmap v2655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:55.010677+0000 mgr.y (mgr.24491) 3025 : cluster [DBG] pgmap v2655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:00:57] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:00:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:00:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:57.011179+0000 mgr.y (mgr.24491) 3026 : cluster [DBG] pgmap v2656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:58.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:00:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:57.011179+0000 mgr.y (mgr.24491) 3026 : cluster [DBG] pgmap v2656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:00:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:00:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:57.011179+0000 mgr.y (mgr.24491) 3026 : cluster [DBG] pgmap v2656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:00:59.011534+0000 mgr.y (mgr.24491) 3027 : cluster [DBG] pgmap v2657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:00:59.011534+0000 mgr.y (mgr.24491) 3027 : cluster [DBG] pgmap v2657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:00:59.011534+0000 mgr.y (mgr.24491) 3027 : cluster [DBG] pgmap v2657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:01:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:01.012129+0000 mgr.y (mgr.24491) 3028 : cluster [DBG] pgmap v2658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:01.012129+0000 mgr.y (mgr.24491) 3028 : cluster [DBG] pgmap v2658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:01.012129+0000 mgr.y (mgr.24491) 3028 : cluster [DBG] pgmap v2658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:03.012654+0000 mgr.y (mgr.24491) 3029 : cluster [DBG] pgmap v2659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:03.012654+0000 mgr.y (mgr.24491) 3029 : cluster [DBG] pgmap v2659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:03.012654+0000 mgr.y (mgr.24491) 3029 : cluster [DBG] pgmap v2659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:05.013421+0000 mgr.y (mgr.24491) 3030 : cluster [DBG] pgmap v2660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:05.013421+0000 mgr.y (mgr.24491) 3030 : cluster [DBG] pgmap v2660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:05.013421+0000 mgr.y (mgr.24491) 3030 : cluster [DBG] pgmap v2660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:07] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:01:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:07.014020+0000 mgr.y (mgr.24491) 3031 : cluster [DBG] pgmap v2661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:07.014020+0000 mgr.y (mgr.24491) 3031 : cluster [DBG] pgmap v2661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:07.014020+0000 mgr.y (mgr.24491) 3031 : cluster [DBG] pgmap v2661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:09.014484+0000 mgr.y (mgr.24491) 3032 : cluster [DBG] pgmap v2662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:09.014484+0000 mgr.y (mgr.24491) 3032 : cluster [DBG] pgmap v2662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:09.014484+0000 mgr.y (mgr.24491) 3032 : cluster [DBG] pgmap v2662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:01:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:11.015187+0000 mgr.y (mgr.24491) 3033 : cluster [DBG] pgmap v2663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:11.015187+0000 mgr.y (mgr.24491) 3033 : cluster [DBG] pgmap v2663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:11.015187+0000 mgr.y (mgr.24491) 3033 : cluster [DBG] pgmap v2663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:13.015695+0000 mgr.y (mgr.24491) 3034 : cluster [DBG] pgmap v2664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:13.015695+0000 mgr.y (mgr.24491) 3034 : cluster [DBG] pgmap v2664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:13.015695+0000 mgr.y (mgr.24491) 3034 : cluster [DBG] pgmap v2664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:15.016440+0000 mgr.y (mgr.24491) 3035 : cluster [DBG] pgmap v2665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:15.016440+0000 mgr.y (mgr.24491) 3035 : cluster [DBG] pgmap v2665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:15.016440+0000 mgr.y (mgr.24491) 3035 : cluster [DBG] pgmap v2665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:17.048 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:01:17.323 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:01:17.323 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (87m) 4m ago 87m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:01:17.323 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (87m) 4m ago 87m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:01:17.323 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (88m) 4m ago 88m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:01:17.323 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (88m) 4m ago 88m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:01:17.323 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (92m) 4m ago 92m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:01:17.323 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (94m) 4m ago 94m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:01:17.323 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (94m) 4m ago 94m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:01:17.323 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (92m) 4m ago 92m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (92m) 4m ago 92m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (88m) 4m ago 88m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (88m) 4m ago 88m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (92m) 4m ago 92m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (91m) 4m ago 91m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (91m) 4m ago 91m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (90m) 4m ago 90m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (90m) 4m ago 90m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (90m) 4m ago 90m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (89m) 4m ago 89m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (89m) 4m ago 89m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:01:17.324 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (86m) 4m ago 88m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:01:17.655 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:01:17.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:01:17.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:01:17.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:01:17.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:01:17.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:01:17.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:01:17.655 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:01:17.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:01:17.656 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:01:17.656 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:01:17.656 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:01:17.656 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:01:17.656 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:01:17.656 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:01:17.656 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:01:17.656 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:01:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:17] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:01:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:17.016798+0000 mgr.y (mgr.24491) 3036 : cluster [DBG] pgmap v2666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:01:17.038311+0000 mgr.y (mgr.24491) 3037 : audit [DBG] from='client.27857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:01:17.317615+0000 mgr.y (mgr.24491) 3038 : audit [DBG] from='client.27863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:01:17.657220+0000 mon.c (mon.2) 132 : audit [DBG] from='client.? 172.21.15.177:0/3262662666' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:01:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:17.016798+0000 mgr.y (mgr.24491) 3036 : cluster [DBG] pgmap v2666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:01:17.038311+0000 mgr.y (mgr.24491) 3037 : audit [DBG] from='client.27857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:01:17.317615+0000 mgr.y (mgr.24491) 3038 : audit [DBG] from='client.27863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:01:17.657220+0000 mon.c (mon.2) 132 : audit [DBG] from='client.? 172.21.15.177:0/3262662666' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:01:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:17.016798+0000 mgr.y (mgr.24491) 3036 : cluster [DBG] pgmap v2666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:01:17.038311+0000 mgr.y (mgr.24491) 3037 : audit [DBG] from='client.27857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:01:17.317615+0000 mgr.y (mgr.24491) 3038 : audit [DBG] from='client.27863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:01:17.657220+0000 mon.c (mon.2) 132 : audit [DBG] from='client.? 172.21.15.177:0/3262662666' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:01:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:19.017175+0000 mgr.y (mgr.24491) 3039 : cluster [DBG] pgmap v2667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:01:20.215124+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:01:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:01:20.508305+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:01:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:01:20.508922+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:01:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:01:20.512975+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:01:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:19.017175+0000 mgr.y (mgr.24491) 3039 : cluster [DBG] pgmap v2667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:01:20.215124+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:01:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:01:20.508305+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:01:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:01:20.508922+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:01:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:01:20.512975+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:01:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:19.017175+0000 mgr.y (mgr.24491) 3039 : cluster [DBG] pgmap v2667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:01:20.215124+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:01:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:01:20.508305+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:01:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:01:20.508922+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:01:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:01:20.512975+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:01:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:01:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:21.017864+0000 mgr.y (mgr.24491) 3040 : cluster [DBG] pgmap v2668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:21.017864+0000 mgr.y (mgr.24491) 3040 : cluster [DBG] pgmap v2668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:21.017864+0000 mgr.y (mgr.24491) 3040 : cluster [DBG] pgmap v2668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:23.018249+0000 mgr.y (mgr.24491) 3041 : cluster [DBG] pgmap v2669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:23.018249+0000 mgr.y (mgr.24491) 3041 : cluster [DBG] pgmap v2669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:23.018249+0000 mgr.y (mgr.24491) 3041 : cluster [DBG] pgmap v2669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:25.019028+0000 mgr.y (mgr.24491) 3042 : cluster [DBG] pgmap v2670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:25.019028+0000 mgr.y (mgr.24491) 3042 : cluster [DBG] pgmap v2670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:25.019028+0000 mgr.y (mgr.24491) 3042 : cluster [DBG] pgmap v2670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:27] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:01:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:27.019461+0000 mgr.y (mgr.24491) 3043 : cluster [DBG] pgmap v2671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:27.019461+0000 mgr.y (mgr.24491) 3043 : cluster [DBG] pgmap v2671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:27.019461+0000 mgr.y (mgr.24491) 3043 : cluster [DBG] pgmap v2671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:29.019981+0000 mgr.y (mgr.24491) 3044 : cluster [DBG] pgmap v2672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:29.019981+0000 mgr.y (mgr.24491) 3044 : cluster [DBG] pgmap v2672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:29.019981+0000 mgr.y (mgr.24491) 3044 : cluster [DBG] pgmap v2672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:01:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:31.020599+0000 mgr.y (mgr.24491) 3045 : cluster [DBG] pgmap v2673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:31.020599+0000 mgr.y (mgr.24491) 3045 : cluster [DBG] pgmap v2673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:31.020599+0000 mgr.y (mgr.24491) 3045 : cluster [DBG] pgmap v2673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:33.021059+0000 mgr.y (mgr.24491) 3046 : cluster [DBG] pgmap v2674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:33.021059+0000 mgr.y (mgr.24491) 3046 : cluster [DBG] pgmap v2674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:33.021059+0000 mgr.y (mgr.24491) 3046 : cluster [DBG] pgmap v2674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:35.021699+0000 mgr.y (mgr.24491) 3047 : cluster [DBG] pgmap v2675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:35.021699+0000 mgr.y (mgr.24491) 3047 : cluster [DBG] pgmap v2675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:35.021699+0000 mgr.y (mgr.24491) 3047 : cluster [DBG] pgmap v2675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:37] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:01:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:37.022088+0000 mgr.y (mgr.24491) 3048 : cluster [DBG] pgmap v2676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:37.022088+0000 mgr.y (mgr.24491) 3048 : cluster [DBG] pgmap v2676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:37.022088+0000 mgr.y (mgr.24491) 3048 : cluster [DBG] pgmap v2676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:39.022445+0000 mgr.y (mgr.24491) 3049 : cluster [DBG] pgmap v2677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:39.022445+0000 mgr.y (mgr.24491) 3049 : cluster [DBG] pgmap v2677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:39.022445+0000 mgr.y (mgr.24491) 3049 : cluster [DBG] pgmap v2677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:01:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:41.023278+0000 mgr.y (mgr.24491) 3050 : cluster [DBG] pgmap v2678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:41.023278+0000 mgr.y (mgr.24491) 3050 : cluster [DBG] pgmap v2678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:41.023278+0000 mgr.y (mgr.24491) 3050 : cluster [DBG] pgmap v2678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:43.023732+0000 mgr.y (mgr.24491) 3051 : cluster [DBG] pgmap v2679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:43.023732+0000 mgr.y (mgr.24491) 3051 : cluster [DBG] pgmap v2679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:43.023732+0000 mgr.y (mgr.24491) 3051 : cluster [DBG] pgmap v2679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:45.024437+0000 mgr.y (mgr.24491) 3052 : cluster [DBG] pgmap v2680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:45.024437+0000 mgr.y (mgr.24491) 3052 : cluster [DBG] pgmap v2680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:45.024437+0000 mgr.y (mgr.24491) 3052 : cluster [DBG] pgmap v2680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:47.963 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:01:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:47] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T05:01:48.238 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:01:48.238 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (87m) 5m ago 88m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:01:48.238 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (88m) 5m ago 88m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:01:48.239 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (89m) 5m ago 89m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:01:48.239 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (89m) 5m ago 89m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:01:48.239 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (92m) 5m ago 92m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:01:48.239 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (94m) 5m ago 94m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:01:48.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (94m) 5m ago 94m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:01:48.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (93m) 5m ago 93m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:01:48.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (93m) 5m ago 93m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:01:48.239 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (88m) 5m ago 88m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:01:48.239 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (88m) 5m ago 88m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:01:48.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (92m) 5m ago 92m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:01:48.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (92m) 5m ago 92m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:01:48.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (91m) 5m ago 91m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:01:48.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (91m) 5m ago 91m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:01:48.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (91m) 5m ago 91m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:01:48.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (90m) 5m ago 90m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:01:48.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (90m) 5m ago 90m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:01:48.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (89m) 5m ago 89m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:01:48.240 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (87m) 5m ago 88m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:01:48.572 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:01:48.572 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:01:48.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:01:48.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:01:48.572 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:01:48.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:01:48.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:01:48.572 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:01:48.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:01:48.573 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:01:48.573 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:01:48.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:01:48.573 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:01:48.573 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:01:48.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:01:48.573 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:01:48.573 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:01:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:47.024899+0000 mgr.y (mgr.24491) 3053 : cluster [DBG] pgmap v2681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:01:48.574201+0000 mon.a (mon.0) 1270 : audit [DBG] from='client.? 172.21.15.177:0/530267185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:01:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:47.024899+0000 mgr.y (mgr.24491) 3053 : cluster [DBG] pgmap v2681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:01:48.574201+0000 mon.a (mon.0) 1270 : audit [DBG] from='client.? 172.21.15.177:0/530267185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:01:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:47.024899+0000 mgr.y (mgr.24491) 3053 : cluster [DBG] pgmap v2681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:01:48.574201+0000 mon.a (mon.0) 1270 : audit [DBG] from='client.? 172.21.15.177:0/530267185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:01:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:01:47.953665+0000 mgr.y (mgr.24491) 3054 : audit [DBG] from='client.27875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:01:48.233305+0000 mgr.y (mgr.24491) 3055 : audit [DBG] from='client.27881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:01:47.953665+0000 mgr.y (mgr.24491) 3054 : audit [DBG] from='client.27875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:01:48.233305+0000 mgr.y (mgr.24491) 3055 : audit [DBG] from='client.27881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:01:47.953665+0000 mgr.y (mgr.24491) 3054 : audit [DBG] from='client.27875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:01:48.233305+0000 mgr.y (mgr.24491) 3055 : audit [DBG] from='client.27881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:01:51.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:49.025238+0000 mgr.y (mgr.24491) 3056 : cluster [DBG] pgmap v2682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:49.025238+0000 mgr.y (mgr.24491) 3056 : cluster [DBG] pgmap v2682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:49.025238+0000 mgr.y (mgr.24491) 3056 : cluster [DBG] pgmap v2682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:01:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:51.025821+0000 mgr.y (mgr.24491) 3057 : cluster [DBG] pgmap v2683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:51.025821+0000 mgr.y (mgr.24491) 3057 : cluster [DBG] pgmap v2683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:51.025821+0000 mgr.y (mgr.24491) 3057 : cluster [DBG] pgmap v2683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:53.026228+0000 mgr.y (mgr.24491) 3058 : cluster [DBG] pgmap v2684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:53.026228+0000 mgr.y (mgr.24491) 3058 : cluster [DBG] pgmap v2684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:53.026228+0000 mgr.y (mgr.24491) 3058 : cluster [DBG] pgmap v2684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:55.027055+0000 mgr.y (mgr.24491) 3059 : cluster [DBG] pgmap v2685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:55.027055+0000 mgr.y (mgr.24491) 3059 : cluster [DBG] pgmap v2685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:55.027055+0000 mgr.y (mgr.24491) 3059 : cluster [DBG] pgmap v2685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:01:57] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T05:01:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:01:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:57.027573+0000 mgr.y (mgr.24491) 3060 : cluster [DBG] pgmap v2686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:01:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:57.027573+0000 mgr.y (mgr.24491) 3060 : cluster [DBG] pgmap v2686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:01:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:01:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:57.027573+0000 mgr.y (mgr.24491) 3060 : cluster [DBG] pgmap v2686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:01:59.028232+0000 mgr.y (mgr.24491) 3061 : cluster [DBG] pgmap v2687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:01:59.028232+0000 mgr.y (mgr.24491) 3061 : cluster [DBG] pgmap v2687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:01:59.028232+0000 mgr.y (mgr.24491) 3061 : cluster [DBG] pgmap v2687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:02:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:01.028886+0000 mgr.y (mgr.24491) 3062 : cluster [DBG] pgmap v2688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:01.028886+0000 mgr.y (mgr.24491) 3062 : cluster [DBG] pgmap v2688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:03.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:01.028886+0000 mgr.y (mgr.24491) 3062 : cluster [DBG] pgmap v2688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:03.029335+0000 mgr.y (mgr.24491) 3063 : cluster [DBG] pgmap v2689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:03.029335+0000 mgr.y (mgr.24491) 3063 : cluster [DBG] pgmap v2689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:03.029335+0000 mgr.y (mgr.24491) 3063 : cluster [DBG] pgmap v2689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:05.030109+0000 mgr.y (mgr.24491) 3064 : cluster [DBG] pgmap v2690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:05.030109+0000 mgr.y (mgr.24491) 3064 : cluster [DBG] pgmap v2690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:05.030109+0000 mgr.y (mgr.24491) 3064 : cluster [DBG] pgmap v2690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:07] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:02:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:07.030700+0000 mgr.y (mgr.24491) 3065 : cluster [DBG] pgmap v2691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:07.030700+0000 mgr.y (mgr.24491) 3065 : cluster [DBG] pgmap v2691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:09.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:07.030700+0000 mgr.y (mgr.24491) 3065 : cluster [DBG] pgmap v2691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:09.031237+0000 mgr.y (mgr.24491) 3066 : cluster [DBG] pgmap v2692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:09.031237+0000 mgr.y (mgr.24491) 3066 : cluster [DBG] pgmap v2692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:09.031237+0000 mgr.y (mgr.24491) 3066 : cluster [DBG] pgmap v2692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:02:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:11.031934+0000 mgr.y (mgr.24491) 3067 : cluster [DBG] pgmap v2693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:11.031934+0000 mgr.y (mgr.24491) 3067 : cluster [DBG] pgmap v2693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:13.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:11.031934+0000 mgr.y (mgr.24491) 3067 : cluster [DBG] pgmap v2693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:13.032329+0000 mgr.y (mgr.24491) 3068 : cluster [DBG] pgmap v2694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:13.032329+0000 mgr.y (mgr.24491) 3068 : cluster [DBG] pgmap v2694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:15.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:13.032329+0000 mgr.y (mgr.24491) 3068 : cluster [DBG] pgmap v2694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:15.033145+0000 mgr.y (mgr.24491) 3069 : cluster [DBG] pgmap v2695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:15.033145+0000 mgr.y (mgr.24491) 3069 : cluster [DBG] pgmap v2695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:15.033145+0000 mgr.y (mgr.24491) 3069 : cluster [DBG] pgmap v2695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:17] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:02:18.883 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:02:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:17.033562+0000 mgr.y (mgr.24491) 3070 : cluster [DBG] pgmap v2696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:17.033562+0000 mgr.y (mgr.24491) 3070 : cluster [DBG] pgmap v2696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:17.033562+0000 mgr.y (mgr.24491) 3070 : cluster [DBG] pgmap v2696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (88m) 6m ago 88m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (88m) 6m ago 88m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (90m) 6m ago 89m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (89m) 6m ago 89m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (93m) 6m ago 93m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (95m) 6m ago 95m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (95m) 6m ago 95m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (93m) 6m ago 93m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (93m) 6m ago 93m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (89m) 6m ago 89m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (89m) 6m ago 89m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (93m) 6m ago 93m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (92m) 6m ago 92m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:02:19.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (92m) 6m ago 92m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:02:19.162 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (91m) 6m ago 91m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:02:19.162 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (91m) 6m ago 91m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:02:19.162 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (91m) 6m ago 91m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:02:19.162 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (90m) 6m ago 90m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:02:19.162 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (90m) 6m ago 90m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:02:19.162 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (88m) 6m ago 89m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:02:19.494 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:02:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:02:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:02:19.495 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:02:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:02:19.496651+0000 mon.a (mon.0) 1271 : audit [DBG] from='client.? 172.21.15.177:0/1507718145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:02:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:02:19.496651+0000 mon.a (mon.0) 1271 : audit [DBG] from='client.? 172.21.15.177:0/1507718145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:02:20.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:02:19.496651+0000 mon.a (mon.0) 1271 : audit [DBG] from='client.? 172.21.15.177:0/1507718145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:02:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:02:18.873273+0000 mgr.y (mgr.24491) 3071 : audit [DBG] from='client.17988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:19.033987+0000 mgr.y (mgr.24491) 3072 : cluster [DBG] pgmap v2697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:02:19.155237+0000 mgr.y (mgr.24491) 3073 : audit [DBG] from='client.17994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:02:20.517090+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:02:21.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:02:18.873273+0000 mgr.y (mgr.24491) 3071 : audit [DBG] from='client.17988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:21.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:19.033987+0000 mgr.y (mgr.24491) 3072 : cluster [DBG] pgmap v2697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:21.052 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:02:19.155237+0000 mgr.y (mgr.24491) 3073 : audit [DBG] from='client.17994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:21.053 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:02:20.517090+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:02:21.053 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:02:18.873273+0000 mgr.y (mgr.24491) 3071 : audit [DBG] from='client.17988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:21.053 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:19.033987+0000 mgr.y (mgr.24491) 3072 : cluster [DBG] pgmap v2697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:21.053 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:02:19.155237+0000 mgr.y (mgr.24491) 3073 : audit [DBG] from='client.17994 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:21.053 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:02:20.517090+0000 mon.a (mon.0) 1272 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:02:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:02:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:21.034594+0000 mgr.y (mgr.24491) 3074 : cluster [DBG] pgmap v2698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:23.056 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:21.034594+0000 mgr.y (mgr.24491) 3074 : cluster [DBG] pgmap v2698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:23.057 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:21.034594+0000 mgr.y (mgr.24491) 3074 : cluster [DBG] pgmap v2698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:23.034920+0000 mgr.y (mgr.24491) 3075 : cluster [DBG] pgmap v2699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:02:24.000953+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:02:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:02:24.267899+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:02:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:02:24.268490+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:02:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:02:24.272817+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:02:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:23.034920+0000 mgr.y (mgr.24491) 3075 : cluster [DBG] pgmap v2699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:02:24.000953+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:02:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:02:24.267899+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:02:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:02:24.268490+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:02:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:02:24.272817+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:02:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:23.034920+0000 mgr.y (mgr.24491) 3075 : cluster [DBG] pgmap v2699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:02:24.000953+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:02:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:02:24.267899+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:02:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:02:24.268490+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:02:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:02:24.272817+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:02:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:25.035571+0000 mgr.y (mgr.24491) 3076 : cluster [DBG] pgmap v2700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:25.035571+0000 mgr.y (mgr.24491) 3076 : cluster [DBG] pgmap v2700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:25.035571+0000 mgr.y (mgr.24491) 3076 : cluster [DBG] pgmap v2700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:27] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:02:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:27.035988+0000 mgr.y (mgr.24491) 3077 : cluster [DBG] pgmap v2701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:27.035988+0000 mgr.y (mgr.24491) 3077 : cluster [DBG] pgmap v2701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:27.035988+0000 mgr.y (mgr.24491) 3077 : cluster [DBG] pgmap v2701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:29.036476+0000 mgr.y (mgr.24491) 3078 : cluster [DBG] pgmap v2702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:29.036476+0000 mgr.y (mgr.24491) 3078 : cluster [DBG] pgmap v2702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:29.036476+0000 mgr.y (mgr.24491) 3078 : cluster [DBG] pgmap v2702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:02:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:31.037321+0000 mgr.y (mgr.24491) 3079 : cluster [DBG] pgmap v2703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:31.037321+0000 mgr.y (mgr.24491) 3079 : cluster [DBG] pgmap v2703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:31.037321+0000 mgr.y (mgr.24491) 3079 : cluster [DBG] pgmap v2703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:33.037755+0000 mgr.y (mgr.24491) 3080 : cluster [DBG] pgmap v2704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:33.037755+0000 mgr.y (mgr.24491) 3080 : cluster [DBG] pgmap v2704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:33.037755+0000 mgr.y (mgr.24491) 3080 : cluster [DBG] pgmap v2704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:35.038500+0000 mgr.y (mgr.24491) 3081 : cluster [DBG] pgmap v2705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:35.038500+0000 mgr.y (mgr.24491) 3081 : cluster [DBG] pgmap v2705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:35.038500+0000 mgr.y (mgr.24491) 3081 : cluster [DBG] pgmap v2705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:02:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:37.039045+0000 mgr.y (mgr.24491) 3082 : cluster [DBG] pgmap v2706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:37.039045+0000 mgr.y (mgr.24491) 3082 : cluster [DBG] pgmap v2706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:37.039045+0000 mgr.y (mgr.24491) 3082 : cluster [DBG] pgmap v2706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:41.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:39.039415+0000 mgr.y (mgr.24491) 3083 : cluster [DBG] pgmap v2707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:39.039415+0000 mgr.y (mgr.24491) 3083 : cluster [DBG] pgmap v2707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:39.039415+0000 mgr.y (mgr.24491) 3083 : cluster [DBG] pgmap v2707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:02:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:41.040165+0000 mgr.y (mgr.24491) 3084 : cluster [DBG] pgmap v2708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:41.040165+0000 mgr.y (mgr.24491) 3084 : cluster [DBG] pgmap v2708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:41.040165+0000 mgr.y (mgr.24491) 3084 : cluster [DBG] pgmap v2708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:43.040650+0000 mgr.y (mgr.24491) 3085 : cluster [DBG] pgmap v2709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:43.040650+0000 mgr.y (mgr.24491) 3085 : cluster [DBG] pgmap v2709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:43.040650+0000 mgr.y (mgr.24491) 3085 : cluster [DBG] pgmap v2709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:45.041526+0000 mgr.y (mgr.24491) 3086 : cluster [DBG] pgmap v2710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:45.041526+0000 mgr.y (mgr.24491) 3086 : cluster [DBG] pgmap v2710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:45.041526+0000 mgr.y (mgr.24491) 3086 : cluster [DBG] pgmap v2710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:47] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:02:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:47.041967+0000 mgr.y (mgr.24491) 3087 : cluster [DBG] pgmap v2711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:47.041967+0000 mgr.y (mgr.24491) 3087 : cluster [DBG] pgmap v2711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:47.041967+0000 mgr.y (mgr.24491) 3087 : cluster [DBG] pgmap v2711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:49.806 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (88m) 6m ago 89m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (89m) 6m ago 89m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (90m) 6m ago 90m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (90m) 6m ago 90m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (93m) 6m ago 93m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (95m) 6m ago 95m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (95m) 6m ago 95m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (94m) 6m ago 94m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (94m) 6m ago 94m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (89m) 6m ago 89m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (89m) 6m ago 89m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:02:50.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (93m) 6m ago 93m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:02:50.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (93m) 6m ago 93m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:02:50.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (92m) 6m ago 92m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:02:50.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (92m) 6m ago 92m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:02:50.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (92m) 6m ago 92m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:02:50.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (91m) 6m ago 91m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:02:50.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (91m) 6m ago 91m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:02:50.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (90m) 6m ago 90m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:02:50.082 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (88m) 6m ago 89m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:02:50.414 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:02:50.414 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:02:50.414 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:02:50.414 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:02:50.414 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:02:50.414 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:02:50.414 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:02:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:02:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:02:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:02:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:02:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:02:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:02:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:02:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:02:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:02:50.415 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:02:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:49.042562+0000 mgr.y (mgr.24491) 3088 : cluster [DBG] pgmap v2712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:02:49.796789+0000 mgr.y (mgr.24491) 3089 : audit [DBG] from='client.27911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:02:50.416464+0000 mon.c (mon.2) 133 : audit [DBG] from='client.? 172.21.15.177:0/1538945810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:02:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:49.042562+0000 mgr.y (mgr.24491) 3088 : cluster [DBG] pgmap v2712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:02:49.796789+0000 mgr.y (mgr.24491) 3089 : audit [DBG] from='client.27911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:02:50.416464+0000 mon.c (mon.2) 133 : audit [DBG] from='client.? 172.21.15.177:0/1538945810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:02:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:02:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:49.042562+0000 mgr.y (mgr.24491) 3088 : cluster [DBG] pgmap v2712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:02:49.796789+0000 mgr.y (mgr.24491) 3089 : audit [DBG] from='client.27911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:02:50.416464+0000 mon.c (mon.2) 133 : audit [DBG] from='client.? 172.21.15.177:0/1538945810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:02:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:02:50.075580+0000 mgr.y (mgr.24491) 3090 : audit [DBG] from='client.18012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:02:50.075580+0000 mgr.y (mgr.24491) 3090 : audit [DBG] from='client.18012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:02:50.075580+0000 mgr.y (mgr.24491) 3090 : audit [DBG] from='client.18012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:02:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:51.043339+0000 mgr.y (mgr.24491) 3091 : cluster [DBG] pgmap v2713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:51.043339+0000 mgr.y (mgr.24491) 3091 : cluster [DBG] pgmap v2713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:51.043339+0000 mgr.y (mgr.24491) 3091 : cluster [DBG] pgmap v2713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:53.043853+0000 mgr.y (mgr.24491) 3092 : cluster [DBG] pgmap v2714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:53.043853+0000 mgr.y (mgr.24491) 3092 : cluster [DBG] pgmap v2714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:53.043853+0000 mgr.y (mgr.24491) 3092 : cluster [DBG] pgmap v2714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:55.044629+0000 mgr.y (mgr.24491) 3093 : cluster [DBG] pgmap v2715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:55.044629+0000 mgr.y (mgr.24491) 3093 : cluster [DBG] pgmap v2715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:55.044629+0000 mgr.y (mgr.24491) 3093 : cluster [DBG] pgmap v2715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:02:57] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:02:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:57.045141+0000 mgr.y (mgr.24491) 3094 : cluster [DBG] pgmap v2716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:57.045141+0000 mgr.y (mgr.24491) 3094 : cluster [DBG] pgmap v2716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:02:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:02:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:57.045141+0000 mgr.y (mgr.24491) 3094 : cluster [DBG] pgmap v2716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:02:59.045672+0000 mgr.y (mgr.24491) 3095 : cluster [DBG] pgmap v2717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:01.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:02:59.045672+0000 mgr.y (mgr.24491) 3095 : cluster [DBG] pgmap v2717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:02:59.045672+0000 mgr.y (mgr.24491) 3095 : cluster [DBG] pgmap v2717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:03:03.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:01.046379+0000 mgr.y (mgr.24491) 3096 : cluster [DBG] pgmap v2718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:01.046379+0000 mgr.y (mgr.24491) 3096 : cluster [DBG] pgmap v2718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:01.046379+0000 mgr.y (mgr.24491) 3096 : cluster [DBG] pgmap v2718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:03.046794+0000 mgr.y (mgr.24491) 3097 : cluster [DBG] pgmap v2719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:03.046794+0000 mgr.y (mgr.24491) 3097 : cluster [DBG] pgmap v2719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:03.046794+0000 mgr.y (mgr.24491) 3097 : cluster [DBG] pgmap v2719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:05.047565+0000 mgr.y (mgr.24491) 3098 : cluster [DBG] pgmap v2720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:05.047565+0000 mgr.y (mgr.24491) 3098 : cluster [DBG] pgmap v2720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:05.047565+0000 mgr.y (mgr.24491) 3098 : cluster [DBG] pgmap v2720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:07] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:03:09.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:07.048136+0000 mgr.y (mgr.24491) 3099 : cluster [DBG] pgmap v2721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:07.048136+0000 mgr.y (mgr.24491) 3099 : cluster [DBG] pgmap v2721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:07.048136+0000 mgr.y (mgr.24491) 3099 : cluster [DBG] pgmap v2721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:09.048577+0000 mgr.y (mgr.24491) 3100 : cluster [DBG] pgmap v2722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:09.048577+0000 mgr.y (mgr.24491) 3100 : cluster [DBG] pgmap v2722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:09.048577+0000 mgr.y (mgr.24491) 3100 : cluster [DBG] pgmap v2722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:03:13.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:11.049384+0000 mgr.y (mgr.24491) 3101 : cluster [DBG] pgmap v2723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:11.049384+0000 mgr.y (mgr.24491) 3101 : cluster [DBG] pgmap v2723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:11.049384+0000 mgr.y (mgr.24491) 3101 : cluster [DBG] pgmap v2723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:13.049887+0000 mgr.y (mgr.24491) 3102 : cluster [DBG] pgmap v2724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:13.049887+0000 mgr.y (mgr.24491) 3102 : cluster [DBG] pgmap v2724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:13.049887+0000 mgr.y (mgr.24491) 3102 : cluster [DBG] pgmap v2724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:15.050758+0000 mgr.y (mgr.24491) 3103 : cluster [DBG] pgmap v2725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:15.050758+0000 mgr.y (mgr.24491) 3103 : cluster [DBG] pgmap v2725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:15.050758+0000 mgr.y (mgr.24491) 3103 : cluster [DBG] pgmap v2725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:17] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:03:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:17.051296+0000 mgr.y (mgr.24491) 3104 : cluster [DBG] pgmap v2726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:17.051296+0000 mgr.y (mgr.24491) 3104 : cluster [DBG] pgmap v2726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:17.051296+0000 mgr.y (mgr.24491) 3104 : cluster [DBG] pgmap v2726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:20.723 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:03:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:03:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (89m) 7m ago 90m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:03:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (89m) 7m ago 89m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:03:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (91m) 7m ago 91m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:03:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (90m) 7m ago 90m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:03:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (94m) 7m ago 94m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:03:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (96m) 7m ago 96m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:03:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (96m) 7m ago 96m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:03:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (94m) 7m ago 94m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:03:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (94m) 7m ago 94m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:03:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (90m) 7m ago 90m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:03:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (90m) 7m ago 90m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:03:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (94m) 7m ago 94m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:03:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (93m) 7m ago 93m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:03:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (93m) 7m ago 93m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:03:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (92m) 7m ago 92m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:03:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (92m) 7m ago 92m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:03:20.999 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (92m) 7m ago 92m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:03:20.999 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (91m) 7m ago 91m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:03:20.999 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (91m) 7m ago 91m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:03:20.999 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (89m) 7m ago 90m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:03:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:19.051755+0000 mgr.y (mgr.24491) 3105 : cluster [DBG] pgmap v2727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:19.051755+0000 mgr.y (mgr.24491) 3105 : cluster [DBG] pgmap v2727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:19.051755+0000 mgr.y (mgr.24491) 3105 : cluster [DBG] pgmap v2727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:03:21.331 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:03:21.331 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:03:21.331 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:03:21.331 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:03:21.331 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:03:21.331 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:03:21.332 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:03:21.332 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:03:21.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:03:21.332 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:03:21.332 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:03:21.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:03:21.332 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:03:21.332 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:03:21.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:03:21.332 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:03:21.332 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:03:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:03:20.712879+0000 mgr.y (mgr.24491) 3106 : audit [DBG] from='client.27929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:03:21.333746+0000 mon.a (mon.0) 1277 : audit [DBG] from='client.? 172.21.15.177:0/3427153435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:03:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:03:20.712879+0000 mgr.y (mgr.24491) 3106 : audit [DBG] from='client.27929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:03:21.333746+0000 mon.a (mon.0) 1277 : audit [DBG] from='client.? 172.21.15.177:0/3427153435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:03:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:03:20.712879+0000 mgr.y (mgr.24491) 3106 : audit [DBG] from='client.27929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:03:21.333746+0000 mon.a (mon.0) 1277 : audit [DBG] from='client.? 172.21.15.177:0/3427153435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:03:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:03:20.991564+0000 mgr.y (mgr.24491) 3107 : audit [DBG] from='client.18030 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:21.052511+0000 mgr.y (mgr.24491) 3108 : cluster [DBG] pgmap v2728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:03:20.991564+0000 mgr.y (mgr.24491) 3107 : audit [DBG] from='client.18030 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:21.052511+0000 mgr.y (mgr.24491) 3108 : cluster [DBG] pgmap v2728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:03:20.991564+0000 mgr.y (mgr.24491) 3107 : audit [DBG] from='client.18030 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:21.052511+0000 mgr.y (mgr.24491) 3108 : cluster [DBG] pgmap v2728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:23.052899+0000 mgr.y (mgr.24491) 3109 : cluster [DBG] pgmap v2729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:03:24.277280+0000 mon.a (mon.0) 1278 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:03:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:23.052899+0000 mgr.y (mgr.24491) 3109 : cluster [DBG] pgmap v2729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:03:24.277280+0000 mon.a (mon.0) 1278 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:03:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:23.052899+0000 mgr.y (mgr.24491) 3109 : cluster [DBG] pgmap v2729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:03:24.277280+0000 mon.a (mon.0) 1278 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:03:25.871 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:25.053527+0000 mgr.y (mgr.24491) 3110 : cluster [DBG] pgmap v2730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:26.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:25.053527+0000 mgr.y (mgr.24491) 3110 : cluster [DBG] pgmap v2730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:25.053527+0000 mgr.y (mgr.24491) 3110 : cluster [DBG] pgmap v2730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:27] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:03:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:27.054075+0000 mgr.y (mgr.24491) 3111 : cluster [DBG] pgmap v2731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:03:27.336072+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:03:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:03:27.614497+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:03:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:03:27.615367+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:03:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:03:27.623052+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:03:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:27.054075+0000 mgr.y (mgr.24491) 3111 : cluster [DBG] pgmap v2731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:03:27.336072+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:03:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:03:27.614497+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:03:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:03:27.615367+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:03:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:03:27.623052+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:03:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:27.054075+0000 mgr.y (mgr.24491) 3111 : cluster [DBG] pgmap v2731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:03:27.336072+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:03:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:03:27.614497+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:03:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:03:27.615367+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:03:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:03:27.623052+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:03:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:29.054526+0000 mgr.y (mgr.24491) 3112 : cluster [DBG] pgmap v2732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:29.054526+0000 mgr.y (mgr.24491) 3112 : cluster [DBG] pgmap v2732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:29.054526+0000 mgr.y (mgr.24491) 3112 : cluster [DBG] pgmap v2732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:03:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:31.055338+0000 mgr.y (mgr.24491) 3113 : cluster [DBG] pgmap v2733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:31.055338+0000 mgr.y (mgr.24491) 3113 : cluster [DBG] pgmap v2733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:31.055338+0000 mgr.y (mgr.24491) 3113 : cluster [DBG] pgmap v2733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:34.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:33.055746+0000 mgr.y (mgr.24491) 3114 : cluster [DBG] pgmap v2734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:33.055746+0000 mgr.y (mgr.24491) 3114 : cluster [DBG] pgmap v2734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:33.055746+0000 mgr.y (mgr.24491) 3114 : cluster [DBG] pgmap v2734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:36.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:35.056586+0000 mgr.y (mgr.24491) 3115 : cluster [DBG] pgmap v2735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:35.056586+0000 mgr.y (mgr.24491) 3115 : cluster [DBG] pgmap v2735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:35.056586+0000 mgr.y (mgr.24491) 3115 : cluster [DBG] pgmap v2735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:37] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T05:03:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:37.057154+0000 mgr.y (mgr.24491) 3116 : cluster [DBG] pgmap v2736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:37.057154+0000 mgr.y (mgr.24491) 3116 : cluster [DBG] pgmap v2736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:37.057154+0000 mgr.y (mgr.24491) 3116 : cluster [DBG] pgmap v2736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:40.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:39.057691+0000 mgr.y (mgr.24491) 3117 : cluster [DBG] pgmap v2737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:40.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:39.057691+0000 mgr.y (mgr.24491) 3117 : cluster [DBG] pgmap v2737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:39.057691+0000 mgr.y (mgr.24491) 3117 : cluster [DBG] pgmap v2737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:03:42.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:41.058563+0000 mgr.y (mgr.24491) 3118 : cluster [DBG] pgmap v2738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:41.058563+0000 mgr.y (mgr.24491) 3118 : cluster [DBG] pgmap v2738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:41.058563+0000 mgr.y (mgr.24491) 3118 : cluster [DBG] pgmap v2738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:44.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:43.058992+0000 mgr.y (mgr.24491) 3119 : cluster [DBG] pgmap v2739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:43.058992+0000 mgr.y (mgr.24491) 3119 : cluster [DBG] pgmap v2739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:43.058992+0000 mgr.y (mgr.24491) 3119 : cluster [DBG] pgmap v2739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:46.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:45.059736+0000 mgr.y (mgr.24491) 3120 : cluster [DBG] pgmap v2740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:45.059736+0000 mgr.y (mgr.24491) 3120 : cluster [DBG] pgmap v2740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:45.059736+0000 mgr.y (mgr.24491) 3120 : cluster [DBG] pgmap v2740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:47] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:03:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:47.060166+0000 mgr.y (mgr.24491) 3121 : cluster [DBG] pgmap v2741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:47.060166+0000 mgr.y (mgr.24491) 3121 : cluster [DBG] pgmap v2741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:47.060166+0000 mgr.y (mgr.24491) 3121 : cluster [DBG] pgmap v2741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:50.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:49.060618+0000 mgr.y (mgr.24491) 3122 : cluster [DBG] pgmap v2742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:49.060618+0000 mgr.y (mgr.24491) 3122 : cluster [DBG] pgmap v2742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:49.060618+0000 mgr.y (mgr.24491) 3122 : cluster [DBG] pgmap v2742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:03:51.646 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:03:51.917 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:03:51.917 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (89m) 7m ago 90m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:03:51.917 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (90m) 7m ago 90m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:03:51.917 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (91m) 7m ago 91m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:03:51.917 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (91m) 7m ago 91m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (94m) 7m ago 94m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (96m) 7m ago 96m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (96m) 7m ago 96m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (95m) 7m ago 95m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (95m) 7m ago 95m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (90m) 7m ago 90m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (90m) 7m ago 90m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (94m) 7m ago 94m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (94m) 7m ago 94m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (93m) 7m ago 93m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (93m) 7m ago 93m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (93m) 7m ago 93m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (92m) 7m ago 92m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:03:51.918 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (92m) 7m ago 92m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:03:51.919 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (91m) 7m ago 91m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:03:51.919 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (89m) 7m ago 90m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:03:52.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:03:52.249 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:03:52.249 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:03:52.249 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:03:52.249 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:03:52.249 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:03:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:51.061227+0000 mgr.y (mgr.24491) 3123 : cluster [DBG] pgmap v2743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:03:51.636311+0000 mgr.y (mgr.24491) 3124 : audit [DBG] from='client.27947 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:03:52.250380+0000 mon.c (mon.2) 134 : audit [DBG] from='client.? 172.21.15.177:0/2411317922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:03:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:51.061227+0000 mgr.y (mgr.24491) 3123 : cluster [DBG] pgmap v2743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:03:51.636311+0000 mgr.y (mgr.24491) 3124 : audit [DBG] from='client.27947 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:03:52.250380+0000 mon.c (mon.2) 134 : audit [DBG] from='client.? 172.21.15.177:0/2411317922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:03:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:51.061227+0000 mgr.y (mgr.24491) 3123 : cluster [DBG] pgmap v2743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:03:51.636311+0000 mgr.y (mgr.24491) 3124 : audit [DBG] from='client.27947 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:03:52.250380+0000 mon.c (mon.2) 134 : audit [DBG] from='client.? 172.21.15.177:0/2411317922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:03:53.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:03:51.912151+0000 mgr.y (mgr.24491) 3125 : audit [DBG] from='client.18048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:03:51.912151+0000 mgr.y (mgr.24491) 3125 : audit [DBG] from='client.18048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:03:51.912151+0000 mgr.y (mgr.24491) 3125 : audit [DBG] from='client.18048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:03:54.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:53.061636+0000 mgr.y (mgr.24491) 3126 : cluster [DBG] pgmap v2744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:53.061636+0000 mgr.y (mgr.24491) 3126 : cluster [DBG] pgmap v2744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:53.061636+0000 mgr.y (mgr.24491) 3126 : cluster [DBG] pgmap v2744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:55.062309+0000 mgr.y (mgr.24491) 3127 : cluster [DBG] pgmap v2745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:56.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:55.062309+0000 mgr.y (mgr.24491) 3127 : cluster [DBG] pgmap v2745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:55.062309+0000 mgr.y (mgr.24491) 3127 : cluster [DBG] pgmap v2745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:03:57] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:03:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:03:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:57.062740+0000 mgr.y (mgr.24491) 3128 : cluster [DBG] pgmap v2746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:58.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:57.062740+0000 mgr.y (mgr.24491) 3128 : cluster [DBG] pgmap v2746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:03:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:57.062740+0000 mgr.y (mgr.24491) 3128 : cluster [DBG] pgmap v2746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:03:59.063180+0000 mgr.y (mgr.24491) 3129 : cluster [DBG] pgmap v2747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:03:59.063180+0000 mgr.y (mgr.24491) 3129 : cluster [DBG] pgmap v2747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:03:59.063180+0000 mgr.y (mgr.24491) 3129 : cluster [DBG] pgmap v2747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:04:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:01.063965+0000 mgr.y (mgr.24491) 3130 : cluster [DBG] pgmap v2748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:01.063965+0000 mgr.y (mgr.24491) 3130 : cluster [DBG] pgmap v2748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:02.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:01.063965+0000 mgr.y (mgr.24491) 3130 : cluster [DBG] pgmap v2748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:03.064634+0000 mgr.y (mgr.24491) 3131 : cluster [DBG] pgmap v2749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:03.064634+0000 mgr.y (mgr.24491) 3131 : cluster [DBG] pgmap v2749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:03.064634+0000 mgr.y (mgr.24491) 3131 : cluster [DBG] pgmap v2749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:05.065447+0000 mgr.y (mgr.24491) 3132 : cluster [DBG] pgmap v2750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:05.065447+0000 mgr.y (mgr.24491) 3132 : cluster [DBG] pgmap v2750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:05.065447+0000 mgr.y (mgr.24491) 3132 : cluster [DBG] pgmap v2750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:07] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:04:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:07.065837+0000 mgr.y (mgr.24491) 3133 : cluster [DBG] pgmap v2751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:07.065837+0000 mgr.y (mgr.24491) 3133 : cluster [DBG] pgmap v2751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:07.065837+0000 mgr.y (mgr.24491) 3133 : cluster [DBG] pgmap v2751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:09.066293+0000 mgr.y (mgr.24491) 3134 : cluster [DBG] pgmap v2752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:09.066293+0000 mgr.y (mgr.24491) 3134 : cluster [DBG] pgmap v2752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:09.066293+0000 mgr.y (mgr.24491) 3134 : cluster [DBG] pgmap v2752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:04:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:11.066891+0000 mgr.y (mgr.24491) 3135 : cluster [DBG] pgmap v2753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:11.066891+0000 mgr.y (mgr.24491) 3135 : cluster [DBG] pgmap v2753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:11.066891+0000 mgr.y (mgr.24491) 3135 : cluster [DBG] pgmap v2753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:13.067226+0000 mgr.y (mgr.24491) 3136 : cluster [DBG] pgmap v2754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:13.067226+0000 mgr.y (mgr.24491) 3136 : cluster [DBG] pgmap v2754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:13.067226+0000 mgr.y (mgr.24491) 3136 : cluster [DBG] pgmap v2754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:15.067843+0000 mgr.y (mgr.24491) 3137 : cluster [DBG] pgmap v2755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:15.067843+0000 mgr.y (mgr.24491) 3137 : cluster [DBG] pgmap v2755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:15.067843+0000 mgr.y (mgr.24491) 3137 : cluster [DBG] pgmap v2755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:17] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:04:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:17.068381+0000 mgr.y (mgr.24491) 3138 : cluster [DBG] pgmap v2756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:17.068381+0000 mgr.y (mgr.24491) 3138 : cluster [DBG] pgmap v2756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:17.068381+0000 mgr.y (mgr.24491) 3138 : cluster [DBG] pgmap v2756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:19.069014+0000 mgr.y (mgr.24491) 3139 : cluster [DBG] pgmap v2757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:19.069014+0000 mgr.y (mgr.24491) 3139 : cluster [DBG] pgmap v2757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:19.069014+0000 mgr.y (mgr.24491) 3139 : cluster [DBG] pgmap v2757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:04:22.572 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:04:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:21.069658+0000 mgr.y (mgr.24491) 3140 : cluster [DBG] pgmap v2758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:22.853 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:04:22.853 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (90m) 8m ago 91m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:04:22.853 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (90m) 8m ago 90m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:04:22.853 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (92m) 8m ago 92m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:04:22.853 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (92m) 8m ago 92m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:04:22.853 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (95m) 8m ago 95m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (97m) 8m ago 97m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (97m) 8m ago 97m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (95m) 8m ago 95m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (95m) 8m ago 95m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (91m) 8m ago 91m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (91m) 8m ago 91m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (95m) 8m ago 95m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (94m) 8m ago 94m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (94m) 8m ago 94m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (93m) 8m ago 93m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (93m) 8m ago 93m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (93m) 8m ago 93m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (92m) 8m ago 92m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (92m) 8m ago 92m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:04:22.854 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (90m) 8m ago 91m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:04:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:21.069658+0000 mgr.y (mgr.24491) 3140 : cluster [DBG] pgmap v2758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:21.069658+0000 mgr.y (mgr.24491) 3140 : cluster [DBG] pgmap v2758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:23.190 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:04:23.190 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:04:23.191 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:04:23.192 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:04:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:04:22.562178+0000 mgr.y (mgr.24491) 3141 : audit [DBG] from='client.27965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:04:23.192789+0000 mon.a (mon.0) 1283 : audit [DBG] from='client.? 172.21.15.177:0/2075494641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:04:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:04:22.562178+0000 mgr.y (mgr.24491) 3141 : audit [DBG] from='client.27965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:04:23.192789+0000 mon.a (mon.0) 1283 : audit [DBG] from='client.? 172.21.15.177:0/2075494641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:04:23.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:04:22.562178+0000 mgr.y (mgr.24491) 3141 : audit [DBG] from='client.27965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:23.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:04:23.192789+0000 mon.a (mon.0) 1283 : audit [DBG] from='client.? 172.21.15.177:0/2075494641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:04:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:04:22.847878+0000 mgr.y (mgr.24491) 3142 : audit [DBG] from='client.18066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:23.070031+0000 mgr.y (mgr.24491) 3143 : cluster [DBG] pgmap v2759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:04:22.847878+0000 mgr.y (mgr.24491) 3142 : audit [DBG] from='client.18066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:23.070031+0000 mgr.y (mgr.24491) 3143 : cluster [DBG] pgmap v2759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:04:22.847878+0000 mgr.y (mgr.24491) 3142 : audit [DBG] from='client.18066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:23.070031+0000 mgr.y (mgr.24491) 3143 : cluster [DBG] pgmap v2759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:25.070591+0000 mgr.y (mgr.24491) 3144 : cluster [DBG] pgmap v2760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:25.070591+0000 mgr.y (mgr.24491) 3144 : cluster [DBG] pgmap v2760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:25.070591+0000 mgr.y (mgr.24491) 3144 : cluster [DBG] pgmap v2760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:27] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:04:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:27.071107+0000 mgr.y (mgr.24491) 3145 : cluster [DBG] pgmap v2761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:04:27.628649+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:04:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:04:27.924557+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:04:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:04:27.925205+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:04:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:04:27.929410+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:04:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:27.071107+0000 mgr.y (mgr.24491) 3145 : cluster [DBG] pgmap v2761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:04:27.628649+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:04:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:04:27.924557+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:04:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:04:27.925205+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:04:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:04:27.929410+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:04:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:27.071107+0000 mgr.y (mgr.24491) 3145 : cluster [DBG] pgmap v2761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:04:27.628649+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:04:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:04:27.924557+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:04:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:04:27.925205+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:04:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:04:27.929410+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:04:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:29.071493+0000 mgr.y (mgr.24491) 3146 : cluster [DBG] pgmap v2762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:29.071493+0000 mgr.y (mgr.24491) 3146 : cluster [DBG] pgmap v2762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:29.071493+0000 mgr.y (mgr.24491) 3146 : cluster [DBG] pgmap v2762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:04:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:31.072275+0000 mgr.y (mgr.24491) 3147 : cluster [DBG] pgmap v2763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:31.072275+0000 mgr.y (mgr.24491) 3147 : cluster [DBG] pgmap v2763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:31.072275+0000 mgr.y (mgr.24491) 3147 : cluster [DBG] pgmap v2763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:33.072749+0000 mgr.y (mgr.24491) 3148 : cluster [DBG] pgmap v2764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:33.072749+0000 mgr.y (mgr.24491) 3148 : cluster [DBG] pgmap v2764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:34.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:33.072749+0000 mgr.y (mgr.24491) 3148 : cluster [DBG] pgmap v2764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:35.073553+0000 mgr.y (mgr.24491) 3149 : cluster [DBG] pgmap v2765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:35.073553+0000 mgr.y (mgr.24491) 3149 : cluster [DBG] pgmap v2765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:35.073553+0000 mgr.y (mgr.24491) 3149 : cluster [DBG] pgmap v2765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:37] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:04:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:37.073932+0000 mgr.y (mgr.24491) 3150 : cluster [DBG] pgmap v2766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:37.073932+0000 mgr.y (mgr.24491) 3150 : cluster [DBG] pgmap v2766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:37.073932+0000 mgr.y (mgr.24491) 3150 : cluster [DBG] pgmap v2766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:39.074509+0000 mgr.y (mgr.24491) 3151 : cluster [DBG] pgmap v2767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:39.074509+0000 mgr.y (mgr.24491) 3151 : cluster [DBG] pgmap v2767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:39.074509+0000 mgr.y (mgr.24491) 3151 : cluster [DBG] pgmap v2767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:04:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:41.075308+0000 mgr.y (mgr.24491) 3152 : cluster [DBG] pgmap v2768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:41.075308+0000 mgr.y (mgr.24491) 3152 : cluster [DBG] pgmap v2768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:41.075308+0000 mgr.y (mgr.24491) 3152 : cluster [DBG] pgmap v2768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:43.075717+0000 mgr.y (mgr.24491) 3153 : cluster [DBG] pgmap v2769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:43.075717+0000 mgr.y (mgr.24491) 3153 : cluster [DBG] pgmap v2769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:43.075717+0000 mgr.y (mgr.24491) 3153 : cluster [DBG] pgmap v2769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:45.076435+0000 mgr.y (mgr.24491) 3154 : cluster [DBG] pgmap v2770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:45.076435+0000 mgr.y (mgr.24491) 3154 : cluster [DBG] pgmap v2770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:45.076435+0000 mgr.y (mgr.24491) 3154 : cluster [DBG] pgmap v2770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:47] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-04-20T05:04:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:47.076793+0000 mgr.y (mgr.24491) 3155 : cluster [DBG] pgmap v2771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:47.076793+0000 mgr.y (mgr.24491) 3155 : cluster [DBG] pgmap v2771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:48.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:47.076793+0000 mgr.y (mgr.24491) 3155 : cluster [DBG] pgmap v2771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:49.077157+0000 mgr.y (mgr.24491) 3156 : cluster [DBG] pgmap v2772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:49.077157+0000 mgr.y (mgr.24491) 3156 : cluster [DBG] pgmap v2772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:50.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:49.077157+0000 mgr.y (mgr.24491) 3156 : cluster [DBG] pgmap v2772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:04:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:51.077825+0000 mgr.y (mgr.24491) 3157 : cluster [DBG] pgmap v2773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:51.077825+0000 mgr.y (mgr.24491) 3157 : cluster [DBG] pgmap v2773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:51.077825+0000 mgr.y (mgr.24491) 3157 : cluster [DBG] pgmap v2773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:53.500 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (90m) 8m ago 91m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (91m) 8m ago 91m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (92m) 8m ago 92m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (92m) 8m ago 92m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (96m) 8m ago 96m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (97m) 8m ago 97m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (97m) 8m ago 97m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (96m) 8m ago 96m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (96m) 8m ago 96m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (91m) 8m ago 91m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:04:53.776 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (91m) 8m ago 91m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:04:53.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (95m) 8m ago 95m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:04:53.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (95m) 8m ago 95m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:04:53.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (94m) 8m ago 94m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:04:53.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (94m) 8m ago 94m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:04:53.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (94m) 8m ago 94m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:04:53.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (93m) 8m ago 93m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:04:53.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (93m) 8m ago 93m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:04:53.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (92m) 8m ago 92m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:04:53.777 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (90m) 8m ago 91m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:04:54.107 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:04:54.108 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:04:54.108 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:04:54.108 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:04:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:53.078283+0000 mgr.y (mgr.24491) 3158 : cluster [DBG] pgmap v2774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:04:53.490541+0000 mgr.y (mgr.24491) 3159 : audit [DBG] from='client.18078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:04:53.770639+0000 mgr.y (mgr.24491) 3160 : audit [DBG] from='client.27989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:04:54.109355+0000 mon.c (mon.2) 135 : audit [DBG] from='client.? 172.21.15.177:0/895971245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:04:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:53.078283+0000 mgr.y (mgr.24491) 3158 : cluster [DBG] pgmap v2774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:04:53.490541+0000 mgr.y (mgr.24491) 3159 : audit [DBG] from='client.18078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:04:53.770639+0000 mgr.y (mgr.24491) 3160 : audit [DBG] from='client.27989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:04:54.109355+0000 mon.c (mon.2) 135 : audit [DBG] from='client.? 172.21.15.177:0/895971245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:04:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:53.078283+0000 mgr.y (mgr.24491) 3158 : cluster [DBG] pgmap v2774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:04:53.490541+0000 mgr.y (mgr.24491) 3159 : audit [DBG] from='client.18078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:04:53.770639+0000 mgr.y (mgr.24491) 3160 : audit [DBG] from='client.27989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:04:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:04:54.109355+0000 mon.c (mon.2) 135 : audit [DBG] from='client.? 172.21.15.177:0/895971245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:04:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:55.079103+0000 mgr.y (mgr.24491) 3161 : cluster [DBG] pgmap v2775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:55.079103+0000 mgr.y (mgr.24491) 3161 : cluster [DBG] pgmap v2775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:55.079103+0000 mgr.y (mgr.24491) 3161 : cluster [DBG] pgmap v2775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:04:57] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-04-20T05:04:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:04:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:57.079472+0000 mgr.y (mgr.24491) 3162 : cluster [DBG] pgmap v2776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:04:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:57.079472+0000 mgr.y (mgr.24491) 3162 : cluster [DBG] pgmap v2776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:04:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:04:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:57.079472+0000 mgr.y (mgr.24491) 3162 : cluster [DBG] pgmap v2776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:04:59.079873+0000 mgr.y (mgr.24491) 3163 : cluster [DBG] pgmap v2777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:04:59.079873+0000 mgr.y (mgr.24491) 3163 : cluster [DBG] pgmap v2777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:04:59.079873+0000 mgr.y (mgr.24491) 3163 : cluster [DBG] pgmap v2777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:05:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:01.080693+0000 mgr.y (mgr.24491) 3164 : cluster [DBG] pgmap v2778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:01.080693+0000 mgr.y (mgr.24491) 3164 : cluster [DBG] pgmap v2778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:01.080693+0000 mgr.y (mgr.24491) 3164 : cluster [DBG] pgmap v2778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:03.081106+0000 mgr.y (mgr.24491) 3165 : cluster [DBG] pgmap v2779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:03.081106+0000 mgr.y (mgr.24491) 3165 : cluster [DBG] pgmap v2779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:03.081106+0000 mgr.y (mgr.24491) 3165 : cluster [DBG] pgmap v2779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:05.081724+0000 mgr.y (mgr.24491) 3166 : cluster [DBG] pgmap v2780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:05.081724+0000 mgr.y (mgr.24491) 3166 : cluster [DBG] pgmap v2780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:05.081724+0000 mgr.y (mgr.24491) 3166 : cluster [DBG] pgmap v2780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:07] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:05:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:07.082244+0000 mgr.y (mgr.24491) 3167 : cluster [DBG] pgmap v2781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:07.082244+0000 mgr.y (mgr.24491) 3167 : cluster [DBG] pgmap v2781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:07.082244+0000 mgr.y (mgr.24491) 3167 : cluster [DBG] pgmap v2781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:09.082675+0000 mgr.y (mgr.24491) 3168 : cluster [DBG] pgmap v2782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:09.082675+0000 mgr.y (mgr.24491) 3168 : cluster [DBG] pgmap v2782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:09.082675+0000 mgr.y (mgr.24491) 3168 : cluster [DBG] pgmap v2782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:05:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:11.083477+0000 mgr.y (mgr.24491) 3169 : cluster [DBG] pgmap v2783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:11.083477+0000 mgr.y (mgr.24491) 3169 : cluster [DBG] pgmap v2783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:11.083477+0000 mgr.y (mgr.24491) 3169 : cluster [DBG] pgmap v2783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:13.083839+0000 mgr.y (mgr.24491) 3170 : cluster [DBG] pgmap v2784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:13.083839+0000 mgr.y (mgr.24491) 3170 : cluster [DBG] pgmap v2784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:13.083839+0000 mgr.y (mgr.24491) 3170 : cluster [DBG] pgmap v2784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:15.084740+0000 mgr.y (mgr.24491) 3171 : cluster [DBG] pgmap v2785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:15.084740+0000 mgr.y (mgr.24491) 3171 : cluster [DBG] pgmap v2785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:15.084740+0000 mgr.y (mgr.24491) 3171 : cluster [DBG] pgmap v2785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:17] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:05:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:17.085235+0000 mgr.y (mgr.24491) 3172 : cluster [DBG] pgmap v2786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:17.085235+0000 mgr.y (mgr.24491) 3172 : cluster [DBG] pgmap v2786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:17.085235+0000 mgr.y (mgr.24491) 3172 : cluster [DBG] pgmap v2786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:19.085705+0000 mgr.y (mgr.24491) 3173 : cluster [DBG] pgmap v2787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:19.085705+0000 mgr.y (mgr.24491) 3173 : cluster [DBG] pgmap v2787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:19.085705+0000 mgr.y (mgr.24491) 3173 : cluster [DBG] pgmap v2787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:05:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:21.086481+0000 mgr.y (mgr.24491) 3174 : cluster [DBG] pgmap v2788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:21.086481+0000 mgr.y (mgr.24491) 3174 : cluster [DBG] pgmap v2788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:21.086481+0000 mgr.y (mgr.24491) 3174 : cluster [DBG] pgmap v2788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:24.417 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:05:24.691 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (91m) 9m ago 92m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (91m) 9m ago 91m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (93m) 9m ago 93m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (93m) 9m ago 93m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (96m) 9m ago 96m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (98m) 9m ago 98m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (98m) 9m ago 98m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (96m) 9m ago 96m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (96m) 9m ago 96m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (92m) 9m ago 92m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (92m) 9m ago 92m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:05:24.692 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (96m) 9m ago 96m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:05:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (95m) 9m ago 95m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:05:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (95m) 9m ago 95m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:05:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (95m) 9m ago 95m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:05:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (94m) 9m ago 94m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:05:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (94m) 9m ago 94m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:05:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (93m) 9m ago 93m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:05:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (93m) 9m ago 93m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:05:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (91m) 9m ago 92m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:05:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:23.086906+0000 mgr.y (mgr.24491) 3175 : cluster [DBG] pgmap v2789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:23.086906+0000 mgr.y (mgr.24491) 3175 : cluster [DBG] pgmap v2789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:23.086906+0000 mgr.y (mgr.24491) 3175 : cluster [DBG] pgmap v2789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:25.023 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:05:25.023 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:05:25.024 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:05:25.025 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:05:25.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:05:24.408053+0000 mgr.y (mgr.24491) 3176 : audit [DBG] from='client.18096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:25.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:05:24.686267+0000 mgr.y (mgr.24491) 3177 : audit [DBG] from='client.28007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:25.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:05:25.025907+0000 mon.a (mon.0) 1288 : audit [DBG] from='client.? 172.21.15.177:0/2123586766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:05:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:05:24.408053+0000 mgr.y (mgr.24491) 3176 : audit [DBG] from='client.18096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:05:24.686267+0000 mgr.y (mgr.24491) 3177 : audit [DBG] from='client.28007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:05:25.025907+0000 mon.a (mon.0) 1288 : audit [DBG] from='client.? 172.21.15.177:0/2123586766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:05:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:05:24.408053+0000 mgr.y (mgr.24491) 3176 : audit [DBG] from='client.18096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:05:24.686267+0000 mgr.y (mgr.24491) 3177 : audit [DBG] from='client.28007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:05:25.025907+0000 mon.a (mon.0) 1288 : audit [DBG] from='client.? 172.21.15.177:0/2123586766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:05:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:25.087403+0000 mgr.y (mgr.24491) 3178 : cluster [DBG] pgmap v2790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:25.087403+0000 mgr.y (mgr.24491) 3178 : cluster [DBG] pgmap v2790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:25.087403+0000 mgr.y (mgr.24491) 3178 : cluster [DBG] pgmap v2790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:27] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:05:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:27.087856+0000 mgr.y (mgr.24491) 3179 : cluster [DBG] pgmap v2791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:05:27.933594+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:05:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:05:28.226161+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:05:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:05:28.226792+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:05:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:05:28.233194+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:05:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:27.087856+0000 mgr.y (mgr.24491) 3179 : cluster [DBG] pgmap v2791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:05:27.933594+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:05:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:05:28.226161+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:05:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:05:28.226792+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:05:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:05:28.233194+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:05:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:27.087856+0000 mgr.y (mgr.24491) 3179 : cluster [DBG] pgmap v2791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:05:27.933594+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:05:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:05:28.226161+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:05:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:05:28.226792+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:05:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:05:28.233194+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:05:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:29.088236+0000 mgr.y (mgr.24491) 3180 : cluster [DBG] pgmap v2792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:29.088236+0000 mgr.y (mgr.24491) 3180 : cluster [DBG] pgmap v2792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:29.088236+0000 mgr.y (mgr.24491) 3180 : cluster [DBG] pgmap v2792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:05:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:31.088874+0000 mgr.y (mgr.24491) 3181 : cluster [DBG] pgmap v2793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:31.088874+0000 mgr.y (mgr.24491) 3181 : cluster [DBG] pgmap v2793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:31.088874+0000 mgr.y (mgr.24491) 3181 : cluster [DBG] pgmap v2793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:33.089264+0000 mgr.y (mgr.24491) 3182 : cluster [DBG] pgmap v2794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:34.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:33.089264+0000 mgr.y (mgr.24491) 3182 : cluster [DBG] pgmap v2794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:33.089264+0000 mgr.y (mgr.24491) 3182 : cluster [DBG] pgmap v2794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:35.090193+0000 mgr.y (mgr.24491) 3183 : cluster [DBG] pgmap v2795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:35.090193+0000 mgr.y (mgr.24491) 3183 : cluster [DBG] pgmap v2795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:35.090193+0000 mgr.y (mgr.24491) 3183 : cluster [DBG] pgmap v2795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:37] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T05:05:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:37.090600+0000 mgr.y (mgr.24491) 3184 : cluster [DBG] pgmap v2796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:37.090600+0000 mgr.y (mgr.24491) 3184 : cluster [DBG] pgmap v2796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:37.090600+0000 mgr.y (mgr.24491) 3184 : cluster [DBG] pgmap v2796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:39.091154+0000 mgr.y (mgr.24491) 3185 : cluster [DBG] pgmap v2797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:39.091154+0000 mgr.y (mgr.24491) 3185 : cluster [DBG] pgmap v2797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:39.091154+0000 mgr.y (mgr.24491) 3185 : cluster [DBG] pgmap v2797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:05:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:41.091827+0000 mgr.y (mgr.24491) 3186 : cluster [DBG] pgmap v2798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:41.091827+0000 mgr.y (mgr.24491) 3186 : cluster [DBG] pgmap v2798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:41.091827+0000 mgr.y (mgr.24491) 3186 : cluster [DBG] pgmap v2798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:43.092309+0000 mgr.y (mgr.24491) 3187 : cluster [DBG] pgmap v2799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:43.092309+0000 mgr.y (mgr.24491) 3187 : cluster [DBG] pgmap v2799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:43.092309+0000 mgr.y (mgr.24491) 3187 : cluster [DBG] pgmap v2799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:45.092923+0000 mgr.y (mgr.24491) 3188 : cluster [DBG] pgmap v2800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:45.092923+0000 mgr.y (mgr.24491) 3188 : cluster [DBG] pgmap v2800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:45.092923+0000 mgr.y (mgr.24491) 3188 : cluster [DBG] pgmap v2800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:47] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:05:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:47.093419+0000 mgr.y (mgr.24491) 3189 : cluster [DBG] pgmap v2801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:47.093419+0000 mgr.y (mgr.24491) 3189 : cluster [DBG] pgmap v2801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:47.093419+0000 mgr.y (mgr.24491) 3189 : cluster [DBG] pgmap v2801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:49.094019+0000 mgr.y (mgr.24491) 3190 : cluster [DBG] pgmap v2802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:49.094019+0000 mgr.y (mgr.24491) 3190 : cluster [DBG] pgmap v2802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:49.094019+0000 mgr.y (mgr.24491) 3190 : cluster [DBG] pgmap v2802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:05:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:51.094832+0000 mgr.y (mgr.24491) 3191 : cluster [DBG] pgmap v2803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:51.094832+0000 mgr.y (mgr.24491) 3191 : cluster [DBG] pgmap v2803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:51.094832+0000 mgr.y (mgr.24491) 3191 : cluster [DBG] pgmap v2803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:53.095427+0000 mgr.y (mgr.24491) 3192 : cluster [DBG] pgmap v2804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:53.095427+0000 mgr.y (mgr.24491) 3192 : cluster [DBG] pgmap v2804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:53.095427+0000 mgr.y (mgr.24491) 3192 : cluster [DBG] pgmap v2804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:55.334 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (91m) 9m ago 92m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (92m) 9m ago 92m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (93m) 9m ago 93m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (93m) 9m ago 93m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (97m) 9m ago 97m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (98m) 9m ago 98m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (98m) 9m ago 98m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (97m) 9m ago 97m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (97m) 9m ago 97m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (92m) 9m ago 92m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (92m) 9m ago 92m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:05:55.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (96m) 9m ago 96m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:05:55.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (96m) 9m ago 96m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:05:55.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (95m) 9m ago 95m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:05:55.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (95m) 9m ago 95m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:05:55.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (95m) 9m ago 95m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:05:55.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (94m) 9m ago 94m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:05:55.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (94m) 9m ago 94m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:05:55.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (93m) 9m ago 93m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:05:55.608 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (91m) 9m ago 92m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:05:55.942 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:05:55.942 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:05:55.942 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:05:55.942 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:05:55.942 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:05:55.942 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:05:55.942 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:05:55.942 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:05:55.942 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:05:55.942 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:05:55.943 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:05:55.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:05:55.943 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:05:55.943 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:05:55.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:05:55.943 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:05:55.943 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:05:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:55.096070+0000 mgr.y (mgr.24491) 3193 : cluster [DBG] pgmap v2805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:05:55.324339+0000 mgr.y (mgr.24491) 3194 : audit [DBG] from='client.18114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:05:55.601548+0000 mgr.y (mgr.24491) 3195 : audit [DBG] from='client.18120 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:05:55.944229+0000 mon.a (mon.0) 1293 : audit [DBG] from='client.? 172.21.15.177:0/3887897112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:05:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:55.096070+0000 mgr.y (mgr.24491) 3193 : cluster [DBG] pgmap v2805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:05:55.324339+0000 mgr.y (mgr.24491) 3194 : audit [DBG] from='client.18114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:05:55.601548+0000 mgr.y (mgr.24491) 3195 : audit [DBG] from='client.18120 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:05:55.944229+0000 mon.a (mon.0) 1293 : audit [DBG] from='client.? 172.21.15.177:0/3887897112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:05:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:55.096070+0000 mgr.y (mgr.24491) 3193 : cluster [DBG] pgmap v2805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:05:55.324339+0000 mgr.y (mgr.24491) 3194 : audit [DBG] from='client.18114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:05:55.601548+0000 mgr.y (mgr.24491) 3195 : audit [DBG] from='client.18120 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:05:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:05:55.944229+0000 mon.a (mon.0) 1293 : audit [DBG] from='client.? 172.21.15.177:0/3887897112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:05:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:05:57] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:05:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:57.096653+0000 mgr.y (mgr.24491) 3196 : cluster [DBG] pgmap v2806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:57.096653+0000 mgr.y (mgr.24491) 3196 : cluster [DBG] pgmap v2806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:05:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:05:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:57.096653+0000 mgr.y (mgr.24491) 3196 : cluster [DBG] pgmap v2806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:05:59.097229+0000 mgr.y (mgr.24491) 3197 : cluster [DBG] pgmap v2807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:05:59.097229+0000 mgr.y (mgr.24491) 3197 : cluster [DBG] pgmap v2807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:05:59.097229+0000 mgr.y (mgr.24491) 3197 : cluster [DBG] pgmap v2807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:06:02.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:01.097888+0000 mgr.y (mgr.24491) 3198 : cluster [DBG] pgmap v2808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:02.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:01.097888+0000 mgr.y (mgr.24491) 3198 : cluster [DBG] pgmap v2808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:01.097888+0000 mgr.y (mgr.24491) 3198 : cluster [DBG] pgmap v2808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:03.098339+0000 mgr.y (mgr.24491) 3199 : cluster [DBG] pgmap v2809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:03.098339+0000 mgr.y (mgr.24491) 3199 : cluster [DBG] pgmap v2809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:03.098339+0000 mgr.y (mgr.24491) 3199 : cluster [DBG] pgmap v2809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:05.099212+0000 mgr.y (mgr.24491) 3200 : cluster [DBG] pgmap v2810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:05.099212+0000 mgr.y (mgr.24491) 3200 : cluster [DBG] pgmap v2810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:05.099212+0000 mgr.y (mgr.24491) 3200 : cluster [DBG] pgmap v2810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:07] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:06:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:07.099746+0000 mgr.y (mgr.24491) 3201 : cluster [DBG] pgmap v2811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:07.099746+0000 mgr.y (mgr.24491) 3201 : cluster [DBG] pgmap v2811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:07.099746+0000 mgr.y (mgr.24491) 3201 : cluster [DBG] pgmap v2811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:09.100316+0000 mgr.y (mgr.24491) 3202 : cluster [DBG] pgmap v2812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:09.100316+0000 mgr.y (mgr.24491) 3202 : cluster [DBG] pgmap v2812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:09.100316+0000 mgr.y (mgr.24491) 3202 : cluster [DBG] pgmap v2812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:06:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:11.101191+0000 mgr.y (mgr.24491) 3203 : cluster [DBG] pgmap v2813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:11.101191+0000 mgr.y (mgr.24491) 3203 : cluster [DBG] pgmap v2813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:11.101191+0000 mgr.y (mgr.24491) 3203 : cluster [DBG] pgmap v2813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:13.101712+0000 mgr.y (mgr.24491) 3204 : cluster [DBG] pgmap v2814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:13.101712+0000 mgr.y (mgr.24491) 3204 : cluster [DBG] pgmap v2814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:13.101712+0000 mgr.y (mgr.24491) 3204 : cluster [DBG] pgmap v2814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:15.102383+0000 mgr.y (mgr.24491) 3205 : cluster [DBG] pgmap v2815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:15.102383+0000 mgr.y (mgr.24491) 3205 : cluster [DBG] pgmap v2815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:15.102383+0000 mgr.y (mgr.24491) 3205 : cluster [DBG] pgmap v2815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:06:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:17.102799+0000 mgr.y (mgr.24491) 3206 : cluster [DBG] pgmap v2816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:17.102799+0000 mgr.y (mgr.24491) 3206 : cluster [DBG] pgmap v2816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:17.102799+0000 mgr.y (mgr.24491) 3206 : cluster [DBG] pgmap v2816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:19.103337+0000 mgr.y (mgr.24491) 3207 : cluster [DBG] pgmap v2817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:19.103337+0000 mgr.y (mgr.24491) 3207 : cluster [DBG] pgmap v2817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:20.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:19.103337+0000 mgr.y (mgr.24491) 3207 : cluster [DBG] pgmap v2817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:06:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:21.104231+0000 mgr.y (mgr.24491) 3208 : cluster [DBG] pgmap v2818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:21.104231+0000 mgr.y (mgr.24491) 3208 : cluster [DBG] pgmap v2818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:22.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:21.104231+0000 mgr.y (mgr.24491) 3208 : cluster [DBG] pgmap v2818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:24.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:23.104772+0000 mgr.y (mgr.24491) 3209 : cluster [DBG] pgmap v2819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:24.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:23.104772+0000 mgr.y (mgr.24491) 3209 : cluster [DBG] pgmap v2819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:23.104772+0000 mgr.y (mgr.24491) 3209 : cluster [DBG] pgmap v2819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:26.251 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:06:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:25.105325+0000 mgr.y (mgr.24491) 3210 : cluster [DBG] pgmap v2820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:26.526 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:06:26.526 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (92m) 10m ago 93m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:06:26.526 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (92m) 10m ago 92m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:06:26.526 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (94m) 10m ago 94m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:06:26.526 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (94m) 10m ago 94m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:06:26.526 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (97m) 10m ago 97m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:06:26.526 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (99m) 10m ago 99m 459M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:06:26.526 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (99m) 10m ago 99m 261M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (97m) 10m ago 97m 146M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (97m) 10m ago 97m 148M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (93m) 10m ago 93m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (93m) 10m ago 93m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (97m) 10m ago 97m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (96m) 10m ago 96m 43.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (96m) 10m ago 96m 40.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (96m) 10m ago 96m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (95m) 10m ago 95m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (95m) 10m ago 95m 41.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (94m) 10m ago 94m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:06:26.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (94m) 10m ago 94m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:06:26.528 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (92m) 10m ago 93m 86.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:06:26.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:25.105325+0000 mgr.y (mgr.24491) 3210 : cluster [DBG] pgmap v2820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:25.105325+0000 mgr.y (mgr.24491) 3210 : cluster [DBG] pgmap v2820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:26.863 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:06:26.863 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:06:26.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:06:26.864 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:06:26.864 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:06:26.864 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:06:26.864 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:06:26.864 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:06:26.864 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:06:26.864 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:06:26.864 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:06:26.864 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:06:26.864 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:06:26.865 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:06:26.865 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:06:26.865 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:06:26.865 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:06:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:26.241107+0000 mgr.y (mgr.24491) 3211 : audit [DBG] from='client.18132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:26.520454+0000 mgr.y (mgr.24491) 3212 : audit [DBG] from='client.18138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:26.865618+0000 mon.a (mon.0) 1294 : audit [DBG] from='client.? 172.21.15.177:0/867705541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:06:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:26.241107+0000 mgr.y (mgr.24491) 3211 : audit [DBG] from='client.18132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:26.520454+0000 mgr.y (mgr.24491) 3212 : audit [DBG] from='client.18138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:26.865618+0000 mon.a (mon.0) 1294 : audit [DBG] from='client.? 172.21.15.177:0/867705541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:06:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:26.241107+0000 mgr.y (mgr.24491) 3211 : audit [DBG] from='client.18132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:26.520454+0000 mgr.y (mgr.24491) 3212 : audit [DBG] from='client.18138 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:26.865618+0000 mon.a (mon.0) 1294 : audit [DBG] from='client.? 172.21.15.177:0/867705541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:06:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:06:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:27.105847+0000 mgr.y (mgr.24491) 3213 : cluster [DBG] pgmap v2821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:27.105847+0000 mgr.y (mgr.24491) 3213 : cluster [DBG] pgmap v2821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:27.105847+0000 mgr.y (mgr.24491) 3213 : cluster [DBG] pgmap v2821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:28.238015+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:06:29.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:28.238015+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:06:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:28.238015+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:06:30.433 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:29.106265+0000 mgr.y (mgr.24491) 3214 : cluster [DBG] pgmap v2822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:30.433 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:29.106265+0000 mgr.y (mgr.24491) 3214 : cluster [DBG] pgmap v2822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:29.106265+0000 mgr.y (mgr.24491) 3214 : cluster [DBG] pgmap v2822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:06:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:30.879462+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:06:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:31.106823+0000 mgr.y (mgr.24491) 3215 : cluster [DBG] pgmap v2823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:31.411520+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:06:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:31.680601+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:06:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:31.681302+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:06:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:31.687118+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:06:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:30.879462+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:06:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:31.106823+0000 mgr.y (mgr.24491) 3215 : cluster [DBG] pgmap v2823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:31.411520+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:06:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:31.680601+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:06:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:31.681302+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:06:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:31.687118+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:06:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:30.879462+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:06:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:31.106823+0000 mgr.y (mgr.24491) 3215 : cluster [DBG] pgmap v2823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:31.411520+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:06:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:31.680601+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:06:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:31.681302+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:06:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:31.687118+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:06:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:33.107240+0000 mgr.y (mgr.24491) 3216 : cluster [DBG] pgmap v2824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:33.107240+0000 mgr.y (mgr.24491) 3216 : cluster [DBG] pgmap v2824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:33.107240+0000 mgr.y (mgr.24491) 3216 : cluster [DBG] pgmap v2824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:35.107963+0000 mgr.y (mgr.24491) 3217 : cluster [DBG] pgmap v2825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:35.107963+0000 mgr.y (mgr.24491) 3217 : cluster [DBG] pgmap v2825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:35.107963+0000 mgr.y (mgr.24491) 3217 : cluster [DBG] pgmap v2825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:37] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:06:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:37.108523+0000 mgr.y (mgr.24491) 3218 : cluster [DBG] pgmap v2826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:37.108523+0000 mgr.y (mgr.24491) 3218 : cluster [DBG] pgmap v2826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:38.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:37.108523+0000 mgr.y (mgr.24491) 3218 : cluster [DBG] pgmap v2826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:39.109178+0000 mgr.y (mgr.24491) 3219 : cluster [DBG] pgmap v2827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:40.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:39.109178+0000 mgr.y (mgr.24491) 3219 : cluster [DBG] pgmap v2827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:40.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:39.109178+0000 mgr.y (mgr.24491) 3219 : cluster [DBG] pgmap v2827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:06:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:41.109825+0000 mgr.y (mgr.24491) 3220 : cluster [DBG] pgmap v2828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:42.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:41.109825+0000 mgr.y (mgr.24491) 3220 : cluster [DBG] pgmap v2828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:42.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:41.109825+0000 mgr.y (mgr.24491) 3220 : cluster [DBG] pgmap v2828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:43.110378+0000 mgr.y (mgr.24491) 3221 : cluster [DBG] pgmap v2829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:44.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:43.110378+0000 mgr.y (mgr.24491) 3221 : cluster [DBG] pgmap v2829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:44.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:43.110378+0000 mgr.y (mgr.24491) 3221 : cluster [DBG] pgmap v2829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:45.111172+0000 mgr.y (mgr.24491) 3222 : cluster [DBG] pgmap v2830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:46.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:45.111172+0000 mgr.y (mgr.24491) 3222 : cluster [DBG] pgmap v2830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:46.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:45.111172+0000 mgr.y (mgr.24491) 3222 : cluster [DBG] pgmap v2830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:47] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:06:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:47.111608+0000 mgr.y (mgr.24491) 3223 : cluster [DBG] pgmap v2831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:47.111608+0000 mgr.y (mgr.24491) 3223 : cluster [DBG] pgmap v2831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:47.111608+0000 mgr.y (mgr.24491) 3223 : cluster [DBG] pgmap v2831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:49.112136+0000 mgr.y (mgr.24491) 3224 : cluster [DBG] pgmap v2832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:50.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:49.112136+0000 mgr.y (mgr.24491) 3224 : cluster [DBG] pgmap v2832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:50.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:49.112136+0000 mgr.y (mgr.24491) 3224 : cluster [DBG] pgmap v2832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:06:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:51.112834+0000 mgr.y (mgr.24491) 3225 : cluster [DBG] pgmap v2833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:51.112834+0000 mgr.y (mgr.24491) 3225 : cluster [DBG] pgmap v2833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:52.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:51.112834+0000 mgr.y (mgr.24491) 3225 : cluster [DBG] pgmap v2833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:53.113265+0000 mgr.y (mgr.24491) 3226 : cluster [DBG] pgmap v2834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:53.113265+0000 mgr.y (mgr.24491) 3226 : cluster [DBG] pgmap v2834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:54.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:53.113265+0000 mgr.y (mgr.24491) 3226 : cluster [DBG] pgmap v2834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:55.113891+0000 mgr.y (mgr.24491) 3227 : cluster [DBG] pgmap v2835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:55.113891+0000 mgr.y (mgr.24491) 3227 : cluster [DBG] pgmap v2835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:56.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:55.113891+0000 mgr.y (mgr.24491) 3227 : cluster [DBG] pgmap v2835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:57.175 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:06:57.452 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:06:57.452 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (92m) 26s ago 93m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:06:57.452 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (93m) 26s ago 93m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:06:57.452 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (94m) 26s ago 94m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:06:57.452 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (94m) 26s ago 94m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:06:57.452 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (98m) 26s ago 98m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:06:57.452 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (99m) 26s ago 99m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:06:57.452 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (99m) 26s ago 99m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:06:57.453 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (98m) 26s ago 98m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:06:57.453 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (98m) 26s ago 98m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:06:57.453 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (93m) 26s ago 93m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:06:57.453 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (93m) 26s ago 93m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:06:57.453 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (97m) 26s ago 97m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:06:57.453 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (97m) 26s ago 97m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:06:57.453 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (96m) 26s ago 96m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:06:57.453 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (96m) 26s ago 96m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:06:57.453 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (96m) 26s ago 96m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:06:57.453 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (95m) 26s ago 95m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:06:57.454 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (95m) 26s ago 95m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:06:57.454 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (94m) 26s ago 94m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:06:57.454 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (92m) 26s ago 93m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:06:57.784 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:06:57.784 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:06:57.784 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:06:57.784 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:06:57.784 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:06:57.785 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:06:57.785 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:06:57.785 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:06:57.785 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:06:57.785 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:06:57.785 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:06:57.785 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:06:57.785 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:06:57.785 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:06:57.785 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:06:57.785 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:06:57.786 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:06:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:06:57] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:06:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:57.114263+0000 mgr.y (mgr.24491) 3228 : cluster [DBG] pgmap v2836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:57.165384+0000 mgr.y (mgr.24491) 3229 : audit [DBG] from='client.28055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:57.446696+0000 mgr.y (mgr.24491) 3230 : audit [DBG] from='client.28061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:06:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:06:57.786474+0000 mon.a (mon.0) 1301 : audit [DBG] from='client.? 172.21.15.177:0/1975001103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:06:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:57.114263+0000 mgr.y (mgr.24491) 3228 : cluster [DBG] pgmap v2836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:57.165384+0000 mgr.y (mgr.24491) 3229 : audit [DBG] from='client.28055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:57.446696+0000 mgr.y (mgr.24491) 3230 : audit [DBG] from='client.28061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:06:57.786474+0000 mon.a (mon.0) 1301 : audit [DBG] from='client.? 172.21.15.177:0/1975001103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:06:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:57.114263+0000 mgr.y (mgr.24491) 3228 : cluster [DBG] pgmap v2836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:06:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:57.165384+0000 mgr.y (mgr.24491) 3229 : audit [DBG] from='client.28055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:57.446696+0000 mgr.y (mgr.24491) 3230 : audit [DBG] from='client.28061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:06:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:06:57.786474+0000 mon.a (mon.0) 1301 : audit [DBG] from='client.? 172.21.15.177:0/1975001103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:07:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:06:59.114659+0000 mgr.y (mgr.24491) 3231 : cluster [DBG] pgmap v2837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:00.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:06:59.114659+0000 mgr.y (mgr.24491) 3231 : cluster [DBG] pgmap v2837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:06:59.114659+0000 mgr.y (mgr.24491) 3231 : cluster [DBG] pgmap v2837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:07:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:01.115503+0000 mgr.y (mgr.24491) 3232 : cluster [DBG] pgmap v2838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:02.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:01.115503+0000 mgr.y (mgr.24491) 3232 : cluster [DBG] pgmap v2838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:01.115503+0000 mgr.y (mgr.24491) 3232 : cluster [DBG] pgmap v2838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:03.115964+0000 mgr.y (mgr.24491) 3233 : cluster [DBG] pgmap v2839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:04.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:03.115964+0000 mgr.y (mgr.24491) 3233 : cluster [DBG] pgmap v2839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:03.115964+0000 mgr.y (mgr.24491) 3233 : cluster [DBG] pgmap v2839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:05.116550+0000 mgr.y (mgr.24491) 3234 : cluster [DBG] pgmap v2840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:06.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:05.116550+0000 mgr.y (mgr.24491) 3234 : cluster [DBG] pgmap v2840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:06.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:05.116550+0000 mgr.y (mgr.24491) 3234 : cluster [DBG] pgmap v2840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:07] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T05:07:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:07.116992+0000 mgr.y (mgr.24491) 3235 : cluster [DBG] pgmap v2841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:07.116992+0000 mgr.y (mgr.24491) 3235 : cluster [DBG] pgmap v2841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:08.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:07.116992+0000 mgr.y (mgr.24491) 3235 : cluster [DBG] pgmap v2841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:09.117556+0000 mgr.y (mgr.24491) 3236 : cluster [DBG] pgmap v2842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:10.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:09.117556+0000 mgr.y (mgr.24491) 3236 : cluster [DBG] pgmap v2842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:09.117556+0000 mgr.y (mgr.24491) 3236 : cluster [DBG] pgmap v2842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:07:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:11.118320+0000 mgr.y (mgr.24491) 3237 : cluster [DBG] pgmap v2843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:12.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:11.118320+0000 mgr.y (mgr.24491) 3237 : cluster [DBG] pgmap v2843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:12.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:11.118320+0000 mgr.y (mgr.24491) 3237 : cluster [DBG] pgmap v2843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:13.118891+0000 mgr.y (mgr.24491) 3238 : cluster [DBG] pgmap v2844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:13.118891+0000 mgr.y (mgr.24491) 3238 : cluster [DBG] pgmap v2844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:13.118891+0000 mgr.y (mgr.24491) 3238 : cluster [DBG] pgmap v2844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:15.119565+0000 mgr.y (mgr.24491) 3239 : cluster [DBG] pgmap v2845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:16.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:15.119565+0000 mgr.y (mgr.24491) 3239 : cluster [DBG] pgmap v2845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:15.119565+0000 mgr.y (mgr.24491) 3239 : cluster [DBG] pgmap v2845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:17] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:07:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:17.120194+0000 mgr.y (mgr.24491) 3240 : cluster [DBG] pgmap v2846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:18.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:17.120194+0000 mgr.y (mgr.24491) 3240 : cluster [DBG] pgmap v2846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:17.120194+0000 mgr.y (mgr.24491) 3240 : cluster [DBG] pgmap v2846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:19.120681+0000 mgr.y (mgr.24491) 3241 : cluster [DBG] pgmap v2847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:19.120681+0000 mgr.y (mgr.24491) 3241 : cluster [DBG] pgmap v2847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:19.120681+0000 mgr.y (mgr.24491) 3241 : cluster [DBG] pgmap v2847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:07:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:21.121377+0000 mgr.y (mgr.24491) 3242 : cluster [DBG] pgmap v2848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:21.121377+0000 mgr.y (mgr.24491) 3242 : cluster [DBG] pgmap v2848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:22.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:21.121377+0000 mgr.y (mgr.24491) 3242 : cluster [DBG] pgmap v2848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:24.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:23.121768+0000 mgr.y (mgr.24491) 3243 : cluster [DBG] pgmap v2849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:24.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:23.121768+0000 mgr.y (mgr.24491) 3243 : cluster [DBG] pgmap v2849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:24.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:23.121768+0000 mgr.y (mgr.24491) 3243 : cluster [DBG] pgmap v2849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:25.122626+0000 mgr.y (mgr.24491) 3244 : cluster [DBG] pgmap v2850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:25.122626+0000 mgr.y (mgr.24491) 3244 : cluster [DBG] pgmap v2850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:25.122626+0000 mgr.y (mgr.24491) 3244 : cluster [DBG] pgmap v2850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:28.094 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:07:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:27] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:07:28.369 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:07:28.369 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (93m) 57s ago 94m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:07:28.369 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (93m) 56s ago 93m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:07:28.369 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (95m) 57s ago 95m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:07:28.369 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (95m) 56s ago 95m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:07:28.369 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (98m) 56s ago 98m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:07:28.369 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (100m) 57s ago 100m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:07:28.369 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (100m) 57s ago 100m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (99m) 56s ago 98m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (98m) 57s ago 98m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (94m) 57s ago 94m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (94m) 56s ago 94m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (98m) 57s ago 98m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (97m) 57s ago 97m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (97m) 57s ago 97m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (97m) 57s ago 97m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (96m) 56s ago 96m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (96m) 56s ago 96m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (95m) 56s ago 95m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (95m) 56s ago 95m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:07:28.370 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (93m) 56s ago 94m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:07:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:27.123127+0000 mgr.y (mgr.24491) 3245 : cluster [DBG] pgmap v2851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:28.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:27.123127+0000 mgr.y (mgr.24491) 3245 : cluster [DBG] pgmap v2851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:28.705 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:07:28.705 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:07:28.705 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:07:28.705 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:07:28.705 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:07:28.705 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:07:28.705 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:07:28.706 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:07:28.706 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:07:28.706 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:07:28.706 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:07:28.706 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:07:28.706 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:07:28.706 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:07:28.706 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:07:28.706 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:07:28.706 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:07:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:27.123127+0000 mgr.y (mgr.24491) 3245 : cluster [DBG] pgmap v2851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:07:28.084882+0000 mgr.y (mgr.24491) 3246 : audit [DBG] from='client.18168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:07:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:07:28.364182+0000 mgr.y (mgr.24491) 3247 : audit [DBG] from='client.28079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:07:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:07:28.707694+0000 mon.a (mon.0) 1302 : audit [DBG] from='client.? 172.21.15.177:0/3691114478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:07:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:07:28.084882+0000 mgr.y (mgr.24491) 3246 : audit [DBG] from='client.18168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:07:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:07:28.364182+0000 mgr.y (mgr.24491) 3247 : audit [DBG] from='client.28079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:07:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:07:28.707694+0000 mon.a (mon.0) 1302 : audit [DBG] from='client.? 172.21.15.177:0/3691114478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:07:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:07:28.084882+0000 mgr.y (mgr.24491) 3246 : audit [DBG] from='client.18168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:07:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:07:28.364182+0000 mgr.y (mgr.24491) 3247 : audit [DBG] from='client.28079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:07:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:07:28.707694+0000 mon.a (mon.0) 1302 : audit [DBG] from='client.? 172.21.15.177:0/3691114478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:07:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:29.123483+0000 mgr.y (mgr.24491) 3248 : cluster [DBG] pgmap v2852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:29.123483+0000 mgr.y (mgr.24491) 3248 : cluster [DBG] pgmap v2852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:29.123483+0000 mgr.y (mgr.24491) 3248 : cluster [DBG] pgmap v2852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:07:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:31.124193+0000 mgr.y (mgr.24491) 3249 : cluster [DBG] pgmap v2853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:07:31.691887+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:07:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:07:31.973651+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:07:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:07:31.974310+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:07:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:07:31.978518+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:07:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:31.124193+0000 mgr.y (mgr.24491) 3249 : cluster [DBG] pgmap v2853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:07:31.691887+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:07:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:07:31.973651+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:07:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:07:31.974310+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:07:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:07:31.978518+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:07:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:31.124193+0000 mgr.y (mgr.24491) 3249 : cluster [DBG] pgmap v2853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:07:31.691887+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:07:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:07:31.973651+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:07:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:07:31.974310+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:07:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:07:31.978518+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:07:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:33.124525+0000 mgr.y (mgr.24491) 3250 : cluster [DBG] pgmap v2854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:34.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:33.124525+0000 mgr.y (mgr.24491) 3250 : cluster [DBG] pgmap v2854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:33.124525+0000 mgr.y (mgr.24491) 3250 : cluster [DBG] pgmap v2854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:36.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:35.125197+0000 mgr.y (mgr.24491) 3251 : cluster [DBG] pgmap v2855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:36.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:35.125197+0000 mgr.y (mgr.24491) 3251 : cluster [DBG] pgmap v2855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:35.125197+0000 mgr.y (mgr.24491) 3251 : cluster [DBG] pgmap v2855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:37] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:07:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:37.125698+0000 mgr.y (mgr.24491) 3252 : cluster [DBG] pgmap v2856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:37.125698+0000 mgr.y (mgr.24491) 3252 : cluster [DBG] pgmap v2856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:37.125698+0000 mgr.y (mgr.24491) 3252 : cluster [DBG] pgmap v2856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:39.126223+0000 mgr.y (mgr.24491) 3253 : cluster [DBG] pgmap v2857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:39.126223+0000 mgr.y (mgr.24491) 3253 : cluster [DBG] pgmap v2857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:39.126223+0000 mgr.y (mgr.24491) 3253 : cluster [DBG] pgmap v2857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:07:42.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:41.127020+0000 mgr.y (mgr.24491) 3254 : cluster [DBG] pgmap v2858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:41.127020+0000 mgr.y (mgr.24491) 3254 : cluster [DBG] pgmap v2858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:41.127020+0000 mgr.y (mgr.24491) 3254 : cluster [DBG] pgmap v2858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:44.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:43.127483+0000 mgr.y (mgr.24491) 3255 : cluster [DBG] pgmap v2859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:44.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:43.127483+0000 mgr.y (mgr.24491) 3255 : cluster [DBG] pgmap v2859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:43.127483+0000 mgr.y (mgr.24491) 3255 : cluster [DBG] pgmap v2859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:46.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:45.128301+0000 mgr.y (mgr.24491) 3256 : cluster [DBG] pgmap v2860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:46.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:45.128301+0000 mgr.y (mgr.24491) 3256 : cluster [DBG] pgmap v2860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:45.128301+0000 mgr.y (mgr.24491) 3256 : cluster [DBG] pgmap v2860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:47] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:07:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:47.128722+0000 mgr.y (mgr.24491) 3257 : cluster [DBG] pgmap v2861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:47.128722+0000 mgr.y (mgr.24491) 3257 : cluster [DBG] pgmap v2861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:47.128722+0000 mgr.y (mgr.24491) 3257 : cluster [DBG] pgmap v2861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:50.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:49.129184+0000 mgr.y (mgr.24491) 3258 : cluster [DBG] pgmap v2862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:49.129184+0000 mgr.y (mgr.24491) 3258 : cluster [DBG] pgmap v2862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:49.129184+0000 mgr.y (mgr.24491) 3258 : cluster [DBG] pgmap v2862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:07:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:51.129845+0000 mgr.y (mgr.24491) 3259 : cluster [DBG] pgmap v2863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:51.129845+0000 mgr.y (mgr.24491) 3259 : cluster [DBG] pgmap v2863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:51.129845+0000 mgr.y (mgr.24491) 3259 : cluster [DBG] pgmap v2863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:53.130399+0000 mgr.y (mgr.24491) 3260 : cluster [DBG] pgmap v2864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:53.130399+0000 mgr.y (mgr.24491) 3260 : cluster [DBG] pgmap v2864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:53.130399+0000 mgr.y (mgr.24491) 3260 : cluster [DBG] pgmap v2864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:56.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:55.131104+0000 mgr.y (mgr.24491) 3261 : cluster [DBG] pgmap v2865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:55.131104+0000 mgr.y (mgr.24491) 3261 : cluster [DBG] pgmap v2865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:55.131104+0000 mgr.y (mgr.24491) 3261 : cluster [DBG] pgmap v2865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:07:57] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:07:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:07:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:57.131481+0000 mgr.y (mgr.24491) 3262 : cluster [DBG] pgmap v2866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:07:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:57.131481+0000 mgr.y (mgr.24491) 3262 : cluster [DBG] pgmap v2866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:07:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:57.131481+0000 mgr.y (mgr.24491) 3262 : cluster [DBG] pgmap v2866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:07:59.017 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:07:59.293 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:07:59.294 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (93m) 88s ago 94m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:07:59.294 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (94m) 87s ago 94m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:07:59.294 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (95m) 88s ago 95m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:07:59.294 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (95m) 87s ago 95m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:07:59.294 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (99m) 87s ago 99m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:07:59.294 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (100m) 88s ago 100m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:07:59.294 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (100m) 88s ago 100m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:07:59.294 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (99m) 87s ago 99m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:07:59.294 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (99m) 88s ago 99m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:07:59.294 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (94m) 88s ago 94m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:07:59.294 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (94m) 87s ago 94m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:07:59.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (98m) 88s ago 98m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:07:59.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (98m) 88s ago 98m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:07:59.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (98m) 88s ago 98m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:07:59.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (97m) 88s ago 97m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:07:59.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (97m) 87s ago 97m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:07:59.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (96m) 87s ago 96m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:07:59.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (96m) 87s ago 96m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:07:59.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (95m) 87s ago 95m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:07:59.295 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (93m) 87s ago 94m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:07:59.628 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:07:59.628 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:07:59.628 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:07:59.629 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:08:00.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:07:59.006812+0000 mgr.y (mgr.24491) 3263 : audit [DBG] from='client.18186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:00.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:07:59.131820+0000 mgr.y (mgr.24491) 3264 : cluster [DBG] pgmap v2867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:07:59.287882+0000 mgr.y (mgr.24491) 3265 : audit [DBG] from='client.18192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:07:59.630697+0000 mon.a (mon.0) 1307 : audit [DBG] from='client.? 172.21.15.177:0/3673844839' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:08:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:07:59.006812+0000 mgr.y (mgr.24491) 3263 : audit [DBG] from='client.18186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:07:59.131820+0000 mgr.y (mgr.24491) 3264 : cluster [DBG] pgmap v2867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:07:59.287882+0000 mgr.y (mgr.24491) 3265 : audit [DBG] from='client.18192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:07:59.630697+0000 mon.a (mon.0) 1307 : audit [DBG] from='client.? 172.21.15.177:0/3673844839' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:08:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:07:59.006812+0000 mgr.y (mgr.24491) 3263 : audit [DBG] from='client.18186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:07:59.131820+0000 mgr.y (mgr.24491) 3264 : cluster [DBG] pgmap v2867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:07:59.287882+0000 mgr.y (mgr.24491) 3265 : audit [DBG] from='client.18192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:07:59.630697+0000 mon.a (mon.0) 1307 : audit [DBG] from='client.? 172.21.15.177:0/3673844839' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:08:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:08:02.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:01.132454+0000 mgr.y (mgr.24491) 3266 : cluster [DBG] pgmap v2868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:02.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:01.132454+0000 mgr.y (mgr.24491) 3266 : cluster [DBG] pgmap v2868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:01.132454+0000 mgr.y (mgr.24491) 3266 : cluster [DBG] pgmap v2868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:04.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:03.133084+0000 mgr.y (mgr.24491) 3267 : cluster [DBG] pgmap v2869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:03.133084+0000 mgr.y (mgr.24491) 3267 : cluster [DBG] pgmap v2869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:03.133084+0000 mgr.y (mgr.24491) 3267 : cluster [DBG] pgmap v2869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:06.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:05.133845+0000 mgr.y (mgr.24491) 3268 : cluster [DBG] pgmap v2870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:05.133845+0000 mgr.y (mgr.24491) 3268 : cluster [DBG] pgmap v2870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:05.133845+0000 mgr.y (mgr.24491) 3268 : cluster [DBG] pgmap v2870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:07] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:08:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:07.134316+0000 mgr.y (mgr.24491) 3269 : cluster [DBG] pgmap v2871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:07.134316+0000 mgr.y (mgr.24491) 3269 : cluster [DBG] pgmap v2871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:07.134316+0000 mgr.y (mgr.24491) 3269 : cluster [DBG] pgmap v2871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:10.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:09.134998+0000 mgr.y (mgr.24491) 3270 : cluster [DBG] pgmap v2872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:09.134998+0000 mgr.y (mgr.24491) 3270 : cluster [DBG] pgmap v2872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:09.134998+0000 mgr.y (mgr.24491) 3270 : cluster [DBG] pgmap v2872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:08:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:11.135698+0000 mgr.y (mgr.24491) 3271 : cluster [DBG] pgmap v2873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:11.135698+0000 mgr.y (mgr.24491) 3271 : cluster [DBG] pgmap v2873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:11.135698+0000 mgr.y (mgr.24491) 3271 : cluster [DBG] pgmap v2873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:13.136235+0000 mgr.y (mgr.24491) 3272 : cluster [DBG] pgmap v2874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:13.136235+0000 mgr.y (mgr.24491) 3272 : cluster [DBG] pgmap v2874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:13.136235+0000 mgr.y (mgr.24491) 3272 : cluster [DBG] pgmap v2874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:16.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:15.137056+0000 mgr.y (mgr.24491) 3273 : cluster [DBG] pgmap v2875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:15.137056+0000 mgr.y (mgr.24491) 3273 : cluster [DBG] pgmap v2875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:15.137056+0000 mgr.y (mgr.24491) 3273 : cluster [DBG] pgmap v2875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:17] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:08:18.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:17.137600+0000 mgr.y (mgr.24491) 3274 : cluster [DBG] pgmap v2876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:17.137600+0000 mgr.y (mgr.24491) 3274 : cluster [DBG] pgmap v2876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:17.137600+0000 mgr.y (mgr.24491) 3274 : cluster [DBG] pgmap v2876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:20.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:19.138067+0000 mgr.y (mgr.24491) 3275 : cluster [DBG] pgmap v2877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:19.138067+0000 mgr.y (mgr.24491) 3275 : cluster [DBG] pgmap v2877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:19.138067+0000 mgr.y (mgr.24491) 3275 : cluster [DBG] pgmap v2877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:08:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:21.138744+0000 mgr.y (mgr.24491) 3276 : cluster [DBG] pgmap v2878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:21.138744+0000 mgr.y (mgr.24491) 3276 : cluster [DBG] pgmap v2878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:21.138744+0000 mgr.y (mgr.24491) 3276 : cluster [DBG] pgmap v2878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:24.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:23.139219+0000 mgr.y (mgr.24491) 3277 : cluster [DBG] pgmap v2879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:23.139219+0000 mgr.y (mgr.24491) 3277 : cluster [DBG] pgmap v2879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:23.139219+0000 mgr.y (mgr.24491) 3277 : cluster [DBG] pgmap v2879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:25.139883+0000 mgr.y (mgr.24491) 3278 : cluster [DBG] pgmap v2880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:25.139883+0000 mgr.y (mgr.24491) 3278 : cluster [DBG] pgmap v2880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:25.139883+0000 mgr.y (mgr.24491) 3278 : cluster [DBG] pgmap v2880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:27] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:08:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:27.140461+0000 mgr.y (mgr.24491) 3279 : cluster [DBG] pgmap v2881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:28.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:27.140461+0000 mgr.y (mgr.24491) 3279 : cluster [DBG] pgmap v2881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:27.140461+0000 mgr.y (mgr.24491) 3279 : cluster [DBG] pgmap v2881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:29.938 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:08:30.214 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:08:30.214 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (94m) 119s ago 95m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:08:30.214 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (94m) 118s ago 94m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:08:30.214 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (96m) 119s ago 96m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:08:30.214 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (96m) 118s ago 96m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:08:30.214 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (99m) 118s ago 99m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:08:30.214 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (101m) 119s ago 101m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:08:30.214 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (101m) 119s ago 101m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (100m) 118s ago 100m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (99m) 119s ago 99m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (95m) 119s ago 95m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (95m) 118s ago 95m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (99m) 119s ago 99m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (98m) 119s ago 98m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (98m) 119s ago 98m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (98m) 119s ago 98m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (97m) 118s ago 97m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (97m) 118s ago 97m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (96m) 118s ago 96m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (96m) 118s ago 96m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:08:30.215 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (94m) 118s ago 95m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:08:30.550 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:08:30.550 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:08:30.550 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:08:30.550 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:08:30.550 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:08:30.550 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:08:30.550 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:08:30.551 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:08:30.551 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:08:30.551 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:08:30.551 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:08:30.551 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:08:30.551 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:08:30.551 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:08:30.551 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:08:30.551 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:08:30.551 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:08:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:29.140907+0000 mgr.y (mgr.24491) 3280 : cluster [DBG] pgmap v2882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:30.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:29.140907+0000 mgr.y (mgr.24491) 3280 : cluster [DBG] pgmap v2882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:29.140907+0000 mgr.y (mgr.24491) 3280 : cluster [DBG] pgmap v2882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:31.365 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:08:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:08:29.928603+0000 mgr.y (mgr.24491) 3281 : audit [DBG] from='client.18204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:08:30.208713+0000 mgr.y (mgr.24491) 3282 : audit [DBG] from='client.28115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:08:30.552633+0000 mon.a (mon.0) 1308 : audit [DBG] from='client.? 172.21.15.177:0/1558964344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:08:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:08:29.928603+0000 mgr.y (mgr.24491) 3281 : audit [DBG] from='client.18204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:08:30.208713+0000 mgr.y (mgr.24491) 3282 : audit [DBG] from='client.28115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:08:30.552633+0000 mon.a (mon.0) 1308 : audit [DBG] from='client.? 172.21.15.177:0/1558964344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:08:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:08:29.928603+0000 mgr.y (mgr.24491) 3281 : audit [DBG] from='client.18204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:08:30.208713+0000 mgr.y (mgr.24491) 3282 : audit [DBG] from='client.28115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:08:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:08:30.552633+0000 mon.a (mon.0) 1308 : audit [DBG] from='client.? 172.21.15.177:0/1558964344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:08:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:31.141588+0000 mgr.y (mgr.24491) 3283 : cluster [DBG] pgmap v2883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:08:31.982764+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:08:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:08:32.262425+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:08:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:08:32.263178+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:08:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:08:32.267629+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:08:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:31.141588+0000 mgr.y (mgr.24491) 3283 : cluster [DBG] pgmap v2883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:08:31.982764+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:08:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:08:32.262425+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:08:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:08:32.263178+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:08:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:08:32.267629+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:08:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:31.141588+0000 mgr.y (mgr.24491) 3283 : cluster [DBG] pgmap v2883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:08:31.982764+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:08:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:08:32.262425+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:08:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:08:32.263178+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:08:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:08:32.267629+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:08:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:33.141972+0000 mgr.y (mgr.24491) 3284 : cluster [DBG] pgmap v2884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:33.141972+0000 mgr.y (mgr.24491) 3284 : cluster [DBG] pgmap v2884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:33.141972+0000 mgr.y (mgr.24491) 3284 : cluster [DBG] pgmap v2884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:36.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:35.142681+0000 mgr.y (mgr.24491) 3285 : cluster [DBG] pgmap v2885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:35.142681+0000 mgr.y (mgr.24491) 3285 : cluster [DBG] pgmap v2885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:35.142681+0000 mgr.y (mgr.24491) 3285 : cluster [DBG] pgmap v2885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:37] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:08:38.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:37.143177+0000 mgr.y (mgr.24491) 3286 : cluster [DBG] pgmap v2886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:37.143177+0000 mgr.y (mgr.24491) 3286 : cluster [DBG] pgmap v2886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:37.143177+0000 mgr.y (mgr.24491) 3286 : cluster [DBG] pgmap v2886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:40.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:39.143660+0000 mgr.y (mgr.24491) 3287 : cluster [DBG] pgmap v2887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:39.143660+0000 mgr.y (mgr.24491) 3287 : cluster [DBG] pgmap v2887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:39.143660+0000 mgr.y (mgr.24491) 3287 : cluster [DBG] pgmap v2887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:08:42.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:41.144345+0000 mgr.y (mgr.24491) 3288 : cluster [DBG] pgmap v2888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:42.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:41.144345+0000 mgr.y (mgr.24491) 3288 : cluster [DBG] pgmap v2888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:41.144345+0000 mgr.y (mgr.24491) 3288 : cluster [DBG] pgmap v2888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:44.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:43.144743+0000 mgr.y (mgr.24491) 3289 : cluster [DBG] pgmap v2889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:43.144743+0000 mgr.y (mgr.24491) 3289 : cluster [DBG] pgmap v2889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:43.144743+0000 mgr.y (mgr.24491) 3289 : cluster [DBG] pgmap v2889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:45.145585+0000 mgr.y (mgr.24491) 3290 : cluster [DBG] pgmap v2890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:45.145585+0000 mgr.y (mgr.24491) 3290 : cluster [DBG] pgmap v2890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:45.145585+0000 mgr.y (mgr.24491) 3290 : cluster [DBG] pgmap v2890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:47] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:08:48.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:47.145928+0000 mgr.y (mgr.24491) 3291 : cluster [DBG] pgmap v2891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:47.145928+0000 mgr.y (mgr.24491) 3291 : cluster [DBG] pgmap v2891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:47.145928+0000 mgr.y (mgr.24491) 3291 : cluster [DBG] pgmap v2891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:50.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:49.146355+0000 mgr.y (mgr.24491) 3292 : cluster [DBG] pgmap v2892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:49.146355+0000 mgr.y (mgr.24491) 3292 : cluster [DBG] pgmap v2892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:49.146355+0000 mgr.y (mgr.24491) 3292 : cluster [DBG] pgmap v2892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:08:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:51.147253+0000 mgr.y (mgr.24491) 3293 : cluster [DBG] pgmap v2893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:51.147253+0000 mgr.y (mgr.24491) 3293 : cluster [DBG] pgmap v2893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:51.147253+0000 mgr.y (mgr.24491) 3293 : cluster [DBG] pgmap v2893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:53.147835+0000 mgr.y (mgr.24491) 3294 : cluster [DBG] pgmap v2894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:53.147835+0000 mgr.y (mgr.24491) 3294 : cluster [DBG] pgmap v2894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:53.147835+0000 mgr.y (mgr.24491) 3294 : cluster [DBG] pgmap v2894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:55.148579+0000 mgr.y (mgr.24491) 3295 : cluster [DBG] pgmap v2895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:55.148579+0000 mgr.y (mgr.24491) 3295 : cluster [DBG] pgmap v2895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:55.148579+0000 mgr.y (mgr.24491) 3295 : cluster [DBG] pgmap v2895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:08:57] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:08:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:08:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:57.149049+0000 mgr.y (mgr.24491) 3296 : cluster [DBG] pgmap v2896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:08:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:57.149049+0000 mgr.y (mgr.24491) 3296 : cluster [DBG] pgmap v2896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:08:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:08:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:57.149049+0000 mgr.y (mgr.24491) 3296 : cluster [DBG] pgmap v2896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:08:59.149455+0000 mgr.y (mgr.24491) 3297 : cluster [DBG] pgmap v2897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:00.861 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:09:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:08:59.149455+0000 mgr.y (mgr.24491) 3297 : cluster [DBG] pgmap v2897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:08:59.149455+0000 mgr.y (mgr.24491) 3297 : cluster [DBG] pgmap v2897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:01.138 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:09:01.138 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (94m) 2m ago 95m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:09:01.138 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (95m) 2m ago 95m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:09:01.138 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (96m) 2m ago 96m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:09:01.138 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (96m) 2m ago 96m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:09:01.138 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (100m) 2m ago 100m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:09:01.138 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (101m) 2m ago 101m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:09:01.138 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (101m) 2m ago 101m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:09:01.138 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (100m) 2m ago 100m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:09:01.138 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (100m) 2m ago 100m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:09:01.138 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (95m) 2m ago 95m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:09:01.139 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (95m) 2m ago 95m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:09:01.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (99m) 2m ago 99m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:09:01.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (99m) 2m ago 99m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:09:01.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (99m) 2m ago 99m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:09:01.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (98m) 2m ago 98m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:09:01.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (98m) 2m ago 98m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:09:01.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (97m) 2m ago 97m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:09:01.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (97m) 2m ago 97m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:09:01.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (96m) 2m ago 96m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:09:01.139 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (94m) 2m ago 96m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:09:01.422 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:09:01.474 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:09:01.474 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:09:01.474 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:09:01.474 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:09:01.474 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:09:01.474 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:09:01.474 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:09:01.474 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:09:01.474 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:09:01.474 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:09:01.474 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:09:01.475 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:09:01.475 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:09:01.475 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:09:01.475 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:09:01.475 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:09:01.475 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:09:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:09:00.851788+0000 mgr.y (mgr.24491) 3298 : audit [DBG] from='client.18222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:01.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:09:00.851788+0000 mgr.y (mgr.24491) 3298 : audit [DBG] from='client.18222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:09:00.851788+0000 mgr.y (mgr.24491) 3298 : audit [DBG] from='client.18222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:09:01.132253+0000 mgr.y (mgr.24491) 3299 : audit [DBG] from='client.18228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:01.150054+0000 mgr.y (mgr.24491) 3300 : cluster [DBG] pgmap v2898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:09:01.476152+0000 mon.c (mon.2) 136 : audit [DBG] from='client.? 172.21.15.177:0/2375699921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:09:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:09:01.132253+0000 mgr.y (mgr.24491) 3299 : audit [DBG] from='client.18228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:01.150054+0000 mgr.y (mgr.24491) 3300 : cluster [DBG] pgmap v2898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:09:01.476152+0000 mon.c (mon.2) 136 : audit [DBG] from='client.? 172.21.15.177:0/2375699921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:09:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:09:01.132253+0000 mgr.y (mgr.24491) 3299 : audit [DBG] from='client.18228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:01.150054+0000 mgr.y (mgr.24491) 3300 : cluster [DBG] pgmap v2898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:09:01.476152+0000 mon.c (mon.2) 136 : audit [DBG] from='client.? 172.21.15.177:0/2375699921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:09:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:03.150435+0000 mgr.y (mgr.24491) 3301 : cluster [DBG] pgmap v2899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:03.150435+0000 mgr.y (mgr.24491) 3301 : cluster [DBG] pgmap v2899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:03.150435+0000 mgr.y (mgr.24491) 3301 : cluster [DBG] pgmap v2899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:05.151129+0000 mgr.y (mgr.24491) 3302 : cluster [DBG] pgmap v2900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:05.151129+0000 mgr.y (mgr.24491) 3302 : cluster [DBG] pgmap v2900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:05.151129+0000 mgr.y (mgr.24491) 3302 : cluster [DBG] pgmap v2900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:07] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T05:09:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:07.151573+0000 mgr.y (mgr.24491) 3303 : cluster [DBG] pgmap v2901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:07.151573+0000 mgr.y (mgr.24491) 3303 : cluster [DBG] pgmap v2901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:07.151573+0000 mgr.y (mgr.24491) 3303 : cluster [DBG] pgmap v2901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:09.152083+0000 mgr.y (mgr.24491) 3304 : cluster [DBG] pgmap v2902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:09.152083+0000 mgr.y (mgr.24491) 3304 : cluster [DBG] pgmap v2902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:09.152083+0000 mgr.y (mgr.24491) 3304 : cluster [DBG] pgmap v2902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:09:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:11.152765+0000 mgr.y (mgr.24491) 3305 : cluster [DBG] pgmap v2903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:11.152765+0000 mgr.y (mgr.24491) 3305 : cluster [DBG] pgmap v2903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:11.152765+0000 mgr.y (mgr.24491) 3305 : cluster [DBG] pgmap v2903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:13.153199+0000 mgr.y (mgr.24491) 3306 : cluster [DBG] pgmap v2904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:13.153199+0000 mgr.y (mgr.24491) 3306 : cluster [DBG] pgmap v2904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:13.153199+0000 mgr.y (mgr.24491) 3306 : cluster [DBG] pgmap v2904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:15.153884+0000 mgr.y (mgr.24491) 3307 : cluster [DBG] pgmap v2905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:15.153884+0000 mgr.y (mgr.24491) 3307 : cluster [DBG] pgmap v2905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:15.153884+0000 mgr.y (mgr.24491) 3307 : cluster [DBG] pgmap v2905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:09:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:17.154353+0000 mgr.y (mgr.24491) 3308 : cluster [DBG] pgmap v2906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:17.154353+0000 mgr.y (mgr.24491) 3308 : cluster [DBG] pgmap v2906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:17.154353+0000 mgr.y (mgr.24491) 3308 : cluster [DBG] pgmap v2906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:19.154765+0000 mgr.y (mgr.24491) 3309 : cluster [DBG] pgmap v2907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:19.154765+0000 mgr.y (mgr.24491) 3309 : cluster [DBG] pgmap v2907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:19.154765+0000 mgr.y (mgr.24491) 3309 : cluster [DBG] pgmap v2907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:09:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:21.155569+0000 mgr.y (mgr.24491) 3310 : cluster [DBG] pgmap v2908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:21.155569+0000 mgr.y (mgr.24491) 3310 : cluster [DBG] pgmap v2908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:21.155569+0000 mgr.y (mgr.24491) 3310 : cluster [DBG] pgmap v2908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:23.156131+0000 mgr.y (mgr.24491) 3311 : cluster [DBG] pgmap v2909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:23.156131+0000 mgr.y (mgr.24491) 3311 : cluster [DBG] pgmap v2909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:23.156131+0000 mgr.y (mgr.24491) 3311 : cluster [DBG] pgmap v2909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:25.156766+0000 mgr.y (mgr.24491) 3312 : cluster [DBG] pgmap v2910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:25.156766+0000 mgr.y (mgr.24491) 3312 : cluster [DBG] pgmap v2910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:25.156766+0000 mgr.y (mgr.24491) 3312 : cluster [DBG] pgmap v2910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:09:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:27.157297+0000 mgr.y (mgr.24491) 3313 : cluster [DBG] pgmap v2911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:27.157297+0000 mgr.y (mgr.24491) 3313 : cluster [DBG] pgmap v2911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:27.157297+0000 mgr.y (mgr.24491) 3313 : cluster [DBG] pgmap v2911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:29.157833+0000 mgr.y (mgr.24491) 3314 : cluster [DBG] pgmap v2912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:29.157833+0000 mgr.y (mgr.24491) 3314 : cluster [DBG] pgmap v2912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:29.157833+0000 mgr.y (mgr.24491) 3314 : cluster [DBG] pgmap v2912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:09:31.788 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:09:32.064 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:09:32.064 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (95m) 3m ago 96m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:09:32.064 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (95m) 3m ago 95m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:09:32.064 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (97m) 3m ago 97m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:09:32.064 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (97m) 3m ago 97m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:09:32.064 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (100m) 3m ago 100m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:09:32.064 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (102m) 3m ago 102m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:09:32.064 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (102m) 3m ago 102m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:09:32.064 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (101m) 3m ago 101m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (100m) 3m ago 100m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (96m) 3m ago 96m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (96m) 3m ago 96m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (100m) 3m ago 100m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (99m) 3m ago 99m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (99m) 3m ago 99m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (99m) 3m ago 99m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (98m) 3m ago 98m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (98m) 3m ago 98m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (97m) 3m ago 97m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (97m) 3m ago 97m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:09:32.065 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (95m) 3m ago 96m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:09:32.403 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:09:32.404 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:09:32.404 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:09:32.404 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:09:32.404 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:09:32.404 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:09:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:31.158591+0000 mgr.y (mgr.24491) 3315 : cluster [DBG] pgmap v2913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:09:31.778237+0000 mgr.y (mgr.24491) 3316 : audit [DBG] from='client.28145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:09:32.271644+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:09:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:09:32.405043+0000 mon.a (mon.0) 1314 : audit [DBG] from='client.? 172.21.15.177:0/3065986739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:09:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:31.158591+0000 mgr.y (mgr.24491) 3315 : cluster [DBG] pgmap v2913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:09:31.778237+0000 mgr.y (mgr.24491) 3316 : audit [DBG] from='client.28145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:09:32.271644+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:09:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:09:32.405043+0000 mon.a (mon.0) 1314 : audit [DBG] from='client.? 172.21.15.177:0/3065986739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:09:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:31.158591+0000 mgr.y (mgr.24491) 3315 : cluster [DBG] pgmap v2913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:09:31.778237+0000 mgr.y (mgr.24491) 3316 : audit [DBG] from='client.28145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:09:32.271644+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:09:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:09:32.405043+0000 mon.a (mon.0) 1314 : audit [DBG] from='client.? 172.21.15.177:0/3065986739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:09:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:09:32.058739+0000 mgr.y (mgr.24491) 3317 : audit [DBG] from='client.28151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:09:32.509179+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:09:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:09:32.774055+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:09:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:09:32.774664+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:09:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:09:32.779034+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:09:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:09:32.058739+0000 mgr.y (mgr.24491) 3317 : audit [DBG] from='client.28151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:09:32.509179+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:09:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:09:32.774055+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:09:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:09:32.774664+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:09:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:09:32.779034+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:09:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:09:32.058739+0000 mgr.y (mgr.24491) 3317 : audit [DBG] from='client.28151 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:09:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:09:32.509179+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:09:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:09:32.774055+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:09:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:09:32.774664+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:09:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:09:32.779034+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:09:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:33.159073+0000 mgr.y (mgr.24491) 3318 : cluster [DBG] pgmap v2914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:35.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:33.159073+0000 mgr.y (mgr.24491) 3318 : cluster [DBG] pgmap v2914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:33.159073+0000 mgr.y (mgr.24491) 3318 : cluster [DBG] pgmap v2914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:35.159906+0000 mgr.y (mgr.24491) 3319 : cluster [DBG] pgmap v2915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:35.159906+0000 mgr.y (mgr.24491) 3319 : cluster [DBG] pgmap v2915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:37.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:35.159906+0000 mgr.y (mgr.24491) 3319 : cluster [DBG] pgmap v2915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:37] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:09:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:37.160319+0000 mgr.y (mgr.24491) 3320 : cluster [DBG] pgmap v2916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:37.160319+0000 mgr.y (mgr.24491) 3320 : cluster [DBG] pgmap v2916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:37.160319+0000 mgr.y (mgr.24491) 3320 : cluster [DBG] pgmap v2916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:39.160713+0000 mgr.y (mgr.24491) 3321 : cluster [DBG] pgmap v2917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:39.160713+0000 mgr.y (mgr.24491) 3321 : cluster [DBG] pgmap v2917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:39.160713+0000 mgr.y (mgr.24491) 3321 : cluster [DBG] pgmap v2917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:09:43.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:41.161345+0000 mgr.y (mgr.24491) 3322 : cluster [DBG] pgmap v2918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:41.161345+0000 mgr.y (mgr.24491) 3322 : cluster [DBG] pgmap v2918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:41.161345+0000 mgr.y (mgr.24491) 3322 : cluster [DBG] pgmap v2918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:43.161758+0000 mgr.y (mgr.24491) 3323 : cluster [DBG] pgmap v2919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:43.161758+0000 mgr.y (mgr.24491) 3323 : cluster [DBG] pgmap v2919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:43.161758+0000 mgr.y (mgr.24491) 3323 : cluster [DBG] pgmap v2919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:45.162451+0000 mgr.y (mgr.24491) 3324 : cluster [DBG] pgmap v2920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:45.162451+0000 mgr.y (mgr.24491) 3324 : cluster [DBG] pgmap v2920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:45.162451+0000 mgr.y (mgr.24491) 3324 : cluster [DBG] pgmap v2920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:47] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:09:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:47.163027+0000 mgr.y (mgr.24491) 3325 : cluster [DBG] pgmap v2921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:47.163027+0000 mgr.y (mgr.24491) 3325 : cluster [DBG] pgmap v2921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:47.163027+0000 mgr.y (mgr.24491) 3325 : cluster [DBG] pgmap v2921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:49.163493+0000 mgr.y (mgr.24491) 3326 : cluster [DBG] pgmap v2922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:49.163493+0000 mgr.y (mgr.24491) 3326 : cluster [DBG] pgmap v2922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:09:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:49.163493+0000 mgr.y (mgr.24491) 3326 : cluster [DBG] pgmap v2922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:51.164118+0000 mgr.y (mgr.24491) 3327 : cluster [DBG] pgmap v2923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:51.164118+0000 mgr.y (mgr.24491) 3327 : cluster [DBG] pgmap v2923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:51.164118+0000 mgr.y (mgr.24491) 3327 : cluster [DBG] pgmap v2923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:53.164487+0000 mgr.y (mgr.24491) 3328 : cluster [DBG] pgmap v2924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:53.164487+0000 mgr.y (mgr.24491) 3328 : cluster [DBG] pgmap v2924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:53.164487+0000 mgr.y (mgr.24491) 3328 : cluster [DBG] pgmap v2924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:55.165125+0000 mgr.y (mgr.24491) 3329 : cluster [DBG] pgmap v2925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:55.165125+0000 mgr.y (mgr.24491) 3329 : cluster [DBG] pgmap v2925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:55.165125+0000 mgr.y (mgr.24491) 3329 : cluster [DBG] pgmap v2925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:09:57] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:09:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:57.165666+0000 mgr.y (mgr.24491) 3330 : cluster [DBG] pgmap v2926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:57.165666+0000 mgr.y (mgr.24491) 3330 : cluster [DBG] pgmap v2926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:09:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:09:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:57.165666+0000 mgr.y (mgr.24491) 3330 : cluster [DBG] pgmap v2926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T05:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:10:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:09:59.166158+0000 mgr.y (mgr.24491) 3331 : cluster [DBG] pgmap v2927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:00.000152+0000 mon.a (mon.0) 1319 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:10:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:09:59.166158+0000 mgr.y (mgr.24491) 3331 : cluster [DBG] pgmap v2927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:00.000152+0000 mon.a (mon.0) 1319 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:10:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:10:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:09:59.166158+0000 mgr.y (mgr.24491) 3331 : cluster [DBG] pgmap v2927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:00.000152+0000 mon.a (mon.0) 1319 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:10:02.720 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (95m) 3m ago 96m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (96m) 3m ago 96m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (97m) 3m ago 97m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (97m) 3m ago 97m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (101m) 3m ago 101m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (102m) 3m ago 102m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (102m) 3m ago 103m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (101m) 3m ago 101m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (101m) 3m ago 101m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (96m) 3m ago 96m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (96m) 3m ago 96m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (100m) 3m ago 100m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:10:02.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (100m) 3m ago 100m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:10:02.999 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (100m) 3m ago 100m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:10:02.999 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (99m) 3m ago 99m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:10:02.999 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (99m) 3m ago 99m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:10:02.999 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (98m) 3m ago 98m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:10:02.999 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (98m) 3m ago 98m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:10:02.999 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (98m) 3m ago 98m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:10:02.999 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (95m) 3m ago 97m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:10:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:01.167037+0000 mgr.y (mgr.24491) 3332 : cluster [DBG] pgmap v2928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:03.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:01.167037+0000 mgr.y (mgr.24491) 3332 : cluster [DBG] pgmap v2928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:01.167037+0000 mgr.y (mgr.24491) 3332 : cluster [DBG] pgmap v2928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:03.334 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:10:03.334 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:10:03.335 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:10:03.335 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:10:03.335 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:10:03.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:10:03.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:10:03.337 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:10:03.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:10:03.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:10:03.337 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:10:03.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:10:03.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:10:03.337 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:10:03.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:10:03.338 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:10:03.338 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:10:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:10:02.710289+0000 mgr.y (mgr.24491) 3333 : audit [DBG] from='client.28163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:10:03.337009+0000 mon.a (mon.0) 1320 : audit [DBG] from='client.? 172.21.15.177:0/2941007342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:10:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:10:02.710289+0000 mgr.y (mgr.24491) 3333 : audit [DBG] from='client.28163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:10:03.337009+0000 mon.a (mon.0) 1320 : audit [DBG] from='client.? 172.21.15.177:0/2941007342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:10:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:10:02.710289+0000 mgr.y (mgr.24491) 3333 : audit [DBG] from='client.28163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:10:03.337009+0000 mon.a (mon.0) 1320 : audit [DBG] from='client.? 172.21.15.177:0/2941007342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:10:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:10:02.992632+0000 mgr.y (mgr.24491) 3334 : audit [DBG] from='client.28169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:03.167355+0000 mgr.y (mgr.24491) 3335 : cluster [DBG] pgmap v2929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:10:02.992632+0000 mgr.y (mgr.24491) 3334 : audit [DBG] from='client.28169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:03.167355+0000 mgr.y (mgr.24491) 3335 : cluster [DBG] pgmap v2929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:10:02.992632+0000 mgr.y (mgr.24491) 3334 : audit [DBG] from='client.28169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:03.167355+0000 mgr.y (mgr.24491) 3335 : cluster [DBG] pgmap v2929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:05.168271+0000 mgr.y (mgr.24491) 3336 : cluster [DBG] pgmap v2930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:05.168271+0000 mgr.y (mgr.24491) 3336 : cluster [DBG] pgmap v2930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:05.168271+0000 mgr.y (mgr.24491) 3336 : cluster [DBG] pgmap v2930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:07] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:10:09.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:07.168670+0000 mgr.y (mgr.24491) 3337 : cluster [DBG] pgmap v2931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:07.168670+0000 mgr.y (mgr.24491) 3337 : cluster [DBG] pgmap v2931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:07.168670+0000 mgr.y (mgr.24491) 3337 : cluster [DBG] pgmap v2931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:09.169114+0000 mgr.y (mgr.24491) 3338 : cluster [DBG] pgmap v2932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:09.169114+0000 mgr.y (mgr.24491) 3338 : cluster [DBG] pgmap v2932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:09.169114+0000 mgr.y (mgr.24491) 3338 : cluster [DBG] pgmap v2932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:10:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:11.169969+0000 mgr.y (mgr.24491) 3339 : cluster [DBG] pgmap v2933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:11.169969+0000 mgr.y (mgr.24491) 3339 : cluster [DBG] pgmap v2933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:11.169969+0000 mgr.y (mgr.24491) 3339 : cluster [DBG] pgmap v2933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:13.170545+0000 mgr.y (mgr.24491) 3340 : cluster [DBG] pgmap v2934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:13.170545+0000 mgr.y (mgr.24491) 3340 : cluster [DBG] pgmap v2934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:13.170545+0000 mgr.y (mgr.24491) 3340 : cluster [DBG] pgmap v2934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:15.171482+0000 mgr.y (mgr.24491) 3341 : cluster [DBG] pgmap v2935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:15.171482+0000 mgr.y (mgr.24491) 3341 : cluster [DBG] pgmap v2935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:15.171482+0000 mgr.y (mgr.24491) 3341 : cluster [DBG] pgmap v2935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:17] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:10:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:17.171979+0000 mgr.y (mgr.24491) 3342 : cluster [DBG] pgmap v2936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:17.171979+0000 mgr.y (mgr.24491) 3342 : cluster [DBG] pgmap v2936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:17.171979+0000 mgr.y (mgr.24491) 3342 : cluster [DBG] pgmap v2936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:19.172561+0000 mgr.y (mgr.24491) 3343 : cluster [DBG] pgmap v2937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:19.172561+0000 mgr.y (mgr.24491) 3343 : cluster [DBG] pgmap v2937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:19.172561+0000 mgr.y (mgr.24491) 3343 : cluster [DBG] pgmap v2937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:10:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:21.173464+0000 mgr.y (mgr.24491) 3344 : cluster [DBG] pgmap v2938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:21.173464+0000 mgr.y (mgr.24491) 3344 : cluster [DBG] pgmap v2938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:21.173464+0000 mgr.y (mgr.24491) 3344 : cluster [DBG] pgmap v2938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:23.173856+0000 mgr.y (mgr.24491) 3345 : cluster [DBG] pgmap v2939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:23.173856+0000 mgr.y (mgr.24491) 3345 : cluster [DBG] pgmap v2939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:23.173856+0000 mgr.y (mgr.24491) 3345 : cluster [DBG] pgmap v2939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:25.174582+0000 mgr.y (mgr.24491) 3346 : cluster [DBG] pgmap v2940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:25.174582+0000 mgr.y (mgr.24491) 3346 : cluster [DBG] pgmap v2940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:25.174582+0000 mgr.y (mgr.24491) 3346 : cluster [DBG] pgmap v2940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:27] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:10:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:27.175019+0000 mgr.y (mgr.24491) 3347 : cluster [DBG] pgmap v2941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:27.175019+0000 mgr.y (mgr.24491) 3347 : cluster [DBG] pgmap v2941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:27.175019+0000 mgr.y (mgr.24491) 3347 : cluster [DBG] pgmap v2941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:29.175445+0000 mgr.y (mgr.24491) 3348 : cluster [DBG] pgmap v2942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:29.175445+0000 mgr.y (mgr.24491) 3348 : cluster [DBG] pgmap v2942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:29.175445+0000 mgr.y (mgr.24491) 3348 : cluster [DBG] pgmap v2942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:10:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:31.176260+0000 mgr.y (mgr.24491) 3349 : cluster [DBG] pgmap v2943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:10:32.783213+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:10:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:31.176260+0000 mgr.y (mgr.24491) 3349 : cluster [DBG] pgmap v2943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:10:32.783213+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:10:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:31.176260+0000 mgr.y (mgr.24491) 3349 : cluster [DBG] pgmap v2943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:10:32.783213+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:10:33.634 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:10:33.911 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:10:33.911 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (96m) 4m ago 97m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:10:33.911 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (96m) 4m ago 96m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:10:33.911 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (98m) 4m ago 98m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:10:33.911 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (98m) 4m ago 98m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:10:33.911 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (101m) 4m ago 101m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:10:33.911 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (103m) 4m ago 103m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:10:33.911 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (103m) 4m ago 103m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:10:33.911 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (102m) 4m ago 102m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:10:33.911 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (101m) 4m ago 101m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:10:33.912 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (97m) 4m ago 97m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:10:33.912 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (97m) 4m ago 97m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:10:33.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (101m) 4m ago 101m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:10:33.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (100m) 4m ago 100m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:10:33.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (100m) 4m ago 100m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:10:33.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (100m) 4m ago 100m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:10:33.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (99m) 4m ago 99m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:10:33.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (99m) 4m ago 99m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:10:33.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (98m) 4m ago 98m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:10:33.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (98m) 4m ago 98m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:10:33.912 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (96m) 4m ago 97m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:10:34.246 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:10:34.246 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:10:34.247 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:10:34.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:10:33.030073+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:10:34.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:33.176767+0000 mgr.y (mgr.24491) 3350 : cluster [DBG] pgmap v2944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:10:33.307998+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:10:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:10:33.308602+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:10:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:10:33.313268+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:10:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:10:33.624531+0000 mgr.y (mgr.24491) 3351 : audit [DBG] from='client.28181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:10:33.905670+0000 mgr.y (mgr.24491) 3352 : audit [DBG] from='client.18282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:10:33.030073+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:10:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:33.176767+0000 mgr.y (mgr.24491) 3350 : cluster [DBG] pgmap v2944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:10:33.307998+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:10:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:10:33.308602+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:10:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:10:33.313268+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:10:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:10:33.624531+0000 mgr.y (mgr.24491) 3351 : audit [DBG] from='client.28181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:10:33.905670+0000 mgr.y (mgr.24491) 3352 : audit [DBG] from='client.18282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:10:33.030073+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:10:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:33.176767+0000 mgr.y (mgr.24491) 3350 : cluster [DBG] pgmap v2944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:10:33.307998+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:10:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:10:33.308602+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:10:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:10:33.313268+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:10:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:10:33.624531+0000 mgr.y (mgr.24491) 3351 : audit [DBG] from='client.28181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:10:33.905670+0000 mgr.y (mgr.24491) 3352 : audit [DBG] from='client.18282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:10:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:10:34.248862+0000 mon.a (mon.0) 1326 : audit [DBG] from='client.? 172.21.15.177:0/1411226755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:10:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:10:34.248862+0000 mon.a (mon.0) 1326 : audit [DBG] from='client.? 172.21.15.177:0/1411226755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:10:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:10:34.248862+0000 mon.a (mon.0) 1326 : audit [DBG] from='client.? 172.21.15.177:0/1411226755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:10:36.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:35.177487+0000 mgr.y (mgr.24491) 3353 : cluster [DBG] pgmap v2945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:35.177487+0000 mgr.y (mgr.24491) 3353 : cluster [DBG] pgmap v2945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:35.177487+0000 mgr.y (mgr.24491) 3353 : cluster [DBG] pgmap v2945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:37] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:10:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:37.178064+0000 mgr.y (mgr.24491) 3354 : cluster [DBG] pgmap v2946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:37.178064+0000 mgr.y (mgr.24491) 3354 : cluster [DBG] pgmap v2946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:38.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:37.178064+0000 mgr.y (mgr.24491) 3354 : cluster [DBG] pgmap v2946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:39.178551+0000 mgr.y (mgr.24491) 3355 : cluster [DBG] pgmap v2947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:40.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:39.178551+0000 mgr.y (mgr.24491) 3355 : cluster [DBG] pgmap v2947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:39.178551+0000 mgr.y (mgr.24491) 3355 : cluster [DBG] pgmap v2947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:10:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:41.179199+0000 mgr.y (mgr.24491) 3356 : cluster [DBG] pgmap v2948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:42.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:41.179199+0000 mgr.y (mgr.24491) 3356 : cluster [DBG] pgmap v2948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:41.179199+0000 mgr.y (mgr.24491) 3356 : cluster [DBG] pgmap v2948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:43.179741+0000 mgr.y (mgr.24491) 3357 : cluster [DBG] pgmap v2949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:44.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:43.179741+0000 mgr.y (mgr.24491) 3357 : cluster [DBG] pgmap v2949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:44.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:43.179741+0000 mgr.y (mgr.24491) 3357 : cluster [DBG] pgmap v2949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:45.180625+0000 mgr.y (mgr.24491) 3358 : cluster [DBG] pgmap v2950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:46.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:45.180625+0000 mgr.y (mgr.24491) 3358 : cluster [DBG] pgmap v2950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:45.180625+0000 mgr.y (mgr.24491) 3358 : cluster [DBG] pgmap v2950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:10:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:47.181200+0000 mgr.y (mgr.24491) 3359 : cluster [DBG] pgmap v2951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:47.181200+0000 mgr.y (mgr.24491) 3359 : cluster [DBG] pgmap v2951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:47.181200+0000 mgr.y (mgr.24491) 3359 : cluster [DBG] pgmap v2951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:50.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:49.181738+0000 mgr.y (mgr.24491) 3360 : cluster [DBG] pgmap v2952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:49.181738+0000 mgr.y (mgr.24491) 3360 : cluster [DBG] pgmap v2952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:49.181738+0000 mgr.y (mgr.24491) 3360 : cluster [DBG] pgmap v2952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:10:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:51.182395+0000 mgr.y (mgr.24491) 3361 : cluster [DBG] pgmap v2953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:51.182395+0000 mgr.y (mgr.24491) 3361 : cluster [DBG] pgmap v2953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:51.182395+0000 mgr.y (mgr.24491) 3361 : cluster [DBG] pgmap v2953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:53.182780+0000 mgr.y (mgr.24491) 3362 : cluster [DBG] pgmap v2954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:53.182780+0000 mgr.y (mgr.24491) 3362 : cluster [DBG] pgmap v2954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:53.182780+0000 mgr.y (mgr.24491) 3362 : cluster [DBG] pgmap v2954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:55.183415+0000 mgr.y (mgr.24491) 3363 : cluster [DBG] pgmap v2955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:55.183415+0000 mgr.y (mgr.24491) 3363 : cluster [DBG] pgmap v2955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:55.183415+0000 mgr.y (mgr.24491) 3363 : cluster [DBG] pgmap v2955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:10:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:10:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:57.183780+0000 mgr.y (mgr.24491) 3364 : cluster [DBG] pgmap v2956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:57.183780+0000 mgr.y (mgr.24491) 3364 : cluster [DBG] pgmap v2956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:10:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:10:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:57.183780+0000 mgr.y (mgr.24491) 3364 : cluster [DBG] pgmap v2956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:00.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:10:59.184352+0000 mgr.y (mgr.24491) 3365 : cluster [DBG] pgmap v2957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:00.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:10:59.184352+0000 mgr.y (mgr.24491) 3365 : cluster [DBG] pgmap v2957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:10:59.184352+0000 mgr.y (mgr.24491) 3365 : cluster [DBG] pgmap v2957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:11:02.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:01.185145+0000 mgr.y (mgr.24491) 3366 : cluster [DBG] pgmap v2958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:01.185145+0000 mgr.y (mgr.24491) 3366 : cluster [DBG] pgmap v2958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:01.185145+0000 mgr.y (mgr.24491) 3366 : cluster [DBG] pgmap v2958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:04.554 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:11:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:03.185528+0000 mgr.y (mgr.24491) 3367 : cluster [DBG] pgmap v2959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:03.185528+0000 mgr.y (mgr.24491) 3367 : cluster [DBG] pgmap v2959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:03.185528+0000 mgr.y (mgr.24491) 3367 : cluster [DBG] pgmap v2959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:04.828 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:11:04.828 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (96m) 4m ago 97m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:11:04.828 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (97m) 4m ago 97m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:11:04.828 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (98m) 4m ago 98m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:11:04.828 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (98m) 4m ago 98m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:11:04.828 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (102m) 4m ago 102m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:11:04.828 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (103m) 4m ago 103m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:11:04.829 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (103m) 4m ago 104m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:11:04.829 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (102m) 4m ago 102m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:11:04.829 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (102m) 4m ago 102m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:11:04.829 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (98m) 4m ago 98m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:11:04.829 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (97m) 4m ago 97m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:11:04.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (101m) 4m ago 101m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:11:04.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (101m) 4m ago 101m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:11:04.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (101m) 4m ago 101m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:11:04.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (100m) 4m ago 100m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:11:04.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (100m) 4m ago 100m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:11:04.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (99m) 4m ago 99m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:11:04.830 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (99m) 4m ago 99m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:11:04.830 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (99m) 4m ago 99m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:11:04.830 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (96m) 4m ago 98m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:11:05.159 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:11:05.159 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:11:05.159 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:11:05.159 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:11:05.159 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:11:05.159 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:11:05.159 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:11:05.159 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:11:05.159 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:11:05.160 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:11:05.160 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:11:05.160 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:11:05.160 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:11:05.160 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:11:05.160 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:11:05.160 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:11:05.160 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:11:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:11:04.544356+0000 mgr.y (mgr.24491) 3368 : audit [DBG] from='client.18294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:11:04.822648+0000 mgr.y (mgr.24491) 3369 : audit [DBG] from='client.18300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:11:05.161036+0000 mon.c (mon.2) 137 : audit [DBG] from='client.? 172.21.15.177:0/4275881754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:11:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:11:04.544356+0000 mgr.y (mgr.24491) 3368 : audit [DBG] from='client.18294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:11:04.822648+0000 mgr.y (mgr.24491) 3369 : audit [DBG] from='client.18300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:11:05.161036+0000 mon.c (mon.2) 137 : audit [DBG] from='client.? 172.21.15.177:0/4275881754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:11:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:11:04.544356+0000 mgr.y (mgr.24491) 3368 : audit [DBG] from='client.18294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:11:04.822648+0000 mgr.y (mgr.24491) 3369 : audit [DBG] from='client.18300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:11:05.161036+0000 mon.c (mon.2) 137 : audit [DBG] from='client.? 172.21.15.177:0/4275881754' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:11:06.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:05.186270+0000 mgr.y (mgr.24491) 3370 : cluster [DBG] pgmap v2960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:05.186270+0000 mgr.y (mgr.24491) 3370 : cluster [DBG] pgmap v2960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:05.186270+0000 mgr.y (mgr.24491) 3370 : cluster [DBG] pgmap v2960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:07] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:11:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:07.186670+0000 mgr.y (mgr.24491) 3371 : cluster [DBG] pgmap v2961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:07.186670+0000 mgr.y (mgr.24491) 3371 : cluster [DBG] pgmap v2961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:07.186670+0000 mgr.y (mgr.24491) 3371 : cluster [DBG] pgmap v2961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:10.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:09.187078+0000 mgr.y (mgr.24491) 3372 : cluster [DBG] pgmap v2962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:09.187078+0000 mgr.y (mgr.24491) 3372 : cluster [DBG] pgmap v2962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:09.187078+0000 mgr.y (mgr.24491) 3372 : cluster [DBG] pgmap v2962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:11:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:11.187808+0000 mgr.y (mgr.24491) 3373 : cluster [DBG] pgmap v2963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:11.187808+0000 mgr.y (mgr.24491) 3373 : cluster [DBG] pgmap v2963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:11.187808+0000 mgr.y (mgr.24491) 3373 : cluster [DBG] pgmap v2963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:13.188181+0000 mgr.y (mgr.24491) 3374 : cluster [DBG] pgmap v2964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:13.188181+0000 mgr.y (mgr.24491) 3374 : cluster [DBG] pgmap v2964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:13.188181+0000 mgr.y (mgr.24491) 3374 : cluster [DBG] pgmap v2964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:15.188914+0000 mgr.y (mgr.24491) 3375 : cluster [DBG] pgmap v2965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:15.188914+0000 mgr.y (mgr.24491) 3375 : cluster [DBG] pgmap v2965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:15.188914+0000 mgr.y (mgr.24491) 3375 : cluster [DBG] pgmap v2965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:11:18.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:17.189312+0000 mgr.y (mgr.24491) 3376 : cluster [DBG] pgmap v2966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:17.189312+0000 mgr.y (mgr.24491) 3376 : cluster [DBG] pgmap v2966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:17.189312+0000 mgr.y (mgr.24491) 3376 : cluster [DBG] pgmap v2966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:19.189715+0000 mgr.y (mgr.24491) 3377 : cluster [DBG] pgmap v2967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:19.189715+0000 mgr.y (mgr.24491) 3377 : cluster [DBG] pgmap v2967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:19.189715+0000 mgr.y (mgr.24491) 3377 : cluster [DBG] pgmap v2967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:11:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:21.190539+0000 mgr.y (mgr.24491) 3378 : cluster [DBG] pgmap v2968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:21.190539+0000 mgr.y (mgr.24491) 3378 : cluster [DBG] pgmap v2968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:21.190539+0000 mgr.y (mgr.24491) 3378 : cluster [DBG] pgmap v2968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:23.191018+0000 mgr.y (mgr.24491) 3379 : cluster [DBG] pgmap v2969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:23.191018+0000 mgr.y (mgr.24491) 3379 : cluster [DBG] pgmap v2969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:23.191018+0000 mgr.y (mgr.24491) 3379 : cluster [DBG] pgmap v2969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:26.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:25.191645+0000 mgr.y (mgr.24491) 3380 : cluster [DBG] pgmap v2970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:25.191645+0000 mgr.y (mgr.24491) 3380 : cluster [DBG] pgmap v2970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:25.191645+0000 mgr.y (mgr.24491) 3380 : cluster [DBG] pgmap v2970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:11:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:27.192017+0000 mgr.y (mgr.24491) 3381 : cluster [DBG] pgmap v2971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:27.192017+0000 mgr.y (mgr.24491) 3381 : cluster [DBG] pgmap v2971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:27.192017+0000 mgr.y (mgr.24491) 3381 : cluster [DBG] pgmap v2971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:30.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:29.192415+0000 mgr.y (mgr.24491) 3382 : cluster [DBG] pgmap v2972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:29.192415+0000 mgr.y (mgr.24491) 3382 : cluster [DBG] pgmap v2972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:29.192415+0000 mgr.y (mgr.24491) 3382 : cluster [DBG] pgmap v2972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:11:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:31.193314+0000 mgr.y (mgr.24491) 3383 : cluster [DBG] pgmap v2973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:31.193314+0000 mgr.y (mgr.24491) 3383 : cluster [DBG] pgmap v2973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:31.193314+0000 mgr.y (mgr.24491) 3383 : cluster [DBG] pgmap v2973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:11:33.317487+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:11:33.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:11:33.317487+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:11:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:11:33.317487+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:11:34.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:33.193711+0000 mgr.y (mgr.24491) 3384 : cluster [DBG] pgmap v2974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:11:33.610236+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:11:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:11:33.610848+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:11:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:11:33.615152+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:11:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:33.193711+0000 mgr.y (mgr.24491) 3384 : cluster [DBG] pgmap v2974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:11:33.610236+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:11:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:11:33.610848+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:11:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:11:33.615152+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:11:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:33.193711+0000 mgr.y (mgr.24491) 3384 : cluster [DBG] pgmap v2974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:11:33.610236+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:11:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:11:33.610848+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:11:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:11:33.615152+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:11:35.470 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:11:35.743 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:11:35.743 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (97m) 5m ago 98m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:11:35.743 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (98m) 5m ago 98m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:11:35.743 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (99m) 5m ago 99m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:11:35.743 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (99m) 5m ago 99m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (102m) 5m ago 102m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (104m) 5m ago 104m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (104m) 5m ago 104m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (103m) 5m ago 103m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (102m) 5m ago 102m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (98m) 5m ago 98m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (98m) 5m ago 98m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (102m) 5m ago 102m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (102m) 5m ago 102m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (101m) 5m ago 101m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (101m) 5m ago 101m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (100m) 5m ago 100m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (100m) 5m ago 100m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (100m) 5m ago 99m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:11:35.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (99m) 5m ago 99m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:11:35.745 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (97m) 5m ago 98m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:11:36.077 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:11:36.078 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:11:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:11:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:11:36.079 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:11:36.079 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:11:36.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:35.194407+0000 mgr.y (mgr.24491) 3385 : cluster [DBG] pgmap v2975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:36.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:11:35.460356+0000 mgr.y (mgr.24491) 3386 : audit [DBG] from='client.28217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:11:35.738064+0000 mgr.y (mgr.24491) 3387 : audit [DBG] from='client.18318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:11:36.080144+0000 mon.a (mon.0) 1331 : audit [DBG] from='client.? 172.21.15.177:0/449592110' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:11:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:35.194407+0000 mgr.y (mgr.24491) 3385 : cluster [DBG] pgmap v2975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:11:35.460356+0000 mgr.y (mgr.24491) 3386 : audit [DBG] from='client.28217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:11:35.738064+0000 mgr.y (mgr.24491) 3387 : audit [DBG] from='client.18318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:11:36.080144+0000 mon.a (mon.0) 1331 : audit [DBG] from='client.? 172.21.15.177:0/449592110' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:11:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:35.194407+0000 mgr.y (mgr.24491) 3385 : cluster [DBG] pgmap v2975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:11:35.460356+0000 mgr.y (mgr.24491) 3386 : audit [DBG] from='client.28217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:11:35.738064+0000 mgr.y (mgr.24491) 3387 : audit [DBG] from='client.18318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:11:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:11:36.080144+0000 mon.a (mon.0) 1331 : audit [DBG] from='client.? 172.21.15.177:0/449592110' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:11:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:37] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:11:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:37.194785+0000 mgr.y (mgr.24491) 3388 : cluster [DBG] pgmap v2976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:37.194785+0000 mgr.y (mgr.24491) 3388 : cluster [DBG] pgmap v2976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:37.194785+0000 mgr.y (mgr.24491) 3388 : cluster [DBG] pgmap v2976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:40.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:39.195330+0000 mgr.y (mgr.24491) 3389 : cluster [DBG] pgmap v2977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:39.195330+0000 mgr.y (mgr.24491) 3389 : cluster [DBG] pgmap v2977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:39.195330+0000 mgr.y (mgr.24491) 3389 : cluster [DBG] pgmap v2977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:11:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:41.196075+0000 mgr.y (mgr.24491) 3390 : cluster [DBG] pgmap v2978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:41.196075+0000 mgr.y (mgr.24491) 3390 : cluster [DBG] pgmap v2978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:41.196075+0000 mgr.y (mgr.24491) 3390 : cluster [DBG] pgmap v2978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:44.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:43.196600+0000 mgr.y (mgr.24491) 3391 : cluster [DBG] pgmap v2979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:43.196600+0000 mgr.y (mgr.24491) 3391 : cluster [DBG] pgmap v2979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:43.196600+0000 mgr.y (mgr.24491) 3391 : cluster [DBG] pgmap v2979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:45.197361+0000 mgr.y (mgr.24491) 3392 : cluster [DBG] pgmap v2980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:45.197361+0000 mgr.y (mgr.24491) 3392 : cluster [DBG] pgmap v2980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:45.197361+0000 mgr.y (mgr.24491) 3392 : cluster [DBG] pgmap v2980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:11:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:47.197707+0000 mgr.y (mgr.24491) 3393 : cluster [DBG] pgmap v2981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:47.197707+0000 mgr.y (mgr.24491) 3393 : cluster [DBG] pgmap v2981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:47.197707+0000 mgr.y (mgr.24491) 3393 : cluster [DBG] pgmap v2981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:50.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:49.198198+0000 mgr.y (mgr.24491) 3394 : cluster [DBG] pgmap v2982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:49.198198+0000 mgr.y (mgr.24491) 3394 : cluster [DBG] pgmap v2982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:49.198198+0000 mgr.y (mgr.24491) 3394 : cluster [DBG] pgmap v2982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:11:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:51.198901+0000 mgr.y (mgr.24491) 3395 : cluster [DBG] pgmap v2983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:51.198901+0000 mgr.y (mgr.24491) 3395 : cluster [DBG] pgmap v2983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:51.198901+0000 mgr.y (mgr.24491) 3395 : cluster [DBG] pgmap v2983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:53.199423+0000 mgr.y (mgr.24491) 3396 : cluster [DBG] pgmap v2984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:53.199423+0000 mgr.y (mgr.24491) 3396 : cluster [DBG] pgmap v2984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:53.199423+0000 mgr.y (mgr.24491) 3396 : cluster [DBG] pgmap v2984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:55.200078+0000 mgr.y (mgr.24491) 3397 : cluster [DBG] pgmap v2985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:56.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:55.200078+0000 mgr.y (mgr.24491) 3397 : cluster [DBG] pgmap v2985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:55.200078+0000 mgr.y (mgr.24491) 3397 : cluster [DBG] pgmap v2985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:11:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:11:58.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:11:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:57.200492+0000 mgr.y (mgr.24491) 3398 : cluster [DBG] pgmap v2986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:11:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:57.200492+0000 mgr.y (mgr.24491) 3398 : cluster [DBG] pgmap v2986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:11:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:11:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:57.200492+0000 mgr.y (mgr.24491) 3398 : cluster [DBG] pgmap v2986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:00.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:11:59.201051+0000 mgr.y (mgr.24491) 3399 : cluster [DBG] pgmap v2987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:11:59.201051+0000 mgr.y (mgr.24491) 3399 : cluster [DBG] pgmap v2987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:11:59.201051+0000 mgr.y (mgr.24491) 3399 : cluster [DBG] pgmap v2987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:12:02.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:01.201704+0000 mgr.y (mgr.24491) 3400 : cluster [DBG] pgmap v2988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:01.201704+0000 mgr.y (mgr.24491) 3400 : cluster [DBG] pgmap v2988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:01.201704+0000 mgr.y (mgr.24491) 3400 : cluster [DBG] pgmap v2988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:04.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:03.202195+0000 mgr.y (mgr.24491) 3401 : cluster [DBG] pgmap v2989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:03.202195+0000 mgr.y (mgr.24491) 3401 : cluster [DBG] pgmap v2989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:03.202195+0000 mgr.y (mgr.24491) 3401 : cluster [DBG] pgmap v2989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:06.392 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:12:06.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:05.203011+0000 mgr.y (mgr.24491) 3402 : cluster [DBG] pgmap v2990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:05.203011+0000 mgr.y (mgr.24491) 3402 : cluster [DBG] pgmap v2990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:12:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (97m) 5m ago 98m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:12:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (98m) 5m ago 98m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:12:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (99m) 5m ago 99m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:12:06.667 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (99m) 5m ago 99m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:12:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (103m) 5m ago 103m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:12:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (104m) 5m ago 104m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:12:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (104m) 5m ago 105m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:12:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (103m) 5m ago 103m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:12:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (103m) 5m ago 103m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:12:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (99m) 5m ago 99m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:12:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (99m) 5m ago 98m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:12:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (102m) 5m ago 102m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:12:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (102m) 5m ago 102m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:12:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (102m) 5m ago 102m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:12:06.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (101m) 5m ago 101m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:12:06.669 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (101m) 5m ago 101m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:12:06.669 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (100m) 5m ago 100m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:12:06.669 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (100m) 5m ago 100m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:12:06.669 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (100m) 5m ago 100m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:12:06.669 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (97m) 5m ago 99m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:12:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:05.203011+0000 mgr.y (mgr.24491) 3402 : cluster [DBG] pgmap v2990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:06.998 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:12:06.999 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:12:06.999 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:12:06.999 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:12:06.999 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:12:06.999 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:12:06.999 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:12:07.001 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:12:07.001 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:12:07.001 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:12:07.001 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:12:07.001 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:12:07.001 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:12:07.002 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:12:07.002 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:12:07.002 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:12:07.002 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:12:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:12:06.381764+0000 mgr.y (mgr.24491) 3403 : audit [DBG] from='client.18330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:12:06.661222+0000 mgr.y (mgr.24491) 3404 : audit [DBG] from='client.18336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:12:07.000935+0000 mon.a (mon.0) 1332 : audit [DBG] from='client.? 172.21.15.177:0/2907599994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:12:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:12:06.381764+0000 mgr.y (mgr.24491) 3403 : audit [DBG] from='client.18330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:12:06.661222+0000 mgr.y (mgr.24491) 3404 : audit [DBG] from='client.18336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:12:07.000935+0000 mon.a (mon.0) 1332 : audit [DBG] from='client.? 172.21.15.177:0/2907599994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:12:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:12:06.381764+0000 mgr.y (mgr.24491) 3403 : audit [DBG] from='client.18330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:12:06.661222+0000 mgr.y (mgr.24491) 3404 : audit [DBG] from='client.18336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:12:07.000935+0000 mon.a (mon.0) 1332 : audit [DBG] from='client.? 172.21.15.177:0/2907599994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:12:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:07] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:12:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:07.203565+0000 mgr.y (mgr.24491) 3405 : cluster [DBG] pgmap v2991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:07.203565+0000 mgr.y (mgr.24491) 3405 : cluster [DBG] pgmap v2991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:07.203565+0000 mgr.y (mgr.24491) 3405 : cluster [DBG] pgmap v2991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:09.204101+0000 mgr.y (mgr.24491) 3406 : cluster [DBG] pgmap v2992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:09.204101+0000 mgr.y (mgr.24491) 3406 : cluster [DBG] pgmap v2992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:09.204101+0000 mgr.y (mgr.24491) 3406 : cluster [DBG] pgmap v2992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:12:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:11.204815+0000 mgr.y (mgr.24491) 3407 : cluster [DBG] pgmap v2993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:11.204815+0000 mgr.y (mgr.24491) 3407 : cluster [DBG] pgmap v2993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:11.204815+0000 mgr.y (mgr.24491) 3407 : cluster [DBG] pgmap v2993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:13.205249+0000 mgr.y (mgr.24491) 3408 : cluster [DBG] pgmap v2994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:13.205249+0000 mgr.y (mgr.24491) 3408 : cluster [DBG] pgmap v2994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:13.205249+0000 mgr.y (mgr.24491) 3408 : cluster [DBG] pgmap v2994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:15.206133+0000 mgr.y (mgr.24491) 3409 : cluster [DBG] pgmap v2995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:15.206133+0000 mgr.y (mgr.24491) 3409 : cluster [DBG] pgmap v2995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:15.206133+0000 mgr.y (mgr.24491) 3409 : cluster [DBG] pgmap v2995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:17] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T05:12:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:17.206466+0000 mgr.y (mgr.24491) 3410 : cluster [DBG] pgmap v2996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:17.206466+0000 mgr.y (mgr.24491) 3410 : cluster [DBG] pgmap v2996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:17.206466+0000 mgr.y (mgr.24491) 3410 : cluster [DBG] pgmap v2996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:19.206888+0000 mgr.y (mgr.24491) 3411 : cluster [DBG] pgmap v2997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:19.206888+0000 mgr.y (mgr.24491) 3411 : cluster [DBG] pgmap v2997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:19.206888+0000 mgr.y (mgr.24491) 3411 : cluster [DBG] pgmap v2997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:12:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:21.207797+0000 mgr.y (mgr.24491) 3412 : cluster [DBG] pgmap v2998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:21.207797+0000 mgr.y (mgr.24491) 3412 : cluster [DBG] pgmap v2998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:21.207797+0000 mgr.y (mgr.24491) 3412 : cluster [DBG] pgmap v2998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:23.208213+0000 mgr.y (mgr.24491) 3413 : cluster [DBG] pgmap v2999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:23.208213+0000 mgr.y (mgr.24491) 3413 : cluster [DBG] pgmap v2999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:23.208213+0000 mgr.y (mgr.24491) 3413 : cluster [DBG] pgmap v2999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:25.208866+0000 mgr.y (mgr.24491) 3414 : cluster [DBG] pgmap v3000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:25.208866+0000 mgr.y (mgr.24491) 3414 : cluster [DBG] pgmap v3000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:25.208866+0000 mgr.y (mgr.24491) 3414 : cluster [DBG] pgmap v3000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:27] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T05:12:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:27.209457+0000 mgr.y (mgr.24491) 3415 : cluster [DBG] pgmap v3001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:27.209457+0000 mgr.y (mgr.24491) 3415 : cluster [DBG] pgmap v3001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:27.209457+0000 mgr.y (mgr.24491) 3415 : cluster [DBG] pgmap v3001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:29.210058+0000 mgr.y (mgr.24491) 3416 : cluster [DBG] pgmap v3002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:29.210058+0000 mgr.y (mgr.24491) 3416 : cluster [DBG] pgmap v3002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:29.210058+0000 mgr.y (mgr.24491) 3416 : cluster [DBG] pgmap v3002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:12:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:31.210948+0000 mgr.y (mgr.24491) 3417 : cluster [DBG] pgmap v3003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:31.210948+0000 mgr.y (mgr.24491) 3417 : cluster [DBG] pgmap v3003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:31.210948+0000 mgr.y (mgr.24491) 3417 : cluster [DBG] pgmap v3003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:33.211474+0000 mgr.y (mgr.24491) 3418 : cluster [DBG] pgmap v3004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:12:33.619546+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:12:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:12:33.911117+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:12:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:12:33.911726+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:12:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:12:33.916112+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:12:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:33.211474+0000 mgr.y (mgr.24491) 3418 : cluster [DBG] pgmap v3004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:12:33.619546+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:12:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:12:33.911117+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:12:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:12:33.911726+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:12:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:12:33.916112+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:12:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:33.211474+0000 mgr.y (mgr.24491) 3418 : cluster [DBG] pgmap v3004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:12:33.619546+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:12:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:12:33.911117+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:12:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:12:33.911726+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:12:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:12:33.916112+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:12:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:35.212220+0000 mgr.y (mgr.24491) 3419 : cluster [DBG] pgmap v3005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:35.212220+0000 mgr.y (mgr.24491) 3419 : cluster [DBG] pgmap v3005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:35.212220+0000 mgr.y (mgr.24491) 3419 : cluster [DBG] pgmap v3005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:37.310 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:12:37.587 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:12:37.587 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (98m) 6m ago 99m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:12:37.587 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (99m) 6m ago 99m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:12:37.587 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (100m) 6m ago 100m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:12:37.587 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (100m) 6m ago 100m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:12:37.587 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (103m) 6m ago 103m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (105m) 6m ago 105m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (105m) 6m ago 105m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (104m) 6m ago 104m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (104m) 6m ago 104m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (99m) 6m ago 99m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (99m) 6m ago 99m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (103m) 6m ago 103m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (103m) 6m ago 103m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (102m) 6m ago 102m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (102m) 6m ago 102m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (101m) 6m ago 101m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (101m) 6m ago 101m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (101m) 6m ago 101m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (100m) 6m ago 100m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:12:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (98m) 6m ago 99m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:12:37.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:12:37.922 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:12:37.922 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:12:37.922 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:12:37.922 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:12:37.922 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:12:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:12:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:37.212564+0000 mgr.y (mgr.24491) 3420 : cluster [DBG] pgmap v3006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:12:37.300533+0000 mgr.y (mgr.24491) 3421 : audit [DBG] from='client.28253 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:12:37.581893+0000 mgr.y (mgr.24491) 3422 : audit [DBG] from='client.18354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:12:37.923145+0000 mon.c (mon.2) 138 : audit [DBG] from='client.? 172.21.15.177:0/199277854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:12:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:37.212564+0000 mgr.y (mgr.24491) 3420 : cluster [DBG] pgmap v3006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:12:37.300533+0000 mgr.y (mgr.24491) 3421 : audit [DBG] from='client.28253 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:12:37.581893+0000 mgr.y (mgr.24491) 3422 : audit [DBG] from='client.18354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:12:37.923145+0000 mon.c (mon.2) 138 : audit [DBG] from='client.? 172.21.15.177:0/199277854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:12:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:37.212564+0000 mgr.y (mgr.24491) 3420 : cluster [DBG] pgmap v3006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:12:37.300533+0000 mgr.y (mgr.24491) 3421 : audit [DBG] from='client.28253 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:12:37.581893+0000 mgr.y (mgr.24491) 3422 : audit [DBG] from='client.18354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:12:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:12:37.923145+0000 mon.c (mon.2) 138 : audit [DBG] from='client.? 172.21.15.177:0/199277854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:12:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:39.213085+0000 mgr.y (mgr.24491) 3423 : cluster [DBG] pgmap v3007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:39.213085+0000 mgr.y (mgr.24491) 3423 : cluster [DBG] pgmap v3007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:39.213085+0000 mgr.y (mgr.24491) 3423 : cluster [DBG] pgmap v3007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:41.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:12:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:41.213818+0000 mgr.y (mgr.24491) 3424 : cluster [DBG] pgmap v3008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:41.213818+0000 mgr.y (mgr.24491) 3424 : cluster [DBG] pgmap v3008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:41.213818+0000 mgr.y (mgr.24491) 3424 : cluster [DBG] pgmap v3008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:43.214355+0000 mgr.y (mgr.24491) 3425 : cluster [DBG] pgmap v3009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:43.214355+0000 mgr.y (mgr.24491) 3425 : cluster [DBG] pgmap v3009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:43.214355+0000 mgr.y (mgr.24491) 3425 : cluster [DBG] pgmap v3009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:45.215034+0000 mgr.y (mgr.24491) 3426 : cluster [DBG] pgmap v3010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:45.215034+0000 mgr.y (mgr.24491) 3426 : cluster [DBG] pgmap v3010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:45.215034+0000 mgr.y (mgr.24491) 3426 : cluster [DBG] pgmap v3010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:47] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:12:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:47.215454+0000 mgr.y (mgr.24491) 3427 : cluster [DBG] pgmap v3011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:47.215454+0000 mgr.y (mgr.24491) 3427 : cluster [DBG] pgmap v3011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:47.215454+0000 mgr.y (mgr.24491) 3427 : cluster [DBG] pgmap v3011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:49.215892+0000 mgr.y (mgr.24491) 3428 : cluster [DBG] pgmap v3012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:49.215892+0000 mgr.y (mgr.24491) 3428 : cluster [DBG] pgmap v3012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:49.215892+0000 mgr.y (mgr.24491) 3428 : cluster [DBG] pgmap v3012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:12:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:51.216511+0000 mgr.y (mgr.24491) 3429 : cluster [DBG] pgmap v3013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:51.216511+0000 mgr.y (mgr.24491) 3429 : cluster [DBG] pgmap v3013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:51.216511+0000 mgr.y (mgr.24491) 3429 : cluster [DBG] pgmap v3013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:53.216895+0000 mgr.y (mgr.24491) 3430 : cluster [DBG] pgmap v3014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:53.216895+0000 mgr.y (mgr.24491) 3430 : cluster [DBG] pgmap v3014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:53.216895+0000 mgr.y (mgr.24491) 3430 : cluster [DBG] pgmap v3014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:55.217635+0000 mgr.y (mgr.24491) 3431 : cluster [DBG] pgmap v3015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:55.217635+0000 mgr.y (mgr.24491) 3431 : cluster [DBG] pgmap v3015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:55.217635+0000 mgr.y (mgr.24491) 3431 : cluster [DBG] pgmap v3015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:12:57] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:12:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:12:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:57.218114+0000 mgr.y (mgr.24491) 3432 : cluster [DBG] pgmap v3016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:57.218114+0000 mgr.y (mgr.24491) 3432 : cluster [DBG] pgmap v3016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:12:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:57.218114+0000 mgr.y (mgr.24491) 3432 : cluster [DBG] pgmap v3016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:12:59.218452+0000 mgr.y (mgr.24491) 3433 : cluster [DBG] pgmap v3017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:12:59.218452+0000 mgr.y (mgr.24491) 3433 : cluster [DBG] pgmap v3017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:12:59.218452+0000 mgr.y (mgr.24491) 3433 : cluster [DBG] pgmap v3017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:13:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:01.219186+0000 mgr.y (mgr.24491) 3434 : cluster [DBG] pgmap v3018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:02.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:01.219186+0000 mgr.y (mgr.24491) 3434 : cluster [DBG] pgmap v3018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:01.219186+0000 mgr.y (mgr.24491) 3434 : cluster [DBG] pgmap v3018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:03.219667+0000 mgr.y (mgr.24491) 3435 : cluster [DBG] pgmap v3019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:03.219667+0000 mgr.y (mgr.24491) 3435 : cluster [DBG] pgmap v3019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:03.219667+0000 mgr.y (mgr.24491) 3435 : cluster [DBG] pgmap v3019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:05.220521+0000 mgr.y (mgr.24491) 3436 : cluster [DBG] pgmap v3020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:05.220521+0000 mgr.y (mgr.24491) 3436 : cluster [DBG] pgmap v3020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:05.220521+0000 mgr.y (mgr.24491) 3436 : cluster [DBG] pgmap v3020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:07] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:13:08.233 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:13:08.510 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:13:08.510 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (98m) 6m ago 99m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:13:08.510 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (99m) 6m ago 99m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:13:08.510 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (100m) 6m ago 100m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (100m) 6m ago 100m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (104m) 6m ago 104m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (105m) 6m ago 105m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (106m) 6m ago 106m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (104m) 6m ago 104m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (104m) 6m ago 104m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (100m) 6m ago 100m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (100m) 6m ago 100m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (103m) 6m ago 103m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (103m) 6m ago 103m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (103m) 6m ago 103m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (102m) 6m ago 102m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (102m) 6m ago 102m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (101m) 6m ago 101m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:13:08.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (101m) 6m ago 101m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:13:08.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (101m) 6m ago 101m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:13:08.512 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (98m) 6m ago 100m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:13:08.846 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:13:08.846 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:13:08.846 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:13:08.846 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:13:08.846 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:13:08.846 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:13:08.846 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:13:08.846 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:13:08.846 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:13:08.846 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:13:08.847 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:13:08.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:13:08.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:13:08.847 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:13:08.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:13:08.847 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:13:08.847 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:13:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:07.221042+0000 mgr.y (mgr.24491) 3437 : cluster [DBG] pgmap v3021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:07.221042+0000 mgr.y (mgr.24491) 3437 : cluster [DBG] pgmap v3021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:07.221042+0000 mgr.y (mgr.24491) 3437 : cluster [DBG] pgmap v3021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:13:08.223172+0000 mgr.y (mgr.24491) 3438 : audit [DBG] from='client.28271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:13:08.504496+0000 mgr.y (mgr.24491) 3439 : audit [DBG] from='client.18372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:13:08.848099+0000 mon.c (mon.2) 139 : audit [DBG] from='client.? 172.21.15.177:0/3741547764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:13:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:13:08.223172+0000 mgr.y (mgr.24491) 3438 : audit [DBG] from='client.28271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:13:08.504496+0000 mgr.y (mgr.24491) 3439 : audit [DBG] from='client.18372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:13:08.848099+0000 mon.c (mon.2) 139 : audit [DBG] from='client.? 172.21.15.177:0/3741547764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:13:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:13:08.223172+0000 mgr.y (mgr.24491) 3438 : audit [DBG] from='client.28271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:13:08.504496+0000 mgr.y (mgr.24491) 3439 : audit [DBG] from='client.18372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:13:08.848099+0000 mon.c (mon.2) 139 : audit [DBG] from='client.? 172.21.15.177:0/3741547764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:13:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:09.221369+0000 mgr.y (mgr.24491) 3440 : cluster [DBG] pgmap v3022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:09.221369+0000 mgr.y (mgr.24491) 3440 : cluster [DBG] pgmap v3022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:09.221369+0000 mgr.y (mgr.24491) 3440 : cluster [DBG] pgmap v3022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:13:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:11.222215+0000 mgr.y (mgr.24491) 3441 : cluster [DBG] pgmap v3023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:11.222215+0000 mgr.y (mgr.24491) 3441 : cluster [DBG] pgmap v3023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:11.222215+0000 mgr.y (mgr.24491) 3441 : cluster [DBG] pgmap v3023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:13.222691+0000 mgr.y (mgr.24491) 3442 : cluster [DBG] pgmap v3024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:13.222691+0000 mgr.y (mgr.24491) 3442 : cluster [DBG] pgmap v3024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:13.222691+0000 mgr.y (mgr.24491) 3442 : cluster [DBG] pgmap v3024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:15.223583+0000 mgr.y (mgr.24491) 3443 : cluster [DBG] pgmap v3025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:15.223583+0000 mgr.y (mgr.24491) 3443 : cluster [DBG] pgmap v3025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:15.223583+0000 mgr.y (mgr.24491) 3443 : cluster [DBG] pgmap v3025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:17] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:13:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:17.224050+0000 mgr.y (mgr.24491) 3444 : cluster [DBG] pgmap v3026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:17.224050+0000 mgr.y (mgr.24491) 3444 : cluster [DBG] pgmap v3026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:17.224050+0000 mgr.y (mgr.24491) 3444 : cluster [DBG] pgmap v3026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:19.224484+0000 mgr.y (mgr.24491) 3445 : cluster [DBG] pgmap v3027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:19.224484+0000 mgr.y (mgr.24491) 3445 : cluster [DBG] pgmap v3027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:19.224484+0000 mgr.y (mgr.24491) 3445 : cluster [DBG] pgmap v3027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:13:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:21.225333+0000 mgr.y (mgr.24491) 3446 : cluster [DBG] pgmap v3028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:21.225333+0000 mgr.y (mgr.24491) 3446 : cluster [DBG] pgmap v3028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:21.225333+0000 mgr.y (mgr.24491) 3446 : cluster [DBG] pgmap v3028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:23.226002+0000 mgr.y (mgr.24491) 3447 : cluster [DBG] pgmap v3029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:23.226002+0000 mgr.y (mgr.24491) 3447 : cluster [DBG] pgmap v3029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:23.226002+0000 mgr.y (mgr.24491) 3447 : cluster [DBG] pgmap v3029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:25.226783+0000 mgr.y (mgr.24491) 3448 : cluster [DBG] pgmap v3030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:25.226783+0000 mgr.y (mgr.24491) 3448 : cluster [DBG] pgmap v3030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:25.226783+0000 mgr.y (mgr.24491) 3448 : cluster [DBG] pgmap v3030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:27] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:13:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:27.227281+0000 mgr.y (mgr.24491) 3449 : cluster [DBG] pgmap v3031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:27.227281+0000 mgr.y (mgr.24491) 3449 : cluster [DBG] pgmap v3031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:27.227281+0000 mgr.y (mgr.24491) 3449 : cluster [DBG] pgmap v3031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:29.227774+0000 mgr.y (mgr.24491) 3450 : cluster [DBG] pgmap v3032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:29.227774+0000 mgr.y (mgr.24491) 3450 : cluster [DBG] pgmap v3032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:29.227774+0000 mgr.y (mgr.24491) 3450 : cluster [DBG] pgmap v3032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:13:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:31.228603+0000 mgr.y (mgr.24491) 3451 : cluster [DBG] pgmap v3033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:31.228603+0000 mgr.y (mgr.24491) 3451 : cluster [DBG] pgmap v3033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:31.228603+0000 mgr.y (mgr.24491) 3451 : cluster [DBG] pgmap v3033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:33.229099+0000 mgr.y (mgr.24491) 3452 : cluster [DBG] pgmap v3034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:13:33.921042+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:13:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:13:34.211975+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:13:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:13:34.212612+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:13:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:13:34.216913+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:13:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:33.229099+0000 mgr.y (mgr.24491) 3452 : cluster [DBG] pgmap v3034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:13:33.921042+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:13:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:13:34.211975+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:13:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:13:34.212612+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:13:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:13:34.216913+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:13:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:33.229099+0000 mgr.y (mgr.24491) 3452 : cluster [DBG] pgmap v3034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:13:33.921042+0000 mon.a (mon.0) 1337 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:13:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:13:34.211975+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:13:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:13:34.212612+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:13:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:13:34.216913+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:13:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:35.229709+0000 mgr.y (mgr.24491) 3453 : cluster [DBG] pgmap v3035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:35.229709+0000 mgr.y (mgr.24491) 3453 : cluster [DBG] pgmap v3035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:35.229709+0000 mgr.y (mgr.24491) 3453 : cluster [DBG] pgmap v3035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:37] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:13:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:37.230304+0000 mgr.y (mgr.24491) 3454 : cluster [DBG] pgmap v3036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:37.230304+0000 mgr.y (mgr.24491) 3454 : cluster [DBG] pgmap v3036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:37.230304+0000 mgr.y (mgr.24491) 3454 : cluster [DBG] pgmap v3036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:39.159 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:13:39.435 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:13:39.435 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (99m) 7m ago 100m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:13:39.435 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (100m) 7m ago 100m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:13:39.435 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (101m) 7m ago 101m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:13:39.435 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (101m) 7m ago 101m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:13:39.435 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (104m) 7m ago 104m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:13:39.435 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (106m) 7m ago 106m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:13:39.435 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (106m) 7m ago 106m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:13:39.436 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (105m) 7m ago 105m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:13:39.436 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (105m) 7m ago 105m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:13:39.436 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (100m) 7m ago 100m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:13:39.436 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (100m) 7m ago 100m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:13:39.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (104m) 7m ago 104m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:13:39.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (104m) 7m ago 104m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:13:39.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (103m) 7m ago 103m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:13:39.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (103m) 7m ago 103m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:13:39.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (102m) 7m ago 102m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:13:39.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (102m) 7m ago 102m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:13:39.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (102m) 7m ago 102m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:13:39.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (101m) 7m ago 101m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:13:39.437 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (99m) 7m ago 100m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:13:39.770 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:13:39.770 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:13:39.770 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:13:39.770 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:13:39.770 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:13:39.770 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:13:39.770 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:13:39.771 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:13:39.771 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:13:39.771 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:13:39.771 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:13:39.771 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:13:39.771 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:13:39.771 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:13:39.771 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:13:39.771 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:13:39.771 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:13:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:13:39.149935+0000 mgr.y (mgr.24491) 3455 : audit [DBG] from='client.18384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:39.230664+0000 mgr.y (mgr.24491) 3456 : cluster [DBG] pgmap v3037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:13:39.429370+0000 mgr.y (mgr.24491) 3457 : audit [DBG] from='client.18390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:13:39.772577+0000 mon.c (mon.2) 140 : audit [DBG] from='client.? 172.21.15.177:0/2823923591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:13:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:13:39.149935+0000 mgr.y (mgr.24491) 3455 : audit [DBG] from='client.18384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:39.230664+0000 mgr.y (mgr.24491) 3456 : cluster [DBG] pgmap v3037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:13:39.429370+0000 mgr.y (mgr.24491) 3457 : audit [DBG] from='client.18390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:13:39.772577+0000 mon.c (mon.2) 140 : audit [DBG] from='client.? 172.21.15.177:0/2823923591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:13:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:13:39.149935+0000 mgr.y (mgr.24491) 3455 : audit [DBG] from='client.18384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:39.230664+0000 mgr.y (mgr.24491) 3456 : cluster [DBG] pgmap v3037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:13:39.429370+0000 mgr.y (mgr.24491) 3457 : audit [DBG] from='client.18390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:13:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:13:39.772577+0000 mon.c (mon.2) 140 : audit [DBG] from='client.? 172.21.15.177:0/2823923591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:13:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:13:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:41.231290+0000 mgr.y (mgr.24491) 3458 : cluster [DBG] pgmap v3038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:41.231290+0000 mgr.y (mgr.24491) 3458 : cluster [DBG] pgmap v3038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:41.231290+0000 mgr.y (mgr.24491) 3458 : cluster [DBG] pgmap v3038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:43.231700+0000 mgr.y (mgr.24491) 3459 : cluster [DBG] pgmap v3039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:43.231700+0000 mgr.y (mgr.24491) 3459 : cluster [DBG] pgmap v3039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:43.231700+0000 mgr.y (mgr.24491) 3459 : cluster [DBG] pgmap v3039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:45.232530+0000 mgr.y (mgr.24491) 3460 : cluster [DBG] pgmap v3040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:45.232530+0000 mgr.y (mgr.24491) 3460 : cluster [DBG] pgmap v3040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:45.232530+0000 mgr.y (mgr.24491) 3460 : cluster [DBG] pgmap v3040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:47] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:13:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:47.233136+0000 mgr.y (mgr.24491) 3461 : cluster [DBG] pgmap v3041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:47.233136+0000 mgr.y (mgr.24491) 3461 : cluster [DBG] pgmap v3041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:47.233136+0000 mgr.y (mgr.24491) 3461 : cluster [DBG] pgmap v3041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:49.233735+0000 mgr.y (mgr.24491) 3462 : cluster [DBG] pgmap v3042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:50.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:49.233735+0000 mgr.y (mgr.24491) 3462 : cluster [DBG] pgmap v3042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:49.233735+0000 mgr.y (mgr.24491) 3462 : cluster [DBG] pgmap v3042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:13:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:51.234579+0000 mgr.y (mgr.24491) 3463 : cluster [DBG] pgmap v3043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:51.234579+0000 mgr.y (mgr.24491) 3463 : cluster [DBG] pgmap v3043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:51.234579+0000 mgr.y (mgr.24491) 3463 : cluster [DBG] pgmap v3043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:53.235003+0000 mgr.y (mgr.24491) 3464 : cluster [DBG] pgmap v3044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:53.235003+0000 mgr.y (mgr.24491) 3464 : cluster [DBG] pgmap v3044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:53.235003+0000 mgr.y (mgr.24491) 3464 : cluster [DBG] pgmap v3044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:55.235822+0000 mgr.y (mgr.24491) 3465 : cluster [DBG] pgmap v3045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:55.235822+0000 mgr.y (mgr.24491) 3465 : cluster [DBG] pgmap v3045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:55.235822+0000 mgr.y (mgr.24491) 3465 : cluster [DBG] pgmap v3045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:13:57] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:13:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:57.236327+0000 mgr.y (mgr.24491) 3466 : cluster [DBG] pgmap v3046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:57.236327+0000 mgr.y (mgr.24491) 3466 : cluster [DBG] pgmap v3046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:13:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:13:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:57.236327+0000 mgr.y (mgr.24491) 3466 : cluster [DBG] pgmap v3046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:00.905 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:13:59.236722+0000 mgr.y (mgr.24491) 3467 : cluster [DBG] pgmap v3047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:00.906 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:13:59.236722+0000 mgr.y (mgr.24491) 3467 : cluster [DBG] pgmap v3047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:13:59.236722+0000 mgr.y (mgr.24491) 3467 : cluster [DBG] pgmap v3047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:14:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:01.237420+0000 mgr.y (mgr.24491) 3468 : cluster [DBG] pgmap v3048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:01.237420+0000 mgr.y (mgr.24491) 3468 : cluster [DBG] pgmap v3048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:01.237420+0000 mgr.y (mgr.24491) 3468 : cluster [DBG] pgmap v3048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:03.237980+0000 mgr.y (mgr.24491) 3469 : cluster [DBG] pgmap v3049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:03.237980+0000 mgr.y (mgr.24491) 3469 : cluster [DBG] pgmap v3049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:03.237980+0000 mgr.y (mgr.24491) 3469 : cluster [DBG] pgmap v3049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:05.238636+0000 mgr.y (mgr.24491) 3470 : cluster [DBG] pgmap v3050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:05.238636+0000 mgr.y (mgr.24491) 3470 : cluster [DBG] pgmap v3050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:05.238636+0000 mgr.y (mgr.24491) 3470 : cluster [DBG] pgmap v3050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:07] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:14:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:07.239128+0000 mgr.y (mgr.24491) 3471 : cluster [DBG] pgmap v3051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:07.239128+0000 mgr.y (mgr.24491) 3471 : cluster [DBG] pgmap v3051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:07.239128+0000 mgr.y (mgr.24491) 3471 : cluster [DBG] pgmap v3051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:10.083 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:14:10.360 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:14:10.360 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (99m) 7m ago 100m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:14:10.360 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (100m) 7m ago 100m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:14:10.360 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (101m) 7m ago 101m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:14:10.360 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (101m) 7m ago 101m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:14:10.360 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (105m) 7m ago 105m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:14:10.360 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (107m) 7m ago 107m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:14:10.360 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (107m) 7m ago 107m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:14:10.360 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (105m) 7m ago 105m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:14:10.360 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (105m) 7m ago 105m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:14:10.360 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (101m) 7m ago 101m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:14:10.361 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (101m) 7m ago 101m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:14:10.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (104m) 7m ago 104m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:14:10.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (104m) 7m ago 104m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:14:10.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (104m) 7m ago 104m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:14:10.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (103m) 7m ago 103m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:14:10.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (103m) 7m ago 103m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:14:10.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (103m) 7m ago 102m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:14:10.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (102m) 7m ago 102m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:14:10.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (102m) 7m ago 102m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:14:10.361 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (99m) 7m ago 101m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:14:10.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:14:10.697 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:14:10.697 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:14:10.697 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:14:10.697 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:14:10.697 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:14:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:09.239671+0000 mgr.y (mgr.24491) 3472 : cluster [DBG] pgmap v3052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:09.239671+0000 mgr.y (mgr.24491) 3472 : cluster [DBG] pgmap v3052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:09.239671+0000 mgr.y (mgr.24491) 3472 : cluster [DBG] pgmap v3052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:14:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:14:10.073551+0000 mgr.y (mgr.24491) 3473 : audit [DBG] from='client.28307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:14:10.354702+0000 mgr.y (mgr.24491) 3474 : audit [DBG] from='client.28313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:14:10.698356+0000 mon.a (mon.0) 1341 : audit [DBG] from='client.? 172.21.15.177:0/3816694761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:14:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:14:10.073551+0000 mgr.y (mgr.24491) 3473 : audit [DBG] from='client.28307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:14:10.354702+0000 mgr.y (mgr.24491) 3474 : audit [DBG] from='client.28313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:14:10.698356+0000 mon.a (mon.0) 1341 : audit [DBG] from='client.? 172.21.15.177:0/3816694761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:14:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:14:10.073551+0000 mgr.y (mgr.24491) 3473 : audit [DBG] from='client.28307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:14:10.354702+0000 mgr.y (mgr.24491) 3474 : audit [DBG] from='client.28313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:14:10.698356+0000 mon.a (mon.0) 1341 : audit [DBG] from='client.? 172.21.15.177:0/3816694761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:14:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:11.240263+0000 mgr.y (mgr.24491) 3475 : cluster [DBG] pgmap v3053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:11.240263+0000 mgr.y (mgr.24491) 3475 : cluster [DBG] pgmap v3053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:11.240263+0000 mgr.y (mgr.24491) 3475 : cluster [DBG] pgmap v3053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:13.240652+0000 mgr.y (mgr.24491) 3476 : cluster [DBG] pgmap v3054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:13.240652+0000 mgr.y (mgr.24491) 3476 : cluster [DBG] pgmap v3054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:13.240652+0000 mgr.y (mgr.24491) 3476 : cluster [DBG] pgmap v3054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:15.241323+0000 mgr.y (mgr.24491) 3477 : cluster [DBG] pgmap v3055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:15.241323+0000 mgr.y (mgr.24491) 3477 : cluster [DBG] pgmap v3055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:15.241323+0000 mgr.y (mgr.24491) 3477 : cluster [DBG] pgmap v3055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:17] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:14:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:17.241823+0000 mgr.y (mgr.24491) 3478 : cluster [DBG] pgmap v3056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:17.241823+0000 mgr.y (mgr.24491) 3478 : cluster [DBG] pgmap v3056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:17.241823+0000 mgr.y (mgr.24491) 3478 : cluster [DBG] pgmap v3056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:19.242250+0000 mgr.y (mgr.24491) 3479 : cluster [DBG] pgmap v3057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:19.242250+0000 mgr.y (mgr.24491) 3479 : cluster [DBG] pgmap v3057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:19.242250+0000 mgr.y (mgr.24491) 3479 : cluster [DBG] pgmap v3057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:14:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:21.242933+0000 mgr.y (mgr.24491) 3480 : cluster [DBG] pgmap v3058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:21.242933+0000 mgr.y (mgr.24491) 3480 : cluster [DBG] pgmap v3058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:21.242933+0000 mgr.y (mgr.24491) 3480 : cluster [DBG] pgmap v3058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:23.243359+0000 mgr.y (mgr.24491) 3481 : cluster [DBG] pgmap v3059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:23.243359+0000 mgr.y (mgr.24491) 3481 : cluster [DBG] pgmap v3059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:23.243359+0000 mgr.y (mgr.24491) 3481 : cluster [DBG] pgmap v3059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:25.243961+0000 mgr.y (mgr.24491) 3482 : cluster [DBG] pgmap v3060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:25.243961+0000 mgr.y (mgr.24491) 3482 : cluster [DBG] pgmap v3060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:25.243961+0000 mgr.y (mgr.24491) 3482 : cluster [DBG] pgmap v3060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:27] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:14:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:27.244535+0000 mgr.y (mgr.24491) 3483 : cluster [DBG] pgmap v3061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:27.244535+0000 mgr.y (mgr.24491) 3483 : cluster [DBG] pgmap v3061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:27.244535+0000 mgr.y (mgr.24491) 3483 : cluster [DBG] pgmap v3061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:29.245158+0000 mgr.y (mgr.24491) 3484 : cluster [DBG] pgmap v3062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:29.245158+0000 mgr.y (mgr.24491) 3484 : cluster [DBG] pgmap v3062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:29.245158+0000 mgr.y (mgr.24491) 3484 : cluster [DBG] pgmap v3062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:14:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:31.245919+0000 mgr.y (mgr.24491) 3485 : cluster [DBG] pgmap v3063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:31.245919+0000 mgr.y (mgr.24491) 3485 : cluster [DBG] pgmap v3063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:31.245919+0000 mgr.y (mgr.24491) 3485 : cluster [DBG] pgmap v3063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:33.246396+0000 mgr.y (mgr.24491) 3486 : cluster [DBG] pgmap v3064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:14:34.221753+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:14:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:14:34.514407+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:14:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:14:34.515047+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:14:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:14:34.519126+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:14:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:33.246396+0000 mgr.y (mgr.24491) 3486 : cluster [DBG] pgmap v3064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:14:34.221753+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:14:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:14:34.514407+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:14:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:14:34.515047+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:14:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:14:34.519126+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:14:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:33.246396+0000 mgr.y (mgr.24491) 3486 : cluster [DBG] pgmap v3064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:14:34.221753+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:14:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:14:34.514407+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:14:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:14:34.515047+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:14:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:14:34.519126+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:14:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:35.247002+0000 mgr.y (mgr.24491) 3487 : cluster [DBG] pgmap v3065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:35.247002+0000 mgr.y (mgr.24491) 3487 : cluster [DBG] pgmap v3065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:35.247002+0000 mgr.y (mgr.24491) 3487 : cluster [DBG] pgmap v3065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:37] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:14:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:37.247538+0000 mgr.y (mgr.24491) 3488 : cluster [DBG] pgmap v3066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:37.247538+0000 mgr.y (mgr.24491) 3488 : cluster [DBG] pgmap v3066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:37.247538+0000 mgr.y (mgr.24491) 3488 : cluster [DBG] pgmap v3066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:39.248026+0000 mgr.y (mgr.24491) 3489 : cluster [DBG] pgmap v3067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:41.007 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:14:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:39.248026+0000 mgr.y (mgr.24491) 3489 : cluster [DBG] pgmap v3067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:39.248026+0000 mgr.y (mgr.24491) 3489 : cluster [DBG] pgmap v3067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:41.282 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:14:41.282 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (100m) 8m ago 101m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:14:41.282 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (101m) 8m ago 101m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:14:41.282 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (102m) 8m ago 102m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:14:41.282 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (102m) 8m ago 102m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:14:41.282 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (105m) 8m ago 105m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (107m) 8m ago 107m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (107m) 8m ago 107m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (106m) 8m ago 106m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (106m) 8m ago 106m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (101m) 8m ago 101m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (101m) 8m ago 101m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (105m) 8m ago 105m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (105m) 8m ago 105m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (104m) 8m ago 104m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (104m) 8m ago 104m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (103m) 8m ago 103m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (103m) 8m ago 103m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (103m) 8m ago 103m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:14:41.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (102m) 8m ago 102m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:14:41.284 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (100m) 8m ago 101m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:14:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:14:41.622 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:14:41.622 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:14:41.622 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:14:41.622 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:14:41.622 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:14:41.623 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:14:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:14:41.624356+0000 mon.a (mon.0) 1346 : audit [DBG] from='client.? 172.21.15.177:0/3781115134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:14:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:14:41.624356+0000 mon.a (mon.0) 1346 : audit [DBG] from='client.? 172.21.15.177:0/3781115134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:14:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:14:41.624356+0000 mon.a (mon.0) 1346 : audit [DBG] from='client.? 172.21.15.177:0/3781115134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:14:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:14:40.997643+0000 mgr.y (mgr.24491) 3490 : audit [DBG] from='client.28325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:41.248545+0000 mgr.y (mgr.24491) 3491 : cluster [DBG] pgmap v3068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:14:41.277097+0000 mgr.y (mgr.24491) 3492 : audit [DBG] from='client.28331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:14:40.997643+0000 mgr.y (mgr.24491) 3490 : audit [DBG] from='client.28325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:41.248545+0000 mgr.y (mgr.24491) 3491 : cluster [DBG] pgmap v3068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:14:41.277097+0000 mgr.y (mgr.24491) 3492 : audit [DBG] from='client.28331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:14:40.997643+0000 mgr.y (mgr.24491) 3490 : audit [DBG] from='client.28325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:41.248545+0000 mgr.y (mgr.24491) 3491 : cluster [DBG] pgmap v3068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:14:41.277097+0000 mgr.y (mgr.24491) 3492 : audit [DBG] from='client.28331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:14:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:43.249129+0000 mgr.y (mgr.24491) 3493 : cluster [DBG] pgmap v3069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:43.249129+0000 mgr.y (mgr.24491) 3493 : cluster [DBG] pgmap v3069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:43.249129+0000 mgr.y (mgr.24491) 3493 : cluster [DBG] pgmap v3069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:45.249961+0000 mgr.y (mgr.24491) 3494 : cluster [DBG] pgmap v3070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:45.249961+0000 mgr.y (mgr.24491) 3494 : cluster [DBG] pgmap v3070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:45.249961+0000 mgr.y (mgr.24491) 3494 : cluster [DBG] pgmap v3070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:47] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:14:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:47.250399+0000 mgr.y (mgr.24491) 3495 : cluster [DBG] pgmap v3071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:47.250399+0000 mgr.y (mgr.24491) 3495 : cluster [DBG] pgmap v3071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:49.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:47.250399+0000 mgr.y (mgr.24491) 3495 : cluster [DBG] pgmap v3071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:49.250984+0000 mgr.y (mgr.24491) 3496 : cluster [DBG] pgmap v3072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:49.250984+0000 mgr.y (mgr.24491) 3496 : cluster [DBG] pgmap v3072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:49.250984+0000 mgr.y (mgr.24491) 3496 : cluster [DBG] pgmap v3072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:14:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:51.251668+0000 mgr.y (mgr.24491) 3497 : cluster [DBG] pgmap v3073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:51.251668+0000 mgr.y (mgr.24491) 3497 : cluster [DBG] pgmap v3073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:51.251668+0000 mgr.y (mgr.24491) 3497 : cluster [DBG] pgmap v3073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:53.252189+0000 mgr.y (mgr.24491) 3498 : cluster [DBG] pgmap v3074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:53.252189+0000 mgr.y (mgr.24491) 3498 : cluster [DBG] pgmap v3074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:55.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:53.252189+0000 mgr.y (mgr.24491) 3498 : cluster [DBG] pgmap v3074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:55.252920+0000 mgr.y (mgr.24491) 3499 : cluster [DBG] pgmap v3075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:55.252920+0000 mgr.y (mgr.24491) 3499 : cluster [DBG] pgmap v3075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:55.252920+0000 mgr.y (mgr.24491) 3499 : cluster [DBG] pgmap v3075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:14:57] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:14:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:14:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:57.253381+0000 mgr.y (mgr.24491) 3500 : cluster [DBG] pgmap v3076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:14:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:57.253381+0000 mgr.y (mgr.24491) 3500 : cluster [DBG] pgmap v3076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:14:59.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:14:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:57.253381+0000 mgr.y (mgr.24491) 3500 : cluster [DBG] pgmap v3076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:14:59.253831+0000 mgr.y (mgr.24491) 3501 : cluster [DBG] pgmap v3077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:14:59.253831+0000 mgr.y (mgr.24491) 3501 : cluster [DBG] pgmap v3077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:14:59.253831+0000 mgr.y (mgr.24491) 3501 : cluster [DBG] pgmap v3077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:15:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:01.254707+0000 mgr.y (mgr.24491) 3502 : cluster [DBG] pgmap v3078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:01.254707+0000 mgr.y (mgr.24491) 3502 : cluster [DBG] pgmap v3078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:03.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:01.254707+0000 mgr.y (mgr.24491) 3502 : cluster [DBG] pgmap v3078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:03.255264+0000 mgr.y (mgr.24491) 3503 : cluster [DBG] pgmap v3079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:03.255264+0000 mgr.y (mgr.24491) 3503 : cluster [DBG] pgmap v3079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:05.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:03.255264+0000 mgr.y (mgr.24491) 3503 : cluster [DBG] pgmap v3079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:05.256090+0000 mgr.y (mgr.24491) 3504 : cluster [DBG] pgmap v3080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:05.256090+0000 mgr.y (mgr.24491) 3504 : cluster [DBG] pgmap v3080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:05.256090+0000 mgr.y (mgr.24491) 3504 : cluster [DBG] pgmap v3080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:07] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:15:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:07.256627+0000 mgr.y (mgr.24491) 3505 : cluster [DBG] pgmap v3081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:07.256627+0000 mgr.y (mgr.24491) 3505 : cluster [DBG] pgmap v3081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:07.256627+0000 mgr.y (mgr.24491) 3505 : cluster [DBG] pgmap v3081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:09.257059+0000 mgr.y (mgr.24491) 3506 : cluster [DBG] pgmap v3082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:09.257059+0000 mgr.y (mgr.24491) 3506 : cluster [DBG] pgmap v3082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:09.257059+0000 mgr.y (mgr.24491) 3506 : cluster [DBG] pgmap v3082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:15:11.936 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:15:12.209 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (101m) 8m ago 101m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (101m) 8m ago 101m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (102m) 8m ago 102m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (102m) 8m ago 102m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (106m) 8m ago 106m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (108m) 8m ago 108m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (108m) 8m ago 108m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (106m) 8m ago 106m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (106m) 8m ago 106m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (102m) 8m ago 102m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (102m) 8m ago 102m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (106m) 8m ago 106m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (105m) 8m ago 105m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (105m) 8m ago 105m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (104m) 8m ago 104m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:15:12.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (104m) 8m ago 104m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:15:12.211 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (104m) 8m ago 104m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:15:12.211 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (103m) 8m ago 103m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:15:12.211 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (103m) 8m ago 103m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:15:12.211 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (100m) 8m ago 102m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:15:12.556 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:15:12.557 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:15:12.557 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:15:12.557 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:15:12.557 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:15:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:11.257759+0000 mgr.y (mgr.24491) 3507 : cluster [DBG] pgmap v3083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:15:11.926507+0000 mgr.y (mgr.24491) 3508 : audit [DBG] from='client.18438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:15:12.558102+0000 mon.a (mon.0) 1347 : audit [DBG] from='client.? 172.21.15.177:0/1592404675' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:15:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:11.257759+0000 mgr.y (mgr.24491) 3507 : cluster [DBG] pgmap v3083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:15:11.926507+0000 mgr.y (mgr.24491) 3508 : audit [DBG] from='client.18438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:15:12.558102+0000 mon.a (mon.0) 1347 : audit [DBG] from='client.? 172.21.15.177:0/1592404675' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:15:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:11.257759+0000 mgr.y (mgr.24491) 3507 : cluster [DBG] pgmap v3083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:15:11.926507+0000 mgr.y (mgr.24491) 3508 : audit [DBG] from='client.18438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:15:12.558102+0000 mon.a (mon.0) 1347 : audit [DBG] from='client.? 172.21.15.177:0/1592404675' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:15:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:15:12.204506+0000 mgr.y (mgr.24491) 3509 : audit [DBG] from='client.18444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:14.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:15:12.204506+0000 mgr.y (mgr.24491) 3509 : audit [DBG] from='client.18444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:15:12.204506+0000 mgr.y (mgr.24491) 3509 : audit [DBG] from='client.18444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:13.258221+0000 mgr.y (mgr.24491) 3510 : cluster [DBG] pgmap v3084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:13.258221+0000 mgr.y (mgr.24491) 3510 : cluster [DBG] pgmap v3084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:15.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:13.258221+0000 mgr.y (mgr.24491) 3510 : cluster [DBG] pgmap v3084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:15.258849+0000 mgr.y (mgr.24491) 3511 : cluster [DBG] pgmap v3085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:15.258849+0000 mgr.y (mgr.24491) 3511 : cluster [DBG] pgmap v3085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:15.258849+0000 mgr.y (mgr.24491) 3511 : cluster [DBG] pgmap v3085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:17] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:15:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:17.259331+0000 mgr.y (mgr.24491) 3512 : cluster [DBG] pgmap v3086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:17.259331+0000 mgr.y (mgr.24491) 3512 : cluster [DBG] pgmap v3086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:17.259331+0000 mgr.y (mgr.24491) 3512 : cluster [DBG] pgmap v3086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:19.259683+0000 mgr.y (mgr.24491) 3513 : cluster [DBG] pgmap v3087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:19.259683+0000 mgr.y (mgr.24491) 3513 : cluster [DBG] pgmap v3087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:19.259683+0000 mgr.y (mgr.24491) 3513 : cluster [DBG] pgmap v3087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:15:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:21.260507+0000 mgr.y (mgr.24491) 3514 : cluster [DBG] pgmap v3088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:21.260507+0000 mgr.y (mgr.24491) 3514 : cluster [DBG] pgmap v3088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:21.260507+0000 mgr.y (mgr.24491) 3514 : cluster [DBG] pgmap v3088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:23.260886+0000 mgr.y (mgr.24491) 3515 : cluster [DBG] pgmap v3089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:23.260886+0000 mgr.y (mgr.24491) 3515 : cluster [DBG] pgmap v3089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:25.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:23.260886+0000 mgr.y (mgr.24491) 3515 : cluster [DBG] pgmap v3089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:25.261748+0000 mgr.y (mgr.24491) 3516 : cluster [DBG] pgmap v3090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:25.261748+0000 mgr.y (mgr.24491) 3516 : cluster [DBG] pgmap v3090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:25.261748+0000 mgr.y (mgr.24491) 3516 : cluster [DBG] pgmap v3090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:27] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:15:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:27.262189+0000 mgr.y (mgr.24491) 3517 : cluster [DBG] pgmap v3091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:27.262189+0000 mgr.y (mgr.24491) 3517 : cluster [DBG] pgmap v3091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:27.262189+0000 mgr.y (mgr.24491) 3517 : cluster [DBG] pgmap v3091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:31.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:29.262622+0000 mgr.y (mgr.24491) 3518 : cluster [DBG] pgmap v3092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:29.262622+0000 mgr.y (mgr.24491) 3518 : cluster [DBG] pgmap v3092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:29.262622+0000 mgr.y (mgr.24491) 3518 : cluster [DBG] pgmap v3092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:15:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:31.263423+0000 mgr.y (mgr.24491) 3519 : cluster [DBG] pgmap v3093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:31.263423+0000 mgr.y (mgr.24491) 3519 : cluster [DBG] pgmap v3093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:31.263423+0000 mgr.y (mgr.24491) 3519 : cluster [DBG] pgmap v3093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:33.263979+0000 mgr.y (mgr.24491) 3520 : cluster [DBG] pgmap v3094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:15:34.523373+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:15:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:33.263979+0000 mgr.y (mgr.24491) 3520 : cluster [DBG] pgmap v3094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:15:34.523373+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:15:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:33.263979+0000 mgr.y (mgr.24491) 3520 : cluster [DBG] pgmap v3094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:15:34.523373+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:15:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:15:34.816816+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:15:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:15:34.817426+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:15:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:15:34.821957+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:15:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:15:34.816816+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:15:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:15:34.817426+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:15:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:15:34.821957+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:15:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:15:34.816816+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:15:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:15:34.817426+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:15:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:15:34.821957+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:15:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:35.264544+0000 mgr.y (mgr.24491) 3521 : cluster [DBG] pgmap v3095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:35.264544+0000 mgr.y (mgr.24491) 3521 : cluster [DBG] pgmap v3095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:35.264544+0000 mgr.y (mgr.24491) 3521 : cluster [DBG] pgmap v3095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:37] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:15:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:37.264993+0000 mgr.y (mgr.24491) 3522 : cluster [DBG] pgmap v3096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:37.264993+0000 mgr.y (mgr.24491) 3522 : cluster [DBG] pgmap v3096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:37.264993+0000 mgr.y (mgr.24491) 3522 : cluster [DBG] pgmap v3096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:39.265524+0000 mgr.y (mgr.24491) 3523 : cluster [DBG] pgmap v3097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:39.265524+0000 mgr.y (mgr.24491) 3523 : cluster [DBG] pgmap v3097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:39.265524+0000 mgr.y (mgr.24491) 3523 : cluster [DBG] pgmap v3097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:15:42.869 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:15:43.142 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:15:43.142 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (101m) 9m ago 102m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (102m) 9m ago 102m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (103m) 9m ago 103m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (103m) 9m ago 103m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (106m) 9m ago 106m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (108m) 9m ago 108m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (108m) 9m ago 108m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (107m) 9m ago 107m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (107m) 9m ago 107m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (102m) 9m ago 102m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (102m) 9m ago 102m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (106m) 9m ago 106m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (106m) 9m ago 106m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (105m) 9m ago 105m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:15:43.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (105m) 9m ago 105m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:15:43.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (104m) 9m ago 104m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:15:43.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (104m) 9m ago 104m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:15:43.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (104m) 9m ago 104m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:15:43.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (103m) 9m ago 103m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:15:43.144 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (101m) 9m ago 102m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:15:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:41.266118+0000 mgr.y (mgr.24491) 3524 : cluster [DBG] pgmap v3098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:43.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:41.266118+0000 mgr.y (mgr.24491) 3524 : cluster [DBG] pgmap v3098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:41.266118+0000 mgr.y (mgr.24491) 3524 : cluster [DBG] pgmap v3098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:43.475 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:15:43.475 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:15:43.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:15:43.477 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:15:43.477 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:15:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:15:42.859416+0000 mgr.y (mgr.24491) 3525 : audit [DBG] from='client.28361 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:15:43.477928+0000 mon.c (mon.2) 141 : audit [DBG] from='client.? 172.21.15.177:0/3964293762' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:15:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:15:42.859416+0000 mgr.y (mgr.24491) 3525 : audit [DBG] from='client.28361 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:15:43.477928+0000 mon.c (mon.2) 141 : audit [DBG] from='client.? 172.21.15.177:0/3964293762' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:15:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:15:42.859416+0000 mgr.y (mgr.24491) 3525 : audit [DBG] from='client.28361 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:15:43.477928+0000 mon.c (mon.2) 141 : audit [DBG] from='client.? 172.21.15.177:0/3964293762' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:15:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:15:43.136969+0000 mgr.y (mgr.24491) 3526 : audit [DBG] from='client.18462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:43.266507+0000 mgr.y (mgr.24491) 3527 : cluster [DBG] pgmap v3099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:15:43.136969+0000 mgr.y (mgr.24491) 3526 : audit [DBG] from='client.18462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:43.266507+0000 mgr.y (mgr.24491) 3527 : cluster [DBG] pgmap v3099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:15:43.136969+0000 mgr.y (mgr.24491) 3526 : audit [DBG] from='client.18462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:15:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:43.266507+0000 mgr.y (mgr.24491) 3527 : cluster [DBG] pgmap v3099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:45.267147+0000 mgr.y (mgr.24491) 3528 : cluster [DBG] pgmap v3100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:45.267147+0000 mgr.y (mgr.24491) 3528 : cluster [DBG] pgmap v3100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:45.267147+0000 mgr.y (mgr.24491) 3528 : cluster [DBG] pgmap v3100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:47] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T05:15:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:47.267668+0000 mgr.y (mgr.24491) 3529 : cluster [DBG] pgmap v3101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:47.267668+0000 mgr.y (mgr.24491) 3529 : cluster [DBG] pgmap v3101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:47.267668+0000 mgr.y (mgr.24491) 3529 : cluster [DBG] pgmap v3101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:49.268138+0000 mgr.y (mgr.24491) 3530 : cluster [DBG] pgmap v3102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:49.268138+0000 mgr.y (mgr.24491) 3530 : cluster [DBG] pgmap v3102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:49.268138+0000 mgr.y (mgr.24491) 3530 : cluster [DBG] pgmap v3102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:15:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:51.268780+0000 mgr.y (mgr.24491) 3531 : cluster [DBG] pgmap v3103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:51.268780+0000 mgr.y (mgr.24491) 3531 : cluster [DBG] pgmap v3103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:51.268780+0000 mgr.y (mgr.24491) 3531 : cluster [DBG] pgmap v3103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:53.269168+0000 mgr.y (mgr.24491) 3532 : cluster [DBG] pgmap v3104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:53.269168+0000 mgr.y (mgr.24491) 3532 : cluster [DBG] pgmap v3104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:53.269168+0000 mgr.y (mgr.24491) 3532 : cluster [DBG] pgmap v3104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:55.269878+0000 mgr.y (mgr.24491) 3533 : cluster [DBG] pgmap v3105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:55.269878+0000 mgr.y (mgr.24491) 3533 : cluster [DBG] pgmap v3105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:55.269878+0000 mgr.y (mgr.24491) 3533 : cluster [DBG] pgmap v3105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:15:57] "GET /metrics HTTP/1.1" 200 188317 "" "Prometheus/2.33.4" 2024-04-20T05:15:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:15:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:57.270349+0000 mgr.y (mgr.24491) 3534 : cluster [DBG] pgmap v3106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:59.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:15:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:57.270349+0000 mgr.y (mgr.24491) 3534 : cluster [DBG] pgmap v3106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:15:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:15:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:57.270349+0000 mgr.y (mgr.24491) 3534 : cluster [DBG] pgmap v3106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:15:59.270706+0000 mgr.y (mgr.24491) 3535 : cluster [DBG] pgmap v3107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:15:59.270706+0000 mgr.y (mgr.24491) 3535 : cluster [DBG] pgmap v3107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:15:59.270706+0000 mgr.y (mgr.24491) 3535 : cluster [DBG] pgmap v3107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:16:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:01.271402+0000 mgr.y (mgr.24491) 3536 : cluster [DBG] pgmap v3108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:01.271402+0000 mgr.y (mgr.24491) 3536 : cluster [DBG] pgmap v3108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:01.271402+0000 mgr.y (mgr.24491) 3536 : cluster [DBG] pgmap v3108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:05.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:03.271846+0000 mgr.y (mgr.24491) 3537 : cluster [DBG] pgmap v3109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:03.271846+0000 mgr.y (mgr.24491) 3537 : cluster [DBG] pgmap v3109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:03.271846+0000 mgr.y (mgr.24491) 3537 : cluster [DBG] pgmap v3109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:07.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:05.272509+0000 mgr.y (mgr.24491) 3538 : cluster [DBG] pgmap v3110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:07.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:05.272509+0000 mgr.y (mgr.24491) 3538 : cluster [DBG] pgmap v3110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:05.272509+0000 mgr.y (mgr.24491) 3538 : cluster [DBG] pgmap v3110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:07] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:16:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:07.272886+0000 mgr.y (mgr.24491) 3539 : cluster [DBG] pgmap v3111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:07.272886+0000 mgr.y (mgr.24491) 3539 : cluster [DBG] pgmap v3111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:07.272886+0000 mgr.y (mgr.24491) 3539 : cluster [DBG] pgmap v3111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:09.273301+0000 mgr.y (mgr.24491) 3540 : cluster [DBG] pgmap v3112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:09.273301+0000 mgr.y (mgr.24491) 3540 : cluster [DBG] pgmap v3112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:09.273301+0000 mgr.y (mgr.24491) 3540 : cluster [DBG] pgmap v3112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:16:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:11.273929+0000 mgr.y (mgr.24491) 3541 : cluster [DBG] pgmap v3113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:11.273929+0000 mgr.y (mgr.24491) 3541 : cluster [DBG] pgmap v3113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:11.273929+0000 mgr.y (mgr.24491) 3541 : cluster [DBG] pgmap v3113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:13.789 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:16:14.067 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:16:14.067 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (102m) 9m ago 102m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:16:14.067 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (102m) 9m ago 102m 61.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (103m) 9m ago 103m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (103m) 9m ago 103m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (107m) 9m ago 107m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (109m) 9m ago 109m 460M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (109m) 9m ago 109m 294M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (107m) 9m ago 107m 154M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (107m) 9m ago 107m 160M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (103m) 9m ago 103m 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (103m) 9m ago 103m 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (107m) 9m ago 107m 44.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (106m) 9m ago 106m 43.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (106m) 9m ago 106m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (105m) 9m ago 105m 40.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (105m) 9m ago 105m 42.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (105m) 9m ago 105m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:16:14.068 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (104m) 9m ago 104m 41.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:16:14.069 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (104m) 9m ago 104m 42.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:16:14.069 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (101m) 9m ago 103m 88.6M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:16:14.404 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:16:14.404 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:16:14.404 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:16:14.404 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:16:14.404 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:16:14.404 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:16:14.405 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:16:14.405 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:16:14.405 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:16:14.405 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:16:14.405 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:16:14.405 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:16:14.405 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:16:14.405 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:16:14.405 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:16:14.405 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:16:14.405 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:16:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:13.274371+0000 mgr.y (mgr.24491) 3542 : cluster [DBG] pgmap v3114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:13.779511+0000 mgr.y (mgr.24491) 3543 : audit [DBG] from='client.28379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:14.406657+0000 mon.c (mon.2) 142 : audit [DBG] from='client.? 172.21.15.177:0/2146615729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:16:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:13.274371+0000 mgr.y (mgr.24491) 3542 : cluster [DBG] pgmap v3114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:13.779511+0000 mgr.y (mgr.24491) 3543 : audit [DBG] from='client.28379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:14.406657+0000 mon.c (mon.2) 142 : audit [DBG] from='client.? 172.21.15.177:0/2146615729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:16:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:13.274371+0000 mgr.y (mgr.24491) 3542 : cluster [DBG] pgmap v3114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:13.779511+0000 mgr.y (mgr.24491) 3543 : audit [DBG] from='client.28379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:14.406657+0000 mon.c (mon.2) 142 : audit [DBG] from='client.? 172.21.15.177:0/2146615729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:16:16.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:14.062476+0000 mgr.y (mgr.24491) 3544 : audit [DBG] from='client.18480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:14.062476+0000 mgr.y (mgr.24491) 3544 : audit [DBG] from='client.18480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:14.062476+0000 mgr.y (mgr.24491) 3544 : audit [DBG] from='client.18480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:15.274984+0000 mgr.y (mgr.24491) 3545 : cluster [DBG] pgmap v3115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:15.274984+0000 mgr.y (mgr.24491) 3545 : cluster [DBG] pgmap v3115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:17.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:15.274984+0000 mgr.y (mgr.24491) 3545 : cluster [DBG] pgmap v3115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:17] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:16:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:17.275372+0000 mgr.y (mgr.24491) 3546 : cluster [DBG] pgmap v3116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:19.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:17.275372+0000 mgr.y (mgr.24491) 3546 : cluster [DBG] pgmap v3116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:17.275372+0000 mgr.y (mgr.24491) 3546 : cluster [DBG] pgmap v3116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:19.275754+0000 mgr.y (mgr.24491) 3547 : cluster [DBG] pgmap v3117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:16:21.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:19.275754+0000 mgr.y (mgr.24491) 3547 : cluster [DBG] pgmap v3117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:19.275754+0000 mgr.y (mgr.24491) 3547 : cluster [DBG] pgmap v3117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:21.276497+0000 mgr.y (mgr.24491) 3548 : cluster [DBG] pgmap v3118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:21.276497+0000 mgr.y (mgr.24491) 3548 : cluster [DBG] pgmap v3118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:23.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:21.276497+0000 mgr.y (mgr.24491) 3548 : cluster [DBG] pgmap v3118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:23.276989+0000 mgr.y (mgr.24491) 3549 : cluster [DBG] pgmap v3119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:25.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:23.276989+0000 mgr.y (mgr.24491) 3549 : cluster [DBG] pgmap v3119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:23.276989+0000 mgr.y (mgr.24491) 3549 : cluster [DBG] pgmap v3119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:25.277623+0000 mgr.y (mgr.24491) 3550 : cluster [DBG] pgmap v3120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:27.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:25.277623+0000 mgr.y (mgr.24491) 3550 : cluster [DBG] pgmap v3120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:27.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:25.277623+0000 mgr.y (mgr.24491) 3550 : cluster [DBG] pgmap v3120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:27] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:16:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:27.278053+0000 mgr.y (mgr.24491) 3551 : cluster [DBG] pgmap v3121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:29.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:27.278053+0000 mgr.y (mgr.24491) 3551 : cluster [DBG] pgmap v3121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:29.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:27.278053+0000 mgr.y (mgr.24491) 3551 : cluster [DBG] pgmap v3121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:29.278507+0000 mgr.y (mgr.24491) 3552 : cluster [DBG] pgmap v3122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:16:31.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:29.278507+0000 mgr.y (mgr.24491) 3552 : cluster [DBG] pgmap v3122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:31.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:29.278507+0000 mgr.y (mgr.24491) 3552 : cluster [DBG] pgmap v3122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:31.279137+0000 mgr.y (mgr.24491) 3553 : cluster [DBG] pgmap v3123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:31.279137+0000 mgr.y (mgr.24491) 3553 : cluster [DBG] pgmap v3123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:33.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:31.279137+0000 mgr.y (mgr.24491) 3553 : cluster [DBG] pgmap v3123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:33.279505+0000 mgr.y (mgr.24491) 3554 : cluster [DBG] pgmap v3124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:34.826337+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:16:35.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:33.279505+0000 mgr.y (mgr.24491) 3554 : cluster [DBG] pgmap v3124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:35.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:34.826337+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:16:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:33.279505+0000 mgr.y (mgr.24491) 3554 : cluster [DBG] pgmap v3124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:34.826337+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:16:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:35.280263+0000 mgr.y (mgr.24491) 3555 : cluster [DBG] pgmap v3125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:37.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:35.280263+0000 mgr.y (mgr.24491) 3555 : cluster [DBG] pgmap v3125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:35.280263+0000 mgr.y (mgr.24491) 3555 : cluster [DBG] pgmap v3125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:37] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:16:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:37.280552+0000 mgr.y (mgr.24491) 3556 : cluster [DBG] pgmap v3126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:37.496792+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:16:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:38.023643+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:16:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:38.301019+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:16:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:38.301728+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:16:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:38.307455+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:16:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:37.280552+0000 mgr.y (mgr.24491) 3556 : cluster [DBG] pgmap v3126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:37.496792+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:16:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:38.023643+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:16:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:38.301019+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:16:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:38.301728+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:16:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:38.307455+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:16:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:37.280552+0000 mgr.y (mgr.24491) 3556 : cluster [DBG] pgmap v3126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:37.496792+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:16:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:38.023643+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:16:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:38.301019+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:16:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:38.301728+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:16:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:38.307455+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:16:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:39.281084+0000 mgr.y (mgr.24491) 3557 : cluster [DBG] pgmap v3127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:39.281084+0000 mgr.y (mgr.24491) 3557 : cluster [DBG] pgmap v3127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:39.281084+0000 mgr.y (mgr.24491) 3557 : cluster [DBG] pgmap v3127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:16:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:41.281795+0000 mgr.y (mgr.24491) 3558 : cluster [DBG] pgmap v3128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:41.281795+0000 mgr.y (mgr.24491) 3558 : cluster [DBG] pgmap v3128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:41.281795+0000 mgr.y (mgr.24491) 3558 : cluster [DBG] pgmap v3128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:44.716 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:16:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:43.282241+0000 mgr.y (mgr.24491) 3559 : cluster [DBG] pgmap v3129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:43.282241+0000 mgr.y (mgr.24491) 3559 : cluster [DBG] pgmap v3129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:44.992 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:16:44.992 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (102m) 7s ago 103m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:16:44.992 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (103m) 6s ago 103m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:16:44.992 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (104m) 7s ago 104m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:16:44.992 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (104m) 6s ago 104m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:16:44.992 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (107m) 6s ago 107m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:16:44.992 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (109m) 7s ago 109m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (109m) 7s ago 109m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (108m) 6s ago 108m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (108m) 7s ago 108m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (103m) 7s ago 103m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (103m) 6s ago 103m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (107m) 7s ago 107m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (107m) 7s ago 107m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (106m) 7s ago 106m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (106m) 7s ago 106m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (105m) 6s ago 105m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (105m) 6s ago 105m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (105m) 6s ago 105m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (104m) 6s ago 104m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:16:44.993 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (102m) 6s ago 103m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:16:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:43.282241+0000 mgr.y (mgr.24491) 3559 : cluster [DBG] pgmap v3129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:45.327 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:16:45.327 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:16:45.327 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:16:45.327 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:16:45.327 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:16:45.327 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:16:45.327 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:16:45.328 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:16:45.328 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:16:45.328 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:16:45.328 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:16:45.328 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:16:45.328 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:16:45.328 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:16:45.328 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:16:45.328 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:16:45.328 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:16:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:44.705829+0000 mgr.y (mgr.24491) 3560 : audit [DBG] from='client.18492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:45.329568+0000 mon.a (mon.0) 1358 : audit [DBG] from='client.? 172.21.15.177:0/2303815170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:16:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:44.705829+0000 mgr.y (mgr.24491) 3560 : audit [DBG] from='client.18492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:45.329568+0000 mon.a (mon.0) 1358 : audit [DBG] from='client.? 172.21.15.177:0/2303815170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:16:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:44.705829+0000 mgr.y (mgr.24491) 3560 : audit [DBG] from='client.18492 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:45.329568+0000 mon.a (mon.0) 1358 : audit [DBG] from='client.? 172.21.15.177:0/2303815170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:16:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:16:44.987211+0000 mgr.y (mgr.24491) 3561 : audit [DBG] from='client.28403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:45.282789+0000 mgr.y (mgr.24491) 3562 : cluster [DBG] pgmap v3130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:16:44.987211+0000 mgr.y (mgr.24491) 3561 : audit [DBG] from='client.28403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:45.282789+0000 mgr.y (mgr.24491) 3562 : cluster [DBG] pgmap v3130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:16:44.987211+0000 mgr.y (mgr.24491) 3561 : audit [DBG] from='client.28403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:16:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:45.282789+0000 mgr.y (mgr.24491) 3562 : cluster [DBG] pgmap v3130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:47] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:16:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:47.283222+0000 mgr.y (mgr.24491) 3563 : cluster [DBG] pgmap v3131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:47.283222+0000 mgr.y (mgr.24491) 3563 : cluster [DBG] pgmap v3131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:47.283222+0000 mgr.y (mgr.24491) 3563 : cluster [DBG] pgmap v3131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:50.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:49.283729+0000 mgr.y (mgr.24491) 3564 : cluster [DBG] pgmap v3132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:49.283729+0000 mgr.y (mgr.24491) 3564 : cluster [DBG] pgmap v3132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:49.283729+0000 mgr.y (mgr.24491) 3564 : cluster [DBG] pgmap v3132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:16:52.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:51.284452+0000 mgr.y (mgr.24491) 3565 : cluster [DBG] pgmap v3133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:51.284452+0000 mgr.y (mgr.24491) 3565 : cluster [DBG] pgmap v3133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:51.284452+0000 mgr.y (mgr.24491) 3565 : cluster [DBG] pgmap v3133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:53.284847+0000 mgr.y (mgr.24491) 3566 : cluster [DBG] pgmap v3134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:53.284847+0000 mgr.y (mgr.24491) 3566 : cluster [DBG] pgmap v3134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:53.284847+0000 mgr.y (mgr.24491) 3566 : cluster [DBG] pgmap v3134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:55.285579+0000 mgr.y (mgr.24491) 3567 : cluster [DBG] pgmap v3135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:55.285579+0000 mgr.y (mgr.24491) 3567 : cluster [DBG] pgmap v3135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:55.285579+0000 mgr.y (mgr.24491) 3567 : cluster [DBG] pgmap v3135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:16:57] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:16:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:16:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:57.286070+0000 mgr.y (mgr.24491) 3568 : cluster [DBG] pgmap v3136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:16:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:57.286070+0000 mgr.y (mgr.24491) 3568 : cluster [DBG] pgmap v3136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:16:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:16:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:57.286070+0000 mgr.y (mgr.24491) 3568 : cluster [DBG] pgmap v3136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:16:59.286595+0000 mgr.y (mgr.24491) 3569 : cluster [DBG] pgmap v3137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:16:59.286595+0000 mgr.y (mgr.24491) 3569 : cluster [DBG] pgmap v3137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:16:59.286595+0000 mgr.y (mgr.24491) 3569 : cluster [DBG] pgmap v3137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:17:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:01.287432+0000 mgr.y (mgr.24491) 3570 : cluster [DBG] pgmap v3138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:01.287432+0000 mgr.y (mgr.24491) 3570 : cluster [DBG] pgmap v3138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:01.287432+0000 mgr.y (mgr.24491) 3570 : cluster [DBG] pgmap v3138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:03.287829+0000 mgr.y (mgr.24491) 3571 : cluster [DBG] pgmap v3139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:03.287829+0000 mgr.y (mgr.24491) 3571 : cluster [DBG] pgmap v3139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:03.287829+0000 mgr.y (mgr.24491) 3571 : cluster [DBG] pgmap v3139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:05.288481+0000 mgr.y (mgr.24491) 3572 : cluster [DBG] pgmap v3140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:05.288481+0000 mgr.y (mgr.24491) 3572 : cluster [DBG] pgmap v3140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:05.288481+0000 mgr.y (mgr.24491) 3572 : cluster [DBG] pgmap v3140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:07] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:17:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:07.288925+0000 mgr.y (mgr.24491) 3573 : cluster [DBG] pgmap v3141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:07.288925+0000 mgr.y (mgr.24491) 3573 : cluster [DBG] pgmap v3141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:07.288925+0000 mgr.y (mgr.24491) 3573 : cluster [DBG] pgmap v3141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:09.289347+0000 mgr.y (mgr.24491) 3574 : cluster [DBG] pgmap v3142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:09.289347+0000 mgr.y (mgr.24491) 3574 : cluster [DBG] pgmap v3142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:09.289347+0000 mgr.y (mgr.24491) 3574 : cluster [DBG] pgmap v3142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:17:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:11.290029+0000 mgr.y (mgr.24491) 3575 : cluster [DBG] pgmap v3143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:11.290029+0000 mgr.y (mgr.24491) 3575 : cluster [DBG] pgmap v3143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:11.290029+0000 mgr.y (mgr.24491) 3575 : cluster [DBG] pgmap v3143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:13.290579+0000 mgr.y (mgr.24491) 3576 : cluster [DBG] pgmap v3144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:13.290579+0000 mgr.y (mgr.24491) 3576 : cluster [DBG] pgmap v3144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:13.290579+0000 mgr.y (mgr.24491) 3576 : cluster [DBG] pgmap v3144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:15.635 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (103m) 38s ago 103m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (103m) 37s ago 103m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (104m) 38s ago 104m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (104m) 37s ago 104m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (108m) 37s ago 108m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (110m) 38s ago 110m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (110m) 38s ago 110m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (108m) 37s ago 108m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (108m) 38s ago 108m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (104m) 38s ago 104m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (104m) 37s ago 104m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:17:15.908 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (108m) 38s ago 108m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:17:15.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (107m) 38s ago 107m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:17:15.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (107m) 38s ago 107m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:17:15.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (106m) 38s ago 106m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:17:15.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (106m) 37s ago 106m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:17:15.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (106m) 37s ago 106m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:17:15.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (105m) 37s ago 105m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:17:15.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (105m) 37s ago 105m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:17:15.909 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (102m) 37s ago 104m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:17:16.241 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:17:16.242 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:17:16.243 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:17:16.243 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:17:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:15.291235+0000 mgr.y (mgr.24491) 3577 : cluster [DBG] pgmap v3145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:17:15.625849+0000 mgr.y (mgr.24491) 3578 : audit [DBG] from='client.18510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:17:15.902604+0000 mgr.y (mgr.24491) 3579 : audit [DBG] from='client.28421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:17:16.243993+0000 mon.c (mon.2) 143 : audit [DBG] from='client.? 172.21.15.177:0/2919080132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:17:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:15.291235+0000 mgr.y (mgr.24491) 3577 : cluster [DBG] pgmap v3145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:17:15.625849+0000 mgr.y (mgr.24491) 3578 : audit [DBG] from='client.18510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:17:15.902604+0000 mgr.y (mgr.24491) 3579 : audit [DBG] from='client.28421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:17:16.243993+0000 mon.c (mon.2) 143 : audit [DBG] from='client.? 172.21.15.177:0/2919080132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:17:17.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:15.291235+0000 mgr.y (mgr.24491) 3577 : cluster [DBG] pgmap v3145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:17.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:17:15.625849+0000 mgr.y (mgr.24491) 3578 : audit [DBG] from='client.18510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:17.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:17:15.902604+0000 mgr.y (mgr.24491) 3579 : audit [DBG] from='client.28421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:17.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:17:16.243993+0000 mon.c (mon.2) 143 : audit [DBG] from='client.? 172.21.15.177:0/2919080132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:17:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:17] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:17:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:17.291608+0000 mgr.y (mgr.24491) 3580 : cluster [DBG] pgmap v3146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:17.291608+0000 mgr.y (mgr.24491) 3580 : cluster [DBG] pgmap v3146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:17.291608+0000 mgr.y (mgr.24491) 3580 : cluster [DBG] pgmap v3146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:19.292047+0000 mgr.y (mgr.24491) 3581 : cluster [DBG] pgmap v3147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:19.292047+0000 mgr.y (mgr.24491) 3581 : cluster [DBG] pgmap v3147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:19.292047+0000 mgr.y (mgr.24491) 3581 : cluster [DBG] pgmap v3147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:17:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:21.292644+0000 mgr.y (mgr.24491) 3582 : cluster [DBG] pgmap v3148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:21.292644+0000 mgr.y (mgr.24491) 3582 : cluster [DBG] pgmap v3148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:21.292644+0000 mgr.y (mgr.24491) 3582 : cluster [DBG] pgmap v3148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:23.293146+0000 mgr.y (mgr.24491) 3583 : cluster [DBG] pgmap v3149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:23.293146+0000 mgr.y (mgr.24491) 3583 : cluster [DBG] pgmap v3149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:23.293146+0000 mgr.y (mgr.24491) 3583 : cluster [DBG] pgmap v3149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:25.293878+0000 mgr.y (mgr.24491) 3584 : cluster [DBG] pgmap v3150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:25.293878+0000 mgr.y (mgr.24491) 3584 : cluster [DBG] pgmap v3150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:25.293878+0000 mgr.y (mgr.24491) 3584 : cluster [DBG] pgmap v3150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:27] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:17:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:27.294273+0000 mgr.y (mgr.24491) 3585 : cluster [DBG] pgmap v3151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:27.294273+0000 mgr.y (mgr.24491) 3585 : cluster [DBG] pgmap v3151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:27.294273+0000 mgr.y (mgr.24491) 3585 : cluster [DBG] pgmap v3151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:29.294875+0000 mgr.y (mgr.24491) 3586 : cluster [DBG] pgmap v3152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:29.294875+0000 mgr.y (mgr.24491) 3586 : cluster [DBG] pgmap v3152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:29.294875+0000 mgr.y (mgr.24491) 3586 : cluster [DBG] pgmap v3152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:17:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:31.295477+0000 mgr.y (mgr.24491) 3587 : cluster [DBG] pgmap v3153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:31.295477+0000 mgr.y (mgr.24491) 3587 : cluster [DBG] pgmap v3153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:31.295477+0000 mgr.y (mgr.24491) 3587 : cluster [DBG] pgmap v3153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:34.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:33.295833+0000 mgr.y (mgr.24491) 3588 : cluster [DBG] pgmap v3154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:33.295833+0000 mgr.y (mgr.24491) 3588 : cluster [DBG] pgmap v3154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:33.295833+0000 mgr.y (mgr.24491) 3588 : cluster [DBG] pgmap v3154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:35.296654+0000 mgr.y (mgr.24491) 3589 : cluster [DBG] pgmap v3155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:35.296654+0000 mgr.y (mgr.24491) 3589 : cluster [DBG] pgmap v3155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:35.296654+0000 mgr.y (mgr.24491) 3589 : cluster [DBG] pgmap v3155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:37] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:17:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:37.297116+0000 mgr.y (mgr.24491) 3590 : cluster [DBG] pgmap v3156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:17:38.311982+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:17:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:17:38.605034+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:17:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:17:38.605659+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:17:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:37.297116+0000 mgr.y (mgr.24491) 3590 : cluster [DBG] pgmap v3156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:17:38.311982+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:17:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:17:38.605034+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:17:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:17:38.605659+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:17:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:37.297116+0000 mgr.y (mgr.24491) 3590 : cluster [DBG] pgmap v3156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:17:38.311982+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:17:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:17:38.605034+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:17:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:17:38.605659+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:17:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:17:38.609949+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:17:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:17:38.609949+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:17:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:17:38.609949+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:17:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:39.297564+0000 mgr.y (mgr.24491) 3591 : cluster [DBG] pgmap v3157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:39.297564+0000 mgr.y (mgr.24491) 3591 : cluster [DBG] pgmap v3157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:39.297564+0000 mgr.y (mgr.24491) 3591 : cluster [DBG] pgmap v3157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:17:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:41.298166+0000 mgr.y (mgr.24491) 3592 : cluster [DBG] pgmap v3158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:41.298166+0000 mgr.y (mgr.24491) 3592 : cluster [DBG] pgmap v3158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:41.298166+0000 mgr.y (mgr.24491) 3592 : cluster [DBG] pgmap v3158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:43.298760+0000 mgr.y (mgr.24491) 3593 : cluster [DBG] pgmap v3159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:43.298760+0000 mgr.y (mgr.24491) 3593 : cluster [DBG] pgmap v3159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:43.298760+0000 mgr.y (mgr.24491) 3593 : cluster [DBG] pgmap v3159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:46.551 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:17:46.831 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:17:46.831 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (103m) 69s ago 104m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:17:46.831 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (104m) 68s ago 104m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:17:46.831 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (105m) 69s ago 105m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:17:46.831 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (105m) 68s ago 105m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:17:46.831 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (108m) 68s ago 108m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:17:46.831 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (110m) 69s ago 110m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:17:46.831 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (110m) 69s ago 110m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:17:46.831 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (109m) 68s ago 109m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:17:46.831 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (109m) 69s ago 109m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:17:46.832 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (104m) 69s ago 104m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:17:46.832 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (104m) 68s ago 104m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:17:46.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (108m) 69s ago 108m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:17:46.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (108m) 69s ago 108m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:17:46.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (107m) 69s ago 107m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:17:46.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (107m) 69s ago 107m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:17:46.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (107m) 68s ago 107m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:17:46.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (106m) 68s ago 106m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:17:46.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (106m) 68s ago 106m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:17:46.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (105m) 68s ago 105m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:17:46.832 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (103m) 68s ago 104m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:17:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:45.299497+0000 mgr.y (mgr.24491) 3594 : cluster [DBG] pgmap v3160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:45.299497+0000 mgr.y (mgr.24491) 3594 : cluster [DBG] pgmap v3160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:45.299497+0000 mgr.y (mgr.24491) 3594 : cluster [DBG] pgmap v3160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:17:47.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:17:47.169 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:17:47.169 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:17:47.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:17:47.169 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:17:47.169 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:17:47.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:47] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:17:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:17:46.542295+0000 mgr.y (mgr.24491) 3595 : audit [DBG] from='client.28433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:17:46.825630+0000 mgr.y (mgr.24491) 3596 : audit [DBG] from='client.18534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:17:47.170148+0000 mon.a (mon.0) 1363 : audit [DBG] from='client.? 172.21.15.177:0/4202526926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:17:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:17:46.542295+0000 mgr.y (mgr.24491) 3595 : audit [DBG] from='client.28433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:17:46.825630+0000 mgr.y (mgr.24491) 3596 : audit [DBG] from='client.18534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:17:47.170148+0000 mon.a (mon.0) 1363 : audit [DBG] from='client.? 172.21.15.177:0/4202526926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:17:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:17:46.542295+0000 mgr.y (mgr.24491) 3595 : audit [DBG] from='client.28433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:17:46.825630+0000 mgr.y (mgr.24491) 3596 : audit [DBG] from='client.18534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:17:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:17:47.170148+0000 mon.a (mon.0) 1363 : audit [DBG] from='client.? 172.21.15.177:0/4202526926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:17:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:47.299902+0000 mgr.y (mgr.24491) 3597 : cluster [DBG] pgmap v3161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:47.299902+0000 mgr.y (mgr.24491) 3597 : cluster [DBG] pgmap v3161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:47.299902+0000 mgr.y (mgr.24491) 3597 : cluster [DBG] pgmap v3161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:49.300772+0000 mgr.y (mgr.24491) 3598 : cluster [DBG] pgmap v3162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:49.300772+0000 mgr.y (mgr.24491) 3598 : cluster [DBG] pgmap v3162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:49.300772+0000 mgr.y (mgr.24491) 3598 : cluster [DBG] pgmap v3162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:17:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:51.301466+0000 mgr.y (mgr.24491) 3599 : cluster [DBG] pgmap v3163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:51.301466+0000 mgr.y (mgr.24491) 3599 : cluster [DBG] pgmap v3163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:51.301466+0000 mgr.y (mgr.24491) 3599 : cluster [DBG] pgmap v3163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:53.301979+0000 mgr.y (mgr.24491) 3600 : cluster [DBG] pgmap v3164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:53.301979+0000 mgr.y (mgr.24491) 3600 : cluster [DBG] pgmap v3164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:53.301979+0000 mgr.y (mgr.24491) 3600 : cluster [DBG] pgmap v3164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:55.302644+0000 mgr.y (mgr.24491) 3601 : cluster [DBG] pgmap v3165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:55.302644+0000 mgr.y (mgr.24491) 3601 : cluster [DBG] pgmap v3165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:55.302644+0000 mgr.y (mgr.24491) 3601 : cluster [DBG] pgmap v3165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:17:57] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:17:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:17:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:57.303160+0000 mgr.y (mgr.24491) 3602 : cluster [DBG] pgmap v3166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:17:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:57.303160+0000 mgr.y (mgr.24491) 3602 : cluster [DBG] pgmap v3166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:17:59.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:17:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:57.303160+0000 mgr.y (mgr.24491) 3602 : cluster [DBG] pgmap v3166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:17:59.303913+0000 mgr.y (mgr.24491) 3603 : cluster [DBG] pgmap v3167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:17:59.303913+0000 mgr.y (mgr.24491) 3603 : cluster [DBG] pgmap v3167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:17:59.303913+0000 mgr.y (mgr.24491) 3603 : cluster [DBG] pgmap v3167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:18:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:01.304450+0000 mgr.y (mgr.24491) 3604 : cluster [DBG] pgmap v3168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:01.304450+0000 mgr.y (mgr.24491) 3604 : cluster [DBG] pgmap v3168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:03.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:01.304450+0000 mgr.y (mgr.24491) 3604 : cluster [DBG] pgmap v3168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:03.304850+0000 mgr.y (mgr.24491) 3605 : cluster [DBG] pgmap v3169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:03.304850+0000 mgr.y (mgr.24491) 3605 : cluster [DBG] pgmap v3169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:05.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:03.304850+0000 mgr.y (mgr.24491) 3605 : cluster [DBG] pgmap v3169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:05.305658+0000 mgr.y (mgr.24491) 3606 : cluster [DBG] pgmap v3170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:05.305658+0000 mgr.y (mgr.24491) 3606 : cluster [DBG] pgmap v3170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:05.305658+0000 mgr.y (mgr.24491) 3606 : cluster [DBG] pgmap v3170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:07] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:18:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:07.306107+0000 mgr.y (mgr.24491) 3607 : cluster [DBG] pgmap v3171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:07.306107+0000 mgr.y (mgr.24491) 3607 : cluster [DBG] pgmap v3171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:07.306107+0000 mgr.y (mgr.24491) 3607 : cluster [DBG] pgmap v3171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:09.306672+0000 mgr.y (mgr.24491) 3608 : cluster [DBG] pgmap v3172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:09.306672+0000 mgr.y (mgr.24491) 3608 : cluster [DBG] pgmap v3172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:09.306672+0000 mgr.y (mgr.24491) 3608 : cluster [DBG] pgmap v3172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:18:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:11.307188+0000 mgr.y (mgr.24491) 3609 : cluster [DBG] pgmap v3173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:11.307188+0000 mgr.y (mgr.24491) 3609 : cluster [DBG] pgmap v3173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:11.307188+0000 mgr.y (mgr.24491) 3609 : cluster [DBG] pgmap v3173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:13.307616+0000 mgr.y (mgr.24491) 3610 : cluster [DBG] pgmap v3174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:13.307616+0000 mgr.y (mgr.24491) 3610 : cluster [DBG] pgmap v3174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:15.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:13.307616+0000 mgr.y (mgr.24491) 3610 : cluster [DBG] pgmap v3174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:15.308340+0000 mgr.y (mgr.24491) 3611 : cluster [DBG] pgmap v3175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:15.308340+0000 mgr.y (mgr.24491) 3611 : cluster [DBG] pgmap v3175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:15.308340+0000 mgr.y (mgr.24491) 3611 : cluster [DBG] pgmap v3175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:17.480 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:18:17.755 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:18:17.755 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (104m) 100s ago 104m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (104m) 99s ago 104m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (105m) 100s ago 105m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (105m) 99s ago 105m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (109m) 99s ago 109m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (111m) 100s ago 111m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (111m) 100s ago 111m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (109m) 99s ago 109m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (109m) 100s ago 109m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (105m) 100s ago 105m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (105m) 99s ago 105m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (109m) 100s ago 109m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (108m) 100s ago 108m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (108m) 100s ago 108m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:18:17.756 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (107m) 100s ago 107m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:18:17.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (107m) 99s ago 107m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:18:17.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (107m) 99s ago 107m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:18:17.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (106m) 99s ago 106m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:18:17.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (106m) 99s ago 106m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:18:17.757 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (104m) 99s ago 105m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:18:18.089 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:18:18.089 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:18:18.089 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:18:18.089 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:18:18.089 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:18:18.089 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:18:18.089 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:18:18.089 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:18:18.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:18:18.090 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:18:18.090 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:18:18.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:18:18.090 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:18:18.090 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:18:18.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:18:18.090 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:18:18.090 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:18:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:18:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:17.308693+0000 mgr.y (mgr.24491) 3612 : cluster [DBG] pgmap v3176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:18:17.470313+0000 mgr.y (mgr.24491) 3613 : audit [DBG] from='client.18546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:18:17.750291+0000 mgr.y (mgr.24491) 3614 : audit [DBG] from='client.28457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:18:18.091319+0000 mon.c (mon.2) 144 : audit [DBG] from='client.? 172.21.15.177:0/1324521750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:18:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:17.308693+0000 mgr.y (mgr.24491) 3612 : cluster [DBG] pgmap v3176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:18:17.470313+0000 mgr.y (mgr.24491) 3613 : audit [DBG] from='client.18546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:18:17.750291+0000 mgr.y (mgr.24491) 3614 : audit [DBG] from='client.28457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:18:18.091319+0000 mon.c (mon.2) 144 : audit [DBG] from='client.? 172.21.15.177:0/1324521750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:18:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:17.308693+0000 mgr.y (mgr.24491) 3612 : cluster [DBG] pgmap v3176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:18:17.470313+0000 mgr.y (mgr.24491) 3613 : audit [DBG] from='client.18546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:18:17.750291+0000 mgr.y (mgr.24491) 3614 : audit [DBG] from='client.28457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:18:18.091319+0000 mon.c (mon.2) 144 : audit [DBG] from='client.? 172.21.15.177:0/1324521750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:18:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:19.309437+0000 mgr.y (mgr.24491) 3615 : cluster [DBG] pgmap v3177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:19.309437+0000 mgr.y (mgr.24491) 3615 : cluster [DBG] pgmap v3177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:19.309437+0000 mgr.y (mgr.24491) 3615 : cluster [DBG] pgmap v3177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:18:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:21.310011+0000 mgr.y (mgr.24491) 3616 : cluster [DBG] pgmap v3178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:21.310011+0000 mgr.y (mgr.24491) 3616 : cluster [DBG] pgmap v3178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:21.310011+0000 mgr.y (mgr.24491) 3616 : cluster [DBG] pgmap v3178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:23.310415+0000 mgr.y (mgr.24491) 3617 : cluster [DBG] pgmap v3179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:25.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:23.310415+0000 mgr.y (mgr.24491) 3617 : cluster [DBG] pgmap v3179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:23.310415+0000 mgr.y (mgr.24491) 3617 : cluster [DBG] pgmap v3179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:25.311320+0000 mgr.y (mgr.24491) 3618 : cluster [DBG] pgmap v3180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:25.311320+0000 mgr.y (mgr.24491) 3618 : cluster [DBG] pgmap v3180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:25.311320+0000 mgr.y (mgr.24491) 3618 : cluster [DBG] pgmap v3180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:18:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:27.311655+0000 mgr.y (mgr.24491) 3619 : cluster [DBG] pgmap v3181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:27.311655+0000 mgr.y (mgr.24491) 3619 : cluster [DBG] pgmap v3181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:27.311655+0000 mgr.y (mgr.24491) 3619 : cluster [DBG] pgmap v3181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:29.312392+0000 mgr.y (mgr.24491) 3620 : cluster [DBG] pgmap v3182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:29.312392+0000 mgr.y (mgr.24491) 3620 : cluster [DBG] pgmap v3182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:29.312392+0000 mgr.y (mgr.24491) 3620 : cluster [DBG] pgmap v3182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:18:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:31.312930+0000 mgr.y (mgr.24491) 3621 : cluster [DBG] pgmap v3183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:31.312930+0000 mgr.y (mgr.24491) 3621 : cluster [DBG] pgmap v3183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:31.312930+0000 mgr.y (mgr.24491) 3621 : cluster [DBG] pgmap v3183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:33.313401+0000 mgr.y (mgr.24491) 3622 : cluster [DBG] pgmap v3184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:33.313401+0000 mgr.y (mgr.24491) 3622 : cluster [DBG] pgmap v3184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:33.313401+0000 mgr.y (mgr.24491) 3622 : cluster [DBG] pgmap v3184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:35.314182+0000 mgr.y (mgr.24491) 3623 : cluster [DBG] pgmap v3185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:35.314182+0000 mgr.y (mgr.24491) 3623 : cluster [DBG] pgmap v3185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:35.314182+0000 mgr.y (mgr.24491) 3623 : cluster [DBG] pgmap v3185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:37] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:18:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:37.314566+0000 mgr.y (mgr.24491) 3624 : cluster [DBG] pgmap v3186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:18:38.615528+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:18:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:37.314566+0000 mgr.y (mgr.24491) 3624 : cluster [DBG] pgmap v3186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:18:38.615528+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:18:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:37.314566+0000 mgr.y (mgr.24491) 3624 : cluster [DBG] pgmap v3186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:18:38.615528+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:18:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:18:38.910855+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:18:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:18:38.911473+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:18:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:18:38.918149+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:18:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:18:38.910855+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:18:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:18:38.911473+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:18:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:18:38.918149+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:18:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:18:38.910855+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:18:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:18:38.911473+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:18:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:18:38.918149+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:18:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:39.315350+0000 mgr.y (mgr.24491) 3625 : cluster [DBG] pgmap v3187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:18:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:39.315350+0000 mgr.y (mgr.24491) 3625 : cluster [DBG] pgmap v3187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:39.315350+0000 mgr.y (mgr.24491) 3625 : cluster [DBG] pgmap v3187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:41.315868+0000 mgr.y (mgr.24491) 3626 : cluster [DBG] pgmap v3188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:43.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:41.315868+0000 mgr.y (mgr.24491) 3626 : cluster [DBG] pgmap v3188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:41.315868+0000 mgr.y (mgr.24491) 3626 : cluster [DBG] pgmap v3188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:43.316387+0000 mgr.y (mgr.24491) 3627 : cluster [DBG] pgmap v3189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:45.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:43.316387+0000 mgr.y (mgr.24491) 3627 : cluster [DBG] pgmap v3189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:43.316387+0000 mgr.y (mgr.24491) 3627 : cluster [DBG] pgmap v3189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:45.317034+0000 mgr.y (mgr.24491) 3628 : cluster [DBG] pgmap v3190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:47.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:45.317034+0000 mgr.y (mgr.24491) 3628 : cluster [DBG] pgmap v3190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:45.317034+0000 mgr.y (mgr.24491) 3628 : cluster [DBG] pgmap v3190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:47] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:18:48.400 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:18:48.675 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:18:48.675 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (104m) 2m ago 105m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:18:48.675 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (105m) 2m ago 105m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:18:48.676 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (106m) 2m ago 106m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:18:48.676 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (106m) 2m ago 106m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:18:48.676 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (109m) 2m ago 109m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:18:48.676 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (111m) 2m ago 111m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:18:48.676 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (111m) 2m ago 111m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:18:48.676 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (110m) 2m ago 110m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:18:48.676 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (110m) 2m ago 110m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:18:48.676 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (105m) 2m ago 105m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:18:48.676 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (105m) 2m ago 105m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:18:48.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (109m) 2m ago 109m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:18:48.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (109m) 2m ago 109m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:18:48.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (108m) 2m ago 108m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:18:48.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (108m) 2m ago 108m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:18:48.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (108m) 2m ago 108m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:18:48.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (107m) 2m ago 107m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:18:48.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (107m) 2m ago 107m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:18:48.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (106m) 2m ago 106m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:18:48.677 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (104m) 2m ago 105m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:18:49.010 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:18:49.010 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:18:49.010 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:18:49.010 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:18:49.010 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:18:49.010 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:18:49.010 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:18:49.011 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:18:49.011 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:18:49.011 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:18:49.011 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:18:49.011 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:18:49.011 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:18:49.011 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:18:49.011 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:18:49.011 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:18:49.011 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:18:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:47.317483+0000 mgr.y (mgr.24491) 3629 : cluster [DBG] pgmap v3191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:49.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:47.317483+0000 mgr.y (mgr.24491) 3629 : cluster [DBG] pgmap v3191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:47.317483+0000 mgr.y (mgr.24491) 3629 : cluster [DBG] pgmap v3191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:18:48.390545+0000 mgr.y (mgr.24491) 3630 : audit [DBG] from='client.18564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:18:48.669689+0000 mgr.y (mgr.24491) 3631 : audit [DBG] from='client.28475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:18:49.012332+0000 mon.a (mon.0) 1368 : audit [DBG] from='client.? 172.21.15.177:0/2271734715' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:18:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:18:48.390545+0000 mgr.y (mgr.24491) 3630 : audit [DBG] from='client.18564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:18:48.669689+0000 mgr.y (mgr.24491) 3631 : audit [DBG] from='client.28475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:18:49.012332+0000 mon.a (mon.0) 1368 : audit [DBG] from='client.? 172.21.15.177:0/2271734715' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:18:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:18:48.390545+0000 mgr.y (mgr.24491) 3630 : audit [DBG] from='client.18564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:18:48.669689+0000 mgr.y (mgr.24491) 3631 : audit [DBG] from='client.28475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:18:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:18:49.012332+0000 mon.a (mon.0) 1368 : audit [DBG] from='client.? 172.21.15.177:0/2271734715' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:18:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:49.318180+0000 mgr.y (mgr.24491) 3632 : cluster [DBG] pgmap v3192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:18:51.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:49.318180+0000 mgr.y (mgr.24491) 3632 : cluster [DBG] pgmap v3192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:49.318180+0000 mgr.y (mgr.24491) 3632 : cluster [DBG] pgmap v3192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:51.318539+0000 mgr.y (mgr.24491) 3633 : cluster [DBG] pgmap v3193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:51.318539+0000 mgr.y (mgr.24491) 3633 : cluster [DBG] pgmap v3193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:53.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:51.318539+0000 mgr.y (mgr.24491) 3633 : cluster [DBG] pgmap v3193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:53.319000+0000 mgr.y (mgr.24491) 3634 : cluster [DBG] pgmap v3194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:55.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:53.319000+0000 mgr.y (mgr.24491) 3634 : cluster [DBG] pgmap v3194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:53.319000+0000 mgr.y (mgr.24491) 3634 : cluster [DBG] pgmap v3194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:55.319649+0000 mgr.y (mgr.24491) 3635 : cluster [DBG] pgmap v3195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:57.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:55.319649+0000 mgr.y (mgr.24491) 3635 : cluster [DBG] pgmap v3195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:55.319649+0000 mgr.y (mgr.24491) 3635 : cluster [DBG] pgmap v3195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:18:57] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:18:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:18:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:57.320070+0000 mgr.y (mgr.24491) 3636 : cluster [DBG] pgmap v3196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:18:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:57.320070+0000 mgr.y (mgr.24491) 3636 : cluster [DBG] pgmap v3196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:18:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:18:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:57.320070+0000 mgr.y (mgr.24491) 3636 : cluster [DBG] pgmap v3196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:18:59.320891+0000 mgr.y (mgr.24491) 3637 : cluster [DBG] pgmap v3197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:19:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:18:59.320891+0000 mgr.y (mgr.24491) 3637 : cluster [DBG] pgmap v3197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:18:59.320891+0000 mgr.y (mgr.24491) 3637 : cluster [DBG] pgmap v3197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:01.321362+0000 mgr.y (mgr.24491) 3638 : cluster [DBG] pgmap v3198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:01.321362+0000 mgr.y (mgr.24491) 3638 : cluster [DBG] pgmap v3198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:03.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:01.321362+0000 mgr.y (mgr.24491) 3638 : cluster [DBG] pgmap v3198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:03.321863+0000 mgr.y (mgr.24491) 3639 : cluster [DBG] pgmap v3199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:03.321863+0000 mgr.y (mgr.24491) 3639 : cluster [DBG] pgmap v3199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:05.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:03.321863+0000 mgr.y (mgr.24491) 3639 : cluster [DBG] pgmap v3199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:05.322704+0000 mgr.y (mgr.24491) 3640 : cluster [DBG] pgmap v3200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:05.322704+0000 mgr.y (mgr.24491) 3640 : cluster [DBG] pgmap v3200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:07.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:05.322704+0000 mgr.y (mgr.24491) 3640 : cluster [DBG] pgmap v3200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:07] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:19:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:07.323086+0000 mgr.y (mgr.24491) 3641 : cluster [DBG] pgmap v3201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:07.323086+0000 mgr.y (mgr.24491) 3641 : cluster [DBG] pgmap v3201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:07.323086+0000 mgr.y (mgr.24491) 3641 : cluster [DBG] pgmap v3201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:09.323887+0000 mgr.y (mgr.24491) 3642 : cluster [DBG] pgmap v3202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:19:11.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:09.323887+0000 mgr.y (mgr.24491) 3642 : cluster [DBG] pgmap v3202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:09.323887+0000 mgr.y (mgr.24491) 3642 : cluster [DBG] pgmap v3202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:11.324254+0000 mgr.y (mgr.24491) 3643 : cluster [DBG] pgmap v3203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:11.324254+0000 mgr.y (mgr.24491) 3643 : cluster [DBG] pgmap v3203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:11.324254+0000 mgr.y (mgr.24491) 3643 : cluster [DBG] pgmap v3203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:13.324716+0000 mgr.y (mgr.24491) 3644 : cluster [DBG] pgmap v3204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:15.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:13.324716+0000 mgr.y (mgr.24491) 3644 : cluster [DBG] pgmap v3204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:13.324716+0000 mgr.y (mgr.24491) 3644 : cluster [DBG] pgmap v3204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:15.325593+0000 mgr.y (mgr.24491) 3645 : cluster [DBG] pgmap v3205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:17.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:15.325593+0000 mgr.y (mgr.24491) 3645 : cluster [DBG] pgmap v3205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:15.325593+0000 mgr.y (mgr.24491) 3645 : cluster [DBG] pgmap v3205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:19:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:17.326119+0000 mgr.y (mgr.24491) 3646 : cluster [DBG] pgmap v3206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:19.318 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:19:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:17.326119+0000 mgr.y (mgr.24491) 3646 : cluster [DBG] pgmap v3206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:19.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:17.326119+0000 mgr.y (mgr.24491) 3646 : cluster [DBG] pgmap v3206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:19.591 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:19:19.591 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (105m) 2m ago 105m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:19:19.591 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (105m) 2m ago 105m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:19:19.591 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (107m) 2m ago 107m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:19:19.591 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (106m) 2m ago 106m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:19:19.591 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (110m) 2m ago 110m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (112m) 2m ago 112m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (112m) 2m ago 112m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (110m) 2m ago 110m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (110m) 2m ago 110m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (106m) 2m ago 106m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (106m) 2m ago 106m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (110m) 2m ago 110m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (109m) 2m ago 109m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (109m) 2m ago 109m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (108m) 2m ago 108m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (108m) 2m ago 108m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (108m) 2m ago 108m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (107m) 2m ago 107m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:19:19.592 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (107m) 2m ago 107m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:19:19.593 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (105m) 2m ago 106m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:19:19.921 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:19:19.921 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:19:19.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:19:19.921 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:19:19.921 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:19:19.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:19:19.921 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:19:19.921 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:19:19.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:19:19.921 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:19:19.921 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:19:19.922 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:19:19.922 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:19:19.922 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:19:19.922 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:19:19.922 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:19:19.922 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:19:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:19:19.923361+0000 mon.c (mon.2) 145 : audit [DBG] from='client.? 172.21.15.177:0/3785289641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:19:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:19:19.923361+0000 mon.c (mon.2) 145 : audit [DBG] from='client.? 172.21.15.177:0/3785289641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:19:20.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:19:19.923361+0000 mon.c (mon.2) 145 : audit [DBG] from='client.? 172.21.15.177:0/3785289641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:19:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:19:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:19:19.308915+0000 mgr.y (mgr.24491) 3647 : audit [DBG] from='client.18582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:19.326667+0000 mgr.y (mgr.24491) 3648 : cluster [DBG] pgmap v3207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:19:19.585607+0000 mgr.y (mgr.24491) 3649 : audit [DBG] from='client.18588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:21.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:19:19.308915+0000 mgr.y (mgr.24491) 3647 : audit [DBG] from='client.18582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:21.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:19.326667+0000 mgr.y (mgr.24491) 3648 : cluster [DBG] pgmap v3207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:19:19.585607+0000 mgr.y (mgr.24491) 3649 : audit [DBG] from='client.18588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:19:19.308915+0000 mgr.y (mgr.24491) 3647 : audit [DBG] from='client.18582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:19.326667+0000 mgr.y (mgr.24491) 3648 : cluster [DBG] pgmap v3207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:19:19.585607+0000 mgr.y (mgr.24491) 3649 : audit [DBG] from='client.18588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:22.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:21.327131+0000 mgr.y (mgr.24491) 3650 : cluster [DBG] pgmap v3208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:21.327131+0000 mgr.y (mgr.24491) 3650 : cluster [DBG] pgmap v3208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:21.327131+0000 mgr.y (mgr.24491) 3650 : cluster [DBG] pgmap v3208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:24.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:23.327646+0000 mgr.y (mgr.24491) 3651 : cluster [DBG] pgmap v3209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:23.327646+0000 mgr.y (mgr.24491) 3651 : cluster [DBG] pgmap v3209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:23.327646+0000 mgr.y (mgr.24491) 3651 : cluster [DBG] pgmap v3209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:25.328486+0000 mgr.y (mgr.24491) 3652 : cluster [DBG] pgmap v3210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:25.328486+0000 mgr.y (mgr.24491) 3652 : cluster [DBG] pgmap v3210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:25.328486+0000 mgr.y (mgr.24491) 3652 : cluster [DBG] pgmap v3210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:19:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:27.328934+0000 mgr.y (mgr.24491) 3653 : cluster [DBG] pgmap v3211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:27.328934+0000 mgr.y (mgr.24491) 3653 : cluster [DBG] pgmap v3211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:27.328934+0000 mgr.y (mgr.24491) 3653 : cluster [DBG] pgmap v3211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:29.329586+0000 mgr.y (mgr.24491) 3654 : cluster [DBG] pgmap v3212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:30.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:29.329586+0000 mgr.y (mgr.24491) 3654 : cluster [DBG] pgmap v3212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:29.329586+0000 mgr.y (mgr.24491) 3654 : cluster [DBG] pgmap v3212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:19:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:31.330009+0000 mgr.y (mgr.24491) 3655 : cluster [DBG] pgmap v3213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:31.330009+0000 mgr.y (mgr.24491) 3655 : cluster [DBG] pgmap v3213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:31.330009+0000 mgr.y (mgr.24491) 3655 : cluster [DBG] pgmap v3213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:33.330433+0000 mgr.y (mgr.24491) 3656 : cluster [DBG] pgmap v3214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:33.330433+0000 mgr.y (mgr.24491) 3656 : cluster [DBG] pgmap v3214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:33.330433+0000 mgr.y (mgr.24491) 3656 : cluster [DBG] pgmap v3214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:35.331166+0000 mgr.y (mgr.24491) 3657 : cluster [DBG] pgmap v3215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:35.331166+0000 mgr.y (mgr.24491) 3657 : cluster [DBG] pgmap v3215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:35.331166+0000 mgr.y (mgr.24491) 3657 : cluster [DBG] pgmap v3215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:37] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:19:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:37.331756+0000 mgr.y (mgr.24491) 3658 : cluster [DBG] pgmap v3216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:37.331756+0000 mgr.y (mgr.24491) 3658 : cluster [DBG] pgmap v3216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:37.331756+0000 mgr.y (mgr.24491) 3658 : cluster [DBG] pgmap v3216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:19:38.922582+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:19:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:19:39.163080+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:19:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:19:38.922582+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:19:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:19:39.163080+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:19:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:19:38.922582+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:19:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:19:39.163080+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:19:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:39.332499+0000 mgr.y (mgr.24491) 3659 : cluster [DBG] pgmap v3217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:19:39.447279+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:19:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:19:39.447930+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:19:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:19:39.452086+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:19:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:39.332499+0000 mgr.y (mgr.24491) 3659 : cluster [DBG] pgmap v3217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:19:39.447279+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:19:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:19:39.447930+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:19:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:19:39.452086+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:19:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:39.332499+0000 mgr.y (mgr.24491) 3659 : cluster [DBG] pgmap v3217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:19:39.447279+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:19:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:19:39.447930+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:19:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:19:39.452086+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:19:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:19:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:41.332865+0000 mgr.y (mgr.24491) 3660 : cluster [DBG] pgmap v3218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:41.332865+0000 mgr.y (mgr.24491) 3660 : cluster [DBG] pgmap v3218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:41.332865+0000 mgr.y (mgr.24491) 3660 : cluster [DBG] pgmap v3218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:43.333312+0000 mgr.y (mgr.24491) 3661 : cluster [DBG] pgmap v3219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:43.333312+0000 mgr.y (mgr.24491) 3661 : cluster [DBG] pgmap v3219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:43.333312+0000 mgr.y (mgr.24491) 3661 : cluster [DBG] pgmap v3219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:45.334037+0000 mgr.y (mgr.24491) 3662 : cluster [DBG] pgmap v3220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:45.334037+0000 mgr.y (mgr.24491) 3662 : cluster [DBG] pgmap v3220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:45.334037+0000 mgr.y (mgr.24491) 3662 : cluster [DBG] pgmap v3220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:47] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:19:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:47.334608+0000 mgr.y (mgr.24491) 3663 : cluster [DBG] pgmap v3221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:47.334608+0000 mgr.y (mgr.24491) 3663 : cluster [DBG] pgmap v3221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:47.334608+0000 mgr.y (mgr.24491) 3663 : cluster [DBG] pgmap v3221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:50.233 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:19:50.511 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:19:50.511 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (105m) 3m ago 106m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:19:50.511 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (106m) 3m ago 106m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:19:50.511 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (107m) 3m ago 107m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:19:50.512 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (107m) 3m ago 107m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:19:50.512 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (110m) 3m ago 110m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:19:50.512 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (112m) 3m ago 112m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:19:50.512 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (112m) 3m ago 112m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:19:50.512 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (111m) 3m ago 111m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:19:50.512 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (111m) 3m ago 111m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:19:50.512 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (106m) 3m ago 106m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:19:50.512 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (106m) 3m ago 106m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:19:50.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (110m) 3m ago 110m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:19:50.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (110m) 3m ago 110m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:19:50.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (109m) 3m ago 109m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:19:50.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (109m) 3m ago 109m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:19:50.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (109m) 3m ago 109m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:19:50.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (108m) 3m ago 108m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:19:50.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (108m) 3m ago 108m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:19:50.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (107m) 3m ago 107m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:19:50.513 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (105m) 3m ago 106m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:19:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:49.335208+0000 mgr.y (mgr.24491) 3664 : cluster [DBG] pgmap v3222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:50.845 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:19:50.845 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:19:50.845 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:19:50.845 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:19:50.845 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:19:50.845 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:19:50.846 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:19:50.846 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:19:50.846 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:19:50.846 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:19:50.846 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:19:50.846 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:19:50.846 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:19:50.846 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:19:50.846 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:19:50.846 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:19:50.847 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:19:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:49.335208+0000 mgr.y (mgr.24491) 3664 : cluster [DBG] pgmap v3222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:49.335208+0000 mgr.y (mgr.24491) 3664 : cluster [DBG] pgmap v3222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:51.434 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:19:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:19:50.223429+0000 mgr.y (mgr.24491) 3665 : audit [DBG] from='client.28505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:19:50.505996+0000 mgr.y (mgr.24491) 3666 : audit [DBG] from='client.28511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:19:50.847270+0000 mon.a (mon.0) 1374 : audit [DBG] from='client.? 172.21.15.177:0/921817043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:19:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:19:50.223429+0000 mgr.y (mgr.24491) 3665 : audit [DBG] from='client.28505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:19:50.505996+0000 mgr.y (mgr.24491) 3666 : audit [DBG] from='client.28511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:19:50.847270+0000 mon.a (mon.0) 1374 : audit [DBG] from='client.? 172.21.15.177:0/921817043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:19:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:19:50.223429+0000 mgr.y (mgr.24491) 3665 : audit [DBG] from='client.28505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:19:50.505996+0000 mgr.y (mgr.24491) 3666 : audit [DBG] from='client.28511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:19:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:19:50.847270+0000 mon.a (mon.0) 1374 : audit [DBG] from='client.? 172.21.15.177:0/921817043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:19:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:51.335726+0000 mgr.y (mgr.24491) 3667 : cluster [DBG] pgmap v3223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:51.335726+0000 mgr.y (mgr.24491) 3667 : cluster [DBG] pgmap v3223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:51.335726+0000 mgr.y (mgr.24491) 3667 : cluster [DBG] pgmap v3223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:53.336304+0000 mgr.y (mgr.24491) 3668 : cluster [DBG] pgmap v3224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:53.336304+0000 mgr.y (mgr.24491) 3668 : cluster [DBG] pgmap v3224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:53.336304+0000 mgr.y (mgr.24491) 3668 : cluster [DBG] pgmap v3224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:55.337047+0000 mgr.y (mgr.24491) 3669 : cluster [DBG] pgmap v3225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:55.337047+0000 mgr.y (mgr.24491) 3669 : cluster [DBG] pgmap v3225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:55.337047+0000 mgr.y (mgr.24491) 3669 : cluster [DBG] pgmap v3225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:19:57] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:19:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:19:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:57.337549+0000 mgr.y (mgr.24491) 3670 : cluster [DBG] pgmap v3226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:19:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:57.337549+0000 mgr.y (mgr.24491) 3670 : cluster [DBG] pgmap v3226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:19:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:19:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:57.337549+0000 mgr.y (mgr.24491) 3670 : cluster [DBG] pgmap v3226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T05:19:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:20:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:19:59.338178+0000 mgr.y (mgr.24491) 3671 : cluster [DBG] pgmap v3227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:00.000177+0000 mon.a (mon.0) 1375 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:20:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:19:59.338178+0000 mgr.y (mgr.24491) 3671 : cluster [DBG] pgmap v3227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:00.000177+0000 mon.a (mon.0) 1375 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:20:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:19:59.338178+0000 mgr.y (mgr.24491) 3671 : cluster [DBG] pgmap v3227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:00.000177+0000 mon.a (mon.0) 1375 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:20:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:20:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:01.338588+0000 mgr.y (mgr.24491) 3672 : cluster [DBG] pgmap v3228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:01.338588+0000 mgr.y (mgr.24491) 3672 : cluster [DBG] pgmap v3228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:01.338588+0000 mgr.y (mgr.24491) 3672 : cluster [DBG] pgmap v3228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:03.338996+0000 mgr.y (mgr.24491) 3673 : cluster [DBG] pgmap v3229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:03.338996+0000 mgr.y (mgr.24491) 3673 : cluster [DBG] pgmap v3229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:03.338996+0000 mgr.y (mgr.24491) 3673 : cluster [DBG] pgmap v3229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:05.339633+0000 mgr.y (mgr.24491) 3674 : cluster [DBG] pgmap v3230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:05.339633+0000 mgr.y (mgr.24491) 3674 : cluster [DBG] pgmap v3230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:05.339633+0000 mgr.y (mgr.24491) 3674 : cluster [DBG] pgmap v3230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:07] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:20:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:07.340132+0000 mgr.y (mgr.24491) 3675 : cluster [DBG] pgmap v3231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:07.340132+0000 mgr.y (mgr.24491) 3675 : cluster [DBG] pgmap v3231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:07.340132+0000 mgr.y (mgr.24491) 3675 : cluster [DBG] pgmap v3231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:09.340796+0000 mgr.y (mgr.24491) 3676 : cluster [DBG] pgmap v3232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:09.340796+0000 mgr.y (mgr.24491) 3676 : cluster [DBG] pgmap v3232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:09.340796+0000 mgr.y (mgr.24491) 3676 : cluster [DBG] pgmap v3232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:20:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:11.341281+0000 mgr.y (mgr.24491) 3677 : cluster [DBG] pgmap v3233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:11.341281+0000 mgr.y (mgr.24491) 3677 : cluster [DBG] pgmap v3233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:11.341281+0000 mgr.y (mgr.24491) 3677 : cluster [DBG] pgmap v3233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:13.341747+0000 mgr.y (mgr.24491) 3678 : cluster [DBG] pgmap v3234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:13.341747+0000 mgr.y (mgr.24491) 3678 : cluster [DBG] pgmap v3234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:13.341747+0000 mgr.y (mgr.24491) 3678 : cluster [DBG] pgmap v3234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:15.342405+0000 mgr.y (mgr.24491) 3679 : cluster [DBG] pgmap v3235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:15.342405+0000 mgr.y (mgr.24491) 3679 : cluster [DBG] pgmap v3235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:15.342405+0000 mgr.y (mgr.24491) 3679 : cluster [DBG] pgmap v3235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:20:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:17.342884+0000 mgr.y (mgr.24491) 3680 : cluster [DBG] pgmap v3236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:17.342884+0000 mgr.y (mgr.24491) 3680 : cluster [DBG] pgmap v3236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:17.342884+0000 mgr.y (mgr.24491) 3680 : cluster [DBG] pgmap v3236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:19.343491+0000 mgr.y (mgr.24491) 3681 : cluster [DBG] pgmap v3237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:19.343491+0000 mgr.y (mgr.24491) 3681 : cluster [DBG] pgmap v3237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:19.343491+0000 mgr.y (mgr.24491) 3681 : cluster [DBG] pgmap v3237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:21.157 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:20:21.431 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:20:21.431 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (106m) 3m ago 107m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:20:21.431 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (106m) 3m ago 106m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:20:21.431 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (108m) 3m ago 108m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:20:21.431 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (108m) 3m ago 107m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:20:21.431 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (111m) 3m ago 111m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:20:21.431 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (113m) 3m ago 113m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (113m) 3m ago 113m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (111m) 3m ago 111m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (111m) 3m ago 111m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (107m) 3m ago 107m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (107m) 3m ago 107m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (111m) 3m ago 111m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (110m) 3m ago 110m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (110m) 3m ago 110m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (109m) 3m ago 109m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (109m) 3m ago 109m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (109m) 3m ago 109m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (108m) 3m ago 108m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (108m) 3m ago 108m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:20:21.432 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (106m) 3m ago 107m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:20:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:20:21.763 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:20:21.764 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:20:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:20:21.146647+0000 mgr.y (mgr.24491) 3682 : audit [DBG] from='client.18618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:21.343858+0000 mgr.y (mgr.24491) 3683 : cluster [DBG] pgmap v3238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:20:21.425927+0000 mgr.y (mgr.24491) 3684 : audit [DBG] from='client.18624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:20:21.765976+0000 mon.a (mon.0) 1376 : audit [DBG] from='client.? 172.21.15.177:0/2077517032' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:20:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:20:21.146647+0000 mgr.y (mgr.24491) 3682 : audit [DBG] from='client.18618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:21.343858+0000 mgr.y (mgr.24491) 3683 : cluster [DBG] pgmap v3238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:20:21.425927+0000 mgr.y (mgr.24491) 3684 : audit [DBG] from='client.18624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:20:21.765976+0000 mon.a (mon.0) 1376 : audit [DBG] from='client.? 172.21.15.177:0/2077517032' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:20:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:20:21.146647+0000 mgr.y (mgr.24491) 3682 : audit [DBG] from='client.18618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:21.343858+0000 mgr.y (mgr.24491) 3683 : cluster [DBG] pgmap v3238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:20:21.425927+0000 mgr.y (mgr.24491) 3684 : audit [DBG] from='client.18624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:20:21.765976+0000 mon.a (mon.0) 1376 : audit [DBG] from='client.? 172.21.15.177:0/2077517032' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:20:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:23.344239+0000 mgr.y (mgr.24491) 3685 : cluster [DBG] pgmap v3239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:23.344239+0000 mgr.y (mgr.24491) 3685 : cluster [DBG] pgmap v3239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:23.344239+0000 mgr.y (mgr.24491) 3685 : cluster [DBG] pgmap v3239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:25.345009+0000 mgr.y (mgr.24491) 3686 : cluster [DBG] pgmap v3240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:25.345009+0000 mgr.y (mgr.24491) 3686 : cluster [DBG] pgmap v3240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:25.345009+0000 mgr.y (mgr.24491) 3686 : cluster [DBG] pgmap v3240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:20:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:27.345498+0000 mgr.y (mgr.24491) 3687 : cluster [DBG] pgmap v3241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:27.345498+0000 mgr.y (mgr.24491) 3687 : cluster [DBG] pgmap v3241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:27.345498+0000 mgr.y (mgr.24491) 3687 : cluster [DBG] pgmap v3241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:29.346265+0000 mgr.y (mgr.24491) 3688 : cluster [DBG] pgmap v3242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:29.346265+0000 mgr.y (mgr.24491) 3688 : cluster [DBG] pgmap v3242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:29.346265+0000 mgr.y (mgr.24491) 3688 : cluster [DBG] pgmap v3242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:20:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:31.346744+0000 mgr.y (mgr.24491) 3689 : cluster [DBG] pgmap v3243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:31.346744+0000 mgr.y (mgr.24491) 3689 : cluster [DBG] pgmap v3243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:31.346744+0000 mgr.y (mgr.24491) 3689 : cluster [DBG] pgmap v3243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:33.347232+0000 mgr.y (mgr.24491) 3690 : cluster [DBG] pgmap v3244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:33.347232+0000 mgr.y (mgr.24491) 3690 : cluster [DBG] pgmap v3244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:33.347232+0000 mgr.y (mgr.24491) 3690 : cluster [DBG] pgmap v3244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:35.348048+0000 mgr.y (mgr.24491) 3691 : cluster [DBG] pgmap v3245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:35.348048+0000 mgr.y (mgr.24491) 3691 : cluster [DBG] pgmap v3245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:35.348048+0000 mgr.y (mgr.24491) 3691 : cluster [DBG] pgmap v3245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:37] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:20:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:37.348593+0000 mgr.y (mgr.24491) 3692 : cluster [DBG] pgmap v3246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:37.348593+0000 mgr.y (mgr.24491) 3692 : cluster [DBG] pgmap v3246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:37.348593+0000 mgr.y (mgr.24491) 3692 : cluster [DBG] pgmap v3246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:39.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:20:39.456377+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:20:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:20:39.456377+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:20:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:20:39.456377+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:20:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:39.349215+0000 mgr.y (mgr.24491) 3693 : cluster [DBG] pgmap v3247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:20:39.702045+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:20:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:20:39.980496+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:20:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:20:39.981202+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:20:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:20:39.986107+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:20:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:39.349215+0000 mgr.y (mgr.24491) 3693 : cluster [DBG] pgmap v3247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:20:39.702045+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:20:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:20:39.980496+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:20:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:20:39.981202+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:20:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:20:39.986107+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:20:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:39.349215+0000 mgr.y (mgr.24491) 3693 : cluster [DBG] pgmap v3247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:20:39.702045+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:20:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:20:39.980496+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:20:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:20:39.981202+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:20:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:20:39.986107+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:20:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:20:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:41.349804+0000 mgr.y (mgr.24491) 3694 : cluster [DBG] pgmap v3248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:43.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:41.349804+0000 mgr.y (mgr.24491) 3694 : cluster [DBG] pgmap v3248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:41.349804+0000 mgr.y (mgr.24491) 3694 : cluster [DBG] pgmap v3248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:43.350268+0000 mgr.y (mgr.24491) 3695 : cluster [DBG] pgmap v3249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:43.350268+0000 mgr.y (mgr.24491) 3695 : cluster [DBG] pgmap v3249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:43.350268+0000 mgr.y (mgr.24491) 3695 : cluster [DBG] pgmap v3249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:45.350902+0000 mgr.y (mgr.24491) 3696 : cluster [DBG] pgmap v3250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:45.350902+0000 mgr.y (mgr.24491) 3696 : cluster [DBG] pgmap v3250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:45.350902+0000 mgr.y (mgr.24491) 3696 : cluster [DBG] pgmap v3250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:47] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:20:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:47.351370+0000 mgr.y (mgr.24491) 3697 : cluster [DBG] pgmap v3251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:49.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:47.351370+0000 mgr.y (mgr.24491) 3697 : cluster [DBG] pgmap v3251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:47.351370+0000 mgr.y (mgr.24491) 3697 : cluster [DBG] pgmap v3251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:49.351989+0000 mgr.y (mgr.24491) 3698 : cluster [DBG] pgmap v3252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:49.351989+0000 mgr.y (mgr.24491) 3698 : cluster [DBG] pgmap v3252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:49.351989+0000 mgr.y (mgr.24491) 3698 : cluster [DBG] pgmap v3252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:20:52.073 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:20:52.347 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:20:52.348 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (106m) 4m ago 107m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:20:52.348 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (107m) 4m ago 107m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:20:52.348 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (108m) 4m ago 108m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:20:52.348 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (108m) 4m ago 108m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:20:52.348 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (111m) 4m ago 111m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:20:52.348 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (113m) 4m ago 113m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:20:52.348 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (113m) 4m ago 113m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:20:52.348 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (112m) 4m ago 112m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:20:52.348 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (112m) 4m ago 112m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:20:52.349 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (107m) 4m ago 107m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:20:52.349 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (107m) 4m ago 107m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:20:52.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (111m) 4m ago 111m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:20:52.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (111m) 4m ago 111m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:20:52.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (110m) 4m ago 110m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:20:52.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (110m) 4m ago 110m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:20:52.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (110m) 4m ago 110m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:20:52.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (109m) 4m ago 109m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:20:52.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (109m) 4m ago 109m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:20:52.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (108m) 4m ago 108m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:20:52.350 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (106m) 4m ago 107m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:20:52.692 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:20:52.692 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:20:52.692 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:20:52.692 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:20:52.692 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:20:52.692 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:20:52.692 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:20:52.692 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:20:52.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:20:52.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:20:52.693 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:20:52.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:20:52.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:20:52.693 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:20:52.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:20:52.693 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:20:52.693 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:20:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:51.352401+0000 mgr.y (mgr.24491) 3699 : cluster [DBG] pgmap v3253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:20:52.693881+0000 mon.c (mon.2) 146 : audit [DBG] from='client.? 172.21.15.177:0/3496702412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:20:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:51.352401+0000 mgr.y (mgr.24491) 3699 : cluster [DBG] pgmap v3253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:20:52.693881+0000 mon.c (mon.2) 146 : audit [DBG] from='client.? 172.21.15.177:0/3496702412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:20:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:51.352401+0000 mgr.y (mgr.24491) 3699 : cluster [DBG] pgmap v3253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:20:52.693881+0000 mon.c (mon.2) 146 : audit [DBG] from='client.? 172.21.15.177:0/3496702412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:20:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:20:52.063627+0000 mgr.y (mgr.24491) 3700 : audit [DBG] from='client.18636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:20:52.342174+0000 mgr.y (mgr.24491) 3701 : audit [DBG] from='client.18642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:20:52.063627+0000 mgr.y (mgr.24491) 3700 : audit [DBG] from='client.18636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:20:52.342174+0000 mgr.y (mgr.24491) 3701 : audit [DBG] from='client.18642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:20:52.063627+0000 mgr.y (mgr.24491) 3700 : audit [DBG] from='client.18636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:20:52.342174+0000 mgr.y (mgr.24491) 3701 : audit [DBG] from='client.18642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:20:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:53.352959+0000 mgr.y (mgr.24491) 3702 : cluster [DBG] pgmap v3254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:53.352959+0000 mgr.y (mgr.24491) 3702 : cluster [DBG] pgmap v3254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:53.352959+0000 mgr.y (mgr.24491) 3702 : cluster [DBG] pgmap v3254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:55.353667+0000 mgr.y (mgr.24491) 3703 : cluster [DBG] pgmap v3255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:55.353667+0000 mgr.y (mgr.24491) 3703 : cluster [DBG] pgmap v3255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:55.353667+0000 mgr.y (mgr.24491) 3703 : cluster [DBG] pgmap v3255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:20:57] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:20:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:20:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:57.354240+0000 mgr.y (mgr.24491) 3704 : cluster [DBG] pgmap v3256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:20:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:57.354240+0000 mgr.y (mgr.24491) 3704 : cluster [DBG] pgmap v3256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:20:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:20:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:57.354240+0000 mgr.y (mgr.24491) 3704 : cluster [DBG] pgmap v3256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:20:59.354854+0000 mgr.y (mgr.24491) 3705 : cluster [DBG] pgmap v3257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:20:59.354854+0000 mgr.y (mgr.24491) 3705 : cluster [DBG] pgmap v3257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:20:59.354854+0000 mgr.y (mgr.24491) 3705 : cluster [DBG] pgmap v3257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:21:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:01.355381+0000 mgr.y (mgr.24491) 3706 : cluster [DBG] pgmap v3258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:01.355381+0000 mgr.y (mgr.24491) 3706 : cluster [DBG] pgmap v3258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:01.355381+0000 mgr.y (mgr.24491) 3706 : cluster [DBG] pgmap v3258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:03.355976+0000 mgr.y (mgr.24491) 3707 : cluster [DBG] pgmap v3259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:03.355976+0000 mgr.y (mgr.24491) 3707 : cluster [DBG] pgmap v3259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:03.355976+0000 mgr.y (mgr.24491) 3707 : cluster [DBG] pgmap v3259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:05.356692+0000 mgr.y (mgr.24491) 3708 : cluster [DBG] pgmap v3260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:05.356692+0000 mgr.y (mgr.24491) 3708 : cluster [DBG] pgmap v3260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:05.356692+0000 mgr.y (mgr.24491) 3708 : cluster [DBG] pgmap v3260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:07] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:21:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:07.357118+0000 mgr.y (mgr.24491) 3709 : cluster [DBG] pgmap v3261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:07.357118+0000 mgr.y (mgr.24491) 3709 : cluster [DBG] pgmap v3261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:07.357118+0000 mgr.y (mgr.24491) 3709 : cluster [DBG] pgmap v3261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:11.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:09.357781+0000 mgr.y (mgr.24491) 3710 : cluster [DBG] pgmap v3262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:09.357781+0000 mgr.y (mgr.24491) 3710 : cluster [DBG] pgmap v3262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:09.357781+0000 mgr.y (mgr.24491) 3710 : cluster [DBG] pgmap v3262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:21:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:11.358222+0000 mgr.y (mgr.24491) 3711 : cluster [DBG] pgmap v3263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:11.358222+0000 mgr.y (mgr.24491) 3711 : cluster [DBG] pgmap v3263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:11.358222+0000 mgr.y (mgr.24491) 3711 : cluster [DBG] pgmap v3263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:13.358712+0000 mgr.y (mgr.24491) 3712 : cluster [DBG] pgmap v3264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:13.358712+0000 mgr.y (mgr.24491) 3712 : cluster [DBG] pgmap v3264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:13.358712+0000 mgr.y (mgr.24491) 3712 : cluster [DBG] pgmap v3264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:15.359447+0000 mgr.y (mgr.24491) 3713 : cluster [DBG] pgmap v3265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:15.359447+0000 mgr.y (mgr.24491) 3713 : cluster [DBG] pgmap v3265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:15.359447+0000 mgr.y (mgr.24491) 3713 : cluster [DBG] pgmap v3265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:21:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:17.359999+0000 mgr.y (mgr.24491) 3714 : cluster [DBG] pgmap v3266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:17.359999+0000 mgr.y (mgr.24491) 3714 : cluster [DBG] pgmap v3266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:17.359999+0000 mgr.y (mgr.24491) 3714 : cluster [DBG] pgmap v3266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:19.360520+0000 mgr.y (mgr.24491) 3715 : cluster [DBG] pgmap v3267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:19.360520+0000 mgr.y (mgr.24491) 3715 : cluster [DBG] pgmap v3267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:21:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:19.360520+0000 mgr.y (mgr.24491) 3715 : cluster [DBG] pgmap v3267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:23.004 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:21:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:21.361109+0000 mgr.y (mgr.24491) 3716 : cluster [DBG] pgmap v3268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:21.361109+0000 mgr.y (mgr.24491) 3716 : cluster [DBG] pgmap v3268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:21.361109+0000 mgr.y (mgr.24491) 3716 : cluster [DBG] pgmap v3268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:23.282 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:21:23.282 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (107m) 4m ago 108m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:21:23.282 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (107m) 4m ago 107m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:21:23.282 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (109m) 4m ago 109m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:21:23.282 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (109m) 4m ago 109m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (112m) 4m ago 112m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (114m) 4m ago 114m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (114m) 4m ago 114m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (112m) 4m ago 112m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (112m) 4m ago 112m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (108m) 4m ago 108m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (108m) 4m ago 108m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (112m) 4m ago 112m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (111m) 4m ago 111m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (111m) 4m ago 111m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (110m) 4m ago 110m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (110m) 4m ago 110m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (110m) 4m ago 110m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (109m) 4m ago 109m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:21:23.283 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (109m) 4m ago 109m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:21:23.284 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (107m) 4m ago 108m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:21:23.611 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:21:23.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:21:23.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:21:23.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:21:23.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:21:23.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:21:23.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:21:23.611 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:21:23.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:21:23.612 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:21:23.612 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:21:23.612 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:21:23.612 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:21:23.612 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:21:23.612 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:21:23.612 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:21:23.612 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:21:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:21:22.994813+0000 mgr.y (mgr.24491) 3717 : audit [DBG] from='client.18654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:21:23.613374+0000 mon.a (mon.0) 1382 : audit [DBG] from='client.? 172.21.15.177:0/517425882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:21:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:21:22.994813+0000 mgr.y (mgr.24491) 3717 : audit [DBG] from='client.18654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:21:23.613374+0000 mon.a (mon.0) 1382 : audit [DBG] from='client.? 172.21.15.177:0/517425882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:21:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:21:22.994813+0000 mgr.y (mgr.24491) 3717 : audit [DBG] from='client.18654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:21:23.613374+0000 mon.a (mon.0) 1382 : audit [DBG] from='client.? 172.21.15.177:0/517425882' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:21:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:21:23.276857+0000 mgr.y (mgr.24491) 3718 : audit [DBG] from='client.18660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:23.361469+0000 mgr.y (mgr.24491) 3719 : cluster [DBG] pgmap v3269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:21:23.276857+0000 mgr.y (mgr.24491) 3718 : audit [DBG] from='client.18660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:23.361469+0000 mgr.y (mgr.24491) 3719 : cluster [DBG] pgmap v3269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:21:23.276857+0000 mgr.y (mgr.24491) 3718 : audit [DBG] from='client.18660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:23.361469+0000 mgr.y (mgr.24491) 3719 : cluster [DBG] pgmap v3269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:25.362254+0000 mgr.y (mgr.24491) 3720 : cluster [DBG] pgmap v3270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:25.362254+0000 mgr.y (mgr.24491) 3720 : cluster [DBG] pgmap v3270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:25.362254+0000 mgr.y (mgr.24491) 3720 : cluster [DBG] pgmap v3270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:21:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:27.362657+0000 mgr.y (mgr.24491) 3721 : cluster [DBG] pgmap v3271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:27.362657+0000 mgr.y (mgr.24491) 3721 : cluster [DBG] pgmap v3271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:27.362657+0000 mgr.y (mgr.24491) 3721 : cluster [DBG] pgmap v3271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:29.363256+0000 mgr.y (mgr.24491) 3722 : cluster [DBG] pgmap v3272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:29.363256+0000 mgr.y (mgr.24491) 3722 : cluster [DBG] pgmap v3272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:29.363256+0000 mgr.y (mgr.24491) 3722 : cluster [DBG] pgmap v3272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:21:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:31.363790+0000 mgr.y (mgr.24491) 3723 : cluster [DBG] pgmap v3273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:31.363790+0000 mgr.y (mgr.24491) 3723 : cluster [DBG] pgmap v3273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:31.363790+0000 mgr.y (mgr.24491) 3723 : cluster [DBG] pgmap v3273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:33.364398+0000 mgr.y (mgr.24491) 3724 : cluster [DBG] pgmap v3274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:33.364398+0000 mgr.y (mgr.24491) 3724 : cluster [DBG] pgmap v3274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:33.364398+0000 mgr.y (mgr.24491) 3724 : cluster [DBG] pgmap v3274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:35.365065+0000 mgr.y (mgr.24491) 3725 : cluster [DBG] pgmap v3275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:35.365065+0000 mgr.y (mgr.24491) 3725 : cluster [DBG] pgmap v3275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:35.365065+0000 mgr.y (mgr.24491) 3725 : cluster [DBG] pgmap v3275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:37] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:21:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:37.365463+0000 mgr.y (mgr.24491) 3726 : cluster [DBG] pgmap v3276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:37.365463+0000 mgr.y (mgr.24491) 3726 : cluster [DBG] pgmap v3276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:37.365463+0000 mgr.y (mgr.24491) 3726 : cluster [DBG] pgmap v3276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:39.366219+0000 mgr.y (mgr.24491) 3727 : cluster [DBG] pgmap v3277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:21:39.990579+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:21:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:21:40.283989+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:21:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:21:40.284603+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:21:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:21:40.289434+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:21:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:39.366219+0000 mgr.y (mgr.24491) 3727 : cluster [DBG] pgmap v3277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:21:39.990579+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:21:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:21:40.283989+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:21:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:21:40.284603+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:21:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:21:40.289434+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:21:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:21:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:39.366219+0000 mgr.y (mgr.24491) 3727 : cluster [DBG] pgmap v3277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:21:39.990579+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:21:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:21:40.283989+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:21:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:21:40.284603+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:21:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:21:40.289434+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:21:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:41.366743+0000 mgr.y (mgr.24491) 3728 : cluster [DBG] pgmap v3278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:41.366743+0000 mgr.y (mgr.24491) 3728 : cluster [DBG] pgmap v3278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:41.366743+0000 mgr.y (mgr.24491) 3728 : cluster [DBG] pgmap v3278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:43.367269+0000 mgr.y (mgr.24491) 3729 : cluster [DBG] pgmap v3279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:43.367269+0000 mgr.y (mgr.24491) 3729 : cluster [DBG] pgmap v3279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:43.367269+0000 mgr.y (mgr.24491) 3729 : cluster [DBG] pgmap v3279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:45.368025+0000 mgr.y (mgr.24491) 3730 : cluster [DBG] pgmap v3280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:45.368025+0000 mgr.y (mgr.24491) 3730 : cluster [DBG] pgmap v3280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:45.368025+0000 mgr.y (mgr.24491) 3730 : cluster [DBG] pgmap v3280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:47] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:21:49.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:47.368554+0000 mgr.y (mgr.24491) 3731 : cluster [DBG] pgmap v3281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:47.368554+0000 mgr.y (mgr.24491) 3731 : cluster [DBG] pgmap v3281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:47.368554+0000 mgr.y (mgr.24491) 3731 : cluster [DBG] pgmap v3281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:49.369351+0000 mgr.y (mgr.24491) 3732 : cluster [DBG] pgmap v3282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:49.369351+0000 mgr.y (mgr.24491) 3732 : cluster [DBG] pgmap v3282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:49.369351+0000 mgr.y (mgr.24491) 3732 : cluster [DBG] pgmap v3282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:21:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:51.369732+0000 mgr.y (mgr.24491) 3733 : cluster [DBG] pgmap v3283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:51.369732+0000 mgr.y (mgr.24491) 3733 : cluster [DBG] pgmap v3283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:51.369732+0000 mgr.y (mgr.24491) 3733 : cluster [DBG] pgmap v3283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:53.924 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:21:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:21:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (107m) 5m ago 108m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:21:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (108m) 5m ago 108m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:21:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (109m) 5m ago 109m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:21:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (109m) 5m ago 109m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:21:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (113m) 5m ago 113m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:21:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (114m) 5m ago 114m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:21:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (114m) 5m ago 114m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:21:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (113m) 5m ago 113m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:21:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (113m) 5m ago 113m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:21:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (108m) 5m ago 108m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:21:54.202 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (108m) 5m ago 108m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:21:54.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (112m) 5m ago 112m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:21:54.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (112m) 5m ago 112m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:21:54.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (111m) 5m ago 111m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:21:54.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (111m) 5m ago 111m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:21:54.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (111m) 5m ago 111m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:21:54.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (110m) 5m ago 110m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:21:54.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (110m) 5m ago 110m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:21:54.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (109m) 5m ago 109m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:21:54.202 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (107m) 5m ago 108m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:21:54.535 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:21:54.535 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:21:54.535 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:21:54.536 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:21:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:53.370232+0000 mgr.y (mgr.24491) 3734 : cluster [DBG] pgmap v3284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:21:53.914586+0000 mgr.y (mgr.24491) 3735 : audit [DBG] from='client.18672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:21:54.537622+0000 mon.a (mon.0) 1387 : audit [DBG] from='client.? 172.21.15.177:0/2273505327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:21:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:53.370232+0000 mgr.y (mgr.24491) 3734 : cluster [DBG] pgmap v3284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:21:53.914586+0000 mgr.y (mgr.24491) 3735 : audit [DBG] from='client.18672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:21:54.537622+0000 mon.a (mon.0) 1387 : audit [DBG] from='client.? 172.21.15.177:0/2273505327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:21:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:53.370232+0000 mgr.y (mgr.24491) 3734 : cluster [DBG] pgmap v3284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:21:53.914586+0000 mgr.y (mgr.24491) 3735 : audit [DBG] from='client.18672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:21:54.537622+0000 mon.a (mon.0) 1387 : audit [DBG] from='client.? 172.21.15.177:0/2273505327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:21:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:21:54.195620+0000 mgr.y (mgr.24491) 3736 : audit [DBG] from='client.18678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:21:54.195620+0000 mgr.y (mgr.24491) 3736 : audit [DBG] from='client.18678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:21:54.195620+0000 mgr.y (mgr.24491) 3736 : audit [DBG] from='client.18678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:21:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:55.371076+0000 mgr.y (mgr.24491) 3737 : cluster [DBG] pgmap v3285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:55.371076+0000 mgr.y (mgr.24491) 3737 : cluster [DBG] pgmap v3285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:55.371076+0000 mgr.y (mgr.24491) 3737 : cluster [DBG] pgmap v3285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:21:57] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:21:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:57.371599+0000 mgr.y (mgr.24491) 3738 : cluster [DBG] pgmap v3286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:57.371599+0000 mgr.y (mgr.24491) 3738 : cluster [DBG] pgmap v3286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:21:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:21:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:57.371599+0000 mgr.y (mgr.24491) 3738 : cluster [DBG] pgmap v3286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:21:59.372363+0000 mgr.y (mgr.24491) 3739 : cluster [DBG] pgmap v3287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:21:59.372363+0000 mgr.y (mgr.24491) 3739 : cluster [DBG] pgmap v3287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:21:59.372363+0000 mgr.y (mgr.24491) 3739 : cluster [DBG] pgmap v3287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:22:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:01.372864+0000 mgr.y (mgr.24491) 3740 : cluster [DBG] pgmap v3288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:01.372864+0000 mgr.y (mgr.24491) 3740 : cluster [DBG] pgmap v3288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:01.372864+0000 mgr.y (mgr.24491) 3740 : cluster [DBG] pgmap v3288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:03.373365+0000 mgr.y (mgr.24491) 3741 : cluster [DBG] pgmap v3289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:03.373365+0000 mgr.y (mgr.24491) 3741 : cluster [DBG] pgmap v3289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:03.373365+0000 mgr.y (mgr.24491) 3741 : cluster [DBG] pgmap v3289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:05.374134+0000 mgr.y (mgr.24491) 3742 : cluster [DBG] pgmap v3290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:05.374134+0000 mgr.y (mgr.24491) 3742 : cluster [DBG] pgmap v3290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:05.374134+0000 mgr.y (mgr.24491) 3742 : cluster [DBG] pgmap v3290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:07] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:22:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:07.374563+0000 mgr.y (mgr.24491) 3743 : cluster [DBG] pgmap v3291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:07.374563+0000 mgr.y (mgr.24491) 3743 : cluster [DBG] pgmap v3291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:07.374563+0000 mgr.y (mgr.24491) 3743 : cluster [DBG] pgmap v3291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:09.375189+0000 mgr.y (mgr.24491) 3744 : cluster [DBG] pgmap v3292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:09.375189+0000 mgr.y (mgr.24491) 3744 : cluster [DBG] pgmap v3292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:09.375189+0000 mgr.y (mgr.24491) 3744 : cluster [DBG] pgmap v3292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:22:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:11.375693+0000 mgr.y (mgr.24491) 3745 : cluster [DBG] pgmap v3293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:11.375693+0000 mgr.y (mgr.24491) 3745 : cluster [DBG] pgmap v3293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:11.375693+0000 mgr.y (mgr.24491) 3745 : cluster [DBG] pgmap v3293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:13.376213+0000 mgr.y (mgr.24491) 3746 : cluster [DBG] pgmap v3294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:13.376213+0000 mgr.y (mgr.24491) 3746 : cluster [DBG] pgmap v3294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:13.376213+0000 mgr.y (mgr.24491) 3746 : cluster [DBG] pgmap v3294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:15.376994+0000 mgr.y (mgr.24491) 3747 : cluster [DBG] pgmap v3295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:15.376994+0000 mgr.y (mgr.24491) 3747 : cluster [DBG] pgmap v3295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:15.376994+0000 mgr.y (mgr.24491) 3747 : cluster [DBG] pgmap v3295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:17] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:22:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:17.377551+0000 mgr.y (mgr.24491) 3748 : cluster [DBG] pgmap v3296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:17.377551+0000 mgr.y (mgr.24491) 3748 : cluster [DBG] pgmap v3296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:17.377551+0000 mgr.y (mgr.24491) 3748 : cluster [DBG] pgmap v3296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:19.378360+0000 mgr.y (mgr.24491) 3749 : cluster [DBG] pgmap v3297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:19.378360+0000 mgr.y (mgr.24491) 3749 : cluster [DBG] pgmap v3297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:19.378360+0000 mgr.y (mgr.24491) 3749 : cluster [DBG] pgmap v3297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:22:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:21.378929+0000 mgr.y (mgr.24491) 3750 : cluster [DBG] pgmap v3298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:21.378929+0000 mgr.y (mgr.24491) 3750 : cluster [DBG] pgmap v3298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:21.378929+0000 mgr.y (mgr.24491) 3750 : cluster [DBG] pgmap v3298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:23.379399+0000 mgr.y (mgr.24491) 3751 : cluster [DBG] pgmap v3299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:24.846 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:22:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:23.379399+0000 mgr.y (mgr.24491) 3751 : cluster [DBG] pgmap v3299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:23.379399+0000 mgr.y (mgr.24491) 3751 : cluster [DBG] pgmap v3299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (108m) 5m ago 109m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (108m) 5m ago 108m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (110m) 5m ago 110m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (110m) 5m ago 110m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (113m) 5m ago 113m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (115m) 5m ago 115m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (115m) 5m ago 115m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (113m) 5m ago 113m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (113m) 5m ago 113m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (109m) 5m ago 109m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (109m) 5m ago 109m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:22:25.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (113m) 5m ago 113m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:22:25.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (112m) 5m ago 112m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:22:25.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (112m) 5m ago 112m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:22:25.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (112m) 5m ago 112m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:22:25.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (111m) 5m ago 111m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:22:25.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (111m) 5m ago 111m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:22:25.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (110m) 5m ago 110m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:22:25.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (110m) 5m ago 110m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:22:25.121 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (108m) 5m ago 109m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:22:25.454 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:22:25.454 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:22:25.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:22:25.454 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:22:25.454 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:22:25.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:22:25.454 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:22:25.455 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:22:25.455 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:22:25.455 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:22:25.455 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:22:25.455 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:22:25.455 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:22:25.455 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:22:25.455 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:22:25.455 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:22:25.455 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:22:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:22:24.836852+0000 mgr.y (mgr.24491) 3752 : audit [DBG] from='client.18690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:22:25.456340+0000 mon.c (mon.2) 147 : audit [DBG] from='client.? 172.21.15.177:0/99099222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:22:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:22:24.836852+0000 mgr.y (mgr.24491) 3752 : audit [DBG] from='client.18690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:25.903 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:22:25.456340+0000 mon.c (mon.2) 147 : audit [DBG] from='client.? 172.21.15.177:0/99099222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:22:25.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:22:24.836852+0000 mgr.y (mgr.24491) 3752 : audit [DBG] from='client.18690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:25.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:22:25.456340+0000 mon.c (mon.2) 147 : audit [DBG] from='client.? 172.21.15.177:0/99099222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:22:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:22:25.114418+0000 mgr.y (mgr.24491) 3753 : audit [DBG] from='client.18696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:25.380000+0000 mgr.y (mgr.24491) 3754 : cluster [DBG] pgmap v3300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:22:25.114418+0000 mgr.y (mgr.24491) 3753 : audit [DBG] from='client.18696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:25.380000+0000 mgr.y (mgr.24491) 3754 : cluster [DBG] pgmap v3300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:22:25.114418+0000 mgr.y (mgr.24491) 3753 : audit [DBG] from='client.18696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:25.380000+0000 mgr.y (mgr.24491) 3754 : cluster [DBG] pgmap v3300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:27] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:22:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:27.380384+0000 mgr.y (mgr.24491) 3755 : cluster [DBG] pgmap v3301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:27.380384+0000 mgr.y (mgr.24491) 3755 : cluster [DBG] pgmap v3301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:27.380384+0000 mgr.y (mgr.24491) 3755 : cluster [DBG] pgmap v3301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:29.381007+0000 mgr.y (mgr.24491) 3756 : cluster [DBG] pgmap v3302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:29.381007+0000 mgr.y (mgr.24491) 3756 : cluster [DBG] pgmap v3302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:29.381007+0000 mgr.y (mgr.24491) 3756 : cluster [DBG] pgmap v3302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:22:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:31.381377+0000 mgr.y (mgr.24491) 3757 : cluster [DBG] pgmap v3303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:31.381377+0000 mgr.y (mgr.24491) 3757 : cluster [DBG] pgmap v3303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:31.381377+0000 mgr.y (mgr.24491) 3757 : cluster [DBG] pgmap v3303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:33.381817+0000 mgr.y (mgr.24491) 3758 : cluster [DBG] pgmap v3304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:33.381817+0000 mgr.y (mgr.24491) 3758 : cluster [DBG] pgmap v3304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:33.381817+0000 mgr.y (mgr.24491) 3758 : cluster [DBG] pgmap v3304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:35.382673+0000 mgr.y (mgr.24491) 3759 : cluster [DBG] pgmap v3305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:35.382673+0000 mgr.y (mgr.24491) 3759 : cluster [DBG] pgmap v3305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:35.382673+0000 mgr.y (mgr.24491) 3759 : cluster [DBG] pgmap v3305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:37] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:22:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:37.383131+0000 mgr.y (mgr.24491) 3760 : cluster [DBG] pgmap v3306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:37.383131+0000 mgr.y (mgr.24491) 3760 : cluster [DBG] pgmap v3306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:37.383131+0000 mgr.y (mgr.24491) 3760 : cluster [DBG] pgmap v3306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:39.383833+0000 mgr.y (mgr.24491) 3761 : cluster [DBG] pgmap v3307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:22:40.293762+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:22:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:39.383833+0000 mgr.y (mgr.24491) 3761 : cluster [DBG] pgmap v3307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:22:40.293762+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:22:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:39.383833+0000 mgr.y (mgr.24491) 3761 : cluster [DBG] pgmap v3307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:22:40.293762+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:22:41.497 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:22:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:22:40.587384+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:22:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:22:40.588039+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:22:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:22:40.592918+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:22:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:22:40.587384+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:22:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:22:40.588039+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:22:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:22:40.592918+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:22:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:22:40.587384+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:22:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:22:40.588039+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:22:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:22:40.592918+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:22:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:41.384319+0000 mgr.y (mgr.24491) 3762 : cluster [DBG] pgmap v3308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:41.384319+0000 mgr.y (mgr.24491) 3762 : cluster [DBG] pgmap v3308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:41.384319+0000 mgr.y (mgr.24491) 3762 : cluster [DBG] pgmap v3308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:43.384699+0000 mgr.y (mgr.24491) 3763 : cluster [DBG] pgmap v3309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:43.384699+0000 mgr.y (mgr.24491) 3763 : cluster [DBG] pgmap v3309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:43.384699+0000 mgr.y (mgr.24491) 3763 : cluster [DBG] pgmap v3309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:45.385402+0000 mgr.y (mgr.24491) 3764 : cluster [DBG] pgmap v3310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:45.385402+0000 mgr.y (mgr.24491) 3764 : cluster [DBG] pgmap v3310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:45.385402+0000 mgr.y (mgr.24491) 3764 : cluster [DBG] pgmap v3310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:47] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:22:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:47.385853+0000 mgr.y (mgr.24491) 3765 : cluster [DBG] pgmap v3311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:47.385853+0000 mgr.y (mgr.24491) 3765 : cluster [DBG] pgmap v3311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:47.385853+0000 mgr.y (mgr.24491) 3765 : cluster [DBG] pgmap v3311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:49.386419+0000 mgr.y (mgr.24491) 3766 : cluster [DBG] pgmap v3312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:49.386419+0000 mgr.y (mgr.24491) 3766 : cluster [DBG] pgmap v3312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:49.386419+0000 mgr.y (mgr.24491) 3766 : cluster [DBG] pgmap v3312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:22:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:51.386843+0000 mgr.y (mgr.24491) 3767 : cluster [DBG] pgmap v3313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:51.386843+0000 mgr.y (mgr.24491) 3767 : cluster [DBG] pgmap v3313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:51.386843+0000 mgr.y (mgr.24491) 3767 : cluster [DBG] pgmap v3313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:53.387370+0000 mgr.y (mgr.24491) 3768 : cluster [DBG] pgmap v3314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:53.387370+0000 mgr.y (mgr.24491) 3768 : cluster [DBG] pgmap v3314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:53.387370+0000 mgr.y (mgr.24491) 3768 : cluster [DBG] pgmap v3314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:55.760 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:22:56.034 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (108m) 6m ago 109m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (109m) 6m ago 109m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (110m) 6m ago 110m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (110m) 6m ago 110m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (114m) 6m ago 114m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (115m) 6m ago 115m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (115m) 6m ago 115m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (114m) 6m ago 114m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (114m) 6m ago 114m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (109m) 6m ago 109m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (109m) 6m ago 109m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (113m) 6m ago 113m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:22:56.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (113m) 6m ago 113m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:22:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (112m) 6m ago 112m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:22:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (112m) 6m ago 112m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:22:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (112m) 6m ago 112m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:22:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (111m) 6m ago 111m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:22:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (111m) 6m ago 111m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:22:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (110m) 6m ago 110m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:22:56.036 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (108m) 6m ago 109m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:22:56.367 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:22:56.368 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:22:56.368 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:22:56.368 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:22:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:55.388050+0000 mgr.y (mgr.24491) 3769 : cluster [DBG] pgmap v3315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:22:55.749763+0000 mgr.y (mgr.24491) 3770 : audit [DBG] from='client.28610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:22:56.027897+0000 mgr.y (mgr.24491) 3771 : audit [DBG] from='client.18714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:22:56.368558+0000 mon.c (mon.2) 148 : audit [DBG] from='client.? 172.21.15.177:0/2528469015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:22:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:55.388050+0000 mgr.y (mgr.24491) 3769 : cluster [DBG] pgmap v3315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:22:55.749763+0000 mgr.y (mgr.24491) 3770 : audit [DBG] from='client.28610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:22:56.027897+0000 mgr.y (mgr.24491) 3771 : audit [DBG] from='client.18714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:22:56.368558+0000 mon.c (mon.2) 148 : audit [DBG] from='client.? 172.21.15.177:0/2528469015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:22:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:55.388050+0000 mgr.y (mgr.24491) 3769 : cluster [DBG] pgmap v3315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:22:55.749763+0000 mgr.y (mgr.24491) 3770 : audit [DBG] from='client.28610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:22:56.027897+0000 mgr.y (mgr.24491) 3771 : audit [DBG] from='client.18714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:22:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:22:56.368558+0000 mon.c (mon.2) 148 : audit [DBG] from='client.? 172.21.15.177:0/2528469015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:22:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:22:57] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:22:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:57.388567+0000 mgr.y (mgr.24491) 3772 : cluster [DBG] pgmap v3316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:57.388567+0000 mgr.y (mgr.24491) 3772 : cluster [DBG] pgmap v3316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:22:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:22:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:57.388567+0000 mgr.y (mgr.24491) 3772 : cluster [DBG] pgmap v3316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:22:59.389211+0000 mgr.y (mgr.24491) 3773 : cluster [DBG] pgmap v3317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:22:59.389211+0000 mgr.y (mgr.24491) 3773 : cluster [DBG] pgmap v3317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:22:59.389211+0000 mgr.y (mgr.24491) 3773 : cluster [DBG] pgmap v3317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:23:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:01.389705+0000 mgr.y (mgr.24491) 3774 : cluster [DBG] pgmap v3318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:01.389705+0000 mgr.y (mgr.24491) 3774 : cluster [DBG] pgmap v3318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:01.389705+0000 mgr.y (mgr.24491) 3774 : cluster [DBG] pgmap v3318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:03.390146+0000 mgr.y (mgr.24491) 3775 : cluster [DBG] pgmap v3319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:03.390146+0000 mgr.y (mgr.24491) 3775 : cluster [DBG] pgmap v3319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:03.390146+0000 mgr.y (mgr.24491) 3775 : cluster [DBG] pgmap v3319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:05.390828+0000 mgr.y (mgr.24491) 3776 : cluster [DBG] pgmap v3320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:05.390828+0000 mgr.y (mgr.24491) 3776 : cluster [DBG] pgmap v3320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:05.390828+0000 mgr.y (mgr.24491) 3776 : cluster [DBG] pgmap v3320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:07] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:23:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:07.391234+0000 mgr.y (mgr.24491) 3777 : cluster [DBG] pgmap v3321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:07.391234+0000 mgr.y (mgr.24491) 3777 : cluster [DBG] pgmap v3321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:07.391234+0000 mgr.y (mgr.24491) 3777 : cluster [DBG] pgmap v3321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:09.391844+0000 mgr.y (mgr.24491) 3778 : cluster [DBG] pgmap v3322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:09.391844+0000 mgr.y (mgr.24491) 3778 : cluster [DBG] pgmap v3322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:09.391844+0000 mgr.y (mgr.24491) 3778 : cluster [DBG] pgmap v3322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:23:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:11.392231+0000 mgr.y (mgr.24491) 3779 : cluster [DBG] pgmap v3323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:11.392231+0000 mgr.y (mgr.24491) 3779 : cluster [DBG] pgmap v3323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:11.392231+0000 mgr.y (mgr.24491) 3779 : cluster [DBG] pgmap v3323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:13.392621+0000 mgr.y (mgr.24491) 3780 : cluster [DBG] pgmap v3324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:13.392621+0000 mgr.y (mgr.24491) 3780 : cluster [DBG] pgmap v3324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:13.392621+0000 mgr.y (mgr.24491) 3780 : cluster [DBG] pgmap v3324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:15.393485+0000 mgr.y (mgr.24491) 3781 : cluster [DBG] pgmap v3325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:15.393485+0000 mgr.y (mgr.24491) 3781 : cluster [DBG] pgmap v3325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:15.393485+0000 mgr.y (mgr.24491) 3781 : cluster [DBG] pgmap v3325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:23:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:17.393924+0000 mgr.y (mgr.24491) 3782 : cluster [DBG] pgmap v3326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:17.393924+0000 mgr.y (mgr.24491) 3782 : cluster [DBG] pgmap v3326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:17.393924+0000 mgr.y (mgr.24491) 3782 : cluster [DBG] pgmap v3326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:19.394750+0000 mgr.y (mgr.24491) 3783 : cluster [DBG] pgmap v3327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:19.394750+0000 mgr.y (mgr.24491) 3783 : cluster [DBG] pgmap v3327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:19.394750+0000 mgr.y (mgr.24491) 3783 : cluster [DBG] pgmap v3327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:23:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:21.395208+0000 mgr.y (mgr.24491) 3784 : cluster [DBG] pgmap v3328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:21.395208+0000 mgr.y (mgr.24491) 3784 : cluster [DBG] pgmap v3328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:21.395208+0000 mgr.y (mgr.24491) 3784 : cluster [DBG] pgmap v3328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:23.395646+0000 mgr.y (mgr.24491) 3785 : cluster [DBG] pgmap v3329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:25.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:23.395646+0000 mgr.y (mgr.24491) 3785 : cluster [DBG] pgmap v3329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:23.395646+0000 mgr.y (mgr.24491) 3785 : cluster [DBG] pgmap v3329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:26.671 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (109m) 6m ago 110m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (109m) 6m ago 109m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (111m) 6m ago 111m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (111m) 6m ago 111m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (114m) 6m ago 114m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (116m) 6m ago 116m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (116m) 6m ago 116m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (114m) 6m ago 114m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (114m) 6m ago 114m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (110m) 6m ago 110m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (110m) 6m ago 110m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (114m) 6m ago 114m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (113m) 6m ago 113m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:23:26.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (113m) 6m ago 113m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:23:26.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (113m) 6m ago 113m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:23:26.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (112m) 6m ago 112m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:23:26.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (112m) 6m ago 112m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:23:26.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (111m) 6m ago 111m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:23:26.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (111m) 6m ago 111m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:23:26.949 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (109m) 6m ago 110m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:23:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:25.396493+0000 mgr.y (mgr.24491) 3786 : cluster [DBG] pgmap v3330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:25.396493+0000 mgr.y (mgr.24491) 3786 : cluster [DBG] pgmap v3330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:25.396493+0000 mgr.y (mgr.24491) 3786 : cluster [DBG] pgmap v3330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:27.283 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:23:27.283 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:23:27.283 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:23:27.283 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:23:27.283 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:23:27.283 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:23:27.283 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:23:27.284 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:23:27.284 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:23:27.284 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:23:27.284 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:23:27.284 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:23:27.284 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:23:27.284 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:23:27.284 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:23:27.284 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:23:27.284 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:23:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:23:26.660067+0000 mgr.y (mgr.24491) 3787 : audit [DBG] from='client.18726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:23:26.942381+0000 mgr.y (mgr.24491) 3788 : audit [DBG] from='client.28634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:23:27.285412+0000 mon.a (mon.0) 1392 : audit [DBG] from='client.? 172.21.15.177:0/2540653030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:23:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:23:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:23:26.660067+0000 mgr.y (mgr.24491) 3787 : audit [DBG] from='client.18726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:23:26.942381+0000 mgr.y (mgr.24491) 3788 : audit [DBG] from='client.28634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:23:27.285412+0000 mon.a (mon.0) 1392 : audit [DBG] from='client.? 172.21.15.177:0/2540653030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:23:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:23:26.660067+0000 mgr.y (mgr.24491) 3787 : audit [DBG] from='client.18726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:23:26.942381+0000 mgr.y (mgr.24491) 3788 : audit [DBG] from='client.28634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:23:27.285412+0000 mon.a (mon.0) 1392 : audit [DBG] from='client.? 172.21.15.177:0/2540653030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:23:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:27.396873+0000 mgr.y (mgr.24491) 3789 : cluster [DBG] pgmap v3331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:27.396873+0000 mgr.y (mgr.24491) 3789 : cluster [DBG] pgmap v3331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:27.396873+0000 mgr.y (mgr.24491) 3789 : cluster [DBG] pgmap v3331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:29.397452+0000 mgr.y (mgr.24491) 3790 : cluster [DBG] pgmap v3332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:29.397452+0000 mgr.y (mgr.24491) 3790 : cluster [DBG] pgmap v3332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:29.397452+0000 mgr.y (mgr.24491) 3790 : cluster [DBG] pgmap v3332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:23:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:31.397871+0000 mgr.y (mgr.24491) 3791 : cluster [DBG] pgmap v3333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:31.397871+0000 mgr.y (mgr.24491) 3791 : cluster [DBG] pgmap v3333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:31.397871+0000 mgr.y (mgr.24491) 3791 : cluster [DBG] pgmap v3333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:33.398411+0000 mgr.y (mgr.24491) 3792 : cluster [DBG] pgmap v3334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:33.398411+0000 mgr.y (mgr.24491) 3792 : cluster [DBG] pgmap v3334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:33.398411+0000 mgr.y (mgr.24491) 3792 : cluster [DBG] pgmap v3334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:35.399279+0000 mgr.y (mgr.24491) 3793 : cluster [DBG] pgmap v3335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:35.399279+0000 mgr.y (mgr.24491) 3793 : cluster [DBG] pgmap v3335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:35.399279+0000 mgr.y (mgr.24491) 3793 : cluster [DBG] pgmap v3335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:23:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:37.399761+0000 mgr.y (mgr.24491) 3794 : cluster [DBG] pgmap v3336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:37.399761+0000 mgr.y (mgr.24491) 3794 : cluster [DBG] pgmap v3336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:37.399761+0000 mgr.y (mgr.24491) 3794 : cluster [DBG] pgmap v3336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:39.400363+0000 mgr.y (mgr.24491) 3795 : cluster [DBG] pgmap v3337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:23:40.597237+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:23:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:39.400363+0000 mgr.y (mgr.24491) 3795 : cluster [DBG] pgmap v3337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:23:40.597237+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:23:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:39.400363+0000 mgr.y (mgr.24491) 3795 : cluster [DBG] pgmap v3337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:23:40.597237+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:23:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:23:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:23:40.890816+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:23:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:23:40.891422+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:23:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:23:40.897645+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:23:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:23:40.890816+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:23:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:23:40.891422+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:23:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:23:40.897645+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:23:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:23:40.890816+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:23:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:23:40.891422+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:23:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:23:40.897645+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:23:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:41.400829+0000 mgr.y (mgr.24491) 3796 : cluster [DBG] pgmap v3338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:41.400829+0000 mgr.y (mgr.24491) 3796 : cluster [DBG] pgmap v3338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:41.400829+0000 mgr.y (mgr.24491) 3796 : cluster [DBG] pgmap v3338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:43.401228+0000 mgr.y (mgr.24491) 3797 : cluster [DBG] pgmap v3339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:43.401228+0000 mgr.y (mgr.24491) 3797 : cluster [DBG] pgmap v3339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:43.401228+0000 mgr.y (mgr.24491) 3797 : cluster [DBG] pgmap v3339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:45.401966+0000 mgr.y (mgr.24491) 3798 : cluster [DBG] pgmap v3340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:45.401966+0000 mgr.y (mgr.24491) 3798 : cluster [DBG] pgmap v3340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:45.401966+0000 mgr.y (mgr.24491) 3798 : cluster [DBG] pgmap v3340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:47] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:23:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:47.402392+0000 mgr.y (mgr.24491) 3799 : cluster [DBG] pgmap v3341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:47.402392+0000 mgr.y (mgr.24491) 3799 : cluster [DBG] pgmap v3341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:47.402392+0000 mgr.y (mgr.24491) 3799 : cluster [DBG] pgmap v3341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:49.403166+0000 mgr.y (mgr.24491) 3800 : cluster [DBG] pgmap v3342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:23:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:49.403166+0000 mgr.y (mgr.24491) 3800 : cluster [DBG] pgmap v3342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:49.403166+0000 mgr.y (mgr.24491) 3800 : cluster [DBG] pgmap v3342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:51.403682+0000 mgr.y (mgr.24491) 3801 : cluster [DBG] pgmap v3343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:51.403682+0000 mgr.y (mgr.24491) 3801 : cluster [DBG] pgmap v3343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:51.403682+0000 mgr.y (mgr.24491) 3801 : cluster [DBG] pgmap v3343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:53.404113+0000 mgr.y (mgr.24491) 3802 : cluster [DBG] pgmap v3344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:55.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:53.404113+0000 mgr.y (mgr.24491) 3802 : cluster [DBG] pgmap v3344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:53.404113+0000 mgr.y (mgr.24491) 3802 : cluster [DBG] pgmap v3344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:55.404923+0000 mgr.y (mgr.24491) 3803 : cluster [DBG] pgmap v3345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:55.404923+0000 mgr.y (mgr.24491) 3803 : cluster [DBG] pgmap v3345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:55.404923+0000 mgr.y (mgr.24491) 3803 : cluster [DBG] pgmap v3345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:23:57.873 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:23:57.873 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (109m) 7m ago 110m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:23:57.873 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (110m) 7m ago 110m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:23:57.873 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (111m) 7m ago 111m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:23:57.873 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (111m) 7m ago 111m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:23:57.873 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (115m) 7m ago 115m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:23:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (116m) 7m ago 116m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:23:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (116m) 7m ago 116m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:23:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (115m) 7m ago 115m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:23:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (115m) 7m ago 115m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:23:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (110m) 7m ago 110m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:23:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (110m) 7m ago 110m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:23:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (114m) 7m ago 114m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:23:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (114m) 7m ago 114m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:23:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (113m) 7m ago 113m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:23:57.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (113m) 7m ago 113m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:23:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (113m) 7m ago 113m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:23:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (112m) 7m ago 112m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:23:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (112m) 7m ago 112m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:23:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (111m) 7m ago 111m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:23:57.875 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (109m) 7m ago 110m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:23:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:23:57] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:23:58.206 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:23:58.206 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:23:58.206 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:23:58.206 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:23:58.207 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:23:58.208 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:23:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:57.405234+0000 mgr.y (mgr.24491) 3804 : cluster [DBG] pgmap v3346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:23:57.587338+0000 mgr.y (mgr.24491) 3805 : audit [DBG] from='client.28646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:23:57.866492+0000 mgr.y (mgr.24491) 3806 : audit [DBG] from='client.28652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:23:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:23:58.208138+0000 mon.a (mon.0) 1397 : audit [DBG] from='client.? 172.21.15.177:0/1294849946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:23:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:57.405234+0000 mgr.y (mgr.24491) 3804 : cluster [DBG] pgmap v3346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:23:57.587338+0000 mgr.y (mgr.24491) 3805 : audit [DBG] from='client.28646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:23:57.866492+0000 mgr.y (mgr.24491) 3806 : audit [DBG] from='client.28652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:23:58.208138+0000 mon.a (mon.0) 1397 : audit [DBG] from='client.? 172.21.15.177:0/1294849946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:23:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:57.405234+0000 mgr.y (mgr.24491) 3804 : cluster [DBG] pgmap v3346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:23:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:23:57.587338+0000 mgr.y (mgr.24491) 3805 : audit [DBG] from='client.28646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:23:57.866492+0000 mgr.y (mgr.24491) 3806 : audit [DBG] from='client.28652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:23:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:23:58.208138+0000 mon.a (mon.0) 1397 : audit [DBG] from='client.? 172.21.15.177:0/1294849946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:24:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:23:59.405762+0000 mgr.y (mgr.24491) 3807 : cluster [DBG] pgmap v3347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:24:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:23:59.405762+0000 mgr.y (mgr.24491) 3807 : cluster [DBG] pgmap v3347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:01.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:23:59.405762+0000 mgr.y (mgr.24491) 3807 : cluster [DBG] pgmap v3347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:01.406197+0000 mgr.y (mgr.24491) 3808 : cluster [DBG] pgmap v3348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:01.406197+0000 mgr.y (mgr.24491) 3808 : cluster [DBG] pgmap v3348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:01.406197+0000 mgr.y (mgr.24491) 3808 : cluster [DBG] pgmap v3348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:03.406735+0000 mgr.y (mgr.24491) 3809 : cluster [DBG] pgmap v3349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:03.406735+0000 mgr.y (mgr.24491) 3809 : cluster [DBG] pgmap v3349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:03.406735+0000 mgr.y (mgr.24491) 3809 : cluster [DBG] pgmap v3349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:05.407526+0000 mgr.y (mgr.24491) 3810 : cluster [DBG] pgmap v3350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:05.407526+0000 mgr.y (mgr.24491) 3810 : cluster [DBG] pgmap v3350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:05.407526+0000 mgr.y (mgr.24491) 3810 : cluster [DBG] pgmap v3350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:07] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:24:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:07.407902+0000 mgr.y (mgr.24491) 3811 : cluster [DBG] pgmap v3351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:07.407902+0000 mgr.y (mgr.24491) 3811 : cluster [DBG] pgmap v3351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:07.407902+0000 mgr.y (mgr.24491) 3811 : cluster [DBG] pgmap v3351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:09.408476+0000 mgr.y (mgr.24491) 3812 : cluster [DBG] pgmap v3352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:24:11.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:09.408476+0000 mgr.y (mgr.24491) 3812 : cluster [DBG] pgmap v3352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:09.408476+0000 mgr.y (mgr.24491) 3812 : cluster [DBG] pgmap v3352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:11.409066+0000 mgr.y (mgr.24491) 3813 : cluster [DBG] pgmap v3353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:11.409066+0000 mgr.y (mgr.24491) 3813 : cluster [DBG] pgmap v3353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:11.409066+0000 mgr.y (mgr.24491) 3813 : cluster [DBG] pgmap v3353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:13.409435+0000 mgr.y (mgr.24491) 3814 : cluster [DBG] pgmap v3354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:15.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:13.409435+0000 mgr.y (mgr.24491) 3814 : cluster [DBG] pgmap v3354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:13.409435+0000 mgr.y (mgr.24491) 3814 : cluster [DBG] pgmap v3354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:15.410111+0000 mgr.y (mgr.24491) 3815 : cluster [DBG] pgmap v3355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:15.410111+0000 mgr.y (mgr.24491) 3815 : cluster [DBG] pgmap v3355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:15.410111+0000 mgr.y (mgr.24491) 3815 : cluster [DBG] pgmap v3355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:17] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:24:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:17.410498+0000 mgr.y (mgr.24491) 3816 : cluster [DBG] pgmap v3356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:17.410498+0000 mgr.y (mgr.24491) 3816 : cluster [DBG] pgmap v3356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:17.410498+0000 mgr.y (mgr.24491) 3816 : cluster [DBG] pgmap v3356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:19.411113+0000 mgr.y (mgr.24491) 3817 : cluster [DBG] pgmap v3357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:24:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:19.411113+0000 mgr.y (mgr.24491) 3817 : cluster [DBG] pgmap v3357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:19.411113+0000 mgr.y (mgr.24491) 3817 : cluster [DBG] pgmap v3357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:21.411659+0000 mgr.y (mgr.24491) 3818 : cluster [DBG] pgmap v3358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:21.411659+0000 mgr.y (mgr.24491) 3818 : cluster [DBG] pgmap v3358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:21.411659+0000 mgr.y (mgr.24491) 3818 : cluster [DBG] pgmap v3358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:23.412228+0000 mgr.y (mgr.24491) 3819 : cluster [DBG] pgmap v3359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:23.412228+0000 mgr.y (mgr.24491) 3819 : cluster [DBG] pgmap v3359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:23.412228+0000 mgr.y (mgr.24491) 3819 : cluster [DBG] pgmap v3359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:25.412964+0000 mgr.y (mgr.24491) 3820 : cluster [DBG] pgmap v3360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:25.412964+0000 mgr.y (mgr.24491) 3820 : cluster [DBG] pgmap v3360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:25.412964+0000 mgr.y (mgr.24491) 3820 : cluster [DBG] pgmap v3360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:27] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:24:28.518 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:24:28.791 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:24:28.791 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (110m) 7m ago 111m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:24:28.791 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (110m) 7m ago 110m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:24:28.791 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (112m) 7m ago 112m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:24:28.791 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (112m) 7m ago 112m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:24:28.791 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (115m) 7m ago 115m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:24:28.791 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (117m) 7m ago 117m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:24:28.791 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (117m) 7m ago 117m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:24:28.792 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (116m) 7m ago 115m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:24:28.792 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (115m) 7m ago 115m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:24:28.792 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (111m) 7m ago 111m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:24:28.792 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (111m) 7m ago 111m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:24:28.792 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (115m) 7m ago 115m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:24:28.792 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (114m) 7m ago 114m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:24:28.792 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (114m) 7m ago 114m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:24:28.792 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (114m) 7m ago 114m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:24:28.792 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (113m) 7m ago 113m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:24:28.792 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (113m) 7m ago 113m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:24:28.792 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (112m) 7m ago 112m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:24:28.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (112m) 7m ago 112m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:24:28.793 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (110m) 7m ago 111m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:24:29.129 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:24:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:24:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:24:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:24:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:24:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:24:29.129 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:24:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:24:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:24:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:24:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:24:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:24:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:24:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:24:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:24:29.130 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:24:29.131 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:24:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:27.413309+0000 mgr.y (mgr.24491) 3821 : cluster [DBG] pgmap v3361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:27.413309+0000 mgr.y (mgr.24491) 3821 : cluster [DBG] pgmap v3361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:27.413309+0000 mgr.y (mgr.24491) 3821 : cluster [DBG] pgmap v3361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:24:28.508239+0000 mgr.y (mgr.24491) 3822 : audit [DBG] from='client.18762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:24:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:24:28.785270+0000 mgr.y (mgr.24491) 3823 : audit [DBG] from='client.18768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:24:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:24:29.130989+0000 mon.c (mon.2) 149 : audit [DBG] from='client.? 172.21.15.177:0/748425437' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:24:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:24:28.508239+0000 mgr.y (mgr.24491) 3822 : audit [DBG] from='client.18762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:24:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:24:28.785270+0000 mgr.y (mgr.24491) 3823 : audit [DBG] from='client.18768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:24:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:24:29.130989+0000 mon.c (mon.2) 149 : audit [DBG] from='client.? 172.21.15.177:0/748425437' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:24:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:24:28.508239+0000 mgr.y (mgr.24491) 3822 : audit [DBG] from='client.18762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:24:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:24:28.785270+0000 mgr.y (mgr.24491) 3823 : audit [DBG] from='client.18768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:24:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:24:29.130989+0000 mon.c (mon.2) 149 : audit [DBG] from='client.? 172.21.15.177:0/748425437' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:24:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:29.413905+0000 mgr.y (mgr.24491) 3824 : cluster [DBG] pgmap v3362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:24:31.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:29.413905+0000 mgr.y (mgr.24491) 3824 : cluster [DBG] pgmap v3362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:29.413905+0000 mgr.y (mgr.24491) 3824 : cluster [DBG] pgmap v3362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:31.414300+0000 mgr.y (mgr.24491) 3825 : cluster [DBG] pgmap v3363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:31.414300+0000 mgr.y (mgr.24491) 3825 : cluster [DBG] pgmap v3363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:31.414300+0000 mgr.y (mgr.24491) 3825 : cluster [DBG] pgmap v3363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:33.414823+0000 mgr.y (mgr.24491) 3826 : cluster [DBG] pgmap v3364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:35.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:33.414823+0000 mgr.y (mgr.24491) 3826 : cluster [DBG] pgmap v3364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:33.414823+0000 mgr.y (mgr.24491) 3826 : cluster [DBG] pgmap v3364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:35.415452+0000 mgr.y (mgr.24491) 3827 : cluster [DBG] pgmap v3365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:35.415452+0000 mgr.y (mgr.24491) 3827 : cluster [DBG] pgmap v3365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:35.415452+0000 mgr.y (mgr.24491) 3827 : cluster [DBG] pgmap v3365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:37] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:24:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:37.415815+0000 mgr.y (mgr.24491) 3828 : cluster [DBG] pgmap v3366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:37.415815+0000 mgr.y (mgr.24491) 3828 : cluster [DBG] pgmap v3366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:37.415815+0000 mgr.y (mgr.24491) 3828 : cluster [DBG] pgmap v3366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:24:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:39.416673+0000 mgr.y (mgr.24491) 3829 : cluster [DBG] pgmap v3367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:24:40.902822+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:24:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:39.416673+0000 mgr.y (mgr.24491) 3829 : cluster [DBG] pgmap v3367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:24:40.902822+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:24:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:39.416673+0000 mgr.y (mgr.24491) 3829 : cluster [DBG] pgmap v3367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:24:40.902822+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:24:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:24:41.196103+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:24:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:24:41.196777+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:24:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:24:41.202043+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:24:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:24:41.196103+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:24:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:24:41.196777+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:24:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:24:41.202043+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:24:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:24:41.196103+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:24:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:24:41.196777+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:24:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:24:41.202043+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:24:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:41.417235+0000 mgr.y (mgr.24491) 3830 : cluster [DBG] pgmap v3368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:43.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:41.417235+0000 mgr.y (mgr.24491) 3830 : cluster [DBG] pgmap v3368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:41.417235+0000 mgr.y (mgr.24491) 3830 : cluster [DBG] pgmap v3368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:43.417650+0000 mgr.y (mgr.24491) 3831 : cluster [DBG] pgmap v3369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:43.417650+0000 mgr.y (mgr.24491) 3831 : cluster [DBG] pgmap v3369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:43.417650+0000 mgr.y (mgr.24491) 3831 : cluster [DBG] pgmap v3369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:45.418434+0000 mgr.y (mgr.24491) 3832 : cluster [DBG] pgmap v3370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:45.418434+0000 mgr.y (mgr.24491) 3832 : cluster [DBG] pgmap v3370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:45.418434+0000 mgr.y (mgr.24491) 3832 : cluster [DBG] pgmap v3370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:47] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:24:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:47.418821+0000 mgr.y (mgr.24491) 3833 : cluster [DBG] pgmap v3371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:47.418821+0000 mgr.y (mgr.24491) 3833 : cluster [DBG] pgmap v3371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:47.418821+0000 mgr.y (mgr.24491) 3833 : cluster [DBG] pgmap v3371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:49.419442+0000 mgr.y (mgr.24491) 3834 : cluster [DBG] pgmap v3372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:49.419442+0000 mgr.y (mgr.24491) 3834 : cluster [DBG] pgmap v3372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:49.419442+0000 mgr.y (mgr.24491) 3834 : cluster [DBG] pgmap v3372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:24:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:51.419876+0000 mgr.y (mgr.24491) 3835 : cluster [DBG] pgmap v3373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:51.419876+0000 mgr.y (mgr.24491) 3835 : cluster [DBG] pgmap v3373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:51.419876+0000 mgr.y (mgr.24491) 3835 : cluster [DBG] pgmap v3373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:53.420462+0000 mgr.y (mgr.24491) 3836 : cluster [DBG] pgmap v3374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:53.420462+0000 mgr.y (mgr.24491) 3836 : cluster [DBG] pgmap v3374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:53.420462+0000 mgr.y (mgr.24491) 3836 : cluster [DBG] pgmap v3374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:55.421113+0000 mgr.y (mgr.24491) 3837 : cluster [DBG] pgmap v3375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:55.421113+0000 mgr.y (mgr.24491) 3837 : cluster [DBG] pgmap v3375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:55.421113+0000 mgr.y (mgr.24491) 3837 : cluster [DBG] pgmap v3375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:24:57] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:24:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:57.421424+0000 mgr.y (mgr.24491) 3838 : cluster [DBG] pgmap v3376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:57.421424+0000 mgr.y (mgr.24491) 3838 : cluster [DBG] pgmap v3376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:59.442 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:24:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:24:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:57.421424+0000 mgr.y (mgr.24491) 3838 : cluster [DBG] pgmap v3376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:24:59.719 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:24:59.720 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (110m) 8m ago 111m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:24:59.720 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (111m) 8m ago 111m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:24:59.720 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (112m) 8m ago 112m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:24:59.720 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (112m) 8m ago 112m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:24:59.720 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (116m) 8m ago 116m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:24:59.720 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (117m) 8m ago 117m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:24:59.720 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (117m) 8m ago 117m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:24:59.720 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (116m) 8m ago 116m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:24:59.720 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (116m) 8m ago 116m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:24:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (111m) 8m ago 111m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:24:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (111m) 8m ago 111m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:24:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (115m) 8m ago 115m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:24:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (115m) 8m ago 115m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:24:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (115m) 8m ago 115m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:24:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (114m) 8m ago 114m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:24:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (114m) 8m ago 114m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:24:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (113m) 8m ago 113m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:24:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (113m) 8m ago 113m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:24:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (112m) 8m ago 112m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:24:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (110m) 8m ago 111m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:25:00.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:25:00.051 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:25:00.051 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:25:00.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:25:00.051 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:25:00.051 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:25:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:24:59.421964+0000 mgr.y (mgr.24491) 3839 : cluster [DBG] pgmap v3377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:24:59.432408+0000 mgr.y (mgr.24491) 3840 : audit [DBG] from='client.28682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:24:59.713872+0000 mgr.y (mgr.24491) 3841 : audit [DBG] from='client.18786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:25:00.051832+0000 mon.a (mon.0) 1402 : audit [DBG] from='client.? 172.21.15.177:0/1100421256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:25:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:24:59.421964+0000 mgr.y (mgr.24491) 3839 : cluster [DBG] pgmap v3377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:24:59.432408+0000 mgr.y (mgr.24491) 3840 : audit [DBG] from='client.28682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:24:59.713872+0000 mgr.y (mgr.24491) 3841 : audit [DBG] from='client.18786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:25:00.051832+0000 mon.a (mon.0) 1402 : audit [DBG] from='client.? 172.21.15.177:0/1100421256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:25:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:25:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:24:59.421964+0000 mgr.y (mgr.24491) 3839 : cluster [DBG] pgmap v3377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:24:59.432408+0000 mgr.y (mgr.24491) 3840 : audit [DBG] from='client.28682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:24:59.713872+0000 mgr.y (mgr.24491) 3841 : audit [DBG] from='client.18786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:25:00.051832+0000 mon.a (mon.0) 1402 : audit [DBG] from='client.? 172.21.15.177:0/1100421256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:25:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:01.422492+0000 mgr.y (mgr.24491) 3842 : cluster [DBG] pgmap v3378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:01.422492+0000 mgr.y (mgr.24491) 3842 : cluster [DBG] pgmap v3378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:01.422492+0000 mgr.y (mgr.24491) 3842 : cluster [DBG] pgmap v3378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:05.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:03.422878+0000 mgr.y (mgr.24491) 3843 : cluster [DBG] pgmap v3379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:05.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:03.422878+0000 mgr.y (mgr.24491) 3843 : cluster [DBG] pgmap v3379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:03.422878+0000 mgr.y (mgr.24491) 3843 : cluster [DBG] pgmap v3379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:05.423512+0000 mgr.y (mgr.24491) 3844 : cluster [DBG] pgmap v3380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:05.423512+0000 mgr.y (mgr.24491) 3844 : cluster [DBG] pgmap v3380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:05.423512+0000 mgr.y (mgr.24491) 3844 : cluster [DBG] pgmap v3380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:07] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:25:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:07.424007+0000 mgr.y (mgr.24491) 3845 : cluster [DBG] pgmap v3381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:07.424007+0000 mgr.y (mgr.24491) 3845 : cluster [DBG] pgmap v3381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:07.424007+0000 mgr.y (mgr.24491) 3845 : cluster [DBG] pgmap v3381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:09.424716+0000 mgr.y (mgr.24491) 3846 : cluster [DBG] pgmap v3382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:09.424716+0000 mgr.y (mgr.24491) 3846 : cluster [DBG] pgmap v3382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:09.424716+0000 mgr.y (mgr.24491) 3846 : cluster [DBG] pgmap v3382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:25:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:11.425112+0000 mgr.y (mgr.24491) 3847 : cluster [DBG] pgmap v3383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:11.425112+0000 mgr.y (mgr.24491) 3847 : cluster [DBG] pgmap v3383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:11.425112+0000 mgr.y (mgr.24491) 3847 : cluster [DBG] pgmap v3383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:13.425491+0000 mgr.y (mgr.24491) 3848 : cluster [DBG] pgmap v3384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:13.425491+0000 mgr.y (mgr.24491) 3848 : cluster [DBG] pgmap v3384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:13.425491+0000 mgr.y (mgr.24491) 3848 : cluster [DBG] pgmap v3384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:15.426202+0000 mgr.y (mgr.24491) 3849 : cluster [DBG] pgmap v3385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:15.426202+0000 mgr.y (mgr.24491) 3849 : cluster [DBG] pgmap v3385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:15.426202+0000 mgr.y (mgr.24491) 3849 : cluster [DBG] pgmap v3385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:17] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:25:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:17.426624+0000 mgr.y (mgr.24491) 3850 : cluster [DBG] pgmap v3386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:17.426624+0000 mgr.y (mgr.24491) 3850 : cluster [DBG] pgmap v3386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:17.426624+0000 mgr.y (mgr.24491) 3850 : cluster [DBG] pgmap v3386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:19.427446+0000 mgr.y (mgr.24491) 3851 : cluster [DBG] pgmap v3387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:19.427446+0000 mgr.y (mgr.24491) 3851 : cluster [DBG] pgmap v3387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:19.427446+0000 mgr.y (mgr.24491) 3851 : cluster [DBG] pgmap v3387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:25:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:21.427823+0000 mgr.y (mgr.24491) 3852 : cluster [DBG] pgmap v3388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:21.427823+0000 mgr.y (mgr.24491) 3852 : cluster [DBG] pgmap v3388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:21.427823+0000 mgr.y (mgr.24491) 3852 : cluster [DBG] pgmap v3388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:23.428298+0000 mgr.y (mgr.24491) 3853 : cluster [DBG] pgmap v3389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:23.428298+0000 mgr.y (mgr.24491) 3853 : cluster [DBG] pgmap v3389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:23.428298+0000 mgr.y (mgr.24491) 3853 : cluster [DBG] pgmap v3389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:25.429110+0000 mgr.y (mgr.24491) 3854 : cluster [DBG] pgmap v3390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:25.429110+0000 mgr.y (mgr.24491) 3854 : cluster [DBG] pgmap v3390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:25.429110+0000 mgr.y (mgr.24491) 3854 : cluster [DBG] pgmap v3390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:27] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:25:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:27.429563+0000 mgr.y (mgr.24491) 3855 : cluster [DBG] pgmap v3391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:27.429563+0000 mgr.y (mgr.24491) 3855 : cluster [DBG] pgmap v3391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:27.429563+0000 mgr.y (mgr.24491) 3855 : cluster [DBG] pgmap v3391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:30.362 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:25:30.637 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:25:30.638 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (111m) 8m ago 112m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:25:30.638 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (111m) 8m ago 111m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:25:30.638 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (113m) 8m ago 113m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:25:30.638 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (113m) 8m ago 113m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:25:30.638 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (116m) 8m ago 116m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:25:30.638 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (118m) 8m ago 118m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:25:30.638 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (118m) 8m ago 118m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:25:30.638 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (117m) 8m ago 117m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:25:30.638 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (116m) 8m ago 116m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:25:30.638 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (112m) 8m ago 112m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:25:30.639 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (112m) 8m ago 112m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:25:30.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (116m) 8m ago 116m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:25:30.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (115m) 8m ago 115m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:25:30.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (115m) 8m ago 115m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:25:30.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (115m) 8m ago 115m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:25:30.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (114m) 8m ago 114m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:25:30.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (114m) 8m ago 114m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:25:30.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (113m) 8m ago 113m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:25:30.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (113m) 8m ago 113m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:25:30.639 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (111m) 8m ago 112m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:25:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:29.430215+0000 mgr.y (mgr.24491) 3856 : cluster [DBG] pgmap v3392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:29.430215+0000 mgr.y (mgr.24491) 3856 : cluster [DBG] pgmap v3392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:29.430215+0000 mgr.y (mgr.24491) 3856 : cluster [DBG] pgmap v3392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:30.974 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:25:30.974 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:25:30.974 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:25:30.974 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:25:30.974 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:25:30.974 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:25:30.974 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:25:30.975 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:25:30.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:25:30.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:25:30.975 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:25:30.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:25:30.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:25:30.975 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:25:30.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:25:30.975 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:25:30.975 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:25:31.492 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:25:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:25:30.352058+0000 mgr.y (mgr.24491) 3857 : audit [DBG] from='client.18798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:25:30.632246+0000 mgr.y (mgr.24491) 3858 : audit [DBG] from='client.28706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:25:30.975988+0000 mon.c (mon.2) 150 : audit [DBG] from='client.? 172.21.15.177:0/1650193505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:25:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:25:30.352058+0000 mgr.y (mgr.24491) 3857 : audit [DBG] from='client.18798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:25:30.632246+0000 mgr.y (mgr.24491) 3858 : audit [DBG] from='client.28706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:25:30.975988+0000 mon.c (mon.2) 150 : audit [DBG] from='client.? 172.21.15.177:0/1650193505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:25:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:25:30.352058+0000 mgr.y (mgr.24491) 3857 : audit [DBG] from='client.18798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:25:30.632246+0000 mgr.y (mgr.24491) 3858 : audit [DBG] from='client.28706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:25:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:25:30.975988+0000 mon.c (mon.2) 150 : audit [DBG] from='client.? 172.21.15.177:0/1650193505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:25:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:31.430557+0000 mgr.y (mgr.24491) 3859 : cluster [DBG] pgmap v3393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:31.430557+0000 mgr.y (mgr.24491) 3859 : cluster [DBG] pgmap v3393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:31.430557+0000 mgr.y (mgr.24491) 3859 : cluster [DBG] pgmap v3393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:33.430983+0000 mgr.y (mgr.24491) 3860 : cluster [DBG] pgmap v3394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:33.430983+0000 mgr.y (mgr.24491) 3860 : cluster [DBG] pgmap v3394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:33.430983+0000 mgr.y (mgr.24491) 3860 : cluster [DBG] pgmap v3394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:35.431657+0000 mgr.y (mgr.24491) 3861 : cluster [DBG] pgmap v3395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:35.431657+0000 mgr.y (mgr.24491) 3861 : cluster [DBG] pgmap v3395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:35.431657+0000 mgr.y (mgr.24491) 3861 : cluster [DBG] pgmap v3395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:25:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:37.432074+0000 mgr.y (mgr.24491) 3862 : cluster [DBG] pgmap v3396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:37.432074+0000 mgr.y (mgr.24491) 3862 : cluster [DBG] pgmap v3396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:37.432074+0000 mgr.y (mgr.24491) 3862 : cluster [DBG] pgmap v3396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:39.432860+0000 mgr.y (mgr.24491) 3863 : cluster [DBG] pgmap v3397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:39.432860+0000 mgr.y (mgr.24491) 3863 : cluster [DBG] pgmap v3397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:39.432860+0000 mgr.y (mgr.24491) 3863 : cluster [DBG] pgmap v3397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:25:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:25:41.206233+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:25:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:25:41.497332+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:25:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:25:41.497959+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:25:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:25:41.502214+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:25:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:25:41.206233+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:25:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:25:41.497332+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:25:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:25:41.497959+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:25:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:25:41.502214+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:25:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:25:41.206233+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:25:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:25:41.497332+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:25:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:25:41.497959+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:25:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:25:41.502214+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:25:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:41.433259+0000 mgr.y (mgr.24491) 3864 : cluster [DBG] pgmap v3398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:41.433259+0000 mgr.y (mgr.24491) 3864 : cluster [DBG] pgmap v3398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:41.433259+0000 mgr.y (mgr.24491) 3864 : cluster [DBG] pgmap v3398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:43.433666+0000 mgr.y (mgr.24491) 3865 : cluster [DBG] pgmap v3399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:43.433666+0000 mgr.y (mgr.24491) 3865 : cluster [DBG] pgmap v3399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:43.433666+0000 mgr.y (mgr.24491) 3865 : cluster [DBG] pgmap v3399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:45.434499+0000 mgr.y (mgr.24491) 3866 : cluster [DBG] pgmap v3400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:45.434499+0000 mgr.y (mgr.24491) 3866 : cluster [DBG] pgmap v3400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:45.434499+0000 mgr.y (mgr.24491) 3866 : cluster [DBG] pgmap v3400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:25:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:47.435001+0000 mgr.y (mgr.24491) 3867 : cluster [DBG] pgmap v3401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:47.435001+0000 mgr.y (mgr.24491) 3867 : cluster [DBG] pgmap v3401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:47.435001+0000 mgr.y (mgr.24491) 3867 : cluster [DBG] pgmap v3401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:49.435620+0000 mgr.y (mgr.24491) 3868 : cluster [DBG] pgmap v3402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:49.435620+0000 mgr.y (mgr.24491) 3868 : cluster [DBG] pgmap v3402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:49.435620+0000 mgr.y (mgr.24491) 3868 : cluster [DBG] pgmap v3402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:25:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:51.436152+0000 mgr.y (mgr.24491) 3869 : cluster [DBG] pgmap v3403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:51.436152+0000 mgr.y (mgr.24491) 3869 : cluster [DBG] pgmap v3403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:51.436152+0000 mgr.y (mgr.24491) 3869 : cluster [DBG] pgmap v3403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:53.436509+0000 mgr.y (mgr.24491) 3870 : cluster [DBG] pgmap v3404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:53.436509+0000 mgr.y (mgr.24491) 3870 : cluster [DBG] pgmap v3404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:53.436509+0000 mgr.y (mgr.24491) 3870 : cluster [DBG] pgmap v3404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:55.437333+0000 mgr.y (mgr.24491) 3871 : cluster [DBG] pgmap v3405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:55.437333+0000 mgr.y (mgr.24491) 3871 : cluster [DBG] pgmap v3405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:55.437333+0000 mgr.y (mgr.24491) 3871 : cluster [DBG] pgmap v3405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:25:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:25:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:57.437827+0000 mgr.y (mgr.24491) 3872 : cluster [DBG] pgmap v3406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:57.437827+0000 mgr.y (mgr.24491) 3872 : cluster [DBG] pgmap v3406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:25:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:25:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:57.437827+0000 mgr.y (mgr.24491) 3872 : cluster [DBG] pgmap v3406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:25:59.438646+0000 mgr.y (mgr.24491) 3873 : cluster [DBG] pgmap v3407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:25:59.438646+0000 mgr.y (mgr.24491) 3873 : cluster [DBG] pgmap v3407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:25:59.438646+0000 mgr.y (mgr.24491) 3873 : cluster [DBG] pgmap v3407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:01.285 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:26:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:26:01.561 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:26:01.561 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (111m) 9m ago 112m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:26:01.561 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (112m) 9m ago 112m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:26:01.561 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (113m) 9m ago 113m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:26:01.561 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (113m) 9m ago 113m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:26:01.561 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (117m) 9m ago 117m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:26:01.561 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (118m) 9m ago 118m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:26:01.561 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (118m) 9m ago 118m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:26:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (117m) 9m ago 117m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:26:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (117m) 9m ago 117m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:26:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (112m) 9m ago 112m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:26:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (112m) 9m ago 112m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:26:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (116m) 9m ago 116m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:26:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (116m) 9m ago 116m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:26:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (116m) 9m ago 116m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:26:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (115m) 9m ago 115m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:26:01.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (115m) 9m ago 115m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:26:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (114m) 9m ago 114m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:26:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (114m) 9m ago 114m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:26:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (114m) 9m ago 113m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:26:01.563 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (111m) 9m ago 113m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:26:01.897 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:26:01.897 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:26:01.897 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:26:01.897 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:26:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:26:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:26:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:26:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:26:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:26:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:26:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:26:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:26:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:26:01.898 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:26:01.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:26:01.899 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:26:01.899 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:26:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:01.275334+0000 mgr.y (mgr.24491) 3874 : audit [DBG] from='client.18816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:01.439020+0000 mgr.y (mgr.24491) 3875 : cluster [DBG] pgmap v3408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:01.555233+0000 mgr.y (mgr.24491) 3876 : audit [DBG] from='client.28724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:01.898769+0000 mon.c (mon.2) 151 : audit [DBG] from='client.? 172.21.15.177:0/3816837672' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:26:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:01.275334+0000 mgr.y (mgr.24491) 3874 : audit [DBG] from='client.18816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:01.439020+0000 mgr.y (mgr.24491) 3875 : cluster [DBG] pgmap v3408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:01.555233+0000 mgr.y (mgr.24491) 3876 : audit [DBG] from='client.28724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:01.898769+0000 mon.c (mon.2) 151 : audit [DBG] from='client.? 172.21.15.177:0/3816837672' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:26:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:01.275334+0000 mgr.y (mgr.24491) 3874 : audit [DBG] from='client.18816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:01.439020+0000 mgr.y (mgr.24491) 3875 : cluster [DBG] pgmap v3408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:01.555233+0000 mgr.y (mgr.24491) 3876 : audit [DBG] from='client.28724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:01.898769+0000 mon.c (mon.2) 151 : audit [DBG] from='client.? 172.21.15.177:0/3816837672' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:26:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:03.439518+0000 mgr.y (mgr.24491) 3877 : cluster [DBG] pgmap v3409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:03.439518+0000 mgr.y (mgr.24491) 3877 : cluster [DBG] pgmap v3409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:03.439518+0000 mgr.y (mgr.24491) 3877 : cluster [DBG] pgmap v3409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:05.440185+0000 mgr.y (mgr.24491) 3878 : cluster [DBG] pgmap v3410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:05.440185+0000 mgr.y (mgr.24491) 3878 : cluster [DBG] pgmap v3410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:05.440185+0000 mgr.y (mgr.24491) 3878 : cluster [DBG] pgmap v3410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:07] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:26:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:07.440623+0000 mgr.y (mgr.24491) 3879 : cluster [DBG] pgmap v3411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:07.440623+0000 mgr.y (mgr.24491) 3879 : cluster [DBG] pgmap v3411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:07.440623+0000 mgr.y (mgr.24491) 3879 : cluster [DBG] pgmap v3411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:09.441196+0000 mgr.y (mgr.24491) 3880 : cluster [DBG] pgmap v3412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:09.441196+0000 mgr.y (mgr.24491) 3880 : cluster [DBG] pgmap v3412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:09.441196+0000 mgr.y (mgr.24491) 3880 : cluster [DBG] pgmap v3412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:26:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:11.441585+0000 mgr.y (mgr.24491) 3881 : cluster [DBG] pgmap v3413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:11.441585+0000 mgr.y (mgr.24491) 3881 : cluster [DBG] pgmap v3413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:11.441585+0000 mgr.y (mgr.24491) 3881 : cluster [DBG] pgmap v3413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:13.442148+0000 mgr.y (mgr.24491) 3882 : cluster [DBG] pgmap v3414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:13.442148+0000 mgr.y (mgr.24491) 3882 : cluster [DBG] pgmap v3414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:13.442148+0000 mgr.y (mgr.24491) 3882 : cluster [DBG] pgmap v3414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:15.442827+0000 mgr.y (mgr.24491) 3883 : cluster [DBG] pgmap v3415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:15.442827+0000 mgr.y (mgr.24491) 3883 : cluster [DBG] pgmap v3415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:15.442827+0000 mgr.y (mgr.24491) 3883 : cluster [DBG] pgmap v3415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:17] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:26:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:17.443312+0000 mgr.y (mgr.24491) 3884 : cluster [DBG] pgmap v3416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:17.443312+0000 mgr.y (mgr.24491) 3884 : cluster [DBG] pgmap v3416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:17.443312+0000 mgr.y (mgr.24491) 3884 : cluster [DBG] pgmap v3416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:19.443989+0000 mgr.y (mgr.24491) 3885 : cluster [DBG] pgmap v3417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:19.443989+0000 mgr.y (mgr.24491) 3885 : cluster [DBG] pgmap v3417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:19.443989+0000 mgr.y (mgr.24491) 3885 : cluster [DBG] pgmap v3417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:26:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:21.444421+0000 mgr.y (mgr.24491) 3886 : cluster [DBG] pgmap v3418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:21.444421+0000 mgr.y (mgr.24491) 3886 : cluster [DBG] pgmap v3418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:21.444421+0000 mgr.y (mgr.24491) 3886 : cluster [DBG] pgmap v3418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:23.444880+0000 mgr.y (mgr.24491) 3887 : cluster [DBG] pgmap v3419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:23.444880+0000 mgr.y (mgr.24491) 3887 : cluster [DBG] pgmap v3419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:23.444880+0000 mgr.y (mgr.24491) 3887 : cluster [DBG] pgmap v3419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:25.445746+0000 mgr.y (mgr.24491) 3888 : cluster [DBG] pgmap v3420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:25.445746+0000 mgr.y (mgr.24491) 3888 : cluster [DBG] pgmap v3420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:25.445746+0000 mgr.y (mgr.24491) 3888 : cluster [DBG] pgmap v3420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:27] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:26:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:27.446281+0000 mgr.y (mgr.24491) 3889 : cluster [DBG] pgmap v3421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:27.446281+0000 mgr.y (mgr.24491) 3889 : cluster [DBG] pgmap v3421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:27.446281+0000 mgr.y (mgr.24491) 3889 : cluster [DBG] pgmap v3421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:29.447095+0000 mgr.y (mgr.24491) 3890 : cluster [DBG] pgmap v3422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:29.447095+0000 mgr.y (mgr.24491) 3890 : cluster [DBG] pgmap v3422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:29.447095+0000 mgr.y (mgr.24491) 3890 : cluster [DBG] pgmap v3422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:26:32.206 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:26:32.488 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:26:32.488 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (112m) 9m ago 113m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:26:32.488 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (112m) 9m ago 112m 61.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:26:32.488 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (114m) 9m ago 114m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:26:32.488 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (114m) 9m ago 114m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:26:32.488 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (117m) 9m ago 117m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:26:32.488 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (119m) 9m ago 119m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:26:32.488 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (119m) 9m ago 119m 319M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:26:32.489 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (118m) 9m ago 118m 173M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:26:32.489 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (117m) 9m ago 117m 177M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:26:32.489 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (113m) 9m ago 113m 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:26:32.489 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (113m) 9m ago 113m 25.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:26:32.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (117m) 9m ago 117m 44.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:26:32.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (116m) 9m ago 116m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:26:32.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (116m) 9m ago 116m 40.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:26:32.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (116m) 9m ago 116m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:26:32.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (115m) 9m ago 115m 42.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:26:32.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (115m) 9m ago 115m 41.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:26:32.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (114m) 9m ago 114m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:26:32.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (114m) 9m ago 114m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:26:32.490 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (112m) 9m ago 113m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:26:32.832 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:26:32.832 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:26:32.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:26:32.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:26:32.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:26:32.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:26:32.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:26:32.833 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:26:32.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:26:32.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:26:32.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:26:32.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:26:32.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:26:32.834 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:26:32.834 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:26:32.834 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:26:32.834 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:26:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:31.447520+0000 mgr.y (mgr.24491) 3891 : cluster [DBG] pgmap v3423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:31.447520+0000 mgr.y (mgr.24491) 3891 : cluster [DBG] pgmap v3423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:31.447520+0000 mgr.y (mgr.24491) 3891 : cluster [DBG] pgmap v3423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:32.196106+0000 mgr.y (mgr.24491) 3892 : audit [DBG] from='client.28736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:32.482272+0000 mgr.y (mgr.24491) 3893 : audit [DBG] from='client.28742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:32.834500+0000 mon.c (mon.2) 152 : audit [DBG] from='client.? 172.21.15.177:0/1727659048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:26:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:32.196106+0000 mgr.y (mgr.24491) 3892 : audit [DBG] from='client.28736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:32.482272+0000 mgr.y (mgr.24491) 3893 : audit [DBG] from='client.28742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:32.834500+0000 mon.c (mon.2) 152 : audit [DBG] from='client.? 172.21.15.177:0/1727659048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:26:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:32.196106+0000 mgr.y (mgr.24491) 3892 : audit [DBG] from='client.28736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:32.482272+0000 mgr.y (mgr.24491) 3893 : audit [DBG] from='client.28742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:26:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:32.834500+0000 mon.c (mon.2) 152 : audit [DBG] from='client.? 172.21.15.177:0/1727659048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:26:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:33.447837+0000 mgr.y (mgr.24491) 3894 : cluster [DBG] pgmap v3424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:33.447837+0000 mgr.y (mgr.24491) 3894 : cluster [DBG] pgmap v3424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:33.447837+0000 mgr.y (mgr.24491) 3894 : cluster [DBG] pgmap v3424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:35.448597+0000 mgr.y (mgr.24491) 3895 : cluster [DBG] pgmap v3425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:35.448597+0000 mgr.y (mgr.24491) 3895 : cluster [DBG] pgmap v3425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:35.448597+0000 mgr.y (mgr.24491) 3895 : cluster [DBG] pgmap v3425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:37] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:26:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:37.449150+0000 mgr.y (mgr.24491) 3896 : cluster [DBG] pgmap v3426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:37.449150+0000 mgr.y (mgr.24491) 3896 : cluster [DBG] pgmap v3426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:37.449150+0000 mgr.y (mgr.24491) 3896 : cluster [DBG] pgmap v3426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:39.449988+0000 mgr.y (mgr.24491) 3897 : cluster [DBG] pgmap v3427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:39.449988+0000 mgr.y (mgr.24491) 3897 : cluster [DBG] pgmap v3427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:39.449988+0000 mgr.y (mgr.24491) 3897 : cluster [DBG] pgmap v3427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:26:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:41.506463+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:26:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:41.506463+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:26:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:41.506463+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:26:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:41.450311+0000 mgr.y (mgr.24491) 3898 : cluster [DBG] pgmap v3428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:41.450311+0000 mgr.y (mgr.24491) 3898 : cluster [DBG] pgmap v3428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:42.992 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:41.450311+0000 mgr.y (mgr.24491) 3898 : cluster [DBG] pgmap v3428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:43.450708+0000 mgr.y (mgr.24491) 3899 : cluster [DBG] pgmap v3429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:44.195423+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:26:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:43.450708+0000 mgr.y (mgr.24491) 3899 : cluster [DBG] pgmap v3429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:44.195423+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:26:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:43.450708+0000 mgr.y (mgr.24491) 3899 : cluster [DBG] pgmap v3429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:44.195423+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:26:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:44.743050+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:26:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:45.018009+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:26:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:45.018726+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:26:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:26:45.024062+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:26:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:44.743050+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:26:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:45.018009+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:26:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:45.018726+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:26:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:26:45.024062+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:26:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:44.743050+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:26:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:45.018009+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:26:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:45.018726+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:26:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:26:45.024062+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:26:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:45.451465+0000 mgr.y (mgr.24491) 3900 : cluster [DBG] pgmap v3430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:45.451465+0000 mgr.y (mgr.24491) 3900 : cluster [DBG] pgmap v3430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:45.451465+0000 mgr.y (mgr.24491) 3900 : cluster [DBG] pgmap v3430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:47] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:26:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:47.451812+0000 mgr.y (mgr.24491) 3901 : cluster [DBG] pgmap v3431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:47.451812+0000 mgr.y (mgr.24491) 3901 : cluster [DBG] pgmap v3431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:47.451812+0000 mgr.y (mgr.24491) 3901 : cluster [DBG] pgmap v3431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:51.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:49.452480+0000 mgr.y (mgr.24491) 3902 : cluster [DBG] pgmap v3432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:49.452480+0000 mgr.y (mgr.24491) 3902 : cluster [DBG] pgmap v3432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:49.452480+0000 mgr.y (mgr.24491) 3902 : cluster [DBG] pgmap v3432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:26:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:51.453073+0000 mgr.y (mgr.24491) 3903 : cluster [DBG] pgmap v3433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:51.453073+0000 mgr.y (mgr.24491) 3903 : cluster [DBG] pgmap v3433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:51.453073+0000 mgr.y (mgr.24491) 3903 : cluster [DBG] pgmap v3433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:53.453466+0000 mgr.y (mgr.24491) 3904 : cluster [DBG] pgmap v3434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:53.453466+0000 mgr.y (mgr.24491) 3904 : cluster [DBG] pgmap v3434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:53.453466+0000 mgr.y (mgr.24491) 3904 : cluster [DBG] pgmap v3434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:55.454328+0000 mgr.y (mgr.24491) 3905 : cluster [DBG] pgmap v3435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:55.454328+0000 mgr.y (mgr.24491) 3905 : cluster [DBG] pgmap v3435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:55.454328+0000 mgr.y (mgr.24491) 3905 : cluster [DBG] pgmap v3435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:26:57] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:26:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:57.454822+0000 mgr.y (mgr.24491) 3906 : cluster [DBG] pgmap v3436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:57.454822+0000 mgr.y (mgr.24491) 3906 : cluster [DBG] pgmap v3436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:26:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:26:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:57.454822+0000 mgr.y (mgr.24491) 3906 : cluster [DBG] pgmap v3436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:26:59.455624+0000 mgr.y (mgr.24491) 3907 : cluster [DBG] pgmap v3437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:26:59.455624+0000 mgr.y (mgr.24491) 3907 : cluster [DBG] pgmap v3437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:26:59.455624+0000 mgr.y (mgr.24491) 3907 : cluster [DBG] pgmap v3437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:27:03.153 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:27:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:01.456162+0000 mgr.y (mgr.24491) 3908 : cluster [DBG] pgmap v3438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:01.456162+0000 mgr.y (mgr.24491) 3908 : cluster [DBG] pgmap v3438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:03.427 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:27:03.427 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (112m) 19s ago 113m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:27:03.427 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (113m) 18s ago 113m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:27:03.427 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (114m) 19s ago 114m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (114m) 18s ago 114m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (118m) 18s ago 118m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (119m) 19s ago 119m 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (119m) 19s ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (118m) 18s ago 118m 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (118m) 19s ago 118m 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (114m) 19s ago 113m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (113m) 18s ago 113m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (117m) 19s ago 117m 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (117m) 19s ago 117m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (117m) 19s ago 117m 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (116m) 19s ago 116m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (116m) 18s ago 116m 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (115m) 18s ago 115m 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (115m) 18s ago 115m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:27:03.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (115m) 18s ago 115m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:27:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (112m) 18s ago 114m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:27:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:01.456162+0000 mgr.y (mgr.24491) 3908 : cluster [DBG] pgmap v3438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:27:03.759 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:27:03.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:27:03.760 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:27:03.760 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:27:04.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:27:03.761042+0000 mon.c (mon.2) 153 : audit [DBG] from='client.? 172.21.15.177:0/613047449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:27:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:27:03.761042+0000 mon.c (mon.2) 153 : audit [DBG] from='client.? 172.21.15.177:0/613047449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:27:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:27:03.761042+0000 mon.c (mon.2) 153 : audit [DBG] from='client.? 172.21.15.177:0/613047449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:27:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:27:03.143166+0000 mgr.y (mgr.24491) 3909 : audit [DBG] from='client.18852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:27:03.422141+0000 mgr.y (mgr.24491) 3910 : audit [DBG] from='client.28760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:03.456510+0000 mgr.y (mgr.24491) 3911 : cluster [DBG] pgmap v3439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:27:03.143166+0000 mgr.y (mgr.24491) 3909 : audit [DBG] from='client.18852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:27:03.422141+0000 mgr.y (mgr.24491) 3910 : audit [DBG] from='client.28760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:03.456510+0000 mgr.y (mgr.24491) 3911 : cluster [DBG] pgmap v3439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:27:03.143166+0000 mgr.y (mgr.24491) 3909 : audit [DBG] from='client.18852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:27:03.422141+0000 mgr.y (mgr.24491) 3910 : audit [DBG] from='client.28760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:03.456510+0000 mgr.y (mgr.24491) 3911 : cluster [DBG] pgmap v3439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:05.457167+0000 mgr.y (mgr.24491) 3912 : cluster [DBG] pgmap v3440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:05.457167+0000 mgr.y (mgr.24491) 3912 : cluster [DBG] pgmap v3440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:05.457167+0000 mgr.y (mgr.24491) 3912 : cluster [DBG] pgmap v3440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:07] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:27:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:07.457744+0000 mgr.y (mgr.24491) 3913 : cluster [DBG] pgmap v3441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:07.457744+0000 mgr.y (mgr.24491) 3913 : cluster [DBG] pgmap v3441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:07.457744+0000 mgr.y (mgr.24491) 3913 : cluster [DBG] pgmap v3441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:09.458455+0000 mgr.y (mgr.24491) 3914 : cluster [DBG] pgmap v3442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:09.458455+0000 mgr.y (mgr.24491) 3914 : cluster [DBG] pgmap v3442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:09.458455+0000 mgr.y (mgr.24491) 3914 : cluster [DBG] pgmap v3442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:27:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:11.459063+0000 mgr.y (mgr.24491) 3915 : cluster [DBG] pgmap v3443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:11.459063+0000 mgr.y (mgr.24491) 3915 : cluster [DBG] pgmap v3443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:11.459063+0000 mgr.y (mgr.24491) 3915 : cluster [DBG] pgmap v3443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:13.459501+0000 mgr.y (mgr.24491) 3916 : cluster [DBG] pgmap v3444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:13.459501+0000 mgr.y (mgr.24491) 3916 : cluster [DBG] pgmap v3444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:13.459501+0000 mgr.y (mgr.24491) 3916 : cluster [DBG] pgmap v3444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:15.460374+0000 mgr.y (mgr.24491) 3917 : cluster [DBG] pgmap v3445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:15.460374+0000 mgr.y (mgr.24491) 3917 : cluster [DBG] pgmap v3445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:15.460374+0000 mgr.y (mgr.24491) 3917 : cluster [DBG] pgmap v3445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:17] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:27:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:17.460832+0000 mgr.y (mgr.24491) 3918 : cluster [DBG] pgmap v3446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:17.460832+0000 mgr.y (mgr.24491) 3918 : cluster [DBG] pgmap v3446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:17.460832+0000 mgr.y (mgr.24491) 3918 : cluster [DBG] pgmap v3446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:19.461519+0000 mgr.y (mgr.24491) 3919 : cluster [DBG] pgmap v3447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:19.461519+0000 mgr.y (mgr.24491) 3919 : cluster [DBG] pgmap v3447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:19.461519+0000 mgr.y (mgr.24491) 3919 : cluster [DBG] pgmap v3447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:27:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:21.461990+0000 mgr.y (mgr.24491) 3920 : cluster [DBG] pgmap v3448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:21.461990+0000 mgr.y (mgr.24491) 3920 : cluster [DBG] pgmap v3448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:21.461990+0000 mgr.y (mgr.24491) 3920 : cluster [DBG] pgmap v3448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:23.462363+0000 mgr.y (mgr.24491) 3921 : cluster [DBG] pgmap v3449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:23.462363+0000 mgr.y (mgr.24491) 3921 : cluster [DBG] pgmap v3449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:23.462363+0000 mgr.y (mgr.24491) 3921 : cluster [DBG] pgmap v3449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:26.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:25.463089+0000 mgr.y (mgr.24491) 3922 : cluster [DBG] pgmap v3450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:26.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:25.463089+0000 mgr.y (mgr.24491) 3922 : cluster [DBG] pgmap v3450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:25.463089+0000 mgr.y (mgr.24491) 3922 : cluster [DBG] pgmap v3450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:27] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:27:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:27.463437+0000 mgr.y (mgr.24491) 3923 : cluster [DBG] pgmap v3451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:27.463437+0000 mgr.y (mgr.24491) 3923 : cluster [DBG] pgmap v3451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:27.463437+0000 mgr.y (mgr.24491) 3923 : cluster [DBG] pgmap v3451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:29.464086+0000 mgr.y (mgr.24491) 3924 : cluster [DBG] pgmap v3452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:29.464086+0000 mgr.y (mgr.24491) 3924 : cluster [DBG] pgmap v3452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:29.464086+0000 mgr.y (mgr.24491) 3924 : cluster [DBG] pgmap v3452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:27:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:31.464467+0000 mgr.y (mgr.24491) 3925 : cluster [DBG] pgmap v3453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:31.464467+0000 mgr.y (mgr.24491) 3925 : cluster [DBG] pgmap v3453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:31.464467+0000 mgr.y (mgr.24491) 3925 : cluster [DBG] pgmap v3453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:34.070 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:27:34.347 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (113m) 50s ago 114m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (113m) 49s ago 113m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (115m) 50s ago 115m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (115m) 49s ago 115m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (118m) 49s ago 118m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 50s ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 50s ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (119m) 49s ago 119m 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (118m) 50s ago 118m 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (114m) 50s ago 114m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (114m) 49s ago 114m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (118m) 50s ago 118m 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:27:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (117m) 50s ago 117m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:27:34.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (117m) 50s ago 117m 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:27:34.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (117m) 50s ago 117m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:27:34.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (116m) 49s ago 116m 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:27:34.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (116m) 49s ago 116m 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:27:34.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (115m) 49s ago 115m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:27:34.349 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (115m) 49s ago 115m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:27:34.349 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (113m) 49s ago 114m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:27:34.684 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:27:34.684 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:27:34.685 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:27:34.686 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:27:34.686 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:27:34.686 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:27:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:33.464888+0000 mgr.y (mgr.24491) 3926 : cluster [DBG] pgmap v3454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:27:34.059676+0000 mgr.y (mgr.24491) 3927 : audit [DBG] from='client.28772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:33.464888+0000 mgr.y (mgr.24491) 3926 : cluster [DBG] pgmap v3454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:27:34.059676+0000 mgr.y (mgr.24491) 3927 : audit [DBG] from='client.28772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:33.464888+0000 mgr.y (mgr.24491) 3926 : cluster [DBG] pgmap v3454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:27:34.059676+0000 mgr.y (mgr.24491) 3927 : audit [DBG] from='client.28772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:27:34.341882+0000 mgr.y (mgr.24491) 3928 : audit [DBG] from='client.18876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:27:34.686478+0000 mon.a (mon.0) 1413 : audit [DBG] from='client.? 172.21.15.177:0/1890309453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:27:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:27:34.341882+0000 mgr.y (mgr.24491) 3928 : audit [DBG] from='client.18876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:27:34.686478+0000 mon.a (mon.0) 1413 : audit [DBG] from='client.? 172.21.15.177:0/1890309453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:27:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:27:34.341882+0000 mgr.y (mgr.24491) 3928 : audit [DBG] from='client.18876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:27:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:27:34.686478+0000 mon.a (mon.0) 1413 : audit [DBG] from='client.? 172.21.15.177:0/1890309453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:27:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:35.465488+0000 mgr.y (mgr.24491) 3929 : cluster [DBG] pgmap v3455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:35.465488+0000 mgr.y (mgr.24491) 3929 : cluster [DBG] pgmap v3455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:35.465488+0000 mgr.y (mgr.24491) 3929 : cluster [DBG] pgmap v3455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:37] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:27:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:37.465986+0000 mgr.y (mgr.24491) 3930 : cluster [DBG] pgmap v3456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:37.465986+0000 mgr.y (mgr.24491) 3930 : cluster [DBG] pgmap v3456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:37.465986+0000 mgr.y (mgr.24491) 3930 : cluster [DBG] pgmap v3456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:39.466497+0000 mgr.y (mgr.24491) 3931 : cluster [DBG] pgmap v3457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:39.466497+0000 mgr.y (mgr.24491) 3931 : cluster [DBG] pgmap v3457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:39.466497+0000 mgr.y (mgr.24491) 3931 : cluster [DBG] pgmap v3457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:27:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:41.466979+0000 mgr.y (mgr.24491) 3932 : cluster [DBG] pgmap v3458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:41.466979+0000 mgr.y (mgr.24491) 3932 : cluster [DBG] pgmap v3458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:41.466979+0000 mgr.y (mgr.24491) 3932 : cluster [DBG] pgmap v3458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:43.467379+0000 mgr.y (mgr.24491) 3933 : cluster [DBG] pgmap v3459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:43.467379+0000 mgr.y (mgr.24491) 3933 : cluster [DBG] pgmap v3459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:43.467379+0000 mgr.y (mgr.24491) 3933 : cluster [DBG] pgmap v3459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:27:45.029188+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:27:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:27:45.324508+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:27:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:27:45.325155+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:27:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:27:45.330235+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:27:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:27:45.029188+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:27:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:27:45.324508+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:27:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:27:45.325155+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:27:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:27:45.330235+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:27:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:27:45.029188+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:27:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:27:45.324508+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:27:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:27:45.325155+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:27:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:27:45.330235+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:27:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:45.468122+0000 mgr.y (mgr.24491) 3934 : cluster [DBG] pgmap v3460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:45.468122+0000 mgr.y (mgr.24491) 3934 : cluster [DBG] pgmap v3460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:45.468122+0000 mgr.y (mgr.24491) 3934 : cluster [DBG] pgmap v3460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:47] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:27:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:47.468495+0000 mgr.y (mgr.24491) 3935 : cluster [DBG] pgmap v3461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:47.468495+0000 mgr.y (mgr.24491) 3935 : cluster [DBG] pgmap v3461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:47.468495+0000 mgr.y (mgr.24491) 3935 : cluster [DBG] pgmap v3461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:49.469152+0000 mgr.y (mgr.24491) 3936 : cluster [DBG] pgmap v3462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:49.469152+0000 mgr.y (mgr.24491) 3936 : cluster [DBG] pgmap v3462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:49.469152+0000 mgr.y (mgr.24491) 3936 : cluster [DBG] pgmap v3462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:27:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:51.469620+0000 mgr.y (mgr.24491) 3937 : cluster [DBG] pgmap v3463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:51.469620+0000 mgr.y (mgr.24491) 3937 : cluster [DBG] pgmap v3463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:51.469620+0000 mgr.y (mgr.24491) 3937 : cluster [DBG] pgmap v3463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:53.470034+0000 mgr.y (mgr.24491) 3938 : cluster [DBG] pgmap v3464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:53.470034+0000 mgr.y (mgr.24491) 3938 : cluster [DBG] pgmap v3464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:53.470034+0000 mgr.y (mgr.24491) 3938 : cluster [DBG] pgmap v3464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:55.470906+0000 mgr.y (mgr.24491) 3939 : cluster [DBG] pgmap v3465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:55.470906+0000 mgr.y (mgr.24491) 3939 : cluster [DBG] pgmap v3465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:55.470906+0000 mgr.y (mgr.24491) 3939 : cluster [DBG] pgmap v3465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:27:57] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:27:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:57.471447+0000 mgr.y (mgr.24491) 3940 : cluster [DBG] pgmap v3466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:57.471447+0000 mgr.y (mgr.24491) 3940 : cluster [DBG] pgmap v3466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:27:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:27:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:57.471447+0000 mgr.y (mgr.24491) 3940 : cluster [DBG] pgmap v3466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:27:59.472192+0000 mgr.y (mgr.24491) 3941 : cluster [DBG] pgmap v3467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:27:59.472192+0000 mgr.y (mgr.24491) 3941 : cluster [DBG] pgmap v3467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:27:59.472192+0000 mgr.y (mgr.24491) 3941 : cluster [DBG] pgmap v3467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:28:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:01.472587+0000 mgr.y (mgr.24491) 3942 : cluster [DBG] pgmap v3468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:01.472587+0000 mgr.y (mgr.24491) 3942 : cluster [DBG] pgmap v3468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:01.472587+0000 mgr.y (mgr.24491) 3942 : cluster [DBG] pgmap v3468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:03.473134+0000 mgr.y (mgr.24491) 3943 : cluster [DBG] pgmap v3469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:03.473134+0000 mgr.y (mgr.24491) 3943 : cluster [DBG] pgmap v3469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:04.994 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:28:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:03.473134+0000 mgr.y (mgr.24491) 3943 : cluster [DBG] pgmap v3469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:28:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (113m) 81s ago 114m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:28:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (114m) 80s ago 114m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:28:05.269 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (115m) 81s ago 115m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:28:05.269 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (115m) 80s ago 115m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:28:05.269 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (119m) 80s ago 119m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:28:05.269 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 81s ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:28:05.269 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 81s ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:28:05.269 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (119m) 80s ago 119m 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:28:05.269 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (119m) 81s ago 119m 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:28:05.269 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (115m) 81s ago 115m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:28:05.269 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (114m) 80s ago 114m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:28:05.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (118m) 81s ago 118m 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:28:05.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (118m) 81s ago 118m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:28:05.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (118m) 81s ago 118m 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:28:05.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (117m) 81s ago 117m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:28:05.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (117m) 80s ago 117m 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:28:05.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (116m) 80s ago 116m 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:28:05.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (116m) 80s ago 116m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:28:05.270 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (116m) 80s ago 116m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:28:05.270 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (113m) 80s ago 115m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:28:05.605 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:28:05.605 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:28:05.605 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:28:05.605 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:28:05.605 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:28:05.605 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:28:05.605 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:28:05.605 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:28:05.605 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:28:05.606 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:28:05.606 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:28:05.606 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:28:05.606 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:28:05.606 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:28:05.606 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:28:05.606 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:28:05.606 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:28:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:28:04.983921+0000 mgr.y (mgr.24491) 3944 : audit [DBG] from='client.18888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:28:04.983921+0000 mgr.y (mgr.24491) 3944 : audit [DBG] from='client.18888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:28:04.983921+0000 mgr.y (mgr.24491) 3944 : audit [DBG] from='client.18888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:28:05.262447+0000 mgr.y (mgr.24491) 3945 : audit [DBG] from='client.18894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:05.473700+0000 mgr.y (mgr.24491) 3946 : cluster [DBG] pgmap v3470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:28:05.606583+0000 mon.c (mon.2) 154 : audit [DBG] from='client.? 172.21.15.177:0/2780973935' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:28:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:28:05.262447+0000 mgr.y (mgr.24491) 3945 : audit [DBG] from='client.18894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:05.473700+0000 mgr.y (mgr.24491) 3946 : cluster [DBG] pgmap v3470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:28:05.606583+0000 mon.c (mon.2) 154 : audit [DBG] from='client.? 172.21.15.177:0/2780973935' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:28:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:28:05.262447+0000 mgr.y (mgr.24491) 3945 : audit [DBG] from='client.18894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:05.473700+0000 mgr.y (mgr.24491) 3946 : cluster [DBG] pgmap v3470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:28:05.606583+0000 mon.c (mon.2) 154 : audit [DBG] from='client.? 172.21.15.177:0/2780973935' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:28:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:07] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:28:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:07.474153+0000 mgr.y (mgr.24491) 3947 : cluster [DBG] pgmap v3471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:07.474153+0000 mgr.y (mgr.24491) 3947 : cluster [DBG] pgmap v3471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:07.474153+0000 mgr.y (mgr.24491) 3947 : cluster [DBG] pgmap v3471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:09.474711+0000 mgr.y (mgr.24491) 3948 : cluster [DBG] pgmap v3472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:09.474711+0000 mgr.y (mgr.24491) 3948 : cluster [DBG] pgmap v3472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:09.474711+0000 mgr.y (mgr.24491) 3948 : cluster [DBG] pgmap v3472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:28:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:11.475190+0000 mgr.y (mgr.24491) 3949 : cluster [DBG] pgmap v3473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:11.475190+0000 mgr.y (mgr.24491) 3949 : cluster [DBG] pgmap v3473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:11.475190+0000 mgr.y (mgr.24491) 3949 : cluster [DBG] pgmap v3473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:13.475649+0000 mgr.y (mgr.24491) 3950 : cluster [DBG] pgmap v3474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:13.475649+0000 mgr.y (mgr.24491) 3950 : cluster [DBG] pgmap v3474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:13.475649+0000 mgr.y (mgr.24491) 3950 : cluster [DBG] pgmap v3474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:15.476460+0000 mgr.y (mgr.24491) 3951 : cluster [DBG] pgmap v3475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:15.476460+0000 mgr.y (mgr.24491) 3951 : cluster [DBG] pgmap v3475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:15.476460+0000 mgr.y (mgr.24491) 3951 : cluster [DBG] pgmap v3475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:28:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:17.476862+0000 mgr.y (mgr.24491) 3952 : cluster [DBG] pgmap v3476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:17.476862+0000 mgr.y (mgr.24491) 3952 : cluster [DBG] pgmap v3476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:17.476862+0000 mgr.y (mgr.24491) 3952 : cluster [DBG] pgmap v3476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:19.477650+0000 mgr.y (mgr.24491) 3953 : cluster [DBG] pgmap v3477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:19.477650+0000 mgr.y (mgr.24491) 3953 : cluster [DBG] pgmap v3477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:19.477650+0000 mgr.y (mgr.24491) 3953 : cluster [DBG] pgmap v3477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:28:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:21.478100+0000 mgr.y (mgr.24491) 3954 : cluster [DBG] pgmap v3478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:21.478100+0000 mgr.y (mgr.24491) 3954 : cluster [DBG] pgmap v3478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:21.478100+0000 mgr.y (mgr.24491) 3954 : cluster [DBG] pgmap v3478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:23.478629+0000 mgr.y (mgr.24491) 3955 : cluster [DBG] pgmap v3479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:23.478629+0000 mgr.y (mgr.24491) 3955 : cluster [DBG] pgmap v3479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:23.478629+0000 mgr.y (mgr.24491) 3955 : cluster [DBG] pgmap v3479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:25.479304+0000 mgr.y (mgr.24491) 3956 : cluster [DBG] pgmap v3480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:25.479304+0000 mgr.y (mgr.24491) 3956 : cluster [DBG] pgmap v3480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:25.479304+0000 mgr.y (mgr.24491) 3956 : cluster [DBG] pgmap v3480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:28:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:27.479850+0000 mgr.y (mgr.24491) 3957 : cluster [DBG] pgmap v3481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:27.479850+0000 mgr.y (mgr.24491) 3957 : cluster [DBG] pgmap v3481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:27.479850+0000 mgr.y (mgr.24491) 3957 : cluster [DBG] pgmap v3481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:29.480607+0000 mgr.y (mgr.24491) 3958 : cluster [DBG] pgmap v3482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:29.480607+0000 mgr.y (mgr.24491) 3958 : cluster [DBG] pgmap v3482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:29.480607+0000 mgr.y (mgr.24491) 3958 : cluster [DBG] pgmap v3482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:28:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:31.481090+0000 mgr.y (mgr.24491) 3959 : cluster [DBG] pgmap v3483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:31.481090+0000 mgr.y (mgr.24491) 3959 : cluster [DBG] pgmap v3483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:31.481090+0000 mgr.y (mgr.24491) 3959 : cluster [DBG] pgmap v3483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:33.481602+0000 mgr.y (mgr.24491) 3960 : cluster [DBG] pgmap v3484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:33.481602+0000 mgr.y (mgr.24491) 3960 : cluster [DBG] pgmap v3484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:33.481602+0000 mgr.y (mgr.24491) 3960 : cluster [DBG] pgmap v3484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:35.921 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:28:36.194 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:28:36.194 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (114m) 112s ago 115m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:28:36.194 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (115m) 111s ago 115m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:28:36.194 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (116m) 112s ago 116m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:28:36.194 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (116m) 111s ago 116m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:28:36.194 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (119m) 111s ago 119m 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:28:36.194 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 112s ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:28:36.194 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 112s ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:28:36.195 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 111s ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:28:36.195 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (119m) 112s ago 119m 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:28:36.195 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (115m) 112s ago 115m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:28:36.195 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (115m) 111s ago 115m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:28:36.195 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (119m) 112s ago 119m 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:28:36.195 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (119m) 112s ago 119m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:28:36.195 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (118m) 112s ago 118m 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:28:36.195 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (118m) 112s ago 118m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:28:36.195 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (117m) 111s ago 117m 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:28:36.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (117m) 111s ago 117m 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:28:36.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (117m) 111s ago 117m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:28:36.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (116m) 111s ago 116m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:28:36.196 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (114m) 111s ago 115m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:28:36.523 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:28:36.524 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:28:36.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:28:36.524 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:28:36.524 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:28:36.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:28:36.524 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:28:36.524 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:28:36.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:28:36.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:28:36.525 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:28:36.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:28:36.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:28:36.525 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:28:36.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:28:36.525 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:28:36.525 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:28:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:35.482289+0000 mgr.y (mgr.24491) 3961 : cluster [DBG] pgmap v3485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:28:35.910204+0000 mgr.y (mgr.24491) 3962 : audit [DBG] from='client.28808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:28:36.525659+0000 mon.a (mon.0) 1418 : audit [DBG] from='client.? 172.21.15.177:0/1642609717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:28:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:35.482289+0000 mgr.y (mgr.24491) 3961 : cluster [DBG] pgmap v3485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:28:35.910204+0000 mgr.y (mgr.24491) 3962 : audit [DBG] from='client.28808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:28:36.525659+0000 mon.a (mon.0) 1418 : audit [DBG] from='client.? 172.21.15.177:0/1642609717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:28:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:35.482289+0000 mgr.y (mgr.24491) 3961 : cluster [DBG] pgmap v3485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:28:35.910204+0000 mgr.y (mgr.24491) 3962 : audit [DBG] from='client.28808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:28:36.525659+0000 mon.a (mon.0) 1418 : audit [DBG] from='client.? 172.21.15.177:0/1642609717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:28:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:28:36.187509+0000 mgr.y (mgr.24491) 3963 : audit [DBG] from='client.18912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:28:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:28:36.187509+0000 mgr.y (mgr.24491) 3963 : audit [DBG] from='client.18912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:28:36.187509+0000 mgr.y (mgr.24491) 3963 : audit [DBG] from='client.18912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:28:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:37.482688+0000 mgr.y (mgr.24491) 3964 : cluster [DBG] pgmap v3486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:37.482688+0000 mgr.y (mgr.24491) 3964 : cluster [DBG] pgmap v3486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:37.482688+0000 mgr.y (mgr.24491) 3964 : cluster [DBG] pgmap v3486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:39.483457+0000 mgr.y (mgr.24491) 3965 : cluster [DBG] pgmap v3487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:39.483457+0000 mgr.y (mgr.24491) 3965 : cluster [DBG] pgmap v3487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:39.483457+0000 mgr.y (mgr.24491) 3965 : cluster [DBG] pgmap v3487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:28:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:41.483876+0000 mgr.y (mgr.24491) 3966 : cluster [DBG] pgmap v3488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:41.483876+0000 mgr.y (mgr.24491) 3966 : cluster [DBG] pgmap v3488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:41.483876+0000 mgr.y (mgr.24491) 3966 : cluster [DBG] pgmap v3488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:43.484340+0000 mgr.y (mgr.24491) 3967 : cluster [DBG] pgmap v3489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:43.484340+0000 mgr.y (mgr.24491) 3967 : cluster [DBG] pgmap v3489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:43.484340+0000 mgr.y (mgr.24491) 3967 : cluster [DBG] pgmap v3489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:28:45.334404+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:28:46.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:28:45.616035+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:28:46.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:28:45.616730+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:28:46.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:28:45.620966+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:28:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:28:45.334404+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:28:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:28:45.616035+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:28:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:28:45.616730+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:28:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:28:45.620966+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:28:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:28:45.334404+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:28:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:28:45.616035+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:28:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:28:45.616730+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:28:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:28:45.620966+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:28:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:45.484920+0000 mgr.y (mgr.24491) 3968 : cluster [DBG] pgmap v3490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:45.484920+0000 mgr.y (mgr.24491) 3968 : cluster [DBG] pgmap v3490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:45.484920+0000 mgr.y (mgr.24491) 3968 : cluster [DBG] pgmap v3490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:47] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:28:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:47.485414+0000 mgr.y (mgr.24491) 3969 : cluster [DBG] pgmap v3491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:47.485414+0000 mgr.y (mgr.24491) 3969 : cluster [DBG] pgmap v3491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:47.485414+0000 mgr.y (mgr.24491) 3969 : cluster [DBG] pgmap v3491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:49.485962+0000 mgr.y (mgr.24491) 3970 : cluster [DBG] pgmap v3492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:49.485962+0000 mgr.y (mgr.24491) 3970 : cluster [DBG] pgmap v3492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:49.485962+0000 mgr.y (mgr.24491) 3970 : cluster [DBG] pgmap v3492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:28:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:51.486431+0000 mgr.y (mgr.24491) 3971 : cluster [DBG] pgmap v3493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:51.486431+0000 mgr.y (mgr.24491) 3971 : cluster [DBG] pgmap v3493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:51.486431+0000 mgr.y (mgr.24491) 3971 : cluster [DBG] pgmap v3493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:53.486969+0000 mgr.y (mgr.24491) 3972 : cluster [DBG] pgmap v3494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:53.486969+0000 mgr.y (mgr.24491) 3972 : cluster [DBG] pgmap v3494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:53.486969+0000 mgr.y (mgr.24491) 3972 : cluster [DBG] pgmap v3494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:55.487704+0000 mgr.y (mgr.24491) 3973 : cluster [DBG] pgmap v3495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:55.487704+0000 mgr.y (mgr.24491) 3973 : cluster [DBG] pgmap v3495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:55.487704+0000 mgr.y (mgr.24491) 3973 : cluster [DBG] pgmap v3495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:28:57] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:28:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:57.488196+0000 mgr.y (mgr.24491) 3974 : cluster [DBG] pgmap v3496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:57.488196+0000 mgr.y (mgr.24491) 3974 : cluster [DBG] pgmap v3496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:28:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:57.488196+0000 mgr.y (mgr.24491) 3974 : cluster [DBG] pgmap v3496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:28:59.488881+0000 mgr.y (mgr.24491) 3975 : cluster [DBG] pgmap v3497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:28:59.488881+0000 mgr.y (mgr.24491) 3975 : cluster [DBG] pgmap v3497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:28:59.488881+0000 mgr.y (mgr.24491) 3975 : cluster [DBG] pgmap v3497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:29:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:01.489365+0000 mgr.y (mgr.24491) 3976 : cluster [DBG] pgmap v3498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:01.489365+0000 mgr.y (mgr.24491) 3976 : cluster [DBG] pgmap v3498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:01.489365+0000 mgr.y (mgr.24491) 3976 : cluster [DBG] pgmap v3498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:03.489771+0000 mgr.y (mgr.24491) 3977 : cluster [DBG] pgmap v3499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:03.489771+0000 mgr.y (mgr.24491) 3977 : cluster [DBG] pgmap v3499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:03.489771+0000 mgr.y (mgr.24491) 3977 : cluster [DBG] pgmap v3499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:06.839 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:29:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:05.490507+0000 mgr.y (mgr.24491) 3978 : cluster [DBG] pgmap v3500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:07.114 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:29:07.114 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (114m) 2m ago 115m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:29:07.114 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (115m) 2m ago 115m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:29:07.115 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (116m) 2m ago 116m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:29:07.115 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (116m) 2m ago 116m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:29:07.115 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:29:07.115 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:29:07.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:29:07.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:29:07.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:29:07.115 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (116m) 2m ago 116m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:29:07.115 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (116m) 2m ago 116m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:29:07.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (119m) 2m ago 119m 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:29:07.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (119m) 2m ago 119m 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:29:07.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (119m) 2m ago 119m 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:29:07.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (118m) 2m ago 118m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:29:07.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (118m) 2m ago 118m 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:29:07.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (117m) 2m ago 117m 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:29:07.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (117m) 2m ago 117m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:29:07.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (117m) 2m ago 117m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:29:07.116 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (114m) 2m ago 116m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:29:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:05.490507+0000 mgr.y (mgr.24491) 3978 : cluster [DBG] pgmap v3500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:05.490507+0000 mgr.y (mgr.24491) 3978 : cluster [DBG] pgmap v3500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:07.449 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:29:07.450 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:29:07.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:29:07.450 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:29:07.450 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:29:07.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:29:07.450 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:29:07.450 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:29:07.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:29:07.450 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:29:07.451 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:29:07.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:29:07.451 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:29:07.451 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:29:07.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:29:07.451 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:29:07.451 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:29:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:29:06.829057+0000 mgr.y (mgr.24491) 3979 : audit [DBG] from='client.28826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:29:07.451469+0000 mon.c (mon.2) 155 : audit [DBG] from='client.? 172.21.15.177:0/2776469675' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:29:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:07] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:29:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:29:06.829057+0000 mgr.y (mgr.24491) 3979 : audit [DBG] from='client.28826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:29:07.451469+0000 mon.c (mon.2) 155 : audit [DBG] from='client.? 172.21.15.177:0/2776469675' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:29:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:29:06.829057+0000 mgr.y (mgr.24491) 3979 : audit [DBG] from='client.28826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:29:07.451469+0000 mon.c (mon.2) 155 : audit [DBG] from='client.? 172.21.15.177:0/2776469675' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:29:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:29:07.108642+0000 mgr.y (mgr.24491) 3980 : audit [DBG] from='client.28832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:07.490887+0000 mgr.y (mgr.24491) 3981 : cluster [DBG] pgmap v3501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:29:07.108642+0000 mgr.y (mgr.24491) 3980 : audit [DBG] from='client.28832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:07.490887+0000 mgr.y (mgr.24491) 3981 : cluster [DBG] pgmap v3501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:29:07.108642+0000 mgr.y (mgr.24491) 3980 : audit [DBG] from='client.28832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:07.490887+0000 mgr.y (mgr.24491) 3981 : cluster [DBG] pgmap v3501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:09.491721+0000 mgr.y (mgr.24491) 3982 : cluster [DBG] pgmap v3502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:09.491721+0000 mgr.y (mgr.24491) 3982 : cluster [DBG] pgmap v3502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:09.491721+0000 mgr.y (mgr.24491) 3982 : cluster [DBG] pgmap v3502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:29:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:11.492179+0000 mgr.y (mgr.24491) 3983 : cluster [DBG] pgmap v3503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:11.492179+0000 mgr.y (mgr.24491) 3983 : cluster [DBG] pgmap v3503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:11.492179+0000 mgr.y (mgr.24491) 3983 : cluster [DBG] pgmap v3503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:13.492748+0000 mgr.y (mgr.24491) 3984 : cluster [DBG] pgmap v3504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:13.492748+0000 mgr.y (mgr.24491) 3984 : cluster [DBG] pgmap v3504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:13.492748+0000 mgr.y (mgr.24491) 3984 : cluster [DBG] pgmap v3504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:15.493539+0000 mgr.y (mgr.24491) 3985 : cluster [DBG] pgmap v3505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:15.493539+0000 mgr.y (mgr.24491) 3985 : cluster [DBG] pgmap v3505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:15.493539+0000 mgr.y (mgr.24491) 3985 : cluster [DBG] pgmap v3505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:17] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:29:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:17.494130+0000 mgr.y (mgr.24491) 3986 : cluster [DBG] pgmap v3506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:17.494130+0000 mgr.y (mgr.24491) 3986 : cluster [DBG] pgmap v3506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:17.494130+0000 mgr.y (mgr.24491) 3986 : cluster [DBG] pgmap v3506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:19.494718+0000 mgr.y (mgr.24491) 3987 : cluster [DBG] pgmap v3507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:19.494718+0000 mgr.y (mgr.24491) 3987 : cluster [DBG] pgmap v3507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:19.494718+0000 mgr.y (mgr.24491) 3987 : cluster [DBG] pgmap v3507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:29:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:21.495161+0000 mgr.y (mgr.24491) 3988 : cluster [DBG] pgmap v3508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:21.495161+0000 mgr.y (mgr.24491) 3988 : cluster [DBG] pgmap v3508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:21.495161+0000 mgr.y (mgr.24491) 3988 : cluster [DBG] pgmap v3508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:23.495569+0000 mgr.y (mgr.24491) 3989 : cluster [DBG] pgmap v3509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:23.495569+0000 mgr.y (mgr.24491) 3989 : cluster [DBG] pgmap v3509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:23.495569+0000 mgr.y (mgr.24491) 3989 : cluster [DBG] pgmap v3509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:25.496388+0000 mgr.y (mgr.24491) 3990 : cluster [DBG] pgmap v3510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:25.496388+0000 mgr.y (mgr.24491) 3990 : cluster [DBG] pgmap v3510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:25.496388+0000 mgr.y (mgr.24491) 3990 : cluster [DBG] pgmap v3510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:27] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:29:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:27.496963+0000 mgr.y (mgr.24491) 3991 : cluster [DBG] pgmap v3511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:27.496963+0000 mgr.y (mgr.24491) 3991 : cluster [DBG] pgmap v3511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:27.496963+0000 mgr.y (mgr.24491) 3991 : cluster [DBG] pgmap v3511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:29.497700+0000 mgr.y (mgr.24491) 3992 : cluster [DBG] pgmap v3512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:29.497700+0000 mgr.y (mgr.24491) 3992 : cluster [DBG] pgmap v3512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:29.497700+0000 mgr.y (mgr.24491) 3992 : cluster [DBG] pgmap v3512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:29:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:31.498109+0000 mgr.y (mgr.24491) 3993 : cluster [DBG] pgmap v3513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:31.498109+0000 mgr.y (mgr.24491) 3993 : cluster [DBG] pgmap v3513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:31.498109+0000 mgr.y (mgr.24491) 3993 : cluster [DBG] pgmap v3513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:33.498462+0000 mgr.y (mgr.24491) 3994 : cluster [DBG] pgmap v3514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:33.498462+0000 mgr.y (mgr.24491) 3994 : cluster [DBG] pgmap v3514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:33.498462+0000 mgr.y (mgr.24491) 3994 : cluster [DBG] pgmap v3514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:35.499244+0000 mgr.y (mgr.24491) 3995 : cluster [DBG] pgmap v3515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:35.499244+0000 mgr.y (mgr.24491) 3995 : cluster [DBG] pgmap v3515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:35.499244+0000 mgr.y (mgr.24491) 3995 : cluster [DBG] pgmap v3515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:37.761 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:29:38.037 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:29:38.037 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (115m) 2m ago 116m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:29:38.037 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (116m) 2m ago 116m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:29:38.037 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (117m) 2m ago 117m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:29:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (117m) 2m ago 117m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:29:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:29:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:29:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:29:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:29:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:29:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (116m) 2m ago 116m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:29:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (116m) 2m ago 116m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:29:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 2m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:29:38.038 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 2m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:29:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (119m) 2m ago 119m 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:29:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (119m) 2m ago 119m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:29:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (118m) 2m ago 118m 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:29:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (118m) 2m ago 118m 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:29:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (118m) 2m ago 118m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:29:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (117m) 2m ago 117m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:29:38.039 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (115m) 2m ago 116m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:29:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:37] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:29:38.375 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:29:38.375 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:29:38.375 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:29:38.375 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:29:38.375 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:29:38.375 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:29:38.375 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:29:38.375 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:29:38.376 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:29:38.376 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:29:38.376 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:29:38.376 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:29:38.376 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:29:38.376 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:29:38.376 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:29:38.376 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:29:38.376 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:29:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:37.499661+0000 mgr.y (mgr.24491) 3996 : cluster [DBG] pgmap v3516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:29:37.750720+0000 mgr.y (mgr.24491) 3997 : audit [DBG] from='client.28844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:29:38.031481+0000 mgr.y (mgr.24491) 3998 : audit [DBG] from='client.28850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:29:38.376841+0000 mon.a (mon.0) 1423 : audit [DBG] from='client.? 172.21.15.177:0/2657111523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:29:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:37.499661+0000 mgr.y (mgr.24491) 3996 : cluster [DBG] pgmap v3516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:29:37.750720+0000 mgr.y (mgr.24491) 3997 : audit [DBG] from='client.28844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:29:38.031481+0000 mgr.y (mgr.24491) 3998 : audit [DBG] from='client.28850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:29:38.376841+0000 mon.a (mon.0) 1423 : audit [DBG] from='client.? 172.21.15.177:0/2657111523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:29:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:37.499661+0000 mgr.y (mgr.24491) 3996 : cluster [DBG] pgmap v3516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:29:37.750720+0000 mgr.y (mgr.24491) 3997 : audit [DBG] from='client.28844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:29:38.031481+0000 mgr.y (mgr.24491) 3998 : audit [DBG] from='client.28850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:29:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:29:38.376841+0000 mon.a (mon.0) 1423 : audit [DBG] from='client.? 172.21.15.177:0/2657111523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:29:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:39.500333+0000 mgr.y (mgr.24491) 3999 : cluster [DBG] pgmap v3517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:39.500333+0000 mgr.y (mgr.24491) 3999 : cluster [DBG] pgmap v3517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:39.500333+0000 mgr.y (mgr.24491) 3999 : cluster [DBG] pgmap v3517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:29:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:41.500908+0000 mgr.y (mgr.24491) 4000 : cluster [DBG] pgmap v3518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:41.500908+0000 mgr.y (mgr.24491) 4000 : cluster [DBG] pgmap v3518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:41.500908+0000 mgr.y (mgr.24491) 4000 : cluster [DBG] pgmap v3518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:43.501450+0000 mgr.y (mgr.24491) 4001 : cluster [DBG] pgmap v3519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:43.501450+0000 mgr.y (mgr.24491) 4001 : cluster [DBG] pgmap v3519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:43.501450+0000 mgr.y (mgr.24491) 4001 : cluster [DBG] pgmap v3519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:29:45.625150+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:29:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:29:45.625150+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:29:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:29:45.625150+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:29:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:45.502380+0000 mgr.y (mgr.24491) 4002 : cluster [DBG] pgmap v3520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:29:45.865959+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:29:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:29:46.142175+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:29:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:29:46.142799+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:29:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:29:46.147266+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:29:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:45.502380+0000 mgr.y (mgr.24491) 4002 : cluster [DBG] pgmap v3520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:29:45.865959+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:29:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:29:46.142175+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:29:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:29:46.142799+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:29:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:29:46.147266+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:29:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:45.502380+0000 mgr.y (mgr.24491) 4002 : cluster [DBG] pgmap v3520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:29:45.865959+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:29:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:29:46.142175+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:29:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:29:46.142799+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:29:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:29:46.147266+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:29:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:29:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:47.502779+0000 mgr.y (mgr.24491) 4003 : cluster [DBG] pgmap v3521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:47.502779+0000 mgr.y (mgr.24491) 4003 : cluster [DBG] pgmap v3521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:47.502779+0000 mgr.y (mgr.24491) 4003 : cluster [DBG] pgmap v3521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:49.503483+0000 mgr.y (mgr.24491) 4004 : cluster [DBG] pgmap v3522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:49.503483+0000 mgr.y (mgr.24491) 4004 : cluster [DBG] pgmap v3522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:49.503483+0000 mgr.y (mgr.24491) 4004 : cluster [DBG] pgmap v3522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:29:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:51.504038+0000 mgr.y (mgr.24491) 4005 : cluster [DBG] pgmap v3523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:53.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:51.504038+0000 mgr.y (mgr.24491) 4005 : cluster [DBG] pgmap v3523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:51.504038+0000 mgr.y (mgr.24491) 4005 : cluster [DBG] pgmap v3523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:53.504572+0000 mgr.y (mgr.24491) 4006 : cluster [DBG] pgmap v3524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:53.504572+0000 mgr.y (mgr.24491) 4006 : cluster [DBG] pgmap v3524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:53.504572+0000 mgr.y (mgr.24491) 4006 : cluster [DBG] pgmap v3524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:55.505245+0000 mgr.y (mgr.24491) 4007 : cluster [DBG] pgmap v3525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:55.505245+0000 mgr.y (mgr.24491) 4007 : cluster [DBG] pgmap v3525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:55.505245+0000 mgr.y (mgr.24491) 4007 : cluster [DBG] pgmap v3525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:29:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:29:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:57.505672+0000 mgr.y (mgr.24491) 4008 : cluster [DBG] pgmap v3526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:57.505672+0000 mgr.y (mgr.24491) 4008 : cluster [DBG] pgmap v3526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:29:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:29:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:57.505672+0000 mgr.y (mgr.24491) 4008 : cluster [DBG] pgmap v3526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T05:29:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:30:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:29:59.506360+0000 mgr.y (mgr.24491) 4009 : cluster [DBG] pgmap v3527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:00.000133+0000 mon.a (mon.0) 1429 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:30:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:29:59.506360+0000 mgr.y (mgr.24491) 4009 : cluster [DBG] pgmap v3527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:00.000133+0000 mon.a (mon.0) 1429 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:30:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:30:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:29:59.506360+0000 mgr.y (mgr.24491) 4009 : cluster [DBG] pgmap v3527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:00.000133+0000 mon.a (mon.0) 1429 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:30:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:01.506761+0000 mgr.y (mgr.24491) 4010 : cluster [DBG] pgmap v3528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:01.506761+0000 mgr.y (mgr.24491) 4010 : cluster [DBG] pgmap v3528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:01.506761+0000 mgr.y (mgr.24491) 4010 : cluster [DBG] pgmap v3528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:03.507180+0000 mgr.y (mgr.24491) 4011 : cluster [DBG] pgmap v3529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:03.507180+0000 mgr.y (mgr.24491) 4011 : cluster [DBG] pgmap v3529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:03.507180+0000 mgr.y (mgr.24491) 4011 : cluster [DBG] pgmap v3529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:05.507809+0000 mgr.y (mgr.24491) 4012 : cluster [DBG] pgmap v3530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:05.507809+0000 mgr.y (mgr.24491) 4012 : cluster [DBG] pgmap v3530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:05.507809+0000 mgr.y (mgr.24491) 4012 : cluster [DBG] pgmap v3530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:07] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:30:08.685 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:30:08.961 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:30:08.962 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (115m) 3m ago 116m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:30:08.962 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (116m) 3m ago 116m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:30:08.962 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (117m) 3m ago 117m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:30:08.962 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (117m) 3m ago 117m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:30:08.962 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 3m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:30:08.962 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:30:08.962 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:30:08.962 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 3m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:30:08.962 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:30:08.963 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (117m) 3m ago 117m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:30:08.963 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (117m) 3m ago 117m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:30:08.963 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:30:08.963 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:30:08.963 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:30:08.963 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (119m) 3m ago 119m 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:30:08.963 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (119m) 3m ago 119m 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:30:08.963 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (118m) 3m ago 118m 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:30:08.963 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (118m) 3m ago 118m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:30:08.963 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (118m) 3m ago 118m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:30:08.963 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (115m) 3m ago 117m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:30:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:07.508280+0000 mgr.y (mgr.24491) 4013 : cluster [DBG] pgmap v3531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:09.298 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:30:09.298 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:30:09.298 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:30:09.299 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:30:09.299 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:30:09.299 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:30:09.299 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:30:09.299 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:30:09.299 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:30:09.299 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:30:09.299 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:30:09.299 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:30:09.299 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:30:09.299 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:30:09.300 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:30:09.300 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:30:09.300 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:30:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:07.508280+0000 mgr.y (mgr.24491) 4013 : cluster [DBG] pgmap v3531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:07.508280+0000 mgr.y (mgr.24491) 4013 : cluster [DBG] pgmap v3531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:30:08.675047+0000 mgr.y (mgr.24491) 4014 : audit [DBG] from='client.28862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:30:08.955822+0000 mgr.y (mgr.24491) 4015 : audit [DBG] from='client.28868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:30:09.300257+0000 mon.a (mon.0) 1430 : audit [DBG] from='client.? 172.21.15.177:0/593368528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:30:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:30:08.675047+0000 mgr.y (mgr.24491) 4014 : audit [DBG] from='client.28862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:30:08.955822+0000 mgr.y (mgr.24491) 4015 : audit [DBG] from='client.28868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:30:09.300257+0000 mon.a (mon.0) 1430 : audit [DBG] from='client.? 172.21.15.177:0/593368528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:30:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:30:08.675047+0000 mgr.y (mgr.24491) 4014 : audit [DBG] from='client.28862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:30:08.955822+0000 mgr.y (mgr.24491) 4015 : audit [DBG] from='client.28868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:30:09.300257+0000 mon.a (mon.0) 1430 : audit [DBG] from='client.? 172.21.15.177:0/593368528' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:30:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:09.509019+0000 mgr.y (mgr.24491) 4016 : cluster [DBG] pgmap v3532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:30:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:09.509019+0000 mgr.y (mgr.24491) 4016 : cluster [DBG] pgmap v3532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:09.509019+0000 mgr.y (mgr.24491) 4016 : cluster [DBG] pgmap v3532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:11.509506+0000 mgr.y (mgr.24491) 4017 : cluster [DBG] pgmap v3533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:11.509506+0000 mgr.y (mgr.24491) 4017 : cluster [DBG] pgmap v3533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:11.509506+0000 mgr.y (mgr.24491) 4017 : cluster [DBG] pgmap v3533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:13.509890+0000 mgr.y (mgr.24491) 4018 : cluster [DBG] pgmap v3534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:13.509890+0000 mgr.y (mgr.24491) 4018 : cluster [DBG] pgmap v3534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:13.509890+0000 mgr.y (mgr.24491) 4018 : cluster [DBG] pgmap v3534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:15.510600+0000 mgr.y (mgr.24491) 4019 : cluster [DBG] pgmap v3535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:15.510600+0000 mgr.y (mgr.24491) 4019 : cluster [DBG] pgmap v3535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:15.510600+0000 mgr.y (mgr.24491) 4019 : cluster [DBG] pgmap v3535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:30:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:17.511133+0000 mgr.y (mgr.24491) 4020 : cluster [DBG] pgmap v3536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:17.511133+0000 mgr.y (mgr.24491) 4020 : cluster [DBG] pgmap v3536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:17.511133+0000 mgr.y (mgr.24491) 4020 : cluster [DBG] pgmap v3536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:19.511982+0000 mgr.y (mgr.24491) 4021 : cluster [DBG] pgmap v3537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:30:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:19.511982+0000 mgr.y (mgr.24491) 4021 : cluster [DBG] pgmap v3537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:19.511982+0000 mgr.y (mgr.24491) 4021 : cluster [DBG] pgmap v3537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:21.512501+0000 mgr.y (mgr.24491) 4022 : cluster [DBG] pgmap v3538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:21.512501+0000 mgr.y (mgr.24491) 4022 : cluster [DBG] pgmap v3538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:21.512501+0000 mgr.y (mgr.24491) 4022 : cluster [DBG] pgmap v3538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:23.513007+0000 mgr.y (mgr.24491) 4023 : cluster [DBG] pgmap v3539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:23.513007+0000 mgr.y (mgr.24491) 4023 : cluster [DBG] pgmap v3539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:23.513007+0000 mgr.y (mgr.24491) 4023 : cluster [DBG] pgmap v3539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:25.513631+0000 mgr.y (mgr.24491) 4024 : cluster [DBG] pgmap v3540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:25.513631+0000 mgr.y (mgr.24491) 4024 : cluster [DBG] pgmap v3540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:25.513631+0000 mgr.y (mgr.24491) 4024 : cluster [DBG] pgmap v3540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:30:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:27.514093+0000 mgr.y (mgr.24491) 4025 : cluster [DBG] pgmap v3541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:27.514093+0000 mgr.y (mgr.24491) 4025 : cluster [DBG] pgmap v3541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:27.514093+0000 mgr.y (mgr.24491) 4025 : cluster [DBG] pgmap v3541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:29.514721+0000 mgr.y (mgr.24491) 4026 : cluster [DBG] pgmap v3542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:30:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:29.514721+0000 mgr.y (mgr.24491) 4026 : cluster [DBG] pgmap v3542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:29.514721+0000 mgr.y (mgr.24491) 4026 : cluster [DBG] pgmap v3542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:31.515179+0000 mgr.y (mgr.24491) 4027 : cluster [DBG] pgmap v3543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:31.515179+0000 mgr.y (mgr.24491) 4027 : cluster [DBG] pgmap v3543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:31.515179+0000 mgr.y (mgr.24491) 4027 : cluster [DBG] pgmap v3543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:33.515733+0000 mgr.y (mgr.24491) 4028 : cluster [DBG] pgmap v3544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:33.515733+0000 mgr.y (mgr.24491) 4028 : cluster [DBG] pgmap v3544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:33.515733+0000 mgr.y (mgr.24491) 4028 : cluster [DBG] pgmap v3544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:35.516433+0000 mgr.y (mgr.24491) 4029 : cluster [DBG] pgmap v3545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:35.516433+0000 mgr.y (mgr.24491) 4029 : cluster [DBG] pgmap v3545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:35.516433+0000 mgr.y (mgr.24491) 4029 : cluster [DBG] pgmap v3545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:37] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:30:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:37.517015+0000 mgr.y (mgr.24491) 4030 : cluster [DBG] pgmap v3546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:37.517015+0000 mgr.y (mgr.24491) 4030 : cluster [DBG] pgmap v3546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:37.517015+0000 mgr.y (mgr.24491) 4030 : cluster [DBG] pgmap v3546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:39.611 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:30:39.882 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:30:39.882 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (116m) 3m ago 117m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:30:39.883 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (117m) 3m ago 117m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:30:39.883 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (118m) 3m ago 118m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:30:39.883 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (118m) 3m ago 118m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:30:39.883 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 3m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:30:39.883 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:30:39.883 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:30:39.883 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 3m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:30:39.883 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:30:39.883 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (117m) 3m ago 117m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:30:39.883 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (117m) 3m ago 117m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:30:39.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:30:39.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:30:39.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:30:39.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 3m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:30:39.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (119m) 3m ago 119m 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:30:39.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (119m) 3m ago 119m 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:30:39.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (119m) 3m ago 119m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:30:39.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (118m) 3m ago 118m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:30:39.884 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (116m) 3m ago 117m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:30:40.217 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:30:40.218 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:30:40.218 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:30:40.218 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:30:40.218 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:30:40.218 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:30:40.218 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:30:40.218 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:30:40.219 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:30:40.219 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:30:40.219 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:30:40.219 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:30:40.219 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:30:40.219 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:30:40.219 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:30:40.219 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:30:40.219 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:30:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:30:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:39.517636+0000 mgr.y (mgr.24491) 4031 : cluster [DBG] pgmap v3547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:30:39.600581+0000 mgr.y (mgr.24491) 4032 : audit [DBG] from='client.28880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:30:39.876649+0000 mgr.y (mgr.24491) 4033 : audit [DBG] from='client.28886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:30:40.219377+0000 mon.c (mon.2) 156 : audit [DBG] from='client.? 172.21.15.177:0/1677806190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:30:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:39.517636+0000 mgr.y (mgr.24491) 4031 : cluster [DBG] pgmap v3547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:30:39.600581+0000 mgr.y (mgr.24491) 4032 : audit [DBG] from='client.28880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:30:39.876649+0000 mgr.y (mgr.24491) 4033 : audit [DBG] from='client.28886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:30:40.219377+0000 mon.c (mon.2) 156 : audit [DBG] from='client.? 172.21.15.177:0/1677806190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:30:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:39.517636+0000 mgr.y (mgr.24491) 4031 : cluster [DBG] pgmap v3547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:30:39.600581+0000 mgr.y (mgr.24491) 4032 : audit [DBG] from='client.28880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:30:39.876649+0000 mgr.y (mgr.24491) 4033 : audit [DBG] from='client.28886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:30:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:30:40.219377+0000 mon.c (mon.2) 156 : audit [DBG] from='client.? 172.21.15.177:0/1677806190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:30:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:41.518157+0000 mgr.y (mgr.24491) 4034 : cluster [DBG] pgmap v3548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:41.518157+0000 mgr.y (mgr.24491) 4034 : cluster [DBG] pgmap v3548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:41.518157+0000 mgr.y (mgr.24491) 4034 : cluster [DBG] pgmap v3548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:43.518732+0000 mgr.y (mgr.24491) 4035 : cluster [DBG] pgmap v3549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:43.518732+0000 mgr.y (mgr.24491) 4035 : cluster [DBG] pgmap v3549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:43.518732+0000 mgr.y (mgr.24491) 4035 : cluster [DBG] pgmap v3549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:45.519318+0000 mgr.y (mgr.24491) 4036 : cluster [DBG] pgmap v3550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:30:46.151564+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:30:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:30:46.396123+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:30:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:30:46.673315+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:30:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:30:46.674001+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:30:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:30:46.678749+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:30:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:45.519318+0000 mgr.y (mgr.24491) 4036 : cluster [DBG] pgmap v3550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:30:46.151564+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:30:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:30:46.396123+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:30:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:30:46.673315+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:30:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:30:46.674001+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:30:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:30:46.678749+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:30:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:45.519318+0000 mgr.y (mgr.24491) 4036 : cluster [DBG] pgmap v3550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:30:46.151564+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:30:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:30:46.396123+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:30:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:30:46.673315+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:30:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:30:46.674001+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:30:47.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:30:46.678749+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:30:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:47] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:30:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:47.519896+0000 mgr.y (mgr.24491) 4037 : cluster [DBG] pgmap v3551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:47.519896+0000 mgr.y (mgr.24491) 4037 : cluster [DBG] pgmap v3551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:47.519896+0000 mgr.y (mgr.24491) 4037 : cluster [DBG] pgmap v3551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:49.520612+0000 mgr.y (mgr.24491) 4038 : cluster [DBG] pgmap v3552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:30:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:49.520612+0000 mgr.y (mgr.24491) 4038 : cluster [DBG] pgmap v3552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:49.520612+0000 mgr.y (mgr.24491) 4038 : cluster [DBG] pgmap v3552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:51.521115+0000 mgr.y (mgr.24491) 4039 : cluster [DBG] pgmap v3553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:51.521115+0000 mgr.y (mgr.24491) 4039 : cluster [DBG] pgmap v3553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:51.521115+0000 mgr.y (mgr.24491) 4039 : cluster [DBG] pgmap v3553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:53.521508+0000 mgr.y (mgr.24491) 4040 : cluster [DBG] pgmap v3554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:53.521508+0000 mgr.y (mgr.24491) 4040 : cluster [DBG] pgmap v3554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:53.521508+0000 mgr.y (mgr.24491) 4040 : cluster [DBG] pgmap v3554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:55.522385+0000 mgr.y (mgr.24491) 4041 : cluster [DBG] pgmap v3555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:55.522385+0000 mgr.y (mgr.24491) 4041 : cluster [DBG] pgmap v3555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:55.522385+0000 mgr.y (mgr.24491) 4041 : cluster [DBG] pgmap v3555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:30:57] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:30:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:30:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:57.522971+0000 mgr.y (mgr.24491) 4042 : cluster [DBG] pgmap v3556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:57.522971+0000 mgr.y (mgr.24491) 4042 : cluster [DBG] pgmap v3556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:30:59.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:57.522971+0000 mgr.y (mgr.24491) 4042 : cluster [DBG] pgmap v3556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:30:59.523686+0000 mgr.y (mgr.24491) 4043 : cluster [DBG] pgmap v3557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:31:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:30:59.523686+0000 mgr.y (mgr.24491) 4043 : cluster [DBG] pgmap v3557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:30:59.523686+0000 mgr.y (mgr.24491) 4043 : cluster [DBG] pgmap v3557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:01.524185+0000 mgr.y (mgr.24491) 4044 : cluster [DBG] pgmap v3558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:01.524185+0000 mgr.y (mgr.24491) 4044 : cluster [DBG] pgmap v3558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:01.524185+0000 mgr.y (mgr.24491) 4044 : cluster [DBG] pgmap v3558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:03.524726+0000 mgr.y (mgr.24491) 4045 : cluster [DBG] pgmap v3559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:03.524726+0000 mgr.y (mgr.24491) 4045 : cluster [DBG] pgmap v3559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:03.524726+0000 mgr.y (mgr.24491) 4045 : cluster [DBG] pgmap v3559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:05.525415+0000 mgr.y (mgr.24491) 4046 : cluster [DBG] pgmap v3560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:05.525415+0000 mgr.y (mgr.24491) 4046 : cluster [DBG] pgmap v3560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:05.525415+0000 mgr.y (mgr.24491) 4046 : cluster [DBG] pgmap v3560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:07] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:31:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:07.525849+0000 mgr.y (mgr.24491) 4047 : cluster [DBG] pgmap v3561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:07.525849+0000 mgr.y (mgr.24491) 4047 : cluster [DBG] pgmap v3561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:07.525849+0000 mgr.y (mgr.24491) 4047 : cluster [DBG] pgmap v3561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:10.529 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:31:10.804 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:31:10.804 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (116m) 4m ago 117m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:31:10.805 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (117m) 4m ago 117m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:31:10.805 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (118m) 4m ago 118m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:31:10.805 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (118m) 4m ago 118m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:31:10.805 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:31:10.805 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 4m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:31:10.805 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 4m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:31:10.805 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:31:10.805 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 4m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:31:10.805 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (118m) 4m ago 118m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:31:10.805 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (118m) 4m ago 118m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:31:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 4m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:31:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 4m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:31:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 4m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:31:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 4m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:31:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:31:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:31:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (119m) 4m ago 119m 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:31:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (119m) 4m ago 119m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:31:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (116m) 4m ago 118m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:31:11.137 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:31:11.137 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:31:11.137 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:31:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:31:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:31:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:31:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:31:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:31:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:31:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:31:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:31:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:31:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:31:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:31:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:31:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:31:11.139 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:31:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:09.526518+0000 mgr.y (mgr.24491) 4048 : cluster [DBG] pgmap v3562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:09.526518+0000 mgr.y (mgr.24491) 4048 : cluster [DBG] pgmap v3562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:31:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:09.526518+0000 mgr.y (mgr.24491) 4048 : cluster [DBG] pgmap v3562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:31:10.518188+0000 mgr.y (mgr.24491) 4049 : audit [DBG] from='client.28898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:31:10.798740+0000 mgr.y (mgr.24491) 4050 : audit [DBG] from='client.19002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:31:11.139177+0000 mon.a (mon.0) 1436 : audit [DBG] from='client.? 172.21.15.177:0/730267722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:31:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:31:10.518188+0000 mgr.y (mgr.24491) 4049 : audit [DBG] from='client.28898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:31:10.798740+0000 mgr.y (mgr.24491) 4050 : audit [DBG] from='client.19002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:31:11.139177+0000 mon.a (mon.0) 1436 : audit [DBG] from='client.? 172.21.15.177:0/730267722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:31:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:31:10.518188+0000 mgr.y (mgr.24491) 4049 : audit [DBG] from='client.28898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:31:10.798740+0000 mgr.y (mgr.24491) 4050 : audit [DBG] from='client.19002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:31:11.139177+0000 mon.a (mon.0) 1436 : audit [DBG] from='client.? 172.21.15.177:0/730267722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:31:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:11.526805+0000 mgr.y (mgr.24491) 4051 : cluster [DBG] pgmap v3563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:11.526805+0000 mgr.y (mgr.24491) 4051 : cluster [DBG] pgmap v3563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:11.526805+0000 mgr.y (mgr.24491) 4051 : cluster [DBG] pgmap v3563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:13.529220+0000 mgr.y (mgr.24491) 4052 : cluster [DBG] pgmap v3564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:13.529220+0000 mgr.y (mgr.24491) 4052 : cluster [DBG] pgmap v3564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:13.529220+0000 mgr.y (mgr.24491) 4052 : cluster [DBG] pgmap v3564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:15.530163+0000 mgr.y (mgr.24491) 4053 : cluster [DBG] pgmap v3565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:15.530163+0000 mgr.y (mgr.24491) 4053 : cluster [DBG] pgmap v3565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:15.530163+0000 mgr.y (mgr.24491) 4053 : cluster [DBG] pgmap v3565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:17] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:31:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:17.530697+0000 mgr.y (mgr.24491) 4054 : cluster [DBG] pgmap v3566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:17.530697+0000 mgr.y (mgr.24491) 4054 : cluster [DBG] pgmap v3566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:17.530697+0000 mgr.y (mgr.24491) 4054 : cluster [DBG] pgmap v3566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:19.531449+0000 mgr.y (mgr.24491) 4055 : cluster [DBG] pgmap v3567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:19.531449+0000 mgr.y (mgr.24491) 4055 : cluster [DBG] pgmap v3567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:19.531449+0000 mgr.y (mgr.24491) 4055 : cluster [DBG] pgmap v3567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:31:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:21.531962+0000 mgr.y (mgr.24491) 4056 : cluster [DBG] pgmap v3568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:21.531962+0000 mgr.y (mgr.24491) 4056 : cluster [DBG] pgmap v3568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:21.531962+0000 mgr.y (mgr.24491) 4056 : cluster [DBG] pgmap v3568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:23.532370+0000 mgr.y (mgr.24491) 4057 : cluster [DBG] pgmap v3569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:23.532370+0000 mgr.y (mgr.24491) 4057 : cluster [DBG] pgmap v3569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:23.532370+0000 mgr.y (mgr.24491) 4057 : cluster [DBG] pgmap v3569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:25.533056+0000 mgr.y (mgr.24491) 4058 : cluster [DBG] pgmap v3570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:25.533056+0000 mgr.y (mgr.24491) 4058 : cluster [DBG] pgmap v3570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:25.533056+0000 mgr.y (mgr.24491) 4058 : cluster [DBG] pgmap v3570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:27] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:31:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:27.533557+0000 mgr.y (mgr.24491) 4059 : cluster [DBG] pgmap v3571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:27.533557+0000 mgr.y (mgr.24491) 4059 : cluster [DBG] pgmap v3571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:27.533557+0000 mgr.y (mgr.24491) 4059 : cluster [DBG] pgmap v3571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:29.534413+0000 mgr.y (mgr.24491) 4060 : cluster [DBG] pgmap v3572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:29.534413+0000 mgr.y (mgr.24491) 4060 : cluster [DBG] pgmap v3572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:29.534413+0000 mgr.y (mgr.24491) 4060 : cluster [DBG] pgmap v3572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:31:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:31.534826+0000 mgr.y (mgr.24491) 4061 : cluster [DBG] pgmap v3573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:31.534826+0000 mgr.y (mgr.24491) 4061 : cluster [DBG] pgmap v3573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:31.534826+0000 mgr.y (mgr.24491) 4061 : cluster [DBG] pgmap v3573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:33.535297+0000 mgr.y (mgr.24491) 4062 : cluster [DBG] pgmap v3574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:33.535297+0000 mgr.y (mgr.24491) 4062 : cluster [DBG] pgmap v3574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:33.535297+0000 mgr.y (mgr.24491) 4062 : cluster [DBG] pgmap v3574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:35.536174+0000 mgr.y (mgr.24491) 4063 : cluster [DBG] pgmap v3575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:35.536174+0000 mgr.y (mgr.24491) 4063 : cluster [DBG] pgmap v3575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:35.536174+0000 mgr.y (mgr.24491) 4063 : cluster [DBG] pgmap v3575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:37] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:31:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:37.536546+0000 mgr.y (mgr.24491) 4064 : cluster [DBG] pgmap v3576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:37.536546+0000 mgr.y (mgr.24491) 4064 : cluster [DBG] pgmap v3576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:37.536546+0000 mgr.y (mgr.24491) 4064 : cluster [DBG] pgmap v3576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:39.537425+0000 mgr.y (mgr.24491) 4065 : cluster [DBG] pgmap v3577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:39.537425+0000 mgr.y (mgr.24491) 4065 : cluster [DBG] pgmap v3577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:41.447 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:31:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:39.537425+0000 mgr.y (mgr.24491) 4065 : cluster [DBG] pgmap v3577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:31:41.722 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:31:41.723 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (117m) 4m ago 118m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:31:41.723 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (118m) 4m ago 118m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:31:41.723 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (119m) 4m ago 119m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:31:41.723 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (119m) 4m ago 119m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:31:41.723 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:31:41.723 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 4m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:31:41.723 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 4m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:31:41.723 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:31:41.723 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 4m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:31:41.723 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (118m) 4m ago 118m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:31:41.724 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (118m) 4m ago 118m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:31:41.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 4m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:31:41.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 4m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:31:41.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 4m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:31:41.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 4m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:31:41.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:31:41.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:31:41.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 4m ago 2h 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:31:41.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (119m) 4m ago 119m 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:31:41.724 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (117m) 4m ago 118m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:31:42.058 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:31:42.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:31:42.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:31:42.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:31:42.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:31:42.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:31:42.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:31:42.058 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:31:42.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:31:42.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:31:42.059 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:31:42.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:31:42.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:31:42.059 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:31:42.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:31:42.059 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:31:42.059 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:31:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:31:42.060026+0000 mon.a (mon.0) 1437 : audit [DBG] from='client.? 172.21.15.177:0/885502843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:31:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:31:42.060026+0000 mon.a (mon.0) 1437 : audit [DBG] from='client.? 172.21.15.177:0/885502843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:31:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:31:42.060026+0000 mon.a (mon.0) 1437 : audit [DBG] from='client.? 172.21.15.177:0/885502843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:31:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:31:41.436739+0000 mgr.y (mgr.24491) 4066 : audit [DBG] from='client.19014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:41.537720+0000 mgr.y (mgr.24491) 4067 : cluster [DBG] pgmap v3578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:31:41.716713+0000 mgr.y (mgr.24491) 4068 : audit [DBG] from='client.19020 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:31:41.436739+0000 mgr.y (mgr.24491) 4066 : audit [DBG] from='client.19014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:41.537720+0000 mgr.y (mgr.24491) 4067 : cluster [DBG] pgmap v3578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:31:41.716713+0000 mgr.y (mgr.24491) 4068 : audit [DBG] from='client.19020 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:31:41.436739+0000 mgr.y (mgr.24491) 4066 : audit [DBG] from='client.19014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:41.537720+0000 mgr.y (mgr.24491) 4067 : cluster [DBG] pgmap v3578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:31:41.716713+0000 mgr.y (mgr.24491) 4068 : audit [DBG] from='client.19020 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:31:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:43.538093+0000 mgr.y (mgr.24491) 4069 : cluster [DBG] pgmap v3579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:43.538093+0000 mgr.y (mgr.24491) 4069 : cluster [DBG] pgmap v3579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:43.538093+0000 mgr.y (mgr.24491) 4069 : cluster [DBG] pgmap v3579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:45.538683+0000 mgr.y (mgr.24491) 4070 : cluster [DBG] pgmap v3580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:31:46.683070+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:31:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:31:46.978128+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:31:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:31:46.978751+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:31:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:31:46.982903+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:31:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:45.538683+0000 mgr.y (mgr.24491) 4070 : cluster [DBG] pgmap v3580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:31:46.683070+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:31:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:31:46.978128+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:31:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:31:46.978751+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:31:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:31:46.982903+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:31:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:45.538683+0000 mgr.y (mgr.24491) 4070 : cluster [DBG] pgmap v3580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:31:46.683070+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:31:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:31:46.978128+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:31:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:31:46.978751+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:31:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:31:46.982903+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:31:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:47] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:31:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:47.539175+0000 mgr.y (mgr.24491) 4071 : cluster [DBG] pgmap v3581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:47.539175+0000 mgr.y (mgr.24491) 4071 : cluster [DBG] pgmap v3581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:47.539175+0000 mgr.y (mgr.24491) 4071 : cluster [DBG] pgmap v3581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:49.539831+0000 mgr.y (mgr.24491) 4072 : cluster [DBG] pgmap v3582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:49.539831+0000 mgr.y (mgr.24491) 4072 : cluster [DBG] pgmap v3582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:49.539831+0000 mgr.y (mgr.24491) 4072 : cluster [DBG] pgmap v3582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:31:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:51.540323+0000 mgr.y (mgr.24491) 4073 : cluster [DBG] pgmap v3583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:51.540323+0000 mgr.y (mgr.24491) 4073 : cluster [DBG] pgmap v3583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:51.540323+0000 mgr.y (mgr.24491) 4073 : cluster [DBG] pgmap v3583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:53.540857+0000 mgr.y (mgr.24491) 4074 : cluster [DBG] pgmap v3584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:53.540857+0000 mgr.y (mgr.24491) 4074 : cluster [DBG] pgmap v3584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:53.540857+0000 mgr.y (mgr.24491) 4074 : cluster [DBG] pgmap v3584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:55.541607+0000 mgr.y (mgr.24491) 4075 : cluster [DBG] pgmap v3585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:55.541607+0000 mgr.y (mgr.24491) 4075 : cluster [DBG] pgmap v3585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:55.541607+0000 mgr.y (mgr.24491) 4075 : cluster [DBG] pgmap v3585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:31:57] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:31:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:57.542292+0000 mgr.y (mgr.24491) 4076 : cluster [DBG] pgmap v3586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:57.542292+0000 mgr.y (mgr.24491) 4076 : cluster [DBG] pgmap v3586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:31:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:31:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:57.542292+0000 mgr.y (mgr.24491) 4076 : cluster [DBG] pgmap v3586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:31:59.543082+0000 mgr.y (mgr.24491) 4077 : cluster [DBG] pgmap v3587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:31:59.543082+0000 mgr.y (mgr.24491) 4077 : cluster [DBG] pgmap v3587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:31:59.543082+0000 mgr.y (mgr.24491) 4077 : cluster [DBG] pgmap v3587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:32:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:01.543571+0000 mgr.y (mgr.24491) 4078 : cluster [DBG] pgmap v3588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:01.543571+0000 mgr.y (mgr.24491) 4078 : cluster [DBG] pgmap v3588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:01.543571+0000 mgr.y (mgr.24491) 4078 : cluster [DBG] pgmap v3588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:03.544026+0000 mgr.y (mgr.24491) 4079 : cluster [DBG] pgmap v3589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:03.544026+0000 mgr.y (mgr.24491) 4079 : cluster [DBG] pgmap v3589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:03.544026+0000 mgr.y (mgr.24491) 4079 : cluster [DBG] pgmap v3589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:05.544808+0000 mgr.y (mgr.24491) 4080 : cluster [DBG] pgmap v3590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:05.544808+0000 mgr.y (mgr.24491) 4080 : cluster [DBG] pgmap v3590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:05.544808+0000 mgr.y (mgr.24491) 4080 : cluster [DBG] pgmap v3590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:07] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:32:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:07.545231+0000 mgr.y (mgr.24491) 4081 : cluster [DBG] pgmap v3591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:07.545231+0000 mgr.y (mgr.24491) 4081 : cluster [DBG] pgmap v3591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:07.545231+0000 mgr.y (mgr.24491) 4081 : cluster [DBG] pgmap v3591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:11.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:09.546129+0000 mgr.y (mgr.24491) 4082 : cluster [DBG] pgmap v3592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:11.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:09.546129+0000 mgr.y (mgr.24491) 4082 : cluster [DBG] pgmap v3592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:09.546129+0000 mgr.y (mgr.24491) 4082 : cluster [DBG] pgmap v3592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:32:12.371 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:32:12.654 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:32:12.654 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (118m) 5m ago 118m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:32:12.654 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (118m) 5m ago 118m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:32:12.654 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (119m) 5m ago 119m 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (119m) 5m ago 119m 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (119m) 5m ago 119m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (119m) 5m ago 119m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:32:12.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:32:12.656 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:32:12.656 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:32:12.656 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:32:12.656 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (117m) 5m ago 119m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:32:12.998 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:32:12.998 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:32:12.998 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:32:12.998 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:32:12.999 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:32:12.999 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:32:12.999 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:32:12.999 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:32:12.999 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:32:12.999 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:32:12.999 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:32:12.999 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:32:12.999 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:32:12.999 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:32:13.000 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:32:13.000 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:32:13.000 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:32:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:11.546541+0000 mgr.y (mgr.24491) 4083 : cluster [DBG] pgmap v3593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:32:13.000213+0000 mon.c (mon.2) 157 : audit [DBG] from='client.? 172.21.15.177:0/1126142590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:32:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:11.546541+0000 mgr.y (mgr.24491) 4083 : cluster [DBG] pgmap v3593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:32:13.000213+0000 mon.c (mon.2) 157 : audit [DBG] from='client.? 172.21.15.177:0/1126142590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:32:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:11.546541+0000 mgr.y (mgr.24491) 4083 : cluster [DBG] pgmap v3593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:32:13.000213+0000 mon.c (mon.2) 157 : audit [DBG] from='client.? 172.21.15.177:0/1126142590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:32:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:32:12.359614+0000 mgr.y (mgr.24491) 4084 : audit [DBG] from='client.19032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:32:12.648182+0000 mgr.y (mgr.24491) 4085 : audit [DBG] from='client.19038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:32:12.359614+0000 mgr.y (mgr.24491) 4084 : audit [DBG] from='client.19032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:32:12.648182+0000 mgr.y (mgr.24491) 4085 : audit [DBG] from='client.19038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:32:12.359614+0000 mgr.y (mgr.24491) 4084 : audit [DBG] from='client.19032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:32:12.648182+0000 mgr.y (mgr.24491) 4085 : audit [DBG] from='client.19038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:13.546901+0000 mgr.y (mgr.24491) 4086 : cluster [DBG] pgmap v3594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:13.546901+0000 mgr.y (mgr.24491) 4086 : cluster [DBG] pgmap v3594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:13.546901+0000 mgr.y (mgr.24491) 4086 : cluster [DBG] pgmap v3594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:15.547631+0000 mgr.y (mgr.24491) 4087 : cluster [DBG] pgmap v3595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:15.547631+0000 mgr.y (mgr.24491) 4087 : cluster [DBG] pgmap v3595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:15.547631+0000 mgr.y (mgr.24491) 4087 : cluster [DBG] pgmap v3595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:32:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:17.548118+0000 mgr.y (mgr.24491) 4088 : cluster [DBG] pgmap v3596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:17.548118+0000 mgr.y (mgr.24491) 4088 : cluster [DBG] pgmap v3596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:17.548118+0000 mgr.y (mgr.24491) 4088 : cluster [DBG] pgmap v3596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:19.548792+0000 mgr.y (mgr.24491) 4089 : cluster [DBG] pgmap v3597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:19.548792+0000 mgr.y (mgr.24491) 4089 : cluster [DBG] pgmap v3597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:19.548792+0000 mgr.y (mgr.24491) 4089 : cluster [DBG] pgmap v3597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:32:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:21.549189+0000 mgr.y (mgr.24491) 4090 : cluster [DBG] pgmap v3598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:21.549189+0000 mgr.y (mgr.24491) 4090 : cluster [DBG] pgmap v3598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:21.549189+0000 mgr.y (mgr.24491) 4090 : cluster [DBG] pgmap v3598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:23.549635+0000 mgr.y (mgr.24491) 4091 : cluster [DBG] pgmap v3599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:23.549635+0000 mgr.y (mgr.24491) 4091 : cluster [DBG] pgmap v3599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:23.549635+0000 mgr.y (mgr.24491) 4091 : cluster [DBG] pgmap v3599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:25.550529+0000 mgr.y (mgr.24491) 4092 : cluster [DBG] pgmap v3600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:25.550529+0000 mgr.y (mgr.24491) 4092 : cluster [DBG] pgmap v3600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:25.550529+0000 mgr.y (mgr.24491) 4092 : cluster [DBG] pgmap v3600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:28.152 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:32:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:27.551034+0000 mgr.y (mgr.24491) 4093 : cluster [DBG] pgmap v3601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:28.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:27.551034+0000 mgr.y (mgr.24491) 4093 : cluster [DBG] pgmap v3601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:27.551034+0000 mgr.y (mgr.24491) 4093 : cluster [DBG] pgmap v3601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:29.551546+0000 mgr.y (mgr.24491) 4094 : cluster [DBG] pgmap v3602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:29.551546+0000 mgr.y (mgr.24491) 4094 : cluster [DBG] pgmap v3602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:29.551546+0000 mgr.y (mgr.24491) 4094 : cluster [DBG] pgmap v3602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:32:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:31.551972+0000 mgr.y (mgr.24491) 4095 : cluster [DBG] pgmap v3603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:31.551972+0000 mgr.y (mgr.24491) 4095 : cluster [DBG] pgmap v3603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:31.551972+0000 mgr.y (mgr.24491) 4095 : cluster [DBG] pgmap v3603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:33.552517+0000 mgr.y (mgr.24491) 4096 : cluster [DBG] pgmap v3604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:33.552517+0000 mgr.y (mgr.24491) 4096 : cluster [DBG] pgmap v3604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:33.552517+0000 mgr.y (mgr.24491) 4096 : cluster [DBG] pgmap v3604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:35.553254+0000 mgr.y (mgr.24491) 4097 : cluster [DBG] pgmap v3605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:35.553254+0000 mgr.y (mgr.24491) 4097 : cluster [DBG] pgmap v3605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:35.553254+0000 mgr.y (mgr.24491) 4097 : cluster [DBG] pgmap v3605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:32:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:37.553772+0000 mgr.y (mgr.24491) 4098 : cluster [DBG] pgmap v3606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:37.553772+0000 mgr.y (mgr.24491) 4098 : cluster [DBG] pgmap v3606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:37.553772+0000 mgr.y (mgr.24491) 4098 : cluster [DBG] pgmap v3606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:39.554397+0000 mgr.y (mgr.24491) 4099 : cluster [DBG] pgmap v3607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:39.554397+0000 mgr.y (mgr.24491) 4099 : cluster [DBG] pgmap v3607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:39.554397+0000 mgr.y (mgr.24491) 4099 : cluster [DBG] pgmap v3607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:32:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:41.554782+0000 mgr.y (mgr.24491) 4100 : cluster [DBG] pgmap v3608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:41.554782+0000 mgr.y (mgr.24491) 4100 : cluster [DBG] pgmap v3608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:41.554782+0000 mgr.y (mgr.24491) 4100 : cluster [DBG] pgmap v3608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:43.312 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:32:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:32:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (118m) 5m ago 119m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:32:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (119m) 5m ago 119m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:32:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:32:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 5m ago 2h 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:32:43.589 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:32:43.589 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:32:43.589 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:32:43.589 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:32:43.589 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:32:43.589 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (119m) 5m ago 119m 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:32:43.589 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (119m) 5m ago 119m 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:32:43.589 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:32:43.589 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:32:43.589 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:32:43.590 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:32:43.590 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:32:43.590 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:32:43.590 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:32:43.590 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:32:43.590 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (118m) 5m ago 119m 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:32:43.921 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:32:43.921 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:32:43.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:32:43.921 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:32:43.921 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:32:43.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:32:43.921 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:32:43.921 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:32:43.922 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:32:43.922 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:32:43.922 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:32:43.922 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:32:43.922 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:32:43.922 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:32:43.922 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:32:43.922 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:32:43.922 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:32:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:32:43.302348+0000 mgr.y (mgr.24491) 4101 : audit [DBG] from='client.19047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:43.555100+0000 mgr.y (mgr.24491) 4102 : cluster [DBG] pgmap v3609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:32:43.582290+0000 mgr.y (mgr.24491) 4103 : audit [DBG] from='client.19053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:44.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:32:43.922933+0000 mon.c (mon.2) 158 : audit [DBG] from='client.? 172.21.15.177:0/1332694661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:32:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:32:43.302348+0000 mgr.y (mgr.24491) 4101 : audit [DBG] from='client.19047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:43.555100+0000 mgr.y (mgr.24491) 4102 : cluster [DBG] pgmap v3609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:32:43.582290+0000 mgr.y (mgr.24491) 4103 : audit [DBG] from='client.19053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:32:43.922933+0000 mon.c (mon.2) 158 : audit [DBG] from='client.? 172.21.15.177:0/1332694661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:32:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:32:43.302348+0000 mgr.y (mgr.24491) 4101 : audit [DBG] from='client.19047 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:43.555100+0000 mgr.y (mgr.24491) 4102 : cluster [DBG] pgmap v3609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:32:43.582290+0000 mgr.y (mgr.24491) 4103 : audit [DBG] from='client.19053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:32:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:32:43.922933+0000 mon.c (mon.2) 158 : audit [DBG] from='client.? 172.21.15.177:0/1332694661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:32:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:45.555773+0000 mgr.y (mgr.24491) 4104 : cluster [DBG] pgmap v3610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:45.555773+0000 mgr.y (mgr.24491) 4104 : cluster [DBG] pgmap v3610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:45.555773+0000 mgr.y (mgr.24491) 4104 : cluster [DBG] pgmap v3610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:32:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:32:46.987103+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:32:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:32:46.987103+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:32:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:32:46.987103+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:32:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:47.556383+0000 mgr.y (mgr.24491) 4105 : cluster [DBG] pgmap v3611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:47.556383+0000 mgr.y (mgr.24491) 4105 : cluster [DBG] pgmap v3611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:47.556383+0000 mgr.y (mgr.24491) 4105 : cluster [DBG] pgmap v3611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:49.556934+0000 mgr.y (mgr.24491) 4106 : cluster [DBG] pgmap v3612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:32:50.201118+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:32:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:32:50.479328+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:32:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:32:50.479982+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:32:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:32:50.484041+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:32:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:49.556934+0000 mgr.y (mgr.24491) 4106 : cluster [DBG] pgmap v3612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:32:50.201118+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:32:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:32:50.479328+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:32:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:32:50.479982+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:32:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:32:50.484041+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:32:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:49.556934+0000 mgr.y (mgr.24491) 4106 : cluster [DBG] pgmap v3612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:32:50.201118+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:32:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:32:50.479328+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:32:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:32:50.479982+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:32:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:32:50.484041+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:32:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:32:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:51.557514+0000 mgr.y (mgr.24491) 4107 : cluster [DBG] pgmap v3613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:51.557514+0000 mgr.y (mgr.24491) 4107 : cluster [DBG] pgmap v3613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:51.557514+0000 mgr.y (mgr.24491) 4107 : cluster [DBG] pgmap v3613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:53.558159+0000 mgr.y (mgr.24491) 4108 : cluster [DBG] pgmap v3614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:53.558159+0000 mgr.y (mgr.24491) 4108 : cluster [DBG] pgmap v3614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:53.558159+0000 mgr.y (mgr.24491) 4108 : cluster [DBG] pgmap v3614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:55.558826+0000 mgr.y (mgr.24491) 4109 : cluster [DBG] pgmap v3615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:55.558826+0000 mgr.y (mgr.24491) 4109 : cluster [DBG] pgmap v3615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:55.558826+0000 mgr.y (mgr.24491) 4109 : cluster [DBG] pgmap v3615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:32:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:32:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:32:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:57.559273+0000 mgr.y (mgr.24491) 4110 : cluster [DBG] pgmap v3616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:57.559273+0000 mgr.y (mgr.24491) 4110 : cluster [DBG] pgmap v3616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:32:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:57.559273+0000 mgr.y (mgr.24491) 4110 : cluster [DBG] pgmap v3616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:32:59.560035+0000 mgr.y (mgr.24491) 4111 : cluster [DBG] pgmap v3617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:32:59.560035+0000 mgr.y (mgr.24491) 4111 : cluster [DBG] pgmap v3617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:32:59.560035+0000 mgr.y (mgr.24491) 4111 : cluster [DBG] pgmap v3617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:33:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:01.560431+0000 mgr.y (mgr.24491) 4112 : cluster [DBG] pgmap v3618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:01.560431+0000 mgr.y (mgr.24491) 4112 : cluster [DBG] pgmap v3618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:01.560431+0000 mgr.y (mgr.24491) 4112 : cluster [DBG] pgmap v3618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:03.560916+0000 mgr.y (mgr.24491) 4113 : cluster [DBG] pgmap v3619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:03.560916+0000 mgr.y (mgr.24491) 4113 : cluster [DBG] pgmap v3619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:03.560916+0000 mgr.y (mgr.24491) 4113 : cluster [DBG] pgmap v3619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:05.561588+0000 mgr.y (mgr.24491) 4114 : cluster [DBG] pgmap v3620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:05.561588+0000 mgr.y (mgr.24491) 4114 : cluster [DBG] pgmap v3620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:05.561588+0000 mgr.y (mgr.24491) 4114 : cluster [DBG] pgmap v3620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T05:33:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:07.562127+0000 mgr.y (mgr.24491) 4115 : cluster [DBG] pgmap v3621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:07.562127+0000 mgr.y (mgr.24491) 4115 : cluster [DBG] pgmap v3621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:07.562127+0000 mgr.y (mgr.24491) 4115 : cluster [DBG] pgmap v3621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:09.562771+0000 mgr.y (mgr.24491) 4116 : cluster [DBG] pgmap v3622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:09.562771+0000 mgr.y (mgr.24491) 4116 : cluster [DBG] pgmap v3622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:09.562771+0000 mgr.y (mgr.24491) 4116 : cluster [DBG] pgmap v3622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:33:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:11.563202+0000 mgr.y (mgr.24491) 4117 : cluster [DBG] pgmap v3623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:11.563202+0000 mgr.y (mgr.24491) 4117 : cluster [DBG] pgmap v3623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:11.563202+0000 mgr.y (mgr.24491) 4117 : cluster [DBG] pgmap v3623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:14.239 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:33:14.510 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:33:14.511 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (119m) 6m ago 119m 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:33:14.511 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (119m) 6m ago 119m 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:33:14.511 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 6m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:33:14.511 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 6m ago 2h 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:33:14.511 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 6m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:33:14.511 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 6m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:33:14.511 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 6m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:33:14.511 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 6m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:33:14.512 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 6m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:33:14.512 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 6m ago 2h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:33:14.512 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 6m ago 2h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:33:14.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 6m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:33:14.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 6m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:33:14.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 6m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:33:14.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 6m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:33:14.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 6m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:33:14.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 6m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:33:14.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 6m ago 2h 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:33:14.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 6m ago 2h 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:33:14.513 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (118m) 6m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:33:14.849 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:33:14.849 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:33:14.850 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:33:14.850 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:33:14.850 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:33:14.850 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:33:14.850 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:33:14.850 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:33:14.850 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:33:14.850 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:33:14.851 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:33:14.851 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:33:14.851 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:33:14.851 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:33:14.851 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:33:14.851 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:33:14.851 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:33:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:13.563697+0000 mgr.y (mgr.24491) 4118 : cluster [DBG] pgmap v3624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:13.563697+0000 mgr.y (mgr.24491) 4118 : cluster [DBG] pgmap v3624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:13.563697+0000 mgr.y (mgr.24491) 4118 : cluster [DBG] pgmap v3624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:33:14.225109+0000 mgr.y (mgr.24491) 4119 : audit [DBG] from='client.28970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:33:14.504648+0000 mgr.y (mgr.24491) 4120 : audit [DBG] from='client.28976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:33:14.850909+0000 mon.c (mon.2) 159 : audit [DBG] from='client.? 172.21.15.177:0/2125966965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:33:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:33:14.225109+0000 mgr.y (mgr.24491) 4119 : audit [DBG] from='client.28970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:33:14.504648+0000 mgr.y (mgr.24491) 4120 : audit [DBG] from='client.28976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:33:14.850909+0000 mon.c (mon.2) 159 : audit [DBG] from='client.? 172.21.15.177:0/2125966965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:33:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:33:14.225109+0000 mgr.y (mgr.24491) 4119 : audit [DBG] from='client.28970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:33:14.504648+0000 mgr.y (mgr.24491) 4120 : audit [DBG] from='client.28976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:33:14.850909+0000 mon.c (mon.2) 159 : audit [DBG] from='client.? 172.21.15.177:0/2125966965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:33:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:15.564384+0000 mgr.y (mgr.24491) 4121 : cluster [DBG] pgmap v3625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:15.564384+0000 mgr.y (mgr.24491) 4121 : cluster [DBG] pgmap v3625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:15.564384+0000 mgr.y (mgr.24491) 4121 : cluster [DBG] pgmap v3625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:17] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T05:33:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:17.565001+0000 mgr.y (mgr.24491) 4122 : cluster [DBG] pgmap v3626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:17.565001+0000 mgr.y (mgr.24491) 4122 : cluster [DBG] pgmap v3626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:17.565001+0000 mgr.y (mgr.24491) 4122 : cluster [DBG] pgmap v3626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:19.565839+0000 mgr.y (mgr.24491) 4123 : cluster [DBG] pgmap v3627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:21.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:19.565839+0000 mgr.y (mgr.24491) 4123 : cluster [DBG] pgmap v3627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:19.565839+0000 mgr.y (mgr.24491) 4123 : cluster [DBG] pgmap v3627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:33:23.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:21.566251+0000 mgr.y (mgr.24491) 4124 : cluster [DBG] pgmap v3628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:21.566251+0000 mgr.y (mgr.24491) 4124 : cluster [DBG] pgmap v3628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:21.566251+0000 mgr.y (mgr.24491) 4124 : cluster [DBG] pgmap v3628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:25.006 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:23.566732+0000 mgr.y (mgr.24491) 4125 : cluster [DBG] pgmap v3629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:23.566732+0000 mgr.y (mgr.24491) 4125 : cluster [DBG] pgmap v3629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:23.566732+0000 mgr.y (mgr.24491) 4125 : cluster [DBG] pgmap v3629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:25.567632+0000 mgr.y (mgr.24491) 4126 : cluster [DBG] pgmap v3630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:25.567632+0000 mgr.y (mgr.24491) 4126 : cluster [DBG] pgmap v3630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:25.567632+0000 mgr.y (mgr.24491) 4126 : cluster [DBG] pgmap v3630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:27] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T05:33:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:27.568149+0000 mgr.y (mgr.24491) 4127 : cluster [DBG] pgmap v3631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:27.568149+0000 mgr.y (mgr.24491) 4127 : cluster [DBG] pgmap v3631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:27.568149+0000 mgr.y (mgr.24491) 4127 : cluster [DBG] pgmap v3631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:29.568892+0000 mgr.y (mgr.24491) 4128 : cluster [DBG] pgmap v3632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:29.568892+0000 mgr.y (mgr.24491) 4128 : cluster [DBG] pgmap v3632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:29.568892+0000 mgr.y (mgr.24491) 4128 : cluster [DBG] pgmap v3632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:33:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:31.569478+0000 mgr.y (mgr.24491) 4129 : cluster [DBG] pgmap v3633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:31.569478+0000 mgr.y (mgr.24491) 4129 : cluster [DBG] pgmap v3633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:31.569478+0000 mgr.y (mgr.24491) 4129 : cluster [DBG] pgmap v3633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:33.570126+0000 mgr.y (mgr.24491) 4130 : cluster [DBG] pgmap v3634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:33.570126+0000 mgr.y (mgr.24491) 4130 : cluster [DBG] pgmap v3634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:33.570126+0000 mgr.y (mgr.24491) 4130 : cluster [DBG] pgmap v3634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:35.570980+0000 mgr.y (mgr.24491) 4131 : cluster [DBG] pgmap v3635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:35.570980+0000 mgr.y (mgr.24491) 4131 : cluster [DBG] pgmap v3635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:35.570980+0000 mgr.y (mgr.24491) 4131 : cluster [DBG] pgmap v3635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:37] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:33:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:37.571439+0000 mgr.y (mgr.24491) 4132 : cluster [DBG] pgmap v3636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:37.571439+0000 mgr.y (mgr.24491) 4132 : cluster [DBG] pgmap v3636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:37.571439+0000 mgr.y (mgr.24491) 4132 : cluster [DBG] pgmap v3636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:41.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:39.572092+0000 mgr.y (mgr.24491) 4133 : cluster [DBG] pgmap v3637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:39.572092+0000 mgr.y (mgr.24491) 4133 : cluster [DBG] pgmap v3637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:39.572092+0000 mgr.y (mgr.24491) 4133 : cluster [DBG] pgmap v3637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:33:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:41.572626+0000 mgr.y (mgr.24491) 4134 : cluster [DBG] pgmap v3638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:41.572626+0000 mgr.y (mgr.24491) 4134 : cluster [DBG] pgmap v3638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:41.572626+0000 mgr.y (mgr.24491) 4134 : cluster [DBG] pgmap v3638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:43.573095+0000 mgr.y (mgr.24491) 4135 : cluster [DBG] pgmap v3639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:45.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:43.573095+0000 mgr.y (mgr.24491) 4135 : cluster [DBG] pgmap v3639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:45.157 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:33:45.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:43.573095+0000 mgr.y (mgr.24491) 4135 : cluster [DBG] pgmap v3639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:45.435 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:33:45.435 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (119m) 7m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:33:45.435 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 7m ago 2h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:33:45.435 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 7m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:33:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 7m ago 2h 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:33:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 7m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:33:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 7m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:33:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 7m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:33:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 7m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:33:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 7m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:33:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 7m ago 2h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:33:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 7m ago 2h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:33:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 7m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:33:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 7m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:33:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 7m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:33:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 7m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:33:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 7m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:33:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 7m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:33:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 7m ago 2h 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:33:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 7m ago 2h 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:33:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (119m) 7m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:33:45.770 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:33:45.770 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:33:45.771 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:33:45.772 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:33:45.772 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:33:45.772 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:33:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:33:45.147200+0000 mgr.y (mgr.24491) 4136 : audit [DBG] from='client.28988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:47.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:33:45.426792+0000 mgr.y (mgr.24491) 4137 : audit [DBG] from='client.19089 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:47.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:45.573663+0000 mgr.y (mgr.24491) 4138 : cluster [DBG] pgmap v3640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:47.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:33:45.770299+0000 mon.a (mon.0) 1447 : audit [DBG] from='client.? 172.21.15.177:0/1750343237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:33:47.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:33:45.147200+0000 mgr.y (mgr.24491) 4136 : audit [DBG] from='client.28988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:47.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:33:45.426792+0000 mgr.y (mgr.24491) 4137 : audit [DBG] from='client.19089 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:47.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:45.573663+0000 mgr.y (mgr.24491) 4138 : cluster [DBG] pgmap v3640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:47.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:33:45.770299+0000 mon.a (mon.0) 1447 : audit [DBG] from='client.? 172.21.15.177:0/1750343237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:33:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:33:45.147200+0000 mgr.y (mgr.24491) 4136 : audit [DBG] from='client.28988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:33:45.426792+0000 mgr.y (mgr.24491) 4137 : audit [DBG] from='client.19089 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:33:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:45.573663+0000 mgr.y (mgr.24491) 4138 : cluster [DBG] pgmap v3640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:33:45.770299+0000 mon.a (mon.0) 1447 : audit [DBG] from='client.? 172.21.15.177:0/1750343237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:33:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T05:33:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:47.574080+0000 mgr.y (mgr.24491) 4139 : cluster [DBG] pgmap v3641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:47.574080+0000 mgr.y (mgr.24491) 4139 : cluster [DBG] pgmap v3641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:47.574080+0000 mgr.y (mgr.24491) 4139 : cluster [DBG] pgmap v3641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:51.009 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:49.574665+0000 mgr.y (mgr.24491) 4140 : cluster [DBG] pgmap v3642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:51.010 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:33:50.488344+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:33:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:49.574665+0000 mgr.y (mgr.24491) 4140 : cluster [DBG] pgmap v3642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:33:50.488344+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:33:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:49.574665+0000 mgr.y (mgr.24491) 4140 : cluster [DBG] pgmap v3642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:33:50.488344+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:33:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:33:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:51.575101+0000 mgr.y (mgr.24491) 4141 : cluster [DBG] pgmap v3643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:51.575101+0000 mgr.y (mgr.24491) 4141 : cluster [DBG] pgmap v3643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:51.575101+0000 mgr.y (mgr.24491) 4141 : cluster [DBG] pgmap v3643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:53.575624+0000 mgr.y (mgr.24491) 4142 : cluster [DBG] pgmap v3644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:33:53.805323+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:33:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:33:54.083817+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:33:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:33:54.084643+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:33:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:33:54.089822+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:33:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:53.575624+0000 mgr.y (mgr.24491) 4142 : cluster [DBG] pgmap v3644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:33:53.805323+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:33:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:33:54.083817+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:33:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:33:54.084643+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:33:55.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:33:54.089822+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:33:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:53.575624+0000 mgr.y (mgr.24491) 4142 : cluster [DBG] pgmap v3644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:33:53.805323+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:33:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:33:54.083817+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:33:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:33:54.084643+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:33:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:33:54.089822+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:33:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:55.576344+0000 mgr.y (mgr.24491) 4143 : cluster [DBG] pgmap v3645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:57.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:55.576344+0000 mgr.y (mgr.24491) 4143 : cluster [DBG] pgmap v3645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:55.576344+0000 mgr.y (mgr.24491) 4143 : cluster [DBG] pgmap v3645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:33:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T05:33:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:57.576820+0000 mgr.y (mgr.24491) 4144 : cluster [DBG] pgmap v3646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:57.576820+0000 mgr.y (mgr.24491) 4144 : cluster [DBG] pgmap v3646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:33:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:33:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:57.576820+0000 mgr.y (mgr.24491) 4144 : cluster [DBG] pgmap v3646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:33:59.577401+0000 mgr.y (mgr.24491) 4145 : cluster [DBG] pgmap v3647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:33:59.577401+0000 mgr.y (mgr.24491) 4145 : cluster [DBG] pgmap v3647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:33:59.577401+0000 mgr.y (mgr.24491) 4145 : cluster [DBG] pgmap v3647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:34:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:01.577996+0000 mgr.y (mgr.24491) 4146 : cluster [DBG] pgmap v3648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:01.577996+0000 mgr.y (mgr.24491) 4146 : cluster [DBG] pgmap v3648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:01.577996+0000 mgr.y (mgr.24491) 4146 : cluster [DBG] pgmap v3648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:03.578470+0000 mgr.y (mgr.24491) 4147 : cluster [DBG] pgmap v3649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:03.578470+0000 mgr.y (mgr.24491) 4147 : cluster [DBG] pgmap v3649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:03.578470+0000 mgr.y (mgr.24491) 4147 : cluster [DBG] pgmap v3649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:05.579254+0000 mgr.y (mgr.24491) 4148 : cluster [DBG] pgmap v3650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:05.579254+0000 mgr.y (mgr.24491) 4148 : cluster [DBG] pgmap v3650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:05.579254+0000 mgr.y (mgr.24491) 4148 : cluster [DBG] pgmap v3650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:07] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T05:34:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:07.579841+0000 mgr.y (mgr.24491) 4149 : cluster [DBG] pgmap v3651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:07.579841+0000 mgr.y (mgr.24491) 4149 : cluster [DBG] pgmap v3651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:07.579841+0000 mgr.y (mgr.24491) 4149 : cluster [DBG] pgmap v3651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:09.580530+0000 mgr.y (mgr.24491) 4150 : cluster [DBG] pgmap v3652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:09.580530+0000 mgr.y (mgr.24491) 4150 : cluster [DBG] pgmap v3652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:09.580530+0000 mgr.y (mgr.24491) 4150 : cluster [DBG] pgmap v3652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:34:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:11.580919+0000 mgr.y (mgr.24491) 4151 : cluster [DBG] pgmap v3653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:11.580919+0000 mgr.y (mgr.24491) 4151 : cluster [DBG] pgmap v3653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:11.580919+0000 mgr.y (mgr.24491) 4151 : cluster [DBG] pgmap v3653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:13.581368+0000 mgr.y (mgr.24491) 4152 : cluster [DBG] pgmap v3654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:13.581368+0000 mgr.y (mgr.24491) 4152 : cluster [DBG] pgmap v3654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:13.581368+0000 mgr.y (mgr.24491) 4152 : cluster [DBG] pgmap v3654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:16.081 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:34:16.367 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:34:16.367 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 7m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:34:16.367 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 7m ago 2h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:34:16.367 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 7m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:34:16.367 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 7m ago 2h 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:34:16.367 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 7m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:34:16.367 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 7m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:34:16.367 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 7m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:34:16.367 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 7m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:34:16.367 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 7m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:34:16.368 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 7m ago 2h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:34:16.368 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 7m ago 2h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:34:16.368 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 7m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:34:16.368 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 7m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:34:16.368 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 7m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:34:16.368 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 7m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:34:16.368 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 7m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:34:16.368 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 7m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:34:16.368 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 7m ago 2h 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:34:16.368 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 7m ago 2h 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:34:16.368 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (119m) 7m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:34:16.690 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:34:16.690 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:34:16.690 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:34:16.690 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:34:16.691 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:34:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:15.582097+0000 mgr.y (mgr.24491) 4153 : cluster [DBG] pgmap v3655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:34:16.070932+0000 mgr.y (mgr.24491) 4154 : audit [DBG] from='client.29006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:34:16.692399+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.? 172.21.15.177:0/1331031688' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:34:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:15.582097+0000 mgr.y (mgr.24491) 4153 : cluster [DBG] pgmap v3655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:34:16.070932+0000 mgr.y (mgr.24491) 4154 : audit [DBG] from='client.29006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:34:16.692399+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.? 172.21.15.177:0/1331031688' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:34:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:15.582097+0000 mgr.y (mgr.24491) 4153 : cluster [DBG] pgmap v3655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:34:16.070932+0000 mgr.y (mgr.24491) 4154 : audit [DBG] from='client.29006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:34:16.692399+0000 mon.a (mon.0) 1453 : audit [DBG] from='client.? 172.21.15.177:0/1331031688' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:34:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:17] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:34:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:34:16.352276+0000 mgr.y (mgr.24491) 4155 : audit [DBG] from='client.19107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:34:16.352276+0000 mgr.y (mgr.24491) 4155 : audit [DBG] from='client.19107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:34:16.352276+0000 mgr.y (mgr.24491) 4155 : audit [DBG] from='client.19107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:17.582525+0000 mgr.y (mgr.24491) 4156 : cluster [DBG] pgmap v3656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:17.582525+0000 mgr.y (mgr.24491) 4156 : cluster [DBG] pgmap v3656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:17.582525+0000 mgr.y (mgr.24491) 4156 : cluster [DBG] pgmap v3656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:19.583227+0000 mgr.y (mgr.24491) 4157 : cluster [DBG] pgmap v3657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:19.583227+0000 mgr.y (mgr.24491) 4157 : cluster [DBG] pgmap v3657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:19.583227+0000 mgr.y (mgr.24491) 4157 : cluster [DBG] pgmap v3657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:34:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:21.583776+0000 mgr.y (mgr.24491) 4158 : cluster [DBG] pgmap v3658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:21.583776+0000 mgr.y (mgr.24491) 4158 : cluster [DBG] pgmap v3658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:21.583776+0000 mgr.y (mgr.24491) 4158 : cluster [DBG] pgmap v3658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:23.584318+0000 mgr.y (mgr.24491) 4159 : cluster [DBG] pgmap v3659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:23.584318+0000 mgr.y (mgr.24491) 4159 : cluster [DBG] pgmap v3659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:23.584318+0000 mgr.y (mgr.24491) 4159 : cluster [DBG] pgmap v3659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:25.585060+0000 mgr.y (mgr.24491) 4160 : cluster [DBG] pgmap v3660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:25.585060+0000 mgr.y (mgr.24491) 4160 : cluster [DBG] pgmap v3660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:25.585060+0000 mgr.y (mgr.24491) 4160 : cluster [DBG] pgmap v3660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:27] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:34:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:27.585517+0000 mgr.y (mgr.24491) 4161 : cluster [DBG] pgmap v3661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:27.585517+0000 mgr.y (mgr.24491) 4161 : cluster [DBG] pgmap v3661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:27.585517+0000 mgr.y (mgr.24491) 4161 : cluster [DBG] pgmap v3661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:29.586432+0000 mgr.y (mgr.24491) 4162 : cluster [DBG] pgmap v3662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:29.586432+0000 mgr.y (mgr.24491) 4162 : cluster [DBG] pgmap v3662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:29.586432+0000 mgr.y (mgr.24491) 4162 : cluster [DBG] pgmap v3662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:34:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:31.586903+0000 mgr.y (mgr.24491) 4163 : cluster [DBG] pgmap v3663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:31.586903+0000 mgr.y (mgr.24491) 4163 : cluster [DBG] pgmap v3663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:31.586903+0000 mgr.y (mgr.24491) 4163 : cluster [DBG] pgmap v3663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:33.587486+0000 mgr.y (mgr.24491) 4164 : cluster [DBG] pgmap v3664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:33.587486+0000 mgr.y (mgr.24491) 4164 : cluster [DBG] pgmap v3664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:33.587486+0000 mgr.y (mgr.24491) 4164 : cluster [DBG] pgmap v3664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:35.588215+0000 mgr.y (mgr.24491) 4165 : cluster [DBG] pgmap v3665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:35.588215+0000 mgr.y (mgr.24491) 4165 : cluster [DBG] pgmap v3665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:35.588215+0000 mgr.y (mgr.24491) 4165 : cluster [DBG] pgmap v3665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:37] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:34:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:37.588786+0000 mgr.y (mgr.24491) 4166 : cluster [DBG] pgmap v3666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:37.588786+0000 mgr.y (mgr.24491) 4166 : cluster [DBG] pgmap v3666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:37.588786+0000 mgr.y (mgr.24491) 4166 : cluster [DBG] pgmap v3666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:39.589435+0000 mgr.y (mgr.24491) 4167 : cluster [DBG] pgmap v3667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:39.589435+0000 mgr.y (mgr.24491) 4167 : cluster [DBG] pgmap v3667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:39.589435+0000 mgr.y (mgr.24491) 4167 : cluster [DBG] pgmap v3667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:34:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:41.589866+0000 mgr.y (mgr.24491) 4168 : cluster [DBG] pgmap v3668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:41.589866+0000 mgr.y (mgr.24491) 4168 : cluster [DBG] pgmap v3668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:41.589866+0000 mgr.y (mgr.24491) 4168 : cluster [DBG] pgmap v3668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:43.590358+0000 mgr.y (mgr.24491) 4169 : cluster [DBG] pgmap v3669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:43.590358+0000 mgr.y (mgr.24491) 4169 : cluster [DBG] pgmap v3669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:43.590358+0000 mgr.y (mgr.24491) 4169 : cluster [DBG] pgmap v3669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:47.002 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:34:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:45.591096+0000 mgr.y (mgr.24491) 4170 : cluster [DBG] pgmap v3670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:45.591096+0000 mgr.y (mgr.24491) 4170 : cluster [DBG] pgmap v3670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:45.591096+0000 mgr.y (mgr.24491) 4170 : cluster [DBG] pgmap v3670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:47.276 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:34:47.276 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:34:47.276 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:34:47.276 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:34:47.276 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:34:47.276 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:34:47.276 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:34:47.276 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:34:47.276 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:34:47.276 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:34:47.277 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:34:47.277 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:34:47.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:34:47.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:34:47.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:34:47.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:34:47.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:34:47.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:34:47.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:34:47.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:34:47.277 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:34:47.610 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:34:47.610 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:34:47.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:34:47.612 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:34:47.612 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:34:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:47] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T05:34:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:34:46.992201+0000 mgr.y (mgr.24491) 4171 : audit [DBG] from='client.29024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:34:47.612393+0000 mon.c (mon.2) 160 : audit [DBG] from='client.? 172.21.15.177:0/1879080245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:34:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:34:46.992201+0000 mgr.y (mgr.24491) 4171 : audit [DBG] from='client.29024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:34:47.612393+0000 mon.c (mon.2) 160 : audit [DBG] from='client.? 172.21.15.177:0/1879080245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:34:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:34:46.992201+0000 mgr.y (mgr.24491) 4171 : audit [DBG] from='client.29024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:34:47.612393+0000 mon.c (mon.2) 160 : audit [DBG] from='client.? 172.21.15.177:0/1879080245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:34:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:34:47.270445+0000 mgr.y (mgr.24491) 4172 : audit [DBG] from='client.29030 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:47.591449+0000 mgr.y (mgr.24491) 4173 : cluster [DBG] pgmap v3671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:34:47.270445+0000 mgr.y (mgr.24491) 4172 : audit [DBG] from='client.29030 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:49.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:47.591449+0000 mgr.y (mgr.24491) 4173 : cluster [DBG] pgmap v3671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:34:47.270445+0000 mgr.y (mgr.24491) 4172 : audit [DBG] from='client.29030 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:34:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:47.591449+0000 mgr.y (mgr.24491) 4173 : cluster [DBG] pgmap v3671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:49.592075+0000 mgr.y (mgr.24491) 4174 : cluster [DBG] pgmap v3672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:34:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:49.592075+0000 mgr.y (mgr.24491) 4174 : cluster [DBG] pgmap v3672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:49.592075+0000 mgr.y (mgr.24491) 4174 : cluster [DBG] pgmap v3672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:51.592427+0000 mgr.y (mgr.24491) 4175 : cluster [DBG] pgmap v3673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:51.592427+0000 mgr.y (mgr.24491) 4175 : cluster [DBG] pgmap v3673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:51.592427+0000 mgr.y (mgr.24491) 4175 : cluster [DBG] pgmap v3673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:53.592823+0000 mgr.y (mgr.24491) 4176 : cluster [DBG] pgmap v3674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:34:54.096388+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:34:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:34:54.390577+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:34:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:34:54.391201+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:34:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:34:54.395729+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:34:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:53.592823+0000 mgr.y (mgr.24491) 4176 : cluster [DBG] pgmap v3674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:34:54.096388+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:34:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:34:54.390577+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:34:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:34:54.391201+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:34:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:34:54.395729+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:34:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:53.592823+0000 mgr.y (mgr.24491) 4176 : cluster [DBG] pgmap v3674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:34:54.096388+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:34:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:34:54.390577+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:34:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:34:54.391201+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:34:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:34:54.395729+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:34:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:55.593657+0000 mgr.y (mgr.24491) 4177 : cluster [DBG] pgmap v3675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:55.593657+0000 mgr.y (mgr.24491) 4177 : cluster [DBG] pgmap v3675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:55.593657+0000 mgr.y (mgr.24491) 4177 : cluster [DBG] pgmap v3675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:34:57] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T05:34:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:34:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:57.594223+0000 mgr.y (mgr.24491) 4178 : cluster [DBG] pgmap v3676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:57.594223+0000 mgr.y (mgr.24491) 4178 : cluster [DBG] pgmap v3676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:34:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:57.594223+0000 mgr.y (mgr.24491) 4178 : cluster [DBG] pgmap v3676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:34:59.595025+0000 mgr.y (mgr.24491) 4179 : cluster [DBG] pgmap v3677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:35:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:34:59.595025+0000 mgr.y (mgr.24491) 4179 : cluster [DBG] pgmap v3677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:34:59.595025+0000 mgr.y (mgr.24491) 4179 : cluster [DBG] pgmap v3677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:01.595590+0000 mgr.y (mgr.24491) 4180 : cluster [DBG] pgmap v3678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:01.595590+0000 mgr.y (mgr.24491) 4180 : cluster [DBG] pgmap v3678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:01.595590+0000 mgr.y (mgr.24491) 4180 : cluster [DBG] pgmap v3678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:03.596013+0000 mgr.y (mgr.24491) 4181 : cluster [DBG] pgmap v3679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:03.596013+0000 mgr.y (mgr.24491) 4181 : cluster [DBG] pgmap v3679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:03.596013+0000 mgr.y (mgr.24491) 4181 : cluster [DBG] pgmap v3679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:05.596663+0000 mgr.y (mgr.24491) 4182 : cluster [DBG] pgmap v3680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:05.596663+0000 mgr.y (mgr.24491) 4182 : cluster [DBG] pgmap v3680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:05.596663+0000 mgr.y (mgr.24491) 4182 : cluster [DBG] pgmap v3680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:07] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T05:35:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:07.597120+0000 mgr.y (mgr.24491) 4183 : cluster [DBG] pgmap v3681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:07.597120+0000 mgr.y (mgr.24491) 4183 : cluster [DBG] pgmap v3681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:07.597120+0000 mgr.y (mgr.24491) 4183 : cluster [DBG] pgmap v3681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:09.597880+0000 mgr.y (mgr.24491) 4184 : cluster [DBG] pgmap v3682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:35:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:09.597880+0000 mgr.y (mgr.24491) 4184 : cluster [DBG] pgmap v3682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:09.597880+0000 mgr.y (mgr.24491) 4184 : cluster [DBG] pgmap v3682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:11.598418+0000 mgr.y (mgr.24491) 4185 : cluster [DBG] pgmap v3683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:11.598418+0000 mgr.y (mgr.24491) 4185 : cluster [DBG] pgmap v3683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:11.598418+0000 mgr.y (mgr.24491) 4185 : cluster [DBG] pgmap v3683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:13.598950+0000 mgr.y (mgr.24491) 4186 : cluster [DBG] pgmap v3684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:13.598950+0000 mgr.y (mgr.24491) 4186 : cluster [DBG] pgmap v3684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:13.598950+0000 mgr.y (mgr.24491) 4186 : cluster [DBG] pgmap v3684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:15.599782+0000 mgr.y (mgr.24491) 4187 : cluster [DBG] pgmap v3685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:15.599782+0000 mgr.y (mgr.24491) 4187 : cluster [DBG] pgmap v3685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:15.599782+0000 mgr.y (mgr.24491) 4187 : cluster [DBG] pgmap v3685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:17.926 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:35:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:17] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:35:18.202 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:35:18.203 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:35:18.203 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:35:18.203 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:35:18.203 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:35:18.203 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:35:18.203 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:35:18.203 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:35:18.203 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:35:18.203 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:35:18.203 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:35:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:35:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:35:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:35:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:35:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:35:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:35:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:35:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:35:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:35:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:35:18.533 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:35:18.533 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:35:18.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:35:18.533 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:35:18.533 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:35:18.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:35:18.533 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:35:18.533 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:35:18.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:35:18.533 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:35:18.534 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:35:18.534 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:35:18.534 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:35:18.534 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:35:18.534 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:35:18.534 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:35:18.534 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:35:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:17.600406+0000 mgr.y (mgr.24491) 4188 : cluster [DBG] pgmap v3686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:35:17.916277+0000 mgr.y (mgr.24491) 4189 : audit [DBG] from='client.19137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:35:18.534569+0000 mon.c (mon.2) 161 : audit [DBG] from='client.? 172.21.15.177:0/2908358959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:35:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:17.600406+0000 mgr.y (mgr.24491) 4188 : cluster [DBG] pgmap v3686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:35:17.916277+0000 mgr.y (mgr.24491) 4189 : audit [DBG] from='client.19137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:35:18.534569+0000 mon.c (mon.2) 161 : audit [DBG] from='client.? 172.21.15.177:0/2908358959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:35:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:17.600406+0000 mgr.y (mgr.24491) 4188 : cluster [DBG] pgmap v3686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:35:17.916277+0000 mgr.y (mgr.24491) 4189 : audit [DBG] from='client.19137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:35:18.534569+0000 mon.c (mon.2) 161 : audit [DBG] from='client.? 172.21.15.177:0/2908358959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:35:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:35:18.196900+0000 mgr.y (mgr.24491) 4190 : audit [DBG] from='client.19143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:35:18.196900+0000 mgr.y (mgr.24491) 4190 : audit [DBG] from='client.19143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:35:18.196900+0000 mgr.y (mgr.24491) 4190 : audit [DBG] from='client.19143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:19.601055+0000 mgr.y (mgr.24491) 4191 : cluster [DBG] pgmap v3687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:35:21.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:19.601055+0000 mgr.y (mgr.24491) 4191 : cluster [DBG] pgmap v3687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:19.601055+0000 mgr.y (mgr.24491) 4191 : cluster [DBG] pgmap v3687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:21.601497+0000 mgr.y (mgr.24491) 4192 : cluster [DBG] pgmap v3688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:21.601497+0000 mgr.y (mgr.24491) 4192 : cluster [DBG] pgmap v3688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:21.601497+0000 mgr.y (mgr.24491) 4192 : cluster [DBG] pgmap v3688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:23.601895+0000 mgr.y (mgr.24491) 4193 : cluster [DBG] pgmap v3689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:23.601895+0000 mgr.y (mgr.24491) 4193 : cluster [DBG] pgmap v3689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:23.601895+0000 mgr.y (mgr.24491) 4193 : cluster [DBG] pgmap v3689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:25.602758+0000 mgr.y (mgr.24491) 4194 : cluster [DBG] pgmap v3690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:27.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:25.602758+0000 mgr.y (mgr.24491) 4194 : cluster [DBG] pgmap v3690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:25.602758+0000 mgr.y (mgr.24491) 4194 : cluster [DBG] pgmap v3690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:27] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:35:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:27.603302+0000 mgr.y (mgr.24491) 4195 : cluster [DBG] pgmap v3691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:27.603302+0000 mgr.y (mgr.24491) 4195 : cluster [DBG] pgmap v3691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:27.603302+0000 mgr.y (mgr.24491) 4195 : cluster [DBG] pgmap v3691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:29.604065+0000 mgr.y (mgr.24491) 4196 : cluster [DBG] pgmap v3692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:35:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:29.604065+0000 mgr.y (mgr.24491) 4196 : cluster [DBG] pgmap v3692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:29.604065+0000 mgr.y (mgr.24491) 4196 : cluster [DBG] pgmap v3692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:31.604540+0000 mgr.y (mgr.24491) 4197 : cluster [DBG] pgmap v3693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:31.604540+0000 mgr.y (mgr.24491) 4197 : cluster [DBG] pgmap v3693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:31.604540+0000 mgr.y (mgr.24491) 4197 : cluster [DBG] pgmap v3693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:33.605104+0000 mgr.y (mgr.24491) 4198 : cluster [DBG] pgmap v3694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:33.605104+0000 mgr.y (mgr.24491) 4198 : cluster [DBG] pgmap v3694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:33.605104+0000 mgr.y (mgr.24491) 4198 : cluster [DBG] pgmap v3694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:35.605701+0000 mgr.y (mgr.24491) 4199 : cluster [DBG] pgmap v3695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:35.605701+0000 mgr.y (mgr.24491) 4199 : cluster [DBG] pgmap v3695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:35.605701+0000 mgr.y (mgr.24491) 4199 : cluster [DBG] pgmap v3695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:37.991 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:37] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T05:35:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:35:37.500024+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:35:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:35:37.500024+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:35:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:35:37.500024+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:35:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:37.606232+0000 mgr.y (mgr.24491) 4200 : cluster [DBG] pgmap v3696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:37.606232+0000 mgr.y (mgr.24491) 4200 : cluster [DBG] pgmap v3696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:37.606232+0000 mgr.y (mgr.24491) 4200 : cluster [DBG] pgmap v3696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:35:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:39.606853+0000 mgr.y (mgr.24491) 4201 : cluster [DBG] pgmap v3697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:39.606853+0000 mgr.y (mgr.24491) 4201 : cluster [DBG] pgmap v3697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:39.606853+0000 mgr.y (mgr.24491) 4201 : cluster [DBG] pgmap v3697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:41.607397+0000 mgr.y (mgr.24491) 4202 : cluster [DBG] pgmap v3698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:41.607397+0000 mgr.y (mgr.24491) 4202 : cluster [DBG] pgmap v3698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:41.607397+0000 mgr.y (mgr.24491) 4202 : cluster [DBG] pgmap v3698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:43.607929+0000 mgr.y (mgr.24491) 4203 : cluster [DBG] pgmap v3699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:43.607929+0000 mgr.y (mgr.24491) 4203 : cluster [DBG] pgmap v3699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:43.607929+0000 mgr.y (mgr.24491) 4203 : cluster [DBG] pgmap v3699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:45.608601+0000 mgr.y (mgr.24491) 4204 : cluster [DBG] pgmap v3700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:45.608601+0000 mgr.y (mgr.24491) 4204 : cluster [DBG] pgmap v3700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:45.608601+0000 mgr.y (mgr.24491) 4204 : cluster [DBG] pgmap v3700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:35:48.841 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:35:49.119 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:35:49.119 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:35:49.119 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:35:49.119 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:35:49.119 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:35:49.119 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:35:49.119 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 9m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:35:49.119 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 9m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:35:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:35:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:47.609193+0000 mgr.y (mgr.24491) 4205 : cluster [DBG] pgmap v3701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:47.609193+0000 mgr.y (mgr.24491) 4205 : cluster [DBG] pgmap v3701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:49.451 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:35:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:35:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:35:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:35:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:35:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:35:49.451 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:35:49.452 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:35:49.452 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:35:49.452 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:35:49.452 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:35:49.452 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:35:49.452 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:35:49.452 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:35:49.452 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:35:49.452 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:35:49.452 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:35:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:47.609193+0000 mgr.y (mgr.24491) 4205 : cluster [DBG] pgmap v3701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:35:48.831530+0000 mgr.y (mgr.24491) 4206 : audit [DBG] from='client.29060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:35:49.113195+0000 mgr.y (mgr.24491) 4207 : audit [DBG] from='client.29066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:35:49.453378+0000 mon.a (mon.0) 1459 : audit [DBG] from='client.? 172.21.15.177:0/4173215088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:35:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:35:48.831530+0000 mgr.y (mgr.24491) 4206 : audit [DBG] from='client.29060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:35:49.113195+0000 mgr.y (mgr.24491) 4207 : audit [DBG] from='client.29066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:35:49.453378+0000 mon.a (mon.0) 1459 : audit [DBG] from='client.? 172.21.15.177:0/4173215088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:35:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:35:48.831530+0000 mgr.y (mgr.24491) 4206 : audit [DBG] from='client.29060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:35:49.113195+0000 mgr.y (mgr.24491) 4207 : audit [DBG] from='client.29066 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:35:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:35:49.453378+0000 mon.a (mon.0) 1459 : audit [DBG] from='client.? 172.21.15.177:0/4173215088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:35:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:49.609908+0000 mgr.y (mgr.24491) 4208 : cluster [DBG] pgmap v3702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:49.609908+0000 mgr.y (mgr.24491) 4208 : cluster [DBG] pgmap v3702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:49.609908+0000 mgr.y (mgr.24491) 4208 : cluster [DBG] pgmap v3702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:35:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:51.610399+0000 mgr.y (mgr.24491) 4209 : cluster [DBG] pgmap v3703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:51.610399+0000 mgr.y (mgr.24491) 4209 : cluster [DBG] pgmap v3703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:51.610399+0000 mgr.y (mgr.24491) 4209 : cluster [DBG] pgmap v3703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:53.610775+0000 mgr.y (mgr.24491) 4210 : cluster [DBG] pgmap v3704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:35:54.400076+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:35:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:35:54.690882+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:35:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:35:54.691523+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:35:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:35:54.695843+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:35:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:53.610775+0000 mgr.y (mgr.24491) 4210 : cluster [DBG] pgmap v3704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:35:54.400076+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:35:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:35:54.690882+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:35:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:35:54.691523+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:35:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:35:54.695843+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:35:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:53.610775+0000 mgr.y (mgr.24491) 4210 : cluster [DBG] pgmap v3704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:35:54.400076+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:35:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:35:54.690882+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:35:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:35:54.691523+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:35:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:35:54.695843+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:35:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:55.611470+0000 mgr.y (mgr.24491) 4211 : cluster [DBG] pgmap v3705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:55.611470+0000 mgr.y (mgr.24491) 4211 : cluster [DBG] pgmap v3705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:55.611470+0000 mgr.y (mgr.24491) 4211 : cluster [DBG] pgmap v3705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:35:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:35:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:57.612001+0000 mgr.y (mgr.24491) 4212 : cluster [DBG] pgmap v3706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:57.612001+0000 mgr.y (mgr.24491) 4212 : cluster [DBG] pgmap v3706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:35:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:35:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:57.612001+0000 mgr.y (mgr.24491) 4212 : cluster [DBG] pgmap v3706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:35:59.612701+0000 mgr.y (mgr.24491) 4213 : cluster [DBG] pgmap v3707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:35:59.612701+0000 mgr.y (mgr.24491) 4213 : cluster [DBG] pgmap v3707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:36:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:35:59.612701+0000 mgr.y (mgr.24491) 4213 : cluster [DBG] pgmap v3707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:01.613131+0000 mgr.y (mgr.24491) 4214 : cluster [DBG] pgmap v3708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:01.613131+0000 mgr.y (mgr.24491) 4214 : cluster [DBG] pgmap v3708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:01.613131+0000 mgr.y (mgr.24491) 4214 : cluster [DBG] pgmap v3708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:03.613656+0000 mgr.y (mgr.24491) 4215 : cluster [DBG] pgmap v3709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:03.613656+0000 mgr.y (mgr.24491) 4215 : cluster [DBG] pgmap v3709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:03.613656+0000 mgr.y (mgr.24491) 4215 : cluster [DBG] pgmap v3709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:05.614438+0000 mgr.y (mgr.24491) 4216 : cluster [DBG] pgmap v3710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:05.614438+0000 mgr.y (mgr.24491) 4216 : cluster [DBG] pgmap v3710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:05.614438+0000 mgr.y (mgr.24491) 4216 : cluster [DBG] pgmap v3710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:07] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T05:36:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:07.614849+0000 mgr.y (mgr.24491) 4217 : cluster [DBG] pgmap v3711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:07.614849+0000 mgr.y (mgr.24491) 4217 : cluster [DBG] pgmap v3711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:07.614849+0000 mgr.y (mgr.24491) 4217 : cluster [DBG] pgmap v3711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:09.615633+0000 mgr.y (mgr.24491) 4218 : cluster [DBG] pgmap v3712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:09.615633+0000 mgr.y (mgr.24491) 4218 : cluster [DBG] pgmap v3712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:09.615633+0000 mgr.y (mgr.24491) 4218 : cluster [DBG] pgmap v3712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:36:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:11.616053+0000 mgr.y (mgr.24491) 4219 : cluster [DBG] pgmap v3713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:11.616053+0000 mgr.y (mgr.24491) 4219 : cluster [DBG] pgmap v3713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:11.616053+0000 mgr.y (mgr.24491) 4219 : cluster [DBG] pgmap v3713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:13.616574+0000 mgr.y (mgr.24491) 4220 : cluster [DBG] pgmap v3714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:13.616574+0000 mgr.y (mgr.24491) 4220 : cluster [DBG] pgmap v3714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:13.616574+0000 mgr.y (mgr.24491) 4220 : cluster [DBG] pgmap v3714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:15.617506+0000 mgr.y (mgr.24491) 4221 : cluster [DBG] pgmap v3715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:15.617506+0000 mgr.y (mgr.24491) 4221 : cluster [DBG] pgmap v3715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:15.617506+0000 mgr.y (mgr.24491) 4221 : cluster [DBG] pgmap v3715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:17] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:36:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:17.617951+0000 mgr.y (mgr.24491) 4222 : cluster [DBG] pgmap v3716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:17.617951+0000 mgr.y (mgr.24491) 4222 : cluster [DBG] pgmap v3716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:17.617951+0000 mgr.y (mgr.24491) 4222 : cluster [DBG] pgmap v3716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:19.762 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:36:20.034 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:36:20.034 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:36:20.034 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:36:20.034 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:36:20.034 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:36:20.034 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:36:20.034 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 9m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 9m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:36:20.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:36:20.036 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:36:20.367 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:36:20.368 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:36:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:19.618536+0000 mgr.y (mgr.24491) 4223 : cluster [DBG] pgmap v3717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:19.752074+0000 mgr.y (mgr.24491) 4224 : audit [DBG] from='client.29078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:20.028404+0000 mgr.y (mgr.24491) 4225 : audit [DBG] from='client.19179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:20.369608+0000 mon.a (mon.0) 1464 : audit [DBG] from='client.? 172.21.15.177:0/1251702865' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:36:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:19.618536+0000 mgr.y (mgr.24491) 4223 : cluster [DBG] pgmap v3717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:19.752074+0000 mgr.y (mgr.24491) 4224 : audit [DBG] from='client.29078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:20.028404+0000 mgr.y (mgr.24491) 4225 : audit [DBG] from='client.19179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:20.369608+0000 mon.a (mon.0) 1464 : audit [DBG] from='client.? 172.21.15.177:0/1251702865' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:36:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:36:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:19.618536+0000 mgr.y (mgr.24491) 4223 : cluster [DBG] pgmap v3717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:19.752074+0000 mgr.y (mgr.24491) 4224 : audit [DBG] from='client.29078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:20.028404+0000 mgr.y (mgr.24491) 4225 : audit [DBG] from='client.19179 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:20.369608+0000 mon.a (mon.0) 1464 : audit [DBG] from='client.? 172.21.15.177:0/1251702865' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:36:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:21.619080+0000 mgr.y (mgr.24491) 4226 : cluster [DBG] pgmap v3718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:21.619080+0000 mgr.y (mgr.24491) 4226 : cluster [DBG] pgmap v3718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:21.619080+0000 mgr.y (mgr.24491) 4226 : cluster [DBG] pgmap v3718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:23.619475+0000 mgr.y (mgr.24491) 4227 : cluster [DBG] pgmap v3719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:23.619475+0000 mgr.y (mgr.24491) 4227 : cluster [DBG] pgmap v3719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:23.619475+0000 mgr.y (mgr.24491) 4227 : cluster [DBG] pgmap v3719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:25.620183+0000 mgr.y (mgr.24491) 4228 : cluster [DBG] pgmap v3720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:25.620183+0000 mgr.y (mgr.24491) 4228 : cluster [DBG] pgmap v3720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:25.620183+0000 mgr.y (mgr.24491) 4228 : cluster [DBG] pgmap v3720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:27] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:36:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:27.620660+0000 mgr.y (mgr.24491) 4229 : cluster [DBG] pgmap v3721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:27.620660+0000 mgr.y (mgr.24491) 4229 : cluster [DBG] pgmap v3721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:27.620660+0000 mgr.y (mgr.24491) 4229 : cluster [DBG] pgmap v3721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:29.621425+0000 mgr.y (mgr.24491) 4230 : cluster [DBG] pgmap v3722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:29.621425+0000 mgr.y (mgr.24491) 4230 : cluster [DBG] pgmap v3722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:36:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:29.621425+0000 mgr.y (mgr.24491) 4230 : cluster [DBG] pgmap v3722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:31.621945+0000 mgr.y (mgr.24491) 4231 : cluster [DBG] pgmap v3723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:31.621945+0000 mgr.y (mgr.24491) 4231 : cluster [DBG] pgmap v3723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:31.621945+0000 mgr.y (mgr.24491) 4231 : cluster [DBG] pgmap v3723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:33.622355+0000 mgr.y (mgr.24491) 4232 : cluster [DBG] pgmap v3724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:33.622355+0000 mgr.y (mgr.24491) 4232 : cluster [DBG] pgmap v3724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:33.622355+0000 mgr.y (mgr.24491) 4232 : cluster [DBG] pgmap v3724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:35.623124+0000 mgr.y (mgr.24491) 4233 : cluster [DBG] pgmap v3725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:35.623124+0000 mgr.y (mgr.24491) 4233 : cluster [DBG] pgmap v3725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:35.623124+0000 mgr.y (mgr.24491) 4233 : cluster [DBG] pgmap v3725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:37] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:36:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:37.623572+0000 mgr.y (mgr.24491) 4234 : cluster [DBG] pgmap v3726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:37.623572+0000 mgr.y (mgr.24491) 4234 : cluster [DBG] pgmap v3726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:37.623572+0000 mgr.y (mgr.24491) 4234 : cluster [DBG] pgmap v3726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:39.624471+0000 mgr.y (mgr.24491) 4235 : cluster [DBG] pgmap v3727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:39.624471+0000 mgr.y (mgr.24491) 4235 : cluster [DBG] pgmap v3727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:39.624471+0000 mgr.y (mgr.24491) 4235 : cluster [DBG] pgmap v3727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:36:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:41.624895+0000 mgr.y (mgr.24491) 4236 : cluster [DBG] pgmap v3728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:41.624895+0000 mgr.y (mgr.24491) 4236 : cluster [DBG] pgmap v3728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:41.624895+0000 mgr.y (mgr.24491) 4236 : cluster [DBG] pgmap v3728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:43.625418+0000 mgr.y (mgr.24491) 4237 : cluster [DBG] pgmap v3729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:43.625418+0000 mgr.y (mgr.24491) 4237 : cluster [DBG] pgmap v3729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:43.625418+0000 mgr.y (mgr.24491) 4237 : cluster [DBG] pgmap v3729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:45.626141+0000 mgr.y (mgr.24491) 4238 : cluster [DBG] pgmap v3730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:45.626141+0000 mgr.y (mgr.24491) 4238 : cluster [DBG] pgmap v3730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:45.626141+0000 mgr.y (mgr.24491) 4238 : cluster [DBG] pgmap v3730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:47] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:36:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:47.626533+0000 mgr.y (mgr.24491) 4239 : cluster [DBG] pgmap v3731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:47.626533+0000 mgr.y (mgr.24491) 4239 : cluster [DBG] pgmap v3731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:47.626533+0000 mgr.y (mgr.24491) 4239 : cluster [DBG] pgmap v3731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:50.677 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:36:50.952 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:36:50.952 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 10m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:36:50.952 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 10m ago 2h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:36:50.952 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 10m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 10m ago 2h 24.4M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 10m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 10m ago 2h 461M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 10m ago 2h 345M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 10m ago 2h 186M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 10m ago 2h 190M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 10m ago 2h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 10m ago 2h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 10m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 10m ago 2h 43.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 10m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 10m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 10m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 10m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:36:50.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 10m ago 2h 41.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:36:50.954 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 10m ago 2h 42.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:36:50.954 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 10m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:36:51.291 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:36:51.291 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:36:51.291 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:36:51.291 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:36:51.291 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:36:51.291 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:36:51.291 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:36:51.292 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:36:51.292 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:36:51.292 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:36:51.292 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:36:51.292 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:36:51.292 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:36:51.292 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:36:51.292 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:36:51.292 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:36:51.292 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:36:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:49.627199+0000 mgr.y (mgr.24491) 4240 : cluster [DBG] pgmap v3732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:49.627199+0000 mgr.y (mgr.24491) 4240 : cluster [DBG] pgmap v3732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:36:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:49.627199+0000 mgr.y (mgr.24491) 4240 : cluster [DBG] pgmap v3732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:50.667721+0000 mgr.y (mgr.24491) 4241 : audit [DBG] from='client.19191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:50.946400+0000 mgr.y (mgr.24491) 4242 : audit [DBG] from='client.19197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:51.293098+0000 mon.c (mon.2) 162 : audit [DBG] from='client.? 172.21.15.177:0/2199227834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:36:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:50.667721+0000 mgr.y (mgr.24491) 4241 : audit [DBG] from='client.19191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:50.946400+0000 mgr.y (mgr.24491) 4242 : audit [DBG] from='client.19197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:51.293098+0000 mon.c (mon.2) 162 : audit [DBG] from='client.? 172.21.15.177:0/2199227834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:36:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:50.667721+0000 mgr.y (mgr.24491) 4241 : audit [DBG] from='client.19191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:50.946400+0000 mgr.y (mgr.24491) 4242 : audit [DBG] from='client.19197 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:36:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:51.293098+0000 mon.c (mon.2) 162 : audit [DBG] from='client.? 172.21.15.177:0/2199227834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:36:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:51.627729+0000 mgr.y (mgr.24491) 4243 : cluster [DBG] pgmap v3733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:51.627729+0000 mgr.y (mgr.24491) 4243 : cluster [DBG] pgmap v3733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:51.627729+0000 mgr.y (mgr.24491) 4243 : cluster [DBG] pgmap v3733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:53.628352+0000 mgr.y (mgr.24491) 4244 : cluster [DBG] pgmap v3734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:54.700048+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:36:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:53.628352+0000 mgr.y (mgr.24491) 4244 : cluster [DBG] pgmap v3734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:54.700048+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:36:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:53.628352+0000 mgr.y (mgr.24491) 4244 : cluster [DBG] pgmap v3734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:54.700048+0000 mon.a (mon.0) 1465 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:36:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:55.629178+0000 mgr.y (mgr.24491) 4245 : cluster [DBG] pgmap v3735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:55.629178+0000 mgr.y (mgr.24491) 4245 : cluster [DBG] pgmap v3735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:55.629178+0000 mgr.y (mgr.24491) 4245 : cluster [DBG] pgmap v3735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:36:57] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:36:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:57.560999+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:36:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:57.629724+0000 mgr.y (mgr.24491) 4246 : cluster [DBG] pgmap v3736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:58.011219+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:36:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:58.291081+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:36:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:58.291755+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:36:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:36:58.296038+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:36:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:57.560999+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:36:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:57.629724+0000 mgr.y (mgr.24491) 4246 : cluster [DBG] pgmap v3736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:58.011219+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:36:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:58.291081+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:36:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:58.291755+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:36:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:36:58.296038+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:36:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:57.560999+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:36:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:57.629724+0000 mgr.y (mgr.24491) 4246 : cluster [DBG] pgmap v3736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:36:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:58.011219+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:36:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:58.291081+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:36:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:58.291755+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:36:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:36:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:36:58.296038+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:37:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:36:59.630465+0000 mgr.y (mgr.24491) 4247 : cluster [DBG] pgmap v3737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:36:59.630465+0000 mgr.y (mgr.24491) 4247 : cluster [DBG] pgmap v3737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:36:59.630465+0000 mgr.y (mgr.24491) 4247 : cluster [DBG] pgmap v3737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:37:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:01.631117+0000 mgr.y (mgr.24491) 4248 : cluster [DBG] pgmap v3738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:01.631117+0000 mgr.y (mgr.24491) 4248 : cluster [DBG] pgmap v3738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:01.631117+0000 mgr.y (mgr.24491) 4248 : cluster [DBG] pgmap v3738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:03.631724+0000 mgr.y (mgr.24491) 4249 : cluster [DBG] pgmap v3739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:03.631724+0000 mgr.y (mgr.24491) 4249 : cluster [DBG] pgmap v3739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:03.631724+0000 mgr.y (mgr.24491) 4249 : cluster [DBG] pgmap v3739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:05.632534+0000 mgr.y (mgr.24491) 4250 : cluster [DBG] pgmap v3740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:05.632534+0000 mgr.y (mgr.24491) 4250 : cluster [DBG] pgmap v3740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:05.632534+0000 mgr.y (mgr.24491) 4250 : cluster [DBG] pgmap v3740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:07] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:37:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:07.633199+0000 mgr.y (mgr.24491) 4251 : cluster [DBG] pgmap v3741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:07.633199+0000 mgr.y (mgr.24491) 4251 : cluster [DBG] pgmap v3741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:07.633199+0000 mgr.y (mgr.24491) 4251 : cluster [DBG] pgmap v3741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:09.633908+0000 mgr.y (mgr.24491) 4252 : cluster [DBG] pgmap v3742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:09.633908+0000 mgr.y (mgr.24491) 4252 : cluster [DBG] pgmap v3742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:09.633908+0000 mgr.y (mgr.24491) 4252 : cluster [DBG] pgmap v3742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:37:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:11.634489+0000 mgr.y (mgr.24491) 4253 : cluster [DBG] pgmap v3743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:11.634489+0000 mgr.y (mgr.24491) 4253 : cluster [DBG] pgmap v3743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:11.634489+0000 mgr.y (mgr.24491) 4253 : cluster [DBG] pgmap v3743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:13.634989+0000 mgr.y (mgr.24491) 4254 : cluster [DBG] pgmap v3744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:13.634989+0000 mgr.y (mgr.24491) 4254 : cluster [DBG] pgmap v3744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:13.634989+0000 mgr.y (mgr.24491) 4254 : cluster [DBG] pgmap v3744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:15.635662+0000 mgr.y (mgr.24491) 4255 : cluster [DBG] pgmap v3745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:15.635662+0000 mgr.y (mgr.24491) 4255 : cluster [DBG] pgmap v3745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:15.635662+0000 mgr.y (mgr.24491) 4255 : cluster [DBG] pgmap v3745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:17] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:37:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:17.636135+0000 mgr.y (mgr.24491) 4256 : cluster [DBG] pgmap v3746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:17.636135+0000 mgr.y (mgr.24491) 4256 : cluster [DBG] pgmap v3746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:17.636135+0000 mgr.y (mgr.24491) 4256 : cluster [DBG] pgmap v3746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:19.636788+0000 mgr.y (mgr.24491) 4257 : cluster [DBG] pgmap v3747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:19.636788+0000 mgr.y (mgr.24491) 4257 : cluster [DBG] pgmap v3747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:19.636788+0000 mgr.y (mgr.24491) 4257 : cluster [DBG] pgmap v3747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:37:21.604 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:37:21.880 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:37:21.880 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 24s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:37:21.880 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 23s ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:37:21.880 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 24s ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:37:21.880 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 23s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:37:21.880 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 23s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:37:21.880 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 24s ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:37:21.880 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 24s ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:37:21.880 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 23s ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 24s ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 24s ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 23s ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 24s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 24s ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 24s ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 24s ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 23s ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 23s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 23s ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 23s ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:37:21.881 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 23s ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:37:22.214 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:37:22.214 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:37:22.214 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:37:22.214 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:37:22.214 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:37:22.214 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:37:22.214 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:37:22.214 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:37:22.215 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:37:22.215 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:37:22.215 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:37:22.215 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:37:22.215 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:37:22.215 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:37:22.215 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:37:22.215 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:37:22.215 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:37:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:37:21.594497+0000 mgr.y (mgr.24491) 4258 : audit [DBG] from='client.29114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:21.637203+0000 mgr.y (mgr.24491) 4259 : cluster [DBG] pgmap v3748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:37:21.874381+0000 mgr.y (mgr.24491) 4260 : audit [DBG] from='client.19215 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:37:22.215972+0000 mon.c (mon.2) 163 : audit [DBG] from='client.? 172.21.15.177:0/2486937477' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:37:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:37:21.594497+0000 mgr.y (mgr.24491) 4258 : audit [DBG] from='client.29114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:21.637203+0000 mgr.y (mgr.24491) 4259 : cluster [DBG] pgmap v3748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:37:21.874381+0000 mgr.y (mgr.24491) 4260 : audit [DBG] from='client.19215 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:37:22.215972+0000 mon.c (mon.2) 163 : audit [DBG] from='client.? 172.21.15.177:0/2486937477' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:37:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:37:21.594497+0000 mgr.y (mgr.24491) 4258 : audit [DBG] from='client.29114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:21.637203+0000 mgr.y (mgr.24491) 4259 : cluster [DBG] pgmap v3748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:37:21.874381+0000 mgr.y (mgr.24491) 4260 : audit [DBG] from='client.19215 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:37:22.215972+0000 mon.c (mon.2) 163 : audit [DBG] from='client.? 172.21.15.177:0/2486937477' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:37:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:23.637676+0000 mgr.y (mgr.24491) 4261 : cluster [DBG] pgmap v3749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:23.637676+0000 mgr.y (mgr.24491) 4261 : cluster [DBG] pgmap v3749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:23.637676+0000 mgr.y (mgr.24491) 4261 : cluster [DBG] pgmap v3749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:25.638420+0000 mgr.y (mgr.24491) 4262 : cluster [DBG] pgmap v3750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:25.638420+0000 mgr.y (mgr.24491) 4262 : cluster [DBG] pgmap v3750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:25.638420+0000 mgr.y (mgr.24491) 4262 : cluster [DBG] pgmap v3750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:27] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:37:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:27.638955+0000 mgr.y (mgr.24491) 4263 : cluster [DBG] pgmap v3751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:27.638955+0000 mgr.y (mgr.24491) 4263 : cluster [DBG] pgmap v3751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:27.638955+0000 mgr.y (mgr.24491) 4263 : cluster [DBG] pgmap v3751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:29.639688+0000 mgr.y (mgr.24491) 4264 : cluster [DBG] pgmap v3752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:29.639688+0000 mgr.y (mgr.24491) 4264 : cluster [DBG] pgmap v3752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:29.639688+0000 mgr.y (mgr.24491) 4264 : cluster [DBG] pgmap v3752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:37:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:31.640107+0000 mgr.y (mgr.24491) 4265 : cluster [DBG] pgmap v3753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:31.640107+0000 mgr.y (mgr.24491) 4265 : cluster [DBG] pgmap v3753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:31.640107+0000 mgr.y (mgr.24491) 4265 : cluster [DBG] pgmap v3753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:33.640628+0000 mgr.y (mgr.24491) 4266 : cluster [DBG] pgmap v3754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:33.640628+0000 mgr.y (mgr.24491) 4266 : cluster [DBG] pgmap v3754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:33.640628+0000 mgr.y (mgr.24491) 4266 : cluster [DBG] pgmap v3754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:35.641447+0000 mgr.y (mgr.24491) 4267 : cluster [DBG] pgmap v3755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:35.641447+0000 mgr.y (mgr.24491) 4267 : cluster [DBG] pgmap v3755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:35.641447+0000 mgr.y (mgr.24491) 4267 : cluster [DBG] pgmap v3755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:37] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:37:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:37.641864+0000 mgr.y (mgr.24491) 4268 : cluster [DBG] pgmap v3756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:37.641864+0000 mgr.y (mgr.24491) 4268 : cluster [DBG] pgmap v3756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:37.641864+0000 mgr.y (mgr.24491) 4268 : cluster [DBG] pgmap v3756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:39.642478+0000 mgr.y (mgr.24491) 4269 : cluster [DBG] pgmap v3757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:39.642478+0000 mgr.y (mgr.24491) 4269 : cluster [DBG] pgmap v3757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:39.642478+0000 mgr.y (mgr.24491) 4269 : cluster [DBG] pgmap v3757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:37:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:41.643019+0000 mgr.y (mgr.24491) 4270 : cluster [DBG] pgmap v3758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:41.643019+0000 mgr.y (mgr.24491) 4270 : cluster [DBG] pgmap v3758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:41.643019+0000 mgr.y (mgr.24491) 4270 : cluster [DBG] pgmap v3758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:43.643547+0000 mgr.y (mgr.24491) 4271 : cluster [DBG] pgmap v3759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:43.643547+0000 mgr.y (mgr.24491) 4271 : cluster [DBG] pgmap v3759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:43.643547+0000 mgr.y (mgr.24491) 4271 : cluster [DBG] pgmap v3759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:45.644440+0000 mgr.y (mgr.24491) 4272 : cluster [DBG] pgmap v3760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:45.644440+0000 mgr.y (mgr.24491) 4272 : cluster [DBG] pgmap v3760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:45.644440+0000 mgr.y (mgr.24491) 4272 : cluster [DBG] pgmap v3760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:47] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:37:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:47.644996+0000 mgr.y (mgr.24491) 4273 : cluster [DBG] pgmap v3761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:47.644996+0000 mgr.y (mgr.24491) 4273 : cluster [DBG] pgmap v3761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:47.644996+0000 mgr.y (mgr.24491) 4273 : cluster [DBG] pgmap v3761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:49.645678+0000 mgr.y (mgr.24491) 4274 : cluster [DBG] pgmap v3762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:49.645678+0000 mgr.y (mgr.24491) 4274 : cluster [DBG] pgmap v3762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:49.645678+0000 mgr.y (mgr.24491) 4274 : cluster [DBG] pgmap v3762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:37:52.534 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:37:52.817 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 55s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 54s ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 55s ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 54s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 54s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 55s ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 55s ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 54s ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 55s ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 55s ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 54s ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 55s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:37:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 55s ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:37:52.819 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 55s ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:37:52.819 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 55s ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:37:52.819 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 54s ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:37:52.819 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 54s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:37:52.819 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 54s ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:37:52.819 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 54s ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:37:52.819 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 54s ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:37:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:51.646171+0000 mgr.y (mgr.24491) 4275 : cluster [DBG] pgmap v3763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:51.646171+0000 mgr.y (mgr.24491) 4275 : cluster [DBG] pgmap v3763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:51.646171+0000 mgr.y (mgr.24491) 4275 : cluster [DBG] pgmap v3763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:53.149 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:37:53.149 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:37:53.149 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:37:53.149 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:37:53.149 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:37:53.149 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:37:53.149 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:37:53.149 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:37:53.150 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:37:53.150 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:37:53.150 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:37:53.150 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:37:53.150 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:37:53.150 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:37:53.150 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:37:53.150 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:37:53.150 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:37:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:37:52.524348+0000 mgr.y (mgr.24491) 4276 : audit [DBG] from='client.29132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:37:52.811524+0000 mgr.y (mgr.24491) 4277 : audit [DBG] from='client.19233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:37:53.150791+0000 mon.c (mon.2) 164 : audit [DBG] from='client.? 172.21.15.177:0/380523750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:37:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:37:52.524348+0000 mgr.y (mgr.24491) 4276 : audit [DBG] from='client.29132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:37:52.811524+0000 mgr.y (mgr.24491) 4277 : audit [DBG] from='client.19233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:37:53.150791+0000 mon.c (mon.2) 164 : audit [DBG] from='client.? 172.21.15.177:0/380523750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:37:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:37:52.524348+0000 mgr.y (mgr.24491) 4276 : audit [DBG] from='client.29132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:37:52.811524+0000 mgr.y (mgr.24491) 4277 : audit [DBG] from='client.19233 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:37:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:37:53.150791+0000 mon.c (mon.2) 164 : audit [DBG] from='client.? 172.21.15.177:0/380523750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:37:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:53.646656+0000 mgr.y (mgr.24491) 4278 : cluster [DBG] pgmap v3764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:53.646656+0000 mgr.y (mgr.24491) 4278 : cluster [DBG] pgmap v3764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:53.646656+0000 mgr.y (mgr.24491) 4278 : cluster [DBG] pgmap v3764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:55.647286+0000 mgr.y (mgr.24491) 4279 : cluster [DBG] pgmap v3765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:55.647286+0000 mgr.y (mgr.24491) 4279 : cluster [DBG] pgmap v3765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:55.647286+0000 mgr.y (mgr.24491) 4279 : cluster [DBG] pgmap v3765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:37:57] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:37:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:57.647750+0000 mgr.y (mgr.24491) 4280 : cluster [DBG] pgmap v3766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:37:58.300481+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:37:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:37:58.604046+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:37:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:37:58.604686+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:37:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:37:58.609406+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:37:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:57.647750+0000 mgr.y (mgr.24491) 4280 : cluster [DBG] pgmap v3766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:37:58.300481+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:37:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:37:58.604046+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:37:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:37:58.604686+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:37:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:37:58.609406+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:37:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:57.647750+0000 mgr.y (mgr.24491) 4280 : cluster [DBG] pgmap v3766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:37:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:37:58.300481+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:37:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:37:58.604046+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:37:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:37:58.604686+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:37:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:37:58.609406+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:38:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:37:59.648497+0000 mgr.y (mgr.24491) 4281 : cluster [DBG] pgmap v3767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:37:59.648497+0000 mgr.y (mgr.24491) 4281 : cluster [DBG] pgmap v3767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:37:59.648497+0000 mgr.y (mgr.24491) 4281 : cluster [DBG] pgmap v3767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:38:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:01.648837+0000 mgr.y (mgr.24491) 4282 : cluster [DBG] pgmap v3768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:01.648837+0000 mgr.y (mgr.24491) 4282 : cluster [DBG] pgmap v3768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:01.648837+0000 mgr.y (mgr.24491) 4282 : cluster [DBG] pgmap v3768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:03.649294+0000 mgr.y (mgr.24491) 4283 : cluster [DBG] pgmap v3769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:03.649294+0000 mgr.y (mgr.24491) 4283 : cluster [DBG] pgmap v3769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:03.649294+0000 mgr.y (mgr.24491) 4283 : cluster [DBG] pgmap v3769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:05.650040+0000 mgr.y (mgr.24491) 4284 : cluster [DBG] pgmap v3770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:05.650040+0000 mgr.y (mgr.24491) 4284 : cluster [DBG] pgmap v3770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:05.650040+0000 mgr.y (mgr.24491) 4284 : cluster [DBG] pgmap v3770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:07] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:38:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:07.650374+0000 mgr.y (mgr.24491) 4285 : cluster [DBG] pgmap v3771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:07.650374+0000 mgr.y (mgr.24491) 4285 : cluster [DBG] pgmap v3771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:07.650374+0000 mgr.y (mgr.24491) 4285 : cluster [DBG] pgmap v3771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:09.651258+0000 mgr.y (mgr.24491) 4286 : cluster [DBG] pgmap v3772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:09.651258+0000 mgr.y (mgr.24491) 4286 : cluster [DBG] pgmap v3772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:09.651258+0000 mgr.y (mgr.24491) 4286 : cluster [DBG] pgmap v3772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:38:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:11.651690+0000 mgr.y (mgr.24491) 4287 : cluster [DBG] pgmap v3773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:11.651690+0000 mgr.y (mgr.24491) 4287 : cluster [DBG] pgmap v3773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:11.651690+0000 mgr.y (mgr.24491) 4287 : cluster [DBG] pgmap v3773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:13.652283+0000 mgr.y (mgr.24491) 4288 : cluster [DBG] pgmap v3774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:13.652283+0000 mgr.y (mgr.24491) 4288 : cluster [DBG] pgmap v3774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:13.652283+0000 mgr.y (mgr.24491) 4288 : cluster [DBG] pgmap v3774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:15.652996+0000 mgr.y (mgr.24491) 4289 : cluster [DBG] pgmap v3775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:15.652996+0000 mgr.y (mgr.24491) 4289 : cluster [DBG] pgmap v3775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:15.652996+0000 mgr.y (mgr.24491) 4289 : cluster [DBG] pgmap v3775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:38:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:17.653392+0000 mgr.y (mgr.24491) 4290 : cluster [DBG] pgmap v3776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:17.653392+0000 mgr.y (mgr.24491) 4290 : cluster [DBG] pgmap v3776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:17.653392+0000 mgr.y (mgr.24491) 4290 : cluster [DBG] pgmap v3776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:19.654009+0000 mgr.y (mgr.24491) 4291 : cluster [DBG] pgmap v3777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:19.654009+0000 mgr.y (mgr.24491) 4291 : cluster [DBG] pgmap v3777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:19.654009+0000 mgr.y (mgr.24491) 4291 : cluster [DBG] pgmap v3777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:38:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:21.654447+0000 mgr.y (mgr.24491) 4292 : cluster [DBG] pgmap v3778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:21.654447+0000 mgr.y (mgr.24491) 4292 : cluster [DBG] pgmap v3778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:21.654447+0000 mgr.y (mgr.24491) 4292 : cluster [DBG] pgmap v3778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:23.460 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:38:23.733 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:38:23.733 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 86s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 85s ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 86s ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 85s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 85s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 86s ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 86s ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 85s ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 86s ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 86s ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 85s ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 86s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 86s ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 86s ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:38:23.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 86s ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:38:23.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 85s ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:38:23.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 85s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:38:23.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 85s ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:38:23.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 85s ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:38:23.735 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 85s ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:38:24.065 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:38:24.065 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:38:24.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:38:24.066 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:38:24.066 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:38:24.066 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:38:24.066 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:38:24.066 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:38:24.066 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:38:24.066 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:38:24.066 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:38:24.066 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:38:24.066 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:38:24.067 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:38:24.067 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:38:24.067 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:38:24.067 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:38:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:38:23.449518+0000 mgr.y (mgr.24491) 4293 : audit [DBG] from='client.29150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:23.654791+0000 mgr.y (mgr.24491) 4294 : cluster [DBG] pgmap v3779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:38:23.727636+0000 mgr.y (mgr.24491) 4295 : audit [DBG] from='client.19251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:38:24.067201+0000 mon.c (mon.2) 165 : audit [DBG] from='client.? 172.21.15.177:0/3684171372' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:38:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:38:23.449518+0000 mgr.y (mgr.24491) 4293 : audit [DBG] from='client.29150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:23.654791+0000 mgr.y (mgr.24491) 4294 : cluster [DBG] pgmap v3779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:38:23.727636+0000 mgr.y (mgr.24491) 4295 : audit [DBG] from='client.19251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:38:24.067201+0000 mon.c (mon.2) 165 : audit [DBG] from='client.? 172.21.15.177:0/3684171372' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:38:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:38:23.449518+0000 mgr.y (mgr.24491) 4293 : audit [DBG] from='client.29150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:23.654791+0000 mgr.y (mgr.24491) 4294 : cluster [DBG] pgmap v3779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:38:23.727636+0000 mgr.y (mgr.24491) 4295 : audit [DBG] from='client.19251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:38:24.067201+0000 mon.c (mon.2) 165 : audit [DBG] from='client.? 172.21.15.177:0/3684171372' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:38:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:25.655513+0000 mgr.y (mgr.24491) 4296 : cluster [DBG] pgmap v3780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:25.655513+0000 mgr.y (mgr.24491) 4296 : cluster [DBG] pgmap v3780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:25.655513+0000 mgr.y (mgr.24491) 4296 : cluster [DBG] pgmap v3780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:38:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:27.655966+0000 mgr.y (mgr.24491) 4297 : cluster [DBG] pgmap v3781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:27.655966+0000 mgr.y (mgr.24491) 4297 : cluster [DBG] pgmap v3781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:27.655966+0000 mgr.y (mgr.24491) 4297 : cluster [DBG] pgmap v3781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:29.656712+0000 mgr.y (mgr.24491) 4298 : cluster [DBG] pgmap v3782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:29.656712+0000 mgr.y (mgr.24491) 4298 : cluster [DBG] pgmap v3782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:29.656712+0000 mgr.y (mgr.24491) 4298 : cluster [DBG] pgmap v3782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:38:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:31.657122+0000 mgr.y (mgr.24491) 4299 : cluster [DBG] pgmap v3783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:31.657122+0000 mgr.y (mgr.24491) 4299 : cluster [DBG] pgmap v3783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:31.657122+0000 mgr.y (mgr.24491) 4299 : cluster [DBG] pgmap v3783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:33.657568+0000 mgr.y (mgr.24491) 4300 : cluster [DBG] pgmap v3784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:33.657568+0000 mgr.y (mgr.24491) 4300 : cluster [DBG] pgmap v3784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:33.657568+0000 mgr.y (mgr.24491) 4300 : cluster [DBG] pgmap v3784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:35.658307+0000 mgr.y (mgr.24491) 4301 : cluster [DBG] pgmap v3785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:35.658307+0000 mgr.y (mgr.24491) 4301 : cluster [DBG] pgmap v3785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:35.658307+0000 mgr.y (mgr.24491) 4301 : cluster [DBG] pgmap v3785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:37] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:38:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:37.658783+0000 mgr.y (mgr.24491) 4302 : cluster [DBG] pgmap v3786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:37.658783+0000 mgr.y (mgr.24491) 4302 : cluster [DBG] pgmap v3786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:37.658783+0000 mgr.y (mgr.24491) 4302 : cluster [DBG] pgmap v3786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:39.659391+0000 mgr.y (mgr.24491) 4303 : cluster [DBG] pgmap v3787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:39.659391+0000 mgr.y (mgr.24491) 4303 : cluster [DBG] pgmap v3787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:39.659391+0000 mgr.y (mgr.24491) 4303 : cluster [DBG] pgmap v3787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:38:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:41.659811+0000 mgr.y (mgr.24491) 4304 : cluster [DBG] pgmap v3788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:41.659811+0000 mgr.y (mgr.24491) 4304 : cluster [DBG] pgmap v3788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:41.659811+0000 mgr.y (mgr.24491) 4304 : cluster [DBG] pgmap v3788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:43.660255+0000 mgr.y (mgr.24491) 4305 : cluster [DBG] pgmap v3789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:43.660255+0000 mgr.y (mgr.24491) 4305 : cluster [DBG] pgmap v3789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:43.660255+0000 mgr.y (mgr.24491) 4305 : cluster [DBG] pgmap v3789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:45.660932+0000 mgr.y (mgr.24491) 4306 : cluster [DBG] pgmap v3790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:45.660932+0000 mgr.y (mgr.24491) 4306 : cluster [DBG] pgmap v3790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:45.660932+0000 mgr.y (mgr.24491) 4306 : cluster [DBG] pgmap v3790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:38:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:47.661360+0000 mgr.y (mgr.24491) 4307 : cluster [DBG] pgmap v3791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:47.661360+0000 mgr.y (mgr.24491) 4307 : cluster [DBG] pgmap v3791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:47.661360+0000 mgr.y (mgr.24491) 4307 : cluster [DBG] pgmap v3791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:49.662161+0000 mgr.y (mgr.24491) 4308 : cluster [DBG] pgmap v3792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:49.662161+0000 mgr.y (mgr.24491) 4308 : cluster [DBG] pgmap v3792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:49.662161+0000 mgr.y (mgr.24491) 4308 : cluster [DBG] pgmap v3792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:38:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:51.662524+0000 mgr.y (mgr.24491) 4309 : cluster [DBG] pgmap v3793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:51.662524+0000 mgr.y (mgr.24491) 4309 : cluster [DBG] pgmap v3793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:51.662524+0000 mgr.y (mgr.24491) 4309 : cluster [DBG] pgmap v3793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:54.377 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:38:54.651 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:38:54.652 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 117s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:38:54.652 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 116s ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:38:54.652 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 117s ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:38:54.652 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 116s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:38:54.652 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 116s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:38:54.652 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 117s ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:38:54.652 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 117s ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:38:54.652 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 116s ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:38:54.652 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 117s ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:38:54.652 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 117s ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:38:54.653 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 116s ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:38:54.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 117s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:38:54.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 117s ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:38:54.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 117s ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:38:54.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 117s ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:38:54.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 116s ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:38:54.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 116s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:38:54.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 116s ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:38:54.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 116s ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:38:54.653 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 116s ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:38:54.990 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:38:54.990 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:38:54.990 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:38:54.990 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:38:54.991 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:38:54.991 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:38:54.991 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:38:54.991 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:38:54.991 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:38:54.991 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:38:54.991 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:38:54.991 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:38:54.991 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:38:54.991 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:38:54.991 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:38:54.992 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:38:54.992 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:38:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:53.663005+0000 mgr.y (mgr.24491) 4310 : cluster [DBG] pgmap v3794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:53.663005+0000 mgr.y (mgr.24491) 4310 : cluster [DBG] pgmap v3794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:53.663005+0000 mgr.y (mgr.24491) 4310 : cluster [DBG] pgmap v3794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:38:54.367742+0000 mgr.y (mgr.24491) 4311 : audit [DBG] from='client.19263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:38:54.645501+0000 mgr.y (mgr.24491) 4312 : audit [DBG] from='client.19269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:38:54.991846+0000 mon.a (mon.0) 1475 : audit [DBG] from='client.? 172.21.15.177:0/3235297964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:38:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:38:54.367742+0000 mgr.y (mgr.24491) 4311 : audit [DBG] from='client.19263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:38:54.645501+0000 mgr.y (mgr.24491) 4312 : audit [DBG] from='client.19269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:38:54.991846+0000 mon.a (mon.0) 1475 : audit [DBG] from='client.? 172.21.15.177:0/3235297964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:38:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:38:54.367742+0000 mgr.y (mgr.24491) 4311 : audit [DBG] from='client.19263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:38:54.645501+0000 mgr.y (mgr.24491) 4312 : audit [DBG] from='client.19269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:38:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:38:54.991846+0000 mon.a (mon.0) 1475 : audit [DBG] from='client.? 172.21.15.177:0/3235297964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:38:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:55.663625+0000 mgr.y (mgr.24491) 4313 : cluster [DBG] pgmap v3795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:55.663625+0000 mgr.y (mgr.24491) 4313 : cluster [DBG] pgmap v3795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:55.663625+0000 mgr.y (mgr.24491) 4313 : cluster [DBG] pgmap v3795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:38:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:38:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:57.664046+0000 mgr.y (mgr.24491) 4314 : cluster [DBG] pgmap v3796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:38:58.613634+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:38:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:57.664046+0000 mgr.y (mgr.24491) 4314 : cluster [DBG] pgmap v3796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:38:58.613634+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:38:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:57.664046+0000 mgr.y (mgr.24491) 4314 : cluster [DBG] pgmap v3796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:38:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:38:58.613634+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:39:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:38:58.905174+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:39:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:38:58.905822+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:39:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:38:58.909925+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:39:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:38:58.905174+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:39:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:38:58.905822+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:39:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:38:58.909925+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:39:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:38:58.905174+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:39:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:38:58.905822+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:39:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:38:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:38:58.909925+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:39:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:38:59.664869+0000 mgr.y (mgr.24491) 4315 : cluster [DBG] pgmap v3797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:39:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:38:59.664869+0000 mgr.y (mgr.24491) 4315 : cluster [DBG] pgmap v3797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:38:59.664869+0000 mgr.y (mgr.24491) 4315 : cluster [DBG] pgmap v3797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:01.665430+0000 mgr.y (mgr.24491) 4316 : cluster [DBG] pgmap v3798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:03.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:01.665430+0000 mgr.y (mgr.24491) 4316 : cluster [DBG] pgmap v3798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:01.665430+0000 mgr.y (mgr.24491) 4316 : cluster [DBG] pgmap v3798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:03.665999+0000 mgr.y (mgr.24491) 4317 : cluster [DBG] pgmap v3799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:03.665999+0000 mgr.y (mgr.24491) 4317 : cluster [DBG] pgmap v3799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:03.665999+0000 mgr.y (mgr.24491) 4317 : cluster [DBG] pgmap v3799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:05.666729+0000 mgr.y (mgr.24491) 4318 : cluster [DBG] pgmap v3800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:07.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:05.666729+0000 mgr.y (mgr.24491) 4318 : cluster [DBG] pgmap v3800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:05.666729+0000 mgr.y (mgr.24491) 4318 : cluster [DBG] pgmap v3800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:07] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:39:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:07.667234+0000 mgr.y (mgr.24491) 4319 : cluster [DBG] pgmap v3801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:07.667234+0000 mgr.y (mgr.24491) 4319 : cluster [DBG] pgmap v3801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:07.667234+0000 mgr.y (mgr.24491) 4319 : cluster [DBG] pgmap v3801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:09.668056+0000 mgr.y (mgr.24491) 4320 : cluster [DBG] pgmap v3802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:39:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:09.668056+0000 mgr.y (mgr.24491) 4320 : cluster [DBG] pgmap v3802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:09.668056+0000 mgr.y (mgr.24491) 4320 : cluster [DBG] pgmap v3802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:11.668475+0000 mgr.y (mgr.24491) 4321 : cluster [DBG] pgmap v3803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:11.668475+0000 mgr.y (mgr.24491) 4321 : cluster [DBG] pgmap v3803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:11.668475+0000 mgr.y (mgr.24491) 4321 : cluster [DBG] pgmap v3803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:13.669001+0000 mgr.y (mgr.24491) 4322 : cluster [DBG] pgmap v3804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:13.669001+0000 mgr.y (mgr.24491) 4322 : cluster [DBG] pgmap v3804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:13.669001+0000 mgr.y (mgr.24491) 4322 : cluster [DBG] pgmap v3804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:15.669614+0000 mgr.y (mgr.24491) 4323 : cluster [DBG] pgmap v3805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:15.669614+0000 mgr.y (mgr.24491) 4323 : cluster [DBG] pgmap v3805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:15.669614+0000 mgr.y (mgr.24491) 4323 : cluster [DBG] pgmap v3805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:39:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:17.670059+0000 mgr.y (mgr.24491) 4324 : cluster [DBG] pgmap v3806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:17.670059+0000 mgr.y (mgr.24491) 4324 : cluster [DBG] pgmap v3806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:17.670059+0000 mgr.y (mgr.24491) 4324 : cluster [DBG] pgmap v3806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:19.670883+0000 mgr.y (mgr.24491) 4325 : cluster [DBG] pgmap v3807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:39:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:19.670883+0000 mgr.y (mgr.24491) 4325 : cluster [DBG] pgmap v3807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:19.670883+0000 mgr.y (mgr.24491) 4325 : cluster [DBG] pgmap v3807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:21.671399+0000 mgr.y (mgr.24491) 4326 : cluster [DBG] pgmap v3808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:21.671399+0000 mgr.y (mgr.24491) 4326 : cluster [DBG] pgmap v3808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:21.671399+0000 mgr.y (mgr.24491) 4326 : cluster [DBG] pgmap v3808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:23.671907+0000 mgr.y (mgr.24491) 4327 : cluster [DBG] pgmap v3809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:25.301 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:39:25.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:23.671907+0000 mgr.y (mgr.24491) 4327 : cluster [DBG] pgmap v3809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:23.671907+0000 mgr.y (mgr.24491) 4327 : cluster [DBG] pgmap v3809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:25.577 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:39:25.577 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:39:25.577 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:39:25.577 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:39:25.577 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:39:25.577 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:39:25.577 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:39:25.577 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 2m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 2m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 2m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 2m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:39:25.578 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:39:25.909 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:39:25.910 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:39:25.910 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:39:25.910 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:39:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:39:25.910879+0000 mon.a (mon.0) 1480 : audit [DBG] from='client.? 172.21.15.177:0/3234723711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:39:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:39:25.910879+0000 mon.a (mon.0) 1480 : audit [DBG] from='client.? 172.21.15.177:0/3234723711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:39:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:39:25.910879+0000 mon.a (mon.0) 1480 : audit [DBG] from='client.? 172.21.15.177:0/3234723711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:39:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:39:25.291401+0000 mgr.y (mgr.24491) 4328 : audit [DBG] from='client.29186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:39:25.571345+0000 mgr.y (mgr.24491) 4329 : audit [DBG] from='client.29192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:25.672440+0000 mgr.y (mgr.24491) 4330 : cluster [DBG] pgmap v3810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:27.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:39:25.291401+0000 mgr.y (mgr.24491) 4328 : audit [DBG] from='client.29186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:39:25.571345+0000 mgr.y (mgr.24491) 4329 : audit [DBG] from='client.29192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:25.672440+0000 mgr.y (mgr.24491) 4330 : cluster [DBG] pgmap v3810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:39:25.291401+0000 mgr.y (mgr.24491) 4328 : audit [DBG] from='client.29186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:39:25.571345+0000 mgr.y (mgr.24491) 4329 : audit [DBG] from='client.29192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:25.672440+0000 mgr.y (mgr.24491) 4330 : cluster [DBG] pgmap v3810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:39:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:27.673002+0000 mgr.y (mgr.24491) 4331 : cluster [DBG] pgmap v3811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:27.673002+0000 mgr.y (mgr.24491) 4331 : cluster [DBG] pgmap v3811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:27.673002+0000 mgr.y (mgr.24491) 4331 : cluster [DBG] pgmap v3811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:29.673570+0000 mgr.y (mgr.24491) 4332 : cluster [DBG] pgmap v3812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:39:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:29.673570+0000 mgr.y (mgr.24491) 4332 : cluster [DBG] pgmap v3812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:29.673570+0000 mgr.y (mgr.24491) 4332 : cluster [DBG] pgmap v3812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:31.674012+0000 mgr.y (mgr.24491) 4333 : cluster [DBG] pgmap v3813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:31.674012+0000 mgr.y (mgr.24491) 4333 : cluster [DBG] pgmap v3813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:31.674012+0000 mgr.y (mgr.24491) 4333 : cluster [DBG] pgmap v3813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:33.674371+0000 mgr.y (mgr.24491) 4334 : cluster [DBG] pgmap v3814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:33.674371+0000 mgr.y (mgr.24491) 4334 : cluster [DBG] pgmap v3814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:33.674371+0000 mgr.y (mgr.24491) 4334 : cluster [DBG] pgmap v3814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:35.675141+0000 mgr.y (mgr.24491) 4335 : cluster [DBG] pgmap v3815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:35.675141+0000 mgr.y (mgr.24491) 4335 : cluster [DBG] pgmap v3815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:35.675141+0000 mgr.y (mgr.24491) 4335 : cluster [DBG] pgmap v3815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:37] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:39:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:37.675599+0000 mgr.y (mgr.24491) 4336 : cluster [DBG] pgmap v3816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:37.675599+0000 mgr.y (mgr.24491) 4336 : cluster [DBG] pgmap v3816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:37.675599+0000 mgr.y (mgr.24491) 4336 : cluster [DBG] pgmap v3816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:39.676186+0000 mgr.y (mgr.24491) 4337 : cluster [DBG] pgmap v3817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:39:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:39.676186+0000 mgr.y (mgr.24491) 4337 : cluster [DBG] pgmap v3817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:39.676186+0000 mgr.y (mgr.24491) 4337 : cluster [DBG] pgmap v3817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:41.676642+0000 mgr.y (mgr.24491) 4338 : cluster [DBG] pgmap v3818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:41.676642+0000 mgr.y (mgr.24491) 4338 : cluster [DBG] pgmap v3818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:41.676642+0000 mgr.y (mgr.24491) 4338 : cluster [DBG] pgmap v3818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:43.676965+0000 mgr.y (mgr.24491) 4339 : cluster [DBG] pgmap v3819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:43.676965+0000 mgr.y (mgr.24491) 4339 : cluster [DBG] pgmap v3819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:43.676965+0000 mgr.y (mgr.24491) 4339 : cluster [DBG] pgmap v3819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:45.677629+0000 mgr.y (mgr.24491) 4340 : cluster [DBG] pgmap v3820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:45.677629+0000 mgr.y (mgr.24491) 4340 : cluster [DBG] pgmap v3820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:45.677629+0000 mgr.y (mgr.24491) 4340 : cluster [DBG] pgmap v3820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:47] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T05:39:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:47.678114+0000 mgr.y (mgr.24491) 4341 : cluster [DBG] pgmap v3821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:47.678114+0000 mgr.y (mgr.24491) 4341 : cluster [DBG] pgmap v3821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:47.678114+0000 mgr.y (mgr.24491) 4341 : cluster [DBG] pgmap v3821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:49.678873+0000 mgr.y (mgr.24491) 4342 : cluster [DBG] pgmap v3822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:49.678873+0000 mgr.y (mgr.24491) 4342 : cluster [DBG] pgmap v3822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:49.678873+0000 mgr.y (mgr.24491) 4342 : cluster [DBG] pgmap v3822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:39:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:51.679388+0000 mgr.y (mgr.24491) 4343 : cluster [DBG] pgmap v3823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:51.679388+0000 mgr.y (mgr.24491) 4343 : cluster [DBG] pgmap v3823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:51.679388+0000 mgr.y (mgr.24491) 4343 : cluster [DBG] pgmap v3823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:53.679819+0000 mgr.y (mgr.24491) 4344 : cluster [DBG] pgmap v3824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:53.679819+0000 mgr.y (mgr.24491) 4344 : cluster [DBG] pgmap v3824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:53.679819+0000 mgr.y (mgr.24491) 4344 : cluster [DBG] pgmap v3824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:56.219 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:39:56.493 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:39:56.493 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:39:56.493 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:39:56.493 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:39:56.493 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:39:56.493 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:39:56.493 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:39:56.493 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:39:56.494 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:39:56.494 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:39:56.494 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:39:56.494 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:39:56.494 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 2m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:39:56.494 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 2m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:39:56.494 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 2m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:39:56.494 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 2m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:39:56.494 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:39:56.494 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:39:56.495 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:39:56.495 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:39:56.495 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:39:56.825 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:39:56.825 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:39:56.825 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:39:56.825 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:39:56.825 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:39:56.826 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:39:56.826 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:39:56.826 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:39:56.826 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:39:56.826 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:39:56.826 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:39:56.826 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:39:56.826 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:39:56.826 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:39:56.826 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:39:56.827 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:39:56.827 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:39:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:55.680587+0000 mgr.y (mgr.24491) 4345 : cluster [DBG] pgmap v3825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:39:56.827087+0000 mon.a (mon.0) 1481 : audit [DBG] from='client.? 172.21.15.177:0/1298841961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:39:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:55.680587+0000 mgr.y (mgr.24491) 4345 : cluster [DBG] pgmap v3825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:39:56.827087+0000 mon.a (mon.0) 1481 : audit [DBG] from='client.? 172.21.15.177:0/1298841961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:39:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:55.680587+0000 mgr.y (mgr.24491) 4345 : cluster [DBG] pgmap v3825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:39:56.827087+0000 mon.a (mon.0) 1481 : audit [DBG] from='client.? 172.21.15.177:0/1298841961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:39:58.017 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:39:57] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T05:39:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:39:56.209212+0000 mgr.y (mgr.24491) 4346 : audit [DBG] from='client.19299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:39:56.487042+0000 mgr.y (mgr.24491) 4347 : audit [DBG] from='client.19305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:39:56.209212+0000 mgr.y (mgr.24491) 4346 : audit [DBG] from='client.19299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:39:56.487042+0000 mgr.y (mgr.24491) 4347 : audit [DBG] from='client.19305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:39:56.209212+0000 mgr.y (mgr.24491) 4346 : audit [DBG] from='client.19299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:39:56.487042+0000 mgr.y (mgr.24491) 4347 : audit [DBG] from='client.19305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:39:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:57.681013+0000 mgr.y (mgr.24491) 4348 : cluster [DBG] pgmap v3826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:39:58.914234+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:39:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:57.681013+0000 mgr.y (mgr.24491) 4348 : cluster [DBG] pgmap v3826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:39:58.914234+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:39:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:57.681013+0000 mgr.y (mgr.24491) 4348 : cluster [DBG] pgmap v3826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:39:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:39:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:39:58.914234+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:40:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:39:59.157398+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:40:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:39:59.436951+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:40:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:39:59.437556+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:40:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:39:59.444332+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:40:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:00.000150+0000 mon.a (mon.0) 1487 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:40:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T05:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:39:59.157398+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:39:59.436951+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:39:59.437556+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:39:59.444332+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:00.000150+0000 mon.a (mon.0) 1487 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:40:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:39:59.157398+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:39:59.436951+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:39:59.437556+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:39:59.444332+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:00.000150+0000 mon.a (mon.0) 1487 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:40:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:39:59.681547+0000 mgr.y (mgr.24491) 4349 : cluster [DBG] pgmap v3827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:40:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:39:59.681547+0000 mgr.y (mgr.24491) 4349 : cluster [DBG] pgmap v3827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:39:59.681547+0000 mgr.y (mgr.24491) 4349 : cluster [DBG] pgmap v3827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:01.682130+0000 mgr.y (mgr.24491) 4350 : cluster [DBG] pgmap v3828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:01.682130+0000 mgr.y (mgr.24491) 4350 : cluster [DBG] pgmap v3828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:01.682130+0000 mgr.y (mgr.24491) 4350 : cluster [DBG] pgmap v3828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:03.682552+0000 mgr.y (mgr.24491) 4351 : cluster [DBG] pgmap v3829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:03.682552+0000 mgr.y (mgr.24491) 4351 : cluster [DBG] pgmap v3829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:03.682552+0000 mgr.y (mgr.24491) 4351 : cluster [DBG] pgmap v3829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:05.683226+0000 mgr.y (mgr.24491) 4352 : cluster [DBG] pgmap v3830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:05.683226+0000 mgr.y (mgr.24491) 4352 : cluster [DBG] pgmap v3830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:05.683226+0000 mgr.y (mgr.24491) 4352 : cluster [DBG] pgmap v3830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:07] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:40:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:07.683677+0000 mgr.y (mgr.24491) 4353 : cluster [DBG] pgmap v3831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:07.683677+0000 mgr.y (mgr.24491) 4353 : cluster [DBG] pgmap v3831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:07.683677+0000 mgr.y (mgr.24491) 4353 : cluster [DBG] pgmap v3831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:09.684397+0000 mgr.y (mgr.24491) 4354 : cluster [DBG] pgmap v3832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:40:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:09.684397+0000 mgr.y (mgr.24491) 4354 : cluster [DBG] pgmap v3832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:09.684397+0000 mgr.y (mgr.24491) 4354 : cluster [DBG] pgmap v3832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:11.684884+0000 mgr.y (mgr.24491) 4355 : cluster [DBG] pgmap v3833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:11.684884+0000 mgr.y (mgr.24491) 4355 : cluster [DBG] pgmap v3833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:11.684884+0000 mgr.y (mgr.24491) 4355 : cluster [DBG] pgmap v3833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:13.685266+0000 mgr.y (mgr.24491) 4356 : cluster [DBG] pgmap v3834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:13.685266+0000 mgr.y (mgr.24491) 4356 : cluster [DBG] pgmap v3834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:13.685266+0000 mgr.y (mgr.24491) 4356 : cluster [DBG] pgmap v3834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:15.686041+0000 mgr.y (mgr.24491) 4357 : cluster [DBG] pgmap v3835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:15.686041+0000 mgr.y (mgr.24491) 4357 : cluster [DBG] pgmap v3835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:15.686041+0000 mgr.y (mgr.24491) 4357 : cluster [DBG] pgmap v3835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:17] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:40:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:17.686612+0000 mgr.y (mgr.24491) 4358 : cluster [DBG] pgmap v3836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:17.686612+0000 mgr.y (mgr.24491) 4358 : cluster [DBG] pgmap v3836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:17.686612+0000 mgr.y (mgr.24491) 4358 : cluster [DBG] pgmap v3836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:19.687406+0000 mgr.y (mgr.24491) 4359 : cluster [DBG] pgmap v3837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:40:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:19.687406+0000 mgr.y (mgr.24491) 4359 : cluster [DBG] pgmap v3837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:19.687406+0000 mgr.y (mgr.24491) 4359 : cluster [DBG] pgmap v3837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:21.687984+0000 mgr.y (mgr.24491) 4360 : cluster [DBG] pgmap v3838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:21.687984+0000 mgr.y (mgr.24491) 4360 : cluster [DBG] pgmap v3838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:21.687984+0000 mgr.y (mgr.24491) 4360 : cluster [DBG] pgmap v3838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:23.688550+0000 mgr.y (mgr.24491) 4361 : cluster [DBG] pgmap v3839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:23.688550+0000 mgr.y (mgr.24491) 4361 : cluster [DBG] pgmap v3839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:23.688550+0000 mgr.y (mgr.24491) 4361 : cluster [DBG] pgmap v3839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:27.139 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:40:27.421 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:40:27.421 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 3m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 3m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 3m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 3m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 3m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:40:27.422 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 3m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:40:27.423 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 3m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:40:27.423 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 3m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:40:27.423 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 3m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:40:27.423 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 3m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:40:27.423 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 3m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:40:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:25.689381+0000 mgr.y (mgr.24491) 4362 : cluster [DBG] pgmap v3840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:25.689381+0000 mgr.y (mgr.24491) 4362 : cluster [DBG] pgmap v3840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:25.689381+0000 mgr.y (mgr.24491) 4362 : cluster [DBG] pgmap v3840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:27.759 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:40:27.759 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:40:27.759 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:40:27.759 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:40:27.759 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:40:27.759 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:40:27.759 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:40:27.760 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:40:27.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:40:27.760 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:40:27.760 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:40:27.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:40:27.760 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:40:27.760 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:40:27.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:40:27.760 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:40:27.760 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:40:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:27] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:40:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:40:27.128638+0000 mgr.y (mgr.24491) 4363 : audit [DBG] from='client.19317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:40:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:40:27.761291+0000 mon.c (mon.2) 166 : audit [DBG] from='client.? 172.21.15.177:0/1296485965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:40:28.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:40:27.128638+0000 mgr.y (mgr.24491) 4363 : audit [DBG] from='client.19317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:40:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:40:27.761291+0000 mon.c (mon.2) 166 : audit [DBG] from='client.? 172.21.15.177:0/1296485965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:40:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:40:27.128638+0000 mgr.y (mgr.24491) 4363 : audit [DBG] from='client.19317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:40:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:40:27.761291+0000 mon.c (mon.2) 166 : audit [DBG] from='client.? 172.21.15.177:0/1296485965' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:40:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:40:27.415666+0000 mgr.y (mgr.24491) 4364 : audit [DBG] from='client.19323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:40:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:27.689710+0000 mgr.y (mgr.24491) 4365 : cluster [DBG] pgmap v3841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:40:27.415666+0000 mgr.y (mgr.24491) 4364 : audit [DBG] from='client.19323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:40:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:27.689710+0000 mgr.y (mgr.24491) 4365 : cluster [DBG] pgmap v3841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:40:27.415666+0000 mgr.y (mgr.24491) 4364 : audit [DBG] from='client.19323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:40:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:27.689710+0000 mgr.y (mgr.24491) 4365 : cluster [DBG] pgmap v3841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:29.690342+0000 mgr.y (mgr.24491) 4366 : cluster [DBG] pgmap v3842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:40:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:29.690342+0000 mgr.y (mgr.24491) 4366 : cluster [DBG] pgmap v3842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:29.690342+0000 mgr.y (mgr.24491) 4366 : cluster [DBG] pgmap v3842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:31.690715+0000 mgr.y (mgr.24491) 4367 : cluster [DBG] pgmap v3843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:31.690715+0000 mgr.y (mgr.24491) 4367 : cluster [DBG] pgmap v3843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:31.690715+0000 mgr.y (mgr.24491) 4367 : cluster [DBG] pgmap v3843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:33.691212+0000 mgr.y (mgr.24491) 4368 : cluster [DBG] pgmap v3844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:33.691212+0000 mgr.y (mgr.24491) 4368 : cluster [DBG] pgmap v3844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:33.691212+0000 mgr.y (mgr.24491) 4368 : cluster [DBG] pgmap v3844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:35.691984+0000 mgr.y (mgr.24491) 4369 : cluster [DBG] pgmap v3845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:35.691984+0000 mgr.y (mgr.24491) 4369 : cluster [DBG] pgmap v3845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:35.691984+0000 mgr.y (mgr.24491) 4369 : cluster [DBG] pgmap v3845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:37] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:40:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:37.692469+0000 mgr.y (mgr.24491) 4370 : cluster [DBG] pgmap v3846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:37.692469+0000 mgr.y (mgr.24491) 4370 : cluster [DBG] pgmap v3846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:37.692469+0000 mgr.y (mgr.24491) 4370 : cluster [DBG] pgmap v3846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:41.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:39.693175+0000 mgr.y (mgr.24491) 4371 : cluster [DBG] pgmap v3847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:39.693175+0000 mgr.y (mgr.24491) 4371 : cluster [DBG] pgmap v3847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:39.693175+0000 mgr.y (mgr.24491) 4371 : cluster [DBG] pgmap v3847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:40:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:41.693641+0000 mgr.y (mgr.24491) 4372 : cluster [DBG] pgmap v3848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:41.693641+0000 mgr.y (mgr.24491) 4372 : cluster [DBG] pgmap v3848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:41.693641+0000 mgr.y (mgr.24491) 4372 : cluster [DBG] pgmap v3848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:43.694006+0000 mgr.y (mgr.24491) 4373 : cluster [DBG] pgmap v3849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:43.694006+0000 mgr.y (mgr.24491) 4373 : cluster [DBG] pgmap v3849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:43.694006+0000 mgr.y (mgr.24491) 4373 : cluster [DBG] pgmap v3849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:45.694844+0000 mgr.y (mgr.24491) 4374 : cluster [DBG] pgmap v3850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:45.694844+0000 mgr.y (mgr.24491) 4374 : cluster [DBG] pgmap v3850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:45.694844+0000 mgr.y (mgr.24491) 4374 : cluster [DBG] pgmap v3850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:47] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:40:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:47.695358+0000 mgr.y (mgr.24491) 4375 : cluster [DBG] pgmap v3851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:47.695358+0000 mgr.y (mgr.24491) 4375 : cluster [DBG] pgmap v3851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:47.695358+0000 mgr.y (mgr.24491) 4375 : cluster [DBG] pgmap v3851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:49.695982+0000 mgr.y (mgr.24491) 4376 : cluster [DBG] pgmap v3852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:49.695982+0000 mgr.y (mgr.24491) 4376 : cluster [DBG] pgmap v3852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:49.695982+0000 mgr.y (mgr.24491) 4376 : cluster [DBG] pgmap v3852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:40:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:51.696532+0000 mgr.y (mgr.24491) 4377 : cluster [DBG] pgmap v3853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:51.696532+0000 mgr.y (mgr.24491) 4377 : cluster [DBG] pgmap v3853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:51.696532+0000 mgr.y (mgr.24491) 4377 : cluster [DBG] pgmap v3853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:53.697120+0000 mgr.y (mgr.24491) 4378 : cluster [DBG] pgmap v3854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:53.697120+0000 mgr.y (mgr.24491) 4378 : cluster [DBG] pgmap v3854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:53.697120+0000 mgr.y (mgr.24491) 4378 : cluster [DBG] pgmap v3854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:55.697974+0000 mgr.y (mgr.24491) 4379 : cluster [DBG] pgmap v3855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:55.697974+0000 mgr.y (mgr.24491) 4379 : cluster [DBG] pgmap v3855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:55.697974+0000 mgr.y (mgr.24491) 4379 : cluster [DBG] pgmap v3855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:58.068 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:40:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:40:57] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:40:58.343 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:40:58.343 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 4m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:40:58.343 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:40:58.343 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 4m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:40:58.343 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 4m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:40:58.343 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:40:58.343 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 4m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:40:58.343 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 4m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:40:58.343 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:40:58.343 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 4m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:40:58.344 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 4m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:40:58.344 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:40:58.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 4m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:40:58.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 4m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:40:58.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 4m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:40:58.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 4m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:40:58.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:40:58.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:40:58.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 4m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:40:58.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 4m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:40:58.344 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:40:58.680 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:40:58.680 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:40:58.680 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:40:58.680 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:40:58.680 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:40:58.681 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:40:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:57.698548+0000 mgr.y (mgr.24491) 4380 : cluster [DBG] pgmap v3856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:40:58.058033+0000 mgr.y (mgr.24491) 4381 : audit [DBG] from='client.19335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:40:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:40:58.682270+0000 mon.a (mon.0) 1488 : audit [DBG] from='client.? 172.21.15.177:0/1756979453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:40:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:57.698548+0000 mgr.y (mgr.24491) 4380 : cluster [DBG] pgmap v3856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:40:58.058033+0000 mgr.y (mgr.24491) 4381 : audit [DBG] from='client.19335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:40:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:40:58.682270+0000 mon.a (mon.0) 1488 : audit [DBG] from='client.? 172.21.15.177:0/1756979453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:40:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:57.698548+0000 mgr.y (mgr.24491) 4380 : cluster [DBG] pgmap v3856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:40:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:40:58.058033+0000 mgr.y (mgr.24491) 4381 : audit [DBG] from='client.19335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:40:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:40:58.682270+0000 mon.a (mon.0) 1488 : audit [DBG] from='client.? 172.21.15.177:0/1756979453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:41:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:40:58.337380+0000 mgr.y (mgr.24491) 4382 : audit [DBG] from='client.29246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:41:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:40:59.448395+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:41:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:40:59.692607+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:41:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:40:58.337380+0000 mgr.y (mgr.24491) 4382 : audit [DBG] from='client.29246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:41:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:40:59.448395+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:41:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:40:59.692607+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:41:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:40:58.337380+0000 mgr.y (mgr.24491) 4382 : audit [DBG] from='client.29246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:41:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:40:59.448395+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:41:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:40:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:40:59.692607+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:41:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:40:59.699148+0000 mgr.y (mgr.24491) 4383 : cluster [DBG] pgmap v3857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:40:59.970199+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:41:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:40:59.970757+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:41:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:40:59.975058+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:41:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:40:59.699148+0000 mgr.y (mgr.24491) 4383 : cluster [DBG] pgmap v3857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:40:59.970199+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:41:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:40:59.970757+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:41:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:40:59.975058+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:41:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:41:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:40:59.699148+0000 mgr.y (mgr.24491) 4383 : cluster [DBG] pgmap v3857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:40:59.970199+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:41:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:40:59.970757+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:41:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:40:59.975058+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:41:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:01.699506+0000 mgr.y (mgr.24491) 4384 : cluster [DBG] pgmap v3858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:01.699506+0000 mgr.y (mgr.24491) 4384 : cluster [DBG] pgmap v3858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:01.699506+0000 mgr.y (mgr.24491) 4384 : cluster [DBG] pgmap v3858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:03.700005+0000 mgr.y (mgr.24491) 4385 : cluster [DBG] pgmap v3859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:03.700005+0000 mgr.y (mgr.24491) 4385 : cluster [DBG] pgmap v3859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:03.700005+0000 mgr.y (mgr.24491) 4385 : cluster [DBG] pgmap v3859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:05.700652+0000 mgr.y (mgr.24491) 4386 : cluster [DBG] pgmap v3860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:05.700652+0000 mgr.y (mgr.24491) 4386 : cluster [DBG] pgmap v3860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:05.700652+0000 mgr.y (mgr.24491) 4386 : cluster [DBG] pgmap v3860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T05:41:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:07.701159+0000 mgr.y (mgr.24491) 4387 : cluster [DBG] pgmap v3861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:07.701159+0000 mgr.y (mgr.24491) 4387 : cluster [DBG] pgmap v3861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:07.701159+0000 mgr.y (mgr.24491) 4387 : cluster [DBG] pgmap v3861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:09.701866+0000 mgr.y (mgr.24491) 4388 : cluster [DBG] pgmap v3862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:09.701866+0000 mgr.y (mgr.24491) 4388 : cluster [DBG] pgmap v3862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:09.701866+0000 mgr.y (mgr.24491) 4388 : cluster [DBG] pgmap v3862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:41:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:11.702297+0000 mgr.y (mgr.24491) 4389 : cluster [DBG] pgmap v3863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:11.702297+0000 mgr.y (mgr.24491) 4389 : cluster [DBG] pgmap v3863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:11.702297+0000 mgr.y (mgr.24491) 4389 : cluster [DBG] pgmap v3863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:13.702871+0000 mgr.y (mgr.24491) 4390 : cluster [DBG] pgmap v3864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:13.702871+0000 mgr.y (mgr.24491) 4390 : cluster [DBG] pgmap v3864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:13.702871+0000 mgr.y (mgr.24491) 4390 : cluster [DBG] pgmap v3864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:15.703788+0000 mgr.y (mgr.24491) 4391 : cluster [DBG] pgmap v3865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:15.703788+0000 mgr.y (mgr.24491) 4391 : cluster [DBG] pgmap v3865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:15.703788+0000 mgr.y (mgr.24491) 4391 : cluster [DBG] pgmap v3865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:17] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:41:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:17.704260+0000 mgr.y (mgr.24491) 4392 : cluster [DBG] pgmap v3866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:17.704260+0000 mgr.y (mgr.24491) 4392 : cluster [DBG] pgmap v3866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:17.704260+0000 mgr.y (mgr.24491) 4392 : cluster [DBG] pgmap v3866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:19.705104+0000 mgr.y (mgr.24491) 4393 : cluster [DBG] pgmap v3867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:19.705104+0000 mgr.y (mgr.24491) 4393 : cluster [DBG] pgmap v3867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:19.705104+0000 mgr.y (mgr.24491) 4393 : cluster [DBG] pgmap v3867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:41:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:21.705601+0000 mgr.y (mgr.24491) 4394 : cluster [DBG] pgmap v3868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:21.705601+0000 mgr.y (mgr.24491) 4394 : cluster [DBG] pgmap v3868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:21.705601+0000 mgr.y (mgr.24491) 4394 : cluster [DBG] pgmap v3868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:23.706010+0000 mgr.y (mgr.24491) 4395 : cluster [DBG] pgmap v3869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:23.706010+0000 mgr.y (mgr.24491) 4395 : cluster [DBG] pgmap v3869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:23.706010+0000 mgr.y (mgr.24491) 4395 : cluster [DBG] pgmap v3869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:25.706690+0000 mgr.y (mgr.24491) 4396 : cluster [DBG] pgmap v3870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:25.706690+0000 mgr.y (mgr.24491) 4396 : cluster [DBG] pgmap v3870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:25.706690+0000 mgr.y (mgr.24491) 4396 : cluster [DBG] pgmap v3870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:27] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:41:28.992 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:41:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:27.707188+0000 mgr.y (mgr.24491) 4397 : cluster [DBG] pgmap v3871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:27.707188+0000 mgr.y (mgr.24491) 4397 : cluster [DBG] pgmap v3871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:27.707188+0000 mgr.y (mgr.24491) 4397 : cluster [DBG] pgmap v3871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:29.267 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:41:29.267 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 4m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:41:29.267 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:41:29.267 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 4m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:41:29.267 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 4m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:41:29.267 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:41:29.267 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 4m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:41:29.268 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 4m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:41:29.268 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:41:29.268 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 4m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:41:29.268 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 4m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:41:29.268 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:41:29.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 4m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:41:29.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 4m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:41:29.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 4m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:41:29.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 4m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:41:29.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:41:29.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:41:29.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 4m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:41:29.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 4m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:41:29.269 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:41:29.597 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:41:29.597 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:41:29.597 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:41:29.597 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:41:29.598 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:41:29.598 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:41:29.598 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:41:29.598 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:41:29.598 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:41:29.598 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:41:29.598 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:41:29.598 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:41:29.598 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:41:29.598 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:41:29.599 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:41:29.599 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:41:29.599 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:41:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:41:28.981821+0000 mgr.y (mgr.24491) 4398 : audit [DBG] from='client.19353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:41:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:41:29.599162+0000 mon.c (mon.2) 167 : audit [DBG] from='client.? 172.21.15.177:0/73323027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:41:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:41:28.981821+0000 mgr.y (mgr.24491) 4398 : audit [DBG] from='client.19353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:41:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:41:29.599162+0000 mon.c (mon.2) 167 : audit [DBG] from='client.? 172.21.15.177:0/73323027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:41:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:41:28.981821+0000 mgr.y (mgr.24491) 4398 : audit [DBG] from='client.19353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:41:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:41:29.599162+0000 mon.c (mon.2) 167 : audit [DBG] from='client.? 172.21.15.177:0/73323027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:41:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:41:29.261171+0000 mgr.y (mgr.24491) 4399 : audit [DBG] from='client.19359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:41:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:29.707855+0000 mgr.y (mgr.24491) 4400 : cluster [DBG] pgmap v3872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:41:29.261171+0000 mgr.y (mgr.24491) 4399 : audit [DBG] from='client.19359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:41:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:29.707855+0000 mgr.y (mgr.24491) 4400 : cluster [DBG] pgmap v3872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:41:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:41:29.261171+0000 mgr.y (mgr.24491) 4399 : audit [DBG] from='client.19359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:41:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:29.707855+0000 mgr.y (mgr.24491) 4400 : cluster [DBG] pgmap v3872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:31.708293+0000 mgr.y (mgr.24491) 4401 : cluster [DBG] pgmap v3873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:31.708293+0000 mgr.y (mgr.24491) 4401 : cluster [DBG] pgmap v3873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:31.708293+0000 mgr.y (mgr.24491) 4401 : cluster [DBG] pgmap v3873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:33.708730+0000 mgr.y (mgr.24491) 4402 : cluster [DBG] pgmap v3874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:33.708730+0000 mgr.y (mgr.24491) 4402 : cluster [DBG] pgmap v3874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:33.708730+0000 mgr.y (mgr.24491) 4402 : cluster [DBG] pgmap v3874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:35.709461+0000 mgr.y (mgr.24491) 4403 : cluster [DBG] pgmap v3875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:35.709461+0000 mgr.y (mgr.24491) 4403 : cluster [DBG] pgmap v3875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:35.709461+0000 mgr.y (mgr.24491) 4403 : cluster [DBG] pgmap v3875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T05:41:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:37.709867+0000 mgr.y (mgr.24491) 4404 : cluster [DBG] pgmap v3876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:37.709867+0000 mgr.y (mgr.24491) 4404 : cluster [DBG] pgmap v3876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:37.709867+0000 mgr.y (mgr.24491) 4404 : cluster [DBG] pgmap v3876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:39.710634+0000 mgr.y (mgr.24491) 4405 : cluster [DBG] pgmap v3877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:39.710634+0000 mgr.y (mgr.24491) 4405 : cluster [DBG] pgmap v3877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:39.710634+0000 mgr.y (mgr.24491) 4405 : cluster [DBG] pgmap v3877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:41:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:41.711027+0000 mgr.y (mgr.24491) 4406 : cluster [DBG] pgmap v3878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:41.711027+0000 mgr.y (mgr.24491) 4406 : cluster [DBG] pgmap v3878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:41.711027+0000 mgr.y (mgr.24491) 4406 : cluster [DBG] pgmap v3878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:43.711476+0000 mgr.y (mgr.24491) 4407 : cluster [DBG] pgmap v3879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:43.711476+0000 mgr.y (mgr.24491) 4407 : cluster [DBG] pgmap v3879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:43.711476+0000 mgr.y (mgr.24491) 4407 : cluster [DBG] pgmap v3879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:45.712357+0000 mgr.y (mgr.24491) 4408 : cluster [DBG] pgmap v3880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:45.712357+0000 mgr.y (mgr.24491) 4408 : cluster [DBG] pgmap v3880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:45.712357+0000 mgr.y (mgr.24491) 4408 : cluster [DBG] pgmap v3880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:47] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T05:41:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:47.712873+0000 mgr.y (mgr.24491) 4409 : cluster [DBG] pgmap v3881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:47.712873+0000 mgr.y (mgr.24491) 4409 : cluster [DBG] pgmap v3881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:47.712873+0000 mgr.y (mgr.24491) 4409 : cluster [DBG] pgmap v3881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:49.713665+0000 mgr.y (mgr.24491) 4410 : cluster [DBG] pgmap v3882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:49.713665+0000 mgr.y (mgr.24491) 4410 : cluster [DBG] pgmap v3882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:49.713665+0000 mgr.y (mgr.24491) 4410 : cluster [DBG] pgmap v3882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:41:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:51.714142+0000 mgr.y (mgr.24491) 4411 : cluster [DBG] pgmap v3883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:51.714142+0000 mgr.y (mgr.24491) 4411 : cluster [DBG] pgmap v3883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:51.714142+0000 mgr.y (mgr.24491) 4411 : cluster [DBG] pgmap v3883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:53.714645+0000 mgr.y (mgr.24491) 4412 : cluster [DBG] pgmap v3884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:53.714645+0000 mgr.y (mgr.24491) 4412 : cluster [DBG] pgmap v3884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:53.714645+0000 mgr.y (mgr.24491) 4412 : cluster [DBG] pgmap v3884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:55.715445+0000 mgr.y (mgr.24491) 4413 : cluster [DBG] pgmap v3885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:55.715445+0000 mgr.y (mgr.24491) 4413 : cluster [DBG] pgmap v3885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:55.715445+0000 mgr.y (mgr.24491) 4413 : cluster [DBG] pgmap v3885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:41:57] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T05:41:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:57.715898+0000 mgr.y (mgr.24491) 4414 : cluster [DBG] pgmap v3886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:57.715898+0000 mgr.y (mgr.24491) 4414 : cluster [DBG] pgmap v3886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:41:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:57.715898+0000 mgr.y (mgr.24491) 4414 : cluster [DBG] pgmap v3886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:41:59.908 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:42:00.195 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:42:00.195 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 5m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 5m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:42:00.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:42:00.197 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:42:00.197 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:42:00.197 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:42:00.197 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:42:00.197 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:42:00.197 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:42:00.535 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:42:00.535 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:42:00.535 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:42:00.535 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:42:00.535 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:42:00.535 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:42:00.536 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:42:00.536 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:42:00.536 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:42:00.537 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:42:00.537 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:42:00.537 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:42:00.537 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:42:00.537 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:42:00.538 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:42:00.538 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:42:00.538 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:42:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:41:59.716474+0000 mgr.y (mgr.24491) 4415 : cluster [DBG] pgmap v3887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:41:59.897008+0000 mgr.y (mgr.24491) 4416 : audit [DBG] from='client.19371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:41:59.979166+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:42:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:42:00.189288+0000 mgr.y (mgr.24491) 4417 : audit [DBG] from='client.29282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:42:00.277160+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:42:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:42:00.277770+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:42:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:42:00.283175+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:42:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:42:00.536620+0000 mon.a (mon.0) 1498 : audit [DBG] from='client.? 172.21.15.177:0/3230822943' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:42:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:41:59.716474+0000 mgr.y (mgr.24491) 4415 : cluster [DBG] pgmap v3887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:41:59.897008+0000 mgr.y (mgr.24491) 4416 : audit [DBG] from='client.19371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:41:59.979166+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:42:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:42:00.189288+0000 mgr.y (mgr.24491) 4417 : audit [DBG] from='client.29282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:42:00.277160+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:42:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:42:00.277770+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:42:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:42:00.283175+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:42:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:42:00.536620+0000 mon.a (mon.0) 1498 : audit [DBG] from='client.? 172.21.15.177:0/3230822943' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:42:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:42:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:41:59.716474+0000 mgr.y (mgr.24491) 4415 : cluster [DBG] pgmap v3887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:41:59.897008+0000 mgr.y (mgr.24491) 4416 : audit [DBG] from='client.19371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:41:59.979166+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:42:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:42:00.189288+0000 mgr.y (mgr.24491) 4417 : audit [DBG] from='client.29282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:42:00.277160+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:42:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:42:00.277770+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:42:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:42:00.283175+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:42:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:42:00.536620+0000 mon.a (mon.0) 1498 : audit [DBG] from='client.? 172.21.15.177:0/3230822943' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:42:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:01.716878+0000 mgr.y (mgr.24491) 4418 : cluster [DBG] pgmap v3888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:01.716878+0000 mgr.y (mgr.24491) 4418 : cluster [DBG] pgmap v3888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:01.716878+0000 mgr.y (mgr.24491) 4418 : cluster [DBG] pgmap v3888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:03.717308+0000 mgr.y (mgr.24491) 4419 : cluster [DBG] pgmap v3889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:03.717308+0000 mgr.y (mgr.24491) 4419 : cluster [DBG] pgmap v3889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:03.717308+0000 mgr.y (mgr.24491) 4419 : cluster [DBG] pgmap v3889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:05.718016+0000 mgr.y (mgr.24491) 4420 : cluster [DBG] pgmap v3890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:05.718016+0000 mgr.y (mgr.24491) 4420 : cluster [DBG] pgmap v3890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:05.718016+0000 mgr.y (mgr.24491) 4420 : cluster [DBG] pgmap v3890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T05:42:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:07.718363+0000 mgr.y (mgr.24491) 4421 : cluster [DBG] pgmap v3891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:07.718363+0000 mgr.y (mgr.24491) 4421 : cluster [DBG] pgmap v3891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:07.718363+0000 mgr.y (mgr.24491) 4421 : cluster [DBG] pgmap v3891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:09.719004+0000 mgr.y (mgr.24491) 4422 : cluster [DBG] pgmap v3892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:42:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:09.719004+0000 mgr.y (mgr.24491) 4422 : cluster [DBG] pgmap v3892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:09.719004+0000 mgr.y (mgr.24491) 4422 : cluster [DBG] pgmap v3892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:11.719492+0000 mgr.y (mgr.24491) 4423 : cluster [DBG] pgmap v3893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:11.719492+0000 mgr.y (mgr.24491) 4423 : cluster [DBG] pgmap v3893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:11.719492+0000 mgr.y (mgr.24491) 4423 : cluster [DBG] pgmap v3893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:13.719979+0000 mgr.y (mgr.24491) 4424 : cluster [DBG] pgmap v3894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:13.719979+0000 mgr.y (mgr.24491) 4424 : cluster [DBG] pgmap v3894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:13.719979+0000 mgr.y (mgr.24491) 4424 : cluster [DBG] pgmap v3894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:15.720780+0000 mgr.y (mgr.24491) 4425 : cluster [DBG] pgmap v3895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:15.720780+0000 mgr.y (mgr.24491) 4425 : cluster [DBG] pgmap v3895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:15.720780+0000 mgr.y (mgr.24491) 4425 : cluster [DBG] pgmap v3895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:17] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:42:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:17.721358+0000 mgr.y (mgr.24491) 4426 : cluster [DBG] pgmap v3896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:17.721358+0000 mgr.y (mgr.24491) 4426 : cluster [DBG] pgmap v3896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:17.721358+0000 mgr.y (mgr.24491) 4426 : cluster [DBG] pgmap v3896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:42:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:19.722041+0000 mgr.y (mgr.24491) 4427 : cluster [DBG] pgmap v3897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:19.722041+0000 mgr.y (mgr.24491) 4427 : cluster [DBG] pgmap v3897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:19.722041+0000 mgr.y (mgr.24491) 4427 : cluster [DBG] pgmap v3897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:21.722432+0000 mgr.y (mgr.24491) 4428 : cluster [DBG] pgmap v3898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:21.722432+0000 mgr.y (mgr.24491) 4428 : cluster [DBG] pgmap v3898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:21.722432+0000 mgr.y (mgr.24491) 4428 : cluster [DBG] pgmap v3898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:23.723041+0000 mgr.y (mgr.24491) 4429 : cluster [DBG] pgmap v3899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:23.723041+0000 mgr.y (mgr.24491) 4429 : cluster [DBG] pgmap v3899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:23.723041+0000 mgr.y (mgr.24491) 4429 : cluster [DBG] pgmap v3899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:25.723727+0000 mgr.y (mgr.24491) 4430 : cluster [DBG] pgmap v3900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:25.723727+0000 mgr.y (mgr.24491) 4430 : cluster [DBG] pgmap v3900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:25.723727+0000 mgr.y (mgr.24491) 4430 : cluster [DBG] pgmap v3900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:27] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:42:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:27.724330+0000 mgr.y (mgr.24491) 4431 : cluster [DBG] pgmap v3901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:27.724330+0000 mgr.y (mgr.24491) 4431 : cluster [DBG] pgmap v3901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:27.724330+0000 mgr.y (mgr.24491) 4431 : cluster [DBG] pgmap v3901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:30.847 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:42:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:42:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:42:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:42:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:42:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 5m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:42:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:42:31.125 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:42:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:42:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:42:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:42:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:42:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 5m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:42:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:42:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:42:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:42:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:42:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:42:31.127 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:42:31.127 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:42:31.127 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:42:31.127 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:42:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:29.725173+0000 mgr.y (mgr.24491) 4432 : cluster [DBG] pgmap v3902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:42:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:29.725173+0000 mgr.y (mgr.24491) 4432 : cluster [DBG] pgmap v3902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:29.725173+0000 mgr.y (mgr.24491) 4432 : cluster [DBG] pgmap v3902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:31.462 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:42:31.462 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:42:31.462 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:42:31.462 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:42:31.462 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:42:31.462 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:42:31.462 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:42:31.463 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:42:31.463 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:42:31.463 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:42:31.463 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:42:31.463 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:42:31.463 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:42:31.463 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:42:31.463 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:42:31.463 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:42:31.463 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:42:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:42:30.836501+0000 mgr.y (mgr.24491) 4433 : audit [DBG] from='client.29294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:42:31.119081+0000 mgr.y (mgr.24491) 4434 : audit [DBG] from='client.19395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:42:31.463841+0000 mon.a (mon.0) 1499 : audit [DBG] from='client.? 172.21.15.177:0/590092909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:42:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:42:30.836501+0000 mgr.y (mgr.24491) 4433 : audit [DBG] from='client.29294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:42:31.119081+0000 mgr.y (mgr.24491) 4434 : audit [DBG] from='client.19395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:42:31.463841+0000 mon.a (mon.0) 1499 : audit [DBG] from='client.? 172.21.15.177:0/590092909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:42:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:42:30.836501+0000 mgr.y (mgr.24491) 4433 : audit [DBG] from='client.29294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:42:31.119081+0000 mgr.y (mgr.24491) 4434 : audit [DBG] from='client.19395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:42:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:42:31.463841+0000 mon.a (mon.0) 1499 : audit [DBG] from='client.? 172.21.15.177:0/590092909' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:42:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:31.725740+0000 mgr.y (mgr.24491) 4435 : cluster [DBG] pgmap v3903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:31.725740+0000 mgr.y (mgr.24491) 4435 : cluster [DBG] pgmap v3903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:31.725740+0000 mgr.y (mgr.24491) 4435 : cluster [DBG] pgmap v3903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:33.726228+0000 mgr.y (mgr.24491) 4436 : cluster [DBG] pgmap v3904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:33.726228+0000 mgr.y (mgr.24491) 4436 : cluster [DBG] pgmap v3904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:33.726228+0000 mgr.y (mgr.24491) 4436 : cluster [DBG] pgmap v3904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:35.727100+0000 mgr.y (mgr.24491) 4437 : cluster [DBG] pgmap v3905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:35.727100+0000 mgr.y (mgr.24491) 4437 : cluster [DBG] pgmap v3905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:35.727100+0000 mgr.y (mgr.24491) 4437 : cluster [DBG] pgmap v3905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:37] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:42:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:37.727467+0000 mgr.y (mgr.24491) 4438 : cluster [DBG] pgmap v3906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:37.727467+0000 mgr.y (mgr.24491) 4438 : cluster [DBG] pgmap v3906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:37.727467+0000 mgr.y (mgr.24491) 4438 : cluster [DBG] pgmap v3906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:42:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:39.728125+0000 mgr.y (mgr.24491) 4439 : cluster [DBG] pgmap v3907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:39.728125+0000 mgr.y (mgr.24491) 4439 : cluster [DBG] pgmap v3907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:39.728125+0000 mgr.y (mgr.24491) 4439 : cluster [DBG] pgmap v3907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:41.728586+0000 mgr.y (mgr.24491) 4440 : cluster [DBG] pgmap v3908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:41.728586+0000 mgr.y (mgr.24491) 4440 : cluster [DBG] pgmap v3908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:41.728586+0000 mgr.y (mgr.24491) 4440 : cluster [DBG] pgmap v3908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:43.728923+0000 mgr.y (mgr.24491) 4441 : cluster [DBG] pgmap v3909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:43.728923+0000 mgr.y (mgr.24491) 4441 : cluster [DBG] pgmap v3909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:43.728923+0000 mgr.y (mgr.24491) 4441 : cluster [DBG] pgmap v3909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:45.729617+0000 mgr.y (mgr.24491) 4442 : cluster [DBG] pgmap v3910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:45.729617+0000 mgr.y (mgr.24491) 4442 : cluster [DBG] pgmap v3910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:45.729617+0000 mgr.y (mgr.24491) 4442 : cluster [DBG] pgmap v3910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:47] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:42:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:47.730009+0000 mgr.y (mgr.24491) 4443 : cluster [DBG] pgmap v3911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:47.730009+0000 mgr.y (mgr.24491) 4443 : cluster [DBG] pgmap v3911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:47.730009+0000 mgr.y (mgr.24491) 4443 : cluster [DBG] pgmap v3911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:49.730809+0000 mgr.y (mgr.24491) 4444 : cluster [DBG] pgmap v3912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:42:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:49.730809+0000 mgr.y (mgr.24491) 4444 : cluster [DBG] pgmap v3912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:49.730809+0000 mgr.y (mgr.24491) 4444 : cluster [DBG] pgmap v3912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:51.731212+0000 mgr.y (mgr.24491) 4445 : cluster [DBG] pgmap v3913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:51.731212+0000 mgr.y (mgr.24491) 4445 : cluster [DBG] pgmap v3913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:51.731212+0000 mgr.y (mgr.24491) 4445 : cluster [DBG] pgmap v3913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:53.731757+0000 mgr.y (mgr.24491) 4446 : cluster [DBG] pgmap v3914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:53.731757+0000 mgr.y (mgr.24491) 4446 : cluster [DBG] pgmap v3914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:53.731757+0000 mgr.y (mgr.24491) 4446 : cluster [DBG] pgmap v3914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:55.732533+0000 mgr.y (mgr.24491) 4447 : cluster [DBG] pgmap v3915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:55.732533+0000 mgr.y (mgr.24491) 4447 : cluster [DBG] pgmap v3915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:55.732533+0000 mgr.y (mgr.24491) 4447 : cluster [DBG] pgmap v3915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:42:57] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:42:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:57.732918+0000 mgr.y (mgr.24491) 4448 : cluster [DBG] pgmap v3916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:57.732918+0000 mgr.y (mgr.24491) 4448 : cluster [DBG] pgmap v3916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:42:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:42:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:57.732918+0000 mgr.y (mgr.24491) 4448 : cluster [DBG] pgmap v3916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:42:59.733539+0000 mgr.y (mgr.24491) 4449 : cluster [DBG] pgmap v3917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:43:00.288140+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:43:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:43:00.581624+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:43:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:43:00.582260+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:43:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:43:00.586321+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:43:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:42:59.733539+0000 mgr.y (mgr.24491) 4449 : cluster [DBG] pgmap v3917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:43:00.288140+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:43:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:43:00.581624+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:43:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:43:00.582260+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:43:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:43:00.586321+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:43:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:43:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:42:59.733539+0000 mgr.y (mgr.24491) 4449 : cluster [DBG] pgmap v3917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:43:00.288140+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:43:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:43:00.581624+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:43:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:43:00.582260+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:43:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:43:00.586321+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:43:01.767 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:43:02.041 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:43:02.041 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 6m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:43:02.041 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 6m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:43:02.041 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 6m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:43:02.041 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 6m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:43:02.041 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 6m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:43:02.041 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 6m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:43:02.041 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 6m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:43:02.041 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 6m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:43:02.042 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 6m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:43:02.042 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 6m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:43:02.042 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 6m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:43:02.042 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 6m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:43:02.042 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 6m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:43:02.042 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 6m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:43:02.042 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 6m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:43:02.042 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 6m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:43:02.042 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 6m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:43:02.043 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 6m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:43:02.043 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 6m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:43:02.043 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 6m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:43:02.377 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:43:02.377 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:43:02.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:43:02.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:43:02.377 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:43:02.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:43:02.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:43:02.377 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:43:02.378 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:43:02.378 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:43:02.378 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:43:02.378 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:43:02.378 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:43:02.378 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:43:02.378 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:43:02.378 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:43:02.378 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:43:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:01.733898+0000 mgr.y (mgr.24491) 4450 : cluster [DBG] pgmap v3918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:43:01.756634+0000 mgr.y (mgr.24491) 4451 : audit [DBG] from='client.29312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:43:02.034954+0000 mgr.y (mgr.24491) 4452 : audit [DBG] from='client.29318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:43:02.378220+0000 mon.a (mon.0) 1504 : audit [DBG] from='client.? 172.21.15.177:0/3821939796' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:43:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:01.733898+0000 mgr.y (mgr.24491) 4450 : cluster [DBG] pgmap v3918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:43:01.756634+0000 mgr.y (mgr.24491) 4451 : audit [DBG] from='client.29312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:43:02.034954+0000 mgr.y (mgr.24491) 4452 : audit [DBG] from='client.29318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:43:02.378220+0000 mon.a (mon.0) 1504 : audit [DBG] from='client.? 172.21.15.177:0/3821939796' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:43:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:01.733898+0000 mgr.y (mgr.24491) 4450 : cluster [DBG] pgmap v3918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:43:01.756634+0000 mgr.y (mgr.24491) 4451 : audit [DBG] from='client.29312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:43:02.034954+0000 mgr.y (mgr.24491) 4452 : audit [DBG] from='client.29318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:43:02.378220+0000 mon.a (mon.0) 1504 : audit [DBG] from='client.? 172.21.15.177:0/3821939796' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:43:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:03.734304+0000 mgr.y (mgr.24491) 4453 : cluster [DBG] pgmap v3919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:03.734304+0000 mgr.y (mgr.24491) 4453 : cluster [DBG] pgmap v3919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:03.734304+0000 mgr.y (mgr.24491) 4453 : cluster [DBG] pgmap v3919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:05.735114+0000 mgr.y (mgr.24491) 4454 : cluster [DBG] pgmap v3920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:05.735114+0000 mgr.y (mgr.24491) 4454 : cluster [DBG] pgmap v3920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:05.735114+0000 mgr.y (mgr.24491) 4454 : cluster [DBG] pgmap v3920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:07] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:43:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:07.735472+0000 mgr.y (mgr.24491) 4455 : cluster [DBG] pgmap v3921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:07.735472+0000 mgr.y (mgr.24491) 4455 : cluster [DBG] pgmap v3921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:07.735472+0000 mgr.y (mgr.24491) 4455 : cluster [DBG] pgmap v3921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:09.736297+0000 mgr.y (mgr.24491) 4456 : cluster [DBG] pgmap v3922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:09.736297+0000 mgr.y (mgr.24491) 4456 : cluster [DBG] pgmap v3922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:09.736297+0000 mgr.y (mgr.24491) 4456 : cluster [DBG] pgmap v3922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:43:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:11.736806+0000 mgr.y (mgr.24491) 4457 : cluster [DBG] pgmap v3923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:11.736806+0000 mgr.y (mgr.24491) 4457 : cluster [DBG] pgmap v3923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:11.736806+0000 mgr.y (mgr.24491) 4457 : cluster [DBG] pgmap v3923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:13.737276+0000 mgr.y (mgr.24491) 4458 : cluster [DBG] pgmap v3924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:13.737276+0000 mgr.y (mgr.24491) 4458 : cluster [DBG] pgmap v3924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:13.737276+0000 mgr.y (mgr.24491) 4458 : cluster [DBG] pgmap v3924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:15.737883+0000 mgr.y (mgr.24491) 4459 : cluster [DBG] pgmap v3925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:15.737883+0000 mgr.y (mgr.24491) 4459 : cluster [DBG] pgmap v3925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:15.737883+0000 mgr.y (mgr.24491) 4459 : cluster [DBG] pgmap v3925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:17] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T05:43:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:17.738259+0000 mgr.y (mgr.24491) 4460 : cluster [DBG] pgmap v3926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:17.738259+0000 mgr.y (mgr.24491) 4460 : cluster [DBG] pgmap v3926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:17.738259+0000 mgr.y (mgr.24491) 4460 : cluster [DBG] pgmap v3926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:19.738934+0000 mgr.y (mgr.24491) 4461 : cluster [DBG] pgmap v3927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:19.738934+0000 mgr.y (mgr.24491) 4461 : cluster [DBG] pgmap v3927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:19.738934+0000 mgr.y (mgr.24491) 4461 : cluster [DBG] pgmap v3927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:43:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:21.739388+0000 mgr.y (mgr.24491) 4462 : cluster [DBG] pgmap v3928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:21.739388+0000 mgr.y (mgr.24491) 4462 : cluster [DBG] pgmap v3928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:21.739388+0000 mgr.y (mgr.24491) 4462 : cluster [DBG] pgmap v3928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:23.739768+0000 mgr.y (mgr.24491) 4463 : cluster [DBG] pgmap v3929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:23.739768+0000 mgr.y (mgr.24491) 4463 : cluster [DBG] pgmap v3929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:23.739768+0000 mgr.y (mgr.24491) 4463 : cluster [DBG] pgmap v3929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:25.740459+0000 mgr.y (mgr.24491) 4464 : cluster [DBG] pgmap v3930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:25.740459+0000 mgr.y (mgr.24491) 4464 : cluster [DBG] pgmap v3930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:25.740459+0000 mgr.y (mgr.24491) 4464 : cluster [DBG] pgmap v3930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:27] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T05:43:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:27.740833+0000 mgr.y (mgr.24491) 4465 : cluster [DBG] pgmap v3931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:27.740833+0000 mgr.y (mgr.24491) 4465 : cluster [DBG] pgmap v3931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:27.740833+0000 mgr.y (mgr.24491) 4465 : cluster [DBG] pgmap v3931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:29.741477+0000 mgr.y (mgr.24491) 4466 : cluster [DBG] pgmap v3932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:29.741477+0000 mgr.y (mgr.24491) 4466 : cluster [DBG] pgmap v3932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:29.741477+0000 mgr.y (mgr.24491) 4466 : cluster [DBG] pgmap v3932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:43:32.693 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:43:32.973 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:43:32.973 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 6m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:43:32.973 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 6m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:43:32.973 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 6m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 6m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 6m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 6m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 6m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 6m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 6m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 6m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 6m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 6m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 6m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 6m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 6m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:43:32.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 6m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:43:32.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 6m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:43:32.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 6m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:43:32.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 6m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:43:32.975 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 6m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:43:33.310 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:43:33.310 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:43:33.310 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:43:33.310 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:43:33.310 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:43:33.310 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:43:33.311 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:43:33.311 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:43:33.311 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:43:33.311 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:43:33.311 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:43:33.311 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:43:33.311 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:43:33.311 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:43:33.311 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:43:33.311 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:43:33.311 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:43:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:31.741977+0000 mgr.y (mgr.24491) 4467 : cluster [DBG] pgmap v3933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:31.741977+0000 mgr.y (mgr.24491) 4467 : cluster [DBG] pgmap v3933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:31.741977+0000 mgr.y (mgr.24491) 4467 : cluster [DBG] pgmap v3933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:43:32.683171+0000 mgr.y (mgr.24491) 4468 : audit [DBG] from='client.19425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:43:32.967698+0000 mgr.y (mgr.24491) 4469 : audit [DBG] from='client.19431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:43:33.311889+0000 mon.c (mon.2) 168 : audit [DBG] from='client.? 172.21.15.177:0/1074735925' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:43:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:43:32.683171+0000 mgr.y (mgr.24491) 4468 : audit [DBG] from='client.19425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:43:32.967698+0000 mgr.y (mgr.24491) 4469 : audit [DBG] from='client.19431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:43:33.311889+0000 mon.c (mon.2) 168 : audit [DBG] from='client.? 172.21.15.177:0/1074735925' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:43:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:43:32.683171+0000 mgr.y (mgr.24491) 4468 : audit [DBG] from='client.19425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:43:32.967698+0000 mgr.y (mgr.24491) 4469 : audit [DBG] from='client.19431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:43:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:43:33.311889+0000 mon.c (mon.2) 168 : audit [DBG] from='client.? 172.21.15.177:0/1074735925' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:43:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:33.742317+0000 mgr.y (mgr.24491) 4470 : cluster [DBG] pgmap v3934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:33.742317+0000 mgr.y (mgr.24491) 4470 : cluster [DBG] pgmap v3934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:33.742317+0000 mgr.y (mgr.24491) 4470 : cluster [DBG] pgmap v3934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:35.743084+0000 mgr.y (mgr.24491) 4471 : cluster [DBG] pgmap v3935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:35.743084+0000 mgr.y (mgr.24491) 4471 : cluster [DBG] pgmap v3935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:35.743084+0000 mgr.y (mgr.24491) 4471 : cluster [DBG] pgmap v3935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T05:43:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:37.743661+0000 mgr.y (mgr.24491) 4472 : cluster [DBG] pgmap v3936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:37.743661+0000 mgr.y (mgr.24491) 4472 : cluster [DBG] pgmap v3936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:37.743661+0000 mgr.y (mgr.24491) 4472 : cluster [DBG] pgmap v3936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:39.744377+0000 mgr.y (mgr.24491) 4473 : cluster [DBG] pgmap v3937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:39.744377+0000 mgr.y (mgr.24491) 4473 : cluster [DBG] pgmap v3937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:39.744377+0000 mgr.y (mgr.24491) 4473 : cluster [DBG] pgmap v3937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:43:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:41.744805+0000 mgr.y (mgr.24491) 4474 : cluster [DBG] pgmap v3938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:41.744805+0000 mgr.y (mgr.24491) 4474 : cluster [DBG] pgmap v3938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:41.744805+0000 mgr.y (mgr.24491) 4474 : cluster [DBG] pgmap v3938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:43.759069+0000 mgr.y (mgr.24491) 4475 : cluster [DBG] pgmap v3939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:43.759069+0000 mgr.y (mgr.24491) 4475 : cluster [DBG] pgmap v3939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:43.759069+0000 mgr.y (mgr.24491) 4475 : cluster [DBG] pgmap v3939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:45.759858+0000 mgr.y (mgr.24491) 4476 : cluster [DBG] pgmap v3940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:45.759858+0000 mgr.y (mgr.24491) 4476 : cluster [DBG] pgmap v3940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:45.759858+0000 mgr.y (mgr.24491) 4476 : cluster [DBG] pgmap v3940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:47] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:43:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:47.760347+0000 mgr.y (mgr.24491) 4477 : cluster [DBG] pgmap v3941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:47.760347+0000 mgr.y (mgr.24491) 4477 : cluster [DBG] pgmap v3941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:47.760347+0000 mgr.y (mgr.24491) 4477 : cluster [DBG] pgmap v3941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:51.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:49.761176+0000 mgr.y (mgr.24491) 4478 : cluster [DBG] pgmap v3942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:51.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:49.761176+0000 mgr.y (mgr.24491) 4478 : cluster [DBG] pgmap v3942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:49.761176+0000 mgr.y (mgr.24491) 4478 : cluster [DBG] pgmap v3942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:43:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:51.761574+0000 mgr.y (mgr.24491) 4479 : cluster [DBG] pgmap v3943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:51.761574+0000 mgr.y (mgr.24491) 4479 : cluster [DBG] pgmap v3943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:51.761574+0000 mgr.y (mgr.24491) 4479 : cluster [DBG] pgmap v3943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:53.762029+0000 mgr.y (mgr.24491) 4480 : cluster [DBG] pgmap v3944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:53.762029+0000 mgr.y (mgr.24491) 4480 : cluster [DBG] pgmap v3944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:53.762029+0000 mgr.y (mgr.24491) 4480 : cluster [DBG] pgmap v3944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:55.762890+0000 mgr.y (mgr.24491) 4481 : cluster [DBG] pgmap v3945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:55.762890+0000 mgr.y (mgr.24491) 4481 : cluster [DBG] pgmap v3945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:55.762890+0000 mgr.y (mgr.24491) 4481 : cluster [DBG] pgmap v3945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:43:57] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:43:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:57.763412+0000 mgr.y (mgr.24491) 4482 : cluster [DBG] pgmap v3946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:57.763412+0000 mgr.y (mgr.24491) 4482 : cluster [DBG] pgmap v3946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:43:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:43:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:57.763412+0000 mgr.y (mgr.24491) 4482 : cluster [DBG] pgmap v3946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:43:59.764040+0000 mgr.y (mgr.24491) 4483 : cluster [DBG] pgmap v3947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:44:00.590599+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:44:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:44:00.881267+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:44:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:44:00.881899+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:44:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:44:00.885895+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:44:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:43:59.764040+0000 mgr.y (mgr.24491) 4483 : cluster [DBG] pgmap v3947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:44:00.590599+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:44:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:44:00.881267+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:44:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:44:00.881899+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:44:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:44:00.885895+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:44:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:44:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:43:59.764040+0000 mgr.y (mgr.24491) 4483 : cluster [DBG] pgmap v3947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:44:00.590599+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:44:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:44:00.881267+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:44:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:44:00.881899+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:44:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:44:00.885895+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:44:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:01.764596+0000 mgr.y (mgr.24491) 4484 : cluster [DBG] pgmap v3948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:01.764596+0000 mgr.y (mgr.24491) 4484 : cluster [DBG] pgmap v3948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:01.764596+0000 mgr.y (mgr.24491) 4484 : cluster [DBG] pgmap v3948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:03.621 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:44:03.899 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:44:03.899 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 7m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:44:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 7m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:44:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 7m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:44:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 7m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:44:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 7m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:44:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 7m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:44:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 7m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:44:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 7m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:44:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 7m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:44:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 7m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:44:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 7m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:44:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 7m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:44:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 7m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:44:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 7m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:44:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 7m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:44:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 7m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:44:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 7m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:44:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 7m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:44:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 7m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:44:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 7m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:44:04.231 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:44:04.231 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:44:04.231 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:44:04.231 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:44:04.231 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:44:04.231 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:44:04.231 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:44:04.232 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:44:04.232 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:44:04.232 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:44:04.232 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:44:04.232 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:44:04.232 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:44:04.232 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:44:04.232 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:44:04.232 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:44:04.232 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:44:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:44:03.611133+0000 mgr.y (mgr.24491) 4485 : audit [DBG] from='client.19443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:03.764989+0000 mgr.y (mgr.24491) 4486 : cluster [DBG] pgmap v3949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:44:03.893711+0000 mgr.y (mgr.24491) 4487 : audit [DBG] from='client.19449 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:44:04.232447+0000 mon.a (mon.0) 1509 : audit [DBG] from='client.? 172.21.15.177:0/3582817703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:44:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:44:03.611133+0000 mgr.y (mgr.24491) 4485 : audit [DBG] from='client.19443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:03.764989+0000 mgr.y (mgr.24491) 4486 : cluster [DBG] pgmap v3949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:44:03.893711+0000 mgr.y (mgr.24491) 4487 : audit [DBG] from='client.19449 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:44:04.232447+0000 mon.a (mon.0) 1509 : audit [DBG] from='client.? 172.21.15.177:0/3582817703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:44:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:44:03.611133+0000 mgr.y (mgr.24491) 4485 : audit [DBG] from='client.19443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:03.764989+0000 mgr.y (mgr.24491) 4486 : cluster [DBG] pgmap v3949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:44:03.893711+0000 mgr.y (mgr.24491) 4487 : audit [DBG] from='client.19449 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:44:04.232447+0000 mon.a (mon.0) 1509 : audit [DBG] from='client.? 172.21.15.177:0/3582817703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:44:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:05.765738+0000 mgr.y (mgr.24491) 4488 : cluster [DBG] pgmap v3950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:05.765738+0000 mgr.y (mgr.24491) 4488 : cluster [DBG] pgmap v3950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:05.765738+0000 mgr.y (mgr.24491) 4488 : cluster [DBG] pgmap v3950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:07] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T05:44:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:07.766192+0000 mgr.y (mgr.24491) 4489 : cluster [DBG] pgmap v3951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:07.766192+0000 mgr.y (mgr.24491) 4489 : cluster [DBG] pgmap v3951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:07.766192+0000 mgr.y (mgr.24491) 4489 : cluster [DBG] pgmap v3951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:09.766870+0000 mgr.y (mgr.24491) 4490 : cluster [DBG] pgmap v3952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:09.766870+0000 mgr.y (mgr.24491) 4490 : cluster [DBG] pgmap v3952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:09.766870+0000 mgr.y (mgr.24491) 4490 : cluster [DBG] pgmap v3952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:44:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:11.767305+0000 mgr.y (mgr.24491) 4491 : cluster [DBG] pgmap v3953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:11.767305+0000 mgr.y (mgr.24491) 4491 : cluster [DBG] pgmap v3953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:11.767305+0000 mgr.y (mgr.24491) 4491 : cluster [DBG] pgmap v3953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:13.767695+0000 mgr.y (mgr.24491) 4492 : cluster [DBG] pgmap v3954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:13.767695+0000 mgr.y (mgr.24491) 4492 : cluster [DBG] pgmap v3954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:13.767695+0000 mgr.y (mgr.24491) 4492 : cluster [DBG] pgmap v3954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:15.768483+0000 mgr.y (mgr.24491) 4493 : cluster [DBG] pgmap v3955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:15.768483+0000 mgr.y (mgr.24491) 4493 : cluster [DBG] pgmap v3955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:15.768483+0000 mgr.y (mgr.24491) 4493 : cluster [DBG] pgmap v3955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:44:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:17.768913+0000 mgr.y (mgr.24491) 4494 : cluster [DBG] pgmap v3956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:17.768913+0000 mgr.y (mgr.24491) 4494 : cluster [DBG] pgmap v3956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:17.768913+0000 mgr.y (mgr.24491) 4494 : cluster [DBG] pgmap v3956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:19.769564+0000 mgr.y (mgr.24491) 4495 : cluster [DBG] pgmap v3957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:44:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:19.769564+0000 mgr.y (mgr.24491) 4495 : cluster [DBG] pgmap v3957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:19.769564+0000 mgr.y (mgr.24491) 4495 : cluster [DBG] pgmap v3957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:21.769992+0000 mgr.y (mgr.24491) 4496 : cluster [DBG] pgmap v3958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:21.769992+0000 mgr.y (mgr.24491) 4496 : cluster [DBG] pgmap v3958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:21.769992+0000 mgr.y (mgr.24491) 4496 : cluster [DBG] pgmap v3958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:23.770622+0000 mgr.y (mgr.24491) 4497 : cluster [DBG] pgmap v3959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:23.770622+0000 mgr.y (mgr.24491) 4497 : cluster [DBG] pgmap v3959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:23.770622+0000 mgr.y (mgr.24491) 4497 : cluster [DBG] pgmap v3959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:25.771376+0000 mgr.y (mgr.24491) 4498 : cluster [DBG] pgmap v3960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:25.771376+0000 mgr.y (mgr.24491) 4498 : cluster [DBG] pgmap v3960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:25.771376+0000 mgr.y (mgr.24491) 4498 : cluster [DBG] pgmap v3960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:44:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:27.771901+0000 mgr.y (mgr.24491) 4499 : cluster [DBG] pgmap v3961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:27.771901+0000 mgr.y (mgr.24491) 4499 : cluster [DBG] pgmap v3961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:27.771901+0000 mgr.y (mgr.24491) 4499 : cluster [DBG] pgmap v3961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:29.772625+0000 mgr.y (mgr.24491) 4500 : cluster [DBG] pgmap v3962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:44:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:29.772625+0000 mgr.y (mgr.24491) 4500 : cluster [DBG] pgmap v3962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:29.772625+0000 mgr.y (mgr.24491) 4500 : cluster [DBG] pgmap v3962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:31.773048+0000 mgr.y (mgr.24491) 4501 : cluster [DBG] pgmap v3963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:31.773048+0000 mgr.y (mgr.24491) 4501 : cluster [DBG] pgmap v3963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:31.773048+0000 mgr.y (mgr.24491) 4501 : cluster [DBG] pgmap v3963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:34.543 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 7m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 7m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 7m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 7m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 7m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 7m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 7m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 7m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 7m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 7m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:44:34.820 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 7m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:44:34.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 7m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:44:34.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 7m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:44:34.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 7m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:44:34.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 7m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:44:34.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 7m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:44:34.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 7m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:44:34.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 7m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:44:34.821 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 7m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:44:34.821 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 7m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:44:35.154 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:44:35.154 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:44:35.154 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:44:35.154 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:44:35.154 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:44:35.154 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:44:35.155 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:44:35.155 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:44:35.155 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:44:35.155 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:44:35.155 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:44:35.155 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:44:35.156 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:44:35.156 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:44:35.156 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:44:35.156 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:44:35.156 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:44:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:33.773431+0000 mgr.y (mgr.24491) 4502 : cluster [DBG] pgmap v3964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:44:35.155919+0000 mon.c (mon.2) 169 : audit [DBG] from='client.? 172.21.15.177:0/3261357901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:44:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:33.773431+0000 mgr.y (mgr.24491) 4502 : cluster [DBG] pgmap v3964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:44:35.155919+0000 mon.c (mon.2) 169 : audit [DBG] from='client.? 172.21.15.177:0/3261357901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:44:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:33.773431+0000 mgr.y (mgr.24491) 4502 : cluster [DBG] pgmap v3964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:44:35.155919+0000 mon.c (mon.2) 169 : audit [DBG] from='client.? 172.21.15.177:0/3261357901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:44:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:44:34.533408+0000 mgr.y (mgr.24491) 4503 : audit [DBG] from='client.19461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:44:34.813759+0000 mgr.y (mgr.24491) 4504 : audit [DBG] from='client.29372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:44:34.533408+0000 mgr.y (mgr.24491) 4503 : audit [DBG] from='client.19461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:44:34.813759+0000 mgr.y (mgr.24491) 4504 : audit [DBG] from='client.29372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:44:34.533408+0000 mgr.y (mgr.24491) 4503 : audit [DBG] from='client.19461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:44:34.813759+0000 mgr.y (mgr.24491) 4504 : audit [DBG] from='client.29372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:44:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:35.774250+0000 mgr.y (mgr.24491) 4505 : cluster [DBG] pgmap v3965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:35.774250+0000 mgr.y (mgr.24491) 4505 : cluster [DBG] pgmap v3965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:35.774250+0000 mgr.y (mgr.24491) 4505 : cluster [DBG] pgmap v3965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:37] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:44:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:37.774807+0000 mgr.y (mgr.24491) 4506 : cluster [DBG] pgmap v3966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:37.774807+0000 mgr.y (mgr.24491) 4506 : cluster [DBG] pgmap v3966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:37.774807+0000 mgr.y (mgr.24491) 4506 : cluster [DBG] pgmap v3966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:39.775538+0000 mgr.y (mgr.24491) 4507 : cluster [DBG] pgmap v3967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:44:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:39.775538+0000 mgr.y (mgr.24491) 4507 : cluster [DBG] pgmap v3967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:39.775538+0000 mgr.y (mgr.24491) 4507 : cluster [DBG] pgmap v3967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:41.776139+0000 mgr.y (mgr.24491) 4508 : cluster [DBG] pgmap v3968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:41.776139+0000 mgr.y (mgr.24491) 4508 : cluster [DBG] pgmap v3968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:41.776139+0000 mgr.y (mgr.24491) 4508 : cluster [DBG] pgmap v3968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:43.776472+0000 mgr.y (mgr.24491) 4509 : cluster [DBG] pgmap v3969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:43.776472+0000 mgr.y (mgr.24491) 4509 : cluster [DBG] pgmap v3969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:43.776472+0000 mgr.y (mgr.24491) 4509 : cluster [DBG] pgmap v3969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:45.777136+0000 mgr.y (mgr.24491) 4510 : cluster [DBG] pgmap v3970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:45.777136+0000 mgr.y (mgr.24491) 4510 : cluster [DBG] pgmap v3970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:45.777136+0000 mgr.y (mgr.24491) 4510 : cluster [DBG] pgmap v3970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:47] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T05:44:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:47.777696+0000 mgr.y (mgr.24491) 4511 : cluster [DBG] pgmap v3971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:47.777696+0000 mgr.y (mgr.24491) 4511 : cluster [DBG] pgmap v3971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:47.777696+0000 mgr.y (mgr.24491) 4511 : cluster [DBG] pgmap v3971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:49.778544+0000 mgr.y (mgr.24491) 4512 : cluster [DBG] pgmap v3972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:44:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:49.778544+0000 mgr.y (mgr.24491) 4512 : cluster [DBG] pgmap v3972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:49.778544+0000 mgr.y (mgr.24491) 4512 : cluster [DBG] pgmap v3972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:51.779040+0000 mgr.y (mgr.24491) 4513 : cluster [DBG] pgmap v3973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:51.779040+0000 mgr.y (mgr.24491) 4513 : cluster [DBG] pgmap v3973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:51.779040+0000 mgr.y (mgr.24491) 4513 : cluster [DBG] pgmap v3973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:53.779582+0000 mgr.y (mgr.24491) 4514 : cluster [DBG] pgmap v3974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:53.779582+0000 mgr.y (mgr.24491) 4514 : cluster [DBG] pgmap v3974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:53.779582+0000 mgr.y (mgr.24491) 4514 : cluster [DBG] pgmap v3974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:55.780304+0000 mgr.y (mgr.24491) 4515 : cluster [DBG] pgmap v3975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:55.780304+0000 mgr.y (mgr.24491) 4515 : cluster [DBG] pgmap v3975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:55.780304+0000 mgr.y (mgr.24491) 4515 : cluster [DBG] pgmap v3975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:44:57] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T05:44:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:44:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:57.780705+0000 mgr.y (mgr.24491) 4516 : cluster [DBG] pgmap v3976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:57.780705+0000 mgr.y (mgr.24491) 4516 : cluster [DBG] pgmap v3976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:44:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:57.780705+0000 mgr.y (mgr.24491) 4516 : cluster [DBG] pgmap v3976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:45:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:44:59.781448+0000 mgr.y (mgr.24491) 4517 : cluster [DBG] pgmap v3977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:45:00.890280+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:45:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:45:01.182147+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:45:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:45:01.182913+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:45:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:45:01.188317+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:45:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:44:59.781448+0000 mgr.y (mgr.24491) 4517 : cluster [DBG] pgmap v3977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:45:00.890280+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:45:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:45:01.182147+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:45:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:45:01.182913+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:45:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:45:01.188317+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:45:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:44:59.781448+0000 mgr.y (mgr.24491) 4517 : cluster [DBG] pgmap v3977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:45:00.890280+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:45:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:45:01.182147+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:45:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:45:01.182913+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:45:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:45:01.188317+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:45:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:01.781813+0000 mgr.y (mgr.24491) 4518 : cluster [DBG] pgmap v3978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:01.781813+0000 mgr.y (mgr.24491) 4518 : cluster [DBG] pgmap v3978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:01.781813+0000 mgr.y (mgr.24491) 4518 : cluster [DBG] pgmap v3978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:05.467 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:45:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:03.782191+0000 mgr.y (mgr.24491) 4519 : cluster [DBG] pgmap v3979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:03.782191+0000 mgr.y (mgr.24491) 4519 : cluster [DBG] pgmap v3979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:03.782191+0000 mgr.y (mgr.24491) 4519 : cluster [DBG] pgmap v3979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:05.744 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:45:05.744 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:45:05.744 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:45:05.744 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:45:05.744 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:45:05.744 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:45:05.745 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:45:06.077 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:45:06.078 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:45:06.079 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:45:06.079 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:45:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:45:06.079553+0000 mon.c (mon.2) 170 : audit [DBG] from='client.? 172.21.15.177:0/4010701436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:45:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:45:06.079553+0000 mon.c (mon.2) 170 : audit [DBG] from='client.? 172.21.15.177:0/4010701436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:45:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:45:06.079553+0000 mon.c (mon.2) 170 : audit [DBG] from='client.? 172.21.15.177:0/4010701436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:45:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:45:05.457308+0000 mgr.y (mgr.24491) 4520 : audit [DBG] from='client.29384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:45:05.738713+0000 mgr.y (mgr.24491) 4521 : audit [DBG] from='client.19485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:05.782748+0000 mgr.y (mgr.24491) 4522 : cluster [DBG] pgmap v3980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:45:05.457308+0000 mgr.y (mgr.24491) 4520 : audit [DBG] from='client.29384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:45:05.738713+0000 mgr.y (mgr.24491) 4521 : audit [DBG] from='client.19485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:05.782748+0000 mgr.y (mgr.24491) 4522 : cluster [DBG] pgmap v3980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:45:05.457308+0000 mgr.y (mgr.24491) 4520 : audit [DBG] from='client.29384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:45:05.738713+0000 mgr.y (mgr.24491) 4521 : audit [DBG] from='client.19485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:05.782748+0000 mgr.y (mgr.24491) 4522 : cluster [DBG] pgmap v3980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:07] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:45:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:07.783199+0000 mgr.y (mgr.24491) 4523 : cluster [DBG] pgmap v3981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:07.783199+0000 mgr.y (mgr.24491) 4523 : cluster [DBG] pgmap v3981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:07.783199+0000 mgr.y (mgr.24491) 4523 : cluster [DBG] pgmap v3981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:09.783966+0000 mgr.y (mgr.24491) 4524 : cluster [DBG] pgmap v3982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:45:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:09.783966+0000 mgr.y (mgr.24491) 4524 : cluster [DBG] pgmap v3982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:09.783966+0000 mgr.y (mgr.24491) 4524 : cluster [DBG] pgmap v3982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:11.784408+0000 mgr.y (mgr.24491) 4525 : cluster [DBG] pgmap v3983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:11.784408+0000 mgr.y (mgr.24491) 4525 : cluster [DBG] pgmap v3983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:11.784408+0000 mgr.y (mgr.24491) 4525 : cluster [DBG] pgmap v3983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:13.784814+0000 mgr.y (mgr.24491) 4526 : cluster [DBG] pgmap v3984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:13.784814+0000 mgr.y (mgr.24491) 4526 : cluster [DBG] pgmap v3984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:13.784814+0000 mgr.y (mgr.24491) 4526 : cluster [DBG] pgmap v3984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:15.785591+0000 mgr.y (mgr.24491) 4527 : cluster [DBG] pgmap v3985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:15.785591+0000 mgr.y (mgr.24491) 4527 : cluster [DBG] pgmap v3985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:15.785591+0000 mgr.y (mgr.24491) 4527 : cluster [DBG] pgmap v3985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:17] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T05:45:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:17.786167+0000 mgr.y (mgr.24491) 4528 : cluster [DBG] pgmap v3986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:17.786167+0000 mgr.y (mgr.24491) 4528 : cluster [DBG] pgmap v3986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:17.786167+0000 mgr.y (mgr.24491) 4528 : cluster [DBG] pgmap v3986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:19.786765+0000 mgr.y (mgr.24491) 4529 : cluster [DBG] pgmap v3987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:19.786765+0000 mgr.y (mgr.24491) 4529 : cluster [DBG] pgmap v3987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:19.786765+0000 mgr.y (mgr.24491) 4529 : cluster [DBG] pgmap v3987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:45:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:21.787258+0000 mgr.y (mgr.24491) 4530 : cluster [DBG] pgmap v3988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:21.787258+0000 mgr.y (mgr.24491) 4530 : cluster [DBG] pgmap v3988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:21.787258+0000 mgr.y (mgr.24491) 4530 : cluster [DBG] pgmap v3988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:23.787687+0000 mgr.y (mgr.24491) 4531 : cluster [DBG] pgmap v3989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:23.787687+0000 mgr.y (mgr.24491) 4531 : cluster [DBG] pgmap v3989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:23.787687+0000 mgr.y (mgr.24491) 4531 : cluster [DBG] pgmap v3989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:25.788452+0000 mgr.y (mgr.24491) 4532 : cluster [DBG] pgmap v3990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:25.788452+0000 mgr.y (mgr.24491) 4532 : cluster [DBG] pgmap v3990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:25.788452+0000 mgr.y (mgr.24491) 4532 : cluster [DBG] pgmap v3990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:27] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T05:45:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:27.788916+0000 mgr.y (mgr.24491) 4533 : cluster [DBG] pgmap v3991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:27.788916+0000 mgr.y (mgr.24491) 4533 : cluster [DBG] pgmap v3991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:27.788916+0000 mgr.y (mgr.24491) 4533 : cluster [DBG] pgmap v3991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:29.789489+0000 mgr.y (mgr.24491) 4534 : cluster [DBG] pgmap v3992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:29.789489+0000 mgr.y (mgr.24491) 4534 : cluster [DBG] pgmap v3992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:29.789489+0000 mgr.y (mgr.24491) 4534 : cluster [DBG] pgmap v3992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:45:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:31.789914+0000 mgr.y (mgr.24491) 4535 : cluster [DBG] pgmap v3993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:31.789914+0000 mgr.y (mgr.24491) 4535 : cluster [DBG] pgmap v3993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:31.789914+0000 mgr.y (mgr.24491) 4535 : cluster [DBG] pgmap v3993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:33.790494+0000 mgr.y (mgr.24491) 4536 : cluster [DBG] pgmap v3994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:33.790494+0000 mgr.y (mgr.24491) 4536 : cluster [DBG] pgmap v3994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:33.790494+0000 mgr.y (mgr.24491) 4536 : cluster [DBG] pgmap v3994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:45:36.663 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:45:36.663 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:45:36.663 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:45:36.663 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:45:36.663 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:45:36.663 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:45:36.663 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:45:36.663 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:45:36.663 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:45:36.663 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:45:36.663 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:45:36.664 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:45:36.664 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:45:36.664 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:45:36.664 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:45:36.664 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:45:36.664 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:45:36.664 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:45:36.664 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:45:36.664 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:45:36.664 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:45:37.000 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:45:37.000 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:45:37.000 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:45:37.000 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:45:37.000 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:45:37.000 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:45:37.000 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:45:37.001 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:45:37.001 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:45:37.001 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:45:37.001 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:45:37.001 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:45:37.001 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:45:37.001 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:45:37.001 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:45:37.001 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:45:37.001 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:45:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:35.791253+0000 mgr.y (mgr.24491) 4537 : cluster [DBG] pgmap v3995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:35.791253+0000 mgr.y (mgr.24491) 4537 : cluster [DBG] pgmap v3995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:35.791253+0000 mgr.y (mgr.24491) 4537 : cluster [DBG] pgmap v3995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:37] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:45:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:45:36.378257+0000 mgr.y (mgr.24491) 4538 : audit [DBG] from='client.29402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:45:36.657163+0000 mgr.y (mgr.24491) 4539 : audit [DBG] from='client.29408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:45:37.001607+0000 mon.a (mon.0) 1514 : audit [DBG] from='client.? 172.21.15.177:0/3833614628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:45:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:45:36.378257+0000 mgr.y (mgr.24491) 4538 : audit [DBG] from='client.29402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:45:36.657163+0000 mgr.y (mgr.24491) 4539 : audit [DBG] from='client.29408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:45:37.001607+0000 mon.a (mon.0) 1514 : audit [DBG] from='client.? 172.21.15.177:0/3833614628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:45:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:45:36.378257+0000 mgr.y (mgr.24491) 4538 : audit [DBG] from='client.29402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:45:36.657163+0000 mgr.y (mgr.24491) 4539 : audit [DBG] from='client.29408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:45:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:45:37.001607+0000 mon.a (mon.0) 1514 : audit [DBG] from='client.? 172.21.15.177:0/3833614628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:45:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:37.791761+0000 mgr.y (mgr.24491) 4540 : cluster [DBG] pgmap v3996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:37.791761+0000 mgr.y (mgr.24491) 4540 : cluster [DBG] pgmap v3996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:37.791761+0000 mgr.y (mgr.24491) 4540 : cluster [DBG] pgmap v3996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:39.792457+0000 mgr.y (mgr.24491) 4541 : cluster [DBG] pgmap v3997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:39.792457+0000 mgr.y (mgr.24491) 4541 : cluster [DBG] pgmap v3997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:39.792457+0000 mgr.y (mgr.24491) 4541 : cluster [DBG] pgmap v3997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:45:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:41.793005+0000 mgr.y (mgr.24491) 4542 : cluster [DBG] pgmap v3998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:41.793005+0000 mgr.y (mgr.24491) 4542 : cluster [DBG] pgmap v3998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:41.793005+0000 mgr.y (mgr.24491) 4542 : cluster [DBG] pgmap v3998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:43.793506+0000 mgr.y (mgr.24491) 4543 : cluster [DBG] pgmap v3999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:43.793506+0000 mgr.y (mgr.24491) 4543 : cluster [DBG] pgmap v3999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:43.793506+0000 mgr.y (mgr.24491) 4543 : cluster [DBG] pgmap v3999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:45.794229+0000 mgr.y (mgr.24491) 4544 : cluster [DBG] pgmap v4000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:45.794229+0000 mgr.y (mgr.24491) 4544 : cluster [DBG] pgmap v4000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:45.794229+0000 mgr.y (mgr.24491) 4544 : cluster [DBG] pgmap v4000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:45:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:47.794699+0000 mgr.y (mgr.24491) 4545 : cluster [DBG] pgmap v4001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:47.794699+0000 mgr.y (mgr.24491) 4545 : cluster [DBG] pgmap v4001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:47.794699+0000 mgr.y (mgr.24491) 4545 : cluster [DBG] pgmap v4001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:49.795326+0000 mgr.y (mgr.24491) 4546 : cluster [DBG] pgmap v4002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:49.795326+0000 mgr.y (mgr.24491) 4546 : cluster [DBG] pgmap v4002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:49.795326+0000 mgr.y (mgr.24491) 4546 : cluster [DBG] pgmap v4002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:45:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:51.795871+0000 mgr.y (mgr.24491) 4547 : cluster [DBG] pgmap v4003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:51.795871+0000 mgr.y (mgr.24491) 4547 : cluster [DBG] pgmap v4003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:51.795871+0000 mgr.y (mgr.24491) 4547 : cluster [DBG] pgmap v4003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:53.796382+0000 mgr.y (mgr.24491) 4548 : cluster [DBG] pgmap v4004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:53.796382+0000 mgr.y (mgr.24491) 4548 : cluster [DBG] pgmap v4004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:53.796382+0000 mgr.y (mgr.24491) 4548 : cluster [DBG] pgmap v4004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:55.797228+0000 mgr.y (mgr.24491) 4549 : cluster [DBG] pgmap v4005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:55.797228+0000 mgr.y (mgr.24491) 4549 : cluster [DBG] pgmap v4005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:55.797228+0000 mgr.y (mgr.24491) 4549 : cluster [DBG] pgmap v4005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:45:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:45:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:45:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:57.797635+0000 mgr.y (mgr.24491) 4550 : cluster [DBG] pgmap v4006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:57.797635+0000 mgr.y (mgr.24491) 4550 : cluster [DBG] pgmap v4006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:45:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:57.797635+0000 mgr.y (mgr.24491) 4550 : cluster [DBG] pgmap v4006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:46:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:45:59.798463+0000 mgr.y (mgr.24491) 4551 : cluster [DBG] pgmap v4007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:45:59.798463+0000 mgr.y (mgr.24491) 4551 : cluster [DBG] pgmap v4007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:45:59.798463+0000 mgr.y (mgr.24491) 4551 : cluster [DBG] pgmap v4007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:46:01.192478+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:46:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:46:01.484985+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:46:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:46:01.485581+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:46:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:46:01.489894+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:46:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:46:01.192478+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:46:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:46:01.484985+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:46:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:46:01.485581+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:46:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:46:01.489894+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:46:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:46:01.192478+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:46:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:46:01.484985+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:46:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:46:01.485581+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:46:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:46:01.489894+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:46:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:01.798793+0000 mgr.y (mgr.24491) 4552 : cluster [DBG] pgmap v4008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:01.798793+0000 mgr.y (mgr.24491) 4552 : cluster [DBG] pgmap v4008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:01.798793+0000 mgr.y (mgr.24491) 4552 : cluster [DBG] pgmap v4008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:03.799292+0000 mgr.y (mgr.24491) 4553 : cluster [DBG] pgmap v4009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:03.799292+0000 mgr.y (mgr.24491) 4553 : cluster [DBG] pgmap v4009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:03.799292+0000 mgr.y (mgr.24491) 4553 : cluster [DBG] pgmap v4009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:05.799934+0000 mgr.y (mgr.24491) 4554 : cluster [DBG] pgmap v4010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:07.309 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:46:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:05.799934+0000 mgr.y (mgr.24491) 4554 : cluster [DBG] pgmap v4010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:05.799934+0000 mgr.y (mgr.24491) 4554 : cluster [DBG] pgmap v4010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:07.585 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:46:07.585 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:46:07.585 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:46:07.585 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 9m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 9m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:46:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:46:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:46:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:46:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:46:07.923 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:46:07.923 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:46:07.923 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:46:07.923 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:46:07.923 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:46:07.924 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:46:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:07] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:46:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:46:07.300021+0000 mgr.y (mgr.24491) 4555 : audit [DBG] from='client.29420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:46:07.579626+0000 mgr.y (mgr.24491) 4556 : audit [DBG] from='client.19521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:07.800285+0000 mgr.y (mgr.24491) 4557 : cluster [DBG] pgmap v4011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:46:07.925148+0000 mon.a (mon.0) 1519 : audit [DBG] from='client.? 172.21.15.177:0/2766011913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:46:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:46:07.300021+0000 mgr.y (mgr.24491) 4555 : audit [DBG] from='client.29420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:46:07.579626+0000 mgr.y (mgr.24491) 4556 : audit [DBG] from='client.19521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:07.800285+0000 mgr.y (mgr.24491) 4557 : cluster [DBG] pgmap v4011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:46:07.925148+0000 mon.a (mon.0) 1519 : audit [DBG] from='client.? 172.21.15.177:0/2766011913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:46:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:46:07.300021+0000 mgr.y (mgr.24491) 4555 : audit [DBG] from='client.29420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:46:07.579626+0000 mgr.y (mgr.24491) 4556 : audit [DBG] from='client.19521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:07.800285+0000 mgr.y (mgr.24491) 4557 : cluster [DBG] pgmap v4011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:46:07.925148+0000 mon.a (mon.0) 1519 : audit [DBG] from='client.? 172.21.15.177:0/2766011913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:46:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:09.800928+0000 mgr.y (mgr.24491) 4558 : cluster [DBG] pgmap v4012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:46:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:09.800928+0000 mgr.y (mgr.24491) 4558 : cluster [DBG] pgmap v4012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:09.800928+0000 mgr.y (mgr.24491) 4558 : cluster [DBG] pgmap v4012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:11.801437+0000 mgr.y (mgr.24491) 4559 : cluster [DBG] pgmap v4013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:11.801437+0000 mgr.y (mgr.24491) 4559 : cluster [DBG] pgmap v4013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:11.801437+0000 mgr.y (mgr.24491) 4559 : cluster [DBG] pgmap v4013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:13.801986+0000 mgr.y (mgr.24491) 4560 : cluster [DBG] pgmap v4014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:13.801986+0000 mgr.y (mgr.24491) 4560 : cluster [DBG] pgmap v4014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:13.801986+0000 mgr.y (mgr.24491) 4560 : cluster [DBG] pgmap v4014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:15.802775+0000 mgr.y (mgr.24491) 4561 : cluster [DBG] pgmap v4015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:15.802775+0000 mgr.y (mgr.24491) 4561 : cluster [DBG] pgmap v4015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:15.802775+0000 mgr.y (mgr.24491) 4561 : cluster [DBG] pgmap v4015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:46:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:17.803186+0000 mgr.y (mgr.24491) 4562 : cluster [DBG] pgmap v4016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:17.803186+0000 mgr.y (mgr.24491) 4562 : cluster [DBG] pgmap v4016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:17.803186+0000 mgr.y (mgr.24491) 4562 : cluster [DBG] pgmap v4016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:46:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:19.803790+0000 mgr.y (mgr.24491) 4563 : cluster [DBG] pgmap v4017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:19.803790+0000 mgr.y (mgr.24491) 4563 : cluster [DBG] pgmap v4017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:19.803790+0000 mgr.y (mgr.24491) 4563 : cluster [DBG] pgmap v4017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:21.804221+0000 mgr.y (mgr.24491) 4564 : cluster [DBG] pgmap v4018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:21.804221+0000 mgr.y (mgr.24491) 4564 : cluster [DBG] pgmap v4018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:21.804221+0000 mgr.y (mgr.24491) 4564 : cluster [DBG] pgmap v4018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:23.804725+0000 mgr.y (mgr.24491) 4565 : cluster [DBG] pgmap v4019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:23.804725+0000 mgr.y (mgr.24491) 4565 : cluster [DBG] pgmap v4019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:23.804725+0000 mgr.y (mgr.24491) 4565 : cluster [DBG] pgmap v4019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:25.805422+0000 mgr.y (mgr.24491) 4566 : cluster [DBG] pgmap v4020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:25.805422+0000 mgr.y (mgr.24491) 4566 : cluster [DBG] pgmap v4020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:25.805422+0000 mgr.y (mgr.24491) 4566 : cluster [DBG] pgmap v4020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:46:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:27.805856+0000 mgr.y (mgr.24491) 4567 : cluster [DBG] pgmap v4021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:27.805856+0000 mgr.y (mgr.24491) 4567 : cluster [DBG] pgmap v4021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:27.805856+0000 mgr.y (mgr.24491) 4567 : cluster [DBG] pgmap v4021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:29.806493+0000 mgr.y (mgr.24491) 4568 : cluster [DBG] pgmap v4022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:46:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:29.806493+0000 mgr.y (mgr.24491) 4568 : cluster [DBG] pgmap v4022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:29.806493+0000 mgr.y (mgr.24491) 4568 : cluster [DBG] pgmap v4022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:31.807071+0000 mgr.y (mgr.24491) 4569 : cluster [DBG] pgmap v4023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:31.807071+0000 mgr.y (mgr.24491) 4569 : cluster [DBG] pgmap v4023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:31.807071+0000 mgr.y (mgr.24491) 4569 : cluster [DBG] pgmap v4023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:33.807605+0000 mgr.y (mgr.24491) 4570 : cluster [DBG] pgmap v4024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:33.807605+0000 mgr.y (mgr.24491) 4570 : cluster [DBG] pgmap v4024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:33.807605+0000 mgr.y (mgr.24491) 4570 : cluster [DBG] pgmap v4024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:35.808454+0000 mgr.y (mgr.24491) 4571 : cluster [DBG] pgmap v4025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:35.808454+0000 mgr.y (mgr.24491) 4571 : cluster [DBG] pgmap v4025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:35.808454+0000 mgr.y (mgr.24491) 4571 : cluster [DBG] pgmap v4025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:37] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:46:38.235 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 9m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 9m ago 2h 374M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 204M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 208M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 27.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:46:38.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:46:38.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:46:38.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:46:38.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:46:38.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:46:38.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:46:38.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:46:38.512 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:46:38.512 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 88.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:46:38.842 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:46:38.842 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:46:38.842 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:46:38.842 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:46:38.842 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:46:38.843 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:46:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:37.809036+0000 mgr.y (mgr.24491) 4572 : cluster [DBG] pgmap v4026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:46:38.224548+0000 mgr.y (mgr.24491) 4573 : audit [DBG] from='client.29438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:46:38.844092+0000 mon.a (mon.0) 1520 : audit [DBG] from='client.? 172.21.15.177:0/3301311940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:46:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:37.809036+0000 mgr.y (mgr.24491) 4572 : cluster [DBG] pgmap v4026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:46:38.224548+0000 mgr.y (mgr.24491) 4573 : audit [DBG] from='client.29438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:46:38.844092+0000 mon.a (mon.0) 1520 : audit [DBG] from='client.? 172.21.15.177:0/3301311940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:46:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:37.809036+0000 mgr.y (mgr.24491) 4572 : cluster [DBG] pgmap v4026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:46:38.224548+0000 mgr.y (mgr.24491) 4573 : audit [DBG] from='client.29438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:46:38.844092+0000 mon.a (mon.0) 1520 : audit [DBG] from='client.? 172.21.15.177:0/3301311940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:46:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:46:38.505044+0000 mgr.y (mgr.24491) 4574 : audit [DBG] from='client.19539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:46:38.505044+0000 mgr.y (mgr.24491) 4574 : audit [DBG] from='client.19539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:46:38.505044+0000 mgr.y (mgr.24491) 4574 : audit [DBG] from='client.19539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:46:41.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:39.809702+0000 mgr.y (mgr.24491) 4575 : cluster [DBG] pgmap v4027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:41.258 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:46:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:39.809702+0000 mgr.y (mgr.24491) 4575 : cluster [DBG] pgmap v4027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:39.809702+0000 mgr.y (mgr.24491) 4575 : cluster [DBG] pgmap v4027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:41.810135+0000 mgr.y (mgr.24491) 4576 : cluster [DBG] pgmap v4028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:41.810135+0000 mgr.y (mgr.24491) 4576 : cluster [DBG] pgmap v4028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:41.810135+0000 mgr.y (mgr.24491) 4576 : cluster [DBG] pgmap v4028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:43.810720+0000 mgr.y (mgr.24491) 4577 : cluster [DBG] pgmap v4029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:43.810720+0000 mgr.y (mgr.24491) 4577 : cluster [DBG] pgmap v4029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:43.810720+0000 mgr.y (mgr.24491) 4577 : cluster [DBG] pgmap v4029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:45.811618+0000 mgr.y (mgr.24491) 4578 : cluster [DBG] pgmap v4030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:45.811618+0000 mgr.y (mgr.24491) 4578 : cluster [DBG] pgmap v4030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:45.811618+0000 mgr.y (mgr.24491) 4578 : cluster [DBG] pgmap v4030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:47] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:46:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:47.812073+0000 mgr.y (mgr.24491) 4579 : cluster [DBG] pgmap v4031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:47.812073+0000 mgr.y (mgr.24491) 4579 : cluster [DBG] pgmap v4031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:47.812073+0000 mgr.y (mgr.24491) 4579 : cluster [DBG] pgmap v4031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:49.812690+0000 mgr.y (mgr.24491) 4580 : cluster [DBG] pgmap v4032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:46:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:49.812690+0000 mgr.y (mgr.24491) 4580 : cluster [DBG] pgmap v4032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:49.812690+0000 mgr.y (mgr.24491) 4580 : cluster [DBG] pgmap v4032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:51.813308+0000 mgr.y (mgr.24491) 4581 : cluster [DBG] pgmap v4033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:51.813308+0000 mgr.y (mgr.24491) 4581 : cluster [DBG] pgmap v4033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:51.813308+0000 mgr.y (mgr.24491) 4581 : cluster [DBG] pgmap v4033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:53.813780+0000 mgr.y (mgr.24491) 4582 : cluster [DBG] pgmap v4034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:53.813780+0000 mgr.y (mgr.24491) 4582 : cluster [DBG] pgmap v4034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:53.813780+0000 mgr.y (mgr.24491) 4582 : cluster [DBG] pgmap v4034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:55.814437+0000 mgr.y (mgr.24491) 4583 : cluster [DBG] pgmap v4035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:55.814437+0000 mgr.y (mgr.24491) 4583 : cluster [DBG] pgmap v4035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:55.814437+0000 mgr.y (mgr.24491) 4583 : cluster [DBG] pgmap v4035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:46:57] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:46:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:57.815039+0000 mgr.y (mgr.24491) 4584 : cluster [DBG] pgmap v4036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:57.815039+0000 mgr.y (mgr.24491) 4584 : cluster [DBG] pgmap v4036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:46:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:46:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:57.815039+0000 mgr.y (mgr.24491) 4584 : cluster [DBG] pgmap v4036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:46:59.815606+0000 mgr.y (mgr.24491) 4585 : cluster [DBG] pgmap v4037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:46:59.815606+0000 mgr.y (mgr.24491) 4585 : cluster [DBG] pgmap v4037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:46:59.815606+0000 mgr.y (mgr.24491) 4585 : cluster [DBG] pgmap v4037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:47:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:01.494289+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:47:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:01.494289+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:47:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:01.494289+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:47:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:01.815925+0000 mgr.y (mgr.24491) 4586 : cluster [DBG] pgmap v4038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:01.815925+0000 mgr.y (mgr.24491) 4586 : cluster [DBG] pgmap v4038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:01.815925+0000 mgr.y (mgr.24491) 4586 : cluster [DBG] pgmap v4038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:03.816282+0000 mgr.y (mgr.24491) 4587 : cluster [DBG] pgmap v4039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:04.134292+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:47:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:04.924125+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:47:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:03.816282+0000 mgr.y (mgr.24491) 4587 : cluster [DBG] pgmap v4039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:04.134292+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:47:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:04.924125+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:47:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:03.816282+0000 mgr.y (mgr.24491) 4587 : cluster [DBG] pgmap v4039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:04.134292+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:47:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:04.924125+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:47:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:05.197190+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:47:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:05.198003+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:47:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:05.203417+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:47:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:05.197190+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:47:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:05.198003+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:47:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:05.203417+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:47:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:05.197190+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:47:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:05.198003+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:47:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:05.203417+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:47:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:05.816899+0000 mgr.y (mgr.24491) 4588 : cluster [DBG] pgmap v4040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:05.816899+0000 mgr.y (mgr.24491) 4588 : cluster [DBG] pgmap v4040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:05.816899+0000 mgr.y (mgr.24491) 4588 : cluster [DBG] pgmap v4040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:07] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:47:09.154 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:47:09.431 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:47:09.431 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5s ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:47:09.431 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4s ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:47:09.431 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5s ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:47:09.431 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 4s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:47:09.431 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5s ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5s ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4s ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5s ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5s ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4s ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5s ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5s ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5s ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4s ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 4s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:47:09.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 4s ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:47:09.433 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4s ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:47:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:07.817492+0000 mgr.y (mgr.24491) 4589 : cluster [DBG] pgmap v4041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:07.817492+0000 mgr.y (mgr.24491) 4589 : cluster [DBG] pgmap v4041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:07.817492+0000 mgr.y (mgr.24491) 4589 : cluster [DBG] pgmap v4041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:09.766 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:47:09.766 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:47:09.766 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:47:09.766 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:47:09.766 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:47:09.767 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:47:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:09.142501+0000 mgr.y (mgr.24491) 4590 : audit [DBG] from='client.19551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:09.768031+0000 mon.a (mon.0) 1527 : audit [DBG] from='client.? 172.21.15.177:0/318428192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:47:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:09.142501+0000 mgr.y (mgr.24491) 4590 : audit [DBG] from='client.19551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:09.768031+0000 mon.a (mon.0) 1527 : audit [DBG] from='client.? 172.21.15.177:0/318428192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:47:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:09.142501+0000 mgr.y (mgr.24491) 4590 : audit [DBG] from='client.19551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:09.768031+0000 mon.a (mon.0) 1527 : audit [DBG] from='client.? 172.21.15.177:0/318428192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:47:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:47:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:09.425231+0000 mgr.y (mgr.24491) 4591 : audit [DBG] from='client.29462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:09.818403+0000 mgr.y (mgr.24491) 4592 : cluster [DBG] pgmap v4042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:09.425231+0000 mgr.y (mgr.24491) 4591 : audit [DBG] from='client.29462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:09.818403+0000 mgr.y (mgr.24491) 4592 : cluster [DBG] pgmap v4042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:09.425231+0000 mgr.y (mgr.24491) 4591 : audit [DBG] from='client.29462 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:09.818403+0000 mgr.y (mgr.24491) 4592 : cluster [DBG] pgmap v4042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:11.818816+0000 mgr.y (mgr.24491) 4593 : cluster [DBG] pgmap v4043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:11.818816+0000 mgr.y (mgr.24491) 4593 : cluster [DBG] pgmap v4043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:11.818816+0000 mgr.y (mgr.24491) 4593 : cluster [DBG] pgmap v4043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:13.819406+0000 mgr.y (mgr.24491) 4594 : cluster [DBG] pgmap v4044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:13.819406+0000 mgr.y (mgr.24491) 4594 : cluster [DBG] pgmap v4044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:13.819406+0000 mgr.y (mgr.24491) 4594 : cluster [DBG] pgmap v4044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:17.506 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:15.820321+0000 mgr.y (mgr.24491) 4595 : cluster [DBG] pgmap v4045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:15.820321+0000 mgr.y (mgr.24491) 4595 : cluster [DBG] pgmap v4045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:15.820321+0000 mgr.y (mgr.24491) 4595 : cluster [DBG] pgmap v4045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:17] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:47:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:17.820832+0000 mgr.y (mgr.24491) 4596 : cluster [DBG] pgmap v4046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:17.820832+0000 mgr.y (mgr.24491) 4596 : cluster [DBG] pgmap v4046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:17.820832+0000 mgr.y (mgr.24491) 4596 : cluster [DBG] pgmap v4046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:19.821485+0000 mgr.y (mgr.24491) 4597 : cluster [DBG] pgmap v4047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:47:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:19.821485+0000 mgr.y (mgr.24491) 4597 : cluster [DBG] pgmap v4047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:19.821485+0000 mgr.y (mgr.24491) 4597 : cluster [DBG] pgmap v4047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:21.821927+0000 mgr.y (mgr.24491) 4598 : cluster [DBG] pgmap v4048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:21.821927+0000 mgr.y (mgr.24491) 4598 : cluster [DBG] pgmap v4048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:21.821927+0000 mgr.y (mgr.24491) 4598 : cluster [DBG] pgmap v4048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:23.822399+0000 mgr.y (mgr.24491) 4599 : cluster [DBG] pgmap v4049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:23.822399+0000 mgr.y (mgr.24491) 4599 : cluster [DBG] pgmap v4049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:23.822399+0000 mgr.y (mgr.24491) 4599 : cluster [DBG] pgmap v4049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:27.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:25.823279+0000 mgr.y (mgr.24491) 4600 : cluster [DBG] pgmap v4050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:27.656 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:25.823279+0000 mgr.y (mgr.24491) 4600 : cluster [DBG] pgmap v4050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:27.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:25.823279+0000 mgr.y (mgr.24491) 4600 : cluster [DBG] pgmap v4050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:27] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:47:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:27.823688+0000 mgr.y (mgr.24491) 4601 : cluster [DBG] pgmap v4051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:27.823688+0000 mgr.y (mgr.24491) 4601 : cluster [DBG] pgmap v4051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:27.823688+0000 mgr.y (mgr.24491) 4601 : cluster [DBG] pgmap v4051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:29.824362+0000 mgr.y (mgr.24491) 4602 : cluster [DBG] pgmap v4052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:47:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:29.824362+0000 mgr.y (mgr.24491) 4602 : cluster [DBG] pgmap v4052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:29.824362+0000 mgr.y (mgr.24491) 4602 : cluster [DBG] pgmap v4052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:31.824912+0000 mgr.y (mgr.24491) 4603 : cluster [DBG] pgmap v4053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:31.824912+0000 mgr.y (mgr.24491) 4603 : cluster [DBG] pgmap v4053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:31.824912+0000 mgr.y (mgr.24491) 4603 : cluster [DBG] pgmap v4053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:33.825423+0000 mgr.y (mgr.24491) 4604 : cluster [DBG] pgmap v4054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:33.825423+0000 mgr.y (mgr.24491) 4604 : cluster [DBG] pgmap v4054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:33.825423+0000 mgr.y (mgr.24491) 4604 : cluster [DBG] pgmap v4054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:35.826246+0000 mgr.y (mgr.24491) 4605 : cluster [DBG] pgmap v4055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:35.826246+0000 mgr.y (mgr.24491) 4605 : cluster [DBG] pgmap v4055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:35.826246+0000 mgr.y (mgr.24491) 4605 : cluster [DBG] pgmap v4055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:37] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:47:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:37.826824+0000 mgr.y (mgr.24491) 4606 : cluster [DBG] pgmap v4056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:37.826824+0000 mgr.y (mgr.24491) 4606 : cluster [DBG] pgmap v4056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:37.826824+0000 mgr.y (mgr.24491) 4606 : cluster [DBG] pgmap v4056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:40.071 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:47:40.347 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:47:40.347 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 36s ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:47:40.347 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 35s ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:47:40.347 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 36s ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:47:40.347 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 35s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:47:40.347 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 35s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:47:40.347 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 36s ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:47:40.347 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 36s ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 35s ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 36s ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 36s ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 35s ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 36s ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 36s ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 36s ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 36s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 35s ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 35s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 35s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 35s ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:47:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 35s ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:47:40.680 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:47:40.680 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:47:40.680 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:47:40.680 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:47:40.680 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:47:40.680 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:47:40.680 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:47:40.681 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:47:40.681 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:47:40.681 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:47:40.681 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:47:40.681 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:47:40.681 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:47:40.681 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:47:40.681 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:47:40.681 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:47:40.681 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:47:41.264 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:47:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:39.827472+0000 mgr.y (mgr.24491) 4607 : cluster [DBG] pgmap v4057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:40.060796+0000 mgr.y (mgr.24491) 4608 : audit [DBG] from='client.19569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:40.682085+0000 mon.a (mon.0) 1528 : audit [DBG] from='client.? 172.21.15.177:0/1604419421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:47:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:39.827472+0000 mgr.y (mgr.24491) 4607 : cluster [DBG] pgmap v4057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:40.060796+0000 mgr.y (mgr.24491) 4608 : audit [DBG] from='client.19569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:40.682085+0000 mon.a (mon.0) 1528 : audit [DBG] from='client.? 172.21.15.177:0/1604419421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:47:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:39.827472+0000 mgr.y (mgr.24491) 4607 : cluster [DBG] pgmap v4057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:40.060796+0000 mgr.y (mgr.24491) 4608 : audit [DBG] from='client.19569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:40.682085+0000 mon.a (mon.0) 1528 : audit [DBG] from='client.? 172.21.15.177:0/1604419421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:47:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:47:40.340928+0000 mgr.y (mgr.24491) 4609 : audit [DBG] from='client.29480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:47:40.340928+0000 mgr.y (mgr.24491) 4609 : audit [DBG] from='client.29480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:47:40.340928+0000 mgr.y (mgr.24491) 4609 : audit [DBG] from='client.29480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:47:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:41.828053+0000 mgr.y (mgr.24491) 4610 : cluster [DBG] pgmap v4058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:41.828053+0000 mgr.y (mgr.24491) 4610 : cluster [DBG] pgmap v4058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:41.828053+0000 mgr.y (mgr.24491) 4610 : cluster [DBG] pgmap v4058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:43.828509+0000 mgr.y (mgr.24491) 4611 : cluster [DBG] pgmap v4059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:43.828509+0000 mgr.y (mgr.24491) 4611 : cluster [DBG] pgmap v4059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:43.828509+0000 mgr.y (mgr.24491) 4611 : cluster [DBG] pgmap v4059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:45.829282+0000 mgr.y (mgr.24491) 4612 : cluster [DBG] pgmap v4060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:45.829282+0000 mgr.y (mgr.24491) 4612 : cluster [DBG] pgmap v4060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:45.829282+0000 mgr.y (mgr.24491) 4612 : cluster [DBG] pgmap v4060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:47] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:47:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:47.829730+0000 mgr.y (mgr.24491) 4613 : cluster [DBG] pgmap v4061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:47.829730+0000 mgr.y (mgr.24491) 4613 : cluster [DBG] pgmap v4061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:47.829730+0000 mgr.y (mgr.24491) 4613 : cluster [DBG] pgmap v4061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:51.283 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:47:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:49.830613+0000 mgr.y (mgr.24491) 4614 : cluster [DBG] pgmap v4062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:49.830613+0000 mgr.y (mgr.24491) 4614 : cluster [DBG] pgmap v4062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:49.830613+0000 mgr.y (mgr.24491) 4614 : cluster [DBG] pgmap v4062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:51.831248+0000 mgr.y (mgr.24491) 4615 : cluster [DBG] pgmap v4063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:51.831248+0000 mgr.y (mgr.24491) 4615 : cluster [DBG] pgmap v4063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:51.831248+0000 mgr.y (mgr.24491) 4615 : cluster [DBG] pgmap v4063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:53.831703+0000 mgr.y (mgr.24491) 4616 : cluster [DBG] pgmap v4064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:53.831703+0000 mgr.y (mgr.24491) 4616 : cluster [DBG] pgmap v4064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:53.831703+0000 mgr.y (mgr.24491) 4616 : cluster [DBG] pgmap v4064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:55.832422+0000 mgr.y (mgr.24491) 4617 : cluster [DBG] pgmap v4065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:55.832422+0000 mgr.y (mgr.24491) 4617 : cluster [DBG] pgmap v4065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:55.832422+0000 mgr.y (mgr.24491) 4617 : cluster [DBG] pgmap v4065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:47:57] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:47:59.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:57.832969+0000 mgr.y (mgr.24491) 4618 : cluster [DBG] pgmap v4066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:59.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:57.832969+0000 mgr.y (mgr.24491) 4618 : cluster [DBG] pgmap v4066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:47:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:47:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:57.832969+0000 mgr.y (mgr.24491) 4618 : cluster [DBG] pgmap v4066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:47:59.833685+0000 mgr.y (mgr.24491) 4619 : cluster [DBG] pgmap v4067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:47:59.833685+0000 mgr.y (mgr.24491) 4619 : cluster [DBG] pgmap v4067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:47:59.833685+0000 mgr.y (mgr.24491) 4619 : cluster [DBG] pgmap v4067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:48:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:01.834168+0000 mgr.y (mgr.24491) 4620 : cluster [DBG] pgmap v4068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:01.834168+0000 mgr.y (mgr.24491) 4620 : cluster [DBG] pgmap v4068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:01.834168+0000 mgr.y (mgr.24491) 4620 : cluster [DBG] pgmap v4068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:03.834615+0000 mgr.y (mgr.24491) 4621 : cluster [DBG] pgmap v4069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:03.834615+0000 mgr.y (mgr.24491) 4621 : cluster [DBG] pgmap v4069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:03.834615+0000 mgr.y (mgr.24491) 4621 : cluster [DBG] pgmap v4069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:48:05.208897+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:48:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:48:05.502208+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:48:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:48:05.502801+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:48:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:48:05.506860+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:48:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:48:05.208897+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:48:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:48:05.502208+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:48:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:48:05.502801+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:48:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:48:05.506860+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:48:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:48:05.208897+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:48:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:48:05.502208+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:48:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:48:05.502801+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:48:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:48:05.506860+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:48:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:05.835288+0000 mgr.y (mgr.24491) 4622 : cluster [DBG] pgmap v4070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:05.835288+0000 mgr.y (mgr.24491) 4622 : cluster [DBG] pgmap v4070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:05.835288+0000 mgr.y (mgr.24491) 4622 : cluster [DBG] pgmap v4070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:07] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:48:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:07.835786+0000 mgr.y (mgr.24491) 4623 : cluster [DBG] pgmap v4071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:07.835786+0000 mgr.y (mgr.24491) 4623 : cluster [DBG] pgmap v4071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:07.835786+0000 mgr.y (mgr.24491) 4623 : cluster [DBG] pgmap v4071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:10.990 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:48:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:09.836635+0000 mgr.y (mgr.24491) 4624 : cluster [DBG] pgmap v4072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:48:11.268 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:48:11.268 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 67s ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:48:11.268 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 66s ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:48:11.268 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 67s ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:48:11.268 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 66s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:48:11.268 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 66s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:48:11.268 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 67s ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:48:11.268 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 67s ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:48:11.268 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 66s ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 67s ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 67s ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 66s ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 67s ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 67s ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 67s ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 67s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 66s ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 66s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 66s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 66s ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:48:11.269 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 66s ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:48:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:09.836635+0000 mgr.y (mgr.24491) 4624 : cluster [DBG] pgmap v4072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:09.836635+0000 mgr.y (mgr.24491) 4624 : cluster [DBG] pgmap v4072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:11.600 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:48:11.600 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:48:11.600 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:48:11.600 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:48:11.600 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:48:11.600 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:48:11.600 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:48:11.600 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:48:11.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:48:11.601 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:48:11.601 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:48:11.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:48:11.601 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:48:11.601 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:48:11.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:48:11.601 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:48:11.601 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:48:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:48:10.980150+0000 mgr.y (mgr.24491) 4625 : audit [DBG] from='client.19587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:48:11.262266+0000 mgr.y (mgr.24491) 4626 : audit [DBG] from='client.29498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:48:11.601951+0000 mon.a (mon.0) 1533 : audit [DBG] from='client.? 172.21.15.177:0/2168841534' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:48:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:48:10.980150+0000 mgr.y (mgr.24491) 4625 : audit [DBG] from='client.19587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:48:11.262266+0000 mgr.y (mgr.24491) 4626 : audit [DBG] from='client.29498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:48:11.601951+0000 mon.a (mon.0) 1533 : audit [DBG] from='client.? 172.21.15.177:0/2168841534' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:48:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:48:10.980150+0000 mgr.y (mgr.24491) 4625 : audit [DBG] from='client.19587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:48:11.262266+0000 mgr.y (mgr.24491) 4626 : audit [DBG] from='client.29498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:48:11.601951+0000 mon.a (mon.0) 1533 : audit [DBG] from='client.? 172.21.15.177:0/2168841534' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:48:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:11.837168+0000 mgr.y (mgr.24491) 4627 : cluster [DBG] pgmap v4073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:11.837168+0000 mgr.y (mgr.24491) 4627 : cluster [DBG] pgmap v4073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:11.837168+0000 mgr.y (mgr.24491) 4627 : cluster [DBG] pgmap v4073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:13.837654+0000 mgr.y (mgr.24491) 4628 : cluster [DBG] pgmap v4074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:13.837654+0000 mgr.y (mgr.24491) 4628 : cluster [DBG] pgmap v4074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:13.837654+0000 mgr.y (mgr.24491) 4628 : cluster [DBG] pgmap v4074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:15.838586+0000 mgr.y (mgr.24491) 4629 : cluster [DBG] pgmap v4075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:15.838586+0000 mgr.y (mgr.24491) 4629 : cluster [DBG] pgmap v4075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:15.838586+0000 mgr.y (mgr.24491) 4629 : cluster [DBG] pgmap v4075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:17] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:48:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:17.839046+0000 mgr.y (mgr.24491) 4630 : cluster [DBG] pgmap v4076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:17.839046+0000 mgr.y (mgr.24491) 4630 : cluster [DBG] pgmap v4076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:17.839046+0000 mgr.y (mgr.24491) 4630 : cluster [DBG] pgmap v4076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:19.839979+0000 mgr.y (mgr.24491) 4631 : cluster [DBG] pgmap v4077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:48:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:19.839979+0000 mgr.y (mgr.24491) 4631 : cluster [DBG] pgmap v4077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:19.839979+0000 mgr.y (mgr.24491) 4631 : cluster [DBG] pgmap v4077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:21.840405+0000 mgr.y (mgr.24491) 4632 : cluster [DBG] pgmap v4078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:21.840405+0000 mgr.y (mgr.24491) 4632 : cluster [DBG] pgmap v4078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:21.840405+0000 mgr.y (mgr.24491) 4632 : cluster [DBG] pgmap v4078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:23.841061+0000 mgr.y (mgr.24491) 4633 : cluster [DBG] pgmap v4079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:23.841061+0000 mgr.y (mgr.24491) 4633 : cluster [DBG] pgmap v4079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:23.841061+0000 mgr.y (mgr.24491) 4633 : cluster [DBG] pgmap v4079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:25.841735+0000 mgr.y (mgr.24491) 4634 : cluster [DBG] pgmap v4080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:25.841735+0000 mgr.y (mgr.24491) 4634 : cluster [DBG] pgmap v4080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:25.841735+0000 mgr.y (mgr.24491) 4634 : cluster [DBG] pgmap v4080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:27] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:48:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:27.842309+0000 mgr.y (mgr.24491) 4635 : cluster [DBG] pgmap v4081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:27.842309+0000 mgr.y (mgr.24491) 4635 : cluster [DBG] pgmap v4081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:27.842309+0000 mgr.y (mgr.24491) 4635 : cluster [DBG] pgmap v4081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:29.843010+0000 mgr.y (mgr.24491) 4636 : cluster [DBG] pgmap v4082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:48:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:29.843010+0000 mgr.y (mgr.24491) 4636 : cluster [DBG] pgmap v4082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:29.843010+0000 mgr.y (mgr.24491) 4636 : cluster [DBG] pgmap v4082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:31.843556+0000 mgr.y (mgr.24491) 4637 : cluster [DBG] pgmap v4083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:31.843556+0000 mgr.y (mgr.24491) 4637 : cluster [DBG] pgmap v4083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:31.843556+0000 mgr.y (mgr.24491) 4637 : cluster [DBG] pgmap v4083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:33.844144+0000 mgr.y (mgr.24491) 4638 : cluster [DBG] pgmap v4084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:33.844144+0000 mgr.y (mgr.24491) 4638 : cluster [DBG] pgmap v4084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:33.844144+0000 mgr.y (mgr.24491) 4638 : cluster [DBG] pgmap v4084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:35.844808+0000 mgr.y (mgr.24491) 4639 : cluster [DBG] pgmap v4085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:35.844808+0000 mgr.y (mgr.24491) 4639 : cluster [DBG] pgmap v4085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:35.844808+0000 mgr.y (mgr.24491) 4639 : cluster [DBG] pgmap v4085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:37] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:48:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:37.845251+0000 mgr.y (mgr.24491) 4640 : cluster [DBG] pgmap v4086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:37.845251+0000 mgr.y (mgr.24491) 4640 : cluster [DBG] pgmap v4086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:37.845251+0000 mgr.y (mgr.24491) 4640 : cluster [DBG] pgmap v4086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:41.252 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:39.846009+0000 mgr.y (mgr.24491) 4641 : cluster [DBG] pgmap v4087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:41.252 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:48:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:39.846009+0000 mgr.y (mgr.24491) 4641 : cluster [DBG] pgmap v4087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:39.846009+0000 mgr.y (mgr.24491) 4641 : cluster [DBG] pgmap v4087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:41.913 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:48:42.189 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:48:42.189 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 98s ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:48:42.189 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 97s ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:48:42.189 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 98s ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:48:42.189 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 97s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:48:42.189 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 97s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:48:42.189 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 98s ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:48:42.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 98s ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:48:42.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 97s ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 98s ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 98s ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 97s ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 98s ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 98s ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 98s ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 98s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 97s ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 97s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 97s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 97s ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:48:42.190 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 97s ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:48:42.530 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:48:42.530 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:48:42.530 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:48:42.530 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:48:42.530 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:48:42.530 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:48:42.531 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:48:42.531 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:48:42.531 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:48:42.531 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:48:42.531 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:48:42.531 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:48:42.531 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:48:42.531 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:48:42.531 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:48:42.531 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:48:42.531 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:48:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:41.846381+0000 mgr.y (mgr.24491) 4642 : cluster [DBG] pgmap v4088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:48:41.903526+0000 mgr.y (mgr.24491) 4643 : audit [DBG] from='client.29510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:48:42.182814+0000 mgr.y (mgr.24491) 4644 : audit [DBG] from='client.19611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:48:42.531987+0000 mon.c (mon.2) 171 : audit [DBG] from='client.? 172.21.15.177:0/3607629256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:48:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:41.846381+0000 mgr.y (mgr.24491) 4642 : cluster [DBG] pgmap v4088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:48:41.903526+0000 mgr.y (mgr.24491) 4643 : audit [DBG] from='client.29510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:48:42.182814+0000 mgr.y (mgr.24491) 4644 : audit [DBG] from='client.19611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:48:42.531987+0000 mon.c (mon.2) 171 : audit [DBG] from='client.? 172.21.15.177:0/3607629256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:48:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:41.846381+0000 mgr.y (mgr.24491) 4642 : cluster [DBG] pgmap v4088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:48:41.903526+0000 mgr.y (mgr.24491) 4643 : audit [DBG] from='client.29510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:48:42.182814+0000 mgr.y (mgr.24491) 4644 : audit [DBG] from='client.19611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:48:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:48:42.531987+0000 mon.c (mon.2) 171 : audit [DBG] from='client.? 172.21.15.177:0/3607629256' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:48:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:43.846820+0000 mgr.y (mgr.24491) 4645 : cluster [DBG] pgmap v4089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:43.846820+0000 mgr.y (mgr.24491) 4645 : cluster [DBG] pgmap v4089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:43.846820+0000 mgr.y (mgr.24491) 4645 : cluster [DBG] pgmap v4089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:45.847799+0000 mgr.y (mgr.24491) 4646 : cluster [DBG] pgmap v4090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:45.847799+0000 mgr.y (mgr.24491) 4646 : cluster [DBG] pgmap v4090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:45.847799+0000 mgr.y (mgr.24491) 4646 : cluster [DBG] pgmap v4090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:47] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:48:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:47.848453+0000 mgr.y (mgr.24491) 4647 : cluster [DBG] pgmap v4091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:47.848453+0000 mgr.y (mgr.24491) 4647 : cluster [DBG] pgmap v4091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:47.848453+0000 mgr.y (mgr.24491) 4647 : cluster [DBG] pgmap v4091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:49.849150+0000 mgr.y (mgr.24491) 4648 : cluster [DBG] pgmap v4092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:48:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:49.849150+0000 mgr.y (mgr.24491) 4648 : cluster [DBG] pgmap v4092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:49.849150+0000 mgr.y (mgr.24491) 4648 : cluster [DBG] pgmap v4092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:51.849621+0000 mgr.y (mgr.24491) 4649 : cluster [DBG] pgmap v4093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:51.849621+0000 mgr.y (mgr.24491) 4649 : cluster [DBG] pgmap v4093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:51.849621+0000 mgr.y (mgr.24491) 4649 : cluster [DBG] pgmap v4093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:53.850191+0000 mgr.y (mgr.24491) 4650 : cluster [DBG] pgmap v4094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:53.850191+0000 mgr.y (mgr.24491) 4650 : cluster [DBG] pgmap v4094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:53.850191+0000 mgr.y (mgr.24491) 4650 : cluster [DBG] pgmap v4094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:55.850973+0000 mgr.y (mgr.24491) 4651 : cluster [DBG] pgmap v4095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:55.850973+0000 mgr.y (mgr.24491) 4651 : cluster [DBG] pgmap v4095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:55.850973+0000 mgr.y (mgr.24491) 4651 : cluster [DBG] pgmap v4095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:48:57] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:48:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:57.851505+0000 mgr.y (mgr.24491) 4652 : cluster [DBG] pgmap v4096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:57.851505+0000 mgr.y (mgr.24491) 4652 : cluster [DBG] pgmap v4096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:48:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:48:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:57.851505+0000 mgr.y (mgr.24491) 4652 : cluster [DBG] pgmap v4096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:48:59.852163+0000 mgr.y (mgr.24491) 4653 : cluster [DBG] pgmap v4097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:48:59.852163+0000 mgr.y (mgr.24491) 4653 : cluster [DBG] pgmap v4097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:48:59.852163+0000 mgr.y (mgr.24491) 4653 : cluster [DBG] pgmap v4097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:49:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:01.852687+0000 mgr.y (mgr.24491) 4654 : cluster [DBG] pgmap v4098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:01.852687+0000 mgr.y (mgr.24491) 4654 : cluster [DBG] pgmap v4098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:01.852687+0000 mgr.y (mgr.24491) 4654 : cluster [DBG] pgmap v4098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:03.853112+0000 mgr.y (mgr.24491) 4655 : cluster [DBG] pgmap v4099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:03.853112+0000 mgr.y (mgr.24491) 4655 : cluster [DBG] pgmap v4099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:03.853112+0000 mgr.y (mgr.24491) 4655 : cluster [DBG] pgmap v4099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:49:05.511535+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:49:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:49:05.800477+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:49:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:49:05.801072+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:49:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:49:05.805110+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:49:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:49:05.511535+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:49:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:49:05.800477+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:49:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:49:05.801072+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:49:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:49:05.805110+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:49:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:49:05.511535+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:49:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:49:05.800477+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:49:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:49:05.801072+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:49:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:49:05.805110+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:49:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:05.853612+0000 mgr.y (mgr.24491) 4656 : cluster [DBG] pgmap v4100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:05.853612+0000 mgr.y (mgr.24491) 4656 : cluster [DBG] pgmap v4100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:05.853612+0000 mgr.y (mgr.24491) 4656 : cluster [DBG] pgmap v4100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:07] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T05:49:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:07.854156+0000 mgr.y (mgr.24491) 4657 : cluster [DBG] pgmap v4101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:07.854156+0000 mgr.y (mgr.24491) 4657 : cluster [DBG] pgmap v4101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:07.854156+0000 mgr.y (mgr.24491) 4657 : cluster [DBG] pgmap v4101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:09.854934+0000 mgr.y (mgr.24491) 4658 : cluster [DBG] pgmap v4102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:11.413 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:09.854934+0000 mgr.y (mgr.24491) 4658 : cluster [DBG] pgmap v4102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:09.854934+0000 mgr.y (mgr.24491) 4658 : cluster [DBG] pgmap v4102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:49:12.842 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:49:13.123 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:49:13.123 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:49:13.123 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:49:13.123 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:49:13.123 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:49:13.123 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 2m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 2m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 2m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 2m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:49:13.124 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:49:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:11.855289+0000 mgr.y (mgr.24491) 4659 : cluster [DBG] pgmap v4103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:11.855289+0000 mgr.y (mgr.24491) 4659 : cluster [DBG] pgmap v4103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:49:13.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:49:13.459 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:49:13.459 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:49:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:11.855289+0000 mgr.y (mgr.24491) 4659 : cluster [DBG] pgmap v4103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:49:12.832063+0000 mgr.y (mgr.24491) 4660 : audit [DBG] from='client.29528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:49:13.117496+0000 mgr.y (mgr.24491) 4661 : audit [DBG] from='client.29534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:49:13.459658+0000 mon.a (mon.0) 1538 : audit [DBG] from='client.? 172.21.15.177:0/2656852955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:49:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:49:12.832063+0000 mgr.y (mgr.24491) 4660 : audit [DBG] from='client.29528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:49:13.117496+0000 mgr.y (mgr.24491) 4661 : audit [DBG] from='client.29534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:49:13.459658+0000 mon.a (mon.0) 1538 : audit [DBG] from='client.? 172.21.15.177:0/2656852955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:49:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:49:12.832063+0000 mgr.y (mgr.24491) 4660 : audit [DBG] from='client.29528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:49:13.117496+0000 mgr.y (mgr.24491) 4661 : audit [DBG] from='client.29534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:49:13.459658+0000 mon.a (mon.0) 1538 : audit [DBG] from='client.? 172.21.15.177:0/2656852955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:49:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:13.855823+0000 mgr.y (mgr.24491) 4662 : cluster [DBG] pgmap v4104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:13.855823+0000 mgr.y (mgr.24491) 4662 : cluster [DBG] pgmap v4104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:13.855823+0000 mgr.y (mgr.24491) 4662 : cluster [DBG] pgmap v4104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:15.856684+0000 mgr.y (mgr.24491) 4663 : cluster [DBG] pgmap v4105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:15.856684+0000 mgr.y (mgr.24491) 4663 : cluster [DBG] pgmap v4105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:15.856684+0000 mgr.y (mgr.24491) 4663 : cluster [DBG] pgmap v4105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:17] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:49:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:17.857190+0000 mgr.y (mgr.24491) 4664 : cluster [DBG] pgmap v4106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:17.857190+0000 mgr.y (mgr.24491) 4664 : cluster [DBG] pgmap v4106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:17.857190+0000 mgr.y (mgr.24491) 4664 : cluster [DBG] pgmap v4106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:19.858076+0000 mgr.y (mgr.24491) 4665 : cluster [DBG] pgmap v4107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:19.858076+0000 mgr.y (mgr.24491) 4665 : cluster [DBG] pgmap v4107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:19.858076+0000 mgr.y (mgr.24491) 4665 : cluster [DBG] pgmap v4107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:49:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:21.858602+0000 mgr.y (mgr.24491) 4666 : cluster [DBG] pgmap v4108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:21.858602+0000 mgr.y (mgr.24491) 4666 : cluster [DBG] pgmap v4108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:21.858602+0000 mgr.y (mgr.24491) 4666 : cluster [DBG] pgmap v4108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:23.859110+0000 mgr.y (mgr.24491) 4667 : cluster [DBG] pgmap v4109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:23.859110+0000 mgr.y (mgr.24491) 4667 : cluster [DBG] pgmap v4109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:23.859110+0000 mgr.y (mgr.24491) 4667 : cluster [DBG] pgmap v4109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:25.859792+0000 mgr.y (mgr.24491) 4668 : cluster [DBG] pgmap v4110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:25.859792+0000 mgr.y (mgr.24491) 4668 : cluster [DBG] pgmap v4110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:25.859792+0000 mgr.y (mgr.24491) 4668 : cluster [DBG] pgmap v4110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:27] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:49:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:27.860322+0000 mgr.y (mgr.24491) 4669 : cluster [DBG] pgmap v4111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:27.860322+0000 mgr.y (mgr.24491) 4669 : cluster [DBG] pgmap v4111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:27.860322+0000 mgr.y (mgr.24491) 4669 : cluster [DBG] pgmap v4111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:29.861107+0000 mgr.y (mgr.24491) 4670 : cluster [DBG] pgmap v4112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:29.861107+0000 mgr.y (mgr.24491) 4670 : cluster [DBG] pgmap v4112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:29.861107+0000 mgr.y (mgr.24491) 4670 : cluster [DBG] pgmap v4112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:49:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:31.861690+0000 mgr.y (mgr.24491) 4671 : cluster [DBG] pgmap v4113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:31.861690+0000 mgr.y (mgr.24491) 4671 : cluster [DBG] pgmap v4113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:31.861690+0000 mgr.y (mgr.24491) 4671 : cluster [DBG] pgmap v4113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:33.862179+0000 mgr.y (mgr.24491) 4672 : cluster [DBG] pgmap v4114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:33.862179+0000 mgr.y (mgr.24491) 4672 : cluster [DBG] pgmap v4114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:33.862179+0000 mgr.y (mgr.24491) 4672 : cluster [DBG] pgmap v4114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:35.862916+0000 mgr.y (mgr.24491) 4673 : cluster [DBG] pgmap v4115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:35.862916+0000 mgr.y (mgr.24491) 4673 : cluster [DBG] pgmap v4115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:35.862916+0000 mgr.y (mgr.24491) 4673 : cluster [DBG] pgmap v4115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:37] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:49:39.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:37.863356+0000 mgr.y (mgr.24491) 4674 : cluster [DBG] pgmap v4116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:39.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:37.863356+0000 mgr.y (mgr.24491) 4674 : cluster [DBG] pgmap v4116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:37.863356+0000 mgr.y (mgr.24491) 4674 : cluster [DBG] pgmap v4116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:39.864043+0000 mgr.y (mgr.24491) 4675 : cluster [DBG] pgmap v4117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:39.864043+0000 mgr.y (mgr.24491) 4675 : cluster [DBG] pgmap v4117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:39.864043+0000 mgr.y (mgr.24491) 4675 : cluster [DBG] pgmap v4117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:49:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:41.864447+0000 mgr.y (mgr.24491) 4676 : cluster [DBG] pgmap v4118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:41.864447+0000 mgr.y (mgr.24491) 4676 : cluster [DBG] pgmap v4118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:41.864447+0000 mgr.y (mgr.24491) 4676 : cluster [DBG] pgmap v4118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:43.766 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:49:44.044 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:49:44.045 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 2m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:49:44.045 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 2m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:49:44.045 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 2m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:49:44.045 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 2m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:49:44.045 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:49:44.045 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:49:44.045 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:49:44.045 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:49:44.045 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:49:44.379 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:49:44.380 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:49:44.380 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:49:44.380 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:49:44.380 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:49:44.380 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:49:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:49:43.756301+0000 mgr.y (mgr.24491) 4677 : audit [DBG] from='client.29546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:43.864829+0000 mgr.y (mgr.24491) 4678 : cluster [DBG] pgmap v4119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:49:44.037930+0000 mgr.y (mgr.24491) 4679 : audit [DBG] from='client.29552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:49:44.380687+0000 mon.a (mon.0) 1539 : audit [DBG] from='client.? 172.21.15.177:0/4057901398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:49:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:49:43.756301+0000 mgr.y (mgr.24491) 4677 : audit [DBG] from='client.29546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:43.864829+0000 mgr.y (mgr.24491) 4678 : cluster [DBG] pgmap v4119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:49:44.037930+0000 mgr.y (mgr.24491) 4679 : audit [DBG] from='client.29552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:49:44.380687+0000 mon.a (mon.0) 1539 : audit [DBG] from='client.? 172.21.15.177:0/4057901398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:49:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:49:43.756301+0000 mgr.y (mgr.24491) 4677 : audit [DBG] from='client.29546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:43.864829+0000 mgr.y (mgr.24491) 4678 : cluster [DBG] pgmap v4119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:49:44.037930+0000 mgr.y (mgr.24491) 4679 : audit [DBG] from='client.29552 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:49:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:49:44.380687+0000 mon.a (mon.0) 1539 : audit [DBG] from='client.? 172.21.15.177:0/4057901398' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:49:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:45.865495+0000 mgr.y (mgr.24491) 4680 : cluster [DBG] pgmap v4120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:45.865495+0000 mgr.y (mgr.24491) 4680 : cluster [DBG] pgmap v4120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:45.865495+0000 mgr.y (mgr.24491) 4680 : cluster [DBG] pgmap v4120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:47] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:49:49.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:47.865991+0000 mgr.y (mgr.24491) 4681 : cluster [DBG] pgmap v4121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:49.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:47.865991+0000 mgr.y (mgr.24491) 4681 : cluster [DBG] pgmap v4121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:47.865991+0000 mgr.y (mgr.24491) 4681 : cluster [DBG] pgmap v4121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:49.866633+0000 mgr.y (mgr.24491) 4682 : cluster [DBG] pgmap v4122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:49.866633+0000 mgr.y (mgr.24491) 4682 : cluster [DBG] pgmap v4122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:49.866633+0000 mgr.y (mgr.24491) 4682 : cluster [DBG] pgmap v4122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:49:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:51.867147+0000 mgr.y (mgr.24491) 4683 : cluster [DBG] pgmap v4123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:51.867147+0000 mgr.y (mgr.24491) 4683 : cluster [DBG] pgmap v4123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:51.867147+0000 mgr.y (mgr.24491) 4683 : cluster [DBG] pgmap v4123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:53.867553+0000 mgr.y (mgr.24491) 4684 : cluster [DBG] pgmap v4124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:53.867553+0000 mgr.y (mgr.24491) 4684 : cluster [DBG] pgmap v4124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:53.867553+0000 mgr.y (mgr.24491) 4684 : cluster [DBG] pgmap v4124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:55.868256+0000 mgr.y (mgr.24491) 4685 : cluster [DBG] pgmap v4125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:55.868256+0000 mgr.y (mgr.24491) 4685 : cluster [DBG] pgmap v4125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:55.868256+0000 mgr.y (mgr.24491) 4685 : cluster [DBG] pgmap v4125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:49:57] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:49:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:57.868719+0000 mgr.y (mgr.24491) 4686 : cluster [DBG] pgmap v4126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:57.868719+0000 mgr.y (mgr.24491) 4686 : cluster [DBG] pgmap v4126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:49:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:49:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:57.868719+0000 mgr.y (mgr.24491) 4686 : cluster [DBG] pgmap v4126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:00.000146+0000 mon.a (mon.0) 1540 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:50:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T05:49:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:50:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:00.000146+0000 mon.a (mon.0) 1540 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:50:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:00.000146+0000 mon.a (mon.0) 1540 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T05:50:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:49:59.869408+0000 mgr.y (mgr.24491) 4687 : cluster [DBG] pgmap v4127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:49:59.869408+0000 mgr.y (mgr.24491) 4687 : cluster [DBG] pgmap v4127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:49:59.869408+0000 mgr.y (mgr.24491) 4687 : cluster [DBG] pgmap v4127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:50:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:01.869862+0000 mgr.y (mgr.24491) 4688 : cluster [DBG] pgmap v4128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:01.869862+0000 mgr.y (mgr.24491) 4688 : cluster [DBG] pgmap v4128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:01.869862+0000 mgr.y (mgr.24491) 4688 : cluster [DBG] pgmap v4128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:03.870446+0000 mgr.y (mgr.24491) 4689 : cluster [DBG] pgmap v4129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:03.870446+0000 mgr.y (mgr.24491) 4689 : cluster [DBG] pgmap v4129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:03.870446+0000 mgr.y (mgr.24491) 4689 : cluster [DBG] pgmap v4129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:50:05.809270+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:50:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:50:06.053970+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:50:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:50:05.809270+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:50:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:50:06.053970+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:50:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:50:05.809270+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:50:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:50:06.053970+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:50:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:05.871157+0000 mgr.y (mgr.24491) 4690 : cluster [DBG] pgmap v4130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:50:06.339040+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:50:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:50:06.339726+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:50:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:50:06.347261+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:50:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:05.871157+0000 mgr.y (mgr.24491) 4690 : cluster [DBG] pgmap v4130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:50:06.339040+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:50:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:50:06.339726+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:50:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:50:06.347261+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:50:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:05.871157+0000 mgr.y (mgr.24491) 4690 : cluster [DBG] pgmap v4130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:50:06.339040+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:50:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:50:06.339726+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:50:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:50:06.347261+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:50:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:07] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:50:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:07.871608+0000 mgr.y (mgr.24491) 4691 : cluster [DBG] pgmap v4131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:07.871608+0000 mgr.y (mgr.24491) 4691 : cluster [DBG] pgmap v4131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:07.871608+0000 mgr.y (mgr.24491) 4691 : cluster [DBG] pgmap v4131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:09.872263+0000 mgr.y (mgr.24491) 4692 : cluster [DBG] pgmap v4132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:09.872263+0000 mgr.y (mgr.24491) 4692 : cluster [DBG] pgmap v4132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:09.872263+0000 mgr.y (mgr.24491) 4692 : cluster [DBG] pgmap v4132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:50:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:11.872746+0000 mgr.y (mgr.24491) 4693 : cluster [DBG] pgmap v4133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:11.872746+0000 mgr.y (mgr.24491) 4693 : cluster [DBG] pgmap v4133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:11.872746+0000 mgr.y (mgr.24491) 4693 : cluster [DBG] pgmap v4133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:14.684 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:50:14.958 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:50:14.959 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:50:14.959 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 3m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:50:14.959 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:50:14.959 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 3m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:50:14.959 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 3m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:50:14.959 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:50:14.959 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:50:14.960 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 3m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:50:14.960 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:50:14.960 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:50:14.960 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 3m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:50:14.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:50:14.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:50:14.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:50:14.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 3m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:50:14.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 3m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:50:14.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 3m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:50:14.961 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 3m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:50:14.961 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 3m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:50:14.961 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 3m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:50:15.291 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:50:15.291 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:50:15.291 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:50:15.291 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:50:15.291 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:50:15.291 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:50:15.291 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:50:15.291 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:50:15.292 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:50:15.292 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:50:15.292 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:50:15.292 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:50:15.292 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:50:15.292 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:50:15.292 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:50:15.292 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:50:15.292 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:50:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:13.873132+0000 mgr.y (mgr.24491) 4694 : cluster [DBG] pgmap v4134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:13.873132+0000 mgr.y (mgr.24491) 4694 : cluster [DBG] pgmap v4134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:13.873132+0000 mgr.y (mgr.24491) 4694 : cluster [DBG] pgmap v4134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:50:14.673975+0000 mgr.y (mgr.24491) 4695 : audit [DBG] from='client.29564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:50:14.952613+0000 mgr.y (mgr.24491) 4696 : audit [DBG] from='client.19665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:50:15.292562+0000 mon.c (mon.2) 172 : audit [DBG] from='client.? 172.21.15.177:0/484305536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:50:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:50:14.673975+0000 mgr.y (mgr.24491) 4695 : audit [DBG] from='client.29564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:50:14.952613+0000 mgr.y (mgr.24491) 4696 : audit [DBG] from='client.19665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:50:15.292562+0000 mon.c (mon.2) 172 : audit [DBG] from='client.? 172.21.15.177:0/484305536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:50:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:50:14.673975+0000 mgr.y (mgr.24491) 4695 : audit [DBG] from='client.29564 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:50:14.952613+0000 mgr.y (mgr.24491) 4696 : audit [DBG] from='client.19665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:50:15.292562+0000 mon.c (mon.2) 172 : audit [DBG] from='client.? 172.21.15.177:0/484305536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:50:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:15.874020+0000 mgr.y (mgr.24491) 4697 : cluster [DBG] pgmap v4135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:15.874020+0000 mgr.y (mgr.24491) 4697 : cluster [DBG] pgmap v4135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:15.874020+0000 mgr.y (mgr.24491) 4697 : cluster [DBG] pgmap v4135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:17] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:50:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:17.874521+0000 mgr.y (mgr.24491) 4698 : cluster [DBG] pgmap v4136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:17.874521+0000 mgr.y (mgr.24491) 4698 : cluster [DBG] pgmap v4136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:17.874521+0000 mgr.y (mgr.24491) 4698 : cluster [DBG] pgmap v4136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:19.875139+0000 mgr.y (mgr.24491) 4699 : cluster [DBG] pgmap v4137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:50:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:19.875139+0000 mgr.y (mgr.24491) 4699 : cluster [DBG] pgmap v4137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:19.875139+0000 mgr.y (mgr.24491) 4699 : cluster [DBG] pgmap v4137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:21.875455+0000 mgr.y (mgr.24491) 4700 : cluster [DBG] pgmap v4138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:21.875455+0000 mgr.y (mgr.24491) 4700 : cluster [DBG] pgmap v4138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:21.875455+0000 mgr.y (mgr.24491) 4700 : cluster [DBG] pgmap v4138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:23.875798+0000 mgr.y (mgr.24491) 4701 : cluster [DBG] pgmap v4139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:23.875798+0000 mgr.y (mgr.24491) 4701 : cluster [DBG] pgmap v4139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:23.875798+0000 mgr.y (mgr.24491) 4701 : cluster [DBG] pgmap v4139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:25.876449+0000 mgr.y (mgr.24491) 4702 : cluster [DBG] pgmap v4140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:25.876449+0000 mgr.y (mgr.24491) 4702 : cluster [DBG] pgmap v4140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:25.876449+0000 mgr.y (mgr.24491) 4702 : cluster [DBG] pgmap v4140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:27] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T05:50:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:27.877008+0000 mgr.y (mgr.24491) 4703 : cluster [DBG] pgmap v4141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:27.877008+0000 mgr.y (mgr.24491) 4703 : cluster [DBG] pgmap v4141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:27.877008+0000 mgr.y (mgr.24491) 4703 : cluster [DBG] pgmap v4141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:29.877555+0000 mgr.y (mgr.24491) 4704 : cluster [DBG] pgmap v4142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:50:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:29.877555+0000 mgr.y (mgr.24491) 4704 : cluster [DBG] pgmap v4142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:29.877555+0000 mgr.y (mgr.24491) 4704 : cluster [DBG] pgmap v4142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:31.877985+0000 mgr.y (mgr.24491) 4705 : cluster [DBG] pgmap v4143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:31.877985+0000 mgr.y (mgr.24491) 4705 : cluster [DBG] pgmap v4143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:31.877985+0000 mgr.y (mgr.24491) 4705 : cluster [DBG] pgmap v4143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:33.878319+0000 mgr.y (mgr.24491) 4706 : cluster [DBG] pgmap v4144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:33.878319+0000 mgr.y (mgr.24491) 4706 : cluster [DBG] pgmap v4144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:33.878319+0000 mgr.y (mgr.24491) 4706 : cluster [DBG] pgmap v4144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:35.879146+0000 mgr.y (mgr.24491) 4707 : cluster [DBG] pgmap v4145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:35.879146+0000 mgr.y (mgr.24491) 4707 : cluster [DBG] pgmap v4145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:35.879146+0000 mgr.y (mgr.24491) 4707 : cluster [DBG] pgmap v4145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:37] "GET /metrics HTTP/1.1" 200 188316 "" "Prometheus/2.33.4" 2024-04-20T05:50:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:37.879668+0000 mgr.y (mgr.24491) 4708 : cluster [DBG] pgmap v4146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:37.879668+0000 mgr.y (mgr.24491) 4708 : cluster [DBG] pgmap v4146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:37.879668+0000 mgr.y (mgr.24491) 4708 : cluster [DBG] pgmap v4146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:39.880425+0000 mgr.y (mgr.24491) 4709 : cluster [DBG] pgmap v4147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:50:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:39.880425+0000 mgr.y (mgr.24491) 4709 : cluster [DBG] pgmap v4147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:39.880425+0000 mgr.y (mgr.24491) 4709 : cluster [DBG] pgmap v4147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:41.880792+0000 mgr.y (mgr.24491) 4710 : cluster [DBG] pgmap v4148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:41.880792+0000 mgr.y (mgr.24491) 4710 : cluster [DBG] pgmap v4148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:41.880792+0000 mgr.y (mgr.24491) 4710 : cluster [DBG] pgmap v4148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:43.881289+0000 mgr.y (mgr.24491) 4711 : cluster [DBG] pgmap v4149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:45.605 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:50:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:43.881289+0000 mgr.y (mgr.24491) 4711 : cluster [DBG] pgmap v4149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:43.881289+0000 mgr.y (mgr.24491) 4711 : cluster [DBG] pgmap v4149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:45.882 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:50:45.882 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:50:45.882 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 3m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:50:45.882 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:50:45.882 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 3m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:50:45.882 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 3m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:50:45.882 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:50:45.882 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:50:45.883 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 3m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:50:45.883 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:50:45.883 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:50:45.883 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 3m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:50:45.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:50:45.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:50:45.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:50:45.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 3m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:50:45.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 3m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:50:45.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 3m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:50:45.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 3m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:50:45.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 3m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:50:45.884 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 3m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:50:46.214 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:50:46.215 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:50:46.215 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:50:46.215 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:50:46.215 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:50:46.215 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:50:46.215 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:50:46.215 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:50:46.215 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:50:46.215 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:50:46.215 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:50:46.215 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:50:46.216 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:50:46.216 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:50:46.216 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:50:46.216 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:50:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:50:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:50:45.594825+0000 mgr.y (mgr.24491) 4712 : audit [DBG] from='client.19677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:50:45.875685+0000 mgr.y (mgr.24491) 4713 : audit [DBG] from='client.29588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:45.881833+0000 mgr.y (mgr.24491) 4714 : cluster [DBG] pgmap v4150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:50:46.216557+0000 mon.a (mon.0) 1546 : audit [DBG] from='client.? 172.21.15.177:0/310918430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:50:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:50:45.594825+0000 mgr.y (mgr.24491) 4712 : audit [DBG] from='client.19677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:50:45.875685+0000 mgr.y (mgr.24491) 4713 : audit [DBG] from='client.29588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:45.881833+0000 mgr.y (mgr.24491) 4714 : cluster [DBG] pgmap v4150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:50:46.216557+0000 mon.a (mon.0) 1546 : audit [DBG] from='client.? 172.21.15.177:0/310918430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:50:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:50:45.594825+0000 mgr.y (mgr.24491) 4712 : audit [DBG] from='client.19677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:50:45.875685+0000 mgr.y (mgr.24491) 4713 : audit [DBG] from='client.29588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:50:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:45.881833+0000 mgr.y (mgr.24491) 4714 : cluster [DBG] pgmap v4150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:50:46.216557+0000 mon.a (mon.0) 1546 : audit [DBG] from='client.? 172.21.15.177:0/310918430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:50:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:47] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-04-20T05:50:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:47.882231+0000 mgr.y (mgr.24491) 4715 : cluster [DBG] pgmap v4151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:47.882231+0000 mgr.y (mgr.24491) 4715 : cluster [DBG] pgmap v4151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:47.882231+0000 mgr.y (mgr.24491) 4715 : cluster [DBG] pgmap v4151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:49.883121+0000 mgr.y (mgr.24491) 4716 : cluster [DBG] pgmap v4152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:50:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:49.883121+0000 mgr.y (mgr.24491) 4716 : cluster [DBG] pgmap v4152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:49.883121+0000 mgr.y (mgr.24491) 4716 : cluster [DBG] pgmap v4152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:51.883649+0000 mgr.y (mgr.24491) 4717 : cluster [DBG] pgmap v4153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:51.883649+0000 mgr.y (mgr.24491) 4717 : cluster [DBG] pgmap v4153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:51.883649+0000 mgr.y (mgr.24491) 4717 : cluster [DBG] pgmap v4153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:53.884125+0000 mgr.y (mgr.24491) 4718 : cluster [DBG] pgmap v4154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:53.884125+0000 mgr.y (mgr.24491) 4718 : cluster [DBG] pgmap v4154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:53.884125+0000 mgr.y (mgr.24491) 4718 : cluster [DBG] pgmap v4154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:57.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:55.884979+0000 mgr.y (mgr.24491) 4719 : cluster [DBG] pgmap v4155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:55.884979+0000 mgr.y (mgr.24491) 4719 : cluster [DBG] pgmap v4155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:55.884979+0000 mgr.y (mgr.24491) 4719 : cluster [DBG] pgmap v4155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:58.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:50:57] "GET /metrics HTTP/1.1" 200 188318 "" "Prometheus/2.33.4" 2024-04-20T05:50:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:50:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:57.885473+0000 mgr.y (mgr.24491) 4720 : cluster [DBG] pgmap v4156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:57.885473+0000 mgr.y (mgr.24491) 4720 : cluster [DBG] pgmap v4156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:50:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:57.885473+0000 mgr.y (mgr.24491) 4720 : cluster [DBG] pgmap v4156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:50:59.886299+0000 mgr.y (mgr.24491) 4721 : cluster [DBG] pgmap v4157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:51:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:50:59.886299+0000 mgr.y (mgr.24491) 4721 : cluster [DBG] pgmap v4157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:50:59.886299+0000 mgr.y (mgr.24491) 4721 : cluster [DBG] pgmap v4157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:01.886834+0000 mgr.y (mgr.24491) 4722 : cluster [DBG] pgmap v4158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:01.886834+0000 mgr.y (mgr.24491) 4722 : cluster [DBG] pgmap v4158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:01.886834+0000 mgr.y (mgr.24491) 4722 : cluster [DBG] pgmap v4158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:03.887260+0000 mgr.y (mgr.24491) 4723 : cluster [DBG] pgmap v4159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:03.887260+0000 mgr.y (mgr.24491) 4723 : cluster [DBG] pgmap v4159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:03.887260+0000 mgr.y (mgr.24491) 4723 : cluster [DBG] pgmap v4159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:05.887912+0000 mgr.y (mgr.24491) 4724 : cluster [DBG] pgmap v4160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:51:06.351399+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:51:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:51:06.596875+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:51:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:51:06.874620+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:51:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:51:06.875298+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:51:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:51:06.879493+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:51:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:05.887912+0000 mgr.y (mgr.24491) 4724 : cluster [DBG] pgmap v4160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:51:06.351399+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:51:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:51:06.596875+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:51:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:51:06.874620+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:51:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:51:06.875298+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:51:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:51:06.879493+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:51:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:05.887912+0000 mgr.y (mgr.24491) 4724 : cluster [DBG] pgmap v4160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:51:06.351399+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:51:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:51:06.596875+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:51:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:51:06.874620+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:51:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:51:06.875298+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:51:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:51:06.879493+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:51:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:07] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:51:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:07.888408+0000 mgr.y (mgr.24491) 4725 : cluster [DBG] pgmap v4161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:07.888408+0000 mgr.y (mgr.24491) 4725 : cluster [DBG] pgmap v4161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:07.888408+0000 mgr.y (mgr.24491) 4725 : cluster [DBG] pgmap v4161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:09.889044+0000 mgr.y (mgr.24491) 4726 : cluster [DBG] pgmap v4162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:51:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:09.889044+0000 mgr.y (mgr.24491) 4726 : cluster [DBG] pgmap v4162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:09.889044+0000 mgr.y (mgr.24491) 4726 : cluster [DBG] pgmap v4162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:11.889459+0000 mgr.y (mgr.24491) 4727 : cluster [DBG] pgmap v4163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:11.889459+0000 mgr.y (mgr.24491) 4727 : cluster [DBG] pgmap v4163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:11.889459+0000 mgr.y (mgr.24491) 4727 : cluster [DBG] pgmap v4163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:13.889931+0000 mgr.y (mgr.24491) 4728 : cluster [DBG] pgmap v4164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:13.889931+0000 mgr.y (mgr.24491) 4728 : cluster [DBG] pgmap v4164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:13.889931+0000 mgr.y (mgr.24491) 4728 : cluster [DBG] pgmap v4164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:16.531 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:51:16.805 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:51:16.805 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 4m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:51:16.805 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:51:16.805 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 4m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:51:16.805 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 4m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:51:16.805 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:51:16.805 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 4m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:51:16.805 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 4m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:51:16.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:51:16.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 4m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:51:16.806 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 4m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:51:16.806 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:51:16.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 4m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:51:16.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 4m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:51:16.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 4m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:51:16.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 4m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:51:16.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:51:16.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:51:16.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 4m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:51:16.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 4m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:51:16.807 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:51:17.136 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:51:17.136 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:51:17.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:51:17.136 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:51:17.136 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:51:17.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:51:17.137 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:51:17.137 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:51:17.137 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:51:17.137 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:51:17.137 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:51:17.137 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:51:17.137 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:51:17.137 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:51:17.137 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:51:17.137 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:51:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:51:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:15.890805+0000 mgr.y (mgr.24491) 4729 : cluster [DBG] pgmap v4165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:51:17.137538+0000 mon.a (mon.0) 1552 : audit [DBG] from='client.? 172.21.15.177:0/2874463483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:51:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:15.890805+0000 mgr.y (mgr.24491) 4729 : cluster [DBG] pgmap v4165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:51:17.137538+0000 mon.a (mon.0) 1552 : audit [DBG] from='client.? 172.21.15.177:0/2874463483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:51:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:15.890805+0000 mgr.y (mgr.24491) 4729 : cluster [DBG] pgmap v4165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:51:17.137538+0000 mon.a (mon.0) 1552 : audit [DBG] from='client.? 172.21.15.177:0/2874463483' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:51:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:51:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:51:16.520221+0000 mgr.y (mgr.24491) 4730 : audit [DBG] from='client.19695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:51:16.798505+0000 mgr.y (mgr.24491) 4731 : audit [DBG] from='client.19701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:51:16.520221+0000 mgr.y (mgr.24491) 4730 : audit [DBG] from='client.19695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:51:16.798505+0000 mgr.y (mgr.24491) 4731 : audit [DBG] from='client.19701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:51:16.520221+0000 mgr.y (mgr.24491) 4730 : audit [DBG] from='client.19695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:51:16.798505+0000 mgr.y (mgr.24491) 4731 : audit [DBG] from='client.19701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:17.891212+0000 mgr.y (mgr.24491) 4732 : cluster [DBG] pgmap v4166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:17.891212+0000 mgr.y (mgr.24491) 4732 : cluster [DBG] pgmap v4166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:17.891212+0000 mgr.y (mgr.24491) 4732 : cluster [DBG] pgmap v4166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:21.274 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:51:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:19.892025+0000 mgr.y (mgr.24491) 4733 : cluster [DBG] pgmap v4167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:21.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:19.892025+0000 mgr.y (mgr.24491) 4733 : cluster [DBG] pgmap v4167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:19.892025+0000 mgr.y (mgr.24491) 4733 : cluster [DBG] pgmap v4167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:21.892652+0000 mgr.y (mgr.24491) 4734 : cluster [DBG] pgmap v4168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:21.892652+0000 mgr.y (mgr.24491) 4734 : cluster [DBG] pgmap v4168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:21.892652+0000 mgr.y (mgr.24491) 4734 : cluster [DBG] pgmap v4168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:23.893119+0000 mgr.y (mgr.24491) 4735 : cluster [DBG] pgmap v4169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:23.893119+0000 mgr.y (mgr.24491) 4735 : cluster [DBG] pgmap v4169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:23.893119+0000 mgr.y (mgr.24491) 4735 : cluster [DBG] pgmap v4169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:25.894041+0000 mgr.y (mgr.24491) 4736 : cluster [DBG] pgmap v4170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:25.894041+0000 mgr.y (mgr.24491) 4736 : cluster [DBG] pgmap v4170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:25.894041+0000 mgr.y (mgr.24491) 4736 : cluster [DBG] pgmap v4170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:51:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:27.894418+0000 mgr.y (mgr.24491) 4737 : cluster [DBG] pgmap v4171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:27.894418+0000 mgr.y (mgr.24491) 4737 : cluster [DBG] pgmap v4171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:27.894418+0000 mgr.y (mgr.24491) 4737 : cluster [DBG] pgmap v4171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:31.289 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:51:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:29.895174+0000 mgr.y (mgr.24491) 4738 : cluster [DBG] pgmap v4172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:29.895174+0000 mgr.y (mgr.24491) 4738 : cluster [DBG] pgmap v4172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:29.895174+0000 mgr.y (mgr.24491) 4738 : cluster [DBG] pgmap v4172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:31.895569+0000 mgr.y (mgr.24491) 4739 : cluster [DBG] pgmap v4173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:31.895569+0000 mgr.y (mgr.24491) 4739 : cluster [DBG] pgmap v4173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:31.895569+0000 mgr.y (mgr.24491) 4739 : cluster [DBG] pgmap v4173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:33.896071+0000 mgr.y (mgr.24491) 4740 : cluster [DBG] pgmap v4174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:33.896071+0000 mgr.y (mgr.24491) 4740 : cluster [DBG] pgmap v4174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:33.896071+0000 mgr.y (mgr.24491) 4740 : cluster [DBG] pgmap v4174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:35.896825+0000 mgr.y (mgr.24491) 4741 : cluster [DBG] pgmap v4175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:37.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:35.896825+0000 mgr.y (mgr.24491) 4741 : cluster [DBG] pgmap v4175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:35.896825+0000 mgr.y (mgr.24491) 4741 : cluster [DBG] pgmap v4175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:38.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:37] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:51:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:37.897339+0000 mgr.y (mgr.24491) 4742 : cluster [DBG] pgmap v4176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:37.897339+0000 mgr.y (mgr.24491) 4742 : cluster [DBG] pgmap v4176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:37.897339+0000 mgr.y (mgr.24491) 4742 : cluster [DBG] pgmap v4176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:41.307 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:51:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:39.898022+0000 mgr.y (mgr.24491) 4743 : cluster [DBG] pgmap v4177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:39.898022+0000 mgr.y (mgr.24491) 4743 : cluster [DBG] pgmap v4177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:39.898022+0000 mgr.y (mgr.24491) 4743 : cluster [DBG] pgmap v4177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:41.898406+0000 mgr.y (mgr.24491) 4744 : cluster [DBG] pgmap v4178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:41.898406+0000 mgr.y (mgr.24491) 4744 : cluster [DBG] pgmap v4178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:41.898406+0000 mgr.y (mgr.24491) 4744 : cluster [DBG] pgmap v4178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:43.898747+0000 mgr.y (mgr.24491) 4745 : cluster [DBG] pgmap v4179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:43.898747+0000 mgr.y (mgr.24491) 4745 : cluster [DBG] pgmap v4179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:43.898747+0000 mgr.y (mgr.24491) 4745 : cluster [DBG] pgmap v4179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:47.448 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:51:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:45.899579+0000 mgr.y (mgr.24491) 4746 : cluster [DBG] pgmap v4180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:45.899579+0000 mgr.y (mgr.24491) 4746 : cluster [DBG] pgmap v4180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:47.722 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:51:47.722 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 4m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:51:47.722 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:51:47.723 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 4m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:51:47.723 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 4m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:51:47.723 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:51:47.723 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 4m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:51:47.723 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 4m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:51:47.723 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:51:47.723 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 4m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:51:47.723 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 4m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:51:47.723 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:51:47.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 4m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:51:47.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 4m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:51:47.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 4m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:51:47.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 4m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:51:47.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:51:47.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:51:47.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 4m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:51:47.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 4m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:51:47.724 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:51:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:45.899579+0000 mgr.y (mgr.24491) 4746 : cluster [DBG] pgmap v4180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:48.054 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:51:48.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:51:48.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:51:48.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:51:48.055 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:51:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:51:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:51:48.056062+0000 mon.c (mon.2) 173 : audit [DBG] from='client.? 172.21.15.177:0/3082687137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:51:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:51:48.056062+0000 mon.c (mon.2) 173 : audit [DBG] from='client.? 172.21.15.177:0/3082687137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:51:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:51:48.056062+0000 mon.c (mon.2) 173 : audit [DBG] from='client.? 172.21.15.177:0/3082687137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:51:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:51:47.438314+0000 mgr.y (mgr.24491) 4747 : audit [DBG] from='client.19713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:51:47.716638+0000 mgr.y (mgr.24491) 4748 : audit [DBG] from='client.19719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:47.899945+0000 mgr.y (mgr.24491) 4749 : cluster [DBG] pgmap v4181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:51:47.438314+0000 mgr.y (mgr.24491) 4747 : audit [DBG] from='client.19713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:51:47.716638+0000 mgr.y (mgr.24491) 4748 : audit [DBG] from='client.19719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:47.899945+0000 mgr.y (mgr.24491) 4749 : cluster [DBG] pgmap v4181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:51:47.438314+0000 mgr.y (mgr.24491) 4747 : audit [DBG] from='client.19713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:51:47.716638+0000 mgr.y (mgr.24491) 4748 : audit [DBG] from='client.19719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:51:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:47.899945+0000 mgr.y (mgr.24491) 4749 : cluster [DBG] pgmap v4181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:51.325 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:51:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:49.900628+0000 mgr.y (mgr.24491) 4750 : cluster [DBG] pgmap v4182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:49.900628+0000 mgr.y (mgr.24491) 4750 : cluster [DBG] pgmap v4182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:49.900628+0000 mgr.y (mgr.24491) 4750 : cluster [DBG] pgmap v4182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:51.901084+0000 mgr.y (mgr.24491) 4751 : cluster [DBG] pgmap v4183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:51.901084+0000 mgr.y (mgr.24491) 4751 : cluster [DBG] pgmap v4183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:51.901084+0000 mgr.y (mgr.24491) 4751 : cluster [DBG] pgmap v4183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:53.901528+0000 mgr.y (mgr.24491) 4752 : cluster [DBG] pgmap v4184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:53.901528+0000 mgr.y (mgr.24491) 4752 : cluster [DBG] pgmap v4184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:53.901528+0000 mgr.y (mgr.24491) 4752 : cluster [DBG] pgmap v4184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:55.902187+0000 mgr.y (mgr.24491) 4753 : cluster [DBG] pgmap v4185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:55.902187+0000 mgr.y (mgr.24491) 4753 : cluster [DBG] pgmap v4185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:55.902187+0000 mgr.y (mgr.24491) 4753 : cluster [DBG] pgmap v4185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:51:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:51:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:51:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:57.902822+0000 mgr.y (mgr.24491) 4754 : cluster [DBG] pgmap v4186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:57.902822+0000 mgr.y (mgr.24491) 4754 : cluster [DBG] pgmap v4186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:51:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:57.902822+0000 mgr.y (mgr.24491) 4754 : cluster [DBG] pgmap v4186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:51:59.903650+0000 mgr.y (mgr.24491) 4755 : cluster [DBG] pgmap v4187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:52:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:51:59.903650+0000 mgr.y (mgr.24491) 4755 : cluster [DBG] pgmap v4187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:51:59.903650+0000 mgr.y (mgr.24491) 4755 : cluster [DBG] pgmap v4187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:01.904046+0000 mgr.y (mgr.24491) 4756 : cluster [DBG] pgmap v4188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:01.904046+0000 mgr.y (mgr.24491) 4756 : cluster [DBG] pgmap v4188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:01.904046+0000 mgr.y (mgr.24491) 4756 : cluster [DBG] pgmap v4188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:03.904476+0000 mgr.y (mgr.24491) 4757 : cluster [DBG] pgmap v4189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:03.904476+0000 mgr.y (mgr.24491) 4757 : cluster [DBG] pgmap v4189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:03.904476+0000 mgr.y (mgr.24491) 4757 : cluster [DBG] pgmap v4189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:05.905346+0000 mgr.y (mgr.24491) 4758 : cluster [DBG] pgmap v4190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:52:06.884058+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:52:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:05.905346+0000 mgr.y (mgr.24491) 4758 : cluster [DBG] pgmap v4190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:52:06.884058+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:52:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:05.905346+0000 mgr.y (mgr.24491) 4758 : cluster [DBG] pgmap v4190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:52:06.884058+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:52:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:07] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:52:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:52:07.176144+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:52:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:52:07.176825+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:52:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:52:07.181509+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:52:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:52:07.176144+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:52:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:52:07.176825+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:52:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:52:07.181509+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:52:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:52:07.176144+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:52:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:52:07.176825+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:52:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:52:07.181509+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:52:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:07.905753+0000 mgr.y (mgr.24491) 4759 : cluster [DBG] pgmap v4191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:07.905753+0000 mgr.y (mgr.24491) 4759 : cluster [DBG] pgmap v4191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:07.905753+0000 mgr.y (mgr.24491) 4759 : cluster [DBG] pgmap v4191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:09.906387+0000 mgr.y (mgr.24491) 4760 : cluster [DBG] pgmap v4192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:52:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:09.906387+0000 mgr.y (mgr.24491) 4760 : cluster [DBG] pgmap v4192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:09.906387+0000 mgr.y (mgr.24491) 4760 : cluster [DBG] pgmap v4192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:11.906835+0000 mgr.y (mgr.24491) 4761 : cluster [DBG] pgmap v4193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:11.906835+0000 mgr.y (mgr.24491) 4761 : cluster [DBG] pgmap v4193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:11.906835+0000 mgr.y (mgr.24491) 4761 : cluster [DBG] pgmap v4193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:13.907206+0000 mgr.y (mgr.24491) 4762 : cluster [DBG] pgmap v4194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:13.907206+0000 mgr.y (mgr.24491) 4762 : cluster [DBG] pgmap v4194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:13.907206+0000 mgr.y (mgr.24491) 4762 : cluster [DBG] pgmap v4194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:15.908025+0000 mgr.y (mgr.24491) 4763 : cluster [DBG] pgmap v4195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:15.908025+0000 mgr.y (mgr.24491) 4763 : cluster [DBG] pgmap v4195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:15.908025+0000 mgr.y (mgr.24491) 4763 : cluster [DBG] pgmap v4195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:17] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:52:18.370 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:52:18.642 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:52:18.642 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:52:18.642 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:52:18.642 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:52:18.643 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 5m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:52:18.643 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:52:18.643 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:52:18.643 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:52:18.643 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:52:18.643 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:52:18.643 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:52:18.643 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 5m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:52:18.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:52:18.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:52:18.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:52:18.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:52:18.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:52:18.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:52:18.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:52:18.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:52:18.644 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:52:18.977 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:52:18.977 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:52:18.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:52:18.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:52:18.977 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:52:18.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:52:18.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:52:18.977 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:52:18.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:52:18.978 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:52:18.978 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:52:18.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:52:18.978 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:52:18.978 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:52:18.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:52:18.978 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:52:18.978 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:52:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:17.908501+0000 mgr.y (mgr.24491) 4764 : cluster [DBG] pgmap v4196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:52:18.978240+0000 mon.c (mon.2) 174 : audit [DBG] from='client.? 172.21.15.177:0/3865670246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:52:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:17.908501+0000 mgr.y (mgr.24491) 4764 : cluster [DBG] pgmap v4196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:52:18.978240+0000 mon.c (mon.2) 174 : audit [DBG] from='client.? 172.21.15.177:0/3865670246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:52:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:17.908501+0000 mgr.y (mgr.24491) 4764 : cluster [DBG] pgmap v4196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:52:18.978240+0000 mon.c (mon.2) 174 : audit [DBG] from='client.? 172.21.15.177:0/3865670246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:52:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:52:18.359443+0000 mgr.y (mgr.24491) 4765 : audit [DBG] from='client.19731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:52:18.636232+0000 mgr.y (mgr.24491) 4766 : audit [DBG] from='client.19737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:52:18.359443+0000 mgr.y (mgr.24491) 4765 : audit [DBG] from='client.19731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:52:18.636232+0000 mgr.y (mgr.24491) 4766 : audit [DBG] from='client.19737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:52:18.359443+0000 mgr.y (mgr.24491) 4765 : audit [DBG] from='client.19731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:52:18.636232+0000 mgr.y (mgr.24491) 4766 : audit [DBG] from='client.19737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:19.909134+0000 mgr.y (mgr.24491) 4767 : cluster [DBG] pgmap v4197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:52:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:19.909134+0000 mgr.y (mgr.24491) 4767 : cluster [DBG] pgmap v4197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:19.909134+0000 mgr.y (mgr.24491) 4767 : cluster [DBG] pgmap v4197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:21.909599+0000 mgr.y (mgr.24491) 4768 : cluster [DBG] pgmap v4198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:21.909599+0000 mgr.y (mgr.24491) 4768 : cluster [DBG] pgmap v4198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:21.909599+0000 mgr.y (mgr.24491) 4768 : cluster [DBG] pgmap v4198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:23.910064+0000 mgr.y (mgr.24491) 4769 : cluster [DBG] pgmap v4199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:23.910064+0000 mgr.y (mgr.24491) 4769 : cluster [DBG] pgmap v4199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:23.910064+0000 mgr.y (mgr.24491) 4769 : cluster [DBG] pgmap v4199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:25.910931+0000 mgr.y (mgr.24491) 4770 : cluster [DBG] pgmap v4200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:25.910931+0000 mgr.y (mgr.24491) 4770 : cluster [DBG] pgmap v4200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:25.910931+0000 mgr.y (mgr.24491) 4770 : cluster [DBG] pgmap v4200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:27] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:52:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:27.911512+0000 mgr.y (mgr.24491) 4771 : cluster [DBG] pgmap v4201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:29.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:27.911512+0000 mgr.y (mgr.24491) 4771 : cluster [DBG] pgmap v4201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:29.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:27.911512+0000 mgr.y (mgr.24491) 4771 : cluster [DBG] pgmap v4201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:29.912384+0000 mgr.y (mgr.24491) 4772 : cluster [DBG] pgmap v4202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:52:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:29.912384+0000 mgr.y (mgr.24491) 4772 : cluster [DBG] pgmap v4202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:29.912384+0000 mgr.y (mgr.24491) 4772 : cluster [DBG] pgmap v4202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:31.912764+0000 mgr.y (mgr.24491) 4773 : cluster [DBG] pgmap v4203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:31.912764+0000 mgr.y (mgr.24491) 4773 : cluster [DBG] pgmap v4203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:31.912764+0000 mgr.y (mgr.24491) 4773 : cluster [DBG] pgmap v4203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:33.913208+0000 mgr.y (mgr.24491) 4774 : cluster [DBG] pgmap v4204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:33.913208+0000 mgr.y (mgr.24491) 4774 : cluster [DBG] pgmap v4204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:33.913208+0000 mgr.y (mgr.24491) 4774 : cluster [DBG] pgmap v4204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:35.914024+0000 mgr.y (mgr.24491) 4775 : cluster [DBG] pgmap v4205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:35.914024+0000 mgr.y (mgr.24491) 4775 : cluster [DBG] pgmap v4205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:35.914024+0000 mgr.y (mgr.24491) 4775 : cluster [DBG] pgmap v4205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:37] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:52:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:37.914353+0000 mgr.y (mgr.24491) 4776 : cluster [DBG] pgmap v4206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:37.914353+0000 mgr.y (mgr.24491) 4776 : cluster [DBG] pgmap v4206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:37.914353+0000 mgr.y (mgr.24491) 4776 : cluster [DBG] pgmap v4206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:39.915058+0000 mgr.y (mgr.24491) 4777 : cluster [DBG] pgmap v4207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:52:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:39.915058+0000 mgr.y (mgr.24491) 4777 : cluster [DBG] pgmap v4207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:39.915058+0000 mgr.y (mgr.24491) 4777 : cluster [DBG] pgmap v4207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:41.915409+0000 mgr.y (mgr.24491) 4778 : cluster [DBG] pgmap v4208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:41.915409+0000 mgr.y (mgr.24491) 4778 : cluster [DBG] pgmap v4208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:41.915409+0000 mgr.y (mgr.24491) 4778 : cluster [DBG] pgmap v4208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:43.915745+0000 mgr.y (mgr.24491) 4779 : cluster [DBG] pgmap v4209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:43.915745+0000 mgr.y (mgr.24491) 4779 : cluster [DBG] pgmap v4209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:43.915745+0000 mgr.y (mgr.24491) 4779 : cluster [DBG] pgmap v4209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:45.916455+0000 mgr.y (mgr.24491) 4780 : cluster [DBG] pgmap v4210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:45.916455+0000 mgr.y (mgr.24491) 4780 : cluster [DBG] pgmap v4210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:45.916455+0000 mgr.y (mgr.24491) 4780 : cluster [DBG] pgmap v4210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:47] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:52:49.288 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:52:49.564 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:52:49.564 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:52:49.564 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 5m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 5m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:52:49.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:52:49.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:52:49.566 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:52:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:47.917052+0000 mgr.y (mgr.24491) 4781 : cluster [DBG] pgmap v4211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:47.917052+0000 mgr.y (mgr.24491) 4781 : cluster [DBG] pgmap v4211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:47.917052+0000 mgr.y (mgr.24491) 4781 : cluster [DBG] pgmap v4211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:49.895 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:52:49.895 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:52:49.895 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:52:49.895 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:52:49.895 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:52:49.895 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:52:49.895 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:52:49.896 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:52:49.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:52:49.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:52:49.896 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:52:49.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:52:49.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:52:49.896 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:52:49.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:52:49.896 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:52:49.896 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:52:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:52:49.278495+0000 mgr.y (mgr.24491) 4782 : audit [DBG] from='client.29654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:52:49.896764+0000 mon.a (mon.0) 1557 : audit [DBG] from='client.? 172.21.15.177:0/1328794397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:52:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:52:49.278495+0000 mgr.y (mgr.24491) 4782 : audit [DBG] from='client.29654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:52:49.896764+0000 mon.a (mon.0) 1557 : audit [DBG] from='client.? 172.21.15.177:0/1328794397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:52:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:52:49.278495+0000 mgr.y (mgr.24491) 4782 : audit [DBG] from='client.29654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:52:49.896764+0000 mon.a (mon.0) 1557 : audit [DBG] from='client.? 172.21.15.177:0/1328794397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:52:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:52:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:52:49.558528+0000 mgr.y (mgr.24491) 4783 : audit [DBG] from='client.19755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:49.917614+0000 mgr.y (mgr.24491) 4784 : cluster [DBG] pgmap v4212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:52:49.558528+0000 mgr.y (mgr.24491) 4783 : audit [DBG] from='client.19755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:49.917614+0000 mgr.y (mgr.24491) 4784 : cluster [DBG] pgmap v4212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:52:49.558528+0000 mgr.y (mgr.24491) 4783 : audit [DBG] from='client.19755 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:52:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:49.917614+0000 mgr.y (mgr.24491) 4784 : cluster [DBG] pgmap v4212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:51.917970+0000 mgr.y (mgr.24491) 4785 : cluster [DBG] pgmap v4213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:51.917970+0000 mgr.y (mgr.24491) 4785 : cluster [DBG] pgmap v4213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:51.917970+0000 mgr.y (mgr.24491) 4785 : cluster [DBG] pgmap v4213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:53.918352+0000 mgr.y (mgr.24491) 4786 : cluster [DBG] pgmap v4214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:53.918352+0000 mgr.y (mgr.24491) 4786 : cluster [DBG] pgmap v4214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:53.918352+0000 mgr.y (mgr.24491) 4786 : cluster [DBG] pgmap v4214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:55.919060+0000 mgr.y (mgr.24491) 4787 : cluster [DBG] pgmap v4215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:55.919060+0000 mgr.y (mgr.24491) 4787 : cluster [DBG] pgmap v4215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:55.919060+0000 mgr.y (mgr.24491) 4787 : cluster [DBG] pgmap v4215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:52:57] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:52:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:57.919622+0000 mgr.y (mgr.24491) 4788 : cluster [DBG] pgmap v4216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:57.919622+0000 mgr.y (mgr.24491) 4788 : cluster [DBG] pgmap v4216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:52:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:52:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:57.919622+0000 mgr.y (mgr.24491) 4788 : cluster [DBG] pgmap v4216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:01.272 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:53:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:52:59.920382+0000 mgr.y (mgr.24491) 4789 : cluster [DBG] pgmap v4217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:52:59.920382+0000 mgr.y (mgr.24491) 4789 : cluster [DBG] pgmap v4217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:52:59.920382+0000 mgr.y (mgr.24491) 4789 : cluster [DBG] pgmap v4217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:01.920930+0000 mgr.y (mgr.24491) 4790 : cluster [DBG] pgmap v4218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:01.920930+0000 mgr.y (mgr.24491) 4790 : cluster [DBG] pgmap v4218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:01.920930+0000 mgr.y (mgr.24491) 4790 : cluster [DBG] pgmap v4218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:03.921485+0000 mgr.y (mgr.24491) 4791 : cluster [DBG] pgmap v4219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:03.921485+0000 mgr.y (mgr.24491) 4791 : cluster [DBG] pgmap v4219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:03.921485+0000 mgr.y (mgr.24491) 4791 : cluster [DBG] pgmap v4219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:05.922168+0000 mgr.y (mgr.24491) 4792 : cluster [DBG] pgmap v4220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:53:07.185761+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:53:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:05.922168+0000 mgr.y (mgr.24491) 4792 : cluster [DBG] pgmap v4220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:53:07.185761+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:53:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:05.922168+0000 mgr.y (mgr.24491) 4792 : cluster [DBG] pgmap v4220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:53:07.185761+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:53:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:07] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:53:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:53:07.477553+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:53:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:53:07.478196+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:53:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:53:07.482613+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:53:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:53:07.477553+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:53:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:53:07.478196+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:53:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:53:07.482613+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:53:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:53:07.477553+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:53:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:53:07.478196+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:53:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:53:07.482613+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:53:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:07.922646+0000 mgr.y (mgr.24491) 4793 : cluster [DBG] pgmap v4221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:07.922646+0000 mgr.y (mgr.24491) 4793 : cluster [DBG] pgmap v4221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:07.922646+0000 mgr.y (mgr.24491) 4793 : cluster [DBG] pgmap v4221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:11.288 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:53:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:09.923271+0000 mgr.y (mgr.24491) 4794 : cluster [DBG] pgmap v4222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:09.923271+0000 mgr.y (mgr.24491) 4794 : cluster [DBG] pgmap v4222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:09.923271+0000 mgr.y (mgr.24491) 4794 : cluster [DBG] pgmap v4222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:11.923794+0000 mgr.y (mgr.24491) 4795 : cluster [DBG] pgmap v4223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:11.923794+0000 mgr.y (mgr.24491) 4795 : cluster [DBG] pgmap v4223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:11.923794+0000 mgr.y (mgr.24491) 4795 : cluster [DBG] pgmap v4223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:13.924212+0000 mgr.y (mgr.24491) 4796 : cluster [DBG] pgmap v4224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:13.924212+0000 mgr.y (mgr.24491) 4796 : cluster [DBG] pgmap v4224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:13.924212+0000 mgr.y (mgr.24491) 4796 : cluster [DBG] pgmap v4224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:15.925023+0000 mgr.y (mgr.24491) 4797 : cluster [DBG] pgmap v4225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:15.925023+0000 mgr.y (mgr.24491) 4797 : cluster [DBG] pgmap v4225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:15.925023+0000 mgr.y (mgr.24491) 4797 : cluster [DBG] pgmap v4225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:17] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:53:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:17.925585+0000 mgr.y (mgr.24491) 4798 : cluster [DBG] pgmap v4226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:17.925585+0000 mgr.y (mgr.24491) 4798 : cluster [DBG] pgmap v4226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:17.925585+0000 mgr.y (mgr.24491) 4798 : cluster [DBG] pgmap v4226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:20.205 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:53:20.481 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:53:20.481 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 6m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:53:20.482 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 6m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:53:20.482 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 6m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:53:20.482 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 6m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:53:20.482 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 6m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:53:20.482 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 6m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:53:20.482 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 6m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:53:20.482 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 6m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:53:20.482 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 6m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:53:20.482 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 6m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:53:20.483 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 6m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:53:20.483 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 6m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:53:20.483 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 6m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:53:20.483 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 6m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:53:20.483 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:53:20.483 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 6m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:53:20.483 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 6m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:53:20.483 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 6m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:53:20.483 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 6m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:53:20.484 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 6m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:53:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:53:20.814 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:53:20.814 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:53:20.814 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:53:20.814 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:53:20.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:53:20.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:53:20.815 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:53:20.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:53:20.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:53:20.815 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:53:20.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:53:20.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:53:20.815 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:53:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:53:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:53:20.816 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:53:21.304 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:53:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:19.926251+0000 mgr.y (mgr.24491) 4799 : cluster [DBG] pgmap v4227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:53:20.194507+0000 mgr.y (mgr.24491) 4800 : audit [DBG] from='client.19767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:53:20.815974+0000 mon.c (mon.2) 175 : audit [DBG] from='client.? 172.21.15.177:0/321745465' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:53:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:19.926251+0000 mgr.y (mgr.24491) 4799 : cluster [DBG] pgmap v4227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:53:20.194507+0000 mgr.y (mgr.24491) 4800 : audit [DBG] from='client.19767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:53:20.815974+0000 mon.c (mon.2) 175 : audit [DBG] from='client.? 172.21.15.177:0/321745465' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:53:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:19.926251+0000 mgr.y (mgr.24491) 4799 : cluster [DBG] pgmap v4227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:53:20.194507+0000 mgr.y (mgr.24491) 4800 : audit [DBG] from='client.19767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:53:20.815974+0000 mon.c (mon.2) 175 : audit [DBG] from='client.? 172.21.15.177:0/321745465' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:53:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:53:20.475174+0000 mgr.y (mgr.24491) 4801 : audit [DBG] from='client.19773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:53:20.475174+0000 mgr.y (mgr.24491) 4801 : audit [DBG] from='client.19773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:53:20.475174+0000 mgr.y (mgr.24491) 4801 : audit [DBG] from='client.19773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:21.926751+0000 mgr.y (mgr.24491) 4802 : cluster [DBG] pgmap v4228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:21.926751+0000 mgr.y (mgr.24491) 4802 : cluster [DBG] pgmap v4228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:21.926751+0000 mgr.y (mgr.24491) 4802 : cluster [DBG] pgmap v4228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:23.927344+0000 mgr.y (mgr.24491) 4803 : cluster [DBG] pgmap v4229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:23.927344+0000 mgr.y (mgr.24491) 4803 : cluster [DBG] pgmap v4229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:23.927344+0000 mgr.y (mgr.24491) 4803 : cluster [DBG] pgmap v4229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:25.928154+0000 mgr.y (mgr.24491) 4804 : cluster [DBG] pgmap v4230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:25.928154+0000 mgr.y (mgr.24491) 4804 : cluster [DBG] pgmap v4230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:25.928154+0000 mgr.y (mgr.24491) 4804 : cluster [DBG] pgmap v4230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:27] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T05:53:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:27.928633+0000 mgr.y (mgr.24491) 4805 : cluster [DBG] pgmap v4231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:27.928633+0000 mgr.y (mgr.24491) 4805 : cluster [DBG] pgmap v4231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:27.928633+0000 mgr.y (mgr.24491) 4805 : cluster [DBG] pgmap v4231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:31.327 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:53:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:29.929259+0000 mgr.y (mgr.24491) 4806 : cluster [DBG] pgmap v4232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:29.929259+0000 mgr.y (mgr.24491) 4806 : cluster [DBG] pgmap v4232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:29.929259+0000 mgr.y (mgr.24491) 4806 : cluster [DBG] pgmap v4232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:31.929753+0000 mgr.y (mgr.24491) 4807 : cluster [DBG] pgmap v4233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:31.929753+0000 mgr.y (mgr.24491) 4807 : cluster [DBG] pgmap v4233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:31.929753+0000 mgr.y (mgr.24491) 4807 : cluster [DBG] pgmap v4233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:33.930226+0000 mgr.y (mgr.24491) 4808 : cluster [DBG] pgmap v4234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:33.930226+0000 mgr.y (mgr.24491) 4808 : cluster [DBG] pgmap v4234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:33.930226+0000 mgr.y (mgr.24491) 4808 : cluster [DBG] pgmap v4234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:35.930834+0000 mgr.y (mgr.24491) 4809 : cluster [DBG] pgmap v4235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:35.930834+0000 mgr.y (mgr.24491) 4809 : cluster [DBG] pgmap v4235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:35.930834+0000 mgr.y (mgr.24491) 4809 : cluster [DBG] pgmap v4235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:37] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:53:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:37.931233+0000 mgr.y (mgr.24491) 4810 : cluster [DBG] pgmap v4236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:37.931233+0000 mgr.y (mgr.24491) 4810 : cluster [DBG] pgmap v4236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:37.931233+0000 mgr.y (mgr.24491) 4810 : cluster [DBG] pgmap v4236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:41.342 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:53:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:39.932067+0000 mgr.y (mgr.24491) 4811 : cluster [DBG] pgmap v4237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:39.932067+0000 mgr.y (mgr.24491) 4811 : cluster [DBG] pgmap v4237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:39.932067+0000 mgr.y (mgr.24491) 4811 : cluster [DBG] pgmap v4237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:41.932599+0000 mgr.y (mgr.24491) 4812 : cluster [DBG] pgmap v4238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:41.932599+0000 mgr.y (mgr.24491) 4812 : cluster [DBG] pgmap v4238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:41.932599+0000 mgr.y (mgr.24491) 4812 : cluster [DBG] pgmap v4238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:43.933111+0000 mgr.y (mgr.24491) 4813 : cluster [DBG] pgmap v4239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:43.933111+0000 mgr.y (mgr.24491) 4813 : cluster [DBG] pgmap v4239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:43.933111+0000 mgr.y (mgr.24491) 4813 : cluster [DBG] pgmap v4239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:45.933767+0000 mgr.y (mgr.24491) 4814 : cluster [DBG] pgmap v4240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:45.933767+0000 mgr.y (mgr.24491) 4814 : cluster [DBG] pgmap v4240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:45.933767+0000 mgr.y (mgr.24491) 4814 : cluster [DBG] pgmap v4240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:47] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:53:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:47.934330+0000 mgr.y (mgr.24491) 4815 : cluster [DBG] pgmap v4241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:47.934330+0000 mgr.y (mgr.24491) 4815 : cluster [DBG] pgmap v4241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:47.934330+0000 mgr.y (mgr.24491) 4815 : cluster [DBG] pgmap v4241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:51.124 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:53:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:49.934930+0000 mgr.y (mgr.24491) 4816 : cluster [DBG] pgmap v4242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:53:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:49.934930+0000 mgr.y (mgr.24491) 4816 : cluster [DBG] pgmap v4242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:49.934930+0000 mgr.y (mgr.24491) 4816 : cluster [DBG] pgmap v4242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:51.400 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:53:51.400 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 6m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:53:51.400 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 6m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:53:51.400 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 6m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:53:51.400 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 6m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:53:51.400 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 6m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:53:51.400 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 6m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:53:51.400 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 6m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 6m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 6m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 6m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 6m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 6m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 6m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 6m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 6m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 6m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 6m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:53:51.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 6m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:53:51.402 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 6m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:53:51.732 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:53:51.732 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:53:51.732 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:53:51.732 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:53:51.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:53:51.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:53:51.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:53:51.733 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:53:51.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:53:51.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:53:51.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:53:51.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:53:51.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:53:51.734 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:53:51.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:53:51.734 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:53:51.734 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:53:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:53:51.113647+0000 mgr.y (mgr.24491) 4817 : audit [DBG] from='client.29690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:53:51.733918+0000 mon.a (mon.0) 1562 : audit [DBG] from='client.? 172.21.15.177:0/1895851364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:53:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:53:51.113647+0000 mgr.y (mgr.24491) 4817 : audit [DBG] from='client.29690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:53:51.733918+0000 mon.a (mon.0) 1562 : audit [DBG] from='client.? 172.21.15.177:0/1895851364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:53:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:53:51.113647+0000 mgr.y (mgr.24491) 4817 : audit [DBG] from='client.29690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:53:51.733918+0000 mon.a (mon.0) 1562 : audit [DBG] from='client.? 172.21.15.177:0/1895851364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:53:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:53:51.393412+0000 mgr.y (mgr.24491) 4818 : audit [DBG] from='client.29696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:51.935476+0000 mgr.y (mgr.24491) 4819 : cluster [DBG] pgmap v4243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:53:51.393412+0000 mgr.y (mgr.24491) 4818 : audit [DBG] from='client.29696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:51.935476+0000 mgr.y (mgr.24491) 4819 : cluster [DBG] pgmap v4243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:53:51.393412+0000 mgr.y (mgr.24491) 4818 : audit [DBG] from='client.29696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:53:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:51.935476+0000 mgr.y (mgr.24491) 4819 : cluster [DBG] pgmap v4243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:53.936010+0000 mgr.y (mgr.24491) 4820 : cluster [DBG] pgmap v4244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:53.936010+0000 mgr.y (mgr.24491) 4820 : cluster [DBG] pgmap v4244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:53.936010+0000 mgr.y (mgr.24491) 4820 : cluster [DBG] pgmap v4244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:55.936817+0000 mgr.y (mgr.24491) 4821 : cluster [DBG] pgmap v4245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:55.936817+0000 mgr.y (mgr.24491) 4821 : cluster [DBG] pgmap v4245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:55.936817+0000 mgr.y (mgr.24491) 4821 : cluster [DBG] pgmap v4245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:53:57] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T05:53:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:53:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:57.937360+0000 mgr.y (mgr.24491) 4822 : cluster [DBG] pgmap v4246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:53:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:57.937360+0000 mgr.y (mgr.24491) 4822 : cluster [DBG] pgmap v4246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:53:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:53:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:57.937360+0000 mgr.y (mgr.24491) 4822 : cluster [DBG] pgmap v4246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:53:59.938062+0000 mgr.y (mgr.24491) 4823 : cluster [DBG] pgmap v4247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:53:59.938062+0000 mgr.y (mgr.24491) 4823 : cluster [DBG] pgmap v4247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:53:59.938062+0000 mgr.y (mgr.24491) 4823 : cluster [DBG] pgmap v4247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:54:03.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:01.938494+0000 mgr.y (mgr.24491) 4824 : cluster [DBG] pgmap v4248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:03.404 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:01.938494+0000 mgr.y (mgr.24491) 4824 : cluster [DBG] pgmap v4248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:01.938494+0000 mgr.y (mgr.24491) 4824 : cluster [DBG] pgmap v4248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:05.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:03.938875+0000 mgr.y (mgr.24491) 4825 : cluster [DBG] pgmap v4249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:05.406 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:03.938875+0000 mgr.y (mgr.24491) 4825 : cluster [DBG] pgmap v4249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:03.938875+0000 mgr.y (mgr.24491) 4825 : cluster [DBG] pgmap v4249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:05.939689+0000 mgr.y (mgr.24491) 4826 : cluster [DBG] pgmap v4250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:05.939689+0000 mgr.y (mgr.24491) 4826 : cluster [DBG] pgmap v4250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:05.939689+0000 mgr.y (mgr.24491) 4826 : cluster [DBG] pgmap v4250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:08.027 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:07] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:54:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:54:07.486803+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:54:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:54:07.778820+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:54:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:54:07.779450+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:54:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:54:07.783617+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:54:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:54:07.486803+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:54:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:54:07.778820+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:54:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:54:07.779450+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:54:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:54:07.783617+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:54:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:54:07.486803+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:54:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:54:07.778820+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:54:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:54:07.779450+0000 mon.a (mon.0) 1565 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:54:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:54:07.783617+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:54:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:07.940244+0000 mgr.y (mgr.24491) 4827 : cluster [DBG] pgmap v4251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:07.940244+0000 mgr.y (mgr.24491) 4827 : cluster [DBG] pgmap v4251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:07.940244+0000 mgr.y (mgr.24491) 4827 : cluster [DBG] pgmap v4251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:09.941130+0000 mgr.y (mgr.24491) 4828 : cluster [DBG] pgmap v4252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:11.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:09.941130+0000 mgr.y (mgr.24491) 4828 : cluster [DBG] pgmap v4252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:09.941130+0000 mgr.y (mgr.24491) 4828 : cluster [DBG] pgmap v4252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:11.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:54:13.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:11.941758+0000 mgr.y (mgr.24491) 4829 : cluster [DBG] pgmap v4253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:13.404 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:11.941758+0000 mgr.y (mgr.24491) 4829 : cluster [DBG] pgmap v4253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:11.941758+0000 mgr.y (mgr.24491) 4829 : cluster [DBG] pgmap v4253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:13.942233+0000 mgr.y (mgr.24491) 4830 : cluster [DBG] pgmap v4254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:13.942233+0000 mgr.y (mgr.24491) 4830 : cluster [DBG] pgmap v4254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:13.942233+0000 mgr.y (mgr.24491) 4830 : cluster [DBG] pgmap v4254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:15.943033+0000 mgr.y (mgr.24491) 4831 : cluster [DBG] pgmap v4255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:15.943033+0000 mgr.y (mgr.24491) 4831 : cluster [DBG] pgmap v4255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:15.943033+0000 mgr.y (mgr.24491) 4831 : cluster [DBG] pgmap v4255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:54:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:17.943543+0000 mgr.y (mgr.24491) 4832 : cluster [DBG] pgmap v4256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:17.943543+0000 mgr.y (mgr.24491) 4832 : cluster [DBG] pgmap v4256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:17.943543+0000 mgr.y (mgr.24491) 4832 : cluster [DBG] pgmap v4256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:19.944286+0000 mgr.y (mgr.24491) 4833 : cluster [DBG] pgmap v4257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:19.944286+0000 mgr.y (mgr.24491) 4833 : cluster [DBG] pgmap v4257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:19.944286+0000 mgr.y (mgr.24491) 4833 : cluster [DBG] pgmap v4257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:54:22.043 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:54:22.316 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:54:22.316 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 7m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:54:22.316 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 7m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:54:22.316 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 7m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:54:22.316 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 7m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:54:22.316 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 7m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:54:22.316 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 7m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 7m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 7m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 7m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 7m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 7m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 7m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 7m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 7m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 7m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 7m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 7m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 7m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 7m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:54:22.317 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 7m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:54:22.661 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:54:22.661 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:54:22.662 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:54:22.662 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:54:22.662 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:54:22.662 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:54:22.662 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:54:22.662 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:54:22.662 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:54:22.662 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:54:22.663 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:54:22.663 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:54:22.663 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:54:22.663 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:54:22.663 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:54:22.663 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:54:22.663 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:54:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:21.944627+0000 mgr.y (mgr.24491) 4834 : cluster [DBG] pgmap v4258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:54:22.032551+0000 mgr.y (mgr.24491) 4835 : audit [DBG] from='client.29708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:54:22.310779+0000 mgr.y (mgr.24491) 4836 : audit [DBG] from='client.19809 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:54:22.663351+0000 mon.a (mon.0) 1567 : audit [DBG] from='client.? 172.21.15.177:0/3426107426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:54:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:21.944627+0000 mgr.y (mgr.24491) 4834 : cluster [DBG] pgmap v4258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:54:22.032551+0000 mgr.y (mgr.24491) 4835 : audit [DBG] from='client.29708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:54:22.310779+0000 mgr.y (mgr.24491) 4836 : audit [DBG] from='client.19809 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:54:22.663351+0000 mon.a (mon.0) 1567 : audit [DBG] from='client.? 172.21.15.177:0/3426107426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:54:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:21.944627+0000 mgr.y (mgr.24491) 4834 : cluster [DBG] pgmap v4258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:54:22.032551+0000 mgr.y (mgr.24491) 4835 : audit [DBG] from='client.29708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:54:22.310779+0000 mgr.y (mgr.24491) 4836 : audit [DBG] from='client.19809 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:54:22.663351+0000 mon.a (mon.0) 1567 : audit [DBG] from='client.? 172.21.15.177:0/3426107426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:54:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:23.945038+0000 mgr.y (mgr.24491) 4837 : cluster [DBG] pgmap v4259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:23.945038+0000 mgr.y (mgr.24491) 4837 : cluster [DBG] pgmap v4259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:23.945038+0000 mgr.y (mgr.24491) 4837 : cluster [DBG] pgmap v4259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:25.945689+0000 mgr.y (mgr.24491) 4838 : cluster [DBG] pgmap v4260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:25.945689+0000 mgr.y (mgr.24491) 4838 : cluster [DBG] pgmap v4260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:25.945689+0000 mgr.y (mgr.24491) 4838 : cluster [DBG] pgmap v4260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:54:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:27.946286+0000 mgr.y (mgr.24491) 4839 : cluster [DBG] pgmap v4261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:27.946286+0000 mgr.y (mgr.24491) 4839 : cluster [DBG] pgmap v4261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:27.946286+0000 mgr.y (mgr.24491) 4839 : cluster [DBG] pgmap v4261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:29.947036+0000 mgr.y (mgr.24491) 4840 : cluster [DBG] pgmap v4262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:29.947036+0000 mgr.y (mgr.24491) 4840 : cluster [DBG] pgmap v4262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:29.947036+0000 mgr.y (mgr.24491) 4840 : cluster [DBG] pgmap v4262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:54:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:31.947377+0000 mgr.y (mgr.24491) 4841 : cluster [DBG] pgmap v4263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:31.947377+0000 mgr.y (mgr.24491) 4841 : cluster [DBG] pgmap v4263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:31.947377+0000 mgr.y (mgr.24491) 4841 : cluster [DBG] pgmap v4263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:33.947931+0000 mgr.y (mgr.24491) 4842 : cluster [DBG] pgmap v4264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:33.947931+0000 mgr.y (mgr.24491) 4842 : cluster [DBG] pgmap v4264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:33.947931+0000 mgr.y (mgr.24491) 4842 : cluster [DBG] pgmap v4264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:37.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:35.948609+0000 mgr.y (mgr.24491) 4843 : cluster [DBG] pgmap v4265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:35.948609+0000 mgr.y (mgr.24491) 4843 : cluster [DBG] pgmap v4265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:35.948609+0000 mgr.y (mgr.24491) 4843 : cluster [DBG] pgmap v4265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:37] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T05:54:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:37.949152+0000 mgr.y (mgr.24491) 4844 : cluster [DBG] pgmap v4266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:37.949152+0000 mgr.y (mgr.24491) 4844 : cluster [DBG] pgmap v4266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:37.949152+0000 mgr.y (mgr.24491) 4844 : cluster [DBG] pgmap v4266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:39.949983+0000 mgr.y (mgr.24491) 4845 : cluster [DBG] pgmap v4267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:39.949983+0000 mgr.y (mgr.24491) 4845 : cluster [DBG] pgmap v4267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:39.949983+0000 mgr.y (mgr.24491) 4845 : cluster [DBG] pgmap v4267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:54:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:41.950496+0000 mgr.y (mgr.24491) 4846 : cluster [DBG] pgmap v4268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:41.950496+0000 mgr.y (mgr.24491) 4846 : cluster [DBG] pgmap v4268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:41.950496+0000 mgr.y (mgr.24491) 4846 : cluster [DBG] pgmap v4268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:43.951081+0000 mgr.y (mgr.24491) 4847 : cluster [DBG] pgmap v4269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:43.951081+0000 mgr.y (mgr.24491) 4847 : cluster [DBG] pgmap v4269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:43.951081+0000 mgr.y (mgr.24491) 4847 : cluster [DBG] pgmap v4269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:45.951856+0000 mgr.y (mgr.24491) 4848 : cluster [DBG] pgmap v4270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:45.951856+0000 mgr.y (mgr.24491) 4848 : cluster [DBG] pgmap v4270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:45.951856+0000 mgr.y (mgr.24491) 4848 : cluster [DBG] pgmap v4270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:54:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:47.952297+0000 mgr.y (mgr.24491) 4849 : cluster [DBG] pgmap v4271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:47.952297+0000 mgr.y (mgr.24491) 4849 : cluster [DBG] pgmap v4271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:47.952297+0000 mgr.y (mgr.24491) 4849 : cluster [DBG] pgmap v4271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:49.952967+0000 mgr.y (mgr.24491) 4850 : cluster [DBG] pgmap v4272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:49.952967+0000 mgr.y (mgr.24491) 4850 : cluster [DBG] pgmap v4272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:49.952967+0000 mgr.y (mgr.24491) 4850 : cluster [DBG] pgmap v4272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:54:52.973 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:54:53.251 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:54:53.251 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 7m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:54:53.251 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 7m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:54:53.251 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 7m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:54:53.251 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 7m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:54:53.251 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 7m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:54:53.251 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 7m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:54:53.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 7m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:54:53.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 7m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:54:53.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 7m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:54:53.251 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 7m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:54:53.252 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 7m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:54:53.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 7m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:54:53.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 7m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:54:53.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 7m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:54:53.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 7m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:54:53.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 7m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:54:53.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 7m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:54:53.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 7m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:54:53.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 7m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:54:53.252 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 7m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:54:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:51.953350+0000 mgr.y (mgr.24491) 4851 : cluster [DBG] pgmap v4273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:51.953350+0000 mgr.y (mgr.24491) 4851 : cluster [DBG] pgmap v4273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:51.953350+0000 mgr.y (mgr.24491) 4851 : cluster [DBG] pgmap v4273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:54:53.583 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:54:53.584 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:54:53.584 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:54:53.584 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:54:53.584 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:54:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:54:52.963375+0000 mgr.y (mgr.24491) 4852 : audit [DBG] from='client.29726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:54:53.245428+0000 mgr.y (mgr.24491) 4853 : audit [DBG] from='client.19827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:54:53.584961+0000 mon.a (mon.0) 1568 : audit [DBG] from='client.? 172.21.15.177:0/330805061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:54:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:54:52.963375+0000 mgr.y (mgr.24491) 4852 : audit [DBG] from='client.29726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:54:53.245428+0000 mgr.y (mgr.24491) 4853 : audit [DBG] from='client.19827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:54:53.584961+0000 mon.a (mon.0) 1568 : audit [DBG] from='client.? 172.21.15.177:0/330805061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:54:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:54:52.963375+0000 mgr.y (mgr.24491) 4852 : audit [DBG] from='client.29726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:54:53.245428+0000 mgr.y (mgr.24491) 4853 : audit [DBG] from='client.19827 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:54:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:54:53.584961+0000 mon.a (mon.0) 1568 : audit [DBG] from='client.? 172.21.15.177:0/330805061' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:54:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:53.953775+0000 mgr.y (mgr.24491) 4854 : cluster [DBG] pgmap v4274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:53.953775+0000 mgr.y (mgr.24491) 4854 : cluster [DBG] pgmap v4274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:53.953775+0000 mgr.y (mgr.24491) 4854 : cluster [DBG] pgmap v4274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:55.954488+0000 mgr.y (mgr.24491) 4855 : cluster [DBG] pgmap v4275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:55.954488+0000 mgr.y (mgr.24491) 4855 : cluster [DBG] pgmap v4275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:55.954488+0000 mgr.y (mgr.24491) 4855 : cluster [DBG] pgmap v4275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:54:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:54:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:57.954843+0000 mgr.y (mgr.24491) 4856 : cluster [DBG] pgmap v4276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:57.954843+0000 mgr.y (mgr.24491) 4856 : cluster [DBG] pgmap v4276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:54:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:54:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:57.954843+0000 mgr.y (mgr.24491) 4856 : cluster [DBG] pgmap v4276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:54:59.955658+0000 mgr.y (mgr.24491) 4857 : cluster [DBG] pgmap v4277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:54:59.955658+0000 mgr.y (mgr.24491) 4857 : cluster [DBG] pgmap v4277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:54:59.955658+0000 mgr.y (mgr.24491) 4857 : cluster [DBG] pgmap v4277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:55:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:01.956147+0000 mgr.y (mgr.24491) 4858 : cluster [DBG] pgmap v4278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:01.956147+0000 mgr.y (mgr.24491) 4858 : cluster [DBG] pgmap v4278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:01.956147+0000 mgr.y (mgr.24491) 4858 : cluster [DBG] pgmap v4278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:03.956669+0000 mgr.y (mgr.24491) 4859 : cluster [DBG] pgmap v4279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:03.956669+0000 mgr.y (mgr.24491) 4859 : cluster [DBG] pgmap v4279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:03.956669+0000 mgr.y (mgr.24491) 4859 : cluster [DBG] pgmap v4279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:05.957565+0000 mgr.y (mgr.24491) 4860 : cluster [DBG] pgmap v4280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:05.957565+0000 mgr.y (mgr.24491) 4860 : cluster [DBG] pgmap v4280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:05.957565+0000 mgr.y (mgr.24491) 4860 : cluster [DBG] pgmap v4280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:08.136 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:07] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:55:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:55:07.787736+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:55:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:55:08.078506+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:55:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:55:08.079113+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:55:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:55:08.083317+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:55:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:55:07.787736+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:55:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:55:08.078506+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:55:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:55:08.079113+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:55:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:55:08.083317+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:55:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:55:07.787736+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:55:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:55:08.078506+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:55:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:55:08.079113+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:55:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:55:08.083317+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:55:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:07.957919+0000 mgr.y (mgr.24491) 4861 : cluster [DBG] pgmap v4281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:07.957919+0000 mgr.y (mgr.24491) 4861 : cluster [DBG] pgmap v4281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:07.957919+0000 mgr.y (mgr.24491) 4861 : cluster [DBG] pgmap v4281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:09.958673+0000 mgr.y (mgr.24491) 4862 : cluster [DBG] pgmap v4282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:09.958673+0000 mgr.y (mgr.24491) 4862 : cluster [DBG] pgmap v4282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:09.958673+0000 mgr.y (mgr.24491) 4862 : cluster [DBG] pgmap v4282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:55:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:11.959055+0000 mgr.y (mgr.24491) 4863 : cluster [DBG] pgmap v4283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:11.959055+0000 mgr.y (mgr.24491) 4863 : cluster [DBG] pgmap v4283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:11.959055+0000 mgr.y (mgr.24491) 4863 : cluster [DBG] pgmap v4283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:13.959503+0000 mgr.y (mgr.24491) 4864 : cluster [DBG] pgmap v4284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:13.959503+0000 mgr.y (mgr.24491) 4864 : cluster [DBG] pgmap v4284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:13.959503+0000 mgr.y (mgr.24491) 4864 : cluster [DBG] pgmap v4284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:15.960226+0000 mgr.y (mgr.24491) 4865 : cluster [DBG] pgmap v4285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:15.960226+0000 mgr.y (mgr.24491) 4865 : cluster [DBG] pgmap v4285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:15.960226+0000 mgr.y (mgr.24491) 4865 : cluster [DBG] pgmap v4285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:17] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:55:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:17.960624+0000 mgr.y (mgr.24491) 4866 : cluster [DBG] pgmap v4286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:17.960624+0000 mgr.y (mgr.24491) 4866 : cluster [DBG] pgmap v4286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:17.960624+0000 mgr.y (mgr.24491) 4866 : cluster [DBG] pgmap v4286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:55:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:19.961353+0000 mgr.y (mgr.24491) 4867 : cluster [DBG] pgmap v4287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:19.961353+0000 mgr.y (mgr.24491) 4867 : cluster [DBG] pgmap v4287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:19.961353+0000 mgr.y (mgr.24491) 4867 : cluster [DBG] pgmap v4287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:23.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:21.961746+0000 mgr.y (mgr.24491) 4868 : cluster [DBG] pgmap v4288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:21.961746+0000 mgr.y (mgr.24491) 4868 : cluster [DBG] pgmap v4288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:21.961746+0000 mgr.y (mgr.24491) 4868 : cluster [DBG] pgmap v4288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:23.894 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:55:24.168 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:55:24.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:55:24.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:55:24.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:55:24.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:55:24.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:55:24.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:55:24.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:55:24.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:55:24.169 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:55:24.506 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:55:24.506 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:55:24.506 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:55:24.506 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:55:24.506 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:55:24.506 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:55:24.506 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:55:24.506 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:55:24.506 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:55:24.507 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:55:24.507 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:55:24.507 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:55:24.507 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:55:24.507 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:55:24.507 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:55:24.507 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:55:24.507 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:55:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:55:23.883467+0000 mgr.y (mgr.24491) 4869 : audit [DBG] from='client.19839 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:25.637 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:23.962181+0000 mgr.y (mgr.24491) 4870 : cluster [DBG] pgmap v4289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:25.637 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:55:24.161253+0000 mgr.y (mgr.24491) 4871 : audit [DBG] from='client.19845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:25.637 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:55:24.505097+0000 mon.c (mon.2) 176 : audit [DBG] from='client.? 172.21.15.177:0/1556014443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:55:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:55:23.883467+0000 mgr.y (mgr.24491) 4869 : audit [DBG] from='client.19839 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:23.962181+0000 mgr.y (mgr.24491) 4870 : cluster [DBG] pgmap v4289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:55:24.161253+0000 mgr.y (mgr.24491) 4871 : audit [DBG] from='client.19845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:55:24.505097+0000 mon.c (mon.2) 176 : audit [DBG] from='client.? 172.21.15.177:0/1556014443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:55:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:55:23.883467+0000 mgr.y (mgr.24491) 4869 : audit [DBG] from='client.19839 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:23.962181+0000 mgr.y (mgr.24491) 4870 : cluster [DBG] pgmap v4289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:55:24.161253+0000 mgr.y (mgr.24491) 4871 : audit [DBG] from='client.19845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:55:24.505097+0000 mon.c (mon.2) 176 : audit [DBG] from='client.? 172.21.15.177:0/1556014443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:55:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:25.962833+0000 mgr.y (mgr.24491) 4872 : cluster [DBG] pgmap v4290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:25.962833+0000 mgr.y (mgr.24491) 4872 : cluster [DBG] pgmap v4290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:25.962833+0000 mgr.y (mgr.24491) 4872 : cluster [DBG] pgmap v4290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:27] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:55:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:27.963260+0000 mgr.y (mgr.24491) 4873 : cluster [DBG] pgmap v4291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:27.963260+0000 mgr.y (mgr.24491) 4873 : cluster [DBG] pgmap v4291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:27.963260+0000 mgr.y (mgr.24491) 4873 : cluster [DBG] pgmap v4291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:55:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:29.964063+0000 mgr.y (mgr.24491) 4874 : cluster [DBG] pgmap v4292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:29.964063+0000 mgr.y (mgr.24491) 4874 : cluster [DBG] pgmap v4292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:29.964063+0000 mgr.y (mgr.24491) 4874 : cluster [DBG] pgmap v4292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:31.964513+0000 mgr.y (mgr.24491) 4875 : cluster [DBG] pgmap v4293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:31.964513+0000 mgr.y (mgr.24491) 4875 : cluster [DBG] pgmap v4293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:31.964513+0000 mgr.y (mgr.24491) 4875 : cluster [DBG] pgmap v4293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:33.964933+0000 mgr.y (mgr.24491) 4876 : cluster [DBG] pgmap v4294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:35.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:33.964933+0000 mgr.y (mgr.24491) 4876 : cluster [DBG] pgmap v4294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:33.964933+0000 mgr.y (mgr.24491) 4876 : cluster [DBG] pgmap v4294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:35.965853+0000 mgr.y (mgr.24491) 4877 : cluster [DBG] pgmap v4295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:35.965853+0000 mgr.y (mgr.24491) 4877 : cluster [DBG] pgmap v4295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:35.965853+0000 mgr.y (mgr.24491) 4877 : cluster [DBG] pgmap v4295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:37] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:55:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:37.966309+0000 mgr.y (mgr.24491) 4878 : cluster [DBG] pgmap v4296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:37.966309+0000 mgr.y (mgr.24491) 4878 : cluster [DBG] pgmap v4296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:37.966309+0000 mgr.y (mgr.24491) 4878 : cluster [DBG] pgmap v4296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:55:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:39.966974+0000 mgr.y (mgr.24491) 4879 : cluster [DBG] pgmap v4297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:39.966974+0000 mgr.y (mgr.24491) 4879 : cluster [DBG] pgmap v4297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:39.966974+0000 mgr.y (mgr.24491) 4879 : cluster [DBG] pgmap v4297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:41.967369+0000 mgr.y (mgr.24491) 4880 : cluster [DBG] pgmap v4298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:41.967369+0000 mgr.y (mgr.24491) 4880 : cluster [DBG] pgmap v4298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:41.967369+0000 mgr.y (mgr.24491) 4880 : cluster [DBG] pgmap v4298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:43.967767+0000 mgr.y (mgr.24491) 4881 : cluster [DBG] pgmap v4299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:43.967767+0000 mgr.y (mgr.24491) 4881 : cluster [DBG] pgmap v4299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:43.967767+0000 mgr.y (mgr.24491) 4881 : cluster [DBG] pgmap v4299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:45.968618+0000 mgr.y (mgr.24491) 4882 : cluster [DBG] pgmap v4300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:45.968618+0000 mgr.y (mgr.24491) 4882 : cluster [DBG] pgmap v4300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:45.968618+0000 mgr.y (mgr.24491) 4882 : cluster [DBG] pgmap v4300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:47] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:55:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:47.969067+0000 mgr.y (mgr.24491) 4883 : cluster [DBG] pgmap v4301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:47.969067+0000 mgr.y (mgr.24491) 4883 : cluster [DBG] pgmap v4301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:47.969067+0000 mgr.y (mgr.24491) 4883 : cluster [DBG] pgmap v4301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:49.969936+0000 mgr.y (mgr.24491) 4884 : cluster [DBG] pgmap v4302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:55:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:49.969936+0000 mgr.y (mgr.24491) 4884 : cluster [DBG] pgmap v4302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:49.969936+0000 mgr.y (mgr.24491) 4884 : cluster [DBG] pgmap v4302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:51.970454+0000 mgr.y (mgr.24491) 4885 : cluster [DBG] pgmap v4303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:51.970454+0000 mgr.y (mgr.24491) 4885 : cluster [DBG] pgmap v4303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:51.970454+0000 mgr.y (mgr.24491) 4885 : cluster [DBG] pgmap v4303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:54.818 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:55:55.091 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:55:55.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:55:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:55:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:55:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:55:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:55:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:55:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:55:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:55:55.093 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:55:55.427 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:55:55.427 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:55:55.427 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:55:55.427 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:55:55.427 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:55:55.427 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:55:55.427 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:55:55.427 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:55:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:55:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:55:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:55:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:55:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:55:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:55:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:55:55.428 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:55:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:55:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:53.970971+0000 mgr.y (mgr.24491) 4886 : cluster [DBG] pgmap v4304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:53.970971+0000 mgr.y (mgr.24491) 4886 : cluster [DBG] pgmap v4304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:53.970971+0000 mgr.y (mgr.24491) 4886 : cluster [DBG] pgmap v4304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:55:54.808026+0000 mgr.y (mgr.24491) 4887 : audit [DBG] from='client.29762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:55:55.085140+0000 mgr.y (mgr.24491) 4888 : audit [DBG] from='client.19863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:55:55.429136+0000 mon.a (mon.0) 1573 : audit [DBG] from='client.? 172.21.15.177:0/1448756718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:55:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:55:54.808026+0000 mgr.y (mgr.24491) 4887 : audit [DBG] from='client.29762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:55:55.085140+0000 mgr.y (mgr.24491) 4888 : audit [DBG] from='client.19863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:55:55.429136+0000 mon.a (mon.0) 1573 : audit [DBG] from='client.? 172.21.15.177:0/1448756718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:55:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:55:54.808026+0000 mgr.y (mgr.24491) 4887 : audit [DBG] from='client.29762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:55:55.085140+0000 mgr.y (mgr.24491) 4888 : audit [DBG] from='client.19863 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:55:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:55:55.429136+0000 mon.a (mon.0) 1573 : audit [DBG] from='client.? 172.21.15.177:0/1448756718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:55:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:55.971735+0000 mgr.y (mgr.24491) 4889 : cluster [DBG] pgmap v4305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:55.971735+0000 mgr.y (mgr.24491) 4889 : cluster [DBG] pgmap v4305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:55.971735+0000 mgr.y (mgr.24491) 4889 : cluster [DBG] pgmap v4305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:55:57] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T05:55:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:55:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:57.972164+0000 mgr.y (mgr.24491) 4890 : cluster [DBG] pgmap v4306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:57.972164+0000 mgr.y (mgr.24491) 4890 : cluster [DBG] pgmap v4306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:55:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:57.972164+0000 mgr.y (mgr.24491) 4890 : cluster [DBG] pgmap v4306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:56:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:55:59.972889+0000 mgr.y (mgr.24491) 4891 : cluster [DBG] pgmap v4307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:55:59.972889+0000 mgr.y (mgr.24491) 4891 : cluster [DBG] pgmap v4307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:55:59.972889+0000 mgr.y (mgr.24491) 4891 : cluster [DBG] pgmap v4307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:01.973441+0000 mgr.y (mgr.24491) 4892 : cluster [DBG] pgmap v4308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:01.973441+0000 mgr.y (mgr.24491) 4892 : cluster [DBG] pgmap v4308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:01.973441+0000 mgr.y (mgr.24491) 4892 : cluster [DBG] pgmap v4308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:03.973823+0000 mgr.y (mgr.24491) 4893 : cluster [DBG] pgmap v4309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:03.973823+0000 mgr.y (mgr.24491) 4893 : cluster [DBG] pgmap v4309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:03.973823+0000 mgr.y (mgr.24491) 4893 : cluster [DBG] pgmap v4309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:05.974515+0000 mgr.y (mgr.24491) 4894 : cluster [DBG] pgmap v4310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:05.974515+0000 mgr.y (mgr.24491) 4894 : cluster [DBG] pgmap v4310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:05.974515+0000 mgr.y (mgr.24491) 4894 : cluster [DBG] pgmap v4310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:07] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:56:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:56:08.087478+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:56:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:56:08.087478+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:56:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:56:08.087478+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:56:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:07.974925+0000 mgr.y (mgr.24491) 4895 : cluster [DBG] pgmap v4311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:56:08.380653+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:56:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:56:08.381314+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:56:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:56:08.385555+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:56:09.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:07.974925+0000 mgr.y (mgr.24491) 4895 : cluster [DBG] pgmap v4311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:56:08.380653+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:56:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:56:08.381314+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:56:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:56:08.385555+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:56:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:07.974925+0000 mgr.y (mgr.24491) 4895 : cluster [DBG] pgmap v4311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:56:08.380653+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:56:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:56:08.381314+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:56:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:56:08.385555+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:56:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:09.975769+0000 mgr.y (mgr.24491) 4896 : cluster [DBG] pgmap v4312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:56:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:09.975769+0000 mgr.y (mgr.24491) 4896 : cluster [DBG] pgmap v4312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:09.975769+0000 mgr.y (mgr.24491) 4896 : cluster [DBG] pgmap v4312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:11.976175+0000 mgr.y (mgr.24491) 4897 : cluster [DBG] pgmap v4313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:11.976175+0000 mgr.y (mgr.24491) 4897 : cluster [DBG] pgmap v4313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:11.976175+0000 mgr.y (mgr.24491) 4897 : cluster [DBG] pgmap v4313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:13.976549+0000 mgr.y (mgr.24491) 4898 : cluster [DBG] pgmap v4314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:13.976549+0000 mgr.y (mgr.24491) 4898 : cluster [DBG] pgmap v4314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:13.976549+0000 mgr.y (mgr.24491) 4898 : cluster [DBG] pgmap v4314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:15.977203+0000 mgr.y (mgr.24491) 4899 : cluster [DBG] pgmap v4315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:15.977203+0000 mgr.y (mgr.24491) 4899 : cluster [DBG] pgmap v4315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:15.977203+0000 mgr.y (mgr.24491) 4899 : cluster [DBG] pgmap v4315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:17] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:56:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:17.977600+0000 mgr.y (mgr.24491) 4900 : cluster [DBG] pgmap v4316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:17.977600+0000 mgr.y (mgr.24491) 4900 : cluster [DBG] pgmap v4316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:17.977600+0000 mgr.y (mgr.24491) 4900 : cluster [DBG] pgmap v4316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:21.264 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:56:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:19.978213+0000 mgr.y (mgr.24491) 4901 : cluster [DBG] pgmap v4317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:19.978213+0000 mgr.y (mgr.24491) 4901 : cluster [DBG] pgmap v4317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:19.978213+0000 mgr.y (mgr.24491) 4901 : cluster [DBG] pgmap v4317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:21.978669+0000 mgr.y (mgr.24491) 4902 : cluster [DBG] pgmap v4318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:21.978669+0000 mgr.y (mgr.24491) 4902 : cluster [DBG] pgmap v4318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:21.978669+0000 mgr.y (mgr.24491) 4902 : cluster [DBG] pgmap v4318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:23.979226+0000 mgr.y (mgr.24491) 4903 : cluster [DBG] pgmap v4319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:23.979226+0000 mgr.y (mgr.24491) 4903 : cluster [DBG] pgmap v4319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:25.737 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:56:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:23.979226+0000 mgr.y (mgr.24491) 4903 : cluster [DBG] pgmap v4319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:26.011 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:56:26.011 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 9m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 9m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:56:26.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:56:26.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:56:26.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:56:26.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:56:26.013 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:56:26.349 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:56:26.349 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:56:26.349 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:56:26.349 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:56:26.349 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:56:26.349 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:56:26.349 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:56:26.349 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:56:26.349 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:56:26.349 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:56:26.349 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:56:26.350 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:56:26.350 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:56:26.350 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:56:26.350 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:56:26.350 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:56:26.350 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:56:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:56:25.727607+0000 mgr.y (mgr.24491) 4904 : audit [DBG] from='client.19875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:25.979782+0000 mgr.y (mgr.24491) 4905 : cluster [DBG] pgmap v4320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:56:26.006046+0000 mgr.y (mgr.24491) 4906 : audit [DBG] from='client.29786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:56:26.351154+0000 mon.c (mon.2) 177 : audit [DBG] from='client.? 172.21.15.177:0/2841043059' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:56:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:56:25.727607+0000 mgr.y (mgr.24491) 4904 : audit [DBG] from='client.19875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:25.979782+0000 mgr.y (mgr.24491) 4905 : cluster [DBG] pgmap v4320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:56:26.006046+0000 mgr.y (mgr.24491) 4906 : audit [DBG] from='client.29786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:56:26.351154+0000 mon.c (mon.2) 177 : audit [DBG] from='client.? 172.21.15.177:0/2841043059' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:56:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:56:25.727607+0000 mgr.y (mgr.24491) 4904 : audit [DBG] from='client.19875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:25.979782+0000 mgr.y (mgr.24491) 4905 : cluster [DBG] pgmap v4320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:56:26.006046+0000 mgr.y (mgr.24491) 4906 : audit [DBG] from='client.29786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:56:26.351154+0000 mon.c (mon.2) 177 : audit [DBG] from='client.? 172.21.15.177:0/2841043059' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:56:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:27] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:56:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:27.980294+0000 mgr.y (mgr.24491) 4907 : cluster [DBG] pgmap v4321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:27.980294+0000 mgr.y (mgr.24491) 4907 : cluster [DBG] pgmap v4321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:27.980294+0000 mgr.y (mgr.24491) 4907 : cluster [DBG] pgmap v4321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:31.280 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:56:31.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:29.981006+0000 mgr.y (mgr.24491) 4908 : cluster [DBG] pgmap v4322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:29.981006+0000 mgr.y (mgr.24491) 4908 : cluster [DBG] pgmap v4322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:29.981006+0000 mgr.y (mgr.24491) 4908 : cluster [DBG] pgmap v4322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:31.981459+0000 mgr.y (mgr.24491) 4909 : cluster [DBG] pgmap v4323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:31.981459+0000 mgr.y (mgr.24491) 4909 : cluster [DBG] pgmap v4323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:31.981459+0000 mgr.y (mgr.24491) 4909 : cluster [DBG] pgmap v4323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:33.981951+0000 mgr.y (mgr.24491) 4910 : cluster [DBG] pgmap v4324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:33.981951+0000 mgr.y (mgr.24491) 4910 : cluster [DBG] pgmap v4324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:33.981951+0000 mgr.y (mgr.24491) 4910 : cluster [DBG] pgmap v4324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:35.982614+0000 mgr.y (mgr.24491) 4911 : cluster [DBG] pgmap v4325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:35.982614+0000 mgr.y (mgr.24491) 4911 : cluster [DBG] pgmap v4325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:35.982614+0000 mgr.y (mgr.24491) 4911 : cluster [DBG] pgmap v4325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:37] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:56:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:37.983169+0000 mgr.y (mgr.24491) 4912 : cluster [DBG] pgmap v4326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:37.983169+0000 mgr.y (mgr.24491) 4912 : cluster [DBG] pgmap v4326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:37.983169+0000 mgr.y (mgr.24491) 4912 : cluster [DBG] pgmap v4326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:41.296 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:56:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:39.983799+0000 mgr.y (mgr.24491) 4913 : cluster [DBG] pgmap v4327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:39.983799+0000 mgr.y (mgr.24491) 4913 : cluster [DBG] pgmap v4327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:39.983799+0000 mgr.y (mgr.24491) 4913 : cluster [DBG] pgmap v4327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:41.984401+0000 mgr.y (mgr.24491) 4914 : cluster [DBG] pgmap v4328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:41.984401+0000 mgr.y (mgr.24491) 4914 : cluster [DBG] pgmap v4328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:41.984401+0000 mgr.y (mgr.24491) 4914 : cluster [DBG] pgmap v4328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:43.984865+0000 mgr.y (mgr.24491) 4915 : cluster [DBG] pgmap v4329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:43.984865+0000 mgr.y (mgr.24491) 4915 : cluster [DBG] pgmap v4329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:43.984865+0000 mgr.y (mgr.24491) 4915 : cluster [DBG] pgmap v4329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:45.985475+0000 mgr.y (mgr.24491) 4916 : cluster [DBG] pgmap v4330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:45.985475+0000 mgr.y (mgr.24491) 4916 : cluster [DBG] pgmap v4330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:45.985475+0000 mgr.y (mgr.24491) 4916 : cluster [DBG] pgmap v4330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:47] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:56:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:47.985876+0000 mgr.y (mgr.24491) 4917 : cluster [DBG] pgmap v4331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:47.985876+0000 mgr.y (mgr.24491) 4917 : cluster [DBG] pgmap v4331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:47.985876+0000 mgr.y (mgr.24491) 4917 : cluster [DBG] pgmap v4331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:51.312 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:56:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:49.986659+0000 mgr.y (mgr.24491) 4918 : cluster [DBG] pgmap v4332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:49.986659+0000 mgr.y (mgr.24491) 4918 : cluster [DBG] pgmap v4332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:49.986659+0000 mgr.y (mgr.24491) 4918 : cluster [DBG] pgmap v4332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:51.987107+0000 mgr.y (mgr.24491) 4919 : cluster [DBG] pgmap v4333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:51.987107+0000 mgr.y (mgr.24491) 4919 : cluster [DBG] pgmap v4333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:51.987107+0000 mgr.y (mgr.24491) 4919 : cluster [DBG] pgmap v4333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:53.987531+0000 mgr.y (mgr.24491) 4920 : cluster [DBG] pgmap v4334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:53.987531+0000 mgr.y (mgr.24491) 4920 : cluster [DBG] pgmap v4334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:53.987531+0000 mgr.y (mgr.24491) 4920 : cluster [DBG] pgmap v4334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:56.660 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:56:56.933 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:56:56.933 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:56:56.933 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:56:56.933 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.7M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:56:56.933 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:56:56.933 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 9m ago 2h 463M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 9m ago 2h 405M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 215M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 219M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 44.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 42.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:56:56.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:56:56.935 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:56:57.266 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:56:57.266 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:56:57.266 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:56:57.266 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:56:57.266 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:56:57.266 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:56:57.266 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:56:57.267 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:56:57.267 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:56:57.267 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:56:57.267 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:56:57.267 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:56:57.267 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:56:57.267 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:56:57.267 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:56:57.267 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:56:57.267 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:56:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:55.988324+0000 mgr.y (mgr.24491) 4921 : cluster [DBG] pgmap v4335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:56:57.268236+0000 mon.a (mon.0) 1578 : audit [DBG] from='client.? 172.21.15.177:0/936496152' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:56:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:55.988324+0000 mgr.y (mgr.24491) 4921 : cluster [DBG] pgmap v4335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:56:57.268236+0000 mon.a (mon.0) 1578 : audit [DBG] from='client.? 172.21.15.177:0/936496152' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:56:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:55.988324+0000 mgr.y (mgr.24491) 4921 : cluster [DBG] pgmap v4335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:56:57.268236+0000 mon.a (mon.0) 1578 : audit [DBG] from='client.? 172.21.15.177:0/936496152' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:56:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:56:57] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T05:56:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:56:56.650297+0000 mgr.y (mgr.24491) 4922 : audit [DBG] from='client.19893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:56:56.927507+0000 mgr.y (mgr.24491) 4923 : audit [DBG] from='client.29804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:56:56.650297+0000 mgr.y (mgr.24491) 4922 : audit [DBG] from='client.19893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:56:56.927507+0000 mgr.y (mgr.24491) 4923 : audit [DBG] from='client.29804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:56:56.650297+0000 mgr.y (mgr.24491) 4922 : audit [DBG] from='client.19893 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:56:56.927507+0000 mgr.y (mgr.24491) 4923 : audit [DBG] from='client.29804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:56:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:57.988904+0000 mgr.y (mgr.24491) 4924 : cluster [DBG] pgmap v4336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:57.988904+0000 mgr.y (mgr.24491) 4924 : cluster [DBG] pgmap v4336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:56:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:56:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:57.988904+0000 mgr.y (mgr.24491) 4924 : cluster [DBG] pgmap v4336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:01.331 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:57:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:56:59.989769+0000 mgr.y (mgr.24491) 4925 : cluster [DBG] pgmap v4337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:56:59.989769+0000 mgr.y (mgr.24491) 4925 : cluster [DBG] pgmap v4337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:56:59.989769+0000 mgr.y (mgr.24491) 4925 : cluster [DBG] pgmap v4337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:01.990228+0000 mgr.y (mgr.24491) 4926 : cluster [DBG] pgmap v4338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:01.990228+0000 mgr.y (mgr.24491) 4926 : cluster [DBG] pgmap v4338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:01.990228+0000 mgr.y (mgr.24491) 4926 : cluster [DBG] pgmap v4338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:03.990631+0000 mgr.y (mgr.24491) 4927 : cluster [DBG] pgmap v4339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:03.990631+0000 mgr.y (mgr.24491) 4927 : cluster [DBG] pgmap v4339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:03.990631+0000 mgr.y (mgr.24491) 4927 : cluster [DBG] pgmap v4339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:05.991284+0000 mgr.y (mgr.24491) 4928 : cluster [DBG] pgmap v4340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:05.991284+0000 mgr.y (mgr.24491) 4928 : cluster [DBG] pgmap v4340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:05.991284+0000 mgr.y (mgr.24491) 4928 : cluster [DBG] pgmap v4340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:07] "GET /metrics HTTP/1.1" 200 188312 "" "Prometheus/2.33.4" 2024-04-20T05:57:09.344 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:07.991679+0000 mgr.y (mgr.24491) 4929 : cluster [DBG] pgmap v4341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:09.344 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:08.389882+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:57:09.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:07.991679+0000 mgr.y (mgr.24491) 4929 : cluster [DBG] pgmap v4341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:08.389882+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:57:09.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:07.991679+0000 mgr.y (mgr.24491) 4929 : cluster [DBG] pgmap v4341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:09.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:08.389882+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:57:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:57:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:09.992427+0000 mgr.y (mgr.24491) 4930 : cluster [DBG] pgmap v4342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:10.856065+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:57:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:11.322514+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:57:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:09.992427+0000 mgr.y (mgr.24491) 4930 : cluster [DBG] pgmap v4342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:10.856065+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:57:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:11.322514+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:57:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:09.992427+0000 mgr.y (mgr.24491) 4930 : cluster [DBG] pgmap v4342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:10.856065+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:57:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:11.322514+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:57:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:11.600771+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:57:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:11.601523+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:57:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:11.606569+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:57:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:11.600771+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:57:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:11.601523+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:57:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:11.606569+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:57:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:11.600771+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:57:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:11.601523+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:57:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:11.606569+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:57:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:11.992801+0000 mgr.y (mgr.24491) 4931 : cluster [DBG] pgmap v4343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:11.992801+0000 mgr.y (mgr.24491) 4931 : cluster [DBG] pgmap v4343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:11.992801+0000 mgr.y (mgr.24491) 4931 : cluster [DBG] pgmap v4343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:13.993240+0000 mgr.y (mgr.24491) 4932 : cluster [DBG] pgmap v4344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:13.993240+0000 mgr.y (mgr.24491) 4932 : cluster [DBG] pgmap v4344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:13.993240+0000 mgr.y (mgr.24491) 4932 : cluster [DBG] pgmap v4344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:15.993928+0000 mgr.y (mgr.24491) 4933 : cluster [DBG] pgmap v4345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:15.993928+0000 mgr.y (mgr.24491) 4933 : cluster [DBG] pgmap v4345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:15.993928+0000 mgr.y (mgr.24491) 4933 : cluster [DBG] pgmap v4345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:17] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:57:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:17.994420+0000 mgr.y (mgr.24491) 4934 : cluster [DBG] pgmap v4346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:17.994420+0000 mgr.y (mgr.24491) 4934 : cluster [DBG] pgmap v4346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:17.994420+0000 mgr.y (mgr.24491) 4934 : cluster [DBG] pgmap v4346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:21.366 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:57:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:19.995160+0000 mgr.y (mgr.24491) 4935 : cluster [DBG] pgmap v4347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:19.995160+0000 mgr.y (mgr.24491) 4935 : cluster [DBG] pgmap v4347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:19.995160+0000 mgr.y (mgr.24491) 4935 : cluster [DBG] pgmap v4347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:21.995539+0000 mgr.y (mgr.24491) 4936 : cluster [DBG] pgmap v4348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:21.995539+0000 mgr.y (mgr.24491) 4936 : cluster [DBG] pgmap v4348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:21.995539+0000 mgr.y (mgr.24491) 4936 : cluster [DBG] pgmap v4348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:23.995906+0000 mgr.y (mgr.24491) 4937 : cluster [DBG] pgmap v4349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:23.995906+0000 mgr.y (mgr.24491) 4937 : cluster [DBG] pgmap v4349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:23.995906+0000 mgr.y (mgr.24491) 4937 : cluster [DBG] pgmap v4349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:27.578 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:57:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:25.996624+0000 mgr.y (mgr.24491) 4938 : cluster [DBG] pgmap v4350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:25.996624+0000 mgr.y (mgr.24491) 4938 : cluster [DBG] pgmap v4350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:25.996624+0000 mgr.y (mgr.24491) 4938 : cluster [DBG] pgmap v4350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:27.852 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:57:27.852 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 16s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:57:27.852 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 16s ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:57:27.852 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 16s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:57:27.852 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 16s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:57:27.852 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 16s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:57:27.852 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 16s ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:57:27.852 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 16s ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:57:27.852 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 16s ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:57:27.852 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 16s ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:57:27.853 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 16s ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:57:27.853 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 16s ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:57:27.853 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 16s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:57:27.853 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 16s ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:57:27.853 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 16s ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:57:27.853 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 16s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:57:27.853 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 16s ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:57:27.853 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 16s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:57:27.853 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 16s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:57:27.853 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 16s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:57:27.853 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 16s ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:57:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:27] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:57:28.189 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:57:28.190 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:57:28.190 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:57:28.190 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:57:28.190 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:57:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:28.191183+0000 mon.c (mon.2) 178 : audit [DBG] from='client.? 172.21.15.177:0/3220730856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:57:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:28.191183+0000 mon.c (mon.2) 178 : audit [DBG] from='client.? 172.21.15.177:0/3220730856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:57:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:28.191183+0000 mon.c (mon.2) 178 : audit [DBG] from='client.? 172.21.15.177:0/3220730856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:57:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:27.568117+0000 mgr.y (mgr.24491) 4939 : audit [DBG] from='client.29816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:57:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:27.846741+0000 mgr.y (mgr.24491) 4940 : audit [DBG] from='client.19917 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:57:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:27.996997+0000 mgr.y (mgr.24491) 4941 : cluster [DBG] pgmap v4351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:27.568117+0000 mgr.y (mgr.24491) 4939 : audit [DBG] from='client.29816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:57:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:27.846741+0000 mgr.y (mgr.24491) 4940 : audit [DBG] from='client.19917 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:57:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:27.996997+0000 mgr.y (mgr.24491) 4941 : cluster [DBG] pgmap v4351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:27.568117+0000 mgr.y (mgr.24491) 4939 : audit [DBG] from='client.29816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:57:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:27.846741+0000 mgr.y (mgr.24491) 4940 : audit [DBG] from='client.19917 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:57:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:27.996997+0000 mgr.y (mgr.24491) 4941 : cluster [DBG] pgmap v4351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:29.997714+0000 mgr.y (mgr.24491) 4942 : cluster [DBG] pgmap v4352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:29.997714+0000 mgr.y (mgr.24491) 4942 : cluster [DBG] pgmap v4352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:29.997714+0000 mgr.y (mgr.24491) 4942 : cluster [DBG] pgmap v4352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:57:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:31.998210+0000 mgr.y (mgr.24491) 4943 : cluster [DBG] pgmap v4353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:31.998210+0000 mgr.y (mgr.24491) 4943 : cluster [DBG] pgmap v4353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:31.998210+0000 mgr.y (mgr.24491) 4943 : cluster [DBG] pgmap v4353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:33.998756+0000 mgr.y (mgr.24491) 4944 : cluster [DBG] pgmap v4354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:33.998756+0000 mgr.y (mgr.24491) 4944 : cluster [DBG] pgmap v4354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:33.998756+0000 mgr.y (mgr.24491) 4944 : cluster [DBG] pgmap v4354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:35.999659+0000 mgr.y (mgr.24491) 4945 : cluster [DBG] pgmap v4355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:35.999659+0000 mgr.y (mgr.24491) 4945 : cluster [DBG] pgmap v4355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:35.999659+0000 mgr.y (mgr.24491) 4945 : cluster [DBG] pgmap v4355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:37] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T05:57:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:38.000080+0000 mgr.y (mgr.24491) 4946 : cluster [DBG] pgmap v4356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:38.000080+0000 mgr.y (mgr.24491) 4946 : cluster [DBG] pgmap v4356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:38.000080+0000 mgr.y (mgr.24491) 4946 : cluster [DBG] pgmap v4356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:40.000641+0000 mgr.y (mgr.24491) 4947 : cluster [DBG] pgmap v4357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:40.000641+0000 mgr.y (mgr.24491) 4947 : cluster [DBG] pgmap v4357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:40.000641+0000 mgr.y (mgr.24491) 4947 : cluster [DBG] pgmap v4357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:57:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:42.001228+0000 mgr.y (mgr.24491) 4948 : cluster [DBG] pgmap v4358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:42.001228+0000 mgr.y (mgr.24491) 4948 : cluster [DBG] pgmap v4358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:42.001228+0000 mgr.y (mgr.24491) 4948 : cluster [DBG] pgmap v4358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:44.001632+0000 mgr.y (mgr.24491) 4949 : cluster [DBG] pgmap v4359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:44.001632+0000 mgr.y (mgr.24491) 4949 : cluster [DBG] pgmap v4359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:44.001632+0000 mgr.y (mgr.24491) 4949 : cluster [DBG] pgmap v4359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:46.002414+0000 mgr.y (mgr.24491) 4950 : cluster [DBG] pgmap v4360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:46.002414+0000 mgr.y (mgr.24491) 4950 : cluster [DBG] pgmap v4360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:46.002414+0000 mgr.y (mgr.24491) 4950 : cluster [DBG] pgmap v4360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:47] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:57:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:48.002784+0000 mgr.y (mgr.24491) 4951 : cluster [DBG] pgmap v4361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:48.002784+0000 mgr.y (mgr.24491) 4951 : cluster [DBG] pgmap v4361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:48.002784+0000 mgr.y (mgr.24491) 4951 : cluster [DBG] pgmap v4361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:50.003416+0000 mgr.y (mgr.24491) 4952 : cluster [DBG] pgmap v4362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:50.003416+0000 mgr.y (mgr.24491) 4952 : cluster [DBG] pgmap v4362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:50.003416+0000 mgr.y (mgr.24491) 4952 : cluster [DBG] pgmap v4362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:57:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:52.003777+0000 mgr.y (mgr.24491) 4953 : cluster [DBG] pgmap v4363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:52.003777+0000 mgr.y (mgr.24491) 4953 : cluster [DBG] pgmap v4363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:52.003777+0000 mgr.y (mgr.24491) 4953 : cluster [DBG] pgmap v4363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:54.004194+0000 mgr.y (mgr.24491) 4954 : cluster [DBG] pgmap v4364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:54.004194+0000 mgr.y (mgr.24491) 4954 : cluster [DBG] pgmap v4364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:54.004194+0000 mgr.y (mgr.24491) 4954 : cluster [DBG] pgmap v4364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:56.004926+0000 mgr.y (mgr.24491) 4955 : cluster [DBG] pgmap v4365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:56.004926+0000 mgr.y (mgr.24491) 4955 : cluster [DBG] pgmap v4365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:56.004926+0000 mgr.y (mgr.24491) 4955 : cluster [DBG] pgmap v4365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:57:57] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T05:57:58.497 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:57:58.770 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 47s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 47s ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 47s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 47s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 47s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 47s ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 47s ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 47s ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 47s ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 47s ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 47s ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:57:58.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 47s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:57:58.772 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 47s ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:57:58.772 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 47s ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:57:58.772 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 47s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:57:58.772 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 47s ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:57:58.772 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 47s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:57:58.772 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 47s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:57:58.772 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 47s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:57:58.772 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 47s ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:57:59.106 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:57:59.106 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:57:59.106 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:57:59.107 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:57:59.107 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:57:59.107 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:57:59.107 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:57:59.107 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:57:59.107 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:57:59.107 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:57:59.107 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:57:59.107 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:57:59.107 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:57:59.107 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:57:59.108 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:57:59.108 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:57:59.108 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:57:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:57:58.005350+0000 mgr.y (mgr.24491) 4956 : cluster [DBG] pgmap v4366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:57:58.005350+0000 mgr.y (mgr.24491) 4956 : cluster [DBG] pgmap v4366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:57:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:57:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:57:58.005350+0000 mgr.y (mgr.24491) 4956 : cluster [DBG] pgmap v4366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:58.487353+0000 mgr.y (mgr.24491) 4957 : audit [DBG] from='client.19929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:58.764819+0000 mgr.y (mgr.24491) 4958 : audit [DBG] from='client.19935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:57:59.108137+0000 mon.a (mon.0) 1585 : audit [DBG] from='client.? 172.21.15.177:0/2949839468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:58:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:58.487353+0000 mgr.y (mgr.24491) 4957 : audit [DBG] from='client.19929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:58.764819+0000 mgr.y (mgr.24491) 4958 : audit [DBG] from='client.19935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:57:59.108137+0000 mon.a (mon.0) 1585 : audit [DBG] from='client.? 172.21.15.177:0/2949839468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:58:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:58.487353+0000 mgr.y (mgr.24491) 4957 : audit [DBG] from='client.19929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:58.764819+0000 mgr.y (mgr.24491) 4958 : audit [DBG] from='client.19935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:57:59.108137+0000 mon.a (mon.0) 1585 : audit [DBG] from='client.? 172.21.15.177:0/2949839468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:58:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:00.005969+0000 mgr.y (mgr.24491) 4959 : cluster [DBG] pgmap v4367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:00.005969+0000 mgr.y (mgr.24491) 4959 : cluster [DBG] pgmap v4367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:00.005969+0000 mgr.y (mgr.24491) 4959 : cluster [DBG] pgmap v4367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:58:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:02.006312+0000 mgr.y (mgr.24491) 4960 : cluster [DBG] pgmap v4368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:02.006312+0000 mgr.y (mgr.24491) 4960 : cluster [DBG] pgmap v4368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:02.006312+0000 mgr.y (mgr.24491) 4960 : cluster [DBG] pgmap v4368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:04.006863+0000 mgr.y (mgr.24491) 4961 : cluster [DBG] pgmap v4369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:04.006863+0000 mgr.y (mgr.24491) 4961 : cluster [DBG] pgmap v4369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:04.006863+0000 mgr.y (mgr.24491) 4961 : cluster [DBG] pgmap v4369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:06.007776+0000 mgr.y (mgr.24491) 4962 : cluster [DBG] pgmap v4370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:06.007776+0000 mgr.y (mgr.24491) 4962 : cluster [DBG] pgmap v4370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:06.007776+0000 mgr.y (mgr.24491) 4962 : cluster [DBG] pgmap v4370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:07] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:58:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:08.008217+0000 mgr.y (mgr.24491) 4963 : cluster [DBG] pgmap v4371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:08.008217+0000 mgr.y (mgr.24491) 4963 : cluster [DBG] pgmap v4371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:08.008217+0000 mgr.y (mgr.24491) 4963 : cluster [DBG] pgmap v4371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:10.008890+0000 mgr.y (mgr.24491) 4964 : cluster [DBG] pgmap v4372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:10.008890+0000 mgr.y (mgr.24491) 4964 : cluster [DBG] pgmap v4372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:10.008890+0000 mgr.y (mgr.24491) 4964 : cluster [DBG] pgmap v4372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:58:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:58:11.611300+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:58:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:58:11.905720+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:58:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:58:11.906337+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:58:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:58:11.910431+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:58:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:58:11.611300+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:58:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:58:11.905720+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:58:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:58:11.906337+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:58:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:58:11.910431+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:58:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:58:11.611300+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:58:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:58:11.905720+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:58:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:58:11.906337+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:58:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:58:11.910431+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:58:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:12.009435+0000 mgr.y (mgr.24491) 4965 : cluster [DBG] pgmap v4373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:12.009435+0000 mgr.y (mgr.24491) 4965 : cluster [DBG] pgmap v4373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:12.009435+0000 mgr.y (mgr.24491) 4965 : cluster [DBG] pgmap v4373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:14.010023+0000 mgr.y (mgr.24491) 4966 : cluster [DBG] pgmap v4374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:14.010023+0000 mgr.y (mgr.24491) 4966 : cluster [DBG] pgmap v4374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:14.010023+0000 mgr.y (mgr.24491) 4966 : cluster [DBG] pgmap v4374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:16.010730+0000 mgr.y (mgr.24491) 4967 : cluster [DBG] pgmap v4375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:16.010730+0000 mgr.y (mgr.24491) 4967 : cluster [DBG] pgmap v4375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:16.010730+0000 mgr.y (mgr.24491) 4967 : cluster [DBG] pgmap v4375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:17] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:58:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:18.011257+0000 mgr.y (mgr.24491) 4968 : cluster [DBG] pgmap v4376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:18.011257+0000 mgr.y (mgr.24491) 4968 : cluster [DBG] pgmap v4376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:18.011257+0000 mgr.y (mgr.24491) 4968 : cluster [DBG] pgmap v4376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:20.012023+0000 mgr.y (mgr.24491) 4969 : cluster [DBG] pgmap v4377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:20.012023+0000 mgr.y (mgr.24491) 4969 : cluster [DBG] pgmap v4377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:58:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:20.012023+0000 mgr.y (mgr.24491) 4969 : cluster [DBG] pgmap v4377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:22.012463+0000 mgr.y (mgr.24491) 4970 : cluster [DBG] pgmap v4378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:22.012463+0000 mgr.y (mgr.24491) 4970 : cluster [DBG] pgmap v4378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:22.012463+0000 mgr.y (mgr.24491) 4970 : cluster [DBG] pgmap v4378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:24.012980+0000 mgr.y (mgr.24491) 4971 : cluster [DBG] pgmap v4379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:24.012980+0000 mgr.y (mgr.24491) 4971 : cluster [DBG] pgmap v4379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:24.012980+0000 mgr.y (mgr.24491) 4971 : cluster [DBG] pgmap v4379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:26.013847+0000 mgr.y (mgr.24491) 4972 : cluster [DBG] pgmap v4380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:26.013847+0000 mgr.y (mgr.24491) 4972 : cluster [DBG] pgmap v4380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:26.013847+0000 mgr.y (mgr.24491) 4972 : cluster [DBG] pgmap v4380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:27] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T05:58:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:28.014425+0000 mgr.y (mgr.24491) 4973 : cluster [DBG] pgmap v4381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:28.014425+0000 mgr.y (mgr.24491) 4973 : cluster [DBG] pgmap v4381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:29.422 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:58:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:28.014425+0000 mgr.y (mgr.24491) 4973 : cluster [DBG] pgmap v4381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:29.696 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:58:29.696 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 78s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:58:29.696 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 78s ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:58:29.696 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 78s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:58:29.697 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 78s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:58:29.697 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 78s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:58:29.697 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 78s ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:58:29.697 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 78s ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:58:29.697 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 78s ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:58:29.697 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 78s ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:58:29.697 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 78s ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:58:29.697 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 78s ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:58:29.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 78s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:58:29.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 78s ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:58:29.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 78s ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:58:29.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 78s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:58:29.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 78s ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:58:29.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 78s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:58:29.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 78s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:58:29.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 78s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:58:29.698 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 78s ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:58:30.030 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:58:30.031 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:58:30.031 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:58:30.031 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:58:30.031 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:58:30.031 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:58:30.031 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:58:30.031 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:58:30.031 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:58:30.032 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:58:30.032 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:58:30.032 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:58:30.032 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:58:30.032 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:58:30.032 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:58:30.032 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:58:30.032 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:58:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:58:30.032555+0000 mon.a (mon.0) 1590 : audit [DBG] from='client.? 172.21.15.177:0/1999754583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:58:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:58:30.032555+0000 mon.a (mon.0) 1590 : audit [DBG] from='client.? 172.21.15.177:0/1999754583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:58:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:58:30.032555+0000 mon.a (mon.0) 1590 : audit [DBG] from='client.? 172.21.15.177:0/1999754583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:58:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:58:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:58:29.411504+0000 mgr.y (mgr.24491) 4974 : audit [DBG] from='client.29852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:58:29.690643+0000 mgr.y (mgr.24491) 4975 : audit [DBG] from='client.29858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:30.015043+0000 mgr.y (mgr.24491) 4976 : cluster [DBG] pgmap v4382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:58:29.411504+0000 mgr.y (mgr.24491) 4974 : audit [DBG] from='client.29852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:58:29.690643+0000 mgr.y (mgr.24491) 4975 : audit [DBG] from='client.29858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:30.015043+0000 mgr.y (mgr.24491) 4976 : cluster [DBG] pgmap v4382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:58:29.411504+0000 mgr.y (mgr.24491) 4974 : audit [DBG] from='client.29852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:58:29.690643+0000 mgr.y (mgr.24491) 4975 : audit [DBG] from='client.29858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:58:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:30.015043+0000 mgr.y (mgr.24491) 4976 : cluster [DBG] pgmap v4382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:32.015543+0000 mgr.y (mgr.24491) 4977 : cluster [DBG] pgmap v4383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:32.015543+0000 mgr.y (mgr.24491) 4977 : cluster [DBG] pgmap v4383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:32.015543+0000 mgr.y (mgr.24491) 4977 : cluster [DBG] pgmap v4383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:34.016075+0000 mgr.y (mgr.24491) 4978 : cluster [DBG] pgmap v4384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:34.016075+0000 mgr.y (mgr.24491) 4978 : cluster [DBG] pgmap v4384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:34.016075+0000 mgr.y (mgr.24491) 4978 : cluster [DBG] pgmap v4384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:36.016752+0000 mgr.y (mgr.24491) 4979 : cluster [DBG] pgmap v4385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:36.016752+0000 mgr.y (mgr.24491) 4979 : cluster [DBG] pgmap v4385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:36.016752+0000 mgr.y (mgr.24491) 4979 : cluster [DBG] pgmap v4385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:37] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-04-20T05:58:39.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:38.017162+0000 mgr.y (mgr.24491) 4980 : cluster [DBG] pgmap v4386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:38.017162+0000 mgr.y (mgr.24491) 4980 : cluster [DBG] pgmap v4386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:38.017162+0000 mgr.y (mgr.24491) 4980 : cluster [DBG] pgmap v4386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:40.017912+0000 mgr.y (mgr.24491) 4981 : cluster [DBG] pgmap v4387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:58:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:40.017912+0000 mgr.y (mgr.24491) 4981 : cluster [DBG] pgmap v4387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:40.017912+0000 mgr.y (mgr.24491) 4981 : cluster [DBG] pgmap v4387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:42.018292+0000 mgr.y (mgr.24491) 4982 : cluster [DBG] pgmap v4388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:42.018292+0000 mgr.y (mgr.24491) 4982 : cluster [DBG] pgmap v4388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:42.018292+0000 mgr.y (mgr.24491) 4982 : cluster [DBG] pgmap v4388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:44.018765+0000 mgr.y (mgr.24491) 4983 : cluster [DBG] pgmap v4389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:44.018765+0000 mgr.y (mgr.24491) 4983 : cluster [DBG] pgmap v4389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:44.018765+0000 mgr.y (mgr.24491) 4983 : cluster [DBG] pgmap v4389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:46.019454+0000 mgr.y (mgr.24491) 4984 : cluster [DBG] pgmap v4390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:46.019454+0000 mgr.y (mgr.24491) 4984 : cluster [DBG] pgmap v4390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:46.019454+0000 mgr.y (mgr.24491) 4984 : cluster [DBG] pgmap v4390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:47] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:58:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:48.019965+0000 mgr.y (mgr.24491) 4985 : cluster [DBG] pgmap v4391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:48.019965+0000 mgr.y (mgr.24491) 4985 : cluster [DBG] pgmap v4391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:48.019965+0000 mgr.y (mgr.24491) 4985 : cluster [DBG] pgmap v4391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:50.020560+0000 mgr.y (mgr.24491) 4986 : cluster [DBG] pgmap v4392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:58:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:50.020560+0000 mgr.y (mgr.24491) 4986 : cluster [DBG] pgmap v4392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:50.020560+0000 mgr.y (mgr.24491) 4986 : cluster [DBG] pgmap v4392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:52.021065+0000 mgr.y (mgr.24491) 4987 : cluster [DBG] pgmap v4393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:52.021065+0000 mgr.y (mgr.24491) 4987 : cluster [DBG] pgmap v4393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:52.021065+0000 mgr.y (mgr.24491) 4987 : cluster [DBG] pgmap v4393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:54.021509+0000 mgr.y (mgr.24491) 4988 : cluster [DBG] pgmap v4394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:54.021509+0000 mgr.y (mgr.24491) 4988 : cluster [DBG] pgmap v4394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:54.021509+0000 mgr.y (mgr.24491) 4988 : cluster [DBG] pgmap v4394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:56.022203+0000 mgr.y (mgr.24491) 4989 : cluster [DBG] pgmap v4395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:56.022203+0000 mgr.y (mgr.24491) 4989 : cluster [DBG] pgmap v4395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:56.022203+0000 mgr.y (mgr.24491) 4989 : cluster [DBG] pgmap v4395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:58:57] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T05:58:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:58:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:58:58.022678+0000 mgr.y (mgr.24491) 4990 : cluster [DBG] pgmap v4396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:58:58.022678+0000 mgr.y (mgr.24491) 4990 : cluster [DBG] pgmap v4396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:58:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:58:58.022678+0000 mgr.y (mgr.24491) 4990 : cluster [DBG] pgmap v4396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:00.341 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:59:00.619 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:59:00.619 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 109s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:59:00.619 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 109s ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:59:00.619 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 109s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:59:00.619 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 109s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:59:00.619 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 109s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:59:00.619 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 109s ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:59:00.619 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 109s ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:59:00.619 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 109s ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:59:00.619 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 109s ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:59:00.620 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 109s ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:59:00.620 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 109s ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:59:00.620 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 109s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:59:00.620 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 109s ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:59:00.620 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 109s ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:59:00.620 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 109s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:59:00.620 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 109s ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:59:00.620 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 109s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:59:00.620 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 109s ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:59:00.620 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 109s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:59:00.620 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 109s ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:59:00.950 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:59:00.951 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:59:00.951 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:59:00.951 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:59:00.951 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:59:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:00.023536+0000 mgr.y (mgr.24491) 4991 : cluster [DBG] pgmap v4397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:59:00.331336+0000 mgr.y (mgr.24491) 4992 : audit [DBG] from='client.29870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:59:00.952007+0000 mon.a (mon.0) 1591 : audit [DBG] from='client.? 172.21.15.177:0/3672709219' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:59:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:59:01.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:00.023536+0000 mgr.y (mgr.24491) 4991 : cluster [DBG] pgmap v4397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:59:00.331336+0000 mgr.y (mgr.24491) 4992 : audit [DBG] from='client.29870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:59:00.952007+0000 mon.a (mon.0) 1591 : audit [DBG] from='client.? 172.21.15.177:0/3672709219' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:59:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:00.023536+0000 mgr.y (mgr.24491) 4991 : cluster [DBG] pgmap v4397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:59:00.331336+0000 mgr.y (mgr.24491) 4992 : audit [DBG] from='client.29870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:59:00.952007+0000 mon.a (mon.0) 1591 : audit [DBG] from='client.? 172.21.15.177:0/3672709219' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:59:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:59:00.613008+0000 mgr.y (mgr.24491) 4993 : audit [DBG] from='client.19971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:02.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:59:00.613008+0000 mgr.y (mgr.24491) 4993 : audit [DBG] from='client.19971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:59:00.613008+0000 mgr.y (mgr.24491) 4993 : audit [DBG] from='client.19971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:02.023904+0000 mgr.y (mgr.24491) 4994 : cluster [DBG] pgmap v4398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:03.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:02.023904+0000 mgr.y (mgr.24491) 4994 : cluster [DBG] pgmap v4398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:02.023904+0000 mgr.y (mgr.24491) 4994 : cluster [DBG] pgmap v4398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:04.024387+0000 mgr.y (mgr.24491) 4995 : cluster [DBG] pgmap v4399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:04.024387+0000 mgr.y (mgr.24491) 4995 : cluster [DBG] pgmap v4399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:04.024387+0000 mgr.y (mgr.24491) 4995 : cluster [DBG] pgmap v4399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:06.025103+0000 mgr.y (mgr.24491) 4996 : cluster [DBG] pgmap v4400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:06.025103+0000 mgr.y (mgr.24491) 4996 : cluster [DBG] pgmap v4400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:06.025103+0000 mgr.y (mgr.24491) 4996 : cluster [DBG] pgmap v4400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:07] "GET /metrics HTTP/1.1" 200 188322 "" "Prometheus/2.33.4" 2024-04-20T05:59:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:08.025668+0000 mgr.y (mgr.24491) 4997 : cluster [DBG] pgmap v4401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:08.025668+0000 mgr.y (mgr.24491) 4997 : cluster [DBG] pgmap v4401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:08.025668+0000 mgr.y (mgr.24491) 4997 : cluster [DBG] pgmap v4401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:10.026412+0000 mgr.y (mgr.24491) 4998 : cluster [DBG] pgmap v4402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:59:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:10.026412+0000 mgr.y (mgr.24491) 4998 : cluster [DBG] pgmap v4402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:10.026412+0000 mgr.y (mgr.24491) 4998 : cluster [DBG] pgmap v4402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:59:11.914661+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:59:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:59:12.206301+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:59:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:59:12.206886+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:59:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:59:12.211145+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:59:12.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:59:11.914661+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:59:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:59:12.206301+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:59:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:59:12.206886+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:59:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:59:12.211145+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:59:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:59:11.914661+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T05:59:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:59:12.206301+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T05:59:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:59:12.206886+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T05:59:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:59:12.211145+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T05:59:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:12.026798+0000 mgr.y (mgr.24491) 4999 : cluster [DBG] pgmap v4403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:12.026798+0000 mgr.y (mgr.24491) 4999 : cluster [DBG] pgmap v4403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:12.026798+0000 mgr.y (mgr.24491) 4999 : cluster [DBG] pgmap v4403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:14.027214+0000 mgr.y (mgr.24491) 5000 : cluster [DBG] pgmap v4404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:15.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:14.027214+0000 mgr.y (mgr.24491) 5000 : cluster [DBG] pgmap v4404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:14.027214+0000 mgr.y (mgr.24491) 5000 : cluster [DBG] pgmap v4404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:16.027891+0000 mgr.y (mgr.24491) 5001 : cluster [DBG] pgmap v4405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:17.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:16.027891+0000 mgr.y (mgr.24491) 5001 : cluster [DBG] pgmap v4405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:16.027891+0000 mgr.y (mgr.24491) 5001 : cluster [DBG] pgmap v4405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:17] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-04-20T05:59:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:18.028422+0000 mgr.y (mgr.24491) 5002 : cluster [DBG] pgmap v4406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:19.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:18.028422+0000 mgr.y (mgr.24491) 5002 : cluster [DBG] pgmap v4406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:18.028422+0000 mgr.y (mgr.24491) 5002 : cluster [DBG] pgmap v4406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:20.029079+0000 mgr.y (mgr.24491) 5003 : cluster [DBG] pgmap v4407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:59:21.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:20.029079+0000 mgr.y (mgr.24491) 5003 : cluster [DBG] pgmap v4407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:20.029079+0000 mgr.y (mgr.24491) 5003 : cluster [DBG] pgmap v4407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:22.029503+0000 mgr.y (mgr.24491) 5004 : cluster [DBG] pgmap v4408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:22.029503+0000 mgr.y (mgr.24491) 5004 : cluster [DBG] pgmap v4408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:22.029503+0000 mgr.y (mgr.24491) 5004 : cluster [DBG] pgmap v4408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:24.030020+0000 mgr.y (mgr.24491) 5005 : cluster [DBG] pgmap v4409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:24.030020+0000 mgr.y (mgr.24491) 5005 : cluster [DBG] pgmap v4409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:24.030020+0000 mgr.y (mgr.24491) 5005 : cluster [DBG] pgmap v4409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:26.030700+0000 mgr.y (mgr.24491) 5006 : cluster [DBG] pgmap v4410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:26.030700+0000 mgr.y (mgr.24491) 5006 : cluster [DBG] pgmap v4410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:26.030700+0000 mgr.y (mgr.24491) 5006 : cluster [DBG] pgmap v4410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:27] "GET /metrics HTTP/1.1" 200 188319 "" "Prometheus/2.33.4" 2024-04-20T05:59:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:28.031129+0000 mgr.y (mgr.24491) 5007 : cluster [DBG] pgmap v4411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:28.031129+0000 mgr.y (mgr.24491) 5007 : cluster [DBG] pgmap v4411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:28.031129+0000 mgr.y (mgr.24491) 5007 : cluster [DBG] pgmap v4411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:31.263 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:59:31.264 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T05:59:31.541 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T05:59:31.541 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T05:59:31.541 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T05:59:31.541 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T05:59:31.541 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T05:59:31.541 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T05:59:31.541 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T05:59:31.541 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T05:59:31.541 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 2m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 2m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 2m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 2m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T05:59:31.542 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T05:59:31.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:30.031778+0000 mgr.y (mgr.24491) 5008 : cluster [DBG] pgmap v4412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:30.031778+0000 mgr.y (mgr.24491) 5008 : cluster [DBG] pgmap v4412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:30.031778+0000 mgr.y (mgr.24491) 5008 : cluster [DBG] pgmap v4412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:31.873 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T05:59:31.873 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T05:59:31.873 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T05:59:31.873 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:59:31.873 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T05:59:31.873 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:59:31.873 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:59:31.874 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T05:59:31.874 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T05:59:31.874 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:59:31.874 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T05:59:31.874 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T05:59:31.874 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T05:59:31.874 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T05:59:31.874 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T05:59:31.874 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T05:59:31.874 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T05:59:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:59:31.254386+0000 mgr.y (mgr.24491) 5009 : audit [DBG] from='client.29888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:59:31.875207+0000 mon.c (mon.2) 179 : audit [DBG] from='client.? 172.21.15.177:0/1164648405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:59:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:59:31.254386+0000 mgr.y (mgr.24491) 5009 : audit [DBG] from='client.29888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:59:31.875207+0000 mon.c (mon.2) 179 : audit [DBG] from='client.? 172.21.15.177:0/1164648405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:59:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:59:31.254386+0000 mgr.y (mgr.24491) 5009 : audit [DBG] from='client.29888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:59:31.875207+0000 mon.c (mon.2) 179 : audit [DBG] from='client.? 172.21.15.177:0/1164648405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T05:59:33.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T05:59:31.535610+0000 mgr.y (mgr.24491) 5010 : audit [DBG] from='client.19989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:32.032155+0000 mgr.y (mgr.24491) 5011 : cluster [DBG] pgmap v4413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T05:59:31.535610+0000 mgr.y (mgr.24491) 5010 : audit [DBG] from='client.19989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:32.032155+0000 mgr.y (mgr.24491) 5011 : cluster [DBG] pgmap v4413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T05:59:31.535610+0000 mgr.y (mgr.24491) 5010 : audit [DBG] from='client.19989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T05:59:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:32.032155+0000 mgr.y (mgr.24491) 5011 : cluster [DBG] pgmap v4413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:34.032581+0000 mgr.y (mgr.24491) 5012 : cluster [DBG] pgmap v4414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:34.032581+0000 mgr.y (mgr.24491) 5012 : cluster [DBG] pgmap v4414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:34.032581+0000 mgr.y (mgr.24491) 5012 : cluster [DBG] pgmap v4414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:36.033258+0000 mgr.y (mgr.24491) 5013 : cluster [DBG] pgmap v4415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:36.033258+0000 mgr.y (mgr.24491) 5013 : cluster [DBG] pgmap v4415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:36.033258+0000 mgr.y (mgr.24491) 5013 : cluster [DBG] pgmap v4415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:37] "GET /metrics HTTP/1.1" 200 188321 "" "Prometheus/2.33.4" 2024-04-20T05:59:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:38.033816+0000 mgr.y (mgr.24491) 5014 : cluster [DBG] pgmap v4416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:38.033816+0000 mgr.y (mgr.24491) 5014 : cluster [DBG] pgmap v4416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:38.033816+0000 mgr.y (mgr.24491) 5014 : cluster [DBG] pgmap v4416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:41.281 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:59:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:40.034694+0000 mgr.y (mgr.24491) 5015 : cluster [DBG] pgmap v4417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:40.034694+0000 mgr.y (mgr.24491) 5015 : cluster [DBG] pgmap v4417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:40.034694+0000 mgr.y (mgr.24491) 5015 : cluster [DBG] pgmap v4417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:42.035313+0000 mgr.y (mgr.24491) 5016 : cluster [DBG] pgmap v4418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:42.035313+0000 mgr.y (mgr.24491) 5016 : cluster [DBG] pgmap v4418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:42.035313+0000 mgr.y (mgr.24491) 5016 : cluster [DBG] pgmap v4418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:44.035905+0000 mgr.y (mgr.24491) 5017 : cluster [DBG] pgmap v4419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:44.035905+0000 mgr.y (mgr.24491) 5017 : cluster [DBG] pgmap v4419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:44.035905+0000 mgr.y (mgr.24491) 5017 : cluster [DBG] pgmap v4419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:47.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:46.036729+0000 mgr.y (mgr.24491) 5018 : cluster [DBG] pgmap v4420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:46.036729+0000 mgr.y (mgr.24491) 5018 : cluster [DBG] pgmap v4420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:46.036729+0000 mgr.y (mgr.24491) 5018 : cluster [DBG] pgmap v4420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:47] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-04-20T05:59:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:48.037179+0000 mgr.y (mgr.24491) 5019 : cluster [DBG] pgmap v4421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:48.037179+0000 mgr.y (mgr.24491) 5019 : cluster [DBG] pgmap v4421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:48.037179+0000 mgr.y (mgr.24491) 5019 : cluster [DBG] pgmap v4421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:51.297 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 05:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T05:59:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:50.037895+0000 mgr.y (mgr.24491) 5020 : cluster [DBG] pgmap v4422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:50.037895+0000 mgr.y (mgr.24491) 5020 : cluster [DBG] pgmap v4422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:50.037895+0000 mgr.y (mgr.24491) 5020 : cluster [DBG] pgmap v4422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:52.038397+0000 mgr.y (mgr.24491) 5021 : cluster [DBG] pgmap v4423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:52.038397+0000 mgr.y (mgr.24491) 5021 : cluster [DBG] pgmap v4423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:52.038397+0000 mgr.y (mgr.24491) 5021 : cluster [DBG] pgmap v4423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:54.038781+0000 mgr.y (mgr.24491) 5022 : cluster [DBG] pgmap v4424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:54.038781+0000 mgr.y (mgr.24491) 5022 : cluster [DBG] pgmap v4424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:54.038781+0000 mgr.y (mgr.24491) 5022 : cluster [DBG] pgmap v4424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:56.039555+0000 mgr.y (mgr.24491) 5023 : cluster [DBG] pgmap v4425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:56.039555+0000 mgr.y (mgr.24491) 5023 : cluster [DBG] pgmap v4425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:56.039555+0000 mgr.y (mgr.24491) 5023 : cluster [DBG] pgmap v4425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 05:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:05:59:57] "GET /metrics HTTP/1.1" 200 188320 "" "Prometheus/2.33.4" 2024-04-20T05:59:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 05:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T05:59:58.039971+0000 mgr.y (mgr.24491) 5024 : cluster [DBG] pgmap v4426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 05:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T05:59:58.039971+0000 mgr.y (mgr.24491) 5024 : cluster [DBG] pgmap v4426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T05:59:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 05:59:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T05:59:58.039971+0000 mgr.y (mgr.24491) 5024 : cluster [DBG] pgmap v4426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:00.318 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T05:59:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:00:00.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:00.000148+0000 mon.a (mon.0) 1596 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:00:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:00.000148+0000 mon.a (mon.0) 1596 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:00:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:00.000148+0000 mon.a (mon.0) 1596 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:00:01.320 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:00:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:00.040879+0000 mgr.y (mgr.24491) 5025 : cluster [DBG] pgmap v4427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:00.040879+0000 mgr.y (mgr.24491) 5025 : cluster [DBG] pgmap v4427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:00.040879+0000 mgr.y (mgr.24491) 5025 : cluster [DBG] pgmap v4427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:02.182 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:00:02.462 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:00:02.462 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 2m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 2m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 2m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 2m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:00:02.463 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:00:02.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:00:02.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:00:02.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:00:02.464 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:00:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:00:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:00:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:00:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:00:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:00:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:00:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:00:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:00:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:00:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:00:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:00:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:00:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:00:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:00:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:00:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:00:02.805 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:00:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:02.041338+0000 mgr.y (mgr.24491) 5026 : cluster [DBG] pgmap v4428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:00:02.172179+0000 mgr.y (mgr.24491) 5027 : audit [DBG] from='client.20001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:00:02.806061+0000 mon.c (mon.2) 180 : audit [DBG] from='client.? 172.21.15.177:0/2273348397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:00:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:02.041338+0000 mgr.y (mgr.24491) 5026 : cluster [DBG] pgmap v4428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:00:02.172179+0000 mgr.y (mgr.24491) 5027 : audit [DBG] from='client.20001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:00:02.806061+0000 mon.c (mon.2) 180 : audit [DBG] from='client.? 172.21.15.177:0/2273348397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:00:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:02.041338+0000 mgr.y (mgr.24491) 5026 : cluster [DBG] pgmap v4428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:00:02.172179+0000 mgr.y (mgr.24491) 5027 : audit [DBG] from='client.20001 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:00:02.806061+0000 mon.c (mon.2) 180 : audit [DBG] from='client.? 172.21.15.177:0/2273348397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:00:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:00:02.456753+0000 mgr.y (mgr.24491) 5028 : audit [DBG] from='client.20007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:00:02.456753+0000 mgr.y (mgr.24491) 5028 : audit [DBG] from='client.20007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:00:02.456753+0000 mgr.y (mgr.24491) 5028 : audit [DBG] from='client.20007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:04.041776+0000 mgr.y (mgr.24491) 5029 : cluster [DBG] pgmap v4429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:04.041776+0000 mgr.y (mgr.24491) 5029 : cluster [DBG] pgmap v4429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:04.041776+0000 mgr.y (mgr.24491) 5029 : cluster [DBG] pgmap v4429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:06.042455+0000 mgr.y (mgr.24491) 5030 : cluster [DBG] pgmap v4430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:06.042455+0000 mgr.y (mgr.24491) 5030 : cluster [DBG] pgmap v4430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:06.042455+0000 mgr.y (mgr.24491) 5030 : cluster [DBG] pgmap v4430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:07] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T06:00:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:08.042991+0000 mgr.y (mgr.24491) 5031 : cluster [DBG] pgmap v4431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:08.042991+0000 mgr.y (mgr.24491) 5031 : cluster [DBG] pgmap v4431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:08.042991+0000 mgr.y (mgr.24491) 5031 : cluster [DBG] pgmap v4431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:11.342 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:00:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:10.043637+0000 mgr.y (mgr.24491) 5032 : cluster [DBG] pgmap v4432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:10.043637+0000 mgr.y (mgr.24491) 5032 : cluster [DBG] pgmap v4432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:10.043637+0000 mgr.y (mgr.24491) 5032 : cluster [DBG] pgmap v4432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:12.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:00:12.215405+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:00:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:00:12.215405+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:00:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:00:12.215405+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:00:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:12.044053+0000 mgr.y (mgr.24491) 5033 : cluster [DBG] pgmap v4433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:00:12.466417+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:00:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:00:12.737553+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:00:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:00:12.738187+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:00:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:00:12.742711+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:00:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:12.044053+0000 mgr.y (mgr.24491) 5033 : cluster [DBG] pgmap v4433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:00:12.466417+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:00:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:00:12.737553+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:00:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:00:12.738187+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:00:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:00:12.742711+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:00:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:12.044053+0000 mgr.y (mgr.24491) 5033 : cluster [DBG] pgmap v4433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:00:12.466417+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:00:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:00:12.737553+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:00:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:00:12.738187+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:00:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:00:12.742711+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:00:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:14.044491+0000 mgr.y (mgr.24491) 5034 : cluster [DBG] pgmap v4434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:14.044491+0000 mgr.y (mgr.24491) 5034 : cluster [DBG] pgmap v4434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:15.661 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:14.044491+0000 mgr.y (mgr.24491) 5034 : cluster [DBG] pgmap v4434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:16.045240+0000 mgr.y (mgr.24491) 5035 : cluster [DBG] pgmap v4435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:16.045240+0000 mgr.y (mgr.24491) 5035 : cluster [DBG] pgmap v4435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:16.045240+0000 mgr.y (mgr.24491) 5035 : cluster [DBG] pgmap v4435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:00:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:18.045658+0000 mgr.y (mgr.24491) 5036 : cluster [DBG] pgmap v4436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:18.045658+0000 mgr.y (mgr.24491) 5036 : cluster [DBG] pgmap v4436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:18.045658+0000 mgr.y (mgr.24491) 5036 : cluster [DBG] pgmap v4436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:21.361 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:00:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:20.046339+0000 mgr.y (mgr.24491) 5037 : cluster [DBG] pgmap v4437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:20.046339+0000 mgr.y (mgr.24491) 5037 : cluster [DBG] pgmap v4437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:20.046339+0000 mgr.y (mgr.24491) 5037 : cluster [DBG] pgmap v4437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:22.046671+0000 mgr.y (mgr.24491) 5038 : cluster [DBG] pgmap v4438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:22.046671+0000 mgr.y (mgr.24491) 5038 : cluster [DBG] pgmap v4438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:22.046671+0000 mgr.y (mgr.24491) 5038 : cluster [DBG] pgmap v4438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:24.047215+0000 mgr.y (mgr.24491) 5039 : cluster [DBG] pgmap v4439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:24.047215+0000 mgr.y (mgr.24491) 5039 : cluster [DBG] pgmap v4439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:24.047215+0000 mgr.y (mgr.24491) 5039 : cluster [DBG] pgmap v4439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:26.047985+0000 mgr.y (mgr.24491) 5040 : cluster [DBG] pgmap v4440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:26.047985+0000 mgr.y (mgr.24491) 5040 : cluster [DBG] pgmap v4440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:26.047985+0000 mgr.y (mgr.24491) 5040 : cluster [DBG] pgmap v4440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:00:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:28.048423+0000 mgr.y (mgr.24491) 5041 : cluster [DBG] pgmap v4441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:28.048423+0000 mgr.y (mgr.24491) 5041 : cluster [DBG] pgmap v4441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:28.048423+0000 mgr.y (mgr.24491) 5041 : cluster [DBG] pgmap v4441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:31.378 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:00:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:30.049078+0000 mgr.y (mgr.24491) 5042 : cluster [DBG] pgmap v4442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:30.049078+0000 mgr.y (mgr.24491) 5042 : cluster [DBG] pgmap v4442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:30.049078+0000 mgr.y (mgr.24491) 5042 : cluster [DBG] pgmap v4442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:33.118 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:00:33.393 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:00:33.394 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:00:33.394 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 3m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:00:33.394 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:00:33.394 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 3m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:00:33.395 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 3m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:00:33.395 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:00:33.395 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:00:33.395 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 3m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:00:33.395 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:00:33.396 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:00:33.396 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 3m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:00:33.396 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:00:33.396 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:00:33.396 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:00:33.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 3m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:00:33.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 3m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:00:33.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 3m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:00:33.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 3m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:00:33.398 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 3m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:00:33.398 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 3m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:00:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:32.049643+0000 mgr.y (mgr.24491) 5043 : cluster [DBG] pgmap v4443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:32.049643+0000 mgr.y (mgr.24491) 5043 : cluster [DBG] pgmap v4443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:33.726 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:00:33.726 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:00:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:00:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:00:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:00:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:00:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:00:33.728 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:00:33.728 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:00:33.728 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:00:33.728 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:00:33.728 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:00:33.728 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:00:33.729 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:00:33.729 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:00:33.729 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:00:33.729 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:00:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:32.049643+0000 mgr.y (mgr.24491) 5043 : cluster [DBG] pgmap v4443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:00:33.107430+0000 mgr.y (mgr.24491) 5044 : audit [DBG] from='client.20019 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:00:33.387759+0000 mgr.y (mgr.24491) 5045 : audit [DBG] from='client.20025 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:00:33.728343+0000 mon.a (mon.0) 1602 : audit [DBG] from='client.? 172.21.15.177:0/4164223427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:00:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:00:33.107430+0000 mgr.y (mgr.24491) 5044 : audit [DBG] from='client.20019 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:00:33.387759+0000 mgr.y (mgr.24491) 5045 : audit [DBG] from='client.20025 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:00:33.728343+0000 mon.a (mon.0) 1602 : audit [DBG] from='client.? 172.21.15.177:0/4164223427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:00:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:00:33.107430+0000 mgr.y (mgr.24491) 5044 : audit [DBG] from='client.20019 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:00:33.387759+0000 mgr.y (mgr.24491) 5045 : audit [DBG] from='client.20025 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:00:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:00:33.728343+0000 mon.a (mon.0) 1602 : audit [DBG] from='client.? 172.21.15.177:0/4164223427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:00:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:34.050069+0000 mgr.y (mgr.24491) 5046 : cluster [DBG] pgmap v4444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:34.050069+0000 mgr.y (mgr.24491) 5046 : cluster [DBG] pgmap v4444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:34.050069+0000 mgr.y (mgr.24491) 5046 : cluster [DBG] pgmap v4444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:36.050805+0000 mgr.y (mgr.24491) 5047 : cluster [DBG] pgmap v4445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:36.050805+0000 mgr.y (mgr.24491) 5047 : cluster [DBG] pgmap v4445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:36.050805+0000 mgr.y (mgr.24491) 5047 : cluster [DBG] pgmap v4445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T06:00:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:38.051299+0000 mgr.y (mgr.24491) 5048 : cluster [DBG] pgmap v4446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:38.051299+0000 mgr.y (mgr.24491) 5048 : cluster [DBG] pgmap v4446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:38.051299+0000 mgr.y (mgr.24491) 5048 : cluster [DBG] pgmap v4446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:41.397 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:00:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:40.052029+0000 mgr.y (mgr.24491) 5049 : cluster [DBG] pgmap v4447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:40.052029+0000 mgr.y (mgr.24491) 5049 : cluster [DBG] pgmap v4447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:40.052029+0000 mgr.y (mgr.24491) 5049 : cluster [DBG] pgmap v4447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:42.052459+0000 mgr.y (mgr.24491) 5050 : cluster [DBG] pgmap v4448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:42.052459+0000 mgr.y (mgr.24491) 5050 : cluster [DBG] pgmap v4448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:42.052459+0000 mgr.y (mgr.24491) 5050 : cluster [DBG] pgmap v4448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:44.052922+0000 mgr.y (mgr.24491) 5051 : cluster [DBG] pgmap v4449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:44.052922+0000 mgr.y (mgr.24491) 5051 : cluster [DBG] pgmap v4449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:44.052922+0000 mgr.y (mgr.24491) 5051 : cluster [DBG] pgmap v4449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:47.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:46.053536+0000 mgr.y (mgr.24491) 5052 : cluster [DBG] pgmap v4450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:47.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:46.053536+0000 mgr.y (mgr.24491) 5052 : cluster [DBG] pgmap v4450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:46.053536+0000 mgr.y (mgr.24491) 5052 : cluster [DBG] pgmap v4450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T06:00:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:48.053909+0000 mgr.y (mgr.24491) 5053 : cluster [DBG] pgmap v4451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:48.053909+0000 mgr.y (mgr.24491) 5053 : cluster [DBG] pgmap v4451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:48.053909+0000 mgr.y (mgr.24491) 5053 : cluster [DBG] pgmap v4451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:51.414 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:00:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:50.054750+0000 mgr.y (mgr.24491) 5054 : cluster [DBG] pgmap v4452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:50.054750+0000 mgr.y (mgr.24491) 5054 : cluster [DBG] pgmap v4452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:50.054750+0000 mgr.y (mgr.24491) 5054 : cluster [DBG] pgmap v4452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:52.055186+0000 mgr.y (mgr.24491) 5055 : cluster [DBG] pgmap v4453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:53.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:52.055186+0000 mgr.y (mgr.24491) 5055 : cluster [DBG] pgmap v4453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:53.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:52.055186+0000 mgr.y (mgr.24491) 5055 : cluster [DBG] pgmap v4453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:54.055660+0000 mgr.y (mgr.24491) 5056 : cluster [DBG] pgmap v4454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:54.055660+0000 mgr.y (mgr.24491) 5056 : cluster [DBG] pgmap v4454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:54.055660+0000 mgr.y (mgr.24491) 5056 : cluster [DBG] pgmap v4454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:56.056391+0000 mgr.y (mgr.24491) 5057 : cluster [DBG] pgmap v4455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:56.056391+0000 mgr.y (mgr.24491) 5057 : cluster [DBG] pgmap v4455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:56.056391+0000 mgr.y (mgr.24491) 5057 : cluster [DBG] pgmap v4455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:00:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T06:00:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:00:58.057021+0000 mgr.y (mgr.24491) 5058 : cluster [DBG] pgmap v4456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:00:58.057021+0000 mgr.y (mgr.24491) 5058 : cluster [DBG] pgmap v4456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:00:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:00:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:00:58.057021+0000 mgr.y (mgr.24491) 5058 : cluster [DBG] pgmap v4456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:00.057772+0000 mgr.y (mgr.24491) 5059 : cluster [DBG] pgmap v4457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:00.057772+0000 mgr.y (mgr.24491) 5059 : cluster [DBG] pgmap v4457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:00.057772+0000 mgr.y (mgr.24491) 5059 : cluster [DBG] pgmap v4457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:01:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:02.058425+0000 mgr.y (mgr.24491) 5060 : cluster [DBG] pgmap v4458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:02.058425+0000 mgr.y (mgr.24491) 5060 : cluster [DBG] pgmap v4458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:02.058425+0000 mgr.y (mgr.24491) 5060 : cluster [DBG] pgmap v4458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:04.038 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:01:04.313 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:01:04.313 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 3m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 3m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 3m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 3m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 3m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 3m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:01:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 3m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:01:04.315 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 3m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:01:04.315 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 3m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:01:04.315 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 3m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:01:04.315 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 3m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:01:04.647 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:01:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:01:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:01:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:01:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:01:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:01:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:01:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:01:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:01:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:01:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:01:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:01:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:01:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:01:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:01:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:01:04.648 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:01:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:01:04.027693+0000 mgr.y (mgr.24491) 5061 : audit [DBG] from='client.20037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:04.058770+0000 mgr.y (mgr.24491) 5062 : cluster [DBG] pgmap v4459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:01:04.307888+0000 mgr.y (mgr.24491) 5063 : audit [DBG] from='client.29948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:01:04.649004+0000 mon.a (mon.0) 1603 : audit [DBG] from='client.? 172.21.15.177:0/3811920426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:01:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:01:04.027693+0000 mgr.y (mgr.24491) 5061 : audit [DBG] from='client.20037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:04.058770+0000 mgr.y (mgr.24491) 5062 : cluster [DBG] pgmap v4459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:01:04.307888+0000 mgr.y (mgr.24491) 5063 : audit [DBG] from='client.29948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:01:04.649004+0000 mon.a (mon.0) 1603 : audit [DBG] from='client.? 172.21.15.177:0/3811920426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:01:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:01:04.027693+0000 mgr.y (mgr.24491) 5061 : audit [DBG] from='client.20037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:04.058770+0000 mgr.y (mgr.24491) 5062 : cluster [DBG] pgmap v4459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:01:04.307888+0000 mgr.y (mgr.24491) 5063 : audit [DBG] from='client.29948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:01:04.649004+0000 mon.a (mon.0) 1603 : audit [DBG] from='client.? 172.21.15.177:0/3811920426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:01:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:06.059431+0000 mgr.y (mgr.24491) 5064 : cluster [DBG] pgmap v4460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:06.059431+0000 mgr.y (mgr.24491) 5064 : cluster [DBG] pgmap v4460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:06.059431+0000 mgr.y (mgr.24491) 5064 : cluster [DBG] pgmap v4460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:01:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:08.059996+0000 mgr.y (mgr.24491) 5065 : cluster [DBG] pgmap v4461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:08.059996+0000 mgr.y (mgr.24491) 5065 : cluster [DBG] pgmap v4461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:08.059996+0000 mgr.y (mgr.24491) 5065 : cluster [DBG] pgmap v4461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:10.060800+0000 mgr.y (mgr.24491) 5066 : cluster [DBG] pgmap v4462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:10.060800+0000 mgr.y (mgr.24491) 5066 : cluster [DBG] pgmap v4462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:10.060800+0000 mgr.y (mgr.24491) 5066 : cluster [DBG] pgmap v4462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:01:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:12.061168+0000 mgr.y (mgr.24491) 5067 : cluster [DBG] pgmap v4463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:01:12.747148+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:01:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:01:12.994571+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:01:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:12.061168+0000 mgr.y (mgr.24491) 5067 : cluster [DBG] pgmap v4463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:01:12.747148+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:01:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:01:12.994571+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:01:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:12.061168+0000 mgr.y (mgr.24491) 5067 : cluster [DBG] pgmap v4463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:01:12.747148+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:01:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:01:12.994571+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:01:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:01:13.263069+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:01:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:01:13.263679+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:01:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:01:13.270244+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:01:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:01:13.263069+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:01:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:01:13.263679+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:01:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:01:13.270244+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:01:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:01:13.263069+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:01:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:01:13.263679+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:01:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:01:13.270244+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:01:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:14.061664+0000 mgr.y (mgr.24491) 5068 : cluster [DBG] pgmap v4464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:14.061664+0000 mgr.y (mgr.24491) 5068 : cluster [DBG] pgmap v4464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:14.061664+0000 mgr.y (mgr.24491) 5068 : cluster [DBG] pgmap v4464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:16.062584+0000 mgr.y (mgr.24491) 5069 : cluster [DBG] pgmap v4465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:16.062584+0000 mgr.y (mgr.24491) 5069 : cluster [DBG] pgmap v4465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:16.062584+0000 mgr.y (mgr.24491) 5069 : cluster [DBG] pgmap v4465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T06:01:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:18.063024+0000 mgr.y (mgr.24491) 5070 : cluster [DBG] pgmap v4466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:18.063024+0000 mgr.y (mgr.24491) 5070 : cluster [DBG] pgmap v4466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:18.063024+0000 mgr.y (mgr.24491) 5070 : cluster [DBG] pgmap v4466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:21.279 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:01:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:20.063778+0000 mgr.y (mgr.24491) 5071 : cluster [DBG] pgmap v4467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:20.063778+0000 mgr.y (mgr.24491) 5071 : cluster [DBG] pgmap v4467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:20.063778+0000 mgr.y (mgr.24491) 5071 : cluster [DBG] pgmap v4467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:22.064224+0000 mgr.y (mgr.24491) 5072 : cluster [DBG] pgmap v4468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:22.064224+0000 mgr.y (mgr.24491) 5072 : cluster [DBG] pgmap v4468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:22.064224+0000 mgr.y (mgr.24491) 5072 : cluster [DBG] pgmap v4468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:24.064754+0000 mgr.y (mgr.24491) 5073 : cluster [DBG] pgmap v4469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:24.064754+0000 mgr.y (mgr.24491) 5073 : cluster [DBG] pgmap v4469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:24.064754+0000 mgr.y (mgr.24491) 5073 : cluster [DBG] pgmap v4469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:26.065615+0000 mgr.y (mgr.24491) 5074 : cluster [DBG] pgmap v4470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:26.065615+0000 mgr.y (mgr.24491) 5074 : cluster [DBG] pgmap v4470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:26.065615+0000 mgr.y (mgr.24491) 5074 : cluster [DBG] pgmap v4470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T06:01:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:28.066195+0000 mgr.y (mgr.24491) 5075 : cluster [DBG] pgmap v4471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:28.066195+0000 mgr.y (mgr.24491) 5075 : cluster [DBG] pgmap v4471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:28.066195+0000 mgr.y (mgr.24491) 5075 : cluster [DBG] pgmap v4471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:31.294 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:01:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:30.067015+0000 mgr.y (mgr.24491) 5076 : cluster [DBG] pgmap v4472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:30.067015+0000 mgr.y (mgr.24491) 5076 : cluster [DBG] pgmap v4472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:30.067015+0000 mgr.y (mgr.24491) 5076 : cluster [DBG] pgmap v4472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:33.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:32.067389+0000 mgr.y (mgr.24491) 5077 : cluster [DBG] pgmap v4473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:32.067389+0000 mgr.y (mgr.24491) 5077 : cluster [DBG] pgmap v4473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:32.067389+0000 mgr.y (mgr.24491) 5077 : cluster [DBG] pgmap v4473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:34.958 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:01:35.232 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:01:35.232 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 4m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:01:35.232 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:01:35.232 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 4m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:01:35.232 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 4m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:01:35.232 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:01:35.232 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 4m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 4m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 4m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 4m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 4m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 4m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 4m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 4m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 4m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 4m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:01:35.233 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:01:35.565 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:01:35.565 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:01:35.565 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:01:35.565 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:01:35.565 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:01:35.565 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:01:35.566 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:01:35.566 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:01:35.566 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:01:35.566 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:01:35.566 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:01:35.566 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:01:35.566 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:01:35.566 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:01:35.566 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:01:35.566 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:01:35.566 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:01:35.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:34.067821+0000 mgr.y (mgr.24491) 5078 : cluster [DBG] pgmap v4474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:34.067821+0000 mgr.y (mgr.24491) 5078 : cluster [DBG] pgmap v4474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:34.067821+0000 mgr.y (mgr.24491) 5078 : cluster [DBG] pgmap v4474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:36.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:01:34.948658+0000 mgr.y (mgr.24491) 5079 : audit [DBG] from='client.20055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:01:35.226561+0000 mgr.y (mgr.24491) 5080 : audit [DBG] from='client.20061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:01:35.567415+0000 mon.c (mon.2) 181 : audit [DBG] from='client.? 172.21.15.177:0/1268971991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:01:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:01:34.948658+0000 mgr.y (mgr.24491) 5079 : audit [DBG] from='client.20055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:01:35.226561+0000 mgr.y (mgr.24491) 5080 : audit [DBG] from='client.20061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:01:35.567415+0000 mon.c (mon.2) 181 : audit [DBG] from='client.? 172.21.15.177:0/1268971991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:01:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:01:34.948658+0000 mgr.y (mgr.24491) 5079 : audit [DBG] from='client.20055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:01:35.226561+0000 mgr.y (mgr.24491) 5080 : audit [DBG] from='client.20061 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:01:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:01:35.567415+0000 mon.c (mon.2) 181 : audit [DBG] from='client.? 172.21.15.177:0/1268971991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:01:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:36.068429+0000 mgr.y (mgr.24491) 5081 : cluster [DBG] pgmap v4475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:36.068429+0000 mgr.y (mgr.24491) 5081 : cluster [DBG] pgmap v4475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:36.068429+0000 mgr.y (mgr.24491) 5081 : cluster [DBG] pgmap v4475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:37] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T06:01:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:38.069126+0000 mgr.y (mgr.24491) 5082 : cluster [DBG] pgmap v4476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:38.069126+0000 mgr.y (mgr.24491) 5082 : cluster [DBG] pgmap v4476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:38.069126+0000 mgr.y (mgr.24491) 5082 : cluster [DBG] pgmap v4476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:41.314 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:01:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:40.069817+0000 mgr.y (mgr.24491) 5083 : cluster [DBG] pgmap v4477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:40.069817+0000 mgr.y (mgr.24491) 5083 : cluster [DBG] pgmap v4477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:40.069817+0000 mgr.y (mgr.24491) 5083 : cluster [DBG] pgmap v4477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:42.070331+0000 mgr.y (mgr.24491) 5084 : cluster [DBG] pgmap v4478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:42.070331+0000 mgr.y (mgr.24491) 5084 : cluster [DBG] pgmap v4478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:42.070331+0000 mgr.y (mgr.24491) 5084 : cluster [DBG] pgmap v4478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:44.070676+0000 mgr.y (mgr.24491) 5085 : cluster [DBG] pgmap v4479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:44.070676+0000 mgr.y (mgr.24491) 5085 : cluster [DBG] pgmap v4479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:44.070676+0000 mgr.y (mgr.24491) 5085 : cluster [DBG] pgmap v4479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:46.071413+0000 mgr.y (mgr.24491) 5086 : cluster [DBG] pgmap v4480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:46.071413+0000 mgr.y (mgr.24491) 5086 : cluster [DBG] pgmap v4480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:46.071413+0000 mgr.y (mgr.24491) 5086 : cluster [DBG] pgmap v4480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:01:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:48.071986+0000 mgr.y (mgr.24491) 5087 : cluster [DBG] pgmap v4481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:48.071986+0000 mgr.y (mgr.24491) 5087 : cluster [DBG] pgmap v4481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:48.071986+0000 mgr.y (mgr.24491) 5087 : cluster [DBG] pgmap v4481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:51.329 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:01:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:50.072689+0000 mgr.y (mgr.24491) 5088 : cluster [DBG] pgmap v4482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:50.072689+0000 mgr.y (mgr.24491) 5088 : cluster [DBG] pgmap v4482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:50.072689+0000 mgr.y (mgr.24491) 5088 : cluster [DBG] pgmap v4482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:52.073277+0000 mgr.y (mgr.24491) 5089 : cluster [DBG] pgmap v4483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:52.073277+0000 mgr.y (mgr.24491) 5089 : cluster [DBG] pgmap v4483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:52.073277+0000 mgr.y (mgr.24491) 5089 : cluster [DBG] pgmap v4483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:54.073736+0000 mgr.y (mgr.24491) 5090 : cluster [DBG] pgmap v4484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:55.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:54.073736+0000 mgr.y (mgr.24491) 5090 : cluster [DBG] pgmap v4484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:54.073736+0000 mgr.y (mgr.24491) 5090 : cluster [DBG] pgmap v4484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:56.074410+0000 mgr.y (mgr.24491) 5091 : cluster [DBG] pgmap v4485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:56.074410+0000 mgr.y (mgr.24491) 5091 : cluster [DBG] pgmap v4485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:56.074410+0000 mgr.y (mgr.24491) 5091 : cluster [DBG] pgmap v4485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:01:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:01:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:01:58.074891+0000 mgr.y (mgr.24491) 5092 : cluster [DBG] pgmap v4486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:01:58.074891+0000 mgr.y (mgr.24491) 5092 : cluster [DBG] pgmap v4486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:01:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:01:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:01:58.074891+0000 mgr.y (mgr.24491) 5092 : cluster [DBG] pgmap v4486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:01.345 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:02:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:00.075631+0000 mgr.y (mgr.24491) 5093 : cluster [DBG] pgmap v4487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:00.075631+0000 mgr.y (mgr.24491) 5093 : cluster [DBG] pgmap v4487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:00.075631+0000 mgr.y (mgr.24491) 5093 : cluster [DBG] pgmap v4487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:03.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:02.076103+0000 mgr.y (mgr.24491) 5094 : cluster [DBG] pgmap v4488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:02.076103+0000 mgr.y (mgr.24491) 5094 : cluster [DBG] pgmap v4488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:02.076103+0000 mgr.y (mgr.24491) 5094 : cluster [DBG] pgmap v4488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:04.076579+0000 mgr.y (mgr.24491) 5095 : cluster [DBG] pgmap v4489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:04.076579+0000 mgr.y (mgr.24491) 5095 : cluster [DBG] pgmap v4489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:04.076579+0000 mgr.y (mgr.24491) 5095 : cluster [DBG] pgmap v4489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:05.874 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:02:06.145 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 4m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 4m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 4m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 4m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 4m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 4m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 4m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:02:06.146 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 4m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:02:06.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 4m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:02:06.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 4m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:02:06.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 4m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:02:06.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:02:06.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:02:06.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 4m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:02:06.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 4m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:02:06.147 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:02:06.487 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:02:06.487 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:02:06.487 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:02:06.487 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:02:06.487 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:02:06.487 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:02:06.487 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:02:06.488 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:02:06.488 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:02:06.488 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:02:06.488 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:02:06.488 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:02:06.488 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:02:06.488 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:02:06.488 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:02:06.488 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:02:06.488 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:02:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:02:05.864470+0000 mgr.y (mgr.24491) 5096 : audit [DBG] from='client.20073 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:06.077115+0000 mgr.y (mgr.24491) 5097 : cluster [DBG] pgmap v4490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:02:06.140152+0000 mgr.y (mgr.24491) 5098 : audit [DBG] from='client.20079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:02:06.489229+0000 mon.c (mon.2) 182 : audit [DBG] from='client.? 172.21.15.177:0/3787338921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:02:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:02:05.864470+0000 mgr.y (mgr.24491) 5096 : audit [DBG] from='client.20073 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:06.077115+0000 mgr.y (mgr.24491) 5097 : cluster [DBG] pgmap v4490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:02:06.140152+0000 mgr.y (mgr.24491) 5098 : audit [DBG] from='client.20079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:02:06.489229+0000 mon.c (mon.2) 182 : audit [DBG] from='client.? 172.21.15.177:0/3787338921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:02:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:02:05.864470+0000 mgr.y (mgr.24491) 5096 : audit [DBG] from='client.20073 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:06.077115+0000 mgr.y (mgr.24491) 5097 : cluster [DBG] pgmap v4490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:02:06.140152+0000 mgr.y (mgr.24491) 5098 : audit [DBG] from='client.20079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:02:06.489229+0000 mon.c (mon.2) 182 : audit [DBG] from='client.? 172.21.15.177:0/3787338921' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:02:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:02:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:08.077590+0000 mgr.y (mgr.24491) 5099 : cluster [DBG] pgmap v4491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:08.077590+0000 mgr.y (mgr.24491) 5099 : cluster [DBG] pgmap v4491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:08.077590+0000 mgr.y (mgr.24491) 5099 : cluster [DBG] pgmap v4491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:11.363 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:02:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:10.078446+0000 mgr.y (mgr.24491) 5100 : cluster [DBG] pgmap v4492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:10.078446+0000 mgr.y (mgr.24491) 5100 : cluster [DBG] pgmap v4492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:10.078446+0000 mgr.y (mgr.24491) 5100 : cluster [DBG] pgmap v4492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:12.079066+0000 mgr.y (mgr.24491) 5101 : cluster [DBG] pgmap v4493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:02:13.274477+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:02:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:12.079066+0000 mgr.y (mgr.24491) 5101 : cluster [DBG] pgmap v4493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:02:13.274477+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:02:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:12.079066+0000 mgr.y (mgr.24491) 5101 : cluster [DBG] pgmap v4493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:02:13.274477+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:02:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:02:13.559623+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:02:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:02:13.560322+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:02:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:02:13.564702+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:02:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:02:13.559623+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:02:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:02:13.560322+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:02:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:02:13.564702+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:02:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:02:13.559623+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:02:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:02:13.560322+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:02:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:02:13.564702+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:02:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:14.079471+0000 mgr.y (mgr.24491) 5102 : cluster [DBG] pgmap v4494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:14.079471+0000 mgr.y (mgr.24491) 5102 : cluster [DBG] pgmap v4494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:14.079471+0000 mgr.y (mgr.24491) 5102 : cluster [DBG] pgmap v4494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:16.080138+0000 mgr.y (mgr.24491) 5103 : cluster [DBG] pgmap v4495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:16.080138+0000 mgr.y (mgr.24491) 5103 : cluster [DBG] pgmap v4495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:16.080138+0000 mgr.y (mgr.24491) 5103 : cluster [DBG] pgmap v4495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:02:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:18.080551+0000 mgr.y (mgr.24491) 5104 : cluster [DBG] pgmap v4496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:18.080551+0000 mgr.y (mgr.24491) 5104 : cluster [DBG] pgmap v4496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:18.080551+0000 mgr.y (mgr.24491) 5104 : cluster [DBG] pgmap v4496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:21.381 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:02:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:20.081320+0000 mgr.y (mgr.24491) 5105 : cluster [DBG] pgmap v4497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:20.081320+0000 mgr.y (mgr.24491) 5105 : cluster [DBG] pgmap v4497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:20.081320+0000 mgr.y (mgr.24491) 5105 : cluster [DBG] pgmap v4497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:22.081922+0000 mgr.y (mgr.24491) 5106 : cluster [DBG] pgmap v4498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:22.081922+0000 mgr.y (mgr.24491) 5106 : cluster [DBG] pgmap v4498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:22.081922+0000 mgr.y (mgr.24491) 5106 : cluster [DBG] pgmap v4498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:24.082333+0000 mgr.y (mgr.24491) 5107 : cluster [DBG] pgmap v4499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:24.082333+0000 mgr.y (mgr.24491) 5107 : cluster [DBG] pgmap v4499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:24.082333+0000 mgr.y (mgr.24491) 5107 : cluster [DBG] pgmap v4499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:26.083187+0000 mgr.y (mgr.24491) 5108 : cluster [DBG] pgmap v4500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:26.083187+0000 mgr.y (mgr.24491) 5108 : cluster [DBG] pgmap v4500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:26.083187+0000 mgr.y (mgr.24491) 5108 : cluster [DBG] pgmap v4500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:02:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:28.083638+0000 mgr.y (mgr.24491) 5109 : cluster [DBG] pgmap v4501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:28.083638+0000 mgr.y (mgr.24491) 5109 : cluster [DBG] pgmap v4501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:28.083638+0000 mgr.y (mgr.24491) 5109 : cluster [DBG] pgmap v4501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:31.402 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:02:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:30.084382+0000 mgr.y (mgr.24491) 5110 : cluster [DBG] pgmap v4502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:30.084382+0000 mgr.y (mgr.24491) 5110 : cluster [DBG] pgmap v4502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:30.084382+0000 mgr.y (mgr.24491) 5110 : cluster [DBG] pgmap v4502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:32.084839+0000 mgr.y (mgr.24491) 5111 : cluster [DBG] pgmap v4503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:32.084839+0000 mgr.y (mgr.24491) 5111 : cluster [DBG] pgmap v4503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:32.084839+0000 mgr.y (mgr.24491) 5111 : cluster [DBG] pgmap v4503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:34.085230+0000 mgr.y (mgr.24491) 5112 : cluster [DBG] pgmap v4504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:35.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:34.085230+0000 mgr.y (mgr.24491) 5112 : cluster [DBG] pgmap v4504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:34.085230+0000 mgr.y (mgr.24491) 5112 : cluster [DBG] pgmap v4504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:36.793 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:02:37.064 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 5m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 5m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:02:37.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:02:37.066 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:02:37.066 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:02:37.066 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:02:37.066 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:02:37.066 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:02:37.066 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:02:37.066 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:02:37.397 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:02:37.398 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:02:37.399 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:02:37.399 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:02:37.399 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:02:37.399 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:02:37.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:36.085879+0000 mgr.y (mgr.24491) 5113 : cluster [DBG] pgmap v4505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:37.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:02:37.398204+0000 mon.c (mon.2) 183 : audit [DBG] from='client.? 172.21.15.177:0/4278637866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:02:37.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:36.085879+0000 mgr.y (mgr.24491) 5113 : cluster [DBG] pgmap v4505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:02:37.398204+0000 mon.c (mon.2) 183 : audit [DBG] from='client.? 172.21.15.177:0/4278637866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:02:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:36.085879+0000 mgr.y (mgr.24491) 5113 : cluster [DBG] pgmap v4505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:02:37.398204+0000 mon.c (mon.2) 183 : audit [DBG] from='client.? 172.21.15.177:0/4278637866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:02:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:02:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:02:36.783505+0000 mgr.y (mgr.24491) 5114 : audit [DBG] from='client.29996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:02:37.059446+0000 mgr.y (mgr.24491) 5115 : audit [DBG] from='client.30002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:02:36.783505+0000 mgr.y (mgr.24491) 5114 : audit [DBG] from='client.29996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:02:37.059446+0000 mgr.y (mgr.24491) 5115 : audit [DBG] from='client.30002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:02:36.783505+0000 mgr.y (mgr.24491) 5114 : audit [DBG] from='client.29996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:02:37.059446+0000 mgr.y (mgr.24491) 5115 : audit [DBG] from='client.30002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:02:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:38.086446+0000 mgr.y (mgr.24491) 5116 : cluster [DBG] pgmap v4506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:38.086446+0000 mgr.y (mgr.24491) 5116 : cluster [DBG] pgmap v4506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:38.086446+0000 mgr.y (mgr.24491) 5116 : cluster [DBG] pgmap v4506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:41.420 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:02:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:40.087171+0000 mgr.y (mgr.24491) 5117 : cluster [DBG] pgmap v4507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:40.087171+0000 mgr.y (mgr.24491) 5117 : cluster [DBG] pgmap v4507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:40.087171+0000 mgr.y (mgr.24491) 5117 : cluster [DBG] pgmap v4507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:42.087739+0000 mgr.y (mgr.24491) 5118 : cluster [DBG] pgmap v4508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:42.087739+0000 mgr.y (mgr.24491) 5118 : cluster [DBG] pgmap v4508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:42.087739+0000 mgr.y (mgr.24491) 5118 : cluster [DBG] pgmap v4508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:44.088261+0000 mgr.y (mgr.24491) 5119 : cluster [DBG] pgmap v4509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:44.088261+0000 mgr.y (mgr.24491) 5119 : cluster [DBG] pgmap v4509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:44.088261+0000 mgr.y (mgr.24491) 5119 : cluster [DBG] pgmap v4509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:47.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:46.089220+0000 mgr.y (mgr.24491) 5120 : cluster [DBG] pgmap v4510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:47.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:46.089220+0000 mgr.y (mgr.24491) 5120 : cluster [DBG] pgmap v4510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:46.089220+0000 mgr.y (mgr.24491) 5120 : cluster [DBG] pgmap v4510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:02:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:48.089775+0000 mgr.y (mgr.24491) 5121 : cluster [DBG] pgmap v4511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:48.089775+0000 mgr.y (mgr.24491) 5121 : cluster [DBG] pgmap v4511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:49.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:48.089775+0000 mgr.y (mgr.24491) 5121 : cluster [DBG] pgmap v4511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:51.436 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:02:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:50.090505+0000 mgr.y (mgr.24491) 5122 : cluster [DBG] pgmap v4512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:50.090505+0000 mgr.y (mgr.24491) 5122 : cluster [DBG] pgmap v4512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:50.090505+0000 mgr.y (mgr.24491) 5122 : cluster [DBG] pgmap v4512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:52.090903+0000 mgr.y (mgr.24491) 5123 : cluster [DBG] pgmap v4513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:52.090903+0000 mgr.y (mgr.24491) 5123 : cluster [DBG] pgmap v4513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:52.090903+0000 mgr.y (mgr.24491) 5123 : cluster [DBG] pgmap v4513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:54.091378+0000 mgr.y (mgr.24491) 5124 : cluster [DBG] pgmap v4514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:54.091378+0000 mgr.y (mgr.24491) 5124 : cluster [DBG] pgmap v4514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:54.091378+0000 mgr.y (mgr.24491) 5124 : cluster [DBG] pgmap v4514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:56.092176+0000 mgr.y (mgr.24491) 5125 : cluster [DBG] pgmap v4515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:56.092176+0000 mgr.y (mgr.24491) 5125 : cluster [DBG] pgmap v4515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:56.092176+0000 mgr.y (mgr.24491) 5125 : cluster [DBG] pgmap v4515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:02:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:02:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:02:58.092560+0000 mgr.y (mgr.24491) 5126 : cluster [DBG] pgmap v4516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:02:58.092560+0000 mgr.y (mgr.24491) 5126 : cluster [DBG] pgmap v4516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:02:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:02:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:02:58.092560+0000 mgr.y (mgr.24491) 5126 : cluster [DBG] pgmap v4516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:00.093239+0000 mgr.y (mgr.24491) 5127 : cluster [DBG] pgmap v4517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:03:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:00.093239+0000 mgr.y (mgr.24491) 5127 : cluster [DBG] pgmap v4517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:00.093239+0000 mgr.y (mgr.24491) 5127 : cluster [DBG] pgmap v4517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:02.093774+0000 mgr.y (mgr.24491) 5128 : cluster [DBG] pgmap v4518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:02.093774+0000 mgr.y (mgr.24491) 5128 : cluster [DBG] pgmap v4518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:02.093774+0000 mgr.y (mgr.24491) 5128 : cluster [DBG] pgmap v4518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:04.094203+0000 mgr.y (mgr.24491) 5129 : cluster [DBG] pgmap v4519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:04.094203+0000 mgr.y (mgr.24491) 5129 : cluster [DBG] pgmap v4519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:04.094203+0000 mgr.y (mgr.24491) 5129 : cluster [DBG] pgmap v4519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:06.095089+0000 mgr.y (mgr.24491) 5130 : cluster [DBG] pgmap v4520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:06.095089+0000 mgr.y (mgr.24491) 5130 : cluster [DBG] pgmap v4520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:06.095089+0000 mgr.y (mgr.24491) 5130 : cluster [DBG] pgmap v4520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:07.708 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:03:07.982 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:03:07.982 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:03:07.982 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 5m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 5m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:03:07.983 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:03:07.984 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:03:07.984 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:03:07.984 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:03:07.984 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:03:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:07] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:03:08.316 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:03:08.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:03:08.318 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:03:08.318 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:03:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:03:07.698475+0000 mgr.y (mgr.24491) 5131 : audit [DBG] from='client.20109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:03:07.976857+0000 mgr.y (mgr.24491) 5132 : audit [DBG] from='client.20115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:08.095428+0000 mgr.y (mgr.24491) 5133 : cluster [DBG] pgmap v4521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:03:08.318735+0000 mon.a (mon.0) 1613 : audit [DBG] from='client.? 172.21.15.177:0/3678681231' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:03:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:03:07.698475+0000 mgr.y (mgr.24491) 5131 : audit [DBG] from='client.20109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:03:07.976857+0000 mgr.y (mgr.24491) 5132 : audit [DBG] from='client.20115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:08.095428+0000 mgr.y (mgr.24491) 5133 : cluster [DBG] pgmap v4521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:03:08.318735+0000 mon.a (mon.0) 1613 : audit [DBG] from='client.? 172.21.15.177:0/3678681231' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:03:07.698475+0000 mgr.y (mgr.24491) 5131 : audit [DBG] from='client.20109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:03:07.976857+0000 mgr.y (mgr.24491) 5132 : audit [DBG] from='client.20115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:08.095428+0000 mgr.y (mgr.24491) 5133 : cluster [DBG] pgmap v4521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:03:08.318735+0000 mon.a (mon.0) 1613 : audit [DBG] from='client.? 172.21.15.177:0/3678681231' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:03:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:10.096183+0000 mgr.y (mgr.24491) 5134 : cluster [DBG] pgmap v4522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:03:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:10.096183+0000 mgr.y (mgr.24491) 5134 : cluster [DBG] pgmap v4522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:10.096183+0000 mgr.y (mgr.24491) 5134 : cluster [DBG] pgmap v4522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:12.096745+0000 mgr.y (mgr.24491) 5135 : cluster [DBG] pgmap v4523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:12.096745+0000 mgr.y (mgr.24491) 5135 : cluster [DBG] pgmap v4523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:12.096745+0000 mgr.y (mgr.24491) 5135 : cluster [DBG] pgmap v4523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:03:13.570824+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:03:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:03:13.570824+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:03:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:03:13.570824+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:03:15.326 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:14.097134+0000 mgr.y (mgr.24491) 5136 : cluster [DBG] pgmap v4524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:15.326 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:14.097134+0000 mgr.y (mgr.24491) 5136 : cluster [DBG] pgmap v4524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:14.097134+0000 mgr.y (mgr.24491) 5136 : cluster [DBG] pgmap v4524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:16.097924+0000 mgr.y (mgr.24491) 5137 : cluster [DBG] pgmap v4525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:03:16.831472+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:03:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:03:17.112020+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:03:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:03:17.112611+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:03:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:03:17.116950+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:03:17.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:16.097924+0000 mgr.y (mgr.24491) 5137 : cluster [DBG] pgmap v4525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:03:16.831472+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:03:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:03:17.112020+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:03:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:03:17.112611+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:03:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:03:17.116950+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:03:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:16.097924+0000 mgr.y (mgr.24491) 5137 : cluster [DBG] pgmap v4525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:03:16.831472+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:03:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:03:17.112020+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:03:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:03:17.112611+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:03:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:03:17.116950+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:03:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:03:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:18.098599+0000 mgr.y (mgr.24491) 5138 : cluster [DBG] pgmap v4526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:18.098599+0000 mgr.y (mgr.24491) 5138 : cluster [DBG] pgmap v4526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:18.098599+0000 mgr.y (mgr.24491) 5138 : cluster [DBG] pgmap v4526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:03:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:20.099378+0000 mgr.y (mgr.24491) 5139 : cluster [DBG] pgmap v4527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:20.099378+0000 mgr.y (mgr.24491) 5139 : cluster [DBG] pgmap v4527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:20.099378+0000 mgr.y (mgr.24491) 5139 : cluster [DBG] pgmap v4527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:22.099880+0000 mgr.y (mgr.24491) 5140 : cluster [DBG] pgmap v4528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:22.099880+0000 mgr.y (mgr.24491) 5140 : cluster [DBG] pgmap v4528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:22.099880+0000 mgr.y (mgr.24491) 5140 : cluster [DBG] pgmap v4528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:24.100307+0000 mgr.y (mgr.24491) 5141 : cluster [DBG] pgmap v4529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:25.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:24.100307+0000 mgr.y (mgr.24491) 5141 : cluster [DBG] pgmap v4529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:24.100307+0000 mgr.y (mgr.24491) 5141 : cluster [DBG] pgmap v4529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:26.101099+0000 mgr.y (mgr.24491) 5142 : cluster [DBG] pgmap v4530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:26.101099+0000 mgr.y (mgr.24491) 5142 : cluster [DBG] pgmap v4530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:26.101099+0000 mgr.y (mgr.24491) 5142 : cluster [DBG] pgmap v4530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:03:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:28.101551+0000 mgr.y (mgr.24491) 5143 : cluster [DBG] pgmap v4531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:29.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:28.101551+0000 mgr.y (mgr.24491) 5143 : cluster [DBG] pgmap v4531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:28.101551+0000 mgr.y (mgr.24491) 5143 : cluster [DBG] pgmap v4531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:03:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:30.102329+0000 mgr.y (mgr.24491) 5144 : cluster [DBG] pgmap v4532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:30.102329+0000 mgr.y (mgr.24491) 5144 : cluster [DBG] pgmap v4532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:30.102329+0000 mgr.y (mgr.24491) 5144 : cluster [DBG] pgmap v4532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:32.102712+0000 mgr.y (mgr.24491) 5145 : cluster [DBG] pgmap v4533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:32.102712+0000 mgr.y (mgr.24491) 5145 : cluster [DBG] pgmap v4533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:32.102712+0000 mgr.y (mgr.24491) 5145 : cluster [DBG] pgmap v4533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:34.103148+0000 mgr.y (mgr.24491) 5146 : cluster [DBG] pgmap v4534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:34.103148+0000 mgr.y (mgr.24491) 5146 : cluster [DBG] pgmap v4534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:34.103148+0000 mgr.y (mgr.24491) 5146 : cluster [DBG] pgmap v4534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:36.103887+0000 mgr.y (mgr.24491) 5147 : cluster [DBG] pgmap v4535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:36.103887+0000 mgr.y (mgr.24491) 5147 : cluster [DBG] pgmap v4535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:36.103887+0000 mgr.y (mgr.24491) 5147 : cluster [DBG] pgmap v4535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:03:38.630 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:03:38.907 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:03:38.907 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 6m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 6m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 6m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 6m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 6m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 6m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 6m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 6m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 6m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 6m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 6m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 6m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 6m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:03:38.908 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 6m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:03:38.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:03:38.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 6m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:03:38.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 6m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:03:38.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 6m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:03:38.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 6m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:03:38.909 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 6m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:03:39.241 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:03:39.241 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:03:39.241 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:03:39.241 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:03:39.241 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:03:39.241 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:03:39.241 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:03:39.241 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:03:39.241 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:03:39.241 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:03:39.242 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:03:39.242 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:03:39.242 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:03:39.242 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:03:39.242 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:03:39.242 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:03:39.242 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:03:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:38.104312+0000 mgr.y (mgr.24491) 5148 : cluster [DBG] pgmap v4536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:38.104312+0000 mgr.y (mgr.24491) 5148 : cluster [DBG] pgmap v4536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:38.104312+0000 mgr.y (mgr.24491) 5148 : cluster [DBG] pgmap v4536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:03:38.619237+0000 mgr.y (mgr.24491) 5149 : audit [DBG] from='client.30032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:03:38.901498+0000 mgr.y (mgr.24491) 5150 : audit [DBG] from='client.30038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:03:39.242843+0000 mon.c (mon.2) 184 : audit [DBG] from='client.? 172.21.15.177:0/512832978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:03:40.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:03:38.619237+0000 mgr.y (mgr.24491) 5149 : audit [DBG] from='client.30032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:03:38.901498+0000 mgr.y (mgr.24491) 5150 : audit [DBG] from='client.30038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:03:39.242843+0000 mon.c (mon.2) 184 : audit [DBG] from='client.? 172.21.15.177:0/512832978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:03:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:03:38.619237+0000 mgr.y (mgr.24491) 5149 : audit [DBG] from='client.30032 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:03:38.901498+0000 mgr.y (mgr.24491) 5150 : audit [DBG] from='client.30038 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:03:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:03:39.242843+0000 mon.c (mon.2) 184 : audit [DBG] from='client.? 172.21.15.177:0/512832978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:03:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:03:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:40.105077+0000 mgr.y (mgr.24491) 5151 : cluster [DBG] pgmap v4537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:40.105077+0000 mgr.y (mgr.24491) 5151 : cluster [DBG] pgmap v4537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:40.105077+0000 mgr.y (mgr.24491) 5151 : cluster [DBG] pgmap v4537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:42.105466+0000 mgr.y (mgr.24491) 5152 : cluster [DBG] pgmap v4538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:42.105466+0000 mgr.y (mgr.24491) 5152 : cluster [DBG] pgmap v4538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:42.105466+0000 mgr.y (mgr.24491) 5152 : cluster [DBG] pgmap v4538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:44.105902+0000 mgr.y (mgr.24491) 5153 : cluster [DBG] pgmap v4539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:44.105902+0000 mgr.y (mgr.24491) 5153 : cluster [DBG] pgmap v4539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:44.105902+0000 mgr.y (mgr.24491) 5153 : cluster [DBG] pgmap v4539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:46.106643+0000 mgr.y (mgr.24491) 5154 : cluster [DBG] pgmap v4540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:47.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:46.106643+0000 mgr.y (mgr.24491) 5154 : cluster [DBG] pgmap v4540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:46.106643+0000 mgr.y (mgr.24491) 5154 : cluster [DBG] pgmap v4540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:47] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:03:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:48.107212+0000 mgr.y (mgr.24491) 5155 : cluster [DBG] pgmap v4541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:48.107212+0000 mgr.y (mgr.24491) 5155 : cluster [DBG] pgmap v4541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:48.107212+0000 mgr.y (mgr.24491) 5155 : cluster [DBG] pgmap v4541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:50.107849+0000 mgr.y (mgr.24491) 5156 : cluster [DBG] pgmap v4542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:03:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:50.107849+0000 mgr.y (mgr.24491) 5156 : cluster [DBG] pgmap v4542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:50.107849+0000 mgr.y (mgr.24491) 5156 : cluster [DBG] pgmap v4542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:52.108362+0000 mgr.y (mgr.24491) 5157 : cluster [DBG] pgmap v4543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:52.108362+0000 mgr.y (mgr.24491) 5157 : cluster [DBG] pgmap v4543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:52.108362+0000 mgr.y (mgr.24491) 5157 : cluster [DBG] pgmap v4543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:54.108681+0000 mgr.y (mgr.24491) 5158 : cluster [DBG] pgmap v4544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:54.108681+0000 mgr.y (mgr.24491) 5158 : cluster [DBG] pgmap v4544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:54.108681+0000 mgr.y (mgr.24491) 5158 : cluster [DBG] pgmap v4544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:56.109542+0000 mgr.y (mgr.24491) 5159 : cluster [DBG] pgmap v4545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:56.109542+0000 mgr.y (mgr.24491) 5159 : cluster [DBG] pgmap v4545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:56.109542+0000 mgr.y (mgr.24491) 5159 : cluster [DBG] pgmap v4545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:03:57] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:03:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:03:58.109910+0000 mgr.y (mgr.24491) 5160 : cluster [DBG] pgmap v4546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:03:58.109910+0000 mgr.y (mgr.24491) 5160 : cluster [DBG] pgmap v4546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:03:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:03:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:03:58.109910+0000 mgr.y (mgr.24491) 5160 : cluster [DBG] pgmap v4546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:04:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:00.110561+0000 mgr.y (mgr.24491) 5161 : cluster [DBG] pgmap v4547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:00.110561+0000 mgr.y (mgr.24491) 5161 : cluster [DBG] pgmap v4547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:00.110561+0000 mgr.y (mgr.24491) 5161 : cluster [DBG] pgmap v4547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:02.111079+0000 mgr.y (mgr.24491) 5162 : cluster [DBG] pgmap v4548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:02.111079+0000 mgr.y (mgr.24491) 5162 : cluster [DBG] pgmap v4548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:02.111079+0000 mgr.y (mgr.24491) 5162 : cluster [DBG] pgmap v4548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:04.111621+0000 mgr.y (mgr.24491) 5163 : cluster [DBG] pgmap v4549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:04.111621+0000 mgr.y (mgr.24491) 5163 : cluster [DBG] pgmap v4549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:04.111621+0000 mgr.y (mgr.24491) 5163 : cluster [DBG] pgmap v4549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:06.112436+0000 mgr.y (mgr.24491) 5164 : cluster [DBG] pgmap v4550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:06.112436+0000 mgr.y (mgr.24491) 5164 : cluster [DBG] pgmap v4550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:06.112436+0000 mgr.y (mgr.24491) 5164 : cluster [DBG] pgmap v4550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:04:09.552 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:04:09.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:08.112952+0000 mgr.y (mgr.24491) 5165 : cluster [DBG] pgmap v4551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:08.112952+0000 mgr.y (mgr.24491) 5165 : cluster [DBG] pgmap v4551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:08.112952+0000 mgr.y (mgr.24491) 5165 : cluster [DBG] pgmap v4551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:09.827 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:04:09.827 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 6m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 6m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 6m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 6m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 6m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 6m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 6m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 6m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 6m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 6m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 6m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 6m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 6m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:04:09.828 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 6m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:04:09.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:04:09.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 6m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:04:09.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 6m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:04:09.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 6m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:04:09.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 6m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:04:09.829 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 6m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:04:10.163 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:04:10.163 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:04:10.163 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:04:10.163 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:04:10.163 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:04:10.163 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:04:10.163 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:04:10.163 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:04:10.163 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:04:10.163 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:04:10.164 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:04:10.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:04:10.164 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:04:10.164 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:04:10.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:04:10.164 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:04:10.164 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:04:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:04:10.165065+0000 mon.a (mon.0) 1619 : audit [DBG] from='client.? 172.21.15.177:0/3754562798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:04:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:04:10.165065+0000 mon.a (mon.0) 1619 : audit [DBG] from='client.? 172.21.15.177:0/3754562798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:04:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:04:10.165065+0000 mon.a (mon.0) 1619 : audit [DBG] from='client.? 172.21.15.177:0/3754562798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:04:11.279 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:04:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:04:09.542083+0000 mgr.y (mgr.24491) 5166 : audit [DBG] from='client.30050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:04:09.821921+0000 mgr.y (mgr.24491) 5167 : audit [DBG] from='client.30056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:10.113607+0000 mgr.y (mgr.24491) 5168 : cluster [DBG] pgmap v4552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:04:09.542083+0000 mgr.y (mgr.24491) 5166 : audit [DBG] from='client.30050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:04:09.821921+0000 mgr.y (mgr.24491) 5167 : audit [DBG] from='client.30056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:10.113607+0000 mgr.y (mgr.24491) 5168 : cluster [DBG] pgmap v4552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:04:09.542083+0000 mgr.y (mgr.24491) 5166 : audit [DBG] from='client.30050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:04:09.821921+0000 mgr.y (mgr.24491) 5167 : audit [DBG] from='client.30056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:10.113607+0000 mgr.y (mgr.24491) 5168 : cluster [DBG] pgmap v4552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:12.113992+0000 mgr.y (mgr.24491) 5169 : cluster [DBG] pgmap v4553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:12.113992+0000 mgr.y (mgr.24491) 5169 : cluster [DBG] pgmap v4553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:12.113992+0000 mgr.y (mgr.24491) 5169 : cluster [DBG] pgmap v4553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:14.114505+0000 mgr.y (mgr.24491) 5170 : cluster [DBG] pgmap v4554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:14.114505+0000 mgr.y (mgr.24491) 5170 : cluster [DBG] pgmap v4554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:14.114505+0000 mgr.y (mgr.24491) 5170 : cluster [DBG] pgmap v4554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:17.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:16.115260+0000 mgr.y (mgr.24491) 5171 : cluster [DBG] pgmap v4555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:17.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:04:17.121076+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:04:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:16.115260+0000 mgr.y (mgr.24491) 5171 : cluster [DBG] pgmap v4555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:04:17.121076+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:04:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:16.115260+0000 mgr.y (mgr.24491) 5171 : cluster [DBG] pgmap v4555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:04:17.121076+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:04:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:04:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:18.115767+0000 mgr.y (mgr.24491) 5172 : cluster [DBG] pgmap v4556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:18.115767+0000 mgr.y (mgr.24491) 5172 : cluster [DBG] pgmap v4556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:18.115767+0000 mgr.y (mgr.24491) 5172 : cluster [DBG] pgmap v4556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:21.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:20.116402+0000 mgr.y (mgr.24491) 5173 : cluster [DBG] pgmap v4557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:21.259 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:04:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:20.116402+0000 mgr.y (mgr.24491) 5173 : cluster [DBG] pgmap v4557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:04:20.261018+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:04:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:04:20.527366+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:04:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:04:20.528261+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:04:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:04:20.533812+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:04:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:20.116402+0000 mgr.y (mgr.24491) 5173 : cluster [DBG] pgmap v4557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:04:20.261018+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:04:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:04:20.527366+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:04:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:04:20.528261+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:04:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:04:20.533812+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:04:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:04:20.261018+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:04:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:04:20.527366+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:04:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:04:20.528261+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:04:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:04:20.533812+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:04:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:22.117018+0000 mgr.y (mgr.24491) 5174 : cluster [DBG] pgmap v4558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:22.117018+0000 mgr.y (mgr.24491) 5174 : cluster [DBG] pgmap v4558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:22.117018+0000 mgr.y (mgr.24491) 5174 : cluster [DBG] pgmap v4558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:24.117437+0000 mgr.y (mgr.24491) 5175 : cluster [DBG] pgmap v4559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:24.117437+0000 mgr.y (mgr.24491) 5175 : cluster [DBG] pgmap v4559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:24.117437+0000 mgr.y (mgr.24491) 5175 : cluster [DBG] pgmap v4559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:26.118250+0000 mgr.y (mgr.24491) 5176 : cluster [DBG] pgmap v4560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:26.118250+0000 mgr.y (mgr.24491) 5176 : cluster [DBG] pgmap v4560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:26.118250+0000 mgr.y (mgr.24491) 5176 : cluster [DBG] pgmap v4560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:04:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:28.118794+0000 mgr.y (mgr.24491) 5177 : cluster [DBG] pgmap v4561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:28.118794+0000 mgr.y (mgr.24491) 5177 : cluster [DBG] pgmap v4561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:28.118794+0000 mgr.y (mgr.24491) 5177 : cluster [DBG] pgmap v4561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:31.277 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:04:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:30.119715+0000 mgr.y (mgr.24491) 5178 : cluster [DBG] pgmap v4562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:30.119715+0000 mgr.y (mgr.24491) 5178 : cluster [DBG] pgmap v4562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:30.119715+0000 mgr.y (mgr.24491) 5178 : cluster [DBG] pgmap v4562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:32.120135+0000 mgr.y (mgr.24491) 5179 : cluster [DBG] pgmap v4563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:32.120135+0000 mgr.y (mgr.24491) 5179 : cluster [DBG] pgmap v4563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:32.120135+0000 mgr.y (mgr.24491) 5179 : cluster [DBG] pgmap v4563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:34.120576+0000 mgr.y (mgr.24491) 5180 : cluster [DBG] pgmap v4564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:34.120576+0000 mgr.y (mgr.24491) 5180 : cluster [DBG] pgmap v4564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:34.120576+0000 mgr.y (mgr.24491) 5180 : cluster [DBG] pgmap v4564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:36.121252+0000 mgr.y (mgr.24491) 5181 : cluster [DBG] pgmap v4565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:36.121252+0000 mgr.y (mgr.24491) 5181 : cluster [DBG] pgmap v4565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:36.121252+0000 mgr.y (mgr.24491) 5181 : cluster [DBG] pgmap v4565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:04:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:38.121810+0000 mgr.y (mgr.24491) 5182 : cluster [DBG] pgmap v4566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:38.121810+0000 mgr.y (mgr.24491) 5182 : cluster [DBG] pgmap v4566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:38.121810+0000 mgr.y (mgr.24491) 5182 : cluster [DBG] pgmap v4566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:40.475 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:04:40.750 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:04:40.750 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 7m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:04:40.750 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 7m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:04:40.750 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 7m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:04:40.750 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 7m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:04:40.751 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 7m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:04:40.751 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 7m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:04:40.751 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 7m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:04:40.751 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 7m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:04:40.751 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 7m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:04:40.751 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 7m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:04:40.751 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 7m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:04:40.751 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 7m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:04:40.751 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 7m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:04:40.751 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 7m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:04:40.751 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 7m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:04:40.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 7m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:04:40.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 7m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:04:40.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 7m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:04:40.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 7m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:04:40.752 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 7m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:04:41.083 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:04:41.083 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:04:41.083 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:04:41.083 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:04:41.083 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:04:41.083 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:04:41.083 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:04:41.084 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:04:41.084 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:04:41.084 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:04:41.084 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:04:41.084 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:04:41.084 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:04:41.084 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:04:41.084 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:04:41.084 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:04:41.084 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:04:41.292 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:04:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:40.122455+0000 mgr.y (mgr.24491) 5183 : cluster [DBG] pgmap v4567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:04:41.085119+0000 mon.a (mon.0) 1625 : audit [DBG] from='client.? 172.21.15.177:0/533968730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:04:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:40.122455+0000 mgr.y (mgr.24491) 5183 : cluster [DBG] pgmap v4567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:04:41.085119+0000 mon.a (mon.0) 1625 : audit [DBG] from='client.? 172.21.15.177:0/533968730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:04:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:40.122455+0000 mgr.y (mgr.24491) 5183 : cluster [DBG] pgmap v4567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:04:41.085119+0000 mon.a (mon.0) 1625 : audit [DBG] from='client.? 172.21.15.177:0/533968730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:04:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:04:40.465054+0000 mgr.y (mgr.24491) 5184 : audit [DBG] from='client.30068 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:04:40.744667+0000 mgr.y (mgr.24491) 5185 : audit [DBG] from='client.20169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:04:40.465054+0000 mgr.y (mgr.24491) 5184 : audit [DBG] from='client.30068 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:04:40.744667+0000 mgr.y (mgr.24491) 5185 : audit [DBG] from='client.20169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:04:40.465054+0000 mgr.y (mgr.24491) 5184 : audit [DBG] from='client.30068 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:04:40.744667+0000 mgr.y (mgr.24491) 5185 : audit [DBG] from='client.20169 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:04:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:42.122892+0000 mgr.y (mgr.24491) 5186 : cluster [DBG] pgmap v4568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:42.122892+0000 mgr.y (mgr.24491) 5186 : cluster [DBG] pgmap v4568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:42.122892+0000 mgr.y (mgr.24491) 5186 : cluster [DBG] pgmap v4568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:44.123409+0000 mgr.y (mgr.24491) 5187 : cluster [DBG] pgmap v4569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:44.123409+0000 mgr.y (mgr.24491) 5187 : cluster [DBG] pgmap v4569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:44.123409+0000 mgr.y (mgr.24491) 5187 : cluster [DBG] pgmap v4569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:46.124145+0000 mgr.y (mgr.24491) 5188 : cluster [DBG] pgmap v4570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:46.124145+0000 mgr.y (mgr.24491) 5188 : cluster [DBG] pgmap v4570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:46.124145+0000 mgr.y (mgr.24491) 5188 : cluster [DBG] pgmap v4570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:04:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:48.124765+0000 mgr.y (mgr.24491) 5189 : cluster [DBG] pgmap v4571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:48.124765+0000 mgr.y (mgr.24491) 5189 : cluster [DBG] pgmap v4571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:48.124765+0000 mgr.y (mgr.24491) 5189 : cluster [DBG] pgmap v4571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:51.312 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:04:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:50.125429+0000 mgr.y (mgr.24491) 5190 : cluster [DBG] pgmap v4572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:50.125429+0000 mgr.y (mgr.24491) 5190 : cluster [DBG] pgmap v4572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:50.125429+0000 mgr.y (mgr.24491) 5190 : cluster [DBG] pgmap v4572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:52.125874+0000 mgr.y (mgr.24491) 5191 : cluster [DBG] pgmap v4573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:52.125874+0000 mgr.y (mgr.24491) 5191 : cluster [DBG] pgmap v4573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:52.125874+0000 mgr.y (mgr.24491) 5191 : cluster [DBG] pgmap v4573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:54.126321+0000 mgr.y (mgr.24491) 5192 : cluster [DBG] pgmap v4574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:54.126321+0000 mgr.y (mgr.24491) 5192 : cluster [DBG] pgmap v4574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:54.126321+0000 mgr.y (mgr.24491) 5192 : cluster [DBG] pgmap v4574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:56.127211+0000 mgr.y (mgr.24491) 5193 : cluster [DBG] pgmap v4575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:56.127211+0000 mgr.y (mgr.24491) 5193 : cluster [DBG] pgmap v4575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:56.127211+0000 mgr.y (mgr.24491) 5193 : cluster [DBG] pgmap v4575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:04:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:04:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:04:58.127595+0000 mgr.y (mgr.24491) 5194 : cluster [DBG] pgmap v4576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:04:58.127595+0000 mgr.y (mgr.24491) 5194 : cluster [DBG] pgmap v4576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:04:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:04:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:04:58.127595+0000 mgr.y (mgr.24491) 5194 : cluster [DBG] pgmap v4576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:01.328 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:05:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:00.128384+0000 mgr.y (mgr.24491) 5195 : cluster [DBG] pgmap v4577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:00.128384+0000 mgr.y (mgr.24491) 5195 : cluster [DBG] pgmap v4577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:00.128384+0000 mgr.y (mgr.24491) 5195 : cluster [DBG] pgmap v4577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:02.128861+0000 mgr.y (mgr.24491) 5196 : cluster [DBG] pgmap v4578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:02.128861+0000 mgr.y (mgr.24491) 5196 : cluster [DBG] pgmap v4578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:02.128861+0000 mgr.y (mgr.24491) 5196 : cluster [DBG] pgmap v4578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:04.129432+0000 mgr.y (mgr.24491) 5197 : cluster [DBG] pgmap v4579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:04.129432+0000 mgr.y (mgr.24491) 5197 : cluster [DBG] pgmap v4579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:04.129432+0000 mgr.y (mgr.24491) 5197 : cluster [DBG] pgmap v4579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:06.130208+0000 mgr.y (mgr.24491) 5198 : cluster [DBG] pgmap v4580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:06.130208+0000 mgr.y (mgr.24491) 5198 : cluster [DBG] pgmap v4580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:06.130208+0000 mgr.y (mgr.24491) 5198 : cluster [DBG] pgmap v4580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:05:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:08.130578+0000 mgr.y (mgr.24491) 5199 : cluster [DBG] pgmap v4581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:08.130578+0000 mgr.y (mgr.24491) 5199 : cluster [DBG] pgmap v4581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:08.130578+0000 mgr.y (mgr.24491) 5199 : cluster [DBG] pgmap v4581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:11.343 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:05:11.393 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:05:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:10.131366+0000 mgr.y (mgr.24491) 5200 : cluster [DBG] pgmap v4582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:10.131366+0000 mgr.y (mgr.24491) 5200 : cluster [DBG] pgmap v4582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:11.670 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:05:11.670 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:05:11.670 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:05:11.671 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:05:11.671 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:05:11.671 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:05:11.671 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:05:11.671 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:05:11.671 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:05:11.671 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:05:11.671 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:05:11.671 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:05:11.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:05:11.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:05:11.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:05:11.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:05:11.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:05:11.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:05:11.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:05:11.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:05:11.672 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:05:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:10.131366+0000 mgr.y (mgr.24491) 5200 : cluster [DBG] pgmap v4582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:12.004 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:05:12.005 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:05:12.005 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:05:12.005 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:05:12.005 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:05:12.005 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:05:12.005 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:05:12.005 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:05:12.005 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:05:12.005 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:05:12.005 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:05:12.005 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:05:12.006 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:05:12.006 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:05:12.006 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:05:12.006 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:05:12.006 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:05:12.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:05:11.383524+0000 mgr.y (mgr.24491) 5201 : audit [DBG] from='client.20181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:12.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:05:12.006725+0000 mon.a (mon.0) 1626 : audit [DBG] from='client.? 172.21.15.177:0/3941325703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:05:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:05:11.383524+0000 mgr.y (mgr.24491) 5201 : audit [DBG] from='client.20181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:05:12.006725+0000 mon.a (mon.0) 1626 : audit [DBG] from='client.? 172.21.15.177:0/3941325703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:05:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:05:11.383524+0000 mgr.y (mgr.24491) 5201 : audit [DBG] from='client.20181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:05:12.006725+0000 mon.a (mon.0) 1626 : audit [DBG] from='client.? 172.21.15.177:0/3941325703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:05:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:05:11.664599+0000 mgr.y (mgr.24491) 5202 : audit [DBG] from='client.20187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:12.131975+0000 mgr.y (mgr.24491) 5203 : cluster [DBG] pgmap v4583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:05:11.664599+0000 mgr.y (mgr.24491) 5202 : audit [DBG] from='client.20187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:12.131975+0000 mgr.y (mgr.24491) 5203 : cluster [DBG] pgmap v4583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:05:11.664599+0000 mgr.y (mgr.24491) 5202 : audit [DBG] from='client.20187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:12.131975+0000 mgr.y (mgr.24491) 5203 : cluster [DBG] pgmap v4583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:14.132331+0000 mgr.y (mgr.24491) 5204 : cluster [DBG] pgmap v4584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:14.132331+0000 mgr.y (mgr.24491) 5204 : cluster [DBG] pgmap v4584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:14.132331+0000 mgr.y (mgr.24491) 5204 : cluster [DBG] pgmap v4584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:16.132994+0000 mgr.y (mgr.24491) 5205 : cluster [DBG] pgmap v4585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:16.132994+0000 mgr.y (mgr.24491) 5205 : cluster [DBG] pgmap v4585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:16.132994+0000 mgr.y (mgr.24491) 5205 : cluster [DBG] pgmap v4585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:05:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:18.133594+0000 mgr.y (mgr.24491) 5206 : cluster [DBG] pgmap v4586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:18.133594+0000 mgr.y (mgr.24491) 5206 : cluster [DBG] pgmap v4586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:18.133594+0000 mgr.y (mgr.24491) 5206 : cluster [DBG] pgmap v4586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:21.366 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:05:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:20.134480+0000 mgr.y (mgr.24491) 5207 : cluster [DBG] pgmap v4587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:05:20.539262+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:05:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:05:20.834240+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:05:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:05:20.834890+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:05:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:05:20.839454+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:05:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:20.134480+0000 mgr.y (mgr.24491) 5207 : cluster [DBG] pgmap v4587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:05:20.539262+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:05:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:05:20.834240+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:05:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:05:20.834890+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:05:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:05:20.839454+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:05:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:20.134480+0000 mgr.y (mgr.24491) 5207 : cluster [DBG] pgmap v4587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:05:20.539262+0000 mon.a (mon.0) 1627 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:05:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:05:20.834240+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:05:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:05:20.834890+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:05:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:05:20.839454+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:05:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:22.134895+0000 mgr.y (mgr.24491) 5208 : cluster [DBG] pgmap v4588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:22.134895+0000 mgr.y (mgr.24491) 5208 : cluster [DBG] pgmap v4588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:22.134895+0000 mgr.y (mgr.24491) 5208 : cluster [DBG] pgmap v4588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:24.135299+0000 mgr.y (mgr.24491) 5209 : cluster [DBG] pgmap v4589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:24.135299+0000 mgr.y (mgr.24491) 5209 : cluster [DBG] pgmap v4589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:24.135299+0000 mgr.y (mgr.24491) 5209 : cluster [DBG] pgmap v4589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:26.136083+0000 mgr.y (mgr.24491) 5210 : cluster [DBG] pgmap v4590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:26.136083+0000 mgr.y (mgr.24491) 5210 : cluster [DBG] pgmap v4590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:26.136083+0000 mgr.y (mgr.24491) 5210 : cluster [DBG] pgmap v4590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:05:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:28.136647+0000 mgr.y (mgr.24491) 5211 : cluster [DBG] pgmap v4591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:28.136647+0000 mgr.y (mgr.24491) 5211 : cluster [DBG] pgmap v4591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:28.136647+0000 mgr.y (mgr.24491) 5211 : cluster [DBG] pgmap v4591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:31.385 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:05:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:30.137450+0000 mgr.y (mgr.24491) 5212 : cluster [DBG] pgmap v4592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:30.137450+0000 mgr.y (mgr.24491) 5212 : cluster [DBG] pgmap v4592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:30.137450+0000 mgr.y (mgr.24491) 5212 : cluster [DBG] pgmap v4592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:32.138012+0000 mgr.y (mgr.24491) 5213 : cluster [DBG] pgmap v4593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:32.138012+0000 mgr.y (mgr.24491) 5213 : cluster [DBG] pgmap v4593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:32.138012+0000 mgr.y (mgr.24491) 5213 : cluster [DBG] pgmap v4593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:34.138408+0000 mgr.y (mgr.24491) 5214 : cluster [DBG] pgmap v4594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:34.138408+0000 mgr.y (mgr.24491) 5214 : cluster [DBG] pgmap v4594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:34.138408+0000 mgr.y (mgr.24491) 5214 : cluster [DBG] pgmap v4594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:36.139093+0000 mgr.y (mgr.24491) 5215 : cluster [DBG] pgmap v4595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:36.139093+0000 mgr.y (mgr.24491) 5215 : cluster [DBG] pgmap v4595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:36.139093+0000 mgr.y (mgr.24491) 5215 : cluster [DBG] pgmap v4595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:05:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:38.139554+0000 mgr.y (mgr.24491) 5216 : cluster [DBG] pgmap v4596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:38.139554+0000 mgr.y (mgr.24491) 5216 : cluster [DBG] pgmap v4596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:38.139554+0000 mgr.y (mgr.24491) 5216 : cluster [DBG] pgmap v4596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:41.400 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:05:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:40.140267+0000 mgr.y (mgr.24491) 5217 : cluster [DBG] pgmap v4597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:40.140267+0000 mgr.y (mgr.24491) 5217 : cluster [DBG] pgmap v4597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:40.140267+0000 mgr.y (mgr.24491) 5217 : cluster [DBG] pgmap v4597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:42.314 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:05:42.598 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:05:42.598 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:05:42.598 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:05:42.598 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:05:42.598 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:05:42.598 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:05:42.598 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:05:42.598 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:05:42.599 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:05:42.935 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:05:42.935 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:05:42.935 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:05:42.935 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:05:42.935 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:05:42.935 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:05:42.935 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:05:42.935 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:05:42.936 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:05:42.936 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:05:42.936 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:05:42.936 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:05:42.936 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:05:42.936 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:05:42.936 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:05:42.936 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:05:42.936 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:05:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:42.140575+0000 mgr.y (mgr.24491) 5218 : cluster [DBG] pgmap v4598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:05:42.304634+0000 mgr.y (mgr.24491) 5219 : audit [DBG] from='client.20199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:05:42.935825+0000 mon.a (mon.0) 1631 : audit [DBG] from='client.? 172.21.15.177:0/2182222036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:05:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:42.140575+0000 mgr.y (mgr.24491) 5218 : cluster [DBG] pgmap v4598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:05:42.304634+0000 mgr.y (mgr.24491) 5219 : audit [DBG] from='client.20199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:05:42.935825+0000 mon.a (mon.0) 1631 : audit [DBG] from='client.? 172.21.15.177:0/2182222036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:05:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:42.140575+0000 mgr.y (mgr.24491) 5218 : cluster [DBG] pgmap v4598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:05:42.304634+0000 mgr.y (mgr.24491) 5219 : audit [DBG] from='client.20199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:05:42.935825+0000 mon.a (mon.0) 1631 : audit [DBG] from='client.? 172.21.15.177:0/2182222036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:05:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:05:42.592363+0000 mgr.y (mgr.24491) 5220 : audit [DBG] from='client.20205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:05:42.592363+0000 mgr.y (mgr.24491) 5220 : audit [DBG] from='client.20205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:05:42.592363+0000 mgr.y (mgr.24491) 5220 : audit [DBG] from='client.20205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:05:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:44.141118+0000 mgr.y (mgr.24491) 5221 : cluster [DBG] pgmap v4599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:44.141118+0000 mgr.y (mgr.24491) 5221 : cluster [DBG] pgmap v4599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:44.141118+0000 mgr.y (mgr.24491) 5221 : cluster [DBG] pgmap v4599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:47.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:46.141814+0000 mgr.y (mgr.24491) 5222 : cluster [DBG] pgmap v4600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:46.141814+0000 mgr.y (mgr.24491) 5222 : cluster [DBG] pgmap v4600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:46.141814+0000 mgr.y (mgr.24491) 5222 : cluster [DBG] pgmap v4600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:05:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:48.142390+0000 mgr.y (mgr.24491) 5223 : cluster [DBG] pgmap v4601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:48.142390+0000 mgr.y (mgr.24491) 5223 : cluster [DBG] pgmap v4601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:48.142390+0000 mgr.y (mgr.24491) 5223 : cluster [DBG] pgmap v4601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:51.420 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:05:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:50.143285+0000 mgr.y (mgr.24491) 5224 : cluster [DBG] pgmap v4602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:50.143285+0000 mgr.y (mgr.24491) 5224 : cluster [DBG] pgmap v4602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:50.143285+0000 mgr.y (mgr.24491) 5224 : cluster [DBG] pgmap v4602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:52.143957+0000 mgr.y (mgr.24491) 5225 : cluster [DBG] pgmap v4603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:52.143957+0000 mgr.y (mgr.24491) 5225 : cluster [DBG] pgmap v4603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:52.143957+0000 mgr.y (mgr.24491) 5225 : cluster [DBG] pgmap v4603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:54.144390+0000 mgr.y (mgr.24491) 5226 : cluster [DBG] pgmap v4604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:54.144390+0000 mgr.y (mgr.24491) 5226 : cluster [DBG] pgmap v4604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:54.144390+0000 mgr.y (mgr.24491) 5226 : cluster [DBG] pgmap v4604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:57.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:56.145192+0000 mgr.y (mgr.24491) 5227 : cluster [DBG] pgmap v4605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:57.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:56.145192+0000 mgr.y (mgr.24491) 5227 : cluster [DBG] pgmap v4605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:56.145192+0000 mgr.y (mgr.24491) 5227 : cluster [DBG] pgmap v4605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:05:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:05:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:05:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:05:58.145742+0000 mgr.y (mgr.24491) 5228 : cluster [DBG] pgmap v4606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:05:58.145742+0000 mgr.y (mgr.24491) 5228 : cluster [DBG] pgmap v4606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:05:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:05:58.145742+0000 mgr.y (mgr.24491) 5228 : cluster [DBG] pgmap v4606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:01.436 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:06:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:00.146436+0000 mgr.y (mgr.24491) 5229 : cluster [DBG] pgmap v4607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:01.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:00.146436+0000 mgr.y (mgr.24491) 5229 : cluster [DBG] pgmap v4607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:00.146436+0000 mgr.y (mgr.24491) 5229 : cluster [DBG] pgmap v4607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:02.146844+0000 mgr.y (mgr.24491) 5230 : cluster [DBG] pgmap v4608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:02.146844+0000 mgr.y (mgr.24491) 5230 : cluster [DBG] pgmap v4608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:02.146844+0000 mgr.y (mgr.24491) 5230 : cluster [DBG] pgmap v4608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:04.147330+0000 mgr.y (mgr.24491) 5231 : cluster [DBG] pgmap v4609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:05.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:04.147330+0000 mgr.y (mgr.24491) 5231 : cluster [DBG] pgmap v4609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:04.147330+0000 mgr.y (mgr.24491) 5231 : cluster [DBG] pgmap v4609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:06.148068+0000 mgr.y (mgr.24491) 5232 : cluster [DBG] pgmap v4610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:07.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:06.148068+0000 mgr.y (mgr.24491) 5232 : cluster [DBG] pgmap v4610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:06.148068+0000 mgr.y (mgr.24491) 5232 : cluster [DBG] pgmap v4610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:06:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:08.148503+0000 mgr.y (mgr.24491) 5233 : cluster [DBG] pgmap v4611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:09.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:08.148503+0000 mgr.y (mgr.24491) 5233 : cluster [DBG] pgmap v4611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:08.148503+0000 mgr.y (mgr.24491) 5233 : cluster [DBG] pgmap v4611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:11.452 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:06:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:10.149239+0000 mgr.y (mgr.24491) 5234 : cluster [DBG] pgmap v4612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:11.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:10.149239+0000 mgr.y (mgr.24491) 5234 : cluster [DBG] pgmap v4612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:10.149239+0000 mgr.y (mgr.24491) 5234 : cluster [DBG] pgmap v4612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:13.245 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 9m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 9m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:06:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:06:13.524 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:06:13.524 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:06:13.524 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:06:13.524 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:06:13.524 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:06:13.524 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:06:13.524 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:06:13.524 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:06:13.524 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:06:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:12.149578+0000 mgr.y (mgr.24491) 5235 : cluster [DBG] pgmap v4613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:13.857 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:06:13.857 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:06:13.857 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:06:13.857 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:06:13.857 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:06:13.857 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:06:13.857 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:06:13.857 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:06:13.857 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:06:13.858 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:06:13.858 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:06:13.858 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:06:13.858 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:06:13.858 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:06:13.858 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:06:13.858 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:06:13.858 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:06:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:12.149578+0000 mgr.y (mgr.24491) 5235 : cluster [DBG] pgmap v4613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:13.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:12.149578+0000 mgr.y (mgr.24491) 5235 : cluster [DBG] pgmap v4613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:06:13.235368+0000 mgr.y (mgr.24491) 5236 : audit [DBG] from='client.30122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:06:13.859327+0000 mon.a (mon.0) 1632 : audit [DBG] from='client.? 172.21.15.177:0/2946619853' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:06:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:06:13.235368+0000 mgr.y (mgr.24491) 5236 : audit [DBG] from='client.30122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:06:13.859327+0000 mon.a (mon.0) 1632 : audit [DBG] from='client.? 172.21.15.177:0/2946619853' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:06:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:06:13.235368+0000 mgr.y (mgr.24491) 5236 : audit [DBG] from='client.30122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:06:13.859327+0000 mon.a (mon.0) 1632 : audit [DBG] from='client.? 172.21.15.177:0/2946619853' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:06:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:06:13.517461+0000 mgr.y (mgr.24491) 5237 : audit [DBG] from='client.20223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:14.150160+0000 mgr.y (mgr.24491) 5238 : cluster [DBG] pgmap v4614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:15.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:06:13.517461+0000 mgr.y (mgr.24491) 5237 : audit [DBG] from='client.20223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:15.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:14.150160+0000 mgr.y (mgr.24491) 5238 : cluster [DBG] pgmap v4614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:06:13.517461+0000 mgr.y (mgr.24491) 5237 : audit [DBG] from='client.20223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:14.150160+0000 mgr.y (mgr.24491) 5238 : cluster [DBG] pgmap v4614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:16.151002+0000 mgr.y (mgr.24491) 5239 : cluster [DBG] pgmap v4615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:16.151002+0000 mgr.y (mgr.24491) 5239 : cluster [DBG] pgmap v4615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:16.151002+0000 mgr.y (mgr.24491) 5239 : cluster [DBG] pgmap v4615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:06:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:18.151447+0000 mgr.y (mgr.24491) 5240 : cluster [DBG] pgmap v4616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:18.151447+0000 mgr.y (mgr.24491) 5240 : cluster [DBG] pgmap v4616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:18.151447+0000 mgr.y (mgr.24491) 5240 : cluster [DBG] pgmap v4616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:21.476 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:06:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:20.152112+0000 mgr.y (mgr.24491) 5241 : cluster [DBG] pgmap v4617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:06:20.844332+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:06:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:06:21.138965+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:06:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:06:21.139592+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:06:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:06:21.143831+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:06:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:20.152112+0000 mgr.y (mgr.24491) 5241 : cluster [DBG] pgmap v4617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:06:20.844332+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:06:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:06:21.138965+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:06:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:06:21.139592+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:06:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:06:21.143831+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:06:21.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:20.152112+0000 mgr.y (mgr.24491) 5241 : cluster [DBG] pgmap v4617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:21.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:06:20.844332+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:06:21.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:06:21.138965+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:06:21.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:06:21.139592+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:06:21.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:06:21.143831+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:06:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:22.152618+0000 mgr.y (mgr.24491) 5242 : cluster [DBG] pgmap v4618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:22.152618+0000 mgr.y (mgr.24491) 5242 : cluster [DBG] pgmap v4618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:22.152618+0000 mgr.y (mgr.24491) 5242 : cluster [DBG] pgmap v4618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:24.153088+0000 mgr.y (mgr.24491) 5243 : cluster [DBG] pgmap v4619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:25.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:24.153088+0000 mgr.y (mgr.24491) 5243 : cluster [DBG] pgmap v4619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:24.153088+0000 mgr.y (mgr.24491) 5243 : cluster [DBG] pgmap v4619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:26.153817+0000 mgr.y (mgr.24491) 5244 : cluster [DBG] pgmap v4620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:26.153817+0000 mgr.y (mgr.24491) 5244 : cluster [DBG] pgmap v4620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:26.153817+0000 mgr.y (mgr.24491) 5244 : cluster [DBG] pgmap v4620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:06:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:28.154258+0000 mgr.y (mgr.24491) 5245 : cluster [DBG] pgmap v4621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:28.154258+0000 mgr.y (mgr.24491) 5245 : cluster [DBG] pgmap v4621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:28.154258+0000 mgr.y (mgr.24491) 5245 : cluster [DBG] pgmap v4621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:30.154902+0000 mgr.y (mgr.24491) 5246 : cluster [DBG] pgmap v4622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:06:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:30.154902+0000 mgr.y (mgr.24491) 5246 : cluster [DBG] pgmap v4622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:31.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:30.154902+0000 mgr.y (mgr.24491) 5246 : cluster [DBG] pgmap v4622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:32.155429+0000 mgr.y (mgr.24491) 5247 : cluster [DBG] pgmap v4623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:32.155429+0000 mgr.y (mgr.24491) 5247 : cluster [DBG] pgmap v4623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:32.155429+0000 mgr.y (mgr.24491) 5247 : cluster [DBG] pgmap v4623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:34.155843+0000 mgr.y (mgr.24491) 5248 : cluster [DBG] pgmap v4624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:34.155843+0000 mgr.y (mgr.24491) 5248 : cluster [DBG] pgmap v4624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:34.155843+0000 mgr.y (mgr.24491) 5248 : cluster [DBG] pgmap v4624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:36.156647+0000 mgr.y (mgr.24491) 5249 : cluster [DBG] pgmap v4625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:37.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:36.156647+0000 mgr.y (mgr.24491) 5249 : cluster [DBG] pgmap v4625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:36.156647+0000 mgr.y (mgr.24491) 5249 : cluster [DBG] pgmap v4625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:06:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:38.157234+0000 mgr.y (mgr.24491) 5250 : cluster [DBG] pgmap v4626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:38.157234+0000 mgr.y (mgr.24491) 5250 : cluster [DBG] pgmap v4626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:38.157234+0000 mgr.y (mgr.24491) 5250 : cluster [DBG] pgmap v4626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:40.157863+0000 mgr.y (mgr.24491) 5251 : cluster [DBG] pgmap v4627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:06:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:40.157863+0000 mgr.y (mgr.24491) 5251 : cluster [DBG] pgmap v4627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:40.157863+0000 mgr.y (mgr.24491) 5251 : cluster [DBG] pgmap v4627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:42.158264+0000 mgr.y (mgr.24491) 5252 : cluster [DBG] pgmap v4628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:42.158264+0000 mgr.y (mgr.24491) 5252 : cluster [DBG] pgmap v4628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:42.158264+0000 mgr.y (mgr.24491) 5252 : cluster [DBG] pgmap v4628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:44.170 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:06:44.445 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:06:44.445 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:06:44.445 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:06:44.445 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:06:44.446 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:06:44.446 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:06:44.446 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 9m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:06:44.446 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 9m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:06:44.446 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:06:44.446 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:06:44.446 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:06:44.446 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:06:44.446 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:06:44.446 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:06:44.447 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:06:44.447 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:06:44.447 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:06:44.447 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:06:44.447 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:06:44.447 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:06:44.447 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:06:44.777 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:06:44.777 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:06:44.777 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:06:44.778 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:06:44.778 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:06:44.778 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:06:44.778 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:06:44.778 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:06:44.778 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:06:44.779 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:06:44.779 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:06:44.779 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:06:44.779 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:06:44.779 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:06:44.779 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:06:44.779 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:06:44.780 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:06:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:44.158604+0000 mgr.y (mgr.24491) 5253 : cluster [DBG] pgmap v4629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:06:44.160060+0000 mgr.y (mgr.24491) 5254 : audit [DBG] from='client.30140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:06:44.439466+0000 mgr.y (mgr.24491) 5255 : audit [DBG] from='client.30146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:06:44.779186+0000 mon.a (mon.0) 1637 : audit [DBG] from='client.? 172.21.15.177:0/366871209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:06:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:44.158604+0000 mgr.y (mgr.24491) 5253 : cluster [DBG] pgmap v4629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:06:44.160060+0000 mgr.y (mgr.24491) 5254 : audit [DBG] from='client.30140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:06:44.439466+0000 mgr.y (mgr.24491) 5255 : audit [DBG] from='client.30146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:06:44.779186+0000 mon.a (mon.0) 1637 : audit [DBG] from='client.? 172.21.15.177:0/366871209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:06:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:44.158604+0000 mgr.y (mgr.24491) 5253 : cluster [DBG] pgmap v4629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:06:44.160060+0000 mgr.y (mgr.24491) 5254 : audit [DBG] from='client.30140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:06:44.439466+0000 mgr.y (mgr.24491) 5255 : audit [DBG] from='client.30146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:06:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:06:44.779186+0000 mon.a (mon.0) 1637 : audit [DBG] from='client.? 172.21.15.177:0/366871209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:06:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:46.159382+0000 mgr.y (mgr.24491) 5256 : cluster [DBG] pgmap v4630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:46.159382+0000 mgr.y (mgr.24491) 5256 : cluster [DBG] pgmap v4630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:46.159382+0000 mgr.y (mgr.24491) 5256 : cluster [DBG] pgmap v4630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:06:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:48.159851+0000 mgr.y (mgr.24491) 5257 : cluster [DBG] pgmap v4631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:48.159851+0000 mgr.y (mgr.24491) 5257 : cluster [DBG] pgmap v4631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:48.159851+0000 mgr.y (mgr.24491) 5257 : cluster [DBG] pgmap v4631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:50.160615+0000 mgr.y (mgr.24491) 5258 : cluster [DBG] pgmap v4632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:06:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:50.160615+0000 mgr.y (mgr.24491) 5258 : cluster [DBG] pgmap v4632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:50.160615+0000 mgr.y (mgr.24491) 5258 : cluster [DBG] pgmap v4632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:52.160986+0000 mgr.y (mgr.24491) 5259 : cluster [DBG] pgmap v4633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:52.160986+0000 mgr.y (mgr.24491) 5259 : cluster [DBG] pgmap v4633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:52.160986+0000 mgr.y (mgr.24491) 5259 : cluster [DBG] pgmap v4633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:54.161480+0000 mgr.y (mgr.24491) 5260 : cluster [DBG] pgmap v4634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:54.161480+0000 mgr.y (mgr.24491) 5260 : cluster [DBG] pgmap v4634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:54.161480+0000 mgr.y (mgr.24491) 5260 : cluster [DBG] pgmap v4634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:56.162181+0000 mgr.y (mgr.24491) 5261 : cluster [DBG] pgmap v4635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:56.162181+0000 mgr.y (mgr.24491) 5261 : cluster [DBG] pgmap v4635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:56.162181+0000 mgr.y (mgr.24491) 5261 : cluster [DBG] pgmap v4635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:06:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:06:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:06:58.162550+0000 mgr.y (mgr.24491) 5262 : cluster [DBG] pgmap v4636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:06:58.162550+0000 mgr.y (mgr.24491) 5262 : cluster [DBG] pgmap v4636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:06:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:06:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:06:58.162550+0000 mgr.y (mgr.24491) 5262 : cluster [DBG] pgmap v4636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:01.273 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:07:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:00.163322+0000 mgr.y (mgr.24491) 5263 : cluster [DBG] pgmap v4637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:00.163322+0000 mgr.y (mgr.24491) 5263 : cluster [DBG] pgmap v4637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:00.163322+0000 mgr.y (mgr.24491) 5263 : cluster [DBG] pgmap v4637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:02.163665+0000 mgr.y (mgr.24491) 5264 : cluster [DBG] pgmap v4638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:02.163665+0000 mgr.y (mgr.24491) 5264 : cluster [DBG] pgmap v4638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:02.163665+0000 mgr.y (mgr.24491) 5264 : cluster [DBG] pgmap v4638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:04.164122+0000 mgr.y (mgr.24491) 5265 : cluster [DBG] pgmap v4639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:04.164122+0000 mgr.y (mgr.24491) 5265 : cluster [DBG] pgmap v4639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:04.164122+0000 mgr.y (mgr.24491) 5265 : cluster [DBG] pgmap v4639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:06.165014+0000 mgr.y (mgr.24491) 5266 : cluster [DBG] pgmap v4640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:06.165014+0000 mgr.y (mgr.24491) 5266 : cluster [DBG] pgmap v4640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:06.165014+0000 mgr.y (mgr.24491) 5266 : cluster [DBG] pgmap v4640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:07:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:08.165438+0000 mgr.y (mgr.24491) 5267 : cluster [DBG] pgmap v4641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:08.165438+0000 mgr.y (mgr.24491) 5267 : cluster [DBG] pgmap v4641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:08.165438+0000 mgr.y (mgr.24491) 5267 : cluster [DBG] pgmap v4641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:11.291 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:07:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:10.166126+0000 mgr.y (mgr.24491) 5268 : cluster [DBG] pgmap v4642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:10.166126+0000 mgr.y (mgr.24491) 5268 : cluster [DBG] pgmap v4642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:10.166126+0000 mgr.y (mgr.24491) 5268 : cluster [DBG] pgmap v4642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:12.166664+0000 mgr.y (mgr.24491) 5269 : cluster [DBG] pgmap v4643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:12.166664+0000 mgr.y (mgr.24491) 5269 : cluster [DBG] pgmap v4643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:12.166664+0000 mgr.y (mgr.24491) 5269 : cluster [DBG] pgmap v4643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:15.091 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:07:15.369 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:07:15.369 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 10m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:07:15.370 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 10m ago 2h 62.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:07:15.370 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 10m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:07:15.370 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 10m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:07:15.370 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 10m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:07:15.370 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 10m ago 2h 464M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:07:15.370 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 10m ago 2h 435M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:07:15.370 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 10m ago 2h 235M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:07:15.370 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 10m ago 2h 239M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:07:15.370 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 10m ago 2h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:07:15.371 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 10m ago 2h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:07:15.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 10m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:07:15.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 10m ago 2h 44.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:07:15.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 10m ago 2h 40.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:07:15.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 10m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:07:15.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 10m ago 2h 43.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:07:15.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 10m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:07:15.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 10m ago 2h 41.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:07:15.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 10m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:07:15.371 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 10m ago 2h 90.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:07:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:14.167135+0000 mgr.y (mgr.24491) 5270 : cluster [DBG] pgmap v4644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:14.167135+0000 mgr.y (mgr.24491) 5270 : cluster [DBG] pgmap v4644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:15.702 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:07:15.702 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:07:15.702 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:07:15.702 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:07:15.702 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:07:15.702 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:07:15.703 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:07:15.703 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:07:15.703 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:07:15.703 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:07:15.703 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:07:15.703 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:07:15.703 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:07:15.703 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:07:15.703 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:07:15.703 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:07:15.703 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:07:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:14.167135+0000 mgr.y (mgr.24491) 5270 : cluster [DBG] pgmap v4644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:15.080489+0000 mgr.y (mgr.24491) 5271 : audit [DBG] from='client.30158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:15.363573+0000 mgr.y (mgr.24491) 5272 : audit [DBG] from='client.20259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:15.704255+0000 mon.c (mon.2) 185 : audit [DBG] from='client.? 172.21.15.177:0/772171898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:07:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:15.080489+0000 mgr.y (mgr.24491) 5271 : audit [DBG] from='client.30158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:15.363573+0000 mgr.y (mgr.24491) 5272 : audit [DBG] from='client.20259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:15.704255+0000 mon.c (mon.2) 185 : audit [DBG] from='client.? 172.21.15.177:0/772171898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:07:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:15.080489+0000 mgr.y (mgr.24491) 5271 : audit [DBG] from='client.30158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:15.363573+0000 mgr.y (mgr.24491) 5272 : audit [DBG] from='client.20259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:15.704255+0000 mon.c (mon.2) 185 : audit [DBG] from='client.? 172.21.15.177:0/772171898' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:07:17.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:16.167842+0000 mgr.y (mgr.24491) 5273 : cluster [DBG] pgmap v4645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:16.167842+0000 mgr.y (mgr.24491) 5273 : cluster [DBG] pgmap v4645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:16.167842+0000 mgr.y (mgr.24491) 5273 : cluster [DBG] pgmap v4645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:07:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:18.168262+0000 mgr.y (mgr.24491) 5274 : cluster [DBG] pgmap v4646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:18.168262+0000 mgr.y (mgr.24491) 5274 : cluster [DBG] pgmap v4646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:18.168262+0000 mgr.y (mgr.24491) 5274 : cluster [DBG] pgmap v4646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:21.311 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:07:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:20.169067+0000 mgr.y (mgr.24491) 5275 : cluster [DBG] pgmap v4647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:21.147995+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:07:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:20.169067+0000 mgr.y (mgr.24491) 5275 : cluster [DBG] pgmap v4647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:21.147995+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:07:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:20.169067+0000 mgr.y (mgr.24491) 5275 : cluster [DBG] pgmap v4647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:21.147995+0000 mon.a (mon.0) 1638 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:07:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:22.169370+0000 mgr.y (mgr.24491) 5276 : cluster [DBG] pgmap v4648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:22.169370+0000 mgr.y (mgr.24491) 5276 : cluster [DBG] pgmap v4648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:22.169370+0000 mgr.y (mgr.24491) 5276 : cluster [DBG] pgmap v4648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:23.812601+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:07:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:24.169889+0000 mgr.y (mgr.24491) 5277 : cluster [DBG] pgmap v4649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:24.493774+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:07:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:24.774058+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:07:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:24.774659+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:07:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:24.779204+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:07:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:23.812601+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:07:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:24.169889+0000 mgr.y (mgr.24491) 5277 : cluster [DBG] pgmap v4649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:24.493774+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:07:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:24.774058+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:07:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:24.774659+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:07:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:24.779204+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:07:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:23.812601+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:07:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:24.169889+0000 mgr.y (mgr.24491) 5277 : cluster [DBG] pgmap v4649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:24.493774+0000 mon.a (mon.0) 1640 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:07:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:24.774058+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:07:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:24.774659+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:07:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:24.779204+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:07:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:26.170824+0000 mgr.y (mgr.24491) 5278 : cluster [DBG] pgmap v4650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:26.170824+0000 mgr.y (mgr.24491) 5278 : cluster [DBG] pgmap v4650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:26.170824+0000 mgr.y (mgr.24491) 5278 : cluster [DBG] pgmap v4650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:07:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:28.171366+0000 mgr.y (mgr.24491) 5279 : cluster [DBG] pgmap v4651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:28.171366+0000 mgr.y (mgr.24491) 5279 : cluster [DBG] pgmap v4651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:28.171366+0000 mgr.y (mgr.24491) 5279 : cluster [DBG] pgmap v4651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:30.172070+0000 mgr.y (mgr.24491) 5280 : cluster [DBG] pgmap v4652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:07:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:30.172070+0000 mgr.y (mgr.24491) 5280 : cluster [DBG] pgmap v4652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:30.172070+0000 mgr.y (mgr.24491) 5280 : cluster [DBG] pgmap v4652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:32.172464+0000 mgr.y (mgr.24491) 5281 : cluster [DBG] pgmap v4653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:32.172464+0000 mgr.y (mgr.24491) 5281 : cluster [DBG] pgmap v4653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:32.172464+0000 mgr.y (mgr.24491) 5281 : cluster [DBG] pgmap v4653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:34.172927+0000 mgr.y (mgr.24491) 5282 : cluster [DBG] pgmap v4654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:34.172927+0000 mgr.y (mgr.24491) 5282 : cluster [DBG] pgmap v4654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:34.172927+0000 mgr.y (mgr.24491) 5282 : cluster [DBG] pgmap v4654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:36.173680+0000 mgr.y (mgr.24491) 5283 : cluster [DBG] pgmap v4655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:36.173680+0000 mgr.y (mgr.24491) 5283 : cluster [DBG] pgmap v4655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:36.173680+0000 mgr.y (mgr.24491) 5283 : cluster [DBG] pgmap v4655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:37] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:07:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:38.174239+0000 mgr.y (mgr.24491) 5284 : cluster [DBG] pgmap v4656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:38.174239+0000 mgr.y (mgr.24491) 5284 : cluster [DBG] pgmap v4656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:38.174239+0000 mgr.y (mgr.24491) 5284 : cluster [DBG] pgmap v4656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:40.174949+0000 mgr.y (mgr.24491) 5285 : cluster [DBG] pgmap v4657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:07:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:40.174949+0000 mgr.y (mgr.24491) 5285 : cluster [DBG] pgmap v4657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:40.174949+0000 mgr.y (mgr.24491) 5285 : cluster [DBG] pgmap v4657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:42.175490+0000 mgr.y (mgr.24491) 5286 : cluster [DBG] pgmap v4658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:42.175490+0000 mgr.y (mgr.24491) 5286 : cluster [DBG] pgmap v4658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:43.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:42.175490+0000 mgr.y (mgr.24491) 5286 : cluster [DBG] pgmap v4658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:44.176041+0000 mgr.y (mgr.24491) 5287 : cluster [DBG] pgmap v4659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:44.176041+0000 mgr.y (mgr.24491) 5287 : cluster [DBG] pgmap v4659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:44.176041+0000 mgr.y (mgr.24491) 5287 : cluster [DBG] pgmap v4659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:46.013 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:07:46.286 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:07:46.286 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 22s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:07:46.286 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 21s ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:07:46.286 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 22s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:07:46.286 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 21s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 21s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 22s ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 22s ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 21s ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 22s ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 22s ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 21s ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 22s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 22s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 22s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 22s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 21s ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:07:46.287 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 21s ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:07:46.288 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 21s ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:07:46.288 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 21s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:07:46.288 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 21s ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:07:46.619 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:07:46.620 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:07:46.620 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:07:46.620 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:07:46.620 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:07:46.621 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:07:46.621 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:07:46.621 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:07:46.621 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:07:46.621 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:07:46.621 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:07:46.621 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:07:46.621 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:07:46.621 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:07:46.621 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:07:46.621 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:07:46.622 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:07:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:46.003276+0000 mgr.y (mgr.24491) 5288 : audit [DBG] from='client.30176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:46.176624+0000 mgr.y (mgr.24491) 5289 : cluster [DBG] pgmap v4660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:46.280793+0000 mgr.y (mgr.24491) 5290 : audit [DBG] from='client.30182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:07:46.621210+0000 mon.c (mon.2) 186 : audit [DBG] from='client.? 172.21.15.177:0/3304711040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:07:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:46.003276+0000 mgr.y (mgr.24491) 5288 : audit [DBG] from='client.30176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:46.176624+0000 mgr.y (mgr.24491) 5289 : cluster [DBG] pgmap v4660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:46.280793+0000 mgr.y (mgr.24491) 5290 : audit [DBG] from='client.30182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:07:46.621210+0000 mon.c (mon.2) 186 : audit [DBG] from='client.? 172.21.15.177:0/3304711040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:07:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:46.003276+0000 mgr.y (mgr.24491) 5288 : audit [DBG] from='client.30176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:46.176624+0000 mgr.y (mgr.24491) 5289 : cluster [DBG] pgmap v4660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:46.280793+0000 mgr.y (mgr.24491) 5290 : audit [DBG] from='client.30182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:07:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:07:46.621210+0000 mon.c (mon.2) 186 : audit [DBG] from='client.? 172.21.15.177:0/3304711040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:07:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:47] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:07:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:48.177003+0000 mgr.y (mgr.24491) 5291 : cluster [DBG] pgmap v4661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:48.177003+0000 mgr.y (mgr.24491) 5291 : cluster [DBG] pgmap v4661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:48.177003+0000 mgr.y (mgr.24491) 5291 : cluster [DBG] pgmap v4661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:51.263 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:07:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:50.177857+0000 mgr.y (mgr.24491) 5292 : cluster [DBG] pgmap v4662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:50.177857+0000 mgr.y (mgr.24491) 5292 : cluster [DBG] pgmap v4662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:50.177857+0000 mgr.y (mgr.24491) 5292 : cluster [DBG] pgmap v4662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:52.178299+0000 mgr.y (mgr.24491) 5293 : cluster [DBG] pgmap v4663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:52.178299+0000 mgr.y (mgr.24491) 5293 : cluster [DBG] pgmap v4663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:52.178299+0000 mgr.y (mgr.24491) 5293 : cluster [DBG] pgmap v4663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:54.178756+0000 mgr.y (mgr.24491) 5294 : cluster [DBG] pgmap v4664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:54.178756+0000 mgr.y (mgr.24491) 5294 : cluster [DBG] pgmap v4664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:54.178756+0000 mgr.y (mgr.24491) 5294 : cluster [DBG] pgmap v4664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:56.179384+0000 mgr.y (mgr.24491) 5295 : cluster [DBG] pgmap v4665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:56.179384+0000 mgr.y (mgr.24491) 5295 : cluster [DBG] pgmap v4665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:56.179384+0000 mgr.y (mgr.24491) 5295 : cluster [DBG] pgmap v4665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:07:57] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:07:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:07:58.179932+0000 mgr.y (mgr.24491) 5296 : cluster [DBG] pgmap v4666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:07:58.179932+0000 mgr.y (mgr.24491) 5296 : cluster [DBG] pgmap v4666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:07:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:07:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:07:58.179932+0000 mgr.y (mgr.24491) 5296 : cluster [DBG] pgmap v4666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:01.279 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:08:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:00.180603+0000 mgr.y (mgr.24491) 5297 : cluster [DBG] pgmap v4667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:00.180603+0000 mgr.y (mgr.24491) 5297 : cluster [DBG] pgmap v4667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:00.180603+0000 mgr.y (mgr.24491) 5297 : cluster [DBG] pgmap v4667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:03.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:02.181005+0000 mgr.y (mgr.24491) 5298 : cluster [DBG] pgmap v4668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:02.181005+0000 mgr.y (mgr.24491) 5298 : cluster [DBG] pgmap v4668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:02.181005+0000 mgr.y (mgr.24491) 5298 : cluster [DBG] pgmap v4668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:04.181498+0000 mgr.y (mgr.24491) 5299 : cluster [DBG] pgmap v4669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:04.181498+0000 mgr.y (mgr.24491) 5299 : cluster [DBG] pgmap v4669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:04.181498+0000 mgr.y (mgr.24491) 5299 : cluster [DBG] pgmap v4669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:06.182366+0000 mgr.y (mgr.24491) 5300 : cluster [DBG] pgmap v4670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:06.182366+0000 mgr.y (mgr.24491) 5300 : cluster [DBG] pgmap v4670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:06.182366+0000 mgr.y (mgr.24491) 5300 : cluster [DBG] pgmap v4670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:08:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:08.183008+0000 mgr.y (mgr.24491) 5301 : cluster [DBG] pgmap v4671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:08.183008+0000 mgr.y (mgr.24491) 5301 : cluster [DBG] pgmap v4671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:08.183008+0000 mgr.y (mgr.24491) 5301 : cluster [DBG] pgmap v4671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:11.293 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:08:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:10.183857+0000 mgr.y (mgr.24491) 5302 : cluster [DBG] pgmap v4672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:10.183857+0000 mgr.y (mgr.24491) 5302 : cluster [DBG] pgmap v4672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:10.183857+0000 mgr.y (mgr.24491) 5302 : cluster [DBG] pgmap v4672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:12.184579+0000 mgr.y (mgr.24491) 5303 : cluster [DBG] pgmap v4673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:12.184579+0000 mgr.y (mgr.24491) 5303 : cluster [DBG] pgmap v4673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:12.184579+0000 mgr.y (mgr.24491) 5303 : cluster [DBG] pgmap v4673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:14.184987+0000 mgr.y (mgr.24491) 5304 : cluster [DBG] pgmap v4674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:14.184987+0000 mgr.y (mgr.24491) 5304 : cluster [DBG] pgmap v4674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:14.184987+0000 mgr.y (mgr.24491) 5304 : cluster [DBG] pgmap v4674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:08:17.204 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:08:17.204 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 53s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:08:17.204 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 52s ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 53s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 52s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 52s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 53s ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 53s ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 52s ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 53s ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 53s ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 52s ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 53s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 53s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 53s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 53s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 52s ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:08:17.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 52s ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:08:17.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 52s ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:08:17.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 52s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:08:17.206 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 52s ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:08:17.541 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:08:17.541 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:08:17.541 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:08:17.541 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:08:17.542 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:08:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:16.185728+0000 mgr.y (mgr.24491) 5305 : cluster [DBG] pgmap v4675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:16.185728+0000 mgr.y (mgr.24491) 5305 : cluster [DBG] pgmap v4675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:16.185728+0000 mgr.y (mgr.24491) 5305 : cluster [DBG] pgmap v4675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:08:18.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:08:16.920805+0000 mgr.y (mgr.24491) 5306 : audit [DBG] from='client.30194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:08:17.198750+0000 mgr.y (mgr.24491) 5307 : audit [DBG] from='client.20295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:08:17.543523+0000 mon.a (mon.0) 1644 : audit [DBG] from='client.? 172.21.15.177:0/184292497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:08:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:08:16.920805+0000 mgr.y (mgr.24491) 5306 : audit [DBG] from='client.30194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:08:17.198750+0000 mgr.y (mgr.24491) 5307 : audit [DBG] from='client.20295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:08:17.543523+0000 mon.a (mon.0) 1644 : audit [DBG] from='client.? 172.21.15.177:0/184292497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:08:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:08:16.920805+0000 mgr.y (mgr.24491) 5306 : audit [DBG] from='client.30194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:08:17.198750+0000 mgr.y (mgr.24491) 5307 : audit [DBG] from='client.20295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:08:17.543523+0000 mon.a (mon.0) 1644 : audit [DBG] from='client.? 172.21.15.177:0/184292497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:08:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:18.186247+0000 mgr.y (mgr.24491) 5308 : cluster [DBG] pgmap v4676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:18.186247+0000 mgr.y (mgr.24491) 5308 : cluster [DBG] pgmap v4676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:18.186247+0000 mgr.y (mgr.24491) 5308 : cluster [DBG] pgmap v4676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:21.314 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:08:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:20.187065+0000 mgr.y (mgr.24491) 5309 : cluster [DBG] pgmap v4677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:20.187065+0000 mgr.y (mgr.24491) 5309 : cluster [DBG] pgmap v4677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:20.187065+0000 mgr.y (mgr.24491) 5309 : cluster [DBG] pgmap v4677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:22.187489+0000 mgr.y (mgr.24491) 5310 : cluster [DBG] pgmap v4678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:22.187489+0000 mgr.y (mgr.24491) 5310 : cluster [DBG] pgmap v4678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:22.187489+0000 mgr.y (mgr.24491) 5310 : cluster [DBG] pgmap v4678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:24.188157+0000 mgr.y (mgr.24491) 5311 : cluster [DBG] pgmap v4679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:08:24.783512+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:08:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:08:25.075496+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:08:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:08:25.076094+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:08:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:08:25.080400+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:08:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:24.188157+0000 mgr.y (mgr.24491) 5311 : cluster [DBG] pgmap v4679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:08:24.783512+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:08:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:08:25.075496+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:08:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:08:25.076094+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:08:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:08:25.080400+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:08:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:24.188157+0000 mgr.y (mgr.24491) 5311 : cluster [DBG] pgmap v4679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:08:24.783512+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:08:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:08:25.075496+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:08:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:08:25.076094+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:08:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:08:25.080400+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:08:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:26.188848+0000 mgr.y (mgr.24491) 5312 : cluster [DBG] pgmap v4680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:26.188848+0000 mgr.y (mgr.24491) 5312 : cluster [DBG] pgmap v4680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:26.188848+0000 mgr.y (mgr.24491) 5312 : cluster [DBG] pgmap v4680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:08:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:28.189286+0000 mgr.y (mgr.24491) 5313 : cluster [DBG] pgmap v4681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:28.189286+0000 mgr.y (mgr.24491) 5313 : cluster [DBG] pgmap v4681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:28.189286+0000 mgr.y (mgr.24491) 5313 : cluster [DBG] pgmap v4681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:31.330 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:08:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:30.190244+0000 mgr.y (mgr.24491) 5314 : cluster [DBG] pgmap v4682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:30.190244+0000 mgr.y (mgr.24491) 5314 : cluster [DBG] pgmap v4682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:30.190244+0000 mgr.y (mgr.24491) 5314 : cluster [DBG] pgmap v4682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:32.190746+0000 mgr.y (mgr.24491) 5315 : cluster [DBG] pgmap v4683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:32.190746+0000 mgr.y (mgr.24491) 5315 : cluster [DBG] pgmap v4683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:32.190746+0000 mgr.y (mgr.24491) 5315 : cluster [DBG] pgmap v4683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:34.191163+0000 mgr.y (mgr.24491) 5316 : cluster [DBG] pgmap v4684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:34.191163+0000 mgr.y (mgr.24491) 5316 : cluster [DBG] pgmap v4684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:34.191163+0000 mgr.y (mgr.24491) 5316 : cluster [DBG] pgmap v4684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:37.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:36.191984+0000 mgr.y (mgr.24491) 5317 : cluster [DBG] pgmap v4685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:36.191984+0000 mgr.y (mgr.24491) 5317 : cluster [DBG] pgmap v4685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:36.191984+0000 mgr.y (mgr.24491) 5317 : cluster [DBG] pgmap v4685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:08:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:38.192435+0000 mgr.y (mgr.24491) 5318 : cluster [DBG] pgmap v4686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:38.192435+0000 mgr.y (mgr.24491) 5318 : cluster [DBG] pgmap v4686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:38.192435+0000 mgr.y (mgr.24491) 5318 : cluster [DBG] pgmap v4686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:41.345 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:08:41.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:40.193091+0000 mgr.y (mgr.24491) 5319 : cluster [DBG] pgmap v4687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:40.193091+0000 mgr.y (mgr.24491) 5319 : cluster [DBG] pgmap v4687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:40.193091+0000 mgr.y (mgr.24491) 5319 : cluster [DBG] pgmap v4687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:42.193518+0000 mgr.y (mgr.24491) 5320 : cluster [DBG] pgmap v4688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:42.193518+0000 mgr.y (mgr.24491) 5320 : cluster [DBG] pgmap v4688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:42.193518+0000 mgr.y (mgr.24491) 5320 : cluster [DBG] pgmap v4688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:44.194020+0000 mgr.y (mgr.24491) 5321 : cluster [DBG] pgmap v4689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:44.194020+0000 mgr.y (mgr.24491) 5321 : cluster [DBG] pgmap v4689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:44.194020+0000 mgr.y (mgr.24491) 5321 : cluster [DBG] pgmap v4689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:46.194630+0000 mgr.y (mgr.24491) 5322 : cluster [DBG] pgmap v4690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:46.194630+0000 mgr.y (mgr.24491) 5322 : cluster [DBG] pgmap v4690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:46.194630+0000 mgr.y (mgr.24491) 5322 : cluster [DBG] pgmap v4690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:47.850 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:08:48.127 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:08:48.127 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 84s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:08:48.127 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 83s ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:08:48.127 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 84s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:08:48.127 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 83s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:08:48.127 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 83s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:08:48.127 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 84s ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:08:48.127 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 84s ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:08:48.127 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 83s ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:08:48.127 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 84s ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:08:48.127 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 84s ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:08:48.128 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 83s ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:08:48.128 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 84s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:08:48.128 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 84s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:08:48.128 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 84s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:08:48.128 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 84s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:08:48.128 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 83s ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:08:48.128 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 83s ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:08:48.128 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 83s ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:08:48.128 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 83s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:08:48.128 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 83s ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:08:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:47] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T06:08:48.464 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:08:48.464 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:08:48.464 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:08:48.464 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:08:48.465 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:08:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:08:47.840093+0000 mgr.y (mgr.24491) 5323 : audit [DBG] from='client.20307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:08:48.121606+0000 mgr.y (mgr.24491) 5324 : audit [DBG] from='client.20313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:48.195040+0000 mgr.y (mgr.24491) 5325 : cluster [DBG] pgmap v4691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:08:48.466599+0000 mon.c (mon.2) 187 : audit [DBG] from='client.? 172.21.15.177:0/847395078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:08:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:08:47.840093+0000 mgr.y (mgr.24491) 5323 : audit [DBG] from='client.20307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:08:48.121606+0000 mgr.y (mgr.24491) 5324 : audit [DBG] from='client.20313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:48.195040+0000 mgr.y (mgr.24491) 5325 : cluster [DBG] pgmap v4691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:08:48.466599+0000 mon.c (mon.2) 187 : audit [DBG] from='client.? 172.21.15.177:0/847395078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:08:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:08:47.840093+0000 mgr.y (mgr.24491) 5323 : audit [DBG] from='client.20307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:08:48.121606+0000 mgr.y (mgr.24491) 5324 : audit [DBG] from='client.20313 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:08:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:48.195040+0000 mgr.y (mgr.24491) 5325 : cluster [DBG] pgmap v4691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:08:48.466599+0000 mon.c (mon.2) 187 : audit [DBG] from='client.? 172.21.15.177:0/847395078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:08:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:50.195831+0000 mgr.y (mgr.24491) 5326 : cluster [DBG] pgmap v4692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:50.195831+0000 mgr.y (mgr.24491) 5326 : cluster [DBG] pgmap v4692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:50.195831+0000 mgr.y (mgr.24491) 5326 : cluster [DBG] pgmap v4692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:08:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:52.196208+0000 mgr.y (mgr.24491) 5327 : cluster [DBG] pgmap v4693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:52.196208+0000 mgr.y (mgr.24491) 5327 : cluster [DBG] pgmap v4693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:52.196208+0000 mgr.y (mgr.24491) 5327 : cluster [DBG] pgmap v4693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:54.196617+0000 mgr.y (mgr.24491) 5328 : cluster [DBG] pgmap v4694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:54.196617+0000 mgr.y (mgr.24491) 5328 : cluster [DBG] pgmap v4694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:54.196617+0000 mgr.y (mgr.24491) 5328 : cluster [DBG] pgmap v4694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:56.197375+0000 mgr.y (mgr.24491) 5329 : cluster [DBG] pgmap v4695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:56.197375+0000 mgr.y (mgr.24491) 5329 : cluster [DBG] pgmap v4695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:56.197375+0000 mgr.y (mgr.24491) 5329 : cluster [DBG] pgmap v4695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:08:57] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T06:08:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:08:58.197790+0000 mgr.y (mgr.24491) 5330 : cluster [DBG] pgmap v4696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:08:58.197790+0000 mgr.y (mgr.24491) 5330 : cluster [DBG] pgmap v4696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:08:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:08:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:08:58.197790+0000 mgr.y (mgr.24491) 5330 : cluster [DBG] pgmap v4696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:01.261 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:09:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:00.198503+0000 mgr.y (mgr.24491) 5331 : cluster [DBG] pgmap v4697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:00.198503+0000 mgr.y (mgr.24491) 5331 : cluster [DBG] pgmap v4697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:00.198503+0000 mgr.y (mgr.24491) 5331 : cluster [DBG] pgmap v4697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:02.199021+0000 mgr.y (mgr.24491) 5332 : cluster [DBG] pgmap v4698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:02.199021+0000 mgr.y (mgr.24491) 5332 : cluster [DBG] pgmap v4698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:02.199021+0000 mgr.y (mgr.24491) 5332 : cluster [DBG] pgmap v4698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:04.199457+0000 mgr.y (mgr.24491) 5333 : cluster [DBG] pgmap v4699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:04.199457+0000 mgr.y (mgr.24491) 5333 : cluster [DBG] pgmap v4699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:04.199457+0000 mgr.y (mgr.24491) 5333 : cluster [DBG] pgmap v4699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:06.200260+0000 mgr.y (mgr.24491) 5334 : cluster [DBG] pgmap v4700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:06.200260+0000 mgr.y (mgr.24491) 5334 : cluster [DBG] pgmap v4700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:07.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:06.200260+0000 mgr.y (mgr.24491) 5334 : cluster [DBG] pgmap v4700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:07] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:09:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:08.200668+0000 mgr.y (mgr.24491) 5335 : cluster [DBG] pgmap v4701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:08.200668+0000 mgr.y (mgr.24491) 5335 : cluster [DBG] pgmap v4701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:08.200668+0000 mgr.y (mgr.24491) 5335 : cluster [DBG] pgmap v4701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:11.275 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:09:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:10.201312+0000 mgr.y (mgr.24491) 5336 : cluster [DBG] pgmap v4702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:10.201312+0000 mgr.y (mgr.24491) 5336 : cluster [DBG] pgmap v4702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:10.201312+0000 mgr.y (mgr.24491) 5336 : cluster [DBG] pgmap v4702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:12.201857+0000 mgr.y (mgr.24491) 5337 : cluster [DBG] pgmap v4703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:12.201857+0000 mgr.y (mgr.24491) 5337 : cluster [DBG] pgmap v4703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:12.201857+0000 mgr.y (mgr.24491) 5337 : cluster [DBG] pgmap v4703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:14.202252+0000 mgr.y (mgr.24491) 5338 : cluster [DBG] pgmap v4704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:14.202252+0000 mgr.y (mgr.24491) 5338 : cluster [DBG] pgmap v4704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:14.202252+0000 mgr.y (mgr.24491) 5338 : cluster [DBG] pgmap v4704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:16.202915+0000 mgr.y (mgr.24491) 5339 : cluster [DBG] pgmap v4705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:16.202915+0000 mgr.y (mgr.24491) 5339 : cluster [DBG] pgmap v4705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:16.202915+0000 mgr.y (mgr.24491) 5339 : cluster [DBG] pgmap v4705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:09:18.776 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:09:19.049 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 115s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 114s ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 115s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 114s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 114s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 115s ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 115s ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 114s ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 115s ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 115s ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 114s ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:09:19.050 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 115s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:09:19.051 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 115s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:09:19.051 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 115s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:09:19.051 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 115s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:09:19.051 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 114s ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:09:19.051 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 114s ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:09:19.051 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 114s ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:09:19.051 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 114s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:09:19.051 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 114s ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:09:19.385 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:09:19.386 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:09:19.387 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:09:19.387 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:09:19.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:18.203489+0000 mgr.y (mgr.24491) 5340 : cluster [DBG] pgmap v4706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:18.203489+0000 mgr.y (mgr.24491) 5340 : cluster [DBG] pgmap v4706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:18.203489+0000 mgr.y (mgr.24491) 5340 : cluster [DBG] pgmap v4706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:09:18.766113+0000 mgr.y (mgr.24491) 5341 : audit [DBG] from='client.30227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:09:19.044406+0000 mgr.y (mgr.24491) 5342 : audit [DBG] from='client.20331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:09:19.387776+0000 mon.c (mon.2) 188 : audit [DBG] from='client.? 172.21.15.177:0/659990393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:09:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:09:18.766113+0000 mgr.y (mgr.24491) 5341 : audit [DBG] from='client.30227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:09:19.044406+0000 mgr.y (mgr.24491) 5342 : audit [DBG] from='client.20331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:09:19.387776+0000 mon.c (mon.2) 188 : audit [DBG] from='client.? 172.21.15.177:0/659990393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:09:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:09:18.766113+0000 mgr.y (mgr.24491) 5341 : audit [DBG] from='client.30227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:09:19.044406+0000 mgr.y (mgr.24491) 5342 : audit [DBG] from='client.20331 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:09:19.387776+0000 mon.c (mon.2) 188 : audit [DBG] from='client.? 172.21.15.177:0/659990393' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:09:21.296 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:09:21.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:20.204357+0000 mgr.y (mgr.24491) 5343 : cluster [DBG] pgmap v4707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:20.204357+0000 mgr.y (mgr.24491) 5343 : cluster [DBG] pgmap v4707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:20.204357+0000 mgr.y (mgr.24491) 5343 : cluster [DBG] pgmap v4707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:22.204708+0000 mgr.y (mgr.24491) 5344 : cluster [DBG] pgmap v4708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:22.204708+0000 mgr.y (mgr.24491) 5344 : cluster [DBG] pgmap v4708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:22.204708+0000 mgr.y (mgr.24491) 5344 : cluster [DBG] pgmap v4708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:24.205260+0000 mgr.y (mgr.24491) 5345 : cluster [DBG] pgmap v4709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:09:25.084578+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:09:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:24.205260+0000 mgr.y (mgr.24491) 5345 : cluster [DBG] pgmap v4709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:09:25.084578+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:09:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:24.205260+0000 mgr.y (mgr.24491) 5345 : cluster [DBG] pgmap v4709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:09:25.084578+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:09:26.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:09:25.379253+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:09:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:09:25.379888+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:09:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:09:25.384191+0000 mon.a (mon.0) 1652 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:09:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:09:25.379253+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:09:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:09:25.379888+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:09:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:09:25.384191+0000 mon.a (mon.0) 1652 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:09:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:09:25.379253+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:09:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:09:25.379888+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:09:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:09:25.384191+0000 mon.a (mon.0) 1652 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:09:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:26.205992+0000 mgr.y (mgr.24491) 5346 : cluster [DBG] pgmap v4710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:26.205992+0000 mgr.y (mgr.24491) 5346 : cluster [DBG] pgmap v4710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:26.205992+0000 mgr.y (mgr.24491) 5346 : cluster [DBG] pgmap v4710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:09:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:28.206427+0000 mgr.y (mgr.24491) 5347 : cluster [DBG] pgmap v4711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:28.206427+0000 mgr.y (mgr.24491) 5347 : cluster [DBG] pgmap v4711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:28.206427+0000 mgr.y (mgr.24491) 5347 : cluster [DBG] pgmap v4711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:31.391 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:09:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:30.207104+0000 mgr.y (mgr.24491) 5348 : cluster [DBG] pgmap v4712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:30.207104+0000 mgr.y (mgr.24491) 5348 : cluster [DBG] pgmap v4712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:30.207104+0000 mgr.y (mgr.24491) 5348 : cluster [DBG] pgmap v4712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:32.207492+0000 mgr.y (mgr.24491) 5349 : cluster [DBG] pgmap v4713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:32.207492+0000 mgr.y (mgr.24491) 5349 : cluster [DBG] pgmap v4713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:32.207492+0000 mgr.y (mgr.24491) 5349 : cluster [DBG] pgmap v4713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:34.207894+0000 mgr.y (mgr.24491) 5350 : cluster [DBG] pgmap v4714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:34.207894+0000 mgr.y (mgr.24491) 5350 : cluster [DBG] pgmap v4714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:34.207894+0000 mgr.y (mgr.24491) 5350 : cluster [DBG] pgmap v4714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:37.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:36.208618+0000 mgr.y (mgr.24491) 5351 : cluster [DBG] pgmap v4715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:37.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:36.208618+0000 mgr.y (mgr.24491) 5351 : cluster [DBG] pgmap v4715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:36.208618+0000 mgr.y (mgr.24491) 5351 : cluster [DBG] pgmap v4715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:37] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:09:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:38.209140+0000 mgr.y (mgr.24491) 5352 : cluster [DBG] pgmap v4716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:38.209140+0000 mgr.y (mgr.24491) 5352 : cluster [DBG] pgmap v4716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:38.209140+0000 mgr.y (mgr.24491) 5352 : cluster [DBG] pgmap v4716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:41.410 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:09:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:40.210045+0000 mgr.y (mgr.24491) 5353 : cluster [DBG] pgmap v4717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:41.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:40.210045+0000 mgr.y (mgr.24491) 5353 : cluster [DBG] pgmap v4717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:40.210045+0000 mgr.y (mgr.24491) 5353 : cluster [DBG] pgmap v4717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:42.210466+0000 mgr.y (mgr.24491) 5354 : cluster [DBG] pgmap v4718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:43.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:42.210466+0000 mgr.y (mgr.24491) 5354 : cluster [DBG] pgmap v4718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:42.210466+0000 mgr.y (mgr.24491) 5354 : cluster [DBG] pgmap v4718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:44.211054+0000 mgr.y (mgr.24491) 5355 : cluster [DBG] pgmap v4719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:45.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:44.211054+0000 mgr.y (mgr.24491) 5355 : cluster [DBG] pgmap v4719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:44.211054+0000 mgr.y (mgr.24491) 5355 : cluster [DBG] pgmap v4719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:47.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:46.211698+0000 mgr.y (mgr.24491) 5356 : cluster [DBG] pgmap v4720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:46.211698+0000 mgr.y (mgr.24491) 5356 : cluster [DBG] pgmap v4720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:46.211698+0000 mgr.y (mgr.24491) 5356 : cluster [DBG] pgmap v4720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:09:49.696 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:09:49.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:48.212228+0000 mgr.y (mgr.24491) 5357 : cluster [DBG] pgmap v4721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:49.903 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:48.212228+0000 mgr.y (mgr.24491) 5357 : cluster [DBG] pgmap v4721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:49.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:48.212228+0000 mgr.y (mgr.24491) 5357 : cluster [DBG] pgmap v4721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:49.970 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:09:49.970 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:09:49.970 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:09:49.970 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:09:49.971 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:09:49.971 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:09:49.971 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:09:49.971 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:09:49.971 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:09:49.971 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:09:49.971 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:09:49.971 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:09:49.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 2m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:09:49.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 2m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:09:49.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 2m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:09:49.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 2m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:09:49.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:09:49.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:09:49.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:09:49.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:09:49.972 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:09:50.302 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:09:50.302 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:09:50.302 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:09:50.302 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:09:50.302 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:09:50.303 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:09:50.303 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:09:50.303 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:09:50.303 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:09:50.303 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:09:50.303 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:09:50.303 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:09:50.303 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:09:50.304 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:09:50.304 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:09:50.304 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:09:50.304 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:09:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:09:50.303825+0000 mon.c (mon.2) 189 : audit [DBG] from='client.? 172.21.15.177:0/1112937032' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:09:50.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:09:50.303825+0000 mon.c (mon.2) 189 : audit [DBG] from='client.? 172.21.15.177:0/1112937032' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:09:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:09:50.303825+0000 mon.c (mon.2) 189 : audit [DBG] from='client.? 172.21.15.177:0/1112937032' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:09:51.431 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:09:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:09:49.686356+0000 mgr.y (mgr.24491) 5358 : audit [DBG] from='client.20343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:09:49.964510+0000 mgr.y (mgr.24491) 5359 : audit [DBG] from='client.30251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:50.212842+0000 mgr.y (mgr.24491) 5360 : cluster [DBG] pgmap v4722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:51.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:09:49.686356+0000 mgr.y (mgr.24491) 5358 : audit [DBG] from='client.20343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:09:49.964510+0000 mgr.y (mgr.24491) 5359 : audit [DBG] from='client.30251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:50.212842+0000 mgr.y (mgr.24491) 5360 : cluster [DBG] pgmap v4722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:09:49.686356+0000 mgr.y (mgr.24491) 5358 : audit [DBG] from='client.20343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:09:49.964510+0000 mgr.y (mgr.24491) 5359 : audit [DBG] from='client.30251 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:09:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:50.212842+0000 mgr.y (mgr.24491) 5360 : cluster [DBG] pgmap v4722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:52.213386+0000 mgr.y (mgr.24491) 5361 : cluster [DBG] pgmap v4723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:52.213386+0000 mgr.y (mgr.24491) 5361 : cluster [DBG] pgmap v4723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:52.213386+0000 mgr.y (mgr.24491) 5361 : cluster [DBG] pgmap v4723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:54.213988+0000 mgr.y (mgr.24491) 5362 : cluster [DBG] pgmap v4724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:54.213988+0000 mgr.y (mgr.24491) 5362 : cluster [DBG] pgmap v4724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:54.213988+0000 mgr.y (mgr.24491) 5362 : cluster [DBG] pgmap v4724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:57.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:56.214705+0000 mgr.y (mgr.24491) 5363 : cluster [DBG] pgmap v4725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:57.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:56.214705+0000 mgr.y (mgr.24491) 5363 : cluster [DBG] pgmap v4725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:56.214705+0000 mgr.y (mgr.24491) 5363 : cluster [DBG] pgmap v4725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:09:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:09:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:09:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:09:58.215101+0000 mgr.y (mgr.24491) 5364 : cluster [DBG] pgmap v4726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:09:58.215101+0000 mgr.y (mgr.24491) 5364 : cluster [DBG] pgmap v4726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:09:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:09:58.215101+0000 mgr.y (mgr.24491) 5364 : cluster [DBG] pgmap v4726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T06:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:10:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:00.000173+0000 mon.a (mon.0) 1653 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:10:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:00.000173+0000 mon.a (mon.0) 1653 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:10:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:00.000173+0000 mon.a (mon.0) 1653 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:10:01.450 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:10:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:00.215712+0000 mgr.y (mgr.24491) 5365 : cluster [DBG] pgmap v4727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:00.215712+0000 mgr.y (mgr.24491) 5365 : cluster [DBG] pgmap v4727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:00.215712+0000 mgr.y (mgr.24491) 5365 : cluster [DBG] pgmap v4727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:02.216179+0000 mgr.y (mgr.24491) 5366 : cluster [DBG] pgmap v4728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:03.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:02.216179+0000 mgr.y (mgr.24491) 5366 : cluster [DBG] pgmap v4728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:02.216179+0000 mgr.y (mgr.24491) 5366 : cluster [DBG] pgmap v4728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:04.216642+0000 mgr.y (mgr.24491) 5367 : cluster [DBG] pgmap v4729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:04.216642+0000 mgr.y (mgr.24491) 5367 : cluster [DBG] pgmap v4729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:04.216642+0000 mgr.y (mgr.24491) 5367 : cluster [DBG] pgmap v4729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:07.725 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:06.217324+0000 mgr.y (mgr.24491) 5368 : cluster [DBG] pgmap v4730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:06.217324+0000 mgr.y (mgr.24491) 5368 : cluster [DBG] pgmap v4730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:06.217324+0000 mgr.y (mgr.24491) 5368 : cluster [DBG] pgmap v4730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:10:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:08.217726+0000 mgr.y (mgr.24491) 5369 : cluster [DBG] pgmap v4731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:08.217726+0000 mgr.y (mgr.24491) 5369 : cluster [DBG] pgmap v4731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:08.217726+0000 mgr.y (mgr.24491) 5369 : cluster [DBG] pgmap v4731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:11.466 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:10:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:10.218516+0000 mgr.y (mgr.24491) 5370 : cluster [DBG] pgmap v4732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:11.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:10.218516+0000 mgr.y (mgr.24491) 5370 : cluster [DBG] pgmap v4732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:10.218516+0000 mgr.y (mgr.24491) 5370 : cluster [DBG] pgmap v4732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:12.218913+0000 mgr.y (mgr.24491) 5371 : cluster [DBG] pgmap v4733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:12.218913+0000 mgr.y (mgr.24491) 5371 : cluster [DBG] pgmap v4733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:12.218913+0000 mgr.y (mgr.24491) 5371 : cluster [DBG] pgmap v4733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:14.219373+0000 mgr.y (mgr.24491) 5372 : cluster [DBG] pgmap v4734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:14.219373+0000 mgr.y (mgr.24491) 5372 : cluster [DBG] pgmap v4734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:14.219373+0000 mgr.y (mgr.24491) 5372 : cluster [DBG] pgmap v4734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:17.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:16.220188+0000 mgr.y (mgr.24491) 5373 : cluster [DBG] pgmap v4735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:17.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:16.220188+0000 mgr.y (mgr.24491) 5373 : cluster [DBG] pgmap v4735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:16.220188+0000 mgr.y (mgr.24491) 5373 : cluster [DBG] pgmap v4735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:17] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T06:10:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:18.220519+0000 mgr.y (mgr.24491) 5374 : cluster [DBG] pgmap v4736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:19.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:18.220519+0000 mgr.y (mgr.24491) 5374 : cluster [DBG] pgmap v4736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:18.220519+0000 mgr.y (mgr.24491) 5374 : cluster [DBG] pgmap v4736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:20.620 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:10:20.894 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:10:20.894 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:10:20.894 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:10:20.894 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:10:20.894 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 2m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 2m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 2m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 2m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:10:20.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:10:20.896 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:10:21.229 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:10:21.229 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:10:21.229 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:10:21.229 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:10:21.229 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:10:21.230 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:10:21.485 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:10:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:20.221193+0000 mgr.y (mgr.24491) 5375 : cluster [DBG] pgmap v4737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:10:21.231453+0000 mon.c (mon.2) 190 : audit [DBG] from='client.? 172.21.15.177:0/3210168167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:10:21.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:20.221193+0000 mgr.y (mgr.24491) 5375 : cluster [DBG] pgmap v4737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:10:21.231453+0000 mon.c (mon.2) 190 : audit [DBG] from='client.? 172.21.15.177:0/3210168167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:10:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:20.221193+0000 mgr.y (mgr.24491) 5375 : cluster [DBG] pgmap v4737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:10:21.231453+0000 mon.c (mon.2) 190 : audit [DBG] from='client.? 172.21.15.177:0/3210168167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:10:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:10:20.609752+0000 mgr.y (mgr.24491) 5376 : audit [DBG] from='client.30263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:10:20.888798+0000 mgr.y (mgr.24491) 5377 : audit [DBG] from='client.30269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:10:20.609752+0000 mgr.y (mgr.24491) 5376 : audit [DBG] from='client.30263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:10:20.888798+0000 mgr.y (mgr.24491) 5377 : audit [DBG] from='client.30269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:10:20.609752+0000 mgr.y (mgr.24491) 5376 : audit [DBG] from='client.30263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:10:20.888798+0000 mgr.y (mgr.24491) 5377 : audit [DBG] from='client.30269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:22.221561+0000 mgr.y (mgr.24491) 5378 : cluster [DBG] pgmap v4738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:22.221561+0000 mgr.y (mgr.24491) 5378 : cluster [DBG] pgmap v4738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:22.221561+0000 mgr.y (mgr.24491) 5378 : cluster [DBG] pgmap v4738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:25.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:24.222147+0000 mgr.y (mgr.24491) 5379 : cluster [DBG] pgmap v4739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:25.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:10:25.388443+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:10:25.903 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:24.222147+0000 mgr.y (mgr.24491) 5379 : cluster [DBG] pgmap v4739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:25.903 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:10:25.388443+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:10:25.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:24.222147+0000 mgr.y (mgr.24491) 5379 : cluster [DBG] pgmap v4739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:25.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:10:25.388443+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:10:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:10:25.633432+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:10:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:10:25.912714+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:10:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:10:25.913353+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:10:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:10:25.917706+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:10:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:26.222944+0000 mgr.y (mgr.24491) 5380 : cluster [DBG] pgmap v4740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:10:25.633432+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:10:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:10:25.912714+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:10:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:10:25.913353+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:10:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:10:25.917706+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:10:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:26.222944+0000 mgr.y (mgr.24491) 5380 : cluster [DBG] pgmap v4740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:10:25.633432+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:10:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:10:25.912714+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:10:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:10:25.913353+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:10:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:10:25.917706+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:10:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:26.222944+0000 mgr.y (mgr.24491) 5380 : cluster [DBG] pgmap v4740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:27] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T06:10:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:28.223404+0000 mgr.y (mgr.24491) 5381 : cluster [DBG] pgmap v4741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:28.223404+0000 mgr.y (mgr.24491) 5381 : cluster [DBG] pgmap v4741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:28.223404+0000 mgr.y (mgr.24491) 5381 : cluster [DBG] pgmap v4741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:31.278 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:10:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:30.224233+0000 mgr.y (mgr.24491) 5382 : cluster [DBG] pgmap v4742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:30.224233+0000 mgr.y (mgr.24491) 5382 : cluster [DBG] pgmap v4742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:30.224233+0000 mgr.y (mgr.24491) 5382 : cluster [DBG] pgmap v4742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:32.224696+0000 mgr.y (mgr.24491) 5383 : cluster [DBG] pgmap v4743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:32.224696+0000 mgr.y (mgr.24491) 5383 : cluster [DBG] pgmap v4743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:32.224696+0000 mgr.y (mgr.24491) 5383 : cluster [DBG] pgmap v4743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:34.225167+0000 mgr.y (mgr.24491) 5384 : cluster [DBG] pgmap v4744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:34.225167+0000 mgr.y (mgr.24491) 5384 : cluster [DBG] pgmap v4744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:34.225167+0000 mgr.y (mgr.24491) 5384 : cluster [DBG] pgmap v4744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:36.225899+0000 mgr.y (mgr.24491) 5385 : cluster [DBG] pgmap v4745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:36.225899+0000 mgr.y (mgr.24491) 5385 : cluster [DBG] pgmap v4745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:36.225899+0000 mgr.y (mgr.24491) 5385 : cluster [DBG] pgmap v4745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:10:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:38.226376+0000 mgr.y (mgr.24491) 5386 : cluster [DBG] pgmap v4746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:38.226376+0000 mgr.y (mgr.24491) 5386 : cluster [DBG] pgmap v4746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:38.226376+0000 mgr.y (mgr.24491) 5386 : cluster [DBG] pgmap v4746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:41.293 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:10:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:40.227073+0000 mgr.y (mgr.24491) 5387 : cluster [DBG] pgmap v4747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:40.227073+0000 mgr.y (mgr.24491) 5387 : cluster [DBG] pgmap v4747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:40.227073+0000 mgr.y (mgr.24491) 5387 : cluster [DBG] pgmap v4747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:42.227522+0000 mgr.y (mgr.24491) 5388 : cluster [DBG] pgmap v4748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:42.227522+0000 mgr.y (mgr.24491) 5388 : cluster [DBG] pgmap v4748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:42.227522+0000 mgr.y (mgr.24491) 5388 : cluster [DBG] pgmap v4748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:44.227992+0000 mgr.y (mgr.24491) 5389 : cluster [DBG] pgmap v4749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:44.227992+0000 mgr.y (mgr.24491) 5389 : cluster [DBG] pgmap v4749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:44.227992+0000 mgr.y (mgr.24491) 5389 : cluster [DBG] pgmap v4749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:46.228833+0000 mgr.y (mgr.24491) 5390 : cluster [DBG] pgmap v4750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:46.228833+0000 mgr.y (mgr.24491) 5390 : cluster [DBG] pgmap v4750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:46.228833+0000 mgr.y (mgr.24491) 5390 : cluster [DBG] pgmap v4750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:47] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:10:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:48.229284+0000 mgr.y (mgr.24491) 5391 : cluster [DBG] pgmap v4751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:48.229284+0000 mgr.y (mgr.24491) 5391 : cluster [DBG] pgmap v4751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:48.229284+0000 mgr.y (mgr.24491) 5391 : cluster [DBG] pgmap v4751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:51.308 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:10:51.542 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:10:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:50.229950+0000 mgr.y (mgr.24491) 5392 : cluster [DBG] pgmap v4752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:50.229950+0000 mgr.y (mgr.24491) 5392 : cluster [DBG] pgmap v4752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:50.229950+0000 mgr.y (mgr.24491) 5392 : cluster [DBG] pgmap v4752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:51.817 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:10:51.829 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:10:51.829 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 3m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:10:51.829 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:10:51.829 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 3m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:10:51.829 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 3m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:10:51.829 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 3m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 3m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 3m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 3m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 3m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 3m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 3m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:10:51.830 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 3m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:10:52.150 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:10:52.150 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:10:52.150 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:10:52.150 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:10:52.150 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:10:52.151 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:10:52.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:10:52.152125+0000 mon.c (mon.2) 191 : audit [DBG] from='client.? 172.21.15.177:0/3615866480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:10:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:10:52.152125+0000 mon.c (mon.2) 191 : audit [DBG] from='client.? 172.21.15.177:0/3615866480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:10:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:10:52.152125+0000 mon.c (mon.2) 191 : audit [DBG] from='client.? 172.21.15.177:0/3615866480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:10:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:10:51.532288+0000 mgr.y (mgr.24491) 5393 : audit [DBG] from='client.30281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:10:51.812246+0000 mgr.y (mgr.24491) 5394 : audit [DBG] from='client.30287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:52.230398+0000 mgr.y (mgr.24491) 5395 : cluster [DBG] pgmap v4753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:10:51.532288+0000 mgr.y (mgr.24491) 5393 : audit [DBG] from='client.30281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:10:51.812246+0000 mgr.y (mgr.24491) 5394 : audit [DBG] from='client.30287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:52.230398+0000 mgr.y (mgr.24491) 5395 : cluster [DBG] pgmap v4753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:10:51.532288+0000 mgr.y (mgr.24491) 5393 : audit [DBG] from='client.30281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:10:51.812246+0000 mgr.y (mgr.24491) 5394 : audit [DBG] from='client.30287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:10:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:52.230398+0000 mgr.y (mgr.24491) 5395 : cluster [DBG] pgmap v4753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:54.230842+0000 mgr.y (mgr.24491) 5396 : cluster [DBG] pgmap v4754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:54.230842+0000 mgr.y (mgr.24491) 5396 : cluster [DBG] pgmap v4754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:54.230842+0000 mgr.y (mgr.24491) 5396 : cluster [DBG] pgmap v4754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:56.231707+0000 mgr.y (mgr.24491) 5397 : cluster [DBG] pgmap v4755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:56.231707+0000 mgr.y (mgr.24491) 5397 : cluster [DBG] pgmap v4755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:56.231707+0000 mgr.y (mgr.24491) 5397 : cluster [DBG] pgmap v4755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:10:57] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:10:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:10:58.232122+0000 mgr.y (mgr.24491) 5398 : cluster [DBG] pgmap v4756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:10:58.232122+0000 mgr.y (mgr.24491) 5398 : cluster [DBG] pgmap v4756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:10:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:10:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:10:58.232122+0000 mgr.y (mgr.24491) 5398 : cluster [DBG] pgmap v4756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:01.327 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:11:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:00.232901+0000 mgr.y (mgr.24491) 5399 : cluster [DBG] pgmap v4757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:00.232901+0000 mgr.y (mgr.24491) 5399 : cluster [DBG] pgmap v4757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:00.232901+0000 mgr.y (mgr.24491) 5399 : cluster [DBG] pgmap v4757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:02.233300+0000 mgr.y (mgr.24491) 5400 : cluster [DBG] pgmap v4758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:02.233300+0000 mgr.y (mgr.24491) 5400 : cluster [DBG] pgmap v4758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:02.233300+0000 mgr.y (mgr.24491) 5400 : cluster [DBG] pgmap v4758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:04.233907+0000 mgr.y (mgr.24491) 5401 : cluster [DBG] pgmap v4759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:04.233907+0000 mgr.y (mgr.24491) 5401 : cluster [DBG] pgmap v4759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:04.233907+0000 mgr.y (mgr.24491) 5401 : cluster [DBG] pgmap v4759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:06.234629+0000 mgr.y (mgr.24491) 5402 : cluster [DBG] pgmap v4760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:06.234629+0000 mgr.y (mgr.24491) 5402 : cluster [DBG] pgmap v4760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:06.234629+0000 mgr.y (mgr.24491) 5402 : cluster [DBG] pgmap v4760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:11:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:08.235057+0000 mgr.y (mgr.24491) 5403 : cluster [DBG] pgmap v4761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:08.235057+0000 mgr.y (mgr.24491) 5403 : cluster [DBG] pgmap v4761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:08.235057+0000 mgr.y (mgr.24491) 5403 : cluster [DBG] pgmap v4761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:11.343 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:11:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:10.235995+0000 mgr.y (mgr.24491) 5404 : cluster [DBG] pgmap v4762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:10.235995+0000 mgr.y (mgr.24491) 5404 : cluster [DBG] pgmap v4762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:10.235995+0000 mgr.y (mgr.24491) 5404 : cluster [DBG] pgmap v4762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:12.236529+0000 mgr.y (mgr.24491) 5405 : cluster [DBG] pgmap v4763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:12.236529+0000 mgr.y (mgr.24491) 5405 : cluster [DBG] pgmap v4763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:12.236529+0000 mgr.y (mgr.24491) 5405 : cluster [DBG] pgmap v4763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:14.237091+0000 mgr.y (mgr.24491) 5406 : cluster [DBG] pgmap v4764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:14.237091+0000 mgr.y (mgr.24491) 5406 : cluster [DBG] pgmap v4764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:14.237091+0000 mgr.y (mgr.24491) 5406 : cluster [DBG] pgmap v4764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:16.237758+0000 mgr.y (mgr.24491) 5407 : cluster [DBG] pgmap v4765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:16.237758+0000 mgr.y (mgr.24491) 5407 : cluster [DBG] pgmap v4765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:17.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:16.237758+0000 mgr.y (mgr.24491) 5407 : cluster [DBG] pgmap v4765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:11:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:18.238151+0000 mgr.y (mgr.24491) 5408 : cluster [DBG] pgmap v4766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:18.238151+0000 mgr.y (mgr.24491) 5408 : cluster [DBG] pgmap v4766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:18.238151+0000 mgr.y (mgr.24491) 5408 : cluster [DBG] pgmap v4766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:21.359 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:11:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:20.238776+0000 mgr.y (mgr.24491) 5409 : cluster [DBG] pgmap v4767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:20.238776+0000 mgr.y (mgr.24491) 5409 : cluster [DBG] pgmap v4767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:20.238776+0000 mgr.y (mgr.24491) 5409 : cluster [DBG] pgmap v4767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:22.469 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:11:22.751 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:11:22.751 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:11:22.751 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 3m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:11:22.751 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:11:22.751 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 3m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 3m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 3m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 3m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 3m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 3m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 3m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 3m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 3m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:11:22.752 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 3m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:11:23.089 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:11:23.089 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:11:23.089 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:11:23.089 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:11:23.089 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:11:23.089 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:11:23.090 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:11:23.090 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:11:23.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:11:23.090 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:11:23.090 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:11:23.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:11:23.090 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:11:23.090 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:11:23.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:11:23.090 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:11:23.090 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:11:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:22.239258+0000 mgr.y (mgr.24491) 5410 : cluster [DBG] pgmap v4768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:11:22.458431+0000 mgr.y (mgr.24491) 5411 : audit [DBG] from='client.20397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:11:23.091400+0000 mon.a (mon.0) 1659 : audit [DBG] from='client.? 172.21.15.177:0/3028880828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:11:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:22.239258+0000 mgr.y (mgr.24491) 5410 : cluster [DBG] pgmap v4768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:11:22.458431+0000 mgr.y (mgr.24491) 5411 : audit [DBG] from='client.20397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:11:23.091400+0000 mon.a (mon.0) 1659 : audit [DBG] from='client.? 172.21.15.177:0/3028880828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:11:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:22.239258+0000 mgr.y (mgr.24491) 5410 : cluster [DBG] pgmap v4768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:11:22.458431+0000 mgr.y (mgr.24491) 5411 : audit [DBG] from='client.20397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:11:23.091400+0000 mon.a (mon.0) 1659 : audit [DBG] from='client.? 172.21.15.177:0/3028880828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:11:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:11:22.745848+0000 mgr.y (mgr.24491) 5412 : audit [DBG] from='client.30305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:11:22.745848+0000 mgr.y (mgr.24491) 5412 : audit [DBG] from='client.30305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:11:22.745848+0000 mgr.y (mgr.24491) 5412 : audit [DBG] from='client.30305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:25.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:24.239694+0000 mgr.y (mgr.24491) 5413 : cluster [DBG] pgmap v4769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:24.239694+0000 mgr.y (mgr.24491) 5413 : cluster [DBG] pgmap v4769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:24.239694+0000 mgr.y (mgr.24491) 5413 : cluster [DBG] pgmap v4769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:11:25.922066+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:11:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:11:26.163352+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:11:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:11:25.922066+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:11:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:11:26.163352+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:11:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:11:25.922066+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:11:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:11:26.163352+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:11:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:26.240257+0000 mgr.y (mgr.24491) 5414 : cluster [DBG] pgmap v4770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:11:26.439687+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:11:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:11:26.440388+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:11:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:11:26.447059+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:11:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:26.240257+0000 mgr.y (mgr.24491) 5414 : cluster [DBG] pgmap v4770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:11:26.439687+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:11:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:11:26.440388+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:11:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:11:26.447059+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:11:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:26.240257+0000 mgr.y (mgr.24491) 5414 : cluster [DBG] pgmap v4770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:11:26.439687+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:11:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:11:26.440388+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:11:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:11:26.447059+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:11:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:11:29.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:28.240676+0000 mgr.y (mgr.24491) 5415 : cluster [DBG] pgmap v4771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:28.240676+0000 mgr.y (mgr.24491) 5415 : cluster [DBG] pgmap v4771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:28.240676+0000 mgr.y (mgr.24491) 5415 : cluster [DBG] pgmap v4771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:31.385 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:11:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:30.241420+0000 mgr.y (mgr.24491) 5416 : cluster [DBG] pgmap v4772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:30.241420+0000 mgr.y (mgr.24491) 5416 : cluster [DBG] pgmap v4772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:30.241420+0000 mgr.y (mgr.24491) 5416 : cluster [DBG] pgmap v4772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:32.241835+0000 mgr.y (mgr.24491) 5417 : cluster [DBG] pgmap v4773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:32.241835+0000 mgr.y (mgr.24491) 5417 : cluster [DBG] pgmap v4773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:32.241835+0000 mgr.y (mgr.24491) 5417 : cluster [DBG] pgmap v4773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:34.242431+0000 mgr.y (mgr.24491) 5418 : cluster [DBG] pgmap v4774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:34.242431+0000 mgr.y (mgr.24491) 5418 : cluster [DBG] pgmap v4774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:34.242431+0000 mgr.y (mgr.24491) 5418 : cluster [DBG] pgmap v4774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:36.243095+0000 mgr.y (mgr.24491) 5419 : cluster [DBG] pgmap v4775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:36.243095+0000 mgr.y (mgr.24491) 5419 : cluster [DBG] pgmap v4775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:36.243095+0000 mgr.y (mgr.24491) 5419 : cluster [DBG] pgmap v4775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:11:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:38.243501+0000 mgr.y (mgr.24491) 5420 : cluster [DBG] pgmap v4776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:38.243501+0000 mgr.y (mgr.24491) 5420 : cluster [DBG] pgmap v4776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:38.243501+0000 mgr.y (mgr.24491) 5420 : cluster [DBG] pgmap v4776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:41.399 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:11:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:40.244114+0000 mgr.y (mgr.24491) 5421 : cluster [DBG] pgmap v4777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:41.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:40.244114+0000 mgr.y (mgr.24491) 5421 : cluster [DBG] pgmap v4777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:40.244114+0000 mgr.y (mgr.24491) 5421 : cluster [DBG] pgmap v4777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:42.244519+0000 mgr.y (mgr.24491) 5422 : cluster [DBG] pgmap v4778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:42.244519+0000 mgr.y (mgr.24491) 5422 : cluster [DBG] pgmap v4778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:42.244519+0000 mgr.y (mgr.24491) 5422 : cluster [DBG] pgmap v4778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:44.244913+0000 mgr.y (mgr.24491) 5423 : cluster [DBG] pgmap v4779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:44.244913+0000 mgr.y (mgr.24491) 5423 : cluster [DBG] pgmap v4779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:44.244913+0000 mgr.y (mgr.24491) 5423 : cluster [DBG] pgmap v4779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:47.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:46.245748+0000 mgr.y (mgr.24491) 5424 : cluster [DBG] pgmap v4780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:47.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:46.245748+0000 mgr.y (mgr.24491) 5424 : cluster [DBG] pgmap v4780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:46.245748+0000 mgr.y (mgr.24491) 5424 : cluster [DBG] pgmap v4780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:11:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:48.246131+0000 mgr.y (mgr.24491) 5425 : cluster [DBG] pgmap v4781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:49.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:48.246131+0000 mgr.y (mgr.24491) 5425 : cluster [DBG] pgmap v4781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:48.246131+0000 mgr.y (mgr.24491) 5425 : cluster [DBG] pgmap v4781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:51.414 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:11:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:50.246807+0000 mgr.y (mgr.24491) 5426 : cluster [DBG] pgmap v4782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:51.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:50.246807+0000 mgr.y (mgr.24491) 5426 : cluster [DBG] pgmap v4782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:50.246807+0000 mgr.y (mgr.24491) 5426 : cluster [DBG] pgmap v4782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:53.400 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:11:53.676 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:11:53.676 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 4m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:11:53.676 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:11:53.676 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 4m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 4m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 4m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 4m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 4m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 4m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 4m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 4m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 4m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 4m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:11:53.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:11:53.678 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:11:53.678 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 4m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:11:53.678 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 4m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:11:53.678 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:11:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:52.247188+0000 mgr.y (mgr.24491) 5427 : cluster [DBG] pgmap v4783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:52.247188+0000 mgr.y (mgr.24491) 5427 : cluster [DBG] pgmap v4783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:52.247188+0000 mgr.y (mgr.24491) 5427 : cluster [DBG] pgmap v4783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:54.010 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:11:54.010 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:11:54.010 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:11:54.011 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:11:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:11:53.390123+0000 mgr.y (mgr.24491) 5428 : audit [DBG] from='client.20415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:11:54.012562+0000 mon.a (mon.0) 1665 : audit [DBG] from='client.? 172.21.15.177:0/4271533872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:11:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:11:53.390123+0000 mgr.y (mgr.24491) 5428 : audit [DBG] from='client.20415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:11:54.012562+0000 mon.a (mon.0) 1665 : audit [DBG] from='client.? 172.21.15.177:0/4271533872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:11:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:11:53.390123+0000 mgr.y (mgr.24491) 5428 : audit [DBG] from='client.20415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:11:54.012562+0000 mon.a (mon.0) 1665 : audit [DBG] from='client.? 172.21.15.177:0/4271533872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:11:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:11:53.671080+0000 mgr.y (mgr.24491) 5429 : audit [DBG] from='client.30323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:54.247713+0000 mgr.y (mgr.24491) 5430 : cluster [DBG] pgmap v4784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:11:53.671080+0000 mgr.y (mgr.24491) 5429 : audit [DBG] from='client.30323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:54.247713+0000 mgr.y (mgr.24491) 5430 : cluster [DBG] pgmap v4784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:11:53.671080+0000 mgr.y (mgr.24491) 5429 : audit [DBG] from='client.30323 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:11:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:54.247713+0000 mgr.y (mgr.24491) 5430 : cluster [DBG] pgmap v4784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:57.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:56.248528+0000 mgr.y (mgr.24491) 5431 : cluster [DBG] pgmap v4785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:56.248528+0000 mgr.y (mgr.24491) 5431 : cluster [DBG] pgmap v4785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:56.248528+0000 mgr.y (mgr.24491) 5431 : cluster [DBG] pgmap v4785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:11:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:11:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:11:58.249037+0000 mgr.y (mgr.24491) 5432 : cluster [DBG] pgmap v4786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:11:58.249037+0000 mgr.y (mgr.24491) 5432 : cluster [DBG] pgmap v4786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:11:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:11:58.249037+0000 mgr.y (mgr.24491) 5432 : cluster [DBG] pgmap v4786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:01.435 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:12:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:00.249606+0000 mgr.y (mgr.24491) 5433 : cluster [DBG] pgmap v4787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:00.249606+0000 mgr.y (mgr.24491) 5433 : cluster [DBG] pgmap v4787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:00.249606+0000 mgr.y (mgr.24491) 5433 : cluster [DBG] pgmap v4787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:02.250050+0000 mgr.y (mgr.24491) 5434 : cluster [DBG] pgmap v4788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:03.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:02.250050+0000 mgr.y (mgr.24491) 5434 : cluster [DBG] pgmap v4788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:02.250050+0000 mgr.y (mgr.24491) 5434 : cluster [DBG] pgmap v4788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:04.250552+0000 mgr.y (mgr.24491) 5435 : cluster [DBG] pgmap v4789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:04.250552+0000 mgr.y (mgr.24491) 5435 : cluster [DBG] pgmap v4789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:04.250552+0000 mgr.y (mgr.24491) 5435 : cluster [DBG] pgmap v4789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:06.251210+0000 mgr.y (mgr.24491) 5436 : cluster [DBG] pgmap v4790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:06.251210+0000 mgr.y (mgr.24491) 5436 : cluster [DBG] pgmap v4790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:06.251210+0000 mgr.y (mgr.24491) 5436 : cluster [DBG] pgmap v4790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:12:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:08.251611+0000 mgr.y (mgr.24491) 5437 : cluster [DBG] pgmap v4791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:08.251611+0000 mgr.y (mgr.24491) 5437 : cluster [DBG] pgmap v4791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:08.251611+0000 mgr.y (mgr.24491) 5437 : cluster [DBG] pgmap v4791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:11.452 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:12:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:10.252366+0000 mgr.y (mgr.24491) 5438 : cluster [DBG] pgmap v4792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:10.252366+0000 mgr.y (mgr.24491) 5438 : cluster [DBG] pgmap v4792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:10.252366+0000 mgr.y (mgr.24491) 5438 : cluster [DBG] pgmap v4792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:12.252751+0000 mgr.y (mgr.24491) 5439 : cluster [DBG] pgmap v4793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:12.252751+0000 mgr.y (mgr.24491) 5439 : cluster [DBG] pgmap v4793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:12.252751+0000 mgr.y (mgr.24491) 5439 : cluster [DBG] pgmap v4793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:14.253338+0000 mgr.y (mgr.24491) 5440 : cluster [DBG] pgmap v4794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:15.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:14.253338+0000 mgr.y (mgr.24491) 5440 : cluster [DBG] pgmap v4794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:14.253338+0000 mgr.y (mgr.24491) 5440 : cluster [DBG] pgmap v4794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:17.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:16.254008+0000 mgr.y (mgr.24491) 5441 : cluster [DBG] pgmap v4795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:16.254008+0000 mgr.y (mgr.24491) 5441 : cluster [DBG] pgmap v4795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:16.254008+0000 mgr.y (mgr.24491) 5441 : cluster [DBG] pgmap v4795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:12:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:18.254377+0000 mgr.y (mgr.24491) 5442 : cluster [DBG] pgmap v4796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:18.254377+0000 mgr.y (mgr.24491) 5442 : cluster [DBG] pgmap v4796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:18.254377+0000 mgr.y (mgr.24491) 5442 : cluster [DBG] pgmap v4796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:21.467 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:12:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:20.255042+0000 mgr.y (mgr.24491) 5443 : cluster [DBG] pgmap v4797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:20.255042+0000 mgr.y (mgr.24491) 5443 : cluster [DBG] pgmap v4797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:20.255042+0000 mgr.y (mgr.24491) 5443 : cluster [DBG] pgmap v4797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:22.255509+0000 mgr.y (mgr.24491) 5444 : cluster [DBG] pgmap v4798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:22.255509+0000 mgr.y (mgr.24491) 5444 : cluster [DBG] pgmap v4798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:22.255509+0000 mgr.y (mgr.24491) 5444 : cluster [DBG] pgmap v4798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:24.319 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:12:24.595 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:12:24.595 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:12:24.595 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:12:24.595 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:12:24.595 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 5m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:12:24.595 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:12:24.595 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:12:24.595 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:12:24.595 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:12:24.595 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:12:24.596 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:12:24.596 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 5m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:12:24.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:12:24.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:12:24.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:12:24.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:12:24.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:12:24.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:12:24.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:12:24.596 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:12:24.596 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:12:24.929 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:12:24.929 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:12:24.929 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:12:24.930 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:12:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:24.255902+0000 mgr.y (mgr.24491) 5445 : cluster [DBG] pgmap v4799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:12:24.309816+0000 mgr.y (mgr.24491) 5446 : audit [DBG] from='client.20433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:12:24.931793+0000 mon.a (mon.0) 1666 : audit [DBG] from='client.? 172.21.15.177:0/3873842756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:12:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:24.255902+0000 mgr.y (mgr.24491) 5445 : cluster [DBG] pgmap v4799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:12:24.309816+0000 mgr.y (mgr.24491) 5446 : audit [DBG] from='client.20433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:12:24.931793+0000 mon.a (mon.0) 1666 : audit [DBG] from='client.? 172.21.15.177:0/3873842756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:12:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:24.255902+0000 mgr.y (mgr.24491) 5445 : cluster [DBG] pgmap v4799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:12:24.309816+0000 mgr.y (mgr.24491) 5446 : audit [DBG] from='client.20433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:12:24.931793+0000 mon.a (mon.0) 1666 : audit [DBG] from='client.? 172.21.15.177:0/3873842756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:12:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:12:24.589550+0000 mgr.y (mgr.24491) 5447 : audit [DBG] from='client.30341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:12:26.451454+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:12:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:12:24.589550+0000 mgr.y (mgr.24491) 5447 : audit [DBG] from='client.30341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:12:26.451454+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:12:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:12:24.589550+0000 mgr.y (mgr.24491) 5447 : audit [DBG] from='client.30341 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:12:26.451454+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:12:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:26.256822+0000 mgr.y (mgr.24491) 5448 : cluster [DBG] pgmap v4800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:12:26.745735+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:12:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:12:26.746397+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:12:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:12:26.750583+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:12:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:12:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:26.256822+0000 mgr.y (mgr.24491) 5448 : cluster [DBG] pgmap v4800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:12:26.745735+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:12:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:12:26.746397+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:12:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:12:26.750583+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:12:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:26.256822+0000 mgr.y (mgr.24491) 5448 : cluster [DBG] pgmap v4800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:12:26.745735+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:12:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:12:26.746397+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:12:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:12:26.750583+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:12:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:28.257155+0000 mgr.y (mgr.24491) 5449 : cluster [DBG] pgmap v4801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:28.257155+0000 mgr.y (mgr.24491) 5449 : cluster [DBG] pgmap v4801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:28.257155+0000 mgr.y (mgr.24491) 5449 : cluster [DBG] pgmap v4801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:31.488 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:12:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:30.257864+0000 mgr.y (mgr.24491) 5450 : cluster [DBG] pgmap v4802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:30.257864+0000 mgr.y (mgr.24491) 5450 : cluster [DBG] pgmap v4802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:30.257864+0000 mgr.y (mgr.24491) 5450 : cluster [DBG] pgmap v4802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:32.258342+0000 mgr.y (mgr.24491) 5451 : cluster [DBG] pgmap v4803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:32.258342+0000 mgr.y (mgr.24491) 5451 : cluster [DBG] pgmap v4803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:32.258342+0000 mgr.y (mgr.24491) 5451 : cluster [DBG] pgmap v4803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:34.258774+0000 mgr.y (mgr.24491) 5452 : cluster [DBG] pgmap v4804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:34.258774+0000 mgr.y (mgr.24491) 5452 : cluster [DBG] pgmap v4804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:34.258774+0000 mgr.y (mgr.24491) 5452 : cluster [DBG] pgmap v4804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:36.259429+0000 mgr.y (mgr.24491) 5453 : cluster [DBG] pgmap v4805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:37.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:12:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:36.259429+0000 mgr.y (mgr.24491) 5453 : cluster [DBG] pgmap v4805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:36.259429+0000 mgr.y (mgr.24491) 5453 : cluster [DBG] pgmap v4805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:38.259847+0000 mgr.y (mgr.24491) 5454 : cluster [DBG] pgmap v4806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:38.259847+0000 mgr.y (mgr.24491) 5454 : cluster [DBG] pgmap v4806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:38.259847+0000 mgr.y (mgr.24491) 5454 : cluster [DBG] pgmap v4806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:12:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:40.260456+0000 mgr.y (mgr.24491) 5455 : cluster [DBG] pgmap v4807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:40.260456+0000 mgr.y (mgr.24491) 5455 : cluster [DBG] pgmap v4807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:40.260456+0000 mgr.y (mgr.24491) 5455 : cluster [DBG] pgmap v4807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:42.260860+0000 mgr.y (mgr.24491) 5456 : cluster [DBG] pgmap v4808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:42.260860+0000 mgr.y (mgr.24491) 5456 : cluster [DBG] pgmap v4808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:42.260860+0000 mgr.y (mgr.24491) 5456 : cluster [DBG] pgmap v4808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:44.261389+0000 mgr.y (mgr.24491) 5457 : cluster [DBG] pgmap v4809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:44.261389+0000 mgr.y (mgr.24491) 5457 : cluster [DBG] pgmap v4809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:44.261389+0000 mgr.y (mgr.24491) 5457 : cluster [DBG] pgmap v4809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:47] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:12:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:46.262262+0000 mgr.y (mgr.24491) 5458 : cluster [DBG] pgmap v4810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:46.262262+0000 mgr.y (mgr.24491) 5458 : cluster [DBG] pgmap v4810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:46.262262+0000 mgr.y (mgr.24491) 5458 : cluster [DBG] pgmap v4810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:48.262743+0000 mgr.y (mgr.24491) 5459 : cluster [DBG] pgmap v4811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:49.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:48.262743+0000 mgr.y (mgr.24491) 5459 : cluster [DBG] pgmap v4811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:50.006 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:48.262743+0000 mgr.y (mgr.24491) 5459 : cluster [DBG] pgmap v4811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:12:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:50.263405+0000 mgr.y (mgr.24491) 5460 : cluster [DBG] pgmap v4812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:50.263405+0000 mgr.y (mgr.24491) 5460 : cluster [DBG] pgmap v4812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:50.263405+0000 mgr.y (mgr.24491) 5460 : cluster [DBG] pgmap v4812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:52.263892+0000 mgr.y (mgr.24491) 5461 : cluster [DBG] pgmap v4813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:52.263892+0000 mgr.y (mgr.24491) 5461 : cluster [DBG] pgmap v4813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:52.263892+0000 mgr.y (mgr.24491) 5461 : cluster [DBG] pgmap v4813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:55.240 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:12:55.516 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:12:55.516 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:12:55.516 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:12:55.516 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:12:55.516 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 5m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:12:55.516 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:12:55.516 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:12:55.517 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:12:55.517 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:12:55.517 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:12:55.517 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:12:55.517 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 5m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:12:55.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:12:55.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:12:55.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:12:55.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:12:55.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:12:55.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:12:55.518 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:12:55.518 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:12:55.518 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:12:55.851 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:12:55.852 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:12:55.852 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:12:55.852 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:12:55.852 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:12:55.852 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:12:55.852 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:12:55.852 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:12:55.852 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:12:55.852 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:12:55.852 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:12:55.852 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:12:55.853 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:12:55.853 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:12:55.853 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:12:55.853 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:12:55.853 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:12:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:54.264378+0000 mgr.y (mgr.24491) 5462 : cluster [DBG] pgmap v4814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:54.264378+0000 mgr.y (mgr.24491) 5462 : cluster [DBG] pgmap v4814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:54.264378+0000 mgr.y (mgr.24491) 5462 : cluster [DBG] pgmap v4814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:12:55.229664+0000 mgr.y (mgr.24491) 5463 : audit [DBG] from='client.20451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:12:55.510077+0000 mgr.y (mgr.24491) 5464 : audit [DBG] from='client.30359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:12:55.853674+0000 mon.c (mon.2) 192 : audit [DBG] from='client.? 172.21.15.177:0/1152036814' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:12:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:12:55.229664+0000 mgr.y (mgr.24491) 5463 : audit [DBG] from='client.20451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:12:55.510077+0000 mgr.y (mgr.24491) 5464 : audit [DBG] from='client.30359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:12:55.853674+0000 mon.c (mon.2) 192 : audit [DBG] from='client.? 172.21.15.177:0/1152036814' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:12:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:12:55.229664+0000 mgr.y (mgr.24491) 5463 : audit [DBG] from='client.20451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:12:55.510077+0000 mgr.y (mgr.24491) 5464 : audit [DBG] from='client.30359 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:12:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:12:55.853674+0000 mon.c (mon.2) 192 : audit [DBG] from='client.? 172.21.15.177:0/1152036814' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:12:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:56.265010+0000 mgr.y (mgr.24491) 5465 : cluster [DBG] pgmap v4815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:12:57] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:12:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:56.265010+0000 mgr.y (mgr.24491) 5465 : cluster [DBG] pgmap v4815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:56.265010+0000 mgr.y (mgr.24491) 5465 : cluster [DBG] pgmap v4815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:12:58.265390+0000 mgr.y (mgr.24491) 5466 : cluster [DBG] pgmap v4816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:12:58.265390+0000 mgr.y (mgr.24491) 5466 : cluster [DBG] pgmap v4816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:12:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:12:58.265390+0000 mgr.y (mgr.24491) 5466 : cluster [DBG] pgmap v4816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:13:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:00.266119+0000 mgr.y (mgr.24491) 5467 : cluster [DBG] pgmap v4817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:00.266119+0000 mgr.y (mgr.24491) 5467 : cluster [DBG] pgmap v4817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:00.266119+0000 mgr.y (mgr.24491) 5467 : cluster [DBG] pgmap v4817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:02.266516+0000 mgr.y (mgr.24491) 5468 : cluster [DBG] pgmap v4818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:02.266516+0000 mgr.y (mgr.24491) 5468 : cluster [DBG] pgmap v4818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:02.266516+0000 mgr.y (mgr.24491) 5468 : cluster [DBG] pgmap v4818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:04.266963+0000 mgr.y (mgr.24491) 5469 : cluster [DBG] pgmap v4819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:04.266963+0000 mgr.y (mgr.24491) 5469 : cluster [DBG] pgmap v4819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:04.266963+0000 mgr.y (mgr.24491) 5469 : cluster [DBG] pgmap v4819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:06.267778+0000 mgr.y (mgr.24491) 5470 : cluster [DBG] pgmap v4820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:06.267778+0000 mgr.y (mgr.24491) 5470 : cluster [DBG] pgmap v4820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:06.267778+0000 mgr.y (mgr.24491) 5470 : cluster [DBG] pgmap v4820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:13:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:08.268291+0000 mgr.y (mgr.24491) 5471 : cluster [DBG] pgmap v4821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:08.268291+0000 mgr.y (mgr.24491) 5471 : cluster [DBG] pgmap v4821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:08.268291+0000 mgr.y (mgr.24491) 5471 : cluster [DBG] pgmap v4821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:11.328 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:13:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:10.269226+0000 mgr.y (mgr.24491) 5472 : cluster [DBG] pgmap v4822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:10.269226+0000 mgr.y (mgr.24491) 5472 : cluster [DBG] pgmap v4822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:10.269226+0000 mgr.y (mgr.24491) 5472 : cluster [DBG] pgmap v4822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:12.269665+0000 mgr.y (mgr.24491) 5473 : cluster [DBG] pgmap v4823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:12.269665+0000 mgr.y (mgr.24491) 5473 : cluster [DBG] pgmap v4823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:12.269665+0000 mgr.y (mgr.24491) 5473 : cluster [DBG] pgmap v4823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:14.270003+0000 mgr.y (mgr.24491) 5474 : cluster [DBG] pgmap v4824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:14.270003+0000 mgr.y (mgr.24491) 5474 : cluster [DBG] pgmap v4824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:14.270003+0000 mgr.y (mgr.24491) 5474 : cluster [DBG] pgmap v4824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:16.270726+0000 mgr.y (mgr.24491) 5475 : cluster [DBG] pgmap v4825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:16.270726+0000 mgr.y (mgr.24491) 5475 : cluster [DBG] pgmap v4825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:16.270726+0000 mgr.y (mgr.24491) 5475 : cluster [DBG] pgmap v4825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:13:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:18.271219+0000 mgr.y (mgr.24491) 5476 : cluster [DBG] pgmap v4826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:18.271219+0000 mgr.y (mgr.24491) 5476 : cluster [DBG] pgmap v4826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:18.271219+0000 mgr.y (mgr.24491) 5476 : cluster [DBG] pgmap v4826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:21.343 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:13:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:20.272023+0000 mgr.y (mgr.24491) 5477 : cluster [DBG] pgmap v4827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:20.272023+0000 mgr.y (mgr.24491) 5477 : cluster [DBG] pgmap v4827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:20.272023+0000 mgr.y (mgr.24491) 5477 : cluster [DBG] pgmap v4827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:22.272461+0000 mgr.y (mgr.24491) 5478 : cluster [DBG] pgmap v4828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:22.272461+0000 mgr.y (mgr.24491) 5478 : cluster [DBG] pgmap v4828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:22.272461+0000 mgr.y (mgr.24491) 5478 : cluster [DBG] pgmap v4828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:24.272857+0000 mgr.y (mgr.24491) 5479 : cluster [DBG] pgmap v4829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:24.272857+0000 mgr.y (mgr.24491) 5479 : cluster [DBG] pgmap v4829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:24.272857+0000 mgr.y (mgr.24491) 5479 : cluster [DBG] pgmap v4829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:26.161 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:13:26.438 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:13:26.438 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 6m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:13:26.438 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 6m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:13:26.438 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 6m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:13:26.438 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 6m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:13:26.438 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 6m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:13:26.439 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 6m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:13:26.439 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 6m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:13:26.439 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 6m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:13:26.439 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 6m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:13:26.439 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 6m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:13:26.439 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 6m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:13:26.439 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 6m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:13:26.439 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 6m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:13:26.439 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:13:26.439 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 6m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:13:26.440 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 6m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:13:26.440 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 6m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:13:26.440 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 6m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:13:26.440 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 6m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:13:26.440 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 6m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:13:26.775 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:13:26.775 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:13:26.775 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:13:26.775 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:13:26.775 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:13:26.775 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:13:26.775 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:13:26.776 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:13:26.776 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:13:26.776 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:13:26.776 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:13:26.776 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:13:26.776 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:13:26.776 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:13:26.776 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:13:26.776 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:13:26.776 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:13:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:13:26.151320+0000 mgr.y (mgr.24491) 5480 : audit [DBG] from='client.20469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:26.273398+0000 mgr.y (mgr.24491) 5481 : cluster [DBG] pgmap v4830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:13:26.432345+0000 mgr.y (mgr.24491) 5482 : audit [DBG] from='client.30377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:13:26.754679+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:13:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:13:26.777001+0000 mon.c (mon.2) 193 : audit [DBG] from='client.? 172.21.15.177:0/2887963828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:13:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:13:27.044463+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:13:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:13:27.045124+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:13:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:13:27.049309+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:13:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:13:26.151320+0000 mgr.y (mgr.24491) 5480 : audit [DBG] from='client.20469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:26.273398+0000 mgr.y (mgr.24491) 5481 : cluster [DBG] pgmap v4830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:13:26.432345+0000 mgr.y (mgr.24491) 5482 : audit [DBG] from='client.30377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:13:26.754679+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:13:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:13:26.777001+0000 mon.c (mon.2) 193 : audit [DBG] from='client.? 172.21.15.177:0/2887963828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:13:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:13:27.044463+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:13:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:13:27.045124+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:13:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:13:27.049309+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:13:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:13:26.151320+0000 mgr.y (mgr.24491) 5480 : audit [DBG] from='client.20469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:26.273398+0000 mgr.y (mgr.24491) 5481 : cluster [DBG] pgmap v4830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:13:26.432345+0000 mgr.y (mgr.24491) 5482 : audit [DBG] from='client.30377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:13:26.754679+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:13:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:13:26.777001+0000 mon.c (mon.2) 193 : audit [DBG] from='client.? 172.21.15.177:0/2887963828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:13:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:13:27.044463+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:13:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:13:27.045124+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:13:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:13:27.049309+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:13:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:13:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:28.273872+0000 mgr.y (mgr.24491) 5483 : cluster [DBG] pgmap v4831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:28.273872+0000 mgr.y (mgr.24491) 5483 : cluster [DBG] pgmap v4831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:28.273872+0000 mgr.y (mgr.24491) 5483 : cluster [DBG] pgmap v4831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:31.360 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:13:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:30.274575+0000 mgr.y (mgr.24491) 5484 : cluster [DBG] pgmap v4832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:30.274575+0000 mgr.y (mgr.24491) 5484 : cluster [DBG] pgmap v4832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:30.274575+0000 mgr.y (mgr.24491) 5484 : cluster [DBG] pgmap v4832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:32.275123+0000 mgr.y (mgr.24491) 5485 : cluster [DBG] pgmap v4833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:32.275123+0000 mgr.y (mgr.24491) 5485 : cluster [DBG] pgmap v4833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:32.275123+0000 mgr.y (mgr.24491) 5485 : cluster [DBG] pgmap v4833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:34.275440+0000 mgr.y (mgr.24491) 5486 : cluster [DBG] pgmap v4834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:34.275440+0000 mgr.y (mgr.24491) 5486 : cluster [DBG] pgmap v4834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:34.275440+0000 mgr.y (mgr.24491) 5486 : cluster [DBG] pgmap v4834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:36.276086+0000 mgr.y (mgr.24491) 5487 : cluster [DBG] pgmap v4835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:36.276086+0000 mgr.y (mgr.24491) 5487 : cluster [DBG] pgmap v4835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:36.276086+0000 mgr.y (mgr.24491) 5487 : cluster [DBG] pgmap v4835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:13:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:38.276618+0000 mgr.y (mgr.24491) 5488 : cluster [DBG] pgmap v4836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:38.276618+0000 mgr.y (mgr.24491) 5488 : cluster [DBG] pgmap v4836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:38.276618+0000 mgr.y (mgr.24491) 5488 : cluster [DBG] pgmap v4836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:41.375 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:13:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:40.277297+0000 mgr.y (mgr.24491) 5489 : cluster [DBG] pgmap v4837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:40.277297+0000 mgr.y (mgr.24491) 5489 : cluster [DBG] pgmap v4837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:40.277297+0000 mgr.y (mgr.24491) 5489 : cluster [DBG] pgmap v4837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:42.277724+0000 mgr.y (mgr.24491) 5490 : cluster [DBG] pgmap v4838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:42.277724+0000 mgr.y (mgr.24491) 5490 : cluster [DBG] pgmap v4838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:42.277724+0000 mgr.y (mgr.24491) 5490 : cluster [DBG] pgmap v4838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:44.278188+0000 mgr.y (mgr.24491) 5491 : cluster [DBG] pgmap v4839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:44.278188+0000 mgr.y (mgr.24491) 5491 : cluster [DBG] pgmap v4839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:44.278188+0000 mgr.y (mgr.24491) 5491 : cluster [DBG] pgmap v4839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:46.279031+0000 mgr.y (mgr.24491) 5492 : cluster [DBG] pgmap v4840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:46.279031+0000 mgr.y (mgr.24491) 5492 : cluster [DBG] pgmap v4840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:46.279031+0000 mgr.y (mgr.24491) 5492 : cluster [DBG] pgmap v4840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:13:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:48.279593+0000 mgr.y (mgr.24491) 5493 : cluster [DBG] pgmap v4841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:48.279593+0000 mgr.y (mgr.24491) 5493 : cluster [DBG] pgmap v4841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:48.279593+0000 mgr.y (mgr.24491) 5493 : cluster [DBG] pgmap v4841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:51.393 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:13:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:50.280387+0000 mgr.y (mgr.24491) 5494 : cluster [DBG] pgmap v4842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:50.280387+0000 mgr.y (mgr.24491) 5494 : cluster [DBG] pgmap v4842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:50.280387+0000 mgr.y (mgr.24491) 5494 : cluster [DBG] pgmap v4842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:52.280887+0000 mgr.y (mgr.24491) 5495 : cluster [DBG] pgmap v4843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:52.280887+0000 mgr.y (mgr.24491) 5495 : cluster [DBG] pgmap v4843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:52.280887+0000 mgr.y (mgr.24491) 5495 : cluster [DBG] pgmap v4843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:54.281336+0000 mgr.y (mgr.24491) 5496 : cluster [DBG] pgmap v4844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:54.281336+0000 mgr.y (mgr.24491) 5496 : cluster [DBG] pgmap v4844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:54.281336+0000 mgr.y (mgr.24491) 5496 : cluster [DBG] pgmap v4844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:57.083 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:13:57.357 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:13:57.357 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 6m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:13:57.357 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 6m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:13:57.357 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 6m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:13:57.357 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 6m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:13:57.358 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 6m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:13:57.358 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 6m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:13:57.358 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 6m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:13:57.358 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 6m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:13:57.358 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 6m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:13:57.358 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 6m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:13:57.358 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 6m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:13:57.358 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 6m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:13:57.358 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 6m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:13:57.358 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:13:57.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 6m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:13:57.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 6m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:13:57.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 6m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:13:57.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 6m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:13:57.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 6m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:13:57.359 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 6m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:13:57.693 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:13:57.693 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:13:57.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:13:57.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:13:57.693 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:13:57.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:13:57.694 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:13:57.694 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:13:57.694 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:13:57.694 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:13:57.694 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:13:57.694 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:13:57.694 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:13:57.694 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:13:57.694 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:13:57.694 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:13:57.694 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:13:57.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:56.282115+0000 mgr.y (mgr.24491) 5497 : cluster [DBG] pgmap v4845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:57.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:56.282115+0000 mgr.y (mgr.24491) 5497 : cluster [DBG] pgmap v4845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:56.282115+0000 mgr.y (mgr.24491) 5497 : cluster [DBG] pgmap v4845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:13:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:13:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:13:57.073605+0000 mgr.y (mgr.24491) 5498 : audit [DBG] from='client.30389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:13:57.351617+0000 mgr.y (mgr.24491) 5499 : audit [DBG] from='client.30395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:13:57.695635+0000 mon.c (mon.2) 194 : audit [DBG] from='client.? 172.21.15.177:0/1686010222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:13:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:13:57.073605+0000 mgr.y (mgr.24491) 5498 : audit [DBG] from='client.30389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:13:57.351617+0000 mgr.y (mgr.24491) 5499 : audit [DBG] from='client.30395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:13:57.695635+0000 mon.c (mon.2) 194 : audit [DBG] from='client.? 172.21.15.177:0/1686010222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:13:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:13:57.073605+0000 mgr.y (mgr.24491) 5498 : audit [DBG] from='client.30389 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:13:57.351617+0000 mgr.y (mgr.24491) 5499 : audit [DBG] from='client.30395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:13:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:13:57.695635+0000 mon.c (mon.2) 194 : audit [DBG] from='client.? 172.21.15.177:0/1686010222' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:13:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:13:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:13:58.282507+0000 mgr.y (mgr.24491) 5500 : cluster [DBG] pgmap v4846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:13:58.282507+0000 mgr.y (mgr.24491) 5500 : cluster [DBG] pgmap v4846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:13:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:13:58.282507+0000 mgr.y (mgr.24491) 5500 : cluster [DBG] pgmap v4846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:01.412 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:14:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:00.283462+0000 mgr.y (mgr.24491) 5501 : cluster [DBG] pgmap v4847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:00.283462+0000 mgr.y (mgr.24491) 5501 : cluster [DBG] pgmap v4847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:00.283462+0000 mgr.y (mgr.24491) 5501 : cluster [DBG] pgmap v4847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:02.283935+0000 mgr.y (mgr.24491) 5502 : cluster [DBG] pgmap v4848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:02.283935+0000 mgr.y (mgr.24491) 5502 : cluster [DBG] pgmap v4848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:02.283935+0000 mgr.y (mgr.24491) 5502 : cluster [DBG] pgmap v4848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:04.284491+0000 mgr.y (mgr.24491) 5503 : cluster [DBG] pgmap v4849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:04.284491+0000 mgr.y (mgr.24491) 5503 : cluster [DBG] pgmap v4849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:04.284491+0000 mgr.y (mgr.24491) 5503 : cluster [DBG] pgmap v4849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:06.285117+0000 mgr.y (mgr.24491) 5504 : cluster [DBG] pgmap v4850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:07.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:06.285117+0000 mgr.y (mgr.24491) 5504 : cluster [DBG] pgmap v4850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:06.285117+0000 mgr.y (mgr.24491) 5504 : cluster [DBG] pgmap v4850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T06:14:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:08.285673+0000 mgr.y (mgr.24491) 5505 : cluster [DBG] pgmap v4851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:08.285673+0000 mgr.y (mgr.24491) 5505 : cluster [DBG] pgmap v4851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:08.285673+0000 mgr.y (mgr.24491) 5505 : cluster [DBG] pgmap v4851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:11.430 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:14:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:10.286574+0000 mgr.y (mgr.24491) 5506 : cluster [DBG] pgmap v4852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:10.286574+0000 mgr.y (mgr.24491) 5506 : cluster [DBG] pgmap v4852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:10.286574+0000 mgr.y (mgr.24491) 5506 : cluster [DBG] pgmap v4852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:12.287070+0000 mgr.y (mgr.24491) 5507 : cluster [DBG] pgmap v4853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:12.287070+0000 mgr.y (mgr.24491) 5507 : cluster [DBG] pgmap v4853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:12.287070+0000 mgr.y (mgr.24491) 5507 : cluster [DBG] pgmap v4853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:14.287678+0000 mgr.y (mgr.24491) 5508 : cluster [DBG] pgmap v4854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:14.287678+0000 mgr.y (mgr.24491) 5508 : cluster [DBG] pgmap v4854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:14.287678+0000 mgr.y (mgr.24491) 5508 : cluster [DBG] pgmap v4854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:17.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:16.288302+0000 mgr.y (mgr.24491) 5509 : cluster [DBG] pgmap v4855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:16.288302+0000 mgr.y (mgr.24491) 5509 : cluster [DBG] pgmap v4855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:16.288302+0000 mgr.y (mgr.24491) 5509 : cluster [DBG] pgmap v4855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:14:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:18.288771+0000 mgr.y (mgr.24491) 5510 : cluster [DBG] pgmap v4856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:18.288771+0000 mgr.y (mgr.24491) 5510 : cluster [DBG] pgmap v4856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:18.288771+0000 mgr.y (mgr.24491) 5510 : cluster [DBG] pgmap v4856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:21.449 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:14:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:20.289580+0000 mgr.y (mgr.24491) 5511 : cluster [DBG] pgmap v4857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:21.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:20.289580+0000 mgr.y (mgr.24491) 5511 : cluster [DBG] pgmap v4857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:20.289580+0000 mgr.y (mgr.24491) 5511 : cluster [DBG] pgmap v4857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:22.290052+0000 mgr.y (mgr.24491) 5512 : cluster [DBG] pgmap v4858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:22.290052+0000 mgr.y (mgr.24491) 5512 : cluster [DBG] pgmap v4858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:22.290052+0000 mgr.y (mgr.24491) 5512 : cluster [DBG] pgmap v4858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:24.290475+0000 mgr.y (mgr.24491) 5513 : cluster [DBG] pgmap v4859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:24.290475+0000 mgr.y (mgr.24491) 5513 : cluster [DBG] pgmap v4859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:24.290475+0000 mgr.y (mgr.24491) 5513 : cluster [DBG] pgmap v4859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:26.291203+0000 mgr.y (mgr.24491) 5514 : cluster [DBG] pgmap v4860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:14:27.053687+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:14:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:14:27.348409+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:14:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:14:27.349039+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:14:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:14:27.353239+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:14:27.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:26.291203+0000 mgr.y (mgr.24491) 5514 : cluster [DBG] pgmap v4860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:14:27.053687+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:14:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:14:27.348409+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:14:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:14:27.349039+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:14:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:14:27.353239+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:14:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:26.291203+0000 mgr.y (mgr.24491) 5514 : cluster [DBG] pgmap v4860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:14:27.053687+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:14:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:14:27.348409+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:14:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:14:27.349039+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:14:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:14:27.353239+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:14:27.992 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:14:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:14:28.270 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:14:28.270 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 7m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:14:28.270 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 7m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:14:28.270 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 7m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:14:28.270 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 7m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:14:28.270 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 7m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 7m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 7m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 7m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 7m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 7m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 7m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 7m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 7m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 7m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 7m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 7m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:14:28.271 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 7m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:14:28.272 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 7m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:14:28.272 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 7m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:14:28.272 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 7m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:14:28.608 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:14:28.609 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:14:28.609 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:14:28.609 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:14:28.609 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:14:28.609 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:14:28.609 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:14:28.609 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:14:28.609 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:14:28.609 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:14:28.610 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:14:28.610 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:14:28.610 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:14:28.610 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:14:28.610 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:14:28.610 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:14:28.610 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:14:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:14:27.982958+0000 mgr.y (mgr.24491) 5515 : audit [DBG] from='client.30407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:14:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:14:28.264600+0000 mgr.y (mgr.24491) 5516 : audit [DBG] from='client.20511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:14:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:28.291582+0000 mgr.y (mgr.24491) 5517 : cluster [DBG] pgmap v4861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:14:28.610429+0000 mon.c (mon.2) 195 : audit [DBG] from='client.? 172.21.15.177:0/4076075677' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:14:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:14:27.982958+0000 mgr.y (mgr.24491) 5515 : audit [DBG] from='client.30407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:14:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:14:28.264600+0000 mgr.y (mgr.24491) 5516 : audit [DBG] from='client.20511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:14:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:28.291582+0000 mgr.y (mgr.24491) 5517 : cluster [DBG] pgmap v4861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:14:28.610429+0000 mon.c (mon.2) 195 : audit [DBG] from='client.? 172.21.15.177:0/4076075677' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:14:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:14:27.982958+0000 mgr.y (mgr.24491) 5515 : audit [DBG] from='client.30407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:14:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:14:28.264600+0000 mgr.y (mgr.24491) 5516 : audit [DBG] from='client.20511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:14:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:28.291582+0000 mgr.y (mgr.24491) 5517 : cluster [DBG] pgmap v4861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:14:28.610429+0000 mon.c (mon.2) 195 : audit [DBG] from='client.? 172.21.15.177:0/4076075677' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:14:31.463 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:14:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:30.292243+0000 mgr.y (mgr.24491) 5518 : cluster [DBG] pgmap v4862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:30.292243+0000 mgr.y (mgr.24491) 5518 : cluster [DBG] pgmap v4862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:30.292243+0000 mgr.y (mgr.24491) 5518 : cluster [DBG] pgmap v4862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:32.292677+0000 mgr.y (mgr.24491) 5519 : cluster [DBG] pgmap v4863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:33.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:32.292677+0000 mgr.y (mgr.24491) 5519 : cluster [DBG] pgmap v4863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:32.292677+0000 mgr.y (mgr.24491) 5519 : cluster [DBG] pgmap v4863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:34.293142+0000 mgr.y (mgr.24491) 5520 : cluster [DBG] pgmap v4864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:34.293142+0000 mgr.y (mgr.24491) 5520 : cluster [DBG] pgmap v4864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:34.293142+0000 mgr.y (mgr.24491) 5520 : cluster [DBG] pgmap v4864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:37.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:36.293704+0000 mgr.y (mgr.24491) 5521 : cluster [DBG] pgmap v4865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:37.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:36.293704+0000 mgr.y (mgr.24491) 5521 : cluster [DBG] pgmap v4865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:36.293704+0000 mgr.y (mgr.24491) 5521 : cluster [DBG] pgmap v4865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:37] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:14:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:38.294168+0000 mgr.y (mgr.24491) 5522 : cluster [DBG] pgmap v4866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:38.294168+0000 mgr.y (mgr.24491) 5522 : cluster [DBG] pgmap v4866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:38.294168+0000 mgr.y (mgr.24491) 5522 : cluster [DBG] pgmap v4866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:41.482 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:14:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:40.295095+0000 mgr.y (mgr.24491) 5523 : cluster [DBG] pgmap v4867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:40.295095+0000 mgr.y (mgr.24491) 5523 : cluster [DBG] pgmap v4867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:40.295095+0000 mgr.y (mgr.24491) 5523 : cluster [DBG] pgmap v4867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:42.295615+0000 mgr.y (mgr.24491) 5524 : cluster [DBG] pgmap v4868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:42.295615+0000 mgr.y (mgr.24491) 5524 : cluster [DBG] pgmap v4868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:42.295615+0000 mgr.y (mgr.24491) 5524 : cluster [DBG] pgmap v4868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:44.296328+0000 mgr.y (mgr.24491) 5525 : cluster [DBG] pgmap v4869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:44.296328+0000 mgr.y (mgr.24491) 5525 : cluster [DBG] pgmap v4869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:44.296328+0000 mgr.y (mgr.24491) 5525 : cluster [DBG] pgmap v4869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:46.296921+0000 mgr.y (mgr.24491) 5526 : cluster [DBG] pgmap v4870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:14:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:46.296921+0000 mgr.y (mgr.24491) 5526 : cluster [DBG] pgmap v4870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:46.296921+0000 mgr.y (mgr.24491) 5526 : cluster [DBG] pgmap v4870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:48.297311+0000 mgr.y (mgr.24491) 5527 : cluster [DBG] pgmap v4871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:48.297311+0000 mgr.y (mgr.24491) 5527 : cluster [DBG] pgmap v4871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:48.297311+0000 mgr.y (mgr.24491) 5527 : cluster [DBG] pgmap v4871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:51.497 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:14:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:50.297968+0000 mgr.y (mgr.24491) 5528 : cluster [DBG] pgmap v4872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:50.297968+0000 mgr.y (mgr.24491) 5528 : cluster [DBG] pgmap v4872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:50.297968+0000 mgr.y (mgr.24491) 5528 : cluster [DBG] pgmap v4872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:52.298563+0000 mgr.y (mgr.24491) 5529 : cluster [DBG] pgmap v4873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:52.298563+0000 mgr.y (mgr.24491) 5529 : cluster [DBG] pgmap v4873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:52.298563+0000 mgr.y (mgr.24491) 5529 : cluster [DBG] pgmap v4873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:54.299111+0000 mgr.y (mgr.24491) 5530 : cluster [DBG] pgmap v4874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:54.299111+0000 mgr.y (mgr.24491) 5530 : cluster [DBG] pgmap v4874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:54.299111+0000 mgr.y (mgr.24491) 5530 : cluster [DBG] pgmap v4874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:14:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:14:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:56.299720+0000 mgr.y (mgr.24491) 5531 : cluster [DBG] pgmap v4875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:56.299720+0000 mgr.y (mgr.24491) 5531 : cluster [DBG] pgmap v4875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:56.299720+0000 mgr.y (mgr.24491) 5531 : cluster [DBG] pgmap v4875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:58.916 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:14:59.188 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:14:59.188 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 7m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:14:59.188 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 7m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:14:59.189 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 7m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:14:59.189 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 7m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:14:59.189 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 7m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:14:59.189 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 7m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:14:59.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 7m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:14:59.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 7m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:14:59.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 7m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:14:59.189 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 7m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:14:59.189 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 7m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:14:59.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 7m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:14:59.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 7m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:14:59.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 7m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:14:59.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 7m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:14:59.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 7m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:14:59.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 7m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:14:59.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 7m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:14:59.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 7m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:14:59.190 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 7m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:14:59.528 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:14:59.528 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:14:59.528 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:14:59.528 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:14:59.528 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:14:59.528 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:14:59.529 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:14:59.529 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:14:59.529 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:14:59.529 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:14:59.529 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:14:59.529 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:14:59.529 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:14:59.529 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:14:59.529 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:14:59.529 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:14:59.529 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:14:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:14:58.300171+0000 mgr.y (mgr.24491) 5532 : cluster [DBG] pgmap v4876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:14:58.300171+0000 mgr.y (mgr.24491) 5532 : cluster [DBG] pgmap v4876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:14:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:14:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:14:58.300171+0000 mgr.y (mgr.24491) 5532 : cluster [DBG] pgmap v4876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:14:58.906399+0000 mgr.y (mgr.24491) 5533 : audit [DBG] from='client.30425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:14:59.183045+0000 mgr.y (mgr.24491) 5534 : audit [DBG] from='client.30431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:14:59.530291+0000 mon.a (mon.0) 1679 : audit [DBG] from='client.? 172.21.15.177:0/3193021722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:15:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:14:58.906399+0000 mgr.y (mgr.24491) 5533 : audit [DBG] from='client.30425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:14:59.183045+0000 mgr.y (mgr.24491) 5534 : audit [DBG] from='client.30431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:14:59.530291+0000 mon.a (mon.0) 1679 : audit [DBG] from='client.? 172.21.15.177:0/3193021722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:15:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:14:58.906399+0000 mgr.y (mgr.24491) 5533 : audit [DBG] from='client.30425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:14:59.183045+0000 mgr.y (mgr.24491) 5534 : audit [DBG] from='client.30431 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:14:59.530291+0000 mon.a (mon.0) 1679 : audit [DBG] from='client.? 172.21.15.177:0/3193021722' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:15:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:15:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:00.300863+0000 mgr.y (mgr.24491) 5535 : cluster [DBG] pgmap v4877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:00.300863+0000 mgr.y (mgr.24491) 5535 : cluster [DBG] pgmap v4877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:00.300863+0000 mgr.y (mgr.24491) 5535 : cluster [DBG] pgmap v4877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:02.301414+0000 mgr.y (mgr.24491) 5536 : cluster [DBG] pgmap v4878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:02.301414+0000 mgr.y (mgr.24491) 5536 : cluster [DBG] pgmap v4878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:02.301414+0000 mgr.y (mgr.24491) 5536 : cluster [DBG] pgmap v4878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:04.302066+0000 mgr.y (mgr.24491) 5537 : cluster [DBG] pgmap v4879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:04.302066+0000 mgr.y (mgr.24491) 5537 : cluster [DBG] pgmap v4879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:04.302066+0000 mgr.y (mgr.24491) 5537 : cluster [DBG] pgmap v4879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:15:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:06.302722+0000 mgr.y (mgr.24491) 5538 : cluster [DBG] pgmap v4880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:06.302722+0000 mgr.y (mgr.24491) 5538 : cluster [DBG] pgmap v4880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:06.302722+0000 mgr.y (mgr.24491) 5538 : cluster [DBG] pgmap v4880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:08.303302+0000 mgr.y (mgr.24491) 5539 : cluster [DBG] pgmap v4881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:08.303302+0000 mgr.y (mgr.24491) 5539 : cluster [DBG] pgmap v4881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:08.303302+0000 mgr.y (mgr.24491) 5539 : cluster [DBG] pgmap v4881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:15:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:10.304152+0000 mgr.y (mgr.24491) 5540 : cluster [DBG] pgmap v4882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:10.304152+0000 mgr.y (mgr.24491) 5540 : cluster [DBG] pgmap v4882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:10.304152+0000 mgr.y (mgr.24491) 5540 : cluster [DBG] pgmap v4882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:12.304631+0000 mgr.y (mgr.24491) 5541 : cluster [DBG] pgmap v4883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:12.304631+0000 mgr.y (mgr.24491) 5541 : cluster [DBG] pgmap v4883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:12.304631+0000 mgr.y (mgr.24491) 5541 : cluster [DBG] pgmap v4883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:14.305340+0000 mgr.y (mgr.24491) 5542 : cluster [DBG] pgmap v4884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:14.305340+0000 mgr.y (mgr.24491) 5542 : cluster [DBG] pgmap v4884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:14.305340+0000 mgr.y (mgr.24491) 5542 : cluster [DBG] pgmap v4884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:17] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:15:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:16.306080+0000 mgr.y (mgr.24491) 5543 : cluster [DBG] pgmap v4885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:16.306080+0000 mgr.y (mgr.24491) 5543 : cluster [DBG] pgmap v4885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:16.306080+0000 mgr.y (mgr.24491) 5543 : cluster [DBG] pgmap v4885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:18.306477+0000 mgr.y (mgr.24491) 5544 : cluster [DBG] pgmap v4886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:18.306477+0000 mgr.y (mgr.24491) 5544 : cluster [DBG] pgmap v4886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:18.306477+0000 mgr.y (mgr.24491) 5544 : cluster [DBG] pgmap v4886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:15:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:20.307175+0000 mgr.y (mgr.24491) 5545 : cluster [DBG] pgmap v4887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:20.307175+0000 mgr.y (mgr.24491) 5545 : cluster [DBG] pgmap v4887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:20.307175+0000 mgr.y (mgr.24491) 5545 : cluster [DBG] pgmap v4887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:22.307572+0000 mgr.y (mgr.24491) 5546 : cluster [DBG] pgmap v4888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:22.307572+0000 mgr.y (mgr.24491) 5546 : cluster [DBG] pgmap v4888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:22.307572+0000 mgr.y (mgr.24491) 5546 : cluster [DBG] pgmap v4888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:24.308289+0000 mgr.y (mgr.24491) 5547 : cluster [DBG] pgmap v4889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:24.308289+0000 mgr.y (mgr.24491) 5547 : cluster [DBG] pgmap v4889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:24.308289+0000 mgr.y (mgr.24491) 5547 : cluster [DBG] pgmap v4889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:27] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:15:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:26.308878+0000 mgr.y (mgr.24491) 5548 : cluster [DBG] pgmap v4890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:15:27.357529+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:15:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:26.308878+0000 mgr.y (mgr.24491) 5548 : cluster [DBG] pgmap v4890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:15:27.357529+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:15:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:26.308878+0000 mgr.y (mgr.24491) 5548 : cluster [DBG] pgmap v4890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:15:27.357529+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:15:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:15:27.651407+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:15:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:15:27.651979+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:15:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:15:27.656116+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:15:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:15:27.651407+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:15:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:15:27.651979+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:15:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:15:27.656116+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:15:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:15:27.651407+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:15:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:15:27.651979+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:15:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:15:27.656116+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:15:29.842 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:15:29.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:28.309357+0000 mgr.y (mgr.24491) 5549 : cluster [DBG] pgmap v4891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:28.309357+0000 mgr.y (mgr.24491) 5549 : cluster [DBG] pgmap v4891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:28.309357+0000 mgr.y (mgr.24491) 5549 : cluster [DBG] pgmap v4891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:15:30.115 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:15:30.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:15:30.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:15:30.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:15:30.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:15:30.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:15:30.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:15:30.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:15:30.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:15:30.116 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:15:30.452 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:15:30.453 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:15:30.453 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:15:30.453 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:15:30.453 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:15:30.453 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:15:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:15:30.454044+0000 mon.a (mon.0) 1684 : audit [DBG] from='client.? 172.21.15.177:0/1266319203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:15:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:15:30.454044+0000 mon.a (mon.0) 1684 : audit [DBG] from='client.? 172.21.15.177:0/1266319203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:15:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:15:30.454044+0000 mon.a (mon.0) 1684 : audit [DBG] from='client.? 172.21.15.177:0/1266319203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:15:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:15:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:15:29.832443+0000 mgr.y (mgr.24491) 5550 : audit [DBG] from='client.30443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:15:30.109647+0000 mgr.y (mgr.24491) 5551 : audit [DBG] from='client.30449 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:30.309936+0000 mgr.y (mgr.24491) 5552 : cluster [DBG] pgmap v4892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:15:29.832443+0000 mgr.y (mgr.24491) 5550 : audit [DBG] from='client.30443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:15:30.109647+0000 mgr.y (mgr.24491) 5551 : audit [DBG] from='client.30449 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:30.309936+0000 mgr.y (mgr.24491) 5552 : cluster [DBG] pgmap v4892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:15:29.832443+0000 mgr.y (mgr.24491) 5550 : audit [DBG] from='client.30443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:15:30.109647+0000 mgr.y (mgr.24491) 5551 : audit [DBG] from='client.30449 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:15:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:30.309936+0000 mgr.y (mgr.24491) 5552 : cluster [DBG] pgmap v4892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:32.310373+0000 mgr.y (mgr.24491) 5553 : cluster [DBG] pgmap v4893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:32.310373+0000 mgr.y (mgr.24491) 5553 : cluster [DBG] pgmap v4893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:32.310373+0000 mgr.y (mgr.24491) 5553 : cluster [DBG] pgmap v4893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:34.310864+0000 mgr.y (mgr.24491) 5554 : cluster [DBG] pgmap v4894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:34.310864+0000 mgr.y (mgr.24491) 5554 : cluster [DBG] pgmap v4894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:34.310864+0000 mgr.y (mgr.24491) 5554 : cluster [DBG] pgmap v4894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:36.311506+0000 mgr.y (mgr.24491) 5555 : cluster [DBG] pgmap v4895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:36.311506+0000 mgr.y (mgr.24491) 5555 : cluster [DBG] pgmap v4895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:36.311506+0000 mgr.y (mgr.24491) 5555 : cluster [DBG] pgmap v4895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:15:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:38.311936+0000 mgr.y (mgr.24491) 5556 : cluster [DBG] pgmap v4896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:38.311936+0000 mgr.y (mgr.24491) 5556 : cluster [DBG] pgmap v4896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:38.311936+0000 mgr.y (mgr.24491) 5556 : cluster [DBG] pgmap v4896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:41.376 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:15:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:40.312804+0000 mgr.y (mgr.24491) 5557 : cluster [DBG] pgmap v4897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:40.312804+0000 mgr.y (mgr.24491) 5557 : cluster [DBG] pgmap v4897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:40.312804+0000 mgr.y (mgr.24491) 5557 : cluster [DBG] pgmap v4897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:42.313292+0000 mgr.y (mgr.24491) 5558 : cluster [DBG] pgmap v4898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:42.313292+0000 mgr.y (mgr.24491) 5558 : cluster [DBG] pgmap v4898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:42.313292+0000 mgr.y (mgr.24491) 5558 : cluster [DBG] pgmap v4898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:44.313806+0000 mgr.y (mgr.24491) 5559 : cluster [DBG] pgmap v4899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:44.313806+0000 mgr.y (mgr.24491) 5559 : cluster [DBG] pgmap v4899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:44.313806+0000 mgr.y (mgr.24491) 5559 : cluster [DBG] pgmap v4899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:46.314485+0000 mgr.y (mgr.24491) 5560 : cluster [DBG] pgmap v4900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:46.314485+0000 mgr.y (mgr.24491) 5560 : cluster [DBG] pgmap v4900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:46.314485+0000 mgr.y (mgr.24491) 5560 : cluster [DBG] pgmap v4900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:15:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:48.315151+0000 mgr.y (mgr.24491) 5561 : cluster [DBG] pgmap v4901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:48.315151+0000 mgr.y (mgr.24491) 5561 : cluster [DBG] pgmap v4901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:48.315151+0000 mgr.y (mgr.24491) 5561 : cluster [DBG] pgmap v4901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:51.391 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:15:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:50.315896+0000 mgr.y (mgr.24491) 5562 : cluster [DBG] pgmap v4902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:50.315896+0000 mgr.y (mgr.24491) 5562 : cluster [DBG] pgmap v4902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:50.315896+0000 mgr.y (mgr.24491) 5562 : cluster [DBG] pgmap v4902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:52.316350+0000 mgr.y (mgr.24491) 5563 : cluster [DBG] pgmap v4903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:52.316350+0000 mgr.y (mgr.24491) 5563 : cluster [DBG] pgmap v4903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:52.316350+0000 mgr.y (mgr.24491) 5563 : cluster [DBG] pgmap v4903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:54.317035+0000 mgr.y (mgr.24491) 5564 : cluster [DBG] pgmap v4904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:54.317035+0000 mgr.y (mgr.24491) 5564 : cluster [DBG] pgmap v4904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:54.317035+0000 mgr.y (mgr.24491) 5564 : cluster [DBG] pgmap v4904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:56.317618+0000 mgr.y (mgr.24491) 5565 : cluster [DBG] pgmap v4905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:56.317618+0000 mgr.y (mgr.24491) 5565 : cluster [DBG] pgmap v4905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:56.317618+0000 mgr.y (mgr.24491) 5565 : cluster [DBG] pgmap v4905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:15:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:15:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:15:58.318137+0000 mgr.y (mgr.24491) 5566 : cluster [DBG] pgmap v4906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:15:58.318137+0000 mgr.y (mgr.24491) 5566 : cluster [DBG] pgmap v4906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:15:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:15:58.318137+0000 mgr.y (mgr.24491) 5566 : cluster [DBG] pgmap v4906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:00.762 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:16:01.036 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:16:01.036 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:16:01.036 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:16:01.036 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:16:01.036 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:16:01.036 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:16:01.036 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:16:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:16:01.369 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:16:01.369 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:16:01.370 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:16:01.370 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:16:01.370 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:16:01.370 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:16:01.370 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:16:01.370 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:16:01.370 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:16:01.370 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:16:01.370 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:16:01.370 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:16:01.371 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:16:01.371 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:16:01.371 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:16:01.371 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:16:01.371 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:16:01.407 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:16:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:00.318927+0000 mgr.y (mgr.24491) 5567 : cluster [DBG] pgmap v4907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:16:01.371641+0000 mon.c (mon.2) 196 : audit [DBG] from='client.? 172.21.15.177:0/3995299735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:16:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:00.318927+0000 mgr.y (mgr.24491) 5567 : cluster [DBG] pgmap v4907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:16:01.371641+0000 mon.c (mon.2) 196 : audit [DBG] from='client.? 172.21.15.177:0/3995299735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:16:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:00.318927+0000 mgr.y (mgr.24491) 5567 : cluster [DBG] pgmap v4907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:16:01.371641+0000 mon.c (mon.2) 196 : audit [DBG] from='client.? 172.21.15.177:0/3995299735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:16:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:16:00.752124+0000 mgr.y (mgr.24491) 5568 : audit [DBG] from='client.20559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:16:01.030968+0000 mgr.y (mgr.24491) 5569 : audit [DBG] from='client.30467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:16:00.752124+0000 mgr.y (mgr.24491) 5568 : audit [DBG] from='client.20559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:16:01.030968+0000 mgr.y (mgr.24491) 5569 : audit [DBG] from='client.30467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:16:00.752124+0000 mgr.y (mgr.24491) 5568 : audit [DBG] from='client.20559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:16:01.030968+0000 mgr.y (mgr.24491) 5569 : audit [DBG] from='client.30467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:02.319387+0000 mgr.y (mgr.24491) 5570 : cluster [DBG] pgmap v4908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:03.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:02.319387+0000 mgr.y (mgr.24491) 5570 : cluster [DBG] pgmap v4908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:02.319387+0000 mgr.y (mgr.24491) 5570 : cluster [DBG] pgmap v4908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:04.319857+0000 mgr.y (mgr.24491) 5571 : cluster [DBG] pgmap v4909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:04.319857+0000 mgr.y (mgr.24491) 5571 : cluster [DBG] pgmap v4909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:04.319857+0000 mgr.y (mgr.24491) 5571 : cluster [DBG] pgmap v4909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:06.320535+0000 mgr.y (mgr.24491) 5572 : cluster [DBG] pgmap v4910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:06.320535+0000 mgr.y (mgr.24491) 5572 : cluster [DBG] pgmap v4910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:06.320535+0000 mgr.y (mgr.24491) 5572 : cluster [DBG] pgmap v4910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:07] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:16:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:08.321091+0000 mgr.y (mgr.24491) 5573 : cluster [DBG] pgmap v4911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:08.321091+0000 mgr.y (mgr.24491) 5573 : cluster [DBG] pgmap v4911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:08.321091+0000 mgr.y (mgr.24491) 5573 : cluster [DBG] pgmap v4911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:11.426 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:16:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:10.321839+0000 mgr.y (mgr.24491) 5574 : cluster [DBG] pgmap v4912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:10.321839+0000 mgr.y (mgr.24491) 5574 : cluster [DBG] pgmap v4912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:10.321839+0000 mgr.y (mgr.24491) 5574 : cluster [DBG] pgmap v4912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:12.322266+0000 mgr.y (mgr.24491) 5575 : cluster [DBG] pgmap v4913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:12.322266+0000 mgr.y (mgr.24491) 5575 : cluster [DBG] pgmap v4913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:12.322266+0000 mgr.y (mgr.24491) 5575 : cluster [DBG] pgmap v4913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:14.322985+0000 mgr.y (mgr.24491) 5576 : cluster [DBG] pgmap v4914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:15.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:14.322985+0000 mgr.y (mgr.24491) 5576 : cluster [DBG] pgmap v4914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:14.322985+0000 mgr.y (mgr.24491) 5576 : cluster [DBG] pgmap v4914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:17.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:16.323666+0000 mgr.y (mgr.24491) 5577 : cluster [DBG] pgmap v4915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:16.323666+0000 mgr.y (mgr.24491) 5577 : cluster [DBG] pgmap v4915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:16.323666+0000 mgr.y (mgr.24491) 5577 : cluster [DBG] pgmap v4915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:16:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:18.324132+0000 mgr.y (mgr.24491) 5578 : cluster [DBG] pgmap v4916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:18.324132+0000 mgr.y (mgr.24491) 5578 : cluster [DBG] pgmap v4916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:18.324132+0000 mgr.y (mgr.24491) 5578 : cluster [DBG] pgmap v4916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:21.445 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:16:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:20.324779+0000 mgr.y (mgr.24491) 5579 : cluster [DBG] pgmap v4917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:20.324779+0000 mgr.y (mgr.24491) 5579 : cluster [DBG] pgmap v4917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:20.324779+0000 mgr.y (mgr.24491) 5579 : cluster [DBG] pgmap v4917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:22.325253+0000 mgr.y (mgr.24491) 5580 : cluster [DBG] pgmap v4918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:23.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:22.325253+0000 mgr.y (mgr.24491) 5580 : cluster [DBG] pgmap v4918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:22.325253+0000 mgr.y (mgr.24491) 5580 : cluster [DBG] pgmap v4918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:24.325729+0000 mgr.y (mgr.24491) 5581 : cluster [DBG] pgmap v4919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:24.325729+0000 mgr.y (mgr.24491) 5581 : cluster [DBG] pgmap v4919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:24.325729+0000 mgr.y (mgr.24491) 5581 : cluster [DBG] pgmap v4919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:26.326460+0000 mgr.y (mgr.24491) 5582 : cluster [DBG] pgmap v4920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:26.326460+0000 mgr.y (mgr.24491) 5582 : cluster [DBG] pgmap v4920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:26.326460+0000 mgr.y (mgr.24491) 5582 : cluster [DBG] pgmap v4920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:16:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:16:27.660633+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:16:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:16:27.952118+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:16:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:16:27.952737+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:16:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:16:27.959045+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:16:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:16:27.660633+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:16:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:16:27.952118+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:16:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:16:27.952737+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:16:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:16:27.959045+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:16:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:16:27.660633+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:16:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:16:27.952118+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:16:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:16:27.952737+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:16:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:16:27.959045+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:16:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:28.327067+0000 mgr.y (mgr.24491) 5583 : cluster [DBG] pgmap v4921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:28.327067+0000 mgr.y (mgr.24491) 5583 : cluster [DBG] pgmap v4921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:28.327067+0000 mgr.y (mgr.24491) 5583 : cluster [DBG] pgmap v4921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:31.464 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:16:31.680 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:16:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:30.327667+0000 mgr.y (mgr.24491) 5584 : cluster [DBG] pgmap v4922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:30.327667+0000 mgr.y (mgr.24491) 5584 : cluster [DBG] pgmap v4922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:30.327667+0000 mgr.y (mgr.24491) 5584 : cluster [DBG] pgmap v4922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:31.953 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:16:31.953 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:16:31.954 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:16:31.954 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:16:31.954 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:16:31.954 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:16:31.954 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 9m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:16:31.954 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 9m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:16:31.954 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:16:31.954 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:16:31.954 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:16:31.955 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:16:31.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:16:31.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:16:31.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:16:31.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:16:31.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:16:31.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:16:31.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:16:31.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:16:31.955 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:16:32.286 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:16:32.287 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:16:32.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:16:32.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:16:32.287 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:16:32.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:16:32.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:16:32.287 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:16:32.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:16:32.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:16:32.287 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:16:32.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:16:32.288 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:16:32.288 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:16:32.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:16:32.288 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:16:32.288 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:16:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:16:32.288640+0000 mon.a (mon.0) 1689 : audit [DBG] from='client.? 172.21.15.177:0/1893770777' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:16:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:16:32.288640+0000 mon.a (mon.0) 1689 : audit [DBG] from='client.? 172.21.15.177:0/1893770777' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:16:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:16:32.288640+0000 mon.a (mon.0) 1689 : audit [DBG] from='client.? 172.21.15.177:0/1893770777' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:16:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:16:31.669990+0000 mgr.y (mgr.24491) 5585 : audit [DBG] from='client.30479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:33.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:16:31.947879+0000 mgr.y (mgr.24491) 5586 : audit [DBG] from='client.30485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:33.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:32.328255+0000 mgr.y (mgr.24491) 5587 : cluster [DBG] pgmap v4923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:33.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:16:31.669990+0000 mgr.y (mgr.24491) 5585 : audit [DBG] from='client.30479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:16:31.947879+0000 mgr.y (mgr.24491) 5586 : audit [DBG] from='client.30485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:32.328255+0000 mgr.y (mgr.24491) 5587 : cluster [DBG] pgmap v4923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:16:31.669990+0000 mgr.y (mgr.24491) 5585 : audit [DBG] from='client.30479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:16:31.947879+0000 mgr.y (mgr.24491) 5586 : audit [DBG] from='client.30485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:16:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:32.328255+0000 mgr.y (mgr.24491) 5587 : cluster [DBG] pgmap v4923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:34.328850+0000 mgr.y (mgr.24491) 5588 : cluster [DBG] pgmap v4924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:34.328850+0000 mgr.y (mgr.24491) 5588 : cluster [DBG] pgmap v4924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:34.328850+0000 mgr.y (mgr.24491) 5588 : cluster [DBG] pgmap v4924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:37.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:36.329639+0000 mgr.y (mgr.24491) 5589 : cluster [DBG] pgmap v4925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:37.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:36.329639+0000 mgr.y (mgr.24491) 5589 : cluster [DBG] pgmap v4925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:36.329639+0000 mgr.y (mgr.24491) 5589 : cluster [DBG] pgmap v4925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:16:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:38.330129+0000 mgr.y (mgr.24491) 5590 : cluster [DBG] pgmap v4926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:38.330129+0000 mgr.y (mgr.24491) 5590 : cluster [DBG] pgmap v4926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:38.330129+0000 mgr.y (mgr.24491) 5590 : cluster [DBG] pgmap v4926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:41.484 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:16:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:40.330833+0000 mgr.y (mgr.24491) 5591 : cluster [DBG] pgmap v4927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:40.330833+0000 mgr.y (mgr.24491) 5591 : cluster [DBG] pgmap v4927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:40.330833+0000 mgr.y (mgr.24491) 5591 : cluster [DBG] pgmap v4927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:42.331243+0000 mgr.y (mgr.24491) 5592 : cluster [DBG] pgmap v4928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:42.331243+0000 mgr.y (mgr.24491) 5592 : cluster [DBG] pgmap v4928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:42.331243+0000 mgr.y (mgr.24491) 5592 : cluster [DBG] pgmap v4928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:44.331710+0000 mgr.y (mgr.24491) 5593 : cluster [DBG] pgmap v4929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:44.331710+0000 mgr.y (mgr.24491) 5593 : cluster [DBG] pgmap v4929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:45.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:44.331710+0000 mgr.y (mgr.24491) 5593 : cluster [DBG] pgmap v4929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:46.332348+0000 mgr.y (mgr.24491) 5594 : cluster [DBG] pgmap v4930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:47.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:16:47.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:46.332348+0000 mgr.y (mgr.24491) 5594 : cluster [DBG] pgmap v4930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:46.332348+0000 mgr.y (mgr.24491) 5594 : cluster [DBG] pgmap v4930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:48.332739+0000 mgr.y (mgr.24491) 5595 : cluster [DBG] pgmap v4931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:49.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:48.332739+0000 mgr.y (mgr.24491) 5595 : cluster [DBG] pgmap v4931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:48.332739+0000 mgr.y (mgr.24491) 5595 : cluster [DBG] pgmap v4931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:16:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:50.333572+0000 mgr.y (mgr.24491) 5596 : cluster [DBG] pgmap v4932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:50.333572+0000 mgr.y (mgr.24491) 5596 : cluster [DBG] pgmap v4932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:50.333572+0000 mgr.y (mgr.24491) 5596 : cluster [DBG] pgmap v4932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:52.334038+0000 mgr.y (mgr.24491) 5597 : cluster [DBG] pgmap v4933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:52.334038+0000 mgr.y (mgr.24491) 5597 : cluster [DBG] pgmap v4933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:52.334038+0000 mgr.y (mgr.24491) 5597 : cluster [DBG] pgmap v4933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:54.334669+0000 mgr.y (mgr.24491) 5598 : cluster [DBG] pgmap v4934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:54.334669+0000 mgr.y (mgr.24491) 5598 : cluster [DBG] pgmap v4934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:54.334669+0000 mgr.y (mgr.24491) 5598 : cluster [DBG] pgmap v4934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:16:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:16:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:56.335380+0000 mgr.y (mgr.24491) 5599 : cluster [DBG] pgmap v4935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:56.335380+0000 mgr.y (mgr.24491) 5599 : cluster [DBG] pgmap v4935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:56.335380+0000 mgr.y (mgr.24491) 5599 : cluster [DBG] pgmap v4935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:16:58.335785+0000 mgr.y (mgr.24491) 5600 : cluster [DBG] pgmap v4936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:16:58.335785+0000 mgr.y (mgr.24491) 5600 : cluster [DBG] pgmap v4936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:16:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:16:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:16:58.335785+0000 mgr.y (mgr.24491) 5600 : cluster [DBG] pgmap v4936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:17:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:00.336401+0000 mgr.y (mgr.24491) 5601 : cluster [DBG] pgmap v4937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:00.336401+0000 mgr.y (mgr.24491) 5601 : cluster [DBG] pgmap v4937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:00.336401+0000 mgr.y (mgr.24491) 5601 : cluster [DBG] pgmap v4937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:02.602 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:17:02.876 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 61.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 9m ago 2h 465M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 9m ago 2h 447M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 234M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 237M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:17:02.877 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:17:02.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:17:02.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:17:02.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:17:02.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:17:02.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:17:02.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:17:02.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:17:02.878 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:17:03.210 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:17:03.210 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:17:03.210 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:17:03.210 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:17:03.210 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:17:03.211 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:17:03.211 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:17:03.211 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:17:03.211 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:17:03.211 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:17:03.211 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:17:03.211 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:17:03.212 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:17:03.212 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:17:03.212 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:17:03.212 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:17:03.212 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:17:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:02.336815+0000 mgr.y (mgr.24491) 5602 : cluster [DBG] pgmap v4938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:03.212294+0000 mon.c (mon.2) 197 : audit [DBG] from='client.? 172.21.15.177:0/2846302712' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:17:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:02.336815+0000 mgr.y (mgr.24491) 5602 : cluster [DBG] pgmap v4938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:03.212294+0000 mon.c (mon.2) 197 : audit [DBG] from='client.? 172.21.15.177:0/2846302712' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:17:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:02.336815+0000 mgr.y (mgr.24491) 5602 : cluster [DBG] pgmap v4938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:03.212294+0000 mon.c (mon.2) 197 : audit [DBG] from='client.? 172.21.15.177:0/2846302712' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:17:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:02.592591+0000 mgr.y (mgr.24491) 5603 : audit [DBG] from='client.30497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:02.871316+0000 mgr.y (mgr.24491) 5604 : audit [DBG] from='client.20601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:02.592591+0000 mgr.y (mgr.24491) 5603 : audit [DBG] from='client.30497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:02.871316+0000 mgr.y (mgr.24491) 5604 : audit [DBG] from='client.20601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:02.592591+0000 mgr.y (mgr.24491) 5603 : audit [DBG] from='client.30497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:02.871316+0000 mgr.y (mgr.24491) 5604 : audit [DBG] from='client.20601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:04.337331+0000 mgr.y (mgr.24491) 5605 : cluster [DBG] pgmap v4939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:04.337331+0000 mgr.y (mgr.24491) 5605 : cluster [DBG] pgmap v4939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:04.337331+0000 mgr.y (mgr.24491) 5605 : cluster [DBG] pgmap v4939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:06.338003+0000 mgr.y (mgr.24491) 5606 : cluster [DBG] pgmap v4940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:07] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:17:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:06.338003+0000 mgr.y (mgr.24491) 5606 : cluster [DBG] pgmap v4940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:06.338003+0000 mgr.y (mgr.24491) 5606 : cluster [DBG] pgmap v4940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:08.338397+0000 mgr.y (mgr.24491) 5607 : cluster [DBG] pgmap v4941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:08.338397+0000 mgr.y (mgr.24491) 5607 : cluster [DBG] pgmap v4941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:08.338397+0000 mgr.y (mgr.24491) 5607 : cluster [DBG] pgmap v4941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:17:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:10.338990+0000 mgr.y (mgr.24491) 5608 : cluster [DBG] pgmap v4942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:10.338990+0000 mgr.y (mgr.24491) 5608 : cluster [DBG] pgmap v4942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:10.338990+0000 mgr.y (mgr.24491) 5608 : cluster [DBG] pgmap v4942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:12.339375+0000 mgr.y (mgr.24491) 5609 : cluster [DBG] pgmap v4943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:12.339375+0000 mgr.y (mgr.24491) 5609 : cluster [DBG] pgmap v4943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:12.339375+0000 mgr.y (mgr.24491) 5609 : cluster [DBG] pgmap v4943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:15.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:14.339909+0000 mgr.y (mgr.24491) 5610 : cluster [DBG] pgmap v4944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:15.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:14.339909+0000 mgr.y (mgr.24491) 5610 : cluster [DBG] pgmap v4944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:14.339909+0000 mgr.y (mgr.24491) 5610 : cluster [DBG] pgmap v4944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:17.904 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:17] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:17:17.907 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:16.340556+0000 mgr.y (mgr.24491) 5611 : cluster [DBG] pgmap v4945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:17.908 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:16.340556+0000 mgr.y (mgr.24491) 5611 : cluster [DBG] pgmap v4945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:16.340556+0000 mgr.y (mgr.24491) 5611 : cluster [DBG] pgmap v4945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:18.340899+0000 mgr.y (mgr.24491) 5612 : cluster [DBG] pgmap v4946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:18.340899+0000 mgr.y (mgr.24491) 5612 : cluster [DBG] pgmap v4946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:18.340899+0000 mgr.y (mgr.24491) 5612 : cluster [DBG] pgmap v4946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:17:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:20.341527+0000 mgr.y (mgr.24491) 5613 : cluster [DBG] pgmap v4947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:20.341527+0000 mgr.y (mgr.24491) 5613 : cluster [DBG] pgmap v4947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:20.341527+0000 mgr.y (mgr.24491) 5613 : cluster [DBG] pgmap v4947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:22.342041+0000 mgr.y (mgr.24491) 5614 : cluster [DBG] pgmap v4948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:22.342041+0000 mgr.y (mgr.24491) 5614 : cluster [DBG] pgmap v4948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:22.342041+0000 mgr.y (mgr.24491) 5614 : cluster [DBG] pgmap v4948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:24.342593+0000 mgr.y (mgr.24491) 5615 : cluster [DBG] pgmap v4949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:24.342593+0000 mgr.y (mgr.24491) 5615 : cluster [DBG] pgmap v4949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:24.342593+0000 mgr.y (mgr.24491) 5615 : cluster [DBG] pgmap v4949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:27] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:17:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:26.343257+0000 mgr.y (mgr.24491) 5616 : cluster [DBG] pgmap v4950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:26.343257+0000 mgr.y (mgr.24491) 5616 : cluster [DBG] pgmap v4950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:26.343257+0000 mgr.y (mgr.24491) 5616 : cluster [DBG] pgmap v4950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:27.963273+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:17:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:27.963273+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:17:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:27.963273+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:17:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:28.343589+0000 mgr.y (mgr.24491) 5617 : cluster [DBG] pgmap v4951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:28.343589+0000 mgr.y (mgr.24491) 5617 : cluster [DBG] pgmap v4951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:28.343589+0000 mgr.y (mgr.24491) 5617 : cluster [DBG] pgmap v4951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:17:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:30.344421+0000 mgr.y (mgr.24491) 5618 : cluster [DBG] pgmap v4952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:30.700148+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:17:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:31.398726+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:17:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:30.344421+0000 mgr.y (mgr.24491) 5618 : cluster [DBG] pgmap v4952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:30.700148+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:17:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:31.398726+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:17:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:30.344421+0000 mgr.y (mgr.24491) 5618 : cluster [DBG] pgmap v4952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:30.700148+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:17:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:31.398726+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:17:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:31.677114+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:17:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:31.677996+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:17:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:31.683676+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:17:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:31.677114+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:17:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:31.677996+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:17:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:31.683676+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:17:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:31.677114+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:17:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:31.677996+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:17:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:31.683676+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:17:33.521 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:17:33.798 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:17:33.798 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:17:33.798 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2s ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:17:33.799 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:17:33.799 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:17:33.799 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:17:33.799 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3s ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:17:33.799 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3s ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:17:33.799 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2s ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:17:33.799 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3s ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:17:33.799 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3s ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:17:33.799 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2s ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:17:33.799 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:17:33.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:17:33.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:17:33.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 3s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:17:33.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2s ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:17:33.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:17:33.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:17:33.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:17:33.800 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2s ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:17:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:32.344816+0000 mgr.y (mgr.24491) 5619 : cluster [DBG] pgmap v4953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:33.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:32.344816+0000 mgr.y (mgr.24491) 5619 : cluster [DBG] pgmap v4953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:32.344816+0000 mgr.y (mgr.24491) 5619 : cluster [DBG] pgmap v4953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:34.128 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:17:34.129 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:17:34.130 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:17:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:33.512173+0000 mgr.y (mgr.24491) 5620 : audit [DBG] from='client.30515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:34.130830+0000 mon.c (mon.2) 198 : audit [DBG] from='client.? 172.21.15.177:0/4003322627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:17:34.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:33.512173+0000 mgr.y (mgr.24491) 5620 : audit [DBG] from='client.30515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:34.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:34.130830+0000 mon.c (mon.2) 198 : audit [DBG] from='client.? 172.21.15.177:0/4003322627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:17:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:33.512173+0000 mgr.y (mgr.24491) 5620 : audit [DBG] from='client.30515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:34.130830+0000 mon.c (mon.2) 198 : audit [DBG] from='client.? 172.21.15.177:0/4003322627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:17:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:17:33.792828+0000 mgr.y (mgr.24491) 5621 : audit [DBG] from='client.30521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:34.345288+0000 mgr.y (mgr.24491) 5622 : cluster [DBG] pgmap v4954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:17:33.792828+0000 mgr.y (mgr.24491) 5621 : audit [DBG] from='client.30521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:34.345288+0000 mgr.y (mgr.24491) 5622 : cluster [DBG] pgmap v4954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:17:33.792828+0000 mgr.y (mgr.24491) 5621 : audit [DBG] from='client.30521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:17:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:34.345288+0000 mgr.y (mgr.24491) 5622 : cluster [DBG] pgmap v4954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:37] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:17:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:36.345815+0000 mgr.y (mgr.24491) 5623 : cluster [DBG] pgmap v4955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:36.345815+0000 mgr.y (mgr.24491) 5623 : cluster [DBG] pgmap v4955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:36.345815+0000 mgr.y (mgr.24491) 5623 : cluster [DBG] pgmap v4955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:38.346337+0000 mgr.y (mgr.24491) 5624 : cluster [DBG] pgmap v4956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:38.346337+0000 mgr.y (mgr.24491) 5624 : cluster [DBG] pgmap v4956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:38.346337+0000 mgr.y (mgr.24491) 5624 : cluster [DBG] pgmap v4956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:40.347044+0000 mgr.y (mgr.24491) 5625 : cluster [DBG] pgmap v4957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:40.347044+0000 mgr.y (mgr.24491) 5625 : cluster [DBG] pgmap v4957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:40.347044+0000 mgr.y (mgr.24491) 5625 : cluster [DBG] pgmap v4957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:17:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:42.347479+0000 mgr.y (mgr.24491) 5626 : cluster [DBG] pgmap v4958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:42.347479+0000 mgr.y (mgr.24491) 5626 : cluster [DBG] pgmap v4958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:42.347479+0000 mgr.y (mgr.24491) 5626 : cluster [DBG] pgmap v4958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:44.348172+0000 mgr.y (mgr.24491) 5627 : cluster [DBG] pgmap v4959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:44.348172+0000 mgr.y (mgr.24491) 5627 : cluster [DBG] pgmap v4959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:44.348172+0000 mgr.y (mgr.24491) 5627 : cluster [DBG] pgmap v4959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:47.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:46.348738+0000 mgr.y (mgr.24491) 5628 : cluster [DBG] pgmap v4960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:47.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:46.348738+0000 mgr.y (mgr.24491) 5628 : cluster [DBG] pgmap v4960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:46.348738+0000 mgr.y (mgr.24491) 5628 : cluster [DBG] pgmap v4960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:17:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:48.349246+0000 mgr.y (mgr.24491) 5629 : cluster [DBG] pgmap v4961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:48.349246+0000 mgr.y (mgr.24491) 5629 : cluster [DBG] pgmap v4961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:49.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:48.349246+0000 mgr.y (mgr.24491) 5629 : cluster [DBG] pgmap v4961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:51.412 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:17:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:50.349907+0000 mgr.y (mgr.24491) 5630 : cluster [DBG] pgmap v4962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:50.349907+0000 mgr.y (mgr.24491) 5630 : cluster [DBG] pgmap v4962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:51.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:50.349907+0000 mgr.y (mgr.24491) 5630 : cluster [DBG] pgmap v4962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:52.350431+0000 mgr.y (mgr.24491) 5631 : cluster [DBG] pgmap v4963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:52.350431+0000 mgr.y (mgr.24491) 5631 : cluster [DBG] pgmap v4963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:53.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:52.350431+0000 mgr.y (mgr.24491) 5631 : cluster [DBG] pgmap v4963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:54.351246+0000 mgr.y (mgr.24491) 5632 : cluster [DBG] pgmap v4964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:55.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:54.351246+0000 mgr.y (mgr.24491) 5632 : cluster [DBG] pgmap v4964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:54.351246+0000 mgr.y (mgr.24491) 5632 : cluster [DBG] pgmap v4964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:56.351793+0000 mgr.y (mgr.24491) 5633 : cluster [DBG] pgmap v4965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:56.351793+0000 mgr.y (mgr.24491) 5633 : cluster [DBG] pgmap v4965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:56.351793+0000 mgr.y (mgr.24491) 5633 : cluster [DBG] pgmap v4965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:17:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:17:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:17:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:17:58.352201+0000 mgr.y (mgr.24491) 5634 : cluster [DBG] pgmap v4966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:17:58.352201+0000 mgr.y (mgr.24491) 5634 : cluster [DBG] pgmap v4966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:17:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:17:58.352201+0000 mgr.y (mgr.24491) 5634 : cluster [DBG] pgmap v4966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:01.428 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:18:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:00.352840+0000 mgr.y (mgr.24491) 5635 : cluster [DBG] pgmap v4967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:01.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:00.352840+0000 mgr.y (mgr.24491) 5635 : cluster [DBG] pgmap v4967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:00.352840+0000 mgr.y (mgr.24491) 5635 : cluster [DBG] pgmap v4967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:02.353345+0000 mgr.y (mgr.24491) 5636 : cluster [DBG] pgmap v4968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:03.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:02.353345+0000 mgr.y (mgr.24491) 5636 : cluster [DBG] pgmap v4968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:02.353345+0000 mgr.y (mgr.24491) 5636 : cluster [DBG] pgmap v4968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:04.441 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:18:04.716 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:18:04.716 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 34s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:18:04.716 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 33s ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:18:04.716 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 34s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:18:04.716 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 33s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:18:04.716 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 33s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:18:04.716 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 34s ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:18:04.716 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 34s ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:18:04.716 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 33s ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:18:04.717 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 34s ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:18:04.717 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 34s ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:18:04.717 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 33s ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:18:04.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 34s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:18:04.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 34s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:18:04.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 34s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:18:04.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 34s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:18:04.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 33s ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:18:04.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 33s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:18:04.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 33s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:18:04.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 33s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:18:04.718 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 33s ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:18:05.049 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:18:05.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:18:05.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:18:05.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:18:05.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:18:05.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:18:05.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:18:05.049 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:18:05.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:18:05.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:18:05.050 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:18:05.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:18:05.050 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:18:05.050 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:18:05.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:18:05.050 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:18:05.050 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:18:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:04.353928+0000 mgr.y (mgr.24491) 5637 : cluster [DBG] pgmap v4969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:18:04.430184+0000 mgr.y (mgr.24491) 5638 : audit [DBG] from='client.20631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:18:05.051122+0000 mon.a (mon.0) 1696 : audit [DBG] from='client.? 172.21.15.177:0/979329978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:18:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:04.353928+0000 mgr.y (mgr.24491) 5637 : cluster [DBG] pgmap v4969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:18:04.430184+0000 mgr.y (mgr.24491) 5638 : audit [DBG] from='client.20631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:18:05.051122+0000 mon.a (mon.0) 1696 : audit [DBG] from='client.? 172.21.15.177:0/979329978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:18:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:04.353928+0000 mgr.y (mgr.24491) 5637 : cluster [DBG] pgmap v4969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:18:04.430184+0000 mgr.y (mgr.24491) 5638 : audit [DBG] from='client.20631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:18:05.051122+0000 mon.a (mon.0) 1696 : audit [DBG] from='client.? 172.21.15.177:0/979329978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:18:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:18:04.710286+0000 mgr.y (mgr.24491) 5639 : audit [DBG] from='client.20637 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:18:04.710286+0000 mgr.y (mgr.24491) 5639 : audit [DBG] from='client.20637 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:18:04.710286+0000 mgr.y (mgr.24491) 5639 : audit [DBG] from='client.20637 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:06.354505+0000 mgr.y (mgr.24491) 5640 : cluster [DBG] pgmap v4970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:07.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:06.354505+0000 mgr.y (mgr.24491) 5640 : cluster [DBG] pgmap v4970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:06.354505+0000 mgr.y (mgr.24491) 5640 : cluster [DBG] pgmap v4970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:18:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:08.354969+0000 mgr.y (mgr.24491) 5641 : cluster [DBG] pgmap v4971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:08.354969+0000 mgr.y (mgr.24491) 5641 : cluster [DBG] pgmap v4971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:08.354969+0000 mgr.y (mgr.24491) 5641 : cluster [DBG] pgmap v4971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:11.454 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:18:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:10.355646+0000 mgr.y (mgr.24491) 5642 : cluster [DBG] pgmap v4972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:10.355646+0000 mgr.y (mgr.24491) 5642 : cluster [DBG] pgmap v4972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:10.355646+0000 mgr.y (mgr.24491) 5642 : cluster [DBG] pgmap v4972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:12.356108+0000 mgr.y (mgr.24491) 5643 : cluster [DBG] pgmap v4973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:12.356108+0000 mgr.y (mgr.24491) 5643 : cluster [DBG] pgmap v4973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:12.356108+0000 mgr.y (mgr.24491) 5643 : cluster [DBG] pgmap v4973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:14.356691+0000 mgr.y (mgr.24491) 5644 : cluster [DBG] pgmap v4974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:14.356691+0000 mgr.y (mgr.24491) 5644 : cluster [DBG] pgmap v4974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:14.356691+0000 mgr.y (mgr.24491) 5644 : cluster [DBG] pgmap v4974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:16.357089+0000 mgr.y (mgr.24491) 5645 : cluster [DBG] pgmap v4975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:16.357089+0000 mgr.y (mgr.24491) 5645 : cluster [DBG] pgmap v4975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:16.357089+0000 mgr.y (mgr.24491) 5645 : cluster [DBG] pgmap v4975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:18:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:18.357520+0000 mgr.y (mgr.24491) 5646 : cluster [DBG] pgmap v4976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:18.357520+0000 mgr.y (mgr.24491) 5646 : cluster [DBG] pgmap v4976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:18.357520+0000 mgr.y (mgr.24491) 5646 : cluster [DBG] pgmap v4976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:21.471 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:18:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:20.358238+0000 mgr.y (mgr.24491) 5647 : cluster [DBG] pgmap v4977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:20.358238+0000 mgr.y (mgr.24491) 5647 : cluster [DBG] pgmap v4977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:20.358238+0000 mgr.y (mgr.24491) 5647 : cluster [DBG] pgmap v4977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:22.358725+0000 mgr.y (mgr.24491) 5648 : cluster [DBG] pgmap v4978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:22.358725+0000 mgr.y (mgr.24491) 5648 : cluster [DBG] pgmap v4978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:22.358725+0000 mgr.y (mgr.24491) 5648 : cluster [DBG] pgmap v4978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:24.359358+0000 mgr.y (mgr.24491) 5649 : cluster [DBG] pgmap v4979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:24.359358+0000 mgr.y (mgr.24491) 5649 : cluster [DBG] pgmap v4979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:24.359358+0000 mgr.y (mgr.24491) 5649 : cluster [DBG] pgmap v4979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:26.359756+0000 mgr.y (mgr.24491) 5650 : cluster [DBG] pgmap v4980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:27.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:26.359756+0000 mgr.y (mgr.24491) 5650 : cluster [DBG] pgmap v4980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:18:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:26.359756+0000 mgr.y (mgr.24491) 5650 : cluster [DBG] pgmap v4980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:28.360316+0000 mgr.y (mgr.24491) 5651 : cluster [DBG] pgmap v4981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:28.360316+0000 mgr.y (mgr.24491) 5651 : cluster [DBG] pgmap v4981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:28.360316+0000 mgr.y (mgr.24491) 5651 : cluster [DBG] pgmap v4981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:31.487 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:18:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:30.361045+0000 mgr.y (mgr.24491) 5652 : cluster [DBG] pgmap v4982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:30.361045+0000 mgr.y (mgr.24491) 5652 : cluster [DBG] pgmap v4982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:30.361045+0000 mgr.y (mgr.24491) 5652 : cluster [DBG] pgmap v4982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:18:31.688936+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:18:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:18:31.981301+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:18:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:18:31.981978+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:18:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:18:31.986680+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:18:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:18:31.688936+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:18:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:18:31.981301+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:18:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:18:31.981978+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:18:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:18:31.986680+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:18:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:18:31.688936+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:18:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:18:31.981301+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:18:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:18:31.981978+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:18:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:18:31.986680+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:18:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:32.361484+0000 mgr.y (mgr.24491) 5653 : cluster [DBG] pgmap v4983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:32.361484+0000 mgr.y (mgr.24491) 5653 : cluster [DBG] pgmap v4983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:32.361484+0000 mgr.y (mgr.24491) 5653 : cluster [DBG] pgmap v4983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:35.364 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 64s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 64s ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 64s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 64s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 64s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 64s ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 64s ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 64s ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 64s ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 64s ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 64s ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 64s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:18:35.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 64s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:18:35.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 64s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:18:35.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 64s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:18:35.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 64s ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:18:35.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 64s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:18:35.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 64s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:18:35.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 64s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:18:35.642 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 64s ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:18:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:34.362243+0000 mgr.y (mgr.24491) 5654 : cluster [DBG] pgmap v4984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:34.362243+0000 mgr.y (mgr.24491) 5654 : cluster [DBG] pgmap v4984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:35.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:34.362243+0000 mgr.y (mgr.24491) 5654 : cluster [DBG] pgmap v4984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:35.977 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:18:35.977 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:18:35.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:18:35.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:18:35.977 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:18:35.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:18:35.978 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:18:35.978 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:18:35.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:18:35.978 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:18:35.978 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:18:35.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:18:35.978 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:18:35.978 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:18:35.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:18:35.978 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:18:35.978 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:18:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:18:35.354295+0000 mgr.y (mgr.24491) 5655 : audit [DBG] from='client.30551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:18:35.979784+0000 mon.a (mon.0) 1701 : audit [DBG] from='client.? 172.21.15.177:0/2159400988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:18:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:18:35.354295+0000 mgr.y (mgr.24491) 5655 : audit [DBG] from='client.30551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:18:35.979784+0000 mon.a (mon.0) 1701 : audit [DBG] from='client.? 172.21.15.177:0/2159400988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:18:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:18:35.354295+0000 mgr.y (mgr.24491) 5655 : audit [DBG] from='client.30551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:18:35.979784+0000 mon.a (mon.0) 1701 : audit [DBG] from='client.? 172.21.15.177:0/2159400988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:18:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:18:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:18:35.635585+0000 mgr.y (mgr.24491) 5656 : audit [DBG] from='client.30557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:36.362692+0000 mgr.y (mgr.24491) 5657 : cluster [DBG] pgmap v4985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:18:35.635585+0000 mgr.y (mgr.24491) 5656 : audit [DBG] from='client.30557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:36.362692+0000 mgr.y (mgr.24491) 5657 : cluster [DBG] pgmap v4985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:18:35.635585+0000 mgr.y (mgr.24491) 5656 : audit [DBG] from='client.30557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:18:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:36.362692+0000 mgr.y (mgr.24491) 5657 : cluster [DBG] pgmap v4985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:38.363086+0000 mgr.y (mgr.24491) 5658 : cluster [DBG] pgmap v4986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:38.363086+0000 mgr.y (mgr.24491) 5658 : cluster [DBG] pgmap v4986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:38.363086+0000 mgr.y (mgr.24491) 5658 : cluster [DBG] pgmap v4986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:18:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:40.363767+0000 mgr.y (mgr.24491) 5659 : cluster [DBG] pgmap v4987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:40.363767+0000 mgr.y (mgr.24491) 5659 : cluster [DBG] pgmap v4987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:40.363767+0000 mgr.y (mgr.24491) 5659 : cluster [DBG] pgmap v4987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:42.364151+0000 mgr.y (mgr.24491) 5660 : cluster [DBG] pgmap v4988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:42.364151+0000 mgr.y (mgr.24491) 5660 : cluster [DBG] pgmap v4988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:42.364151+0000 mgr.y (mgr.24491) 5660 : cluster [DBG] pgmap v4988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:44.364906+0000 mgr.y (mgr.24491) 5661 : cluster [DBG] pgmap v4989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:44.364906+0000 mgr.y (mgr.24491) 5661 : cluster [DBG] pgmap v4989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:44.364906+0000 mgr.y (mgr.24491) 5661 : cluster [DBG] pgmap v4989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:47.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:18:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:46.365352+0000 mgr.y (mgr.24491) 5662 : cluster [DBG] pgmap v4990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:46.365352+0000 mgr.y (mgr.24491) 5662 : cluster [DBG] pgmap v4990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:46.365352+0000 mgr.y (mgr.24491) 5662 : cluster [DBG] pgmap v4990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:48.365712+0000 mgr.y (mgr.24491) 5663 : cluster [DBG] pgmap v4991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:48.365712+0000 mgr.y (mgr.24491) 5663 : cluster [DBG] pgmap v4991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:48.365712+0000 mgr.y (mgr.24491) 5663 : cluster [DBG] pgmap v4991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:18:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:50.366468+0000 mgr.y (mgr.24491) 5664 : cluster [DBG] pgmap v4992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:50.366468+0000 mgr.y (mgr.24491) 5664 : cluster [DBG] pgmap v4992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:50.366468+0000 mgr.y (mgr.24491) 5664 : cluster [DBG] pgmap v4992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:52.366854+0000 mgr.y (mgr.24491) 5665 : cluster [DBG] pgmap v4993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:52.366854+0000 mgr.y (mgr.24491) 5665 : cluster [DBG] pgmap v4993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:52.366854+0000 mgr.y (mgr.24491) 5665 : cluster [DBG] pgmap v4993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:54.367458+0000 mgr.y (mgr.24491) 5666 : cluster [DBG] pgmap v4994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:54.367458+0000 mgr.y (mgr.24491) 5666 : cluster [DBG] pgmap v4994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:54.367458+0000 mgr.y (mgr.24491) 5666 : cluster [DBG] pgmap v4994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:18:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:18:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:56.367995+0000 mgr.y (mgr.24491) 5667 : cluster [DBG] pgmap v4995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:56.367995+0000 mgr.y (mgr.24491) 5667 : cluster [DBG] pgmap v4995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:56.367995+0000 mgr.y (mgr.24491) 5667 : cluster [DBG] pgmap v4995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:18:58.368448+0000 mgr.y (mgr.24491) 5668 : cluster [DBG] pgmap v4996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:18:58.368448+0000 mgr.y (mgr.24491) 5668 : cluster [DBG] pgmap v4996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:18:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:18:58.368448+0000 mgr.y (mgr.24491) 5668 : cluster [DBG] pgmap v4996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:19:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:00.369153+0000 mgr.y (mgr.24491) 5669 : cluster [DBG] pgmap v4997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:00.369153+0000 mgr.y (mgr.24491) 5669 : cluster [DBG] pgmap v4997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:00.369153+0000 mgr.y (mgr.24491) 5669 : cluster [DBG] pgmap v4997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:02.369551+0000 mgr.y (mgr.24491) 5670 : cluster [DBG] pgmap v4998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:02.369551+0000 mgr.y (mgr.24491) 5670 : cluster [DBG] pgmap v4998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:02.369551+0000 mgr.y (mgr.24491) 5670 : cluster [DBG] pgmap v4998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:04.370178+0000 mgr.y (mgr.24491) 5671 : cluster [DBG] pgmap v4999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:04.370178+0000 mgr.y (mgr.24491) 5671 : cluster [DBG] pgmap v4999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:04.370178+0000 mgr.y (mgr.24491) 5671 : cluster [DBG] pgmap v4999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:06.287 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:19:06.563 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:19:06.563 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 95s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:19:06.563 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 95s ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:19:06.563 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 95s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:19:06.563 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 95s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:19:06.563 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 95s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:19:06.563 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 95s ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:19:06.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 95s ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:19:06.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 95s ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:19:06.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 95s ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:19:06.563 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 95s ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:19:06.564 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 95s ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:19:06.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 95s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:19:06.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 95s ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:19:06.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 95s ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:19:06.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 95s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:19:06.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 95s ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:19:06.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 95s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:19:06.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 95s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:19:06.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 95s ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:19:06.564 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 95s ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:19:06.899 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:19:06.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:19:06.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:19:06.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:19:06.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:19:06.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:19:06.900 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:19:06.900 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:19:06.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:19:06.900 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:19:06.900 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:19:06.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:19:06.900 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:19:06.900 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:19:06.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:19:06.900 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:19:06.900 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:19:07.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:19:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:19:06.277850+0000 mgr.y (mgr.24491) 5672 : audit [DBG] from='client.20667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:06.370498+0000 mgr.y (mgr.24491) 5673 : cluster [DBG] pgmap v5000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:19:06.557675+0000 mgr.y (mgr.24491) 5674 : audit [DBG] from='client.20673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:19:06.901475+0000 mon.a (mon.0) 1702 : audit [DBG] from='client.? 172.21.15.177:0/2179604724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:19:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:19:06.277850+0000 mgr.y (mgr.24491) 5672 : audit [DBG] from='client.20667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:06.370498+0000 mgr.y (mgr.24491) 5673 : cluster [DBG] pgmap v5000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:19:06.557675+0000 mgr.y (mgr.24491) 5674 : audit [DBG] from='client.20673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:19:06.901475+0000 mon.a (mon.0) 1702 : audit [DBG] from='client.? 172.21.15.177:0/2179604724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:19:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:19:06.277850+0000 mgr.y (mgr.24491) 5672 : audit [DBG] from='client.20667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:06.370498+0000 mgr.y (mgr.24491) 5673 : cluster [DBG] pgmap v5000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:19:06.557675+0000 mgr.y (mgr.24491) 5674 : audit [DBG] from='client.20673 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:19:06.901475+0000 mon.a (mon.0) 1702 : audit [DBG] from='client.? 172.21.15.177:0/2179604724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:19:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:08.371009+0000 mgr.y (mgr.24491) 5675 : cluster [DBG] pgmap v5001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:08.371009+0000 mgr.y (mgr.24491) 5675 : cluster [DBG] pgmap v5001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:08.371009+0000 mgr.y (mgr.24491) 5675 : cluster [DBG] pgmap v5001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:19:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:10.371865+0000 mgr.y (mgr.24491) 5676 : cluster [DBG] pgmap v5002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:10.371865+0000 mgr.y (mgr.24491) 5676 : cluster [DBG] pgmap v5002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:10.371865+0000 mgr.y (mgr.24491) 5676 : cluster [DBG] pgmap v5002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:13.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:12.372260+0000 mgr.y (mgr.24491) 5677 : cluster [DBG] pgmap v5003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:12.372260+0000 mgr.y (mgr.24491) 5677 : cluster [DBG] pgmap v5003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:12.372260+0000 mgr.y (mgr.24491) 5677 : cluster [DBG] pgmap v5003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:15.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:14.373037+0000 mgr.y (mgr.24491) 5678 : cluster [DBG] pgmap v5004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:14.373037+0000 mgr.y (mgr.24491) 5678 : cluster [DBG] pgmap v5004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:14.373037+0000 mgr.y (mgr.24491) 5678 : cluster [DBG] pgmap v5004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:17.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:19:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:16.373372+0000 mgr.y (mgr.24491) 5679 : cluster [DBG] pgmap v5005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:16.373372+0000 mgr.y (mgr.24491) 5679 : cluster [DBG] pgmap v5005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:16.373372+0000 mgr.y (mgr.24491) 5679 : cluster [DBG] pgmap v5005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:18.373782+0000 mgr.y (mgr.24491) 5680 : cluster [DBG] pgmap v5006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:18.373782+0000 mgr.y (mgr.24491) 5680 : cluster [DBG] pgmap v5006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:18.373782+0000 mgr.y (mgr.24491) 5680 : cluster [DBG] pgmap v5006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:19:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:20.374491+0000 mgr.y (mgr.24491) 5681 : cluster [DBG] pgmap v5007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:20.374491+0000 mgr.y (mgr.24491) 5681 : cluster [DBG] pgmap v5007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:20.374491+0000 mgr.y (mgr.24491) 5681 : cluster [DBG] pgmap v5007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:22.374860+0000 mgr.y (mgr.24491) 5682 : cluster [DBG] pgmap v5008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:22.374860+0000 mgr.y (mgr.24491) 5682 : cluster [DBG] pgmap v5008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:22.374860+0000 mgr.y (mgr.24491) 5682 : cluster [DBG] pgmap v5008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:24.375588+0000 mgr.y (mgr.24491) 5683 : cluster [DBG] pgmap v5009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:24.375588+0000 mgr.y (mgr.24491) 5683 : cluster [DBG] pgmap v5009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:24.375588+0000 mgr.y (mgr.24491) 5683 : cluster [DBG] pgmap v5009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:27.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:26.376149+0000 mgr.y (mgr.24491) 5684 : cluster [DBG] pgmap v5010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:19:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:26.376149+0000 mgr.y (mgr.24491) 5684 : cluster [DBG] pgmap v5010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:26.376149+0000 mgr.y (mgr.24491) 5684 : cluster [DBG] pgmap v5010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:28.376566+0000 mgr.y (mgr.24491) 5685 : cluster [DBG] pgmap v5011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:28.376566+0000 mgr.y (mgr.24491) 5685 : cluster [DBG] pgmap v5011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:28.376566+0000 mgr.y (mgr.24491) 5685 : cluster [DBG] pgmap v5011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:19:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:30.377487+0000 mgr.y (mgr.24491) 5686 : cluster [DBG] pgmap v5012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:30.377487+0000 mgr.y (mgr.24491) 5686 : cluster [DBG] pgmap v5012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:30.377487+0000 mgr.y (mgr.24491) 5686 : cluster [DBG] pgmap v5012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:19:31.990990+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:19:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:19:32.282946+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:19:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:19:32.283553+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:19:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:19:32.288593+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:19:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:19:31.990990+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:19:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:19:32.282946+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:19:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:19:32.283553+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:19:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:19:32.288593+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:19:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:19:31.990990+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:19:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:19:32.282946+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:19:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:19:32.283553+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:19:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:19:32.288593+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:19:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:32.377882+0000 mgr.y (mgr.24491) 5687 : cluster [DBG] pgmap v5013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:32.377882+0000 mgr.y (mgr.24491) 5687 : cluster [DBG] pgmap v5013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:32.377882+0000 mgr.y (mgr.24491) 5687 : cluster [DBG] pgmap v5013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:34.378597+0000 mgr.y (mgr.24491) 5688 : cluster [DBG] pgmap v5014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:34.378597+0000 mgr.y (mgr.24491) 5688 : cluster [DBG] pgmap v5014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:34.378597+0000 mgr.y (mgr.24491) 5688 : cluster [DBG] pgmap v5014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:37.209 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:19:37.486 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:19:37.486 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:19:37.486 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:19:37.486 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:19:37.486 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:19:37.486 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:19:37.486 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:19:37.486 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:19:37.486 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 2m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 2m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 2m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 2m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:19:37.487 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:19:37.822 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:19:37.822 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:19:37.822 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:19:37.822 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:19:37.822 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:19:37.822 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:19:37.822 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:19:37.822 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:19:37.822 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:19:37.822 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:19:37.823 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:19:37.823 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:19:37.823 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:19:37.823 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:19:37.823 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:19:37.823 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:19:37.823 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:19:37.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:19:37.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:36.379192+0000 mgr.y (mgr.24491) 5689 : cluster [DBG] pgmap v5015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:36.379192+0000 mgr.y (mgr.24491) 5689 : cluster [DBG] pgmap v5015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:36.379192+0000 mgr.y (mgr.24491) 5689 : cluster [DBG] pgmap v5015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:19:37.200014+0000 mgr.y (mgr.24491) 5690 : audit [DBG] from='client.20685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:19:37.480598+0000 mgr.y (mgr.24491) 5691 : audit [DBG] from='client.30593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:19:37.823931+0000 mon.c (mon.2) 199 : audit [DBG] from='client.? 172.21.15.177:0/3914588102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:19:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:19:37.200014+0000 mgr.y (mgr.24491) 5690 : audit [DBG] from='client.20685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:19:37.480598+0000 mgr.y (mgr.24491) 5691 : audit [DBG] from='client.30593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:19:37.823931+0000 mon.c (mon.2) 199 : audit [DBG] from='client.? 172.21.15.177:0/3914588102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:19:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:19:37.200014+0000 mgr.y (mgr.24491) 5690 : audit [DBG] from='client.20685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:19:37.480598+0000 mgr.y (mgr.24491) 5691 : audit [DBG] from='client.30593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:19:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:19:37.823931+0000 mon.c (mon.2) 199 : audit [DBG] from='client.? 172.21.15.177:0/3914588102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:19:39.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:38.379635+0000 mgr.y (mgr.24491) 5692 : cluster [DBG] pgmap v5016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:38.379635+0000 mgr.y (mgr.24491) 5692 : cluster [DBG] pgmap v5016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:38.379635+0000 mgr.y (mgr.24491) 5692 : cluster [DBG] pgmap v5016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:19:41.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:40.380447+0000 mgr.y (mgr.24491) 5693 : cluster [DBG] pgmap v5017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:40.380447+0000 mgr.y (mgr.24491) 5693 : cluster [DBG] pgmap v5017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:40.380447+0000 mgr.y (mgr.24491) 5693 : cluster [DBG] pgmap v5017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:42.380917+0000 mgr.y (mgr.24491) 5694 : cluster [DBG] pgmap v5018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:42.380917+0000 mgr.y (mgr.24491) 5694 : cluster [DBG] pgmap v5018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:42.380917+0000 mgr.y (mgr.24491) 5694 : cluster [DBG] pgmap v5018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:44.381673+0000 mgr.y (mgr.24491) 5695 : cluster [DBG] pgmap v5019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:44.381673+0000 mgr.y (mgr.24491) 5695 : cluster [DBG] pgmap v5019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:45.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:44.381673+0000 mgr.y (mgr.24491) 5695 : cluster [DBG] pgmap v5019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:47.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:46.382207+0000 mgr.y (mgr.24491) 5696 : cluster [DBG] pgmap v5020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:47.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:46.382207+0000 mgr.y (mgr.24491) 5696 : cluster [DBG] pgmap v5020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:46.382207+0000 mgr.y (mgr.24491) 5696 : cluster [DBG] pgmap v5020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:19:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:48.382603+0000 mgr.y (mgr.24491) 5697 : cluster [DBG] pgmap v5021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:48.382603+0000 mgr.y (mgr.24491) 5697 : cluster [DBG] pgmap v5021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:48.382603+0000 mgr.y (mgr.24491) 5697 : cluster [DBG] pgmap v5021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:51.443 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:19:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:50.383261+0000 mgr.y (mgr.24491) 5698 : cluster [DBG] pgmap v5022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:50.383261+0000 mgr.y (mgr.24491) 5698 : cluster [DBG] pgmap v5022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:51.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:50.383261+0000 mgr.y (mgr.24491) 5698 : cluster [DBG] pgmap v5022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:52.383660+0000 mgr.y (mgr.24491) 5699 : cluster [DBG] pgmap v5023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:52.383660+0000 mgr.y (mgr.24491) 5699 : cluster [DBG] pgmap v5023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:53.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:52.383660+0000 mgr.y (mgr.24491) 5699 : cluster [DBG] pgmap v5023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:54.384538+0000 mgr.y (mgr.24491) 5700 : cluster [DBG] pgmap v5024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:55.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:54.384538+0000 mgr.y (mgr.24491) 5700 : cluster [DBG] pgmap v5024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:54.384538+0000 mgr.y (mgr.24491) 5700 : cluster [DBG] pgmap v5024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:57.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:56.385122+0000 mgr.y (mgr.24491) 5701 : cluster [DBG] pgmap v5025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:57.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:56.385122+0000 mgr.y (mgr.24491) 5701 : cluster [DBG] pgmap v5025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:56.385122+0000 mgr.y (mgr.24491) 5701 : cluster [DBG] pgmap v5025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:19:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:19:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:19:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:19:58.385546+0000 mgr.y (mgr.24491) 5702 : cluster [DBG] pgmap v5026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:19:58.385546+0000 mgr.y (mgr.24491) 5702 : cluster [DBG] pgmap v5026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:19:59.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:19:58.385546+0000 mgr.y (mgr.24491) 5702 : cluster [DBG] pgmap v5026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T06:19:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:20:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:00.000155+0000 mon.a (mon.0) 1707 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:20:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:00.000155+0000 mon.a (mon.0) 1707 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:20:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:00.000155+0000 mon.a (mon.0) 1707 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:20:01.462 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:20:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:00.386488+0000 mgr.y (mgr.24491) 5703 : cluster [DBG] pgmap v5027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:00.386488+0000 mgr.y (mgr.24491) 5703 : cluster [DBG] pgmap v5027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:00.386488+0000 mgr.y (mgr.24491) 5703 : cluster [DBG] pgmap v5027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:02.387040+0000 mgr.y (mgr.24491) 5704 : cluster [DBG] pgmap v5028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:03.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:02.387040+0000 mgr.y (mgr.24491) 5704 : cluster [DBG] pgmap v5028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:02.387040+0000 mgr.y (mgr.24491) 5704 : cluster [DBG] pgmap v5028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:04.387740+0000 mgr.y (mgr.24491) 5705 : cluster [DBG] pgmap v5029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:04.387740+0000 mgr.y (mgr.24491) 5705 : cluster [DBG] pgmap v5029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:05.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:04.387740+0000 mgr.y (mgr.24491) 5705 : cluster [DBG] pgmap v5029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:06.388182+0000 mgr.y (mgr.24491) 5706 : cluster [DBG] pgmap v5030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:07.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:06.388182+0000 mgr.y (mgr.24491) 5706 : cluster [DBG] pgmap v5030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:06.388182+0000 mgr.y (mgr.24491) 5706 : cluster [DBG] pgmap v5030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:08.132 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:20:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:20:08.406 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:20:08.406 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:20:08.406 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:20:08.406 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:20:08.406 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:20:08.406 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 2m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:20:08.406 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 2m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:20:08.406 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 2m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:20:08.406 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 2m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 2m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 2m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 2m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 2m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 2m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:20:08.407 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:20:08.740 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:20:08.740 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:20:08.740 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:20:08.740 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:20:08.740 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:20:08.740 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:20:08.740 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:20:08.740 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:20:08.740 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:20:08.741 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:20:08.741 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:20:08.741 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:20:08.741 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:20:08.741 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:20:08.741 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:20:08.741 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:20:08.741 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:20:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:20:08.122179+0000 mgr.y (mgr.24491) 5707 : audit [DBG] from='client.30605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:08.388533+0000 mgr.y (mgr.24491) 5708 : cluster [DBG] pgmap v5031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:20:08.400153+0000 mgr.y (mgr.24491) 5709 : audit [DBG] from='client.20709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:20:08.742069+0000 mon.a (mon.0) 1708 : audit [DBG] from='client.? 172.21.15.177:0/1512882170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:20:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:20:08.122179+0000 mgr.y (mgr.24491) 5707 : audit [DBG] from='client.30605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:08.388533+0000 mgr.y (mgr.24491) 5708 : cluster [DBG] pgmap v5031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:20:08.400153+0000 mgr.y (mgr.24491) 5709 : audit [DBG] from='client.20709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:20:08.742069+0000 mon.a (mon.0) 1708 : audit [DBG] from='client.? 172.21.15.177:0/1512882170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:20:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:20:08.122179+0000 mgr.y (mgr.24491) 5707 : audit [DBG] from='client.30605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:08.388533+0000 mgr.y (mgr.24491) 5708 : cluster [DBG] pgmap v5031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:20:08.400153+0000 mgr.y (mgr.24491) 5709 : audit [DBG] from='client.20709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:20:08.742069+0000 mon.a (mon.0) 1708 : audit [DBG] from='client.? 172.21.15.177:0/1512882170' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:20:11.480 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:20:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:10.389154+0000 mgr.y (mgr.24491) 5710 : cluster [DBG] pgmap v5032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:10.389154+0000 mgr.y (mgr.24491) 5710 : cluster [DBG] pgmap v5032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:10.389154+0000 mgr.y (mgr.24491) 5710 : cluster [DBG] pgmap v5032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:12.389687+0000 mgr.y (mgr.24491) 5711 : cluster [DBG] pgmap v5033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:12.389687+0000 mgr.y (mgr.24491) 5711 : cluster [DBG] pgmap v5033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:13.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:12.389687+0000 mgr.y (mgr.24491) 5711 : cluster [DBG] pgmap v5033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:14.390443+0000 mgr.y (mgr.24491) 5712 : cluster [DBG] pgmap v5034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:14.390443+0000 mgr.y (mgr.24491) 5712 : cluster [DBG] pgmap v5034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:15.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:14.390443+0000 mgr.y (mgr.24491) 5712 : cluster [DBG] pgmap v5034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:16.390808+0000 mgr.y (mgr.24491) 5713 : cluster [DBG] pgmap v5035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:17.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:20:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:16.390808+0000 mgr.y (mgr.24491) 5713 : cluster [DBG] pgmap v5035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:16.390808+0000 mgr.y (mgr.24491) 5713 : cluster [DBG] pgmap v5035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:18.391275+0000 mgr.y (mgr.24491) 5714 : cluster [DBG] pgmap v5036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:18.391275+0000 mgr.y (mgr.24491) 5714 : cluster [DBG] pgmap v5036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:18.391275+0000 mgr.y (mgr.24491) 5714 : cluster [DBG] pgmap v5036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:21.495 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:20:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:20.391929+0000 mgr.y (mgr.24491) 5715 : cluster [DBG] pgmap v5037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:20.391929+0000 mgr.y (mgr.24491) 5715 : cluster [DBG] pgmap v5037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:20.391929+0000 mgr.y (mgr.24491) 5715 : cluster [DBG] pgmap v5037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:22.392311+0000 mgr.y (mgr.24491) 5716 : cluster [DBG] pgmap v5038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:22.392311+0000 mgr.y (mgr.24491) 5716 : cluster [DBG] pgmap v5038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:22.392311+0000 mgr.y (mgr.24491) 5716 : cluster [DBG] pgmap v5038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:24.393035+0000 mgr.y (mgr.24491) 5717 : cluster [DBG] pgmap v5039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:24.393035+0000 mgr.y (mgr.24491) 5717 : cluster [DBG] pgmap v5039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:24.393035+0000 mgr.y (mgr.24491) 5717 : cluster [DBG] pgmap v5039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:20:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:26.393605+0000 mgr.y (mgr.24491) 5718 : cluster [DBG] pgmap v5040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:26.393605+0000 mgr.y (mgr.24491) 5718 : cluster [DBG] pgmap v5040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:26.393605+0000 mgr.y (mgr.24491) 5718 : cluster [DBG] pgmap v5040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:28.394019+0000 mgr.y (mgr.24491) 5719 : cluster [DBG] pgmap v5041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:28.394019+0000 mgr.y (mgr.24491) 5719 : cluster [DBG] pgmap v5041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:28.394019+0000 mgr.y (mgr.24491) 5719 : cluster [DBG] pgmap v5041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:20:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:30.394721+0000 mgr.y (mgr.24491) 5720 : cluster [DBG] pgmap v5042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:30.394721+0000 mgr.y (mgr.24491) 5720 : cluster [DBG] pgmap v5042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:30.394721+0000 mgr.y (mgr.24491) 5720 : cluster [DBG] pgmap v5042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:20:32.292776+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:20:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:20:32.292776+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:20:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:20:32.292776+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:20:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:32.395101+0000 mgr.y (mgr.24491) 5721 : cluster [DBG] pgmap v5043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:20:32.543509+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:20:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:20:32.816419+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:20:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:20:32.817021+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:20:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:20:32.821189+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:20:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:32.395101+0000 mgr.y (mgr.24491) 5721 : cluster [DBG] pgmap v5043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:20:32.543509+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:20:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:20:32.816419+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:20:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:20:32.817021+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:20:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:20:32.821189+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:20:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:32.395101+0000 mgr.y (mgr.24491) 5721 : cluster [DBG] pgmap v5043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:20:32.543509+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:20:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:20:32.816419+0000 mon.a (mon.0) 1711 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:20:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:20:32.817021+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:20:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:20:32.821189+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:20:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:34.395635+0000 mgr.y (mgr.24491) 5722 : cluster [DBG] pgmap v5044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:34.395635+0000 mgr.y (mgr.24491) 5722 : cluster [DBG] pgmap v5044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:34.395635+0000 mgr.y (mgr.24491) 5722 : cluster [DBG] pgmap v5044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:20:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:36.396201+0000 mgr.y (mgr.24491) 5723 : cluster [DBG] pgmap v5045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:36.396201+0000 mgr.y (mgr.24491) 5723 : cluster [DBG] pgmap v5045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:36.396201+0000 mgr.y (mgr.24491) 5723 : cluster [DBG] pgmap v5045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:39.051 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:20:39.325 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:20:39.326 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:20:39.326 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 3m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:20:39.326 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:20:39.326 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 3m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:20:39.326 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 3m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:20:39.326 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:20:39.326 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:20:39.327 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 3m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:20:39.327 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:20:39.327 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:20:39.327 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 3m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:20:39.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:20:39.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:20:39.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:20:39.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 3m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:20:39.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 3m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:20:39.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 3m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:20:39.328 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 3m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:20:39.328 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 3m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:20:39.328 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 3m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:20:39.658 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:20:39.658 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:20:39.658 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:20:39.658 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:20:39.658 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:20:39.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:20:39.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:20:39.659 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:20:39.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:20:39.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:20:39.659 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:20:39.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:20:39.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:20:39.659 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:20:39.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:20:39.659 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:20:39.660 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:20:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:38.396638+0000 mgr.y (mgr.24491) 5724 : cluster [DBG] pgmap v5046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:38.396638+0000 mgr.y (mgr.24491) 5724 : cluster [DBG] pgmap v5046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:38.396638+0000 mgr.y (mgr.24491) 5724 : cluster [DBG] pgmap v5046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:20:39.041139+0000 mgr.y (mgr.24491) 5725 : audit [DBG] from='client.20721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:20:39.319577+0000 mgr.y (mgr.24491) 5726 : audit [DBG] from='client.30629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:20:39.660229+0000 mon.c (mon.2) 200 : audit [DBG] from='client.? 172.21.15.177:0/461886957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:20:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:20:39.041139+0000 mgr.y (mgr.24491) 5725 : audit [DBG] from='client.20721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:20:39.319577+0000 mgr.y (mgr.24491) 5726 : audit [DBG] from='client.30629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:20:39.660229+0000 mon.c (mon.2) 200 : audit [DBG] from='client.? 172.21.15.177:0/461886957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:20:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:20:39.041139+0000 mgr.y (mgr.24491) 5725 : audit [DBG] from='client.20721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:20:39.319577+0000 mgr.y (mgr.24491) 5726 : audit [DBG] from='client.30629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:20:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:20:39.660229+0000 mon.c (mon.2) 200 : audit [DBG] from='client.? 172.21.15.177:0/461886957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:20:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:20:41.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:40.397409+0000 mgr.y (mgr.24491) 5727 : cluster [DBG] pgmap v5047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:40.397409+0000 mgr.y (mgr.24491) 5727 : cluster [DBG] pgmap v5047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:40.397409+0000 mgr.y (mgr.24491) 5727 : cluster [DBG] pgmap v5047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:42.398007+0000 mgr.y (mgr.24491) 5728 : cluster [DBG] pgmap v5048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:42.398007+0000 mgr.y (mgr.24491) 5728 : cluster [DBG] pgmap v5048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:42.398007+0000 mgr.y (mgr.24491) 5728 : cluster [DBG] pgmap v5048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:44.398726+0000 mgr.y (mgr.24491) 5729 : cluster [DBG] pgmap v5049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:44.398726+0000 mgr.y (mgr.24491) 5729 : cluster [DBG] pgmap v5049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:44.398726+0000 mgr.y (mgr.24491) 5729 : cluster [DBG] pgmap v5049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:47.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:46.399275+0000 mgr.y (mgr.24491) 5730 : cluster [DBG] pgmap v5050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:20:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:46.399275+0000 mgr.y (mgr.24491) 5730 : cluster [DBG] pgmap v5050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:46.399275+0000 mgr.y (mgr.24491) 5730 : cluster [DBG] pgmap v5050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:48.399716+0000 mgr.y (mgr.24491) 5731 : cluster [DBG] pgmap v5051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:48.399716+0000 mgr.y (mgr.24491) 5731 : cluster [DBG] pgmap v5051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:48.399716+0000 mgr.y (mgr.24491) 5731 : cluster [DBG] pgmap v5051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:20:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:50.400398+0000 mgr.y (mgr.24491) 5732 : cluster [DBG] pgmap v5052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:50.400398+0000 mgr.y (mgr.24491) 5732 : cluster [DBG] pgmap v5052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:50.400398+0000 mgr.y (mgr.24491) 5732 : cluster [DBG] pgmap v5052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:52.400817+0000 mgr.y (mgr.24491) 5733 : cluster [DBG] pgmap v5053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:52.400817+0000 mgr.y (mgr.24491) 5733 : cluster [DBG] pgmap v5053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:52.400817+0000 mgr.y (mgr.24491) 5733 : cluster [DBG] pgmap v5053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:54.401469+0000 mgr.y (mgr.24491) 5734 : cluster [DBG] pgmap v5054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:54.401469+0000 mgr.y (mgr.24491) 5734 : cluster [DBG] pgmap v5054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:54.401469+0000 mgr.y (mgr.24491) 5734 : cluster [DBG] pgmap v5054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:57.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:56.402043+0000 mgr.y (mgr.24491) 5735 : cluster [DBG] pgmap v5055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:20:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:20:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:56.402043+0000 mgr.y (mgr.24491) 5735 : cluster [DBG] pgmap v5055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:56.402043+0000 mgr.y (mgr.24491) 5735 : cluster [DBG] pgmap v5055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:20:58.402534+0000 mgr.y (mgr.24491) 5736 : cluster [DBG] pgmap v5056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:20:58.402534+0000 mgr.y (mgr.24491) 5736 : cluster [DBG] pgmap v5056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:20:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:20:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:20:58.402534+0000 mgr.y (mgr.24491) 5736 : cluster [DBG] pgmap v5056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:21:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:00.403260+0000 mgr.y (mgr.24491) 5737 : cluster [DBG] pgmap v5057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:00.403260+0000 mgr.y (mgr.24491) 5737 : cluster [DBG] pgmap v5057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:00.403260+0000 mgr.y (mgr.24491) 5737 : cluster [DBG] pgmap v5057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:02.403708+0000 mgr.y (mgr.24491) 5738 : cluster [DBG] pgmap v5058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:02.403708+0000 mgr.y (mgr.24491) 5738 : cluster [DBG] pgmap v5058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:02.403708+0000 mgr.y (mgr.24491) 5738 : cluster [DBG] pgmap v5058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:04.404463+0000 mgr.y (mgr.24491) 5739 : cluster [DBG] pgmap v5059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:04.404463+0000 mgr.y (mgr.24491) 5739 : cluster [DBG] pgmap v5059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:04.404463+0000 mgr.y (mgr.24491) 5739 : cluster [DBG] pgmap v5059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:21:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:06.404954+0000 mgr.y (mgr.24491) 5740 : cluster [DBG] pgmap v5060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:06.404954+0000 mgr.y (mgr.24491) 5740 : cluster [DBG] pgmap v5060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:06.404954+0000 mgr.y (mgr.24491) 5740 : cluster [DBG] pgmap v5060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:08.405503+0000 mgr.y (mgr.24491) 5741 : cluster [DBG] pgmap v5061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:08.405503+0000 mgr.y (mgr.24491) 5741 : cluster [DBG] pgmap v5061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:09.970 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:21:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:08.405503+0000 mgr.y (mgr.24491) 5741 : cluster [DBG] pgmap v5061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:10.247 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:21:10.247 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:21:10.247 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 3m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:21:10.247 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:21:10.247 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 3m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:21:10.247 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 3m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:21:10.247 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 3m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:21:10.247 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 3m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:21:10.247 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 3m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:21:10.248 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 3m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:21:10.248 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:21:10.248 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 3m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:21:10.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 3m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:21:10.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 3m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:21:10.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 3m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:21:10.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 3m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:21:10.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 3m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:21:10.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 3m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:21:10.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 3m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:21:10.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 3m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:21:10.249 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 3m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:21:10.579 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:21:10.579 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:21:10.579 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:21:10.579 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:21:10.579 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:21:10.579 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:21:10.579 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:21:10.579 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:21:10.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:21:10.580 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:21:10.580 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:21:10.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:21:10.580 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:21:10.580 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:21:10.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:21:10.580 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:21:10.580 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:21:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:21:10.581196+0000 mon.c (mon.2) 201 : audit [DBG] from='client.? 172.21.15.177:0/3359812273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:21:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:21:10.581196+0000 mon.c (mon.2) 201 : audit [DBG] from='client.? 172.21.15.177:0/3359812273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:21:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:21:10.581196+0000 mon.c (mon.2) 201 : audit [DBG] from='client.? 172.21.15.177:0/3359812273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:21:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:21:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:21:09.960623+0000 mgr.y (mgr.24491) 5742 : audit [DBG] from='client.20739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:21:10.241058+0000 mgr.y (mgr.24491) 5743 : audit [DBG] from='client.20745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:10.406107+0000 mgr.y (mgr.24491) 5744 : cluster [DBG] pgmap v5062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:21:09.960623+0000 mgr.y (mgr.24491) 5742 : audit [DBG] from='client.20739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:21:10.241058+0000 mgr.y (mgr.24491) 5743 : audit [DBG] from='client.20745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:10.406107+0000 mgr.y (mgr.24491) 5744 : cluster [DBG] pgmap v5062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:21:09.960623+0000 mgr.y (mgr.24491) 5742 : audit [DBG] from='client.20739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:21:10.241058+0000 mgr.y (mgr.24491) 5743 : audit [DBG] from='client.20745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:10.406107+0000 mgr.y (mgr.24491) 5744 : cluster [DBG] pgmap v5062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:12.406614+0000 mgr.y (mgr.24491) 5745 : cluster [DBG] pgmap v5063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:12.406614+0000 mgr.y (mgr.24491) 5745 : cluster [DBG] pgmap v5063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:12.406614+0000 mgr.y (mgr.24491) 5745 : cluster [DBG] pgmap v5063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:14.407232+0000 mgr.y (mgr.24491) 5746 : cluster [DBG] pgmap v5064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:14.407232+0000 mgr.y (mgr.24491) 5746 : cluster [DBG] pgmap v5064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:14.407232+0000 mgr.y (mgr.24491) 5746 : cluster [DBG] pgmap v5064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:21:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:16.407663+0000 mgr.y (mgr.24491) 5747 : cluster [DBG] pgmap v5065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:16.407663+0000 mgr.y (mgr.24491) 5747 : cluster [DBG] pgmap v5065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:16.407663+0000 mgr.y (mgr.24491) 5747 : cluster [DBG] pgmap v5065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:18.408171+0000 mgr.y (mgr.24491) 5748 : cluster [DBG] pgmap v5066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:18.408171+0000 mgr.y (mgr.24491) 5748 : cluster [DBG] pgmap v5066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:18.408171+0000 mgr.y (mgr.24491) 5748 : cluster [DBG] pgmap v5066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:21.461 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:21:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:20.408772+0000 mgr.y (mgr.24491) 5749 : cluster [DBG] pgmap v5067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:20.408772+0000 mgr.y (mgr.24491) 5749 : cluster [DBG] pgmap v5067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:20.408772+0000 mgr.y (mgr.24491) 5749 : cluster [DBG] pgmap v5067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:22.409376+0000 mgr.y (mgr.24491) 5750 : cluster [DBG] pgmap v5068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:22.409376+0000 mgr.y (mgr.24491) 5750 : cluster [DBG] pgmap v5068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:22.409376+0000 mgr.y (mgr.24491) 5750 : cluster [DBG] pgmap v5068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:24.410227+0000 mgr.y (mgr.24491) 5751 : cluster [DBG] pgmap v5069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:25.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:24.410227+0000 mgr.y (mgr.24491) 5751 : cluster [DBG] pgmap v5069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:24.410227+0000 mgr.y (mgr.24491) 5751 : cluster [DBG] pgmap v5069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:26.410792+0000 mgr.y (mgr.24491) 5752 : cluster [DBG] pgmap v5070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:27.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:26.410792+0000 mgr.y (mgr.24491) 5752 : cluster [DBG] pgmap v5070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:26.410792+0000 mgr.y (mgr.24491) 5752 : cluster [DBG] pgmap v5070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:21:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:28.411352+0000 mgr.y (mgr.24491) 5753 : cluster [DBG] pgmap v5071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:28.411352+0000 mgr.y (mgr.24491) 5753 : cluster [DBG] pgmap v5071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:28.411352+0000 mgr.y (mgr.24491) 5753 : cluster [DBG] pgmap v5071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:31.476 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:21:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:30.412070+0000 mgr.y (mgr.24491) 5754 : cluster [DBG] pgmap v5072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:30.412070+0000 mgr.y (mgr.24491) 5754 : cluster [DBG] pgmap v5072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:30.412070+0000 mgr.y (mgr.24491) 5754 : cluster [DBG] pgmap v5072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:32.412503+0000 mgr.y (mgr.24491) 5755 : cluster [DBG] pgmap v5073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:21:32.825404+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:21:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:21:33.066539+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:21:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:21:33.342463+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:21:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:21:33.343052+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:21:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:21:33.347977+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:21:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:32.412503+0000 mgr.y (mgr.24491) 5755 : cluster [DBG] pgmap v5073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:21:32.825404+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:21:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:21:33.066539+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:21:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:21:33.342463+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:21:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:21:33.343052+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:21:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:21:33.347977+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:21:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:32.412503+0000 mgr.y (mgr.24491) 5755 : cluster [DBG] pgmap v5073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:21:32.825404+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:21:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:21:33.066539+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:21:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:21:33.342463+0000 mon.a (mon.0) 1716 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:21:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:21:33.343052+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:21:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:21:33.347977+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:21:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:34.413319+0000 mgr.y (mgr.24491) 5756 : cluster [DBG] pgmap v5074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:35.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:34.413319+0000 mgr.y (mgr.24491) 5756 : cluster [DBG] pgmap v5074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:34.413319+0000 mgr.y (mgr.24491) 5756 : cluster [DBG] pgmap v5074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:36.413888+0000 mgr.y (mgr.24491) 5757 : cluster [DBG] pgmap v5075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:37.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:21:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:36.413888+0000 mgr.y (mgr.24491) 5757 : cluster [DBG] pgmap v5075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:36.413888+0000 mgr.y (mgr.24491) 5757 : cluster [DBG] pgmap v5075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:38.414286+0000 mgr.y (mgr.24491) 5758 : cluster [DBG] pgmap v5076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:39.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:38.414286+0000 mgr.y (mgr.24491) 5758 : cluster [DBG] pgmap v5076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:38.414286+0000 mgr.y (mgr.24491) 5758 : cluster [DBG] pgmap v5076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:40.888 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:21:41.160 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 4m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 4m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 4m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 4m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 4m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 4m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 4m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 4m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:21:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 4m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:21:41.162 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 4m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:21:41.162 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 4m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:21:41.162 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:21:41.162 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:21:41.162 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 4m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:21:41.162 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 4m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:21:41.162 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:21:41.491 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:21:41.495 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:21:41.496 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:21:41.497 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:21:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:40.415146+0000 mgr.y (mgr.24491) 5759 : cluster [DBG] pgmap v5077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:40.415146+0000 mgr.y (mgr.24491) 5759 : cluster [DBG] pgmap v5077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:40.415146+0000 mgr.y (mgr.24491) 5759 : cluster [DBG] pgmap v5077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:21:40.878582+0000 mgr.y (mgr.24491) 5760 : audit [DBG] from='client.20757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:21:41.155235+0000 mgr.y (mgr.24491) 5761 : audit [DBG] from='client.20763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:21:41.498143+0000 mon.c (mon.2) 202 : audit [DBG] from='client.? 172.21.15.177:0/2051900667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:21:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:21:40.878582+0000 mgr.y (mgr.24491) 5760 : audit [DBG] from='client.20757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:21:41.155235+0000 mgr.y (mgr.24491) 5761 : audit [DBG] from='client.20763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:21:41.498143+0000 mon.c (mon.2) 202 : audit [DBG] from='client.? 172.21.15.177:0/2051900667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:21:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:21:40.878582+0000 mgr.y (mgr.24491) 5760 : audit [DBG] from='client.20757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:21:41.155235+0000 mgr.y (mgr.24491) 5761 : audit [DBG] from='client.20763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:21:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:21:41.498143+0000 mon.c (mon.2) 202 : audit [DBG] from='client.? 172.21.15.177:0/2051900667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:21:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:42.415753+0000 mgr.y (mgr.24491) 5762 : cluster [DBG] pgmap v5078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:42.415753+0000 mgr.y (mgr.24491) 5762 : cluster [DBG] pgmap v5078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:42.415753+0000 mgr.y (mgr.24491) 5762 : cluster [DBG] pgmap v5078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:44.416573+0000 mgr.y (mgr.24491) 5763 : cluster [DBG] pgmap v5079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:44.416573+0000 mgr.y (mgr.24491) 5763 : cluster [DBG] pgmap v5079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:44.416573+0000 mgr.y (mgr.24491) 5763 : cluster [DBG] pgmap v5079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:47.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:21:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:46.417043+0000 mgr.y (mgr.24491) 5764 : cluster [DBG] pgmap v5080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:46.417043+0000 mgr.y (mgr.24491) 5764 : cluster [DBG] pgmap v5080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:46.417043+0000 mgr.y (mgr.24491) 5764 : cluster [DBG] pgmap v5080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:48.417604+0000 mgr.y (mgr.24491) 5765 : cluster [DBG] pgmap v5081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:48.417604+0000 mgr.y (mgr.24491) 5765 : cluster [DBG] pgmap v5081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:48.417604+0000 mgr.y (mgr.24491) 5765 : cluster [DBG] pgmap v5081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:21:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:50.418364+0000 mgr.y (mgr.24491) 5766 : cluster [DBG] pgmap v5082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:50.418364+0000 mgr.y (mgr.24491) 5766 : cluster [DBG] pgmap v5082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:50.418364+0000 mgr.y (mgr.24491) 5766 : cluster [DBG] pgmap v5082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:52.418919+0000 mgr.y (mgr.24491) 5767 : cluster [DBG] pgmap v5083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:52.418919+0000 mgr.y (mgr.24491) 5767 : cluster [DBG] pgmap v5083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:52.418919+0000 mgr.y (mgr.24491) 5767 : cluster [DBG] pgmap v5083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:54.419587+0000 mgr.y (mgr.24491) 5768 : cluster [DBG] pgmap v5084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:54.419587+0000 mgr.y (mgr.24491) 5768 : cluster [DBG] pgmap v5084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:54.419587+0000 mgr.y (mgr.24491) 5768 : cluster [DBG] pgmap v5084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:21:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:21:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:56.419973+0000 mgr.y (mgr.24491) 5769 : cluster [DBG] pgmap v5085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:56.419973+0000 mgr.y (mgr.24491) 5769 : cluster [DBG] pgmap v5085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:56.419973+0000 mgr.y (mgr.24491) 5769 : cluster [DBG] pgmap v5085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:21:58.420327+0000 mgr.y (mgr.24491) 5770 : cluster [DBG] pgmap v5086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:21:58.420327+0000 mgr.y (mgr.24491) 5770 : cluster [DBG] pgmap v5086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:21:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:21:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:21:58.420327+0000 mgr.y (mgr.24491) 5770 : cluster [DBG] pgmap v5086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:22:01.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:00.421011+0000 mgr.y (mgr.24491) 5771 : cluster [DBG] pgmap v5087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:00.421011+0000 mgr.y (mgr.24491) 5771 : cluster [DBG] pgmap v5087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:00.421011+0000 mgr.y (mgr.24491) 5771 : cluster [DBG] pgmap v5087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:02.421500+0000 mgr.y (mgr.24491) 5772 : cluster [DBG] pgmap v5088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:02.421500+0000 mgr.y (mgr.24491) 5772 : cluster [DBG] pgmap v5088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:02.421500+0000 mgr.y (mgr.24491) 5772 : cluster [DBG] pgmap v5088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:04.422280+0000 mgr.y (mgr.24491) 5773 : cluster [DBG] pgmap v5089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:04.422280+0000 mgr.y (mgr.24491) 5773 : cluster [DBG] pgmap v5089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:04.422280+0000 mgr.y (mgr.24491) 5773 : cluster [DBG] pgmap v5089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:07.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:22:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:06.422732+0000 mgr.y (mgr.24491) 5774 : cluster [DBG] pgmap v5090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:06.422732+0000 mgr.y (mgr.24491) 5774 : cluster [DBG] pgmap v5090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:06.422732+0000 mgr.y (mgr.24491) 5774 : cluster [DBG] pgmap v5090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:08.423295+0000 mgr.y (mgr.24491) 5775 : cluster [DBG] pgmap v5091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:08.423295+0000 mgr.y (mgr.24491) 5775 : cluster [DBG] pgmap v5091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:08.423295+0000 mgr.y (mgr.24491) 5775 : cluster [DBG] pgmap v5091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:22:11.807 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:22:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:10.424144+0000 mgr.y (mgr.24491) 5776 : cluster [DBG] pgmap v5092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:11.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:10.424144+0000 mgr.y (mgr.24491) 5776 : cluster [DBG] pgmap v5092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:10.424144+0000 mgr.y (mgr.24491) 5776 : cluster [DBG] pgmap v5092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:12.082 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:22:12.082 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 4m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:22:12.082 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:22:12.082 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 4m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:22:12.082 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 4m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:22:12.082 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 4m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:22:12.082 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 4m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 4m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 4m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 4m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 4m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 4m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 4m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 4m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 4m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 4m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 4m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 4m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 4m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:22:12.083 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:22:12.420 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:22:12.420 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:22:12.421 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:22:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:22:12.422804+0000 mon.a (mon.0) 1719 : audit [DBG] from='client.? 172.21.15.177:0/1983425515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:22:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:22:12.422804+0000 mon.a (mon.0) 1719 : audit [DBG] from='client.? 172.21.15.177:0/1983425515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:22:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:22:12.422804+0000 mon.a (mon.0) 1719 : audit [DBG] from='client.? 172.21.15.177:0/1983425515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:22:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:22:11.797292+0000 mgr.y (mgr.24491) 5777 : audit [DBG] from='client.30677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:22:12.076870+0000 mgr.y (mgr.24491) 5778 : audit [DBG] from='client.20781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:12.424487+0000 mgr.y (mgr.24491) 5779 : cluster [DBG] pgmap v5093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:22:11.797292+0000 mgr.y (mgr.24491) 5777 : audit [DBG] from='client.30677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:22:12.076870+0000 mgr.y (mgr.24491) 5778 : audit [DBG] from='client.20781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:12.424487+0000 mgr.y (mgr.24491) 5779 : cluster [DBG] pgmap v5093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:22:11.797292+0000 mgr.y (mgr.24491) 5777 : audit [DBG] from='client.30677 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:22:12.076870+0000 mgr.y (mgr.24491) 5778 : audit [DBG] from='client.20781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:12.424487+0000 mgr.y (mgr.24491) 5779 : cluster [DBG] pgmap v5093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:14.425087+0000 mgr.y (mgr.24491) 5780 : cluster [DBG] pgmap v5094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:14.425087+0000 mgr.y (mgr.24491) 5780 : cluster [DBG] pgmap v5094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:14.425087+0000 mgr.y (mgr.24491) 5780 : cluster [DBG] pgmap v5094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:17.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:16.425448+0000 mgr.y (mgr.24491) 5781 : cluster [DBG] pgmap v5095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:22:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:16.425448+0000 mgr.y (mgr.24491) 5781 : cluster [DBG] pgmap v5095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:16.425448+0000 mgr.y (mgr.24491) 5781 : cluster [DBG] pgmap v5095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:18.425900+0000 mgr.y (mgr.24491) 5782 : cluster [DBG] pgmap v5096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:18.425900+0000 mgr.y (mgr.24491) 5782 : cluster [DBG] pgmap v5096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:18.425900+0000 mgr.y (mgr.24491) 5782 : cluster [DBG] pgmap v5096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:22:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:20.426707+0000 mgr.y (mgr.24491) 5783 : cluster [DBG] pgmap v5097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:20.426707+0000 mgr.y (mgr.24491) 5783 : cluster [DBG] pgmap v5097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:20.426707+0000 mgr.y (mgr.24491) 5783 : cluster [DBG] pgmap v5097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:22.427181+0000 mgr.y (mgr.24491) 5784 : cluster [DBG] pgmap v5098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:22.427181+0000 mgr.y (mgr.24491) 5784 : cluster [DBG] pgmap v5098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:22.427181+0000 mgr.y (mgr.24491) 5784 : cluster [DBG] pgmap v5098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:24.428063+0000 mgr.y (mgr.24491) 5785 : cluster [DBG] pgmap v5099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:25.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:24.428063+0000 mgr.y (mgr.24491) 5785 : cluster [DBG] pgmap v5099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:24.428063+0000 mgr.y (mgr.24491) 5785 : cluster [DBG] pgmap v5099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:22:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:26.428420+0000 mgr.y (mgr.24491) 5786 : cluster [DBG] pgmap v5100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:26.428420+0000 mgr.y (mgr.24491) 5786 : cluster [DBG] pgmap v5100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:26.428420+0000 mgr.y (mgr.24491) 5786 : cluster [DBG] pgmap v5100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:28.428928+0000 mgr.y (mgr.24491) 5787 : cluster [DBG] pgmap v5101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:28.428928+0000 mgr.y (mgr.24491) 5787 : cluster [DBG] pgmap v5101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:28.428928+0000 mgr.y (mgr.24491) 5787 : cluster [DBG] pgmap v5101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:22:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:30.429629+0000 mgr.y (mgr.24491) 5788 : cluster [DBG] pgmap v5102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:30.429629+0000 mgr.y (mgr.24491) 5788 : cluster [DBG] pgmap v5102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:30.429629+0000 mgr.y (mgr.24491) 5788 : cluster [DBG] pgmap v5102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:32.430222+0000 mgr.y (mgr.24491) 5789 : cluster [DBG] pgmap v5103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:22:33.352529+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:22:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:32.430222+0000 mgr.y (mgr.24491) 5789 : cluster [DBG] pgmap v5103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:22:33.352529+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:22:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:32.430222+0000 mgr.y (mgr.24491) 5789 : cluster [DBG] pgmap v5103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:22:33.352529+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:22:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:22:33.650445+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:22:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:22:33.651029+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:22:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:22:33.655250+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:22:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:22:33.650445+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:22:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:22:33.651029+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:22:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:22:33.655250+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:22:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:22:33.650445+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:22:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:22:33.651029+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:22:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:22:33.655250+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:22:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:34.430854+0000 mgr.y (mgr.24491) 5790 : cluster [DBG] pgmap v5104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:34.430854+0000 mgr.y (mgr.24491) 5790 : cluster [DBG] pgmap v5104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:34.430854+0000 mgr.y (mgr.24491) 5790 : cluster [DBG] pgmap v5104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:37.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:37] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:22:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:36.431288+0000 mgr.y (mgr.24491) 5791 : cluster [DBG] pgmap v5105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:36.431288+0000 mgr.y (mgr.24491) 5791 : cluster [DBG] pgmap v5105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:36.431288+0000 mgr.y (mgr.24491) 5791 : cluster [DBG] pgmap v5105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:38.431863+0000 mgr.y (mgr.24491) 5792 : cluster [DBG] pgmap v5106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:38.431863+0000 mgr.y (mgr.24491) 5792 : cluster [DBG] pgmap v5106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:38.431863+0000 mgr.y (mgr.24491) 5792 : cluster [DBG] pgmap v5106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:22:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:40.432486+0000 mgr.y (mgr.24491) 5793 : cluster [DBG] pgmap v5107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:41.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:40.432486+0000 mgr.y (mgr.24491) 5793 : cluster [DBG] pgmap v5107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:40.432486+0000 mgr.y (mgr.24491) 5793 : cluster [DBG] pgmap v5107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:42.742 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:22:43.020 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:22:43.020 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:22:43.020 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:22:43.020 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:22:43.020 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 5m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:22:43.020 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:22:43.020 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:22:43.020 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:22:43.020 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:22:43.020 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:22:43.021 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:22:43.021 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 5m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:22:43.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:22:43.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:22:43.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:22:43.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:22:43.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:22:43.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:22:43.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:22:43.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:22:43.021 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:22:43.355 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:22:43.355 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:22:43.355 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:22:43.356 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:22:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:42.433005+0000 mgr.y (mgr.24491) 5794 : cluster [DBG] pgmap v5108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:22:43.357822+0000 mon.a (mon.0) 1724 : audit [DBG] from='client.? 172.21.15.177:0/1554263866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:22:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:42.433005+0000 mgr.y (mgr.24491) 5794 : cluster [DBG] pgmap v5108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:22:43.357822+0000 mon.a (mon.0) 1724 : audit [DBG] from='client.? 172.21.15.177:0/1554263866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:22:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:42.433005+0000 mgr.y (mgr.24491) 5794 : cluster [DBG] pgmap v5108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:22:43.357822+0000 mon.a (mon.0) 1724 : audit [DBG] from='client.? 172.21.15.177:0/1554263866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:22:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:22:42.731681+0000 mgr.y (mgr.24491) 5795 : audit [DBG] from='client.30695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:22:43.014693+0000 mgr.y (mgr.24491) 5796 : audit [DBG] from='client.30701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:22:42.731681+0000 mgr.y (mgr.24491) 5795 : audit [DBG] from='client.30695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:22:43.014693+0000 mgr.y (mgr.24491) 5796 : audit [DBG] from='client.30701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:22:42.731681+0000 mgr.y (mgr.24491) 5795 : audit [DBG] from='client.30695 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:22:43.014693+0000 mgr.y (mgr.24491) 5796 : audit [DBG] from='client.30701 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:22:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:44.433594+0000 mgr.y (mgr.24491) 5797 : cluster [DBG] pgmap v5109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:44.433594+0000 mgr.y (mgr.24491) 5797 : cluster [DBG] pgmap v5109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:44.433594+0000 mgr.y (mgr.24491) 5797 : cluster [DBG] pgmap v5109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:47.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:22:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:46.434001+0000 mgr.y (mgr.24491) 5798 : cluster [DBG] pgmap v5110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:46.434001+0000 mgr.y (mgr.24491) 5798 : cluster [DBG] pgmap v5110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:46.434001+0000 mgr.y (mgr.24491) 5798 : cluster [DBG] pgmap v5110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:49.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:48.434551+0000 mgr.y (mgr.24491) 5799 : cluster [DBG] pgmap v5111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:48.434551+0000 mgr.y (mgr.24491) 5799 : cluster [DBG] pgmap v5111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:48.434551+0000 mgr.y (mgr.24491) 5799 : cluster [DBG] pgmap v5111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:22:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:50.435241+0000 mgr.y (mgr.24491) 5800 : cluster [DBG] pgmap v5112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:51.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:50.435241+0000 mgr.y (mgr.24491) 5800 : cluster [DBG] pgmap v5112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:50.435241+0000 mgr.y (mgr.24491) 5800 : cluster [DBG] pgmap v5112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:52.435687+0000 mgr.y (mgr.24491) 5801 : cluster [DBG] pgmap v5113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:52.435687+0000 mgr.y (mgr.24491) 5801 : cluster [DBG] pgmap v5113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:52.435687+0000 mgr.y (mgr.24491) 5801 : cluster [DBG] pgmap v5113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:54.436554+0000 mgr.y (mgr.24491) 5802 : cluster [DBG] pgmap v5114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:54.436554+0000 mgr.y (mgr.24491) 5802 : cluster [DBG] pgmap v5114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:54.436554+0000 mgr.y (mgr.24491) 5802 : cluster [DBG] pgmap v5114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:57.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:22:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:22:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:56.437131+0000 mgr.y (mgr.24491) 5803 : cluster [DBG] pgmap v5115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:56.437131+0000 mgr.y (mgr.24491) 5803 : cluster [DBG] pgmap v5115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:56.437131+0000 mgr.y (mgr.24491) 5803 : cluster [DBG] pgmap v5115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:22:58.437581+0000 mgr.y (mgr.24491) 5804 : cluster [DBG] pgmap v5116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:22:58.437581+0000 mgr.y (mgr.24491) 5804 : cluster [DBG] pgmap v5116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:22:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:22:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:22:58.437581+0000 mgr.y (mgr.24491) 5804 : cluster [DBG] pgmap v5116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:23:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:00.438232+0000 mgr.y (mgr.24491) 5805 : cluster [DBG] pgmap v5117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:01.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:00.438232+0000 mgr.y (mgr.24491) 5805 : cluster [DBG] pgmap v5117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:00.438232+0000 mgr.y (mgr.24491) 5805 : cluster [DBG] pgmap v5117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:02.438788+0000 mgr.y (mgr.24491) 5806 : cluster [DBG] pgmap v5118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:02.438788+0000 mgr.y (mgr.24491) 5806 : cluster [DBG] pgmap v5118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:02.438788+0000 mgr.y (mgr.24491) 5806 : cluster [DBG] pgmap v5118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:04.439486+0000 mgr.y (mgr.24491) 5807 : cluster [DBG] pgmap v5119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:04.439486+0000 mgr.y (mgr.24491) 5807 : cluster [DBG] pgmap v5119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:04.439486+0000 mgr.y (mgr.24491) 5807 : cluster [DBG] pgmap v5119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:07.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:06.440053+0000 mgr.y (mgr.24491) 5808 : cluster [DBG] pgmap v5120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:23:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:06.440053+0000 mgr.y (mgr.24491) 5808 : cluster [DBG] pgmap v5120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:06.440053+0000 mgr.y (mgr.24491) 5808 : cluster [DBG] pgmap v5120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:08.440426+0000 mgr.y (mgr.24491) 5809 : cluster [DBG] pgmap v5121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:08.440426+0000 mgr.y (mgr.24491) 5809 : cluster [DBG] pgmap v5121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:08.440426+0000 mgr.y (mgr.24491) 5809 : cluster [DBG] pgmap v5121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:10.441259+0000 mgr.y (mgr.24491) 5810 : cluster [DBG] pgmap v5122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:10.441259+0000 mgr.y (mgr.24491) 5810 : cluster [DBG] pgmap v5122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:10.441259+0000 mgr.y (mgr.24491) 5810 : cluster [DBG] pgmap v5122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:23:13.668 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:23:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:12.441672+0000 mgr.y (mgr.24491) 5811 : cluster [DBG] pgmap v5123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:12.441672+0000 mgr.y (mgr.24491) 5811 : cluster [DBG] pgmap v5123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:12.441672+0000 mgr.y (mgr.24491) 5811 : cluster [DBG] pgmap v5123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 5m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 5m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 5m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 5m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 5m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 5m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 5m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 5m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 5m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 5m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:23:13.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 5m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:23:13.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 5m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:23:13.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 5m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:23:13.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 5m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:23:13.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 5m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:23:13.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 5m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:23:13.945 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:23:14.278 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:23:14.279 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:23:14.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:23:14.280 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:23:14.280 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:23:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:23:14.280755+0000 mon.a (mon.0) 1725 : audit [DBG] from='client.? 172.21.15.177:0/1153665304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:23:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:23:14.280755+0000 mon.a (mon.0) 1725 : audit [DBG] from='client.? 172.21.15.177:0/1153665304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:23:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:23:14.280755+0000 mon.a (mon.0) 1725 : audit [DBG] from='client.? 172.21.15.177:0/1153665304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:23:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:23:13.658092+0000 mgr.y (mgr.24491) 5812 : audit [DBG] from='client.30713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:23:13.938699+0000 mgr.y (mgr.24491) 5813 : audit [DBG] from='client.20817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:14.442242+0000 mgr.y (mgr.24491) 5814 : cluster [DBG] pgmap v5124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:23:13.658092+0000 mgr.y (mgr.24491) 5812 : audit [DBG] from='client.30713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:23:13.938699+0000 mgr.y (mgr.24491) 5813 : audit [DBG] from='client.20817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:14.442242+0000 mgr.y (mgr.24491) 5814 : cluster [DBG] pgmap v5124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:23:13.658092+0000 mgr.y (mgr.24491) 5812 : audit [DBG] from='client.30713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:23:13.938699+0000 mgr.y (mgr.24491) 5813 : audit [DBG] from='client.20817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:14.442242+0000 mgr.y (mgr.24491) 5814 : cluster [DBG] pgmap v5124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:17.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:16.442608+0000 mgr.y (mgr.24491) 5815 : cluster [DBG] pgmap v5125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:23:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:16.442608+0000 mgr.y (mgr.24491) 5815 : cluster [DBG] pgmap v5125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:16.442608+0000 mgr.y (mgr.24491) 5815 : cluster [DBG] pgmap v5125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:18.443125+0000 mgr.y (mgr.24491) 5816 : cluster [DBG] pgmap v5126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:18.443125+0000 mgr.y (mgr.24491) 5816 : cluster [DBG] pgmap v5126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:18.443125+0000 mgr.y (mgr.24491) 5816 : cluster [DBG] pgmap v5126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:23:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:20.443756+0000 mgr.y (mgr.24491) 5817 : cluster [DBG] pgmap v5127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:20.443756+0000 mgr.y (mgr.24491) 5817 : cluster [DBG] pgmap v5127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:20.443756+0000 mgr.y (mgr.24491) 5817 : cluster [DBG] pgmap v5127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:22.444223+0000 mgr.y (mgr.24491) 5818 : cluster [DBG] pgmap v5128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:22.444223+0000 mgr.y (mgr.24491) 5818 : cluster [DBG] pgmap v5128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:22.444223+0000 mgr.y (mgr.24491) 5818 : cluster [DBG] pgmap v5128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:24.444859+0000 mgr.y (mgr.24491) 5819 : cluster [DBG] pgmap v5129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:24.444859+0000 mgr.y (mgr.24491) 5819 : cluster [DBG] pgmap v5129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:24.444859+0000 mgr.y (mgr.24491) 5819 : cluster [DBG] pgmap v5129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:23:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:26.445308+0000 mgr.y (mgr.24491) 5820 : cluster [DBG] pgmap v5130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:26.445308+0000 mgr.y (mgr.24491) 5820 : cluster [DBG] pgmap v5130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:26.445308+0000 mgr.y (mgr.24491) 5820 : cluster [DBG] pgmap v5130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:28.445758+0000 mgr.y (mgr.24491) 5821 : cluster [DBG] pgmap v5131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:28.445758+0000 mgr.y (mgr.24491) 5821 : cluster [DBG] pgmap v5131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:28.445758+0000 mgr.y (mgr.24491) 5821 : cluster [DBG] pgmap v5131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:23:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:30.446528+0000 mgr.y (mgr.24491) 5822 : cluster [DBG] pgmap v5132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:30.446528+0000 mgr.y (mgr.24491) 5822 : cluster [DBG] pgmap v5132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:30.446528+0000 mgr.y (mgr.24491) 5822 : cluster [DBG] pgmap v5132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:32.447075+0000 mgr.y (mgr.24491) 5823 : cluster [DBG] pgmap v5133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:33.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:32.447075+0000 mgr.y (mgr.24491) 5823 : cluster [DBG] pgmap v5133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:32.447075+0000 mgr.y (mgr.24491) 5823 : cluster [DBG] pgmap v5133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:23:33.659432+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:23:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:23:33.951060+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:23:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:23:33.951675+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:23:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:23:33.955749+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:23:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:23:33.659432+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:23:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:23:33.951060+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:23:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:23:33.951675+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:23:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:23:33.955749+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:23:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:23:33.659432+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:23:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:23:33.951060+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:23:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:23:33.951675+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:23:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:23:33.955749+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:23:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:34.447907+0000 mgr.y (mgr.24491) 5824 : cluster [DBG] pgmap v5134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:34.447907+0000 mgr.y (mgr.24491) 5824 : cluster [DBG] pgmap v5134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:34.447907+0000 mgr.y (mgr.24491) 5824 : cluster [DBG] pgmap v5134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:37.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T06:23:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:36.448393+0000 mgr.y (mgr.24491) 5825 : cluster [DBG] pgmap v5135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:36.448393+0000 mgr.y (mgr.24491) 5825 : cluster [DBG] pgmap v5135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:36.448393+0000 mgr.y (mgr.24491) 5825 : cluster [DBG] pgmap v5135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:38.448835+0000 mgr.y (mgr.24491) 5826 : cluster [DBG] pgmap v5136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:38.448835+0000 mgr.y (mgr.24491) 5826 : cluster [DBG] pgmap v5136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:38.448835+0000 mgr.y (mgr.24491) 5826 : cluster [DBG] pgmap v5136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:23:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:40.449605+0000 mgr.y (mgr.24491) 5827 : cluster [DBG] pgmap v5137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:40.449605+0000 mgr.y (mgr.24491) 5827 : cluster [DBG] pgmap v5137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:40.449605+0000 mgr.y (mgr.24491) 5827 : cluster [DBG] pgmap v5137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:42.450152+0000 mgr.y (mgr.24491) 5828 : cluster [DBG] pgmap v5138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:42.450152+0000 mgr.y (mgr.24491) 5828 : cluster [DBG] pgmap v5138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:42.450152+0000 mgr.y (mgr.24491) 5828 : cluster [DBG] pgmap v5138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:44.590 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:23:44.873 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:23:44.873 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 6m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:23:44.873 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 6m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 6m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 6m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 6m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 6m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 6m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 6m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 6m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 6m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 6m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 6m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 6m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 6m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 6m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:23:44.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 6m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:23:44.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 6m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:23:44.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 6m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:23:44.875 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 6m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:23:45.206 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:23:45.206 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:23:45.206 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:23:45.207 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:23:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:44.450761+0000 mgr.y (mgr.24491) 5829 : cluster [DBG] pgmap v5139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:23:44.580625+0000 mgr.y (mgr.24491) 5830 : audit [DBG] from='client.20829 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:23:45.208687+0000 mon.a (mon.0) 1730 : audit [DBG] from='client.? 172.21.15.177:0/4134499284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:23:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:44.450761+0000 mgr.y (mgr.24491) 5829 : cluster [DBG] pgmap v5139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:23:44.580625+0000 mgr.y (mgr.24491) 5830 : audit [DBG] from='client.20829 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:23:45.208687+0000 mon.a (mon.0) 1730 : audit [DBG] from='client.? 172.21.15.177:0/4134499284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:23:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:44.450761+0000 mgr.y (mgr.24491) 5829 : cluster [DBG] pgmap v5139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:23:44.580625+0000 mgr.y (mgr.24491) 5830 : audit [DBG] from='client.20829 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:23:45.208687+0000 mon.a (mon.0) 1730 : audit [DBG] from='client.? 172.21.15.177:0/4134499284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:23:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:23:44.867951+0000 mgr.y (mgr.24491) 5831 : audit [DBG] from='client.30737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:23:44.867951+0000 mgr.y (mgr.24491) 5831 : audit [DBG] from='client.30737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:23:44.867951+0000 mgr.y (mgr.24491) 5831 : audit [DBG] from='client.30737 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:23:47.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:23:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:46.451155+0000 mgr.y (mgr.24491) 5832 : cluster [DBG] pgmap v5140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:46.451155+0000 mgr.y (mgr.24491) 5832 : cluster [DBG] pgmap v5140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:46.451155+0000 mgr.y (mgr.24491) 5832 : cluster [DBG] pgmap v5140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:48.451758+0000 mgr.y (mgr.24491) 5833 : cluster [DBG] pgmap v5141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:48.451758+0000 mgr.y (mgr.24491) 5833 : cluster [DBG] pgmap v5141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:48.451758+0000 mgr.y (mgr.24491) 5833 : cluster [DBG] pgmap v5141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:23:51.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:50.452445+0000 mgr.y (mgr.24491) 5834 : cluster [DBG] pgmap v5142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:50.452445+0000 mgr.y (mgr.24491) 5834 : cluster [DBG] pgmap v5142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:50.452445+0000 mgr.y (mgr.24491) 5834 : cluster [DBG] pgmap v5142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:53.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:52.452782+0000 mgr.y (mgr.24491) 5835 : cluster [DBG] pgmap v5143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:52.452782+0000 mgr.y (mgr.24491) 5835 : cluster [DBG] pgmap v5143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:52.452782+0000 mgr.y (mgr.24491) 5835 : cluster [DBG] pgmap v5143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:54.453481+0000 mgr.y (mgr.24491) 5836 : cluster [DBG] pgmap v5144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:54.453481+0000 mgr.y (mgr.24491) 5836 : cluster [DBG] pgmap v5144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:54.453481+0000 mgr.y (mgr.24491) 5836 : cluster [DBG] pgmap v5144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:57.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:23:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:23:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:56.453848+0000 mgr.y (mgr.24491) 5837 : cluster [DBG] pgmap v5145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:56.453848+0000 mgr.y (mgr.24491) 5837 : cluster [DBG] pgmap v5145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:56.453848+0000 mgr.y (mgr.24491) 5837 : cluster [DBG] pgmap v5145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:23:58.454386+0000 mgr.y (mgr.24491) 5838 : cluster [DBG] pgmap v5146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:23:58.454386+0000 mgr.y (mgr.24491) 5838 : cluster [DBG] pgmap v5146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:23:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:23:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:23:58.454386+0000 mgr.y (mgr.24491) 5838 : cluster [DBG] pgmap v5146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:24:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:00.455230+0000 mgr.y (mgr.24491) 5839 : cluster [DBG] pgmap v5147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:00.455230+0000 mgr.y (mgr.24491) 5839 : cluster [DBG] pgmap v5147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:00.455230+0000 mgr.y (mgr.24491) 5839 : cluster [DBG] pgmap v5147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:02.455862+0000 mgr.y (mgr.24491) 5840 : cluster [DBG] pgmap v5148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:02.455862+0000 mgr.y (mgr.24491) 5840 : cluster [DBG] pgmap v5148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:02.455862+0000 mgr.y (mgr.24491) 5840 : cluster [DBG] pgmap v5148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:04.456674+0000 mgr.y (mgr.24491) 5841 : cluster [DBG] pgmap v5149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:04.456674+0000 mgr.y (mgr.24491) 5841 : cluster [DBG] pgmap v5149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:04.456674+0000 mgr.y (mgr.24491) 5841 : cluster [DBG] pgmap v5149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:06.457279+0000 mgr.y (mgr.24491) 5842 : cluster [DBG] pgmap v5150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:06.457279+0000 mgr.y (mgr.24491) 5842 : cluster [DBG] pgmap v5150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:24:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:06.457279+0000 mgr.y (mgr.24491) 5842 : cluster [DBG] pgmap v5150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:09.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:08.457608+0000 mgr.y (mgr.24491) 5843 : cluster [DBG] pgmap v5151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:08.457608+0000 mgr.y (mgr.24491) 5843 : cluster [DBG] pgmap v5151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:08.457608+0000 mgr.y (mgr.24491) 5843 : cluster [DBG] pgmap v5151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:24:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:10.458235+0000 mgr.y (mgr.24491) 5844 : cluster [DBG] pgmap v5152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:10.458235+0000 mgr.y (mgr.24491) 5844 : cluster [DBG] pgmap v5152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:10.458235+0000 mgr.y (mgr.24491) 5844 : cluster [DBG] pgmap v5152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:12.458769+0000 mgr.y (mgr.24491) 5845 : cluster [DBG] pgmap v5153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:12.458769+0000 mgr.y (mgr.24491) 5845 : cluster [DBG] pgmap v5153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:12.458769+0000 mgr.y (mgr.24491) 5845 : cluster [DBG] pgmap v5153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:15.513 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:24:15.792 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 6m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 6m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 6m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 6m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 6m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 6m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 6m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 6m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 6m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 6m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 6m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 6m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 6m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 6m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 6m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:24:15.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 6m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:24:15.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 6m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:24:15.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 6m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:24:15.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 6m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:24:15.794 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 6m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:24:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:14.459431+0000 mgr.y (mgr.24491) 5846 : cluster [DBG] pgmap v5154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:15.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:14.459431+0000 mgr.y (mgr.24491) 5846 : cluster [DBG] pgmap v5154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:14.459431+0000 mgr.y (mgr.24491) 5846 : cluster [DBG] pgmap v5154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:16.124 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:24:16.124 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:24:16.124 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:24:16.124 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:24:16.124 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:24:16.124 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:24:16.125 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:24:16.125 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:24:16.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:24:16.125 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:24:16.125 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:24:16.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:24:16.125 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:24:16.125 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:24:16.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:24:16.125 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:24:16.125 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:24:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:24:15.503677+0000 mgr.y (mgr.24491) 5847 : audit [DBG] from='client.20847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:24:16.126614+0000 mon.c (mon.2) 203 : audit [DBG] from='client.? 172.21.15.177:0/307728430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:24:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:24:15.503677+0000 mgr.y (mgr.24491) 5847 : audit [DBG] from='client.20847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:24:16.126614+0000 mon.c (mon.2) 203 : audit [DBG] from='client.? 172.21.15.177:0/307728430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:24:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:24:15.503677+0000 mgr.y (mgr.24491) 5847 : audit [DBG] from='client.20847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:24:16.126614+0000 mon.c (mon.2) 203 : audit [DBG] from='client.? 172.21.15.177:0/307728430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:24:17.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:17] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:24:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:24:15.787394+0000 mgr.y (mgr.24491) 5848 : audit [DBG] from='client.20853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:16.459933+0000 mgr.y (mgr.24491) 5849 : cluster [DBG] pgmap v5155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:24:15.787394+0000 mgr.y (mgr.24491) 5848 : audit [DBG] from='client.20853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:16.459933+0000 mgr.y (mgr.24491) 5849 : cluster [DBG] pgmap v5155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:24:15.787394+0000 mgr.y (mgr.24491) 5848 : audit [DBG] from='client.20853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:16.459933+0000 mgr.y (mgr.24491) 5849 : cluster [DBG] pgmap v5155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:18.460472+0000 mgr.y (mgr.24491) 5850 : cluster [DBG] pgmap v5156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:18.460472+0000 mgr.y (mgr.24491) 5850 : cluster [DBG] pgmap v5156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:18.460472+0000 mgr.y (mgr.24491) 5850 : cluster [DBG] pgmap v5156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:24:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:20.461330+0000 mgr.y (mgr.24491) 5851 : cluster [DBG] pgmap v5157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:20.461330+0000 mgr.y (mgr.24491) 5851 : cluster [DBG] pgmap v5157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:20.461330+0000 mgr.y (mgr.24491) 5851 : cluster [DBG] pgmap v5157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:22.461824+0000 mgr.y (mgr.24491) 5852 : cluster [DBG] pgmap v5158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:22.461824+0000 mgr.y (mgr.24491) 5852 : cluster [DBG] pgmap v5158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:22.461824+0000 mgr.y (mgr.24491) 5852 : cluster [DBG] pgmap v5158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:24.462626+0000 mgr.y (mgr.24491) 5853 : cluster [DBG] pgmap v5159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:24.462626+0000 mgr.y (mgr.24491) 5853 : cluster [DBG] pgmap v5159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:24.462626+0000 mgr.y (mgr.24491) 5853 : cluster [DBG] pgmap v5159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:27] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:24:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:26.462991+0000 mgr.y (mgr.24491) 5854 : cluster [DBG] pgmap v5160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:26.462991+0000 mgr.y (mgr.24491) 5854 : cluster [DBG] pgmap v5160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:26.462991+0000 mgr.y (mgr.24491) 5854 : cluster [DBG] pgmap v5160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:28.463483+0000 mgr.y (mgr.24491) 5855 : cluster [DBG] pgmap v5161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:28.463483+0000 mgr.y (mgr.24491) 5855 : cluster [DBG] pgmap v5161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:30.006 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:28.463483+0000 mgr.y (mgr.24491) 5855 : cluster [DBG] pgmap v5161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:24:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:30.464222+0000 mgr.y (mgr.24491) 5856 : cluster [DBG] pgmap v5162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:30.464222+0000 mgr.y (mgr.24491) 5856 : cluster [DBG] pgmap v5162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:30.464222+0000 mgr.y (mgr.24491) 5856 : cluster [DBG] pgmap v5162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:32.464820+0000 mgr.y (mgr.24491) 5857 : cluster [DBG] pgmap v5163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:32.464820+0000 mgr.y (mgr.24491) 5857 : cluster [DBG] pgmap v5163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:32.464820+0000 mgr.y (mgr.24491) 5857 : cluster [DBG] pgmap v5163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:34.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:24:33.959835+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:24:34.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:24:34.252006+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:24:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:24:34.252602+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:24:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:24:34.256657+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:24:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:24:33.959835+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:24:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:24:34.252006+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:24:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:24:34.252602+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:24:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:24:34.256657+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:24:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:24:33.959835+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:24:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:24:34.252006+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:24:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:24:34.252602+0000 mon.a (mon.0) 1733 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:24:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:24:34.256657+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:24:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:34.465408+0000 mgr.y (mgr.24491) 5858 : cluster [DBG] pgmap v5164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:34.465408+0000 mgr.y (mgr.24491) 5858 : cluster [DBG] pgmap v5164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:34.465408+0000 mgr.y (mgr.24491) 5858 : cluster [DBG] pgmap v5164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:37.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:24:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:36.465835+0000 mgr.y (mgr.24491) 5859 : cluster [DBG] pgmap v5165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:36.465835+0000 mgr.y (mgr.24491) 5859 : cluster [DBG] pgmap v5165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:36.465835+0000 mgr.y (mgr.24491) 5859 : cluster [DBG] pgmap v5165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:38.466340+0000 mgr.y (mgr.24491) 5860 : cluster [DBG] pgmap v5166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:38.466340+0000 mgr.y (mgr.24491) 5860 : cluster [DBG] pgmap v5166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:38.466340+0000 mgr.y (mgr.24491) 5860 : cluster [DBG] pgmap v5166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:24:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:40.467065+0000 mgr.y (mgr.24491) 5861 : cluster [DBG] pgmap v5167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:40.467065+0000 mgr.y (mgr.24491) 5861 : cluster [DBG] pgmap v5167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:40.467065+0000 mgr.y (mgr.24491) 5861 : cluster [DBG] pgmap v5167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:42.467603+0000 mgr.y (mgr.24491) 5862 : cluster [DBG] pgmap v5168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:42.467603+0000 mgr.y (mgr.24491) 5862 : cluster [DBG] pgmap v5168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:42.467603+0000 mgr.y (mgr.24491) 5862 : cluster [DBG] pgmap v5168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:44.468316+0000 mgr.y (mgr.24491) 5863 : cluster [DBG] pgmap v5169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:44.468316+0000 mgr.y (mgr.24491) 5863 : cluster [DBG] pgmap v5169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:46.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:44.468316+0000 mgr.y (mgr.24491) 5863 : cluster [DBG] pgmap v5169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:46.434 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 7m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 7m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 7m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 7m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 7m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 7m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 7m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 7m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 7m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 7m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:24:46.710 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 7m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:24:46.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 7m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:24:46.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 7m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:24:46.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 7m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:24:46.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 7m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:24:46.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 7m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:24:46.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 7m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:24:46.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 7m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:24:46.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 7m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:24:46.711 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 7m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:24:47.042 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:24:47.042 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:24:47.043 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:24:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:24:46.424361+0000 mgr.y (mgr.24491) 5864 : audit [DBG] from='client.30767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:46.468652+0000 mgr.y (mgr.24491) 5865 : cluster [DBG] pgmap v5170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:24:47.044859+0000 mon.a (mon.0) 1735 : audit [DBG] from='client.? 172.21.15.177:0/612576608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:24:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:47] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:24:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:24:46.424361+0000 mgr.y (mgr.24491) 5864 : audit [DBG] from='client.30767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:46.468652+0000 mgr.y (mgr.24491) 5865 : cluster [DBG] pgmap v5170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:24:47.044859+0000 mon.a (mon.0) 1735 : audit [DBG] from='client.? 172.21.15.177:0/612576608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:24:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:24:46.424361+0000 mgr.y (mgr.24491) 5864 : audit [DBG] from='client.30767 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:46.468652+0000 mgr.y (mgr.24491) 5865 : cluster [DBG] pgmap v5170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:24:47.044859+0000 mon.a (mon.0) 1735 : audit [DBG] from='client.? 172.21.15.177:0/612576608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:24:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:24:46.704340+0000 mgr.y (mgr.24491) 5866 : audit [DBG] from='client.30773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:24:46.704340+0000 mgr.y (mgr.24491) 5866 : audit [DBG] from='client.30773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:24:46.704340+0000 mgr.y (mgr.24491) 5866 : audit [DBG] from='client.30773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:24:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:48.469113+0000 mgr.y (mgr.24491) 5867 : cluster [DBG] pgmap v5171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:48.469113+0000 mgr.y (mgr.24491) 5867 : cluster [DBG] pgmap v5171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:48.469113+0000 mgr.y (mgr.24491) 5867 : cluster [DBG] pgmap v5171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:50.469806+0000 mgr.y (mgr.24491) 5868 : cluster [DBG] pgmap v5172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:51.156 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:50.469806+0000 mgr.y (mgr.24491) 5868 : cluster [DBG] pgmap v5172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:51.157 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:50.469806+0000 mgr.y (mgr.24491) 5868 : cluster [DBG] pgmap v5172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:51.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:24:53.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:52.470176+0000 mgr.y (mgr.24491) 5869 : cluster [DBG] pgmap v5173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:52.470176+0000 mgr.y (mgr.24491) 5869 : cluster [DBG] pgmap v5173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:52.470176+0000 mgr.y (mgr.24491) 5869 : cluster [DBG] pgmap v5173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:54.470773+0000 mgr.y (mgr.24491) 5870 : cluster [DBG] pgmap v5174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:54.470773+0000 mgr.y (mgr.24491) 5870 : cluster [DBG] pgmap v5174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:54.470773+0000 mgr.y (mgr.24491) 5870 : cluster [DBG] pgmap v5174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:57.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:24:57] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:24:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:56.471169+0000 mgr.y (mgr.24491) 5871 : cluster [DBG] pgmap v5175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:56.471169+0000 mgr.y (mgr.24491) 5871 : cluster [DBG] pgmap v5175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:56.471169+0000 mgr.y (mgr.24491) 5871 : cluster [DBG] pgmap v5175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:24:58.471683+0000 mgr.y (mgr.24491) 5872 : cluster [DBG] pgmap v5176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:24:58.471683+0000 mgr.y (mgr.24491) 5872 : cluster [DBG] pgmap v5176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:24:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:24:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:24:58.471683+0000 mgr.y (mgr.24491) 5872 : cluster [DBG] pgmap v5176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:25:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:00.472476+0000 mgr.y (mgr.24491) 5873 : cluster [DBG] pgmap v5177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:00.472476+0000 mgr.y (mgr.24491) 5873 : cluster [DBG] pgmap v5177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:00.472476+0000 mgr.y (mgr.24491) 5873 : cluster [DBG] pgmap v5177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:02.473033+0000 mgr.y (mgr.24491) 5874 : cluster [DBG] pgmap v5178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:02.473033+0000 mgr.y (mgr.24491) 5874 : cluster [DBG] pgmap v5178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:02.473033+0000 mgr.y (mgr.24491) 5874 : cluster [DBG] pgmap v5178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:04.473711+0000 mgr.y (mgr.24491) 5875 : cluster [DBG] pgmap v5179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:04.473711+0000 mgr.y (mgr.24491) 5875 : cluster [DBG] pgmap v5179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:04.473711+0000 mgr.y (mgr.24491) 5875 : cluster [DBG] pgmap v5179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:07.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:25:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:06.474145+0000 mgr.y (mgr.24491) 5876 : cluster [DBG] pgmap v5180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:06.474145+0000 mgr.y (mgr.24491) 5876 : cluster [DBG] pgmap v5180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:06.474145+0000 mgr.y (mgr.24491) 5876 : cluster [DBG] pgmap v5180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:09.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:08.474544+0000 mgr.y (mgr.24491) 5877 : cluster [DBG] pgmap v5181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:08.474544+0000 mgr.y (mgr.24491) 5877 : cluster [DBG] pgmap v5181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:08.474544+0000 mgr.y (mgr.24491) 5877 : cluster [DBG] pgmap v5181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:25:11.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:10.475289+0000 mgr.y (mgr.24491) 5878 : cluster [DBG] pgmap v5182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:10.475289+0000 mgr.y (mgr.24491) 5878 : cluster [DBG] pgmap v5182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:10.475289+0000 mgr.y (mgr.24491) 5878 : cluster [DBG] pgmap v5182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:13.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:12.475787+0000 mgr.y (mgr.24491) 5879 : cluster [DBG] pgmap v5183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:13.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:12.475787+0000 mgr.y (mgr.24491) 5879 : cluster [DBG] pgmap v5183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:12.475787+0000 mgr.y (mgr.24491) 5879 : cluster [DBG] pgmap v5183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:14.476415+0000 mgr.y (mgr.24491) 5880 : cluster [DBG] pgmap v5184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:14.476415+0000 mgr.y (mgr.24491) 5880 : cluster [DBG] pgmap v5184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:14.476415+0000 mgr.y (mgr.24491) 5880 : cluster [DBG] pgmap v5184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:17.354 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:25:17.633 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:25:17.633 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 7m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:25:17.633 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 7m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:25:17.633 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 7m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:25:17.633 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 7m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:25:17.633 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 7m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:25:17.634 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 7m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:25:17.634 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 7m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:25:17.634 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 7m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:25:17.634 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 7m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:25:17.634 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 7m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:25:17.634 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 7m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:25:17.634 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 7m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:25:17.634 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 7m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:25:17.634 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 7m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:25:17.634 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 7m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:25:17.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 7m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:25:17.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 7m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:25:17.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 7m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:25:17.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 7m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:25:17.635 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 7m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:25:17.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:25:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:16.476835+0000 mgr.y (mgr.24491) 5881 : cluster [DBG] pgmap v5185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:16.476835+0000 mgr.y (mgr.24491) 5881 : cluster [DBG] pgmap v5185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:17.967 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:25:17.968 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:25:17.968 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:25:17.968 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:25:17.968 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:25:17.968 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:25:17.968 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:25:17.968 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:25:17.968 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:25:17.968 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:25:17.968 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:25:17.968 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:25:17.969 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:25:17.969 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:25:17.969 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:25:17.969 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:25:17.969 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:25:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:16.476835+0000 mgr.y (mgr.24491) 5881 : cluster [DBG] pgmap v5185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:25:17.344451+0000 mgr.y (mgr.24491) 5882 : audit [DBG] from='client.30785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:25:17.627778+0000 mgr.y (mgr.24491) 5883 : audit [DBG] from='client.20889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:25:17.969920+0000 mon.c (mon.2) 204 : audit [DBG] from='client.? 172.21.15.177:0/2082440749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:25:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:25:17.344451+0000 mgr.y (mgr.24491) 5882 : audit [DBG] from='client.30785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:25:17.627778+0000 mgr.y (mgr.24491) 5883 : audit [DBG] from='client.20889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:25:17.969920+0000 mon.c (mon.2) 204 : audit [DBG] from='client.? 172.21.15.177:0/2082440749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:25:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:25:17.344451+0000 mgr.y (mgr.24491) 5882 : audit [DBG] from='client.30785 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:25:17.627778+0000 mgr.y (mgr.24491) 5883 : audit [DBG] from='client.20889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:25:17.969920+0000 mon.c (mon.2) 204 : audit [DBG] from='client.? 172.21.15.177:0/2082440749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:25:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:18.477180+0000 mgr.y (mgr.24491) 5884 : cluster [DBG] pgmap v5186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:18.477180+0000 mgr.y (mgr.24491) 5884 : cluster [DBG] pgmap v5186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:18.477180+0000 mgr.y (mgr.24491) 5884 : cluster [DBG] pgmap v5186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:25:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:20.477817+0000 mgr.y (mgr.24491) 5885 : cluster [DBG] pgmap v5187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:20.477817+0000 mgr.y (mgr.24491) 5885 : cluster [DBG] pgmap v5187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:20.477817+0000 mgr.y (mgr.24491) 5885 : cluster [DBG] pgmap v5187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:22.478389+0000 mgr.y (mgr.24491) 5886 : cluster [DBG] pgmap v5188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:22.478389+0000 mgr.y (mgr.24491) 5886 : cluster [DBG] pgmap v5188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:22.478389+0000 mgr.y (mgr.24491) 5886 : cluster [DBG] pgmap v5188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:24.479040+0000 mgr.y (mgr.24491) 5887 : cluster [DBG] pgmap v5189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:24.479040+0000 mgr.y (mgr.24491) 5887 : cluster [DBG] pgmap v5189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:24.479040+0000 mgr.y (mgr.24491) 5887 : cluster [DBG] pgmap v5189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:27.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:26.479456+0000 mgr.y (mgr.24491) 5888 : cluster [DBG] pgmap v5190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:25:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:26.479456+0000 mgr.y (mgr.24491) 5888 : cluster [DBG] pgmap v5190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:26.479456+0000 mgr.y (mgr.24491) 5888 : cluster [DBG] pgmap v5190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:28.479836+0000 mgr.y (mgr.24491) 5889 : cluster [DBG] pgmap v5191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:28.479836+0000 mgr.y (mgr.24491) 5889 : cluster [DBG] pgmap v5191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:28.479836+0000 mgr.y (mgr.24491) 5889 : cluster [DBG] pgmap v5191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:25:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:30.480736+0000 mgr.y (mgr.24491) 5890 : cluster [DBG] pgmap v5192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:30.480736+0000 mgr.y (mgr.24491) 5890 : cluster [DBG] pgmap v5192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:30.480736+0000 mgr.y (mgr.24491) 5890 : cluster [DBG] pgmap v5192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:32.481284+0000 mgr.y (mgr.24491) 5891 : cluster [DBG] pgmap v5193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:32.481284+0000 mgr.y (mgr.24491) 5891 : cluster [DBG] pgmap v5193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:32.481284+0000 mgr.y (mgr.24491) 5891 : cluster [DBG] pgmap v5193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:25:34.260824+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:25:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:25:34.551220+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:25:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:25:34.551856+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:25:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:25:34.555870+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:25:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:25:34.260824+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:25:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:25:34.551220+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:25:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:25:34.551856+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:25:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:25:34.555870+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:25:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:25:34.260824+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:25:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:25:34.551220+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:25:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:25:34.551856+0000 mon.a (mon.0) 1738 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:25:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:25:34.555870+0000 mon.a (mon.0) 1739 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:25:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:34.481856+0000 mgr.y (mgr.24491) 5892 : cluster [DBG] pgmap v5194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:34.481856+0000 mgr.y (mgr.24491) 5892 : cluster [DBG] pgmap v5194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:34.481856+0000 mgr.y (mgr.24491) 5892 : cluster [DBG] pgmap v5194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:37.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:25:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:36.482401+0000 mgr.y (mgr.24491) 5893 : cluster [DBG] pgmap v5195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:36.482401+0000 mgr.y (mgr.24491) 5893 : cluster [DBG] pgmap v5195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:36.482401+0000 mgr.y (mgr.24491) 5893 : cluster [DBG] pgmap v5195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:38.482790+0000 mgr.y (mgr.24491) 5894 : cluster [DBG] pgmap v5196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:38.482790+0000 mgr.y (mgr.24491) 5894 : cluster [DBG] pgmap v5196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:38.482790+0000 mgr.y (mgr.24491) 5894 : cluster [DBG] pgmap v5196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:25:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:40.483496+0000 mgr.y (mgr.24491) 5895 : cluster [DBG] pgmap v5197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:40.483496+0000 mgr.y (mgr.24491) 5895 : cluster [DBG] pgmap v5197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:40.483496+0000 mgr.y (mgr.24491) 5895 : cluster [DBG] pgmap v5197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:42.483927+0000 mgr.y (mgr.24491) 5896 : cluster [DBG] pgmap v5198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:43.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:42.483927+0000 mgr.y (mgr.24491) 5896 : cluster [DBG] pgmap v5198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:42.483927+0000 mgr.y (mgr.24491) 5896 : cluster [DBG] pgmap v5198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:44.484510+0000 mgr.y (mgr.24491) 5897 : cluster [DBG] pgmap v5199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:44.484510+0000 mgr.y (mgr.24491) 5897 : cluster [DBG] pgmap v5199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:44.484510+0000 mgr.y (mgr.24491) 5897 : cluster [DBG] pgmap v5199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:47.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:25:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:46.484952+0000 mgr.y (mgr.24491) 5898 : cluster [DBG] pgmap v5200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:46.484952+0000 mgr.y (mgr.24491) 5898 : cluster [DBG] pgmap v5200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:46.484952+0000 mgr.y (mgr.24491) 5898 : cluster [DBG] pgmap v5200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:48.279 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:25:48.553 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:25:48.554 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:25:48.554 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:25:48.554 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:25:48.554 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:25:48.554 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:25:48.554 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:25:48.554 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:25:48.554 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:25:48.554 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:25:48.887 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:25:48.888 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:25:48.888 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:25:48.888 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:25:48.888 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:25:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:25:48.269748+0000 mgr.y (mgr.24491) 5899 : audit [DBG] from='client.20901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:48.485337+0000 mgr.y (mgr.24491) 5900 : cluster [DBG] pgmap v5201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:25:48.547650+0000 mgr.y (mgr.24491) 5901 : audit [DBG] from='client.20907 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:25:48.889071+0000 mon.a (mon.0) 1740 : audit [DBG] from='client.? 172.21.15.177:0/611896426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:25:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:25:48.269748+0000 mgr.y (mgr.24491) 5899 : audit [DBG] from='client.20901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:48.485337+0000 mgr.y (mgr.24491) 5900 : cluster [DBG] pgmap v5201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:25:48.547650+0000 mgr.y (mgr.24491) 5901 : audit [DBG] from='client.20907 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:25:48.889071+0000 mon.a (mon.0) 1740 : audit [DBG] from='client.? 172.21.15.177:0/611896426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:25:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:25:48.269748+0000 mgr.y (mgr.24491) 5899 : audit [DBG] from='client.20901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:48.485337+0000 mgr.y (mgr.24491) 5900 : cluster [DBG] pgmap v5201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:25:48.547650+0000 mgr.y (mgr.24491) 5901 : audit [DBG] from='client.20907 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:25:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:25:48.889071+0000 mon.a (mon.0) 1740 : audit [DBG] from='client.? 172.21.15.177:0/611896426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:25:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:25:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:50.486020+0000 mgr.y (mgr.24491) 5902 : cluster [DBG] pgmap v5202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:50.486020+0000 mgr.y (mgr.24491) 5902 : cluster [DBG] pgmap v5202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:50.486020+0000 mgr.y (mgr.24491) 5902 : cluster [DBG] pgmap v5202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:52.486382+0000 mgr.y (mgr.24491) 5903 : cluster [DBG] pgmap v5203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:53.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:52.486382+0000 mgr.y (mgr.24491) 5903 : cluster [DBG] pgmap v5203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:52.486382+0000 mgr.y (mgr.24491) 5903 : cluster [DBG] pgmap v5203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:54.486997+0000 mgr.y (mgr.24491) 5904 : cluster [DBG] pgmap v5204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:54.486997+0000 mgr.y (mgr.24491) 5904 : cluster [DBG] pgmap v5204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:54.486997+0000 mgr.y (mgr.24491) 5904 : cluster [DBG] pgmap v5204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:25:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:25:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:56.487388+0000 mgr.y (mgr.24491) 5905 : cluster [DBG] pgmap v5205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:56.487388+0000 mgr.y (mgr.24491) 5905 : cluster [DBG] pgmap v5205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:56.487388+0000 mgr.y (mgr.24491) 5905 : cluster [DBG] pgmap v5205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:25:58.487867+0000 mgr.y (mgr.24491) 5906 : cluster [DBG] pgmap v5206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:25:58.487867+0000 mgr.y (mgr.24491) 5906 : cluster [DBG] pgmap v5206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:25:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:25:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:25:58.487867+0000 mgr.y (mgr.24491) 5906 : cluster [DBG] pgmap v5206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:26:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:00.488536+0000 mgr.y (mgr.24491) 5907 : cluster [DBG] pgmap v5207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:01.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:00.488536+0000 mgr.y (mgr.24491) 5907 : cluster [DBG] pgmap v5207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:00.488536+0000 mgr.y (mgr.24491) 5907 : cluster [DBG] pgmap v5207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:02.488972+0000 mgr.y (mgr.24491) 5908 : cluster [DBG] pgmap v5208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:02.488972+0000 mgr.y (mgr.24491) 5908 : cluster [DBG] pgmap v5208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:02.488972+0000 mgr.y (mgr.24491) 5908 : cluster [DBG] pgmap v5208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:04.489710+0000 mgr.y (mgr.24491) 5909 : cluster [DBG] pgmap v5209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:04.489710+0000 mgr.y (mgr.24491) 5909 : cluster [DBG] pgmap v5209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:04.489710+0000 mgr.y (mgr.24491) 5909 : cluster [DBG] pgmap v5209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:06.490140+0000 mgr.y (mgr.24491) 5910 : cluster [DBG] pgmap v5210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:06.490140+0000 mgr.y (mgr.24491) 5910 : cluster [DBG] pgmap v5210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T06:26:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:06.490140+0000 mgr.y (mgr.24491) 5910 : cluster [DBG] pgmap v5210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:08.490580+0000 mgr.y (mgr.24491) 5911 : cluster [DBG] pgmap v5211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:08.490580+0000 mgr.y (mgr.24491) 5911 : cluster [DBG] pgmap v5211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:08.490580+0000 mgr.y (mgr.24491) 5911 : cluster [DBG] pgmap v5211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:26:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:10.491449+0000 mgr.y (mgr.24491) 5912 : cluster [DBG] pgmap v5212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:12.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:10.491449+0000 mgr.y (mgr.24491) 5912 : cluster [DBG] pgmap v5212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:10.491449+0000 mgr.y (mgr.24491) 5912 : cluster [DBG] pgmap v5212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:12.491913+0000 mgr.y (mgr.24491) 5913 : cluster [DBG] pgmap v5213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:14.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:12.491913+0000 mgr.y (mgr.24491) 5913 : cluster [DBG] pgmap v5213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:12.491913+0000 mgr.y (mgr.24491) 5913 : cluster [DBG] pgmap v5213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:14.492539+0000 mgr.y (mgr.24491) 5914 : cluster [DBG] pgmap v5214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:16.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:14.492539+0000 mgr.y (mgr.24491) 5914 : cluster [DBG] pgmap v5214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:14.492539+0000 mgr.y (mgr.24491) 5914 : cluster [DBG] pgmap v5214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:16.493019+0000 mgr.y (mgr.24491) 5915 : cluster [DBG] pgmap v5215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:26:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:16.493019+0000 mgr.y (mgr.24491) 5915 : cluster [DBG] pgmap v5215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:16.493019+0000 mgr.y (mgr.24491) 5915 : cluster [DBG] pgmap v5215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:19.191 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:26:19.468 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:26:19.468 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 8m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:26:19.468 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 8m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:26:19.468 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 8m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:26:19.468 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 8m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:26:19.468 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 8m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:26:19.469 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 8m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:26:19.469 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 8m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:26:19.469 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 8m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:26:19.469 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 8m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:26:19.469 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 8m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:26:19.469 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 8m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:26:19.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 8m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:26:19.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 8m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:26:19.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 8m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:26:19.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 8m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:26:19.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 8m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:26:19.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 8m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:26:19.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 8m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:26:19.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 8m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:26:19.470 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 8m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:26:19.803 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:26:19.803 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:26:19.803 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:26:19.803 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:26:19.804 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:26:19.804 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:26:19.804 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:26:19.804 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:26:19.804 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:26:19.804 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:26:19.804 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:26:19.804 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:26:19.804 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:26:19.804 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:26:19.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:26:19.805 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:26:19.805 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:26:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:18.493531+0000 mgr.y (mgr.24491) 5916 : cluster [DBG] pgmap v5216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:18.493531+0000 mgr.y (mgr.24491) 5916 : cluster [DBG] pgmap v5216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:18.493531+0000 mgr.y (mgr.24491) 5916 : cluster [DBG] pgmap v5216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:26:19.180988+0000 mgr.y (mgr.24491) 5917 : audit [DBG] from='client.20919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:26:19.462634+0000 mgr.y (mgr.24491) 5918 : audit [DBG] from='client.20925 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:26:19.805356+0000 mon.c (mon.2) 205 : audit [DBG] from='client.? 172.21.15.177:0/2960928265' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:26:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:26:19.180988+0000 mgr.y (mgr.24491) 5917 : audit [DBG] from='client.20919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:26:19.462634+0000 mgr.y (mgr.24491) 5918 : audit [DBG] from='client.20925 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:26:19.805356+0000 mon.c (mon.2) 205 : audit [DBG] from='client.? 172.21.15.177:0/2960928265' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:26:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:26:19.180988+0000 mgr.y (mgr.24491) 5917 : audit [DBG] from='client.20919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:26:19.462634+0000 mgr.y (mgr.24491) 5918 : audit [DBG] from='client.20925 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:26:19.805356+0000 mon.c (mon.2) 205 : audit [DBG] from='client.? 172.21.15.177:0/2960928265' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:26:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:26:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:20.494325+0000 mgr.y (mgr.24491) 5919 : cluster [DBG] pgmap v5217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:22.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:20.494325+0000 mgr.y (mgr.24491) 5919 : cluster [DBG] pgmap v5217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:20.494325+0000 mgr.y (mgr.24491) 5919 : cluster [DBG] pgmap v5217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:22.494697+0000 mgr.y (mgr.24491) 5920 : cluster [DBG] pgmap v5218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:22.494697+0000 mgr.y (mgr.24491) 5920 : cluster [DBG] pgmap v5218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:22.494697+0000 mgr.y (mgr.24491) 5920 : cluster [DBG] pgmap v5218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:24.495338+0000 mgr.y (mgr.24491) 5921 : cluster [DBG] pgmap v5219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:24.495338+0000 mgr.y (mgr.24491) 5921 : cluster [DBG] pgmap v5219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:24.495338+0000 mgr.y (mgr.24491) 5921 : cluster [DBG] pgmap v5219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:26:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:26.495934+0000 mgr.y (mgr.24491) 5922 : cluster [DBG] pgmap v5220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:26.495934+0000 mgr.y (mgr.24491) 5922 : cluster [DBG] pgmap v5220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:26.495934+0000 mgr.y (mgr.24491) 5922 : cluster [DBG] pgmap v5220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:28.496507+0000 mgr.y (mgr.24491) 5923 : cluster [DBG] pgmap v5221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:28.496507+0000 mgr.y (mgr.24491) 5923 : cluster [DBG] pgmap v5221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:28.496507+0000 mgr.y (mgr.24491) 5923 : cluster [DBG] pgmap v5221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:26:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:30.497235+0000 mgr.y (mgr.24491) 5924 : cluster [DBG] pgmap v5222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:30.497235+0000 mgr.y (mgr.24491) 5924 : cluster [DBG] pgmap v5222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:30.497235+0000 mgr.y (mgr.24491) 5924 : cluster [DBG] pgmap v5222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:33.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:32.497656+0000 mgr.y (mgr.24491) 5925 : cluster [DBG] pgmap v5223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:32.497656+0000 mgr.y (mgr.24491) 5925 : cluster [DBG] pgmap v5223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:32.497656+0000 mgr.y (mgr.24491) 5925 : cluster [DBG] pgmap v5223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:26:34.560346+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:26:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:26:34.560346+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:26:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:26:34.560346+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:26:35.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:34.498448+0000 mgr.y (mgr.24491) 5926 : cluster [DBG] pgmap v5224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:26:34.856186+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:26:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:26:34.856855+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:26:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:26:34.861339+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:26:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:34.498448+0000 mgr.y (mgr.24491) 5926 : cluster [DBG] pgmap v5224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:26:34.856186+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:26:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:26:34.856855+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:26:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:26:34.861339+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:26:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:34.498448+0000 mgr.y (mgr.24491) 5926 : cluster [DBG] pgmap v5224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:26:34.856186+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:26:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:26:34.856855+0000 mon.a (mon.0) 1743 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:26:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:26:34.861339+0000 mon.a (mon.0) 1744 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:26:37.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:26:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:36.498853+0000 mgr.y (mgr.24491) 5927 : cluster [DBG] pgmap v5225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:36.498853+0000 mgr.y (mgr.24491) 5927 : cluster [DBG] pgmap v5225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:36.498853+0000 mgr.y (mgr.24491) 5927 : cluster [DBG] pgmap v5225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:38.499381+0000 mgr.y (mgr.24491) 5928 : cluster [DBG] pgmap v5226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:38.499381+0000 mgr.y (mgr.24491) 5928 : cluster [DBG] pgmap v5226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:38.499381+0000 mgr.y (mgr.24491) 5928 : cluster [DBG] pgmap v5226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:26:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:40.500162+0000 mgr.y (mgr.24491) 5929 : cluster [DBG] pgmap v5227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:40.500162+0000 mgr.y (mgr.24491) 5929 : cluster [DBG] pgmap v5227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:40.500162+0000 mgr.y (mgr.24491) 5929 : cluster [DBG] pgmap v5227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:42.500735+0000 mgr.y (mgr.24491) 5930 : cluster [DBG] pgmap v5228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:42.500735+0000 mgr.y (mgr.24491) 5930 : cluster [DBG] pgmap v5228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:42.500735+0000 mgr.y (mgr.24491) 5930 : cluster [DBG] pgmap v5228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:44.501332+0000 mgr.y (mgr.24491) 5931 : cluster [DBG] pgmap v5229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:44.501332+0000 mgr.y (mgr.24491) 5931 : cluster [DBG] pgmap v5229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:44.501332+0000 mgr.y (mgr.24491) 5931 : cluster [DBG] pgmap v5229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:47.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:46.501880+0000 mgr.y (mgr.24491) 5932 : cluster [DBG] pgmap v5230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:26:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:46.501880+0000 mgr.y (mgr.24491) 5932 : cluster [DBG] pgmap v5230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:46.501880+0000 mgr.y (mgr.24491) 5932 : cluster [DBG] pgmap v5230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:48.502423+0000 mgr.y (mgr.24491) 5933 : cluster [DBG] pgmap v5231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:48.502423+0000 mgr.y (mgr.24491) 5933 : cluster [DBG] pgmap v5231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:48.502423+0000 mgr.y (mgr.24491) 5933 : cluster [DBG] pgmap v5231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:50.113 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:26:50.387 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:26:50.387 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:26:50.387 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:26:50.387 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:26:50.387 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:26:50.387 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:26:50.388 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (2h) 9m ago 2h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:26:50.388 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (2h) 9m ago 2h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:26:50.388 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:26:50.388 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:26:50.388 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:26:50.388 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:26:50.388 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:26:50.388 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:26:50.388 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:26:50.388 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:26:50.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:26:50.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:26:50.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:26:50.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:26:50.389 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:26:50.721 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:26:50.721 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:26:50.721 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:26:50.721 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:26:50.721 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:26:50.721 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:26:50.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:26:50.722 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:26:50.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:26:50.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:26:50.722 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:26:50.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:26:50.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:26:50.722 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:26:50.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:26:50.722 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:26:50.723 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:26:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:26:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:26:50.103455+0000 mgr.y (mgr.24491) 5934 : audit [DBG] from='client.20937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:26:50.381512+0000 mgr.y (mgr.24491) 5935 : audit [DBG] from='client.30845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:50.503111+0000 mgr.y (mgr.24491) 5936 : cluster [DBG] pgmap v5232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:26:50.723235+0000 mon.c (mon.2) 206 : audit [DBG] from='client.? 172.21.15.177:0/318458258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:26:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:26:50.103455+0000 mgr.y (mgr.24491) 5934 : audit [DBG] from='client.20937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:26:50.381512+0000 mgr.y (mgr.24491) 5935 : audit [DBG] from='client.30845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:50.503111+0000 mgr.y (mgr.24491) 5936 : cluster [DBG] pgmap v5232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:26:50.723235+0000 mon.c (mon.2) 206 : audit [DBG] from='client.? 172.21.15.177:0/318458258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:26:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:26:50.103455+0000 mgr.y (mgr.24491) 5934 : audit [DBG] from='client.20937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:26:50.381512+0000 mgr.y (mgr.24491) 5935 : audit [DBG] from='client.30845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:26:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:50.503111+0000 mgr.y (mgr.24491) 5936 : cluster [DBG] pgmap v5232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:26:50.723235+0000 mon.c (mon.2) 206 : audit [DBG] from='client.? 172.21.15.177:0/318458258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:26:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:52.503607+0000 mgr.y (mgr.24491) 5937 : cluster [DBG] pgmap v5233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:52.503607+0000 mgr.y (mgr.24491) 5937 : cluster [DBG] pgmap v5233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:52.503607+0000 mgr.y (mgr.24491) 5937 : cluster [DBG] pgmap v5233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:54.504440+0000 mgr.y (mgr.24491) 5938 : cluster [DBG] pgmap v5234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:54.504440+0000 mgr.y (mgr.24491) 5938 : cluster [DBG] pgmap v5234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:54.504440+0000 mgr.y (mgr.24491) 5938 : cluster [DBG] pgmap v5234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:26:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:26:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:56.504851+0000 mgr.y (mgr.24491) 5939 : cluster [DBG] pgmap v5235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:56.504851+0000 mgr.y (mgr.24491) 5939 : cluster [DBG] pgmap v5235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:56.504851+0000 mgr.y (mgr.24491) 5939 : cluster [DBG] pgmap v5235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:26:58.505330+0000 mgr.y (mgr.24491) 5940 : cluster [DBG] pgmap v5236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:26:58.505330+0000 mgr.y (mgr.24491) 5940 : cluster [DBG] pgmap v5236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:26:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:26:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:26:58.505330+0000 mgr.y (mgr.24491) 5940 : cluster [DBG] pgmap v5236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:27:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:00.505997+0000 mgr.y (mgr.24491) 5941 : cluster [DBG] pgmap v5237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:00.505997+0000 mgr.y (mgr.24491) 5941 : cluster [DBG] pgmap v5237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:00.505997+0000 mgr.y (mgr.24491) 5941 : cluster [DBG] pgmap v5237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:02.506546+0000 mgr.y (mgr.24491) 5942 : cluster [DBG] pgmap v5238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:02.506546+0000 mgr.y (mgr.24491) 5942 : cluster [DBG] pgmap v5238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:02.506546+0000 mgr.y (mgr.24491) 5942 : cluster [DBG] pgmap v5238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:04.507181+0000 mgr.y (mgr.24491) 5943 : cluster [DBG] pgmap v5239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:04.507181+0000 mgr.y (mgr.24491) 5943 : cluster [DBG] pgmap v5239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:04.507181+0000 mgr.y (mgr.24491) 5943 : cluster [DBG] pgmap v5239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:27:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:06.507575+0000 mgr.y (mgr.24491) 5944 : cluster [DBG] pgmap v5240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:06.507575+0000 mgr.y (mgr.24491) 5944 : cluster [DBG] pgmap v5240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:06.507575+0000 mgr.y (mgr.24491) 5944 : cluster [DBG] pgmap v5240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:08.508054+0000 mgr.y (mgr.24491) 5945 : cluster [DBG] pgmap v5241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:08.508054+0000 mgr.y (mgr.24491) 5945 : cluster [DBG] pgmap v5241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:08.508054+0000 mgr.y (mgr.24491) 5945 : cluster [DBG] pgmap v5241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:27:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:10.508807+0000 mgr.y (mgr.24491) 5946 : cluster [DBG] pgmap v5242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:10.508807+0000 mgr.y (mgr.24491) 5946 : cluster [DBG] pgmap v5242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:10.508807+0000 mgr.y (mgr.24491) 5946 : cluster [DBG] pgmap v5242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:13.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:12.509221+0000 mgr.y (mgr.24491) 5947 : cluster [DBG] pgmap v5243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:12.509221+0000 mgr.y (mgr.24491) 5947 : cluster [DBG] pgmap v5243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:12.509221+0000 mgr.y (mgr.24491) 5947 : cluster [DBG] pgmap v5243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:15.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:14.509756+0000 mgr.y (mgr.24491) 5948 : cluster [DBG] pgmap v5244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:14.509756+0000 mgr.y (mgr.24491) 5948 : cluster [DBG] pgmap v5244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:14.509756+0000 mgr.y (mgr.24491) 5948 : cluster [DBG] pgmap v5244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:27:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:16.510272+0000 mgr.y (mgr.24491) 5949 : cluster [DBG] pgmap v5245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:16.510272+0000 mgr.y (mgr.24491) 5949 : cluster [DBG] pgmap v5245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:16.510272+0000 mgr.y (mgr.24491) 5949 : cluster [DBG] pgmap v5245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:18.510811+0000 mgr.y (mgr.24491) 5950 : cluster [DBG] pgmap v5246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:18.510811+0000 mgr.y (mgr.24491) 5950 : cluster [DBG] pgmap v5246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:18.510811+0000 mgr.y (mgr.24491) 5950 : cluster [DBG] pgmap v5246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:21.029 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:27:21.304 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:27:21.304 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 9m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:27:21.304 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 9m ago 2h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:27:21.304 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 9m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:27:21.304 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 9m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:27:21.305 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 9m ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:27:21.305 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 9m ago 3h 466M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:27:21.305 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 9m ago 3h 477M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:27:21.305 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 9m ago 2h 245M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:27:21.305 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 9m ago 2h 249M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:27:21.305 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 9m ago 2h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:27:21.305 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 9m ago 2h 28.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:27:21.305 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 9m ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:27:21.305 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 9m ago 2h 44.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:27:21.305 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 9m ago 2h 40.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:27:21.306 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 9m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:27:21.306 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 9m ago 2h 43.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:27:21.306 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 9m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:27:21.306 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 9m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:27:21.306 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 9m ago 2h 42.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:27:21.306 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 9m ago 2h 93.0M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:27:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:27:21.640 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:27:21.640 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:27:21.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:27:21.640 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:27:21.640 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:27:21.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:27:21.640 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:27:21.640 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:27:21.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:27:21.640 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:27:21.640 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:27:21.641 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:27:21.641 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:27:21.641 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:27:21.641 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:27:21.641 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:27:21.641 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:27:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:20.511679+0000 mgr.y (mgr.24491) 5951 : cluster [DBG] pgmap v5247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:21.642147+0000 mon.c (mon.2) 207 : audit [DBG] from='client.? 172.21.15.177:0/1257682385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:27:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:20.511679+0000 mgr.y (mgr.24491) 5951 : cluster [DBG] pgmap v5247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:21.642147+0000 mon.c (mon.2) 207 : audit [DBG] from='client.? 172.21.15.177:0/1257682385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:27:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:20.511679+0000 mgr.y (mgr.24491) 5951 : cluster [DBG] pgmap v5247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:21.642147+0000 mon.c (mon.2) 207 : audit [DBG] from='client.? 172.21.15.177:0/1257682385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:27:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:21.018891+0000 mgr.y (mgr.24491) 5952 : audit [DBG] from='client.20955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:21.298442+0000 mgr.y (mgr.24491) 5953 : audit [DBG] from='client.20961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:21.018891+0000 mgr.y (mgr.24491) 5952 : audit [DBG] from='client.20955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:21.298442+0000 mgr.y (mgr.24491) 5953 : audit [DBG] from='client.20961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:21.018891+0000 mgr.y (mgr.24491) 5952 : audit [DBG] from='client.20955 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:21.298442+0000 mgr.y (mgr.24491) 5953 : audit [DBG] from='client.20961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:22.512028+0000 mgr.y (mgr.24491) 5954 : cluster [DBG] pgmap v5248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:22.512028+0000 mgr.y (mgr.24491) 5954 : cluster [DBG] pgmap v5248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:22.512028+0000 mgr.y (mgr.24491) 5954 : cluster [DBG] pgmap v5248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:24.512635+0000 mgr.y (mgr.24491) 5955 : cluster [DBG] pgmap v5249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:24.512635+0000 mgr.y (mgr.24491) 5955 : cluster [DBG] pgmap v5249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:24.512635+0000 mgr.y (mgr.24491) 5955 : cluster [DBG] pgmap v5249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:26.513050+0000 mgr.y (mgr.24491) 5956 : cluster [DBG] pgmap v5250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:27:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:26.513050+0000 mgr.y (mgr.24491) 5956 : cluster [DBG] pgmap v5250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:26.513050+0000 mgr.y (mgr.24491) 5956 : cluster [DBG] pgmap v5250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:28.513540+0000 mgr.y (mgr.24491) 5957 : cluster [DBG] pgmap v5251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:28.513540+0000 mgr.y (mgr.24491) 5957 : cluster [DBG] pgmap v5251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:28.513540+0000 mgr.y (mgr.24491) 5957 : cluster [DBG] pgmap v5251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:27:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:30.514191+0000 mgr.y (mgr.24491) 5958 : cluster [DBG] pgmap v5252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:30.514191+0000 mgr.y (mgr.24491) 5958 : cluster [DBG] pgmap v5252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:30.514191+0000 mgr.y (mgr.24491) 5958 : cluster [DBG] pgmap v5252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:32.514604+0000 mgr.y (mgr.24491) 5959 : cluster [DBG] pgmap v5253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:32.514604+0000 mgr.y (mgr.24491) 5959 : cluster [DBG] pgmap v5253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:32.514604+0000 mgr.y (mgr.24491) 5959 : cluster [DBG] pgmap v5253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:34.515314+0000 mgr.y (mgr.24491) 5960 : cluster [DBG] pgmap v5254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:34.865544+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:27:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:34.515314+0000 mgr.y (mgr.24491) 5960 : cluster [DBG] pgmap v5254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:34.865544+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:27:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:34.515314+0000 mgr.y (mgr.24491) 5960 : cluster [DBG] pgmap v5254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:34.865544+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:27:37.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:36.515821+0000 mgr.y (mgr.24491) 5961 : cluster [DBG] pgmap v5255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:37.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:37.503341+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:27:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:27:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:36.515821+0000 mgr.y (mgr.24491) 5961 : cluster [DBG] pgmap v5255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:37.503341+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:27:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:36.515821+0000 mgr.y (mgr.24491) 5961 : cluster [DBG] pgmap v5255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:37.503341+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:27:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:38.365495+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:27:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:38.516285+0000 mgr.y (mgr.24491) 5962 : cluster [DBG] pgmap v5256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:38.643892+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:27:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:38.644820+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:27:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:38.650327+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:27:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:38.365495+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:27:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:38.516285+0000 mgr.y (mgr.24491) 5962 : cluster [DBG] pgmap v5256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:38.643892+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:27:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:38.644820+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:27:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:38.650327+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:27:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:38.365495+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:27:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:38.516285+0000 mgr.y (mgr.24491) 5962 : cluster [DBG] pgmap v5256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:38.643892+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:27:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:38.644820+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:27:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:38.650327+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:27:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:27:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:40.516923+0000 mgr.y (mgr.24491) 5963 : cluster [DBG] pgmap v5257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:40.516923+0000 mgr.y (mgr.24491) 5963 : cluster [DBG] pgmap v5257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:40.516923+0000 mgr.y (mgr.24491) 5963 : cluster [DBG] pgmap v5257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:42.517365+0000 mgr.y (mgr.24491) 5964 : cluster [DBG] pgmap v5258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:42.517365+0000 mgr.y (mgr.24491) 5964 : cluster [DBG] pgmap v5258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:42.517365+0000 mgr.y (mgr.24491) 5964 : cluster [DBG] pgmap v5258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:45.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:44.517905+0000 mgr.y (mgr.24491) 5965 : cluster [DBG] pgmap v5259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:44.517905+0000 mgr.y (mgr.24491) 5965 : cluster [DBG] pgmap v5259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:44.517905+0000 mgr.y (mgr.24491) 5965 : cluster [DBG] pgmap v5259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:47.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:27:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:46.518350+0000 mgr.y (mgr.24491) 5966 : cluster [DBG] pgmap v5260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:46.518350+0000 mgr.y (mgr.24491) 5966 : cluster [DBG] pgmap v5260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:46.518350+0000 mgr.y (mgr.24491) 5966 : cluster [DBG] pgmap v5260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:48.518759+0000 mgr.y (mgr.24491) 5967 : cluster [DBG] pgmap v5261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:48.518759+0000 mgr.y (mgr.24491) 5967 : cluster [DBG] pgmap v5261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:48.518759+0000 mgr.y (mgr.24491) 5967 : cluster [DBG] pgmap v5261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:27:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:50.519520+0000 mgr.y (mgr.24491) 5968 : cluster [DBG] pgmap v5262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:50.519520+0000 mgr.y (mgr.24491) 5968 : cluster [DBG] pgmap v5262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:51.953 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:27:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:50.519520+0000 mgr.y (mgr.24491) 5968 : cluster [DBG] pgmap v5262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:52.227 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:27:52.227 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 14s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:27:52.227 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 13s ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:27:52.227 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 14s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:27:52.227 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 13s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:27:52.227 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 13s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:27:52.227 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 14s ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:27:52.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 14s ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:27:52.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 13s ago 2h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:27:52.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 14s ago 2h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:27:52.228 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 14s ago 2h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:27:52.228 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 13s ago 2h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:27:52.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 14s ago 2h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:27:52.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 14s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:27:52.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 14s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:27:52.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 14s ago 2h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:27:52.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 13s ago 2h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:27:52.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 13s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:27:52.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 13s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:27:52.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 13s ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:27:52.228 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 13s ago 2h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:27:52.571 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:27:52.571 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:27:52.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:27:52.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:27:52.572 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:27:52.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:27:52.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:27:52.572 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:27:52.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:27:52.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:27:52.572 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:27:52.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:27:52.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:27:52.573 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:27:52.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:27:52.573 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:27:52.573 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:27:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:52.573567+0000 mon.c (mon.2) 208 : audit [DBG] from='client.? 172.21.15.177:0/3174577812' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:27:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:52.573567+0000 mon.c (mon.2) 208 : audit [DBG] from='client.? 172.21.15.177:0/3174577812' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:27:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:52.573567+0000 mon.c (mon.2) 208 : audit [DBG] from='client.? 172.21.15.177:0/3174577812' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:27:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:51.943615+0000 mgr.y (mgr.24491) 5969 : audit [DBG] from='client.30875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:27:52.222007+0000 mgr.y (mgr.24491) 5970 : audit [DBG] from='client.30881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:52.519886+0000 mgr.y (mgr.24491) 5971 : cluster [DBG] pgmap v5263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:51.943615+0000 mgr.y (mgr.24491) 5969 : audit [DBG] from='client.30875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:27:52.222007+0000 mgr.y (mgr.24491) 5970 : audit [DBG] from='client.30881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:52.519886+0000 mgr.y (mgr.24491) 5971 : cluster [DBG] pgmap v5263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:51.943615+0000 mgr.y (mgr.24491) 5969 : audit [DBG] from='client.30875 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:27:52.222007+0000 mgr.y (mgr.24491) 5970 : audit [DBG] from='client.30881 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:27:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:52.519886+0000 mgr.y (mgr.24491) 5971 : cluster [DBG] pgmap v5263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:54.520644+0000 mgr.y (mgr.24491) 5972 : cluster [DBG] pgmap v5264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:54.520644+0000 mgr.y (mgr.24491) 5972 : cluster [DBG] pgmap v5264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:54.520644+0000 mgr.y (mgr.24491) 5972 : cluster [DBG] pgmap v5264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:57.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:27:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:27:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:56.521179+0000 mgr.y (mgr.24491) 5973 : cluster [DBG] pgmap v5265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:56.521179+0000 mgr.y (mgr.24491) 5973 : cluster [DBG] pgmap v5265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:56.521179+0000 mgr.y (mgr.24491) 5973 : cluster [DBG] pgmap v5265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:27:58.521765+0000 mgr.y (mgr.24491) 5974 : cluster [DBG] pgmap v5266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:27:58.521765+0000 mgr.y (mgr.24491) 5974 : cluster [DBG] pgmap v5266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:27:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:27:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:27:58.521765+0000 mgr.y (mgr.24491) 5974 : cluster [DBG] pgmap v5266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:28:01.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:00.522639+0000 mgr.y (mgr.24491) 5975 : cluster [DBG] pgmap v5267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:00.522639+0000 mgr.y (mgr.24491) 5975 : cluster [DBG] pgmap v5267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:00.522639+0000 mgr.y (mgr.24491) 5975 : cluster [DBG] pgmap v5267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:02.523020+0000 mgr.y (mgr.24491) 5976 : cluster [DBG] pgmap v5268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:02.523020+0000 mgr.y (mgr.24491) 5976 : cluster [DBG] pgmap v5268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:02.523020+0000 mgr.y (mgr.24491) 5976 : cluster [DBG] pgmap v5268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:05.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:04.523743+0000 mgr.y (mgr.24491) 5977 : cluster [DBG] pgmap v5269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:04.523743+0000 mgr.y (mgr.24491) 5977 : cluster [DBG] pgmap v5269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:04.523743+0000 mgr.y (mgr.24491) 5977 : cluster [DBG] pgmap v5269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:07.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:28:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:06.524173+0000 mgr.y (mgr.24491) 5978 : cluster [DBG] pgmap v5270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:06.524173+0000 mgr.y (mgr.24491) 5978 : cluster [DBG] pgmap v5270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:06.524173+0000 mgr.y (mgr.24491) 5978 : cluster [DBG] pgmap v5270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:08.524611+0000 mgr.y (mgr.24491) 5979 : cluster [DBG] pgmap v5271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:08.524611+0000 mgr.y (mgr.24491) 5979 : cluster [DBG] pgmap v5271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:08.524611+0000 mgr.y (mgr.24491) 5979 : cluster [DBG] pgmap v5271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:28:11.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:10.525352+0000 mgr.y (mgr.24491) 5980 : cluster [DBG] pgmap v5272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:10.525352+0000 mgr.y (mgr.24491) 5980 : cluster [DBG] pgmap v5272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:10.525352+0000 mgr.y (mgr.24491) 5980 : cluster [DBG] pgmap v5272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:12.525804+0000 mgr.y (mgr.24491) 5981 : cluster [DBG] pgmap v5273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:12.525804+0000 mgr.y (mgr.24491) 5981 : cluster [DBG] pgmap v5273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:12.525804+0000 mgr.y (mgr.24491) 5981 : cluster [DBG] pgmap v5273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:14.526592+0000 mgr.y (mgr.24491) 5982 : cluster [DBG] pgmap v5274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:14.526592+0000 mgr.y (mgr.24491) 5982 : cluster [DBG] pgmap v5274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:14.526592+0000 mgr.y (mgr.24491) 5982 : cluster [DBG] pgmap v5274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:17.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:16.527045+0000 mgr.y (mgr.24491) 5983 : cluster [DBG] pgmap v5275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:28:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:16.527045+0000 mgr.y (mgr.24491) 5983 : cluster [DBG] pgmap v5275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:16.527045+0000 mgr.y (mgr.24491) 5983 : cluster [DBG] pgmap v5275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:18.527497+0000 mgr.y (mgr.24491) 5984 : cluster [DBG] pgmap v5276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:18.527497+0000 mgr.y (mgr.24491) 5984 : cluster [DBG] pgmap v5276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:18.527497+0000 mgr.y (mgr.24491) 5984 : cluster [DBG] pgmap v5276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:28:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:20.528178+0000 mgr.y (mgr.24491) 5985 : cluster [DBG] pgmap v5277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:20.528178+0000 mgr.y (mgr.24491) 5985 : cluster [DBG] pgmap v5277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:20.528178+0000 mgr.y (mgr.24491) 5985 : cluster [DBG] pgmap v5277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:22.890 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:28:23.166 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:28:23.166 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 45s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:28:23.166 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 44s ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:28:23.166 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 45s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:28:23.166 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 44s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (2h) 44s ago 2h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 45s ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 45s ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (2h) 44s ago 2h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (2h) 45s ago 2h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 45s ago 2h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 44s ago 2h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 45s ago 2h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 45s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 45s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 45s ago 2h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 44s ago 2h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 44s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 44s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:28:23.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 44s ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:28:23.168 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 44s ago 2h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:28:23.498 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:28:23.498 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:28:23.498 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:28:23.498 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:28:23.498 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:28:23.498 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:28:23.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:28:23.499 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:28:23.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:28:23.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:28:23.499 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:28:23.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:28:23.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:28:23.499 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:28:23.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:28:23.499 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:28:23.499 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:28:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:22.528604+0000 mgr.y (mgr.24491) 5986 : cluster [DBG] pgmap v5278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:28:23.499970+0000 mon.a (mon.0) 1751 : audit [DBG] from='client.? 172.21.15.177:0/2153274268' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:28:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:22.528604+0000 mgr.y (mgr.24491) 5986 : cluster [DBG] pgmap v5278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:28:23.499970+0000 mon.a (mon.0) 1751 : audit [DBG] from='client.? 172.21.15.177:0/2153274268' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:28:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:22.528604+0000 mgr.y (mgr.24491) 5986 : cluster [DBG] pgmap v5278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:28:23.499970+0000 mon.a (mon.0) 1751 : audit [DBG] from='client.? 172.21.15.177:0/2153274268' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:28:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:28:22.880269+0000 mgr.y (mgr.24491) 5987 : audit [DBG] from='client.20991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:28:23.160182+0000 mgr.y (mgr.24491) 5988 : audit [DBG] from='client.30899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:28:22.880269+0000 mgr.y (mgr.24491) 5987 : audit [DBG] from='client.20991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:28:23.160182+0000 mgr.y (mgr.24491) 5988 : audit [DBG] from='client.30899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:28:22.880269+0000 mgr.y (mgr.24491) 5987 : audit [DBG] from='client.20991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:28:23.160182+0000 mgr.y (mgr.24491) 5988 : audit [DBG] from='client.30899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:24.529406+0000 mgr.y (mgr.24491) 5989 : cluster [DBG] pgmap v5279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:24.529406+0000 mgr.y (mgr.24491) 5989 : cluster [DBG] pgmap v5279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:24.529406+0000 mgr.y (mgr.24491) 5989 : cluster [DBG] pgmap v5279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:26.529868+0000 mgr.y (mgr.24491) 5990 : cluster [DBG] pgmap v5280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:28:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:26.529868+0000 mgr.y (mgr.24491) 5990 : cluster [DBG] pgmap v5280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:26.529868+0000 mgr.y (mgr.24491) 5990 : cluster [DBG] pgmap v5280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:28.530411+0000 mgr.y (mgr.24491) 5991 : cluster [DBG] pgmap v5281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:28.530411+0000 mgr.y (mgr.24491) 5991 : cluster [DBG] pgmap v5281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:28.530411+0000 mgr.y (mgr.24491) 5991 : cluster [DBG] pgmap v5281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:28:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:30.531292+0000 mgr.y (mgr.24491) 5992 : cluster [DBG] pgmap v5282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:30.531292+0000 mgr.y (mgr.24491) 5992 : cluster [DBG] pgmap v5282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:30.531292+0000 mgr.y (mgr.24491) 5992 : cluster [DBG] pgmap v5282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:32.531729+0000 mgr.y (mgr.24491) 5993 : cluster [DBG] pgmap v5283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:32.531729+0000 mgr.y (mgr.24491) 5993 : cluster [DBG] pgmap v5283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:32.531729+0000 mgr.y (mgr.24491) 5993 : cluster [DBG] pgmap v5283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:34.532411+0000 mgr.y (mgr.24491) 5994 : cluster [DBG] pgmap v5284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:34.532411+0000 mgr.y (mgr.24491) 5994 : cluster [DBG] pgmap v5284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:34.532411+0000 mgr.y (mgr.24491) 5994 : cluster [DBG] pgmap v5284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:36.532881+0000 mgr.y (mgr.24491) 5995 : cluster [DBG] pgmap v5285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:28:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:36.532881+0000 mgr.y (mgr.24491) 5995 : cluster [DBG] pgmap v5285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:36.532881+0000 mgr.y (mgr.24491) 5995 : cluster [DBG] pgmap v5285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:28:38.656001+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:28:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:28:38.656001+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:28:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:28:38.656001+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:28:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:38.533445+0000 mgr.y (mgr.24491) 5996 : cluster [DBG] pgmap v5286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:28:38.952413+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:28:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:28:38.953019+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:28:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:28:38.957193+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:28:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:38.533445+0000 mgr.y (mgr.24491) 5996 : cluster [DBG] pgmap v5286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:28:38.952413+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:28:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:28:38.953019+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:28:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:28:38.957193+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:28:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:38.533445+0000 mgr.y (mgr.24491) 5996 : cluster [DBG] pgmap v5286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:28:38.952413+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:28:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:28:38.953019+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:28:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:28:38.957193+0000 mon.a (mon.0) 1755 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:28:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:28:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:40.534088+0000 mgr.y (mgr.24491) 5997 : cluster [DBG] pgmap v5287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:40.534088+0000 mgr.y (mgr.24491) 5997 : cluster [DBG] pgmap v5287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:40.534088+0000 mgr.y (mgr.24491) 5997 : cluster [DBG] pgmap v5287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:42.534480+0000 mgr.y (mgr.24491) 5998 : cluster [DBG] pgmap v5288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:42.534480+0000 mgr.y (mgr.24491) 5998 : cluster [DBG] pgmap v5288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:42.534480+0000 mgr.y (mgr.24491) 5998 : cluster [DBG] pgmap v5288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:44.535062+0000 mgr.y (mgr.24491) 5999 : cluster [DBG] pgmap v5289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:44.535062+0000 mgr.y (mgr.24491) 5999 : cluster [DBG] pgmap v5289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:44.535062+0000 mgr.y (mgr.24491) 5999 : cluster [DBG] pgmap v5289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:46.535623+0000 mgr.y (mgr.24491) 6000 : cluster [DBG] pgmap v5290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:28:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:46.535623+0000 mgr.y (mgr.24491) 6000 : cluster [DBG] pgmap v5290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:46.535623+0000 mgr.y (mgr.24491) 6000 : cluster [DBG] pgmap v5290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:48.536234+0000 mgr.y (mgr.24491) 6001 : cluster [DBG] pgmap v5291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:48.536234+0000 mgr.y (mgr.24491) 6001 : cluster [DBG] pgmap v5291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:48.536234+0000 mgr.y (mgr.24491) 6001 : cluster [DBG] pgmap v5291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:28:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:50.536970+0000 mgr.y (mgr.24491) 6002 : cluster [DBG] pgmap v5292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:50.536970+0000 mgr.y (mgr.24491) 6002 : cluster [DBG] pgmap v5292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:50.536970+0000 mgr.y (mgr.24491) 6002 : cluster [DBG] pgmap v5292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:52.537457+0000 mgr.y (mgr.24491) 6003 : cluster [DBG] pgmap v5293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:52.537457+0000 mgr.y (mgr.24491) 6003 : cluster [DBG] pgmap v5293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:52.537457+0000 mgr.y (mgr.24491) 6003 : cluster [DBG] pgmap v5293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:53.805 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:28:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:28:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 76s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:28:54.082 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 75s ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:28:54.082 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 76s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:28:54.082 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 75s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:28:54.082 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 75s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:28:54.082 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 76s ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:28:54.082 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 76s ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:28:54.082 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 75s ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:28:54.082 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 76s ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:28:54.082 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 76s ago 2h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:28:54.083 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 75s ago 2h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:28:54.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (2h) 76s ago 2h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:28:54.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 76s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:28:54.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 76s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:28:54.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 76s ago 2h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:28:54.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 75s ago 2h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:28:54.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 75s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:28:54.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 75s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:28:54.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 75s ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:28:54.083 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 75s ago 2h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:28:54.416 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:28:54.416 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:28:54.416 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:28:54.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:28:54.417 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:28:54.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:28:54.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:28:54.417 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:28:54.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:28:54.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:28:54.417 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:28:54.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:28:54.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:28:54.418 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:28:54.418 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:28:54.418 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:28:54.418 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:28:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:28:54.418363+0000 mon.a (mon.0) 1756 : audit [DBG] from='client.? 172.21.15.177:0/414663955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:28:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:28:54.418363+0000 mon.a (mon.0) 1756 : audit [DBG] from='client.? 172.21.15.177:0/414663955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:28:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:28:54.418363+0000 mon.a (mon.0) 1756 : audit [DBG] from='client.? 172.21.15.177:0/414663955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:28:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:28:53.795125+0000 mgr.y (mgr.24491) 6004 : audit [DBG] from='client.21009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:28:54.075881+0000 mgr.y (mgr.24491) 6005 : audit [DBG] from='client.21015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:54.538329+0000 mgr.y (mgr.24491) 6006 : cluster [DBG] pgmap v5294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:28:53.795125+0000 mgr.y (mgr.24491) 6004 : audit [DBG] from='client.21009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:28:54.075881+0000 mgr.y (mgr.24491) 6005 : audit [DBG] from='client.21015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:54.538329+0000 mgr.y (mgr.24491) 6006 : cluster [DBG] pgmap v5294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:28:53.795125+0000 mgr.y (mgr.24491) 6004 : audit [DBG] from='client.21009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:28:54.075881+0000 mgr.y (mgr.24491) 6005 : audit [DBG] from='client.21015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:28:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:54.538329+0000 mgr.y (mgr.24491) 6006 : cluster [DBG] pgmap v5294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:28:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:28:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:56.538786+0000 mgr.y (mgr.24491) 6007 : cluster [DBG] pgmap v5295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:56.538786+0000 mgr.y (mgr.24491) 6007 : cluster [DBG] pgmap v5295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:56.538786+0000 mgr.y (mgr.24491) 6007 : cluster [DBG] pgmap v5295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:28:58.539183+0000 mgr.y (mgr.24491) 6008 : cluster [DBG] pgmap v5296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:28:58.539183+0000 mgr.y (mgr.24491) 6008 : cluster [DBG] pgmap v5296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:28:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:28:58.539183+0000 mgr.y (mgr.24491) 6008 : cluster [DBG] pgmap v5296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:29:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:00.540067+0000 mgr.y (mgr.24491) 6009 : cluster [DBG] pgmap v5297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:00.540067+0000 mgr.y (mgr.24491) 6009 : cluster [DBG] pgmap v5297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:00.540067+0000 mgr.y (mgr.24491) 6009 : cluster [DBG] pgmap v5297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:03.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:02.540518+0000 mgr.y (mgr.24491) 6010 : cluster [DBG] pgmap v5298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:02.540518+0000 mgr.y (mgr.24491) 6010 : cluster [DBG] pgmap v5298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:02.540518+0000 mgr.y (mgr.24491) 6010 : cluster [DBG] pgmap v5298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:04.541293+0000 mgr.y (mgr.24491) 6011 : cluster [DBG] pgmap v5299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:04.541293+0000 mgr.y (mgr.24491) 6011 : cluster [DBG] pgmap v5299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:04.541293+0000 mgr.y (mgr.24491) 6011 : cluster [DBG] pgmap v5299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:07.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:29:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:06.541732+0000 mgr.y (mgr.24491) 6012 : cluster [DBG] pgmap v5300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:06.541732+0000 mgr.y (mgr.24491) 6012 : cluster [DBG] pgmap v5300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:06.541732+0000 mgr.y (mgr.24491) 6012 : cluster [DBG] pgmap v5300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:08.542133+0000 mgr.y (mgr.24491) 6013 : cluster [DBG] pgmap v5301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:08.542133+0000 mgr.y (mgr.24491) 6013 : cluster [DBG] pgmap v5301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:08.542133+0000 mgr.y (mgr.24491) 6013 : cluster [DBG] pgmap v5301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:29:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:10.542718+0000 mgr.y (mgr.24491) 6014 : cluster [DBG] pgmap v5302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:10.542718+0000 mgr.y (mgr.24491) 6014 : cluster [DBG] pgmap v5302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:10.542718+0000 mgr.y (mgr.24491) 6014 : cluster [DBG] pgmap v5302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:12.543151+0000 mgr.y (mgr.24491) 6015 : cluster [DBG] pgmap v5303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:12.543151+0000 mgr.y (mgr.24491) 6015 : cluster [DBG] pgmap v5303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:12.543151+0000 mgr.y (mgr.24491) 6015 : cluster [DBG] pgmap v5303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:14.543984+0000 mgr.y (mgr.24491) 6016 : cluster [DBG] pgmap v5304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:14.543984+0000 mgr.y (mgr.24491) 6016 : cluster [DBG] pgmap v5304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:16.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:14.543984+0000 mgr.y (mgr.24491) 6016 : cluster [DBG] pgmap v5304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:29:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:16.544547+0000 mgr.y (mgr.24491) 6017 : cluster [DBG] pgmap v5305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:16.544547+0000 mgr.y (mgr.24491) 6017 : cluster [DBG] pgmap v5305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:16.544547+0000 mgr.y (mgr.24491) 6017 : cluster [DBG] pgmap v5305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:18.544992+0000 mgr.y (mgr.24491) 6018 : cluster [DBG] pgmap v5306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:18.544992+0000 mgr.y (mgr.24491) 6018 : cluster [DBG] pgmap v5306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:18.544992+0000 mgr.y (mgr.24491) 6018 : cluster [DBG] pgmap v5306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:29:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:20.545562+0000 mgr.y (mgr.24491) 6019 : cluster [DBG] pgmap v5307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:20.545562+0000 mgr.y (mgr.24491) 6019 : cluster [DBG] pgmap v5307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:20.545562+0000 mgr.y (mgr.24491) 6019 : cluster [DBG] pgmap v5307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:22.546060+0000 mgr.y (mgr.24491) 6020 : cluster [DBG] pgmap v5308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:22.546060+0000 mgr.y (mgr.24491) 6020 : cluster [DBG] pgmap v5308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:22.546060+0000 mgr.y (mgr.24491) 6020 : cluster [DBG] pgmap v5308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:24.727 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:29:25.000 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 107s ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 106s ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 107s ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 106s ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 106s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 107s ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 107s ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 106s ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 107s ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 107s ago 2h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 106s ago 2h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 107s ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (2h) 107s ago 2h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:29:25.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 107s ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:29:25.002 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 107s ago 2h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:29:25.002 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 106s ago 2h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:29:25.002 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 106s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:29:25.002 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 106s ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:29:25.002 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 106s ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:29:25.002 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 106s ago 2h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:29:25.331 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:29:25.331 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:29:25.331 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:29:25.331 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:29:25.331 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:29:25.331 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:29:25.331 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:29:25.331 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:29:25.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:29:25.332 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:29:25.332 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:29:25.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:29:25.332 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:29:25.332 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:29:25.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:29:25.332 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:29:25.332 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:29:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:24.546624+0000 mgr.y (mgr.24491) 6021 : cluster [DBG] pgmap v5309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:29:25.333363+0000 mon.a (mon.0) 1757 : audit [DBG] from='client.? 172.21.15.177:0/101922064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:29:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:24.546624+0000 mgr.y (mgr.24491) 6021 : cluster [DBG] pgmap v5309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:29:25.333363+0000 mon.a (mon.0) 1757 : audit [DBG] from='client.? 172.21.15.177:0/101922064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:29:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:24.546624+0000 mgr.y (mgr.24491) 6021 : cluster [DBG] pgmap v5309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:29:25.333363+0000 mon.a (mon.0) 1757 : audit [DBG] from='client.? 172.21.15.177:0/101922064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:29:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:29:24.717063+0000 mgr.y (mgr.24491) 6022 : audit [DBG] from='client.21027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:29:24.995207+0000 mgr.y (mgr.24491) 6023 : audit [DBG] from='client.30935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:29:24.717063+0000 mgr.y (mgr.24491) 6022 : audit [DBG] from='client.21027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:29:24.995207+0000 mgr.y (mgr.24491) 6023 : audit [DBG] from='client.30935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:29:24.717063+0000 mgr.y (mgr.24491) 6022 : audit [DBG] from='client.21027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:29:24.995207+0000 mgr.y (mgr.24491) 6023 : audit [DBG] from='client.30935 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:26.547018+0000 mgr.y (mgr.24491) 6024 : cluster [DBG] pgmap v5310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:29:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:26.547018+0000 mgr.y (mgr.24491) 6024 : cluster [DBG] pgmap v5310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:26.547018+0000 mgr.y (mgr.24491) 6024 : cluster [DBG] pgmap v5310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:28.547518+0000 mgr.y (mgr.24491) 6025 : cluster [DBG] pgmap v5311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:28.547518+0000 mgr.y (mgr.24491) 6025 : cluster [DBG] pgmap v5311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:28.547518+0000 mgr.y (mgr.24491) 6025 : cluster [DBG] pgmap v5311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:29:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:30.548229+0000 mgr.y (mgr.24491) 6026 : cluster [DBG] pgmap v5312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:30.548229+0000 mgr.y (mgr.24491) 6026 : cluster [DBG] pgmap v5312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:30.548229+0000 mgr.y (mgr.24491) 6026 : cluster [DBG] pgmap v5312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:32.548704+0000 mgr.y (mgr.24491) 6027 : cluster [DBG] pgmap v5313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:32.548704+0000 mgr.y (mgr.24491) 6027 : cluster [DBG] pgmap v5313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:32.548704+0000 mgr.y (mgr.24491) 6027 : cluster [DBG] pgmap v5313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:34.549322+0000 mgr.y (mgr.24491) 6028 : cluster [DBG] pgmap v5314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:36.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:34.549322+0000 mgr.y (mgr.24491) 6028 : cluster [DBG] pgmap v5314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:34.549322+0000 mgr.y (mgr.24491) 6028 : cluster [DBG] pgmap v5314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:36.549798+0000 mgr.y (mgr.24491) 6029 : cluster [DBG] pgmap v5315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:36.549798+0000 mgr.y (mgr.24491) 6029 : cluster [DBG] pgmap v5315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T06:29:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:36.549798+0000 mgr.y (mgr.24491) 6029 : cluster [DBG] pgmap v5315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:38.550239+0000 mgr.y (mgr.24491) 6030 : cluster [DBG] pgmap v5316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:29:38.961425+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:29:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:29:39.254835+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:29:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:29:39.255491+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:29:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:29:39.259952+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:29:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:38.550239+0000 mgr.y (mgr.24491) 6030 : cluster [DBG] pgmap v5316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:29:38.961425+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:29:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:29:39.254835+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:29:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:29:39.255491+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:29:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:29:39.259952+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:29:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:38.550239+0000 mgr.y (mgr.24491) 6030 : cluster [DBG] pgmap v5316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:29:38.961425+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:29:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:29:39.254835+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:29:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:29:39.255491+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:29:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:29:39.259952+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:29:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:29:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:40.551064+0000 mgr.y (mgr.24491) 6031 : cluster [DBG] pgmap v5317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:40.551064+0000 mgr.y (mgr.24491) 6031 : cluster [DBG] pgmap v5317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:40.551064+0000 mgr.y (mgr.24491) 6031 : cluster [DBG] pgmap v5317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:42.551672+0000 mgr.y (mgr.24491) 6032 : cluster [DBG] pgmap v5318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:42.551672+0000 mgr.y (mgr.24491) 6032 : cluster [DBG] pgmap v5318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:42.551672+0000 mgr.y (mgr.24491) 6032 : cluster [DBG] pgmap v5318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:44.552238+0000 mgr.y (mgr.24491) 6033 : cluster [DBG] pgmap v5319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:44.552238+0000 mgr.y (mgr.24491) 6033 : cluster [DBG] pgmap v5319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:44.552238+0000 mgr.y (mgr.24491) 6033 : cluster [DBG] pgmap v5319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:46.552624+0000 mgr.y (mgr.24491) 6034 : cluster [DBG] pgmap v5320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:29:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:46.552624+0000 mgr.y (mgr.24491) 6034 : cluster [DBG] pgmap v5320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:46.552624+0000 mgr.y (mgr.24491) 6034 : cluster [DBG] pgmap v5320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:48.553126+0000 mgr.y (mgr.24491) 6035 : cluster [DBG] pgmap v5321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:48.553126+0000 mgr.y (mgr.24491) 6035 : cluster [DBG] pgmap v5321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:48.553126+0000 mgr.y (mgr.24491) 6035 : cluster [DBG] pgmap v5321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:29:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:50.553861+0000 mgr.y (mgr.24491) 6036 : cluster [DBG] pgmap v5322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:50.553861+0000 mgr.y (mgr.24491) 6036 : cluster [DBG] pgmap v5322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:50.553861+0000 mgr.y (mgr.24491) 6036 : cluster [DBG] pgmap v5322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:52.554368+0000 mgr.y (mgr.24491) 6037 : cluster [DBG] pgmap v5323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:52.554368+0000 mgr.y (mgr.24491) 6037 : cluster [DBG] pgmap v5323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:52.554368+0000 mgr.y (mgr.24491) 6037 : cluster [DBG] pgmap v5323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:55.637 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:29:55.911 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:29:55.911 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:29:55.912 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:29:55.912 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:29:55.912 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:29:55.912 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:29:55.912 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:29:55.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:29:55.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:29:55.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:29:55.912 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:29:55.912 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:29:55.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:29:55.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:29:55.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (2h) 2m ago 2h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:29:55.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (2h) 2m ago 2h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:29:55.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:29:55.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:29:55.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:29:55.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:29:55.913 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:29:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:54.555195+0000 mgr.y (mgr.24491) 6038 : cluster [DBG] pgmap v5324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:54.555195+0000 mgr.y (mgr.24491) 6038 : cluster [DBG] pgmap v5324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:54.555195+0000 mgr.y (mgr.24491) 6038 : cluster [DBG] pgmap v5324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:56.244 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:29:56.244 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:29:56.245 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:29:56.245 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:29:56.245 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:29:56.245 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:29:56.245 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:29:56.245 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:29:56.245 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:29:56.245 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:29:56.245 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:29:56.245 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:29:56.246 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:29:56.246 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:29:56.246 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:29:56.246 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:29:56.246 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:29:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:29:55.627202+0000 mgr.y (mgr.24491) 6039 : audit [DBG] from='client.21045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:29:56.246769+0000 mon.c (mon.2) 209 : audit [DBG] from='client.? 172.21.15.177:0/3725962767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:29:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:29:55.627202+0000 mgr.y (mgr.24491) 6039 : audit [DBG] from='client.21045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:29:56.246769+0000 mon.c (mon.2) 209 : audit [DBG] from='client.? 172.21.15.177:0/3725962767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:29:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:29:55.627202+0000 mgr.y (mgr.24491) 6039 : audit [DBG] from='client.21045 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:29:56.246769+0000 mon.c (mon.2) 209 : audit [DBG] from='client.? 172.21.15.177:0/3725962767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:29:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:29:55.905824+0000 mgr.y (mgr.24491) 6040 : audit [DBG] from='client.30953 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:56.555570+0000 mgr.y (mgr.24491) 6041 : cluster [DBG] pgmap v5325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:29:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:29:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:29:55.905824+0000 mgr.y (mgr.24491) 6040 : audit [DBG] from='client.30953 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:56.555570+0000 mgr.y (mgr.24491) 6041 : cluster [DBG] pgmap v5325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:29:55.905824+0000 mgr.y (mgr.24491) 6040 : audit [DBG] from='client.30953 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:29:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:56.555570+0000 mgr.y (mgr.24491) 6041 : cluster [DBG] pgmap v5325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:59.998 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:29:58.555955+0000 mgr.y (mgr.24491) 6042 : cluster [DBG] pgmap v5326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:59.998 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:29:58.555955+0000 mgr.y (mgr.24491) 6042 : cluster [DBG] pgmap v5326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:29:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:29:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:29:58.555955+0000 mgr.y (mgr.24491) 6042 : cluster [DBG] pgmap v5326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:00.000149+0000 mon.a (mon.0) 1762 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:30:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:00.000149+0000 mon.a (mon.0) 1762 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:30:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T06:29:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:30:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:00.000149+0000 mon.a (mon.0) 1762 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:30:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:30:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:00.556672+0000 mgr.y (mgr.24491) 6043 : cluster [DBG] pgmap v5327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:00.556672+0000 mgr.y (mgr.24491) 6043 : cluster [DBG] pgmap v5327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:00.556672+0000 mgr.y (mgr.24491) 6043 : cluster [DBG] pgmap v5327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:02.557170+0000 mgr.y (mgr.24491) 6044 : cluster [DBG] pgmap v5328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:02.557170+0000 mgr.y (mgr.24491) 6044 : cluster [DBG] pgmap v5328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:02.557170+0000 mgr.y (mgr.24491) 6044 : cluster [DBG] pgmap v5328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:04.557781+0000 mgr.y (mgr.24491) 6045 : cluster [DBG] pgmap v5329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:04.557781+0000 mgr.y (mgr.24491) 6045 : cluster [DBG] pgmap v5329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:04.557781+0000 mgr.y (mgr.24491) 6045 : cluster [DBG] pgmap v5329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:07] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T06:30:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:06.558206+0000 mgr.y (mgr.24491) 6046 : cluster [DBG] pgmap v5330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:06.558206+0000 mgr.y (mgr.24491) 6046 : cluster [DBG] pgmap v5330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:06.558206+0000 mgr.y (mgr.24491) 6046 : cluster [DBG] pgmap v5330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:08.558685+0000 mgr.y (mgr.24491) 6047 : cluster [DBG] pgmap v5331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:08.558685+0000 mgr.y (mgr.24491) 6047 : cluster [DBG] pgmap v5331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:08.558685+0000 mgr.y (mgr.24491) 6047 : cluster [DBG] pgmap v5331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:30:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:10.559371+0000 mgr.y (mgr.24491) 6048 : cluster [DBG] pgmap v5332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:10.559371+0000 mgr.y (mgr.24491) 6048 : cluster [DBG] pgmap v5332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:10.559371+0000 mgr.y (mgr.24491) 6048 : cluster [DBG] pgmap v5332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:12.559808+0000 mgr.y (mgr.24491) 6049 : cluster [DBG] pgmap v5333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:12.559808+0000 mgr.y (mgr.24491) 6049 : cluster [DBG] pgmap v5333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:12.559808+0000 mgr.y (mgr.24491) 6049 : cluster [DBG] pgmap v5333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:14.560367+0000 mgr.y (mgr.24491) 6050 : cluster [DBG] pgmap v5334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:14.560367+0000 mgr.y (mgr.24491) 6050 : cluster [DBG] pgmap v5334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:14.560367+0000 mgr.y (mgr.24491) 6050 : cluster [DBG] pgmap v5334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:17.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:16.560920+0000 mgr.y (mgr.24491) 6051 : cluster [DBG] pgmap v5335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:30:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:16.560920+0000 mgr.y (mgr.24491) 6051 : cluster [DBG] pgmap v5335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:16.560920+0000 mgr.y (mgr.24491) 6051 : cluster [DBG] pgmap v5335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:18.561428+0000 mgr.y (mgr.24491) 6052 : cluster [DBG] pgmap v5336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:18.561428+0000 mgr.y (mgr.24491) 6052 : cluster [DBG] pgmap v5336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:18.561428+0000 mgr.y (mgr.24491) 6052 : cluster [DBG] pgmap v5336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:30:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:20.562088+0000 mgr.y (mgr.24491) 6053 : cluster [DBG] pgmap v5337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:20.562088+0000 mgr.y (mgr.24491) 6053 : cluster [DBG] pgmap v5337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:20.562088+0000 mgr.y (mgr.24491) 6053 : cluster [DBG] pgmap v5337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:22.562473+0000 mgr.y (mgr.24491) 6054 : cluster [DBG] pgmap v5338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:22.562473+0000 mgr.y (mgr.24491) 6054 : cluster [DBG] pgmap v5338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:22.562473+0000 mgr.y (mgr.24491) 6054 : cluster [DBG] pgmap v5338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:24.563011+0000 mgr.y (mgr.24491) 6055 : cluster [DBG] pgmap v5339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:24.563011+0000 mgr.y (mgr.24491) 6055 : cluster [DBG] pgmap v5339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:24.563011+0000 mgr.y (mgr.24491) 6055 : cluster [DBG] pgmap v5339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:26.558 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:30:26.835 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:30:26.835 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 2m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 2m ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 2m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 2m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 2m ago 2h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 2m ago 2h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:30:26.836 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:30:26.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 2m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:30:26.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 2m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:30:26.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (2h) 2m ago 2h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:30:26.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 2m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:30:26.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 2m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:30:26.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 2m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:30:26.837 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 2m ago 2h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:30:27.169 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:30:27.169 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:30:27.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:30:27.169 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:30:27.169 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:30:27.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:30:27.169 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:30:27.169 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:30:27.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:30:27.169 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:30:27.170 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:30:27.170 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:30:27.170 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:30:27.170 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:30:27.170 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:30:27.170 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:30:27.170 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:30:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:30:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:30:26.547921+0000 mgr.y (mgr.24491) 6056 : audit [DBG] from='client.30965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:30:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:26.563396+0000 mgr.y (mgr.24491) 6057 : cluster [DBG] pgmap v5340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:30:27.170947+0000 mon.a (mon.0) 1763 : audit [DBG] from='client.? 172.21.15.177:0/2947759305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:30:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:30:26.547921+0000 mgr.y (mgr.24491) 6056 : audit [DBG] from='client.30965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:30:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:26.563396+0000 mgr.y (mgr.24491) 6057 : cluster [DBG] pgmap v5340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:30:27.170947+0000 mon.a (mon.0) 1763 : audit [DBG] from='client.? 172.21.15.177:0/2947759305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:30:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:30:26.547921+0000 mgr.y (mgr.24491) 6056 : audit [DBG] from='client.30965 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:30:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:26.563396+0000 mgr.y (mgr.24491) 6057 : cluster [DBG] pgmap v5340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:30:27.170947+0000 mon.a (mon.0) 1763 : audit [DBG] from='client.? 172.21.15.177:0/2947759305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:30:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:30:26.830065+0000 mgr.y (mgr.24491) 6058 : audit [DBG] from='client.30971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:30:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:30:26.830065+0000 mgr.y (mgr.24491) 6058 : audit [DBG] from='client.30971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:30:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:30:26.830065+0000 mgr.y (mgr.24491) 6058 : audit [DBG] from='client.30971 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:30:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:28.563826+0000 mgr.y (mgr.24491) 6059 : cluster [DBG] pgmap v5341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:28.563826+0000 mgr.y (mgr.24491) 6059 : cluster [DBG] pgmap v5341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:28.563826+0000 mgr.y (mgr.24491) 6059 : cluster [DBG] pgmap v5341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:30:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:30.564642+0000 mgr.y (mgr.24491) 6060 : cluster [DBG] pgmap v5342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:30.564642+0000 mgr.y (mgr.24491) 6060 : cluster [DBG] pgmap v5342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:30.564642+0000 mgr.y (mgr.24491) 6060 : cluster [DBG] pgmap v5342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:32.565196+0000 mgr.y (mgr.24491) 6061 : cluster [DBG] pgmap v5343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:32.565196+0000 mgr.y (mgr.24491) 6061 : cluster [DBG] pgmap v5343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:32.565196+0000 mgr.y (mgr.24491) 6061 : cluster [DBG] pgmap v5343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:34.566093+0000 mgr.y (mgr.24491) 6062 : cluster [DBG] pgmap v5344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:34.566093+0000 mgr.y (mgr.24491) 6062 : cluster [DBG] pgmap v5344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:34.566093+0000 mgr.y (mgr.24491) 6062 : cluster [DBG] pgmap v5344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:36.566537+0000 mgr.y (mgr.24491) 6063 : cluster [DBG] pgmap v5345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:30:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:36.566537+0000 mgr.y (mgr.24491) 6063 : cluster [DBG] pgmap v5345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:36.566537+0000 mgr.y (mgr.24491) 6063 : cluster [DBG] pgmap v5345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:38.566917+0000 mgr.y (mgr.24491) 6064 : cluster [DBG] pgmap v5346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:30:39.264105+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:30:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:30:39.507292+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:30:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:38.566917+0000 mgr.y (mgr.24491) 6064 : cluster [DBG] pgmap v5346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:30:39.264105+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:30:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:30:39.507292+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:30:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:38.566917+0000 mgr.y (mgr.24491) 6064 : cluster [DBG] pgmap v5346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:30:39.264105+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:30:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:30:39.507292+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:30:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:30:39.784815+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:30:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:30:39.785489+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:30:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:30:39.789944+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:30:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:30:39.784815+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:30:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:30:39.785489+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:30:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:30:39.789944+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:30:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:30:39.784815+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:30:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:30:39.785489+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:30:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:30:39.789944+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:30:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:30:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:40.567564+0000 mgr.y (mgr.24491) 6065 : cluster [DBG] pgmap v5347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:40.567564+0000 mgr.y (mgr.24491) 6065 : cluster [DBG] pgmap v5347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:42.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:40.567564+0000 mgr.y (mgr.24491) 6065 : cluster [DBG] pgmap v5347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:42.568021+0000 mgr.y (mgr.24491) 6066 : cluster [DBG] pgmap v5348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:42.568021+0000 mgr.y (mgr.24491) 6066 : cluster [DBG] pgmap v5348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:42.568021+0000 mgr.y (mgr.24491) 6066 : cluster [DBG] pgmap v5348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:44.568733+0000 mgr.y (mgr.24491) 6067 : cluster [DBG] pgmap v5349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:44.568733+0000 mgr.y (mgr.24491) 6067 : cluster [DBG] pgmap v5349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:44.568733+0000 mgr.y (mgr.24491) 6067 : cluster [DBG] pgmap v5349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:46.569343+0000 mgr.y (mgr.24491) 6068 : cluster [DBG] pgmap v5350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:30:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:46.569343+0000 mgr.y (mgr.24491) 6068 : cluster [DBG] pgmap v5350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:46.569343+0000 mgr.y (mgr.24491) 6068 : cluster [DBG] pgmap v5350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:48.569840+0000 mgr.y (mgr.24491) 6069 : cluster [DBG] pgmap v5351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:48.569840+0000 mgr.y (mgr.24491) 6069 : cluster [DBG] pgmap v5351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:48.569840+0000 mgr.y (mgr.24491) 6069 : cluster [DBG] pgmap v5351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:30:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:50.570517+0000 mgr.y (mgr.24491) 6070 : cluster [DBG] pgmap v5352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:50.570517+0000 mgr.y (mgr.24491) 6070 : cluster [DBG] pgmap v5352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:50.570517+0000 mgr.y (mgr.24491) 6070 : cluster [DBG] pgmap v5352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:52.571078+0000 mgr.y (mgr.24491) 6071 : cluster [DBG] pgmap v5353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:52.571078+0000 mgr.y (mgr.24491) 6071 : cluster [DBG] pgmap v5353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:52.571078+0000 mgr.y (mgr.24491) 6071 : cluster [DBG] pgmap v5353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:54.571700+0000 mgr.y (mgr.24491) 6072 : cluster [DBG] pgmap v5354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:54.571700+0000 mgr.y (mgr.24491) 6072 : cluster [DBG] pgmap v5354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:54.571700+0000 mgr.y (mgr.24491) 6072 : cluster [DBG] pgmap v5354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:57.481 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:30:57.762 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:30:57.762 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:30:57.762 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 3m ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:30:57.762 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:30:57.762 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 3m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:30:57.762 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:30:57.763 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:30:57.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:30:57.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:30:57.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:30:57.763 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3m ago 2h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:30:57.763 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 3m ago 2h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:30:57.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:30:57.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:30:57.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:30:57.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:30:57.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:30:57.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (2h) 3m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:30:57.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 3m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:30:57.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 3m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:30:57.764 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 3m ago 2h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:30:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:56.572064+0000 mgr.y (mgr.24491) 6073 : cluster [DBG] pgmap v5355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:58.099 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:30:58.099 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:30:58.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:30:58.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:30:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:30:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:30:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:30:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:30:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:30:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:30:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:30:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:30:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:30:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:30:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:30:58.101 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:30:58.101 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:30:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:30:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:30:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:56.572064+0000 mgr.y (mgr.24491) 6073 : cluster [DBG] pgmap v5355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:56.572064+0000 mgr.y (mgr.24491) 6073 : cluster [DBG] pgmap v5355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:30:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:30:57.471061+0000 mgr.y (mgr.24491) 6074 : audit [DBG] from='client.21081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:30:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:30:58.101579+0000 mon.a (mon.0) 1769 : audit [DBG] from='client.? 172.21.15.177:0/3058434350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:30:59.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:30:57.471061+0000 mgr.y (mgr.24491) 6074 : audit [DBG] from='client.21081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:30:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:30:58.101579+0000 mon.a (mon.0) 1769 : audit [DBG] from='client.? 172.21.15.177:0/3058434350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:30:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:30:57.471061+0000 mgr.y (mgr.24491) 6074 : audit [DBG] from='client.21081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:30:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:30:58.101579+0000 mon.a (mon.0) 1769 : audit [DBG] from='client.? 172.21.15.177:0/3058434350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:30:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:30:57.756294+0000 mgr.y (mgr.24491) 6075 : audit [DBG] from='client.21087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:30:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:30:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:30:58.572544+0000 mgr.y (mgr.24491) 6076 : cluster [DBG] pgmap v5356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:30:57.756294+0000 mgr.y (mgr.24491) 6075 : audit [DBG] from='client.21087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:31:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:30:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:30:58.572544+0000 mgr.y (mgr.24491) 6076 : cluster [DBG] pgmap v5356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:30:57.756294+0000 mgr.y (mgr.24491) 6075 : audit [DBG] from='client.21087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:31:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:30:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:30:58.572544+0000 mgr.y (mgr.24491) 6076 : cluster [DBG] pgmap v5356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:31:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:00.573169+0000 mgr.y (mgr.24491) 6077 : cluster [DBG] pgmap v5357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:00.573169+0000 mgr.y (mgr.24491) 6077 : cluster [DBG] pgmap v5357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:00.573169+0000 mgr.y (mgr.24491) 6077 : cluster [DBG] pgmap v5357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:02.573545+0000 mgr.y (mgr.24491) 6078 : cluster [DBG] pgmap v5358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:02.573545+0000 mgr.y (mgr.24491) 6078 : cluster [DBG] pgmap v5358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:02.573545+0000 mgr.y (mgr.24491) 6078 : cluster [DBG] pgmap v5358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:04.574222+0000 mgr.y (mgr.24491) 6079 : cluster [DBG] pgmap v5359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:04.574222+0000 mgr.y (mgr.24491) 6079 : cluster [DBG] pgmap v5359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:04.574222+0000 mgr.y (mgr.24491) 6079 : cluster [DBG] pgmap v5359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:06.574732+0000 mgr.y (mgr.24491) 6080 : cluster [DBG] pgmap v5360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:06.574732+0000 mgr.y (mgr.24491) 6080 : cluster [DBG] pgmap v5360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:06.574732+0000 mgr.y (mgr.24491) 6080 : cluster [DBG] pgmap v5360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:31:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:08.575082+0000 mgr.y (mgr.24491) 6081 : cluster [DBG] pgmap v5361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:08.575082+0000 mgr.y (mgr.24491) 6081 : cluster [DBG] pgmap v5361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:08.575082+0000 mgr.y (mgr.24491) 6081 : cluster [DBG] pgmap v5361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:31:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:10.575835+0000 mgr.y (mgr.24491) 6082 : cluster [DBG] pgmap v5362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:10.575835+0000 mgr.y (mgr.24491) 6082 : cluster [DBG] pgmap v5362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:10.575835+0000 mgr.y (mgr.24491) 6082 : cluster [DBG] pgmap v5362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:12.576341+0000 mgr.y (mgr.24491) 6083 : cluster [DBG] pgmap v5363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:12.576341+0000 mgr.y (mgr.24491) 6083 : cluster [DBG] pgmap v5363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:12.576341+0000 mgr.y (mgr.24491) 6083 : cluster [DBG] pgmap v5363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:14.577256+0000 mgr.y (mgr.24491) 6084 : cluster [DBG] pgmap v5364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:14.577256+0000 mgr.y (mgr.24491) 6084 : cluster [DBG] pgmap v5364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:14.577256+0000 mgr.y (mgr.24491) 6084 : cluster [DBG] pgmap v5364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:16.577687+0000 mgr.y (mgr.24491) 6085 : cluster [DBG] pgmap v5365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:16.577687+0000 mgr.y (mgr.24491) 6085 : cluster [DBG] pgmap v5365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:16.577687+0000 mgr.y (mgr.24491) 6085 : cluster [DBG] pgmap v5365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:31:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:18.578173+0000 mgr.y (mgr.24491) 6086 : cluster [DBG] pgmap v5366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:18.578173+0000 mgr.y (mgr.24491) 6086 : cluster [DBG] pgmap v5366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:18.578173+0000 mgr.y (mgr.24491) 6086 : cluster [DBG] pgmap v5366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:31:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:20.578901+0000 mgr.y (mgr.24491) 6087 : cluster [DBG] pgmap v5367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:20.578901+0000 mgr.y (mgr.24491) 6087 : cluster [DBG] pgmap v5367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:20.578901+0000 mgr.y (mgr.24491) 6087 : cluster [DBG] pgmap v5367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:22.579374+0000 mgr.y (mgr.24491) 6088 : cluster [DBG] pgmap v5368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:22.579374+0000 mgr.y (mgr.24491) 6088 : cluster [DBG] pgmap v5368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:22.579374+0000 mgr.y (mgr.24491) 6088 : cluster [DBG] pgmap v5368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:24.579904+0000 mgr.y (mgr.24491) 6089 : cluster [DBG] pgmap v5369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:24.579904+0000 mgr.y (mgr.24491) 6089 : cluster [DBG] pgmap v5369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:24.579904+0000 mgr.y (mgr.24491) 6089 : cluster [DBG] pgmap v5369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:31:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:26.580360+0000 mgr.y (mgr.24491) 6090 : cluster [DBG] pgmap v5370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:26.580360+0000 mgr.y (mgr.24491) 6090 : cluster [DBG] pgmap v5370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:26.580360+0000 mgr.y (mgr.24491) 6090 : cluster [DBG] pgmap v5370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:28.411 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:31:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:31:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 3m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:31:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 3m ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:31:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 3m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:31:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 3m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:31:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:31:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:31:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 3m ago 2h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 3m ago 2h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 3m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (2h) 3m ago 2h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 3m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:31:28.688 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 3m ago 2h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:31:29.021 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:31:29.022 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:31:29.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:31:29.022 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:31:29.022 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:31:29.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:31:29.022 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:31:29.022 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:31:29.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:31:29.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:31:29.023 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:31:29.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:31:29.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:31:29.023 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:31:29.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:31:29.023 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:31:29.023 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:31:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:31:28.401361+0000 mgr.y (mgr.24491) 6091 : audit [DBG] from='client.21099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:31:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:28.580734+0000 mgr.y (mgr.24491) 6092 : cluster [DBG] pgmap v5371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:31:28.681346+0000 mgr.y (mgr.24491) 6093 : audit [DBG] from='client.31007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:31:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:31:29.023619+0000 mon.c (mon.2) 210 : audit [DBG] from='client.? 172.21.15.177:0/2998157072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:31:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:31:28.401361+0000 mgr.y (mgr.24491) 6091 : audit [DBG] from='client.21099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:31:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:28.580734+0000 mgr.y (mgr.24491) 6092 : cluster [DBG] pgmap v5371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:31:28.681346+0000 mgr.y (mgr.24491) 6093 : audit [DBG] from='client.31007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:31:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:31:29.023619+0000 mon.c (mon.2) 210 : audit [DBG] from='client.? 172.21.15.177:0/2998157072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:31:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:31:28.401361+0000 mgr.y (mgr.24491) 6091 : audit [DBG] from='client.21099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:31:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:28.580734+0000 mgr.y (mgr.24491) 6092 : cluster [DBG] pgmap v5371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:31:28.681346+0000 mgr.y (mgr.24491) 6093 : audit [DBG] from='client.31007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:31:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:31:29.023619+0000 mon.c (mon.2) 210 : audit [DBG] from='client.? 172.21.15.177:0/2998157072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:31:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:31:31.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:30.581531+0000 mgr.y (mgr.24491) 6094 : cluster [DBG] pgmap v5372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:30.581531+0000 mgr.y (mgr.24491) 6094 : cluster [DBG] pgmap v5372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:30.581531+0000 mgr.y (mgr.24491) 6094 : cluster [DBG] pgmap v5372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:32.582170+0000 mgr.y (mgr.24491) 6095 : cluster [DBG] pgmap v5373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:32.582170+0000 mgr.y (mgr.24491) 6095 : cluster [DBG] pgmap v5373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:32.582170+0000 mgr.y (mgr.24491) 6095 : cluster [DBG] pgmap v5373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:34.582820+0000 mgr.y (mgr.24491) 6096 : cluster [DBG] pgmap v5374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:34.582820+0000 mgr.y (mgr.24491) 6096 : cluster [DBG] pgmap v5374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:34.582820+0000 mgr.y (mgr.24491) 6096 : cluster [DBG] pgmap v5374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:36.583382+0000 mgr.y (mgr.24491) 6097 : cluster [DBG] pgmap v5375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:31:38.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:36.583382+0000 mgr.y (mgr.24491) 6097 : cluster [DBG] pgmap v5375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:36.583382+0000 mgr.y (mgr.24491) 6097 : cluster [DBG] pgmap v5375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:38.583971+0000 mgr.y (mgr.24491) 6098 : cluster [DBG] pgmap v5376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:38.583971+0000 mgr.y (mgr.24491) 6098 : cluster [DBG] pgmap v5376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:38.583971+0000 mgr.y (mgr.24491) 6098 : cluster [DBG] pgmap v5376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:31:39.794177+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:31:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:31:40.039446+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:31:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:31:40.317684+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:31:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:31:40.318336+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:31:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:31:40.324909+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:31:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:31:39.794177+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:31:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:31:40.039446+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:31:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:31:40.317684+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:31:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:31:40.318336+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:31:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:31:40.324909+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:31:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:31:39.794177+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:31:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:31:40.039446+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:31:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:31:40.317684+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:31:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:31:40.318336+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:31:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:31:40.324909+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:31:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:31:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:40.584481+0000 mgr.y (mgr.24491) 6099 : cluster [DBG] pgmap v5377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:40.584481+0000 mgr.y (mgr.24491) 6099 : cluster [DBG] pgmap v5377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:40.584481+0000 mgr.y (mgr.24491) 6099 : cluster [DBG] pgmap v5377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:42.584895+0000 mgr.y (mgr.24491) 6100 : cluster [DBG] pgmap v5378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:42.584895+0000 mgr.y (mgr.24491) 6100 : cluster [DBG] pgmap v5378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:42.584895+0000 mgr.y (mgr.24491) 6100 : cluster [DBG] pgmap v5378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:44.585616+0000 mgr.y (mgr.24491) 6101 : cluster [DBG] pgmap v5379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:44.585616+0000 mgr.y (mgr.24491) 6101 : cluster [DBG] pgmap v5379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:46.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:44.585616+0000 mgr.y (mgr.24491) 6101 : cluster [DBG] pgmap v5379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:46.586234+0000 mgr.y (mgr.24491) 6102 : cluster [DBG] pgmap v5380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:48.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:46.586234+0000 mgr.y (mgr.24491) 6102 : cluster [DBG] pgmap v5380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T06:31:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:46.586234+0000 mgr.y (mgr.24491) 6102 : cluster [DBG] pgmap v5380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:48.586658+0000 mgr.y (mgr.24491) 6103 : cluster [DBG] pgmap v5381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:48.586658+0000 mgr.y (mgr.24491) 6103 : cluster [DBG] pgmap v5381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:48.586658+0000 mgr.y (mgr.24491) 6103 : cluster [DBG] pgmap v5381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:31:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:50.587402+0000 mgr.y (mgr.24491) 6104 : cluster [DBG] pgmap v5382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:50.587402+0000 mgr.y (mgr.24491) 6104 : cluster [DBG] pgmap v5382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:50.587402+0000 mgr.y (mgr.24491) 6104 : cluster [DBG] pgmap v5382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:52.587924+0000 mgr.y (mgr.24491) 6105 : cluster [DBG] pgmap v5383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:52.587924+0000 mgr.y (mgr.24491) 6105 : cluster [DBG] pgmap v5383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:52.587924+0000 mgr.y (mgr.24491) 6105 : cluster [DBG] pgmap v5383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:54.588504+0000 mgr.y (mgr.24491) 6106 : cluster [DBG] pgmap v5384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:54.588504+0000 mgr.y (mgr.24491) 6106 : cluster [DBG] pgmap v5384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:54.588504+0000 mgr.y (mgr.24491) 6106 : cluster [DBG] pgmap v5384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:56.588907+0000 mgr.y (mgr.24491) 6107 : cluster [DBG] pgmap v5385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:31:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T06:31:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:56.588907+0000 mgr.y (mgr.24491) 6107 : cluster [DBG] pgmap v5385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:56.588907+0000 mgr.y (mgr.24491) 6107 : cluster [DBG] pgmap v5385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:31:59.333 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:31:59.609 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:31:59.609 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 4m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:31:59.609 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4m ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:31:59.609 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (2h) 4m ago 2h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (2h) 4m ago 2h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 4m ago 2h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4m ago 2h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:31:59.610 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:31:59.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:31:59.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:31:59.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (2h) 4m ago 2h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:31:59.611 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4m ago 2h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:31:59.963 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:31:59.964 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:31:59.965 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:31:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:31:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:31:58.589281+0000 mgr.y (mgr.24491) 6108 : cluster [DBG] pgmap v5386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:31:58.589281+0000 mgr.y (mgr.24491) 6108 : cluster [DBG] pgmap v5386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:00.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:31:58.589281+0000 mgr.y (mgr.24491) 6108 : cluster [DBG] pgmap v5386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:31:59.323773+0000 mgr.y (mgr.24491) 6109 : audit [DBG] from='client.21117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:31:59.603709+0000 mgr.y (mgr.24491) 6110 : audit [DBG] from='client.21123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:31:59.965689+0000 mon.c (mon.2) 211 : audit [DBG] from='client.? 172.21.15.177:0/1591041418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:32:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:31:59.323773+0000 mgr.y (mgr.24491) 6109 : audit [DBG] from='client.21117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:31:59.603709+0000 mgr.y (mgr.24491) 6110 : audit [DBG] from='client.21123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:31:59.965689+0000 mon.c (mon.2) 211 : audit [DBG] from='client.? 172.21.15.177:0/1591041418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:32:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:31:59.323773+0000 mgr.y (mgr.24491) 6109 : audit [DBG] from='client.21117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:31:59.603709+0000 mgr.y (mgr.24491) 6110 : audit [DBG] from='client.21123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:31:59.965689+0000 mon.c (mon.2) 211 : audit [DBG] from='client.? 172.21.15.177:0/1591041418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:32:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:32:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:00.590053+0000 mgr.y (mgr.24491) 6111 : cluster [DBG] pgmap v5387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:00.590053+0000 mgr.y (mgr.24491) 6111 : cluster [DBG] pgmap v5387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:00.590053+0000 mgr.y (mgr.24491) 6111 : cluster [DBG] pgmap v5387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:02.590493+0000 mgr.y (mgr.24491) 6112 : cluster [DBG] pgmap v5388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:02.590493+0000 mgr.y (mgr.24491) 6112 : cluster [DBG] pgmap v5388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:02.590493+0000 mgr.y (mgr.24491) 6112 : cluster [DBG] pgmap v5388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:04.591300+0000 mgr.y (mgr.24491) 6113 : cluster [DBG] pgmap v5389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:04.591300+0000 mgr.y (mgr.24491) 6113 : cluster [DBG] pgmap v5389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:04.591300+0000 mgr.y (mgr.24491) 6113 : cluster [DBG] pgmap v5389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:06.591863+0000 mgr.y (mgr.24491) 6114 : cluster [DBG] pgmap v5390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:32:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:06.591863+0000 mgr.y (mgr.24491) 6114 : cluster [DBG] pgmap v5390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:06.591863+0000 mgr.y (mgr.24491) 6114 : cluster [DBG] pgmap v5390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:08.592278+0000 mgr.y (mgr.24491) 6115 : cluster [DBG] pgmap v5391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:08.592278+0000 mgr.y (mgr.24491) 6115 : cluster [DBG] pgmap v5391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:08.592278+0000 mgr.y (mgr.24491) 6115 : cluster [DBG] pgmap v5391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:32:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:10.592989+0000 mgr.y (mgr.24491) 6116 : cluster [DBG] pgmap v5392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:10.592989+0000 mgr.y (mgr.24491) 6116 : cluster [DBG] pgmap v5392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:12.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:10.592989+0000 mgr.y (mgr.24491) 6116 : cluster [DBG] pgmap v5392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:12.593531+0000 mgr.y (mgr.24491) 6117 : cluster [DBG] pgmap v5393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:12.593531+0000 mgr.y (mgr.24491) 6117 : cluster [DBG] pgmap v5393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:14.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:12.593531+0000 mgr.y (mgr.24491) 6117 : cluster [DBG] pgmap v5393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:14.594290+0000 mgr.y (mgr.24491) 6118 : cluster [DBG] pgmap v5394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:16.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:14.594290+0000 mgr.y (mgr.24491) 6118 : cluster [DBG] pgmap v5394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:14.594290+0000 mgr.y (mgr.24491) 6118 : cluster [DBG] pgmap v5394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:16.594705+0000 mgr.y (mgr.24491) 6119 : cluster [DBG] pgmap v5395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:32:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:16.594705+0000 mgr.y (mgr.24491) 6119 : cluster [DBG] pgmap v5395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:16.594705+0000 mgr.y (mgr.24491) 6119 : cluster [DBG] pgmap v5395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:18.595166+0000 mgr.y (mgr.24491) 6120 : cluster [DBG] pgmap v5396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:18.595166+0000 mgr.y (mgr.24491) 6120 : cluster [DBG] pgmap v5396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:20.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:18.595166+0000 mgr.y (mgr.24491) 6120 : cluster [DBG] pgmap v5396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:32:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:20.596051+0000 mgr.y (mgr.24491) 6121 : cluster [DBG] pgmap v5397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:20.596051+0000 mgr.y (mgr.24491) 6121 : cluster [DBG] pgmap v5397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:20.596051+0000 mgr.y (mgr.24491) 6121 : cluster [DBG] pgmap v5397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:22.596437+0000 mgr.y (mgr.24491) 6122 : cluster [DBG] pgmap v5398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:22.596437+0000 mgr.y (mgr.24491) 6122 : cluster [DBG] pgmap v5398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:22.596437+0000 mgr.y (mgr.24491) 6122 : cluster [DBG] pgmap v5398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:24.597019+0000 mgr.y (mgr.24491) 6123 : cluster [DBG] pgmap v5399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:24.597019+0000 mgr.y (mgr.24491) 6123 : cluster [DBG] pgmap v5399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:24.597019+0000 mgr.y (mgr.24491) 6123 : cluster [DBG] pgmap v5399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:26.597421+0000 mgr.y (mgr.24491) 6124 : cluster [DBG] pgmap v5400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:32:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:26.597421+0000 mgr.y (mgr.24491) 6124 : cluster [DBG] pgmap v5400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:26.597421+0000 mgr.y (mgr.24491) 6124 : cluster [DBG] pgmap v5400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:28.597871+0000 mgr.y (mgr.24491) 6125 : cluster [DBG] pgmap v5401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:28.597871+0000 mgr.y (mgr.24491) 6125 : cluster [DBG] pgmap v5401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:28.597871+0000 mgr.y (mgr.24491) 6125 : cluster [DBG] pgmap v5401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:30.273 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:32:30.548 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:32:30.548 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 4m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:32:30.548 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 4m ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:32:30.548 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 4m ago 3h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:32:30.548 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 4m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:32:30.548 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 4m ago 2h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 4m ago 2h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:32:30.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 4m ago 3h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:32:30.550 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 4m ago 2h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:32:30.884 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:32:30.884 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:32:30.884 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:32:30.884 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:32:30.884 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:32:30.884 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:32:30.884 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:32:30.884 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:32:30.884 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:32:30.884 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:32:30.884 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:32:30.885 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:32:30.885 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:32:30.885 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:32:30.885 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:32:30.885 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:32:30.885 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:32:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:32:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:32:30.263335+0000 mgr.y (mgr.24491) 6126 : audit [DBG] from='client.21135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:32:30.542812+0000 mgr.y (mgr.24491) 6127 : audit [DBG] from='client.31043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:30.598441+0000 mgr.y (mgr.24491) 6128 : cluster [DBG] pgmap v5402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:32:30.885955+0000 mon.a (mon.0) 1775 : audit [DBG] from='client.? 172.21.15.177:0/1674239085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:32:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:32:30.263335+0000 mgr.y (mgr.24491) 6126 : audit [DBG] from='client.21135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:32:30.542812+0000 mgr.y (mgr.24491) 6127 : audit [DBG] from='client.31043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:30.598441+0000 mgr.y (mgr.24491) 6128 : cluster [DBG] pgmap v5402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:32:30.885955+0000 mon.a (mon.0) 1775 : audit [DBG] from='client.? 172.21.15.177:0/1674239085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:32:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:32:30.263335+0000 mgr.y (mgr.24491) 6126 : audit [DBG] from='client.21135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:32:30.542812+0000 mgr.y (mgr.24491) 6127 : audit [DBG] from='client.31043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:32:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:30.598441+0000 mgr.y (mgr.24491) 6128 : cluster [DBG] pgmap v5402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:32:30.885955+0000 mon.a (mon.0) 1775 : audit [DBG] from='client.? 172.21.15.177:0/1674239085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:32:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:32.598835+0000 mgr.y (mgr.24491) 6129 : cluster [DBG] pgmap v5403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:32.598835+0000 mgr.y (mgr.24491) 6129 : cluster [DBG] pgmap v5403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:34.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:32.598835+0000 mgr.y (mgr.24491) 6129 : cluster [DBG] pgmap v5403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:34.599630+0000 mgr.y (mgr.24491) 6130 : cluster [DBG] pgmap v5404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:34.599630+0000 mgr.y (mgr.24491) 6130 : cluster [DBG] pgmap v5404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:34.599630+0000 mgr.y (mgr.24491) 6130 : cluster [DBG] pgmap v5404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:36.600140+0000 mgr.y (mgr.24491) 6131 : cluster [DBG] pgmap v5405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:32:38.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:36.600140+0000 mgr.y (mgr.24491) 6131 : cluster [DBG] pgmap v5405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:36.600140+0000 mgr.y (mgr.24491) 6131 : cluster [DBG] pgmap v5405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:38.600624+0000 mgr.y (mgr.24491) 6132 : cluster [DBG] pgmap v5406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:38.600624+0000 mgr.y (mgr.24491) 6132 : cluster [DBG] pgmap v5406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:38.600624+0000 mgr.y (mgr.24491) 6132 : cluster [DBG] pgmap v5406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:32:40.329758+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:32:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:32:40.620405+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:32:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:32:40.621112+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:32:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:32:40.627465+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:32:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:32:40.329758+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:32:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:32:40.620405+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:32:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:32:40.621112+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:32:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:32:40.627465+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:32:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:32:40.329758+0000 mon.a (mon.0) 1776 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:32:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:32:40.620405+0000 mon.a (mon.0) 1777 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:32:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:32:40.621112+0000 mon.a (mon.0) 1778 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:32:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:32:40.627465+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:32:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:32:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:40.601223+0000 mgr.y (mgr.24491) 6133 : cluster [DBG] pgmap v5407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:40.601223+0000 mgr.y (mgr.24491) 6133 : cluster [DBG] pgmap v5407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:42.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:40.601223+0000 mgr.y (mgr.24491) 6133 : cluster [DBG] pgmap v5407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:42.601771+0000 mgr.y (mgr.24491) 6134 : cluster [DBG] pgmap v5408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:42.601771+0000 mgr.y (mgr.24491) 6134 : cluster [DBG] pgmap v5408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:42.601771+0000 mgr.y (mgr.24491) 6134 : cluster [DBG] pgmap v5408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:44.602349+0000 mgr.y (mgr.24491) 6135 : cluster [DBG] pgmap v5409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:44.602349+0000 mgr.y (mgr.24491) 6135 : cluster [DBG] pgmap v5409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:46.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:44.602349+0000 mgr.y (mgr.24491) 6135 : cluster [DBG] pgmap v5409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:46.602779+0000 mgr.y (mgr.24491) 6136 : cluster [DBG] pgmap v5410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:32:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:46.602779+0000 mgr.y (mgr.24491) 6136 : cluster [DBG] pgmap v5410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:46.602779+0000 mgr.y (mgr.24491) 6136 : cluster [DBG] pgmap v5410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:48.603281+0000 mgr.y (mgr.24491) 6137 : cluster [DBG] pgmap v5411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:48.603281+0000 mgr.y (mgr.24491) 6137 : cluster [DBG] pgmap v5411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:48.603281+0000 mgr.y (mgr.24491) 6137 : cluster [DBG] pgmap v5411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:32:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:50.603910+0000 mgr.y (mgr.24491) 6138 : cluster [DBG] pgmap v5412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:50.603910+0000 mgr.y (mgr.24491) 6138 : cluster [DBG] pgmap v5412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:50.603910+0000 mgr.y (mgr.24491) 6138 : cluster [DBG] pgmap v5412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:52.604441+0000 mgr.y (mgr.24491) 6139 : cluster [DBG] pgmap v5413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:52.604441+0000 mgr.y (mgr.24491) 6139 : cluster [DBG] pgmap v5413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:52.604441+0000 mgr.y (mgr.24491) 6139 : cluster [DBG] pgmap v5413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:54.605317+0000 mgr.y (mgr.24491) 6140 : cluster [DBG] pgmap v5414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:54.605317+0000 mgr.y (mgr.24491) 6140 : cluster [DBG] pgmap v5414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:54.605317+0000 mgr.y (mgr.24491) 6140 : cluster [DBG] pgmap v5414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:56.605773+0000 mgr.y (mgr.24491) 6141 : cluster [DBG] pgmap v5415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:58.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:56.605773+0000 mgr.y (mgr.24491) 6141 : cluster [DBG] pgmap v5415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:32:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:32:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:56.605773+0000 mgr.y (mgr.24491) 6141 : cluster [DBG] pgmap v5415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:32:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:32:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:32:58.606382+0000 mgr.y (mgr.24491) 6142 : cluster [DBG] pgmap v5416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:32:58.606382+0000 mgr.y (mgr.24491) 6142 : cluster [DBG] pgmap v5416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:32:58.606382+0000 mgr.y (mgr.24491) 6142 : cluster [DBG] pgmap v5416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:01.193 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:33:01.468 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:33:01.468 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 2h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 5m ago 3h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 5m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 5m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 5m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (2h) 5m ago 2h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (2h) 5m ago 2h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 5m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 5m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 5m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 5m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:33:01.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:33:01.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:33:01.470 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 3h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:33:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:33:01.803 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:33:01.804 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:33:01.804 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:33:01.804 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:33:01.804 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:33:01.804 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:33:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:00.607170+0000 mgr.y (mgr.24491) 6143 : cluster [DBG] pgmap v5417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:00.607170+0000 mgr.y (mgr.24491) 6143 : cluster [DBG] pgmap v5417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:00.607170+0000 mgr.y (mgr.24491) 6143 : cluster [DBG] pgmap v5417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:33:01.182744+0000 mgr.y (mgr.24491) 6144 : audit [DBG] from='client.31055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:33:01.463207+0000 mgr.y (mgr.24491) 6145 : audit [DBG] from='client.21159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:33:01.804482+0000 mon.c (mon.2) 212 : audit [DBG] from='client.? 172.21.15.177:0/2714597227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:33:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:33:01.182744+0000 mgr.y (mgr.24491) 6144 : audit [DBG] from='client.31055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:33:01.463207+0000 mgr.y (mgr.24491) 6145 : audit [DBG] from='client.21159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:33:01.804482+0000 mon.c (mon.2) 212 : audit [DBG] from='client.? 172.21.15.177:0/2714597227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:33:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:33:01.182744+0000 mgr.y (mgr.24491) 6144 : audit [DBG] from='client.31055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:33:01.463207+0000 mgr.y (mgr.24491) 6145 : audit [DBG] from='client.21159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:33:01.804482+0000 mon.c (mon.2) 212 : audit [DBG] from='client.? 172.21.15.177:0/2714597227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:33:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:02.607570+0000 mgr.y (mgr.24491) 6146 : cluster [DBG] pgmap v5418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:04.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:02.607570+0000 mgr.y (mgr.24491) 6146 : cluster [DBG] pgmap v5418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:02.607570+0000 mgr.y (mgr.24491) 6146 : cluster [DBG] pgmap v5418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:04.608225+0000 mgr.y (mgr.24491) 6147 : cluster [DBG] pgmap v5419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:04.608225+0000 mgr.y (mgr.24491) 6147 : cluster [DBG] pgmap v5419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:04.608225+0000 mgr.y (mgr.24491) 6147 : cluster [DBG] pgmap v5419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:06.608647+0000 mgr.y (mgr.24491) 6148 : cluster [DBG] pgmap v5420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:07.999 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 06:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T06:33:07.760Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1713583987725 maxt=1713585600000 ulid=01HVX3ASWKC13PQMNE869GG6EA duration=28.825337ms 2024-04-20T06:33:07.999 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 06:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T06:33:07.764Z caller=head.go:827 level=info component=tsdb msg="Head GC completed" duration=3.135403ms 2024-04-20T06:33:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:06.608647+0000 mgr.y (mgr.24491) 6148 : cluster [DBG] pgmap v5420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:33:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:06.608647+0000 mgr.y (mgr.24491) 6148 : cluster [DBG] pgmap v5420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:08.609200+0000 mgr.y (mgr.24491) 6149 : cluster [DBG] pgmap v5421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:08.609200+0000 mgr.y (mgr.24491) 6149 : cluster [DBG] pgmap v5421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:08.609200+0000 mgr.y (mgr.24491) 6149 : cluster [DBG] pgmap v5421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:33:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:10.609880+0000 mgr.y (mgr.24491) 6150 : cluster [DBG] pgmap v5422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:10.609880+0000 mgr.y (mgr.24491) 6150 : cluster [DBG] pgmap v5422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:10.609880+0000 mgr.y (mgr.24491) 6150 : cluster [DBG] pgmap v5422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:12.610240+0000 mgr.y (mgr.24491) 6151 : cluster [DBG] pgmap v5423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:12.610240+0000 mgr.y (mgr.24491) 6151 : cluster [DBG] pgmap v5423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:14.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:12.610240+0000 mgr.y (mgr.24491) 6151 : cluster [DBG] pgmap v5423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:14.610893+0000 mgr.y (mgr.24491) 6152 : cluster [DBG] pgmap v5424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:16.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:14.610893+0000 mgr.y (mgr.24491) 6152 : cluster [DBG] pgmap v5424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:16.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:14.610893+0000 mgr.y (mgr.24491) 6152 : cluster [DBG] pgmap v5424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:16.611518+0000 mgr.y (mgr.24491) 6153 : cluster [DBG] pgmap v5425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:18.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:16.611518+0000 mgr.y (mgr.24491) 6153 : cluster [DBG] pgmap v5425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:33:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:16.611518+0000 mgr.y (mgr.24491) 6153 : cluster [DBG] pgmap v5425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:18.612109+0000 mgr.y (mgr.24491) 6154 : cluster [DBG] pgmap v5426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:18.612109+0000 mgr.y (mgr.24491) 6154 : cluster [DBG] pgmap v5426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:18.612109+0000 mgr.y (mgr.24491) 6154 : cluster [DBG] pgmap v5426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:33:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:20.612735+0000 mgr.y (mgr.24491) 6155 : cluster [DBG] pgmap v5427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:20.612735+0000 mgr.y (mgr.24491) 6155 : cluster [DBG] pgmap v5427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:20.612735+0000 mgr.y (mgr.24491) 6155 : cluster [DBG] pgmap v5427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:22.613255+0000 mgr.y (mgr.24491) 6156 : cluster [DBG] pgmap v5428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:22.613255+0000 mgr.y (mgr.24491) 6156 : cluster [DBG] pgmap v5428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:22.613255+0000 mgr.y (mgr.24491) 6156 : cluster [DBG] pgmap v5428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:24.613850+0000 mgr.y (mgr.24491) 6157 : cluster [DBG] pgmap v5429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:24.613850+0000 mgr.y (mgr.24491) 6157 : cluster [DBG] pgmap v5429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:24.613850+0000 mgr.y (mgr.24491) 6157 : cluster [DBG] pgmap v5429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:26.614292+0000 mgr.y (mgr.24491) 6158 : cluster [DBG] pgmap v5430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:33:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:26.614292+0000 mgr.y (mgr.24491) 6158 : cluster [DBG] pgmap v5430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:26.614292+0000 mgr.y (mgr.24491) 6158 : cluster [DBG] pgmap v5430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:28.614730+0000 mgr.y (mgr.24491) 6159 : cluster [DBG] pgmap v5431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:28.614730+0000 mgr.y (mgr.24491) 6159 : cluster [DBG] pgmap v5431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:28.614730+0000 mgr.y (mgr.24491) 6159 : cluster [DBG] pgmap v5431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:30.615426+0000 mgr.y (mgr.24491) 6160 : cluster [DBG] pgmap v5432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:30.615426+0000 mgr.y (mgr.24491) 6160 : cluster [DBG] pgmap v5432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:30.615426+0000 mgr.y (mgr.24491) 6160 : cluster [DBG] pgmap v5432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:33:32.111 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:33:32.387 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 5m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (2h) 5m ago 2h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 5m ago 3h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 5m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 5m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 5m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 5m ago 3h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 5m ago 3h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 5m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 5m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:33:32.388 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 5m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:33:32.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 5m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:33:32.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:33:32.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:33:32.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:33:32.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:33:32.389 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 5m ago 3h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:33:32.729 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:33:32.729 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:33:32.729 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:33:32.729 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:33:32.729 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:33:32.729 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:33:32.729 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:33:32.730 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:33:32.730 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:33:32.730 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:33:32.730 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:33:32.730 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:33:32.730 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:33:32.730 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:33:32.730 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:33:32.730 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:33:32.730 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:33:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:33:32.101341+0000 mgr.y (mgr.24491) 6161 : audit [DBG] from='client.21171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:33:32.381890+0000 mgr.y (mgr.24491) 6162 : audit [DBG] from='client.21177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:32.615782+0000 mgr.y (mgr.24491) 6163 : cluster [DBG] pgmap v5433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:33:32.731386+0000 mon.c (mon.2) 213 : audit [DBG] from='client.? 172.21.15.177:0/1089105564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:33:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:33:32.101341+0000 mgr.y (mgr.24491) 6161 : audit [DBG] from='client.21171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:33:32.381890+0000 mgr.y (mgr.24491) 6162 : audit [DBG] from='client.21177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:32.615782+0000 mgr.y (mgr.24491) 6163 : cluster [DBG] pgmap v5433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:33:32.731386+0000 mon.c (mon.2) 213 : audit [DBG] from='client.? 172.21.15.177:0/1089105564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:33:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:33:32.101341+0000 mgr.y (mgr.24491) 6161 : audit [DBG] from='client.21171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:33:32.381890+0000 mgr.y (mgr.24491) 6162 : audit [DBG] from='client.21177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:33:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:32.615782+0000 mgr.y (mgr.24491) 6163 : cluster [DBG] pgmap v5433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:33:32.731386+0000 mon.c (mon.2) 213 : audit [DBG] from='client.? 172.21.15.177:0/1089105564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:33:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:34.616421+0000 mgr.y (mgr.24491) 6164 : cluster [DBG] pgmap v5434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:34.616421+0000 mgr.y (mgr.24491) 6164 : cluster [DBG] pgmap v5434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:34.616421+0000 mgr.y (mgr.24491) 6164 : cluster [DBG] pgmap v5434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:36.616934+0000 mgr.y (mgr.24491) 6165 : cluster [DBG] pgmap v5435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:36.616934+0000 mgr.y (mgr.24491) 6165 : cluster [DBG] pgmap v5435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:33:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:36.616934+0000 mgr.y (mgr.24491) 6165 : cluster [DBG] pgmap v5435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:38.617475+0000 mgr.y (mgr.24491) 6166 : cluster [DBG] pgmap v5436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:38.617475+0000 mgr.y (mgr.24491) 6166 : cluster [DBG] pgmap v5436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:38.617475+0000 mgr.y (mgr.24491) 6166 : cluster [DBG] pgmap v5436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:33:40.631736+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:33:41.092 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:33:40.631736+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:33:41.092 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:33:40.631736+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:33:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:33:41.960 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:40.618072+0000 mgr.y (mgr.24491) 6167 : cluster [DBG] pgmap v5437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:41.960 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:40.618072+0000 mgr.y (mgr.24491) 6167 : cluster [DBG] pgmap v5437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:40.618072+0000 mgr.y (mgr.24491) 6167 : cluster [DBG] pgmap v5437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:43.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:42.618405+0000 mgr.y (mgr.24491) 6168 : cluster [DBG] pgmap v5438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:42.618405+0000 mgr.y (mgr.24491) 6168 : cluster [DBG] pgmap v5438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:42.618405+0000 mgr.y (mgr.24491) 6168 : cluster [DBG] pgmap v5438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:33:43.721078+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:33:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:33:43.990762+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:33:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:33:43.991384+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:33:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:33:43.996636+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:33:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:33:43.721078+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:33:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:33:43.990762+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:33:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:33:43.991384+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:33:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:33:43.996636+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:33:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:33:43.721078+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:33:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:33:43.990762+0000 mon.a (mon.0) 1782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:33:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:33:43.991384+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:33:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:33:43.996636+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:33:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:44.619037+0000 mgr.y (mgr.24491) 6169 : cluster [DBG] pgmap v5439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:44.619037+0000 mgr.y (mgr.24491) 6169 : cluster [DBG] pgmap v5439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:46.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:44.619037+0000 mgr.y (mgr.24491) 6169 : cluster [DBG] pgmap v5439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:46.619426+0000 mgr.y (mgr.24491) 6170 : cluster [DBG] pgmap v5440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:33:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:46.619426+0000 mgr.y (mgr.24491) 6170 : cluster [DBG] pgmap v5440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:46.619426+0000 mgr.y (mgr.24491) 6170 : cluster [DBG] pgmap v5440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:48.619783+0000 mgr.y (mgr.24491) 6171 : cluster [DBG] pgmap v5441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:48.619783+0000 mgr.y (mgr.24491) 6171 : cluster [DBG] pgmap v5441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:48.619783+0000 mgr.y (mgr.24491) 6171 : cluster [DBG] pgmap v5441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:33:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:50.620483+0000 mgr.y (mgr.24491) 6172 : cluster [DBG] pgmap v5442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:52.305 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:50.620483+0000 mgr.y (mgr.24491) 6172 : cluster [DBG] pgmap v5442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:52.306 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:50.620483+0000 mgr.y (mgr.24491) 6172 : cluster [DBG] pgmap v5442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:52.621038+0000 mgr.y (mgr.24491) 6173 : cluster [DBG] pgmap v5443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:52.621038+0000 mgr.y (mgr.24491) 6173 : cluster [DBG] pgmap v5443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:52.621038+0000 mgr.y (mgr.24491) 6173 : cluster [DBG] pgmap v5443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:54.621665+0000 mgr.y (mgr.24491) 6174 : cluster [DBG] pgmap v5444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:54.621665+0000 mgr.y (mgr.24491) 6174 : cluster [DBG] pgmap v5444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:54.621665+0000 mgr.y (mgr.24491) 6174 : cluster [DBG] pgmap v5444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:56.622068+0000 mgr.y (mgr.24491) 6175 : cluster [DBG] pgmap v5445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:33:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:33:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:56.622068+0000 mgr.y (mgr.24491) 6175 : cluster [DBG] pgmap v5445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:56.622068+0000 mgr.y (mgr.24491) 6175 : cluster [DBG] pgmap v5445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:33:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:33:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:33:58.622503+0000 mgr.y (mgr.24491) 6176 : cluster [DBG] pgmap v5446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:33:58.622503+0000 mgr.y (mgr.24491) 6176 : cluster [DBG] pgmap v5446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:33:58.622503+0000 mgr.y (mgr.24491) 6176 : cluster [DBG] pgmap v5446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:34:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:00.623236+0000 mgr.y (mgr.24491) 6177 : cluster [DBG] pgmap v5447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:00.623236+0000 mgr.y (mgr.24491) 6177 : cluster [DBG] pgmap v5447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:00.623236+0000 mgr.y (mgr.24491) 6177 : cluster [DBG] pgmap v5447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:03.043 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:34:03.322 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:34:03.322 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (2h) 6m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:34:03.322 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 6m ago 3h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:34:03.322 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:34:03.322 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 6m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:34:03.322 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 6m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:34:03.322 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:34:03.322 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 6m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 6m ago 3h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 6m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 6m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 6m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 6m ago 3h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:34:03.323 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (2h) 6m ago 3h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:34:03.654 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:34:03.655 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:34:03.656 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:34:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:02.623617+0000 mgr.y (mgr.24491) 6178 : cluster [DBG] pgmap v5448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:34:03.656875+0000 mon.a (mon.0) 1785 : audit [DBG] from='client.? 172.21.15.177:0/3899105964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:34:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:02.623617+0000 mgr.y (mgr.24491) 6178 : cluster [DBG] pgmap v5448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:34:03.656875+0000 mon.a (mon.0) 1785 : audit [DBG] from='client.? 172.21.15.177:0/3899105964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:34:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:02.623617+0000 mgr.y (mgr.24491) 6178 : cluster [DBG] pgmap v5448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:34:03.656875+0000 mon.a (mon.0) 1785 : audit [DBG] from='client.? 172.21.15.177:0/3899105964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:34:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:34:03.033033+0000 mgr.y (mgr.24491) 6179 : audit [DBG] from='client.21189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:34:03.316755+0000 mgr.y (mgr.24491) 6180 : audit [DBG] from='client.31097 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:34:03.033033+0000 mgr.y (mgr.24491) 6179 : audit [DBG] from='client.21189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:34:03.316755+0000 mgr.y (mgr.24491) 6180 : audit [DBG] from='client.31097 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:34:03.033033+0000 mgr.y (mgr.24491) 6179 : audit [DBG] from='client.21189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:34:03.316755+0000 mgr.y (mgr.24491) 6180 : audit [DBG] from='client.31097 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:04.624243+0000 mgr.y (mgr.24491) 6181 : cluster [DBG] pgmap v5449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:04.624243+0000 mgr.y (mgr.24491) 6181 : cluster [DBG] pgmap v5449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:04.624243+0000 mgr.y (mgr.24491) 6181 : cluster [DBG] pgmap v5449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:34:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:06.624680+0000 mgr.y (mgr.24491) 6182 : cluster [DBG] pgmap v5450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:06.624680+0000 mgr.y (mgr.24491) 6182 : cluster [DBG] pgmap v5450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:06.624680+0000 mgr.y (mgr.24491) 6182 : cluster [DBG] pgmap v5450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:08.625241+0000 mgr.y (mgr.24491) 6183 : cluster [DBG] pgmap v5451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:08.625241+0000 mgr.y (mgr.24491) 6183 : cluster [DBG] pgmap v5451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:08.625241+0000 mgr.y (mgr.24491) 6183 : cluster [DBG] pgmap v5451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:34:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:10.625902+0000 mgr.y (mgr.24491) 6184 : cluster [DBG] pgmap v5452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:10.625902+0000 mgr.y (mgr.24491) 6184 : cluster [DBG] pgmap v5452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:10.625902+0000 mgr.y (mgr.24491) 6184 : cluster [DBG] pgmap v5452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:12.626364+0000 mgr.y (mgr.24491) 6185 : cluster [DBG] pgmap v5453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:12.626364+0000 mgr.y (mgr.24491) 6185 : cluster [DBG] pgmap v5453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:12.626364+0000 mgr.y (mgr.24491) 6185 : cluster [DBG] pgmap v5453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:14.627161+0000 mgr.y (mgr.24491) 6186 : cluster [DBG] pgmap v5454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:14.627161+0000 mgr.y (mgr.24491) 6186 : cluster [DBG] pgmap v5454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:14.627161+0000 mgr.y (mgr.24491) 6186 : cluster [DBG] pgmap v5454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:16.627603+0000 mgr.y (mgr.24491) 6187 : cluster [DBG] pgmap v5455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:34:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:16.627603+0000 mgr.y (mgr.24491) 6187 : cluster [DBG] pgmap v5455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:16.627603+0000 mgr.y (mgr.24491) 6187 : cluster [DBG] pgmap v5455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:18.627986+0000 mgr.y (mgr.24491) 6188 : cluster [DBG] pgmap v5456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:18.627986+0000 mgr.y (mgr.24491) 6188 : cluster [DBG] pgmap v5456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:18.627986+0000 mgr.y (mgr.24491) 6188 : cluster [DBG] pgmap v5456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:34:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:20.628765+0000 mgr.y (mgr.24491) 6189 : cluster [DBG] pgmap v5457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:22.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:20.628765+0000 mgr.y (mgr.24491) 6189 : cluster [DBG] pgmap v5457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:20.628765+0000 mgr.y (mgr.24491) 6189 : cluster [DBG] pgmap v5457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:22.629291+0000 mgr.y (mgr.24491) 6190 : cluster [DBG] pgmap v5458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:22.629291+0000 mgr.y (mgr.24491) 6190 : cluster [DBG] pgmap v5458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:22.629291+0000 mgr.y (mgr.24491) 6190 : cluster [DBG] pgmap v5458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:24.629895+0000 mgr.y (mgr.24491) 6191 : cluster [DBG] pgmap v5459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:24.629895+0000 mgr.y (mgr.24491) 6191 : cluster [DBG] pgmap v5459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:24.629895+0000 mgr.y (mgr.24491) 6191 : cluster [DBG] pgmap v5459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:26.630289+0000 mgr.y (mgr.24491) 6192 : cluster [DBG] pgmap v5460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:28.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:26.630289+0000 mgr.y (mgr.24491) 6192 : cluster [DBG] pgmap v5460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:34:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:26.630289+0000 mgr.y (mgr.24491) 6192 : cluster [DBG] pgmap v5460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:28.630669+0000 mgr.y (mgr.24491) 6193 : cluster [DBG] pgmap v5461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:28.630669+0000 mgr.y (mgr.24491) 6193 : cluster [DBG] pgmap v5461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:28.630669+0000 mgr.y (mgr.24491) 6193 : cluster [DBG] pgmap v5461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:34:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:30.631240+0000 mgr.y (mgr.24491) 6194 : cluster [DBG] pgmap v5462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:30.631240+0000 mgr.y (mgr.24491) 6194 : cluster [DBG] pgmap v5462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:30.631240+0000 mgr.y (mgr.24491) 6194 : cluster [DBG] pgmap v5462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:33.970 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:34:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:32.631666+0000 mgr.y (mgr.24491) 6195 : cluster [DBG] pgmap v5463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:32.631666+0000 mgr.y (mgr.24491) 6195 : cluster [DBG] pgmap v5463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:34.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:32.631666+0000 mgr.y (mgr.24491) 6195 : cluster [DBG] pgmap v5463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:34.243 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:34:34.243 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 6m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:34:34.243 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 6m ago 3h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:34:34.243 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:34:34.243 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 6m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:34:34.243 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 6m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 6m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 6m ago 3h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 6m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 6m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 6m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 6m ago 3h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:34:34.244 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 6m ago 3h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:34:34.580 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:34:34.580 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:34:34.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:34:34.580 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:34:34.580 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:34:34.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:34:34.580 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:34:34.580 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:34:34.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:34:34.581 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:34:34.581 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:34:34.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:34:34.581 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:34:34.581 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:34:34.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:34:34.581 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:34:34.581 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:34:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:34:34.582262+0000 mon.a (mon.0) 1786 : audit [DBG] from='client.? 172.21.15.177:0/976984118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:34:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:34:34.582262+0000 mon.a (mon.0) 1786 : audit [DBG] from='client.? 172.21.15.177:0/976984118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:34:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:34:34.582262+0000 mon.a (mon.0) 1786 : audit [DBG] from='client.? 172.21.15.177:0/976984118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:34:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:34:33.959514+0000 mgr.y (mgr.24491) 6196 : audit [DBG] from='client.31109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:34:34.238106+0000 mgr.y (mgr.24491) 6197 : audit [DBG] from='client.31115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:34.632340+0000 mgr.y (mgr.24491) 6198 : cluster [DBG] pgmap v5464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:34:33.959514+0000 mgr.y (mgr.24491) 6196 : audit [DBG] from='client.31109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:34:34.238106+0000 mgr.y (mgr.24491) 6197 : audit [DBG] from='client.31115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:34.632340+0000 mgr.y (mgr.24491) 6198 : cluster [DBG] pgmap v5464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:34:33.959514+0000 mgr.y (mgr.24491) 6196 : audit [DBG] from='client.31109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:34:34.238106+0000 mgr.y (mgr.24491) 6197 : audit [DBG] from='client.31115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:34:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:34.632340+0000 mgr.y (mgr.24491) 6198 : cluster [DBG] pgmap v5464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:36.632806+0000 mgr.y (mgr.24491) 6199 : cluster [DBG] pgmap v5465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:36.632806+0000 mgr.y (mgr.24491) 6199 : cluster [DBG] pgmap v5465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:34:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:36.632806+0000 mgr.y (mgr.24491) 6199 : cluster [DBG] pgmap v5465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:38.633216+0000 mgr.y (mgr.24491) 6200 : cluster [DBG] pgmap v5466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:38.633216+0000 mgr.y (mgr.24491) 6200 : cluster [DBG] pgmap v5466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:38.633216+0000 mgr.y (mgr.24491) 6200 : cluster [DBG] pgmap v5466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:34:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:40.634137+0000 mgr.y (mgr.24491) 6201 : cluster [DBG] pgmap v5467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:40.634137+0000 mgr.y (mgr.24491) 6201 : cluster [DBG] pgmap v5467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:40.634137+0000 mgr.y (mgr.24491) 6201 : cluster [DBG] pgmap v5467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:42.634584+0000 mgr.y (mgr.24491) 6202 : cluster [DBG] pgmap v5468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:42.634584+0000 mgr.y (mgr.24491) 6202 : cluster [DBG] pgmap v5468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:42.634584+0000 mgr.y (mgr.24491) 6202 : cluster [DBG] pgmap v5468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:34:44.000763+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:34:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:34:44.000763+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:34:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:34:44.000763+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:34:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:44.635330+0000 mgr.y (mgr.24491) 6203 : cluster [DBG] pgmap v5469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:44.635330+0000 mgr.y (mgr.24491) 6203 : cluster [DBG] pgmap v5469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:44.635330+0000 mgr.y (mgr.24491) 6203 : cluster [DBG] pgmap v5469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:46.635829+0000 mgr.y (mgr.24491) 6204 : cluster [DBG] pgmap v5470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:34:47.094355+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:34:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:34:47.373456+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:34:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:34:47.374416+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:34:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:34:47.381922+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:34:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:34:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:46.635829+0000 mgr.y (mgr.24491) 6204 : cluster [DBG] pgmap v5470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:34:47.094355+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:34:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:34:47.373456+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:34:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:34:47.374416+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:34:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:34:47.381922+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:34:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:46.635829+0000 mgr.y (mgr.24491) 6204 : cluster [DBG] pgmap v5470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:34:47.094355+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:34:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:34:47.373456+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:34:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:34:47.374416+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:34:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:34:47.381922+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:34:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:48.636362+0000 mgr.y (mgr.24491) 6205 : cluster [DBG] pgmap v5471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:48.636362+0000 mgr.y (mgr.24491) 6205 : cluster [DBG] pgmap v5471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:48.636362+0000 mgr.y (mgr.24491) 6205 : cluster [DBG] pgmap v5471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:34:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:50.637136+0000 mgr.y (mgr.24491) 6206 : cluster [DBG] pgmap v5472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:50.637136+0000 mgr.y (mgr.24491) 6206 : cluster [DBG] pgmap v5472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:50.637136+0000 mgr.y (mgr.24491) 6206 : cluster [DBG] pgmap v5472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:52.637710+0000 mgr.y (mgr.24491) 6207 : cluster [DBG] pgmap v5473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:52.637710+0000 mgr.y (mgr.24491) 6207 : cluster [DBG] pgmap v5473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:52.637710+0000 mgr.y (mgr.24491) 6207 : cluster [DBG] pgmap v5473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:54.638377+0000 mgr.y (mgr.24491) 6208 : cluster [DBG] pgmap v5474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:54.638377+0000 mgr.y (mgr.24491) 6208 : cluster [DBG] pgmap v5474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:54.638377+0000 mgr.y (mgr.24491) 6208 : cluster [DBG] pgmap v5474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:58.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:56.638780+0000 mgr.y (mgr.24491) 6209 : cluster [DBG] pgmap v5475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:56.638780+0000 mgr.y (mgr.24491) 6209 : cluster [DBG] pgmap v5475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:34:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:34:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:34:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:56.638780+0000 mgr.y (mgr.24491) 6209 : cluster [DBG] pgmap v5475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:34:58.639142+0000 mgr.y (mgr.24491) 6210 : cluster [DBG] pgmap v5476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:34:58.639142+0000 mgr.y (mgr.24491) 6210 : cluster [DBG] pgmap v5476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:34:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:34:58.639142+0000 mgr.y (mgr.24491) 6210 : cluster [DBG] pgmap v5476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:00.639750+0000 mgr.y (mgr.24491) 6211 : cluster [DBG] pgmap v5477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:00.639750+0000 mgr.y (mgr.24491) 6211 : cluster [DBG] pgmap v5477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:00.639750+0000 mgr.y (mgr.24491) 6211 : cluster [DBG] pgmap v5477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:35:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:02.640208+0000 mgr.y (mgr.24491) 6212 : cluster [DBG] pgmap v5478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:04.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:02.640208+0000 mgr.y (mgr.24491) 6212 : cluster [DBG] pgmap v5478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:02.640208+0000 mgr.y (mgr.24491) 6212 : cluster [DBG] pgmap v5478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:04.894 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:35:05.169 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:35:05.169 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 7m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:35:05.169 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 7m ago 3h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:35:05.169 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 7m ago 3h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:35:05.169 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 7m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:35:05.169 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 7m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:35:05.169 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 7m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:35:05.169 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 7m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 7m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 7m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 7m ago 3h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 7m ago 3h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 7m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 7m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 7m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 7m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 7m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 7m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 7m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:35:05.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 7m ago 3h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:35:05.171 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 7m ago 3h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:35:05.501 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:35:05.502 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:35:05.502 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:35:05.502 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:35:05.502 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:35:05.502 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:35:05.502 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:35:05.502 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:35:05.502 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:35:05.502 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:35:05.502 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:35:05.503 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:35:05.503 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:35:05.503 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:35:05.503 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:35:05.503 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:35:05.503 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:35:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:04.640883+0000 mgr.y (mgr.24491) 6213 : cluster [DBG] pgmap v5479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:05.503586+0000 mon.a (mon.0) 1792 : audit [DBG] from='client.? 172.21.15.177:0/1900287779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:35:06.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:04.640883+0000 mgr.y (mgr.24491) 6213 : cluster [DBG] pgmap v5479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:06.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:05.503586+0000 mon.a (mon.0) 1792 : audit [DBG] from='client.? 172.21.15.177:0/1900287779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:35:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:04.640883+0000 mgr.y (mgr.24491) 6213 : cluster [DBG] pgmap v5479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:05.503586+0000 mon.a (mon.0) 1792 : audit [DBG] from='client.? 172.21.15.177:0/1900287779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:35:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:04.884461+0000 mgr.y (mgr.24491) 6214 : audit [DBG] from='client.31127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:05.163417+0000 mgr.y (mgr.24491) 6215 : audit [DBG] from='client.21231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:04.884461+0000 mgr.y (mgr.24491) 6214 : audit [DBG] from='client.31127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:05.163417+0000 mgr.y (mgr.24491) 6215 : audit [DBG] from='client.21231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:04.884461+0000 mgr.y (mgr.24491) 6214 : audit [DBG] from='client.31127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:05.163417+0000 mgr.y (mgr.24491) 6215 : audit [DBG] from='client.21231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:06.641345+0000 mgr.y (mgr.24491) 6216 : cluster [DBG] pgmap v5480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:08.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:06.641345+0000 mgr.y (mgr.24491) 6216 : cluster [DBG] pgmap v5480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:35:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:06.641345+0000 mgr.y (mgr.24491) 6216 : cluster [DBG] pgmap v5480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:08.641700+0000 mgr.y (mgr.24491) 6217 : cluster [DBG] pgmap v5481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:08.641700+0000 mgr.y (mgr.24491) 6217 : cluster [DBG] pgmap v5481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:08.641700+0000 mgr.y (mgr.24491) 6217 : cluster [DBG] pgmap v5481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:35:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:10.642554+0000 mgr.y (mgr.24491) 6218 : cluster [DBG] pgmap v5482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:10.642554+0000 mgr.y (mgr.24491) 6218 : cluster [DBG] pgmap v5482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:10.642554+0000 mgr.y (mgr.24491) 6218 : cluster [DBG] pgmap v5482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:12.643164+0000 mgr.y (mgr.24491) 6219 : cluster [DBG] pgmap v5483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:12.643164+0000 mgr.y (mgr.24491) 6219 : cluster [DBG] pgmap v5483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:14.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:12.643164+0000 mgr.y (mgr.24491) 6219 : cluster [DBG] pgmap v5483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:14.643793+0000 mgr.y (mgr.24491) 6220 : cluster [DBG] pgmap v5484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:16.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:14.643793+0000 mgr.y (mgr.24491) 6220 : cluster [DBG] pgmap v5484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:14.643793+0000 mgr.y (mgr.24491) 6220 : cluster [DBG] pgmap v5484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:16.644285+0000 mgr.y (mgr.24491) 6221 : cluster [DBG] pgmap v5485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:35:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:16.644285+0000 mgr.y (mgr.24491) 6221 : cluster [DBG] pgmap v5485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:16.644285+0000 mgr.y (mgr.24491) 6221 : cluster [DBG] pgmap v5485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:18.644775+0000 mgr.y (mgr.24491) 6222 : cluster [DBG] pgmap v5486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:18.644775+0000 mgr.y (mgr.24491) 6222 : cluster [DBG] pgmap v5486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:18.644775+0000 mgr.y (mgr.24491) 6222 : cluster [DBG] pgmap v5486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:35:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:20.645683+0000 mgr.y (mgr.24491) 6223 : cluster [DBG] pgmap v5487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:22.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:20.645683+0000 mgr.y (mgr.24491) 6223 : cluster [DBG] pgmap v5487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:20.645683+0000 mgr.y (mgr.24491) 6223 : cluster [DBG] pgmap v5487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:22.646139+0000 mgr.y (mgr.24491) 6224 : cluster [DBG] pgmap v5488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:24.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:22.646139+0000 mgr.y (mgr.24491) 6224 : cluster [DBG] pgmap v5488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:22.646139+0000 mgr.y (mgr.24491) 6224 : cluster [DBG] pgmap v5488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:24.646750+0000 mgr.y (mgr.24491) 6225 : cluster [DBG] pgmap v5489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:24.646750+0000 mgr.y (mgr.24491) 6225 : cluster [DBG] pgmap v5489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:24.646750+0000 mgr.y (mgr.24491) 6225 : cluster [DBG] pgmap v5489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:26.647198+0000 mgr.y (mgr.24491) 6226 : cluster [DBG] pgmap v5490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:35:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:26.647198+0000 mgr.y (mgr.24491) 6226 : cluster [DBG] pgmap v5490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:26.647198+0000 mgr.y (mgr.24491) 6226 : cluster [DBG] pgmap v5490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:30.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:28.647543+0000 mgr.y (mgr.24491) 6227 : cluster [DBG] pgmap v5491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:30.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:28.647543+0000 mgr.y (mgr.24491) 6227 : cluster [DBG] pgmap v5491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:28.647543+0000 mgr.y (mgr.24491) 6227 : cluster [DBG] pgmap v5491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:35:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:30.648397+0000 mgr.y (mgr.24491) 6228 : cluster [DBG] pgmap v5492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:30.648397+0000 mgr.y (mgr.24491) 6228 : cluster [DBG] pgmap v5492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:30.648397+0000 mgr.y (mgr.24491) 6228 : cluster [DBG] pgmap v5492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:32.648906+0000 mgr.y (mgr.24491) 6229 : cluster [DBG] pgmap v5493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:34.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:32.648906+0000 mgr.y (mgr.24491) 6229 : cluster [DBG] pgmap v5493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:32.648906+0000 mgr.y (mgr.24491) 6229 : cluster [DBG] pgmap v5493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:35.815 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:35:36.090 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:35:36.090 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 7m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:35:36.090 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 7m ago 3h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:35:36.090 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 7m ago 3h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:35:36.090 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 7m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:35:36.090 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 7m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:35:36.090 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 7m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:35:36.090 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 7m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:35:36.090 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 7m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 7m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 7m ago 3h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 7m ago 3h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 7m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 7m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 7m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 7m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 7m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 7m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 7m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 7m ago 3h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:35:36.091 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 7m ago 3h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:35:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:34.649749+0000 mgr.y (mgr.24491) 6230 : cluster [DBG] pgmap v5494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:34.649749+0000 mgr.y (mgr.24491) 6230 : cluster [DBG] pgmap v5494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:34.649749+0000 mgr.y (mgr.24491) 6230 : cluster [DBG] pgmap v5494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:36.422 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:35:36.422 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:35:36.422 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:35:36.422 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:35:36.423 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:35:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:36.424824+0000 mon.c (mon.2) 214 : audit [DBG] from='client.? 172.21.15.177:0/143417720' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:35:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:36.424824+0000 mon.c (mon.2) 214 : audit [DBG] from='client.? 172.21.15.177:0/143417720' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:35:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:36.424824+0000 mon.c (mon.2) 214 : audit [DBG] from='client.? 172.21.15.177:0/143417720' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:35:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:35:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:35.805609+0000 mgr.y (mgr.24491) 6231 : audit [DBG] from='client.31145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:36.084716+0000 mgr.y (mgr.24491) 6232 : audit [DBG] from='client.21249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:36.650134+0000 mgr.y (mgr.24491) 6233 : cluster [DBG] pgmap v5495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:37.540429+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:35:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:37.571853+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:35:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:35.805609+0000 mgr.y (mgr.24491) 6231 : audit [DBG] from='client.31145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:36.084716+0000 mgr.y (mgr.24491) 6232 : audit [DBG] from='client.21249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:36.650134+0000 mgr.y (mgr.24491) 6233 : cluster [DBG] pgmap v5495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:37.540429+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:35:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:37.571853+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:35:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:35.805609+0000 mgr.y (mgr.24491) 6231 : audit [DBG] from='client.31145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:36.084716+0000 mgr.y (mgr.24491) 6232 : audit [DBG] from='client.21249 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:35:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:36.650134+0000 mgr.y (mgr.24491) 6233 : cluster [DBG] pgmap v5495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:37.540429+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:35:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:37.571853+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:35:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:38.650542+0000 mgr.y (mgr.24491) 6234 : cluster [DBG] pgmap v5496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:38.650542+0000 mgr.y (mgr.24491) 6234 : cluster [DBG] pgmap v5496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:38.650542+0000 mgr.y (mgr.24491) 6234 : cluster [DBG] pgmap v5496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:35:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:40.651331+0000 mgr.y (mgr.24491) 6235 : cluster [DBG] pgmap v5497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:40.651331+0000 mgr.y (mgr.24491) 6235 : cluster [DBG] pgmap v5497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:40.651331+0000 mgr.y (mgr.24491) 6235 : cluster [DBG] pgmap v5497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:42.651859+0000 mgr.y (mgr.24491) 6236 : cluster [DBG] pgmap v5498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:42.651859+0000 mgr.y (mgr.24491) 6236 : cluster [DBG] pgmap v5498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:42.651859+0000 mgr.y (mgr.24491) 6236 : cluster [DBG] pgmap v5498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:44.652496+0000 mgr.y (mgr.24491) 6237 : cluster [DBG] pgmap v5499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:44.652496+0000 mgr.y (mgr.24491) 6237 : cluster [DBG] pgmap v5499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:44.652496+0000 mgr.y (mgr.24491) 6237 : cluster [DBG] pgmap v5499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:35:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:46.652917+0000 mgr.y (mgr.24491) 6238 : cluster [DBG] pgmap v5500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:47.388475+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:35:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:47.682910+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:35:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:47.683535+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:35:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:35:47.687676+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:35:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:46.652917+0000 mgr.y (mgr.24491) 6238 : cluster [DBG] pgmap v5500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:47.388475+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:35:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:47.682910+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:35:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:47.683535+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:35:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:35:47.687676+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:35:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:46.652917+0000 mgr.y (mgr.24491) 6238 : cluster [DBG] pgmap v5500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:47.388475+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:35:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:47.682910+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:35:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:47.683535+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:35:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:35:47.687676+0000 mon.a (mon.0) 1798 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:35:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:48.653440+0000 mgr.y (mgr.24491) 6239 : cluster [DBG] pgmap v5501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:48.653440+0000 mgr.y (mgr.24491) 6239 : cluster [DBG] pgmap v5501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:48.653440+0000 mgr.y (mgr.24491) 6239 : cluster [DBG] pgmap v5501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:50.654202+0000 mgr.y (mgr.24491) 6240 : cluster [DBG] pgmap v5502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:50.654202+0000 mgr.y (mgr.24491) 6240 : cluster [DBG] pgmap v5502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:50.654202+0000 mgr.y (mgr.24491) 6240 : cluster [DBG] pgmap v5502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:35:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:52.654662+0000 mgr.y (mgr.24491) 6241 : cluster [DBG] pgmap v5503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:52.654662+0000 mgr.y (mgr.24491) 6241 : cluster [DBG] pgmap v5503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:52.654662+0000 mgr.y (mgr.24491) 6241 : cluster [DBG] pgmap v5503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:54.655467+0000 mgr.y (mgr.24491) 6242 : cluster [DBG] pgmap v5504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:54.655467+0000 mgr.y (mgr.24491) 6242 : cluster [DBG] pgmap v5504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:54.655467+0000 mgr.y (mgr.24491) 6242 : cluster [DBG] pgmap v5504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:56.656009+0000 mgr.y (mgr.24491) 6243 : cluster [DBG] pgmap v5505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:35:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:35:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:56.656009+0000 mgr.y (mgr.24491) 6243 : cluster [DBG] pgmap v5505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:56.656009+0000 mgr.y (mgr.24491) 6243 : cluster [DBG] pgmap v5505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:35:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:35:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:35:58.656554+0000 mgr.y (mgr.24491) 6244 : cluster [DBG] pgmap v5506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:35:58.656554+0000 mgr.y (mgr.24491) 6244 : cluster [DBG] pgmap v5506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:35:58.656554+0000 mgr.y (mgr.24491) 6244 : cluster [DBG] pgmap v5506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:36:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:00.657462+0000 mgr.y (mgr.24491) 6245 : cluster [DBG] pgmap v5507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:00.657462+0000 mgr.y (mgr.24491) 6245 : cluster [DBG] pgmap v5507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:00.657462+0000 mgr.y (mgr.24491) 6245 : cluster [DBG] pgmap v5507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:02.658002+0000 mgr.y (mgr.24491) 6246 : cluster [DBG] pgmap v5508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:02.658002+0000 mgr.y (mgr.24491) 6246 : cluster [DBG] pgmap v5508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:04.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:02.658002+0000 mgr.y (mgr.24491) 6246 : cluster [DBG] pgmap v5508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:04.658544+0000 mgr.y (mgr.24491) 6247 : cluster [DBG] pgmap v5509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:04.658544+0000 mgr.y (mgr.24491) 6247 : cluster [DBG] pgmap v5509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:04.658544+0000 mgr.y (mgr.24491) 6247 : cluster [DBG] pgmap v5509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:06.731 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:36:07.006 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 8m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 8m ago 3h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 8m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 8m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 8m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 8m ago 3h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 8m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 8m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:36:07.007 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 8m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:36:07.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 8m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:36:07.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:36:07.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:36:07.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:36:07.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:36:07.008 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:36:07.336 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:36:07.336 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:36:07.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:36:07.336 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:36:07.336 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:36:07.337 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:36:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:06.658962+0000 mgr.y (mgr.24491) 6248 : cluster [DBG] pgmap v5510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:36:06.721523+0000 mgr.y (mgr.24491) 6249 : audit [DBG] from='client.21261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:36:07.338414+0000 mon.c (mon.2) 215 : audit [DBG] from='client.? 172.21.15.177:0/2809918994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:36:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:36:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:06.658962+0000 mgr.y (mgr.24491) 6248 : cluster [DBG] pgmap v5510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:36:06.721523+0000 mgr.y (mgr.24491) 6249 : audit [DBG] from='client.21261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:36:07.338414+0000 mon.c (mon.2) 215 : audit [DBG] from='client.? 172.21.15.177:0/2809918994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:36:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:06.658962+0000 mgr.y (mgr.24491) 6248 : cluster [DBG] pgmap v5510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:36:06.721523+0000 mgr.y (mgr.24491) 6249 : audit [DBG] from='client.21261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:36:07.338414+0000 mon.c (mon.2) 215 : audit [DBG] from='client.? 172.21.15.177:0/2809918994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:36:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:36:07.001247+0000 mgr.y (mgr.24491) 6250 : audit [DBG] from='client.21267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:36:07.001247+0000 mgr.y (mgr.24491) 6250 : audit [DBG] from='client.21267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:36:07.001247+0000 mgr.y (mgr.24491) 6250 : audit [DBG] from='client.21267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:08.659316+0000 mgr.y (mgr.24491) 6251 : cluster [DBG] pgmap v5511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:08.659316+0000 mgr.y (mgr.24491) 6251 : cluster [DBG] pgmap v5511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:08.659316+0000 mgr.y (mgr.24491) 6251 : cluster [DBG] pgmap v5511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:36:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:10.660177+0000 mgr.y (mgr.24491) 6252 : cluster [DBG] pgmap v5512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:10.660177+0000 mgr.y (mgr.24491) 6252 : cluster [DBG] pgmap v5512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:10.660177+0000 mgr.y (mgr.24491) 6252 : cluster [DBG] pgmap v5512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:12.660527+0000 mgr.y (mgr.24491) 6253 : cluster [DBG] pgmap v5513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:12.660527+0000 mgr.y (mgr.24491) 6253 : cluster [DBG] pgmap v5513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:14.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:12.660527+0000 mgr.y (mgr.24491) 6253 : cluster [DBG] pgmap v5513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:14.661239+0000 mgr.y (mgr.24491) 6254 : cluster [DBG] pgmap v5514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:16.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:14.661239+0000 mgr.y (mgr.24491) 6254 : cluster [DBG] pgmap v5514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:14.661239+0000 mgr.y (mgr.24491) 6254 : cluster [DBG] pgmap v5514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:16.661713+0000 mgr.y (mgr.24491) 6255 : cluster [DBG] pgmap v5515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:36:18.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:16.661713+0000 mgr.y (mgr.24491) 6255 : cluster [DBG] pgmap v5515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:16.661713+0000 mgr.y (mgr.24491) 6255 : cluster [DBG] pgmap v5515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:18.662197+0000 mgr.y (mgr.24491) 6256 : cluster [DBG] pgmap v5516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:18.662197+0000 mgr.y (mgr.24491) 6256 : cluster [DBG] pgmap v5516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:18.662197+0000 mgr.y (mgr.24491) 6256 : cluster [DBG] pgmap v5516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:21.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:36:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:20.662970+0000 mgr.y (mgr.24491) 6257 : cluster [DBG] pgmap v5517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:20.662970+0000 mgr.y (mgr.24491) 6257 : cluster [DBG] pgmap v5517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:20.662970+0000 mgr.y (mgr.24491) 6257 : cluster [DBG] pgmap v5517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:22.663389+0000 mgr.y (mgr.24491) 6258 : cluster [DBG] pgmap v5518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:22.663389+0000 mgr.y (mgr.24491) 6258 : cluster [DBG] pgmap v5518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:22.663389+0000 mgr.y (mgr.24491) 6258 : cluster [DBG] pgmap v5518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:24.664200+0000 mgr.y (mgr.24491) 6259 : cluster [DBG] pgmap v5519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:24.664200+0000 mgr.y (mgr.24491) 6259 : cluster [DBG] pgmap v5519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:24.664200+0000 mgr.y (mgr.24491) 6259 : cluster [DBG] pgmap v5519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:28.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:26.664615+0000 mgr.y (mgr.24491) 6260 : cluster [DBG] pgmap v5520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:36:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:26.664615+0000 mgr.y (mgr.24491) 6260 : cluster [DBG] pgmap v5520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:26.664615+0000 mgr.y (mgr.24491) 6260 : cluster [DBG] pgmap v5520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:28.665000+0000 mgr.y (mgr.24491) 6261 : cluster [DBG] pgmap v5521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:28.665000+0000 mgr.y (mgr.24491) 6261 : cluster [DBG] pgmap v5521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:28.665000+0000 mgr.y (mgr.24491) 6261 : cluster [DBG] pgmap v5521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:36:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:30.665688+0000 mgr.y (mgr.24491) 6262 : cluster [DBG] pgmap v5522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:30.665688+0000 mgr.y (mgr.24491) 6262 : cluster [DBG] pgmap v5522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:30.665688+0000 mgr.y (mgr.24491) 6262 : cluster [DBG] pgmap v5522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:32.666158+0000 mgr.y (mgr.24491) 6263 : cluster [DBG] pgmap v5523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:32.666158+0000 mgr.y (mgr.24491) 6263 : cluster [DBG] pgmap v5523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:32.666158+0000 mgr.y (mgr.24491) 6263 : cluster [DBG] pgmap v5523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:34.666814+0000 mgr.y (mgr.24491) 6264 : cluster [DBG] pgmap v5524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:34.666814+0000 mgr.y (mgr.24491) 6264 : cluster [DBG] pgmap v5524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:34.666814+0000 mgr.y (mgr.24491) 6264 : cluster [DBG] pgmap v5524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:37.647 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:36:37.923 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:36:37.923 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 9m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 9m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:36:37.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:36:37.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:36:37.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:36:37.925 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:36:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:36.667276+0000 mgr.y (mgr.24491) 6265 : cluster [DBG] pgmap v5525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:36:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:36.667276+0000 mgr.y (mgr.24491) 6265 : cluster [DBG] pgmap v5525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:36.667276+0000 mgr.y (mgr.24491) 6265 : cluster [DBG] pgmap v5525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:38.255 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:36:38.255 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:36:38.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:36:38.255 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:36:38.255 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:36:38.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:36:38.255 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:36:38.256 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:36:38.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:36:38.256 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:36:38.256 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:36:38.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:36:38.256 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:36:38.256 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:36:38.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:36:38.256 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:36:38.256 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:36:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:36:37.637583+0000 mgr.y (mgr.24491) 6266 : audit [DBG] from='client.31181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:36:38.257460+0000 mon.a (mon.0) 1799 : audit [DBG] from='client.? 172.21.15.177:0/357924837' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:36:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:36:37.637583+0000 mgr.y (mgr.24491) 6266 : audit [DBG] from='client.31181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:36:38.257460+0000 mon.a (mon.0) 1799 : audit [DBG] from='client.? 172.21.15.177:0/357924837' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:36:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:36:37.637583+0000 mgr.y (mgr.24491) 6266 : audit [DBG] from='client.31181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:36:38.257460+0000 mon.a (mon.0) 1799 : audit [DBG] from='client.? 172.21.15.177:0/357924837' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:36:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:36:37.918014+0000 mgr.y (mgr.24491) 6267 : audit [DBG] from='client.31187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:38.667622+0000 mgr.y (mgr.24491) 6268 : cluster [DBG] pgmap v5526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:36:37.918014+0000 mgr.y (mgr.24491) 6267 : audit [DBG] from='client.31187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:38.667622+0000 mgr.y (mgr.24491) 6268 : cluster [DBG] pgmap v5526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:36:37.918014+0000 mgr.y (mgr.24491) 6267 : audit [DBG] from='client.31187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:36:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:38.667622+0000 mgr.y (mgr.24491) 6268 : cluster [DBG] pgmap v5526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:40.668382+0000 mgr.y (mgr.24491) 6269 : cluster [DBG] pgmap v5527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:40.668382+0000 mgr.y (mgr.24491) 6269 : cluster [DBG] pgmap v5527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:40.668382+0000 mgr.y (mgr.24491) 6269 : cluster [DBG] pgmap v5527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:36:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:42.668967+0000 mgr.y (mgr.24491) 6270 : cluster [DBG] pgmap v5528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:42.668967+0000 mgr.y (mgr.24491) 6270 : cluster [DBG] pgmap v5528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:42.668967+0000 mgr.y (mgr.24491) 6270 : cluster [DBG] pgmap v5528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:44.669611+0000 mgr.y (mgr.24491) 6271 : cluster [DBG] pgmap v5529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:44.669611+0000 mgr.y (mgr.24491) 6271 : cluster [DBG] pgmap v5529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:46.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:44.669611+0000 mgr.y (mgr.24491) 6271 : cluster [DBG] pgmap v5529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:46.670077+0000 mgr.y (mgr.24491) 6272 : cluster [DBG] pgmap v5530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:36:47.691916+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:36:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:36:48.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:46.670077+0000 mgr.y (mgr.24491) 6272 : cluster [DBG] pgmap v5530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:36:47.691916+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:36:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:46.670077+0000 mgr.y (mgr.24491) 6272 : cluster [DBG] pgmap v5530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:36:47.691916+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:36:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:36:47.988611+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:36:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:36:47.989261+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:36:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:36:47.993564+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:36:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:36:47.988611+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:36:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:36:47.989261+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:36:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:36:47.993564+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:36:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:36:47.988611+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:36:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:36:47.989261+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:36:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:36:47.993564+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:36:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:48.670447+0000 mgr.y (mgr.24491) 6273 : cluster [DBG] pgmap v5531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:48.670447+0000 mgr.y (mgr.24491) 6273 : cluster [DBG] pgmap v5531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:48.670447+0000 mgr.y (mgr.24491) 6273 : cluster [DBG] pgmap v5531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:36:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:50.671187+0000 mgr.y (mgr.24491) 6274 : cluster [DBG] pgmap v5532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:50.671187+0000 mgr.y (mgr.24491) 6274 : cluster [DBG] pgmap v5532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:50.671187+0000 mgr.y (mgr.24491) 6274 : cluster [DBG] pgmap v5532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:52.671701+0000 mgr.y (mgr.24491) 6275 : cluster [DBG] pgmap v5533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:52.671701+0000 mgr.y (mgr.24491) 6275 : cluster [DBG] pgmap v5533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:52.671701+0000 mgr.y (mgr.24491) 6275 : cluster [DBG] pgmap v5533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:54.672335+0000 mgr.y (mgr.24491) 6276 : cluster [DBG] pgmap v5534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:54.672335+0000 mgr.y (mgr.24491) 6276 : cluster [DBG] pgmap v5534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:54.672335+0000 mgr.y (mgr.24491) 6276 : cluster [DBG] pgmap v5534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:56.672806+0000 mgr.y (mgr.24491) 6277 : cluster [DBG] pgmap v5535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:36:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:36:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:56.672806+0000 mgr.y (mgr.24491) 6277 : cluster [DBG] pgmap v5535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:36:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:56.672806+0000 mgr.y (mgr.24491) 6277 : cluster [DBG] pgmap v5535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:00.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:36:58.673222+0000 mgr.y (mgr.24491) 6278 : cluster [DBG] pgmap v5536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:36:58.673222+0000 mgr.y (mgr.24491) 6278 : cluster [DBG] pgmap v5536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:36:58.673222+0000 mgr.y (mgr.24491) 6278 : cluster [DBG] pgmap v5536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:37:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:00.673807+0000 mgr.y (mgr.24491) 6279 : cluster [DBG] pgmap v5537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:00.673807+0000 mgr.y (mgr.24491) 6279 : cluster [DBG] pgmap v5537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:00.673807+0000 mgr.y (mgr.24491) 6279 : cluster [DBG] pgmap v5537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:02.674197+0000 mgr.y (mgr.24491) 6280 : cluster [DBG] pgmap v5538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:02.674197+0000 mgr.y (mgr.24491) 6280 : cluster [DBG] pgmap v5538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:02.674197+0000 mgr.y (mgr.24491) 6280 : cluster [DBG] pgmap v5538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:04.674953+0000 mgr.y (mgr.24491) 6281 : cluster [DBG] pgmap v5539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:04.674953+0000 mgr.y (mgr.24491) 6281 : cluster [DBG] pgmap v5539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:04.674953+0000 mgr.y (mgr.24491) 6281 : cluster [DBG] pgmap v5539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:06.675451+0000 mgr.y (mgr.24491) 6282 : cluster [DBG] pgmap v5540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:37:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:06.675451+0000 mgr.y (mgr.24491) 6282 : cluster [DBG] pgmap v5540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:06.675451+0000 mgr.y (mgr.24491) 6282 : cluster [DBG] pgmap v5540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:08.564 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9m ago 3h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 9m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 9m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 9m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:37:08.840 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9m ago 3h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:37:08.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:37:08.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:37:08.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:37:08.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:37:08.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:37:08.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:37:08.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:37:08.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9m ago 3h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:37:08.841 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9m ago 3h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:37:09.174 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:37:09.174 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:37:09.174 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:37:09.174 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:37:09.175 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:37:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:08.554248+0000 mgr.y (mgr.24491) 6283 : audit [DBG] from='client.31199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:08.675759+0000 mgr.y (mgr.24491) 6284 : cluster [DBG] pgmap v5541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:09.176482+0000 mon.c (mon.2) 216 : audit [DBG] from='client.? 172.21.15.177:0/2288185682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:37:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:08.554248+0000 mgr.y (mgr.24491) 6283 : audit [DBG] from='client.31199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:08.675759+0000 mgr.y (mgr.24491) 6284 : cluster [DBG] pgmap v5541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:09.176482+0000 mon.c (mon.2) 216 : audit [DBG] from='client.? 172.21.15.177:0/2288185682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:37:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:08.554248+0000 mgr.y (mgr.24491) 6283 : audit [DBG] from='client.31199 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:08.675759+0000 mgr.y (mgr.24491) 6284 : cluster [DBG] pgmap v5541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:09.176482+0000 mon.c (mon.2) 216 : audit [DBG] from='client.? 172.21.15.177:0/2288185682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:37:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:08.834631+0000 mgr.y (mgr.24491) 6285 : audit [DBG] from='client.31205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:08.834631+0000 mgr.y (mgr.24491) 6285 : audit [DBG] from='client.31205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:08.834631+0000 mgr.y (mgr.24491) 6285 : audit [DBG] from='client.31205 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:37:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:10.676431+0000 mgr.y (mgr.24491) 6286 : cluster [DBG] pgmap v5542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:10.676431+0000 mgr.y (mgr.24491) 6286 : cluster [DBG] pgmap v5542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:10.676431+0000 mgr.y (mgr.24491) 6286 : cluster [DBG] pgmap v5542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:12.677010+0000 mgr.y (mgr.24491) 6287 : cluster [DBG] pgmap v5543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:12.677010+0000 mgr.y (mgr.24491) 6287 : cluster [DBG] pgmap v5543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:12.677010+0000 mgr.y (mgr.24491) 6287 : cluster [DBG] pgmap v5543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:14.677661+0000 mgr.y (mgr.24491) 6288 : cluster [DBG] pgmap v5544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:14.677661+0000 mgr.y (mgr.24491) 6288 : cluster [DBG] pgmap v5544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:14.677661+0000 mgr.y (mgr.24491) 6288 : cluster [DBG] pgmap v5544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T06:37:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:16.678212+0000 mgr.y (mgr.24491) 6289 : cluster [DBG] pgmap v5545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:16.678212+0000 mgr.y (mgr.24491) 6289 : cluster [DBG] pgmap v5545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:16.678212+0000 mgr.y (mgr.24491) 6289 : cluster [DBG] pgmap v5545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:18.678774+0000 mgr.y (mgr.24491) 6290 : cluster [DBG] pgmap v5546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:18.678774+0000 mgr.y (mgr.24491) 6290 : cluster [DBG] pgmap v5546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:18.678774+0000 mgr.y (mgr.24491) 6290 : cluster [DBG] pgmap v5546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:37:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:20.679642+0000 mgr.y (mgr.24491) 6291 : cluster [DBG] pgmap v5547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:20.679642+0000 mgr.y (mgr.24491) 6291 : cluster [DBG] pgmap v5547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:20.679642+0000 mgr.y (mgr.24491) 6291 : cluster [DBG] pgmap v5547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:22.680157+0000 mgr.y (mgr.24491) 6292 : cluster [DBG] pgmap v5548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:22.680157+0000 mgr.y (mgr.24491) 6292 : cluster [DBG] pgmap v5548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:22.680157+0000 mgr.y (mgr.24491) 6292 : cluster [DBG] pgmap v5548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:24.680724+0000 mgr.y (mgr.24491) 6293 : cluster [DBG] pgmap v5549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:24.680724+0000 mgr.y (mgr.24491) 6293 : cluster [DBG] pgmap v5549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:24.680724+0000 mgr.y (mgr.24491) 6293 : cluster [DBG] pgmap v5549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:26.681312+0000 mgr.y (mgr.24491) 6294 : cluster [DBG] pgmap v5550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T06:37:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:26.681312+0000 mgr.y (mgr.24491) 6294 : cluster [DBG] pgmap v5550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:26.681312+0000 mgr.y (mgr.24491) 6294 : cluster [DBG] pgmap v5550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:28.681794+0000 mgr.y (mgr.24491) 6295 : cluster [DBG] pgmap v5551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:30.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:28.681794+0000 mgr.y (mgr.24491) 6295 : cluster [DBG] pgmap v5551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:28.681794+0000 mgr.y (mgr.24491) 6295 : cluster [DBG] pgmap v5551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:37:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:30.682590+0000 mgr.y (mgr.24491) 6296 : cluster [DBG] pgmap v5552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:30.682590+0000 mgr.y (mgr.24491) 6296 : cluster [DBG] pgmap v5552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:30.682590+0000 mgr.y (mgr.24491) 6296 : cluster [DBG] pgmap v5552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:32.683083+0000 mgr.y (mgr.24491) 6297 : cluster [DBG] pgmap v5553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:32.683083+0000 mgr.y (mgr.24491) 6297 : cluster [DBG] pgmap v5553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:32.683083+0000 mgr.y (mgr.24491) 6297 : cluster [DBG] pgmap v5553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:34.683667+0000 mgr.y (mgr.24491) 6298 : cluster [DBG] pgmap v5554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:34.683667+0000 mgr.y (mgr.24491) 6298 : cluster [DBG] pgmap v5554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:34.683667+0000 mgr.y (mgr.24491) 6298 : cluster [DBG] pgmap v5554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:36.684102+0000 mgr.y (mgr.24491) 6299 : cluster [DBG] pgmap v5555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:37:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:36.684102+0000 mgr.y (mgr.24491) 6299 : cluster [DBG] pgmap v5555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:36.684102+0000 mgr.y (mgr.24491) 6299 : cluster [DBG] pgmap v5555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:39.489 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:37:39.763 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:37:39.763 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 10m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:37:39.763 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 10m ago 3h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:37:39.763 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 10m ago 3h 23.8M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:37:39.763 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 10m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:37:39.763 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 10m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:37:39.763 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 10m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:37:39.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 10m ago 3h 507M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 10m ago 3h 264M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 10m ago 3h 267M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 10m ago 3h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 10m ago 3h 25.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 10m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 10m ago 3h 44.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 10m ago 3h 40.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 10m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 10m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 10m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 10m ago 3h 41.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 10m ago 3h 42.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:37:39.764 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 10m ago 3h 97.5M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:37:40.097 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:37:40.097 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:37:40.097 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:37:40.097 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:37:40.097 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:37:40.098 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:37:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:38.684654+0000 mgr.y (mgr.24491) 6300 : cluster [DBG] pgmap v5556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:38.684654+0000 mgr.y (mgr.24491) 6300 : cluster [DBG] pgmap v5556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:38.684654+0000 mgr.y (mgr.24491) 6300 : cluster [DBG] pgmap v5556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:39.478824+0000 mgr.y (mgr.24491) 6301 : audit [DBG] from='client.31217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:39.757506+0000 mgr.y (mgr.24491) 6302 : audit [DBG] from='client.31223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:40.099487+0000 mon.c (mon.2) 217 : audit [DBG] from='client.? 172.21.15.177:0/3772874356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:37:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:39.478824+0000 mgr.y (mgr.24491) 6301 : audit [DBG] from='client.31217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:39.757506+0000 mgr.y (mgr.24491) 6302 : audit [DBG] from='client.31223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:40.099487+0000 mon.c (mon.2) 217 : audit [DBG] from='client.? 172.21.15.177:0/3772874356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:37:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:37:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:39.478824+0000 mgr.y (mgr.24491) 6301 : audit [DBG] from='client.31217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:39.757506+0000 mgr.y (mgr.24491) 6302 : audit [DBG] from='client.31223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:37:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:40.099487+0000 mon.c (mon.2) 217 : audit [DBG] from='client.? 172.21.15.177:0/3772874356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:37:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:40.685278+0000 mgr.y (mgr.24491) 6303 : cluster [DBG] pgmap v5557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:40.685278+0000 mgr.y (mgr.24491) 6303 : cluster [DBG] pgmap v5557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:40.685278+0000 mgr.y (mgr.24491) 6303 : cluster [DBG] pgmap v5557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:42.685839+0000 mgr.y (mgr.24491) 6304 : cluster [DBG] pgmap v5558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:42.685839+0000 mgr.y (mgr.24491) 6304 : cluster [DBG] pgmap v5558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:42.685839+0000 mgr.y (mgr.24491) 6304 : cluster [DBG] pgmap v5558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:44.686465+0000 mgr.y (mgr.24491) 6305 : cluster [DBG] pgmap v5559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:44.686465+0000 mgr.y (mgr.24491) 6305 : cluster [DBG] pgmap v5559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:44.686465+0000 mgr.y (mgr.24491) 6305 : cluster [DBG] pgmap v5559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:37:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:46.686916+0000 mgr.y (mgr.24491) 6306 : cluster [DBG] pgmap v5560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:46.686916+0000 mgr.y (mgr.24491) 6306 : cluster [DBG] pgmap v5560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:46.686916+0000 mgr.y (mgr.24491) 6306 : cluster [DBG] pgmap v5560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:47.997696+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:37:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:47.997696+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:37:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:47.997696+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:37:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:48.687429+0000 mgr.y (mgr.24491) 6307 : cluster [DBG] pgmap v5561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:48.687429+0000 mgr.y (mgr.24491) 6307 : cluster [DBG] pgmap v5561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:50.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:48.687429+0000 mgr.y (mgr.24491) 6307 : cluster [DBG] pgmap v5561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:37:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:50.665485+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:37:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:50.688183+0000 mgr.y (mgr.24491) 6308 : cluster [DBG] pgmap v5562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:51.311537+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:37:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:51.590068+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:37:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:51.590666+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:37:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:37:51.595550+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:37:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:50.665485+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:37:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:50.688183+0000 mgr.y (mgr.24491) 6308 : cluster [DBG] pgmap v5562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:51.311537+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:37:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:51.590068+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:37:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:51.590666+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:37:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:37:51.595550+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:37:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:50.665485+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:37:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:50.688183+0000 mgr.y (mgr.24491) 6308 : cluster [DBG] pgmap v5562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:51.311537+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:37:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:51.590068+0000 mon.a (mon.0) 1807 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:37:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:51.590666+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:37:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:37:51.595550+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:37:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:52.688618+0000 mgr.y (mgr.24491) 6309 : cluster [DBG] pgmap v5563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:52.688618+0000 mgr.y (mgr.24491) 6309 : cluster [DBG] pgmap v5563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:52.688618+0000 mgr.y (mgr.24491) 6309 : cluster [DBG] pgmap v5563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:54.689259+0000 mgr.y (mgr.24491) 6310 : cluster [DBG] pgmap v5564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:54.689259+0000 mgr.y (mgr.24491) 6310 : cluster [DBG] pgmap v5564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:54.689259+0000 mgr.y (mgr.24491) 6310 : cluster [DBG] pgmap v5564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:56.689651+0000 mgr.y (mgr.24491) 6311 : cluster [DBG] pgmap v5565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:37:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:37:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:56.689651+0000 mgr.y (mgr.24491) 6311 : cluster [DBG] pgmap v5565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:37:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:56.689651+0000 mgr.y (mgr.24491) 6311 : cluster [DBG] pgmap v5565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:37:58.690194+0000 mgr.y (mgr.24491) 6312 : cluster [DBG] pgmap v5566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:37:58.690194+0000 mgr.y (mgr.24491) 6312 : cluster [DBG] pgmap v5566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:37:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:37:58.690194+0000 mgr.y (mgr.24491) 6312 : cluster [DBG] pgmap v5566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:38:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:00.691143+0000 mgr.y (mgr.24491) 6313 : cluster [DBG] pgmap v5567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:00.691143+0000 mgr.y (mgr.24491) 6313 : cluster [DBG] pgmap v5567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:00.691143+0000 mgr.y (mgr.24491) 6313 : cluster [DBG] pgmap v5567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:02.691755+0000 mgr.y (mgr.24491) 6314 : cluster [DBG] pgmap v5568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:02.691755+0000 mgr.y (mgr.24491) 6314 : cluster [DBG] pgmap v5568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:02.691755+0000 mgr.y (mgr.24491) 6314 : cluster [DBG] pgmap v5568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:04.692600+0000 mgr.y (mgr.24491) 6315 : cluster [DBG] pgmap v5569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:04.692600+0000 mgr.y (mgr.24491) 6315 : cluster [DBG] pgmap v5569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:04.692600+0000 mgr.y (mgr.24491) 6315 : cluster [DBG] pgmap v5569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:38:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:06.693060+0000 mgr.y (mgr.24491) 6316 : cluster [DBG] pgmap v5570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:06.693060+0000 mgr.y (mgr.24491) 6316 : cluster [DBG] pgmap v5570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:06.693060+0000 mgr.y (mgr.24491) 6316 : cluster [DBG] pgmap v5570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:08.693503+0000 mgr.y (mgr.24491) 6317 : cluster [DBG] pgmap v5571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:08.693503+0000 mgr.y (mgr.24491) 6317 : cluster [DBG] pgmap v5571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:08.693503+0000 mgr.y (mgr.24491) 6317 : cluster [DBG] pgmap v5571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:10.409 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:38:10.686 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 20s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 19s ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 20s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 19s ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 19s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 20s ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 20s ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 19s ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 20s ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 20s ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 19s ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 20s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 20s ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 20s ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:38:10.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 20s ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:38:10.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 19s ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:38:10.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 19s ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:38:10.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 19s ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:38:10.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 19s ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:38:10.688 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 19s ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:38:11.023 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:38:11.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:38:11.025 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:38:11.025 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:38:11.025 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:38:11.025 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:38:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:38:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:38:10.399671+0000 mgr.y (mgr.24491) 6318 : audit [DBG] from='client.21333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:38:10.681199+0000 mgr.y (mgr.24491) 6319 : audit [DBG] from='client.21339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:10.694075+0000 mgr.y (mgr.24491) 6320 : cluster [DBG] pgmap v5572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:38:11.025802+0000 mon.c (mon.2) 218 : audit [DBG] from='client.? 172.21.15.177:0/992133814' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:38:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:38:10.399671+0000 mgr.y (mgr.24491) 6318 : audit [DBG] from='client.21333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:38:10.681199+0000 mgr.y (mgr.24491) 6319 : audit [DBG] from='client.21339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:10.694075+0000 mgr.y (mgr.24491) 6320 : cluster [DBG] pgmap v5572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:38:11.025802+0000 mon.c (mon.2) 218 : audit [DBG] from='client.? 172.21.15.177:0/992133814' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:38:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:38:10.399671+0000 mgr.y (mgr.24491) 6318 : audit [DBG] from='client.21333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:38:10.681199+0000 mgr.y (mgr.24491) 6319 : audit [DBG] from='client.21339 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:10.694075+0000 mgr.y (mgr.24491) 6320 : cluster [DBG] pgmap v5572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:38:11.025802+0000 mon.c (mon.2) 218 : audit [DBG] from='client.? 172.21.15.177:0/992133814' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:38:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:12.694545+0000 mgr.y (mgr.24491) 6321 : cluster [DBG] pgmap v5573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:12.694545+0000 mgr.y (mgr.24491) 6321 : cluster [DBG] pgmap v5573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:12.694545+0000 mgr.y (mgr.24491) 6321 : cluster [DBG] pgmap v5573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:16.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:14.695147+0000 mgr.y (mgr.24491) 6322 : cluster [DBG] pgmap v5574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:14.695147+0000 mgr.y (mgr.24491) 6322 : cluster [DBG] pgmap v5574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:14.695147+0000 mgr.y (mgr.24491) 6322 : cluster [DBG] pgmap v5574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:18.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:16.695717+0000 mgr.y (mgr.24491) 6323 : cluster [DBG] pgmap v5575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:38:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:16.695717+0000 mgr.y (mgr.24491) 6323 : cluster [DBG] pgmap v5575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:16.695717+0000 mgr.y (mgr.24491) 6323 : cluster [DBG] pgmap v5575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:20.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:18.696349+0000 mgr.y (mgr.24491) 6324 : cluster [DBG] pgmap v5576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:18.696349+0000 mgr.y (mgr.24491) 6324 : cluster [DBG] pgmap v5576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:18.696349+0000 mgr.y (mgr.24491) 6324 : cluster [DBG] pgmap v5576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:38:22.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:20.697145+0000 mgr.y (mgr.24491) 6325 : cluster [DBG] pgmap v5577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:20.697145+0000 mgr.y (mgr.24491) 6325 : cluster [DBG] pgmap v5577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:20.697145+0000 mgr.y (mgr.24491) 6325 : cluster [DBG] pgmap v5577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:22.697657+0000 mgr.y (mgr.24491) 6326 : cluster [DBG] pgmap v5578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:22.697657+0000 mgr.y (mgr.24491) 6326 : cluster [DBG] pgmap v5578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:22.697657+0000 mgr.y (mgr.24491) 6326 : cluster [DBG] pgmap v5578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:24.698257+0000 mgr.y (mgr.24491) 6327 : cluster [DBG] pgmap v5579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:24.698257+0000 mgr.y (mgr.24491) 6327 : cluster [DBG] pgmap v5579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:24.698257+0000 mgr.y (mgr.24491) 6327 : cluster [DBG] pgmap v5579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:38:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:26.698867+0000 mgr.y (mgr.24491) 6328 : cluster [DBG] pgmap v5580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:26.698867+0000 mgr.y (mgr.24491) 6328 : cluster [DBG] pgmap v5580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:26.698867+0000 mgr.y (mgr.24491) 6328 : cluster [DBG] pgmap v5580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:28.699470+0000 mgr.y (mgr.24491) 6329 : cluster [DBG] pgmap v5581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:28.699470+0000 mgr.y (mgr.24491) 6329 : cluster [DBG] pgmap v5581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:28.699470+0000 mgr.y (mgr.24491) 6329 : cluster [DBG] pgmap v5581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:38:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:30.700185+0000 mgr.y (mgr.24491) 6330 : cluster [DBG] pgmap v5582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:30.700185+0000 mgr.y (mgr.24491) 6330 : cluster [DBG] pgmap v5582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:30.700185+0000 mgr.y (mgr.24491) 6330 : cluster [DBG] pgmap v5582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:32.700641+0000 mgr.y (mgr.24491) 6331 : cluster [DBG] pgmap v5583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:32.700641+0000 mgr.y (mgr.24491) 6331 : cluster [DBG] pgmap v5583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:32.700641+0000 mgr.y (mgr.24491) 6331 : cluster [DBG] pgmap v5583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:34.701462+0000 mgr.y (mgr.24491) 6332 : cluster [DBG] pgmap v5584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:34.701462+0000 mgr.y (mgr.24491) 6332 : cluster [DBG] pgmap v5584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:34.701462+0000 mgr.y (mgr.24491) 6332 : cluster [DBG] pgmap v5584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:38:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:36.702009+0000 mgr.y (mgr.24491) 6333 : cluster [DBG] pgmap v5585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:36.702009+0000 mgr.y (mgr.24491) 6333 : cluster [DBG] pgmap v5585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:36.702009+0000 mgr.y (mgr.24491) 6333 : cluster [DBG] pgmap v5585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:38.702489+0000 mgr.y (mgr.24491) 6334 : cluster [DBG] pgmap v5586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:38.702489+0000 mgr.y (mgr.24491) 6334 : cluster [DBG] pgmap v5586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:38.702489+0000 mgr.y (mgr.24491) 6334 : cluster [DBG] pgmap v5586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:41.333 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:38:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:38:41.607 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:38:41.607 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 50s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:38:41.607 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 50s ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:38:41.607 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 50s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:38:41.607 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 50s ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:38:41.607 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 50s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:38:41.607 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 50s ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 50s ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 50s ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 50s ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 50s ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 50s ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 50s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 50s ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 50s ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 50s ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 50s ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 50s ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 50s ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 50s ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:38:41.608 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 50s ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:38:41.939 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:38:41.939 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:38:41.939 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:38:41.939 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:38:41.939 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:38:41.940 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:38:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:40.703133+0000 mgr.y (mgr.24491) 6335 : cluster [DBG] pgmap v5587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:42.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:40.703133+0000 mgr.y (mgr.24491) 6335 : cluster [DBG] pgmap v5587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:40.703133+0000 mgr.y (mgr.24491) 6335 : cluster [DBG] pgmap v5587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:38:41.323682+0000 mgr.y (mgr.24491) 6336 : audit [DBG] from='client.21351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:38:41.601841+0000 mgr.y (mgr.24491) 6337 : audit [DBG] from='client.31259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:38:41.941632+0000 mon.c (mon.2) 219 : audit [DBG] from='client.? 172.21.15.177:0/246843727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:38:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:38:41.323682+0000 mgr.y (mgr.24491) 6336 : audit [DBG] from='client.21351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:38:41.601841+0000 mgr.y (mgr.24491) 6337 : audit [DBG] from='client.31259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:38:41.941632+0000 mon.c (mon.2) 219 : audit [DBG] from='client.? 172.21.15.177:0/246843727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:38:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:38:41.323682+0000 mgr.y (mgr.24491) 6336 : audit [DBG] from='client.21351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:38:41.601841+0000 mgr.y (mgr.24491) 6337 : audit [DBG] from='client.31259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:38:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:38:41.941632+0000 mon.c (mon.2) 219 : audit [DBG] from='client.? 172.21.15.177:0/246843727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:38:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:42.703487+0000 mgr.y (mgr.24491) 6338 : cluster [DBG] pgmap v5588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:42.703487+0000 mgr.y (mgr.24491) 6338 : cluster [DBG] pgmap v5588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:42.703487+0000 mgr.y (mgr.24491) 6338 : cluster [DBG] pgmap v5588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:44.704064+0000 mgr.y (mgr.24491) 6339 : cluster [DBG] pgmap v5589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:44.704064+0000 mgr.y (mgr.24491) 6339 : cluster [DBG] pgmap v5589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:44.704064+0000 mgr.y (mgr.24491) 6339 : cluster [DBG] pgmap v5589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:38:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:46.704620+0000 mgr.y (mgr.24491) 6340 : cluster [DBG] pgmap v5590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:46.704620+0000 mgr.y (mgr.24491) 6340 : cluster [DBG] pgmap v5590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:46.704620+0000 mgr.y (mgr.24491) 6340 : cluster [DBG] pgmap v5590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:48.705118+0000 mgr.y (mgr.24491) 6341 : cluster [DBG] pgmap v5591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:48.705118+0000 mgr.y (mgr.24491) 6341 : cluster [DBG] pgmap v5591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:48.705118+0000 mgr.y (mgr.24491) 6341 : cluster [DBG] pgmap v5591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:38:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:50.705855+0000 mgr.y (mgr.24491) 6342 : cluster [DBG] pgmap v5592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:38:51.600026+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:38:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:50.705855+0000 mgr.y (mgr.24491) 6342 : cluster [DBG] pgmap v5592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:38:51.600026+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:38:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:50.705855+0000 mgr.y (mgr.24491) 6342 : cluster [DBG] pgmap v5592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:38:51.600026+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:38:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:38:51.893395+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:38:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:38:51.894018+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:38:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:38:51.898040+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:38:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:38:51.893395+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:38:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:38:51.894018+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:38:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:38:51.898040+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:38:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:38:51.893395+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:38:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:38:51.894018+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:38:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:38:51.898040+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:38:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:52.706283+0000 mgr.y (mgr.24491) 6343 : cluster [DBG] pgmap v5593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:52.706283+0000 mgr.y (mgr.24491) 6343 : cluster [DBG] pgmap v5593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:52.706283+0000 mgr.y (mgr.24491) 6343 : cluster [DBG] pgmap v5593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:54.706849+0000 mgr.y (mgr.24491) 6344 : cluster [DBG] pgmap v5594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:54.706849+0000 mgr.y (mgr.24491) 6344 : cluster [DBG] pgmap v5594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:54.706849+0000 mgr.y (mgr.24491) 6344 : cluster [DBG] pgmap v5594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:38:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:38:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:56.707335+0000 mgr.y (mgr.24491) 6345 : cluster [DBG] pgmap v5595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:56.707335+0000 mgr.y (mgr.24491) 6345 : cluster [DBG] pgmap v5595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:38:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:56.707335+0000 mgr.y (mgr.24491) 6345 : cluster [DBG] pgmap v5595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:38:58.707831+0000 mgr.y (mgr.24491) 6346 : cluster [DBG] pgmap v5596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:38:58.707831+0000 mgr.y (mgr.24491) 6346 : cluster [DBG] pgmap v5596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:38:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:38:58.707831+0000 mgr.y (mgr.24491) 6346 : cluster [DBG] pgmap v5596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:39:02.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:00.708493+0000 mgr.y (mgr.24491) 6347 : cluster [DBG] pgmap v5597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:02.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:00.708493+0000 mgr.y (mgr.24491) 6347 : cluster [DBG] pgmap v5597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:02.252 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:00.708493+0000 mgr.y (mgr.24491) 6347 : cluster [DBG] pgmap v5597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:04.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:02.708908+0000 mgr.y (mgr.24491) 6348 : cluster [DBG] pgmap v5598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:02.708908+0000 mgr.y (mgr.24491) 6348 : cluster [DBG] pgmap v5598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:02.708908+0000 mgr.y (mgr.24491) 6348 : cluster [DBG] pgmap v5598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:04.709547+0000 mgr.y (mgr.24491) 6349 : cluster [DBG] pgmap v5599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:04.709547+0000 mgr.y (mgr.24491) 6349 : cluster [DBG] pgmap v5599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:04.709547+0000 mgr.y (mgr.24491) 6349 : cluster [DBG] pgmap v5599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:39:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:06.710095+0000 mgr.y (mgr.24491) 6350 : cluster [DBG] pgmap v5600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:06.710095+0000 mgr.y (mgr.24491) 6350 : cluster [DBG] pgmap v5600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:06.710095+0000 mgr.y (mgr.24491) 6350 : cluster [DBG] pgmap v5600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:08.710628+0000 mgr.y (mgr.24491) 6351 : cluster [DBG] pgmap v5601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:08.710628+0000 mgr.y (mgr.24491) 6351 : cluster [DBG] pgmap v5601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:08.710628+0000 mgr.y (mgr.24491) 6351 : cluster [DBG] pgmap v5601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:10.711401+0000 mgr.y (mgr.24491) 6352 : cluster [DBG] pgmap v5602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:10.711401+0000 mgr.y (mgr.24491) 6352 : cluster [DBG] pgmap v5602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:10.711401+0000 mgr.y (mgr.24491) 6352 : cluster [DBG] pgmap v5602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:39:12.253 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:39:12.536 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:39:12.536 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 81s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:39:12.536 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 81s ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:39:12.536 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 81s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:39:12.536 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 81s ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:39:12.536 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 81s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:39:12.536 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 81s ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:39:12.536 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 81s ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:39:12.536 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 81s ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:39:12.536 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 81s ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:39:12.537 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 81s ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:39:12.537 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 81s ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:39:12.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 81s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:39:12.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 81s ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:39:12.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 81s ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:39:12.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 81s ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:39:12.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 81s ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:39:12.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 81s ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:39:12.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 81s ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:39:12.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 81s ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:39:12.537 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 81s ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:39:12.875 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:39:12.875 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:39:12.875 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:39:12.875 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:39:12.875 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:39:12.875 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:39:12.875 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:39:12.875 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:39:12.875 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:39:12.875 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:39:12.876 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:39:12.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:39:12.876 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:39:12.876 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:39:12.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:39:12.876 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:39:12.876 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:39:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:39:12.242920+0000 mgr.y (mgr.24491) 6353 : audit [DBG] from='client.31271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:39:12.530179+0000 mgr.y (mgr.24491) 6354 : audit [DBG] from='client.31277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:12.711769+0000 mgr.y (mgr.24491) 6355 : cluster [DBG] pgmap v5603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:39:12.877178+0000 mon.a (mon.0) 1814 : audit [DBG] from='client.? 172.21.15.177:0/2228607816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:39:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:39:12.242920+0000 mgr.y (mgr.24491) 6353 : audit [DBG] from='client.31271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:39:12.530179+0000 mgr.y (mgr.24491) 6354 : audit [DBG] from='client.31277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:12.711769+0000 mgr.y (mgr.24491) 6355 : cluster [DBG] pgmap v5603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:39:12.877178+0000 mon.a (mon.0) 1814 : audit [DBG] from='client.? 172.21.15.177:0/2228607816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:39:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:39:12.242920+0000 mgr.y (mgr.24491) 6353 : audit [DBG] from='client.31271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:39:12.530179+0000 mgr.y (mgr.24491) 6354 : audit [DBG] from='client.31277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:12.711769+0000 mgr.y (mgr.24491) 6355 : cluster [DBG] pgmap v5603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:39:12.877178+0000 mon.a (mon.0) 1814 : audit [DBG] from='client.? 172.21.15.177:0/2228607816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:39:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:14.712511+0000 mgr.y (mgr.24491) 6356 : cluster [DBG] pgmap v5604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:14.712511+0000 mgr.y (mgr.24491) 6356 : cluster [DBG] pgmap v5604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:14.712511+0000 mgr.y (mgr.24491) 6356 : cluster [DBG] pgmap v5604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:39:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:16.713007+0000 mgr.y (mgr.24491) 6357 : cluster [DBG] pgmap v5605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:16.713007+0000 mgr.y (mgr.24491) 6357 : cluster [DBG] pgmap v5605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:16.713007+0000 mgr.y (mgr.24491) 6357 : cluster [DBG] pgmap v5605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:18.713500+0000 mgr.y (mgr.24491) 6358 : cluster [DBG] pgmap v5606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:18.713500+0000 mgr.y (mgr.24491) 6358 : cluster [DBG] pgmap v5606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:18.713500+0000 mgr.y (mgr.24491) 6358 : cluster [DBG] pgmap v5606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:39:22.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:20.714166+0000 mgr.y (mgr.24491) 6359 : cluster [DBG] pgmap v5607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:20.714166+0000 mgr.y (mgr.24491) 6359 : cluster [DBG] pgmap v5607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:20.714166+0000 mgr.y (mgr.24491) 6359 : cluster [DBG] pgmap v5607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:24.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:22.714582+0000 mgr.y (mgr.24491) 6360 : cluster [DBG] pgmap v5608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:22.714582+0000 mgr.y (mgr.24491) 6360 : cluster [DBG] pgmap v5608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:22.714582+0000 mgr.y (mgr.24491) 6360 : cluster [DBG] pgmap v5608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:26.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:24.715425+0000 mgr.y (mgr.24491) 6361 : cluster [DBG] pgmap v5609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:24.715425+0000 mgr.y (mgr.24491) 6361 : cluster [DBG] pgmap v5609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:24.715425+0000 mgr.y (mgr.24491) 6361 : cluster [DBG] pgmap v5609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:39:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:26.715831+0000 mgr.y (mgr.24491) 6362 : cluster [DBG] pgmap v5610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:26.715831+0000 mgr.y (mgr.24491) 6362 : cluster [DBG] pgmap v5610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:26.715831+0000 mgr.y (mgr.24491) 6362 : cluster [DBG] pgmap v5610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:28.716294+0000 mgr.y (mgr.24491) 6363 : cluster [DBG] pgmap v5611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:28.716294+0000 mgr.y (mgr.24491) 6363 : cluster [DBG] pgmap v5611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:28.716294+0000 mgr.y (mgr.24491) 6363 : cluster [DBG] pgmap v5611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:39:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:30.717003+0000 mgr.y (mgr.24491) 6364 : cluster [DBG] pgmap v5612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:32.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:30.717003+0000 mgr.y (mgr.24491) 6364 : cluster [DBG] pgmap v5612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:30.717003+0000 mgr.y (mgr.24491) 6364 : cluster [DBG] pgmap v5612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:32.717425+0000 mgr.y (mgr.24491) 6365 : cluster [DBG] pgmap v5613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:32.717425+0000 mgr.y (mgr.24491) 6365 : cluster [DBG] pgmap v5613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:32.717425+0000 mgr.y (mgr.24491) 6365 : cluster [DBG] pgmap v5613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:34.718332+0000 mgr.y (mgr.24491) 6366 : cluster [DBG] pgmap v5614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:34.718332+0000 mgr.y (mgr.24491) 6366 : cluster [DBG] pgmap v5614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:34.718332+0000 mgr.y (mgr.24491) 6366 : cluster [DBG] pgmap v5614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:36.718745+0000 mgr.y (mgr.24491) 6367 : cluster [DBG] pgmap v5615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:39:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:36.718745+0000 mgr.y (mgr.24491) 6367 : cluster [DBG] pgmap v5615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:36.718745+0000 mgr.y (mgr.24491) 6367 : cluster [DBG] pgmap v5615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:40.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:38.719314+0000 mgr.y (mgr.24491) 6368 : cluster [DBG] pgmap v5616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:38.719314+0000 mgr.y (mgr.24491) 6368 : cluster [DBG] pgmap v5616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:38.719314+0000 mgr.y (mgr.24491) 6368 : cluster [DBG] pgmap v5616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:39:42.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:40.720190+0000 mgr.y (mgr.24491) 6369 : cluster [DBG] pgmap v5617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:40.720190+0000 mgr.y (mgr.24491) 6369 : cluster [DBG] pgmap v5617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:40.720190+0000 mgr.y (mgr.24491) 6369 : cluster [DBG] pgmap v5617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:43.184 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:39:43.458 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:39:43.458 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 112s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 112s ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 112s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 112s ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 112s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 112s ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 112s ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 112s ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 112s ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 112s ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 112s ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 112s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 112s ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 112s ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 112s ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:39:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 112s ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:39:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 112s ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:39:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 112s ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:39:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 112s ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:39:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 112s ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:39:43.805 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:39:43.805 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:39:43.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:39:43.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:39:43.805 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:39:43.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:39:43.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:39:43.805 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:39:43.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:39:43.806 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:39:43.806 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:39:43.806 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:39:43.806 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:39:43.806 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:39:43.806 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:39:43.806 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:39:43.806 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:39:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:42.720685+0000 mgr.y (mgr.24491) 6370 : cluster [DBG] pgmap v5618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:44.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:39:43.807187+0000 mon.a (mon.0) 1815 : audit [DBG] from='client.? 172.21.15.177:0/3425068485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:39:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:42.720685+0000 mgr.y (mgr.24491) 6370 : cluster [DBG] pgmap v5618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:39:43.807187+0000 mon.a (mon.0) 1815 : audit [DBG] from='client.? 172.21.15.177:0/3425068485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:39:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:42.720685+0000 mgr.y (mgr.24491) 6370 : cluster [DBG] pgmap v5618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:39:43.807187+0000 mon.a (mon.0) 1815 : audit [DBG] from='client.? 172.21.15.177:0/3425068485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:39:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:39:43.174844+0000 mgr.y (mgr.24491) 6371 : audit [DBG] from='client.31289 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:39:43.452874+0000 mgr.y (mgr.24491) 6372 : audit [DBG] from='client.31295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:39:43.174844+0000 mgr.y (mgr.24491) 6371 : audit [DBG] from='client.31289 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:39:43.452874+0000 mgr.y (mgr.24491) 6372 : audit [DBG] from='client.31295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:39:43.174844+0000 mgr.y (mgr.24491) 6371 : audit [DBG] from='client.31289 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:39:43.452874+0000 mgr.y (mgr.24491) 6372 : audit [DBG] from='client.31295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:39:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:44.721467+0000 mgr.y (mgr.24491) 6373 : cluster [DBG] pgmap v5619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:44.721467+0000 mgr.y (mgr.24491) 6373 : cluster [DBG] pgmap v5619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:44.721467+0000 mgr.y (mgr.24491) 6373 : cluster [DBG] pgmap v5619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:46.721852+0000 mgr.y (mgr.24491) 6374 : cluster [DBG] pgmap v5620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:46.721852+0000 mgr.y (mgr.24491) 6374 : cluster [DBG] pgmap v5620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:46.721852+0000 mgr.y (mgr.24491) 6374 : cluster [DBG] pgmap v5620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:39:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:48.722392+0000 mgr.y (mgr.24491) 6375 : cluster [DBG] pgmap v5621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:48.722392+0000 mgr.y (mgr.24491) 6375 : cluster [DBG] pgmap v5621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:48.722392+0000 mgr.y (mgr.24491) 6375 : cluster [DBG] pgmap v5621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:39:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:50.723161+0000 mgr.y (mgr.24491) 6376 : cluster [DBG] pgmap v5622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:50.723161+0000 mgr.y (mgr.24491) 6376 : cluster [DBG] pgmap v5622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:50.723161+0000 mgr.y (mgr.24491) 6376 : cluster [DBG] pgmap v5622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:39:51.902775+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:39:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:39:52.196225+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:39:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:39:52.196906+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:39:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:39:52.201767+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:39:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:39:51.902775+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:39:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:39:52.196225+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:39:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:39:52.196906+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:39:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:39:52.201767+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:39:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:39:51.902775+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:39:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:39:52.196225+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:39:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:39:52.196906+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:39:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:39:52.201767+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:39:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:52.723490+0000 mgr.y (mgr.24491) 6377 : cluster [DBG] pgmap v5623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:52.723490+0000 mgr.y (mgr.24491) 6377 : cluster [DBG] pgmap v5623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:52.723490+0000 mgr.y (mgr.24491) 6377 : cluster [DBG] pgmap v5623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:54.724333+0000 mgr.y (mgr.24491) 6378 : cluster [DBG] pgmap v5624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:54.724333+0000 mgr.y (mgr.24491) 6378 : cluster [DBG] pgmap v5624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:54.724333+0000 mgr.y (mgr.24491) 6378 : cluster [DBG] pgmap v5624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:39:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:39:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:56.724895+0000 mgr.y (mgr.24491) 6379 : cluster [DBG] pgmap v5625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:56.724895+0000 mgr.y (mgr.24491) 6379 : cluster [DBG] pgmap v5625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:39:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:56.724895+0000 mgr.y (mgr.24491) 6379 : cluster [DBG] pgmap v5625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:00.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:39:58.725386+0000 mgr.y (mgr.24491) 6380 : cluster [DBG] pgmap v5626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:39:58.725386+0000 mgr.y (mgr.24491) 6380 : cluster [DBG] pgmap v5626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T06:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:40:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:39:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:39:58.725386+0000 mgr.y (mgr.24491) 6380 : cluster [DBG] pgmap v5626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:00.000110+0000 mon.a (mon.0) 1820 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:40:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:00.000110+0000 mon.a (mon.0) 1820 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:40:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:00.000110+0000 mon.a (mon.0) 1820 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:40:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:40:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:00.726294+0000 mgr.y (mgr.24491) 6381 : cluster [DBG] pgmap v5627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:00.726294+0000 mgr.y (mgr.24491) 6381 : cluster [DBG] pgmap v5627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:00.726294+0000 mgr.y (mgr.24491) 6381 : cluster [DBG] pgmap v5627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:02.726891+0000 mgr.y (mgr.24491) 6382 : cluster [DBG] pgmap v5628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:02.726891+0000 mgr.y (mgr.24491) 6382 : cluster [DBG] pgmap v5628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:02.726891+0000 mgr.y (mgr.24491) 6382 : cluster [DBG] pgmap v5628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:04.727670+0000 mgr.y (mgr.24491) 6383 : cluster [DBG] pgmap v5629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:04.727670+0000 mgr.y (mgr.24491) 6383 : cluster [DBG] pgmap v5629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:04.727670+0000 mgr.y (mgr.24491) 6383 : cluster [DBG] pgmap v5629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:40:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:06.728327+0000 mgr.y (mgr.24491) 6384 : cluster [DBG] pgmap v5630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:06.728327+0000 mgr.y (mgr.24491) 6384 : cluster [DBG] pgmap v5630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:06.728327+0000 mgr.y (mgr.24491) 6384 : cluster [DBG] pgmap v5630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:10.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:08.728777+0000 mgr.y (mgr.24491) 6385 : cluster [DBG] pgmap v5631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:08.728777+0000 mgr.y (mgr.24491) 6385 : cluster [DBG] pgmap v5631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:08.728777+0000 mgr.y (mgr.24491) 6385 : cluster [DBG] pgmap v5631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:40:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:10.729518+0000 mgr.y (mgr.24491) 6386 : cluster [DBG] pgmap v5632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:10.729518+0000 mgr.y (mgr.24491) 6386 : cluster [DBG] pgmap v5632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:10.729518+0000 mgr.y (mgr.24491) 6386 : cluster [DBG] pgmap v5632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:14.122 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:40:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:12.730102+0000 mgr.y (mgr.24491) 6387 : cluster [DBG] pgmap v5633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:12.730102+0000 mgr.y (mgr.24491) 6387 : cluster [DBG] pgmap v5633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:12.730102+0000 mgr.y (mgr.24491) 6387 : cluster [DBG] pgmap v5633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:14.398 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:40:14.399 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:40:14.400 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 2m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:40:14.400 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 2m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:40:14.400 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 2m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:40:14.400 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 2m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:40:14.400 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:40:14.400 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:40:14.400 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:40:14.727 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:40:14.728 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:40:14.729 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:40:14.729 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:40:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:40:14.109916+0000 mgr.y (mgr.24491) 6388 : audit [DBG] from='client.21405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:40:14.391136+0000 mgr.y (mgr.24491) 6389 : audit [DBG] from='client.21411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:40:14.729742+0000 mon.c (mon.2) 220 : audit [DBG] from='client.? 172.21.15.177:0/2663822315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:40:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:14.730657+0000 mgr.y (mgr.24491) 6390 : cluster [DBG] pgmap v5634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:40:14.109916+0000 mgr.y (mgr.24491) 6388 : audit [DBG] from='client.21405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:40:14.391136+0000 mgr.y (mgr.24491) 6389 : audit [DBG] from='client.21411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:40:14.729742+0000 mon.c (mon.2) 220 : audit [DBG] from='client.? 172.21.15.177:0/2663822315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:40:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:14.730657+0000 mgr.y (mgr.24491) 6390 : cluster [DBG] pgmap v5634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:40:14.109916+0000 mgr.y (mgr.24491) 6388 : audit [DBG] from='client.21405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:40:14.391136+0000 mgr.y (mgr.24491) 6389 : audit [DBG] from='client.21411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:40:14.729742+0000 mon.c (mon.2) 220 : audit [DBG] from='client.? 172.21.15.177:0/2663822315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:40:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:14.730657+0000 mgr.y (mgr.24491) 6390 : cluster [DBG] pgmap v5634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:40:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:16.731046+0000 mgr.y (mgr.24491) 6391 : cluster [DBG] pgmap v5635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:16.731046+0000 mgr.y (mgr.24491) 6391 : cluster [DBG] pgmap v5635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:16.731046+0000 mgr.y (mgr.24491) 6391 : cluster [DBG] pgmap v5635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:18.731466+0000 mgr.y (mgr.24491) 6392 : cluster [DBG] pgmap v5636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:18.731466+0000 mgr.y (mgr.24491) 6392 : cluster [DBG] pgmap v5636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:18.731466+0000 mgr.y (mgr.24491) 6392 : cluster [DBG] pgmap v5636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:40:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:20.732301+0000 mgr.y (mgr.24491) 6393 : cluster [DBG] pgmap v5637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:20.732301+0000 mgr.y (mgr.24491) 6393 : cluster [DBG] pgmap v5637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:20.732301+0000 mgr.y (mgr.24491) 6393 : cluster [DBG] pgmap v5637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:22.732823+0000 mgr.y (mgr.24491) 6394 : cluster [DBG] pgmap v5638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:22.732823+0000 mgr.y (mgr.24491) 6394 : cluster [DBG] pgmap v5638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:22.732823+0000 mgr.y (mgr.24491) 6394 : cluster [DBG] pgmap v5638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:24.733480+0000 mgr.y (mgr.24491) 6395 : cluster [DBG] pgmap v5639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:24.733480+0000 mgr.y (mgr.24491) 6395 : cluster [DBG] pgmap v5639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:24.733480+0000 mgr.y (mgr.24491) 6395 : cluster [DBG] pgmap v5639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:40:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:26.734035+0000 mgr.y (mgr.24491) 6396 : cluster [DBG] pgmap v5640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:26.734035+0000 mgr.y (mgr.24491) 6396 : cluster [DBG] pgmap v5640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:26.734035+0000 mgr.y (mgr.24491) 6396 : cluster [DBG] pgmap v5640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:28.734410+0000 mgr.y (mgr.24491) 6397 : cluster [DBG] pgmap v5641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:28.734410+0000 mgr.y (mgr.24491) 6397 : cluster [DBG] pgmap v5641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:28.734410+0000 mgr.y (mgr.24491) 6397 : cluster [DBG] pgmap v5641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:40:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:30.735015+0000 mgr.y (mgr.24491) 6398 : cluster [DBG] pgmap v5642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:30.735015+0000 mgr.y (mgr.24491) 6398 : cluster [DBG] pgmap v5642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:30.735015+0000 mgr.y (mgr.24491) 6398 : cluster [DBG] pgmap v5642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:34.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:32.735567+0000 mgr.y (mgr.24491) 6399 : cluster [DBG] pgmap v5643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:32.735567+0000 mgr.y (mgr.24491) 6399 : cluster [DBG] pgmap v5643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:32.735567+0000 mgr.y (mgr.24491) 6399 : cluster [DBG] pgmap v5643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:34.736235+0000 mgr.y (mgr.24491) 6400 : cluster [DBG] pgmap v5644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:34.736235+0000 mgr.y (mgr.24491) 6400 : cluster [DBG] pgmap v5644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:34.736235+0000 mgr.y (mgr.24491) 6400 : cluster [DBG] pgmap v5644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:40:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:36.736721+0000 mgr.y (mgr.24491) 6401 : cluster [DBG] pgmap v5645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:36.736721+0000 mgr.y (mgr.24491) 6401 : cluster [DBG] pgmap v5645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:36.736721+0000 mgr.y (mgr.24491) 6401 : cluster [DBG] pgmap v5645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:38.737225+0000 mgr.y (mgr.24491) 6402 : cluster [DBG] pgmap v5646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:38.737225+0000 mgr.y (mgr.24491) 6402 : cluster [DBG] pgmap v5646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:38.737225+0000 mgr.y (mgr.24491) 6402 : cluster [DBG] pgmap v5646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:40:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:40.737839+0000 mgr.y (mgr.24491) 6403 : cluster [DBG] pgmap v5647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:40.737839+0000 mgr.y (mgr.24491) 6403 : cluster [DBG] pgmap v5647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:40.737839+0000 mgr.y (mgr.24491) 6403 : cluster [DBG] pgmap v5647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:42.738214+0000 mgr.y (mgr.24491) 6404 : cluster [DBG] pgmap v5648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:42.738214+0000 mgr.y (mgr.24491) 6404 : cluster [DBG] pgmap v5648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:42.738214+0000 mgr.y (mgr.24491) 6404 : cluster [DBG] pgmap v5648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:45.038 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:40:45.311 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:40:45.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:40:45.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:40:45.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 2m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:40:45.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 2m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:40:45.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 2m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:40:45.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 2m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:40:45.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:40:45.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:40:45.312 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:40:45.643 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:40:45.643 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:40:45.644 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:40:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:44.738966+0000 mgr.y (mgr.24491) 6405 : cluster [DBG] pgmap v5649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:40:45.645702+0000 mon.a (mon.0) 1821 : audit [DBG] from='client.? 172.21.15.177:0/1790653536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:40:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:44.738966+0000 mgr.y (mgr.24491) 6405 : cluster [DBG] pgmap v5649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:40:45.645702+0000 mon.a (mon.0) 1821 : audit [DBG] from='client.? 172.21.15.177:0/1790653536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:40:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:44.738966+0000 mgr.y (mgr.24491) 6405 : cluster [DBG] pgmap v5649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:40:45.645702+0000 mon.a (mon.0) 1821 : audit [DBG] from='client.? 172.21.15.177:0/1790653536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:40:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:40:45.028721+0000 mgr.y (mgr.24491) 6406 : audit [DBG] from='client.31325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:40:45.305349+0000 mgr.y (mgr.24491) 6407 : audit [DBG] from='client.21429 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:40:45.028721+0000 mgr.y (mgr.24491) 6406 : audit [DBG] from='client.31325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:40:45.305349+0000 mgr.y (mgr.24491) 6407 : audit [DBG] from='client.21429 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:40:45.028721+0000 mgr.y (mgr.24491) 6406 : audit [DBG] from='client.31325 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:40:45.305349+0000 mgr.y (mgr.24491) 6407 : audit [DBG] from='client.21429 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:40:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:46.739425+0000 mgr.y (mgr.24491) 6408 : cluster [DBG] pgmap v5650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:40:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:46.739425+0000 mgr.y (mgr.24491) 6408 : cluster [DBG] pgmap v5650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:46.739425+0000 mgr.y (mgr.24491) 6408 : cluster [DBG] pgmap v5650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:48.739920+0000 mgr.y (mgr.24491) 6409 : cluster [DBG] pgmap v5651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:48.739920+0000 mgr.y (mgr.24491) 6409 : cluster [DBG] pgmap v5651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:48.739920+0000 mgr.y (mgr.24491) 6409 : cluster [DBG] pgmap v5651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:40:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:50.740612+0000 mgr.y (mgr.24491) 6410 : cluster [DBG] pgmap v5652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:50.740612+0000 mgr.y (mgr.24491) 6410 : cluster [DBG] pgmap v5652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:50.740612+0000 mgr.y (mgr.24491) 6410 : cluster [DBG] pgmap v5652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:40:52.205817+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:40:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:40:52.452989+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:40:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:40:52.726195+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:40:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:40:52.726839+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:40:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:40:52.732107+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:40:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:40:52.205817+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:40:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:40:52.452989+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:40:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:40:52.726195+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:40:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:40:52.726839+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:40:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:40:52.732107+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:40:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:40:52.205817+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:40:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:40:52.452989+0000 mon.a (mon.0) 1823 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:40:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:40:52.726195+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:40:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:40:52.726839+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:40:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:40:52.732107+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:40:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:52.740948+0000 mgr.y (mgr.24491) 6411 : cluster [DBG] pgmap v5653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:52.740948+0000 mgr.y (mgr.24491) 6411 : cluster [DBG] pgmap v5653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:52.740948+0000 mgr.y (mgr.24491) 6411 : cluster [DBG] pgmap v5653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:54.741521+0000 mgr.y (mgr.24491) 6412 : cluster [DBG] pgmap v5654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:54.741521+0000 mgr.y (mgr.24491) 6412 : cluster [DBG] pgmap v5654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:54.741521+0000 mgr.y (mgr.24491) 6412 : cluster [DBG] pgmap v5654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:40:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:40:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:56.741965+0000 mgr.y (mgr.24491) 6413 : cluster [DBG] pgmap v5655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:56.741965+0000 mgr.y (mgr.24491) 6413 : cluster [DBG] pgmap v5655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:40:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:56.741965+0000 mgr.y (mgr.24491) 6413 : cluster [DBG] pgmap v5655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:40:58.742369+0000 mgr.y (mgr.24491) 6414 : cluster [DBG] pgmap v5656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:40:58.742369+0000 mgr.y (mgr.24491) 6414 : cluster [DBG] pgmap v5656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:40:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:40:58.742369+0000 mgr.y (mgr.24491) 6414 : cluster [DBG] pgmap v5656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:41:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:00.743197+0000 mgr.y (mgr.24491) 6415 : cluster [DBG] pgmap v5657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:00.743197+0000 mgr.y (mgr.24491) 6415 : cluster [DBG] pgmap v5657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:00.743197+0000 mgr.y (mgr.24491) 6415 : cluster [DBG] pgmap v5657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:02.743585+0000 mgr.y (mgr.24491) 6416 : cluster [DBG] pgmap v5658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:02.743585+0000 mgr.y (mgr.24491) 6416 : cluster [DBG] pgmap v5658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:02.743585+0000 mgr.y (mgr.24491) 6416 : cluster [DBG] pgmap v5658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:06.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:04.744273+0000 mgr.y (mgr.24491) 6417 : cluster [DBG] pgmap v5659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:04.744273+0000 mgr.y (mgr.24491) 6417 : cluster [DBG] pgmap v5659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:04.744273+0000 mgr.y (mgr.24491) 6417 : cluster [DBG] pgmap v5659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:06.744721+0000 mgr.y (mgr.24491) 6418 : cluster [DBG] pgmap v5660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:06.744721+0000 mgr.y (mgr.24491) 6418 : cluster [DBG] pgmap v5660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:06.744721+0000 mgr.y (mgr.24491) 6418 : cluster [DBG] pgmap v5660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:41:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:08.745180+0000 mgr.y (mgr.24491) 6419 : cluster [DBG] pgmap v5661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:08.745180+0000 mgr.y (mgr.24491) 6419 : cluster [DBG] pgmap v5661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:08.745180+0000 mgr.y (mgr.24491) 6419 : cluster [DBG] pgmap v5661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:41:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:10.745848+0000 mgr.y (mgr.24491) 6420 : cluster [DBG] pgmap v5662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:10.745848+0000 mgr.y (mgr.24491) 6420 : cluster [DBG] pgmap v5662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:10.745848+0000 mgr.y (mgr.24491) 6420 : cluster [DBG] pgmap v5662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:14.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:12.746360+0000 mgr.y (mgr.24491) 6421 : cluster [DBG] pgmap v5663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:12.746360+0000 mgr.y (mgr.24491) 6421 : cluster [DBG] pgmap v5663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:12.746360+0000 mgr.y (mgr.24491) 6421 : cluster [DBG] pgmap v5663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:15.952 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:41:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:14.747161+0000 mgr.y (mgr.24491) 6422 : cluster [DBG] pgmap v5664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:14.747161+0000 mgr.y (mgr.24491) 6422 : cluster [DBG] pgmap v5664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:41:16.227 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:41:16.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:41:16.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:41:16.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:41:16.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:41:16.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:41:16.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 3m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:41:16.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 3m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:41:16.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 3m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:41:16.228 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:41:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:14.747161+0000 mgr.y (mgr.24491) 6422 : cluster [DBG] pgmap v5664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:16.564 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:41:16.564 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:41:16.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:41:16.564 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:41:16.564 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:41:16.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:41:16.564 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:41:16.564 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:41:16.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:41:16.564 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:41:16.565 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:41:16.565 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:41:16.565 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:41:16.565 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:41:16.565 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:41:16.565 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:41:16.565 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:41:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:41:16.566187+0000 mon.a (mon.0) 1827 : audit [DBG] from='client.? 172.21.15.177:0/1612007562' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:41:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:41:16.566187+0000 mon.a (mon.0) 1827 : audit [DBG] from='client.? 172.21.15.177:0/1612007562' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:41:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:41:16.566187+0000 mon.a (mon.0) 1827 : audit [DBG] from='client.? 172.21.15.177:0/1612007562' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:41:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:41:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:41:15.941702+0000 mgr.y (mgr.24491) 6423 : audit [DBG] from='client.31343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:41:16.221633+0000 mgr.y (mgr.24491) 6424 : audit [DBG] from='client.31349 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:16.747598+0000 mgr.y (mgr.24491) 6425 : cluster [DBG] pgmap v5665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:41:15.941702+0000 mgr.y (mgr.24491) 6423 : audit [DBG] from='client.31343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:41:16.221633+0000 mgr.y (mgr.24491) 6424 : audit [DBG] from='client.31349 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:16.747598+0000 mgr.y (mgr.24491) 6425 : cluster [DBG] pgmap v5665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:41:15.941702+0000 mgr.y (mgr.24491) 6423 : audit [DBG] from='client.31343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:41:16.221633+0000 mgr.y (mgr.24491) 6424 : audit [DBG] from='client.31349 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:16.747598+0000 mgr.y (mgr.24491) 6425 : cluster [DBG] pgmap v5665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:18.747968+0000 mgr.y (mgr.24491) 6426 : cluster [DBG] pgmap v5666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:18.747968+0000 mgr.y (mgr.24491) 6426 : cluster [DBG] pgmap v5666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:18.747968+0000 mgr.y (mgr.24491) 6426 : cluster [DBG] pgmap v5666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:41:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:20.748691+0000 mgr.y (mgr.24491) 6427 : cluster [DBG] pgmap v5667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:20.748691+0000 mgr.y (mgr.24491) 6427 : cluster [DBG] pgmap v5667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:20.748691+0000 mgr.y (mgr.24491) 6427 : cluster [DBG] pgmap v5667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:22.749163+0000 mgr.y (mgr.24491) 6428 : cluster [DBG] pgmap v5668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:22.749163+0000 mgr.y (mgr.24491) 6428 : cluster [DBG] pgmap v5668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:22.749163+0000 mgr.y (mgr.24491) 6428 : cluster [DBG] pgmap v5668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:24.749817+0000 mgr.y (mgr.24491) 6429 : cluster [DBG] pgmap v5669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:24.749817+0000 mgr.y (mgr.24491) 6429 : cluster [DBG] pgmap v5669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:24.749817+0000 mgr.y (mgr.24491) 6429 : cluster [DBG] pgmap v5669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:41:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:26.750381+0000 mgr.y (mgr.24491) 6430 : cluster [DBG] pgmap v5670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:26.750381+0000 mgr.y (mgr.24491) 6430 : cluster [DBG] pgmap v5670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:26.750381+0000 mgr.y (mgr.24491) 6430 : cluster [DBG] pgmap v5670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:28.750867+0000 mgr.y (mgr.24491) 6431 : cluster [DBG] pgmap v5671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:28.750867+0000 mgr.y (mgr.24491) 6431 : cluster [DBG] pgmap v5671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:28.750867+0000 mgr.y (mgr.24491) 6431 : cluster [DBG] pgmap v5671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:41:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:30.751525+0000 mgr.y (mgr.24491) 6432 : cluster [DBG] pgmap v5672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:30.751525+0000 mgr.y (mgr.24491) 6432 : cluster [DBG] pgmap v5672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:30.751525+0000 mgr.y (mgr.24491) 6432 : cluster [DBG] pgmap v5672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:34.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:32.752001+0000 mgr.y (mgr.24491) 6433 : cluster [DBG] pgmap v5673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:32.752001+0000 mgr.y (mgr.24491) 6433 : cluster [DBG] pgmap v5673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:32.752001+0000 mgr.y (mgr.24491) 6433 : cluster [DBG] pgmap v5673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:36.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:34.752548+0000 mgr.y (mgr.24491) 6434 : cluster [DBG] pgmap v5674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:34.752548+0000 mgr.y (mgr.24491) 6434 : cluster [DBG] pgmap v5674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:34.752548+0000 mgr.y (mgr.24491) 6434 : cluster [DBG] pgmap v5674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:41:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:36.753203+0000 mgr.y (mgr.24491) 6435 : cluster [DBG] pgmap v5675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:36.753203+0000 mgr.y (mgr.24491) 6435 : cluster [DBG] pgmap v5675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:36.753203+0000 mgr.y (mgr.24491) 6435 : cluster [DBG] pgmap v5675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:38.753646+0000 mgr.y (mgr.24491) 6436 : cluster [DBG] pgmap v5676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:38.753646+0000 mgr.y (mgr.24491) 6436 : cluster [DBG] pgmap v5676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:38.753646+0000 mgr.y (mgr.24491) 6436 : cluster [DBG] pgmap v5676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:41:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:40.754423+0000 mgr.y (mgr.24491) 6437 : cluster [DBG] pgmap v5677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:40.754423+0000 mgr.y (mgr.24491) 6437 : cluster [DBG] pgmap v5677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:40.754423+0000 mgr.y (mgr.24491) 6437 : cluster [DBG] pgmap v5677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:42.754990+0000 mgr.y (mgr.24491) 6438 : cluster [DBG] pgmap v5678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:42.754990+0000 mgr.y (mgr.24491) 6438 : cluster [DBG] pgmap v5678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:42.754990+0000 mgr.y (mgr.24491) 6438 : cluster [DBG] pgmap v5678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:44.755568+0000 mgr.y (mgr.24491) 6439 : cluster [DBG] pgmap v5679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:44.755568+0000 mgr.y (mgr.24491) 6439 : cluster [DBG] pgmap v5679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:44.755568+0000 mgr.y (mgr.24491) 6439 : cluster [DBG] pgmap v5679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:46.878 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:41:47.154 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:41:47.154 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:41:47.155 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:41:47.155 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:41:47.156 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:41:47.156 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:41:47.157 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:41:47.157 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:41:47.157 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:41:47.157 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:41:47.158 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:41:47.158 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:41:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:41:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:41:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:41:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:41:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:41:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 3m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:41:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 3m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:41:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 3m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:41:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:41:47.490 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:41:47.490 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:41:47.491 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:41:47.491 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:41:47.491 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:41:47.491 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:41:47.491 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:41:47.491 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:41:47.491 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:41:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:41:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:41:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:41:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:41:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:41:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:41:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:41:47.492 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:41:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:41:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:46.755928+0000 mgr.y (mgr.24491) 6440 : cluster [DBG] pgmap v5680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:41:47.492156+0000 mon.c (mon.2) 221 : audit [DBG] from='client.? 172.21.15.177:0/2235904244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:41:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:46.755928+0000 mgr.y (mgr.24491) 6440 : cluster [DBG] pgmap v5680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:41:47.492156+0000 mon.c (mon.2) 221 : audit [DBG] from='client.? 172.21.15.177:0/2235904244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:41:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:46.755928+0000 mgr.y (mgr.24491) 6440 : cluster [DBG] pgmap v5680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:41:47.492156+0000 mon.c (mon.2) 221 : audit [DBG] from='client.? 172.21.15.177:0/2235904244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:41:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:41:46.867965+0000 mgr.y (mgr.24491) 6441 : audit [DBG] from='client.31361 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:41:47.147987+0000 mgr.y (mgr.24491) 6442 : audit [DBG] from='client.21465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:41:46.867965+0000 mgr.y (mgr.24491) 6441 : audit [DBG] from='client.31361 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:41:47.147987+0000 mgr.y (mgr.24491) 6442 : audit [DBG] from='client.21465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:41:46.867965+0000 mgr.y (mgr.24491) 6441 : audit [DBG] from='client.31361 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:41:47.147987+0000 mgr.y (mgr.24491) 6442 : audit [DBG] from='client.21465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:41:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:48.756281+0000 mgr.y (mgr.24491) 6443 : cluster [DBG] pgmap v5681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:48.756281+0000 mgr.y (mgr.24491) 6443 : cluster [DBG] pgmap v5681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:48.756281+0000 mgr.y (mgr.24491) 6443 : cluster [DBG] pgmap v5681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:41:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:50.756890+0000 mgr.y (mgr.24491) 6444 : cluster [DBG] pgmap v5682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:50.756890+0000 mgr.y (mgr.24491) 6444 : cluster [DBG] pgmap v5682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:50.756890+0000 mgr.y (mgr.24491) 6444 : cluster [DBG] pgmap v5682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:41:52.736488+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:41:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:41:52.736488+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:41:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:41:52.736488+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:41:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:52.757340+0000 mgr.y (mgr.24491) 6445 : cluster [DBG] pgmap v5683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:41:52.983131+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:41:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:41:53.259655+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:41:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:41:53.260330+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:41:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:41:53.268207+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:41:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:52.757340+0000 mgr.y (mgr.24491) 6445 : cluster [DBG] pgmap v5683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:41:52.983131+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:41:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:41:53.259655+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:41:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:41:53.260330+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:41:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:41:53.268207+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:41:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:52.757340+0000 mgr.y (mgr.24491) 6445 : cluster [DBG] pgmap v5683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:41:52.983131+0000 mon.a (mon.0) 1829 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:41:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:41:53.259655+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:41:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:41:53.260330+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:41:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:41:53.268207+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:41:56.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:54.758186+0000 mgr.y (mgr.24491) 6446 : cluster [DBG] pgmap v5684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:54.758186+0000 mgr.y (mgr.24491) 6446 : cluster [DBG] pgmap v5684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:54.758186+0000 mgr.y (mgr.24491) 6446 : cluster [DBG] pgmap v5684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:41:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:41:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:56.758573+0000 mgr.y (mgr.24491) 6447 : cluster [DBG] pgmap v5685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:56.758573+0000 mgr.y (mgr.24491) 6447 : cluster [DBG] pgmap v5685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:56.758573+0000 mgr.y (mgr.24491) 6447 : cluster [DBG] pgmap v5685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:41:58.759031+0000 mgr.y (mgr.24491) 6448 : cluster [DBG] pgmap v5686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:41:58.759031+0000 mgr.y (mgr.24491) 6448 : cluster [DBG] pgmap v5686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:41:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:41:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:41:58.759031+0000 mgr.y (mgr.24491) 6448 : cluster [DBG] pgmap v5686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:42:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:00.759650+0000 mgr.y (mgr.24491) 6449 : cluster [DBG] pgmap v5687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:00.759650+0000 mgr.y (mgr.24491) 6449 : cluster [DBG] pgmap v5687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:00.759650+0000 mgr.y (mgr.24491) 6449 : cluster [DBG] pgmap v5687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:02.760248+0000 mgr.y (mgr.24491) 6450 : cluster [DBG] pgmap v5688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:02.760248+0000 mgr.y (mgr.24491) 6450 : cluster [DBG] pgmap v5688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:02.760248+0000 mgr.y (mgr.24491) 6450 : cluster [DBG] pgmap v5688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:04.761119+0000 mgr.y (mgr.24491) 6451 : cluster [DBG] pgmap v5689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:04.761119+0000 mgr.y (mgr.24491) 6451 : cluster [DBG] pgmap v5689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:04.761119+0000 mgr.y (mgr.24491) 6451 : cluster [DBG] pgmap v5689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:06.761474+0000 mgr.y (mgr.24491) 6452 : cluster [DBG] pgmap v5690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T06:42:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:06.761474+0000 mgr.y (mgr.24491) 6452 : cluster [DBG] pgmap v5690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:06.761474+0000 mgr.y (mgr.24491) 6452 : cluster [DBG] pgmap v5690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:08.761867+0000 mgr.y (mgr.24491) 6453 : cluster [DBG] pgmap v5691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:08.761867+0000 mgr.y (mgr.24491) 6453 : cluster [DBG] pgmap v5691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:08.761867+0000 mgr.y (mgr.24491) 6453 : cluster [DBG] pgmap v5691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:42:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:10.762820+0000 mgr.y (mgr.24491) 6454 : cluster [DBG] pgmap v5692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:12.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:10.762820+0000 mgr.y (mgr.24491) 6454 : cluster [DBG] pgmap v5692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:10.762820+0000 mgr.y (mgr.24491) 6454 : cluster [DBG] pgmap v5692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:12.763369+0000 mgr.y (mgr.24491) 6455 : cluster [DBG] pgmap v5693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:12.763369+0000 mgr.y (mgr.24491) 6455 : cluster [DBG] pgmap v5693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:12.763369+0000 mgr.y (mgr.24491) 6455 : cluster [DBG] pgmap v5693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:14.764089+0000 mgr.y (mgr.24491) 6456 : cluster [DBG] pgmap v5694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:14.764089+0000 mgr.y (mgr.24491) 6456 : cluster [DBG] pgmap v5694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:14.764089+0000 mgr.y (mgr.24491) 6456 : cluster [DBG] pgmap v5694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:17.800 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:42:18.077 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:42:18.077 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:42:18.077 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:42:18.077 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 4m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:42:18.077 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 4m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:42:18.077 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:42:18.078 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:42:18.078 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:42:18.078 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:42:18.078 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:42:18.078 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 4m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:42:18.078 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 4m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:42:18.078 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:42:18.078 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:42:18.078 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:42:18.078 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:42:18.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:42:18.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:42:18.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:42:18.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 4m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:42:18.079 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:42:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:42:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:16.764469+0000 mgr.y (mgr.24491) 6457 : cluster [DBG] pgmap v5695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:16.764469+0000 mgr.y (mgr.24491) 6457 : cluster [DBG] pgmap v5695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:16.764469+0000 mgr.y (mgr.24491) 6457 : cluster [DBG] pgmap v5695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:18.410 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:42:18.410 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:42:18.410 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:42:18.410 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:42:18.410 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:42:18.410 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:42:18.410 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:42:18.410 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:42:18.410 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:42:18.411 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:42:18.411 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:42:18.411 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:42:18.411 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:42:18.411 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:42:18.411 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:42:18.411 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:42:18.411 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:42:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:42:17.790257+0000 mgr.y (mgr.24491) 6458 : audit [DBG] from='client.21477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:42:18.071182+0000 mgr.y (mgr.24491) 6459 : audit [DBG] from='client.21483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:42:18.411616+0000 mon.c (mon.2) 222 : audit [DBG] from='client.? 172.21.15.177:0/3387714035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:42:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:18.764837+0000 mgr.y (mgr.24491) 6460 : cluster [DBG] pgmap v5696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:42:17.790257+0000 mgr.y (mgr.24491) 6458 : audit [DBG] from='client.21477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:42:18.071182+0000 mgr.y (mgr.24491) 6459 : audit [DBG] from='client.21483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:42:18.411616+0000 mon.c (mon.2) 222 : audit [DBG] from='client.? 172.21.15.177:0/3387714035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:42:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:18.764837+0000 mgr.y (mgr.24491) 6460 : cluster [DBG] pgmap v5696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:42:17.790257+0000 mgr.y (mgr.24491) 6458 : audit [DBG] from='client.21477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:42:18.071182+0000 mgr.y (mgr.24491) 6459 : audit [DBG] from='client.21483 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:42:18.411616+0000 mon.c (mon.2) 222 : audit [DBG] from='client.? 172.21.15.177:0/3387714035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:42:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:18.764837+0000 mgr.y (mgr.24491) 6460 : cluster [DBG] pgmap v5696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:42:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:20.765448+0000 mgr.y (mgr.24491) 6461 : cluster [DBG] pgmap v5697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:20.765448+0000 mgr.y (mgr.24491) 6461 : cluster [DBG] pgmap v5697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:20.765448+0000 mgr.y (mgr.24491) 6461 : cluster [DBG] pgmap v5697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:22.766034+0000 mgr.y (mgr.24491) 6462 : cluster [DBG] pgmap v5698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:22.766034+0000 mgr.y (mgr.24491) 6462 : cluster [DBG] pgmap v5698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:22.766034+0000 mgr.y (mgr.24491) 6462 : cluster [DBG] pgmap v5698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:24.766807+0000 mgr.y (mgr.24491) 6463 : cluster [DBG] pgmap v5699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:24.766807+0000 mgr.y (mgr.24491) 6463 : cluster [DBG] pgmap v5699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:24.766807+0000 mgr.y (mgr.24491) 6463 : cluster [DBG] pgmap v5699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:42:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:26.767252+0000 mgr.y (mgr.24491) 6464 : cluster [DBG] pgmap v5700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:26.767252+0000 mgr.y (mgr.24491) 6464 : cluster [DBG] pgmap v5700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:26.767252+0000 mgr.y (mgr.24491) 6464 : cluster [DBG] pgmap v5700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:28.767643+0000 mgr.y (mgr.24491) 6465 : cluster [DBG] pgmap v5701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:28.767643+0000 mgr.y (mgr.24491) 6465 : cluster [DBG] pgmap v5701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:28.767643+0000 mgr.y (mgr.24491) 6465 : cluster [DBG] pgmap v5701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:42:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:30.768268+0000 mgr.y (mgr.24491) 6466 : cluster [DBG] pgmap v5702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:30.768268+0000 mgr.y (mgr.24491) 6466 : cluster [DBG] pgmap v5702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:30.768268+0000 mgr.y (mgr.24491) 6466 : cluster [DBG] pgmap v5702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:32.768870+0000 mgr.y (mgr.24491) 6467 : cluster [DBG] pgmap v5703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:32.768870+0000 mgr.y (mgr.24491) 6467 : cluster [DBG] pgmap v5703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:32.768870+0000 mgr.y (mgr.24491) 6467 : cluster [DBG] pgmap v5703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:34.769569+0000 mgr.y (mgr.24491) 6468 : cluster [DBG] pgmap v5704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:34.769569+0000 mgr.y (mgr.24491) 6468 : cluster [DBG] pgmap v5704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:34.769569+0000 mgr.y (mgr.24491) 6468 : cluster [DBG] pgmap v5704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T06:42:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:36.770208+0000 mgr.y (mgr.24491) 6469 : cluster [DBG] pgmap v5705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:36.770208+0000 mgr.y (mgr.24491) 6469 : cluster [DBG] pgmap v5705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:36.770208+0000 mgr.y (mgr.24491) 6469 : cluster [DBG] pgmap v5705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:38.770686+0000 mgr.y (mgr.24491) 6470 : cluster [DBG] pgmap v5706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:38.770686+0000 mgr.y (mgr.24491) 6470 : cluster [DBG] pgmap v5706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:38.770686+0000 mgr.y (mgr.24491) 6470 : cluster [DBG] pgmap v5706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:42:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:40.771468+0000 mgr.y (mgr.24491) 6471 : cluster [DBG] pgmap v5707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:40.771468+0000 mgr.y (mgr.24491) 6471 : cluster [DBG] pgmap v5707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:40.771468+0000 mgr.y (mgr.24491) 6471 : cluster [DBG] pgmap v5707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:42.771986+0000 mgr.y (mgr.24491) 6472 : cluster [DBG] pgmap v5708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:42.771986+0000 mgr.y (mgr.24491) 6472 : cluster [DBG] pgmap v5708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:42.771986+0000 mgr.y (mgr.24491) 6472 : cluster [DBG] pgmap v5708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:44.772837+0000 mgr.y (mgr.24491) 6473 : cluster [DBG] pgmap v5709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:44.772837+0000 mgr.y (mgr.24491) 6473 : cluster [DBG] pgmap v5709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:44.772837+0000 mgr.y (mgr.24491) 6473 : cluster [DBG] pgmap v5709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T06:42:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:46.773383+0000 mgr.y (mgr.24491) 6474 : cluster [DBG] pgmap v5710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:46.773383+0000 mgr.y (mgr.24491) 6474 : cluster [DBG] pgmap v5710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:46.773383+0000 mgr.y (mgr.24491) 6474 : cluster [DBG] pgmap v5710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:48.720 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:42:48.995 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:42:48.995 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:42:48.995 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:42:48.995 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 4m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:42:48.995 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 4m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 4m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 4m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:42:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 4m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:42:48.997 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:42:49.327 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:42:49.327 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:42:49.327 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:42:49.327 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:42:49.327 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:42:49.327 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:42:49.327 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:42:49.327 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:42:49.328 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:42:49.328 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:42:49.328 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:42:49.328 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:42:49.328 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:42:49.328 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:42:49.328 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:42:49.328 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:42:49.328 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:42:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:42:48.710096+0000 mgr.y (mgr.24491) 6475 : audit [DBG] from='client.31397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:48.773758+0000 mgr.y (mgr.24491) 6476 : cluster [DBG] pgmap v5711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:42:49.329182+0000 mon.a (mon.0) 1833 : audit [DBG] from='client.? 172.21.15.177:0/2075879023' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:42:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:42:48.710096+0000 mgr.y (mgr.24491) 6475 : audit [DBG] from='client.31397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:48.773758+0000 mgr.y (mgr.24491) 6476 : cluster [DBG] pgmap v5711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:42:49.329182+0000 mon.a (mon.0) 1833 : audit [DBG] from='client.? 172.21.15.177:0/2075879023' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:42:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:42:48.710096+0000 mgr.y (mgr.24491) 6475 : audit [DBG] from='client.31397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:48.773758+0000 mgr.y (mgr.24491) 6476 : cluster [DBG] pgmap v5711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:42:49.329182+0000 mon.a (mon.0) 1833 : audit [DBG] from='client.? 172.21.15.177:0/2075879023' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:42:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:42:48.989936+0000 mgr.y (mgr.24491) 6477 : audit [DBG] from='client.21501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:42:48.989936+0000 mgr.y (mgr.24491) 6477 : audit [DBG] from='client.21501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:42:48.989936+0000 mgr.y (mgr.24491) 6477 : audit [DBG] from='client.21501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:42:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:42:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:50.774440+0000 mgr.y (mgr.24491) 6478 : cluster [DBG] pgmap v5712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:50.774440+0000 mgr.y (mgr.24491) 6478 : cluster [DBG] pgmap v5712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:50.774440+0000 mgr.y (mgr.24491) 6478 : cluster [DBG] pgmap v5712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:52.775075+0000 mgr.y (mgr.24491) 6479 : cluster [DBG] pgmap v5713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:52.775075+0000 mgr.y (mgr.24491) 6479 : cluster [DBG] pgmap v5713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:52.775075+0000 mgr.y (mgr.24491) 6479 : cluster [DBG] pgmap v5713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:42:53.272509+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:42:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:42:53.562758+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:42:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:42:53.563375+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:42:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:42:53.567364+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:42:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:42:53.272509+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:42:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:42:53.562758+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:42:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:42:53.563375+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:42:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:42:53.567364+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:42:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:42:53.272509+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:42:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:42:53.562758+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:42:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:42:53.563375+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:42:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:42:53.567364+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:42:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:54.775738+0000 mgr.y (mgr.24491) 6480 : cluster [DBG] pgmap v5714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:54.775738+0000 mgr.y (mgr.24491) 6480 : cluster [DBG] pgmap v5714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:54.775738+0000 mgr.y (mgr.24491) 6480 : cluster [DBG] pgmap v5714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:42:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T06:42:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:56.776128+0000 mgr.y (mgr.24491) 6481 : cluster [DBG] pgmap v5715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:56.776128+0000 mgr.y (mgr.24491) 6481 : cluster [DBG] pgmap v5715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:42:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:56.776128+0000 mgr.y (mgr.24491) 6481 : cluster [DBG] pgmap v5715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:42:58.776527+0000 mgr.y (mgr.24491) 6482 : cluster [DBG] pgmap v5716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:42:58.776527+0000 mgr.y (mgr.24491) 6482 : cluster [DBG] pgmap v5716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:42:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:42:58.776527+0000 mgr.y (mgr.24491) 6482 : cluster [DBG] pgmap v5716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:43:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:00.777320+0000 mgr.y (mgr.24491) 6483 : cluster [DBG] pgmap v5717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:00.777320+0000 mgr.y (mgr.24491) 6483 : cluster [DBG] pgmap v5717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:00.777320+0000 mgr.y (mgr.24491) 6483 : cluster [DBG] pgmap v5717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:02.777713+0000 mgr.y (mgr.24491) 6484 : cluster [DBG] pgmap v5718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:02.777713+0000 mgr.y (mgr.24491) 6484 : cluster [DBG] pgmap v5718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:02.777713+0000 mgr.y (mgr.24491) 6484 : cluster [DBG] pgmap v5718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:04.778390+0000 mgr.y (mgr.24491) 6485 : cluster [DBG] pgmap v5719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:04.778390+0000 mgr.y (mgr.24491) 6485 : cluster [DBG] pgmap v5719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:04.778390+0000 mgr.y (mgr.24491) 6485 : cluster [DBG] pgmap v5719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:06.778765+0000 mgr.y (mgr.24491) 6486 : cluster [DBG] pgmap v5720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:06.778765+0000 mgr.y (mgr.24491) 6486 : cluster [DBG] pgmap v5720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:06.778765+0000 mgr.y (mgr.24491) 6486 : cluster [DBG] pgmap v5720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T06:43:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:08.779158+0000 mgr.y (mgr.24491) 6487 : cluster [DBG] pgmap v5721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:08.779158+0000 mgr.y (mgr.24491) 6487 : cluster [DBG] pgmap v5721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:08.779158+0000 mgr.y (mgr.24491) 6487 : cluster [DBG] pgmap v5721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:43:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:10.779770+0000 mgr.y (mgr.24491) 6488 : cluster [DBG] pgmap v5722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:10.779770+0000 mgr.y (mgr.24491) 6488 : cluster [DBG] pgmap v5722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:10.779770+0000 mgr.y (mgr.24491) 6488 : cluster [DBG] pgmap v5722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:12.780209+0000 mgr.y (mgr.24491) 6489 : cluster [DBG] pgmap v5723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:12.780209+0000 mgr.y (mgr.24491) 6489 : cluster [DBG] pgmap v5723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:12.780209+0000 mgr.y (mgr.24491) 6489 : cluster [DBG] pgmap v5723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:14.781046+0000 mgr.y (mgr.24491) 6490 : cluster [DBG] pgmap v5724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:14.781046+0000 mgr.y (mgr.24491) 6490 : cluster [DBG] pgmap v5724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:16.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:14.781046+0000 mgr.y (mgr.24491) 6490 : cluster [DBG] pgmap v5724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:16.781556+0000 mgr.y (mgr.24491) 6491 : cluster [DBG] pgmap v5725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:43:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:16.781556+0000 mgr.y (mgr.24491) 6491 : cluster [DBG] pgmap v5725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:16.781556+0000 mgr.y (mgr.24491) 6491 : cluster [DBG] pgmap v5725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:18.782013+0000 mgr.y (mgr.24491) 6492 : cluster [DBG] pgmap v5726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:18.782013+0000 mgr.y (mgr.24491) 6492 : cluster [DBG] pgmap v5726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:18.782013+0000 mgr.y (mgr.24491) 6492 : cluster [DBG] pgmap v5726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:19.637 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 5m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 5m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 5m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 5m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 5m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 5m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 5m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 5m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 5m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:43:19.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 5m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:43:19.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 5m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:43:19.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 5m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:43:19.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:43:19.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:43:19.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:43:19.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:43:19.913 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 5m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:43:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:43:19.627864+0000 mgr.y (mgr.24491) 6493 : audit [DBG] from='client.31415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:20.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:43:19.627864+0000 mgr.y (mgr.24491) 6493 : audit [DBG] from='client.31415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:20.247 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:43:20.247 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:43:20.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:43:20.247 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:43:20.247 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:43:20.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:43:20.247 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:43:20.247 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:43:20.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:43:20.248 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:43:20.248 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:43:20.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:43:20.248 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:43:20.248 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:43:20.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:43:20.248 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:43:20.248 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:43:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:43:19.627864+0000 mgr.y (mgr.24491) 6493 : audit [DBG] from='client.31415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:43:19.906542+0000 mgr.y (mgr.24491) 6494 : audit [DBG] from='client.21519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:43:20.249221+0000 mon.c (mon.2) 223 : audit [DBG] from='client.? 172.21.15.177:0/793441652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:43:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:20.782560+0000 mgr.y (mgr.24491) 6495 : cluster [DBG] pgmap v5727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:43:19.906542+0000 mgr.y (mgr.24491) 6494 : audit [DBG] from='client.21519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:43:20.249221+0000 mon.c (mon.2) 223 : audit [DBG] from='client.? 172.21.15.177:0/793441652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:43:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:20.782560+0000 mgr.y (mgr.24491) 6495 : cluster [DBG] pgmap v5727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:43:21.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:43:19.906542+0000 mgr.y (mgr.24491) 6494 : audit [DBG] from='client.21519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:21.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:43:20.249221+0000 mon.c (mon.2) 223 : audit [DBG] from='client.? 172.21.15.177:0/793441652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:43:21.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:20.782560+0000 mgr.y (mgr.24491) 6495 : cluster [DBG] pgmap v5727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:22.783213+0000 mgr.y (mgr.24491) 6496 : cluster [DBG] pgmap v5728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:22.783213+0000 mgr.y (mgr.24491) 6496 : cluster [DBG] pgmap v5728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:22.783213+0000 mgr.y (mgr.24491) 6496 : cluster [DBG] pgmap v5728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:24.784068+0000 mgr.y (mgr.24491) 6497 : cluster [DBG] pgmap v5729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:24.784068+0000 mgr.y (mgr.24491) 6497 : cluster [DBG] pgmap v5729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:24.784068+0000 mgr.y (mgr.24491) 6497 : cluster [DBG] pgmap v5729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:26.784596+0000 mgr.y (mgr.24491) 6498 : cluster [DBG] pgmap v5730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:43:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:26.784596+0000 mgr.y (mgr.24491) 6498 : cluster [DBG] pgmap v5730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:26.784596+0000 mgr.y (mgr.24491) 6498 : cluster [DBG] pgmap v5730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:28.785146+0000 mgr.y (mgr.24491) 6499 : cluster [DBG] pgmap v5731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:28.785146+0000 mgr.y (mgr.24491) 6499 : cluster [DBG] pgmap v5731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:28.785146+0000 mgr.y (mgr.24491) 6499 : cluster [DBG] pgmap v5731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:43:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:30.785837+0000 mgr.y (mgr.24491) 6500 : cluster [DBG] pgmap v5732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:30.785837+0000 mgr.y (mgr.24491) 6500 : cluster [DBG] pgmap v5732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:30.785837+0000 mgr.y (mgr.24491) 6500 : cluster [DBG] pgmap v5732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:32.786391+0000 mgr.y (mgr.24491) 6501 : cluster [DBG] pgmap v5733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:32.786391+0000 mgr.y (mgr.24491) 6501 : cluster [DBG] pgmap v5733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:32.786391+0000 mgr.y (mgr.24491) 6501 : cluster [DBG] pgmap v5733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:34.787274+0000 mgr.y (mgr.24491) 6502 : cluster [DBG] pgmap v5734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:34.787274+0000 mgr.y (mgr.24491) 6502 : cluster [DBG] pgmap v5734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:34.787274+0000 mgr.y (mgr.24491) 6502 : cluster [DBG] pgmap v5734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:36.787651+0000 mgr.y (mgr.24491) 6503 : cluster [DBG] pgmap v5735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:43:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:36.787651+0000 mgr.y (mgr.24491) 6503 : cluster [DBG] pgmap v5735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:36.787651+0000 mgr.y (mgr.24491) 6503 : cluster [DBG] pgmap v5735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:40.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:38.788103+0000 mgr.y (mgr.24491) 6504 : cluster [DBG] pgmap v5736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:38.788103+0000 mgr.y (mgr.24491) 6504 : cluster [DBG] pgmap v5736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:38.788103+0000 mgr.y (mgr.24491) 6504 : cluster [DBG] pgmap v5736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:43:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:40.788815+0000 mgr.y (mgr.24491) 6505 : cluster [DBG] pgmap v5737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:40.788815+0000 mgr.y (mgr.24491) 6505 : cluster [DBG] pgmap v5737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:40.788815+0000 mgr.y (mgr.24491) 6505 : cluster [DBG] pgmap v5737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:42.789196+0000 mgr.y (mgr.24491) 6506 : cluster [DBG] pgmap v5738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:42.789196+0000 mgr.y (mgr.24491) 6506 : cluster [DBG] pgmap v5738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:42.789196+0000 mgr.y (mgr.24491) 6506 : cluster [DBG] pgmap v5738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:44.789784+0000 mgr.y (mgr.24491) 6507 : cluster [DBG] pgmap v5739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:45.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:44.789784+0000 mgr.y (mgr.24491) 6507 : cluster [DBG] pgmap v5739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:44.789784+0000 mgr.y (mgr.24491) 6507 : cluster [DBG] pgmap v5739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:43:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:46.790279+0000 mgr.y (mgr.24491) 6508 : cluster [DBG] pgmap v5740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:46.790279+0000 mgr.y (mgr.24491) 6508 : cluster [DBG] pgmap v5740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:46.790279+0000 mgr.y (mgr.24491) 6508 : cluster [DBG] pgmap v5740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:48.790820+0000 mgr.y (mgr.24491) 6509 : cluster [DBG] pgmap v5741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:48.790820+0000 mgr.y (mgr.24491) 6509 : cluster [DBG] pgmap v5741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:50.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:48.790820+0000 mgr.y (mgr.24491) 6509 : cluster [DBG] pgmap v5741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:50.557 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:43:50.830 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:43:50.830 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 6m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:43:50.830 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 5m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:43:50.830 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:43:50.830 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:43:50.830 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:43:50.830 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:43:50.830 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:43:50.830 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 5m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:43:50.831 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 5m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:43:51.166 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:43:51.166 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:43:51.166 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:43:51.166 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:43:51.166 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:43:51.167 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:43:51.167 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:43:51.167 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:43:51.167 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:43:51.167 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:43:51.167 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:43:51.167 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:43:51.167 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:43:51.167 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:43:51.167 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:43:51.167 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:43:51.168 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:43:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:43:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:43:50.547480+0000 mgr.y (mgr.24491) 6510 : audit [DBG] from='client.31433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:50.791516+0000 mgr.y (mgr.24491) 6511 : cluster [DBG] pgmap v5742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:43:50.824316+0000 mgr.y (mgr.24491) 6512 : audit [DBG] from='client.21537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:43:51.168252+0000 mon.c (mon.2) 224 : audit [DBG] from='client.? 172.21.15.177:0/223937807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:43:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:43:50.547480+0000 mgr.y (mgr.24491) 6510 : audit [DBG] from='client.31433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:50.791516+0000 mgr.y (mgr.24491) 6511 : cluster [DBG] pgmap v5742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:43:50.824316+0000 mgr.y (mgr.24491) 6512 : audit [DBG] from='client.21537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:43:51.168252+0000 mon.c (mon.2) 224 : audit [DBG] from='client.? 172.21.15.177:0/223937807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:43:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:43:50.547480+0000 mgr.y (mgr.24491) 6510 : audit [DBG] from='client.31433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:50.791516+0000 mgr.y (mgr.24491) 6511 : cluster [DBG] pgmap v5742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:43:50.824316+0000 mgr.y (mgr.24491) 6512 : audit [DBG] from='client.21537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:43:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:43:51.168252+0000 mon.c (mon.2) 224 : audit [DBG] from='client.? 172.21.15.177:0/223937807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:43:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:52.792105+0000 mgr.y (mgr.24491) 6513 : cluster [DBG] pgmap v5743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:43:53.571759+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:43:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:52.792105+0000 mgr.y (mgr.24491) 6513 : cluster [DBG] pgmap v5743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:43:53.571759+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:43:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:52.792105+0000 mgr.y (mgr.24491) 6513 : cluster [DBG] pgmap v5743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:43:53.571759+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:43:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:43:53.866874+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:43:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:43:53.867481+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:43:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:43:53.871745+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:43:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:54.792749+0000 mgr.y (mgr.24491) 6514 : cluster [DBG] pgmap v5744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:43:53.866874+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:43:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:43:53.867481+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:43:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:43:53.871745+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:43:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:54.792749+0000 mgr.y (mgr.24491) 6514 : cluster [DBG] pgmap v5744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:43:53.866874+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:43:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:43:53.867481+0000 mon.a (mon.0) 1840 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:43:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:43:53.871745+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:43:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:54.792749+0000 mgr.y (mgr.24491) 6514 : cluster [DBG] pgmap v5744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:43:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:43:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:56.793194+0000 mgr.y (mgr.24491) 6515 : cluster [DBG] pgmap v5745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:56.793194+0000 mgr.y (mgr.24491) 6515 : cluster [DBG] pgmap v5745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:43:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:56.793194+0000 mgr.y (mgr.24491) 6515 : cluster [DBG] pgmap v5745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:43:58.793614+0000 mgr.y (mgr.24491) 6516 : cluster [DBG] pgmap v5746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:43:58.793614+0000 mgr.y (mgr.24491) 6516 : cluster [DBG] pgmap v5746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:43:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:43:58.793614+0000 mgr.y (mgr.24491) 6516 : cluster [DBG] pgmap v5746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:44:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:00.794274+0000 mgr.y (mgr.24491) 6517 : cluster [DBG] pgmap v5747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:00.794274+0000 mgr.y (mgr.24491) 6517 : cluster [DBG] pgmap v5747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:00.794274+0000 mgr.y (mgr.24491) 6517 : cluster [DBG] pgmap v5747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:02.794680+0000 mgr.y (mgr.24491) 6518 : cluster [DBG] pgmap v5748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:02.794680+0000 mgr.y (mgr.24491) 6518 : cluster [DBG] pgmap v5748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:02.794680+0000 mgr.y (mgr.24491) 6518 : cluster [DBG] pgmap v5748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:04.795357+0000 mgr.y (mgr.24491) 6519 : cluster [DBG] pgmap v5749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:04.795357+0000 mgr.y (mgr.24491) 6519 : cluster [DBG] pgmap v5749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:04.795357+0000 mgr.y (mgr.24491) 6519 : cluster [DBG] pgmap v5749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:44:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:06.795866+0000 mgr.y (mgr.24491) 6520 : cluster [DBG] pgmap v5750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:06.795866+0000 mgr.y (mgr.24491) 6520 : cluster [DBG] pgmap v5750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:06.795866+0000 mgr.y (mgr.24491) 6520 : cluster [DBG] pgmap v5750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:09.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:08.796453+0000 mgr.y (mgr.24491) 6521 : cluster [DBG] pgmap v5751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:08.796453+0000 mgr.y (mgr.24491) 6521 : cluster [DBG] pgmap v5751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:08.796453+0000 mgr.y (mgr.24491) 6521 : cluster [DBG] pgmap v5751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:44:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:10.797113+0000 mgr.y (mgr.24491) 6522 : cluster [DBG] pgmap v5752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:10.797113+0000 mgr.y (mgr.24491) 6522 : cluster [DBG] pgmap v5752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:10.797113+0000 mgr.y (mgr.24491) 6522 : cluster [DBG] pgmap v5752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:12.797534+0000 mgr.y (mgr.24491) 6523 : cluster [DBG] pgmap v5753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:14.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:12.797534+0000 mgr.y (mgr.24491) 6523 : cluster [DBG] pgmap v5753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:12.797534+0000 mgr.y (mgr.24491) 6523 : cluster [DBG] pgmap v5753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:14.798335+0000 mgr.y (mgr.24491) 6524 : cluster [DBG] pgmap v5754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:14.798335+0000 mgr.y (mgr.24491) 6524 : cluster [DBG] pgmap v5754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:14.798335+0000 mgr.y (mgr.24491) 6524 : cluster [DBG] pgmap v5754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:44:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:16.798884+0000 mgr.y (mgr.24491) 6525 : cluster [DBG] pgmap v5755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:16.798884+0000 mgr.y (mgr.24491) 6525 : cluster [DBG] pgmap v5755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:16.798884+0000 mgr.y (mgr.24491) 6525 : cluster [DBG] pgmap v5755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:18.799270+0000 mgr.y (mgr.24491) 6526 : cluster [DBG] pgmap v5756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:18.799270+0000 mgr.y (mgr.24491) 6526 : cluster [DBG] pgmap v5756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:18.799270+0000 mgr.y (mgr.24491) 6526 : cluster [DBG] pgmap v5756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:20.800122+0000 mgr.y (mgr.24491) 6527 : cluster [DBG] pgmap v5757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:44:21.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:20.800122+0000 mgr.y (mgr.24491) 6527 : cluster [DBG] pgmap v5757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:20.800122+0000 mgr.y (mgr.24491) 6527 : cluster [DBG] pgmap v5757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:21.480 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:44:21.753 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:44:21.753 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 6m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 6m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 6m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 6m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 6m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 6m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:44:21.754 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:44:21.755 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:44:21.755 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 6m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:44:21.755 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 6m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:44:21.755 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 6m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:44:21.755 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 6m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:44:21.755 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 6m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:44:22.089 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:44:22.089 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:44:22.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:44:22.090 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:44:22.090 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:44:22.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:44:22.090 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:44:22.090 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:44:22.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:44:22.090 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:44:22.090 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:44:22.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:44:22.090 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:44:22.091 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:44:22.091 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:44:22.091 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:44:22.091 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:44:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:44:21.470298+0000 mgr.y (mgr.24491) 6528 : audit [DBG] from='client.31451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:44:21.747525+0000 mgr.y (mgr.24491) 6529 : audit [DBG] from='client.21555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:44:21.470298+0000 mgr.y (mgr.24491) 6528 : audit [DBG] from='client.31451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:44:21.747525+0000 mgr.y (mgr.24491) 6529 : audit [DBG] from='client.21555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:44:21.470298+0000 mgr.y (mgr.24491) 6528 : audit [DBG] from='client.31451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:44:21.747525+0000 mgr.y (mgr.24491) 6529 : audit [DBG] from='client.21555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:44:22.091605+0000 mon.a (mon.0) 1842 : audit [DBG] from='client.? 172.21.15.177:0/2907936628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:44:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:22.800500+0000 mgr.y (mgr.24491) 6530 : cluster [DBG] pgmap v5758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:44:22.091605+0000 mon.a (mon.0) 1842 : audit [DBG] from='client.? 172.21.15.177:0/2907936628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:44:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:22.800500+0000 mgr.y (mgr.24491) 6530 : cluster [DBG] pgmap v5758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:44:22.091605+0000 mon.a (mon.0) 1842 : audit [DBG] from='client.? 172.21.15.177:0/2907936628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:44:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:22.800500+0000 mgr.y (mgr.24491) 6530 : cluster [DBG] pgmap v5758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:26.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:24.801172+0000 mgr.y (mgr.24491) 6531 : cluster [DBG] pgmap v5759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:24.801172+0000 mgr.y (mgr.24491) 6531 : cluster [DBG] pgmap v5759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:24.801172+0000 mgr.y (mgr.24491) 6531 : cluster [DBG] pgmap v5759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:44:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:26.801581+0000 mgr.y (mgr.24491) 6532 : cluster [DBG] pgmap v5760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:26.801581+0000 mgr.y (mgr.24491) 6532 : cluster [DBG] pgmap v5760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:26.801581+0000 mgr.y (mgr.24491) 6532 : cluster [DBG] pgmap v5760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:28.802039+0000 mgr.y (mgr.24491) 6533 : cluster [DBG] pgmap v5761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:28.802039+0000 mgr.y (mgr.24491) 6533 : cluster [DBG] pgmap v5761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:28.802039+0000 mgr.y (mgr.24491) 6533 : cluster [DBG] pgmap v5761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:44:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:30.802687+0000 mgr.y (mgr.24491) 6534 : cluster [DBG] pgmap v5762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:30.802687+0000 mgr.y (mgr.24491) 6534 : cluster [DBG] pgmap v5762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:30.802687+0000 mgr.y (mgr.24491) 6534 : cluster [DBG] pgmap v5762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:32.803158+0000 mgr.y (mgr.24491) 6535 : cluster [DBG] pgmap v5763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:32.803158+0000 mgr.y (mgr.24491) 6535 : cluster [DBG] pgmap v5763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:33.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:32.803158+0000 mgr.y (mgr.24491) 6535 : cluster [DBG] pgmap v5763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:34.803843+0000 mgr.y (mgr.24491) 6536 : cluster [DBG] pgmap v5764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:34.803843+0000 mgr.y (mgr.24491) 6536 : cluster [DBG] pgmap v5764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:34.803843+0000 mgr.y (mgr.24491) 6536 : cluster [DBG] pgmap v5764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:36.804229+0000 mgr.y (mgr.24491) 6537 : cluster [DBG] pgmap v5765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:37.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:36.804229+0000 mgr.y (mgr.24491) 6537 : cluster [DBG] pgmap v5765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:36.804229+0000 mgr.y (mgr.24491) 6537 : cluster [DBG] pgmap v5765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T06:44:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:38.804678+0000 mgr.y (mgr.24491) 6538 : cluster [DBG] pgmap v5766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:38.804678+0000 mgr.y (mgr.24491) 6538 : cluster [DBG] pgmap v5766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:40.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:38.804678+0000 mgr.y (mgr.24491) 6538 : cluster [DBG] pgmap v5766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:40.805566+0000 mgr.y (mgr.24491) 6539 : cluster [DBG] pgmap v5767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:44:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:40.805566+0000 mgr.y (mgr.24491) 6539 : cluster [DBG] pgmap v5767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:40.805566+0000 mgr.y (mgr.24491) 6539 : cluster [DBG] pgmap v5767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:42.806162+0000 mgr.y (mgr.24491) 6540 : cluster [DBG] pgmap v5768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:42.806162+0000 mgr.y (mgr.24491) 6540 : cluster [DBG] pgmap v5768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:42.806162+0000 mgr.y (mgr.24491) 6540 : cluster [DBG] pgmap v5768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:44.806735+0000 mgr.y (mgr.24491) 6541 : cluster [DBG] pgmap v5769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:44.806735+0000 mgr.y (mgr.24491) 6541 : cluster [DBG] pgmap v5769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:44.806735+0000 mgr.y (mgr.24491) 6541 : cluster [DBG] pgmap v5769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:44:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:46.807281+0000 mgr.y (mgr.24491) 6542 : cluster [DBG] pgmap v5770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:46.807281+0000 mgr.y (mgr.24491) 6542 : cluster [DBG] pgmap v5770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:46.807281+0000 mgr.y (mgr.24491) 6542 : cluster [DBG] pgmap v5770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:49.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:48.807641+0000 mgr.y (mgr.24491) 6543 : cluster [DBG] pgmap v5771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:48.807641+0000 mgr.y (mgr.24491) 6543 : cluster [DBG] pgmap v5771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:48.807641+0000 mgr.y (mgr.24491) 6543 : cluster [DBG] pgmap v5771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:50.808333+0000 mgr.y (mgr.24491) 6544 : cluster [DBG] pgmap v5772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:44:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:50.808333+0000 mgr.y (mgr.24491) 6544 : cluster [DBG] pgmap v5772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:50.808333+0000 mgr.y (mgr.24491) 6544 : cluster [DBG] pgmap v5772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:52.403 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:44:52.682 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:44:52.682 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 7m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:44:52.682 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 7m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:44:52.682 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 7m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:44:52.682 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 7m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:44:52.682 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 7m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:44:52.682 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 7m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:44:52.683 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 7m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:44:52.683 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 7m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:44:52.683 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 7m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:44:52.683 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 7m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:44:52.683 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 7m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:44:52.683 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 7m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:44:52.683 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 7m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:44:52.683 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 7m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:44:52.683 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 7m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:44:52.684 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 7m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:44:52.684 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 7m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:44:52.684 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 7m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:44:52.684 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 7m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:44:52.684 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 7m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:44:53.017 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:44:53.017 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:44:53.017 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:44:53.017 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:44:53.017 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:44:53.017 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:44:53.018 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:44:53.018 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:44:53.018 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:44:53.018 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:44:53.018 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:44:53.018 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:44:53.018 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:44:53.018 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:44:53.019 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:44:53.019 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:44:53.019 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:44:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:44:52.393109+0000 mgr.y (mgr.24491) 6545 : audit [DBG] from='client.21567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:44:52.675920+0000 mgr.y (mgr.24491) 6546 : audit [DBG] from='client.31475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:52.808688+0000 mgr.y (mgr.24491) 6547 : cluster [DBG] pgmap v5773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:44:53.019335+0000 mon.c (mon.2) 225 : audit [DBG] from='client.? 172.21.15.177:0/2878946905' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:44:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:44:52.393109+0000 mgr.y (mgr.24491) 6545 : audit [DBG] from='client.21567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:44:52.675920+0000 mgr.y (mgr.24491) 6546 : audit [DBG] from='client.31475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:52.808688+0000 mgr.y (mgr.24491) 6547 : cluster [DBG] pgmap v5773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:44:53.019335+0000 mon.c (mon.2) 225 : audit [DBG] from='client.? 172.21.15.177:0/2878946905' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:44:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:44:52.393109+0000 mgr.y (mgr.24491) 6545 : audit [DBG] from='client.21567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:44:52.675920+0000 mgr.y (mgr.24491) 6546 : audit [DBG] from='client.31475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:44:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:52.808688+0000 mgr.y (mgr.24491) 6547 : cluster [DBG] pgmap v5773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:44:53.019335+0000 mon.c (mon.2) 225 : audit [DBG] from='client.? 172.21.15.177:0/2878946905' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:44:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:44:53.876004+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:44:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:44:54.161292+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:44:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:44:54.161887+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:44:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:44:54.166166+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:44:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:54.809593+0000 mgr.y (mgr.24491) 6548 : cluster [DBG] pgmap v5774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:44:53.876004+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:44:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:44:54.161292+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:44:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:44:54.161887+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:44:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:44:54.166166+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:44:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:54.809593+0000 mgr.y (mgr.24491) 6548 : cluster [DBG] pgmap v5774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:44:53.876004+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:44:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:44:54.161292+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:44:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:44:54.161887+0000 mon.a (mon.0) 1845 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:44:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:44:54.166166+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:44:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:54.809593+0000 mgr.y (mgr.24491) 6548 : cluster [DBG] pgmap v5774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:56.810170+0000 mgr.y (mgr.24491) 6549 : cluster [DBG] pgmap v5775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:56.810170+0000 mgr.y (mgr.24491) 6549 : cluster [DBG] pgmap v5775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:57.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:56.810170+0000 mgr.y (mgr.24491) 6549 : cluster [DBG] pgmap v5775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:44:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:44:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:44:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:44:58.810584+0000 mgr.y (mgr.24491) 6550 : cluster [DBG] pgmap v5776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:44:58.810584+0000 mgr.y (mgr.24491) 6550 : cluster [DBG] pgmap v5776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:44:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:44:58.810584+0000 mgr.y (mgr.24491) 6550 : cluster [DBG] pgmap v5776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:00.811428+0000 mgr.y (mgr.24491) 6551 : cluster [DBG] pgmap v5777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:45:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:00.811428+0000 mgr.y (mgr.24491) 6551 : cluster [DBG] pgmap v5777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:00.811428+0000 mgr.y (mgr.24491) 6551 : cluster [DBG] pgmap v5777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:02.811924+0000 mgr.y (mgr.24491) 6552 : cluster [DBG] pgmap v5778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:02.811924+0000 mgr.y (mgr.24491) 6552 : cluster [DBG] pgmap v5778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:02.811924+0000 mgr.y (mgr.24491) 6552 : cluster [DBG] pgmap v5778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:04.812682+0000 mgr.y (mgr.24491) 6553 : cluster [DBG] pgmap v5779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:04.812682+0000 mgr.y (mgr.24491) 6553 : cluster [DBG] pgmap v5779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:05.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:04.812682+0000 mgr.y (mgr.24491) 6553 : cluster [DBG] pgmap v5779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:06.813191+0000 mgr.y (mgr.24491) 6554 : cluster [DBG] pgmap v5780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:06.813191+0000 mgr.y (mgr.24491) 6554 : cluster [DBG] pgmap v5780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:06.813191+0000 mgr.y (mgr.24491) 6554 : cluster [DBG] pgmap v5780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:45:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:08.813558+0000 mgr.y (mgr.24491) 6555 : cluster [DBG] pgmap v5781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:08.813558+0000 mgr.y (mgr.24491) 6555 : cluster [DBG] pgmap v5781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:08.813558+0000 mgr.y (mgr.24491) 6555 : cluster [DBG] pgmap v5781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:10.814528+0000 mgr.y (mgr.24491) 6556 : cluster [DBG] pgmap v5782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:45:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:10.814528+0000 mgr.y (mgr.24491) 6556 : cluster [DBG] pgmap v5782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:10.814528+0000 mgr.y (mgr.24491) 6556 : cluster [DBG] pgmap v5782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:12.815143+0000 mgr.y (mgr.24491) 6557 : cluster [DBG] pgmap v5783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:12.815143+0000 mgr.y (mgr.24491) 6557 : cluster [DBG] pgmap v5783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:12.815143+0000 mgr.y (mgr.24491) 6557 : cluster [DBG] pgmap v5783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:14.816006+0000 mgr.y (mgr.24491) 6558 : cluster [DBG] pgmap v5784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:14.816006+0000 mgr.y (mgr.24491) 6558 : cluster [DBG] pgmap v5784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:14.816006+0000 mgr.y (mgr.24491) 6558 : cluster [DBG] pgmap v5784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:16.816417+0000 mgr.y (mgr.24491) 6559 : cluster [DBG] pgmap v5785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:16.816417+0000 mgr.y (mgr.24491) 6559 : cluster [DBG] pgmap v5785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:16.816417+0000 mgr.y (mgr.24491) 6559 : cluster [DBG] pgmap v5785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:45:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:18.817005+0000 mgr.y (mgr.24491) 6560 : cluster [DBG] pgmap v5786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:18.817005+0000 mgr.y (mgr.24491) 6560 : cluster [DBG] pgmap v5786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:18.817005+0000 mgr.y (mgr.24491) 6560 : cluster [DBG] pgmap v5786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:20.817694+0000 mgr.y (mgr.24491) 6561 : cluster [DBG] pgmap v5787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:45:21.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:20.817694+0000 mgr.y (mgr.24491) 6561 : cluster [DBG] pgmap v5787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:20.817694+0000 mgr.y (mgr.24491) 6561 : cluster [DBG] pgmap v5787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:22.818138+0000 mgr.y (mgr.24491) 6562 : cluster [DBG] pgmap v5788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:23.331 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:45:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:22.818138+0000 mgr.y (mgr.24491) 6562 : cluster [DBG] pgmap v5788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:22.818138+0000 mgr.y (mgr.24491) 6562 : cluster [DBG] pgmap v5788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:23.605 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:45:23.605 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 7m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:45:23.606 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 7m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:45:23.606 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 7m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:45:23.606 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 7m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:45:23.606 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 7m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:45:23.606 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 7m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:45:23.606 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 7m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:45:23.606 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 7m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:45:23.606 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 7m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:45:23.606 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 7m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:45:23.606 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 7m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:45:23.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 7m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:45:23.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 7m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:45:23.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 7m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:45:23.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 7m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:45:23.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 7m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:45:23.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 7m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:45:23.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 7m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:45:23.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 7m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:45:23.607 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 7m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:45:23.938 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:45:23.938 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:45:23.938 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:45:23.938 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:45:23.938 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:45:23.938 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:45:23.939 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:45:23.939 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:45:23.939 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:45:23.939 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:45:23.939 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:45:23.939 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:45:23.939 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:45:23.939 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:45:23.939 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:45:23.939 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:45:23.939 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:45:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:45:23.320936+0000 mgr.y (mgr.24491) 6563 : audit [DBG] from='client.21585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:45:23.600084+0000 mgr.y (mgr.24491) 6564 : audit [DBG] from='client.31493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:24.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:45:23.320936+0000 mgr.y (mgr.24491) 6563 : audit [DBG] from='client.21585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:24.449 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:45:23.600084+0000 mgr.y (mgr.24491) 6564 : audit [DBG] from='client.31493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:24.450 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:45:23.320936+0000 mgr.y (mgr.24491) 6563 : audit [DBG] from='client.21585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:24.450 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:45:23.600084+0000 mgr.y (mgr.24491) 6564 : audit [DBG] from='client.31493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:45:23.940168+0000 mon.a (mon.0) 1847 : audit [DBG] from='client.? 172.21.15.177:0/4274150934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:45:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:24.818741+0000 mgr.y (mgr.24491) 6565 : cluster [DBG] pgmap v5789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:45:23.940168+0000 mon.a (mon.0) 1847 : audit [DBG] from='client.? 172.21.15.177:0/4274150934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:45:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:24.818741+0000 mgr.y (mgr.24491) 6565 : cluster [DBG] pgmap v5789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:45:23.940168+0000 mon.a (mon.0) 1847 : audit [DBG] from='client.? 172.21.15.177:0/4274150934' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:45:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:24.818741+0000 mgr.y (mgr.24491) 6565 : cluster [DBG] pgmap v5789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:26.819205+0000 mgr.y (mgr.24491) 6566 : cluster [DBG] pgmap v5790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:26.819205+0000 mgr.y (mgr.24491) 6566 : cluster [DBG] pgmap v5790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:26.819205+0000 mgr.y (mgr.24491) 6566 : cluster [DBG] pgmap v5790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:45:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:28.819658+0000 mgr.y (mgr.24491) 6567 : cluster [DBG] pgmap v5791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:29.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:28.819658+0000 mgr.y (mgr.24491) 6567 : cluster [DBG] pgmap v5791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:28.819658+0000 mgr.y (mgr.24491) 6567 : cluster [DBG] pgmap v5791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:30.820343+0000 mgr.y (mgr.24491) 6568 : cluster [DBG] pgmap v5792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:45:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:30.820343+0000 mgr.y (mgr.24491) 6568 : cluster [DBG] pgmap v5792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:30.820343+0000 mgr.y (mgr.24491) 6568 : cluster [DBG] pgmap v5792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:32.820713+0000 mgr.y (mgr.24491) 6569 : cluster [DBG] pgmap v5793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:32.820713+0000 mgr.y (mgr.24491) 6569 : cluster [DBG] pgmap v5793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:32.820713+0000 mgr.y (mgr.24491) 6569 : cluster [DBG] pgmap v5793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:34.821400+0000 mgr.y (mgr.24491) 6570 : cluster [DBG] pgmap v5794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:35.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:34.821400+0000 mgr.y (mgr.24491) 6570 : cluster [DBG] pgmap v5794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:34.821400+0000 mgr.y (mgr.24491) 6570 : cluster [DBG] pgmap v5794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:36.821796+0000 mgr.y (mgr.24491) 6571 : cluster [DBG] pgmap v5795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:37.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:36.821796+0000 mgr.y (mgr.24491) 6571 : cluster [DBG] pgmap v5795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:36.821796+0000 mgr.y (mgr.24491) 6571 : cluster [DBG] pgmap v5795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:45:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:38.822179+0000 mgr.y (mgr.24491) 6572 : cluster [DBG] pgmap v5796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:38.822179+0000 mgr.y (mgr.24491) 6572 : cluster [DBG] pgmap v5796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:38.822179+0000 mgr.y (mgr.24491) 6572 : cluster [DBG] pgmap v5796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:40.822872+0000 mgr.y (mgr.24491) 6573 : cluster [DBG] pgmap v5797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:45:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:40.822872+0000 mgr.y (mgr.24491) 6573 : cluster [DBG] pgmap v5797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:40.822872+0000 mgr.y (mgr.24491) 6573 : cluster [DBG] pgmap v5797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:42.823301+0000 mgr.y (mgr.24491) 6574 : cluster [DBG] pgmap v5798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:42.823301+0000 mgr.y (mgr.24491) 6574 : cluster [DBG] pgmap v5798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:42.823301+0000 mgr.y (mgr.24491) 6574 : cluster [DBG] pgmap v5798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:44.823877+0000 mgr.y (mgr.24491) 6575 : cluster [DBG] pgmap v5799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:44.823877+0000 mgr.y (mgr.24491) 6575 : cluster [DBG] pgmap v5799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:44.823877+0000 mgr.y (mgr.24491) 6575 : cluster [DBG] pgmap v5799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:46.824441+0000 mgr.y (mgr.24491) 6576 : cluster [DBG] pgmap v5800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:46.824441+0000 mgr.y (mgr.24491) 6576 : cluster [DBG] pgmap v5800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:46.824441+0000 mgr.y (mgr.24491) 6576 : cluster [DBG] pgmap v5800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:47] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:45:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:48.824949+0000 mgr.y (mgr.24491) 6577 : cluster [DBG] pgmap v5801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:49.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:48.824949+0000 mgr.y (mgr.24491) 6577 : cluster [DBG] pgmap v5801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:48.824949+0000 mgr.y (mgr.24491) 6577 : cluster [DBG] pgmap v5801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:50.825665+0000 mgr.y (mgr.24491) 6578 : cluster [DBG] pgmap v5802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:45:51.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:50.825665+0000 mgr.y (mgr.24491) 6578 : cluster [DBG] pgmap v5802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:51.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:50.825665+0000 mgr.y (mgr.24491) 6578 : cluster [DBG] pgmap v5802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:52.826116+0000 mgr.y (mgr.24491) 6579 : cluster [DBG] pgmap v5803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:52.826116+0000 mgr.y (mgr.24491) 6579 : cluster [DBG] pgmap v5803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:52.826116+0000 mgr.y (mgr.24491) 6579 : cluster [DBG] pgmap v5803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:54.255 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:45:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:45:54.170446+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:45:54.559 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:45:54.560 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 8m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:45:54.560 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:45:54.560 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 8m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:45:54.560 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:45:54.560 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:45:54.560 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 8m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:45:54.560 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 8m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:45:54.560 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:45:54.560 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 8m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:45:54.560 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 8m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:45:54.561 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:45:54.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 8m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:45:54.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 8m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:45:54.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 8m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:45:54.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 8m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:45:54.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:45:54.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:45:54.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:45:54.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:45:54.561 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:45:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:45:54.170446+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:45:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:45:54.170446+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:45:54.891 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:45:54.891 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:45:54.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:45:54.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:45:54.892 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:45:54.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:45:54.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:45:54.892 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:45:54.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:45:54.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:45:54.892 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:45:54.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:45:54.893 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:45:54.893 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:45:54.893 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:45:54.893 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:45:54.893 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:45:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:45:54.244734+0000 mgr.y (mgr.24491) 6580 : audit [DBG] from='client.31505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:45:54.476006+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:45:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:45:54.476692+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:45:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:45:54.482693+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:45:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:45:54.554256+0000 mgr.y (mgr.24491) 6581 : audit [DBG] from='client.21609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:54.826659+0000 mgr.y (mgr.24491) 6582 : cluster [DBG] pgmap v5804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:45:54.893525+0000 mon.c (mon.2) 226 : audit [DBG] from='client.? 172.21.15.177:0/2988253637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:45:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:45:54.244734+0000 mgr.y (mgr.24491) 6580 : audit [DBG] from='client.31505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:45:54.476006+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:45:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:45:54.476692+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:45:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:45:54.482693+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:45:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:45:54.554256+0000 mgr.y (mgr.24491) 6581 : audit [DBG] from='client.21609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:54.826659+0000 mgr.y (mgr.24491) 6582 : cluster [DBG] pgmap v5804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:45:54.893525+0000 mon.c (mon.2) 226 : audit [DBG] from='client.? 172.21.15.177:0/2988253637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:45:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:45:54.244734+0000 mgr.y (mgr.24491) 6580 : audit [DBG] from='client.31505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:45:54.476006+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:45:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:45:54.476692+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:45:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:45:54.482693+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:45:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:45:54.554256+0000 mgr.y (mgr.24491) 6581 : audit [DBG] from='client.21609 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:45:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:54.826659+0000 mgr.y (mgr.24491) 6582 : cluster [DBG] pgmap v5804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:45:54.893525+0000 mon.c (mon.2) 226 : audit [DBG] from='client.? 172.21.15.177:0/2988253637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:45:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:56.827128+0000 mgr.y (mgr.24491) 6583 : cluster [DBG] pgmap v5805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:56.827128+0000 mgr.y (mgr.24491) 6583 : cluster [DBG] pgmap v5805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:56.827128+0000 mgr.y (mgr.24491) 6583 : cluster [DBG] pgmap v5805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:45:57] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:45:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:45:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:45:58.827671+0000 mgr.y (mgr.24491) 6584 : cluster [DBG] pgmap v5806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:45:58.827671+0000 mgr.y (mgr.24491) 6584 : cluster [DBG] pgmap v5806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:45:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:45:58.827671+0000 mgr.y (mgr.24491) 6584 : cluster [DBG] pgmap v5806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:00.828475+0000 mgr.y (mgr.24491) 6585 : cluster [DBG] pgmap v5807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:46:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:00.828475+0000 mgr.y (mgr.24491) 6585 : cluster [DBG] pgmap v5807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:00.828475+0000 mgr.y (mgr.24491) 6585 : cluster [DBG] pgmap v5807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:02.828906+0000 mgr.y (mgr.24491) 6586 : cluster [DBG] pgmap v5808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:02.828906+0000 mgr.y (mgr.24491) 6586 : cluster [DBG] pgmap v5808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:02.828906+0000 mgr.y (mgr.24491) 6586 : cluster [DBG] pgmap v5808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:04.829535+0000 mgr.y (mgr.24491) 6587 : cluster [DBG] pgmap v5809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:05.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:04.829535+0000 mgr.y (mgr.24491) 6587 : cluster [DBG] pgmap v5809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:04.829535+0000 mgr.y (mgr.24491) 6587 : cluster [DBG] pgmap v5809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:06.829921+0000 mgr.y (mgr.24491) 6588 : cluster [DBG] pgmap v5810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:07.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:06.829921+0000 mgr.y (mgr.24491) 6588 : cluster [DBG] pgmap v5810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:06.829921+0000 mgr.y (mgr.24491) 6588 : cluster [DBG] pgmap v5810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:46:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:08.830436+0000 mgr.y (mgr.24491) 6589 : cluster [DBG] pgmap v5811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:08.830436+0000 mgr.y (mgr.24491) 6589 : cluster [DBG] pgmap v5811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:08.830436+0000 mgr.y (mgr.24491) 6589 : cluster [DBG] pgmap v5811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:10.831186+0000 mgr.y (mgr.24491) 6590 : cluster [DBG] pgmap v5812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:46:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:10.831186+0000 mgr.y (mgr.24491) 6590 : cluster [DBG] pgmap v5812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:10.831186+0000 mgr.y (mgr.24491) 6590 : cluster [DBG] pgmap v5812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:12.831554+0000 mgr.y (mgr.24491) 6591 : cluster [DBG] pgmap v5813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:12.831554+0000 mgr.y (mgr.24491) 6591 : cluster [DBG] pgmap v5813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:12.831554+0000 mgr.y (mgr.24491) 6591 : cluster [DBG] pgmap v5813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:14.832312+0000 mgr.y (mgr.24491) 6592 : cluster [DBG] pgmap v5814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:14.832312+0000 mgr.y (mgr.24491) 6592 : cluster [DBG] pgmap v5814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:14.832312+0000 mgr.y (mgr.24491) 6592 : cluster [DBG] pgmap v5814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:16.832729+0000 mgr.y (mgr.24491) 6593 : cluster [DBG] pgmap v5815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:16.832729+0000 mgr.y (mgr.24491) 6593 : cluster [DBG] pgmap v5815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:16.832729+0000 mgr.y (mgr.24491) 6593 : cluster [DBG] pgmap v5815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:46:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:18.833216+0000 mgr.y (mgr.24491) 6594 : cluster [DBG] pgmap v5816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:18.833216+0000 mgr.y (mgr.24491) 6594 : cluster [DBG] pgmap v5816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:18.833216+0000 mgr.y (mgr.24491) 6594 : cluster [DBG] pgmap v5816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:20.834044+0000 mgr.y (mgr.24491) 6595 : cluster [DBG] pgmap v5817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:46:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:20.834044+0000 mgr.y (mgr.24491) 6595 : cluster [DBG] pgmap v5817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:20.834044+0000 mgr.y (mgr.24491) 6595 : cluster [DBG] pgmap v5817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:22.834499+0000 mgr.y (mgr.24491) 6596 : cluster [DBG] pgmap v5818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:22.834499+0000 mgr.y (mgr.24491) 6596 : cluster [DBG] pgmap v5818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:22.834499+0000 mgr.y (mgr.24491) 6596 : cluster [DBG] pgmap v5818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:25.202 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:46:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:24.835233+0000 mgr.y (mgr.24491) 6597 : cluster [DBG] pgmap v5819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:25.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:24.835233+0000 mgr.y (mgr.24491) 6597 : cluster [DBG] pgmap v5819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:25.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:24.835233+0000 mgr.y (mgr.24491) 6597 : cluster [DBG] pgmap v5819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:25.479 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:46:25.479 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 8m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:46:25.479 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 8m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 8m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 8m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 8m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 8m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 8m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 8m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 8m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 8m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:46:25.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:46:25.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:46:25.481 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:46:25.812 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:46:25.812 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:46:25.813 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:46:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:46:25.192659+0000 mgr.y (mgr.24491) 6598 : audit [DBG] from='client.21621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:46:25.474403+0000 mgr.y (mgr.24491) 6599 : audit [DBG] from='client.21627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:46:25.814971+0000 mon.a (mon.0) 1852 : audit [DBG] from='client.? 172.21.15.177:0/2834255284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:46:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:46:25.192659+0000 mgr.y (mgr.24491) 6598 : audit [DBG] from='client.21621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:46:25.474403+0000 mgr.y (mgr.24491) 6599 : audit [DBG] from='client.21627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:46:25.814971+0000 mon.a (mon.0) 1852 : audit [DBG] from='client.? 172.21.15.177:0/2834255284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:46:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:46:25.192659+0000 mgr.y (mgr.24491) 6598 : audit [DBG] from='client.21621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:46:25.474403+0000 mgr.y (mgr.24491) 6599 : audit [DBG] from='client.21627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:46:25.814971+0000 mon.a (mon.0) 1852 : audit [DBG] from='client.? 172.21.15.177:0/2834255284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:46:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:26.835586+0000 mgr.y (mgr.24491) 6600 : cluster [DBG] pgmap v5820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:26.835586+0000 mgr.y (mgr.24491) 6600 : cluster [DBG] pgmap v5820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:26.835586+0000 mgr.y (mgr.24491) 6600 : cluster [DBG] pgmap v5820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:46:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:28.836086+0000 mgr.y (mgr.24491) 6601 : cluster [DBG] pgmap v5821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:28.836086+0000 mgr.y (mgr.24491) 6601 : cluster [DBG] pgmap v5821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:28.836086+0000 mgr.y (mgr.24491) 6601 : cluster [DBG] pgmap v5821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:30.836801+0000 mgr.y (mgr.24491) 6602 : cluster [DBG] pgmap v5822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:46:31.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:30.836801+0000 mgr.y (mgr.24491) 6602 : cluster [DBG] pgmap v5822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:30.836801+0000 mgr.y (mgr.24491) 6602 : cluster [DBG] pgmap v5822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:32.837243+0000 mgr.y (mgr.24491) 6603 : cluster [DBG] pgmap v5823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:32.837243+0000 mgr.y (mgr.24491) 6603 : cluster [DBG] pgmap v5823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:32.837243+0000 mgr.y (mgr.24491) 6603 : cluster [DBG] pgmap v5823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:34.838002+0000 mgr.y (mgr.24491) 6604 : cluster [DBG] pgmap v5824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:34.838002+0000 mgr.y (mgr.24491) 6604 : cluster [DBG] pgmap v5824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:34.838002+0000 mgr.y (mgr.24491) 6604 : cluster [DBG] pgmap v5824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:36.838543+0000 mgr.y (mgr.24491) 6605 : cluster [DBG] pgmap v5825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:36.838543+0000 mgr.y (mgr.24491) 6605 : cluster [DBG] pgmap v5825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:36.838543+0000 mgr.y (mgr.24491) 6605 : cluster [DBG] pgmap v5825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:46:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:38.839141+0000 mgr.y (mgr.24491) 6606 : cluster [DBG] pgmap v5826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:38.839141+0000 mgr.y (mgr.24491) 6606 : cluster [DBG] pgmap v5826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:38.839141+0000 mgr.y (mgr.24491) 6606 : cluster [DBG] pgmap v5826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:46:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:40.839873+0000 mgr.y (mgr.24491) 6607 : cluster [DBG] pgmap v5827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:40.839873+0000 mgr.y (mgr.24491) 6607 : cluster [DBG] pgmap v5827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:40.839873+0000 mgr.y (mgr.24491) 6607 : cluster [DBG] pgmap v5827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:42.840457+0000 mgr.y (mgr.24491) 6608 : cluster [DBG] pgmap v5828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:43.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:42.840457+0000 mgr.y (mgr.24491) 6608 : cluster [DBG] pgmap v5828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:42.840457+0000 mgr.y (mgr.24491) 6608 : cluster [DBG] pgmap v5828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:44.841213+0000 mgr.y (mgr.24491) 6609 : cluster [DBG] pgmap v5829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:44.841213+0000 mgr.y (mgr.24491) 6609 : cluster [DBG] pgmap v5829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:44.841213+0000 mgr.y (mgr.24491) 6609 : cluster [DBG] pgmap v5829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:46.841771+0000 mgr.y (mgr.24491) 6610 : cluster [DBG] pgmap v5830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:47.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:46.841771+0000 mgr.y (mgr.24491) 6610 : cluster [DBG] pgmap v5830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:47.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:46.841771+0000 mgr.y (mgr.24491) 6610 : cluster [DBG] pgmap v5830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:46:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:48.842319+0000 mgr.y (mgr.24491) 6611 : cluster [DBG] pgmap v5831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:49.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:48.842319+0000 mgr.y (mgr.24491) 6611 : cluster [DBG] pgmap v5831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:48.842319+0000 mgr.y (mgr.24491) 6611 : cluster [DBG] pgmap v5831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:50.843131+0000 mgr.y (mgr.24491) 6612 : cluster [DBG] pgmap v5832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:46:51.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:50.843131+0000 mgr.y (mgr.24491) 6612 : cluster [DBG] pgmap v5832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:50.843131+0000 mgr.y (mgr.24491) 6612 : cluster [DBG] pgmap v5832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:52.843536+0000 mgr.y (mgr.24491) 6613 : cluster [DBG] pgmap v5833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:52.843536+0000 mgr.y (mgr.24491) 6613 : cluster [DBG] pgmap v5833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:52.843536+0000 mgr.y (mgr.24491) 6613 : cluster [DBG] pgmap v5833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:46:54.489164+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:46:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:46:54.489164+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:46:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:46:54.489164+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:46:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:46:54.780922+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:46:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:46:54.781570+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:46:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:46:54.785822+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:46:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:54.844121+0000 mgr.y (mgr.24491) 6614 : cluster [DBG] pgmap v5834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:46:54.780922+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:46:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:46:54.781570+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:46:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:46:54.785822+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:46:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:54.844121+0000 mgr.y (mgr.24491) 6614 : cluster [DBG] pgmap v5834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:46:54.780922+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:46:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:46:54.781570+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:46:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:46:54.785822+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:46:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:54.844121+0000 mgr.y (mgr.24491) 6614 : cluster [DBG] pgmap v5834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:56.123 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:46:56.398 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:46:56.398 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:46:56.398 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 9m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 9m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 9m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:46:56.399 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:46:56.400 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:46:56.400 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:46:56.733 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:46:56.734 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:46:56.735 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:46:56.735 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:46:56.735 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:46:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:46:56.735884+0000 mon.a (mon.0) 1857 : audit [DBG] from='client.? 172.21.15.177:0/307724475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:46:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:46:56.735884+0000 mon.a (mon.0) 1857 : audit [DBG] from='client.? 172.21.15.177:0/307724475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:46:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:46:56.735884+0000 mon.a (mon.0) 1857 : audit [DBG] from='client.? 172.21.15.177:0/307724475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:46:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:46:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:46:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:46:56.113545+0000 mgr.y (mgr.24491) 6615 : audit [DBG] from='client.21639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:46:56.392962+0000 mgr.y (mgr.24491) 6616 : audit [DBG] from='client.31547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:56.844518+0000 mgr.y (mgr.24491) 6617 : cluster [DBG] pgmap v5835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:46:56.113545+0000 mgr.y (mgr.24491) 6615 : audit [DBG] from='client.21639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:46:56.392962+0000 mgr.y (mgr.24491) 6616 : audit [DBG] from='client.31547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:56.844518+0000 mgr.y (mgr.24491) 6617 : cluster [DBG] pgmap v5835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:46:56.113545+0000 mgr.y (mgr.24491) 6615 : audit [DBG] from='client.21639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:46:56.392962+0000 mgr.y (mgr.24491) 6616 : audit [DBG] from='client.31547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:46:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:56.844518+0000 mgr.y (mgr.24491) 6617 : cluster [DBG] pgmap v5835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:46:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:46:58.845036+0000 mgr.y (mgr.24491) 6618 : cluster [DBG] pgmap v5836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:46:58.845036+0000 mgr.y (mgr.24491) 6618 : cluster [DBG] pgmap v5836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:46:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:46:58.845036+0000 mgr.y (mgr.24491) 6618 : cluster [DBG] pgmap v5836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:00.845733+0000 mgr.y (mgr.24491) 6619 : cluster [DBG] pgmap v5837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:47:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:00.845733+0000 mgr.y (mgr.24491) 6619 : cluster [DBG] pgmap v5837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:00.845733+0000 mgr.y (mgr.24491) 6619 : cluster [DBG] pgmap v5837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:02.846291+0000 mgr.y (mgr.24491) 6620 : cluster [DBG] pgmap v5838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:02.846291+0000 mgr.y (mgr.24491) 6620 : cluster [DBG] pgmap v5838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:02.846291+0000 mgr.y (mgr.24491) 6620 : cluster [DBG] pgmap v5838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:04.847125+0000 mgr.y (mgr.24491) 6621 : cluster [DBG] pgmap v5839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:04.847125+0000 mgr.y (mgr.24491) 6621 : cluster [DBG] pgmap v5839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:04.847125+0000 mgr.y (mgr.24491) 6621 : cluster [DBG] pgmap v5839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:06.847554+0000 mgr.y (mgr.24491) 6622 : cluster [DBG] pgmap v5840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:06.847554+0000 mgr.y (mgr.24491) 6622 : cluster [DBG] pgmap v5840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:06.847554+0000 mgr.y (mgr.24491) 6622 : cluster [DBG] pgmap v5840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:47:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:08.847956+0000 mgr.y (mgr.24491) 6623 : cluster [DBG] pgmap v5841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:08.847956+0000 mgr.y (mgr.24491) 6623 : cluster [DBG] pgmap v5841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:08.847956+0000 mgr.y (mgr.24491) 6623 : cluster [DBG] pgmap v5841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:10.848654+0000 mgr.y (mgr.24491) 6624 : cluster [DBG] pgmap v5842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:47:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:10.848654+0000 mgr.y (mgr.24491) 6624 : cluster [DBG] pgmap v5842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:10.848654+0000 mgr.y (mgr.24491) 6624 : cluster [DBG] pgmap v5842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:12.849107+0000 mgr.y (mgr.24491) 6625 : cluster [DBG] pgmap v5843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:12.849107+0000 mgr.y (mgr.24491) 6625 : cluster [DBG] pgmap v5843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:12.849107+0000 mgr.y (mgr.24491) 6625 : cluster [DBG] pgmap v5843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:14.849928+0000 mgr.y (mgr.24491) 6626 : cluster [DBG] pgmap v5844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:14.849928+0000 mgr.y (mgr.24491) 6626 : cluster [DBG] pgmap v5844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:14.849928+0000 mgr.y (mgr.24491) 6626 : cluster [DBG] pgmap v5844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:16.850459+0000 mgr.y (mgr.24491) 6627 : cluster [DBG] pgmap v5845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:16.850459+0000 mgr.y (mgr.24491) 6627 : cluster [DBG] pgmap v5845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:16.850459+0000 mgr.y (mgr.24491) 6627 : cluster [DBG] pgmap v5845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:47:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:18.850916+0000 mgr.y (mgr.24491) 6628 : cluster [DBG] pgmap v5846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:18.850916+0000 mgr.y (mgr.24491) 6628 : cluster [DBG] pgmap v5846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:18.850916+0000 mgr.y (mgr.24491) 6628 : cluster [DBG] pgmap v5846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:20.851788+0000 mgr.y (mgr.24491) 6629 : cluster [DBG] pgmap v5847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:47:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:20.851788+0000 mgr.y (mgr.24491) 6629 : cluster [DBG] pgmap v5847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:20.851788+0000 mgr.y (mgr.24491) 6629 : cluster [DBG] pgmap v5847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:22.852358+0000 mgr.y (mgr.24491) 6630 : cluster [DBG] pgmap v5848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:22.852358+0000 mgr.y (mgr.24491) 6630 : cluster [DBG] pgmap v5848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:22.852358+0000 mgr.y (mgr.24491) 6630 : cluster [DBG] pgmap v5848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:24.853001+0000 mgr.y (mgr.24491) 6631 : cluster [DBG] pgmap v5849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:25.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:24.853001+0000 mgr.y (mgr.24491) 6631 : cluster [DBG] pgmap v5849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:24.853001+0000 mgr.y (mgr.24491) 6631 : cluster [DBG] pgmap v5849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:27.046 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:47:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:26.853355+0000 mgr.y (mgr.24491) 6632 : cluster [DBG] pgmap v5850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:27.321 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:47:27.321 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:47:27.321 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9m ago 3h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:47:27.322 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:47:27.322 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:47:27.322 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:47:27.322 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 9m ago 3h 467M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:47:27.322 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 9m ago 3h 535M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:47:27.322 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 9m ago 3h 276M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:47:27.322 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 283M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:47:27.322 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:47:27.323 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:47:27.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:47:27.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:47:27.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 40.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:47:27.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:47:27.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9m ago 3h 43.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:47:27.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:47:27.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9m ago 3h 42.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:47:27.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9m ago 3h 42.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:47:27.324 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:47:27.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:26.853355+0000 mgr.y (mgr.24491) 6632 : cluster [DBG] pgmap v5850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:26.853355+0000 mgr.y (mgr.24491) 6632 : cluster [DBG] pgmap v5850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:47:27.655 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:47:27.656 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:47:27.656 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:47:27.656 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:47:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:47:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:27.036550+0000 mgr.y (mgr.24491) 6633 : audit [DBG] from='client.21657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:27.315322+0000 mgr.y (mgr.24491) 6634 : audit [DBG] from='client.21663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:27.656998+0000 mon.c (mon.2) 227 : audit [DBG] from='client.? 172.21.15.177:0/1681116798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:47:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:27.036550+0000 mgr.y (mgr.24491) 6633 : audit [DBG] from='client.21657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:27.315322+0000 mgr.y (mgr.24491) 6634 : audit [DBG] from='client.21663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:27.656998+0000 mon.c (mon.2) 227 : audit [DBG] from='client.? 172.21.15.177:0/1681116798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:47:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:27.036550+0000 mgr.y (mgr.24491) 6633 : audit [DBG] from='client.21657 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:27.315322+0000 mgr.y (mgr.24491) 6634 : audit [DBG] from='client.21663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:27.656998+0000 mon.c (mon.2) 227 : audit [DBG] from='client.? 172.21.15.177:0/1681116798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:47:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:28.853763+0000 mgr.y (mgr.24491) 6635 : cluster [DBG] pgmap v5851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:28.853763+0000 mgr.y (mgr.24491) 6635 : cluster [DBG] pgmap v5851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:28.853763+0000 mgr.y (mgr.24491) 6635 : cluster [DBG] pgmap v5851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:30.854484+0000 mgr.y (mgr.24491) 6636 : cluster [DBG] pgmap v5852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:30.854484+0000 mgr.y (mgr.24491) 6636 : cluster [DBG] pgmap v5852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:30.854484+0000 mgr.y (mgr.24491) 6636 : cluster [DBG] pgmap v5852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:47:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:32.854920+0000 mgr.y (mgr.24491) 6637 : cluster [DBG] pgmap v5853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:32.854920+0000 mgr.y (mgr.24491) 6637 : cluster [DBG] pgmap v5853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:32.854920+0000 mgr.y (mgr.24491) 6637 : cluster [DBG] pgmap v5853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:34.855772+0000 mgr.y (mgr.24491) 6638 : cluster [DBG] pgmap v5854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:34.855772+0000 mgr.y (mgr.24491) 6638 : cluster [DBG] pgmap v5854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:34.855772+0000 mgr.y (mgr.24491) 6638 : cluster [DBG] pgmap v5854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:36.856175+0000 mgr.y (mgr.24491) 6639 : cluster [DBG] pgmap v5855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:37.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:36.856175+0000 mgr.y (mgr.24491) 6639 : cluster [DBG] pgmap v5855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:36.856175+0000 mgr.y (mgr.24491) 6639 : cluster [DBG] pgmap v5855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:47:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:38.856539+0000 mgr.y (mgr.24491) 6640 : cluster [DBG] pgmap v5856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:38.856539+0000 mgr.y (mgr.24491) 6640 : cluster [DBG] pgmap v5856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:38.856539+0000 mgr.y (mgr.24491) 6640 : cluster [DBG] pgmap v5856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:40.857345+0000 mgr.y (mgr.24491) 6641 : cluster [DBG] pgmap v5857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:47:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:40.857345+0000 mgr.y (mgr.24491) 6641 : cluster [DBG] pgmap v5857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:40.857345+0000 mgr.y (mgr.24491) 6641 : cluster [DBG] pgmap v5857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:42.857779+0000 mgr.y (mgr.24491) 6642 : cluster [DBG] pgmap v5858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:43.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:42.857779+0000 mgr.y (mgr.24491) 6642 : cluster [DBG] pgmap v5858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:42.857779+0000 mgr.y (mgr.24491) 6642 : cluster [DBG] pgmap v5858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:44.858635+0000 mgr.y (mgr.24491) 6643 : cluster [DBG] pgmap v5859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:44.858635+0000 mgr.y (mgr.24491) 6643 : cluster [DBG] pgmap v5859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:44.858635+0000 mgr.y (mgr.24491) 6643 : cluster [DBG] pgmap v5859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:46.859062+0000 mgr.y (mgr.24491) 6644 : cluster [DBG] pgmap v5860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:46.859062+0000 mgr.y (mgr.24491) 6644 : cluster [DBG] pgmap v5860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:46.859062+0000 mgr.y (mgr.24491) 6644 : cluster [DBG] pgmap v5860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:47:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:48.859506+0000 mgr.y (mgr.24491) 6645 : cluster [DBG] pgmap v5861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:49.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:48.859506+0000 mgr.y (mgr.24491) 6645 : cluster [DBG] pgmap v5861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:48.859506+0000 mgr.y (mgr.24491) 6645 : cluster [DBG] pgmap v5861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:50.860264+0000 mgr.y (mgr.24491) 6646 : cluster [DBG] pgmap v5862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:47:51.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:50.860264+0000 mgr.y (mgr.24491) 6646 : cluster [DBG] pgmap v5862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:50.860264+0000 mgr.y (mgr.24491) 6646 : cluster [DBG] pgmap v5862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:52.860684+0000 mgr.y (mgr.24491) 6647 : cluster [DBG] pgmap v5863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:52.860684+0000 mgr.y (mgr.24491) 6647 : cluster [DBG] pgmap v5863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:52.860684+0000 mgr.y (mgr.24491) 6647 : cluster [DBG] pgmap v5863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:54.790144+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:47:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:54.790144+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:47:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:54.790144+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:47:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:54.861399+0000 mgr.y (mgr.24491) 6648 : cluster [DBG] pgmap v5864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:54.861399+0000 mgr.y (mgr.24491) 6648 : cluster [DBG] pgmap v5864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:54.861399+0000 mgr.y (mgr.24491) 6648 : cluster [DBG] pgmap v5864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:56.861776+0000 mgr.y (mgr.24491) 6649 : cluster [DBG] pgmap v5865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:57.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:56.861776+0000 mgr.y (mgr.24491) 6649 : cluster [DBG] pgmap v5865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:56.861776+0000 mgr.y (mgr.24491) 6649 : cluster [DBG] pgmap v5865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:57.961 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:47:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:47:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:47:58.240 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:47:58.240 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 0s ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:47:58.240 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 0s ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:47:58.240 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 0s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 0s ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 0s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 0s ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 0s ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 0s ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 0s ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 0s ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 0s ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 0s ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 0s ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 0s ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 0s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:47:58.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 0s ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:47:58.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 0s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:47:58.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 0s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:47:58.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 0s ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:47:58.242 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 0s ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:47:58.574 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:47:58.574 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:47:58.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:47:58.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:47:58.575 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:47:58.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:47:58.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:47:58.575 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:47:58.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:47:58.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:47:58.575 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:47:58.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:47:58.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:47:58.575 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:47:58.576 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:47:58.576 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:47:58.576 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:47:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:57.480442+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:47:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:58.069350+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:47:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:58.334325+0000 mon.a (mon.0) 1861 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:47:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:58.334985+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:47:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:58.339611+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:47:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:57.480442+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:47:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:58.069350+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:47:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:58.334325+0000 mon.a (mon.0) 1861 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:47:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:58.334985+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:47:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:58.339611+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:47:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:57.480442+0000 mon.a (mon.0) 1859 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:47:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:58.069350+0000 mon.a (mon.0) 1860 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:47:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:58.334325+0000 mon.a (mon.0) 1861 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:47:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:58.334985+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:47:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:58.339611+0000 mon.a (mon.0) 1863 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:47:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:57.950790+0000 mgr.y (mgr.24491) 6650 : audit [DBG] from='client.21675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:58.234669+0000 mgr.y (mgr.24491) 6651 : audit [DBG] from='client.21681 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:47:58.576365+0000 mon.c (mon.2) 228 : audit [DBG] from='client.? 172.21.15.177:0/1915289805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:47:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:47:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:47:58.862253+0000 mgr.y (mgr.24491) 6652 : cluster [DBG] pgmap v5866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:57.950790+0000 mgr.y (mgr.24491) 6650 : audit [DBG] from='client.21675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:58.234669+0000 mgr.y (mgr.24491) 6651 : audit [DBG] from='client.21681 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:47:58.576365+0000 mon.c (mon.2) 228 : audit [DBG] from='client.? 172.21.15.177:0/1915289805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:47:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:47:58.862253+0000 mgr.y (mgr.24491) 6652 : cluster [DBG] pgmap v5866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:47:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:57.950790+0000 mgr.y (mgr.24491) 6650 : audit [DBG] from='client.21675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:58.234669+0000 mgr.y (mgr.24491) 6651 : audit [DBG] from='client.21681 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:47:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:47:58.576365+0000 mon.c (mon.2) 228 : audit [DBG] from='client.? 172.21.15.177:0/1915289805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:47:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:47:58.862253+0000 mgr.y (mgr.24491) 6652 : cluster [DBG] pgmap v5866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:00.862863+0000 mgr.y (mgr.24491) 6653 : cluster [DBG] pgmap v5867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:48:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:00.862863+0000 mgr.y (mgr.24491) 6653 : cluster [DBG] pgmap v5867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:00.862863+0000 mgr.y (mgr.24491) 6653 : cluster [DBG] pgmap v5867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:02.863272+0000 mgr.y (mgr.24491) 6654 : cluster [DBG] pgmap v5868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:02.863272+0000 mgr.y (mgr.24491) 6654 : cluster [DBG] pgmap v5868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:02.863272+0000 mgr.y (mgr.24491) 6654 : cluster [DBG] pgmap v5868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:04.864150+0000 mgr.y (mgr.24491) 6655 : cluster [DBG] pgmap v5869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:04.864150+0000 mgr.y (mgr.24491) 6655 : cluster [DBG] pgmap v5869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:04.864150+0000 mgr.y (mgr.24491) 6655 : cluster [DBG] pgmap v5869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:06.864574+0000 mgr.y (mgr.24491) 6656 : cluster [DBG] pgmap v5870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:06.864574+0000 mgr.y (mgr.24491) 6656 : cluster [DBG] pgmap v5870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:06.864574+0000 mgr.y (mgr.24491) 6656 : cluster [DBG] pgmap v5870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:48:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:08.864921+0000 mgr.y (mgr.24491) 6657 : cluster [DBG] pgmap v5871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:08.864921+0000 mgr.y (mgr.24491) 6657 : cluster [DBG] pgmap v5871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:08.864921+0000 mgr.y (mgr.24491) 6657 : cluster [DBG] pgmap v5871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:48:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:10.865516+0000 mgr.y (mgr.24491) 6658 : cluster [DBG] pgmap v5872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:10.865516+0000 mgr.y (mgr.24491) 6658 : cluster [DBG] pgmap v5872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:10.865516+0000 mgr.y (mgr.24491) 6658 : cluster [DBG] pgmap v5872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:12.865860+0000 mgr.y (mgr.24491) 6659 : cluster [DBG] pgmap v5873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:12.865860+0000 mgr.y (mgr.24491) 6659 : cluster [DBG] pgmap v5873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:12.865860+0000 mgr.y (mgr.24491) 6659 : cluster [DBG] pgmap v5873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:14.866547+0000 mgr.y (mgr.24491) 6660 : cluster [DBG] pgmap v5874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:14.866547+0000 mgr.y (mgr.24491) 6660 : cluster [DBG] pgmap v5874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:14.866547+0000 mgr.y (mgr.24491) 6660 : cluster [DBG] pgmap v5874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:16.867092+0000 mgr.y (mgr.24491) 6661 : cluster [DBG] pgmap v5875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:16.867092+0000 mgr.y (mgr.24491) 6661 : cluster [DBG] pgmap v5875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:16.867092+0000 mgr.y (mgr.24491) 6661 : cluster [DBG] pgmap v5875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:48:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:18.867483+0000 mgr.y (mgr.24491) 6662 : cluster [DBG] pgmap v5876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:18.867483+0000 mgr.y (mgr.24491) 6662 : cluster [DBG] pgmap v5876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:18.867483+0000 mgr.y (mgr.24491) 6662 : cluster [DBG] pgmap v5876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:20.868128+0000 mgr.y (mgr.24491) 6663 : cluster [DBG] pgmap v5877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:48:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:20.868128+0000 mgr.y (mgr.24491) 6663 : cluster [DBG] pgmap v5877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:20.868128+0000 mgr.y (mgr.24491) 6663 : cluster [DBG] pgmap v5877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:22.868495+0000 mgr.y (mgr.24491) 6664 : cluster [DBG] pgmap v5878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:23.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:22.868495+0000 mgr.y (mgr.24491) 6664 : cluster [DBG] pgmap v5878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:22.868495+0000 mgr.y (mgr.24491) 6664 : cluster [DBG] pgmap v5878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:24.869164+0000 mgr.y (mgr.24491) 6665 : cluster [DBG] pgmap v5879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:24.869164+0000 mgr.y (mgr.24491) 6665 : cluster [DBG] pgmap v5879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:24.869164+0000 mgr.y (mgr.24491) 6665 : cluster [DBG] pgmap v5879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:26.869642+0000 mgr.y (mgr.24491) 6666 : cluster [DBG] pgmap v5880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:26.869642+0000 mgr.y (mgr.24491) 6666 : cluster [DBG] pgmap v5880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:26.869642+0000 mgr.y (mgr.24491) 6666 : cluster [DBG] pgmap v5880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:48:28.893 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:48:29.170 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:48:29.170 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 31s ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:48:29.170 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 31s ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 31s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 31s ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 31s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 31s ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 31s ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 31s ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 31s ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 31s ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 31s ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 31s ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 31s ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 31s ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 31s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 31s ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:48:29.171 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 31s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:48:29.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 31s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:48:29.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 31s ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:48:29.172 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 31s ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:48:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:28.869996+0000 mgr.y (mgr.24491) 6667 : cluster [DBG] pgmap v5881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:48:28.883703+0000 mgr.y (mgr.24491) 6668 : audit [DBG] from='client.31595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:48:29.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:28.869996+0000 mgr.y (mgr.24491) 6667 : cluster [DBG] pgmap v5881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:48:28.883703+0000 mgr.y (mgr.24491) 6668 : audit [DBG] from='client.31595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:48:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:28.869996+0000 mgr.y (mgr.24491) 6667 : cluster [DBG] pgmap v5881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:48:28.883703+0000 mgr.y (mgr.24491) 6668 : audit [DBG] from='client.31595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:48:29.508 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:48:29.508 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:48:29.508 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:48:29.508 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:48:29.508 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:48:29.508 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:48:29.508 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:48:29.508 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:48:29.508 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:48:29.508 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:48:29.508 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:48:29.509 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:48:29.509 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:48:29.509 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:48:29.509 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:48:29.509 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:48:29.509 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:48:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:48:29.165006+0000 mgr.y (mgr.24491) 6669 : audit [DBG] from='client.31601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:48:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:48:29.509960+0000 mon.a (mon.0) 1864 : audit [DBG] from='client.? 172.21.15.177:0/2923961091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:48:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:48:29.165006+0000 mgr.y (mgr.24491) 6669 : audit [DBG] from='client.31601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:48:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:48:29.509960+0000 mon.a (mon.0) 1864 : audit [DBG] from='client.? 172.21.15.177:0/2923961091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:48:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:48:29.165006+0000 mgr.y (mgr.24491) 6669 : audit [DBG] from='client.31601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:48:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:48:29.509960+0000 mon.a (mon.0) 1864 : audit [DBG] from='client.? 172.21.15.177:0/2923961091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:48:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:30.870594+0000 mgr.y (mgr.24491) 6670 : cluster [DBG] pgmap v5882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:48:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:30.870594+0000 mgr.y (mgr.24491) 6670 : cluster [DBG] pgmap v5882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:30.870594+0000 mgr.y (mgr.24491) 6670 : cluster [DBG] pgmap v5882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:32.871198+0000 mgr.y (mgr.24491) 6671 : cluster [DBG] pgmap v5883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:32.871198+0000 mgr.y (mgr.24491) 6671 : cluster [DBG] pgmap v5883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:32.871198+0000 mgr.y (mgr.24491) 6671 : cluster [DBG] pgmap v5883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:34.872024+0000 mgr.y (mgr.24491) 6672 : cluster [DBG] pgmap v5884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:35.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:34.872024+0000 mgr.y (mgr.24491) 6672 : cluster [DBG] pgmap v5884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:34.872024+0000 mgr.y (mgr.24491) 6672 : cluster [DBG] pgmap v5884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:36.872448+0000 mgr.y (mgr.24491) 6673 : cluster [DBG] pgmap v5885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:36.872448+0000 mgr.y (mgr.24491) 6673 : cluster [DBG] pgmap v5885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:36.872448+0000 mgr.y (mgr.24491) 6673 : cluster [DBG] pgmap v5885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:48:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:38.872805+0000 mgr.y (mgr.24491) 6674 : cluster [DBG] pgmap v5886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:38.872805+0000 mgr.y (mgr.24491) 6674 : cluster [DBG] pgmap v5886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:38.872805+0000 mgr.y (mgr.24491) 6674 : cluster [DBG] pgmap v5886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:40.873435+0000 mgr.y (mgr.24491) 6675 : cluster [DBG] pgmap v5887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:48:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:40.873435+0000 mgr.y (mgr.24491) 6675 : cluster [DBG] pgmap v5887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:40.873435+0000 mgr.y (mgr.24491) 6675 : cluster [DBG] pgmap v5887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:42.873934+0000 mgr.y (mgr.24491) 6676 : cluster [DBG] pgmap v5888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:42.873934+0000 mgr.y (mgr.24491) 6676 : cluster [DBG] pgmap v5888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:42.873934+0000 mgr.y (mgr.24491) 6676 : cluster [DBG] pgmap v5888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:44.874819+0000 mgr.y (mgr.24491) 6677 : cluster [DBG] pgmap v5889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:44.874819+0000 mgr.y (mgr.24491) 6677 : cluster [DBG] pgmap v5889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:44.874819+0000 mgr.y (mgr.24491) 6677 : cluster [DBG] pgmap v5889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:46.875161+0000 mgr.y (mgr.24491) 6678 : cluster [DBG] pgmap v5890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:47.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:46.875161+0000 mgr.y (mgr.24491) 6678 : cluster [DBG] pgmap v5890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:46.875161+0000 mgr.y (mgr.24491) 6678 : cluster [DBG] pgmap v5890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:48:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:48.875738+0000 mgr.y (mgr.24491) 6679 : cluster [DBG] pgmap v5891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:49.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:48.875738+0000 mgr.y (mgr.24491) 6679 : cluster [DBG] pgmap v5891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:48.875738+0000 mgr.y (mgr.24491) 6679 : cluster [DBG] pgmap v5891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:50.876552+0000 mgr.y (mgr.24491) 6680 : cluster [DBG] pgmap v5892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:48:51.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:50.876552+0000 mgr.y (mgr.24491) 6680 : cluster [DBG] pgmap v5892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:50.876552+0000 mgr.y (mgr.24491) 6680 : cluster [DBG] pgmap v5892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:52.877205+0000 mgr.y (mgr.24491) 6681 : cluster [DBG] pgmap v5893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:52.877205+0000 mgr.y (mgr.24491) 6681 : cluster [DBG] pgmap v5893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:52.877205+0000 mgr.y (mgr.24491) 6681 : cluster [DBG] pgmap v5893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:54.877873+0000 mgr.y (mgr.24491) 6682 : cluster [DBG] pgmap v5894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:55.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:54.877873+0000 mgr.y (mgr.24491) 6682 : cluster [DBG] pgmap v5894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:54.877873+0000 mgr.y (mgr.24491) 6682 : cluster [DBG] pgmap v5894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:56.878433+0000 mgr.y (mgr.24491) 6683 : cluster [DBG] pgmap v5895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:56.878433+0000 mgr.y (mgr.24491) 6683 : cluster [DBG] pgmap v5895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:56.878433+0000 mgr.y (mgr.24491) 6683 : cluster [DBG] pgmap v5895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:48:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:48:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:48:58.344594+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:48:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:48:58.344594+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:48:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:48:58.344594+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:48:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:48:58.640847+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:48:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:48:58.641479+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:48:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:48:58.646281+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:48:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:48:58.878801+0000 mgr.y (mgr.24491) 6684 : cluster [DBG] pgmap v5896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:48:58.640847+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:48:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:48:58.641479+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:48:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:48:58.646281+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:48:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:48:58.878801+0000 mgr.y (mgr.24491) 6684 : cluster [DBG] pgmap v5896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:48:58.640847+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:48:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:48:58.641479+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:48:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:48:58.646281+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:48:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:48:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:48:58.878801+0000 mgr.y (mgr.24491) 6684 : cluster [DBG] pgmap v5896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:48:59.822 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:49:00.099 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:49:00.099 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 62s ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:49:00.099 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 62s ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:49:00.099 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 62s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:49:00.099 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 62s ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:49:00.099 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 62s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:49:00.099 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 62s ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:49:00.099 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 62s ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:49:00.099 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 62s ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 62s ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 62s ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 62s ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 62s ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 62s ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 62s ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 62s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 62s ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 62s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 62s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 62s ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:49:00.100 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 62s ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:49:00.433 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:49:00.433 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:49:00.433 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:49:00.433 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:49:00.433 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:49:00.433 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:49:00.433 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:49:00.433 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:49:00.433 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:49:00.433 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:49:00.433 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:49:00.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:49:00.434 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:49:00.434 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:49:00.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:49:00.434 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:49:00.434 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:49:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:48:59.812286+0000 mgr.y (mgr.24491) 6685 : audit [DBG] from='client.31613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:49:00.435131+0000 mon.a (mon.0) 1869 : audit [DBG] from='client.? 172.21.15.177:0/1877015184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:49:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:48:59.812286+0000 mgr.y (mgr.24491) 6685 : audit [DBG] from='client.31613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:49:00.435131+0000 mon.a (mon.0) 1869 : audit [DBG] from='client.? 172.21.15.177:0/1877015184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:49:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:48:59.812286+0000 mgr.y (mgr.24491) 6685 : audit [DBG] from='client.31613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:49:00.435131+0000 mon.a (mon.0) 1869 : audit [DBG] from='client.? 172.21.15.177:0/1877015184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:49:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:49:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:49:00.093523+0000 mgr.y (mgr.24491) 6686 : audit [DBG] from='client.31619 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:00.879404+0000 mgr.y (mgr.24491) 6687 : cluster [DBG] pgmap v5897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:49:00.093523+0000 mgr.y (mgr.24491) 6686 : audit [DBG] from='client.31619 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:00.879404+0000 mgr.y (mgr.24491) 6687 : cluster [DBG] pgmap v5897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:49:00.093523+0000 mgr.y (mgr.24491) 6686 : audit [DBG] from='client.31619 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:00.879404+0000 mgr.y (mgr.24491) 6687 : cluster [DBG] pgmap v5897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:02.879785+0000 mgr.y (mgr.24491) 6688 : cluster [DBG] pgmap v5898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:03.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:02.879785+0000 mgr.y (mgr.24491) 6688 : cluster [DBG] pgmap v5898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:02.879785+0000 mgr.y (mgr.24491) 6688 : cluster [DBG] pgmap v5898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:04.880668+0000 mgr.y (mgr.24491) 6689 : cluster [DBG] pgmap v5899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:04.880668+0000 mgr.y (mgr.24491) 6689 : cluster [DBG] pgmap v5899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:04.880668+0000 mgr.y (mgr.24491) 6689 : cluster [DBG] pgmap v5899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:06.881253+0000 mgr.y (mgr.24491) 6690 : cluster [DBG] pgmap v5900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:06.881253+0000 mgr.y (mgr.24491) 6690 : cluster [DBG] pgmap v5900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:06.881253+0000 mgr.y (mgr.24491) 6690 : cluster [DBG] pgmap v5900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:07] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:49:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:08.881677+0000 mgr.y (mgr.24491) 6691 : cluster [DBG] pgmap v5901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:08.881677+0000 mgr.y (mgr.24491) 6691 : cluster [DBG] pgmap v5901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:08.881677+0000 mgr.y (mgr.24491) 6691 : cluster [DBG] pgmap v5901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:10.882411+0000 mgr.y (mgr.24491) 6692 : cluster [DBG] pgmap v5902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:49:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:10.882411+0000 mgr.y (mgr.24491) 6692 : cluster [DBG] pgmap v5902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:10.882411+0000 mgr.y (mgr.24491) 6692 : cluster [DBG] pgmap v5902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:12.882850+0000 mgr.y (mgr.24491) 6693 : cluster [DBG] pgmap v5903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:12.882850+0000 mgr.y (mgr.24491) 6693 : cluster [DBG] pgmap v5903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:12.882850+0000 mgr.y (mgr.24491) 6693 : cluster [DBG] pgmap v5903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:14.883414+0000 mgr.y (mgr.24491) 6694 : cluster [DBG] pgmap v5904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:14.883414+0000 mgr.y (mgr.24491) 6694 : cluster [DBG] pgmap v5904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:14.883414+0000 mgr.y (mgr.24491) 6694 : cluster [DBG] pgmap v5904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:16.883831+0000 mgr.y (mgr.24491) 6695 : cluster [DBG] pgmap v5905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:16.883831+0000 mgr.y (mgr.24491) 6695 : cluster [DBG] pgmap v5905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:16.883831+0000 mgr.y (mgr.24491) 6695 : cluster [DBG] pgmap v5905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:49:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:18.884189+0000 mgr.y (mgr.24491) 6696 : cluster [DBG] pgmap v5906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:18.884189+0000 mgr.y (mgr.24491) 6696 : cluster [DBG] pgmap v5906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:18.884189+0000 mgr.y (mgr.24491) 6696 : cluster [DBG] pgmap v5906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:20.884779+0000 mgr.y (mgr.24491) 6697 : cluster [DBG] pgmap v5907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:49:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:20.884779+0000 mgr.y (mgr.24491) 6697 : cluster [DBG] pgmap v5907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:20.884779+0000 mgr.y (mgr.24491) 6697 : cluster [DBG] pgmap v5907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:22.885313+0000 mgr.y (mgr.24491) 6698 : cluster [DBG] pgmap v5908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:23.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:22.885313+0000 mgr.y (mgr.24491) 6698 : cluster [DBG] pgmap v5908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:22.885313+0000 mgr.y (mgr.24491) 6698 : cluster [DBG] pgmap v5908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:24.885925+0000 mgr.y (mgr.24491) 6699 : cluster [DBG] pgmap v5909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:24.885925+0000 mgr.y (mgr.24491) 6699 : cluster [DBG] pgmap v5909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:24.885925+0000 mgr.y (mgr.24491) 6699 : cluster [DBG] pgmap v5909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:26.886368+0000 mgr.y (mgr.24491) 6700 : cluster [DBG] pgmap v5910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:27.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:26.886368+0000 mgr.y (mgr.24491) 6700 : cluster [DBG] pgmap v5910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:26.886368+0000 mgr.y (mgr.24491) 6700 : cluster [DBG] pgmap v5910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:49:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:28.886835+0000 mgr.y (mgr.24491) 6701 : cluster [DBG] pgmap v5911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:28.886835+0000 mgr.y (mgr.24491) 6701 : cluster [DBG] pgmap v5911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:28.886835+0000 mgr.y (mgr.24491) 6701 : cluster [DBG] pgmap v5911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:30.740 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:49:31.022 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:49:31.022 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 93s ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:49:31.022 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 92s ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:49:31.022 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 93s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:49:31.022 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 92s ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:49:31.022 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 92s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:49:31.022 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 93s ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:49:31.022 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 93s ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:49:31.023 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 92s ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:49:31.023 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 93s ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:49:31.023 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 93s ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:49:31.023 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 92s ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:49:31.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 93s ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:49:31.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 93s ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:49:31.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 93s ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:49:31.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 93s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:49:31.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 92s ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:49:31.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 92s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:49:31.024 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 92s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:49:31.024 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 92s ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:49:31.024 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 92s ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:49:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:49:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:49:30.729948+0000 mgr.y (mgr.24491) 6702 : audit [DBG] from='client.21729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:30.887524+0000 mgr.y (mgr.24491) 6703 : cluster [DBG] pgmap v5912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:31.358 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:49:31.358 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:49:31.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:49:31.358 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:49:31.358 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:49:31.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:49:31.359 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:49:31.359 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:49:31.359 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:49:31.359 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:49:31.359 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:49:31.359 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:49:31.359 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:49:31.359 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:49:31.359 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:49:31.359 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:49:31.359 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:49:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:49:30.729948+0000 mgr.y (mgr.24491) 6702 : audit [DBG] from='client.21729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:30.887524+0000 mgr.y (mgr.24491) 6703 : cluster [DBG] pgmap v5912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:49:30.729948+0000 mgr.y (mgr.24491) 6702 : audit [DBG] from='client.21729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:30.887524+0000 mgr.y (mgr.24491) 6703 : cluster [DBG] pgmap v5912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:49:31.016181+0000 mgr.y (mgr.24491) 6704 : audit [DBG] from='client.21735 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:49:31.360117+0000 mon.c (mon.2) 229 : audit [DBG] from='client.? 172.21.15.177:0/3402961637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:49:32.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:49:31.016181+0000 mgr.y (mgr.24491) 6704 : audit [DBG] from='client.21735 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:49:31.360117+0000 mon.c (mon.2) 229 : audit [DBG] from='client.? 172.21.15.177:0/3402961637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:49:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:49:31.016181+0000 mgr.y (mgr.24491) 6704 : audit [DBG] from='client.21735 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:49:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:49:31.360117+0000 mon.c (mon.2) 229 : audit [DBG] from='client.? 172.21.15.177:0/3402961637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:49:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:32.887854+0000 mgr.y (mgr.24491) 6705 : cluster [DBG] pgmap v5913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:32.887854+0000 mgr.y (mgr.24491) 6705 : cluster [DBG] pgmap v5913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:32.887854+0000 mgr.y (mgr.24491) 6705 : cluster [DBG] pgmap v5913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:34.888502+0000 mgr.y (mgr.24491) 6706 : cluster [DBG] pgmap v5914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:34.888502+0000 mgr.y (mgr.24491) 6706 : cluster [DBG] pgmap v5914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:34.888502+0000 mgr.y (mgr.24491) 6706 : cluster [DBG] pgmap v5914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:36.888969+0000 mgr.y (mgr.24491) 6707 : cluster [DBG] pgmap v5915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:36.888969+0000 mgr.y (mgr.24491) 6707 : cluster [DBG] pgmap v5915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:36.888969+0000 mgr.y (mgr.24491) 6707 : cluster [DBG] pgmap v5915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:49:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:38.889461+0000 mgr.y (mgr.24491) 6708 : cluster [DBG] pgmap v5916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:38.889461+0000 mgr.y (mgr.24491) 6708 : cluster [DBG] pgmap v5916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:38.889461+0000 mgr.y (mgr.24491) 6708 : cluster [DBG] pgmap v5916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:49:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:40.890123+0000 mgr.y (mgr.24491) 6709 : cluster [DBG] pgmap v5917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:40.890123+0000 mgr.y (mgr.24491) 6709 : cluster [DBG] pgmap v5917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:40.890123+0000 mgr.y (mgr.24491) 6709 : cluster [DBG] pgmap v5917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:42.890561+0000 mgr.y (mgr.24491) 6710 : cluster [DBG] pgmap v5918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:42.890561+0000 mgr.y (mgr.24491) 6710 : cluster [DBG] pgmap v5918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:42.890561+0000 mgr.y (mgr.24491) 6710 : cluster [DBG] pgmap v5918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:44.891178+0000 mgr.y (mgr.24491) 6711 : cluster [DBG] pgmap v5919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:44.891178+0000 mgr.y (mgr.24491) 6711 : cluster [DBG] pgmap v5919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:44.891178+0000 mgr.y (mgr.24491) 6711 : cluster [DBG] pgmap v5919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:46.891554+0000 mgr.y (mgr.24491) 6712 : cluster [DBG] pgmap v5920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:47.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:46.891554+0000 mgr.y (mgr.24491) 6712 : cluster [DBG] pgmap v5920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:46.891554+0000 mgr.y (mgr.24491) 6712 : cluster [DBG] pgmap v5920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:49:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:48.892106+0000 mgr.y (mgr.24491) 6713 : cluster [DBG] pgmap v5921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:48.892106+0000 mgr.y (mgr.24491) 6713 : cluster [DBG] pgmap v5921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:48.892106+0000 mgr.y (mgr.24491) 6713 : cluster [DBG] pgmap v5921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:50.892954+0000 mgr.y (mgr.24491) 6714 : cluster [DBG] pgmap v5922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:49:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:50.892954+0000 mgr.y (mgr.24491) 6714 : cluster [DBG] pgmap v5922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:50.892954+0000 mgr.y (mgr.24491) 6714 : cluster [DBG] pgmap v5922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:52.893373+0000 mgr.y (mgr.24491) 6715 : cluster [DBG] pgmap v5923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:52.893373+0000 mgr.y (mgr.24491) 6715 : cluster [DBG] pgmap v5923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:52.893373+0000 mgr.y (mgr.24491) 6715 : cluster [DBG] pgmap v5923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:54.894184+0000 mgr.y (mgr.24491) 6716 : cluster [DBG] pgmap v5924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:54.894184+0000 mgr.y (mgr.24491) 6716 : cluster [DBG] pgmap v5924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:54.894184+0000 mgr.y (mgr.24491) 6716 : cluster [DBG] pgmap v5924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:56.894738+0000 mgr.y (mgr.24491) 6717 : cluster [DBG] pgmap v5925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:56.894738+0000 mgr.y (mgr.24491) 6717 : cluster [DBG] pgmap v5925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:56.894738+0000 mgr.y (mgr.24491) 6717 : cluster [DBG] pgmap v5925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:49:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:49:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:49:58.653816+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:49:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:49:58.653816+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:49:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:49:58.653816+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:49:59.998 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:49:58.895086+0000 mgr.y (mgr.24491) 6718 : cluster [DBG] pgmap v5926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:59.998 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:49:58.954237+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:49:59.998 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:49:58.954825+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:49:59.998 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:49:58.961109+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:49:59.998 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:49:58.895086+0000 mgr.y (mgr.24491) 6718 : cluster [DBG] pgmap v5926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:59.998 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:49:58.954237+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:49:59.999 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:49:58.954825+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:49:59.999 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:49:58.961109+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:49:59.999 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T06:49:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:49:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:49:58.895086+0000 mgr.y (mgr.24491) 6718 : cluster [DBG] pgmap v5926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:49:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:49:58.954237+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:49:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:49:58.954825+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:49:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:49:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:49:58.961109+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:50:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:00.000169+0000 mon.a (mon.0) 1874 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:50:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:00.000169+0000 mon.a (mon.0) 1874 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:50:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:00.000169+0000 mon.a (mon.0) 1874 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T06:50:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:50:01.668 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:50:01.946 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:50:01.946 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:50:01.946 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:50:01.946 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 2m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:50:01.947 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 2m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:50:01.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 2m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:50:01.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 2m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:50:01.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:50:01.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:50:01.948 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:50:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:00.895805+0000 mgr.y (mgr.24491) 6719 : cluster [DBG] pgmap v5927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:00.895805+0000 mgr.y (mgr.24491) 6719 : cluster [DBG] pgmap v5927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:00.895805+0000 mgr.y (mgr.24491) 6719 : cluster [DBG] pgmap v5927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:02.281 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:50:02.281 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:50:02.281 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:50:02.281 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:50:02.282 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:50:02.282 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:50:02.282 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:50:02.282 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:50:02.282 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:50:02.282 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:50:02.282 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:50:02.282 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:50:02.282 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:50:02.282 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:50:02.282 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:50:02.283 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:50:02.283 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:50:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:50:01.658323+0000 mgr.y (mgr.24491) 6720 : audit [DBG] from='client.31649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:50:02.283230+0000 mon.a (mon.0) 1875 : audit [DBG] from='client.? 172.21.15.177:0/3782060841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:50:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:50:01.658323+0000 mgr.y (mgr.24491) 6720 : audit [DBG] from='client.31649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:50:02.283230+0000 mon.a (mon.0) 1875 : audit [DBG] from='client.? 172.21.15.177:0/3782060841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:50:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:50:01.658323+0000 mgr.y (mgr.24491) 6720 : audit [DBG] from='client.31649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:50:02.283230+0000 mon.a (mon.0) 1875 : audit [DBG] from='client.? 172.21.15.177:0/3782060841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:50:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:50:01.940744+0000 mgr.y (mgr.24491) 6721 : audit [DBG] from='client.21753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:02.896136+0000 mgr.y (mgr.24491) 6722 : cluster [DBG] pgmap v5928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:50:01.940744+0000 mgr.y (mgr.24491) 6721 : audit [DBG] from='client.21753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:04.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:02.896136+0000 mgr.y (mgr.24491) 6722 : cluster [DBG] pgmap v5928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:50:01.940744+0000 mgr.y (mgr.24491) 6721 : audit [DBG] from='client.21753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:02.896136+0000 mgr.y (mgr.24491) 6722 : cluster [DBG] pgmap v5928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:04.897009+0000 mgr.y (mgr.24491) 6723 : cluster [DBG] pgmap v5929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:04.897009+0000 mgr.y (mgr.24491) 6723 : cluster [DBG] pgmap v5929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:04.897009+0000 mgr.y (mgr.24491) 6723 : cluster [DBG] pgmap v5929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:06.897381+0000 mgr.y (mgr.24491) 6724 : cluster [DBG] pgmap v5930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:06.897381+0000 mgr.y (mgr.24491) 6724 : cluster [DBG] pgmap v5930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:06.897381+0000 mgr.y (mgr.24491) 6724 : cluster [DBG] pgmap v5930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:50:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:08.897832+0000 mgr.y (mgr.24491) 6725 : cluster [DBG] pgmap v5931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:08.897832+0000 mgr.y (mgr.24491) 6725 : cluster [DBG] pgmap v5931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:08.897832+0000 mgr.y (mgr.24491) 6725 : cluster [DBG] pgmap v5931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:10.898459+0000 mgr.y (mgr.24491) 6726 : cluster [DBG] pgmap v5932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:50:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:10.898459+0000 mgr.y (mgr.24491) 6726 : cluster [DBG] pgmap v5932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:10.898459+0000 mgr.y (mgr.24491) 6726 : cluster [DBG] pgmap v5932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:12.898856+0000 mgr.y (mgr.24491) 6727 : cluster [DBG] pgmap v5933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:12.898856+0000 mgr.y (mgr.24491) 6727 : cluster [DBG] pgmap v5933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:12.898856+0000 mgr.y (mgr.24491) 6727 : cluster [DBG] pgmap v5933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:14.899498+0000 mgr.y (mgr.24491) 6728 : cluster [DBG] pgmap v5934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:15.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:14.899498+0000 mgr.y (mgr.24491) 6728 : cluster [DBG] pgmap v5934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:15.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:14.899498+0000 mgr.y (mgr.24491) 6728 : cluster [DBG] pgmap v5934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:16.899860+0000 mgr.y (mgr.24491) 6729 : cluster [DBG] pgmap v5935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:16.899860+0000 mgr.y (mgr.24491) 6729 : cluster [DBG] pgmap v5935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:16.899860+0000 mgr.y (mgr.24491) 6729 : cluster [DBG] pgmap v5935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:50:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:18.900293+0000 mgr.y (mgr.24491) 6730 : cluster [DBG] pgmap v5936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:18.900293+0000 mgr.y (mgr.24491) 6730 : cluster [DBG] pgmap v5936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:18.900293+0000 mgr.y (mgr.24491) 6730 : cluster [DBG] pgmap v5936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:20.901012+0000 mgr.y (mgr.24491) 6731 : cluster [DBG] pgmap v5937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:50:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:20.901012+0000 mgr.y (mgr.24491) 6731 : cluster [DBG] pgmap v5937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:20.901012+0000 mgr.y (mgr.24491) 6731 : cluster [DBG] pgmap v5937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:22.901498+0000 mgr.y (mgr.24491) 6732 : cluster [DBG] pgmap v5938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:22.901498+0000 mgr.y (mgr.24491) 6732 : cluster [DBG] pgmap v5938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:22.901498+0000 mgr.y (mgr.24491) 6732 : cluster [DBG] pgmap v5938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:24.902146+0000 mgr.y (mgr.24491) 6733 : cluster [DBG] pgmap v5939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:24.902146+0000 mgr.y (mgr.24491) 6733 : cluster [DBG] pgmap v5939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:24.902146+0000 mgr.y (mgr.24491) 6733 : cluster [DBG] pgmap v5939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:26.902521+0000 mgr.y (mgr.24491) 6734 : cluster [DBG] pgmap v5940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:26.902521+0000 mgr.y (mgr.24491) 6734 : cluster [DBG] pgmap v5940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:26.902521+0000 mgr.y (mgr.24491) 6734 : cluster [DBG] pgmap v5940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:50:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:28.902923+0000 mgr.y (mgr.24491) 6735 : cluster [DBG] pgmap v5941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:29.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:28.902923+0000 mgr.y (mgr.24491) 6735 : cluster [DBG] pgmap v5941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:28.902923+0000 mgr.y (mgr.24491) 6735 : cluster [DBG] pgmap v5941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:30.903845+0000 mgr.y (mgr.24491) 6736 : cluster [DBG] pgmap v5942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:50:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:30.903845+0000 mgr.y (mgr.24491) 6736 : cluster [DBG] pgmap v5942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:30.903845+0000 mgr.y (mgr.24491) 6736 : cluster [DBG] pgmap v5942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:32.601 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:50:32.887 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:50:32.887 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:50:32.887 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:50:32.887 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:50:32.887 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:50:32.887 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:50:32.887 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 2m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 2m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 2m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 2m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:50:32.888 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:50:32.889 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:50:32.889 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:50:33.224 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:50:33.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:50:33.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:50:33.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:50:33.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:50:33.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:50:33.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:50:33.225 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:50:33.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:50:33.226 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:50:33.226 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:50:33.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:50:33.226 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:50:33.226 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:50:33.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:50:33.226 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:50:33.226 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:50:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:50:32.591050+0000 mgr.y (mgr.24491) 6737 : audit [DBG] from='client.31667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:50:32.880834+0000 mgr.y (mgr.24491) 6738 : audit [DBG] from='client.21771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:32.904206+0000 mgr.y (mgr.24491) 6739 : cluster [DBG] pgmap v5943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:50:32.591050+0000 mgr.y (mgr.24491) 6737 : audit [DBG] from='client.31667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:50:32.880834+0000 mgr.y (mgr.24491) 6738 : audit [DBG] from='client.21771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:32.904206+0000 mgr.y (mgr.24491) 6739 : cluster [DBG] pgmap v5943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:50:32.591050+0000 mgr.y (mgr.24491) 6737 : audit [DBG] from='client.31667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:50:32.880834+0000 mgr.y (mgr.24491) 6738 : audit [DBG] from='client.21771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:50:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:32.904206+0000 mgr.y (mgr.24491) 6739 : cluster [DBG] pgmap v5943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:50:33.226526+0000 mon.a (mon.0) 1876 : audit [DBG] from='client.? 172.21.15.177:0/632125378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:50:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:50:33.226526+0000 mon.a (mon.0) 1876 : audit [DBG] from='client.? 172.21.15.177:0/632125378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:50:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:50:33.226526+0000 mon.a (mon.0) 1876 : audit [DBG] from='client.? 172.21.15.177:0/632125378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:50:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:34.904875+0000 mgr.y (mgr.24491) 6740 : cluster [DBG] pgmap v5944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:34.904875+0000 mgr.y (mgr.24491) 6740 : cluster [DBG] pgmap v5944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:34.904875+0000 mgr.y (mgr.24491) 6740 : cluster [DBG] pgmap v5944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:36.905260+0000 mgr.y (mgr.24491) 6741 : cluster [DBG] pgmap v5945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:36.905260+0000 mgr.y (mgr.24491) 6741 : cluster [DBG] pgmap v5945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:36.905260+0000 mgr.y (mgr.24491) 6741 : cluster [DBG] pgmap v5945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:50:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:38.905650+0000 mgr.y (mgr.24491) 6742 : cluster [DBG] pgmap v5946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:38.905650+0000 mgr.y (mgr.24491) 6742 : cluster [DBG] pgmap v5946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:38.905650+0000 mgr.y (mgr.24491) 6742 : cluster [DBG] pgmap v5946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:40.906509+0000 mgr.y (mgr.24491) 6743 : cluster [DBG] pgmap v5947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:50:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:40.906509+0000 mgr.y (mgr.24491) 6743 : cluster [DBG] pgmap v5947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:40.906509+0000 mgr.y (mgr.24491) 6743 : cluster [DBG] pgmap v5947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:42.906994+0000 mgr.y (mgr.24491) 6744 : cluster [DBG] pgmap v5948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:42.906994+0000 mgr.y (mgr.24491) 6744 : cluster [DBG] pgmap v5948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:42.906994+0000 mgr.y (mgr.24491) 6744 : cluster [DBG] pgmap v5948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:44.907637+0000 mgr.y (mgr.24491) 6745 : cluster [DBG] pgmap v5949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:44.907637+0000 mgr.y (mgr.24491) 6745 : cluster [DBG] pgmap v5949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:44.907637+0000 mgr.y (mgr.24491) 6745 : cluster [DBG] pgmap v5949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:46.908050+0000 mgr.y (mgr.24491) 6746 : cluster [DBG] pgmap v5950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:47.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:46.908050+0000 mgr.y (mgr.24491) 6746 : cluster [DBG] pgmap v5950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:46.908050+0000 mgr.y (mgr.24491) 6746 : cluster [DBG] pgmap v5950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:50:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:48.908621+0000 mgr.y (mgr.24491) 6747 : cluster [DBG] pgmap v5951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:48.908621+0000 mgr.y (mgr.24491) 6747 : cluster [DBG] pgmap v5951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:48.908621+0000 mgr.y (mgr.24491) 6747 : cluster [DBG] pgmap v5951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:50.909270+0000 mgr.y (mgr.24491) 6748 : cluster [DBG] pgmap v5952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:50:51.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:50.909270+0000 mgr.y (mgr.24491) 6748 : cluster [DBG] pgmap v5952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:51.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:50.909270+0000 mgr.y (mgr.24491) 6748 : cluster [DBG] pgmap v5952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:52.909849+0000 mgr.y (mgr.24491) 6749 : cluster [DBG] pgmap v5953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:52.909849+0000 mgr.y (mgr.24491) 6749 : cluster [DBG] pgmap v5953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:52.909849+0000 mgr.y (mgr.24491) 6749 : cluster [DBG] pgmap v5953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:54.910658+0000 mgr.y (mgr.24491) 6750 : cluster [DBG] pgmap v5954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:55.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:54.910658+0000 mgr.y (mgr.24491) 6750 : cluster [DBG] pgmap v5954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:55.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:54.910658+0000 mgr.y (mgr.24491) 6750 : cluster [DBG] pgmap v5954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:56.911058+0000 mgr.y (mgr.24491) 6751 : cluster [DBG] pgmap v5955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:56.911058+0000 mgr.y (mgr.24491) 6751 : cluster [DBG] pgmap v5955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:56.911058+0000 mgr.y (mgr.24491) 6751 : cluster [DBG] pgmap v5955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:50:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:50:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:50:58.911425+0000 mgr.y (mgr.24491) 6752 : cluster [DBG] pgmap v5956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:50:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:50:58.966685+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:50:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:50:58.911425+0000 mgr.y (mgr.24491) 6752 : cluster [DBG] pgmap v5956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:50:58.966685+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:50:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:50:58.911425+0000 mgr.y (mgr.24491) 6752 : cluster [DBG] pgmap v5956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:50:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:50:58.966685+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:51:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:50:59.207208+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:51:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:50:59.490149+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:51:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:50:59.490792+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:51:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:50:59.494984+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:51:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:50:59.207208+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:51:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:50:59.490149+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:51:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:50:59.490792+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:51:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:50:59.494984+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:51:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:50:59.207208+0000 mon.a (mon.0) 1878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:51:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:50:59.490149+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:51:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:50:59.490792+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:51:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:50:59.494984+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:51:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:00.912085+0000 mgr.y (mgr.24491) 6753 : cluster [DBG] pgmap v5957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:51:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:00.912085+0000 mgr.y (mgr.24491) 6753 : cluster [DBG] pgmap v5957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:00.912085+0000 mgr.y (mgr.24491) 6753 : cluster [DBG] pgmap v5957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:02.912531+0000 mgr.y (mgr.24491) 6754 : cluster [DBG] pgmap v5958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:02.912531+0000 mgr.y (mgr.24491) 6754 : cluster [DBG] pgmap v5958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:02.912531+0000 mgr.y (mgr.24491) 6754 : cluster [DBG] pgmap v5958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:03.531 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:51:03.805 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:51:03.806 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:51:03.806 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:51:03.806 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:51:03.806 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:51:03.806 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:51:03.806 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:51:03.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:51:03.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:51:03.807 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:51:03.807 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:51:03.807 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:51:03.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:51:03.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:51:03.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:51:03.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:51:03.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:51:03.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 3m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:51:03.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 3m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:51:03.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 3m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:51:03.808 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:51:04.141 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:51:04.141 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:51:04.141 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:51:04.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:51:04.142 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:51:04.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:51:04.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:51:04.142 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:51:04.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:51:04.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:51:04.142 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:51:04.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:51:04.143 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:51:04.143 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:51:04.143 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:51:04.143 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:51:04.143 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:51:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:51:03.521015+0000 mgr.y (mgr.24491) 6755 : audit [DBG] from='client.21783 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:04.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:51:03.800074+0000 mgr.y (mgr.24491) 6756 : audit [DBG] from='client.31691 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:51:03.521015+0000 mgr.y (mgr.24491) 6755 : audit [DBG] from='client.21783 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:51:03.800074+0000 mgr.y (mgr.24491) 6756 : audit [DBG] from='client.31691 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:51:03.521015+0000 mgr.y (mgr.24491) 6755 : audit [DBG] from='client.21783 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:51:03.800074+0000 mgr.y (mgr.24491) 6756 : audit [DBG] from='client.31691 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:51:04.143419+0000 mon.a (mon.0) 1882 : audit [DBG] from='client.? 172.21.15.177:0/554720654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:51:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:04.913186+0000 mgr.y (mgr.24491) 6757 : cluster [DBG] pgmap v5959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:51:04.143419+0000 mon.a (mon.0) 1882 : audit [DBG] from='client.? 172.21.15.177:0/554720654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:51:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:04.913186+0000 mgr.y (mgr.24491) 6757 : cluster [DBG] pgmap v5959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:51:04.143419+0000 mon.a (mon.0) 1882 : audit [DBG] from='client.? 172.21.15.177:0/554720654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:51:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:04.913186+0000 mgr.y (mgr.24491) 6757 : cluster [DBG] pgmap v5959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:06.913598+0000 mgr.y (mgr.24491) 6758 : cluster [DBG] pgmap v5960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:06.913598+0000 mgr.y (mgr.24491) 6758 : cluster [DBG] pgmap v5960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:06.913598+0000 mgr.y (mgr.24491) 6758 : cluster [DBG] pgmap v5960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:51:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:08.914124+0000 mgr.y (mgr.24491) 6759 : cluster [DBG] pgmap v5961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:08.914124+0000 mgr.y (mgr.24491) 6759 : cluster [DBG] pgmap v5961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:08.914124+0000 mgr.y (mgr.24491) 6759 : cluster [DBG] pgmap v5961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:10.914777+0000 mgr.y (mgr.24491) 6760 : cluster [DBG] pgmap v5962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:51:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:10.914777+0000 mgr.y (mgr.24491) 6760 : cluster [DBG] pgmap v5962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:11.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:10.914777+0000 mgr.y (mgr.24491) 6760 : cluster [DBG] pgmap v5962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:12.915366+0000 mgr.y (mgr.24491) 6761 : cluster [DBG] pgmap v5963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:12.915366+0000 mgr.y (mgr.24491) 6761 : cluster [DBG] pgmap v5963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:12.915366+0000 mgr.y (mgr.24491) 6761 : cluster [DBG] pgmap v5963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:14.916217+0000 mgr.y (mgr.24491) 6762 : cluster [DBG] pgmap v5964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:14.916217+0000 mgr.y (mgr.24491) 6762 : cluster [DBG] pgmap v5964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:14.916217+0000 mgr.y (mgr.24491) 6762 : cluster [DBG] pgmap v5964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:16.916648+0000 mgr.y (mgr.24491) 6763 : cluster [DBG] pgmap v5965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:16.916648+0000 mgr.y (mgr.24491) 6763 : cluster [DBG] pgmap v5965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:16.916648+0000 mgr.y (mgr.24491) 6763 : cluster [DBG] pgmap v5965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:51:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:18.917216+0000 mgr.y (mgr.24491) 6764 : cluster [DBG] pgmap v5966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:18.917216+0000 mgr.y (mgr.24491) 6764 : cluster [DBG] pgmap v5966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:18.917216+0000 mgr.y (mgr.24491) 6764 : cluster [DBG] pgmap v5966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:20.918113+0000 mgr.y (mgr.24491) 6765 : cluster [DBG] pgmap v5967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:51:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:20.918113+0000 mgr.y (mgr.24491) 6765 : cluster [DBG] pgmap v5967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:20.918113+0000 mgr.y (mgr.24491) 6765 : cluster [DBG] pgmap v5967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:22.918788+0000 mgr.y (mgr.24491) 6766 : cluster [DBG] pgmap v5968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:22.918788+0000 mgr.y (mgr.24491) 6766 : cluster [DBG] pgmap v5968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:22.918788+0000 mgr.y (mgr.24491) 6766 : cluster [DBG] pgmap v5968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:24.919404+0000 mgr.y (mgr.24491) 6767 : cluster [DBG] pgmap v5969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:24.919404+0000 mgr.y (mgr.24491) 6767 : cluster [DBG] pgmap v5969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:24.919404+0000 mgr.y (mgr.24491) 6767 : cluster [DBG] pgmap v5969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:26.919822+0000 mgr.y (mgr.24491) 6768 : cluster [DBG] pgmap v5970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:27.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:26.919822+0000 mgr.y (mgr.24491) 6768 : cluster [DBG] pgmap v5970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:26.919822+0000 mgr.y (mgr.24491) 6768 : cluster [DBG] pgmap v5970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:51:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:28.920307+0000 mgr.y (mgr.24491) 6769 : cluster [DBG] pgmap v5971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:29.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:28.920307+0000 mgr.y (mgr.24491) 6769 : cluster [DBG] pgmap v5971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:28.920307+0000 mgr.y (mgr.24491) 6769 : cluster [DBG] pgmap v5971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:30.920982+0000 mgr.y (mgr.24491) 6770 : cluster [DBG] pgmap v5972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:51:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:30.920982+0000 mgr.y (mgr.24491) 6770 : cluster [DBG] pgmap v5972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:30.920982+0000 mgr.y (mgr.24491) 6770 : cluster [DBG] pgmap v5972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:32.921449+0000 mgr.y (mgr.24491) 6771 : cluster [DBG] pgmap v5973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:32.921449+0000 mgr.y (mgr.24491) 6771 : cluster [DBG] pgmap v5973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:32.921449+0000 mgr.y (mgr.24491) 6771 : cluster [DBG] pgmap v5973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:34.454 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:51:34.729 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:51:34.729 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:51:34.730 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:51:34.730 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:51:34.730 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:51:34.730 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:51:34.730 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:51:34.730 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:51:34.730 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:51:34.730 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:51:34.730 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:51:34.731 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:51:34.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:51:34.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:51:34.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:51:34.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:51:34.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:51:34.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 3m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:51:34.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 3m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:51:34.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 3m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:51:34.731 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:51:35.064 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:51:35.064 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:51:35.064 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:51:35.064 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:51:35.064 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:51:35.064 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:51:35.064 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:51:35.065 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:51:35.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:51:35.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:51:35.065 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:51:35.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:51:35.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:51:35.065 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:51:35.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:51:35.065 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:51:35.065 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:51:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:51:34.444105+0000 mgr.y (mgr.24491) 6772 : audit [DBG] from='client.31703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:51:34.723029+0000 mgr.y (mgr.24491) 6773 : audit [DBG] from='client.31709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:34.922038+0000 mgr.y (mgr.24491) 6774 : cluster [DBG] pgmap v5974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:51:34.444105+0000 mgr.y (mgr.24491) 6772 : audit [DBG] from='client.31703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:51:34.723029+0000 mgr.y (mgr.24491) 6773 : audit [DBG] from='client.31709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:34.922038+0000 mgr.y (mgr.24491) 6774 : cluster [DBG] pgmap v5974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:51:34.444105+0000 mgr.y (mgr.24491) 6772 : audit [DBG] from='client.31703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:51:34.723029+0000 mgr.y (mgr.24491) 6773 : audit [DBG] from='client.31709 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:51:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:34.922038+0000 mgr.y (mgr.24491) 6774 : cluster [DBG] pgmap v5974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:51:35.065970+0000 mon.c (mon.2) 230 : audit [DBG] from='client.? 172.21.15.177:0/3899343395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:51:36.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:51:35.065970+0000 mon.c (mon.2) 230 : audit [DBG] from='client.? 172.21.15.177:0/3899343395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:51:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:51:35.065970+0000 mon.c (mon.2) 230 : audit [DBG] from='client.? 172.21.15.177:0/3899343395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:51:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:36.922464+0000 mgr.y (mgr.24491) 6775 : cluster [DBG] pgmap v5975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:36.922464+0000 mgr.y (mgr.24491) 6775 : cluster [DBG] pgmap v5975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:36.922464+0000 mgr.y (mgr.24491) 6775 : cluster [DBG] pgmap v5975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:51:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:38.922902+0000 mgr.y (mgr.24491) 6776 : cluster [DBG] pgmap v5976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:38.922902+0000 mgr.y (mgr.24491) 6776 : cluster [DBG] pgmap v5976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:38.922902+0000 mgr.y (mgr.24491) 6776 : cluster [DBG] pgmap v5976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:40.923618+0000 mgr.y (mgr.24491) 6777 : cluster [DBG] pgmap v5977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:51:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:40.923618+0000 mgr.y (mgr.24491) 6777 : cluster [DBG] pgmap v5977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:40.923618+0000 mgr.y (mgr.24491) 6777 : cluster [DBG] pgmap v5977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:42.924076+0000 mgr.y (mgr.24491) 6778 : cluster [DBG] pgmap v5978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:42.924076+0000 mgr.y (mgr.24491) 6778 : cluster [DBG] pgmap v5978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:42.924076+0000 mgr.y (mgr.24491) 6778 : cluster [DBG] pgmap v5978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:44.924735+0000 mgr.y (mgr.24491) 6779 : cluster [DBG] pgmap v5979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:44.924735+0000 mgr.y (mgr.24491) 6779 : cluster [DBG] pgmap v5979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:44.924735+0000 mgr.y (mgr.24491) 6779 : cluster [DBG] pgmap v5979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:46.925287+0000 mgr.y (mgr.24491) 6780 : cluster [DBG] pgmap v5980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:46.925287+0000 mgr.y (mgr.24491) 6780 : cluster [DBG] pgmap v5980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:46.925287+0000 mgr.y (mgr.24491) 6780 : cluster [DBG] pgmap v5980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:51:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:48.925838+0000 mgr.y (mgr.24491) 6781 : cluster [DBG] pgmap v5981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:48.925838+0000 mgr.y (mgr.24491) 6781 : cluster [DBG] pgmap v5981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:48.925838+0000 mgr.y (mgr.24491) 6781 : cluster [DBG] pgmap v5981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:50.926594+0000 mgr.y (mgr.24491) 6782 : cluster [DBG] pgmap v5982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:51:51.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:50.926594+0000 mgr.y (mgr.24491) 6782 : cluster [DBG] pgmap v5982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:50.926594+0000 mgr.y (mgr.24491) 6782 : cluster [DBG] pgmap v5982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:52.927198+0000 mgr.y (mgr.24491) 6783 : cluster [DBG] pgmap v5983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:52.927198+0000 mgr.y (mgr.24491) 6783 : cluster [DBG] pgmap v5983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:52.927198+0000 mgr.y (mgr.24491) 6783 : cluster [DBG] pgmap v5983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:54.927799+0000 mgr.y (mgr.24491) 6784 : cluster [DBG] pgmap v5984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:54.927799+0000 mgr.y (mgr.24491) 6784 : cluster [DBG] pgmap v5984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:54.927799+0000 mgr.y (mgr.24491) 6784 : cluster [DBG] pgmap v5984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:56.928241+0000 mgr.y (mgr.24491) 6785 : cluster [DBG] pgmap v5985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:56.928241+0000 mgr.y (mgr.24491) 6785 : cluster [DBG] pgmap v5985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:56.928241+0000 mgr.y (mgr.24491) 6785 : cluster [DBG] pgmap v5985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:51:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:51:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:51:58.928833+0000 mgr.y (mgr.24491) 6786 : cluster [DBG] pgmap v5986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:51:58.928833+0000 mgr.y (mgr.24491) 6786 : cluster [DBG] pgmap v5986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:51:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:51:58.928833+0000 mgr.y (mgr.24491) 6786 : cluster [DBG] pgmap v5986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:51:59.499119+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:52:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:51:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:51:59.744780+0000 mon.a (mon.0) 1884 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:52:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:51:59.499119+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:52:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:51:59.744780+0000 mon.a (mon.0) 1884 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:52:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:51:59.499119+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:52:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:51:59.744780+0000 mon.a (mon.0) 1884 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:52:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:52:00.025930+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:52:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:52:00.026565+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:52:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:52:00.030469+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:52:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:00.929557+0000 mgr.y (mgr.24491) 6787 : cluster [DBG] pgmap v5987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:52:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:52:00.025930+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:52:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:52:00.026565+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:52:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:52:00.030469+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:52:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:00.929557+0000 mgr.y (mgr.24491) 6787 : cluster [DBG] pgmap v5987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:52:00.025930+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:52:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:52:00.026565+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:52:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:52:00.030469+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:52:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:00.929557+0000 mgr.y (mgr.24491) 6787 : cluster [DBG] pgmap v5987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:02.929995+0000 mgr.y (mgr.24491) 6788 : cluster [DBG] pgmap v5988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:03.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:02.929995+0000 mgr.y (mgr.24491) 6788 : cluster [DBG] pgmap v5988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:02.929995+0000 mgr.y (mgr.24491) 6788 : cluster [DBG] pgmap v5988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:04.930805+0000 mgr.y (mgr.24491) 6789 : cluster [DBG] pgmap v5989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:05.374 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:52:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:04.930805+0000 mgr.y (mgr.24491) 6789 : cluster [DBG] pgmap v5989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:04.930805+0000 mgr.y (mgr.24491) 6789 : cluster [DBG] pgmap v5989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:05.650 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:52:05.650 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:52:05.650 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:52:05.650 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 4m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:52:05.650 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 4m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 4m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 4m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:52:05.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:52:05.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 4m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:52:05.652 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:52:05.985 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:52:05.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:52:05.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:52:05.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:52:05.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:52:05.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:52:05.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:52:05.985 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:52:05.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:52:05.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:52:05.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:52:05.986 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:52:05.986 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:52:05.986 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:52:05.986 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:52:05.986 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:52:05.986 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:52:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:52:05.364402+0000 mgr.y (mgr.24491) 6790 : audit [DBG] from='client.21819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:52:05.644666+0000 mgr.y (mgr.24491) 6791 : audit [DBG] from='client.31727 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:52:05.987049+0000 mon.c (mon.2) 231 : audit [DBG] from='client.? 172.21.15.177:0/4244706870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:52:06.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:52:05.364402+0000 mgr.y (mgr.24491) 6790 : audit [DBG] from='client.21819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:52:05.644666+0000 mgr.y (mgr.24491) 6791 : audit [DBG] from='client.31727 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:52:05.987049+0000 mon.c (mon.2) 231 : audit [DBG] from='client.? 172.21.15.177:0/4244706870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:52:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:52:05.364402+0000 mgr.y (mgr.24491) 6790 : audit [DBG] from='client.21819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:52:05.644666+0000 mgr.y (mgr.24491) 6791 : audit [DBG] from='client.31727 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:52:05.987049+0000 mon.c (mon.2) 231 : audit [DBG] from='client.? 172.21.15.177:0/4244706870' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:52:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:06.931246+0000 mgr.y (mgr.24491) 6792 : cluster [DBG] pgmap v5990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:06.931246+0000 mgr.y (mgr.24491) 6792 : cluster [DBG] pgmap v5990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:06.931246+0000 mgr.y (mgr.24491) 6792 : cluster [DBG] pgmap v5990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:52:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:08.931664+0000 mgr.y (mgr.24491) 6793 : cluster [DBG] pgmap v5991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:08.931664+0000 mgr.y (mgr.24491) 6793 : cluster [DBG] pgmap v5991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:08.931664+0000 mgr.y (mgr.24491) 6793 : cluster [DBG] pgmap v5991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:10.932487+0000 mgr.y (mgr.24491) 6794 : cluster [DBG] pgmap v5992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:52:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:10.932487+0000 mgr.y (mgr.24491) 6794 : cluster [DBG] pgmap v5992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:11.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:10.932487+0000 mgr.y (mgr.24491) 6794 : cluster [DBG] pgmap v5992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:12.932934+0000 mgr.y (mgr.24491) 6795 : cluster [DBG] pgmap v5993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:12.932934+0000 mgr.y (mgr.24491) 6795 : cluster [DBG] pgmap v5993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:13.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:12.932934+0000 mgr.y (mgr.24491) 6795 : cluster [DBG] pgmap v5993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:14.933577+0000 mgr.y (mgr.24491) 6796 : cluster [DBG] pgmap v5994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:14.933577+0000 mgr.y (mgr.24491) 6796 : cluster [DBG] pgmap v5994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:14.933577+0000 mgr.y (mgr.24491) 6796 : cluster [DBG] pgmap v5994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:17.986 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:52:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:16.934088+0000 mgr.y (mgr.24491) 6797 : cluster [DBG] pgmap v5995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:18.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:16.934088+0000 mgr.y (mgr.24491) 6797 : cluster [DBG] pgmap v5995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:16.934088+0000 mgr.y (mgr.24491) 6797 : cluster [DBG] pgmap v5995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:18.934512+0000 mgr.y (mgr.24491) 6798 : cluster [DBG] pgmap v5996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:18.934512+0000 mgr.y (mgr.24491) 6798 : cluster [DBG] pgmap v5996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:18.934512+0000 mgr.y (mgr.24491) 6798 : cluster [DBG] pgmap v5996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:52:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:20.935220+0000 mgr.y (mgr.24491) 6799 : cluster [DBG] pgmap v5997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:22.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:20.935220+0000 mgr.y (mgr.24491) 6799 : cluster [DBG] pgmap v5997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:22.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:20.935220+0000 mgr.y (mgr.24491) 6799 : cluster [DBG] pgmap v5997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:24.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:22.935599+0000 mgr.y (mgr.24491) 6800 : cluster [DBG] pgmap v5998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:22.935599+0000 mgr.y (mgr.24491) 6800 : cluster [DBG] pgmap v5998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:24.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:22.935599+0000 mgr.y (mgr.24491) 6800 : cluster [DBG] pgmap v5998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:24.936171+0000 mgr.y (mgr.24491) 6801 : cluster [DBG] pgmap v5999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:24.936171+0000 mgr.y (mgr.24491) 6801 : cluster [DBG] pgmap v5999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:24.936171+0000 mgr.y (mgr.24491) 6801 : cluster [DBG] pgmap v5999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:28.003 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:52:28.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:26.936846+0000 mgr.y (mgr.24491) 6802 : cluster [DBG] pgmap v6000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:26.936846+0000 mgr.y (mgr.24491) 6802 : cluster [DBG] pgmap v6000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:26.936846+0000 mgr.y (mgr.24491) 6802 : cluster [DBG] pgmap v6000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:28.937491+0000 mgr.y (mgr.24491) 6803 : cluster [DBG] pgmap v6001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:28.937491+0000 mgr.y (mgr.24491) 6803 : cluster [DBG] pgmap v6001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:28.937491+0000 mgr.y (mgr.24491) 6803 : cluster [DBG] pgmap v6001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:52:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:30.938166+0000 mgr.y (mgr.24491) 6804 : cluster [DBG] pgmap v6002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:30.938166+0000 mgr.y (mgr.24491) 6804 : cluster [DBG] pgmap v6002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:30.938166+0000 mgr.y (mgr.24491) 6804 : cluster [DBG] pgmap v6002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:32.938623+0000 mgr.y (mgr.24491) 6805 : cluster [DBG] pgmap v6003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:32.938623+0000 mgr.y (mgr.24491) 6805 : cluster [DBG] pgmap v6003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:32.938623+0000 mgr.y (mgr.24491) 6805 : cluster [DBG] pgmap v6003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:36.299 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:52:36.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:34.939512+0000 mgr.y (mgr.24491) 6806 : cluster [DBG] pgmap v6004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:34.939512+0000 mgr.y (mgr.24491) 6806 : cluster [DBG] pgmap v6004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:34.939512+0000 mgr.y (mgr.24491) 6806 : cluster [DBG] pgmap v6004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:36.575 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:52:36.575 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:52:36.575 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:52:36.575 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 4m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:52:36.575 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 4m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:52:36.575 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 4m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 4m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:52:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:52:36.577 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:52:36.577 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 4m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:52:36.577 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:52:36.906 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:52:36.907 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:52:36.908 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:52:36.908 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:52:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:52:36.288882+0000 mgr.y (mgr.24491) 6807 : audit [DBG] from='client.21837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:52:36.569900+0000 mgr.y (mgr.24491) 6808 : audit [DBG] from='client.31745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:52:36.908724+0000 mon.c (mon.2) 232 : audit [DBG] from='client.? 172.21.15.177:0/2110699411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:52:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:52:36.288882+0000 mgr.y (mgr.24491) 6807 : audit [DBG] from='client.21837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:52:36.569900+0000 mgr.y (mgr.24491) 6808 : audit [DBG] from='client.31745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:52:36.908724+0000 mon.c (mon.2) 232 : audit [DBG] from='client.? 172.21.15.177:0/2110699411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:52:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:52:36.288882+0000 mgr.y (mgr.24491) 6807 : audit [DBG] from='client.21837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:52:36.569900+0000 mgr.y (mgr.24491) 6808 : audit [DBG] from='client.31745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:52:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:52:36.908724+0000 mon.c (mon.2) 232 : audit [DBG] from='client.? 172.21.15.177:0/2110699411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:52:38.025 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:37] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T06:52:38.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:36.939838+0000 mgr.y (mgr.24491) 6809 : cluster [DBG] pgmap v6005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:38.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:36.939838+0000 mgr.y (mgr.24491) 6809 : cluster [DBG] pgmap v6005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:36.939838+0000 mgr.y (mgr.24491) 6809 : cluster [DBG] pgmap v6005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:40.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:38.940232+0000 mgr.y (mgr.24491) 6810 : cluster [DBG] pgmap v6006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:38.940232+0000 mgr.y (mgr.24491) 6810 : cluster [DBG] pgmap v6006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:38.940232+0000 mgr.y (mgr.24491) 6810 : cluster [DBG] pgmap v6006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:52:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:40.941146+0000 mgr.y (mgr.24491) 6811 : cluster [DBG] pgmap v6007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:40.941146+0000 mgr.y (mgr.24491) 6811 : cluster [DBG] pgmap v6007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:40.941146+0000 mgr.y (mgr.24491) 6811 : cluster [DBG] pgmap v6007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:42.941502+0000 mgr.y (mgr.24491) 6812 : cluster [DBG] pgmap v6008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:42.941502+0000 mgr.y (mgr.24491) 6812 : cluster [DBG] pgmap v6008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:42.941502+0000 mgr.y (mgr.24491) 6812 : cluster [DBG] pgmap v6008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:44.942231+0000 mgr.y (mgr.24491) 6813 : cluster [DBG] pgmap v6009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:44.942231+0000 mgr.y (mgr.24491) 6813 : cluster [DBG] pgmap v6009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:44.942231+0000 mgr.y (mgr.24491) 6813 : cluster [DBG] pgmap v6009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:48.040 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:47] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:52:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:46.942650+0000 mgr.y (mgr.24491) 6814 : cluster [DBG] pgmap v6010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:46.942650+0000 mgr.y (mgr.24491) 6814 : cluster [DBG] pgmap v6010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:46.942650+0000 mgr.y (mgr.24491) 6814 : cluster [DBG] pgmap v6010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:48.943168+0000 mgr.y (mgr.24491) 6815 : cluster [DBG] pgmap v6011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:48.943168+0000 mgr.y (mgr.24491) 6815 : cluster [DBG] pgmap v6011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:48.943168+0000 mgr.y (mgr.24491) 6815 : cluster [DBG] pgmap v6011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:52:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:50.943998+0000 mgr.y (mgr.24491) 6816 : cluster [DBG] pgmap v6012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:50.943998+0000 mgr.y (mgr.24491) 6816 : cluster [DBG] pgmap v6012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:50.943998+0000 mgr.y (mgr.24491) 6816 : cluster [DBG] pgmap v6012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:52.944419+0000 mgr.y (mgr.24491) 6817 : cluster [DBG] pgmap v6013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:52.944419+0000 mgr.y (mgr.24491) 6817 : cluster [DBG] pgmap v6013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:52.944419+0000 mgr.y (mgr.24491) 6817 : cluster [DBG] pgmap v6013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:54.945131+0000 mgr.y (mgr.24491) 6818 : cluster [DBG] pgmap v6014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:54.945131+0000 mgr.y (mgr.24491) 6818 : cluster [DBG] pgmap v6014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:54.945131+0000 mgr.y (mgr.24491) 6818 : cluster [DBG] pgmap v6014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:58.059 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:52:57] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:52:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:56.945609+0000 mgr.y (mgr.24491) 6819 : cluster [DBG] pgmap v6015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:56.945609+0000 mgr.y (mgr.24491) 6819 : cluster [DBG] pgmap v6015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:52:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:52:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:56.945609+0000 mgr.y (mgr.24491) 6819 : cluster [DBG] pgmap v6015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:52:58.946013+0000 mgr.y (mgr.24491) 6820 : cluster [DBG] pgmap v6016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:53:00.034953+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:53:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:52:58.946013+0000 mgr.y (mgr.24491) 6820 : cluster [DBG] pgmap v6016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:53:00.034953+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:53:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:52:58.946013+0000 mgr.y (mgr.24491) 6820 : cluster [DBG] pgmap v6016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:53:00.034953+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:53:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:53:00.329308+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:53:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:53:00.330169+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:53:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:53:00.334276+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:53:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:53:00.329308+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:53:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:53:00.330169+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:53:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:53:00.334276+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:53:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:53:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:53:00.329308+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:53:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:53:00.330169+0000 mon.a (mon.0) 1890 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:53:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:53:00.334276+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:53:02.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:00.946663+0000 mgr.y (mgr.24491) 6821 : cluster [DBG] pgmap v6017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:00.946663+0000 mgr.y (mgr.24491) 6821 : cluster [DBG] pgmap v6017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:00.946663+0000 mgr.y (mgr.24491) 6821 : cluster [DBG] pgmap v6017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:02.947174+0000 mgr.y (mgr.24491) 6822 : cluster [DBG] pgmap v6018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:02.947174+0000 mgr.y (mgr.24491) 6822 : cluster [DBG] pgmap v6018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:02.947174+0000 mgr.y (mgr.24491) 6822 : cluster [DBG] pgmap v6018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:04.947875+0000 mgr.y (mgr.24491) 6823 : cluster [DBG] pgmap v6019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:04.947875+0000 mgr.y (mgr.24491) 6823 : cluster [DBG] pgmap v6019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:04.947875+0000 mgr.y (mgr.24491) 6823 : cluster [DBG] pgmap v6019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:07.219 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:53:07.498 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:53:07.512 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 5m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:53:07.512 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 5m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:53:07.512 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 5m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:53:07.512 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:53:07.512 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 5m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 5m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 5m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 5m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 5m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 5m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 5m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 5m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 5m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:53:07.513 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 5m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:53:07.832 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:53:07.833 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:53:07.834 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:53:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:53:08.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:06.948332+0000 mgr.y (mgr.24491) 6824 : cluster [DBG] pgmap v6020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:08.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:53:07.208738+0000 mgr.y (mgr.24491) 6825 : audit [DBG] from='client.31757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:53:07.492588+0000 mgr.y (mgr.24491) 6826 : audit [DBG] from='client.21861 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:53:07.834802+0000 mon.a (mon.0) 1892 : audit [DBG] from='client.? 172.21.15.177:0/1836683392' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:53:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:06.948332+0000 mgr.y (mgr.24491) 6824 : cluster [DBG] pgmap v6020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:53:07.208738+0000 mgr.y (mgr.24491) 6825 : audit [DBG] from='client.31757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:53:07.492588+0000 mgr.y (mgr.24491) 6826 : audit [DBG] from='client.21861 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:53:07.834802+0000 mon.a (mon.0) 1892 : audit [DBG] from='client.? 172.21.15.177:0/1836683392' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:53:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:06.948332+0000 mgr.y (mgr.24491) 6824 : cluster [DBG] pgmap v6020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:53:07.208738+0000 mgr.y (mgr.24491) 6825 : audit [DBG] from='client.31757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:53:07.492588+0000 mgr.y (mgr.24491) 6826 : audit [DBG] from='client.21861 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:53:07.834802+0000 mon.a (mon.0) 1892 : audit [DBG] from='client.? 172.21.15.177:0/1836683392' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:53:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:08.948879+0000 mgr.y (mgr.24491) 6827 : cluster [DBG] pgmap v6021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:08.948879+0000 mgr.y (mgr.24491) 6827 : cluster [DBG] pgmap v6021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:08.948879+0000 mgr.y (mgr.24491) 6827 : cluster [DBG] pgmap v6021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:53:12.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:10.949710+0000 mgr.y (mgr.24491) 6828 : cluster [DBG] pgmap v6022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:10.949710+0000 mgr.y (mgr.24491) 6828 : cluster [DBG] pgmap v6022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:10.949710+0000 mgr.y (mgr.24491) 6828 : cluster [DBG] pgmap v6022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:14.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:12.950191+0000 mgr.y (mgr.24491) 6829 : cluster [DBG] pgmap v6023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:12.950191+0000 mgr.y (mgr.24491) 6829 : cluster [DBG] pgmap v6023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:12.950191+0000 mgr.y (mgr.24491) 6829 : cluster [DBG] pgmap v6023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:16.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:14.951000+0000 mgr.y (mgr.24491) 6830 : cluster [DBG] pgmap v6024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:14.951000+0000 mgr.y (mgr.24491) 6830 : cluster [DBG] pgmap v6024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:14.951000+0000 mgr.y (mgr.24491) 6830 : cluster [DBG] pgmap v6024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:17] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T06:53:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:16.951491+0000 mgr.y (mgr.24491) 6831 : cluster [DBG] pgmap v6025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:16.951491+0000 mgr.y (mgr.24491) 6831 : cluster [DBG] pgmap v6025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:16.951491+0000 mgr.y (mgr.24491) 6831 : cluster [DBG] pgmap v6025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:18.952087+0000 mgr.y (mgr.24491) 6832 : cluster [DBG] pgmap v6026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:18.952087+0000 mgr.y (mgr.24491) 6832 : cluster [DBG] pgmap v6026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:18.952087+0000 mgr.y (mgr.24491) 6832 : cluster [DBG] pgmap v6026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:53:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:20.952853+0000 mgr.y (mgr.24491) 6833 : cluster [DBG] pgmap v6027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:20.952853+0000 mgr.y (mgr.24491) 6833 : cluster [DBG] pgmap v6027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:20.952853+0000 mgr.y (mgr.24491) 6833 : cluster [DBG] pgmap v6027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:22.953267+0000 mgr.y (mgr.24491) 6834 : cluster [DBG] pgmap v6028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:22.953267+0000 mgr.y (mgr.24491) 6834 : cluster [DBG] pgmap v6028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:22.953267+0000 mgr.y (mgr.24491) 6834 : cluster [DBG] pgmap v6028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:24.954035+0000 mgr.y (mgr.24491) 6835 : cluster [DBG] pgmap v6029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:24.954035+0000 mgr.y (mgr.24491) 6835 : cluster [DBG] pgmap v6029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:24.954035+0000 mgr.y (mgr.24491) 6835 : cluster [DBG] pgmap v6029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:27] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T06:53:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:26.954492+0000 mgr.y (mgr.24491) 6836 : cluster [DBG] pgmap v6030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:26.954492+0000 mgr.y (mgr.24491) 6836 : cluster [DBG] pgmap v6030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:26.954492+0000 mgr.y (mgr.24491) 6836 : cluster [DBG] pgmap v6030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:28.954867+0000 mgr.y (mgr.24491) 6837 : cluster [DBG] pgmap v6031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:28.954867+0000 mgr.y (mgr.24491) 6837 : cluster [DBG] pgmap v6031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:28.954867+0000 mgr.y (mgr.24491) 6837 : cluster [DBG] pgmap v6031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:53:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:30.955644+0000 mgr.y (mgr.24491) 6838 : cluster [DBG] pgmap v6032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:30.955644+0000 mgr.y (mgr.24491) 6838 : cluster [DBG] pgmap v6032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:30.955644+0000 mgr.y (mgr.24491) 6838 : cluster [DBG] pgmap v6032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:32.956104+0000 mgr.y (mgr.24491) 6839 : cluster [DBG] pgmap v6033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:32.956104+0000 mgr.y (mgr.24491) 6839 : cluster [DBG] pgmap v6033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:32.956104+0000 mgr.y (mgr.24491) 6839 : cluster [DBG] pgmap v6033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:34.956763+0000 mgr.y (mgr.24491) 6840 : cluster [DBG] pgmap v6034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:34.956763+0000 mgr.y (mgr.24491) 6840 : cluster [DBG] pgmap v6034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:34.956763+0000 mgr.y (mgr.24491) 6840 : cluster [DBG] pgmap v6034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:38.143 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:53:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:53:38.416 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:53:38.416 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 5m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 5m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 5m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 5m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 5m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 5m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 5m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 5m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 5m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:53:38.417 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 5m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:53:38.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 5m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:53:38.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 5m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:53:38.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:53:38.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:53:38.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:53:38.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:53:38.418 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 5m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:53:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:36.957185+0000 mgr.y (mgr.24491) 6841 : cluster [DBG] pgmap v6035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:36.957185+0000 mgr.y (mgr.24491) 6841 : cluster [DBG] pgmap v6035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:36.957185+0000 mgr.y (mgr.24491) 6841 : cluster [DBG] pgmap v6035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:38.750 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:53:38.750 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:53:38.751 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:53:38.751 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:53:38.751 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:53:38.751 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:53:38.751 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:53:38.751 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:53:38.751 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:53:38.751 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:53:38.751 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:53:38.751 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:53:38.752 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:53:38.752 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:53:38.752 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:53:38.752 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:53:38.752 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:53:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:53:38.132651+0000 mgr.y (mgr.24491) 6842 : audit [DBG] from='client.21873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:53:38.411120+0000 mgr.y (mgr.24491) 6843 : audit [DBG] from='client.31781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:53:38.752868+0000 mon.a (mon.0) 1893 : audit [DBG] from='client.? 172.21.15.177:0/874717741' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:53:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:53:38.132651+0000 mgr.y (mgr.24491) 6842 : audit [DBG] from='client.21873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:53:38.411120+0000 mgr.y (mgr.24491) 6843 : audit [DBG] from='client.31781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:53:38.752868+0000 mon.a (mon.0) 1893 : audit [DBG] from='client.? 172.21.15.177:0/874717741' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:53:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:53:38.132651+0000 mgr.y (mgr.24491) 6842 : audit [DBG] from='client.21873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:53:38.411120+0000 mgr.y (mgr.24491) 6843 : audit [DBG] from='client.31781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:53:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:53:38.752868+0000 mon.a (mon.0) 1893 : audit [DBG] from='client.? 172.21.15.177:0/874717741' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:53:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:38.957594+0000 mgr.y (mgr.24491) 6844 : cluster [DBG] pgmap v6036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:38.957594+0000 mgr.y (mgr.24491) 6844 : cluster [DBG] pgmap v6036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:38.957594+0000 mgr.y (mgr.24491) 6844 : cluster [DBG] pgmap v6036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:53:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:40.958295+0000 mgr.y (mgr.24491) 6845 : cluster [DBG] pgmap v6037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:40.958295+0000 mgr.y (mgr.24491) 6845 : cluster [DBG] pgmap v6037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:40.958295+0000 mgr.y (mgr.24491) 6845 : cluster [DBG] pgmap v6037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:42.958823+0000 mgr.y (mgr.24491) 6846 : cluster [DBG] pgmap v6038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:42.958823+0000 mgr.y (mgr.24491) 6846 : cluster [DBG] pgmap v6038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:42.958823+0000 mgr.y (mgr.24491) 6846 : cluster [DBG] pgmap v6038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:44.959691+0000 mgr.y (mgr.24491) 6847 : cluster [DBG] pgmap v6039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:44.959691+0000 mgr.y (mgr.24491) 6847 : cluster [DBG] pgmap v6039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:44.959691+0000 mgr.y (mgr.24491) 6847 : cluster [DBG] pgmap v6039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:47] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:53:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:46.960262+0000 mgr.y (mgr.24491) 6848 : cluster [DBG] pgmap v6040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:46.960262+0000 mgr.y (mgr.24491) 6848 : cluster [DBG] pgmap v6040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:46.960262+0000 mgr.y (mgr.24491) 6848 : cluster [DBG] pgmap v6040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:48.960698+0000 mgr.y (mgr.24491) 6849 : cluster [DBG] pgmap v6041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:48.960698+0000 mgr.y (mgr.24491) 6849 : cluster [DBG] pgmap v6041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:48.960698+0000 mgr.y (mgr.24491) 6849 : cluster [DBG] pgmap v6041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:53:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:50.961318+0000 mgr.y (mgr.24491) 6850 : cluster [DBG] pgmap v6042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:50.961318+0000 mgr.y (mgr.24491) 6850 : cluster [DBG] pgmap v6042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:50.961318+0000 mgr.y (mgr.24491) 6850 : cluster [DBG] pgmap v6042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:52.961841+0000 mgr.y (mgr.24491) 6851 : cluster [DBG] pgmap v6043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:52.961841+0000 mgr.y (mgr.24491) 6851 : cluster [DBG] pgmap v6043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:52.961841+0000 mgr.y (mgr.24491) 6851 : cluster [DBG] pgmap v6043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:54.962701+0000 mgr.y (mgr.24491) 6852 : cluster [DBG] pgmap v6044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:54.962701+0000 mgr.y (mgr.24491) 6852 : cluster [DBG] pgmap v6044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:54.962701+0000 mgr.y (mgr.24491) 6852 : cluster [DBG] pgmap v6044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:53:57] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:53:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:53:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:56.963121+0000 mgr.y (mgr.24491) 6853 : cluster [DBG] pgmap v6045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:58.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:56.963121+0000 mgr.y (mgr.24491) 6853 : cluster [DBG] pgmap v6045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:53:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:56.963121+0000 mgr.y (mgr.24491) 6853 : cluster [DBG] pgmap v6045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:53:58.963602+0000 mgr.y (mgr.24491) 6854 : cluster [DBG] pgmap v6046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:54:00.338650+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:54:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:53:58.963602+0000 mgr.y (mgr.24491) 6854 : cluster [DBG] pgmap v6046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:54:00.338650+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:54:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:53:58.963602+0000 mgr.y (mgr.24491) 6854 : cluster [DBG] pgmap v6046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:54:00.338650+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:54:01.441 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:54:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:54:00.633235+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:54:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:54:00.633871+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:54:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:54:00.638453+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:54:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:54:00.633235+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:54:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:54:00.633871+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:54:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:54:00.638453+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:54:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:54:00.633235+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:54:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:54:00.633871+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:54:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:54:00.638453+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:54:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:00.964322+0000 mgr.y (mgr.24491) 6855 : cluster [DBG] pgmap v6047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:00.964322+0000 mgr.y (mgr.24491) 6855 : cluster [DBG] pgmap v6047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:00.964322+0000 mgr.y (mgr.24491) 6855 : cluster [DBG] pgmap v6047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:02.964668+0000 mgr.y (mgr.24491) 6856 : cluster [DBG] pgmap v6048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:02.964668+0000 mgr.y (mgr.24491) 6856 : cluster [DBG] pgmap v6048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:02.964668+0000 mgr.y (mgr.24491) 6856 : cluster [DBG] pgmap v6048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:04.965505+0000 mgr.y (mgr.24491) 6857 : cluster [DBG] pgmap v6049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:04.965505+0000 mgr.y (mgr.24491) 6857 : cluster [DBG] pgmap v6049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:04.965505+0000 mgr.y (mgr.24491) 6857 : cluster [DBG] pgmap v6049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:07] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:54:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:06.965928+0000 mgr.y (mgr.24491) 6858 : cluster [DBG] pgmap v6050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:06.965928+0000 mgr.y (mgr.24491) 6858 : cluster [DBG] pgmap v6050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:06.965928+0000 mgr.y (mgr.24491) 6858 : cluster [DBG] pgmap v6050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:09.060 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:54:09.337 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:54:09.337 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 6m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:54:09.338 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 6m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:54:09.338 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:54:09.338 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 6m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:54:09.338 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 6m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:54:09.338 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:54:09.338 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:54:09.338 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 6m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:54:09.338 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:54:09.338 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:54:09.339 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 6m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:54:09.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:54:09.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:54:09.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:54:09.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:54:09.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 6m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:54:09.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 6m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:54:09.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 6m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:54:09.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 6m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:54:09.340 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 6m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:54:09.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:54:09.674 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:54:09.674 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:54:09.674 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:54:09.674 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:54:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:08.966322+0000 mgr.y (mgr.24491) 6859 : cluster [DBG] pgmap v6051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:54:09.050830+0000 mgr.y (mgr.24491) 6860 : audit [DBG] from='client.21891 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:54:09.331984+0000 mgr.y (mgr.24491) 6861 : audit [DBG] from='client.21897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:54:09.674978+0000 mon.a (mon.0) 1898 : audit [DBG] from='client.? 172.21.15.177:0/1757400139' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:54:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:08.966322+0000 mgr.y (mgr.24491) 6859 : cluster [DBG] pgmap v6051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:54:09.050830+0000 mgr.y (mgr.24491) 6860 : audit [DBG] from='client.21891 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:54:09.331984+0000 mgr.y (mgr.24491) 6861 : audit [DBG] from='client.21897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:54:09.674978+0000 mon.a (mon.0) 1898 : audit [DBG] from='client.? 172.21.15.177:0/1757400139' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:54:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:08.966322+0000 mgr.y (mgr.24491) 6859 : cluster [DBG] pgmap v6051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:54:09.050830+0000 mgr.y (mgr.24491) 6860 : audit [DBG] from='client.21891 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:54:09.331984+0000 mgr.y (mgr.24491) 6861 : audit [DBG] from='client.21897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:54:09.674978+0000 mon.a (mon.0) 1898 : audit [DBG] from='client.? 172.21.15.177:0/1757400139' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:54:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:54:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:10.967076+0000 mgr.y (mgr.24491) 6862 : cluster [DBG] pgmap v6052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:10.967076+0000 mgr.y (mgr.24491) 6862 : cluster [DBG] pgmap v6052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:10.967076+0000 mgr.y (mgr.24491) 6862 : cluster [DBG] pgmap v6052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:15.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:12.967689+0000 mgr.y (mgr.24491) 6863 : cluster [DBG] pgmap v6053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:12.967689+0000 mgr.y (mgr.24491) 6863 : cluster [DBG] pgmap v6053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:12.967689+0000 mgr.y (mgr.24491) 6863 : cluster [DBG] pgmap v6053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:17.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:14.968355+0000 mgr.y (mgr.24491) 6864 : cluster [DBG] pgmap v6054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:14.968355+0000 mgr.y (mgr.24491) 6864 : cluster [DBG] pgmap v6054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:14.968355+0000 mgr.y (mgr.24491) 6864 : cluster [DBG] pgmap v6054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:54:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:16.968909+0000 mgr.y (mgr.24491) 6865 : cluster [DBG] pgmap v6055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:16.968909+0000 mgr.y (mgr.24491) 6865 : cluster [DBG] pgmap v6055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:16.968909+0000 mgr.y (mgr.24491) 6865 : cluster [DBG] pgmap v6055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:18.969485+0000 mgr.y (mgr.24491) 6866 : cluster [DBG] pgmap v6056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:18.969485+0000 mgr.y (mgr.24491) 6866 : cluster [DBG] pgmap v6056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:18.969485+0000 mgr.y (mgr.24491) 6866 : cluster [DBG] pgmap v6056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:54:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:20.970069+0000 mgr.y (mgr.24491) 6867 : cluster [DBG] pgmap v6057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:20.970069+0000 mgr.y (mgr.24491) 6867 : cluster [DBG] pgmap v6057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:20.970069+0000 mgr.y (mgr.24491) 6867 : cluster [DBG] pgmap v6057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:22.970597+0000 mgr.y (mgr.24491) 6868 : cluster [DBG] pgmap v6058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:22.970597+0000 mgr.y (mgr.24491) 6868 : cluster [DBG] pgmap v6058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:22.970597+0000 mgr.y (mgr.24491) 6868 : cluster [DBG] pgmap v6058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:24.971337+0000 mgr.y (mgr.24491) 6869 : cluster [DBG] pgmap v6059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:24.971337+0000 mgr.y (mgr.24491) 6869 : cluster [DBG] pgmap v6059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:24.971337+0000 mgr.y (mgr.24491) 6869 : cluster [DBG] pgmap v6059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:54:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:26.971773+0000 mgr.y (mgr.24491) 6870 : cluster [DBG] pgmap v6060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:26.971773+0000 mgr.y (mgr.24491) 6870 : cluster [DBG] pgmap v6060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:26.971773+0000 mgr.y (mgr.24491) 6870 : cluster [DBG] pgmap v6060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:31.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:28.972226+0000 mgr.y (mgr.24491) 6871 : cluster [DBG] pgmap v6061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:28.972226+0000 mgr.y (mgr.24491) 6871 : cluster [DBG] pgmap v6061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:28.972226+0000 mgr.y (mgr.24491) 6871 : cluster [DBG] pgmap v6061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:54:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:30.972880+0000 mgr.y (mgr.24491) 6872 : cluster [DBG] pgmap v6062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:30.972880+0000 mgr.y (mgr.24491) 6872 : cluster [DBG] pgmap v6062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:30.972880+0000 mgr.y (mgr.24491) 6872 : cluster [DBG] pgmap v6062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:32.973304+0000 mgr.y (mgr.24491) 6873 : cluster [DBG] pgmap v6063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:32.973304+0000 mgr.y (mgr.24491) 6873 : cluster [DBG] pgmap v6063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:32.973304+0000 mgr.y (mgr.24491) 6873 : cluster [DBG] pgmap v6063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:34.974058+0000 mgr.y (mgr.24491) 6874 : cluster [DBG] pgmap v6064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:34.974058+0000 mgr.y (mgr.24491) 6874 : cluster [DBG] pgmap v6064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:34.974058+0000 mgr.y (mgr.24491) 6874 : cluster [DBG] pgmap v6064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:37] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:54:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:36.974394+0000 mgr.y (mgr.24491) 6875 : cluster [DBG] pgmap v6065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:36.974394+0000 mgr.y (mgr.24491) 6875 : cluster [DBG] pgmap v6065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:36.974394+0000 mgr.y (mgr.24491) 6875 : cluster [DBG] pgmap v6065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:39.983 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:54:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:54:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 6m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:54:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 6m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:54:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:54:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 6m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:54:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 6m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:54:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:54:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:54:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 6m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:54:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:54:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:54:40.260 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 6m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:54:40.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:54:40.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:54:40.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:54:40.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:54:40.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 6m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:54:40.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 6m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:54:40.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 6m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:54:40.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 6m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:54:40.260 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 6m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:54:40.592 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:54:40.592 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:54:40.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:54:40.592 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:54:40.592 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:54:40.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:54:40.592 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:54:40.592 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:54:40.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:54:40.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:54:40.593 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:54:40.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:54:40.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:54:40.593 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:54:40.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:54:40.593 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:54:40.593 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:54:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:38.974885+0000 mgr.y (mgr.24491) 6876 : cluster [DBG] pgmap v6066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:54:40.593899+0000 mon.c (mon.2) 233 : audit [DBG] from='client.? 172.21.15.177:0/3488178759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:54:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:38.974885+0000 mgr.y (mgr.24491) 6876 : cluster [DBG] pgmap v6066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:54:40.593899+0000 mon.c (mon.2) 233 : audit [DBG] from='client.? 172.21.15.177:0/3488178759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:54:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:38.974885+0000 mgr.y (mgr.24491) 6876 : cluster [DBG] pgmap v6066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:54:40.593899+0000 mon.c (mon.2) 233 : audit [DBG] from='client.? 172.21.15.177:0/3488178759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:54:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:54:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:54:39.973700+0000 mgr.y (mgr.24491) 6877 : audit [DBG] from='client.21909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:54:40.253280+0000 mgr.y (mgr.24491) 6878 : audit [DBG] from='client.21915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:54:39.973700+0000 mgr.y (mgr.24491) 6877 : audit [DBG] from='client.21909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:54:40.253280+0000 mgr.y (mgr.24491) 6878 : audit [DBG] from='client.21915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:54:39.973700+0000 mgr.y (mgr.24491) 6877 : audit [DBG] from='client.21909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:54:40.253280+0000 mgr.y (mgr.24491) 6878 : audit [DBG] from='client.21915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:54:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:40.975428+0000 mgr.y (mgr.24491) 6879 : cluster [DBG] pgmap v6067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:40.975428+0000 mgr.y (mgr.24491) 6879 : cluster [DBG] pgmap v6067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:40.975428+0000 mgr.y (mgr.24491) 6879 : cluster [DBG] pgmap v6067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:42.975893+0000 mgr.y (mgr.24491) 6880 : cluster [DBG] pgmap v6068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:42.975893+0000 mgr.y (mgr.24491) 6880 : cluster [DBG] pgmap v6068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:42.975893+0000 mgr.y (mgr.24491) 6880 : cluster [DBG] pgmap v6068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:44.976610+0000 mgr.y (mgr.24491) 6881 : cluster [DBG] pgmap v6069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:44.976610+0000 mgr.y (mgr.24491) 6881 : cluster [DBG] pgmap v6069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:44.976610+0000 mgr.y (mgr.24491) 6881 : cluster [DBG] pgmap v6069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:47] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:54:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:46.977163+0000 mgr.y (mgr.24491) 6882 : cluster [DBG] pgmap v6070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:46.977163+0000 mgr.y (mgr.24491) 6882 : cluster [DBG] pgmap v6070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:46.977163+0000 mgr.y (mgr.24491) 6882 : cluster [DBG] pgmap v6070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:48.977733+0000 mgr.y (mgr.24491) 6883 : cluster [DBG] pgmap v6071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:48.977733+0000 mgr.y (mgr.24491) 6883 : cluster [DBG] pgmap v6071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:48.977733+0000 mgr.y (mgr.24491) 6883 : cluster [DBG] pgmap v6071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:54:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:50.978598+0000 mgr.y (mgr.24491) 6884 : cluster [DBG] pgmap v6072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:50.978598+0000 mgr.y (mgr.24491) 6884 : cluster [DBG] pgmap v6072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:50.978598+0000 mgr.y (mgr.24491) 6884 : cluster [DBG] pgmap v6072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:52.979213+0000 mgr.y (mgr.24491) 6885 : cluster [DBG] pgmap v6073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:55.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:52.979213+0000 mgr.y (mgr.24491) 6885 : cluster [DBG] pgmap v6073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:52.979213+0000 mgr.y (mgr.24491) 6885 : cluster [DBG] pgmap v6073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:54.979837+0000 mgr.y (mgr.24491) 6886 : cluster [DBG] pgmap v6074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:54.979837+0000 mgr.y (mgr.24491) 6886 : cluster [DBG] pgmap v6074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:54.979837+0000 mgr.y (mgr.24491) 6886 : cluster [DBG] pgmap v6074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:54:57] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:54:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:54:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:56.980266+0000 mgr.y (mgr.24491) 6887 : cluster [DBG] pgmap v6075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:54:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:56.980266+0000 mgr.y (mgr.24491) 6887 : cluster [DBG] pgmap v6075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:54:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:54:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:56.980266+0000 mgr.y (mgr.24491) 6887 : cluster [DBG] pgmap v6075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:54:58.980892+0000 mgr.y (mgr.24491) 6888 : cluster [DBG] pgmap v6076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:55:00.642825+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:55:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:54:58.980892+0000 mgr.y (mgr.24491) 6888 : cluster [DBG] pgmap v6076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:55:00.642825+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:55:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:54:58.980892+0000 mgr.y (mgr.24491) 6888 : cluster [DBG] pgmap v6076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:55:00.642825+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:55:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:55:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:55:00.935903+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:55:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:55:00.936531+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:55:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:55:00.940781+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:55:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:55:00.935903+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:55:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:55:00.936531+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:55:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:55:00.940781+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:55:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:55:00.935903+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:55:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:55:00.936531+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:55:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:55:00.940781+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:55:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:00.981578+0000 mgr.y (mgr.24491) 6889 : cluster [DBG] pgmap v6077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:00.981578+0000 mgr.y (mgr.24491) 6889 : cluster [DBG] pgmap v6077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:00.981578+0000 mgr.y (mgr.24491) 6889 : cluster [DBG] pgmap v6077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:02.981987+0000 mgr.y (mgr.24491) 6890 : cluster [DBG] pgmap v6078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:02.981987+0000 mgr.y (mgr.24491) 6890 : cluster [DBG] pgmap v6078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:02.981987+0000 mgr.y (mgr.24491) 6890 : cluster [DBG] pgmap v6078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:04.982756+0000 mgr.y (mgr.24491) 6891 : cluster [DBG] pgmap v6079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:04.982756+0000 mgr.y (mgr.24491) 6891 : cluster [DBG] pgmap v6079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:04.982756+0000 mgr.y (mgr.24491) 6891 : cluster [DBG] pgmap v6079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:07] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T06:55:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:06.983135+0000 mgr.y (mgr.24491) 6892 : cluster [DBG] pgmap v6080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:09.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:06.983135+0000 mgr.y (mgr.24491) 6892 : cluster [DBG] pgmap v6080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:06.983135+0000 mgr.y (mgr.24491) 6892 : cluster [DBG] pgmap v6080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:10.896 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:55:11.173 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:55:11.173 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 7m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:55:11.173 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 7m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:55:11.173 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 7m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:55:11.174 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 7m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:55:11.174 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 7m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:55:11.174 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 7m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:55:11.174 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 7m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:55:11.174 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 7m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:55:11.174 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 7m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:55:11.174 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 7m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:55:11.174 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 7m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:55:11.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 7m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:55:11.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 7m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:55:11.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 7m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:55:11.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 7m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:55:11.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 7m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:55:11.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 7m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:55:11.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 7m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:55:11.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 7m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:55:11.175 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 7m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:55:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:08.983531+0000 mgr.y (mgr.24491) 6893 : cluster [DBG] pgmap v6081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:55:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:08.983531+0000 mgr.y (mgr.24491) 6893 : cluster [DBG] pgmap v6081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:08.983531+0000 mgr.y (mgr.24491) 6893 : cluster [DBG] pgmap v6081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:11.504 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:55:11.504 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:55:11.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:55:11.505 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:55:11.505 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:55:11.505 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:55:11.505 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:55:11.505 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:55:11.505 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:55:11.505 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:55:11.505 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:55:11.505 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:55:11.506 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:55:11.506 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:55:11.506 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:55:11.506 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:55:11.506 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:55:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:55:10.886074+0000 mgr.y (mgr.24491) 6894 : audit [DBG] from='client.21927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:55:11.506603+0000 mon.a (mon.0) 1903 : audit [DBG] from='client.? 172.21.15.177:0/2795305537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:55:12.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:55:10.886074+0000 mgr.y (mgr.24491) 6894 : audit [DBG] from='client.21927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:55:11.506603+0000 mon.a (mon.0) 1903 : audit [DBG] from='client.? 172.21.15.177:0/2795305537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:55:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:55:10.886074+0000 mgr.y (mgr.24491) 6894 : audit [DBG] from='client.21927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:55:11.506603+0000 mon.a (mon.0) 1903 : audit [DBG] from='client.? 172.21.15.177:0/2795305537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:55:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:10.984208+0000 mgr.y (mgr.24491) 6895 : cluster [DBG] pgmap v6082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:55:11.167637+0000 mgr.y (mgr.24491) 6896 : audit [DBG] from='client.31835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:10.984208+0000 mgr.y (mgr.24491) 6895 : cluster [DBG] pgmap v6082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:55:11.167637+0000 mgr.y (mgr.24491) 6896 : audit [DBG] from='client.31835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:10.984208+0000 mgr.y (mgr.24491) 6895 : cluster [DBG] pgmap v6082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:55:11.167637+0000 mgr.y (mgr.24491) 6896 : audit [DBG] from='client.31835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:12.984605+0000 mgr.y (mgr.24491) 6897 : cluster [DBG] pgmap v6083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:12.984605+0000 mgr.y (mgr.24491) 6897 : cluster [DBG] pgmap v6083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:12.984605+0000 mgr.y (mgr.24491) 6897 : cluster [DBG] pgmap v6083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:14.985300+0000 mgr.y (mgr.24491) 6898 : cluster [DBG] pgmap v6084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:14.985300+0000 mgr.y (mgr.24491) 6898 : cluster [DBG] pgmap v6084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:14.985300+0000 mgr.y (mgr.24491) 6898 : cluster [DBG] pgmap v6084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:18.020 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:55:18.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:16.985720+0000 mgr.y (mgr.24491) 6899 : cluster [DBG] pgmap v6085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:16.985720+0000 mgr.y (mgr.24491) 6899 : cluster [DBG] pgmap v6085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:16.985720+0000 mgr.y (mgr.24491) 6899 : cluster [DBG] pgmap v6085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:18.986247+0000 mgr.y (mgr.24491) 6900 : cluster [DBG] pgmap v6086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:18.986247+0000 mgr.y (mgr.24491) 6900 : cluster [DBG] pgmap v6086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:18.986247+0000 mgr.y (mgr.24491) 6900 : cluster [DBG] pgmap v6086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:55:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:20.986828+0000 mgr.y (mgr.24491) 6901 : cluster [DBG] pgmap v6087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:20.986828+0000 mgr.y (mgr.24491) 6901 : cluster [DBG] pgmap v6087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:20.986828+0000 mgr.y (mgr.24491) 6901 : cluster [DBG] pgmap v6087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:22.987219+0000 mgr.y (mgr.24491) 6902 : cluster [DBG] pgmap v6088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:22.987219+0000 mgr.y (mgr.24491) 6902 : cluster [DBG] pgmap v6088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:24.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:22.987219+0000 mgr.y (mgr.24491) 6902 : cluster [DBG] pgmap v6088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:24.987842+0000 mgr.y (mgr.24491) 6903 : cluster [DBG] pgmap v6089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:24.987842+0000 mgr.y (mgr.24491) 6903 : cluster [DBG] pgmap v6089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:24.987842+0000 mgr.y (mgr.24491) 6903 : cluster [DBG] pgmap v6089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:28.036 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:55:28.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:26.988385+0000 mgr.y (mgr.24491) 6904 : cluster [DBG] pgmap v6090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:26.988385+0000 mgr.y (mgr.24491) 6904 : cluster [DBG] pgmap v6090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:26.988385+0000 mgr.y (mgr.24491) 6904 : cluster [DBG] pgmap v6090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:30.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:28.989021+0000 mgr.y (mgr.24491) 6905 : cluster [DBG] pgmap v6091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:28.989021+0000 mgr.y (mgr.24491) 6905 : cluster [DBG] pgmap v6091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:28.989021+0000 mgr.y (mgr.24491) 6905 : cluster [DBG] pgmap v6091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:55:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:30.989900+0000 mgr.y (mgr.24491) 6906 : cluster [DBG] pgmap v6092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:30.989900+0000 mgr.y (mgr.24491) 6906 : cluster [DBG] pgmap v6092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:30.989900+0000 mgr.y (mgr.24491) 6906 : cluster [DBG] pgmap v6092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:32.990490+0000 mgr.y (mgr.24491) 6907 : cluster [DBG] pgmap v6093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:32.990490+0000 mgr.y (mgr.24491) 6907 : cluster [DBG] pgmap v6093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:32.990490+0000 mgr.y (mgr.24491) 6907 : cluster [DBG] pgmap v6093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:36.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:34.991308+0000 mgr.y (mgr.24491) 6908 : cluster [DBG] pgmap v6094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:34.991308+0000 mgr.y (mgr.24491) 6908 : cluster [DBG] pgmap v6094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:34.991308+0000 mgr.y (mgr.24491) 6908 : cluster [DBG] pgmap v6094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:38.052 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:37] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T06:55:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:36.991821+0000 mgr.y (mgr.24491) 6909 : cluster [DBG] pgmap v6095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:36.991821+0000 mgr.y (mgr.24491) 6909 : cluster [DBG] pgmap v6095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:36.991821+0000 mgr.y (mgr.24491) 6909 : cluster [DBG] pgmap v6095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:38.992223+0000 mgr.y (mgr.24491) 6910 : cluster [DBG] pgmap v6096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:38.992223+0000 mgr.y (mgr.24491) 6910 : cluster [DBG] pgmap v6096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:38.992223+0000 mgr.y (mgr.24491) 6910 : cluster [DBG] pgmap v6096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:55:41.814 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:55:42.091 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:55:42.091 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 7m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:55:42.091 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 7m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:55:42.091 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 7m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 7m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 7m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 7m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 7m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 7m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 7m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 7m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 7m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 7m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 7m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 7m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 7m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 7m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 7m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 7m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:55:42.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 7m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:55:42.093 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 7m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:55:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:40.992843+0000 mgr.y (mgr.24491) 6911 : cluster [DBG] pgmap v6097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:55:41.804171+0000 mgr.y (mgr.24491) 6912 : audit [DBG] from='client.31847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:40.992843+0000 mgr.y (mgr.24491) 6911 : cluster [DBG] pgmap v6097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:55:41.804171+0000 mgr.y (mgr.24491) 6912 : audit [DBG] from='client.31847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:55:42.430 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:55:42.431 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:55:42.431 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:55:42.431 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:55:42.431 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:55:42.431 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:55:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:40.992843+0000 mgr.y (mgr.24491) 6911 : cluster [DBG] pgmap v6097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:55:41.804171+0000 mgr.y (mgr.24491) 6912 : audit [DBG] from='client.31847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:43.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:55:42.085846+0000 mgr.y (mgr.24491) 6913 : audit [DBG] from='client.21951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:55:42.432090+0000 mon.a (mon.0) 1904 : audit [DBG] from='client.? 172.21.15.177:0/2013287128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:55:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:55:42.085846+0000 mgr.y (mgr.24491) 6913 : audit [DBG] from='client.21951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:55:42.432090+0000 mon.a (mon.0) 1904 : audit [DBG] from='client.? 172.21.15.177:0/2013287128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:55:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:55:42.085846+0000 mgr.y (mgr.24491) 6913 : audit [DBG] from='client.21951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:55:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:55:42.432090+0000 mon.a (mon.0) 1904 : audit [DBG] from='client.? 172.21.15.177:0/2013287128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:55:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:42.993198+0000 mgr.y (mgr.24491) 6914 : cluster [DBG] pgmap v6098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:42.993198+0000 mgr.y (mgr.24491) 6914 : cluster [DBG] pgmap v6098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:42.993198+0000 mgr.y (mgr.24491) 6914 : cluster [DBG] pgmap v6098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:44.993823+0000 mgr.y (mgr.24491) 6915 : cluster [DBG] pgmap v6099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:44.993823+0000 mgr.y (mgr.24491) 6915 : cluster [DBG] pgmap v6099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:44.993823+0000 mgr.y (mgr.24491) 6915 : cluster [DBG] pgmap v6099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:48.071 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:47] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:55:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:46.994359+0000 mgr.y (mgr.24491) 6916 : cluster [DBG] pgmap v6100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:46.994359+0000 mgr.y (mgr.24491) 6916 : cluster [DBG] pgmap v6100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:46.994359+0000 mgr.y (mgr.24491) 6916 : cluster [DBG] pgmap v6100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:50.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:48.994714+0000 mgr.y (mgr.24491) 6917 : cluster [DBG] pgmap v6101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:48.994714+0000 mgr.y (mgr.24491) 6917 : cluster [DBG] pgmap v6101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:48.994714+0000 mgr.y (mgr.24491) 6917 : cluster [DBG] pgmap v6101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:55:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:50.995429+0000 mgr.y (mgr.24491) 6918 : cluster [DBG] pgmap v6102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:50.995429+0000 mgr.y (mgr.24491) 6918 : cluster [DBG] pgmap v6102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:50.995429+0000 mgr.y (mgr.24491) 6918 : cluster [DBG] pgmap v6102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:54.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:52.995807+0000 mgr.y (mgr.24491) 6919 : cluster [DBG] pgmap v6103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:52.995807+0000 mgr.y (mgr.24491) 6919 : cluster [DBG] pgmap v6103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:52.995807+0000 mgr.y (mgr.24491) 6919 : cluster [DBG] pgmap v6103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:54.996604+0000 mgr.y (mgr.24491) 6920 : cluster [DBG] pgmap v6104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:54.996604+0000 mgr.y (mgr.24491) 6920 : cluster [DBG] pgmap v6104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:54.996604+0000 mgr.y (mgr.24491) 6920 : cluster [DBG] pgmap v6104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:58.090 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:55:57] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:55:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:56.997168+0000 mgr.y (mgr.24491) 6921 : cluster [DBG] pgmap v6105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:56.997168+0000 mgr.y (mgr.24491) 6921 : cluster [DBG] pgmap v6105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:55:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:55:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:56.997168+0000 mgr.y (mgr.24491) 6921 : cluster [DBG] pgmap v6105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:55:58.997494+0000 mgr.y (mgr.24491) 6922 : cluster [DBG] pgmap v6106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:55:58.997494+0000 mgr.y (mgr.24491) 6922 : cluster [DBG] pgmap v6106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:55:58.997494+0000 mgr.y (mgr.24491) 6922 : cluster [DBG] pgmap v6106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:56:00.945605+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:56:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:56:00.945605+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:56:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:56:00.945605+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:56:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:56:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:00.998146+0000 mgr.y (mgr.24491) 6923 : cluster [DBG] pgmap v6107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:56:01.240722+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:56:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:56:01.241403+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:56:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:56:01.245714+0000 mon.a (mon.0) 1908 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:56:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:00.998146+0000 mgr.y (mgr.24491) 6923 : cluster [DBG] pgmap v6107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:56:01.240722+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:56:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:56:01.241403+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:56:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:56:01.245714+0000 mon.a (mon.0) 1908 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:56:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:00.998146+0000 mgr.y (mgr.24491) 6923 : cluster [DBG] pgmap v6107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:56:01.240722+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:56:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:56:01.241403+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:56:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:56:01.245714+0000 mon.a (mon.0) 1908 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:56:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:02.998537+0000 mgr.y (mgr.24491) 6924 : cluster [DBG] pgmap v6108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:02.998537+0000 mgr.y (mgr.24491) 6924 : cluster [DBG] pgmap v6108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:02.998537+0000 mgr.y (mgr.24491) 6924 : cluster [DBG] pgmap v6108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:04.999223+0000 mgr.y (mgr.24491) 6925 : cluster [DBG] pgmap v6109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:04.999223+0000 mgr.y (mgr.24491) 6925 : cluster [DBG] pgmap v6109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:04.999223+0000 mgr.y (mgr.24491) 6925 : cluster [DBG] pgmap v6109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:08.146 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:56:08.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:06.999626+0000 mgr.y (mgr.24491) 6926 : cluster [DBG] pgmap v6110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:06.999626+0000 mgr.y (mgr.24491) 6926 : cluster [DBG] pgmap v6110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:06.999626+0000 mgr.y (mgr.24491) 6926 : cluster [DBG] pgmap v6110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:09.000147+0000 mgr.y (mgr.24491) 6927 : cluster [DBG] pgmap v6111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:10.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:09.000147+0000 mgr.y (mgr.24491) 6927 : cluster [DBG] pgmap v6111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:09.000147+0000 mgr.y (mgr.24491) 6927 : cluster [DBG] pgmap v6111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:56:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:11.000804+0000 mgr.y (mgr.24491) 6928 : cluster [DBG] pgmap v6112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:11.000804+0000 mgr.y (mgr.24491) 6928 : cluster [DBG] pgmap v6112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:11.000804+0000 mgr.y (mgr.24491) 6928 : cluster [DBG] pgmap v6112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:12.744 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:56:13.020 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:56:13.020 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 8m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:56:13.020 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:56:13.020 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 8m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:56:13.020 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:56:13.020 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:56:13.021 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 8m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:56:13.021 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 8m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:56:13.021 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:56:13.021 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 8m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:56:13.021 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 8m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:56:13.021 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:56:13.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 8m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:56:13.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 8m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:56:13.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 8m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:56:13.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 8m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:56:13.022 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:56:13.022 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:56:13.022 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:56:13.022 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:56:13.022 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:56:13.356 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:56:13.356 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:56:13.357 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:56:13.357 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:56:13.357 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:56:13.357 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:56:13.357 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:56:13.357 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:56:13.357 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:56:13.357 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:56:13.357 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:56:13.357 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:56:13.358 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:56:13.358 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:56:13.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:56:13.358 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:56:13.358 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:56:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:56:12.734968+0000 mgr.y (mgr.24491) 6929 : audit [DBG] from='client.31865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:13.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:56:12.734968+0000 mgr.y (mgr.24491) 6929 : audit [DBG] from='client.31865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:56:12.734968+0000 mgr.y (mgr.24491) 6929 : audit [DBG] from='client.31865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:13.001154+0000 mgr.y (mgr.24491) 6930 : cluster [DBG] pgmap v6113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:56:13.014328+0000 mgr.y (mgr.24491) 6931 : audit [DBG] from='client.31871 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:56:13.358689+0000 mon.c (mon.2) 234 : audit [DBG] from='client.? 172.21.15.177:0/3763805535' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:56:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:13.001154+0000 mgr.y (mgr.24491) 6930 : cluster [DBG] pgmap v6113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:56:13.014328+0000 mgr.y (mgr.24491) 6931 : audit [DBG] from='client.31871 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:56:13.358689+0000 mon.c (mon.2) 234 : audit [DBG] from='client.? 172.21.15.177:0/3763805535' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:56:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:13.001154+0000 mgr.y (mgr.24491) 6930 : cluster [DBG] pgmap v6113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:56:13.014328+0000 mgr.y (mgr.24491) 6931 : audit [DBG] from='client.31871 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:56:13.358689+0000 mon.c (mon.2) 234 : audit [DBG] from='client.? 172.21.15.177:0/3763805535' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:56:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:15.001935+0000 mgr.y (mgr.24491) 6932 : cluster [DBG] pgmap v6114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:16.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:15.001935+0000 mgr.y (mgr.24491) 6932 : cluster [DBG] pgmap v6114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:16.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:15.001935+0000 mgr.y (mgr.24491) 6932 : cluster [DBG] pgmap v6114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:17] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T06:56:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:17.002394+0000 mgr.y (mgr.24491) 6933 : cluster [DBG] pgmap v6115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:18.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:17.002394+0000 mgr.y (mgr.24491) 6933 : cluster [DBG] pgmap v6115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:17.002394+0000 mgr.y (mgr.24491) 6933 : cluster [DBG] pgmap v6115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:19.002747+0000 mgr.y (mgr.24491) 6934 : cluster [DBG] pgmap v6116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:19.002747+0000 mgr.y (mgr.24491) 6934 : cluster [DBG] pgmap v6116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:19.002747+0000 mgr.y (mgr.24491) 6934 : cluster [DBG] pgmap v6116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:56:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:21.003403+0000 mgr.y (mgr.24491) 6935 : cluster [DBG] pgmap v6117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:21.003403+0000 mgr.y (mgr.24491) 6935 : cluster [DBG] pgmap v6117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:21.003403+0000 mgr.y (mgr.24491) 6935 : cluster [DBG] pgmap v6117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:24.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:23.003889+0000 mgr.y (mgr.24491) 6936 : cluster [DBG] pgmap v6118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:24.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:23.003889+0000 mgr.y (mgr.24491) 6936 : cluster [DBG] pgmap v6118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:23.003889+0000 mgr.y (mgr.24491) 6936 : cluster [DBG] pgmap v6118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:25.004490+0000 mgr.y (mgr.24491) 6937 : cluster [DBG] pgmap v6119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:25.004490+0000 mgr.y (mgr.24491) 6937 : cluster [DBG] pgmap v6119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:25.004490+0000 mgr.y (mgr.24491) 6937 : cluster [DBG] pgmap v6119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:27] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T06:56:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:27.004918+0000 mgr.y (mgr.24491) 6938 : cluster [DBG] pgmap v6120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:27.004918+0000 mgr.y (mgr.24491) 6938 : cluster [DBG] pgmap v6120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:28.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:27.004918+0000 mgr.y (mgr.24491) 6938 : cluster [DBG] pgmap v6120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:29.005407+0000 mgr.y (mgr.24491) 6939 : cluster [DBG] pgmap v6121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:29.005407+0000 mgr.y (mgr.24491) 6939 : cluster [DBG] pgmap v6121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:30.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:29.005407+0000 mgr.y (mgr.24491) 6939 : cluster [DBG] pgmap v6121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:56:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:31.006189+0000 mgr.y (mgr.24491) 6940 : cluster [DBG] pgmap v6122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:32.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:31.006189+0000 mgr.y (mgr.24491) 6940 : cluster [DBG] pgmap v6122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:31.006189+0000 mgr.y (mgr.24491) 6940 : cluster [DBG] pgmap v6122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:33.006720+0000 mgr.y (mgr.24491) 6941 : cluster [DBG] pgmap v6123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:33.006720+0000 mgr.y (mgr.24491) 6941 : cluster [DBG] pgmap v6123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:33.006720+0000 mgr.y (mgr.24491) 6941 : cluster [DBG] pgmap v6123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:35.007630+0000 mgr.y (mgr.24491) 6942 : cluster [DBG] pgmap v6124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:36.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:35.007630+0000 mgr.y (mgr.24491) 6942 : cluster [DBG] pgmap v6124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:35.007630+0000 mgr.y (mgr.24491) 6942 : cluster [DBG] pgmap v6124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:56:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:37.008118+0000 mgr.y (mgr.24491) 6943 : cluster [DBG] pgmap v6125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:38.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:37.008118+0000 mgr.y (mgr.24491) 6943 : cluster [DBG] pgmap v6125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:37.008118+0000 mgr.y (mgr.24491) 6943 : cluster [DBG] pgmap v6125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:39.008461+0000 mgr.y (mgr.24491) 6944 : cluster [DBG] pgmap v6126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:39.008461+0000 mgr.y (mgr.24491) 6944 : cluster [DBG] pgmap v6126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:39.008461+0000 mgr.y (mgr.24491) 6944 : cluster [DBG] pgmap v6126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:56:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:41.009161+0000 mgr.y (mgr.24491) 6945 : cluster [DBG] pgmap v6127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:42.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:41.009161+0000 mgr.y (mgr.24491) 6945 : cluster [DBG] pgmap v6127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:41.009161+0000 mgr.y (mgr.24491) 6945 : cluster [DBG] pgmap v6127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:43.677 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:56:43.952 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:56:43.952 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 8m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:56:43.952 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:56:43.952 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 8m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:56:43.952 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:56:43.952 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:56:43.952 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 8m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 8m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 8m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 8m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 8m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 8m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 8m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 8m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:56:43.953 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:56:43.954 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:56:43.954 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:56:44.290 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:56:44.290 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:56:44.290 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:56:44.290 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:56:44.290 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:56:44.290 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:56:44.290 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:56:44.291 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:56:44.291 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:56:44.291 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:56:44.291 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:56:44.291 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:56:44.291 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:56:44.291 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:56:44.291 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:56:44.291 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:56:44.291 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:56:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:43.009661+0000 mgr.y (mgr.24491) 6946 : cluster [DBG] pgmap v6128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:56:43.657143+0000 mgr.y (mgr.24491) 6947 : audit [DBG] from='client.31883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:56:43.946580+0000 mgr.y (mgr.24491) 6948 : audit [DBG] from='client.21987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:43.009661+0000 mgr.y (mgr.24491) 6946 : cluster [DBG] pgmap v6128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:56:43.657143+0000 mgr.y (mgr.24491) 6947 : audit [DBG] from='client.31883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:56:43.946580+0000 mgr.y (mgr.24491) 6948 : audit [DBG] from='client.21987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:43.009661+0000 mgr.y (mgr.24491) 6946 : cluster [DBG] pgmap v6128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:56:43.657143+0000 mgr.y (mgr.24491) 6947 : audit [DBG] from='client.31883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:56:43.946580+0000 mgr.y (mgr.24491) 6948 : audit [DBG] from='client.21987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:56:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:56:44.292136+0000 mon.c (mon.2) 235 : audit [DBG] from='client.? 172.21.15.177:0/2778215238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:56:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:56:44.292136+0000 mon.c (mon.2) 235 : audit [DBG] from='client.? 172.21.15.177:0/2778215238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:56:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:56:44.292136+0000 mon.c (mon.2) 235 : audit [DBG] from='client.? 172.21.15.177:0/2778215238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:56:46.222 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:45.010357+0000 mgr.y (mgr.24491) 6949 : cluster [DBG] pgmap v6129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:46.222 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:45.010357+0000 mgr.y (mgr.24491) 6949 : cluster [DBG] pgmap v6129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:45.010357+0000 mgr.y (mgr.24491) 6949 : cluster [DBG] pgmap v6129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:47] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:56:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:47.010930+0000 mgr.y (mgr.24491) 6950 : cluster [DBG] pgmap v6130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:47.010930+0000 mgr.y (mgr.24491) 6950 : cluster [DBG] pgmap v6130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:47.010930+0000 mgr.y (mgr.24491) 6950 : cluster [DBG] pgmap v6130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:49.011358+0000 mgr.y (mgr.24491) 6951 : cluster [DBG] pgmap v6131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:50.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:49.011358+0000 mgr.y (mgr.24491) 6951 : cluster [DBG] pgmap v6131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:49.011358+0000 mgr.y (mgr.24491) 6951 : cluster [DBG] pgmap v6131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:56:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:51.012044+0000 mgr.y (mgr.24491) 6952 : cluster [DBG] pgmap v6132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:51.012044+0000 mgr.y (mgr.24491) 6952 : cluster [DBG] pgmap v6132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:51.012044+0000 mgr.y (mgr.24491) 6952 : cluster [DBG] pgmap v6132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:53.012434+0000 mgr.y (mgr.24491) 6953 : cluster [DBG] pgmap v6133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:53.012434+0000 mgr.y (mgr.24491) 6953 : cluster [DBG] pgmap v6133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:53.012434+0000 mgr.y (mgr.24491) 6953 : cluster [DBG] pgmap v6133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:55.013181+0000 mgr.y (mgr.24491) 6954 : cluster [DBG] pgmap v6134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:55.013181+0000 mgr.y (mgr.24491) 6954 : cluster [DBG] pgmap v6134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:55.013181+0000 mgr.y (mgr.24491) 6954 : cluster [DBG] pgmap v6134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:56:57] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:56:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:57.013719+0000 mgr.y (mgr.24491) 6955 : cluster [DBG] pgmap v6135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:57.013719+0000 mgr.y (mgr.24491) 6955 : cluster [DBG] pgmap v6135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:56:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:56:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:57.013719+0000 mgr.y (mgr.24491) 6955 : cluster [DBG] pgmap v6135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:56:59.014255+0000 mgr.y (mgr.24491) 6956 : cluster [DBG] pgmap v6136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:56:59.014255+0000 mgr.y (mgr.24491) 6956 : cluster [DBG] pgmap v6136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:56:59.014255+0000 mgr.y (mgr.24491) 6956 : cluster [DBG] pgmap v6136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:01.258 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:57:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:57:01.250050+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:57:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:57:01.250050+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:57:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:57:01.250050+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:57:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:01.015098+0000 mgr.y (mgr.24491) 6957 : cluster [DBG] pgmap v6137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:57:01.541872+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:57:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:57:01.542578+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:57:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:57:01.546984+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:57:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:01.015098+0000 mgr.y (mgr.24491) 6957 : cluster [DBG] pgmap v6137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:57:01.541872+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:57:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:57:01.542578+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:57:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:57:01.546984+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:57:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:01.015098+0000 mgr.y (mgr.24491) 6957 : cluster [DBG] pgmap v6137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:57:01.541872+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:57:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:57:01.542578+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:57:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:57:01.546984+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:57:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:03.015498+0000 mgr.y (mgr.24491) 6958 : cluster [DBG] pgmap v6138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:03.015498+0000 mgr.y (mgr.24491) 6958 : cluster [DBG] pgmap v6138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:03.015498+0000 mgr.y (mgr.24491) 6958 : cluster [DBG] pgmap v6138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:05.016108+0000 mgr.y (mgr.24491) 6959 : cluster [DBG] pgmap v6139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:05.016108+0000 mgr.y (mgr.24491) 6959 : cluster [DBG] pgmap v6139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:05.016108+0000 mgr.y (mgr.24491) 6959 : cluster [DBG] pgmap v6139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:57:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:07.016470+0000 mgr.y (mgr.24491) 6960 : cluster [DBG] pgmap v6140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:08.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:07.016470+0000 mgr.y (mgr.24491) 6960 : cluster [DBG] pgmap v6140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:07.016470+0000 mgr.y (mgr.24491) 6960 : cluster [DBG] pgmap v6140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:09.016900+0000 mgr.y (mgr.24491) 6961 : cluster [DBG] pgmap v6141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:09.016900+0000 mgr.y (mgr.24491) 6961 : cluster [DBG] pgmap v6141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:09.016900+0000 mgr.y (mgr.24491) 6961 : cluster [DBG] pgmap v6141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:57:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:11.017641+0000 mgr.y (mgr.24491) 6962 : cluster [DBG] pgmap v6142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:11.017641+0000 mgr.y (mgr.24491) 6962 : cluster [DBG] pgmap v6142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:11.017641+0000 mgr.y (mgr.24491) 6962 : cluster [DBG] pgmap v6142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:14.597 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:57:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:13.018112+0000 mgr.y (mgr.24491) 6963 : cluster [DBG] pgmap v6143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:13.018112+0000 mgr.y (mgr.24491) 6963 : cluster [DBG] pgmap v6143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:13.018112+0000 mgr.y (mgr.24491) 6963 : cluster [DBG] pgmap v6143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 9m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 9m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 9m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:57:14.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:57:14.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:57:14.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:57:14.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:57:14.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:57:14.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:57:14.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:57:14.874 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:57:15.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:57:15.209 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:57:15.209 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:57:15.209 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:57:15.209 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:57:15.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:57:14.587649+0000 mgr.y (mgr.24491) 6964 : audit [DBG] from='client.31901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:15.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:57:14.867556+0000 mgr.y (mgr.24491) 6965 : audit [DBG] from='client.22005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:15.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:57:15.210257+0000 mon.a (mon.0) 1913 : audit [DBG] from='client.? 172.21.15.177:0/477924011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:57:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:57:14.587649+0000 mgr.y (mgr.24491) 6964 : audit [DBG] from='client.31901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:57:14.867556+0000 mgr.y (mgr.24491) 6965 : audit [DBG] from='client.22005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:57:15.210257+0000 mon.a (mon.0) 1913 : audit [DBG] from='client.? 172.21.15.177:0/477924011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:57:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:57:14.587649+0000 mgr.y (mgr.24491) 6964 : audit [DBG] from='client.31901 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:57:14.867556+0000 mgr.y (mgr.24491) 6965 : audit [DBG] from='client.22005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:57:15.210257+0000 mon.a (mon.0) 1913 : audit [DBG] from='client.? 172.21.15.177:0/477924011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:57:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:15.018673+0000 mgr.y (mgr.24491) 6966 : cluster [DBG] pgmap v6144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:15.018673+0000 mgr.y (mgr.24491) 6966 : cluster [DBG] pgmap v6144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:15.018673+0000 mgr.y (mgr.24491) 6966 : cluster [DBG] pgmap v6144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:57:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:17.019136+0000 mgr.y (mgr.24491) 6967 : cluster [DBG] pgmap v6145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:17.019136+0000 mgr.y (mgr.24491) 6967 : cluster [DBG] pgmap v6145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:17.019136+0000 mgr.y (mgr.24491) 6967 : cluster [DBG] pgmap v6145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:19.019696+0000 mgr.y (mgr.24491) 6968 : cluster [DBG] pgmap v6146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:19.019696+0000 mgr.y (mgr.24491) 6968 : cluster [DBG] pgmap v6146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:19.019696+0000 mgr.y (mgr.24491) 6968 : cluster [DBG] pgmap v6146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:57:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:21.020385+0000 mgr.y (mgr.24491) 6969 : cluster [DBG] pgmap v6147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:21.020385+0000 mgr.y (mgr.24491) 6969 : cluster [DBG] pgmap v6147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:21.020385+0000 mgr.y (mgr.24491) 6969 : cluster [DBG] pgmap v6147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:23.020801+0000 mgr.y (mgr.24491) 6970 : cluster [DBG] pgmap v6148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:23.020801+0000 mgr.y (mgr.24491) 6970 : cluster [DBG] pgmap v6148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:23.020801+0000 mgr.y (mgr.24491) 6970 : cluster [DBG] pgmap v6148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:25.021638+0000 mgr.y (mgr.24491) 6971 : cluster [DBG] pgmap v6149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:25.021638+0000 mgr.y (mgr.24491) 6971 : cluster [DBG] pgmap v6149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:25.021638+0000 mgr.y (mgr.24491) 6971 : cluster [DBG] pgmap v6149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T06:57:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:27.022100+0000 mgr.y (mgr.24491) 6972 : cluster [DBG] pgmap v6150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:27.022100+0000 mgr.y (mgr.24491) 6972 : cluster [DBG] pgmap v6150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:27.022100+0000 mgr.y (mgr.24491) 6972 : cluster [DBG] pgmap v6150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:30.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:29.022494+0000 mgr.y (mgr.24491) 6973 : cluster [DBG] pgmap v6151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:29.022494+0000 mgr.y (mgr.24491) 6973 : cluster [DBG] pgmap v6151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:29.022494+0000 mgr.y (mgr.24491) 6973 : cluster [DBG] pgmap v6151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:57:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:31.023173+0000 mgr.y (mgr.24491) 6974 : cluster [DBG] pgmap v6152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:31.023173+0000 mgr.y (mgr.24491) 6974 : cluster [DBG] pgmap v6152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:31.023173+0000 mgr.y (mgr.24491) 6974 : cluster [DBG] pgmap v6152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:34.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:33.023744+0000 mgr.y (mgr.24491) 6975 : cluster [DBG] pgmap v6153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:33.023744+0000 mgr.y (mgr.24491) 6975 : cluster [DBG] pgmap v6153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:33.023744+0000 mgr.y (mgr.24491) 6975 : cluster [DBG] pgmap v6153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:35.024438+0000 mgr.y (mgr.24491) 6976 : cluster [DBG] pgmap v6154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:35.024438+0000 mgr.y (mgr.24491) 6976 : cluster [DBG] pgmap v6154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:35.024438+0000 mgr.y (mgr.24491) 6976 : cluster [DBG] pgmap v6154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:57:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:37.025065+0000 mgr.y (mgr.24491) 6977 : cluster [DBG] pgmap v6155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:37.025065+0000 mgr.y (mgr.24491) 6977 : cluster [DBG] pgmap v6155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:37.025065+0000 mgr.y (mgr.24491) 6977 : cluster [DBG] pgmap v6155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:39.025601+0000 mgr.y (mgr.24491) 6978 : cluster [DBG] pgmap v6156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:39.025601+0000 mgr.y (mgr.24491) 6978 : cluster [DBG] pgmap v6156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:39.025601+0000 mgr.y (mgr.24491) 6978 : cluster [DBG] pgmap v6156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:57:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:41.026300+0000 mgr.y (mgr.24491) 6979 : cluster [DBG] pgmap v6157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:41.026300+0000 mgr.y (mgr.24491) 6979 : cluster [DBG] pgmap v6157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:41.026300+0000 mgr.y (mgr.24491) 6979 : cluster [DBG] pgmap v6157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:43.026855+0000 mgr.y (mgr.24491) 6980 : cluster [DBG] pgmap v6158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:43.026855+0000 mgr.y (mgr.24491) 6980 : cluster [DBG] pgmap v6158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:43.026855+0000 mgr.y (mgr.24491) 6980 : cluster [DBG] pgmap v6158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:45.520 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:57:45.792 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:57:45.792 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:57:45.792 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9m ago 3h 24.5M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 9m ago 3h 468M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 9m ago 3h 566M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 9m ago 3h 291M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 295M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9m ago 3h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 40.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:57:45.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9m ago 3h 43.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:57:45.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:57:45.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:57:45.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:57:45.794 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9m ago 3h 97.7M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:57:46.124 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:57:46.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:57:46.126 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:57:46.126 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:57:46.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:45.027518+0000 mgr.y (mgr.24491) 6981 : cluster [DBG] pgmap v6159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:57:45.510343+0000 mgr.y (mgr.24491) 6982 : audit [DBG] from='client.31919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:57:45.787361+0000 mgr.y (mgr.24491) 6983 : audit [DBG] from='client.22023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:57:46.126983+0000 mon.a (mon.0) 1914 : audit [DBG] from='client.? 172.21.15.177:0/1420451091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:57:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:45.027518+0000 mgr.y (mgr.24491) 6981 : cluster [DBG] pgmap v6159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:57:45.510343+0000 mgr.y (mgr.24491) 6982 : audit [DBG] from='client.31919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:57:45.787361+0000 mgr.y (mgr.24491) 6983 : audit [DBG] from='client.22023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:57:46.126983+0000 mon.a (mon.0) 1914 : audit [DBG] from='client.? 172.21.15.177:0/1420451091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:57:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:45.027518+0000 mgr.y (mgr.24491) 6981 : cluster [DBG] pgmap v6159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:57:45.510343+0000 mgr.y (mgr.24491) 6982 : audit [DBG] from='client.31919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:57:45.787361+0000 mgr.y (mgr.24491) 6983 : audit [DBG] from='client.22023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:57:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:57:46.126983+0000 mon.a (mon.0) 1914 : audit [DBG] from='client.? 172.21.15.177:0/1420451091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:57:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:57:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:47.028051+0000 mgr.y (mgr.24491) 6984 : cluster [DBG] pgmap v6160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:47.028051+0000 mgr.y (mgr.24491) 6984 : cluster [DBG] pgmap v6160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:47.028051+0000 mgr.y (mgr.24491) 6984 : cluster [DBG] pgmap v6160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:49.028549+0000 mgr.y (mgr.24491) 6985 : cluster [DBG] pgmap v6161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:49.028549+0000 mgr.y (mgr.24491) 6985 : cluster [DBG] pgmap v6161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:49.028549+0000 mgr.y (mgr.24491) 6985 : cluster [DBG] pgmap v6161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:57:52.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:51.029471+0000 mgr.y (mgr.24491) 6986 : cluster [DBG] pgmap v6162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:51.029471+0000 mgr.y (mgr.24491) 6986 : cluster [DBG] pgmap v6162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:51.029471+0000 mgr.y (mgr.24491) 6986 : cluster [DBG] pgmap v6162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:53.029915+0000 mgr.y (mgr.24491) 6987 : cluster [DBG] pgmap v6163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:53.029915+0000 mgr.y (mgr.24491) 6987 : cluster [DBG] pgmap v6163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:53.029915+0000 mgr.y (mgr.24491) 6987 : cluster [DBG] pgmap v6163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:55.030550+0000 mgr.y (mgr.24491) 6988 : cluster [DBG] pgmap v6164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:55.030550+0000 mgr.y (mgr.24491) 6988 : cluster [DBG] pgmap v6164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:55.030550+0000 mgr.y (mgr.24491) 6988 : cluster [DBG] pgmap v6164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:57:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:57:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:57:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:57.031133+0000 mgr.y (mgr.24491) 6989 : cluster [DBG] pgmap v6165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:57:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:57.031133+0000 mgr.y (mgr.24491) 6989 : cluster [DBG] pgmap v6165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:57:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:57:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:57.031133+0000 mgr.y (mgr.24491) 6989 : cluster [DBG] pgmap v6165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:57:59.031569+0000 mgr.y (mgr.24491) 6990 : cluster [DBG] pgmap v6166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:57:59.031569+0000 mgr.y (mgr.24491) 6990 : cluster [DBG] pgmap v6166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:57:59.031569+0000 mgr.y (mgr.24491) 6990 : cluster [DBG] pgmap v6166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:58:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:01.032266+0000 mgr.y (mgr.24491) 6991 : cluster [DBG] pgmap v6167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:01.551324+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:58:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:01.032266+0000 mgr.y (mgr.24491) 6991 : cluster [DBG] pgmap v6167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:01.551324+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:58:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:01.032266+0000 mgr.y (mgr.24491) 6991 : cluster [DBG] pgmap v6167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:01.551324+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:58:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:03.032705+0000 mgr.y (mgr.24491) 6992 : cluster [DBG] pgmap v6168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:04.230244+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:58:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:03.032705+0000 mgr.y (mgr.24491) 6992 : cluster [DBG] pgmap v6168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:04.230244+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:58:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:03.032705+0000 mgr.y (mgr.24491) 6992 : cluster [DBG] pgmap v6168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:04.230244+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:58:06.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:04.934990+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:58:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:05.205886+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:58:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:05.206571+0000 mon.a (mon.0) 1919 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:58:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:05.210924+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:58:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:04.934990+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:58:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:05.205886+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:58:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:05.206571+0000 mon.a (mon.0) 1919 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:58:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:05.210924+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:58:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:04.934990+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:58:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:05.205886+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:58:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:05.206571+0000 mon.a (mon.0) 1919 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:58:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:05.210924+0000 mon.a (mon.0) 1920 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:58:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:05.033532+0000 mgr.y (mgr.24491) 6993 : cluster [DBG] pgmap v6169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:05.033532+0000 mgr.y (mgr.24491) 6993 : cluster [DBG] pgmap v6169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:05.033532+0000 mgr.y (mgr.24491) 6993 : cluster [DBG] pgmap v6169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T06:58:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:07.033999+0000 mgr.y (mgr.24491) 6994 : cluster [DBG] pgmap v6170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:07.033999+0000 mgr.y (mgr.24491) 6994 : cluster [DBG] pgmap v6170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:07.033999+0000 mgr.y (mgr.24491) 6994 : cluster [DBG] pgmap v6170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:09.034454+0000 mgr.y (mgr.24491) 6995 : cluster [DBG] pgmap v6171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:58:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:09.034454+0000 mgr.y (mgr.24491) 6995 : cluster [DBG] pgmap v6171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:11.417 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:09.034454+0000 mgr.y (mgr.24491) 6995 : cluster [DBG] pgmap v6171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:11.035312+0000 mgr.y (mgr.24491) 6996 : cluster [DBG] pgmap v6172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:11.035312+0000 mgr.y (mgr.24491) 6996 : cluster [DBG] pgmap v6172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:11.035312+0000 mgr.y (mgr.24491) 6996 : cluster [DBG] pgmap v6172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:13.035820+0000 mgr.y (mgr.24491) 6997 : cluster [DBG] pgmap v6173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:15.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:13.035820+0000 mgr.y (mgr.24491) 6997 : cluster [DBG] pgmap v6173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:13.035820+0000 mgr.y (mgr.24491) 6997 : cluster [DBG] pgmap v6173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:16.435 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:58:16.709 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:58:16.709 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 12s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:58:16.709 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 11s ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:58:16.709 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 12s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:58:16.709 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 11s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:58:16.709 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 11s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:58:16.709 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 12s ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 12s ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 11s ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 12s ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 12s ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 11s ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 12s ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 12s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 12s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 12s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 11s ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 11s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 11s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 11s ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:58:16.710 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 11s ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:58:17.044 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:58:17.045 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:58:17.046 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:58:17.046 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:58:17.046 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:58:17.046 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:58:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:15.036573+0000 mgr.y (mgr.24491) 6998 : cluster [DBG] pgmap v6174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:15.036573+0000 mgr.y (mgr.24491) 6998 : cluster [DBG] pgmap v6174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:17.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:15.036573+0000 mgr.y (mgr.24491) 6998 : cluster [DBG] pgmap v6174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:58:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:16.425615+0000 mgr.y (mgr.24491) 6999 : audit [DBG] from='client.22035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:16.703868+0000 mgr.y (mgr.24491) 7000 : audit [DBG] from='client.31943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:17.046796+0000 mon.c (mon.2) 236 : audit [DBG] from='client.? 172.21.15.177:0/3775164367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:58:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:16.425615+0000 mgr.y (mgr.24491) 6999 : audit [DBG] from='client.22035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:16.703868+0000 mgr.y (mgr.24491) 7000 : audit [DBG] from='client.31943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:17.046796+0000 mon.c (mon.2) 236 : audit [DBG] from='client.? 172.21.15.177:0/3775164367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:58:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:16.425615+0000 mgr.y (mgr.24491) 6999 : audit [DBG] from='client.22035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:16.703868+0000 mgr.y (mgr.24491) 7000 : audit [DBG] from='client.31943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:17.046796+0000 mon.c (mon.2) 236 : audit [DBG] from='client.? 172.21.15.177:0/3775164367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:58:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:17.036925+0000 mgr.y (mgr.24491) 7001 : cluster [DBG] pgmap v6175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:19.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:17.036925+0000 mgr.y (mgr.24491) 7001 : cluster [DBG] pgmap v6175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:17.036925+0000 mgr.y (mgr.24491) 7001 : cluster [DBG] pgmap v6175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:19.037397+0000 mgr.y (mgr.24491) 7002 : cluster [DBG] pgmap v6176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:58:21.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:19.037397+0000 mgr.y (mgr.24491) 7002 : cluster [DBG] pgmap v6176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:19.037397+0000 mgr.y (mgr.24491) 7002 : cluster [DBG] pgmap v6176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:21.038135+0000 mgr.y (mgr.24491) 7003 : cluster [DBG] pgmap v6177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:23.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:21.038135+0000 mgr.y (mgr.24491) 7003 : cluster [DBG] pgmap v6177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:21.038135+0000 mgr.y (mgr.24491) 7003 : cluster [DBG] pgmap v6177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:23.038634+0000 mgr.y (mgr.24491) 7004 : cluster [DBG] pgmap v6178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:25.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:23.038634+0000 mgr.y (mgr.24491) 7004 : cluster [DBG] pgmap v6178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:23.038634+0000 mgr.y (mgr.24491) 7004 : cluster [DBG] pgmap v6178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:25.039332+0000 mgr.y (mgr.24491) 7005 : cluster [DBG] pgmap v6179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:27.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:25.039332+0000 mgr.y (mgr.24491) 7005 : cluster [DBG] pgmap v6179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:25.039332+0000 mgr.y (mgr.24491) 7005 : cluster [DBG] pgmap v6179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T06:58:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:27.039719+0000 mgr.y (mgr.24491) 7006 : cluster [DBG] pgmap v6180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:27.039719+0000 mgr.y (mgr.24491) 7006 : cluster [DBG] pgmap v6180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:27.039719+0000 mgr.y (mgr.24491) 7006 : cluster [DBG] pgmap v6180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:29.040327+0000 mgr.y (mgr.24491) 7007 : cluster [DBG] pgmap v6181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:58:31.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:29.040327+0000 mgr.y (mgr.24491) 7007 : cluster [DBG] pgmap v6181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:29.040327+0000 mgr.y (mgr.24491) 7007 : cluster [DBG] pgmap v6181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:31.041043+0000 mgr.y (mgr.24491) 7008 : cluster [DBG] pgmap v6182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:31.041043+0000 mgr.y (mgr.24491) 7008 : cluster [DBG] pgmap v6182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:31.041043+0000 mgr.y (mgr.24491) 7008 : cluster [DBG] pgmap v6182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:33.041640+0000 mgr.y (mgr.24491) 7009 : cluster [DBG] pgmap v6183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:33.041640+0000 mgr.y (mgr.24491) 7009 : cluster [DBG] pgmap v6183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:33.041640+0000 mgr.y (mgr.24491) 7009 : cluster [DBG] pgmap v6183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:35.042414+0000 mgr.y (mgr.24491) 7010 : cluster [DBG] pgmap v6184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:35.042414+0000 mgr.y (mgr.24491) 7010 : cluster [DBG] pgmap v6184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:37.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:35.042414+0000 mgr.y (mgr.24491) 7010 : cluster [DBG] pgmap v6184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T06:58:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:37.042933+0000 mgr.y (mgr.24491) 7011 : cluster [DBG] pgmap v6185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:37.042933+0000 mgr.y (mgr.24491) 7011 : cluster [DBG] pgmap v6185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:37.042933+0000 mgr.y (mgr.24491) 7011 : cluster [DBG] pgmap v6185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:39.043399+0000 mgr.y (mgr.24491) 7012 : cluster [DBG] pgmap v6186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:58:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:39.043399+0000 mgr.y (mgr.24491) 7012 : cluster [DBG] pgmap v6186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:39.043399+0000 mgr.y (mgr.24491) 7012 : cluster [DBG] pgmap v6186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:41.044089+0000 mgr.y (mgr.24491) 7013 : cluster [DBG] pgmap v6187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:41.044089+0000 mgr.y (mgr.24491) 7013 : cluster [DBG] pgmap v6187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:41.044089+0000 mgr.y (mgr.24491) 7013 : cluster [DBG] pgmap v6187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:44.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:43.044655+0000 mgr.y (mgr.24491) 7014 : cluster [DBG] pgmap v6188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:43.044655+0000 mgr.y (mgr.24491) 7014 : cluster [DBG] pgmap v6188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:43.044655+0000 mgr.y (mgr.24491) 7014 : cluster [DBG] pgmap v6188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:45.045283+0000 mgr.y (mgr.24491) 7015 : cluster [DBG] pgmap v6189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:45.045283+0000 mgr.y (mgr.24491) 7015 : cluster [DBG] pgmap v6189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:45.045283+0000 mgr.y (mgr.24491) 7015 : cluster [DBG] pgmap v6189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:47.355 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:58:47.629 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:58:47.629 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 43s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:58:47.629 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 42s ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:58:47.629 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 43s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:58:47.629 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 42s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:58:47.629 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 42s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:58:47.629 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 43s ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:58:47.629 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 43s ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:58:47.629 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 42s ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:58:47.629 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 43s ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:58:47.630 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 43s ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:58:47.630 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 42s ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:58:47.630 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 43s ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:58:47.630 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 43s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:58:47.630 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 43s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:58:47.630 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 43s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:58:47.630 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 42s ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:58:47.630 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 42s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:58:47.630 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 42s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:58:47.630 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 42s ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:58:47.630 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 42s ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:58:47.961 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:58:47.962 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:58:47.962 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:58:47.962 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:58:47.962 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:58:47.962 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:58:48.056 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:58:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:47.045746+0000 mgr.y (mgr.24491) 7016 : cluster [DBG] pgmap v6190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:47.344603+0000 mgr.y (mgr.24491) 7017 : audit [DBG] from='client.22053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:47.623238+0000 mgr.y (mgr.24491) 7018 : audit [DBG] from='client.31961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:58:47.962997+0000 mon.a (mon.0) 1921 : audit [DBG] from='client.? 172.21.15.177:0/2440009199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:58:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:47.045746+0000 mgr.y (mgr.24491) 7016 : cluster [DBG] pgmap v6190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:47.344603+0000 mgr.y (mgr.24491) 7017 : audit [DBG] from='client.22053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:47.623238+0000 mgr.y (mgr.24491) 7018 : audit [DBG] from='client.31961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:58:47.962997+0000 mon.a (mon.0) 1921 : audit [DBG] from='client.? 172.21.15.177:0/2440009199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:58:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:47.045746+0000 mgr.y (mgr.24491) 7016 : cluster [DBG] pgmap v6190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:47.344603+0000 mgr.y (mgr.24491) 7017 : audit [DBG] from='client.22053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:47.623238+0000 mgr.y (mgr.24491) 7018 : audit [DBG] from='client.31961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:58:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:58:47.962997+0000 mon.a (mon.0) 1921 : audit [DBG] from='client.? 172.21.15.177:0/2440009199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:58:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:49.046196+0000 mgr.y (mgr.24491) 7019 : cluster [DBG] pgmap v6191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:49.046196+0000 mgr.y (mgr.24491) 7019 : cluster [DBG] pgmap v6191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:49.046196+0000 mgr.y (mgr.24491) 7019 : cluster [DBG] pgmap v6191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:58:52.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:51.047048+0000 mgr.y (mgr.24491) 7020 : cluster [DBG] pgmap v6192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:51.047048+0000 mgr.y (mgr.24491) 7020 : cluster [DBG] pgmap v6192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:51.047048+0000 mgr.y (mgr.24491) 7020 : cluster [DBG] pgmap v6192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:54.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:53.047432+0000 mgr.y (mgr.24491) 7021 : cluster [DBG] pgmap v6193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:54.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:53.047432+0000 mgr.y (mgr.24491) 7021 : cluster [DBG] pgmap v6193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:53.047432+0000 mgr.y (mgr.24491) 7021 : cluster [DBG] pgmap v6193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:55.048028+0000 mgr.y (mgr.24491) 7022 : cluster [DBG] pgmap v6194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:55.048028+0000 mgr.y (mgr.24491) 7022 : cluster [DBG] pgmap v6194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:55.048028+0000 mgr.y (mgr.24491) 7022 : cluster [DBG] pgmap v6194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:58.072 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:58:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T06:58:58.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:57.048422+0000 mgr.y (mgr.24491) 7023 : cluster [DBG] pgmap v6195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:57.048422+0000 mgr.y (mgr.24491) 7023 : cluster [DBG] pgmap v6195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:58:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:58:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:57.048422+0000 mgr.y (mgr.24491) 7023 : cluster [DBG] pgmap v6195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:58:59.048836+0000 mgr.y (mgr.24491) 7024 : cluster [DBG] pgmap v6196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:58:59.048836+0000 mgr.y (mgr.24491) 7024 : cluster [DBG] pgmap v6196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:58:59.048836+0000 mgr.y (mgr.24491) 7024 : cluster [DBG] pgmap v6196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:59:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:01.049489+0000 mgr.y (mgr.24491) 7025 : cluster [DBG] pgmap v6197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:01.049489+0000 mgr.y (mgr.24491) 7025 : cluster [DBG] pgmap v6197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:01.049489+0000 mgr.y (mgr.24491) 7025 : cluster [DBG] pgmap v6197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:03.050061+0000 mgr.y (mgr.24491) 7026 : cluster [DBG] pgmap v6198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:03.050061+0000 mgr.y (mgr.24491) 7026 : cluster [DBG] pgmap v6198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:03.050061+0000 mgr.y (mgr.24491) 7026 : cluster [DBG] pgmap v6198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:05.050821+0000 mgr.y (mgr.24491) 7027 : cluster [DBG] pgmap v6199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:59:05.215581+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:59:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:59:05.509276+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:59:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:59:05.509931+0000 mon.a (mon.0) 1924 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:59:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:59:05.514739+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:59:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:05.050821+0000 mgr.y (mgr.24491) 7027 : cluster [DBG] pgmap v6199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:59:05.215581+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:59:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:59:05.509276+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:59:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:59:05.509931+0000 mon.a (mon.0) 1924 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:59:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:59:05.514739+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:59:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:05.050821+0000 mgr.y (mgr.24491) 7027 : cluster [DBG] pgmap v6199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:59:05.215581+0000 mon.a (mon.0) 1922 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T06:59:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:59:05.509276+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T06:59:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:59:05.509931+0000 mon.a (mon.0) 1924 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T06:59:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:59:05.514739+0000 mon.a (mon.0) 1925 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T06:59:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:07] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T06:59:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:07.051324+0000 mgr.y (mgr.24491) 7028 : cluster [DBG] pgmap v6200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:07.051324+0000 mgr.y (mgr.24491) 7028 : cluster [DBG] pgmap v6200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:07.051324+0000 mgr.y (mgr.24491) 7028 : cluster [DBG] pgmap v6200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:09.051935+0000 mgr.y (mgr.24491) 7029 : cluster [DBG] pgmap v6201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:10.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:09.051935+0000 mgr.y (mgr.24491) 7029 : cluster [DBG] pgmap v6201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:09.051935+0000 mgr.y (mgr.24491) 7029 : cluster [DBG] pgmap v6201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:59:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:11.052793+0000 mgr.y (mgr.24491) 7030 : cluster [DBG] pgmap v6202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:12.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:11.052793+0000 mgr.y (mgr.24491) 7030 : cluster [DBG] pgmap v6202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:11.052793+0000 mgr.y (mgr.24491) 7030 : cluster [DBG] pgmap v6202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:13.053364+0000 mgr.y (mgr.24491) 7031 : cluster [DBG] pgmap v6203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:13.053364+0000 mgr.y (mgr.24491) 7031 : cluster [DBG] pgmap v6203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:13.053364+0000 mgr.y (mgr.24491) 7031 : cluster [DBG] pgmap v6203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:15.054076+0000 mgr.y (mgr.24491) 7032 : cluster [DBG] pgmap v6204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:15.054076+0000 mgr.y (mgr.24491) 7032 : cluster [DBG] pgmap v6204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:15.054076+0000 mgr.y (mgr.24491) 7032 : cluster [DBG] pgmap v6204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:17] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:59:18.273 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:59:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:17.054688+0000 mgr.y (mgr.24491) 7033 : cluster [DBG] pgmap v6205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:18.547 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:59:18.547 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 74s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:59:18.547 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 73s ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:59:18.547 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 74s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:59:18.547 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 73s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:59:18.547 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 73s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:59:18.547 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 74s ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:59:18.547 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 74s ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:59:18.548 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 73s ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:59:18.548 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 74s ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:59:18.548 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 74s ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:59:18.548 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 73s ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:59:18.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 74s ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:59:18.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 74s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:59:18.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 74s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:59:18.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 74s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:59:18.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 73s ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:59:18.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 73s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:59:18.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 73s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:59:18.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 73s ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:59:18.549 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 73s ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:59:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:17.054688+0000 mgr.y (mgr.24491) 7033 : cluster [DBG] pgmap v6205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:17.054688+0000 mgr.y (mgr.24491) 7033 : cluster [DBG] pgmap v6205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:18.881 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:59:18.882 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:59:18.882 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:59:18.882 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:59:18.882 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:59:18.883 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:59:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:59:18.263018+0000 mgr.y (mgr.24491) 7034 : audit [DBG] from='client.22071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:59:18.541488+0000 mgr.y (mgr.24491) 7035 : audit [DBG] from='client.31979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:59:18.883414+0000 mon.c (mon.2) 237 : audit [DBG] from='client.? 172.21.15.177:0/780942293' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:59:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:59:18.263018+0000 mgr.y (mgr.24491) 7034 : audit [DBG] from='client.22071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:59:18.541488+0000 mgr.y (mgr.24491) 7035 : audit [DBG] from='client.31979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:59:18.883414+0000 mon.c (mon.2) 237 : audit [DBG] from='client.? 172.21.15.177:0/780942293' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:59:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:59:18.263018+0000 mgr.y (mgr.24491) 7034 : audit [DBG] from='client.22071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:59:18.541488+0000 mgr.y (mgr.24491) 7035 : audit [DBG] from='client.31979 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:59:18.883414+0000 mon.c (mon.2) 237 : audit [DBG] from='client.? 172.21.15.177:0/780942293' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:59:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:19.055015+0000 mgr.y (mgr.24491) 7036 : cluster [DBG] pgmap v6206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:19.055015+0000 mgr.y (mgr.24491) 7036 : cluster [DBG] pgmap v6206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:20.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:19.055015+0000 mgr.y (mgr.24491) 7036 : cluster [DBG] pgmap v6206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:59:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:21.055592+0000 mgr.y (mgr.24491) 7037 : cluster [DBG] pgmap v6207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:21.055592+0000 mgr.y (mgr.24491) 7037 : cluster [DBG] pgmap v6207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:22.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:21.055592+0000 mgr.y (mgr.24491) 7037 : cluster [DBG] pgmap v6207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:24.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:23.056042+0000 mgr.y (mgr.24491) 7038 : cluster [DBG] pgmap v6208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:24.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:23.056042+0000 mgr.y (mgr.24491) 7038 : cluster [DBG] pgmap v6208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:23.056042+0000 mgr.y (mgr.24491) 7038 : cluster [DBG] pgmap v6208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:25.056701+0000 mgr.y (mgr.24491) 7039 : cluster [DBG] pgmap v6209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:26.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:25.056701+0000 mgr.y (mgr.24491) 7039 : cluster [DBG] pgmap v6209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:25.056701+0000 mgr.y (mgr.24491) 7039 : cluster [DBG] pgmap v6209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:27] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:59:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:27.057269+0000 mgr.y (mgr.24491) 7040 : cluster [DBG] pgmap v6210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:27.057269+0000 mgr.y (mgr.24491) 7040 : cluster [DBG] pgmap v6210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:27.057269+0000 mgr.y (mgr.24491) 7040 : cluster [DBG] pgmap v6210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:29.057784+0000 mgr.y (mgr.24491) 7041 : cluster [DBG] pgmap v6211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:29.057784+0000 mgr.y (mgr.24491) 7041 : cluster [DBG] pgmap v6211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:29.057784+0000 mgr.y (mgr.24491) 7041 : cluster [DBG] pgmap v6211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:59:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:31.058445+0000 mgr.y (mgr.24491) 7042 : cluster [DBG] pgmap v6212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:31.058445+0000 mgr.y (mgr.24491) 7042 : cluster [DBG] pgmap v6212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:31.058445+0000 mgr.y (mgr.24491) 7042 : cluster [DBG] pgmap v6212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:33.058839+0000 mgr.y (mgr.24491) 7043 : cluster [DBG] pgmap v6213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:33.058839+0000 mgr.y (mgr.24491) 7043 : cluster [DBG] pgmap v6213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:33.058839+0000 mgr.y (mgr.24491) 7043 : cluster [DBG] pgmap v6213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:35.059657+0000 mgr.y (mgr.24491) 7044 : cluster [DBG] pgmap v6214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:36.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:35.059657+0000 mgr.y (mgr.24491) 7044 : cluster [DBG] pgmap v6214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:36.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:35.059657+0000 mgr.y (mgr.24491) 7044 : cluster [DBG] pgmap v6214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T06:59:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:37.060080+0000 mgr.y (mgr.24491) 7045 : cluster [DBG] pgmap v6215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:37.060080+0000 mgr.y (mgr.24491) 7045 : cluster [DBG] pgmap v6215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:38.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:37.060080+0000 mgr.y (mgr.24491) 7045 : cluster [DBG] pgmap v6215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:39.060508+0000 mgr.y (mgr.24491) 7046 : cluster [DBG] pgmap v6216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:39.060508+0000 mgr.y (mgr.24491) 7046 : cluster [DBG] pgmap v6216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:39.060508+0000 mgr.y (mgr.24491) 7046 : cluster [DBG] pgmap v6216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:59:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:41.061267+0000 mgr.y (mgr.24491) 7047 : cluster [DBG] pgmap v6217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:42.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:41.061267+0000 mgr.y (mgr.24491) 7047 : cluster [DBG] pgmap v6217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:42.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:41.061267+0000 mgr.y (mgr.24491) 7047 : cluster [DBG] pgmap v6217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:43.061670+0000 mgr.y (mgr.24491) 7048 : cluster [DBG] pgmap v6218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:44.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:43.061670+0000 mgr.y (mgr.24491) 7048 : cluster [DBG] pgmap v6218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:43.061670+0000 mgr.y (mgr.24491) 7048 : cluster [DBG] pgmap v6218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:45.062329+0000 mgr.y (mgr.24491) 7049 : cluster [DBG] pgmap v6219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:46.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:45.062329+0000 mgr.y (mgr.24491) 7049 : cluster [DBG] pgmap v6219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:45.062329+0000 mgr.y (mgr.24491) 7049 : cluster [DBG] pgmap v6219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:59:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:47.062796+0000 mgr.y (mgr.24491) 7050 : cluster [DBG] pgmap v6220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:47.062796+0000 mgr.y (mgr.24491) 7050 : cluster [DBG] pgmap v6220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:47.062796+0000 mgr.y (mgr.24491) 7050 : cluster [DBG] pgmap v6220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:49.194 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T06:59:49.469 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T06:59:49.469 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 105s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T06:59:49.469 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 104s ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T06:59:49.469 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 105s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T06:59:49.469 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 104s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T06:59:49.469 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 104s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T06:59:49.469 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 105s ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T06:59:49.469 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 105s ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T06:59:49.469 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 104s ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T06:59:49.469 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 105s ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T06:59:49.470 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 105s ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T06:59:49.470 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 104s ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T06:59:49.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 105s ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T06:59:49.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 105s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T06:59:49.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 105s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T06:59:49.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 105s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T06:59:49.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 104s ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T06:59:49.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 104s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T06:59:49.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 104s ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T06:59:49.470 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 104s ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T06:59:49.470 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 104s ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T06:59:49.802 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T06:59:49.802 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T06:59:49.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T06:59:49.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:59:49.802 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T06:59:49.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:59:49.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:59:49.802 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T06:59:49.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T06:59:49.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:59:49.802 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T06:59:49.803 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T06:59:49.803 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T06:59:49.803 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T06:59:49.803 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T06:59:49.803 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T06:59:49.803 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T06:59:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:49.063158+0000 mgr.y (mgr.24491) 7051 : cluster [DBG] pgmap v6221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:59:49.184712+0000 mgr.y (mgr.24491) 7052 : audit [DBG] from='client.31991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:59:49.463543+0000 mgr.y (mgr.24491) 7053 : audit [DBG] from='client.31997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T06:59:49.804264+0000 mon.c (mon.2) 238 : audit [DBG] from='client.? 172.21.15.177:0/646810217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:59:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:49.063158+0000 mgr.y (mgr.24491) 7051 : cluster [DBG] pgmap v6221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:59:49.184712+0000 mgr.y (mgr.24491) 7052 : audit [DBG] from='client.31991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:59:49.463543+0000 mgr.y (mgr.24491) 7053 : audit [DBG] from='client.31997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T06:59:49.804264+0000 mon.c (mon.2) 238 : audit [DBG] from='client.? 172.21.15.177:0/646810217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:59:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:49.063158+0000 mgr.y (mgr.24491) 7051 : cluster [DBG] pgmap v6221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:59:49.184712+0000 mgr.y (mgr.24491) 7052 : audit [DBG] from='client.31991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:59:49.463543+0000 mgr.y (mgr.24491) 7053 : audit [DBG] from='client.31997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T06:59:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T06:59:49.804264+0000 mon.c (mon.2) 238 : audit [DBG] from='client.? 172.21.15.177:0/646810217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T06:59:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 06:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T06:59:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:51.063792+0000 mgr.y (mgr.24491) 7054 : cluster [DBG] pgmap v6222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:51.063792+0000 mgr.y (mgr.24491) 7054 : cluster [DBG] pgmap v6222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:51.063792+0000 mgr.y (mgr.24491) 7054 : cluster [DBG] pgmap v6222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:53.064283+0000 mgr.y (mgr.24491) 7055 : cluster [DBG] pgmap v6223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:53.064283+0000 mgr.y (mgr.24491) 7055 : cluster [DBG] pgmap v6223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:53.064283+0000 mgr.y (mgr.24491) 7055 : cluster [DBG] pgmap v6223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:55.064910+0000 mgr.y (mgr.24491) 7056 : cluster [DBG] pgmap v6224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:55.064910+0000 mgr.y (mgr.24491) 7056 : cluster [DBG] pgmap v6224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:55.064910+0000 mgr.y (mgr.24491) 7056 : cluster [DBG] pgmap v6224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 06:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:06:59:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T06:59:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 06:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:57.065313+0000 mgr.y (mgr.24491) 7057 : cluster [DBG] pgmap v6225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 06:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:57.065313+0000 mgr.y (mgr.24491) 7057 : cluster [DBG] pgmap v6225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T06:59:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 06:59:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:57.065313+0000 mgr.y (mgr.24491) 7057 : cluster [DBG] pgmap v6225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:00.270 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T06:59:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:00:00.271 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T06:59:59.065858+0000 mgr.y (mgr.24491) 7058 : cluster [DBG] pgmap v6226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:00.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:00.000137+0000 mon.a (mon.0) 1926 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:00:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T06:59:59.065858+0000 mgr.y (mgr.24491) 7058 : cluster [DBG] pgmap v6226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:00.000137+0000 mon.a (mon.0) 1926 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:00:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T06:59:59.065858+0000 mgr.y (mgr.24491) 7058 : cluster [DBG] pgmap v6226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:00.000137+0000 mon.a (mon.0) 1926 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:00:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:00:01.499 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 07:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T07:00:01.058Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1713585600138 maxt=1713592800000 ulid=01HVX4W1BJVNGGY36ZT04FKPF7 duration=48.72306ms 2024-04-20T07:00:01.499 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 07:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T07:00:01.062Z caller=head.go:827 level=info component=tsdb msg="Head GC completed" duration=2.667385ms 2024-04-20T07:00:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:01.066595+0000 mgr.y (mgr.24491) 7059 : cluster [DBG] pgmap v6227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:01.066595+0000 mgr.y (mgr.24491) 7059 : cluster [DBG] pgmap v6227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:01.066595+0000 mgr.y (mgr.24491) 7059 : cluster [DBG] pgmap v6227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:03.067156+0000 mgr.y (mgr.24491) 7060 : cluster [DBG] pgmap v6228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:03.067156+0000 mgr.y (mgr.24491) 7060 : cluster [DBG] pgmap v6228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:03.067156+0000 mgr.y (mgr.24491) 7060 : cluster [DBG] pgmap v6228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:05.067812+0000 mgr.y (mgr.24491) 7061 : cluster [DBG] pgmap v6229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:00:05.519032+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:00:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:00:05.811511+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:00:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:00:05.812174+0000 mon.a (mon.0) 1929 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:00:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:00:05.816409+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:00:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:05.067812+0000 mgr.y (mgr.24491) 7061 : cluster [DBG] pgmap v6229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:00:05.519032+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:00:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:00:05.811511+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:00:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:00:05.812174+0000 mon.a (mon.0) 1929 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:00:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:00:05.816409+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:00:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:05.067812+0000 mgr.y (mgr.24491) 7061 : cluster [DBG] pgmap v6229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:00:05.519032+0000 mon.a (mon.0) 1927 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:00:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:00:05.811511+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:00:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:00:05.812174+0000 mon.a (mon.0) 1929 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:00:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:00:05.816409+0000 mon.a (mon.0) 1930 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:00:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:00:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:07.068243+0000 mgr.y (mgr.24491) 7062 : cluster [DBG] pgmap v6230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:07.068243+0000 mgr.y (mgr.24491) 7062 : cluster [DBG] pgmap v6230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:07.068243+0000 mgr.y (mgr.24491) 7062 : cluster [DBG] pgmap v6230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:10.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:09.068653+0000 mgr.y (mgr.24491) 7063 : cluster [DBG] pgmap v6231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:10.561 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:09.068653+0000 mgr.y (mgr.24491) 7063 : cluster [DBG] pgmap v6231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:09.068653+0000 mgr.y (mgr.24491) 7063 : cluster [DBG] pgmap v6231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:00:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:11.069521+0000 mgr.y (mgr.24491) 7064 : cluster [DBG] pgmap v6232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:11.069521+0000 mgr.y (mgr.24491) 7064 : cluster [DBG] pgmap v6232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:11.069521+0000 mgr.y (mgr.24491) 7064 : cluster [DBG] pgmap v6232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:13.070062+0000 mgr.y (mgr.24491) 7065 : cluster [DBG] pgmap v6233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:13.070062+0000 mgr.y (mgr.24491) 7065 : cluster [DBG] pgmap v6233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:13.070062+0000 mgr.y (mgr.24491) 7065 : cluster [DBG] pgmap v6233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:15.070844+0000 mgr.y (mgr.24491) 7066 : cluster [DBG] pgmap v6234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:15.070844+0000 mgr.y (mgr.24491) 7066 : cluster [DBG] pgmap v6234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:15.070844+0000 mgr.y (mgr.24491) 7066 : cluster [DBG] pgmap v6234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:00:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:17.071405+0000 mgr.y (mgr.24491) 7067 : cluster [DBG] pgmap v6235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:17.071405+0000 mgr.y (mgr.24491) 7067 : cluster [DBG] pgmap v6235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:17.071405+0000 mgr.y (mgr.24491) 7067 : cluster [DBG] pgmap v6235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:20.114 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:00:20.391 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:00:20.391 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:00:20.391 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:00:20.391 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:00:20.391 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:00:20.391 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:00:20.391 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:00:20.391 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:00:20.391 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:00:20.392 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:00:20.392 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:00:20.392 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:00:20.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:00:20.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:00:20.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 2m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:00:20.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 2m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:00:20.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 2m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:00:20.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 2m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:00:20.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:00:20.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:00:20.393 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:00:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:19.071826+0000 mgr.y (mgr.24491) 7068 : cluster [DBG] pgmap v6236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:19.071826+0000 mgr.y (mgr.24491) 7068 : cluster [DBG] pgmap v6236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:20.724 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:00:20.724 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:00:20.724 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:00:20.724 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:00:20.724 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:00:20.724 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:00:20.724 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:00:20.725 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:00:20.725 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:00:20.725 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:00:20.725 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:00:20.725 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:00:20.725 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:00:20.725 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:00:20.725 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:00:20.725 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:00:20.725 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:00:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:19.071826+0000 mgr.y (mgr.24491) 7068 : cluster [DBG] pgmap v6236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:21.315 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:00:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:00:20.102787+0000 mgr.y (mgr.24491) 7069 : audit [DBG] from='client.32009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:00:20.385449+0000 mgr.y (mgr.24491) 7070 : audit [DBG] from='client.32015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:00:20.726244+0000 mon.c (mon.2) 239 : audit [DBG] from='client.? 172.21.15.177:0/362759512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:00:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:00:20.102787+0000 mgr.y (mgr.24491) 7069 : audit [DBG] from='client.32009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:00:20.385449+0000 mgr.y (mgr.24491) 7070 : audit [DBG] from='client.32015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:00:20.726244+0000 mon.c (mon.2) 239 : audit [DBG] from='client.? 172.21.15.177:0/362759512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:00:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:00:20.102787+0000 mgr.y (mgr.24491) 7069 : audit [DBG] from='client.32009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:00:20.385449+0000 mgr.y (mgr.24491) 7070 : audit [DBG] from='client.32015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:00:20.726244+0000 mon.c (mon.2) 239 : audit [DBG] from='client.? 172.21.15.177:0/362759512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:00:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:21.072489+0000 mgr.y (mgr.24491) 7071 : cluster [DBG] pgmap v6237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:21.072489+0000 mgr.y (mgr.24491) 7071 : cluster [DBG] pgmap v6237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:21.072489+0000 mgr.y (mgr.24491) 7071 : cluster [DBG] pgmap v6237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:23.072848+0000 mgr.y (mgr.24491) 7072 : cluster [DBG] pgmap v6238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:23.072848+0000 mgr.y (mgr.24491) 7072 : cluster [DBG] pgmap v6238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:23.072848+0000 mgr.y (mgr.24491) 7072 : cluster [DBG] pgmap v6238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:25.073490+0000 mgr.y (mgr.24491) 7073 : cluster [DBG] pgmap v6239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:25.073490+0000 mgr.y (mgr.24491) 7073 : cluster [DBG] pgmap v6239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:25.073490+0000 mgr.y (mgr.24491) 7073 : cluster [DBG] pgmap v6239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:00:28.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:27.073881+0000 mgr.y (mgr.24491) 7074 : cluster [DBG] pgmap v6240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:27.073881+0000 mgr.y (mgr.24491) 7074 : cluster [DBG] pgmap v6240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:27.073881+0000 mgr.y (mgr.24491) 7074 : cluster [DBG] pgmap v6240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:29.074277+0000 mgr.y (mgr.24491) 7075 : cluster [DBG] pgmap v6241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:29.074277+0000 mgr.y (mgr.24491) 7075 : cluster [DBG] pgmap v6241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:29.074277+0000 mgr.y (mgr.24491) 7075 : cluster [DBG] pgmap v6241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:00:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:31.075001+0000 mgr.y (mgr.24491) 7076 : cluster [DBG] pgmap v6242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:31.075001+0000 mgr.y (mgr.24491) 7076 : cluster [DBG] pgmap v6242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:31.075001+0000 mgr.y (mgr.24491) 7076 : cluster [DBG] pgmap v6242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:33.075374+0000 mgr.y (mgr.24491) 7077 : cluster [DBG] pgmap v6243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:33.075374+0000 mgr.y (mgr.24491) 7077 : cluster [DBG] pgmap v6243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:33.075374+0000 mgr.y (mgr.24491) 7077 : cluster [DBG] pgmap v6243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:35.076295+0000 mgr.y (mgr.24491) 7078 : cluster [DBG] pgmap v6244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:35.076295+0000 mgr.y (mgr.24491) 7078 : cluster [DBG] pgmap v6244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:35.076295+0000 mgr.y (mgr.24491) 7078 : cluster [DBG] pgmap v6244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:00:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:37.076708+0000 mgr.y (mgr.24491) 7079 : cluster [DBG] pgmap v6245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:37.076708+0000 mgr.y (mgr.24491) 7079 : cluster [DBG] pgmap v6245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:37.076708+0000 mgr.y (mgr.24491) 7079 : cluster [DBG] pgmap v6245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:39.077193+0000 mgr.y (mgr.24491) 7080 : cluster [DBG] pgmap v6246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:39.077193+0000 mgr.y (mgr.24491) 7080 : cluster [DBG] pgmap v6246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:39.077193+0000 mgr.y (mgr.24491) 7080 : cluster [DBG] pgmap v6246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:00:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:41.078013+0000 mgr.y (mgr.24491) 7081 : cluster [DBG] pgmap v6247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:41.078013+0000 mgr.y (mgr.24491) 7081 : cluster [DBG] pgmap v6247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:41.078013+0000 mgr.y (mgr.24491) 7081 : cluster [DBG] pgmap v6247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:43.078425+0000 mgr.y (mgr.24491) 7082 : cluster [DBG] pgmap v6248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:43.078425+0000 mgr.y (mgr.24491) 7082 : cluster [DBG] pgmap v6248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:43.078425+0000 mgr.y (mgr.24491) 7082 : cluster [DBG] pgmap v6248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:45.079061+0000 mgr.y (mgr.24491) 7083 : cluster [DBG] pgmap v6249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:45.079061+0000 mgr.y (mgr.24491) 7083 : cluster [DBG] pgmap v6249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:45.079061+0000 mgr.y (mgr.24491) 7083 : cluster [DBG] pgmap v6249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:47] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T07:00:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:47.079589+0000 mgr.y (mgr.24491) 7084 : cluster [DBG] pgmap v6250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:47.079589+0000 mgr.y (mgr.24491) 7084 : cluster [DBG] pgmap v6250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:47.079589+0000 mgr.y (mgr.24491) 7084 : cluster [DBG] pgmap v6250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:50.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:49.080028+0000 mgr.y (mgr.24491) 7085 : cluster [DBG] pgmap v6251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:49.080028+0000 mgr.y (mgr.24491) 7085 : cluster [DBG] pgmap v6251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:49.080028+0000 mgr.y (mgr.24491) 7085 : cluster [DBG] pgmap v6251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:51.034 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:00:51.309 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:00:51.310 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:00:51.310 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:00:51.310 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:00:51.310 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:00:51.310 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:00:51.310 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:00:51.310 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:00:51.310 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:00:51.310 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:00:51.310 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:00:51.311 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:00:51.311 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:00:51.311 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:00:51.311 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 2m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:00:51.311 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 2m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:00:51.311 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 2m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:00:51.311 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 2m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:00:51.311 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:00:51.311 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:00:51.311 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:00:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:00:51.643 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:00:51.643 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:00:51.643 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:00:51.643 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:00:51.643 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:00:51.643 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:00:51.644 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:00:51.644 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:00:51.644 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:00:51.644 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:00:51.644 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:00:51.644 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:00:51.644 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:00:51.644 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:00:51.644 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:00:51.644 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:00:51.644 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:00:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:00:51.024400+0000 mgr.y (mgr.24491) 7086 : audit [DBG] from='client.32027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:51.080773+0000 mgr.y (mgr.24491) 7087 : cluster [DBG] pgmap v6252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:00:51.304406+0000 mgr.y (mgr.24491) 7088 : audit [DBG] from='client.32033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:00:51.645635+0000 mon.c (mon.2) 240 : audit [DBG] from='client.? 172.21.15.177:0/107271879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:00:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:00:51.024400+0000 mgr.y (mgr.24491) 7086 : audit [DBG] from='client.32027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:51.080773+0000 mgr.y (mgr.24491) 7087 : cluster [DBG] pgmap v6252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:00:51.304406+0000 mgr.y (mgr.24491) 7088 : audit [DBG] from='client.32033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:00:51.645635+0000 mon.c (mon.2) 240 : audit [DBG] from='client.? 172.21.15.177:0/107271879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:00:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:00:51.024400+0000 mgr.y (mgr.24491) 7086 : audit [DBG] from='client.32027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:51.080773+0000 mgr.y (mgr.24491) 7087 : cluster [DBG] pgmap v6252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:00:51.304406+0000 mgr.y (mgr.24491) 7088 : audit [DBG] from='client.32033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:00:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:00:51.645635+0000 mon.c (mon.2) 240 : audit [DBG] from='client.? 172.21.15.177:0/107271879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:00:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:53.081211+0000 mgr.y (mgr.24491) 7089 : cluster [DBG] pgmap v6253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:53.081211+0000 mgr.y (mgr.24491) 7089 : cluster [DBG] pgmap v6253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:53.081211+0000 mgr.y (mgr.24491) 7089 : cluster [DBG] pgmap v6253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:55.082041+0000 mgr.y (mgr.24491) 7090 : cluster [DBG] pgmap v6254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:55.082041+0000 mgr.y (mgr.24491) 7090 : cluster [DBG] pgmap v6254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:55.082041+0000 mgr.y (mgr.24491) 7090 : cluster [DBG] pgmap v6254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:00:57] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T07:00:58.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:00:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:57.082451+0000 mgr.y (mgr.24491) 7091 : cluster [DBG] pgmap v6255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:00:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:57.082451+0000 mgr.y (mgr.24491) 7091 : cluster [DBG] pgmap v6255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:00:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:00:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:57.082451+0000 mgr.y (mgr.24491) 7091 : cluster [DBG] pgmap v6255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:00:59.083001+0000 mgr.y (mgr.24491) 7092 : cluster [DBG] pgmap v6256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:00:59.083001+0000 mgr.y (mgr.24491) 7092 : cluster [DBG] pgmap v6256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:00:59.083001+0000 mgr.y (mgr.24491) 7092 : cluster [DBG] pgmap v6256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:01:02.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:01.083670+0000 mgr.y (mgr.24491) 7093 : cluster [DBG] pgmap v6257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:01.083670+0000 mgr.y (mgr.24491) 7093 : cluster [DBG] pgmap v6257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:01.083670+0000 mgr.y (mgr.24491) 7093 : cluster [DBG] pgmap v6257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:03.084136+0000 mgr.y (mgr.24491) 7094 : cluster [DBG] pgmap v6258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:03.084136+0000 mgr.y (mgr.24491) 7094 : cluster [DBG] pgmap v6258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:03.084136+0000 mgr.y (mgr.24491) 7094 : cluster [DBG] pgmap v6258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:06.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:05.085019+0000 mgr.y (mgr.24491) 7095 : cluster [DBG] pgmap v6259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:06.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:01:05.820597+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:01:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:01:06.065626+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:01:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:01:06.345362+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:01:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:01:06.345984+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:01:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:01:06.350617+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:01:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:05.085019+0000 mgr.y (mgr.24491) 7095 : cluster [DBG] pgmap v6259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:01:05.820597+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:01:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:01:06.065626+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:01:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:01:06.345362+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:01:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:01:06.345984+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:01:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:01:06.350617+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:01:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:05.085019+0000 mgr.y (mgr.24491) 7095 : cluster [DBG] pgmap v6259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:01:05.820597+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:01:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:01:06.065626+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:01:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:01:06.345362+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:01:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:01:06.345984+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:01:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:01:06.350617+0000 mon.a (mon.0) 1935 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:01:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:01:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:07.085542+0000 mgr.y (mgr.24491) 7096 : cluster [DBG] pgmap v6260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:07.085542+0000 mgr.y (mgr.24491) 7096 : cluster [DBG] pgmap v6260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:07.085542+0000 mgr.y (mgr.24491) 7096 : cluster [DBG] pgmap v6260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:09.085981+0000 mgr.y (mgr.24491) 7097 : cluster [DBG] pgmap v6261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:09.085981+0000 mgr.y (mgr.24491) 7097 : cluster [DBG] pgmap v6261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:09.085981+0000 mgr.y (mgr.24491) 7097 : cluster [DBG] pgmap v6261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:01:12.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:11.086590+0000 mgr.y (mgr.24491) 7098 : cluster [DBG] pgmap v6262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:11.086590+0000 mgr.y (mgr.24491) 7098 : cluster [DBG] pgmap v6262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:12.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:11.086590+0000 mgr.y (mgr.24491) 7098 : cluster [DBG] pgmap v6262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:13.087003+0000 mgr.y (mgr.24491) 7099 : cluster [DBG] pgmap v6263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:13.087003+0000 mgr.y (mgr.24491) 7099 : cluster [DBG] pgmap v6263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:13.087003+0000 mgr.y (mgr.24491) 7099 : cluster [DBG] pgmap v6263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:15.087614+0000 mgr.y (mgr.24491) 7100 : cluster [DBG] pgmap v6264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:15.087614+0000 mgr.y (mgr.24491) 7100 : cluster [DBG] pgmap v6264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:15.087614+0000 mgr.y (mgr.24491) 7100 : cluster [DBG] pgmap v6264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:01:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:17.088036+0000 mgr.y (mgr.24491) 7101 : cluster [DBG] pgmap v6265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:17.088036+0000 mgr.y (mgr.24491) 7101 : cluster [DBG] pgmap v6265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:17.088036+0000 mgr.y (mgr.24491) 7101 : cluster [DBG] pgmap v6265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:19.088468+0000 mgr.y (mgr.24491) 7102 : cluster [DBG] pgmap v6266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:19.088468+0000 mgr.y (mgr.24491) 7102 : cluster [DBG] pgmap v6266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:19.088468+0000 mgr.y (mgr.24491) 7102 : cluster [DBG] pgmap v6266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:01:21.955 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:01:22.230 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:01:22.230 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:01:22.230 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:01:22.230 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:01:22.230 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:01:22.230 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:01:22.230 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:01:22.230 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:01:22.230 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:01:22.230 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:01:22.230 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:01:22.231 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:01:22.231 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:01:22.231 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:01:22.231 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:01:22.231 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:01:22.231 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:01:22.231 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 3m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:01:22.231 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 3m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:01:22.231 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 3m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:01:22.231 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:01:22.570 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:01:22.570 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:01:22.571 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:01:22.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:01:22.572 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:01:22.572 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:01:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:21.089150+0000 mgr.y (mgr.24491) 7103 : cluster [DBG] pgmap v6267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:01:21.944545+0000 mgr.y (mgr.24491) 7104 : audit [DBG] from='client.22143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:21.089150+0000 mgr.y (mgr.24491) 7103 : cluster [DBG] pgmap v6267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:01:21.944545+0000 mgr.y (mgr.24491) 7104 : audit [DBG] from='client.22143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:21.089150+0000 mgr.y (mgr.24491) 7103 : cluster [DBG] pgmap v6267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:01:21.944545+0000 mgr.y (mgr.24491) 7104 : audit [DBG] from='client.22143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:01:22.224315+0000 mgr.y (mgr.24491) 7105 : audit [DBG] from='client.32051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:01:22.573015+0000 mon.c (mon.2) 241 : audit [DBG] from='client.? 172.21.15.177:0/4051397726' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:01:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:01:22.224315+0000 mgr.y (mgr.24491) 7105 : audit [DBG] from='client.32051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:01:22.573015+0000 mon.c (mon.2) 241 : audit [DBG] from='client.? 172.21.15.177:0/4051397726' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:01:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:01:22.224315+0000 mgr.y (mgr.24491) 7105 : audit [DBG] from='client.32051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:01:22.573015+0000 mon.c (mon.2) 241 : audit [DBG] from='client.? 172.21.15.177:0/4051397726' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:01:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:23.089498+0000 mgr.y (mgr.24491) 7106 : cluster [DBG] pgmap v6268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:23.089498+0000 mgr.y (mgr.24491) 7106 : cluster [DBG] pgmap v6268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:23.089498+0000 mgr.y (mgr.24491) 7106 : cluster [DBG] pgmap v6268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:25.090116+0000 mgr.y (mgr.24491) 7107 : cluster [DBG] pgmap v6269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:25.090116+0000 mgr.y (mgr.24491) 7107 : cluster [DBG] pgmap v6269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:25.090116+0000 mgr.y (mgr.24491) 7107 : cluster [DBG] pgmap v6269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:01:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:27.090603+0000 mgr.y (mgr.24491) 7108 : cluster [DBG] pgmap v6270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:27.090603+0000 mgr.y (mgr.24491) 7108 : cluster [DBG] pgmap v6270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:27.090603+0000 mgr.y (mgr.24491) 7108 : cluster [DBG] pgmap v6270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:29.091057+0000 mgr.y (mgr.24491) 7109 : cluster [DBG] pgmap v6271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:29.091057+0000 mgr.y (mgr.24491) 7109 : cluster [DBG] pgmap v6271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:29.091057+0000 mgr.y (mgr.24491) 7109 : cluster [DBG] pgmap v6271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:01:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:31.091636+0000 mgr.y (mgr.24491) 7110 : cluster [DBG] pgmap v6272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:31.091636+0000 mgr.y (mgr.24491) 7110 : cluster [DBG] pgmap v6272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:31.091636+0000 mgr.y (mgr.24491) 7110 : cluster [DBG] pgmap v6272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:33.092013+0000 mgr.y (mgr.24491) 7111 : cluster [DBG] pgmap v6273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:33.092013+0000 mgr.y (mgr.24491) 7111 : cluster [DBG] pgmap v6273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:33.092013+0000 mgr.y (mgr.24491) 7111 : cluster [DBG] pgmap v6273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:35.092608+0000 mgr.y (mgr.24491) 7112 : cluster [DBG] pgmap v6274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:35.092608+0000 mgr.y (mgr.24491) 7112 : cluster [DBG] pgmap v6274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:35.092608+0000 mgr.y (mgr.24491) 7112 : cluster [DBG] pgmap v6274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:01:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:37.093083+0000 mgr.y (mgr.24491) 7113 : cluster [DBG] pgmap v6275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:37.093083+0000 mgr.y (mgr.24491) 7113 : cluster [DBG] pgmap v6275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:37.093083+0000 mgr.y (mgr.24491) 7113 : cluster [DBG] pgmap v6275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:39.093621+0000 mgr.y (mgr.24491) 7114 : cluster [DBG] pgmap v6276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:39.093621+0000 mgr.y (mgr.24491) 7114 : cluster [DBG] pgmap v6276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:39.093621+0000 mgr.y (mgr.24491) 7114 : cluster [DBG] pgmap v6276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:01:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:41.094468+0000 mgr.y (mgr.24491) 7115 : cluster [DBG] pgmap v6277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:41.094468+0000 mgr.y (mgr.24491) 7115 : cluster [DBG] pgmap v6277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:41.094468+0000 mgr.y (mgr.24491) 7115 : cluster [DBG] pgmap v6277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:43.094862+0000 mgr.y (mgr.24491) 7116 : cluster [DBG] pgmap v6278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:43.094862+0000 mgr.y (mgr.24491) 7116 : cluster [DBG] pgmap v6278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:43.094862+0000 mgr.y (mgr.24491) 7116 : cluster [DBG] pgmap v6278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:45.095582+0000 mgr.y (mgr.24491) 7117 : cluster [DBG] pgmap v6279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:45.095582+0000 mgr.y (mgr.24491) 7117 : cluster [DBG] pgmap v6279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:45.095582+0000 mgr.y (mgr.24491) 7117 : cluster [DBG] pgmap v6279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:01:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:47.095997+0000 mgr.y (mgr.24491) 7118 : cluster [DBG] pgmap v6280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:47.095997+0000 mgr.y (mgr.24491) 7118 : cluster [DBG] pgmap v6280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:47.095997+0000 mgr.y (mgr.24491) 7118 : cluster [DBG] pgmap v6280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:49.096313+0000 mgr.y (mgr.24491) 7119 : cluster [DBG] pgmap v6281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:49.096313+0000 mgr.y (mgr.24491) 7119 : cluster [DBG] pgmap v6281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:49.096313+0000 mgr.y (mgr.24491) 7119 : cluster [DBG] pgmap v6281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:01:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:51.097170+0000 mgr.y (mgr.24491) 7120 : cluster [DBG] pgmap v6282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:52.884 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:01:52.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:51.097170+0000 mgr.y (mgr.24491) 7120 : cluster [DBG] pgmap v6282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:51.097170+0000 mgr.y (mgr.24491) 7120 : cluster [DBG] pgmap v6282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:53.162 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:01:53.163 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:01:53.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:01:53.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:01:53.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:01:53.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 3m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:01:53.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 3m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:01:53.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 3m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:01:53.164 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:01:53.498 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:01:53.499 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:01:53.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:01:53.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:01:53.499 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:01:53.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:01:53.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:01:53.499 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:01:53.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:01:53.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:01:53.500 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:01:53.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:01:53.500 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:01:53.500 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:01:53.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:01:53.500 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:01:53.500 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:01:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:01:52.874757+0000 mgr.y (mgr.24491) 7121 : audit [DBG] from='client.22161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:53.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:01:52.874757+0000 mgr.y (mgr.24491) 7121 : audit [DBG] from='client.22161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:01:52.874757+0000 mgr.y (mgr.24491) 7121 : audit [DBG] from='client.22161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:53.097511+0000 mgr.y (mgr.24491) 7122 : cluster [DBG] pgmap v6283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:01:53.157180+0000 mgr.y (mgr.24491) 7123 : audit [DBG] from='client.32069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:01:53.500916+0000 mon.a (mon.0) 1936 : audit [DBG] from='client.? 172.21.15.177:0/1416712290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:01:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:53.097511+0000 mgr.y (mgr.24491) 7122 : cluster [DBG] pgmap v6283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:01:53.157180+0000 mgr.y (mgr.24491) 7123 : audit [DBG] from='client.32069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:01:53.500916+0000 mon.a (mon.0) 1936 : audit [DBG] from='client.? 172.21.15.177:0/1416712290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:01:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:53.097511+0000 mgr.y (mgr.24491) 7122 : cluster [DBG] pgmap v6283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:01:53.157180+0000 mgr.y (mgr.24491) 7123 : audit [DBG] from='client.32069 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:01:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:01:53.500916+0000 mon.a (mon.0) 1936 : audit [DBG] from='client.? 172.21.15.177:0/1416712290' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:01:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:55.098194+0000 mgr.y (mgr.24491) 7124 : cluster [DBG] pgmap v6284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:55.098194+0000 mgr.y (mgr.24491) 7124 : cluster [DBG] pgmap v6284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:55.098194+0000 mgr.y (mgr.24491) 7124 : cluster [DBG] pgmap v6284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:01:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:01:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:01:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:57.098682+0000 mgr.y (mgr.24491) 7125 : cluster [DBG] pgmap v6285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:01:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:57.098682+0000 mgr.y (mgr.24491) 7125 : cluster [DBG] pgmap v6285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:01:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:01:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:57.098682+0000 mgr.y (mgr.24491) 7125 : cluster [DBG] pgmap v6285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:01:59.099072+0000 mgr.y (mgr.24491) 7126 : cluster [DBG] pgmap v6286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:01:59.099072+0000 mgr.y (mgr.24491) 7126 : cluster [DBG] pgmap v6286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:01:59.099072+0000 mgr.y (mgr.24491) 7126 : cluster [DBG] pgmap v6286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:02:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:01.099702+0000 mgr.y (mgr.24491) 7127 : cluster [DBG] pgmap v6287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:01.099702+0000 mgr.y (mgr.24491) 7127 : cluster [DBG] pgmap v6287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:01.099702+0000 mgr.y (mgr.24491) 7127 : cluster [DBG] pgmap v6287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:03.100070+0000 mgr.y (mgr.24491) 7128 : cluster [DBG] pgmap v6288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:03.100070+0000 mgr.y (mgr.24491) 7128 : cluster [DBG] pgmap v6288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:03.100070+0000 mgr.y (mgr.24491) 7128 : cluster [DBG] pgmap v6288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:05.100744+0000 mgr.y (mgr.24491) 7129 : cluster [DBG] pgmap v6289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:02:06.354903+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:02:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:05.100744+0000 mgr.y (mgr.24491) 7129 : cluster [DBG] pgmap v6289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:02:06.354903+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:02:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:05.100744+0000 mgr.y (mgr.24491) 7129 : cluster [DBG] pgmap v6289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:02:06.354903+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:02:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:07] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:02:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:02:06.599511+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:02:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:02:06.877053+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:02:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:02:06.877684+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:02:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:02:06.881717+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:02:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:02:06.599511+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:02:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:02:06.877053+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:02:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:02:06.877684+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:02:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:02:06.881717+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:02:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:02:06.599511+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:02:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:02:06.877053+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:02:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:02:06.877684+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:02:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:02:06.881717+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:02:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:07.101209+0000 mgr.y (mgr.24491) 7130 : cluster [DBG] pgmap v6290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:07.101209+0000 mgr.y (mgr.24491) 7130 : cluster [DBG] pgmap v6290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:07.101209+0000 mgr.y (mgr.24491) 7130 : cluster [DBG] pgmap v6290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:09.101637+0000 mgr.y (mgr.24491) 7131 : cluster [DBG] pgmap v6291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:09.101637+0000 mgr.y (mgr.24491) 7131 : cluster [DBG] pgmap v6291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:09.101637+0000 mgr.y (mgr.24491) 7131 : cluster [DBG] pgmap v6291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:02:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:11.102277+0000 mgr.y (mgr.24491) 7132 : cluster [DBG] pgmap v6292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:11.102277+0000 mgr.y (mgr.24491) 7132 : cluster [DBG] pgmap v6292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:11.102277+0000 mgr.y (mgr.24491) 7132 : cluster [DBG] pgmap v6292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:13.102742+0000 mgr.y (mgr.24491) 7133 : cluster [DBG] pgmap v6293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:13.102742+0000 mgr.y (mgr.24491) 7133 : cluster [DBG] pgmap v6293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:13.102742+0000 mgr.y (mgr.24491) 7133 : cluster [DBG] pgmap v6293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:15.103415+0000 mgr.y (mgr.24491) 7134 : cluster [DBG] pgmap v6294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:15.103415+0000 mgr.y (mgr.24491) 7134 : cluster [DBG] pgmap v6294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:15.103415+0000 mgr.y (mgr.24491) 7134 : cluster [DBG] pgmap v6294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:02:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:17.103966+0000 mgr.y (mgr.24491) 7135 : cluster [DBG] pgmap v6295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:17.103966+0000 mgr.y (mgr.24491) 7135 : cluster [DBG] pgmap v6295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:17.103966+0000 mgr.y (mgr.24491) 7135 : cluster [DBG] pgmap v6295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:19.104521+0000 mgr.y (mgr.24491) 7136 : cluster [DBG] pgmap v6296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:02:21.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:19.104521+0000 mgr.y (mgr.24491) 7136 : cluster [DBG] pgmap v6296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:21.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:19.104521+0000 mgr.y (mgr.24491) 7136 : cluster [DBG] pgmap v6296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:21.105262+0000 mgr.y (mgr.24491) 7137 : cluster [DBG] pgmap v6297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:23.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:21.105262+0000 mgr.y (mgr.24491) 7137 : cluster [DBG] pgmap v6297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:21.105262+0000 mgr.y (mgr.24491) 7137 : cluster [DBG] pgmap v6297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:23.809 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:02:24.083 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:02:24.083 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:02:24.083 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:02:24.083 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 4m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:02:24.083 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 4m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:02:24.083 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:02:24.083 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:02:24.083 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:02:24.083 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 4m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 4m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 4m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:02:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:02:24.419 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:02:24.419 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:02:24.419 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:02:24.419 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:02:24.419 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:02:24.419 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:02:24.419 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:02:24.419 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:02:24.419 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:02:24.419 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:02:24.419 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:02:24.420 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:02:24.420 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:02:24.420 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:02:24.420 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:02:24.420 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:02:24.420 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:02:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:23.105697+0000 mgr.y (mgr.24491) 7138 : cluster [DBG] pgmap v6298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:02:23.798828+0000 mgr.y (mgr.24491) 7139 : audit [DBG] from='client.32081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:02:24.420749+0000 mon.a (mon.0) 1942 : audit [DBG] from='client.? 172.21.15.177:0/2049013556' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:02:25.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:23.105697+0000 mgr.y (mgr.24491) 7138 : cluster [DBG] pgmap v6298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:25.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:02:23.798828+0000 mgr.y (mgr.24491) 7139 : audit [DBG] from='client.32081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:25.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:02:24.420749+0000 mon.a (mon.0) 1942 : audit [DBG] from='client.? 172.21.15.177:0/2049013556' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:02:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:23.105697+0000 mgr.y (mgr.24491) 7138 : cluster [DBG] pgmap v6298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:02:23.798828+0000 mgr.y (mgr.24491) 7139 : audit [DBG] from='client.32081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:02:24.420749+0000 mon.a (mon.0) 1942 : audit [DBG] from='client.? 172.21.15.177:0/2049013556' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:02:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:02:24.077302+0000 mgr.y (mgr.24491) 7140 : audit [DBG] from='client.32087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:02:24.077302+0000 mgr.y (mgr.24491) 7140 : audit [DBG] from='client.32087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:02:24.077302+0000 mgr.y (mgr.24491) 7140 : audit [DBG] from='client.32087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:25.106611+0000 mgr.y (mgr.24491) 7141 : cluster [DBG] pgmap v6299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:25.106611+0000 mgr.y (mgr.24491) 7141 : cluster [DBG] pgmap v6299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:25.106611+0000 mgr.y (mgr.24491) 7141 : cluster [DBG] pgmap v6299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:02:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:27.107109+0000 mgr.y (mgr.24491) 7142 : cluster [DBG] pgmap v6300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:29.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:27.107109+0000 mgr.y (mgr.24491) 7142 : cluster [DBG] pgmap v6300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:27.107109+0000 mgr.y (mgr.24491) 7142 : cluster [DBG] pgmap v6300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:29.107501+0000 mgr.y (mgr.24491) 7143 : cluster [DBG] pgmap v6301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:02:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:29.107501+0000 mgr.y (mgr.24491) 7143 : cluster [DBG] pgmap v6301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:29.107501+0000 mgr.y (mgr.24491) 7143 : cluster [DBG] pgmap v6301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:31.108277+0000 mgr.y (mgr.24491) 7144 : cluster [DBG] pgmap v6302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:31.108277+0000 mgr.y (mgr.24491) 7144 : cluster [DBG] pgmap v6302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:31.108277+0000 mgr.y (mgr.24491) 7144 : cluster [DBG] pgmap v6302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:33.108675+0000 mgr.y (mgr.24491) 7145 : cluster [DBG] pgmap v6303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:33.108675+0000 mgr.y (mgr.24491) 7145 : cluster [DBG] pgmap v6303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:33.108675+0000 mgr.y (mgr.24491) 7145 : cluster [DBG] pgmap v6303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:35.109389+0000 mgr.y (mgr.24491) 7146 : cluster [DBG] pgmap v6304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:35.109389+0000 mgr.y (mgr.24491) 7146 : cluster [DBG] pgmap v6304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:35.109389+0000 mgr.y (mgr.24491) 7146 : cluster [DBG] pgmap v6304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:02:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:37.109793+0000 mgr.y (mgr.24491) 7147 : cluster [DBG] pgmap v6305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:37.109793+0000 mgr.y (mgr.24491) 7147 : cluster [DBG] pgmap v6305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:37.109793+0000 mgr.y (mgr.24491) 7147 : cluster [DBG] pgmap v6305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:39.110284+0000 mgr.y (mgr.24491) 7148 : cluster [DBG] pgmap v6306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:02:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:39.110284+0000 mgr.y (mgr.24491) 7148 : cluster [DBG] pgmap v6306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:39.110284+0000 mgr.y (mgr.24491) 7148 : cluster [DBG] pgmap v6306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:41.111131+0000 mgr.y (mgr.24491) 7149 : cluster [DBG] pgmap v6307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:43.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:41.111131+0000 mgr.y (mgr.24491) 7149 : cluster [DBG] pgmap v6307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:41.111131+0000 mgr.y (mgr.24491) 7149 : cluster [DBG] pgmap v6307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:43.111518+0000 mgr.y (mgr.24491) 7150 : cluster [DBG] pgmap v6308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:45.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:43.111518+0000 mgr.y (mgr.24491) 7150 : cluster [DBG] pgmap v6308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:43.111518+0000 mgr.y (mgr.24491) 7150 : cluster [DBG] pgmap v6308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:45.112384+0000 mgr.y (mgr.24491) 7151 : cluster [DBG] pgmap v6309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:45.112384+0000 mgr.y (mgr.24491) 7151 : cluster [DBG] pgmap v6309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:45.112384+0000 mgr.y (mgr.24491) 7151 : cluster [DBG] pgmap v6309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:02:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:47.112919+0000 mgr.y (mgr.24491) 7152 : cluster [DBG] pgmap v6310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:47.112919+0000 mgr.y (mgr.24491) 7152 : cluster [DBG] pgmap v6310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:47.112919+0000 mgr.y (mgr.24491) 7152 : cluster [DBG] pgmap v6310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:49.113335+0000 mgr.y (mgr.24491) 7153 : cluster [DBG] pgmap v6311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:02:51.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:49.113335+0000 mgr.y (mgr.24491) 7153 : cluster [DBG] pgmap v6311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:49.113335+0000 mgr.y (mgr.24491) 7153 : cluster [DBG] pgmap v6311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:51.114225+0000 mgr.y (mgr.24491) 7154 : cluster [DBG] pgmap v6312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:51.114225+0000 mgr.y (mgr.24491) 7154 : cluster [DBG] pgmap v6312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:51.114225+0000 mgr.y (mgr.24491) 7154 : cluster [DBG] pgmap v6312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:54.729 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:02:55.004 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:02:55.005 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:02:55.005 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:02:55.005 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 4m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:02:55.005 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 4m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:02:55.005 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:02:55.005 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:02:55.005 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:02:55.005 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:02:55.005 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:02:55.005 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 4m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:02:55.006 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 4m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:02:55.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:02:55.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:02:55.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:02:55.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:02:55.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:02:55.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:02:55.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:02:55.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 4m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:02:55.006 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:02:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:53.114822+0000 mgr.y (mgr.24491) 7155 : cluster [DBG] pgmap v6313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:55.337 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:02:55.337 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:02:55.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:02:55.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:02:55.337 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:02:55.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:02:55.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:02:55.337 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:02:55.338 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:02:55.338 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:02:55.338 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:02:55.338 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:02:55.338 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:02:55.338 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:02:55.338 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:02:55.338 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:02:55.338 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:02:55.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:53.114822+0000 mgr.y (mgr.24491) 7155 : cluster [DBG] pgmap v6313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:53.114822+0000 mgr.y (mgr.24491) 7155 : cluster [DBG] pgmap v6313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:02:54.718917+0000 mgr.y (mgr.24491) 7156 : audit [DBG] from='client.32099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:02:54.999212+0000 mgr.y (mgr.24491) 7157 : audit [DBG] from='client.32105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:02:55.339215+0000 mon.a (mon.0) 1943 : audit [DBG] from='client.? 172.21.15.177:0/701331951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:02:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:02:54.718917+0000 mgr.y (mgr.24491) 7156 : audit [DBG] from='client.32099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:02:54.999212+0000 mgr.y (mgr.24491) 7157 : audit [DBG] from='client.32105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:02:55.339215+0000 mon.a (mon.0) 1943 : audit [DBG] from='client.? 172.21.15.177:0/701331951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:02:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:02:54.718917+0000 mgr.y (mgr.24491) 7156 : audit [DBG] from='client.32099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:02:54.999212+0000 mgr.y (mgr.24491) 7157 : audit [DBG] from='client.32105 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:02:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:02:55.339215+0000 mon.a (mon.0) 1943 : audit [DBG] from='client.? 172.21.15.177:0/701331951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:02:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:55.115381+0000 mgr.y (mgr.24491) 7158 : cluster [DBG] pgmap v6314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:55.115381+0000 mgr.y (mgr.24491) 7158 : cluster [DBG] pgmap v6314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:55.115381+0000 mgr.y (mgr.24491) 7158 : cluster [DBG] pgmap v6314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:02:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:02:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:02:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:57.115848+0000 mgr.y (mgr.24491) 7159 : cluster [DBG] pgmap v6315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:57.115848+0000 mgr.y (mgr.24491) 7159 : cluster [DBG] pgmap v6315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:02:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:57.115848+0000 mgr.y (mgr.24491) 7159 : cluster [DBG] pgmap v6315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:02:59.116348+0000 mgr.y (mgr.24491) 7160 : cluster [DBG] pgmap v6316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:03:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:02:59.116348+0000 mgr.y (mgr.24491) 7160 : cluster [DBG] pgmap v6316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:02:59.116348+0000 mgr.y (mgr.24491) 7160 : cluster [DBG] pgmap v6316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:01.117282+0000 mgr.y (mgr.24491) 7161 : cluster [DBG] pgmap v6317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:01.117282+0000 mgr.y (mgr.24491) 7161 : cluster [DBG] pgmap v6317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:03.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:01.117282+0000 mgr.y (mgr.24491) 7161 : cluster [DBG] pgmap v6317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:03.117829+0000 mgr.y (mgr.24491) 7162 : cluster [DBG] pgmap v6318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:03.117829+0000 mgr.y (mgr.24491) 7162 : cluster [DBG] pgmap v6318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:03.117829+0000 mgr.y (mgr.24491) 7162 : cluster [DBG] pgmap v6318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:05.118598+0000 mgr.y (mgr.24491) 7163 : cluster [DBG] pgmap v6319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:03:06.885955+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:03:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:05.118598+0000 mgr.y (mgr.24491) 7163 : cluster [DBG] pgmap v6319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:03:06.885955+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:03:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:05.118598+0000 mgr.y (mgr.24491) 7163 : cluster [DBG] pgmap v6319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:03:06.885955+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:03:07.992 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:03:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:03:07.182341+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:03:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:03:07.182936+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:03:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:03:07.187111+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:03:08.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:03:07.182341+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:03:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:03:07.182936+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:03:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:03:07.187111+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:03:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:03:07.182341+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:03:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:03:07.182936+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:03:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:03:07.187111+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:03:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:07.118965+0000 mgr.y (mgr.24491) 7164 : cluster [DBG] pgmap v6320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:07.118965+0000 mgr.y (mgr.24491) 7164 : cluster [DBG] pgmap v6320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:07.118965+0000 mgr.y (mgr.24491) 7164 : cluster [DBG] pgmap v6320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:09.119328+0000 mgr.y (mgr.24491) 7165 : cluster [DBG] pgmap v6321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:03:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:09.119328+0000 mgr.y (mgr.24491) 7165 : cluster [DBG] pgmap v6321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:09.119328+0000 mgr.y (mgr.24491) 7165 : cluster [DBG] pgmap v6321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:11.120215+0000 mgr.y (mgr.24491) 7166 : cluster [DBG] pgmap v6322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:11.120215+0000 mgr.y (mgr.24491) 7166 : cluster [DBG] pgmap v6322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:11.120215+0000 mgr.y (mgr.24491) 7166 : cluster [DBG] pgmap v6322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:13.120634+0000 mgr.y (mgr.24491) 7167 : cluster [DBG] pgmap v6323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:13.120634+0000 mgr.y (mgr.24491) 7167 : cluster [DBG] pgmap v6323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:13.120634+0000 mgr.y (mgr.24491) 7167 : cluster [DBG] pgmap v6323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:15.121287+0000 mgr.y (mgr.24491) 7168 : cluster [DBG] pgmap v6324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:15.121287+0000 mgr.y (mgr.24491) 7168 : cluster [DBG] pgmap v6324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:15.121287+0000 mgr.y (mgr.24491) 7168 : cluster [DBG] pgmap v6324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:17] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T07:03:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:17.121844+0000 mgr.y (mgr.24491) 7169 : cluster [DBG] pgmap v6325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:17.121844+0000 mgr.y (mgr.24491) 7169 : cluster [DBG] pgmap v6325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:17.121844+0000 mgr.y (mgr.24491) 7169 : cluster [DBG] pgmap v6325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:19.122386+0000 mgr.y (mgr.24491) 7170 : cluster [DBG] pgmap v6326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:19.122386+0000 mgr.y (mgr.24491) 7170 : cluster [DBG] pgmap v6326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:19.122386+0000 mgr.y (mgr.24491) 7170 : cluster [DBG] pgmap v6326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:03:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:21.123134+0000 mgr.y (mgr.24491) 7171 : cluster [DBG] pgmap v6327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:21.123134+0000 mgr.y (mgr.24491) 7171 : cluster [DBG] pgmap v6327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:21.123134+0000 mgr.y (mgr.24491) 7171 : cluster [DBG] pgmap v6327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:23.123693+0000 mgr.y (mgr.24491) 7172 : cluster [DBG] pgmap v6328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:23.123693+0000 mgr.y (mgr.24491) 7172 : cluster [DBG] pgmap v6328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:25.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:23.123693+0000 mgr.y (mgr.24491) 7172 : cluster [DBG] pgmap v6328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:25.649 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:03:25.923 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:03:25.923 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 5m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:03:25.923 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 5m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:03:25.923 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 5m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:03:25.923 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:03:25.923 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:03:25.923 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 5m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:03:25.923 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 5m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:03:25.924 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:03:25.924 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 5m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:03:25.924 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 5m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:03:25.924 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 5m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:03:25.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 5m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:03:25.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 5m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:03:25.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 5m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:03:25.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 5m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:03:25.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:03:25.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:03:25.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:03:25.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:03:25.925 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 5m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:03:26.260 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:03:26.261 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:03:26.261 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:03:26.261 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:03:26.261 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:03:26.261 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:03:26.261 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:03:26.261 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:03:26.261 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:03:26.262 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:03:26.262 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:03:26.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:03:26.262 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:03:26.262 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:03:26.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:03:26.262 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:03:26.262 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:03:27.405 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:25.124387+0000 mgr.y (mgr.24491) 7173 : cluster [DBG] pgmap v6329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:27.406 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:03:25.638135+0000 mgr.y (mgr.24491) 7174 : audit [DBG] from='client.22215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:27.406 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:03:25.915516+0000 mgr.y (mgr.24491) 7175 : audit [DBG] from='client.32123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:27.406 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:03:26.261755+0000 mon.c (mon.2) 242 : audit [DBG] from='client.? 172.21.15.177:0/3537787205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:03:27.407 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:25.124387+0000 mgr.y (mgr.24491) 7173 : cluster [DBG] pgmap v6329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:27.407 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:03:25.638135+0000 mgr.y (mgr.24491) 7174 : audit [DBG] from='client.22215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:27.407 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:03:25.915516+0000 mgr.y (mgr.24491) 7175 : audit [DBG] from='client.32123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:27.407 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:03:26.261755+0000 mon.c (mon.2) 242 : audit [DBG] from='client.? 172.21.15.177:0/3537787205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:03:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:25.124387+0000 mgr.y (mgr.24491) 7173 : cluster [DBG] pgmap v6329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:03:25.638135+0000 mgr.y (mgr.24491) 7174 : audit [DBG] from='client.22215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:03:25.915516+0000 mgr.y (mgr.24491) 7175 : audit [DBG] from='client.32123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:03:26.261755+0000 mon.c (mon.2) 242 : audit [DBG] from='client.? 172.21.15.177:0/3537787205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:03:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:27] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T07:03:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:27.124899+0000 mgr.y (mgr.24491) 7176 : cluster [DBG] pgmap v6330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:27.124899+0000 mgr.y (mgr.24491) 7176 : cluster [DBG] pgmap v6330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:29.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:27.124899+0000 mgr.y (mgr.24491) 7176 : cluster [DBG] pgmap v6330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:29.125230+0000 mgr.y (mgr.24491) 7177 : cluster [DBG] pgmap v6331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:29.125230+0000 mgr.y (mgr.24491) 7177 : cluster [DBG] pgmap v6331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:29.125230+0000 mgr.y (mgr.24491) 7177 : cluster [DBG] pgmap v6331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:03:33.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:31.126006+0000 mgr.y (mgr.24491) 7178 : cluster [DBG] pgmap v6332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:31.126006+0000 mgr.y (mgr.24491) 7178 : cluster [DBG] pgmap v6332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:31.126006+0000 mgr.y (mgr.24491) 7178 : cluster [DBG] pgmap v6332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:35.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:33.126586+0000 mgr.y (mgr.24491) 7179 : cluster [DBG] pgmap v6333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:33.126586+0000 mgr.y (mgr.24491) 7179 : cluster [DBG] pgmap v6333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:33.126586+0000 mgr.y (mgr.24491) 7179 : cluster [DBG] pgmap v6333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:35.127318+0000 mgr.y (mgr.24491) 7180 : cluster [DBG] pgmap v6334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:35.127318+0000 mgr.y (mgr.24491) 7180 : cluster [DBG] pgmap v6334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:35.127318+0000 mgr.y (mgr.24491) 7180 : cluster [DBG] pgmap v6334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:03:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:37.127746+0000 mgr.y (mgr.24491) 7181 : cluster [DBG] pgmap v6335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:37.127746+0000 mgr.y (mgr.24491) 7181 : cluster [DBG] pgmap v6335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:37.127746+0000 mgr.y (mgr.24491) 7181 : cluster [DBG] pgmap v6335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:39.128296+0000 mgr.y (mgr.24491) 7182 : cluster [DBG] pgmap v6336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:39.128296+0000 mgr.y (mgr.24491) 7182 : cluster [DBG] pgmap v6336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:39.128296+0000 mgr.y (mgr.24491) 7182 : cluster [DBG] pgmap v6336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:03:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:41.129020+0000 mgr.y (mgr.24491) 7183 : cluster [DBG] pgmap v6337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:41.129020+0000 mgr.y (mgr.24491) 7183 : cluster [DBG] pgmap v6337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:41.129020+0000 mgr.y (mgr.24491) 7183 : cluster [DBG] pgmap v6337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:43.129428+0000 mgr.y (mgr.24491) 7184 : cluster [DBG] pgmap v6338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:44.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:43.129428+0000 mgr.y (mgr.24491) 7184 : cluster [DBG] pgmap v6338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:43.129428+0000 mgr.y (mgr.24491) 7184 : cluster [DBG] pgmap v6338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:45.130097+0000 mgr.y (mgr.24491) 7185 : cluster [DBG] pgmap v6339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:46.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:45.130097+0000 mgr.y (mgr.24491) 7185 : cluster [DBG] pgmap v6339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:46.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:45.130097+0000 mgr.y (mgr.24491) 7185 : cluster [DBG] pgmap v6339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:47] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T07:03:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:47.130530+0000 mgr.y (mgr.24491) 7186 : cluster [DBG] pgmap v6340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:47.130530+0000 mgr.y (mgr.24491) 7186 : cluster [DBG] pgmap v6340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:47.130530+0000 mgr.y (mgr.24491) 7186 : cluster [DBG] pgmap v6340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:49.130932+0000 mgr.y (mgr.24491) 7187 : cluster [DBG] pgmap v6341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:50.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:49.130932+0000 mgr.y (mgr.24491) 7187 : cluster [DBG] pgmap v6341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:49.130932+0000 mgr.y (mgr.24491) 7187 : cluster [DBG] pgmap v6341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:03:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:51.131688+0000 mgr.y (mgr.24491) 7188 : cluster [DBG] pgmap v6342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:51.131688+0000 mgr.y (mgr.24491) 7188 : cluster [DBG] pgmap v6342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:52.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:51.131688+0000 mgr.y (mgr.24491) 7188 : cluster [DBG] pgmap v6342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:53.132201+0000 mgr.y (mgr.24491) 7189 : cluster [DBG] pgmap v6343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:53.132201+0000 mgr.y (mgr.24491) 7189 : cluster [DBG] pgmap v6343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:54.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:53.132201+0000 mgr.y (mgr.24491) 7189 : cluster [DBG] pgmap v6343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:55.132921+0000 mgr.y (mgr.24491) 7190 : cluster [DBG] pgmap v6344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:56.569 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:03:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:55.132921+0000 mgr.y (mgr.24491) 7190 : cluster [DBG] pgmap v6344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:56.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:55.132921+0000 mgr.y (mgr.24491) 7190 : cluster [DBG] pgmap v6344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:56.842 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:03:56.842 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 5m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:03:56.842 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 5m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:03:56.842 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 5m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:03:56.842 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:03:56.842 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:03:56.842 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 5m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:03:56.842 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 5m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 5m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 5m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 5m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 5m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 5m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 5m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 5m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:03:56.843 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 5m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:03:57.174 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:03:57.175 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:03:57.175 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:03:57.175 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:03:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:03:56.559092+0000 mgr.y (mgr.24491) 7191 : audit [DBG] from='client.32135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:03:56.837096+0000 mgr.y (mgr.24491) 7192 : audit [DBG] from='client.22239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:03:57.176326+0000 mon.c (mon.2) 243 : audit [DBG] from='client.? 172.21.15.177:0/2343355884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:03:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:03:56.559092+0000 mgr.y (mgr.24491) 7191 : audit [DBG] from='client.32135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:03:56.837096+0000 mgr.y (mgr.24491) 7192 : audit [DBG] from='client.22239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:03:57.176326+0000 mon.c (mon.2) 243 : audit [DBG] from='client.? 172.21.15.177:0/2343355884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:03:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:03:56.559092+0000 mgr.y (mgr.24491) 7191 : audit [DBG] from='client.32135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:03:56.837096+0000 mgr.y (mgr.24491) 7192 : audit [DBG] from='client.22239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:03:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:03:57.176326+0000 mon.c (mon.2) 243 : audit [DBG] from='client.? 172.21.15.177:0/2343355884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:03:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:03:57] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T07:03:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:03:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:57.133272+0000 mgr.y (mgr.24491) 7193 : cluster [DBG] pgmap v6345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:58.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:57.133272+0000 mgr.y (mgr.24491) 7193 : cluster [DBG] pgmap v6345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:03:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:57.133272+0000 mgr.y (mgr.24491) 7193 : cluster [DBG] pgmap v6345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:03:59.133672+0000 mgr.y (mgr.24491) 7194 : cluster [DBG] pgmap v6346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:00.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:03:59.133672+0000 mgr.y (mgr.24491) 7194 : cluster [DBG] pgmap v6346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:03:59.133672+0000 mgr.y (mgr.24491) 7194 : cluster [DBG] pgmap v6346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:04:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:01.134529+0000 mgr.y (mgr.24491) 7195 : cluster [DBG] pgmap v6347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:02.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:01.134529+0000 mgr.y (mgr.24491) 7195 : cluster [DBG] pgmap v6347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:01.134529+0000 mgr.y (mgr.24491) 7195 : cluster [DBG] pgmap v6347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:03.134917+0000 mgr.y (mgr.24491) 7196 : cluster [DBG] pgmap v6348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:04.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:03.134917+0000 mgr.y (mgr.24491) 7196 : cluster [DBG] pgmap v6348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:03.134917+0000 mgr.y (mgr.24491) 7196 : cluster [DBG] pgmap v6348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:06.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:05.135534+0000 mgr.y (mgr.24491) 7197 : cluster [DBG] pgmap v6349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:05.135534+0000 mgr.y (mgr.24491) 7197 : cluster [DBG] pgmap v6349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:05.135534+0000 mgr.y (mgr.24491) 7197 : cluster [DBG] pgmap v6349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:04:07.191383+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:04:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:04:07.191383+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:04:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:04:07.191383+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:04:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T07:04:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:07.135957+0000 mgr.y (mgr.24491) 7198 : cluster [DBG] pgmap v6350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:07.135957+0000 mgr.y (mgr.24491) 7198 : cluster [DBG] pgmap v6350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:07.135957+0000 mgr.y (mgr.24491) 7198 : cluster [DBG] pgmap v6350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:10.290 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:09.136351+0000 mgr.y (mgr.24491) 7199 : cluster [DBG] pgmap v6351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:10.291 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:09.136351+0000 mgr.y (mgr.24491) 7199 : cluster [DBG] pgmap v6351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:09.136351+0000 mgr.y (mgr.24491) 7199 : cluster [DBG] pgmap v6351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:04:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:04:10.529206+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:04:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:04:10.808545+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:04:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:04:10.809158+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:04:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:04:10.815574+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:04:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:04:10.529206+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:04:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:04:10.808545+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:04:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:04:10.809158+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:04:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:04:10.815574+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:04:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:04:10.529206+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:04:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:04:10.808545+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:04:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:04:10.809158+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:04:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:04:10.815574+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:04:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:11.137108+0000 mgr.y (mgr.24491) 7200 : cluster [DBG] pgmap v6352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:11.137108+0000 mgr.y (mgr.24491) 7200 : cluster [DBG] pgmap v6352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:11.137108+0000 mgr.y (mgr.24491) 7200 : cluster [DBG] pgmap v6352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:13.137504+0000 mgr.y (mgr.24491) 7201 : cluster [DBG] pgmap v6353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:13.137504+0000 mgr.y (mgr.24491) 7201 : cluster [DBG] pgmap v6353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:13.137504+0000 mgr.y (mgr.24491) 7201 : cluster [DBG] pgmap v6353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:15.138322+0000 mgr.y (mgr.24491) 7202 : cluster [DBG] pgmap v6354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:15.138322+0000 mgr.y (mgr.24491) 7202 : cluster [DBG] pgmap v6354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:15.138322+0000 mgr.y (mgr.24491) 7202 : cluster [DBG] pgmap v6354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:04:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:17.138818+0000 mgr.y (mgr.24491) 7203 : cluster [DBG] pgmap v6355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:17.138818+0000 mgr.y (mgr.24491) 7203 : cluster [DBG] pgmap v6355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:17.138818+0000 mgr.y (mgr.24491) 7203 : cluster [DBG] pgmap v6355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:19.139228+0000 mgr.y (mgr.24491) 7204 : cluster [DBG] pgmap v6356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:19.139228+0000 mgr.y (mgr.24491) 7204 : cluster [DBG] pgmap v6356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:19.139228+0000 mgr.y (mgr.24491) 7204 : cluster [DBG] pgmap v6356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:04:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:21.140058+0000 mgr.y (mgr.24491) 7205 : cluster [DBG] pgmap v6357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:21.140058+0000 mgr.y (mgr.24491) 7205 : cluster [DBG] pgmap v6357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:21.140058+0000 mgr.y (mgr.24491) 7205 : cluster [DBG] pgmap v6357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:23.140636+0000 mgr.y (mgr.24491) 7206 : cluster [DBG] pgmap v6358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:23.140636+0000 mgr.y (mgr.24491) 7206 : cluster [DBG] pgmap v6358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:23.140636+0000 mgr.y (mgr.24491) 7206 : cluster [DBG] pgmap v6358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:25.141381+0000 mgr.y (mgr.24491) 7207 : cluster [DBG] pgmap v6359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:25.141381+0000 mgr.y (mgr.24491) 7207 : cluster [DBG] pgmap v6359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:25.141381+0000 mgr.y (mgr.24491) 7207 : cluster [DBG] pgmap v6359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:27.491 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:04:27.765 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:04:27.765 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 6m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:04:27.765 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 6m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:04:27.765 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:04:27.765 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 6m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:04:27.765 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 6m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:04:27.765 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:04:27.765 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 6m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 6m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 6m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 6m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 6m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 6m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:04:27.766 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 6m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:04:28.100 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:04:28.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:04:28.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:04:28.101 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:04:28.102 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:04:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:04:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:27.141958+0000 mgr.y (mgr.24491) 7208 : cluster [DBG] pgmap v6360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:29.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:04:27.481374+0000 mgr.y (mgr.24491) 7209 : audit [DBG] from='client.32153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:04:29.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:04:27.759534+0000 mgr.y (mgr.24491) 7210 : audit [DBG] from='client.22257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:04:29.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:04:28.102807+0000 mon.c (mon.2) 244 : audit [DBG] from='client.? 172.21.15.177:0/3610159426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:04:29.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:27.141958+0000 mgr.y (mgr.24491) 7208 : cluster [DBG] pgmap v6360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:29.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:04:27.481374+0000 mgr.y (mgr.24491) 7209 : audit [DBG] from='client.32153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:04:29.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:04:27.759534+0000 mgr.y (mgr.24491) 7210 : audit [DBG] from='client.22257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:04:29.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:04:28.102807+0000 mon.c (mon.2) 244 : audit [DBG] from='client.? 172.21.15.177:0/3610159426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:04:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:27.141958+0000 mgr.y (mgr.24491) 7208 : cluster [DBG] pgmap v6360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:04:27.481374+0000 mgr.y (mgr.24491) 7209 : audit [DBG] from='client.32153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:04:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:04:27.759534+0000 mgr.y (mgr.24491) 7210 : audit [DBG] from='client.22257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:04:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:04:28.102807+0000 mon.c (mon.2) 244 : audit [DBG] from='client.? 172.21.15.177:0/3610159426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:04:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:29.142427+0000 mgr.y (mgr.24491) 7211 : cluster [DBG] pgmap v6361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:29.142427+0000 mgr.y (mgr.24491) 7211 : cluster [DBG] pgmap v6361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:29.142427+0000 mgr.y (mgr.24491) 7211 : cluster [DBG] pgmap v6361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:04:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:31.143041+0000 mgr.y (mgr.24491) 7212 : cluster [DBG] pgmap v6362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:31.143041+0000 mgr.y (mgr.24491) 7212 : cluster [DBG] pgmap v6362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:31.143041+0000 mgr.y (mgr.24491) 7212 : cluster [DBG] pgmap v6362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:33.143453+0000 mgr.y (mgr.24491) 7213 : cluster [DBG] pgmap v6363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:33.143453+0000 mgr.y (mgr.24491) 7213 : cluster [DBG] pgmap v6363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:33.143453+0000 mgr.y (mgr.24491) 7213 : cluster [DBG] pgmap v6363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:35.144314+0000 mgr.y (mgr.24491) 7214 : cluster [DBG] pgmap v6364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:35.144314+0000 mgr.y (mgr.24491) 7214 : cluster [DBG] pgmap v6364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:35.144314+0000 mgr.y (mgr.24491) 7214 : cluster [DBG] pgmap v6364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:38.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:04:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:37.144723+0000 mgr.y (mgr.24491) 7215 : cluster [DBG] pgmap v6365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:37.144723+0000 mgr.y (mgr.24491) 7215 : cluster [DBG] pgmap v6365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:37.144723+0000 mgr.y (mgr.24491) 7215 : cluster [DBG] pgmap v6365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:41.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:39.145137+0000 mgr.y (mgr.24491) 7216 : cluster [DBG] pgmap v6366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:41.156 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:39.145137+0000 mgr.y (mgr.24491) 7216 : cluster [DBG] pgmap v6366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:39.145137+0000 mgr.y (mgr.24491) 7216 : cluster [DBG] pgmap v6366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:04:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:41.145832+0000 mgr.y (mgr.24491) 7217 : cluster [DBG] pgmap v6367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:41.145832+0000 mgr.y (mgr.24491) 7217 : cluster [DBG] pgmap v6367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:41.145832+0000 mgr.y (mgr.24491) 7217 : cluster [DBG] pgmap v6367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:43.146371+0000 mgr.y (mgr.24491) 7218 : cluster [DBG] pgmap v6368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:43.146371+0000 mgr.y (mgr.24491) 7218 : cluster [DBG] pgmap v6368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:43.146371+0000 mgr.y (mgr.24491) 7218 : cluster [DBG] pgmap v6368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:45.147025+0000 mgr.y (mgr.24491) 7219 : cluster [DBG] pgmap v6369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:45.147025+0000 mgr.y (mgr.24491) 7219 : cluster [DBG] pgmap v6369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:45.147025+0000 mgr.y (mgr.24491) 7219 : cluster [DBG] pgmap v6369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:04:49.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:47.147467+0000 mgr.y (mgr.24491) 7220 : cluster [DBG] pgmap v6370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:47.147467+0000 mgr.y (mgr.24491) 7220 : cluster [DBG] pgmap v6370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:47.147467+0000 mgr.y (mgr.24491) 7220 : cluster [DBG] pgmap v6370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:49.147900+0000 mgr.y (mgr.24491) 7221 : cluster [DBG] pgmap v6371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:49.147900+0000 mgr.y (mgr.24491) 7221 : cluster [DBG] pgmap v6371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:49.147900+0000 mgr.y (mgr.24491) 7221 : cluster [DBG] pgmap v6371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:04:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:51.148559+0000 mgr.y (mgr.24491) 7222 : cluster [DBG] pgmap v6372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:51.148559+0000 mgr.y (mgr.24491) 7222 : cluster [DBG] pgmap v6372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:51.148559+0000 mgr.y (mgr.24491) 7222 : cluster [DBG] pgmap v6372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:53.148954+0000 mgr.y (mgr.24491) 7223 : cluster [DBG] pgmap v6373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:53.148954+0000 mgr.y (mgr.24491) 7223 : cluster [DBG] pgmap v6373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:53.148954+0000 mgr.y (mgr.24491) 7223 : cluster [DBG] pgmap v6373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:55.149767+0000 mgr.y (mgr.24491) 7224 : cluster [DBG] pgmap v6374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:57.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:55.149767+0000 mgr.y (mgr.24491) 7224 : cluster [DBG] pgmap v6374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:55.149767+0000 mgr.y (mgr.24491) 7224 : cluster [DBG] pgmap v6374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:04:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:04:58.415 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 6m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 6m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 6m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 6m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 6m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:04:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 6m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:04:58.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:04:58.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:04:58.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:04:58.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:04:58.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 6m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:04:58.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 6m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:04:58.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 6m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:04:58.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 6m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:04:58.695 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 6m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:04:59.032 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:04:59.032 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:04:59.032 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:04:59.032 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:04:59.032 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:04:59.033 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:04:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:57.150231+0000 mgr.y (mgr.24491) 7225 : cluster [DBG] pgmap v6375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:57.150231+0000 mgr.y (mgr.24491) 7225 : cluster [DBG] pgmap v6375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:04:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:57.150231+0000 mgr.y (mgr.24491) 7225 : cluster [DBG] pgmap v6375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:04:58.404980+0000 mgr.y (mgr.24491) 7226 : audit [DBG] from='client.22269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:04:58.688197+0000 mgr.y (mgr.24491) 7227 : audit [DBG] from='client.32177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:04:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:04:59.034540+0000 mon.a (mon.0) 1953 : audit [DBG] from='client.? 172.21.15.177:0/3618535477' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:05:00.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:04:58.404980+0000 mgr.y (mgr.24491) 7226 : audit [DBG] from='client.22269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:00.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:04:58.688197+0000 mgr.y (mgr.24491) 7227 : audit [DBG] from='client.32177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:00.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:04:59.034540+0000 mon.a (mon.0) 1953 : audit [DBG] from='client.? 172.21.15.177:0/3618535477' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:05:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:04:58.404980+0000 mgr.y (mgr.24491) 7226 : audit [DBG] from='client.22269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:04:58.688197+0000 mgr.y (mgr.24491) 7227 : audit [DBG] from='client.32177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:04:59.034540+0000 mon.a (mon.0) 1953 : audit [DBG] from='client.? 172.21.15.177:0/3618535477' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:05:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:04:59.150594+0000 mgr.y (mgr.24491) 7228 : cluster [DBG] pgmap v6376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:05:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:04:59.150594+0000 mgr.y (mgr.24491) 7228 : cluster [DBG] pgmap v6376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:04:59.150594+0000 mgr.y (mgr.24491) 7228 : cluster [DBG] pgmap v6376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:01.151332+0000 mgr.y (mgr.24491) 7229 : cluster [DBG] pgmap v6377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:01.151332+0000 mgr.y (mgr.24491) 7229 : cluster [DBG] pgmap v6377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:01.151332+0000 mgr.y (mgr.24491) 7229 : cluster [DBG] pgmap v6377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:03.151748+0000 mgr.y (mgr.24491) 7230 : cluster [DBG] pgmap v6378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:03.151748+0000 mgr.y (mgr.24491) 7230 : cluster [DBG] pgmap v6378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:03.151748+0000 mgr.y (mgr.24491) 7230 : cluster [DBG] pgmap v6378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:05.152581+0000 mgr.y (mgr.24491) 7231 : cluster [DBG] pgmap v6379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:05.152581+0000 mgr.y (mgr.24491) 7231 : cluster [DBG] pgmap v6379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:05.152581+0000 mgr.y (mgr.24491) 7231 : cluster [DBG] pgmap v6379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:05:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:07.153150+0000 mgr.y (mgr.24491) 7232 : cluster [DBG] pgmap v6380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:07.153150+0000 mgr.y (mgr.24491) 7232 : cluster [DBG] pgmap v6380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:07.153150+0000 mgr.y (mgr.24491) 7232 : cluster [DBG] pgmap v6380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:05:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:09.153561+0000 mgr.y (mgr.24491) 7233 : cluster [DBG] pgmap v6381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:05:10.819784+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:05:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:09.153561+0000 mgr.y (mgr.24491) 7233 : cluster [DBG] pgmap v6381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:05:10.819784+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:05:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:09.153561+0000 mgr.y (mgr.24491) 7233 : cluster [DBG] pgmap v6381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:05:10.819784+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:05:13.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:11.154178+0000 mgr.y (mgr.24491) 7234 : cluster [DBG] pgmap v6382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:11.154178+0000 mgr.y (mgr.24491) 7234 : cluster [DBG] pgmap v6382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:11.154178+0000 mgr.y (mgr.24491) 7234 : cluster [DBG] pgmap v6382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:13.154580+0000 mgr.y (mgr.24491) 7235 : cluster [DBG] pgmap v6383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:05:14.148170+0000 mon.a (mon.0) 1955 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:05:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:05:14.428023+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:05:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:05:14.428880+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:05:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:05:14.434546+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:05:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:13.154580+0000 mgr.y (mgr.24491) 7235 : cluster [DBG] pgmap v6383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:05:14.148170+0000 mon.a (mon.0) 1955 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:05:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:05:14.428023+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:05:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:05:14.428880+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:05:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:05:14.434546+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:05:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:13.154580+0000 mgr.y (mgr.24491) 7235 : cluster [DBG] pgmap v6383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:05:14.148170+0000 mon.a (mon.0) 1955 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:05:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:05:14.428023+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:05:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:05:14.428880+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:05:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:05:14.434546+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:05:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:15.155352+0000 mgr.y (mgr.24491) 7236 : cluster [DBG] pgmap v6384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:15.155352+0000 mgr.y (mgr.24491) 7236 : cluster [DBG] pgmap v6384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:15.155352+0000 mgr.y (mgr.24491) 7236 : cluster [DBG] pgmap v6384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:05:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:17.155905+0000 mgr.y (mgr.24491) 7237 : cluster [DBG] pgmap v6385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:17.155905+0000 mgr.y (mgr.24491) 7237 : cluster [DBG] pgmap v6385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:19.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:17.155905+0000 mgr.y (mgr.24491) 7237 : cluster [DBG] pgmap v6385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:19.156341+0000 mgr.y (mgr.24491) 7238 : cluster [DBG] pgmap v6386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:05:21.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:19.156341+0000 mgr.y (mgr.24491) 7238 : cluster [DBG] pgmap v6386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:21.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:19.156341+0000 mgr.y (mgr.24491) 7238 : cluster [DBG] pgmap v6386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:21.157163+0000 mgr.y (mgr.24491) 7239 : cluster [DBG] pgmap v6387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:21.157163+0000 mgr.y (mgr.24491) 7239 : cluster [DBG] pgmap v6387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:21.157163+0000 mgr.y (mgr.24491) 7239 : cluster [DBG] pgmap v6387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:23.157600+0000 mgr.y (mgr.24491) 7240 : cluster [DBG] pgmap v6388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:25.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:23.157600+0000 mgr.y (mgr.24491) 7240 : cluster [DBG] pgmap v6388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:23.157600+0000 mgr.y (mgr.24491) 7240 : cluster [DBG] pgmap v6388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:25.158454+0000 mgr.y (mgr.24491) 7241 : cluster [DBG] pgmap v6389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:27.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:25.158454+0000 mgr.y (mgr.24491) 7241 : cluster [DBG] pgmap v6389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:25.158454+0000 mgr.y (mgr.24491) 7241 : cluster [DBG] pgmap v6389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:05:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:27.158893+0000 mgr.y (mgr.24491) 7242 : cluster [DBG] pgmap v6390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:29.342 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:05:29.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:27.158893+0000 mgr.y (mgr.24491) 7242 : cluster [DBG] pgmap v6390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:29.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:27.158893+0000 mgr.y (mgr.24491) 7242 : cluster [DBG] pgmap v6390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:29.616 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 7m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 7m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 7m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 7m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 7m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 7m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 7m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 7m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 7m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 7m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 7m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 7m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 7m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 7m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:05:29.617 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 7m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:05:29.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 7m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:05:29.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 7m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:05:29.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 7m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:05:29.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 7m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:05:29.618 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 7m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:05:29.955 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:05:29.955 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:05:29.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:05:29.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:05:29.955 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:05:29.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:05:29.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:05:29.955 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:05:29.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:05:29.956 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:05:29.956 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:05:29.956 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:05:29.956 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:05:29.956 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:05:29.956 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:05:29.956 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:05:29.956 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:05:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:05:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:29.159160+0000 mgr.y (mgr.24491) 7243 : cluster [DBG] pgmap v6391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:05:29.332980+0000 mgr.y (mgr.24491) 7244 : audit [DBG] from='client.32189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:05:29.611321+0000 mgr.y (mgr.24491) 7245 : audit [DBG] from='client.32195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:05:29.957418+0000 mon.a (mon.0) 1959 : audit [DBG] from='client.? 172.21.15.177:0/322379950' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:05:31.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:29.159160+0000 mgr.y (mgr.24491) 7243 : cluster [DBG] pgmap v6391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:31.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:05:29.332980+0000 mgr.y (mgr.24491) 7244 : audit [DBG] from='client.32189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:31.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:05:29.611321+0000 mgr.y (mgr.24491) 7245 : audit [DBG] from='client.32195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:31.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:05:29.957418+0000 mon.a (mon.0) 1959 : audit [DBG] from='client.? 172.21.15.177:0/322379950' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:05:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:29.159160+0000 mgr.y (mgr.24491) 7243 : cluster [DBG] pgmap v6391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:05:29.332980+0000 mgr.y (mgr.24491) 7244 : audit [DBG] from='client.32189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:05:29.611321+0000 mgr.y (mgr.24491) 7245 : audit [DBG] from='client.32195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:05:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:05:29.957418+0000 mon.a (mon.0) 1959 : audit [DBG] from='client.? 172.21.15.177:0/322379950' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:05:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:31.159858+0000 mgr.y (mgr.24491) 7246 : cluster [DBG] pgmap v6392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:31.159858+0000 mgr.y (mgr.24491) 7246 : cluster [DBG] pgmap v6392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:33.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:31.159858+0000 mgr.y (mgr.24491) 7246 : cluster [DBG] pgmap v6392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:33.160167+0000 mgr.y (mgr.24491) 7247 : cluster [DBG] pgmap v6393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:35.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:33.160167+0000 mgr.y (mgr.24491) 7247 : cluster [DBG] pgmap v6393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:35.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:33.160167+0000 mgr.y (mgr.24491) 7247 : cluster [DBG] pgmap v6393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:35.161035+0000 mgr.y (mgr.24491) 7248 : cluster [DBG] pgmap v6394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:35.161035+0000 mgr.y (mgr.24491) 7248 : cluster [DBG] pgmap v6394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:35.161035+0000 mgr.y (mgr.24491) 7248 : cluster [DBG] pgmap v6394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:05:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:37.161375+0000 mgr.y (mgr.24491) 7249 : cluster [DBG] pgmap v6395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:37.161375+0000 mgr.y (mgr.24491) 7249 : cluster [DBG] pgmap v6395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:37.161375+0000 mgr.y (mgr.24491) 7249 : cluster [DBG] pgmap v6395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:41.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:39.161870+0000 mgr.y (mgr.24491) 7250 : cluster [DBG] pgmap v6396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:41.252 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:05:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:39.161870+0000 mgr.y (mgr.24491) 7250 : cluster [DBG] pgmap v6396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:39.161870+0000 mgr.y (mgr.24491) 7250 : cluster [DBG] pgmap v6396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:41.162447+0000 mgr.y (mgr.24491) 7251 : cluster [DBG] pgmap v6397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:43.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:41.162447+0000 mgr.y (mgr.24491) 7251 : cluster [DBG] pgmap v6397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:41.162447+0000 mgr.y (mgr.24491) 7251 : cluster [DBG] pgmap v6397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:43.163055+0000 mgr.y (mgr.24491) 7252 : cluster [DBG] pgmap v6398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:45.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:43.163055+0000 mgr.y (mgr.24491) 7252 : cluster [DBG] pgmap v6398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:45.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:43.163055+0000 mgr.y (mgr.24491) 7252 : cluster [DBG] pgmap v6398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:45.163649+0000 mgr.y (mgr.24491) 7253 : cluster [DBG] pgmap v6399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:45.163649+0000 mgr.y (mgr.24491) 7253 : cluster [DBG] pgmap v6399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:45.163649+0000 mgr.y (mgr.24491) 7253 : cluster [DBG] pgmap v6399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:05:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:47.164088+0000 mgr.y (mgr.24491) 7254 : cluster [DBG] pgmap v6400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:49.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:47.164088+0000 mgr.y (mgr.24491) 7254 : cluster [DBG] pgmap v6400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:47.164088+0000 mgr.y (mgr.24491) 7254 : cluster [DBG] pgmap v6400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:49.164607+0000 mgr.y (mgr.24491) 7255 : cluster [DBG] pgmap v6401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:05:51.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:49.164607+0000 mgr.y (mgr.24491) 7255 : cluster [DBG] pgmap v6401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:49.164607+0000 mgr.y (mgr.24491) 7255 : cluster [DBG] pgmap v6401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:51.165451+0000 mgr.y (mgr.24491) 7256 : cluster [DBG] pgmap v6402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:51.165451+0000 mgr.y (mgr.24491) 7256 : cluster [DBG] pgmap v6402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:51.165451+0000 mgr.y (mgr.24491) 7256 : cluster [DBG] pgmap v6402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:53.165838+0000 mgr.y (mgr.24491) 7257 : cluster [DBG] pgmap v6403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:55.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:53.165838+0000 mgr.y (mgr.24491) 7257 : cluster [DBG] pgmap v6403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:53.165838+0000 mgr.y (mgr.24491) 7257 : cluster [DBG] pgmap v6403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:55.166507+0000 mgr.y (mgr.24491) 7258 : cluster [DBG] pgmap v6404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:55.166507+0000 mgr.y (mgr.24491) 7258 : cluster [DBG] pgmap v6404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:57.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:55.166507+0000 mgr.y (mgr.24491) 7258 : cluster [DBG] pgmap v6404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:05:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:05:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:57.167086+0000 mgr.y (mgr.24491) 7259 : cluster [DBG] pgmap v6405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:57.167086+0000 mgr.y (mgr.24491) 7259 : cluster [DBG] pgmap v6405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:05:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:05:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:57.167086+0000 mgr.y (mgr.24491) 7259 : cluster [DBG] pgmap v6405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:00.267 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:06:00.542 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:06:00.542 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 7m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:06:00.542 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 7m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 7m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 7m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 7m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 7m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 7m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 7m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 7m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 7m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 7m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 7m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 7m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 7m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 7m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 7m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:06:00.543 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 7m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:06:00.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 7m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:06:00.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 7m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:06:00.544 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 7m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:06:00.875 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:06:00.875 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:06:00.875 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:06:00.875 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:06:00.875 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:06:00.875 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:06:00.876 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:06:00.876 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:06:00.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:06:00.876 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:06:00.876 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:06:00.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:06:00.876 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:06:00.876 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:06:00.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:06:00.876 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:06:00.876 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:06:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:05:59.167599+0000 mgr.y (mgr.24491) 7260 : cluster [DBG] pgmap v6406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:06:00.877553+0000 mon.c (mon.2) 245 : audit [DBG] from='client.? 172.21.15.177:0/2537873448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:06:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:05:59.167599+0000 mgr.y (mgr.24491) 7260 : cluster [DBG] pgmap v6406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:06:00.877553+0000 mon.c (mon.2) 245 : audit [DBG] from='client.? 172.21.15.177:0/2537873448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:06:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:06:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:05:59.167599+0000 mgr.y (mgr.24491) 7260 : cluster [DBG] pgmap v6406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:06:00.877553+0000 mon.c (mon.2) 245 : audit [DBG] from='client.? 172.21.15.177:0/2537873448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:06:02.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:06:00.257505+0000 mgr.y (mgr.24491) 7261 : audit [DBG] from='client.32207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:06:00.537285+0000 mgr.y (mgr.24491) 7262 : audit [DBG] from='client.32213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:06:00.257505+0000 mgr.y (mgr.24491) 7261 : audit [DBG] from='client.32207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:06:00.537285+0000 mgr.y (mgr.24491) 7262 : audit [DBG] from='client.32213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:06:00.257505+0000 mgr.y (mgr.24491) 7261 : audit [DBG] from='client.32207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:06:00.537285+0000 mgr.y (mgr.24491) 7262 : audit [DBG] from='client.32213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:01.168209+0000 mgr.y (mgr.24491) 7263 : cluster [DBG] pgmap v6407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:01.168209+0000 mgr.y (mgr.24491) 7263 : cluster [DBG] pgmap v6407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:01.168209+0000 mgr.y (mgr.24491) 7263 : cluster [DBG] pgmap v6407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:03.168623+0000 mgr.y (mgr.24491) 7264 : cluster [DBG] pgmap v6408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:03.168623+0000 mgr.y (mgr.24491) 7264 : cluster [DBG] pgmap v6408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:03.168623+0000 mgr.y (mgr.24491) 7264 : cluster [DBG] pgmap v6408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:05.169404+0000 mgr.y (mgr.24491) 7265 : cluster [DBG] pgmap v6409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:05.169404+0000 mgr.y (mgr.24491) 7265 : cluster [DBG] pgmap v6409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:05.169404+0000 mgr.y (mgr.24491) 7265 : cluster [DBG] pgmap v6409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:06:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:07.169834+0000 mgr.y (mgr.24491) 7266 : cluster [DBG] pgmap v6410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:07.169834+0000 mgr.y (mgr.24491) 7266 : cluster [DBG] pgmap v6410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:07.169834+0000 mgr.y (mgr.24491) 7266 : cluster [DBG] pgmap v6410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:09.170270+0000 mgr.y (mgr.24491) 7267 : cluster [DBG] pgmap v6411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:09.170270+0000 mgr.y (mgr.24491) 7267 : cluster [DBG] pgmap v6411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:09.170270+0000 mgr.y (mgr.24491) 7267 : cluster [DBG] pgmap v6411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:06:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:11.170915+0000 mgr.y (mgr.24491) 7268 : cluster [DBG] pgmap v6412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:11.170915+0000 mgr.y (mgr.24491) 7268 : cluster [DBG] pgmap v6412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:11.170915+0000 mgr.y (mgr.24491) 7268 : cluster [DBG] pgmap v6412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:13.171318+0000 mgr.y (mgr.24491) 7269 : cluster [DBG] pgmap v6413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:06:14.439927+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:06:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:06:14.722689+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:06:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:06:14.723294+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:06:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:06:14.728562+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:06:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:13.171318+0000 mgr.y (mgr.24491) 7269 : cluster [DBG] pgmap v6413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:06:14.439927+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:06:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:06:14.722689+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:06:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:06:14.723294+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:06:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:06:14.728562+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:06:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:13.171318+0000 mgr.y (mgr.24491) 7269 : cluster [DBG] pgmap v6413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:06:14.439927+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:06:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:06:14.722689+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:06:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:06:14.723294+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:06:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:06:14.728562+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:06:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:15.171898+0000 mgr.y (mgr.24491) 7270 : cluster [DBG] pgmap v6414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:15.171898+0000 mgr.y (mgr.24491) 7270 : cluster [DBG] pgmap v6414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:15.171898+0000 mgr.y (mgr.24491) 7270 : cluster [DBG] pgmap v6414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T07:06:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:17.172379+0000 mgr.y (mgr.24491) 7271 : cluster [DBG] pgmap v6415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:17.172379+0000 mgr.y (mgr.24491) 7271 : cluster [DBG] pgmap v6415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:17.172379+0000 mgr.y (mgr.24491) 7271 : cluster [DBG] pgmap v6415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:19.172815+0000 mgr.y (mgr.24491) 7272 : cluster [DBG] pgmap v6416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:19.172815+0000 mgr.y (mgr.24491) 7272 : cluster [DBG] pgmap v6416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:19.172815+0000 mgr.y (mgr.24491) 7272 : cluster [DBG] pgmap v6416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:06:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:21.173602+0000 mgr.y (mgr.24491) 7273 : cluster [DBG] pgmap v6417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:21.173602+0000 mgr.y (mgr.24491) 7273 : cluster [DBG] pgmap v6417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:21.173602+0000 mgr.y (mgr.24491) 7273 : cluster [DBG] pgmap v6417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:23.174125+0000 mgr.y (mgr.24491) 7274 : cluster [DBG] pgmap v6418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:23.174125+0000 mgr.y (mgr.24491) 7274 : cluster [DBG] pgmap v6418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:23.174125+0000 mgr.y (mgr.24491) 7274 : cluster [DBG] pgmap v6418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:25.174758+0000 mgr.y (mgr.24491) 7275 : cluster [DBG] pgmap v6419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:25.174758+0000 mgr.y (mgr.24491) 7275 : cluster [DBG] pgmap v6419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:25.174758+0000 mgr.y (mgr.24491) 7275 : cluster [DBG] pgmap v6419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T07:06:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:27.175311+0000 mgr.y (mgr.24491) 7276 : cluster [DBG] pgmap v6420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:27.175311+0000 mgr.y (mgr.24491) 7276 : cluster [DBG] pgmap v6420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:27.175311+0000 mgr.y (mgr.24491) 7276 : cluster [DBG] pgmap v6420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:31.186 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:06:31.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:29.175817+0000 mgr.y (mgr.24491) 7277 : cluster [DBG] pgmap v6421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:29.175817+0000 mgr.y (mgr.24491) 7277 : cluster [DBG] pgmap v6421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:31.461 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:06:31.461 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 8m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:06:31.461 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:06:31.461 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 8m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:06:31.461 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:06:31.461 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:06:31.461 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 8m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:06:31.461 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 8m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:06:31.461 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:06:31.461 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 8m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:06:31.462 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 8m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:06:31.462 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:06:31.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 8m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:06:31.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 8m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:06:31.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 8m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:06:31.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 8m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:06:31.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:06:31.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:06:31.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:06:31.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:06:31.463 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:06:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:29.175817+0000 mgr.y (mgr.24491) 7277 : cluster [DBG] pgmap v6421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:06:31.792 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:06:31.792 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:06:31.792 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:06:31.792 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:06:31.792 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:06:31.792 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:06:31.792 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:06:31.792 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:06:31.792 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:06:31.792 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:06:31.793 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:06:31.793 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:06:31.793 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:06:31.793 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:06:31.793 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:06:31.793 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:06:31.793 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:06:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:06:31.793777+0000 mon.a (mon.0) 1964 : audit [DBG] from='client.? 172.21.15.177:0/2669807696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:06:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:06:31.793777+0000 mon.a (mon.0) 1964 : audit [DBG] from='client.? 172.21.15.177:0/2669807696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:06:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:06:31.793777+0000 mon.a (mon.0) 1964 : audit [DBG] from='client.? 172.21.15.177:0/2669807696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:06:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:31.176350+0000 mgr.y (mgr.24491) 7278 : cluster [DBG] pgmap v6422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:06:31.176987+0000 mgr.y (mgr.24491) 7279 : audit [DBG] from='client.22323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:06:31.455656+0000 mgr.y (mgr.24491) 7280 : audit [DBG] from='client.22329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:31.176350+0000 mgr.y (mgr.24491) 7278 : cluster [DBG] pgmap v6422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:06:31.176987+0000 mgr.y (mgr.24491) 7279 : audit [DBG] from='client.22323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:06:31.455656+0000 mgr.y (mgr.24491) 7280 : audit [DBG] from='client.22329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:31.176350+0000 mgr.y (mgr.24491) 7278 : cluster [DBG] pgmap v6422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:06:31.176987+0000 mgr.y (mgr.24491) 7279 : audit [DBG] from='client.22323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:06:31.455656+0000 mgr.y (mgr.24491) 7280 : audit [DBG] from='client.22329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:06:35.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:33.176765+0000 mgr.y (mgr.24491) 7281 : cluster [DBG] pgmap v6423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:33.176765+0000 mgr.y (mgr.24491) 7281 : cluster [DBG] pgmap v6423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:33.176765+0000 mgr.y (mgr.24491) 7281 : cluster [DBG] pgmap v6423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:35.177459+0000 mgr.y (mgr.24491) 7282 : cluster [DBG] pgmap v6424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:35.177459+0000 mgr.y (mgr.24491) 7282 : cluster [DBG] pgmap v6424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:35.177459+0000 mgr.y (mgr.24491) 7282 : cluster [DBG] pgmap v6424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:06:39.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:37.178050+0000 mgr.y (mgr.24491) 7283 : cluster [DBG] pgmap v6425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:37.178050+0000 mgr.y (mgr.24491) 7283 : cluster [DBG] pgmap v6425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:37.178050+0000 mgr.y (mgr.24491) 7283 : cluster [DBG] pgmap v6425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:39.178439+0000 mgr.y (mgr.24491) 7284 : cluster [DBG] pgmap v6426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:39.178439+0000 mgr.y (mgr.24491) 7284 : cluster [DBG] pgmap v6426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:39.178439+0000 mgr.y (mgr.24491) 7284 : cluster [DBG] pgmap v6426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:06:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:41.179222+0000 mgr.y (mgr.24491) 7285 : cluster [DBG] pgmap v6427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:41.179222+0000 mgr.y (mgr.24491) 7285 : cluster [DBG] pgmap v6427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:41.179222+0000 mgr.y (mgr.24491) 7285 : cluster [DBG] pgmap v6427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:43.179725+0000 mgr.y (mgr.24491) 7286 : cluster [DBG] pgmap v6428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:44.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:43.179725+0000 mgr.y (mgr.24491) 7286 : cluster [DBG] pgmap v6428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:43.179725+0000 mgr.y (mgr.24491) 7286 : cluster [DBG] pgmap v6428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:45.180391+0000 mgr.y (mgr.24491) 7287 : cluster [DBG] pgmap v6429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:46.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:45.180391+0000 mgr.y (mgr.24491) 7287 : cluster [DBG] pgmap v6429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:46.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:45.180391+0000 mgr.y (mgr.24491) 7287 : cluster [DBG] pgmap v6429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:06:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:47.180784+0000 mgr.y (mgr.24491) 7288 : cluster [DBG] pgmap v6430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:48.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:47.180784+0000 mgr.y (mgr.24491) 7288 : cluster [DBG] pgmap v6430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:47.180784+0000 mgr.y (mgr.24491) 7288 : cluster [DBG] pgmap v6430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:49.181180+0000 mgr.y (mgr.24491) 7289 : cluster [DBG] pgmap v6431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:50.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:49.181180+0000 mgr.y (mgr.24491) 7289 : cluster [DBG] pgmap v6431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:49.181180+0000 mgr.y (mgr.24491) 7289 : cluster [DBG] pgmap v6431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:06:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:51.181855+0000 mgr.y (mgr.24491) 7290 : cluster [DBG] pgmap v6432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:51.181855+0000 mgr.y (mgr.24491) 7290 : cluster [DBG] pgmap v6432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:51.181855+0000 mgr.y (mgr.24491) 7290 : cluster [DBG] pgmap v6432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:53.182370+0000 mgr.y (mgr.24491) 7291 : cluster [DBG] pgmap v6433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:53.182370+0000 mgr.y (mgr.24491) 7291 : cluster [DBG] pgmap v6433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:53.182370+0000 mgr.y (mgr.24491) 7291 : cluster [DBG] pgmap v6433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:55.183004+0000 mgr.y (mgr.24491) 7292 : cluster [DBG] pgmap v6434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:55.183004+0000 mgr.y (mgr.24491) 7292 : cluster [DBG] pgmap v6434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:55.183004+0000 mgr.y (mgr.24491) 7292 : cluster [DBG] pgmap v6434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:06:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:06:58.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:57.183389+0000 mgr.y (mgr.24491) 7293 : cluster [DBG] pgmap v6435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:57.183389+0000 mgr.y (mgr.24491) 7293 : cluster [DBG] pgmap v6435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:06:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:06:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:57.183389+0000 mgr.y (mgr.24491) 7293 : cluster [DBG] pgmap v6435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:06:59.183782+0000 mgr.y (mgr.24491) 7294 : cluster [DBG] pgmap v6436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:06:59.183782+0000 mgr.y (mgr.24491) 7294 : cluster [DBG] pgmap v6436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:06:59.183782+0000 mgr.y (mgr.24491) 7294 : cluster [DBG] pgmap v6436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:07:02.102 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:07:02.382 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:07:02.382 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 8m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:07:02.382 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:07:02.382 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 8m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:07:02.382 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:07:02.382 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:07:02.382 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 8m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:07:02.383 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 8m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:07:02.383 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:07:02.383 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 8m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:07:02.383 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 8m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:07:02.383 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:07:02.383 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 8m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:07:02.383 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 8m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:07:02.383 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 8m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:07:02.383 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 8m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:07:02.383 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:07:02.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:07:02.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:07:02.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:07:02.384 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:07:02.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:01.184430+0000 mgr.y (mgr.24491) 7295 : cluster [DBG] pgmap v6437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:02.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:01.184430+0000 mgr.y (mgr.24491) 7295 : cluster [DBG] pgmap v6437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:02.715 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:07:02.715 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:07:02.715 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:07:02.715 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:07:02.715 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:07:02.715 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:07:02.715 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:07:02.716 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:07:02.716 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:07:02.716 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:07:02.716 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:07:02.716 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:07:02.716 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:07:02.716 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:07:02.716 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:07:02.716 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:07:02.716 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:07:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:01.184430+0000 mgr.y (mgr.24491) 7295 : cluster [DBG] pgmap v6437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:07:02.091845+0000 mgr.y (mgr.24491) 7296 : audit [DBG] from='client.22341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:07:02.376073+0000 mgr.y (mgr.24491) 7297 : audit [DBG] from='client.22347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:07:02.717797+0000 mon.a (mon.0) 1965 : audit [DBG] from='client.? 172.21.15.177:0/3237614505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:07:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:07:02.091845+0000 mgr.y (mgr.24491) 7296 : audit [DBG] from='client.22341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:07:02.376073+0000 mgr.y (mgr.24491) 7297 : audit [DBG] from='client.22347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:07:02.717797+0000 mon.a (mon.0) 1965 : audit [DBG] from='client.? 172.21.15.177:0/3237614505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:07:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:07:02.091845+0000 mgr.y (mgr.24491) 7296 : audit [DBG] from='client.22341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:07:02.376073+0000 mgr.y (mgr.24491) 7297 : audit [DBG] from='client.22347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:07:02.717797+0000 mon.a (mon.0) 1965 : audit [DBG] from='client.? 172.21.15.177:0/3237614505' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:07:04.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:03.184787+0000 mgr.y (mgr.24491) 7298 : cluster [DBG] pgmap v6438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:03.184787+0000 mgr.y (mgr.24491) 7298 : cluster [DBG] pgmap v6438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:03.184787+0000 mgr.y (mgr.24491) 7298 : cluster [DBG] pgmap v6438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:06.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:05.185402+0000 mgr.y (mgr.24491) 7299 : cluster [DBG] pgmap v6439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:05.185402+0000 mgr.y (mgr.24491) 7299 : cluster [DBG] pgmap v6439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:05.185402+0000 mgr.y (mgr.24491) 7299 : cluster [DBG] pgmap v6439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:07:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:07.185912+0000 mgr.y (mgr.24491) 7300 : cluster [DBG] pgmap v6440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:07.185912+0000 mgr.y (mgr.24491) 7300 : cluster [DBG] pgmap v6440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:07.185912+0000 mgr.y (mgr.24491) 7300 : cluster [DBG] pgmap v6440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:10.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:09.186451+0000 mgr.y (mgr.24491) 7301 : cluster [DBG] pgmap v6441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:09.186451+0000 mgr.y (mgr.24491) 7301 : cluster [DBG] pgmap v6441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:09.186451+0000 mgr.y (mgr.24491) 7301 : cluster [DBG] pgmap v6441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:07:12.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:11.187135+0000 mgr.y (mgr.24491) 7302 : cluster [DBG] pgmap v6442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:11.187135+0000 mgr.y (mgr.24491) 7302 : cluster [DBG] pgmap v6442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:11.187135+0000 mgr.y (mgr.24491) 7302 : cluster [DBG] pgmap v6442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:13.187510+0000 mgr.y (mgr.24491) 7303 : cluster [DBG] pgmap v6443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:13.187510+0000 mgr.y (mgr.24491) 7303 : cluster [DBG] pgmap v6443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:13.187510+0000 mgr.y (mgr.24491) 7303 : cluster [DBG] pgmap v6443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:07:14.732803+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:07:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:07:15.023977+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:07:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:07:15.024627+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:07:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:07:15.028788+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:07:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:07:14.732803+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:07:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:07:15.023977+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:07:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:07:15.024627+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:07:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:07:15.028788+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:07:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:07:14.732803+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:07:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:07:15.023977+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:07:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:07:15.024627+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:07:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:07:15.028788+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:07:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:15.188086+0000 mgr.y (mgr.24491) 7304 : cluster [DBG] pgmap v6444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:15.188086+0000 mgr.y (mgr.24491) 7304 : cluster [DBG] pgmap v6444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:15.188086+0000 mgr.y (mgr.24491) 7304 : cluster [DBG] pgmap v6444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:07:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:17.188633+0000 mgr.y (mgr.24491) 7305 : cluster [DBG] pgmap v6445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:17.188633+0000 mgr.y (mgr.24491) 7305 : cluster [DBG] pgmap v6445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:17.188633+0000 mgr.y (mgr.24491) 7305 : cluster [DBG] pgmap v6445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:21.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:19.189217+0000 mgr.y (mgr.24491) 7306 : cluster [DBG] pgmap v6446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:19.189217+0000 mgr.y (mgr.24491) 7306 : cluster [DBG] pgmap v6446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:19.189217+0000 mgr.y (mgr.24491) 7306 : cluster [DBG] pgmap v6446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:07:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:21.190006+0000 mgr.y (mgr.24491) 7307 : cluster [DBG] pgmap v6447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:21.190006+0000 mgr.y (mgr.24491) 7307 : cluster [DBG] pgmap v6447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:21.190006+0000 mgr.y (mgr.24491) 7307 : cluster [DBG] pgmap v6447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:25.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:23.190362+0000 mgr.y (mgr.24491) 7308 : cluster [DBG] pgmap v6448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:23.190362+0000 mgr.y (mgr.24491) 7308 : cluster [DBG] pgmap v6448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:23.190362+0000 mgr.y (mgr.24491) 7308 : cluster [DBG] pgmap v6448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:25.191073+0000 mgr.y (mgr.24491) 7309 : cluster [DBG] pgmap v6449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:25.191073+0000 mgr.y (mgr.24491) 7309 : cluster [DBG] pgmap v6449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:25.191073+0000 mgr.y (mgr.24491) 7309 : cluster [DBG] pgmap v6449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:07:29.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:27.191640+0000 mgr.y (mgr.24491) 7310 : cluster [DBG] pgmap v6450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:27.191640+0000 mgr.y (mgr.24491) 7310 : cluster [DBG] pgmap v6450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:27.191640+0000 mgr.y (mgr.24491) 7310 : cluster [DBG] pgmap v6450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:31.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:29.192168+0000 mgr.y (mgr.24491) 7311 : cluster [DBG] pgmap v6451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:29.192168+0000 mgr.y (mgr.24491) 7311 : cluster [DBG] pgmap v6451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:29.192168+0000 mgr.y (mgr.24491) 7311 : cluster [DBG] pgmap v6451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:07:33.030 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:07:33.308 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:07:33.308 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:07:33.308 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:07:33.308 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:07:33.308 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:07:33.309 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:07:33.309 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 9m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:07:33.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 9m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:07:33.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 9m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:07:33.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:07:33.309 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:07:33.309 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:07:33.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:07:33.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:07:33.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:07:33.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:07:33.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:07:33.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:07:33.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:07:33.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:07:33.310 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:07:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:31.192920+0000 mgr.y (mgr.24491) 7312 : cluster [DBG] pgmap v6452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:31.192920+0000 mgr.y (mgr.24491) 7312 : cluster [DBG] pgmap v6452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:31.192920+0000 mgr.y (mgr.24491) 7312 : cluster [DBG] pgmap v6452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:33.639 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:07:33.639 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:07:33.639 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:07:33.639 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:07:33.639 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:07:33.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:07:33.640 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:07:33.640 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:07:33.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:07:33.640 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:07:33.640 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:07:33.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:07:33.640 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:07:33.640 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:07:33.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:07:33.640 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:07:33.641 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:07:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:07:33.020555+0000 mgr.y (mgr.24491) 7313 : audit [DBG] from='client.22359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:07:33.641484+0000 mon.c (mon.2) 246 : audit [DBG] from='client.? 172.21.15.177:0/3848158991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:07:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:07:33.020555+0000 mgr.y (mgr.24491) 7313 : audit [DBG] from='client.22359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:07:33.641484+0000 mon.c (mon.2) 246 : audit [DBG] from='client.? 172.21.15.177:0/3848158991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:07:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:07:33.020555+0000 mgr.y (mgr.24491) 7313 : audit [DBG] from='client.22359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:07:33.641484+0000 mon.c (mon.2) 246 : audit [DBG] from='client.? 172.21.15.177:0/3848158991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:07:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:33.193256+0000 mgr.y (mgr.24491) 7314 : cluster [DBG] pgmap v6453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:07:33.302187+0000 mgr.y (mgr.24491) 7315 : audit [DBG] from='client.32267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:33.193256+0000 mgr.y (mgr.24491) 7314 : cluster [DBG] pgmap v6453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:07:33.302187+0000 mgr.y (mgr.24491) 7315 : audit [DBG] from='client.32267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:33.193256+0000 mgr.y (mgr.24491) 7314 : cluster [DBG] pgmap v6453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:07:33.302187+0000 mgr.y (mgr.24491) 7315 : audit [DBG] from='client.32267 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:07:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:35.194136+0000 mgr.y (mgr.24491) 7316 : cluster [DBG] pgmap v6454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:35.194136+0000 mgr.y (mgr.24491) 7316 : cluster [DBG] pgmap v6454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:35.194136+0000 mgr.y (mgr.24491) 7316 : cluster [DBG] pgmap v6454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:07:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:37.194741+0000 mgr.y (mgr.24491) 7317 : cluster [DBG] pgmap v6455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:37.194741+0000 mgr.y (mgr.24491) 7317 : cluster [DBG] pgmap v6455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:37.194741+0000 mgr.y (mgr.24491) 7317 : cluster [DBG] pgmap v6455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:39.195329+0000 mgr.y (mgr.24491) 7318 : cluster [DBG] pgmap v6456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:39.195329+0000 mgr.y (mgr.24491) 7318 : cluster [DBG] pgmap v6456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:39.195329+0000 mgr.y (mgr.24491) 7318 : cluster [DBG] pgmap v6456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:07:43.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:41.196089+0000 mgr.y (mgr.24491) 7319 : cluster [DBG] pgmap v6457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:41.196089+0000 mgr.y (mgr.24491) 7319 : cluster [DBG] pgmap v6457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:41.196089+0000 mgr.y (mgr.24491) 7319 : cluster [DBG] pgmap v6457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:45.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:43.196473+0000 mgr.y (mgr.24491) 7320 : cluster [DBG] pgmap v6458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:43.196473+0000 mgr.y (mgr.24491) 7320 : cluster [DBG] pgmap v6458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:43.196473+0000 mgr.y (mgr.24491) 7320 : cluster [DBG] pgmap v6458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:47.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:45.197246+0000 mgr.y (mgr.24491) 7321 : cluster [DBG] pgmap v6459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:45.197246+0000 mgr.y (mgr.24491) 7321 : cluster [DBG] pgmap v6459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:45.197246+0000 mgr.y (mgr.24491) 7321 : cluster [DBG] pgmap v6459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:07:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:47.197653+0000 mgr.y (mgr.24491) 7322 : cluster [DBG] pgmap v6460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:47.197653+0000 mgr.y (mgr.24491) 7322 : cluster [DBG] pgmap v6460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:47.197653+0000 mgr.y (mgr.24491) 7322 : cluster [DBG] pgmap v6460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:49.197978+0000 mgr.y (mgr.24491) 7323 : cluster [DBG] pgmap v6461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:49.197978+0000 mgr.y (mgr.24491) 7323 : cluster [DBG] pgmap v6461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:49.197978+0000 mgr.y (mgr.24491) 7323 : cluster [DBG] pgmap v6461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:07:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:51.198718+0000 mgr.y (mgr.24491) 7324 : cluster [DBG] pgmap v6462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:51.198718+0000 mgr.y (mgr.24491) 7324 : cluster [DBG] pgmap v6462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:51.198718+0000 mgr.y (mgr.24491) 7324 : cluster [DBG] pgmap v6462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:53.199257+0000 mgr.y (mgr.24491) 7325 : cluster [DBG] pgmap v6463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:53.199257+0000 mgr.y (mgr.24491) 7325 : cluster [DBG] pgmap v6463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:53.199257+0000 mgr.y (mgr.24491) 7325 : cluster [DBG] pgmap v6463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:55.200046+0000 mgr.y (mgr.24491) 7326 : cluster [DBG] pgmap v6464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:55.200046+0000 mgr.y (mgr.24491) 7326 : cluster [DBG] pgmap v6464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:55.200046+0000 mgr.y (mgr.24491) 7326 : cluster [DBG] pgmap v6464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:07:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:07:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:07:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:57.200617+0000 mgr.y (mgr.24491) 7327 : cluster [DBG] pgmap v6465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:07:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:57.200617+0000 mgr.y (mgr.24491) 7327 : cluster [DBG] pgmap v6465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:07:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:07:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:57.200617+0000 mgr.y (mgr.24491) 7327 : cluster [DBG] pgmap v6465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:00.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:07:59.201201+0000 mgr.y (mgr.24491) 7328 : cluster [DBG] pgmap v6466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:07:59.201201+0000 mgr.y (mgr.24491) 7328 : cluster [DBG] pgmap v6466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:07:59.201201+0000 mgr.y (mgr.24491) 7328 : cluster [DBG] pgmap v6466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:08:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:01.201978+0000 mgr.y (mgr.24491) 7329 : cluster [DBG] pgmap v6467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:01.201978+0000 mgr.y (mgr.24491) 7329 : cluster [DBG] pgmap v6467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:01.201978+0000 mgr.y (mgr.24491) 7329 : cluster [DBG] pgmap v6467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:03.947 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:08:04.225 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:08:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:08:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9m ago 3h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:08:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:08:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:08:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:08:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 9m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:08:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 9m ago 3h 594M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:08:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 9m ago 3h 306M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:08:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 311M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:08:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:08:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9m ago 3h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:08:04.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:08:04.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:08:04.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:08:04.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:08:04.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:08:04.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:08:04.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9m ago 3h 42.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:08:04.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9m ago 3h 43.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:08:04.227 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9m ago 3h 95.8M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:08:04.562 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:08:04.562 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:08:04.562 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:08:04.562 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:08:04.562 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:08:04.562 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:08:04.563 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:08:04.563 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:08:04.563 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:08:04.563 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:08:04.563 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:08:04.563 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:08:04.563 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:08:04.563 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:08:04.563 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:08:04.563 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:08:04.563 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:08:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:03.202445+0000 mgr.y (mgr.24491) 7330 : cluster [DBG] pgmap v6468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:03.937936+0000 mgr.y (mgr.24491) 7331 : audit [DBG] from='client.32279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:04.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:03.202445+0000 mgr.y (mgr.24491) 7330 : cluster [DBG] pgmap v6468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:03.937936+0000 mgr.y (mgr.24491) 7331 : audit [DBG] from='client.32279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:03.202445+0000 mgr.y (mgr.24491) 7330 : cluster [DBG] pgmap v6468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:03.937936+0000 mgr.y (mgr.24491) 7331 : audit [DBG] from='client.32279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:04.220165+0000 mgr.y (mgr.24491) 7332 : audit [DBG] from='client.22383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:04.564241+0000 mon.a (mon.0) 1970 : audit [DBG] from='client.? 172.21.15.177:0/3641082279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:08:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:04.220165+0000 mgr.y (mgr.24491) 7332 : audit [DBG] from='client.22383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:04.564241+0000 mon.a (mon.0) 1970 : audit [DBG] from='client.? 172.21.15.177:0/3641082279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:08:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:04.220165+0000 mgr.y (mgr.24491) 7332 : audit [DBG] from='client.22383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:04.564241+0000 mon.a (mon.0) 1970 : audit [DBG] from='client.? 172.21.15.177:0/3641082279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:08:06.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:05.203245+0000 mgr.y (mgr.24491) 7333 : cluster [DBG] pgmap v6469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:05.203245+0000 mgr.y (mgr.24491) 7333 : cluster [DBG] pgmap v6469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:05.203245+0000 mgr.y (mgr.24491) 7333 : cluster [DBG] pgmap v6469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:08:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:07.203785+0000 mgr.y (mgr.24491) 7334 : cluster [DBG] pgmap v6470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:08.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:07.203785+0000 mgr.y (mgr.24491) 7334 : cluster [DBG] pgmap v6470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:07.203785+0000 mgr.y (mgr.24491) 7334 : cluster [DBG] pgmap v6470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:09.204275+0000 mgr.y (mgr.24491) 7335 : cluster [DBG] pgmap v6471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:09.204275+0000 mgr.y (mgr.24491) 7335 : cluster [DBG] pgmap v6471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:09.204275+0000 mgr.y (mgr.24491) 7335 : cluster [DBG] pgmap v6471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:08:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:11.205135+0000 mgr.y (mgr.24491) 7336 : cluster [DBG] pgmap v6472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:11.205135+0000 mgr.y (mgr.24491) 7336 : cluster [DBG] pgmap v6472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:11.205135+0000 mgr.y (mgr.24491) 7336 : cluster [DBG] pgmap v6472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:13.205503+0000 mgr.y (mgr.24491) 7337 : cluster [DBG] pgmap v6473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:13.205503+0000 mgr.y (mgr.24491) 7337 : cluster [DBG] pgmap v6473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:13.205503+0000 mgr.y (mgr.24491) 7337 : cluster [DBG] pgmap v6473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:15.033083+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:08:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:15.033083+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:08:15.680 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:15.033083+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:08:16.591 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:15.206066+0000 mgr.y (mgr.24491) 7338 : cluster [DBG] pgmap v6474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:16.591 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:15.206066+0000 mgr.y (mgr.24491) 7338 : cluster [DBG] pgmap v6474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:15.206066+0000 mgr.y (mgr.24491) 7338 : cluster [DBG] pgmap v6474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T07:08:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:17.206402+0000 mgr.y (mgr.24491) 7339 : cluster [DBG] pgmap v6475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:17.690308+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:08:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:18.149722+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:08:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:18.427918+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:08:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:18.428585+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:08:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:18.433326+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:08:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:17.206402+0000 mgr.y (mgr.24491) 7339 : cluster [DBG] pgmap v6475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:17.690308+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:08:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:18.149722+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:08:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:18.427918+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:08:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:18.428585+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:08:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:18.433326+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:08:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:17.206402+0000 mgr.y (mgr.24491) 7339 : cluster [DBG] pgmap v6475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:17.690308+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:08:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:18.149722+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:08:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:18.427918+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:08:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:18.428585+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:08:19.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:18.433326+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:08:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:19.206873+0000 mgr.y (mgr.24491) 7340 : cluster [DBG] pgmap v6476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:19.206873+0000 mgr.y (mgr.24491) 7340 : cluster [DBG] pgmap v6476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:19.206873+0000 mgr.y (mgr.24491) 7340 : cluster [DBG] pgmap v6476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:08:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:21.207583+0000 mgr.y (mgr.24491) 7341 : cluster [DBG] pgmap v6477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:21.207583+0000 mgr.y (mgr.24491) 7341 : cluster [DBG] pgmap v6477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:21.207583+0000 mgr.y (mgr.24491) 7341 : cluster [DBG] pgmap v6477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:23.208102+0000 mgr.y (mgr.24491) 7342 : cluster [DBG] pgmap v6478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:23.208102+0000 mgr.y (mgr.24491) 7342 : cluster [DBG] pgmap v6478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:23.208102+0000 mgr.y (mgr.24491) 7342 : cluster [DBG] pgmap v6478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:25.208788+0000 mgr.y (mgr.24491) 7343 : cluster [DBG] pgmap v6479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:25.208788+0000 mgr.y (mgr.24491) 7343 : cluster [DBG] pgmap v6479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:25.208788+0000 mgr.y (mgr.24491) 7343 : cluster [DBG] pgmap v6479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T07:08:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:27.209186+0000 mgr.y (mgr.24491) 7344 : cluster [DBG] pgmap v6480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:27.209186+0000 mgr.y (mgr.24491) 7344 : cluster [DBG] pgmap v6480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:27.209186+0000 mgr.y (mgr.24491) 7344 : cluster [DBG] pgmap v6480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:29.209783+0000 mgr.y (mgr.24491) 7345 : cluster [DBG] pgmap v6481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:29.209783+0000 mgr.y (mgr.24491) 7345 : cluster [DBG] pgmap v6481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:29.209783+0000 mgr.y (mgr.24491) 7345 : cluster [DBG] pgmap v6481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:08:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:31.210505+0000 mgr.y (mgr.24491) 7346 : cluster [DBG] pgmap v6482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:31.210505+0000 mgr.y (mgr.24491) 7346 : cluster [DBG] pgmap v6482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:31.210505+0000 mgr.y (mgr.24491) 7346 : cluster [DBG] pgmap v6482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:34.869 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:08:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:33.211072+0000 mgr.y (mgr.24491) 7347 : cluster [DBG] pgmap v6483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:35.146 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:08:35.146 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 17s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:08:35.146 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 16s ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:08:35.146 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 17s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:08:35.146 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 16s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:08:35.146 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 16s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:08:35.146 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 17s ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:08:35.146 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 17s ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 16s ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 17s ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 17s ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 16s ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 17s ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 17s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 17s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 17s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 16s ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 16s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 16s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 16s ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:08:35.147 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 16s ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:08:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:33.211072+0000 mgr.y (mgr.24491) 7347 : cluster [DBG] pgmap v6483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:33.211072+0000 mgr.y (mgr.24491) 7347 : cluster [DBG] pgmap v6483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:35.482 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:08:35.482 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:08:35.482 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:08:35.482 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:08:35.482 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:08:35.482 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:08:35.482 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:08:35.482 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:08:35.482 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:08:35.483 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:08:35.483 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:08:35.483 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:08:35.483 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:08:35.483 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:08:35.483 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:08:35.483 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:08:35.483 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:08:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:34.859475+0000 mgr.y (mgr.24491) 7348 : audit [DBG] from='client.32297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:35.484365+0000 mon.c (mon.2) 247 : audit [DBG] from='client.? 172.21.15.177:0/276525203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:08:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:34.859475+0000 mgr.y (mgr.24491) 7348 : audit [DBG] from='client.32297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:36.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:35.484365+0000 mon.c (mon.2) 247 : audit [DBG] from='client.? 172.21.15.177:0/276525203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:08:36.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:34.859475+0000 mgr.y (mgr.24491) 7348 : audit [DBG] from='client.32297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:36.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:35.484365+0000 mon.c (mon.2) 247 : audit [DBG] from='client.? 172.21.15.177:0/276525203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:08:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:08:35.140587+0000 mgr.y (mgr.24491) 7349 : audit [DBG] from='client.32303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:35.211673+0000 mgr.y (mgr.24491) 7350 : cluster [DBG] pgmap v6484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:08:35.140587+0000 mgr.y (mgr.24491) 7349 : audit [DBG] from='client.32303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:35.211673+0000 mgr.y (mgr.24491) 7350 : cluster [DBG] pgmap v6484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:08:35.140587+0000 mgr.y (mgr.24491) 7349 : audit [DBG] from='client.32303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:08:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:35.211673+0000 mgr.y (mgr.24491) 7350 : cluster [DBG] pgmap v6484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:08:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:37.212041+0000 mgr.y (mgr.24491) 7351 : cluster [DBG] pgmap v6485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:37.212041+0000 mgr.y (mgr.24491) 7351 : cluster [DBG] pgmap v6485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:37.212041+0000 mgr.y (mgr.24491) 7351 : cluster [DBG] pgmap v6485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:39.212494+0000 mgr.y (mgr.24491) 7352 : cluster [DBG] pgmap v6486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:39.212494+0000 mgr.y (mgr.24491) 7352 : cluster [DBG] pgmap v6486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:39.212494+0000 mgr.y (mgr.24491) 7352 : cluster [DBG] pgmap v6486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:08:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:41.213425+0000 mgr.y (mgr.24491) 7353 : cluster [DBG] pgmap v6487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:41.213425+0000 mgr.y (mgr.24491) 7353 : cluster [DBG] pgmap v6487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:41.213425+0000 mgr.y (mgr.24491) 7353 : cluster [DBG] pgmap v6487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:43.213994+0000 mgr.y (mgr.24491) 7354 : cluster [DBG] pgmap v6488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:43.213994+0000 mgr.y (mgr.24491) 7354 : cluster [DBG] pgmap v6488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:43.213994+0000 mgr.y (mgr.24491) 7354 : cluster [DBG] pgmap v6488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:45.214593+0000 mgr.y (mgr.24491) 7355 : cluster [DBG] pgmap v6489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:45.214593+0000 mgr.y (mgr.24491) 7355 : cluster [DBG] pgmap v6489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:45.214593+0000 mgr.y (mgr.24491) 7355 : cluster [DBG] pgmap v6489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:08:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:47.215115+0000 mgr.y (mgr.24491) 7356 : cluster [DBG] pgmap v6490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:47.215115+0000 mgr.y (mgr.24491) 7356 : cluster [DBG] pgmap v6490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:47.215115+0000 mgr.y (mgr.24491) 7356 : cluster [DBG] pgmap v6490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:51.007 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:49.215630+0000 mgr.y (mgr.24491) 7357 : cluster [DBG] pgmap v6491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:49.215630+0000 mgr.y (mgr.24491) 7357 : cluster [DBG] pgmap v6491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:49.215630+0000 mgr.y (mgr.24491) 7357 : cluster [DBG] pgmap v6491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:08:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:51.216395+0000 mgr.y (mgr.24491) 7358 : cluster [DBG] pgmap v6492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:51.216395+0000 mgr.y (mgr.24491) 7358 : cluster [DBG] pgmap v6492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:51.216395+0000 mgr.y (mgr.24491) 7358 : cluster [DBG] pgmap v6492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:53.216984+0000 mgr.y (mgr.24491) 7359 : cluster [DBG] pgmap v6493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:53.216984+0000 mgr.y (mgr.24491) 7359 : cluster [DBG] pgmap v6493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:53.216984+0000 mgr.y (mgr.24491) 7359 : cluster [DBG] pgmap v6493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:55.217626+0000 mgr.y (mgr.24491) 7360 : cluster [DBG] pgmap v6494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:55.217626+0000 mgr.y (mgr.24491) 7360 : cluster [DBG] pgmap v6494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:55.217626+0000 mgr.y (mgr.24491) 7360 : cluster [DBG] pgmap v6494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:08:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:08:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:08:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:57.218051+0000 mgr.y (mgr.24491) 7361 : cluster [DBG] pgmap v6495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:08:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:57.218051+0000 mgr.y (mgr.24491) 7361 : cluster [DBG] pgmap v6495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:08:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:08:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:57.218051+0000 mgr.y (mgr.24491) 7361 : cluster [DBG] pgmap v6495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:08:59.218587+0000 mgr.y (mgr.24491) 7362 : cluster [DBG] pgmap v6496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:08:59.218587+0000 mgr.y (mgr.24491) 7362 : cluster [DBG] pgmap v6496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:08:59.218587+0000 mgr.y (mgr.24491) 7362 : cluster [DBG] pgmap v6496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:09:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:01.219443+0000 mgr.y (mgr.24491) 7363 : cluster [DBG] pgmap v6497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:01.219443+0000 mgr.y (mgr.24491) 7363 : cluster [DBG] pgmap v6497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:01.219443+0000 mgr.y (mgr.24491) 7363 : cluster [DBG] pgmap v6497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:03.219867+0000 mgr.y (mgr.24491) 7364 : cluster [DBG] pgmap v6498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:03.219867+0000 mgr.y (mgr.24491) 7364 : cluster [DBG] pgmap v6498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:03.219867+0000 mgr.y (mgr.24491) 7364 : cluster [DBG] pgmap v6498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:05.796 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:09:06.068 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 48s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 47s ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 48s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 47s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 47s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 48s ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 48s ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 47s ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 48s ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 48s ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 47s ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 48s ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 48s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:09:06.069 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 48s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:09:06.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 48s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:09:06.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 47s ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:09:06.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 47s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:09:06.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 47s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:09:06.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 47s ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:09:06.070 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 47s ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:09:06.401 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:09:06.401 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:09:06.401 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:09:06.401 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:09:06.401 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:09:06.401 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:09:06.401 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:09:06.401 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:09:06.402 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:09:06.402 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:09:06.402 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:09:06.402 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:09:06.402 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:09:06.402 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:09:06.402 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:09:06.402 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:09:06.402 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:09:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:05.220495+0000 mgr.y (mgr.24491) 7365 : cluster [DBG] pgmap v6499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:09:05.784289+0000 mgr.y (mgr.24491) 7366 : audit [DBG] from='client.22413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:09:06.063364+0000 mgr.y (mgr.24491) 7367 : audit [DBG] from='client.22419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:09:06.403485+0000 mon.c (mon.2) 248 : audit [DBG] from='client.? 172.21.15.177:0/3092101894' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:09:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:05.220495+0000 mgr.y (mgr.24491) 7365 : cluster [DBG] pgmap v6499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:09:05.784289+0000 mgr.y (mgr.24491) 7366 : audit [DBG] from='client.22413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:09:06.063364+0000 mgr.y (mgr.24491) 7367 : audit [DBG] from='client.22419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:09:06.403485+0000 mon.c (mon.2) 248 : audit [DBG] from='client.? 172.21.15.177:0/3092101894' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:09:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:05.220495+0000 mgr.y (mgr.24491) 7365 : cluster [DBG] pgmap v6499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:09:05.784289+0000 mgr.y (mgr.24491) 7366 : audit [DBG] from='client.22413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:09:06.063364+0000 mgr.y (mgr.24491) 7367 : audit [DBG] from='client.22419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:09:06.403485+0000 mon.c (mon.2) 248 : audit [DBG] from='client.? 172.21.15.177:0/3092101894' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:09:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:07] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:09:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:07.220903+0000 mgr.y (mgr.24491) 7368 : cluster [DBG] pgmap v6500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:07.220903+0000 mgr.y (mgr.24491) 7368 : cluster [DBG] pgmap v6500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:07.220903+0000 mgr.y (mgr.24491) 7368 : cluster [DBG] pgmap v6500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:09.221399+0000 mgr.y (mgr.24491) 7369 : cluster [DBG] pgmap v6501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:09.221399+0000 mgr.y (mgr.24491) 7369 : cluster [DBG] pgmap v6501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:09.221399+0000 mgr.y (mgr.24491) 7369 : cluster [DBG] pgmap v6501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:09:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:11.222079+0000 mgr.y (mgr.24491) 7370 : cluster [DBG] pgmap v6502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:11.222079+0000 mgr.y (mgr.24491) 7370 : cluster [DBG] pgmap v6502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:11.222079+0000 mgr.y (mgr.24491) 7370 : cluster [DBG] pgmap v6502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:13.222721+0000 mgr.y (mgr.24491) 7371 : cluster [DBG] pgmap v6503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:13.222721+0000 mgr.y (mgr.24491) 7371 : cluster [DBG] pgmap v6503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:13.222721+0000 mgr.y (mgr.24491) 7371 : cluster [DBG] pgmap v6503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:15.223451+0000 mgr.y (mgr.24491) 7372 : cluster [DBG] pgmap v6504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:15.223451+0000 mgr.y (mgr.24491) 7372 : cluster [DBG] pgmap v6504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:15.223451+0000 mgr.y (mgr.24491) 7372 : cluster [DBG] pgmap v6504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:09:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:17.223875+0000 mgr.y (mgr.24491) 7373 : cluster [DBG] pgmap v6505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:09:18.438482+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:09:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:09:18.730223+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:09:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:09:18.730893+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:09:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:09:18.735424+0000 mon.a (mon.0) 1980 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:09:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:17.223875+0000 mgr.y (mgr.24491) 7373 : cluster [DBG] pgmap v6505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:09:18.438482+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:09:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:09:18.730223+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:09:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:09:18.730893+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:09:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:09:18.735424+0000 mon.a (mon.0) 1980 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:09:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:17.223875+0000 mgr.y (mgr.24491) 7373 : cluster [DBG] pgmap v6505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:09:18.438482+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:09:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:09:18.730223+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:09:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:09:18.730893+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:09:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:09:18.735424+0000 mon.a (mon.0) 1980 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:09:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:19.224243+0000 mgr.y (mgr.24491) 7374 : cluster [DBG] pgmap v6506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:19.224243+0000 mgr.y (mgr.24491) 7374 : cluster [DBG] pgmap v6506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:19.224243+0000 mgr.y (mgr.24491) 7374 : cluster [DBG] pgmap v6506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:09:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:21.224919+0000 mgr.y (mgr.24491) 7375 : cluster [DBG] pgmap v6507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:21.224919+0000 mgr.y (mgr.24491) 7375 : cluster [DBG] pgmap v6507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:21.224919+0000 mgr.y (mgr.24491) 7375 : cluster [DBG] pgmap v6507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:23.225488+0000 mgr.y (mgr.24491) 7376 : cluster [DBG] pgmap v6508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:23.225488+0000 mgr.y (mgr.24491) 7376 : cluster [DBG] pgmap v6508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:23.225488+0000 mgr.y (mgr.24491) 7376 : cluster [DBG] pgmap v6508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:25.226269+0000 mgr.y (mgr.24491) 7377 : cluster [DBG] pgmap v6509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:25.226269+0000 mgr.y (mgr.24491) 7377 : cluster [DBG] pgmap v6509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:25.226269+0000 mgr.y (mgr.24491) 7377 : cluster [DBG] pgmap v6509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:09:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:27.226741+0000 mgr.y (mgr.24491) 7378 : cluster [DBG] pgmap v6510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:27.226741+0000 mgr.y (mgr.24491) 7378 : cluster [DBG] pgmap v6510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:27.226741+0000 mgr.y (mgr.24491) 7378 : cluster [DBG] pgmap v6510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:29.227204+0000 mgr.y (mgr.24491) 7379 : cluster [DBG] pgmap v6511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:29.227204+0000 mgr.y (mgr.24491) 7379 : cluster [DBG] pgmap v6511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:29.227204+0000 mgr.y (mgr.24491) 7379 : cluster [DBG] pgmap v6511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:09:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:31.228019+0000 mgr.y (mgr.24491) 7380 : cluster [DBG] pgmap v6512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:31.228019+0000 mgr.y (mgr.24491) 7380 : cluster [DBG] pgmap v6512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:31.228019+0000 mgr.y (mgr.24491) 7380 : cluster [DBG] pgmap v6512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:33.228620+0000 mgr.y (mgr.24491) 7381 : cluster [DBG] pgmap v6513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:33.228620+0000 mgr.y (mgr.24491) 7381 : cluster [DBG] pgmap v6513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:33.228620+0000 mgr.y (mgr.24491) 7381 : cluster [DBG] pgmap v6513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:36.711 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:09:36.986 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:09:36.986 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 79s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:09:36.986 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 78s ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:09:36.986 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 79s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:09:36.986 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 78s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:09:36.986 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 78s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:09:36.986 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 79s ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:09:36.986 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 79s ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:09:36.986 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 78s ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:09:36.986 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 79s ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:09:36.987 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 79s ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:09:36.987 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 78s ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:09:36.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 79s ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:09:36.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 79s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:09:36.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 79s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:09:36.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 79s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:09:36.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 78s ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:09:36.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 78s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:09:36.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 78s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:09:36.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 78s ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:09:36.987 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 78s ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:09:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:35.229269+0000 mgr.y (mgr.24491) 7382 : cluster [DBG] pgmap v6514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:35.229269+0000 mgr.y (mgr.24491) 7382 : cluster [DBG] pgmap v6514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:35.229269+0000 mgr.y (mgr.24491) 7382 : cluster [DBG] pgmap v6514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:37.321 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:09:37.321 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:09:37.321 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:09:37.321 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:09:37.321 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:09:37.321 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:09:37.321 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:09:37.322 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:09:37.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:09:37.322 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:09:37.322 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:09:37.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:09:37.322 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:09:37.322 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:09:37.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:09:37.322 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:09:37.322 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:09:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:09:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:09:36.700322+0000 mgr.y (mgr.24491) 7383 : audit [DBG] from='client.22431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:09:36.980768+0000 mgr.y (mgr.24491) 7384 : audit [DBG] from='client.22437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:09:37.323601+0000 mon.a (mon.0) 1981 : audit [DBG] from='client.? 172.21.15.177:0/2474930860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:09:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:09:36.700322+0000 mgr.y (mgr.24491) 7383 : audit [DBG] from='client.22431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:09:36.980768+0000 mgr.y (mgr.24491) 7384 : audit [DBG] from='client.22437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:09:37.323601+0000 mon.a (mon.0) 1981 : audit [DBG] from='client.? 172.21.15.177:0/2474930860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:09:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:09:36.700322+0000 mgr.y (mgr.24491) 7383 : audit [DBG] from='client.22431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:09:36.980768+0000 mgr.y (mgr.24491) 7384 : audit [DBG] from='client.22437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:09:38.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:09:37.323601+0000 mon.a (mon.0) 1981 : audit [DBG] from='client.? 172.21.15.177:0/2474930860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:09:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:37.229644+0000 mgr.y (mgr.24491) 7385 : cluster [DBG] pgmap v6515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:37.229644+0000 mgr.y (mgr.24491) 7385 : cluster [DBG] pgmap v6515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:37.229644+0000 mgr.y (mgr.24491) 7385 : cluster [DBG] pgmap v6515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:39.230183+0000 mgr.y (mgr.24491) 7386 : cluster [DBG] pgmap v6516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:39.230183+0000 mgr.y (mgr.24491) 7386 : cluster [DBG] pgmap v6516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:39.230183+0000 mgr.y (mgr.24491) 7386 : cluster [DBG] pgmap v6516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:09:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:41.230913+0000 mgr.y (mgr.24491) 7387 : cluster [DBG] pgmap v6517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:41.230913+0000 mgr.y (mgr.24491) 7387 : cluster [DBG] pgmap v6517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:41.230913+0000 mgr.y (mgr.24491) 7387 : cluster [DBG] pgmap v6517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:43.231438+0000 mgr.y (mgr.24491) 7388 : cluster [DBG] pgmap v6518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:43.231438+0000 mgr.y (mgr.24491) 7388 : cluster [DBG] pgmap v6518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:43.231438+0000 mgr.y (mgr.24491) 7388 : cluster [DBG] pgmap v6518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:45.232164+0000 mgr.y (mgr.24491) 7389 : cluster [DBG] pgmap v6519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:45.232164+0000 mgr.y (mgr.24491) 7389 : cluster [DBG] pgmap v6519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:45.232164+0000 mgr.y (mgr.24491) 7389 : cluster [DBG] pgmap v6519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:47] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:09:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:47.232712+0000 mgr.y (mgr.24491) 7390 : cluster [DBG] pgmap v6520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:47.232712+0000 mgr.y (mgr.24491) 7390 : cluster [DBG] pgmap v6520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:47.232712+0000 mgr.y (mgr.24491) 7390 : cluster [DBG] pgmap v6520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:49.233266+0000 mgr.y (mgr.24491) 7391 : cluster [DBG] pgmap v6521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:49.233266+0000 mgr.y (mgr.24491) 7391 : cluster [DBG] pgmap v6521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:49.233266+0000 mgr.y (mgr.24491) 7391 : cluster [DBG] pgmap v6521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:09:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:51.233971+0000 mgr.y (mgr.24491) 7392 : cluster [DBG] pgmap v6522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:51.233971+0000 mgr.y (mgr.24491) 7392 : cluster [DBG] pgmap v6522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:51.233971+0000 mgr.y (mgr.24491) 7392 : cluster [DBG] pgmap v6522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:53.234348+0000 mgr.y (mgr.24491) 7393 : cluster [DBG] pgmap v6523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:53.234348+0000 mgr.y (mgr.24491) 7393 : cluster [DBG] pgmap v6523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:53.234348+0000 mgr.y (mgr.24491) 7393 : cluster [DBG] pgmap v6523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:55.235023+0000 mgr.y (mgr.24491) 7394 : cluster [DBG] pgmap v6524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:55.235023+0000 mgr.y (mgr.24491) 7394 : cluster [DBG] pgmap v6524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:55.235023+0000 mgr.y (mgr.24491) 7394 : cluster [DBG] pgmap v6524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:09:57] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:09:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:57.235429+0000 mgr.y (mgr.24491) 7395 : cluster [DBG] pgmap v6525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:57.235429+0000 mgr.y (mgr.24491) 7395 : cluster [DBG] pgmap v6525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:09:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:09:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:57.235429+0000 mgr.y (mgr.24491) 7395 : cluster [DBG] pgmap v6525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T07:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:10:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:09:59.235833+0000 mgr.y (mgr.24491) 7396 : cluster [DBG] pgmap v6526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:00.000084+0000 mon.a (mon.0) 1982 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:10:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:09:59.235833+0000 mgr.y (mgr.24491) 7396 : cluster [DBG] pgmap v6526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:00.000084+0000 mon.a (mon.0) 1982 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:10:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:10:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:09:59.235833+0000 mgr.y (mgr.24491) 7396 : cluster [DBG] pgmap v6526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:00.000084+0000 mon.a (mon.0) 1982 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:10:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:01.236585+0000 mgr.y (mgr.24491) 7397 : cluster [DBG] pgmap v6527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:01.236585+0000 mgr.y (mgr.24491) 7397 : cluster [DBG] pgmap v6527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:01.236585+0000 mgr.y (mgr.24491) 7397 : cluster [DBG] pgmap v6527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:05.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:03.236996+0000 mgr.y (mgr.24491) 7398 : cluster [DBG] pgmap v6528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:03.236996+0000 mgr.y (mgr.24491) 7398 : cluster [DBG] pgmap v6528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:03.236996+0000 mgr.y (mgr.24491) 7398 : cluster [DBG] pgmap v6528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:05.237764+0000 mgr.y (mgr.24491) 7399 : cluster [DBG] pgmap v6529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:05.237764+0000 mgr.y (mgr.24491) 7399 : cluster [DBG] pgmap v6529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:05.237764+0000 mgr.y (mgr.24491) 7399 : cluster [DBG] pgmap v6529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:07.630 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:10:07.904 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:10:07.904 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 110s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:10:07.904 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 109s ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 110s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 109s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 109s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 110s ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 110s ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 109s ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 110s ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 110s ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 109s ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 110s ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 110s ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 110s ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:10:07.905 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 110s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:10:07.906 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 109s ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:10:07.906 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 109s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:10:07.906 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 109s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:10:07.906 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 109s ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:10:07.906 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 109s ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:10:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:10:08.242 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:10:08.242 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:10:08.242 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:10:08.242 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:10:08.242 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:10:08.242 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:10:08.242 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:10:08.242 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:10:08.242 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:10:08.242 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:10:08.243 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:10:08.243 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:10:08.243 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:10:08.243 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:10:08.243 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:10:08.243 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:10:08.243 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:10:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:07.238143+0000 mgr.y (mgr.24491) 7400 : cluster [DBG] pgmap v6530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:10:07.620653+0000 mgr.y (mgr.24491) 7401 : audit [DBG] from='client.32351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:10:07.898709+0000 mgr.y (mgr.24491) 7402 : audit [DBG] from='client.22455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:10:08.244348+0000 mon.a (mon.0) 1983 : audit [DBG] from='client.? 172.21.15.177:0/4034998482' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:10:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:07.238143+0000 mgr.y (mgr.24491) 7400 : cluster [DBG] pgmap v6530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:10:07.620653+0000 mgr.y (mgr.24491) 7401 : audit [DBG] from='client.32351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:10:07.898709+0000 mgr.y (mgr.24491) 7402 : audit [DBG] from='client.22455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:10:08.244348+0000 mon.a (mon.0) 1983 : audit [DBG] from='client.? 172.21.15.177:0/4034998482' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:10:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:07.238143+0000 mgr.y (mgr.24491) 7400 : cluster [DBG] pgmap v6530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:10:07.620653+0000 mgr.y (mgr.24491) 7401 : audit [DBG] from='client.32351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:10:07.898709+0000 mgr.y (mgr.24491) 7402 : audit [DBG] from='client.22455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:10:08.244348+0000 mon.a (mon.0) 1983 : audit [DBG] from='client.? 172.21.15.177:0/4034998482' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:10:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:10:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:09.238475+0000 mgr.y (mgr.24491) 7403 : cluster [DBG] pgmap v6531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:09.238475+0000 mgr.y (mgr.24491) 7403 : cluster [DBG] pgmap v6531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:09.238475+0000 mgr.y (mgr.24491) 7403 : cluster [DBG] pgmap v6531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:11.239140+0000 mgr.y (mgr.24491) 7404 : cluster [DBG] pgmap v6532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:11.239140+0000 mgr.y (mgr.24491) 7404 : cluster [DBG] pgmap v6532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:11.239140+0000 mgr.y (mgr.24491) 7404 : cluster [DBG] pgmap v6532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:13.239680+0000 mgr.y (mgr.24491) 7405 : cluster [DBG] pgmap v6533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:15.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:13.239680+0000 mgr.y (mgr.24491) 7405 : cluster [DBG] pgmap v6533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:13.239680+0000 mgr.y (mgr.24491) 7405 : cluster [DBG] pgmap v6533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:15.240535+0000 mgr.y (mgr.24491) 7406 : cluster [DBG] pgmap v6534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:15.240535+0000 mgr.y (mgr.24491) 7406 : cluster [DBG] pgmap v6534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:15.240535+0000 mgr.y (mgr.24491) 7406 : cluster [DBG] pgmap v6534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:10:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:17.240906+0000 mgr.y (mgr.24491) 7407 : cluster [DBG] pgmap v6535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:10:18.739631+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:10:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:17.240906+0000 mgr.y (mgr.24491) 7407 : cluster [DBG] pgmap v6535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:10:18.739631+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:10:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:17.240906+0000 mgr.y (mgr.24491) 7407 : cluster [DBG] pgmap v6535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:10:18.739631+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:10:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:10:19.036019+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:10:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:10:19.036632+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:10:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:10:19.043277+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:10:20.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:10:19.036019+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:10:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:10:19.036632+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:10:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:10:19.043277+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:10:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:10:19.036019+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:10:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:10:19.036632+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:10:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:10:19.043277+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:10:21.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:19.241261+0000 mgr.y (mgr.24491) 7408 : cluster [DBG] pgmap v6536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:19.241261+0000 mgr.y (mgr.24491) 7408 : cluster [DBG] pgmap v6536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:19.241261+0000 mgr.y (mgr.24491) 7408 : cluster [DBG] pgmap v6536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:10:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:21.241992+0000 mgr.y (mgr.24491) 7409 : cluster [DBG] pgmap v6537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:21.241992+0000 mgr.y (mgr.24491) 7409 : cluster [DBG] pgmap v6537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:21.241992+0000 mgr.y (mgr.24491) 7409 : cluster [DBG] pgmap v6537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:25.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:23.242444+0000 mgr.y (mgr.24491) 7410 : cluster [DBG] pgmap v6538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:23.242444+0000 mgr.y (mgr.24491) 7410 : cluster [DBG] pgmap v6538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:23.242444+0000 mgr.y (mgr.24491) 7410 : cluster [DBG] pgmap v6538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:27.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:25.243089+0000 mgr.y (mgr.24491) 7411 : cluster [DBG] pgmap v6539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:25.243089+0000 mgr.y (mgr.24491) 7411 : cluster [DBG] pgmap v6539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:25.243089+0000 mgr.y (mgr.24491) 7411 : cluster [DBG] pgmap v6539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:10:29.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:27.243509+0000 mgr.y (mgr.24491) 7412 : cluster [DBG] pgmap v6540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:27.243509+0000 mgr.y (mgr.24491) 7412 : cluster [DBG] pgmap v6540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:27.243509+0000 mgr.y (mgr.24491) 7412 : cluster [DBG] pgmap v6540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:31.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:29.243961+0000 mgr.y (mgr.24491) 7413 : cluster [DBG] pgmap v6541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:29.243961+0000 mgr.y (mgr.24491) 7413 : cluster [DBG] pgmap v6541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:29.243961+0000 mgr.y (mgr.24491) 7413 : cluster [DBG] pgmap v6541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:10:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:31.244641+0000 mgr.y (mgr.24491) 7414 : cluster [DBG] pgmap v6542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:31.244641+0000 mgr.y (mgr.24491) 7414 : cluster [DBG] pgmap v6542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:31.244641+0000 mgr.y (mgr.24491) 7414 : cluster [DBG] pgmap v6542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:35.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:33.245104+0000 mgr.y (mgr.24491) 7415 : cluster [DBG] pgmap v6543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:33.245104+0000 mgr.y (mgr.24491) 7415 : cluster [DBG] pgmap v6543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:33.245104+0000 mgr.y (mgr.24491) 7415 : cluster [DBG] pgmap v6543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:35.245930+0000 mgr.y (mgr.24491) 7416 : cluster [DBG] pgmap v6544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:35.245930+0000 mgr.y (mgr.24491) 7416 : cluster [DBG] pgmap v6544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:35.245930+0000 mgr.y (mgr.24491) 7416 : cluster [DBG] pgmap v6544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:10:38.553 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:10:38.827 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 2m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 2m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:10:38.828 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 2m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:10:38.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 2m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:10:38.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:10:38.829 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:10:38.829 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:10:39.160 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:10:39.161 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:10:39.161 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:10:39.161 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:10:39.161 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:10:39.161 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:10:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:37.246392+0000 mgr.y (mgr.24491) 7417 : cluster [DBG] pgmap v6545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:39.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:37.246392+0000 mgr.y (mgr.24491) 7417 : cluster [DBG] pgmap v6545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:37.246392+0000 mgr.y (mgr.24491) 7417 : cluster [DBG] pgmap v6545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:10:38.543474+0000 mgr.y (mgr.24491) 7418 : audit [DBG] from='client.32369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:10:38.822220+0000 mgr.y (mgr.24491) 7419 : audit [DBG] from='client.32375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:10:39.162127+0000 mon.c (mon.2) 249 : audit [DBG] from='client.? 172.21.15.177:0/3689768755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:10:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:10:38.543474+0000 mgr.y (mgr.24491) 7418 : audit [DBG] from='client.32369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:10:38.822220+0000 mgr.y (mgr.24491) 7419 : audit [DBG] from='client.32375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:10:39.162127+0000 mon.c (mon.2) 249 : audit [DBG] from='client.? 172.21.15.177:0/3689768755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:10:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:10:38.543474+0000 mgr.y (mgr.24491) 7418 : audit [DBG] from='client.32369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:10:38.822220+0000 mgr.y (mgr.24491) 7419 : audit [DBG] from='client.32375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:10:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:10:39.162127+0000 mon.c (mon.2) 249 : audit [DBG] from='client.? 172.21.15.177:0/3689768755' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:10:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:39.246874+0000 mgr.y (mgr.24491) 7420 : cluster [DBG] pgmap v6546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:39.246874+0000 mgr.y (mgr.24491) 7420 : cluster [DBG] pgmap v6546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:39.246874+0000 mgr.y (mgr.24491) 7420 : cluster [DBG] pgmap v6546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:10:43.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:41.247620+0000 mgr.y (mgr.24491) 7421 : cluster [DBG] pgmap v6547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:41.247620+0000 mgr.y (mgr.24491) 7421 : cluster [DBG] pgmap v6547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:41.247620+0000 mgr.y (mgr.24491) 7421 : cluster [DBG] pgmap v6547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:43.248179+0000 mgr.y (mgr.24491) 7422 : cluster [DBG] pgmap v6548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:43.248179+0000 mgr.y (mgr.24491) 7422 : cluster [DBG] pgmap v6548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:43.248179+0000 mgr.y (mgr.24491) 7422 : cluster [DBG] pgmap v6548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:45.248928+0000 mgr.y (mgr.24491) 7423 : cluster [DBG] pgmap v6549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:45.248928+0000 mgr.y (mgr.24491) 7423 : cluster [DBG] pgmap v6549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:45.248928+0000 mgr.y (mgr.24491) 7423 : cluster [DBG] pgmap v6549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:10:49.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:47.249334+0000 mgr.y (mgr.24491) 7424 : cluster [DBG] pgmap v6550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:47.249334+0000 mgr.y (mgr.24491) 7424 : cluster [DBG] pgmap v6550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:47.249334+0000 mgr.y (mgr.24491) 7424 : cluster [DBG] pgmap v6550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:49.249723+0000 mgr.y (mgr.24491) 7425 : cluster [DBG] pgmap v6551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:49.249723+0000 mgr.y (mgr.24491) 7425 : cluster [DBG] pgmap v6551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:49.249723+0000 mgr.y (mgr.24491) 7425 : cluster [DBG] pgmap v6551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:10:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:51.250600+0000 mgr.y (mgr.24491) 7426 : cluster [DBG] pgmap v6552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:51.250600+0000 mgr.y (mgr.24491) 7426 : cluster [DBG] pgmap v6552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:51.250600+0000 mgr.y (mgr.24491) 7426 : cluster [DBG] pgmap v6552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:53.251199+0000 mgr.y (mgr.24491) 7427 : cluster [DBG] pgmap v6553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:53.251199+0000 mgr.y (mgr.24491) 7427 : cluster [DBG] pgmap v6553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:53.251199+0000 mgr.y (mgr.24491) 7427 : cluster [DBG] pgmap v6553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:55.252015+0000 mgr.y (mgr.24491) 7428 : cluster [DBG] pgmap v6554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:55.252015+0000 mgr.y (mgr.24491) 7428 : cluster [DBG] pgmap v6554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:55.252015+0000 mgr.y (mgr.24491) 7428 : cluster [DBG] pgmap v6554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:10:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:10:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:57.252399+0000 mgr.y (mgr.24491) 7429 : cluster [DBG] pgmap v6555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:57.252399+0000 mgr.y (mgr.24491) 7429 : cluster [DBG] pgmap v6555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:10:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:10:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:57.252399+0000 mgr.y (mgr.24491) 7429 : cluster [DBG] pgmap v6555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:10:59.252987+0000 mgr.y (mgr.24491) 7430 : cluster [DBG] pgmap v6556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:10:59.252987+0000 mgr.y (mgr.24491) 7430 : cluster [DBG] pgmap v6556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:10:59.252987+0000 mgr.y (mgr.24491) 7430 : cluster [DBG] pgmap v6556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:11:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:01.253929+0000 mgr.y (mgr.24491) 7431 : cluster [DBG] pgmap v6557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:01.253929+0000 mgr.y (mgr.24491) 7431 : cluster [DBG] pgmap v6557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:01.253929+0000 mgr.y (mgr.24491) 7431 : cluster [DBG] pgmap v6557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:03.254491+0000 mgr.y (mgr.24491) 7432 : cluster [DBG] pgmap v6558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:03.254491+0000 mgr.y (mgr.24491) 7432 : cluster [DBG] pgmap v6558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:03.254491+0000 mgr.y (mgr.24491) 7432 : cluster [DBG] pgmap v6558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:05.255382+0000 mgr.y (mgr.24491) 7433 : cluster [DBG] pgmap v6559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:05.255382+0000 mgr.y (mgr.24491) 7433 : cluster [DBG] pgmap v6559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:05.255382+0000 mgr.y (mgr.24491) 7433 : cluster [DBG] pgmap v6559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:11:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:07.255917+0000 mgr.y (mgr.24491) 7434 : cluster [DBG] pgmap v6560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:07.255917+0000 mgr.y (mgr.24491) 7434 : cluster [DBG] pgmap v6560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:07.255917+0000 mgr.y (mgr.24491) 7434 : cluster [DBG] pgmap v6560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:09.473 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:11:09.748 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:11:09.748 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:11:09.748 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:11:09.748 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:11:09.748 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:11:09.748 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:11:09.748 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:11:09.748 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:11:09.748 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:11:09.748 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:11:09.748 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:11:09.749 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:11:09.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:11:09.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:11:09.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 2m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:11:09.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 2m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:11:09.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 2m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:11:09.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 2m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:11:09.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:11:09.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:11:09.749 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:11:10.080 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:11:10.080 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:11:10.080 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:11:10.081 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:11:10.081 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:11:10.081 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:11:10.081 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:11:10.081 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:11:10.081 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:11:10.081 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:11:10.081 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:11:10.081 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:11:10.081 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:11:10.081 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:11:10.082 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:11:10.082 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:11:10.082 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:11:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:09.256271+0000 mgr.y (mgr.24491) 7435 : cluster [DBG] pgmap v6561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:11:09.463733+0000 mgr.y (mgr.24491) 7436 : audit [DBG] from='client.32387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:11:09.742117+0000 mgr.y (mgr.24491) 7437 : audit [DBG] from='client.32393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:11:10.082203+0000 mon.a (mon.0) 1988 : audit [DBG] from='client.? 172.21.15.177:0/1880587660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:11:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:09.256271+0000 mgr.y (mgr.24491) 7435 : cluster [DBG] pgmap v6561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:11:09.463733+0000 mgr.y (mgr.24491) 7436 : audit [DBG] from='client.32387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:11:09.742117+0000 mgr.y (mgr.24491) 7437 : audit [DBG] from='client.32393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:11:10.082203+0000 mon.a (mon.0) 1988 : audit [DBG] from='client.? 172.21.15.177:0/1880587660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:11:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:09.256271+0000 mgr.y (mgr.24491) 7435 : cluster [DBG] pgmap v6561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:11:09.463733+0000 mgr.y (mgr.24491) 7436 : audit [DBG] from='client.32387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:11:09.742117+0000 mgr.y (mgr.24491) 7437 : audit [DBG] from='client.32393 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:11:10.082203+0000 mon.a (mon.0) 1988 : audit [DBG] from='client.? 172.21.15.177:0/1880587660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:11:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:11:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:11.257039+0000 mgr.y (mgr.24491) 7438 : cluster [DBG] pgmap v6562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:11.257039+0000 mgr.y (mgr.24491) 7438 : cluster [DBG] pgmap v6562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:11.257039+0000 mgr.y (mgr.24491) 7438 : cluster [DBG] pgmap v6562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:13.257407+0000 mgr.y (mgr.24491) 7439 : cluster [DBG] pgmap v6563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:13.257407+0000 mgr.y (mgr.24491) 7439 : cluster [DBG] pgmap v6563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:13.257407+0000 mgr.y (mgr.24491) 7439 : cluster [DBG] pgmap v6563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:16.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:15.258125+0000 mgr.y (mgr.24491) 7440 : cluster [DBG] pgmap v6564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:15.258125+0000 mgr.y (mgr.24491) 7440 : cluster [DBG] pgmap v6564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:15.258125+0000 mgr.y (mgr.24491) 7440 : cluster [DBG] pgmap v6564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:11:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:17.258521+0000 mgr.y (mgr.24491) 7441 : cluster [DBG] pgmap v6565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:17.258521+0000 mgr.y (mgr.24491) 7441 : cluster [DBG] pgmap v6565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:17.258521+0000 mgr.y (mgr.24491) 7441 : cluster [DBG] pgmap v6565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:11:19.047601+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:11:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:11:19.291056+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:11:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:11:19.047601+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:11:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:11:19.291056+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:11:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:11:19.047601+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:11:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:11:19.291056+0000 mon.a (mon.0) 1990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:11:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:19.258878+0000 mgr.y (mgr.24491) 7442 : cluster [DBG] pgmap v6566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:11:19.572430+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:11:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:11:19.573145+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:11:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:11:19.577273+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:11:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:19.258878+0000 mgr.y (mgr.24491) 7442 : cluster [DBG] pgmap v6566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:11:19.572430+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:11:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:11:19.573145+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:11:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:11:19.577273+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:11:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:19.258878+0000 mgr.y (mgr.24491) 7442 : cluster [DBG] pgmap v6566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:11:19.572430+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:11:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:11:19.573145+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:11:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:11:19.577273+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:11:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:11:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:21.259756+0000 mgr.y (mgr.24491) 7443 : cluster [DBG] pgmap v6567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:21.259756+0000 mgr.y (mgr.24491) 7443 : cluster [DBG] pgmap v6567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:21.259756+0000 mgr.y (mgr.24491) 7443 : cluster [DBG] pgmap v6567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:23.260236+0000 mgr.y (mgr.24491) 7444 : cluster [DBG] pgmap v6568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:23.260236+0000 mgr.y (mgr.24491) 7444 : cluster [DBG] pgmap v6568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:23.260236+0000 mgr.y (mgr.24491) 7444 : cluster [DBG] pgmap v6568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:26.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:25.260996+0000 mgr.y (mgr.24491) 7445 : cluster [DBG] pgmap v6569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:25.260996+0000 mgr.y (mgr.24491) 7445 : cluster [DBG] pgmap v6569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:25.260996+0000 mgr.y (mgr.24491) 7445 : cluster [DBG] pgmap v6569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:11:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:27.261512+0000 mgr.y (mgr.24491) 7446 : cluster [DBG] pgmap v6570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:27.261512+0000 mgr.y (mgr.24491) 7446 : cluster [DBG] pgmap v6570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:27.261512+0000 mgr.y (mgr.24491) 7446 : cluster [DBG] pgmap v6570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:29.261931+0000 mgr.y (mgr.24491) 7447 : cluster [DBG] pgmap v6571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:29.261931+0000 mgr.y (mgr.24491) 7447 : cluster [DBG] pgmap v6571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:29.261931+0000 mgr.y (mgr.24491) 7447 : cluster [DBG] pgmap v6571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:11:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:31.262533+0000 mgr.y (mgr.24491) 7448 : cluster [DBG] pgmap v6572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:32.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:31.262533+0000 mgr.y (mgr.24491) 7448 : cluster [DBG] pgmap v6572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:31.262533+0000 mgr.y (mgr.24491) 7448 : cluster [DBG] pgmap v6572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:33.262894+0000 mgr.y (mgr.24491) 7449 : cluster [DBG] pgmap v6573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:33.262894+0000 mgr.y (mgr.24491) 7449 : cluster [DBG] pgmap v6573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:33.262894+0000 mgr.y (mgr.24491) 7449 : cluster [DBG] pgmap v6573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:36.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:35.263604+0000 mgr.y (mgr.24491) 7450 : cluster [DBG] pgmap v6574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:36.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:35.263604+0000 mgr.y (mgr.24491) 7450 : cluster [DBG] pgmap v6574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:35.263604+0000 mgr.y (mgr.24491) 7450 : cluster [DBG] pgmap v6574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:11:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:37.264176+0000 mgr.y (mgr.24491) 7451 : cluster [DBG] pgmap v6575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:37.264176+0000 mgr.y (mgr.24491) 7451 : cluster [DBG] pgmap v6575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:37.264176+0000 mgr.y (mgr.24491) 7451 : cluster [DBG] pgmap v6575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:40.392 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:11:40.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:39.264585+0000 mgr.y (mgr.24491) 7452 : cluster [DBG] pgmap v6576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:40.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:39.264585+0000 mgr.y (mgr.24491) 7452 : cluster [DBG] pgmap v6576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:40.666 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:11:40.666 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:11:40.666 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 3m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:11:40.667 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 3m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:11:40.668 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 3m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:11:40.668 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:11:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:39.264585+0000 mgr.y (mgr.24491) 7452 : cluster [DBG] pgmap v6576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:41.000 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:11:41.000 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:11:41.000 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:11:41.000 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:11:41.000 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:11:41.000 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:11:41.001 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:11:41.001 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:11:41.001 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:11:41.001 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:11:41.001 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:11:41.001 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:11:41.001 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:11:41.001 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:11:41.001 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:11:41.001 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:11:41.001 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:11:41.371 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:11:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:11:40.382065+0000 mgr.y (mgr.24491) 7453 : audit [DBG] from='client.32405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:11:40.661014+0000 mgr.y (mgr.24491) 7454 : audit [DBG] from='client.22509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:11:41.002824+0000 mon.c (mon.2) 250 : audit [DBG] from='client.? 172.21.15.177:0/192136859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:11:41.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:11:40.382065+0000 mgr.y (mgr.24491) 7453 : audit [DBG] from='client.32405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:11:40.661014+0000 mgr.y (mgr.24491) 7454 : audit [DBG] from='client.22509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:11:41.002824+0000 mon.c (mon.2) 250 : audit [DBG] from='client.? 172.21.15.177:0/192136859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:11:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:11:40.382065+0000 mgr.y (mgr.24491) 7453 : audit [DBG] from='client.32405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:11:40.661014+0000 mgr.y (mgr.24491) 7454 : audit [DBG] from='client.22509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:11:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:11:41.002824+0000 mon.c (mon.2) 250 : audit [DBG] from='client.? 172.21.15.177:0/192136859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:11:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:41.265117+0000 mgr.y (mgr.24491) 7455 : cluster [DBG] pgmap v6577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:41.265117+0000 mgr.y (mgr.24491) 7455 : cluster [DBG] pgmap v6577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:41.265117+0000 mgr.y (mgr.24491) 7455 : cluster [DBG] pgmap v6577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:44.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:43.265528+0000 mgr.y (mgr.24491) 7456 : cluster [DBG] pgmap v6578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:43.265528+0000 mgr.y (mgr.24491) 7456 : cluster [DBG] pgmap v6578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:43.265528+0000 mgr.y (mgr.24491) 7456 : cluster [DBG] pgmap v6578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:45.266318+0000 mgr.y (mgr.24491) 7457 : cluster [DBG] pgmap v6579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:45.266318+0000 mgr.y (mgr.24491) 7457 : cluster [DBG] pgmap v6579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:45.266318+0000 mgr.y (mgr.24491) 7457 : cluster [DBG] pgmap v6579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:11:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:47.266878+0000 mgr.y (mgr.24491) 7458 : cluster [DBG] pgmap v6580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:47.266878+0000 mgr.y (mgr.24491) 7458 : cluster [DBG] pgmap v6580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:47.266878+0000 mgr.y (mgr.24491) 7458 : cluster [DBG] pgmap v6580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:49.267547+0000 mgr.y (mgr.24491) 7459 : cluster [DBG] pgmap v6581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:49.267547+0000 mgr.y (mgr.24491) 7459 : cluster [DBG] pgmap v6581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:49.267547+0000 mgr.y (mgr.24491) 7459 : cluster [DBG] pgmap v6581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:11:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:51.268325+0000 mgr.y (mgr.24491) 7460 : cluster [DBG] pgmap v6582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:51.268325+0000 mgr.y (mgr.24491) 7460 : cluster [DBG] pgmap v6582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:51.268325+0000 mgr.y (mgr.24491) 7460 : cluster [DBG] pgmap v6582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:53.268725+0000 mgr.y (mgr.24491) 7461 : cluster [DBG] pgmap v6583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:53.268725+0000 mgr.y (mgr.24491) 7461 : cluster [DBG] pgmap v6583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:53.268725+0000 mgr.y (mgr.24491) 7461 : cluster [DBG] pgmap v6583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:55.269464+0000 mgr.y (mgr.24491) 7462 : cluster [DBG] pgmap v6584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:55.269464+0000 mgr.y (mgr.24491) 7462 : cluster [DBG] pgmap v6584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:55.269464+0000 mgr.y (mgr.24491) 7462 : cluster [DBG] pgmap v6584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:11:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:11:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:11:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:57.270052+0000 mgr.y (mgr.24491) 7463 : cluster [DBG] pgmap v6585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:58.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:11:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:57.270052+0000 mgr.y (mgr.24491) 7463 : cluster [DBG] pgmap v6585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:11:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:11:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:57.270052+0000 mgr.y (mgr.24491) 7463 : cluster [DBG] pgmap v6585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:11:59.270698+0000 mgr.y (mgr.24491) 7464 : cluster [DBG] pgmap v6586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:11:59.270698+0000 mgr.y (mgr.24491) 7464 : cluster [DBG] pgmap v6586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:11:59.270698+0000 mgr.y (mgr.24491) 7464 : cluster [DBG] pgmap v6586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:12:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:01.271522+0000 mgr.y (mgr.24491) 7465 : cluster [DBG] pgmap v6587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:01.271522+0000 mgr.y (mgr.24491) 7465 : cluster [DBG] pgmap v6587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:01.271522+0000 mgr.y (mgr.24491) 7465 : cluster [DBG] pgmap v6587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:03.271962+0000 mgr.y (mgr.24491) 7466 : cluster [DBG] pgmap v6588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:03.271962+0000 mgr.y (mgr.24491) 7466 : cluster [DBG] pgmap v6588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:03.271962+0000 mgr.y (mgr.24491) 7466 : cluster [DBG] pgmap v6588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:05.272638+0000 mgr.y (mgr.24491) 7467 : cluster [DBG] pgmap v6589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:05.272638+0000 mgr.y (mgr.24491) 7467 : cluster [DBG] pgmap v6589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:05.272638+0000 mgr.y (mgr.24491) 7467 : cluster [DBG] pgmap v6589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:12:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:07.273233+0000 mgr.y (mgr.24491) 7468 : cluster [DBG] pgmap v6590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:07.273233+0000 mgr.y (mgr.24491) 7468 : cluster [DBG] pgmap v6590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:07.273233+0000 mgr.y (mgr.24491) 7468 : cluster [DBG] pgmap v6590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:09.273905+0000 mgr.y (mgr.24491) 7469 : cluster [DBG] pgmap v6591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:09.273905+0000 mgr.y (mgr.24491) 7469 : cluster [DBG] pgmap v6591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:09.273905+0000 mgr.y (mgr.24491) 7469 : cluster [DBG] pgmap v6591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:11.313 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:12:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:12:11.593 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:12:11.593 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:12:11.593 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:12:11.593 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:12:11.593 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 3m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:12:11.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 3m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:12:11.595 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 3m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:12:11.595 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:12:11.926 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:12:11.926 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:12:11.926 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:12:11.926 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:12:11.927 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:12:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:11.274530+0000 mgr.y (mgr.24491) 7470 : cluster [DBG] pgmap v6592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:12:11.303428+0000 mgr.y (mgr.24491) 7471 : audit [DBG] from='client.32423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:12:11.588176+0000 mgr.y (mgr.24491) 7472 : audit [DBG] from='client.22527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:12:11.928998+0000 mon.c (mon.2) 251 : audit [DBG] from='client.? 172.21.15.177:0/2154873479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:12:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:11.274530+0000 mgr.y (mgr.24491) 7470 : cluster [DBG] pgmap v6592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:12:11.303428+0000 mgr.y (mgr.24491) 7471 : audit [DBG] from='client.32423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:12:11.588176+0000 mgr.y (mgr.24491) 7472 : audit [DBG] from='client.22527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:12:11.928998+0000 mon.c (mon.2) 251 : audit [DBG] from='client.? 172.21.15.177:0/2154873479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:12:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:11.274530+0000 mgr.y (mgr.24491) 7470 : cluster [DBG] pgmap v6592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:12:11.303428+0000 mgr.y (mgr.24491) 7471 : audit [DBG] from='client.32423 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:12:11.588176+0000 mgr.y (mgr.24491) 7472 : audit [DBG] from='client.22527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:12:11.928998+0000 mon.c (mon.2) 251 : audit [DBG] from='client.? 172.21.15.177:0/2154873479' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:12:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:13.274993+0000 mgr.y (mgr.24491) 7473 : cluster [DBG] pgmap v6593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:13.274993+0000 mgr.y (mgr.24491) 7473 : cluster [DBG] pgmap v6593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:13.274993+0000 mgr.y (mgr.24491) 7473 : cluster [DBG] pgmap v6593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:15.275834+0000 mgr.y (mgr.24491) 7474 : cluster [DBG] pgmap v6594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:15.275834+0000 mgr.y (mgr.24491) 7474 : cluster [DBG] pgmap v6594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:15.275834+0000 mgr.y (mgr.24491) 7474 : cluster [DBG] pgmap v6594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:12:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:17.276300+0000 mgr.y (mgr.24491) 7475 : cluster [DBG] pgmap v6595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:17.276300+0000 mgr.y (mgr.24491) 7475 : cluster [DBG] pgmap v6595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:17.276300+0000 mgr.y (mgr.24491) 7475 : cluster [DBG] pgmap v6595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:19.276952+0000 mgr.y (mgr.24491) 7476 : cluster [DBG] pgmap v6596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:12:19.581431+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:12:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:12:19.825906+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:12:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:12:20.088057+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:12:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:12:20.088659+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:12:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:12:20.092797+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:12:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:19.276952+0000 mgr.y (mgr.24491) 7476 : cluster [DBG] pgmap v6596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:12:19.581431+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:12:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:12:19.825906+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:12:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:12:20.088057+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:12:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:12:20.088659+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:12:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:12:20.092797+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:12:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:19.276952+0000 mgr.y (mgr.24491) 7476 : cluster [DBG] pgmap v6596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:12:19.581431+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:12:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:12:19.825906+0000 mon.a (mon.0) 1995 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:12:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:12:20.088057+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:12:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:12:20.088659+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:12:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:12:20.092797+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:12:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:12:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:21.277632+0000 mgr.y (mgr.24491) 7477 : cluster [DBG] pgmap v6597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:21.277632+0000 mgr.y (mgr.24491) 7477 : cluster [DBG] pgmap v6597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:21.277632+0000 mgr.y (mgr.24491) 7477 : cluster [DBG] pgmap v6597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:23.278027+0000 mgr.y (mgr.24491) 7478 : cluster [DBG] pgmap v6598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:23.278027+0000 mgr.y (mgr.24491) 7478 : cluster [DBG] pgmap v6598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:23.278027+0000 mgr.y (mgr.24491) 7478 : cluster [DBG] pgmap v6598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:25.278925+0000 mgr.y (mgr.24491) 7479 : cluster [DBG] pgmap v6599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:25.278925+0000 mgr.y (mgr.24491) 7479 : cluster [DBG] pgmap v6599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:25.278925+0000 mgr.y (mgr.24491) 7479 : cluster [DBG] pgmap v6599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:12:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:27.279331+0000 mgr.y (mgr.24491) 7480 : cluster [DBG] pgmap v6600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:27.279331+0000 mgr.y (mgr.24491) 7480 : cluster [DBG] pgmap v6600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:27.279331+0000 mgr.y (mgr.24491) 7480 : cluster [DBG] pgmap v6600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:29.279833+0000 mgr.y (mgr.24491) 7481 : cluster [DBG] pgmap v6601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:29.279833+0000 mgr.y (mgr.24491) 7481 : cluster [DBG] pgmap v6601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:29.279833+0000 mgr.y (mgr.24491) 7481 : cluster [DBG] pgmap v6601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:12:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:31.280602+0000 mgr.y (mgr.24491) 7482 : cluster [DBG] pgmap v6602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:31.280602+0000 mgr.y (mgr.24491) 7482 : cluster [DBG] pgmap v6602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:31.280602+0000 mgr.y (mgr.24491) 7482 : cluster [DBG] pgmap v6602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:33.281009+0000 mgr.y (mgr.24491) 7483 : cluster [DBG] pgmap v6603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:33.281009+0000 mgr.y (mgr.24491) 7483 : cluster [DBG] pgmap v6603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:33.281009+0000 mgr.y (mgr.24491) 7483 : cluster [DBG] pgmap v6603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:35.281878+0000 mgr.y (mgr.24491) 7484 : cluster [DBG] pgmap v6604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:35.281878+0000 mgr.y (mgr.24491) 7484 : cluster [DBG] pgmap v6604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:35.281878+0000 mgr.y (mgr.24491) 7484 : cluster [DBG] pgmap v6604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:12:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:37.282309+0000 mgr.y (mgr.24491) 7485 : cluster [DBG] pgmap v6605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:37.282309+0000 mgr.y (mgr.24491) 7485 : cluster [DBG] pgmap v6605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:37.282309+0000 mgr.y (mgr.24491) 7485 : cluster [DBG] pgmap v6605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:39.283100+0000 mgr.y (mgr.24491) 7486 : cluster [DBG] pgmap v6606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:39.283100+0000 mgr.y (mgr.24491) 7486 : cluster [DBG] pgmap v6606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:39.283100+0000 mgr.y (mgr.24491) 7486 : cluster [DBG] pgmap v6606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:12:42.238 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:12:42.524 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 4m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 4m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 4m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 4m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:12:42.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:12:42.526 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:12:42.526 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:12:42.526 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:12:42.526 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 4m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:12:42.526 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:12:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:41.283665+0000 mgr.y (mgr.24491) 7487 : cluster [DBG] pgmap v6607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:42.870 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:12:42.870 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:12:42.870 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:12:42.870 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:12:42.870 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:12:42.870 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:12:42.870 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:12:42.870 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:12:42.870 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:12:42.870 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:12:42.870 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:12:42.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:12:42.871 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:12:42.871 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:12:42.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:12:42.871 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:12:42.871 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:12:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:41.283665+0000 mgr.y (mgr.24491) 7487 : cluster [DBG] pgmap v6607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:41.283665+0000 mgr.y (mgr.24491) 7487 : cluster [DBG] pgmap v6607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:12:42.228091+0000 mgr.y (mgr.24491) 7488 : audit [DBG] from='client.22539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:12:42.519037+0000 mgr.y (mgr.24491) 7489 : audit [DBG] from='client.32447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:12:42.872131+0000 mon.a (mon.0) 1999 : audit [DBG] from='client.? 172.21.15.177:0/2637619511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:12:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:12:42.228091+0000 mgr.y (mgr.24491) 7488 : audit [DBG] from='client.22539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:12:42.519037+0000 mgr.y (mgr.24491) 7489 : audit [DBG] from='client.32447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:43.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:12:42.872131+0000 mon.a (mon.0) 1999 : audit [DBG] from='client.? 172.21.15.177:0/2637619511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:12:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:12:42.228091+0000 mgr.y (mgr.24491) 7488 : audit [DBG] from='client.22539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:12:42.519037+0000 mgr.y (mgr.24491) 7489 : audit [DBG] from='client.32447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:12:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:12:42.872131+0000 mon.a (mon.0) 1999 : audit [DBG] from='client.? 172.21.15.177:0/2637619511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:12:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:43.284122+0000 mgr.y (mgr.24491) 7490 : cluster [DBG] pgmap v6608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:43.284122+0000 mgr.y (mgr.24491) 7490 : cluster [DBG] pgmap v6608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:43.284122+0000 mgr.y (mgr.24491) 7490 : cluster [DBG] pgmap v6608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:45.284734+0000 mgr.y (mgr.24491) 7491 : cluster [DBG] pgmap v6609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:45.284734+0000 mgr.y (mgr.24491) 7491 : cluster [DBG] pgmap v6609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:45.284734+0000 mgr.y (mgr.24491) 7491 : cluster [DBG] pgmap v6609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:12:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:47.285191+0000 mgr.y (mgr.24491) 7492 : cluster [DBG] pgmap v6610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:47.285191+0000 mgr.y (mgr.24491) 7492 : cluster [DBG] pgmap v6610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:47.285191+0000 mgr.y (mgr.24491) 7492 : cluster [DBG] pgmap v6610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:49.285967+0000 mgr.y (mgr.24491) 7493 : cluster [DBG] pgmap v6611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:49.285967+0000 mgr.y (mgr.24491) 7493 : cluster [DBG] pgmap v6611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:49.285967+0000 mgr.y (mgr.24491) 7493 : cluster [DBG] pgmap v6611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:12:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:51.286589+0000 mgr.y (mgr.24491) 7494 : cluster [DBG] pgmap v6612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:51.286589+0000 mgr.y (mgr.24491) 7494 : cluster [DBG] pgmap v6612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:51.286589+0000 mgr.y (mgr.24491) 7494 : cluster [DBG] pgmap v6612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:53.287133+0000 mgr.y (mgr.24491) 7495 : cluster [DBG] pgmap v6613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:53.287133+0000 mgr.y (mgr.24491) 7495 : cluster [DBG] pgmap v6613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:53.287133+0000 mgr.y (mgr.24491) 7495 : cluster [DBG] pgmap v6613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:55.287831+0000 mgr.y (mgr.24491) 7496 : cluster [DBG] pgmap v6614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:55.287831+0000 mgr.y (mgr.24491) 7496 : cluster [DBG] pgmap v6614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:55.287831+0000 mgr.y (mgr.24491) 7496 : cluster [DBG] pgmap v6614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:12:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:12:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:57.288354+0000 mgr.y (mgr.24491) 7497 : cluster [DBG] pgmap v6615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:57.288354+0000 mgr.y (mgr.24491) 7497 : cluster [DBG] pgmap v6615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:12:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:12:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:57.288354+0000 mgr.y (mgr.24491) 7497 : cluster [DBG] pgmap v6615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:12:59.289074+0000 mgr.y (mgr.24491) 7498 : cluster [DBG] pgmap v6616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:12:59.289074+0000 mgr.y (mgr.24491) 7498 : cluster [DBG] pgmap v6616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:12:59.289074+0000 mgr.y (mgr.24491) 7498 : cluster [DBG] pgmap v6616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:13:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:01.289663+0000 mgr.y (mgr.24491) 7499 : cluster [DBG] pgmap v6617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:01.289663+0000 mgr.y (mgr.24491) 7499 : cluster [DBG] pgmap v6617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:01.289663+0000 mgr.y (mgr.24491) 7499 : cluster [DBG] pgmap v6617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:03.290197+0000 mgr.y (mgr.24491) 7500 : cluster [DBG] pgmap v6618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:03.290197+0000 mgr.y (mgr.24491) 7500 : cluster [DBG] pgmap v6618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:03.290197+0000 mgr.y (mgr.24491) 7500 : cluster [DBG] pgmap v6618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:05.290821+0000 mgr.y (mgr.24491) 7501 : cluster [DBG] pgmap v6619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:05.290821+0000 mgr.y (mgr.24491) 7501 : cluster [DBG] pgmap v6619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:05.290821+0000 mgr.y (mgr.24491) 7501 : cluster [DBG] pgmap v6619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:13:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:07.291284+0000 mgr.y (mgr.24491) 7502 : cluster [DBG] pgmap v6620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:07.291284+0000 mgr.y (mgr.24491) 7502 : cluster [DBG] pgmap v6620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:07.291284+0000 mgr.y (mgr.24491) 7502 : cluster [DBG] pgmap v6620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:09.291846+0000 mgr.y (mgr.24491) 7503 : cluster [DBG] pgmap v6621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:09.291846+0000 mgr.y (mgr.24491) 7503 : cluster [DBG] pgmap v6621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:09.291846+0000 mgr.y (mgr.24491) 7503 : cluster [DBG] pgmap v6621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:13:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:11.292372+0000 mgr.y (mgr.24491) 7504 : cluster [DBG] pgmap v6622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:11.292372+0000 mgr.y (mgr.24491) 7504 : cluster [DBG] pgmap v6622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:11.292372+0000 mgr.y (mgr.24491) 7504 : cluster [DBG] pgmap v6622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:13.181 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:13:13.456 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:13:13.456 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:13:13.456 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:13:13.456 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 4m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:13:13.456 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 4m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:13:13.456 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:13:13.456 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:13:13.456 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:13:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:13:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:13:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 4m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:13:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 4m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:13:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:13:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:13:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:13:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:13:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:13:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:13:13.458 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:13:13.458 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 4m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:13:13.458 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:13:13.791 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:13:13.791 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:13:13.791 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:13:13.791 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:13:13.791 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:13:13.791 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:13:13.791 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:13:13.791 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:13:13.792 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:13:13.792 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:13:13.792 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:13:13.792 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:13:13.792 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:13:13.792 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:13:13.792 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:13:13.792 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:13:13.792 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:13:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:13:13.171779+0000 mgr.y (mgr.24491) 7505 : audit [DBG] from='client.32459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:13.292723+0000 mgr.y (mgr.24491) 7506 : cluster [DBG] pgmap v6623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:13:13.450622+0000 mgr.y (mgr.24491) 7507 : audit [DBG] from='client.32465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:13:13.793156+0000 mon.a (mon.0) 2000 : audit [DBG] from='client.? 172.21.15.177:0/2967833841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:13:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:13:13.171779+0000 mgr.y (mgr.24491) 7505 : audit [DBG] from='client.32459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:13.292723+0000 mgr.y (mgr.24491) 7506 : cluster [DBG] pgmap v6623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:13:13.450622+0000 mgr.y (mgr.24491) 7507 : audit [DBG] from='client.32465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:13:13.793156+0000 mon.a (mon.0) 2000 : audit [DBG] from='client.? 172.21.15.177:0/2967833841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:13:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:13:13.171779+0000 mgr.y (mgr.24491) 7505 : audit [DBG] from='client.32459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:13.292723+0000 mgr.y (mgr.24491) 7506 : cluster [DBG] pgmap v6623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:13:13.450622+0000 mgr.y (mgr.24491) 7507 : audit [DBG] from='client.32465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:13:13.793156+0000 mon.a (mon.0) 2000 : audit [DBG] from='client.? 172.21.15.177:0/2967833841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:13:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:15.293313+0000 mgr.y (mgr.24491) 7508 : cluster [DBG] pgmap v6624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:15.293313+0000 mgr.y (mgr.24491) 7508 : cluster [DBG] pgmap v6624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:15.293313+0000 mgr.y (mgr.24491) 7508 : cluster [DBG] pgmap v6624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:13:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:17.293762+0000 mgr.y (mgr.24491) 7509 : cluster [DBG] pgmap v6625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:17.293762+0000 mgr.y (mgr.24491) 7509 : cluster [DBG] pgmap v6625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:17.293762+0000 mgr.y (mgr.24491) 7509 : cluster [DBG] pgmap v6625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:19.294348+0000 mgr.y (mgr.24491) 7510 : cluster [DBG] pgmap v6626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:13:20.097086+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:13:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:13:20.388796+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:13:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:13:20.389422+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:13:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:13:20.393822+0000 mon.a (mon.0) 2004 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:13:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:19.294348+0000 mgr.y (mgr.24491) 7510 : cluster [DBG] pgmap v6626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:13:20.097086+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:13:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:13:20.388796+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:13:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:13:20.389422+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:13:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:13:20.393822+0000 mon.a (mon.0) 2004 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:13:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:19.294348+0000 mgr.y (mgr.24491) 7510 : cluster [DBG] pgmap v6626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:13:20.097086+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:13:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:13:20.388796+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:13:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:13:20.389422+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:13:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:13:20.393822+0000 mon.a (mon.0) 2004 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:13:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:13:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:21.294835+0000 mgr.y (mgr.24491) 7511 : cluster [DBG] pgmap v6627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:21.294835+0000 mgr.y (mgr.24491) 7511 : cluster [DBG] pgmap v6627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:21.294835+0000 mgr.y (mgr.24491) 7511 : cluster [DBG] pgmap v6627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:23.295206+0000 mgr.y (mgr.24491) 7512 : cluster [DBG] pgmap v6628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:23.295206+0000 mgr.y (mgr.24491) 7512 : cluster [DBG] pgmap v6628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:23.295206+0000 mgr.y (mgr.24491) 7512 : cluster [DBG] pgmap v6628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:25.296135+0000 mgr.y (mgr.24491) 7513 : cluster [DBG] pgmap v6629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:25.296135+0000 mgr.y (mgr.24491) 7513 : cluster [DBG] pgmap v6629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:25.296135+0000 mgr.y (mgr.24491) 7513 : cluster [DBG] pgmap v6629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:13:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:27.296578+0000 mgr.y (mgr.24491) 7514 : cluster [DBG] pgmap v6630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:27.296578+0000 mgr.y (mgr.24491) 7514 : cluster [DBG] pgmap v6630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:27.296578+0000 mgr.y (mgr.24491) 7514 : cluster [DBG] pgmap v6630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:29.297197+0000 mgr.y (mgr.24491) 7515 : cluster [DBG] pgmap v6631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:29.297197+0000 mgr.y (mgr.24491) 7515 : cluster [DBG] pgmap v6631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:29.297197+0000 mgr.y (mgr.24491) 7515 : cluster [DBG] pgmap v6631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:13:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:31.297628+0000 mgr.y (mgr.24491) 7516 : cluster [DBG] pgmap v6632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:31.297628+0000 mgr.y (mgr.24491) 7516 : cluster [DBG] pgmap v6632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:31.297628+0000 mgr.y (mgr.24491) 7516 : cluster [DBG] pgmap v6632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:33.298109+0000 mgr.y (mgr.24491) 7517 : cluster [DBG] pgmap v6633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:33.298109+0000 mgr.y (mgr.24491) 7517 : cluster [DBG] pgmap v6633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:33.298109+0000 mgr.y (mgr.24491) 7517 : cluster [DBG] pgmap v6633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:35.298767+0000 mgr.y (mgr.24491) 7518 : cluster [DBG] pgmap v6634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:35.298767+0000 mgr.y (mgr.24491) 7518 : cluster [DBG] pgmap v6634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:35.298767+0000 mgr.y (mgr.24491) 7518 : cluster [DBG] pgmap v6634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:13:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:37.299217+0000 mgr.y (mgr.24491) 7519 : cluster [DBG] pgmap v6635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:37.299217+0000 mgr.y (mgr.24491) 7519 : cluster [DBG] pgmap v6635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:37.299217+0000 mgr.y (mgr.24491) 7519 : cluster [DBG] pgmap v6635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:39.299798+0000 mgr.y (mgr.24491) 7520 : cluster [DBG] pgmap v6636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:39.299798+0000 mgr.y (mgr.24491) 7520 : cluster [DBG] pgmap v6636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:39.299798+0000 mgr.y (mgr.24491) 7520 : cluster [DBG] pgmap v6636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:13:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:41.300284+0000 mgr.y (mgr.24491) 7521 : cluster [DBG] pgmap v6637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:41.300284+0000 mgr.y (mgr.24491) 7521 : cluster [DBG] pgmap v6637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:41.300284+0000 mgr.y (mgr.24491) 7521 : cluster [DBG] pgmap v6637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:44.101 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:13:44.377 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 5m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 5m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 5m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 5m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 5m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 5m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 5m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 5m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 5m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:13:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 5m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:13:44.379 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 5m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:13:44.379 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 5m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:13:44.379 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:13:44.379 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:13:44.379 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:13:44.379 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:13:44.379 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 5m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:13:44.714 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:13:44.714 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:13:44.714 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:13:44.715 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:13:44.715 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:13:44.715 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:13:44.715 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:13:44.715 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:13:44.715 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:13:44.715 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:13:44.715 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:13:44.716 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:13:44.716 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:13:44.716 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:13:44.716 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:13:44.716 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:13:44.716 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:13:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:43.300724+0000 mgr.y (mgr.24491) 7522 : cluster [DBG] pgmap v6638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:13:44.091934+0000 mgr.y (mgr.24491) 7523 : audit [DBG] from='client.22575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:43.300724+0000 mgr.y (mgr.24491) 7522 : cluster [DBG] pgmap v6638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:13:44.091934+0000 mgr.y (mgr.24491) 7523 : audit [DBG] from='client.22575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:43.300724+0000 mgr.y (mgr.24491) 7522 : cluster [DBG] pgmap v6638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:13:44.091934+0000 mgr.y (mgr.24491) 7523 : audit [DBG] from='client.22575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:13:44.372438+0000 mgr.y (mgr.24491) 7524 : audit [DBG] from='client.22581 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:13:44.716745+0000 mon.a (mon.0) 2005 : audit [DBG] from='client.? 172.21.15.177:0/3169482012' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:13:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:13:44.372438+0000 mgr.y (mgr.24491) 7524 : audit [DBG] from='client.22581 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:13:44.716745+0000 mon.a (mon.0) 2005 : audit [DBG] from='client.? 172.21.15.177:0/3169482012' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:13:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:13:44.372438+0000 mgr.y (mgr.24491) 7524 : audit [DBG] from='client.22581 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:13:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:13:44.716745+0000 mon.a (mon.0) 2005 : audit [DBG] from='client.? 172.21.15.177:0/3169482012' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:13:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:45.301595+0000 mgr.y (mgr.24491) 7525 : cluster [DBG] pgmap v6639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:45.301595+0000 mgr.y (mgr.24491) 7525 : cluster [DBG] pgmap v6639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:45.301595+0000 mgr.y (mgr.24491) 7525 : cluster [DBG] pgmap v6639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:13:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:47.302158+0000 mgr.y (mgr.24491) 7526 : cluster [DBG] pgmap v6640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:47.302158+0000 mgr.y (mgr.24491) 7526 : cluster [DBG] pgmap v6640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:47.302158+0000 mgr.y (mgr.24491) 7526 : cluster [DBG] pgmap v6640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:49.302911+0000 mgr.y (mgr.24491) 7527 : cluster [DBG] pgmap v6641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:49.302911+0000 mgr.y (mgr.24491) 7527 : cluster [DBG] pgmap v6641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:49.302911+0000 mgr.y (mgr.24491) 7527 : cluster [DBG] pgmap v6641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:13:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:51.303532+0000 mgr.y (mgr.24491) 7528 : cluster [DBG] pgmap v6642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:51.303532+0000 mgr.y (mgr.24491) 7528 : cluster [DBG] pgmap v6642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:51.303532+0000 mgr.y (mgr.24491) 7528 : cluster [DBG] pgmap v6642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:53.303955+0000 mgr.y (mgr.24491) 7529 : cluster [DBG] pgmap v6643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:53.303955+0000 mgr.y (mgr.24491) 7529 : cluster [DBG] pgmap v6643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:53.303955+0000 mgr.y (mgr.24491) 7529 : cluster [DBG] pgmap v6643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:55.304647+0000 mgr.y (mgr.24491) 7530 : cluster [DBG] pgmap v6644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:55.304647+0000 mgr.y (mgr.24491) 7530 : cluster [DBG] pgmap v6644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:55.304647+0000 mgr.y (mgr.24491) 7530 : cluster [DBG] pgmap v6644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:13:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:13:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:57.305154+0000 mgr.y (mgr.24491) 7531 : cluster [DBG] pgmap v6645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:57.305154+0000 mgr.y (mgr.24491) 7531 : cluster [DBG] pgmap v6645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:13:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:13:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:57.305154+0000 mgr.y (mgr.24491) 7531 : cluster [DBG] pgmap v6645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:13:59.305946+0000 mgr.y (mgr.24491) 7532 : cluster [DBG] pgmap v6646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:13:59.305946+0000 mgr.y (mgr.24491) 7532 : cluster [DBG] pgmap v6646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:13:59.305946+0000 mgr.y (mgr.24491) 7532 : cluster [DBG] pgmap v6646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:14:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:01.306370+0000 mgr.y (mgr.24491) 7533 : cluster [DBG] pgmap v6647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:01.306370+0000 mgr.y (mgr.24491) 7533 : cluster [DBG] pgmap v6647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:01.306370+0000 mgr.y (mgr.24491) 7533 : cluster [DBG] pgmap v6647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:03.306958+0000 mgr.y (mgr.24491) 7534 : cluster [DBG] pgmap v6648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:03.306958+0000 mgr.y (mgr.24491) 7534 : cluster [DBG] pgmap v6648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:03.306958+0000 mgr.y (mgr.24491) 7534 : cluster [DBG] pgmap v6648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:05.307887+0000 mgr.y (mgr.24491) 7535 : cluster [DBG] pgmap v6649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:05.307887+0000 mgr.y (mgr.24491) 7535 : cluster [DBG] pgmap v6649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:05.307887+0000 mgr.y (mgr.24491) 7535 : cluster [DBG] pgmap v6649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:14:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:07.308377+0000 mgr.y (mgr.24491) 7536 : cluster [DBG] pgmap v6650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:07.308377+0000 mgr.y (mgr.24491) 7536 : cluster [DBG] pgmap v6650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:07.308377+0000 mgr.y (mgr.24491) 7536 : cluster [DBG] pgmap v6650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:09.309047+0000 mgr.y (mgr.24491) 7537 : cluster [DBG] pgmap v6651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:09.309047+0000 mgr.y (mgr.24491) 7537 : cluster [DBG] pgmap v6651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:09.309047+0000 mgr.y (mgr.24491) 7537 : cluster [DBG] pgmap v6651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:14:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:11.309603+0000 mgr.y (mgr.24491) 7538 : cluster [DBG] pgmap v6652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:11.309603+0000 mgr.y (mgr.24491) 7538 : cluster [DBG] pgmap v6652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:11.309603+0000 mgr.y (mgr.24491) 7538 : cluster [DBG] pgmap v6652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:13.310097+0000 mgr.y (mgr.24491) 7539 : cluster [DBG] pgmap v6653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:13.310097+0000 mgr.y (mgr.24491) 7539 : cluster [DBG] pgmap v6653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:13.310097+0000 mgr.y (mgr.24491) 7539 : cluster [DBG] pgmap v6653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:15.024 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:14:15.300 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:14:15.300 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 5m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:14:15.300 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 5m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:14:15.300 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 5m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:14:15.300 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:14:15.300 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:14:15.300 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 5m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:14:15.300 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 5m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:14:15.300 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:14:15.301 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 5m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:14:15.301 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 5m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:14:15.301 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 5m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:14:15.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 5m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:14:15.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 5m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:14:15.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 5m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:14:15.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 5m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:14:15.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:14:15.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:14:15.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:14:15.302 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:14:15.302 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 5m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:14:15.631 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:14:15.631 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:14:15.631 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:14:15.631 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:14:15.631 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:14:15.631 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:14:15.631 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:14:15.631 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:14:15.632 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:14:15.632 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:14:15.632 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:14:15.632 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:14:15.632 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:14:15.632 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:14:15.632 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:14:15.632 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:14:15.632 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:14:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:14:15.014806+0000 mgr.y (mgr.24491) 7540 : audit [DBG] from='client.32495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:14:15.633617+0000 mon.a (mon.0) 2006 : audit [DBG] from='client.? 172.21.15.177:0/3097218700' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:14:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:14:15.014806+0000 mgr.y (mgr.24491) 7540 : audit [DBG] from='client.32495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:14:15.633617+0000 mon.a (mon.0) 2006 : audit [DBG] from='client.? 172.21.15.177:0/3097218700' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:14:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:14:15.014806+0000 mgr.y (mgr.24491) 7540 : audit [DBG] from='client.32495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:14:15.633617+0000 mon.a (mon.0) 2006 : audit [DBG] from='client.? 172.21.15.177:0/3097218700' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:14:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:14:15.294645+0000 mgr.y (mgr.24491) 7541 : audit [DBG] from='client.22599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:15.310624+0000 mgr.y (mgr.24491) 7542 : cluster [DBG] pgmap v6654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:14:15.294645+0000 mgr.y (mgr.24491) 7541 : audit [DBG] from='client.22599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:15.310624+0000 mgr.y (mgr.24491) 7542 : cluster [DBG] pgmap v6654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:14:15.294645+0000 mgr.y (mgr.24491) 7541 : audit [DBG] from='client.22599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:15.310624+0000 mgr.y (mgr.24491) 7542 : cluster [DBG] pgmap v6654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:14:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:17.311040+0000 mgr.y (mgr.24491) 7543 : cluster [DBG] pgmap v6655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:17.311040+0000 mgr.y (mgr.24491) 7543 : cluster [DBG] pgmap v6655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:17.311040+0000 mgr.y (mgr.24491) 7543 : cluster [DBG] pgmap v6655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:19.311666+0000 mgr.y (mgr.24491) 7544 : cluster [DBG] pgmap v6656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:14:20.398189+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:14:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:19.311666+0000 mgr.y (mgr.24491) 7544 : cluster [DBG] pgmap v6656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:14:20.398189+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:14:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:19.311666+0000 mgr.y (mgr.24491) 7544 : cluster [DBG] pgmap v6656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:14:20.398189+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:14:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:14:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:14:20.689901+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:14:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:14:20.690520+0000 mon.a (mon.0) 2009 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:14:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:14:20.694730+0000 mon.a (mon.0) 2010 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:14:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:14:20.689901+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:14:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:14:20.690520+0000 mon.a (mon.0) 2009 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:14:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:14:20.694730+0000 mon.a (mon.0) 2010 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:14:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:14:20.689901+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:14:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:14:20.690520+0000 mon.a (mon.0) 2009 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:14:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:14:20.694730+0000 mon.a (mon.0) 2010 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:14:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:21.312069+0000 mgr.y (mgr.24491) 7545 : cluster [DBG] pgmap v6657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:21.312069+0000 mgr.y (mgr.24491) 7545 : cluster [DBG] pgmap v6657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:21.312069+0000 mgr.y (mgr.24491) 7545 : cluster [DBG] pgmap v6657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:23.312539+0000 mgr.y (mgr.24491) 7546 : cluster [DBG] pgmap v6658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:23.312539+0000 mgr.y (mgr.24491) 7546 : cluster [DBG] pgmap v6658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:23.312539+0000 mgr.y (mgr.24491) 7546 : cluster [DBG] pgmap v6658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:25.313234+0000 mgr.y (mgr.24491) 7547 : cluster [DBG] pgmap v6659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:25.313234+0000 mgr.y (mgr.24491) 7547 : cluster [DBG] pgmap v6659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:25.313234+0000 mgr.y (mgr.24491) 7547 : cluster [DBG] pgmap v6659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:14:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:27.313614+0000 mgr.y (mgr.24491) 7548 : cluster [DBG] pgmap v6660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:27.313614+0000 mgr.y (mgr.24491) 7548 : cluster [DBG] pgmap v6660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:27.313614+0000 mgr.y (mgr.24491) 7548 : cluster [DBG] pgmap v6660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:29.314200+0000 mgr.y (mgr.24491) 7549 : cluster [DBG] pgmap v6661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:29.314200+0000 mgr.y (mgr.24491) 7549 : cluster [DBG] pgmap v6661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:29.314200+0000 mgr.y (mgr.24491) 7549 : cluster [DBG] pgmap v6661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:14:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:31.314665+0000 mgr.y (mgr.24491) 7550 : cluster [DBG] pgmap v6662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:31.314665+0000 mgr.y (mgr.24491) 7550 : cluster [DBG] pgmap v6662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:31.314665+0000 mgr.y (mgr.24491) 7550 : cluster [DBG] pgmap v6662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:33.315081+0000 mgr.y (mgr.24491) 7551 : cluster [DBG] pgmap v6663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:33.315081+0000 mgr.y (mgr.24491) 7551 : cluster [DBG] pgmap v6663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:33.315081+0000 mgr.y (mgr.24491) 7551 : cluster [DBG] pgmap v6663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:35.315774+0000 mgr.y (mgr.24491) 7552 : cluster [DBG] pgmap v6664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:35.315774+0000 mgr.y (mgr.24491) 7552 : cluster [DBG] pgmap v6664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:35.315774+0000 mgr.y (mgr.24491) 7552 : cluster [DBG] pgmap v6664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:14:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:37.316184+0000 mgr.y (mgr.24491) 7553 : cluster [DBG] pgmap v6665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:37.316184+0000 mgr.y (mgr.24491) 7553 : cluster [DBG] pgmap v6665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:37.316184+0000 mgr.y (mgr.24491) 7553 : cluster [DBG] pgmap v6665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:39.316757+0000 mgr.y (mgr.24491) 7554 : cluster [DBG] pgmap v6666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:39.316757+0000 mgr.y (mgr.24491) 7554 : cluster [DBG] pgmap v6666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:39.316757+0000 mgr.y (mgr.24491) 7554 : cluster [DBG] pgmap v6666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:14:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:41.317327+0000 mgr.y (mgr.24491) 7555 : cluster [DBG] pgmap v6667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:41.317327+0000 mgr.y (mgr.24491) 7555 : cluster [DBG] pgmap v6667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:41.317327+0000 mgr.y (mgr.24491) 7555 : cluster [DBG] pgmap v6667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:43.317917+0000 mgr.y (mgr.24491) 7556 : cluster [DBG] pgmap v6668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:43.317917+0000 mgr.y (mgr.24491) 7556 : cluster [DBG] pgmap v6668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:43.317917+0000 mgr.y (mgr.24491) 7556 : cluster [DBG] pgmap v6668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:45.941 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:14:46.215 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:14:46.215 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 6m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:14:46.215 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 6m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 6m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 6m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 6m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 6m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:14:46.216 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:14:46.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:14:46.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 6m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:14:46.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 6m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:14:46.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 6m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:14:46.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 6m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:14:46.217 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 6m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:14:46.552 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:14:46.552 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:14:46.552 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:14:46.552 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:14:46.552 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:14:46.552 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:14:46.552 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:14:46.552 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:14:46.552 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:14:46.553 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:14:46.553 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:14:46.553 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:14:46.553 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:14:46.553 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:14:46.553 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:14:46.553 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:14:46.553 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:14:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:45.318737+0000 mgr.y (mgr.24491) 7557 : cluster [DBG] pgmap v6669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:14:45.931335+0000 mgr.y (mgr.24491) 7558 : audit [DBG] from='client.22611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:14:46.554190+0000 mon.c (mon.2) 252 : audit [DBG] from='client.? 172.21.15.177:0/3337426487' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:14:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:45.318737+0000 mgr.y (mgr.24491) 7557 : cluster [DBG] pgmap v6669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:14:45.931335+0000 mgr.y (mgr.24491) 7558 : audit [DBG] from='client.22611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:14:46.554190+0000 mon.c (mon.2) 252 : audit [DBG] from='client.? 172.21.15.177:0/3337426487' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:14:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:45.318737+0000 mgr.y (mgr.24491) 7557 : cluster [DBG] pgmap v6669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:14:45.931335+0000 mgr.y (mgr.24491) 7558 : audit [DBG] from='client.22611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:14:46.554190+0000 mon.c (mon.2) 252 : audit [DBG] from='client.? 172.21.15.177:0/3337426487' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:14:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:14:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:14:46.209920+0000 mgr.y (mgr.24491) 7559 : audit [DBG] from='client.32519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:14:46.209920+0000 mgr.y (mgr.24491) 7559 : audit [DBG] from='client.32519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:14:46.209920+0000 mgr.y (mgr.24491) 7559 : audit [DBG] from='client.32519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:14:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:47.319264+0000 mgr.y (mgr.24491) 7560 : cluster [DBG] pgmap v6670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:47.319264+0000 mgr.y (mgr.24491) 7560 : cluster [DBG] pgmap v6670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:47.319264+0000 mgr.y (mgr.24491) 7560 : cluster [DBG] pgmap v6670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:51.007 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:49.319909+0000 mgr.y (mgr.24491) 7561 : cluster [DBG] pgmap v6671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:49.319909+0000 mgr.y (mgr.24491) 7561 : cluster [DBG] pgmap v6671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:49.319909+0000 mgr.y (mgr.24491) 7561 : cluster [DBG] pgmap v6671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:14:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:51.320436+0000 mgr.y (mgr.24491) 7562 : cluster [DBG] pgmap v6672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:51.320436+0000 mgr.y (mgr.24491) 7562 : cluster [DBG] pgmap v6672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:51.320436+0000 mgr.y (mgr.24491) 7562 : cluster [DBG] pgmap v6672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:53.320992+0000 mgr.y (mgr.24491) 7563 : cluster [DBG] pgmap v6673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:53.320992+0000 mgr.y (mgr.24491) 7563 : cluster [DBG] pgmap v6673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:53.320992+0000 mgr.y (mgr.24491) 7563 : cluster [DBG] pgmap v6673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:55.321730+0000 mgr.y (mgr.24491) 7564 : cluster [DBG] pgmap v6674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:55.321730+0000 mgr.y (mgr.24491) 7564 : cluster [DBG] pgmap v6674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:55.321730+0000 mgr.y (mgr.24491) 7564 : cluster [DBG] pgmap v6674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:14:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:14:59.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:14:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:57.322164+0000 mgr.y (mgr.24491) 7565 : cluster [DBG] pgmap v6675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:14:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:57.322164+0000 mgr.y (mgr.24491) 7565 : cluster [DBG] pgmap v6675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:14:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:14:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:57.322164+0000 mgr.y (mgr.24491) 7565 : cluster [DBG] pgmap v6675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:14:59.322740+0000 mgr.y (mgr.24491) 7566 : cluster [DBG] pgmap v6676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:14:59.322740+0000 mgr.y (mgr.24491) 7566 : cluster [DBG] pgmap v6676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:14:59.322740+0000 mgr.y (mgr.24491) 7566 : cluster [DBG] pgmap v6676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:15:03.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:01.323429+0000 mgr.y (mgr.24491) 7567 : cluster [DBG] pgmap v6677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:01.323429+0000 mgr.y (mgr.24491) 7567 : cluster [DBG] pgmap v6677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:01.323429+0000 mgr.y (mgr.24491) 7567 : cluster [DBG] pgmap v6677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:03.323804+0000 mgr.y (mgr.24491) 7568 : cluster [DBG] pgmap v6678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:03.323804+0000 mgr.y (mgr.24491) 7568 : cluster [DBG] pgmap v6678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:03.323804+0000 mgr.y (mgr.24491) 7568 : cluster [DBG] pgmap v6678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:05.324712+0000 mgr.y (mgr.24491) 7569 : cluster [DBG] pgmap v6679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:05.324712+0000 mgr.y (mgr.24491) 7569 : cluster [DBG] pgmap v6679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:05.324712+0000 mgr.y (mgr.24491) 7569 : cluster [DBG] pgmap v6679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:15:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:07.325146+0000 mgr.y (mgr.24491) 7570 : cluster [DBG] pgmap v6680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:07.325146+0000 mgr.y (mgr.24491) 7570 : cluster [DBG] pgmap v6680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:07.325146+0000 mgr.y (mgr.24491) 7570 : cluster [DBG] pgmap v6680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:09.325936+0000 mgr.y (mgr.24491) 7571 : cluster [DBG] pgmap v6681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:09.325936+0000 mgr.y (mgr.24491) 7571 : cluster [DBG] pgmap v6681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:09.325936+0000 mgr.y (mgr.24491) 7571 : cluster [DBG] pgmap v6681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:15:13.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:11.326484+0000 mgr.y (mgr.24491) 7572 : cluster [DBG] pgmap v6682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:13.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:11.326484+0000 mgr.y (mgr.24491) 7572 : cluster [DBG] pgmap v6682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:11.326484+0000 mgr.y (mgr.24491) 7572 : cluster [DBG] pgmap v6682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:13.327072+0000 mgr.y (mgr.24491) 7573 : cluster [DBG] pgmap v6683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:13.327072+0000 mgr.y (mgr.24491) 7573 : cluster [DBG] pgmap v6683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:13.327072+0000 mgr.y (mgr.24491) 7573 : cluster [DBG] pgmap v6683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:16.861 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:15:17.136 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:15:17.136 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 6m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:15:17.136 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 6m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:15:17.136 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:15:17.136 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 6m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:15:17.136 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 6m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 6m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 6m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 6m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 6m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 6m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 6m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:15:17.137 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 6m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:15:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:15.327741+0000 mgr.y (mgr.24491) 7574 : cluster [DBG] pgmap v6684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:15.327741+0000 mgr.y (mgr.24491) 7574 : cluster [DBG] pgmap v6684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:15.327741+0000 mgr.y (mgr.24491) 7574 : cluster [DBG] pgmap v6684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:15:17.469 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:15:17.470 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:15:17.470 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:15:17.470 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:15:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:15:18.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:15:16.851490+0000 mgr.y (mgr.24491) 7575 : audit [DBG] from='client.22629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:15:17.130590+0000 mgr.y (mgr.24491) 7576 : audit [DBG] from='client.32537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:15:17.471392+0000 mon.c (mon.2) 253 : audit [DBG] from='client.? 172.21.15.177:0/874020382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:15:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:15:16.851490+0000 mgr.y (mgr.24491) 7575 : audit [DBG] from='client.22629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:15:17.130590+0000 mgr.y (mgr.24491) 7576 : audit [DBG] from='client.32537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:15:17.471392+0000 mon.c (mon.2) 253 : audit [DBG] from='client.? 172.21.15.177:0/874020382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:15:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:15:16.851490+0000 mgr.y (mgr.24491) 7575 : audit [DBG] from='client.22629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:15:17.130590+0000 mgr.y (mgr.24491) 7576 : audit [DBG] from='client.32537 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:15:17.471392+0000 mon.c (mon.2) 253 : audit [DBG] from='client.? 172.21.15.177:0/874020382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:15:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:17.328123+0000 mgr.y (mgr.24491) 7577 : cluster [DBG] pgmap v6685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:17.328123+0000 mgr.y (mgr.24491) 7577 : cluster [DBG] pgmap v6685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:17.328123+0000 mgr.y (mgr.24491) 7577 : cluster [DBG] pgmap v6685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:19.328698+0000 mgr.y (mgr.24491) 7578 : cluster [DBG] pgmap v6686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:15:20.699042+0000 mon.a (mon.0) 2011 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:15:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:19.328698+0000 mgr.y (mgr.24491) 7578 : cluster [DBG] pgmap v6686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:15:20.699042+0000 mon.a (mon.0) 2011 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:15:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:15:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:19.328698+0000 mgr.y (mgr.24491) 7578 : cluster [DBG] pgmap v6686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:15:20.699042+0000 mon.a (mon.0) 2011 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:15:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:15:20.990226+0000 mon.a (mon.0) 2012 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:15:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:15:20.990858+0000 mon.a (mon.0) 2013 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:15:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:15:20.995820+0000 mon.a (mon.0) 2014 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:15:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:15:20.990226+0000 mon.a (mon.0) 2012 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:15:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:15:20.990858+0000 mon.a (mon.0) 2013 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:15:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:15:20.995820+0000 mon.a (mon.0) 2014 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:15:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:15:20.990226+0000 mon.a (mon.0) 2012 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:15:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:15:20.990858+0000 mon.a (mon.0) 2013 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:15:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:15:20.995820+0000 mon.a (mon.0) 2014 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:15:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:21.329120+0000 mgr.y (mgr.24491) 7579 : cluster [DBG] pgmap v6687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:21.329120+0000 mgr.y (mgr.24491) 7579 : cluster [DBG] pgmap v6687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:21.329120+0000 mgr.y (mgr.24491) 7579 : cluster [DBG] pgmap v6687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:23.329540+0000 mgr.y (mgr.24491) 7580 : cluster [DBG] pgmap v6688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:23.329540+0000 mgr.y (mgr.24491) 7580 : cluster [DBG] pgmap v6688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:23.329540+0000 mgr.y (mgr.24491) 7580 : cluster [DBG] pgmap v6688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:27.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:25.330223+0000 mgr.y (mgr.24491) 7581 : cluster [DBG] pgmap v6689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:25.330223+0000 mgr.y (mgr.24491) 7581 : cluster [DBG] pgmap v6689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:25.330223+0000 mgr.y (mgr.24491) 7581 : cluster [DBG] pgmap v6689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:15:29.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:27.330797+0000 mgr.y (mgr.24491) 7582 : cluster [DBG] pgmap v6690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:27.330797+0000 mgr.y (mgr.24491) 7582 : cluster [DBG] pgmap v6690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:27.330797+0000 mgr.y (mgr.24491) 7582 : cluster [DBG] pgmap v6690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:29.331456+0000 mgr.y (mgr.24491) 7583 : cluster [DBG] pgmap v6691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:29.331456+0000 mgr.y (mgr.24491) 7583 : cluster [DBG] pgmap v6691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:29.331456+0000 mgr.y (mgr.24491) 7583 : cluster [DBG] pgmap v6691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:15:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:31.331928+0000 mgr.y (mgr.24491) 7584 : cluster [DBG] pgmap v6692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:31.331928+0000 mgr.y (mgr.24491) 7584 : cluster [DBG] pgmap v6692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:31.331928+0000 mgr.y (mgr.24491) 7584 : cluster [DBG] pgmap v6692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:35.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:33.332362+0000 mgr.y (mgr.24491) 7585 : cluster [DBG] pgmap v6693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:33.332362+0000 mgr.y (mgr.24491) 7585 : cluster [DBG] pgmap v6693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:33.332362+0000 mgr.y (mgr.24491) 7585 : cluster [DBG] pgmap v6693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:35.333106+0000 mgr.y (mgr.24491) 7586 : cluster [DBG] pgmap v6694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:35.333106+0000 mgr.y (mgr.24491) 7586 : cluster [DBG] pgmap v6694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:35.333106+0000 mgr.y (mgr.24491) 7586 : cluster [DBG] pgmap v6694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:15:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:37.333491+0000 mgr.y (mgr.24491) 7587 : cluster [DBG] pgmap v6695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:37.333491+0000 mgr.y (mgr.24491) 7587 : cluster [DBG] pgmap v6695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:37.333491+0000 mgr.y (mgr.24491) 7587 : cluster [DBG] pgmap v6695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:39.334255+0000 mgr.y (mgr.24491) 7588 : cluster [DBG] pgmap v6696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:39.334255+0000 mgr.y (mgr.24491) 7588 : cluster [DBG] pgmap v6696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:39.334255+0000 mgr.y (mgr.24491) 7588 : cluster [DBG] pgmap v6696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:15:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:41.334779+0000 mgr.y (mgr.24491) 7589 : cluster [DBG] pgmap v6697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:41.334779+0000 mgr.y (mgr.24491) 7589 : cluster [DBG] pgmap v6697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:41.334779+0000 mgr.y (mgr.24491) 7589 : cluster [DBG] pgmap v6697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:45.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:43.335292+0000 mgr.y (mgr.24491) 7590 : cluster [DBG] pgmap v6698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:43.335292+0000 mgr.y (mgr.24491) 7590 : cluster [DBG] pgmap v6698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:43.335292+0000 mgr.y (mgr.24491) 7590 : cluster [DBG] pgmap v6698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:47.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:45.335968+0000 mgr.y (mgr.24491) 7591 : cluster [DBG] pgmap v6699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:45.335968+0000 mgr.y (mgr.24491) 7591 : cluster [DBG] pgmap v6699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:45.335968+0000 mgr.y (mgr.24491) 7591 : cluster [DBG] pgmap v6699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:47.779 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:15:48.054 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:15:48.054 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 7m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:15:48.054 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 7m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:15:48.054 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 7m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:15:48.055 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 7m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:15:48.055 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 7m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:15:48.055 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 7m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:15:48.055 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 7m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:15:48.055 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 7m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:15:48.055 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 7m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:15:48.055 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 7m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:15:48.055 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 7m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:15:48.055 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 7m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:15:48.055 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 7m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:15:48.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 7m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:15:48.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 7m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:15:48.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 7m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:15:48.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 7m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:15:48.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 7m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:15:48.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 7m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:15:48.056 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 7m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:15:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:15:48.384 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:15:48.384 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:15:48.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:15:48.385 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:15:48.385 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:15:48.385 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:15:48.385 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:15:48.385 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:15:48.385 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:15:48.385 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:15:48.385 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:15:48.385 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:15:48.385 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:15:48.386 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:15:48.386 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:15:48.386 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:15:48.386 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:15:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:47.336409+0000 mgr.y (mgr.24491) 7592 : cluster [DBG] pgmap v6700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:15:47.769344+0000 mgr.y (mgr.24491) 7593 : audit [DBG] from='client.22647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:15:48.048913+0000 mgr.y (mgr.24491) 7594 : audit [DBG] from='client.22653 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:15:48.386550+0000 mon.c (mon.2) 254 : audit [DBG] from='client.? 172.21.15.177:0/2221243691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:15:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:47.336409+0000 mgr.y (mgr.24491) 7592 : cluster [DBG] pgmap v6700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:15:47.769344+0000 mgr.y (mgr.24491) 7593 : audit [DBG] from='client.22647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:15:48.048913+0000 mgr.y (mgr.24491) 7594 : audit [DBG] from='client.22653 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:15:48.386550+0000 mon.c (mon.2) 254 : audit [DBG] from='client.? 172.21.15.177:0/2221243691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:15:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:47.336409+0000 mgr.y (mgr.24491) 7592 : cluster [DBG] pgmap v6700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:15:47.769344+0000 mgr.y (mgr.24491) 7593 : audit [DBG] from='client.22647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:15:48.048913+0000 mgr.y (mgr.24491) 7594 : audit [DBG] from='client.22653 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:15:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:15:48.386550+0000 mon.c (mon.2) 254 : audit [DBG] from='client.? 172.21.15.177:0/2221243691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:15:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:49.337101+0000 mgr.y (mgr.24491) 7595 : cluster [DBG] pgmap v6701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:49.337101+0000 mgr.y (mgr.24491) 7595 : cluster [DBG] pgmap v6701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:15:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:49.337101+0000 mgr.y (mgr.24491) 7595 : cluster [DBG] pgmap v6701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:51.337689+0000 mgr.y (mgr.24491) 7596 : cluster [DBG] pgmap v6702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:51.337689+0000 mgr.y (mgr.24491) 7596 : cluster [DBG] pgmap v6702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:51.337689+0000 mgr.y (mgr.24491) 7596 : cluster [DBG] pgmap v6702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:53.338184+0000 mgr.y (mgr.24491) 7597 : cluster [DBG] pgmap v6703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:53.338184+0000 mgr.y (mgr.24491) 7597 : cluster [DBG] pgmap v6703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:53.338184+0000 mgr.y (mgr.24491) 7597 : cluster [DBG] pgmap v6703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:55.338999+0000 mgr.y (mgr.24491) 7598 : cluster [DBG] pgmap v6704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:55.338999+0000 mgr.y (mgr.24491) 7598 : cluster [DBG] pgmap v6704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:55.338999+0000 mgr.y (mgr.24491) 7598 : cluster [DBG] pgmap v6704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:15:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:15:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:57.339546+0000 mgr.y (mgr.24491) 7599 : cluster [DBG] pgmap v6705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:57.339546+0000 mgr.y (mgr.24491) 7599 : cluster [DBG] pgmap v6705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:15:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:57.339546+0000 mgr.y (mgr.24491) 7599 : cluster [DBG] pgmap v6705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:15:59.340129+0000 mgr.y (mgr.24491) 7600 : cluster [DBG] pgmap v6706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:15:59.340129+0000 mgr.y (mgr.24491) 7600 : cluster [DBG] pgmap v6706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:16:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:15:59.340129+0000 mgr.y (mgr.24491) 7600 : cluster [DBG] pgmap v6706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:01.340589+0000 mgr.y (mgr.24491) 7601 : cluster [DBG] pgmap v6707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:01.340589+0000 mgr.y (mgr.24491) 7601 : cluster [DBG] pgmap v6707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:01.340589+0000 mgr.y (mgr.24491) 7601 : cluster [DBG] pgmap v6707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:03.341059+0000 mgr.y (mgr.24491) 7602 : cluster [DBG] pgmap v6708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:03.341059+0000 mgr.y (mgr.24491) 7602 : cluster [DBG] pgmap v6708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:03.341059+0000 mgr.y (mgr.24491) 7602 : cluster [DBG] pgmap v6708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:05.341676+0000 mgr.y (mgr.24491) 7603 : cluster [DBG] pgmap v6709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:05.341676+0000 mgr.y (mgr.24491) 7603 : cluster [DBG] pgmap v6709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:05.341676+0000 mgr.y (mgr.24491) 7603 : cluster [DBG] pgmap v6709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:16:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:07.342127+0000 mgr.y (mgr.24491) 7604 : cluster [DBG] pgmap v6710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:07.342127+0000 mgr.y (mgr.24491) 7604 : cluster [DBG] pgmap v6710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:07.342127+0000 mgr.y (mgr.24491) 7604 : cluster [DBG] pgmap v6710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:09.342806+0000 mgr.y (mgr.24491) 7605 : cluster [DBG] pgmap v6711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:09.342806+0000 mgr.y (mgr.24491) 7605 : cluster [DBG] pgmap v6711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:09.342806+0000 mgr.y (mgr.24491) 7605 : cluster [DBG] pgmap v6711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:16:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:11.343261+0000 mgr.y (mgr.24491) 7606 : cluster [DBG] pgmap v6712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:11.343261+0000 mgr.y (mgr.24491) 7606 : cluster [DBG] pgmap v6712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:11.343261+0000 mgr.y (mgr.24491) 7606 : cluster [DBG] pgmap v6712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:13.343609+0000 mgr.y (mgr.24491) 7607 : cluster [DBG] pgmap v6713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:13.343609+0000 mgr.y (mgr.24491) 7607 : cluster [DBG] pgmap v6713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:13.343609+0000 mgr.y (mgr.24491) 7607 : cluster [DBG] pgmap v6713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:15.344321+0000 mgr.y (mgr.24491) 7608 : cluster [DBG] pgmap v6714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:15.344321+0000 mgr.y (mgr.24491) 7608 : cluster [DBG] pgmap v6714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:15.344321+0000 mgr.y (mgr.24491) 7608 : cluster [DBG] pgmap v6714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:16:18.697 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:16:18.970 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:16:18.970 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 8m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:16:18.970 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:16:18.970 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 8m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:16:18.970 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:16:18.971 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:16:18.971 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 8m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:16:18.971 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 8m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:16:18.971 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:16:18.971 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 8m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:16:18.971 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 8m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:16:18.971 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:16:18.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 8m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:16:18.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 8m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:16:18.971 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 8m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:16:18.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 8m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:16:18.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:16:18.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:16:18.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:16:18.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:16:18.972 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:16:19.308 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:16:19.308 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:16:19.308 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:16:19.308 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:16:19.308 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:16:19.308 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:16:19.308 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:16:19.308 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:16:19.308 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:16:19.309 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:16:19.309 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:16:19.309 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:16:19.309 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:16:19.309 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:16:19.309 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:16:19.309 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:16:19.309 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:16:19.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:17.344809+0000 mgr.y (mgr.24491) 7609 : cluster [DBG] pgmap v6715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:17.344809+0000 mgr.y (mgr.24491) 7609 : cluster [DBG] pgmap v6715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:17.344809+0000 mgr.y (mgr.24491) 7609 : cluster [DBG] pgmap v6715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:16:18.687395+0000 mgr.y (mgr.24491) 7610 : audit [DBG] from='client.22665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:16:18.964627+0000 mgr.y (mgr.24491) 7611 : audit [DBG] from='client.22671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:16:19.310187+0000 mon.a (mon.0) 2015 : audit [DBG] from='client.? 172.21.15.177:0/4068478117' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:16:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:16:18.687395+0000 mgr.y (mgr.24491) 7610 : audit [DBG] from='client.22665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:16:18.964627+0000 mgr.y (mgr.24491) 7611 : audit [DBG] from='client.22671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:16:19.310187+0000 mon.a (mon.0) 2015 : audit [DBG] from='client.? 172.21.15.177:0/4068478117' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:16:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:16:18.687395+0000 mgr.y (mgr.24491) 7610 : audit [DBG] from='client.22665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:16:18.964627+0000 mgr.y (mgr.24491) 7611 : audit [DBG] from='client.22671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:16:19.310187+0000 mon.a (mon.0) 2015 : audit [DBG] from='client.? 172.21.15.177:0/4068478117' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:16:21.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:19.345510+0000 mgr.y (mgr.24491) 7612 : cluster [DBG] pgmap v6716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:16:21.000200+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:16:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:19.345510+0000 mgr.y (mgr.24491) 7612 : cluster [DBG] pgmap v6716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:16:21.000200+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:16:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:16:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:19.345510+0000 mgr.y (mgr.24491) 7612 : cluster [DBG] pgmap v6716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:16:21.000200+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:16:22.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:16:21.292435+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:16:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:16:21.293022+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:16:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:16:21.300747+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:16:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:16:21.292435+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:16:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:16:21.293022+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:16:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:16:21.300747+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:16:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:16:21.292435+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:16:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:16:21.293022+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:16:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:16:21.300747+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:16:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:21.346127+0000 mgr.y (mgr.24491) 7613 : cluster [DBG] pgmap v6717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:21.346127+0000 mgr.y (mgr.24491) 7613 : cluster [DBG] pgmap v6717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:21.346127+0000 mgr.y (mgr.24491) 7613 : cluster [DBG] pgmap v6717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:23.346650+0000 mgr.y (mgr.24491) 7614 : cluster [DBG] pgmap v6718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:23.346650+0000 mgr.y (mgr.24491) 7614 : cluster [DBG] pgmap v6718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:23.346650+0000 mgr.y (mgr.24491) 7614 : cluster [DBG] pgmap v6718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:25.347333+0000 mgr.y (mgr.24491) 7615 : cluster [DBG] pgmap v6719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:25.347333+0000 mgr.y (mgr.24491) 7615 : cluster [DBG] pgmap v6719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:25.347333+0000 mgr.y (mgr.24491) 7615 : cluster [DBG] pgmap v6719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:16:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:27.347698+0000 mgr.y (mgr.24491) 7616 : cluster [DBG] pgmap v6720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:27.347698+0000 mgr.y (mgr.24491) 7616 : cluster [DBG] pgmap v6720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:27.347698+0000 mgr.y (mgr.24491) 7616 : cluster [DBG] pgmap v6720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:29.348446+0000 mgr.y (mgr.24491) 7617 : cluster [DBG] pgmap v6721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:29.348446+0000 mgr.y (mgr.24491) 7617 : cluster [DBG] pgmap v6721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:29.348446+0000 mgr.y (mgr.24491) 7617 : cluster [DBG] pgmap v6721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:16:33.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:31.348973+0000 mgr.y (mgr.24491) 7618 : cluster [DBG] pgmap v6722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:31.348973+0000 mgr.y (mgr.24491) 7618 : cluster [DBG] pgmap v6722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:31.348973+0000 mgr.y (mgr.24491) 7618 : cluster [DBG] pgmap v6722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:33.349531+0000 mgr.y (mgr.24491) 7619 : cluster [DBG] pgmap v6723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:33.349531+0000 mgr.y (mgr.24491) 7619 : cluster [DBG] pgmap v6723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:33.349531+0000 mgr.y (mgr.24491) 7619 : cluster [DBG] pgmap v6723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:35.350450+0000 mgr.y (mgr.24491) 7620 : cluster [DBG] pgmap v6724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:35.350450+0000 mgr.y (mgr.24491) 7620 : cluster [DBG] pgmap v6724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:35.350450+0000 mgr.y (mgr.24491) 7620 : cluster [DBG] pgmap v6724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:16:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:37.350947+0000 mgr.y (mgr.24491) 7621 : cluster [DBG] pgmap v6725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:37.350947+0000 mgr.y (mgr.24491) 7621 : cluster [DBG] pgmap v6725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:37.350947+0000 mgr.y (mgr.24491) 7621 : cluster [DBG] pgmap v6725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:39.351770+0000 mgr.y (mgr.24491) 7622 : cluster [DBG] pgmap v6726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:39.351770+0000 mgr.y (mgr.24491) 7622 : cluster [DBG] pgmap v6726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:39.351770+0000 mgr.y (mgr.24491) 7622 : cluster [DBG] pgmap v6726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:16:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:41.352218+0000 mgr.y (mgr.24491) 7623 : cluster [DBG] pgmap v6727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:41.352218+0000 mgr.y (mgr.24491) 7623 : cluster [DBG] pgmap v6727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:41.352218+0000 mgr.y (mgr.24491) 7623 : cluster [DBG] pgmap v6727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:43.352781+0000 mgr.y (mgr.24491) 7624 : cluster [DBG] pgmap v6728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:43.352781+0000 mgr.y (mgr.24491) 7624 : cluster [DBG] pgmap v6728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:43.352781+0000 mgr.y (mgr.24491) 7624 : cluster [DBG] pgmap v6728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:45.353453+0000 mgr.y (mgr.24491) 7625 : cluster [DBG] pgmap v6729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:45.353453+0000 mgr.y (mgr.24491) 7625 : cluster [DBG] pgmap v6729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:47.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:45.353453+0000 mgr.y (mgr.24491) 7625 : cluster [DBG] pgmap v6729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:16:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:47.353825+0000 mgr.y (mgr.24491) 7626 : cluster [DBG] pgmap v6730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:49.619 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:16:49.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:47.353825+0000 mgr.y (mgr.24491) 7626 : cluster [DBG] pgmap v6730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:47.353825+0000 mgr.y (mgr.24491) 7626 : cluster [DBG] pgmap v6730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:49.896 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:16:49.896 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 8m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:16:49.896 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:16:49.896 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 8m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:16:49.896 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:16:49.896 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:16:49.896 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 8m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:16:49.896 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 8m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:16:49.897 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:16:49.897 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 8m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:16:49.897 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 8m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:16:49.897 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:16:49.897 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 8m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:16:49.897 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 8m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:16:49.897 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 8m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:16:49.897 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 8m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:16:49.897 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:16:49.897 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:16:49.898 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:16:49.898 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:16:49.898 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:16:50.228 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:16:50.229 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:16:50.229 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:16:50.229 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:16:50.229 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:16:50.229 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:16:50.229 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:16:50.229 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:16:50.229 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:16:50.229 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:16:50.229 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:16:50.230 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:16:50.230 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:16:50.230 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:16:50.230 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:16:50.230 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:16:50.230 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:16:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:16:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:49.354411+0000 mgr.y (mgr.24491) 7627 : cluster [DBG] pgmap v6731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:16:49.609284+0000 mgr.y (mgr.24491) 7628 : audit [DBG] from='client.32585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:16:49.890541+0000 mgr.y (mgr.24491) 7629 : audit [DBG] from='client.22689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:16:50.230972+0000 mon.c (mon.2) 255 : audit [DBG] from='client.? 172.21.15.177:0/3718485923' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:16:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:49.354411+0000 mgr.y (mgr.24491) 7627 : cluster [DBG] pgmap v6731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:16:49.609284+0000 mgr.y (mgr.24491) 7628 : audit [DBG] from='client.32585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:16:49.890541+0000 mgr.y (mgr.24491) 7629 : audit [DBG] from='client.22689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:16:50.230972+0000 mon.c (mon.2) 255 : audit [DBG] from='client.? 172.21.15.177:0/3718485923' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:16:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:49.354411+0000 mgr.y (mgr.24491) 7627 : cluster [DBG] pgmap v6731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:16:49.609284+0000 mgr.y (mgr.24491) 7628 : audit [DBG] from='client.32585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:16:49.890541+0000 mgr.y (mgr.24491) 7629 : audit [DBG] from='client.22689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:16:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:16:50.230972+0000 mon.c (mon.2) 255 : audit [DBG] from='client.? 172.21.15.177:0/3718485923' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:16:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:51.354861+0000 mgr.y (mgr.24491) 7630 : cluster [DBG] pgmap v6732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:53.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:51.354861+0000 mgr.y (mgr.24491) 7630 : cluster [DBG] pgmap v6732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:51.354861+0000 mgr.y (mgr.24491) 7630 : cluster [DBG] pgmap v6732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:53.355369+0000 mgr.y (mgr.24491) 7631 : cluster [DBG] pgmap v6733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:53.355369+0000 mgr.y (mgr.24491) 7631 : cluster [DBG] pgmap v6733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:53.355369+0000 mgr.y (mgr.24491) 7631 : cluster [DBG] pgmap v6733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:55.356048+0000 mgr.y (mgr.24491) 7632 : cluster [DBG] pgmap v6734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:55.356048+0000 mgr.y (mgr.24491) 7632 : cluster [DBG] pgmap v6734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:55.356048+0000 mgr.y (mgr.24491) 7632 : cluster [DBG] pgmap v6734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:16:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:16:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:16:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:57.356474+0000 mgr.y (mgr.24491) 7633 : cluster [DBG] pgmap v6735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:57.356474+0000 mgr.y (mgr.24491) 7633 : cluster [DBG] pgmap v6735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:16:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:57.356474+0000 mgr.y (mgr.24491) 7633 : cluster [DBG] pgmap v6735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:16:59.356999+0000 mgr.y (mgr.24491) 7634 : cluster [DBG] pgmap v6736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:17:01.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:16:59.356999+0000 mgr.y (mgr.24491) 7634 : cluster [DBG] pgmap v6736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:16:59.356999+0000 mgr.y (mgr.24491) 7634 : cluster [DBG] pgmap v6736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:01.357643+0000 mgr.y (mgr.24491) 7635 : cluster [DBG] pgmap v6737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:03.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:01.357643+0000 mgr.y (mgr.24491) 7635 : cluster [DBG] pgmap v6737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:01.357643+0000 mgr.y (mgr.24491) 7635 : cluster [DBG] pgmap v6737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:03.358173+0000 mgr.y (mgr.24491) 7636 : cluster [DBG] pgmap v6738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:05.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:03.358173+0000 mgr.y (mgr.24491) 7636 : cluster [DBG] pgmap v6738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:03.358173+0000 mgr.y (mgr.24491) 7636 : cluster [DBG] pgmap v6738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:05.358868+0000 mgr.y (mgr.24491) 7637 : cluster [DBG] pgmap v6739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:06.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:05.358868+0000 mgr.y (mgr.24491) 7637 : cluster [DBG] pgmap v6739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:05.358868+0000 mgr.y (mgr.24491) 7637 : cluster [DBG] pgmap v6739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T07:17:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:07.359457+0000 mgr.y (mgr.24491) 7638 : cluster [DBG] pgmap v6740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:07.359457+0000 mgr.y (mgr.24491) 7638 : cluster [DBG] pgmap v6740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:07.359457+0000 mgr.y (mgr.24491) 7638 : cluster [DBG] pgmap v6740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:09.360006+0000 mgr.y (mgr.24491) 7639 : cluster [DBG] pgmap v6741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:09.360006+0000 mgr.y (mgr.24491) 7639 : cluster [DBG] pgmap v6741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:09.360006+0000 mgr.y (mgr.24491) 7639 : cluster [DBG] pgmap v6741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:17:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:11.360432+0000 mgr.y (mgr.24491) 7640 : cluster [DBG] pgmap v6742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:11.360432+0000 mgr.y (mgr.24491) 7640 : cluster [DBG] pgmap v6742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:11.360432+0000 mgr.y (mgr.24491) 7640 : cluster [DBG] pgmap v6742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:13.360797+0000 mgr.y (mgr.24491) 7641 : cluster [DBG] pgmap v6743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:13.360797+0000 mgr.y (mgr.24491) 7641 : cluster [DBG] pgmap v6743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:13.360797+0000 mgr.y (mgr.24491) 7641 : cluster [DBG] pgmap v6743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:15.361644+0000 mgr.y (mgr.24491) 7642 : cluster [DBG] pgmap v6744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:15.361644+0000 mgr.y (mgr.24491) 7642 : cluster [DBG] pgmap v6744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:15.361644+0000 mgr.y (mgr.24491) 7642 : cluster [DBG] pgmap v6744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T07:17:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:17.362195+0000 mgr.y (mgr.24491) 7643 : cluster [DBG] pgmap v6745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:17.362195+0000 mgr.y (mgr.24491) 7643 : cluster [DBG] pgmap v6745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:17.362195+0000 mgr.y (mgr.24491) 7643 : cluster [DBG] pgmap v6745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:20.541 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:17:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:19.362899+0000 mgr.y (mgr.24491) 7644 : cluster [DBG] pgmap v6746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:20.813 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:17:20.813 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:17:20.813 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:17:20.813 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 9m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 9m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 9m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:17:20.814 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:17:20.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:17:20.815 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:17:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:19.362899+0000 mgr.y (mgr.24491) 7644 : cluster [DBG] pgmap v6746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:19.362899+0000 mgr.y (mgr.24491) 7644 : cluster [DBG] pgmap v6746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:21.144 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:17:21.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:17:21.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:17:21.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:17:21.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:17:21.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:17:21.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:17:21.144 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:17:21.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:17:21.145 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:17:21.145 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:17:21.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:17:21.145 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:17:21.145 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:17:21.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:17:21.145 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:17:21.145 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:17:21.436 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:17:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:17:20.531688+0000 mgr.y (mgr.24491) 7645 : audit [DBG] from='client.32603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:17:20.808290+0000 mgr.y (mgr.24491) 7646 : audit [DBG] from='client.22707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:17:21.146334+0000 mon.a (mon.0) 2020 : audit [DBG] from='client.? 172.21.15.177:0/561384394' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:17:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:17:21.304798+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:17:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:17:20.531688+0000 mgr.y (mgr.24491) 7645 : audit [DBG] from='client.32603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:17:20.808290+0000 mgr.y (mgr.24491) 7646 : audit [DBG] from='client.22707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:17:21.146334+0000 mon.a (mon.0) 2020 : audit [DBG] from='client.? 172.21.15.177:0/561384394' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:17:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:17:21.304798+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:17:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:17:20.531688+0000 mgr.y (mgr.24491) 7645 : audit [DBG] from='client.32603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:17:20.808290+0000 mgr.y (mgr.24491) 7646 : audit [DBG] from='client.22707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:17:21.146334+0000 mon.a (mon.0) 2020 : audit [DBG] from='client.? 172.21.15.177:0/561384394' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:17:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:17:21.304798+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:17:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:21.363315+0000 mgr.y (mgr.24491) 7647 : cluster [DBG] pgmap v6747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:17:21.595663+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:17:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:17:21.596290+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:17:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:17:21.603682+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:17:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:21.363315+0000 mgr.y (mgr.24491) 7647 : cluster [DBG] pgmap v6747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:17:21.595663+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:17:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:17:21.596290+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:17:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:17:21.603682+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:17:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:21.363315+0000 mgr.y (mgr.24491) 7647 : cluster [DBG] pgmap v6747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:17:21.595663+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:17:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:17:21.596290+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:17:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:17:21.603682+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:17:24.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:23.363929+0000 mgr.y (mgr.24491) 7648 : cluster [DBG] pgmap v6748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:23.363929+0000 mgr.y (mgr.24491) 7648 : cluster [DBG] pgmap v6748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:23.363929+0000 mgr.y (mgr.24491) 7648 : cluster [DBG] pgmap v6748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:25.364908+0000 mgr.y (mgr.24491) 7649 : cluster [DBG] pgmap v6749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:25.364908+0000 mgr.y (mgr.24491) 7649 : cluster [DBG] pgmap v6749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:25.364908+0000 mgr.y (mgr.24491) 7649 : cluster [DBG] pgmap v6749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T07:17:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:27.365542+0000 mgr.y (mgr.24491) 7650 : cluster [DBG] pgmap v6750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:27.365542+0000 mgr.y (mgr.24491) 7650 : cluster [DBG] pgmap v6750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:27.365542+0000 mgr.y (mgr.24491) 7650 : cluster [DBG] pgmap v6750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:29.366348+0000 mgr.y (mgr.24491) 7651 : cluster [DBG] pgmap v6751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:29.366348+0000 mgr.y (mgr.24491) 7651 : cluster [DBG] pgmap v6751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:29.366348+0000 mgr.y (mgr.24491) 7651 : cluster [DBG] pgmap v6751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:17:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:31.366838+0000 mgr.y (mgr.24491) 7652 : cluster [DBG] pgmap v6752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:31.366838+0000 mgr.y (mgr.24491) 7652 : cluster [DBG] pgmap v6752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:31.366838+0000 mgr.y (mgr.24491) 7652 : cluster [DBG] pgmap v6752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:33.367194+0000 mgr.y (mgr.24491) 7653 : cluster [DBG] pgmap v6753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:33.367194+0000 mgr.y (mgr.24491) 7653 : cluster [DBG] pgmap v6753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:33.367194+0000 mgr.y (mgr.24491) 7653 : cluster [DBG] pgmap v6753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:35.368010+0000 mgr.y (mgr.24491) 7654 : cluster [DBG] pgmap v6754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:35.368010+0000 mgr.y (mgr.24491) 7654 : cluster [DBG] pgmap v6754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:35.368010+0000 mgr.y (mgr.24491) 7654 : cluster [DBG] pgmap v6754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:17:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:37.368517+0000 mgr.y (mgr.24491) 7655 : cluster [DBG] pgmap v6755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:37.368517+0000 mgr.y (mgr.24491) 7655 : cluster [DBG] pgmap v6755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:37.368517+0000 mgr.y (mgr.24491) 7655 : cluster [DBG] pgmap v6755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:39.369112+0000 mgr.y (mgr.24491) 7656 : cluster [DBG] pgmap v6756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:39.369112+0000 mgr.y (mgr.24491) 7656 : cluster [DBG] pgmap v6756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:39.369112+0000 mgr.y (mgr.24491) 7656 : cluster [DBG] pgmap v6756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:17:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:41.369578+0000 mgr.y (mgr.24491) 7657 : cluster [DBG] pgmap v6757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:41.369578+0000 mgr.y (mgr.24491) 7657 : cluster [DBG] pgmap v6757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:41.369578+0000 mgr.y (mgr.24491) 7657 : cluster [DBG] pgmap v6757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:43.370027+0000 mgr.y (mgr.24491) 7658 : cluster [DBG] pgmap v6758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:43.370027+0000 mgr.y (mgr.24491) 7658 : cluster [DBG] pgmap v6758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:43.370027+0000 mgr.y (mgr.24491) 7658 : cluster [DBG] pgmap v6758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:45.370808+0000 mgr.y (mgr.24491) 7659 : cluster [DBG] pgmap v6759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:45.370808+0000 mgr.y (mgr.24491) 7659 : cluster [DBG] pgmap v6759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:45.370808+0000 mgr.y (mgr.24491) 7659 : cluster [DBG] pgmap v6759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:17:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:47.371318+0000 mgr.y (mgr.24491) 7660 : cluster [DBG] pgmap v6760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:48.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:47.371318+0000 mgr.y (mgr.24491) 7660 : cluster [DBG] pgmap v6760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:47.371318+0000 mgr.y (mgr.24491) 7660 : cluster [DBG] pgmap v6760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:49.372204+0000 mgr.y (mgr.24491) 7661 : cluster [DBG] pgmap v6761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:50.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:49.372204+0000 mgr.y (mgr.24491) 7661 : cluster [DBG] pgmap v6761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:49.372204+0000 mgr.y (mgr.24491) 7661 : cluster [DBG] pgmap v6761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:51.455 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:17:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:17:51.729 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:17:51.729 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:17:51.729 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:17:51.729 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:17:51.729 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:17:51.729 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:17:51.729 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 9m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:17:51.729 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 9m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:17:51.729 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 9m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:17:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:17:52.061 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:17:52.062 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:17:52.063 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:17:52.063 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:17:52.063 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:17:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:51.372568+0000 mgr.y (mgr.24491) 7662 : cluster [DBG] pgmap v6762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:17:51.446042+0000 mgr.y (mgr.24491) 7663 : audit [DBG] from='client.32621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:17:51.723799+0000 mgr.y (mgr.24491) 7664 : audit [DBG] from='client.32627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:17:52.064009+0000 mon.c (mon.2) 256 : audit [DBG] from='client.? 172.21.15.177:0/3441518225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:17:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:51.372568+0000 mgr.y (mgr.24491) 7662 : cluster [DBG] pgmap v6762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:17:51.446042+0000 mgr.y (mgr.24491) 7663 : audit [DBG] from='client.32621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:17:51.723799+0000 mgr.y (mgr.24491) 7664 : audit [DBG] from='client.32627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:17:52.064009+0000 mon.c (mon.2) 256 : audit [DBG] from='client.? 172.21.15.177:0/3441518225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:17:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:51.372568+0000 mgr.y (mgr.24491) 7662 : cluster [DBG] pgmap v6762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:17:51.446042+0000 mgr.y (mgr.24491) 7663 : audit [DBG] from='client.32621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:17:51.723799+0000 mgr.y (mgr.24491) 7664 : audit [DBG] from='client.32627 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:17:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:17:52.064009+0000 mon.c (mon.2) 256 : audit [DBG] from='client.? 172.21.15.177:0/3441518225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:17:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:53.373107+0000 mgr.y (mgr.24491) 7665 : cluster [DBG] pgmap v6763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:53.373107+0000 mgr.y (mgr.24491) 7665 : cluster [DBG] pgmap v6763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:53.373107+0000 mgr.y (mgr.24491) 7665 : cluster [DBG] pgmap v6763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:55.373756+0000 mgr.y (mgr.24491) 7666 : cluster [DBG] pgmap v6764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:55.373756+0000 mgr.y (mgr.24491) 7666 : cluster [DBG] pgmap v6764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:56.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:55.373756+0000 mgr.y (mgr.24491) 7666 : cluster [DBG] pgmap v6764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:17:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:17:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:17:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:57.374280+0000 mgr.y (mgr.24491) 7667 : cluster [DBG] pgmap v6765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:17:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:57.374280+0000 mgr.y (mgr.24491) 7667 : cluster [DBG] pgmap v6765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:17:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:17:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:57.374280+0000 mgr.y (mgr.24491) 7667 : cluster [DBG] pgmap v6765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:17:59.375091+0000 mgr.y (mgr.24491) 7668 : cluster [DBG] pgmap v6766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:17:59.375091+0000 mgr.y (mgr.24491) 7668 : cluster [DBG] pgmap v6766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:17:59.375091+0000 mgr.y (mgr.24491) 7668 : cluster [DBG] pgmap v6766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:18:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:01.375571+0000 mgr.y (mgr.24491) 7669 : cluster [DBG] pgmap v6767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:01.375571+0000 mgr.y (mgr.24491) 7669 : cluster [DBG] pgmap v6767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:01.375571+0000 mgr.y (mgr.24491) 7669 : cluster [DBG] pgmap v6767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:03.376073+0000 mgr.y (mgr.24491) 7670 : cluster [DBG] pgmap v6768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:03.376073+0000 mgr.y (mgr.24491) 7670 : cluster [DBG] pgmap v6768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:03.376073+0000 mgr.y (mgr.24491) 7670 : cluster [DBG] pgmap v6768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:06.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:05.376689+0000 mgr.y (mgr.24491) 7671 : cluster [DBG] pgmap v6769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:06.654 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:05.376689+0000 mgr.y (mgr.24491) 7671 : cluster [DBG] pgmap v6769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:05.376689+0000 mgr.y (mgr.24491) 7671 : cluster [DBG] pgmap v6769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:18:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:07.377187+0000 mgr.y (mgr.24491) 7672 : cluster [DBG] pgmap v6770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:07.377187+0000 mgr.y (mgr.24491) 7672 : cluster [DBG] pgmap v6770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:07.377187+0000 mgr.y (mgr.24491) 7672 : cluster [DBG] pgmap v6770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:09.377739+0000 mgr.y (mgr.24491) 7673 : cluster [DBG] pgmap v6771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:09.377739+0000 mgr.y (mgr.24491) 7673 : cluster [DBG] pgmap v6771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:09.377739+0000 mgr.y (mgr.24491) 7673 : cluster [DBG] pgmap v6771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:18:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:11.378166+0000 mgr.y (mgr.24491) 7674 : cluster [DBG] pgmap v6772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:11.378166+0000 mgr.y (mgr.24491) 7674 : cluster [DBG] pgmap v6772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:11.378166+0000 mgr.y (mgr.24491) 7674 : cluster [DBG] pgmap v6772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:13.378728+0000 mgr.y (mgr.24491) 7675 : cluster [DBG] pgmap v6773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:13.378728+0000 mgr.y (mgr.24491) 7675 : cluster [DBG] pgmap v6773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:13.378728+0000 mgr.y (mgr.24491) 7675 : cluster [DBG] pgmap v6773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:15.379442+0000 mgr.y (mgr.24491) 7676 : cluster [DBG] pgmap v6774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:15.379442+0000 mgr.y (mgr.24491) 7676 : cluster [DBG] pgmap v6774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:15.379442+0000 mgr.y (mgr.24491) 7676 : cluster [DBG] pgmap v6774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:18:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:17.379870+0000 mgr.y (mgr.24491) 7677 : cluster [DBG] pgmap v6775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:17.379870+0000 mgr.y (mgr.24491) 7677 : cluster [DBG] pgmap v6775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:17.379870+0000 mgr.y (mgr.24491) 7677 : cluster [DBG] pgmap v6775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:19.380585+0000 mgr.y (mgr.24491) 7678 : cluster [DBG] pgmap v6776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:19.380585+0000 mgr.y (mgr.24491) 7678 : cluster [DBG] pgmap v6776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:19.380585+0000 mgr.y (mgr.24491) 7678 : cluster [DBG] pgmap v6776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:18:22.375 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:18:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:21.381010+0000 mgr.y (mgr.24491) 7679 : cluster [DBG] pgmap v6777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:21.607834+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:18:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:21.381010+0000 mgr.y (mgr.24491) 7679 : cluster [DBG] pgmap v6777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:22.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:21.607834+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:18:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:21.381010+0000 mgr.y (mgr.24491) 7679 : cluster [DBG] pgmap v6777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:21.607834+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:18:22.672 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:18:22.672 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 10m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:18:22.672 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 10m ago 3h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:18:22.672 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 10m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:18:22.672 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 10m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:18:22.672 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 10m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 10m ago 3h 469M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 10m ago 3h 619M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 10m ago 3h 325M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 10m ago 3h 329M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 10m ago 3h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 10m ago 3h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 10m ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 10m ago 3h 44.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 10m ago 3h 40.9M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 10m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 10m ago 3h 43.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 10m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:18:22.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 10m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:18:22.674 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 10m ago 3h 43.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:18:22.674 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 10m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:18:23.049 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:18:23.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:18:23.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:18:23.050 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:18:23.050 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:18:23.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:18:23.050 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:18:23.050 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:18:23.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:18:23.050 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:18:23.051 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:18:23.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:18:23.051 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:18:23.051 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:18:23.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:18:23.051 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:18:23.051 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:18:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:22.361856+0000 mgr.y (mgr.24491) 7680 : audit [DBG] from='client.32639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:22.665981+0000 mgr.y (mgr.24491) 7681 : audit [DBG] from='client.32645 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:23.051759+0000 mon.a (mon.0) 2026 : audit [DBG] from='client.? 172.21.15.177:0/3476069790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:18:23.862 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:22.361856+0000 mgr.y (mgr.24491) 7680 : audit [DBG] from='client.32639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:23.863 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:22.665981+0000 mgr.y (mgr.24491) 7681 : audit [DBG] from='client.32645 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:23.863 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:23.051759+0000 mon.a (mon.0) 2026 : audit [DBG] from='client.? 172.21.15.177:0/3476069790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:18:23.863 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:22.361856+0000 mgr.y (mgr.24491) 7680 : audit [DBG] from='client.32639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:23.863 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:22.665981+0000 mgr.y (mgr.24491) 7681 : audit [DBG] from='client.32645 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:23.863 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:23.051759+0000 mon.a (mon.0) 2026 : audit [DBG] from='client.? 172.21.15.177:0/3476069790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:18:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:23.381376+0000 mgr.y (mgr.24491) 7682 : cluster [DBG] pgmap v6778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:24.269157+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:18:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:23.381376+0000 mgr.y (mgr.24491) 7682 : cluster [DBG] pgmap v6778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:24.269157+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:18:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:23.381376+0000 mgr.y (mgr.24491) 7682 : cluster [DBG] pgmap v6778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:24.269157+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:18:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:24.783355+0000 mon.a (mon.0) 2028 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:18:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:25.057587+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:18:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:25.058333+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:18:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:25.064895+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:18:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:24.783355+0000 mon.a (mon.0) 2028 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:18:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:25.057587+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:18:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:25.058333+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:18:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:25.064895+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:18:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:24.783355+0000 mon.a (mon.0) 2028 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:18:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:25.057587+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:18:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:25.058333+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:18:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:25.064895+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:18:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:25.382139+0000 mgr.y (mgr.24491) 7683 : cluster [DBG] pgmap v6779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:25.382139+0000 mgr.y (mgr.24491) 7683 : cluster [DBG] pgmap v6779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:25.382139+0000 mgr.y (mgr.24491) 7683 : cluster [DBG] pgmap v6779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:18:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:27.382569+0000 mgr.y (mgr.24491) 7684 : cluster [DBG] pgmap v6780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:27.382569+0000 mgr.y (mgr.24491) 7684 : cluster [DBG] pgmap v6780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:27.382569+0000 mgr.y (mgr.24491) 7684 : cluster [DBG] pgmap v6780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:31.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:29.383177+0000 mgr.y (mgr.24491) 7685 : cluster [DBG] pgmap v6781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:29.383177+0000 mgr.y (mgr.24491) 7685 : cluster [DBG] pgmap v6781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:29.383177+0000 mgr.y (mgr.24491) 7685 : cluster [DBG] pgmap v6781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:18:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:31.383755+0000 mgr.y (mgr.24491) 7686 : cluster [DBG] pgmap v6782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:31.383755+0000 mgr.y (mgr.24491) 7686 : cluster [DBG] pgmap v6782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:31.383755+0000 mgr.y (mgr.24491) 7686 : cluster [DBG] pgmap v6782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:35.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:33.384204+0000 mgr.y (mgr.24491) 7687 : cluster [DBG] pgmap v6783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:33.384204+0000 mgr.y (mgr.24491) 7687 : cluster [DBG] pgmap v6783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:33.384204+0000 mgr.y (mgr.24491) 7687 : cluster [DBG] pgmap v6783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:35.385144+0000 mgr.y (mgr.24491) 7688 : cluster [DBG] pgmap v6784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:35.385144+0000 mgr.y (mgr.24491) 7688 : cluster [DBG] pgmap v6784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:35.385144+0000 mgr.y (mgr.24491) 7688 : cluster [DBG] pgmap v6784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:18:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:37.385744+0000 mgr.y (mgr.24491) 7689 : cluster [DBG] pgmap v6785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:37.385744+0000 mgr.y (mgr.24491) 7689 : cluster [DBG] pgmap v6785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:37.385744+0000 mgr.y (mgr.24491) 7689 : cluster [DBG] pgmap v6785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:39.386556+0000 mgr.y (mgr.24491) 7690 : cluster [DBG] pgmap v6786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:39.386556+0000 mgr.y (mgr.24491) 7690 : cluster [DBG] pgmap v6786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:39.386556+0000 mgr.y (mgr.24491) 7690 : cluster [DBG] pgmap v6786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:18:43.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:41.387092+0000 mgr.y (mgr.24491) 7691 : cluster [DBG] pgmap v6787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:41.387092+0000 mgr.y (mgr.24491) 7691 : cluster [DBG] pgmap v6787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:41.387092+0000 mgr.y (mgr.24491) 7691 : cluster [DBG] pgmap v6787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:43.387619+0000 mgr.y (mgr.24491) 7692 : cluster [DBG] pgmap v6788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:43.387619+0000 mgr.y (mgr.24491) 7692 : cluster [DBG] pgmap v6788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:43.387619+0000 mgr.y (mgr.24491) 7692 : cluster [DBG] pgmap v6788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:45.388451+0000 mgr.y (mgr.24491) 7693 : cluster [DBG] pgmap v6789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:45.388451+0000 mgr.y (mgr.24491) 7693 : cluster [DBG] pgmap v6789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:45.388451+0000 mgr.y (mgr.24491) 7693 : cluster [DBG] pgmap v6789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:18:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:47.388884+0000 mgr.y (mgr.24491) 7694 : cluster [DBG] pgmap v6790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:47.388884+0000 mgr.y (mgr.24491) 7694 : cluster [DBG] pgmap v6790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:47.388884+0000 mgr.y (mgr.24491) 7694 : cluster [DBG] pgmap v6790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:49.389488+0000 mgr.y (mgr.24491) 7695 : cluster [DBG] pgmap v6791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:49.389488+0000 mgr.y (mgr.24491) 7695 : cluster [DBG] pgmap v6791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:49.389488+0000 mgr.y (mgr.24491) 7695 : cluster [DBG] pgmap v6791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:18:53.363 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:18:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:51.389895+0000 mgr.y (mgr.24491) 7696 : cluster [DBG] pgmap v6792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:53.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:51.389895+0000 mgr.y (mgr.24491) 7696 : cluster [DBG] pgmap v6792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:51.389895+0000 mgr.y (mgr.24491) 7696 : cluster [DBG] pgmap v6792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:53.636 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:18:53.636 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 29s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:18:53.636 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 28s ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 29s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 28s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 28s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 29s ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 29s ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 28s ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 29s ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 29s ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 28s ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 29s ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 29s ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 29s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 29s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:18:53.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 28s ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:18:53.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 28s ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:18:53.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 28s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:18:53.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 28s ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:18:53.638 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 28s ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:18:53.967 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:18:53.967 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:18:53.968 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:18:53.969 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:18:53.969 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:18:54.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:53.969376+0000 mon.c (mon.2) 257 : audit [DBG] from='client.? 172.21.15.177:0/2598215697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:18:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:53.969376+0000 mon.c (mon.2) 257 : audit [DBG] from='client.? 172.21.15.177:0/2598215697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:18:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:53.969376+0000 mon.c (mon.2) 257 : audit [DBG] from='client.? 172.21.15.177:0/2598215697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:18:55.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:53.352829+0000 mgr.y (mgr.24491) 7697 : audit [DBG] from='client.22755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:53.390254+0000 mgr.y (mgr.24491) 7698 : cluster [DBG] pgmap v6793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:18:53.631008+0000 mgr.y (mgr.24491) 7699 : audit [DBG] from='client.32663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:53.352829+0000 mgr.y (mgr.24491) 7697 : audit [DBG] from='client.22755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:53.390254+0000 mgr.y (mgr.24491) 7698 : cluster [DBG] pgmap v6793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:18:53.631008+0000 mgr.y (mgr.24491) 7699 : audit [DBG] from='client.32663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:53.352829+0000 mgr.y (mgr.24491) 7697 : audit [DBG] from='client.22755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:53.390254+0000 mgr.y (mgr.24491) 7698 : cluster [DBG] pgmap v6793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:18:53.631008+0000 mgr.y (mgr.24491) 7699 : audit [DBG] from='client.32663 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:18:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:55.391061+0000 mgr.y (mgr.24491) 7700 : cluster [DBG] pgmap v6794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:55.391061+0000 mgr.y (mgr.24491) 7700 : cluster [DBG] pgmap v6794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:55.391061+0000 mgr.y (mgr.24491) 7700 : cluster [DBG] pgmap v6794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:18:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:18:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:57.391413+0000 mgr.y (mgr.24491) 7701 : cluster [DBG] pgmap v6795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:57.391413+0000 mgr.y (mgr.24491) 7701 : cluster [DBG] pgmap v6795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:18:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:57.391413+0000 mgr.y (mgr.24491) 7701 : cluster [DBG] pgmap v6795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:18:59.392031+0000 mgr.y (mgr.24491) 7702 : cluster [DBG] pgmap v6796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:18:59.392031+0000 mgr.y (mgr.24491) 7702 : cluster [DBG] pgmap v6796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:18:59.392031+0000 mgr.y (mgr.24491) 7702 : cluster [DBG] pgmap v6796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:19:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:01.392369+0000 mgr.y (mgr.24491) 7703 : cluster [DBG] pgmap v6797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:01.392369+0000 mgr.y (mgr.24491) 7703 : cluster [DBG] pgmap v6797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:01.392369+0000 mgr.y (mgr.24491) 7703 : cluster [DBG] pgmap v6797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:03.392848+0000 mgr.y (mgr.24491) 7704 : cluster [DBG] pgmap v6798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:03.392848+0000 mgr.y (mgr.24491) 7704 : cluster [DBG] pgmap v6798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:03.392848+0000 mgr.y (mgr.24491) 7704 : cluster [DBG] pgmap v6798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:06.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:05.393442+0000 mgr.y (mgr.24491) 7705 : cluster [DBG] pgmap v6799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:05.393442+0000 mgr.y (mgr.24491) 7705 : cluster [DBG] pgmap v6799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:05.393442+0000 mgr.y (mgr.24491) 7705 : cluster [DBG] pgmap v6799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:19:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:07.393916+0000 mgr.y (mgr.24491) 7706 : cluster [DBG] pgmap v6800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:07.393916+0000 mgr.y (mgr.24491) 7706 : cluster [DBG] pgmap v6800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:07.393916+0000 mgr.y (mgr.24491) 7706 : cluster [DBG] pgmap v6800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:09.394520+0000 mgr.y (mgr.24491) 7707 : cluster [DBG] pgmap v6801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:09.394520+0000 mgr.y (mgr.24491) 7707 : cluster [DBG] pgmap v6801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:09.394520+0000 mgr.y (mgr.24491) 7707 : cluster [DBG] pgmap v6801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:19:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:11.394915+0000 mgr.y (mgr.24491) 7708 : cluster [DBG] pgmap v6802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:11.394915+0000 mgr.y (mgr.24491) 7708 : cluster [DBG] pgmap v6802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:11.394915+0000 mgr.y (mgr.24491) 7708 : cluster [DBG] pgmap v6802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:13.395379+0000 mgr.y (mgr.24491) 7709 : cluster [DBG] pgmap v6803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:13.395379+0000 mgr.y (mgr.24491) 7709 : cluster [DBG] pgmap v6803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:13.395379+0000 mgr.y (mgr.24491) 7709 : cluster [DBG] pgmap v6803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:15.396099+0000 mgr.y (mgr.24491) 7710 : cluster [DBG] pgmap v6804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:15.396099+0000 mgr.y (mgr.24491) 7710 : cluster [DBG] pgmap v6804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:15.396099+0000 mgr.y (mgr.24491) 7710 : cluster [DBG] pgmap v6804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:19:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:17.396615+0000 mgr.y (mgr.24491) 7711 : cluster [DBG] pgmap v6805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:17.396615+0000 mgr.y (mgr.24491) 7711 : cluster [DBG] pgmap v6805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:17.396615+0000 mgr.y (mgr.24491) 7711 : cluster [DBG] pgmap v6805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:19.397201+0000 mgr.y (mgr.24491) 7712 : cluster [DBG] pgmap v6806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:19.397201+0000 mgr.y (mgr.24491) 7712 : cluster [DBG] pgmap v6806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:19.397201+0000 mgr.y (mgr.24491) 7712 : cluster [DBG] pgmap v6806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:19:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:21.397761+0000 mgr.y (mgr.24491) 7713 : cluster [DBG] pgmap v6807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:21.397761+0000 mgr.y (mgr.24491) 7713 : cluster [DBG] pgmap v6807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:21.397761+0000 mgr.y (mgr.24491) 7713 : cluster [DBG] pgmap v6807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:24.280 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:19:24.557 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:19:24.557 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 60s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:19:24.557 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 59s ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:19:24.557 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 60s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:19:24.557 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 59s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:19:24.557 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 59s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:19:24.557 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 60s ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:19:24.558 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 60s ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:19:24.558 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 59s ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:19:24.558 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 60s ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:19:24.558 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 60s ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:19:24.558 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 59s ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:19:24.558 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 60s ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:19:24.558 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 60s ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:19:24.558 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 60s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:19:24.558 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 60s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:19:24.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 59s ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:19:24.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 59s ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:19:24.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 59s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:19:24.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 59s ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:19:24.559 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 59s ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:19:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:23.398224+0000 mgr.y (mgr.24491) 7714 : cluster [DBG] pgmap v6808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:24.893 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:19:24.893 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:19:24.893 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:19:24.893 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:19:24.893 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:19:24.893 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:19:24.893 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:19:24.894 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:19:24.894 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:19:24.894 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:19:24.894 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:19:24.894 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:19:24.894 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:19:24.894 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:19:24.894 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:19:24.894 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:19:24.894 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:19:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:23.398224+0000 mgr.y (mgr.24491) 7714 : cluster [DBG] pgmap v6808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:23.398224+0000 mgr.y (mgr.24491) 7714 : cluster [DBG] pgmap v6808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:19:24.268836+0000 mgr.y (mgr.24491) 7715 : audit [DBG] from='client.32675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:19:24.551550+0000 mgr.y (mgr.24491) 7716 : audit [DBG] from='client.22779 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:19:24.894353+0000 mon.a (mon.0) 2032 : audit [DBG] from='client.? 172.21.15.177:0/1569779429' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:19:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:19:25.069207+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:19:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:19:25.353542+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:19:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:19:25.354151+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:19:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:19:25.358298+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:19:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:19:24.268836+0000 mgr.y (mgr.24491) 7715 : audit [DBG] from='client.32675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:19:24.551550+0000 mgr.y (mgr.24491) 7716 : audit [DBG] from='client.22779 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:19:24.894353+0000 mon.a (mon.0) 2032 : audit [DBG] from='client.? 172.21.15.177:0/1569779429' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:19:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:19:25.069207+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:19:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:19:25.353542+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:19:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:19:25.354151+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:19:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:19:25.358298+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:19:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:19:24.268836+0000 mgr.y (mgr.24491) 7715 : audit [DBG] from='client.32675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:19:24.551550+0000 mgr.y (mgr.24491) 7716 : audit [DBG] from='client.22779 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:19:24.894353+0000 mon.a (mon.0) 2032 : audit [DBG] from='client.? 172.21.15.177:0/1569779429' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:19:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:19:25.069207+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:19:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:19:25.353542+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:19:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:19:25.354151+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:19:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:19:25.358298+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:19:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:25.398759+0000 mgr.y (mgr.24491) 7717 : cluster [DBG] pgmap v6809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:25.398759+0000 mgr.y (mgr.24491) 7717 : cluster [DBG] pgmap v6809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:25.398759+0000 mgr.y (mgr.24491) 7717 : cluster [DBG] pgmap v6809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:19:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:27.399349+0000 mgr.y (mgr.24491) 7718 : cluster [DBG] pgmap v6810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:27.399349+0000 mgr.y (mgr.24491) 7718 : cluster [DBG] pgmap v6810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:27.399349+0000 mgr.y (mgr.24491) 7718 : cluster [DBG] pgmap v6810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:29.400010+0000 mgr.y (mgr.24491) 7719 : cluster [DBG] pgmap v6811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:29.400010+0000 mgr.y (mgr.24491) 7719 : cluster [DBG] pgmap v6811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:29.400010+0000 mgr.y (mgr.24491) 7719 : cluster [DBG] pgmap v6811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:19:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:31.400404+0000 mgr.y (mgr.24491) 7720 : cluster [DBG] pgmap v6812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:31.400404+0000 mgr.y (mgr.24491) 7720 : cluster [DBG] pgmap v6812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:31.400404+0000 mgr.y (mgr.24491) 7720 : cluster [DBG] pgmap v6812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:34.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:33.400866+0000 mgr.y (mgr.24491) 7721 : cluster [DBG] pgmap v6813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:34.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:33.400866+0000 mgr.y (mgr.24491) 7721 : cluster [DBG] pgmap v6813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:33.400866+0000 mgr.y (mgr.24491) 7721 : cluster [DBG] pgmap v6813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:35.401649+0000 mgr.y (mgr.24491) 7722 : cluster [DBG] pgmap v6814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:35.401649+0000 mgr.y (mgr.24491) 7722 : cluster [DBG] pgmap v6814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:35.401649+0000 mgr.y (mgr.24491) 7722 : cluster [DBG] pgmap v6814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:19:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:37.402182+0000 mgr.y (mgr.24491) 7723 : cluster [DBG] pgmap v6815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:37.402182+0000 mgr.y (mgr.24491) 7723 : cluster [DBG] pgmap v6815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:37.402182+0000 mgr.y (mgr.24491) 7723 : cluster [DBG] pgmap v6815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:39.402805+0000 mgr.y (mgr.24491) 7724 : cluster [DBG] pgmap v6816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:39.402805+0000 mgr.y (mgr.24491) 7724 : cluster [DBG] pgmap v6816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:39.402805+0000 mgr.y (mgr.24491) 7724 : cluster [DBG] pgmap v6816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:19:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:41.403327+0000 mgr.y (mgr.24491) 7725 : cluster [DBG] pgmap v6817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:41.403327+0000 mgr.y (mgr.24491) 7725 : cluster [DBG] pgmap v6817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:41.403327+0000 mgr.y (mgr.24491) 7725 : cluster [DBG] pgmap v6817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:43.403730+0000 mgr.y (mgr.24491) 7726 : cluster [DBG] pgmap v6818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:43.403730+0000 mgr.y (mgr.24491) 7726 : cluster [DBG] pgmap v6818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:43.403730+0000 mgr.y (mgr.24491) 7726 : cluster [DBG] pgmap v6818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:46.753 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:45.404460+0000 mgr.y (mgr.24491) 7727 : cluster [DBG] pgmap v6819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:45.404460+0000 mgr.y (mgr.24491) 7727 : cluster [DBG] pgmap v6819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:45.404460+0000 mgr.y (mgr.24491) 7727 : cluster [DBG] pgmap v6819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:19:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:47.405025+0000 mgr.y (mgr.24491) 7728 : cluster [DBG] pgmap v6820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:47.405025+0000 mgr.y (mgr.24491) 7728 : cluster [DBG] pgmap v6820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:47.405025+0000 mgr.y (mgr.24491) 7728 : cluster [DBG] pgmap v6820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:49.405648+0000 mgr.y (mgr.24491) 7729 : cluster [DBG] pgmap v6821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:49.405648+0000 mgr.y (mgr.24491) 7729 : cluster [DBG] pgmap v6821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:49.405648+0000 mgr.y (mgr.24491) 7729 : cluster [DBG] pgmap v6821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:19:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:51.406179+0000 mgr.y (mgr.24491) 7730 : cluster [DBG] pgmap v6822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:52.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:51.406179+0000 mgr.y (mgr.24491) 7730 : cluster [DBG] pgmap v6822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:51.406179+0000 mgr.y (mgr.24491) 7730 : cluster [DBG] pgmap v6822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:53.406710+0000 mgr.y (mgr.24491) 7731 : cluster [DBG] pgmap v6823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:53.406710+0000 mgr.y (mgr.24491) 7731 : cluster [DBG] pgmap v6823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:53.406710+0000 mgr.y (mgr.24491) 7731 : cluster [DBG] pgmap v6823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:55.205 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:19:55.487 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:19:55.487 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 91s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:19:55.487 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 90s ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:19:55.487 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 91s ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 90s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 90s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 91s ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 91s ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 90s ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 91s ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 91s ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 90s ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 91s ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 91s ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 91s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 91s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:19:55.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 90s ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:19:55.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 90s ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:19:55.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 90s ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:19:55.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 90s ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:19:55.489 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 90s ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:19:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:19:55.195830+0000 mgr.y (mgr.24491) 7732 : audit [DBG] from='client.32693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:55.821 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:19:55.821 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:19:55.821 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:19:55.822 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:19:55.822 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:19:55.822 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:19:55.822 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:19:55.822 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:19:55.822 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:19:55.822 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:19:55.822 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:19:55.822 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:19:55.822 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:19:55.822 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:19:55.823 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:19:55.823 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:19:55.823 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:19:55.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:19:55.195830+0000 mgr.y (mgr.24491) 7732 : audit [DBG] from='client.32693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:19:55.195830+0000 mgr.y (mgr.24491) 7732 : audit [DBG] from='client.32693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:55.407307+0000 mgr.y (mgr.24491) 7733 : cluster [DBG] pgmap v6824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:19:55.482119+0000 mgr.y (mgr.24491) 7734 : audit [DBG] from='client.22797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:19:55.823915+0000 mon.c (mon.2) 258 : audit [DBG] from='client.? 172.21.15.177:0/1065443952' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:19:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:55.407307+0000 mgr.y (mgr.24491) 7733 : cluster [DBG] pgmap v6824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:19:55.482119+0000 mgr.y (mgr.24491) 7734 : audit [DBG] from='client.22797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:19:55.823915+0000 mon.c (mon.2) 258 : audit [DBG] from='client.? 172.21.15.177:0/1065443952' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:19:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:55.407307+0000 mgr.y (mgr.24491) 7733 : cluster [DBG] pgmap v6824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:19:55.482119+0000 mgr.y (mgr.24491) 7734 : audit [DBG] from='client.22797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:19:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:19:55.823915+0000 mon.c (mon.2) 258 : audit [DBG] from='client.? 172.21.15.177:0/1065443952' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:19:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:19:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:19:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:19:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:57.407845+0000 mgr.y (mgr.24491) 7735 : cluster [DBG] pgmap v6825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:19:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:57.407845+0000 mgr.y (mgr.24491) 7735 : cluster [DBG] pgmap v6825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:19:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:19:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:57.407845+0000 mgr.y (mgr.24491) 7735 : cluster [DBG] pgmap v6825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T07:19:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:20:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:19:59.408705+0000 mgr.y (mgr.24491) 7736 : cluster [DBG] pgmap v6826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:00.000150+0000 mon.a (mon.0) 2037 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:20:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:19:59.408705+0000 mgr.y (mgr.24491) 7736 : cluster [DBG] pgmap v6826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:00.000150+0000 mon.a (mon.0) 2037 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:20:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:19:59.408705+0000 mgr.y (mgr.24491) 7736 : cluster [DBG] pgmap v6826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:00.000150+0000 mon.a (mon.0) 2037 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:20:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:20:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:01.409265+0000 mgr.y (mgr.24491) 7737 : cluster [DBG] pgmap v6827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:01.409265+0000 mgr.y (mgr.24491) 7737 : cluster [DBG] pgmap v6827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:01.409265+0000 mgr.y (mgr.24491) 7737 : cluster [DBG] pgmap v6827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:03.409674+0000 mgr.y (mgr.24491) 7738 : cluster [DBG] pgmap v6828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:03.409674+0000 mgr.y (mgr.24491) 7738 : cluster [DBG] pgmap v6828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:03.409674+0000 mgr.y (mgr.24491) 7738 : cluster [DBG] pgmap v6828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:05.410459+0000 mgr.y (mgr.24491) 7739 : cluster [DBG] pgmap v6829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:05.410459+0000 mgr.y (mgr.24491) 7739 : cluster [DBG] pgmap v6829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:05.410459+0000 mgr.y (mgr.24491) 7739 : cluster [DBG] pgmap v6829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:20:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:07.410841+0000 mgr.y (mgr.24491) 7740 : cluster [DBG] pgmap v6830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:07.410841+0000 mgr.y (mgr.24491) 7740 : cluster [DBG] pgmap v6830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:07.410841+0000 mgr.y (mgr.24491) 7740 : cluster [DBG] pgmap v6830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:09.411454+0000 mgr.y (mgr.24491) 7741 : cluster [DBG] pgmap v6831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:09.411454+0000 mgr.y (mgr.24491) 7741 : cluster [DBG] pgmap v6831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:09.411454+0000 mgr.y (mgr.24491) 7741 : cluster [DBG] pgmap v6831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:20:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:11.411868+0000 mgr.y (mgr.24491) 7742 : cluster [DBG] pgmap v6832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:11.411868+0000 mgr.y (mgr.24491) 7742 : cluster [DBG] pgmap v6832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:11.411868+0000 mgr.y (mgr.24491) 7742 : cluster [DBG] pgmap v6832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:13.412327+0000 mgr.y (mgr.24491) 7743 : cluster [DBG] pgmap v6833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:13.412327+0000 mgr.y (mgr.24491) 7743 : cluster [DBG] pgmap v6833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:13.412327+0000 mgr.y (mgr.24491) 7743 : cluster [DBG] pgmap v6833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:15.413136+0000 mgr.y (mgr.24491) 7744 : cluster [DBG] pgmap v6834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:15.413136+0000 mgr.y (mgr.24491) 7744 : cluster [DBG] pgmap v6834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:15.413136+0000 mgr.y (mgr.24491) 7744 : cluster [DBG] pgmap v6834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:20:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:17.413498+0000 mgr.y (mgr.24491) 7745 : cluster [DBG] pgmap v6835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:17.413498+0000 mgr.y (mgr.24491) 7745 : cluster [DBG] pgmap v6835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:17.413498+0000 mgr.y (mgr.24491) 7745 : cluster [DBG] pgmap v6835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:19.414351+0000 mgr.y (mgr.24491) 7746 : cluster [DBG] pgmap v6836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:19.414351+0000 mgr.y (mgr.24491) 7746 : cluster [DBG] pgmap v6836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:19.414351+0000 mgr.y (mgr.24491) 7746 : cluster [DBG] pgmap v6836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:20:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:21.414838+0000 mgr.y (mgr.24491) 7747 : cluster [DBG] pgmap v6837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:21.414838+0000 mgr.y (mgr.24491) 7747 : cluster [DBG] pgmap v6837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:21.414838+0000 mgr.y (mgr.24491) 7747 : cluster [DBG] pgmap v6837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:23.415360+0000 mgr.y (mgr.24491) 7748 : cluster [DBG] pgmap v6838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:23.415360+0000 mgr.y (mgr.24491) 7748 : cluster [DBG] pgmap v6838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:23.415360+0000 mgr.y (mgr.24491) 7748 : cluster [DBG] pgmap v6838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:20:25.362776+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:20:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:20:25.362776+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:20:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:20:25.362776+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:20:26.122 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:20:26.396 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:20:26.396 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:20:26.396 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:20:26.396 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:20:26.396 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 2m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 2m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 2m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 2m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:20:26.397 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:20:26.398 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:20:26.733 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:20:26.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:20:26.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:20:26.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:20:26.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:20:26.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:20:26.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:20:26.733 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:20:26.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:20:26.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:20:26.734 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:20:26.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:20:26.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:20:26.734 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:20:26.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:20:26.734 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:20:26.734 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:20:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:25.416041+0000 mgr.y (mgr.24491) 7749 : cluster [DBG] pgmap v6839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:20:25.662175+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:20:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:20:25.662799+0000 mon.a (mon.0) 2040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:20:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:20:25.667726+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:20:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:20:26.112569+0000 mgr.y (mgr.24491) 7750 : audit [DBG] from='client.32711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:25.416041+0000 mgr.y (mgr.24491) 7749 : cluster [DBG] pgmap v6839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:20:25.662175+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:20:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:20:25.662799+0000 mon.a (mon.0) 2040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:20:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:20:25.667726+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:20:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:20:26.112569+0000 mgr.y (mgr.24491) 7750 : audit [DBG] from='client.32711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:25.416041+0000 mgr.y (mgr.24491) 7749 : cluster [DBG] pgmap v6839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:20:25.662175+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:20:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:20:25.662799+0000 mon.a (mon.0) 2040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:20:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:20:25.667726+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:20:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:20:26.112569+0000 mgr.y (mgr.24491) 7750 : audit [DBG] from='client.32711 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:20:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:20:26.390965+0000 mgr.y (mgr.24491) 7751 : audit [DBG] from='client.22815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:20:26.735348+0000 mon.a (mon.0) 2042 : audit [DBG] from='client.? 172.21.15.177:0/2805880247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:20:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:20:26.390965+0000 mgr.y (mgr.24491) 7751 : audit [DBG] from='client.22815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:20:26.735348+0000 mon.a (mon.0) 2042 : audit [DBG] from='client.? 172.21.15.177:0/2805880247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:20:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:20:26.390965+0000 mgr.y (mgr.24491) 7751 : audit [DBG] from='client.22815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:20:26.735348+0000 mon.a (mon.0) 2042 : audit [DBG] from='client.? 172.21.15.177:0/2805880247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:20:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:27.416511+0000 mgr.y (mgr.24491) 7752 : cluster [DBG] pgmap v6840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:27.416511+0000 mgr.y (mgr.24491) 7752 : cluster [DBG] pgmap v6840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:27.416511+0000 mgr.y (mgr.24491) 7752 : cluster [DBG] pgmap v6840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:29.417247+0000 mgr.y (mgr.24491) 7753 : cluster [DBG] pgmap v6841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:29.417247+0000 mgr.y (mgr.24491) 7753 : cluster [DBG] pgmap v6841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:29.417247+0000 mgr.y (mgr.24491) 7753 : cluster [DBG] pgmap v6841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:20:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:31.417778+0000 mgr.y (mgr.24491) 7754 : cluster [DBG] pgmap v6842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:31.417778+0000 mgr.y (mgr.24491) 7754 : cluster [DBG] pgmap v6842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:31.417778+0000 mgr.y (mgr.24491) 7754 : cluster [DBG] pgmap v6842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:33.418181+0000 mgr.y (mgr.24491) 7755 : cluster [DBG] pgmap v6843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:33.418181+0000 mgr.y (mgr.24491) 7755 : cluster [DBG] pgmap v6843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:33.418181+0000 mgr.y (mgr.24491) 7755 : cluster [DBG] pgmap v6843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:35.418909+0000 mgr.y (mgr.24491) 7756 : cluster [DBG] pgmap v6844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:35.418909+0000 mgr.y (mgr.24491) 7756 : cluster [DBG] pgmap v6844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:35.418909+0000 mgr.y (mgr.24491) 7756 : cluster [DBG] pgmap v6844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:20:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:37.419421+0000 mgr.y (mgr.24491) 7757 : cluster [DBG] pgmap v6845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:37.419421+0000 mgr.y (mgr.24491) 7757 : cluster [DBG] pgmap v6845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:37.419421+0000 mgr.y (mgr.24491) 7757 : cluster [DBG] pgmap v6845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:39.420147+0000 mgr.y (mgr.24491) 7758 : cluster [DBG] pgmap v6846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:39.420147+0000 mgr.y (mgr.24491) 7758 : cluster [DBG] pgmap v6846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:39.420147+0000 mgr.y (mgr.24491) 7758 : cluster [DBG] pgmap v6846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:20:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:41.420492+0000 mgr.y (mgr.24491) 7759 : cluster [DBG] pgmap v6847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:41.420492+0000 mgr.y (mgr.24491) 7759 : cluster [DBG] pgmap v6847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:41.420492+0000 mgr.y (mgr.24491) 7759 : cluster [DBG] pgmap v6847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:43.420945+0000 mgr.y (mgr.24491) 7760 : cluster [DBG] pgmap v6848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:43.420945+0000 mgr.y (mgr.24491) 7760 : cluster [DBG] pgmap v6848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:43.420945+0000 mgr.y (mgr.24491) 7760 : cluster [DBG] pgmap v6848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:45.421695+0000 mgr.y (mgr.24491) 7761 : cluster [DBG] pgmap v6849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:45.421695+0000 mgr.y (mgr.24491) 7761 : cluster [DBG] pgmap v6849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:45.421695+0000 mgr.y (mgr.24491) 7761 : cluster [DBG] pgmap v6849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T07:20:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:47.422333+0000 mgr.y (mgr.24491) 7762 : cluster [DBG] pgmap v6850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:47.422333+0000 mgr.y (mgr.24491) 7762 : cluster [DBG] pgmap v6850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:47.422333+0000 mgr.y (mgr.24491) 7762 : cluster [DBG] pgmap v6850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:49.422860+0000 mgr.y (mgr.24491) 7763 : cluster [DBG] pgmap v6851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:49.422860+0000 mgr.y (mgr.24491) 7763 : cluster [DBG] pgmap v6851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:49.422860+0000 mgr.y (mgr.24491) 7763 : cluster [DBG] pgmap v6851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:20:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:51.423322+0000 mgr.y (mgr.24491) 7764 : cluster [DBG] pgmap v6852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:51.423322+0000 mgr.y (mgr.24491) 7764 : cluster [DBG] pgmap v6852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:51.423322+0000 mgr.y (mgr.24491) 7764 : cluster [DBG] pgmap v6852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:53.423816+0000 mgr.y (mgr.24491) 7765 : cluster [DBG] pgmap v6853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:53.423816+0000 mgr.y (mgr.24491) 7765 : cluster [DBG] pgmap v6853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:53.423816+0000 mgr.y (mgr.24491) 7765 : cluster [DBG] pgmap v6853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:56.904 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:55.424596+0000 mgr.y (mgr.24491) 7766 : cluster [DBG] pgmap v6854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:56.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:55.424596+0000 mgr.y (mgr.24491) 7766 : cluster [DBG] pgmap v6854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:55.424596+0000 mgr.y (mgr.24491) 7766 : cluster [DBG] pgmap v6854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:57.044 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:20:57.317 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:20:57.317 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:20:57.317 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:20:57.318 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:20:57.318 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:20:57.318 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 2m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:20:57.318 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 2m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:20:57.318 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 2m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:20:57.318 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 2m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:20:57.318 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 2m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:20:57.318 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:20:57.318 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:20:57.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 2m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:20:57.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 2m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:20:57.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 2m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:20:57.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 2m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:20:57.321 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 2m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:20:57.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 2m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:20:57.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:20:57.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:20:57.324 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:20:57.656 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:20:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:20:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:20:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:20:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:20:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:20:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:20:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:20:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:20:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:20:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:20:57.657 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:20:57.658 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:20:57.658 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:20:57.658 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:20:57.658 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:20:57.658 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:20:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:20:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T07:20:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:20:57.034469+0000 mgr.y (mgr.24491) 7767 : audit [DBG] from='client.22827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:20:57.034469+0000 mgr.y (mgr.24491) 7767 : audit [DBG] from='client.22827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:20:57.034469+0000 mgr.y (mgr.24491) 7767 : audit [DBG] from='client.22827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:20:57.312077+0000 mgr.y (mgr.24491) 7768 : audit [DBG] from='client.22833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:57.424944+0000 mgr.y (mgr.24491) 7769 : cluster [DBG] pgmap v6855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:20:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:20:57.656014+0000 mon.c (mon.2) 259 : audit [DBG] from='client.? 172.21.15.177:0/2915230430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:20:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:20:57.312077+0000 mgr.y (mgr.24491) 7768 : audit [DBG] from='client.22833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:57.424944+0000 mgr.y (mgr.24491) 7769 : cluster [DBG] pgmap v6855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:20:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:20:57.656014+0000 mon.c (mon.2) 259 : audit [DBG] from='client.? 172.21.15.177:0/2915230430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:20:59.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:20:57.312077+0000 mgr.y (mgr.24491) 7768 : audit [DBG] from='client.22833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:20:59.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:57.424944+0000 mgr.y (mgr.24491) 7769 : cluster [DBG] pgmap v6855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:20:59.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:20:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:20:57.656014+0000 mon.c (mon.2) 259 : audit [DBG] from='client.? 172.21.15.177:0/2915230430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:21:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:20:59.425611+0000 mgr.y (mgr.24491) 7770 : cluster [DBG] pgmap v6856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:20:59.425611+0000 mgr.y (mgr.24491) 7770 : cluster [DBG] pgmap v6856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:20:59.425611+0000 mgr.y (mgr.24491) 7770 : cluster [DBG] pgmap v6856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:21:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:01.426026+0000 mgr.y (mgr.24491) 7771 : cluster [DBG] pgmap v6857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:01.426026+0000 mgr.y (mgr.24491) 7771 : cluster [DBG] pgmap v6857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:01.426026+0000 mgr.y (mgr.24491) 7771 : cluster [DBG] pgmap v6857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:03.426433+0000 mgr.y (mgr.24491) 7772 : cluster [DBG] pgmap v6858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:03.426433+0000 mgr.y (mgr.24491) 7772 : cluster [DBG] pgmap v6858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:03.426433+0000 mgr.y (mgr.24491) 7772 : cluster [DBG] pgmap v6858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:05.427350+0000 mgr.y (mgr.24491) 7773 : cluster [DBG] pgmap v6859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:05.427350+0000 mgr.y (mgr.24491) 7773 : cluster [DBG] pgmap v6859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:05.427350+0000 mgr.y (mgr.24491) 7773 : cluster [DBG] pgmap v6859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:21:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:07.427803+0000 mgr.y (mgr.24491) 7774 : cluster [DBG] pgmap v6860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:07.427803+0000 mgr.y (mgr.24491) 7774 : cluster [DBG] pgmap v6860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:07.427803+0000 mgr.y (mgr.24491) 7774 : cluster [DBG] pgmap v6860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:09.428505+0000 mgr.y (mgr.24491) 7775 : cluster [DBG] pgmap v6861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:09.428505+0000 mgr.y (mgr.24491) 7775 : cluster [DBG] pgmap v6861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:09.428505+0000 mgr.y (mgr.24491) 7775 : cluster [DBG] pgmap v6861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:21:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:11.429041+0000 mgr.y (mgr.24491) 7776 : cluster [DBG] pgmap v6862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:11.429041+0000 mgr.y (mgr.24491) 7776 : cluster [DBG] pgmap v6862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:11.429041+0000 mgr.y (mgr.24491) 7776 : cluster [DBG] pgmap v6862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:13.429542+0000 mgr.y (mgr.24491) 7777 : cluster [DBG] pgmap v6863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:13.429542+0000 mgr.y (mgr.24491) 7777 : cluster [DBG] pgmap v6863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:13.429542+0000 mgr.y (mgr.24491) 7777 : cluster [DBG] pgmap v6863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:15.430250+0000 mgr.y (mgr.24491) 7778 : cluster [DBG] pgmap v6864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:16.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:15.430250+0000 mgr.y (mgr.24491) 7778 : cluster [DBG] pgmap v6864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:15.430250+0000 mgr.y (mgr.24491) 7778 : cluster [DBG] pgmap v6864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:21:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:17.430792+0000 mgr.y (mgr.24491) 7779 : cluster [DBG] pgmap v6865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:17.430792+0000 mgr.y (mgr.24491) 7779 : cluster [DBG] pgmap v6865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:17.430792+0000 mgr.y (mgr.24491) 7779 : cluster [DBG] pgmap v6865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:19.431664+0000 mgr.y (mgr.24491) 7780 : cluster [DBG] pgmap v6866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:19.431664+0000 mgr.y (mgr.24491) 7780 : cluster [DBG] pgmap v6866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:19.431664+0000 mgr.y (mgr.24491) 7780 : cluster [DBG] pgmap v6866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:21:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:21.432120+0000 mgr.y (mgr.24491) 7781 : cluster [DBG] pgmap v6867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:21.432120+0000 mgr.y (mgr.24491) 7781 : cluster [DBG] pgmap v6867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:21.432120+0000 mgr.y (mgr.24491) 7781 : cluster [DBG] pgmap v6867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:23.432617+0000 mgr.y (mgr.24491) 7782 : cluster [DBG] pgmap v6868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:23.432617+0000 mgr.y (mgr.24491) 7782 : cluster [DBG] pgmap v6868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:25.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:23.432617+0000 mgr.y (mgr.24491) 7782 : cluster [DBG] pgmap v6868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:25.433408+0000 mgr.y (mgr.24491) 7783 : cluster [DBG] pgmap v6869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:21:25.672359+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:21:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:21:25.913228+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:21:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:21:26.190799+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:21:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:21:26.191410+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:21:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:21:26.195966+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:25.433408+0000 mgr.y (mgr.24491) 7783 : cluster [DBG] pgmap v6869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:21:25.672359+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:21:25.913228+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:21:26.190799+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:21:26.191410+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:21:26.195966+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:25.433408+0000 mgr.y (mgr.24491) 7783 : cluster [DBG] pgmap v6869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:21:25.672359+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:21:25.913228+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:21:26.190799+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:21:26.191410+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:21:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:21:26.195966+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:21:27.965 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:21:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:21:28.240 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:21:28.240 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:21:28.240 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:21:28.240 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:21:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:21:28.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:21:28.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 3m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:21:28.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 3m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:21:28.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 3m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:21:28.242 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:21:28.574 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:21:28.574 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:21:28.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:21:28.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:21:28.574 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:21:28.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:21:28.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:21:28.574 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:21:28.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:21:28.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:21:28.575 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:21:28.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:21:28.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:21:28.575 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:21:28.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:21:28.575 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:21:28.575 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:21:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:27.433796+0000 mgr.y (mgr.24491) 7784 : cluster [DBG] pgmap v6870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:21:27.955280+0000 mgr.y (mgr.24491) 7785 : audit [DBG] from='client.22845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:21:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:21:28.576019+0000 mon.c (mon.2) 260 : audit [DBG] from='client.? 172.21.15.177:0/792929049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:21:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:27.433796+0000 mgr.y (mgr.24491) 7784 : cluster [DBG] pgmap v6870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:21:27.955280+0000 mgr.y (mgr.24491) 7785 : audit [DBG] from='client.22845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:21:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:21:28.576019+0000 mon.c (mon.2) 260 : audit [DBG] from='client.? 172.21.15.177:0/792929049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:21:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:27.433796+0000 mgr.y (mgr.24491) 7784 : cluster [DBG] pgmap v6870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:21:27.955280+0000 mgr.y (mgr.24491) 7785 : audit [DBG] from='client.22845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:21:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:21:28.576019+0000 mon.c (mon.2) 260 : audit [DBG] from='client.? 172.21.15.177:0/792929049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:21:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:21:28.235161+0000 mgr.y (mgr.24491) 7786 : audit [DBG] from='client.32753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:21:30.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:21:28.235161+0000 mgr.y (mgr.24491) 7786 : audit [DBG] from='client.32753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:21:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:21:28.235161+0000 mgr.y (mgr.24491) 7786 : audit [DBG] from='client.32753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:21:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:29.434478+0000 mgr.y (mgr.24491) 7787 : cluster [DBG] pgmap v6871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:29.434478+0000 mgr.y (mgr.24491) 7787 : cluster [DBG] pgmap v6871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:29.434478+0000 mgr.y (mgr.24491) 7787 : cluster [DBG] pgmap v6871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:21:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:31.434887+0000 mgr.y (mgr.24491) 7788 : cluster [DBG] pgmap v6872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:31.434887+0000 mgr.y (mgr.24491) 7788 : cluster [DBG] pgmap v6872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:31.434887+0000 mgr.y (mgr.24491) 7788 : cluster [DBG] pgmap v6872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:33.435305+0000 mgr.y (mgr.24491) 7789 : cluster [DBG] pgmap v6873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:33.435305+0000 mgr.y (mgr.24491) 7789 : cluster [DBG] pgmap v6873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:33.435305+0000 mgr.y (mgr.24491) 7789 : cluster [DBG] pgmap v6873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:35.436172+0000 mgr.y (mgr.24491) 7790 : cluster [DBG] pgmap v6874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:35.436172+0000 mgr.y (mgr.24491) 7790 : cluster [DBG] pgmap v6874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:35.436172+0000 mgr.y (mgr.24491) 7790 : cluster [DBG] pgmap v6874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:21:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:37.436618+0000 mgr.y (mgr.24491) 7791 : cluster [DBG] pgmap v6875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:37.436618+0000 mgr.y (mgr.24491) 7791 : cluster [DBG] pgmap v6875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:37.436618+0000 mgr.y (mgr.24491) 7791 : cluster [DBG] pgmap v6875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:39.437372+0000 mgr.y (mgr.24491) 7792 : cluster [DBG] pgmap v6876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:39.437372+0000 mgr.y (mgr.24491) 7792 : cluster [DBG] pgmap v6876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:39.437372+0000 mgr.y (mgr.24491) 7792 : cluster [DBG] pgmap v6876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:21:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:41.437963+0000 mgr.y (mgr.24491) 7793 : cluster [DBG] pgmap v6877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:41.437963+0000 mgr.y (mgr.24491) 7793 : cluster [DBG] pgmap v6877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:41.437963+0000 mgr.y (mgr.24491) 7793 : cluster [DBG] pgmap v6877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:43.438381+0000 mgr.y (mgr.24491) 7794 : cluster [DBG] pgmap v6878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:43.438381+0000 mgr.y (mgr.24491) 7794 : cluster [DBG] pgmap v6878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:43.438381+0000 mgr.y (mgr.24491) 7794 : cluster [DBG] pgmap v6878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:45.439019+0000 mgr.y (mgr.24491) 7795 : cluster [DBG] pgmap v6879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:45.439019+0000 mgr.y (mgr.24491) 7795 : cluster [DBG] pgmap v6879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:45.439019+0000 mgr.y (mgr.24491) 7795 : cluster [DBG] pgmap v6879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:21:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:47.439437+0000 mgr.y (mgr.24491) 7796 : cluster [DBG] pgmap v6880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:47.439437+0000 mgr.y (mgr.24491) 7796 : cluster [DBG] pgmap v6880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:47.439437+0000 mgr.y (mgr.24491) 7796 : cluster [DBG] pgmap v6880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:49.440178+0000 mgr.y (mgr.24491) 7797 : cluster [DBG] pgmap v6881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:49.440178+0000 mgr.y (mgr.24491) 7797 : cluster [DBG] pgmap v6881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:49.440178+0000 mgr.y (mgr.24491) 7797 : cluster [DBG] pgmap v6881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:21:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:51.440574+0000 mgr.y (mgr.24491) 7798 : cluster [DBG] pgmap v6882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:51.440574+0000 mgr.y (mgr.24491) 7798 : cluster [DBG] pgmap v6882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:51.440574+0000 mgr.y (mgr.24491) 7798 : cluster [DBG] pgmap v6882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:53.441139+0000 mgr.y (mgr.24491) 7799 : cluster [DBG] pgmap v6883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:53.441139+0000 mgr.y (mgr.24491) 7799 : cluster [DBG] pgmap v6883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:53.441139+0000 mgr.y (mgr.24491) 7799 : cluster [DBG] pgmap v6883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:55.441909+0000 mgr.y (mgr.24491) 7800 : cluster [DBG] pgmap v6884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:55.441909+0000 mgr.y (mgr.24491) 7800 : cluster [DBG] pgmap v6884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:55.441909+0000 mgr.y (mgr.24491) 7800 : cluster [DBG] pgmap v6884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:21:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:21:58.890 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:21:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:57.442361+0000 mgr.y (mgr.24491) 7801 : cluster [DBG] pgmap v6885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:57.442361+0000 mgr.y (mgr.24491) 7801 : cluster [DBG] pgmap v6885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:59.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:57.442361+0000 mgr.y (mgr.24491) 7801 : cluster [DBG] pgmap v6885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:21:59.164 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:21:59.164 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:21:59.164 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:21:59.164 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:21:59.164 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:21:59.164 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 3m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:21:59.164 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 3m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:21:59.164 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 3m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 3m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 3m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 3m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 3m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 3m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 3m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 3m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 3m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 3m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 3m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:21:59.165 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:21:59.499 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:21:59.499 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:21:59.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:21:59.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:21:59.499 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:21:59.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:21:59.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:21:59.500 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:21:59.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:21:59.500 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:21:59.500 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:21:59.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:21:59.500 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:21:59.500 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:21:59.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:21:59.500 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:21:59.500 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:21:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:21:58.880572+0000 mgr.y (mgr.24491) 7802 : audit [DBG] from='client.32765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:21:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:21:59.158703+0000 mgr.y (mgr.24491) 7803 : audit [DBG] from='client.32771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:21:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:21:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:21:59.501422+0000 mon.a (mon.0) 2048 : audit [DBG] from='client.? 172.21.15.177:0/1956519095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:22:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:21:58.880572+0000 mgr.y (mgr.24491) 7802 : audit [DBG] from='client.32765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:22:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:21:59.158703+0000 mgr.y (mgr.24491) 7803 : audit [DBG] from='client.32771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:22:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:21:59.501422+0000 mon.a (mon.0) 2048 : audit [DBG] from='client.? 172.21.15.177:0/1956519095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:22:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:21:58.880572+0000 mgr.y (mgr.24491) 7802 : audit [DBG] from='client.32765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:22:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:21:59.158703+0000 mgr.y (mgr.24491) 7803 : audit [DBG] from='client.32771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:22:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:21:59.501422+0000 mon.a (mon.0) 2048 : audit [DBG] from='client.? 172.21.15.177:0/1956519095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:22:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:21:59.442950+0000 mgr.y (mgr.24491) 7804 : cluster [DBG] pgmap v6886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:21:59.442950+0000 mgr.y (mgr.24491) 7804 : cluster [DBG] pgmap v6886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:21:59.442950+0000 mgr.y (mgr.24491) 7804 : cluster [DBG] pgmap v6886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:22:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:01.443448+0000 mgr.y (mgr.24491) 7805 : cluster [DBG] pgmap v6887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:01.443448+0000 mgr.y (mgr.24491) 7805 : cluster [DBG] pgmap v6887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:01.443448+0000 mgr.y (mgr.24491) 7805 : cluster [DBG] pgmap v6887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:03.443902+0000 mgr.y (mgr.24491) 7806 : cluster [DBG] pgmap v6888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:03.443902+0000 mgr.y (mgr.24491) 7806 : cluster [DBG] pgmap v6888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:03.443902+0000 mgr.y (mgr.24491) 7806 : cluster [DBG] pgmap v6888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:05.444728+0000 mgr.y (mgr.24491) 7807 : cluster [DBG] pgmap v6889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:05.444728+0000 mgr.y (mgr.24491) 7807 : cluster [DBG] pgmap v6889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:05.444728+0000 mgr.y (mgr.24491) 7807 : cluster [DBG] pgmap v6889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T07:22:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:07.445142+0000 mgr.y (mgr.24491) 7808 : cluster [DBG] pgmap v6890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:09.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:07.445142+0000 mgr.y (mgr.24491) 7808 : cluster [DBG] pgmap v6890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:07.445142+0000 mgr.y (mgr.24491) 7808 : cluster [DBG] pgmap v6890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:09.445899+0000 mgr.y (mgr.24491) 7809 : cluster [DBG] pgmap v6891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:09.445899+0000 mgr.y (mgr.24491) 7809 : cluster [DBG] pgmap v6891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:09.445899+0000 mgr.y (mgr.24491) 7809 : cluster [DBG] pgmap v6891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:22:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:11.446468+0000 mgr.y (mgr.24491) 7810 : cluster [DBG] pgmap v6892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:11.446468+0000 mgr.y (mgr.24491) 7810 : cluster [DBG] pgmap v6892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:11.446468+0000 mgr.y (mgr.24491) 7810 : cluster [DBG] pgmap v6892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:13.447047+0000 mgr.y (mgr.24491) 7811 : cluster [DBG] pgmap v6893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:13.447047+0000 mgr.y (mgr.24491) 7811 : cluster [DBG] pgmap v6893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:13.447047+0000 mgr.y (mgr.24491) 7811 : cluster [DBG] pgmap v6893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:15.447850+0000 mgr.y (mgr.24491) 7812 : cluster [DBG] pgmap v6894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:15.447850+0000 mgr.y (mgr.24491) 7812 : cluster [DBG] pgmap v6894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:15.447850+0000 mgr.y (mgr.24491) 7812 : cluster [DBG] pgmap v6894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:22:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:17.448168+0000 mgr.y (mgr.24491) 7813 : cluster [DBG] pgmap v6895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:17.448168+0000 mgr.y (mgr.24491) 7813 : cluster [DBG] pgmap v6895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:17.448168+0000 mgr.y (mgr.24491) 7813 : cluster [DBG] pgmap v6895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:21.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:19.448757+0000 mgr.y (mgr.24491) 7814 : cluster [DBG] pgmap v6896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:19.448757+0000 mgr.y (mgr.24491) 7814 : cluster [DBG] pgmap v6896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:19.448757+0000 mgr.y (mgr.24491) 7814 : cluster [DBG] pgmap v6896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:22:23.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:21.449212+0000 mgr.y (mgr.24491) 7815 : cluster [DBG] pgmap v6897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:23.156 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:21.449212+0000 mgr.y (mgr.24491) 7815 : cluster [DBG] pgmap v6897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:21.449212+0000 mgr.y (mgr.24491) 7815 : cluster [DBG] pgmap v6897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:23.449603+0000 mgr.y (mgr.24491) 7816 : cluster [DBG] pgmap v6898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:25.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:23.449603+0000 mgr.y (mgr.24491) 7816 : cluster [DBG] pgmap v6898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:23.449603+0000 mgr.y (mgr.24491) 7816 : cluster [DBG] pgmap v6898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:25.450448+0000 mgr.y (mgr.24491) 7817 : cluster [DBG] pgmap v6899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:22:26.200308+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:22:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:22:26.442709+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:22:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:22:26.719865+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:22:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:22:26.720478+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:22:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:22:26.724573+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:22:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:25.450448+0000 mgr.y (mgr.24491) 7817 : cluster [DBG] pgmap v6899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:22:26.200308+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:22:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:22:26.442709+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:22:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:22:26.719865+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:22:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:22:26.720478+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:22:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:22:26.724573+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:22:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:25.450448+0000 mgr.y (mgr.24491) 7817 : cluster [DBG] pgmap v6899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:22:26.200308+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:22:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:22:26.442709+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:22:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:22:26.719865+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:22:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:22:26.720478+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:22:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:22:26.724573+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:22:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:22:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:27.450933+0000 mgr.y (mgr.24491) 7818 : cluster [DBG] pgmap v6900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:27.450933+0000 mgr.y (mgr.24491) 7818 : cluster [DBG] pgmap v6900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:27.450933+0000 mgr.y (mgr.24491) 7818 : cluster [DBG] pgmap v6900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:29.811 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:22:30.083 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:22:30.083 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:22:30.083 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:22:30.083 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 4m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:22:30.084 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 4m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:22:30.084 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:22:30.084 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:22:30.084 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:22:30.084 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:22:30.084 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:22:30.084 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 4m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:22:30.084 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 4m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:22:30.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:22:30.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:22:30.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:22:30.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:22:30.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:22:30.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:22:30.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:22:30.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 4m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:22:30.085 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:22:30.416 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:22:30.416 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:22:30.416 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:22:30.416 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:22:30.416 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:22:30.416 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:22:30.416 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:22:30.417 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:22:30.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:22:30.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:22:30.417 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:22:30.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:22:30.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:22:30.417 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:22:30.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:22:30.417 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:22:30.417 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:22:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:29.451581+0000 mgr.y (mgr.24491) 7819 : cluster [DBG] pgmap v6901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:22:29.800880+0000 mgr.y (mgr.24491) 7820 : audit [DBG] from='client.22881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:22:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:22:30.078302+0000 mgr.y (mgr.24491) 7821 : audit [DBG] from='client.22887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:22:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:22:30.418240+0000 mon.a (mon.0) 2054 : audit [DBG] from='client.? 172.21.15.177:0/3449339636' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:22:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:29.451581+0000 mgr.y (mgr.24491) 7819 : cluster [DBG] pgmap v6901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:22:29.800880+0000 mgr.y (mgr.24491) 7820 : audit [DBG] from='client.22881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:22:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:22:30.078302+0000 mgr.y (mgr.24491) 7821 : audit [DBG] from='client.22887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:22:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:22:30.418240+0000 mon.a (mon.0) 2054 : audit [DBG] from='client.? 172.21.15.177:0/3449339636' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:22:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:22:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:29.451581+0000 mgr.y (mgr.24491) 7819 : cluster [DBG] pgmap v6901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:22:29.800880+0000 mgr.y (mgr.24491) 7820 : audit [DBG] from='client.22881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:22:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:22:30.078302+0000 mgr.y (mgr.24491) 7821 : audit [DBG] from='client.22887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:22:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:22:30.418240+0000 mon.a (mon.0) 2054 : audit [DBG] from='client.? 172.21.15.177:0/3449339636' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:22:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:31.451990+0000 mgr.y (mgr.24491) 7822 : cluster [DBG] pgmap v6902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:31.451990+0000 mgr.y (mgr.24491) 7822 : cluster [DBG] pgmap v6902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:31.451990+0000 mgr.y (mgr.24491) 7822 : cluster [DBG] pgmap v6902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:33.452334+0000 mgr.y (mgr.24491) 7823 : cluster [DBG] pgmap v6903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:33.452334+0000 mgr.y (mgr.24491) 7823 : cluster [DBG] pgmap v6903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:33.452334+0000 mgr.y (mgr.24491) 7823 : cluster [DBG] pgmap v6903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:35.453047+0000 mgr.y (mgr.24491) 7824 : cluster [DBG] pgmap v6904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:35.453047+0000 mgr.y (mgr.24491) 7824 : cluster [DBG] pgmap v6904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:35.453047+0000 mgr.y (mgr.24491) 7824 : cluster [DBG] pgmap v6904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:22:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:37.453474+0000 mgr.y (mgr.24491) 7825 : cluster [DBG] pgmap v6905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:37.453474+0000 mgr.y (mgr.24491) 7825 : cluster [DBG] pgmap v6905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:37.453474+0000 mgr.y (mgr.24491) 7825 : cluster [DBG] pgmap v6905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:39.454155+0000 mgr.y (mgr.24491) 7826 : cluster [DBG] pgmap v6906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:39.454155+0000 mgr.y (mgr.24491) 7826 : cluster [DBG] pgmap v6906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:39.454155+0000 mgr.y (mgr.24491) 7826 : cluster [DBG] pgmap v6906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:22:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:41.454647+0000 mgr.y (mgr.24491) 7827 : cluster [DBG] pgmap v6907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:41.454647+0000 mgr.y (mgr.24491) 7827 : cluster [DBG] pgmap v6907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:41.454647+0000 mgr.y (mgr.24491) 7827 : cluster [DBG] pgmap v6907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:43.455204+0000 mgr.y (mgr.24491) 7828 : cluster [DBG] pgmap v6908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:43.455204+0000 mgr.y (mgr.24491) 7828 : cluster [DBG] pgmap v6908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:43.455204+0000 mgr.y (mgr.24491) 7828 : cluster [DBG] pgmap v6908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:45.455908+0000 mgr.y (mgr.24491) 7829 : cluster [DBG] pgmap v6909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:45.455908+0000 mgr.y (mgr.24491) 7829 : cluster [DBG] pgmap v6909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:45.455908+0000 mgr.y (mgr.24491) 7829 : cluster [DBG] pgmap v6909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:22:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:47.456428+0000 mgr.y (mgr.24491) 7830 : cluster [DBG] pgmap v6910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:47.456428+0000 mgr.y (mgr.24491) 7830 : cluster [DBG] pgmap v6910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:47.456428+0000 mgr.y (mgr.24491) 7830 : cluster [DBG] pgmap v6910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:49.457301+0000 mgr.y (mgr.24491) 7831 : cluster [DBG] pgmap v6911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:49.457301+0000 mgr.y (mgr.24491) 7831 : cluster [DBG] pgmap v6911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:49.457301+0000 mgr.y (mgr.24491) 7831 : cluster [DBG] pgmap v6911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:22:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:51.457894+0000 mgr.y (mgr.24491) 7832 : cluster [DBG] pgmap v6912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:51.457894+0000 mgr.y (mgr.24491) 7832 : cluster [DBG] pgmap v6912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:51.457894+0000 mgr.y (mgr.24491) 7832 : cluster [DBG] pgmap v6912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:53.458355+0000 mgr.y (mgr.24491) 7833 : cluster [DBG] pgmap v6913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:53.458355+0000 mgr.y (mgr.24491) 7833 : cluster [DBG] pgmap v6913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:53.458355+0000 mgr.y (mgr.24491) 7833 : cluster [DBG] pgmap v6913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:55.459012+0000 mgr.y (mgr.24491) 7834 : cluster [DBG] pgmap v6914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:55.459012+0000 mgr.y (mgr.24491) 7834 : cluster [DBG] pgmap v6914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:55.459012+0000 mgr.y (mgr.24491) 7834 : cluster [DBG] pgmap v6914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:22:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:22:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:57.459409+0000 mgr.y (mgr.24491) 7835 : cluster [DBG] pgmap v6915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:57.459409+0000 mgr.y (mgr.24491) 7835 : cluster [DBG] pgmap v6915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:22:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:22:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:57.459409+0000 mgr.y (mgr.24491) 7835 : cluster [DBG] pgmap v6915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:00.726 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:23:01.003 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:23:01.003 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:23:01.003 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:23:01.003 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 4m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:23:01.003 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 4m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:23:01.003 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 4m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:23:01.003 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 4m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:23:01.003 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 4m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:23:01.003 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 4m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:23:01.003 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 4m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:23:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 4m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:23:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 4m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:23:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 4m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:23:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 4m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:23:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 4m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:23:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 4m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:23:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 4m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:23:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 4m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:23:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 4m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:23:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 4m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:23:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:23:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:22:59.460063+0000 mgr.y (mgr.24491) 7836 : cluster [DBG] pgmap v6916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:22:59.460063+0000 mgr.y (mgr.24491) 7836 : cluster [DBG] pgmap v6916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:22:59.460063+0000 mgr.y (mgr.24491) 7836 : cluster [DBG] pgmap v6916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:23:01.336 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:23:01.336 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:23:01.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:23:01.336 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:23:01.336 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:23:01.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:23:01.336 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:23:01.336 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:23:01.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:23:01.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:23:01.337 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:23:01.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:23:01.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:23:01.337 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:23:01.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:23:01.337 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:23:01.337 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:23:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:23:00.716635+0000 mgr.y (mgr.24491) 7837 : audit [DBG] from='client.22899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:23:00.997621+0000 mgr.y (mgr.24491) 7838 : audit [DBG] from='client.22905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:23:01.338510+0000 mon.a (mon.0) 2055 : audit [DBG] from='client.? 172.21.15.177:0/2332538156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:23:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:23:00.716635+0000 mgr.y (mgr.24491) 7837 : audit [DBG] from='client.22899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:23:00.997621+0000 mgr.y (mgr.24491) 7838 : audit [DBG] from='client.22905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:23:01.338510+0000 mon.a (mon.0) 2055 : audit [DBG] from='client.? 172.21.15.177:0/2332538156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:23:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:23:00.716635+0000 mgr.y (mgr.24491) 7837 : audit [DBG] from='client.22899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:23:00.997621+0000 mgr.y (mgr.24491) 7838 : audit [DBG] from='client.22905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:23:01.338510+0000 mon.a (mon.0) 2055 : audit [DBG] from='client.? 172.21.15.177:0/2332538156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:23:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:01.460505+0000 mgr.y (mgr.24491) 7839 : cluster [DBG] pgmap v6917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:01.460505+0000 mgr.y (mgr.24491) 7839 : cluster [DBG] pgmap v6917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:01.460505+0000 mgr.y (mgr.24491) 7839 : cluster [DBG] pgmap v6917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:03.460867+0000 mgr.y (mgr.24491) 7840 : cluster [DBG] pgmap v6918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:03.460867+0000 mgr.y (mgr.24491) 7840 : cluster [DBG] pgmap v6918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:03.460867+0000 mgr.y (mgr.24491) 7840 : cluster [DBG] pgmap v6918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:05.461640+0000 mgr.y (mgr.24491) 7841 : cluster [DBG] pgmap v6919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:05.461640+0000 mgr.y (mgr.24491) 7841 : cluster [DBG] pgmap v6919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:05.461640+0000 mgr.y (mgr.24491) 7841 : cluster [DBG] pgmap v6919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T07:23:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:07.462211+0000 mgr.y (mgr.24491) 7842 : cluster [DBG] pgmap v6920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:07.462211+0000 mgr.y (mgr.24491) 7842 : cluster [DBG] pgmap v6920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:07.462211+0000 mgr.y (mgr.24491) 7842 : cluster [DBG] pgmap v6920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:09.463011+0000 mgr.y (mgr.24491) 7843 : cluster [DBG] pgmap v6921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:09.463011+0000 mgr.y (mgr.24491) 7843 : cluster [DBG] pgmap v6921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:09.463011+0000 mgr.y (mgr.24491) 7843 : cluster [DBG] pgmap v6921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:23:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:11.463385+0000 mgr.y (mgr.24491) 7844 : cluster [DBG] pgmap v6922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:11.463385+0000 mgr.y (mgr.24491) 7844 : cluster [DBG] pgmap v6922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:11.463385+0000 mgr.y (mgr.24491) 7844 : cluster [DBG] pgmap v6922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:13.463791+0000 mgr.y (mgr.24491) 7845 : cluster [DBG] pgmap v6923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:13.463791+0000 mgr.y (mgr.24491) 7845 : cluster [DBG] pgmap v6923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:13.463791+0000 mgr.y (mgr.24491) 7845 : cluster [DBG] pgmap v6923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:15.464514+0000 mgr.y (mgr.24491) 7846 : cluster [DBG] pgmap v6924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:15.464514+0000 mgr.y (mgr.24491) 7846 : cluster [DBG] pgmap v6924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:15.464514+0000 mgr.y (mgr.24491) 7846 : cluster [DBG] pgmap v6924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:17] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:23:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:17.465088+0000 mgr.y (mgr.24491) 7847 : cluster [DBG] pgmap v6925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:17.465088+0000 mgr.y (mgr.24491) 7847 : cluster [DBG] pgmap v6925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:17.465088+0000 mgr.y (mgr.24491) 7847 : cluster [DBG] pgmap v6925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:19.465836+0000 mgr.y (mgr.24491) 7848 : cluster [DBG] pgmap v6926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:19.465836+0000 mgr.y (mgr.24491) 7848 : cluster [DBG] pgmap v6926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:19.465836+0000 mgr.y (mgr.24491) 7848 : cluster [DBG] pgmap v6926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:23:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:21.466243+0000 mgr.y (mgr.24491) 7849 : cluster [DBG] pgmap v6927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:21.466243+0000 mgr.y (mgr.24491) 7849 : cluster [DBG] pgmap v6927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:21.466243+0000 mgr.y (mgr.24491) 7849 : cluster [DBG] pgmap v6927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:23.466637+0000 mgr.y (mgr.24491) 7850 : cluster [DBG] pgmap v6928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:23.466637+0000 mgr.y (mgr.24491) 7850 : cluster [DBG] pgmap v6928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:23.466637+0000 mgr.y (mgr.24491) 7850 : cluster [DBG] pgmap v6928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:25.467374+0000 mgr.y (mgr.24491) 7851 : cluster [DBG] pgmap v6929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:25.467374+0000 mgr.y (mgr.24491) 7851 : cluster [DBG] pgmap v6929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:25.467374+0000 mgr.y (mgr.24491) 7851 : cluster [DBG] pgmap v6929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:27] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:23:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:23:26.729057+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:23:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:23:27.020319+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:23:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:23:27.020985+0000 mon.a (mon.0) 2058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:23:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:23:27.025484+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:23:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:23:26.729057+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:23:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:23:27.020319+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:23:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:23:27.020985+0000 mon.a (mon.0) 2058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:23:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:23:27.025484+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:23:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:23:26.729057+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:23:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:23:27.020319+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:23:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:23:27.020985+0000 mon.a (mon.0) 2058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:23:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:23:27.025484+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:23:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:27.467909+0000 mgr.y (mgr.24491) 7852 : cluster [DBG] pgmap v6930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:27.467909+0000 mgr.y (mgr.24491) 7852 : cluster [DBG] pgmap v6930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:27.467909+0000 mgr.y (mgr.24491) 7852 : cluster [DBG] pgmap v6930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:31.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:29.468790+0000 mgr.y (mgr.24491) 7853 : cluster [DBG] pgmap v6931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:29.468790+0000 mgr.y (mgr.24491) 7853 : cluster [DBG] pgmap v6931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:29.468790+0000 mgr.y (mgr.24491) 7853 : cluster [DBG] pgmap v6931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:23:31.651 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:23:31.928 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:23:31.928 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 5m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:23:31.928 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 5m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:23:31.928 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 5m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:23:31.928 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:23:31.928 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:23:31.928 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 5m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:23:31.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 5m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:23:31.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:23:31.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 5m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:23:31.929 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 5m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:23:31.929 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 5m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:23:31.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 5m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:23:31.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 5m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:23:31.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 5m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:23:31.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 5m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:23:31.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:23:31.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:23:31.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:23:31.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:23:31.929 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 5m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:23:32.262 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:23:32.262 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:23:32.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:23:32.262 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:23:32.262 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:23:32.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:23:32.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:23:32.263 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:23:32.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:23:32.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:23:32.263 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:23:32.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:23:32.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:23:32.263 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:23:32.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:23:32.263 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:23:32.264 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:23:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:31.469152+0000 mgr.y (mgr.24491) 7854 : cluster [DBG] pgmap v6932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:23:31.642032+0000 mgr.y (mgr.24491) 7855 : audit [DBG] from='client.22917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:23:31.922373+0000 mgr.y (mgr.24491) 7856 : audit [DBG] from='client.32825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:23:32.264248+0000 mon.a (mon.0) 2060 : audit [DBG] from='client.? 172.21.15.177:0/1916494060' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:23:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:31.469152+0000 mgr.y (mgr.24491) 7854 : cluster [DBG] pgmap v6932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:23:31.642032+0000 mgr.y (mgr.24491) 7855 : audit [DBG] from='client.22917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:23:31.922373+0000 mgr.y (mgr.24491) 7856 : audit [DBG] from='client.32825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:23:32.264248+0000 mon.a (mon.0) 2060 : audit [DBG] from='client.? 172.21.15.177:0/1916494060' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:23:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:31.469152+0000 mgr.y (mgr.24491) 7854 : cluster [DBG] pgmap v6932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:23:31.642032+0000 mgr.y (mgr.24491) 7855 : audit [DBG] from='client.22917 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:23:31.922373+0000 mgr.y (mgr.24491) 7856 : audit [DBG] from='client.32825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:23:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:23:32.264248+0000 mon.a (mon.0) 2060 : audit [DBG] from='client.? 172.21.15.177:0/1916494060' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:23:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:33.469480+0000 mgr.y (mgr.24491) 7857 : cluster [DBG] pgmap v6933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:35.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:33.469480+0000 mgr.y (mgr.24491) 7857 : cluster [DBG] pgmap v6933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:33.469480+0000 mgr.y (mgr.24491) 7857 : cluster [DBG] pgmap v6933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:35.470116+0000 mgr.y (mgr.24491) 7858 : cluster [DBG] pgmap v6934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:35.470116+0000 mgr.y (mgr.24491) 7858 : cluster [DBG] pgmap v6934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:35.470116+0000 mgr.y (mgr.24491) 7858 : cluster [DBG] pgmap v6934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:23:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:37.470563+0000 mgr.y (mgr.24491) 7859 : cluster [DBG] pgmap v6935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:37.470563+0000 mgr.y (mgr.24491) 7859 : cluster [DBG] pgmap v6935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:37.470563+0000 mgr.y (mgr.24491) 7859 : cluster [DBG] pgmap v6935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:39.471428+0000 mgr.y (mgr.24491) 7860 : cluster [DBG] pgmap v6936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:39.471428+0000 mgr.y (mgr.24491) 7860 : cluster [DBG] pgmap v6936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:39.471428+0000 mgr.y (mgr.24491) 7860 : cluster [DBG] pgmap v6936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:23:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:41.471871+0000 mgr.y (mgr.24491) 7861 : cluster [DBG] pgmap v6937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:41.471871+0000 mgr.y (mgr.24491) 7861 : cluster [DBG] pgmap v6937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:41.471871+0000 mgr.y (mgr.24491) 7861 : cluster [DBG] pgmap v6937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:43.472303+0000 mgr.y (mgr.24491) 7862 : cluster [DBG] pgmap v6938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:43.472303+0000 mgr.y (mgr.24491) 7862 : cluster [DBG] pgmap v6938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:43.472303+0000 mgr.y (mgr.24491) 7862 : cluster [DBG] pgmap v6938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:47.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:45.472956+0000 mgr.y (mgr.24491) 7863 : cluster [DBG] pgmap v6939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:45.472956+0000 mgr.y (mgr.24491) 7863 : cluster [DBG] pgmap v6939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:45.472956+0000 mgr.y (mgr.24491) 7863 : cluster [DBG] pgmap v6939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:23:49.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:47.473367+0000 mgr.y (mgr.24491) 7864 : cluster [DBG] pgmap v6940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:47.473367+0000 mgr.y (mgr.24491) 7864 : cluster [DBG] pgmap v6940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:47.473367+0000 mgr.y (mgr.24491) 7864 : cluster [DBG] pgmap v6940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:49.474048+0000 mgr.y (mgr.24491) 7865 : cluster [DBG] pgmap v6941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:49.474048+0000 mgr.y (mgr.24491) 7865 : cluster [DBG] pgmap v6941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:23:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:49.474048+0000 mgr.y (mgr.24491) 7865 : cluster [DBG] pgmap v6941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:51.474459+0000 mgr.y (mgr.24491) 7866 : cluster [DBG] pgmap v6942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:51.474459+0000 mgr.y (mgr.24491) 7866 : cluster [DBG] pgmap v6942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:51.474459+0000 mgr.y (mgr.24491) 7866 : cluster [DBG] pgmap v6942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:53.474991+0000 mgr.y (mgr.24491) 7867 : cluster [DBG] pgmap v6943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:53.474991+0000 mgr.y (mgr.24491) 7867 : cluster [DBG] pgmap v6943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:53.474991+0000 mgr.y (mgr.24491) 7867 : cluster [DBG] pgmap v6943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:55.475626+0000 mgr.y (mgr.24491) 7868 : cluster [DBG] pgmap v6944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:55.475626+0000 mgr.y (mgr.24491) 7868 : cluster [DBG] pgmap v6944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:55.475626+0000 mgr.y (mgr.24491) 7868 : cluster [DBG] pgmap v6944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:23:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:23:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:57.476041+0000 mgr.y (mgr.24491) 7869 : cluster [DBG] pgmap v6945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:57.476041+0000 mgr.y (mgr.24491) 7869 : cluster [DBG] pgmap v6945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:23:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:23:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:57.476041+0000 mgr.y (mgr.24491) 7869 : cluster [DBG] pgmap v6945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:23:59.476763+0000 mgr.y (mgr.24491) 7870 : cluster [DBG] pgmap v6946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:23:59.476763+0000 mgr.y (mgr.24491) 7870 : cluster [DBG] pgmap v6946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:23:59.476763+0000 mgr.y (mgr.24491) 7870 : cluster [DBG] pgmap v6946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:24:02.577 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:24:02.851 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:24:02.851 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 5m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:24:02.851 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 5m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:24:02.851 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 5m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:24:02.851 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 5m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:24:02.851 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 5m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:24:02.851 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 5m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:24:02.851 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 5m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:24:02.851 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 5m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:24:02.851 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 5m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:24:02.851 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 5m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:24:02.852 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 5m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:24:02.852 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 5m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:24:02.852 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 5m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:24:02.852 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 5m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:24:02.852 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 5m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:24:02.852 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 5m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:24:02.852 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 5m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:24:02.852 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 5m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:24:02.852 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 5m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:24:02.852 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 5m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:24:03.187 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:24:03.188 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:24:03.188 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:24:03.188 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:24:03.188 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:24:03.188 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:24:03.188 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:24:03.188 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:24:03.188 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:24:03.188 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:24:03.188 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:24:03.189 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:24:03.189 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:24:03.189 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:24:03.189 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:24:03.189 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:24:03.189 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:24:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:01.477295+0000 mgr.y (mgr.24491) 7871 : cluster [DBG] pgmap v6947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:01.477295+0000 mgr.y (mgr.24491) 7871 : cluster [DBG] pgmap v6947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:01.477295+0000 mgr.y (mgr.24491) 7871 : cluster [DBG] pgmap v6947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:24:02.567592+0000 mgr.y (mgr.24491) 7872 : audit [DBG] from='client.32837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:24:02.845624+0000 mgr.y (mgr.24491) 7873 : audit [DBG] from='client.22941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:24:03.189760+0000 mon.a (mon.0) 2061 : audit [DBG] from='client.? 172.21.15.177:0/2492363412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:24:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:24:02.567592+0000 mgr.y (mgr.24491) 7872 : audit [DBG] from='client.32837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:24:02.845624+0000 mgr.y (mgr.24491) 7873 : audit [DBG] from='client.22941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:24:03.189760+0000 mon.a (mon.0) 2061 : audit [DBG] from='client.? 172.21.15.177:0/2492363412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:24:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:24:02.567592+0000 mgr.y (mgr.24491) 7872 : audit [DBG] from='client.32837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:24:02.845624+0000 mgr.y (mgr.24491) 7873 : audit [DBG] from='client.22941 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:24:03.189760+0000 mon.a (mon.0) 2061 : audit [DBG] from='client.? 172.21.15.177:0/2492363412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:24:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:03.477720+0000 mgr.y (mgr.24491) 7874 : cluster [DBG] pgmap v6948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:03.477720+0000 mgr.y (mgr.24491) 7874 : cluster [DBG] pgmap v6948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:03.477720+0000 mgr.y (mgr.24491) 7874 : cluster [DBG] pgmap v6948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:05.478610+0000 mgr.y (mgr.24491) 7875 : cluster [DBG] pgmap v6949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:05.478610+0000 mgr.y (mgr.24491) 7875 : cluster [DBG] pgmap v6949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:05.478610+0000 mgr.y (mgr.24491) 7875 : cluster [DBG] pgmap v6949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:24:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:07.479051+0000 mgr.y (mgr.24491) 7876 : cluster [DBG] pgmap v6950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:07.479051+0000 mgr.y (mgr.24491) 7876 : cluster [DBG] pgmap v6950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:07.479051+0000 mgr.y (mgr.24491) 7876 : cluster [DBG] pgmap v6950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:09.479734+0000 mgr.y (mgr.24491) 7877 : cluster [DBG] pgmap v6951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:09.479734+0000 mgr.y (mgr.24491) 7877 : cluster [DBG] pgmap v6951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:09.479734+0000 mgr.y (mgr.24491) 7877 : cluster [DBG] pgmap v6951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:24:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:11.480266+0000 mgr.y (mgr.24491) 7878 : cluster [DBG] pgmap v6952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:11.480266+0000 mgr.y (mgr.24491) 7878 : cluster [DBG] pgmap v6952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:11.480266+0000 mgr.y (mgr.24491) 7878 : cluster [DBG] pgmap v6952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:15.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:13.480822+0000 mgr.y (mgr.24491) 7879 : cluster [DBG] pgmap v6953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:13.480822+0000 mgr.y (mgr.24491) 7879 : cluster [DBG] pgmap v6953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:13.480822+0000 mgr.y (mgr.24491) 7879 : cluster [DBG] pgmap v6953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:15.481501+0000 mgr.y (mgr.24491) 7880 : cluster [DBG] pgmap v6954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:15.481501+0000 mgr.y (mgr.24491) 7880 : cluster [DBG] pgmap v6954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:15.481501+0000 mgr.y (mgr.24491) 7880 : cluster [DBG] pgmap v6954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:24:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:17.481908+0000 mgr.y (mgr.24491) 7881 : cluster [DBG] pgmap v6955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:17.481908+0000 mgr.y (mgr.24491) 7881 : cluster [DBG] pgmap v6955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:17.481908+0000 mgr.y (mgr.24491) 7881 : cluster [DBG] pgmap v6955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:19.482836+0000 mgr.y (mgr.24491) 7882 : cluster [DBG] pgmap v6956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:19.482836+0000 mgr.y (mgr.24491) 7882 : cluster [DBG] pgmap v6956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:19.482836+0000 mgr.y (mgr.24491) 7882 : cluster [DBG] pgmap v6956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:24:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:21.483248+0000 mgr.y (mgr.24491) 7883 : cluster [DBG] pgmap v6957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:21.483248+0000 mgr.y (mgr.24491) 7883 : cluster [DBG] pgmap v6957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:21.483248+0000 mgr.y (mgr.24491) 7883 : cluster [DBG] pgmap v6957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:23.483712+0000 mgr.y (mgr.24491) 7884 : cluster [DBG] pgmap v6958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:23.483712+0000 mgr.y (mgr.24491) 7884 : cluster [DBG] pgmap v6958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:23.483712+0000 mgr.y (mgr.24491) 7884 : cluster [DBG] pgmap v6958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:25.484403+0000 mgr.y (mgr.24491) 7885 : cluster [DBG] pgmap v6959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:24:27.030450+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:24:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:25.484403+0000 mgr.y (mgr.24491) 7885 : cluster [DBG] pgmap v6959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:24:27.030450+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:24:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:25.484403+0000 mgr.y (mgr.24491) 7885 : cluster [DBG] pgmap v6959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:24:27.030450+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:24:28.137 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:24:28.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:24:27.325837+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:24:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:24:27.326448+0000 mon.a (mon.0) 2064 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:24:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:24:27.332895+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:24:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:24:27.325837+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:24:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:24:27.326448+0000 mon.a (mon.0) 2064 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:24:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:24:27.332895+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:24:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:24:27.325837+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:24:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:24:27.326448+0000 mon.a (mon.0) 2064 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:24:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:24:27.332895+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:24:29.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:27.484873+0000 mgr.y (mgr.24491) 7886 : cluster [DBG] pgmap v6960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:27.484873+0000 mgr.y (mgr.24491) 7886 : cluster [DBG] pgmap v6960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:27.484873+0000 mgr.y (mgr.24491) 7886 : cluster [DBG] pgmap v6960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:29.485555+0000 mgr.y (mgr.24491) 7887 : cluster [DBG] pgmap v6961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:29.485555+0000 mgr.y (mgr.24491) 7887 : cluster [DBG] pgmap v6961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:29.485555+0000 mgr.y (mgr.24491) 7887 : cluster [DBG] pgmap v6961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:24:33.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:31.486090+0000 mgr.y (mgr.24491) 7888 : cluster [DBG] pgmap v6962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:31.486090+0000 mgr.y (mgr.24491) 7888 : cluster [DBG] pgmap v6962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:31.486090+0000 mgr.y (mgr.24491) 7888 : cluster [DBG] pgmap v6962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:24:33.774 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 6m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 6m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 6m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 6m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 6m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 6m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:24:33.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:24:33.776 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:24:33.776 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 6m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:24:33.776 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 6m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:24:33.776 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 6m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:24:33.776 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 6m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:24:33.776 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 6m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:24:34.110 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:24:34.111 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:24:34.111 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:24:34.111 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:24:34.111 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:24:34.111 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:24:34.111 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:24:34.111 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:24:34.111 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:24:34.111 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:24:34.111 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:24:34.111 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:24:34.112 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:24:34.112 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:24:34.112 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:24:34.112 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:24:34.112 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:24:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:24:34.112783+0000 mon.a (mon.0) 2066 : audit [DBG] from='client.? 172.21.15.177:0/2181809451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:24:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:24:34.112783+0000 mon.a (mon.0) 2066 : audit [DBG] from='client.? 172.21.15.177:0/2181809451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:24:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:24:34.112783+0000 mon.a (mon.0) 2066 : audit [DBG] from='client.? 172.21.15.177:0/2181809451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:24:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:33.486455+0000 mgr.y (mgr.24491) 7889 : cluster [DBG] pgmap v6963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:24:33.489713+0000 mgr.y (mgr.24491) 7890 : audit [DBG] from='client.32855 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:24:33.769447+0000 mgr.y (mgr.24491) 7891 : audit [DBG] from='client.22959 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:33.486455+0000 mgr.y (mgr.24491) 7889 : cluster [DBG] pgmap v6963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:24:33.489713+0000 mgr.y (mgr.24491) 7890 : audit [DBG] from='client.32855 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:24:33.769447+0000 mgr.y (mgr.24491) 7891 : audit [DBG] from='client.22959 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:33.486455+0000 mgr.y (mgr.24491) 7889 : cluster [DBG] pgmap v6963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:24:33.489713+0000 mgr.y (mgr.24491) 7890 : audit [DBG] from='client.32855 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:24:33.769447+0000 mgr.y (mgr.24491) 7891 : audit [DBG] from='client.22959 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:24:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:35.487233+0000 mgr.y (mgr.24491) 7892 : cluster [DBG] pgmap v6964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:35.487233+0000 mgr.y (mgr.24491) 7892 : cluster [DBG] pgmap v6964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:35.487233+0000 mgr.y (mgr.24491) 7892 : cluster [DBG] pgmap v6964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:24:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:37.487638+0000 mgr.y (mgr.24491) 7893 : cluster [DBG] pgmap v6965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:37.487638+0000 mgr.y (mgr.24491) 7893 : cluster [DBG] pgmap v6965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:37.487638+0000 mgr.y (mgr.24491) 7893 : cluster [DBG] pgmap v6965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:39.488397+0000 mgr.y (mgr.24491) 7894 : cluster [DBG] pgmap v6966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:24:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:39.488397+0000 mgr.y (mgr.24491) 7894 : cluster [DBG] pgmap v6966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:39.488397+0000 mgr.y (mgr.24491) 7894 : cluster [DBG] pgmap v6966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:41.488838+0000 mgr.y (mgr.24491) 7895 : cluster [DBG] pgmap v6967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:41.488838+0000 mgr.y (mgr.24491) 7895 : cluster [DBG] pgmap v6967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:41.488838+0000 mgr.y (mgr.24491) 7895 : cluster [DBG] pgmap v6967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:43.489296+0000 mgr.y (mgr.24491) 7896 : cluster [DBG] pgmap v6968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:43.489296+0000 mgr.y (mgr.24491) 7896 : cluster [DBG] pgmap v6968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:43.489296+0000 mgr.y (mgr.24491) 7896 : cluster [DBG] pgmap v6968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:45.490018+0000 mgr.y (mgr.24491) 7897 : cluster [DBG] pgmap v6969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:45.490018+0000 mgr.y (mgr.24491) 7897 : cluster [DBG] pgmap v6969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:45.490018+0000 mgr.y (mgr.24491) 7897 : cluster [DBG] pgmap v6969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:24:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:47.490514+0000 mgr.y (mgr.24491) 7898 : cluster [DBG] pgmap v6970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:47.490514+0000 mgr.y (mgr.24491) 7898 : cluster [DBG] pgmap v6970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:47.490514+0000 mgr.y (mgr.24491) 7898 : cluster [DBG] pgmap v6970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:49.491200+0000 mgr.y (mgr.24491) 7899 : cluster [DBG] pgmap v6971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:24:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:49.491200+0000 mgr.y (mgr.24491) 7899 : cluster [DBG] pgmap v6971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:49.491200+0000 mgr.y (mgr.24491) 7899 : cluster [DBG] pgmap v6971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:51.491568+0000 mgr.y (mgr.24491) 7900 : cluster [DBG] pgmap v6972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:51.491568+0000 mgr.y (mgr.24491) 7900 : cluster [DBG] pgmap v6972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:51.491568+0000 mgr.y (mgr.24491) 7900 : cluster [DBG] pgmap v6972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:53.492189+0000 mgr.y (mgr.24491) 7901 : cluster [DBG] pgmap v6973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:53.492189+0000 mgr.y (mgr.24491) 7901 : cluster [DBG] pgmap v6973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:53.492189+0000 mgr.y (mgr.24491) 7901 : cluster [DBG] pgmap v6973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:55.493098+0000 mgr.y (mgr.24491) 7902 : cluster [DBG] pgmap v6974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:55.493098+0000 mgr.y (mgr.24491) 7902 : cluster [DBG] pgmap v6974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:57.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:55.493098+0000 mgr.y (mgr.24491) 7902 : cluster [DBG] pgmap v6974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:24:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:24:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:24:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:57.493512+0000 mgr.y (mgr.24491) 7903 : cluster [DBG] pgmap v6975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:59.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:57.493512+0000 mgr.y (mgr.24491) 7903 : cluster [DBG] pgmap v6975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:24:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:57.493512+0000 mgr.y (mgr.24491) 7903 : cluster [DBG] pgmap v6975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:24:59.494445+0000 mgr.y (mgr.24491) 7904 : cluster [DBG] pgmap v6976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:25:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:24:59.494445+0000 mgr.y (mgr.24491) 7904 : cluster [DBG] pgmap v6976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:24:59.494445+0000 mgr.y (mgr.24491) 7904 : cluster [DBG] pgmap v6976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:01.495066+0000 mgr.y (mgr.24491) 7905 : cluster [DBG] pgmap v6977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:01.495066+0000 mgr.y (mgr.24491) 7905 : cluster [DBG] pgmap v6977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:01.495066+0000 mgr.y (mgr.24491) 7905 : cluster [DBG] pgmap v6977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:25:04.697 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:25:04.697 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 6m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:25:04.697 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 6m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:25:04.697 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 6m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:25:04.698 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 6m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:25:04.698 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 6m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:25:04.698 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 6m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:25:04.698 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 6m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:25:04.698 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 6m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:25:04.698 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 6m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:25:04.698 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 6m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:25:04.698 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 6m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:25:04.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 6m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:25:04.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 6m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:25:04.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 6m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:25:04.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 6m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:25:04.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 6m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:25:04.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 6m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:25:04.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 6m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:25:04.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 6m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:25:04.699 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 6m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:25:05.030 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:25:05.030 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:25:05.030 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:25:05.030 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:25:05.031 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:25:05.031 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:25:05.031 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:25:05.031 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:25:05.031 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:25:05.031 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:25:05.031 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:25:05.031 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:25:05.031 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:25:05.031 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:25:05.032 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:25:05.032 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:25:05.032 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:25:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:03.495549+0000 mgr.y (mgr.24491) 7906 : cluster [DBG] pgmap v6978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:25:05.032353+0000 mon.c (mon.2) 261 : audit [DBG] from='client.? 172.21.15.177:0/1192695697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:25:05.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:03.495549+0000 mgr.y (mgr.24491) 7906 : cluster [DBG] pgmap v6978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:05.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:25:05.032353+0000 mon.c (mon.2) 261 : audit [DBG] from='client.? 172.21.15.177:0/1192695697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:25:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:03.495549+0000 mgr.y (mgr.24491) 7906 : cluster [DBG] pgmap v6978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:25:05.032353+0000 mon.c (mon.2) 261 : audit [DBG] from='client.? 172.21.15.177:0/1192695697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:25:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:25:04.414011+0000 mgr.y (mgr.24491) 7907 : audit [DBG] from='client.22971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:25:04.691474+0000 mgr.y (mgr.24491) 7908 : audit [DBG] from='client.32879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:06.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:25:04.414011+0000 mgr.y (mgr.24491) 7907 : audit [DBG] from='client.22971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:06.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:25:04.691474+0000 mgr.y (mgr.24491) 7908 : audit [DBG] from='client.32879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:25:04.414011+0000 mgr.y (mgr.24491) 7907 : audit [DBG] from='client.22971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:25:04.691474+0000 mgr.y (mgr.24491) 7908 : audit [DBG] from='client.32879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:05.496184+0000 mgr.y (mgr.24491) 7909 : cluster [DBG] pgmap v6979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:05.496184+0000 mgr.y (mgr.24491) 7909 : cluster [DBG] pgmap v6979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:05.496184+0000 mgr.y (mgr.24491) 7909 : cluster [DBG] pgmap v6979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:07] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:25:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:07.496548+0000 mgr.y (mgr.24491) 7910 : cluster [DBG] pgmap v6980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:09.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:07.496548+0000 mgr.y (mgr.24491) 7910 : cluster [DBG] pgmap v6980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:07.496548+0000 mgr.y (mgr.24491) 7910 : cluster [DBG] pgmap v6980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:09.497305+0000 mgr.y (mgr.24491) 7911 : cluster [DBG] pgmap v6981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:25:11.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:09.497305+0000 mgr.y (mgr.24491) 7911 : cluster [DBG] pgmap v6981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:09.497305+0000 mgr.y (mgr.24491) 7911 : cluster [DBG] pgmap v6981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:11.497820+0000 mgr.y (mgr.24491) 7912 : cluster [DBG] pgmap v6982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:13.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:11.497820+0000 mgr.y (mgr.24491) 7912 : cluster [DBG] pgmap v6982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:11.497820+0000 mgr.y (mgr.24491) 7912 : cluster [DBG] pgmap v6982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:13.498240+0000 mgr.y (mgr.24491) 7913 : cluster [DBG] pgmap v6983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:15.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:13.498240+0000 mgr.y (mgr.24491) 7913 : cluster [DBG] pgmap v6983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:13.498240+0000 mgr.y (mgr.24491) 7913 : cluster [DBG] pgmap v6983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:15.498920+0000 mgr.y (mgr.24491) 7914 : cluster [DBG] pgmap v6984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:17.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:15.498920+0000 mgr.y (mgr.24491) 7914 : cluster [DBG] pgmap v6984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:15.498920+0000 mgr.y (mgr.24491) 7914 : cluster [DBG] pgmap v6984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:25:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:17.499454+0000 mgr.y (mgr.24491) 7915 : cluster [DBG] pgmap v6985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:19.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:17.499454+0000 mgr.y (mgr.24491) 7915 : cluster [DBG] pgmap v6985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:17.499454+0000 mgr.y (mgr.24491) 7915 : cluster [DBG] pgmap v6985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:19.500042+0000 mgr.y (mgr.24491) 7916 : cluster [DBG] pgmap v6986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:25:21.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:19.500042+0000 mgr.y (mgr.24491) 7916 : cluster [DBG] pgmap v6986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:19.500042+0000 mgr.y (mgr.24491) 7916 : cluster [DBG] pgmap v6986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:21.500531+0000 mgr.y (mgr.24491) 7917 : cluster [DBG] pgmap v6987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:21.500531+0000 mgr.y (mgr.24491) 7917 : cluster [DBG] pgmap v6987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:21.500531+0000 mgr.y (mgr.24491) 7917 : cluster [DBG] pgmap v6987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:23.501031+0000 mgr.y (mgr.24491) 7918 : cluster [DBG] pgmap v6988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:23.501031+0000 mgr.y (mgr.24491) 7918 : cluster [DBG] pgmap v6988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:23.501031+0000 mgr.y (mgr.24491) 7918 : cluster [DBG] pgmap v6988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:25.501720+0000 mgr.y (mgr.24491) 7919 : cluster [DBG] pgmap v6989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:25.501720+0000 mgr.y (mgr.24491) 7919 : cluster [DBG] pgmap v6989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:25.501720+0000 mgr.y (mgr.24491) 7919 : cluster [DBG] pgmap v6989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:25:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:25:27.337156+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:25:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:25:27.629347+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:25:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:25:27.629981+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:25:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:25:27.634810+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:25:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:25:27.337156+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:25:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:25:27.629347+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:25:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:25:27.629981+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:25:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:25:27.634810+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:25:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:25:27.337156+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:25:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:25:27.629347+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:25:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:25:27.629981+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:25:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:25:27.634810+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:25:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:27.502085+0000 mgr.y (mgr.24491) 7920 : cluster [DBG] pgmap v6990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:27.502085+0000 mgr.y (mgr.24491) 7920 : cluster [DBG] pgmap v6990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:27.502085+0000 mgr.y (mgr.24491) 7920 : cluster [DBG] pgmap v6990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:29.502915+0000 mgr.y (mgr.24491) 7921 : cluster [DBG] pgmap v6991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:25:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:29.502915+0000 mgr.y (mgr.24491) 7921 : cluster [DBG] pgmap v6991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:29.502915+0000 mgr.y (mgr.24491) 7921 : cluster [DBG] pgmap v6991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:31.503462+0000 mgr.y (mgr.24491) 7922 : cluster [DBG] pgmap v6992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:31.503462+0000 mgr.y (mgr.24491) 7922 : cluster [DBG] pgmap v6992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:31.503462+0000 mgr.y (mgr.24491) 7922 : cluster [DBG] pgmap v6992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:35.343 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:25:35.616 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 7m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 7m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 7m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 7m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 7m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 7m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 7m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 7m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 7m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 7m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 7m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:25:35.617 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 7m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:25:35.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 7m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:25:35.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 7m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:25:35.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 7m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:25:35.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 7m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:25:35.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 7m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:25:35.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 7m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:25:35.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 7m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:25:35.618 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 7m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:25:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:33.504103+0000 mgr.y (mgr.24491) 7923 : cluster [DBG] pgmap v6993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:35.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:33.504103+0000 mgr.y (mgr.24491) 7923 : cluster [DBG] pgmap v6993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:33.504103+0000 mgr.y (mgr.24491) 7923 : cluster [DBG] pgmap v6993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:35.948 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:25:35.948 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:25:35.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:25:35.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:25:35.948 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:25:35.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:25:35.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:25:35.948 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:25:35.949 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:25:35.949 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:25:35.949 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:25:35.949 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:25:35.949 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:25:35.949 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:25:35.949 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:25:35.949 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:25:35.949 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:25:36.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:25:35.949279+0000 mon.a (mon.0) 2071 : audit [DBG] from='client.? 172.21.15.177:0/1109795858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:25:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:25:35.949279+0000 mon.a (mon.0) 2071 : audit [DBG] from='client.? 172.21.15.177:0/1109795858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:25:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:25:35.949279+0000 mon.a (mon.0) 2071 : audit [DBG] from='client.? 172.21.15.177:0/1109795858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:25:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:25:35.333039+0000 mgr.y (mgr.24491) 7924 : audit [DBG] from='client.22989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:35.504705+0000 mgr.y (mgr.24491) 7925 : cluster [DBG] pgmap v6994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:25:35.611369+0000 mgr.y (mgr.24491) 7926 : audit [DBG] from='client.32897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:25:35.333039+0000 mgr.y (mgr.24491) 7924 : audit [DBG] from='client.22989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:35.504705+0000 mgr.y (mgr.24491) 7925 : cluster [DBG] pgmap v6994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:25:35.611369+0000 mgr.y (mgr.24491) 7926 : audit [DBG] from='client.32897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:25:35.333039+0000 mgr.y (mgr.24491) 7924 : audit [DBG] from='client.22989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:35.504705+0000 mgr.y (mgr.24491) 7925 : cluster [DBG] pgmap v6994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:25:35.611369+0000 mgr.y (mgr.24491) 7926 : audit [DBG] from='client.32897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:25:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:25:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:37.505089+0000 mgr.y (mgr.24491) 7927 : cluster [DBG] pgmap v6995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:37.505089+0000 mgr.y (mgr.24491) 7927 : cluster [DBG] pgmap v6995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:37.505089+0000 mgr.y (mgr.24491) 7927 : cluster [DBG] pgmap v6995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:39.505703+0000 mgr.y (mgr.24491) 7928 : cluster [DBG] pgmap v6996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:39.505703+0000 mgr.y (mgr.24491) 7928 : cluster [DBG] pgmap v6996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:39.505703+0000 mgr.y (mgr.24491) 7928 : cluster [DBG] pgmap v6996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:25:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:41.506228+0000 mgr.y (mgr.24491) 7929 : cluster [DBG] pgmap v6997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:41.506228+0000 mgr.y (mgr.24491) 7929 : cluster [DBG] pgmap v6997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:41.506228+0000 mgr.y (mgr.24491) 7929 : cluster [DBG] pgmap v6997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:43.506591+0000 mgr.y (mgr.24491) 7930 : cluster [DBG] pgmap v6998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:43.506591+0000 mgr.y (mgr.24491) 7930 : cluster [DBG] pgmap v6998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:43.506591+0000 mgr.y (mgr.24491) 7930 : cluster [DBG] pgmap v6998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:45.507257+0000 mgr.y (mgr.24491) 7931 : cluster [DBG] pgmap v6999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:45.507257+0000 mgr.y (mgr.24491) 7931 : cluster [DBG] pgmap v6999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:45.507257+0000 mgr.y (mgr.24491) 7931 : cluster [DBG] pgmap v6999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:25:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:47.507661+0000 mgr.y (mgr.24491) 7932 : cluster [DBG] pgmap v7000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:47.507661+0000 mgr.y (mgr.24491) 7932 : cluster [DBG] pgmap v7000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:47.507661+0000 mgr.y (mgr.24491) 7932 : cluster [DBG] pgmap v7000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:49.508411+0000 mgr.y (mgr.24491) 7933 : cluster [DBG] pgmap v7001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:49.508411+0000 mgr.y (mgr.24491) 7933 : cluster [DBG] pgmap v7001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:49.508411+0000 mgr.y (mgr.24491) 7933 : cluster [DBG] pgmap v7001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:25:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:51.508956+0000 mgr.y (mgr.24491) 7934 : cluster [DBG] pgmap v7002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:51.508956+0000 mgr.y (mgr.24491) 7934 : cluster [DBG] pgmap v7002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:51.508956+0000 mgr.y (mgr.24491) 7934 : cluster [DBG] pgmap v7002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:53.509420+0000 mgr.y (mgr.24491) 7935 : cluster [DBG] pgmap v7003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:53.509420+0000 mgr.y (mgr.24491) 7935 : cluster [DBG] pgmap v7003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:53.509420+0000 mgr.y (mgr.24491) 7935 : cluster [DBG] pgmap v7003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:55.510169+0000 mgr.y (mgr.24491) 7936 : cluster [DBG] pgmap v7004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:55.510169+0000 mgr.y (mgr.24491) 7936 : cluster [DBG] pgmap v7004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:55.510169+0000 mgr.y (mgr.24491) 7936 : cluster [DBG] pgmap v7004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:25:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:25:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:57.510623+0000 mgr.y (mgr.24491) 7937 : cluster [DBG] pgmap v7005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:57.510623+0000 mgr.y (mgr.24491) 7937 : cluster [DBG] pgmap v7005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:25:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:25:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:57.510623+0000 mgr.y (mgr.24491) 7937 : cluster [DBG] pgmap v7005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:25:59.511231+0000 mgr.y (mgr.24491) 7938 : cluster [DBG] pgmap v7006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:25:59.511231+0000 mgr.y (mgr.24491) 7938 : cluster [DBG] pgmap v7006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:25:59.511231+0000 mgr.y (mgr.24491) 7938 : cluster [DBG] pgmap v7006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:26:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:01.511786+0000 mgr.y (mgr.24491) 7939 : cluster [DBG] pgmap v7007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:01.511786+0000 mgr.y (mgr.24491) 7939 : cluster [DBG] pgmap v7007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:01.511786+0000 mgr.y (mgr.24491) 7939 : cluster [DBG] pgmap v7007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:03.512280+0000 mgr.y (mgr.24491) 7940 : cluster [DBG] pgmap v7008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:03.512280+0000 mgr.y (mgr.24491) 7940 : cluster [DBG] pgmap v7008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:03.512280+0000 mgr.y (mgr.24491) 7940 : cluster [DBG] pgmap v7008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:06.256 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:26:06.534 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:26:06.534 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 7m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:26:06.534 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 7m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:26:06.534 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 7m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:26:06.534 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 7m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:26:06.534 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 7m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:26:06.534 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 7m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 7m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 7m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 7m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 7m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 7m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 7m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 7m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 7m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 7m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 7m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 7m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 7m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 7m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:26:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 7m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:26:06.868 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:26:06.868 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:26:06.868 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:26:06.868 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:26:06.868 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:26:06.868 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:26:06.868 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:26:06.869 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:26:06.869 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:26:06.869 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:26:06.869 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:26:06.869 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:26:06.869 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:26:06.869 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:26:06.869 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:26:06.869 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:26:06.869 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:26:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:05.512901+0000 mgr.y (mgr.24491) 7941 : cluster [DBG] pgmap v7009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:26:06.246745+0000 mgr.y (mgr.24491) 7942 : audit [DBG] from='client.23007 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:05.512901+0000 mgr.y (mgr.24491) 7941 : cluster [DBG] pgmap v7009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:26:06.246745+0000 mgr.y (mgr.24491) 7942 : audit [DBG] from='client.23007 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:05.512901+0000 mgr.y (mgr.24491) 7941 : cluster [DBG] pgmap v7009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:26:06.246745+0000 mgr.y (mgr.24491) 7942 : audit [DBG] from='client.23007 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:07.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:26:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:26:06.528864+0000 mgr.y (mgr.24491) 7943 : audit [DBG] from='client.23013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:26:06.870340+0000 mon.a (mon.0) 2072 : audit [DBG] from='client.? 172.21.15.177:0/1250692400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:26:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:26:06.528864+0000 mgr.y (mgr.24491) 7943 : audit [DBG] from='client.23013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:26:06.870340+0000 mon.a (mon.0) 2072 : audit [DBG] from='client.? 172.21.15.177:0/1250692400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:26:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:26:06.528864+0000 mgr.y (mgr.24491) 7943 : audit [DBG] from='client.23013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:26:06.870340+0000 mon.a (mon.0) 2072 : audit [DBG] from='client.? 172.21.15.177:0/1250692400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:26:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:07.513280+0000 mgr.y (mgr.24491) 7944 : cluster [DBG] pgmap v7010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:07.513280+0000 mgr.y (mgr.24491) 7944 : cluster [DBG] pgmap v7010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:07.513280+0000 mgr.y (mgr.24491) 7944 : cluster [DBG] pgmap v7010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:09.513828+0000 mgr.y (mgr.24491) 7945 : cluster [DBG] pgmap v7011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:09.513828+0000 mgr.y (mgr.24491) 7945 : cluster [DBG] pgmap v7011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:09.513828+0000 mgr.y (mgr.24491) 7945 : cluster [DBG] pgmap v7011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:26:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:11.514277+0000 mgr.y (mgr.24491) 7946 : cluster [DBG] pgmap v7012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:11.514277+0000 mgr.y (mgr.24491) 7946 : cluster [DBG] pgmap v7012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:11.514277+0000 mgr.y (mgr.24491) 7946 : cluster [DBG] pgmap v7012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:13.514728+0000 mgr.y (mgr.24491) 7947 : cluster [DBG] pgmap v7013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:13.514728+0000 mgr.y (mgr.24491) 7947 : cluster [DBG] pgmap v7013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:13.514728+0000 mgr.y (mgr.24491) 7947 : cluster [DBG] pgmap v7013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:15.515415+0000 mgr.y (mgr.24491) 7948 : cluster [DBG] pgmap v7014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:15.515415+0000 mgr.y (mgr.24491) 7948 : cluster [DBG] pgmap v7014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:15.515415+0000 mgr.y (mgr.24491) 7948 : cluster [DBG] pgmap v7014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:26:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:17.515866+0000 mgr.y (mgr.24491) 7949 : cluster [DBG] pgmap v7015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:17.515866+0000 mgr.y (mgr.24491) 7949 : cluster [DBG] pgmap v7015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:17.515866+0000 mgr.y (mgr.24491) 7949 : cluster [DBG] pgmap v7015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:19.516624+0000 mgr.y (mgr.24491) 7950 : cluster [DBG] pgmap v7016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:19.516624+0000 mgr.y (mgr.24491) 7950 : cluster [DBG] pgmap v7016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:19.516624+0000 mgr.y (mgr.24491) 7950 : cluster [DBG] pgmap v7016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:26:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:21.517195+0000 mgr.y (mgr.24491) 7951 : cluster [DBG] pgmap v7017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:21.517195+0000 mgr.y (mgr.24491) 7951 : cluster [DBG] pgmap v7017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:21.517195+0000 mgr.y (mgr.24491) 7951 : cluster [DBG] pgmap v7017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:23.517544+0000 mgr.y (mgr.24491) 7952 : cluster [DBG] pgmap v7018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:23.517544+0000 mgr.y (mgr.24491) 7952 : cluster [DBG] pgmap v7018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:23.517544+0000 mgr.y (mgr.24491) 7952 : cluster [DBG] pgmap v7018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:25.518289+0000 mgr.y (mgr.24491) 7953 : cluster [DBG] pgmap v7019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:25.518289+0000 mgr.y (mgr.24491) 7953 : cluster [DBG] pgmap v7019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:25.518289+0000 mgr.y (mgr.24491) 7953 : cluster [DBG] pgmap v7019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:26:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:26:27.639120+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:26:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:26:27.639120+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:26:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:26:27.639120+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:26:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:27.518670+0000 mgr.y (mgr.24491) 7954 : cluster [DBG] pgmap v7020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:26:27.930137+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:26:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:26:27.930742+0000 mon.a (mon.0) 2075 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:26:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:26:27.935216+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:26:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:27.518670+0000 mgr.y (mgr.24491) 7954 : cluster [DBG] pgmap v7020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:26:27.930137+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:26:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:26:27.930742+0000 mon.a (mon.0) 2075 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:26:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:26:27.935216+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:26:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:27.518670+0000 mgr.y (mgr.24491) 7954 : cluster [DBG] pgmap v7020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:26:27.930137+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:26:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:26:27.930742+0000 mon.a (mon.0) 2075 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:26:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:26:27.935216+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:26:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:29.519477+0000 mgr.y (mgr.24491) 7955 : cluster [DBG] pgmap v7021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:29.519477+0000 mgr.y (mgr.24491) 7955 : cluster [DBG] pgmap v7021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:29.519477+0000 mgr.y (mgr.24491) 7955 : cluster [DBG] pgmap v7021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:26:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:31.520128+0000 mgr.y (mgr.24491) 7956 : cluster [DBG] pgmap v7022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:31.520128+0000 mgr.y (mgr.24491) 7956 : cluster [DBG] pgmap v7022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:31.520128+0000 mgr.y (mgr.24491) 7956 : cluster [DBG] pgmap v7022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:33.520750+0000 mgr.y (mgr.24491) 7957 : cluster [DBG] pgmap v7023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:33.520750+0000 mgr.y (mgr.24491) 7957 : cluster [DBG] pgmap v7023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:33.520750+0000 mgr.y (mgr.24491) 7957 : cluster [DBG] pgmap v7023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:35.521607+0000 mgr.y (mgr.24491) 7958 : cluster [DBG] pgmap v7024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:35.521607+0000 mgr.y (mgr.24491) 7958 : cluster [DBG] pgmap v7024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:35.521607+0000 mgr.y (mgr.24491) 7958 : cluster [DBG] pgmap v7024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:37.179 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:26:37.454 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:26:37.455 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 8m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:26:37.455 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:26:37.455 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 8m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:26:37.455 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:26:37.455 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:26:37.455 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 8m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:26:37.455 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (3h) 8m ago 3h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:26:37.455 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:26:37.455 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 8m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:26:37.455 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 8m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:26:37.455 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:26:37.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 8m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:26:37.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 8m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:26:37.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 8m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:26:37.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 8m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:26:37.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:26:37.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:26:37.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:26:37.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:26:37.456 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:26:37.795 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:26:37.795 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:26:37.795 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:26:37.795 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:26:37.795 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:26:37.795 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:26:37.795 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:26:37.796 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:26:37.796 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:26:37.796 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:26:37.796 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:26:37.796 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:26:37.796 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:26:37.796 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:26:37.796 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:26:37.796 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:26:37.797 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:26:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:26:37.169778+0000 mgr.y (mgr.24491) 7959 : audit [DBG] from='client.32927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:38.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:26:37.169778+0000 mgr.y (mgr.24491) 7959 : audit [DBG] from='client.32927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:26:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:26:37.169778+0000 mgr.y (mgr.24491) 7959 : audit [DBG] from='client.32927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:26:37.449207+0000 mgr.y (mgr.24491) 7960 : audit [DBG] from='client.23031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:39.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:37.521990+0000 mgr.y (mgr.24491) 7961 : cluster [DBG] pgmap v7025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:39.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:26:37.797042+0000 mon.a (mon.0) 2077 : audit [DBG] from='client.? 172.21.15.177:0/2533639835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:26:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:26:37.449207+0000 mgr.y (mgr.24491) 7960 : audit [DBG] from='client.23031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:37.521990+0000 mgr.y (mgr.24491) 7961 : cluster [DBG] pgmap v7025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:26:37.797042+0000 mon.a (mon.0) 2077 : audit [DBG] from='client.? 172.21.15.177:0/2533639835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:26:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:26:37.449207+0000 mgr.y (mgr.24491) 7960 : audit [DBG] from='client.23031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:26:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:37.521990+0000 mgr.y (mgr.24491) 7961 : cluster [DBG] pgmap v7025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:26:37.797042+0000 mon.a (mon.0) 2077 : audit [DBG] from='client.? 172.21.15.177:0/2533639835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:26:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:39.522765+0000 mgr.y (mgr.24491) 7962 : cluster [DBG] pgmap v7026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:39.522765+0000 mgr.y (mgr.24491) 7962 : cluster [DBG] pgmap v7026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:39.522765+0000 mgr.y (mgr.24491) 7962 : cluster [DBG] pgmap v7026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:26:43.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:41.523193+0000 mgr.y (mgr.24491) 7963 : cluster [DBG] pgmap v7027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:43.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:41.523193+0000 mgr.y (mgr.24491) 7963 : cluster [DBG] pgmap v7027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:41.523193+0000 mgr.y (mgr.24491) 7963 : cluster [DBG] pgmap v7027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:43.523747+0000 mgr.y (mgr.24491) 7964 : cluster [DBG] pgmap v7028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:43.523747+0000 mgr.y (mgr.24491) 7964 : cluster [DBG] pgmap v7028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:43.523747+0000 mgr.y (mgr.24491) 7964 : cluster [DBG] pgmap v7028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:45.524445+0000 mgr.y (mgr.24491) 7965 : cluster [DBG] pgmap v7029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:45.524445+0000 mgr.y (mgr.24491) 7965 : cluster [DBG] pgmap v7029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:45.524445+0000 mgr.y (mgr.24491) 7965 : cluster [DBG] pgmap v7029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:26:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:47.524843+0000 mgr.y (mgr.24491) 7966 : cluster [DBG] pgmap v7030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:47.524843+0000 mgr.y (mgr.24491) 7966 : cluster [DBG] pgmap v7030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:47.524843+0000 mgr.y (mgr.24491) 7966 : cluster [DBG] pgmap v7030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:49.525384+0000 mgr.y (mgr.24491) 7967 : cluster [DBG] pgmap v7031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:49.525384+0000 mgr.y (mgr.24491) 7967 : cluster [DBG] pgmap v7031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:49.525384+0000 mgr.y (mgr.24491) 7967 : cluster [DBG] pgmap v7031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:26:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:51.525804+0000 mgr.y (mgr.24491) 7968 : cluster [DBG] pgmap v7032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:51.525804+0000 mgr.y (mgr.24491) 7968 : cluster [DBG] pgmap v7032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:51.525804+0000 mgr.y (mgr.24491) 7968 : cluster [DBG] pgmap v7032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:53.526315+0000 mgr.y (mgr.24491) 7969 : cluster [DBG] pgmap v7033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:53.526315+0000 mgr.y (mgr.24491) 7969 : cluster [DBG] pgmap v7033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:53.526315+0000 mgr.y (mgr.24491) 7969 : cluster [DBG] pgmap v7033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:55.527006+0000 mgr.y (mgr.24491) 7970 : cluster [DBG] pgmap v7034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:55.527006+0000 mgr.y (mgr.24491) 7970 : cluster [DBG] pgmap v7034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:55.527006+0000 mgr.y (mgr.24491) 7970 : cluster [DBG] pgmap v7034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:26:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:26:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:26:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:57.527511+0000 mgr.y (mgr.24491) 7971 : cluster [DBG] pgmap v7035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:26:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:57.527511+0000 mgr.y (mgr.24491) 7971 : cluster [DBG] pgmap v7035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:26:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:26:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:57.527511+0000 mgr.y (mgr.24491) 7971 : cluster [DBG] pgmap v7035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:26:59.528384+0000 mgr.y (mgr.24491) 7972 : cluster [DBG] pgmap v7036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:26:59.528384+0000 mgr.y (mgr.24491) 7972 : cluster [DBG] pgmap v7036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:26:59.528384+0000 mgr.y (mgr.24491) 7972 : cluster [DBG] pgmap v7036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:27:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:01.528816+0000 mgr.y (mgr.24491) 7973 : cluster [DBG] pgmap v7037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:01.528816+0000 mgr.y (mgr.24491) 7973 : cluster [DBG] pgmap v7037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:01.528816+0000 mgr.y (mgr.24491) 7973 : cluster [DBG] pgmap v7037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:03.529353+0000 mgr.y (mgr.24491) 7974 : cluster [DBG] pgmap v7038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:03.529353+0000 mgr.y (mgr.24491) 7974 : cluster [DBG] pgmap v7038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:03.529353+0000 mgr.y (mgr.24491) 7974 : cluster [DBG] pgmap v7038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:05.530057+0000 mgr.y (mgr.24491) 7975 : cluster [DBG] pgmap v7039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:05.530057+0000 mgr.y (mgr.24491) 7975 : cluster [DBG] pgmap v7039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:05.530057+0000 mgr.y (mgr.24491) 7975 : cluster [DBG] pgmap v7039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:08.104 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:27:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:27:08.378 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 8m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 8m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 8m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 8m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 8m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (3h) 8m ago 3h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 8m ago 4h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 8m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 8m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 8m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 8m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:27:08.379 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 8m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:27:08.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 8m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:27:08.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 8m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:27:08.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 8m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:27:08.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 8m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:27:08.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 8m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:27:08.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 8m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:27:08.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 8m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:27:08.380 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 8m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:27:08.713 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:27:08.713 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:27:08.713 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:27:08.713 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:27:08.713 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:27:08.713 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:27:08.713 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:27:08.713 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:27:08.714 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:27:08.714 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:27:08.714 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:27:08.714 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:27:08.714 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:27:08.714 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:27:08.714 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:27:08.714 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:27:08.714 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:27:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:07.530450+0000 mgr.y (mgr.24491) 7976 : cluster [DBG] pgmap v7040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:27:08.093890+0000 mgr.y (mgr.24491) 7977 : audit [DBG] from='client.32945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:07.530450+0000 mgr.y (mgr.24491) 7976 : cluster [DBG] pgmap v7040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:27:08.093890+0000 mgr.y (mgr.24491) 7977 : audit [DBG] from='client.32945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:07.530450+0000 mgr.y (mgr.24491) 7976 : cluster [DBG] pgmap v7040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:27:08.093890+0000 mgr.y (mgr.24491) 7977 : audit [DBG] from='client.32945 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:27:08.373613+0000 mgr.y (mgr.24491) 7978 : audit [DBG] from='client.23049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:27:08.715183+0000 mon.c (mon.2) 262 : audit [DBG] from='client.? 172.21.15.177:0/118486467' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:27:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:27:08.373613+0000 mgr.y (mgr.24491) 7978 : audit [DBG] from='client.23049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:27:08.715183+0000 mon.c (mon.2) 262 : audit [DBG] from='client.? 172.21.15.177:0/118486467' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:27:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:27:08.373613+0000 mgr.y (mgr.24491) 7978 : audit [DBG] from='client.23049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:27:08.715183+0000 mon.c (mon.2) 262 : audit [DBG] from='client.? 172.21.15.177:0/118486467' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:27:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:09.531092+0000 mgr.y (mgr.24491) 7979 : cluster [DBG] pgmap v7041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:09.531092+0000 mgr.y (mgr.24491) 7979 : cluster [DBG] pgmap v7041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:09.531092+0000 mgr.y (mgr.24491) 7979 : cluster [DBG] pgmap v7041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:27:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:11.531604+0000 mgr.y (mgr.24491) 7980 : cluster [DBG] pgmap v7042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:11.531604+0000 mgr.y (mgr.24491) 7980 : cluster [DBG] pgmap v7042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:11.531604+0000 mgr.y (mgr.24491) 7980 : cluster [DBG] pgmap v7042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:13.532199+0000 mgr.y (mgr.24491) 7981 : cluster [DBG] pgmap v7043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:13.532199+0000 mgr.y (mgr.24491) 7981 : cluster [DBG] pgmap v7043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:13.532199+0000 mgr.y (mgr.24491) 7981 : cluster [DBG] pgmap v7043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:15.533014+0000 mgr.y (mgr.24491) 7982 : cluster [DBG] pgmap v7044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:15.533014+0000 mgr.y (mgr.24491) 7982 : cluster [DBG] pgmap v7044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:15.533014+0000 mgr.y (mgr.24491) 7982 : cluster [DBG] pgmap v7044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:27:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:17.533511+0000 mgr.y (mgr.24491) 7983 : cluster [DBG] pgmap v7045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:17.533511+0000 mgr.y (mgr.24491) 7983 : cluster [DBG] pgmap v7045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:17.533511+0000 mgr.y (mgr.24491) 7983 : cluster [DBG] pgmap v7045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:19.534120+0000 mgr.y (mgr.24491) 7984 : cluster [DBG] pgmap v7046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:19.534120+0000 mgr.y (mgr.24491) 7984 : cluster [DBG] pgmap v7046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:19.534120+0000 mgr.y (mgr.24491) 7984 : cluster [DBG] pgmap v7046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:27:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:21.534515+0000 mgr.y (mgr.24491) 7985 : cluster [DBG] pgmap v7047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:21.534515+0000 mgr.y (mgr.24491) 7985 : cluster [DBG] pgmap v7047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:21.534515+0000 mgr.y (mgr.24491) 7985 : cluster [DBG] pgmap v7047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:23.535044+0000 mgr.y (mgr.24491) 7986 : cluster [DBG] pgmap v7048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:23.535044+0000 mgr.y (mgr.24491) 7986 : cluster [DBG] pgmap v7048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:23.535044+0000 mgr.y (mgr.24491) 7986 : cluster [DBG] pgmap v7048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:25.535824+0000 mgr.y (mgr.24491) 7987 : cluster [DBG] pgmap v7049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:25.535824+0000 mgr.y (mgr.24491) 7987 : cluster [DBG] pgmap v7049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:25.535824+0000 mgr.y (mgr.24491) 7987 : cluster [DBG] pgmap v7049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:27:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:27.536295+0000 mgr.y (mgr.24491) 7988 : cluster [DBG] pgmap v7050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:27:27.939395+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:27:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:27:28.230373+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:27:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:27:28.231053+0000 mon.a (mon.0) 2080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:27:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:27:28.235708+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:27:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:27.536295+0000 mgr.y (mgr.24491) 7988 : cluster [DBG] pgmap v7050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:27:27.939395+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:27:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:27:28.230373+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:27:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:27:28.231053+0000 mon.a (mon.0) 2080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:27:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:27:28.235708+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:27:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:27.536295+0000 mgr.y (mgr.24491) 7988 : cluster [DBG] pgmap v7050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:27:27.939395+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:27:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:27:28.230373+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:27:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:27:28.231053+0000 mon.a (mon.0) 2080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:27:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:27:28.235708+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:27:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:29.537170+0000 mgr.y (mgr.24491) 7989 : cluster [DBG] pgmap v7051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:29.537170+0000 mgr.y (mgr.24491) 7989 : cluster [DBG] pgmap v7051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:29.537170+0000 mgr.y (mgr.24491) 7989 : cluster [DBG] pgmap v7051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:27:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:31.537694+0000 mgr.y (mgr.24491) 7990 : cluster [DBG] pgmap v7052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:31.537694+0000 mgr.y (mgr.24491) 7990 : cluster [DBG] pgmap v7052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:31.537694+0000 mgr.y (mgr.24491) 7990 : cluster [DBG] pgmap v7052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:33.538134+0000 mgr.y (mgr.24491) 7991 : cluster [DBG] pgmap v7053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:33.538134+0000 mgr.y (mgr.24491) 7991 : cluster [DBG] pgmap v7053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:33.538134+0000 mgr.y (mgr.24491) 7991 : cluster [DBG] pgmap v7053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:35.539027+0000 mgr.y (mgr.24491) 7992 : cluster [DBG] pgmap v7054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:35.539027+0000 mgr.y (mgr.24491) 7992 : cluster [DBG] pgmap v7054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:35.539027+0000 mgr.y (mgr.24491) 7992 : cluster [DBG] pgmap v7054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:27:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:37.539475+0000 mgr.y (mgr.24491) 7993 : cluster [DBG] pgmap v7055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:37.539475+0000 mgr.y (mgr.24491) 7993 : cluster [DBG] pgmap v7055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:37.539475+0000 mgr.y (mgr.24491) 7993 : cluster [DBG] pgmap v7055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:39.024 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:27:39.300 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:27:39.300 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:27:39.300 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:27:39.300 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:27:39.300 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:27:39.300 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:27:39.300 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 9m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 9m ago 4h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 9m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:27:39.301 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:27:39.636 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:27:39.637 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:27:39.638 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:27:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:27:39.015054+0000 mgr.y (mgr.24491) 7994 : audit [DBG] from='client.23061 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:39.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:27:39.015054+0000 mgr.y (mgr.24491) 7994 : audit [DBG] from='client.23061 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:27:39.015054+0000 mgr.y (mgr.24491) 7994 : audit [DBG] from='client.23061 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:27:39.295090+0000 mgr.y (mgr.24491) 7995 : audit [DBG] from='client.23067 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:39.540039+0000 mgr.y (mgr.24491) 7996 : cluster [DBG] pgmap v7056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:27:39.639145+0000 mon.a (mon.0) 2082 : audit [DBG] from='client.? 172.21.15.177:0/3102011633' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:27:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:27:39.295090+0000 mgr.y (mgr.24491) 7995 : audit [DBG] from='client.23067 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:39.540039+0000 mgr.y (mgr.24491) 7996 : cluster [DBG] pgmap v7056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:27:39.639145+0000 mon.a (mon.0) 2082 : audit [DBG] from='client.? 172.21.15.177:0/3102011633' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:27:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:27:39.295090+0000 mgr.y (mgr.24491) 7995 : audit [DBG] from='client.23067 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:27:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:39.540039+0000 mgr.y (mgr.24491) 7996 : cluster [DBG] pgmap v7056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:27:39.639145+0000 mon.a (mon.0) 2082 : audit [DBG] from='client.? 172.21.15.177:0/3102011633' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:27:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:27:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:41.540539+0000 mgr.y (mgr.24491) 7997 : cluster [DBG] pgmap v7057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:41.540539+0000 mgr.y (mgr.24491) 7997 : cluster [DBG] pgmap v7057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:41.540539+0000 mgr.y (mgr.24491) 7997 : cluster [DBG] pgmap v7057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:43.541072+0000 mgr.y (mgr.24491) 7998 : cluster [DBG] pgmap v7058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:43.541072+0000 mgr.y (mgr.24491) 7998 : cluster [DBG] pgmap v7058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:43.541072+0000 mgr.y (mgr.24491) 7998 : cluster [DBG] pgmap v7058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:45.541759+0000 mgr.y (mgr.24491) 7999 : cluster [DBG] pgmap v7059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:45.541759+0000 mgr.y (mgr.24491) 7999 : cluster [DBG] pgmap v7059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:45.541759+0000 mgr.y (mgr.24491) 7999 : cluster [DBG] pgmap v7059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:27:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:47.542213+0000 mgr.y (mgr.24491) 8000 : cluster [DBG] pgmap v7060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:47.542213+0000 mgr.y (mgr.24491) 8000 : cluster [DBG] pgmap v7060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:49.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:47.542213+0000 mgr.y (mgr.24491) 8000 : cluster [DBG] pgmap v7060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:49.542842+0000 mgr.y (mgr.24491) 8001 : cluster [DBG] pgmap v7061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:49.542842+0000 mgr.y (mgr.24491) 8001 : cluster [DBG] pgmap v7061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:49.542842+0000 mgr.y (mgr.24491) 8001 : cluster [DBG] pgmap v7061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:27:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:51.543285+0000 mgr.y (mgr.24491) 8002 : cluster [DBG] pgmap v7062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:51.543285+0000 mgr.y (mgr.24491) 8002 : cluster [DBG] pgmap v7062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:51.543285+0000 mgr.y (mgr.24491) 8002 : cluster [DBG] pgmap v7062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:53.543691+0000 mgr.y (mgr.24491) 8003 : cluster [DBG] pgmap v7063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:53.543691+0000 mgr.y (mgr.24491) 8003 : cluster [DBG] pgmap v7063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:53.543691+0000 mgr.y (mgr.24491) 8003 : cluster [DBG] pgmap v7063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:55.544349+0000 mgr.y (mgr.24491) 8004 : cluster [DBG] pgmap v7064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:55.544349+0000 mgr.y (mgr.24491) 8004 : cluster [DBG] pgmap v7064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:55.544349+0000 mgr.y (mgr.24491) 8004 : cluster [DBG] pgmap v7064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:27:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:27:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:27:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:57.544786+0000 mgr.y (mgr.24491) 8005 : cluster [DBG] pgmap v7065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:57.544786+0000 mgr.y (mgr.24491) 8005 : cluster [DBG] pgmap v7065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:27:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:57.544786+0000 mgr.y (mgr.24491) 8005 : cluster [DBG] pgmap v7065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:27:59.545561+0000 mgr.y (mgr.24491) 8006 : cluster [DBG] pgmap v7066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:27:59.545561+0000 mgr.y (mgr.24491) 8006 : cluster [DBG] pgmap v7066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:27:59.545561+0000 mgr.y (mgr.24491) 8006 : cluster [DBG] pgmap v7066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:28:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:01.546042+0000 mgr.y (mgr.24491) 8007 : cluster [DBG] pgmap v7067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:01.546042+0000 mgr.y (mgr.24491) 8007 : cluster [DBG] pgmap v7067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:01.546042+0000 mgr.y (mgr.24491) 8007 : cluster [DBG] pgmap v7067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:03.546419+0000 mgr.y (mgr.24491) 8008 : cluster [DBG] pgmap v7068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:03.546419+0000 mgr.y (mgr.24491) 8008 : cluster [DBG] pgmap v7068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:03.546419+0000 mgr.y (mgr.24491) 8008 : cluster [DBG] pgmap v7068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:05.547116+0000 mgr.y (mgr.24491) 8009 : cluster [DBG] pgmap v7069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:05.547116+0000 mgr.y (mgr.24491) 8009 : cluster [DBG] pgmap v7069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:05.547116+0000 mgr.y (mgr.24491) 8009 : cluster [DBG] pgmap v7069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:28:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:07.547660+0000 mgr.y (mgr.24491) 8010 : cluster [DBG] pgmap v7070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:09.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:07.547660+0000 mgr.y (mgr.24491) 8010 : cluster [DBG] pgmap v7070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:07.547660+0000 mgr.y (mgr.24491) 8010 : cluster [DBG] pgmap v7070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:09.949 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:28:10.223 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:28:10.223 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 9m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:28:10.223 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9m ago 3h 62.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:28:10.223 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 9m ago 3h 23.9M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:28:10.224 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:28:10.224 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9m ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:28:10.224 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 9m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:28:10.224 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 9m ago 4h 645M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:28:10.224 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (3h) 9m ago 3h 338M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:28:10.224 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (3h) 9m ago 3h 342M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:28:10.224 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 9m ago 3h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:28:10.224 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9m ago 3h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:28:10.224 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 9m ago 3h 44.9M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:28:10.224 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 9m ago 3h 44.7M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:28:10.225 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 9m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:28:10.225 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 9m ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:28:10.225 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:28:10.225 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:28:10.225 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9m ago 3h 42.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:28:10.225 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:28:10.225 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:28:10.557 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:28:10.558 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:28:10.558 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:28:10.558 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:28:10.558 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:28:10.558 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:28:10.558 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:28:10.558 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:28:10.558 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:28:10.558 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:28:10.559 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:28:10.559 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:28:10.559 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:28:10.559 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:28:10.559 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:28:10.559 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:28:10.559 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:28:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:09.548527+0000 mgr.y (mgr.24491) 8011 : cluster [DBG] pgmap v7071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:09.938975+0000 mgr.y (mgr.24491) 8012 : audit [DBG] from='client.23079 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:10.217203+0000 mgr.y (mgr.24491) 8013 : audit [DBG] from='client.23085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:10.559712+0000 mon.c (mon.2) 263 : audit [DBG] from='client.? 172.21.15.177:0/3377040719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:28:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:09.548527+0000 mgr.y (mgr.24491) 8011 : cluster [DBG] pgmap v7071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:09.938975+0000 mgr.y (mgr.24491) 8012 : audit [DBG] from='client.23079 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:10.217203+0000 mgr.y (mgr.24491) 8013 : audit [DBG] from='client.23085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:10.559712+0000 mon.c (mon.2) 263 : audit [DBG] from='client.? 172.21.15.177:0/3377040719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:28:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:09.548527+0000 mgr.y (mgr.24491) 8011 : cluster [DBG] pgmap v7071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:09.938975+0000 mgr.y (mgr.24491) 8012 : audit [DBG] from='client.23079 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:10.217203+0000 mgr.y (mgr.24491) 8013 : audit [DBG] from='client.23085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:10.559712+0000 mon.c (mon.2) 263 : audit [DBG] from='client.? 172.21.15.177:0/3377040719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:28:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:28:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:11.549008+0000 mgr.y (mgr.24491) 8014 : cluster [DBG] pgmap v7072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:13.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:11.549008+0000 mgr.y (mgr.24491) 8014 : cluster [DBG] pgmap v7072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:11.549008+0000 mgr.y (mgr.24491) 8014 : cluster [DBG] pgmap v7072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:13.549477+0000 mgr.y (mgr.24491) 8015 : cluster [DBG] pgmap v7073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:15.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:13.549477+0000 mgr.y (mgr.24491) 8015 : cluster [DBG] pgmap v7073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:13.549477+0000 mgr.y (mgr.24491) 8015 : cluster [DBG] pgmap v7073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:15.550104+0000 mgr.y (mgr.24491) 8016 : cluster [DBG] pgmap v7074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:15.550104+0000 mgr.y (mgr.24491) 8016 : cluster [DBG] pgmap v7074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:15.550104+0000 mgr.y (mgr.24491) 8016 : cluster [DBG] pgmap v7074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:28:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:17.550581+0000 mgr.y (mgr.24491) 8017 : cluster [DBG] pgmap v7075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:17.550581+0000 mgr.y (mgr.24491) 8017 : cluster [DBG] pgmap v7075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:17.550581+0000 mgr.y (mgr.24491) 8017 : cluster [DBG] pgmap v7075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:19.551267+0000 mgr.y (mgr.24491) 8018 : cluster [DBG] pgmap v7076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:19.551267+0000 mgr.y (mgr.24491) 8018 : cluster [DBG] pgmap v7076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:19.551267+0000 mgr.y (mgr.24491) 8018 : cluster [DBG] pgmap v7076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:28:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:21.551644+0000 mgr.y (mgr.24491) 8019 : cluster [DBG] pgmap v7077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:21.551644+0000 mgr.y (mgr.24491) 8019 : cluster [DBG] pgmap v7077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:21.551644+0000 mgr.y (mgr.24491) 8019 : cluster [DBG] pgmap v7077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:23.552045+0000 mgr.y (mgr.24491) 8020 : cluster [DBG] pgmap v7078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:23.552045+0000 mgr.y (mgr.24491) 8020 : cluster [DBG] pgmap v7078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:25.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:23.552045+0000 mgr.y (mgr.24491) 8020 : cluster [DBG] pgmap v7078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:25.552885+0000 mgr.y (mgr.24491) 8021 : cluster [DBG] pgmap v7079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:25.552885+0000 mgr.y (mgr.24491) 8021 : cluster [DBG] pgmap v7079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:25.552885+0000 mgr.y (mgr.24491) 8021 : cluster [DBG] pgmap v7079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:28:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:27.553481+0000 mgr.y (mgr.24491) 8022 : cluster [DBG] pgmap v7080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:28.239821+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:28:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:27.553481+0000 mgr.y (mgr.24491) 8022 : cluster [DBG] pgmap v7080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:28.239821+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:28:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:27.553481+0000 mgr.y (mgr.24491) 8022 : cluster [DBG] pgmap v7080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:28.239821+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:28:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:29.554201+0000 mgr.y (mgr.24491) 8023 : cluster [DBG] pgmap v7081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:30.703678+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:28:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:29.554201+0000 mgr.y (mgr.24491) 8023 : cluster [DBG] pgmap v7081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:30.703678+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:28:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:29.554201+0000 mgr.y (mgr.24491) 8023 : cluster [DBG] pgmap v7081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:30.703678+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:28:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:28:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:31.554644+0000 mgr.y (mgr.24491) 8024 : cluster [DBG] pgmap v7082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:31.656035+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:28:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:31.934605+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:28:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:31.935584+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:28:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:31.942844+0000 mon.a (mon.0) 2088 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:28:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:31.554644+0000 mgr.y (mgr.24491) 8024 : cluster [DBG] pgmap v7082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:31.656035+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:28:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:31.934605+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:28:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:31.935584+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:28:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:31.942844+0000 mon.a (mon.0) 2088 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:28:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:31.554644+0000 mgr.y (mgr.24491) 8024 : cluster [DBG] pgmap v7082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:31.656035+0000 mon.a (mon.0) 2085 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:28:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:31.934605+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:28:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:31.935584+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:28:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:31.942844+0000 mon.a (mon.0) 2088 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:28:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:33.555183+0000 mgr.y (mgr.24491) 8025 : cluster [DBG] pgmap v7083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:33.555183+0000 mgr.y (mgr.24491) 8025 : cluster [DBG] pgmap v7083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:33.555183+0000 mgr.y (mgr.24491) 8025 : cluster [DBG] pgmap v7083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:35.555775+0000 mgr.y (mgr.24491) 8026 : cluster [DBG] pgmap v7084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:35.555775+0000 mgr.y (mgr.24491) 8026 : cluster [DBG] pgmap v7084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:35.555775+0000 mgr.y (mgr.24491) 8026 : cluster [DBG] pgmap v7084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:28:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:37.556152+0000 mgr.y (mgr.24491) 8027 : cluster [DBG] pgmap v7085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:37.556152+0000 mgr.y (mgr.24491) 8027 : cluster [DBG] pgmap v7085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:37.556152+0000 mgr.y (mgr.24491) 8027 : cluster [DBG] pgmap v7085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:40.872 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:28:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:39.556915+0000 mgr.y (mgr.24491) 8028 : cluster [DBG] pgmap v7086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:41.145 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:28:41.145 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 10s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:28:41.145 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 9s ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:28:41.145 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 10s ago 3h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:28:41.145 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 9s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (3h) 9s ago 3h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 10s ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 10s ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 9s ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 10s ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 10s ago 3h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 9s ago 3h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (3h) 10s ago 3h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 10s ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 10s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 10s ago 3h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 9s ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 9s ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 9s ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:28:41.146 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 9s ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:28:41.147 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 9s ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:28:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:39.556915+0000 mgr.y (mgr.24491) 8028 : cluster [DBG] pgmap v7086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:39.556915+0000 mgr.y (mgr.24491) 8028 : cluster [DBG] pgmap v7086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:41.478 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:28:41.478 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:28:41.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:28:41.478 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:28:41.478 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:28:41.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:28:41.478 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:28:41.478 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:28:41.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:28:41.478 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:28:41.479 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:28:41.479 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:28:41.479 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:28:41.479 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:28:41.479 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:28:41.479 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:28:41.479 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:28:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:28:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:40.861839+0000 mgr.y (mgr.24491) 8029 : audit [DBG] from='client.23097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:41.140074+0000 mgr.y (mgr.24491) 8030 : audit [DBG] from='client.23103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:28:41.480120+0000 mon.a (mon.0) 2089 : audit [DBG] from='client.? 172.21.15.177:0/1801027581' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:28:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:40.861839+0000 mgr.y (mgr.24491) 8029 : audit [DBG] from='client.23097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:41.140074+0000 mgr.y (mgr.24491) 8030 : audit [DBG] from='client.23103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:28:41.480120+0000 mon.a (mon.0) 2089 : audit [DBG] from='client.? 172.21.15.177:0/1801027581' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:28:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:40.861839+0000 mgr.y (mgr.24491) 8029 : audit [DBG] from='client.23097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:41.140074+0000 mgr.y (mgr.24491) 8030 : audit [DBG] from='client.23103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:28:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:28:41.480120+0000 mon.a (mon.0) 2089 : audit [DBG] from='client.? 172.21.15.177:0/1801027581' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:28:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:41.557299+0000 mgr.y (mgr.24491) 8031 : cluster [DBG] pgmap v7087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:41.557299+0000 mgr.y (mgr.24491) 8031 : cluster [DBG] pgmap v7087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:43.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:41.557299+0000 mgr.y (mgr.24491) 8031 : cluster [DBG] pgmap v7087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:43.557691+0000 mgr.y (mgr.24491) 8032 : cluster [DBG] pgmap v7088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:43.557691+0000 mgr.y (mgr.24491) 8032 : cluster [DBG] pgmap v7088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:43.557691+0000 mgr.y (mgr.24491) 8032 : cluster [DBG] pgmap v7088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:45.558392+0000 mgr.y (mgr.24491) 8033 : cluster [DBG] pgmap v7089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:45.558392+0000 mgr.y (mgr.24491) 8033 : cluster [DBG] pgmap v7089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:45.558392+0000 mgr.y (mgr.24491) 8033 : cluster [DBG] pgmap v7089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:28:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:47.558832+0000 mgr.y (mgr.24491) 8034 : cluster [DBG] pgmap v7090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:47.558832+0000 mgr.y (mgr.24491) 8034 : cluster [DBG] pgmap v7090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:47.558832+0000 mgr.y (mgr.24491) 8034 : cluster [DBG] pgmap v7090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:49.559579+0000 mgr.y (mgr.24491) 8035 : cluster [DBG] pgmap v7091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:49.559579+0000 mgr.y (mgr.24491) 8035 : cluster [DBG] pgmap v7091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:49.559579+0000 mgr.y (mgr.24491) 8035 : cluster [DBG] pgmap v7091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:28:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:51.560131+0000 mgr.y (mgr.24491) 8036 : cluster [DBG] pgmap v7092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:51.560131+0000 mgr.y (mgr.24491) 8036 : cluster [DBG] pgmap v7092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:51.560131+0000 mgr.y (mgr.24491) 8036 : cluster [DBG] pgmap v7092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:53.560549+0000 mgr.y (mgr.24491) 8037 : cluster [DBG] pgmap v7093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:53.560549+0000 mgr.y (mgr.24491) 8037 : cluster [DBG] pgmap v7093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:55.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:53.560549+0000 mgr.y (mgr.24491) 8037 : cluster [DBG] pgmap v7093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:55.561338+0000 mgr.y (mgr.24491) 8038 : cluster [DBG] pgmap v7094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:55.561338+0000 mgr.y (mgr.24491) 8038 : cluster [DBG] pgmap v7094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:55.561338+0000 mgr.y (mgr.24491) 8038 : cluster [DBG] pgmap v7094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:28:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:28:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:28:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:57.561835+0000 mgr.y (mgr.24491) 8039 : cluster [DBG] pgmap v7095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:57.561835+0000 mgr.y (mgr.24491) 8039 : cluster [DBG] pgmap v7095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:28:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:28:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:57.561835+0000 mgr.y (mgr.24491) 8039 : cluster [DBG] pgmap v7095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:28:59.562450+0000 mgr.y (mgr.24491) 8040 : cluster [DBG] pgmap v7096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:28:59.562450+0000 mgr.y (mgr.24491) 8040 : cluster [DBG] pgmap v7096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:28:59.562450+0000 mgr.y (mgr.24491) 8040 : cluster [DBG] pgmap v7096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:29:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:01.563028+0000 mgr.y (mgr.24491) 8041 : cluster [DBG] pgmap v7097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:01.563028+0000 mgr.y (mgr.24491) 8041 : cluster [DBG] pgmap v7097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:01.563028+0000 mgr.y (mgr.24491) 8041 : cluster [DBG] pgmap v7097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:03.563387+0000 mgr.y (mgr.24491) 8042 : cluster [DBG] pgmap v7098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:03.563387+0000 mgr.y (mgr.24491) 8042 : cluster [DBG] pgmap v7098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:03.563387+0000 mgr.y (mgr.24491) 8042 : cluster [DBG] pgmap v7098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:05.564143+0000 mgr.y (mgr.24491) 8043 : cluster [DBG] pgmap v7099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:05.564143+0000 mgr.y (mgr.24491) 8043 : cluster [DBG] pgmap v7099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:05.564143+0000 mgr.y (mgr.24491) 8043 : cluster [DBG] pgmap v7099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:29:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:07.564535+0000 mgr.y (mgr.24491) 8044 : cluster [DBG] pgmap v7100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:07.564535+0000 mgr.y (mgr.24491) 8044 : cluster [DBG] pgmap v7100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:07.564535+0000 mgr.y (mgr.24491) 8044 : cluster [DBG] pgmap v7100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:09.565332+0000 mgr.y (mgr.24491) 8045 : cluster [DBG] pgmap v7101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:09.565332+0000 mgr.y (mgr.24491) 8045 : cluster [DBG] pgmap v7101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:09.565332+0000 mgr.y (mgr.24491) 8045 : cluster [DBG] pgmap v7101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:29:11.790 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:29:12.064 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:29:12.064 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 41s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:29:12.064 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 40s ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:29:12.064 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 41s ago 3h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:29:12.064 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 40s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:29:12.064 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 40s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:29:12.064 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 41s ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:29:12.064 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 41s ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:29:12.065 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 40s ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:29:12.065 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 41s ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:29:12.065 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 41s ago 3h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:29:12.065 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 40s ago 3h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:29:12.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 41s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:29:12.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (3h) 41s ago 3h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:29:12.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 41s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:29:12.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 41s ago 3h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:29:12.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 40s ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:29:12.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 40s ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:29:12.065 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 40s ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:29:12.066 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 40s ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:29:12.066 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 40s ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:29:12.404 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:29:12.404 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:29:12.404 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:29:12.404 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:29:12.404 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:29:12.405 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:29:12.405 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:29:12.405 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:29:12.405 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:29:12.405 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:29:12.405 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:29:12.405 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:29:12.405 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:29:12.405 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:29:12.405 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:29:12.406 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:29:12.406 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:29:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:11.565710+0000 mgr.y (mgr.24491) 8046 : cluster [DBG] pgmap v7102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:29:11.780531+0000 mgr.y (mgr.24491) 8047 : audit [DBG] from='client.33017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:29:12.058310+0000 mgr.y (mgr.24491) 8048 : audit [DBG] from='client.23121 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:29:12.406339+0000 mon.c (mon.2) 264 : audit [DBG] from='client.? 172.21.15.177:0/365258395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:29:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:11.565710+0000 mgr.y (mgr.24491) 8046 : cluster [DBG] pgmap v7102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:29:11.780531+0000 mgr.y (mgr.24491) 8047 : audit [DBG] from='client.33017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:29:12.058310+0000 mgr.y (mgr.24491) 8048 : audit [DBG] from='client.23121 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:29:12.406339+0000 mon.c (mon.2) 264 : audit [DBG] from='client.? 172.21.15.177:0/365258395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:29:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:11.565710+0000 mgr.y (mgr.24491) 8046 : cluster [DBG] pgmap v7102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:29:11.780531+0000 mgr.y (mgr.24491) 8047 : audit [DBG] from='client.33017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:29:12.058310+0000 mgr.y (mgr.24491) 8048 : audit [DBG] from='client.23121 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:29:12.406339+0000 mon.c (mon.2) 264 : audit [DBG] from='client.? 172.21.15.177:0/365258395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:29:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:13.566269+0000 mgr.y (mgr.24491) 8049 : cluster [DBG] pgmap v7103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:13.566269+0000 mgr.y (mgr.24491) 8049 : cluster [DBG] pgmap v7103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:13.566269+0000 mgr.y (mgr.24491) 8049 : cluster [DBG] pgmap v7103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:15.566965+0000 mgr.y (mgr.24491) 8050 : cluster [DBG] pgmap v7104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:15.566965+0000 mgr.y (mgr.24491) 8050 : cluster [DBG] pgmap v7104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:15.566965+0000 mgr.y (mgr.24491) 8050 : cluster [DBG] pgmap v7104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:29:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:17.567591+0000 mgr.y (mgr.24491) 8051 : cluster [DBG] pgmap v7105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:17.567591+0000 mgr.y (mgr.24491) 8051 : cluster [DBG] pgmap v7105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:17.567591+0000 mgr.y (mgr.24491) 8051 : cluster [DBG] pgmap v7105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:19.568240+0000 mgr.y (mgr.24491) 8052 : cluster [DBG] pgmap v7106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:19.568240+0000 mgr.y (mgr.24491) 8052 : cluster [DBG] pgmap v7106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:19.568240+0000 mgr.y (mgr.24491) 8052 : cluster [DBG] pgmap v7106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:29:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:21.568845+0000 mgr.y (mgr.24491) 8053 : cluster [DBG] pgmap v7107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:21.568845+0000 mgr.y (mgr.24491) 8053 : cluster [DBG] pgmap v7107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:21.568845+0000 mgr.y (mgr.24491) 8053 : cluster [DBG] pgmap v7107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:23.569275+0000 mgr.y (mgr.24491) 8054 : cluster [DBG] pgmap v7108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:23.569275+0000 mgr.y (mgr.24491) 8054 : cluster [DBG] pgmap v7108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:23.569275+0000 mgr.y (mgr.24491) 8054 : cluster [DBG] pgmap v7108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:25.569885+0000 mgr.y (mgr.24491) 8055 : cluster [DBG] pgmap v7109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:25.569885+0000 mgr.y (mgr.24491) 8055 : cluster [DBG] pgmap v7109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:25.569885+0000 mgr.y (mgr.24491) 8055 : cluster [DBG] pgmap v7109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:29:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:27.570304+0000 mgr.y (mgr.24491) 8056 : cluster [DBG] pgmap v7110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:27.570304+0000 mgr.y (mgr.24491) 8056 : cluster [DBG] pgmap v7110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:27.570304+0000 mgr.y (mgr.24491) 8056 : cluster [DBG] pgmap v7110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:29.570949+0000 mgr.y (mgr.24491) 8057 : cluster [DBG] pgmap v7111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:29.570949+0000 mgr.y (mgr.24491) 8057 : cluster [DBG] pgmap v7111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:29.570949+0000 mgr.y (mgr.24491) 8057 : cluster [DBG] pgmap v7111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:29:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:31.571423+0000 mgr.y (mgr.24491) 8058 : cluster [DBG] pgmap v7112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:29:31.948321+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:29:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:29:32.241398+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:29:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:29:32.242001+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:29:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:29:32.246121+0000 mon.a (mon.0) 2093 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:29:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:31.571423+0000 mgr.y (mgr.24491) 8058 : cluster [DBG] pgmap v7112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:29:31.948321+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:29:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:29:32.241398+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:29:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:29:32.242001+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:29:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:29:32.246121+0000 mon.a (mon.0) 2093 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:29:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:31.571423+0000 mgr.y (mgr.24491) 8058 : cluster [DBG] pgmap v7112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:29:31.948321+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:29:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:29:32.241398+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:29:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:29:32.242001+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:29:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:29:32.246121+0000 mon.a (mon.0) 2093 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:29:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:33.571797+0000 mgr.y (mgr.24491) 8059 : cluster [DBG] pgmap v7113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:33.571797+0000 mgr.y (mgr.24491) 8059 : cluster [DBG] pgmap v7113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:33.571797+0000 mgr.y (mgr.24491) 8059 : cluster [DBG] pgmap v7113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:35.572487+0000 mgr.y (mgr.24491) 8060 : cluster [DBG] pgmap v7114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:35.572487+0000 mgr.y (mgr.24491) 8060 : cluster [DBG] pgmap v7114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:35.572487+0000 mgr.y (mgr.24491) 8060 : cluster [DBG] pgmap v7114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:29:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:37.573052+0000 mgr.y (mgr.24491) 8061 : cluster [DBG] pgmap v7115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:37.573052+0000 mgr.y (mgr.24491) 8061 : cluster [DBG] pgmap v7115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:37.573052+0000 mgr.y (mgr.24491) 8061 : cluster [DBG] pgmap v7115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:39.573795+0000 mgr.y (mgr.24491) 8062 : cluster [DBG] pgmap v7116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:39.573795+0000 mgr.y (mgr.24491) 8062 : cluster [DBG] pgmap v7116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:39.573795+0000 mgr.y (mgr.24491) 8062 : cluster [DBG] pgmap v7116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:29:42.724 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:29:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:41.574214+0000 mgr.y (mgr.24491) 8063 : cluster [DBG] pgmap v7117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:43.005 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:29:43.005 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 72s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:29:43.005 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 71s ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:29:43.005 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 72s ago 3h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:29:43.005 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 71s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:29:43.005 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 71s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:29:43.005 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 72s ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:29:43.005 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 72s ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:29:43.005 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 71s ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:29:43.006 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 72s ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:29:43.006 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 72s ago 3h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:29:43.006 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 71s ago 3h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:29:43.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 72s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:29:43.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 72s ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:29:43.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (3h) 72s ago 3h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:29:43.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 72s ago 3h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:29:43.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 71s ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:29:43.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 71s ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:29:43.006 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 71s ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:29:43.007 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 71s ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:29:43.007 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 71s ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:29:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:41.574214+0000 mgr.y (mgr.24491) 8063 : cluster [DBG] pgmap v7117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:41.574214+0000 mgr.y (mgr.24491) 8063 : cluster [DBG] pgmap v7117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:43.337 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:29:43.337 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:29:43.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:29:43.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:29:43.338 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:29:43.338 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:29:43.338 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:29:43.338 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:29:43.338 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:29:43.338 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:29:43.338 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:29:43.338 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:29:43.339 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:29:43.339 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:29:43.339 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:29:43.339 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:29:43.339 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:29:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:29:42.713812+0000 mgr.y (mgr.24491) 8064 : audit [DBG] from='client.33035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:29:42.998964+0000 mgr.y (mgr.24491) 8065 : audit [DBG] from='client.23139 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:29:43.339580+0000 mon.c (mon.2) 265 : audit [DBG] from='client.? 172.21.15.177:0/4220061620' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:29:44.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:29:42.713812+0000 mgr.y (mgr.24491) 8064 : audit [DBG] from='client.33035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:29:42.998964+0000 mgr.y (mgr.24491) 8065 : audit [DBG] from='client.23139 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:29:43.339580+0000 mon.c (mon.2) 265 : audit [DBG] from='client.? 172.21.15.177:0/4220061620' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:29:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:29:42.713812+0000 mgr.y (mgr.24491) 8064 : audit [DBG] from='client.33035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:29:42.998964+0000 mgr.y (mgr.24491) 8065 : audit [DBG] from='client.23139 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:29:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:29:43.339580+0000 mon.c (mon.2) 265 : audit [DBG] from='client.? 172.21.15.177:0/4220061620' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:29:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:43.574626+0000 mgr.y (mgr.24491) 8066 : cluster [DBG] pgmap v7118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:43.574626+0000 mgr.y (mgr.24491) 8066 : cluster [DBG] pgmap v7118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:43.574626+0000 mgr.y (mgr.24491) 8066 : cluster [DBG] pgmap v7118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:45.575460+0000 mgr.y (mgr.24491) 8067 : cluster [DBG] pgmap v7119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:45.575460+0000 mgr.y (mgr.24491) 8067 : cluster [DBG] pgmap v7119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:45.575460+0000 mgr.y (mgr.24491) 8067 : cluster [DBG] pgmap v7119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:29:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:47.575851+0000 mgr.y (mgr.24491) 8068 : cluster [DBG] pgmap v7120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:47.575851+0000 mgr.y (mgr.24491) 8068 : cluster [DBG] pgmap v7120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:47.575851+0000 mgr.y (mgr.24491) 8068 : cluster [DBG] pgmap v7120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:49.576436+0000 mgr.y (mgr.24491) 8069 : cluster [DBG] pgmap v7121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:49.576436+0000 mgr.y (mgr.24491) 8069 : cluster [DBG] pgmap v7121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:49.576436+0000 mgr.y (mgr.24491) 8069 : cluster [DBG] pgmap v7121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:29:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:51.576933+0000 mgr.y (mgr.24491) 8070 : cluster [DBG] pgmap v7122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:51.576933+0000 mgr.y (mgr.24491) 8070 : cluster [DBG] pgmap v7122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:51.576933+0000 mgr.y (mgr.24491) 8070 : cluster [DBG] pgmap v7122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:53.577330+0000 mgr.y (mgr.24491) 8071 : cluster [DBG] pgmap v7123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:53.577330+0000 mgr.y (mgr.24491) 8071 : cluster [DBG] pgmap v7123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:53.577330+0000 mgr.y (mgr.24491) 8071 : cluster [DBG] pgmap v7123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:55.578215+0000 mgr.y (mgr.24491) 8072 : cluster [DBG] pgmap v7124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:55.578215+0000 mgr.y (mgr.24491) 8072 : cluster [DBG] pgmap v7124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:55.578215+0000 mgr.y (mgr.24491) 8072 : cluster [DBG] pgmap v7124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:29:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:29:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:29:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:57.578765+0000 mgr.y (mgr.24491) 8073 : cluster [DBG] pgmap v7125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:57.578765+0000 mgr.y (mgr.24491) 8073 : cluster [DBG] pgmap v7125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:29:59.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:57.578765+0000 mgr.y (mgr.24491) 8073 : cluster [DBG] pgmap v7125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T07:29:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:30:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:29:59.579572+0000 mgr.y (mgr.24491) 8074 : cluster [DBG] pgmap v7126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:00.000087+0000 mon.a (mon.0) 2094 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:30:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:29:59.579572+0000 mgr.y (mgr.24491) 8074 : cluster [DBG] pgmap v7126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:00.000087+0000 mon.a (mon.0) 2094 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:30:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:29:59.579572+0000 mgr.y (mgr.24491) 8074 : cluster [DBG] pgmap v7126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:00.000087+0000 mon.a (mon.0) 2094 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:30:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:30:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:01.580066+0000 mgr.y (mgr.24491) 8075 : cluster [DBG] pgmap v7127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:01.580066+0000 mgr.y (mgr.24491) 8075 : cluster [DBG] pgmap v7127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:01.580066+0000 mgr.y (mgr.24491) 8075 : cluster [DBG] pgmap v7127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:03.580485+0000 mgr.y (mgr.24491) 8076 : cluster [DBG] pgmap v7128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:05.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:03.580485+0000 mgr.y (mgr.24491) 8076 : cluster [DBG] pgmap v7128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:03.580485+0000 mgr.y (mgr.24491) 8076 : cluster [DBG] pgmap v7128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:05.581323+0000 mgr.y (mgr.24491) 8077 : cluster [DBG] pgmap v7129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:05.581323+0000 mgr.y (mgr.24491) 8077 : cluster [DBG] pgmap v7129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:05.581323+0000 mgr.y (mgr.24491) 8077 : cluster [DBG] pgmap v7129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:30:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:07.581719+0000 mgr.y (mgr.24491) 8078 : cluster [DBG] pgmap v7130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:09.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:07.581719+0000 mgr.y (mgr.24491) 8078 : cluster [DBG] pgmap v7130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:07.581719+0000 mgr.y (mgr.24491) 8078 : cluster [DBG] pgmap v7130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:09.582369+0000 mgr.y (mgr.24491) 8079 : cluster [DBG] pgmap v7131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:09.582369+0000 mgr.y (mgr.24491) 8079 : cluster [DBG] pgmap v7131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:09.582369+0000 mgr.y (mgr.24491) 8079 : cluster [DBG] pgmap v7131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:30:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:11.582979+0000 mgr.y (mgr.24491) 8080 : cluster [DBG] pgmap v7132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:13.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:11.582979+0000 mgr.y (mgr.24491) 8080 : cluster [DBG] pgmap v7132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:11.582979+0000 mgr.y (mgr.24491) 8080 : cluster [DBG] pgmap v7132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:13.650 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 103s ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 102s ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 103s ago 3h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 102s ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 102s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 103s ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 103s ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 102s ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 103s ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 103s ago 3h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:30:13.926 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 102s ago 3h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:30:13.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 103s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:30:13.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 103s ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:30:13.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 103s ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:30:13.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (3h) 103s ago 3h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:30:13.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 102s ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:30:13.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 102s ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:30:13.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 102s ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:30:13.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 102s ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:30:13.927 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 102s ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:30:14.258 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:30:14.258 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:30:14.258 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:30:14.259 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:30:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:13.583339+0000 mgr.y (mgr.24491) 8081 : cluster [DBG] pgmap v7133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:30:13.639859+0000 mgr.y (mgr.24491) 8082 : audit [DBG] from='client.33053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:30:13.920487+0000 mgr.y (mgr.24491) 8083 : audit [DBG] from='client.23157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:30:14.260835+0000 mon.c (mon.2) 266 : audit [DBG] from='client.? 172.21.15.177:0/2386983433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:30:15.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:13.583339+0000 mgr.y (mgr.24491) 8081 : cluster [DBG] pgmap v7133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:15.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:30:13.639859+0000 mgr.y (mgr.24491) 8082 : audit [DBG] from='client.33053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:30:13.920487+0000 mgr.y (mgr.24491) 8083 : audit [DBG] from='client.23157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:30:14.260835+0000 mon.c (mon.2) 266 : audit [DBG] from='client.? 172.21.15.177:0/2386983433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:30:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:13.583339+0000 mgr.y (mgr.24491) 8081 : cluster [DBG] pgmap v7133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:30:13.639859+0000 mgr.y (mgr.24491) 8082 : audit [DBG] from='client.33053 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:30:13.920487+0000 mgr.y (mgr.24491) 8083 : audit [DBG] from='client.23157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:30:14.260835+0000 mon.c (mon.2) 266 : audit [DBG] from='client.? 172.21.15.177:0/2386983433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:30:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:15.584051+0000 mgr.y (mgr.24491) 8084 : cluster [DBG] pgmap v7134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:15.584051+0000 mgr.y (mgr.24491) 8084 : cluster [DBG] pgmap v7134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:15.584051+0000 mgr.y (mgr.24491) 8084 : cluster [DBG] pgmap v7134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:30:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:17.584489+0000 mgr.y (mgr.24491) 8085 : cluster [DBG] pgmap v7135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:17.584489+0000 mgr.y (mgr.24491) 8085 : cluster [DBG] pgmap v7135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:17.584489+0000 mgr.y (mgr.24491) 8085 : cluster [DBG] pgmap v7135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:19.585339+0000 mgr.y (mgr.24491) 8086 : cluster [DBG] pgmap v7136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:19.585339+0000 mgr.y (mgr.24491) 8086 : cluster [DBG] pgmap v7136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:19.585339+0000 mgr.y (mgr.24491) 8086 : cluster [DBG] pgmap v7136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:30:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:21.585785+0000 mgr.y (mgr.24491) 8087 : cluster [DBG] pgmap v7137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:21.585785+0000 mgr.y (mgr.24491) 8087 : cluster [DBG] pgmap v7137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:21.585785+0000 mgr.y (mgr.24491) 8087 : cluster [DBG] pgmap v7137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:23.586153+0000 mgr.y (mgr.24491) 8088 : cluster [DBG] pgmap v7138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:23.586153+0000 mgr.y (mgr.24491) 8088 : cluster [DBG] pgmap v7138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:25.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:23.586153+0000 mgr.y (mgr.24491) 8088 : cluster [DBG] pgmap v7138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:25.587092+0000 mgr.y (mgr.24491) 8089 : cluster [DBG] pgmap v7139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:25.587092+0000 mgr.y (mgr.24491) 8089 : cluster [DBG] pgmap v7139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:25.587092+0000 mgr.y (mgr.24491) 8089 : cluster [DBG] pgmap v7139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:30:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:27.587659+0000 mgr.y (mgr.24491) 8090 : cluster [DBG] pgmap v7140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:27.587659+0000 mgr.y (mgr.24491) 8090 : cluster [DBG] pgmap v7140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:27.587659+0000 mgr.y (mgr.24491) 8090 : cluster [DBG] pgmap v7140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:31.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:29.588469+0000 mgr.y (mgr.24491) 8091 : cluster [DBG] pgmap v7141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:29.588469+0000 mgr.y (mgr.24491) 8091 : cluster [DBG] pgmap v7141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:29.588469+0000 mgr.y (mgr.24491) 8091 : cluster [DBG] pgmap v7141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:30:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:31.589020+0000 mgr.y (mgr.24491) 8092 : cluster [DBG] pgmap v7142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:30:32.251134+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:30:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:30:32.545164+0000 mon.a (mon.0) 2096 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:30:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:30:32.545775+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:30:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:30:32.549976+0000 mon.a (mon.0) 2098 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:30:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:31.589020+0000 mgr.y (mgr.24491) 8092 : cluster [DBG] pgmap v7142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:30:32.251134+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:30:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:30:32.545164+0000 mon.a (mon.0) 2096 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:30:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:30:32.545775+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:30:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:30:32.549976+0000 mon.a (mon.0) 2098 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:30:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:31.589020+0000 mgr.y (mgr.24491) 8092 : cluster [DBG] pgmap v7142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:30:32.251134+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:30:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:30:32.545164+0000 mon.a (mon.0) 2096 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:30:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:30:32.545775+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:30:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:30:32.549976+0000 mon.a (mon.0) 2098 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:30:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:33.589414+0000 mgr.y (mgr.24491) 8093 : cluster [DBG] pgmap v7143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:33.589414+0000 mgr.y (mgr.24491) 8093 : cluster [DBG] pgmap v7143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:33.589414+0000 mgr.y (mgr.24491) 8093 : cluster [DBG] pgmap v7143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:35.590170+0000 mgr.y (mgr.24491) 8094 : cluster [DBG] pgmap v7144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:35.590170+0000 mgr.y (mgr.24491) 8094 : cluster [DBG] pgmap v7144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:35.590170+0000 mgr.y (mgr.24491) 8094 : cluster [DBG] pgmap v7144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:30:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:37.590741+0000 mgr.y (mgr.24491) 8095 : cluster [DBG] pgmap v7145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:37.590741+0000 mgr.y (mgr.24491) 8095 : cluster [DBG] pgmap v7145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:37.590741+0000 mgr.y (mgr.24491) 8095 : cluster [DBG] pgmap v7145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:39.591629+0000 mgr.y (mgr.24491) 8096 : cluster [DBG] pgmap v7146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:39.591629+0000 mgr.y (mgr.24491) 8096 : cluster [DBG] pgmap v7146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:39.591629+0000 mgr.y (mgr.24491) 8096 : cluster [DBG] pgmap v7146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:30:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:41.592033+0000 mgr.y (mgr.24491) 8097 : cluster [DBG] pgmap v7147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:41.592033+0000 mgr.y (mgr.24491) 8097 : cluster [DBG] pgmap v7147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:41.592033+0000 mgr.y (mgr.24491) 8097 : cluster [DBG] pgmap v7147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:44.571 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:30:44.846 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:30:44.846 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 2m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 2m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 2m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 2m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 2m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 2m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 2m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:30:44.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 2m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:30:44.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (3h) 2m ago 3h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:30:44.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (3h) 2m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:30:44.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:30:44.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:30:44.848 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:30:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:43.592405+0000 mgr.y (mgr.24491) 8098 : cluster [DBG] pgmap v7148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:43.592405+0000 mgr.y (mgr.24491) 8098 : cluster [DBG] pgmap v7148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:45.183 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:30:45.183 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:30:45.183 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:30:45.184 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:30:45.184 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:30:45.184 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:30:45.184 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:30:45.184 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:30:45.184 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:30:45.184 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:30:45.184 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:30:45.184 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:30:45.184 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:30:45.184 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:30:45.185 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:30:45.185 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:30:45.185 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:30:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:43.592405+0000 mgr.y (mgr.24491) 8098 : cluster [DBG] pgmap v7148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:46.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:30:44.561020+0000 mgr.y (mgr.24491) 8099 : audit [DBG] from='client.23169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:30:44.840869+0000 mgr.y (mgr.24491) 8100 : audit [DBG] from='client.33077 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:30:45.185607+0000 mon.c (mon.2) 267 : audit [DBG] from='client.? 172.21.15.177:0/706657352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:30:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:30:44.561020+0000 mgr.y (mgr.24491) 8099 : audit [DBG] from='client.23169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:30:44.840869+0000 mgr.y (mgr.24491) 8100 : audit [DBG] from='client.33077 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:30:45.185607+0000 mon.c (mon.2) 267 : audit [DBG] from='client.? 172.21.15.177:0/706657352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:30:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:30:44.561020+0000 mgr.y (mgr.24491) 8099 : audit [DBG] from='client.23169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:30:44.840869+0000 mgr.y (mgr.24491) 8100 : audit [DBG] from='client.33077 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:30:46.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:30:45.185607+0000 mon.c (mon.2) 267 : audit [DBG] from='client.? 172.21.15.177:0/706657352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:30:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:45.593247+0000 mgr.y (mgr.24491) 8101 : cluster [DBG] pgmap v7149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:45.593247+0000 mgr.y (mgr.24491) 8101 : cluster [DBG] pgmap v7149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:45.593247+0000 mgr.y (mgr.24491) 8101 : cluster [DBG] pgmap v7149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T07:30:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:47.593828+0000 mgr.y (mgr.24491) 8102 : cluster [DBG] pgmap v7150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:47.593828+0000 mgr.y (mgr.24491) 8102 : cluster [DBG] pgmap v7150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:47.593828+0000 mgr.y (mgr.24491) 8102 : cluster [DBG] pgmap v7150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:49.594590+0000 mgr.y (mgr.24491) 8103 : cluster [DBG] pgmap v7151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:49.594590+0000 mgr.y (mgr.24491) 8103 : cluster [DBG] pgmap v7151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:49.594590+0000 mgr.y (mgr.24491) 8103 : cluster [DBG] pgmap v7151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:30:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:51.594998+0000 mgr.y (mgr.24491) 8104 : cluster [DBG] pgmap v7152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:51.594998+0000 mgr.y (mgr.24491) 8104 : cluster [DBG] pgmap v7152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:51.594998+0000 mgr.y (mgr.24491) 8104 : cluster [DBG] pgmap v7152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:53.595423+0000 mgr.y (mgr.24491) 8105 : cluster [DBG] pgmap v7153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:53.595423+0000 mgr.y (mgr.24491) 8105 : cluster [DBG] pgmap v7153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:53.595423+0000 mgr.y (mgr.24491) 8105 : cluster [DBG] pgmap v7153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:55.596099+0000 mgr.y (mgr.24491) 8106 : cluster [DBG] pgmap v7154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:55.596099+0000 mgr.y (mgr.24491) 8106 : cluster [DBG] pgmap v7154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:55.596099+0000 mgr.y (mgr.24491) 8106 : cluster [DBG] pgmap v7154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:30:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T07:30:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:57.596504+0000 mgr.y (mgr.24491) 8107 : cluster [DBG] pgmap v7155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:57.596504+0000 mgr.y (mgr.24491) 8107 : cluster [DBG] pgmap v7155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:30:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:30:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:57.596504+0000 mgr.y (mgr.24491) 8107 : cluster [DBG] pgmap v7155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:30:59.597169+0000 mgr.y (mgr.24491) 8108 : cluster [DBG] pgmap v7156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:30:59.597169+0000 mgr.y (mgr.24491) 8108 : cluster [DBG] pgmap v7156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:30:59.597169+0000 mgr.y (mgr.24491) 8108 : cluster [DBG] pgmap v7156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:31:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:01.597607+0000 mgr.y (mgr.24491) 8109 : cluster [DBG] pgmap v7157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:01.597607+0000 mgr.y (mgr.24491) 8109 : cluster [DBG] pgmap v7157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:01.597607+0000 mgr.y (mgr.24491) 8109 : cluster [DBG] pgmap v7157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:05.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:03.598037+0000 mgr.y (mgr.24491) 8110 : cluster [DBG] pgmap v7158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:03.598037+0000 mgr.y (mgr.24491) 8110 : cluster [DBG] pgmap v7158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:03.598037+0000 mgr.y (mgr.24491) 8110 : cluster [DBG] pgmap v7158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:05.598854+0000 mgr.y (mgr.24491) 8111 : cluster [DBG] pgmap v7159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:05.598854+0000 mgr.y (mgr.24491) 8111 : cluster [DBG] pgmap v7159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:05.598854+0000 mgr.y (mgr.24491) 8111 : cluster [DBG] pgmap v7159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:07] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:31:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:07.599273+0000 mgr.y (mgr.24491) 8112 : cluster [DBG] pgmap v7160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:07.599273+0000 mgr.y (mgr.24491) 8112 : cluster [DBG] pgmap v7160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:07.599273+0000 mgr.y (mgr.24491) 8112 : cluster [DBG] pgmap v7160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:09.599841+0000 mgr.y (mgr.24491) 8113 : cluster [DBG] pgmap v7161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:09.599841+0000 mgr.y (mgr.24491) 8113 : cluster [DBG] pgmap v7161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:09.599841+0000 mgr.y (mgr.24491) 8113 : cluster [DBG] pgmap v7161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:31:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:11.600391+0000 mgr.y (mgr.24491) 8114 : cluster [DBG] pgmap v7162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:13.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:11.600391+0000 mgr.y (mgr.24491) 8114 : cluster [DBG] pgmap v7162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:11.600391+0000 mgr.y (mgr.24491) 8114 : cluster [DBG] pgmap v7162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:13.600850+0000 mgr.y (mgr.24491) 8115 : cluster [DBG] pgmap v7163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:13.600850+0000 mgr.y (mgr.24491) 8115 : cluster [DBG] pgmap v7163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:13.600850+0000 mgr.y (mgr.24491) 8115 : cluster [DBG] pgmap v7163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:15.498 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:31:15.774 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:31:15.774 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 2m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:31:15.774 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 2m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:31:15.774 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 2m ago 3h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:31:15.774 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 2m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:31:15.774 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 2m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 2m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 2m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 2m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 2m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 2m ago 3h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 2m ago 3h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 2m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 2m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 2m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 2m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:31:15.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 2m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:31:15.776 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (3h) 2m ago 3h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:31:15.776 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 2m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:31:15.776 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 2m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:31:16.110 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:31:16.110 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:31:16.110 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:31:16.110 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:31:16.111 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:31:16.111 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:31:16.111 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:31:16.111 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:31:16.111 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:31:16.111 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:31:16.111 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:31:16.111 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:31:16.111 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:31:16.111 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:31:16.112 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:31:16.112 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:31:16.112 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:31:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:31:15.487914+0000 mgr.y (mgr.24491) 8116 : audit [DBG] from='client.33089 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:15.601387+0000 mgr.y (mgr.24491) 8117 : cluster [DBG] pgmap v7164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:31:15.768888+0000 mgr.y (mgr.24491) 8118 : audit [DBG] from='client.33095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:31:16.112420+0000 mon.a (mon.0) 2099 : audit [DBG] from='client.? 172.21.15.177:0/4189451242' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:31:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:31:15.487914+0000 mgr.y (mgr.24491) 8116 : audit [DBG] from='client.33089 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:15.601387+0000 mgr.y (mgr.24491) 8117 : cluster [DBG] pgmap v7164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:31:15.768888+0000 mgr.y (mgr.24491) 8118 : audit [DBG] from='client.33095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:31:16.112420+0000 mon.a (mon.0) 2099 : audit [DBG] from='client.? 172.21.15.177:0/4189451242' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:31:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:31:15.487914+0000 mgr.y (mgr.24491) 8116 : audit [DBG] from='client.33089 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:15.601387+0000 mgr.y (mgr.24491) 8117 : cluster [DBG] pgmap v7164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:31:15.768888+0000 mgr.y (mgr.24491) 8118 : audit [DBG] from='client.33095 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:31:16.112420+0000 mon.a (mon.0) 2099 : audit [DBG] from='client.? 172.21.15.177:0/4189451242' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:31:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:31:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:17.601761+0000 mgr.y (mgr.24491) 8119 : cluster [DBG] pgmap v7165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:17.601761+0000 mgr.y (mgr.24491) 8119 : cluster [DBG] pgmap v7165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:17.601761+0000 mgr.y (mgr.24491) 8119 : cluster [DBG] pgmap v7165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:19.602357+0000 mgr.y (mgr.24491) 8120 : cluster [DBG] pgmap v7166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:19.602357+0000 mgr.y (mgr.24491) 8120 : cluster [DBG] pgmap v7166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:19.602357+0000 mgr.y (mgr.24491) 8120 : cluster [DBG] pgmap v7166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:31:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:21.602775+0000 mgr.y (mgr.24491) 8121 : cluster [DBG] pgmap v7167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:21.602775+0000 mgr.y (mgr.24491) 8121 : cluster [DBG] pgmap v7167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:21.602775+0000 mgr.y (mgr.24491) 8121 : cluster [DBG] pgmap v7167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:23.603263+0000 mgr.y (mgr.24491) 8122 : cluster [DBG] pgmap v7168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:23.603263+0000 mgr.y (mgr.24491) 8122 : cluster [DBG] pgmap v7168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:23.603263+0000 mgr.y (mgr.24491) 8122 : cluster [DBG] pgmap v7168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:25.604193+0000 mgr.y (mgr.24491) 8123 : cluster [DBG] pgmap v7169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:25.604193+0000 mgr.y (mgr.24491) 8123 : cluster [DBG] pgmap v7169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:25.604193+0000 mgr.y (mgr.24491) 8123 : cluster [DBG] pgmap v7169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:31:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:27.604734+0000 mgr.y (mgr.24491) 8124 : cluster [DBG] pgmap v7170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:27.604734+0000 mgr.y (mgr.24491) 8124 : cluster [DBG] pgmap v7170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:27.604734+0000 mgr.y (mgr.24491) 8124 : cluster [DBG] pgmap v7170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:29.605396+0000 mgr.y (mgr.24491) 8125 : cluster [DBG] pgmap v7171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:29.605396+0000 mgr.y (mgr.24491) 8125 : cluster [DBG] pgmap v7171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:29.605396+0000 mgr.y (mgr.24491) 8125 : cluster [DBG] pgmap v7171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:31:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:31.605989+0000 mgr.y (mgr.24491) 8126 : cluster [DBG] pgmap v7172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:31:32.554996+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:31:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:31.605989+0000 mgr.y (mgr.24491) 8126 : cluster [DBG] pgmap v7172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:31:32.554996+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:31:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:31.605989+0000 mgr.y (mgr.24491) 8126 : cluster [DBG] pgmap v7172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:31:32.554996+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:31:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:31:32.801955+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:31:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:31:33.067368+0000 mon.a (mon.0) 2102 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:31:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:31:33.068018+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:31:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:31:33.072731+0000 mon.a (mon.0) 2104 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:31:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:31:32.801955+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:31:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:31:33.067368+0000 mon.a (mon.0) 2102 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:31:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:31:33.068018+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:31:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:31:33.072731+0000 mon.a (mon.0) 2104 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:31:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:31:32.801955+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:31:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:31:33.067368+0000 mon.a (mon.0) 2102 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:31:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:31:33.068018+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:31:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:31:33.072731+0000 mon.a (mon.0) 2104 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:31:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:33.606414+0000 mgr.y (mgr.24491) 8127 : cluster [DBG] pgmap v7173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:33.606414+0000 mgr.y (mgr.24491) 8127 : cluster [DBG] pgmap v7173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:33.606414+0000 mgr.y (mgr.24491) 8127 : cluster [DBG] pgmap v7173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:35.607285+0000 mgr.y (mgr.24491) 8128 : cluster [DBG] pgmap v7174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:35.607285+0000 mgr.y (mgr.24491) 8128 : cluster [DBG] pgmap v7174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:35.607285+0000 mgr.y (mgr.24491) 8128 : cluster [DBG] pgmap v7174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:31:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:37.607778+0000 mgr.y (mgr.24491) 8129 : cluster [DBG] pgmap v7175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:37.607778+0000 mgr.y (mgr.24491) 8129 : cluster [DBG] pgmap v7175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:37.607778+0000 mgr.y (mgr.24491) 8129 : cluster [DBG] pgmap v7175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:41.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:39.608590+0000 mgr.y (mgr.24491) 8130 : cluster [DBG] pgmap v7176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:39.608590+0000 mgr.y (mgr.24491) 8130 : cluster [DBG] pgmap v7176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:39.608590+0000 mgr.y (mgr.24491) 8130 : cluster [DBG] pgmap v7176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:31:43.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:41.609169+0000 mgr.y (mgr.24491) 8131 : cluster [DBG] pgmap v7177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:41.609169+0000 mgr.y (mgr.24491) 8131 : cluster [DBG] pgmap v7177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:41.609169+0000 mgr.y (mgr.24491) 8131 : cluster [DBG] pgmap v7177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:45.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:43.609735+0000 mgr.y (mgr.24491) 8132 : cluster [DBG] pgmap v7178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:43.609735+0000 mgr.y (mgr.24491) 8132 : cluster [DBG] pgmap v7178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:43.609735+0000 mgr.y (mgr.24491) 8132 : cluster [DBG] pgmap v7178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:46.421 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:31:46.697 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:31:46.697 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:31:46.697 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:31:46.697 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:31:46.697 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 3m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 3m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 3m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 3m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 3m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 3m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 3m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 3m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 3m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 3m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 3m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:31:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (3h) 3m ago 3h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:31:46.699 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:31:47.029 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:31:47.029 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:31:47.029 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:31:47.029 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:31:47.029 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:31:47.029 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:31:47.029 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:31:47.030 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:31:47.030 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:31:47.030 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:31:47.030 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:31:47.030 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:31:47.030 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:31:47.030 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:31:47.030 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:31:47.030 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:31:47.030 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:31:47.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:45.610562+0000 mgr.y (mgr.24491) 8133 : cluster [DBG] pgmap v7179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:47.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:31:47.031735+0000 mon.c (mon.2) 268 : audit [DBG] from='client.? 172.21.15.177:0/967879163' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:31:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:45.610562+0000 mgr.y (mgr.24491) 8133 : cluster [DBG] pgmap v7179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:31:47.031735+0000 mon.c (mon.2) 268 : audit [DBG] from='client.? 172.21.15.177:0/967879163' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:31:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:45.610562+0000 mgr.y (mgr.24491) 8133 : cluster [DBG] pgmap v7179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:31:47.031735+0000 mon.c (mon.2) 268 : audit [DBG] from='client.? 172.21.15.177:0/967879163' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:31:48.109 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:47] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:31:48.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:31:46.411282+0000 mgr.y (mgr.24491) 8134 : audit [DBG] from='client.23205 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:48.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:31:46.692158+0000 mgr.y (mgr.24491) 8135 : audit [DBG] from='client.23211 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:31:46.411282+0000 mgr.y (mgr.24491) 8134 : audit [DBG] from='client.23205 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:31:46.692158+0000 mgr.y (mgr.24491) 8135 : audit [DBG] from='client.23211 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:31:46.411282+0000 mgr.y (mgr.24491) 8134 : audit [DBG] from='client.23205 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:31:46.692158+0000 mgr.y (mgr.24491) 8135 : audit [DBG] from='client.23211 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:31:49.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:47.611102+0000 mgr.y (mgr.24491) 8136 : cluster [DBG] pgmap v7180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:47.611102+0000 mgr.y (mgr.24491) 8136 : cluster [DBG] pgmap v7180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:47.611102+0000 mgr.y (mgr.24491) 8136 : cluster [DBG] pgmap v7180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:49.611862+0000 mgr.y (mgr.24491) 8137 : cluster [DBG] pgmap v7181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:49.611862+0000 mgr.y (mgr.24491) 8137 : cluster [DBG] pgmap v7181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:31:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:49.611862+0000 mgr.y (mgr.24491) 8137 : cluster [DBG] pgmap v7181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:51.612396+0000 mgr.y (mgr.24491) 8138 : cluster [DBG] pgmap v7182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:51.612396+0000 mgr.y (mgr.24491) 8138 : cluster [DBG] pgmap v7182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:51.612396+0000 mgr.y (mgr.24491) 8138 : cluster [DBG] pgmap v7182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:55.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:53.612830+0000 mgr.y (mgr.24491) 8139 : cluster [DBG] pgmap v7183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:53.612830+0000 mgr.y (mgr.24491) 8139 : cluster [DBG] pgmap v7183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:53.612830+0000 mgr.y (mgr.24491) 8139 : cluster [DBG] pgmap v7183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:55.613451+0000 mgr.y (mgr.24491) 8140 : cluster [DBG] pgmap v7184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:55.613451+0000 mgr.y (mgr.24491) 8140 : cluster [DBG] pgmap v7184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:55.613451+0000 mgr.y (mgr.24491) 8140 : cluster [DBG] pgmap v7184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:31:57] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:31:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:57.613905+0000 mgr.y (mgr.24491) 8141 : cluster [DBG] pgmap v7185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:57.613905+0000 mgr.y (mgr.24491) 8141 : cluster [DBG] pgmap v7185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:31:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:31:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:57.613905+0000 mgr.y (mgr.24491) 8141 : cluster [DBG] pgmap v7185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:31:59.614580+0000 mgr.y (mgr.24491) 8142 : cluster [DBG] pgmap v7186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:31:59.614580+0000 mgr.y (mgr.24491) 8142 : cluster [DBG] pgmap v7186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:32:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:31:59.614580+0000 mgr.y (mgr.24491) 8142 : cluster [DBG] pgmap v7186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:01.615181+0000 mgr.y (mgr.24491) 8143 : cluster [DBG] pgmap v7187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:01.615181+0000 mgr.y (mgr.24491) 8143 : cluster [DBG] pgmap v7187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:01.615181+0000 mgr.y (mgr.24491) 8143 : cluster [DBG] pgmap v7187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:03.615766+0000 mgr.y (mgr.24491) 8144 : cluster [DBG] pgmap v7188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:03.615766+0000 mgr.y (mgr.24491) 8144 : cluster [DBG] pgmap v7188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:03.615766+0000 mgr.y (mgr.24491) 8144 : cluster [DBG] pgmap v7188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:05.616677+0000 mgr.y (mgr.24491) 8145 : cluster [DBG] pgmap v7189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:05.616677+0000 mgr.y (mgr.24491) 8145 : cluster [DBG] pgmap v7189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:05.616677+0000 mgr.y (mgr.24491) 8145 : cluster [DBG] pgmap v7189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:32:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:07.617312+0000 mgr.y (mgr.24491) 8146 : cluster [DBG] pgmap v7190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:07.617312+0000 mgr.y (mgr.24491) 8146 : cluster [DBG] pgmap v7190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:07.617312+0000 mgr.y (mgr.24491) 8146 : cluster [DBG] pgmap v7190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:09.617954+0000 mgr.y (mgr.24491) 8147 : cluster [DBG] pgmap v7191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:32:11.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:09.617954+0000 mgr.y (mgr.24491) 8147 : cluster [DBG] pgmap v7191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:09.617954+0000 mgr.y (mgr.24491) 8147 : cluster [DBG] pgmap v7191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:11.618572+0000 mgr.y (mgr.24491) 8148 : cluster [DBG] pgmap v7192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:11.618572+0000 mgr.y (mgr.24491) 8148 : cluster [DBG] pgmap v7192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:11.618572+0000 mgr.y (mgr.24491) 8148 : cluster [DBG] pgmap v7192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:13.619042+0000 mgr.y (mgr.24491) 8149 : cluster [DBG] pgmap v7193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:15.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:13.619042+0000 mgr.y (mgr.24491) 8149 : cluster [DBG] pgmap v7193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:13.619042+0000 mgr.y (mgr.24491) 8149 : cluster [DBG] pgmap v7193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:17.343 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:32:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:15.619735+0000 mgr.y (mgr.24491) 8150 : cluster [DBG] pgmap v7194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:17.618 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:32:17.618 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 3m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:32:17.618 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 3m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:32:17.618 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (3h) 3m ago 3h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:32:17.618 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (3h) 3m ago 3h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 3m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 3m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 3m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 3m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 3m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 3m ago 3h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 3m ago 3h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 3m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 3m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 3m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 3m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:32:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 3m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:32:17.620 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 3m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:32:17.620 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 3m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:32:17.620 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 3m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:32:17.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:15.619735+0000 mgr.y (mgr.24491) 8150 : cluster [DBG] pgmap v7194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:15.619735+0000 mgr.y (mgr.24491) 8150 : cluster [DBG] pgmap v7194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:17.949 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:32:17.950 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:32:17.951 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:32:17.951 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:32:17.951 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:32:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:32:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:32:17.332868+0000 mgr.y (mgr.24491) 8151 : audit [DBG] from='client.23223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:32:17.952048+0000 mon.c (mon.2) 269 : audit [DBG] from='client.? 172.21.15.177:0/510467400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:32:18.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:32:17.332868+0000 mgr.y (mgr.24491) 8151 : audit [DBG] from='client.23223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:32:17.952048+0000 mon.c (mon.2) 269 : audit [DBG] from='client.? 172.21.15.177:0/510467400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:32:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:32:17.332868+0000 mgr.y (mgr.24491) 8151 : audit [DBG] from='client.23223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:32:17.952048+0000 mon.c (mon.2) 269 : audit [DBG] from='client.? 172.21.15.177:0/510467400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:32:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:32:17.612973+0000 mgr.y (mgr.24491) 8152 : audit [DBG] from='client.23229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:17.620082+0000 mgr.y (mgr.24491) 8153 : cluster [DBG] pgmap v7195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:32:17.612973+0000 mgr.y (mgr.24491) 8152 : audit [DBG] from='client.23229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:17.620082+0000 mgr.y (mgr.24491) 8153 : cluster [DBG] pgmap v7195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:32:17.612973+0000 mgr.y (mgr.24491) 8152 : audit [DBG] from='client.23229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:17.620082+0000 mgr.y (mgr.24491) 8153 : cluster [DBG] pgmap v7195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:19.620776+0000 mgr.y (mgr.24491) 8154 : cluster [DBG] pgmap v7196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:32:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:19.620776+0000 mgr.y (mgr.24491) 8154 : cluster [DBG] pgmap v7196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:21.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:19.620776+0000 mgr.y (mgr.24491) 8154 : cluster [DBG] pgmap v7196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:21.621279+0000 mgr.y (mgr.24491) 8155 : cluster [DBG] pgmap v7197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:21.621279+0000 mgr.y (mgr.24491) 8155 : cluster [DBG] pgmap v7197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:21.621279+0000 mgr.y (mgr.24491) 8155 : cluster [DBG] pgmap v7197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:23.621675+0000 mgr.y (mgr.24491) 8156 : cluster [DBG] pgmap v7198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:25.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:23.621675+0000 mgr.y (mgr.24491) 8156 : cluster [DBG] pgmap v7198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:23.621675+0000 mgr.y (mgr.24491) 8156 : cluster [DBG] pgmap v7198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:25.622396+0000 mgr.y (mgr.24491) 8157 : cluster [DBG] pgmap v7199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:25.622396+0000 mgr.y (mgr.24491) 8157 : cluster [DBG] pgmap v7199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:25.622396+0000 mgr.y (mgr.24491) 8157 : cluster [DBG] pgmap v7199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:32:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:27.622812+0000 mgr.y (mgr.24491) 8158 : cluster [DBG] pgmap v7200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:29.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:27.622812+0000 mgr.y (mgr.24491) 8158 : cluster [DBG] pgmap v7200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:27.622812+0000 mgr.y (mgr.24491) 8158 : cluster [DBG] pgmap v7200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:29.623476+0000 mgr.y (mgr.24491) 8159 : cluster [DBG] pgmap v7201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:32:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:29.623476+0000 mgr.y (mgr.24491) 8159 : cluster [DBG] pgmap v7201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:29.623476+0000 mgr.y (mgr.24491) 8159 : cluster [DBG] pgmap v7201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:31.624101+0000 mgr.y (mgr.24491) 8160 : cluster [DBG] pgmap v7202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:32:33.077108+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:32:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:31.624101+0000 mgr.y (mgr.24491) 8160 : cluster [DBG] pgmap v7202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:32:33.077108+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:32:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:31.624101+0000 mgr.y (mgr.24491) 8160 : cluster [DBG] pgmap v7202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:32:33.077108+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:32:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:32:33.320607+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:32:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:32:33.595827+0000 mon.a (mon.0) 2107 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:32:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:32:33.596469+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:32:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:32:33.604067+0000 mon.a (mon.0) 2109 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:32:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:32:33.320607+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:32:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:32:33.595827+0000 mon.a (mon.0) 2107 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:32:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:32:33.596469+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:32:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:32:33.604067+0000 mon.a (mon.0) 2109 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:32:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:32:33.320607+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:32:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:32:33.595827+0000 mon.a (mon.0) 2107 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:32:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:32:33.596469+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:32:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:32:33.604067+0000 mon.a (mon.0) 2109 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:32:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:33.624389+0000 mgr.y (mgr.24491) 8161 : cluster [DBG] pgmap v7203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:33.624389+0000 mgr.y (mgr.24491) 8161 : cluster [DBG] pgmap v7203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:33.624389+0000 mgr.y (mgr.24491) 8161 : cluster [DBG] pgmap v7203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:35.625212+0000 mgr.y (mgr.24491) 8162 : cluster [DBG] pgmap v7204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:35.625212+0000 mgr.y (mgr.24491) 8162 : cluster [DBG] pgmap v7204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:35.625212+0000 mgr.y (mgr.24491) 8162 : cluster [DBG] pgmap v7204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:32:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:37.625565+0000 mgr.y (mgr.24491) 8163 : cluster [DBG] pgmap v7205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:37.625565+0000 mgr.y (mgr.24491) 8163 : cluster [DBG] pgmap v7205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:37.625565+0000 mgr.y (mgr.24491) 8163 : cluster [DBG] pgmap v7205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:41.331 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:32:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:39.626130+0000 mgr.y (mgr.24491) 8164 : cluster [DBG] pgmap v7206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:39.626130+0000 mgr.y (mgr.24491) 8164 : cluster [DBG] pgmap v7206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:39.626130+0000 mgr.y (mgr.24491) 8164 : cluster [DBG] pgmap v7206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:41.626667+0000 mgr.y (mgr.24491) 8165 : cluster [DBG] pgmap v7207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:41.626667+0000 mgr.y (mgr.24491) 8165 : cluster [DBG] pgmap v7207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:41.626667+0000 mgr.y (mgr.24491) 8165 : cluster [DBG] pgmap v7207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:43.627161+0000 mgr.y (mgr.24491) 8166 : cluster [DBG] pgmap v7208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:43.627161+0000 mgr.y (mgr.24491) 8166 : cluster [DBG] pgmap v7208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:43.627161+0000 mgr.y (mgr.24491) 8166 : cluster [DBG] pgmap v7208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:45.627771+0000 mgr.y (mgr.24491) 8167 : cluster [DBG] pgmap v7209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:45.627771+0000 mgr.y (mgr.24491) 8167 : cluster [DBG] pgmap v7209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:45.627771+0000 mgr.y (mgr.24491) 8167 : cluster [DBG] pgmap v7209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:32:48.256 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:32:48.530 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (3h) 4m ago 3h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (3h) 4m ago 3h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:32:48.531 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:32:48.532 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:32:48.532 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:32:48.532 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:32:48.532 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:32:48.532 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 3h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:32:48.865 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:32:48.866 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:32:48.866 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:32:48.866 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:32:48.866 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:32:48.866 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:32:48.866 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:32:48.866 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:32:48.866 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:32:48.867 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:32:48.867 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:32:48.867 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:32:48.867 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:32:48.867 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:32:48.867 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:32:48.867 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:32:48.867 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:32:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:47.628186+0000 mgr.y (mgr.24491) 8168 : cluster [DBG] pgmap v7210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:32:48.246758+0000 mgr.y (mgr.24491) 8169 : audit [DBG] from='client.23241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:47.628186+0000 mgr.y (mgr.24491) 8168 : cluster [DBG] pgmap v7210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:32:48.246758+0000 mgr.y (mgr.24491) 8169 : audit [DBG] from='client.23241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:47.628186+0000 mgr.y (mgr.24491) 8168 : cluster [DBG] pgmap v7210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:32:48.246758+0000 mgr.y (mgr.24491) 8169 : audit [DBG] from='client.23241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:32:48.525225+0000 mgr.y (mgr.24491) 8170 : audit [DBG] from='client.33149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:32:48.867495+0000 mon.a (mon.0) 2110 : audit [DBG] from='client.? 172.21.15.177:0/2703612137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:32:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:32:48.525225+0000 mgr.y (mgr.24491) 8170 : audit [DBG] from='client.33149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:32:48.867495+0000 mon.a (mon.0) 2110 : audit [DBG] from='client.? 172.21.15.177:0/2703612137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:32:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:32:48.525225+0000 mgr.y (mgr.24491) 8170 : audit [DBG] from='client.33149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:32:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:32:48.867495+0000 mon.a (mon.0) 2110 : audit [DBG] from='client.? 172.21.15.177:0/2703612137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:32:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:49.628870+0000 mgr.y (mgr.24491) 8171 : cluster [DBG] pgmap v7211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:49.628870+0000 mgr.y (mgr.24491) 8171 : cluster [DBG] pgmap v7211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:49.628870+0000 mgr.y (mgr.24491) 8171 : cluster [DBG] pgmap v7211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:32:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:51.629446+0000 mgr.y (mgr.24491) 8172 : cluster [DBG] pgmap v7212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:51.629446+0000 mgr.y (mgr.24491) 8172 : cluster [DBG] pgmap v7212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:51.629446+0000 mgr.y (mgr.24491) 8172 : cluster [DBG] pgmap v7212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:53.629886+0000 mgr.y (mgr.24491) 8173 : cluster [DBG] pgmap v7213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:53.629886+0000 mgr.y (mgr.24491) 8173 : cluster [DBG] pgmap v7213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:55.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:53.629886+0000 mgr.y (mgr.24491) 8173 : cluster [DBG] pgmap v7213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:55.630585+0000 mgr.y (mgr.24491) 8174 : cluster [DBG] pgmap v7214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:55.630585+0000 mgr.y (mgr.24491) 8174 : cluster [DBG] pgmap v7214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:55.630585+0000 mgr.y (mgr.24491) 8174 : cluster [DBG] pgmap v7214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:32:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:32:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:32:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:57.631144+0000 mgr.y (mgr.24491) 8175 : cluster [DBG] pgmap v7215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:57.631144+0000 mgr.y (mgr.24491) 8175 : cluster [DBG] pgmap v7215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:32:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:57.631144+0000 mgr.y (mgr.24491) 8175 : cluster [DBG] pgmap v7215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:32:59.631702+0000 mgr.y (mgr.24491) 8176 : cluster [DBG] pgmap v7216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:32:59.631702+0000 mgr.y (mgr.24491) 8176 : cluster [DBG] pgmap v7216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:32:59.631702+0000 mgr.y (mgr.24491) 8176 : cluster [DBG] pgmap v7216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:33:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:01.632308+0000 mgr.y (mgr.24491) 8177 : cluster [DBG] pgmap v7217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:03.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:01.632308+0000 mgr.y (mgr.24491) 8177 : cluster [DBG] pgmap v7217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:01.632308+0000 mgr.y (mgr.24491) 8177 : cluster [DBG] pgmap v7217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:03.632813+0000 mgr.y (mgr.24491) 8178 : cluster [DBG] pgmap v7218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:03.632813+0000 mgr.y (mgr.24491) 8178 : cluster [DBG] pgmap v7218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:03.632813+0000 mgr.y (mgr.24491) 8178 : cluster [DBG] pgmap v7218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:05.633649+0000 mgr.y (mgr.24491) 8179 : cluster [DBG] pgmap v7219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:05.633649+0000 mgr.y (mgr.24491) 8179 : cluster [DBG] pgmap v7219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:05.633649+0000 mgr.y (mgr.24491) 8179 : cluster [DBG] pgmap v7219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:33:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:07.634150+0000 mgr.y (mgr.24491) 8180 : cluster [DBG] pgmap v7220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:07.634150+0000 mgr.y (mgr.24491) 8180 : cluster [DBG] pgmap v7220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:09.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:07.634150+0000 mgr.y (mgr.24491) 8180 : cluster [DBG] pgmap v7220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:09.634759+0000 mgr.y (mgr.24491) 8181 : cluster [DBG] pgmap v7221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:09.634759+0000 mgr.y (mgr.24491) 8181 : cluster [DBG] pgmap v7221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:09.634759+0000 mgr.y (mgr.24491) 8181 : cluster [DBG] pgmap v7221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:33:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:11.635187+0000 mgr.y (mgr.24491) 8182 : cluster [DBG] pgmap v7222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:13.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:11.635187+0000 mgr.y (mgr.24491) 8182 : cluster [DBG] pgmap v7222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:11.635187+0000 mgr.y (mgr.24491) 8182 : cluster [DBG] pgmap v7222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:13.635568+0000 mgr.y (mgr.24491) 8183 : cluster [DBG] pgmap v7223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:13.635568+0000 mgr.y (mgr.24491) 8183 : cluster [DBG] pgmap v7223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:13.635568+0000 mgr.y (mgr.24491) 8183 : cluster [DBG] pgmap v7223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:15.636300+0000 mgr.y (mgr.24491) 8184 : cluster [DBG] pgmap v7224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:15.636300+0000 mgr.y (mgr.24491) 8184 : cluster [DBG] pgmap v7224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:15.636300+0000 mgr.y (mgr.24491) 8184 : cluster [DBG] pgmap v7224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:33:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:17.636771+0000 mgr.y (mgr.24491) 8185 : cluster [DBG] pgmap v7225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:17.636771+0000 mgr.y (mgr.24491) 8185 : cluster [DBG] pgmap v7225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:17.636771+0000 mgr.y (mgr.24491) 8185 : cluster [DBG] pgmap v7225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:19.180 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:33:19.455 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:33:19.456 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 4m ago 3h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:33:19.456 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (3h) 4m ago 3h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:33:19.456 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:33:19.456 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:33:19.456 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:33:19.456 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:33:19.456 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 4m ago 4h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4m ago 4h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:33:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 4m ago 4h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:33:19.794 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:33:19.794 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:33:19.794 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:33:19.794 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:33:19.794 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:33:19.794 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:33:19.794 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:33:19.794 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:33:19.794 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:33:19.794 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:33:19.794 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:33:19.795 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:33:19.795 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:33:19.795 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:33:19.795 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:33:19.795 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:33:19.795 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:33:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:33:19.170783+0000 mgr.y (mgr.24491) 8186 : audit [DBG] from='client.33161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:20.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:33:19.170783+0000 mgr.y (mgr.24491) 8186 : audit [DBG] from='client.33161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:20.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:33:19.170783+0000 mgr.y (mgr.24491) 8186 : audit [DBG] from='client.33161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:33:19.450179+0000 mgr.y (mgr.24491) 8187 : audit [DBG] from='client.23265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:19.637500+0000 mgr.y (mgr.24491) 8188 : cluster [DBG] pgmap v7226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:33:19.796214+0000 mon.c (mon.2) 270 : audit [DBG] from='client.? 172.21.15.177:0/2294448519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:33:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:33:19.450179+0000 mgr.y (mgr.24491) 8187 : audit [DBG] from='client.23265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:19.637500+0000 mgr.y (mgr.24491) 8188 : cluster [DBG] pgmap v7226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:33:19.796214+0000 mon.c (mon.2) 270 : audit [DBG] from='client.? 172.21.15.177:0/2294448519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:33:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:33:19.450179+0000 mgr.y (mgr.24491) 8187 : audit [DBG] from='client.23265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:19.637500+0000 mgr.y (mgr.24491) 8188 : cluster [DBG] pgmap v7226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:33:19.796214+0000 mon.c (mon.2) 270 : audit [DBG] from='client.? 172.21.15.177:0/2294448519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:33:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:33:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:21.637963+0000 mgr.y (mgr.24491) 8189 : cluster [DBG] pgmap v7227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:21.637963+0000 mgr.y (mgr.24491) 8189 : cluster [DBG] pgmap v7227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:21.637963+0000 mgr.y (mgr.24491) 8189 : cluster [DBG] pgmap v7227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:23.638483+0000 mgr.y (mgr.24491) 8190 : cluster [DBG] pgmap v7228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:23.638483+0000 mgr.y (mgr.24491) 8190 : cluster [DBG] pgmap v7228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:23.638483+0000 mgr.y (mgr.24491) 8190 : cluster [DBG] pgmap v7228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:25.639152+0000 mgr.y (mgr.24491) 8191 : cluster [DBG] pgmap v7229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:25.639152+0000 mgr.y (mgr.24491) 8191 : cluster [DBG] pgmap v7229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:25.639152+0000 mgr.y (mgr.24491) 8191 : cluster [DBG] pgmap v7229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:33:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:27.639769+0000 mgr.y (mgr.24491) 8192 : cluster [DBG] pgmap v7230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:27.639769+0000 mgr.y (mgr.24491) 8192 : cluster [DBG] pgmap v7230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:27.639769+0000 mgr.y (mgr.24491) 8192 : cluster [DBG] pgmap v7230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:29.640624+0000 mgr.y (mgr.24491) 8193 : cluster [DBG] pgmap v7231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:29.640624+0000 mgr.y (mgr.24491) 8193 : cluster [DBG] pgmap v7231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:29.640624+0000 mgr.y (mgr.24491) 8193 : cluster [DBG] pgmap v7231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:33:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:31.641261+0000 mgr.y (mgr.24491) 8194 : cluster [DBG] pgmap v7232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:31.641261+0000 mgr.y (mgr.24491) 8194 : cluster [DBG] pgmap v7232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:31.641261+0000 mgr.y (mgr.24491) 8194 : cluster [DBG] pgmap v7232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:33:33.608262+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:33:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:33:33.608262+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:33:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:33:33.608262+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:33:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:33.641676+0000 mgr.y (mgr.24491) 8195 : cluster [DBG] pgmap v7233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:33:33.901548+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:33:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:33:33.902174+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:33:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:33:33.908436+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:33:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:33.641676+0000 mgr.y (mgr.24491) 8195 : cluster [DBG] pgmap v7233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:33:33.901548+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:33:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:33:33.902174+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:33:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:33:33.908436+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:33:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:33.641676+0000 mgr.y (mgr.24491) 8195 : cluster [DBG] pgmap v7233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:33:33.901548+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:33:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:33:33.902174+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:33:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:33:33.908436+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:33:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:35.642483+0000 mgr.y (mgr.24491) 8196 : cluster [DBG] pgmap v7234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:35.642483+0000 mgr.y (mgr.24491) 8196 : cluster [DBG] pgmap v7234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:35.642483+0000 mgr.y (mgr.24491) 8196 : cluster [DBG] pgmap v7234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:33:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:37.643152+0000 mgr.y (mgr.24491) 8197 : cluster [DBG] pgmap v7235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:37.643152+0000 mgr.y (mgr.24491) 8197 : cluster [DBG] pgmap v7235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:37.643152+0000 mgr.y (mgr.24491) 8197 : cluster [DBG] pgmap v7235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:39.644048+0000 mgr.y (mgr.24491) 8198 : cluster [DBG] pgmap v7236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:39.644048+0000 mgr.y (mgr.24491) 8198 : cluster [DBG] pgmap v7236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:39.644048+0000 mgr.y (mgr.24491) 8198 : cluster [DBG] pgmap v7236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:33:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:41.644437+0000 mgr.y (mgr.24491) 8199 : cluster [DBG] pgmap v7237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:41.644437+0000 mgr.y (mgr.24491) 8199 : cluster [DBG] pgmap v7237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:41.644437+0000 mgr.y (mgr.24491) 8199 : cluster [DBG] pgmap v7237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:43.645033+0000 mgr.y (mgr.24491) 8200 : cluster [DBG] pgmap v7238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:43.645033+0000 mgr.y (mgr.24491) 8200 : cluster [DBG] pgmap v7238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:43.645033+0000 mgr.y (mgr.24491) 8200 : cluster [DBG] pgmap v7238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:45.645750+0000 mgr.y (mgr.24491) 8201 : cluster [DBG] pgmap v7239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:45.645750+0000 mgr.y (mgr.24491) 8201 : cluster [DBG] pgmap v7239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:45.645750+0000 mgr.y (mgr.24491) 8201 : cluster [DBG] pgmap v7239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:33:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:47.646197+0000 mgr.y (mgr.24491) 8202 : cluster [DBG] pgmap v7240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:47.646197+0000 mgr.y (mgr.24491) 8202 : cluster [DBG] pgmap v7240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:47.646197+0000 mgr.y (mgr.24491) 8202 : cluster [DBG] pgmap v7240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:50.103 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:33:50.376 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:33:50.376 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (3h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:33:50.376 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:33:50.376 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:33:50.376 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:33:50.376 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:33:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:33:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:33:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:33:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:33:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:33:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:33:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:33:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:33:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:33:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:33:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:33:50.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:33:50.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:33:50.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:33:50.378 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (3h) 5m ago 4h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:33:50.713 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:33:50.714 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:33:50.714 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:33:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:49.646991+0000 mgr.y (mgr.24491) 8203 : cluster [DBG] pgmap v7241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:33:50.092990+0000 mgr.y (mgr.24491) 8204 : audit [DBG] from='client.33179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:33:50.715113+0000 mon.c (mon.2) 271 : audit [DBG] from='client.? 172.21.15.177:0/315465871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:33:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:49.646991+0000 mgr.y (mgr.24491) 8203 : cluster [DBG] pgmap v7241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:33:50.092990+0000 mgr.y (mgr.24491) 8204 : audit [DBG] from='client.33179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:33:50.715113+0000 mon.c (mon.2) 271 : audit [DBG] from='client.? 172.21.15.177:0/315465871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:33:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:33:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:49.646991+0000 mgr.y (mgr.24491) 8203 : cluster [DBG] pgmap v7241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:33:50.092990+0000 mgr.y (mgr.24491) 8204 : audit [DBG] from='client.33179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:33:50.715113+0000 mon.c (mon.2) 271 : audit [DBG] from='client.? 172.21.15.177:0/315465871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:33:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:33:50.370668+0000 mgr.y (mgr.24491) 8205 : audit [DBG] from='client.33185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:33:50.370668+0000 mgr.y (mgr.24491) 8205 : audit [DBG] from='client.33185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:33:50.370668+0000 mgr.y (mgr.24491) 8205 : audit [DBG] from='client.33185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:33:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:51.647515+0000 mgr.y (mgr.24491) 8206 : cluster [DBG] pgmap v7242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:51.647515+0000 mgr.y (mgr.24491) 8206 : cluster [DBG] pgmap v7242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:51.647515+0000 mgr.y (mgr.24491) 8206 : cluster [DBG] pgmap v7242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:53.647930+0000 mgr.y (mgr.24491) 8207 : cluster [DBG] pgmap v7243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:53.647930+0000 mgr.y (mgr.24491) 8207 : cluster [DBG] pgmap v7243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:53.647930+0000 mgr.y (mgr.24491) 8207 : cluster [DBG] pgmap v7243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:55.648702+0000 mgr.y (mgr.24491) 8208 : cluster [DBG] pgmap v7244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:55.648702+0000 mgr.y (mgr.24491) 8208 : cluster [DBG] pgmap v7244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:55.648702+0000 mgr.y (mgr.24491) 8208 : cluster [DBG] pgmap v7244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:33:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:33:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:57.649281+0000 mgr.y (mgr.24491) 8209 : cluster [DBG] pgmap v7245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:57.649281+0000 mgr.y (mgr.24491) 8209 : cluster [DBG] pgmap v7245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:33:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:33:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:57.649281+0000 mgr.y (mgr.24491) 8209 : cluster [DBG] pgmap v7245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:33:59.650131+0000 mgr.y (mgr.24491) 8210 : cluster [DBG] pgmap v7246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:33:59.650131+0000 mgr.y (mgr.24491) 8210 : cluster [DBG] pgmap v7246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:33:59.650131+0000 mgr.y (mgr.24491) 8210 : cluster [DBG] pgmap v7246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:34:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:01.650505+0000 mgr.y (mgr.24491) 8211 : cluster [DBG] pgmap v7247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:01.650505+0000 mgr.y (mgr.24491) 8211 : cluster [DBG] pgmap v7247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:01.650505+0000 mgr.y (mgr.24491) 8211 : cluster [DBG] pgmap v7247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:03.650913+0000 mgr.y (mgr.24491) 8212 : cluster [DBG] pgmap v7248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:03.650913+0000 mgr.y (mgr.24491) 8212 : cluster [DBG] pgmap v7248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:03.650913+0000 mgr.y (mgr.24491) 8212 : cluster [DBG] pgmap v7248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:05.651891+0000 mgr.y (mgr.24491) 8213 : cluster [DBG] pgmap v7249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:05.651891+0000 mgr.y (mgr.24491) 8213 : cluster [DBG] pgmap v7249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:05.651891+0000 mgr.y (mgr.24491) 8213 : cluster [DBG] pgmap v7249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:34:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:07.652330+0000 mgr.y (mgr.24491) 8214 : cluster [DBG] pgmap v7250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:07.652330+0000 mgr.y (mgr.24491) 8214 : cluster [DBG] pgmap v7250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:07.652330+0000 mgr.y (mgr.24491) 8214 : cluster [DBG] pgmap v7250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:09.653191+0000 mgr.y (mgr.24491) 8215 : cluster [DBG] pgmap v7251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:09.653191+0000 mgr.y (mgr.24491) 8215 : cluster [DBG] pgmap v7251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:09.653191+0000 mgr.y (mgr.24491) 8215 : cluster [DBG] pgmap v7251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:34:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:11.653739+0000 mgr.y (mgr.24491) 8216 : cluster [DBG] pgmap v7252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:11.653739+0000 mgr.y (mgr.24491) 8216 : cluster [DBG] pgmap v7252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:11.653739+0000 mgr.y (mgr.24491) 8216 : cluster [DBG] pgmap v7252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:13.654135+0000 mgr.y (mgr.24491) 8217 : cluster [DBG] pgmap v7253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:13.654135+0000 mgr.y (mgr.24491) 8217 : cluster [DBG] pgmap v7253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:13.654135+0000 mgr.y (mgr.24491) 8217 : cluster [DBG] pgmap v7253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:15.654784+0000 mgr.y (mgr.24491) 8218 : cluster [DBG] pgmap v7254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:15.654784+0000 mgr.y (mgr.24491) 8218 : cluster [DBG] pgmap v7254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:15.654784+0000 mgr.y (mgr.24491) 8218 : cluster [DBG] pgmap v7254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:34:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:17.655220+0000 mgr.y (mgr.24491) 8219 : cluster [DBG] pgmap v7255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:17.655220+0000 mgr.y (mgr.24491) 8219 : cluster [DBG] pgmap v7255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:17.655220+0000 mgr.y (mgr.24491) 8219 : cluster [DBG] pgmap v7255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:21.024 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:34:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:19.655885+0000 mgr.y (mgr.24491) 8220 : cluster [DBG] pgmap v7256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:19.655885+0000 mgr.y (mgr.24491) 8220 : cluster [DBG] pgmap v7256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:19.655885+0000 mgr.y (mgr.24491) 8220 : cluster [DBG] pgmap v7256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:34:21.297 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:34:21.297 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:34:21.297 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:34:21.298 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:34:21.298 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:34:21.298 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:34:21.298 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:34:21.298 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:34:21.298 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:34:21.298 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:34:21.298 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:34:21.298 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:34:21.299 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:34:21.299 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:34:21.299 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:34:21.299 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:34:21.299 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:34:21.299 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:34:21.299 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:34:21.299 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:34:21.299 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 5m ago 4h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:34:21.632 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:34:21.632 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:34:21.632 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:34:21.632 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:34:21.632 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:34:21.632 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:34:21.632 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:34:21.632 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:34:21.632 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:34:21.632 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:34:21.633 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:34:21.633 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:34:21.633 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:34:21.633 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:34:21.633 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:34:21.633 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:34:21.633 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:34:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:34:21.014103+0000 mgr.y (mgr.24491) 8221 : audit [DBG] from='client.33197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:34:21.292269+0000 mgr.y (mgr.24491) 8222 : audit [DBG] from='client.23301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:34:21.634016+0000 mon.a (mon.0) 2115 : audit [DBG] from='client.? 172.21.15.177:0/719736277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:34:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:34:21.014103+0000 mgr.y (mgr.24491) 8221 : audit [DBG] from='client.33197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:34:21.292269+0000 mgr.y (mgr.24491) 8222 : audit [DBG] from='client.23301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:34:21.634016+0000 mon.a (mon.0) 2115 : audit [DBG] from='client.? 172.21.15.177:0/719736277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:34:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:34:21.014103+0000 mgr.y (mgr.24491) 8221 : audit [DBG] from='client.33197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:34:21.292269+0000 mgr.y (mgr.24491) 8222 : audit [DBG] from='client.23301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:34:21.634016+0000 mon.a (mon.0) 2115 : audit [DBG] from='client.? 172.21.15.177:0/719736277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:34:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:21.656364+0000 mgr.y (mgr.24491) 8223 : cluster [DBG] pgmap v7257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:21.656364+0000 mgr.y (mgr.24491) 8223 : cluster [DBG] pgmap v7257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:21.656364+0000 mgr.y (mgr.24491) 8223 : cluster [DBG] pgmap v7257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:23.656754+0000 mgr.y (mgr.24491) 8224 : cluster [DBG] pgmap v7258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:23.656754+0000 mgr.y (mgr.24491) 8224 : cluster [DBG] pgmap v7258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:23.656754+0000 mgr.y (mgr.24491) 8224 : cluster [DBG] pgmap v7258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:25.657341+0000 mgr.y (mgr.24491) 8225 : cluster [DBG] pgmap v7259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:25.657341+0000 mgr.y (mgr.24491) 8225 : cluster [DBG] pgmap v7259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:25.657341+0000 mgr.y (mgr.24491) 8225 : cluster [DBG] pgmap v7259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:34:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:27.657898+0000 mgr.y (mgr.24491) 8226 : cluster [DBG] pgmap v7260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:27.657898+0000 mgr.y (mgr.24491) 8226 : cluster [DBG] pgmap v7260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:27.657898+0000 mgr.y (mgr.24491) 8226 : cluster [DBG] pgmap v7260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:29.658603+0000 mgr.y (mgr.24491) 8227 : cluster [DBG] pgmap v7261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:29.658603+0000 mgr.y (mgr.24491) 8227 : cluster [DBG] pgmap v7261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:29.658603+0000 mgr.y (mgr.24491) 8227 : cluster [DBG] pgmap v7261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:34:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:31.659173+0000 mgr.y (mgr.24491) 8228 : cluster [DBG] pgmap v7262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:31.659173+0000 mgr.y (mgr.24491) 8228 : cluster [DBG] pgmap v7262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:31.659173+0000 mgr.y (mgr.24491) 8228 : cluster [DBG] pgmap v7262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:33.659712+0000 mgr.y (mgr.24491) 8229 : cluster [DBG] pgmap v7263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:34:33.912978+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:34:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:33.659712+0000 mgr.y (mgr.24491) 8229 : cluster [DBG] pgmap v7263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:34:33.912978+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:34:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:33.659712+0000 mgr.y (mgr.24491) 8229 : cluster [DBG] pgmap v7263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:34:33.912978+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:34:36.981 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:35.660509+0000 mgr.y (mgr.24491) 8230 : cluster [DBG] pgmap v7264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:36.981 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:35.660509+0000 mgr.y (mgr.24491) 8230 : cluster [DBG] pgmap v7264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:35.660509+0000 mgr.y (mgr.24491) 8230 : cluster [DBG] pgmap v7264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:34:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:34:37.221478+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:34:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:34:37.489926+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:34:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:34:37.490533+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:34:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:34:37.496959+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:34:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:34:37.221478+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:34:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:34:37.489926+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:34:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:34:37.490533+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:34:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:34:37.496959+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:34:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:34:37.221478+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:34:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:34:37.489926+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:34:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:34:37.490533+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:34:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:34:37.496959+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:34:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:37.660823+0000 mgr.y (mgr.24491) 8231 : cluster [DBG] pgmap v7265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:37.660823+0000 mgr.y (mgr.24491) 8231 : cluster [DBG] pgmap v7265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:37.660823+0000 mgr.y (mgr.24491) 8231 : cluster [DBG] pgmap v7265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:39.661460+0000 mgr.y (mgr.24491) 8232 : cluster [DBG] pgmap v7266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:34:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:39.661460+0000 mgr.y (mgr.24491) 8232 : cluster [DBG] pgmap v7266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:39.661460+0000 mgr.y (mgr.24491) 8232 : cluster [DBG] pgmap v7266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:41.662037+0000 mgr.y (mgr.24491) 8233 : cluster [DBG] pgmap v7267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:41.662037+0000 mgr.y (mgr.24491) 8233 : cluster [DBG] pgmap v7267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:41.662037+0000 mgr.y (mgr.24491) 8233 : cluster [DBG] pgmap v7267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:43.662389+0000 mgr.y (mgr.24491) 8234 : cluster [DBG] pgmap v7268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:43.662389+0000 mgr.y (mgr.24491) 8234 : cluster [DBG] pgmap v7268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:43.662389+0000 mgr.y (mgr.24491) 8234 : cluster [DBG] pgmap v7268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:45.663087+0000 mgr.y (mgr.24491) 8235 : cluster [DBG] pgmap v7269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:45.663087+0000 mgr.y (mgr.24491) 8235 : cluster [DBG] pgmap v7269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:45.663087+0000 mgr.y (mgr.24491) 8235 : cluster [DBG] pgmap v7269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:34:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:47.663483+0000 mgr.y (mgr.24491) 8236 : cluster [DBG] pgmap v7270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:47.663483+0000 mgr.y (mgr.24491) 8236 : cluster [DBG] pgmap v7270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:47.663483+0000 mgr.y (mgr.24491) 8236 : cluster [DBG] pgmap v7270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:49.664157+0000 mgr.y (mgr.24491) 8237 : cluster [DBG] pgmap v7271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:34:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:49.664157+0000 mgr.y (mgr.24491) 8237 : cluster [DBG] pgmap v7271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:49.664157+0000 mgr.y (mgr.24491) 8237 : cluster [DBG] pgmap v7271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:51.939 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:34:52.211 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:34:52.212 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:34:52.212 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:34:52.212 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:34:52.212 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:34:52.212 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:34:52.212 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:34:52.212 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:34:52.212 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:34:52.212 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:34:52.212 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:34:52.212 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:34:52.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:34:52.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:34:52.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:34:52.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:34:52.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:34:52.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:34:52.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:34:52.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:34:52.213 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:34:52.556 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:34:52.556 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:34:52.556 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:34:52.556 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:34:52.556 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:34:52.556 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:34:52.556 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:34:52.556 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:34:52.557 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:34:52.557 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:34:52.557 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:34:52.557 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:34:52.557 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:34:52.557 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:34:52.557 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:34:52.557 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:34:52.557 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:34:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:51.664515+0000 mgr.y (mgr.24491) 8238 : cluster [DBG] pgmap v7272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:34:51.928306+0000 mgr.y (mgr.24491) 8239 : audit [DBG] from='client.33215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:34:52.206111+0000 mgr.y (mgr.24491) 8240 : audit [DBG] from='client.23319 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:34:52.558021+0000 mon.c (mon.2) 272 : audit [DBG] from='client.? 172.21.15.177:0/1545488180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:34:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:51.664515+0000 mgr.y (mgr.24491) 8238 : cluster [DBG] pgmap v7272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:34:51.928306+0000 mgr.y (mgr.24491) 8239 : audit [DBG] from='client.33215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:34:52.206111+0000 mgr.y (mgr.24491) 8240 : audit [DBG] from='client.23319 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:34:52.558021+0000 mon.c (mon.2) 272 : audit [DBG] from='client.? 172.21.15.177:0/1545488180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:34:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:51.664515+0000 mgr.y (mgr.24491) 8238 : cluster [DBG] pgmap v7272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:34:51.928306+0000 mgr.y (mgr.24491) 8239 : audit [DBG] from='client.33215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:34:52.206111+0000 mgr.y (mgr.24491) 8240 : audit [DBG] from='client.23319 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:34:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:34:52.558021+0000 mon.c (mon.2) 272 : audit [DBG] from='client.? 172.21.15.177:0/1545488180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:34:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:53.664905+0000 mgr.y (mgr.24491) 8241 : cluster [DBG] pgmap v7273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:53.664905+0000 mgr.y (mgr.24491) 8241 : cluster [DBG] pgmap v7273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:53.664905+0000 mgr.y (mgr.24491) 8241 : cluster [DBG] pgmap v7273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:55.665588+0000 mgr.y (mgr.24491) 8242 : cluster [DBG] pgmap v7274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:55.665588+0000 mgr.y (mgr.24491) 8242 : cluster [DBG] pgmap v7274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:55.665588+0000 mgr.y (mgr.24491) 8242 : cluster [DBG] pgmap v7274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:34:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:34:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:57.666050+0000 mgr.y (mgr.24491) 8243 : cluster [DBG] pgmap v7275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:57.666050+0000 mgr.y (mgr.24491) 8243 : cluster [DBG] pgmap v7275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:34:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:34:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:57.666050+0000 mgr.y (mgr.24491) 8243 : cluster [DBG] pgmap v7275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:34:59.666736+0000 mgr.y (mgr.24491) 8244 : cluster [DBG] pgmap v7276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:01.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:35:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:34:59.666736+0000 mgr.y (mgr.24491) 8244 : cluster [DBG] pgmap v7276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:34:59.666736+0000 mgr.y (mgr.24491) 8244 : cluster [DBG] pgmap v7276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:01.667125+0000 mgr.y (mgr.24491) 8245 : cluster [DBG] pgmap v7277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:01.667125+0000 mgr.y (mgr.24491) 8245 : cluster [DBG] pgmap v7277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:01.667125+0000 mgr.y (mgr.24491) 8245 : cluster [DBG] pgmap v7277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:03.667557+0000 mgr.y (mgr.24491) 8246 : cluster [DBG] pgmap v7278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:03.667557+0000 mgr.y (mgr.24491) 8246 : cluster [DBG] pgmap v7278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:03.667557+0000 mgr.y (mgr.24491) 8246 : cluster [DBG] pgmap v7278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:05.668288+0000 mgr.y (mgr.24491) 8247 : cluster [DBG] pgmap v7279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:05.668288+0000 mgr.y (mgr.24491) 8247 : cluster [DBG] pgmap v7279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:05.668288+0000 mgr.y (mgr.24491) 8247 : cluster [DBG] pgmap v7279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:07] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:35:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:07.668757+0000 mgr.y (mgr.24491) 8248 : cluster [DBG] pgmap v7280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:07.668757+0000 mgr.y (mgr.24491) 8248 : cluster [DBG] pgmap v7280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:07.668757+0000 mgr.y (mgr.24491) 8248 : cluster [DBG] pgmap v7280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:11.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:09.669360+0000 mgr.y (mgr.24491) 8249 : cluster [DBG] pgmap v7281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:09.669360+0000 mgr.y (mgr.24491) 8249 : cluster [DBG] pgmap v7281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:09.669360+0000 mgr.y (mgr.24491) 8249 : cluster [DBG] pgmap v7281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:35:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:11.669855+0000 mgr.y (mgr.24491) 8250 : cluster [DBG] pgmap v7282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:11.669855+0000 mgr.y (mgr.24491) 8250 : cluster [DBG] pgmap v7282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:13.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:11.669855+0000 mgr.y (mgr.24491) 8250 : cluster [DBG] pgmap v7282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:13.670381+0000 mgr.y (mgr.24491) 8251 : cluster [DBG] pgmap v7283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:13.670381+0000 mgr.y (mgr.24491) 8251 : cluster [DBG] pgmap v7283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:13.670381+0000 mgr.y (mgr.24491) 8251 : cluster [DBG] pgmap v7283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:15.671039+0000 mgr.y (mgr.24491) 8252 : cluster [DBG] pgmap v7284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:15.671039+0000 mgr.y (mgr.24491) 8252 : cluster [DBG] pgmap v7284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:15.671039+0000 mgr.y (mgr.24491) 8252 : cluster [DBG] pgmap v7284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:35:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:17.671395+0000 mgr.y (mgr.24491) 8253 : cluster [DBG] pgmap v7285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:17.671395+0000 mgr.y (mgr.24491) 8253 : cluster [DBG] pgmap v7285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:17.671395+0000 mgr.y (mgr.24491) 8253 : cluster [DBG] pgmap v7285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:19.672138+0000 mgr.y (mgr.24491) 8254 : cluster [DBG] pgmap v7286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:19.672138+0000 mgr.y (mgr.24491) 8254 : cluster [DBG] pgmap v7286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:19.672138+0000 mgr.y (mgr.24491) 8254 : cluster [DBG] pgmap v7286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:35:22.876 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:35:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:21.672672+0000 mgr.y (mgr.24491) 8255 : cluster [DBG] pgmap v7287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:21.672672+0000 mgr.y (mgr.24491) 8255 : cluster [DBG] pgmap v7287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:21.672672+0000 mgr.y (mgr.24491) 8255 : cluster [DBG] pgmap v7287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:35:23.152 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:35:23.153 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:35:23.153 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:35:23.153 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:35:23.153 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:35:23.153 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:35:23.153 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:35:23.488 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:35:23.488 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:35:23.488 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:35:23.488 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:35:23.488 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:35:23.489 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:35:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:35:22.865532+0000 mgr.y (mgr.24491) 8256 : audit [DBG] from='client.33233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:24.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:35:23.146170+0000 mgr.y (mgr.24491) 8257 : audit [DBG] from='client.33239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:35:23.490282+0000 mon.a (mon.0) 2121 : audit [DBG] from='client.? 172.21.15.177:0/2566220201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:35:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:35:22.865532+0000 mgr.y (mgr.24491) 8256 : audit [DBG] from='client.33233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:35:23.146170+0000 mgr.y (mgr.24491) 8257 : audit [DBG] from='client.33239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:35:23.490282+0000 mon.a (mon.0) 2121 : audit [DBG] from='client.? 172.21.15.177:0/2566220201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:35:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:35:22.865532+0000 mgr.y (mgr.24491) 8256 : audit [DBG] from='client.33233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:35:23.146170+0000 mgr.y (mgr.24491) 8257 : audit [DBG] from='client.33239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:35:23.490282+0000 mon.a (mon.0) 2121 : audit [DBG] from='client.? 172.21.15.177:0/2566220201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:35:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:23.673137+0000 mgr.y (mgr.24491) 8258 : cluster [DBG] pgmap v7288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:23.673137+0000 mgr.y (mgr.24491) 8258 : cluster [DBG] pgmap v7288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:23.673137+0000 mgr.y (mgr.24491) 8258 : cluster [DBG] pgmap v7288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:25.673896+0000 mgr.y (mgr.24491) 8259 : cluster [DBG] pgmap v7289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:25.673896+0000 mgr.y (mgr.24491) 8259 : cluster [DBG] pgmap v7289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:25.673896+0000 mgr.y (mgr.24491) 8259 : cluster [DBG] pgmap v7289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:35:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:27.674387+0000 mgr.y (mgr.24491) 8260 : cluster [DBG] pgmap v7290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:27.674387+0000 mgr.y (mgr.24491) 8260 : cluster [DBG] pgmap v7290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:27.674387+0000 mgr.y (mgr.24491) 8260 : cluster [DBG] pgmap v7290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:29.675016+0000 mgr.y (mgr.24491) 8261 : cluster [DBG] pgmap v7291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:29.675016+0000 mgr.y (mgr.24491) 8261 : cluster [DBG] pgmap v7291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:29.675016+0000 mgr.y (mgr.24491) 8261 : cluster [DBG] pgmap v7291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:35:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:31.675563+0000 mgr.y (mgr.24491) 8262 : cluster [DBG] pgmap v7292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:31.675563+0000 mgr.y (mgr.24491) 8262 : cluster [DBG] pgmap v7292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:31.675563+0000 mgr.y (mgr.24491) 8262 : cluster [DBG] pgmap v7292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:33.676060+0000 mgr.y (mgr.24491) 8263 : cluster [DBG] pgmap v7293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:33.676060+0000 mgr.y (mgr.24491) 8263 : cluster [DBG] pgmap v7293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:33.676060+0000 mgr.y (mgr.24491) 8263 : cluster [DBG] pgmap v7293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:35.676896+0000 mgr.y (mgr.24491) 8264 : cluster [DBG] pgmap v7294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:35.676896+0000 mgr.y (mgr.24491) 8264 : cluster [DBG] pgmap v7294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:35.676896+0000 mgr.y (mgr.24491) 8264 : cluster [DBG] pgmap v7294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:38.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:35:37.501451+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:35:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:35:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:35:37.501451+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:35:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:35:37.501451+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:35:39.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:37.677259+0000 mgr.y (mgr.24491) 8265 : cluster [DBG] pgmap v7295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:37.677259+0000 mgr.y (mgr.24491) 8265 : cluster [DBG] pgmap v7295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:37.677259+0000 mgr.y (mgr.24491) 8265 : cluster [DBG] pgmap v7295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:39.678017+0000 mgr.y (mgr.24491) 8266 : cluster [DBG] pgmap v7296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:35:40.740521+0000 mon.a (mon.0) 2123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:35:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:39.678017+0000 mgr.y (mgr.24491) 8266 : cluster [DBG] pgmap v7296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:35:40.740521+0000 mon.a (mon.0) 2123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:35:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:35:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:39.678017+0000 mgr.y (mgr.24491) 8266 : cluster [DBG] pgmap v7296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:35:40.740521+0000 mon.a (mon.0) 2123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:35:42.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:35:41.022299+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:35:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:35:41.023137+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:35:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:35:41.029282+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:35:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:35:41.022299+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:35:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:35:41.023137+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:35:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:35:41.029282+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:35:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:35:41.022299+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:35:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:35:41.023137+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:35:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:35:41.029282+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:35:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:41.678391+0000 mgr.y (mgr.24491) 8267 : cluster [DBG] pgmap v7297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:41.678391+0000 mgr.y (mgr.24491) 8267 : cluster [DBG] pgmap v7297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:41.678391+0000 mgr.y (mgr.24491) 8267 : cluster [DBG] pgmap v7297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:43.678888+0000 mgr.y (mgr.24491) 8268 : cluster [DBG] pgmap v7298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:43.678888+0000 mgr.y (mgr.24491) 8268 : cluster [DBG] pgmap v7298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:43.678888+0000 mgr.y (mgr.24491) 8268 : cluster [DBG] pgmap v7298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:45.679568+0000 mgr.y (mgr.24491) 8269 : cluster [DBG] pgmap v7299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:45.679568+0000 mgr.y (mgr.24491) 8269 : cluster [DBG] pgmap v7299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:45.679568+0000 mgr.y (mgr.24491) 8269 : cluster [DBG] pgmap v7299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:35:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:47.680025+0000 mgr.y (mgr.24491) 8270 : cluster [DBG] pgmap v7300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:47.680025+0000 mgr.y (mgr.24491) 8270 : cluster [DBG] pgmap v7300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:47.680025+0000 mgr.y (mgr.24491) 8270 : cluster [DBG] pgmap v7300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:49.680693+0000 mgr.y (mgr.24491) 8271 : cluster [DBG] pgmap v7301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:49.680693+0000 mgr.y (mgr.24491) 8271 : cluster [DBG] pgmap v7301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:49.680693+0000 mgr.y (mgr.24491) 8271 : cluster [DBG] pgmap v7301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:35:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:51.681090+0000 mgr.y (mgr.24491) 8272 : cluster [DBG] pgmap v7302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:51.681090+0000 mgr.y (mgr.24491) 8272 : cluster [DBG] pgmap v7302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:51.681090+0000 mgr.y (mgr.24491) 8272 : cluster [DBG] pgmap v7302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:53.803 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:35:54.080 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:35:54.080 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:35:54.080 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:35:54.080 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:35:54.080 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:35:54.080 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:35:54.081 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:35:54.419 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:35:54.419 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:35:54.419 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:35:54.419 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:35:54.419 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:35:54.419 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:35:54.419 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:35:54.419 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:35:54.419 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:35:54.420 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:35:54.420 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:35:54.420 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:35:54.420 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:35:54.420 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:35:54.420 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:35:54.420 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:35:54.420 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:35:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:53.681437+0000 mgr.y (mgr.24491) 8273 : cluster [DBG] pgmap v7303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:35:53.793742+0000 mgr.y (mgr.24491) 8274 : audit [DBG] from='client.33251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:35:54.074191+0000 mgr.y (mgr.24491) 8275 : audit [DBG] from='client.33257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:35:54.420906+0000 mon.c (mon.2) 273 : audit [DBG] from='client.? 172.21.15.177:0/2664542985' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:35:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:53.681437+0000 mgr.y (mgr.24491) 8273 : cluster [DBG] pgmap v7303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:35:53.793742+0000 mgr.y (mgr.24491) 8274 : audit [DBG] from='client.33251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:35:54.074191+0000 mgr.y (mgr.24491) 8275 : audit [DBG] from='client.33257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:35:54.420906+0000 mon.c (mon.2) 273 : audit [DBG] from='client.? 172.21.15.177:0/2664542985' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:35:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:53.681437+0000 mgr.y (mgr.24491) 8273 : cluster [DBG] pgmap v7303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:35:53.793742+0000 mgr.y (mgr.24491) 8274 : audit [DBG] from='client.33251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:35:54.074191+0000 mgr.y (mgr.24491) 8275 : audit [DBG] from='client.33257 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:35:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:35:54.420906+0000 mon.c (mon.2) 273 : audit [DBG] from='client.? 172.21.15.177:0/2664542985' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:35:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:55.682275+0000 mgr.y (mgr.24491) 8276 : cluster [DBG] pgmap v7304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:55.682275+0000 mgr.y (mgr.24491) 8276 : cluster [DBG] pgmap v7304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:55.682275+0000 mgr.y (mgr.24491) 8276 : cluster [DBG] pgmap v7304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:35:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:35:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:57.682815+0000 mgr.y (mgr.24491) 8277 : cluster [DBG] pgmap v7305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:57.682815+0000 mgr.y (mgr.24491) 8277 : cluster [DBG] pgmap v7305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:35:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:35:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:57.682815+0000 mgr.y (mgr.24491) 8277 : cluster [DBG] pgmap v7305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:35:59.683462+0000 mgr.y (mgr.24491) 8278 : cluster [DBG] pgmap v7306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:35:59.683462+0000 mgr.y (mgr.24491) 8278 : cluster [DBG] pgmap v7306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:35:59.683462+0000 mgr.y (mgr.24491) 8278 : cluster [DBG] pgmap v7306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:36:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:01.683933+0000 mgr.y (mgr.24491) 8279 : cluster [DBG] pgmap v7307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:01.683933+0000 mgr.y (mgr.24491) 8279 : cluster [DBG] pgmap v7307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:01.683933+0000 mgr.y (mgr.24491) 8279 : cluster [DBG] pgmap v7307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:03.684400+0000 mgr.y (mgr.24491) 8280 : cluster [DBG] pgmap v7308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:03.684400+0000 mgr.y (mgr.24491) 8280 : cluster [DBG] pgmap v7308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:03.684400+0000 mgr.y (mgr.24491) 8280 : cluster [DBG] pgmap v7308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:05.685247+0000 mgr.y (mgr.24491) 8281 : cluster [DBG] pgmap v7309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:05.685247+0000 mgr.y (mgr.24491) 8281 : cluster [DBG] pgmap v7309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:05.685247+0000 mgr.y (mgr.24491) 8281 : cluster [DBG] pgmap v7309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:36:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:07.685692+0000 mgr.y (mgr.24491) 8282 : cluster [DBG] pgmap v7310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:07.685692+0000 mgr.y (mgr.24491) 8282 : cluster [DBG] pgmap v7310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:07.685692+0000 mgr.y (mgr.24491) 8282 : cluster [DBG] pgmap v7310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:09.686497+0000 mgr.y (mgr.24491) 8283 : cluster [DBG] pgmap v7311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:09.686497+0000 mgr.y (mgr.24491) 8283 : cluster [DBG] pgmap v7311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:09.686497+0000 mgr.y (mgr.24491) 8283 : cluster [DBG] pgmap v7311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:36:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:11.687051+0000 mgr.y (mgr.24491) 8284 : cluster [DBG] pgmap v7312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:11.687051+0000 mgr.y (mgr.24491) 8284 : cluster [DBG] pgmap v7312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:11.687051+0000 mgr.y (mgr.24491) 8284 : cluster [DBG] pgmap v7312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:13.687441+0000 mgr.y (mgr.24491) 8285 : cluster [DBG] pgmap v7313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:13.687441+0000 mgr.y (mgr.24491) 8285 : cluster [DBG] pgmap v7313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:13.687441+0000 mgr.y (mgr.24491) 8285 : cluster [DBG] pgmap v7313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:15.688253+0000 mgr.y (mgr.24491) 8286 : cluster [DBG] pgmap v7314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:15.688253+0000 mgr.y (mgr.24491) 8286 : cluster [DBG] pgmap v7314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:15.688253+0000 mgr.y (mgr.24491) 8286 : cluster [DBG] pgmap v7314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:36:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:17.688651+0000 mgr.y (mgr.24491) 8287 : cluster [DBG] pgmap v7315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:17.688651+0000 mgr.y (mgr.24491) 8287 : cluster [DBG] pgmap v7315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:17.688651+0000 mgr.y (mgr.24491) 8287 : cluster [DBG] pgmap v7315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:19.689574+0000 mgr.y (mgr.24491) 8288 : cluster [DBG] pgmap v7316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:19.689574+0000 mgr.y (mgr.24491) 8288 : cluster [DBG] pgmap v7316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:19.689574+0000 mgr.y (mgr.24491) 8288 : cluster [DBG] pgmap v7316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:36:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:21.690193+0000 mgr.y (mgr.24491) 8289 : cluster [DBG] pgmap v7317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:21.690193+0000 mgr.y (mgr.24491) 8289 : cluster [DBG] pgmap v7317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:21.690193+0000 mgr.y (mgr.24491) 8289 : cluster [DBG] pgmap v7317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:24.730 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:36:25.006 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:36:25.006 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:36:25.006 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:36:25.006 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:36:25.006 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:36:25.006 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:36:25.006 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:36:25.006 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:36:25.007 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:36:25.007 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:36:25.007 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:36:25.007 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:36:25.007 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:36:25.007 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:36:25.007 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:36:25.007 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:36:25.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:36:25.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:36:25.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:36:25.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:36:25.008 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:36:25.339 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:36:25.339 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:36:25.339 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:36:25.339 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:36:25.339 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:36:25.339 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:36:25.339 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:36:25.339 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:36:25.339 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:36:25.340 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:36:25.340 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:36:25.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:36:25.340 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:36:25.340 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:36:25.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:36:25.340 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:36:25.340 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:36:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:23.690726+0000 mgr.y (mgr.24491) 8290 : cluster [DBG] pgmap v7318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:23.690726+0000 mgr.y (mgr.24491) 8290 : cluster [DBG] pgmap v7318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:23.690726+0000 mgr.y (mgr.24491) 8290 : cluster [DBG] pgmap v7318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:36:24.720082+0000 mgr.y (mgr.24491) 8291 : audit [DBG] from='client.33269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:36:24.999961+0000 mgr.y (mgr.24491) 8292 : audit [DBG] from='client.23373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:36:25.340623+0000 mon.a (mon.0) 2127 : audit [DBG] from='client.? 172.21.15.177:0/2049291859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:36:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:36:24.720082+0000 mgr.y (mgr.24491) 8291 : audit [DBG] from='client.33269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:36:24.999961+0000 mgr.y (mgr.24491) 8292 : audit [DBG] from='client.23373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:36:25.340623+0000 mon.a (mon.0) 2127 : audit [DBG] from='client.? 172.21.15.177:0/2049291859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:36:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:36:24.720082+0000 mgr.y (mgr.24491) 8291 : audit [DBG] from='client.33269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:36:24.999961+0000 mgr.y (mgr.24491) 8292 : audit [DBG] from='client.23373 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:36:25.340623+0000 mon.a (mon.0) 2127 : audit [DBG] from='client.? 172.21.15.177:0/2049291859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:36:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:25.691295+0000 mgr.y (mgr.24491) 8293 : cluster [DBG] pgmap v7319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:25.691295+0000 mgr.y (mgr.24491) 8293 : cluster [DBG] pgmap v7319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:25.691295+0000 mgr.y (mgr.24491) 8293 : cluster [DBG] pgmap v7319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:36:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:27.691703+0000 mgr.y (mgr.24491) 8294 : cluster [DBG] pgmap v7320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:27.691703+0000 mgr.y (mgr.24491) 8294 : cluster [DBG] pgmap v7320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:27.691703+0000 mgr.y (mgr.24491) 8294 : cluster [DBG] pgmap v7320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:29.692403+0000 mgr.y (mgr.24491) 8295 : cluster [DBG] pgmap v7321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:29.692403+0000 mgr.y (mgr.24491) 8295 : cluster [DBG] pgmap v7321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:29.692403+0000 mgr.y (mgr.24491) 8295 : cluster [DBG] pgmap v7321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:36:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:31.692861+0000 mgr.y (mgr.24491) 8296 : cluster [DBG] pgmap v7322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:31.692861+0000 mgr.y (mgr.24491) 8296 : cluster [DBG] pgmap v7322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:31.692861+0000 mgr.y (mgr.24491) 8296 : cluster [DBG] pgmap v7322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:33.693347+0000 mgr.y (mgr.24491) 8297 : cluster [DBG] pgmap v7323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:33.693347+0000 mgr.y (mgr.24491) 8297 : cluster [DBG] pgmap v7323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:33.693347+0000 mgr.y (mgr.24491) 8297 : cluster [DBG] pgmap v7323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:35.694105+0000 mgr.y (mgr.24491) 8298 : cluster [DBG] pgmap v7324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:35.694105+0000 mgr.y (mgr.24491) 8298 : cluster [DBG] pgmap v7324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:35.694105+0000 mgr.y (mgr.24491) 8298 : cluster [DBG] pgmap v7324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:36:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:37.694579+0000 mgr.y (mgr.24491) 8299 : cluster [DBG] pgmap v7325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:37.694579+0000 mgr.y (mgr.24491) 8299 : cluster [DBG] pgmap v7325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:37.694579+0000 mgr.y (mgr.24491) 8299 : cluster [DBG] pgmap v7325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:39.695380+0000 mgr.y (mgr.24491) 8300 : cluster [DBG] pgmap v7326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:36:41.034643+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:36:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:39.695380+0000 mgr.y (mgr.24491) 8300 : cluster [DBG] pgmap v7326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:36:41.034643+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:36:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:36:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:39.695380+0000 mgr.y (mgr.24491) 8300 : cluster [DBG] pgmap v7326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:36:41.034643+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:36:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:36:41.331095+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:36:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:36:41.331714+0000 mon.a (mon.0) 2130 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:36:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:36:41.335672+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:36:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:36:41.331095+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:36:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:36:41.331714+0000 mon.a (mon.0) 2130 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:36:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:36:41.335672+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:36:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:36:41.331095+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:36:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:36:41.331714+0000 mon.a (mon.0) 2130 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:36:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:36:41.335672+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:36:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:41.695718+0000 mgr.y (mgr.24491) 8301 : cluster [DBG] pgmap v7327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:41.695718+0000 mgr.y (mgr.24491) 8301 : cluster [DBG] pgmap v7327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:41.695718+0000 mgr.y (mgr.24491) 8301 : cluster [DBG] pgmap v7327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:43.696125+0000 mgr.y (mgr.24491) 8302 : cluster [DBG] pgmap v7328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:43.696125+0000 mgr.y (mgr.24491) 8302 : cluster [DBG] pgmap v7328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:43.696125+0000 mgr.y (mgr.24491) 8302 : cluster [DBG] pgmap v7328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:45.696921+0000 mgr.y (mgr.24491) 8303 : cluster [DBG] pgmap v7329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:45.696921+0000 mgr.y (mgr.24491) 8303 : cluster [DBG] pgmap v7329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:45.696921+0000 mgr.y (mgr.24491) 8303 : cluster [DBG] pgmap v7329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:36:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:47.697515+0000 mgr.y (mgr.24491) 8304 : cluster [DBG] pgmap v7330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:47.697515+0000 mgr.y (mgr.24491) 8304 : cluster [DBG] pgmap v7330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:47.697515+0000 mgr.y (mgr.24491) 8304 : cluster [DBG] pgmap v7330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:51.347 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:36:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:49.698354+0000 mgr.y (mgr.24491) 8305 : cluster [DBG] pgmap v7331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:49.698354+0000 mgr.y (mgr.24491) 8305 : cluster [DBG] pgmap v7331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:49.698354+0000 mgr.y (mgr.24491) 8305 : cluster [DBG] pgmap v7331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:51.698806+0000 mgr.y (mgr.24491) 8306 : cluster [DBG] pgmap v7332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:51.698806+0000 mgr.y (mgr.24491) 8306 : cluster [DBG] pgmap v7332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:51.698806+0000 mgr.y (mgr.24491) 8306 : cluster [DBG] pgmap v7332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:53.699222+0000 mgr.y (mgr.24491) 8307 : cluster [DBG] pgmap v7333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:53.699222+0000 mgr.y (mgr.24491) 8307 : cluster [DBG] pgmap v7333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:55.650 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:36:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:53.699222+0000 mgr.y (mgr.24491) 8307 : cluster [DBG] pgmap v7333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:55.926 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:36:55.926 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 8m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:36:55.926 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 8m ago 4h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:36:55.926 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 8m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:36:55.926 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 8m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:36:55.926 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 8m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:36:55.926 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 8m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:36:55.926 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 8m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:36:55.926 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 8m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:36:55.927 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 8m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:36:55.927 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 8m ago 4h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:36:55.927 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 8m ago 4h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:36:55.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 8m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:36:55.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 8m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:36:55.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 8m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:36:55.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 8m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:36:55.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 8m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:36:55.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 8m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:36:55.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 8m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:36:55.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 8m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:36:55.928 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 8m ago 4h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:36:56.259 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:36:56.260 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:36:56.260 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:36:56.260 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:36:56.260 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:36:56.260 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:36:56.260 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:36:56.260 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:36:56.260 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:36:56.260 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:36:56.261 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:36:56.261 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:36:56.261 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:36:56.261 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:36:56.261 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:36:56.261 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:36:56.261 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:36:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:36:56.261739+0000 mon.a (mon.0) 2132 : audit [DBG] from='client.? 172.21.15.177:0/2863876736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:36:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:36:56.261739+0000 mon.a (mon.0) 2132 : audit [DBG] from='client.? 172.21.15.177:0/2863876736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:36:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:36:56.261739+0000 mon.a (mon.0) 2132 : audit [DBG] from='client.? 172.21.15.177:0/2863876736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:36:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:36:55.639381+0000 mgr.y (mgr.24491) 8308 : audit [DBG] from='client.33287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:55.699817+0000 mgr.y (mgr.24491) 8309 : cluster [DBG] pgmap v7334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:36:55.919964+0000 mgr.y (mgr.24491) 8310 : audit [DBG] from='client.33293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:36:55.639381+0000 mgr.y (mgr.24491) 8308 : audit [DBG] from='client.33287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:55.699817+0000 mgr.y (mgr.24491) 8309 : cluster [DBG] pgmap v7334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:36:55.919964+0000 mgr.y (mgr.24491) 8310 : audit [DBG] from='client.33293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:36:55.639381+0000 mgr.y (mgr.24491) 8308 : audit [DBG] from='client.33287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:55.699817+0000 mgr.y (mgr.24491) 8309 : cluster [DBG] pgmap v7334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:36:55.919964+0000 mgr.y (mgr.24491) 8310 : audit [DBG] from='client.33293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:36:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:36:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:36:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:57.700353+0000 mgr.y (mgr.24491) 8311 : cluster [DBG] pgmap v7335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:57.700353+0000 mgr.y (mgr.24491) 8311 : cluster [DBG] pgmap v7335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:36:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:57.700353+0000 mgr.y (mgr.24491) 8311 : cluster [DBG] pgmap v7335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:01.368 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:37:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:36:59.701284+0000 mgr.y (mgr.24491) 8312 : cluster [DBG] pgmap v7336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:36:59.701284+0000 mgr.y (mgr.24491) 8312 : cluster [DBG] pgmap v7336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:36:59.701284+0000 mgr.y (mgr.24491) 8312 : cluster [DBG] pgmap v7336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:01.701715+0000 mgr.y (mgr.24491) 8313 : cluster [DBG] pgmap v7337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:01.701715+0000 mgr.y (mgr.24491) 8313 : cluster [DBG] pgmap v7337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:01.701715+0000 mgr.y (mgr.24491) 8313 : cluster [DBG] pgmap v7337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:03.702198+0000 mgr.y (mgr.24491) 8314 : cluster [DBG] pgmap v7338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:03.702198+0000 mgr.y (mgr.24491) 8314 : cluster [DBG] pgmap v7338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:03.702198+0000 mgr.y (mgr.24491) 8314 : cluster [DBG] pgmap v7338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:05.702880+0000 mgr.y (mgr.24491) 8315 : cluster [DBG] pgmap v7339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:05.702880+0000 mgr.y (mgr.24491) 8315 : cluster [DBG] pgmap v7339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:05.702880+0000 mgr.y (mgr.24491) 8315 : cluster [DBG] pgmap v7339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:37:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:07.703510+0000 mgr.y (mgr.24491) 8316 : cluster [DBG] pgmap v7340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:07.703510+0000 mgr.y (mgr.24491) 8316 : cluster [DBG] pgmap v7340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:07.703510+0000 mgr.y (mgr.24491) 8316 : cluster [DBG] pgmap v7340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:11.383 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:37:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:09.704181+0000 mgr.y (mgr.24491) 8317 : cluster [DBG] pgmap v7341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:09.704181+0000 mgr.y (mgr.24491) 8317 : cluster [DBG] pgmap v7341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:09.704181+0000 mgr.y (mgr.24491) 8317 : cluster [DBG] pgmap v7341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:11.704628+0000 mgr.y (mgr.24491) 8318 : cluster [DBG] pgmap v7342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:11.704628+0000 mgr.y (mgr.24491) 8318 : cluster [DBG] pgmap v7342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:11.704628+0000 mgr.y (mgr.24491) 8318 : cluster [DBG] pgmap v7342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:13.705128+0000 mgr.y (mgr.24491) 8319 : cluster [DBG] pgmap v7343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:13.705128+0000 mgr.y (mgr.24491) 8319 : cluster [DBG] pgmap v7343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:13.705128+0000 mgr.y (mgr.24491) 8319 : cluster [DBG] pgmap v7343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:15.705924+0000 mgr.y (mgr.24491) 8320 : cluster [DBG] pgmap v7344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:15.705924+0000 mgr.y (mgr.24491) 8320 : cluster [DBG] pgmap v7344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:15.705924+0000 mgr.y (mgr.24491) 8320 : cluster [DBG] pgmap v7344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:37:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:17.706406+0000 mgr.y (mgr.24491) 8321 : cluster [DBG] pgmap v7345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:17.706406+0000 mgr.y (mgr.24491) 8321 : cluster [DBG] pgmap v7345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:17.706406+0000 mgr.y (mgr.24491) 8321 : cluster [DBG] pgmap v7345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:19.707043+0000 mgr.y (mgr.24491) 8322 : cluster [DBG] pgmap v7346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:19.707043+0000 mgr.y (mgr.24491) 8322 : cluster [DBG] pgmap v7346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:19.707043+0000 mgr.y (mgr.24491) 8322 : cluster [DBG] pgmap v7346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:37:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:21.707523+0000 mgr.y (mgr.24491) 8323 : cluster [DBG] pgmap v7347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:21.707523+0000 mgr.y (mgr.24491) 8323 : cluster [DBG] pgmap v7347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:21.707523+0000 mgr.y (mgr.24491) 8323 : cluster [DBG] pgmap v7347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:23.708080+0000 mgr.y (mgr.24491) 8324 : cluster [DBG] pgmap v7348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:23.708080+0000 mgr.y (mgr.24491) 8324 : cluster [DBG] pgmap v7348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:23.708080+0000 mgr.y (mgr.24491) 8324 : cluster [DBG] pgmap v7348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:26.569 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:37:26.846 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:37:26.846 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 8m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:37:26.846 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 8m ago 4h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:37:26.846 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 8m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:37:26.846 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 8m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:37:26.846 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 8m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:37:26.846 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 8m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:37:26.846 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 8m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:37:26.846 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 8m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:37:26.846 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 8m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:37:26.846 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 8m ago 4h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:37:26.847 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 8m ago 4h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:37:26.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 8m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:37:26.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 8m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:37:26.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 8m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:37:26.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 8m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:37:26.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 8m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:37:26.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 8m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:37:26.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 8m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:37:26.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 8m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:37:26.847 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 8m ago 4h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:37:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:25.708778+0000 mgr.y (mgr.24491) 8325 : cluster [DBG] pgmap v7349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:25.708778+0000 mgr.y (mgr.24491) 8325 : cluster [DBG] pgmap v7349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:27.178 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:37:27.178 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:37:27.178 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:37:27.178 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:37:27.178 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:37:27.178 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:37:27.178 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:37:27.178 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:37:27.178 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:37:27.178 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:37:27.179 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:37:27.179 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:37:27.179 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:37:27.179 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:37:27.179 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:37:27.179 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:37:27.179 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:37:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:25.708778+0000 mgr.y (mgr.24491) 8325 : cluster [DBG] pgmap v7349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:37:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:37:26.558678+0000 mgr.y (mgr.24491) 8326 : audit [DBG] from='client.23403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:37:26.840439+0000 mgr.y (mgr.24491) 8327 : audit [DBG] from='client.33311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:37:27.180156+0000 mon.c (mon.2) 274 : audit [DBG] from='client.? 172.21.15.177:0/121136127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:37:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:37:26.558678+0000 mgr.y (mgr.24491) 8326 : audit [DBG] from='client.23403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:37:26.840439+0000 mgr.y (mgr.24491) 8327 : audit [DBG] from='client.33311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:37:27.180156+0000 mon.c (mon.2) 274 : audit [DBG] from='client.? 172.21.15.177:0/121136127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:37:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:37:26.558678+0000 mgr.y (mgr.24491) 8326 : audit [DBG] from='client.23403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:37:26.840439+0000 mgr.y (mgr.24491) 8327 : audit [DBG] from='client.33311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:37:27.180156+0000 mon.c (mon.2) 274 : audit [DBG] from='client.? 172.21.15.177:0/121136127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:37:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:27.709150+0000 mgr.y (mgr.24491) 8328 : cluster [DBG] pgmap v7350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:27.709150+0000 mgr.y (mgr.24491) 8328 : cluster [DBG] pgmap v7350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:27.709150+0000 mgr.y (mgr.24491) 8328 : cluster [DBG] pgmap v7350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:29.709870+0000 mgr.y (mgr.24491) 8329 : cluster [DBG] pgmap v7351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:29.709870+0000 mgr.y (mgr.24491) 8329 : cluster [DBG] pgmap v7351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:29.709870+0000 mgr.y (mgr.24491) 8329 : cluster [DBG] pgmap v7351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:37:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:31.710465+0000 mgr.y (mgr.24491) 8330 : cluster [DBG] pgmap v7352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:31.710465+0000 mgr.y (mgr.24491) 8330 : cluster [DBG] pgmap v7352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:31.710465+0000 mgr.y (mgr.24491) 8330 : cluster [DBG] pgmap v7352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:33.710881+0000 mgr.y (mgr.24491) 8331 : cluster [DBG] pgmap v7353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:33.710881+0000 mgr.y (mgr.24491) 8331 : cluster [DBG] pgmap v7353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:33.710881+0000 mgr.y (mgr.24491) 8331 : cluster [DBG] pgmap v7353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:35.711673+0000 mgr.y (mgr.24491) 8332 : cluster [DBG] pgmap v7354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:35.711673+0000 mgr.y (mgr.24491) 8332 : cluster [DBG] pgmap v7354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:35.711673+0000 mgr.y (mgr.24491) 8332 : cluster [DBG] pgmap v7354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:37:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:37.712074+0000 mgr.y (mgr.24491) 8333 : cluster [DBG] pgmap v7355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:37.712074+0000 mgr.y (mgr.24491) 8333 : cluster [DBG] pgmap v7355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:37.712074+0000 mgr.y (mgr.24491) 8333 : cluster [DBG] pgmap v7355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:39.712859+0000 mgr.y (mgr.24491) 8334 : cluster [DBG] pgmap v7356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:39.712859+0000 mgr.y (mgr.24491) 8334 : cluster [DBG] pgmap v7356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:39.712859+0000 mgr.y (mgr.24491) 8334 : cluster [DBG] pgmap v7356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:37:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:37:41.339878+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:37:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:37:41.630655+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:37:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:37:41.631275+0000 mon.a (mon.0) 2135 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:37:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:37:41.635574+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:37:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:37:41.339878+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:37:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:37:41.630655+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:37:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:37:41.631275+0000 mon.a (mon.0) 2135 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:37:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:37:41.635574+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:37:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:37:41.339878+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:37:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:37:41.630655+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:37:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:37:41.631275+0000 mon.a (mon.0) 2135 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:37:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:37:41.635574+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:37:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:41.713410+0000 mgr.y (mgr.24491) 8335 : cluster [DBG] pgmap v7357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:41.713410+0000 mgr.y (mgr.24491) 8335 : cluster [DBG] pgmap v7357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:41.713410+0000 mgr.y (mgr.24491) 8335 : cluster [DBG] pgmap v7357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:43.713806+0000 mgr.y (mgr.24491) 8336 : cluster [DBG] pgmap v7358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:43.713806+0000 mgr.y (mgr.24491) 8336 : cluster [DBG] pgmap v7358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:43.713806+0000 mgr.y (mgr.24491) 8336 : cluster [DBG] pgmap v7358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:45.714477+0000 mgr.y (mgr.24491) 8337 : cluster [DBG] pgmap v7359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:45.714477+0000 mgr.y (mgr.24491) 8337 : cluster [DBG] pgmap v7359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:45.714477+0000 mgr.y (mgr.24491) 8337 : cluster [DBG] pgmap v7359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:37:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:47.714873+0000 mgr.y (mgr.24491) 8338 : cluster [DBG] pgmap v7360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:47.714873+0000 mgr.y (mgr.24491) 8338 : cluster [DBG] pgmap v7360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:47.714873+0000 mgr.y (mgr.24491) 8338 : cluster [DBG] pgmap v7360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:49.715762+0000 mgr.y (mgr.24491) 8339 : cluster [DBG] pgmap v7361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:49.715762+0000 mgr.y (mgr.24491) 8339 : cluster [DBG] pgmap v7361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:49.715762+0000 mgr.y (mgr.24491) 8339 : cluster [DBG] pgmap v7361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:37:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:51.716341+0000 mgr.y (mgr.24491) 8340 : cluster [DBG] pgmap v7362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:51.716341+0000 mgr.y (mgr.24491) 8340 : cluster [DBG] pgmap v7362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:53.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:51.716341+0000 mgr.y (mgr.24491) 8340 : cluster [DBG] pgmap v7362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:53.716951+0000 mgr.y (mgr.24491) 8341 : cluster [DBG] pgmap v7363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:53.716951+0000 mgr.y (mgr.24491) 8341 : cluster [DBG] pgmap v7363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:53.716951+0000 mgr.y (mgr.24491) 8341 : cluster [DBG] pgmap v7363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:55.717583+0000 mgr.y (mgr.24491) 8342 : cluster [DBG] pgmap v7364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:55.717583+0000 mgr.y (mgr.24491) 8342 : cluster [DBG] pgmap v7364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:55.717583+0000 mgr.y (mgr.24491) 8342 : cluster [DBG] pgmap v7364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:57.490 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:37:57.766 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:37:57.766 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 9m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:37:57.766 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 9m ago 4h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:37:57.766 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 9m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:37:57.766 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 9m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:37:57.766 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 9m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:37:57.766 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 9m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 9m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 9m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 9m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 9m ago 4h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 9m ago 4h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 9m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 9m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 9m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 9m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 9m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 9m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:37:57.767 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 9m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:37:57.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 9m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:37:57.768 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 9m ago 4h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:37:58.099 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:37:58.099 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:37:58.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:37:58.100 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:37:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:37:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:37:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:37:57.480054+0000 mgr.y (mgr.24491) 8343 : audit [DBG] from='client.33323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:57.717932+0000 mgr.y (mgr.24491) 8344 : cluster [DBG] pgmap v7365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:37:57.760061+0000 mgr.y (mgr.24491) 8345 : audit [DBG] from='client.23427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:37:58.101575+0000 mon.c (mon.2) 275 : audit [DBG] from='client.? 172.21.15.177:0/3553625269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:37:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:37:57.480054+0000 mgr.y (mgr.24491) 8343 : audit [DBG] from='client.33323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:57.717932+0000 mgr.y (mgr.24491) 8344 : cluster [DBG] pgmap v7365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:37:57.760061+0000 mgr.y (mgr.24491) 8345 : audit [DBG] from='client.23427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:37:58.101575+0000 mon.c (mon.2) 275 : audit [DBG] from='client.? 172.21.15.177:0/3553625269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:37:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:37:57.480054+0000 mgr.y (mgr.24491) 8343 : audit [DBG] from='client.33323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:57.717932+0000 mgr.y (mgr.24491) 8344 : cluster [DBG] pgmap v7365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:37:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:37:57.760061+0000 mgr.y (mgr.24491) 8345 : audit [DBG] from='client.23427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:37:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:37:58.101575+0000 mon.c (mon.2) 275 : audit [DBG] from='client.? 172.21.15.177:0/3553625269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:38:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:37:59.718532+0000 mgr.y (mgr.24491) 8346 : cluster [DBG] pgmap v7366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:37:59.718532+0000 mgr.y (mgr.24491) 8346 : cluster [DBG] pgmap v7366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:37:59.718532+0000 mgr.y (mgr.24491) 8346 : cluster [DBG] pgmap v7366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:38:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:01.718886+0000 mgr.y (mgr.24491) 8347 : cluster [DBG] pgmap v7367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:01.718886+0000 mgr.y (mgr.24491) 8347 : cluster [DBG] pgmap v7367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:01.718886+0000 mgr.y (mgr.24491) 8347 : cluster [DBG] pgmap v7367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:03.719253+0000 mgr.y (mgr.24491) 8348 : cluster [DBG] pgmap v7368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:03.719253+0000 mgr.y (mgr.24491) 8348 : cluster [DBG] pgmap v7368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:03.719253+0000 mgr.y (mgr.24491) 8348 : cluster [DBG] pgmap v7368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:05.720111+0000 mgr.y (mgr.24491) 8349 : cluster [DBG] pgmap v7369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:05.720111+0000 mgr.y (mgr.24491) 8349 : cluster [DBG] pgmap v7369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:05.720111+0000 mgr.y (mgr.24491) 8349 : cluster [DBG] pgmap v7369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:38:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:07.720503+0000 mgr.y (mgr.24491) 8350 : cluster [DBG] pgmap v7370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:07.720503+0000 mgr.y (mgr.24491) 8350 : cluster [DBG] pgmap v7370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:07.720503+0000 mgr.y (mgr.24491) 8350 : cluster [DBG] pgmap v7370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:09.721169+0000 mgr.y (mgr.24491) 8351 : cluster [DBG] pgmap v7371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:09.721169+0000 mgr.y (mgr.24491) 8351 : cluster [DBG] pgmap v7371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:09.721169+0000 mgr.y (mgr.24491) 8351 : cluster [DBG] pgmap v7371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:38:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:11.721494+0000 mgr.y (mgr.24491) 8352 : cluster [DBG] pgmap v7372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:11.721494+0000 mgr.y (mgr.24491) 8352 : cluster [DBG] pgmap v7372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:11.721494+0000 mgr.y (mgr.24491) 8352 : cluster [DBG] pgmap v7372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:13.721830+0000 mgr.y (mgr.24491) 8353 : cluster [DBG] pgmap v7373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:13.721830+0000 mgr.y (mgr.24491) 8353 : cluster [DBG] pgmap v7373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:13.721830+0000 mgr.y (mgr.24491) 8353 : cluster [DBG] pgmap v7373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:15.722636+0000 mgr.y (mgr.24491) 8354 : cluster [DBG] pgmap v7374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:15.722636+0000 mgr.y (mgr.24491) 8354 : cluster [DBG] pgmap v7374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:15.722636+0000 mgr.y (mgr.24491) 8354 : cluster [DBG] pgmap v7374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T07:38:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:17.722997+0000 mgr.y (mgr.24491) 8355 : cluster [DBG] pgmap v7375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:17.722997+0000 mgr.y (mgr.24491) 8355 : cluster [DBG] pgmap v7375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:17.722997+0000 mgr.y (mgr.24491) 8355 : cluster [DBG] pgmap v7375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:19.723819+0000 mgr.y (mgr.24491) 8356 : cluster [DBG] pgmap v7376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:19.723819+0000 mgr.y (mgr.24491) 8356 : cluster [DBG] pgmap v7376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:19.723819+0000 mgr.y (mgr.24491) 8356 : cluster [DBG] pgmap v7376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:38:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:21.724357+0000 mgr.y (mgr.24491) 8357 : cluster [DBG] pgmap v7377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:21.724357+0000 mgr.y (mgr.24491) 8357 : cluster [DBG] pgmap v7377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:21.724357+0000 mgr.y (mgr.24491) 8357 : cluster [DBG] pgmap v7377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:23.724801+0000 mgr.y (mgr.24491) 8358 : cluster [DBG] pgmap v7378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:23.724801+0000 mgr.y (mgr.24491) 8358 : cluster [DBG] pgmap v7378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:23.724801+0000 mgr.y (mgr.24491) 8358 : cluster [DBG] pgmap v7378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:25.725574+0000 mgr.y (mgr.24491) 8359 : cluster [DBG] pgmap v7379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:25.725574+0000 mgr.y (mgr.24491) 8359 : cluster [DBG] pgmap v7379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:25.725574+0000 mgr.y (mgr.24491) 8359 : cluster [DBG] pgmap v7379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T07:38:28.408 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:38:28.685 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:38:28.685 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 9m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:38:28.685 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 9m ago 4h 62.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 9m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 9m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 9m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 9m ago 4h 470M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 9m ago 4h 681M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 9m ago 4h 353M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 9m ago 4h 357M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 9m ago 4h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 9m ago 4h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 9m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 9m ago 4h 44.8M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 9m ago 4h 41.0M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:38:28.686 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 9m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:38:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 9m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:38:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 9m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:38:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 9m ago 4h 42.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:38:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 9m ago 4h 43.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:38:28.687 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 9m ago 4h 102M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:38:29.020 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:38:29.020 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:38:29.020 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:38:29.021 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:38:29.022 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:38:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:27.726157+0000 mgr.y (mgr.24491) 8360 : cluster [DBG] pgmap v7380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:27.726157+0000 mgr.y (mgr.24491) 8360 : cluster [DBG] pgmap v7380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:27.726157+0000 mgr.y (mgr.24491) 8360 : cluster [DBG] pgmap v7380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:28.398849+0000 mgr.y (mgr.24491) 8361 : audit [DBG] from='client.33341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:38:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:28.679662+0000 mgr.y (mgr.24491) 8362 : audit [DBG] from='client.23445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:38:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:29.022410+0000 mon.c (mon.2) 276 : audit [DBG] from='client.? 172.21.15.177:0/1124192196' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:38:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:28.398849+0000 mgr.y (mgr.24491) 8361 : audit [DBG] from='client.33341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:38:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:28.679662+0000 mgr.y (mgr.24491) 8362 : audit [DBG] from='client.23445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:38:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:29.022410+0000 mon.c (mon.2) 276 : audit [DBG] from='client.? 172.21.15.177:0/1124192196' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:38:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:28.398849+0000 mgr.y (mgr.24491) 8361 : audit [DBG] from='client.33341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:38:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:28.679662+0000 mgr.y (mgr.24491) 8362 : audit [DBG] from='client.23445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:38:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:29.022410+0000 mon.c (mon.2) 276 : audit [DBG] from='client.? 172.21.15.177:0/1124192196' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:38:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:38:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:29.726904+0000 mgr.y (mgr.24491) 8363 : cluster [DBG] pgmap v7381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:29.726904+0000 mgr.y (mgr.24491) 8363 : cluster [DBG] pgmap v7381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:29.726904+0000 mgr.y (mgr.24491) 8363 : cluster [DBG] pgmap v7381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:31.727395+0000 mgr.y (mgr.24491) 8364 : cluster [DBG] pgmap v7382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:31.727395+0000 mgr.y (mgr.24491) 8364 : cluster [DBG] pgmap v7382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:31.727395+0000 mgr.y (mgr.24491) 8364 : cluster [DBG] pgmap v7382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:33.727801+0000 mgr.y (mgr.24491) 8365 : cluster [DBG] pgmap v7383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:33.727801+0000 mgr.y (mgr.24491) 8365 : cluster [DBG] pgmap v7383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:33.727801+0000 mgr.y (mgr.24491) 8365 : cluster [DBG] pgmap v7383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:35.728643+0000 mgr.y (mgr.24491) 8366 : cluster [DBG] pgmap v7384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:35.728643+0000 mgr.y (mgr.24491) 8366 : cluster [DBG] pgmap v7384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:35.728643+0000 mgr.y (mgr.24491) 8366 : cluster [DBG] pgmap v7384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:38:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:37.729094+0000 mgr.y (mgr.24491) 8367 : cluster [DBG] pgmap v7385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:37.729094+0000 mgr.y (mgr.24491) 8367 : cluster [DBG] pgmap v7385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:37.729094+0000 mgr.y (mgr.24491) 8367 : cluster [DBG] pgmap v7385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:39.729893+0000 mgr.y (mgr.24491) 8368 : cluster [DBG] pgmap v7386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:38:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:39.729893+0000 mgr.y (mgr.24491) 8368 : cluster [DBG] pgmap v7386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:39.729893+0000 mgr.y (mgr.24491) 8368 : cluster [DBG] pgmap v7386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:42.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:41.639972+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:38:42.270 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:41.639972+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:38:42.271 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:41.639972+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:38:43.238 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:41.730335+0000 mgr.y (mgr.24491) 8369 : cluster [DBG] pgmap v7387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:41.730335+0000 mgr.y (mgr.24491) 8369 : cluster [DBG] pgmap v7387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:41.730335+0000 mgr.y (mgr.24491) 8369 : cluster [DBG] pgmap v7387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:43.730828+0000 mgr.y (mgr.24491) 8370 : cluster [DBG] pgmap v7388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:44.262764+0000 mon.a (mon.0) 2138 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:38:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:45.117049+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:38:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:43.730828+0000 mgr.y (mgr.24491) 8370 : cluster [DBG] pgmap v7388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:44.262764+0000 mon.a (mon.0) 2138 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:38:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:45.117049+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:38:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:43.730828+0000 mgr.y (mgr.24491) 8370 : cluster [DBG] pgmap v7388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:44.262764+0000 mon.a (mon.0) 2138 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:38:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:45.117049+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:38:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:45.387194+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:38:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:45.388061+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:38:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:45.393141+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:38:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:45.387194+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:38:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:45.388061+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:38:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:45.393141+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:38:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:45.387194+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:38:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:45.388061+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:38:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:45.393141+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:38:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:45.731626+0000 mgr.y (mgr.24491) 8371 : cluster [DBG] pgmap v7389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:45.731626+0000 mgr.y (mgr.24491) 8371 : cluster [DBG] pgmap v7389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:45.731626+0000 mgr.y (mgr.24491) 8371 : cluster [DBG] pgmap v7389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:38:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:47.732056+0000 mgr.y (mgr.24491) 8372 : cluster [DBG] pgmap v7390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:47.732056+0000 mgr.y (mgr.24491) 8372 : cluster [DBG] pgmap v7390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:47.732056+0000 mgr.y (mgr.24491) 8372 : cluster [DBG] pgmap v7390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:49.732810+0000 mgr.y (mgr.24491) 8373 : cluster [DBG] pgmap v7391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:49.732810+0000 mgr.y (mgr.24491) 8373 : cluster [DBG] pgmap v7391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:49.732810+0000 mgr.y (mgr.24491) 8373 : cluster [DBG] pgmap v7391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:38:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:51.733282+0000 mgr.y (mgr.24491) 8374 : cluster [DBG] pgmap v7392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:51.733282+0000 mgr.y (mgr.24491) 8374 : cluster [DBG] pgmap v7392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:51.733282+0000 mgr.y (mgr.24491) 8374 : cluster [DBG] pgmap v7392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:53.733639+0000 mgr.y (mgr.24491) 8375 : cluster [DBG] pgmap v7393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:53.733639+0000 mgr.y (mgr.24491) 8375 : cluster [DBG] pgmap v7393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:53.733639+0000 mgr.y (mgr.24491) 8375 : cluster [DBG] pgmap v7393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:55.734343+0000 mgr.y (mgr.24491) 8376 : cluster [DBG] pgmap v7394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:55.734343+0000 mgr.y (mgr.24491) 8376 : cluster [DBG] pgmap v7394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:55.734343+0000 mgr.y (mgr.24491) 8376 : cluster [DBG] pgmap v7394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:38:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:38:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:57.734774+0000 mgr.y (mgr.24491) 8377 : cluster [DBG] pgmap v7395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:57.734774+0000 mgr.y (mgr.24491) 8377 : cluster [DBG] pgmap v7395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:57.734774+0000 mgr.y (mgr.24491) 8377 : cluster [DBG] pgmap v7395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:38:59.337 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:38:59.614 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:38:59.614 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 15s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:38:59.614 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 14s ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:38:59.614 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 15s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:38:59.614 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 14s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:38:59.614 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 14s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:38:59.614 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 15s ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:38:59.614 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 15s ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:38:59.614 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 14s ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:38:59.614 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 15s ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:38:59.615 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 15s ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:38:59.615 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 14s ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:38:59.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 15s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:38:59.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 15s ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:38:59.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 15s ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:38:59.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 15s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:38:59.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 14s ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:38:59.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 14s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:38:59.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 14s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:38:59.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 14s ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:38:59.615 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 14s ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:38:59.948 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:38:59.948 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:38:59.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:38:59.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:38:59.948 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:38:59.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:38:59.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:38:59.948 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:38:59.949 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:38:59.949 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:38:59.949 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:38:59.949 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:38:59.949 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:38:59.949 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:38:59.949 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:38:59.949 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:38:59.949 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:39:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:59.326423+0000 mgr.y (mgr.24491) 8378 : audit [DBG] from='client.23457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:59.326423+0000 mgr.y (mgr.24491) 8378 : audit [DBG] from='client.23457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:38:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:59.326423+0000 mgr.y (mgr.24491) 8378 : audit [DBG] from='client.23457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:59.608017+0000 mgr.y (mgr.24491) 8379 : audit [DBG] from='client.33365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:38:59.735391+0000 mgr.y (mgr.24491) 8380 : cluster [DBG] pgmap v7396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:38:59.949915+0000 mon.a (mon.0) 2143 : audit [DBG] from='client.? 172.21.15.177:0/3076669642' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:39:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:59.608017+0000 mgr.y (mgr.24491) 8379 : audit [DBG] from='client.33365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:38:59.735391+0000 mgr.y (mgr.24491) 8380 : cluster [DBG] pgmap v7396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:38:59.949915+0000 mon.a (mon.0) 2143 : audit [DBG] from='client.? 172.21.15.177:0/3076669642' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:39:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:39:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:59.608017+0000 mgr.y (mgr.24491) 8379 : audit [DBG] from='client.33365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:38:59.735391+0000 mgr.y (mgr.24491) 8380 : cluster [DBG] pgmap v7396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:38:59.949915+0000 mon.a (mon.0) 2143 : audit [DBG] from='client.? 172.21.15.177:0/3076669642' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:39:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:01.735897+0000 mgr.y (mgr.24491) 8381 : cluster [DBG] pgmap v7397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:01.735897+0000 mgr.y (mgr.24491) 8381 : cluster [DBG] pgmap v7397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:01.735897+0000 mgr.y (mgr.24491) 8381 : cluster [DBG] pgmap v7397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:03.736372+0000 mgr.y (mgr.24491) 8382 : cluster [DBG] pgmap v7398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:03.736372+0000 mgr.y (mgr.24491) 8382 : cluster [DBG] pgmap v7398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:03.736372+0000 mgr.y (mgr.24491) 8382 : cluster [DBG] pgmap v7398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:05.737062+0000 mgr.y (mgr.24491) 8383 : cluster [DBG] pgmap v7399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:05.737062+0000 mgr.y (mgr.24491) 8383 : cluster [DBG] pgmap v7399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:05.737062+0000 mgr.y (mgr.24491) 8383 : cluster [DBG] pgmap v7399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:39:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:07.737462+0000 mgr.y (mgr.24491) 8384 : cluster [DBG] pgmap v7400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:07.737462+0000 mgr.y (mgr.24491) 8384 : cluster [DBG] pgmap v7400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:07.737462+0000 mgr.y (mgr.24491) 8384 : cluster [DBG] pgmap v7400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:09.738309+0000 mgr.y (mgr.24491) 8385 : cluster [DBG] pgmap v7401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:09.738309+0000 mgr.y (mgr.24491) 8385 : cluster [DBG] pgmap v7401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:09.738309+0000 mgr.y (mgr.24491) 8385 : cluster [DBG] pgmap v7401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:39:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:11.738808+0000 mgr.y (mgr.24491) 8386 : cluster [DBG] pgmap v7402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:11.738808+0000 mgr.y (mgr.24491) 8386 : cluster [DBG] pgmap v7402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:11.738808+0000 mgr.y (mgr.24491) 8386 : cluster [DBG] pgmap v7402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:13.739204+0000 mgr.y (mgr.24491) 8387 : cluster [DBG] pgmap v7403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:13.739204+0000 mgr.y (mgr.24491) 8387 : cluster [DBG] pgmap v7403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:13.739204+0000 mgr.y (mgr.24491) 8387 : cluster [DBG] pgmap v7403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:15.739880+0000 mgr.y (mgr.24491) 8388 : cluster [DBG] pgmap v7404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:15.739880+0000 mgr.y (mgr.24491) 8388 : cluster [DBG] pgmap v7404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:15.739880+0000 mgr.y (mgr.24491) 8388 : cluster [DBG] pgmap v7404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:39:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:17.740395+0000 mgr.y (mgr.24491) 8389 : cluster [DBG] pgmap v7405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:17.740395+0000 mgr.y (mgr.24491) 8389 : cluster [DBG] pgmap v7405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:17.740395+0000 mgr.y (mgr.24491) 8389 : cluster [DBG] pgmap v7405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:19.741199+0000 mgr.y (mgr.24491) 8390 : cluster [DBG] pgmap v7406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:19.741199+0000 mgr.y (mgr.24491) 8390 : cluster [DBG] pgmap v7406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:19.741199+0000 mgr.y (mgr.24491) 8390 : cluster [DBG] pgmap v7406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:39:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:21.741650+0000 mgr.y (mgr.24491) 8391 : cluster [DBG] pgmap v7407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:21.741650+0000 mgr.y (mgr.24491) 8391 : cluster [DBG] pgmap v7407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:21.741650+0000 mgr.y (mgr.24491) 8391 : cluster [DBG] pgmap v7407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:23.742218+0000 mgr.y (mgr.24491) 8392 : cluster [DBG] pgmap v7408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:23.742218+0000 mgr.y (mgr.24491) 8392 : cluster [DBG] pgmap v7408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:23.742218+0000 mgr.y (mgr.24491) 8392 : cluster [DBG] pgmap v7408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:25.742935+0000 mgr.y (mgr.24491) 8393 : cluster [DBG] pgmap v7409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:25.742935+0000 mgr.y (mgr.24491) 8393 : cluster [DBG] pgmap v7409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:25.742935+0000 mgr.y (mgr.24491) 8393 : cluster [DBG] pgmap v7409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:39:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:27.743328+0000 mgr.y (mgr.24491) 8394 : cluster [DBG] pgmap v7410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:27.743328+0000 mgr.y (mgr.24491) 8394 : cluster [DBG] pgmap v7410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:27.743328+0000 mgr.y (mgr.24491) 8394 : cluster [DBG] pgmap v7410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:30.258 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:39:30.533 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:39:30.533 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 46s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:39:30.533 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 45s ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:39:30.533 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 46s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:39:30.533 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 45s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:39:30.533 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 45s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:39:30.533 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 46s ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:39:30.533 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 46s ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:39:30.534 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 45s ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:39:30.534 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 46s ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:39:30.534 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 46s ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:39:30.534 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 45s ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:39:30.534 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 46s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:39:30.534 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 46s ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:39:30.534 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 46s ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:39:30.534 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 46s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:39:30.534 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 45s ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:39:30.534 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 45s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:39:30.535 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 45s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:39:30.535 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 45s ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:39:30.535 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 45s ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:39:30.872 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:39:30.872 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:39:30.872 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:39:30.872 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:39:30.872 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:39:30.872 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:39:30.873 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:39:30.873 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:39:30.873 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:39:30.873 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:39:30.873 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:39:30.873 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:39:30.873 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:39:30.873 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:39:30.873 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:39:30.873 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:39:30.873 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:39:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:29.743917+0000 mgr.y (mgr.24491) 8395 : cluster [DBG] pgmap v7411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:39:30.246924+0000 mgr.y (mgr.24491) 8396 : audit [DBG] from='client.33377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:29.743917+0000 mgr.y (mgr.24491) 8395 : cluster [DBG] pgmap v7411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:39:30.246924+0000 mgr.y (mgr.24491) 8396 : audit [DBG] from='client.33377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:39:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:29.743917+0000 mgr.y (mgr.24491) 8395 : cluster [DBG] pgmap v7411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:39:30.246924+0000 mgr.y (mgr.24491) 8396 : audit [DBG] from='client.33377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:39:30.527011+0000 mgr.y (mgr.24491) 8397 : audit [DBG] from='client.23481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:39:30.873810+0000 mon.a (mon.0) 2144 : audit [DBG] from='client.? 172.21.15.177:0/3603465834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:39:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:39:30.527011+0000 mgr.y (mgr.24491) 8397 : audit [DBG] from='client.23481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:39:30.873810+0000 mon.a (mon.0) 2144 : audit [DBG] from='client.? 172.21.15.177:0/3603465834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:39:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:39:30.527011+0000 mgr.y (mgr.24491) 8397 : audit [DBG] from='client.23481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:39:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:39:30.873810+0000 mon.a (mon.0) 2144 : audit [DBG] from='client.? 172.21.15.177:0/3603465834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:39:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:31.744367+0000 mgr.y (mgr.24491) 8398 : cluster [DBG] pgmap v7412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:31.744367+0000 mgr.y (mgr.24491) 8398 : cluster [DBG] pgmap v7412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:31.744367+0000 mgr.y (mgr.24491) 8398 : cluster [DBG] pgmap v7412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:33.744835+0000 mgr.y (mgr.24491) 8399 : cluster [DBG] pgmap v7413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:33.744835+0000 mgr.y (mgr.24491) 8399 : cluster [DBG] pgmap v7413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:33.744835+0000 mgr.y (mgr.24491) 8399 : cluster [DBG] pgmap v7413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:35.745482+0000 mgr.y (mgr.24491) 8400 : cluster [DBG] pgmap v7414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:35.745482+0000 mgr.y (mgr.24491) 8400 : cluster [DBG] pgmap v7414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:35.745482+0000 mgr.y (mgr.24491) 8400 : cluster [DBG] pgmap v7414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:39:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:37.746090+0000 mgr.y (mgr.24491) 8401 : cluster [DBG] pgmap v7415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:37.746090+0000 mgr.y (mgr.24491) 8401 : cluster [DBG] pgmap v7415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:37.746090+0000 mgr.y (mgr.24491) 8401 : cluster [DBG] pgmap v7415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:39.746790+0000 mgr.y (mgr.24491) 8402 : cluster [DBG] pgmap v7416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:39.746790+0000 mgr.y (mgr.24491) 8402 : cluster [DBG] pgmap v7416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:39.746790+0000 mgr.y (mgr.24491) 8402 : cluster [DBG] pgmap v7416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:39:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:41.747343+0000 mgr.y (mgr.24491) 8403 : cluster [DBG] pgmap v7417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:41.747343+0000 mgr.y (mgr.24491) 8403 : cluster [DBG] pgmap v7417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:41.747343+0000 mgr.y (mgr.24491) 8403 : cluster [DBG] pgmap v7417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:43.747896+0000 mgr.y (mgr.24491) 8404 : cluster [DBG] pgmap v7418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:43.747896+0000 mgr.y (mgr.24491) 8404 : cluster [DBG] pgmap v7418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:43.747896+0000 mgr.y (mgr.24491) 8404 : cluster [DBG] pgmap v7418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:39:45.398550+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:39:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:39:45.690057+0000 mon.a (mon.0) 2146 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:39:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:39:45.690683+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:39:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:39:45.694715+0000 mon.a (mon.0) 2148 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:39:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:39:45.398550+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:39:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:39:45.690057+0000 mon.a (mon.0) 2146 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:39:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:39:45.690683+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:39:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:39:45.694715+0000 mon.a (mon.0) 2148 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:39:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:39:45.398550+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:39:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:39:45.690057+0000 mon.a (mon.0) 2146 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:39:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:39:45.690683+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:39:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:39:45.694715+0000 mon.a (mon.0) 2148 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:39:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:45.748629+0000 mgr.y (mgr.24491) 8405 : cluster [DBG] pgmap v7419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:45.748629+0000 mgr.y (mgr.24491) 8405 : cluster [DBG] pgmap v7419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:45.748629+0000 mgr.y (mgr.24491) 8405 : cluster [DBG] pgmap v7419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:39:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:47.749169+0000 mgr.y (mgr.24491) 8406 : cluster [DBG] pgmap v7420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:47.749169+0000 mgr.y (mgr.24491) 8406 : cluster [DBG] pgmap v7420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:47.749169+0000 mgr.y (mgr.24491) 8406 : cluster [DBG] pgmap v7420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:49.749933+0000 mgr.y (mgr.24491) 8407 : cluster [DBG] pgmap v7421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:49.749933+0000 mgr.y (mgr.24491) 8407 : cluster [DBG] pgmap v7421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:49.749933+0000 mgr.y (mgr.24491) 8407 : cluster [DBG] pgmap v7421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:39:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:51.750308+0000 mgr.y (mgr.24491) 8408 : cluster [DBG] pgmap v7422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:51.750308+0000 mgr.y (mgr.24491) 8408 : cluster [DBG] pgmap v7422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:51.750308+0000 mgr.y (mgr.24491) 8408 : cluster [DBG] pgmap v7422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:53.750692+0000 mgr.y (mgr.24491) 8409 : cluster [DBG] pgmap v7423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:53.750692+0000 mgr.y (mgr.24491) 8409 : cluster [DBG] pgmap v7423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:53.750692+0000 mgr.y (mgr.24491) 8409 : cluster [DBG] pgmap v7423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:55.751496+0000 mgr.y (mgr.24491) 8410 : cluster [DBG] pgmap v7424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:55.751496+0000 mgr.y (mgr.24491) 8410 : cluster [DBG] pgmap v7424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:55.751496+0000 mgr.y (mgr.24491) 8410 : cluster [DBG] pgmap v7424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:39:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T07:39:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:57.752053+0000 mgr.y (mgr.24491) 8411 : cluster [DBG] pgmap v7425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:57.752053+0000 mgr.y (mgr.24491) 8411 : cluster [DBG] pgmap v7425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:39:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:39:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:57.752053+0000 mgr.y (mgr.24491) 8411 : cluster [DBG] pgmap v7425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T07:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:40:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:39:59.752620+0000 mgr.y (mgr.24491) 8412 : cluster [DBG] pgmap v7426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:00.000176+0000 mon.a (mon.0) 2149 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:40:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:39:59.752620+0000 mgr.y (mgr.24491) 8412 : cluster [DBG] pgmap v7426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:00.000176+0000 mon.a (mon.0) 2149 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:40:01.178 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:40:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:40:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:39:59.752620+0000 mgr.y (mgr.24491) 8412 : cluster [DBG] pgmap v7426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:00.000176+0000 mon.a (mon.0) 2149 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:40:01.454 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:40:01.455 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 77s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:40:01.455 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 76s ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:40:01.455 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 77s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:40:01.455 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 76s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:40:01.455 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 76s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:40:01.455 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 77s ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:40:01.455 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 77s ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:40:01.455 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 76s ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:40:01.455 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 77s ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:40:01.455 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 77s ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:40:01.456 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 76s ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:40:01.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 77s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:40:01.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 77s ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:40:01.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 77s ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:40:01.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 77s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:40:01.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 76s ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:40:01.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 76s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:40:01.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 76s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:40:01.456 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 76s ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:40:01.456 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 76s ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:40:01.787 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:40:01.788 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:40:01.788 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:40:01.788 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:40:01.788 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:40:01.788 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:40:01.788 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:40:01.788 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:40:01.788 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:40:01.788 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:40:01.789 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:40:01.789 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:40:01.789 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:40:01.789 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:40:01.789 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:40:01.789 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:40:01.789 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:40:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:40:01.168198+0000 mgr.y (mgr.24491) 8413 : audit [DBG] from='client.33395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:40:01.789339+0000 mon.a (mon.0) 2150 : audit [DBG] from='client.? 172.21.15.177:0/1951214741' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:40:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:40:01.168198+0000 mgr.y (mgr.24491) 8413 : audit [DBG] from='client.33395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:40:01.789339+0000 mon.a (mon.0) 2150 : audit [DBG] from='client.? 172.21.15.177:0/1951214741' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:40:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:40:01.168198+0000 mgr.y (mgr.24491) 8413 : audit [DBG] from='client.33395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:40:01.789339+0000 mon.a (mon.0) 2150 : audit [DBG] from='client.? 172.21.15.177:0/1951214741' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:40:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:40:01.448627+0000 mgr.y (mgr.24491) 8414 : audit [DBG] from='client.23499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:01.752999+0000 mgr.y (mgr.24491) 8415 : cluster [DBG] pgmap v7427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:40:01.448627+0000 mgr.y (mgr.24491) 8414 : audit [DBG] from='client.23499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:01.752999+0000 mgr.y (mgr.24491) 8415 : cluster [DBG] pgmap v7427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:40:01.448627+0000 mgr.y (mgr.24491) 8414 : audit [DBG] from='client.23499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:01.752999+0000 mgr.y (mgr.24491) 8415 : cluster [DBG] pgmap v7427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:03.753402+0000 mgr.y (mgr.24491) 8416 : cluster [DBG] pgmap v7428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:03.753402+0000 mgr.y (mgr.24491) 8416 : cluster [DBG] pgmap v7428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:03.753402+0000 mgr.y (mgr.24491) 8416 : cluster [DBG] pgmap v7428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:05.754189+0000 mgr.y (mgr.24491) 8417 : cluster [DBG] pgmap v7429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:05.754189+0000 mgr.y (mgr.24491) 8417 : cluster [DBG] pgmap v7429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:05.754189+0000 mgr.y (mgr.24491) 8417 : cluster [DBG] pgmap v7429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:40:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:07.754568+0000 mgr.y (mgr.24491) 8418 : cluster [DBG] pgmap v7430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:07.754568+0000 mgr.y (mgr.24491) 8418 : cluster [DBG] pgmap v7430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:07.754568+0000 mgr.y (mgr.24491) 8418 : cluster [DBG] pgmap v7430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:10.811 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:09.755318+0000 mgr.y (mgr.24491) 8419 : cluster [DBG] pgmap v7431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:09.755318+0000 mgr.y (mgr.24491) 8419 : cluster [DBG] pgmap v7431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:09.755318+0000 mgr.y (mgr.24491) 8419 : cluster [DBG] pgmap v7431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:40:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:11.755834+0000 mgr.y (mgr.24491) 8420 : cluster [DBG] pgmap v7432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:11.755834+0000 mgr.y (mgr.24491) 8420 : cluster [DBG] pgmap v7432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:11.755834+0000 mgr.y (mgr.24491) 8420 : cluster [DBG] pgmap v7432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:13.756230+0000 mgr.y (mgr.24491) 8421 : cluster [DBG] pgmap v7433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:13.756230+0000 mgr.y (mgr.24491) 8421 : cluster [DBG] pgmap v7433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:13.756230+0000 mgr.y (mgr.24491) 8421 : cluster [DBG] pgmap v7433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:15.756902+0000 mgr.y (mgr.24491) 8422 : cluster [DBG] pgmap v7434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:15.756902+0000 mgr.y (mgr.24491) 8422 : cluster [DBG] pgmap v7434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:15.756902+0000 mgr.y (mgr.24491) 8422 : cluster [DBG] pgmap v7434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:40:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:17.757541+0000 mgr.y (mgr.24491) 8423 : cluster [DBG] pgmap v7435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:17.757541+0000 mgr.y (mgr.24491) 8423 : cluster [DBG] pgmap v7435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:17.757541+0000 mgr.y (mgr.24491) 8423 : cluster [DBG] pgmap v7435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:19.758260+0000 mgr.y (mgr.24491) 8424 : cluster [DBG] pgmap v7436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:19.758260+0000 mgr.y (mgr.24491) 8424 : cluster [DBG] pgmap v7436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:19.758260+0000 mgr.y (mgr.24491) 8424 : cluster [DBG] pgmap v7436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:40:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:21.758847+0000 mgr.y (mgr.24491) 8425 : cluster [DBG] pgmap v7437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:21.758847+0000 mgr.y (mgr.24491) 8425 : cluster [DBG] pgmap v7437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:21.758847+0000 mgr.y (mgr.24491) 8425 : cluster [DBG] pgmap v7437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:23.759216+0000 mgr.y (mgr.24491) 8426 : cluster [DBG] pgmap v7438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:23.759216+0000 mgr.y (mgr.24491) 8426 : cluster [DBG] pgmap v7438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:23.759216+0000 mgr.y (mgr.24491) 8426 : cluster [DBG] pgmap v7438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:25.760016+0000 mgr.y (mgr.24491) 8427 : cluster [DBG] pgmap v7439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:25.760016+0000 mgr.y (mgr.24491) 8427 : cluster [DBG] pgmap v7439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:25.760016+0000 mgr.y (mgr.24491) 8427 : cluster [DBG] pgmap v7439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:40:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:27.760451+0000 mgr.y (mgr.24491) 8428 : cluster [DBG] pgmap v7440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:27.760451+0000 mgr.y (mgr.24491) 8428 : cluster [DBG] pgmap v7440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:27.760451+0000 mgr.y (mgr.24491) 8428 : cluster [DBG] pgmap v7440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:29.761179+0000 mgr.y (mgr.24491) 8429 : cluster [DBG] pgmap v7441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:29.761179+0000 mgr.y (mgr.24491) 8429 : cluster [DBG] pgmap v7441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:29.761179+0000 mgr.y (mgr.24491) 8429 : cluster [DBG] pgmap v7441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:40:32.100 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:40:32.375 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:40:32.375 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 108s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:40:32.375 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 107s ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:40:32.375 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 108s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:40:32.375 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 107s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:40:32.375 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 107s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:40:32.375 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 108s ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:40:32.375 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 108s ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 107s ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 108s ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 108s ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 107s ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 108s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 108s ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 108s ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 108s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 107s ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 107s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 107s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 107s ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:40:32.376 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 107s ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:40:32.717 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:40:32.717 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:40:32.717 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:40:32.717 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:40:32.717 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:40:32.717 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:40:32.717 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:40:32.718 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:40:32.718 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:40:32.718 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:40:32.718 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:40:32.718 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:40:32.718 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:40:32.718 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:40:32.718 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:40:32.718 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:40:32.718 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:40:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:31.761623+0000 mgr.y (mgr.24491) 8430 : cluster [DBG] pgmap v7442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:40:32.090118+0000 mgr.y (mgr.24491) 8431 : audit [DBG] from='client.33413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:40:32.368870+0000 mgr.y (mgr.24491) 8432 : audit [DBG] from='client.33419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:40:32.718729+0000 mon.a (mon.0) 2151 : audit [DBG] from='client.? 172.21.15.177:0/199592546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:40:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:31.761623+0000 mgr.y (mgr.24491) 8430 : cluster [DBG] pgmap v7442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:40:32.090118+0000 mgr.y (mgr.24491) 8431 : audit [DBG] from='client.33413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:40:32.368870+0000 mgr.y (mgr.24491) 8432 : audit [DBG] from='client.33419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:40:32.718729+0000 mon.a (mon.0) 2151 : audit [DBG] from='client.? 172.21.15.177:0/199592546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:40:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:31.761623+0000 mgr.y (mgr.24491) 8430 : cluster [DBG] pgmap v7442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:40:32.090118+0000 mgr.y (mgr.24491) 8431 : audit [DBG] from='client.33413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:40:32.368870+0000 mgr.y (mgr.24491) 8432 : audit [DBG] from='client.33419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:40:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:40:32.718729+0000 mon.a (mon.0) 2151 : audit [DBG] from='client.? 172.21.15.177:0/199592546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:40:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:33.762164+0000 mgr.y (mgr.24491) 8433 : cluster [DBG] pgmap v7443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:33.762164+0000 mgr.y (mgr.24491) 8433 : cluster [DBG] pgmap v7443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:33.762164+0000 mgr.y (mgr.24491) 8433 : cluster [DBG] pgmap v7443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:35.762996+0000 mgr.y (mgr.24491) 8434 : cluster [DBG] pgmap v7444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:35.762996+0000 mgr.y (mgr.24491) 8434 : cluster [DBG] pgmap v7444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:35.762996+0000 mgr.y (mgr.24491) 8434 : cluster [DBG] pgmap v7444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T07:40:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:37.763374+0000 mgr.y (mgr.24491) 8435 : cluster [DBG] pgmap v7445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:37.763374+0000 mgr.y (mgr.24491) 8435 : cluster [DBG] pgmap v7445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:37.763374+0000 mgr.y (mgr.24491) 8435 : cluster [DBG] pgmap v7445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:39.764215+0000 mgr.y (mgr.24491) 8436 : cluster [DBG] pgmap v7446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:39.764215+0000 mgr.y (mgr.24491) 8436 : cluster [DBG] pgmap v7446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:40:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:39.764215+0000 mgr.y (mgr.24491) 8436 : cluster [DBG] pgmap v7446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:41.764567+0000 mgr.y (mgr.24491) 8437 : cluster [DBG] pgmap v7447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:41.764567+0000 mgr.y (mgr.24491) 8437 : cluster [DBG] pgmap v7447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:41.764567+0000 mgr.y (mgr.24491) 8437 : cluster [DBG] pgmap v7447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:43.764930+0000 mgr.y (mgr.24491) 8438 : cluster [DBG] pgmap v7448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:43.764930+0000 mgr.y (mgr.24491) 8438 : cluster [DBG] pgmap v7448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:43.764930+0000 mgr.y (mgr.24491) 8438 : cluster [DBG] pgmap v7448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:40:45.698920+0000 mon.a (mon.0) 2152 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:40:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:40:45.698920+0000 mon.a (mon.0) 2152 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:40:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:40:45.698920+0000 mon.a (mon.0) 2152 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:40:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:45.765599+0000 mgr.y (mgr.24491) 8439 : cluster [DBG] pgmap v7449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:40:45.994838+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:40:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:40:45.995480+0000 mon.a (mon.0) 2154 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:40:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:40:45.999553+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:40:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:45.765599+0000 mgr.y (mgr.24491) 8439 : cluster [DBG] pgmap v7449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:40:45.994838+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:40:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:40:45.995480+0000 mon.a (mon.0) 2154 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:40:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:40:45.999553+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:40:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:45.765599+0000 mgr.y (mgr.24491) 8439 : cluster [DBG] pgmap v7449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:40:45.994838+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:40:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:40:45.995480+0000 mon.a (mon.0) 2154 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:40:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:40:45.999553+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:40:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T07:40:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:47.766101+0000 mgr.y (mgr.24491) 8440 : cluster [DBG] pgmap v7450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:47.766101+0000 mgr.y (mgr.24491) 8440 : cluster [DBG] pgmap v7450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:47.766101+0000 mgr.y (mgr.24491) 8440 : cluster [DBG] pgmap v7450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:49.766638+0000 mgr.y (mgr.24491) 8441 : cluster [DBG] pgmap v7451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:49.766638+0000 mgr.y (mgr.24491) 8441 : cluster [DBG] pgmap v7451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:49.766638+0000 mgr.y (mgr.24491) 8441 : cluster [DBG] pgmap v7451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:40:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:51.767138+0000 mgr.y (mgr.24491) 8442 : cluster [DBG] pgmap v7452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:51.767138+0000 mgr.y (mgr.24491) 8442 : cluster [DBG] pgmap v7452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:51.767138+0000 mgr.y (mgr.24491) 8442 : cluster [DBG] pgmap v7452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:53.767458+0000 mgr.y (mgr.24491) 8443 : cluster [DBG] pgmap v7453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:53.767458+0000 mgr.y (mgr.24491) 8443 : cluster [DBG] pgmap v7453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:53.767458+0000 mgr.y (mgr.24491) 8443 : cluster [DBG] pgmap v7453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:55.768149+0000 mgr.y (mgr.24491) 8444 : cluster [DBG] pgmap v7454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:55.768149+0000 mgr.y (mgr.24491) 8444 : cluster [DBG] pgmap v7454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:55.768149+0000 mgr.y (mgr.24491) 8444 : cluster [DBG] pgmap v7454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:40:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T07:40:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:57.768719+0000 mgr.y (mgr.24491) 8445 : cluster [DBG] pgmap v7455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:57.768719+0000 mgr.y (mgr.24491) 8445 : cluster [DBG] pgmap v7455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:40:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:40:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:57.768719+0000 mgr.y (mgr.24491) 8445 : cluster [DBG] pgmap v7455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:40:59.769392+0000 mgr.y (mgr.24491) 8446 : cluster [DBG] pgmap v7456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:40:59.769392+0000 mgr.y (mgr.24491) 8446 : cluster [DBG] pgmap v7456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:40:59.769392+0000 mgr.y (mgr.24491) 8446 : cluster [DBG] pgmap v7456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:41:03.024 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:41:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:01.769859+0000 mgr.y (mgr.24491) 8447 : cluster [DBG] pgmap v7457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:03.299 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:41:03.299 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 2m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:41:03.299 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 2m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:41:03.299 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 2m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 2m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 2m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 2m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 2m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 2m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 2m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 2m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 2m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 2m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 2m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 2m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 2m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 2m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 2m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:41:03.300 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 2m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:41:03.301 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 2m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:41:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:01.769859+0000 mgr.y (mgr.24491) 8447 : cluster [DBG] pgmap v7457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:01.769859+0000 mgr.y (mgr.24491) 8447 : cluster [DBG] pgmap v7457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:03.632 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:41:03.633 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:41:03.634 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:41:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:41:03.013472+0000 mgr.y (mgr.24491) 8448 : audit [DBG] from='client.33431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:41:03.293947+0000 mgr.y (mgr.24491) 8449 : audit [DBG] from='client.23535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:41:03.634638+0000 mon.c (mon.2) 277 : audit [DBG] from='client.? 172.21.15.177:0/2513851895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:41:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:41:03.013472+0000 mgr.y (mgr.24491) 8448 : audit [DBG] from='client.33431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:41:03.293947+0000 mgr.y (mgr.24491) 8449 : audit [DBG] from='client.23535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:41:03.634638+0000 mon.c (mon.2) 277 : audit [DBG] from='client.? 172.21.15.177:0/2513851895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:41:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:41:03.013472+0000 mgr.y (mgr.24491) 8448 : audit [DBG] from='client.33431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:41:03.293947+0000 mgr.y (mgr.24491) 8449 : audit [DBG] from='client.23535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:41:03.634638+0000 mon.c (mon.2) 277 : audit [DBG] from='client.? 172.21.15.177:0/2513851895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:41:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:03.770375+0000 mgr.y (mgr.24491) 8450 : cluster [DBG] pgmap v7458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:03.770375+0000 mgr.y (mgr.24491) 8450 : cluster [DBG] pgmap v7458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:03.770375+0000 mgr.y (mgr.24491) 8450 : cluster [DBG] pgmap v7458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:05.771066+0000 mgr.y (mgr.24491) 8451 : cluster [DBG] pgmap v7459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:05.771066+0000 mgr.y (mgr.24491) 8451 : cluster [DBG] pgmap v7459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:05.771066+0000 mgr.y (mgr.24491) 8451 : cluster [DBG] pgmap v7459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:41:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:07.771589+0000 mgr.y (mgr.24491) 8452 : cluster [DBG] pgmap v7460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:07.771589+0000 mgr.y (mgr.24491) 8452 : cluster [DBG] pgmap v7460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:07.771589+0000 mgr.y (mgr.24491) 8452 : cluster [DBG] pgmap v7460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:09.772332+0000 mgr.y (mgr.24491) 8453 : cluster [DBG] pgmap v7461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:41:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:09.772332+0000 mgr.y (mgr.24491) 8453 : cluster [DBG] pgmap v7461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:09.772332+0000 mgr.y (mgr.24491) 8453 : cluster [DBG] pgmap v7461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:11.772826+0000 mgr.y (mgr.24491) 8454 : cluster [DBG] pgmap v7462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:11.772826+0000 mgr.y (mgr.24491) 8454 : cluster [DBG] pgmap v7462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:11.772826+0000 mgr.y (mgr.24491) 8454 : cluster [DBG] pgmap v7462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:13.773138+0000 mgr.y (mgr.24491) 8455 : cluster [DBG] pgmap v7463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:13.773138+0000 mgr.y (mgr.24491) 8455 : cluster [DBG] pgmap v7463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:13.773138+0000 mgr.y (mgr.24491) 8455 : cluster [DBG] pgmap v7463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:15.773878+0000 mgr.y (mgr.24491) 8456 : cluster [DBG] pgmap v7464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:15.773878+0000 mgr.y (mgr.24491) 8456 : cluster [DBG] pgmap v7464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:15.773878+0000 mgr.y (mgr.24491) 8456 : cluster [DBG] pgmap v7464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:41:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:17.774426+0000 mgr.y (mgr.24491) 8457 : cluster [DBG] pgmap v7465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:17.774426+0000 mgr.y (mgr.24491) 8457 : cluster [DBG] pgmap v7465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:17.774426+0000 mgr.y (mgr.24491) 8457 : cluster [DBG] pgmap v7465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:41:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:19.775322+0000 mgr.y (mgr.24491) 8458 : cluster [DBG] pgmap v7466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:19.775322+0000 mgr.y (mgr.24491) 8458 : cluster [DBG] pgmap v7466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:19.775322+0000 mgr.y (mgr.24491) 8458 : cluster [DBG] pgmap v7466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:21.775886+0000 mgr.y (mgr.24491) 8459 : cluster [DBG] pgmap v7467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:21.775886+0000 mgr.y (mgr.24491) 8459 : cluster [DBG] pgmap v7467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:21.775886+0000 mgr.y (mgr.24491) 8459 : cluster [DBG] pgmap v7467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:23.776494+0000 mgr.y (mgr.24491) 8460 : cluster [DBG] pgmap v7468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:23.776494+0000 mgr.y (mgr.24491) 8460 : cluster [DBG] pgmap v7468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:23.776494+0000 mgr.y (mgr.24491) 8460 : cluster [DBG] pgmap v7468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:25.777198+0000 mgr.y (mgr.24491) 8461 : cluster [DBG] pgmap v7469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:25.777198+0000 mgr.y (mgr.24491) 8461 : cluster [DBG] pgmap v7469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:25.777198+0000 mgr.y (mgr.24491) 8461 : cluster [DBG] pgmap v7469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:41:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:27.777643+0000 mgr.y (mgr.24491) 8462 : cluster [DBG] pgmap v7470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:27.777643+0000 mgr.y (mgr.24491) 8462 : cluster [DBG] pgmap v7470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:27.777643+0000 mgr.y (mgr.24491) 8462 : cluster [DBG] pgmap v7470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:29.778349+0000 mgr.y (mgr.24491) 8463 : cluster [DBG] pgmap v7471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:41:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:29.778349+0000 mgr.y (mgr.24491) 8463 : cluster [DBG] pgmap v7471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:29.778349+0000 mgr.y (mgr.24491) 8463 : cluster [DBG] pgmap v7471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:31.778723+0000 mgr.y (mgr.24491) 8464 : cluster [DBG] pgmap v7472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:31.778723+0000 mgr.y (mgr.24491) 8464 : cluster [DBG] pgmap v7472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:31.778723+0000 mgr.y (mgr.24491) 8464 : cluster [DBG] pgmap v7472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:33.947 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:41:34.223 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:41:34.223 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 2m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:41:34.223 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 2m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 2m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 2m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 2m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 2m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 2m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 2m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 2m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 2m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 2m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 2m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:41:34.224 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 2m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:41:34.225 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 2m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:41:34.225 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 2m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:41:34.225 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 2m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:41:34.225 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 2m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:41:34.225 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 2m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:41:34.225 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 2m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:41:34.556 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:41:34.557 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:41:34.557 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:41:34.557 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:41:34.557 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:41:34.557 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:41:34.557 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:41:34.557 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:41:34.557 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:41:34.557 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:41:34.557 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:41:34.558 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:41:34.558 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:41:34.558 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:41:34.558 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:41:34.558 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:41:34.558 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:41:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:33.779130+0000 mgr.y (mgr.24491) 8465 : cluster [DBG] pgmap v7473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:41:33.936963+0000 mgr.y (mgr.24491) 8466 : audit [DBG] from='client.33449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:41:34.217734+0000 mgr.y (mgr.24491) 8467 : audit [DBG] from='client.33455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:41:34.558243+0000 mon.a (mon.0) 2156 : audit [DBG] from='client.? 172.21.15.177:0/696777192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:41:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:33.779130+0000 mgr.y (mgr.24491) 8465 : cluster [DBG] pgmap v7473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:41:33.936963+0000 mgr.y (mgr.24491) 8466 : audit [DBG] from='client.33449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:41:34.217734+0000 mgr.y (mgr.24491) 8467 : audit [DBG] from='client.33455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:41:34.558243+0000 mon.a (mon.0) 2156 : audit [DBG] from='client.? 172.21.15.177:0/696777192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:41:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:33.779130+0000 mgr.y (mgr.24491) 8465 : cluster [DBG] pgmap v7473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:41:33.936963+0000 mgr.y (mgr.24491) 8466 : audit [DBG] from='client.33449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:41:34.217734+0000 mgr.y (mgr.24491) 8467 : audit [DBG] from='client.33455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:41:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:41:34.558243+0000 mon.a (mon.0) 2156 : audit [DBG] from='client.? 172.21.15.177:0/696777192' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:41:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:35.779906+0000 mgr.y (mgr.24491) 8468 : cluster [DBG] pgmap v7474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:35.779906+0000 mgr.y (mgr.24491) 8468 : cluster [DBG] pgmap v7474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:35.779906+0000 mgr.y (mgr.24491) 8468 : cluster [DBG] pgmap v7474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T07:41:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:37.780399+0000 mgr.y (mgr.24491) 8469 : cluster [DBG] pgmap v7475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:37.780399+0000 mgr.y (mgr.24491) 8469 : cluster [DBG] pgmap v7475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:37.780399+0000 mgr.y (mgr.24491) 8469 : cluster [DBG] pgmap v7475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:39.781039+0000 mgr.y (mgr.24491) 8470 : cluster [DBG] pgmap v7476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:41:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:39.781039+0000 mgr.y (mgr.24491) 8470 : cluster [DBG] pgmap v7476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:39.781039+0000 mgr.y (mgr.24491) 8470 : cluster [DBG] pgmap v7476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:41.781548+0000 mgr.y (mgr.24491) 8471 : cluster [DBG] pgmap v7477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:41.781548+0000 mgr.y (mgr.24491) 8471 : cluster [DBG] pgmap v7477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:41.781548+0000 mgr.y (mgr.24491) 8471 : cluster [DBG] pgmap v7477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:43.781916+0000 mgr.y (mgr.24491) 8472 : cluster [DBG] pgmap v7478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:43.781916+0000 mgr.y (mgr.24491) 8472 : cluster [DBG] pgmap v7478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:43.781916+0000 mgr.y (mgr.24491) 8472 : cluster [DBG] pgmap v7478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:45.782607+0000 mgr.y (mgr.24491) 8473 : cluster [DBG] pgmap v7479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:41:46.003884+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:41:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:41:46.240387+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:41:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:41:46.515838+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:41:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:41:46.516439+0000 mon.a (mon.0) 2160 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:41:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:41:46.520771+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:41:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:45.782607+0000 mgr.y (mgr.24491) 8473 : cluster [DBG] pgmap v7479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:41:46.003884+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:41:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:41:46.240387+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:41:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:41:46.515838+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:41:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:41:46.516439+0000 mon.a (mon.0) 2160 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:41:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:41:46.520771+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:41:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:45.782607+0000 mgr.y (mgr.24491) 8473 : cluster [DBG] pgmap v7479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:41:46.003884+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:41:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:41:46.240387+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:41:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:41:46.515838+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:41:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:41:46.516439+0000 mon.a (mon.0) 2160 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:41:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:41:46.520771+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:41:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:41:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:47.783049+0000 mgr.y (mgr.24491) 8474 : cluster [DBG] pgmap v7480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:47.783049+0000 mgr.y (mgr.24491) 8474 : cluster [DBG] pgmap v7480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:47.783049+0000 mgr.y (mgr.24491) 8474 : cluster [DBG] pgmap v7480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:49.783701+0000 mgr.y (mgr.24491) 8475 : cluster [DBG] pgmap v7481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:41:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:49.783701+0000 mgr.y (mgr.24491) 8475 : cluster [DBG] pgmap v7481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:49.783701+0000 mgr.y (mgr.24491) 8475 : cluster [DBG] pgmap v7481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:51.784238+0000 mgr.y (mgr.24491) 8476 : cluster [DBG] pgmap v7482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:51.784238+0000 mgr.y (mgr.24491) 8476 : cluster [DBG] pgmap v7482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:51.784238+0000 mgr.y (mgr.24491) 8476 : cluster [DBG] pgmap v7482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:53.784595+0000 mgr.y (mgr.24491) 8477 : cluster [DBG] pgmap v7483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:53.784595+0000 mgr.y (mgr.24491) 8477 : cluster [DBG] pgmap v7483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:53.784595+0000 mgr.y (mgr.24491) 8477 : cluster [DBG] pgmap v7483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:55.785374+0000 mgr.y (mgr.24491) 8478 : cluster [DBG] pgmap v7484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:55.785374+0000 mgr.y (mgr.24491) 8478 : cluster [DBG] pgmap v7484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:55.785374+0000 mgr.y (mgr.24491) 8478 : cluster [DBG] pgmap v7484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:41:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T07:41:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:57.786000+0000 mgr.y (mgr.24491) 8479 : cluster [DBG] pgmap v7485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:57.786000+0000 mgr.y (mgr.24491) 8479 : cluster [DBG] pgmap v7485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:41:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:41:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:57.786000+0000 mgr.y (mgr.24491) 8479 : cluster [DBG] pgmap v7485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:41:59.786607+0000 mgr.y (mgr.24491) 8480 : cluster [DBG] pgmap v7486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:41:59.786607+0000 mgr.y (mgr.24491) 8480 : cluster [DBG] pgmap v7486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:41:59.786607+0000 mgr.y (mgr.24491) 8480 : cluster [DBG] pgmap v7486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:42:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:01.787078+0000 mgr.y (mgr.24491) 8481 : cluster [DBG] pgmap v7487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:01.787078+0000 mgr.y (mgr.24491) 8481 : cluster [DBG] pgmap v7487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:01.787078+0000 mgr.y (mgr.24491) 8481 : cluster [DBG] pgmap v7487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:04.867 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:42:05.142 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:42:05.142 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 3m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 3m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 3m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 3m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 3m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 3m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 3m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 3m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 3m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 3m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 3m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 3m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 3m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 3m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 3m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:42:05.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 3m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:42:05.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 3m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:42:05.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 3m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:42:05.144 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 3m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:42:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:03.787467+0000 mgr.y (mgr.24491) 8482 : cluster [DBG] pgmap v7488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:03.787467+0000 mgr.y (mgr.24491) 8482 : cluster [DBG] pgmap v7488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:42:05.478 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:42:05.479 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:42:05.479 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:42:05.479 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:42:05.479 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:42:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:03.787467+0000 mgr.y (mgr.24491) 8482 : cluster [DBG] pgmap v7488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:42:04.856863+0000 mgr.y (mgr.24491) 8483 : audit [DBG] from='client.33467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:42:05.136874+0000 mgr.y (mgr.24491) 8484 : audit [DBG] from='client.33473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:42:05.479520+0000 mon.a (mon.0) 2162 : audit [DBG] from='client.? 172.21.15.177:0/1396614248' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:42:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:42:04.856863+0000 mgr.y (mgr.24491) 8483 : audit [DBG] from='client.33467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:42:05.136874+0000 mgr.y (mgr.24491) 8484 : audit [DBG] from='client.33473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:42:05.479520+0000 mon.a (mon.0) 2162 : audit [DBG] from='client.? 172.21.15.177:0/1396614248' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:42:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:42:04.856863+0000 mgr.y (mgr.24491) 8483 : audit [DBG] from='client.33467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:42:05.136874+0000 mgr.y (mgr.24491) 8484 : audit [DBG] from='client.33473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:42:05.479520+0000 mon.a (mon.0) 2162 : audit [DBG] from='client.? 172.21.15.177:0/1396614248' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:42:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:05.788234+0000 mgr.y (mgr.24491) 8485 : cluster [DBG] pgmap v7489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:05.788234+0000 mgr.y (mgr.24491) 8485 : cluster [DBG] pgmap v7489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:05.788234+0000 mgr.y (mgr.24491) 8485 : cluster [DBG] pgmap v7489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T07:42:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:07.788584+0000 mgr.y (mgr.24491) 8486 : cluster [DBG] pgmap v7490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:07.788584+0000 mgr.y (mgr.24491) 8486 : cluster [DBG] pgmap v7490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:07.788584+0000 mgr.y (mgr.24491) 8486 : cluster [DBG] pgmap v7490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:09.789200+0000 mgr.y (mgr.24491) 8487 : cluster [DBG] pgmap v7491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:09.789200+0000 mgr.y (mgr.24491) 8487 : cluster [DBG] pgmap v7491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:09.789200+0000 mgr.y (mgr.24491) 8487 : cluster [DBG] pgmap v7491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:42:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:11.789726+0000 mgr.y (mgr.24491) 8488 : cluster [DBG] pgmap v7492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:11.789726+0000 mgr.y (mgr.24491) 8488 : cluster [DBG] pgmap v7492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:11.789726+0000 mgr.y (mgr.24491) 8488 : cluster [DBG] pgmap v7492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:13.790301+0000 mgr.y (mgr.24491) 8489 : cluster [DBG] pgmap v7493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:15.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:13.790301+0000 mgr.y (mgr.24491) 8489 : cluster [DBG] pgmap v7493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:13.790301+0000 mgr.y (mgr.24491) 8489 : cluster [DBG] pgmap v7493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:15.791034+0000 mgr.y (mgr.24491) 8490 : cluster [DBG] pgmap v7494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:17.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:15.791034+0000 mgr.y (mgr.24491) 8490 : cluster [DBG] pgmap v7494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:15.791034+0000 mgr.y (mgr.24491) 8490 : cluster [DBG] pgmap v7494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:42:19.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:17.791424+0000 mgr.y (mgr.24491) 8491 : cluster [DBG] pgmap v7495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:19.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:17.791424+0000 mgr.y (mgr.24491) 8491 : cluster [DBG] pgmap v7495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:17.791424+0000 mgr.y (mgr.24491) 8491 : cluster [DBG] pgmap v7495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:19.792126+0000 mgr.y (mgr.24491) 8492 : cluster [DBG] pgmap v7496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:19.792126+0000 mgr.y (mgr.24491) 8492 : cluster [DBG] pgmap v7496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:19.792126+0000 mgr.y (mgr.24491) 8492 : cluster [DBG] pgmap v7496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:42:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:21.792664+0000 mgr.y (mgr.24491) 8493 : cluster [DBG] pgmap v7497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:21.792664+0000 mgr.y (mgr.24491) 8493 : cluster [DBG] pgmap v7497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:21.792664+0000 mgr.y (mgr.24491) 8493 : cluster [DBG] pgmap v7497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:23.793098+0000 mgr.y (mgr.24491) 8494 : cluster [DBG] pgmap v7498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:23.793098+0000 mgr.y (mgr.24491) 8494 : cluster [DBG] pgmap v7498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:23.793098+0000 mgr.y (mgr.24491) 8494 : cluster [DBG] pgmap v7498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:25.793745+0000 mgr.y (mgr.24491) 8495 : cluster [DBG] pgmap v7499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:25.793745+0000 mgr.y (mgr.24491) 8495 : cluster [DBG] pgmap v7499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:25.793745+0000 mgr.y (mgr.24491) 8495 : cluster [DBG] pgmap v7499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T07:42:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:27.794311+0000 mgr.y (mgr.24491) 8496 : cluster [DBG] pgmap v7500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:27.794311+0000 mgr.y (mgr.24491) 8496 : cluster [DBG] pgmap v7500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:27.794311+0000 mgr.y (mgr.24491) 8496 : cluster [DBG] pgmap v7500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:29.795127+0000 mgr.y (mgr.24491) 8497 : cluster [DBG] pgmap v7501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:29.795127+0000 mgr.y (mgr.24491) 8497 : cluster [DBG] pgmap v7501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:29.795127+0000 mgr.y (mgr.24491) 8497 : cluster [DBG] pgmap v7501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:42:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:31.795536+0000 mgr.y (mgr.24491) 8498 : cluster [DBG] pgmap v7502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:31.795536+0000 mgr.y (mgr.24491) 8498 : cluster [DBG] pgmap v7502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:31.795536+0000 mgr.y (mgr.24491) 8498 : cluster [DBG] pgmap v7502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:33.796133+0000 mgr.y (mgr.24491) 8499 : cluster [DBG] pgmap v7503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:33.796133+0000 mgr.y (mgr.24491) 8499 : cluster [DBG] pgmap v7503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:33.796133+0000 mgr.y (mgr.24491) 8499 : cluster [DBG] pgmap v7503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:35.789 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:42:36.066 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:42:36.066 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 3m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:42:36.066 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 3m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 3m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 3m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 3m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 3m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 3m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 3m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 3m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 3m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 3m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 3m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 3m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 3m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 3m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 3m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:42:36.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 3m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:42:36.068 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 3m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:42:36.068 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 3m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:42:36.399 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:42:36.400 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:42:36.400 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:42:36.400 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:42:36.400 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:42:36.400 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:42:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:42:35.778782+0000 mgr.y (mgr.24491) 8500 : audit [DBG] from='client.33485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:35.796710+0000 mgr.y (mgr.24491) 8501 : cluster [DBG] pgmap v7504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:42:36.060334+0000 mgr.y (mgr.24491) 8502 : audit [DBG] from='client.23589 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:42:36.400527+0000 mon.c (mon.2) 278 : audit [DBG] from='client.? 172.21.15.177:0/1455293541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:42:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:42:35.778782+0000 mgr.y (mgr.24491) 8500 : audit [DBG] from='client.33485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:35.796710+0000 mgr.y (mgr.24491) 8501 : cluster [DBG] pgmap v7504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:42:36.060334+0000 mgr.y (mgr.24491) 8502 : audit [DBG] from='client.23589 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:42:36.400527+0000 mon.c (mon.2) 278 : audit [DBG] from='client.? 172.21.15.177:0/1455293541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:42:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:42:35.778782+0000 mgr.y (mgr.24491) 8500 : audit [DBG] from='client.33485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:35.796710+0000 mgr.y (mgr.24491) 8501 : cluster [DBG] pgmap v7504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:42:36.060334+0000 mgr.y (mgr.24491) 8502 : audit [DBG] from='client.23589 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:42:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:42:36.400527+0000 mon.c (mon.2) 278 : audit [DBG] from='client.? 172.21.15.177:0/1455293541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:42:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:37] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:42:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:37.797165+0000 mgr.y (mgr.24491) 8503 : cluster [DBG] pgmap v7505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:37.797165+0000 mgr.y (mgr.24491) 8503 : cluster [DBG] pgmap v7505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:37.797165+0000 mgr.y (mgr.24491) 8503 : cluster [DBG] pgmap v7505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:39.797998+0000 mgr.y (mgr.24491) 8504 : cluster [DBG] pgmap v7506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:39.797998+0000 mgr.y (mgr.24491) 8504 : cluster [DBG] pgmap v7506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:39.797998+0000 mgr.y (mgr.24491) 8504 : cluster [DBG] pgmap v7506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:42:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:41.798394+0000 mgr.y (mgr.24491) 8505 : cluster [DBG] pgmap v7507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:41.798394+0000 mgr.y (mgr.24491) 8505 : cluster [DBG] pgmap v7507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:41.798394+0000 mgr.y (mgr.24491) 8505 : cluster [DBG] pgmap v7507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:43.798736+0000 mgr.y (mgr.24491) 8506 : cluster [DBG] pgmap v7508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:43.798736+0000 mgr.y (mgr.24491) 8506 : cluster [DBG] pgmap v7508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:43.798736+0000 mgr.y (mgr.24491) 8506 : cluster [DBG] pgmap v7508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:45.799617+0000 mgr.y (mgr.24491) 8507 : cluster [DBG] pgmap v7509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:42:46.525240+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:42:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:42:46.767684+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:42:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:42:47.043502+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:42:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:42:47.044128+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:42:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:42:47.048330+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:42:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:45.799617+0000 mgr.y (mgr.24491) 8507 : cluster [DBG] pgmap v7509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:42:46.525240+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:42:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:42:46.767684+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:42:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:42:47.043502+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:42:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:42:47.044128+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:42:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:42:47.048330+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:42:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:45.799617+0000 mgr.y (mgr.24491) 8507 : cluster [DBG] pgmap v7509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:42:46.525240+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:42:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:42:46.767684+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:42:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:42:47.043502+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:42:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:42:47.044128+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:42:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:42:47.048330+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:42:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:47] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T07:42:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:47.800012+0000 mgr.y (mgr.24491) 8508 : cluster [DBG] pgmap v7510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:47.800012+0000 mgr.y (mgr.24491) 8508 : cluster [DBG] pgmap v7510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:47.800012+0000 mgr.y (mgr.24491) 8508 : cluster [DBG] pgmap v7510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:49.800733+0000 mgr.y (mgr.24491) 8509 : cluster [DBG] pgmap v7511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:49.800733+0000 mgr.y (mgr.24491) 8509 : cluster [DBG] pgmap v7511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:49.800733+0000 mgr.y (mgr.24491) 8509 : cluster [DBG] pgmap v7511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:42:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:51.801171+0000 mgr.y (mgr.24491) 8510 : cluster [DBG] pgmap v7512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:51.801171+0000 mgr.y (mgr.24491) 8510 : cluster [DBG] pgmap v7512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:51.801171+0000 mgr.y (mgr.24491) 8510 : cluster [DBG] pgmap v7512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:53.801615+0000 mgr.y (mgr.24491) 8511 : cluster [DBG] pgmap v7513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:53.801615+0000 mgr.y (mgr.24491) 8511 : cluster [DBG] pgmap v7513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:53.801615+0000 mgr.y (mgr.24491) 8511 : cluster [DBG] pgmap v7513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:55.802384+0000 mgr.y (mgr.24491) 8512 : cluster [DBG] pgmap v7514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:55.802384+0000 mgr.y (mgr.24491) 8512 : cluster [DBG] pgmap v7514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:55.802384+0000 mgr.y (mgr.24491) 8512 : cluster [DBG] pgmap v7514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:42:57] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T07:42:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:57.802872+0000 mgr.y (mgr.24491) 8513 : cluster [DBG] pgmap v7515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:57.802872+0000 mgr.y (mgr.24491) 8513 : cluster [DBG] pgmap v7515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:42:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:42:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:57.802872+0000 mgr.y (mgr.24491) 8513 : cluster [DBG] pgmap v7515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:42:59.803609+0000 mgr.y (mgr.24491) 8514 : cluster [DBG] pgmap v7516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:42:59.803609+0000 mgr.y (mgr.24491) 8514 : cluster [DBG] pgmap v7516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:42:59.803609+0000 mgr.y (mgr.24491) 8514 : cluster [DBG] pgmap v7516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:43:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:01.804173+0000 mgr.y (mgr.24491) 8515 : cluster [DBG] pgmap v7517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:01.804173+0000 mgr.y (mgr.24491) 8515 : cluster [DBG] pgmap v7517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:01.804173+0000 mgr.y (mgr.24491) 8515 : cluster [DBG] pgmap v7517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:03.804584+0000 mgr.y (mgr.24491) 8516 : cluster [DBG] pgmap v7518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:03.804584+0000 mgr.y (mgr.24491) 8516 : cluster [DBG] pgmap v7518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:03.804584+0000 mgr.y (mgr.24491) 8516 : cluster [DBG] pgmap v7518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:06.711 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:43:06.988 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:43:06.988 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:43:06.988 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 4m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:43:06.988 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:43:06.988 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:43:06.988 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 4m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:43:06.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:43:06.990 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:43:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:05.805298+0000 mgr.y (mgr.24491) 8517 : cluster [DBG] pgmap v7519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:05.805298+0000 mgr.y (mgr.24491) 8517 : cluster [DBG] pgmap v7519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:05.805298+0000 mgr.y (mgr.24491) 8517 : cluster [DBG] pgmap v7519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:07.323 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:43:07.323 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:43:07.323 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:43:07.323 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:43:07.324 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:43:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:43:06.700731+0000 mgr.y (mgr.24491) 8518 : audit [DBG] from='client.23601 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:43:06.981986+0000 mgr.y (mgr.24491) 8519 : audit [DBG] from='client.23607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:43:07.325128+0000 mon.a (mon.0) 2168 : audit [DBG] from='client.? 172.21.15.177:0/444827972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:43:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:07] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T07:43:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:43:06.700731+0000 mgr.y (mgr.24491) 8518 : audit [DBG] from='client.23601 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:43:06.981986+0000 mgr.y (mgr.24491) 8519 : audit [DBG] from='client.23607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:43:07.325128+0000 mon.a (mon.0) 2168 : audit [DBG] from='client.? 172.21.15.177:0/444827972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:43:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:43:06.700731+0000 mgr.y (mgr.24491) 8518 : audit [DBG] from='client.23601 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:43:06.981986+0000 mgr.y (mgr.24491) 8519 : audit [DBG] from='client.23607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:43:07.325128+0000 mon.a (mon.0) 2168 : audit [DBG] from='client.? 172.21.15.177:0/444827972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:43:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:07.805857+0000 mgr.y (mgr.24491) 8520 : cluster [DBG] pgmap v7520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:07.805857+0000 mgr.y (mgr.24491) 8520 : cluster [DBG] pgmap v7520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:07.805857+0000 mgr.y (mgr.24491) 8520 : cluster [DBG] pgmap v7520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:09.806442+0000 mgr.y (mgr.24491) 8521 : cluster [DBG] pgmap v7521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:09.806442+0000 mgr.y (mgr.24491) 8521 : cluster [DBG] pgmap v7521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:09.806442+0000 mgr.y (mgr.24491) 8521 : cluster [DBG] pgmap v7521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:43:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:11.806926+0000 mgr.y (mgr.24491) 8522 : cluster [DBG] pgmap v7522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:11.806926+0000 mgr.y (mgr.24491) 8522 : cluster [DBG] pgmap v7522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:11.806926+0000 mgr.y (mgr.24491) 8522 : cluster [DBG] pgmap v7522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:13.807348+0000 mgr.y (mgr.24491) 8523 : cluster [DBG] pgmap v7523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:13.807348+0000 mgr.y (mgr.24491) 8523 : cluster [DBG] pgmap v7523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:13.807348+0000 mgr.y (mgr.24491) 8523 : cluster [DBG] pgmap v7523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:15.808184+0000 mgr.y (mgr.24491) 8524 : cluster [DBG] pgmap v7524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:15.808184+0000 mgr.y (mgr.24491) 8524 : cluster [DBG] pgmap v7524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:15.808184+0000 mgr.y (mgr.24491) 8524 : cluster [DBG] pgmap v7524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:17] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:43:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:17.808780+0000 mgr.y (mgr.24491) 8525 : cluster [DBG] pgmap v7525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:17.808780+0000 mgr.y (mgr.24491) 8525 : cluster [DBG] pgmap v7525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:17.808780+0000 mgr.y (mgr.24491) 8525 : cluster [DBG] pgmap v7525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:19.809543+0000 mgr.y (mgr.24491) 8526 : cluster [DBG] pgmap v7526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:19.809543+0000 mgr.y (mgr.24491) 8526 : cluster [DBG] pgmap v7526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:43:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:19.809543+0000 mgr.y (mgr.24491) 8526 : cluster [DBG] pgmap v7526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:21.809954+0000 mgr.y (mgr.24491) 8527 : cluster [DBG] pgmap v7527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:21.809954+0000 mgr.y (mgr.24491) 8527 : cluster [DBG] pgmap v7527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:21.809954+0000 mgr.y (mgr.24491) 8527 : cluster [DBG] pgmap v7527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:23.810472+0000 mgr.y (mgr.24491) 8528 : cluster [DBG] pgmap v7528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:23.810472+0000 mgr.y (mgr.24491) 8528 : cluster [DBG] pgmap v7528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:23.810472+0000 mgr.y (mgr.24491) 8528 : cluster [DBG] pgmap v7528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:25.811307+0000 mgr.y (mgr.24491) 8529 : cluster [DBG] pgmap v7529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:25.811307+0000 mgr.y (mgr.24491) 8529 : cluster [DBG] pgmap v7529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:25.811307+0000 mgr.y (mgr.24491) 8529 : cluster [DBG] pgmap v7529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:27] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:43:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:27.811787+0000 mgr.y (mgr.24491) 8530 : cluster [DBG] pgmap v7530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:27.811787+0000 mgr.y (mgr.24491) 8530 : cluster [DBG] pgmap v7530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:27.811787+0000 mgr.y (mgr.24491) 8530 : cluster [DBG] pgmap v7530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:29.812504+0000 mgr.y (mgr.24491) 8531 : cluster [DBG] pgmap v7531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:29.812504+0000 mgr.y (mgr.24491) 8531 : cluster [DBG] pgmap v7531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:29.812504+0000 mgr.y (mgr.24491) 8531 : cluster [DBG] pgmap v7531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:43:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:31.813072+0000 mgr.y (mgr.24491) 8532 : cluster [DBG] pgmap v7532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:31.813072+0000 mgr.y (mgr.24491) 8532 : cluster [DBG] pgmap v7532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:31.813072+0000 mgr.y (mgr.24491) 8532 : cluster [DBG] pgmap v7532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:33.813422+0000 mgr.y (mgr.24491) 8533 : cluster [DBG] pgmap v7533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:33.813422+0000 mgr.y (mgr.24491) 8533 : cluster [DBG] pgmap v7533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:33.813422+0000 mgr.y (mgr.24491) 8533 : cluster [DBG] pgmap v7533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:35.814152+0000 mgr.y (mgr.24491) 8534 : cluster [DBG] pgmap v7534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:35.814152+0000 mgr.y (mgr.24491) 8534 : cluster [DBG] pgmap v7534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:35.814152+0000 mgr.y (mgr.24491) 8534 : cluster [DBG] pgmap v7534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:37.634 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:43:37.908 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:43:37.908 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:43:37.908 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 4m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:43:37.908 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:43:37.908 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:43:37.908 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 4m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:43:37.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:43:37.910 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:43:37.910 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:43:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:43:38.243 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:43:38.243 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:43:38.243 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:43:38.243 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:43:38.243 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:43:38.245 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:43:38.245 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:43:38.245 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:43:38.245 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:43:38.245 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:43:38.245 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:43:38.245 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:43:38.245 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:43:38.246 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:43:38.246 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:43:38.246 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:43:38.246 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:43:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:43:37.622483+0000 mgr.y (mgr.24491) 8535 : audit [DBG] from='client.33521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:37.814507+0000 mgr.y (mgr.24491) 8536 : cluster [DBG] pgmap v7535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:43:37.902046+0000 mgr.y (mgr.24491) 8537 : audit [DBG] from='client.33527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:43:38.244385+0000 mon.a (mon.0) 2169 : audit [DBG] from='client.? 172.21.15.177:0/4078958073' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:43:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:43:37.622483+0000 mgr.y (mgr.24491) 8535 : audit [DBG] from='client.33521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:37.814507+0000 mgr.y (mgr.24491) 8536 : cluster [DBG] pgmap v7535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:43:37.902046+0000 mgr.y (mgr.24491) 8537 : audit [DBG] from='client.33527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:43:38.244385+0000 mon.a (mon.0) 2169 : audit [DBG] from='client.? 172.21.15.177:0/4078958073' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:43:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:43:37.622483+0000 mgr.y (mgr.24491) 8535 : audit [DBG] from='client.33521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:37.814507+0000 mgr.y (mgr.24491) 8536 : cluster [DBG] pgmap v7535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:43:37.902046+0000 mgr.y (mgr.24491) 8537 : audit [DBG] from='client.33527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:43:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:43:38.244385+0000 mon.a (mon.0) 2169 : audit [DBG] from='client.? 172.21.15.177:0/4078958073' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:43:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:43:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:39.815112+0000 mgr.y (mgr.24491) 8538 : cluster [DBG] pgmap v7536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:39.815112+0000 mgr.y (mgr.24491) 8538 : cluster [DBG] pgmap v7536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:39.815112+0000 mgr.y (mgr.24491) 8538 : cluster [DBG] pgmap v7536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:41.815511+0000 mgr.y (mgr.24491) 8539 : cluster [DBG] pgmap v7537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:41.815511+0000 mgr.y (mgr.24491) 8539 : cluster [DBG] pgmap v7537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:41.815511+0000 mgr.y (mgr.24491) 8539 : cluster [DBG] pgmap v7537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:43.816041+0000 mgr.y (mgr.24491) 8540 : cluster [DBG] pgmap v7538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:43.816041+0000 mgr.y (mgr.24491) 8540 : cluster [DBG] pgmap v7538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:43.816041+0000 mgr.y (mgr.24491) 8540 : cluster [DBG] pgmap v7538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:45.816682+0000 mgr.y (mgr.24491) 8541 : cluster [DBG] pgmap v7539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:45.816682+0000 mgr.y (mgr.24491) 8541 : cluster [DBG] pgmap v7539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:45.816682+0000 mgr.y (mgr.24491) 8541 : cluster [DBG] pgmap v7539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:47] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:43:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:43:47.053315+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:43:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:43:47.346050+0000 mon.a (mon.0) 2171 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:43:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:43:47.346676+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:43:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:43:47.350688+0000 mon.a (mon.0) 2173 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:43:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:43:47.053315+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:43:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:43:47.346050+0000 mon.a (mon.0) 2171 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:43:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:43:47.346676+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:43:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:43:47.350688+0000 mon.a (mon.0) 2173 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:43:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:43:47.053315+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:43:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:43:47.346050+0000 mon.a (mon.0) 2171 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:43:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:43:47.346676+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:43:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:43:47.350688+0000 mon.a (mon.0) 2173 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:43:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:47.817081+0000 mgr.y (mgr.24491) 8542 : cluster [DBG] pgmap v7540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:47.817081+0000 mgr.y (mgr.24491) 8542 : cluster [DBG] pgmap v7540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:47.817081+0000 mgr.y (mgr.24491) 8542 : cluster [DBG] pgmap v7540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:51.355 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:43:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:49.817703+0000 mgr.y (mgr.24491) 8543 : cluster [DBG] pgmap v7541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:51.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:49.817703+0000 mgr.y (mgr.24491) 8543 : cluster [DBG] pgmap v7541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:49.817703+0000 mgr.y (mgr.24491) 8543 : cluster [DBG] pgmap v7541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:51.818145+0000 mgr.y (mgr.24491) 8544 : cluster [DBG] pgmap v7542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:51.818145+0000 mgr.y (mgr.24491) 8544 : cluster [DBG] pgmap v7542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:51.818145+0000 mgr.y (mgr.24491) 8544 : cluster [DBG] pgmap v7542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:53.818576+0000 mgr.y (mgr.24491) 8545 : cluster [DBG] pgmap v7543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:53.818576+0000 mgr.y (mgr.24491) 8545 : cluster [DBG] pgmap v7543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:53.818576+0000 mgr.y (mgr.24491) 8545 : cluster [DBG] pgmap v7543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:55.819348+0000 mgr.y (mgr.24491) 8546 : cluster [DBG] pgmap v7544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:55.819348+0000 mgr.y (mgr.24491) 8546 : cluster [DBG] pgmap v7544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:55.819348+0000 mgr.y (mgr.24491) 8546 : cluster [DBG] pgmap v7544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:43:57] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:43:59.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:57.819850+0000 mgr.y (mgr.24491) 8547 : cluster [DBG] pgmap v7545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:59.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:57.819850+0000 mgr.y (mgr.24491) 8547 : cluster [DBG] pgmap v7545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:43:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:43:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:57.819850+0000 mgr.y (mgr.24491) 8547 : cluster [DBG] pgmap v7545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:01.373 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:44:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:43:59.820712+0000 mgr.y (mgr.24491) 8548 : cluster [DBG] pgmap v7546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:43:59.820712+0000 mgr.y (mgr.24491) 8548 : cluster [DBG] pgmap v7546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:43:59.820712+0000 mgr.y (mgr.24491) 8548 : cluster [DBG] pgmap v7546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:01.821183+0000 mgr.y (mgr.24491) 8549 : cluster [DBG] pgmap v7547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:01.821183+0000 mgr.y (mgr.24491) 8549 : cluster [DBG] pgmap v7547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:01.821183+0000 mgr.y (mgr.24491) 8549 : cluster [DBG] pgmap v7547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:05.653 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:03.821735+0000 mgr.y (mgr.24491) 8550 : cluster [DBG] pgmap v7548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:05.654 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:03.821735+0000 mgr.y (mgr.24491) 8550 : cluster [DBG] pgmap v7548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:03.821735+0000 mgr.y (mgr.24491) 8550 : cluster [DBG] pgmap v7548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:05.822426+0000 mgr.y (mgr.24491) 8551 : cluster [DBG] pgmap v7549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:05.822426+0000 mgr.y (mgr.24491) 8551 : cluster [DBG] pgmap v7549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:05.822426+0000 mgr.y (mgr.24491) 8551 : cluster [DBG] pgmap v7549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:07] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T07:44:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:44:08.832 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:44:08.832 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:44:08.832 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:44:08.832 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:44:08.832 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:44:08.832 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:44:08.832 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:44:08.832 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:44:08.833 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 5m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:44:09.163 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:44:09.163 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:44:09.164 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:44:09.165 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:44:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:07.822820+0000 mgr.y (mgr.24491) 8552 : cluster [DBG] pgmap v7550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:44:09.164401+0000 mon.a (mon.0) 2174 : audit [DBG] from='client.? 172.21.15.177:0/555084913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:44:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:07.822820+0000 mgr.y (mgr.24491) 8552 : cluster [DBG] pgmap v7550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:44:09.164401+0000 mon.a (mon.0) 2174 : audit [DBG] from='client.? 172.21.15.177:0/555084913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:44:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:07.822820+0000 mgr.y (mgr.24491) 8552 : cluster [DBG] pgmap v7550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:44:09.164401+0000 mon.a (mon.0) 2174 : audit [DBG] from='client.? 172.21.15.177:0/555084913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:44:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:44:08.546169+0000 mgr.y (mgr.24491) 8553 : audit [DBG] from='client.33539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:44:08.825256+0000 mgr.y (mgr.24491) 8554 : audit [DBG] from='client.23643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:44:08.546169+0000 mgr.y (mgr.24491) 8553 : audit [DBG] from='client.33539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:44:08.825256+0000 mgr.y (mgr.24491) 8554 : audit [DBG] from='client.23643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:44:08.546169+0000 mgr.y (mgr.24491) 8553 : audit [DBG] from='client.33539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:44:08.825256+0000 mgr.y (mgr.24491) 8554 : audit [DBG] from='client.23643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:11.394 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:44:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:09.823440+0000 mgr.y (mgr.24491) 8555 : cluster [DBG] pgmap v7551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:09.823440+0000 mgr.y (mgr.24491) 8555 : cluster [DBG] pgmap v7551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:09.823440+0000 mgr.y (mgr.24491) 8555 : cluster [DBG] pgmap v7551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:11.823882+0000 mgr.y (mgr.24491) 8556 : cluster [DBG] pgmap v7552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:11.823882+0000 mgr.y (mgr.24491) 8556 : cluster [DBG] pgmap v7552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:11.823882+0000 mgr.y (mgr.24491) 8556 : cluster [DBG] pgmap v7552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:13.824348+0000 mgr.y (mgr.24491) 8557 : cluster [DBG] pgmap v7553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:13.824348+0000 mgr.y (mgr.24491) 8557 : cluster [DBG] pgmap v7553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:13.824348+0000 mgr.y (mgr.24491) 8557 : cluster [DBG] pgmap v7553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:15.825172+0000 mgr.y (mgr.24491) 8558 : cluster [DBG] pgmap v7554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:15.825172+0000 mgr.y (mgr.24491) 8558 : cluster [DBG] pgmap v7554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:15.825172+0000 mgr.y (mgr.24491) 8558 : cluster [DBG] pgmap v7554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:17] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:44:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:17.825609+0000 mgr.y (mgr.24491) 8559 : cluster [DBG] pgmap v7555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:17.825609+0000 mgr.y (mgr.24491) 8559 : cluster [DBG] pgmap v7555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:17.825609+0000 mgr.y (mgr.24491) 8559 : cluster [DBG] pgmap v7555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:21.409 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:44:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:19.826452+0000 mgr.y (mgr.24491) 8560 : cluster [DBG] pgmap v7556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:19.826452+0000 mgr.y (mgr.24491) 8560 : cluster [DBG] pgmap v7556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:19.826452+0000 mgr.y (mgr.24491) 8560 : cluster [DBG] pgmap v7556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:21.826999+0000 mgr.y (mgr.24491) 8561 : cluster [DBG] pgmap v7557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:21.826999+0000 mgr.y (mgr.24491) 8561 : cluster [DBG] pgmap v7557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:21.826999+0000 mgr.y (mgr.24491) 8561 : cluster [DBG] pgmap v7557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:23.827418+0000 mgr.y (mgr.24491) 8562 : cluster [DBG] pgmap v7558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:23.827418+0000 mgr.y (mgr.24491) 8562 : cluster [DBG] pgmap v7558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:23.827418+0000 mgr.y (mgr.24491) 8562 : cluster [DBG] pgmap v7558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:25.828125+0000 mgr.y (mgr.24491) 8563 : cluster [DBG] pgmap v7559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:25.828125+0000 mgr.y (mgr.24491) 8563 : cluster [DBG] pgmap v7559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:25.828125+0000 mgr.y (mgr.24491) 8563 : cluster [DBG] pgmap v7559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:27] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:44:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:27.828538+0000 mgr.y (mgr.24491) 8564 : cluster [DBG] pgmap v7560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:27.828538+0000 mgr.y (mgr.24491) 8564 : cluster [DBG] pgmap v7560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:27.828538+0000 mgr.y (mgr.24491) 8564 : cluster [DBG] pgmap v7560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:31.425 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:44:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:29.829172+0000 mgr.y (mgr.24491) 8565 : cluster [DBG] pgmap v7561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:29.829172+0000 mgr.y (mgr.24491) 8565 : cluster [DBG] pgmap v7561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:29.829172+0000 mgr.y (mgr.24491) 8565 : cluster [DBG] pgmap v7561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:31.829573+0000 mgr.y (mgr.24491) 8566 : cluster [DBG] pgmap v7562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:31.829573+0000 mgr.y (mgr.24491) 8566 : cluster [DBG] pgmap v7562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:31.829573+0000 mgr.y (mgr.24491) 8566 : cluster [DBG] pgmap v7562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:33.830084+0000 mgr.y (mgr.24491) 8567 : cluster [DBG] pgmap v7563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:33.830084+0000 mgr.y (mgr.24491) 8567 : cluster [DBG] pgmap v7563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:33.830084+0000 mgr.y (mgr.24491) 8567 : cluster [DBG] pgmap v7563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:37.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:35.830858+0000 mgr.y (mgr.24491) 8568 : cluster [DBG] pgmap v7564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:35.830858+0000 mgr.y (mgr.24491) 8568 : cluster [DBG] pgmap v7564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:35.830858+0000 mgr.y (mgr.24491) 8568 : cluster [DBG] pgmap v7564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:37] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T07:44:39.475 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:44:39.749 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:44:39.749 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:44:39.749 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:44:39.749 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:44:39.749 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:44:39.749 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:44:39.749 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:44:39.749 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:44:39.750 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:44:39.750 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:44:39.750 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:44:39.750 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:44:39.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:44:39.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:44:39.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:44:39.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:44:39.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:44:39.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:44:39.750 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:44:39.751 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:44:39.751 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 5m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:44:39.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:37.831283+0000 mgr.y (mgr.24491) 8569 : cluster [DBG] pgmap v7565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:37.831283+0000 mgr.y (mgr.24491) 8569 : cluster [DBG] pgmap v7565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:37.831283+0000 mgr.y (mgr.24491) 8569 : cluster [DBG] pgmap v7565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:40.081 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:44:40.081 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:44:40.081 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:44:40.082 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:44:40.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:44:40.083070+0000 mon.a (mon.0) 2175 : audit [DBG] from='client.? 172.21.15.177:0/2779351115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:44:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:44:40.083070+0000 mon.a (mon.0) 2175 : audit [DBG] from='client.? 172.21.15.177:0/2779351115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:44:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:44:40.083070+0000 mon.a (mon.0) 2175 : audit [DBG] from='client.? 172.21.15.177:0/2779351115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:44:41.447 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:44:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:44:39.463075+0000 mgr.y (mgr.24491) 8570 : audit [DBG] from='client.23655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:44:39.742397+0000 mgr.y (mgr.24491) 8571 : audit [DBG] from='client.33563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:39.831934+0000 mgr.y (mgr.24491) 8572 : cluster [DBG] pgmap v7566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:44:39.463075+0000 mgr.y (mgr.24491) 8570 : audit [DBG] from='client.23655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:44:39.742397+0000 mgr.y (mgr.24491) 8571 : audit [DBG] from='client.33563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:39.831934+0000 mgr.y (mgr.24491) 8572 : cluster [DBG] pgmap v7566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:44:39.463075+0000 mgr.y (mgr.24491) 8570 : audit [DBG] from='client.23655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:44:39.742397+0000 mgr.y (mgr.24491) 8571 : audit [DBG] from='client.33563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:44:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:39.831934+0000 mgr.y (mgr.24491) 8572 : cluster [DBG] pgmap v7566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:41.832338+0000 mgr.y (mgr.24491) 8573 : cluster [DBG] pgmap v7567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:41.832338+0000 mgr.y (mgr.24491) 8573 : cluster [DBG] pgmap v7567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:41.832338+0000 mgr.y (mgr.24491) 8573 : cluster [DBG] pgmap v7567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:45.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:43.832721+0000 mgr.y (mgr.24491) 8574 : cluster [DBG] pgmap v7568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:43.832721+0000 mgr.y (mgr.24491) 8574 : cluster [DBG] pgmap v7568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:43.832721+0000 mgr.y (mgr.24491) 8574 : cluster [DBG] pgmap v7568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:47.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:45.833402+0000 mgr.y (mgr.24491) 8575 : cluster [DBG] pgmap v7569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:47.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:44:47.354934+0000 mon.a (mon.0) 2176 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:44:47.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:45.833402+0000 mgr.y (mgr.24491) 8575 : cluster [DBG] pgmap v7569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:47.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:44:47.354934+0000 mon.a (mon.0) 2176 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:44:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:45.833402+0000 mgr.y (mgr.24491) 8575 : cluster [DBG] pgmap v7569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:44:47.354934+0000 mon.a (mon.0) 2176 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:44:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:47] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:44:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:44:47.646913+0000 mon.a (mon.0) 2177 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:44:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:44:47.647511+0000 mon.a (mon.0) 2178 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:44:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:44:47.651666+0000 mon.a (mon.0) 2179 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:44:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:47.833760+0000 mgr.y (mgr.24491) 8576 : cluster [DBG] pgmap v7570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:44:47.646913+0000 mon.a (mon.0) 2177 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:44:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:44:47.647511+0000 mon.a (mon.0) 2178 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:44:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:44:47.651666+0000 mon.a (mon.0) 2179 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:44:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:47.833760+0000 mgr.y (mgr.24491) 8576 : cluster [DBG] pgmap v7570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:44:47.646913+0000 mon.a (mon.0) 2177 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:44:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:44:47.647511+0000 mon.a (mon.0) 2178 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:44:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:44:47.651666+0000 mon.a (mon.0) 2179 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:44:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:47.833760+0000 mgr.y (mgr.24491) 8576 : cluster [DBG] pgmap v7570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:51.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:49.834319+0000 mgr.y (mgr.24491) 8577 : cluster [DBG] pgmap v7571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:51.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:49.834319+0000 mgr.y (mgr.24491) 8577 : cluster [DBG] pgmap v7571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:49.834319+0000 mgr.y (mgr.24491) 8577 : cluster [DBG] pgmap v7571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:44:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:51.834807+0000 mgr.y (mgr.24491) 8578 : cluster [DBG] pgmap v7572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:51.834807+0000 mgr.y (mgr.24491) 8578 : cluster [DBG] pgmap v7572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:51.834807+0000 mgr.y (mgr.24491) 8578 : cluster [DBG] pgmap v7572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:53.835305+0000 mgr.y (mgr.24491) 8579 : cluster [DBG] pgmap v7573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:53.835305+0000 mgr.y (mgr.24491) 8579 : cluster [DBG] pgmap v7573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:53.835305+0000 mgr.y (mgr.24491) 8579 : cluster [DBG] pgmap v7573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:55.836023+0000 mgr.y (mgr.24491) 8580 : cluster [DBG] pgmap v7574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:55.836023+0000 mgr.y (mgr.24491) 8580 : cluster [DBG] pgmap v7574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:55.836023+0000 mgr.y (mgr.24491) 8580 : cluster [DBG] pgmap v7574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:44:57] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:44:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:57.836435+0000 mgr.y (mgr.24491) 8581 : cluster [DBG] pgmap v7575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:57.836435+0000 mgr.y (mgr.24491) 8581 : cluster [DBG] pgmap v7575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:44:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:44:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:57.836435+0000 mgr.y (mgr.24491) 8581 : cluster [DBG] pgmap v7575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:44:59.837293+0000 mgr.y (mgr.24491) 8582 : cluster [DBG] pgmap v7576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:45:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:44:59.837293+0000 mgr.y (mgr.24491) 8582 : cluster [DBG] pgmap v7576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:44:59.837293+0000 mgr.y (mgr.24491) 8582 : cluster [DBG] pgmap v7576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:01.837711+0000 mgr.y (mgr.24491) 8583 : cluster [DBG] pgmap v7577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:01.837711+0000 mgr.y (mgr.24491) 8583 : cluster [DBG] pgmap v7577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:01.837711+0000 mgr.y (mgr.24491) 8583 : cluster [DBG] pgmap v7577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:03.838135+0000 mgr.y (mgr.24491) 8584 : cluster [DBG] pgmap v7578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:03.838135+0000 mgr.y (mgr.24491) 8584 : cluster [DBG] pgmap v7578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:03.838135+0000 mgr.y (mgr.24491) 8584 : cluster [DBG] pgmap v7578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:05.838861+0000 mgr.y (mgr.24491) 8585 : cluster [DBG] pgmap v7579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:05.838861+0000 mgr.y (mgr.24491) 8585 : cluster [DBG] pgmap v7579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:05.838861+0000 mgr.y (mgr.24491) 8585 : cluster [DBG] pgmap v7579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:07] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T07:45:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:07.839380+0000 mgr.y (mgr.24491) 8586 : cluster [DBG] pgmap v7580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:07.839380+0000 mgr.y (mgr.24491) 8586 : cluster [DBG] pgmap v7580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:07.839380+0000 mgr.y (mgr.24491) 8586 : cluster [DBG] pgmap v7580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:10.391 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:45:10.670 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:45:10.670 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:45:10.670 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:45:10.670 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:45:10.670 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:45:10.670 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:45:10.670 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:45:10.670 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:45:10.670 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:45:10.671 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:45:11.004 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:45:11.004 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:45:11.004 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:45:11.004 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:45:11.004 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:45:11.004 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:45:11.004 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:45:11.004 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:45:11.004 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:45:11.004 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:45:11.005 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:45:11.005 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:45:11.005 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:45:11.005 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:45:11.005 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:45:11.005 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:45:11.005 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:45:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:45:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:09.840020+0000 mgr.y (mgr.24491) 8587 : cluster [DBG] pgmap v7581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:45:10.380872+0000 mgr.y (mgr.24491) 8588 : audit [DBG] from='client.33575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:09.840020+0000 mgr.y (mgr.24491) 8587 : cluster [DBG] pgmap v7581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:45:10.380872+0000 mgr.y (mgr.24491) 8588 : audit [DBG] from='client.33575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:09.840020+0000 mgr.y (mgr.24491) 8587 : cluster [DBG] pgmap v7581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:45:10.380872+0000 mgr.y (mgr.24491) 8588 : audit [DBG] from='client.33575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:45:10.664042+0000 mgr.y (mgr.24491) 8589 : audit [DBG] from='client.23679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:45:11.005751+0000 mon.c (mon.2) 279 : audit [DBG] from='client.? 172.21.15.177:0/3802444039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:45:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:45:10.664042+0000 mgr.y (mgr.24491) 8589 : audit [DBG] from='client.23679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:45:11.005751+0000 mon.c (mon.2) 279 : audit [DBG] from='client.? 172.21.15.177:0/3802444039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:45:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:45:10.664042+0000 mgr.y (mgr.24491) 8589 : audit [DBG] from='client.23679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:45:11.005751+0000 mon.c (mon.2) 279 : audit [DBG] from='client.? 172.21.15.177:0/3802444039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:45:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:11.840381+0000 mgr.y (mgr.24491) 8590 : cluster [DBG] pgmap v7582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:11.840381+0000 mgr.y (mgr.24491) 8590 : cluster [DBG] pgmap v7582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:11.840381+0000 mgr.y (mgr.24491) 8590 : cluster [DBG] pgmap v7582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:13.840717+0000 mgr.y (mgr.24491) 8591 : cluster [DBG] pgmap v7583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:13.840717+0000 mgr.y (mgr.24491) 8591 : cluster [DBG] pgmap v7583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:13.840717+0000 mgr.y (mgr.24491) 8591 : cluster [DBG] pgmap v7583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:15.841481+0000 mgr.y (mgr.24491) 8592 : cluster [DBG] pgmap v7584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:15.841481+0000 mgr.y (mgr.24491) 8592 : cluster [DBG] pgmap v7584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:15.841481+0000 mgr.y (mgr.24491) 8592 : cluster [DBG] pgmap v7584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:18.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:45:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:17.841866+0000 mgr.y (mgr.24491) 8593 : cluster [DBG] pgmap v7585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:17.841866+0000 mgr.y (mgr.24491) 8593 : cluster [DBG] pgmap v7585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:17.841866+0000 mgr.y (mgr.24491) 8593 : cluster [DBG] pgmap v7585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:19.842539+0000 mgr.y (mgr.24491) 8594 : cluster [DBG] pgmap v7586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:45:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:19.842539+0000 mgr.y (mgr.24491) 8594 : cluster [DBG] pgmap v7586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:19.842539+0000 mgr.y (mgr.24491) 8594 : cluster [DBG] pgmap v7586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:21.843106+0000 mgr.y (mgr.24491) 8595 : cluster [DBG] pgmap v7587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:21.843106+0000 mgr.y (mgr.24491) 8595 : cluster [DBG] pgmap v7587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:21.843106+0000 mgr.y (mgr.24491) 8595 : cluster [DBG] pgmap v7587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:23.843471+0000 mgr.y (mgr.24491) 8596 : cluster [DBG] pgmap v7588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:23.843471+0000 mgr.y (mgr.24491) 8596 : cluster [DBG] pgmap v7588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:23.843471+0000 mgr.y (mgr.24491) 8596 : cluster [DBG] pgmap v7588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:25.844239+0000 mgr.y (mgr.24491) 8597 : cluster [DBG] pgmap v7589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:25.844239+0000 mgr.y (mgr.24491) 8597 : cluster [DBG] pgmap v7589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:25.844239+0000 mgr.y (mgr.24491) 8597 : cluster [DBG] pgmap v7589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:45:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:27.844674+0000 mgr.y (mgr.24491) 8598 : cluster [DBG] pgmap v7590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:27.844674+0000 mgr.y (mgr.24491) 8598 : cluster [DBG] pgmap v7590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:27.844674+0000 mgr.y (mgr.24491) 8598 : cluster [DBG] pgmap v7590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:29.845346+0000 mgr.y (mgr.24491) 8599 : cluster [DBG] pgmap v7591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:45:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:29.845346+0000 mgr.y (mgr.24491) 8599 : cluster [DBG] pgmap v7591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:29.845346+0000 mgr.y (mgr.24491) 8599 : cluster [DBG] pgmap v7591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:31.845697+0000 mgr.y (mgr.24491) 8600 : cluster [DBG] pgmap v7592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:31.845697+0000 mgr.y (mgr.24491) 8600 : cluster [DBG] pgmap v7592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:31.845697+0000 mgr.y (mgr.24491) 8600 : cluster [DBG] pgmap v7592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:33.846264+0000 mgr.y (mgr.24491) 8601 : cluster [DBG] pgmap v7593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:33.846264+0000 mgr.y (mgr.24491) 8601 : cluster [DBG] pgmap v7593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:33.846264+0000 mgr.y (mgr.24491) 8601 : cluster [DBG] pgmap v7593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:35.847191+0000 mgr.y (mgr.24491) 8602 : cluster [DBG] pgmap v7594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:35.847191+0000 mgr.y (mgr.24491) 8602 : cluster [DBG] pgmap v7594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:35.847191+0000 mgr.y (mgr.24491) 8602 : cluster [DBG] pgmap v7594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:37] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T07:45:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:37.847761+0000 mgr.y (mgr.24491) 8603 : cluster [DBG] pgmap v7595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:37.847761+0000 mgr.y (mgr.24491) 8603 : cluster [DBG] pgmap v7595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:37.847761+0000 mgr.y (mgr.24491) 8603 : cluster [DBG] pgmap v7595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:45:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:39.848637+0000 mgr.y (mgr.24491) 8604 : cluster [DBG] pgmap v7596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:45:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:39.848637+0000 mgr.y (mgr.24491) 8604 : cluster [DBG] pgmap v7596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:39.848637+0000 mgr.y (mgr.24491) 8604 : cluster [DBG] pgmap v7596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:41.586 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:45:41.586 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:45:41.586 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:45:41.587 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:45:41.587 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:45:41.587 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:45:41.587 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:45:41.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:45:41.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:45:41.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:45:41.587 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:45:41.587 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:45:41.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:45:41.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:45:41.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:45:41.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:45:41.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:45:41.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:45:41.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:45:41.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:45:41.588 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:45:41.925 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:45:41.925 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:45:41.925 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:45:41.925 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:45:41.925 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:45:41.926 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:45:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:45:41.302011+0000 mgr.y (mgr.24491) 8605 : audit [DBG] from='client.23691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:45:41.926418+0000 mon.c (mon.2) 280 : audit [DBG] from='client.? 172.21.15.177:0/1508558644' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:45:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:45:41.302011+0000 mgr.y (mgr.24491) 8605 : audit [DBG] from='client.23691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:45:41.926418+0000 mon.c (mon.2) 280 : audit [DBG] from='client.? 172.21.15.177:0/1508558644' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:45:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:45:41.302011+0000 mgr.y (mgr.24491) 8605 : audit [DBG] from='client.23691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:45:41.926418+0000 mon.c (mon.2) 280 : audit [DBG] from='client.? 172.21.15.177:0/1508558644' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:45:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:45:41.579924+0000 mgr.y (mgr.24491) 8606 : audit [DBG] from='client.33599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:41.849009+0000 mgr.y (mgr.24491) 8607 : cluster [DBG] pgmap v7597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:45:41.579924+0000 mgr.y (mgr.24491) 8606 : audit [DBG] from='client.33599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:41.849009+0000 mgr.y (mgr.24491) 8607 : cluster [DBG] pgmap v7597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:45:41.579924+0000 mgr.y (mgr.24491) 8606 : audit [DBG] from='client.33599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:45:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:41.849009+0000 mgr.y (mgr.24491) 8607 : cluster [DBG] pgmap v7597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:43.849534+0000 mgr.y (mgr.24491) 8608 : cluster [DBG] pgmap v7598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:43.849534+0000 mgr.y (mgr.24491) 8608 : cluster [DBG] pgmap v7598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:43.849534+0000 mgr.y (mgr.24491) 8608 : cluster [DBG] pgmap v7598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:45.850302+0000 mgr.y (mgr.24491) 8609 : cluster [DBG] pgmap v7599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:45.850302+0000 mgr.y (mgr.24491) 8609 : cluster [DBG] pgmap v7599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:45.850302+0000 mgr.y (mgr.24491) 8609 : cluster [DBG] pgmap v7599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:47.995 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:45:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:45:47.655863+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:45:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:45:47.949128+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:45:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:45:47.949725+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:45:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:45:47.953833+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:45:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:45:47.655863+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:45:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:45:47.949128+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:45:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:45:47.949725+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:45:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:45:47.953833+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:45:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:45:47.655863+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:45:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:45:47.949128+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:45:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:45:47.949725+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:45:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:45:47.953833+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:45:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:47.850726+0000 mgr.y (mgr.24491) 8610 : cluster [DBG] pgmap v7600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:47.850726+0000 mgr.y (mgr.24491) 8610 : cluster [DBG] pgmap v7600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:47.850726+0000 mgr.y (mgr.24491) 8610 : cluster [DBG] pgmap v7600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:49.851571+0000 mgr.y (mgr.24491) 8611 : cluster [DBG] pgmap v7601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:49.851571+0000 mgr.y (mgr.24491) 8611 : cluster [DBG] pgmap v7601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:49.851571+0000 mgr.y (mgr.24491) 8611 : cluster [DBG] pgmap v7601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:45:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:51.852129+0000 mgr.y (mgr.24491) 8612 : cluster [DBG] pgmap v7602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:51.852129+0000 mgr.y (mgr.24491) 8612 : cluster [DBG] pgmap v7602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:51.852129+0000 mgr.y (mgr.24491) 8612 : cluster [DBG] pgmap v7602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:53.852636+0000 mgr.y (mgr.24491) 8613 : cluster [DBG] pgmap v7603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:53.852636+0000 mgr.y (mgr.24491) 8613 : cluster [DBG] pgmap v7603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:53.852636+0000 mgr.y (mgr.24491) 8613 : cluster [DBG] pgmap v7603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:55.853333+0000 mgr.y (mgr.24491) 8614 : cluster [DBG] pgmap v7604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:55.853333+0000 mgr.y (mgr.24491) 8614 : cluster [DBG] pgmap v7604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:55.853333+0000 mgr.y (mgr.24491) 8614 : cluster [DBG] pgmap v7604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:45:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:45:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:57.853903+0000 mgr.y (mgr.24491) 8615 : cluster [DBG] pgmap v7605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:57.853903+0000 mgr.y (mgr.24491) 8615 : cluster [DBG] pgmap v7605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:45:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:45:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:57.853903+0000 mgr.y (mgr.24491) 8615 : cluster [DBG] pgmap v7605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:45:59.854603+0000 mgr.y (mgr.24491) 8616 : cluster [DBG] pgmap v7606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:45:59.854603+0000 mgr.y (mgr.24491) 8616 : cluster [DBG] pgmap v7606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:46:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:45:59.854603+0000 mgr.y (mgr.24491) 8616 : cluster [DBG] pgmap v7606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:01.855015+0000 mgr.y (mgr.24491) 8617 : cluster [DBG] pgmap v7607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:01.855015+0000 mgr.y (mgr.24491) 8617 : cluster [DBG] pgmap v7607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:01.855015+0000 mgr.y (mgr.24491) 8617 : cluster [DBG] pgmap v7607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:03.855451+0000 mgr.y (mgr.24491) 8618 : cluster [DBG] pgmap v7608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:03.855451+0000 mgr.y (mgr.24491) 8618 : cluster [DBG] pgmap v7608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:03.855451+0000 mgr.y (mgr.24491) 8618 : cluster [DBG] pgmap v7608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:05.856173+0000 mgr.y (mgr.24491) 8619 : cluster [DBG] pgmap v7609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:05.856173+0000 mgr.y (mgr.24491) 8619 : cluster [DBG] pgmap v7609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:05.856173+0000 mgr.y (mgr.24491) 8619 : cluster [DBG] pgmap v7609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:07] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:46:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:07.856589+0000 mgr.y (mgr.24491) 8620 : cluster [DBG] pgmap v7610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:07.856589+0000 mgr.y (mgr.24491) 8620 : cluster [DBG] pgmap v7610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:07.856589+0000 mgr.y (mgr.24491) 8620 : cluster [DBG] pgmap v7610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:09.857433+0000 mgr.y (mgr.24491) 8621 : cluster [DBG] pgmap v7611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:09.857433+0000 mgr.y (mgr.24491) 8621 : cluster [DBG] pgmap v7611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:09.857433+0000 mgr.y (mgr.24491) 8621 : cluster [DBG] pgmap v7611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:46:12.237 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:46:12.522 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:46:12.522 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:46:12.522 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:46:12.522 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:46:12.522 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:46:12.522 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:46:12.522 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:46:12.522 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:46:12.522 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:46:12.523 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:46:12.865 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:46:12.865 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:46:12.865 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:46:12.866 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:46:12.866 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:46:12.866 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:46:12.866 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:46:12.866 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:46:12.866 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:46:12.866 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:46:12.867 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:46:12.867 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:46:12.867 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:46:12.867 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:46:12.867 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:46:12.867 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:46:12.867 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:46:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:11.857847+0000 mgr.y (mgr.24491) 8622 : cluster [DBG] pgmap v7612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:46:12.226730+0000 mgr.y (mgr.24491) 8623 : audit [DBG] from='client.33611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:46:12.866676+0000 mon.c (mon.2) 281 : audit [DBG] from='client.? 172.21.15.177:0/936884740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:46:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:11.857847+0000 mgr.y (mgr.24491) 8622 : cluster [DBG] pgmap v7612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:46:12.226730+0000 mgr.y (mgr.24491) 8623 : audit [DBG] from='client.33611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:46:12.866676+0000 mon.c (mon.2) 281 : audit [DBG] from='client.? 172.21.15.177:0/936884740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:46:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:11.857847+0000 mgr.y (mgr.24491) 8622 : cluster [DBG] pgmap v7612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:46:12.226730+0000 mgr.y (mgr.24491) 8623 : audit [DBG] from='client.33611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:46:12.866676+0000 mon.c (mon.2) 281 : audit [DBG] from='client.? 172.21.15.177:0/936884740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:46:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:46:12.515740+0000 mgr.y (mgr.24491) 8624 : audit [DBG] from='client.23715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:46:12.515740+0000 mgr.y (mgr.24491) 8624 : audit [DBG] from='client.23715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:46:12.515740+0000 mgr.y (mgr.24491) 8624 : audit [DBG] from='client.23715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:13.858246+0000 mgr.y (mgr.24491) 8625 : cluster [DBG] pgmap v7613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:13.858246+0000 mgr.y (mgr.24491) 8625 : cluster [DBG] pgmap v7613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:13.858246+0000 mgr.y (mgr.24491) 8625 : cluster [DBG] pgmap v7613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:15.858978+0000 mgr.y (mgr.24491) 8626 : cluster [DBG] pgmap v7614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:15.858978+0000 mgr.y (mgr.24491) 8626 : cluster [DBG] pgmap v7614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:15.858978+0000 mgr.y (mgr.24491) 8626 : cluster [DBG] pgmap v7614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:46:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:17.859475+0000 mgr.y (mgr.24491) 8627 : cluster [DBG] pgmap v7615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:17.859475+0000 mgr.y (mgr.24491) 8627 : cluster [DBG] pgmap v7615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:17.859475+0000 mgr.y (mgr.24491) 8627 : cluster [DBG] pgmap v7615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:19.860176+0000 mgr.y (mgr.24491) 8628 : cluster [DBG] pgmap v7616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:19.860176+0000 mgr.y (mgr.24491) 8628 : cluster [DBG] pgmap v7616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:19.860176+0000 mgr.y (mgr.24491) 8628 : cluster [DBG] pgmap v7616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:46:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:21.860641+0000 mgr.y (mgr.24491) 8629 : cluster [DBG] pgmap v7617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:21.860641+0000 mgr.y (mgr.24491) 8629 : cluster [DBG] pgmap v7617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:21.860641+0000 mgr.y (mgr.24491) 8629 : cluster [DBG] pgmap v7617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:23.860997+0000 mgr.y (mgr.24491) 8630 : cluster [DBG] pgmap v7618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:23.860997+0000 mgr.y (mgr.24491) 8630 : cluster [DBG] pgmap v7618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:23.860997+0000 mgr.y (mgr.24491) 8630 : cluster [DBG] pgmap v7618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:25.861655+0000 mgr.y (mgr.24491) 8631 : cluster [DBG] pgmap v7619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:25.861655+0000 mgr.y (mgr.24491) 8631 : cluster [DBG] pgmap v7619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:25.861655+0000 mgr.y (mgr.24491) 8631 : cluster [DBG] pgmap v7619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:46:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:27.862204+0000 mgr.y (mgr.24491) 8632 : cluster [DBG] pgmap v7620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:27.862204+0000 mgr.y (mgr.24491) 8632 : cluster [DBG] pgmap v7620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:27.862204+0000 mgr.y (mgr.24491) 8632 : cluster [DBG] pgmap v7620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:29.862809+0000 mgr.y (mgr.24491) 8633 : cluster [DBG] pgmap v7621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:29.862809+0000 mgr.y (mgr.24491) 8633 : cluster [DBG] pgmap v7621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:29.862809+0000 mgr.y (mgr.24491) 8633 : cluster [DBG] pgmap v7621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:46:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:31.863370+0000 mgr.y (mgr.24491) 8634 : cluster [DBG] pgmap v7622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:31.863370+0000 mgr.y (mgr.24491) 8634 : cluster [DBG] pgmap v7622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:31.863370+0000 mgr.y (mgr.24491) 8634 : cluster [DBG] pgmap v7622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:33.863728+0000 mgr.y (mgr.24491) 8635 : cluster [DBG] pgmap v7623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:33.863728+0000 mgr.y (mgr.24491) 8635 : cluster [DBG] pgmap v7623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:33.863728+0000 mgr.y (mgr.24491) 8635 : cluster [DBG] pgmap v7623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:35.864476+0000 mgr.y (mgr.24491) 8636 : cluster [DBG] pgmap v7624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:35.864476+0000 mgr.y (mgr.24491) 8636 : cluster [DBG] pgmap v7624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:35.864476+0000 mgr.y (mgr.24491) 8636 : cluster [DBG] pgmap v7624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:37] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T07:46:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:37.864984+0000 mgr.y (mgr.24491) 8637 : cluster [DBG] pgmap v7625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:37.864984+0000 mgr.y (mgr.24491) 8637 : cluster [DBG] pgmap v7625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:37.864984+0000 mgr.y (mgr.24491) 8637 : cluster [DBG] pgmap v7625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:39.865623+0000 mgr.y (mgr.24491) 8638 : cluster [DBG] pgmap v7626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:39.865623+0000 mgr.y (mgr.24491) 8638 : cluster [DBG] pgmap v7626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:39.865623+0000 mgr.y (mgr.24491) 8638 : cluster [DBG] pgmap v7626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:46:43.180 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:46:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:41.866114+0000 mgr.y (mgr.24491) 8639 : cluster [DBG] pgmap v7627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:41.866114+0000 mgr.y (mgr.24491) 8639 : cluster [DBG] pgmap v7627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:46:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:46:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:46:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:46:43.459 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:46:43.460 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:46:43.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:46:43.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:46:43.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:46:43.461 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:46:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:41.866114+0000 mgr.y (mgr.24491) 8639 : cluster [DBG] pgmap v7627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:43.817 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:46:43.818 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:46:43.818 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:46:43.818 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:46:43.818 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:46:43.818 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:46:43.818 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:46:43.818 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:46:43.818 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:46:43.818 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:46:43.819 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:46:43.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:46:43.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:46:43.819 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:46:43.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:46:43.819 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:46:43.819 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:46:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:46:43.169959+0000 mgr.y (mgr.24491) 8640 : audit [DBG] from='client.33629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:46:43.452864+0000 mgr.y (mgr.24491) 8641 : audit [DBG] from='client.23733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:46:43.818847+0000 mon.c (mon.2) 282 : audit [DBG] from='client.? 172.21.15.177:0/2587647800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:46:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:46:43.169959+0000 mgr.y (mgr.24491) 8640 : audit [DBG] from='client.33629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:46:43.452864+0000 mgr.y (mgr.24491) 8641 : audit [DBG] from='client.23733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:46:43.818847+0000 mon.c (mon.2) 282 : audit [DBG] from='client.? 172.21.15.177:0/2587647800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:46:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:46:43.169959+0000 mgr.y (mgr.24491) 8640 : audit [DBG] from='client.33629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:46:43.452864+0000 mgr.y (mgr.24491) 8641 : audit [DBG] from='client.23733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:46:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:46:43.818847+0000 mon.c (mon.2) 282 : audit [DBG] from='client.? 172.21.15.177:0/2587647800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:46:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:43.866615+0000 mgr.y (mgr.24491) 8642 : cluster [DBG] pgmap v7628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:43.866615+0000 mgr.y (mgr.24491) 8642 : cluster [DBG] pgmap v7628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:43.866615+0000 mgr.y (mgr.24491) 8642 : cluster [DBG] pgmap v7628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:45.867266+0000 mgr.y (mgr.24491) 8643 : cluster [DBG] pgmap v7629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:45.867266+0000 mgr.y (mgr.24491) 8643 : cluster [DBG] pgmap v7629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:45.867266+0000 mgr.y (mgr.24491) 8643 : cluster [DBG] pgmap v7629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:48.118 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:47] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:46:48.118 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:46:47.957918+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:46:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:46:47.957918+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:46:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:46:47.957918+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:46:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:47.867746+0000 mgr.y (mgr.24491) 8644 : cluster [DBG] pgmap v7630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:46:48.249746+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:46:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:46:48.250372+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:46:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:46:48.255121+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:46:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:47.867746+0000 mgr.y (mgr.24491) 8644 : cluster [DBG] pgmap v7630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:46:48.249746+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:46:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:46:48.250372+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:46:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:46:48.255121+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:46:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:47.867746+0000 mgr.y (mgr.24491) 8644 : cluster [DBG] pgmap v7630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:46:48.249746+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:46:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:46:48.250372+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:46:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:46:48.255121+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:46:51.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:49.868448+0000 mgr.y (mgr.24491) 8645 : cluster [DBG] pgmap v7631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:51.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:49.868448+0000 mgr.y (mgr.24491) 8645 : cluster [DBG] pgmap v7631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:49.868448+0000 mgr.y (mgr.24491) 8645 : cluster [DBG] pgmap v7631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:46:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:51.869092+0000 mgr.y (mgr.24491) 8646 : cluster [DBG] pgmap v7632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:51.869092+0000 mgr.y (mgr.24491) 8646 : cluster [DBG] pgmap v7632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:51.869092+0000 mgr.y (mgr.24491) 8646 : cluster [DBG] pgmap v7632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:53.869607+0000 mgr.y (mgr.24491) 8647 : cluster [DBG] pgmap v7633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:53.869607+0000 mgr.y (mgr.24491) 8647 : cluster [DBG] pgmap v7633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:53.869607+0000 mgr.y (mgr.24491) 8647 : cluster [DBG] pgmap v7633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:55.870353+0000 mgr.y (mgr.24491) 8648 : cluster [DBG] pgmap v7634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:55.870353+0000 mgr.y (mgr.24491) 8648 : cluster [DBG] pgmap v7634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:55.870353+0000 mgr.y (mgr.24491) 8648 : cluster [DBG] pgmap v7634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:46:57] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:46:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:57.870876+0000 mgr.y (mgr.24491) 8649 : cluster [DBG] pgmap v7635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:57.870876+0000 mgr.y (mgr.24491) 8649 : cluster [DBG] pgmap v7635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:46:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:46:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:57.870876+0000 mgr.y (mgr.24491) 8649 : cluster [DBG] pgmap v7635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:46:59.871465+0000 mgr.y (mgr.24491) 8650 : cluster [DBG] pgmap v7636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:46:59.871465+0000 mgr.y (mgr.24491) 8650 : cluster [DBG] pgmap v7636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:46:59.871465+0000 mgr.y (mgr.24491) 8650 : cluster [DBG] pgmap v7636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:47:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:01.871877+0000 mgr.y (mgr.24491) 8651 : cluster [DBG] pgmap v7637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:01.871877+0000 mgr.y (mgr.24491) 8651 : cluster [DBG] pgmap v7637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:01.871877+0000 mgr.y (mgr.24491) 8651 : cluster [DBG] pgmap v7637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:03.872210+0000 mgr.y (mgr.24491) 8652 : cluster [DBG] pgmap v7638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:03.872210+0000 mgr.y (mgr.24491) 8652 : cluster [DBG] pgmap v7638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:03.872210+0000 mgr.y (mgr.24491) 8652 : cluster [DBG] pgmap v7638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:05.873143+0000 mgr.y (mgr.24491) 8653 : cluster [DBG] pgmap v7639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:05.873143+0000 mgr.y (mgr.24491) 8653 : cluster [DBG] pgmap v7639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:05.873143+0000 mgr.y (mgr.24491) 8653 : cluster [DBG] pgmap v7639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:47:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:07.873796+0000 mgr.y (mgr.24491) 8654 : cluster [DBG] pgmap v7640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:07.873796+0000 mgr.y (mgr.24491) 8654 : cluster [DBG] pgmap v7640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:07.873796+0000 mgr.y (mgr.24491) 8654 : cluster [DBG] pgmap v7640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:47:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:09.874558+0000 mgr.y (mgr.24491) 8655 : cluster [DBG] pgmap v7641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:09.874558+0000 mgr.y (mgr.24491) 8655 : cluster [DBG] pgmap v7641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:09.874558+0000 mgr.y (mgr.24491) 8655 : cluster [DBG] pgmap v7641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:11.874983+0000 mgr.y (mgr.24491) 8656 : cluster [DBG] pgmap v7642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:11.874983+0000 mgr.y (mgr.24491) 8656 : cluster [DBG] pgmap v7642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:11.874983+0000 mgr.y (mgr.24491) 8656 : cluster [DBG] pgmap v7642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:14.131 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:47:14.408 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:47:14.408 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 8m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:47:14.408 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 8m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:47:14.408 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 8m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:47:14.408 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 8m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:47:14.408 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 8m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:47:14.408 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 8m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:47:14.409 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 8m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:47:14.409 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 8m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:47:14.409 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 8m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:47:14.409 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 8m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:47:14.409 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 8m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:47:14.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 8m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:47:14.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 8m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:47:14.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 8m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:47:14.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 8m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:47:14.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 8m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:47:14.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 8m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:47:14.410 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 8m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:47:14.410 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 8m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:47:14.410 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 8m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:47:14.742 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:47:14.742 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:47:14.743 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:47:14.743 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:47:14.743 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:47:14.743 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:47:14.743 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:47:14.743 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:47:14.743 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:47:14.743 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:47:14.743 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:47:14.743 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:47:14.743 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:47:14.744 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:47:14.744 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:47:14.744 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:47:14.744 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:47:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:13.875382+0000 mgr.y (mgr.24491) 8657 : cluster [DBG] pgmap v7643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:47:14.120129+0000 mgr.y (mgr.24491) 8658 : audit [DBG] from='client.33647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:47:14.401639+0000 mgr.y (mgr.24491) 8659 : audit [DBG] from='client.23751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:47:14.743767+0000 mon.c (mon.2) 283 : audit [DBG] from='client.? 172.21.15.177:0/3464280206' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:47:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:13.875382+0000 mgr.y (mgr.24491) 8657 : cluster [DBG] pgmap v7643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:47:14.120129+0000 mgr.y (mgr.24491) 8658 : audit [DBG] from='client.33647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:47:14.401639+0000 mgr.y (mgr.24491) 8659 : audit [DBG] from='client.23751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:47:14.743767+0000 mon.c (mon.2) 283 : audit [DBG] from='client.? 172.21.15.177:0/3464280206' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:47:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:13.875382+0000 mgr.y (mgr.24491) 8657 : cluster [DBG] pgmap v7643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:47:14.120129+0000 mgr.y (mgr.24491) 8658 : audit [DBG] from='client.33647 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:47:14.401639+0000 mgr.y (mgr.24491) 8659 : audit [DBG] from='client.23751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:47:14.743767+0000 mon.c (mon.2) 283 : audit [DBG] from='client.? 172.21.15.177:0/3464280206' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:47:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:15.876211+0000 mgr.y (mgr.24491) 8660 : cluster [DBG] pgmap v7644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:15.876211+0000 mgr.y (mgr.24491) 8660 : cluster [DBG] pgmap v7644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:15.876211+0000 mgr.y (mgr.24491) 8660 : cluster [DBG] pgmap v7644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:17] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:47:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:17.876697+0000 mgr.y (mgr.24491) 8661 : cluster [DBG] pgmap v7645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:17.876697+0000 mgr.y (mgr.24491) 8661 : cluster [DBG] pgmap v7645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:17.876697+0000 mgr.y (mgr.24491) 8661 : cluster [DBG] pgmap v7645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:19.877373+0000 mgr.y (mgr.24491) 8662 : cluster [DBG] pgmap v7646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:47:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:19.877373+0000 mgr.y (mgr.24491) 8662 : cluster [DBG] pgmap v7646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:19.877373+0000 mgr.y (mgr.24491) 8662 : cluster [DBG] pgmap v7646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:23.253 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:21.877776+0000 mgr.y (mgr.24491) 8663 : cluster [DBG] pgmap v7647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:21.877776+0000 mgr.y (mgr.24491) 8663 : cluster [DBG] pgmap v7647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:21.877776+0000 mgr.y (mgr.24491) 8663 : cluster [DBG] pgmap v7647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:23.878129+0000 mgr.y (mgr.24491) 8664 : cluster [DBG] pgmap v7648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:23.878129+0000 mgr.y (mgr.24491) 8664 : cluster [DBG] pgmap v7648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:23.878129+0000 mgr.y (mgr.24491) 8664 : cluster [DBG] pgmap v7648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:25.878814+0000 mgr.y (mgr.24491) 8665 : cluster [DBG] pgmap v7649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:25.878814+0000 mgr.y (mgr.24491) 8665 : cluster [DBG] pgmap v7649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:25.878814+0000 mgr.y (mgr.24491) 8665 : cluster [DBG] pgmap v7649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:27] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:47:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:27.879376+0000 mgr.y (mgr.24491) 8666 : cluster [DBG] pgmap v7650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:27.879376+0000 mgr.y (mgr.24491) 8666 : cluster [DBG] pgmap v7650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:27.879376+0000 mgr.y (mgr.24491) 8666 : cluster [DBG] pgmap v7650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:29.880207+0000 mgr.y (mgr.24491) 8667 : cluster [DBG] pgmap v7651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:47:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:29.880207+0000 mgr.y (mgr.24491) 8667 : cluster [DBG] pgmap v7651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:29.880207+0000 mgr.y (mgr.24491) 8667 : cluster [DBG] pgmap v7651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:31.880799+0000 mgr.y (mgr.24491) 8668 : cluster [DBG] pgmap v7652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:31.880799+0000 mgr.y (mgr.24491) 8668 : cluster [DBG] pgmap v7652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:31.880799+0000 mgr.y (mgr.24491) 8668 : cluster [DBG] pgmap v7652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:33.881180+0000 mgr.y (mgr.24491) 8669 : cluster [DBG] pgmap v7653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:33.881180+0000 mgr.y (mgr.24491) 8669 : cluster [DBG] pgmap v7653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:33.881180+0000 mgr.y (mgr.24491) 8669 : cluster [DBG] pgmap v7653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:35.881835+0000 mgr.y (mgr.24491) 8670 : cluster [DBG] pgmap v7654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:35.881835+0000 mgr.y (mgr.24491) 8670 : cluster [DBG] pgmap v7654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:35.881835+0000 mgr.y (mgr.24491) 8670 : cluster [DBG] pgmap v7654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:37] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:47:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:37.882254+0000 mgr.y (mgr.24491) 8671 : cluster [DBG] pgmap v7655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:37.882254+0000 mgr.y (mgr.24491) 8671 : cluster [DBG] pgmap v7655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:37.882254+0000 mgr.y (mgr.24491) 8671 : cluster [DBG] pgmap v7655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:39.883034+0000 mgr.y (mgr.24491) 8672 : cluster [DBG] pgmap v7656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:47:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:39.883034+0000 mgr.y (mgr.24491) 8672 : cluster [DBG] pgmap v7656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:39.883034+0000 mgr.y (mgr.24491) 8672 : cluster [DBG] pgmap v7656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:41.883476+0000 mgr.y (mgr.24491) 8673 : cluster [DBG] pgmap v7657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:41.883476+0000 mgr.y (mgr.24491) 8673 : cluster [DBG] pgmap v7657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:41.883476+0000 mgr.y (mgr.24491) 8673 : cluster [DBG] pgmap v7657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:45.058 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:47:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:43.883875+0000 mgr.y (mgr.24491) 8674 : cluster [DBG] pgmap v7658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:45.331 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 9m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 9m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 9m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 9m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 9m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 9m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 9m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 9m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 9m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 9m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 9m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:47:45.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 9m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:47:45.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 9m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:47:45.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 9m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:47:45.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 9m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:47:45.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 9m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:47:45.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 9m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:47:45.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 9m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:47:45.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 9m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:47:45.333 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 9m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:47:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:43.883875+0000 mgr.y (mgr.24491) 8674 : cluster [DBG] pgmap v7658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:43.883875+0000 mgr.y (mgr.24491) 8674 : cluster [DBG] pgmap v7658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:45.666 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:47:45.666 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:47:45.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:47:45.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:47:45.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:47:45.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:47:45.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:47:45.667 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:47:45.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:47:45.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:47:45.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:47:45.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:47:45.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:47:45.668 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:47:45.668 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:47:45.668 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:47:45.668 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:47:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:47:45.046782+0000 mgr.y (mgr.24491) 8675 : audit [DBG] from='client.23763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:47:45.325469+0000 mgr.y (mgr.24491) 8676 : audit [DBG] from='client.23769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:47:45.667734+0000 mon.a (mon.0) 2188 : audit [DBG] from='client.? 172.21.15.177:0/2577793867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:47:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:47:45.046782+0000 mgr.y (mgr.24491) 8675 : audit [DBG] from='client.23763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:47:45.325469+0000 mgr.y (mgr.24491) 8676 : audit [DBG] from='client.23769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:47:45.667734+0000 mon.a (mon.0) 2188 : audit [DBG] from='client.? 172.21.15.177:0/2577793867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:47:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:47:45.046782+0000 mgr.y (mgr.24491) 8675 : audit [DBG] from='client.23763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:47:45.325469+0000 mgr.y (mgr.24491) 8676 : audit [DBG] from='client.23769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:47:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:47:45.667734+0000 mon.a (mon.0) 2188 : audit [DBG] from='client.? 172.21.15.177:0/2577793867' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:47:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:45.884654+0000 mgr.y (mgr.24491) 8677 : cluster [DBG] pgmap v7659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:45.884654+0000 mgr.y (mgr.24491) 8677 : cluster [DBG] pgmap v7659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:45.884654+0000 mgr.y (mgr.24491) 8677 : cluster [DBG] pgmap v7659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:47] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:47:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:47.885173+0000 mgr.y (mgr.24491) 8678 : cluster [DBG] pgmap v7660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:47:48.259323+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:47:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:47:48.549638+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:47:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:47:48.550274+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:47:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:47:48.554282+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:47:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:47.885173+0000 mgr.y (mgr.24491) 8678 : cluster [DBG] pgmap v7660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:47:48.259323+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:47:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:47:48.549638+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:47:49.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:47:48.550274+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:47:49.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:47:48.554282+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:47:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:47.885173+0000 mgr.y (mgr.24491) 8678 : cluster [DBG] pgmap v7660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:47:48.259323+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:47:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:47:48.549638+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:47:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:47:48.550274+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:47:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:47:48.554282+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:47:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:49.886039+0000 mgr.y (mgr.24491) 8679 : cluster [DBG] pgmap v7661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:49.886039+0000 mgr.y (mgr.24491) 8679 : cluster [DBG] pgmap v7661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:49.886039+0000 mgr.y (mgr.24491) 8679 : cluster [DBG] pgmap v7661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:47:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:51.886483+0000 mgr.y (mgr.24491) 8680 : cluster [DBG] pgmap v7662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:51.886483+0000 mgr.y (mgr.24491) 8680 : cluster [DBG] pgmap v7662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:51.886483+0000 mgr.y (mgr.24491) 8680 : cluster [DBG] pgmap v7662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:53.886870+0000 mgr.y (mgr.24491) 8681 : cluster [DBG] pgmap v7663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:55.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:53.886870+0000 mgr.y (mgr.24491) 8681 : cluster [DBG] pgmap v7663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:53.886870+0000 mgr.y (mgr.24491) 8681 : cluster [DBG] pgmap v7663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:57.405 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:55.887548+0000 mgr.y (mgr.24491) 8682 : cluster [DBG] pgmap v7664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:57.410 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:55.887548+0000 mgr.y (mgr.24491) 8682 : cluster [DBG] pgmap v7664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:55.887548+0000 mgr.y (mgr.24491) 8682 : cluster [DBG] pgmap v7664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:47:57] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:47:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:57.888178+0000 mgr.y (mgr.24491) 8683 : cluster [DBG] pgmap v7665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:57.888178+0000 mgr.y (mgr.24491) 8683 : cluster [DBG] pgmap v7665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:47:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:47:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:57.888178+0000 mgr.y (mgr.24491) 8683 : cluster [DBG] pgmap v7665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:47:59.889011+0000 mgr.y (mgr.24491) 8684 : cluster [DBG] pgmap v7666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:47:59.889011+0000 mgr.y (mgr.24491) 8684 : cluster [DBG] pgmap v7666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:47:59.889011+0000 mgr.y (mgr.24491) 8684 : cluster [DBG] pgmap v7666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:48:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:01.889561+0000 mgr.y (mgr.24491) 8685 : cluster [DBG] pgmap v7667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:01.889561+0000 mgr.y (mgr.24491) 8685 : cluster [DBG] pgmap v7667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:01.889561+0000 mgr.y (mgr.24491) 8685 : cluster [DBG] pgmap v7667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:03.889920+0000 mgr.y (mgr.24491) 8686 : cluster [DBG] pgmap v7668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:03.889920+0000 mgr.y (mgr.24491) 8686 : cluster [DBG] pgmap v7668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:03.889920+0000 mgr.y (mgr.24491) 8686 : cluster [DBG] pgmap v7668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:05.890667+0000 mgr.y (mgr.24491) 8687 : cluster [DBG] pgmap v7669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:05.890667+0000 mgr.y (mgr.24491) 8687 : cluster [DBG] pgmap v7669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:05.890667+0000 mgr.y (mgr.24491) 8687 : cluster [DBG] pgmap v7669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:07] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T07:48:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:07.891089+0000 mgr.y (mgr.24491) 8688 : cluster [DBG] pgmap v7670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:07.891089+0000 mgr.y (mgr.24491) 8688 : cluster [DBG] pgmap v7670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:07.891089+0000 mgr.y (mgr.24491) 8688 : cluster [DBG] pgmap v7670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:09.891680+0000 mgr.y (mgr.24491) 8689 : cluster [DBG] pgmap v7671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:09.891680+0000 mgr.y (mgr.24491) 8689 : cluster [DBG] pgmap v7671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:09.891680+0000 mgr.y (mgr.24491) 8689 : cluster [DBG] pgmap v7671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:48:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:11.892286+0000 mgr.y (mgr.24491) 8690 : cluster [DBG] pgmap v7672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:11.892286+0000 mgr.y (mgr.24491) 8690 : cluster [DBG] pgmap v7672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:11.892286+0000 mgr.y (mgr.24491) 8690 : cluster [DBG] pgmap v7672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:13.892715+0000 mgr.y (mgr.24491) 8691 : cluster [DBG] pgmap v7673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:13.892715+0000 mgr.y (mgr.24491) 8691 : cluster [DBG] pgmap v7673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:13.892715+0000 mgr.y (mgr.24491) 8691 : cluster [DBG] pgmap v7673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:15.971 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:48:16.247 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:48:16.247 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 9m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:48:16.247 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 9m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:48:16.247 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 9m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:48:16.247 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 9m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:48:16.247 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 9m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 9m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 9m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 9m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 9m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 9m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 9m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 9m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 9m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 9m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 9m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 9m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 9m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 9m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 9m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:48:16.248 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 9m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:48:16.580 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:48:16.581 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:48:16.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:48:16.581 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:48:16.581 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:48:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:15.893469+0000 mgr.y (mgr.24491) 8692 : cluster [DBG] pgmap v7674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:15.961039+0000 mgr.y (mgr.24491) 8693 : audit [DBG] from='client.23781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:16.241071+0000 mgr.y (mgr.24491) 8694 : audit [DBG] from='client.33689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:16.581368+0000 mon.c (mon.2) 284 : audit [DBG] from='client.? 172.21.15.177:0/2157766090' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:48:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:15.893469+0000 mgr.y (mgr.24491) 8692 : cluster [DBG] pgmap v7674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:15.961039+0000 mgr.y (mgr.24491) 8693 : audit [DBG] from='client.23781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:16.241071+0000 mgr.y (mgr.24491) 8694 : audit [DBG] from='client.33689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:16.581368+0000 mon.c (mon.2) 284 : audit [DBG] from='client.? 172.21.15.177:0/2157766090' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:48:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:15.893469+0000 mgr.y (mgr.24491) 8692 : cluster [DBG] pgmap v7674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:15.961039+0000 mgr.y (mgr.24491) 8693 : audit [DBG] from='client.23781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:16.241071+0000 mgr.y (mgr.24491) 8694 : audit [DBG] from='client.33689 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:16.581368+0000 mon.c (mon.2) 284 : audit [DBG] from='client.? 172.21.15.177:0/2157766090' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:48:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:17] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:48:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:17.894092+0000 mgr.y (mgr.24491) 8695 : cluster [DBG] pgmap v7675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:17.894092+0000 mgr.y (mgr.24491) 8695 : cluster [DBG] pgmap v7675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:17.894092+0000 mgr.y (mgr.24491) 8695 : cluster [DBG] pgmap v7675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:19.894734+0000 mgr.y (mgr.24491) 8696 : cluster [DBG] pgmap v7676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:19.894734+0000 mgr.y (mgr.24491) 8696 : cluster [DBG] pgmap v7676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:48:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:19.894734+0000 mgr.y (mgr.24491) 8696 : cluster [DBG] pgmap v7676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:21.895131+0000 mgr.y (mgr.24491) 8697 : cluster [DBG] pgmap v7677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:21.895131+0000 mgr.y (mgr.24491) 8697 : cluster [DBG] pgmap v7677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:21.895131+0000 mgr.y (mgr.24491) 8697 : cluster [DBG] pgmap v7677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:23.895496+0000 mgr.y (mgr.24491) 8698 : cluster [DBG] pgmap v7678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:23.895496+0000 mgr.y (mgr.24491) 8698 : cluster [DBG] pgmap v7678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:23.895496+0000 mgr.y (mgr.24491) 8698 : cluster [DBG] pgmap v7678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:25.896324+0000 mgr.y (mgr.24491) 8699 : cluster [DBG] pgmap v7679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:25.896324+0000 mgr.y (mgr.24491) 8699 : cluster [DBG] pgmap v7679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:25.896324+0000 mgr.y (mgr.24491) 8699 : cluster [DBG] pgmap v7679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:28.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:27] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:48:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:27.896707+0000 mgr.y (mgr.24491) 8700 : cluster [DBG] pgmap v7680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:27.896707+0000 mgr.y (mgr.24491) 8700 : cluster [DBG] pgmap v7680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:27.896707+0000 mgr.y (mgr.24491) 8700 : cluster [DBG] pgmap v7680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:31.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:29.897497+0000 mgr.y (mgr.24491) 8701 : cluster [DBG] pgmap v7681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:31.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:29.897497+0000 mgr.y (mgr.24491) 8701 : cluster [DBG] pgmap v7681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:48:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:29.897497+0000 mgr.y (mgr.24491) 8701 : cluster [DBG] pgmap v7681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:33.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:31.898001+0000 mgr.y (mgr.24491) 8702 : cluster [DBG] pgmap v7682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:33.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:31.898001+0000 mgr.y (mgr.24491) 8702 : cluster [DBG] pgmap v7682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:31.898001+0000 mgr.y (mgr.24491) 8702 : cluster [DBG] pgmap v7682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:33.898425+0000 mgr.y (mgr.24491) 8703 : cluster [DBG] pgmap v7683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:33.898425+0000 mgr.y (mgr.24491) 8703 : cluster [DBG] pgmap v7683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:33.898425+0000 mgr.y (mgr.24491) 8703 : cluster [DBG] pgmap v7683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:35.899162+0000 mgr.y (mgr.24491) 8704 : cluster [DBG] pgmap v7684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:35.899162+0000 mgr.y (mgr.24491) 8704 : cluster [DBG] pgmap v7684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:35.899162+0000 mgr.y (mgr.24491) 8704 : cluster [DBG] pgmap v7684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:37] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:48:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:37.899589+0000 mgr.y (mgr.24491) 8705 : cluster [DBG] pgmap v7685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:37.899589+0000 mgr.y (mgr.24491) 8705 : cluster [DBG] pgmap v7685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:37.899589+0000 mgr.y (mgr.24491) 8705 : cluster [DBG] pgmap v7685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:39.900400+0000 mgr.y (mgr.24491) 8706 : cluster [DBG] pgmap v7686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:39.900400+0000 mgr.y (mgr.24491) 8706 : cluster [DBG] pgmap v7686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:39.900400+0000 mgr.y (mgr.24491) 8706 : cluster [DBG] pgmap v7686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:48:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:41.900847+0000 mgr.y (mgr.24491) 8707 : cluster [DBG] pgmap v7687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:41.900847+0000 mgr.y (mgr.24491) 8707 : cluster [DBG] pgmap v7687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:41.900847+0000 mgr.y (mgr.24491) 8707 : cluster [DBG] pgmap v7687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:43.901250+0000 mgr.y (mgr.24491) 8708 : cluster [DBG] pgmap v7688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:43.901250+0000 mgr.y (mgr.24491) 8708 : cluster [DBG] pgmap v7688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:43.901250+0000 mgr.y (mgr.24491) 8708 : cluster [DBG] pgmap v7688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:46.883 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:48:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:48:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 10m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:48:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 10m ago 4h 63.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:48:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 10m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:48:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 10m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:48:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 10m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:48:47.159 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 10m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:48:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 10m ago 4h 705M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:48:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 10m ago 4h 370M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:48:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 10m ago 4h 374M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:48:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 10m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:48:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 10m ago 4h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:48:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 10m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:48:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 10m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:48:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 10m ago 4h 41.1M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:48:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 10m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:48:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 10m ago 4h 43.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:48:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 10m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:48:47.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 10m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:48:47.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 10m ago 4h 43.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:48:47.161 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 10m ago 4h 103M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:48:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:45.902242+0000 mgr.y (mgr.24491) 8709 : cluster [DBG] pgmap v7689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:45.902242+0000 mgr.y (mgr.24491) 8709 : cluster [DBG] pgmap v7689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:47.491 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:48:47.491 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:48:47.491 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:48:47.491 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:48:47.491 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:48:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:48:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:48:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:48:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:48:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:48:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:48:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:48:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:48:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:48:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:48:47.492 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:48:47.493 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:48:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:45.902242+0000 mgr.y (mgr.24491) 8709 : cluster [DBG] pgmap v7689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:48.107 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:48:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:46.872820+0000 mgr.y (mgr.24491) 8710 : audit [DBG] from='client.33701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:47.152524+0000 mgr.y (mgr.24491) 8711 : audit [DBG] from='client.33707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:47.492637+0000 mon.c (mon.2) 285 : audit [DBG] from='client.? 172.21.15.177:0/338865043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:48:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:46.872820+0000 mgr.y (mgr.24491) 8710 : audit [DBG] from='client.33701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:47.152524+0000 mgr.y (mgr.24491) 8711 : audit [DBG] from='client.33707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:47.492637+0000 mon.c (mon.2) 285 : audit [DBG] from='client.? 172.21.15.177:0/338865043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:48:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:46.872820+0000 mgr.y (mgr.24491) 8710 : audit [DBG] from='client.33701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:47.152524+0000 mgr.y (mgr.24491) 8711 : audit [DBG] from='client.33707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:48:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:47.492637+0000 mon.c (mon.2) 285 : audit [DBG] from='client.? 172.21.15.177:0/338865043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:48:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:47.902561+0000 mgr.y (mgr.24491) 8712 : cluster [DBG] pgmap v7690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:48.558562+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:48:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:47.902561+0000 mgr.y (mgr.24491) 8712 : cluster [DBG] pgmap v7690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:48.558562+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:48:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:47.902561+0000 mgr.y (mgr.24491) 8712 : cluster [DBG] pgmap v7690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:48.558562+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:48:51.362 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:49.903141+0000 mgr.y (mgr.24491) 8713 : cluster [DBG] pgmap v7691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:51.363 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:48:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:49.903141+0000 mgr.y (mgr.24491) 8713 : cluster [DBG] pgmap v7691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:49.903141+0000 mgr.y (mgr.24491) 8713 : cluster [DBG] pgmap v7691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:51.137091+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:48:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:51.773681+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:48:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:52.050921+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:48:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:52.051756+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:48:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:48:52.056870+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:48:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:51.137091+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:48:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:51.773681+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:48:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:52.050921+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:48:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:52.051756+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:48:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:48:52.056870+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:48:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:51.137091+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:48:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:51.773681+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:48:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:52.050921+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:48:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:52.051756+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:48:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:48:52.056870+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:48:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:51.903591+0000 mgr.y (mgr.24491) 8714 : cluster [DBG] pgmap v7692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:51.903591+0000 mgr.y (mgr.24491) 8714 : cluster [DBG] pgmap v7692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:51.903591+0000 mgr.y (mgr.24491) 8714 : cluster [DBG] pgmap v7692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:53.904081+0000 mgr.y (mgr.24491) 8715 : cluster [DBG] pgmap v7693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:53.904081+0000 mgr.y (mgr.24491) 8715 : cluster [DBG] pgmap v7693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:53.904081+0000 mgr.y (mgr.24491) 8715 : cluster [DBG] pgmap v7693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:55.904922+0000 mgr.y (mgr.24491) 8716 : cluster [DBG] pgmap v7694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:55.904922+0000 mgr.y (mgr.24491) 8716 : cluster [DBG] pgmap v7694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:55.904922+0000 mgr.y (mgr.24491) 8716 : cluster [DBG] pgmap v7694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:48:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:48:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:48:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:57.905346+0000 mgr.y (mgr.24491) 8717 : cluster [DBG] pgmap v7695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:57.905346+0000 mgr.y (mgr.24491) 8717 : cluster [DBG] pgmap v7695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:48:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:57.905346+0000 mgr.y (mgr.24491) 8717 : cluster [DBG] pgmap v7695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:48:59.906062+0000 mgr.y (mgr.24491) 8718 : cluster [DBG] pgmap v7696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:49:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:48:59.906062+0000 mgr.y (mgr.24491) 8718 : cluster [DBG] pgmap v7696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:48:59.906062+0000 mgr.y (mgr.24491) 8718 : cluster [DBG] pgmap v7696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:01.906430+0000 mgr.y (mgr.24491) 8719 : cluster [DBG] pgmap v7697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:01.906430+0000 mgr.y (mgr.24491) 8719 : cluster [DBG] pgmap v7697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:01.906430+0000 mgr.y (mgr.24491) 8719 : cluster [DBG] pgmap v7697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:03.906857+0000 mgr.y (mgr.24491) 8720 : cluster [DBG] pgmap v7698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:03.906857+0000 mgr.y (mgr.24491) 8720 : cluster [DBG] pgmap v7698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:03.906857+0000 mgr.y (mgr.24491) 8720 : cluster [DBG] pgmap v7698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:05.907747+0000 mgr.y (mgr.24491) 8721 : cluster [DBG] pgmap v7699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:05.907747+0000 mgr.y (mgr.24491) 8721 : cluster [DBG] pgmap v7699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:05.907747+0000 mgr.y (mgr.24491) 8721 : cluster [DBG] pgmap v7699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:49:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:07.908304+0000 mgr.y (mgr.24491) 8722 : cluster [DBG] pgmap v7700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:07.908304+0000 mgr.y (mgr.24491) 8722 : cluster [DBG] pgmap v7700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:07.908304+0000 mgr.y (mgr.24491) 8722 : cluster [DBG] pgmap v7700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:09.909018+0000 mgr.y (mgr.24491) 8723 : cluster [DBG] pgmap v7701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:49:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:09.909018+0000 mgr.y (mgr.24491) 8723 : cluster [DBG] pgmap v7701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:09.909018+0000 mgr.y (mgr.24491) 8723 : cluster [DBG] pgmap v7701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:11.909470+0000 mgr.y (mgr.24491) 8724 : cluster [DBG] pgmap v7702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:11.909470+0000 mgr.y (mgr.24491) 8724 : cluster [DBG] pgmap v7702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:11.909470+0000 mgr.y (mgr.24491) 8724 : cluster [DBG] pgmap v7702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:15.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:13.909934+0000 mgr.y (mgr.24491) 8725 : cluster [DBG] pgmap v7703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:13.909934+0000 mgr.y (mgr.24491) 8725 : cluster [DBG] pgmap v7703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:13.909934+0000 mgr.y (mgr.24491) 8725 : cluster [DBG] pgmap v7703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:15.910592+0000 mgr.y (mgr.24491) 8726 : cluster [DBG] pgmap v7704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:15.910592+0000 mgr.y (mgr.24491) 8726 : cluster [DBG] pgmap v7704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:15.910592+0000 mgr.y (mgr.24491) 8726 : cluster [DBG] pgmap v7704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:17.805 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:49:18.080 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:49:18.080 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 26s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:49:18.080 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 26s ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:49:18.080 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 26s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:49:18.080 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 26s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:49:18.080 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 26s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:49:18.080 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 26s ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:49:18.080 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 26s ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:49:18.080 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 26s ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 26s ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 26s ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 26s ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 26s ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 26s ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 26s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 26s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 26s ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 26s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 26s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 26s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:49:18.081 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 26s ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:49:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:17] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T07:49:18.414 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:49:18.414 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:49:18.414 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:49:18.414 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:49:18.415 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:49:18.416 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:49:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:49:17.794559+0000 mgr.y (mgr.24491) 8727 : audit [DBG] from='client.23817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:17.910921+0000 mgr.y (mgr.24491) 8728 : cluster [DBG] pgmap v7705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:49:18.074006+0000 mgr.y (mgr.24491) 8729 : audit [DBG] from='client.33725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:49:18.415639+0000 mon.a (mon.0) 2199 : audit [DBG] from='client.? 172.21.15.177:0/357050639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:49:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:49:17.794559+0000 mgr.y (mgr.24491) 8727 : audit [DBG] from='client.23817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:17.910921+0000 mgr.y (mgr.24491) 8728 : cluster [DBG] pgmap v7705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:49:18.074006+0000 mgr.y (mgr.24491) 8729 : audit [DBG] from='client.33725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:49:18.415639+0000 mon.a (mon.0) 2199 : audit [DBG] from='client.? 172.21.15.177:0/357050639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:49:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:49:17.794559+0000 mgr.y (mgr.24491) 8727 : audit [DBG] from='client.23817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:17.910921+0000 mgr.y (mgr.24491) 8728 : cluster [DBG] pgmap v7705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:19.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:49:18.074006+0000 mgr.y (mgr.24491) 8729 : audit [DBG] from='client.33725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:19.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:49:18.415639+0000 mon.a (mon.0) 2199 : audit [DBG] from='client.? 172.21.15.177:0/357050639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:49:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:19.911586+0000 mgr.y (mgr.24491) 8730 : cluster [DBG] pgmap v7706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:49:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:19.911586+0000 mgr.y (mgr.24491) 8730 : cluster [DBG] pgmap v7706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:19.911586+0000 mgr.y (mgr.24491) 8730 : cluster [DBG] pgmap v7706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:21.912026+0000 mgr.y (mgr.24491) 8731 : cluster [DBG] pgmap v7707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:21.912026+0000 mgr.y (mgr.24491) 8731 : cluster [DBG] pgmap v7707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:21.912026+0000 mgr.y (mgr.24491) 8731 : cluster [DBG] pgmap v7707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:23.912331+0000 mgr.y (mgr.24491) 8732 : cluster [DBG] pgmap v7708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:23.912331+0000 mgr.y (mgr.24491) 8732 : cluster [DBG] pgmap v7708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:23.912331+0000 mgr.y (mgr.24491) 8732 : cluster [DBG] pgmap v7708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:25.913124+0000 mgr.y (mgr.24491) 8733 : cluster [DBG] pgmap v7709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:25.913124+0000 mgr.y (mgr.24491) 8733 : cluster [DBG] pgmap v7709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:25.913124+0000 mgr.y (mgr.24491) 8733 : cluster [DBG] pgmap v7709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:27] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T07:49:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:27.913611+0000 mgr.y (mgr.24491) 8734 : cluster [DBG] pgmap v7710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:27.913611+0000 mgr.y (mgr.24491) 8734 : cluster [DBG] pgmap v7710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:27.913611+0000 mgr.y (mgr.24491) 8734 : cluster [DBG] pgmap v7710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:29.914368+0000 mgr.y (mgr.24491) 8735 : cluster [DBG] pgmap v7711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:49:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:29.914368+0000 mgr.y (mgr.24491) 8735 : cluster [DBG] pgmap v7711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:29.914368+0000 mgr.y (mgr.24491) 8735 : cluster [DBG] pgmap v7711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:31.914763+0000 mgr.y (mgr.24491) 8736 : cluster [DBG] pgmap v7712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:31.914763+0000 mgr.y (mgr.24491) 8736 : cluster [DBG] pgmap v7712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:31.914763+0000 mgr.y (mgr.24491) 8736 : cluster [DBG] pgmap v7712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:35.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:33.915139+0000 mgr.y (mgr.24491) 8737 : cluster [DBG] pgmap v7713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:33.915139+0000 mgr.y (mgr.24491) 8737 : cluster [DBG] pgmap v7713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:33.915139+0000 mgr.y (mgr.24491) 8737 : cluster [DBG] pgmap v7713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:35.915903+0000 mgr.y (mgr.24491) 8738 : cluster [DBG] pgmap v7714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:35.915903+0000 mgr.y (mgr.24491) 8738 : cluster [DBG] pgmap v7714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:35.915903+0000 mgr.y (mgr.24491) 8738 : cluster [DBG] pgmap v7714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:37] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:49:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:37.916491+0000 mgr.y (mgr.24491) 8739 : cluster [DBG] pgmap v7715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:37.916491+0000 mgr.y (mgr.24491) 8739 : cluster [DBG] pgmap v7715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:37.916491+0000 mgr.y (mgr.24491) 8739 : cluster [DBG] pgmap v7715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:39.917278+0000 mgr.y (mgr.24491) 8740 : cluster [DBG] pgmap v7716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:49:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:39.917278+0000 mgr.y (mgr.24491) 8740 : cluster [DBG] pgmap v7716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:39.917278+0000 mgr.y (mgr.24491) 8740 : cluster [DBG] pgmap v7716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:41.917818+0000 mgr.y (mgr.24491) 8741 : cluster [DBG] pgmap v7717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:41.917818+0000 mgr.y (mgr.24491) 8741 : cluster [DBG] pgmap v7717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:41.917818+0000 mgr.y (mgr.24491) 8741 : cluster [DBG] pgmap v7717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:43.918242+0000 mgr.y (mgr.24491) 8742 : cluster [DBG] pgmap v7718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:43.918242+0000 mgr.y (mgr.24491) 8742 : cluster [DBG] pgmap v7718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:43.918242+0000 mgr.y (mgr.24491) 8742 : cluster [DBG] pgmap v7718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:45.919137+0000 mgr.y (mgr.24491) 8743 : cluster [DBG] pgmap v7719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:45.919137+0000 mgr.y (mgr.24491) 8743 : cluster [DBG] pgmap v7719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:45.919137+0000 mgr.y (mgr.24491) 8743 : cluster [DBG] pgmap v7719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:47] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T07:49:48.727 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:49:49.001 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:49:49.001 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 57s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:49:49.001 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 57s ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:49:49.002 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 57s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:49:49.002 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 57s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:49:49.002 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 57s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:49:49.002 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 57s ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:49:49.002 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 57s ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:49:49.002 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 57s ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:49:49.002 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 57s ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:49:49.002 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 57s ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:49:49.002 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 57s ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:49:49.002 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 57s ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:49:49.002 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 57s ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:49:49.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 57s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:49:49.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 57s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:49:49.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 57s ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:49:49.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 57s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:49:49.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 57s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:49:49.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 57s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:49:49.003 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 57s ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:49:49.335 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:49:49.336 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:49:49.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:49:49.336 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:49:49.336 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:49:49.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:49:49.336 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:49:49.336 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:49:49.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:49:49.336 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:49:49.336 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:49:49.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:49:49.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:49:49.337 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:49:49.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:49:49.337 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:49:49.337 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:49:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:47.919685+0000 mgr.y (mgr.24491) 8744 : cluster [DBG] pgmap v7720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:47.919685+0000 mgr.y (mgr.24491) 8744 : cluster [DBG] pgmap v7720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:47.919685+0000 mgr.y (mgr.24491) 8744 : cluster [DBG] pgmap v7720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:49:48.714909+0000 mgr.y (mgr.24491) 8745 : audit [DBG] from='client.23835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:49:48.993684+0000 mgr.y (mgr.24491) 8746 : audit [DBG] from='client.23841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:49:49.337010+0000 mon.c (mon.2) 286 : audit [DBG] from='client.? 172.21.15.177:0/3250062223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:49:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:49:48.714909+0000 mgr.y (mgr.24491) 8745 : audit [DBG] from='client.23835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:50.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:49:48.993684+0000 mgr.y (mgr.24491) 8746 : audit [DBG] from='client.23841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:50.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:49:49.337010+0000 mon.c (mon.2) 286 : audit [DBG] from='client.? 172.21.15.177:0/3250062223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:49:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:49:48.714909+0000 mgr.y (mgr.24491) 8745 : audit [DBG] from='client.23835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:49:48.993684+0000 mgr.y (mgr.24491) 8746 : audit [DBG] from='client.23841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:49:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:49:49.337010+0000 mon.c (mon.2) 286 : audit [DBG] from='client.? 172.21.15.177:0/3250062223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:49:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:49.920509+0000 mgr.y (mgr.24491) 8747 : cluster [DBG] pgmap v7721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:49:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:49.920509+0000 mgr.y (mgr.24491) 8747 : cluster [DBG] pgmap v7721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:49.920509+0000 mgr.y (mgr.24491) 8747 : cluster [DBG] pgmap v7721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:49:52.062268+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:49:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:49:52.062268+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:49:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:49:52.062268+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:49:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:51.920909+0000 mgr.y (mgr.24491) 8748 : cluster [DBG] pgmap v7722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:49:52.355239+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:49:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:49:52.355832+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:49:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:49:52.359950+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:49:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:51.920909+0000 mgr.y (mgr.24491) 8748 : cluster [DBG] pgmap v7722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:49:52.355239+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:49:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:49:52.355832+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:49:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:49:52.359950+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:49:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:51.920909+0000 mgr.y (mgr.24491) 8748 : cluster [DBG] pgmap v7722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:49:52.355239+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:49:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:49:52.355832+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:49:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:49:52.359950+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:49:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:53.921327+0000 mgr.y (mgr.24491) 8749 : cluster [DBG] pgmap v7723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:53.921327+0000 mgr.y (mgr.24491) 8749 : cluster [DBG] pgmap v7723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:53.921327+0000 mgr.y (mgr.24491) 8749 : cluster [DBG] pgmap v7723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:57.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:55.921993+0000 mgr.y (mgr.24491) 8750 : cluster [DBG] pgmap v7724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:57.653 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:55.921993+0000 mgr.y (mgr.24491) 8750 : cluster [DBG] pgmap v7724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:55.921993+0000 mgr.y (mgr.24491) 8750 : cluster [DBG] pgmap v7724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:49:57] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T07:49:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:57.922425+0000 mgr.y (mgr.24491) 8751 : cluster [DBG] pgmap v7725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:57.922425+0000 mgr.y (mgr.24491) 8751 : cluster [DBG] pgmap v7725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:49:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:49:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:57.922425+0000 mgr.y (mgr.24491) 8751 : cluster [DBG] pgmap v7725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:00.278 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T07:49:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:50:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:00.000114+0000 mon.a (mon.0) 2204 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:50:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:00.000114+0000 mon.a (mon.0) 2204 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:50:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:00.000114+0000 mon.a (mon.0) 2204 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T07:50:01.280 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:50:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:49:59.923310+0000 mgr.y (mgr.24491) 8752 : cluster [DBG] pgmap v7726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:49:59.923310+0000 mgr.y (mgr.24491) 8752 : cluster [DBG] pgmap v7726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:49:59.923310+0000 mgr.y (mgr.24491) 8752 : cluster [DBG] pgmap v7726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:01.923784+0000 mgr.y (mgr.24491) 8753 : cluster [DBG] pgmap v7727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:01.923784+0000 mgr.y (mgr.24491) 8753 : cluster [DBG] pgmap v7727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:01.923784+0000 mgr.y (mgr.24491) 8753 : cluster [DBG] pgmap v7727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:03.924358+0000 mgr.y (mgr.24491) 8754 : cluster [DBG] pgmap v7728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:03.924358+0000 mgr.y (mgr.24491) 8754 : cluster [DBG] pgmap v7728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:03.924358+0000 mgr.y (mgr.24491) 8754 : cluster [DBG] pgmap v7728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:05.925052+0000 mgr.y (mgr.24491) 8755 : cluster [DBG] pgmap v7729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:05.925052+0000 mgr.y (mgr.24491) 8755 : cluster [DBG] pgmap v7729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:05.925052+0000 mgr.y (mgr.24491) 8755 : cluster [DBG] pgmap v7729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:07] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:50:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:07.925632+0000 mgr.y (mgr.24491) 8756 : cluster [DBG] pgmap v7730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:07.925632+0000 mgr.y (mgr.24491) 8756 : cluster [DBG] pgmap v7730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:07.925632+0000 mgr.y (mgr.24491) 8756 : cluster [DBG] pgmap v7730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:11.302 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:50:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:09.926431+0000 mgr.y (mgr.24491) 8757 : cluster [DBG] pgmap v7731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:09.926431+0000 mgr.y (mgr.24491) 8757 : cluster [DBG] pgmap v7731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:09.926431+0000 mgr.y (mgr.24491) 8757 : cluster [DBG] pgmap v7731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:11.926898+0000 mgr.y (mgr.24491) 8758 : cluster [DBG] pgmap v7732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:11.926898+0000 mgr.y (mgr.24491) 8758 : cluster [DBG] pgmap v7732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:11.926898+0000 mgr.y (mgr.24491) 8758 : cluster [DBG] pgmap v7732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:13.927445+0000 mgr.y (mgr.24491) 8759 : cluster [DBG] pgmap v7733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:13.927445+0000 mgr.y (mgr.24491) 8759 : cluster [DBG] pgmap v7733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:15.661 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:13.927445+0000 mgr.y (mgr.24491) 8759 : cluster [DBG] pgmap v7733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:15.928340+0000 mgr.y (mgr.24491) 8760 : cluster [DBG] pgmap v7734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:15.928340+0000 mgr.y (mgr.24491) 8760 : cluster [DBG] pgmap v7734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:15.928340+0000 mgr.y (mgr.24491) 8760 : cluster [DBG] pgmap v7734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:17] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:50:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:17.928781+0000 mgr.y (mgr.24491) 8761 : cluster [DBG] pgmap v7735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:17.928781+0000 mgr.y (mgr.24491) 8761 : cluster [DBG] pgmap v7735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:19.650 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:50:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:17.928781+0000 mgr.y (mgr.24491) 8761 : cluster [DBG] pgmap v7735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:19.923 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:50:19.923 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 88s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:50:19.923 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 88s ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:50:19.923 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 88s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:50:19.923 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 88s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:50:19.923 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 88s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:50:19.923 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 88s ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:50:19.924 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 88s ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:50:19.924 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 88s ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:50:19.924 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 88s ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:50:19.924 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 88s ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:50:19.924 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 88s ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:50:19.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 88s ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:50:19.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 88s ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:50:19.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 88s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:50:19.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 88s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:50:19.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 88s ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:50:19.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 88s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:50:19.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 88s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:50:19.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 88s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:50:19.925 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 88s ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:50:20.254 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:50:20.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:50:20.256 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:50:20.256 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:50:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:50:20.256227+0000 mon.a (mon.0) 2205 : audit [DBG] from='client.? 172.21.15.177:0/2235240840' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:50:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:50:20.256227+0000 mon.a (mon.0) 2205 : audit [DBG] from='client.? 172.21.15.177:0/2235240840' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:50:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:50:20.256227+0000 mon.a (mon.0) 2205 : audit [DBG] from='client.? 172.21.15.177:0/2235240840' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:50:21.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:50:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:50:19.639640+0000 mgr.y (mgr.24491) 8762 : audit [DBG] from='client.23853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:50:19.916777+0000 mgr.y (mgr.24491) 8763 : audit [DBG] from='client.33761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:19.929351+0000 mgr.y (mgr.24491) 8764 : cluster [DBG] pgmap v7736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:50:19.639640+0000 mgr.y (mgr.24491) 8762 : audit [DBG] from='client.23853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:50:19.916777+0000 mgr.y (mgr.24491) 8763 : audit [DBG] from='client.33761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:19.929351+0000 mgr.y (mgr.24491) 8764 : cluster [DBG] pgmap v7736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:50:19.639640+0000 mgr.y (mgr.24491) 8762 : audit [DBG] from='client.23853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:50:19.916777+0000 mgr.y (mgr.24491) 8763 : audit [DBG] from='client.33761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:19.929351+0000 mgr.y (mgr.24491) 8764 : cluster [DBG] pgmap v7736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:21.929713+0000 mgr.y (mgr.24491) 8765 : cluster [DBG] pgmap v7737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:21.929713+0000 mgr.y (mgr.24491) 8765 : cluster [DBG] pgmap v7737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:21.929713+0000 mgr.y (mgr.24491) 8765 : cluster [DBG] pgmap v7737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:23.930211+0000 mgr.y (mgr.24491) 8766 : cluster [DBG] pgmap v7738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:23.930211+0000 mgr.y (mgr.24491) 8766 : cluster [DBG] pgmap v7738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:23.930211+0000 mgr.y (mgr.24491) 8766 : cluster [DBG] pgmap v7738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:25.930935+0000 mgr.y (mgr.24491) 8767 : cluster [DBG] pgmap v7739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:27.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:25.930935+0000 mgr.y (mgr.24491) 8767 : cluster [DBG] pgmap v7739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:25.930935+0000 mgr.y (mgr.24491) 8767 : cluster [DBG] pgmap v7739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:27] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:50:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:27.931444+0000 mgr.y (mgr.24491) 8768 : cluster [DBG] pgmap v7740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:27.931444+0000 mgr.y (mgr.24491) 8768 : cluster [DBG] pgmap v7740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:27.931444+0000 mgr.y (mgr.24491) 8768 : cluster [DBG] pgmap v7740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:31.339 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:50:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:29.932187+0000 mgr.y (mgr.24491) 8769 : cluster [DBG] pgmap v7741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:29.932187+0000 mgr.y (mgr.24491) 8769 : cluster [DBG] pgmap v7741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:29.932187+0000 mgr.y (mgr.24491) 8769 : cluster [DBG] pgmap v7741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:31.932617+0000 mgr.y (mgr.24491) 8770 : cluster [DBG] pgmap v7742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:31.932617+0000 mgr.y (mgr.24491) 8770 : cluster [DBG] pgmap v7742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:31.932617+0000 mgr.y (mgr.24491) 8770 : cluster [DBG] pgmap v7742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:33.933125+0000 mgr.y (mgr.24491) 8771 : cluster [DBG] pgmap v7743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:33.933125+0000 mgr.y (mgr.24491) 8771 : cluster [DBG] pgmap v7743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:33.933125+0000 mgr.y (mgr.24491) 8771 : cluster [DBG] pgmap v7743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:35.934032+0000 mgr.y (mgr.24491) 8772 : cluster [DBG] pgmap v7744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:35.934032+0000 mgr.y (mgr.24491) 8772 : cluster [DBG] pgmap v7744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:37.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:35.934032+0000 mgr.y (mgr.24491) 8772 : cluster [DBG] pgmap v7744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:37] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T07:50:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:37.934458+0000 mgr.y (mgr.24491) 8773 : cluster [DBG] pgmap v7745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:37.934458+0000 mgr.y (mgr.24491) 8773 : cluster [DBG] pgmap v7745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:37.934458+0000 mgr.y (mgr.24491) 8773 : cluster [DBG] pgmap v7745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:41.354 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:50:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:39.935267+0000 mgr.y (mgr.24491) 8774 : cluster [DBG] pgmap v7746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:39.935267+0000 mgr.y (mgr.24491) 8774 : cluster [DBG] pgmap v7746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:39.935267+0000 mgr.y (mgr.24491) 8774 : cluster [DBG] pgmap v7746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:41.935696+0000 mgr.y (mgr.24491) 8775 : cluster [DBG] pgmap v7747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:41.935696+0000 mgr.y (mgr.24491) 8775 : cluster [DBG] pgmap v7747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:41.935696+0000 mgr.y (mgr.24491) 8775 : cluster [DBG] pgmap v7747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:43.936291+0000 mgr.y (mgr.24491) 8776 : cluster [DBG] pgmap v7748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:43.936291+0000 mgr.y (mgr.24491) 8776 : cluster [DBG] pgmap v7748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:43.936291+0000 mgr.y (mgr.24491) 8776 : cluster [DBG] pgmap v7748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:45.937073+0000 mgr.y (mgr.24491) 8777 : cluster [DBG] pgmap v7749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:45.937073+0000 mgr.y (mgr.24491) 8777 : cluster [DBG] pgmap v7749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:45.937073+0000 mgr.y (mgr.24491) 8777 : cluster [DBG] pgmap v7749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:47] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T07:50:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:47.937498+0000 mgr.y (mgr.24491) 8778 : cluster [DBG] pgmap v7750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:47.937498+0000 mgr.y (mgr.24491) 8778 : cluster [DBG] pgmap v7750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:47.937498+0000 mgr.y (mgr.24491) 8778 : cluster [DBG] pgmap v7750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:50.567 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:50:50.842 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:50:50.842 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 119s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:50:50.842 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 119s ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:50:50.842 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 119s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:50:50.842 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 119s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:50:50.842 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 119s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:50:50.842 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 119s ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:50:50.842 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 119s ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:50:50.843 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 119s ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:50:50.843 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 119s ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:50:50.843 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 119s ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:50:50.843 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 119s ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:50:50.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 119s ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:50:50.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 119s ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:50:50.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 119s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:50:50.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 119s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:50:50.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 119s ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:50:50.843 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 119s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:50:50.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 119s ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:50:50.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 119s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:50:50.844 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 119s ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:50:51.176 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:50:51.176 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:50:51.176 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:50:51.176 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:50:51.176 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:50:51.177 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:50:51.370 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:50:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:49.938193+0000 mgr.y (mgr.24491) 8779 : cluster [DBG] pgmap v7751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:50:51.177650+0000 mon.a (mon.0) 2206 : audit [DBG] from='client.? 172.21.15.177:0/368501391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:50:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:49.938193+0000 mgr.y (mgr.24491) 8779 : cluster [DBG] pgmap v7751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:50:51.177650+0000 mon.a (mon.0) 2206 : audit [DBG] from='client.? 172.21.15.177:0/368501391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:50:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:49.938193+0000 mgr.y (mgr.24491) 8779 : cluster [DBG] pgmap v7751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:50:51.177650+0000 mon.a (mon.0) 2206 : audit [DBG] from='client.? 172.21.15.177:0/368501391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:50:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:50:50.555809+0000 mgr.y (mgr.24491) 8780 : audit [DBG] from='client.23871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:50:50.835165+0000 mgr.y (mgr.24491) 8781 : audit [DBG] from='client.23877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:50:52.364547+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:50:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:50:50.555809+0000 mgr.y (mgr.24491) 8780 : audit [DBG] from='client.23871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:50:50.835165+0000 mgr.y (mgr.24491) 8781 : audit [DBG] from='client.23877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:50:52.364547+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:50:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:50:50.555809+0000 mgr.y (mgr.24491) 8780 : audit [DBG] from='client.23871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:50:50.835165+0000 mgr.y (mgr.24491) 8781 : audit [DBG] from='client.23877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:50:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:50:52.364547+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:50:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:51.938615+0000 mgr.y (mgr.24491) 8782 : cluster [DBG] pgmap v7752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:50:52.661702+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:50:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:50:52.662284+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:50:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:50:52.666660+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:50:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:51.938615+0000 mgr.y (mgr.24491) 8782 : cluster [DBG] pgmap v7752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:50:52.661702+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:50:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:50:52.662284+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:50:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:50:52.666660+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:50:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:51.938615+0000 mgr.y (mgr.24491) 8782 : cluster [DBG] pgmap v7752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:50:52.661702+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:50:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:50:52.662284+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:50:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:50:52.666660+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:50:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:53.939088+0000 mgr.y (mgr.24491) 8783 : cluster [DBG] pgmap v7753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:53.939088+0000 mgr.y (mgr.24491) 8783 : cluster [DBG] pgmap v7753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:53.939088+0000 mgr.y (mgr.24491) 8783 : cluster [DBG] pgmap v7753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:55.939850+0000 mgr.y (mgr.24491) 8784 : cluster [DBG] pgmap v7754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:55.939850+0000 mgr.y (mgr.24491) 8784 : cluster [DBG] pgmap v7754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:55.939850+0000 mgr.y (mgr.24491) 8784 : cluster [DBG] pgmap v7754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:50:57] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T07:50:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:57.940326+0000 mgr.y (mgr.24491) 8785 : cluster [DBG] pgmap v7755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:57.940326+0000 mgr.y (mgr.24491) 8785 : cluster [DBG] pgmap v7755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:50:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:50:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:57.940326+0000 mgr.y (mgr.24491) 8785 : cluster [DBG] pgmap v7755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:01.395 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:51:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:50:59.941030+0000 mgr.y (mgr.24491) 8786 : cluster [DBG] pgmap v7756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:50:59.941030+0000 mgr.y (mgr.24491) 8786 : cluster [DBG] pgmap v7756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:50:59.941030+0000 mgr.y (mgr.24491) 8786 : cluster [DBG] pgmap v7756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:03.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:01.941552+0000 mgr.y (mgr.24491) 8787 : cluster [DBG] pgmap v7757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:03.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:01.941552+0000 mgr.y (mgr.24491) 8787 : cluster [DBG] pgmap v7757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:01.941552+0000 mgr.y (mgr.24491) 8787 : cluster [DBG] pgmap v7757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:03.942060+0000 mgr.y (mgr.24491) 8788 : cluster [DBG] pgmap v7758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:03.942060+0000 mgr.y (mgr.24491) 8788 : cluster [DBG] pgmap v7758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:03.942060+0000 mgr.y (mgr.24491) 8788 : cluster [DBG] pgmap v7758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:05.942668+0000 mgr.y (mgr.24491) 8789 : cluster [DBG] pgmap v7759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:05.942668+0000 mgr.y (mgr.24491) 8789 : cluster [DBG] pgmap v7759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:05.942668+0000 mgr.y (mgr.24491) 8789 : cluster [DBG] pgmap v7759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T07:51:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:07.943150+0000 mgr.y (mgr.24491) 8790 : cluster [DBG] pgmap v7760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:07.943150+0000 mgr.y (mgr.24491) 8790 : cluster [DBG] pgmap v7760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:07.943150+0000 mgr.y (mgr.24491) 8790 : cluster [DBG] pgmap v7760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:09.943682+0000 mgr.y (mgr.24491) 8791 : cluster [DBG] pgmap v7761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:51:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:09.943682+0000 mgr.y (mgr.24491) 8791 : cluster [DBG] pgmap v7761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:09.943682+0000 mgr.y (mgr.24491) 8791 : cluster [DBG] pgmap v7761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:11.944137+0000 mgr.y (mgr.24491) 8792 : cluster [DBG] pgmap v7762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:11.944137+0000 mgr.y (mgr.24491) 8792 : cluster [DBG] pgmap v7762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:11.944137+0000 mgr.y (mgr.24491) 8792 : cluster [DBG] pgmap v7762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:13.944436+0000 mgr.y (mgr.24491) 8793 : cluster [DBG] pgmap v7763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:13.944436+0000 mgr.y (mgr.24491) 8793 : cluster [DBG] pgmap v7763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:13.944436+0000 mgr.y (mgr.24491) 8793 : cluster [DBG] pgmap v7763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:15.945272+0000 mgr.y (mgr.24491) 8794 : cluster [DBG] pgmap v7764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:15.945272+0000 mgr.y (mgr.24491) 8794 : cluster [DBG] pgmap v7764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:15.945272+0000 mgr.y (mgr.24491) 8794 : cluster [DBG] pgmap v7764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:51:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:17.945737+0000 mgr.y (mgr.24491) 8795 : cluster [DBG] pgmap v7765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:17.945737+0000 mgr.y (mgr.24491) 8795 : cluster [DBG] pgmap v7765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:17.945737+0000 mgr.y (mgr.24491) 8795 : cluster [DBG] pgmap v7765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:19.946378+0000 mgr.y (mgr.24491) 8796 : cluster [DBG] pgmap v7766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:19.946378+0000 mgr.y (mgr.24491) 8796 : cluster [DBG] pgmap v7766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:21.487 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:51:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:19.946378+0000 mgr.y (mgr.24491) 8796 : cluster [DBG] pgmap v7766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:51:21.761 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:51:21.761 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 2m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:51:21.761 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 2m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:51:21.761 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 2m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:51:21.761 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 2m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:51:21.761 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 2m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:51:21.761 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 2m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 2m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 2m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 2m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 2m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 2m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 2m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 2m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 2m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 2m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 2m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 2m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 2m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 2m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:51:21.762 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 2m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:51:22.098 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:51:22.098 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:51:22.098 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:51:22.098 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:51:22.098 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:51:22.099 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:51:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:51:21.476355+0000 mgr.y (mgr.24491) 8797 : audit [DBG] from='client.33791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:51:21.476355+0000 mgr.y (mgr.24491) 8797 : audit [DBG] from='client.33791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:51:21.476355+0000 mgr.y (mgr.24491) 8797 : audit [DBG] from='client.33791 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:51:21.755132+0000 mgr.y (mgr.24491) 8798 : audit [DBG] from='client.33797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:21.946732+0000 mgr.y (mgr.24491) 8799 : cluster [DBG] pgmap v7767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:51:22.099634+0000 mon.c (mon.2) 287 : audit [DBG] from='client.? 172.21.15.177:0/3281597855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:51:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:51:21.755132+0000 mgr.y (mgr.24491) 8798 : audit [DBG] from='client.33797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:21.946732+0000 mgr.y (mgr.24491) 8799 : cluster [DBG] pgmap v7767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:51:22.099634+0000 mon.c (mon.2) 287 : audit [DBG] from='client.? 172.21.15.177:0/3281597855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:51:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:51:21.755132+0000 mgr.y (mgr.24491) 8798 : audit [DBG] from='client.33797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:21.946732+0000 mgr.y (mgr.24491) 8799 : cluster [DBG] pgmap v7767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:51:22.099634+0000 mon.c (mon.2) 287 : audit [DBG] from='client.? 172.21.15.177:0/3281597855' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:51:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:23.947141+0000 mgr.y (mgr.24491) 8800 : cluster [DBG] pgmap v7768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:23.947141+0000 mgr.y (mgr.24491) 8800 : cluster [DBG] pgmap v7768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:23.947141+0000 mgr.y (mgr.24491) 8800 : cluster [DBG] pgmap v7768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:25.947967+0000 mgr.y (mgr.24491) 8801 : cluster [DBG] pgmap v7769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:25.947967+0000 mgr.y (mgr.24491) 8801 : cluster [DBG] pgmap v7769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:25.947967+0000 mgr.y (mgr.24491) 8801 : cluster [DBG] pgmap v7769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:51:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:27.948452+0000 mgr.y (mgr.24491) 8802 : cluster [DBG] pgmap v7770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:27.948452+0000 mgr.y (mgr.24491) 8802 : cluster [DBG] pgmap v7770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:27.948452+0000 mgr.y (mgr.24491) 8802 : cluster [DBG] pgmap v7770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:29.949093+0000 mgr.y (mgr.24491) 8803 : cluster [DBG] pgmap v7771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:29.949093+0000 mgr.y (mgr.24491) 8803 : cluster [DBG] pgmap v7771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:29.949093+0000 mgr.y (mgr.24491) 8803 : cluster [DBG] pgmap v7771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:51:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:31.949484+0000 mgr.y (mgr.24491) 8804 : cluster [DBG] pgmap v7772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:31.949484+0000 mgr.y (mgr.24491) 8804 : cluster [DBG] pgmap v7772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:31.949484+0000 mgr.y (mgr.24491) 8804 : cluster [DBG] pgmap v7772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:33.949875+0000 mgr.y (mgr.24491) 8805 : cluster [DBG] pgmap v7773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:33.949875+0000 mgr.y (mgr.24491) 8805 : cluster [DBG] pgmap v7773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:33.949875+0000 mgr.y (mgr.24491) 8805 : cluster [DBG] pgmap v7773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:35.950595+0000 mgr.y (mgr.24491) 8806 : cluster [DBG] pgmap v7774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:35.950595+0000 mgr.y (mgr.24491) 8806 : cluster [DBG] pgmap v7774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:35.950595+0000 mgr.y (mgr.24491) 8806 : cluster [DBG] pgmap v7774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:51:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:37.951192+0000 mgr.y (mgr.24491) 8807 : cluster [DBG] pgmap v7775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:37.951192+0000 mgr.y (mgr.24491) 8807 : cluster [DBG] pgmap v7775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:37.951192+0000 mgr.y (mgr.24491) 8807 : cluster [DBG] pgmap v7775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:39.952069+0000 mgr.y (mgr.24491) 8808 : cluster [DBG] pgmap v7776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:39.952069+0000 mgr.y (mgr.24491) 8808 : cluster [DBG] pgmap v7776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:39.952069+0000 mgr.y (mgr.24491) 8808 : cluster [DBG] pgmap v7776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:51:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:41.952531+0000 mgr.y (mgr.24491) 8809 : cluster [DBG] pgmap v7777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:41.952531+0000 mgr.y (mgr.24491) 8809 : cluster [DBG] pgmap v7777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:41.952531+0000 mgr.y (mgr.24491) 8809 : cluster [DBG] pgmap v7777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:43.952889+0000 mgr.y (mgr.24491) 8810 : cluster [DBG] pgmap v7778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:43.952889+0000 mgr.y (mgr.24491) 8810 : cluster [DBG] pgmap v7778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:43.952889+0000 mgr.y (mgr.24491) 8810 : cluster [DBG] pgmap v7778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:45.953616+0000 mgr.y (mgr.24491) 8811 : cluster [DBG] pgmap v7779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:45.953616+0000 mgr.y (mgr.24491) 8811 : cluster [DBG] pgmap v7779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:45.953616+0000 mgr.y (mgr.24491) 8811 : cluster [DBG] pgmap v7779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:51:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:47.954111+0000 mgr.y (mgr.24491) 8812 : cluster [DBG] pgmap v7780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:47.954111+0000 mgr.y (mgr.24491) 8812 : cluster [DBG] pgmap v7780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:47.954111+0000 mgr.y (mgr.24491) 8812 : cluster [DBG] pgmap v7780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:49.954756+0000 mgr.y (mgr.24491) 8813 : cluster [DBG] pgmap v7781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:49.954756+0000 mgr.y (mgr.24491) 8813 : cluster [DBG] pgmap v7781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:49.954756+0000 mgr.y (mgr.24491) 8813 : cluster [DBG] pgmap v7781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:51:52.413 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:51:52.689 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:51:52.689 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 3m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:51:52.689 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 3m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:51:52.689 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 3m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:51:52.689 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 3m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:51:52.689 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 3m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:51:52.689 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 3m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:51:52.689 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 3m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:51:52.689 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 3m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:51:52.689 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 3m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:51:52.689 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 3m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:51:52.690 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 3m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:51:52.690 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 3m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:51:52.690 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 3m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:51:52.690 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 3m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:51:52.690 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 3m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:51:52.690 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 3m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:51:52.690 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 3m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:51:52.690 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 3m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:51:52.690 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 3m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:51:52.690 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 3m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:51:53.049 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:51:53.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:51:53.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:51:53.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:51:53.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:51:53.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:51:53.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:51:53.050 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:51:53.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:51:53.050 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:51:53.050 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:51:53.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:51:53.050 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:51:53.050 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:51:53.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:51:53.050 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:51:53.050 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:51:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:51.955182+0000 mgr.y (mgr.24491) 8814 : cluster [DBG] pgmap v7782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:51:52.402660+0000 mgr.y (mgr.24491) 8815 : audit [DBG] from='client.23907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:51:52.670716+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:51:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:51:52.918611+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:51:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:51:53.050452+0000 mon.c (mon.2) 288 : audit [DBG] from='client.? 172.21.15.177:0/2952038914' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:51:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:51.955182+0000 mgr.y (mgr.24491) 8814 : cluster [DBG] pgmap v7782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:51:52.402660+0000 mgr.y (mgr.24491) 8815 : audit [DBG] from='client.23907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:53.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:51:52.670716+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:51:53.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:51:52.918611+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:51:53.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:51:53.050452+0000 mon.c (mon.2) 288 : audit [DBG] from='client.? 172.21.15.177:0/2952038914' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:51:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:51.955182+0000 mgr.y (mgr.24491) 8814 : cluster [DBG] pgmap v7782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:51:52.402660+0000 mgr.y (mgr.24491) 8815 : audit [DBG] from='client.23907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:51:52.670716+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:51:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:51:52.918611+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:51:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:51:53.050452+0000 mon.c (mon.2) 288 : audit [DBG] from='client.? 172.21.15.177:0/2952038914' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:51:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:51:52.682426+0000 mgr.y (mgr.24491) 8816 : audit [DBG] from='client.33815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:51:53.194140+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:51:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:51:53.194805+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:51:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:51:53.198988+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:51:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:51:52.682426+0000 mgr.y (mgr.24491) 8816 : audit [DBG] from='client.33815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:51:53.194140+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:51:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:51:53.194805+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:51:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:51:53.198988+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:51:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:51:52.682426+0000 mgr.y (mgr.24491) 8816 : audit [DBG] from='client.33815 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:51:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:51:53.194140+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:51:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:51:53.194805+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:51:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:51:53.198988+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:51:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:53.955717+0000 mgr.y (mgr.24491) 8817 : cluster [DBG] pgmap v7783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:53.955717+0000 mgr.y (mgr.24491) 8817 : cluster [DBG] pgmap v7783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:53.955717+0000 mgr.y (mgr.24491) 8817 : cluster [DBG] pgmap v7783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:55.956453+0000 mgr.y (mgr.24491) 8818 : cluster [DBG] pgmap v7784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:55.956453+0000 mgr.y (mgr.24491) 8818 : cluster [DBG] pgmap v7784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:55.956453+0000 mgr.y (mgr.24491) 8818 : cluster [DBG] pgmap v7784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:51:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:51:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:51:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:57.957001+0000 mgr.y (mgr.24491) 8819 : cluster [DBG] pgmap v7785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:57.957001+0000 mgr.y (mgr.24491) 8819 : cluster [DBG] pgmap v7785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:51:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:57.957001+0000 mgr.y (mgr.24491) 8819 : cluster [DBG] pgmap v7785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:52:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:51:59.957703+0000 mgr.y (mgr.24491) 8820 : cluster [DBG] pgmap v7786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:51:59.957703+0000 mgr.y (mgr.24491) 8820 : cluster [DBG] pgmap v7786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:51:59.957703+0000 mgr.y (mgr.24491) 8820 : cluster [DBG] pgmap v7786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:01.958139+0000 mgr.y (mgr.24491) 8821 : cluster [DBG] pgmap v7787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:01.958139+0000 mgr.y (mgr.24491) 8821 : cluster [DBG] pgmap v7787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:01.958139+0000 mgr.y (mgr.24491) 8821 : cluster [DBG] pgmap v7787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:03.958647+0000 mgr.y (mgr.24491) 8822 : cluster [DBG] pgmap v7788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:03.958647+0000 mgr.y (mgr.24491) 8822 : cluster [DBG] pgmap v7788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:03.958647+0000 mgr.y (mgr.24491) 8822 : cluster [DBG] pgmap v7788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:05.959471+0000 mgr.y (mgr.24491) 8823 : cluster [DBG] pgmap v7789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:05.959471+0000 mgr.y (mgr.24491) 8823 : cluster [DBG] pgmap v7789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:05.959471+0000 mgr.y (mgr.24491) 8823 : cluster [DBG] pgmap v7789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T07:52:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:07.959987+0000 mgr.y (mgr.24491) 8824 : cluster [DBG] pgmap v7790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:07.959987+0000 mgr.y (mgr.24491) 8824 : cluster [DBG] pgmap v7790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:07.959987+0000 mgr.y (mgr.24491) 8824 : cluster [DBG] pgmap v7790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:09.960641+0000 mgr.y (mgr.24491) 8825 : cluster [DBG] pgmap v7791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:52:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:09.960641+0000 mgr.y (mgr.24491) 8825 : cluster [DBG] pgmap v7791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:09.960641+0000 mgr.y (mgr.24491) 8825 : cluster [DBG] pgmap v7791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:11.961227+0000 mgr.y (mgr.24491) 8826 : cluster [DBG] pgmap v7792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:11.961227+0000 mgr.y (mgr.24491) 8826 : cluster [DBG] pgmap v7792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:11.961227+0000 mgr.y (mgr.24491) 8826 : cluster [DBG] pgmap v7792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:13.961632+0000 mgr.y (mgr.24491) 8827 : cluster [DBG] pgmap v7793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:13.961632+0000 mgr.y (mgr.24491) 8827 : cluster [DBG] pgmap v7793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:13.961632+0000 mgr.y (mgr.24491) 8827 : cluster [DBG] pgmap v7793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:15.962296+0000 mgr.y (mgr.24491) 8828 : cluster [DBG] pgmap v7794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:15.962296+0000 mgr.y (mgr.24491) 8828 : cluster [DBG] pgmap v7794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:15.962296+0000 mgr.y (mgr.24491) 8828 : cluster [DBG] pgmap v7794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T07:52:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:17.962903+0000 mgr.y (mgr.24491) 8829 : cluster [DBG] pgmap v7795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:17.962903+0000 mgr.y (mgr.24491) 8829 : cluster [DBG] pgmap v7795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:17.962903+0000 mgr.y (mgr.24491) 8829 : cluster [DBG] pgmap v7795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:19.963598+0000 mgr.y (mgr.24491) 8830 : cluster [DBG] pgmap v7796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:52:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:19.963598+0000 mgr.y (mgr.24491) 8830 : cluster [DBG] pgmap v7796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:19.963598+0000 mgr.y (mgr.24491) 8830 : cluster [DBG] pgmap v7796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:23.363 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:52:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:21.964048+0000 mgr.y (mgr.24491) 8831 : cluster [DBG] pgmap v7797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:23.638 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:52:23.638 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 3m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:52:23.638 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 3m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:52:23.638 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 3m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:52:23.638 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 3m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:52:23.638 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 3m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:52:23.638 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 3m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:52:23.639 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 3m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:52:23.639 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 3m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:52:23.639 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 3m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:52:23.639 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 3m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:52:23.639 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 3m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:52:23.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 3m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:52:23.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 3m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:52:23.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 3m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:52:23.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 3m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:52:23.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 3m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:52:23.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 3m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:52:23.640 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 3m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:52:23.640 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 3m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:52:23.640 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 3m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:52:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:21.964048+0000 mgr.y (mgr.24491) 8831 : cluster [DBG] pgmap v7797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:21.964048+0000 mgr.y (mgr.24491) 8831 : cluster [DBG] pgmap v7797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:23.970 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:52:23.970 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:52:23.970 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:52:23.971 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:52:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:52:23.352301+0000 mgr.y (mgr.24491) 8832 : audit [DBG] from='client.23925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:52:23.971968+0000 mon.c (mon.2) 289 : audit [DBG] from='client.? 172.21.15.177:0/977014601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:52:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:52:23.352301+0000 mgr.y (mgr.24491) 8832 : audit [DBG] from='client.23925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:52:23.971968+0000 mon.c (mon.2) 289 : audit [DBG] from='client.? 172.21.15.177:0/977014601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:52:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:52:23.352301+0000 mgr.y (mgr.24491) 8832 : audit [DBG] from='client.23925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:52:23.971968+0000 mon.c (mon.2) 289 : audit [DBG] from='client.? 172.21.15.177:0/977014601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:52:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:52:23.631596+0000 mgr.y (mgr.24491) 8833 : audit [DBG] from='client.33833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:23.964392+0000 mgr.y (mgr.24491) 8834 : cluster [DBG] pgmap v7798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:52:23.631596+0000 mgr.y (mgr.24491) 8833 : audit [DBG] from='client.33833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:23.964392+0000 mgr.y (mgr.24491) 8834 : cluster [DBG] pgmap v7798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:52:23.631596+0000 mgr.y (mgr.24491) 8833 : audit [DBG] from='client.33833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:23.964392+0000 mgr.y (mgr.24491) 8834 : cluster [DBG] pgmap v7798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:25.965257+0000 mgr.y (mgr.24491) 8835 : cluster [DBG] pgmap v7799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:25.965257+0000 mgr.y (mgr.24491) 8835 : cluster [DBG] pgmap v7799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:25.965257+0000 mgr.y (mgr.24491) 8835 : cluster [DBG] pgmap v7799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T07:52:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:27.965673+0000 mgr.y (mgr.24491) 8836 : cluster [DBG] pgmap v7800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:27.965673+0000 mgr.y (mgr.24491) 8836 : cluster [DBG] pgmap v7800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:27.965673+0000 mgr.y (mgr.24491) 8836 : cluster [DBG] pgmap v7800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:31.265 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:52:31.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:29.966435+0000 mgr.y (mgr.24491) 8837 : cluster [DBG] pgmap v7801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:31.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:29.966435+0000 mgr.y (mgr.24491) 8837 : cluster [DBG] pgmap v7801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:29.966435+0000 mgr.y (mgr.24491) 8837 : cluster [DBG] pgmap v7801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:31.966987+0000 mgr.y (mgr.24491) 8838 : cluster [DBG] pgmap v7802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:31.966987+0000 mgr.y (mgr.24491) 8838 : cluster [DBG] pgmap v7802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:31.966987+0000 mgr.y (mgr.24491) 8838 : cluster [DBG] pgmap v7802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:33.967405+0000 mgr.y (mgr.24491) 8839 : cluster [DBG] pgmap v7803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:33.967405+0000 mgr.y (mgr.24491) 8839 : cluster [DBG] pgmap v7803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:35.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:33.967405+0000 mgr.y (mgr.24491) 8839 : cluster [DBG] pgmap v7803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:35.968265+0000 mgr.y (mgr.24491) 8840 : cluster [DBG] pgmap v7804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:37.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:35.968265+0000 mgr.y (mgr.24491) 8840 : cluster [DBG] pgmap v7804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:35.968265+0000 mgr.y (mgr.24491) 8840 : cluster [DBG] pgmap v7804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:37] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:52:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:37.968674+0000 mgr.y (mgr.24491) 8841 : cluster [DBG] pgmap v7805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:37.968674+0000 mgr.y (mgr.24491) 8841 : cluster [DBG] pgmap v7805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:37.968674+0000 mgr.y (mgr.24491) 8841 : cluster [DBG] pgmap v7805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:41.281 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:52:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:39.969478+0000 mgr.y (mgr.24491) 8842 : cluster [DBG] pgmap v7806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:39.969478+0000 mgr.y (mgr.24491) 8842 : cluster [DBG] pgmap v7806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:39.969478+0000 mgr.y (mgr.24491) 8842 : cluster [DBG] pgmap v7806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:43.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:41.969981+0000 mgr.y (mgr.24491) 8843 : cluster [DBG] pgmap v7807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:43.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:41.969981+0000 mgr.y (mgr.24491) 8843 : cluster [DBG] pgmap v7807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:41.969981+0000 mgr.y (mgr.24491) 8843 : cluster [DBG] pgmap v7807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:43.970520+0000 mgr.y (mgr.24491) 8844 : cluster [DBG] pgmap v7808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:43.970520+0000 mgr.y (mgr.24491) 8844 : cluster [DBG] pgmap v7808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:43.970520+0000 mgr.y (mgr.24491) 8844 : cluster [DBG] pgmap v7808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:45.971263+0000 mgr.y (mgr.24491) 8845 : cluster [DBG] pgmap v7809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:45.971263+0000 mgr.y (mgr.24491) 8845 : cluster [DBG] pgmap v7809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:45.971263+0000 mgr.y (mgr.24491) 8845 : cluster [DBG] pgmap v7809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T07:52:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:47.971813+0000 mgr.y (mgr.24491) 8846 : cluster [DBG] pgmap v7810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:47.971813+0000 mgr.y (mgr.24491) 8846 : cluster [DBG] pgmap v7810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:47.971813+0000 mgr.y (mgr.24491) 8846 : cluster [DBG] pgmap v7810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:51.299 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:52:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:49.972487+0000 mgr.y (mgr.24491) 8847 : cluster [DBG] pgmap v7811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:49.972487+0000 mgr.y (mgr.24491) 8847 : cluster [DBG] pgmap v7811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:49.972487+0000 mgr.y (mgr.24491) 8847 : cluster [DBG] pgmap v7811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:51.972878+0000 mgr.y (mgr.24491) 8848 : cluster [DBG] pgmap v7812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:52:53.203037+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:52:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:51.972878+0000 mgr.y (mgr.24491) 8848 : cluster [DBG] pgmap v7812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:52:53.203037+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:52:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:51.972878+0000 mgr.y (mgr.24491) 8848 : cluster [DBG] pgmap v7812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:52:53.203037+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:52:54.273 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:52:54.548 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:52:54.548 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:52:54.548 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 4m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:52:54.548 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 4m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:52:54.549 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:52:54.550 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:52:54.550 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:52:54.550 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:52:54.550 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:52:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:52:53.446436+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:52:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:52:53.723237+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:52:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:52:53.723851+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:52:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:52:53.728260+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:52:54.882 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:52:54.882 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:52:54.882 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:52:54.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:52:54.883 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:52:54.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:52:54.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:52:54.883 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:52:54.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:52:54.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:52:54.883 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:52:54.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:52:54.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:52:54.883 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:52:54.884 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:52:54.884 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:52:54.884 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:52:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:52:53.446436+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:52:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:52:53.723237+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:52:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:52:53.723851+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:52:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:52:53.728260+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:52:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:52:53.446436+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:52:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:52:53.723237+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:52:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:52:53.723851+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:52:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:52:53.728260+0000 mon.a (mon.0) 2220 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:52:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:53.973256+0000 mgr.y (mgr.24491) 8849 : cluster [DBG] pgmap v7813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:52:54.262333+0000 mgr.y (mgr.24491) 8850 : audit [DBG] from='client.33845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:52:54.883633+0000 mon.a (mon.0) 2221 : audit [DBG] from='client.? 172.21.15.177:0/1090519743' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:52:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:53.973256+0000 mgr.y (mgr.24491) 8849 : cluster [DBG] pgmap v7813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:52:54.262333+0000 mgr.y (mgr.24491) 8850 : audit [DBG] from='client.33845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:52:54.883633+0000 mon.a (mon.0) 2221 : audit [DBG] from='client.? 172.21.15.177:0/1090519743' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:52:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:53.973256+0000 mgr.y (mgr.24491) 8849 : cluster [DBG] pgmap v7813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:52:54.262333+0000 mgr.y (mgr.24491) 8850 : audit [DBG] from='client.33845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:52:54.883633+0000 mon.a (mon.0) 2221 : audit [DBG] from='client.? 172.21.15.177:0/1090519743' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:52:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:52:54.541635+0000 mgr.y (mgr.24491) 8851 : audit [DBG] from='client.23949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:52:54.541635+0000 mgr.y (mgr.24491) 8851 : audit [DBG] from='client.23949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:52:54.541635+0000 mgr.y (mgr.24491) 8851 : audit [DBG] from='client.23949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:52:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:55.974078+0000 mgr.y (mgr.24491) 8852 : cluster [DBG] pgmap v7814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:55.974078+0000 mgr.y (mgr.24491) 8852 : cluster [DBG] pgmap v7814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:55.974078+0000 mgr.y (mgr.24491) 8852 : cluster [DBG] pgmap v7814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:52:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T07:52:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:52:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:57.974520+0000 mgr.y (mgr.24491) 8853 : cluster [DBG] pgmap v7815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:57.974520+0000 mgr.y (mgr.24491) 8853 : cluster [DBG] pgmap v7815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:52:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:57.974520+0000 mgr.y (mgr.24491) 8853 : cluster [DBG] pgmap v7815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:01.460 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:53:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:52:59.975252+0000 mgr.y (mgr.24491) 8854 : cluster [DBG] pgmap v7816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:52:59.975252+0000 mgr.y (mgr.24491) 8854 : cluster [DBG] pgmap v7816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:52:59.975252+0000 mgr.y (mgr.24491) 8854 : cluster [DBG] pgmap v7816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:01.975851+0000 mgr.y (mgr.24491) 8855 : cluster [DBG] pgmap v7817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:01.975851+0000 mgr.y (mgr.24491) 8855 : cluster [DBG] pgmap v7817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:01.975851+0000 mgr.y (mgr.24491) 8855 : cluster [DBG] pgmap v7817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:03.976210+0000 mgr.y (mgr.24491) 8856 : cluster [DBG] pgmap v7818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:03.976210+0000 mgr.y (mgr.24491) 8856 : cluster [DBG] pgmap v7818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:03.976210+0000 mgr.y (mgr.24491) 8856 : cluster [DBG] pgmap v7818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:05.976904+0000 mgr.y (mgr.24491) 8857 : cluster [DBG] pgmap v7819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:05.976904+0000 mgr.y (mgr.24491) 8857 : cluster [DBG] pgmap v7819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:05.976904+0000 mgr.y (mgr.24491) 8857 : cluster [DBG] pgmap v7819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:53:09.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:07.977320+0000 mgr.y (mgr.24491) 8858 : cluster [DBG] pgmap v7820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:07.977320+0000 mgr.y (mgr.24491) 8858 : cluster [DBG] pgmap v7820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:07.977320+0000 mgr.y (mgr.24491) 8858 : cluster [DBG] pgmap v7820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:11.477 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:53:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:09.977989+0000 mgr.y (mgr.24491) 8859 : cluster [DBG] pgmap v7821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:09.977989+0000 mgr.y (mgr.24491) 8859 : cluster [DBG] pgmap v7821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:09.977989+0000 mgr.y (mgr.24491) 8859 : cluster [DBG] pgmap v7821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:13.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:11.978386+0000 mgr.y (mgr.24491) 8860 : cluster [DBG] pgmap v7822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:11.978386+0000 mgr.y (mgr.24491) 8860 : cluster [DBG] pgmap v7822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:11.978386+0000 mgr.y (mgr.24491) 8860 : cluster [DBG] pgmap v7822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:13.978838+0000 mgr.y (mgr.24491) 8861 : cluster [DBG] pgmap v7823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:13.978838+0000 mgr.y (mgr.24491) 8861 : cluster [DBG] pgmap v7823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:13.978838+0000 mgr.y (mgr.24491) 8861 : cluster [DBG] pgmap v7823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:15.979478+0000 mgr.y (mgr.24491) 8862 : cluster [DBG] pgmap v7824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:53:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:15.979478+0000 mgr.y (mgr.24491) 8862 : cluster [DBG] pgmap v7824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:15.979478+0000 mgr.y (mgr.24491) 8862 : cluster [DBG] pgmap v7824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:17.980076+0000 mgr.y (mgr.24491) 8863 : cluster [DBG] pgmap v7825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:17.980076+0000 mgr.y (mgr.24491) 8863 : cluster [DBG] pgmap v7825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:17.980076+0000 mgr.y (mgr.24491) 8863 : cluster [DBG] pgmap v7825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:21.493 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:53:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:19.980768+0000 mgr.y (mgr.24491) 8864 : cluster [DBG] pgmap v7826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:19.980768+0000 mgr.y (mgr.24491) 8864 : cluster [DBG] pgmap v7826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:19.980768+0000 mgr.y (mgr.24491) 8864 : cluster [DBG] pgmap v7826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:21.981363+0000 mgr.y (mgr.24491) 8865 : cluster [DBG] pgmap v7827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:21.981363+0000 mgr.y (mgr.24491) 8865 : cluster [DBG] pgmap v7827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:21.981363+0000 mgr.y (mgr.24491) 8865 : cluster [DBG] pgmap v7827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:25.193 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:53:25.467 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:53:25.467 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:53:25.467 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 4m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:53:25.467 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:53:25.467 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:53:25.467 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:53:25.467 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:53:25.467 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 4m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:53:25.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:53:25.469 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:53:25.806 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:53:25.806 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:53:25.807 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:53:25.807 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:53:25.807 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:53:25.807 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:53:25.807 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:53:25.807 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:53:25.807 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:53:25.807 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:53:25.807 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:53:25.807 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:53:25.807 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:53:25.808 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:53:25.808 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:53:25.808 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:53:25.808 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:53:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:23.981834+0000 mgr.y (mgr.24491) 8866 : cluster [DBG] pgmap v7828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:23.981834+0000 mgr.y (mgr.24491) 8866 : cluster [DBG] pgmap v7828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:23.981834+0000 mgr.y (mgr.24491) 8866 : cluster [DBG] pgmap v7828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:53:25.182151+0000 mgr.y (mgr.24491) 8867 : audit [DBG] from='client.23961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:53:25.460942+0000 mgr.y (mgr.24491) 8868 : audit [DBG] from='client.33869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:53:25.807077+0000 mon.c (mon.2) 290 : audit [DBG] from='client.? 172.21.15.177:0/1721978247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:53:26.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:53:25.182151+0000 mgr.y (mgr.24491) 8867 : audit [DBG] from='client.23961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:26.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:53:25.460942+0000 mgr.y (mgr.24491) 8868 : audit [DBG] from='client.33869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:26.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:53:25.807077+0000 mon.c (mon.2) 290 : audit [DBG] from='client.? 172.21.15.177:0/1721978247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:53:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:53:25.182151+0000 mgr.y (mgr.24491) 8867 : audit [DBG] from='client.23961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:53:25.460942+0000 mgr.y (mgr.24491) 8868 : audit [DBG] from='client.33869 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:53:25.807077+0000 mon.c (mon.2) 290 : audit [DBG] from='client.? 172.21.15.177:0/1721978247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:53:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:53:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:25.982634+0000 mgr.y (mgr.24491) 8869 : cluster [DBG] pgmap v7829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:25.982634+0000 mgr.y (mgr.24491) 8869 : cluster [DBG] pgmap v7829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:25.982634+0000 mgr.y (mgr.24491) 8869 : cluster [DBG] pgmap v7829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:27.983171+0000 mgr.y (mgr.24491) 8870 : cluster [DBG] pgmap v7830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:27.983171+0000 mgr.y (mgr.24491) 8870 : cluster [DBG] pgmap v7830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:27.983171+0000 mgr.y (mgr.24491) 8870 : cluster [DBG] pgmap v7830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:53:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:29.983809+0000 mgr.y (mgr.24491) 8871 : cluster [DBG] pgmap v7831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:29.983809+0000 mgr.y (mgr.24491) 8871 : cluster [DBG] pgmap v7831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:29.983809+0000 mgr.y (mgr.24491) 8871 : cluster [DBG] pgmap v7831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:31.984269+0000 mgr.y (mgr.24491) 8872 : cluster [DBG] pgmap v7832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:31.984269+0000 mgr.y (mgr.24491) 8872 : cluster [DBG] pgmap v7832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:31.984269+0000 mgr.y (mgr.24491) 8872 : cluster [DBG] pgmap v7832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:33.984717+0000 mgr.y (mgr.24491) 8873 : cluster [DBG] pgmap v7833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:33.984717+0000 mgr.y (mgr.24491) 8873 : cluster [DBG] pgmap v7833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:33.984717+0000 mgr.y (mgr.24491) 8873 : cluster [DBG] pgmap v7833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:37] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T07:53:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:35.985554+0000 mgr.y (mgr.24491) 8874 : cluster [DBG] pgmap v7834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:35.985554+0000 mgr.y (mgr.24491) 8874 : cluster [DBG] pgmap v7834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:35.985554+0000 mgr.y (mgr.24491) 8874 : cluster [DBG] pgmap v7834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:37.985986+0000 mgr.y (mgr.24491) 8875 : cluster [DBG] pgmap v7835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:37.985986+0000 mgr.y (mgr.24491) 8875 : cluster [DBG] pgmap v7835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:37.985986+0000 mgr.y (mgr.24491) 8875 : cluster [DBG] pgmap v7835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:53:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:39.986660+0000 mgr.y (mgr.24491) 8876 : cluster [DBG] pgmap v7836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:39.986660+0000 mgr.y (mgr.24491) 8876 : cluster [DBG] pgmap v7836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:39.986660+0000 mgr.y (mgr.24491) 8876 : cluster [DBG] pgmap v7836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:41.987180+0000 mgr.y (mgr.24491) 8877 : cluster [DBG] pgmap v7837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:41.987180+0000 mgr.y (mgr.24491) 8877 : cluster [DBG] pgmap v7837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:41.987180+0000 mgr.y (mgr.24491) 8877 : cluster [DBG] pgmap v7837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:43.987554+0000 mgr.y (mgr.24491) 8878 : cluster [DBG] pgmap v7838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:43.987554+0000 mgr.y (mgr.24491) 8878 : cluster [DBG] pgmap v7838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:43.987554+0000 mgr.y (mgr.24491) 8878 : cluster [DBG] pgmap v7838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:47] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:53:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:45.988300+0000 mgr.y (mgr.24491) 8879 : cluster [DBG] pgmap v7839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:45.988300+0000 mgr.y (mgr.24491) 8879 : cluster [DBG] pgmap v7839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:45.988300+0000 mgr.y (mgr.24491) 8879 : cluster [DBG] pgmap v7839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:47.988751+0000 mgr.y (mgr.24491) 8880 : cluster [DBG] pgmap v7840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:47.988751+0000 mgr.y (mgr.24491) 8880 : cluster [DBG] pgmap v7840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:47.988751+0000 mgr.y (mgr.24491) 8880 : cluster [DBG] pgmap v7840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:53:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:49.989486+0000 mgr.y (mgr.24491) 8881 : cluster [DBG] pgmap v7841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:49.989486+0000 mgr.y (mgr.24491) 8881 : cluster [DBG] pgmap v7841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:49.989486+0000 mgr.y (mgr.24491) 8881 : cluster [DBG] pgmap v7841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:51.989901+0000 mgr.y (mgr.24491) 8882 : cluster [DBG] pgmap v7842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:51.989901+0000 mgr.y (mgr.24491) 8882 : cluster [DBG] pgmap v7842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:54.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:51.989901+0000 mgr.y (mgr.24491) 8882 : cluster [DBG] pgmap v7842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:53:53.733509+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:53:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:53:54.025758+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:53:54.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:53:54.026429+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:53:54.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:53:54.033031+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:53:54.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:53:53.733509+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:53:54.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:53:54.025758+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:53:54.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:53:54.026429+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:53:54.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:53:54.033031+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:53:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:53:53.733509+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:53:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:53:54.025758+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:53:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:53:54.026429+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:53:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:53:54.033031+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:53:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:53.990258+0000 mgr.y (mgr.24491) 8883 : cluster [DBG] pgmap v7843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:53.990258+0000 mgr.y (mgr.24491) 8883 : cluster [DBG] pgmap v7843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:53.990258+0000 mgr.y (mgr.24491) 8883 : cluster [DBG] pgmap v7843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:56.115 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:53:56.389 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:53:56.389 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:53:56.389 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:53:56.389 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:53:56.389 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:53:56.389 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:53:56.389 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:53:56.389 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:53:56.390 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:53:56.390 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:53:56.390 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:53:56.390 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:53:56.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:53:56.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:53:56.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:53:56.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:53:56.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:53:56.391 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:53:56.391 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:53:56.391 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:53:56.391 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 5m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:53:56.726 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:53:56.727 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:53:56.727 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:53:56.727 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:53:56.727 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:53:56.727 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:53:56.727 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:53:56.727 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:53:56.727 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:53:56.727 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:53:56.727 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:53:56.728 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:53:56.728 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:53:56.728 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:53:56.728 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:53:56.728 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:53:56.728 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:53:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:55.990796+0000 mgr.y (mgr.24491) 8884 : cluster [DBG] pgmap v7844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:56.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:53:56.105102+0000 mgr.y (mgr.24491) 8885 : audit [DBG] from='client.23979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:56.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:53:56.382480+0000 mgr.y (mgr.24491) 8886 : audit [DBG] from='client.23985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:55.990796+0000 mgr.y (mgr.24491) 8884 : cluster [DBG] pgmap v7844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:53:56.105102+0000 mgr.y (mgr.24491) 8885 : audit [DBG] from='client.23979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:53:56.382480+0000 mgr.y (mgr.24491) 8886 : audit [DBG] from='client.23985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:55.990796+0000 mgr.y (mgr.24491) 8884 : cluster [DBG] pgmap v7844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:53:56.105102+0000 mgr.y (mgr.24491) 8885 : audit [DBG] from='client.23979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:53:56.382480+0000 mgr.y (mgr.24491) 8886 : audit [DBG] from='client.23985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:53:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:53:57] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:53:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:53:56.727869+0000 mon.c (mon.2) 291 : audit [DBG] from='client.? 172.21.15.177:0/3626087763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:53:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:53:56.727869+0000 mon.c (mon.2) 291 : audit [DBG] from='client.? 172.21.15.177:0/3626087763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:53:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:53:56.727869+0000 mon.c (mon.2) 291 : audit [DBG] from='client.? 172.21.15.177:0/3626087763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:53:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:57.991170+0000 mgr.y (mgr.24491) 8887 : cluster [DBG] pgmap v7845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:57.991170+0000 mgr.y (mgr.24491) 8887 : cluster [DBG] pgmap v7845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:53:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:53:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:57.991170+0000 mgr.y (mgr.24491) 8887 : cluster [DBG] pgmap v7845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:53:59.991845+0000 mgr.y (mgr.24491) 8888 : cluster [DBG] pgmap v7846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:53:59.991845+0000 mgr.y (mgr.24491) 8888 : cluster [DBG] pgmap v7846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:53:59.991845+0000 mgr.y (mgr.24491) 8888 : cluster [DBG] pgmap v7846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:54:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:01.992254+0000 mgr.y (mgr.24491) 8889 : cluster [DBG] pgmap v7847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:01.992254+0000 mgr.y (mgr.24491) 8889 : cluster [DBG] pgmap v7847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:01.992254+0000 mgr.y (mgr.24491) 8889 : cluster [DBG] pgmap v7847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:03.992763+0000 mgr.y (mgr.24491) 8890 : cluster [DBG] pgmap v7848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:03.992763+0000 mgr.y (mgr.24491) 8890 : cluster [DBG] pgmap v7848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:03.992763+0000 mgr.y (mgr.24491) 8890 : cluster [DBG] pgmap v7848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:07.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:05.993407+0000 mgr.y (mgr.24491) 8891 : cluster [DBG] pgmap v7849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:07.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:05.993407+0000 mgr.y (mgr.24491) 8891 : cluster [DBG] pgmap v7849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:05.993407+0000 mgr.y (mgr.24491) 8891 : cluster [DBG] pgmap v7849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:54:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:07.993811+0000 mgr.y (mgr.24491) 8892 : cluster [DBG] pgmap v7850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:07.993811+0000 mgr.y (mgr.24491) 8892 : cluster [DBG] pgmap v7850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:07.993811+0000 mgr.y (mgr.24491) 8892 : cluster [DBG] pgmap v7850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:09.994496+0000 mgr.y (mgr.24491) 8893 : cluster [DBG] pgmap v7851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:09.994496+0000 mgr.y (mgr.24491) 8893 : cluster [DBG] pgmap v7851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:09.994496+0000 mgr.y (mgr.24491) 8893 : cluster [DBG] pgmap v7851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:54:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:11.994872+0000 mgr.y (mgr.24491) 8894 : cluster [DBG] pgmap v7852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:11.994872+0000 mgr.y (mgr.24491) 8894 : cluster [DBG] pgmap v7852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:11.994872+0000 mgr.y (mgr.24491) 8894 : cluster [DBG] pgmap v7852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:13.995385+0000 mgr.y (mgr.24491) 8895 : cluster [DBG] pgmap v7853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:13.995385+0000 mgr.y (mgr.24491) 8895 : cluster [DBG] pgmap v7853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:13.995385+0000 mgr.y (mgr.24491) 8895 : cluster [DBG] pgmap v7853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:15.996178+0000 mgr.y (mgr.24491) 8896 : cluster [DBG] pgmap v7854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:15.996178+0000 mgr.y (mgr.24491) 8896 : cluster [DBG] pgmap v7854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:15.996178+0000 mgr.y (mgr.24491) 8896 : cluster [DBG] pgmap v7854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:54:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:17.996621+0000 mgr.y (mgr.24491) 8897 : cluster [DBG] pgmap v7855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:17.996621+0000 mgr.y (mgr.24491) 8897 : cluster [DBG] pgmap v7855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:17.996621+0000 mgr.y (mgr.24491) 8897 : cluster [DBG] pgmap v7855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:19.997298+0000 mgr.y (mgr.24491) 8898 : cluster [DBG] pgmap v7856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:19.997298+0000 mgr.y (mgr.24491) 8898 : cluster [DBG] pgmap v7856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:19.997298+0000 mgr.y (mgr.24491) 8898 : cluster [DBG] pgmap v7856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:54:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:21.997834+0000 mgr.y (mgr.24491) 8899 : cluster [DBG] pgmap v7857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:21.997834+0000 mgr.y (mgr.24491) 8899 : cluster [DBG] pgmap v7857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:21.997834+0000 mgr.y (mgr.24491) 8899 : cluster [DBG] pgmap v7857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:23.998247+0000 mgr.y (mgr.24491) 8900 : cluster [DBG] pgmap v7858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:23.998247+0000 mgr.y (mgr.24491) 8900 : cluster [DBG] pgmap v7858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:23.998247+0000 mgr.y (mgr.24491) 8900 : cluster [DBG] pgmap v7858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:27.033 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:54:27.310 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:54:27.311 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:54:27.311 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:54:27.311 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:54:27.311 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:54:27.311 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:54:27.311 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:54:27.311 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:54:27.311 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:54:27.311 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:54:27.311 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:54:27.311 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:54:27.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:54:27.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:54:27.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:54:27.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:54:27.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:54:27.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:54:27.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:54:27.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:54:27.312 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 5m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:54:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:25.999034+0000 mgr.y (mgr.24491) 8901 : cluster [DBG] pgmap v7859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:27.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:25.999034+0000 mgr.y (mgr.24491) 8901 : cluster [DBG] pgmap v7859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:25.999034+0000 mgr.y (mgr.24491) 8901 : cluster [DBG] pgmap v7859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:54:27.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:54:27.648 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:54:27.648 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:54:27.648 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:54:27.648 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:54:28.093 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:54:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:54:27.022834+0000 mgr.y (mgr.24491) 8902 : audit [DBG] from='client.33899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:54:27.304079+0000 mgr.y (mgr.24491) 8903 : audit [DBG] from='client.24003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:54:27.648378+0000 mon.c (mon.2) 292 : audit [DBG] from='client.? 172.21.15.177:0/267290986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:54:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:54:27.022834+0000 mgr.y (mgr.24491) 8902 : audit [DBG] from='client.33899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:54:27.304079+0000 mgr.y (mgr.24491) 8903 : audit [DBG] from='client.24003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:54:27.648378+0000 mon.c (mon.2) 292 : audit [DBG] from='client.? 172.21.15.177:0/267290986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:54:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:54:27.022834+0000 mgr.y (mgr.24491) 8902 : audit [DBG] from='client.33899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:54:27.304079+0000 mgr.y (mgr.24491) 8903 : audit [DBG] from='client.24003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:54:27.648378+0000 mon.c (mon.2) 292 : audit [DBG] from='client.? 172.21.15.177:0/267290986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:54:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:27.999471+0000 mgr.y (mgr.24491) 8904 : cluster [DBG] pgmap v7860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:27.999471+0000 mgr.y (mgr.24491) 8904 : cluster [DBG] pgmap v7860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:27.999471+0000 mgr.y (mgr.24491) 8904 : cluster [DBG] pgmap v7860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:30.000149+0000 mgr.y (mgr.24491) 8905 : cluster [DBG] pgmap v7861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:30.000149+0000 mgr.y (mgr.24491) 8905 : cluster [DBG] pgmap v7861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:30.000149+0000 mgr.y (mgr.24491) 8905 : cluster [DBG] pgmap v7861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:54:33.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:32.000715+0000 mgr.y (mgr.24491) 8906 : cluster [DBG] pgmap v7862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:33.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:32.000715+0000 mgr.y (mgr.24491) 8906 : cluster [DBG] pgmap v7862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:32.000715+0000 mgr.y (mgr.24491) 8906 : cluster [DBG] pgmap v7862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:34.001146+0000 mgr.y (mgr.24491) 8907 : cluster [DBG] pgmap v7863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:35.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:34.001146+0000 mgr.y (mgr.24491) 8907 : cluster [DBG] pgmap v7863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:34.001146+0000 mgr.y (mgr.24491) 8907 : cluster [DBG] pgmap v7863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:36.001823+0000 mgr.y (mgr.24491) 8908 : cluster [DBG] pgmap v7864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:36.001823+0000 mgr.y (mgr.24491) 8908 : cluster [DBG] pgmap v7864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:36.001823+0000 mgr.y (mgr.24491) 8908 : cluster [DBG] pgmap v7864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:37] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:54:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:38.002296+0000 mgr.y (mgr.24491) 8909 : cluster [DBG] pgmap v7865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:38.002296+0000 mgr.y (mgr.24491) 8909 : cluster [DBG] pgmap v7865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:38.002296+0000 mgr.y (mgr.24491) 8909 : cluster [DBG] pgmap v7865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:40.002923+0000 mgr.y (mgr.24491) 8910 : cluster [DBG] pgmap v7866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:40.002923+0000 mgr.y (mgr.24491) 8910 : cluster [DBG] pgmap v7866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:40.002923+0000 mgr.y (mgr.24491) 8910 : cluster [DBG] pgmap v7866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:54:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:42.003250+0000 mgr.y (mgr.24491) 8911 : cluster [DBG] pgmap v7867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:43.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:42.003250+0000 mgr.y (mgr.24491) 8911 : cluster [DBG] pgmap v7867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:42.003250+0000 mgr.y (mgr.24491) 8911 : cluster [DBG] pgmap v7867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:44.003710+0000 mgr.y (mgr.24491) 8912 : cluster [DBG] pgmap v7868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:45.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:44.003710+0000 mgr.y (mgr.24491) 8912 : cluster [DBG] pgmap v7868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:44.003710+0000 mgr.y (mgr.24491) 8912 : cluster [DBG] pgmap v7868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:46.004448+0000 mgr.y (mgr.24491) 8913 : cluster [DBG] pgmap v7869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:46.004448+0000 mgr.y (mgr.24491) 8913 : cluster [DBG] pgmap v7869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:46.004448+0000 mgr.y (mgr.24491) 8913 : cluster [DBG] pgmap v7869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:47] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:54:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:48.004987+0000 mgr.y (mgr.24491) 8914 : cluster [DBG] pgmap v7870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:48.004987+0000 mgr.y (mgr.24491) 8914 : cluster [DBG] pgmap v7870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:48.004987+0000 mgr.y (mgr.24491) 8914 : cluster [DBG] pgmap v7870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:50.005677+0000 mgr.y (mgr.24491) 8915 : cluster [DBG] pgmap v7871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:50.005677+0000 mgr.y (mgr.24491) 8915 : cluster [DBG] pgmap v7871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:50.005677+0000 mgr.y (mgr.24491) 8915 : cluster [DBG] pgmap v7871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:54:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:52.006183+0000 mgr.y (mgr.24491) 8916 : cluster [DBG] pgmap v7872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:52.006183+0000 mgr.y (mgr.24491) 8916 : cluster [DBG] pgmap v7872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:52.006183+0000 mgr.y (mgr.24491) 8916 : cluster [DBG] pgmap v7872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:54:54.037236+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:54:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:54:54.037236+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:54:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:54:54.037236+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:54:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:54.006709+0000 mgr.y (mgr.24491) 8917 : cluster [DBG] pgmap v7873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:54:54.329956+0000 mon.a (mon.0) 2227 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:54:55.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:54:54.330589+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:54:55.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:54:54.334925+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:54:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:54.006709+0000 mgr.y (mgr.24491) 8917 : cluster [DBG] pgmap v7873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:54:54.329956+0000 mon.a (mon.0) 2227 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:54:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:54:54.330589+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:54:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:54:54.334925+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:54:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:54.006709+0000 mgr.y (mgr.24491) 8917 : cluster [DBG] pgmap v7873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:54:54.329956+0000 mon.a (mon.0) 2227 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:54:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:54:54.330589+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:54:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:54:54.334925+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:54:57.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:56.007451+0000 mgr.y (mgr.24491) 8918 : cluster [DBG] pgmap v7874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:57.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:56.007451+0000 mgr.y (mgr.24491) 8918 : cluster [DBG] pgmap v7874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:56.007451+0000 mgr.y (mgr.24491) 8918 : cluster [DBG] pgmap v7874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:57.963 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:54:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:54:57] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:54:58.238 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:54:58.238 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:54:58.238 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:54:58.238 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:54:58.238 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:54:58.238 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:54:58.238 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:54:58.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:54:58.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:54:58.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:54:58.239 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:54:58.239 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:54:58.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:54:58.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:54:58.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:54:58.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:54:58.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:54:58.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:54:58.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:54:58.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:54:58.240 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:54:58.572 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:54:58.572 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:54:58.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:54:58.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:54:58.572 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:54:58.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:54:58.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:54:58.572 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:54:58.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:54:58.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:54:58.572 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:54:58.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:54:58.573 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:54:58.573 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:54:58.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:54:58.573 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:54:58.573 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:54:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:54:57.952466+0000 mgr.y (mgr.24491) 8919 : audit [DBG] from='client.24015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:54:58.007804+0000 mgr.y (mgr.24491) 8920 : cluster [DBG] pgmap v7875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:54:58.231798+0000 mgr.y (mgr.24491) 8921 : audit [DBG] from='client.24021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:54:58.573070+0000 mon.a (mon.0) 2230 : audit [DBG] from='client.? 172.21.15.177:0/3054503304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:54:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:54:57.952466+0000 mgr.y (mgr.24491) 8919 : audit [DBG] from='client.24015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:54:58.007804+0000 mgr.y (mgr.24491) 8920 : cluster [DBG] pgmap v7875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:59.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:54:58.231798+0000 mgr.y (mgr.24491) 8921 : audit [DBG] from='client.24021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:59.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:54:58.573070+0000 mon.a (mon.0) 2230 : audit [DBG] from='client.? 172.21.15.177:0/3054503304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:54:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:54:57.952466+0000 mgr.y (mgr.24491) 8919 : audit [DBG] from='client.24015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:54:58.007804+0000 mgr.y (mgr.24491) 8920 : cluster [DBG] pgmap v7875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:54:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:54:58.231798+0000 mgr.y (mgr.24491) 8921 : audit [DBG] from='client.24021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:54:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:54:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:54:58.573070+0000 mon.a (mon.0) 2230 : audit [DBG] from='client.? 172.21.15.177:0/3054503304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:55:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:00.008478+0000 mgr.y (mgr.24491) 8922 : cluster [DBG] pgmap v7876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:55:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:00.008478+0000 mgr.y (mgr.24491) 8922 : cluster [DBG] pgmap v7876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:00.008478+0000 mgr.y (mgr.24491) 8922 : cluster [DBG] pgmap v7876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:02.008914+0000 mgr.y (mgr.24491) 8923 : cluster [DBG] pgmap v7877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:02.008914+0000 mgr.y (mgr.24491) 8923 : cluster [DBG] pgmap v7877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:02.008914+0000 mgr.y (mgr.24491) 8923 : cluster [DBG] pgmap v7877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:04.009492+0000 mgr.y (mgr.24491) 8924 : cluster [DBG] pgmap v7878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:04.009492+0000 mgr.y (mgr.24491) 8924 : cluster [DBG] pgmap v7878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:04.009492+0000 mgr.y (mgr.24491) 8924 : cluster [DBG] pgmap v7878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:06.010231+0000 mgr.y (mgr.24491) 8925 : cluster [DBG] pgmap v7879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:06.010231+0000 mgr.y (mgr.24491) 8925 : cluster [DBG] pgmap v7879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:06.010231+0000 mgr.y (mgr.24491) 8925 : cluster [DBG] pgmap v7879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:07] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T07:55:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:08.010687+0000 mgr.y (mgr.24491) 8926 : cluster [DBG] pgmap v7880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:08.010687+0000 mgr.y (mgr.24491) 8926 : cluster [DBG] pgmap v7880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:08.010687+0000 mgr.y (mgr.24491) 8926 : cluster [DBG] pgmap v7880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:10.011394+0000 mgr.y (mgr.24491) 8927 : cluster [DBG] pgmap v7881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:10.011394+0000 mgr.y (mgr.24491) 8927 : cluster [DBG] pgmap v7881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:10.011394+0000 mgr.y (mgr.24491) 8927 : cluster [DBG] pgmap v7881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:55:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:12.011842+0000 mgr.y (mgr.24491) 8928 : cluster [DBG] pgmap v7882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:12.011842+0000 mgr.y (mgr.24491) 8928 : cluster [DBG] pgmap v7882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:12.011842+0000 mgr.y (mgr.24491) 8928 : cluster [DBG] pgmap v7882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:14.012390+0000 mgr.y (mgr.24491) 8929 : cluster [DBG] pgmap v7883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:14.012390+0000 mgr.y (mgr.24491) 8929 : cluster [DBG] pgmap v7883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:14.012390+0000 mgr.y (mgr.24491) 8929 : cluster [DBG] pgmap v7883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:16.013274+0000 mgr.y (mgr.24491) 8930 : cluster [DBG] pgmap v7884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:16.013274+0000 mgr.y (mgr.24491) 8930 : cluster [DBG] pgmap v7884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:16.013274+0000 mgr.y (mgr.24491) 8930 : cluster [DBG] pgmap v7884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:17] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T07:55:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:18.013704+0000 mgr.y (mgr.24491) 8931 : cluster [DBG] pgmap v7885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:18.013704+0000 mgr.y (mgr.24491) 8931 : cluster [DBG] pgmap v7885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:18.013704+0000 mgr.y (mgr.24491) 8931 : cluster [DBG] pgmap v7885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:20.014435+0000 mgr.y (mgr.24491) 8932 : cluster [DBG] pgmap v7886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:20.014435+0000 mgr.y (mgr.24491) 8932 : cluster [DBG] pgmap v7886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:20.014435+0000 mgr.y (mgr.24491) 8932 : cluster [DBG] pgmap v7886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:55:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:22.014822+0000 mgr.y (mgr.24491) 8933 : cluster [DBG] pgmap v7887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:22.014822+0000 mgr.y (mgr.24491) 8933 : cluster [DBG] pgmap v7887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:22.014822+0000 mgr.y (mgr.24491) 8933 : cluster [DBG] pgmap v7887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:24.015320+0000 mgr.y (mgr.24491) 8934 : cluster [DBG] pgmap v7888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:24.015320+0000 mgr.y (mgr.24491) 8934 : cluster [DBG] pgmap v7888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:24.015320+0000 mgr.y (mgr.24491) 8934 : cluster [DBG] pgmap v7888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:26.015977+0000 mgr.y (mgr.24491) 8935 : cluster [DBG] pgmap v7889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:26.015977+0000 mgr.y (mgr.24491) 8935 : cluster [DBG] pgmap v7889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:26.015977+0000 mgr.y (mgr.24491) 8935 : cluster [DBG] pgmap v7889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:27] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T07:55:28.887 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:55:29.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:55:29.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:55:29.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:55:29.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:55:29.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:55:29.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:55:29.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:55:29.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:55:29.167 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:55:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:28.016518+0000 mgr.y (mgr.24491) 8936 : cluster [DBG] pgmap v7890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:28.016518+0000 mgr.y (mgr.24491) 8936 : cluster [DBG] pgmap v7890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:28.016518+0000 mgr.y (mgr.24491) 8936 : cluster [DBG] pgmap v7890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:29.500 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:55:29.500 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:55:29.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:55:29.502 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:55:29.502 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:55:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:55:28.875617+0000 mgr.y (mgr.24491) 8937 : audit [DBG] from='client.33935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:55:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:55:29.159675+0000 mgr.y (mgr.24491) 8938 : audit [DBG] from='client.24039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:55:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:55:29.501924+0000 mon.c (mon.2) 293 : audit [DBG] from='client.? 172.21.15.177:0/2430144585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:55:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:55:28.875617+0000 mgr.y (mgr.24491) 8937 : audit [DBG] from='client.33935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:55:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:55:29.159675+0000 mgr.y (mgr.24491) 8938 : audit [DBG] from='client.24039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:55:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:55:29.501924+0000 mon.c (mon.2) 293 : audit [DBG] from='client.? 172.21.15.177:0/2430144585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:55:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:55:28.875617+0000 mgr.y (mgr.24491) 8937 : audit [DBG] from='client.33935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:55:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:55:29.159675+0000 mgr.y (mgr.24491) 8938 : audit [DBG] from='client.24039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:55:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:55:29.501924+0000 mon.c (mon.2) 293 : audit [DBG] from='client.? 172.21.15.177:0/2430144585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:55:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:30.017131+0000 mgr.y (mgr.24491) 8939 : cluster [DBG] pgmap v7891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:30.017131+0000 mgr.y (mgr.24491) 8939 : cluster [DBG] pgmap v7891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:30.017131+0000 mgr.y (mgr.24491) 8939 : cluster [DBG] pgmap v7891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:55:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:32.017757+0000 mgr.y (mgr.24491) 8940 : cluster [DBG] pgmap v7892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:32.017757+0000 mgr.y (mgr.24491) 8940 : cluster [DBG] pgmap v7892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:32.017757+0000 mgr.y (mgr.24491) 8940 : cluster [DBG] pgmap v7892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:34.018170+0000 mgr.y (mgr.24491) 8941 : cluster [DBG] pgmap v7893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:34.018170+0000 mgr.y (mgr.24491) 8941 : cluster [DBG] pgmap v7893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:34.018170+0000 mgr.y (mgr.24491) 8941 : cluster [DBG] pgmap v7893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:36.018982+0000 mgr.y (mgr.24491) 8942 : cluster [DBG] pgmap v7894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:36.018982+0000 mgr.y (mgr.24491) 8942 : cluster [DBG] pgmap v7894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:36.018982+0000 mgr.y (mgr.24491) 8942 : cluster [DBG] pgmap v7894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:37] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T07:55:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:38.019395+0000 mgr.y (mgr.24491) 8943 : cluster [DBG] pgmap v7895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:38.019395+0000 mgr.y (mgr.24491) 8943 : cluster [DBG] pgmap v7895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:38.019395+0000 mgr.y (mgr.24491) 8943 : cluster [DBG] pgmap v7895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:40.020195+0000 mgr.y (mgr.24491) 8944 : cluster [DBG] pgmap v7896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:40.020195+0000 mgr.y (mgr.24491) 8944 : cluster [DBG] pgmap v7896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:40.020195+0000 mgr.y (mgr.24491) 8944 : cluster [DBG] pgmap v7896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:55:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:42.020769+0000 mgr.y (mgr.24491) 8945 : cluster [DBG] pgmap v7897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:42.020769+0000 mgr.y (mgr.24491) 8945 : cluster [DBG] pgmap v7897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:42.020769+0000 mgr.y (mgr.24491) 8945 : cluster [DBG] pgmap v7897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:44.021118+0000 mgr.y (mgr.24491) 8946 : cluster [DBG] pgmap v7898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:44.021118+0000 mgr.y (mgr.24491) 8946 : cluster [DBG] pgmap v7898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:44.021118+0000 mgr.y (mgr.24491) 8946 : cluster [DBG] pgmap v7898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:46.021883+0000 mgr.y (mgr.24491) 8947 : cluster [DBG] pgmap v7899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:46.021883+0000 mgr.y (mgr.24491) 8947 : cluster [DBG] pgmap v7899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:46.021883+0000 mgr.y (mgr.24491) 8947 : cluster [DBG] pgmap v7899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:47] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:55:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:48.022266+0000 mgr.y (mgr.24491) 8948 : cluster [DBG] pgmap v7900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:48.022266+0000 mgr.y (mgr.24491) 8948 : cluster [DBG] pgmap v7900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:48.022266+0000 mgr.y (mgr.24491) 8948 : cluster [DBG] pgmap v7900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:50.022891+0000 mgr.y (mgr.24491) 8949 : cluster [DBG] pgmap v7901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:50.022891+0000 mgr.y (mgr.24491) 8949 : cluster [DBG] pgmap v7901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:50.022891+0000 mgr.y (mgr.24491) 8949 : cluster [DBG] pgmap v7901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:55:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:52.023445+0000 mgr.y (mgr.24491) 8950 : cluster [DBG] pgmap v7902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:52.023445+0000 mgr.y (mgr.24491) 8950 : cluster [DBG] pgmap v7902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:52.023445+0000 mgr.y (mgr.24491) 8950 : cluster [DBG] pgmap v7902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:54.023877+0000 mgr.y (mgr.24491) 8951 : cluster [DBG] pgmap v7903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:55:54.339181+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:55:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:55:54.631356+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:55:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:55:54.631934+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:55:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:55:54.638596+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:55:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:54.023877+0000 mgr.y (mgr.24491) 8951 : cluster [DBG] pgmap v7903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:55:54.339181+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:55:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:55:54.631356+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:55:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:55:54.631934+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:55:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:55:54.638596+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:55:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:54.023877+0000 mgr.y (mgr.24491) 8951 : cluster [DBG] pgmap v7903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:55:54.339181+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:55:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:55:54.631356+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:55:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:55:54.631934+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:55:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:55:54.638596+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:55:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:56.024481+0000 mgr.y (mgr.24491) 8952 : cluster [DBG] pgmap v7904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:56.024481+0000 mgr.y (mgr.24491) 8952 : cluster [DBG] pgmap v7904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:56.024481+0000 mgr.y (mgr.24491) 8952 : cluster [DBG] pgmap v7904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:55:57] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:55:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:55:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:55:58.025000+0000 mgr.y (mgr.24491) 8953 : cluster [DBG] pgmap v7905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:55:58.025000+0000 mgr.y (mgr.24491) 8953 : cluster [DBG] pgmap v7905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:59.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:55:58.025000+0000 mgr.y (mgr.24491) 8953 : cluster [DBG] pgmap v7905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:55:59.813 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:56:00.088 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:56:00.088 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:56:00.088 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:56:00.088 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:56:00.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:56:00.090 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:56:00.090 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:56:00.420 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:56:00.420 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:56:00.420 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:56:00.420 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:56:00.420 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:56:00.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:56:00.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:56:00.421 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:56:00.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:56:00.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:56:00.421 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:56:00.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:56:00.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:56:00.421 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:56:00.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:56:00.422 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:56:00.422 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:56:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:56:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:55:59.802254+0000 mgr.y (mgr.24491) 8954 : audit [DBG] from='client.24048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:00.025613+0000 mgr.y (mgr.24491) 8955 : cluster [DBG] pgmap v7906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:56:00.081870+0000 mgr.y (mgr.24491) 8956 : audit [DBG] from='client.33959 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:56:00.421193+0000 mon.c (mon.2) 294 : audit [DBG] from='client.? 172.21.15.177:0/1705628617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:56:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:55:59.802254+0000 mgr.y (mgr.24491) 8954 : audit [DBG] from='client.24048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:00.025613+0000 mgr.y (mgr.24491) 8955 : cluster [DBG] pgmap v7906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:56:00.081870+0000 mgr.y (mgr.24491) 8956 : audit [DBG] from='client.33959 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:56:00.421193+0000 mon.c (mon.2) 294 : audit [DBG] from='client.? 172.21.15.177:0/1705628617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:56:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:55:59.802254+0000 mgr.y (mgr.24491) 8954 : audit [DBG] from='client.24048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:00.025613+0000 mgr.y (mgr.24491) 8955 : cluster [DBG] pgmap v7906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:56:00.081870+0000 mgr.y (mgr.24491) 8956 : audit [DBG] from='client.33959 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:56:00.421193+0000 mon.c (mon.2) 294 : audit [DBG] from='client.? 172.21.15.177:0/1705628617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:56:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:02.026023+0000 mgr.y (mgr.24491) 8957 : cluster [DBG] pgmap v7907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:02.026023+0000 mgr.y (mgr.24491) 8957 : cluster [DBG] pgmap v7907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:02.026023+0000 mgr.y (mgr.24491) 8957 : cluster [DBG] pgmap v7907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:04.026419+0000 mgr.y (mgr.24491) 8958 : cluster [DBG] pgmap v7908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:04.026419+0000 mgr.y (mgr.24491) 8958 : cluster [DBG] pgmap v7908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:04.026419+0000 mgr.y (mgr.24491) 8958 : cluster [DBG] pgmap v7908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:06.027142+0000 mgr.y (mgr.24491) 8959 : cluster [DBG] pgmap v7909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:06.027142+0000 mgr.y (mgr.24491) 8959 : cluster [DBG] pgmap v7909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:06.027142+0000 mgr.y (mgr.24491) 8959 : cluster [DBG] pgmap v7909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:07] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T07:56:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:08.027527+0000 mgr.y (mgr.24491) 8960 : cluster [DBG] pgmap v7910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:08.027527+0000 mgr.y (mgr.24491) 8960 : cluster [DBG] pgmap v7910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:08.027527+0000 mgr.y (mgr.24491) 8960 : cluster [DBG] pgmap v7910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:10.028169+0000 mgr.y (mgr.24491) 8961 : cluster [DBG] pgmap v7911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:56:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:10.028169+0000 mgr.y (mgr.24491) 8961 : cluster [DBG] pgmap v7911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:10.028169+0000 mgr.y (mgr.24491) 8961 : cluster [DBG] pgmap v7911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:12.028706+0000 mgr.y (mgr.24491) 8962 : cluster [DBG] pgmap v7912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:12.028706+0000 mgr.y (mgr.24491) 8962 : cluster [DBG] pgmap v7912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:12.028706+0000 mgr.y (mgr.24491) 8962 : cluster [DBG] pgmap v7912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:14.029239+0000 mgr.y (mgr.24491) 8963 : cluster [DBG] pgmap v7913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:14.029239+0000 mgr.y (mgr.24491) 8963 : cluster [DBG] pgmap v7913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:14.029239+0000 mgr.y (mgr.24491) 8963 : cluster [DBG] pgmap v7913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:16.030145+0000 mgr.y (mgr.24491) 8964 : cluster [DBG] pgmap v7914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:16.030145+0000 mgr.y (mgr.24491) 8964 : cluster [DBG] pgmap v7914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:16.030145+0000 mgr.y (mgr.24491) 8964 : cluster [DBG] pgmap v7914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T07:56:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:18.030618+0000 mgr.y (mgr.24491) 8965 : cluster [DBG] pgmap v7915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:18.030618+0000 mgr.y (mgr.24491) 8965 : cluster [DBG] pgmap v7915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:18.030618+0000 mgr.y (mgr.24491) 8965 : cluster [DBG] pgmap v7915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:20.031456+0000 mgr.y (mgr.24491) 8966 : cluster [DBG] pgmap v7916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:56:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:20.031456+0000 mgr.y (mgr.24491) 8966 : cluster [DBG] pgmap v7916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:20.031456+0000 mgr.y (mgr.24491) 8966 : cluster [DBG] pgmap v7916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:22.031866+0000 mgr.y (mgr.24491) 8967 : cluster [DBG] pgmap v7917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:22.031866+0000 mgr.y (mgr.24491) 8967 : cluster [DBG] pgmap v7917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:22.031866+0000 mgr.y (mgr.24491) 8967 : cluster [DBG] pgmap v7917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:24.032244+0000 mgr.y (mgr.24491) 8968 : cluster [DBG] pgmap v7918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:24.032244+0000 mgr.y (mgr.24491) 8968 : cluster [DBG] pgmap v7918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:24.032244+0000 mgr.y (mgr.24491) 8968 : cluster [DBG] pgmap v7918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:26.033007+0000 mgr.y (mgr.24491) 8969 : cluster [DBG] pgmap v7919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:26.033007+0000 mgr.y (mgr.24491) 8969 : cluster [DBG] pgmap v7919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:26.033007+0000 mgr.y (mgr.24491) 8969 : cluster [DBG] pgmap v7919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T07:56:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:28.033573+0000 mgr.y (mgr.24491) 8970 : cluster [DBG] pgmap v7920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:28.033573+0000 mgr.y (mgr.24491) 8970 : cluster [DBG] pgmap v7920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:28.033573+0000 mgr.y (mgr.24491) 8970 : cluster [DBG] pgmap v7920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:30.731 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:56:31.006 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:56:31.007 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:56:31.007 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:56:31.007 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:56:31.007 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:56:31.007 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:56:31.007 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:56:31.007 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:56:31.007 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:56:31.007 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:56:31.007 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:56:31.008 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:56:31.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:56:31.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:56:31.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:56:31.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:56:31.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:56:31.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:56:31.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:56:31.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:56:31.008 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:56:31.339 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:56:31.340 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:56:31.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:56:31.340 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:56:31.340 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:56:31.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:56:31.340 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:56:31.340 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:56:31.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:56:31.340 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:56:31.340 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:56:31.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:56:31.341 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:56:31.341 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:56:31.341 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:56:31.341 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:56:31.341 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:56:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:30.034293+0000 mgr.y (mgr.24491) 8971 : cluster [DBG] pgmap v7921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:56:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:30.034293+0000 mgr.y (mgr.24491) 8971 : cluster [DBG] pgmap v7921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:30.034293+0000 mgr.y (mgr.24491) 8971 : cluster [DBG] pgmap v7921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:56:30.720565+0000 mgr.y (mgr.24491) 8972 : audit [DBG] from='client.33971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:56:30.999990+0000 mgr.y (mgr.24491) 8973 : audit [DBG] from='client.24072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:56:31.339831+0000 mon.a (mon.0) 2235 : audit [DBG] from='client.? 172.21.15.177:0/4121277979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:56:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:56:30.720565+0000 mgr.y (mgr.24491) 8972 : audit [DBG] from='client.33971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:56:30.999990+0000 mgr.y (mgr.24491) 8973 : audit [DBG] from='client.24072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:56:31.339831+0000 mon.a (mon.0) 2235 : audit [DBG] from='client.? 172.21.15.177:0/4121277979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:56:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:56:30.720565+0000 mgr.y (mgr.24491) 8972 : audit [DBG] from='client.33971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:56:30.999990+0000 mgr.y (mgr.24491) 8973 : audit [DBG] from='client.24072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:56:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:56:31.339831+0000 mon.a (mon.0) 2235 : audit [DBG] from='client.? 172.21.15.177:0/4121277979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:56:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:32.034809+0000 mgr.y (mgr.24491) 8974 : cluster [DBG] pgmap v7922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:32.034809+0000 mgr.y (mgr.24491) 8974 : cluster [DBG] pgmap v7922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:32.034809+0000 mgr.y (mgr.24491) 8974 : cluster [DBG] pgmap v7922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:34.035228+0000 mgr.y (mgr.24491) 8975 : cluster [DBG] pgmap v7923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:34.035228+0000 mgr.y (mgr.24491) 8975 : cluster [DBG] pgmap v7923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:34.035228+0000 mgr.y (mgr.24491) 8975 : cluster [DBG] pgmap v7923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:36.036117+0000 mgr.y (mgr.24491) 8976 : cluster [DBG] pgmap v7924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:36.036117+0000 mgr.y (mgr.24491) 8976 : cluster [DBG] pgmap v7924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:36.036117+0000 mgr.y (mgr.24491) 8976 : cluster [DBG] pgmap v7924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:37] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:56:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:38.036539+0000 mgr.y (mgr.24491) 8977 : cluster [DBG] pgmap v7925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:38.036539+0000 mgr.y (mgr.24491) 8977 : cluster [DBG] pgmap v7925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:38.036539+0000 mgr.y (mgr.24491) 8977 : cluster [DBG] pgmap v7925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:40.037327+0000 mgr.y (mgr.24491) 8978 : cluster [DBG] pgmap v7926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:56:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:40.037327+0000 mgr.y (mgr.24491) 8978 : cluster [DBG] pgmap v7926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:40.037327+0000 mgr.y (mgr.24491) 8978 : cluster [DBG] pgmap v7926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:42.037936+0000 mgr.y (mgr.24491) 8979 : cluster [DBG] pgmap v7927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:42.037936+0000 mgr.y (mgr.24491) 8979 : cluster [DBG] pgmap v7927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:42.037936+0000 mgr.y (mgr.24491) 8979 : cluster [DBG] pgmap v7927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:44.038362+0000 mgr.y (mgr.24491) 8980 : cluster [DBG] pgmap v7928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:44.038362+0000 mgr.y (mgr.24491) 8980 : cluster [DBG] pgmap v7928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:45.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:44.038362+0000 mgr.y (mgr.24491) 8980 : cluster [DBG] pgmap v7928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:46.039069+0000 mgr.y (mgr.24491) 8981 : cluster [DBG] pgmap v7929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:46.039069+0000 mgr.y (mgr.24491) 8981 : cluster [DBG] pgmap v7929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:46.039069+0000 mgr.y (mgr.24491) 8981 : cluster [DBG] pgmap v7929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T07:56:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:48.039547+0000 mgr.y (mgr.24491) 8982 : cluster [DBG] pgmap v7930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:48.039547+0000 mgr.y (mgr.24491) 8982 : cluster [DBG] pgmap v7930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:48.039547+0000 mgr.y (mgr.24491) 8982 : cluster [DBG] pgmap v7930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:50.040303+0000 mgr.y (mgr.24491) 8983 : cluster [DBG] pgmap v7931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:56:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:50.040303+0000 mgr.y (mgr.24491) 8983 : cluster [DBG] pgmap v7931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:50.040303+0000 mgr.y (mgr.24491) 8983 : cluster [DBG] pgmap v7931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:52.040694+0000 mgr.y (mgr.24491) 8984 : cluster [DBG] pgmap v7932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:52.040694+0000 mgr.y (mgr.24491) 8984 : cluster [DBG] pgmap v7932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:52.040694+0000 mgr.y (mgr.24491) 8984 : cluster [DBG] pgmap v7932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:54.041196+0000 mgr.y (mgr.24491) 8985 : cluster [DBG] pgmap v7933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:56:54.643044+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:56:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:56:54.932303+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:56:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:56:54.932877+0000 mon.a (mon.0) 2238 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:56:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:56:54.936898+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:56:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:54.041196+0000 mgr.y (mgr.24491) 8985 : cluster [DBG] pgmap v7933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:56:54.643044+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:56:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:56:54.932303+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:56:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:56:54.932877+0000 mon.a (mon.0) 2238 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:56:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:56:54.936898+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:56:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:54.041196+0000 mgr.y (mgr.24491) 8985 : cluster [DBG] pgmap v7933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:56:54.643044+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:56:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:56:54.932303+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:56:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:56:54.932877+0000 mon.a (mon.0) 2238 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:56:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:56:54.936898+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:56:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:56.041849+0000 mgr.y (mgr.24491) 8986 : cluster [DBG] pgmap v7934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:56.041849+0000 mgr.y (mgr.24491) 8986 : cluster [DBG] pgmap v7934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:56.041849+0000 mgr.y (mgr.24491) 8986 : cluster [DBG] pgmap v7934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:56:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T07:56:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:56:58.042417+0000 mgr.y (mgr.24491) 8987 : cluster [DBG] pgmap v7935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:56:58.042417+0000 mgr.y (mgr.24491) 8987 : cluster [DBG] pgmap v7935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:56:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:56:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:56:58.042417+0000 mgr.y (mgr.24491) 8987 : cluster [DBG] pgmap v7935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:01.267 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:57:01.647 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:57:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:00.043169+0000 mgr.y (mgr.24491) 8988 : cluster [DBG] pgmap v7936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:00.043169+0000 mgr.y (mgr.24491) 8988 : cluster [DBG] pgmap v7936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:00.043169+0000 mgr.y (mgr.24491) 8988 : cluster [DBG] pgmap v7936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:01.921 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:57:01.921 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 8m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:57:01.921 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 8m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:57:01.921 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 8m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:57:01.922 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 8m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:57:01.922 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 8m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:57:01.922 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 8m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:57:01.922 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 8m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:57:01.922 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 8m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:57:01.922 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 8m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:57:01.922 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 8m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:57:01.922 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 8m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:57:01.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 8m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:57:01.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 8m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:57:01.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 8m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:57:01.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 8m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:57:01.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 8m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:57:01.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 8m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:57:01.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 8m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:57:01.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 8m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:57:01.923 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 8m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:57:02.255 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:57:02.255 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:57:02.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:57:02.256 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:57:02.256 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:57:02.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:57:02.256 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:57:02.256 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:57:02.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:57:02.256 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:57:02.256 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:57:02.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:57:02.256 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:57:02.256 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:57:02.257 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:57:02.257 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:57:02.257 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:57:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:57:02.256430+0000 mon.c (mon.2) 295 : audit [DBG] from='client.? 172.21.15.177:0/3914085357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:57:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:57:02.256430+0000 mon.c (mon.2) 295 : audit [DBG] from='client.? 172.21.15.177:0/3914085357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:57:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:57:02.256430+0000 mon.c (mon.2) 295 : audit [DBG] from='client.? 172.21.15.177:0/3914085357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:57:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:57:01.636498+0000 mgr.y (mgr.24491) 8989 : audit [DBG] from='client.33989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:57:01.914873+0000 mgr.y (mgr.24491) 8990 : audit [DBG] from='client.33995 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:02.043512+0000 mgr.y (mgr.24491) 8991 : cluster [DBG] pgmap v7937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:57:01.636498+0000 mgr.y (mgr.24491) 8989 : audit [DBG] from='client.33989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:57:01.914873+0000 mgr.y (mgr.24491) 8990 : audit [DBG] from='client.33995 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:03.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:02.043512+0000 mgr.y (mgr.24491) 8991 : cluster [DBG] pgmap v7937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:57:01.636498+0000 mgr.y (mgr.24491) 8989 : audit [DBG] from='client.33989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:57:01.914873+0000 mgr.y (mgr.24491) 8990 : audit [DBG] from='client.33995 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:02.043512+0000 mgr.y (mgr.24491) 8991 : cluster [DBG] pgmap v7937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:04.043882+0000 mgr.y (mgr.24491) 8992 : cluster [DBG] pgmap v7938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:04.043882+0000 mgr.y (mgr.24491) 8992 : cluster [DBG] pgmap v7938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:04.043882+0000 mgr.y (mgr.24491) 8992 : cluster [DBG] pgmap v7938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:06.044626+0000 mgr.y (mgr.24491) 8993 : cluster [DBG] pgmap v7939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:06.044626+0000 mgr.y (mgr.24491) 8993 : cluster [DBG] pgmap v7939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:06.044626+0000 mgr.y (mgr.24491) 8993 : cluster [DBG] pgmap v7939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T07:57:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:08.045090+0000 mgr.y (mgr.24491) 8994 : cluster [DBG] pgmap v7940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:08.045090+0000 mgr.y (mgr.24491) 8994 : cluster [DBG] pgmap v7940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:08.045090+0000 mgr.y (mgr.24491) 8994 : cluster [DBG] pgmap v7940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:11.293 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:57:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:10.045839+0000 mgr.y (mgr.24491) 8995 : cluster [DBG] pgmap v7941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:10.045839+0000 mgr.y (mgr.24491) 8995 : cluster [DBG] pgmap v7941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:10.045839+0000 mgr.y (mgr.24491) 8995 : cluster [DBG] pgmap v7941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:12.046403+0000 mgr.y (mgr.24491) 8996 : cluster [DBG] pgmap v7942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:12.046403+0000 mgr.y (mgr.24491) 8996 : cluster [DBG] pgmap v7942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:12.046403+0000 mgr.y (mgr.24491) 8996 : cluster [DBG] pgmap v7942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:14.046801+0000 mgr.y (mgr.24491) 8997 : cluster [DBG] pgmap v7943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:14.046801+0000 mgr.y (mgr.24491) 8997 : cluster [DBG] pgmap v7943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:14.046801+0000 mgr.y (mgr.24491) 8997 : cluster [DBG] pgmap v7943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:16.047465+0000 mgr.y (mgr.24491) 8998 : cluster [DBG] pgmap v7944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:16.047465+0000 mgr.y (mgr.24491) 8998 : cluster [DBG] pgmap v7944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:16.047465+0000 mgr.y (mgr.24491) 8998 : cluster [DBG] pgmap v7944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:17] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:57:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:18.047833+0000 mgr.y (mgr.24491) 8999 : cluster [DBG] pgmap v7945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:18.047833+0000 mgr.y (mgr.24491) 8999 : cluster [DBG] pgmap v7945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:18.047833+0000 mgr.y (mgr.24491) 8999 : cluster [DBG] pgmap v7945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:21.309 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:57:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:20.048482+0000 mgr.y (mgr.24491) 9000 : cluster [DBG] pgmap v7946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:20.048482+0000 mgr.y (mgr.24491) 9000 : cluster [DBG] pgmap v7946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:20.048482+0000 mgr.y (mgr.24491) 9000 : cluster [DBG] pgmap v7946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:22.048898+0000 mgr.y (mgr.24491) 9001 : cluster [DBG] pgmap v7947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:22.048898+0000 mgr.y (mgr.24491) 9001 : cluster [DBG] pgmap v7947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:22.048898+0000 mgr.y (mgr.24491) 9001 : cluster [DBG] pgmap v7947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:24.049384+0000 mgr.y (mgr.24491) 9002 : cluster [DBG] pgmap v7948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:24.049384+0000 mgr.y (mgr.24491) 9002 : cluster [DBG] pgmap v7948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:24.049384+0000 mgr.y (mgr.24491) 9002 : cluster [DBG] pgmap v7948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:26.050113+0000 mgr.y (mgr.24491) 9003 : cluster [DBG] pgmap v7949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:26.050113+0000 mgr.y (mgr.24491) 9003 : cluster [DBG] pgmap v7949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:26.050113+0000 mgr.y (mgr.24491) 9003 : cluster [DBG] pgmap v7949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:27] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:57:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:28.050539+0000 mgr.y (mgr.24491) 9004 : cluster [DBG] pgmap v7950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:28.050539+0000 mgr.y (mgr.24491) 9004 : cluster [DBG] pgmap v7950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:28.050539+0000 mgr.y (mgr.24491) 9004 : cluster [DBG] pgmap v7950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:31.330 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:57:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:30.051402+0000 mgr.y (mgr.24491) 9005 : cluster [DBG] pgmap v7951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:30.051402+0000 mgr.y (mgr.24491) 9005 : cluster [DBG] pgmap v7951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:30.051402+0000 mgr.y (mgr.24491) 9005 : cluster [DBG] pgmap v7951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:32.570 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:57:32.846 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:57:32.846 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 8m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:57:32.846 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 8m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:57:32.846 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 8m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:57:32.847 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 8m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:57:32.847 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 8m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:57:32.847 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 8m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:57:32.847 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 8m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:57:32.847 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 8m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:57:32.847 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 8m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:57:32.847 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 8m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:57:32.847 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 8m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:57:32.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 8m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:57:32.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 8m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:57:32.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 8m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:57:32.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 8m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:57:32.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 8m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:57:32.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 8m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:57:32.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 8m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:57:32.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 8m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:57:32.848 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 8m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:57:33.179 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:57:33.179 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:57:33.179 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:57:33.179 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:57:33.179 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:57:33.179 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:57:33.180 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:57:33.180 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:57:33.180 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:57:33.180 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:57:33.180 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:57:33.180 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:57:33.180 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:57:33.180 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:57:33.180 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:57:33.180 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:57:33.180 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:57:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:32.051824+0000 mgr.y (mgr.24491) 9006 : cluster [DBG] pgmap v7952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:57:32.559527+0000 mgr.y (mgr.24491) 9007 : audit [DBG] from='client.24102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:57:33.180406+0000 mon.c (mon.2) 296 : audit [DBG] from='client.? 172.21.15.177:0/1309455047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:57:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:32.051824+0000 mgr.y (mgr.24491) 9006 : cluster [DBG] pgmap v7952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:57:32.559527+0000 mgr.y (mgr.24491) 9007 : audit [DBG] from='client.24102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:57:33.180406+0000 mon.c (mon.2) 296 : audit [DBG] from='client.? 172.21.15.177:0/1309455047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:57:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:32.051824+0000 mgr.y (mgr.24491) 9006 : cluster [DBG] pgmap v7952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:57:32.559527+0000 mgr.y (mgr.24491) 9007 : audit [DBG] from='client.24102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:57:33.180406+0000 mon.c (mon.2) 296 : audit [DBG] from='client.? 172.21.15.177:0/1309455047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:57:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:57:32.839696+0000 mgr.y (mgr.24491) 9008 : audit [DBG] from='client.24108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:57:32.839696+0000 mgr.y (mgr.24491) 9008 : audit [DBG] from='client.24108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:57:32.839696+0000 mgr.y (mgr.24491) 9008 : audit [DBG] from='client.24108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:57:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:34.052470+0000 mgr.y (mgr.24491) 9009 : cluster [DBG] pgmap v7953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:34.052470+0000 mgr.y (mgr.24491) 9009 : cluster [DBG] pgmap v7953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:34.052470+0000 mgr.y (mgr.24491) 9009 : cluster [DBG] pgmap v7953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:37.655 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:36.053282+0000 mgr.y (mgr.24491) 9010 : cluster [DBG] pgmap v7954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:37.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:36.053282+0000 mgr.y (mgr.24491) 9010 : cluster [DBG] pgmap v7954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:36.053282+0000 mgr.y (mgr.24491) 9010 : cluster [DBG] pgmap v7954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:37] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T07:57:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:38.053780+0000 mgr.y (mgr.24491) 9011 : cluster [DBG] pgmap v7955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:38.053780+0000 mgr.y (mgr.24491) 9011 : cluster [DBG] pgmap v7955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:38.053780+0000 mgr.y (mgr.24491) 9011 : cluster [DBG] pgmap v7955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:41.354 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:57:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:40.054443+0000 mgr.y (mgr.24491) 9012 : cluster [DBG] pgmap v7956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:40.054443+0000 mgr.y (mgr.24491) 9012 : cluster [DBG] pgmap v7956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:40.054443+0000 mgr.y (mgr.24491) 9012 : cluster [DBG] pgmap v7956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:42.055080+0000 mgr.y (mgr.24491) 9013 : cluster [DBG] pgmap v7957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:42.055080+0000 mgr.y (mgr.24491) 9013 : cluster [DBG] pgmap v7957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:42.055080+0000 mgr.y (mgr.24491) 9013 : cluster [DBG] pgmap v7957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:44.055442+0000 mgr.y (mgr.24491) 9014 : cluster [DBG] pgmap v7958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:44.055442+0000 mgr.y (mgr.24491) 9014 : cluster [DBG] pgmap v7958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:44.055442+0000 mgr.y (mgr.24491) 9014 : cluster [DBG] pgmap v7958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:46.056212+0000 mgr.y (mgr.24491) 9015 : cluster [DBG] pgmap v7959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:47.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:46.056212+0000 mgr.y (mgr.24491) 9015 : cluster [DBG] pgmap v7959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:46.056212+0000 mgr.y (mgr.24491) 9015 : cluster [DBG] pgmap v7959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:47] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T07:57:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:48.056692+0000 mgr.y (mgr.24491) 9016 : cluster [DBG] pgmap v7960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:48.056692+0000 mgr.y (mgr.24491) 9016 : cluster [DBG] pgmap v7960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:48.056692+0000 mgr.y (mgr.24491) 9016 : cluster [DBG] pgmap v7960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:51.369 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:57:51.371 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:50.057443+0000 mgr.y (mgr.24491) 9017 : cluster [DBG] pgmap v7961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:50.057443+0000 mgr.y (mgr.24491) 9017 : cluster [DBG] pgmap v7961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:50.057443+0000 mgr.y (mgr.24491) 9017 : cluster [DBG] pgmap v7961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:52.058043+0000 mgr.y (mgr.24491) 9018 : cluster [DBG] pgmap v7962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:52.058043+0000 mgr.y (mgr.24491) 9018 : cluster [DBG] pgmap v7962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:52.058043+0000 mgr.y (mgr.24491) 9018 : cluster [DBG] pgmap v7962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:54.058611+0000 mgr.y (mgr.24491) 9019 : cluster [DBG] pgmap v7963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:57:54.941120+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:57:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:57:55.228772+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:57:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:57:55.229466+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:57:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:57:55.233651+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:57:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:54.058611+0000 mgr.y (mgr.24491) 9019 : cluster [DBG] pgmap v7963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:57:54.941120+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:57:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:57:55.228772+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:57:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:57:55.229466+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:57:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:57:55.233651+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:57:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:54.058611+0000 mgr.y (mgr.24491) 9019 : cluster [DBG] pgmap v7963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:57:54.941120+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:57:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:57:55.228772+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:57:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:57:55.229466+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:57:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:57:55.233651+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:57:57.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:56.059272+0000 mgr.y (mgr.24491) 9020 : cluster [DBG] pgmap v7964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:57.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:56.059272+0000 mgr.y (mgr.24491) 9020 : cluster [DBG] pgmap v7964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:56.059272+0000 mgr.y (mgr.24491) 9020 : cluster [DBG] pgmap v7964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:57:57] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T07:57:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:57:58.059786+0000 mgr.y (mgr.24491) 9021 : cluster [DBG] pgmap v7965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:57:58.059786+0000 mgr.y (mgr.24491) 9021 : cluster [DBG] pgmap v7965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:57:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:57:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:57:58.059786+0000 mgr.y (mgr.24491) 9021 : cluster [DBG] pgmap v7965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:01.384 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:58:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:00.060730+0000 mgr.y (mgr.24491) 9022 : cluster [DBG] pgmap v7966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:00.060730+0000 mgr.y (mgr.24491) 9022 : cluster [DBG] pgmap v7966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:00.060730+0000 mgr.y (mgr.24491) 9022 : cluster [DBG] pgmap v7966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:03.492 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:58:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:02.061099+0000 mgr.y (mgr.24491) 9023 : cluster [DBG] pgmap v7967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:02.061099+0000 mgr.y (mgr.24491) 9023 : cluster [DBG] pgmap v7967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:02.061099+0000 mgr.y (mgr.24491) 9023 : cluster [DBG] pgmap v7967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:03.769 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:58:03.769 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 9m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:58:03.769 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 9m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:58:03.769 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 9m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:58:03.770 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 9m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:58:03.770 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 9m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:58:03.770 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 9m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:58:03.770 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 9m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:58:03.770 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 9m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:58:03.770 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 9m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:58:03.770 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 9m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:58:03.771 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 9m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:58:03.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 9m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:58:03.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 9m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:58:03.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 9m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:58:03.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 9m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:58:03.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 9m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:58:03.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 9m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:58:03.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 9m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:58:03.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 9m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:58:03.771 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 9m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:58:04.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:58:04.102 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:58:04.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:58:04.102 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:58:04.102 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:58:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:03.481722+0000 mgr.y (mgr.24491) 9024 : audit [DBG] from='client.24120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:04.102137+0000 mon.c (mon.2) 297 : audit [DBG] from='client.? 172.21.15.177:0/3867314834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:58:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:03.481722+0000 mgr.y (mgr.24491) 9024 : audit [DBG] from='client.24120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:04.102137+0000 mon.c (mon.2) 297 : audit [DBG] from='client.? 172.21.15.177:0/3867314834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:58:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:03.481722+0000 mgr.y (mgr.24491) 9024 : audit [DBG] from='client.24120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:04.102137+0000 mon.c (mon.2) 297 : audit [DBG] from='client.? 172.21.15.177:0/3867314834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:58:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:03.762969+0000 mgr.y (mgr.24491) 9025 : audit [DBG] from='client.24126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:04.061422+0000 mgr.y (mgr.24491) 9026 : cluster [DBG] pgmap v7968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:03.762969+0000 mgr.y (mgr.24491) 9025 : audit [DBG] from='client.24126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:04.061422+0000 mgr.y (mgr.24491) 9026 : cluster [DBG] pgmap v7968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:03.762969+0000 mgr.y (mgr.24491) 9025 : audit [DBG] from='client.24126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:04.061422+0000 mgr.y (mgr.24491) 9026 : cluster [DBG] pgmap v7968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:06.062305+0000 mgr.y (mgr.24491) 9027 : cluster [DBG] pgmap v7969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:06.062305+0000 mgr.y (mgr.24491) 9027 : cluster [DBG] pgmap v7969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:06.062305+0000 mgr.y (mgr.24491) 9027 : cluster [DBG] pgmap v7969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:07] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T07:58:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:08.062873+0000 mgr.y (mgr.24491) 9028 : cluster [DBG] pgmap v7970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:08.062873+0000 mgr.y (mgr.24491) 9028 : cluster [DBG] pgmap v7970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:08.062873+0000 mgr.y (mgr.24491) 9028 : cluster [DBG] pgmap v7970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:11.408 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:58:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:10.063568+0000 mgr.y (mgr.24491) 9029 : cluster [DBG] pgmap v7971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:10.063568+0000 mgr.y (mgr.24491) 9029 : cluster [DBG] pgmap v7971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:10.063568+0000 mgr.y (mgr.24491) 9029 : cluster [DBG] pgmap v7971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:12.064154+0000 mgr.y (mgr.24491) 9030 : cluster [DBG] pgmap v7972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:12.064154+0000 mgr.y (mgr.24491) 9030 : cluster [DBG] pgmap v7972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:12.064154+0000 mgr.y (mgr.24491) 9030 : cluster [DBG] pgmap v7972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:14.064719+0000 mgr.y (mgr.24491) 9031 : cluster [DBG] pgmap v7973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:14.064719+0000 mgr.y (mgr.24491) 9031 : cluster [DBG] pgmap v7973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:14.064719+0000 mgr.y (mgr.24491) 9031 : cluster [DBG] pgmap v7973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:16.065417+0000 mgr.y (mgr.24491) 9032 : cluster [DBG] pgmap v7974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:17.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:16.065417+0000 mgr.y (mgr.24491) 9032 : cluster [DBG] pgmap v7974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:16.065417+0000 mgr.y (mgr.24491) 9032 : cluster [DBG] pgmap v7974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:17] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:58:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:18.065828+0000 mgr.y (mgr.24491) 9033 : cluster [DBG] pgmap v7975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:18.065828+0000 mgr.y (mgr.24491) 9033 : cluster [DBG] pgmap v7975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:18.065828+0000 mgr.y (mgr.24491) 9033 : cluster [DBG] pgmap v7975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:21.423 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:58:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:20.066525+0000 mgr.y (mgr.24491) 9034 : cluster [DBG] pgmap v7976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:20.066525+0000 mgr.y (mgr.24491) 9034 : cluster [DBG] pgmap v7976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:20.066525+0000 mgr.y (mgr.24491) 9034 : cluster [DBG] pgmap v7976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:22.066953+0000 mgr.y (mgr.24491) 9035 : cluster [DBG] pgmap v7977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:22.066953+0000 mgr.y (mgr.24491) 9035 : cluster [DBG] pgmap v7977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:22.066953+0000 mgr.y (mgr.24491) 9035 : cluster [DBG] pgmap v7977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:24.067385+0000 mgr.y (mgr.24491) 9036 : cluster [DBG] pgmap v7978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:24.067385+0000 mgr.y (mgr.24491) 9036 : cluster [DBG] pgmap v7978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:24.067385+0000 mgr.y (mgr.24491) 9036 : cluster [DBG] pgmap v7978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:26.068127+0000 mgr.y (mgr.24491) 9037 : cluster [DBG] pgmap v7979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:27.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:26.068127+0000 mgr.y (mgr.24491) 9037 : cluster [DBG] pgmap v7979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:26.068127+0000 mgr.y (mgr.24491) 9037 : cluster [DBG] pgmap v7979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:27] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:58:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:28.068687+0000 mgr.y (mgr.24491) 9038 : cluster [DBG] pgmap v7980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:28.068687+0000 mgr.y (mgr.24491) 9038 : cluster [DBG] pgmap v7980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:28.068687+0000 mgr.y (mgr.24491) 9038 : cluster [DBG] pgmap v7980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:31.440 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:58:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:30.069538+0000 mgr.y (mgr.24491) 9039 : cluster [DBG] pgmap v7981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:30.069538+0000 mgr.y (mgr.24491) 9039 : cluster [DBG] pgmap v7981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:30.069538+0000 mgr.y (mgr.24491) 9039 : cluster [DBG] pgmap v7981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:32.070072+0000 mgr.y (mgr.24491) 9040 : cluster [DBG] pgmap v7982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:32.070072+0000 mgr.y (mgr.24491) 9040 : cluster [DBG] pgmap v7982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:32.070072+0000 mgr.y (mgr.24491) 9040 : cluster [DBG] pgmap v7982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:34.416 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:58:34.691 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:58:34.692 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 9m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:58:34.692 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 9m ago 4h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:58:34.692 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 9m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:58:34.692 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 9m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:58:34.692 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 9m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:58:34.692 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 9m ago 4h 471M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:58:34.692 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 9m ago 4h 731M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:58:34.692 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 9m ago 4h 381M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:58:34.692 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 9m ago 4h 386M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:58:34.692 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 9m ago 4h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:58:34.693 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 9m ago 4h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:58:34.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 9m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:58:34.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 9m ago 4h 44.9M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:58:34.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 9m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:58:34.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 9m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:58:34.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 9m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:58:34.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 9m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:58:34.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 9m ago 4h 42.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:58:34.693 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 9m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:58:34.693 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 9m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:58:35.024 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:58:35.024 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:58:35.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:58:35.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:58:35.025 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:58:35.025 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:58:35.025 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:58:35.025 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:58:35.025 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:58:35.025 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:58:35.025 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:58:35.025 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:58:35.025 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:58:35.025 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:58:35.026 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:58:35.026 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:58:35.026 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:58:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:34.070455+0000 mgr.y (mgr.24491) 9041 : cluster [DBG] pgmap v7983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:34.403840+0000 mgr.y (mgr.24491) 9042 : audit [DBG] from='client.24138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:35.025408+0000 mon.a (mon.0) 2244 : audit [DBG] from='client.? 172.21.15.177:0/2131338845' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:58:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:34.070455+0000 mgr.y (mgr.24491) 9041 : cluster [DBG] pgmap v7983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:34.403840+0000 mgr.y (mgr.24491) 9042 : audit [DBG] from='client.24138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:35.025408+0000 mon.a (mon.0) 2244 : audit [DBG] from='client.? 172.21.15.177:0/2131338845' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:58:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:34.070455+0000 mgr.y (mgr.24491) 9041 : cluster [DBG] pgmap v7983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:34.403840+0000 mgr.y (mgr.24491) 9042 : audit [DBG] from='client.24138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:35.025408+0000 mon.a (mon.0) 2244 : audit [DBG] from='client.? 172.21.15.177:0/2131338845' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:58:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:34.685571+0000 mgr.y (mgr.24491) 9043 : audit [DBG] from='client.24144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:34.685571+0000 mgr.y (mgr.24491) 9043 : audit [DBG] from='client.24144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:34.685571+0000 mgr.y (mgr.24491) 9043 : audit [DBG] from='client.24144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:58:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:36.071056+0000 mgr.y (mgr.24491) 9044 : cluster [DBG] pgmap v7984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:36.071056+0000 mgr.y (mgr.24491) 9044 : cluster [DBG] pgmap v7984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:36.071056+0000 mgr.y (mgr.24491) 9044 : cluster [DBG] pgmap v7984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:37] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T07:58:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:38.071487+0000 mgr.y (mgr.24491) 9045 : cluster [DBG] pgmap v7985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:38.071487+0000 mgr.y (mgr.24491) 9045 : cluster [DBG] pgmap v7985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:38.071487+0000 mgr.y (mgr.24491) 9045 : cluster [DBG] pgmap v7985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:41.460 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:58:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:40.072411+0000 mgr.y (mgr.24491) 9046 : cluster [DBG] pgmap v7986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:40.072411+0000 mgr.y (mgr.24491) 9046 : cluster [DBG] pgmap v7986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:40.072411+0000 mgr.y (mgr.24491) 9046 : cluster [DBG] pgmap v7986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:42.072879+0000 mgr.y (mgr.24491) 9047 : cluster [DBG] pgmap v7987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:42.072879+0000 mgr.y (mgr.24491) 9047 : cluster [DBG] pgmap v7987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:42.072879+0000 mgr.y (mgr.24491) 9047 : cluster [DBG] pgmap v7987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:44.073526+0000 mgr.y (mgr.24491) 9048 : cluster [DBG] pgmap v7988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:44.073526+0000 mgr.y (mgr.24491) 9048 : cluster [DBG] pgmap v7988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:44.073526+0000 mgr.y (mgr.24491) 9048 : cluster [DBG] pgmap v7988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:46.074300+0000 mgr.y (mgr.24491) 9049 : cluster [DBG] pgmap v7989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:46.074300+0000 mgr.y (mgr.24491) 9049 : cluster [DBG] pgmap v7989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:46.074300+0000 mgr.y (mgr.24491) 9049 : cluster [DBG] pgmap v7989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:47] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:58:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:48.074689+0000 mgr.y (mgr.24491) 9050 : cluster [DBG] pgmap v7990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:48.074689+0000 mgr.y (mgr.24491) 9050 : cluster [DBG] pgmap v7990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:48.074689+0000 mgr.y (mgr.24491) 9050 : cluster [DBG] pgmap v7990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:51.477 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:58:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:50.075392+0000 mgr.y (mgr.24491) 9051 : cluster [DBG] pgmap v7991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:50.075392+0000 mgr.y (mgr.24491) 9051 : cluster [DBG] pgmap v7991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:50.075392+0000 mgr.y (mgr.24491) 9051 : cluster [DBG] pgmap v7991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:52.075988+0000 mgr.y (mgr.24491) 9052 : cluster [DBG] pgmap v7992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:52.075988+0000 mgr.y (mgr.24491) 9052 : cluster [DBG] pgmap v7992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:52.075988+0000 mgr.y (mgr.24491) 9052 : cluster [DBG] pgmap v7992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:54.076436+0000 mgr.y (mgr.24491) 9053 : cluster [DBG] pgmap v7993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:55.238473+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:58:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:54.076436+0000 mgr.y (mgr.24491) 9053 : cluster [DBG] pgmap v7993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:55.238473+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:58:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:54.076436+0000 mgr.y (mgr.24491) 9053 : cluster [DBG] pgmap v7993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:55.238473+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:58:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:56.077199+0000 mgr.y (mgr.24491) 9054 : cluster [DBG] pgmap v7994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:56.077199+0000 mgr.y (mgr.24491) 9054 : cluster [DBG] pgmap v7994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:56.077199+0000 mgr.y (mgr.24491) 9054 : cluster [DBG] pgmap v7994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:58:57] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:58:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:57.770120+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:58:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:58:58.077566+0000 mgr.y (mgr.24491) 9055 : cluster [DBG] pgmap v7995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:58.689572+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:58:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:57.770120+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:58:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:58:58.077566+0000 mgr.y (mgr.24491) 9055 : cluster [DBG] pgmap v7995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:58.689572+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:58:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:57.770120+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:58:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:58:58.077566+0000 mgr.y (mgr.24491) 9055 : cluster [DBG] pgmap v7995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:58:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:58.689572+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:59:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:58.969716+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:59:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:58.970376+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:59:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:58:58.974884+0000 mon.a (mon.0) 2250 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:59:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:58.969716+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:59:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:58.970376+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:59:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:58:58.974884+0000 mon.a (mon.0) 2250 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:59:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:58.969716+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T07:59:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:58.970376+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T07:59:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:58:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:58:58.974884+0000 mon.a (mon.0) 2250 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T07:59:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:00.078332+0000 mgr.y (mgr.24491) 9056 : cluster [DBG] pgmap v7996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:00.078332+0000 mgr.y (mgr.24491) 9056 : cluster [DBG] pgmap v7996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:00.078332+0000 mgr.y (mgr.24491) 9056 : cluster [DBG] pgmap v7996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:59:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:02.078736+0000 mgr.y (mgr.24491) 9057 : cluster [DBG] pgmap v7997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:02.078736+0000 mgr.y (mgr.24491) 9057 : cluster [DBG] pgmap v7997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:02.078736+0000 mgr.y (mgr.24491) 9057 : cluster [DBG] pgmap v7997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:05.336 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:59:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:04.079140+0000 mgr.y (mgr.24491) 9058 : cluster [DBG] pgmap v7998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:04.079140+0000 mgr.y (mgr.24491) 9058 : cluster [DBG] pgmap v7998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:04.079140+0000 mgr.y (mgr.24491) 9058 : cluster [DBG] pgmap v7998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:05.610 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:59:05.610 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:59:05.610 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6s ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:59:05.610 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:59:05.610 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:59:05.610 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:59:05.610 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7s ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:59:05.610 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7s ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6s ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7s ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7s ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6s ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7s ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6s ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:59:05.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:59:05.612 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6s ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:59:05.946 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:59:05.947 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:59:05.947 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:59:05.947 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:59:05.947 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:59:05.947 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:59:05.947 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:59:05.947 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:59:05.947 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:59:05.947 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:59:05.947 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:59:05.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:59:05.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:59:05.948 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:59:05.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:59:05.948 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:59:05.948 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:59:06.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:59:05.324082+0000 mgr.y (mgr.24491) 9059 : audit [DBG] from='client.24156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:06.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:59:05.603331+0000 mgr.y (mgr.24491) 9060 : audit [DBG] from='client.24162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:06.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:59:05.946721+0000 mon.a (mon.0) 2251 : audit [DBG] from='client.? 172.21.15.177:0/3424583998' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:59:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:59:05.324082+0000 mgr.y (mgr.24491) 9059 : audit [DBG] from='client.24156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:59:05.603331+0000 mgr.y (mgr.24491) 9060 : audit [DBG] from='client.24162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:59:05.946721+0000 mon.a (mon.0) 2251 : audit [DBG] from='client.? 172.21.15.177:0/3424583998' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:59:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:59:05.324082+0000 mgr.y (mgr.24491) 9059 : audit [DBG] from='client.24156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:59:05.603331+0000 mgr.y (mgr.24491) 9060 : audit [DBG] from='client.24162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:59:05.946721+0000 mon.a (mon.0) 2251 : audit [DBG] from='client.? 172.21.15.177:0/3424583998' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:59:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:06.079736+0000 mgr.y (mgr.24491) 9061 : cluster [DBG] pgmap v7999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:06.079736+0000 mgr.y (mgr.24491) 9061 : cluster [DBG] pgmap v7999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:06.079736+0000 mgr.y (mgr.24491) 9061 : cluster [DBG] pgmap v7999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:08.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T07:59:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:08.080211+0000 mgr.y (mgr.24491) 9062 : cluster [DBG] pgmap v8000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:08.080211+0000 mgr.y (mgr.24491) 9062 : cluster [DBG] pgmap v8000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:08.080211+0000 mgr.y (mgr.24491) 9062 : cluster [DBG] pgmap v8000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:10.080892+0000 mgr.y (mgr.24491) 9063 : cluster [DBG] pgmap v8001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:10.080892+0000 mgr.y (mgr.24491) 9063 : cluster [DBG] pgmap v8001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:10.080892+0000 mgr.y (mgr.24491) 9063 : cluster [DBG] pgmap v8001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:59:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:12.081415+0000 mgr.y (mgr.24491) 9064 : cluster [DBG] pgmap v8002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:12.081415+0000 mgr.y (mgr.24491) 9064 : cluster [DBG] pgmap v8002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:12.081415+0000 mgr.y (mgr.24491) 9064 : cluster [DBG] pgmap v8002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:14.081833+0000 mgr.y (mgr.24491) 9065 : cluster [DBG] pgmap v8003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:14.081833+0000 mgr.y (mgr.24491) 9065 : cluster [DBG] pgmap v8003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:14.081833+0000 mgr.y (mgr.24491) 9065 : cluster [DBG] pgmap v8003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:16.082460+0000 mgr.y (mgr.24491) 9066 : cluster [DBG] pgmap v8004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:16.082460+0000 mgr.y (mgr.24491) 9066 : cluster [DBG] pgmap v8004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:16.082460+0000 mgr.y (mgr.24491) 9066 : cluster [DBG] pgmap v8004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:17] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:59:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:18.082981+0000 mgr.y (mgr.24491) 9067 : cluster [DBG] pgmap v8005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:18.082981+0000 mgr.y (mgr.24491) 9067 : cluster [DBG] pgmap v8005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:18.082981+0000 mgr.y (mgr.24491) 9067 : cluster [DBG] pgmap v8005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:20.083860+0000 mgr.y (mgr.24491) 9068 : cluster [DBG] pgmap v8006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:59:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:20.083860+0000 mgr.y (mgr.24491) 9068 : cluster [DBG] pgmap v8006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:20.083860+0000 mgr.y (mgr.24491) 9068 : cluster [DBG] pgmap v8006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:22.084166+0000 mgr.y (mgr.24491) 9069 : cluster [DBG] pgmap v8007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:22.084166+0000 mgr.y (mgr.24491) 9069 : cluster [DBG] pgmap v8007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:22.084166+0000 mgr.y (mgr.24491) 9069 : cluster [DBG] pgmap v8007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:24.084729+0000 mgr.y (mgr.24491) 9070 : cluster [DBG] pgmap v8008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:24.084729+0000 mgr.y (mgr.24491) 9070 : cluster [DBG] pgmap v8008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:24.084729+0000 mgr.y (mgr.24491) 9070 : cluster [DBG] pgmap v8008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:26.085420+0000 mgr.y (mgr.24491) 9071 : cluster [DBG] pgmap v8009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:26.085420+0000 mgr.y (mgr.24491) 9071 : cluster [DBG] pgmap v8009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:26.085420+0000 mgr.y (mgr.24491) 9071 : cluster [DBG] pgmap v8009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:27] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T07:59:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:28.085795+0000 mgr.y (mgr.24491) 9072 : cluster [DBG] pgmap v8010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:28.085795+0000 mgr.y (mgr.24491) 9072 : cluster [DBG] pgmap v8010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:28.085795+0000 mgr.y (mgr.24491) 9072 : cluster [DBG] pgmap v8010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:30.086679+0000 mgr.y (mgr.24491) 9073 : cluster [DBG] pgmap v8011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:59:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:30.086679+0000 mgr.y (mgr.24491) 9073 : cluster [DBG] pgmap v8011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:30.086679+0000 mgr.y (mgr.24491) 9073 : cluster [DBG] pgmap v8011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:32.087047+0000 mgr.y (mgr.24491) 9074 : cluster [DBG] pgmap v8012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:32.087047+0000 mgr.y (mgr.24491) 9074 : cluster [DBG] pgmap v8012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:32.087047+0000 mgr.y (mgr.24491) 9074 : cluster [DBG] pgmap v8012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:34.087410+0000 mgr.y (mgr.24491) 9075 : cluster [DBG] pgmap v8013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:34.087410+0000 mgr.y (mgr.24491) 9075 : cluster [DBG] pgmap v8013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:34.087410+0000 mgr.y (mgr.24491) 9075 : cluster [DBG] pgmap v8013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:36.255 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T07:59:36.528 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T07:59:36.528 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 38s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T07:59:36.528 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 37s ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T07:59:36.528 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 38s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 37s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 37s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 38s ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 38s ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 37s ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 38s ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 38s ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 37s ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 38s ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 38s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 38s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T07:59:36.529 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 38s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T07:59:36.530 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 37s ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T07:59:36.530 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 37s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T07:59:36.530 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 37s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T07:59:36.530 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 37s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T07:59:36.530 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 37s ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T07:59:36.862 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T07:59:36.862 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T07:59:36.862 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T07:59:36.862 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T07:59:36.863 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T07:59:36.864 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T07:59:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:36.088024+0000 mgr.y (mgr.24491) 9076 : cluster [DBG] pgmap v8014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:59:36.243607+0000 mgr.y (mgr.24491) 9077 : audit [DBG] from='client.34079 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:59:36.521920+0000 mgr.y (mgr.24491) 9078 : audit [DBG] from='client.34085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:59:36.863391+0000 mon.c (mon.2) 298 : audit [DBG] from='client.? 172.21.15.177:0/3483332177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:59:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:36.088024+0000 mgr.y (mgr.24491) 9076 : cluster [DBG] pgmap v8014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:59:36.243607+0000 mgr.y (mgr.24491) 9077 : audit [DBG] from='client.34079 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:59:36.521920+0000 mgr.y (mgr.24491) 9078 : audit [DBG] from='client.34085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:59:36.863391+0000 mon.c (mon.2) 298 : audit [DBG] from='client.? 172.21.15.177:0/3483332177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:59:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:36.088024+0000 mgr.y (mgr.24491) 9076 : cluster [DBG] pgmap v8014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:59:36.243607+0000 mgr.y (mgr.24491) 9077 : audit [DBG] from='client.34079 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:59:36.521920+0000 mgr.y (mgr.24491) 9078 : audit [DBG] from='client.34085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T07:59:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:59:36.863391+0000 mon.c (mon.2) 298 : audit [DBG] from='client.? 172.21.15.177:0/3483332177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T07:59:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:37] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T07:59:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:38.088372+0000 mgr.y (mgr.24491) 9079 : cluster [DBG] pgmap v8015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:38.088372+0000 mgr.y (mgr.24491) 9079 : cluster [DBG] pgmap v8015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:38.088372+0000 mgr.y (mgr.24491) 9079 : cluster [DBG] pgmap v8015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:40.089273+0000 mgr.y (mgr.24491) 9080 : cluster [DBG] pgmap v8016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:59:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:40.089273+0000 mgr.y (mgr.24491) 9080 : cluster [DBG] pgmap v8016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:40.089273+0000 mgr.y (mgr.24491) 9080 : cluster [DBG] pgmap v8016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:42.089852+0000 mgr.y (mgr.24491) 9081 : cluster [DBG] pgmap v8017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:42.089852+0000 mgr.y (mgr.24491) 9081 : cluster [DBG] pgmap v8017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:42.089852+0000 mgr.y (mgr.24491) 9081 : cluster [DBG] pgmap v8017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:44.090270+0000 mgr.y (mgr.24491) 9082 : cluster [DBG] pgmap v8018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:44.090270+0000 mgr.y (mgr.24491) 9082 : cluster [DBG] pgmap v8018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:44.090270+0000 mgr.y (mgr.24491) 9082 : cluster [DBG] pgmap v8018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:46.090925+0000 mgr.y (mgr.24491) 9083 : cluster [DBG] pgmap v8019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:46.090925+0000 mgr.y (mgr.24491) 9083 : cluster [DBG] pgmap v8019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:46.090925+0000 mgr.y (mgr.24491) 9083 : cluster [DBG] pgmap v8019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:47] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:59:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:48.091416+0000 mgr.y (mgr.24491) 9084 : cluster [DBG] pgmap v8020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:48.091416+0000 mgr.y (mgr.24491) 9084 : cluster [DBG] pgmap v8020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:48.091416+0000 mgr.y (mgr.24491) 9084 : cluster [DBG] pgmap v8020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:50.092164+0000 mgr.y (mgr.24491) 9085 : cluster [DBG] pgmap v8021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 07:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T07:59:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:50.092164+0000 mgr.y (mgr.24491) 9085 : cluster [DBG] pgmap v8021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:50.092164+0000 mgr.y (mgr.24491) 9085 : cluster [DBG] pgmap v8021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:52.092748+0000 mgr.y (mgr.24491) 9086 : cluster [DBG] pgmap v8022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:52.092748+0000 mgr.y (mgr.24491) 9086 : cluster [DBG] pgmap v8022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:52.092748+0000 mgr.y (mgr.24491) 9086 : cluster [DBG] pgmap v8022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:54.093232+0000 mgr.y (mgr.24491) 9087 : cluster [DBG] pgmap v8023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:54.093232+0000 mgr.y (mgr.24491) 9087 : cluster [DBG] pgmap v8023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:54.093232+0000 mgr.y (mgr.24491) 9087 : cluster [DBG] pgmap v8023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:56.094003+0000 mgr.y (mgr.24491) 9088 : cluster [DBG] pgmap v8024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:56.094003+0000 mgr.y (mgr.24491) 9088 : cluster [DBG] pgmap v8024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:56.094003+0000 mgr.y (mgr.24491) 9088 : cluster [DBG] pgmap v8024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 07:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:07:59:57] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T07:59:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T07:59:58.094447+0000 mgr.y (mgr.24491) 9089 : cluster [DBG] pgmap v8025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 07:59:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:59:58.980376+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:59:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T07:59:58.094447+0000 mgr.y (mgr.24491) 9089 : cluster [DBG] pgmap v8025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 07:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:59:58.980376+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T07:59:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T07:59:58.094447+0000 mgr.y (mgr.24491) 9089 : cluster [DBG] pgmap v8025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T07:59:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 07:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:59:58.980376+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:00:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:59:59.274298+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:00:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:59:59.274926+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:00:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T07:59:59.281961+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:00:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:00.000148+0000 mon.a (mon.0) 2256 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:00:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T07:59:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:00:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:59:59.274298+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:00:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:59:59.274926+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:00:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T07:59:59.281961+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:00:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:00.000148+0000 mon.a (mon.0) 2256 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:00:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:59:59.274298+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:00:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:59:59.274926+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:00:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T07:59:59.281961+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:00:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:00.000148+0000 mon.a (mon.0) 2256 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:00:01.281 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:00:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:00.095155+0000 mgr.y (mgr.24491) 9090 : cluster [DBG] pgmap v8026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:00.095155+0000 mgr.y (mgr.24491) 9090 : cluster [DBG] pgmap v8026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:00.095155+0000 mgr.y (mgr.24491) 9090 : cluster [DBG] pgmap v8026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:02.095615+0000 mgr.y (mgr.24491) 9091 : cluster [DBG] pgmap v8027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:02.095615+0000 mgr.y (mgr.24491) 9091 : cluster [DBG] pgmap v8027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:02.095615+0000 mgr.y (mgr.24491) 9091 : cluster [DBG] pgmap v8027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:04.096174+0000 mgr.y (mgr.24491) 9092 : cluster [DBG] pgmap v8028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:04.096174+0000 mgr.y (mgr.24491) 9092 : cluster [DBG] pgmap v8028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:04.096174+0000 mgr.y (mgr.24491) 9092 : cluster [DBG] pgmap v8028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:07.174 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:00:07.449 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:00:07.449 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 69s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 68s ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 69s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 68s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 68s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 69s ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 69s ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 68s ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 69s ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 69s ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 68s ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 69s ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 69s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 69s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 69s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:00:07.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 68s ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:00:07.451 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 68s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:00:07.451 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 68s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:00:07.451 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 68s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:00:07.451 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 68s ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:00:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:06.097027+0000 mgr.y (mgr.24491) 9093 : cluster [DBG] pgmap v8029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:06.097027+0000 mgr.y (mgr.24491) 9093 : cluster [DBG] pgmap v8029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:06.097027+0000 mgr.y (mgr.24491) 9093 : cluster [DBG] pgmap v8029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:07.784 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:00:07.784 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:00:07.784 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:00:07.784 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:00:07.784 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:00:07.784 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:00:07.784 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:00:07.784 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:00:07.785 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:00:07.785 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:00:07.785 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:00:07.785 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:00:07.785 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:00:07.785 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:00:07.785 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:00:07.785 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:00:07.785 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:00:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:07] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:00:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:00:07.163025+0000 mgr.y (mgr.24491) 9094 : audit [DBG] from='client.34097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:00:07.443204+0000 mgr.y (mgr.24491) 9095 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:00:07.785650+0000 mon.c (mon.2) 299 : audit [DBG] from='client.? 172.21.15.177:0/2567981234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:00:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:00:07.163025+0000 mgr.y (mgr.24491) 9094 : audit [DBG] from='client.34097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:00:07.443204+0000 mgr.y (mgr.24491) 9095 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:00:07.785650+0000 mon.c (mon.2) 299 : audit [DBG] from='client.? 172.21.15.177:0/2567981234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:00:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:00:07.163025+0000 mgr.y (mgr.24491) 9094 : audit [DBG] from='client.34097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:00:07.443204+0000 mgr.y (mgr.24491) 9095 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:00:07.785650+0000 mon.c (mon.2) 299 : audit [DBG] from='client.? 172.21.15.177:0/2567981234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:00:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:08.097491+0000 mgr.y (mgr.24491) 9096 : cluster [DBG] pgmap v8030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:08.097491+0000 mgr.y (mgr.24491) 9096 : cluster [DBG] pgmap v8030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:08.097491+0000 mgr.y (mgr.24491) 9096 : cluster [DBG] pgmap v8030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:11.300 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:00:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:10.098209+0000 mgr.y (mgr.24491) 9097 : cluster [DBG] pgmap v8031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:10.098209+0000 mgr.y (mgr.24491) 9097 : cluster [DBG] pgmap v8031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:10.098209+0000 mgr.y (mgr.24491) 9097 : cluster [DBG] pgmap v8031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:12.098693+0000 mgr.y (mgr.24491) 9098 : cluster [DBG] pgmap v8032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:12.098693+0000 mgr.y (mgr.24491) 9098 : cluster [DBG] pgmap v8032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:12.098693+0000 mgr.y (mgr.24491) 9098 : cluster [DBG] pgmap v8032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:14.099114+0000 mgr.y (mgr.24491) 9099 : cluster [DBG] pgmap v8033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:14.099114+0000 mgr.y (mgr.24491) 9099 : cluster [DBG] pgmap v8033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:15.661 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:14.099114+0000 mgr.y (mgr.24491) 9099 : cluster [DBG] pgmap v8033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:16.100008+0000 mgr.y (mgr.24491) 9100 : cluster [DBG] pgmap v8034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:16.100008+0000 mgr.y (mgr.24491) 9100 : cluster [DBG] pgmap v8034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:16.100008+0000 mgr.y (mgr.24491) 9100 : cluster [DBG] pgmap v8034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:17] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:00:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:18.100453+0000 mgr.y (mgr.24491) 9101 : cluster [DBG] pgmap v8035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:18.100453+0000 mgr.y (mgr.24491) 9101 : cluster [DBG] pgmap v8035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:18.100453+0000 mgr.y (mgr.24491) 9101 : cluster [DBG] pgmap v8035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:21.314 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:00:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:20.101142+0000 mgr.y (mgr.24491) 9102 : cluster [DBG] pgmap v8036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:20.101142+0000 mgr.y (mgr.24491) 9102 : cluster [DBG] pgmap v8036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:20.101142+0000 mgr.y (mgr.24491) 9102 : cluster [DBG] pgmap v8036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:22.101632+0000 mgr.y (mgr.24491) 9103 : cluster [DBG] pgmap v8037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:22.101632+0000 mgr.y (mgr.24491) 9103 : cluster [DBG] pgmap v8037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:22.101632+0000 mgr.y (mgr.24491) 9103 : cluster [DBG] pgmap v8037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:24.102064+0000 mgr.y (mgr.24491) 9104 : cluster [DBG] pgmap v8038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:24.102064+0000 mgr.y (mgr.24491) 9104 : cluster [DBG] pgmap v8038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:24.102064+0000 mgr.y (mgr.24491) 9104 : cluster [DBG] pgmap v8038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:26.102795+0000 mgr.y (mgr.24491) 9105 : cluster [DBG] pgmap v8039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:26.102795+0000 mgr.y (mgr.24491) 9105 : cluster [DBG] pgmap v8039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:26.102795+0000 mgr.y (mgr.24491) 9105 : cluster [DBG] pgmap v8039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:27] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:00:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:28.103327+0000 mgr.y (mgr.24491) 9106 : cluster [DBG] pgmap v8040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:28.103327+0000 mgr.y (mgr.24491) 9106 : cluster [DBG] pgmap v8040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:28.103327+0000 mgr.y (mgr.24491) 9106 : cluster [DBG] pgmap v8040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:31.331 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:00:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:30.104009+0000 mgr.y (mgr.24491) 9107 : cluster [DBG] pgmap v8041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:30.104009+0000 mgr.y (mgr.24491) 9107 : cluster [DBG] pgmap v8041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:30.104009+0000 mgr.y (mgr.24491) 9107 : cluster [DBG] pgmap v8041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:32.104537+0000 mgr.y (mgr.24491) 9108 : cluster [DBG] pgmap v8042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:32.104537+0000 mgr.y (mgr.24491) 9108 : cluster [DBG] pgmap v8042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:32.104537+0000 mgr.y (mgr.24491) 9108 : cluster [DBG] pgmap v8042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:34.104932+0000 mgr.y (mgr.24491) 9109 : cluster [DBG] pgmap v8043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:34.104932+0000 mgr.y (mgr.24491) 9109 : cluster [DBG] pgmap v8043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:34.104932+0000 mgr.y (mgr.24491) 9109 : cluster [DBG] pgmap v8043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:36.105788+0000 mgr.y (mgr.24491) 9110 : cluster [DBG] pgmap v8044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:36.105788+0000 mgr.y (mgr.24491) 9110 : cluster [DBG] pgmap v8044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:36.105788+0000 mgr.y (mgr.24491) 9110 : cluster [DBG] pgmap v8044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:38.095 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:00:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:37] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 100s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 99s ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 100s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 99s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 99s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 100s ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 100s ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 99s ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 100s ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 100s ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:00:38.372 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 99s ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:00:38.373 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 100s ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:00:38.373 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 100s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:00:38.373 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 100s ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:00:38.373 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 100s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:00:38.373 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 99s ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:00:38.373 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 99s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:00:38.373 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 99s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:00:38.373 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 99s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:00:38.373 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 99s ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:00:38.705 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:00:38.705 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:00:38.705 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:00:38.705 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:00:38.705 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:00:38.705 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:00:38.705 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:00:38.706 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:00:38.706 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:00:38.706 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:00:38.706 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:00:38.706 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:00:38.706 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:00:38.706 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:00:38.706 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:00:38.706 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:00:38.707 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:00:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:00:38.084579+0000 mgr.y (mgr.24491) 9111 : audit [DBG] from='client.34115 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:38.106137+0000 mgr.y (mgr.24491) 9112 : cluster [DBG] pgmap v8045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:00:38.365677+0000 mgr.y (mgr.24491) 9113 : audit [DBG] from='client.34121 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:00:38.706073+0000 mon.a (mon.0) 2257 : audit [DBG] from='client.? 172.21.15.177:0/874683594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:00:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:00:38.084579+0000 mgr.y (mgr.24491) 9111 : audit [DBG] from='client.34115 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:38.106137+0000 mgr.y (mgr.24491) 9112 : cluster [DBG] pgmap v8045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:00:38.365677+0000 mgr.y (mgr.24491) 9113 : audit [DBG] from='client.34121 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:00:38.706073+0000 mon.a (mon.0) 2257 : audit [DBG] from='client.? 172.21.15.177:0/874683594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:00:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:00:38.084579+0000 mgr.y (mgr.24491) 9111 : audit [DBG] from='client.34115 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:38.106137+0000 mgr.y (mgr.24491) 9112 : cluster [DBG] pgmap v8045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:00:38.365677+0000 mgr.y (mgr.24491) 9113 : audit [DBG] from='client.34121 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:00:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:00:38.706073+0000 mon.a (mon.0) 2257 : audit [DBG] from='client.? 172.21.15.177:0/874683594' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:00:41.349 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:00:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:40.106756+0000 mgr.y (mgr.24491) 9114 : cluster [DBG] pgmap v8046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:40.106756+0000 mgr.y (mgr.24491) 9114 : cluster [DBG] pgmap v8046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:40.106756+0000 mgr.y (mgr.24491) 9114 : cluster [DBG] pgmap v8046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:42.107253+0000 mgr.y (mgr.24491) 9115 : cluster [DBG] pgmap v8047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:42.107253+0000 mgr.y (mgr.24491) 9115 : cluster [DBG] pgmap v8047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:42.107253+0000 mgr.y (mgr.24491) 9115 : cluster [DBG] pgmap v8047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:44.107648+0000 mgr.y (mgr.24491) 9116 : cluster [DBG] pgmap v8048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:44.107648+0000 mgr.y (mgr.24491) 9116 : cluster [DBG] pgmap v8048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:44.107648+0000 mgr.y (mgr.24491) 9116 : cluster [DBG] pgmap v8048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:46.108350+0000 mgr.y (mgr.24491) 9117 : cluster [DBG] pgmap v8049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:46.108350+0000 mgr.y (mgr.24491) 9117 : cluster [DBG] pgmap v8049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:46.108350+0000 mgr.y (mgr.24491) 9117 : cluster [DBG] pgmap v8049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:47] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T08:00:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:48.108826+0000 mgr.y (mgr.24491) 9118 : cluster [DBG] pgmap v8050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:48.108826+0000 mgr.y (mgr.24491) 9118 : cluster [DBG] pgmap v8050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:48.108826+0000 mgr.y (mgr.24491) 9118 : cluster [DBG] pgmap v8050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:51.367 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:00:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:50.109535+0000 mgr.y (mgr.24491) 9119 : cluster [DBG] pgmap v8051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:50.109535+0000 mgr.y (mgr.24491) 9119 : cluster [DBG] pgmap v8051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:50.109535+0000 mgr.y (mgr.24491) 9119 : cluster [DBG] pgmap v8051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:52.110109+0000 mgr.y (mgr.24491) 9120 : cluster [DBG] pgmap v8052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:52.110109+0000 mgr.y (mgr.24491) 9120 : cluster [DBG] pgmap v8052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:52.110109+0000 mgr.y (mgr.24491) 9120 : cluster [DBG] pgmap v8052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:54.110639+0000 mgr.y (mgr.24491) 9121 : cluster [DBG] pgmap v8053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:54.110639+0000 mgr.y (mgr.24491) 9121 : cluster [DBG] pgmap v8053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:54.110639+0000 mgr.y (mgr.24491) 9121 : cluster [DBG] pgmap v8053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:56.111434+0000 mgr.y (mgr.24491) 9122 : cluster [DBG] pgmap v8054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:56.111434+0000 mgr.y (mgr.24491) 9122 : cluster [DBG] pgmap v8054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:56.111434+0000 mgr.y (mgr.24491) 9122 : cluster [DBG] pgmap v8054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:00:57] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T08:00:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:00:58.111847+0000 mgr.y (mgr.24491) 9123 : cluster [DBG] pgmap v8055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:00:59.292705+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:00:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:00:58.111847+0000 mgr.y (mgr.24491) 9123 : cluster [DBG] pgmap v8055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:59.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:00:59.292705+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:00:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:00:58.111847+0000 mgr.y (mgr.24491) 9123 : cluster [DBG] pgmap v8055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:00:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:00:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:00:59.292705+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:01:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:00:59.592150+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:01:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:00:59.592753+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:01:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:00:59.597201+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:01:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:00:59.592150+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:01:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:00:59.592753+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:01:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:00:59.597201+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:01:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:00:59.592150+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:01:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:00:59.592753+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:01:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:00:59.597201+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:01:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:01:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:00.112373+0000 mgr.y (mgr.24491) 9124 : cluster [DBG] pgmap v8056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:00.112373+0000 mgr.y (mgr.24491) 9124 : cluster [DBG] pgmap v8056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:00.112373+0000 mgr.y (mgr.24491) 9124 : cluster [DBG] pgmap v8056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:02.112754+0000 mgr.y (mgr.24491) 9125 : cluster [DBG] pgmap v8057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:02.112754+0000 mgr.y (mgr.24491) 9125 : cluster [DBG] pgmap v8057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:02.112754+0000 mgr.y (mgr.24491) 9125 : cluster [DBG] pgmap v8057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:04.113200+0000 mgr.y (mgr.24491) 9126 : cluster [DBG] pgmap v8058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:04.113200+0000 mgr.y (mgr.24491) 9126 : cluster [DBG] pgmap v8058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:04.113200+0000 mgr.y (mgr.24491) 9126 : cluster [DBG] pgmap v8058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:06.114067+0000 mgr.y (mgr.24491) 9127 : cluster [DBG] pgmap v8059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:07] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:01:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:06.114067+0000 mgr.y (mgr.24491) 9127 : cluster [DBG] pgmap v8059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:06.114067+0000 mgr.y (mgr.24491) 9127 : cluster [DBG] pgmap v8059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:09.017 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:01:09.289 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:01:09.290 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 2m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:01:09.290 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 2m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:01:09.290 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 2m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:01:09.290 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 2m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:01:09.290 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 2m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:01:09.290 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 2m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:01:09.290 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 2m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:01:09.290 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 2m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:01:09.291 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 2m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:01:09.291 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 2m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:01:09.291 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 2m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:01:09.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 2m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:01:09.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:01:09.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 2m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:01:09.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 2m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:01:09.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 2m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:01:09.292 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 2m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:01:09.292 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 2m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:01:09.292 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 2m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:01:09.292 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 2m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:01:09.624 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:01:09.625 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:01:09.626 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:01:09.626 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:01:09.626 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:01:09.626 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:01:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:08.114464+0000 mgr.y (mgr.24491) 9128 : cluster [DBG] pgmap v8060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:08.114464+0000 mgr.y (mgr.24491) 9128 : cluster [DBG] pgmap v8060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:08.114464+0000 mgr.y (mgr.24491) 9128 : cluster [DBG] pgmap v8060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:01:09.005845+0000 mgr.y (mgr.24491) 9129 : audit [DBG] from='client.24228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:01:09.283082+0000 mgr.y (mgr.24491) 9130 : audit [DBG] from='client.24234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:01:09.625934+0000 mon.c (mon.2) 300 : audit [DBG] from='client.? 172.21.15.177:0/3221485952' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:01:10.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:01:09.005845+0000 mgr.y (mgr.24491) 9129 : audit [DBG] from='client.24228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:10.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:01:09.283082+0000 mgr.y (mgr.24491) 9130 : audit [DBG] from='client.24234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:10.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:01:09.625934+0000 mon.c (mon.2) 300 : audit [DBG] from='client.? 172.21.15.177:0/3221485952' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:01:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:01:09.005845+0000 mgr.y (mgr.24491) 9129 : audit [DBG] from='client.24228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:01:09.283082+0000 mgr.y (mgr.24491) 9130 : audit [DBG] from='client.24234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:11.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:01:09.625934+0000 mon.c (mon.2) 300 : audit [DBG] from='client.? 172.21.15.177:0/3221485952' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:01:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:01:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:10.115061+0000 mgr.y (mgr.24491) 9131 : cluster [DBG] pgmap v8061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:10.115061+0000 mgr.y (mgr.24491) 9131 : cluster [DBG] pgmap v8061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:10.115061+0000 mgr.y (mgr.24491) 9131 : cluster [DBG] pgmap v8061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:12.115487+0000 mgr.y (mgr.24491) 9132 : cluster [DBG] pgmap v8062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:12.115487+0000 mgr.y (mgr.24491) 9132 : cluster [DBG] pgmap v8062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:12.115487+0000 mgr.y (mgr.24491) 9132 : cluster [DBG] pgmap v8062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:14.116038+0000 mgr.y (mgr.24491) 9133 : cluster [DBG] pgmap v8063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:14.116038+0000 mgr.y (mgr.24491) 9133 : cluster [DBG] pgmap v8063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:14.116038+0000 mgr.y (mgr.24491) 9133 : cluster [DBG] pgmap v8063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:16.116872+0000 mgr.y (mgr.24491) 9134 : cluster [DBG] pgmap v8064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:16.116872+0000 mgr.y (mgr.24491) 9134 : cluster [DBG] pgmap v8064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:16.116872+0000 mgr.y (mgr.24491) 9134 : cluster [DBG] pgmap v8064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:17] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T08:01:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:18.117440+0000 mgr.y (mgr.24491) 9135 : cluster [DBG] pgmap v8065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:18.117440+0000 mgr.y (mgr.24491) 9135 : cluster [DBG] pgmap v8065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:18.117440+0000 mgr.y (mgr.24491) 9135 : cluster [DBG] pgmap v8065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:20.118244+0000 mgr.y (mgr.24491) 9136 : cluster [DBG] pgmap v8066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:01:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:20.118244+0000 mgr.y (mgr.24491) 9136 : cluster [DBG] pgmap v8066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:20.118244+0000 mgr.y (mgr.24491) 9136 : cluster [DBG] pgmap v8066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:22.118677+0000 mgr.y (mgr.24491) 9137 : cluster [DBG] pgmap v8067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:22.118677+0000 mgr.y (mgr.24491) 9137 : cluster [DBG] pgmap v8067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:22.118677+0000 mgr.y (mgr.24491) 9137 : cluster [DBG] pgmap v8067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:24.119188+0000 mgr.y (mgr.24491) 9138 : cluster [DBG] pgmap v8068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:24.119188+0000 mgr.y (mgr.24491) 9138 : cluster [DBG] pgmap v8068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:24.119188+0000 mgr.y (mgr.24491) 9138 : cluster [DBG] pgmap v8068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:26.120008+0000 mgr.y (mgr.24491) 9139 : cluster [DBG] pgmap v8069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:26.120008+0000 mgr.y (mgr.24491) 9139 : cluster [DBG] pgmap v8069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:26.120008+0000 mgr.y (mgr.24491) 9139 : cluster [DBG] pgmap v8069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:27] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T08:01:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:28.120468+0000 mgr.y (mgr.24491) 9140 : cluster [DBG] pgmap v8070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:28.120468+0000 mgr.y (mgr.24491) 9140 : cluster [DBG] pgmap v8070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:28.120468+0000 mgr.y (mgr.24491) 9140 : cluster [DBG] pgmap v8070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:30.121217+0000 mgr.y (mgr.24491) 9141 : cluster [DBG] pgmap v8071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:01:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:30.121217+0000 mgr.y (mgr.24491) 9141 : cluster [DBG] pgmap v8071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:30.121217+0000 mgr.y (mgr.24491) 9141 : cluster [DBG] pgmap v8071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:32.121597+0000 mgr.y (mgr.24491) 9142 : cluster [DBG] pgmap v8072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:32.121597+0000 mgr.y (mgr.24491) 9142 : cluster [DBG] pgmap v8072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:32.121597+0000 mgr.y (mgr.24491) 9142 : cluster [DBG] pgmap v8072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:34.122102+0000 mgr.y (mgr.24491) 9143 : cluster [DBG] pgmap v8073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:34.122102+0000 mgr.y (mgr.24491) 9143 : cluster [DBG] pgmap v8073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:34.122102+0000 mgr.y (mgr.24491) 9143 : cluster [DBG] pgmap v8073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:36.122719+0000 mgr.y (mgr.24491) 9144 : cluster [DBG] pgmap v8074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:36.122719+0000 mgr.y (mgr.24491) 9144 : cluster [DBG] pgmap v8074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:36.122719+0000 mgr.y (mgr.24491) 9144 : cluster [DBG] pgmap v8074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:37] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:01:39.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:38.123132+0000 mgr.y (mgr.24491) 9145 : cluster [DBG] pgmap v8075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:38.123132+0000 mgr.y (mgr.24491) 9145 : cluster [DBG] pgmap v8075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:38.123132+0000 mgr.y (mgr.24491) 9145 : cluster [DBG] pgmap v8075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:01:40.212 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:01:40.213 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 2m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:01:40.213 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 2m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:01:40.213 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 2m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:01:40.213 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 2m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:01:40.213 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 2m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:01:40.213 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 2m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:01:40.213 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 2m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:01:40.213 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 2m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:01:40.213 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 2m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:01:40.213 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 2m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:01:40.214 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 2m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:01:40.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 2m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:01:40.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:01:40.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 2m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:01:40.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 2m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:01:40.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 2m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:01:40.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 2m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:01:40.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 2m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:01:40.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 2m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:01:40.214 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 2m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:01:40.546 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:01:40.546 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:01:40.546 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:01:40.546 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:01:40.546 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:01:40.546 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:01:40.546 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:01:40.547 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:01:40.547 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:01:40.547 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:01:40.547 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:01:40.547 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:01:40.547 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:01:40.547 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:01:40.547 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:01:40.547 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:01:40.547 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:01:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:01:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:01:39.925589+0000 mgr.y (mgr.24491) 9146 : audit [DBG] from='client.24246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:40.123846+0000 mgr.y (mgr.24491) 9147 : cluster [DBG] pgmap v8076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:01:40.205506+0000 mgr.y (mgr.24491) 9148 : audit [DBG] from='client.24252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:01:40.547224+0000 mon.a (mon.0) 2262 : audit [DBG] from='client.? 172.21.15.177:0/808269570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:01:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:01:39.925589+0000 mgr.y (mgr.24491) 9146 : audit [DBG] from='client.24246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:40.123846+0000 mgr.y (mgr.24491) 9147 : cluster [DBG] pgmap v8076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:01:40.205506+0000 mgr.y (mgr.24491) 9148 : audit [DBG] from='client.24252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:01:40.547224+0000 mon.a (mon.0) 2262 : audit [DBG] from='client.? 172.21.15.177:0/808269570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:01:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:01:39.925589+0000 mgr.y (mgr.24491) 9146 : audit [DBG] from='client.24246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:40.123846+0000 mgr.y (mgr.24491) 9147 : cluster [DBG] pgmap v8076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:01:40.205506+0000 mgr.y (mgr.24491) 9148 : audit [DBG] from='client.24252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:01:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:01:40.547224+0000 mon.a (mon.0) 2262 : audit [DBG] from='client.? 172.21.15.177:0/808269570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:01:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:42.124337+0000 mgr.y (mgr.24491) 9149 : cluster [DBG] pgmap v8077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:42.124337+0000 mgr.y (mgr.24491) 9149 : cluster [DBG] pgmap v8077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:42.124337+0000 mgr.y (mgr.24491) 9149 : cluster [DBG] pgmap v8077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:44.124833+0000 mgr.y (mgr.24491) 9150 : cluster [DBG] pgmap v8078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:44.124833+0000 mgr.y (mgr.24491) 9150 : cluster [DBG] pgmap v8078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:44.124833+0000 mgr.y (mgr.24491) 9150 : cluster [DBG] pgmap v8078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:46.125500+0000 mgr.y (mgr.24491) 9151 : cluster [DBG] pgmap v8079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:46.125500+0000 mgr.y (mgr.24491) 9151 : cluster [DBG] pgmap v8079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:46.125500+0000 mgr.y (mgr.24491) 9151 : cluster [DBG] pgmap v8079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:01:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:48.126066+0000 mgr.y (mgr.24491) 9152 : cluster [DBG] pgmap v8080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:48.126066+0000 mgr.y (mgr.24491) 9152 : cluster [DBG] pgmap v8080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:48.126066+0000 mgr.y (mgr.24491) 9152 : cluster [DBG] pgmap v8080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:50.126896+0000 mgr.y (mgr.24491) 9153 : cluster [DBG] pgmap v8081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:01:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:50.126896+0000 mgr.y (mgr.24491) 9153 : cluster [DBG] pgmap v8081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:50.126896+0000 mgr.y (mgr.24491) 9153 : cluster [DBG] pgmap v8081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:52.127392+0000 mgr.y (mgr.24491) 9154 : cluster [DBG] pgmap v8082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:52.127392+0000 mgr.y (mgr.24491) 9154 : cluster [DBG] pgmap v8082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:52.127392+0000 mgr.y (mgr.24491) 9154 : cluster [DBG] pgmap v8082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:54.127777+0000 mgr.y (mgr.24491) 9155 : cluster [DBG] pgmap v8083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:54.127777+0000 mgr.y (mgr.24491) 9155 : cluster [DBG] pgmap v8083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:54.127777+0000 mgr.y (mgr.24491) 9155 : cluster [DBG] pgmap v8083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:56.128502+0000 mgr.y (mgr.24491) 9156 : cluster [DBG] pgmap v8084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:56.128502+0000 mgr.y (mgr.24491) 9156 : cluster [DBG] pgmap v8084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:56.128502+0000 mgr.y (mgr.24491) 9156 : cluster [DBG] pgmap v8084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:01:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:01:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:01:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:01:58.129093+0000 mgr.y (mgr.24491) 9157 : cluster [DBG] pgmap v8085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:01:58.129093+0000 mgr.y (mgr.24491) 9157 : cluster [DBG] pgmap v8085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:01:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:01:58.129093+0000 mgr.y (mgr.24491) 9157 : cluster [DBG] pgmap v8085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:01:59.601407+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:02:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:01:59.846142+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:02:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:02:00.114298+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:02:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:02:00.115233+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:02:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:02:00.119498+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:02:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:01:59.601407+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:02:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:01:59.846142+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:02:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:02:00.114298+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:02:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:02:00.115233+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:02:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:02:00.119498+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:02:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:01:59.601407+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:02:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:01:59.846142+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:02:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:02:00.114298+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:02:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:02:00.115233+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:02:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:02:00.119498+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:02:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:00.129862+0000 mgr.y (mgr.24491) 9158 : cluster [DBG] pgmap v8086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:02:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:00.129862+0000 mgr.y (mgr.24491) 9158 : cluster [DBG] pgmap v8086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:00.129862+0000 mgr.y (mgr.24491) 9158 : cluster [DBG] pgmap v8086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:02.130256+0000 mgr.y (mgr.24491) 9159 : cluster [DBG] pgmap v8087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:02.130256+0000 mgr.y (mgr.24491) 9159 : cluster [DBG] pgmap v8087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:02.130256+0000 mgr.y (mgr.24491) 9159 : cluster [DBG] pgmap v8087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:04.130817+0000 mgr.y (mgr.24491) 9160 : cluster [DBG] pgmap v8088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:04.130817+0000 mgr.y (mgr.24491) 9160 : cluster [DBG] pgmap v8088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:04.130817+0000 mgr.y (mgr.24491) 9160 : cluster [DBG] pgmap v8088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:06.131732+0000 mgr.y (mgr.24491) 9161 : cluster [DBG] pgmap v8089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:06.131732+0000 mgr.y (mgr.24491) 9161 : cluster [DBG] pgmap v8089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:06.131732+0000 mgr.y (mgr.24491) 9161 : cluster [DBG] pgmap v8089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:07] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:02:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:08.132130+0000 mgr.y (mgr.24491) 9162 : cluster [DBG] pgmap v8090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:08.132130+0000 mgr.y (mgr.24491) 9162 : cluster [DBG] pgmap v8090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:08.132130+0000 mgr.y (mgr.24491) 9162 : cluster [DBG] pgmap v8090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:10.858 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:02:11.133 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:02:11.133 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 3m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 3m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 3m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 3m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 3m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 3m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 3m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 3m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 3m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 3m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 3m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 3m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:02:11.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:02:11.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 3m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:02:11.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 3m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:02:11.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 3m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:02:11.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 3m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:02:11.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 3m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:02:11.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 3m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:02:11.135 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 3m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:02:11.468 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:02:11.468 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:02:11.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:02:11.469 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:02:11.469 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:02:11.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:02:11.469 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:02:11.469 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:02:11.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:02:11.469 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:02:11.469 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:02:11.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:02:11.470 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:02:11.470 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:02:11.470 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:02:11.470 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:02:11.470 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:02:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:10.132934+0000 mgr.y (mgr.24491) 9163 : cluster [DBG] pgmap v8091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:02:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:10.132934+0000 mgr.y (mgr.24491) 9163 : cluster [DBG] pgmap v8091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:10.132934+0000 mgr.y (mgr.24491) 9163 : cluster [DBG] pgmap v8091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:02:10.846730+0000 mgr.y (mgr.24491) 9164 : audit [DBG] from='client.24264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:02:11.126270+0000 mgr.y (mgr.24491) 9165 : audit [DBG] from='client.24270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:02:11.469531+0000 mon.c (mon.2) 301 : audit [DBG] from='client.? 172.21.15.177:0/2100921428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:02:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:02:10.846730+0000 mgr.y (mgr.24491) 9164 : audit [DBG] from='client.24264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:02:11.126270+0000 mgr.y (mgr.24491) 9165 : audit [DBG] from='client.24270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:02:11.469531+0000 mon.c (mon.2) 301 : audit [DBG] from='client.? 172.21.15.177:0/2100921428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:02:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:02:10.846730+0000 mgr.y (mgr.24491) 9164 : audit [DBG] from='client.24264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:02:11.126270+0000 mgr.y (mgr.24491) 9165 : audit [DBG] from='client.24270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:12.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:02:11.469531+0000 mon.c (mon.2) 301 : audit [DBG] from='client.? 172.21.15.177:0/2100921428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:02:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:12.133488+0000 mgr.y (mgr.24491) 9166 : cluster [DBG] pgmap v8092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:12.133488+0000 mgr.y (mgr.24491) 9166 : cluster [DBG] pgmap v8092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:12.133488+0000 mgr.y (mgr.24491) 9166 : cluster [DBG] pgmap v8092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:14.133871+0000 mgr.y (mgr.24491) 9167 : cluster [DBG] pgmap v8093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:14.133871+0000 mgr.y (mgr.24491) 9167 : cluster [DBG] pgmap v8093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:14.133871+0000 mgr.y (mgr.24491) 9167 : cluster [DBG] pgmap v8093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:16.134624+0000 mgr.y (mgr.24491) 9168 : cluster [DBG] pgmap v8094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:16.134624+0000 mgr.y (mgr.24491) 9168 : cluster [DBG] pgmap v8094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:16.134624+0000 mgr.y (mgr.24491) 9168 : cluster [DBG] pgmap v8094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:17] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:02:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:18.135015+0000 mgr.y (mgr.24491) 9169 : cluster [DBG] pgmap v8095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:18.135015+0000 mgr.y (mgr.24491) 9169 : cluster [DBG] pgmap v8095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:18.135015+0000 mgr.y (mgr.24491) 9169 : cluster [DBG] pgmap v8095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:20.135801+0000 mgr.y (mgr.24491) 9170 : cluster [DBG] pgmap v8096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:02:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:20.135801+0000 mgr.y (mgr.24491) 9170 : cluster [DBG] pgmap v8096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:20.135801+0000 mgr.y (mgr.24491) 9170 : cluster [DBG] pgmap v8096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:22.136305+0000 mgr.y (mgr.24491) 9171 : cluster [DBG] pgmap v8097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:22.136305+0000 mgr.y (mgr.24491) 9171 : cluster [DBG] pgmap v8097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:22.136305+0000 mgr.y (mgr.24491) 9171 : cluster [DBG] pgmap v8097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:25.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:24.136779+0000 mgr.y (mgr.24491) 9172 : cluster [DBG] pgmap v8098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:24.136779+0000 mgr.y (mgr.24491) 9172 : cluster [DBG] pgmap v8098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:24.136779+0000 mgr.y (mgr.24491) 9172 : cluster [DBG] pgmap v8098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:26.137631+0000 mgr.y (mgr.24491) 9173 : cluster [DBG] pgmap v8099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:26.137631+0000 mgr.y (mgr.24491) 9173 : cluster [DBG] pgmap v8099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:26.137631+0000 mgr.y (mgr.24491) 9173 : cluster [DBG] pgmap v8099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:27] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:02:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:28.138140+0000 mgr.y (mgr.24491) 9174 : cluster [DBG] pgmap v8100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:28.138140+0000 mgr.y (mgr.24491) 9174 : cluster [DBG] pgmap v8100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:28.138140+0000 mgr.y (mgr.24491) 9174 : cluster [DBG] pgmap v8100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:02:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:30.138848+0000 mgr.y (mgr.24491) 9175 : cluster [DBG] pgmap v8101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:30.138848+0000 mgr.y (mgr.24491) 9175 : cluster [DBG] pgmap v8101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:30.138848+0000 mgr.y (mgr.24491) 9175 : cluster [DBG] pgmap v8101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:32.139331+0000 mgr.y (mgr.24491) 9176 : cluster [DBG] pgmap v8102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:32.139331+0000 mgr.y (mgr.24491) 9176 : cluster [DBG] pgmap v8102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:32.139331+0000 mgr.y (mgr.24491) 9176 : cluster [DBG] pgmap v8102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:34.139814+0000 mgr.y (mgr.24491) 9177 : cluster [DBG] pgmap v8103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:34.139814+0000 mgr.y (mgr.24491) 9177 : cluster [DBG] pgmap v8103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:34.139814+0000 mgr.y (mgr.24491) 9177 : cluster [DBG] pgmap v8103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:36.140456+0000 mgr.y (mgr.24491) 9178 : cluster [DBG] pgmap v8104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:36.140456+0000 mgr.y (mgr.24491) 9178 : cluster [DBG] pgmap v8104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:36.140456+0000 mgr.y (mgr.24491) 9178 : cluster [DBG] pgmap v8104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:37] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:02:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:38.140919+0000 mgr.y (mgr.24491) 9179 : cluster [DBG] pgmap v8105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:38.140919+0000 mgr.y (mgr.24491) 9179 : cluster [DBG] pgmap v8105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:38.140919+0000 mgr.y (mgr.24491) 9179 : cluster [DBG] pgmap v8105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:02:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:40.141497+0000 mgr.y (mgr.24491) 9180 : cluster [DBG] pgmap v8106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:40.141497+0000 mgr.y (mgr.24491) 9180 : cluster [DBG] pgmap v8106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:40.141497+0000 mgr.y (mgr.24491) 9180 : cluster [DBG] pgmap v8106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:41.784 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:02:42.063 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:02:42.063 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 3m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:02:42.063 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 3m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:02:42.063 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 3m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:02:42.063 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 3m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:02:42.063 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 3m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:02:42.063 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 3m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:02:42.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 3m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:02:42.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 3m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:02:42.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 3m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:02:42.064 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 3m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:02:42.064 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 3m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:02:42.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 3m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:02:42.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:02:42.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 3m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:02:42.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 3m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:02:42.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 3m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:02:42.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 3m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:02:42.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 3m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:02:42.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 3m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:02:42.064 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 3m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:02:42.401 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:02:42.401 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:02:42.401 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:02:42.401 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:02:42.402 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:02:42.402 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:02:42.402 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:02:42.402 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:02:42.402 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:02:42.402 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:02:42.402 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:02:42.402 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:02:42.402 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:02:42.403 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:02:42.403 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:02:42.403 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:02:42.403 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:02:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:02:41.773740+0000 mgr.y (mgr.24491) 9181 : audit [DBG] from='client.24282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:02:42.056456+0000 mgr.y (mgr.24491) 9182 : audit [DBG] from='client.24288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:42.141862+0000 mgr.y (mgr.24491) 9183 : cluster [DBG] pgmap v8107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:02:42.402404+0000 mon.a (mon.0) 2268 : audit [DBG] from='client.? 172.21.15.177:0/1165206072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:02:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:02:41.773740+0000 mgr.y (mgr.24491) 9181 : audit [DBG] from='client.24282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:02:42.056456+0000 mgr.y (mgr.24491) 9182 : audit [DBG] from='client.24288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:42.141862+0000 mgr.y (mgr.24491) 9183 : cluster [DBG] pgmap v8107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:02:42.402404+0000 mon.a (mon.0) 2268 : audit [DBG] from='client.? 172.21.15.177:0/1165206072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:02:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:02:41.773740+0000 mgr.y (mgr.24491) 9181 : audit [DBG] from='client.24282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:02:42.056456+0000 mgr.y (mgr.24491) 9182 : audit [DBG] from='client.24288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:02:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:42.141862+0000 mgr.y (mgr.24491) 9183 : cluster [DBG] pgmap v8107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:02:42.402404+0000 mon.a (mon.0) 2268 : audit [DBG] from='client.? 172.21.15.177:0/1165206072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:02:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:44.142189+0000 mgr.y (mgr.24491) 9184 : cluster [DBG] pgmap v8108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:44.142189+0000 mgr.y (mgr.24491) 9184 : cluster [DBG] pgmap v8108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:44.142189+0000 mgr.y (mgr.24491) 9184 : cluster [DBG] pgmap v8108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:46.142872+0000 mgr.y (mgr.24491) 9185 : cluster [DBG] pgmap v8109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:46.142872+0000 mgr.y (mgr.24491) 9185 : cluster [DBG] pgmap v8109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:46.142872+0000 mgr.y (mgr.24491) 9185 : cluster [DBG] pgmap v8109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:02:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:48.143374+0000 mgr.y (mgr.24491) 9186 : cluster [DBG] pgmap v8110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:48.143374+0000 mgr.y (mgr.24491) 9186 : cluster [DBG] pgmap v8110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:48.143374+0000 mgr.y (mgr.24491) 9186 : cluster [DBG] pgmap v8110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:51.260 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:02:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:50.144147+0000 mgr.y (mgr.24491) 9187 : cluster [DBG] pgmap v8111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:50.144147+0000 mgr.y (mgr.24491) 9187 : cluster [DBG] pgmap v8111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:50.144147+0000 mgr.y (mgr.24491) 9187 : cluster [DBG] pgmap v8111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:52.144674+0000 mgr.y (mgr.24491) 9188 : cluster [DBG] pgmap v8112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:52.144674+0000 mgr.y (mgr.24491) 9188 : cluster [DBG] pgmap v8112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:52.144674+0000 mgr.y (mgr.24491) 9188 : cluster [DBG] pgmap v8112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:54.145169+0000 mgr.y (mgr.24491) 9189 : cluster [DBG] pgmap v8113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:55.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:54.145169+0000 mgr.y (mgr.24491) 9189 : cluster [DBG] pgmap v8113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:54.145169+0000 mgr.y (mgr.24491) 9189 : cluster [DBG] pgmap v8113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:56.145992+0000 mgr.y (mgr.24491) 9190 : cluster [DBG] pgmap v8114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:56.145992+0000 mgr.y (mgr.24491) 9190 : cluster [DBG] pgmap v8114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:56.145992+0000 mgr.y (mgr.24491) 9190 : cluster [DBG] pgmap v8114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:02:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:02:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:02:58.146440+0000 mgr.y (mgr.24491) 9191 : cluster [DBG] pgmap v8115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:02:58.146440+0000 mgr.y (mgr.24491) 9191 : cluster [DBG] pgmap v8115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:02:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:02:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:02:58.146440+0000 mgr.y (mgr.24491) 9191 : cluster [DBG] pgmap v8115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:03:00.123994+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:03:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:03:00.123994+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:03:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:03:00.123994+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:03:01.367 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:03:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:00.147155+0000 mgr.y (mgr.24491) 9192 : cluster [DBG] pgmap v8116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:03:00.368357+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:03:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:03:00.642981+0000 mon.a (mon.0) 2271 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:03:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:03:00.643648+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:03:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:03:00.650193+0000 mon.a (mon.0) 2273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:03:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:00.147155+0000 mgr.y (mgr.24491) 9192 : cluster [DBG] pgmap v8116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:03:00.368357+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:03:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:03:00.642981+0000 mon.a (mon.0) 2271 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:03:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:03:00.643648+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:03:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:03:00.650193+0000 mon.a (mon.0) 2273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:03:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:00.147155+0000 mgr.y (mgr.24491) 9192 : cluster [DBG] pgmap v8116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:03:00.368357+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:03:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:03:00.642981+0000 mon.a (mon.0) 2271 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:03:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:03:00.643648+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:03:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:03:00.650193+0000 mon.a (mon.0) 2273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:03:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:02.147645+0000 mgr.y (mgr.24491) 9193 : cluster [DBG] pgmap v8117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:02.147645+0000 mgr.y (mgr.24491) 9193 : cluster [DBG] pgmap v8117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:02.147645+0000 mgr.y (mgr.24491) 9193 : cluster [DBG] pgmap v8117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:04.148261+0000 mgr.y (mgr.24491) 9194 : cluster [DBG] pgmap v8118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:04.148261+0000 mgr.y (mgr.24491) 9194 : cluster [DBG] pgmap v8118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:04.148261+0000 mgr.y (mgr.24491) 9194 : cluster [DBG] pgmap v8118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:06.149019+0000 mgr.y (mgr.24491) 9195 : cluster [DBG] pgmap v8119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:06.149019+0000 mgr.y (mgr.24491) 9195 : cluster [DBG] pgmap v8119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:06.149019+0000 mgr.y (mgr.24491) 9195 : cluster [DBG] pgmap v8119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:07] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T08:03:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:08.149442+0000 mgr.y (mgr.24491) 9196 : cluster [DBG] pgmap v8120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:08.149442+0000 mgr.y (mgr.24491) 9196 : cluster [DBG] pgmap v8120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:08.149442+0000 mgr.y (mgr.24491) 9196 : cluster [DBG] pgmap v8120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:10.150075+0000 mgr.y (mgr.24491) 9197 : cluster [DBG] pgmap v8121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:03:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:10.150075+0000 mgr.y (mgr.24491) 9197 : cluster [DBG] pgmap v8121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:10.150075+0000 mgr.y (mgr.24491) 9197 : cluster [DBG] pgmap v8121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:03:12.993 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:03:12.993 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:03:12.993 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 4m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 4m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:03:12.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:03:12.995 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:03:12.995 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:03:12.995 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:03:13.327 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:03:13.327 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:03:13.327 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:03:13.327 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:03:13.327 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:03:13.328 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:03:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:12.150654+0000 mgr.y (mgr.24491) 9198 : cluster [DBG] pgmap v8122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:12.150654+0000 mgr.y (mgr.24491) 9198 : cluster [DBG] pgmap v8122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:12.150654+0000 mgr.y (mgr.24491) 9198 : cluster [DBG] pgmap v8122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:03:12.704715+0000 mgr.y (mgr.24491) 9199 : audit [DBG] from='client.24300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:03:12.986956+0000 mgr.y (mgr.24491) 9200 : audit [DBG] from='client.24306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:03:13.328384+0000 mon.c (mon.2) 302 : audit [DBG] from='client.? 172.21.15.177:0/2340063660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:03:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:03:12.704715+0000 mgr.y (mgr.24491) 9199 : audit [DBG] from='client.24300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:03:12.986956+0000 mgr.y (mgr.24491) 9200 : audit [DBG] from='client.24306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:03:13.328384+0000 mon.c (mon.2) 302 : audit [DBG] from='client.? 172.21.15.177:0/2340063660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:03:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:03:12.704715+0000 mgr.y (mgr.24491) 9199 : audit [DBG] from='client.24300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:03:12.986956+0000 mgr.y (mgr.24491) 9200 : audit [DBG] from='client.24306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:03:13.328384+0000 mon.c (mon.2) 302 : audit [DBG] from='client.? 172.21.15.177:0/2340063660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:03:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:14.151157+0000 mgr.y (mgr.24491) 9201 : cluster [DBG] pgmap v8123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:14.151157+0000 mgr.y (mgr.24491) 9201 : cluster [DBG] pgmap v8123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:14.151157+0000 mgr.y (mgr.24491) 9201 : cluster [DBG] pgmap v8123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:16.151840+0000 mgr.y (mgr.24491) 9202 : cluster [DBG] pgmap v8124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:16.151840+0000 mgr.y (mgr.24491) 9202 : cluster [DBG] pgmap v8124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:16.151840+0000 mgr.y (mgr.24491) 9202 : cluster [DBG] pgmap v8124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:03:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:18.152393+0000 mgr.y (mgr.24491) 9203 : cluster [DBG] pgmap v8125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:18.152393+0000 mgr.y (mgr.24491) 9203 : cluster [DBG] pgmap v8125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:18.152393+0000 mgr.y (mgr.24491) 9203 : cluster [DBG] pgmap v8125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:20.153282+0000 mgr.y (mgr.24491) 9204 : cluster [DBG] pgmap v8126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:03:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:20.153282+0000 mgr.y (mgr.24491) 9204 : cluster [DBG] pgmap v8126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:20.153282+0000 mgr.y (mgr.24491) 9204 : cluster [DBG] pgmap v8126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:23.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:22.153763+0000 mgr.y (mgr.24491) 9205 : cluster [DBG] pgmap v8127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:22.153763+0000 mgr.y (mgr.24491) 9205 : cluster [DBG] pgmap v8127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:22.153763+0000 mgr.y (mgr.24491) 9205 : cluster [DBG] pgmap v8127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:24.154181+0000 mgr.y (mgr.24491) 9206 : cluster [DBG] pgmap v8128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:24.154181+0000 mgr.y (mgr.24491) 9206 : cluster [DBG] pgmap v8128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:24.154181+0000 mgr.y (mgr.24491) 9206 : cluster [DBG] pgmap v8128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:26.154913+0000 mgr.y (mgr.24491) 9207 : cluster [DBG] pgmap v8129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:26.154913+0000 mgr.y (mgr.24491) 9207 : cluster [DBG] pgmap v8129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:26.154913+0000 mgr.y (mgr.24491) 9207 : cluster [DBG] pgmap v8129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:03:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:28.155502+0000 mgr.y (mgr.24491) 9208 : cluster [DBG] pgmap v8130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:28.155502+0000 mgr.y (mgr.24491) 9208 : cluster [DBG] pgmap v8130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:28.155502+0000 mgr.y (mgr.24491) 9208 : cluster [DBG] pgmap v8130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:30.156339+0000 mgr.y (mgr.24491) 9209 : cluster [DBG] pgmap v8131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:03:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:30.156339+0000 mgr.y (mgr.24491) 9209 : cluster [DBG] pgmap v8131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:30.156339+0000 mgr.y (mgr.24491) 9209 : cluster [DBG] pgmap v8131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:32.156877+0000 mgr.y (mgr.24491) 9210 : cluster [DBG] pgmap v8132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:32.156877+0000 mgr.y (mgr.24491) 9210 : cluster [DBG] pgmap v8132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:32.156877+0000 mgr.y (mgr.24491) 9210 : cluster [DBG] pgmap v8132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:34.157326+0000 mgr.y (mgr.24491) 9211 : cluster [DBG] pgmap v8133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:34.157326+0000 mgr.y (mgr.24491) 9211 : cluster [DBG] pgmap v8133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:34.157326+0000 mgr.y (mgr.24491) 9211 : cluster [DBG] pgmap v8133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:36.158239+0000 mgr.y (mgr.24491) 9212 : cluster [DBG] pgmap v8134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:36.158239+0000 mgr.y (mgr.24491) 9212 : cluster [DBG] pgmap v8134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:36.158239+0000 mgr.y (mgr.24491) 9212 : cluster [DBG] pgmap v8134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:37] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:03:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:38.158681+0000 mgr.y (mgr.24491) 9213 : cluster [DBG] pgmap v8135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:38.158681+0000 mgr.y (mgr.24491) 9213 : cluster [DBG] pgmap v8135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:38.158681+0000 mgr.y (mgr.24491) 9213 : cluster [DBG] pgmap v8135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:41.264 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:03:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:40.159459+0000 mgr.y (mgr.24491) 9214 : cluster [DBG] pgmap v8136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:40.159459+0000 mgr.y (mgr.24491) 9214 : cluster [DBG] pgmap v8136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:40.159459+0000 mgr.y (mgr.24491) 9214 : cluster [DBG] pgmap v8136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:43.635 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:03:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:42.159966+0000 mgr.y (mgr.24491) 9215 : cluster [DBG] pgmap v8137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:42.159966+0000 mgr.y (mgr.24491) 9215 : cluster [DBG] pgmap v8137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:42.159966+0000 mgr.y (mgr.24491) 9215 : cluster [DBG] pgmap v8137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:43.911 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:03:43.911 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:03:43.911 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 4m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:03:43.911 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:03:43.912 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:03:43.912 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:03:43.912 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:03:43.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:03:43.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:03:43.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:03:43.912 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 4m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:03:43.912 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:03:43.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:03:43.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:03:43.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:03:43.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:03:43.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:03:43.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:03:43.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:03:43.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:03:43.913 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:03:44.246 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:03:44.246 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:03:44.246 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:03:44.246 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:03:44.246 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:03:44.246 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:03:44.247 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:03:44.247 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:03:44.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:03:44.247 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:03:44.247 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:03:44.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:03:44.247 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:03:44.247 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:03:44.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:03:44.247 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:03:44.247 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:03:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:03:43.623984+0000 mgr.y (mgr.24491) 9216 : audit [DBG] from='client.34223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:03:44.247157+0000 mon.a (mon.0) 2274 : audit [DBG] from='client.? 172.21.15.177:0/3605661446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:03:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:03:43.623984+0000 mgr.y (mgr.24491) 9216 : audit [DBG] from='client.34223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:03:44.247157+0000 mon.a (mon.0) 2274 : audit [DBG] from='client.? 172.21.15.177:0/3605661446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:03:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:03:43.623984+0000 mgr.y (mgr.24491) 9216 : audit [DBG] from='client.34223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:03:44.247157+0000 mon.a (mon.0) 2274 : audit [DBG] from='client.? 172.21.15.177:0/3605661446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:03:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:03:43.904609+0000 mgr.y (mgr.24491) 9217 : audit [DBG] from='client.34229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:44.160337+0000 mgr.y (mgr.24491) 9218 : cluster [DBG] pgmap v8138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:45.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:03:43.904609+0000 mgr.y (mgr.24491) 9217 : audit [DBG] from='client.34229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:45.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:44.160337+0000 mgr.y (mgr.24491) 9218 : cluster [DBG] pgmap v8138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:03:43.904609+0000 mgr.y (mgr.24491) 9217 : audit [DBG] from='client.34229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:03:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:44.160337+0000 mgr.y (mgr.24491) 9218 : cluster [DBG] pgmap v8138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:46.161176+0000 mgr.y (mgr.24491) 9219 : cluster [DBG] pgmap v8139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:46.161176+0000 mgr.y (mgr.24491) 9219 : cluster [DBG] pgmap v8139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:46.161176+0000 mgr.y (mgr.24491) 9219 : cluster [DBG] pgmap v8139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:47] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T08:03:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:48.161608+0000 mgr.y (mgr.24491) 9220 : cluster [DBG] pgmap v8140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:48.161608+0000 mgr.y (mgr.24491) 9220 : cluster [DBG] pgmap v8140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:48.161608+0000 mgr.y (mgr.24491) 9220 : cluster [DBG] pgmap v8140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:51.284 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:03:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:50.162291+0000 mgr.y (mgr.24491) 9221 : cluster [DBG] pgmap v8141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:51.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:50.162291+0000 mgr.y (mgr.24491) 9221 : cluster [DBG] pgmap v8141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:50.162291+0000 mgr.y (mgr.24491) 9221 : cluster [DBG] pgmap v8141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:52.162766+0000 mgr.y (mgr.24491) 9222 : cluster [DBG] pgmap v8142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:52.162766+0000 mgr.y (mgr.24491) 9222 : cluster [DBG] pgmap v8142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:52.162766+0000 mgr.y (mgr.24491) 9222 : cluster [DBG] pgmap v8142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:54.163257+0000 mgr.y (mgr.24491) 9223 : cluster [DBG] pgmap v8143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:54.163257+0000 mgr.y (mgr.24491) 9223 : cluster [DBG] pgmap v8143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:54.163257+0000 mgr.y (mgr.24491) 9223 : cluster [DBG] pgmap v8143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:56.163993+0000 mgr.y (mgr.24491) 9224 : cluster [DBG] pgmap v8144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:56.163993+0000 mgr.y (mgr.24491) 9224 : cluster [DBG] pgmap v8144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:56.163993+0000 mgr.y (mgr.24491) 9224 : cluster [DBG] pgmap v8144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:03:57] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T08:03:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:03:58.164363+0000 mgr.y (mgr.24491) 9225 : cluster [DBG] pgmap v8145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:03:58.164363+0000 mgr.y (mgr.24491) 9225 : cluster [DBG] pgmap v8145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:03:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:03:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:03:58.164363+0000 mgr.y (mgr.24491) 9225 : cluster [DBG] pgmap v8145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:01.301 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:04:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:00.165242+0000 mgr.y (mgr.24491) 9226 : cluster [DBG] pgmap v8146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:04:00.654577+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:04:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:04:00.935453+0000 mon.a (mon.0) 2276 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:04:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:04:00.936059+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:04:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:04:00.941059+0000 mon.a (mon.0) 2278 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:04:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:00.165242+0000 mgr.y (mgr.24491) 9226 : cluster [DBG] pgmap v8146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:04:00.654577+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:04:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:04:00.935453+0000 mon.a (mon.0) 2276 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:04:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:04:00.936059+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:04:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:04:00.941059+0000 mon.a (mon.0) 2278 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:04:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:00.165242+0000 mgr.y (mgr.24491) 9226 : cluster [DBG] pgmap v8146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:04:00.654577+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:04:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:04:00.935453+0000 mon.a (mon.0) 2276 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:04:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:04:00.936059+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:04:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:04:00.941059+0000 mon.a (mon.0) 2278 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:04:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:02.165601+0000 mgr.y (mgr.24491) 9227 : cluster [DBG] pgmap v8147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:02.165601+0000 mgr.y (mgr.24491) 9227 : cluster [DBG] pgmap v8147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:02.165601+0000 mgr.y (mgr.24491) 9227 : cluster [DBG] pgmap v8147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:04.166040+0000 mgr.y (mgr.24491) 9228 : cluster [DBG] pgmap v8148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:04.166040+0000 mgr.y (mgr.24491) 9228 : cluster [DBG] pgmap v8148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:04.166040+0000 mgr.y (mgr.24491) 9228 : cluster [DBG] pgmap v8148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:06.166688+0000 mgr.y (mgr.24491) 9229 : cluster [DBG] pgmap v8149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:06.166688+0000 mgr.y (mgr.24491) 9229 : cluster [DBG] pgmap v8149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:06.166688+0000 mgr.y (mgr.24491) 9229 : cluster [DBG] pgmap v8149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:07] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:04:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:08.167156+0000 mgr.y (mgr.24491) 9230 : cluster [DBG] pgmap v8150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:08.167156+0000 mgr.y (mgr.24491) 9230 : cluster [DBG] pgmap v8150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:08.167156+0000 mgr.y (mgr.24491) 9230 : cluster [DBG] pgmap v8150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:11.315 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:04:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:10.167765+0000 mgr.y (mgr.24491) 9231 : cluster [DBG] pgmap v8151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:10.167765+0000 mgr.y (mgr.24491) 9231 : cluster [DBG] pgmap v8151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:10.167765+0000 mgr.y (mgr.24491) 9231 : cluster [DBG] pgmap v8151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:12.168328+0000 mgr.y (mgr.24491) 9232 : cluster [DBG] pgmap v8152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:12.168328+0000 mgr.y (mgr.24491) 9232 : cluster [DBG] pgmap v8152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:12.168328+0000 mgr.y (mgr.24491) 9232 : cluster [DBG] pgmap v8152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:04:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:04:14.838 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:04:14.838 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:04:14.838 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:04:14.838 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:04:14.838 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:04:14.838 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:04:14.838 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 5m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:04:15.168 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:04:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:04:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:04:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:04:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:04:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:04:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:04:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:04:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:04:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:04:15.169 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:04:15.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:04:15.169 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:04:15.169 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:04:15.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:04:15.169 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:04:15.169 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:04:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:14.168742+0000 mgr.y (mgr.24491) 9233 : cluster [DBG] pgmap v8153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:04:14.548498+0000 mgr.y (mgr.24491) 9234 : audit [DBG] from='client.34241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:04:15.168991+0000 mon.c (mon.2) 303 : audit [DBG] from='client.? 172.21.15.177:0/749578705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:04:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:14.168742+0000 mgr.y (mgr.24491) 9233 : cluster [DBG] pgmap v8153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:04:14.548498+0000 mgr.y (mgr.24491) 9234 : audit [DBG] from='client.34241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:04:15.168991+0000 mon.c (mon.2) 303 : audit [DBG] from='client.? 172.21.15.177:0/749578705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:04:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:14.168742+0000 mgr.y (mgr.24491) 9233 : cluster [DBG] pgmap v8153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:04:14.548498+0000 mgr.y (mgr.24491) 9234 : audit [DBG] from='client.34241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:04:15.168991+0000 mon.c (mon.2) 303 : audit [DBG] from='client.? 172.21.15.177:0/749578705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:04:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:04:14.830308+0000 mgr.y (mgr.24491) 9235 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:04:14.830308+0000 mgr.y (mgr.24491) 9235 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:04:14.830308+0000 mgr.y (mgr.24491) 9235 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:16.169450+0000 mgr.y (mgr.24491) 9236 : cluster [DBG] pgmap v8154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:16.169450+0000 mgr.y (mgr.24491) 9236 : cluster [DBG] pgmap v8154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:16.169450+0000 mgr.y (mgr.24491) 9236 : cluster [DBG] pgmap v8154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:17] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T08:04:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:18.169985+0000 mgr.y (mgr.24491) 9237 : cluster [DBG] pgmap v8155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:18.169985+0000 mgr.y (mgr.24491) 9237 : cluster [DBG] pgmap v8155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:18.169985+0000 mgr.y (mgr.24491) 9237 : cluster [DBG] pgmap v8155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:21.335 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:04:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:20.170566+0000 mgr.y (mgr.24491) 9238 : cluster [DBG] pgmap v8156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:20.170566+0000 mgr.y (mgr.24491) 9238 : cluster [DBG] pgmap v8156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:20.170566+0000 mgr.y (mgr.24491) 9238 : cluster [DBG] pgmap v8156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:22.171079+0000 mgr.y (mgr.24491) 9239 : cluster [DBG] pgmap v8157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:22.171079+0000 mgr.y (mgr.24491) 9239 : cluster [DBG] pgmap v8157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:22.171079+0000 mgr.y (mgr.24491) 9239 : cluster [DBG] pgmap v8157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:24.171513+0000 mgr.y (mgr.24491) 9240 : cluster [DBG] pgmap v8158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:24.171513+0000 mgr.y (mgr.24491) 9240 : cluster [DBG] pgmap v8158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:24.171513+0000 mgr.y (mgr.24491) 9240 : cluster [DBG] pgmap v8158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:26.172232+0000 mgr.y (mgr.24491) 9241 : cluster [DBG] pgmap v8159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:26.172232+0000 mgr.y (mgr.24491) 9241 : cluster [DBG] pgmap v8159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:26.172232+0000 mgr.y (mgr.24491) 9241 : cluster [DBG] pgmap v8159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:27] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T08:04:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:28.172652+0000 mgr.y (mgr.24491) 9242 : cluster [DBG] pgmap v8160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:28.172652+0000 mgr.y (mgr.24491) 9242 : cluster [DBG] pgmap v8160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:28.172652+0000 mgr.y (mgr.24491) 9242 : cluster [DBG] pgmap v8160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:31.352 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:04:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:30.173513+0000 mgr.y (mgr.24491) 9243 : cluster [DBG] pgmap v8161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:30.173513+0000 mgr.y (mgr.24491) 9243 : cluster [DBG] pgmap v8161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:30.173513+0000 mgr.y (mgr.24491) 9243 : cluster [DBG] pgmap v8161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:32.173849+0000 mgr.y (mgr.24491) 9244 : cluster [DBG] pgmap v8162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:32.173849+0000 mgr.y (mgr.24491) 9244 : cluster [DBG] pgmap v8162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:32.173849+0000 mgr.y (mgr.24491) 9244 : cluster [DBG] pgmap v8162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:34.174266+0000 mgr.y (mgr.24491) 9245 : cluster [DBG] pgmap v8163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:34.174266+0000 mgr.y (mgr.24491) 9245 : cluster [DBG] pgmap v8163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:34.174266+0000 mgr.y (mgr.24491) 9245 : cluster [DBG] pgmap v8163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:36.174930+0000 mgr.y (mgr.24491) 9246 : cluster [DBG] pgmap v8164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:36.174930+0000 mgr.y (mgr.24491) 9246 : cluster [DBG] pgmap v8164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:36.174930+0000 mgr.y (mgr.24491) 9246 : cluster [DBG] pgmap v8164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:37] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:04:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:38.175396+0000 mgr.y (mgr.24491) 9247 : cluster [DBG] pgmap v8165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:38.175396+0000 mgr.y (mgr.24491) 9247 : cluster [DBG] pgmap v8165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:38.175396+0000 mgr.y (mgr.24491) 9247 : cluster [DBG] pgmap v8165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:41.368 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:04:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:40.176238+0000 mgr.y (mgr.24491) 9248 : cluster [DBG] pgmap v8166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:40.176238+0000 mgr.y (mgr.24491) 9248 : cluster [DBG] pgmap v8166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:40.176238+0000 mgr.y (mgr.24491) 9248 : cluster [DBG] pgmap v8166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:42.176810+0000 mgr.y (mgr.24491) 9249 : cluster [DBG] pgmap v8167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:42.176810+0000 mgr.y (mgr.24491) 9249 : cluster [DBG] pgmap v8167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:42.176810+0000 mgr.y (mgr.24491) 9249 : cluster [DBG] pgmap v8167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:45.481 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:04:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:44.177286+0000 mgr.y (mgr.24491) 9250 : cluster [DBG] pgmap v8168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:44.177286+0000 mgr.y (mgr.24491) 9250 : cluster [DBG] pgmap v8168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:44.177286+0000 mgr.y (mgr.24491) 9250 : cluster [DBG] pgmap v8168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:04:45.756 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:04:45.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:04:45.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:04:45.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:04:45.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:04:45.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:04:45.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:04:45.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:04:45.757 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 5m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:04:46.087 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:04:46.087 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:04:46.087 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:04:46.087 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:04:46.087 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:04:46.088 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:04:46.088 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:04:46.088 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:04:46.088 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:04:46.088 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:04:46.088 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:04:46.088 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:04:46.088 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:04:46.088 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:04:46.088 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:04:46.089 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:04:46.089 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:04:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:04:45.470218+0000 mgr.y (mgr.24491) 9251 : audit [DBG] from='client.24354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:04:46.088352+0000 mon.a (mon.0) 2279 : audit [DBG] from='client.? 172.21.15.177:0/1396039702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:04:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:04:45.470218+0000 mgr.y (mgr.24491) 9251 : audit [DBG] from='client.24354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:04:46.088352+0000 mon.a (mon.0) 2279 : audit [DBG] from='client.? 172.21.15.177:0/1396039702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:04:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:04:45.470218+0000 mgr.y (mgr.24491) 9251 : audit [DBG] from='client.24354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:04:46.088352+0000 mon.a (mon.0) 2279 : audit [DBG] from='client.? 172.21.15.177:0/1396039702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:04:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:04:45.749290+0000 mgr.y (mgr.24491) 9252 : audit [DBG] from='client.34265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:46.177950+0000 mgr.y (mgr.24491) 9253 : cluster [DBG] pgmap v8169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:04:45.749290+0000 mgr.y (mgr.24491) 9252 : audit [DBG] from='client.34265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:46.177950+0000 mgr.y (mgr.24491) 9253 : cluster [DBG] pgmap v8169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:04:45.749290+0000 mgr.y (mgr.24491) 9252 : audit [DBG] from='client.34265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:04:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:46.177950+0000 mgr.y (mgr.24491) 9253 : cluster [DBG] pgmap v8169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:47] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:04:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:48.178406+0000 mgr.y (mgr.24491) 9254 : cluster [DBG] pgmap v8170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:48.178406+0000 mgr.y (mgr.24491) 9254 : cluster [DBG] pgmap v8170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:48.178406+0000 mgr.y (mgr.24491) 9254 : cluster [DBG] pgmap v8170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:51.387 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:04:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:50.179291+0000 mgr.y (mgr.24491) 9255 : cluster [DBG] pgmap v8171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:50.179291+0000 mgr.y (mgr.24491) 9255 : cluster [DBG] pgmap v8171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:50.179291+0000 mgr.y (mgr.24491) 9255 : cluster [DBG] pgmap v8171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:52.179747+0000 mgr.y (mgr.24491) 9256 : cluster [DBG] pgmap v8172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:52.179747+0000 mgr.y (mgr.24491) 9256 : cluster [DBG] pgmap v8172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:52.179747+0000 mgr.y (mgr.24491) 9256 : cluster [DBG] pgmap v8172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:54.180250+0000 mgr.y (mgr.24491) 9257 : cluster [DBG] pgmap v8173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:54.180250+0000 mgr.y (mgr.24491) 9257 : cluster [DBG] pgmap v8173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:54.180250+0000 mgr.y (mgr.24491) 9257 : cluster [DBG] pgmap v8173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:56.180976+0000 mgr.y (mgr.24491) 9258 : cluster [DBG] pgmap v8174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:56.180976+0000 mgr.y (mgr.24491) 9258 : cluster [DBG] pgmap v8174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:56.180976+0000 mgr.y (mgr.24491) 9258 : cluster [DBG] pgmap v8174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:04:57] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:04:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:04:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:04:58.181439+0000 mgr.y (mgr.24491) 9259 : cluster [DBG] pgmap v8175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:04:58.181439+0000 mgr.y (mgr.24491) 9259 : cluster [DBG] pgmap v8175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:04:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:04:58.181439+0000 mgr.y (mgr.24491) 9259 : cluster [DBG] pgmap v8175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:01.404 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:05:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:00.182098+0000 mgr.y (mgr.24491) 9260 : cluster [DBG] pgmap v8176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:05:00.945218+0000 mon.a (mon.0) 2280 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:05:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:00.182098+0000 mgr.y (mgr.24491) 9260 : cluster [DBG] pgmap v8176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:05:00.945218+0000 mon.a (mon.0) 2280 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:05:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:00.182098+0000 mgr.y (mgr.24491) 9260 : cluster [DBG] pgmap v8176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:05:00.945218+0000 mon.a (mon.0) 2280 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:05:03.582 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:02.182462+0000 mgr.y (mgr.24491) 9261 : cluster [DBG] pgmap v8177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:03.582 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:02.182462+0000 mgr.y (mgr.24491) 9261 : cluster [DBG] pgmap v8177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:02.182462+0000 mgr.y (mgr.24491) 9261 : cluster [DBG] pgmap v8177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:05:04.034685+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:05:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:04.182825+0000 mgr.y (mgr.24491) 9262 : cluster [DBG] pgmap v8178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:05:04.315286+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:05:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:05:04.315879+0000 mon.a (mon.0) 2283 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:05:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:05:04.320340+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:05:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:05:04.034685+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:05:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:04.182825+0000 mgr.y (mgr.24491) 9262 : cluster [DBG] pgmap v8178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:05:04.315286+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:05:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:05:04.315879+0000 mon.a (mon.0) 2283 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:05:05.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:05:04.320340+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:05:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:05:04.034685+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:05:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:04.182825+0000 mgr.y (mgr.24491) 9262 : cluster [DBG] pgmap v8178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:05:04.315286+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:05:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:05:04.315879+0000 mon.a (mon.0) 2283 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:05:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:05:04.320340+0000 mon.a (mon.0) 2284 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:05:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:06.183629+0000 mgr.y (mgr.24491) 9263 : cluster [DBG] pgmap v8179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:06.183629+0000 mgr.y (mgr.24491) 9263 : cluster [DBG] pgmap v8179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:06.183629+0000 mgr.y (mgr.24491) 9263 : cluster [DBG] pgmap v8179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T08:05:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:08.184078+0000 mgr.y (mgr.24491) 9264 : cluster [DBG] pgmap v8180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:08.184078+0000 mgr.y (mgr.24491) 9264 : cluster [DBG] pgmap v8180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:08.184078+0000 mgr.y (mgr.24491) 9264 : cluster [DBG] pgmap v8180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:10.184724+0000 mgr.y (mgr.24491) 9265 : cluster [DBG] pgmap v8181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:05:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:10.184724+0000 mgr.y (mgr.24491) 9265 : cluster [DBG] pgmap v8181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:10.184724+0000 mgr.y (mgr.24491) 9265 : cluster [DBG] pgmap v8181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:12.185231+0000 mgr.y (mgr.24491) 9266 : cluster [DBG] pgmap v8182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:12.185231+0000 mgr.y (mgr.24491) 9266 : cluster [DBG] pgmap v8182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:12.185231+0000 mgr.y (mgr.24491) 9266 : cluster [DBG] pgmap v8182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:14.185640+0000 mgr.y (mgr.24491) 9267 : cluster [DBG] pgmap v8183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:14.185640+0000 mgr.y (mgr.24491) 9267 : cluster [DBG] pgmap v8183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:14.185640+0000 mgr.y (mgr.24491) 9267 : cluster [DBG] pgmap v8183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:05:16.674 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:05:16.674 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:05:16.674 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:05:16.674 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:05:16.675 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:05:16.675 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:05:16.675 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:05:16.675 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:05:16.675 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:05:16.675 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:05:16.675 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:05:16.675 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:05:16.675 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:05:16.675 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:05:16.675 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:05:16.676 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:05:16.676 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:05:16.676 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:05:16.676 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:05:16.676 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:05:16.676 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:05:17.006 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:05:17.006 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:05:17.007 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:05:17.007 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:05:17.007 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:05:17.007 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:05:17.007 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:05:17.007 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:05:17.007 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:05:17.007 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:05:17.007 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:05:17.007 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:05:17.008 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:05:17.008 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:05:17.008 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:05:17.008 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:05:17.008 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:05:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:16.186300+0000 mgr.y (mgr.24491) 9268 : cluster [DBG] pgmap v8184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:05:16.390112+0000 mgr.y (mgr.24491) 9269 : audit [DBG] from='client.34277 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:05:17.007776+0000 mon.c (mon.2) 304 : audit [DBG] from='client.? 172.21.15.177:0/2540542782' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:05:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:16.186300+0000 mgr.y (mgr.24491) 9268 : cluster [DBG] pgmap v8184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:05:16.390112+0000 mgr.y (mgr.24491) 9269 : audit [DBG] from='client.34277 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:05:17.007776+0000 mon.c (mon.2) 304 : audit [DBG] from='client.? 172.21.15.177:0/2540542782' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:05:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:16.186300+0000 mgr.y (mgr.24491) 9268 : cluster [DBG] pgmap v8184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:05:16.390112+0000 mgr.y (mgr.24491) 9269 : audit [DBG] from='client.34277 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:05:17.007776+0000 mon.c (mon.2) 304 : audit [DBG] from='client.? 172.21.15.177:0/2540542782' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:05:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:17] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:05:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:05:16.667953+0000 mgr.y (mgr.24491) 9270 : audit [DBG] from='client.24378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:05:16.667953+0000 mgr.y (mgr.24491) 9270 : audit [DBG] from='client.24378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:05:16.667953+0000 mgr.y (mgr.24491) 9270 : audit [DBG] from='client.24378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:18.186826+0000 mgr.y (mgr.24491) 9271 : cluster [DBG] pgmap v8185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:18.186826+0000 mgr.y (mgr.24491) 9271 : cluster [DBG] pgmap v8185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:18.186826+0000 mgr.y (mgr.24491) 9271 : cluster [DBG] pgmap v8185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:21.265 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:05:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:20.187473+0000 mgr.y (mgr.24491) 9272 : cluster [DBG] pgmap v8186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:20.187473+0000 mgr.y (mgr.24491) 9272 : cluster [DBG] pgmap v8186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:20.187473+0000 mgr.y (mgr.24491) 9272 : cluster [DBG] pgmap v8186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:22.188024+0000 mgr.y (mgr.24491) 9273 : cluster [DBG] pgmap v8187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:22.188024+0000 mgr.y (mgr.24491) 9273 : cluster [DBG] pgmap v8187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:22.188024+0000 mgr.y (mgr.24491) 9273 : cluster [DBG] pgmap v8187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:24.188442+0000 mgr.y (mgr.24491) 9274 : cluster [DBG] pgmap v8188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:24.188442+0000 mgr.y (mgr.24491) 9274 : cluster [DBG] pgmap v8188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:24.188442+0000 mgr.y (mgr.24491) 9274 : cluster [DBG] pgmap v8188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:26.189221+0000 mgr.y (mgr.24491) 9275 : cluster [DBG] pgmap v8189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:26.189221+0000 mgr.y (mgr.24491) 9275 : cluster [DBG] pgmap v8189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:26.189221+0000 mgr.y (mgr.24491) 9275 : cluster [DBG] pgmap v8189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:27] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:05:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:28.189827+0000 mgr.y (mgr.24491) 9276 : cluster [DBG] pgmap v8190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:28.189827+0000 mgr.y (mgr.24491) 9276 : cluster [DBG] pgmap v8190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:28.189827+0000 mgr.y (mgr.24491) 9276 : cluster [DBG] pgmap v8190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:31.282 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:05:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:30.190511+0000 mgr.y (mgr.24491) 9277 : cluster [DBG] pgmap v8191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:30.190511+0000 mgr.y (mgr.24491) 9277 : cluster [DBG] pgmap v8191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:30.190511+0000 mgr.y (mgr.24491) 9277 : cluster [DBG] pgmap v8191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:32.190934+0000 mgr.y (mgr.24491) 9278 : cluster [DBG] pgmap v8192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:32.190934+0000 mgr.y (mgr.24491) 9278 : cluster [DBG] pgmap v8192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:32.190934+0000 mgr.y (mgr.24491) 9278 : cluster [DBG] pgmap v8192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:34.191456+0000 mgr.y (mgr.24491) 9279 : cluster [DBG] pgmap v8193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:34.191456+0000 mgr.y (mgr.24491) 9279 : cluster [DBG] pgmap v8193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:34.191456+0000 mgr.y (mgr.24491) 9279 : cluster [DBG] pgmap v8193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:36.192233+0000 mgr.y (mgr.24491) 9280 : cluster [DBG] pgmap v8194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:36.192233+0000 mgr.y (mgr.24491) 9280 : cluster [DBG] pgmap v8194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:36.192233+0000 mgr.y (mgr.24491) 9280 : cluster [DBG] pgmap v8194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:37] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T08:05:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:38.192662+0000 mgr.y (mgr.24491) 9281 : cluster [DBG] pgmap v8195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:38.192662+0000 mgr.y (mgr.24491) 9281 : cluster [DBG] pgmap v8195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:38.192662+0000 mgr.y (mgr.24491) 9281 : cluster [DBG] pgmap v8195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:41.298 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:05:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:40.193500+0000 mgr.y (mgr.24491) 9282 : cluster [DBG] pgmap v8196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:40.193500+0000 mgr.y (mgr.24491) 9282 : cluster [DBG] pgmap v8196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:40.193500+0000 mgr.y (mgr.24491) 9282 : cluster [DBG] pgmap v8196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:42.194013+0000 mgr.y (mgr.24491) 9283 : cluster [DBG] pgmap v8197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:42.194013+0000 mgr.y (mgr.24491) 9283 : cluster [DBG] pgmap v8197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:42.194013+0000 mgr.y (mgr.24491) 9283 : cluster [DBG] pgmap v8197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:44.194532+0000 mgr.y (mgr.24491) 9284 : cluster [DBG] pgmap v8198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:44.194532+0000 mgr.y (mgr.24491) 9284 : cluster [DBG] pgmap v8198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:44.194532+0000 mgr.y (mgr.24491) 9284 : cluster [DBG] pgmap v8198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:47.320 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:05:47.596 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:05:47.596 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:05:47.596 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:05:47.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:05:47.598 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:05:47.598 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:05:47.598 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:05:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:46.195190+0000 mgr.y (mgr.24491) 9285 : cluster [DBG] pgmap v8199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:46.195190+0000 mgr.y (mgr.24491) 9285 : cluster [DBG] pgmap v8199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:46.195190+0000 mgr.y (mgr.24491) 9285 : cluster [DBG] pgmap v8199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:47.931 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:05:47.931 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:05:47.931 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:05:47.931 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:05:47.931 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:05:47.931 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:05:47.932 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:05:47.932 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:05:47.932 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:05:47.932 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:05:47.932 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:05:47.932 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:05:47.932 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:05:47.932 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:05:47.932 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:05:47.932 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:05:47.932 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:05:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:47] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:05:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:05:47.308594+0000 mgr.y (mgr.24491) 9286 : audit [DBG] from='client.24390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:05:47.590088+0000 mgr.y (mgr.24491) 9287 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:05:47.932662+0000 mon.a (mon.0) 2285 : audit [DBG] from='client.? 172.21.15.177:0/656251056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:05:48.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:05:47.308594+0000 mgr.y (mgr.24491) 9286 : audit [DBG] from='client.24390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:48.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:05:47.590088+0000 mgr.y (mgr.24491) 9287 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:48.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:05:47.932662+0000 mon.a (mon.0) 2285 : audit [DBG] from='client.? 172.21.15.177:0/656251056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:05:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:05:47.308594+0000 mgr.y (mgr.24491) 9286 : audit [DBG] from='client.24390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:05:47.590088+0000 mgr.y (mgr.24491) 9287 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:05:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:05:47.932662+0000 mon.a (mon.0) 2285 : audit [DBG] from='client.? 172.21.15.177:0/656251056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:05:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:48.195529+0000 mgr.y (mgr.24491) 9288 : cluster [DBG] pgmap v8200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:48.195529+0000 mgr.y (mgr.24491) 9288 : cluster [DBG] pgmap v8200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:48.195529+0000 mgr.y (mgr.24491) 9288 : cluster [DBG] pgmap v8200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:51.316 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:05:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:50.196175+0000 mgr.y (mgr.24491) 9289 : cluster [DBG] pgmap v8201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:50.196175+0000 mgr.y (mgr.24491) 9289 : cluster [DBG] pgmap v8201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:50.196175+0000 mgr.y (mgr.24491) 9289 : cluster [DBG] pgmap v8201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:52.196513+0000 mgr.y (mgr.24491) 9290 : cluster [DBG] pgmap v8202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:52.196513+0000 mgr.y (mgr.24491) 9290 : cluster [DBG] pgmap v8202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:52.196513+0000 mgr.y (mgr.24491) 9290 : cluster [DBG] pgmap v8202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:54.196911+0000 mgr.y (mgr.24491) 9291 : cluster [DBG] pgmap v8203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:54.196911+0000 mgr.y (mgr.24491) 9291 : cluster [DBG] pgmap v8203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:54.196911+0000 mgr.y (mgr.24491) 9291 : cluster [DBG] pgmap v8203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:56.197591+0000 mgr.y (mgr.24491) 9292 : cluster [DBG] pgmap v8204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:56.197591+0000 mgr.y (mgr.24491) 9292 : cluster [DBG] pgmap v8204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:56.197591+0000 mgr.y (mgr.24491) 9292 : cluster [DBG] pgmap v8204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:05:57] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:05:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:05:58.198094+0000 mgr.y (mgr.24491) 9293 : cluster [DBG] pgmap v8205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:05:58.198094+0000 mgr.y (mgr.24491) 9293 : cluster [DBG] pgmap v8205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:05:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:05:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:05:58.198094+0000 mgr.y (mgr.24491) 9293 : cluster [DBG] pgmap v8205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:01.337 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:06:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:00.199030+0000 mgr.y (mgr.24491) 9294 : cluster [DBG] pgmap v8206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:00.199030+0000 mgr.y (mgr.24491) 9294 : cluster [DBG] pgmap v8206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:00.199030+0000 mgr.y (mgr.24491) 9294 : cluster [DBG] pgmap v8206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:02.199425+0000 mgr.y (mgr.24491) 9295 : cluster [DBG] pgmap v8207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:02.199425+0000 mgr.y (mgr.24491) 9295 : cluster [DBG] pgmap v8207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:02.199425+0000 mgr.y (mgr.24491) 9295 : cluster [DBG] pgmap v8207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:06:04.324476+0000 mon.a (mon.0) 2286 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:06:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:06:04.324476+0000 mon.a (mon.0) 2286 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:06:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:06:04.324476+0000 mon.a (mon.0) 2286 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:06:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:04.199859+0000 mgr.y (mgr.24491) 9296 : cluster [DBG] pgmap v8208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:04.199859+0000 mgr.y (mgr.24491) 9296 : cluster [DBG] pgmap v8208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:05.686 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:04.199859+0000 mgr.y (mgr.24491) 9296 : cluster [DBG] pgmap v8208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:06.200530+0000 mgr.y (mgr.24491) 9297 : cluster [DBG] pgmap v8209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:06.200530+0000 mgr.y (mgr.24491) 9297 : cluster [DBG] pgmap v8209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:06.200530+0000 mgr.y (mgr.24491) 9297 : cluster [DBG] pgmap v8209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:07] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:06:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:06:07.467509+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:06:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:06:07.736525+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:06:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:06:07.737463+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:06:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:06:07.743137+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:06:08.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:06:07.467509+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:06:08.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:06:07.736525+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:06:08.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:06:07.737463+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:06:08.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:06:07.743137+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:06:08.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:06:07.467509+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:06:08.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:06:07.736525+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:06:08.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:06:07.737463+0000 mon.a (mon.0) 2289 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:06:08.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:06:07.743137+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:06:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:08.201069+0000 mgr.y (mgr.24491) 9298 : cluster [DBG] pgmap v8210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:08.201069+0000 mgr.y (mgr.24491) 9298 : cluster [DBG] pgmap v8210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:08.201069+0000 mgr.y (mgr.24491) 9298 : cluster [DBG] pgmap v8210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:11.471 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:06:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:10.201705+0000 mgr.y (mgr.24491) 9299 : cluster [DBG] pgmap v8211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:10.201705+0000 mgr.y (mgr.24491) 9299 : cluster [DBG] pgmap v8211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:10.201705+0000 mgr.y (mgr.24491) 9299 : cluster [DBG] pgmap v8211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:12.202315+0000 mgr.y (mgr.24491) 9300 : cluster [DBG] pgmap v8212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:12.202315+0000 mgr.y (mgr.24491) 9300 : cluster [DBG] pgmap v8212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:12.202315+0000 mgr.y (mgr.24491) 9300 : cluster [DBG] pgmap v8212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:14.202857+0000 mgr.y (mgr.24491) 9301 : cluster [DBG] pgmap v8213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:14.202857+0000 mgr.y (mgr.24491) 9301 : cluster [DBG] pgmap v8213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:14.202857+0000 mgr.y (mgr.24491) 9301 : cluster [DBG] pgmap v8213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:16.203487+0000 mgr.y (mgr.24491) 9302 : cluster [DBG] pgmap v8214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:17] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:06:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:16.203487+0000 mgr.y (mgr.24491) 9302 : cluster [DBG] pgmap v8214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:16.203487+0000 mgr.y (mgr.24491) 9302 : cluster [DBG] pgmap v8214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:06:18.521 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:06:18.521 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:06:18.521 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:06:18.521 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:06:18.521 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:06:18.521 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:06:18.521 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:06:18.521 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:06:18.521 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:06:18.521 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:06:18.521 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:06:18.522 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:06:18.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:06:18.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:06:18.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:06:18.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:06:18.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:06:18.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:06:18.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:06:18.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:06:18.522 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:06:18.856 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:06:18.856 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:06:18.856 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:06:18.856 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:06:18.856 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:06:18.857 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:06:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:18.203820+0000 mgr.y (mgr.24491) 9303 : cluster [DBG] pgmap v8215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:06:18.234828+0000 mgr.y (mgr.24491) 9304 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:06:18.514468+0000 mgr.y (mgr.24491) 9305 : audit [DBG] from='client.24414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:06:18.857286+0000 mon.c (mon.2) 305 : audit [DBG] from='client.? 172.21.15.177:0/619062427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:06:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:18.203820+0000 mgr.y (mgr.24491) 9303 : cluster [DBG] pgmap v8215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:06:18.234828+0000 mgr.y (mgr.24491) 9304 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:06:18.514468+0000 mgr.y (mgr.24491) 9305 : audit [DBG] from='client.24414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:06:18.857286+0000 mon.c (mon.2) 305 : audit [DBG] from='client.? 172.21.15.177:0/619062427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:06:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:18.203820+0000 mgr.y (mgr.24491) 9303 : cluster [DBG] pgmap v8215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:19.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:06:18.234828+0000 mgr.y (mgr.24491) 9304 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:19.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:06:18.514468+0000 mgr.y (mgr.24491) 9305 : audit [DBG] from='client.24414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:19.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:06:18.857286+0000 mon.c (mon.2) 305 : audit [DBG] from='client.? 172.21.15.177:0/619062427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:06:21.487 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:06:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:20.204661+0000 mgr.y (mgr.24491) 9306 : cluster [DBG] pgmap v8216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:20.204661+0000 mgr.y (mgr.24491) 9306 : cluster [DBG] pgmap v8216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:20.204661+0000 mgr.y (mgr.24491) 9306 : cluster [DBG] pgmap v8216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:22.205199+0000 mgr.y (mgr.24491) 9307 : cluster [DBG] pgmap v8217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:22.205199+0000 mgr.y (mgr.24491) 9307 : cluster [DBG] pgmap v8217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:22.205199+0000 mgr.y (mgr.24491) 9307 : cluster [DBG] pgmap v8217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:24.205652+0000 mgr.y (mgr.24491) 9308 : cluster [DBG] pgmap v8218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:24.205652+0000 mgr.y (mgr.24491) 9308 : cluster [DBG] pgmap v8218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:24.205652+0000 mgr.y (mgr.24491) 9308 : cluster [DBG] pgmap v8218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:26.206379+0000 mgr.y (mgr.24491) 9309 : cluster [DBG] pgmap v8219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:27] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:06:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:26.206379+0000 mgr.y (mgr.24491) 9309 : cluster [DBG] pgmap v8219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:26.206379+0000 mgr.y (mgr.24491) 9309 : cluster [DBG] pgmap v8219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:28.206811+0000 mgr.y (mgr.24491) 9310 : cluster [DBG] pgmap v8220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:28.206811+0000 mgr.y (mgr.24491) 9310 : cluster [DBG] pgmap v8220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:28.206811+0000 mgr.y (mgr.24491) 9310 : cluster [DBG] pgmap v8220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:06:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:30.207638+0000 mgr.y (mgr.24491) 9311 : cluster [DBG] pgmap v8221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:30.207638+0000 mgr.y (mgr.24491) 9311 : cluster [DBG] pgmap v8221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:30.207638+0000 mgr.y (mgr.24491) 9311 : cluster [DBG] pgmap v8221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:32.208051+0000 mgr.y (mgr.24491) 9312 : cluster [DBG] pgmap v8222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:32.208051+0000 mgr.y (mgr.24491) 9312 : cluster [DBG] pgmap v8222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:32.208051+0000 mgr.y (mgr.24491) 9312 : cluster [DBG] pgmap v8222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:34.208405+0000 mgr.y (mgr.24491) 9313 : cluster [DBG] pgmap v8223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:34.208405+0000 mgr.y (mgr.24491) 9313 : cluster [DBG] pgmap v8223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:34.208405+0000 mgr.y (mgr.24491) 9313 : cluster [DBG] pgmap v8223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:37] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:06:37.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:36.209252+0000 mgr.y (mgr.24491) 9314 : cluster [DBG] pgmap v8224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:36.209252+0000 mgr.y (mgr.24491) 9314 : cluster [DBG] pgmap v8224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:36.209252+0000 mgr.y (mgr.24491) 9314 : cluster [DBG] pgmap v8224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:39.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:38.209759+0000 mgr.y (mgr.24491) 9315 : cluster [DBG] pgmap v8225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:39.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:38.209759+0000 mgr.y (mgr.24491) 9315 : cluster [DBG] pgmap v8225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:38.209759+0000 mgr.y (mgr.24491) 9315 : cluster [DBG] pgmap v8225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:06:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:40.210658+0000 mgr.y (mgr.24491) 9316 : cluster [DBG] pgmap v8226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:40.210658+0000 mgr.y (mgr.24491) 9316 : cluster [DBG] pgmap v8226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:40.210658+0000 mgr.y (mgr.24491) 9316 : cluster [DBG] pgmap v8226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:42.211073+0000 mgr.y (mgr.24491) 9317 : cluster [DBG] pgmap v8227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:42.211073+0000 mgr.y (mgr.24491) 9317 : cluster [DBG] pgmap v8227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:42.211073+0000 mgr.y (mgr.24491) 9317 : cluster [DBG] pgmap v8227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:45.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:44.211462+0000 mgr.y (mgr.24491) 9318 : cluster [DBG] pgmap v8228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:45.903 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:44.211462+0000 mgr.y (mgr.24491) 9318 : cluster [DBG] pgmap v8228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:44.211462+0000 mgr.y (mgr.24491) 9318 : cluster [DBG] pgmap v8228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:47] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:06:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:46.212329+0000 mgr.y (mgr.24491) 9319 : cluster [DBG] pgmap v8229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:46.212329+0000 mgr.y (mgr.24491) 9319 : cluster [DBG] pgmap v8229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:46.212329+0000 mgr.y (mgr.24491) 9319 : cluster [DBG] pgmap v8229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:49.166 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:06:49.439 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:06:49.440 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:06:49.440 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:06:49.440 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:06:49.440 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:06:49.440 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:06:49.440 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:06:49.440 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:06:49.440 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:06:49.440 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:06:49.440 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:06:49.441 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:06:49.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:06:49.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:06:49.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:06:49.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:06:49.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:06:49.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:06:49.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:06:49.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:06:49.441 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:06:49.772 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:06:49.773 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:06:49.773 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:06:49.773 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:06:49.773 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:06:49.773 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:06:49.773 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:06:49.773 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:06:49.773 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:06:49.773 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:06:49.773 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:06:49.774 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:06:49.774 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:06:49.774 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:06:49.774 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:06:49.774 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:06:49.774 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:06:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:48.212724+0000 mgr.y (mgr.24491) 9320 : cluster [DBG] pgmap v8230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:48.212724+0000 mgr.y (mgr.24491) 9320 : cluster [DBG] pgmap v8230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:48.212724+0000 mgr.y (mgr.24491) 9320 : cluster [DBG] pgmap v8230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:06:49.154991+0000 mgr.y (mgr.24491) 9321 : audit [DBG] from='client.24426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:06:49.433186+0000 mgr.y (mgr.24491) 9322 : audit [DBG] from='client.24432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:06:49.773435+0000 mon.c (mon.2) 306 : audit [DBG] from='client.? 172.21.15.177:0/1212000773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:06:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:06:49.154991+0000 mgr.y (mgr.24491) 9321 : audit [DBG] from='client.24426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:06:49.433186+0000 mgr.y (mgr.24491) 9322 : audit [DBG] from='client.24432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:06:49.773435+0000 mon.c (mon.2) 306 : audit [DBG] from='client.? 172.21.15.177:0/1212000773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:06:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:06:49.154991+0000 mgr.y (mgr.24491) 9321 : audit [DBG] from='client.24426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:51.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:06:49.433186+0000 mgr.y (mgr.24491) 9322 : audit [DBG] from='client.24432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:06:51.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:06:49.773435+0000 mon.c (mon.2) 306 : audit [DBG] from='client.? 172.21.15.177:0/1212000773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:06:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:06:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:50.213475+0000 mgr.y (mgr.24491) 9323 : cluster [DBG] pgmap v8231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:50.213475+0000 mgr.y (mgr.24491) 9323 : cluster [DBG] pgmap v8231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:50.213475+0000 mgr.y (mgr.24491) 9323 : cluster [DBG] pgmap v8231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:52.214001+0000 mgr.y (mgr.24491) 9324 : cluster [DBG] pgmap v8232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:52.214001+0000 mgr.y (mgr.24491) 9324 : cluster [DBG] pgmap v8232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:52.214001+0000 mgr.y (mgr.24491) 9324 : cluster [DBG] pgmap v8232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:54.214366+0000 mgr.y (mgr.24491) 9325 : cluster [DBG] pgmap v8233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:54.214366+0000 mgr.y (mgr.24491) 9325 : cluster [DBG] pgmap v8233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:54.214366+0000 mgr.y (mgr.24491) 9325 : cluster [DBG] pgmap v8233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:06:57] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:06:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:56.215123+0000 mgr.y (mgr.24491) 9326 : cluster [DBG] pgmap v8234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:56.215123+0000 mgr.y (mgr.24491) 9326 : cluster [DBG] pgmap v8234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:56.215123+0000 mgr.y (mgr.24491) 9326 : cluster [DBG] pgmap v8234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:06:58.215684+0000 mgr.y (mgr.24491) 9327 : cluster [DBG] pgmap v8235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:06:58.215684+0000 mgr.y (mgr.24491) 9327 : cluster [DBG] pgmap v8235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:06:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:06:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:06:58.215684+0000 mgr.y (mgr.24491) 9327 : cluster [DBG] pgmap v8235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:07:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:00.216376+0000 mgr.y (mgr.24491) 9328 : cluster [DBG] pgmap v8236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:00.216376+0000 mgr.y (mgr.24491) 9328 : cluster [DBG] pgmap v8236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:00.216376+0000 mgr.y (mgr.24491) 9328 : cluster [DBG] pgmap v8236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:02.216950+0000 mgr.y (mgr.24491) 9329 : cluster [DBG] pgmap v8237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:02.216950+0000 mgr.y (mgr.24491) 9329 : cluster [DBG] pgmap v8237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:02.216950+0000 mgr.y (mgr.24491) 9329 : cluster [DBG] pgmap v8237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:04.217326+0000 mgr.y (mgr.24491) 9330 : cluster [DBG] pgmap v8238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:04.217326+0000 mgr.y (mgr.24491) 9330 : cluster [DBG] pgmap v8238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:04.217326+0000 mgr.y (mgr.24491) 9330 : cluster [DBG] pgmap v8238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:06.218091+0000 mgr.y (mgr.24491) 9331 : cluster [DBG] pgmap v8239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:06.218091+0000 mgr.y (mgr.24491) 9331 : cluster [DBG] pgmap v8239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:06.218091+0000 mgr.y (mgr.24491) 9331 : cluster [DBG] pgmap v8239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:07] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:07:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:07:07.749709+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:07:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:07:07.749709+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:07:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:07:07.749709+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:07:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:07:08.044315+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:07:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:07:08.044905+0000 mon.a (mon.0) 2293 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:07:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:07:08.049022+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:07:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:08.218555+0000 mgr.y (mgr.24491) 9332 : cluster [DBG] pgmap v8240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:07:08.044315+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:07:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:07:08.044905+0000 mon.a (mon.0) 2293 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:07:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:07:08.049022+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:07:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:08.218555+0000 mgr.y (mgr.24491) 9332 : cluster [DBG] pgmap v8240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:07:08.044315+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:07:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:07:08.044905+0000 mon.a (mon.0) 2293 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:07:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:07:08.049022+0000 mon.a (mon.0) 2294 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:07:09.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:08.218555+0000 mgr.y (mgr.24491) 9332 : cluster [DBG] pgmap v8240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:11.272 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:07:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:10.219271+0000 mgr.y (mgr.24491) 9333 : cluster [DBG] pgmap v8241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:10.219271+0000 mgr.y (mgr.24491) 9333 : cluster [DBG] pgmap v8241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:10.219271+0000 mgr.y (mgr.24491) 9333 : cluster [DBG] pgmap v8241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:12.219806+0000 mgr.y (mgr.24491) 9334 : cluster [DBG] pgmap v8242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:12.219806+0000 mgr.y (mgr.24491) 9334 : cluster [DBG] pgmap v8242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:12.219806+0000 mgr.y (mgr.24491) 9334 : cluster [DBG] pgmap v8242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:14.220484+0000 mgr.y (mgr.24491) 9335 : cluster [DBG] pgmap v8243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:14.220484+0000 mgr.y (mgr.24491) 9335 : cluster [DBG] pgmap v8243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:14.220484+0000 mgr.y (mgr.24491) 9335 : cluster [DBG] pgmap v8243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:16.221243+0000 mgr.y (mgr.24491) 9336 : cluster [DBG] pgmap v8244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:16.221243+0000 mgr.y (mgr.24491) 9336 : cluster [DBG] pgmap v8244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:16.221243+0000 mgr.y (mgr.24491) 9336 : cluster [DBG] pgmap v8244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:17] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:07:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:18.221753+0000 mgr.y (mgr.24491) 9337 : cluster [DBG] pgmap v8245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:18.221753+0000 mgr.y (mgr.24491) 9337 : cluster [DBG] pgmap v8245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:18.221753+0000 mgr.y (mgr.24491) 9337 : cluster [DBG] pgmap v8245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:20.084 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:07:20.360 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:07:20.360 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 8m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:07:20.360 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 8m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:07:20.360 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 8m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:07:20.360 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 8m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:07:20.360 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 8m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:07:20.360 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 8m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 8m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 8m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 8m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 8m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 8m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 8m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 8m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 8m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 8m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 8m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 8m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:07:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 8m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:07:20.362 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 8m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:07:20.362 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 8m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:07:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:07:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:07:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:07:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:07:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:07:20.697 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:07:21.289 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:07:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:07:20.073077+0000 mgr.y (mgr.24491) 9338 : audit [DBG] from='client.24444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:20.222321+0000 mgr.y (mgr.24491) 9339 : cluster [DBG] pgmap v8246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:07:20.353687+0000 mgr.y (mgr.24491) 9340 : audit [DBG] from='client.34355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:07:20.696819+0000 mon.c (mon.2) 307 : audit [DBG] from='client.? 172.21.15.177:0/458446618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:07:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:07:20.073077+0000 mgr.y (mgr.24491) 9338 : audit [DBG] from='client.24444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:20.222321+0000 mgr.y (mgr.24491) 9339 : cluster [DBG] pgmap v8246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:07:20.353687+0000 mgr.y (mgr.24491) 9340 : audit [DBG] from='client.34355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:07:20.696819+0000 mon.c (mon.2) 307 : audit [DBG] from='client.? 172.21.15.177:0/458446618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:07:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:07:20.073077+0000 mgr.y (mgr.24491) 9338 : audit [DBG] from='client.24444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:20.222321+0000 mgr.y (mgr.24491) 9339 : cluster [DBG] pgmap v8246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:07:20.353687+0000 mgr.y (mgr.24491) 9340 : audit [DBG] from='client.34355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:07:20.696819+0000 mon.c (mon.2) 307 : audit [DBG] from='client.? 172.21.15.177:0/458446618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:07:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:22.222702+0000 mgr.y (mgr.24491) 9341 : cluster [DBG] pgmap v8247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:22.222702+0000 mgr.y (mgr.24491) 9341 : cluster [DBG] pgmap v8247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:22.222702+0000 mgr.y (mgr.24491) 9341 : cluster [DBG] pgmap v8247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:24.223281+0000 mgr.y (mgr.24491) 9342 : cluster [DBG] pgmap v8248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:24.223281+0000 mgr.y (mgr.24491) 9342 : cluster [DBG] pgmap v8248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:24.223281+0000 mgr.y (mgr.24491) 9342 : cluster [DBG] pgmap v8248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:26.223993+0000 mgr.y (mgr.24491) 9343 : cluster [DBG] pgmap v8249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:27.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:26.223993+0000 mgr.y (mgr.24491) 9343 : cluster [DBG] pgmap v8249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:26.223993+0000 mgr.y (mgr.24491) 9343 : cluster [DBG] pgmap v8249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:27] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:07:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:28.224408+0000 mgr.y (mgr.24491) 9344 : cluster [DBG] pgmap v8250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:29.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:28.224408+0000 mgr.y (mgr.24491) 9344 : cluster [DBG] pgmap v8250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:28.224408+0000 mgr.y (mgr.24491) 9344 : cluster [DBG] pgmap v8250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:31.307 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:07:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:30.225146+0000 mgr.y (mgr.24491) 9345 : cluster [DBG] pgmap v8251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:30.225146+0000 mgr.y (mgr.24491) 9345 : cluster [DBG] pgmap v8251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:30.225146+0000 mgr.y (mgr.24491) 9345 : cluster [DBG] pgmap v8251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:32.225663+0000 mgr.y (mgr.24491) 9346 : cluster [DBG] pgmap v8252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:32.225663+0000 mgr.y (mgr.24491) 9346 : cluster [DBG] pgmap v8252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:32.225663+0000 mgr.y (mgr.24491) 9346 : cluster [DBG] pgmap v8252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:34.226201+0000 mgr.y (mgr.24491) 9347 : cluster [DBG] pgmap v8253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:34.226201+0000 mgr.y (mgr.24491) 9347 : cluster [DBG] pgmap v8253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:34.226201+0000 mgr.y (mgr.24491) 9347 : cluster [DBG] pgmap v8253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:36.227018+0000 mgr.y (mgr.24491) 9348 : cluster [DBG] pgmap v8254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:36.227018+0000 mgr.y (mgr.24491) 9348 : cluster [DBG] pgmap v8254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:36.227018+0000 mgr.y (mgr.24491) 9348 : cluster [DBG] pgmap v8254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:37] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:07:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:38.227398+0000 mgr.y (mgr.24491) 9349 : cluster [DBG] pgmap v8255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:38.227398+0000 mgr.y (mgr.24491) 9349 : cluster [DBG] pgmap v8255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:38.227398+0000 mgr.y (mgr.24491) 9349 : cluster [DBG] pgmap v8255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:41.325 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:07:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:40.228064+0000 mgr.y (mgr.24491) 9350 : cluster [DBG] pgmap v8256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:40.228064+0000 mgr.y (mgr.24491) 9350 : cluster [DBG] pgmap v8256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:40.228064+0000 mgr.y (mgr.24491) 9350 : cluster [DBG] pgmap v8256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:42.228629+0000 mgr.y (mgr.24491) 9351 : cluster [DBG] pgmap v8257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:42.228629+0000 mgr.y (mgr.24491) 9351 : cluster [DBG] pgmap v8257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:42.228629+0000 mgr.y (mgr.24491) 9351 : cluster [DBG] pgmap v8257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:44.228983+0000 mgr.y (mgr.24491) 9352 : cluster [DBG] pgmap v8258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:44.228983+0000 mgr.y (mgr.24491) 9352 : cluster [DBG] pgmap v8258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:44.228983+0000 mgr.y (mgr.24491) 9352 : cluster [DBG] pgmap v8258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:46.229748+0000 mgr.y (mgr.24491) 9353 : cluster [DBG] pgmap v8259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:46.229748+0000 mgr.y (mgr.24491) 9353 : cluster [DBG] pgmap v8259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:46.229748+0000 mgr.y (mgr.24491) 9353 : cluster [DBG] pgmap v8259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:47] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:07:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:48.230138+0000 mgr.y (mgr.24491) 9354 : cluster [DBG] pgmap v8260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:48.230138+0000 mgr.y (mgr.24491) 9354 : cluster [DBG] pgmap v8260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:48.230138+0000 mgr.y (mgr.24491) 9354 : cluster [DBG] pgmap v8260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:51.004 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:07:51.278 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:07:51.278 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 8m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:07:51.278 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 8m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 8m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 8m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 8m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 8m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 8m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 8m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 8m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 8m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 8m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 8m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 8m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 8m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 8m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:07:51.279 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 8m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:07:51.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 8m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:07:51.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 8m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:07:51.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 8m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:07:51.280 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 8m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:07:51.339 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:07:51.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:07:51.612 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:07:51.612 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:07:51.612 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:07:51.612 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:07:51.612 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:07:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:50.230778+0000 mgr.y (mgr.24491) 9355 : cluster [DBG] pgmap v8261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:50.230778+0000 mgr.y (mgr.24491) 9355 : cluster [DBG] pgmap v8261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:50.230778+0000 mgr.y (mgr.24491) 9355 : cluster [DBG] pgmap v8261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:07:50.993740+0000 mgr.y (mgr.24491) 9356 : audit [DBG] from='client.24462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:07:51.271827+0000 mgr.y (mgr.24491) 9357 : audit [DBG] from='client.24468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:07:51.611988+0000 mon.c (mon.2) 308 : audit [DBG] from='client.? 172.21.15.177:0/884345665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:07:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:07:50.993740+0000 mgr.y (mgr.24491) 9356 : audit [DBG] from='client.24462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:52.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:07:51.271827+0000 mgr.y (mgr.24491) 9357 : audit [DBG] from='client.24468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:52.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:07:51.611988+0000 mon.c (mon.2) 308 : audit [DBG] from='client.? 172.21.15.177:0/884345665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:07:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:07:50.993740+0000 mgr.y (mgr.24491) 9356 : audit [DBG] from='client.24462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:52.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:07:51.271827+0000 mgr.y (mgr.24491) 9357 : audit [DBG] from='client.24468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:07:52.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:07:51.611988+0000 mon.c (mon.2) 308 : audit [DBG] from='client.? 172.21.15.177:0/884345665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:07:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:52.231257+0000 mgr.y (mgr.24491) 9358 : cluster [DBG] pgmap v8262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:52.231257+0000 mgr.y (mgr.24491) 9358 : cluster [DBG] pgmap v8262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:52.231257+0000 mgr.y (mgr.24491) 9358 : cluster [DBG] pgmap v8262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:54.231709+0000 mgr.y (mgr.24491) 9359 : cluster [DBG] pgmap v8263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:54.231709+0000 mgr.y (mgr.24491) 9359 : cluster [DBG] pgmap v8263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:54.231709+0000 mgr.y (mgr.24491) 9359 : cluster [DBG] pgmap v8263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:56.232416+0000 mgr.y (mgr.24491) 9360 : cluster [DBG] pgmap v8264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:56.232416+0000 mgr.y (mgr.24491) 9360 : cluster [DBG] pgmap v8264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:56.232416+0000 mgr.y (mgr.24491) 9360 : cluster [DBG] pgmap v8264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:07:57] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:07:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:07:58.232908+0000 mgr.y (mgr.24491) 9361 : cluster [DBG] pgmap v8265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:07:58.232908+0000 mgr.y (mgr.24491) 9361 : cluster [DBG] pgmap v8265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:07:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:07:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:07:58.232908+0000 mgr.y (mgr.24491) 9361 : cluster [DBG] pgmap v8265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:01.365 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:08:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:00.233787+0000 mgr.y (mgr.24491) 9362 : cluster [DBG] pgmap v8266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:00.233787+0000 mgr.y (mgr.24491) 9362 : cluster [DBG] pgmap v8266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:00.233787+0000 mgr.y (mgr.24491) 9362 : cluster [DBG] pgmap v8266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:02.234177+0000 mgr.y (mgr.24491) 9363 : cluster [DBG] pgmap v8267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:02.234177+0000 mgr.y (mgr.24491) 9363 : cluster [DBG] pgmap v8267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:02.234177+0000 mgr.y (mgr.24491) 9363 : cluster [DBG] pgmap v8267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:04.234643+0000 mgr.y (mgr.24491) 9364 : cluster [DBG] pgmap v8268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:04.234643+0000 mgr.y (mgr.24491) 9364 : cluster [DBG] pgmap v8268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:04.234643+0000 mgr.y (mgr.24491) 9364 : cluster [DBG] pgmap v8268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:06.235486+0000 mgr.y (mgr.24491) 9365 : cluster [DBG] pgmap v8269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:06.235486+0000 mgr.y (mgr.24491) 9365 : cluster [DBG] pgmap v8269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:06.235486+0000 mgr.y (mgr.24491) 9365 : cluster [DBG] pgmap v8269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:08:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:08:08.053311+0000 mon.a (mon.0) 2295 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:08:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:08:08.344104+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:08:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:08:08.344718+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:08:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:08:08.348976+0000 mon.a (mon.0) 2298 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:08:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:08:08.053311+0000 mon.a (mon.0) 2295 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:08:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:08:08.344104+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:08:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:08:08.344718+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:08:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:08:08.348976+0000 mon.a (mon.0) 2298 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:08:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:08:08.053311+0000 mon.a (mon.0) 2295 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:08:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:08:08.344104+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:08:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:08:08.344718+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:08:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:08:08.348976+0000 mon.a (mon.0) 2298 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:08:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:08.235839+0000 mgr.y (mgr.24491) 9366 : cluster [DBG] pgmap v8270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:08.235839+0000 mgr.y (mgr.24491) 9366 : cluster [DBG] pgmap v8270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:08.235839+0000 mgr.y (mgr.24491) 9366 : cluster [DBG] pgmap v8270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:11.388 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:08:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:10.236498+0000 mgr.y (mgr.24491) 9367 : cluster [DBG] pgmap v8271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:10.236498+0000 mgr.y (mgr.24491) 9367 : cluster [DBG] pgmap v8271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:10.236498+0000 mgr.y (mgr.24491) 9367 : cluster [DBG] pgmap v8271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:12.237078+0000 mgr.y (mgr.24491) 9368 : cluster [DBG] pgmap v8272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:12.237078+0000 mgr.y (mgr.24491) 9368 : cluster [DBG] pgmap v8272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:12.237078+0000 mgr.y (mgr.24491) 9368 : cluster [DBG] pgmap v8272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:14.237645+0000 mgr.y (mgr.24491) 9369 : cluster [DBG] pgmap v8273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:14.237645+0000 mgr.y (mgr.24491) 9369 : cluster [DBG] pgmap v8273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:14.237645+0000 mgr.y (mgr.24491) 9369 : cluster [DBG] pgmap v8273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:16.238379+0000 mgr.y (mgr.24491) 9370 : cluster [DBG] pgmap v8274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:16.238379+0000 mgr.y (mgr.24491) 9370 : cluster [DBG] pgmap v8274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:16.238379+0000 mgr.y (mgr.24491) 9370 : cluster [DBG] pgmap v8274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:08:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:18.238830+0000 mgr.y (mgr.24491) 9371 : cluster [DBG] pgmap v8275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:18.238830+0000 mgr.y (mgr.24491) 9371 : cluster [DBG] pgmap v8275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:18.238830+0000 mgr.y (mgr.24491) 9371 : cluster [DBG] pgmap v8275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:21.406 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:08:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:20.239432+0000 mgr.y (mgr.24491) 9372 : cluster [DBG] pgmap v8276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:20.239432+0000 mgr.y (mgr.24491) 9372 : cluster [DBG] pgmap v8276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:20.239432+0000 mgr.y (mgr.24491) 9372 : cluster [DBG] pgmap v8276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:21.921 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:08:22.195 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:08:22.195 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 9m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:08:22.195 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 9m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 9m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 9m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 9m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 9m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 9m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 9m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 9m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 9m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 9m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 9m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 9m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 9m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:08:22.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 9m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:08:22.197 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 9m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:08:22.197 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 9m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:08:22.197 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 9m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:08:22.197 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 9m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:08:22.197 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 9m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:08:22.536 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:08:22.536 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:08:22.536 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:08:22.536 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:08:22.536 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:08:22.536 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:08:22.537 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:08:22.537 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:08:22.537 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:08:22.537 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:08:22.537 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:08:22.537 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:08:22.537 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:08:22.537 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:08:22.537 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:08:22.537 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:08:22.537 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:08:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:08:21.910244+0000 mgr.y (mgr.24491) 9373 : audit [DBG] from='client.24480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:08:22.189068+0000 mgr.y (mgr.24491) 9374 : audit [DBG] from='client.24486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:22.239773+0000 mgr.y (mgr.24491) 9375 : cluster [DBG] pgmap v8277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:08:22.537057+0000 mon.a (mon.0) 2299 : audit [DBG] from='client.? 172.21.15.177:0/2281802066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:08:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:08:21.910244+0000 mgr.y (mgr.24491) 9373 : audit [DBG] from='client.24480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:08:22.189068+0000 mgr.y (mgr.24491) 9374 : audit [DBG] from='client.24486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:22.239773+0000 mgr.y (mgr.24491) 9375 : cluster [DBG] pgmap v8277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:08:22.537057+0000 mon.a (mon.0) 2299 : audit [DBG] from='client.? 172.21.15.177:0/2281802066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:08:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:08:21.910244+0000 mgr.y (mgr.24491) 9373 : audit [DBG] from='client.24480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:08:22.189068+0000 mgr.y (mgr.24491) 9374 : audit [DBG] from='client.24486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:22.239773+0000 mgr.y (mgr.24491) 9375 : cluster [DBG] pgmap v8277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:23.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:08:22.537057+0000 mon.a (mon.0) 2299 : audit [DBG] from='client.? 172.21.15.177:0/2281802066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:08:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:24.240232+0000 mgr.y (mgr.24491) 9376 : cluster [DBG] pgmap v8278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:24.240232+0000 mgr.y (mgr.24491) 9376 : cluster [DBG] pgmap v8278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:24.240232+0000 mgr.y (mgr.24491) 9376 : cluster [DBG] pgmap v8278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:27.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:26.241045+0000 mgr.y (mgr.24491) 9377 : cluster [DBG] pgmap v8279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:27.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:26.241045+0000 mgr.y (mgr.24491) 9377 : cluster [DBG] pgmap v8279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:26.241045+0000 mgr.y (mgr.24491) 9377 : cluster [DBG] pgmap v8279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:08:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:28.241566+0000 mgr.y (mgr.24491) 9378 : cluster [DBG] pgmap v8280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:28.241566+0000 mgr.y (mgr.24491) 9378 : cluster [DBG] pgmap v8280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:28.241566+0000 mgr.y (mgr.24491) 9378 : cluster [DBG] pgmap v8280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:31.425 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:08:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:30.242125+0000 mgr.y (mgr.24491) 9379 : cluster [DBG] pgmap v8281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:30.242125+0000 mgr.y (mgr.24491) 9379 : cluster [DBG] pgmap v8281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:30.242125+0000 mgr.y (mgr.24491) 9379 : cluster [DBG] pgmap v8281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:32.242522+0000 mgr.y (mgr.24491) 9380 : cluster [DBG] pgmap v8282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:32.242522+0000 mgr.y (mgr.24491) 9380 : cluster [DBG] pgmap v8282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:32.242522+0000 mgr.y (mgr.24491) 9380 : cluster [DBG] pgmap v8282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:34.242837+0000 mgr.y (mgr.24491) 9381 : cluster [DBG] pgmap v8283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:34.242837+0000 mgr.y (mgr.24491) 9381 : cluster [DBG] pgmap v8283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:34.242837+0000 mgr.y (mgr.24491) 9381 : cluster [DBG] pgmap v8283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:37.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:36.243673+0000 mgr.y (mgr.24491) 9382 : cluster [DBG] pgmap v8284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:36.243673+0000 mgr.y (mgr.24491) 9382 : cluster [DBG] pgmap v8284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:36.243673+0000 mgr.y (mgr.24491) 9382 : cluster [DBG] pgmap v8284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:37] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T08:08:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:38.244180+0000 mgr.y (mgr.24491) 9383 : cluster [DBG] pgmap v8285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:38.244180+0000 mgr.y (mgr.24491) 9383 : cluster [DBG] pgmap v8285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:38.244180+0000 mgr.y (mgr.24491) 9383 : cluster [DBG] pgmap v8285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:41.439 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:08:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:40.245034+0000 mgr.y (mgr.24491) 9384 : cluster [DBG] pgmap v8286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:40.245034+0000 mgr.y (mgr.24491) 9384 : cluster [DBG] pgmap v8286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:40.245034+0000 mgr.y (mgr.24491) 9384 : cluster [DBG] pgmap v8286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:42.245382+0000 mgr.y (mgr.24491) 9385 : cluster [DBG] pgmap v8287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:42.245382+0000 mgr.y (mgr.24491) 9385 : cluster [DBG] pgmap v8287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:42.245382+0000 mgr.y (mgr.24491) 9385 : cluster [DBG] pgmap v8287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:44.245687+0000 mgr.y (mgr.24491) 9386 : cluster [DBG] pgmap v8288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:44.245687+0000 mgr.y (mgr.24491) 9386 : cluster [DBG] pgmap v8288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:44.245687+0000 mgr.y (mgr.24491) 9386 : cluster [DBG] pgmap v8288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:46.246550+0000 mgr.y (mgr.24491) 9387 : cluster [DBG] pgmap v8289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:46.246550+0000 mgr.y (mgr.24491) 9387 : cluster [DBG] pgmap v8289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:46.246550+0000 mgr.y (mgr.24491) 9387 : cluster [DBG] pgmap v8289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:47] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:08:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:48.247151+0000 mgr.y (mgr.24491) 9388 : cluster [DBG] pgmap v8290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:48.247151+0000 mgr.y (mgr.24491) 9388 : cluster [DBG] pgmap v8290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:48.247151+0000 mgr.y (mgr.24491) 9388 : cluster [DBG] pgmap v8290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:51.458 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:08:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:50.247889+0000 mgr.y (mgr.24491) 9389 : cluster [DBG] pgmap v8291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:50.247889+0000 mgr.y (mgr.24491) 9389 : cluster [DBG] pgmap v8291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:50.247889+0000 mgr.y (mgr.24491) 9389 : cluster [DBG] pgmap v8291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:52.848 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:08:53.122 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:08:53.122 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 9m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:08:53.122 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 9m ago 4h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:08:53.122 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 9m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 9m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 9m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 9m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 9m ago 4h 761M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 9m ago 4h 393M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 9m ago 4h 398M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 9m ago 4h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 9m ago 4h 24.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 9m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 9m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 9m ago 4h 41.2M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 9m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:08:53.123 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 9m ago 4h 43.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:08:53.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 9m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:08:53.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 9m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:08:53.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 9m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:08:53.124 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 9m ago 4h 104M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:08:53.454 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:08:53.454 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:08:53.455 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:08:53.455 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:08:53.455 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:08:53.455 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:08:53.455 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:08:53.455 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:08:53.455 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:08:53.455 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:08:53.455 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:08:53.455 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:08:53.455 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:08:53.456 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:08:53.456 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:08:53.456 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:08:53.456 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:08:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:52.248342+0000 mgr.y (mgr.24491) 9390 : cluster [DBG] pgmap v8292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:08:53.455572+0000 mon.c (mon.2) 309 : audit [DBG] from='client.? 172.21.15.177:0/150118736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:08:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:52.248342+0000 mgr.y (mgr.24491) 9390 : cluster [DBG] pgmap v8292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:08:53.455572+0000 mon.c (mon.2) 309 : audit [DBG] from='client.? 172.21.15.177:0/150118736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:08:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:52.248342+0000 mgr.y (mgr.24491) 9390 : cluster [DBG] pgmap v8292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:08:53.455572+0000 mon.c (mon.2) 309 : audit [DBG] from='client.? 172.21.15.177:0/150118736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:08:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:08:52.836893+0000 mgr.y (mgr.24491) 9391 : audit [DBG] from='client.34403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:08:53.115138+0000 mgr.y (mgr.24491) 9392 : audit [DBG] from='client.34409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:08:52.836893+0000 mgr.y (mgr.24491) 9391 : audit [DBG] from='client.34403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:08:53.115138+0000 mgr.y (mgr.24491) 9392 : audit [DBG] from='client.34409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:08:52.836893+0000 mgr.y (mgr.24491) 9391 : audit [DBG] from='client.34403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:08:53.115138+0000 mgr.y (mgr.24491) 9392 : audit [DBG] from='client.34409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:08:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:54.248662+0000 mgr.y (mgr.24491) 9393 : cluster [DBG] pgmap v8293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:54.248662+0000 mgr.y (mgr.24491) 9393 : cluster [DBG] pgmap v8293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:54.248662+0000 mgr.y (mgr.24491) 9393 : cluster [DBG] pgmap v8293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:56.249332+0000 mgr.y (mgr.24491) 9394 : cluster [DBG] pgmap v8294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:57.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:56.249332+0000 mgr.y (mgr.24491) 9394 : cluster [DBG] pgmap v8294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:56.249332+0000 mgr.y (mgr.24491) 9394 : cluster [DBG] pgmap v8294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:08:57] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:08:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:08:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:08:58.249882+0000 mgr.y (mgr.24491) 9395 : cluster [DBG] pgmap v8295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:08:58.249882+0000 mgr.y (mgr.24491) 9395 : cluster [DBG] pgmap v8295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:08:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:08:58.249882+0000 mgr.y (mgr.24491) 9395 : cluster [DBG] pgmap v8295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:01.477 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:09:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:00.250532+0000 mgr.y (mgr.24491) 9396 : cluster [DBG] pgmap v8296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:00.250532+0000 mgr.y (mgr.24491) 9396 : cluster [DBG] pgmap v8296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:00.250532+0000 mgr.y (mgr.24491) 9396 : cluster [DBG] pgmap v8296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:02.250983+0000 mgr.y (mgr.24491) 9397 : cluster [DBG] pgmap v8297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:02.250983+0000 mgr.y (mgr.24491) 9397 : cluster [DBG] pgmap v8297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:02.250983+0000 mgr.y (mgr.24491) 9397 : cluster [DBG] pgmap v8297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:04.251375+0000 mgr.y (mgr.24491) 9398 : cluster [DBG] pgmap v8298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:04.251375+0000 mgr.y (mgr.24491) 9398 : cluster [DBG] pgmap v8298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:04.251375+0000 mgr.y (mgr.24491) 9398 : cluster [DBG] pgmap v8298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:06.252080+0000 mgr.y (mgr.24491) 9399 : cluster [DBG] pgmap v8299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:07] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:09:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:06.252080+0000 mgr.y (mgr.24491) 9399 : cluster [DBG] pgmap v8299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:06.252080+0000 mgr.y (mgr.24491) 9399 : cluster [DBG] pgmap v8299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:08.353338+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:09:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:08.353338+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:09:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:08.353338+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:09:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:08.252515+0000 mgr.y (mgr.24491) 9400 : cluster [DBG] pgmap v8300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:08.252515+0000 mgr.y (mgr.24491) 9400 : cluster [DBG] pgmap v8300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:09.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:08.252515+0000 mgr.y (mgr.24491) 9400 : cluster [DBG] pgmap v8300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:09:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:10.253142+0000 mgr.y (mgr.24491) 9401 : cluster [DBG] pgmap v8301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:11.001528+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:09:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:10.253142+0000 mgr.y (mgr.24491) 9401 : cluster [DBG] pgmap v8301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:11.001528+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:09:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:10.253142+0000 mgr.y (mgr.24491) 9401 : cluster [DBG] pgmap v8301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:11.001528+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:09:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:11.541058+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:09:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:11.819991+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:09:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:11.820589+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:09:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:11.825105+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:09:12.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:11.541058+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:09:12.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:11.819991+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:09:12.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:11.820589+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:09:12.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:11.825105+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:09:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:11.541058+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:09:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:11.819991+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:09:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:11.820589+0000 mon.a (mon.0) 2304 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:09:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:11.825105+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:09:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:12.253534+0000 mgr.y (mgr.24491) 9402 : cluster [DBG] pgmap v8302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:12.253534+0000 mgr.y (mgr.24491) 9402 : cluster [DBG] pgmap v8302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:12.253534+0000 mgr.y (mgr.24491) 9402 : cluster [DBG] pgmap v8302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:14.254024+0000 mgr.y (mgr.24491) 9403 : cluster [DBG] pgmap v8303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:14.254024+0000 mgr.y (mgr.24491) 9403 : cluster [DBG] pgmap v8303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:14.254024+0000 mgr.y (mgr.24491) 9403 : cluster [DBG] pgmap v8303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:17] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:09:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:16.254847+0000 mgr.y (mgr.24491) 9404 : cluster [DBG] pgmap v8304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:16.254847+0000 mgr.y (mgr.24491) 9404 : cluster [DBG] pgmap v8304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:16.254847+0000 mgr.y (mgr.24491) 9404 : cluster [DBG] pgmap v8304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:18.255265+0000 mgr.y (mgr.24491) 9405 : cluster [DBG] pgmap v8305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:18.255265+0000 mgr.y (mgr.24491) 9405 : cluster [DBG] pgmap v8305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:18.255265+0000 mgr.y (mgr.24491) 9405 : cluster [DBG] pgmap v8305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:09:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:20.256170+0000 mgr.y (mgr.24491) 9406 : cluster [DBG] pgmap v8306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:20.256170+0000 mgr.y (mgr.24491) 9406 : cluster [DBG] pgmap v8306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:20.256170+0000 mgr.y (mgr.24491) 9406 : cluster [DBG] pgmap v8306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:23.770 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:09:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:22.256567+0000 mgr.y (mgr.24491) 9407 : cluster [DBG] pgmap v8307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:22.256567+0000 mgr.y (mgr.24491) 9407 : cluster [DBG] pgmap v8307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:22.256567+0000 mgr.y (mgr.24491) 9407 : cluster [DBG] pgmap v8307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:24.045 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:09:24.045 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 13s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:09:24.045 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 12s ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:09:24.045 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 13s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 12s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 12s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 13s ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 13s ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 12s ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 13s ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 13s ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 12s ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 13s ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 13s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 13s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 13s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 12s ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:09:24.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 12s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:09:24.047 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 12s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:09:24.047 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 12s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:09:24.047 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 12s ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:09:24.384 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:09:24.385 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:09:24.385 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:09:24.385 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:09:24.385 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:09:24.385 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:09:24.385 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:09:24.385 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:09:24.385 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:09:24.385 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:09:24.385 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:09:24.385 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:09:24.386 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:09:24.386 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:09:24.386 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:09:24.386 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:09:24.386 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:09:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:24.382928+0000 mon.a (mon.0) 2306 : audit [DBG] from='client.? 172.21.15.177:0/3113398113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:09:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:24.382928+0000 mon.a (mon.0) 2306 : audit [DBG] from='client.? 172.21.15.177:0/3113398113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:09:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:24.382928+0000 mon.a (mon.0) 2306 : audit [DBG] from='client.? 172.21.15.177:0/3113398113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:09:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:23.759711+0000 mgr.y (mgr.24491) 9408 : audit [DBG] from='client.34421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:24.039008+0000 mgr.y (mgr.24491) 9409 : audit [DBG] from='client.34427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:24.256970+0000 mgr.y (mgr.24491) 9410 : cluster [DBG] pgmap v8308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:23.759711+0000 mgr.y (mgr.24491) 9408 : audit [DBG] from='client.34421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:24.039008+0000 mgr.y (mgr.24491) 9409 : audit [DBG] from='client.34427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:24.256970+0000 mgr.y (mgr.24491) 9410 : cluster [DBG] pgmap v8308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:23.759711+0000 mgr.y (mgr.24491) 9408 : audit [DBG] from='client.34421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:24.039008+0000 mgr.y (mgr.24491) 9409 : audit [DBG] from='client.34427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:24.256970+0000 mgr.y (mgr.24491) 9410 : cluster [DBG] pgmap v8308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:27] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:09:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:26.257807+0000 mgr.y (mgr.24491) 9411 : cluster [DBG] pgmap v8309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:26.257807+0000 mgr.y (mgr.24491) 9411 : cluster [DBG] pgmap v8309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:26.257807+0000 mgr.y (mgr.24491) 9411 : cluster [DBG] pgmap v8309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:28.258242+0000 mgr.y (mgr.24491) 9412 : cluster [DBG] pgmap v8310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:28.258242+0000 mgr.y (mgr.24491) 9412 : cluster [DBG] pgmap v8310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:28.258242+0000 mgr.y (mgr.24491) 9412 : cluster [DBG] pgmap v8310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:09:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:30.259125+0000 mgr.y (mgr.24491) 9413 : cluster [DBG] pgmap v8311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:30.259125+0000 mgr.y (mgr.24491) 9413 : cluster [DBG] pgmap v8311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:30.259125+0000 mgr.y (mgr.24491) 9413 : cluster [DBG] pgmap v8311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:32.259539+0000 mgr.y (mgr.24491) 9414 : cluster [DBG] pgmap v8312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:32.259539+0000 mgr.y (mgr.24491) 9414 : cluster [DBG] pgmap v8312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:32.259539+0000 mgr.y (mgr.24491) 9414 : cluster [DBG] pgmap v8312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:34.260166+0000 mgr.y (mgr.24491) 9415 : cluster [DBG] pgmap v8313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:34.260166+0000 mgr.y (mgr.24491) 9415 : cluster [DBG] pgmap v8313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:34.260166+0000 mgr.y (mgr.24491) 9415 : cluster [DBG] pgmap v8313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:37] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:09:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:36.260839+0000 mgr.y (mgr.24491) 9416 : cluster [DBG] pgmap v8314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:36.260839+0000 mgr.y (mgr.24491) 9416 : cluster [DBG] pgmap v8314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:36.260839+0000 mgr.y (mgr.24491) 9416 : cluster [DBG] pgmap v8314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:38.261380+0000 mgr.y (mgr.24491) 9417 : cluster [DBG] pgmap v8315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:38.261380+0000 mgr.y (mgr.24491) 9417 : cluster [DBG] pgmap v8315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:38.261380+0000 mgr.y (mgr.24491) 9417 : cluster [DBG] pgmap v8315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:09:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:40.261999+0000 mgr.y (mgr.24491) 9418 : cluster [DBG] pgmap v8316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:40.261999+0000 mgr.y (mgr.24491) 9418 : cluster [DBG] pgmap v8316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:40.261999+0000 mgr.y (mgr.24491) 9418 : cluster [DBG] pgmap v8316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:42.262525+0000 mgr.y (mgr.24491) 9419 : cluster [DBG] pgmap v8317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:42.262525+0000 mgr.y (mgr.24491) 9419 : cluster [DBG] pgmap v8317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:42.262525+0000 mgr.y (mgr.24491) 9419 : cluster [DBG] pgmap v8317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:44.262982+0000 mgr.y (mgr.24491) 9420 : cluster [DBG] pgmap v8318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:44.262982+0000 mgr.y (mgr.24491) 9420 : cluster [DBG] pgmap v8318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:44.262982+0000 mgr.y (mgr.24491) 9420 : cluster [DBG] pgmap v8318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:46.263738+0000 mgr.y (mgr.24491) 9421 : cluster [DBG] pgmap v8319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:09:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:46.263738+0000 mgr.y (mgr.24491) 9421 : cluster [DBG] pgmap v8319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:46.263738+0000 mgr.y (mgr.24491) 9421 : cluster [DBG] pgmap v8319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:48.264262+0000 mgr.y (mgr.24491) 9422 : cluster [DBG] pgmap v8320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:48.264262+0000 mgr.y (mgr.24491) 9422 : cluster [DBG] pgmap v8320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:48.264262+0000 mgr.y (mgr.24491) 9422 : cluster [DBG] pgmap v8320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:09:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:50.264980+0000 mgr.y (mgr.24491) 9423 : cluster [DBG] pgmap v8321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:50.264980+0000 mgr.y (mgr.24491) 9423 : cluster [DBG] pgmap v8321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:50.264980+0000 mgr.y (mgr.24491) 9423 : cluster [DBG] pgmap v8321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:52.265331+0000 mgr.y (mgr.24491) 9424 : cluster [DBG] pgmap v8322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:52.265331+0000 mgr.y (mgr.24491) 9424 : cluster [DBG] pgmap v8322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:52.265331+0000 mgr.y (mgr.24491) 9424 : cluster [DBG] pgmap v8322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:54.695 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:09:54.968 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:09:54.968 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 43s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:09:54.968 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 43s ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:09:54.968 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 43s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:09:54.968 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 43s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:09:54.969 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 43s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:09:54.969 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 43s ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:09:54.969 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 43s ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:09:54.969 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 43s ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:09:54.969 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 43s ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:09:54.969 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 43s ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:09:54.969 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 43s ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:09:54.969 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 43s ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:09:54.969 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 43s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:09:54.969 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 43s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:09:54.969 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 43s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:09:54.970 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 43s ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:09:54.970 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 43s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:09:54.970 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 43s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:09:54.970 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 43s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:09:54.970 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 43s ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:09:55.301 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:09:55.301 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:09:55.301 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:09:55.302 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:09:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:54.265801+0000 mgr.y (mgr.24491) 9425 : cluster [DBG] pgmap v8323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:54.683693+0000 mgr.y (mgr.24491) 9426 : audit [DBG] from='client.24534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:55.302703+0000 mon.a (mon.0) 2307 : audit [DBG] from='client.? 172.21.15.177:0/3323674559' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:09:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:54.265801+0000 mgr.y (mgr.24491) 9425 : cluster [DBG] pgmap v8323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:54.683693+0000 mgr.y (mgr.24491) 9426 : audit [DBG] from='client.24534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:55.302703+0000 mon.a (mon.0) 2307 : audit [DBG] from='client.? 172.21.15.177:0/3323674559' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:09:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:54.265801+0000 mgr.y (mgr.24491) 9425 : cluster [DBG] pgmap v8323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:54.683693+0000 mgr.y (mgr.24491) 9426 : audit [DBG] from='client.24534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:55.302703+0000 mon.a (mon.0) 2307 : audit [DBG] from='client.? 172.21.15.177:0/3323674559' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:09:56.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:09:54.961767+0000 mgr.y (mgr.24491) 9427 : audit [DBG] from='client.24540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:09:54.961767+0000 mgr.y (mgr.24491) 9427 : audit [DBG] from='client.24540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:09:54.961767+0000 mgr.y (mgr.24491) 9427 : audit [DBG] from='client.24540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:09:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:09:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:09:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:56.266526+0000 mgr.y (mgr.24491) 9428 : cluster [DBG] pgmap v8324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:56.266526+0000 mgr.y (mgr.24491) 9428 : cluster [DBG] pgmap v8324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:56.266526+0000 mgr.y (mgr.24491) 9428 : cluster [DBG] pgmap v8324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:09:58.266984+0000 mgr.y (mgr.24491) 9429 : cluster [DBG] pgmap v8325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:09:58.266984+0000 mgr.y (mgr.24491) 9429 : cluster [DBG] pgmap v8325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:09:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:09:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:09:58.266984+0000 mgr.y (mgr.24491) 9429 : cluster [DBG] pgmap v8325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T08:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:10:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:00.000147+0000 mon.a (mon.0) 2308 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:10:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:00.000147+0000 mon.a (mon.0) 2308 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:10:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:00.000147+0000 mon.a (mon.0) 2308 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:10:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:10:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:00.267891+0000 mgr.y (mgr.24491) 9430 : cluster [DBG] pgmap v8326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:00.267891+0000 mgr.y (mgr.24491) 9430 : cluster [DBG] pgmap v8326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:00.267891+0000 mgr.y (mgr.24491) 9430 : cluster [DBG] pgmap v8326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:02.268309+0000 mgr.y (mgr.24491) 9431 : cluster [DBG] pgmap v8327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:02.268309+0000 mgr.y (mgr.24491) 9431 : cluster [DBG] pgmap v8327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:02.268309+0000 mgr.y (mgr.24491) 9431 : cluster [DBG] pgmap v8327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:04.268891+0000 mgr.y (mgr.24491) 9432 : cluster [DBG] pgmap v8328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:04.268891+0000 mgr.y (mgr.24491) 9432 : cluster [DBG] pgmap v8328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:04.268891+0000 mgr.y (mgr.24491) 9432 : cluster [DBG] pgmap v8328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:07] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:10:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:06.269495+0000 mgr.y (mgr.24491) 9433 : cluster [DBG] pgmap v8329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:07.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:06.269495+0000 mgr.y (mgr.24491) 9433 : cluster [DBG] pgmap v8329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:06.269495+0000 mgr.y (mgr.24491) 9433 : cluster [DBG] pgmap v8329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:08.269994+0000 mgr.y (mgr.24491) 9434 : cluster [DBG] pgmap v8330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:08.269994+0000 mgr.y (mgr.24491) 9434 : cluster [DBG] pgmap v8330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:08.269994+0000 mgr.y (mgr.24491) 9434 : cluster [DBG] pgmap v8330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:10:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:10.270814+0000 mgr.y (mgr.24491) 9435 : cluster [DBG] pgmap v8331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:10.270814+0000 mgr.y (mgr.24491) 9435 : cluster [DBG] pgmap v8331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:10.270814+0000 mgr.y (mgr.24491) 9435 : cluster [DBG] pgmap v8331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:10:11.829607+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:10:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:10:12.124260+0000 mon.a (mon.0) 2310 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:10:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:10:12.124901+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:10:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:10:12.129321+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:10:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:10:11.829607+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:10:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:10:12.124260+0000 mon.a (mon.0) 2310 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:10:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:10:12.124901+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:10:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:10:12.129321+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:10:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:10:11.829607+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:10:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:10:12.124260+0000 mon.a (mon.0) 2310 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:10:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:10:12.124901+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:10:13.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:10:12.129321+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:10:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:12.271202+0000 mgr.y (mgr.24491) 9436 : cluster [DBG] pgmap v8332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:12.271202+0000 mgr.y (mgr.24491) 9436 : cluster [DBG] pgmap v8332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:12.271202+0000 mgr.y (mgr.24491) 9436 : cluster [DBG] pgmap v8332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:14.271748+0000 mgr.y (mgr.24491) 9437 : cluster [DBG] pgmap v8333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:14.271748+0000 mgr.y (mgr.24491) 9437 : cluster [DBG] pgmap v8333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:14.271748+0000 mgr.y (mgr.24491) 9437 : cluster [DBG] pgmap v8333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:16.272281+0000 mgr.y (mgr.24491) 9438 : cluster [DBG] pgmap v8334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:16.272281+0000 mgr.y (mgr.24491) 9438 : cluster [DBG] pgmap v8334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:10:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:16.272281+0000 mgr.y (mgr.24491) 9438 : cluster [DBG] pgmap v8334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:18.272814+0000 mgr.y (mgr.24491) 9439 : cluster [DBG] pgmap v8335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:18.272814+0000 mgr.y (mgr.24491) 9439 : cluster [DBG] pgmap v8335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:18.272814+0000 mgr.y (mgr.24491) 9439 : cluster [DBG] pgmap v8335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:10:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:20.273610+0000 mgr.y (mgr.24491) 9440 : cluster [DBG] pgmap v8336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:20.273610+0000 mgr.y (mgr.24491) 9440 : cluster [DBG] pgmap v8336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:20.273610+0000 mgr.y (mgr.24491) 9440 : cluster [DBG] pgmap v8336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:22.274029+0000 mgr.y (mgr.24491) 9441 : cluster [DBG] pgmap v8337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:22.274029+0000 mgr.y (mgr.24491) 9441 : cluster [DBG] pgmap v8337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:22.274029+0000 mgr.y (mgr.24491) 9441 : cluster [DBG] pgmap v8337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:25.613 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:10:25.890 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:10:25.890 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 74s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:10:25.890 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 74s ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:10:25.890 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 74s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:10:25.890 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 74s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:10:25.890 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 74s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:10:25.890 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 74s ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:10:25.890 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 74s ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:10:25.890 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 74s ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:10:25.891 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 74s ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:10:25.891 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 74s ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:10:25.891 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 74s ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:10:25.891 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 74s ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:10:25.891 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 74s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:10:25.891 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 74s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:10:25.891 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 74s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:10:25.891 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 74s ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:10:25.891 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 74s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:10:25.891 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 74s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:10:25.891 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 74s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:10:25.892 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 74s ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:10:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:24.274517+0000 mgr.y (mgr.24491) 9442 : cluster [DBG] pgmap v8338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:24.274517+0000 mgr.y (mgr.24491) 9442 : cluster [DBG] pgmap v8338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:24.274517+0000 mgr.y (mgr.24491) 9442 : cluster [DBG] pgmap v8338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:26.223 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:10:26.223 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:10:26.223 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:10:26.223 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:10:26.223 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:10:26.223 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:10:26.223 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:10:26.224 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:10:26.224 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:10:26.224 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:10:26.224 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:10:26.224 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:10:26.224 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:10:26.224 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:10:26.224 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:10:26.224 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:10:26.224 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:10:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:10:25.601475+0000 mgr.y (mgr.24491) 9443 : audit [DBG] from='client.24552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:10:26.224481+0000 mon.c (mon.2) 310 : audit [DBG] from='client.? 172.21.15.177:0/3016280829' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:10:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:10:25.601475+0000 mgr.y (mgr.24491) 9443 : audit [DBG] from='client.24552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:10:26.224481+0000 mon.c (mon.2) 310 : audit [DBG] from='client.? 172.21.15.177:0/3016280829' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:10:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:10:25.601475+0000 mgr.y (mgr.24491) 9443 : audit [DBG] from='client.24552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:10:26.224481+0000 mon.c (mon.2) 310 : audit [DBG] from='client.? 172.21.15.177:0/3016280829' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:10:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:10:25.883294+0000 mgr.y (mgr.24491) 9444 : audit [DBG] from='client.34463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:26.274976+0000 mgr.y (mgr.24491) 9445 : cluster [DBG] pgmap v8339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:10:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:10:25.883294+0000 mgr.y (mgr.24491) 9444 : audit [DBG] from='client.34463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:26.274976+0000 mgr.y (mgr.24491) 9445 : cluster [DBG] pgmap v8339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:10:25.883294+0000 mgr.y (mgr.24491) 9444 : audit [DBG] from='client.34463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:26.274976+0000 mgr.y (mgr.24491) 9445 : cluster [DBG] pgmap v8339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:28.275445+0000 mgr.y (mgr.24491) 9446 : cluster [DBG] pgmap v8340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:28.275445+0000 mgr.y (mgr.24491) 9446 : cluster [DBG] pgmap v8340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:28.275445+0000 mgr.y (mgr.24491) 9446 : cluster [DBG] pgmap v8340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:10:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:30.276242+0000 mgr.y (mgr.24491) 9447 : cluster [DBG] pgmap v8341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:30.276242+0000 mgr.y (mgr.24491) 9447 : cluster [DBG] pgmap v8341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:30.276242+0000 mgr.y (mgr.24491) 9447 : cluster [DBG] pgmap v8341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:32.276692+0000 mgr.y (mgr.24491) 9448 : cluster [DBG] pgmap v8342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:32.276692+0000 mgr.y (mgr.24491) 9448 : cluster [DBG] pgmap v8342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:32.276692+0000 mgr.y (mgr.24491) 9448 : cluster [DBG] pgmap v8342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:34.277427+0000 mgr.y (mgr.24491) 9449 : cluster [DBG] pgmap v8343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:34.277427+0000 mgr.y (mgr.24491) 9449 : cluster [DBG] pgmap v8343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:34.277427+0000 mgr.y (mgr.24491) 9449 : cluster [DBG] pgmap v8343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:36.278207+0000 mgr.y (mgr.24491) 9450 : cluster [DBG] pgmap v8344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:37] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:10:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:36.278207+0000 mgr.y (mgr.24491) 9450 : cluster [DBG] pgmap v8344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:36.278207+0000 mgr.y (mgr.24491) 9450 : cluster [DBG] pgmap v8344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:38.278732+0000 mgr.y (mgr.24491) 9451 : cluster [DBG] pgmap v8345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:38.278732+0000 mgr.y (mgr.24491) 9451 : cluster [DBG] pgmap v8345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:38.278732+0000 mgr.y (mgr.24491) 9451 : cluster [DBG] pgmap v8345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:10:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:40.279455+0000 mgr.y (mgr.24491) 9452 : cluster [DBG] pgmap v8346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:40.279455+0000 mgr.y (mgr.24491) 9452 : cluster [DBG] pgmap v8346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:40.279455+0000 mgr.y (mgr.24491) 9452 : cluster [DBG] pgmap v8346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:42.279981+0000 mgr.y (mgr.24491) 9453 : cluster [DBG] pgmap v8347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:42.279981+0000 mgr.y (mgr.24491) 9453 : cluster [DBG] pgmap v8347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:42.279981+0000 mgr.y (mgr.24491) 9453 : cluster [DBG] pgmap v8347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:44.280506+0000 mgr.y (mgr.24491) 9454 : cluster [DBG] pgmap v8348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:44.280506+0000 mgr.y (mgr.24491) 9454 : cluster [DBG] pgmap v8348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:44.280506+0000 mgr.y (mgr.24491) 9454 : cluster [DBG] pgmap v8348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:46.281041+0000 mgr.y (mgr.24491) 9455 : cluster [DBG] pgmap v8349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:47] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:10:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:46.281041+0000 mgr.y (mgr.24491) 9455 : cluster [DBG] pgmap v8349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:46.281041+0000 mgr.y (mgr.24491) 9455 : cluster [DBG] pgmap v8349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:48.281601+0000 mgr.y (mgr.24491) 9456 : cluster [DBG] pgmap v8350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:48.281601+0000 mgr.y (mgr.24491) 9456 : cluster [DBG] pgmap v8350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:48.281601+0000 mgr.y (mgr.24491) 9456 : cluster [DBG] pgmap v8350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:10:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:50.282455+0000 mgr.y (mgr.24491) 9457 : cluster [DBG] pgmap v8351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:50.282455+0000 mgr.y (mgr.24491) 9457 : cluster [DBG] pgmap v8351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:50.282455+0000 mgr.y (mgr.24491) 9457 : cluster [DBG] pgmap v8351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:52.282881+0000 mgr.y (mgr.24491) 9458 : cluster [DBG] pgmap v8352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:52.282881+0000 mgr.y (mgr.24491) 9458 : cluster [DBG] pgmap v8352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:52.282881+0000 mgr.y (mgr.24491) 9458 : cluster [DBG] pgmap v8352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:54.283596+0000 mgr.y (mgr.24491) 9459 : cluster [DBG] pgmap v8353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:54.283596+0000 mgr.y (mgr.24491) 9459 : cluster [DBG] pgmap v8353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:54.283596+0000 mgr.y (mgr.24491) 9459 : cluster [DBG] pgmap v8353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:56.533 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:10:56.805 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:10:56.805 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 105s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:10:56.805 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 105s ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 105s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 105s ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 105s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 105s ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 105s ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 105s ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 105s ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 105s ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 105s ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 105s ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 105s ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 105s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 105s ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 105s ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:10:56.806 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 105s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:10:56.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 105s ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:10:56.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 105s ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:10:56.807 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 105s ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:10:57.140 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:10:57.140 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:10:57.140 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:10:57.141 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:10:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:56.284089+0000 mgr.y (mgr.24491) 9460 : cluster [DBG] pgmap v8354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:10:56.522233+0000 mgr.y (mgr.24491) 9461 : audit [DBG] from='client.24570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:10:57.141933+0000 mon.c (mon.2) 311 : audit [DBG] from='client.? 172.21.15.177:0/4103604506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:10:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:56.284089+0000 mgr.y (mgr.24491) 9460 : cluster [DBG] pgmap v8354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:10:56.522233+0000 mgr.y (mgr.24491) 9461 : audit [DBG] from='client.24570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:10:57.141933+0000 mon.c (mon.2) 311 : audit [DBG] from='client.? 172.21.15.177:0/4103604506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:10:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:56.284089+0000 mgr.y (mgr.24491) 9460 : cluster [DBG] pgmap v8354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:10:56.522233+0000 mgr.y (mgr.24491) 9461 : audit [DBG] from='client.24570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:10:57.141933+0000 mon.c (mon.2) 311 : audit [DBG] from='client.? 172.21.15.177:0/4103604506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:10:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:10:57] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:10:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:10:56.799349+0000 mgr.y (mgr.24491) 9462 : audit [DBG] from='client.24576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:10:56.799349+0000 mgr.y (mgr.24491) 9462 : audit [DBG] from='client.24576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:10:56.799349+0000 mgr.y (mgr.24491) 9462 : audit [DBG] from='client.24576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:10:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:10:58.284475+0000 mgr.y (mgr.24491) 9463 : cluster [DBG] pgmap v8355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:10:58.284475+0000 mgr.y (mgr.24491) 9463 : cluster [DBG] pgmap v8355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:10:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:10:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:10:58.284475+0000 mgr.y (mgr.24491) 9463 : cluster [DBG] pgmap v8355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:01.353 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:11:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:00.285139+0000 mgr.y (mgr.24491) 9464 : cluster [DBG] pgmap v8356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:00.285139+0000 mgr.y (mgr.24491) 9464 : cluster [DBG] pgmap v8356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:00.285139+0000 mgr.y (mgr.24491) 9464 : cluster [DBG] pgmap v8356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:02.285698+0000 mgr.y (mgr.24491) 9465 : cluster [DBG] pgmap v8357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:02.285698+0000 mgr.y (mgr.24491) 9465 : cluster [DBG] pgmap v8357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:02.285698+0000 mgr.y (mgr.24491) 9465 : cluster [DBG] pgmap v8357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:04.286314+0000 mgr.y (mgr.24491) 9466 : cluster [DBG] pgmap v8358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:05.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:04.286314+0000 mgr.y (mgr.24491) 9466 : cluster [DBG] pgmap v8358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:04.286314+0000 mgr.y (mgr.24491) 9466 : cluster [DBG] pgmap v8358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:06.286820+0000 mgr.y (mgr.24491) 9467 : cluster [DBG] pgmap v8359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:06.286820+0000 mgr.y (mgr.24491) 9467 : cluster [DBG] pgmap v8359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:06.286820+0000 mgr.y (mgr.24491) 9467 : cluster [DBG] pgmap v8359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:07] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:11:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:08.287273+0000 mgr.y (mgr.24491) 9468 : cluster [DBG] pgmap v8360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:08.287273+0000 mgr.y (mgr.24491) 9468 : cluster [DBG] pgmap v8360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:08.287273+0000 mgr.y (mgr.24491) 9468 : cluster [DBG] pgmap v8360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:11.344 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:11:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:10.287876+0000 mgr.y (mgr.24491) 9469 : cluster [DBG] pgmap v8361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:10.287876+0000 mgr.y (mgr.24491) 9469 : cluster [DBG] pgmap v8361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:10.287876+0000 mgr.y (mgr.24491) 9469 : cluster [DBG] pgmap v8361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:11:12.133641+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:11:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:11:12.133641+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:11:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:11:12.133641+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:11:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:12.288173+0000 mgr.y (mgr.24491) 9470 : cluster [DBG] pgmap v8362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:11:12.431975+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:11:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:11:12.432587+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:11:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:11:12.436789+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:11:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:12.288173+0000 mgr.y (mgr.24491) 9470 : cluster [DBG] pgmap v8362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:13.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:11:12.431975+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:11:13.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:11:12.432587+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:11:13.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:11:12.436789+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:11:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:12.288173+0000 mgr.y (mgr.24491) 9470 : cluster [DBG] pgmap v8362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:11:12.431975+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:11:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:11:12.432587+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:11:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:11:12.436789+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:11:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:14.288623+0000 mgr.y (mgr.24491) 9471 : cluster [DBG] pgmap v8363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:15.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:14.288623+0000 mgr.y (mgr.24491) 9471 : cluster [DBG] pgmap v8363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:14.288623+0000 mgr.y (mgr.24491) 9471 : cluster [DBG] pgmap v8363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:16.289144+0000 mgr.y (mgr.24491) 9472 : cluster [DBG] pgmap v8364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:16.289144+0000 mgr.y (mgr.24491) 9472 : cluster [DBG] pgmap v8364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:16.289144+0000 mgr.y (mgr.24491) 9472 : cluster [DBG] pgmap v8364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:17] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T08:11:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:18.289642+0000 mgr.y (mgr.24491) 9473 : cluster [DBG] pgmap v8365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:19.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:18.289642+0000 mgr.y (mgr.24491) 9473 : cluster [DBG] pgmap v8365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:18.289642+0000 mgr.y (mgr.24491) 9473 : cluster [DBG] pgmap v8365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:21.366 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:11:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:20.290529+0000 mgr.y (mgr.24491) 9474 : cluster [DBG] pgmap v8366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:20.290529+0000 mgr.y (mgr.24491) 9474 : cluster [DBG] pgmap v8366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:20.290529+0000 mgr.y (mgr.24491) 9474 : cluster [DBG] pgmap v8366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:22.291009+0000 mgr.y (mgr.24491) 9475 : cluster [DBG] pgmap v8367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:22.291009+0000 mgr.y (mgr.24491) 9475 : cluster [DBG] pgmap v8367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:22.291009+0000 mgr.y (mgr.24491) 9475 : cluster [DBG] pgmap v8367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:24.291562+0000 mgr.y (mgr.24491) 9476 : cluster [DBG] pgmap v8368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:24.291562+0000 mgr.y (mgr.24491) 9476 : cluster [DBG] pgmap v8368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:24.291562+0000 mgr.y (mgr.24491) 9476 : cluster [DBG] pgmap v8368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:27.451 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:11:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:26.292191+0000 mgr.y (mgr.24491) 9477 : cluster [DBG] pgmap v8369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:26.292191+0000 mgr.y (mgr.24491) 9477 : cluster [DBG] pgmap v8369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:27.724 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:11:27.724 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 2m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:11:27.724 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 2m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:11:27.724 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 2m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:11:27.724 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 2m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 2m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 2m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 2m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 2m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 2m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 2m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 2m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 2m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 2m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 2m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 2m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 2m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 2m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:11:27.725 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 2m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:11:27.726 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 2m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:11:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:26.292191+0000 mgr.y (mgr.24491) 9477 : cluster [DBG] pgmap v8369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:28.058 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:11:28.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:11:28.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:11:28.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:11:28.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:11:28.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:11:28.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:11:28.058 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:11:28.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:11:28.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:11:28.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:11:28.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:11:28.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:11:28.059 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:11:28.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:11:28.059 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:11:28.059 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:11:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:27] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T08:11:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:11:27.439489+0000 mgr.y (mgr.24491) 9478 : audit [DBG] from='client.34493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:11:27.717912+0000 mgr.y (mgr.24491) 9479 : audit [DBG] from='client.34499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:11:28.058998+0000 mon.c (mon.2) 312 : audit [DBG] from='client.? 172.21.15.177:0/903799530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:11:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:11:27.439489+0000 mgr.y (mgr.24491) 9478 : audit [DBG] from='client.34493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:11:27.717912+0000 mgr.y (mgr.24491) 9479 : audit [DBG] from='client.34499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:11:28.058998+0000 mon.c (mon.2) 312 : audit [DBG] from='client.? 172.21.15.177:0/903799530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:11:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:11:27.439489+0000 mgr.y (mgr.24491) 9478 : audit [DBG] from='client.34493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:11:27.717912+0000 mgr.y (mgr.24491) 9479 : audit [DBG] from='client.34499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:11:28.058998+0000 mon.c (mon.2) 312 : audit [DBG] from='client.? 172.21.15.177:0/903799530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:11:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:28.292537+0000 mgr.y (mgr.24491) 9480 : cluster [DBG] pgmap v8370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:28.292537+0000 mgr.y (mgr.24491) 9480 : cluster [DBG] pgmap v8370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:28.292537+0000 mgr.y (mgr.24491) 9480 : cluster [DBG] pgmap v8370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:31.391 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:11:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:30.293361+0000 mgr.y (mgr.24491) 9481 : cluster [DBG] pgmap v8371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:30.293361+0000 mgr.y (mgr.24491) 9481 : cluster [DBG] pgmap v8371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:30.293361+0000 mgr.y (mgr.24491) 9481 : cluster [DBG] pgmap v8371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:32.293948+0000 mgr.y (mgr.24491) 9482 : cluster [DBG] pgmap v8372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:32.293948+0000 mgr.y (mgr.24491) 9482 : cluster [DBG] pgmap v8372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:32.293948+0000 mgr.y (mgr.24491) 9482 : cluster [DBG] pgmap v8372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:34.294483+0000 mgr.y (mgr.24491) 9483 : cluster [DBG] pgmap v8373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:34.294483+0000 mgr.y (mgr.24491) 9483 : cluster [DBG] pgmap v8373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:34.294483+0000 mgr.y (mgr.24491) 9483 : cluster [DBG] pgmap v8373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:37.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:36.295095+0000 mgr.y (mgr.24491) 9484 : cluster [DBG] pgmap v8374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:36.295095+0000 mgr.y (mgr.24491) 9484 : cluster [DBG] pgmap v8374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:36.295095+0000 mgr.y (mgr.24491) 9484 : cluster [DBG] pgmap v8374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:37] "GET /metrics HTTP/1.1" 200 188364 "" "Prometheus/2.33.4" 2024-04-20T08:11:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:38.295640+0000 mgr.y (mgr.24491) 9485 : cluster [DBG] pgmap v8375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:38.295640+0000 mgr.y (mgr.24491) 9485 : cluster [DBG] pgmap v8375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:38.295640+0000 mgr.y (mgr.24491) 9485 : cluster [DBG] pgmap v8375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:41.409 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:11:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:40.296469+0000 mgr.y (mgr.24491) 9486 : cluster [DBG] pgmap v8376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:40.296469+0000 mgr.y (mgr.24491) 9486 : cluster [DBG] pgmap v8376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:40.296469+0000 mgr.y (mgr.24491) 9486 : cluster [DBG] pgmap v8376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:42.296977+0000 mgr.y (mgr.24491) 9487 : cluster [DBG] pgmap v8377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:42.296977+0000 mgr.y (mgr.24491) 9487 : cluster [DBG] pgmap v8377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:42.296977+0000 mgr.y (mgr.24491) 9487 : cluster [DBG] pgmap v8377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:44.297657+0000 mgr.y (mgr.24491) 9488 : cluster [DBG] pgmap v8378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:44.297657+0000 mgr.y (mgr.24491) 9488 : cluster [DBG] pgmap v8378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:44.297657+0000 mgr.y (mgr.24491) 9488 : cluster [DBG] pgmap v8378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:47.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:46.298287+0000 mgr.y (mgr.24491) 9489 : cluster [DBG] pgmap v8379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:46.298287+0000 mgr.y (mgr.24491) 9489 : cluster [DBG] pgmap v8379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:46.298287+0000 mgr.y (mgr.24491) 9489 : cluster [DBG] pgmap v8379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:47] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:11:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:48.298753+0000 mgr.y (mgr.24491) 9490 : cluster [DBG] pgmap v8380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:48.298753+0000 mgr.y (mgr.24491) 9490 : cluster [DBG] pgmap v8380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:48.298753+0000 mgr.y (mgr.24491) 9490 : cluster [DBG] pgmap v8380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:51.428 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:11:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:50.299528+0000 mgr.y (mgr.24491) 9491 : cluster [DBG] pgmap v8381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:50.299528+0000 mgr.y (mgr.24491) 9491 : cluster [DBG] pgmap v8381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:50.299528+0000 mgr.y (mgr.24491) 9491 : cluster [DBG] pgmap v8381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:52.300026+0000 mgr.y (mgr.24491) 9492 : cluster [DBG] pgmap v8382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:52.300026+0000 mgr.y (mgr.24491) 9492 : cluster [DBG] pgmap v8382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:52.300026+0000 mgr.y (mgr.24491) 9492 : cluster [DBG] pgmap v8382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:54.300571+0000 mgr.y (mgr.24491) 9493 : cluster [DBG] pgmap v8383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:54.300571+0000 mgr.y (mgr.24491) 9493 : cluster [DBG] pgmap v8383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:54.300571+0000 mgr.y (mgr.24491) 9493 : cluster [DBG] pgmap v8383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:56.301143+0000 mgr.y (mgr.24491) 9494 : cluster [DBG] pgmap v8384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:57.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:56.301143+0000 mgr.y (mgr.24491) 9494 : cluster [DBG] pgmap v8384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:56.301143+0000 mgr.y (mgr.24491) 9494 : cluster [DBG] pgmap v8384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:11:57] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:11:58.371 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:11:58.644 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:11:58.644 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 2m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:11:58.644 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 2m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:11:58.645 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 2m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:11:58.645 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 2m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:11:58.645 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 2m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:11:58.645 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 2m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:11:58.645 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 2m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:11:58.645 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 2m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:11:58.645 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 2m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:11:58.645 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 2m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:11:58.645 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 2m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:11:58.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 2m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:11:58.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 2m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:11:58.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 2m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:11:58.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 2m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:11:58.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 2m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:11:58.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 2m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:11:58.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 2m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:11:58.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 2m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:11:58.646 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 2m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:11:58.993 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:11:58.993 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:11:58.993 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:11:58.993 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:11:58.993 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:11:58.993 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:11:58.993 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:11:58.993 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:11:58.994 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:11:58.994 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:11:58.994 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:11:58.994 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:11:58.994 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:11:58.994 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:11:58.994 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:11:58.994 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:11:58.994 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:11:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:11:58.301507+0000 mgr.y (mgr.24491) 9495 : cluster [DBG] pgmap v8385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:11:58.360205+0000 mgr.y (mgr.24491) 9496 : audit [DBG] from='client.34511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:11:58.638011+0000 mgr.y (mgr.24491) 9497 : audit [DBG] from='client.24612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:11:58.994016+0000 mon.c (mon.2) 313 : audit [DBG] from='client.? 172.21.15.177:0/4049075617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:11:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:11:58.301507+0000 mgr.y (mgr.24491) 9495 : cluster [DBG] pgmap v8385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:11:58.360205+0000 mgr.y (mgr.24491) 9496 : audit [DBG] from='client.34511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:11:58.638011+0000 mgr.y (mgr.24491) 9497 : audit [DBG] from='client.24612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:11:58.994016+0000 mon.c (mon.2) 313 : audit [DBG] from='client.? 172.21.15.177:0/4049075617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:11:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:11:58.301507+0000 mgr.y (mgr.24491) 9495 : cluster [DBG] pgmap v8385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:11:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:11:58.360205+0000 mgr.y (mgr.24491) 9496 : audit [DBG] from='client.34511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:11:58.638011+0000 mgr.y (mgr.24491) 9497 : audit [DBG] from='client.24612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:11:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:11:58.994016+0000 mon.c (mon.2) 313 : audit [DBG] from='client.? 172.21.15.177:0/4049075617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:12:01.443 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:12:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:00.302218+0000 mgr.y (mgr.24491) 9498 : cluster [DBG] pgmap v8386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:00.302218+0000 mgr.y (mgr.24491) 9498 : cluster [DBG] pgmap v8386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:00.302218+0000 mgr.y (mgr.24491) 9498 : cluster [DBG] pgmap v8386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:02.302671+0000 mgr.y (mgr.24491) 9499 : cluster [DBG] pgmap v8387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:02.302671+0000 mgr.y (mgr.24491) 9499 : cluster [DBG] pgmap v8387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:02.302671+0000 mgr.y (mgr.24491) 9499 : cluster [DBG] pgmap v8387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:04.303391+0000 mgr.y (mgr.24491) 9500 : cluster [DBG] pgmap v8388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:04.303391+0000 mgr.y (mgr.24491) 9500 : cluster [DBG] pgmap v8388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:04.303391+0000 mgr.y (mgr.24491) 9500 : cluster [DBG] pgmap v8388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:06.304076+0000 mgr.y (mgr.24491) 9501 : cluster [DBG] pgmap v8389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:07.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:06.304076+0000 mgr.y (mgr.24491) 9501 : cluster [DBG] pgmap v8389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:06.304076+0000 mgr.y (mgr.24491) 9501 : cluster [DBG] pgmap v8389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:07] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:12:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:08.304513+0000 mgr.y (mgr.24491) 9502 : cluster [DBG] pgmap v8390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:08.304513+0000 mgr.y (mgr.24491) 9502 : cluster [DBG] pgmap v8390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:08.304513+0000 mgr.y (mgr.24491) 9502 : cluster [DBG] pgmap v8390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:11.462 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:12:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:10.305208+0000 mgr.y (mgr.24491) 9503 : cluster [DBG] pgmap v8391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:10.305208+0000 mgr.y (mgr.24491) 9503 : cluster [DBG] pgmap v8391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:10.305208+0000 mgr.y (mgr.24491) 9503 : cluster [DBG] pgmap v8391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:12:12.441215+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:12:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:12:12.441215+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:12:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:12:12.441215+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:12:14.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:12.305702+0000 mgr.y (mgr.24491) 9504 : cluster [DBG] pgmap v8392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:14.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:12:12.688857+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:12:14.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:12:12.956210+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:12:14.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:12:12.956797+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:12:14.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:12:12.961607+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:12:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:12.305702+0000 mgr.y (mgr.24491) 9504 : cluster [DBG] pgmap v8392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:12:12.688857+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:12:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:12:12.956210+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:12:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:12:12.956797+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:12:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:12:12.961607+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:12:14.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:12.305702+0000 mgr.y (mgr.24491) 9504 : cluster [DBG] pgmap v8392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:14.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:12:12.688857+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:12:14.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:12:12.956210+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:12:14.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:12:12.956797+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:12:14.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:12:12.961607+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:12:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:14.306444+0000 mgr.y (mgr.24491) 9505 : cluster [DBG] pgmap v8393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:14.306444+0000 mgr.y (mgr.24491) 9505 : cluster [DBG] pgmap v8393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:14.306444+0000 mgr.y (mgr.24491) 9505 : cluster [DBG] pgmap v8393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:16.307028+0000 mgr.y (mgr.24491) 9506 : cluster [DBG] pgmap v8394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:17] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:12:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:16.307028+0000 mgr.y (mgr.24491) 9506 : cluster [DBG] pgmap v8394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:16.307028+0000 mgr.y (mgr.24491) 9506 : cluster [DBG] pgmap v8394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:18.307489+0000 mgr.y (mgr.24491) 9507 : cluster [DBG] pgmap v8395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:18.307489+0000 mgr.y (mgr.24491) 9507 : cluster [DBG] pgmap v8395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:18.307489+0000 mgr.y (mgr.24491) 9507 : cluster [DBG] pgmap v8395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:12:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:20.308183+0000 mgr.y (mgr.24491) 9508 : cluster [DBG] pgmap v8396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:20.308183+0000 mgr.y (mgr.24491) 9508 : cluster [DBG] pgmap v8396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:20.308183+0000 mgr.y (mgr.24491) 9508 : cluster [DBG] pgmap v8396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:22.308567+0000 mgr.y (mgr.24491) 9509 : cluster [DBG] pgmap v8397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:22.308567+0000 mgr.y (mgr.24491) 9509 : cluster [DBG] pgmap v8397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:22.308567+0000 mgr.y (mgr.24491) 9509 : cluster [DBG] pgmap v8397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:24.309136+0000 mgr.y (mgr.24491) 9510 : cluster [DBG] pgmap v8398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:24.309136+0000 mgr.y (mgr.24491) 9510 : cluster [DBG] pgmap v8398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:24.309136+0000 mgr.y (mgr.24491) 9510 : cluster [DBG] pgmap v8398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:26.309665+0000 mgr.y (mgr.24491) 9511 : cluster [DBG] pgmap v8399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:26.309665+0000 mgr.y (mgr.24491) 9511 : cluster [DBG] pgmap v8399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:27] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:12:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:26.309665+0000 mgr.y (mgr.24491) 9511 : cluster [DBG] pgmap v8399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:29.305 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:12:29.577 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:12:29.577 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 3m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:12:29.577 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 3m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:12:29.577 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 3m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:12:29.577 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 3m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:12:29.577 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 3m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:12:29.577 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 3m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:12:29.577 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 3m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 3m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 3m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 3m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 3m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 3m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 3m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 3m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 3m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 3m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 3m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:12:29.578 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 3m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:12:29.579 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 3m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:12:29.910 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:12:29.910 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:12:29.910 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:12:29.910 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:12:29.910 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:12:29.910 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:12:29.910 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:12:29.910 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:12:29.910 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:12:29.910 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:12:29.910 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:12:29.911 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:12:29.911 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:12:29.911 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:12:29.911 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:12:29.911 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:12:29.911 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:12:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:28.310131+0000 mgr.y (mgr.24491) 9512 : cluster [DBG] pgmap v8400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:28.310131+0000 mgr.y (mgr.24491) 9512 : cluster [DBG] pgmap v8400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:28.310131+0000 mgr.y (mgr.24491) 9512 : cluster [DBG] pgmap v8400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:12:29.292698+0000 mgr.y (mgr.24491) 9513 : audit [DBG] from='client.34529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:12:31.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:12:29.570434+0000 mgr.y (mgr.24491) 9514 : audit [DBG] from='client.24630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:12:31.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:12:29.911000+0000 mon.a (mon.0) 2322 : audit [DBG] from='client.? 172.21.15.177:0/3020643349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:12:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:12:29.292698+0000 mgr.y (mgr.24491) 9513 : audit [DBG] from='client.34529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:12:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:12:29.570434+0000 mgr.y (mgr.24491) 9514 : audit [DBG] from='client.24630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:12:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:12:29.911000+0000 mon.a (mon.0) 2322 : audit [DBG] from='client.? 172.21.15.177:0/3020643349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:12:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:12:29.292698+0000 mgr.y (mgr.24491) 9513 : audit [DBG] from='client.34529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:12:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:12:29.570434+0000 mgr.y (mgr.24491) 9514 : audit [DBG] from='client.24630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:12:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:12:29.911000+0000 mon.a (mon.0) 2322 : audit [DBG] from='client.? 172.21.15.177:0/3020643349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:12:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:12:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:30.310717+0000 mgr.y (mgr.24491) 9515 : cluster [DBG] pgmap v8401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:30.310717+0000 mgr.y (mgr.24491) 9515 : cluster [DBG] pgmap v8401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:30.310717+0000 mgr.y (mgr.24491) 9515 : cluster [DBG] pgmap v8401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:32.311160+0000 mgr.y (mgr.24491) 9516 : cluster [DBG] pgmap v8402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:32.311160+0000 mgr.y (mgr.24491) 9516 : cluster [DBG] pgmap v8402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:32.311160+0000 mgr.y (mgr.24491) 9516 : cluster [DBG] pgmap v8402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:34.311828+0000 mgr.y (mgr.24491) 9517 : cluster [DBG] pgmap v8403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:34.311828+0000 mgr.y (mgr.24491) 9517 : cluster [DBG] pgmap v8403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:34.311828+0000 mgr.y (mgr.24491) 9517 : cluster [DBG] pgmap v8403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:36.312340+0000 mgr.y (mgr.24491) 9518 : cluster [DBG] pgmap v8404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:36.312340+0000 mgr.y (mgr.24491) 9518 : cluster [DBG] pgmap v8404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:37] "GET /metrics HTTP/1.1" 200 188364 "" "Prometheus/2.33.4" 2024-04-20T08:12:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:36.312340+0000 mgr.y (mgr.24491) 9518 : cluster [DBG] pgmap v8404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:38.312876+0000 mgr.y (mgr.24491) 9519 : cluster [DBG] pgmap v8405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:38.312876+0000 mgr.y (mgr.24491) 9519 : cluster [DBG] pgmap v8405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:38.312876+0000 mgr.y (mgr.24491) 9519 : cluster [DBG] pgmap v8405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:12:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:40.313600+0000 mgr.y (mgr.24491) 9520 : cluster [DBG] pgmap v8406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:40.313600+0000 mgr.y (mgr.24491) 9520 : cluster [DBG] pgmap v8406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:40.313600+0000 mgr.y (mgr.24491) 9520 : cluster [DBG] pgmap v8406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:42.314157+0000 mgr.y (mgr.24491) 9521 : cluster [DBG] pgmap v8407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:42.314157+0000 mgr.y (mgr.24491) 9521 : cluster [DBG] pgmap v8407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:42.314157+0000 mgr.y (mgr.24491) 9521 : cluster [DBG] pgmap v8407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:44.314922+0000 mgr.y (mgr.24491) 9522 : cluster [DBG] pgmap v8408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:44.314922+0000 mgr.y (mgr.24491) 9522 : cluster [DBG] pgmap v8408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:44.314922+0000 mgr.y (mgr.24491) 9522 : cluster [DBG] pgmap v8408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:46.315436+0000 mgr.y (mgr.24491) 9523 : cluster [DBG] pgmap v8409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:46.315436+0000 mgr.y (mgr.24491) 9523 : cluster [DBG] pgmap v8409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:46.315436+0000 mgr.y (mgr.24491) 9523 : cluster [DBG] pgmap v8409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:47] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:12:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:48.315844+0000 mgr.y (mgr.24491) 9524 : cluster [DBG] pgmap v8410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:48.315844+0000 mgr.y (mgr.24491) 9524 : cluster [DBG] pgmap v8410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:48.315844+0000 mgr.y (mgr.24491) 9524 : cluster [DBG] pgmap v8410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:51.376 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:12:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:50.316626+0000 mgr.y (mgr.24491) 9525 : cluster [DBG] pgmap v8411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:50.316626+0000 mgr.y (mgr.24491) 9525 : cluster [DBG] pgmap v8411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:50.316626+0000 mgr.y (mgr.24491) 9525 : cluster [DBG] pgmap v8411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:52.317030+0000 mgr.y (mgr.24491) 9526 : cluster [DBG] pgmap v8412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:52.317030+0000 mgr.y (mgr.24491) 9526 : cluster [DBG] pgmap v8412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:52.317030+0000 mgr.y (mgr.24491) 9526 : cluster [DBG] pgmap v8412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:54.317607+0000 mgr.y (mgr.24491) 9527 : cluster [DBG] pgmap v8413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:54.317607+0000 mgr.y (mgr.24491) 9527 : cluster [DBG] pgmap v8413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:54.317607+0000 mgr.y (mgr.24491) 9527 : cluster [DBG] pgmap v8413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:56.318310+0000 mgr.y (mgr.24491) 9528 : cluster [DBG] pgmap v8414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:57.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:56.318310+0000 mgr.y (mgr.24491) 9528 : cluster [DBG] pgmap v8414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:56.318310+0000 mgr.y (mgr.24491) 9528 : cluster [DBG] pgmap v8414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:12:57] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:12:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:12:58.318953+0000 mgr.y (mgr.24491) 9529 : cluster [DBG] pgmap v8415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:12:58.318953+0000 mgr.y (mgr.24491) 9529 : cluster [DBG] pgmap v8415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:12:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:12:58.318953+0000 mgr.y (mgr.24491) 9529 : cluster [DBG] pgmap v8415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:00.219 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:13:00.496 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 3m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 3m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 3m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 3m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 3m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 3m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 3m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 3m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 3m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 3m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 3m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 3m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:13:00.497 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 3m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:13:00.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 3m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:13:00.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 3m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:13:00.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 3m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:13:00.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 3m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:13:00.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 3m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:13:00.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 3m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:13:00.498 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 3m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:13:00.829 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:13:00.830 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:13:00.831 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:13:00.831 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:13:00.831 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:13:00.831 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:13:01.394 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:13:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:13:00.208142+0000 mgr.y (mgr.24491) 9530 : audit [DBG] from='client.34547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:00.319643+0000 mgr.y (mgr.24491) 9531 : cluster [DBG] pgmap v8416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:13:00.490156+0000 mgr.y (mgr.24491) 9532 : audit [DBG] from='client.24648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:13:00.830901+0000 mon.a (mon.0) 2323 : audit [DBG] from='client.? 172.21.15.177:0/3092259188' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:13:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:13:00.208142+0000 mgr.y (mgr.24491) 9530 : audit [DBG] from='client.34547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:00.319643+0000 mgr.y (mgr.24491) 9531 : cluster [DBG] pgmap v8416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:13:00.490156+0000 mgr.y (mgr.24491) 9532 : audit [DBG] from='client.24648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:13:00.830901+0000 mon.a (mon.0) 2323 : audit [DBG] from='client.? 172.21.15.177:0/3092259188' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:13:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:13:00.208142+0000 mgr.y (mgr.24491) 9530 : audit [DBG] from='client.34547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:00.319643+0000 mgr.y (mgr.24491) 9531 : cluster [DBG] pgmap v8416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:13:00.490156+0000 mgr.y (mgr.24491) 9532 : audit [DBG] from='client.24648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:13:00.830901+0000 mon.a (mon.0) 2323 : audit [DBG] from='client.? 172.21.15.177:0/3092259188' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:13:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:02.320065+0000 mgr.y (mgr.24491) 9533 : cluster [DBG] pgmap v8417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:02.320065+0000 mgr.y (mgr.24491) 9533 : cluster [DBG] pgmap v8417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:02.320065+0000 mgr.y (mgr.24491) 9533 : cluster [DBG] pgmap v8417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:04.320658+0000 mgr.y (mgr.24491) 9534 : cluster [DBG] pgmap v8418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:04.320658+0000 mgr.y (mgr.24491) 9534 : cluster [DBG] pgmap v8418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:04.320658+0000 mgr.y (mgr.24491) 9534 : cluster [DBG] pgmap v8418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:06.321208+0000 mgr.y (mgr.24491) 9535 : cluster [DBG] pgmap v8419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:06.321208+0000 mgr.y (mgr.24491) 9535 : cluster [DBG] pgmap v8419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:06.321208+0000 mgr.y (mgr.24491) 9535 : cluster [DBG] pgmap v8419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:07] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:13:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:08.321658+0000 mgr.y (mgr.24491) 9536 : cluster [DBG] pgmap v8420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:08.321658+0000 mgr.y (mgr.24491) 9536 : cluster [DBG] pgmap v8420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:08.321658+0000 mgr.y (mgr.24491) 9536 : cluster [DBG] pgmap v8420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:11.377 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:13:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:10.322387+0000 mgr.y (mgr.24491) 9537 : cluster [DBG] pgmap v8421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:10.322387+0000 mgr.y (mgr.24491) 9537 : cluster [DBG] pgmap v8421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:10.322387+0000 mgr.y (mgr.24491) 9537 : cluster [DBG] pgmap v8421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:12.322835+0000 mgr.y (mgr.24491) 9538 : cluster [DBG] pgmap v8422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:13:12.966488+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:13:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:13:13.208676+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:13:13.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:12.322835+0000 mgr.y (mgr.24491) 9538 : cluster [DBG] pgmap v8422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:13.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:13:12.966488+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:13:13.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:13:13.208676+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:13:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:12.322835+0000 mgr.y (mgr.24491) 9538 : cluster [DBG] pgmap v8422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:13:12.966488+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:13:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:13:13.208676+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:13:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:13:13.484307+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:13:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:13:13.484870+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:13:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:13:13.488700+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:13:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:13:13.484307+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:13:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:13:13.484870+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:13:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:13:13.488700+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:13:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:13:13.484307+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:13:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:13:13.484870+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:13:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:13:13.488700+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:13:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:14.323352+0000 mgr.y (mgr.24491) 9539 : cluster [DBG] pgmap v8423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:14.323352+0000 mgr.y (mgr.24491) 9539 : cluster [DBG] pgmap v8423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:14.323352+0000 mgr.y (mgr.24491) 9539 : cluster [DBG] pgmap v8423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:16.323852+0000 mgr.y (mgr.24491) 9540 : cluster [DBG] pgmap v8424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:16.323852+0000 mgr.y (mgr.24491) 9540 : cluster [DBG] pgmap v8424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:17] "GET /metrics HTTP/1.1" 200 188364 "" "Prometheus/2.33.4" 2024-04-20T08:13:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:16.323852+0000 mgr.y (mgr.24491) 9540 : cluster [DBG] pgmap v8424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:18.324263+0000 mgr.y (mgr.24491) 9541 : cluster [DBG] pgmap v8425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:18.324263+0000 mgr.y (mgr.24491) 9541 : cluster [DBG] pgmap v8425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:18.324263+0000 mgr.y (mgr.24491) 9541 : cluster [DBG] pgmap v8425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:13:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:20.324907+0000 mgr.y (mgr.24491) 9542 : cluster [DBG] pgmap v8426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:20.324907+0000 mgr.y (mgr.24491) 9542 : cluster [DBG] pgmap v8426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:20.324907+0000 mgr.y (mgr.24491) 9542 : cluster [DBG] pgmap v8426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:22.325343+0000 mgr.y (mgr.24491) 9543 : cluster [DBG] pgmap v8427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:22.325343+0000 mgr.y (mgr.24491) 9543 : cluster [DBG] pgmap v8427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:22.325343+0000 mgr.y (mgr.24491) 9543 : cluster [DBG] pgmap v8427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:24.326032+0000 mgr.y (mgr.24491) 9544 : cluster [DBG] pgmap v8428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:24.326032+0000 mgr.y (mgr.24491) 9544 : cluster [DBG] pgmap v8428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:24.326032+0000 mgr.y (mgr.24491) 9544 : cluster [DBG] pgmap v8428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:27] "GET /metrics HTTP/1.1" 200 188364 "" "Prometheus/2.33.4" 2024-04-20T08:13:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:26.326542+0000 mgr.y (mgr.24491) 9545 : cluster [DBG] pgmap v8429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:26.326542+0000 mgr.y (mgr.24491) 9545 : cluster [DBG] pgmap v8429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:26.326542+0000 mgr.y (mgr.24491) 9545 : cluster [DBG] pgmap v8429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:28.327139+0000 mgr.y (mgr.24491) 9546 : cluster [DBG] pgmap v8430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:28.327139+0000 mgr.y (mgr.24491) 9546 : cluster [DBG] pgmap v8430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:28.327139+0000 mgr.y (mgr.24491) 9546 : cluster [DBG] pgmap v8430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:31.142 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:13:31.417 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:13:31.417 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:13:31.417 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 4m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:13:31.417 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:13:31.417 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:13:31.417 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:13:31.417 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:13:31.417 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:13:31.417 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:13:31.417 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:13:31.417 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 4m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:13:31.418 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:13:31.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:13:31.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:13:31.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:13:31.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:13:31.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:13:31.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:13:31.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:13:31.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:13:31.418 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:13:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:13:31.753 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:13:31.753 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:13:31.753 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:13:31.753 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:13:31.753 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:13:31.753 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:13:31.754 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:13:31.754 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:13:31.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:13:31.754 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:13:31.754 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:13:31.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:13:31.754 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:13:31.754 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:13:31.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:13:31.754 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:13:31.754 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:13:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:30.327915+0000 mgr.y (mgr.24491) 9547 : cluster [DBG] pgmap v8431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:30.327915+0000 mgr.y (mgr.24491) 9547 : cluster [DBG] pgmap v8431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:30.327915+0000 mgr.y (mgr.24491) 9547 : cluster [DBG] pgmap v8431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:13:31.131528+0000 mgr.y (mgr.24491) 9548 : audit [DBG] from='client.34565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:13:31.409991+0000 mgr.y (mgr.24491) 9549 : audit [DBG] from='client.34571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:13:31.754163+0000 mon.a (mon.0) 2329 : audit [DBG] from='client.? 172.21.15.177:0/654794270' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:13:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:13:31.131528+0000 mgr.y (mgr.24491) 9548 : audit [DBG] from='client.34565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:13:31.409991+0000 mgr.y (mgr.24491) 9549 : audit [DBG] from='client.34571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:13:31.754163+0000 mon.a (mon.0) 2329 : audit [DBG] from='client.? 172.21.15.177:0/654794270' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:13:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:13:31.131528+0000 mgr.y (mgr.24491) 9548 : audit [DBG] from='client.34565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:13:31.409991+0000 mgr.y (mgr.24491) 9549 : audit [DBG] from='client.34571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:13:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:13:31.754163+0000 mon.a (mon.0) 2329 : audit [DBG] from='client.? 172.21.15.177:0/654794270' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:13:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:32.328328+0000 mgr.y (mgr.24491) 9550 : cluster [DBG] pgmap v8432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:32.328328+0000 mgr.y (mgr.24491) 9550 : cluster [DBG] pgmap v8432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:32.328328+0000 mgr.y (mgr.24491) 9550 : cluster [DBG] pgmap v8432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:34.328854+0000 mgr.y (mgr.24491) 9551 : cluster [DBG] pgmap v8433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:34.328854+0000 mgr.y (mgr.24491) 9551 : cluster [DBG] pgmap v8433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:34.328854+0000 mgr.y (mgr.24491) 9551 : cluster [DBG] pgmap v8433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:37] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:13:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:36.329346+0000 mgr.y (mgr.24491) 9552 : cluster [DBG] pgmap v8434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:36.329346+0000 mgr.y (mgr.24491) 9552 : cluster [DBG] pgmap v8434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:36.329346+0000 mgr.y (mgr.24491) 9552 : cluster [DBG] pgmap v8434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:38.329745+0000 mgr.y (mgr.24491) 9553 : cluster [DBG] pgmap v8435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:38.329745+0000 mgr.y (mgr.24491) 9553 : cluster [DBG] pgmap v8435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:38.329745+0000 mgr.y (mgr.24491) 9553 : cluster [DBG] pgmap v8435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:13:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:40.330426+0000 mgr.y (mgr.24491) 9554 : cluster [DBG] pgmap v8436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:40.330426+0000 mgr.y (mgr.24491) 9554 : cluster [DBG] pgmap v8436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:40.330426+0000 mgr.y (mgr.24491) 9554 : cluster [DBG] pgmap v8436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:42.330799+0000 mgr.y (mgr.24491) 9555 : cluster [DBG] pgmap v8437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:42.330799+0000 mgr.y (mgr.24491) 9555 : cluster [DBG] pgmap v8437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:42.330799+0000 mgr.y (mgr.24491) 9555 : cluster [DBG] pgmap v8437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:44.331342+0000 mgr.y (mgr.24491) 9556 : cluster [DBG] pgmap v8438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:44.331342+0000 mgr.y (mgr.24491) 9556 : cluster [DBG] pgmap v8438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:44.331342+0000 mgr.y (mgr.24491) 9556 : cluster [DBG] pgmap v8438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:46.331859+0000 mgr.y (mgr.24491) 9557 : cluster [DBG] pgmap v8439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:47] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:13:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:46.331859+0000 mgr.y (mgr.24491) 9557 : cluster [DBG] pgmap v8439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:46.331859+0000 mgr.y (mgr.24491) 9557 : cluster [DBG] pgmap v8439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:48.332285+0000 mgr.y (mgr.24491) 9558 : cluster [DBG] pgmap v8440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:48.332285+0000 mgr.y (mgr.24491) 9558 : cluster [DBG] pgmap v8440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:48.332285+0000 mgr.y (mgr.24491) 9558 : cluster [DBG] pgmap v8440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:13:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:50.332999+0000 mgr.y (mgr.24491) 9559 : cluster [DBG] pgmap v8441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:50.332999+0000 mgr.y (mgr.24491) 9559 : cluster [DBG] pgmap v8441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:50.332999+0000 mgr.y (mgr.24491) 9559 : cluster [DBG] pgmap v8441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:52.333551+0000 mgr.y (mgr.24491) 9560 : cluster [DBG] pgmap v8442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:52.333551+0000 mgr.y (mgr.24491) 9560 : cluster [DBG] pgmap v8442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:52.333551+0000 mgr.y (mgr.24491) 9560 : cluster [DBG] pgmap v8442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:54.334270+0000 mgr.y (mgr.24491) 9561 : cluster [DBG] pgmap v8443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:54.334270+0000 mgr.y (mgr.24491) 9561 : cluster [DBG] pgmap v8443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:54.334270+0000 mgr.y (mgr.24491) 9561 : cluster [DBG] pgmap v8443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:13:57] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:13:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:56.334864+0000 mgr.y (mgr.24491) 9562 : cluster [DBG] pgmap v8444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:57.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:56.334864+0000 mgr.y (mgr.24491) 9562 : cluster [DBG] pgmap v8444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:56.334864+0000 mgr.y (mgr.24491) 9562 : cluster [DBG] pgmap v8444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:13:58.335392+0000 mgr.y (mgr.24491) 9563 : cluster [DBG] pgmap v8445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:13:58.335392+0000 mgr.y (mgr.24491) 9563 : cluster [DBG] pgmap v8445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:13:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:13:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:13:58.335392+0000 mgr.y (mgr.24491) 9563 : cluster [DBG] pgmap v8445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:14:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:00.336127+0000 mgr.y (mgr.24491) 9564 : cluster [DBG] pgmap v8446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:00.336127+0000 mgr.y (mgr.24491) 9564 : cluster [DBG] pgmap v8446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:00.336127+0000 mgr.y (mgr.24491) 9564 : cluster [DBG] pgmap v8446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:02.066 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:14:02.339 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:14:02.339 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:14:02.340 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 4m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:14:02.340 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:14:02.340 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:14:02.340 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:14:02.340 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:14:02.340 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:14:02.340 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:14:02.340 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:14:02.340 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 4m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:14:02.340 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:14:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:14:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:14:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:14:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:14:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:14:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:14:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:14:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:14:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:14:02.686 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:14:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:14:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:14:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:14:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:14:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:14:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:14:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:14:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:14:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:14:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:14:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:14:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:14:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:14:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:14:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:14:02.687 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:14:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:14:02.055711+0000 mgr.y (mgr.24491) 9565 : audit [DBG] from='client.34583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:14:02.332286+0000 mgr.y (mgr.24491) 9566 : audit [DBG] from='client.34589 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:02.336485+0000 mgr.y (mgr.24491) 9567 : cluster [DBG] pgmap v8447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:14:02.686957+0000 mon.c (mon.2) 314 : audit [DBG] from='client.? 172.21.15.177:0/1769010699' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:14:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:14:02.055711+0000 mgr.y (mgr.24491) 9565 : audit [DBG] from='client.34583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:14:02.332286+0000 mgr.y (mgr.24491) 9566 : audit [DBG] from='client.34589 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:02.336485+0000 mgr.y (mgr.24491) 9567 : cluster [DBG] pgmap v8447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:03.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:14:02.686957+0000 mon.c (mon.2) 314 : audit [DBG] from='client.? 172.21.15.177:0/1769010699' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:14:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:14:02.055711+0000 mgr.y (mgr.24491) 9565 : audit [DBG] from='client.34583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:14:02.332286+0000 mgr.y (mgr.24491) 9566 : audit [DBG] from='client.34589 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:02.336485+0000 mgr.y (mgr.24491) 9567 : cluster [DBG] pgmap v8447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:14:02.686957+0000 mon.c (mon.2) 314 : audit [DBG] from='client.? 172.21.15.177:0/1769010699' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:14:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:04.337251+0000 mgr.y (mgr.24491) 9568 : cluster [DBG] pgmap v8448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:04.337251+0000 mgr.y (mgr.24491) 9568 : cluster [DBG] pgmap v8448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:04.337251+0000 mgr.y (mgr.24491) 9568 : cluster [DBG] pgmap v8448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:06.337783+0000 mgr.y (mgr.24491) 9569 : cluster [DBG] pgmap v8449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:07] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:14:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:06.337783+0000 mgr.y (mgr.24491) 9569 : cluster [DBG] pgmap v8449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:06.337783+0000 mgr.y (mgr.24491) 9569 : cluster [DBG] pgmap v8449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:08.338291+0000 mgr.y (mgr.24491) 9570 : cluster [DBG] pgmap v8450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:08.338291+0000 mgr.y (mgr.24491) 9570 : cluster [DBG] pgmap v8450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:08.338291+0000 mgr.y (mgr.24491) 9570 : cluster [DBG] pgmap v8450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:14:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:10.339118+0000 mgr.y (mgr.24491) 9571 : cluster [DBG] pgmap v8451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:10.339118+0000 mgr.y (mgr.24491) 9571 : cluster [DBG] pgmap v8451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:10.339118+0000 mgr.y (mgr.24491) 9571 : cluster [DBG] pgmap v8451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:12.339516+0000 mgr.y (mgr.24491) 9572 : cluster [DBG] pgmap v8452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:14:13.492888+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:14:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:12.339516+0000 mgr.y (mgr.24491) 9572 : cluster [DBG] pgmap v8452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:14:13.492888+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:14:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:12.339516+0000 mgr.y (mgr.24491) 9572 : cluster [DBG] pgmap v8452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:14:13.492888+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:14:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:14:13.788790+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:14:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:14:13.789434+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:14:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:14:13.796187+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:14:14.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:14:13.788790+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:14:14.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:14:13.789434+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:14:14.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:14:13.796187+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:14:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:14:13.788790+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:14:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:14:13.789434+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:14:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:14:13.796187+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:14:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:14.340021+0000 mgr.y (mgr.24491) 9573 : cluster [DBG] pgmap v8453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:14.340021+0000 mgr.y (mgr.24491) 9573 : cluster [DBG] pgmap v8453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:14.340021+0000 mgr.y (mgr.24491) 9573 : cluster [DBG] pgmap v8453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:17] "GET /metrics HTTP/1.1" 200 188364 "" "Prometheus/2.33.4" 2024-04-20T08:14:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:16.340668+0000 mgr.y (mgr.24491) 9574 : cluster [DBG] pgmap v8454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:17.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:16.340668+0000 mgr.y (mgr.24491) 9574 : cluster [DBG] pgmap v8454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:16.340668+0000 mgr.y (mgr.24491) 9574 : cluster [DBG] pgmap v8454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:18.341100+0000 mgr.y (mgr.24491) 9575 : cluster [DBG] pgmap v8455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:18.341100+0000 mgr.y (mgr.24491) 9575 : cluster [DBG] pgmap v8455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:18.341100+0000 mgr.y (mgr.24491) 9575 : cluster [DBG] pgmap v8455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:14:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:20.341993+0000 mgr.y (mgr.24491) 9576 : cluster [DBG] pgmap v8456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:20.341993+0000 mgr.y (mgr.24491) 9576 : cluster [DBG] pgmap v8456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:20.341993+0000 mgr.y (mgr.24491) 9576 : cluster [DBG] pgmap v8456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:22.342442+0000 mgr.y (mgr.24491) 9577 : cluster [DBG] pgmap v8457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:22.342442+0000 mgr.y (mgr.24491) 9577 : cluster [DBG] pgmap v8457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:22.342442+0000 mgr.y (mgr.24491) 9577 : cluster [DBG] pgmap v8457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:24.343197+0000 mgr.y (mgr.24491) 9578 : cluster [DBG] pgmap v8458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:24.343197+0000 mgr.y (mgr.24491) 9578 : cluster [DBG] pgmap v8458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:24.343197+0000 mgr.y (mgr.24491) 9578 : cluster [DBG] pgmap v8458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:27] "GET /metrics HTTP/1.1" 200 188364 "" "Prometheus/2.33.4" 2024-04-20T08:14:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:26.343828+0000 mgr.y (mgr.24491) 9579 : cluster [DBG] pgmap v8459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:26.343828+0000 mgr.y (mgr.24491) 9579 : cluster [DBG] pgmap v8459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:26.343828+0000 mgr.y (mgr.24491) 9579 : cluster [DBG] pgmap v8459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:28.344279+0000 mgr.y (mgr.24491) 9580 : cluster [DBG] pgmap v8460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:28.344279+0000 mgr.y (mgr.24491) 9580 : cluster [DBG] pgmap v8460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:28.344279+0000 mgr.y (mgr.24491) 9580 : cluster [DBG] pgmap v8460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:14:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:30.345105+0000 mgr.y (mgr.24491) 9581 : cluster [DBG] pgmap v8461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:30.345105+0000 mgr.y (mgr.24491) 9581 : cluster [DBG] pgmap v8461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:30.345105+0000 mgr.y (mgr.24491) 9581 : cluster [DBG] pgmap v8461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:32.998 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:14:33.271 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:14:33.271 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:14:33.272 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:14:33.273 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:14:33.273 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:14:33.273 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:14:33.273 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:14:33.273 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 5m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:14:33.606 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:14:33.606 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:14:33.606 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:14:33.606 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:14:33.606 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:14:33.607 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:14:33.607 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:14:33.607 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:14:33.607 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:14:33.607 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:14:33.607 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:14:33.607 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:14:33.607 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:14:33.607 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:14:33.607 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:14:33.608 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:14:33.608 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:14:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:32.345515+0000 mgr.y (mgr.24491) 9582 : cluster [DBG] pgmap v8462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:14:33.607106+0000 mon.c (mon.2) 315 : audit [DBG] from='client.? 172.21.15.177:0/595270649' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:14:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:32.345515+0000 mgr.y (mgr.24491) 9582 : cluster [DBG] pgmap v8462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:14:33.607106+0000 mon.c (mon.2) 315 : audit [DBG] from='client.? 172.21.15.177:0/595270649' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:14:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:32.345515+0000 mgr.y (mgr.24491) 9582 : cluster [DBG] pgmap v8462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:14:33.607106+0000 mon.c (mon.2) 315 : audit [DBG] from='client.? 172.21.15.177:0/595270649' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:14:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:14:32.987325+0000 mgr.y (mgr.24491) 9583 : audit [DBG] from='client.24696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:14:33.265199+0000 mgr.y (mgr.24491) 9584 : audit [DBG] from='client.34607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:14:32.987325+0000 mgr.y (mgr.24491) 9583 : audit [DBG] from='client.24696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:34.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:14:33.265199+0000 mgr.y (mgr.24491) 9584 : audit [DBG] from='client.34607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:14:32.987325+0000 mgr.y (mgr.24491) 9583 : audit [DBG] from='client.24696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:14:33.265199+0000 mgr.y (mgr.24491) 9584 : audit [DBG] from='client.34607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:14:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:34.345999+0000 mgr.y (mgr.24491) 9585 : cluster [DBG] pgmap v8463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:34.345999+0000 mgr.y (mgr.24491) 9585 : cluster [DBG] pgmap v8463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:34.345999+0000 mgr.y (mgr.24491) 9585 : cluster [DBG] pgmap v8463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:37] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:14:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:36.346480+0000 mgr.y (mgr.24491) 9586 : cluster [DBG] pgmap v8464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:36.346480+0000 mgr.y (mgr.24491) 9586 : cluster [DBG] pgmap v8464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:36.346480+0000 mgr.y (mgr.24491) 9586 : cluster [DBG] pgmap v8464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:38.346994+0000 mgr.y (mgr.24491) 9587 : cluster [DBG] pgmap v8465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:38.346994+0000 mgr.y (mgr.24491) 9587 : cluster [DBG] pgmap v8465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:38.346994+0000 mgr.y (mgr.24491) 9587 : cluster [DBG] pgmap v8465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:14:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:40.347863+0000 mgr.y (mgr.24491) 9588 : cluster [DBG] pgmap v8466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:40.347863+0000 mgr.y (mgr.24491) 9588 : cluster [DBG] pgmap v8466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:40.347863+0000 mgr.y (mgr.24491) 9588 : cluster [DBG] pgmap v8466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:42.348259+0000 mgr.y (mgr.24491) 9589 : cluster [DBG] pgmap v8467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:42.348259+0000 mgr.y (mgr.24491) 9589 : cluster [DBG] pgmap v8467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:42.348259+0000 mgr.y (mgr.24491) 9589 : cluster [DBG] pgmap v8467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:44.348846+0000 mgr.y (mgr.24491) 9590 : cluster [DBG] pgmap v8468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:44.348846+0000 mgr.y (mgr.24491) 9590 : cluster [DBG] pgmap v8468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:44.348846+0000 mgr.y (mgr.24491) 9590 : cluster [DBG] pgmap v8468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:46.349478+0000 mgr.y (mgr.24491) 9591 : cluster [DBG] pgmap v8469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:47] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:14:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:46.349478+0000 mgr.y (mgr.24491) 9591 : cluster [DBG] pgmap v8469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:46.349478+0000 mgr.y (mgr.24491) 9591 : cluster [DBG] pgmap v8469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:48.350017+0000 mgr.y (mgr.24491) 9592 : cluster [DBG] pgmap v8470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:48.350017+0000 mgr.y (mgr.24491) 9592 : cluster [DBG] pgmap v8470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:48.350017+0000 mgr.y (mgr.24491) 9592 : cluster [DBG] pgmap v8470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:14:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:50.350737+0000 mgr.y (mgr.24491) 9593 : cluster [DBG] pgmap v8471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:50.350737+0000 mgr.y (mgr.24491) 9593 : cluster [DBG] pgmap v8471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:50.350737+0000 mgr.y (mgr.24491) 9593 : cluster [DBG] pgmap v8471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:52.351202+0000 mgr.y (mgr.24491) 9594 : cluster [DBG] pgmap v8472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:52.351202+0000 mgr.y (mgr.24491) 9594 : cluster [DBG] pgmap v8472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:52.351202+0000 mgr.y (mgr.24491) 9594 : cluster [DBG] pgmap v8472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:54.351719+0000 mgr.y (mgr.24491) 9595 : cluster [DBG] pgmap v8473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:54.351719+0000 mgr.y (mgr.24491) 9595 : cluster [DBG] pgmap v8473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:54.351719+0000 mgr.y (mgr.24491) 9595 : cluster [DBG] pgmap v8473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:56.352322+0000 mgr.y (mgr.24491) 9596 : cluster [DBG] pgmap v8474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:14:57] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:14:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:56.352322+0000 mgr.y (mgr.24491) 9596 : cluster [DBG] pgmap v8474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:14:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:56.352322+0000 mgr.y (mgr.24491) 9596 : cluster [DBG] pgmap v8474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:14:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:14:58.352676+0000 mgr.y (mgr.24491) 9597 : cluster [DBG] pgmap v8475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:00.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:14:58.352676+0000 mgr.y (mgr.24491) 9597 : cluster [DBG] pgmap v8475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:00.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:14:58.352676+0000 mgr.y (mgr.24491) 9597 : cluster [DBG] pgmap v8475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:15:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:00.353460+0000 mgr.y (mgr.24491) 9598 : cluster [DBG] pgmap v8476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:00.353460+0000 mgr.y (mgr.24491) 9598 : cluster [DBG] pgmap v8476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:00.353460+0000 mgr.y (mgr.24491) 9598 : cluster [DBG] pgmap v8476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:03.918 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:15:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:02.353817+0000 mgr.y (mgr.24491) 9599 : cluster [DBG] pgmap v8477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:02.353817+0000 mgr.y (mgr.24491) 9599 : cluster [DBG] pgmap v8477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:02.353817+0000 mgr.y (mgr.24491) 9599 : cluster [DBG] pgmap v8477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:04.193 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:15:04.193 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:15:04.193 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:15:04.193 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:15:04.193 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:15:04.193 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:15:04.193 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:15:04.193 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:15:04.193 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:15:04.194 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 5m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:15:04.527 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:15:04.528 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:15:04.528 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:15:04.528 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:15:04.528 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:15:04.528 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:15:05.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:15:04.527725+0000 mon.c (mon.2) 316 : audit [DBG] from='client.? 172.21.15.177:0/1879311817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:15:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:15:04.527725+0000 mon.c (mon.2) 316 : audit [DBG] from='client.? 172.21.15.177:0/1879311817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:15:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:15:04.527725+0000 mon.c (mon.2) 316 : audit [DBG] from='client.? 172.21.15.177:0/1879311817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:15:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:15:03.907519+0000 mgr.y (mgr.24491) 9600 : audit [DBG] from='client.24714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:15:04.186395+0000 mgr.y (mgr.24491) 9601 : audit [DBG] from='client.24720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:04.354467+0000 mgr.y (mgr.24491) 9602 : cluster [DBG] pgmap v8478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:15:03.907519+0000 mgr.y (mgr.24491) 9600 : audit [DBG] from='client.24714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:15:04.186395+0000 mgr.y (mgr.24491) 9601 : audit [DBG] from='client.24720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:04.354467+0000 mgr.y (mgr.24491) 9602 : cluster [DBG] pgmap v8478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:15:03.907519+0000 mgr.y (mgr.24491) 9600 : audit [DBG] from='client.24714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:15:04.186395+0000 mgr.y (mgr.24491) 9601 : audit [DBG] from='client.24720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:04.354467+0000 mgr.y (mgr.24491) 9602 : cluster [DBG] pgmap v8478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:06.354981+0000 mgr.y (mgr.24491) 9603 : cluster [DBG] pgmap v8479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:06.354981+0000 mgr.y (mgr.24491) 9603 : cluster [DBG] pgmap v8479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:06.354981+0000 mgr.y (mgr.24491) 9603 : cluster [DBG] pgmap v8479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:07] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:15:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:08.355361+0000 mgr.y (mgr.24491) 9604 : cluster [DBG] pgmap v8480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:08.355361+0000 mgr.y (mgr.24491) 9604 : cluster [DBG] pgmap v8480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:08.355361+0000 mgr.y (mgr.24491) 9604 : cluster [DBG] pgmap v8480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:11.411 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:15:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:10.356151+0000 mgr.y (mgr.24491) 9605 : cluster [DBG] pgmap v8481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:10.356151+0000 mgr.y (mgr.24491) 9605 : cluster [DBG] pgmap v8481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:10.356151+0000 mgr.y (mgr.24491) 9605 : cluster [DBG] pgmap v8481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:12.356689+0000 mgr.y (mgr.24491) 9606 : cluster [DBG] pgmap v8482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:12.356689+0000 mgr.y (mgr.24491) 9606 : cluster [DBG] pgmap v8482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:12.356689+0000 mgr.y (mgr.24491) 9606 : cluster [DBG] pgmap v8482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:15:13.800378+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:15:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:15:14.091775+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:15:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:15:14.092401+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:15:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:15:14.096507+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:15:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:15:13.800378+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:15:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:15:14.091775+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:15:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:15:14.092401+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:15:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:15:14.096507+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:15:14.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:15:13.800378+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:15:14.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:15:14.091775+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:15:14.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:15:14.092401+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:15:14.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:15:14.096507+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:15:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:14.357449+0000 mgr.y (mgr.24491) 9607 : cluster [DBG] pgmap v8483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:14.357449+0000 mgr.y (mgr.24491) 9607 : cluster [DBG] pgmap v8483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:14.357449+0000 mgr.y (mgr.24491) 9607 : cluster [DBG] pgmap v8483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:16.357922+0000 mgr.y (mgr.24491) 9608 : cluster [DBG] pgmap v8484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:16.357922+0000 mgr.y (mgr.24491) 9608 : cluster [DBG] pgmap v8484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:16.357922+0000 mgr.y (mgr.24491) 9608 : cluster [DBG] pgmap v8484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:17] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:15:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:18.358329+0000 mgr.y (mgr.24491) 9609 : cluster [DBG] pgmap v8485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:18.358329+0000 mgr.y (mgr.24491) 9609 : cluster [DBG] pgmap v8485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:18.358329+0000 mgr.y (mgr.24491) 9609 : cluster [DBG] pgmap v8485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:21.428 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:15:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:20.358976+0000 mgr.y (mgr.24491) 9610 : cluster [DBG] pgmap v8486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:20.358976+0000 mgr.y (mgr.24491) 9610 : cluster [DBG] pgmap v8486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:20.358976+0000 mgr.y (mgr.24491) 9610 : cluster [DBG] pgmap v8486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:22.359604+0000 mgr.y (mgr.24491) 9611 : cluster [DBG] pgmap v8487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:22.359604+0000 mgr.y (mgr.24491) 9611 : cluster [DBG] pgmap v8487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:22.359604+0000 mgr.y (mgr.24491) 9611 : cluster [DBG] pgmap v8487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:24.360263+0000 mgr.y (mgr.24491) 9612 : cluster [DBG] pgmap v8488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:24.360263+0000 mgr.y (mgr.24491) 9612 : cluster [DBG] pgmap v8488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:24.360263+0000 mgr.y (mgr.24491) 9612 : cluster [DBG] pgmap v8488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:26.360917+0000 mgr.y (mgr.24491) 9613 : cluster [DBG] pgmap v8489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:27.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:26.360917+0000 mgr.y (mgr.24491) 9613 : cluster [DBG] pgmap v8489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:26.360917+0000 mgr.y (mgr.24491) 9613 : cluster [DBG] pgmap v8489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:27] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:15:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:28.361478+0000 mgr.y (mgr.24491) 9614 : cluster [DBG] pgmap v8490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:28.361478+0000 mgr.y (mgr.24491) 9614 : cluster [DBG] pgmap v8490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:28.361478+0000 mgr.y (mgr.24491) 9614 : cluster [DBG] pgmap v8490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:31.444 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:15:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:30.362322+0000 mgr.y (mgr.24491) 9615 : cluster [DBG] pgmap v8491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:30.362322+0000 mgr.y (mgr.24491) 9615 : cluster [DBG] pgmap v8491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:30.362322+0000 mgr.y (mgr.24491) 9615 : cluster [DBG] pgmap v8491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:32.362867+0000 mgr.y (mgr.24491) 9616 : cluster [DBG] pgmap v8492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:32.362867+0000 mgr.y (mgr.24491) 9616 : cluster [DBG] pgmap v8492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:32.362867+0000 mgr.y (mgr.24491) 9616 : cluster [DBG] pgmap v8492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:34.839 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:15:35.111 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:15:35.111 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:15:35.111 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:15:35.111 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:15:35.112 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:15:35.113 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:15:35.445 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:15:35.445 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:15:35.445 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:15:35.446 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:15:35.446 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:15:35.446 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:15:35.446 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:15:35.446 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:15:35.446 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:15:35.446 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:15:35.446 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:15:35.446 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:15:35.446 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:15:35.447 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:15:35.447 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:15:35.447 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:15:35.447 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:15:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:34.363456+0000 mgr.y (mgr.24491) 9617 : cluster [DBG] pgmap v8493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:15:35.446037+0000 mon.a (mon.0) 2338 : audit [DBG] from='client.? 172.21.15.177:0/2214896355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:15:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:34.363456+0000 mgr.y (mgr.24491) 9617 : cluster [DBG] pgmap v8493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:15:35.446037+0000 mon.a (mon.0) 2338 : audit [DBG] from='client.? 172.21.15.177:0/2214896355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:15:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:34.363456+0000 mgr.y (mgr.24491) 9617 : cluster [DBG] pgmap v8493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:15:35.446037+0000 mon.a (mon.0) 2338 : audit [DBG] from='client.? 172.21.15.177:0/2214896355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:15:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:15:34.828268+0000 mgr.y (mgr.24491) 9618 : audit [DBG] from='client.24732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:15:35.104923+0000 mgr.y (mgr.24491) 9619 : audit [DBG] from='client.24738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:15:34.828268+0000 mgr.y (mgr.24491) 9618 : audit [DBG] from='client.24732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:15:35.104923+0000 mgr.y (mgr.24491) 9619 : audit [DBG] from='client.24738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:36.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:15:34.828268+0000 mgr.y (mgr.24491) 9618 : audit [DBG] from='client.24732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:36.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:15:35.104923+0000 mgr.y (mgr.24491) 9619 : audit [DBG] from='client.24738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:15:37.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:36.364030+0000 mgr.y (mgr.24491) 9620 : cluster [DBG] pgmap v8494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:36.364030+0000 mgr.y (mgr.24491) 9620 : cluster [DBG] pgmap v8494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:36.364030+0000 mgr.y (mgr.24491) 9620 : cluster [DBG] pgmap v8494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:37] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:15:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:38.364494+0000 mgr.y (mgr.24491) 9621 : cluster [DBG] pgmap v8495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:38.364494+0000 mgr.y (mgr.24491) 9621 : cluster [DBG] pgmap v8495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:38.364494+0000 mgr.y (mgr.24491) 9621 : cluster [DBG] pgmap v8495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:41.461 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:15:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:40.365198+0000 mgr.y (mgr.24491) 9622 : cluster [DBG] pgmap v8496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:40.365198+0000 mgr.y (mgr.24491) 9622 : cluster [DBG] pgmap v8496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:40.365198+0000 mgr.y (mgr.24491) 9622 : cluster [DBG] pgmap v8496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:42.365663+0000 mgr.y (mgr.24491) 9623 : cluster [DBG] pgmap v8497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:42.365663+0000 mgr.y (mgr.24491) 9623 : cluster [DBG] pgmap v8497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:42.365663+0000 mgr.y (mgr.24491) 9623 : cluster [DBG] pgmap v8497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:44.366423+0000 mgr.y (mgr.24491) 9624 : cluster [DBG] pgmap v8498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:44.366423+0000 mgr.y (mgr.24491) 9624 : cluster [DBG] pgmap v8498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:44.366423+0000 mgr.y (mgr.24491) 9624 : cluster [DBG] pgmap v8498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:46.367112+0000 mgr.y (mgr.24491) 9625 : cluster [DBG] pgmap v8499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:46.367112+0000 mgr.y (mgr.24491) 9625 : cluster [DBG] pgmap v8499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:46.367112+0000 mgr.y (mgr.24491) 9625 : cluster [DBG] pgmap v8499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:47] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:15:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:48.367604+0000 mgr.y (mgr.24491) 9626 : cluster [DBG] pgmap v8500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:48.367604+0000 mgr.y (mgr.24491) 9626 : cluster [DBG] pgmap v8500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:48.367604+0000 mgr.y (mgr.24491) 9626 : cluster [DBG] pgmap v8500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:51.479 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:15:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:50.368404+0000 mgr.y (mgr.24491) 9627 : cluster [DBG] pgmap v8501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:50.368404+0000 mgr.y (mgr.24491) 9627 : cluster [DBG] pgmap v8501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:50.368404+0000 mgr.y (mgr.24491) 9627 : cluster [DBG] pgmap v8501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:52.368769+0000 mgr.y (mgr.24491) 9628 : cluster [DBG] pgmap v8502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:52.368769+0000 mgr.y (mgr.24491) 9628 : cluster [DBG] pgmap v8502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:52.368769+0000 mgr.y (mgr.24491) 9628 : cluster [DBG] pgmap v8502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:54.369378+0000 mgr.y (mgr.24491) 9629 : cluster [DBG] pgmap v8503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:54.369378+0000 mgr.y (mgr.24491) 9629 : cluster [DBG] pgmap v8503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:54.369378+0000 mgr.y (mgr.24491) 9629 : cluster [DBG] pgmap v8503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:56.370052+0000 mgr.y (mgr.24491) 9630 : cluster [DBG] pgmap v8504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:15:57] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:15:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:56.370052+0000 mgr.y (mgr.24491) 9630 : cluster [DBG] pgmap v8504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:56.370052+0000 mgr.y (mgr.24491) 9630 : cluster [DBG] pgmap v8504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:15:58.370648+0000 mgr.y (mgr.24491) 9631 : cluster [DBG] pgmap v8505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:15:58.370648+0000 mgr.y (mgr.24491) 9631 : cluster [DBG] pgmap v8505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:15:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:15:58.370648+0000 mgr.y (mgr.24491) 9631 : cluster [DBG] pgmap v8505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:01.494 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:16:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:00.371550+0000 mgr.y (mgr.24491) 9632 : cluster [DBG] pgmap v8506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:00.371550+0000 mgr.y (mgr.24491) 9632 : cluster [DBG] pgmap v8506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:00.371550+0000 mgr.y (mgr.24491) 9632 : cluster [DBG] pgmap v8506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:02.371985+0000 mgr.y (mgr.24491) 9633 : cluster [DBG] pgmap v8507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:02.371985+0000 mgr.y (mgr.24491) 9633 : cluster [DBG] pgmap v8507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:02.371985+0000 mgr.y (mgr.24491) 9633 : cluster [DBG] pgmap v8507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:04.372640+0000 mgr.y (mgr.24491) 9634 : cluster [DBG] pgmap v8508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:05.755 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:16:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:04.372640+0000 mgr.y (mgr.24491) 9634 : cluster [DBG] pgmap v8508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:04.372640+0000 mgr.y (mgr.24491) 9634 : cluster [DBG] pgmap v8508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:06.032 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:16:06.032 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:16:06.032 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:16:06.032 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:16:06.032 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:16:06.032 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:16:06.032 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:16:06.032 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:16:06.032 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:16:06.032 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:16:06.035 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:16:06.035 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:16:06.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:16:06.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:16:06.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:16:06.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:16:06.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:16:06.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:16:06.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:16:06.036 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:16:06.036 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:16:06.363 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:16:06.363 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:16:06.363 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:16:06.363 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:16:06.363 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:16:06.363 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:16:06.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:16:06.364 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:16:06.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:16:06.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:16:06.364 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:16:06.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:16:06.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:16:06.364 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:16:06.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:16:06.364 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:16:06.364 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:16:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:16:05.744433+0000 mgr.y (mgr.24491) 9635 : audit [DBG] from='client.34655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:16:06.364017+0000 mon.c (mon.2) 317 : audit [DBG] from='client.? 172.21.15.177:0/1692893369' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:16:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:16:05.744433+0000 mgr.y (mgr.24491) 9635 : audit [DBG] from='client.34655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:16:06.364017+0000 mon.c (mon.2) 317 : audit [DBG] from='client.? 172.21.15.177:0/1692893369' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:16:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:16:05.744433+0000 mgr.y (mgr.24491) 9635 : audit [DBG] from='client.34655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:16:06.364017+0000 mon.c (mon.2) 317 : audit [DBG] from='client.? 172.21.15.177:0/1692893369' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:16:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:07] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:16:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:16:06.024879+0000 mgr.y (mgr.24491) 9636 : audit [DBG] from='client.24756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:06.373090+0000 mgr.y (mgr.24491) 9637 : cluster [DBG] pgmap v8509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:07.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:16:06.024879+0000 mgr.y (mgr.24491) 9636 : audit [DBG] from='client.24756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:07.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:06.373090+0000 mgr.y (mgr.24491) 9637 : cluster [DBG] pgmap v8509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:16:06.024879+0000 mgr.y (mgr.24491) 9636 : audit [DBG] from='client.24756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:06.373090+0000 mgr.y (mgr.24491) 9637 : cluster [DBG] pgmap v8509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:08.373419+0000 mgr.y (mgr.24491) 9638 : cluster [DBG] pgmap v8510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:08.373419+0000 mgr.y (mgr.24491) 9638 : cluster [DBG] pgmap v8510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:08.373419+0000 mgr.y (mgr.24491) 9638 : cluster [DBG] pgmap v8510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:16:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:10.374270+0000 mgr.y (mgr.24491) 9639 : cluster [DBG] pgmap v8511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:10.374270+0000 mgr.y (mgr.24491) 9639 : cluster [DBG] pgmap v8511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:10.374270+0000 mgr.y (mgr.24491) 9639 : cluster [DBG] pgmap v8511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:12.374812+0000 mgr.y (mgr.24491) 9640 : cluster [DBG] pgmap v8512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:13.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:12.374812+0000 mgr.y (mgr.24491) 9640 : cluster [DBG] pgmap v8512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:12.374812+0000 mgr.y (mgr.24491) 9640 : cluster [DBG] pgmap v8512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:16:14.100687+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:16:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:16:14.392011+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:16:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:16:14.392672+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:16:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:16:14.396709+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:16:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:16:14.100687+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:16:14.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:16:14.392011+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:16:14.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:16:14.392672+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:16:14.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:16:14.396709+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:16:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:16:14.100687+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:16:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:16:14.392011+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:16:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:16:14.392672+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:16:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:16:14.396709+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:16:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:14.375382+0000 mgr.y (mgr.24491) 9641 : cluster [DBG] pgmap v8513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:14.375382+0000 mgr.y (mgr.24491) 9641 : cluster [DBG] pgmap v8513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:14.375382+0000 mgr.y (mgr.24491) 9641 : cluster [DBG] pgmap v8513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:17] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:16:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:16.376037+0000 mgr.y (mgr.24491) 9642 : cluster [DBG] pgmap v8514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:16.376037+0000 mgr.y (mgr.24491) 9642 : cluster [DBG] pgmap v8514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:16.376037+0000 mgr.y (mgr.24491) 9642 : cluster [DBG] pgmap v8514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:18.376476+0000 mgr.y (mgr.24491) 9643 : cluster [DBG] pgmap v8515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:18.376476+0000 mgr.y (mgr.24491) 9643 : cluster [DBG] pgmap v8515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:18.376476+0000 mgr.y (mgr.24491) 9643 : cluster [DBG] pgmap v8515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:16:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:20.377232+0000 mgr.y (mgr.24491) 9644 : cluster [DBG] pgmap v8516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:20.377232+0000 mgr.y (mgr.24491) 9644 : cluster [DBG] pgmap v8516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:20.377232+0000 mgr.y (mgr.24491) 9644 : cluster [DBG] pgmap v8516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:23.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:22.377682+0000 mgr.y (mgr.24491) 9645 : cluster [DBG] pgmap v8517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:23.904 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:22.377682+0000 mgr.y (mgr.24491) 9645 : cluster [DBG] pgmap v8517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:24.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:22.377682+0000 mgr.y (mgr.24491) 9645 : cluster [DBG] pgmap v8517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:24.378370+0000 mgr.y (mgr.24491) 9646 : cluster [DBG] pgmap v8518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:24.378370+0000 mgr.y (mgr.24491) 9646 : cluster [DBG] pgmap v8518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:24.378370+0000 mgr.y (mgr.24491) 9646 : cluster [DBG] pgmap v8518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:27] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:16:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:26.379037+0000 mgr.y (mgr.24491) 9647 : cluster [DBG] pgmap v8519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:26.379037+0000 mgr.y (mgr.24491) 9647 : cluster [DBG] pgmap v8519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:26.379037+0000 mgr.y (mgr.24491) 9647 : cluster [DBG] pgmap v8519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:28.379534+0000 mgr.y (mgr.24491) 9648 : cluster [DBG] pgmap v8520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:28.379534+0000 mgr.y (mgr.24491) 9648 : cluster [DBG] pgmap v8520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:28.379534+0000 mgr.y (mgr.24491) 9648 : cluster [DBG] pgmap v8520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:16:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:30.380294+0000 mgr.y (mgr.24491) 9649 : cluster [DBG] pgmap v8521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:30.380294+0000 mgr.y (mgr.24491) 9649 : cluster [DBG] pgmap v8521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:30.380294+0000 mgr.y (mgr.24491) 9649 : cluster [DBG] pgmap v8521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:32.380728+0000 mgr.y (mgr.24491) 9650 : cluster [DBG] pgmap v8522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:32.380728+0000 mgr.y (mgr.24491) 9650 : cluster [DBG] pgmap v8522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:32.380728+0000 mgr.y (mgr.24491) 9650 : cluster [DBG] pgmap v8522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:34.381320+0000 mgr.y (mgr.24491) 9651 : cluster [DBG] pgmap v8523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:34.381320+0000 mgr.y (mgr.24491) 9651 : cluster [DBG] pgmap v8523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:34.381320+0000 mgr.y (mgr.24491) 9651 : cluster [DBG] pgmap v8523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:36.674 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:16:36.948 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:16:36.948 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:16:36.948 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:16:36.949 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:16:36.949 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:16:36.949 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:16:36.949 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:16:36.949 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:16:36.949 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:16:36.949 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:16:36.949 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:16:36.949 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:16:36.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:16:36.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:16:36.950 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:16:36.950 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:16:36.950 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:16:36.950 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:16:36.950 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:16:36.950 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:16:36.950 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:16:37.283 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:16:37.283 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:16:37.283 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:16:37.283 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:16:37.283 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:16:37.283 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:16:37.283 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:16:37.284 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:16:37.284 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:16:37.284 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:16:37.284 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:16:37.284 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:16:37.284 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:16:37.284 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:16:37.284 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:16:37.284 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:16:37.284 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:16:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:37] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:16:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:36.381848+0000 mgr.y (mgr.24491) 9652 : cluster [DBG] pgmap v8524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:16:36.663594+0000 mgr.y (mgr.24491) 9653 : audit [DBG] from='client.34673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:16:37.283820+0000 mon.c (mon.2) 318 : audit [DBG] from='client.? 172.21.15.177:0/3421221047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:16:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:36.381848+0000 mgr.y (mgr.24491) 9652 : cluster [DBG] pgmap v8524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:16:36.663594+0000 mgr.y (mgr.24491) 9653 : audit [DBG] from='client.34673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:16:37.283820+0000 mon.c (mon.2) 318 : audit [DBG] from='client.? 172.21.15.177:0/3421221047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:16:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:36.381848+0000 mgr.y (mgr.24491) 9652 : cluster [DBG] pgmap v8524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:16:36.663594+0000 mgr.y (mgr.24491) 9653 : audit [DBG] from='client.34673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:16:37.283820+0000 mon.c (mon.2) 318 : audit [DBG] from='client.? 172.21.15.177:0/3421221047' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:16:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:16:36.941869+0000 mgr.y (mgr.24491) 9654 : audit [DBG] from='client.24774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:16:36.941869+0000 mgr.y (mgr.24491) 9654 : audit [DBG] from='client.24774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:16:36.941869+0000 mgr.y (mgr.24491) 9654 : audit [DBG] from='client.24774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:16:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:38.382256+0000 mgr.y (mgr.24491) 9655 : cluster [DBG] pgmap v8525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:38.382256+0000 mgr.y (mgr.24491) 9655 : cluster [DBG] pgmap v8525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:38.382256+0000 mgr.y (mgr.24491) 9655 : cluster [DBG] pgmap v8525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:16:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:40.382991+0000 mgr.y (mgr.24491) 9656 : cluster [DBG] pgmap v8526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:40.382991+0000 mgr.y (mgr.24491) 9656 : cluster [DBG] pgmap v8526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:40.382991+0000 mgr.y (mgr.24491) 9656 : cluster [DBG] pgmap v8526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:42.383377+0000 mgr.y (mgr.24491) 9657 : cluster [DBG] pgmap v8527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:42.383377+0000 mgr.y (mgr.24491) 9657 : cluster [DBG] pgmap v8527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:42.383377+0000 mgr.y (mgr.24491) 9657 : cluster [DBG] pgmap v8527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:44.384033+0000 mgr.y (mgr.24491) 9658 : cluster [DBG] pgmap v8528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:44.384033+0000 mgr.y (mgr.24491) 9658 : cluster [DBG] pgmap v8528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:44.384033+0000 mgr.y (mgr.24491) 9658 : cluster [DBG] pgmap v8528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:47] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:16:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:46.384586+0000 mgr.y (mgr.24491) 9659 : cluster [DBG] pgmap v8529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:46.384586+0000 mgr.y (mgr.24491) 9659 : cluster [DBG] pgmap v8529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:46.384586+0000 mgr.y (mgr.24491) 9659 : cluster [DBG] pgmap v8529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:48.385161+0000 mgr.y (mgr.24491) 9660 : cluster [DBG] pgmap v8530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:48.385161+0000 mgr.y (mgr.24491) 9660 : cluster [DBG] pgmap v8530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:48.385161+0000 mgr.y (mgr.24491) 9660 : cluster [DBG] pgmap v8530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:16:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:50.385860+0000 mgr.y (mgr.24491) 9661 : cluster [DBG] pgmap v8531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:50.385860+0000 mgr.y (mgr.24491) 9661 : cluster [DBG] pgmap v8531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:50.385860+0000 mgr.y (mgr.24491) 9661 : cluster [DBG] pgmap v8531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:52.386362+0000 mgr.y (mgr.24491) 9662 : cluster [DBG] pgmap v8532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:52.386362+0000 mgr.y (mgr.24491) 9662 : cluster [DBG] pgmap v8532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:52.386362+0000 mgr.y (mgr.24491) 9662 : cluster [DBG] pgmap v8532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:54.387087+0000 mgr.y (mgr.24491) 9663 : cluster [DBG] pgmap v8533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:54.387087+0000 mgr.y (mgr.24491) 9663 : cluster [DBG] pgmap v8533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:54.387087+0000 mgr.y (mgr.24491) 9663 : cluster [DBG] pgmap v8533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:56.387566+0000 mgr.y (mgr.24491) 9664 : cluster [DBG] pgmap v8534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:16:57] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:16:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:56.387566+0000 mgr.y (mgr.24491) 9664 : cluster [DBG] pgmap v8534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:56.387566+0000 mgr.y (mgr.24491) 9664 : cluster [DBG] pgmap v8534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:16:58.388145+0000 mgr.y (mgr.24491) 9665 : cluster [DBG] pgmap v8535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:16:58.388145+0000 mgr.y (mgr.24491) 9665 : cluster [DBG] pgmap v8535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:16:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:16:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:16:58.388145+0000 mgr.y (mgr.24491) 9665 : cluster [DBG] pgmap v8535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:17:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:00.388813+0000 mgr.y (mgr.24491) 9666 : cluster [DBG] pgmap v8536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:00.388813+0000 mgr.y (mgr.24491) 9666 : cluster [DBG] pgmap v8536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:00.388813+0000 mgr.y (mgr.24491) 9666 : cluster [DBG] pgmap v8536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:02.389274+0000 mgr.y (mgr.24491) 9667 : cluster [DBG] pgmap v8537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:02.389274+0000 mgr.y (mgr.24491) 9667 : cluster [DBG] pgmap v8537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:02.389274+0000 mgr.y (mgr.24491) 9667 : cluster [DBG] pgmap v8537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:04.390070+0000 mgr.y (mgr.24491) 9668 : cluster [DBG] pgmap v8538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:04.390070+0000 mgr.y (mgr.24491) 9668 : cluster [DBG] pgmap v8538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:04.390070+0000 mgr.y (mgr.24491) 9668 : cluster [DBG] pgmap v8538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:07.594 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:17:07.874 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:17:07.874 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:17:07.874 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:17:07.874 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:17:07.874 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:17:07.874 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:17:07.874 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:17:07.874 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:17:07.874 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:17:07.875 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:17:07.875 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:17:07.875 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:17:07.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:17:07.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:17:07.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:17:07.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:17:07.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:17:07.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:17:07.875 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:17:07.876 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:17:07.876 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:17:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:07] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:17:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:06.390717+0000 mgr.y (mgr.24491) 9669 : cluster [DBG] pgmap v8539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:06.390717+0000 mgr.y (mgr.24491) 9669 : cluster [DBG] pgmap v8539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:06.390717+0000 mgr.y (mgr.24491) 9669 : cluster [DBG] pgmap v8539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:08.207 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:17:08.207 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:17:08.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:17:08.207 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:17:08.207 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:17:08.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:17:08.207 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:17:08.208 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:17:08.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:17:08.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:17:08.208 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:17:08.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:17:08.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:17:08.208 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:17:08.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:17:08.208 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:17:08.208 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:17:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:17:07.583454+0000 mgr.y (mgr.24491) 9670 : audit [DBG] from='client.24786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:08.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:17:08.208069+0000 mon.c (mon.2) 319 : audit [DBG] from='client.? 172.21.15.177:0/1118648144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:17:08.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:17:07.583454+0000 mgr.y (mgr.24491) 9670 : audit [DBG] from='client.24786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:08.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:17:08.208069+0000 mon.c (mon.2) 319 : audit [DBG] from='client.? 172.21.15.177:0/1118648144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:17:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:17:07.583454+0000 mgr.y (mgr.24491) 9670 : audit [DBG] from='client.24786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:17:08.208069+0000 mon.c (mon.2) 319 : audit [DBG] from='client.? 172.21.15.177:0/1118648144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:17:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:17:07.866848+0000 mgr.y (mgr.24491) 9671 : audit [DBG] from='client.24792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:08.391164+0000 mgr.y (mgr.24491) 9672 : cluster [DBG] pgmap v8540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:09.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:17:07.866848+0000 mgr.y (mgr.24491) 9671 : audit [DBG] from='client.24792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:09.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:08.391164+0000 mgr.y (mgr.24491) 9672 : cluster [DBG] pgmap v8540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:17:07.866848+0000 mgr.y (mgr.24491) 9671 : audit [DBG] from='client.24792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:08.391164+0000 mgr.y (mgr.24491) 9672 : cluster [DBG] pgmap v8540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:17:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:10.392011+0000 mgr.y (mgr.24491) 9673 : cluster [DBG] pgmap v8541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:10.392011+0000 mgr.y (mgr.24491) 9673 : cluster [DBG] pgmap v8541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:10.392011+0000 mgr.y (mgr.24491) 9673 : cluster [DBG] pgmap v8541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:12.392534+0000 mgr.y (mgr.24491) 9674 : cluster [DBG] pgmap v8542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:12.392534+0000 mgr.y (mgr.24491) 9674 : cluster [DBG] pgmap v8542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:12.392534+0000 mgr.y (mgr.24491) 9674 : cluster [DBG] pgmap v8542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:17:14.401463+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:17:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:17:14.401463+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:17:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:17:14.401463+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:17:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:14.393106+0000 mgr.y (mgr.24491) 9675 : cluster [DBG] pgmap v8543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:17:14.695029+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:17:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:17:14.695621+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:17:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:17:14.699926+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:17:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:14.393106+0000 mgr.y (mgr.24491) 9675 : cluster [DBG] pgmap v8543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:15.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:17:14.695029+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:17:15.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:17:14.695621+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:17:15.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:17:14.699926+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:17:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:14.393106+0000 mgr.y (mgr.24491) 9675 : cluster [DBG] pgmap v8543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:17:14.695029+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:17:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:17:14.695621+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:17:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:17:14.699926+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:17:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:17] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:17:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:16.393744+0000 mgr.y (mgr.24491) 9676 : cluster [DBG] pgmap v8544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:16.393744+0000 mgr.y (mgr.24491) 9676 : cluster [DBG] pgmap v8544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:16.393744+0000 mgr.y (mgr.24491) 9676 : cluster [DBG] pgmap v8544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:18.394162+0000 mgr.y (mgr.24491) 9677 : cluster [DBG] pgmap v8545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:18.394162+0000 mgr.y (mgr.24491) 9677 : cluster [DBG] pgmap v8545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:18.394162+0000 mgr.y (mgr.24491) 9677 : cluster [DBG] pgmap v8545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:17:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:20.394932+0000 mgr.y (mgr.24491) 9678 : cluster [DBG] pgmap v8546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:20.394932+0000 mgr.y (mgr.24491) 9678 : cluster [DBG] pgmap v8546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:20.394932+0000 mgr.y (mgr.24491) 9678 : cluster [DBG] pgmap v8546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:22.395360+0000 mgr.y (mgr.24491) 9679 : cluster [DBG] pgmap v8547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:22.395360+0000 mgr.y (mgr.24491) 9679 : cluster [DBG] pgmap v8547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:22.395360+0000 mgr.y (mgr.24491) 9679 : cluster [DBG] pgmap v8547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:24.396031+0000 mgr.y (mgr.24491) 9680 : cluster [DBG] pgmap v8548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:24.396031+0000 mgr.y (mgr.24491) 9680 : cluster [DBG] pgmap v8548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:24.396031+0000 mgr.y (mgr.24491) 9680 : cluster [DBG] pgmap v8548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:26.396625+0000 mgr.y (mgr.24491) 9681 : cluster [DBG] pgmap v8549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:27] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:17:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:26.396625+0000 mgr.y (mgr.24491) 9681 : cluster [DBG] pgmap v8549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:26.396625+0000 mgr.y (mgr.24491) 9681 : cluster [DBG] pgmap v8549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:28.397085+0000 mgr.y (mgr.24491) 9682 : cluster [DBG] pgmap v8550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:28.397085+0000 mgr.y (mgr.24491) 9682 : cluster [DBG] pgmap v8550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:28.397085+0000 mgr.y (mgr.24491) 9682 : cluster [DBG] pgmap v8550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:17:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:30.397739+0000 mgr.y (mgr.24491) 9683 : cluster [DBG] pgmap v8551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:30.397739+0000 mgr.y (mgr.24491) 9683 : cluster [DBG] pgmap v8551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:30.397739+0000 mgr.y (mgr.24491) 9683 : cluster [DBG] pgmap v8551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:32.398234+0000 mgr.y (mgr.24491) 9684 : cluster [DBG] pgmap v8552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:32.398234+0000 mgr.y (mgr.24491) 9684 : cluster [DBG] pgmap v8552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:32.398234+0000 mgr.y (mgr.24491) 9684 : cluster [DBG] pgmap v8552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:34.398796+0000 mgr.y (mgr.24491) 9685 : cluster [DBG] pgmap v8553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:34.398796+0000 mgr.y (mgr.24491) 9685 : cluster [DBG] pgmap v8553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:34.398796+0000 mgr.y (mgr.24491) 9685 : cluster [DBG] pgmap v8553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:36.399474+0000 mgr.y (mgr.24491) 9686 : cluster [DBG] pgmap v8554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:37] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:17:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:36.399474+0000 mgr.y (mgr.24491) 9686 : cluster [DBG] pgmap v8554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:36.399474+0000 mgr.y (mgr.24491) 9686 : cluster [DBG] pgmap v8554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:38.517 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:17:38.792 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:17:38.792 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 8m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:17:38.793 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 8m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:17:38.793 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 8m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:17:38.793 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 8m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:17:38.793 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 8m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:17:38.793 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 8m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:17:38.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 8m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:17:38.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 8m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:17:38.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 8m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:17:38.793 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 8m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:17:38.793 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 8m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:17:38.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 8m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:17:38.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 8m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:17:38.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 8m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:17:38.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 8m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:17:38.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 8m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:17:38.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 8m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:17:38.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 8m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:17:38.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 8m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:17:38.794 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 8m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:17:39.129 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:17:39.130 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:17:39.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:17:39.130 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:17:39.130 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:17:39.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:17:39.130 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:17:39.130 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:17:39.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:17:39.130 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:17:39.130 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:17:39.131 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:17:39.131 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:17:39.131 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:17:39.131 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:17:39.131 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:17:39.131 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:17:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:38.399863+0000 mgr.y (mgr.24491) 9687 : cluster [DBG] pgmap v8555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:17:38.506223+0000 mgr.y (mgr.24491) 9688 : audit [DBG] from='client.34709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:17:38.785651+0000 mgr.y (mgr.24491) 9689 : audit [DBG] from='client.34715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:17:39.130632+0000 mon.a (mon.0) 2347 : audit [DBG] from='client.? 172.21.15.177:0/3778223917' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:17:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:38.399863+0000 mgr.y (mgr.24491) 9687 : cluster [DBG] pgmap v8555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:17:38.506223+0000 mgr.y (mgr.24491) 9688 : audit [DBG] from='client.34709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:17:38.785651+0000 mgr.y (mgr.24491) 9689 : audit [DBG] from='client.34715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:17:39.130632+0000 mon.a (mon.0) 2347 : audit [DBG] from='client.? 172.21.15.177:0/3778223917' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:17:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:38.399863+0000 mgr.y (mgr.24491) 9687 : cluster [DBG] pgmap v8555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:17:38.506223+0000 mgr.y (mgr.24491) 9688 : audit [DBG] from='client.34709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:17:38.785651+0000 mgr.y (mgr.24491) 9689 : audit [DBG] from='client.34715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:17:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:17:39.130632+0000 mon.a (mon.0) 2347 : audit [DBG] from='client.? 172.21.15.177:0/3778223917' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:17:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:17:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:40.400605+0000 mgr.y (mgr.24491) 9690 : cluster [DBG] pgmap v8556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:40.400605+0000 mgr.y (mgr.24491) 9690 : cluster [DBG] pgmap v8556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:40.400605+0000 mgr.y (mgr.24491) 9690 : cluster [DBG] pgmap v8556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:42.401130+0000 mgr.y (mgr.24491) 9691 : cluster [DBG] pgmap v8557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:42.401130+0000 mgr.y (mgr.24491) 9691 : cluster [DBG] pgmap v8557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:42.401130+0000 mgr.y (mgr.24491) 9691 : cluster [DBG] pgmap v8557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:44.401951+0000 mgr.y (mgr.24491) 9692 : cluster [DBG] pgmap v8558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:44.401951+0000 mgr.y (mgr.24491) 9692 : cluster [DBG] pgmap v8558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:44.401951+0000 mgr.y (mgr.24491) 9692 : cluster [DBG] pgmap v8558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:46.402572+0000 mgr.y (mgr.24491) 9693 : cluster [DBG] pgmap v8559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:47] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:17:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:46.402572+0000 mgr.y (mgr.24491) 9693 : cluster [DBG] pgmap v8559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:46.402572+0000 mgr.y (mgr.24491) 9693 : cluster [DBG] pgmap v8559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:48.403000+0000 mgr.y (mgr.24491) 9694 : cluster [DBG] pgmap v8560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:48.403000+0000 mgr.y (mgr.24491) 9694 : cluster [DBG] pgmap v8560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:48.403000+0000 mgr.y (mgr.24491) 9694 : cluster [DBG] pgmap v8560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:17:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:50.403696+0000 mgr.y (mgr.24491) 9695 : cluster [DBG] pgmap v8561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:50.403696+0000 mgr.y (mgr.24491) 9695 : cluster [DBG] pgmap v8561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:50.403696+0000 mgr.y (mgr.24491) 9695 : cluster [DBG] pgmap v8561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:52.404212+0000 mgr.y (mgr.24491) 9696 : cluster [DBG] pgmap v8562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:52.404212+0000 mgr.y (mgr.24491) 9696 : cluster [DBG] pgmap v8562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:52.404212+0000 mgr.y (mgr.24491) 9696 : cluster [DBG] pgmap v8562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:54.404835+0000 mgr.y (mgr.24491) 9697 : cluster [DBG] pgmap v8563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:54.404835+0000 mgr.y (mgr.24491) 9697 : cluster [DBG] pgmap v8563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:54.404835+0000 mgr.y (mgr.24491) 9697 : cluster [DBG] pgmap v8563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:56.405256+0000 mgr.y (mgr.24491) 9698 : cluster [DBG] pgmap v8564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:17:57] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:17:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:56.405256+0000 mgr.y (mgr.24491) 9698 : cluster [DBG] pgmap v8564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:56.405256+0000 mgr.y (mgr.24491) 9698 : cluster [DBG] pgmap v8564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:17:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:17:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:17:58.405842+0000 mgr.y (mgr.24491) 9699 : cluster [DBG] pgmap v8565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:17:58.405842+0000 mgr.y (mgr.24491) 9699 : cluster [DBG] pgmap v8565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:17:58.405842+0000 mgr.y (mgr.24491) 9699 : cluster [DBG] pgmap v8565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:18:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:00.406646+0000 mgr.y (mgr.24491) 9700 : cluster [DBG] pgmap v8566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:00.406646+0000 mgr.y (mgr.24491) 9700 : cluster [DBG] pgmap v8566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:00.406646+0000 mgr.y (mgr.24491) 9700 : cluster [DBG] pgmap v8566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:02.407091+0000 mgr.y (mgr.24491) 9701 : cluster [DBG] pgmap v8567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:02.407091+0000 mgr.y (mgr.24491) 9701 : cluster [DBG] pgmap v8567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:02.407091+0000 mgr.y (mgr.24491) 9701 : cluster [DBG] pgmap v8567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:04.407864+0000 mgr.y (mgr.24491) 9702 : cluster [DBG] pgmap v8568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:04.407864+0000 mgr.y (mgr.24491) 9702 : cluster [DBG] pgmap v8568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:04.407864+0000 mgr.y (mgr.24491) 9702 : cluster [DBG] pgmap v8568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:06.408229+0000 mgr.y (mgr.24491) 9703 : cluster [DBG] pgmap v8569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:07] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:18:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:06.408229+0000 mgr.y (mgr.24491) 9703 : cluster [DBG] pgmap v8569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:06.408229+0000 mgr.y (mgr.24491) 9703 : cluster [DBG] pgmap v8569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:09.442 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:18:09.721 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:18:09.721 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 8m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:18:09.721 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 8m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:18:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 8m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:18:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 8m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:18:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 8m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:18:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 8m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:18:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 8m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:18:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 8m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:18:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 8m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:18:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 8m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:18:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 8m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:18:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 8m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:18:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 8m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:18:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 8m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:18:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 8m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:18:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 8m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:18:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 8m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:18:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 8m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:18:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 8m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:18:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 8m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:18:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:08.408682+0000 mgr.y (mgr.24491) 9704 : cluster [DBG] pgmap v8570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:10.054 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:18:10.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:18:10.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:18:10.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:18:10.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:18:10.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:18:10.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:18:10.054 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:18:10.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:18:10.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:18:10.055 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:18:10.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:18:10.055 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:18:10.055 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:18:10.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:18:10.055 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:18:10.055 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:18:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:08.408682+0000 mgr.y (mgr.24491) 9704 : cluster [DBG] pgmap v8570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:08.408682+0000 mgr.y (mgr.24491) 9704 : cluster [DBG] pgmap v8570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:18:09.430771+0000 mgr.y (mgr.24491) 9705 : audit [DBG] from='client.24822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:11.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:18:09.714772+0000 mgr.y (mgr.24491) 9706 : audit [DBG] from='client.24828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:11.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:18:10.054897+0000 mon.a (mon.0) 2348 : audit [DBG] from='client.? 172.21.15.177:0/1924289403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:18:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:18:09.430771+0000 mgr.y (mgr.24491) 9705 : audit [DBG] from='client.24822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:18:09.714772+0000 mgr.y (mgr.24491) 9706 : audit [DBG] from='client.24828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:18:10.054897+0000 mon.a (mon.0) 2348 : audit [DBG] from='client.? 172.21.15.177:0/1924289403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:18:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:18:09.430771+0000 mgr.y (mgr.24491) 9705 : audit [DBG] from='client.24822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:18:09.714772+0000 mgr.y (mgr.24491) 9706 : audit [DBG] from='client.24828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:18:10.054897+0000 mon.a (mon.0) 2348 : audit [DBG] from='client.? 172.21.15.177:0/1924289403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:18:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:18:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:10.409545+0000 mgr.y (mgr.24491) 9707 : cluster [DBG] pgmap v8571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:10.409545+0000 mgr.y (mgr.24491) 9707 : cluster [DBG] pgmap v8571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:10.409545+0000 mgr.y (mgr.24491) 9707 : cluster [DBG] pgmap v8571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:12.410098+0000 mgr.y (mgr.24491) 9708 : cluster [DBG] pgmap v8572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:12.410098+0000 mgr.y (mgr.24491) 9708 : cluster [DBG] pgmap v8572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:12.410098+0000 mgr.y (mgr.24491) 9708 : cluster [DBG] pgmap v8572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:18:14.704220+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:18:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:18:14.704220+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:18:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:18:14.704220+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:18:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:14.410711+0000 mgr.y (mgr.24491) 9709 : cluster [DBG] pgmap v8573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:18:14.994627+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:18:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:18:14.995253+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:18:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:18:15.002674+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:18:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:14.410711+0000 mgr.y (mgr.24491) 9709 : cluster [DBG] pgmap v8573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:18:14.994627+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:18:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:18:14.995253+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:18:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:18:15.002674+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:18:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:14.410711+0000 mgr.y (mgr.24491) 9709 : cluster [DBG] pgmap v8573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:18:14.994627+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:18:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:18:14.995253+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:18:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:18:15.002674+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:18:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:16.411136+0000 mgr.y (mgr.24491) 9710 : cluster [DBG] pgmap v8574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:16.411136+0000 mgr.y (mgr.24491) 9710 : cluster [DBG] pgmap v8574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:17] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:18:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:16.411136+0000 mgr.y (mgr.24491) 9710 : cluster [DBG] pgmap v8574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:18.411558+0000 mgr.y (mgr.24491) 9711 : cluster [DBG] pgmap v8575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:18.411558+0000 mgr.y (mgr.24491) 9711 : cluster [DBG] pgmap v8575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:18.411558+0000 mgr.y (mgr.24491) 9711 : cluster [DBG] pgmap v8575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:18:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:20.412404+0000 mgr.y (mgr.24491) 9712 : cluster [DBG] pgmap v8576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:20.412404+0000 mgr.y (mgr.24491) 9712 : cluster [DBG] pgmap v8576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:20.412404+0000 mgr.y (mgr.24491) 9712 : cluster [DBG] pgmap v8576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:22.412821+0000 mgr.y (mgr.24491) 9713 : cluster [DBG] pgmap v8577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:22.412821+0000 mgr.y (mgr.24491) 9713 : cluster [DBG] pgmap v8577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:22.412821+0000 mgr.y (mgr.24491) 9713 : cluster [DBG] pgmap v8577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:24.413657+0000 mgr.y (mgr.24491) 9714 : cluster [DBG] pgmap v8578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:24.413657+0000 mgr.y (mgr.24491) 9714 : cluster [DBG] pgmap v8578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:24.413657+0000 mgr.y (mgr.24491) 9714 : cluster [DBG] pgmap v8578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:27] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:18:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:26.414156+0000 mgr.y (mgr.24491) 9715 : cluster [DBG] pgmap v8579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:26.414156+0000 mgr.y (mgr.24491) 9715 : cluster [DBG] pgmap v8579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:26.414156+0000 mgr.y (mgr.24491) 9715 : cluster [DBG] pgmap v8579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:28.414766+0000 mgr.y (mgr.24491) 9716 : cluster [DBG] pgmap v8580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:28.414766+0000 mgr.y (mgr.24491) 9716 : cluster [DBG] pgmap v8580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:28.414766+0000 mgr.y (mgr.24491) 9716 : cluster [DBG] pgmap v8580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:18:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:30.415575+0000 mgr.y (mgr.24491) 9717 : cluster [DBG] pgmap v8581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:30.415575+0000 mgr.y (mgr.24491) 9717 : cluster [DBG] pgmap v8581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:30.415575+0000 mgr.y (mgr.24491) 9717 : cluster [DBG] pgmap v8581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:32.416026+0000 mgr.y (mgr.24491) 9718 : cluster [DBG] pgmap v8582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:32.416026+0000 mgr.y (mgr.24491) 9718 : cluster [DBG] pgmap v8582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:32.416026+0000 mgr.y (mgr.24491) 9718 : cluster [DBG] pgmap v8582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:34.416905+0000 mgr.y (mgr.24491) 9719 : cluster [DBG] pgmap v8583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:34.416905+0000 mgr.y (mgr.24491) 9719 : cluster [DBG] pgmap v8583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:34.416905+0000 mgr.y (mgr.24491) 9719 : cluster [DBG] pgmap v8583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:37] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:18:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:36.417516+0000 mgr.y (mgr.24491) 9720 : cluster [DBG] pgmap v8584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:36.417516+0000 mgr.y (mgr.24491) 9720 : cluster [DBG] pgmap v8584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:36.417516+0000 mgr.y (mgr.24491) 9720 : cluster [DBG] pgmap v8584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:38.418041+0000 mgr.y (mgr.24491) 9721 : cluster [DBG] pgmap v8585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:38.418041+0000 mgr.y (mgr.24491) 9721 : cluster [DBG] pgmap v8585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:38.418041+0000 mgr.y (mgr.24491) 9721 : cluster [DBG] pgmap v8585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:40.363 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:18:40.638 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:18:40.638 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 9m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:18:40.638 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 9m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:18:40.638 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 9m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:18:40.638 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 9m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:18:40.638 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 9m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:18:40.638 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 9m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:18:40.638 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 9m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:18:40.638 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 9m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:18:40.638 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 9m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:18:40.638 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 9m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:18:40.639 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 9m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:18:40.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 9m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:18:40.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 9m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:18:40.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 9m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:18:40.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 9m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:18:40.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 9m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:18:40.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 9m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:18:40.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 9m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:18:40.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 9m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:18:40.639 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 9m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:18:40.971 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:18:40.971 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:18:40.971 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:18:40.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:18:40.973 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:18:40.973 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:18:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:18:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:18:40.352598+0000 mgr.y (mgr.24491) 9722 : audit [DBG] from='client.24840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:40.418646+0000 mgr.y (mgr.24491) 9723 : cluster [DBG] pgmap v8586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:18:40.631287+0000 mgr.y (mgr.24491) 9724 : audit [DBG] from='client.34751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:18:40.972532+0000 mon.a (mon.0) 2353 : audit [DBG] from='client.? 172.21.15.177:0/3776889664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:18:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:18:40.352598+0000 mgr.y (mgr.24491) 9722 : audit [DBG] from='client.24840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:40.418646+0000 mgr.y (mgr.24491) 9723 : cluster [DBG] pgmap v8586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:18:40.631287+0000 mgr.y (mgr.24491) 9724 : audit [DBG] from='client.34751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:18:40.972532+0000 mon.a (mon.0) 2353 : audit [DBG] from='client.? 172.21.15.177:0/3776889664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:18:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:18:40.352598+0000 mgr.y (mgr.24491) 9722 : audit [DBG] from='client.24840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:40.418646+0000 mgr.y (mgr.24491) 9723 : cluster [DBG] pgmap v8586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:18:40.631287+0000 mgr.y (mgr.24491) 9724 : audit [DBG] from='client.34751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:18:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:18:40.972532+0000 mon.a (mon.0) 2353 : audit [DBG] from='client.? 172.21.15.177:0/3776889664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:18:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:42.419292+0000 mgr.y (mgr.24491) 9725 : cluster [DBG] pgmap v8587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:42.419292+0000 mgr.y (mgr.24491) 9725 : cluster [DBG] pgmap v8587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:42.419292+0000 mgr.y (mgr.24491) 9725 : cluster [DBG] pgmap v8587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:44.420018+0000 mgr.y (mgr.24491) 9726 : cluster [DBG] pgmap v8588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:44.420018+0000 mgr.y (mgr.24491) 9726 : cluster [DBG] pgmap v8588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:44.420018+0000 mgr.y (mgr.24491) 9726 : cluster [DBG] pgmap v8588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:18:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:46.420413+0000 mgr.y (mgr.24491) 9727 : cluster [DBG] pgmap v8589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:46.420413+0000 mgr.y (mgr.24491) 9727 : cluster [DBG] pgmap v8589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:46.420413+0000 mgr.y (mgr.24491) 9727 : cluster [DBG] pgmap v8589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:48.420852+0000 mgr.y (mgr.24491) 9728 : cluster [DBG] pgmap v8590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:48.420852+0000 mgr.y (mgr.24491) 9728 : cluster [DBG] pgmap v8590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:48.420852+0000 mgr.y (mgr.24491) 9728 : cluster [DBG] pgmap v8590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:50.421520+0000 mgr.y (mgr.24491) 9729 : cluster [DBG] pgmap v8591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:50.421520+0000 mgr.y (mgr.24491) 9729 : cluster [DBG] pgmap v8591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:50.421520+0000 mgr.y (mgr.24491) 9729 : cluster [DBG] pgmap v8591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:18:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:52.421909+0000 mgr.y (mgr.24491) 9730 : cluster [DBG] pgmap v8592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:52.421909+0000 mgr.y (mgr.24491) 9730 : cluster [DBG] pgmap v8592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:52.421909+0000 mgr.y (mgr.24491) 9730 : cluster [DBG] pgmap v8592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:54.422514+0000 mgr.y (mgr.24491) 9731 : cluster [DBG] pgmap v8593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:54.422514+0000 mgr.y (mgr.24491) 9731 : cluster [DBG] pgmap v8593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:54.422514+0000 mgr.y (mgr.24491) 9731 : cluster [DBG] pgmap v8593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:56.423045+0000 mgr.y (mgr.24491) 9732 : cluster [DBG] pgmap v8594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:18:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:18:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:56.423045+0000 mgr.y (mgr.24491) 9732 : cluster [DBG] pgmap v8594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:56.423045+0000 mgr.y (mgr.24491) 9732 : cluster [DBG] pgmap v8594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:18:58.423552+0000 mgr.y (mgr.24491) 9733 : cluster [DBG] pgmap v8595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:18:58.423552+0000 mgr.y (mgr.24491) 9733 : cluster [DBG] pgmap v8595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:18:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:18:58.423552+0000 mgr.y (mgr.24491) 9733 : cluster [DBG] pgmap v8595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:01.486 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:19:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:00.424382+0000 mgr.y (mgr.24491) 9734 : cluster [DBG] pgmap v8596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:00.424382+0000 mgr.y (mgr.24491) 9734 : cluster [DBG] pgmap v8596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:00.424382+0000 mgr.y (mgr.24491) 9734 : cluster [DBG] pgmap v8596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:02.424840+0000 mgr.y (mgr.24491) 9735 : cluster [DBG] pgmap v8597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:02.424840+0000 mgr.y (mgr.24491) 9735 : cluster [DBG] pgmap v8597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:02.424840+0000 mgr.y (mgr.24491) 9735 : cluster [DBG] pgmap v8597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:04.425493+0000 mgr.y (mgr.24491) 9736 : cluster [DBG] pgmap v8598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:04.425493+0000 mgr.y (mgr.24491) 9736 : cluster [DBG] pgmap v8598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:04.425493+0000 mgr.y (mgr.24491) 9736 : cluster [DBG] pgmap v8598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:06.426069+0000 mgr.y (mgr.24491) 9737 : cluster [DBG] pgmap v8599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:06.426069+0000 mgr.y (mgr.24491) 9737 : cluster [DBG] pgmap v8599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:06.426069+0000 mgr.y (mgr.24491) 9737 : cluster [DBG] pgmap v8599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:07] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:19:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:08.426507+0000 mgr.y (mgr.24491) 9738 : cluster [DBG] pgmap v8600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:08.426507+0000 mgr.y (mgr.24491) 9738 : cluster [DBG] pgmap v8600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:08.426507+0000 mgr.y (mgr.24491) 9738 : cluster [DBG] pgmap v8600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:11.280 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:19:11.482 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:19:11.559 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:19:11.559 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 10m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:19:11.559 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 10m ago 4h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:19:11.559 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 10m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:19:11.559 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 10m ago 4h 24.6M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:19:11.559 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 10m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:19:11.559 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 10m ago 4h 472M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:19:11.560 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 10m ago 4h 789M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:19:11.560 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 10m ago 4h 413M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:19:11.560 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 10m ago 4h 418M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:19:11.560 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 10m ago 4h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:19:11.560 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 10m ago 4h 24.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:19:11.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 10m ago 4h 45.2M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:19:11.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 10m ago 4h 45.0M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:19:11.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 10m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:19:11.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 10m ago 4h 41.3M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:19:11.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 10m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:19:11.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 10m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:19:11.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 10m ago 4h 42.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:19:11.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 10m ago 4h 43.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:19:11.561 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 10m ago 4h 106M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:19:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:10.427333+0000 mgr.y (mgr.24491) 9739 : cluster [DBG] pgmap v8601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:11.890 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:19:11.890 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:19:11.890 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:19:11.890 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:19:11.890 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:19:11.891 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:19:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:10.427333+0000 mgr.y (mgr.24491) 9739 : cluster [DBG] pgmap v8601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:10.427333+0000 mgr.y (mgr.24491) 9739 : cluster [DBG] pgmap v8601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:11.269653+0000 mgr.y (mgr.24491) 9740 : audit [DBG] from='client.24858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:11.552511+0000 mgr.y (mgr.24491) 9741 : audit [DBG] from='client.34769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:11.891215+0000 mon.a (mon.0) 2354 : audit [DBG] from='client.? 172.21.15.177:0/564077255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:19:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:11.269653+0000 mgr.y (mgr.24491) 9740 : audit [DBG] from='client.24858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:11.552511+0000 mgr.y (mgr.24491) 9741 : audit [DBG] from='client.34769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:11.891215+0000 mon.a (mon.0) 2354 : audit [DBG] from='client.? 172.21.15.177:0/564077255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:19:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:11.269653+0000 mgr.y (mgr.24491) 9740 : audit [DBG] from='client.24858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:11.552511+0000 mgr.y (mgr.24491) 9741 : audit [DBG] from='client.34769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:12.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:11.891215+0000 mon.a (mon.0) 2354 : audit [DBG] from='client.? 172.21.15.177:0/564077255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:19:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:12.427796+0000 mgr.y (mgr.24491) 9742 : cluster [DBG] pgmap v8602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:12.427796+0000 mgr.y (mgr.24491) 9742 : cluster [DBG] pgmap v8602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:12.427796+0000 mgr.y (mgr.24491) 9742 : cluster [DBG] pgmap v8602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:14.428440+0000 mgr.y (mgr.24491) 9743 : cluster [DBG] pgmap v8603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:15.006778+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:19:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:14.428440+0000 mgr.y (mgr.24491) 9743 : cluster [DBG] pgmap v8603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:15.006778+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:19:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:14.428440+0000 mgr.y (mgr.24491) 9743 : cluster [DBG] pgmap v8603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:15.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:15.006778+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:19:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:16.428834+0000 mgr.y (mgr.24491) 9744 : cluster [DBG] pgmap v8604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:16.428834+0000 mgr.y (mgr.24491) 9744 : cluster [DBG] pgmap v8604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:17] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:19:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:16.428834+0000 mgr.y (mgr.24491) 9744 : cluster [DBG] pgmap v8604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:17.570763+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:19:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:18.349353+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:19:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:17.570763+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:19:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:18.349353+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:19:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:17.570763+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:19:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:18.349353+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:19:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:18.429168+0000 mgr.y (mgr.24491) 9745 : cluster [DBG] pgmap v8605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:18.617062+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:19:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:18.617799+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:19:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:18.622660+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:19:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:18.429168+0000 mgr.y (mgr.24491) 9745 : cluster [DBG] pgmap v8605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:18.617062+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:19:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:18.617799+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:19:19.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:18.622660+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:19:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:18.429168+0000 mgr.y (mgr.24491) 9745 : cluster [DBG] pgmap v8605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:18.617062+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:19:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:18.617799+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:19:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:18.622660+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:19:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:19:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:20.429911+0000 mgr.y (mgr.24491) 9746 : cluster [DBG] pgmap v8606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:20.429911+0000 mgr.y (mgr.24491) 9746 : cluster [DBG] pgmap v8606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:20.429911+0000 mgr.y (mgr.24491) 9746 : cluster [DBG] pgmap v8606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:22.430304+0000 mgr.y (mgr.24491) 9747 : cluster [DBG] pgmap v8607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:22.430304+0000 mgr.y (mgr.24491) 9747 : cluster [DBG] pgmap v8607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:22.430304+0000 mgr.y (mgr.24491) 9747 : cluster [DBG] pgmap v8607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:24.431029+0000 mgr.y (mgr.24491) 9748 : cluster [DBG] pgmap v8608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:24.431029+0000 mgr.y (mgr.24491) 9748 : cluster [DBG] pgmap v8608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:24.431029+0000 mgr.y (mgr.24491) 9748 : cluster [DBG] pgmap v8608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:26.431481+0000 mgr.y (mgr.24491) 9749 : cluster [DBG] pgmap v8609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:27] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:19:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:26.431481+0000 mgr.y (mgr.24491) 9749 : cluster [DBG] pgmap v8609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:26.431481+0000 mgr.y (mgr.24491) 9749 : cluster [DBG] pgmap v8609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:28.432072+0000 mgr.y (mgr.24491) 9750 : cluster [DBG] pgmap v8610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:28.432072+0000 mgr.y (mgr.24491) 9750 : cluster [DBG] pgmap v8610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:28.432072+0000 mgr.y (mgr.24491) 9750 : cluster [DBG] pgmap v8610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:19:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:30.432727+0000 mgr.y (mgr.24491) 9751 : cluster [DBG] pgmap v8611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:30.432727+0000 mgr.y (mgr.24491) 9751 : cluster [DBG] pgmap v8611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:30.432727+0000 mgr.y (mgr.24491) 9751 : cluster [DBG] pgmap v8611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:32.433256+0000 mgr.y (mgr.24491) 9752 : cluster [DBG] pgmap v8612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:32.433256+0000 mgr.y (mgr.24491) 9752 : cluster [DBG] pgmap v8612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:32.433256+0000 mgr.y (mgr.24491) 9752 : cluster [DBG] pgmap v8612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:34.433917+0000 mgr.y (mgr.24491) 9753 : cluster [DBG] pgmap v8613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:34.433917+0000 mgr.y (mgr.24491) 9753 : cluster [DBG] pgmap v8613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:34.433917+0000 mgr.y (mgr.24491) 9753 : cluster [DBG] pgmap v8613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:37] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:19:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:36.434364+0000 mgr.y (mgr.24491) 9754 : cluster [DBG] pgmap v8614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:36.434364+0000 mgr.y (mgr.24491) 9754 : cluster [DBG] pgmap v8614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:36.434364+0000 mgr.y (mgr.24491) 9754 : cluster [DBG] pgmap v8614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:39.905 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:38.434757+0000 mgr.y (mgr.24491) 9755 : cluster [DBG] pgmap v8615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:39.905 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:38.434757+0000 mgr.y (mgr.24491) 9755 : cluster [DBG] pgmap v8615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:38.434757+0000 mgr.y (mgr.24491) 9755 : cluster [DBG] pgmap v8615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:19:41.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:40.435464+0000 mgr.y (mgr.24491) 9756 : cluster [DBG] pgmap v8616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:41.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:40.435464+0000 mgr.y (mgr.24491) 9756 : cluster [DBG] pgmap v8616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:42.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:40.435464+0000 mgr.y (mgr.24491) 9756 : cluster [DBG] pgmap v8616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:42.204 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:19:42.485 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:19:42.486 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 24s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:19:42.486 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 24s ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:19:42.486 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 24s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:19:42.486 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 24s ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:19:42.487 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 24s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:19:42.487 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 24s ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:19:42.487 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 24s ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:19:42.487 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 24s ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:19:42.487 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 24s ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:19:42.487 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 24s ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:19:42.487 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 24s ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:19:42.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 24s ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:19:42.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 24s ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:19:42.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 24s ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:19:42.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 24s ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:19:42.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 24s ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:19:42.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 24s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:19:42.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 24s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:19:42.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 24s ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:19:42.488 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 24s ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:19:42.823 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:19:42.825 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:19:42.825 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:19:42.825 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:19:42.825 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:19:42.825 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:19:42.825 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:19:42.825 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:19:42.825 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:19:42.825 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:19:42.826 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:19:42.826 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:19:42.826 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:19:42.826 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:19:42.826 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:19:42.826 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:19:42.826 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:19:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:42.190045+0000 mgr.y (mgr.24491) 9757 : audit [DBG] from='client.24876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:42.435832+0000 mgr.y (mgr.24491) 9758 : cluster [DBG] pgmap v8617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:42.474398+0000 mgr.y (mgr.24491) 9759 : audit [DBG] from='client.24882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:19:42.820590+0000 mon.c (mon.2) 320 : audit [DBG] from='client.? 172.21.15.177:0/1043094854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:19:43.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:42.190045+0000 mgr.y (mgr.24491) 9757 : audit [DBG] from='client.24876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:43.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:42.435832+0000 mgr.y (mgr.24491) 9758 : cluster [DBG] pgmap v8617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:43.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:42.474398+0000 mgr.y (mgr.24491) 9759 : audit [DBG] from='client.24882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:43.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:19:42.820590+0000 mon.c (mon.2) 320 : audit [DBG] from='client.? 172.21.15.177:0/1043094854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:19:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:42.190045+0000 mgr.y (mgr.24491) 9757 : audit [DBG] from='client.24876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:42.435832+0000 mgr.y (mgr.24491) 9758 : cluster [DBG] pgmap v8617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:42.474398+0000 mgr.y (mgr.24491) 9759 : audit [DBG] from='client.24882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:19:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:19:42.820590+0000 mon.c (mon.2) 320 : audit [DBG] from='client.? 172.21.15.177:0/1043094854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:19:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:44.436439+0000 mgr.y (mgr.24491) 9760 : cluster [DBG] pgmap v8618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:44.436439+0000 mgr.y (mgr.24491) 9760 : cluster [DBG] pgmap v8618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:44.436439+0000 mgr.y (mgr.24491) 9760 : cluster [DBG] pgmap v8618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:47] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:19:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:46.437008+0000 mgr.y (mgr.24491) 9761 : cluster [DBG] pgmap v8619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:46.437008+0000 mgr.y (mgr.24491) 9761 : cluster [DBG] pgmap v8619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:46.437008+0000 mgr.y (mgr.24491) 9761 : cluster [DBG] pgmap v8619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:48.437556+0000 mgr.y (mgr.24491) 9762 : cluster [DBG] pgmap v8620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:48.437556+0000 mgr.y (mgr.24491) 9762 : cluster [DBG] pgmap v8620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:48.437556+0000 mgr.y (mgr.24491) 9762 : cluster [DBG] pgmap v8620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:19:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:50.438312+0000 mgr.y (mgr.24491) 9763 : cluster [DBG] pgmap v8621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:50.438312+0000 mgr.y (mgr.24491) 9763 : cluster [DBG] pgmap v8621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:50.438312+0000 mgr.y (mgr.24491) 9763 : cluster [DBG] pgmap v8621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:52.438798+0000 mgr.y (mgr.24491) 9764 : cluster [DBG] pgmap v8622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:52.438798+0000 mgr.y (mgr.24491) 9764 : cluster [DBG] pgmap v8622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:52.438798+0000 mgr.y (mgr.24491) 9764 : cluster [DBG] pgmap v8622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:54.439660+0000 mgr.y (mgr.24491) 9765 : cluster [DBG] pgmap v8623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:54.439660+0000 mgr.y (mgr.24491) 9765 : cluster [DBG] pgmap v8623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:54.439660+0000 mgr.y (mgr.24491) 9765 : cluster [DBG] pgmap v8623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:19:57] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:19:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:56.440073+0000 mgr.y (mgr.24491) 9766 : cluster [DBG] pgmap v8624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:56.440073+0000 mgr.y (mgr.24491) 9766 : cluster [DBG] pgmap v8624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:56.440073+0000 mgr.y (mgr.24491) 9766 : cluster [DBG] pgmap v8624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:19:58.440499+0000 mgr.y (mgr.24491) 9767 : cluster [DBG] pgmap v8625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:19:58.440499+0000 mgr.y (mgr.24491) 9767 : cluster [DBG] pgmap v8625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:19:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:19:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:19:58.440499+0000 mgr.y (mgr.24491) 9767 : cluster [DBG] pgmap v8625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T08:19:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:20:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:00.000152+0000 mon.a (mon.0) 2361 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:20:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:00.000152+0000 mon.a (mon.0) 2361 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:20:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:00.000152+0000 mon.a (mon.0) 2361 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:20:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:20:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:00.441200+0000 mgr.y (mgr.24491) 9768 : cluster [DBG] pgmap v8626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:00.441200+0000 mgr.y (mgr.24491) 9768 : cluster [DBG] pgmap v8626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:00.441200+0000 mgr.y (mgr.24491) 9768 : cluster [DBG] pgmap v8626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:02.441697+0000 mgr.y (mgr.24491) 9769 : cluster [DBG] pgmap v8627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:02.441697+0000 mgr.y (mgr.24491) 9769 : cluster [DBG] pgmap v8627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:02.441697+0000 mgr.y (mgr.24491) 9769 : cluster [DBG] pgmap v8627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:04.442549+0000 mgr.y (mgr.24491) 9770 : cluster [DBG] pgmap v8628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:04.442549+0000 mgr.y (mgr.24491) 9770 : cluster [DBG] pgmap v8628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:04.442549+0000 mgr.y (mgr.24491) 9770 : cluster [DBG] pgmap v8628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:06.443119+0000 mgr.y (mgr.24491) 9771 : cluster [DBG] pgmap v8629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:07] "GET /metrics HTTP/1.1" 200 188364 "" "Prometheus/2.33.4" 2024-04-20T08:20:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:06.443119+0000 mgr.y (mgr.24491) 9771 : cluster [DBG] pgmap v8629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:06.443119+0000 mgr.y (mgr.24491) 9771 : cluster [DBG] pgmap v8629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:08.443567+0000 mgr.y (mgr.24491) 9772 : cluster [DBG] pgmap v8630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:08.443567+0000 mgr.y (mgr.24491) 9772 : cluster [DBG] pgmap v8630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:08.443567+0000 mgr.y (mgr.24491) 9772 : cluster [DBG] pgmap v8630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:20:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:10.444392+0000 mgr.y (mgr.24491) 9773 : cluster [DBG] pgmap v8631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:10.444392+0000 mgr.y (mgr.24491) 9773 : cluster [DBG] pgmap v8631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:10.444392+0000 mgr.y (mgr.24491) 9773 : cluster [DBG] pgmap v8631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:13.132 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:20:13.407 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:20:13.407 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 55s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:20:13.407 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 55s ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:20:13.407 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 55s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:20:13.407 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 55s ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:20:13.407 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 55s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:20:13.408 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 55s ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:20:13.408 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 55s ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:20:13.408 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 55s ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:20:13.408 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 55s ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:20:13.408 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 55s ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:20:13.408 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 55s ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:20:13.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 55s ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:20:13.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 55s ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:20:13.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 55s ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:20:13.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 55s ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:20:13.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 55s ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:20:13.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 55s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:20:13.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 55s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:20:13.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 55s ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:20:13.409 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 55s ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:20:13.741 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:20:13.741 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:20:13.741 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:20:13.742 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:20:13.742 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:20:13.742 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:20:13.742 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:20:13.742 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:20:13.742 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:20:13.742 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:20:13.742 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:20:13.742 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:20:13.742 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:20:13.743 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:20:13.743 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:20:13.743 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:20:13.743 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:20:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:12.444864+0000 mgr.y (mgr.24491) 9774 : cluster [DBG] pgmap v8632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:12.444864+0000 mgr.y (mgr.24491) 9774 : cluster [DBG] pgmap v8632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:12.444864+0000 mgr.y (mgr.24491) 9774 : cluster [DBG] pgmap v8632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:20:13.120510+0000 mgr.y (mgr.24491) 9775 : audit [DBG] from='client.34799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:20:13.400494+0000 mgr.y (mgr.24491) 9776 : audit [DBG] from='client.24900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:20:13.742381+0000 mon.a (mon.0) 2362 : audit [DBG] from='client.? 172.21.15.177:0/1806787947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:20:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:20:13.120510+0000 mgr.y (mgr.24491) 9775 : audit [DBG] from='client.34799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:20:13.400494+0000 mgr.y (mgr.24491) 9776 : audit [DBG] from='client.24900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:20:13.742381+0000 mon.a (mon.0) 2362 : audit [DBG] from='client.? 172.21.15.177:0/1806787947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:20:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:20:13.120510+0000 mgr.y (mgr.24491) 9775 : audit [DBG] from='client.34799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:20:13.400494+0000 mgr.y (mgr.24491) 9776 : audit [DBG] from='client.24900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:20:13.742381+0000 mon.a (mon.0) 2362 : audit [DBG] from='client.? 172.21.15.177:0/1806787947' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:20:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:14.445460+0000 mgr.y (mgr.24491) 9777 : cluster [DBG] pgmap v8633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:14.445460+0000 mgr.y (mgr.24491) 9777 : cluster [DBG] pgmap v8633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:14.445460+0000 mgr.y (mgr.24491) 9777 : cluster [DBG] pgmap v8633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:16.445906+0000 mgr.y (mgr.24491) 9778 : cluster [DBG] pgmap v8634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:17] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:20:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:16.445906+0000 mgr.y (mgr.24491) 9778 : cluster [DBG] pgmap v8634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:16.445906+0000 mgr.y (mgr.24491) 9778 : cluster [DBG] pgmap v8634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:20:18.627696+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:20:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:20:18.627696+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:20:19.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:20:18.627696+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:20:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:18.446339+0000 mgr.y (mgr.24491) 9779 : cluster [DBG] pgmap v8635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:20:18.924428+0000 mon.a (mon.0) 2364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:20:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:20:18.925140+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:20:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:20:18.930489+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:20:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:18.446339+0000 mgr.y (mgr.24491) 9779 : cluster [DBG] pgmap v8635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:20:18.924428+0000 mon.a (mon.0) 2364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:20:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:20:18.925140+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:20:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:20:18.930489+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:20:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:18.446339+0000 mgr.y (mgr.24491) 9779 : cluster [DBG] pgmap v8635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:20:18.924428+0000 mon.a (mon.0) 2364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:20:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:20:18.925140+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:20:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:20:18.930489+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:20:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:20:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:20.447157+0000 mgr.y (mgr.24491) 9780 : cluster [DBG] pgmap v8636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:20.447157+0000 mgr.y (mgr.24491) 9780 : cluster [DBG] pgmap v8636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:20.447157+0000 mgr.y (mgr.24491) 9780 : cluster [DBG] pgmap v8636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:22.447571+0000 mgr.y (mgr.24491) 9781 : cluster [DBG] pgmap v8637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:24.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:22.447571+0000 mgr.y (mgr.24491) 9781 : cluster [DBG] pgmap v8637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:24.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:22.447571+0000 mgr.y (mgr.24491) 9781 : cluster [DBG] pgmap v8637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:24.448271+0000 mgr.y (mgr.24491) 9782 : cluster [DBG] pgmap v8638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:24.448271+0000 mgr.y (mgr.24491) 9782 : cluster [DBG] pgmap v8638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:24.448271+0000 mgr.y (mgr.24491) 9782 : cluster [DBG] pgmap v8638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:26.448709+0000 mgr.y (mgr.24491) 9783 : cluster [DBG] pgmap v8639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:27] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:20:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:26.448709+0000 mgr.y (mgr.24491) 9783 : cluster [DBG] pgmap v8639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:26.448709+0000 mgr.y (mgr.24491) 9783 : cluster [DBG] pgmap v8639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:28.449229+0000 mgr.y (mgr.24491) 9784 : cluster [DBG] pgmap v8640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:28.449229+0000 mgr.y (mgr.24491) 9784 : cluster [DBG] pgmap v8640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:28.449229+0000 mgr.y (mgr.24491) 9784 : cluster [DBG] pgmap v8640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:20:32.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:30.449856+0000 mgr.y (mgr.24491) 9785 : cluster [DBG] pgmap v8641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:30.449856+0000 mgr.y (mgr.24491) 9785 : cluster [DBG] pgmap v8641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:30.449856+0000 mgr.y (mgr.24491) 9785 : cluster [DBG] pgmap v8641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:32.450286+0000 mgr.y (mgr.24491) 9786 : cluster [DBG] pgmap v8642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:32.450286+0000 mgr.y (mgr.24491) 9786 : cluster [DBG] pgmap v8642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:32.450286+0000 mgr.y (mgr.24491) 9786 : cluster [DBG] pgmap v8642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:34.451007+0000 mgr.y (mgr.24491) 9787 : cluster [DBG] pgmap v8643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:34.451007+0000 mgr.y (mgr.24491) 9787 : cluster [DBG] pgmap v8643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:34.451007+0000 mgr.y (mgr.24491) 9787 : cluster [DBG] pgmap v8643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:36.451550+0000 mgr.y (mgr.24491) 9788 : cluster [DBG] pgmap v8644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:37] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:20:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:36.451550+0000 mgr.y (mgr.24491) 9788 : cluster [DBG] pgmap v8644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:36.451550+0000 mgr.y (mgr.24491) 9788 : cluster [DBG] pgmap v8644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:38.452126+0000 mgr.y (mgr.24491) 9789 : cluster [DBG] pgmap v8645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:38.452126+0000 mgr.y (mgr.24491) 9789 : cluster [DBG] pgmap v8645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:38.452126+0000 mgr.y (mgr.24491) 9789 : cluster [DBG] pgmap v8645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:20:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:40.452775+0000 mgr.y (mgr.24491) 9790 : cluster [DBG] pgmap v8646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:40.452775+0000 mgr.y (mgr.24491) 9790 : cluster [DBG] pgmap v8646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:40.452775+0000 mgr.y (mgr.24491) 9790 : cluster [DBG] pgmap v8646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:42.453349+0000 mgr.y (mgr.24491) 9791 : cluster [DBG] pgmap v8647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:44.054 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:20:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:42.453349+0000 mgr.y (mgr.24491) 9791 : cluster [DBG] pgmap v8647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:42.453349+0000 mgr.y (mgr.24491) 9791 : cluster [DBG] pgmap v8647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:44.332 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:20:44.332 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 86s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:20:44.333 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 85s ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:20:44.333 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 86s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:20:44.333 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 85s ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:20:44.333 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 85s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:20:44.333 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 86s ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:20:44.333 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 86s ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:20:44.333 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 85s ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:20:44.333 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 86s ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:20:44.333 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 86s ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:20:44.333 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 85s ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:20:44.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 86s ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:20:44.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 86s ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:20:44.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 86s ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:20:44.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 86s ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:20:44.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 85s ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:20:44.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 85s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:20:44.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 85s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:20:44.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 85s ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:20:44.334 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 85s ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:20:44.666 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:20:44.666 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:20:44.666 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:20:44.666 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:20:44.666 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:20:44.666 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:20:44.666 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:20:44.667 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:20:44.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:20:44.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:20:44.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:20:44.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:20:44.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:20:44.667 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:20:44.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:20:44.667 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:20:44.667 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:20:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:20:44.667134+0000 mon.c (mon.2) 321 : audit [DBG] from='client.? 172.21.15.177:0/2310724615' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:20:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:20:44.667134+0000 mon.c (mon.2) 321 : audit [DBG] from='client.? 172.21.15.177:0/2310724615' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:20:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:20:44.667134+0000 mon.c (mon.2) 321 : audit [DBG] from='client.? 172.21.15.177:0/2310724615' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:20:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:20:44.043039+0000 mgr.y (mgr.24491) 9792 : audit [DBG] from='client.34817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:20:44.326134+0000 mgr.y (mgr.24491) 9793 : audit [DBG] from='client.34823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:44.453957+0000 mgr.y (mgr.24491) 9794 : cluster [DBG] pgmap v8648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:20:44.043039+0000 mgr.y (mgr.24491) 9792 : audit [DBG] from='client.34817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:20:44.326134+0000 mgr.y (mgr.24491) 9793 : audit [DBG] from='client.34823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:44.453957+0000 mgr.y (mgr.24491) 9794 : cluster [DBG] pgmap v8648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:20:44.043039+0000 mgr.y (mgr.24491) 9792 : audit [DBG] from='client.34817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:20:44.326134+0000 mgr.y (mgr.24491) 9793 : audit [DBG] from='client.34823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:20:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:44.453957+0000 mgr.y (mgr.24491) 9794 : cluster [DBG] pgmap v8648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:48.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:46.454311+0000 mgr.y (mgr.24491) 9795 : cluster [DBG] pgmap v8649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:47] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:20:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:46.454311+0000 mgr.y (mgr.24491) 9795 : cluster [DBG] pgmap v8649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:46.454311+0000 mgr.y (mgr.24491) 9795 : cluster [DBG] pgmap v8649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:48.454864+0000 mgr.y (mgr.24491) 9796 : cluster [DBG] pgmap v8650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:48.454864+0000 mgr.y (mgr.24491) 9796 : cluster [DBG] pgmap v8650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:48.454864+0000 mgr.y (mgr.24491) 9796 : cluster [DBG] pgmap v8650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:20:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:50.455632+0000 mgr.y (mgr.24491) 9797 : cluster [DBG] pgmap v8651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:50.455632+0000 mgr.y (mgr.24491) 9797 : cluster [DBG] pgmap v8651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:50.455632+0000 mgr.y (mgr.24491) 9797 : cluster [DBG] pgmap v8651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:52.456120+0000 mgr.y (mgr.24491) 9798 : cluster [DBG] pgmap v8652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:52.456120+0000 mgr.y (mgr.24491) 9798 : cluster [DBG] pgmap v8652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:52.456120+0000 mgr.y (mgr.24491) 9798 : cluster [DBG] pgmap v8652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:54.456842+0000 mgr.y (mgr.24491) 9799 : cluster [DBG] pgmap v8653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:54.456842+0000 mgr.y (mgr.24491) 9799 : cluster [DBG] pgmap v8653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:54.456842+0000 mgr.y (mgr.24491) 9799 : cluster [DBG] pgmap v8653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:20:57] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:20:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:56.457299+0000 mgr.y (mgr.24491) 9800 : cluster [DBG] pgmap v8654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:56.457299+0000 mgr.y (mgr.24491) 9800 : cluster [DBG] pgmap v8654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:20:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:56.457299+0000 mgr.y (mgr.24491) 9800 : cluster [DBG] pgmap v8654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:20:58.457709+0000 mgr.y (mgr.24491) 9801 : cluster [DBG] pgmap v8655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:20:58.457709+0000 mgr.y (mgr.24491) 9801 : cluster [DBG] pgmap v8655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:20:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:20:58.457709+0000 mgr.y (mgr.24491) 9801 : cluster [DBG] pgmap v8655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:21:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:00.458425+0000 mgr.y (mgr.24491) 9802 : cluster [DBG] pgmap v8656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:00.458425+0000 mgr.y (mgr.24491) 9802 : cluster [DBG] pgmap v8656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:00.458425+0000 mgr.y (mgr.24491) 9802 : cluster [DBG] pgmap v8656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:02.458997+0000 mgr.y (mgr.24491) 9803 : cluster [DBG] pgmap v8657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:02.458997+0000 mgr.y (mgr.24491) 9803 : cluster [DBG] pgmap v8657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:02.458997+0000 mgr.y (mgr.24491) 9803 : cluster [DBG] pgmap v8657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:04.459717+0000 mgr.y (mgr.24491) 9804 : cluster [DBG] pgmap v8658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:04.459717+0000 mgr.y (mgr.24491) 9804 : cluster [DBG] pgmap v8658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:04.459717+0000 mgr.y (mgr.24491) 9804 : cluster [DBG] pgmap v8658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:07.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:06.460177+0000 mgr.y (mgr.24491) 9805 : cluster [DBG] pgmap v8659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:06.460177+0000 mgr.y (mgr.24491) 9805 : cluster [DBG] pgmap v8659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:06.460177+0000 mgr.y (mgr.24491) 9805 : cluster [DBG] pgmap v8659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:07] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:21:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:08.460544+0000 mgr.y (mgr.24491) 9806 : cluster [DBG] pgmap v8660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:08.460544+0000 mgr.y (mgr.24491) 9806 : cluster [DBG] pgmap v8660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:08.460544+0000 mgr.y (mgr.24491) 9806 : cluster [DBG] pgmap v8660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:21:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:10.461141+0000 mgr.y (mgr.24491) 9807 : cluster [DBG] pgmap v8661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:10.461141+0000 mgr.y (mgr.24491) 9807 : cluster [DBG] pgmap v8661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:10.461141+0000 mgr.y (mgr.24491) 9807 : cluster [DBG] pgmap v8661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:12.461647+0000 mgr.y (mgr.24491) 9808 : cluster [DBG] pgmap v8662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:12.461647+0000 mgr.y (mgr.24491) 9808 : cluster [DBG] pgmap v8662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:12.461647+0000 mgr.y (mgr.24491) 9808 : cluster [DBG] pgmap v8662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:14.979 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:21:15.254 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 117s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 116s ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 117s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 116s ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 116s ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 117s ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 117s ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 116s ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 117s ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 117s ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 116s ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 117s ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 117s ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:21:15.255 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 117s ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:21:15.256 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 117s ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:21:15.256 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 116s ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:21:15.256 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 116s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:21:15.256 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 116s ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:21:15.256 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 116s ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:21:15.256 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 116s ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:21:15.591 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:21:15.591 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:21:15.591 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:21:15.591 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:21:15.592 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:21:15.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:21:15.592 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:21:15.592 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:21:15.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:21:15.592 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:21:15.592 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:21:15.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:21:15.592 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:21:15.592 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:21:15.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:21:15.593 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:21:15.593 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:21:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:14.462439+0000 mgr.y (mgr.24491) 9809 : cluster [DBG] pgmap v8663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:14.462439+0000 mgr.y (mgr.24491) 9809 : cluster [DBG] pgmap v8663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:14.462439+0000 mgr.y (mgr.24491) 9809 : cluster [DBG] pgmap v8663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:21:14.968339+0000 mgr.y (mgr.24491) 9810 : audit [DBG] from='client.34835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:21:15.248194+0000 mgr.y (mgr.24491) 9811 : audit [DBG] from='client.24936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:21:15.592300+0000 mon.c (mon.2) 322 : audit [DBG] from='client.? 172.21.15.177:0/220297991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:21:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:21:14.968339+0000 mgr.y (mgr.24491) 9810 : audit [DBG] from='client.34835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:21:15.248194+0000 mgr.y (mgr.24491) 9811 : audit [DBG] from='client.24936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:21:15.592300+0000 mon.c (mon.2) 322 : audit [DBG] from='client.? 172.21.15.177:0/220297991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:21:17.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:21:14.968339+0000 mgr.y (mgr.24491) 9810 : audit [DBG] from='client.34835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:17.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:21:15.248194+0000 mgr.y (mgr.24491) 9811 : audit [DBG] from='client.24936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:17.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:21:15.592300+0000 mon.c (mon.2) 322 : audit [DBG] from='client.? 172.21.15.177:0/220297991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:21:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:17] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:21:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:16.462882+0000 mgr.y (mgr.24491) 9812 : cluster [DBG] pgmap v8664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:16.462882+0000 mgr.y (mgr.24491) 9812 : cluster [DBG] pgmap v8664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:18.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:16.462882+0000 mgr.y (mgr.24491) 9812 : cluster [DBG] pgmap v8664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:18.463270+0000 mgr.y (mgr.24491) 9813 : cluster [DBG] pgmap v8665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:21:18.934645+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:21:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:21:19.227195+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:21:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:21:19.227859+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:21:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:21:19.231979+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:21:19.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:18.463270+0000 mgr.y (mgr.24491) 9813 : cluster [DBG] pgmap v8665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:19.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:21:18.934645+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:21:19.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:21:19.227195+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:21:19.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:21:19.227859+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:21:19.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:21:19.231979+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:21:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:18.463270+0000 mgr.y (mgr.24491) 9813 : cluster [DBG] pgmap v8665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:21:18.934645+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:21:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:21:19.227195+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:21:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:21:19.227859+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:21:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:21:19.231979+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:21:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:21:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:20.463958+0000 mgr.y (mgr.24491) 9814 : cluster [DBG] pgmap v8666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:20.463958+0000 mgr.y (mgr.24491) 9814 : cluster [DBG] pgmap v8666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:20.463958+0000 mgr.y (mgr.24491) 9814 : cluster [DBG] pgmap v8666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:22.464378+0000 mgr.y (mgr.24491) 9815 : cluster [DBG] pgmap v8667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:22.464378+0000 mgr.y (mgr.24491) 9815 : cluster [DBG] pgmap v8667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:22.464378+0000 mgr.y (mgr.24491) 9815 : cluster [DBG] pgmap v8667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:24.465054+0000 mgr.y (mgr.24491) 9816 : cluster [DBG] pgmap v8668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:24.465054+0000 mgr.y (mgr.24491) 9816 : cluster [DBG] pgmap v8668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:24.465054+0000 mgr.y (mgr.24491) 9816 : cluster [DBG] pgmap v8668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:26.465540+0000 mgr.y (mgr.24491) 9817 : cluster [DBG] pgmap v8669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:27] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:21:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:26.465540+0000 mgr.y (mgr.24491) 9817 : cluster [DBG] pgmap v8669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:26.465540+0000 mgr.y (mgr.24491) 9817 : cluster [DBG] pgmap v8669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:28.466134+0000 mgr.y (mgr.24491) 9818 : cluster [DBG] pgmap v8670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:28.466134+0000 mgr.y (mgr.24491) 9818 : cluster [DBG] pgmap v8670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:28.466134+0000 mgr.y (mgr.24491) 9818 : cluster [DBG] pgmap v8670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:21:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:30.466821+0000 mgr.y (mgr.24491) 9819 : cluster [DBG] pgmap v8671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:30.466821+0000 mgr.y (mgr.24491) 9819 : cluster [DBG] pgmap v8671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:30.466821+0000 mgr.y (mgr.24491) 9819 : cluster [DBG] pgmap v8671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:32.467261+0000 mgr.y (mgr.24491) 9820 : cluster [DBG] pgmap v8672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:32.467261+0000 mgr.y (mgr.24491) 9820 : cluster [DBG] pgmap v8672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:32.467261+0000 mgr.y (mgr.24491) 9820 : cluster [DBG] pgmap v8672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:34.467919+0000 mgr.y (mgr.24491) 9821 : cluster [DBG] pgmap v8673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:34.467919+0000 mgr.y (mgr.24491) 9821 : cluster [DBG] pgmap v8673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:34.467919+0000 mgr.y (mgr.24491) 9821 : cluster [DBG] pgmap v8673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:36.468465+0000 mgr.y (mgr.24491) 9822 : cluster [DBG] pgmap v8674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:37] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:21:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:36.468465+0000 mgr.y (mgr.24491) 9822 : cluster [DBG] pgmap v8674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:36.468465+0000 mgr.y (mgr.24491) 9822 : cluster [DBG] pgmap v8674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:38.468857+0000 mgr.y (mgr.24491) 9823 : cluster [DBG] pgmap v8675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:38.468857+0000 mgr.y (mgr.24491) 9823 : cluster [DBG] pgmap v8675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:38.468857+0000 mgr.y (mgr.24491) 9823 : cluster [DBG] pgmap v8675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:21:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:40.469598+0000 mgr.y (mgr.24491) 9824 : cluster [DBG] pgmap v8676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:40.469598+0000 mgr.y (mgr.24491) 9824 : cluster [DBG] pgmap v8676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:40.469598+0000 mgr.y (mgr.24491) 9824 : cluster [DBG] pgmap v8676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:42.470119+0000 mgr.y (mgr.24491) 9825 : cluster [DBG] pgmap v8677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:42.470119+0000 mgr.y (mgr.24491) 9825 : cluster [DBG] pgmap v8677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:42.470119+0000 mgr.y (mgr.24491) 9825 : cluster [DBG] pgmap v8677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:44.470700+0000 mgr.y (mgr.24491) 9826 : cluster [DBG] pgmap v8678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:44.470700+0000 mgr.y (mgr.24491) 9826 : cluster [DBG] pgmap v8678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:45.902 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:21:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:44.470700+0000 mgr.y (mgr.24491) 9826 : cluster [DBG] pgmap v8678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 2m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 2m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 2m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 2m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 2m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 2m ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 2m ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 2m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 2m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 2m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 2m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 2m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 2m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:21:46.179 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 2m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:21:46.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 2m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:21:46.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 2m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:21:46.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 2m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:21:46.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 2m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:21:46.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 2m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:21:46.180 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 2m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:21:46.513 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:21:46.513 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:21:46.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:21:46.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:21:46.513 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:21:46.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:21:46.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:21:46.513 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:21:46.514 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:21:46.514 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:21:46.514 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:21:46.514 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:21:46.514 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:21:46.514 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:21:46.514 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:21:46.514 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:21:46.514 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:21:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:21:46.514338+0000 mon.a (mon.0) 2371 : audit [DBG] from='client.? 172.21.15.177:0/513342918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:21:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:21:46.514338+0000 mon.a (mon.0) 2371 : audit [DBG] from='client.? 172.21.15.177:0/513342918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:21:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:21:46.514338+0000 mon.a (mon.0) 2371 : audit [DBG] from='client.? 172.21.15.177:0/513342918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:21:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:47] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:21:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:21:45.891730+0000 mgr.y (mgr.24491) 9827 : audit [DBG] from='client.34853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:21:46.172211+0000 mgr.y (mgr.24491) 9828 : audit [DBG] from='client.34859 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:46.471062+0000 mgr.y (mgr.24491) 9829 : cluster [DBG] pgmap v8679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:21:45.891730+0000 mgr.y (mgr.24491) 9827 : audit [DBG] from='client.34853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:21:46.172211+0000 mgr.y (mgr.24491) 9828 : audit [DBG] from='client.34859 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:46.471062+0000 mgr.y (mgr.24491) 9829 : cluster [DBG] pgmap v8679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:21:45.891730+0000 mgr.y (mgr.24491) 9827 : audit [DBG] from='client.34853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:21:46.172211+0000 mgr.y (mgr.24491) 9828 : audit [DBG] from='client.34859 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:21:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:46.471062+0000 mgr.y (mgr.24491) 9829 : cluster [DBG] pgmap v8679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:48.471530+0000 mgr.y (mgr.24491) 9830 : cluster [DBG] pgmap v8680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:49.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:48.471530+0000 mgr.y (mgr.24491) 9830 : cluster [DBG] pgmap v8680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:48.471530+0000 mgr.y (mgr.24491) 9830 : cluster [DBG] pgmap v8680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:21:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:50.472472+0000 mgr.y (mgr.24491) 9831 : cluster [DBG] pgmap v8681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:50.472472+0000 mgr.y (mgr.24491) 9831 : cluster [DBG] pgmap v8681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:50.472472+0000 mgr.y (mgr.24491) 9831 : cluster [DBG] pgmap v8681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:52.472971+0000 mgr.y (mgr.24491) 9832 : cluster [DBG] pgmap v8682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:52.472971+0000 mgr.y (mgr.24491) 9832 : cluster [DBG] pgmap v8682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:52.472971+0000 mgr.y (mgr.24491) 9832 : cluster [DBG] pgmap v8682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:54.473610+0000 mgr.y (mgr.24491) 9833 : cluster [DBG] pgmap v8683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:54.473610+0000 mgr.y (mgr.24491) 9833 : cluster [DBG] pgmap v8683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:54.473610+0000 mgr.y (mgr.24491) 9833 : cluster [DBG] pgmap v8683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:21:57] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:21:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:56.474130+0000 mgr.y (mgr.24491) 9834 : cluster [DBG] pgmap v8684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:56.474130+0000 mgr.y (mgr.24491) 9834 : cluster [DBG] pgmap v8684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:56.474130+0000 mgr.y (mgr.24491) 9834 : cluster [DBG] pgmap v8684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:21:58.474620+0000 mgr.y (mgr.24491) 9835 : cluster [DBG] pgmap v8685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:21:58.474620+0000 mgr.y (mgr.24491) 9835 : cluster [DBG] pgmap v8685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:21:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:21:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:21:58.474620+0000 mgr.y (mgr.24491) 9835 : cluster [DBG] pgmap v8685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:22:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:00.475349+0000 mgr.y (mgr.24491) 9836 : cluster [DBG] pgmap v8686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:00.475349+0000 mgr.y (mgr.24491) 9836 : cluster [DBG] pgmap v8686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:00.475349+0000 mgr.y (mgr.24491) 9836 : cluster [DBG] pgmap v8686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:02.475696+0000 mgr.y (mgr.24491) 9837 : cluster [DBG] pgmap v8687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:02.475696+0000 mgr.y (mgr.24491) 9837 : cluster [DBG] pgmap v8687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:02.475696+0000 mgr.y (mgr.24491) 9837 : cluster [DBG] pgmap v8687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:04.476476+0000 mgr.y (mgr.24491) 9838 : cluster [DBG] pgmap v8688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:04.476476+0000 mgr.y (mgr.24491) 9838 : cluster [DBG] pgmap v8688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:04.476476+0000 mgr.y (mgr.24491) 9838 : cluster [DBG] pgmap v8688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:07] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:22:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:06.476840+0000 mgr.y (mgr.24491) 9839 : cluster [DBG] pgmap v8689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:06.476840+0000 mgr.y (mgr.24491) 9839 : cluster [DBG] pgmap v8689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:06.476840+0000 mgr.y (mgr.24491) 9839 : cluster [DBG] pgmap v8689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:08.477247+0000 mgr.y (mgr.24491) 9840 : cluster [DBG] pgmap v8690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:08.477247+0000 mgr.y (mgr.24491) 9840 : cluster [DBG] pgmap v8690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:08.477247+0000 mgr.y (mgr.24491) 9840 : cluster [DBG] pgmap v8690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:22:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:10.478082+0000 mgr.y (mgr.24491) 9841 : cluster [DBG] pgmap v8691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:10.478082+0000 mgr.y (mgr.24491) 9841 : cluster [DBG] pgmap v8691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:10.478082+0000 mgr.y (mgr.24491) 9841 : cluster [DBG] pgmap v8691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:13.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:12.478491+0000 mgr.y (mgr.24491) 9842 : cluster [DBG] pgmap v8692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:13.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:12.478491+0000 mgr.y (mgr.24491) 9842 : cluster [DBG] pgmap v8692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:12.478491+0000 mgr.y (mgr.24491) 9842 : cluster [DBG] pgmap v8692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:14.479226+0000 mgr.y (mgr.24491) 9843 : cluster [DBG] pgmap v8693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:14.479226+0000 mgr.y (mgr.24491) 9843 : cluster [DBG] pgmap v8693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:14.479226+0000 mgr.y (mgr.24491) 9843 : cluster [DBG] pgmap v8693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:16.826 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:22:17.100 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:22:17.101 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 2m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:22:17.101 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 2m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:22:17.101 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 2m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:22:17.101 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 2m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:22:17.101 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 2m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:22:17.101 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 2m ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:22:17.101 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 2m ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:22:17.101 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 2m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:22:17.101 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 2m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:22:17.101 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 2m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:22:17.102 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 2m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:22:17.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 2m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:22:17.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 2m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:22:17.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 2m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:22:17.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 2m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:22:17.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 2m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:22:17.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 2m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:22:17.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 2m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:22:17.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 2m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:22:17.102 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 2m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:22:17.433 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:22:17.434 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:22:17.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:22:17.434 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:22:17.434 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:22:17.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:22:17.434 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:22:17.434 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:22:17.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:22:17.434 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:22:17.434 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:22:17.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:22:17.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:22:17.435 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:22:17.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:22:17.435 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:22:17.435 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:22:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:16.479785+0000 mgr.y (mgr.24491) 9844 : cluster [DBG] pgmap v8694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:22:16.814903+0000 mgr.y (mgr.24491) 9845 : audit [DBG] from='client.34871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:22:17.434526+0000 mon.a (mon.0) 2372 : audit [DBG] from='client.? 172.21.15.177:0/334818549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:22:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:16.479785+0000 mgr.y (mgr.24491) 9844 : cluster [DBG] pgmap v8694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:22:16.814903+0000 mgr.y (mgr.24491) 9845 : audit [DBG] from='client.34871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:22:17.434526+0000 mon.a (mon.0) 2372 : audit [DBG] from='client.? 172.21.15.177:0/334818549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:22:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:17] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:22:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:16.479785+0000 mgr.y (mgr.24491) 9844 : cluster [DBG] pgmap v8694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:22:16.814903+0000 mgr.y (mgr.24491) 9845 : audit [DBG] from='client.34871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:22:17.434526+0000 mon.a (mon.0) 2372 : audit [DBG] from='client.? 172.21.15.177:0/334818549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:22:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:22:17.094043+0000 mgr.y (mgr.24491) 9846 : audit [DBG] from='client.24972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:22:17.094043+0000 mgr.y (mgr.24491) 9846 : audit [DBG] from='client.24972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:22:17.094043+0000 mgr.y (mgr.24491) 9846 : audit [DBG] from='client.24972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:18.480261+0000 mgr.y (mgr.24491) 9847 : cluster [DBG] pgmap v8695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:22:19.236165+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:22:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:22:19.477703+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:22:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:18.480261+0000 mgr.y (mgr.24491) 9847 : cluster [DBG] pgmap v8695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:22:19.236165+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:22:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:22:19.477703+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:22:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:18.480261+0000 mgr.y (mgr.24491) 9847 : cluster [DBG] pgmap v8695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:22:19.236165+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:22:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:22:19.477703+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:22:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:22:19.758140+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:22:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:22:19.758771+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:22:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:22:19.763038+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:22:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:22:19.758140+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:22:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:22:19.758771+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:22:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:22:19.763038+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:22:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:22:19.758140+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:22:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:22:19.758771+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:22:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:22:19.763038+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:22:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:22:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:20.480914+0000 mgr.y (mgr.24491) 9848 : cluster [DBG] pgmap v8696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:20.480914+0000 mgr.y (mgr.24491) 9848 : cluster [DBG] pgmap v8696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:20.480914+0000 mgr.y (mgr.24491) 9848 : cluster [DBG] pgmap v8696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:22.481344+0000 mgr.y (mgr.24491) 9849 : cluster [DBG] pgmap v8697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:22.481344+0000 mgr.y (mgr.24491) 9849 : cluster [DBG] pgmap v8697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:22.481344+0000 mgr.y (mgr.24491) 9849 : cluster [DBG] pgmap v8697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:24.482068+0000 mgr.y (mgr.24491) 9850 : cluster [DBG] pgmap v8698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:24.482068+0000 mgr.y (mgr.24491) 9850 : cluster [DBG] pgmap v8698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:24.482068+0000 mgr.y (mgr.24491) 9850 : cluster [DBG] pgmap v8698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:27] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:22:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:26.482530+0000 mgr.y (mgr.24491) 9851 : cluster [DBG] pgmap v8699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:26.482530+0000 mgr.y (mgr.24491) 9851 : cluster [DBG] pgmap v8699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:26.482530+0000 mgr.y (mgr.24491) 9851 : cluster [DBG] pgmap v8699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:28.482925+0000 mgr.y (mgr.24491) 9852 : cluster [DBG] pgmap v8700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:28.482925+0000 mgr.y (mgr.24491) 9852 : cluster [DBG] pgmap v8700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:28.482925+0000 mgr.y (mgr.24491) 9852 : cluster [DBG] pgmap v8700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:22:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:30.483726+0000 mgr.y (mgr.24491) 9853 : cluster [DBG] pgmap v8701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:30.483726+0000 mgr.y (mgr.24491) 9853 : cluster [DBG] pgmap v8701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:30.483726+0000 mgr.y (mgr.24491) 9853 : cluster [DBG] pgmap v8701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:32.484180+0000 mgr.y (mgr.24491) 9854 : cluster [DBG] pgmap v8702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:32.484180+0000 mgr.y (mgr.24491) 9854 : cluster [DBG] pgmap v8702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:32.484180+0000 mgr.y (mgr.24491) 9854 : cluster [DBG] pgmap v8702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:34.484903+0000 mgr.y (mgr.24491) 9855 : cluster [DBG] pgmap v8703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:34.484903+0000 mgr.y (mgr.24491) 9855 : cluster [DBG] pgmap v8703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:34.484903+0000 mgr.y (mgr.24491) 9855 : cluster [DBG] pgmap v8703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:37] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T08:22:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:36.485333+0000 mgr.y (mgr.24491) 9856 : cluster [DBG] pgmap v8704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:36.485333+0000 mgr.y (mgr.24491) 9856 : cluster [DBG] pgmap v8704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:36.485333+0000 mgr.y (mgr.24491) 9856 : cluster [DBG] pgmap v8704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:38.485855+0000 mgr.y (mgr.24491) 9857 : cluster [DBG] pgmap v8705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:40.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:38.485855+0000 mgr.y (mgr.24491) 9857 : cluster [DBG] pgmap v8705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:38.485855+0000 mgr.y (mgr.24491) 9857 : cluster [DBG] pgmap v8705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:22:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:40.486710+0000 mgr.y (mgr.24491) 9858 : cluster [DBG] pgmap v8706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:40.486710+0000 mgr.y (mgr.24491) 9858 : cluster [DBG] pgmap v8706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:40.486710+0000 mgr.y (mgr.24491) 9858 : cluster [DBG] pgmap v8706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:42.487271+0000 mgr.y (mgr.24491) 9859 : cluster [DBG] pgmap v8707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:44.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:42.487271+0000 mgr.y (mgr.24491) 9859 : cluster [DBG] pgmap v8707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:42.487271+0000 mgr.y (mgr.24491) 9859 : cluster [DBG] pgmap v8707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:44.487976+0000 mgr.y (mgr.24491) 9860 : cluster [DBG] pgmap v8708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:44.487976+0000 mgr.y (mgr.24491) 9860 : cluster [DBG] pgmap v8708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:44.487976+0000 mgr.y (mgr.24491) 9860 : cluster [DBG] pgmap v8708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:47.753 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:22:48.032 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 3m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 3m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 3m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 3m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 3m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 3m ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 3m ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 3m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 3m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 3m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 3m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 3m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 3m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:22:48.033 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 3m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:22:48.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 3m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:22:48.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 3m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:22:48.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 3m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:22:48.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 3m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:22:48.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 3m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:22:48.034 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 3m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:22:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:46.488399+0000 mgr.y (mgr.24491) 9861 : cluster [DBG] pgmap v8709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:47] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:22:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:46.488399+0000 mgr.y (mgr.24491) 9861 : cluster [DBG] pgmap v8709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:46.488399+0000 mgr.y (mgr.24491) 9861 : cluster [DBG] pgmap v8709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:48.363 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:22:48.363 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:22:48.363 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:22:48.363 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:22:48.364 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:22:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:22:47.741676+0000 mgr.y (mgr.24491) 9862 : audit [DBG] from='client.34889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:22:48.364538+0000 mon.c (mon.2) 323 : audit [DBG] from='client.? 172.21.15.177:0/1960230497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:22:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:22:47.741676+0000 mgr.y (mgr.24491) 9862 : audit [DBG] from='client.34889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:22:48.364538+0000 mon.c (mon.2) 323 : audit [DBG] from='client.? 172.21.15.177:0/1960230497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:22:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:22:47.741676+0000 mgr.y (mgr.24491) 9862 : audit [DBG] from='client.34889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:22:48.364538+0000 mon.c (mon.2) 323 : audit [DBG] from='client.? 172.21.15.177:0/1960230497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:22:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:22:48.025964+0000 mgr.y (mgr.24491) 9863 : audit [DBG] from='client.34895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:48.488822+0000 mgr.y (mgr.24491) 9864 : cluster [DBG] pgmap v8710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:50.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:22:48.025964+0000 mgr.y (mgr.24491) 9863 : audit [DBG] from='client.34895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:50.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:48.488822+0000 mgr.y (mgr.24491) 9864 : cluster [DBG] pgmap v8710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:22:48.025964+0000 mgr.y (mgr.24491) 9863 : audit [DBG] from='client.34895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:22:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:48.488822+0000 mgr.y (mgr.24491) 9864 : cluster [DBG] pgmap v8710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:22:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:50.489657+0000 mgr.y (mgr.24491) 9865 : cluster [DBG] pgmap v8711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:50.489657+0000 mgr.y (mgr.24491) 9865 : cluster [DBG] pgmap v8711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:50.489657+0000 mgr.y (mgr.24491) 9865 : cluster [DBG] pgmap v8711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:52.490269+0000 mgr.y (mgr.24491) 9866 : cluster [DBG] pgmap v8712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:54.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:52.490269+0000 mgr.y (mgr.24491) 9866 : cluster [DBG] pgmap v8712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:52.490269+0000 mgr.y (mgr.24491) 9866 : cluster [DBG] pgmap v8712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:54.490984+0000 mgr.y (mgr.24491) 9867 : cluster [DBG] pgmap v8713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:54.490984+0000 mgr.y (mgr.24491) 9867 : cluster [DBG] pgmap v8713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:54.490984+0000 mgr.y (mgr.24491) 9867 : cluster [DBG] pgmap v8713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:22:57] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:22:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:56.491496+0000 mgr.y (mgr.24491) 9868 : cluster [DBG] pgmap v8714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:56.491496+0000 mgr.y (mgr.24491) 9868 : cluster [DBG] pgmap v8714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:22:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:56.491496+0000 mgr.y (mgr.24491) 9868 : cluster [DBG] pgmap v8714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:22:58.491987+0000 mgr.y (mgr.24491) 9869 : cluster [DBG] pgmap v8715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:22:58.491987+0000 mgr.y (mgr.24491) 9869 : cluster [DBG] pgmap v8715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:22:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:22:58.491987+0000 mgr.y (mgr.24491) 9869 : cluster [DBG] pgmap v8715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:23:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:00.492686+0000 mgr.y (mgr.24491) 9870 : cluster [DBG] pgmap v8716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:00.492686+0000 mgr.y (mgr.24491) 9870 : cluster [DBG] pgmap v8716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:00.492686+0000 mgr.y (mgr.24491) 9870 : cluster [DBG] pgmap v8716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:02.493254+0000 mgr.y (mgr.24491) 9871 : cluster [DBG] pgmap v8717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:02.493254+0000 mgr.y (mgr.24491) 9871 : cluster [DBG] pgmap v8717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:02.493254+0000 mgr.y (mgr.24491) 9871 : cluster [DBG] pgmap v8717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:04.494059+0000 mgr.y (mgr.24491) 9872 : cluster [DBG] pgmap v8718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:04.494059+0000 mgr.y (mgr.24491) 9872 : cluster [DBG] pgmap v8718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:04.494059+0000 mgr.y (mgr.24491) 9872 : cluster [DBG] pgmap v8718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:06.494614+0000 mgr.y (mgr.24491) 9873 : cluster [DBG] pgmap v8719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:06.494614+0000 mgr.y (mgr.24491) 9873 : cluster [DBG] pgmap v8719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:06.494614+0000 mgr.y (mgr.24491) 9873 : cluster [DBG] pgmap v8719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:07] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T08:23:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:08.495151+0000 mgr.y (mgr.24491) 9874 : cluster [DBG] pgmap v8720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:08.495151+0000 mgr.y (mgr.24491) 9874 : cluster [DBG] pgmap v8720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:08.495151+0000 mgr.y (mgr.24491) 9874 : cluster [DBG] pgmap v8720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:23:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:10.495720+0000 mgr.y (mgr.24491) 9875 : cluster [DBG] pgmap v8721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:10.495720+0000 mgr.y (mgr.24491) 9875 : cluster [DBG] pgmap v8721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:10.495720+0000 mgr.y (mgr.24491) 9875 : cluster [DBG] pgmap v8721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:12.496177+0000 mgr.y (mgr.24491) 9876 : cluster [DBG] pgmap v8722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:12.496177+0000 mgr.y (mgr.24491) 9876 : cluster [DBG] pgmap v8722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:12.496177+0000 mgr.y (mgr.24491) 9876 : cluster [DBG] pgmap v8722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:14.496851+0000 mgr.y (mgr.24491) 9877 : cluster [DBG] pgmap v8723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:14.496851+0000 mgr.y (mgr.24491) 9877 : cluster [DBG] pgmap v8723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:14.496851+0000 mgr.y (mgr.24491) 9877 : cluster [DBG] pgmap v8723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:16.497309+0000 mgr.y (mgr.24491) 9878 : cluster [DBG] pgmap v8724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:17] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:23:17.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:16.497309+0000 mgr.y (mgr.24491) 9878 : cluster [DBG] pgmap v8724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:16.497309+0000 mgr.y (mgr.24491) 9878 : cluster [DBG] pgmap v8724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:18.674 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:23:18.948 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:23:18.948 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:23:18.948 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 4m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:23:18.948 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:23:18.948 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:23:18.948 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:23:18.948 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:23:18.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:23:18.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:23:18.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:23:18.949 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 4m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:23:18.949 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:23:18.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:23:18.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:23:18.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:23:18.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:23:18.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:23:18.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:23:18.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:23:18.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:23:18.949 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:23:19.283 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:23:19.283 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:23:19.283 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:23:19.284 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:23:19.284 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:23:19.284 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:23:19.284 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:23:19.284 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:23:19.284 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:23:19.284 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:23:19.284 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:23:19.284 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:23:19.284 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:23:19.285 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:23:19.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:23:19.285 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:23:19.285 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:23:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:18.497649+0000 mgr.y (mgr.24491) 9879 : cluster [DBG] pgmap v8725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:23:18.663477+0000 mgr.y (mgr.24491) 9880 : audit [DBG] from='client.25002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:23:19.284310+0000 mon.a (mon.0) 2378 : audit [DBG] from='client.? 172.21.15.177:0/3845113084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:23:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:18.497649+0000 mgr.y (mgr.24491) 9879 : cluster [DBG] pgmap v8725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:23:18.663477+0000 mgr.y (mgr.24491) 9880 : audit [DBG] from='client.25002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:23:19.284310+0000 mon.a (mon.0) 2378 : audit [DBG] from='client.? 172.21.15.177:0/3845113084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:23:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:18.497649+0000 mgr.y (mgr.24491) 9879 : cluster [DBG] pgmap v8725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:23:18.663477+0000 mgr.y (mgr.24491) 9880 : audit [DBG] from='client.25002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:23:19.284310+0000 mon.a (mon.0) 2378 : audit [DBG] from='client.? 172.21.15.177:0/3845113084' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:23:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:23:18.941071+0000 mgr.y (mgr.24491) 9881 : audit [DBG] from='client.34913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:23:19.767373+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:23:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:23:20.007936+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:23:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:23:20.283023+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:23:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:23:20.283604+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:23:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:23:20.288184+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:23:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:23:18.941071+0000 mgr.y (mgr.24491) 9881 : audit [DBG] from='client.34913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:23:19.767373+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:23:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:23:20.007936+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:23:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:23:20.283023+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:23:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:23:20.283604+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:23:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:23:20.288184+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:23:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:23:18.941071+0000 mgr.y (mgr.24491) 9881 : audit [DBG] from='client.34913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:23:19.767373+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:23:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:23:20.007936+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:23:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:23:20.283023+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:23:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:23:20.283604+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:23:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:23:20.288184+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:23:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:23:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:20.498232+0000 mgr.y (mgr.24491) 9882 : cluster [DBG] pgmap v8726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:20.498232+0000 mgr.y (mgr.24491) 9882 : cluster [DBG] pgmap v8726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:20.498232+0000 mgr.y (mgr.24491) 9882 : cluster [DBG] pgmap v8726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:22.498773+0000 mgr.y (mgr.24491) 9883 : cluster [DBG] pgmap v8727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:22.498773+0000 mgr.y (mgr.24491) 9883 : cluster [DBG] pgmap v8727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:22.498773+0000 mgr.y (mgr.24491) 9883 : cluster [DBG] pgmap v8727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:24.499397+0000 mgr.y (mgr.24491) 9884 : cluster [DBG] pgmap v8728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:24.499397+0000 mgr.y (mgr.24491) 9884 : cluster [DBG] pgmap v8728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:24.499397+0000 mgr.y (mgr.24491) 9884 : cluster [DBG] pgmap v8728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:27] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:23:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:26.499753+0000 mgr.y (mgr.24491) 9885 : cluster [DBG] pgmap v8729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:26.499753+0000 mgr.y (mgr.24491) 9885 : cluster [DBG] pgmap v8729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:26.499753+0000 mgr.y (mgr.24491) 9885 : cluster [DBG] pgmap v8729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:28.500261+0000 mgr.y (mgr.24491) 9886 : cluster [DBG] pgmap v8730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:28.500261+0000 mgr.y (mgr.24491) 9886 : cluster [DBG] pgmap v8730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:28.500261+0000 mgr.y (mgr.24491) 9886 : cluster [DBG] pgmap v8730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:23:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:30.501080+0000 mgr.y (mgr.24491) 9887 : cluster [DBG] pgmap v8731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:30.501080+0000 mgr.y (mgr.24491) 9887 : cluster [DBG] pgmap v8731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:30.501080+0000 mgr.y (mgr.24491) 9887 : cluster [DBG] pgmap v8731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:32.501527+0000 mgr.y (mgr.24491) 9888 : cluster [DBG] pgmap v8732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:32.501527+0000 mgr.y (mgr.24491) 9888 : cluster [DBG] pgmap v8732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:32.501527+0000 mgr.y (mgr.24491) 9888 : cluster [DBG] pgmap v8732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:34.502259+0000 mgr.y (mgr.24491) 9889 : cluster [DBG] pgmap v8733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:34.502259+0000 mgr.y (mgr.24491) 9889 : cluster [DBG] pgmap v8733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:34.502259+0000 mgr.y (mgr.24491) 9889 : cluster [DBG] pgmap v8733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:37] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:23:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:36.502639+0000 mgr.y (mgr.24491) 9890 : cluster [DBG] pgmap v8734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:36.502639+0000 mgr.y (mgr.24491) 9890 : cluster [DBG] pgmap v8734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:36.502639+0000 mgr.y (mgr.24491) 9890 : cluster [DBG] pgmap v8734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:38.503129+0000 mgr.y (mgr.24491) 9891 : cluster [DBG] pgmap v8735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:38.503129+0000 mgr.y (mgr.24491) 9891 : cluster [DBG] pgmap v8735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:38.503129+0000 mgr.y (mgr.24491) 9891 : cluster [DBG] pgmap v8735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:23:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:40.503919+0000 mgr.y (mgr.24491) 9892 : cluster [DBG] pgmap v8736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:40.503919+0000 mgr.y (mgr.24491) 9892 : cluster [DBG] pgmap v8736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:40.503919+0000 mgr.y (mgr.24491) 9892 : cluster [DBG] pgmap v8736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:42.504469+0000 mgr.y (mgr.24491) 9893 : cluster [DBG] pgmap v8737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:42.504469+0000 mgr.y (mgr.24491) 9893 : cluster [DBG] pgmap v8737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:42.504469+0000 mgr.y (mgr.24491) 9893 : cluster [DBG] pgmap v8737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:44.505381+0000 mgr.y (mgr.24491) 9894 : cluster [DBG] pgmap v8738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:44.505381+0000 mgr.y (mgr.24491) 9894 : cluster [DBG] pgmap v8738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:44.505381+0000 mgr.y (mgr.24491) 9894 : cluster [DBG] pgmap v8738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:23:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:46.505885+0000 mgr.y (mgr.24491) 9895 : cluster [DBG] pgmap v8739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:46.505885+0000 mgr.y (mgr.24491) 9895 : cluster [DBG] pgmap v8739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:46.505885+0000 mgr.y (mgr.24491) 9895 : cluster [DBG] pgmap v8739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:49.593 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:23:49.869 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:23:49.869 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:23:49.869 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 4m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:23:49.869 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 4m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:23:49.869 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:23:49.869 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 4m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:23:49.869 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 4m ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:23:49.869 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 4m ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:23:49.869 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 4m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:23:49.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 4m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:23:49.870 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 4m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:23:49.870 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:23:49.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 4m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:23:49.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 4m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:23:49.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 4m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:23:49.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 4m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:23:49.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:23:49.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:23:49.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:23:49.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:23:49.871 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:23:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:48.506310+0000 mgr.y (mgr.24491) 9896 : cluster [DBG] pgmap v8740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:48.506310+0000 mgr.y (mgr.24491) 9896 : cluster [DBG] pgmap v8740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:48.506310+0000 mgr.y (mgr.24491) 9896 : cluster [DBG] pgmap v8740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:50.201 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:23:50.201 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:23:50.201 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:23:50.201 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:23:50.201 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:23:50.201 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:23:50.201 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:23:50.202 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:23:50.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:23:50.202 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:23:50.202 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:23:50.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:23:50.202 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:23:50.202 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:23:50.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:23:50.202 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:23:50.202 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:23:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:23:49.582503+0000 mgr.y (mgr.24491) 9897 : audit [DBG] from='client.25020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:23:50.201817+0000 mon.c (mon.2) 324 : audit [DBG] from='client.? 172.21.15.177:0/523677150' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:23:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:23:49.582503+0000 mgr.y (mgr.24491) 9897 : audit [DBG] from='client.25020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:23:50.201817+0000 mon.c (mon.2) 324 : audit [DBG] from='client.? 172.21.15.177:0/523677150' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:23:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:23:49.582503+0000 mgr.y (mgr.24491) 9897 : audit [DBG] from='client.25020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:23:50.201817+0000 mon.c (mon.2) 324 : audit [DBG] from='client.? 172.21.15.177:0/523677150' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:23:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:23:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:23:49.861955+0000 mgr.y (mgr.24491) 9898 : audit [DBG] from='client.25026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:50.506973+0000 mgr.y (mgr.24491) 9899 : cluster [DBG] pgmap v8741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:23:49.861955+0000 mgr.y (mgr.24491) 9898 : audit [DBG] from='client.25026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:50.506973+0000 mgr.y (mgr.24491) 9899 : cluster [DBG] pgmap v8741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:23:49.861955+0000 mgr.y (mgr.24491) 9898 : audit [DBG] from='client.25026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:23:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:50.506973+0000 mgr.y (mgr.24491) 9899 : cluster [DBG] pgmap v8741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:52.507465+0000 mgr.y (mgr.24491) 9900 : cluster [DBG] pgmap v8742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:52.507465+0000 mgr.y (mgr.24491) 9900 : cluster [DBG] pgmap v8742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:52.507465+0000 mgr.y (mgr.24491) 9900 : cluster [DBG] pgmap v8742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:54.508193+0000 mgr.y (mgr.24491) 9901 : cluster [DBG] pgmap v8743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:54.508193+0000 mgr.y (mgr.24491) 9901 : cluster [DBG] pgmap v8743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:54.508193+0000 mgr.y (mgr.24491) 9901 : cluster [DBG] pgmap v8743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:23:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:23:57.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:56.508581+0000 mgr.y (mgr.24491) 9902 : cluster [DBG] pgmap v8744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:56.508581+0000 mgr.y (mgr.24491) 9902 : cluster [DBG] pgmap v8744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:56.508581+0000 mgr.y (mgr.24491) 9902 : cluster [DBG] pgmap v8744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:23:58.509113+0000 mgr.y (mgr.24491) 9903 : cluster [DBG] pgmap v8745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:23:58.509113+0000 mgr.y (mgr.24491) 9903 : cluster [DBG] pgmap v8745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:23:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:23:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:23:58.509113+0000 mgr.y (mgr.24491) 9903 : cluster [DBG] pgmap v8745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:24:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:00.509823+0000 mgr.y (mgr.24491) 9904 : cluster [DBG] pgmap v8746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:00.509823+0000 mgr.y (mgr.24491) 9904 : cluster [DBG] pgmap v8746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:00.509823+0000 mgr.y (mgr.24491) 9904 : cluster [DBG] pgmap v8746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:02.510422+0000 mgr.y (mgr.24491) 9905 : cluster [DBG] pgmap v8747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:02.510422+0000 mgr.y (mgr.24491) 9905 : cluster [DBG] pgmap v8747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:02.510422+0000 mgr.y (mgr.24491) 9905 : cluster [DBG] pgmap v8747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:04.511184+0000 mgr.y (mgr.24491) 9906 : cluster [DBG] pgmap v8748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:04.511184+0000 mgr.y (mgr.24491) 9906 : cluster [DBG] pgmap v8748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:04.511184+0000 mgr.y (mgr.24491) 9906 : cluster [DBG] pgmap v8748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:06.511573+0000 mgr.y (mgr.24491) 9907 : cluster [DBG] pgmap v8749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:06.511573+0000 mgr.y (mgr.24491) 9907 : cluster [DBG] pgmap v8749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:06.511573+0000 mgr.y (mgr.24491) 9907 : cluster [DBG] pgmap v8749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:07] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:24:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:08.512030+0000 mgr.y (mgr.24491) 9908 : cluster [DBG] pgmap v8750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:08.512030+0000 mgr.y (mgr.24491) 9908 : cluster [DBG] pgmap v8750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:08.512030+0000 mgr.y (mgr.24491) 9908 : cluster [DBG] pgmap v8750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:24:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:10.512737+0000 mgr.y (mgr.24491) 9909 : cluster [DBG] pgmap v8751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:10.512737+0000 mgr.y (mgr.24491) 9909 : cluster [DBG] pgmap v8751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:10.512737+0000 mgr.y (mgr.24491) 9909 : cluster [DBG] pgmap v8751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:12.513239+0000 mgr.y (mgr.24491) 9910 : cluster [DBG] pgmap v8752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:12.513239+0000 mgr.y (mgr.24491) 9910 : cluster [DBG] pgmap v8752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:12.513239+0000 mgr.y (mgr.24491) 9910 : cluster [DBG] pgmap v8752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:14.513874+0000 mgr.y (mgr.24491) 9911 : cluster [DBG] pgmap v8753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:14.513874+0000 mgr.y (mgr.24491) 9911 : cluster [DBG] pgmap v8753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:14.513874+0000 mgr.y (mgr.24491) 9911 : cluster [DBG] pgmap v8753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:17] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:24:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:16.514368+0000 mgr.y (mgr.24491) 9912 : cluster [DBG] pgmap v8754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:16.514368+0000 mgr.y (mgr.24491) 9912 : cluster [DBG] pgmap v8754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:16.514368+0000 mgr.y (mgr.24491) 9912 : cluster [DBG] pgmap v8754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:18.514884+0000 mgr.y (mgr.24491) 9913 : cluster [DBG] pgmap v8755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:18.514884+0000 mgr.y (mgr.24491) 9913 : cluster [DBG] pgmap v8755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:18.514884+0000 mgr.y (mgr.24491) 9913 : cluster [DBG] pgmap v8755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:20.525 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:24:20.805 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:24:20.805 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:24:20.806 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:24:20.806 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:24:20.806 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:24:20.806 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:24:20.806 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:24:20.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:24:20.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:24:20.806 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:24:20.806 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:24:20.806 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:24:20.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:24:20.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:24:20.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:24:20.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:24:20.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:24:20.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:24:20.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:24:20.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:24:20.807 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 5m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:24:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:24:20.292442+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:24:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:24:20.292442+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:24:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:24:20.292442+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:24:21.138 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:24:21.138 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:24:21.138 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:24:21.138 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:24:21.138 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:24:21.139 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:24:21.139 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:24:21.139 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:24:21.139 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:24:21.139 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:24:21.139 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:24:21.139 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:24:21.139 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:24:21.139 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:24:21.140 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:24:21.140 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:24:21.140 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:24:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:24:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:24:20.513657+0000 mgr.y (mgr.24491) 9914 : audit [DBG] from='client.34943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:20.515494+0000 mgr.y (mgr.24491) 9915 : cluster [DBG] pgmap v8756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:24:20.599392+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:24:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:24:20.600059+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:24:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:24:20.604545+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:24:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:24:20.798632+0000 mgr.y (mgr.24491) 9916 : audit [DBG] from='client.34949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:24:21.139254+0000 mon.c (mon.2) 325 : audit [DBG] from='client.? 172.21.15.177:0/2624368507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:24:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:24:20.513657+0000 mgr.y (mgr.24491) 9914 : audit [DBG] from='client.34943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:21.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:20.515494+0000 mgr.y (mgr.24491) 9915 : cluster [DBG] pgmap v8756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:21.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:24:20.599392+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:24:21.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:24:20.600059+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:24:21.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:24:20.604545+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:24:21.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:24:20.798632+0000 mgr.y (mgr.24491) 9916 : audit [DBG] from='client.34949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:21.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:24:21.139254+0000 mon.c (mon.2) 325 : audit [DBG] from='client.? 172.21.15.177:0/2624368507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:24:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:24:20.513657+0000 mgr.y (mgr.24491) 9914 : audit [DBG] from='client.34943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:20.515494+0000 mgr.y (mgr.24491) 9915 : cluster [DBG] pgmap v8756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:24:20.599392+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:24:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:24:20.600059+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:24:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:24:20.604545+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:24:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:24:20.798632+0000 mgr.y (mgr.24491) 9916 : audit [DBG] from='client.34949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:24:21.139254+0000 mon.c (mon.2) 325 : audit [DBG] from='client.? 172.21.15.177:0/2624368507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:24:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:22.515952+0000 mgr.y (mgr.24491) 9917 : cluster [DBG] pgmap v8757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:22.515952+0000 mgr.y (mgr.24491) 9917 : cluster [DBG] pgmap v8757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:22.515952+0000 mgr.y (mgr.24491) 9917 : cluster [DBG] pgmap v8757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:24.516687+0000 mgr.y (mgr.24491) 9918 : cluster [DBG] pgmap v8758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:24.516687+0000 mgr.y (mgr.24491) 9918 : cluster [DBG] pgmap v8758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:24.516687+0000 mgr.y (mgr.24491) 9918 : cluster [DBG] pgmap v8758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:27] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:24:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:26.517153+0000 mgr.y (mgr.24491) 9919 : cluster [DBG] pgmap v8759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:26.517153+0000 mgr.y (mgr.24491) 9919 : cluster [DBG] pgmap v8759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:26.517153+0000 mgr.y (mgr.24491) 9919 : cluster [DBG] pgmap v8759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:28.517664+0000 mgr.y (mgr.24491) 9920 : cluster [DBG] pgmap v8760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:28.517664+0000 mgr.y (mgr.24491) 9920 : cluster [DBG] pgmap v8760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:28.517664+0000 mgr.y (mgr.24491) 9920 : cluster [DBG] pgmap v8760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:24:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:30.518420+0000 mgr.y (mgr.24491) 9921 : cluster [DBG] pgmap v8761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:30.518420+0000 mgr.y (mgr.24491) 9921 : cluster [DBG] pgmap v8761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:30.518420+0000 mgr.y (mgr.24491) 9921 : cluster [DBG] pgmap v8761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:32.519057+0000 mgr.y (mgr.24491) 9922 : cluster [DBG] pgmap v8762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:32.519057+0000 mgr.y (mgr.24491) 9922 : cluster [DBG] pgmap v8762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:32.519057+0000 mgr.y (mgr.24491) 9922 : cluster [DBG] pgmap v8762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:34.519709+0000 mgr.y (mgr.24491) 9923 : cluster [DBG] pgmap v8763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:34.519709+0000 mgr.y (mgr.24491) 9923 : cluster [DBG] pgmap v8763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:34.519709+0000 mgr.y (mgr.24491) 9923 : cluster [DBG] pgmap v8763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:36.520236+0000 mgr.y (mgr.24491) 9924 : cluster [DBG] pgmap v8764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:36.520236+0000 mgr.y (mgr.24491) 9924 : cluster [DBG] pgmap v8764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:37] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:24:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:36.520236+0000 mgr.y (mgr.24491) 9924 : cluster [DBG] pgmap v8764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:38.520634+0000 mgr.y (mgr.24491) 9925 : cluster [DBG] pgmap v8765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:38.520634+0000 mgr.y (mgr.24491) 9925 : cluster [DBG] pgmap v8765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:38.520634+0000 mgr.y (mgr.24491) 9925 : cluster [DBG] pgmap v8765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:24:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:40.521463+0000 mgr.y (mgr.24491) 9926 : cluster [DBG] pgmap v8766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:40.521463+0000 mgr.y (mgr.24491) 9926 : cluster [DBG] pgmap v8766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:40.521463+0000 mgr.y (mgr.24491) 9926 : cluster [DBG] pgmap v8766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:42.521929+0000 mgr.y (mgr.24491) 9927 : cluster [DBG] pgmap v8767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:43.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:42.521929+0000 mgr.y (mgr.24491) 9927 : cluster [DBG] pgmap v8767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:42.521929+0000 mgr.y (mgr.24491) 9927 : cluster [DBG] pgmap v8767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:44.522680+0000 mgr.y (mgr.24491) 9928 : cluster [DBG] pgmap v8768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:44.522680+0000 mgr.y (mgr.24491) 9928 : cluster [DBG] pgmap v8768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:44.522680+0000 mgr.y (mgr.24491) 9928 : cluster [DBG] pgmap v8768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:24:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:46.523068+0000 mgr.y (mgr.24491) 9929 : cluster [DBG] pgmap v8769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:46.523068+0000 mgr.y (mgr.24491) 9929 : cluster [DBG] pgmap v8769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:46.523068+0000 mgr.y (mgr.24491) 9929 : cluster [DBG] pgmap v8769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:48.523606+0000 mgr.y (mgr.24491) 9930 : cluster [DBG] pgmap v8770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:48.523606+0000 mgr.y (mgr.24491) 9930 : cluster [DBG] pgmap v8770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:48.523606+0000 mgr.y (mgr.24491) 9930 : cluster [DBG] pgmap v8770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:51.451 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:24:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:24:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:24:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:24:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 5m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:24:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:24:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 5m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:24:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 5m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:24:51.730 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 5m ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:24:51.731 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 5m ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:24:51.731 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 5m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:24:51.731 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 5m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:24:51.731 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:24:51.731 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 5m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:24:51.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 5m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:24:51.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:24:51.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:24:51.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:24:51.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 5m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:24:51.732 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 5m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:24:51.732 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 5m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:24:51.732 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 5m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:24:51.732 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 5m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:24:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:50.524467+0000 mgr.y (mgr.24491) 9931 : cluster [DBG] pgmap v8771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:50.524467+0000 mgr.y (mgr.24491) 9931 : cluster [DBG] pgmap v8771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:50.524467+0000 mgr.y (mgr.24491) 9931 : cluster [DBG] pgmap v8771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:52.064 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:24:52.064 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:24:52.064 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:24:52.064 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:24:52.064 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:24:52.064 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:24:52.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:24:52.065 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:24:52.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:24:52.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:24:52.065 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:24:52.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:24:52.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:24:52.065 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:24:52.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:24:52.065 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:24:52.065 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:24:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:24:51.440533+0000 mgr.y (mgr.24491) 9932 : audit [DBG] from='client.25056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:52.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:24:51.723200+0000 mgr.y (mgr.24491) 9933 : audit [DBG] from='client.34967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:52.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:24:52.065199+0000 mon.a (mon.0) 2388 : audit [DBG] from='client.? 172.21.15.177:0/3846201339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:24:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:24:51.440533+0000 mgr.y (mgr.24491) 9932 : audit [DBG] from='client.25056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:24:51.723200+0000 mgr.y (mgr.24491) 9933 : audit [DBG] from='client.34967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:24:52.065199+0000 mon.a (mon.0) 2388 : audit [DBG] from='client.? 172.21.15.177:0/3846201339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:24:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:24:51.440533+0000 mgr.y (mgr.24491) 9932 : audit [DBG] from='client.25056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:24:51.723200+0000 mgr.y (mgr.24491) 9933 : audit [DBG] from='client.34967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:24:53.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:24:52.065199+0000 mon.a (mon.0) 2388 : audit [DBG] from='client.? 172.21.15.177:0/3846201339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:24:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:52.525061+0000 mgr.y (mgr.24491) 9934 : cluster [DBG] pgmap v8772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:52.525061+0000 mgr.y (mgr.24491) 9934 : cluster [DBG] pgmap v8772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:52.525061+0000 mgr.y (mgr.24491) 9934 : cluster [DBG] pgmap v8772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:54.525673+0000 mgr.y (mgr.24491) 9935 : cluster [DBG] pgmap v8773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:54.525673+0000 mgr.y (mgr.24491) 9935 : cluster [DBG] pgmap v8773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:54.525673+0000 mgr.y (mgr.24491) 9935 : cluster [DBG] pgmap v8773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:24:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:24:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:56.526147+0000 mgr.y (mgr.24491) 9936 : cluster [DBG] pgmap v8774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:56.526147+0000 mgr.y (mgr.24491) 9936 : cluster [DBG] pgmap v8774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:24:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:56.526147+0000 mgr.y (mgr.24491) 9936 : cluster [DBG] pgmap v8774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:24:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:24:58.526541+0000 mgr.y (mgr.24491) 9937 : cluster [DBG] pgmap v8775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:24:58.526541+0000 mgr.y (mgr.24491) 9937 : cluster [DBG] pgmap v8775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:24:58.526541+0000 mgr.y (mgr.24491) 9937 : cluster [DBG] pgmap v8775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:25:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:00.527449+0000 mgr.y (mgr.24491) 9938 : cluster [DBG] pgmap v8776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:00.527449+0000 mgr.y (mgr.24491) 9938 : cluster [DBG] pgmap v8776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:00.527449+0000 mgr.y (mgr.24491) 9938 : cluster [DBG] pgmap v8776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:02.527894+0000 mgr.y (mgr.24491) 9939 : cluster [DBG] pgmap v8777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:02.527894+0000 mgr.y (mgr.24491) 9939 : cluster [DBG] pgmap v8777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:02.527894+0000 mgr.y (mgr.24491) 9939 : cluster [DBG] pgmap v8777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:04.528653+0000 mgr.y (mgr.24491) 9940 : cluster [DBG] pgmap v8778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:04.528653+0000 mgr.y (mgr.24491) 9940 : cluster [DBG] pgmap v8778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:04.528653+0000 mgr.y (mgr.24491) 9940 : cluster [DBG] pgmap v8778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:06.529236+0000 mgr.y (mgr.24491) 9941 : cluster [DBG] pgmap v8779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:07] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:25:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:06.529236+0000 mgr.y (mgr.24491) 9941 : cluster [DBG] pgmap v8779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:06.529236+0000 mgr.y (mgr.24491) 9941 : cluster [DBG] pgmap v8779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:08.529707+0000 mgr.y (mgr.24491) 9942 : cluster [DBG] pgmap v8780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:08.529707+0000 mgr.y (mgr.24491) 9942 : cluster [DBG] pgmap v8780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:08.529707+0000 mgr.y (mgr.24491) 9942 : cluster [DBG] pgmap v8780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:25:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:10.530487+0000 mgr.y (mgr.24491) 9943 : cluster [DBG] pgmap v8781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:10.530487+0000 mgr.y (mgr.24491) 9943 : cluster [DBG] pgmap v8781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:10.530487+0000 mgr.y (mgr.24491) 9943 : cluster [DBG] pgmap v8781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:12.530904+0000 mgr.y (mgr.24491) 9944 : cluster [DBG] pgmap v8782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:12.530904+0000 mgr.y (mgr.24491) 9944 : cluster [DBG] pgmap v8782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:12.530904+0000 mgr.y (mgr.24491) 9944 : cluster [DBG] pgmap v8782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:14.531520+0000 mgr.y (mgr.24491) 9945 : cluster [DBG] pgmap v8783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:14.531520+0000 mgr.y (mgr.24491) 9945 : cluster [DBG] pgmap v8783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:14.531520+0000 mgr.y (mgr.24491) 9945 : cluster [DBG] pgmap v8783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:16.532082+0000 mgr.y (mgr.24491) 9946 : cluster [DBG] pgmap v8784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:17] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:25:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:16.532082+0000 mgr.y (mgr.24491) 9946 : cluster [DBG] pgmap v8784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:16.532082+0000 mgr.y (mgr.24491) 9946 : cluster [DBG] pgmap v8784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:18.532568+0000 mgr.y (mgr.24491) 9947 : cluster [DBG] pgmap v8785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:18.532568+0000 mgr.y (mgr.24491) 9947 : cluster [DBG] pgmap v8785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:18.532568+0000 mgr.y (mgr.24491) 9947 : cluster [DBG] pgmap v8785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:25:20.608896+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:25:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:25:20.608896+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:25:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:25:20.608896+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:25:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:25:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:20.533402+0000 mgr.y (mgr.24491) 9948 : cluster [DBG] pgmap v8786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:25:20.902270+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:25:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:25:20.902918+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:25:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:25:20.909513+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:25:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:20.533402+0000 mgr.y (mgr.24491) 9948 : cluster [DBG] pgmap v8786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:25:20.902270+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:25:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:25:20.902918+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:25:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:25:20.909513+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:25:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:20.533402+0000 mgr.y (mgr.24491) 9948 : cluster [DBG] pgmap v8786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:22.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:25:20.902270+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:25:22.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:25:20.902918+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:25:22.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:25:20.909513+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:25:22.379 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:25:22.661 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:25:22.661 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:25:22.661 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:25:22.661 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:25:22.662 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:25:22.662 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:25:22.662 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:25:22.662 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:25:22.662 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:25:22.662 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:25:22.662 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:25:22.662 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:25:22.662 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:25:22.663 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:25:22.663 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:25:22.663 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:25:22.663 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:25:22.663 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:25:22.663 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:25:22.663 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:25:22.663 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:25:23.008 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:25:23.008 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:25:23.008 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:25:23.008 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:25:23.009 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:25:23.010 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:25:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:25:22.367334+0000 mgr.y (mgr.24491) 9949 : audit [DBG] from='client.25074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:22.533822+0000 mgr.y (mgr.24491) 9950 : cluster [DBG] pgmap v8787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:25:22.654225+0000 mgr.y (mgr.24491) 9951 : audit [DBG] from='client.25080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:25:23.009402+0000 mon.c (mon.2) 326 : audit [DBG] from='client.? 172.21.15.177:0/1947261015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:25:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:25:22.367334+0000 mgr.y (mgr.24491) 9949 : audit [DBG] from='client.25074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:22.533822+0000 mgr.y (mgr.24491) 9950 : cluster [DBG] pgmap v8787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:25:22.654225+0000 mgr.y (mgr.24491) 9951 : audit [DBG] from='client.25080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:25:23.009402+0000 mon.c (mon.2) 326 : audit [DBG] from='client.? 172.21.15.177:0/1947261015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:25:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:25:22.367334+0000 mgr.y (mgr.24491) 9949 : audit [DBG] from='client.25074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:24.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:22.533822+0000 mgr.y (mgr.24491) 9950 : cluster [DBG] pgmap v8787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:24.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:25:22.654225+0000 mgr.y (mgr.24491) 9951 : audit [DBG] from='client.25080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:24.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:25:23.009402+0000 mon.c (mon.2) 326 : audit [DBG] from='client.? 172.21.15.177:0/1947261015' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:25:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:24.534438+0000 mgr.y (mgr.24491) 9952 : cluster [DBG] pgmap v8788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:24.534438+0000 mgr.y (mgr.24491) 9952 : cluster [DBG] pgmap v8788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:24.534438+0000 mgr.y (mgr.24491) 9952 : cluster [DBG] pgmap v8788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:26.534987+0000 mgr.y (mgr.24491) 9953 : cluster [DBG] pgmap v8789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:27] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:25:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:26.534987+0000 mgr.y (mgr.24491) 9953 : cluster [DBG] pgmap v8789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:26.534987+0000 mgr.y (mgr.24491) 9953 : cluster [DBG] pgmap v8789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:28.535467+0000 mgr.y (mgr.24491) 9954 : cluster [DBG] pgmap v8790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:28.535467+0000 mgr.y (mgr.24491) 9954 : cluster [DBG] pgmap v8790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:28.535467+0000 mgr.y (mgr.24491) 9954 : cluster [DBG] pgmap v8790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:25:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:30.536350+0000 mgr.y (mgr.24491) 9955 : cluster [DBG] pgmap v8791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:30.536350+0000 mgr.y (mgr.24491) 9955 : cluster [DBG] pgmap v8791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:30.536350+0000 mgr.y (mgr.24491) 9955 : cluster [DBG] pgmap v8791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:32.536891+0000 mgr.y (mgr.24491) 9956 : cluster [DBG] pgmap v8792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:32.536891+0000 mgr.y (mgr.24491) 9956 : cluster [DBG] pgmap v8792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:32.536891+0000 mgr.y (mgr.24491) 9956 : cluster [DBG] pgmap v8792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:34.537516+0000 mgr.y (mgr.24491) 9957 : cluster [DBG] pgmap v8793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:34.537516+0000 mgr.y (mgr.24491) 9957 : cluster [DBG] pgmap v8793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:34.537516+0000 mgr.y (mgr.24491) 9957 : cluster [DBG] pgmap v8793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:36.537966+0000 mgr.y (mgr.24491) 9958 : cluster [DBG] pgmap v8794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:36.537966+0000 mgr.y (mgr.24491) 9958 : cluster [DBG] pgmap v8794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:37] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:25:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:36.537966+0000 mgr.y (mgr.24491) 9958 : cluster [DBG] pgmap v8794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:40.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:38.538484+0000 mgr.y (mgr.24491) 9959 : cluster [DBG] pgmap v8795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:38.538484+0000 mgr.y (mgr.24491) 9959 : cluster [DBG] pgmap v8795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:38.538484+0000 mgr.y (mgr.24491) 9959 : cluster [DBG] pgmap v8795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:25:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:40.539175+0000 mgr.y (mgr.24491) 9960 : cluster [DBG] pgmap v8796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:40.539175+0000 mgr.y (mgr.24491) 9960 : cluster [DBG] pgmap v8796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:40.539175+0000 mgr.y (mgr.24491) 9960 : cluster [DBG] pgmap v8796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:42.539566+0000 mgr.y (mgr.24491) 9961 : cluster [DBG] pgmap v8797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:42.539566+0000 mgr.y (mgr.24491) 9961 : cluster [DBG] pgmap v8797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:42.539566+0000 mgr.y (mgr.24491) 9961 : cluster [DBG] pgmap v8797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:44.540388+0000 mgr.y (mgr.24491) 9962 : cluster [DBG] pgmap v8798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:44.540388+0000 mgr.y (mgr.24491) 9962 : cluster [DBG] pgmap v8798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:44.540388+0000 mgr.y (mgr.24491) 9962 : cluster [DBG] pgmap v8798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:46.540916+0000 mgr.y (mgr.24491) 9963 : cluster [DBG] pgmap v8799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:47] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:25:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:46.540916+0000 mgr.y (mgr.24491) 9963 : cluster [DBG] pgmap v8799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:46.540916+0000 mgr.y (mgr.24491) 9963 : cluster [DBG] pgmap v8799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:48.541401+0000 mgr.y (mgr.24491) 9964 : cluster [DBG] pgmap v8800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:48.541401+0000 mgr.y (mgr.24491) 9964 : cluster [DBG] pgmap v8800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:48.541401+0000 mgr.y (mgr.24491) 9964 : cluster [DBG] pgmap v8800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:25:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:50.542142+0000 mgr.y (mgr.24491) 9965 : cluster [DBG] pgmap v8801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:50.542142+0000 mgr.y (mgr.24491) 9965 : cluster [DBG] pgmap v8801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:50.542142+0000 mgr.y (mgr.24491) 9965 : cluster [DBG] pgmap v8801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:53.319 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:25:53.593 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:25:53.593 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 6m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:25:53.593 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 6m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:25:53.593 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 6m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:25:53.593 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 6m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:25:53.593 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 6m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:25:53.593 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 6m ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:25:53.593 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 6m ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:25:53.594 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 6m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:25:53.594 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 6m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:25:53.594 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 6m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:25:53.594 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 6m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:25:53.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 6m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:25:53.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 6m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:25:53.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 6m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:25:53.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 6m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:25:53.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 6m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:25:53.594 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 6m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:25:53.595 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 6m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:25:53.595 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 6m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:25:53.595 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 6m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:25:53.930 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:25:53.931 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:25:53.931 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:25:53.931 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:25:53.931 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:25:53.931 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:25:53.931 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:25:53.931 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:25:53.932 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:25:53.932 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:25:53.932 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:25:53.932 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:25:53.932 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:25:53.932 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:25:53.932 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:25:53.932 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:25:53.932 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:25:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:52.542545+0000 mgr.y (mgr.24491) 9966 : cluster [DBG] pgmap v8802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:52.542545+0000 mgr.y (mgr.24491) 9966 : cluster [DBG] pgmap v8802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:52.542545+0000 mgr.y (mgr.24491) 9966 : cluster [DBG] pgmap v8802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:25:53.308204+0000 mgr.y (mgr.24491) 9967 : audit [DBG] from='client.25092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:55.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:25:53.585902+0000 mgr.y (mgr.24491) 9968 : audit [DBG] from='client.25098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:55.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:25:53.931617+0000 mon.a (mon.0) 2393 : audit [DBG] from='client.? 172.21.15.177:0/1005986740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:25:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:25:53.308204+0000 mgr.y (mgr.24491) 9967 : audit [DBG] from='client.25092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:25:53.585902+0000 mgr.y (mgr.24491) 9968 : audit [DBG] from='client.25098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:25:53.931617+0000 mon.a (mon.0) 2393 : audit [DBG] from='client.? 172.21.15.177:0/1005986740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:25:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:25:53.308204+0000 mgr.y (mgr.24491) 9967 : audit [DBG] from='client.25092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:25:53.585902+0000 mgr.y (mgr.24491) 9968 : audit [DBG] from='client.25098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:25:55.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:25:53.931617+0000 mon.a (mon.0) 2393 : audit [DBG] from='client.? 172.21.15.177:0/1005986740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:25:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:54.543307+0000 mgr.y (mgr.24491) 9969 : cluster [DBG] pgmap v8803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:54.543307+0000 mgr.y (mgr.24491) 9969 : cluster [DBG] pgmap v8803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:54.543307+0000 mgr.y (mgr.24491) 9969 : cluster [DBG] pgmap v8803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:25:57] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:25:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:56.543757+0000 mgr.y (mgr.24491) 9970 : cluster [DBG] pgmap v8804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:56.543757+0000 mgr.y (mgr.24491) 9970 : cluster [DBG] pgmap v8804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:25:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:56.543757+0000 mgr.y (mgr.24491) 9970 : cluster [DBG] pgmap v8804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:25:58.544156+0000 mgr.y (mgr.24491) 9971 : cluster [DBG] pgmap v8805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:25:58.544156+0000 mgr.y (mgr.24491) 9971 : cluster [DBG] pgmap v8805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:25:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:25:58.544156+0000 mgr.y (mgr.24491) 9971 : cluster [DBG] pgmap v8805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:26:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:00.544823+0000 mgr.y (mgr.24491) 9972 : cluster [DBG] pgmap v8806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:00.544823+0000 mgr.y (mgr.24491) 9972 : cluster [DBG] pgmap v8806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:00.544823+0000 mgr.y (mgr.24491) 9972 : cluster [DBG] pgmap v8806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:02.545230+0000 mgr.y (mgr.24491) 9973 : cluster [DBG] pgmap v8807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:02.545230+0000 mgr.y (mgr.24491) 9973 : cluster [DBG] pgmap v8807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:02.545230+0000 mgr.y (mgr.24491) 9973 : cluster [DBG] pgmap v8807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:04.545996+0000 mgr.y (mgr.24491) 9974 : cluster [DBG] pgmap v8808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:06.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:04.545996+0000 mgr.y (mgr.24491) 9974 : cluster [DBG] pgmap v8808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:04.545996+0000 mgr.y (mgr.24491) 9974 : cluster [DBG] pgmap v8808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:07] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:26:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:06.546395+0000 mgr.y (mgr.24491) 9975 : cluster [DBG] pgmap v8809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:06.546395+0000 mgr.y (mgr.24491) 9975 : cluster [DBG] pgmap v8809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:06.546395+0000 mgr.y (mgr.24491) 9975 : cluster [DBG] pgmap v8809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:08.546869+0000 mgr.y (mgr.24491) 9976 : cluster [DBG] pgmap v8810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:08.546869+0000 mgr.y (mgr.24491) 9976 : cluster [DBG] pgmap v8810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:08.546869+0000 mgr.y (mgr.24491) 9976 : cluster [DBG] pgmap v8810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:26:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:10.547494+0000 mgr.y (mgr.24491) 9977 : cluster [DBG] pgmap v8811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:10.547494+0000 mgr.y (mgr.24491) 9977 : cluster [DBG] pgmap v8811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:10.547494+0000 mgr.y (mgr.24491) 9977 : cluster [DBG] pgmap v8811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:12.547984+0000 mgr.y (mgr.24491) 9978 : cluster [DBG] pgmap v8812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:12.547984+0000 mgr.y (mgr.24491) 9978 : cluster [DBG] pgmap v8812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:12.547984+0000 mgr.y (mgr.24491) 9978 : cluster [DBG] pgmap v8812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:16.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:14.548571+0000 mgr.y (mgr.24491) 9979 : cluster [DBG] pgmap v8813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:16.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:14.548571+0000 mgr.y (mgr.24491) 9979 : cluster [DBG] pgmap v8813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:14.548571+0000 mgr.y (mgr.24491) 9979 : cluster [DBG] pgmap v8813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:17] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:26:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:16.549103+0000 mgr.y (mgr.24491) 9980 : cluster [DBG] pgmap v8814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:16.549103+0000 mgr.y (mgr.24491) 9980 : cluster [DBG] pgmap v8814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:16.549103+0000 mgr.y (mgr.24491) 9980 : cluster [DBG] pgmap v8814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:18.549565+0000 mgr.y (mgr.24491) 9981 : cluster [DBG] pgmap v8815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:20.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:18.549565+0000 mgr.y (mgr.24491) 9981 : cluster [DBG] pgmap v8815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:18.549565+0000 mgr.y (mgr.24491) 9981 : cluster [DBG] pgmap v8815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:26:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:20.550367+0000 mgr.y (mgr.24491) 9982 : cluster [DBG] pgmap v8816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:26:20.913873+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:26:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:26:21.204927+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:26:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:26:21.205533+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:26:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:26:21.209870+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:26:22.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:20.550367+0000 mgr.y (mgr.24491) 9982 : cluster [DBG] pgmap v8816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:22.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:26:20.913873+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:26:22.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:26:21.204927+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:26:22.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:26:21.205533+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:26:22.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:26:21.209870+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:26:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:20.550367+0000 mgr.y (mgr.24491) 9982 : cluster [DBG] pgmap v8816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:26:20.913873+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:26:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:26:21.204927+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:26:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:26:21.205533+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:26:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:26:21.209870+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:26:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:22.550971+0000 mgr.y (mgr.24491) 9983 : cluster [DBG] pgmap v8817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:22.550971+0000 mgr.y (mgr.24491) 9983 : cluster [DBG] pgmap v8817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:24.242 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:26:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:22.550971+0000 mgr.y (mgr.24491) 9983 : cluster [DBG] pgmap v8817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:24.516 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:26:24.516 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:26:24.516 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:26:24.516 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:26:24.516 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:26:24.516 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:26:24.516 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:26:24.516 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:26:24.517 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:26:24.849 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:26:24.849 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:26:24.849 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:26:24.849 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:26:24.849 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:26:24.849 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:26:24.849 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:26:24.849 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:26:24.849 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:26:24.850 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:26:24.850 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:26:24.850 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:26:24.850 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:26:24.850 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:26:24.850 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:26:24.850 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:26:24.850 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:26:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:26:24.231082+0000 mgr.y (mgr.24491) 9984 : audit [DBG] from='client.25110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:26.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:26:24.509487+0000 mgr.y (mgr.24491) 9985 : audit [DBG] from='client.35021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:26.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:24.551511+0000 mgr.y (mgr.24491) 9986 : cluster [DBG] pgmap v8818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:26.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:26:24.849852+0000 mon.a (mon.0) 2398 : audit [DBG] from='client.? 172.21.15.177:0/1350191064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:26:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:26:24.231082+0000 mgr.y (mgr.24491) 9984 : audit [DBG] from='client.25110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:26:24.509487+0000 mgr.y (mgr.24491) 9985 : audit [DBG] from='client.35021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:24.551511+0000 mgr.y (mgr.24491) 9986 : cluster [DBG] pgmap v8818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:26:24.849852+0000 mon.a (mon.0) 2398 : audit [DBG] from='client.? 172.21.15.177:0/1350191064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:26:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:26:24.231082+0000 mgr.y (mgr.24491) 9984 : audit [DBG] from='client.25110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:26:24.509487+0000 mgr.y (mgr.24491) 9985 : audit [DBG] from='client.35021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:24.551511+0000 mgr.y (mgr.24491) 9986 : cluster [DBG] pgmap v8818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:26:24.849852+0000 mon.a (mon.0) 2398 : audit [DBG] from='client.? 172.21.15.177:0/1350191064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:26:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:26.552066+0000 mgr.y (mgr.24491) 9987 : cluster [DBG] pgmap v8819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:28.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:27] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:26:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:26.552066+0000 mgr.y (mgr.24491) 9987 : cluster [DBG] pgmap v8819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:26.552066+0000 mgr.y (mgr.24491) 9987 : cluster [DBG] pgmap v8819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:28.552648+0000 mgr.y (mgr.24491) 9988 : cluster [DBG] pgmap v8820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:28.552648+0000 mgr.y (mgr.24491) 9988 : cluster [DBG] pgmap v8820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:28.552648+0000 mgr.y (mgr.24491) 9988 : cluster [DBG] pgmap v8820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:26:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:30.553522+0000 mgr.y (mgr.24491) 9989 : cluster [DBG] pgmap v8821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:30.553522+0000 mgr.y (mgr.24491) 9989 : cluster [DBG] pgmap v8821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:30.553522+0000 mgr.y (mgr.24491) 9989 : cluster [DBG] pgmap v8821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:32.553951+0000 mgr.y (mgr.24491) 9990 : cluster [DBG] pgmap v8822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:32.553951+0000 mgr.y (mgr.24491) 9990 : cluster [DBG] pgmap v8822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:32.553951+0000 mgr.y (mgr.24491) 9990 : cluster [DBG] pgmap v8822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:36.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:34.554543+0000 mgr.y (mgr.24491) 9991 : cluster [DBG] pgmap v8823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:36.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:34.554543+0000 mgr.y (mgr.24491) 9991 : cluster [DBG] pgmap v8823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:34.554543+0000 mgr.y (mgr.24491) 9991 : cluster [DBG] pgmap v8823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:37] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:26:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:36.555119+0000 mgr.y (mgr.24491) 9992 : cluster [DBG] pgmap v8824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:36.555119+0000 mgr.y (mgr.24491) 9992 : cluster [DBG] pgmap v8824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:36.555119+0000 mgr.y (mgr.24491) 9992 : cluster [DBG] pgmap v8824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:38.555525+0000 mgr.y (mgr.24491) 9993 : cluster [DBG] pgmap v8825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:38.555525+0000 mgr.y (mgr.24491) 9993 : cluster [DBG] pgmap v8825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:38.555525+0000 mgr.y (mgr.24491) 9993 : cluster [DBG] pgmap v8825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:41.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:26:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:40.556334+0000 mgr.y (mgr.24491) 9994 : cluster [DBG] pgmap v8826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:40.556334+0000 mgr.y (mgr.24491) 9994 : cluster [DBG] pgmap v8826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:40.556334+0000 mgr.y (mgr.24491) 9994 : cluster [DBG] pgmap v8826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:42.556824+0000 mgr.y (mgr.24491) 9995 : cluster [DBG] pgmap v8827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:44.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:42.556824+0000 mgr.y (mgr.24491) 9995 : cluster [DBG] pgmap v8827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:42.556824+0000 mgr.y (mgr.24491) 9995 : cluster [DBG] pgmap v8827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:44.557625+0000 mgr.y (mgr.24491) 9996 : cluster [DBG] pgmap v8828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:44.557625+0000 mgr.y (mgr.24491) 9996 : cluster [DBG] pgmap v8828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:44.557625+0000 mgr.y (mgr.24491) 9996 : cluster [DBG] pgmap v8828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:46.558148+0000 mgr.y (mgr.24491) 9997 : cluster [DBG] pgmap v8829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:48.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:47] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:26:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:46.558148+0000 mgr.y (mgr.24491) 9997 : cluster [DBG] pgmap v8829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:46.558148+0000 mgr.y (mgr.24491) 9997 : cluster [DBG] pgmap v8829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:48.558543+0000 mgr.y (mgr.24491) 9998 : cluster [DBG] pgmap v8830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:48.558543+0000 mgr.y (mgr.24491) 9998 : cluster [DBG] pgmap v8830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:48.558543+0000 mgr.y (mgr.24491) 9998 : cluster [DBG] pgmap v8830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:26:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:50.559249+0000 mgr.y (mgr.24491) 9999 : cluster [DBG] pgmap v8831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:50.559249+0000 mgr.y (mgr.24491) 9999 : cluster [DBG] pgmap v8831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:50.559249+0000 mgr.y (mgr.24491) 9999 : cluster [DBG] pgmap v8831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:52.559706+0000 mgr.y (mgr.24491) 10000 : cluster [DBG] pgmap v8832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:52.559706+0000 mgr.y (mgr.24491) 10000 : cluster [DBG] pgmap v8832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:52.559706+0000 mgr.y (mgr.24491) 10000 : cluster [DBG] pgmap v8832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:55.153 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:26:55.427 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:26:55.427 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 7m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:26:55.427 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 7m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:26:55.427 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 7m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 7m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 7m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (4h) 7m ago 4h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (4h) 7m ago 4h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 7m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 7m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 7m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 7m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 7m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 7m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 7m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 7m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 7m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 7m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:26:55.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 7m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:26:55.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 7m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:26:55.429 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 7m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:26:55.759 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:26:55.759 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:26:55.759 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:26:55.759 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:26:55.759 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:26:55.759 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:26:55.760 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:26:55.760 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:26:55.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:26:55.760 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:26:55.760 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:26:55.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:26:55.760 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:26:55.760 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:26:55.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:26:55.760 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:26:55.760 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:26:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:54.560346+0000 mgr.y (mgr.24491) 10001 : cluster [DBG] pgmap v8833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:26:55.760415+0000 mon.c (mon.2) 327 : audit [DBG] from='client.? 172.21.15.177:0/2230370434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:26:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:54.560346+0000 mgr.y (mgr.24491) 10001 : cluster [DBG] pgmap v8833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:26:55.760415+0000 mon.c (mon.2) 327 : audit [DBG] from='client.? 172.21.15.177:0/2230370434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:26:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:54.560346+0000 mgr.y (mgr.24491) 10001 : cluster [DBG] pgmap v8833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:26:55.760415+0000 mon.c (mon.2) 327 : audit [DBG] from='client.? 172.21.15.177:0/2230370434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:26:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:26:55.142510+0000 mgr.y (mgr.24491) 10002 : audit [DBG] from='client.25128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:26:55.421043+0000 mgr.y (mgr.24491) 10003 : audit [DBG] from='client.35039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:26:55.142510+0000 mgr.y (mgr.24491) 10002 : audit [DBG] from='client.25128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:26:55.421043+0000 mgr.y (mgr.24491) 10003 : audit [DBG] from='client.35039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:26:55.142510+0000 mgr.y (mgr.24491) 10002 : audit [DBG] from='client.25128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:26:55.421043+0000 mgr.y (mgr.24491) 10003 : audit [DBG] from='client.35039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:26:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:26:57] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:26:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:56.560739+0000 mgr.y (mgr.24491) 10004 : cluster [DBG] pgmap v8834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:56.560739+0000 mgr.y (mgr.24491) 10004 : cluster [DBG] pgmap v8834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:26:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:56.560739+0000 mgr.y (mgr.24491) 10004 : cluster [DBG] pgmap v8834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:26:58.561185+0000 mgr.y (mgr.24491) 10005 : cluster [DBG] pgmap v8835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:26:58.561185+0000 mgr.y (mgr.24491) 10005 : cluster [DBG] pgmap v8835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:26:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:26:58.561185+0000 mgr.y (mgr.24491) 10005 : cluster [DBG] pgmap v8835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:27:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:00.561931+0000 mgr.y (mgr.24491) 10006 : cluster [DBG] pgmap v8836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:00.561931+0000 mgr.y (mgr.24491) 10006 : cluster [DBG] pgmap v8836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:00.561931+0000 mgr.y (mgr.24491) 10006 : cluster [DBG] pgmap v8836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:02.562348+0000 mgr.y (mgr.24491) 10007 : cluster [DBG] pgmap v8837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:02.562348+0000 mgr.y (mgr.24491) 10007 : cluster [DBG] pgmap v8837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:02.562348+0000 mgr.y (mgr.24491) 10007 : cluster [DBG] pgmap v8837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:04.563000+0000 mgr.y (mgr.24491) 10008 : cluster [DBG] pgmap v8838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:04.563000+0000 mgr.y (mgr.24491) 10008 : cluster [DBG] pgmap v8838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:04.563000+0000 mgr.y (mgr.24491) 10008 : cluster [DBG] pgmap v8838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:06.563413+0000 mgr.y (mgr.24491) 10009 : cluster [DBG] pgmap v8839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:06.563413+0000 mgr.y (mgr.24491) 10009 : cluster [DBG] pgmap v8839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:06.563413+0000 mgr.y (mgr.24491) 10009 : cluster [DBG] pgmap v8839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:07] "GET /metrics HTTP/1.1" 200 188367 "" "Prometheus/2.33.4" 2024-04-20T08:27:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:08.564027+0000 mgr.y (mgr.24491) 10010 : cluster [DBG] pgmap v8840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:08.564027+0000 mgr.y (mgr.24491) 10010 : cluster [DBG] pgmap v8840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:08.564027+0000 mgr.y (mgr.24491) 10010 : cluster [DBG] pgmap v8840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:27:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:10.564742+0000 mgr.y (mgr.24491) 10011 : cluster [DBG] pgmap v8841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:11.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:10.564742+0000 mgr.y (mgr.24491) 10011 : cluster [DBG] pgmap v8841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:10.564742+0000 mgr.y (mgr.24491) 10011 : cluster [DBG] pgmap v8841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:12.565400+0000 mgr.y (mgr.24491) 10012 : cluster [DBG] pgmap v8842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:12.565400+0000 mgr.y (mgr.24491) 10012 : cluster [DBG] pgmap v8842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:12.565400+0000 mgr.y (mgr.24491) 10012 : cluster [DBG] pgmap v8842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:14.566272+0000 mgr.y (mgr.24491) 10013 : cluster [DBG] pgmap v8843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:14.566272+0000 mgr.y (mgr.24491) 10013 : cluster [DBG] pgmap v8843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:14.566272+0000 mgr.y (mgr.24491) 10013 : cluster [DBG] pgmap v8843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:16.566898+0000 mgr.y (mgr.24491) 10014 : cluster [DBG] pgmap v8844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:17] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:27:17.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:16.566898+0000 mgr.y (mgr.24491) 10014 : cluster [DBG] pgmap v8844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:16.566898+0000 mgr.y (mgr.24491) 10014 : cluster [DBG] pgmap v8844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:18.567315+0000 mgr.y (mgr.24491) 10015 : cluster [DBG] pgmap v8845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:18.567315+0000 mgr.y (mgr.24491) 10015 : cluster [DBG] pgmap v8845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:18.567315+0000 mgr.y (mgr.24491) 10015 : cluster [DBG] pgmap v8845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:27:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:20.567996+0000 mgr.y (mgr.24491) 10016 : cluster [DBG] pgmap v8846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:27:21.214014+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:27:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:27:21.504147+0000 mon.a (mon.0) 2400 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:27:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:27:21.504726+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:27:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:27:21.509082+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:27:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:20.567996+0000 mgr.y (mgr.24491) 10016 : cluster [DBG] pgmap v8846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:27:21.214014+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:27:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:27:21.504147+0000 mon.a (mon.0) 2400 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:27:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:27:21.504726+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:27:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:27:21.509082+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:27:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:20.567996+0000 mgr.y (mgr.24491) 10016 : cluster [DBG] pgmap v8846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:27:21.214014+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:27:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:27:21.504147+0000 mon.a (mon.0) 2400 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:27:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:27:21.504726+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:27:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:27:21.509082+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:27:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:22.568494+0000 mgr.y (mgr.24491) 10017 : cluster [DBG] pgmap v8847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:22.568494+0000 mgr.y (mgr.24491) 10017 : cluster [DBG] pgmap v8847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:22.568494+0000 mgr.y (mgr.24491) 10017 : cluster [DBG] pgmap v8847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:24.569139+0000 mgr.y (mgr.24491) 10018 : cluster [DBG] pgmap v8848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:24.569139+0000 mgr.y (mgr.24491) 10018 : cluster [DBG] pgmap v8848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:24.569139+0000 mgr.y (mgr.24491) 10018 : cluster [DBG] pgmap v8848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:26.069 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:27:26.344 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:27:26.344 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 8m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:27:26.344 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 8m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:27:26.344 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 8m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:27:26.344 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 8m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:27:26.344 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 8m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:27:26.344 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:27:26.344 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:27:26.345 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 8m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:27:26.345 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 8m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:27:26.345 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 8m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:27:26.345 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 8m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:27:26.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 8m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:27:26.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 8m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:27:26.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 8m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:27:26.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 8m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:27:26.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 8m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:27:26.345 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 8m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:27:26.346 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 8m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:27:26.346 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 8m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:27:26.346 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 8m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:27:26.678 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:27:26.678 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:27:26.678 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:27:26.678 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:27:26.678 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:27:26.678 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:27:26.678 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:27:26.679 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:27:26.679 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:27:26.679 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:27:26.679 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:27:26.679 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:27:26.679 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:27:26.679 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:27:26.679 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:27:26.679 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:27:26.680 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:27:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:27] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:27:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:27:26.057961+0000 mgr.y (mgr.24491) 10019 : audit [DBG] from='client.35051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:27:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:27:26.336985+0000 mgr.y (mgr.24491) 10020 : audit [DBG] from='client.35057 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:27:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:26.569442+0000 mgr.y (mgr.24491) 10021 : cluster [DBG] pgmap v8849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:27:26.678608+0000 mon.c (mon.2) 328 : audit [DBG] from='client.? 172.21.15.177:0/4180001088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:27:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:27:26.057961+0000 mgr.y (mgr.24491) 10019 : audit [DBG] from='client.35051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:27:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:27:26.336985+0000 mgr.y (mgr.24491) 10020 : audit [DBG] from='client.35057 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:27:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:26.569442+0000 mgr.y (mgr.24491) 10021 : cluster [DBG] pgmap v8849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:27:26.678608+0000 mon.c (mon.2) 328 : audit [DBG] from='client.? 172.21.15.177:0/4180001088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:27:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:27:26.057961+0000 mgr.y (mgr.24491) 10019 : audit [DBG] from='client.35051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:27:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:27:26.336985+0000 mgr.y (mgr.24491) 10020 : audit [DBG] from='client.35057 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:27:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:26.569442+0000 mgr.y (mgr.24491) 10021 : cluster [DBG] pgmap v8849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:27:26.678608+0000 mon.c (mon.2) 328 : audit [DBG] from='client.? 172.21.15.177:0/4180001088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:27:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:28.569832+0000 mgr.y (mgr.24491) 10022 : cluster [DBG] pgmap v8850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:28.569832+0000 mgr.y (mgr.24491) 10022 : cluster [DBG] pgmap v8850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:28.569832+0000 mgr.y (mgr.24491) 10022 : cluster [DBG] pgmap v8850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:27:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:30.570458+0000 mgr.y (mgr.24491) 10023 : cluster [DBG] pgmap v8851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:30.570458+0000 mgr.y (mgr.24491) 10023 : cluster [DBG] pgmap v8851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:30.570458+0000 mgr.y (mgr.24491) 10023 : cluster [DBG] pgmap v8851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:32.570899+0000 mgr.y (mgr.24491) 10024 : cluster [DBG] pgmap v8852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:32.570899+0000 mgr.y (mgr.24491) 10024 : cluster [DBG] pgmap v8852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:32.570899+0000 mgr.y (mgr.24491) 10024 : cluster [DBG] pgmap v8852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:34.571536+0000 mgr.y (mgr.24491) 10025 : cluster [DBG] pgmap v8853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:34.571536+0000 mgr.y (mgr.24491) 10025 : cluster [DBG] pgmap v8853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:34.571536+0000 mgr.y (mgr.24491) 10025 : cluster [DBG] pgmap v8853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:36.571987+0000 mgr.y (mgr.24491) 10026 : cluster [DBG] pgmap v8854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:36.571987+0000 mgr.y (mgr.24491) 10026 : cluster [DBG] pgmap v8854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:37] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:27:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:36.571987+0000 mgr.y (mgr.24491) 10026 : cluster [DBG] pgmap v8854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:38.572504+0000 mgr.y (mgr.24491) 10027 : cluster [DBG] pgmap v8855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:38.572504+0000 mgr.y (mgr.24491) 10027 : cluster [DBG] pgmap v8855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:38.572504+0000 mgr.y (mgr.24491) 10027 : cluster [DBG] pgmap v8855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:27:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:40.573284+0000 mgr.y (mgr.24491) 10028 : cluster [DBG] pgmap v8856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:40.573284+0000 mgr.y (mgr.24491) 10028 : cluster [DBG] pgmap v8856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:40.573284+0000 mgr.y (mgr.24491) 10028 : cluster [DBG] pgmap v8856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:42.573870+0000 mgr.y (mgr.24491) 10029 : cluster [DBG] pgmap v8857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:42.573870+0000 mgr.y (mgr.24491) 10029 : cluster [DBG] pgmap v8857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:42.573870+0000 mgr.y (mgr.24491) 10029 : cluster [DBG] pgmap v8857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:44.574614+0000 mgr.y (mgr.24491) 10030 : cluster [DBG] pgmap v8858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:44.574614+0000 mgr.y (mgr.24491) 10030 : cluster [DBG] pgmap v8858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:44.574614+0000 mgr.y (mgr.24491) 10030 : cluster [DBG] pgmap v8858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:46.575077+0000 mgr.y (mgr.24491) 10031 : cluster [DBG] pgmap v8859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:47] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:27:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:46.575077+0000 mgr.y (mgr.24491) 10031 : cluster [DBG] pgmap v8859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:46.575077+0000 mgr.y (mgr.24491) 10031 : cluster [DBG] pgmap v8859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:48.575554+0000 mgr.y (mgr.24491) 10032 : cluster [DBG] pgmap v8860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:48.575554+0000 mgr.y (mgr.24491) 10032 : cluster [DBG] pgmap v8860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:48.575554+0000 mgr.y (mgr.24491) 10032 : cluster [DBG] pgmap v8860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:27:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:50.576198+0000 mgr.y (mgr.24491) 10033 : cluster [DBG] pgmap v8861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:50.576198+0000 mgr.y (mgr.24491) 10033 : cluster [DBG] pgmap v8861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:50.576198+0000 mgr.y (mgr.24491) 10033 : cluster [DBG] pgmap v8861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:52.576747+0000 mgr.y (mgr.24491) 10034 : cluster [DBG] pgmap v8862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:52.576747+0000 mgr.y (mgr.24491) 10034 : cluster [DBG] pgmap v8862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:52.576747+0000 mgr.y (mgr.24491) 10034 : cluster [DBG] pgmap v8862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:54.577637+0000 mgr.y (mgr.24491) 10035 : cluster [DBG] pgmap v8863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:54.577637+0000 mgr.y (mgr.24491) 10035 : cluster [DBG] pgmap v8863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:54.577637+0000 mgr.y (mgr.24491) 10035 : cluster [DBG] pgmap v8863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:56.988 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:27:57.262 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:27:57.262 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 8m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:27:57.262 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 8m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:27:57.263 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 8m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:27:57.263 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 8m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:27:57.263 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 8m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:27:57.263 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:27:57.263 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:27:57.263 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (4h) 8m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:27:57.263 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 8m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:27:57.263 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 8m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:27:57.263 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 8m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:27:57.263 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 8m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:27:57.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 8m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:27:57.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 8m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:27:57.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 8m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:27:57.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 8m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:27:57.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 8m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:27:57.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 8m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:27:57.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 8m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:27:57.264 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 8m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:27:57.593 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:27:57.593 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:27:57.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:27:57.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:27:57.593 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:27:57.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:27:57.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:27:57.594 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:27:57.594 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:27:57.594 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:27:57.594 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:27:57.594 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:27:57.594 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:27:57.594 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:27:57.594 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:27:57.594 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:27:57.594 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:27:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:56.578186+0000 mgr.y (mgr.24491) 10036 : cluster [DBG] pgmap v8864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:27:57.594023+0000 mon.c (mon.2) 329 : audit [DBG] from='client.? 172.21.15.177:0/2920205027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:27:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:27:57] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:27:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:56.578186+0000 mgr.y (mgr.24491) 10036 : cluster [DBG] pgmap v8864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:27:57.594023+0000 mon.c (mon.2) 329 : audit [DBG] from='client.? 172.21.15.177:0/2920205027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:27:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:56.578186+0000 mgr.y (mgr.24491) 10036 : cluster [DBG] pgmap v8864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:27:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:27:57.594023+0000 mon.c (mon.2) 329 : audit [DBG] from='client.? 172.21.15.177:0/2920205027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:27:59.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:27:56.977074+0000 mgr.y (mgr.24491) 10037 : audit [DBG] from='client.35069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:27:59.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:27:57.255808+0000 mgr.y (mgr.24491) 10038 : audit [DBG] from='client.35075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:27:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:27:56.977074+0000 mgr.y (mgr.24491) 10037 : audit [DBG] from='client.35069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:27:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:27:57.255808+0000 mgr.y (mgr.24491) 10038 : audit [DBG] from='client.35075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:27:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:27:56.977074+0000 mgr.y (mgr.24491) 10037 : audit [DBG] from='client.35069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:27:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:27:57.255808+0000 mgr.y (mgr.24491) 10038 : audit [DBG] from='client.35075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:28:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:27:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:27:58.578672+0000 mgr.y (mgr.24491) 10039 : cluster [DBG] pgmap v8865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:27:58.578672+0000 mgr.y (mgr.24491) 10039 : cluster [DBG] pgmap v8865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:27:58.578672+0000 mgr.y (mgr.24491) 10039 : cluster [DBG] pgmap v8865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:28:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:00.579431+0000 mgr.y (mgr.24491) 10040 : cluster [DBG] pgmap v8866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:00.579431+0000 mgr.y (mgr.24491) 10040 : cluster [DBG] pgmap v8866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:00.579431+0000 mgr.y (mgr.24491) 10040 : cluster [DBG] pgmap v8866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:02.579948+0000 mgr.y (mgr.24491) 10041 : cluster [DBG] pgmap v8867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:02.579948+0000 mgr.y (mgr.24491) 10041 : cluster [DBG] pgmap v8867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:02.579948+0000 mgr.y (mgr.24491) 10041 : cluster [DBG] pgmap v8867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:04.580714+0000 mgr.y (mgr.24491) 10042 : cluster [DBG] pgmap v8868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:04.580714+0000 mgr.y (mgr.24491) 10042 : cluster [DBG] pgmap v8868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:04.580714+0000 mgr.y (mgr.24491) 10042 : cluster [DBG] pgmap v8868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:06.581245+0000 mgr.y (mgr.24491) 10043 : cluster [DBG] pgmap v8869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:07] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:28:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:06.581245+0000 mgr.y (mgr.24491) 10043 : cluster [DBG] pgmap v8869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:06.581245+0000 mgr.y (mgr.24491) 10043 : cluster [DBG] pgmap v8869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:08.581780+0000 mgr.y (mgr.24491) 10044 : cluster [DBG] pgmap v8870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:08.581780+0000 mgr.y (mgr.24491) 10044 : cluster [DBG] pgmap v8870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:08.581780+0000 mgr.y (mgr.24491) 10044 : cluster [DBG] pgmap v8870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:28:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:10.582500+0000 mgr.y (mgr.24491) 10045 : cluster [DBG] pgmap v8871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:10.582500+0000 mgr.y (mgr.24491) 10045 : cluster [DBG] pgmap v8871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:10.582500+0000 mgr.y (mgr.24491) 10045 : cluster [DBG] pgmap v8871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:12.582990+0000 mgr.y (mgr.24491) 10046 : cluster [DBG] pgmap v8872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:12.582990+0000 mgr.y (mgr.24491) 10046 : cluster [DBG] pgmap v8872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:12.582990+0000 mgr.y (mgr.24491) 10046 : cluster [DBG] pgmap v8872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:14.583564+0000 mgr.y (mgr.24491) 10047 : cluster [DBG] pgmap v8873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:14.583564+0000 mgr.y (mgr.24491) 10047 : cluster [DBG] pgmap v8873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:14.583564+0000 mgr.y (mgr.24491) 10047 : cluster [DBG] pgmap v8873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:16.583981+0000 mgr.y (mgr.24491) 10048 : cluster [DBG] pgmap v8874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:17] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:28:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:16.583981+0000 mgr.y (mgr.24491) 10048 : cluster [DBG] pgmap v8874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:16.583981+0000 mgr.y (mgr.24491) 10048 : cluster [DBG] pgmap v8874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:18.584334+0000 mgr.y (mgr.24491) 10049 : cluster [DBG] pgmap v8875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:18.584334+0000 mgr.y (mgr.24491) 10049 : cluster [DBG] pgmap v8875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:18.584334+0000 mgr.y (mgr.24491) 10049 : cluster [DBG] pgmap v8875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:28:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:20.585218+0000 mgr.y (mgr.24491) 10050 : cluster [DBG] pgmap v8876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:28:21.513220+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:28:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:20.585218+0000 mgr.y (mgr.24491) 10050 : cluster [DBG] pgmap v8876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:28:21.513220+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:28:22.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:20.585218+0000 mgr.y (mgr.24491) 10050 : cluster [DBG] pgmap v8876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:22.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:28:21.513220+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:28:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:28:21.803896+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:28:23.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:28:21.804504+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:28:23.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:28:21.808659+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:28:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:28:21.803896+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:28:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:28:21.804504+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:28:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:28:21.808659+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:28:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:28:21.803896+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:28:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:28:21.804504+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:28:23.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:28:21.808659+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:28:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:22.585566+0000 mgr.y (mgr.24491) 10051 : cluster [DBG] pgmap v8877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:24.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:22.585566+0000 mgr.y (mgr.24491) 10051 : cluster [DBG] pgmap v8877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:22.585566+0000 mgr.y (mgr.24491) 10051 : cluster [DBG] pgmap v8877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:24.586367+0000 mgr.y (mgr.24491) 10052 : cluster [DBG] pgmap v8878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:26.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:24.586367+0000 mgr.y (mgr.24491) 10052 : cluster [DBG] pgmap v8878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:24.586367+0000 mgr.y (mgr.24491) 10052 : cluster [DBG] pgmap v8878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:27.902 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:28:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:27] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:28:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:26.586801+0000 mgr.y (mgr.24491) 10053 : cluster [DBG] pgmap v8879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:26.586801+0000 mgr.y (mgr.24491) 10053 : cluster [DBG] pgmap v8879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:28.178 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:28:28.178 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 9m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:28:28.178 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 9m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:28:28.178 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 9m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:28:28.178 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 9m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:28:28.178 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (4h) 9m ago 4h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:28:28.179 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:28:28.179 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:28:28.179 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 4h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:28:28.179 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (4h) 9m ago 4h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:28:28.179 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 9m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:28:28.179 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 9m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:28:28.179 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 9m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:28:28.179 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 9m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:28:28.179 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 9m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:28:28.179 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 9m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:28:28.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 9m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:28:28.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 9m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:28:28.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 9m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:28:28.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 9m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:28:28.180 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 9m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:28:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:26.586801+0000 mgr.y (mgr.24491) 10053 : cluster [DBG] pgmap v8879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:28.511 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:28:28.511 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:28:28.511 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:28:28.511 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:28:28.511 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:28:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:28:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:28:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:28:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:28:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:28:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:28:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:28:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:28:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:28:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:28:28.513 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:28:28.513 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:28:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:28:27.891085+0000 mgr.y (mgr.24491) 10054 : audit [DBG] from='client.35087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:28:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:28:28.512194+0000 mon.c (mon.2) 330 : audit [DBG] from='client.? 172.21.15.177:0/2707674052' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:28:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:28:27.891085+0000 mgr.y (mgr.24491) 10054 : audit [DBG] from='client.35087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:28:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:28:28.512194+0000 mon.c (mon.2) 330 : audit [DBG] from='client.? 172.21.15.177:0/2707674052' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:28:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:28:27.891085+0000 mgr.y (mgr.24491) 10054 : audit [DBG] from='client.35087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:28:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:28:28.512194+0000 mon.c (mon.2) 330 : audit [DBG] from='client.? 172.21.15.177:0/2707674052' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:28:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:28:28.171536+0000 mgr.y (mgr.24491) 10055 : audit [DBG] from='client.25188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:28:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:28.587204+0000 mgr.y (mgr.24491) 10056 : cluster [DBG] pgmap v8880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:30.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:28:28.171536+0000 mgr.y (mgr.24491) 10055 : audit [DBG] from='client.25188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:28:30.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:28.587204+0000 mgr.y (mgr.24491) 10056 : cluster [DBG] pgmap v8880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:28:28.171536+0000 mgr.y (mgr.24491) 10055 : audit [DBG] from='client.25188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:28:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:28.587204+0000 mgr.y (mgr.24491) 10056 : cluster [DBG] pgmap v8880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:28:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:30.587785+0000 mgr.y (mgr.24491) 10057 : cluster [DBG] pgmap v8881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:30.587785+0000 mgr.y (mgr.24491) 10057 : cluster [DBG] pgmap v8881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:30.587785+0000 mgr.y (mgr.24491) 10057 : cluster [DBG] pgmap v8881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:32.588379+0000 mgr.y (mgr.24491) 10058 : cluster [DBG] pgmap v8882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:32.588379+0000 mgr.y (mgr.24491) 10058 : cluster [DBG] pgmap v8882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:32.588379+0000 mgr.y (mgr.24491) 10058 : cluster [DBG] pgmap v8882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:34.589181+0000 mgr.y (mgr.24491) 10059 : cluster [DBG] pgmap v8883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:34.589181+0000 mgr.y (mgr.24491) 10059 : cluster [DBG] pgmap v8883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:34.589181+0000 mgr.y (mgr.24491) 10059 : cluster [DBG] pgmap v8883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:37] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:28:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:36.589592+0000 mgr.y (mgr.24491) 10060 : cluster [DBG] pgmap v8884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:36.589592+0000 mgr.y (mgr.24491) 10060 : cluster [DBG] pgmap v8884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:36.589592+0000 mgr.y (mgr.24491) 10060 : cluster [DBG] pgmap v8884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:38.590047+0000 mgr.y (mgr.24491) 10061 : cluster [DBG] pgmap v8885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:38.590047+0000 mgr.y (mgr.24491) 10061 : cluster [DBG] pgmap v8885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:38.590047+0000 mgr.y (mgr.24491) 10061 : cluster [DBG] pgmap v8885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:28:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:40.590676+0000 mgr.y (mgr.24491) 10062 : cluster [DBG] pgmap v8886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:40.590676+0000 mgr.y (mgr.24491) 10062 : cluster [DBG] pgmap v8886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:40.590676+0000 mgr.y (mgr.24491) 10062 : cluster [DBG] pgmap v8886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:42.591118+0000 mgr.y (mgr.24491) 10063 : cluster [DBG] pgmap v8887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:42.591118+0000 mgr.y (mgr.24491) 10063 : cluster [DBG] pgmap v8887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:42.591118+0000 mgr.y (mgr.24491) 10063 : cluster [DBG] pgmap v8887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:44.591676+0000 mgr.y (mgr.24491) 10064 : cluster [DBG] pgmap v8888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:44.591676+0000 mgr.y (mgr.24491) 10064 : cluster [DBG] pgmap v8888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:44.591676+0000 mgr.y (mgr.24491) 10064 : cluster [DBG] pgmap v8888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:47] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:28:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:46.592137+0000 mgr.y (mgr.24491) 10065 : cluster [DBG] pgmap v8889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:46.592137+0000 mgr.y (mgr.24491) 10065 : cluster [DBG] pgmap v8889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:46.592137+0000 mgr.y (mgr.24491) 10065 : cluster [DBG] pgmap v8889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:48.592540+0000 mgr.y (mgr.24491) 10066 : cluster [DBG] pgmap v8890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:48.592540+0000 mgr.y (mgr.24491) 10066 : cluster [DBG] pgmap v8890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:48.592540+0000 mgr.y (mgr.24491) 10066 : cluster [DBG] pgmap v8890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:28:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:50.593324+0000 mgr.y (mgr.24491) 10067 : cluster [DBG] pgmap v8891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:50.593324+0000 mgr.y (mgr.24491) 10067 : cluster [DBG] pgmap v8891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:50.593324+0000 mgr.y (mgr.24491) 10067 : cluster [DBG] pgmap v8891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:52.593758+0000 mgr.y (mgr.24491) 10068 : cluster [DBG] pgmap v8892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:52.593758+0000 mgr.y (mgr.24491) 10068 : cluster [DBG] pgmap v8892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:52.593758+0000 mgr.y (mgr.24491) 10068 : cluster [DBG] pgmap v8892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:54.594348+0000 mgr.y (mgr.24491) 10069 : cluster [DBG] pgmap v8893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:54.594348+0000 mgr.y (mgr.24491) 10069 : cluster [DBG] pgmap v8893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:54.594348+0000 mgr.y (mgr.24491) 10069 : cluster [DBG] pgmap v8893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:56.594916+0000 mgr.y (mgr.24491) 10070 : cluster [DBG] pgmap v8894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:56.594916+0000 mgr.y (mgr.24491) 10070 : cluster [DBG] pgmap v8894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:56.594916+0000 mgr.y (mgr.24491) 10070 : cluster [DBG] pgmap v8894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:28:57] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:28:58.824 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:28:59.098 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:28:59.099 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 9m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:28:59.099 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 9m ago 4h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:28:59.099 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 9m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:28:59.099 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 9m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:28:59.099 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 9m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:28:59.099 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:28:59.099 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 816M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:28:59.099 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 5h 427M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:28:59.099 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 9m ago 5h 432M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:28:59.100 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 9m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:28:59.100 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 9m ago 4h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:28:59.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (4h) 9m ago 4h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:28:59.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 9m ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:28:59.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 9m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:28:59.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 9m ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:28:59.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 9m ago 4h 43.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:28:59.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 9m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:28:59.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 9m ago 4h 42.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:28:59.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 9m ago 4h 43.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:28:59.100 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 9m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:28:59.432 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:28:59.433 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:28:59.433 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:28:59.433 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:28:59.433 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:28:59.433 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:28:59.433 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:28:59.433 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:28:59.433 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:28:59.433 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:28:59.434 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:28:59.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:28:59.434 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:28:59.434 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:28:59.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:28:59.434 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:28:59.434 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:28:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:28:58.595318+0000 mgr.y (mgr.24491) 10071 : cluster [DBG] pgmap v8895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:28:58.812545+0000 mgr.y (mgr.24491) 10072 : audit [DBG] from='client.25200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:28:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:28:59.433564+0000 mon.c (mon.2) 331 : audit [DBG] from='client.? 172.21.15.177:0/2449950440' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:28:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:28:58.595318+0000 mgr.y (mgr.24491) 10071 : cluster [DBG] pgmap v8895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:28:58.812545+0000 mgr.y (mgr.24491) 10072 : audit [DBG] from='client.25200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:28:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:28:59.433564+0000 mon.c (mon.2) 331 : audit [DBG] from='client.? 172.21.15.177:0/2449950440' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:28:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:28:58.595318+0000 mgr.y (mgr.24491) 10071 : cluster [DBG] pgmap v8895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:28:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:28:58.812545+0000 mgr.y (mgr.24491) 10072 : audit [DBG] from='client.25200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:29:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:28:59.433564+0000 mon.c (mon.2) 331 : audit [DBG] from='client.? 172.21.15.177:0/2449950440' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:29:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:28:59.091984+0000 mgr.y (mgr.24491) 10073 : audit [DBG] from='client.25206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:29:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:28:59.091984+0000 mgr.y (mgr.24491) 10073 : audit [DBG] from='client.25206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:29:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:28:59.091984+0000 mgr.y (mgr.24491) 10073 : audit [DBG] from='client.25206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:29:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:29:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:00.595970+0000 mgr.y (mgr.24491) 10074 : cluster [DBG] pgmap v8896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:00.595970+0000 mgr.y (mgr.24491) 10074 : cluster [DBG] pgmap v8896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:00.595970+0000 mgr.y (mgr.24491) 10074 : cluster [DBG] pgmap v8896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:02.596391+0000 mgr.y (mgr.24491) 10075 : cluster [DBG] pgmap v8897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:02.596391+0000 mgr.y (mgr.24491) 10075 : cluster [DBG] pgmap v8897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:02.596391+0000 mgr.y (mgr.24491) 10075 : cluster [DBG] pgmap v8897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:04.597278+0000 mgr.y (mgr.24491) 10076 : cluster [DBG] pgmap v8898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:04.597278+0000 mgr.y (mgr.24491) 10076 : cluster [DBG] pgmap v8898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:04.597278+0000 mgr.y (mgr.24491) 10076 : cluster [DBG] pgmap v8898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:06.597828+0000 mgr.y (mgr.24491) 10077 : cluster [DBG] pgmap v8899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:07] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:29:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:06.597828+0000 mgr.y (mgr.24491) 10077 : cluster [DBG] pgmap v8899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:06.597828+0000 mgr.y (mgr.24491) 10077 : cluster [DBG] pgmap v8899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:08.598290+0000 mgr.y (mgr.24491) 10078 : cluster [DBG] pgmap v8900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:08.598290+0000 mgr.y (mgr.24491) 10078 : cluster [DBG] pgmap v8900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:08.598290+0000 mgr.y (mgr.24491) 10078 : cluster [DBG] pgmap v8900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:29:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:10.598995+0000 mgr.y (mgr.24491) 10079 : cluster [DBG] pgmap v8901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:10.598995+0000 mgr.y (mgr.24491) 10079 : cluster [DBG] pgmap v8901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:10.598995+0000 mgr.y (mgr.24491) 10079 : cluster [DBG] pgmap v8901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:12.599439+0000 mgr.y (mgr.24491) 10080 : cluster [DBG] pgmap v8902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:12.599439+0000 mgr.y (mgr.24491) 10080 : cluster [DBG] pgmap v8902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:12.599439+0000 mgr.y (mgr.24491) 10080 : cluster [DBG] pgmap v8902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:14.600104+0000 mgr.y (mgr.24491) 10081 : cluster [DBG] pgmap v8903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:14.600104+0000 mgr.y (mgr.24491) 10081 : cluster [DBG] pgmap v8903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:14.600104+0000 mgr.y (mgr.24491) 10081 : cluster [DBG] pgmap v8903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:16.600592+0000 mgr.y (mgr.24491) 10082 : cluster [DBG] pgmap v8904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:17] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:29:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:16.600592+0000 mgr.y (mgr.24491) 10082 : cluster [DBG] pgmap v8904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:16.600592+0000 mgr.y (mgr.24491) 10082 : cluster [DBG] pgmap v8904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:18.601167+0000 mgr.y (mgr.24491) 10083 : cluster [DBG] pgmap v8905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:18.601167+0000 mgr.y (mgr.24491) 10083 : cluster [DBG] pgmap v8905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:18.601167+0000 mgr.y (mgr.24491) 10083 : cluster [DBG] pgmap v8905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:29:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:20.601885+0000 mgr.y (mgr.24491) 10084 : cluster [DBG] pgmap v8906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:20.601885+0000 mgr.y (mgr.24491) 10084 : cluster [DBG] pgmap v8906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:20.601885+0000 mgr.y (mgr.24491) 10084 : cluster [DBG] pgmap v8906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:29:21.812829+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:29:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:29:21.812829+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:29:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:29:21.812829+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:29:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:22.602352+0000 mgr.y (mgr.24491) 10085 : cluster [DBG] pgmap v8907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:22.602352+0000 mgr.y (mgr.24491) 10085 : cluster [DBG] pgmap v8907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:24.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:22.602352+0000 mgr.y (mgr.24491) 10085 : cluster [DBG] pgmap v8907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:29:24.422519+0000 mon.a (mon.0) 2408 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:29:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:24.602915+0000 mgr.y (mgr.24491) 10086 : cluster [DBG] pgmap v8908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:29:25.044566+0000 mon.a (mon.0) 2409 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:29:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:29:25.314727+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:29:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:29:25.315344+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:29:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:29:25.319875+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:29:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:29:24.422519+0000 mon.a (mon.0) 2408 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:29:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:24.602915+0000 mgr.y (mgr.24491) 10086 : cluster [DBG] pgmap v8908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:29:25.044566+0000 mon.a (mon.0) 2409 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:29:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:29:25.314727+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:29:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:29:25.315344+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:29:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:29:25.319875+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:29:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:29:24.422519+0000 mon.a (mon.0) 2408 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:29:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:24.602915+0000 mgr.y (mgr.24491) 10086 : cluster [DBG] pgmap v8908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:29:25.044566+0000 mon.a (mon.0) 2409 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:29:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:29:25.314727+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:29:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:29:25.315344+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:29:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:29:25.319875+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:29:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:26.603393+0000 mgr.y (mgr.24491) 10087 : cluster [DBG] pgmap v8909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:27] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:29:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:26.603393+0000 mgr.y (mgr.24491) 10087 : cluster [DBG] pgmap v8909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:26.603393+0000 mgr.y (mgr.24491) 10087 : cluster [DBG] pgmap v8909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:29.749 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:29:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:28.603987+0000 mgr.y (mgr.24491) 10088 : cluster [DBG] pgmap v8910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:30.026 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:29:30.026 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 5s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:29:30.026 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 4s ago 4h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:29:30.026 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 5s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:29:30.026 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 4s ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:29:30.026 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5s ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5s ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4s ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5s ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 5s ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 4s ago 4h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5s ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (4h) 5s ago 4h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (4h) 5s ago 4h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 5s ago 4h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 4s ago 4h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 4s ago 4h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:29:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 4s ago 4h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:29:30.028 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 4s ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:29:30.028 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4s ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:29:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:28.603987+0000 mgr.y (mgr.24491) 10088 : cluster [DBG] pgmap v8910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:28.603987+0000 mgr.y (mgr.24491) 10088 : cluster [DBG] pgmap v8910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:30.358 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:29:30.358 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:29:30.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:29:30.358 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:29:30.358 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:29:30.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:29:30.358 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:29:30.358 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:29:30.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:29:30.359 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:29:30.359 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:29:30.359 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:29:30.359 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:29:30.359 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:29:30.359 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:29:30.359 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:29:30.359 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:29:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:29:29.737771+0000 mgr.y (mgr.24491) 10089 : audit [DBG] from='client.25218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:29:31.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:29:30.358763+0000 mon.a (mon.0) 2413 : audit [DBG] from='client.? 172.21.15.177:0/1456090526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:29:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:29:29.737771+0000 mgr.y (mgr.24491) 10089 : audit [DBG] from='client.25218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:29:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:29:30.358763+0000 mon.a (mon.0) 2413 : audit [DBG] from='client.? 172.21.15.177:0/1456090526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:29:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:29:29.737771+0000 mgr.y (mgr.24491) 10089 : audit [DBG] from='client.25218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:29:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:29:30.358763+0000 mon.a (mon.0) 2413 : audit [DBG] from='client.? 172.21.15.177:0/1456090526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:29:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:29:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:29:30.019520+0000 mgr.y (mgr.24491) 10090 : audit [DBG] from='client.25224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:29:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:30.604793+0000 mgr.y (mgr.24491) 10091 : cluster [DBG] pgmap v8911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:29:30.019520+0000 mgr.y (mgr.24491) 10090 : audit [DBG] from='client.25224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:29:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:30.604793+0000 mgr.y (mgr.24491) 10091 : cluster [DBG] pgmap v8911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:29:30.019520+0000 mgr.y (mgr.24491) 10090 : audit [DBG] from='client.25224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:29:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:30.604793+0000 mgr.y (mgr.24491) 10091 : cluster [DBG] pgmap v8911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:32.605235+0000 mgr.y (mgr.24491) 10092 : cluster [DBG] pgmap v8912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:32.605235+0000 mgr.y (mgr.24491) 10092 : cluster [DBG] pgmap v8912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:32.605235+0000 mgr.y (mgr.24491) 10092 : cluster [DBG] pgmap v8912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:34.605925+0000 mgr.y (mgr.24491) 10093 : cluster [DBG] pgmap v8913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:34.605925+0000 mgr.y (mgr.24491) 10093 : cluster [DBG] pgmap v8913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:34.605925+0000 mgr.y (mgr.24491) 10093 : cluster [DBG] pgmap v8913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:36.606339+0000 mgr.y (mgr.24491) 10094 : cluster [DBG] pgmap v8914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:37] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:29:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:36.606339+0000 mgr.y (mgr.24491) 10094 : cluster [DBG] pgmap v8914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:36.606339+0000 mgr.y (mgr.24491) 10094 : cluster [DBG] pgmap v8914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:38.606767+0000 mgr.y (mgr.24491) 10095 : cluster [DBG] pgmap v8915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:38.606767+0000 mgr.y (mgr.24491) 10095 : cluster [DBG] pgmap v8915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:38.606767+0000 mgr.y (mgr.24491) 10095 : cluster [DBG] pgmap v8915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:29:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:40.607460+0000 mgr.y (mgr.24491) 10096 : cluster [DBG] pgmap v8916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:40.607460+0000 mgr.y (mgr.24491) 10096 : cluster [DBG] pgmap v8916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:40.607460+0000 mgr.y (mgr.24491) 10096 : cluster [DBG] pgmap v8916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:42.607919+0000 mgr.y (mgr.24491) 10097 : cluster [DBG] pgmap v8917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:42.607919+0000 mgr.y (mgr.24491) 10097 : cluster [DBG] pgmap v8917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:42.607919+0000 mgr.y (mgr.24491) 10097 : cluster [DBG] pgmap v8917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:44.608791+0000 mgr.y (mgr.24491) 10098 : cluster [DBG] pgmap v8918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:44.608791+0000 mgr.y (mgr.24491) 10098 : cluster [DBG] pgmap v8918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:44.608791+0000 mgr.y (mgr.24491) 10098 : cluster [DBG] pgmap v8918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:46.609212+0000 mgr.y (mgr.24491) 10099 : cluster [DBG] pgmap v8919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:47] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:29:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:46.609212+0000 mgr.y (mgr.24491) 10099 : cluster [DBG] pgmap v8919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:46.609212+0000 mgr.y (mgr.24491) 10099 : cluster [DBG] pgmap v8919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:48.609649+0000 mgr.y (mgr.24491) 10100 : cluster [DBG] pgmap v8920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:48.609649+0000 mgr.y (mgr.24491) 10100 : cluster [DBG] pgmap v8920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:48.609649+0000 mgr.y (mgr.24491) 10100 : cluster [DBG] pgmap v8920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:29:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:50.610511+0000 mgr.y (mgr.24491) 10101 : cluster [DBG] pgmap v8921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:50.610511+0000 mgr.y (mgr.24491) 10101 : cluster [DBG] pgmap v8921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:50.610511+0000 mgr.y (mgr.24491) 10101 : cluster [DBG] pgmap v8921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:52.611101+0000 mgr.y (mgr.24491) 10102 : cluster [DBG] pgmap v8922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:52.611101+0000 mgr.y (mgr.24491) 10102 : cluster [DBG] pgmap v8922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:52.611101+0000 mgr.y (mgr.24491) 10102 : cluster [DBG] pgmap v8922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:54.611750+0000 mgr.y (mgr.24491) 10103 : cluster [DBG] pgmap v8923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:54.611750+0000 mgr.y (mgr.24491) 10103 : cluster [DBG] pgmap v8923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:54.611750+0000 mgr.y (mgr.24491) 10103 : cluster [DBG] pgmap v8923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:56.612353+0000 mgr.y (mgr.24491) 10104 : cluster [DBG] pgmap v8924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:29:57] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:29:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:56.612353+0000 mgr.y (mgr.24491) 10104 : cluster [DBG] pgmap v8924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:56.612353+0000 mgr.y (mgr.24491) 10104 : cluster [DBG] pgmap v8924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:59.999 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:29:58.612788+0000 mgr.y (mgr.24491) 10105 : cluster [DBG] pgmap v8925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:29:59.999 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:29:58.612788+0000 mgr.y (mgr.24491) 10105 : cluster [DBG] pgmap v8925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:00.000 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T08:29:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:30:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:29:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:29:58.612788+0000 mgr.y (mgr.24491) 10105 : cluster [DBG] pgmap v8925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:00.668 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:30:00.943 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:30:00.943 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 36s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 35s ago 4h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 36s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 35s ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 35s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 36s ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 36s ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 35s ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 36s ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 36s ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 35s ago 4h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 36s ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 36s ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 36s ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (4h) 36s ago 4h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:30:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 35s ago 4h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:30:00.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 35s ago 4h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:30:00.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 35s ago 4h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:30:00.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 35s ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:30:00.945 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 35s ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:30:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:00.000156+0000 mon.a (mon.0) 2414 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:30:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:00.000156+0000 mon.a (mon.0) 2414 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:30:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:00.000156+0000 mon.a (mon.0) 2414 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:30:01.276 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:30:01.277 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:30:01.277 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:30:01.277 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:30:01.277 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:30:01.277 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:30:01.277 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:30:01.277 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:30:01.277 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:30:01.277 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:30:01.277 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:30:01.278 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:30:01.278 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:30:01.278 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:30:01.278 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:30:01.278 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:30:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:30:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:30:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:00.613383+0000 mgr.y (mgr.24491) 10106 : cluster [DBG] pgmap v8926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:30:00.657259+0000 mgr.y (mgr.24491) 10107 : audit [DBG] from='client.35141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:30:01.277673+0000 mon.c (mon.2) 332 : audit [DBG] from='client.? 172.21.15.177:0/1322163112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:30:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:00.613383+0000 mgr.y (mgr.24491) 10106 : cluster [DBG] pgmap v8926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:30:00.657259+0000 mgr.y (mgr.24491) 10107 : audit [DBG] from='client.35141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:30:01.277673+0000 mon.c (mon.2) 332 : audit [DBG] from='client.? 172.21.15.177:0/1322163112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:30:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:00.613383+0000 mgr.y (mgr.24491) 10106 : cluster [DBG] pgmap v8926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:30:00.657259+0000 mgr.y (mgr.24491) 10107 : audit [DBG] from='client.35141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:30:01.277673+0000 mon.c (mon.2) 332 : audit [DBG] from='client.? 172.21.15.177:0/1322163112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:30:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:30:00.936754+0000 mgr.y (mgr.24491) 10108 : audit [DBG] from='client.25242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:30:00.936754+0000 mgr.y (mgr.24491) 10108 : audit [DBG] from='client.25242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:30:00.936754+0000 mgr.y (mgr.24491) 10108 : audit [DBG] from='client.25242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:02.613776+0000 mgr.y (mgr.24491) 10109 : cluster [DBG] pgmap v8927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:02.613776+0000 mgr.y (mgr.24491) 10109 : cluster [DBG] pgmap v8927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:02.613776+0000 mgr.y (mgr.24491) 10109 : cluster [DBG] pgmap v8927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:04.614529+0000 mgr.y (mgr.24491) 10110 : cluster [DBG] pgmap v8928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:04.614529+0000 mgr.y (mgr.24491) 10110 : cluster [DBG] pgmap v8928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:04.614529+0000 mgr.y (mgr.24491) 10110 : cluster [DBG] pgmap v8928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:06.615125+0000 mgr.y (mgr.24491) 10111 : cluster [DBG] pgmap v8929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:06.615125+0000 mgr.y (mgr.24491) 10111 : cluster [DBG] pgmap v8929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:07] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:30:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:06.615125+0000 mgr.y (mgr.24491) 10111 : cluster [DBG] pgmap v8929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:08.615508+0000 mgr.y (mgr.24491) 10112 : cluster [DBG] pgmap v8930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:08.615508+0000 mgr.y (mgr.24491) 10112 : cluster [DBG] pgmap v8930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:08.615508+0000 mgr.y (mgr.24491) 10112 : cluster [DBG] pgmap v8930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:30:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:10.616356+0000 mgr.y (mgr.24491) 10113 : cluster [DBG] pgmap v8931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:10.616356+0000 mgr.y (mgr.24491) 10113 : cluster [DBG] pgmap v8931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:10.616356+0000 mgr.y (mgr.24491) 10113 : cluster [DBG] pgmap v8931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:12.616928+0000 mgr.y (mgr.24491) 10114 : cluster [DBG] pgmap v8932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:12.616928+0000 mgr.y (mgr.24491) 10114 : cluster [DBG] pgmap v8932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:12.616928+0000 mgr.y (mgr.24491) 10114 : cluster [DBG] pgmap v8932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:14.617770+0000 mgr.y (mgr.24491) 10115 : cluster [DBG] pgmap v8933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:14.617770+0000 mgr.y (mgr.24491) 10115 : cluster [DBG] pgmap v8933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:14.617770+0000 mgr.y (mgr.24491) 10115 : cluster [DBG] pgmap v8933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:17] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:30:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:16.618279+0000 mgr.y (mgr.24491) 10116 : cluster [DBG] pgmap v8934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:16.618279+0000 mgr.y (mgr.24491) 10116 : cluster [DBG] pgmap v8934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:16.618279+0000 mgr.y (mgr.24491) 10116 : cluster [DBG] pgmap v8934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:18.618822+0000 mgr.y (mgr.24491) 10117 : cluster [DBG] pgmap v8935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:18.618822+0000 mgr.y (mgr.24491) 10117 : cluster [DBG] pgmap v8935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:18.618822+0000 mgr.y (mgr.24491) 10117 : cluster [DBG] pgmap v8935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:30:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:20.619490+0000 mgr.y (mgr.24491) 10118 : cluster [DBG] pgmap v8936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:20.619490+0000 mgr.y (mgr.24491) 10118 : cluster [DBG] pgmap v8936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:20.619490+0000 mgr.y (mgr.24491) 10118 : cluster [DBG] pgmap v8936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:22.619997+0000 mgr.y (mgr.24491) 10119 : cluster [DBG] pgmap v8937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:24.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:22.619997+0000 mgr.y (mgr.24491) 10119 : cluster [DBG] pgmap v8937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:22.619997+0000 mgr.y (mgr.24491) 10119 : cluster [DBG] pgmap v8937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:24.620512+0000 mgr.y (mgr.24491) 10120 : cluster [DBG] pgmap v8938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:26.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:30:25.324457+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:30:26.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:30:25.622240+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:30:26.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:30:25.622943+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:30:26.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:30:25.627205+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:30:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:24.620512+0000 mgr.y (mgr.24491) 10120 : cluster [DBG] pgmap v8938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:30:25.324457+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:30:26.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:30:25.622240+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:30:26.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:30:25.622943+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:30:26.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:30:25.627205+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:30:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:24.620512+0000 mgr.y (mgr.24491) 10120 : cluster [DBG] pgmap v8938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:30:25.324457+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:30:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:30:25.622240+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:30:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:30:25.622943+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:30:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:30:25.627205+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:30:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:27] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:30:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:26.621031+0000 mgr.y (mgr.24491) 10121 : cluster [DBG] pgmap v8939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:26.621031+0000 mgr.y (mgr.24491) 10121 : cluster [DBG] pgmap v8939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:26.621031+0000 mgr.y (mgr.24491) 10121 : cluster [DBG] pgmap v8939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:28.621476+0000 mgr.y (mgr.24491) 10122 : cluster [DBG] pgmap v8940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:28.621476+0000 mgr.y (mgr.24491) 10122 : cluster [DBG] pgmap v8940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:28.621476+0000 mgr.y (mgr.24491) 10122 : cluster [DBG] pgmap v8940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:30:31.585 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:30:31.860 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:30:31.860 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 67s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:30:31.860 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 66s ago 4h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:30:31.860 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 67s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:30:31.860 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 66s ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:30:31.860 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 66s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 67s ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 67s ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 66s ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 67s ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 67s ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 66s ago 4h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 67s ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 67s ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 67s ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 67s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (4h) 66s ago 4h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 66s ago 4h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 66s ago 4h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 66s ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:30:31.861 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 66s ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:30:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:30.622207+0000 mgr.y (mgr.24491) 10123 : cluster [DBG] pgmap v8941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:30.622207+0000 mgr.y (mgr.24491) 10123 : cluster [DBG] pgmap v8941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:30:32.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:30:32.196 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:30:32.196 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:30:32.196 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:30:32.196 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:30:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:30.622207+0000 mgr.y (mgr.24491) 10123 : cluster [DBG] pgmap v8941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:30:31.574259+0000 mgr.y (mgr.24491) 10124 : audit [DBG] from='client.35159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:30:31.854019+0000 mgr.y (mgr.24491) 10125 : audit [DBG] from='client.25260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:30:32.196027+0000 mon.a (mon.0) 2419 : audit [DBG] from='client.? 172.21.15.177:0/3340677415' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:30:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:30:31.574259+0000 mgr.y (mgr.24491) 10124 : audit [DBG] from='client.35159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:30:31.854019+0000 mgr.y (mgr.24491) 10125 : audit [DBG] from='client.25260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:30:32.196027+0000 mon.a (mon.0) 2419 : audit [DBG] from='client.? 172.21.15.177:0/3340677415' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:30:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:30:31.574259+0000 mgr.y (mgr.24491) 10124 : audit [DBG] from='client.35159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:30:31.854019+0000 mgr.y (mgr.24491) 10125 : audit [DBG] from='client.25260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:30:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:30:32.196027+0000 mon.a (mon.0) 2419 : audit [DBG] from='client.? 172.21.15.177:0/3340677415' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:30:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:32.622550+0000 mgr.y (mgr.24491) 10126 : cluster [DBG] pgmap v8942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:32.622550+0000 mgr.y (mgr.24491) 10126 : cluster [DBG] pgmap v8942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:32.622550+0000 mgr.y (mgr.24491) 10126 : cluster [DBG] pgmap v8942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:34.623348+0000 mgr.y (mgr.24491) 10127 : cluster [DBG] pgmap v8943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:34.623348+0000 mgr.y (mgr.24491) 10127 : cluster [DBG] pgmap v8943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:34.623348+0000 mgr.y (mgr.24491) 10127 : cluster [DBG] pgmap v8943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:37] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:30:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:36.623767+0000 mgr.y (mgr.24491) 10128 : cluster [DBG] pgmap v8944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:36.623767+0000 mgr.y (mgr.24491) 10128 : cluster [DBG] pgmap v8944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:36.623767+0000 mgr.y (mgr.24491) 10128 : cluster [DBG] pgmap v8944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:38.624187+0000 mgr.y (mgr.24491) 10129 : cluster [DBG] pgmap v8945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:38.624187+0000 mgr.y (mgr.24491) 10129 : cluster [DBG] pgmap v8945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:38.624187+0000 mgr.y (mgr.24491) 10129 : cluster [DBG] pgmap v8945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:30:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:40.625027+0000 mgr.y (mgr.24491) 10130 : cluster [DBG] pgmap v8946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:40.625027+0000 mgr.y (mgr.24491) 10130 : cluster [DBG] pgmap v8946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:40.625027+0000 mgr.y (mgr.24491) 10130 : cluster [DBG] pgmap v8946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:42.625418+0000 mgr.y (mgr.24491) 10131 : cluster [DBG] pgmap v8947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:42.625418+0000 mgr.y (mgr.24491) 10131 : cluster [DBG] pgmap v8947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:42.625418+0000 mgr.y (mgr.24491) 10131 : cluster [DBG] pgmap v8947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:44.626023+0000 mgr.y (mgr.24491) 10132 : cluster [DBG] pgmap v8948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:44.626023+0000 mgr.y (mgr.24491) 10132 : cluster [DBG] pgmap v8948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:44.626023+0000 mgr.y (mgr.24491) 10132 : cluster [DBG] pgmap v8948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:47] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:30:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:46.626500+0000 mgr.y (mgr.24491) 10133 : cluster [DBG] pgmap v8949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:46.626500+0000 mgr.y (mgr.24491) 10133 : cluster [DBG] pgmap v8949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:46.626500+0000 mgr.y (mgr.24491) 10133 : cluster [DBG] pgmap v8949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:50.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:48.626994+0000 mgr.y (mgr.24491) 10134 : cluster [DBG] pgmap v8950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:50.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:48.626994+0000 mgr.y (mgr.24491) 10134 : cluster [DBG] pgmap v8950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:48.626994+0000 mgr.y (mgr.24491) 10134 : cluster [DBG] pgmap v8950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:30:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:50.627713+0000 mgr.y (mgr.24491) 10135 : cluster [DBG] pgmap v8951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:50.627713+0000 mgr.y (mgr.24491) 10135 : cluster [DBG] pgmap v8951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:50.627713+0000 mgr.y (mgr.24491) 10135 : cluster [DBG] pgmap v8951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:52.628229+0000 mgr.y (mgr.24491) 10136 : cluster [DBG] pgmap v8952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:54.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:52.628229+0000 mgr.y (mgr.24491) 10136 : cluster [DBG] pgmap v8952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:52.628229+0000 mgr.y (mgr.24491) 10136 : cluster [DBG] pgmap v8952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:54.628826+0000 mgr.y (mgr.24491) 10137 : cluster [DBG] pgmap v8953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:54.628826+0000 mgr.y (mgr.24491) 10137 : cluster [DBG] pgmap v8953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:54.628826+0000 mgr.y (mgr.24491) 10137 : cluster [DBG] pgmap v8953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:30:57] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:30:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:56.629416+0000 mgr.y (mgr.24491) 10138 : cluster [DBG] pgmap v8954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:56.629416+0000 mgr.y (mgr.24491) 10138 : cluster [DBG] pgmap v8954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:30:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:56.629416+0000 mgr.y (mgr.24491) 10138 : cluster [DBG] pgmap v8954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:30:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:30:58.629995+0000 mgr.y (mgr.24491) 10139 : cluster [DBG] pgmap v8955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:30:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:30:58.629995+0000 mgr.y (mgr.24491) 10139 : cluster [DBG] pgmap v8955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:30:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:30:58.629995+0000 mgr.y (mgr.24491) 10139 : cluster [DBG] pgmap v8955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:31:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:00.630645+0000 mgr.y (mgr.24491) 10140 : cluster [DBG] pgmap v8956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:00.630645+0000 mgr.y (mgr.24491) 10140 : cluster [DBG] pgmap v8956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:00.630645+0000 mgr.y (mgr.24491) 10140 : cluster [DBG] pgmap v8956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:02.523 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:31:02.803 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:31:02.803 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 98s ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:31:02.803 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 97s ago 4h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:31:02.803 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 98s ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:31:02.803 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 97s ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:31:02.803 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 97s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:31:02.803 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 98s ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:31:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 98s ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:31:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 97s ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:31:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 98s ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:31:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 98s ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:31:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 97s ago 4h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:31:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 98s ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:31:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 98s ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:31:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 98s ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:31:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 98s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:31:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 97s ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:31:02.805 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (4h) 97s ago 4h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:31:02.805 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 97s ago 4h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:31:02.805 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 97s ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:31:02.805 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 97s ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:31:03.135 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:31:03.135 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:31:03.135 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:31:03.135 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:31:03.135 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:31:03.135 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:31:03.135 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:31:03.135 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:31:03.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:31:03.136 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:31:03.136 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:31:03.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:31:03.136 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:31:03.136 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:31:03.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:31:03.136 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:31:03.136 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:31:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:31:02.511133+0000 mgr.y (mgr.24491) 10141 : audit [DBG] from='client.35177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:02.630984+0000 mgr.y (mgr.24491) 10142 : cluster [DBG] pgmap v8957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:31:02.795913+0000 mgr.y (mgr.24491) 10143 : audit [DBG] from='client.25278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:04.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:31:03.136200+0000 mon.c (mon.2) 333 : audit [DBG] from='client.? 172.21.15.177:0/3658715201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:31:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:31:02.511133+0000 mgr.y (mgr.24491) 10141 : audit [DBG] from='client.35177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:02.630984+0000 mgr.y (mgr.24491) 10142 : cluster [DBG] pgmap v8957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:31:02.795913+0000 mgr.y (mgr.24491) 10143 : audit [DBG] from='client.25278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:31:03.136200+0000 mon.c (mon.2) 333 : audit [DBG] from='client.? 172.21.15.177:0/3658715201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:31:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:31:02.511133+0000 mgr.y (mgr.24491) 10141 : audit [DBG] from='client.35177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:02.630984+0000 mgr.y (mgr.24491) 10142 : cluster [DBG] pgmap v8957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:31:02.795913+0000 mgr.y (mgr.24491) 10143 : audit [DBG] from='client.25278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:31:03.136200+0000 mon.c (mon.2) 333 : audit [DBG] from='client.? 172.21.15.177:0/3658715201' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:31:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:04.631551+0000 mgr.y (mgr.24491) 10144 : cluster [DBG] pgmap v8958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:04.631551+0000 mgr.y (mgr.24491) 10144 : cluster [DBG] pgmap v8958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:04.631551+0000 mgr.y (mgr.24491) 10144 : cluster [DBG] pgmap v8958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:06.631980+0000 mgr.y (mgr.24491) 10145 : cluster [DBG] pgmap v8959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:06.631980+0000 mgr.y (mgr.24491) 10145 : cluster [DBG] pgmap v8959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:06.631980+0000 mgr.y (mgr.24491) 10145 : cluster [DBG] pgmap v8959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:31:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:08.632434+0000 mgr.y (mgr.24491) 10146 : cluster [DBG] pgmap v8960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:08.632434+0000 mgr.y (mgr.24491) 10146 : cluster [DBG] pgmap v8960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:08.632434+0000 mgr.y (mgr.24491) 10146 : cluster [DBG] pgmap v8960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:31:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:10.633198+0000 mgr.y (mgr.24491) 10147 : cluster [DBG] pgmap v8961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:10.633198+0000 mgr.y (mgr.24491) 10147 : cluster [DBG] pgmap v8961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:10.633198+0000 mgr.y (mgr.24491) 10147 : cluster [DBG] pgmap v8961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:12.633595+0000 mgr.y (mgr.24491) 10148 : cluster [DBG] pgmap v8962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:12.633595+0000 mgr.y (mgr.24491) 10148 : cluster [DBG] pgmap v8962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:12.633595+0000 mgr.y (mgr.24491) 10148 : cluster [DBG] pgmap v8962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:14.634221+0000 mgr.y (mgr.24491) 10149 : cluster [DBG] pgmap v8963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:14.634221+0000 mgr.y (mgr.24491) 10149 : cluster [DBG] pgmap v8963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:14.634221+0000 mgr.y (mgr.24491) 10149 : cluster [DBG] pgmap v8963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:16.634626+0000 mgr.y (mgr.24491) 10150 : cluster [DBG] pgmap v8964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:17] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:31:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:16.634626+0000 mgr.y (mgr.24491) 10150 : cluster [DBG] pgmap v8964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:16.634626+0000 mgr.y (mgr.24491) 10150 : cluster [DBG] pgmap v8964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:18.635020+0000 mgr.y (mgr.24491) 10151 : cluster [DBG] pgmap v8965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:18.635020+0000 mgr.y (mgr.24491) 10151 : cluster [DBG] pgmap v8965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:18.635020+0000 mgr.y (mgr.24491) 10151 : cluster [DBG] pgmap v8965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:31:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:20.635923+0000 mgr.y (mgr.24491) 10152 : cluster [DBG] pgmap v8966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:20.635923+0000 mgr.y (mgr.24491) 10152 : cluster [DBG] pgmap v8966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:20.635923+0000 mgr.y (mgr.24491) 10152 : cluster [DBG] pgmap v8966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:22.636411+0000 mgr.y (mgr.24491) 10153 : cluster [DBG] pgmap v8967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:22.636411+0000 mgr.y (mgr.24491) 10153 : cluster [DBG] pgmap v8967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:22.636411+0000 mgr.y (mgr.24491) 10153 : cluster [DBG] pgmap v8967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:24.637145+0000 mgr.y (mgr.24491) 10154 : cluster [DBG] pgmap v8968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:31:25.631416+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:31:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:24.637145+0000 mgr.y (mgr.24491) 10154 : cluster [DBG] pgmap v8968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:31:25.631416+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:31:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:24.637145+0000 mgr.y (mgr.24491) 10154 : cluster [DBG] pgmap v8968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:31:25.631416+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:31:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:31:25.925995+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:31:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:31:25.926603+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:31:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:31:25.930763+0000 mon.a (mon.0) 2423 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:31:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:31:25.925995+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:31:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:31:25.926603+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:31:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:31:25.930763+0000 mon.a (mon.0) 2423 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:31:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:31:25.925995+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:31:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:31:25.926603+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:31:27.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:31:25.930763+0000 mon.a (mon.0) 2423 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:31:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:26.637711+0000 mgr.y (mgr.24491) 10155 : cluster [DBG] pgmap v8969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:27] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:31:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:26.637711+0000 mgr.y (mgr.24491) 10155 : cluster [DBG] pgmap v8969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:26.637711+0000 mgr.y (mgr.24491) 10155 : cluster [DBG] pgmap v8969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:28.638214+0000 mgr.y (mgr.24491) 10156 : cluster [DBG] pgmap v8970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:28.638214+0000 mgr.y (mgr.24491) 10156 : cluster [DBG] pgmap v8970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:28.638214+0000 mgr.y (mgr.24491) 10156 : cluster [DBG] pgmap v8970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:31:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:30.639000+0000 mgr.y (mgr.24491) 10157 : cluster [DBG] pgmap v8971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:30.639000+0000 mgr.y (mgr.24491) 10157 : cluster [DBG] pgmap v8971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:30.639000+0000 mgr.y (mgr.24491) 10157 : cluster [DBG] pgmap v8971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:33.446 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:31:33.721 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:31:33.721 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 2m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:31:33.721 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 2m ago 4h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:31:33.721 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 2m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:31:33.722 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 2m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:31:33.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:31:33.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:31:33.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:31:33.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:31:33.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:31:33.722 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 2m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:31:33.722 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 2m ago 4h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:31:33.722 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:31:33.722 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:31:33.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:31:33.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:31:33.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:31:33.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:31:33.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (4h) 2m ago 4h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:31:33.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (4h) 2m ago 4h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:31:33.723 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 2m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:31:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:32.639538+0000 mgr.y (mgr.24491) 10158 : cluster [DBG] pgmap v8972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:34.057 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:31:34.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:31:34.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:31:34.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:31:34.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:31:34.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:31:34.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:31:34.058 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:31:34.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:31:34.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:31:34.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:31:34.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:31:34.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:31:34.059 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:31:34.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:31:34.059 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:31:34.059 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:31:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:32.639538+0000 mgr.y (mgr.24491) 10158 : cluster [DBG] pgmap v8972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:32.639538+0000 mgr.y (mgr.24491) 10158 : cluster [DBG] pgmap v8972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:31:33.435167+0000 mgr.y (mgr.24491) 10159 : audit [DBG] from='client.35195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:31:33.714277+0000 mgr.y (mgr.24491) 10160 : audit [DBG] from='client.35201 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:31:34.058641+0000 mon.a (mon.0) 2424 : audit [DBG] from='client.? 172.21.15.177:0/3970719897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:31:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:31:33.435167+0000 mgr.y (mgr.24491) 10159 : audit [DBG] from='client.35195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:31:33.714277+0000 mgr.y (mgr.24491) 10160 : audit [DBG] from='client.35201 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:31:34.058641+0000 mon.a (mon.0) 2424 : audit [DBG] from='client.? 172.21.15.177:0/3970719897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:31:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:31:33.435167+0000 mgr.y (mgr.24491) 10159 : audit [DBG] from='client.35195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:35.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:31:33.714277+0000 mgr.y (mgr.24491) 10160 : audit [DBG] from='client.35201 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:31:35.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:31:34.058641+0000 mon.a (mon.0) 2424 : audit [DBG] from='client.? 172.21.15.177:0/3970719897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:31:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:34.640131+0000 mgr.y (mgr.24491) 10161 : cluster [DBG] pgmap v8973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:34.640131+0000 mgr.y (mgr.24491) 10161 : cluster [DBG] pgmap v8973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:34.640131+0000 mgr.y (mgr.24491) 10161 : cluster [DBG] pgmap v8973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:36.640534+0000 mgr.y (mgr.24491) 10162 : cluster [DBG] pgmap v8974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:37] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:31:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:36.640534+0000 mgr.y (mgr.24491) 10162 : cluster [DBG] pgmap v8974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:36.640534+0000 mgr.y (mgr.24491) 10162 : cluster [DBG] pgmap v8974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:38.641095+0000 mgr.y (mgr.24491) 10163 : cluster [DBG] pgmap v8975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:38.641095+0000 mgr.y (mgr.24491) 10163 : cluster [DBG] pgmap v8975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:38.641095+0000 mgr.y (mgr.24491) 10163 : cluster [DBG] pgmap v8975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:31:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:40.641814+0000 mgr.y (mgr.24491) 10164 : cluster [DBG] pgmap v8976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:40.641814+0000 mgr.y (mgr.24491) 10164 : cluster [DBG] pgmap v8976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:40.641814+0000 mgr.y (mgr.24491) 10164 : cluster [DBG] pgmap v8976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:42.642439+0000 mgr.y (mgr.24491) 10165 : cluster [DBG] pgmap v8977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:42.642439+0000 mgr.y (mgr.24491) 10165 : cluster [DBG] pgmap v8977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:42.642439+0000 mgr.y (mgr.24491) 10165 : cluster [DBG] pgmap v8977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:44.643028+0000 mgr.y (mgr.24491) 10166 : cluster [DBG] pgmap v8978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:44.643028+0000 mgr.y (mgr.24491) 10166 : cluster [DBG] pgmap v8978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:44.643028+0000 mgr.y (mgr.24491) 10166 : cluster [DBG] pgmap v8978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:31:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:46.643496+0000 mgr.y (mgr.24491) 10167 : cluster [DBG] pgmap v8979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:46.643496+0000 mgr.y (mgr.24491) 10167 : cluster [DBG] pgmap v8979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:46.643496+0000 mgr.y (mgr.24491) 10167 : cluster [DBG] pgmap v8979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:48.643897+0000 mgr.y (mgr.24491) 10168 : cluster [DBG] pgmap v8980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:48.643897+0000 mgr.y (mgr.24491) 10168 : cluster [DBG] pgmap v8980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:48.643897+0000 mgr.y (mgr.24491) 10168 : cluster [DBG] pgmap v8980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:31:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:50.644621+0000 mgr.y (mgr.24491) 10169 : cluster [DBG] pgmap v8981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:50.644621+0000 mgr.y (mgr.24491) 10169 : cluster [DBG] pgmap v8981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:50.644621+0000 mgr.y (mgr.24491) 10169 : cluster [DBG] pgmap v8981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:52.645179+0000 mgr.y (mgr.24491) 10170 : cluster [DBG] pgmap v8982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:54.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:52.645179+0000 mgr.y (mgr.24491) 10170 : cluster [DBG] pgmap v8982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:52.645179+0000 mgr.y (mgr.24491) 10170 : cluster [DBG] pgmap v8982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:54.645985+0000 mgr.y (mgr.24491) 10171 : cluster [DBG] pgmap v8983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:54.645985+0000 mgr.y (mgr.24491) 10171 : cluster [DBG] pgmap v8983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:54.645985+0000 mgr.y (mgr.24491) 10171 : cluster [DBG] pgmap v8983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:31:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:31:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:56.646375+0000 mgr.y (mgr.24491) 10172 : cluster [DBG] pgmap v8984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:56.646375+0000 mgr.y (mgr.24491) 10172 : cluster [DBG] pgmap v8984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:31:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:56.646375+0000 mgr.y (mgr.24491) 10172 : cluster [DBG] pgmap v8984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:31:58.646773+0000 mgr.y (mgr.24491) 10173 : cluster [DBG] pgmap v8985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:31:58.646773+0000 mgr.y (mgr.24491) 10173 : cluster [DBG] pgmap v8985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:31:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:31:58.646773+0000 mgr.y (mgr.24491) 10173 : cluster [DBG] pgmap v8985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:32:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:00.647499+0000 mgr.y (mgr.24491) 10174 : cluster [DBG] pgmap v8986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:00.647499+0000 mgr.y (mgr.24491) 10174 : cluster [DBG] pgmap v8986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:00.647499+0000 mgr.y (mgr.24491) 10174 : cluster [DBG] pgmap v8986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:02.647897+0000 mgr.y (mgr.24491) 10175 : cluster [DBG] pgmap v8987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:02.647897+0000 mgr.y (mgr.24491) 10175 : cluster [DBG] pgmap v8987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:02.647897+0000 mgr.y (mgr.24491) 10175 : cluster [DBG] pgmap v8987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:04.369 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:32:04.643 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:32:04.643 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 2m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:32:04.643 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 2m ago 4h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:32:04.643 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (4h) 2m ago 4h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:32:04.643 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (4h) 2m ago 4h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:32:04.643 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:32:04.643 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:32:04.643 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 2m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 2m ago 4h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 2m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:32:04.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 2m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:32:04.645 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 2m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:32:04.975 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:32:04.975 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:32:04.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:32:04.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:32:04.975 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:32:04.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:32:04.976 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:32:04.976 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:32:04.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:32:04.976 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:32:04.976 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:32:04.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:32:04.976 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:32:04.976 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:32:04.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:32:04.976 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:32:04.977 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:32:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:32:04.358367+0000 mgr.y (mgr.24491) 10176 : audit [DBG] from='client.25308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:06.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:32:04.636228+0000 mgr.y (mgr.24491) 10177 : audit [DBG] from='client.35219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:06.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:04.648469+0000 mgr.y (mgr.24491) 10178 : cluster [DBG] pgmap v8988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:06.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:32:04.975973+0000 mon.c (mon.2) 334 : audit [DBG] from='client.? 172.21.15.177:0/942489060' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:32:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:32:04.358367+0000 mgr.y (mgr.24491) 10176 : audit [DBG] from='client.25308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:32:04.636228+0000 mgr.y (mgr.24491) 10177 : audit [DBG] from='client.35219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:04.648469+0000 mgr.y (mgr.24491) 10178 : cluster [DBG] pgmap v8988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:06.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:32:04.975973+0000 mon.c (mon.2) 334 : audit [DBG] from='client.? 172.21.15.177:0/942489060' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:32:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:32:04.358367+0000 mgr.y (mgr.24491) 10176 : audit [DBG] from='client.25308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:32:04.636228+0000 mgr.y (mgr.24491) 10177 : audit [DBG] from='client.35219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:04.648469+0000 mgr.y (mgr.24491) 10178 : cluster [DBG] pgmap v8988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:32:04.975973+0000 mon.c (mon.2) 334 : audit [DBG] from='client.? 172.21.15.177:0/942489060' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:32:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:06.648867+0000 mgr.y (mgr.24491) 10179 : cluster [DBG] pgmap v8989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:08.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:07] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:32:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:06.648867+0000 mgr.y (mgr.24491) 10179 : cluster [DBG] pgmap v8989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:06.648867+0000 mgr.y (mgr.24491) 10179 : cluster [DBG] pgmap v8989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:08.649297+0000 mgr.y (mgr.24491) 10180 : cluster [DBG] pgmap v8990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:08.649297+0000 mgr.y (mgr.24491) 10180 : cluster [DBG] pgmap v8990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:08.649297+0000 mgr.y (mgr.24491) 10180 : cluster [DBG] pgmap v8990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:32:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:10.650135+0000 mgr.y (mgr.24491) 10181 : cluster [DBG] pgmap v8991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:10.650135+0000 mgr.y (mgr.24491) 10181 : cluster [DBG] pgmap v8991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:10.650135+0000 mgr.y (mgr.24491) 10181 : cluster [DBG] pgmap v8991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:12.650682+0000 mgr.y (mgr.24491) 10182 : cluster [DBG] pgmap v8992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:14.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:12.650682+0000 mgr.y (mgr.24491) 10182 : cluster [DBG] pgmap v8992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:12.650682+0000 mgr.y (mgr.24491) 10182 : cluster [DBG] pgmap v8992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:14.651429+0000 mgr.y (mgr.24491) 10183 : cluster [DBG] pgmap v8993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:14.651429+0000 mgr.y (mgr.24491) 10183 : cluster [DBG] pgmap v8993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:14.651429+0000 mgr.y (mgr.24491) 10183 : cluster [DBG] pgmap v8993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:16.651912+0000 mgr.y (mgr.24491) 10184 : cluster [DBG] pgmap v8994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:18.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:17] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:32:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:16.651912+0000 mgr.y (mgr.24491) 10184 : cluster [DBG] pgmap v8994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:16.651912+0000 mgr.y (mgr.24491) 10184 : cluster [DBG] pgmap v8994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:18.652374+0000 mgr.y (mgr.24491) 10185 : cluster [DBG] pgmap v8995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:18.652374+0000 mgr.y (mgr.24491) 10185 : cluster [DBG] pgmap v8995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:18.652374+0000 mgr.y (mgr.24491) 10185 : cluster [DBG] pgmap v8995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:32:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:20.653062+0000 mgr.y (mgr.24491) 10186 : cluster [DBG] pgmap v8996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:20.653062+0000 mgr.y (mgr.24491) 10186 : cluster [DBG] pgmap v8996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:20.653062+0000 mgr.y (mgr.24491) 10186 : cluster [DBG] pgmap v8996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:22.653496+0000 mgr.y (mgr.24491) 10187 : cluster [DBG] pgmap v8997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:22.653496+0000 mgr.y (mgr.24491) 10187 : cluster [DBG] pgmap v8997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:22.653496+0000 mgr.y (mgr.24491) 10187 : cluster [DBG] pgmap v8997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:24.654127+0000 mgr.y (mgr.24491) 10188 : cluster [DBG] pgmap v8998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:24.654127+0000 mgr.y (mgr.24491) 10188 : cluster [DBG] pgmap v8998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:24.654127+0000 mgr.y (mgr.24491) 10188 : cluster [DBG] pgmap v8998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:32:25.935131+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:32:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:32:26.175559+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:32:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:32:26.452898+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:32:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:32:26.453489+0000 mon.a (mon.0) 2428 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:32:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:32:26.457728+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:32:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:32:25.935131+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:32:27.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:32:26.175559+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:32:27.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:32:26.452898+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:32:27.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:32:26.453489+0000 mon.a (mon.0) 2428 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:32:27.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:32:26.457728+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:32:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:32:25.935131+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:32:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:32:26.175559+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:32:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:32:26.452898+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:32:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:32:26.453489+0000 mon.a (mon.0) 2428 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:32:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:32:26.457728+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:32:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:27] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:32:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:26.654622+0000 mgr.y (mgr.24491) 10189 : cluster [DBG] pgmap v8999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:26.654622+0000 mgr.y (mgr.24491) 10189 : cluster [DBG] pgmap v8999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:26.654622+0000 mgr.y (mgr.24491) 10189 : cluster [DBG] pgmap v8999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:28.655195+0000 mgr.y (mgr.24491) 10190 : cluster [DBG] pgmap v9000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:28.655195+0000 mgr.y (mgr.24491) 10190 : cluster [DBG] pgmap v9000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:28.655195+0000 mgr.y (mgr.24491) 10190 : cluster [DBG] pgmap v9000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:32:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:30.655972+0000 mgr.y (mgr.24491) 10191 : cluster [DBG] pgmap v9001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:30.655972+0000 mgr.y (mgr.24491) 10191 : cluster [DBG] pgmap v9001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:30.655972+0000 mgr.y (mgr.24491) 10191 : cluster [DBG] pgmap v9001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:32.656436+0000 mgr.y (mgr.24491) 10192 : cluster [DBG] pgmap v9002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:32.656436+0000 mgr.y (mgr.24491) 10192 : cluster [DBG] pgmap v9002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:32.656436+0000 mgr.y (mgr.24491) 10192 : cluster [DBG] pgmap v9002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:35.288 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:32:35.566 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:32:35.566 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 3m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:32:35.566 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 3m ago 4h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:32:35.566 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:32:35.566 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:32:35.566 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:32:35.566 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:32:35.566 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (4h) 3m ago 4h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 3m ago 4h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:32:35.567 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 3m ago 4h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:32:35.904 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:32:35.904 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:32:35.905 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:32:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:34.657289+0000 mgr.y (mgr.24491) 10193 : cluster [DBG] pgmap v9003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:34.657289+0000 mgr.y (mgr.24491) 10193 : cluster [DBG] pgmap v9003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:34.657289+0000 mgr.y (mgr.24491) 10193 : cluster [DBG] pgmap v9003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:32:35.277399+0000 mgr.y (mgr.24491) 10194 : audit [DBG] from='client.25326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:32:35.559442+0000 mgr.y (mgr.24491) 10195 : audit [DBG] from='client.35237 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:32:35.905863+0000 mon.c (mon.2) 335 : audit [DBG] from='client.? 172.21.15.177:0/21940899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:32:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:32:35.277399+0000 mgr.y (mgr.24491) 10194 : audit [DBG] from='client.25326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:32:35.559442+0000 mgr.y (mgr.24491) 10195 : audit [DBG] from='client.35237 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:32:35.905863+0000 mon.c (mon.2) 335 : audit [DBG] from='client.? 172.21.15.177:0/21940899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:32:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:32:35.277399+0000 mgr.y (mgr.24491) 10194 : audit [DBG] from='client.25326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:32:35.559442+0000 mgr.y (mgr.24491) 10195 : audit [DBG] from='client.35237 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:32:37.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:32:35.905863+0000 mon.c (mon.2) 335 : audit [DBG] from='client.? 172.21.15.177:0/21940899' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:32:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:36.657762+0000 mgr.y (mgr.24491) 10196 : cluster [DBG] pgmap v9004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:36.657762+0000 mgr.y (mgr.24491) 10196 : cluster [DBG] pgmap v9004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:38.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:37] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:32:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:36.657762+0000 mgr.y (mgr.24491) 10196 : cluster [DBG] pgmap v9004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:38.658263+0000 mgr.y (mgr.24491) 10197 : cluster [DBG] pgmap v9005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:38.658263+0000 mgr.y (mgr.24491) 10197 : cluster [DBG] pgmap v9005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:38.658263+0000 mgr.y (mgr.24491) 10197 : cluster [DBG] pgmap v9005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:32:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:40.659023+0000 mgr.y (mgr.24491) 10198 : cluster [DBG] pgmap v9006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:40.659023+0000 mgr.y (mgr.24491) 10198 : cluster [DBG] pgmap v9006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:40.659023+0000 mgr.y (mgr.24491) 10198 : cluster [DBG] pgmap v9006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:42.659498+0000 mgr.y (mgr.24491) 10199 : cluster [DBG] pgmap v9007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:44.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:42.659498+0000 mgr.y (mgr.24491) 10199 : cluster [DBG] pgmap v9007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:42.659498+0000 mgr.y (mgr.24491) 10199 : cluster [DBG] pgmap v9007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:44.660135+0000 mgr.y (mgr.24491) 10200 : cluster [DBG] pgmap v9008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:44.660135+0000 mgr.y (mgr.24491) 10200 : cluster [DBG] pgmap v9008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:44.660135+0000 mgr.y (mgr.24491) 10200 : cluster [DBG] pgmap v9008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:32:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:46.660706+0000 mgr.y (mgr.24491) 10201 : cluster [DBG] pgmap v9009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:46.660706+0000 mgr.y (mgr.24491) 10201 : cluster [DBG] pgmap v9009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:46.660706+0000 mgr.y (mgr.24491) 10201 : cluster [DBG] pgmap v9009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:48.661186+0000 mgr.y (mgr.24491) 10202 : cluster [DBG] pgmap v9010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:48.661186+0000 mgr.y (mgr.24491) 10202 : cluster [DBG] pgmap v9010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:48.661186+0000 mgr.y (mgr.24491) 10202 : cluster [DBG] pgmap v9010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:32:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:50.662042+0000 mgr.y (mgr.24491) 10203 : cluster [DBG] pgmap v9011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:50.662042+0000 mgr.y (mgr.24491) 10203 : cluster [DBG] pgmap v9011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:50.662042+0000 mgr.y (mgr.24491) 10203 : cluster [DBG] pgmap v9011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:52.662605+0000 mgr.y (mgr.24491) 10204 : cluster [DBG] pgmap v9012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:52.662605+0000 mgr.y (mgr.24491) 10204 : cluster [DBG] pgmap v9012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:52.662605+0000 mgr.y (mgr.24491) 10204 : cluster [DBG] pgmap v9012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:54.663197+0000 mgr.y (mgr.24491) 10205 : cluster [DBG] pgmap v9013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:54.663197+0000 mgr.y (mgr.24491) 10205 : cluster [DBG] pgmap v9013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:54.663197+0000 mgr.y (mgr.24491) 10205 : cluster [DBG] pgmap v9013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:56.663690+0000 mgr.y (mgr.24491) 10206 : cluster [DBG] pgmap v9014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:32:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:32:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:56.663690+0000 mgr.y (mgr.24491) 10206 : cluster [DBG] pgmap v9014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:32:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:56.663690+0000 mgr.y (mgr.24491) 10206 : cluster [DBG] pgmap v9014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:32:58.664179+0000 mgr.y (mgr.24491) 10207 : cluster [DBG] pgmap v9015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:32:58.664179+0000 mgr.y (mgr.24491) 10207 : cluster [DBG] pgmap v9015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:32:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:32:58.664179+0000 mgr.y (mgr.24491) 10207 : cluster [DBG] pgmap v9015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:33:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:00.664841+0000 mgr.y (mgr.24491) 10208 : cluster [DBG] pgmap v9016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:00.664841+0000 mgr.y (mgr.24491) 10208 : cluster [DBG] pgmap v9016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:00.664841+0000 mgr.y (mgr.24491) 10208 : cluster [DBG] pgmap v9016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:02.665265+0000 mgr.y (mgr.24491) 10209 : cluster [DBG] pgmap v9017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:02.665265+0000 mgr.y (mgr.24491) 10209 : cluster [DBG] pgmap v9017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:02.665265+0000 mgr.y (mgr.24491) 10209 : cluster [DBG] pgmap v9017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:04.665834+0000 mgr.y (mgr.24491) 10210 : cluster [DBG] pgmap v9018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:04.665834+0000 mgr.y (mgr.24491) 10210 : cluster [DBG] pgmap v9018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:06.217 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:33:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:04.665834+0000 mgr.y (mgr.24491) 10210 : cluster [DBG] pgmap v9018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:06.491 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:33:06.491 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 3m ago 4h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:33:06.491 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (4h) 3m ago 4h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:33:06.491 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:33:06.491 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:33:06.491 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:33:06.491 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:33:06.492 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:33:06.492 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:33:06.492 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:33:06.492 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:33:06.492 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (4h) 3m ago 4h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:33:06.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:33:06.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:33:06.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:33:06.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:33:06.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:33:06.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:33:06.493 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:33:06.493 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:33:06.493 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 3m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:33:06.827 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:33:06.827 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:33:06.827 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:33:06.827 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:33:06.828 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:33:06.828 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:33:06.828 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:33:06.828 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:33:06.828 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:33:06.828 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:33:06.828 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:33:06.828 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:33:06.828 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:33:06.828 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:33:06.829 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:33:06.829 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:33:06.829 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:33:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:33:06.828330+0000 mon.a (mon.0) 2430 : audit [DBG] from='client.? 172.21.15.177:0/4125757321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:33:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:33:06.828330+0000 mon.a (mon.0) 2430 : audit [DBG] from='client.? 172.21.15.177:0/4125757321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:33:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:33:06.828330+0000 mon.a (mon.0) 2430 : audit [DBG] from='client.? 172.21.15.177:0/4125757321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:33:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:07] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:33:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:33:06.206007+0000 mgr.y (mgr.24491) 10211 : audit [DBG] from='client.35249 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:33:06.484245+0000 mgr.y (mgr.24491) 10212 : audit [DBG] from='client.35255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:06.666206+0000 mgr.y (mgr.24491) 10213 : cluster [DBG] pgmap v9019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:33:06.206007+0000 mgr.y (mgr.24491) 10211 : audit [DBG] from='client.35249 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:33:06.484245+0000 mgr.y (mgr.24491) 10212 : audit [DBG] from='client.35255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:06.666206+0000 mgr.y (mgr.24491) 10213 : cluster [DBG] pgmap v9019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:33:06.206007+0000 mgr.y (mgr.24491) 10211 : audit [DBG] from='client.35249 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:33:06.484245+0000 mgr.y (mgr.24491) 10212 : audit [DBG] from='client.35255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:06.666206+0000 mgr.y (mgr.24491) 10213 : cluster [DBG] pgmap v9019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:08.666752+0000 mgr.y (mgr.24491) 10214 : cluster [DBG] pgmap v9020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:08.666752+0000 mgr.y (mgr.24491) 10214 : cluster [DBG] pgmap v9020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:08.666752+0000 mgr.y (mgr.24491) 10214 : cluster [DBG] pgmap v9020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:33:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:10.667497+0000 mgr.y (mgr.24491) 10215 : cluster [DBG] pgmap v9021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:10.667497+0000 mgr.y (mgr.24491) 10215 : cluster [DBG] pgmap v9021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:10.667497+0000 mgr.y (mgr.24491) 10215 : cluster [DBG] pgmap v9021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:12.668110+0000 mgr.y (mgr.24491) 10216 : cluster [DBG] pgmap v9022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:12.668110+0000 mgr.y (mgr.24491) 10216 : cluster [DBG] pgmap v9022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:12.668110+0000 mgr.y (mgr.24491) 10216 : cluster [DBG] pgmap v9022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:14.668702+0000 mgr.y (mgr.24491) 10217 : cluster [DBG] pgmap v9023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:14.668702+0000 mgr.y (mgr.24491) 10217 : cluster [DBG] pgmap v9023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:14.668702+0000 mgr.y (mgr.24491) 10217 : cluster [DBG] pgmap v9023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:33:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:16.669281+0000 mgr.y (mgr.24491) 10218 : cluster [DBG] pgmap v9024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:16.669281+0000 mgr.y (mgr.24491) 10218 : cluster [DBG] pgmap v9024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:16.669281+0000 mgr.y (mgr.24491) 10218 : cluster [DBG] pgmap v9024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:18.669679+0000 mgr.y (mgr.24491) 10219 : cluster [DBG] pgmap v9025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:18.669679+0000 mgr.y (mgr.24491) 10219 : cluster [DBG] pgmap v9025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:18.669679+0000 mgr.y (mgr.24491) 10219 : cluster [DBG] pgmap v9025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:33:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:20.670405+0000 mgr.y (mgr.24491) 10220 : cluster [DBG] pgmap v9026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:20.670405+0000 mgr.y (mgr.24491) 10220 : cluster [DBG] pgmap v9026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:20.670405+0000 mgr.y (mgr.24491) 10220 : cluster [DBG] pgmap v9026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:22.671029+0000 mgr.y (mgr.24491) 10221 : cluster [DBG] pgmap v9027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:22.671029+0000 mgr.y (mgr.24491) 10221 : cluster [DBG] pgmap v9027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:22.671029+0000 mgr.y (mgr.24491) 10221 : cluster [DBG] pgmap v9027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:24.671891+0000 mgr.y (mgr.24491) 10222 : cluster [DBG] pgmap v9028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:24.671891+0000 mgr.y (mgr.24491) 10222 : cluster [DBG] pgmap v9028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:24.671891+0000 mgr.y (mgr.24491) 10222 : cluster [DBG] pgmap v9028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:33:26.462567+0000 mon.a (mon.0) 2431 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:33:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:33:26.704789+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:33:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:33:26.462567+0000 mon.a (mon.0) 2431 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:33:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:33:26.704789+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:33:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:33:26.462567+0000 mon.a (mon.0) 2431 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:33:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:33:26.704789+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:33:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:33:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:26.672247+0000 mgr.y (mgr.24491) 10223 : cluster [DBG] pgmap v9029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:33:26.982784+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:33:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:33:26.983426+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:33:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:33:26.987340+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:33:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:26.672247+0000 mgr.y (mgr.24491) 10223 : cluster [DBG] pgmap v9029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:33:26.982784+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:33:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:33:26.983426+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:33:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:33:26.987340+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:33:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:26.672247+0000 mgr.y (mgr.24491) 10223 : cluster [DBG] pgmap v9029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:33:26.982784+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:33:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:33:26.983426+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:33:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:33:26.987340+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:33:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:28.672637+0000 mgr.y (mgr.24491) 10224 : cluster [DBG] pgmap v9030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:28.672637+0000 mgr.y (mgr.24491) 10224 : cluster [DBG] pgmap v9030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:28.672637+0000 mgr.y (mgr.24491) 10224 : cluster [DBG] pgmap v9030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:33:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:30.673276+0000 mgr.y (mgr.24491) 10225 : cluster [DBG] pgmap v9031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:30.673276+0000 mgr.y (mgr.24491) 10225 : cluster [DBG] pgmap v9031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:30.673276+0000 mgr.y (mgr.24491) 10225 : cluster [DBG] pgmap v9031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:32.673627+0000 mgr.y (mgr.24491) 10226 : cluster [DBG] pgmap v9032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:32.673627+0000 mgr.y (mgr.24491) 10226 : cluster [DBG] pgmap v9032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:32.673627+0000 mgr.y (mgr.24491) 10226 : cluster [DBG] pgmap v9032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:34.674332+0000 mgr.y (mgr.24491) 10227 : cluster [DBG] pgmap v9033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:34.674332+0000 mgr.y (mgr.24491) 10227 : cluster [DBG] pgmap v9033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:34.674332+0000 mgr.y (mgr.24491) 10227 : cluster [DBG] pgmap v9033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:37.137 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:33:37.411 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:33:37.411 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:33:37.412 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 4m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:33:37.412 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 4m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:33:37.412 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 4m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:33:37.412 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:33:37.412 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 4m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:33:37.412 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 4m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:33:37.412 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:33:37.412 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 4m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:33:37.412 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 4m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:33:37.412 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 4m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:33:37.412 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 4m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:33:37.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 4m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:33:37.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 4m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:33:37.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 4m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:33:37.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 4m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:33:37.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 4m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:33:37.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 4m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:33:37.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 4m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:33:37.413 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:33:37.747 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:33:37.747 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:33:37.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:33:37.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:33:37.747 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:33:37.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:33:37.748 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:33:37.748 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:33:37.748 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:33:37.748 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:33:37.748 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:33:37.748 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:33:37.748 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:33:37.748 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:33:37.748 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:33:37.748 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:33:37.748 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:33:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:36.674832+0000 mgr.y (mgr.24491) 10228 : cluster [DBG] pgmap v9034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:37] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:33:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:36.674832+0000 mgr.y (mgr.24491) 10228 : cluster [DBG] pgmap v9034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:36.674832+0000 mgr.y (mgr.24491) 10228 : cluster [DBG] pgmap v9034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:33:37.125811+0000 mgr.y (mgr.24491) 10229 : audit [DBG] from='client.35267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:39.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:33:37.404810+0000 mgr.y (mgr.24491) 10230 : audit [DBG] from='client.35273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:39.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:33:37.748249+0000 mon.c (mon.2) 336 : audit [DBG] from='client.? 172.21.15.177:0/2885077922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:33:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:33:37.125811+0000 mgr.y (mgr.24491) 10229 : audit [DBG] from='client.35267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:33:37.404810+0000 mgr.y (mgr.24491) 10230 : audit [DBG] from='client.35273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:33:37.748249+0000 mon.c (mon.2) 336 : audit [DBG] from='client.? 172.21.15.177:0/2885077922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:33:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:33:37.125811+0000 mgr.y (mgr.24491) 10229 : audit [DBG] from='client.35267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:33:37.404810+0000 mgr.y (mgr.24491) 10230 : audit [DBG] from='client.35273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:33:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:33:37.748249+0000 mon.c (mon.2) 336 : audit [DBG] from='client.? 172.21.15.177:0/2885077922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:33:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:38.675380+0000 mgr.y (mgr.24491) 10231 : cluster [DBG] pgmap v9035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:38.675380+0000 mgr.y (mgr.24491) 10231 : cluster [DBG] pgmap v9035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:38.675380+0000 mgr.y (mgr.24491) 10231 : cluster [DBG] pgmap v9035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:33:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:40.676101+0000 mgr.y (mgr.24491) 10232 : cluster [DBG] pgmap v9036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:40.676101+0000 mgr.y (mgr.24491) 10232 : cluster [DBG] pgmap v9036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:40.676101+0000 mgr.y (mgr.24491) 10232 : cluster [DBG] pgmap v9036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:42.676670+0000 mgr.y (mgr.24491) 10233 : cluster [DBG] pgmap v9037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:42.676670+0000 mgr.y (mgr.24491) 10233 : cluster [DBG] pgmap v9037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:42.676670+0000 mgr.y (mgr.24491) 10233 : cluster [DBG] pgmap v9037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:44.677535+0000 mgr.y (mgr.24491) 10234 : cluster [DBG] pgmap v9038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:44.677535+0000 mgr.y (mgr.24491) 10234 : cluster [DBG] pgmap v9038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:44.677535+0000 mgr.y (mgr.24491) 10234 : cluster [DBG] pgmap v9038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:47] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:33:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:46.678119+0000 mgr.y (mgr.24491) 10235 : cluster [DBG] pgmap v9039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:46.678119+0000 mgr.y (mgr.24491) 10235 : cluster [DBG] pgmap v9039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:46.678119+0000 mgr.y (mgr.24491) 10235 : cluster [DBG] pgmap v9039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:48.678536+0000 mgr.y (mgr.24491) 10236 : cluster [DBG] pgmap v9040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:50.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:48.678536+0000 mgr.y (mgr.24491) 10236 : cluster [DBG] pgmap v9040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:48.678536+0000 mgr.y (mgr.24491) 10236 : cluster [DBG] pgmap v9040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:33:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:50.679353+0000 mgr.y (mgr.24491) 10237 : cluster [DBG] pgmap v9041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:50.679353+0000 mgr.y (mgr.24491) 10237 : cluster [DBG] pgmap v9041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:50.679353+0000 mgr.y (mgr.24491) 10237 : cluster [DBG] pgmap v9041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:52.679759+0000 mgr.y (mgr.24491) 10238 : cluster [DBG] pgmap v9042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:52.679759+0000 mgr.y (mgr.24491) 10238 : cluster [DBG] pgmap v9042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:52.679759+0000 mgr.y (mgr.24491) 10238 : cluster [DBG] pgmap v9042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:54.680371+0000 mgr.y (mgr.24491) 10239 : cluster [DBG] pgmap v9043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:54.680371+0000 mgr.y (mgr.24491) 10239 : cluster [DBG] pgmap v9043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:54.680371+0000 mgr.y (mgr.24491) 10239 : cluster [DBG] pgmap v9043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:33:57] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:33:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:56.680820+0000 mgr.y (mgr.24491) 10240 : cluster [DBG] pgmap v9044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:56.680820+0000 mgr.y (mgr.24491) 10240 : cluster [DBG] pgmap v9044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:33:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:56.680820+0000 mgr.y (mgr.24491) 10240 : cluster [DBG] pgmap v9044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:33:58.681262+0000 mgr.y (mgr.24491) 10241 : cluster [DBG] pgmap v9045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:33:58.681262+0000 mgr.y (mgr.24491) 10241 : cluster [DBG] pgmap v9045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:33:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:33:58.681262+0000 mgr.y (mgr.24491) 10241 : cluster [DBG] pgmap v9045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:34:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:00.681987+0000 mgr.y (mgr.24491) 10242 : cluster [DBG] pgmap v9046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:00.681987+0000 mgr.y (mgr.24491) 10242 : cluster [DBG] pgmap v9046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:00.681987+0000 mgr.y (mgr.24491) 10242 : cluster [DBG] pgmap v9046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:02.682362+0000 mgr.y (mgr.24491) 10243 : cluster [DBG] pgmap v9047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:02.682362+0000 mgr.y (mgr.24491) 10243 : cluster [DBG] pgmap v9047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:02.682362+0000 mgr.y (mgr.24491) 10243 : cluster [DBG] pgmap v9047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:04.683057+0000 mgr.y (mgr.24491) 10244 : cluster [DBG] pgmap v9048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:04.683057+0000 mgr.y (mgr.24491) 10244 : cluster [DBG] pgmap v9048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:04.683057+0000 mgr.y (mgr.24491) 10244 : cluster [DBG] pgmap v9048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:08.057 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:34:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:07] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:34:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:06.683387+0000 mgr.y (mgr.24491) 10245 : cluster [DBG] pgmap v9049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:06.683387+0000 mgr.y (mgr.24491) 10245 : cluster [DBG] pgmap v9049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:06.683387+0000 mgr.y (mgr.24491) 10245 : cluster [DBG] pgmap v9049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:08.332 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (4h) 4m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 4m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 4m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 4m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 4m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 4m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 4m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 4m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 4m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:34:08.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 4m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:34:08.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 4m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:34:08.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 4m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:34:08.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 4m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:34:08.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 4m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:34:08.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 4m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:34:08.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 4m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:34:08.334 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 4m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:34:08.334 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (4h) 4m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:34:08.666 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:34:08.666 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:34:08.666 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:34:08.666 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:34:08.666 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:34:08.666 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:34:08.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:34:08.667 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:34:08.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:34:08.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:34:08.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:34:08.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:34:08.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:34:08.667 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:34:08.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:34:08.667 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:34:08.667 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:34:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:34:08.667148+0000 mon.a (mon.0) 2436 : audit [DBG] from='client.? 172.21.15.177:0/3742447037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:34:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:34:08.667148+0000 mon.a (mon.0) 2436 : audit [DBG] from='client.? 172.21.15.177:0/3742447037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:34:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:34:08.667148+0000 mon.a (mon.0) 2436 : audit [DBG] from='client.? 172.21.15.177:0/3742447037' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:34:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:34:08.045923+0000 mgr.y (mgr.24491) 10246 : audit [DBG] from='client.35285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:34:08.326043+0000 mgr.y (mgr.24491) 10247 : audit [DBG] from='client.25386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:08.683759+0000 mgr.y (mgr.24491) 10248 : cluster [DBG] pgmap v9050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:34:08.045923+0000 mgr.y (mgr.24491) 10246 : audit [DBG] from='client.35285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:34:08.326043+0000 mgr.y (mgr.24491) 10247 : audit [DBG] from='client.25386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:08.683759+0000 mgr.y (mgr.24491) 10248 : cluster [DBG] pgmap v9050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:34:08.045923+0000 mgr.y (mgr.24491) 10246 : audit [DBG] from='client.35285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:34:08.326043+0000 mgr.y (mgr.24491) 10247 : audit [DBG] from='client.25386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:08.683759+0000 mgr.y (mgr.24491) 10248 : cluster [DBG] pgmap v9050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:34:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:10.684465+0000 mgr.y (mgr.24491) 10249 : cluster [DBG] pgmap v9051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:10.684465+0000 mgr.y (mgr.24491) 10249 : cluster [DBG] pgmap v9051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:10.684465+0000 mgr.y (mgr.24491) 10249 : cluster [DBG] pgmap v9051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:12.684959+0000 mgr.y (mgr.24491) 10250 : cluster [DBG] pgmap v9052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:12.684959+0000 mgr.y (mgr.24491) 10250 : cluster [DBG] pgmap v9052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:12.684959+0000 mgr.y (mgr.24491) 10250 : cluster [DBG] pgmap v9052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:14.685571+0000 mgr.y (mgr.24491) 10251 : cluster [DBG] pgmap v9053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:14.685571+0000 mgr.y (mgr.24491) 10251 : cluster [DBG] pgmap v9053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:14.685571+0000 mgr.y (mgr.24491) 10251 : cluster [DBG] pgmap v9053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:17] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:34:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:16.686025+0000 mgr.y (mgr.24491) 10252 : cluster [DBG] pgmap v9054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:16.686025+0000 mgr.y (mgr.24491) 10252 : cluster [DBG] pgmap v9054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:16.686025+0000 mgr.y (mgr.24491) 10252 : cluster [DBG] pgmap v9054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:18.686403+0000 mgr.y (mgr.24491) 10253 : cluster [DBG] pgmap v9055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:18.686403+0000 mgr.y (mgr.24491) 10253 : cluster [DBG] pgmap v9055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:18.686403+0000 mgr.y (mgr.24491) 10253 : cluster [DBG] pgmap v9055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:34:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:20.687046+0000 mgr.y (mgr.24491) 10254 : cluster [DBG] pgmap v9056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:20.687046+0000 mgr.y (mgr.24491) 10254 : cluster [DBG] pgmap v9056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:20.687046+0000 mgr.y (mgr.24491) 10254 : cluster [DBG] pgmap v9056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:22.687396+0000 mgr.y (mgr.24491) 10255 : cluster [DBG] pgmap v9057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:22.687396+0000 mgr.y (mgr.24491) 10255 : cluster [DBG] pgmap v9057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:22.687396+0000 mgr.y (mgr.24491) 10255 : cluster [DBG] pgmap v9057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:24.688125+0000 mgr.y (mgr.24491) 10256 : cluster [DBG] pgmap v9058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:24.688125+0000 mgr.y (mgr.24491) 10256 : cluster [DBG] pgmap v9058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:24.688125+0000 mgr.y (mgr.24491) 10256 : cluster [DBG] pgmap v9058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:27] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:34:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:26.688554+0000 mgr.y (mgr.24491) 10257 : cluster [DBG] pgmap v9059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:34:26.991692+0000 mon.a (mon.0) 2437 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:34:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:34:27.284993+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:34:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:34:27.285609+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:34:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:34:27.292954+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:34:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:26.688554+0000 mgr.y (mgr.24491) 10257 : cluster [DBG] pgmap v9059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:34:26.991692+0000 mon.a (mon.0) 2437 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:34:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:34:27.284993+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:34:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:34:27.285609+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:34:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:34:27.292954+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:34:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:26.688554+0000 mgr.y (mgr.24491) 10257 : cluster [DBG] pgmap v9059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:34:26.991692+0000 mon.a (mon.0) 2437 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:34:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:34:27.284993+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:34:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:34:27.285609+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:34:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:34:27.292954+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:34:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:28.689022+0000 mgr.y (mgr.24491) 10258 : cluster [DBG] pgmap v9060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:28.689022+0000 mgr.y (mgr.24491) 10258 : cluster [DBG] pgmap v9060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:28.689022+0000 mgr.y (mgr.24491) 10258 : cluster [DBG] pgmap v9060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:34:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:30.689831+0000 mgr.y (mgr.24491) 10259 : cluster [DBG] pgmap v9061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:30.689831+0000 mgr.y (mgr.24491) 10259 : cluster [DBG] pgmap v9061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:30.689831+0000 mgr.y (mgr.24491) 10259 : cluster [DBG] pgmap v9061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:32.690360+0000 mgr.y (mgr.24491) 10260 : cluster [DBG] pgmap v9062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:32.690360+0000 mgr.y (mgr.24491) 10260 : cluster [DBG] pgmap v9062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:32.690360+0000 mgr.y (mgr.24491) 10260 : cluster [DBG] pgmap v9062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:34.691029+0000 mgr.y (mgr.24491) 10261 : cluster [DBG] pgmap v9063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:34.691029+0000 mgr.y (mgr.24491) 10261 : cluster [DBG] pgmap v9063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:34.691029+0000 mgr.y (mgr.24491) 10261 : cluster [DBG] pgmap v9063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:37] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:34:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:36.691549+0000 mgr.y (mgr.24491) 10262 : cluster [DBG] pgmap v9064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:36.691549+0000 mgr.y (mgr.24491) 10262 : cluster [DBG] pgmap v9064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:36.691549+0000 mgr.y (mgr.24491) 10262 : cluster [DBG] pgmap v9064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:38.975 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:34:39.250 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:34:39.250 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 5m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:34:39.250 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:34:39.250 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 5m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:34:39.250 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:34:39.250 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:34:39.251 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:34:39.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:34:39.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:34:39.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:34:39.251 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 5m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:34:39.251 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:34:39.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:34:39.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 5m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:34:39.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 5m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:34:39.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 5m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:34:39.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:34:39.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:34:39.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:34:39.252 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:34:39.252 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:34:39.587 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:34:39.587 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:34:39.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:34:39.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:34:39.587 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:34:39.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:34:39.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:34:39.587 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:34:39.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:34:39.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:34:39.588 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:34:39.588 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:34:39.588 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:34:39.588 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:34:39.588 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:34:39.588 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:34:39.588 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:34:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:38.691979+0000 mgr.y (mgr.24491) 10263 : cluster [DBG] pgmap v9065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:34:39.587658+0000 mon.a (mon.0) 2441 : audit [DBG] from='client.? 172.21.15.177:0/3738443890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:34:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:38.691979+0000 mgr.y (mgr.24491) 10263 : cluster [DBG] pgmap v9065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:34:39.587658+0000 mon.a (mon.0) 2441 : audit [DBG] from='client.? 172.21.15.177:0/3738443890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:34:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:38.691979+0000 mgr.y (mgr.24491) 10263 : cluster [DBG] pgmap v9065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:34:39.587658+0000 mon.a (mon.0) 2441 : audit [DBG] from='client.? 172.21.15.177:0/3738443890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:34:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:34:38.963980+0000 mgr.y (mgr.24491) 10264 : audit [DBG] from='client.35303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:34:39.243393+0000 mgr.y (mgr.24491) 10265 : audit [DBG] from='client.35309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:34:38.963980+0000 mgr.y (mgr.24491) 10264 : audit [DBG] from='client.35303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:34:39.243393+0000 mgr.y (mgr.24491) 10265 : audit [DBG] from='client.35309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:34:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:34:38.963980+0000 mgr.y (mgr.24491) 10264 : audit [DBG] from='client.35303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:34:39.243393+0000 mgr.y (mgr.24491) 10265 : audit [DBG] from='client.35309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:34:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:40.692648+0000 mgr.y (mgr.24491) 10266 : cluster [DBG] pgmap v9066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:40.692648+0000 mgr.y (mgr.24491) 10266 : cluster [DBG] pgmap v9066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:40.692648+0000 mgr.y (mgr.24491) 10266 : cluster [DBG] pgmap v9066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:42.693094+0000 mgr.y (mgr.24491) 10267 : cluster [DBG] pgmap v9067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:42.693094+0000 mgr.y (mgr.24491) 10267 : cluster [DBG] pgmap v9067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:42.693094+0000 mgr.y (mgr.24491) 10267 : cluster [DBG] pgmap v9067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:44.693682+0000 mgr.y (mgr.24491) 10268 : cluster [DBG] pgmap v9068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:44.693682+0000 mgr.y (mgr.24491) 10268 : cluster [DBG] pgmap v9068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:44.693682+0000 mgr.y (mgr.24491) 10268 : cluster [DBG] pgmap v9068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:47] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:34:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:46.694141+0000 mgr.y (mgr.24491) 10269 : cluster [DBG] pgmap v9069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:46.694141+0000 mgr.y (mgr.24491) 10269 : cluster [DBG] pgmap v9069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:46.694141+0000 mgr.y (mgr.24491) 10269 : cluster [DBG] pgmap v9069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:48.694598+0000 mgr.y (mgr.24491) 10270 : cluster [DBG] pgmap v9070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:48.694598+0000 mgr.y (mgr.24491) 10270 : cluster [DBG] pgmap v9070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:48.694598+0000 mgr.y (mgr.24491) 10270 : cluster [DBG] pgmap v9070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:34:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:50.695454+0000 mgr.y (mgr.24491) 10271 : cluster [DBG] pgmap v9071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:50.695454+0000 mgr.y (mgr.24491) 10271 : cluster [DBG] pgmap v9071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:50.695454+0000 mgr.y (mgr.24491) 10271 : cluster [DBG] pgmap v9071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:52.695841+0000 mgr.y (mgr.24491) 10272 : cluster [DBG] pgmap v9072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:52.695841+0000 mgr.y (mgr.24491) 10272 : cluster [DBG] pgmap v9072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:52.695841+0000 mgr.y (mgr.24491) 10272 : cluster [DBG] pgmap v9072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:54.696501+0000 mgr.y (mgr.24491) 10273 : cluster [DBG] pgmap v9073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:54.696501+0000 mgr.y (mgr.24491) 10273 : cluster [DBG] pgmap v9073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:54.696501+0000 mgr.y (mgr.24491) 10273 : cluster [DBG] pgmap v9073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:34:57] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:34:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:56.696909+0000 mgr.y (mgr.24491) 10274 : cluster [DBG] pgmap v9074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:56.696909+0000 mgr.y (mgr.24491) 10274 : cluster [DBG] pgmap v9074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:34:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:56.696909+0000 mgr.y (mgr.24491) 10274 : cluster [DBG] pgmap v9074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:34:58.697338+0000 mgr.y (mgr.24491) 10275 : cluster [DBG] pgmap v9075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:34:58.697338+0000 mgr.y (mgr.24491) 10275 : cluster [DBG] pgmap v9075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:34:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:34:58.697338+0000 mgr.y (mgr.24491) 10275 : cluster [DBG] pgmap v9075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:35:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:00.698013+0000 mgr.y (mgr.24491) 10276 : cluster [DBG] pgmap v9076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:00.698013+0000 mgr.y (mgr.24491) 10276 : cluster [DBG] pgmap v9076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:00.698013+0000 mgr.y (mgr.24491) 10276 : cluster [DBG] pgmap v9076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:02.698440+0000 mgr.y (mgr.24491) 10277 : cluster [DBG] pgmap v9077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:02.698440+0000 mgr.y (mgr.24491) 10277 : cluster [DBG] pgmap v9077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:02.698440+0000 mgr.y (mgr.24491) 10277 : cluster [DBG] pgmap v9077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:04.699258+0000 mgr.y (mgr.24491) 10278 : cluster [DBG] pgmap v9078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:06.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:04.699258+0000 mgr.y (mgr.24491) 10278 : cluster [DBG] pgmap v9078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:04.699258+0000 mgr.y (mgr.24491) 10278 : cluster [DBG] pgmap v9078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:06.699827+0000 mgr.y (mgr.24491) 10279 : cluster [DBG] pgmap v9079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:06.699827+0000 mgr.y (mgr.24491) 10279 : cluster [DBG] pgmap v9079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:06.699827+0000 mgr.y (mgr.24491) 10279 : cluster [DBG] pgmap v9079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:35:09.897 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:35:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:08.700331+0000 mgr.y (mgr.24491) 10280 : cluster [DBG] pgmap v9080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:08.700331+0000 mgr.y (mgr.24491) 10280 : cluster [DBG] pgmap v9080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:10.171 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 5m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 5m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 5m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 5m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:35:10.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 5m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:35:10.173 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 5m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:35:10.173 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:35:10.173 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:35:10.173 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:35:10.173 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:35:10.173 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:35:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:08.700331+0000 mgr.y (mgr.24491) 10280 : cluster [DBG] pgmap v9080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:10.503 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:35:10.503 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:35:10.503 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:35:10.504 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:35:11.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:35:09.885822+0000 mgr.y (mgr.24491) 10281 : audit [DBG] from='client.25416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:11.009 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:35:10.504633+0000 mon.c (mon.2) 337 : audit [DBG] from='client.? 172.21.15.177:0/1119530852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:35:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:35:09.885822+0000 mgr.y (mgr.24491) 10281 : audit [DBG] from='client.25416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:35:10.504633+0000 mon.c (mon.2) 337 : audit [DBG] from='client.? 172.21.15.177:0/1119530852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:35:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:35:09.885822+0000 mgr.y (mgr.24491) 10281 : audit [DBG] from='client.25416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:35:10.504633+0000 mon.c (mon.2) 337 : audit [DBG] from='client.? 172.21.15.177:0/1119530852' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:35:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:35:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:35:10.165197+0000 mgr.y (mgr.24491) 10282 : audit [DBG] from='client.25422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:10.701156+0000 mgr.y (mgr.24491) 10283 : cluster [DBG] pgmap v9081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:35:10.165197+0000 mgr.y (mgr.24491) 10282 : audit [DBG] from='client.25422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:10.701156+0000 mgr.y (mgr.24491) 10283 : cluster [DBG] pgmap v9081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:35:10.165197+0000 mgr.y (mgr.24491) 10282 : audit [DBG] from='client.25422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:10.701156+0000 mgr.y (mgr.24491) 10283 : cluster [DBG] pgmap v9081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:12.701553+0000 mgr.y (mgr.24491) 10284 : cluster [DBG] pgmap v9082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:12.701553+0000 mgr.y (mgr.24491) 10284 : cluster [DBG] pgmap v9082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:12.701553+0000 mgr.y (mgr.24491) 10284 : cluster [DBG] pgmap v9082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:14.702218+0000 mgr.y (mgr.24491) 10285 : cluster [DBG] pgmap v9083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:14.702218+0000 mgr.y (mgr.24491) 10285 : cluster [DBG] pgmap v9083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:14.702218+0000 mgr.y (mgr.24491) 10285 : cluster [DBG] pgmap v9083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:17] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:35:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:16.702748+0000 mgr.y (mgr.24491) 10286 : cluster [DBG] pgmap v9084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:16.702748+0000 mgr.y (mgr.24491) 10286 : cluster [DBG] pgmap v9084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:16.702748+0000 mgr.y (mgr.24491) 10286 : cluster [DBG] pgmap v9084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:18.703090+0000 mgr.y (mgr.24491) 10287 : cluster [DBG] pgmap v9085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:18.703090+0000 mgr.y (mgr.24491) 10287 : cluster [DBG] pgmap v9085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:18.703090+0000 mgr.y (mgr.24491) 10287 : cluster [DBG] pgmap v9085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:35:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:20.703728+0000 mgr.y (mgr.24491) 10288 : cluster [DBG] pgmap v9086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:20.703728+0000 mgr.y (mgr.24491) 10288 : cluster [DBG] pgmap v9086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:20.703728+0000 mgr.y (mgr.24491) 10288 : cluster [DBG] pgmap v9086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:22.704174+0000 mgr.y (mgr.24491) 10289 : cluster [DBG] pgmap v9087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:22.704174+0000 mgr.y (mgr.24491) 10289 : cluster [DBG] pgmap v9087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:22.704174+0000 mgr.y (mgr.24491) 10289 : cluster [DBG] pgmap v9087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:24.704742+0000 mgr.y (mgr.24491) 10290 : cluster [DBG] pgmap v9088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:24.704742+0000 mgr.y (mgr.24491) 10290 : cluster [DBG] pgmap v9088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:24.704742+0000 mgr.y (mgr.24491) 10290 : cluster [DBG] pgmap v9088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:28.153 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:27] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:35:28.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:26.705322+0000 mgr.y (mgr.24491) 10291 : cluster [DBG] pgmap v9089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:28.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:35:27.297141+0000 mon.a (mon.0) 2442 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:35:28.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:26.705322+0000 mgr.y (mgr.24491) 10291 : cluster [DBG] pgmap v9089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:28.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:35:27.297141+0000 mon.a (mon.0) 2442 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:35:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:26.705322+0000 mgr.y (mgr.24491) 10291 : cluster [DBG] pgmap v9089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:35:27.297141+0000 mon.a (mon.0) 2442 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:35:29.887 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:28.705996+0000 mgr.y (mgr.24491) 10292 : cluster [DBG] pgmap v9090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:29.888 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:28.705996+0000 mgr.y (mgr.24491) 10292 : cluster [DBG] pgmap v9090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:28.705996+0000 mgr.y (mgr.24491) 10292 : cluster [DBG] pgmap v9090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:31.394 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:35:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:35:30.395596+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:35:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:35:30.674789+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:35:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:35:30.675387+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:35:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:35:30.679477+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:35:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:30.706697+0000 mgr.y (mgr.24491) 10293 : cluster [DBG] pgmap v9091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:35:30.395596+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:35:31.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:35:30.674789+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:35:31.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:35:30.675387+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:35:31.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:35:30.679477+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:35:31.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:30.706697+0000 mgr.y (mgr.24491) 10293 : cluster [DBG] pgmap v9091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:35:30.395596+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:35:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:35:30.674789+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:35:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:35:30.675387+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:35:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:35:30.679477+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:35:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:30.706697+0000 mgr.y (mgr.24491) 10293 : cluster [DBG] pgmap v9091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:32.707289+0000 mgr.y (mgr.24491) 10294 : cluster [DBG] pgmap v9092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:32.707289+0000 mgr.y (mgr.24491) 10294 : cluster [DBG] pgmap v9092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:32.707289+0000 mgr.y (mgr.24491) 10294 : cluster [DBG] pgmap v9092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:34.707881+0000 mgr.y (mgr.24491) 10295 : cluster [DBG] pgmap v9093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:34.707881+0000 mgr.y (mgr.24491) 10295 : cluster [DBG] pgmap v9093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:34.707881+0000 mgr.y (mgr.24491) 10295 : cluster [DBG] pgmap v9093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:37] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:35:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:36.708320+0000 mgr.y (mgr.24491) 10296 : cluster [DBG] pgmap v9094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:36.708320+0000 mgr.y (mgr.24491) 10296 : cluster [DBG] pgmap v9094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:36.708320+0000 mgr.y (mgr.24491) 10296 : cluster [DBG] pgmap v9094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:38.708708+0000 mgr.y (mgr.24491) 10297 : cluster [DBG] pgmap v9095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:38.708708+0000 mgr.y (mgr.24491) 10297 : cluster [DBG] pgmap v9095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:38.708708+0000 mgr.y (mgr.24491) 10297 : cluster [DBG] pgmap v9095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:40.816 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:35:41.088 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:35:41.088 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:35:41.088 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 6m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:35:41.089 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:35:41.089 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 6m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:35:41.089 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 6m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:35:41.089 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:35:41.089 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:35:41.089 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 6m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:35:41.089 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:35:41.089 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:35:41.089 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 6m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:35:41.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:35:41.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:35:41.090 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:35:41.090 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:35:41.090 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 6m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:35:41.090 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 6m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:35:41.090 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 6m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:35:41.090 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 6m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:35:41.090 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 6m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:35:41.420 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:35:41.421 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:35:41.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:35:41.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:35:41.421 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:35:41.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:35:41.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:35:41.421 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:35:41.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:35:41.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:35:41.422 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:35:41.422 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:35:41.422 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:35:41.422 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:35:41.422 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:35:41.422 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:35:41.422 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:35:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:35:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:40.709326+0000 mgr.y (mgr.24491) 10298 : cluster [DBG] pgmap v9096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:35:40.803613+0000 mgr.y (mgr.24491) 10299 : audit [DBG] from='client.35339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:35:41.421629+0000 mon.a (mon.0) 2447 : audit [DBG] from='client.? 172.21.15.177:0/2300070002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:35:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:40.709326+0000 mgr.y (mgr.24491) 10298 : cluster [DBG] pgmap v9096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:35:40.803613+0000 mgr.y (mgr.24491) 10299 : audit [DBG] from='client.35339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:35:41.421629+0000 mon.a (mon.0) 2447 : audit [DBG] from='client.? 172.21.15.177:0/2300070002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:35:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:40.709326+0000 mgr.y (mgr.24491) 10298 : cluster [DBG] pgmap v9096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:35:40.803613+0000 mgr.y (mgr.24491) 10299 : audit [DBG] from='client.35339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:35:41.421629+0000 mon.a (mon.0) 2447 : audit [DBG] from='client.? 172.21.15.177:0/2300070002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:35:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:35:41.081588+0000 mgr.y (mgr.24491) 10300 : audit [DBG] from='client.35345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:35:41.081588+0000 mgr.y (mgr.24491) 10300 : audit [DBG] from='client.35345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:43.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:35:41.081588+0000 mgr.y (mgr.24491) 10300 : audit [DBG] from='client.35345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:35:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:42.709803+0000 mgr.y (mgr.24491) 10301 : cluster [DBG] pgmap v9097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:44.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:42.709803+0000 mgr.y (mgr.24491) 10301 : cluster [DBG] pgmap v9097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:42.709803+0000 mgr.y (mgr.24491) 10301 : cluster [DBG] pgmap v9097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:44.710653+0000 mgr.y (mgr.24491) 10302 : cluster [DBG] pgmap v9098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:44.710653+0000 mgr.y (mgr.24491) 10302 : cluster [DBG] pgmap v9098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:44.710653+0000 mgr.y (mgr.24491) 10302 : cluster [DBG] pgmap v9098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:47] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:35:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:46.711113+0000 mgr.y (mgr.24491) 10303 : cluster [DBG] pgmap v9099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:46.711113+0000 mgr.y (mgr.24491) 10303 : cluster [DBG] pgmap v9099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:46.711113+0000 mgr.y (mgr.24491) 10303 : cluster [DBG] pgmap v9099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:48.711602+0000 mgr.y (mgr.24491) 10304 : cluster [DBG] pgmap v9100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:48.711602+0000 mgr.y (mgr.24491) 10304 : cluster [DBG] pgmap v9100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:48.711602+0000 mgr.y (mgr.24491) 10304 : cluster [DBG] pgmap v9100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:35:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:50.712249+0000 mgr.y (mgr.24491) 10305 : cluster [DBG] pgmap v9101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:50.712249+0000 mgr.y (mgr.24491) 10305 : cluster [DBG] pgmap v9101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:50.712249+0000 mgr.y (mgr.24491) 10305 : cluster [DBG] pgmap v9101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:52.712653+0000 mgr.y (mgr.24491) 10306 : cluster [DBG] pgmap v9102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:52.712653+0000 mgr.y (mgr.24491) 10306 : cluster [DBG] pgmap v9102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:52.712653+0000 mgr.y (mgr.24491) 10306 : cluster [DBG] pgmap v9102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:54.713243+0000 mgr.y (mgr.24491) 10307 : cluster [DBG] pgmap v9103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:54.713243+0000 mgr.y (mgr.24491) 10307 : cluster [DBG] pgmap v9103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:54.713243+0000 mgr.y (mgr.24491) 10307 : cluster [DBG] pgmap v9103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:35:57] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:35:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:56.713756+0000 mgr.y (mgr.24491) 10308 : cluster [DBG] pgmap v9104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:56.713756+0000 mgr.y (mgr.24491) 10308 : cluster [DBG] pgmap v9104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:35:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:56.713756+0000 mgr.y (mgr.24491) 10308 : cluster [DBG] pgmap v9104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:35:58.714186+0000 mgr.y (mgr.24491) 10309 : cluster [DBG] pgmap v9105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:35:58.714186+0000 mgr.y (mgr.24491) 10309 : cluster [DBG] pgmap v9105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:35:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:35:58.714186+0000 mgr.y (mgr.24491) 10309 : cluster [DBG] pgmap v9105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:36:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:00.715015+0000 mgr.y (mgr.24491) 10310 : cluster [DBG] pgmap v9106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:00.715015+0000 mgr.y (mgr.24491) 10310 : cluster [DBG] pgmap v9106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:00.715015+0000 mgr.y (mgr.24491) 10310 : cluster [DBG] pgmap v9106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:02.715445+0000 mgr.y (mgr.24491) 10311 : cluster [DBG] pgmap v9107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:02.715445+0000 mgr.y (mgr.24491) 10311 : cluster [DBG] pgmap v9107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:02.715445+0000 mgr.y (mgr.24491) 10311 : cluster [DBG] pgmap v9107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:04.716020+0000 mgr.y (mgr.24491) 10312 : cluster [DBG] pgmap v9108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:04.716020+0000 mgr.y (mgr.24491) 10312 : cluster [DBG] pgmap v9108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:04.716020+0000 mgr.y (mgr.24491) 10312 : cluster [DBG] pgmap v9108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:07] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:36:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:06.716591+0000 mgr.y (mgr.24491) 10313 : cluster [DBG] pgmap v9109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:06.716591+0000 mgr.y (mgr.24491) 10313 : cluster [DBG] pgmap v9109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:06.716591+0000 mgr.y (mgr.24491) 10313 : cluster [DBG] pgmap v9109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:08.717080+0000 mgr.y (mgr.24491) 10314 : cluster [DBG] pgmap v9110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:08.717080+0000 mgr.y (mgr.24491) 10314 : cluster [DBG] pgmap v9110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:08.717080+0000 mgr.y (mgr.24491) 10314 : cluster [DBG] pgmap v9110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:36:11.734 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 6m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 6m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 6m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 6m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 6m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:36:12.011 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:36:12.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:36:12.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:36:12.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:36:12.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 6m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:36:12.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 6m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:36:12.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 6m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:36:12.012 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 6m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:36:12.012 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 6m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:36:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:10.717996+0000 mgr.y (mgr.24491) 10315 : cluster [DBG] pgmap v9111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:10.717996+0000 mgr.y (mgr.24491) 10315 : cluster [DBG] pgmap v9111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:10.717996+0000 mgr.y (mgr.24491) 10315 : cluster [DBG] pgmap v9111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:12.344 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:36:12.345 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:36:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:36:11.722935+0000 mgr.y (mgr.24491) 10316 : audit [DBG] from='client.25452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:36:12.345929+0000 mon.a (mon.0) 2448 : audit [DBG] from='client.? 172.21.15.177:0/2368336810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:36:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:36:11.722935+0000 mgr.y (mgr.24491) 10316 : audit [DBG] from='client.25452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:36:12.345929+0000 mon.a (mon.0) 2448 : audit [DBG] from='client.? 172.21.15.177:0/2368336810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:36:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:36:11.722935+0000 mgr.y (mgr.24491) 10316 : audit [DBG] from='client.25452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:36:12.345929+0000 mon.a (mon.0) 2448 : audit [DBG] from='client.? 172.21.15.177:0/2368336810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:36:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:36:12.004335+0000 mgr.y (mgr.24491) 10317 : audit [DBG] from='client.35363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:12.718317+0000 mgr.y (mgr.24491) 10318 : cluster [DBG] pgmap v9112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:36:12.004335+0000 mgr.y (mgr.24491) 10317 : audit [DBG] from='client.35363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:12.718317+0000 mgr.y (mgr.24491) 10318 : cluster [DBG] pgmap v9112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:36:12.004335+0000 mgr.y (mgr.24491) 10317 : audit [DBG] from='client.35363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:12.718317+0000 mgr.y (mgr.24491) 10318 : cluster [DBG] pgmap v9112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:14.718883+0000 mgr.y (mgr.24491) 10319 : cluster [DBG] pgmap v9113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:16.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:14.718883+0000 mgr.y (mgr.24491) 10319 : cluster [DBG] pgmap v9113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:14.718883+0000 mgr.y (mgr.24491) 10319 : cluster [DBG] pgmap v9113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:17] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:36:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:16.719309+0000 mgr.y (mgr.24491) 10320 : cluster [DBG] pgmap v9114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:16.719309+0000 mgr.y (mgr.24491) 10320 : cluster [DBG] pgmap v9114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:16.719309+0000 mgr.y (mgr.24491) 10320 : cluster [DBG] pgmap v9114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:18.719857+0000 mgr.y (mgr.24491) 10321 : cluster [DBG] pgmap v9115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:18.719857+0000 mgr.y (mgr.24491) 10321 : cluster [DBG] pgmap v9115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:18.719857+0000 mgr.y (mgr.24491) 10321 : cluster [DBG] pgmap v9115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:36:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:20.720715+0000 mgr.y (mgr.24491) 10322 : cluster [DBG] pgmap v9116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:20.720715+0000 mgr.y (mgr.24491) 10322 : cluster [DBG] pgmap v9116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:20.720715+0000 mgr.y (mgr.24491) 10322 : cluster [DBG] pgmap v9116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:22.721216+0000 mgr.y (mgr.24491) 10323 : cluster [DBG] pgmap v9117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:22.721216+0000 mgr.y (mgr.24491) 10323 : cluster [DBG] pgmap v9117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:22.721216+0000 mgr.y (mgr.24491) 10323 : cluster [DBG] pgmap v9117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:24.722086+0000 mgr.y (mgr.24491) 10324 : cluster [DBG] pgmap v9118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:24.722086+0000 mgr.y (mgr.24491) 10324 : cluster [DBG] pgmap v9118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:24.722086+0000 mgr.y (mgr.24491) 10324 : cluster [DBG] pgmap v9118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:27] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:36:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:26.722643+0000 mgr.y (mgr.24491) 10325 : cluster [DBG] pgmap v9119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:26.722643+0000 mgr.y (mgr.24491) 10325 : cluster [DBG] pgmap v9119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:26.722643+0000 mgr.y (mgr.24491) 10325 : cluster [DBG] pgmap v9119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:30.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:28.723208+0000 mgr.y (mgr.24491) 10326 : cluster [DBG] pgmap v9120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:30.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:28.723208+0000 mgr.y (mgr.24491) 10326 : cluster [DBG] pgmap v9120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:28.723208+0000 mgr.y (mgr.24491) 10326 : cluster [DBG] pgmap v9120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:36:30.683805+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:36:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:36:30.683805+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:36:31.190 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:36:30.683805+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:36:31.190 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:36:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:30.723881+0000 mgr.y (mgr.24491) 10327 : cluster [DBG] pgmap v9121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:30.723881+0000 mgr.y (mgr.24491) 10327 : cluster [DBG] pgmap v9121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:30.723881+0000 mgr.y (mgr.24491) 10327 : cluster [DBG] pgmap v9121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:32.724398+0000 mgr.y (mgr.24491) 10328 : cluster [DBG] pgmap v9122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:36:33.860627+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:36:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:32.724398+0000 mgr.y (mgr.24491) 10328 : cluster [DBG] pgmap v9122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:36:33.860627+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:36:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:32.724398+0000 mgr.y (mgr.24491) 10328 : cluster [DBG] pgmap v9122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:36:33.860627+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:36:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:36:34.141646+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:36:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:36:34.142666+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:36:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:36:34.148262+0000 mon.a (mon.0) 2453 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:36:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:36:34.141646+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:36:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:36:34.142666+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:36:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:36:34.148262+0000 mon.a (mon.0) 2453 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:36:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:36:34.141646+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:36:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:36:34.142666+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:36:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:36:34.148262+0000 mon.a (mon.0) 2453 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:36:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:34.725074+0000 mgr.y (mgr.24491) 10329 : cluster [DBG] pgmap v9123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:34.725074+0000 mgr.y (mgr.24491) 10329 : cluster [DBG] pgmap v9123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:34.725074+0000 mgr.y (mgr.24491) 10329 : cluster [DBG] pgmap v9123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:37.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:36.725489+0000 mgr.y (mgr.24491) 10330 : cluster [DBG] pgmap v9124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:36.725489+0000 mgr.y (mgr.24491) 10330 : cluster [DBG] pgmap v9124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:36.725489+0000 mgr.y (mgr.24491) 10330 : cluster [DBG] pgmap v9124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:37] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:36:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:38.726081+0000 mgr.y (mgr.24491) 10331 : cluster [DBG] pgmap v9125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:38.726081+0000 mgr.y (mgr.24491) 10331 : cluster [DBG] pgmap v9125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:38.726081+0000 mgr.y (mgr.24491) 10331 : cluster [DBG] pgmap v9125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:36:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:40.726809+0000 mgr.y (mgr.24491) 10332 : cluster [DBG] pgmap v9126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:42.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:40.726809+0000 mgr.y (mgr.24491) 10332 : cluster [DBG] pgmap v9126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:40.726809+0000 mgr.y (mgr.24491) 10332 : cluster [DBG] pgmap v9126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:42.671 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:36:42.953 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:36:42.953 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:36:42.953 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:36:42.953 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:36:42.953 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:36:42.953 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:36:42.953 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 7m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:36:42.953 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 7m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:36:42.953 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:36:42.954 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:36:42.954 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:36:42.954 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:36:42.954 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:36:42.954 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:36:42.954 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:36:42.954 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:36:42.954 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:36:42.954 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:36:42.954 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:36:42.955 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:36:42.955 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:36:43.287 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:36:43.288 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:36:43.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:36:43.288 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:36:43.288 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:36:43.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:36:43.288 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:36:43.288 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:36:43.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:36:43.288 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:36:43.288 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:36:43.289 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:36:43.289 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:36:43.289 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:36:43.289 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:36:43.289 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:36:43.289 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:36:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:36:42.659166+0000 mgr.y (mgr.24491) 10333 : audit [DBG] from='client.35375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:42.727208+0000 mgr.y (mgr.24491) 10334 : cluster [DBG] pgmap v9127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:36:42.945730+0000 mgr.y (mgr.24491) 10335 : audit [DBG] from='client.25476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:36:43.288683+0000 mon.c (mon.2) 338 : audit [DBG] from='client.? 172.21.15.177:0/2032928627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:36:44.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:36:42.659166+0000 mgr.y (mgr.24491) 10333 : audit [DBG] from='client.35375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:44.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:42.727208+0000 mgr.y (mgr.24491) 10334 : cluster [DBG] pgmap v9127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:44.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:36:42.945730+0000 mgr.y (mgr.24491) 10335 : audit [DBG] from='client.25476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:44.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:36:43.288683+0000 mon.c (mon.2) 338 : audit [DBG] from='client.? 172.21.15.177:0/2032928627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:36:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:36:42.659166+0000 mgr.y (mgr.24491) 10333 : audit [DBG] from='client.35375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:42.727208+0000 mgr.y (mgr.24491) 10334 : cluster [DBG] pgmap v9127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:36:42.945730+0000 mgr.y (mgr.24491) 10335 : audit [DBG] from='client.25476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:36:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:36:43.288683+0000 mon.c (mon.2) 338 : audit [DBG] from='client.? 172.21.15.177:0/2032928627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:36:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:44.727809+0000 mgr.y (mgr.24491) 10336 : cluster [DBG] pgmap v9128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:46.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:44.727809+0000 mgr.y (mgr.24491) 10336 : cluster [DBG] pgmap v9128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:44.727809+0000 mgr.y (mgr.24491) 10336 : cluster [DBG] pgmap v9128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:48.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:47] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:36:48.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:46.728187+0000 mgr.y (mgr.24491) 10337 : cluster [DBG] pgmap v9129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:48.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:46.728187+0000 mgr.y (mgr.24491) 10337 : cluster [DBG] pgmap v9129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:46.728187+0000 mgr.y (mgr.24491) 10337 : cluster [DBG] pgmap v9129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:48.728611+0000 mgr.y (mgr.24491) 10338 : cluster [DBG] pgmap v9130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:48.728611+0000 mgr.y (mgr.24491) 10338 : cluster [DBG] pgmap v9130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:48.728611+0000 mgr.y (mgr.24491) 10338 : cluster [DBG] pgmap v9130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:36:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:50.729328+0000 mgr.y (mgr.24491) 10339 : cluster [DBG] pgmap v9131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:50.729328+0000 mgr.y (mgr.24491) 10339 : cluster [DBG] pgmap v9131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:50.729328+0000 mgr.y (mgr.24491) 10339 : cluster [DBG] pgmap v9131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:52.729719+0000 mgr.y (mgr.24491) 10340 : cluster [DBG] pgmap v9132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:52.729719+0000 mgr.y (mgr.24491) 10340 : cluster [DBG] pgmap v9132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:52.729719+0000 mgr.y (mgr.24491) 10340 : cluster [DBG] pgmap v9132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:54.730340+0000 mgr.y (mgr.24491) 10341 : cluster [DBG] pgmap v9133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:54.730340+0000 mgr.y (mgr.24491) 10341 : cluster [DBG] pgmap v9133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:54.730340+0000 mgr.y (mgr.24491) 10341 : cluster [DBG] pgmap v9133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:36:57] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:36:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:56.730790+0000 mgr.y (mgr.24491) 10342 : cluster [DBG] pgmap v9134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:56.730790+0000 mgr.y (mgr.24491) 10342 : cluster [DBG] pgmap v9134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:36:58.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:56.730790+0000 mgr.y (mgr.24491) 10342 : cluster [DBG] pgmap v9134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:36:58.731386+0000 mgr.y (mgr.24491) 10343 : cluster [DBG] pgmap v9135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:36:58.731386+0000 mgr.y (mgr.24491) 10343 : cluster [DBG] pgmap v9135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:36:58.731386+0000 mgr.y (mgr.24491) 10343 : cluster [DBG] pgmap v9135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:37:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:00.732268+0000 mgr.y (mgr.24491) 10344 : cluster [DBG] pgmap v9136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:00.732268+0000 mgr.y (mgr.24491) 10344 : cluster [DBG] pgmap v9136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:00.732268+0000 mgr.y (mgr.24491) 10344 : cluster [DBG] pgmap v9136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:02.732690+0000 mgr.y (mgr.24491) 10345 : cluster [DBG] pgmap v9137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:02.732690+0000 mgr.y (mgr.24491) 10345 : cluster [DBG] pgmap v9137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:02.732690+0000 mgr.y (mgr.24491) 10345 : cluster [DBG] pgmap v9137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:04.733528+0000 mgr.y (mgr.24491) 10346 : cluster [DBG] pgmap v9138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:06.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:04.733528+0000 mgr.y (mgr.24491) 10346 : cluster [DBG] pgmap v9138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:04.733528+0000 mgr.y (mgr.24491) 10346 : cluster [DBG] pgmap v9138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:07] "GET /metrics HTTP/1.1" 200 188364 "" "Prometheus/2.33.4" 2024-04-20T08:37:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:06.733977+0000 mgr.y (mgr.24491) 10347 : cluster [DBG] pgmap v9139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:06.733977+0000 mgr.y (mgr.24491) 10347 : cluster [DBG] pgmap v9139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:06.733977+0000 mgr.y (mgr.24491) 10347 : cluster [DBG] pgmap v9139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:08.734374+0000 mgr.y (mgr.24491) 10348 : cluster [DBG] pgmap v9140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:08.734374+0000 mgr.y (mgr.24491) 10348 : cluster [DBG] pgmap v9140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:08.734374+0000 mgr.y (mgr.24491) 10348 : cluster [DBG] pgmap v9140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:37:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:10.735267+0000 mgr.y (mgr.24491) 10349 : cluster [DBG] pgmap v9141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:10.735267+0000 mgr.y (mgr.24491) 10349 : cluster [DBG] pgmap v9141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:10.735267+0000 mgr.y (mgr.24491) 10349 : cluster [DBG] pgmap v9141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:13.602 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 7m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 7m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:37:13.880 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:37:13.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:37:13.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:37:13.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:37:13.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:37:13.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:37:13.881 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:37:13.881 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:37:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:12.735685+0000 mgr.y (mgr.24491) 10350 : cluster [DBG] pgmap v9142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:12.735685+0000 mgr.y (mgr.24491) 10350 : cluster [DBG] pgmap v9142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:14.217 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:37:14.217 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:37:14.217 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:37:14.217 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:37:14.217 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:37:14.217 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:37:14.217 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:37:14.217 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:37:14.217 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:37:14.217 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:37:14.218 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:37:14.218 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:37:14.218 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:37:14.218 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:37:14.218 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:37:14.218 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:37:14.218 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:37:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:12.735685+0000 mgr.y (mgr.24491) 10350 : cluster [DBG] pgmap v9142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:37:13.591602+0000 mgr.y (mgr.24491) 10351 : audit [DBG] from='client.35393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:37:13.873238+0000 mgr.y (mgr.24491) 10352 : audit [DBG] from='client.25494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:15.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:37:14.218117+0000 mon.c (mon.2) 339 : audit [DBG] from='client.? 172.21.15.177:0/2285876884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:37:15.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:37:13.591602+0000 mgr.y (mgr.24491) 10351 : audit [DBG] from='client.35393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:15.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:37:13.873238+0000 mgr.y (mgr.24491) 10352 : audit [DBG] from='client.25494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:15.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:37:14.218117+0000 mon.c (mon.2) 339 : audit [DBG] from='client.? 172.21.15.177:0/2285876884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:37:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:37:13.591602+0000 mgr.y (mgr.24491) 10351 : audit [DBG] from='client.35393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:37:13.873238+0000 mgr.y (mgr.24491) 10352 : audit [DBG] from='client.25494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:37:14.218117+0000 mon.c (mon.2) 339 : audit [DBG] from='client.? 172.21.15.177:0/2285876884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:37:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:14.736295+0000 mgr.y (mgr.24491) 10353 : cluster [DBG] pgmap v9143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:14.736295+0000 mgr.y (mgr.24491) 10353 : cluster [DBG] pgmap v9143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:14.736295+0000 mgr.y (mgr.24491) 10353 : cluster [DBG] pgmap v9143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:17] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:37:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:16.736742+0000 mgr.y (mgr.24491) 10354 : cluster [DBG] pgmap v9144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:16.736742+0000 mgr.y (mgr.24491) 10354 : cluster [DBG] pgmap v9144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:16.736742+0000 mgr.y (mgr.24491) 10354 : cluster [DBG] pgmap v9144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:20.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:18.737275+0000 mgr.y (mgr.24491) 10355 : cluster [DBG] pgmap v9145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:18.737275+0000 mgr.y (mgr.24491) 10355 : cluster [DBG] pgmap v9145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:18.737275+0000 mgr.y (mgr.24491) 10355 : cluster [DBG] pgmap v9145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:37:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:20.737915+0000 mgr.y (mgr.24491) 10356 : cluster [DBG] pgmap v9146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:20.737915+0000 mgr.y (mgr.24491) 10356 : cluster [DBG] pgmap v9146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:20.737915+0000 mgr.y (mgr.24491) 10356 : cluster [DBG] pgmap v9146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:22.738336+0000 mgr.y (mgr.24491) 10357 : cluster [DBG] pgmap v9147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:22.738336+0000 mgr.y (mgr.24491) 10357 : cluster [DBG] pgmap v9147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:22.738336+0000 mgr.y (mgr.24491) 10357 : cluster [DBG] pgmap v9147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:24.739042+0000 mgr.y (mgr.24491) 10358 : cluster [DBG] pgmap v9148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:24.739042+0000 mgr.y (mgr.24491) 10358 : cluster [DBG] pgmap v9148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:24.739042+0000 mgr.y (mgr.24491) 10358 : cluster [DBG] pgmap v9148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:27] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:37:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:26.739452+0000 mgr.y (mgr.24491) 10359 : cluster [DBG] pgmap v9149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:26.739452+0000 mgr.y (mgr.24491) 10359 : cluster [DBG] pgmap v9149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:28.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:26.739452+0000 mgr.y (mgr.24491) 10359 : cluster [DBG] pgmap v9149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:28.740014+0000 mgr.y (mgr.24491) 10360 : cluster [DBG] pgmap v9150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:28.740014+0000 mgr.y (mgr.24491) 10360 : cluster [DBG] pgmap v9150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:28.740014+0000 mgr.y (mgr.24491) 10360 : cluster [DBG] pgmap v9150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:37:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:30.740861+0000 mgr.y (mgr.24491) 10361 : cluster [DBG] pgmap v9151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:30.740861+0000 mgr.y (mgr.24491) 10361 : cluster [DBG] pgmap v9151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:30.740861+0000 mgr.y (mgr.24491) 10361 : cluster [DBG] pgmap v9151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:32.741365+0000 mgr.y (mgr.24491) 10362 : cluster [DBG] pgmap v9152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:34.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:32.741365+0000 mgr.y (mgr.24491) 10362 : cluster [DBG] pgmap v9152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:32.741365+0000 mgr.y (mgr.24491) 10362 : cluster [DBG] pgmap v9152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:37:34.153724+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:37:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:37:34.447096+0000 mon.a (mon.0) 2455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:37:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:37:34.447681+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:37:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:37:34.452134+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:37:35.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:37:34.153724+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:37:35.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:37:34.447096+0000 mon.a (mon.0) 2455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:37:35.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:37:34.447681+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:37:35.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:37:34.452134+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:37:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:37:34.153724+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:37:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:37:34.447096+0000 mon.a (mon.0) 2455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:37:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:37:34.447681+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:37:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:37:34.452134+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:37:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:34.741994+0000 mgr.y (mgr.24491) 10363 : cluster [DBG] pgmap v9153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:34.741994+0000 mgr.y (mgr.24491) 10363 : cluster [DBG] pgmap v9153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:34.741994+0000 mgr.y (mgr.24491) 10363 : cluster [DBG] pgmap v9153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:37] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:37:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:36.742405+0000 mgr.y (mgr.24491) 10364 : cluster [DBG] pgmap v9154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:36.742405+0000 mgr.y (mgr.24491) 10364 : cluster [DBG] pgmap v9154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:36.742405+0000 mgr.y (mgr.24491) 10364 : cluster [DBG] pgmap v9154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:38.743005+0000 mgr.y (mgr.24491) 10365 : cluster [DBG] pgmap v9155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:38.743005+0000 mgr.y (mgr.24491) 10365 : cluster [DBG] pgmap v9155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:38.743005+0000 mgr.y (mgr.24491) 10365 : cluster [DBG] pgmap v9155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:37:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:40.743725+0000 mgr.y (mgr.24491) 10366 : cluster [DBG] pgmap v9156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:40.743725+0000 mgr.y (mgr.24491) 10366 : cluster [DBG] pgmap v9156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:40.743725+0000 mgr.y (mgr.24491) 10366 : cluster [DBG] pgmap v9156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:42.744211+0000 mgr.y (mgr.24491) 10367 : cluster [DBG] pgmap v9157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:42.744211+0000 mgr.y (mgr.24491) 10367 : cluster [DBG] pgmap v9157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:42.744211+0000 mgr.y (mgr.24491) 10367 : cluster [DBG] pgmap v9157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:44.531 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:37:44.809 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:37:44.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:37:44.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:37:44.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:37:44.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:37:44.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:37:44.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:37:44.810 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:37:45.144 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:37:45.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:37:45.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:37:45.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:37:45.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:37:45.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:37:45.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:37:45.144 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:37:45.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:37:45.145 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:37:45.145 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:37:45.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:37:45.145 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:37:45.145 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:37:45.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:37:45.145 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:37:45.145 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:37:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:37:44.520121+0000 mgr.y (mgr.24491) 10368 : audit [DBG] from='client.35411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:44.744840+0000 mgr.y (mgr.24491) 10369 : cluster [DBG] pgmap v9158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:37:44.796770+0000 mgr.y (mgr.24491) 10370 : audit [DBG] from='client.35417 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:37:45.144859+0000 mon.c (mon.2) 340 : audit [DBG] from='client.? 172.21.15.177:0/1956343096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:37:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:37:44.520121+0000 mgr.y (mgr.24491) 10368 : audit [DBG] from='client.35411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:44.744840+0000 mgr.y (mgr.24491) 10369 : cluster [DBG] pgmap v9158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:37:44.796770+0000 mgr.y (mgr.24491) 10370 : audit [DBG] from='client.35417 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:37:45.144859+0000 mon.c (mon.2) 340 : audit [DBG] from='client.? 172.21.15.177:0/1956343096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:37:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:37:44.520121+0000 mgr.y (mgr.24491) 10368 : audit [DBG] from='client.35411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:44.744840+0000 mgr.y (mgr.24491) 10369 : cluster [DBG] pgmap v9158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:37:44.796770+0000 mgr.y (mgr.24491) 10370 : audit [DBG] from='client.35417 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:37:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:37:45.144859+0000 mon.c (mon.2) 340 : audit [DBG] from='client.? 172.21.15.177:0/1956343096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:37:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:47] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:37:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:46.745424+0000 mgr.y (mgr.24491) 10371 : cluster [DBG] pgmap v9159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:46.745424+0000 mgr.y (mgr.24491) 10371 : cluster [DBG] pgmap v9159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:46.745424+0000 mgr.y (mgr.24491) 10371 : cluster [DBG] pgmap v9159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:48.746015+0000 mgr.y (mgr.24491) 10372 : cluster [DBG] pgmap v9160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:48.746015+0000 mgr.y (mgr.24491) 10372 : cluster [DBG] pgmap v9160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:48.746015+0000 mgr.y (mgr.24491) 10372 : cluster [DBG] pgmap v9160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:37:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:50.746771+0000 mgr.y (mgr.24491) 10373 : cluster [DBG] pgmap v9161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:50.746771+0000 mgr.y (mgr.24491) 10373 : cluster [DBG] pgmap v9161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:50.746771+0000 mgr.y (mgr.24491) 10373 : cluster [DBG] pgmap v9161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:52.747167+0000 mgr.y (mgr.24491) 10374 : cluster [DBG] pgmap v9162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:52.747167+0000 mgr.y (mgr.24491) 10374 : cluster [DBG] pgmap v9162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:52.747167+0000 mgr.y (mgr.24491) 10374 : cluster [DBG] pgmap v9162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:54.747733+0000 mgr.y (mgr.24491) 10375 : cluster [DBG] pgmap v9163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:54.747733+0000 mgr.y (mgr.24491) 10375 : cluster [DBG] pgmap v9163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:54.747733+0000 mgr.y (mgr.24491) 10375 : cluster [DBG] pgmap v9163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:37:57] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:37:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:56.748219+0000 mgr.y (mgr.24491) 10376 : cluster [DBG] pgmap v9164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:56.748219+0000 mgr.y (mgr.24491) 10376 : cluster [DBG] pgmap v9164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:37:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:56.748219+0000 mgr.y (mgr.24491) 10376 : cluster [DBG] pgmap v9164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:37:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:37:58.748593+0000 mgr.y (mgr.24491) 10377 : cluster [DBG] pgmap v9165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:37:58.748593+0000 mgr.y (mgr.24491) 10377 : cluster [DBG] pgmap v9165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:37:58.748593+0000 mgr.y (mgr.24491) 10377 : cluster [DBG] pgmap v9165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:38:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:00.749332+0000 mgr.y (mgr.24491) 10378 : cluster [DBG] pgmap v9166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:00.749332+0000 mgr.y (mgr.24491) 10378 : cluster [DBG] pgmap v9166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:00.749332+0000 mgr.y (mgr.24491) 10378 : cluster [DBG] pgmap v9166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:02.749779+0000 mgr.y (mgr.24491) 10379 : cluster [DBG] pgmap v9167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:02.749779+0000 mgr.y (mgr.24491) 10379 : cluster [DBG] pgmap v9167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:02.749779+0000 mgr.y (mgr.24491) 10379 : cluster [DBG] pgmap v9167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:04.750363+0000 mgr.y (mgr.24491) 10380 : cluster [DBG] pgmap v9168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:04.750363+0000 mgr.y (mgr.24491) 10380 : cluster [DBG] pgmap v9168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:04.750363+0000 mgr.y (mgr.24491) 10380 : cluster [DBG] pgmap v9168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:06.750846+0000 mgr.y (mgr.24491) 10381 : cluster [DBG] pgmap v9169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:07] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:38:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:06.750846+0000 mgr.y (mgr.24491) 10381 : cluster [DBG] pgmap v9169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:06.750846+0000 mgr.y (mgr.24491) 10381 : cluster [DBG] pgmap v9169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:08.751280+0000 mgr.y (mgr.24491) 10382 : cluster [DBG] pgmap v9170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:08.751280+0000 mgr.y (mgr.24491) 10382 : cluster [DBG] pgmap v9170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:08.751280+0000 mgr.y (mgr.24491) 10382 : cluster [DBG] pgmap v9170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:38:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:10.752031+0000 mgr.y (mgr.24491) 10383 : cluster [DBG] pgmap v9171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:10.752031+0000 mgr.y (mgr.24491) 10383 : cluster [DBG] pgmap v9171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:10.752031+0000 mgr.y (mgr.24491) 10383 : cluster [DBG] pgmap v9171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:12.752520+0000 mgr.y (mgr.24491) 10384 : cluster [DBG] pgmap v9172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:12.752520+0000 mgr.y (mgr.24491) 10384 : cluster [DBG] pgmap v9172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:12.752520+0000 mgr.y (mgr.24491) 10384 : cluster [DBG] pgmap v9172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:15.455 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:38:15.730 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:38:15.730 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:38:15.730 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:38:15.730 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:38:15.730 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:38:15.730 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:38:15.730 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:38:15.730 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:38:15.730 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:38:15.731 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:38:16.064 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:38:16.064 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:38:16.064 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:38:16.064 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:38:16.064 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:38:16.064 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:38:16.064 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:38:16.064 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:38:16.064 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:38:16.064 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:38:16.064 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:38:16.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:38:16.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:38:16.065 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:38:16.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:38:16.065 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:38:16.065 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:38:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:14.753266+0000 mgr.y (mgr.24491) 10385 : cluster [DBG] pgmap v9173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:14.753266+0000 mgr.y (mgr.24491) 10385 : cluster [DBG] pgmap v9173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:14.753266+0000 mgr.y (mgr.24491) 10385 : cluster [DBG] pgmap v9173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:38:15.443836+0000 mgr.y (mgr.24491) 10386 : audit [DBG] from='client.35429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:17.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:38:15.723679+0000 mgr.y (mgr.24491) 10387 : audit [DBG] from='client.25530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:17.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:38:16.064976+0000 mon.c (mon.2) 341 : audit [DBG] from='client.? 172.21.15.177:0/2810080056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:38:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:38:15.443836+0000 mgr.y (mgr.24491) 10386 : audit [DBG] from='client.35429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:38:15.723679+0000 mgr.y (mgr.24491) 10387 : audit [DBG] from='client.25530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:38:16.064976+0000 mon.c (mon.2) 341 : audit [DBG] from='client.? 172.21.15.177:0/2810080056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:38:17.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:38:15.443836+0000 mgr.y (mgr.24491) 10386 : audit [DBG] from='client.35429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:17.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:38:15.723679+0000 mgr.y (mgr.24491) 10387 : audit [DBG] from='client.25530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:17.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:38:16.064976+0000 mon.c (mon.2) 341 : audit [DBG] from='client.? 172.21.15.177:0/2810080056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:38:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:17] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:38:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:16.753613+0000 mgr.y (mgr.24491) 10388 : cluster [DBG] pgmap v9174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:16.753613+0000 mgr.y (mgr.24491) 10388 : cluster [DBG] pgmap v9174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:16.753613+0000 mgr.y (mgr.24491) 10388 : cluster [DBG] pgmap v9174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:18.754023+0000 mgr.y (mgr.24491) 10389 : cluster [DBG] pgmap v9175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:18.754023+0000 mgr.y (mgr.24491) 10389 : cluster [DBG] pgmap v9175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:18.754023+0000 mgr.y (mgr.24491) 10389 : cluster [DBG] pgmap v9175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:38:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:20.754782+0000 mgr.y (mgr.24491) 10390 : cluster [DBG] pgmap v9176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:20.754782+0000 mgr.y (mgr.24491) 10390 : cluster [DBG] pgmap v9176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:20.754782+0000 mgr.y (mgr.24491) 10390 : cluster [DBG] pgmap v9176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:22.755248+0000 mgr.y (mgr.24491) 10391 : cluster [DBG] pgmap v9177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:22.755248+0000 mgr.y (mgr.24491) 10391 : cluster [DBG] pgmap v9177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:22.755248+0000 mgr.y (mgr.24491) 10391 : cluster [DBG] pgmap v9177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:26.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:24.756077+0000 mgr.y (mgr.24491) 10392 : cluster [DBG] pgmap v9178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:24.756077+0000 mgr.y (mgr.24491) 10392 : cluster [DBG] pgmap v9178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:24.756077+0000 mgr.y (mgr.24491) 10392 : cluster [DBG] pgmap v9178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:27] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:38:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:26.756718+0000 mgr.y (mgr.24491) 10393 : cluster [DBG] pgmap v9179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:26.756718+0000 mgr.y (mgr.24491) 10393 : cluster [DBG] pgmap v9179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:26.756718+0000 mgr.y (mgr.24491) 10393 : cluster [DBG] pgmap v9179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:28.757296+0000 mgr.y (mgr.24491) 10394 : cluster [DBG] pgmap v9180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:28.757296+0000 mgr.y (mgr.24491) 10394 : cluster [DBG] pgmap v9180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:28.757296+0000 mgr.y (mgr.24491) 10394 : cluster [DBG] pgmap v9180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:38:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:30.758080+0000 mgr.y (mgr.24491) 10395 : cluster [DBG] pgmap v9181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:30.758080+0000 mgr.y (mgr.24491) 10395 : cluster [DBG] pgmap v9181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:30.758080+0000 mgr.y (mgr.24491) 10395 : cluster [DBG] pgmap v9181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:34.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:32.758667+0000 mgr.y (mgr.24491) 10396 : cluster [DBG] pgmap v9182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:32.758667+0000 mgr.y (mgr.24491) 10396 : cluster [DBG] pgmap v9182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:32.758667+0000 mgr.y (mgr.24491) 10396 : cluster [DBG] pgmap v9182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:38:34.456319+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:38:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:38:34.747106+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:38:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:38:34.747744+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:38:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:38:34.751929+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:38:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:38:34.456319+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:38:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:38:34.747106+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:38:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:38:34.747744+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:38:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:38:34.751929+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:38:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:38:34.456319+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:38:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:38:34.747106+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:38:35.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:38:34.747744+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:38:35.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:38:34.751929+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:38:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:34.759172+0000 mgr.y (mgr.24491) 10397 : cluster [DBG] pgmap v9183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:34.759172+0000 mgr.y (mgr.24491) 10397 : cluster [DBG] pgmap v9183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:34.759172+0000 mgr.y (mgr.24491) 10397 : cluster [DBG] pgmap v9183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:37.980 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:37] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:38:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:36.759520+0000 mgr.y (mgr.24491) 10398 : cluster [DBG] pgmap v9184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:38.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:36.759520+0000 mgr.y (mgr.24491) 10398 : cluster [DBG] pgmap v9184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:38.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:36.759520+0000 mgr.y (mgr.24491) 10398 : cluster [DBG] pgmap v9184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:38.760056+0000 mgr.y (mgr.24491) 10399 : cluster [DBG] pgmap v9185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:38.760056+0000 mgr.y (mgr.24491) 10399 : cluster [DBG] pgmap v9185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:38.760056+0000 mgr.y (mgr.24491) 10399 : cluster [DBG] pgmap v9185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:41.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:38:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:40.760706+0000 mgr.y (mgr.24491) 10400 : cluster [DBG] pgmap v9186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:40.760706+0000 mgr.y (mgr.24491) 10400 : cluster [DBG] pgmap v9186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:40.760706+0000 mgr.y (mgr.24491) 10400 : cluster [DBG] pgmap v9186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:42.761172+0000 mgr.y (mgr.24491) 10401 : cluster [DBG] pgmap v9187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:43.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:42.761172+0000 mgr.y (mgr.24491) 10401 : cluster [DBG] pgmap v9187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:42.761172+0000 mgr.y (mgr.24491) 10401 : cluster [DBG] pgmap v9187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:44.762029+0000 mgr.y (mgr.24491) 10402 : cluster [DBG] pgmap v9188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:46.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:44.762029+0000 mgr.y (mgr.24491) 10402 : cluster [DBG] pgmap v9188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:44.762029+0000 mgr.y (mgr.24491) 10402 : cluster [DBG] pgmap v9188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:46.376 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:38:46.651 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:38:46.651 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:38:46.651 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:38:46.651 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:38:46.651 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:38:46.651 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 9m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:38:46.651 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:38:46.651 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:38:46.651 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:38:46.652 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 9m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:38:46.652 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:38:46.652 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:38:46.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 9m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:38:46.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 9m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:38:46.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:38:46.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:38:46.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:38:46.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:38:46.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:38:46.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:38:46.653 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:38:46.984 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:38:46.984 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:38:46.984 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:38:46.984 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:38:46.985 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:38:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:38:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:38:46.364994+0000 mgr.y (mgr.24491) 10403 : audit [DBG] from='client.25542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:38:46.644367+0000 mgr.y (mgr.24491) 10404 : audit [DBG] from='client.35453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:46.762315+0000 mgr.y (mgr.24491) 10405 : cluster [DBG] pgmap v9189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:38:46.985439+0000 mon.c (mon.2) 342 : audit [DBG] from='client.? 172.21.15.177:0/365357871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:38:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:38:46.364994+0000 mgr.y (mgr.24491) 10403 : audit [DBG] from='client.25542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:38:46.644367+0000 mgr.y (mgr.24491) 10404 : audit [DBG] from='client.35453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:46.762315+0000 mgr.y (mgr.24491) 10405 : cluster [DBG] pgmap v9189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:38:46.985439+0000 mon.c (mon.2) 342 : audit [DBG] from='client.? 172.21.15.177:0/365357871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:38:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:38:46.364994+0000 mgr.y (mgr.24491) 10403 : audit [DBG] from='client.25542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:38:46.644367+0000 mgr.y (mgr.24491) 10404 : audit [DBG] from='client.35453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:38:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:46.762315+0000 mgr.y (mgr.24491) 10405 : cluster [DBG] pgmap v9189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:38:46.985439+0000 mon.c (mon.2) 342 : audit [DBG] from='client.? 172.21.15.177:0/365357871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:38:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:48.762774+0000 mgr.y (mgr.24491) 10406 : cluster [DBG] pgmap v9190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:48.762774+0000 mgr.y (mgr.24491) 10406 : cluster [DBG] pgmap v9190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:48.762774+0000 mgr.y (mgr.24491) 10406 : cluster [DBG] pgmap v9190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:38:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:50.763467+0000 mgr.y (mgr.24491) 10407 : cluster [DBG] pgmap v9191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:52.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:50.763467+0000 mgr.y (mgr.24491) 10407 : cluster [DBG] pgmap v9191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:50.763467+0000 mgr.y (mgr.24491) 10407 : cluster [DBG] pgmap v9191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:52.763947+0000 mgr.y (mgr.24491) 10408 : cluster [DBG] pgmap v9192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:52.763947+0000 mgr.y (mgr.24491) 10408 : cluster [DBG] pgmap v9192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:52.763947+0000 mgr.y (mgr.24491) 10408 : cluster [DBG] pgmap v9192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:54.764493+0000 mgr.y (mgr.24491) 10409 : cluster [DBG] pgmap v9193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:54.764493+0000 mgr.y (mgr.24491) 10409 : cluster [DBG] pgmap v9193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:54.764493+0000 mgr.y (mgr.24491) 10409 : cluster [DBG] pgmap v9193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:38:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:38:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:56.764926+0000 mgr.y (mgr.24491) 10410 : cluster [DBG] pgmap v9194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:56.764926+0000 mgr.y (mgr.24491) 10410 : cluster [DBG] pgmap v9194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:38:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:56.764926+0000 mgr.y (mgr.24491) 10410 : cluster [DBG] pgmap v9194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:38:58.765316+0000 mgr.y (mgr.24491) 10411 : cluster [DBG] pgmap v9195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:38:58.765316+0000 mgr.y (mgr.24491) 10411 : cluster [DBG] pgmap v9195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:38:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:38:58.765316+0000 mgr.y (mgr.24491) 10411 : cluster [DBG] pgmap v9195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:39:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:00.765967+0000 mgr.y (mgr.24491) 10412 : cluster [DBG] pgmap v9196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:00.765967+0000 mgr.y (mgr.24491) 10412 : cluster [DBG] pgmap v9196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:00.765967+0000 mgr.y (mgr.24491) 10412 : cluster [DBG] pgmap v9196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:02.766322+0000 mgr.y (mgr.24491) 10413 : cluster [DBG] pgmap v9197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:02.766322+0000 mgr.y (mgr.24491) 10413 : cluster [DBG] pgmap v9197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:02.766322+0000 mgr.y (mgr.24491) 10413 : cluster [DBG] pgmap v9197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:04.767207+0000 mgr.y (mgr.24491) 10414 : cluster [DBG] pgmap v9198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:04.767207+0000 mgr.y (mgr.24491) 10414 : cluster [DBG] pgmap v9198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:04.767207+0000 mgr.y (mgr.24491) 10414 : cluster [DBG] pgmap v9198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:06.767740+0000 mgr.y (mgr.24491) 10415 : cluster [DBG] pgmap v9199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:06.767740+0000 mgr.y (mgr.24491) 10415 : cluster [DBG] pgmap v9199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:06.767740+0000 mgr.y (mgr.24491) 10415 : cluster [DBG] pgmap v9199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:07] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:39:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:08.768233+0000 mgr.y (mgr.24491) 10416 : cluster [DBG] pgmap v9200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:08.768233+0000 mgr.y (mgr.24491) 10416 : cluster [DBG] pgmap v9200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:08.768233+0000 mgr.y (mgr.24491) 10416 : cluster [DBG] pgmap v9200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:39:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:10.768899+0000 mgr.y (mgr.24491) 10417 : cluster [DBG] pgmap v9201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:10.768899+0000 mgr.y (mgr.24491) 10417 : cluster [DBG] pgmap v9201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:10.768899+0000 mgr.y (mgr.24491) 10417 : cluster [DBG] pgmap v9201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:12.769403+0000 mgr.y (mgr.24491) 10418 : cluster [DBG] pgmap v9202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:12.769403+0000 mgr.y (mgr.24491) 10418 : cluster [DBG] pgmap v9202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:12.769403+0000 mgr.y (mgr.24491) 10418 : cluster [DBG] pgmap v9202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:14.770161+0000 mgr.y (mgr.24491) 10419 : cluster [DBG] pgmap v9203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:14.770161+0000 mgr.y (mgr.24491) 10419 : cluster [DBG] pgmap v9203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:14.770161+0000 mgr.y (mgr.24491) 10419 : cluster [DBG] pgmap v9203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:17.294 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:39:17.568 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:39:17.568 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:39:17.568 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:39:17.568 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:39:17.568 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:39:17.568 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 9m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:39:17.569 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 473M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:39:17.569 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 847M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:39:17.569 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 5h 439M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:39:17.569 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 9m ago 5h 444M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:39:17.569 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:39:17.569 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 26.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:39:17.569 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 9m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:39:17.569 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 9m ago 5h 45.1M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:39:17.569 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.4M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:39:17.569 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:39:17.570 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:39:17.570 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:39:17.570 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:39:17.570 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:39:17.570 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:39:17.906 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:39:17.906 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:39:17.906 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:39:17.906 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:39:17.906 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:39:17.906 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:39:17.906 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:39:17.906 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:39:17.907 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:39:17.907 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:39:17.907 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:39:17.907 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:39:17.907 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:39:17.907 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:39:17.907 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:39:17.907 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:39:17.907 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:39:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:16.770606+0000 mgr.y (mgr.24491) 10420 : cluster [DBG] pgmap v9204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:17] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:39:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:16.770606+0000 mgr.y (mgr.24491) 10420 : cluster [DBG] pgmap v9204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:16.770606+0000 mgr.y (mgr.24491) 10420 : cluster [DBG] pgmap v9204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:17.283277+0000 mgr.y (mgr.24491) 10421 : audit [DBG] from='client.25560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:17.561504+0000 mgr.y (mgr.24491) 10422 : audit [DBG] from='client.25566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:19.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:17.906855+0000 mon.c (mon.2) 343 : audit [DBG] from='client.? 172.21.15.177:0/1937249578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:39:19.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:17.283277+0000 mgr.y (mgr.24491) 10421 : audit [DBG] from='client.25560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:19.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:17.561504+0000 mgr.y (mgr.24491) 10422 : audit [DBG] from='client.25566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:19.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:17.906855+0000 mon.c (mon.2) 343 : audit [DBG] from='client.? 172.21.15.177:0/1937249578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:39:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:17.283277+0000 mgr.y (mgr.24491) 10421 : audit [DBG] from='client.25560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:17.561504+0000 mgr.y (mgr.24491) 10422 : audit [DBG] from='client.25566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:17.906855+0000 mon.c (mon.2) 343 : audit [DBG] from='client.? 172.21.15.177:0/1937249578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:39:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:18.771151+0000 mgr.y (mgr.24491) 10423 : cluster [DBG] pgmap v9205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:18.771151+0000 mgr.y (mgr.24491) 10423 : cluster [DBG] pgmap v9205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:18.771151+0000 mgr.y (mgr.24491) 10423 : cluster [DBG] pgmap v9205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:39:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:20.771925+0000 mgr.y (mgr.24491) 10424 : cluster [DBG] pgmap v9206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:20.771925+0000 mgr.y (mgr.24491) 10424 : cluster [DBG] pgmap v9206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:20.771925+0000 mgr.y (mgr.24491) 10424 : cluster [DBG] pgmap v9206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:22.772410+0000 mgr.y (mgr.24491) 10425 : cluster [DBG] pgmap v9207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:22.772410+0000 mgr.y (mgr.24491) 10425 : cluster [DBG] pgmap v9207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:22.772410+0000 mgr.y (mgr.24491) 10425 : cluster [DBG] pgmap v9207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:24.773042+0000 mgr.y (mgr.24491) 10426 : cluster [DBG] pgmap v9208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:24.773042+0000 mgr.y (mgr.24491) 10426 : cluster [DBG] pgmap v9208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:24.773042+0000 mgr.y (mgr.24491) 10426 : cluster [DBG] pgmap v9208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:27] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:39:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:26.773422+0000 mgr.y (mgr.24491) 10427 : cluster [DBG] pgmap v9209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:26.773422+0000 mgr.y (mgr.24491) 10427 : cluster [DBG] pgmap v9209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:26.773422+0000 mgr.y (mgr.24491) 10427 : cluster [DBG] pgmap v9209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:28.773870+0000 mgr.y (mgr.24491) 10428 : cluster [DBG] pgmap v9210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:28.773870+0000 mgr.y (mgr.24491) 10428 : cluster [DBG] pgmap v9210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:28.773870+0000 mgr.y (mgr.24491) 10428 : cluster [DBG] pgmap v9210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:39:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:30.774484+0000 mgr.y (mgr.24491) 10429 : cluster [DBG] pgmap v9211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:30.774484+0000 mgr.y (mgr.24491) 10429 : cluster [DBG] pgmap v9211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:30.774484+0000 mgr.y (mgr.24491) 10429 : cluster [DBG] pgmap v9211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:32.774999+0000 mgr.y (mgr.24491) 10430 : cluster [DBG] pgmap v9212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:32.774999+0000 mgr.y (mgr.24491) 10430 : cluster [DBG] pgmap v9212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:32.774999+0000 mgr.y (mgr.24491) 10430 : cluster [DBG] pgmap v9212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:34.756342+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:39:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:34.756342+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:39:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:34.756342+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:39:35.867 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:34.775626+0000 mgr.y (mgr.24491) 10431 : cluster [DBG] pgmap v9213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:35.868 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:34.775626+0000 mgr.y (mgr.24491) 10431 : cluster [DBG] pgmap v9213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:34.775626+0000 mgr.y (mgr.24491) 10431 : cluster [DBG] pgmap v9213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:37] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:39:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:36.775987+0000 mgr.y (mgr.24491) 10432 : cluster [DBG] pgmap v9214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:37.334096+0000 mon.a (mon.0) 2463 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:39:38.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:36.775987+0000 mgr.y (mgr.24491) 10432 : cluster [DBG] pgmap v9214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:38.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:37.334096+0000 mon.a (mon.0) 2463 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:39:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:36.775987+0000 mgr.y (mgr.24491) 10432 : cluster [DBG] pgmap v9214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:37.334096+0000 mon.a (mon.0) 2463 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:39:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:37.993285+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:39:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:38.259607+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:39:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:38.260272+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:39:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:38.267328+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:39:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:37.993285+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:39:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:38.259607+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:39:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:38.260272+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:39:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:38.267328+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:39:39.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:37.993285+0000 mon.a (mon.0) 2464 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:39:39.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:38.259607+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:39:39.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:38.260272+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:39:39.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:38.267328+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:39:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:38.776504+0000 mgr.y (mgr.24491) 10433 : cluster [DBG] pgmap v9215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:38.776504+0000 mgr.y (mgr.24491) 10433 : cluster [DBG] pgmap v9215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:38.776504+0000 mgr.y (mgr.24491) 10433 : cluster [DBG] pgmap v9215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:40.777311+0000 mgr.y (mgr.24491) 10434 : cluster [DBG] pgmap v9216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:40.777311+0000 mgr.y (mgr.24491) 10434 : cluster [DBG] pgmap v9216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:40.777311+0000 mgr.y (mgr.24491) 10434 : cluster [DBG] pgmap v9216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:39:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:42.777842+0000 mgr.y (mgr.24491) 10435 : cluster [DBG] pgmap v9217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:44.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:42.777842+0000 mgr.y (mgr.24491) 10435 : cluster [DBG] pgmap v9217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:42.777842+0000 mgr.y (mgr.24491) 10435 : cluster [DBG] pgmap v9217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:44.778441+0000 mgr.y (mgr.24491) 10436 : cluster [DBG] pgmap v9218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:44.778441+0000 mgr.y (mgr.24491) 10436 : cluster [DBG] pgmap v9218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:44.778441+0000 mgr.y (mgr.24491) 10436 : cluster [DBG] pgmap v9218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:47] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:39:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:46.778862+0000 mgr.y (mgr.24491) 10437 : cluster [DBG] pgmap v9219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:46.778862+0000 mgr.y (mgr.24491) 10437 : cluster [DBG] pgmap v9219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:48.217 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:39:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:46.778862+0000 mgr.y (mgr.24491) 10437 : cluster [DBG] pgmap v9219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:48.489 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:39:48.489 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 11s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:39:48.489 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 10s ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:39:48.489 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 11s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:39:48.489 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 10s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:39:48.490 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 10s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:39:48.490 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 11s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:39:48.490 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 11s ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:39:48.490 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 10s ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:39:48.490 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 11s ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:39:48.490 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 11s ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:39:48.490 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 10s ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:39:48.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 11s ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:39:48.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 11s ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:39:48.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 11s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:39:48.491 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 11s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:39:48.491 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 10s ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:39:48.491 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 10s ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:39:48.491 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 10s ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:39:48.491 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 10s ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:39:48.491 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 10s ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:39:48.824 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:39:48.824 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:39:48.825 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:39:48.825 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:39:48.825 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:39:48.825 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:39:48.825 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:39:48.825 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:39:48.825 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:39:48.825 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:39:48.825 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:39:48.825 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:39:48.826 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:39:48.826 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:39:48.826 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:39:48.826 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:39:48.826 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:39:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:48.825445+0000 mon.c (mon.2) 344 : audit [DBG] from='client.? 172.21.15.177:0/4149170985' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:39:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:48.825445+0000 mon.c (mon.2) 344 : audit [DBG] from='client.? 172.21.15.177:0/4149170985' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:39:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:48.825445+0000 mon.c (mon.2) 344 : audit [DBG] from='client.? 172.21.15.177:0/4149170985' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:39:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:48.206094+0000 mgr.y (mgr.24491) 10438 : audit [DBG] from='client.25578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:39:48.482393+0000 mgr.y (mgr.24491) 10439 : audit [DBG] from='client.35489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:48.779224+0000 mgr.y (mgr.24491) 10440 : cluster [DBG] pgmap v9220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:48.206094+0000 mgr.y (mgr.24491) 10438 : audit [DBG] from='client.25578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:39:48.482393+0000 mgr.y (mgr.24491) 10439 : audit [DBG] from='client.35489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:48.779224+0000 mgr.y (mgr.24491) 10440 : cluster [DBG] pgmap v9220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:48.206094+0000 mgr.y (mgr.24491) 10438 : audit [DBG] from='client.25578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:39:48.482393+0000 mgr.y (mgr.24491) 10439 : audit [DBG] from='client.35489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:39:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:48.779224+0000 mgr.y (mgr.24491) 10440 : cluster [DBG] pgmap v9220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:39:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:50.779893+0000 mgr.y (mgr.24491) 10441 : cluster [DBG] pgmap v9221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:50.779893+0000 mgr.y (mgr.24491) 10441 : cluster [DBG] pgmap v9221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:50.779893+0000 mgr.y (mgr.24491) 10441 : cluster [DBG] pgmap v9221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:52.780350+0000 mgr.y (mgr.24491) 10442 : cluster [DBG] pgmap v9222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:52.780350+0000 mgr.y (mgr.24491) 10442 : cluster [DBG] pgmap v9222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:52.780350+0000 mgr.y (mgr.24491) 10442 : cluster [DBG] pgmap v9222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:54.781098+0000 mgr.y (mgr.24491) 10443 : cluster [DBG] pgmap v9223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:54.781098+0000 mgr.y (mgr.24491) 10443 : cluster [DBG] pgmap v9223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:54.781098+0000 mgr.y (mgr.24491) 10443 : cluster [DBG] pgmap v9223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:39:57] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:39:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:56.781634+0000 mgr.y (mgr.24491) 10444 : cluster [DBG] pgmap v9224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:56.781634+0000 mgr.y (mgr.24491) 10444 : cluster [DBG] pgmap v9224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:39:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:56.781634+0000 mgr.y (mgr.24491) 10444 : cluster [DBG] pgmap v9224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:39:58.782066+0000 mgr.y (mgr.24491) 10445 : cluster [DBG] pgmap v9225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:00.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T08:39:59.998+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:40:00.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:39:58.782066+0000 mgr.y (mgr.24491) 10445 : cluster [DBG] pgmap v9225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:39:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:39:58.782066+0000 mgr.y (mgr.24491) 10445 : cluster [DBG] pgmap v9225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:00.000147+0000 mon.a (mon.0) 2468 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:40:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:00.000147+0000 mon.a (mon.0) 2468 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:40:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:00.000147+0000 mon.a (mon.0) 2468 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:40:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:40:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:00.782693+0000 mgr.y (mgr.24491) 10446 : cluster [DBG] pgmap v9226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:00.782693+0000 mgr.y (mgr.24491) 10446 : cluster [DBG] pgmap v9226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:00.782693+0000 mgr.y (mgr.24491) 10446 : cluster [DBG] pgmap v9226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:02.783257+0000 mgr.y (mgr.24491) 10447 : cluster [DBG] pgmap v9227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:02.783257+0000 mgr.y (mgr.24491) 10447 : cluster [DBG] pgmap v9227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:02.783257+0000 mgr.y (mgr.24491) 10447 : cluster [DBG] pgmap v9227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:04.783882+0000 mgr.y (mgr.24491) 10448 : cluster [DBG] pgmap v9228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:04.783882+0000 mgr.y (mgr.24491) 10448 : cluster [DBG] pgmap v9228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:04.783882+0000 mgr.y (mgr.24491) 10448 : cluster [DBG] pgmap v9228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:06.784296+0000 mgr.y (mgr.24491) 10449 : cluster [DBG] pgmap v9229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:08.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:07] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:40:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:06.784296+0000 mgr.y (mgr.24491) 10449 : cluster [DBG] pgmap v9229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:06.784296+0000 mgr.y (mgr.24491) 10449 : cluster [DBG] pgmap v9229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:08.784863+0000 mgr.y (mgr.24491) 10450 : cluster [DBG] pgmap v9230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:08.784863+0000 mgr.y (mgr.24491) 10450 : cluster [DBG] pgmap v9230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:08.784863+0000 mgr.y (mgr.24491) 10450 : cluster [DBG] pgmap v9230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:40:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:10.785607+0000 mgr.y (mgr.24491) 10451 : cluster [DBG] pgmap v9231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:10.785607+0000 mgr.y (mgr.24491) 10451 : cluster [DBG] pgmap v9231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:10.785607+0000 mgr.y (mgr.24491) 10451 : cluster [DBG] pgmap v9231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:12.786073+0000 mgr.y (mgr.24491) 10452 : cluster [DBG] pgmap v9232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:12.786073+0000 mgr.y (mgr.24491) 10452 : cluster [DBG] pgmap v9232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:12.786073+0000 mgr.y (mgr.24491) 10452 : cluster [DBG] pgmap v9232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:14.786846+0000 mgr.y (mgr.24491) 10453 : cluster [DBG] pgmap v9233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:14.786846+0000 mgr.y (mgr.24491) 10453 : cluster [DBG] pgmap v9233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:14.786846+0000 mgr.y (mgr.24491) 10453 : cluster [DBG] pgmap v9233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:40:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:16.787224+0000 mgr.y (mgr.24491) 10454 : cluster [DBG] pgmap v9234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:16.787224+0000 mgr.y (mgr.24491) 10454 : cluster [DBG] pgmap v9234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:16.787224+0000 mgr.y (mgr.24491) 10454 : cluster [DBG] pgmap v9234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:19.136 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:40:19.412 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:40:19.412 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 42s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:40:19.412 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 41s ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:40:19.413 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 42s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:40:19.413 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 41s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:40:19.413 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 41s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:40:19.413 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 42s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:40:19.413 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 42s ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:40:19.413 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 41s ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:40:19.413 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 42s ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:40:19.413 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 42s ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:40:19.413 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 41s ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:40:19.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 42s ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:40:19.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 42s ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:40:19.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 42s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:40:19.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 42s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:40:19.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 41s ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:40:19.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 41s ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:40:19.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 41s ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:40:19.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 41s ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:40:19.414 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 41s ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:40:19.746 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:40:19.747 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:40:19.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:40:19.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:40:19.747 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:40:19.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:40:19.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:40:19.747 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:40:19.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:40:19.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:40:19.747 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:40:19.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:40:19.748 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:40:19.748 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:40:19.748 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:40:19.748 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:40:19.748 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:40:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:18.787776+0000 mgr.y (mgr.24491) 10455 : cluster [DBG] pgmap v9235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:40:19.747473+0000 mon.a (mon.0) 2469 : audit [DBG] from='client.? 172.21.15.177:0/484396611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:40:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:18.787776+0000 mgr.y (mgr.24491) 10455 : cluster [DBG] pgmap v9235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:40:19.747473+0000 mon.a (mon.0) 2469 : audit [DBG] from='client.? 172.21.15.177:0/484396611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:40:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:18.787776+0000 mgr.y (mgr.24491) 10455 : cluster [DBG] pgmap v9235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:40:19.747473+0000 mon.a (mon.0) 2469 : audit [DBG] from='client.? 172.21.15.177:0/484396611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:40:21.251 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:40:21.252 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:40:19.124751+0000 mgr.y (mgr.24491) 10456 : audit [DBG] from='client.25596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:21.252 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:40:19.405628+0000 mgr.y (mgr.24491) 10457 : audit [DBG] from='client.35507 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:40:19.124751+0000 mgr.y (mgr.24491) 10456 : audit [DBG] from='client.25596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:40:19.405628+0000 mgr.y (mgr.24491) 10457 : audit [DBG] from='client.35507 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:40:19.124751+0000 mgr.y (mgr.24491) 10456 : audit [DBG] from='client.25596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:40:19.405628+0000 mgr.y (mgr.24491) 10457 : audit [DBG] from='client.35507 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:20.788502+0000 mgr.y (mgr.24491) 10458 : cluster [DBG] pgmap v9236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:20.788502+0000 mgr.y (mgr.24491) 10458 : cluster [DBG] pgmap v9236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:20.788502+0000 mgr.y (mgr.24491) 10458 : cluster [DBG] pgmap v9236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:22.789094+0000 mgr.y (mgr.24491) 10459 : cluster [DBG] pgmap v9237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:22.789094+0000 mgr.y (mgr.24491) 10459 : cluster [DBG] pgmap v9237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:22.789094+0000 mgr.y (mgr.24491) 10459 : cluster [DBG] pgmap v9237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:24.789870+0000 mgr.y (mgr.24491) 10460 : cluster [DBG] pgmap v9238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:24.789870+0000 mgr.y (mgr.24491) 10460 : cluster [DBG] pgmap v9238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:24.789870+0000 mgr.y (mgr.24491) 10460 : cluster [DBG] pgmap v9238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:40:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:26.790296+0000 mgr.y (mgr.24491) 10461 : cluster [DBG] pgmap v9239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:26.790296+0000 mgr.y (mgr.24491) 10461 : cluster [DBG] pgmap v9239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:26.790296+0000 mgr.y (mgr.24491) 10461 : cluster [DBG] pgmap v9239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:28.790756+0000 mgr.y (mgr.24491) 10462 : cluster [DBG] pgmap v9240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:28.790756+0000 mgr.y (mgr.24491) 10462 : cluster [DBG] pgmap v9240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:28.790756+0000 mgr.y (mgr.24491) 10462 : cluster [DBG] pgmap v9240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:40:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:30.791409+0000 mgr.y (mgr.24491) 10463 : cluster [DBG] pgmap v9241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:30.791409+0000 mgr.y (mgr.24491) 10463 : cluster [DBG] pgmap v9241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:30.791409+0000 mgr.y (mgr.24491) 10463 : cluster [DBG] pgmap v9241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:32.791869+0000 mgr.y (mgr.24491) 10464 : cluster [DBG] pgmap v9242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:32.791869+0000 mgr.y (mgr.24491) 10464 : cluster [DBG] pgmap v9242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:32.791869+0000 mgr.y (mgr.24491) 10464 : cluster [DBG] pgmap v9242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:34.792508+0000 mgr.y (mgr.24491) 10465 : cluster [DBG] pgmap v9243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:34.792508+0000 mgr.y (mgr.24491) 10465 : cluster [DBG] pgmap v9243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:34.792508+0000 mgr.y (mgr.24491) 10465 : cluster [DBG] pgmap v9243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:37] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:40:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:36.792972+0000 mgr.y (mgr.24491) 10466 : cluster [DBG] pgmap v9244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:36.792972+0000 mgr.y (mgr.24491) 10466 : cluster [DBG] pgmap v9244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:36.792972+0000 mgr.y (mgr.24491) 10466 : cluster [DBG] pgmap v9244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:40:38.271875+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:40:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:40:38.566963+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:40:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:40:38.567560+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:40:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:40:38.571797+0000 mon.a (mon.0) 2473 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:40:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:40:38.271875+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:40:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:40:38.566963+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:40:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:40:38.567560+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:40:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:40:38.571797+0000 mon.a (mon.0) 2473 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:40:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:40:38.271875+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:40:39.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:40:38.566963+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:40:39.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:40:38.567560+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:40:39.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:40:38.571797+0000 mon.a (mon.0) 2473 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:40:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:38.793341+0000 mgr.y (mgr.24491) 10467 : cluster [DBG] pgmap v9245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:38.793341+0000 mgr.y (mgr.24491) 10467 : cluster [DBG] pgmap v9245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:38.793341+0000 mgr.y (mgr.24491) 10467 : cluster [DBG] pgmap v9245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:40:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:40.794011+0000 mgr.y (mgr.24491) 10468 : cluster [DBG] pgmap v9246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:40.794011+0000 mgr.y (mgr.24491) 10468 : cluster [DBG] pgmap v9246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:40.794011+0000 mgr.y (mgr.24491) 10468 : cluster [DBG] pgmap v9246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:42.794525+0000 mgr.y (mgr.24491) 10469 : cluster [DBG] pgmap v9247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:42.794525+0000 mgr.y (mgr.24491) 10469 : cluster [DBG] pgmap v9247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:42.794525+0000 mgr.y (mgr.24491) 10469 : cluster [DBG] pgmap v9247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:44.795206+0000 mgr.y (mgr.24491) 10470 : cluster [DBG] pgmap v9248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:44.795206+0000 mgr.y (mgr.24491) 10470 : cluster [DBG] pgmap v9248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:44.795206+0000 mgr.y (mgr.24491) 10470 : cluster [DBG] pgmap v9248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:46.795600+0000 mgr.y (mgr.24491) 10471 : cluster [DBG] pgmap v9249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:47] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:40:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:46.795600+0000 mgr.y (mgr.24491) 10471 : cluster [DBG] pgmap v9249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:46.795600+0000 mgr.y (mgr.24491) 10471 : cluster [DBG] pgmap v9249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:50.063 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:40:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:48.795968+0000 mgr.y (mgr.24491) 10472 : cluster [DBG] pgmap v9250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:50.334 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:40:50.334 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 73s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:40:50.334 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 72s ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:40:50.334 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 73s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:40:50.334 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 72s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:40:50.334 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 72s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:40:50.334 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 73s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:40:50.334 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 73s ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:40:50.334 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 72s ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:40:50.334 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 73s ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:40:50.335 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 73s ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:40:50.335 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 72s ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:40:50.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 73s ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:40:50.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 73s ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:40:50.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 73s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:40:50.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 73s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:40:50.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 72s ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:40:50.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 72s ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:40:50.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 72s ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:40:50.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 72s ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:40:50.335 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 72s ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:40:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:48.795968+0000 mgr.y (mgr.24491) 10472 : cluster [DBG] pgmap v9250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:48.795968+0000 mgr.y (mgr.24491) 10472 : cluster [DBG] pgmap v9250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:50.669 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:40:50.669 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:40:50.669 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:40:50.669 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:40:50.670 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:40:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:40:50.670508+0000 mon.c (mon.2) 345 : audit [DBG] from='client.? 172.21.15.177:0/823261737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:40:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:40:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:40:50.670508+0000 mon.c (mon.2) 345 : audit [DBG] from='client.? 172.21.15.177:0/823261737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:40:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:40:50.670508+0000 mon.c (mon.2) 345 : audit [DBG] from='client.? 172.21.15.177:0/823261737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:40:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:40:50.049268+0000 mgr.y (mgr.24491) 10473 : audit [DBG] from='client.35519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:40:50.327625+0000 mgr.y (mgr.24491) 10474 : audit [DBG] from='client.25620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:50.796640+0000 mgr.y (mgr.24491) 10475 : cluster [DBG] pgmap v9251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:40:50.049268+0000 mgr.y (mgr.24491) 10473 : audit [DBG] from='client.35519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:40:50.327625+0000 mgr.y (mgr.24491) 10474 : audit [DBG] from='client.25620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:50.796640+0000 mgr.y (mgr.24491) 10475 : cluster [DBG] pgmap v9251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:40:50.049268+0000 mgr.y (mgr.24491) 10473 : audit [DBG] from='client.35519 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:40:50.327625+0000 mgr.y (mgr.24491) 10474 : audit [DBG] from='client.25620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:40:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:50.796640+0000 mgr.y (mgr.24491) 10475 : cluster [DBG] pgmap v9251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:52.797062+0000 mgr.y (mgr.24491) 10476 : cluster [DBG] pgmap v9252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:52.797062+0000 mgr.y (mgr.24491) 10476 : cluster [DBG] pgmap v9252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:52.797062+0000 mgr.y (mgr.24491) 10476 : cluster [DBG] pgmap v9252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:54.797885+0000 mgr.y (mgr.24491) 10477 : cluster [DBG] pgmap v9253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:54.797885+0000 mgr.y (mgr.24491) 10477 : cluster [DBG] pgmap v9253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:54.797885+0000 mgr.y (mgr.24491) 10477 : cluster [DBG] pgmap v9253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:58.153 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:40:57] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:40:58.155 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:56.798332+0000 mgr.y (mgr.24491) 10478 : cluster [DBG] pgmap v9254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:58.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:56.798332+0000 mgr.y (mgr.24491) 10478 : cluster [DBG] pgmap v9254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:40:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:56.798332+0000 mgr.y (mgr.24491) 10478 : cluster [DBG] pgmap v9254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:40:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:40:58.798729+0000 mgr.y (mgr.24491) 10479 : cluster [DBG] pgmap v9255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:40:58.798729+0000 mgr.y (mgr.24491) 10479 : cluster [DBG] pgmap v9255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:40:58.798729+0000 mgr.y (mgr.24491) 10479 : cluster [DBG] pgmap v9255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:41:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:00.799450+0000 mgr.y (mgr.24491) 10480 : cluster [DBG] pgmap v9256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:00.799450+0000 mgr.y (mgr.24491) 10480 : cluster [DBG] pgmap v9256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:00.799450+0000 mgr.y (mgr.24491) 10480 : cluster [DBG] pgmap v9256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:02.799790+0000 mgr.y (mgr.24491) 10481 : cluster [DBG] pgmap v9257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:02.799790+0000 mgr.y (mgr.24491) 10481 : cluster [DBG] pgmap v9257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:02.799790+0000 mgr.y (mgr.24491) 10481 : cluster [DBG] pgmap v9257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:06.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:04.800419+0000 mgr.y (mgr.24491) 10482 : cluster [DBG] pgmap v9258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:04.800419+0000 mgr.y (mgr.24491) 10482 : cluster [DBG] pgmap v9258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:04.800419+0000 mgr.y (mgr.24491) 10482 : cluster [DBG] pgmap v9258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:07.986 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:41:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:06.800972+0000 mgr.y (mgr.24491) 10483 : cluster [DBG] pgmap v9259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:06.800972+0000 mgr.y (mgr.24491) 10483 : cluster [DBG] pgmap v9259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:06.800972+0000 mgr.y (mgr.24491) 10483 : cluster [DBG] pgmap v9259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:08.801434+0000 mgr.y (mgr.24491) 10484 : cluster [DBG] pgmap v9260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:08.801434+0000 mgr.y (mgr.24491) 10484 : cluster [DBG] pgmap v9260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:08.801434+0000 mgr.y (mgr.24491) 10484 : cluster [DBG] pgmap v9260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:41:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:10.802126+0000 mgr.y (mgr.24491) 10485 : cluster [DBG] pgmap v9261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:10.802126+0000 mgr.y (mgr.24491) 10485 : cluster [DBG] pgmap v9261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:10.802126+0000 mgr.y (mgr.24491) 10485 : cluster [DBG] pgmap v9261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:12.802482+0000 mgr.y (mgr.24491) 10486 : cluster [DBG] pgmap v9262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:12.802482+0000 mgr.y (mgr.24491) 10486 : cluster [DBG] pgmap v9262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:12.802482+0000 mgr.y (mgr.24491) 10486 : cluster [DBG] pgmap v9262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:14.803214+0000 mgr.y (mgr.24491) 10487 : cluster [DBG] pgmap v9263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:14.803214+0000 mgr.y (mgr.24491) 10487 : cluster [DBG] pgmap v9263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:14.803214+0000 mgr.y (mgr.24491) 10487 : cluster [DBG] pgmap v9263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:18.002 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:41:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:16.803696+0000 mgr.y (mgr.24491) 10488 : cluster [DBG] pgmap v9264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:16.803696+0000 mgr.y (mgr.24491) 10488 : cluster [DBG] pgmap v9264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:16.803696+0000 mgr.y (mgr.24491) 10488 : cluster [DBG] pgmap v9264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:18.804118+0000 mgr.y (mgr.24491) 10489 : cluster [DBG] pgmap v9265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:20.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:18.804118+0000 mgr.y (mgr.24491) 10489 : cluster [DBG] pgmap v9265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:18.804118+0000 mgr.y (mgr.24491) 10489 : cluster [DBG] pgmap v9265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:20.983 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:41:21.256 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:41:21.256 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 103s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:41:21.257 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 103s ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:41:21.257 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 103s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:41:21.257 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 103s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:41:21.257 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 103s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:41:21.257 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 103s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:41:21.257 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 103s ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:41:21.257 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 103s ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:41:21.257 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 103s ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:41:21.257 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 103s ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:41:21.257 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 103s ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:41:21.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 103s ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:41:21.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 103s ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:41:21.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 103s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:41:21.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 103s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:41:21.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 103s ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:41:21.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 103s ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:41:21.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 103s ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:41:21.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 103s ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:41:21.258 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 103s ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:41:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:41:21.587 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:41:21.587 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:41:21.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:41:21.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:41:21.587 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:41:21.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:41:21.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:41:21.587 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:41:21.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:41:21.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:41:21.588 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:41:21.588 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:41:21.588 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:41:21.588 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:41:21.588 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:41:21.588 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:41:21.588 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:41:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:20.804808+0000 mgr.y (mgr.24491) 10490 : cluster [DBG] pgmap v9266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:41:20.971555+0000 mgr.y (mgr.24491) 10491 : audit [DBG] from='client.25632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:41:21.587556+0000 mon.c (mon.2) 346 : audit [DBG] from='client.? 172.21.15.177:0/1157766190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:41:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:20.804808+0000 mgr.y (mgr.24491) 10490 : cluster [DBG] pgmap v9266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:41:20.971555+0000 mgr.y (mgr.24491) 10491 : audit [DBG] from='client.25632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:41:21.587556+0000 mon.c (mon.2) 346 : audit [DBG] from='client.? 172.21.15.177:0/1157766190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:41:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:20.804808+0000 mgr.y (mgr.24491) 10490 : cluster [DBG] pgmap v9266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:41:20.971555+0000 mgr.y (mgr.24491) 10491 : audit [DBG] from='client.25632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:41:21.587556+0000 mon.c (mon.2) 346 : audit [DBG] from='client.? 172.21.15.177:0/1157766190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:41:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:41:21.249524+0000 mgr.y (mgr.24491) 10492 : audit [DBG] from='client.35543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:41:21.249524+0000 mgr.y (mgr.24491) 10492 : audit [DBG] from='client.35543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:41:21.249524+0000 mgr.y (mgr.24491) 10492 : audit [DBG] from='client.35543 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:24.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:22.805196+0000 mgr.y (mgr.24491) 10493 : cluster [DBG] pgmap v9267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:24.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:22.805196+0000 mgr.y (mgr.24491) 10493 : cluster [DBG] pgmap v9267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:22.805196+0000 mgr.y (mgr.24491) 10493 : cluster [DBG] pgmap v9267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:24.806001+0000 mgr.y (mgr.24491) 10494 : cluster [DBG] pgmap v9268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:24.806001+0000 mgr.y (mgr.24491) 10494 : cluster [DBG] pgmap v9268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:24.806001+0000 mgr.y (mgr.24491) 10494 : cluster [DBG] pgmap v9268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:26.806365+0000 mgr.y (mgr.24491) 10495 : cluster [DBG] pgmap v9269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:28.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:41:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:26.806365+0000 mgr.y (mgr.24491) 10495 : cluster [DBG] pgmap v9269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:26.806365+0000 mgr.y (mgr.24491) 10495 : cluster [DBG] pgmap v9269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:28.806732+0000 mgr.y (mgr.24491) 10496 : cluster [DBG] pgmap v9270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:28.806732+0000 mgr.y (mgr.24491) 10496 : cluster [DBG] pgmap v9270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:28.806732+0000 mgr.y (mgr.24491) 10496 : cluster [DBG] pgmap v9270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:41:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:30.807418+0000 mgr.y (mgr.24491) 10497 : cluster [DBG] pgmap v9271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:30.807418+0000 mgr.y (mgr.24491) 10497 : cluster [DBG] pgmap v9271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:30.807418+0000 mgr.y (mgr.24491) 10497 : cluster [DBG] pgmap v9271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:32.807796+0000 mgr.y (mgr.24491) 10498 : cluster [DBG] pgmap v9272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:32.807796+0000 mgr.y (mgr.24491) 10498 : cluster [DBG] pgmap v9272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:32.807796+0000 mgr.y (mgr.24491) 10498 : cluster [DBG] pgmap v9272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:34.808377+0000 mgr.y (mgr.24491) 10499 : cluster [DBG] pgmap v9273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:34.808377+0000 mgr.y (mgr.24491) 10499 : cluster [DBG] pgmap v9273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:34.808377+0000 mgr.y (mgr.24491) 10499 : cluster [DBG] pgmap v9273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:37] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T08:41:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:36.808842+0000 mgr.y (mgr.24491) 10500 : cluster [DBG] pgmap v9274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:36.808842+0000 mgr.y (mgr.24491) 10500 : cluster [DBG] pgmap v9274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:36.808842+0000 mgr.y (mgr.24491) 10500 : cluster [DBG] pgmap v9274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:41:38.576168+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:41:39.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:41:38.867866+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:41:39.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:41:38.868491+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:41:39.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:41:38.873680+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:41:39.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:41:38.576168+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:41:39.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:41:38.867866+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:41:39.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:41:38.868491+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:41:39.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:41:38.873680+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:41:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:41:38.576168+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:41:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:41:38.867866+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:41:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:41:38.868491+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:41:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:41:38.873680+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:41:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:38.809202+0000 mgr.y (mgr.24491) 10501 : cluster [DBG] pgmap v9275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:38.809202+0000 mgr.y (mgr.24491) 10501 : cluster [DBG] pgmap v9275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:38.809202+0000 mgr.y (mgr.24491) 10501 : cluster [DBG] pgmap v9275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:41:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:40.809907+0000 mgr.y (mgr.24491) 10502 : cluster [DBG] pgmap v9276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:40.809907+0000 mgr.y (mgr.24491) 10502 : cluster [DBG] pgmap v9276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:40.809907+0000 mgr.y (mgr.24491) 10502 : cluster [DBG] pgmap v9276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:42.810373+0000 mgr.y (mgr.24491) 10503 : cluster [DBG] pgmap v9277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:44.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:42.810373+0000 mgr.y (mgr.24491) 10503 : cluster [DBG] pgmap v9277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:42.810373+0000 mgr.y (mgr.24491) 10503 : cluster [DBG] pgmap v9277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:44.811155+0000 mgr.y (mgr.24491) 10504 : cluster [DBG] pgmap v9278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:46.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:44.811155+0000 mgr.y (mgr.24491) 10504 : cluster [DBG] pgmap v9278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:44.811155+0000 mgr.y (mgr.24491) 10504 : cluster [DBG] pgmap v9278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:41:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:46.811584+0000 mgr.y (mgr.24491) 10505 : cluster [DBG] pgmap v9279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:46.811584+0000 mgr.y (mgr.24491) 10505 : cluster [DBG] pgmap v9279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:46.811584+0000 mgr.y (mgr.24491) 10505 : cluster [DBG] pgmap v9279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:48.812008+0000 mgr.y (mgr.24491) 10506 : cluster [DBG] pgmap v9280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:48.812008+0000 mgr.y (mgr.24491) 10506 : cluster [DBG] pgmap v9280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:48.812008+0000 mgr.y (mgr.24491) 10506 : cluster [DBG] pgmap v9280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:41:51.898 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:41:52.173 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:41:52.173 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:41:52.173 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:41:52.173 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 2m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:41:52.174 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 2m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:41:52.174 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:41:52.174 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:41:52.174 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:41:52.174 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:41:52.174 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:41:52.174 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:41:52.174 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:41:52.174 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:41:52.174 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:41:52.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:41:52.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:41:52.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:41:52.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:41:52.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 2m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:41:52.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 2m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:41:52.175 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:41:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:50.812721+0000 mgr.y (mgr.24491) 10507 : cluster [DBG] pgmap v9281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:50.812721+0000 mgr.y (mgr.24491) 10507 : cluster [DBG] pgmap v9281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:50.812721+0000 mgr.y (mgr.24491) 10507 : cluster [DBG] pgmap v9281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:52.519 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:41:52.519 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:41:52.519 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:41:52.519 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:41:52.519 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:41:52.519 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:41:52.519 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:41:52.520 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:41:52.520 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:41:52.520 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:41:52.520 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:41:52.520 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:41:52.520 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:41:52.520 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:41:52.520 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:41:52.520 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:41:52.520 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:41:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:41:51.886555+0000 mgr.y (mgr.24491) 10508 : audit [DBG] from='client.35555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:41:52.519889+0000 mon.c (mon.2) 347 : audit [DBG] from='client.? 172.21.15.177:0/906198133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:41:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:41:51.886555+0000 mgr.y (mgr.24491) 10508 : audit [DBG] from='client.35555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:41:52.519889+0000 mon.c (mon.2) 347 : audit [DBG] from='client.? 172.21.15.177:0/906198133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:41:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:41:51.886555+0000 mgr.y (mgr.24491) 10508 : audit [DBG] from='client.35555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:41:52.519889+0000 mon.c (mon.2) 347 : audit [DBG] from='client.? 172.21.15.177:0/906198133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:41:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:41:52.166561+0000 mgr.y (mgr.24491) 10509 : audit [DBG] from='client.25656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:52.813169+0000 mgr.y (mgr.24491) 10510 : cluster [DBG] pgmap v9282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:54.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:41:52.166561+0000 mgr.y (mgr.24491) 10509 : audit [DBG] from='client.25656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:54.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:52.813169+0000 mgr.y (mgr.24491) 10510 : cluster [DBG] pgmap v9282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:54.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:41:52.166561+0000 mgr.y (mgr.24491) 10509 : audit [DBG] from='client.25656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:41:54.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:52.813169+0000 mgr.y (mgr.24491) 10510 : cluster [DBG] pgmap v9282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:54.813974+0000 mgr.y (mgr.24491) 10511 : cluster [DBG] pgmap v9283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:54.813974+0000 mgr.y (mgr.24491) 10511 : cluster [DBG] pgmap v9283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:54.813974+0000 mgr.y (mgr.24491) 10511 : cluster [DBG] pgmap v9283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:41:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:41:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:56.814401+0000 mgr.y (mgr.24491) 10512 : cluster [DBG] pgmap v9284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:56.814401+0000 mgr.y (mgr.24491) 10512 : cluster [DBG] pgmap v9284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:41:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:56.814401+0000 mgr.y (mgr.24491) 10512 : cluster [DBG] pgmap v9284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:41:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:41:58.814882+0000 mgr.y (mgr.24491) 10513 : cluster [DBG] pgmap v9285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:41:58.814882+0000 mgr.y (mgr.24491) 10513 : cluster [DBG] pgmap v9285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:41:58.814882+0000 mgr.y (mgr.24491) 10513 : cluster [DBG] pgmap v9285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:42:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:00.815622+0000 mgr.y (mgr.24491) 10514 : cluster [DBG] pgmap v9286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:00.815622+0000 mgr.y (mgr.24491) 10514 : cluster [DBG] pgmap v9286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:00.815622+0000 mgr.y (mgr.24491) 10514 : cluster [DBG] pgmap v9286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:02.816097+0000 mgr.y (mgr.24491) 10515 : cluster [DBG] pgmap v9287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:02.816097+0000 mgr.y (mgr.24491) 10515 : cluster [DBG] pgmap v9287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:02.816097+0000 mgr.y (mgr.24491) 10515 : cluster [DBG] pgmap v9287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:04.816774+0000 mgr.y (mgr.24491) 10516 : cluster [DBG] pgmap v9288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:04.816774+0000 mgr.y (mgr.24491) 10516 : cluster [DBG] pgmap v9288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:04.816774+0000 mgr.y (mgr.24491) 10516 : cluster [DBG] pgmap v9288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:07] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:42:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:06.817192+0000 mgr.y (mgr.24491) 10517 : cluster [DBG] pgmap v9289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:06.817192+0000 mgr.y (mgr.24491) 10517 : cluster [DBG] pgmap v9289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:06.817192+0000 mgr.y (mgr.24491) 10517 : cluster [DBG] pgmap v9289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:08.817751+0000 mgr.y (mgr.24491) 10518 : cluster [DBG] pgmap v9290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:08.817751+0000 mgr.y (mgr.24491) 10518 : cluster [DBG] pgmap v9290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:08.817751+0000 mgr.y (mgr.24491) 10518 : cluster [DBG] pgmap v9290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:42:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:10.818549+0000 mgr.y (mgr.24491) 10519 : cluster [DBG] pgmap v9291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:10.818549+0000 mgr.y (mgr.24491) 10519 : cluster [DBG] pgmap v9291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:10.818549+0000 mgr.y (mgr.24491) 10519 : cluster [DBG] pgmap v9291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:12.818961+0000 mgr.y (mgr.24491) 10520 : cluster [DBG] pgmap v9292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:12.818961+0000 mgr.y (mgr.24491) 10520 : cluster [DBG] pgmap v9292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:12.818961+0000 mgr.y (mgr.24491) 10520 : cluster [DBG] pgmap v9292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:14.819601+0000 mgr.y (mgr.24491) 10521 : cluster [DBG] pgmap v9293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:14.819601+0000 mgr.y (mgr.24491) 10521 : cluster [DBG] pgmap v9293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:14.819601+0000 mgr.y (mgr.24491) 10521 : cluster [DBG] pgmap v9293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:17] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:42:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:16.820051+0000 mgr.y (mgr.24491) 10522 : cluster [DBG] pgmap v9294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:16.820051+0000 mgr.y (mgr.24491) 10522 : cluster [DBG] pgmap v9294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:16.820051+0000 mgr.y (mgr.24491) 10522 : cluster [DBG] pgmap v9294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:20.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:18.820599+0000 mgr.y (mgr.24491) 10523 : cluster [DBG] pgmap v9295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:18.820599+0000 mgr.y (mgr.24491) 10523 : cluster [DBG] pgmap v9295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:18.820599+0000 mgr.y (mgr.24491) 10523 : cluster [DBG] pgmap v9295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:42:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:20.821473+0000 mgr.y (mgr.24491) 10524 : cluster [DBG] pgmap v9296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:20.821473+0000 mgr.y (mgr.24491) 10524 : cluster [DBG] pgmap v9296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:20.821473+0000 mgr.y (mgr.24491) 10524 : cluster [DBG] pgmap v9296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:22.834 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:42:23.114 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:42:23.114 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:42:23.114 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:42:23.115 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 2m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:42:23.115 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 2m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:42:23.115 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:42:23.115 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:42:23.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:42:23.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:42:23.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:42:23.115 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:42:23.115 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:42:23.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:42:23.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:42:23.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:42:23.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:42:23.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:42:23.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:42:23.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 2m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:42:23.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 2m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:42:23.116 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:42:23.449 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:42:23.450 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:42:23.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:42:23.450 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:42:23.450 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:42:23.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:42:23.450 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:42:23.450 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:42:23.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:42:23.451 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:42:23.451 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:42:23.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:42:23.451 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:42:23.451 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:42:23.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:42:23.451 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:42:23.451 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:42:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:22.821812+0000 mgr.y (mgr.24491) 10525 : cluster [DBG] pgmap v9297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:42:22.822649+0000 mgr.y (mgr.24491) 10526 : audit [DBG] from='client.25668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:42:23.450085+0000 mon.a (mon.0) 2478 : audit [DBG] from='client.? 172.21.15.177:0/2337252730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:42:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:22.821812+0000 mgr.y (mgr.24491) 10525 : cluster [DBG] pgmap v9297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:24.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:42:22.822649+0000 mgr.y (mgr.24491) 10526 : audit [DBG] from='client.25668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:24.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:42:23.450085+0000 mon.a (mon.0) 2478 : audit [DBG] from='client.? 172.21.15.177:0/2337252730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:42:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:22.821812+0000 mgr.y (mgr.24491) 10525 : cluster [DBG] pgmap v9297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:24.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:42:22.822649+0000 mgr.y (mgr.24491) 10526 : audit [DBG] from='client.25668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:24.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:42:23.450085+0000 mon.a (mon.0) 2478 : audit [DBG] from='client.? 172.21.15.177:0/2337252730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:42:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:42:23.107690+0000 mgr.y (mgr.24491) 10527 : audit [DBG] from='client.25674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:25.405 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:42:23.107690+0000 mgr.y (mgr.24491) 10527 : audit [DBG] from='client.25674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:25.405 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:42:23.107690+0000 mgr.y (mgr.24491) 10527 : audit [DBG] from='client.25674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:24.822617+0000 mgr.y (mgr.24491) 10528 : cluster [DBG] pgmap v9298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:24.822617+0000 mgr.y (mgr.24491) 10528 : cluster [DBG] pgmap v9298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:24.822617+0000 mgr.y (mgr.24491) 10528 : cluster [DBG] pgmap v9298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:27.978 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:27] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:42:27.978 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:26.823171+0000 mgr.y (mgr.24491) 10529 : cluster [DBG] pgmap v9299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:26.823171+0000 mgr.y (mgr.24491) 10529 : cluster [DBG] pgmap v9299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:26.823171+0000 mgr.y (mgr.24491) 10529 : cluster [DBG] pgmap v9299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:28.823574+0000 mgr.y (mgr.24491) 10530 : cluster [DBG] pgmap v9300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:28.823574+0000 mgr.y (mgr.24491) 10530 : cluster [DBG] pgmap v9300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:28.823574+0000 mgr.y (mgr.24491) 10530 : cluster [DBG] pgmap v9300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:42:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:30.824272+0000 mgr.y (mgr.24491) 10531 : cluster [DBG] pgmap v9301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:30.824272+0000 mgr.y (mgr.24491) 10531 : cluster [DBG] pgmap v9301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:30.824272+0000 mgr.y (mgr.24491) 10531 : cluster [DBG] pgmap v9301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:32.824674+0000 mgr.y (mgr.24491) 10532 : cluster [DBG] pgmap v9302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:32.824674+0000 mgr.y (mgr.24491) 10532 : cluster [DBG] pgmap v9302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:32.824674+0000 mgr.y (mgr.24491) 10532 : cluster [DBG] pgmap v9302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:34.825279+0000 mgr.y (mgr.24491) 10533 : cluster [DBG] pgmap v9303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:34.825279+0000 mgr.y (mgr.24491) 10533 : cluster [DBG] pgmap v9303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:34.825279+0000 mgr.y (mgr.24491) 10533 : cluster [DBG] pgmap v9303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:37.992 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:37] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:42:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:36.825746+0000 mgr.y (mgr.24491) 10534 : cluster [DBG] pgmap v9304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:36.825746+0000 mgr.y (mgr.24491) 10534 : cluster [DBG] pgmap v9304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:36.825746+0000 mgr.y (mgr.24491) 10534 : cluster [DBG] pgmap v9304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:42:38.877985+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:42:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:42:38.877985+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:42:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:42:38.877985+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:42:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:38.826191+0000 mgr.y (mgr.24491) 10535 : cluster [DBG] pgmap v9305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:42:39.122207+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:42:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:42:39.402168+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:42:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:42:39.402798+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:42:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:42:39.407049+0000 mon.a (mon.0) 2483 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:42:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:38.826191+0000 mgr.y (mgr.24491) 10535 : cluster [DBG] pgmap v9305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:42:39.122207+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:42:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:42:39.402168+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:42:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:42:39.402798+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:42:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:42:39.407049+0000 mon.a (mon.0) 2483 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:42:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:38.826191+0000 mgr.y (mgr.24491) 10535 : cluster [DBG] pgmap v9305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:42:39.122207+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:42:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:42:39.402168+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:42:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:42:39.402798+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:42:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:42:39.407049+0000 mon.a (mon.0) 2483 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:42:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:42:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:40.826831+0000 mgr.y (mgr.24491) 10536 : cluster [DBG] pgmap v9306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:40.826831+0000 mgr.y (mgr.24491) 10536 : cluster [DBG] pgmap v9306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:40.826831+0000 mgr.y (mgr.24491) 10536 : cluster [DBG] pgmap v9306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:42.827253+0000 mgr.y (mgr.24491) 10537 : cluster [DBG] pgmap v9307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:42.827253+0000 mgr.y (mgr.24491) 10537 : cluster [DBG] pgmap v9307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:42.827253+0000 mgr.y (mgr.24491) 10537 : cluster [DBG] pgmap v9307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:44.828207+0000 mgr.y (mgr.24491) 10538 : cluster [DBG] pgmap v9308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:44.828207+0000 mgr.y (mgr.24491) 10538 : cluster [DBG] pgmap v9308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:44.828207+0000 mgr.y (mgr.24491) 10538 : cluster [DBG] pgmap v9308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:48.016 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:47] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:42:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:46.828641+0000 mgr.y (mgr.24491) 10539 : cluster [DBG] pgmap v9309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:46.828641+0000 mgr.y (mgr.24491) 10539 : cluster [DBG] pgmap v9309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:46.828641+0000 mgr.y (mgr.24491) 10539 : cluster [DBG] pgmap v9309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:48.829063+0000 mgr.y (mgr.24491) 10540 : cluster [DBG] pgmap v9310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:48.829063+0000 mgr.y (mgr.24491) 10540 : cluster [DBG] pgmap v9310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:48.829063+0000 mgr.y (mgr.24491) 10540 : cluster [DBG] pgmap v9310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:42:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:50.830028+0000 mgr.y (mgr.24491) 10541 : cluster [DBG] pgmap v9311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:50.830028+0000 mgr.y (mgr.24491) 10541 : cluster [DBG] pgmap v9311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:50.830028+0000 mgr.y (mgr.24491) 10541 : cluster [DBG] pgmap v9311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:52.830622+0000 mgr.y (mgr.24491) 10542 : cluster [DBG] pgmap v9312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:52.830622+0000 mgr.y (mgr.24491) 10542 : cluster [DBG] pgmap v9312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:52.830622+0000 mgr.y (mgr.24491) 10542 : cluster [DBG] pgmap v9312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:53.759 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:42:54.032 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:42:54.033 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:42:54.033 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 3m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:42:54.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:42:54.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:42:54.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:42:54.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:42:54.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:42:54.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:42:54.035 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:42:54.368 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:42:54.368 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:42:54.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:42:54.369 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:42:54.369 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:42:54.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:42:54.369 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:42:54.369 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:42:54.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:42:54.369 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:42:54.369 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:42:54.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:42:54.370 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:42:54.370 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:42:54.370 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:42:54.370 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:42:54.370 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:42:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:42:53.748206+0000 mgr.y (mgr.24491) 10543 : audit [DBG] from='client.35591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:42:53.748206+0000 mgr.y (mgr.24491) 10543 : audit [DBG] from='client.35591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:42:53.748206+0000 mgr.y (mgr.24491) 10543 : audit [DBG] from='client.35591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:42:54.025792+0000 mgr.y (mgr.24491) 10544 : audit [DBG] from='client.35597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:42:54.369199+0000 mon.c (mon.2) 348 : audit [DBG] from='client.? 172.21.15.177:0/2101959078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:54.831218+0000 mgr.y (mgr.24491) 10545 : cluster [DBG] pgmap v9313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:42:54.025792+0000 mgr.y (mgr.24491) 10544 : audit [DBG] from='client.35597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:42:54.369199+0000 mon.c (mon.2) 348 : audit [DBG] from='client.? 172.21.15.177:0/2101959078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:42:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:54.831218+0000 mgr.y (mgr.24491) 10545 : cluster [DBG] pgmap v9313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:42:54.025792+0000 mgr.y (mgr.24491) 10544 : audit [DBG] from='client.35597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:42:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:42:54.369199+0000 mon.c (mon.2) 348 : audit [DBG] from='client.? 172.21.15.177:0/2101959078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:42:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:54.831218+0000 mgr.y (mgr.24491) 10545 : cluster [DBG] pgmap v9313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:42:57] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:42:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:56.831693+0000 mgr.y (mgr.24491) 10546 : cluster [DBG] pgmap v9314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:56.831693+0000 mgr.y (mgr.24491) 10546 : cluster [DBG] pgmap v9314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:42:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:56.831693+0000 mgr.y (mgr.24491) 10546 : cluster [DBG] pgmap v9314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:42:58.832241+0000 mgr.y (mgr.24491) 10547 : cluster [DBG] pgmap v9315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:42:58.832241+0000 mgr.y (mgr.24491) 10547 : cluster [DBG] pgmap v9315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:42:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:42:58.832241+0000 mgr.y (mgr.24491) 10547 : cluster [DBG] pgmap v9315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:43:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:00.833112+0000 mgr.y (mgr.24491) 10548 : cluster [DBG] pgmap v9316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:00.833112+0000 mgr.y (mgr.24491) 10548 : cluster [DBG] pgmap v9316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:00.833112+0000 mgr.y (mgr.24491) 10548 : cluster [DBG] pgmap v9316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:02.833578+0000 mgr.y (mgr.24491) 10549 : cluster [DBG] pgmap v9317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:04.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:02.833578+0000 mgr.y (mgr.24491) 10549 : cluster [DBG] pgmap v9317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:02.833578+0000 mgr.y (mgr.24491) 10549 : cluster [DBG] pgmap v9317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:04.834228+0000 mgr.y (mgr.24491) 10550 : cluster [DBG] pgmap v9318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:06.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:04.834228+0000 mgr.y (mgr.24491) 10550 : cluster [DBG] pgmap v9318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:04.834228+0000 mgr.y (mgr.24491) 10550 : cluster [DBG] pgmap v9318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:06.834627+0000 mgr.y (mgr.24491) 10551 : cluster [DBG] pgmap v9319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:06.834627+0000 mgr.y (mgr.24491) 10551 : cluster [DBG] pgmap v9319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:06.834627+0000 mgr.y (mgr.24491) 10551 : cluster [DBG] pgmap v9319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:43:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:08.835021+0000 mgr.y (mgr.24491) 10552 : cluster [DBG] pgmap v9320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:08.835021+0000 mgr.y (mgr.24491) 10552 : cluster [DBG] pgmap v9320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:08.835021+0000 mgr.y (mgr.24491) 10552 : cluster [DBG] pgmap v9320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:43:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:10.835884+0000 mgr.y (mgr.24491) 10553 : cluster [DBG] pgmap v9321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:12.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:10.835884+0000 mgr.y (mgr.24491) 10553 : cluster [DBG] pgmap v9321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:10.835884+0000 mgr.y (mgr.24491) 10553 : cluster [DBG] pgmap v9321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:12.836350+0000 mgr.y (mgr.24491) 10554 : cluster [DBG] pgmap v9322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:12.836350+0000 mgr.y (mgr.24491) 10554 : cluster [DBG] pgmap v9322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:12.836350+0000 mgr.y (mgr.24491) 10554 : cluster [DBG] pgmap v9322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:14.837204+0000 mgr.y (mgr.24491) 10555 : cluster [DBG] pgmap v9323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:14.837204+0000 mgr.y (mgr.24491) 10555 : cluster [DBG] pgmap v9323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:14.837204+0000 mgr.y (mgr.24491) 10555 : cluster [DBG] pgmap v9323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:16.837765+0000 mgr.y (mgr.24491) 10556 : cluster [DBG] pgmap v9324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:18.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:43:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:16.837765+0000 mgr.y (mgr.24491) 10556 : cluster [DBG] pgmap v9324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:16.837765+0000 mgr.y (mgr.24491) 10556 : cluster [DBG] pgmap v9324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:18.838267+0000 mgr.y (mgr.24491) 10557 : cluster [DBG] pgmap v9325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:18.838267+0000 mgr.y (mgr.24491) 10557 : cluster [DBG] pgmap v9325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:18.838267+0000 mgr.y (mgr.24491) 10557 : cluster [DBG] pgmap v9325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:43:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:20.839018+0000 mgr.y (mgr.24491) 10558 : cluster [DBG] pgmap v9326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:20.839018+0000 mgr.y (mgr.24491) 10558 : cluster [DBG] pgmap v9326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:20.839018+0000 mgr.y (mgr.24491) 10558 : cluster [DBG] pgmap v9326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:22.839480+0000 mgr.y (mgr.24491) 10559 : cluster [DBG] pgmap v9327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:22.839480+0000 mgr.y (mgr.24491) 10559 : cluster [DBG] pgmap v9327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:22.839480+0000 mgr.y (mgr.24491) 10559 : cluster [DBG] pgmap v9327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:24.677 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:43:24.955 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:43:24.955 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:43:24.956 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:43:24.956 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:43:24.956 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:43:24.956 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:43:24.956 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:43:24.956 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:43:24.956 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:43:24.956 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:43:24.956 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:43:24.956 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 3m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:43:24.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:43:24.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:43:24.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:43:24.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:43:24.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:43:24.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:43:24.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:43:24.957 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:43:24.957 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:43:25.285 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:43:25.285 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:43:25.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:43:25.285 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:43:25.285 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:43:25.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:43:25.286 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:43:25.286 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:43:25.286 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:43:25.286 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:43:25.286 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:43:25.286 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:43:25.286 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:43:25.286 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:43:25.286 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:43:25.286 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:43:25.287 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:43:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:43:24.665894+0000 mgr.y (mgr.24491) 10560 : audit [DBG] from='client.35609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:24.840089+0000 mgr.y (mgr.24491) 10561 : cluster [DBG] pgmap v9328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:43:24.947979+0000 mgr.y (mgr.24491) 10562 : audit [DBG] from='client.35615 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:43:25.286140+0000 mon.c (mon.2) 349 : audit [DBG] from='client.? 172.21.15.177:0/2977139705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:43:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:43:24.665894+0000 mgr.y (mgr.24491) 10560 : audit [DBG] from='client.35609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:24.840089+0000 mgr.y (mgr.24491) 10561 : cluster [DBG] pgmap v9328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:43:24.947979+0000 mgr.y (mgr.24491) 10562 : audit [DBG] from='client.35615 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:43:25.286140+0000 mon.c (mon.2) 349 : audit [DBG] from='client.? 172.21.15.177:0/2977139705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:43:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:43:24.665894+0000 mgr.y (mgr.24491) 10560 : audit [DBG] from='client.35609 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:24.840089+0000 mgr.y (mgr.24491) 10561 : cluster [DBG] pgmap v9328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:43:24.947979+0000 mgr.y (mgr.24491) 10562 : audit [DBG] from='client.35615 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:43:25.286140+0000 mon.c (mon.2) 349 : audit [DBG] from='client.? 172.21.15.177:0/2977139705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:43:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:26.840511+0000 mgr.y (mgr.24491) 10563 : cluster [DBG] pgmap v9329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:43:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:26.840511+0000 mgr.y (mgr.24491) 10563 : cluster [DBG] pgmap v9329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:26.840511+0000 mgr.y (mgr.24491) 10563 : cluster [DBG] pgmap v9329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:28.840907+0000 mgr.y (mgr.24491) 10564 : cluster [DBG] pgmap v9330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:28.840907+0000 mgr.y (mgr.24491) 10564 : cluster [DBG] pgmap v9330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:28.840907+0000 mgr.y (mgr.24491) 10564 : cluster [DBG] pgmap v9330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:43:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:30.841603+0000 mgr.y (mgr.24491) 10565 : cluster [DBG] pgmap v9331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:30.841603+0000 mgr.y (mgr.24491) 10565 : cluster [DBG] pgmap v9331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:30.841603+0000 mgr.y (mgr.24491) 10565 : cluster [DBG] pgmap v9331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:32.842028+0000 mgr.y (mgr.24491) 10566 : cluster [DBG] pgmap v9332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:32.842028+0000 mgr.y (mgr.24491) 10566 : cluster [DBG] pgmap v9332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:32.842028+0000 mgr.y (mgr.24491) 10566 : cluster [DBG] pgmap v9332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:34.842657+0000 mgr.y (mgr.24491) 10567 : cluster [DBG] pgmap v9333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:34.842657+0000 mgr.y (mgr.24491) 10567 : cluster [DBG] pgmap v9333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:34.842657+0000 mgr.y (mgr.24491) 10567 : cluster [DBG] pgmap v9333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:37] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T08:43:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:36.843193+0000 mgr.y (mgr.24491) 10568 : cluster [DBG] pgmap v9334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:36.843193+0000 mgr.y (mgr.24491) 10568 : cluster [DBG] pgmap v9334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:36.843193+0000 mgr.y (mgr.24491) 10568 : cluster [DBG] pgmap v9334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:38.843516+0000 mgr.y (mgr.24491) 10569 : cluster [DBG] pgmap v9335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:40.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:43:39.411283+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:43:40.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:43:39.657730+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:43:40.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:43:39.934376+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:43:40.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:43:39.935104+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:43:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:38.843516+0000 mgr.y (mgr.24491) 10569 : cluster [DBG] pgmap v9335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:43:39.411283+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:43:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:43:39.657730+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:43:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:43:39.934376+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:43:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:43:39.935104+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:43:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:38.843516+0000 mgr.y (mgr.24491) 10569 : cluster [DBG] pgmap v9335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:43:39.411283+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:43:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:43:39.657730+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:43:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:43:39.934376+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:43:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:43:39.935104+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:43:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:43:39.939724+0000 mon.a (mon.0) 2488 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:43:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:43:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:43:39.939724+0000 mon.a (mon.0) 2488 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:43:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:43:39.939724+0000 mon.a (mon.0) 2488 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:43:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:40.844232+0000 mgr.y (mgr.24491) 10570 : cluster [DBG] pgmap v9336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:40.844232+0000 mgr.y (mgr.24491) 10570 : cluster [DBG] pgmap v9336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:40.844232+0000 mgr.y (mgr.24491) 10570 : cluster [DBG] pgmap v9336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:42.844793+0000 mgr.y (mgr.24491) 10571 : cluster [DBG] pgmap v9337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:42.844793+0000 mgr.y (mgr.24491) 10571 : cluster [DBG] pgmap v9337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:42.844793+0000 mgr.y (mgr.24491) 10571 : cluster [DBG] pgmap v9337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:44.845519+0000 mgr.y (mgr.24491) 10572 : cluster [DBG] pgmap v9338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:44.845519+0000 mgr.y (mgr.24491) 10572 : cluster [DBG] pgmap v9338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:44.845519+0000 mgr.y (mgr.24491) 10572 : cluster [DBG] pgmap v9338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:47] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:43:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:46.846020+0000 mgr.y (mgr.24491) 10573 : cluster [DBG] pgmap v9339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:46.846020+0000 mgr.y (mgr.24491) 10573 : cluster [DBG] pgmap v9339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:46.846020+0000 mgr.y (mgr.24491) 10573 : cluster [DBG] pgmap v9339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:48.846358+0000 mgr.y (mgr.24491) 10574 : cluster [DBG] pgmap v9340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:48.846358+0000 mgr.y (mgr.24491) 10574 : cluster [DBG] pgmap v9340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:48.846358+0000 mgr.y (mgr.24491) 10574 : cluster [DBG] pgmap v9340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:43:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:50.847234+0000 mgr.y (mgr.24491) 10575 : cluster [DBG] pgmap v9341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:50.847234+0000 mgr.y (mgr.24491) 10575 : cluster [DBG] pgmap v9341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:50.847234+0000 mgr.y (mgr.24491) 10575 : cluster [DBG] pgmap v9341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:52.847635+0000 mgr.y (mgr.24491) 10576 : cluster [DBG] pgmap v9342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:52.847635+0000 mgr.y (mgr.24491) 10576 : cluster [DBG] pgmap v9342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:52.847635+0000 mgr.y (mgr.24491) 10576 : cluster [DBG] pgmap v9342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:55.596 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:43:55.869 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:43:55.869 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 4m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:43:55.869 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 4m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:43:55.870 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 4m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:43:55.870 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 4m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:43:55.870 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:43:55.870 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 4m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:43:55.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 4m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:43:55.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:43:55.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 4m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:43:55.870 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 4m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:43:55.870 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 4m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:43:55.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 4m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:43:55.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 4m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:43:55.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 4m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:43:55.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 4m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:43:55.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 4m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:43:55.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 4m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:43:55.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 4m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:43:55.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 4m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:43:55.871 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 4m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:43:56.201 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:43:56.201 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:43:56.201 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:43:56.201 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:43:56.201 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:43:56.201 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:43:56.201 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:43:56.201 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:43:56.201 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:43:56.201 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:43:56.202 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:43:56.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:43:56.202 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:43:56.202 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:43:56.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:43:56.202 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:43:56.202 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:43:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:54.848252+0000 mgr.y (mgr.24491) 10577 : cluster [DBG] pgmap v9343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:54.848252+0000 mgr.y (mgr.24491) 10577 : cluster [DBG] pgmap v9343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:54.848252+0000 mgr.y (mgr.24491) 10577 : cluster [DBG] pgmap v9343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:57.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:43:55.585259+0000 mgr.y (mgr.24491) 10578 : audit [DBG] from='client.35627 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:57.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:43:55.862453+0000 mgr.y (mgr.24491) 10579 : audit [DBG] from='client.25728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:57.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:43:56.201845+0000 mon.c (mon.2) 350 : audit [DBG] from='client.? 172.21.15.177:0/1170350784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:43:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:43:55.585259+0000 mgr.y (mgr.24491) 10578 : audit [DBG] from='client.35627 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:43:55.862453+0000 mgr.y (mgr.24491) 10579 : audit [DBG] from='client.25728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:43:56.201845+0000 mon.c (mon.2) 350 : audit [DBG] from='client.? 172.21.15.177:0/1170350784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:43:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:43:55.585259+0000 mgr.y (mgr.24491) 10578 : audit [DBG] from='client.35627 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:43:55.862453+0000 mgr.y (mgr.24491) 10579 : audit [DBG] from='client.25728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:43:57.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:43:56.201845+0000 mon.c (mon.2) 350 : audit [DBG] from='client.? 172.21.15.177:0/1170350784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:43:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:43:57] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:43:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:56.848826+0000 mgr.y (mgr.24491) 10580 : cluster [DBG] pgmap v9344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:56.848826+0000 mgr.y (mgr.24491) 10580 : cluster [DBG] pgmap v9344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:43:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:56.848826+0000 mgr.y (mgr.24491) 10580 : cluster [DBG] pgmap v9344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:43:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:43:58.849270+0000 mgr.y (mgr.24491) 10581 : cluster [DBG] pgmap v9345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:43:58.849270+0000 mgr.y (mgr.24491) 10581 : cluster [DBG] pgmap v9345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:43:58.849270+0000 mgr.y (mgr.24491) 10581 : cluster [DBG] pgmap v9345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:44:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:00.850015+0000 mgr.y (mgr.24491) 10582 : cluster [DBG] pgmap v9346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:00.850015+0000 mgr.y (mgr.24491) 10582 : cluster [DBG] pgmap v9346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:00.850015+0000 mgr.y (mgr.24491) 10582 : cluster [DBG] pgmap v9346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:02.850410+0000 mgr.y (mgr.24491) 10583 : cluster [DBG] pgmap v9347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:02.850410+0000 mgr.y (mgr.24491) 10583 : cluster [DBG] pgmap v9347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:02.850410+0000 mgr.y (mgr.24491) 10583 : cluster [DBG] pgmap v9347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:04.851027+0000 mgr.y (mgr.24491) 10584 : cluster [DBG] pgmap v9348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:04.851027+0000 mgr.y (mgr.24491) 10584 : cluster [DBG] pgmap v9348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:04.851027+0000 mgr.y (mgr.24491) 10584 : cluster [DBG] pgmap v9348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:07.995 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:44:07.995 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:06.851579+0000 mgr.y (mgr.24491) 10585 : cluster [DBG] pgmap v9349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:06.851579+0000 mgr.y (mgr.24491) 10585 : cluster [DBG] pgmap v9349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:06.851579+0000 mgr.y (mgr.24491) 10585 : cluster [DBG] pgmap v9349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:08.852031+0000 mgr.y (mgr.24491) 10586 : cluster [DBG] pgmap v9350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:08.852031+0000 mgr.y (mgr.24491) 10586 : cluster [DBG] pgmap v9350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:08.852031+0000 mgr.y (mgr.24491) 10586 : cluster [DBG] pgmap v9350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:44:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:10.852916+0000 mgr.y (mgr.24491) 10587 : cluster [DBG] pgmap v9351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:10.852916+0000 mgr.y (mgr.24491) 10587 : cluster [DBG] pgmap v9351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:10.852916+0000 mgr.y (mgr.24491) 10587 : cluster [DBG] pgmap v9351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:12.853406+0000 mgr.y (mgr.24491) 10588 : cluster [DBG] pgmap v9352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:12.853406+0000 mgr.y (mgr.24491) 10588 : cluster [DBG] pgmap v9352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:12.853406+0000 mgr.y (mgr.24491) 10588 : cluster [DBG] pgmap v9352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:14.854165+0000 mgr.y (mgr.24491) 10589 : cluster [DBG] pgmap v9353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:14.854165+0000 mgr.y (mgr.24491) 10589 : cluster [DBG] pgmap v9353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:14.854165+0000 mgr.y (mgr.24491) 10589 : cluster [DBG] pgmap v9353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:16.854575+0000 mgr.y (mgr.24491) 10590 : cluster [DBG] pgmap v9354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:16.854575+0000 mgr.y (mgr.24491) 10590 : cluster [DBG] pgmap v9354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:16.854575+0000 mgr.y (mgr.24491) 10590 : cluster [DBG] pgmap v9354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:44:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:18.855119+0000 mgr.y (mgr.24491) 10591 : cluster [DBG] pgmap v9355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:18.855119+0000 mgr.y (mgr.24491) 10591 : cluster [DBG] pgmap v9355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:18.855119+0000 mgr.y (mgr.24491) 10591 : cluster [DBG] pgmap v9355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:44:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:20.855904+0000 mgr.y (mgr.24491) 10592 : cluster [DBG] pgmap v9356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:20.855904+0000 mgr.y (mgr.24491) 10592 : cluster [DBG] pgmap v9356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:20.855904+0000 mgr.y (mgr.24491) 10592 : cluster [DBG] pgmap v9356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:22.856316+0000 mgr.y (mgr.24491) 10593 : cluster [DBG] pgmap v9357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:22.856316+0000 mgr.y (mgr.24491) 10593 : cluster [DBG] pgmap v9357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:22.856316+0000 mgr.y (mgr.24491) 10593 : cluster [DBG] pgmap v9357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:24.857137+0000 mgr.y (mgr.24491) 10594 : cluster [DBG] pgmap v9358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:24.857137+0000 mgr.y (mgr.24491) 10594 : cluster [DBG] pgmap v9358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:24.857137+0000 mgr.y (mgr.24491) 10594 : cluster [DBG] pgmap v9358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:26.512 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:44:26.786 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:44:26.786 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 4m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:44:26.786 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 4m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:44:26.787 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 4m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:44:26.787 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 4m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:44:26.787 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:44:26.787 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 4m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:44:26.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 4m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:44:26.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:44:26.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 4m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:44:26.787 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 4m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:44:26.787 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 4m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:44:26.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 4m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:44:26.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 4m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:44:26.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 4m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:44:26.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 4m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:44:26.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 4m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:44:26.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 4m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:44:26.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 4m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:44:26.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 4m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:44:26.788 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 4m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:44:27.120 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:44:27.120 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:44:27.120 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:44:27.120 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:44:27.120 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:44:27.120 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:44:27.121 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:44:27.121 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:44:27.121 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:44:27.121 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:44:27.121 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:44:27.121 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:44:27.121 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:44:27.121 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:44:27.121 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:44:27.121 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:44:27.121 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:44:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:44:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:44:26.500506+0000 mgr.y (mgr.24491) 10595 : audit [DBG] from='client.35645 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:44:26.779965+0000 mgr.y (mgr.24491) 10596 : audit [DBG] from='client.35651 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:26.857487+0000 mgr.y (mgr.24491) 10597 : cluster [DBG] pgmap v9359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:44:27.121094+0000 mon.a (mon.0) 2489 : audit [DBG] from='client.? 172.21.15.177:0/1899697257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:44:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:44:26.500506+0000 mgr.y (mgr.24491) 10595 : audit [DBG] from='client.35645 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:44:26.779965+0000 mgr.y (mgr.24491) 10596 : audit [DBG] from='client.35651 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:26.857487+0000 mgr.y (mgr.24491) 10597 : cluster [DBG] pgmap v9359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:44:27.121094+0000 mon.a (mon.0) 2489 : audit [DBG] from='client.? 172.21.15.177:0/1899697257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:44:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:44:26.500506+0000 mgr.y (mgr.24491) 10595 : audit [DBG] from='client.35645 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:44:26.779965+0000 mgr.y (mgr.24491) 10596 : audit [DBG] from='client.35651 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:26.857487+0000 mgr.y (mgr.24491) 10597 : cluster [DBG] pgmap v9359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:44:27.121094+0000 mon.a (mon.0) 2489 : audit [DBG] from='client.? 172.21.15.177:0/1899697257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:44:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:28.857827+0000 mgr.y (mgr.24491) 10598 : cluster [DBG] pgmap v9360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:28.857827+0000 mgr.y (mgr.24491) 10598 : cluster [DBG] pgmap v9360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:28.857827+0000 mgr.y (mgr.24491) 10598 : cluster [DBG] pgmap v9360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:44:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:30.858473+0000 mgr.y (mgr.24491) 10599 : cluster [DBG] pgmap v9361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:30.858473+0000 mgr.y (mgr.24491) 10599 : cluster [DBG] pgmap v9361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:30.858473+0000 mgr.y (mgr.24491) 10599 : cluster [DBG] pgmap v9361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:32.858918+0000 mgr.y (mgr.24491) 10600 : cluster [DBG] pgmap v9362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:32.858918+0000 mgr.y (mgr.24491) 10600 : cluster [DBG] pgmap v9362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:32.858918+0000 mgr.y (mgr.24491) 10600 : cluster [DBG] pgmap v9362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:34.859693+0000 mgr.y (mgr.24491) 10601 : cluster [DBG] pgmap v9363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:34.859693+0000 mgr.y (mgr.24491) 10601 : cluster [DBG] pgmap v9363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:34.859693+0000 mgr.y (mgr.24491) 10601 : cluster [DBG] pgmap v9363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T08:44:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:36.860207+0000 mgr.y (mgr.24491) 10602 : cluster [DBG] pgmap v9364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:36.860207+0000 mgr.y (mgr.24491) 10602 : cluster [DBG] pgmap v9364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:36.860207+0000 mgr.y (mgr.24491) 10602 : cluster [DBG] pgmap v9364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:38.860709+0000 mgr.y (mgr.24491) 10603 : cluster [DBG] pgmap v9365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:38.860709+0000 mgr.y (mgr.24491) 10603 : cluster [DBG] pgmap v9365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:38.860709+0000 mgr.y (mgr.24491) 10603 : cluster [DBG] pgmap v9365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:44:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:44:39.945657+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:44:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:44:40.237001+0000 mon.a (mon.0) 2491 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:44:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:44:40.237623+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:44:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:44:40.241788+0000 mon.a (mon.0) 2493 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:44:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:44:39.945657+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:44:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:44:40.237001+0000 mon.a (mon.0) 2491 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:44:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:44:40.237623+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:44:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:44:40.241788+0000 mon.a (mon.0) 2493 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:44:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:44:39.945657+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:44:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:44:40.237001+0000 mon.a (mon.0) 2491 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:44:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:44:40.237623+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:44:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:44:40.241788+0000 mon.a (mon.0) 2493 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:44:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:40.861334+0000 mgr.y (mgr.24491) 10604 : cluster [DBG] pgmap v9366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:40.861334+0000 mgr.y (mgr.24491) 10604 : cluster [DBG] pgmap v9366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:40.861334+0000 mgr.y (mgr.24491) 10604 : cluster [DBG] pgmap v9366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:42.861802+0000 mgr.y (mgr.24491) 10605 : cluster [DBG] pgmap v9367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:42.861802+0000 mgr.y (mgr.24491) 10605 : cluster [DBG] pgmap v9367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:42.861802+0000 mgr.y (mgr.24491) 10605 : cluster [DBG] pgmap v9367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:44.862443+0000 mgr.y (mgr.24491) 10606 : cluster [DBG] pgmap v9368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:44.862443+0000 mgr.y (mgr.24491) 10606 : cluster [DBG] pgmap v9368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:44.862443+0000 mgr.y (mgr.24491) 10606 : cluster [DBG] pgmap v9368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:47] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:44:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:46.863038+0000 mgr.y (mgr.24491) 10607 : cluster [DBG] pgmap v9369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:46.863038+0000 mgr.y (mgr.24491) 10607 : cluster [DBG] pgmap v9369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:46.863038+0000 mgr.y (mgr.24491) 10607 : cluster [DBG] pgmap v9369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:48.863418+0000 mgr.y (mgr.24491) 10608 : cluster [DBG] pgmap v9370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:48.863418+0000 mgr.y (mgr.24491) 10608 : cluster [DBG] pgmap v9370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:48.863418+0000 mgr.y (mgr.24491) 10608 : cluster [DBG] pgmap v9370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:44:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:50.864138+0000 mgr.y (mgr.24491) 10609 : cluster [DBG] pgmap v9371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:50.864138+0000 mgr.y (mgr.24491) 10609 : cluster [DBG] pgmap v9371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:50.864138+0000 mgr.y (mgr.24491) 10609 : cluster [DBG] pgmap v9371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:52.864716+0000 mgr.y (mgr.24491) 10610 : cluster [DBG] pgmap v9372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:52.864716+0000 mgr.y (mgr.24491) 10610 : cluster [DBG] pgmap v9372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:52.864716+0000 mgr.y (mgr.24491) 10610 : cluster [DBG] pgmap v9372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:54.865558+0000 mgr.y (mgr.24491) 10611 : cluster [DBG] pgmap v9373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:54.865558+0000 mgr.y (mgr.24491) 10611 : cluster [DBG] pgmap v9373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:54.865558+0000 mgr.y (mgr.24491) 10611 : cluster [DBG] pgmap v9373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:57.430 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:44:57.703 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:44:57.703 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 5m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:44:57.703 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:44:57.704 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 5m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:44:57.704 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:44:57.704 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:44:57.704 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:44:57.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:44:57.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:44:57.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:44:57.704 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 5m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:44:57.704 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:44:57.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:44:57.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 5m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:44:57.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 5m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:44:57.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 5m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:44:57.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:44:57.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:44:57.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:44:57.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:44:57.705 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:44:58.039 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:44:58.039 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:44:58.039 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:44:58.039 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:44:58.039 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:44:58.039 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:44:58.039 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:44:58.039 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:44:58.040 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:44:58.040 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:44:58.040 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:44:58.040 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:44:58.040 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:44:58.040 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:44:58.040 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:44:58.040 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:44:58.040 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:44:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:44:57] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:44:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:56.866034+0000 mgr.y (mgr.24491) 10612 : cluster [DBG] pgmap v9374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:56.866034+0000 mgr.y (mgr.24491) 10612 : cluster [DBG] pgmap v9374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:56.866034+0000 mgr.y (mgr.24491) 10612 : cluster [DBG] pgmap v9374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:44:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:44:57.419340+0000 mgr.y (mgr.24491) 10613 : audit [DBG] from='client.25755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:44:57.696912+0000 mgr.y (mgr.24491) 10614 : audit [DBG] from='client.25761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:44:58.040281+0000 mon.a (mon.0) 2494 : audit [DBG] from='client.? 172.21.15.177:0/4281600292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:44:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:44:57.419340+0000 mgr.y (mgr.24491) 10613 : audit [DBG] from='client.25755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:44:57.696912+0000 mgr.y (mgr.24491) 10614 : audit [DBG] from='client.25761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:44:58.040281+0000 mon.a (mon.0) 2494 : audit [DBG] from='client.? 172.21.15.177:0/4281600292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:44:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:44:57.419340+0000 mgr.y (mgr.24491) 10613 : audit [DBG] from='client.25755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:44:57.696912+0000 mgr.y (mgr.24491) 10614 : audit [DBG] from='client.25761 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:44:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:44:58.040281+0000 mon.a (mon.0) 2494 : audit [DBG] from='client.? 172.21.15.177:0/4281600292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:45:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:44:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:44:58.866490+0000 mgr.y (mgr.24491) 10615 : cluster [DBG] pgmap v9375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:44:58.866490+0000 mgr.y (mgr.24491) 10615 : cluster [DBG] pgmap v9375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:44:58.866490+0000 mgr.y (mgr.24491) 10615 : cluster [DBG] pgmap v9375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:45:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:00.867429+0000 mgr.y (mgr.24491) 10616 : cluster [DBG] pgmap v9376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:00.867429+0000 mgr.y (mgr.24491) 10616 : cluster [DBG] pgmap v9376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:00.867429+0000 mgr.y (mgr.24491) 10616 : cluster [DBG] pgmap v9376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:02.867807+0000 mgr.y (mgr.24491) 10617 : cluster [DBG] pgmap v9377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:02.867807+0000 mgr.y (mgr.24491) 10617 : cluster [DBG] pgmap v9377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:02.867807+0000 mgr.y (mgr.24491) 10617 : cluster [DBG] pgmap v9377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:04.868401+0000 mgr.y (mgr.24491) 10618 : cluster [DBG] pgmap v9378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:04.868401+0000 mgr.y (mgr.24491) 10618 : cluster [DBG] pgmap v9378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:04.868401+0000 mgr.y (mgr.24491) 10618 : cluster [DBG] pgmap v9378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:07.994 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T08:45:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:06.869029+0000 mgr.y (mgr.24491) 10619 : cluster [DBG] pgmap v9379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:06.869029+0000 mgr.y (mgr.24491) 10619 : cluster [DBG] pgmap v9379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:06.869029+0000 mgr.y (mgr.24491) 10619 : cluster [DBG] pgmap v9379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:08.869558+0000 mgr.y (mgr.24491) 10620 : cluster [DBG] pgmap v9380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:08.869558+0000 mgr.y (mgr.24491) 10620 : cluster [DBG] pgmap v9380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:08.869558+0000 mgr.y (mgr.24491) 10620 : cluster [DBG] pgmap v9380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:45:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:10.870229+0000 mgr.y (mgr.24491) 10621 : cluster [DBG] pgmap v9381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:10.870229+0000 mgr.y (mgr.24491) 10621 : cluster [DBG] pgmap v9381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:10.870229+0000 mgr.y (mgr.24491) 10621 : cluster [DBG] pgmap v9381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:12.870650+0000 mgr.y (mgr.24491) 10622 : cluster [DBG] pgmap v9382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:12.870650+0000 mgr.y (mgr.24491) 10622 : cluster [DBG] pgmap v9382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:12.870650+0000 mgr.y (mgr.24491) 10622 : cluster [DBG] pgmap v9382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:14.871430+0000 mgr.y (mgr.24491) 10623 : cluster [DBG] pgmap v9383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:14.871430+0000 mgr.y (mgr.24491) 10623 : cluster [DBG] pgmap v9383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:14.871430+0000 mgr.y (mgr.24491) 10623 : cluster [DBG] pgmap v9383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:18.012 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:45:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:16.871864+0000 mgr.y (mgr.24491) 10624 : cluster [DBG] pgmap v9384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:16.871864+0000 mgr.y (mgr.24491) 10624 : cluster [DBG] pgmap v9384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:16.871864+0000 mgr.y (mgr.24491) 10624 : cluster [DBG] pgmap v9384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:18.872291+0000 mgr.y (mgr.24491) 10625 : cluster [DBG] pgmap v9385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:18.872291+0000 mgr.y (mgr.24491) 10625 : cluster [DBG] pgmap v9385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:18.872291+0000 mgr.y (mgr.24491) 10625 : cluster [DBG] pgmap v9385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:45:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:20.872980+0000 mgr.y (mgr.24491) 10626 : cluster [DBG] pgmap v9386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:20.872980+0000 mgr.y (mgr.24491) 10626 : cluster [DBG] pgmap v9386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:20.872980+0000 mgr.y (mgr.24491) 10626 : cluster [DBG] pgmap v9386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:22.873425+0000 mgr.y (mgr.24491) 10627 : cluster [DBG] pgmap v9387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:22.873425+0000 mgr.y (mgr.24491) 10627 : cluster [DBG] pgmap v9387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:22.873425+0000 mgr.y (mgr.24491) 10627 : cluster [DBG] pgmap v9387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:24.874292+0000 mgr.y (mgr.24491) 10628 : cluster [DBG] pgmap v9388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:24.874292+0000 mgr.y (mgr.24491) 10628 : cluster [DBG] pgmap v9388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:24.874292+0000 mgr.y (mgr.24491) 10628 : cluster [DBG] pgmap v9388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:28.031 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:45:28.352 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:45:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:26.874840+0000 mgr.y (mgr.24491) 10629 : cluster [DBG] pgmap v9389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:26.874840+0000 mgr.y (mgr.24491) 10629 : cluster [DBG] pgmap v9389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:26.874840+0000 mgr.y (mgr.24491) 10629 : cluster [DBG] pgmap v9389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:28.625 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:45:28.625 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 5m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:45:28.626 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:45:28.626 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 5m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:45:28.626 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:45:28.626 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:45:28.626 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:45:28.626 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:45:28.626 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:45:28.626 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:45:28.627 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 5m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:45:28.627 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:45:28.627 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:45:28.627 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 5m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:45:28.627 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 5m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:45:28.627 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 5m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:45:28.627 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:45:28.627 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:45:28.627 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:45:28.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:45:28.628 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:45:28.962 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:45:28.963 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:45:28.963 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:45:28.963 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:45:28.963 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:45:28.963 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:45:28.963 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:45:28.963 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:45:28.963 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:45:28.964 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:45:28.964 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:45:28.964 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:45:28.964 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:45:28.964 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:45:28.964 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:45:28.964 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:45:28.964 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:45:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:45:28.963883+0000 mon.a (mon.0) 2495 : audit [DBG] from='client.? 172.21.15.177:0/2608583757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:45:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:45:28.963883+0000 mon.a (mon.0) 2495 : audit [DBG] from='client.? 172.21.15.177:0/2608583757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:45:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:45:28.963883+0000 mon.a (mon.0) 2495 : audit [DBG] from='client.? 172.21.15.177:0/2608583757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:45:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:45:28.341432+0000 mgr.y (mgr.24491) 10630 : audit [DBG] from='client.35681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:45:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:45:28.619136+0000 mgr.y (mgr.24491) 10631 : audit [DBG] from='client.35687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:45:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:28.875153+0000 mgr.y (mgr.24491) 10632 : cluster [DBG] pgmap v9390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:45:28.341432+0000 mgr.y (mgr.24491) 10630 : audit [DBG] from='client.35681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:45:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:45:28.619136+0000 mgr.y (mgr.24491) 10631 : audit [DBG] from='client.35687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:45:30.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:28.875153+0000 mgr.y (mgr.24491) 10632 : cluster [DBG] pgmap v9390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:45:28.341432+0000 mgr.y (mgr.24491) 10630 : audit [DBG] from='client.35681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:45:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:45:28.619136+0000 mgr.y (mgr.24491) 10631 : audit [DBG] from='client.35687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:45:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:28.875153+0000 mgr.y (mgr.24491) 10632 : cluster [DBG] pgmap v9390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:45:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:30.875950+0000 mgr.y (mgr.24491) 10633 : cluster [DBG] pgmap v9391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:32.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:30.875950+0000 mgr.y (mgr.24491) 10633 : cluster [DBG] pgmap v9391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:30.875950+0000 mgr.y (mgr.24491) 10633 : cluster [DBG] pgmap v9391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:34.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:32.876417+0000 mgr.y (mgr.24491) 10634 : cluster [DBG] pgmap v9392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:34.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:32.876417+0000 mgr.y (mgr.24491) 10634 : cluster [DBG] pgmap v9392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:32.876417+0000 mgr.y (mgr.24491) 10634 : cluster [DBG] pgmap v9392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:34.877285+0000 mgr.y (mgr.24491) 10635 : cluster [DBG] pgmap v9393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:36.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:34.877285+0000 mgr.y (mgr.24491) 10635 : cluster [DBG] pgmap v9393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:34.877285+0000 mgr.y (mgr.24491) 10635 : cluster [DBG] pgmap v9393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:36.877645+0000 mgr.y (mgr.24491) 10636 : cluster [DBG] pgmap v9394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:36.877645+0000 mgr.y (mgr.24491) 10636 : cluster [DBG] pgmap v9394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:36.877645+0000 mgr.y (mgr.24491) 10636 : cluster [DBG] pgmap v9394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T08:45:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:38.878195+0000 mgr.y (mgr.24491) 10637 : cluster [DBG] pgmap v9395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:38.878195+0000 mgr.y (mgr.24491) 10637 : cluster [DBG] pgmap v9395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:38.878195+0000 mgr.y (mgr.24491) 10637 : cluster [DBG] pgmap v9395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:45:41.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:45:40.246041+0000 mon.a (mon.0) 2496 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:45:41.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:45:40.536675+0000 mon.a (mon.0) 2497 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:45:41.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:45:40.537296+0000 mon.a (mon.0) 2498 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:45:41.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:45:40.541690+0000 mon.a (mon.0) 2499 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:45:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:45:40.246041+0000 mon.a (mon.0) 2496 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:45:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:45:40.536675+0000 mon.a (mon.0) 2497 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:45:41.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:45:40.537296+0000 mon.a (mon.0) 2498 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:45:41.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:45:40.541690+0000 mon.a (mon.0) 2499 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:45:41.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:45:40.246041+0000 mon.a (mon.0) 2496 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:45:41.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:45:40.536675+0000 mon.a (mon.0) 2497 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:45:41.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:45:40.537296+0000 mon.a (mon.0) 2498 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:45:41.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:45:40.541690+0000 mon.a (mon.0) 2499 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:45:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:40.879035+0000 mgr.y (mgr.24491) 10638 : cluster [DBG] pgmap v9396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:40.879035+0000 mgr.y (mgr.24491) 10638 : cluster [DBG] pgmap v9396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:40.879035+0000 mgr.y (mgr.24491) 10638 : cluster [DBG] pgmap v9396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:42.879419+0000 mgr.y (mgr.24491) 10639 : cluster [DBG] pgmap v9397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:42.879419+0000 mgr.y (mgr.24491) 10639 : cluster [DBG] pgmap v9397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:42.879419+0000 mgr.y (mgr.24491) 10639 : cluster [DBG] pgmap v9397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:44.880176+0000 mgr.y (mgr.24491) 10640 : cluster [DBG] pgmap v9398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:44.880176+0000 mgr.y (mgr.24491) 10640 : cluster [DBG] pgmap v9398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:44.880176+0000 mgr.y (mgr.24491) 10640 : cluster [DBG] pgmap v9398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:45:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:46.880658+0000 mgr.y (mgr.24491) 10641 : cluster [DBG] pgmap v9399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:46.880658+0000 mgr.y (mgr.24491) 10641 : cluster [DBG] pgmap v9399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:46.880658+0000 mgr.y (mgr.24491) 10641 : cluster [DBG] pgmap v9399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:48.881121+0000 mgr.y (mgr.24491) 10642 : cluster [DBG] pgmap v9400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:48.881121+0000 mgr.y (mgr.24491) 10642 : cluster [DBG] pgmap v9400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:48.881121+0000 mgr.y (mgr.24491) 10642 : cluster [DBG] pgmap v9400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:45:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:50.881784+0000 mgr.y (mgr.24491) 10643 : cluster [DBG] pgmap v9401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:50.881784+0000 mgr.y (mgr.24491) 10643 : cluster [DBG] pgmap v9401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:50.881784+0000 mgr.y (mgr.24491) 10643 : cluster [DBG] pgmap v9401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:52.882159+0000 mgr.y (mgr.24491) 10644 : cluster [DBG] pgmap v9402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:52.882159+0000 mgr.y (mgr.24491) 10644 : cluster [DBG] pgmap v9402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:52.882159+0000 mgr.y (mgr.24491) 10644 : cluster [DBG] pgmap v9402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:54.882808+0000 mgr.y (mgr.24491) 10645 : cluster [DBG] pgmap v9403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:54.882808+0000 mgr.y (mgr.24491) 10645 : cluster [DBG] pgmap v9403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:56.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:54.882808+0000 mgr.y (mgr.24491) 10645 : cluster [DBG] pgmap v9403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:45:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:45:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:56.883360+0000 mgr.y (mgr.24491) 10646 : cluster [DBG] pgmap v9404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:56.883360+0000 mgr.y (mgr.24491) 10646 : cluster [DBG] pgmap v9404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:56.883360+0000 mgr.y (mgr.24491) 10646 : cluster [DBG] pgmap v9404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:45:59.269 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:45:59.544 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:45:59.544 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:45:59.544 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 6m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:45:59.544 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:45:59.544 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 6m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:45:59.544 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 6m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:45:59.544 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:45:59.545 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:45:59.545 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 6m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:45:59.545 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:45:59.545 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:45:59.545 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 6m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:45:59.545 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:45:59.545 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:45:59.545 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:45:59.545 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:45:59.545 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 6m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:45:59.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 6m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:45:59.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 6m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:45:59.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 6m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:45:59.546 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 6m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:45:59.876 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:45:59.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:45:59.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:45:59.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:45:59.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:45:59.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:45:59.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:45:59.877 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:45:59.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:45:59.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:45:59.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:45:59.878 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:45:59.878 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:45:59.878 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:45:59.878 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:45:59.878 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:45:59.878 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:46:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:45:58.883847+0000 mgr.y (mgr.24491) 10647 : cluster [DBG] pgmap v9405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:45:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:45:59.877924+0000 mon.c (mon.2) 351 : audit [DBG] from='client.? 172.21.15.177:0/2657364439' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:46:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:45:58.883847+0000 mgr.y (mgr.24491) 10647 : cluster [DBG] pgmap v9405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:45:59.877924+0000 mon.c (mon.2) 351 : audit [DBG] from='client.? 172.21.15.177:0/2657364439' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:46:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:45:58.883847+0000 mgr.y (mgr.24491) 10647 : cluster [DBG] pgmap v9405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:45:59.877924+0000 mon.c (mon.2) 351 : audit [DBG] from='client.? 172.21.15.177:0/2657364439' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:46:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:46:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:45:59.258369+0000 mgr.y (mgr.24491) 10648 : audit [DBG] from='client.35699 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:45:59.537533+0000 mgr.y (mgr.24491) 10649 : audit [DBG] from='client.25797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:45:59.258369+0000 mgr.y (mgr.24491) 10648 : audit [DBG] from='client.35699 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:45:59.537533+0000 mgr.y (mgr.24491) 10649 : audit [DBG] from='client.25797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:45:59.258369+0000 mgr.y (mgr.24491) 10648 : audit [DBG] from='client.35699 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:45:59.537533+0000 mgr.y (mgr.24491) 10649 : audit [DBG] from='client.25797 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:00.884549+0000 mgr.y (mgr.24491) 10650 : cluster [DBG] pgmap v9406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:00.884549+0000 mgr.y (mgr.24491) 10650 : cluster [DBG] pgmap v9406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:00.884549+0000 mgr.y (mgr.24491) 10650 : cluster [DBG] pgmap v9406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:02.884991+0000 mgr.y (mgr.24491) 10651 : cluster [DBG] pgmap v9407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:02.884991+0000 mgr.y (mgr.24491) 10651 : cluster [DBG] pgmap v9407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:02.884991+0000 mgr.y (mgr.24491) 10651 : cluster [DBG] pgmap v9407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:04.885875+0000 mgr.y (mgr.24491) 10652 : cluster [DBG] pgmap v9408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:04.885875+0000 mgr.y (mgr.24491) 10652 : cluster [DBG] pgmap v9408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:04.885875+0000 mgr.y (mgr.24491) 10652 : cluster [DBG] pgmap v9408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:06.886229+0000 mgr.y (mgr.24491) 10653 : cluster [DBG] pgmap v9409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:06.886229+0000 mgr.y (mgr.24491) 10653 : cluster [DBG] pgmap v9409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:06.886229+0000 mgr.y (mgr.24491) 10653 : cluster [DBG] pgmap v9409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T08:46:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:08.886623+0000 mgr.y (mgr.24491) 10654 : cluster [DBG] pgmap v9410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:08.886623+0000 mgr.y (mgr.24491) 10654 : cluster [DBG] pgmap v9410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:08.886623+0000 mgr.y (mgr.24491) 10654 : cluster [DBG] pgmap v9410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:46:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:10.887392+0000 mgr.y (mgr.24491) 10655 : cluster [DBG] pgmap v9411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:10.887392+0000 mgr.y (mgr.24491) 10655 : cluster [DBG] pgmap v9411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:10.887392+0000 mgr.y (mgr.24491) 10655 : cluster [DBG] pgmap v9411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:12.887816+0000 mgr.y (mgr.24491) 10656 : cluster [DBG] pgmap v9412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:12.887816+0000 mgr.y (mgr.24491) 10656 : cluster [DBG] pgmap v9412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:12.887816+0000 mgr.y (mgr.24491) 10656 : cluster [DBG] pgmap v9412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:14.888596+0000 mgr.y (mgr.24491) 10657 : cluster [DBG] pgmap v9413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:14.888596+0000 mgr.y (mgr.24491) 10657 : cluster [DBG] pgmap v9413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:14.888596+0000 mgr.y (mgr.24491) 10657 : cluster [DBG] pgmap v9413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T08:46:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:16.889042+0000 mgr.y (mgr.24491) 10658 : cluster [DBG] pgmap v9414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:16.889042+0000 mgr.y (mgr.24491) 10658 : cluster [DBG] pgmap v9414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:16.889042+0000 mgr.y (mgr.24491) 10658 : cluster [DBG] pgmap v9414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:18.889567+0000 mgr.y (mgr.24491) 10659 : cluster [DBG] pgmap v9415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:18.889567+0000 mgr.y (mgr.24491) 10659 : cluster [DBG] pgmap v9415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:18.889567+0000 mgr.y (mgr.24491) 10659 : cluster [DBG] pgmap v9415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:46:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:20.890225+0000 mgr.y (mgr.24491) 10660 : cluster [DBG] pgmap v9416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:20.890225+0000 mgr.y (mgr.24491) 10660 : cluster [DBG] pgmap v9416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:20.890225+0000 mgr.y (mgr.24491) 10660 : cluster [DBG] pgmap v9416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:22.890675+0000 mgr.y (mgr.24491) 10661 : cluster [DBG] pgmap v9417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:22.890675+0000 mgr.y (mgr.24491) 10661 : cluster [DBG] pgmap v9417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:22.890675+0000 mgr.y (mgr.24491) 10661 : cluster [DBG] pgmap v9417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:24.891356+0000 mgr.y (mgr.24491) 10662 : cluster [DBG] pgmap v9418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:24.891356+0000 mgr.y (mgr.24491) 10662 : cluster [DBG] pgmap v9418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:24.891356+0000 mgr.y (mgr.24491) 10662 : cluster [DBG] pgmap v9418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T08:46:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:26.891877+0000 mgr.y (mgr.24491) 10663 : cluster [DBG] pgmap v9419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:26.891877+0000 mgr.y (mgr.24491) 10663 : cluster [DBG] pgmap v9419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:26.891877+0000 mgr.y (mgr.24491) 10663 : cluster [DBG] pgmap v9419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:30.187 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:46:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:28.892269+0000 mgr.y (mgr.24491) 10664 : cluster [DBG] pgmap v9420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:28.892269+0000 mgr.y (mgr.24491) 10664 : cluster [DBG] pgmap v9420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:28.892269+0000 mgr.y (mgr.24491) 10664 : cluster [DBG] pgmap v9420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:30.463 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:46:30.463 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:46:30.463 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 6m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:46:30.463 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:46:30.463 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 6m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:46:30.463 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 6m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:46:30.463 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:46:30.463 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:46:30.463 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 6m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:46:30.463 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:46:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:46:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 6m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:46:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:46:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:46:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:46:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:46:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 6m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:46:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 6m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:46:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 6m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:46:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 6m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:46:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 6m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:46:30.798 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:46:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:46:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:46:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:46:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:46:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:46:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:46:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:46:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:46:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:46:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:46:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:46:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:46:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:46:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:46:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:46:30.799 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:46:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:46:30.799241+0000 mon.c (mon.2) 352 : audit [DBG] from='client.? 172.21.15.177:0/3973222503' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:46:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:46:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:46:30.799241+0000 mon.c (mon.2) 352 : audit [DBG] from='client.? 172.21.15.177:0/3973222503' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:46:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:46:30.799241+0000 mon.c (mon.2) 352 : audit [DBG] from='client.? 172.21.15.177:0/3973222503' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:46:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:46:30.176104+0000 mgr.y (mgr.24491) 10665 : audit [DBG] from='client.35717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:46:30.456841+0000 mgr.y (mgr.24491) 10666 : audit [DBG] from='client.35723 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:30.892814+0000 mgr.y (mgr.24491) 10667 : cluster [DBG] pgmap v9421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:46:30.176104+0000 mgr.y (mgr.24491) 10665 : audit [DBG] from='client.35717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:46:30.456841+0000 mgr.y (mgr.24491) 10666 : audit [DBG] from='client.35723 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:30.892814+0000 mgr.y (mgr.24491) 10667 : cluster [DBG] pgmap v9421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:46:30.176104+0000 mgr.y (mgr.24491) 10665 : audit [DBG] from='client.35717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:46:30.456841+0000 mgr.y (mgr.24491) 10666 : audit [DBG] from='client.35723 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:46:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:30.892814+0000 mgr.y (mgr.24491) 10667 : cluster [DBG] pgmap v9421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:32.893328+0000 mgr.y (mgr.24491) 10668 : cluster [DBG] pgmap v9422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:32.893328+0000 mgr.y (mgr.24491) 10668 : cluster [DBG] pgmap v9422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:32.893328+0000 mgr.y (mgr.24491) 10668 : cluster [DBG] pgmap v9422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:34.894051+0000 mgr.y (mgr.24491) 10669 : cluster [DBG] pgmap v9423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:34.894051+0000 mgr.y (mgr.24491) 10669 : cluster [DBG] pgmap v9423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:34.894051+0000 mgr.y (mgr.24491) 10669 : cluster [DBG] pgmap v9423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:37.988 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T08:46:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:36.894410+0000 mgr.y (mgr.24491) 10670 : cluster [DBG] pgmap v9424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:36.894410+0000 mgr.y (mgr.24491) 10670 : cluster [DBG] pgmap v9424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:36.894410+0000 mgr.y (mgr.24491) 10670 : cluster [DBG] pgmap v9424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:38.894831+0000 mgr.y (mgr.24491) 10671 : cluster [DBG] pgmap v9425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:38.894831+0000 mgr.y (mgr.24491) 10671 : cluster [DBG] pgmap v9425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:38.894831+0000 mgr.y (mgr.24491) 10671 : cluster [DBG] pgmap v9425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:46:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:46:40.545932+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:46:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:46:40.837945+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:46:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:46:40.838553+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:46:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:46:40.842856+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:46:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:46:40.545932+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:46:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:46:40.837945+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:46:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:46:40.838553+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:46:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:46:40.842856+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:46:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:46:40.545932+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:46:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:46:40.837945+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:46:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:46:40.838553+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:46:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:46:40.842856+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:46:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:40.895361+0000 mgr.y (mgr.24491) 10672 : cluster [DBG] pgmap v9426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:40.895361+0000 mgr.y (mgr.24491) 10672 : cluster [DBG] pgmap v9426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:40.895361+0000 mgr.y (mgr.24491) 10672 : cluster [DBG] pgmap v9426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:42.895911+0000 mgr.y (mgr.24491) 10673 : cluster [DBG] pgmap v9427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:42.895911+0000 mgr.y (mgr.24491) 10673 : cluster [DBG] pgmap v9427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:42.895911+0000 mgr.y (mgr.24491) 10673 : cluster [DBG] pgmap v9427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:44.896756+0000 mgr.y (mgr.24491) 10674 : cluster [DBG] pgmap v9428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:44.896756+0000 mgr.y (mgr.24491) 10674 : cluster [DBG] pgmap v9428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:44.896756+0000 mgr.y (mgr.24491) 10674 : cluster [DBG] pgmap v9428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:48.004 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:47] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T08:46:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:46.897129+0000 mgr.y (mgr.24491) 10675 : cluster [DBG] pgmap v9429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:46.897129+0000 mgr.y (mgr.24491) 10675 : cluster [DBG] pgmap v9429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:46.897129+0000 mgr.y (mgr.24491) 10675 : cluster [DBG] pgmap v9429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:48.897476+0000 mgr.y (mgr.24491) 10676 : cluster [DBG] pgmap v9430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:48.897476+0000 mgr.y (mgr.24491) 10676 : cluster [DBG] pgmap v9430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:48.897476+0000 mgr.y (mgr.24491) 10676 : cluster [DBG] pgmap v9430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:46:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:50.898269+0000 mgr.y (mgr.24491) 10677 : cluster [DBG] pgmap v9431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:50.898269+0000 mgr.y (mgr.24491) 10677 : cluster [DBG] pgmap v9431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:50.898269+0000 mgr.y (mgr.24491) 10677 : cluster [DBG] pgmap v9431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:52.898665+0000 mgr.y (mgr.24491) 10678 : cluster [DBG] pgmap v9432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:52.898665+0000 mgr.y (mgr.24491) 10678 : cluster [DBG] pgmap v9432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:52.898665+0000 mgr.y (mgr.24491) 10678 : cluster [DBG] pgmap v9432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:54.899358+0000 mgr.y (mgr.24491) 10679 : cluster [DBG] pgmap v9433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:54.899358+0000 mgr.y (mgr.24491) 10679 : cluster [DBG] pgmap v9433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:54.899358+0000 mgr.y (mgr.24491) 10679 : cluster [DBG] pgmap v9433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:58.022 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:46:57] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T08:46:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:56.899894+0000 mgr.y (mgr.24491) 10680 : cluster [DBG] pgmap v9434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:56.899894+0000 mgr.y (mgr.24491) 10680 : cluster [DBG] pgmap v9434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:46:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:46:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:56.899894+0000 mgr.y (mgr.24491) 10680 : cluster [DBG] pgmap v9434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:46:58.900364+0000 mgr.y (mgr.24491) 10681 : cluster [DBG] pgmap v9435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:46:58.900364+0000 mgr.y (mgr.24491) 10681 : cluster [DBG] pgmap v9435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:46:58.900364+0000 mgr.y (mgr.24491) 10681 : cluster [DBG] pgmap v9435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:01.108 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:47:01.382 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 7m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 7m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:47:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:47:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:47:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:47:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:47:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:47:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:47:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:47:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:47:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:47:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:47:01.717 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:47:01.717 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:47:01.717 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:47:01.717 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:47:01.717 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:47:01.717 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:47:01.717 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:47:01.717 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:47:01.717 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:47:01.718 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:47:01.718 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:47:01.718 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:47:01.718 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:47:01.718 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:47:01.718 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:47:01.718 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:47:01.718 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:47:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:00.900994+0000 mgr.y (mgr.24491) 10682 : cluster [DBG] pgmap v9436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:47:01.718755+0000 mon.c (mon.2) 353 : audit [DBG] from='client.? 172.21.15.177:0/3747503484' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:47:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:00.900994+0000 mgr.y (mgr.24491) 10682 : cluster [DBG] pgmap v9436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:47:01.718755+0000 mon.c (mon.2) 353 : audit [DBG] from='client.? 172.21.15.177:0/3747503484' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:47:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:00.900994+0000 mgr.y (mgr.24491) 10682 : cluster [DBG] pgmap v9436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:47:01.718755+0000 mon.c (mon.2) 353 : audit [DBG] from='client.? 172.21.15.177:0/3747503484' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:47:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:47:01.098191+0000 mgr.y (mgr.24491) 10683 : audit [DBG] from='client.25827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:47:01.376488+0000 mgr.y (mgr.24491) 10684 : audit [DBG] from='client.35741 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:47:01.098191+0000 mgr.y (mgr.24491) 10683 : audit [DBG] from='client.25827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:47:01.376488+0000 mgr.y (mgr.24491) 10684 : audit [DBG] from='client.35741 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:47:01.098191+0000 mgr.y (mgr.24491) 10683 : audit [DBG] from='client.25827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:47:01.376488+0000 mgr.y (mgr.24491) 10684 : audit [DBG] from='client.35741 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:02.901522+0000 mgr.y (mgr.24491) 10685 : cluster [DBG] pgmap v9437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:02.901522+0000 mgr.y (mgr.24491) 10685 : cluster [DBG] pgmap v9437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:02.901522+0000 mgr.y (mgr.24491) 10685 : cluster [DBG] pgmap v9437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:04.902368+0000 mgr.y (mgr.24491) 10686 : cluster [DBG] pgmap v9438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:04.902368+0000 mgr.y (mgr.24491) 10686 : cluster [DBG] pgmap v9438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:04.902368+0000 mgr.y (mgr.24491) 10686 : cluster [DBG] pgmap v9438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:06.902738+0000 mgr.y (mgr.24491) 10687 : cluster [DBG] pgmap v9439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:06.902738+0000 mgr.y (mgr.24491) 10687 : cluster [DBG] pgmap v9439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:06.902738+0000 mgr.y (mgr.24491) 10687 : cluster [DBG] pgmap v9439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T08:47:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:08.903280+0000 mgr.y (mgr.24491) 10688 : cluster [DBG] pgmap v9440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:08.903280+0000 mgr.y (mgr.24491) 10688 : cluster [DBG] pgmap v9440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:08.903280+0000 mgr.y (mgr.24491) 10688 : cluster [DBG] pgmap v9440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:47:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:10.903936+0000 mgr.y (mgr.24491) 10689 : cluster [DBG] pgmap v9441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:10.903936+0000 mgr.y (mgr.24491) 10689 : cluster [DBG] pgmap v9441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:10.903936+0000 mgr.y (mgr.24491) 10689 : cluster [DBG] pgmap v9441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:12.904509+0000 mgr.y (mgr.24491) 10690 : cluster [DBG] pgmap v9442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:12.904509+0000 mgr.y (mgr.24491) 10690 : cluster [DBG] pgmap v9442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:12.904509+0000 mgr.y (mgr.24491) 10690 : cluster [DBG] pgmap v9442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:14.905176+0000 mgr.y (mgr.24491) 10691 : cluster [DBG] pgmap v9443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:14.905176+0000 mgr.y (mgr.24491) 10691 : cluster [DBG] pgmap v9443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:14.905176+0000 mgr.y (mgr.24491) 10691 : cluster [DBG] pgmap v9443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:16.905677+0000 mgr.y (mgr.24491) 10692 : cluster [DBG] pgmap v9444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:17] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:47:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:16.905677+0000 mgr.y (mgr.24491) 10692 : cluster [DBG] pgmap v9444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:16.905677+0000 mgr.y (mgr.24491) 10692 : cluster [DBG] pgmap v9444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:18.906151+0000 mgr.y (mgr.24491) 10693 : cluster [DBG] pgmap v9445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:18.906151+0000 mgr.y (mgr.24491) 10693 : cluster [DBG] pgmap v9445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:18.906151+0000 mgr.y (mgr.24491) 10693 : cluster [DBG] pgmap v9445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:47:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:20.906948+0000 mgr.y (mgr.24491) 10694 : cluster [DBG] pgmap v9446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:20.906948+0000 mgr.y (mgr.24491) 10694 : cluster [DBG] pgmap v9446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:20.906948+0000 mgr.y (mgr.24491) 10694 : cluster [DBG] pgmap v9446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:22.907312+0000 mgr.y (mgr.24491) 10695 : cluster [DBG] pgmap v9447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:22.907312+0000 mgr.y (mgr.24491) 10695 : cluster [DBG] pgmap v9447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:22.907312+0000 mgr.y (mgr.24491) 10695 : cluster [DBG] pgmap v9447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:24.907976+0000 mgr.y (mgr.24491) 10696 : cluster [DBG] pgmap v9448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:24.907976+0000 mgr.y (mgr.24491) 10696 : cluster [DBG] pgmap v9448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:24.907976+0000 mgr.y (mgr.24491) 10696 : cluster [DBG] pgmap v9448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:27.983 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:27] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T08:47:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:26.908461+0000 mgr.y (mgr.24491) 10697 : cluster [DBG] pgmap v9449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:26.908461+0000 mgr.y (mgr.24491) 10697 : cluster [DBG] pgmap v9449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:26.908461+0000 mgr.y (mgr.24491) 10697 : cluster [DBG] pgmap v9449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:28.908774+0000 mgr.y (mgr.24491) 10698 : cluster [DBG] pgmap v9450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:28.908774+0000 mgr.y (mgr.24491) 10698 : cluster [DBG] pgmap v9450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:28.908774+0000 mgr.y (mgr.24491) 10698 : cluster [DBG] pgmap v9450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:47:32.025 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:47:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:30.909547+0000 mgr.y (mgr.24491) 10699 : cluster [DBG] pgmap v9451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:32.300 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:47:32.300 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:47:32.300 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:47:32.300 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:47:32.300 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:47:32.300 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:47:32.300 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 7m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:47:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 7m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:47:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:47:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:47:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:47:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:47:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:47:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:47:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:47:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:47:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:47:32.301 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:47:32.302 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:47:32.302 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:47:32.302 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:47:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:30.909547+0000 mgr.y (mgr.24491) 10699 : cluster [DBG] pgmap v9451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:30.909547+0000 mgr.y (mgr.24491) 10699 : cluster [DBG] pgmap v9451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:32.641 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:47:32.642 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:47:32.642 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:47:32.642 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:47:32.642 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:47:32.642 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:47:32.642 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:47:32.642 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:47:32.642 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:47:32.643 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:47:32.643 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:47:32.643 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:47:32.643 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:47:32.643 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:47:32.643 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:47:32.643 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:47:32.643 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:47:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:47:32.014698+0000 mgr.y (mgr.24491) 10700 : audit [DBG] from='client.25845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:47:32.643329+0000 mon.c (mon.2) 354 : audit [DBG] from='client.? 172.21.15.177:0/2188950660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:47:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:47:32.014698+0000 mgr.y (mgr.24491) 10700 : audit [DBG] from='client.25845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:47:32.643329+0000 mon.c (mon.2) 354 : audit [DBG] from='client.? 172.21.15.177:0/2188950660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:47:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:47:32.014698+0000 mgr.y (mgr.24491) 10700 : audit [DBG] from='client.25845 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:47:32.643329+0000 mon.c (mon.2) 354 : audit [DBG] from='client.? 172.21.15.177:0/2188950660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:47:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:47:32.293863+0000 mgr.y (mgr.24491) 10701 : audit [DBG] from='client.35759 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:32.909861+0000 mgr.y (mgr.24491) 10702 : cluster [DBG] pgmap v9452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:47:32.293863+0000 mgr.y (mgr.24491) 10701 : audit [DBG] from='client.35759 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:32.909861+0000 mgr.y (mgr.24491) 10702 : cluster [DBG] pgmap v9452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:47:32.293863+0000 mgr.y (mgr.24491) 10701 : audit [DBG] from='client.35759 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:47:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:32.909861+0000 mgr.y (mgr.24491) 10702 : cluster [DBG] pgmap v9452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:34.910518+0000 mgr.y (mgr.24491) 10703 : cluster [DBG] pgmap v9453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:34.910518+0000 mgr.y (mgr.24491) 10703 : cluster [DBG] pgmap v9453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:34.910518+0000 mgr.y (mgr.24491) 10703 : cluster [DBG] pgmap v9453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:38.002 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:37] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T08:47:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:36.911006+0000 mgr.y (mgr.24491) 10704 : cluster [DBG] pgmap v9454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:36.911006+0000 mgr.y (mgr.24491) 10704 : cluster [DBG] pgmap v9454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:36.911006+0000 mgr.y (mgr.24491) 10704 : cluster [DBG] pgmap v9454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:38.911387+0000 mgr.y (mgr.24491) 10705 : cluster [DBG] pgmap v9455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:38.911387+0000 mgr.y (mgr.24491) 10705 : cluster [DBG] pgmap v9455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:38.911387+0000 mgr.y (mgr.24491) 10705 : cluster [DBG] pgmap v9455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:47:40.847131+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:47:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:47:40.847131+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:47:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:47:40.847131+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:47:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:47:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:40.912082+0000 mgr.y (mgr.24491) 10706 : cluster [DBG] pgmap v9456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:47:41.139068+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:47:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:47:41.139679+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:47:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:47:41.143947+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:47:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:40.912082+0000 mgr.y (mgr.24491) 10706 : cluster [DBG] pgmap v9456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:47:41.139068+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:47:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:47:41.139679+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:47:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:47:41.143947+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:47:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:40.912082+0000 mgr.y (mgr.24491) 10706 : cluster [DBG] pgmap v9456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:47:41.139068+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:47:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:47:41.139679+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:47:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:47:41.143947+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:47:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:42.912491+0000 mgr.y (mgr.24491) 10707 : cluster [DBG] pgmap v9457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:42.912491+0000 mgr.y (mgr.24491) 10707 : cluster [DBG] pgmap v9457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:42.912491+0000 mgr.y (mgr.24491) 10707 : cluster [DBG] pgmap v9457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:44.913352+0000 mgr.y (mgr.24491) 10708 : cluster [DBG] pgmap v9458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:44.913352+0000 mgr.y (mgr.24491) 10708 : cluster [DBG] pgmap v9458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:44.913352+0000 mgr.y (mgr.24491) 10708 : cluster [DBG] pgmap v9458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:48.023 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T08:47:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:46.913801+0000 mgr.y (mgr.24491) 10709 : cluster [DBG] pgmap v9459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:46.913801+0000 mgr.y (mgr.24491) 10709 : cluster [DBG] pgmap v9459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:46.913801+0000 mgr.y (mgr.24491) 10709 : cluster [DBG] pgmap v9459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:48.914350+0000 mgr.y (mgr.24491) 10710 : cluster [DBG] pgmap v9460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:48.914350+0000 mgr.y (mgr.24491) 10710 : cluster [DBG] pgmap v9460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:48.914350+0000 mgr.y (mgr.24491) 10710 : cluster [DBG] pgmap v9460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:47:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:50.915187+0000 mgr.y (mgr.24491) 10711 : cluster [DBG] pgmap v9461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:50.915187+0000 mgr.y (mgr.24491) 10711 : cluster [DBG] pgmap v9461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:50.915187+0000 mgr.y (mgr.24491) 10711 : cluster [DBG] pgmap v9461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:52.915549+0000 mgr.y (mgr.24491) 10712 : cluster [DBG] pgmap v9462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:52.915549+0000 mgr.y (mgr.24491) 10712 : cluster [DBG] pgmap v9462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:52.915549+0000 mgr.y (mgr.24491) 10712 : cluster [DBG] pgmap v9462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:54.916322+0000 mgr.y (mgr.24491) 10713 : cluster [DBG] pgmap v9463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:54.916322+0000 mgr.y (mgr.24491) 10713 : cluster [DBG] pgmap v9463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:54.916322+0000 mgr.y (mgr.24491) 10713 : cluster [DBG] pgmap v9463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:58.039 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:47:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T08:47:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:56.916892+0000 mgr.y (mgr.24491) 10714 : cluster [DBG] pgmap v9464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:56.916892+0000 mgr.y (mgr.24491) 10714 : cluster [DBG] pgmap v9464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:47:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:47:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:56.916892+0000 mgr.y (mgr.24491) 10714 : cluster [DBG] pgmap v9464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:47:58.917282+0000 mgr.y (mgr.24491) 10715 : cluster [DBG] pgmap v9465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:47:58.917282+0000 mgr.y (mgr.24491) 10715 : cluster [DBG] pgmap v9465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:47:58.917282+0000 mgr.y (mgr.24491) 10715 : cluster [DBG] pgmap v9465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:48:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:00.917935+0000 mgr.y (mgr.24491) 10716 : cluster [DBG] pgmap v9466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:00.917935+0000 mgr.y (mgr.24491) 10716 : cluster [DBG] pgmap v9466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:00.917935+0000 mgr.y (mgr.24491) 10716 : cluster [DBG] pgmap v9466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:02.955 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:48:03.228 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:48:03.228 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:48:03.228 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:48:03.228 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:48:03.228 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:48:03.228 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:48:03.228 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:48:03.229 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:48:03.229 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:48:03.229 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:48:03.229 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:48:03.229 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:48:03.229 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:48:03.229 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:48:03.229 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:48:03.229 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:48:03.229 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:48:03.229 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:48:03.230 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:48:03.230 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:48:03.230 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:48:03.563 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:48:03.563 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:48:03.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:48:03.564 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:48:03.564 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:48:03.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:48:03.564 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:48:03.564 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:48:03.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:48:03.564 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:48:03.564 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:48:03.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:48:03.564 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:48:03.565 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:48:03.565 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:48:03.565 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:48:03.565 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:48:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:02.918311+0000 mgr.y (mgr.24491) 10717 : cluster [DBG] pgmap v9467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:48:02.943988+0000 mgr.y (mgr.24491) 10718 : audit [DBG] from='client.35771 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:48:03.565080+0000 mon.a (mon.0) 2508 : audit [DBG] from='client.? 172.21.15.177:0/3033205773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:48:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:02.918311+0000 mgr.y (mgr.24491) 10717 : cluster [DBG] pgmap v9467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:48:02.943988+0000 mgr.y (mgr.24491) 10718 : audit [DBG] from='client.35771 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:48:03.565080+0000 mon.a (mon.0) 2508 : audit [DBG] from='client.? 172.21.15.177:0/3033205773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:48:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:02.918311+0000 mgr.y (mgr.24491) 10717 : cluster [DBG] pgmap v9467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:48:02.943988+0000 mgr.y (mgr.24491) 10718 : audit [DBG] from='client.35771 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:48:03.565080+0000 mon.a (mon.0) 2508 : audit [DBG] from='client.? 172.21.15.177:0/3033205773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:48:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:48:03.221892+0000 mgr.y (mgr.24491) 10719 : audit [DBG] from='client.35777 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:48:03.221892+0000 mgr.y (mgr.24491) 10719 : audit [DBG] from='client.35777 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:48:03.221892+0000 mgr.y (mgr.24491) 10719 : audit [DBG] from='client.35777 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:04.918981+0000 mgr.y (mgr.24491) 10720 : cluster [DBG] pgmap v9468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:04.918981+0000 mgr.y (mgr.24491) 10720 : cluster [DBG] pgmap v9468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:04.918981+0000 mgr.y (mgr.24491) 10720 : cluster [DBG] pgmap v9468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:08.065 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T08:48:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:06.919492+0000 mgr.y (mgr.24491) 10721 : cluster [DBG] pgmap v9469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:06.919492+0000 mgr.y (mgr.24491) 10721 : cluster [DBG] pgmap v9469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:06.919492+0000 mgr.y (mgr.24491) 10721 : cluster [DBG] pgmap v9469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:08.919959+0000 mgr.y (mgr.24491) 10722 : cluster [DBG] pgmap v9470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:08.919959+0000 mgr.y (mgr.24491) 10722 : cluster [DBG] pgmap v9470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:08.919959+0000 mgr.y (mgr.24491) 10722 : cluster [DBG] pgmap v9470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:10.920602+0000 mgr.y (mgr.24491) 10723 : cluster [DBG] pgmap v9471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:10.920602+0000 mgr.y (mgr.24491) 10723 : cluster [DBG] pgmap v9471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:10.920602+0000 mgr.y (mgr.24491) 10723 : cluster [DBG] pgmap v9471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:48:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:12.920980+0000 mgr.y (mgr.24491) 10724 : cluster [DBG] pgmap v9472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:12.920980+0000 mgr.y (mgr.24491) 10724 : cluster [DBG] pgmap v9472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:12.920980+0000 mgr.y (mgr.24491) 10724 : cluster [DBG] pgmap v9472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:14.921714+0000 mgr.y (mgr.24491) 10725 : cluster [DBG] pgmap v9473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:14.921714+0000 mgr.y (mgr.24491) 10725 : cluster [DBG] pgmap v9473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:14.921714+0000 mgr.y (mgr.24491) 10725 : cluster [DBG] pgmap v9473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:17.981 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T08:48:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:16.922214+0000 mgr.y (mgr.24491) 10726 : cluster [DBG] pgmap v9474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:16.922214+0000 mgr.y (mgr.24491) 10726 : cluster [DBG] pgmap v9474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:16.922214+0000 mgr.y (mgr.24491) 10726 : cluster [DBG] pgmap v9474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:18.922636+0000 mgr.y (mgr.24491) 10727 : cluster [DBG] pgmap v9475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:18.922636+0000 mgr.y (mgr.24491) 10727 : cluster [DBG] pgmap v9475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:18.922636+0000 mgr.y (mgr.24491) 10727 : cluster [DBG] pgmap v9475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:48:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:20.923478+0000 mgr.y (mgr.24491) 10728 : cluster [DBG] pgmap v9476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:20.923478+0000 mgr.y (mgr.24491) 10728 : cluster [DBG] pgmap v9476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:20.923478+0000 mgr.y (mgr.24491) 10728 : cluster [DBG] pgmap v9476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:22.924057+0000 mgr.y (mgr.24491) 10729 : cluster [DBG] pgmap v9477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:22.924057+0000 mgr.y (mgr.24491) 10729 : cluster [DBG] pgmap v9477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:22.924057+0000 mgr.y (mgr.24491) 10729 : cluster [DBG] pgmap v9477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:24.924669+0000 mgr.y (mgr.24491) 10730 : cluster [DBG] pgmap v9478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:24.924669+0000 mgr.y (mgr.24491) 10730 : cluster [DBG] pgmap v9478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:24.924669+0000 mgr.y (mgr.24491) 10730 : cluster [DBG] pgmap v9478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:27.997 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T08:48:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:26.925054+0000 mgr.y (mgr.24491) 10731 : cluster [DBG] pgmap v9479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:26.925054+0000 mgr.y (mgr.24491) 10731 : cluster [DBG] pgmap v9479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:26.925054+0000 mgr.y (mgr.24491) 10731 : cluster [DBG] pgmap v9479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:28.925462+0000 mgr.y (mgr.24491) 10732 : cluster [DBG] pgmap v9480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:28.925462+0000 mgr.y (mgr.24491) 10732 : cluster [DBG] pgmap v9480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:28.925462+0000 mgr.y (mgr.24491) 10732 : cluster [DBG] pgmap v9480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:48:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:30.926177+0000 mgr.y (mgr.24491) 10733 : cluster [DBG] pgmap v9481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:30.926177+0000 mgr.y (mgr.24491) 10733 : cluster [DBG] pgmap v9481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:30.926177+0000 mgr.y (mgr.24491) 10733 : cluster [DBG] pgmap v9481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:33.876 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:48:34.153 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:48:34.153 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:48:34.153 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:48:34.154 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:48:34.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:48:34.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:48:34.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:48:34.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:48:34.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:48:34.155 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:48:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:32.926732+0000 mgr.y (mgr.24491) 10734 : cluster [DBG] pgmap v9482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:32.926732+0000 mgr.y (mgr.24491) 10734 : cluster [DBG] pgmap v9482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:34.490 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:48:34.490 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:48:34.490 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:48:34.490 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:48:34.490 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:48:34.490 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:48:34.490 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:48:34.490 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:48:34.490 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:48:34.491 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:48:34.491 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:48:34.491 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:48:34.491 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:48:34.491 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:48:34.491 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:48:34.491 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:48:34.491 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:48:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:32.926732+0000 mgr.y (mgr.24491) 10734 : cluster [DBG] pgmap v9482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:48:33.865643+0000 mgr.y (mgr.24491) 10735 : audit [DBG] from='client.35789 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:48:34.491589+0000 mon.c (mon.2) 355 : audit [DBG] from='client.? 172.21.15.177:0/3383592522' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:48:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:48:33.865643+0000 mgr.y (mgr.24491) 10735 : audit [DBG] from='client.35789 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:48:34.491589+0000 mon.c (mon.2) 355 : audit [DBG] from='client.? 172.21.15.177:0/3383592522' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:48:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:48:33.865643+0000 mgr.y (mgr.24491) 10735 : audit [DBG] from='client.35789 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:48:34.491589+0000 mon.c (mon.2) 355 : audit [DBG] from='client.? 172.21.15.177:0/3383592522' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:48:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:48:34.147359+0000 mgr.y (mgr.24491) 10736 : audit [DBG] from='client.35795 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:34.927460+0000 mgr.y (mgr.24491) 10737 : cluster [DBG] pgmap v9483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:48:34.147359+0000 mgr.y (mgr.24491) 10736 : audit [DBG] from='client.35795 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:34.927460+0000 mgr.y (mgr.24491) 10737 : cluster [DBG] pgmap v9483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:48:34.147359+0000 mgr.y (mgr.24491) 10736 : audit [DBG] from='client.35795 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:48:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:34.927460+0000 mgr.y (mgr.24491) 10737 : cluster [DBG] pgmap v9483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:38.017 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T08:48:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:36.927854+0000 mgr.y (mgr.24491) 10738 : cluster [DBG] pgmap v9484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:36.927854+0000 mgr.y (mgr.24491) 10738 : cluster [DBG] pgmap v9484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:36.927854+0000 mgr.y (mgr.24491) 10738 : cluster [DBG] pgmap v9484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:38.928306+0000 mgr.y (mgr.24491) 10739 : cluster [DBG] pgmap v9485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:38.928306+0000 mgr.y (mgr.24491) 10739 : cluster [DBG] pgmap v9485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:38.928306+0000 mgr.y (mgr.24491) 10739 : cluster [DBG] pgmap v9485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:48:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:40.929013+0000 mgr.y (mgr.24491) 10740 : cluster [DBG] pgmap v9486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:48:41.148347+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:48:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:48:41.437594+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:48:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:48:41.438194+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:48:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:48:41.444178+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:48:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:40.929013+0000 mgr.y (mgr.24491) 10740 : cluster [DBG] pgmap v9486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:48:41.148347+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:48:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:48:41.437594+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:48:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:48:41.438194+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:48:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:48:41.444178+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:48:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:40.929013+0000 mgr.y (mgr.24491) 10740 : cluster [DBG] pgmap v9486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:48:41.148347+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:48:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:48:41.437594+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:48:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:48:41.438194+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:48:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:48:41.444178+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:48:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:42.929460+0000 mgr.y (mgr.24491) 10741 : cluster [DBG] pgmap v9487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:42.929460+0000 mgr.y (mgr.24491) 10741 : cluster [DBG] pgmap v9487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:42.929460+0000 mgr.y (mgr.24491) 10741 : cluster [DBG] pgmap v9487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:44.930334+0000 mgr.y (mgr.24491) 10742 : cluster [DBG] pgmap v9488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:44.930334+0000 mgr.y (mgr.24491) 10742 : cluster [DBG] pgmap v9488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:44.930334+0000 mgr.y (mgr.24491) 10742 : cluster [DBG] pgmap v9488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:48.035 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T08:48:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:46.930906+0000 mgr.y (mgr.24491) 10743 : cluster [DBG] pgmap v9489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:46.930906+0000 mgr.y (mgr.24491) 10743 : cluster [DBG] pgmap v9489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:46.930906+0000 mgr.y (mgr.24491) 10743 : cluster [DBG] pgmap v9489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:48.931367+0000 mgr.y (mgr.24491) 10744 : cluster [DBG] pgmap v9490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:48.931367+0000 mgr.y (mgr.24491) 10744 : cluster [DBG] pgmap v9490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:48.931367+0000 mgr.y (mgr.24491) 10744 : cluster [DBG] pgmap v9490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:48:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:50.932201+0000 mgr.y (mgr.24491) 10745 : cluster [DBG] pgmap v9491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:50.932201+0000 mgr.y (mgr.24491) 10745 : cluster [DBG] pgmap v9491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:50.932201+0000 mgr.y (mgr.24491) 10745 : cluster [DBG] pgmap v9491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:52.932833+0000 mgr.y (mgr.24491) 10746 : cluster [DBG] pgmap v9492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:52.932833+0000 mgr.y (mgr.24491) 10746 : cluster [DBG] pgmap v9492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:52.932833+0000 mgr.y (mgr.24491) 10746 : cluster [DBG] pgmap v9492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:54.933502+0000 mgr.y (mgr.24491) 10747 : cluster [DBG] pgmap v9493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:54.933502+0000 mgr.y (mgr.24491) 10747 : cluster [DBG] pgmap v9493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:54.933502+0000 mgr.y (mgr.24491) 10747 : cluster [DBG] pgmap v9493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:58.052 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:48:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T08:48:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:56.933977+0000 mgr.y (mgr.24491) 10748 : cluster [DBG] pgmap v9494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:56.933977+0000 mgr.y (mgr.24491) 10748 : cluster [DBG] pgmap v9494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:48:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:48:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:56.933977+0000 mgr.y (mgr.24491) 10748 : cluster [DBG] pgmap v9494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:48:58.934347+0000 mgr.y (mgr.24491) 10749 : cluster [DBG] pgmap v9495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:48:58.934347+0000 mgr.y (mgr.24491) 10749 : cluster [DBG] pgmap v9495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:48:58.934347+0000 mgr.y (mgr.24491) 10749 : cluster [DBG] pgmap v9495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:49:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:00.935041+0000 mgr.y (mgr.24491) 10750 : cluster [DBG] pgmap v9496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:00.935041+0000 mgr.y (mgr.24491) 10750 : cluster [DBG] pgmap v9496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:00.935041+0000 mgr.y (mgr.24491) 10750 : cluster [DBG] pgmap v9496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:02.935580+0000 mgr.y (mgr.24491) 10751 : cluster [DBG] pgmap v9497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:02.935580+0000 mgr.y (mgr.24491) 10751 : cluster [DBG] pgmap v9497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:02.935580+0000 mgr.y (mgr.24491) 10751 : cluster [DBG] pgmap v9497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:04.798 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:49:05.072 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 9m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 9m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:49:05.073 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 9m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:49:05.074 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 9m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:49:05.074 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:49:05.074 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:49:05.074 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:49:05.074 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:49:05.074 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:49:05.074 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:49:05.074 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:49:05.405 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:49:05.405 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:49:05.405 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:49:05.406 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:49:05.406 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:49:05.406 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:49:05.406 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:49:05.406 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:49:05.406 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:49:05.406 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:49:05.406 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:49:05.406 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:49:05.406 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:49:05.406 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:49:05.407 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:49:05.407 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:49:05.407 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:49:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:04.787878+0000 mgr.y (mgr.24491) 10752 : audit [DBG] from='client.35807 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:04.936191+0000 mgr.y (mgr.24491) 10753 : cluster [DBG] pgmap v9498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:05.065822+0000 mgr.y (mgr.24491) 10754 : audit [DBG] from='client.35813 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:05.406669+0000 mon.a (mon.0) 2513 : audit [DBG] from='client.? 172.21.15.177:0/1169072338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:49:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:04.787878+0000 mgr.y (mgr.24491) 10752 : audit [DBG] from='client.35807 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:04.936191+0000 mgr.y (mgr.24491) 10753 : cluster [DBG] pgmap v9498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:05.065822+0000 mgr.y (mgr.24491) 10754 : audit [DBG] from='client.35813 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:05.406669+0000 mon.a (mon.0) 2513 : audit [DBG] from='client.? 172.21.15.177:0/1169072338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:49:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:04.787878+0000 mgr.y (mgr.24491) 10752 : audit [DBG] from='client.35807 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:04.936191+0000 mgr.y (mgr.24491) 10753 : cluster [DBG] pgmap v9498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:05.065822+0000 mgr.y (mgr.24491) 10754 : audit [DBG] from='client.35813 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:05.406669+0000 mon.a (mon.0) 2513 : audit [DBG] from='client.? 172.21.15.177:0/1169072338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:49:08.068 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:07] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T08:49:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:06.936728+0000 mgr.y (mgr.24491) 10755 : cluster [DBG] pgmap v9499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:06.936728+0000 mgr.y (mgr.24491) 10755 : cluster [DBG] pgmap v9499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:06.936728+0000 mgr.y (mgr.24491) 10755 : cluster [DBG] pgmap v9499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:08.937254+0000 mgr.y (mgr.24491) 10756 : cluster [DBG] pgmap v9500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:08.937254+0000 mgr.y (mgr.24491) 10756 : cluster [DBG] pgmap v9500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:08.937254+0000 mgr.y (mgr.24491) 10756 : cluster [DBG] pgmap v9500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:49:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:10.938212+0000 mgr.y (mgr.24491) 10757 : cluster [DBG] pgmap v9501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:10.938212+0000 mgr.y (mgr.24491) 10757 : cluster [DBG] pgmap v9501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:10.938212+0000 mgr.y (mgr.24491) 10757 : cluster [DBG] pgmap v9501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:12.938727+0000 mgr.y (mgr.24491) 10758 : cluster [DBG] pgmap v9502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:12.938727+0000 mgr.y (mgr.24491) 10758 : cluster [DBG] pgmap v9502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:12.938727+0000 mgr.y (mgr.24491) 10758 : cluster [DBG] pgmap v9502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:14.939522+0000 mgr.y (mgr.24491) 10759 : cluster [DBG] pgmap v9503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:14.939522+0000 mgr.y (mgr.24491) 10759 : cluster [DBG] pgmap v9503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:14.939522+0000 mgr.y (mgr.24491) 10759 : cluster [DBG] pgmap v9503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:17.992 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:17] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:49:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:16.939934+0000 mgr.y (mgr.24491) 10760 : cluster [DBG] pgmap v9504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:16.939934+0000 mgr.y (mgr.24491) 10760 : cluster [DBG] pgmap v9504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:16.939934+0000 mgr.y (mgr.24491) 10760 : cluster [DBG] pgmap v9504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:18.940501+0000 mgr.y (mgr.24491) 10761 : cluster [DBG] pgmap v9505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:18.940501+0000 mgr.y (mgr.24491) 10761 : cluster [DBG] pgmap v9505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:18.940501+0000 mgr.y (mgr.24491) 10761 : cluster [DBG] pgmap v9505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:49:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:20.941252+0000 mgr.y (mgr.24491) 10762 : cluster [DBG] pgmap v9506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:20.941252+0000 mgr.y (mgr.24491) 10762 : cluster [DBG] pgmap v9506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:20.941252+0000 mgr.y (mgr.24491) 10762 : cluster [DBG] pgmap v9506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:22.941782+0000 mgr.y (mgr.24491) 10763 : cluster [DBG] pgmap v9507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:22.941782+0000 mgr.y (mgr.24491) 10763 : cluster [DBG] pgmap v9507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:22.941782+0000 mgr.y (mgr.24491) 10763 : cluster [DBG] pgmap v9507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:24.942509+0000 mgr.y (mgr.24491) 10764 : cluster [DBG] pgmap v9508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:24.942509+0000 mgr.y (mgr.24491) 10764 : cluster [DBG] pgmap v9508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:24.942509+0000 mgr.y (mgr.24491) 10764 : cluster [DBG] pgmap v9508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:28.010 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:27] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:49:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:26.943006+0000 mgr.y (mgr.24491) 10765 : cluster [DBG] pgmap v9509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:26.943006+0000 mgr.y (mgr.24491) 10765 : cluster [DBG] pgmap v9509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:26.943006+0000 mgr.y (mgr.24491) 10765 : cluster [DBG] pgmap v9509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:28.943365+0000 mgr.y (mgr.24491) 10766 : cluster [DBG] pgmap v9510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:28.943365+0000 mgr.y (mgr.24491) 10766 : cluster [DBG] pgmap v9510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:28.943365+0000 mgr.y (mgr.24491) 10766 : cluster [DBG] pgmap v9510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:49:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:30.944234+0000 mgr.y (mgr.24491) 10767 : cluster [DBG] pgmap v9511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:30.944234+0000 mgr.y (mgr.24491) 10767 : cluster [DBG] pgmap v9511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:30.944234+0000 mgr.y (mgr.24491) 10767 : cluster [DBG] pgmap v9511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:32.944833+0000 mgr.y (mgr.24491) 10768 : cluster [DBG] pgmap v9512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:32.944833+0000 mgr.y (mgr.24491) 10768 : cluster [DBG] pgmap v9512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:32.944833+0000 mgr.y (mgr.24491) 10768 : cluster [DBG] pgmap v9512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:35.713 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:49:35.986 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:49:35.986 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:49:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:49:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:49:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:49:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 9m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:49:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:49:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 874M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:49:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 5h 456M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:49:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 9m ago 5h 462M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:49:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:49:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 26.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:49:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 9m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:49:35.988 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 9m ago 5h 45.2M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:49:35.988 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:49:35.988 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:49:35.988 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:49:35.988 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:49:35.988 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 42.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:49:35.988 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:49:35.988 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:49:36.321 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:49:36.321 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:49:36.321 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:49:36.321 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:49:36.321 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:49:36.321 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:49:36.321 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:49:36.321 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:49:36.321 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:49:36.322 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:49:36.322 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:49:36.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:49:36.322 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:49:36.322 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:49:36.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:49:36.322 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:49:36.322 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:49:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:34.945575+0000 mgr.y (mgr.24491) 10769 : cluster [DBG] pgmap v9513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:34.945575+0000 mgr.y (mgr.24491) 10769 : cluster [DBG] pgmap v9513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:34.945575+0000 mgr.y (mgr.24491) 10769 : cluster [DBG] pgmap v9513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:35.702614+0000 mgr.y (mgr.24491) 10770 : audit [DBG] from='client.35825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:35.980266+0000 mgr.y (mgr.24491) 10771 : audit [DBG] from='client.35831 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:36.322502+0000 mon.c (mon.2) 356 : audit [DBG] from='client.? 172.21.15.177:0/1599061012' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:49:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:35.702614+0000 mgr.y (mgr.24491) 10770 : audit [DBG] from='client.35825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:35.980266+0000 mgr.y (mgr.24491) 10771 : audit [DBG] from='client.35831 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:36.322502+0000 mon.c (mon.2) 356 : audit [DBG] from='client.? 172.21.15.177:0/1599061012' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:49:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:35.702614+0000 mgr.y (mgr.24491) 10770 : audit [DBG] from='client.35825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:35.980266+0000 mgr.y (mgr.24491) 10771 : audit [DBG] from='client.35831 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:49:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:36.322502+0000 mon.c (mon.2) 356 : audit [DBG] from='client.? 172.21.15.177:0/1599061012' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:49:38.034 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:37] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T08:49:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:36.946007+0000 mgr.y (mgr.24491) 10772 : cluster [DBG] pgmap v9514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:36.946007+0000 mgr.y (mgr.24491) 10772 : cluster [DBG] pgmap v9514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:36.946007+0000 mgr.y (mgr.24491) 10772 : cluster [DBG] pgmap v9514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:38.946573+0000 mgr.y (mgr.24491) 10773 : cluster [DBG] pgmap v9515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:38.946573+0000 mgr.y (mgr.24491) 10773 : cluster [DBG] pgmap v9515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:38.946573+0000 mgr.y (mgr.24491) 10773 : cluster [DBG] pgmap v9515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:49:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:40.947432+0000 mgr.y (mgr.24491) 10774 : cluster [DBG] pgmap v9516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:41.448551+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:49:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:40.947432+0000 mgr.y (mgr.24491) 10774 : cluster [DBG] pgmap v9516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:41.448551+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:49:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:40.947432+0000 mgr.y (mgr.24491) 10774 : cluster [DBG] pgmap v9516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:41.448551+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:49:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:42.947814+0000 mgr.y (mgr.24491) 10775 : cluster [DBG] pgmap v9517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:43.966258+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:49:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:42.947814+0000 mgr.y (mgr.24491) 10775 : cluster [DBG] pgmap v9517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:43.966258+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:49:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:42.947814+0000 mgr.y (mgr.24491) 10775 : cluster [DBG] pgmap v9517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:43.966258+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:49:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:44.625958+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:49:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:44.905350+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:49:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:44.906213+0000 mon.a (mon.0) 2518 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:49:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:49:44.911244+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:49:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:44.948577+0000 mgr.y (mgr.24491) 10776 : cluster [DBG] pgmap v9518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:44.625958+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:49:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:44.905350+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:49:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:44.906213+0000 mon.a (mon.0) 2518 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:49:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:49:44.911244+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:49:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:44.948577+0000 mgr.y (mgr.24491) 10776 : cluster [DBG] pgmap v9518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:44.625958+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:49:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:44.905350+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:49:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:44.906213+0000 mon.a (mon.0) 2518 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:49:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:49:44.911244+0000 mon.a (mon.0) 2519 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:49:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:44.948577+0000 mgr.y (mgr.24491) 10776 : cluster [DBG] pgmap v9518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:48.001 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:49:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:46.949149+0000 mgr.y (mgr.24491) 10777 : cluster [DBG] pgmap v9519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:46.949149+0000 mgr.y (mgr.24491) 10777 : cluster [DBG] pgmap v9519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:46.949149+0000 mgr.y (mgr.24491) 10777 : cluster [DBG] pgmap v9519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:48.949671+0000 mgr.y (mgr.24491) 10778 : cluster [DBG] pgmap v9520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:48.949671+0000 mgr.y (mgr.24491) 10778 : cluster [DBG] pgmap v9520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:48.949671+0000 mgr.y (mgr.24491) 10778 : cluster [DBG] pgmap v9520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:49:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:50.950503+0000 mgr.y (mgr.24491) 10779 : cluster [DBG] pgmap v9521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:50.950503+0000 mgr.y (mgr.24491) 10779 : cluster [DBG] pgmap v9521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:50.950503+0000 mgr.y (mgr.24491) 10779 : cluster [DBG] pgmap v9521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:52.950908+0000 mgr.y (mgr.24491) 10780 : cluster [DBG] pgmap v9522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:52.950908+0000 mgr.y (mgr.24491) 10780 : cluster [DBG] pgmap v9522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:52.950908+0000 mgr.y (mgr.24491) 10780 : cluster [DBG] pgmap v9522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:54.951567+0000 mgr.y (mgr.24491) 10781 : cluster [DBG] pgmap v9523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:54.951567+0000 mgr.y (mgr.24491) 10781 : cluster [DBG] pgmap v9523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:54.951567+0000 mgr.y (mgr.24491) 10781 : cluster [DBG] pgmap v9523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:58.018 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:49:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:49:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:56.951989+0000 mgr.y (mgr.24491) 10782 : cluster [DBG] pgmap v9524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:56.951989+0000 mgr.y (mgr.24491) 10782 : cluster [DBG] pgmap v9524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:49:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:49:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:56.951989+0000 mgr.y (mgr.24491) 10782 : cluster [DBG] pgmap v9524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:49:58.952374+0000 mgr.y (mgr.24491) 10783 : cluster [DBG] pgmap v9525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:00.000152+0000 mon.a (mon.0) 2520 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:50:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T08:49:59.998+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:50:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:49:58.952374+0000 mgr.y (mgr.24491) 10783 : cluster [DBG] pgmap v9525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:00.000152+0000 mon.a (mon.0) 2520 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:50:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:49:58.952374+0000 mgr.y (mgr.24491) 10783 : cluster [DBG] pgmap v9525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:00.000152+0000 mon.a (mon.0) 2520 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T08:50:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:50:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:00.953089+0000 mgr.y (mgr.24491) 10784 : cluster [DBG] pgmap v9526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:00.953089+0000 mgr.y (mgr.24491) 10784 : cluster [DBG] pgmap v9526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:00.953089+0000 mgr.y (mgr.24491) 10784 : cluster [DBG] pgmap v9526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:02.953489+0000 mgr.y (mgr.24491) 10785 : cluster [DBG] pgmap v9527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:02.953489+0000 mgr.y (mgr.24491) 10785 : cluster [DBG] pgmap v9527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:02.953489+0000 mgr.y (mgr.24491) 10785 : cluster [DBG] pgmap v9527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:04.954315+0000 mgr.y (mgr.24491) 10786 : cluster [DBG] pgmap v9528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:04.954315+0000 mgr.y (mgr.24491) 10786 : cluster [DBG] pgmap v9528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:04.954315+0000 mgr.y (mgr.24491) 10786 : cluster [DBG] pgmap v9528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:06.636 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:50:06.911 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:50:06.912 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 22s ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:50:06.912 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 22s ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:50:06.912 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 22s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:50:06.912 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 22s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:50:06.912 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 22s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:50:06.912 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 22s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:50:06.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 22s ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:50:06.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 22s ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:50:06.912 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 22s ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:50:06.912 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 22s ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:50:06.913 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 22s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:50:06.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 22s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:50:06.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 22s ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:50:06.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 22s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:50:06.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 22s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:50:06.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 22s ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:50:06.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 22s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:50:06.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 22s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:50:06.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 22s ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:50:06.913 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 22s ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:50:07.248 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:50:07.249 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:50:07.249 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:50:07.249 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:50:07.249 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:50:07.249 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:50:07.249 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:50:07.249 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:50:07.249 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:50:07.249 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:50:07.250 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:50:07.250 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:50:07.250 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:50:07.250 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:50:07.250 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:50:07.250 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:50:07.250 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:50:08.038 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T08:50:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:50:06.625250+0000 mgr.y (mgr.24491) 10787 : audit [DBG] from='client.35843 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:50:06.905670+0000 mgr.y (mgr.24491) 10788 : audit [DBG] from='client.35849 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:06.954669+0000 mgr.y (mgr.24491) 10789 : cluster [DBG] pgmap v9529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:50:07.250246+0000 mon.c (mon.2) 357 : audit [DBG] from='client.? 172.21.15.177:0/1325110323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:50:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:50:06.625250+0000 mgr.y (mgr.24491) 10787 : audit [DBG] from='client.35843 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:50:06.905670+0000 mgr.y (mgr.24491) 10788 : audit [DBG] from='client.35849 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:06.954669+0000 mgr.y (mgr.24491) 10789 : cluster [DBG] pgmap v9529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:50:07.250246+0000 mon.c (mon.2) 357 : audit [DBG] from='client.? 172.21.15.177:0/1325110323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:50:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:50:06.625250+0000 mgr.y (mgr.24491) 10787 : audit [DBG] from='client.35843 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:50:06.905670+0000 mgr.y (mgr.24491) 10788 : audit [DBG] from='client.35849 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:06.954669+0000 mgr.y (mgr.24491) 10789 : cluster [DBG] pgmap v9529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:50:07.250246+0000 mon.c (mon.2) 357 : audit [DBG] from='client.? 172.21.15.177:0/1325110323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:50:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:08.955119+0000 mgr.y (mgr.24491) 10790 : cluster [DBG] pgmap v9530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:08.955119+0000 mgr.y (mgr.24491) 10790 : cluster [DBG] pgmap v9530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:08.955119+0000 mgr.y (mgr.24491) 10790 : cluster [DBG] pgmap v9530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:50:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:10.955901+0000 mgr.y (mgr.24491) 10791 : cluster [DBG] pgmap v9531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:10.955901+0000 mgr.y (mgr.24491) 10791 : cluster [DBG] pgmap v9531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:10.955901+0000 mgr.y (mgr.24491) 10791 : cluster [DBG] pgmap v9531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:12.956470+0000 mgr.y (mgr.24491) 10792 : cluster [DBG] pgmap v9532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:12.956470+0000 mgr.y (mgr.24491) 10792 : cluster [DBG] pgmap v9532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:12.956470+0000 mgr.y (mgr.24491) 10792 : cluster [DBG] pgmap v9532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:14.957289+0000 mgr.y (mgr.24491) 10793 : cluster [DBG] pgmap v9533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:14.957289+0000 mgr.y (mgr.24491) 10793 : cluster [DBG] pgmap v9533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:14.957289+0000 mgr.y (mgr.24491) 10793 : cluster [DBG] pgmap v9533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:18.053 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:17] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:50:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:16.957692+0000 mgr.y (mgr.24491) 10794 : cluster [DBG] pgmap v9534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:16.957692+0000 mgr.y (mgr.24491) 10794 : cluster [DBG] pgmap v9534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:16.957692+0000 mgr.y (mgr.24491) 10794 : cluster [DBG] pgmap v9534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:18.958112+0000 mgr.y (mgr.24491) 10795 : cluster [DBG] pgmap v9535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:18.958112+0000 mgr.y (mgr.24491) 10795 : cluster [DBG] pgmap v9535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:18.958112+0000 mgr.y (mgr.24491) 10795 : cluster [DBG] pgmap v9535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:50:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:20.958784+0000 mgr.y (mgr.24491) 10796 : cluster [DBG] pgmap v9536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:20.958784+0000 mgr.y (mgr.24491) 10796 : cluster [DBG] pgmap v9536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:20.958784+0000 mgr.y (mgr.24491) 10796 : cluster [DBG] pgmap v9536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:22.959342+0000 mgr.y (mgr.24491) 10797 : cluster [DBG] pgmap v9537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:22.959342+0000 mgr.y (mgr.24491) 10797 : cluster [DBG] pgmap v9537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:22.959342+0000 mgr.y (mgr.24491) 10797 : cluster [DBG] pgmap v9537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:24.959962+0000 mgr.y (mgr.24491) 10798 : cluster [DBG] pgmap v9538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:24.959962+0000 mgr.y (mgr.24491) 10798 : cluster [DBG] pgmap v9538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:24.959962+0000 mgr.y (mgr.24491) 10798 : cluster [DBG] pgmap v9538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:28.070 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:27] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:50:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:26.960342+0000 mgr.y (mgr.24491) 10799 : cluster [DBG] pgmap v9539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:26.960342+0000 mgr.y (mgr.24491) 10799 : cluster [DBG] pgmap v9539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:26.960342+0000 mgr.y (mgr.24491) 10799 : cluster [DBG] pgmap v9539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:28.960785+0000 mgr.y (mgr.24491) 10800 : cluster [DBG] pgmap v9540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:28.960785+0000 mgr.y (mgr.24491) 10800 : cluster [DBG] pgmap v9540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:28.960785+0000 mgr.y (mgr.24491) 10800 : cluster [DBG] pgmap v9540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:50:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:30.961554+0000 mgr.y (mgr.24491) 10801 : cluster [DBG] pgmap v9541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:30.961554+0000 mgr.y (mgr.24491) 10801 : cluster [DBG] pgmap v9541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:30.961554+0000 mgr.y (mgr.24491) 10801 : cluster [DBG] pgmap v9541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:32.962087+0000 mgr.y (mgr.24491) 10802 : cluster [DBG] pgmap v9542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:32.962087+0000 mgr.y (mgr.24491) 10802 : cluster [DBG] pgmap v9542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:32.962087+0000 mgr.y (mgr.24491) 10802 : cluster [DBG] pgmap v9542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:34.962800+0000 mgr.y (mgr.24491) 10803 : cluster [DBG] pgmap v9543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:34.962800+0000 mgr.y (mgr.24491) 10803 : cluster [DBG] pgmap v9543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:34.962800+0000 mgr.y (mgr.24491) 10803 : cluster [DBG] pgmap v9543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:37.562 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:50:37.839 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:50:37.839 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 53s ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:50:37.839 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 53s ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:50:37.839 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 53s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:50:37.839 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 53s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:50:37.839 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 53s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:50:37.839 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 53s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 53s ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 53s ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 53s ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 53s ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 53s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 53s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 53s ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 53s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 53s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 53s ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 53s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 53s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 53s ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:50:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 53s ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:50:38.086 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:37] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:50:38.174 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:50:38.174 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:50:38.174 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:50:38.175 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:50:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:36.963388+0000 mgr.y (mgr.24491) 10804 : cluster [DBG] pgmap v9544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:36.963388+0000 mgr.y (mgr.24491) 10804 : cluster [DBG] pgmap v9544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:36.963388+0000 mgr.y (mgr.24491) 10804 : cluster [DBG] pgmap v9544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:50:37.551855+0000 mgr.y (mgr.24491) 10805 : audit [DBG] from='client.25953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:50:37.833750+0000 mgr.y (mgr.24491) 10806 : audit [DBG] from='client.25959 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:50:38.176483+0000 mon.c (mon.2) 358 : audit [DBG] from='client.? 172.21.15.177:0/3539729772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:50:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:50:37.551855+0000 mgr.y (mgr.24491) 10805 : audit [DBG] from='client.25953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:50:37.833750+0000 mgr.y (mgr.24491) 10806 : audit [DBG] from='client.25959 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:50:38.176483+0000 mon.c (mon.2) 358 : audit [DBG] from='client.? 172.21.15.177:0/3539729772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:50:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:50:37.551855+0000 mgr.y (mgr.24491) 10805 : audit [DBG] from='client.25953 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:50:37.833750+0000 mgr.y (mgr.24491) 10806 : audit [DBG] from='client.25959 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:50:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:50:38.176483+0000 mon.c (mon.2) 358 : audit [DBG] from='client.? 172.21.15.177:0/3539729772' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:50:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:38.963992+0000 mgr.y (mgr.24491) 10807 : cluster [DBG] pgmap v9545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:38.963992+0000 mgr.y (mgr.24491) 10807 : cluster [DBG] pgmap v9545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:38.963992+0000 mgr.y (mgr.24491) 10807 : cluster [DBG] pgmap v9545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:40.964822+0000 mgr.y (mgr.24491) 10808 : cluster [DBG] pgmap v9546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:40.964822+0000 mgr.y (mgr.24491) 10808 : cluster [DBG] pgmap v9546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:40.964822+0000 mgr.y (mgr.24491) 10808 : cluster [DBG] pgmap v9546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:50:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:42.965308+0000 mgr.y (mgr.24491) 10809 : cluster [DBG] pgmap v9547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:42.965308+0000 mgr.y (mgr.24491) 10809 : cluster [DBG] pgmap v9547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:42.965308+0000 mgr.y (mgr.24491) 10809 : cluster [DBG] pgmap v9547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:50:44.916055+0000 mon.a (mon.0) 2521 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:50:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:50:44.916055+0000 mon.a (mon.0) 2521 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:50:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:50:44.916055+0000 mon.a (mon.0) 2521 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:50:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:44.966038+0000 mgr.y (mgr.24491) 10810 : cluster [DBG] pgmap v9548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:50:45.212187+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:50:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:50:45.212834+0000 mon.a (mon.0) 2523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:50:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:50:45.217193+0000 mon.a (mon.0) 2524 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:50:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:44.966038+0000 mgr.y (mgr.24491) 10810 : cluster [DBG] pgmap v9548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:50:45.212187+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:50:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:50:45.212834+0000 mon.a (mon.0) 2523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:50:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:50:45.217193+0000 mon.a (mon.0) 2524 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:50:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:44.966038+0000 mgr.y (mgr.24491) 10810 : cluster [DBG] pgmap v9548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:50:45.212187+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:50:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:50:45.212834+0000 mon.a (mon.0) 2523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:50:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:50:45.217193+0000 mon.a (mon.0) 2524 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:50:48.026 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:47] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:50:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:46.966528+0000 mgr.y (mgr.24491) 10811 : cluster [DBG] pgmap v9549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:46.966528+0000 mgr.y (mgr.24491) 10811 : cluster [DBG] pgmap v9549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:46.966528+0000 mgr.y (mgr.24491) 10811 : cluster [DBG] pgmap v9549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:48.966959+0000 mgr.y (mgr.24491) 10812 : cluster [DBG] pgmap v9550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:48.966959+0000 mgr.y (mgr.24491) 10812 : cluster [DBG] pgmap v9550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:48.966959+0000 mgr.y (mgr.24491) 10812 : cluster [DBG] pgmap v9550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:50:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:50.967619+0000 mgr.y (mgr.24491) 10813 : cluster [DBG] pgmap v9551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:50.967619+0000 mgr.y (mgr.24491) 10813 : cluster [DBG] pgmap v9551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:50.967619+0000 mgr.y (mgr.24491) 10813 : cluster [DBG] pgmap v9551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:52.968055+0000 mgr.y (mgr.24491) 10814 : cluster [DBG] pgmap v9552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:52.968055+0000 mgr.y (mgr.24491) 10814 : cluster [DBG] pgmap v9552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:52.968055+0000 mgr.y (mgr.24491) 10814 : cluster [DBG] pgmap v9552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:54.968921+0000 mgr.y (mgr.24491) 10815 : cluster [DBG] pgmap v9553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:54.968921+0000 mgr.y (mgr.24491) 10815 : cluster [DBG] pgmap v9553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:54.968921+0000 mgr.y (mgr.24491) 10815 : cluster [DBG] pgmap v9553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:58.041 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:50:57] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:50:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:56.969495+0000 mgr.y (mgr.24491) 10816 : cluster [DBG] pgmap v9554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:56.969495+0000 mgr.y (mgr.24491) 10816 : cluster [DBG] pgmap v9554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:50:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:50:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:56.969495+0000 mgr.y (mgr.24491) 10816 : cluster [DBG] pgmap v9554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:50:58.970124+0000 mgr.y (mgr.24491) 10817 : cluster [DBG] pgmap v9555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:50:58.970124+0000 mgr.y (mgr.24491) 10817 : cluster [DBG] pgmap v9555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:50:58.970124+0000 mgr.y (mgr.24491) 10817 : cluster [DBG] pgmap v9555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:51:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:00.971034+0000 mgr.y (mgr.24491) 10818 : cluster [DBG] pgmap v9556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:00.971034+0000 mgr.y (mgr.24491) 10818 : cluster [DBG] pgmap v9556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:00.971034+0000 mgr.y (mgr.24491) 10818 : cluster [DBG] pgmap v9556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:02.971522+0000 mgr.y (mgr.24491) 10819 : cluster [DBG] pgmap v9557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:02.971522+0000 mgr.y (mgr.24491) 10819 : cluster [DBG] pgmap v9557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:02.971522+0000 mgr.y (mgr.24491) 10819 : cluster [DBG] pgmap v9557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:04.972129+0000 mgr.y (mgr.24491) 10820 : cluster [DBG] pgmap v9558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:04.972129+0000 mgr.y (mgr.24491) 10820 : cluster [DBG] pgmap v9558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:04.972129+0000 mgr.y (mgr.24491) 10820 : cluster [DBG] pgmap v9558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:06.972721+0000 mgr.y (mgr.24491) 10821 : cluster [DBG] pgmap v9559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:06.972721+0000 mgr.y (mgr.24491) 10821 : cluster [DBG] pgmap v9559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:06.972721+0000 mgr.y (mgr.24491) 10821 : cluster [DBG] pgmap v9559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:51:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:51:08.764 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:51:08.764 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 84s ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:51:08.764 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 84s ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:51:08.764 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 84s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:51:08.765 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 84s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:51:08.765 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 84s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:51:08.765 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 84s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:51:08.765 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 84s ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:51:08.765 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 84s ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:51:08.765 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 84s ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:51:08.765 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 84s ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:51:08.765 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 84s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:51:08.765 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 84s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:51:08.765 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 84s ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:51:08.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 84s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:51:08.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 84s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:51:08.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 84s ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:51:08.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 84s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:51:08.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 84s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:51:08.766 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 84s ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:51:08.766 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 84s ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:51:09.098 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:51:09.098 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:51:09.098 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:51:09.098 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:51:09.098 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:51:09.098 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:51:09.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:51:09.099 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:51:09.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:51:09.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:51:09.099 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:51:09.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:51:09.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:51:09.099 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:51:09.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:51:09.099 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:51:09.099 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:51:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:51:08.477158+0000 mgr.y (mgr.24491) 10822 : audit [DBG] from='client.25971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:51:08.758312+0000 mgr.y (mgr.24491) 10823 : audit [DBG] from='client.25977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:08.973139+0000 mgr.y (mgr.24491) 10824 : cluster [DBG] pgmap v9560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:51:09.099933+0000 mon.c (mon.2) 359 : audit [DBG] from='client.? 172.21.15.177:0/2031408982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:51:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:51:08.477158+0000 mgr.y (mgr.24491) 10822 : audit [DBG] from='client.25971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:51:08.758312+0000 mgr.y (mgr.24491) 10823 : audit [DBG] from='client.25977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:10.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:08.973139+0000 mgr.y (mgr.24491) 10824 : cluster [DBG] pgmap v9560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:10.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:51:09.099933+0000 mon.c (mon.2) 359 : audit [DBG] from='client.? 172.21.15.177:0/2031408982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:51:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:51:08.477158+0000 mgr.y (mgr.24491) 10822 : audit [DBG] from='client.25971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:51:08.758312+0000 mgr.y (mgr.24491) 10823 : audit [DBG] from='client.25977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:08.973139+0000 mgr.y (mgr.24491) 10824 : cluster [DBG] pgmap v9560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:51:09.099933+0000 mon.c (mon.2) 359 : audit [DBG] from='client.? 172.21.15.177:0/2031408982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:51:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:51:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:10.973870+0000 mgr.y (mgr.24491) 10825 : cluster [DBG] pgmap v9561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:10.973870+0000 mgr.y (mgr.24491) 10825 : cluster [DBG] pgmap v9561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:10.973870+0000 mgr.y (mgr.24491) 10825 : cluster [DBG] pgmap v9561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:12.974427+0000 mgr.y (mgr.24491) 10826 : cluster [DBG] pgmap v9562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:12.974427+0000 mgr.y (mgr.24491) 10826 : cluster [DBG] pgmap v9562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:12.974427+0000 mgr.y (mgr.24491) 10826 : cluster [DBG] pgmap v9562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:14.975069+0000 mgr.y (mgr.24491) 10827 : cluster [DBG] pgmap v9563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:14.975069+0000 mgr.y (mgr.24491) 10827 : cluster [DBG] pgmap v9563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:14.975069+0000 mgr.y (mgr.24491) 10827 : cluster [DBG] pgmap v9563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:18.038 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:17] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T08:51:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:16.975487+0000 mgr.y (mgr.24491) 10828 : cluster [DBG] pgmap v9564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:16.975487+0000 mgr.y (mgr.24491) 10828 : cluster [DBG] pgmap v9564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:16.975487+0000 mgr.y (mgr.24491) 10828 : cluster [DBG] pgmap v9564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:18.976081+0000 mgr.y (mgr.24491) 10829 : cluster [DBG] pgmap v9565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:18.976081+0000 mgr.y (mgr.24491) 10829 : cluster [DBG] pgmap v9565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:18.976081+0000 mgr.y (mgr.24491) 10829 : cluster [DBG] pgmap v9565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:51:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:20.976907+0000 mgr.y (mgr.24491) 10830 : cluster [DBG] pgmap v9566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:20.976907+0000 mgr.y (mgr.24491) 10830 : cluster [DBG] pgmap v9566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:20.976907+0000 mgr.y (mgr.24491) 10830 : cluster [DBG] pgmap v9566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:22.977479+0000 mgr.y (mgr.24491) 10831 : cluster [DBG] pgmap v9567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:22.977479+0000 mgr.y (mgr.24491) 10831 : cluster [DBG] pgmap v9567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:22.977479+0000 mgr.y (mgr.24491) 10831 : cluster [DBG] pgmap v9567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:24.978323+0000 mgr.y (mgr.24491) 10832 : cluster [DBG] pgmap v9568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:24.978323+0000 mgr.y (mgr.24491) 10832 : cluster [DBG] pgmap v9568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:24.978323+0000 mgr.y (mgr.24491) 10832 : cluster [DBG] pgmap v9568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:28.053 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:27] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T08:51:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:26.978756+0000 mgr.y (mgr.24491) 10833 : cluster [DBG] pgmap v9569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:26.978756+0000 mgr.y (mgr.24491) 10833 : cluster [DBG] pgmap v9569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:26.978756+0000 mgr.y (mgr.24491) 10833 : cluster [DBG] pgmap v9569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:28.979193+0000 mgr.y (mgr.24491) 10834 : cluster [DBG] pgmap v9570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:28.979193+0000 mgr.y (mgr.24491) 10834 : cluster [DBG] pgmap v9570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:28.979193+0000 mgr.y (mgr.24491) 10834 : cluster [DBG] pgmap v9570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:51:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:30.980002+0000 mgr.y (mgr.24491) 10835 : cluster [DBG] pgmap v9571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:30.980002+0000 mgr.y (mgr.24491) 10835 : cluster [DBG] pgmap v9571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:30.980002+0000 mgr.y (mgr.24491) 10835 : cluster [DBG] pgmap v9571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:32.980386+0000 mgr.y (mgr.24491) 10836 : cluster [DBG] pgmap v9572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:32.980386+0000 mgr.y (mgr.24491) 10836 : cluster [DBG] pgmap v9572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:32.980386+0000 mgr.y (mgr.24491) 10836 : cluster [DBG] pgmap v9572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:34.981218+0000 mgr.y (mgr.24491) 10837 : cluster [DBG] pgmap v9573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:34.981218+0000 mgr.y (mgr.24491) 10837 : cluster [DBG] pgmap v9573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:34.981218+0000 mgr.y (mgr.24491) 10837 : cluster [DBG] pgmap v9573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:38.069 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:37] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:51:38.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:36.981798+0000 mgr.y (mgr.24491) 10838 : cluster [DBG] pgmap v9574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:36.981798+0000 mgr.y (mgr.24491) 10838 : cluster [DBG] pgmap v9574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:36.981798+0000 mgr.y (mgr.24491) 10838 : cluster [DBG] pgmap v9574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:39.409 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:51:39.687 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:51:39.687 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 115s ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:51:39.687 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 115s ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:51:39.687 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 115s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:51:39.687 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 115s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:51:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 115s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:51:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 115s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:51:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 115s ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:51:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 115s ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:51:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 115s ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:51:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 115s ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:51:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 115s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:51:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 115s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:51:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 115s ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:51:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 115s ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:51:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 115s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:51:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 115s ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:51:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 115s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:51:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 115s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:51:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 115s ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:51:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 115s ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:51:40.020 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:51:40.020 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:51:40.020 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:51:40.020 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:51:40.020 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:51:40.020 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:51:40.021 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:51:40.021 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:51:40.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:51:40.021 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:51:40.021 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:51:40.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:51:40.021 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:51:40.021 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:51:40.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:51:40.021 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:51:40.021 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:51:40.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:38.982282+0000 mgr.y (mgr.24491) 10839 : cluster [DBG] pgmap v9575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:40.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:51:40.021952+0000 mon.c (mon.2) 360 : audit [DBG] from='client.? 172.21.15.177:0/962794427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:51:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:38.982282+0000 mgr.y (mgr.24491) 10839 : cluster [DBG] pgmap v9575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:51:40.021952+0000 mon.c (mon.2) 360 : audit [DBG] from='client.? 172.21.15.177:0/962794427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:51:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:38.982282+0000 mgr.y (mgr.24491) 10839 : cluster [DBG] pgmap v9575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:51:40.021952+0000 mon.c (mon.2) 360 : audit [DBG] from='client.? 172.21.15.177:0/962794427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:51:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:51:39.399722+0000 mgr.y (mgr.24491) 10840 : audit [DBG] from='client.35897 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:51:39.681362+0000 mgr.y (mgr.24491) 10841 : audit [DBG] from='client.25995 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:51:39.399722+0000 mgr.y (mgr.24491) 10840 : audit [DBG] from='client.35897 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:51:39.681362+0000 mgr.y (mgr.24491) 10841 : audit [DBG] from='client.25995 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:51:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:51:39.399722+0000 mgr.y (mgr.24491) 10840 : audit [DBG] from='client.35897 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:51:39.681362+0000 mgr.y (mgr.24491) 10841 : audit [DBG] from='client.25995 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:51:42.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:40.983025+0000 mgr.y (mgr.24491) 10842 : cluster [DBG] pgmap v9576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:42.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:40.983025+0000 mgr.y (mgr.24491) 10842 : cluster [DBG] pgmap v9576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:40.983025+0000 mgr.y (mgr.24491) 10842 : cluster [DBG] pgmap v9576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:42.983435+0000 mgr.y (mgr.24491) 10843 : cluster [DBG] pgmap v9577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:42.983435+0000 mgr.y (mgr.24491) 10843 : cluster [DBG] pgmap v9577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:42.983435+0000 mgr.y (mgr.24491) 10843 : cluster [DBG] pgmap v9577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:44.984266+0000 mgr.y (mgr.24491) 10844 : cluster [DBG] pgmap v9578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:51:45.222066+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:51:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:51:45.513547+0000 mon.a (mon.0) 2526 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:51:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:51:45.514175+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:51:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:51:45.518467+0000 mon.a (mon.0) 2528 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:51:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:44.984266+0000 mgr.y (mgr.24491) 10844 : cluster [DBG] pgmap v9578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:46.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:51:45.222066+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:51:46.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:51:45.513547+0000 mon.a (mon.0) 2526 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:51:46.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:51:45.514175+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:51:46.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:51:45.518467+0000 mon.a (mon.0) 2528 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:51:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:44.984266+0000 mgr.y (mgr.24491) 10844 : cluster [DBG] pgmap v9578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:51:45.222066+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:51:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:51:45.513547+0000 mon.a (mon.0) 2526 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:51:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:51:45.514175+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:51:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:51:45.518467+0000 mon.a (mon.0) 2528 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:51:48.088 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:47] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:51:48.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:46.984747+0000 mgr.y (mgr.24491) 10845 : cluster [DBG] pgmap v9579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:46.984747+0000 mgr.y (mgr.24491) 10845 : cluster [DBG] pgmap v9579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:46.984747+0000 mgr.y (mgr.24491) 10845 : cluster [DBG] pgmap v9579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:48.985192+0000 mgr.y (mgr.24491) 10846 : cluster [DBG] pgmap v9580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:48.985192+0000 mgr.y (mgr.24491) 10846 : cluster [DBG] pgmap v9580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:48.985192+0000 mgr.y (mgr.24491) 10846 : cluster [DBG] pgmap v9580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:51:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:50.985862+0000 mgr.y (mgr.24491) 10847 : cluster [DBG] pgmap v9581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:50.985862+0000 mgr.y (mgr.24491) 10847 : cluster [DBG] pgmap v9581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:50.985862+0000 mgr.y (mgr.24491) 10847 : cluster [DBG] pgmap v9581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:52.986370+0000 mgr.y (mgr.24491) 10848 : cluster [DBG] pgmap v9582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:52.986370+0000 mgr.y (mgr.24491) 10848 : cluster [DBG] pgmap v9582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:52.986370+0000 mgr.y (mgr.24491) 10848 : cluster [DBG] pgmap v9582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:54.987139+0000 mgr.y (mgr.24491) 10849 : cluster [DBG] pgmap v9583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:54.987139+0000 mgr.y (mgr.24491) 10849 : cluster [DBG] pgmap v9583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:54.987139+0000 mgr.y (mgr.24491) 10849 : cluster [DBG] pgmap v9583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:51:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:56.987519+0000 mgr.y (mgr.24491) 10850 : cluster [DBG] pgmap v9584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:56.987519+0000 mgr.y (mgr.24491) 10850 : cluster [DBG] pgmap v9584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:56.987519+0000 mgr.y (mgr.24491) 10850 : cluster [DBG] pgmap v9584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:51:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:51:57] "GET /metrics HTTP/1.1" 200 188363 "" "Prometheus/2.33.4" 2024-04-20T08:52:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:51:58.987910+0000 mgr.y (mgr.24491) 10851 : cluster [DBG] pgmap v9585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:51:58.987910+0000 mgr.y (mgr.24491) 10851 : cluster [DBG] pgmap v9585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:51:58.987910+0000 mgr.y (mgr.24491) 10851 : cluster [DBG] pgmap v9585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:52:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:00.988537+0000 mgr.y (mgr.24491) 10852 : cluster [DBG] pgmap v9586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:00.988537+0000 mgr.y (mgr.24491) 10852 : cluster [DBG] pgmap v9586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:00.988537+0000 mgr.y (mgr.24491) 10852 : cluster [DBG] pgmap v9586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:02.989144+0000 mgr.y (mgr.24491) 10853 : cluster [DBG] pgmap v9587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:02.989144+0000 mgr.y (mgr.24491) 10853 : cluster [DBG] pgmap v9587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:02.989144+0000 mgr.y (mgr.24491) 10853 : cluster [DBG] pgmap v9587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:04.989727+0000 mgr.y (mgr.24491) 10854 : cluster [DBG] pgmap v9588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:04.989727+0000 mgr.y (mgr.24491) 10854 : cluster [DBG] pgmap v9588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:04.989727+0000 mgr.y (mgr.24491) 10854 : cluster [DBG] pgmap v9588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:06.990296+0000 mgr.y (mgr.24491) 10855 : cluster [DBG] pgmap v9589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:07.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:06.990296+0000 mgr.y (mgr.24491) 10855 : cluster [DBG] pgmap v9589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:06.990296+0000 mgr.y (mgr.24491) 10855 : cluster [DBG] pgmap v9589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:07] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:52:10.332 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:52:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:08.990872+0000 mgr.y (mgr.24491) 10856 : cluster [DBG] pgmap v9590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:10.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:08.990872+0000 mgr.y (mgr.24491) 10856 : cluster [DBG] pgmap v9590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:08.990872+0000 mgr.y (mgr.24491) 10856 : cluster [DBG] pgmap v9590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:10.606 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:52:10.606 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:52:10.606 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:52:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 2m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:52:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 2m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:52:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:52:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:52:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:52:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:52:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:52:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:52:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:52:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:52:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:52:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:52:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:52:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:52:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:52:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 2m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:52:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 2m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:52:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:52:10.941 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:52:10.941 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:52:10.941 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:52:10.941 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:52:10.941 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:52:10.942 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:52:10.942 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:52:10.942 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:52:10.942 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:52:10.942 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:52:10.942 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:52:10.942 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:52:10.942 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:52:10.942 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:52:10.942 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:52:10.942 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:52:10.943 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:52:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:52:10.942634+0000 mon.a (mon.0) 2529 : audit [DBG] from='client.? 172.21.15.177:0/2699823597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:52:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:52:10.942634+0000 mon.a (mon.0) 2529 : audit [DBG] from='client.? 172.21.15.177:0/2699823597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:52:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:52:10.942634+0000 mon.a (mon.0) 2529 : audit [DBG] from='client.? 172.21.15.177:0/2699823597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:52:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:52:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:52:10.322032+0000 mgr.y (mgr.24491) 10857 : audit [DBG] from='client.35915 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:52:10.600561+0000 mgr.y (mgr.24491) 10858 : audit [DBG] from='client.26013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:10.991644+0000 mgr.y (mgr.24491) 10859 : cluster [DBG] pgmap v9591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:52:10.322032+0000 mgr.y (mgr.24491) 10857 : audit [DBG] from='client.35915 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:52:10.600561+0000 mgr.y (mgr.24491) 10858 : audit [DBG] from='client.26013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:10.991644+0000 mgr.y (mgr.24491) 10859 : cluster [DBG] pgmap v9591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:52:10.322032+0000 mgr.y (mgr.24491) 10857 : audit [DBG] from='client.35915 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:52:10.600561+0000 mgr.y (mgr.24491) 10858 : audit [DBG] from='client.26013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:10.991644+0000 mgr.y (mgr.24491) 10859 : cluster [DBG] pgmap v9591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:12.992227+0000 mgr.y (mgr.24491) 10860 : cluster [DBG] pgmap v9592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:12.992227+0000 mgr.y (mgr.24491) 10860 : cluster [DBG] pgmap v9592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:12.992227+0000 mgr.y (mgr.24491) 10860 : cluster [DBG] pgmap v9592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:14.992917+0000 mgr.y (mgr.24491) 10861 : cluster [DBG] pgmap v9593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:14.992917+0000 mgr.y (mgr.24491) 10861 : cluster [DBG] pgmap v9593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:14.992917+0000 mgr.y (mgr.24491) 10861 : cluster [DBG] pgmap v9593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:18.061 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:17] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:52:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:16.993381+0000 mgr.y (mgr.24491) 10862 : cluster [DBG] pgmap v9594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:16.993381+0000 mgr.y (mgr.24491) 10862 : cluster [DBG] pgmap v9594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:16.993381+0000 mgr.y (mgr.24491) 10862 : cluster [DBG] pgmap v9594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:18.993827+0000 mgr.y (mgr.24491) 10863 : cluster [DBG] pgmap v9595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:18.993827+0000 mgr.y (mgr.24491) 10863 : cluster [DBG] pgmap v9595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:18.993827+0000 mgr.y (mgr.24491) 10863 : cluster [DBG] pgmap v9595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:52:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:20.994489+0000 mgr.y (mgr.24491) 10864 : cluster [DBG] pgmap v9596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:20.994489+0000 mgr.y (mgr.24491) 10864 : cluster [DBG] pgmap v9596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:20.994489+0000 mgr.y (mgr.24491) 10864 : cluster [DBG] pgmap v9596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:22.995055+0000 mgr.y (mgr.24491) 10865 : cluster [DBG] pgmap v9597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:22.995055+0000 mgr.y (mgr.24491) 10865 : cluster [DBG] pgmap v9597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:22.995055+0000 mgr.y (mgr.24491) 10865 : cluster [DBG] pgmap v9597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:24.995733+0000 mgr.y (mgr.24491) 10866 : cluster [DBG] pgmap v9598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:24.995733+0000 mgr.y (mgr.24491) 10866 : cluster [DBG] pgmap v9598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:24.995733+0000 mgr.y (mgr.24491) 10866 : cluster [DBG] pgmap v9598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:28.076 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:27] "GET /metrics HTTP/1.1" 200 188361 "" "Prometheus/2.33.4" 2024-04-20T08:52:28.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:26.996302+0000 mgr.y (mgr.24491) 10867 : cluster [DBG] pgmap v9599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:26.996302+0000 mgr.y (mgr.24491) 10867 : cluster [DBG] pgmap v9599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:26.996302+0000 mgr.y (mgr.24491) 10867 : cluster [DBG] pgmap v9599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:28.996881+0000 mgr.y (mgr.24491) 10868 : cluster [DBG] pgmap v9600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:28.996881+0000 mgr.y (mgr.24491) 10868 : cluster [DBG] pgmap v9600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:28.996881+0000 mgr.y (mgr.24491) 10868 : cluster [DBG] pgmap v9600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:52:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:30.997716+0000 mgr.y (mgr.24491) 10869 : cluster [DBG] pgmap v9601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:30.997716+0000 mgr.y (mgr.24491) 10869 : cluster [DBG] pgmap v9601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:30.997716+0000 mgr.y (mgr.24491) 10869 : cluster [DBG] pgmap v9601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:32.998269+0000 mgr.y (mgr.24491) 10870 : cluster [DBG] pgmap v9602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:32.998269+0000 mgr.y (mgr.24491) 10870 : cluster [DBG] pgmap v9602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:32.998269+0000 mgr.y (mgr.24491) 10870 : cluster [DBG] pgmap v9602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:34.998855+0000 mgr.y (mgr.24491) 10871 : cluster [DBG] pgmap v9603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:34.998855+0000 mgr.y (mgr.24491) 10871 : cluster [DBG] pgmap v9603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:34.998855+0000 mgr.y (mgr.24491) 10871 : cluster [DBG] pgmap v9603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:38.092 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:37] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:52:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:36.999247+0000 mgr.y (mgr.24491) 10872 : cluster [DBG] pgmap v9604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:36.999247+0000 mgr.y (mgr.24491) 10872 : cluster [DBG] pgmap v9604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:36.999247+0000 mgr.y (mgr.24491) 10872 : cluster [DBG] pgmap v9604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:38.999596+0000 mgr.y (mgr.24491) 10873 : cluster [DBG] pgmap v9605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:38.999596+0000 mgr.y (mgr.24491) 10873 : cluster [DBG] pgmap v9605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:38.999596+0000 mgr.y (mgr.24491) 10873 : cluster [DBG] pgmap v9605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:41.251 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:52:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:52:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:52:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:52:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:52:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 2m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:52:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 2m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:52:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:52:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:52:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:52:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:52:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:52:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:52:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:52:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:52:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:52:41.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:52:41.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:52:41.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:52:41.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:52:41.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 2m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:52:41.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 2m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:52:41.527 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:52:41.858 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:52:41.859 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:52:41.859 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:52:41.859 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:52:41.859 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:52:41.859 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:52:41.859 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:52:41.859 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:52:41.859 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:52:41.859 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:52:41.859 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:52:41.860 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:52:41.860 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:52:41.860 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:52:41.860 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:52:41.860 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:52:41.860 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:52:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:41.000262+0000 mgr.y (mgr.24491) 10874 : cluster [DBG] pgmap v9606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:52:41.860508+0000 mon.a (mon.0) 2530 : audit [DBG] from='client.? 172.21.15.177:0/2319070604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:52:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:41.000262+0000 mgr.y (mgr.24491) 10874 : cluster [DBG] pgmap v9606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:52:41.860508+0000 mon.a (mon.0) 2530 : audit [DBG] from='client.? 172.21.15.177:0/2319070604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:52:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:41.000262+0000 mgr.y (mgr.24491) 10874 : cluster [DBG] pgmap v9606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:52:41.860508+0000 mon.a (mon.0) 2530 : audit [DBG] from='client.? 172.21.15.177:0/2319070604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:52:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:52:41.240913+0000 mgr.y (mgr.24491) 10875 : audit [DBG] from='client.35933 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:52:41.519615+0000 mgr.y (mgr.24491) 10876 : audit [DBG] from='client.35939 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:52:41.240913+0000 mgr.y (mgr.24491) 10875 : audit [DBG] from='client.35933 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:52:41.519615+0000 mgr.y (mgr.24491) 10876 : audit [DBG] from='client.35939 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:52:41.240913+0000 mgr.y (mgr.24491) 10875 : audit [DBG] from='client.35933 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:52:41.519615+0000 mgr.y (mgr.24491) 10876 : audit [DBG] from='client.35939 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:52:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:43.000644+0000 mgr.y (mgr.24491) 10877 : cluster [DBG] pgmap v9607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:43.000644+0000 mgr.y (mgr.24491) 10877 : cluster [DBG] pgmap v9607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:43.000644+0000 mgr.y (mgr.24491) 10877 : cluster [DBG] pgmap v9607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:45.001384+0000 mgr.y (mgr.24491) 10878 : cluster [DBG] pgmap v9608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:52:45.523532+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:52:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:52:45.765869+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:52:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:52:46.041184+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:52:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:52:46.041827+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:52:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:52:46.047369+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:52:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:45.001384+0000 mgr.y (mgr.24491) 10878 : cluster [DBG] pgmap v9608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:52:45.523532+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:52:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:52:45.765869+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:52:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:52:46.041184+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:52:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:52:46.041827+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:52:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:52:46.047369+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:52:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:45.001384+0000 mgr.y (mgr.24491) 10878 : cluster [DBG] pgmap v9608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:52:45.523532+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:52:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:52:45.765869+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:52:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:52:46.041184+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:52:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:52:46.041827+0000 mon.a (mon.0) 2534 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:52:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:52:46.047369+0000 mon.a (mon.0) 2535 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:52:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:47.001990+0000 mgr.y (mgr.24491) 10879 : cluster [DBG] pgmap v9609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:47.001990+0000 mgr.y (mgr.24491) 10879 : cluster [DBG] pgmap v9609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:47.001990+0000 mgr.y (mgr.24491) 10879 : cluster [DBG] pgmap v9609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:47] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:52:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:49.002527+0000 mgr.y (mgr.24491) 10880 : cluster [DBG] pgmap v9610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:49.002527+0000 mgr.y (mgr.24491) 10880 : cluster [DBG] pgmap v9610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:49.002527+0000 mgr.y (mgr.24491) 10880 : cluster [DBG] pgmap v9610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:52:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:51.003184+0000 mgr.y (mgr.24491) 10881 : cluster [DBG] pgmap v9611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:51.003184+0000 mgr.y (mgr.24491) 10881 : cluster [DBG] pgmap v9611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:51.003184+0000 mgr.y (mgr.24491) 10881 : cluster [DBG] pgmap v9611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:53.003753+0000 mgr.y (mgr.24491) 10882 : cluster [DBG] pgmap v9612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:53.003753+0000 mgr.y (mgr.24491) 10882 : cluster [DBG] pgmap v9612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:53.003753+0000 mgr.y (mgr.24491) 10882 : cluster [DBG] pgmap v9612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:56.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:55.004546+0000 mgr.y (mgr.24491) 10883 : cluster [DBG] pgmap v9613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:55.004546+0000 mgr.y (mgr.24491) 10883 : cluster [DBG] pgmap v9613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:55.004546+0000 mgr.y (mgr.24491) 10883 : cluster [DBG] pgmap v9613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:58.067 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:52:57] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:52:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:57.005076+0000 mgr.y (mgr.24491) 10884 : cluster [DBG] pgmap v9614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:57.005076+0000 mgr.y (mgr.24491) 10884 : cluster [DBG] pgmap v9614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:52:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:52:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:57.005076+0000 mgr.y (mgr.24491) 10884 : cluster [DBG] pgmap v9614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:52:59.005559+0000 mgr.y (mgr.24491) 10885 : cluster [DBG] pgmap v9615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:52:59.005559+0000 mgr.y (mgr.24491) 10885 : cluster [DBG] pgmap v9615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:52:59.005559+0000 mgr.y (mgr.24491) 10885 : cluster [DBG] pgmap v9615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:53:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:01.006267+0000 mgr.y (mgr.24491) 10886 : cluster [DBG] pgmap v9616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:01.006267+0000 mgr.y (mgr.24491) 10886 : cluster [DBG] pgmap v9616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:01.006267+0000 mgr.y (mgr.24491) 10886 : cluster [DBG] pgmap v9616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:03.006683+0000 mgr.y (mgr.24491) 10887 : cluster [DBG] pgmap v9617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:03.006683+0000 mgr.y (mgr.24491) 10887 : cluster [DBG] pgmap v9617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:03.006683+0000 mgr.y (mgr.24491) 10887 : cluster [DBG] pgmap v9617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:05.007343+0000 mgr.y (mgr.24491) 10888 : cluster [DBG] pgmap v9618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:05.007343+0000 mgr.y (mgr.24491) 10888 : cluster [DBG] pgmap v9618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:05.007343+0000 mgr.y (mgr.24491) 10888 : cluster [DBG] pgmap v9618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:08.086 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:07] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T08:53:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:07.007799+0000 mgr.y (mgr.24491) 10889 : cluster [DBG] pgmap v9619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:07.007799+0000 mgr.y (mgr.24491) 10889 : cluster [DBG] pgmap v9619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:07.007799+0000 mgr.y (mgr.24491) 10889 : cluster [DBG] pgmap v9619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:09.008250+0000 mgr.y (mgr.24491) 10890 : cluster [DBG] pgmap v9620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:09.008250+0000 mgr.y (mgr.24491) 10890 : cluster [DBG] pgmap v9620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:09.008250+0000 mgr.y (mgr.24491) 10890 : cluster [DBG] pgmap v9620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:53:12.171 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:53:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:11.008874+0000 mgr.y (mgr.24491) 10891 : cluster [DBG] pgmap v9621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:11.008874+0000 mgr.y (mgr.24491) 10891 : cluster [DBG] pgmap v9621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:12.448 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:53:12.448 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:53:12.448 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:53:12.449 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:53:12.449 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:53:12.449 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:53:12.449 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:53:12.449 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:53:12.449 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:53:12.449 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:53:12.449 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:53:12.449 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 3m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:53:12.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:53:12.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:53:12.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:53:12.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:53:12.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:53:12.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:53:12.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:53:12.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:53:12.450 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:53:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:11.008874+0000 mgr.y (mgr.24491) 10891 : cluster [DBG] pgmap v9621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:12.789 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:53:12.790 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:53:12.790 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:53:12.790 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:53:12.790 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:53:12.790 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:53:12.790 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:53:12.790 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:53:12.790 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:53:12.791 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:53:12.791 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:53:12.791 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:53:12.791 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:53:12.791 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:53:12.791 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:53:12.791 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:53:12.791 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:53:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:53:12.791713+0000 mon.a (mon.0) 2536 : audit [DBG] from='client.? 172.21.15.177:0/1274385107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:53:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:53:12.791713+0000 mon.a (mon.0) 2536 : audit [DBG] from='client.? 172.21.15.177:0/1274385107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:53:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:53:12.791713+0000 mon.a (mon.0) 2536 : audit [DBG] from='client.? 172.21.15.177:0/1274385107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:53:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:53:12.160735+0000 mgr.y (mgr.24491) 10892 : audit [DBG] from='client.35951 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:53:12.442548+0000 mgr.y (mgr.24491) 10893 : audit [DBG] from='client.35957 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:13.009308+0000 mgr.y (mgr.24491) 10894 : cluster [DBG] pgmap v9622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:53:12.160735+0000 mgr.y (mgr.24491) 10892 : audit [DBG] from='client.35951 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:53:12.442548+0000 mgr.y (mgr.24491) 10893 : audit [DBG] from='client.35957 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:13.009308+0000 mgr.y (mgr.24491) 10894 : cluster [DBG] pgmap v9622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:53:12.160735+0000 mgr.y (mgr.24491) 10892 : audit [DBG] from='client.35951 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:53:12.442548+0000 mgr.y (mgr.24491) 10893 : audit [DBG] from='client.35957 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:13.009308+0000 mgr.y (mgr.24491) 10894 : cluster [DBG] pgmap v9622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:15.010079+0000 mgr.y (mgr.24491) 10895 : cluster [DBG] pgmap v9623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:15.010079+0000 mgr.y (mgr.24491) 10895 : cluster [DBG] pgmap v9623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:15.010079+0000 mgr.y (mgr.24491) 10895 : cluster [DBG] pgmap v9623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:18.106 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:17] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:53:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:17.010452+0000 mgr.y (mgr.24491) 10896 : cluster [DBG] pgmap v9624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:17.010452+0000 mgr.y (mgr.24491) 10896 : cluster [DBG] pgmap v9624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:17.010452+0000 mgr.y (mgr.24491) 10896 : cluster [DBG] pgmap v9624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:19.010837+0000 mgr.y (mgr.24491) 10897 : cluster [DBG] pgmap v9625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:19.010837+0000 mgr.y (mgr.24491) 10897 : cluster [DBG] pgmap v9625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:19.010837+0000 mgr.y (mgr.24491) 10897 : cluster [DBG] pgmap v9625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:53:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:21.011405+0000 mgr.y (mgr.24491) 10898 : cluster [DBG] pgmap v9626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:21.011405+0000 mgr.y (mgr.24491) 10898 : cluster [DBG] pgmap v9626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:21.011405+0000 mgr.y (mgr.24491) 10898 : cluster [DBG] pgmap v9626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:23.011809+0000 mgr.y (mgr.24491) 10899 : cluster [DBG] pgmap v9627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:23.011809+0000 mgr.y (mgr.24491) 10899 : cluster [DBG] pgmap v9627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:23.011809+0000 mgr.y (mgr.24491) 10899 : cluster [DBG] pgmap v9627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:25.012436+0000 mgr.y (mgr.24491) 10900 : cluster [DBG] pgmap v9628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:25.012436+0000 mgr.y (mgr.24491) 10900 : cluster [DBG] pgmap v9628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:25.012436+0000 mgr.y (mgr.24491) 10900 : cluster [DBG] pgmap v9628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:28.064 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:27] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:53:28.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:27.012797+0000 mgr.y (mgr.24491) 10901 : cluster [DBG] pgmap v9629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:27.012797+0000 mgr.y (mgr.24491) 10901 : cluster [DBG] pgmap v9629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:27.012797+0000 mgr.y (mgr.24491) 10901 : cluster [DBG] pgmap v9629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:29.013271+0000 mgr.y (mgr.24491) 10902 : cluster [DBG] pgmap v9630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:29.013271+0000 mgr.y (mgr.24491) 10902 : cluster [DBG] pgmap v9630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:29.013271+0000 mgr.y (mgr.24491) 10902 : cluster [DBG] pgmap v9630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:53:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:31.014014+0000 mgr.y (mgr.24491) 10903 : cluster [DBG] pgmap v9631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:31.014014+0000 mgr.y (mgr.24491) 10903 : cluster [DBG] pgmap v9631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:31.014014+0000 mgr.y (mgr.24491) 10903 : cluster [DBG] pgmap v9631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:34.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:33.014520+0000 mgr.y (mgr.24491) 10904 : cluster [DBG] pgmap v9632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:33.014520+0000 mgr.y (mgr.24491) 10904 : cluster [DBG] pgmap v9632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:33.014520+0000 mgr.y (mgr.24491) 10904 : cluster [DBG] pgmap v9632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:36.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:35.015120+0000 mgr.y (mgr.24491) 10905 : cluster [DBG] pgmap v9633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:35.015120+0000 mgr.y (mgr.24491) 10905 : cluster [DBG] pgmap v9633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:35.015120+0000 mgr.y (mgr.24491) 10905 : cluster [DBG] pgmap v9633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:38.080 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:37] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:53:38.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:37.015672+0000 mgr.y (mgr.24491) 10906 : cluster [DBG] pgmap v9634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:37.015672+0000 mgr.y (mgr.24491) 10906 : cluster [DBG] pgmap v9634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:37.015672+0000 mgr.y (mgr.24491) 10906 : cluster [DBG] pgmap v9634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:39.016137+0000 mgr.y (mgr.24491) 10907 : cluster [DBG] pgmap v9635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:39.016137+0000 mgr.y (mgr.24491) 10907 : cluster [DBG] pgmap v9635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:39.016137+0000 mgr.y (mgr.24491) 10907 : cluster [DBG] pgmap v9635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:53:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:41.016908+0000 mgr.y (mgr.24491) 10908 : cluster [DBG] pgmap v9636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:41.016908+0000 mgr.y (mgr.24491) 10908 : cluster [DBG] pgmap v9636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:41.016908+0000 mgr.y (mgr.24491) 10908 : cluster [DBG] pgmap v9636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:43.106 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:53:43.400 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 3m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:53:43.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:53:43.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:53:43.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:53:43.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:53:43.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:53:43.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:53:43.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:53:43.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:53:43.401 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:53:43.735 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:53:43.735 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:53:43.735 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:53:43.735 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:53:43.735 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:53:43.735 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:53:43.735 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:53:43.735 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:53:43.735 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:53:43.735 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:53:43.735 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:53:43.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:53:43.736 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:53:43.736 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:53:43.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:53:43.736 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:53:43.736 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:53:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:43.017275+0000 mgr.y (mgr.24491) 10909 : cluster [DBG] pgmap v9637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:53:43.088837+0000 mgr.y (mgr.24491) 10910 : audit [DBG] from='client.35969 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:53:43.736998+0000 mon.c (mon.2) 361 : audit [DBG] from='client.? 172.21.15.177:0/1058595776' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:53:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:43.017275+0000 mgr.y (mgr.24491) 10909 : cluster [DBG] pgmap v9637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:53:43.088837+0000 mgr.y (mgr.24491) 10910 : audit [DBG] from='client.35969 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:53:43.736998+0000 mon.c (mon.2) 361 : audit [DBG] from='client.? 172.21.15.177:0/1058595776' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:53:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:43.017275+0000 mgr.y (mgr.24491) 10909 : cluster [DBG] pgmap v9637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:53:43.088837+0000 mgr.y (mgr.24491) 10910 : audit [DBG] from='client.35969 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:53:43.736998+0000 mon.c (mon.2) 361 : audit [DBG] from='client.? 172.21.15.177:0/1058595776' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:53:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:53:43.394052+0000 mgr.y (mgr.24491) 10911 : audit [DBG] from='client.26067 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:53:43.394052+0000 mgr.y (mgr.24491) 10911 : audit [DBG] from='client.26067 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:53:43.394052+0000 mgr.y (mgr.24491) 10911 : audit [DBG] from='client.26067 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:53:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:45.017890+0000 mgr.y (mgr.24491) 10912 : cluster [DBG] pgmap v9638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:53:46.051603+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:53:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:45.017890+0000 mgr.y (mgr.24491) 10912 : cluster [DBG] pgmap v9638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:53:46.051603+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:53:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:45.017890+0000 mgr.y (mgr.24491) 10912 : cluster [DBG] pgmap v9638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:53:46.051603+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:53:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:53:46.296805+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:53:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:53:46.575128+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:53:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:53:46.575722+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:53:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:53:46.582262+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:53:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:47.018362+0000 mgr.y (mgr.24491) 10913 : cluster [DBG] pgmap v9639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:53:46.296805+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:53:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:53:46.575128+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:53:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:53:46.575722+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:53:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:53:46.582262+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:53:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:47.018362+0000 mgr.y (mgr.24491) 10913 : cluster [DBG] pgmap v9639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:53:46.296805+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:53:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:53:46.575128+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:53:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:53:46.575722+0000 mon.a (mon.0) 2540 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:53:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:53:46.582262+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:53:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:47.018362+0000 mgr.y (mgr.24491) 10913 : cluster [DBG] pgmap v9639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:47] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:53:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:49.018782+0000 mgr.y (mgr.24491) 10914 : cluster [DBG] pgmap v9640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:49.018782+0000 mgr.y (mgr.24491) 10914 : cluster [DBG] pgmap v9640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:49.018782+0000 mgr.y (mgr.24491) 10914 : cluster [DBG] pgmap v9640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:53:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:51.019431+0000 mgr.y (mgr.24491) 10915 : cluster [DBG] pgmap v9641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:51.019431+0000 mgr.y (mgr.24491) 10915 : cluster [DBG] pgmap v9641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:51.019431+0000 mgr.y (mgr.24491) 10915 : cluster [DBG] pgmap v9641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:53.020017+0000 mgr.y (mgr.24491) 10916 : cluster [DBG] pgmap v9642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:53.020017+0000 mgr.y (mgr.24491) 10916 : cluster [DBG] pgmap v9642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:53.020017+0000 mgr.y (mgr.24491) 10916 : cluster [DBG] pgmap v9642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:55.020627+0000 mgr.y (mgr.24491) 10917 : cluster [DBG] pgmap v9643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:55.020627+0000 mgr.y (mgr.24491) 10917 : cluster [DBG] pgmap v9643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:55.020627+0000 mgr.y (mgr.24491) 10917 : cluster [DBG] pgmap v9643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:58.083 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:53:57] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:53:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:57.021225+0000 mgr.y (mgr.24491) 10918 : cluster [DBG] pgmap v9644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:57.021225+0000 mgr.y (mgr.24491) 10918 : cluster [DBG] pgmap v9644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:53:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:53:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:57.021225+0000 mgr.y (mgr.24491) 10918 : cluster [DBG] pgmap v9644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:53:59.021735+0000 mgr.y (mgr.24491) 10919 : cluster [DBG] pgmap v9645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:53:59.021735+0000 mgr.y (mgr.24491) 10919 : cluster [DBG] pgmap v9645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:53:59.021735+0000 mgr.y (mgr.24491) 10919 : cluster [DBG] pgmap v9645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:54:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:01.022441+0000 mgr.y (mgr.24491) 10920 : cluster [DBG] pgmap v9646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:01.022441+0000 mgr.y (mgr.24491) 10920 : cluster [DBG] pgmap v9646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:01.022441+0000 mgr.y (mgr.24491) 10920 : cluster [DBG] pgmap v9646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:03.022862+0000 mgr.y (mgr.24491) 10921 : cluster [DBG] pgmap v9647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:03.022862+0000 mgr.y (mgr.24491) 10921 : cluster [DBG] pgmap v9647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:03.022862+0000 mgr.y (mgr.24491) 10921 : cluster [DBG] pgmap v9647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:05.023675+0000 mgr.y (mgr.24491) 10922 : cluster [DBG] pgmap v9648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:05.023675+0000 mgr.y (mgr.24491) 10922 : cluster [DBG] pgmap v9648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:05.023675+0000 mgr.y (mgr.24491) 10922 : cluster [DBG] pgmap v9648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:08.102 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:07] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:54:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:07.024039+0000 mgr.y (mgr.24491) 10923 : cluster [DBG] pgmap v9649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:08.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:07.024039+0000 mgr.y (mgr.24491) 10923 : cluster [DBG] pgmap v9649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:07.024039+0000 mgr.y (mgr.24491) 10923 : cluster [DBG] pgmap v9649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:09.024485+0000 mgr.y (mgr.24491) 10924 : cluster [DBG] pgmap v9650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:09.024485+0000 mgr.y (mgr.24491) 10924 : cluster [DBG] pgmap v9650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:09.024485+0000 mgr.y (mgr.24491) 10924 : cluster [DBG] pgmap v9650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:54:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:11.025322+0000 mgr.y (mgr.24491) 10925 : cluster [DBG] pgmap v9651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:11.025322+0000 mgr.y (mgr.24491) 10925 : cluster [DBG] pgmap v9651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:11.025322+0000 mgr.y (mgr.24491) 10925 : cluster [DBG] pgmap v9651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:14.050 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:54:14.326 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:54:14.326 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 4m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:54:14.326 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 4m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:54:14.326 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 4m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:54:14.326 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 4m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:54:14.326 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:54:14.326 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 4m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:54:14.326 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 4m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:54:14.326 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 4m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 4m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 4m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 4m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 4m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 4m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 4m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 4m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 4m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 4m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:54:14.327 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 4m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:54:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:13.025721+0000 mgr.y (mgr.24491) 10926 : cluster [DBG] pgmap v9652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:13.025721+0000 mgr.y (mgr.24491) 10926 : cluster [DBG] pgmap v9652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:13.025721+0000 mgr.y (mgr.24491) 10926 : cluster [DBG] pgmap v9652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:14.658 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:54:14.659 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:54:14.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:54:14.660 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:54:14.660 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:54:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:54:14.038550+0000 mgr.y (mgr.24491) 10927 : audit [DBG] from='client.26079 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:54:14.660714+0000 mon.c (mon.2) 362 : audit [DBG] from='client.? 172.21.15.177:0/1661807513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:54:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:54:14.038550+0000 mgr.y (mgr.24491) 10927 : audit [DBG] from='client.26079 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:54:14.660714+0000 mon.c (mon.2) 362 : audit [DBG] from='client.? 172.21.15.177:0/1661807513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:54:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:54:14.038550+0000 mgr.y (mgr.24491) 10927 : audit [DBG] from='client.26079 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:54:14.660714+0000 mon.c (mon.2) 362 : audit [DBG] from='client.? 172.21.15.177:0/1661807513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:54:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:54:14.320523+0000 mgr.y (mgr.24491) 10928 : audit [DBG] from='client.26085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:15.026555+0000 mgr.y (mgr.24491) 10929 : cluster [DBG] pgmap v9653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:54:14.320523+0000 mgr.y (mgr.24491) 10928 : audit [DBG] from='client.26085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:15.026555+0000 mgr.y (mgr.24491) 10929 : cluster [DBG] pgmap v9653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:54:14.320523+0000 mgr.y (mgr.24491) 10928 : audit [DBG] from='client.26085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:15.026555+0000 mgr.y (mgr.24491) 10929 : cluster [DBG] pgmap v9653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:18.119 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:17] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:54:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:17.026959+0000 mgr.y (mgr.24491) 10930 : cluster [DBG] pgmap v9654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:17.026959+0000 mgr.y (mgr.24491) 10930 : cluster [DBG] pgmap v9654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:17.026959+0000 mgr.y (mgr.24491) 10930 : cluster [DBG] pgmap v9654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:19.027332+0000 mgr.y (mgr.24491) 10931 : cluster [DBG] pgmap v9655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:19.027332+0000 mgr.y (mgr.24491) 10931 : cluster [DBG] pgmap v9655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:19.027332+0000 mgr.y (mgr.24491) 10931 : cluster [DBG] pgmap v9655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:54:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:21.028096+0000 mgr.y (mgr.24491) 10932 : cluster [DBG] pgmap v9656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:21.028096+0000 mgr.y (mgr.24491) 10932 : cluster [DBG] pgmap v9656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:21.028096+0000 mgr.y (mgr.24491) 10932 : cluster [DBG] pgmap v9656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:23.028494+0000 mgr.y (mgr.24491) 10933 : cluster [DBG] pgmap v9657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:23.028494+0000 mgr.y (mgr.24491) 10933 : cluster [DBG] pgmap v9657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:23.028494+0000 mgr.y (mgr.24491) 10933 : cluster [DBG] pgmap v9657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:25.029150+0000 mgr.y (mgr.24491) 10934 : cluster [DBG] pgmap v9658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:25.029150+0000 mgr.y (mgr.24491) 10934 : cluster [DBG] pgmap v9658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:25.029150+0000 mgr.y (mgr.24491) 10934 : cluster [DBG] pgmap v9658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:28.083 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:27] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:54:28.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:27.029689+0000 mgr.y (mgr.24491) 10935 : cluster [DBG] pgmap v9659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:28.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:27.029689+0000 mgr.y (mgr.24491) 10935 : cluster [DBG] pgmap v9659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:27.029689+0000 mgr.y (mgr.24491) 10935 : cluster [DBG] pgmap v9659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:29.030064+0000 mgr.y (mgr.24491) 10936 : cluster [DBG] pgmap v9660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:29.030064+0000 mgr.y (mgr.24491) 10936 : cluster [DBG] pgmap v9660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:29.030064+0000 mgr.y (mgr.24491) 10936 : cluster [DBG] pgmap v9660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:54:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:31.030748+0000 mgr.y (mgr.24491) 10937 : cluster [DBG] pgmap v9661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:31.030748+0000 mgr.y (mgr.24491) 10937 : cluster [DBG] pgmap v9661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:31.030748+0000 mgr.y (mgr.24491) 10937 : cluster [DBG] pgmap v9661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:33.031302+0000 mgr.y (mgr.24491) 10938 : cluster [DBG] pgmap v9662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:33.031302+0000 mgr.y (mgr.24491) 10938 : cluster [DBG] pgmap v9662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:33.031302+0000 mgr.y (mgr.24491) 10938 : cluster [DBG] pgmap v9662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:35.032064+0000 mgr.y (mgr.24491) 10939 : cluster [DBG] pgmap v9663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:35.032064+0000 mgr.y (mgr.24491) 10939 : cluster [DBG] pgmap v9663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:35.032064+0000 mgr.y (mgr.24491) 10939 : cluster [DBG] pgmap v9663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:38.099 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:37] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:54:38.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:37.032410+0000 mgr.y (mgr.24491) 10940 : cluster [DBG] pgmap v9664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:37.032410+0000 mgr.y (mgr.24491) 10940 : cluster [DBG] pgmap v9664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:37.032410+0000 mgr.y (mgr.24491) 10940 : cluster [DBG] pgmap v9664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:39.032921+0000 mgr.y (mgr.24491) 10941 : cluster [DBG] pgmap v9665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:39.032921+0000 mgr.y (mgr.24491) 10941 : cluster [DBG] pgmap v9665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:39.032921+0000 mgr.y (mgr.24491) 10941 : cluster [DBG] pgmap v9665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:54:42.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:41.033599+0000 mgr.y (mgr.24491) 10942 : cluster [DBG] pgmap v9666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:41.033599+0000 mgr.y (mgr.24491) 10942 : cluster [DBG] pgmap v9666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:41.033599+0000 mgr.y (mgr.24491) 10942 : cluster [DBG] pgmap v9666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:43.034104+0000 mgr.y (mgr.24491) 10943 : cluster [DBG] pgmap v9667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:43.034104+0000 mgr.y (mgr.24491) 10943 : cluster [DBG] pgmap v9667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:43.034104+0000 mgr.y (mgr.24491) 10943 : cluster [DBG] pgmap v9667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:44.968 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:54:45.243 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:54:45.243 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 5m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 5m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 5m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 5m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 5m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 5m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:54:45.244 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:54:45.245 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:54:45.245 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:54:45.245 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:54:45.574 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:54:45.574 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:54:45.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:54:45.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:54:45.575 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:54:46.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:54:44.958793+0000 mgr.y (mgr.24491) 10944 : audit [DBG] from='client.26097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:46.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:45.034691+0000 mgr.y (mgr.24491) 10945 : cluster [DBG] pgmap v9668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:54:45.576626+0000 mon.a (mon.0) 2542 : audit [DBG] from='client.? 172.21.15.177:0/3812366305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:54:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:54:44.958793+0000 mgr.y (mgr.24491) 10944 : audit [DBG] from='client.26097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:45.034691+0000 mgr.y (mgr.24491) 10945 : cluster [DBG] pgmap v9668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:54:45.576626+0000 mon.a (mon.0) 2542 : audit [DBG] from='client.? 172.21.15.177:0/3812366305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:54:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:54:44.958793+0000 mgr.y (mgr.24491) 10944 : audit [DBG] from='client.26097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:45.034691+0000 mgr.y (mgr.24491) 10945 : cluster [DBG] pgmap v9668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:54:45.576626+0000 mon.a (mon.0) 2542 : audit [DBG] from='client.? 172.21.15.177:0/3812366305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:54:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:54:45.238320+0000 mgr.y (mgr.24491) 10946 : audit [DBG] from='client.26103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:54:46.586562+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:54:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:54:46.877316+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:54:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:54:46.877935+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:54:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:54:46.881987+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:54:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:54:45.238320+0000 mgr.y (mgr.24491) 10946 : audit [DBG] from='client.26103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:54:46.586562+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:54:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:54:46.877316+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:54:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:54:46.877935+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:54:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:54:46.881987+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:54:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:54:45.238320+0000 mgr.y (mgr.24491) 10946 : audit [DBG] from='client.26103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:54:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:54:46.586562+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:54:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:54:46.877316+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:54:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:54:46.877935+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:54:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:54:46.881987+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:54:48.115 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:47] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:54:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:47.035246+0000 mgr.y (mgr.24491) 10947 : cluster [DBG] pgmap v9669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:47.035246+0000 mgr.y (mgr.24491) 10947 : cluster [DBG] pgmap v9669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:47.035246+0000 mgr.y (mgr.24491) 10947 : cluster [DBG] pgmap v9669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:49.035832+0000 mgr.y (mgr.24491) 10948 : cluster [DBG] pgmap v9670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:49.035832+0000 mgr.y (mgr.24491) 10948 : cluster [DBG] pgmap v9670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:49.035832+0000 mgr.y (mgr.24491) 10948 : cluster [DBG] pgmap v9670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:54:52.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:51.036397+0000 mgr.y (mgr.24491) 10949 : cluster [DBG] pgmap v9671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:51.036397+0000 mgr.y (mgr.24491) 10949 : cluster [DBG] pgmap v9671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:51.036397+0000 mgr.y (mgr.24491) 10949 : cluster [DBG] pgmap v9671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:53.036985+0000 mgr.y (mgr.24491) 10950 : cluster [DBG] pgmap v9672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:53.036985+0000 mgr.y (mgr.24491) 10950 : cluster [DBG] pgmap v9672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:53.036985+0000 mgr.y (mgr.24491) 10950 : cluster [DBG] pgmap v9672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:55.037697+0000 mgr.y (mgr.24491) 10951 : cluster [DBG] pgmap v9673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:55.037697+0000 mgr.y (mgr.24491) 10951 : cluster [DBG] pgmap v9673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:55.037697+0000 mgr.y (mgr.24491) 10951 : cluster [DBG] pgmap v9673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:58.131 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:54:57] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:54:58.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:57.038181+0000 mgr.y (mgr.24491) 10952 : cluster [DBG] pgmap v9674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:57.038181+0000 mgr.y (mgr.24491) 10952 : cluster [DBG] pgmap v9674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:57.038181+0000 mgr.y (mgr.24491) 10952 : cluster [DBG] pgmap v9674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:54:59.038657+0000 mgr.y (mgr.24491) 10953 : cluster [DBG] pgmap v9675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:54:59.038657+0000 mgr.y (mgr.24491) 10953 : cluster [DBG] pgmap v9675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:54:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:54:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:54:59.038657+0000 mgr.y (mgr.24491) 10953 : cluster [DBG] pgmap v9675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:55:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:01.039461+0000 mgr.y (mgr.24491) 10954 : cluster [DBG] pgmap v9676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:01.039461+0000 mgr.y (mgr.24491) 10954 : cluster [DBG] pgmap v9676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:01.039461+0000 mgr.y (mgr.24491) 10954 : cluster [DBG] pgmap v9676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:03.039981+0000 mgr.y (mgr.24491) 10955 : cluster [DBG] pgmap v9677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:03.039981+0000 mgr.y (mgr.24491) 10955 : cluster [DBG] pgmap v9677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:03.039981+0000 mgr.y (mgr.24491) 10955 : cluster [DBG] pgmap v9677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:05.040530+0000 mgr.y (mgr.24491) 10956 : cluster [DBG] pgmap v9678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:05.040530+0000 mgr.y (mgr.24491) 10956 : cluster [DBG] pgmap v9678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:05.040530+0000 mgr.y (mgr.24491) 10956 : cluster [DBG] pgmap v9678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:07.040879+0000 mgr.y (mgr.24491) 10957 : cluster [DBG] pgmap v9679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:07.040879+0000 mgr.y (mgr.24491) 10957 : cluster [DBG] pgmap v9679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:07.040879+0000 mgr.y (mgr.24491) 10957 : cluster [DBG] pgmap v9679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:07] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:55:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:09.041388+0000 mgr.y (mgr.24491) 10958 : cluster [DBG] pgmap v9680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:09.041388+0000 mgr.y (mgr.24491) 10958 : cluster [DBG] pgmap v9680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:09.041388+0000 mgr.y (mgr.24491) 10958 : cluster [DBG] pgmap v9680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:55:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:11.042039+0000 mgr.y (mgr.24491) 10959 : cluster [DBG] pgmap v9681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:11.042039+0000 mgr.y (mgr.24491) 10959 : cluster [DBG] pgmap v9681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:11.042039+0000 mgr.y (mgr.24491) 10959 : cluster [DBG] pgmap v9681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:13.042425+0000 mgr.y (mgr.24491) 10960 : cluster [DBG] pgmap v9682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:13.042425+0000 mgr.y (mgr.24491) 10960 : cluster [DBG] pgmap v9682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:13.042425+0000 mgr.y (mgr.24491) 10960 : cluster [DBG] pgmap v9682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:15.886 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:55:16.162 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:55:16.162 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 5m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:55:16.162 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:55:16.162 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 5m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:55:16.163 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:55:16.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:55:16.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:55:16.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:55:16.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:55:16.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:55:16.163 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 5m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:55:16.163 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:55:16.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:55:16.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 5m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:55:16.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 5m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:55:16.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 5m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:55:16.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:55:16.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:55:16.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:55:16.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:55:16.164 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:55:16.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:15.043303+0000 mgr.y (mgr.24491) 10961 : cluster [DBG] pgmap v9683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:15.043303+0000 mgr.y (mgr.24491) 10961 : cluster [DBG] pgmap v9683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:16.494 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:55:16.494 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:55:16.495 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:55:16.495 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:55:16.495 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:55:16.495 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:55:16.495 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:55:16.495 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:55:16.495 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:55:16.495 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:55:16.496 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:55:16.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:55:16.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:55:16.496 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:55:16.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:55:16.496 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:55:16.496 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:55:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:15.043303+0000 mgr.y (mgr.24491) 10961 : cluster [DBG] pgmap v9683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:55:15.876273+0000 mgr.y (mgr.24491) 10962 : audit [DBG] from='client.36023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:55:16.496528+0000 mon.a (mon.0) 2547 : audit [DBG] from='client.? 172.21.15.177:0/1188744831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:55:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:55:15.876273+0000 mgr.y (mgr.24491) 10962 : audit [DBG] from='client.36023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:55:16.496528+0000 mon.a (mon.0) 2547 : audit [DBG] from='client.? 172.21.15.177:0/1188744831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:55:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:55:15.876273+0000 mgr.y (mgr.24491) 10962 : audit [DBG] from='client.36023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:55:16.496528+0000 mon.a (mon.0) 2547 : audit [DBG] from='client.? 172.21.15.177:0/1188744831' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:55:18.111 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:55:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:55:16.156789+0000 mgr.y (mgr.24491) 10963 : audit [DBG] from='client.36029 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:17.043675+0000 mgr.y (mgr.24491) 10964 : cluster [DBG] pgmap v9684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:55:16.156789+0000 mgr.y (mgr.24491) 10963 : audit [DBG] from='client.36029 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:17.043675+0000 mgr.y (mgr.24491) 10964 : cluster [DBG] pgmap v9684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:55:16.156789+0000 mgr.y (mgr.24491) 10963 : audit [DBG] from='client.36029 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:17.043675+0000 mgr.y (mgr.24491) 10964 : cluster [DBG] pgmap v9684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:19.044084+0000 mgr.y (mgr.24491) 10965 : cluster [DBG] pgmap v9685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:19.044084+0000 mgr.y (mgr.24491) 10965 : cluster [DBG] pgmap v9685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:19.044084+0000 mgr.y (mgr.24491) 10965 : cluster [DBG] pgmap v9685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:55:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:21.044962+0000 mgr.y (mgr.24491) 10966 : cluster [DBG] pgmap v9686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:21.044962+0000 mgr.y (mgr.24491) 10966 : cluster [DBG] pgmap v9686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:21.044962+0000 mgr.y (mgr.24491) 10966 : cluster [DBG] pgmap v9686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:23.045413+0000 mgr.y (mgr.24491) 10967 : cluster [DBG] pgmap v9687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:23.045413+0000 mgr.y (mgr.24491) 10967 : cluster [DBG] pgmap v9687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:24.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:23.045413+0000 mgr.y (mgr.24491) 10967 : cluster [DBG] pgmap v9687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:25.046235+0000 mgr.y (mgr.24491) 10968 : cluster [DBG] pgmap v9688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:25.046235+0000 mgr.y (mgr.24491) 10968 : cluster [DBG] pgmap v9688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:25.046235+0000 mgr.y (mgr.24491) 10968 : cluster [DBG] pgmap v9688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:28.130 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:55:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:27.046648+0000 mgr.y (mgr.24491) 10969 : cluster [DBG] pgmap v9689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:27.046648+0000 mgr.y (mgr.24491) 10969 : cluster [DBG] pgmap v9689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:27.046648+0000 mgr.y (mgr.24491) 10969 : cluster [DBG] pgmap v9689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:29.047115+0000 mgr.y (mgr.24491) 10970 : cluster [DBG] pgmap v9690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:29.047115+0000 mgr.y (mgr.24491) 10970 : cluster [DBG] pgmap v9690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:29.047115+0000 mgr.y (mgr.24491) 10970 : cluster [DBG] pgmap v9690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:55:32.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:31.047995+0000 mgr.y (mgr.24491) 10971 : cluster [DBG] pgmap v9691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:31.047995+0000 mgr.y (mgr.24491) 10971 : cluster [DBG] pgmap v9691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:31.047995+0000 mgr.y (mgr.24491) 10971 : cluster [DBG] pgmap v9691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:33.048408+0000 mgr.y (mgr.24491) 10972 : cluster [DBG] pgmap v9692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:33.048408+0000 mgr.y (mgr.24491) 10972 : cluster [DBG] pgmap v9692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:33.048408+0000 mgr.y (mgr.24491) 10972 : cluster [DBG] pgmap v9692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:35.049217+0000 mgr.y (mgr.24491) 10973 : cluster [DBG] pgmap v9693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:35.049217+0000 mgr.y (mgr.24491) 10973 : cluster [DBG] pgmap v9693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:35.049217+0000 mgr.y (mgr.24491) 10973 : cluster [DBG] pgmap v9693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:38.104 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:37] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:55:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:37.049789+0000 mgr.y (mgr.24491) 10974 : cluster [DBG] pgmap v9694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:37.049789+0000 mgr.y (mgr.24491) 10974 : cluster [DBG] pgmap v9694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:37.049789+0000 mgr.y (mgr.24491) 10974 : cluster [DBG] pgmap v9694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:39.050186+0000 mgr.y (mgr.24491) 10975 : cluster [DBG] pgmap v9695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:39.050186+0000 mgr.y (mgr.24491) 10975 : cluster [DBG] pgmap v9695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:39.050186+0000 mgr.y (mgr.24491) 10975 : cluster [DBG] pgmap v9695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:55:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:41.050974+0000 mgr.y (mgr.24491) 10976 : cluster [DBG] pgmap v9696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:41.050974+0000 mgr.y (mgr.24491) 10976 : cluster [DBG] pgmap v9696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:41.050974+0000 mgr.y (mgr.24491) 10976 : cluster [DBG] pgmap v9696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:43.051579+0000 mgr.y (mgr.24491) 10977 : cluster [DBG] pgmap v9697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:43.051579+0000 mgr.y (mgr.24491) 10977 : cluster [DBG] pgmap v9697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:43.051579+0000 mgr.y (mgr.24491) 10977 : cluster [DBG] pgmap v9697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:45.052368+0000 mgr.y (mgr.24491) 10978 : cluster [DBG] pgmap v9698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:45.052368+0000 mgr.y (mgr.24491) 10978 : cluster [DBG] pgmap v9698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:45.052368+0000 mgr.y (mgr.24491) 10978 : cluster [DBG] pgmap v9698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:46.806 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:55:47.090 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:55:47.090 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:55:47.091 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 6m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:55:47.091 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:55:47.091 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 6m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:55:47.091 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 6m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:55:47.091 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:55:47.091 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:55:47.091 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 6m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:55:47.091 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:55:47.091 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:55:47.091 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 6m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:55:47.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:55:47.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:55:47.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:55:47.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:55:47.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 6m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:55:47.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 6m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:55:47.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 6m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:55:47.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 6m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:55:47.092 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 6m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:55:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:55:46.886693+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:55:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:55:46.886693+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:55:47.438 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:55:47.438 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:55:47.438 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:55:47.438 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:55:47.438 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:55:47.438 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:55:47.438 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:55:47.438 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:55:47.438 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:55:47.439 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:55:47.439 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:55:47.439 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:55:47.439 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:55:47.439 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:55:47.439 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:55:47.439 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:55:47.439 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:55:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:55:46.886693+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:55:48.123 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:55:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:55:46.794957+0000 mgr.y (mgr.24491) 10979 : audit [DBG] from='client.36041 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:47.052754+0000 mgr.y (mgr.24491) 10980 : cluster [DBG] pgmap v9699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:55:47.084661+0000 mgr.y (mgr.24491) 10981 : audit [DBG] from='client.36047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:55:47.186172+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:55:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:55:47.186787+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:55:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:55:47.190983+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:55:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:55:47.439976+0000 mon.c (mon.2) 363 : audit [DBG] from='client.? 172.21.15.177:0/711493466' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:55:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:55:46.794957+0000 mgr.y (mgr.24491) 10979 : audit [DBG] from='client.36041 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:47.052754+0000 mgr.y (mgr.24491) 10980 : cluster [DBG] pgmap v9699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:55:47.084661+0000 mgr.y (mgr.24491) 10981 : audit [DBG] from='client.36047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:55:47.186172+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:55:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:55:47.186787+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:55:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:55:47.190983+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:55:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:55:47.439976+0000 mon.c (mon.2) 363 : audit [DBG] from='client.? 172.21.15.177:0/711493466' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:55:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:55:46.794957+0000 mgr.y (mgr.24491) 10979 : audit [DBG] from='client.36041 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:47.052754+0000 mgr.y (mgr.24491) 10980 : cluster [DBG] pgmap v9699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:55:47.084661+0000 mgr.y (mgr.24491) 10981 : audit [DBG] from='client.36047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:55:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:55:47.186172+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:55:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:55:47.186787+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:55:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:55:47.190983+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:55:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:55:47.439976+0000 mon.c (mon.2) 363 : audit [DBG] from='client.? 172.21.15.177:0/711493466' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:55:50.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:49.053149+0000 mgr.y (mgr.24491) 10982 : cluster [DBG] pgmap v9700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:49.053149+0000 mgr.y (mgr.24491) 10982 : cluster [DBG] pgmap v9700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:49.053149+0000 mgr.y (mgr.24491) 10982 : cluster [DBG] pgmap v9700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:55:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:51.053771+0000 mgr.y (mgr.24491) 10983 : cluster [DBG] pgmap v9701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:51.053771+0000 mgr.y (mgr.24491) 10983 : cluster [DBG] pgmap v9701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:51.053771+0000 mgr.y (mgr.24491) 10983 : cluster [DBG] pgmap v9701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:54.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:53.054184+0000 mgr.y (mgr.24491) 10984 : cluster [DBG] pgmap v9702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:54.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:53.054184+0000 mgr.y (mgr.24491) 10984 : cluster [DBG] pgmap v9702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:53.054184+0000 mgr.y (mgr.24491) 10984 : cluster [DBG] pgmap v9702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:55.054811+0000 mgr.y (mgr.24491) 10985 : cluster [DBG] pgmap v9703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:55.054811+0000 mgr.y (mgr.24491) 10985 : cluster [DBG] pgmap v9703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:55.054811+0000 mgr.y (mgr.24491) 10985 : cluster [DBG] pgmap v9703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:58.140 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:55:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:55:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:57.055224+0000 mgr.y (mgr.24491) 10986 : cluster [DBG] pgmap v9704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:57.055224+0000 mgr.y (mgr.24491) 10986 : cluster [DBG] pgmap v9704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:57.055224+0000 mgr.y (mgr.24491) 10986 : cluster [DBG] pgmap v9704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:55:59.055805+0000 mgr.y (mgr.24491) 10987 : cluster [DBG] pgmap v9705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:55:59.055805+0000 mgr.y (mgr.24491) 10987 : cluster [DBG] pgmap v9705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:55:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:55:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:55:59.055805+0000 mgr.y (mgr.24491) 10987 : cluster [DBG] pgmap v9705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:56:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:01.056528+0000 mgr.y (mgr.24491) 10988 : cluster [DBG] pgmap v9706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:01.056528+0000 mgr.y (mgr.24491) 10988 : cluster [DBG] pgmap v9706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:01.056528+0000 mgr.y (mgr.24491) 10988 : cluster [DBG] pgmap v9706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:03.056909+0000 mgr.y (mgr.24491) 10989 : cluster [DBG] pgmap v9707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:03.056909+0000 mgr.y (mgr.24491) 10989 : cluster [DBG] pgmap v9707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:03.056909+0000 mgr.y (mgr.24491) 10989 : cluster [DBG] pgmap v9707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:05.057676+0000 mgr.y (mgr.24491) 10990 : cluster [DBG] pgmap v9708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:05.057676+0000 mgr.y (mgr.24491) 10990 : cluster [DBG] pgmap v9708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:05.057676+0000 mgr.y (mgr.24491) 10990 : cluster [DBG] pgmap v9708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:08.117 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:07] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:56:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:07.058275+0000 mgr.y (mgr.24491) 10991 : cluster [DBG] pgmap v9709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:07.058275+0000 mgr.y (mgr.24491) 10991 : cluster [DBG] pgmap v9709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:07.058275+0000 mgr.y (mgr.24491) 10991 : cluster [DBG] pgmap v9709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:09.058753+0000 mgr.y (mgr.24491) 10992 : cluster [DBG] pgmap v9710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:09.058753+0000 mgr.y (mgr.24491) 10992 : cluster [DBG] pgmap v9710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:09.058753+0000 mgr.y (mgr.24491) 10992 : cluster [DBG] pgmap v9710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:56:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:11.059435+0000 mgr.y (mgr.24491) 10993 : cluster [DBG] pgmap v9711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:11.059435+0000 mgr.y (mgr.24491) 10993 : cluster [DBG] pgmap v9711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:11.059435+0000 mgr.y (mgr.24491) 10993 : cluster [DBG] pgmap v9711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:14.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:13.059821+0000 mgr.y (mgr.24491) 10994 : cluster [DBG] pgmap v9712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:13.059821+0000 mgr.y (mgr.24491) 10994 : cluster [DBG] pgmap v9712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:13.059821+0000 mgr.y (mgr.24491) 10994 : cluster [DBG] pgmap v9712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:15.060509+0000 mgr.y (mgr.24491) 10995 : cluster [DBG] pgmap v9713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:15.060509+0000 mgr.y (mgr.24491) 10995 : cluster [DBG] pgmap v9713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:15.060509+0000 mgr.y (mgr.24491) 10995 : cluster [DBG] pgmap v9713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:17.751 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:56:18.027 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:56:18.027 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:56:18.028 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 6m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:56:18.028 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:56:18.028 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 6m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:56:18.028 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 6m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:56:18.028 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:56:18.028 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:56:18.028 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 6m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:56:18.028 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:56:18.028 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:56:18.029 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 6m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:56:18.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:56:18.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:56:18.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:56:18.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:56:18.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 6m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:56:18.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 6m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:56:18.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 6m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:56:18.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 6m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:56:18.030 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 6m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:56:18.134 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:17] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:56:18.364 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:56:18.364 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:56:18.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:56:18.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:56:18.364 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:56:18.365 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:56:18.365 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:56:18.365 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:56:18.365 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:56:18.365 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:56:18.365 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:56:18.365 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:56:18.365 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:56:18.366 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:56:18.366 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:56:18.366 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:56:18.366 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:56:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:17.060895+0000 mgr.y (mgr.24491) 10996 : cluster [DBG] pgmap v9714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:17.060895+0000 mgr.y (mgr.24491) 10996 : cluster [DBG] pgmap v9714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:17.060895+0000 mgr.y (mgr.24491) 10996 : cluster [DBG] pgmap v9714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:56:17.741466+0000 mgr.y (mgr.24491) 10997 : audit [DBG] from='client.26151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:56:18.021905+0000 mgr.y (mgr.24491) 10998 : audit [DBG] from='client.26157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:56:18.366145+0000 mon.a (mon.0) 2552 : audit [DBG] from='client.? 172.21.15.177:0/133417371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:56:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:56:17.741466+0000 mgr.y (mgr.24491) 10997 : audit [DBG] from='client.26151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:56:18.021905+0000 mgr.y (mgr.24491) 10998 : audit [DBG] from='client.26157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:56:18.366145+0000 mon.a (mon.0) 2552 : audit [DBG] from='client.? 172.21.15.177:0/133417371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:56:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:56:17.741466+0000 mgr.y (mgr.24491) 10997 : audit [DBG] from='client.26151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:56:18.021905+0000 mgr.y (mgr.24491) 10998 : audit [DBG] from='client.26157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:56:18.366145+0000 mon.a (mon.0) 2552 : audit [DBG] from='client.? 172.21.15.177:0/133417371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:56:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:19.061338+0000 mgr.y (mgr.24491) 10999 : cluster [DBG] pgmap v9715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:19.061338+0000 mgr.y (mgr.24491) 10999 : cluster [DBG] pgmap v9715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:19.061338+0000 mgr.y (mgr.24491) 10999 : cluster [DBG] pgmap v9715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:56:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:21.062102+0000 mgr.y (mgr.24491) 11000 : cluster [DBG] pgmap v9716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:21.062102+0000 mgr.y (mgr.24491) 11000 : cluster [DBG] pgmap v9716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:21.062102+0000 mgr.y (mgr.24491) 11000 : cluster [DBG] pgmap v9716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:23.062583+0000 mgr.y (mgr.24491) 11001 : cluster [DBG] pgmap v9717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:23.062583+0000 mgr.y (mgr.24491) 11001 : cluster [DBG] pgmap v9717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:24.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:23.062583+0000 mgr.y (mgr.24491) 11001 : cluster [DBG] pgmap v9717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:26.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:25.063219+0000 mgr.y (mgr.24491) 11002 : cluster [DBG] pgmap v9718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:25.063219+0000 mgr.y (mgr.24491) 11002 : cluster [DBG] pgmap v9718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:25.063219+0000 mgr.y (mgr.24491) 11002 : cluster [DBG] pgmap v9718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:28.123 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:27] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T08:56:28.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:27.063711+0000 mgr.y (mgr.24491) 11003 : cluster [DBG] pgmap v9719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:27.063711+0000 mgr.y (mgr.24491) 11003 : cluster [DBG] pgmap v9719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:27.063711+0000 mgr.y (mgr.24491) 11003 : cluster [DBG] pgmap v9719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:29.064227+0000 mgr.y (mgr.24491) 11004 : cluster [DBG] pgmap v9720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:29.064227+0000 mgr.y (mgr.24491) 11004 : cluster [DBG] pgmap v9720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:29.064227+0000 mgr.y (mgr.24491) 11004 : cluster [DBG] pgmap v9720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:56:32.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:31.064852+0000 mgr.y (mgr.24491) 11005 : cluster [DBG] pgmap v9721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:31.064852+0000 mgr.y (mgr.24491) 11005 : cluster [DBG] pgmap v9721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:31.064852+0000 mgr.y (mgr.24491) 11005 : cluster [DBG] pgmap v9721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:34.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:33.065259+0000 mgr.y (mgr.24491) 11006 : cluster [DBG] pgmap v9722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:33.065259+0000 mgr.y (mgr.24491) 11006 : cluster [DBG] pgmap v9722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:33.065259+0000 mgr.y (mgr.24491) 11006 : cluster [DBG] pgmap v9722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:36.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:35.066027+0000 mgr.y (mgr.24491) 11007 : cluster [DBG] pgmap v9723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:35.066027+0000 mgr.y (mgr.24491) 11007 : cluster [DBG] pgmap v9723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:35.066027+0000 mgr.y (mgr.24491) 11007 : cluster [DBG] pgmap v9723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:38.138 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:37] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:56:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:37.066509+0000 mgr.y (mgr.24491) 11008 : cluster [DBG] pgmap v9724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:37.066509+0000 mgr.y (mgr.24491) 11008 : cluster [DBG] pgmap v9724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:37.066509+0000 mgr.y (mgr.24491) 11008 : cluster [DBG] pgmap v9724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:39.066869+0000 mgr.y (mgr.24491) 11009 : cluster [DBG] pgmap v9725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:39.066869+0000 mgr.y (mgr.24491) 11009 : cluster [DBG] pgmap v9725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:39.066869+0000 mgr.y (mgr.24491) 11009 : cluster [DBG] pgmap v9725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:56:42.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:41.067571+0000 mgr.y (mgr.24491) 11010 : cluster [DBG] pgmap v9726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:41.067571+0000 mgr.y (mgr.24491) 11010 : cluster [DBG] pgmap v9726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:41.067571+0000 mgr.y (mgr.24491) 11010 : cluster [DBG] pgmap v9726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:43.068017+0000 mgr.y (mgr.24491) 11011 : cluster [DBG] pgmap v9727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:43.068017+0000 mgr.y (mgr.24491) 11011 : cluster [DBG] pgmap v9727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:43.068017+0000 mgr.y (mgr.24491) 11011 : cluster [DBG] pgmap v9727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:45.068665+0000 mgr.y (mgr.24491) 11012 : cluster [DBG] pgmap v9728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:45.068665+0000 mgr.y (mgr.24491) 11012 : cluster [DBG] pgmap v9728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:45.068665+0000 mgr.y (mgr.24491) 11012 : cluster [DBG] pgmap v9728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:48.123 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:56:48.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:47.069228+0000 mgr.y (mgr.24491) 11013 : cluster [DBG] pgmap v9729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:48.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:56:47.195475+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:56:48.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:56:47.486894+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:56:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:56:47.487511+0000 mon.a (mon.0) 2555 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:56:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:56:47.491779+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:56:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:47.069228+0000 mgr.y (mgr.24491) 11013 : cluster [DBG] pgmap v9729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:56:47.195475+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:56:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:56:47.486894+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:56:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:56:47.487511+0000 mon.a (mon.0) 2555 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:56:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:56:47.491779+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:56:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:47.069228+0000 mgr.y (mgr.24491) 11013 : cluster [DBG] pgmap v9729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:56:47.195475+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:56:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:56:47.486894+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:56:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:56:47.487511+0000 mon.a (mon.0) 2555 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:56:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:56:47.491779+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:56:48.672 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:56:48.947 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:56:48.947 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:56:48.947 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 7m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 7m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:56:48.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:56:48.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:56:48.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:56:48.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:56:48.949 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:56:49.284 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:56:49.284 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:56:49.284 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:56:49.284 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:56:49.285 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:56:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:56:48.662330+0000 mgr.y (mgr.24491) 11014 : audit [DBG] from='client.36077 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:56:48.941595+0000 mgr.y (mgr.24491) 11015 : audit [DBG] from='client.26175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:49.069562+0000 mgr.y (mgr.24491) 11016 : cluster [DBG] pgmap v9730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:56:49.286333+0000 mon.c (mon.2) 364 : audit [DBG] from='client.? 172.21.15.177:0/2055742967' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:56:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:56:48.662330+0000 mgr.y (mgr.24491) 11014 : audit [DBG] from='client.36077 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:56:48.941595+0000 mgr.y (mgr.24491) 11015 : audit [DBG] from='client.26175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:49.069562+0000 mgr.y (mgr.24491) 11016 : cluster [DBG] pgmap v9730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:56:49.286333+0000 mon.c (mon.2) 364 : audit [DBG] from='client.? 172.21.15.177:0/2055742967' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:56:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:56:48.662330+0000 mgr.y (mgr.24491) 11014 : audit [DBG] from='client.36077 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:56:48.941595+0000 mgr.y (mgr.24491) 11015 : audit [DBG] from='client.26175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:56:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:49.069562+0000 mgr.y (mgr.24491) 11016 : cluster [DBG] pgmap v9730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:56:49.286333+0000 mon.c (mon.2) 364 : audit [DBG] from='client.? 172.21.15.177:0/2055742967' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:56:51.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:56:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:51.070365+0000 mgr.y (mgr.24491) 11017 : cluster [DBG] pgmap v9731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:51.070365+0000 mgr.y (mgr.24491) 11017 : cluster [DBG] pgmap v9731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:51.070365+0000 mgr.y (mgr.24491) 11017 : cluster [DBG] pgmap v9731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:53.070789+0000 mgr.y (mgr.24491) 11018 : cluster [DBG] pgmap v9732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:53.070789+0000 mgr.y (mgr.24491) 11018 : cluster [DBG] pgmap v9732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:53.070789+0000 mgr.y (mgr.24491) 11018 : cluster [DBG] pgmap v9732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:55.071554+0000 mgr.y (mgr.24491) 11019 : cluster [DBG] pgmap v9733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:55.071554+0000 mgr.y (mgr.24491) 11019 : cluster [DBG] pgmap v9733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:55.071554+0000 mgr.y (mgr.24491) 11019 : cluster [DBG] pgmap v9733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:58.138 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:56:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:56:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:57.072077+0000 mgr.y (mgr.24491) 11020 : cluster [DBG] pgmap v9734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:57.072077+0000 mgr.y (mgr.24491) 11020 : cluster [DBG] pgmap v9734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:56:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:56:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:57.072077+0000 mgr.y (mgr.24491) 11020 : cluster [DBG] pgmap v9734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:56:59.072481+0000 mgr.y (mgr.24491) 11021 : cluster [DBG] pgmap v9735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:56:59.072481+0000 mgr.y (mgr.24491) 11021 : cluster [DBG] pgmap v9735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:56:59.072481+0000 mgr.y (mgr.24491) 11021 : cluster [DBG] pgmap v9735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:01.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:57:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:01.073154+0000 mgr.y (mgr.24491) 11022 : cluster [DBG] pgmap v9736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:01.073154+0000 mgr.y (mgr.24491) 11022 : cluster [DBG] pgmap v9736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:01.073154+0000 mgr.y (mgr.24491) 11022 : cluster [DBG] pgmap v9736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:03.073644+0000 mgr.y (mgr.24491) 11023 : cluster [DBG] pgmap v9737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:03.073644+0000 mgr.y (mgr.24491) 11023 : cluster [DBG] pgmap v9737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:03.073644+0000 mgr.y (mgr.24491) 11023 : cluster [DBG] pgmap v9737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:05.074436+0000 mgr.y (mgr.24491) 11024 : cluster [DBG] pgmap v9738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:05.074436+0000 mgr.y (mgr.24491) 11024 : cluster [DBG] pgmap v9738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:05.074436+0000 mgr.y (mgr.24491) 11024 : cluster [DBG] pgmap v9738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:07.074824+0000 mgr.y (mgr.24491) 11025 : cluster [DBG] pgmap v9739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:07.074824+0000 mgr.y (mgr.24491) 11025 : cluster [DBG] pgmap v9739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:07.074824+0000 mgr.y (mgr.24491) 11025 : cluster [DBG] pgmap v9739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:57:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:09.075250+0000 mgr.y (mgr.24491) 11026 : cluster [DBG] pgmap v9740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:09.075250+0000 mgr.y (mgr.24491) 11026 : cluster [DBG] pgmap v9740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:09.075250+0000 mgr.y (mgr.24491) 11026 : cluster [DBG] pgmap v9740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:57:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:11.075923+0000 mgr.y (mgr.24491) 11027 : cluster [DBG] pgmap v9741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:11.075923+0000 mgr.y (mgr.24491) 11027 : cluster [DBG] pgmap v9741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:11.075923+0000 mgr.y (mgr.24491) 11027 : cluster [DBG] pgmap v9741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:13.076334+0000 mgr.y (mgr.24491) 11028 : cluster [DBG] pgmap v9742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:13.076334+0000 mgr.y (mgr.24491) 11028 : cluster [DBG] pgmap v9742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:13.076334+0000 mgr.y (mgr.24491) 11028 : cluster [DBG] pgmap v9742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:15.076926+0000 mgr.y (mgr.24491) 11029 : cluster [DBG] pgmap v9743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:15.076926+0000 mgr.y (mgr.24491) 11029 : cluster [DBG] pgmap v9743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:15.076926+0000 mgr.y (mgr.24491) 11029 : cluster [DBG] pgmap v9743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:18.141 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:17] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:57:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:17.077342+0000 mgr.y (mgr.24491) 11030 : cluster [DBG] pgmap v9744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:17.077342+0000 mgr.y (mgr.24491) 11030 : cluster [DBG] pgmap v9744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:17.077342+0000 mgr.y (mgr.24491) 11030 : cluster [DBG] pgmap v9744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:19.593 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:57:19.869 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:57:19.869 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:57:19.869 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:57:19.870 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:57:19.870 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:57:19.870 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:57:19.870 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 7m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:57:19.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 7m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:57:19.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:57:19.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:57:19.870 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:57:19.870 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:57:19.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:57:19.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:57:19.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:57:19.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:57:19.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:57:19.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:57:19.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:57:19.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:57:19.871 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:57:20.204 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:57:20.204 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:57:20.204 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:57:20.205 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:57:20.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:19.077752+0000 mgr.y (mgr.24491) 11031 : cluster [DBG] pgmap v9745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:19.077752+0000 mgr.y (mgr.24491) 11031 : cluster [DBG] pgmap v9745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:19.077752+0000 mgr.y (mgr.24491) 11031 : cluster [DBG] pgmap v9745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:57:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:57:19.582603+0000 mgr.y (mgr.24491) 11032 : audit [DBG] from='client.36095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:57:19.863970+0000 mgr.y (mgr.24491) 11033 : audit [DBG] from='client.36101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:57:20.206704+0000 mon.a (mon.0) 2557 : audit [DBG] from='client.? 172.21.15.177:0/3089967715' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:57:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:57:19.582603+0000 mgr.y (mgr.24491) 11032 : audit [DBG] from='client.36095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:57:19.863970+0000 mgr.y (mgr.24491) 11033 : audit [DBG] from='client.36101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:57:20.206704+0000 mon.a (mon.0) 2557 : audit [DBG] from='client.? 172.21.15.177:0/3089967715' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:57:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:57:19.582603+0000 mgr.y (mgr.24491) 11032 : audit [DBG] from='client.36095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:57:19.863970+0000 mgr.y (mgr.24491) 11033 : audit [DBG] from='client.36101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:57:20.206704+0000 mon.a (mon.0) 2557 : audit [DBG] from='client.? 172.21.15.177:0/3089967715' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:57:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:21.078438+0000 mgr.y (mgr.24491) 11034 : cluster [DBG] pgmap v9746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:21.078438+0000 mgr.y (mgr.24491) 11034 : cluster [DBG] pgmap v9746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:21.078438+0000 mgr.y (mgr.24491) 11034 : cluster [DBG] pgmap v9746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:23.078958+0000 mgr.y (mgr.24491) 11035 : cluster [DBG] pgmap v9747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:23.078958+0000 mgr.y (mgr.24491) 11035 : cluster [DBG] pgmap v9747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:23.078958+0000 mgr.y (mgr.24491) 11035 : cluster [DBG] pgmap v9747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:25.079614+0000 mgr.y (mgr.24491) 11036 : cluster [DBG] pgmap v9748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:25.079614+0000 mgr.y (mgr.24491) 11036 : cluster [DBG] pgmap v9748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:25.079614+0000 mgr.y (mgr.24491) 11036 : cluster [DBG] pgmap v9748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:28.134 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:27] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T08:57:28.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:27.080117+0000 mgr.y (mgr.24491) 11037 : cluster [DBG] pgmap v9749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:27.080117+0000 mgr.y (mgr.24491) 11037 : cluster [DBG] pgmap v9749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:27.080117+0000 mgr.y (mgr.24491) 11037 : cluster [DBG] pgmap v9749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:30.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:29.080476+0000 mgr.y (mgr.24491) 11038 : cluster [DBG] pgmap v9750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:29.080476+0000 mgr.y (mgr.24491) 11038 : cluster [DBG] pgmap v9750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:29.080476+0000 mgr.y (mgr.24491) 11038 : cluster [DBG] pgmap v9750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:57:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:31.081193+0000 mgr.y (mgr.24491) 11039 : cluster [DBG] pgmap v9751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:31.081193+0000 mgr.y (mgr.24491) 11039 : cluster [DBG] pgmap v9751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:31.081193+0000 mgr.y (mgr.24491) 11039 : cluster [DBG] pgmap v9751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:33.081753+0000 mgr.y (mgr.24491) 11040 : cluster [DBG] pgmap v9752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:33.081753+0000 mgr.y (mgr.24491) 11040 : cluster [DBG] pgmap v9752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:33.081753+0000 mgr.y (mgr.24491) 11040 : cluster [DBG] pgmap v9752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:35.082388+0000 mgr.y (mgr.24491) 11041 : cluster [DBG] pgmap v9753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:35.082388+0000 mgr.y (mgr.24491) 11041 : cluster [DBG] pgmap v9753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:35.082388+0000 mgr.y (mgr.24491) 11041 : cluster [DBG] pgmap v9753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:37] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:57:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:37.082767+0000 mgr.y (mgr.24491) 11042 : cluster [DBG] pgmap v9754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:37.082767+0000 mgr.y (mgr.24491) 11042 : cluster [DBG] pgmap v9754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:37.082767+0000 mgr.y (mgr.24491) 11042 : cluster [DBG] pgmap v9754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:39.083197+0000 mgr.y (mgr.24491) 11043 : cluster [DBG] pgmap v9755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:39.083197+0000 mgr.y (mgr.24491) 11043 : cluster [DBG] pgmap v9755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:39.083197+0000 mgr.y (mgr.24491) 11043 : cluster [DBG] pgmap v9755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:57:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:41.083757+0000 mgr.y (mgr.24491) 11044 : cluster [DBG] pgmap v9756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:41.083757+0000 mgr.y (mgr.24491) 11044 : cluster [DBG] pgmap v9756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:41.083757+0000 mgr.y (mgr.24491) 11044 : cluster [DBG] pgmap v9756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:43.084296+0000 mgr.y (mgr.24491) 11045 : cluster [DBG] pgmap v9757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:43.084296+0000 mgr.y (mgr.24491) 11045 : cluster [DBG] pgmap v9757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:43.084296+0000 mgr.y (mgr.24491) 11045 : cluster [DBG] pgmap v9757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:46.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:45.085006+0000 mgr.y (mgr.24491) 11046 : cluster [DBG] pgmap v9758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:45.085006+0000 mgr.y (mgr.24491) 11046 : cluster [DBG] pgmap v9758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:45.085006+0000 mgr.y (mgr.24491) 11046 : cluster [DBG] pgmap v9758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:57:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:47.085489+0000 mgr.y (mgr.24491) 11047 : cluster [DBG] pgmap v9759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:57:47.496086+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:57:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:57:47.792360+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:57:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:57:47.792970+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:57:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:57:47.796959+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:57:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:47.085489+0000 mgr.y (mgr.24491) 11047 : cluster [DBG] pgmap v9759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:57:47.496086+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:57:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:57:47.792360+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:57:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:57:47.792970+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:57:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:57:47.796959+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:57:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:47.085489+0000 mgr.y (mgr.24491) 11047 : cluster [DBG] pgmap v9759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:57:47.496086+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:57:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:57:47.792360+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:57:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:57:47.792970+0000 mon.a (mon.0) 2560 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:57:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:57:47.796959+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:57:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:49.086003+0000 mgr.y (mgr.24491) 11048 : cluster [DBG] pgmap v9760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:50.509 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:57:50.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:49.086003+0000 mgr.y (mgr.24491) 11048 : cluster [DBG] pgmap v9760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:49.086003+0000 mgr.y (mgr.24491) 11048 : cluster [DBG] pgmap v9760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:50.787 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:57:50.787 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:57:50.787 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:57:50.787 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:57:50.788 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:57:50.788 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:57:50.788 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:57:50.788 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:57:50.788 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:57:50.788 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:57:50.788 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:57:50.788 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:57:50.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:57:50.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:57:50.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:57:50.789 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:57:50.789 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:57:50.789 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:57:50.789 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:57:50.789 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:57:50.789 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:57:51.118 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:57:51.118 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:57:51.118 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:57:51.118 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:57:51.118 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:57:51.118 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:57:51.119 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:57:51.119 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:57:51.119 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:57:51.119 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:57:51.119 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:57:51.119 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:57:51.119 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:57:51.119 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:57:51.119 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:57:51.119 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:57:51.119 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:57:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:57:51.120291+0000 mon.c (mon.2) 365 : audit [DBG] from='client.? 172.21.15.177:0/3782422247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:57:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:57:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:57:51.120291+0000 mon.c (mon.2) 365 : audit [DBG] from='client.? 172.21.15.177:0/3782422247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:57:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:57:51.120291+0000 mon.c (mon.2) 365 : audit [DBG] from='client.? 172.21.15.177:0/3782422247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:57:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:57:50.499520+0000 mgr.y (mgr.24491) 11049 : audit [DBG] from='client.26205 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:57:50.781689+0000 mgr.y (mgr.24491) 11050 : audit [DBG] from='client.36119 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:51.086612+0000 mgr.y (mgr.24491) 11051 : cluster [DBG] pgmap v9761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:57:50.499520+0000 mgr.y (mgr.24491) 11049 : audit [DBG] from='client.26205 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:57:50.781689+0000 mgr.y (mgr.24491) 11050 : audit [DBG] from='client.36119 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:51.086612+0000 mgr.y (mgr.24491) 11051 : cluster [DBG] pgmap v9761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:57:50.499520+0000 mgr.y (mgr.24491) 11049 : audit [DBG] from='client.26205 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:57:50.781689+0000 mgr.y (mgr.24491) 11050 : audit [DBG] from='client.36119 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:57:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:51.086612+0000 mgr.y (mgr.24491) 11051 : cluster [DBG] pgmap v9761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:53.087193+0000 mgr.y (mgr.24491) 11052 : cluster [DBG] pgmap v9762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:53.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:53.087193+0000 mgr.y (mgr.24491) 11052 : cluster [DBG] pgmap v9762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:53.087193+0000 mgr.y (mgr.24491) 11052 : cluster [DBG] pgmap v9762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:55.087867+0000 mgr.y (mgr.24491) 11053 : cluster [DBG] pgmap v9763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:55.087867+0000 mgr.y (mgr.24491) 11053 : cluster [DBG] pgmap v9763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:55.087867+0000 mgr.y (mgr.24491) 11053 : cluster [DBG] pgmap v9763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:58.143 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:57:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T08:57:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:57:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:57.088255+0000 mgr.y (mgr.24491) 11054 : cluster [DBG] pgmap v9764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:57:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:57.088255+0000 mgr.y (mgr.24491) 11054 : cluster [DBG] pgmap v9764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:57:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:57:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:57.088255+0000 mgr.y (mgr.24491) 11054 : cluster [DBG] pgmap v9764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:57:59.088697+0000 mgr.y (mgr.24491) 11055 : cluster [DBG] pgmap v9765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:57:59.088697+0000 mgr.y (mgr.24491) 11055 : cluster [DBG] pgmap v9765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:57:59.088697+0000 mgr.y (mgr.24491) 11055 : cluster [DBG] pgmap v9765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:58:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:01.089413+0000 mgr.y (mgr.24491) 11056 : cluster [DBG] pgmap v9766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:02.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:01.089413+0000 mgr.y (mgr.24491) 11056 : cluster [DBG] pgmap v9766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:01.089413+0000 mgr.y (mgr.24491) 11056 : cluster [DBG] pgmap v9766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:03.089971+0000 mgr.y (mgr.24491) 11057 : cluster [DBG] pgmap v9767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:03.089971+0000 mgr.y (mgr.24491) 11057 : cluster [DBG] pgmap v9767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:03.089971+0000 mgr.y (mgr.24491) 11057 : cluster [DBG] pgmap v9767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:05.090578+0000 mgr.y (mgr.24491) 11058 : cluster [DBG] pgmap v9768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:05.090578+0000 mgr.y (mgr.24491) 11058 : cluster [DBG] pgmap v9768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:05.090578+0000 mgr.y (mgr.24491) 11058 : cluster [DBG] pgmap v9768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:07.091056+0000 mgr.y (mgr.24491) 11059 : cluster [DBG] pgmap v9769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:07.091056+0000 mgr.y (mgr.24491) 11059 : cluster [DBG] pgmap v9769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:07.091056+0000 mgr.y (mgr.24491) 11059 : cluster [DBG] pgmap v9769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:58:10.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:09.091466+0000 mgr.y (mgr.24491) 11060 : cluster [DBG] pgmap v9770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:09.091466+0000 mgr.y (mgr.24491) 11060 : cluster [DBG] pgmap v9770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:09.091466+0000 mgr.y (mgr.24491) 11060 : cluster [DBG] pgmap v9770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:58:12.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:11.092219+0000 mgr.y (mgr.24491) 11061 : cluster [DBG] pgmap v9771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:11.092219+0000 mgr.y (mgr.24491) 11061 : cluster [DBG] pgmap v9771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:11.092219+0000 mgr.y (mgr.24491) 11061 : cluster [DBG] pgmap v9771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:13.092720+0000 mgr.y (mgr.24491) 11062 : cluster [DBG] pgmap v9772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:13.092720+0000 mgr.y (mgr.24491) 11062 : cluster [DBG] pgmap v9772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:13.092720+0000 mgr.y (mgr.24491) 11062 : cluster [DBG] pgmap v9772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:15.093375+0000 mgr.y (mgr.24491) 11063 : cluster [DBG] pgmap v9773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:16.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:15.093375+0000 mgr.y (mgr.24491) 11063 : cluster [DBG] pgmap v9773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:15.093375+0000 mgr.y (mgr.24491) 11063 : cluster [DBG] pgmap v9773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:58:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:17.093784+0000 mgr.y (mgr.24491) 11064 : cluster [DBG] pgmap v9774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:18.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:17.093784+0000 mgr.y (mgr.24491) 11064 : cluster [DBG] pgmap v9774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:17.093784+0000 mgr.y (mgr.24491) 11064 : cluster [DBG] pgmap v9774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:19.094279+0000 mgr.y (mgr.24491) 11065 : cluster [DBG] pgmap v9775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:19.094279+0000 mgr.y (mgr.24491) 11065 : cluster [DBG] pgmap v9775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:19.094279+0000 mgr.y (mgr.24491) 11065 : cluster [DBG] pgmap v9775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:21.430 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:58:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:58:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:21.094974+0000 mgr.y (mgr.24491) 11066 : cluster [DBG] pgmap v9776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:21.094974+0000 mgr.y (mgr.24491) 11066 : cluster [DBG] pgmap v9776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:21.094974+0000 mgr.y (mgr.24491) 11066 : cluster [DBG] pgmap v9776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:21.704 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:58:21.705 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:58:21.705 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:58:21.705 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:58:21.705 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:58:21.705 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:58:21.705 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:58:21.705 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:58:21.705 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:58:21.705 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:58:21.705 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:58:21.706 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:58:21.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:58:21.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:58:21.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:58:21.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:58:21.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:58:21.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:58:21.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:58:21.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:58:21.706 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:58:22.035 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:58:22.036 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:58:22.036 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:58:22.036 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:58:22.036 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:58:22.036 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:58:22.036 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:58:22.036 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:58:22.036 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:58:22.036 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:58:22.036 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:58:22.036 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:58:22.037 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:58:22.037 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:58:22.037 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:58:22.037 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:58:22.037 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:58:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:58:21.420391+0000 mgr.y (mgr.24491) 11067 : audit [DBG] from='client.26223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:58:21.699375+0000 mgr.y (mgr.24491) 11068 : audit [DBG] from='client.26229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:58:22.037723+0000 mon.c (mon.2) 366 : audit [DBG] from='client.? 172.21.15.177:0/973216095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:58:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:58:21.420391+0000 mgr.y (mgr.24491) 11067 : audit [DBG] from='client.26223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:58:21.699375+0000 mgr.y (mgr.24491) 11068 : audit [DBG] from='client.26229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:58:22.037723+0000 mon.c (mon.2) 366 : audit [DBG] from='client.? 172.21.15.177:0/973216095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:58:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:58:21.420391+0000 mgr.y (mgr.24491) 11067 : audit [DBG] from='client.26223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:58:21.699375+0000 mgr.y (mgr.24491) 11068 : audit [DBG] from='client.26229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:58:22.037723+0000 mon.c (mon.2) 366 : audit [DBG] from='client.? 172.21.15.177:0/973216095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:58:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:23.095343+0000 mgr.y (mgr.24491) 11069 : cluster [DBG] pgmap v9777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:23.095343+0000 mgr.y (mgr.24491) 11069 : cluster [DBG] pgmap v9777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:23.095343+0000 mgr.y (mgr.24491) 11069 : cluster [DBG] pgmap v9777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:25.096041+0000 mgr.y (mgr.24491) 11070 : cluster [DBG] pgmap v9778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:25.096041+0000 mgr.y (mgr.24491) 11070 : cluster [DBG] pgmap v9778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:25.096041+0000 mgr.y (mgr.24491) 11070 : cluster [DBG] pgmap v9778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:58:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:27.096468+0000 mgr.y (mgr.24491) 11071 : cluster [DBG] pgmap v9779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:27.096468+0000 mgr.y (mgr.24491) 11071 : cluster [DBG] pgmap v9779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:27.096468+0000 mgr.y (mgr.24491) 11071 : cluster [DBG] pgmap v9779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:29.096871+0000 mgr.y (mgr.24491) 11072 : cluster [DBG] pgmap v9780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:29.096871+0000 mgr.y (mgr.24491) 11072 : cluster [DBG] pgmap v9780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:30.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:29.096871+0000 mgr.y (mgr.24491) 11072 : cluster [DBG] pgmap v9780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:58:32.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:31.097712+0000 mgr.y (mgr.24491) 11073 : cluster [DBG] pgmap v9781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:31.097712+0000 mgr.y (mgr.24491) 11073 : cluster [DBG] pgmap v9781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:32.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:31.097712+0000 mgr.y (mgr.24491) 11073 : cluster [DBG] pgmap v9781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:33.098167+0000 mgr.y (mgr.24491) 11074 : cluster [DBG] pgmap v9782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:34.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:33.098167+0000 mgr.y (mgr.24491) 11074 : cluster [DBG] pgmap v9782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:33.098167+0000 mgr.y (mgr.24491) 11074 : cluster [DBG] pgmap v9782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:35.098790+0000 mgr.y (mgr.24491) 11075 : cluster [DBG] pgmap v9783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:35.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:35.098790+0000 mgr.y (mgr.24491) 11075 : cluster [DBG] pgmap v9783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:35.098790+0000 mgr.y (mgr.24491) 11075 : cluster [DBG] pgmap v9783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:37] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T08:58:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:37.099191+0000 mgr.y (mgr.24491) 11076 : cluster [DBG] pgmap v9784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:38.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:37.099191+0000 mgr.y (mgr.24491) 11076 : cluster [DBG] pgmap v9784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:37.099191+0000 mgr.y (mgr.24491) 11076 : cluster [DBG] pgmap v9784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:39.099753+0000 mgr.y (mgr.24491) 11077 : cluster [DBG] pgmap v9785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:40.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:39.099753+0000 mgr.y (mgr.24491) 11077 : cluster [DBG] pgmap v9785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:40.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:39.099753+0000 mgr.y (mgr.24491) 11077 : cluster [DBG] pgmap v9785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:58:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:41.100462+0000 mgr.y (mgr.24491) 11078 : cluster [DBG] pgmap v9786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:42.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:41.100462+0000 mgr.y (mgr.24491) 11078 : cluster [DBG] pgmap v9786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:42.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:41.100462+0000 mgr.y (mgr.24491) 11078 : cluster [DBG] pgmap v9786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:43.100898+0000 mgr.y (mgr.24491) 11079 : cluster [DBG] pgmap v9787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:43.100898+0000 mgr.y (mgr.24491) 11079 : cluster [DBG] pgmap v9787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:43.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:43.100898+0000 mgr.y (mgr.24491) 11079 : cluster [DBG] pgmap v9787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:45.101523+0000 mgr.y (mgr.24491) 11080 : cluster [DBG] pgmap v9788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:45.101523+0000 mgr.y (mgr.24491) 11080 : cluster [DBG] pgmap v9788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:45.101523+0000 mgr.y (mgr.24491) 11080 : cluster [DBG] pgmap v9788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:47] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:58:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:47.101921+0000 mgr.y (mgr.24491) 11081 : cluster [DBG] pgmap v9789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:58:47.801439+0000 mon.a (mon.0) 2562 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:58:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:58:48.092840+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:58:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:58:48.093462+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:58:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:58:48.097578+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:58:48.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:47.101921+0000 mgr.y (mgr.24491) 11081 : cluster [DBG] pgmap v9789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:48.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:58:47.801439+0000 mon.a (mon.0) 2562 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:58:48.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:58:48.092840+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:58:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:58:48.093462+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:58:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:58:48.097578+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:58:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:47.101921+0000 mgr.y (mgr.24491) 11081 : cluster [DBG] pgmap v9789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:58:47.801439+0000 mon.a (mon.0) 2562 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:58:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:58:48.092840+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:58:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:58:48.093462+0000 mon.a (mon.0) 2564 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:58:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:58:48.097578+0000 mon.a (mon.0) 2565 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:58:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:49.102441+0000 mgr.y (mgr.24491) 11082 : cluster [DBG] pgmap v9790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:49.102441+0000 mgr.y (mgr.24491) 11082 : cluster [DBG] pgmap v9790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:49.102441+0000 mgr.y (mgr.24491) 11082 : cluster [DBG] pgmap v9790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:51.103181+0000 mgr.y (mgr.24491) 11083 : cluster [DBG] pgmap v9791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:58:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:51.103181+0000 mgr.y (mgr.24491) 11083 : cluster [DBG] pgmap v9791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:51.103181+0000 mgr.y (mgr.24491) 11083 : cluster [DBG] pgmap v9791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:52.347 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:58:52.635 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:58:52.635 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:58:52.636 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:58:52.636 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:58:52.636 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:58:52.636 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 9m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:58:52.636 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:58:52.636 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:58:52.636 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:58:52.636 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 9m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:58:52.636 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:58:52.637 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:58:52.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:58:52.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 9m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:58:52.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:58:52.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:58:52.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:58:52.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:58:52.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:58:52.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:58:52.638 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:58:52.971 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:58:52.971 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:58:52.971 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:58:52.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:58:52.972 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:58:52.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:58:52.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:58:52.972 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:58:52.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:58:52.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:58:52.972 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:58:52.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:58:52.973 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:58:52.973 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:58:52.973 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:58:52.973 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:58:52.973 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:58:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:58:52.973399+0000 mon.c (mon.2) 367 : audit [DBG] from='client.? 172.21.15.177:0/3014246403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:58:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:58:52.973399+0000 mon.c (mon.2) 367 : audit [DBG] from='client.? 172.21.15.177:0/3014246403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:58:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:58:52.973399+0000 mon.c (mon.2) 367 : audit [DBG] from='client.? 172.21.15.177:0/3014246403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:58:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:58:52.337808+0000 mgr.y (mgr.24491) 11084 : audit [DBG] from='client.26241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:58:52.629799+0000 mgr.y (mgr.24491) 11085 : audit [DBG] from='client.36155 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:53.103674+0000 mgr.y (mgr.24491) 11086 : cluster [DBG] pgmap v9792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:58:52.337808+0000 mgr.y (mgr.24491) 11084 : audit [DBG] from='client.26241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:58:52.629799+0000 mgr.y (mgr.24491) 11085 : audit [DBG] from='client.36155 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:53.103674+0000 mgr.y (mgr.24491) 11086 : cluster [DBG] pgmap v9792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:58:52.337808+0000 mgr.y (mgr.24491) 11084 : audit [DBG] from='client.26241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:58:52.629799+0000 mgr.y (mgr.24491) 11085 : audit [DBG] from='client.36155 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:58:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:53.103674+0000 mgr.y (mgr.24491) 11086 : cluster [DBG] pgmap v9792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:55.104493+0000 mgr.y (mgr.24491) 11087 : cluster [DBG] pgmap v9793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:56.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:55.104493+0000 mgr.y (mgr.24491) 11087 : cluster [DBG] pgmap v9793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:55.104493+0000 mgr.y (mgr.24491) 11087 : cluster [DBG] pgmap v9793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:58:57] "GET /metrics HTTP/1.1" 200 188362 "" "Prometheus/2.33.4" 2024-04-20T08:58:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:58:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:57.104974+0000 mgr.y (mgr.24491) 11088 : cluster [DBG] pgmap v9794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:57.104974+0000 mgr.y (mgr.24491) 11088 : cluster [DBG] pgmap v9794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:58:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:57.104974+0000 mgr.y (mgr.24491) 11088 : cluster [DBG] pgmap v9794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:58:59.105528+0000 mgr.y (mgr.24491) 11089 : cluster [DBG] pgmap v9795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:00.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:58:59.105528+0000 mgr.y (mgr.24491) 11089 : cluster [DBG] pgmap v9795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:58:59.105528+0000 mgr.y (mgr.24491) 11089 : cluster [DBG] pgmap v9795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:01.106301+0000 mgr.y (mgr.24491) 11090 : cluster [DBG] pgmap v9796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:59:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:01.106301+0000 mgr.y (mgr.24491) 11090 : cluster [DBG] pgmap v9796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:01.106301+0000 mgr.y (mgr.24491) 11090 : cluster [DBG] pgmap v9796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:03.106704+0000 mgr.y (mgr.24491) 11091 : cluster [DBG] pgmap v9797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:04.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:03.106704+0000 mgr.y (mgr.24491) 11091 : cluster [DBG] pgmap v9797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:03.106704+0000 mgr.y (mgr.24491) 11091 : cluster [DBG] pgmap v9797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:05.107392+0000 mgr.y (mgr.24491) 11092 : cluster [DBG] pgmap v9798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:05.107392+0000 mgr.y (mgr.24491) 11092 : cluster [DBG] pgmap v9798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:05.107392+0000 mgr.y (mgr.24491) 11092 : cluster [DBG] pgmap v9798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:07.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:07.107973+0000 mgr.y (mgr.24491) 11093 : cluster [DBG] pgmap v9799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:07.107973+0000 mgr.y (mgr.24491) 11093 : cluster [DBG] pgmap v9799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:07.107973+0000 mgr.y (mgr.24491) 11093 : cluster [DBG] pgmap v9799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T08:59:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:09.108425+0000 mgr.y (mgr.24491) 11094 : cluster [DBG] pgmap v9800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:09.108425+0000 mgr.y (mgr.24491) 11094 : cluster [DBG] pgmap v9800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:09.108425+0000 mgr.y (mgr.24491) 11094 : cluster [DBG] pgmap v9800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:59:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:11.109196+0000 mgr.y (mgr.24491) 11095 : cluster [DBG] pgmap v9801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:12.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:11.109196+0000 mgr.y (mgr.24491) 11095 : cluster [DBG] pgmap v9801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:11.109196+0000 mgr.y (mgr.24491) 11095 : cluster [DBG] pgmap v9801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:13.109782+0000 mgr.y (mgr.24491) 11096 : cluster [DBG] pgmap v9802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:13.109782+0000 mgr.y (mgr.24491) 11096 : cluster [DBG] pgmap v9802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:13.109782+0000 mgr.y (mgr.24491) 11096 : cluster [DBG] pgmap v9802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:15.110420+0000 mgr.y (mgr.24491) 11097 : cluster [DBG] pgmap v9803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:15.110420+0000 mgr.y (mgr.24491) 11097 : cluster [DBG] pgmap v9803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:15.110420+0000 mgr.y (mgr.24491) 11097 : cluster [DBG] pgmap v9803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:59:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:17.111015+0000 mgr.y (mgr.24491) 11098 : cluster [DBG] pgmap v9804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:18.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:17.111015+0000 mgr.y (mgr.24491) 11098 : cluster [DBG] pgmap v9804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:17.111015+0000 mgr.y (mgr.24491) 11098 : cluster [DBG] pgmap v9804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:19.111390+0000 mgr.y (mgr.24491) 11099 : cluster [DBG] pgmap v9805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:19.111390+0000 mgr.y (mgr.24491) 11099 : cluster [DBG] pgmap v9805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:20.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:19.111390+0000 mgr.y (mgr.24491) 11099 : cluster [DBG] pgmap v9805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:21.112220+0000 mgr.y (mgr.24491) 11100 : cluster [DBG] pgmap v9806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:59:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:21.112220+0000 mgr.y (mgr.24491) 11100 : cluster [DBG] pgmap v9806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:21.112220+0000 mgr.y (mgr.24491) 11100 : cluster [DBG] pgmap v9806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:23.282 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:59:23.558 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:59:23.558 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:59:23.558 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 62.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:59:23.558 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:59:23.558 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:59:23.558 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 9m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:59:23.558 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:59:23.558 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 900M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:59:23.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 5h 477M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:59:23.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 9m ago 5h 481M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:59:23.559 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:59:23.559 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:59:23.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:59:23.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 9m ago 5h 45.3M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:59:23.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.5M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:59:23.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:59:23.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:59:23.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:59:23.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:59:23.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:59:23.560 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:59:23.892 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:59:23.892 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:59:23.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:59:23.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:59:23.892 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:59:23.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:59:23.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:59:23.893 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:59:23.893 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:59:23.893 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:59:23.893 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:59:23.893 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:59:23.893 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:59:23.893 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:59:23.893 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:59:23.893 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:59:23.893 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:59:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:23.112567+0000 mgr.y (mgr.24491) 11101 : cluster [DBG] pgmap v9807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:23.894270+0000 mon.c (mon.2) 368 : audit [DBG] from='client.? 172.21.15.177:0/254154606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:59:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:23.112567+0000 mgr.y (mgr.24491) 11101 : cluster [DBG] pgmap v9807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:23.894270+0000 mon.c (mon.2) 368 : audit [DBG] from='client.? 172.21.15.177:0/254154606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:59:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:23.112567+0000 mgr.y (mgr.24491) 11101 : cluster [DBG] pgmap v9807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:23.894270+0000 mon.c (mon.2) 368 : audit [DBG] from='client.? 172.21.15.177:0/254154606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:59:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:23.272187+0000 mgr.y (mgr.24491) 11102 : audit [DBG] from='client.26259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:23.552434+0000 mgr.y (mgr.24491) 11103 : audit [DBG] from='client.26265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:23.272187+0000 mgr.y (mgr.24491) 11102 : audit [DBG] from='client.26259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:23.552434+0000 mgr.y (mgr.24491) 11103 : audit [DBG] from='client.26265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:23.272187+0000 mgr.y (mgr.24491) 11102 : audit [DBG] from='client.26259 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:23.552434+0000 mgr.y (mgr.24491) 11103 : audit [DBG] from='client.26265 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:25.113181+0000 mgr.y (mgr.24491) 11104 : cluster [DBG] pgmap v9808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:26.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:25.113181+0000 mgr.y (mgr.24491) 11104 : cluster [DBG] pgmap v9808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:25.113181+0000 mgr.y (mgr.24491) 11104 : cluster [DBG] pgmap v9808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:27.113573+0000 mgr.y (mgr.24491) 11105 : cluster [DBG] pgmap v9809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:27.113573+0000 mgr.y (mgr.24491) 11105 : cluster [DBG] pgmap v9809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:27.113573+0000 mgr.y (mgr.24491) 11105 : cluster [DBG] pgmap v9809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:59:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:29.114031+0000 mgr.y (mgr.24491) 11106 : cluster [DBG] pgmap v9810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:29.114031+0000 mgr.y (mgr.24491) 11106 : cluster [DBG] pgmap v9810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:30.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:29.114031+0000 mgr.y (mgr.24491) 11106 : cluster [DBG] pgmap v9810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:31.114633+0000 mgr.y (mgr.24491) 11107 : cluster [DBG] pgmap v9811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:59:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:31.114633+0000 mgr.y (mgr.24491) 11107 : cluster [DBG] pgmap v9811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:31.114633+0000 mgr.y (mgr.24491) 11107 : cluster [DBG] pgmap v9811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:33.115177+0000 mgr.y (mgr.24491) 11108 : cluster [DBG] pgmap v9812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:34.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:33.115177+0000 mgr.y (mgr.24491) 11108 : cluster [DBG] pgmap v9812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:33.115177+0000 mgr.y (mgr.24491) 11108 : cluster [DBG] pgmap v9812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:35.115791+0000 mgr.y (mgr.24491) 11109 : cluster [DBG] pgmap v9813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:35.115791+0000 mgr.y (mgr.24491) 11109 : cluster [DBG] pgmap v9813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:35.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:35.115791+0000 mgr.y (mgr.24491) 11109 : cluster [DBG] pgmap v9813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:37] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:59:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:37.116261+0000 mgr.y (mgr.24491) 11110 : cluster [DBG] pgmap v9814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:38.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:37.116261+0000 mgr.y (mgr.24491) 11110 : cluster [DBG] pgmap v9814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:37.116261+0000 mgr.y (mgr.24491) 11110 : cluster [DBG] pgmap v9814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:39.116827+0000 mgr.y (mgr.24491) 11111 : cluster [DBG] pgmap v9815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:39.116827+0000 mgr.y (mgr.24491) 11111 : cluster [DBG] pgmap v9815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:39.116827+0000 mgr.y (mgr.24491) 11111 : cluster [DBG] pgmap v9815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:59:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:41.117542+0000 mgr.y (mgr.24491) 11112 : cluster [DBG] pgmap v9816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:42.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:41.117542+0000 mgr.y (mgr.24491) 11112 : cluster [DBG] pgmap v9816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:41.117542+0000 mgr.y (mgr.24491) 11112 : cluster [DBG] pgmap v9816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:43.118153+0000 mgr.y (mgr.24491) 11113 : cluster [DBG] pgmap v9817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:43.118153+0000 mgr.y (mgr.24491) 11113 : cluster [DBG] pgmap v9817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:43.118153+0000 mgr.y (mgr.24491) 11113 : cluster [DBG] pgmap v9817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:45.118766+0000 mgr.y (mgr.24491) 11114 : cluster [DBG] pgmap v9818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:45.118766+0000 mgr.y (mgr.24491) 11114 : cluster [DBG] pgmap v9818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:45.118766+0000 mgr.y (mgr.24491) 11114 : cluster [DBG] pgmap v9818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:47.119314+0000 mgr.y (mgr.24491) 11115 : cluster [DBG] pgmap v9819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:47.119314+0000 mgr.y (mgr.24491) 11115 : cluster [DBG] pgmap v9819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:47.119314+0000 mgr.y (mgr.24491) 11115 : cluster [DBG] pgmap v9819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:59:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:48.101959+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:59:48.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:48.101959+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:59:48.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:48.101959+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T08:59:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:49.119704+0000 mgr.y (mgr.24491) 11116 : cluster [DBG] pgmap v9820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:49.565 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:49.119704+0000 mgr.y (mgr.24491) 11116 : cluster [DBG] pgmap v9820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:49.565 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:49.119704+0000 mgr.y (mgr.24491) 11116 : cluster [DBG] pgmap v9820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 08:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T08:59:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:50.714819+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:59:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:51.120358+0000 mgr.y (mgr.24491) 11117 : cluster [DBG] pgmap v9821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:51.447910+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:59:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:50.714819+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:59:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:51.120358+0000 mgr.y (mgr.24491) 11117 : cluster [DBG] pgmap v9821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:51.447910+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:59:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:50.714819+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:59:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:51.120358+0000 mgr.y (mgr.24491) 11117 : cluster [DBG] pgmap v9821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:51.447910+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:59:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:51.727238+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:59:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:51.728003+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:59:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:51.734984+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:59:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:51.727238+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:59:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:51.728003+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:59:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:51.734984+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:59:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:51.727238+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T08:59:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:51.728003+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T08:59:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:51.734984+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T08:59:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:53.120686+0000 mgr.y (mgr.24491) 11118 : cluster [DBG] pgmap v9822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:54.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:53.120686+0000 mgr.y (mgr.24491) 11118 : cluster [DBG] pgmap v9822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:54.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:53.120686+0000 mgr.y (mgr.24491) 11118 : cluster [DBG] pgmap v9822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:54.201 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T08:59:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T08:59:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3s ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3s ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3s ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3s ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3s ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3s ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 3s ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3s ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T08:59:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T08:59:54.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T08:59:54.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3s ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T08:59:54.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T08:59:54.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T08:59:54.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3s ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T08:59:54.479 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3s ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T08:59:54.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T08:59:54.814 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T08:59:54.814 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T08:59:54.814 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T08:59:54.814 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T08:59:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:54.815305+0000 mon.c (mon.2) 369 : audit [DBG] from='client.? 172.21.15.177:0/1078412930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:59:55.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:54.815305+0000 mon.c (mon.2) 369 : audit [DBG] from='client.? 172.21.15.177:0/1078412930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:59:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:54.815305+0000 mon.c (mon.2) 369 : audit [DBG] from='client.? 172.21.15.177:0/1078412930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T08:59:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:54.191870+0000 mgr.y (mgr.24491) 11119 : audit [DBG] from='client.26277 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T08:59:54.472277+0000 mgr.y (mgr.24491) 11120 : audit [DBG] from='client.36191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:56.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:55.121491+0000 mgr.y (mgr.24491) 11121 : cluster [DBG] pgmap v9823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:54.191870+0000 mgr.y (mgr.24491) 11119 : audit [DBG] from='client.26277 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T08:59:54.472277+0000 mgr.y (mgr.24491) 11120 : audit [DBG] from='client.36191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:55.121491+0000 mgr.y (mgr.24491) 11121 : cluster [DBG] pgmap v9823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:54.191870+0000 mgr.y (mgr.24491) 11119 : audit [DBG] from='client.26277 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T08:59:54.472277+0000 mgr.y (mgr.24491) 11120 : audit [DBG] from='client.36191 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T08:59:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:55.121491+0000 mgr.y (mgr.24491) 11121 : cluster [DBG] pgmap v9823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:57.121858+0000 mgr.y (mgr.24491) 11122 : cluster [DBG] pgmap v9824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:57.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 08:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:08:59:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T08:59:57.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:57.121858+0000 mgr.y (mgr.24491) 11122 : cluster [DBG] pgmap v9824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:57.121858+0000 mgr.y (mgr.24491) 11122 : cluster [DBG] pgmap v9824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 08:59:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T08:59:59.122223+0000 mgr.y (mgr.24491) 11123 : cluster [DBG] pgmap v9825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 08:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T08:59:59.122223+0000 mgr.y (mgr.24491) 11123 : cluster [DBG] pgmap v9825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T08:59:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 08:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T08:59:59.122223+0000 mgr.y (mgr.24491) 11123 : cluster [DBG] pgmap v9825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:00.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:00.000164+0000 mon.a (mon.0) 2572 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:00:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T09:00:00.000+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:00:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:00.000164+0000 mon.a (mon.0) 2572 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:00:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:00.000164+0000 mon.a (mon.0) 2572 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:00:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:01.122918+0000 mgr.y (mgr.24491) 11124 : cluster [DBG] pgmap v9826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:00:01.499 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 09:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T09:00:01.055Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1713592800138 maxt=1713600000000 ulid=01HVXBQRKKAN15K4SBTR7S8KXE duration=44.732578ms 2024-04-20T09:00:01.499 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 09:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T09:00:01.058Z caller=head.go:827 level=info component=tsdb msg="Head GC completed" duration=2.604984ms 2024-04-20T09:00:01.499 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 09:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T09:00:01.059Z caller=checkpoint.go:98 level=info component=tsdb msg="Creating checkpoint" from_segment=0 to_segment=1 mint=1713600000000 2024-04-20T09:00:01.499 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 09:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T09:00:01.170Z caller=head.go:996 level=info component=tsdb msg="WAL checkpoint complete" first=0 last=1 duration=111.306458ms 2024-04-20T09:00:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:01.122918+0000 mgr.y (mgr.24491) 11124 : cluster [DBG] pgmap v9826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:01.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:01.122918+0000 mgr.y (mgr.24491) 11124 : cluster [DBG] pgmap v9826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:03.123410+0000 mgr.y (mgr.24491) 11125 : cluster [DBG] pgmap v9827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:03.123410+0000 mgr.y (mgr.24491) 11125 : cluster [DBG] pgmap v9827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:03.123410+0000 mgr.y (mgr.24491) 11125 : cluster [DBG] pgmap v9827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:05.124136+0000 mgr.y (mgr.24491) 11126 : cluster [DBG] pgmap v9828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:05.124136+0000 mgr.y (mgr.24491) 11126 : cluster [DBG] pgmap v9828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:05.124136+0000 mgr.y (mgr.24491) 11126 : cluster [DBG] pgmap v9828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:07.124644+0000 mgr.y (mgr.24491) 11127 : cluster [DBG] pgmap v9829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:07.124644+0000 mgr.y (mgr.24491) 11127 : cluster [DBG] pgmap v9829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:07.124644+0000 mgr.y (mgr.24491) 11127 : cluster [DBG] pgmap v9829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:00:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:09.125145+0000 mgr.y (mgr.24491) 11128 : cluster [DBG] pgmap v9830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:09.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:09.125145+0000 mgr.y (mgr.24491) 11128 : cluster [DBG] pgmap v9830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:09.125145+0000 mgr.y (mgr.24491) 11128 : cluster [DBG] pgmap v9830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:11.125976+0000 mgr.y (mgr.24491) 11129 : cluster [DBG] pgmap v9831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:00:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:11.125976+0000 mgr.y (mgr.24491) 11129 : cluster [DBG] pgmap v9831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:11.125976+0000 mgr.y (mgr.24491) 11129 : cluster [DBG] pgmap v9831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:13.126516+0000 mgr.y (mgr.24491) 11130 : cluster [DBG] pgmap v9832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:13.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:13.126516+0000 mgr.y (mgr.24491) 11130 : cluster [DBG] pgmap v9832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:13.126516+0000 mgr.y (mgr.24491) 11130 : cluster [DBG] pgmap v9832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:15.127111+0000 mgr.y (mgr.24491) 11131 : cluster [DBG] pgmap v9833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:15.127111+0000 mgr.y (mgr.24491) 11131 : cluster [DBG] pgmap v9833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:15.127111+0000 mgr.y (mgr.24491) 11131 : cluster [DBG] pgmap v9833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:17.127579+0000 mgr.y (mgr.24491) 11132 : cluster [DBG] pgmap v9834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:17.127579+0000 mgr.y (mgr.24491) 11132 : cluster [DBG] pgmap v9834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:17.127579+0000 mgr.y (mgr.24491) 11132 : cluster [DBG] pgmap v9834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:00:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:19.128018+0000 mgr.y (mgr.24491) 11133 : cluster [DBG] pgmap v9835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:19.128018+0000 mgr.y (mgr.24491) 11133 : cluster [DBG] pgmap v9835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:19.128018+0000 mgr.y (mgr.24491) 11133 : cluster [DBG] pgmap v9835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:21.128752+0000 mgr.y (mgr.24491) 11134 : cluster [DBG] pgmap v9836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:00:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:21.128752+0000 mgr.y (mgr.24491) 11134 : cluster [DBG] pgmap v9836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:21.128752+0000 mgr.y (mgr.24491) 11134 : cluster [DBG] pgmap v9836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:23.129391+0000 mgr.y (mgr.24491) 11135 : cluster [DBG] pgmap v9837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:23.129391+0000 mgr.y (mgr.24491) 11135 : cluster [DBG] pgmap v9837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:23.129391+0000 mgr.y (mgr.24491) 11135 : cluster [DBG] pgmap v9837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:25.126 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:00:25.401 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:00:25.401 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 34s ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:00:25.401 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 33s ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:00:25.402 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 34s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:00:25.402 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 33s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:00:25.402 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 33s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:00:25.402 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 34s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:00:25.402 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 34s ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:00:25.402 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 33s ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:00:25.402 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 34s ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:00:25.402 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 34s ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:00:25.402 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 33s ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:00:25.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 34s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:00:25.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 34s ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:00:25.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 34s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:00:25.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 34s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:00:25.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 33s ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:00:25.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 33s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:00:25.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 33s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:00:25.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 33s ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:00:25.403 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 33s ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:00:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:00:25.116046+0000 mgr.y (mgr.24491) 11136 : audit [DBG] from='client.36203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:25.129994+0000 mgr.y (mgr.24491) 11137 : cluster [DBG] pgmap v9838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:00:25.116046+0000 mgr.y (mgr.24491) 11136 : audit [DBG] from='client.36203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:25.129994+0000 mgr.y (mgr.24491) 11137 : cluster [DBG] pgmap v9838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:00:25.116046+0000 mgr.y (mgr.24491) 11136 : audit [DBG] from='client.36203 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:25.129994+0000 mgr.y (mgr.24491) 11137 : cluster [DBG] pgmap v9838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:25.731 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:00:25.732 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:00:25.732 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:00:25.732 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:00:25.732 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:00:25.732 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:00:25.732 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:00:25.732 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:00:25.732 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:00:25.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:00:25.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:00:25.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:00:25.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:00:25.733 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:00:25.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:00:25.733 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:00:25.733 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:00:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:00:25.395674+0000 mgr.y (mgr.24491) 11138 : audit [DBG] from='client.36209 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:00:25.733990+0000 mon.a (mon.0) 2573 : audit [DBG] from='client.? 172.21.15.177:0/262281038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:00:26.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:00:25.395674+0000 mgr.y (mgr.24491) 11138 : audit [DBG] from='client.36209 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:00:25.733990+0000 mon.a (mon.0) 2573 : audit [DBG] from='client.? 172.21.15.177:0/262281038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:00:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:00:25.395674+0000 mgr.y (mgr.24491) 11138 : audit [DBG] from='client.36209 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:00:25.733990+0000 mon.a (mon.0) 2573 : audit [DBG] from='client.? 172.21.15.177:0/262281038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:00:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:27.130376+0000 mgr.y (mgr.24491) 11139 : cluster [DBG] pgmap v9839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:27.130376+0000 mgr.y (mgr.24491) 11139 : cluster [DBG] pgmap v9839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:27.130376+0000 mgr.y (mgr.24491) 11139 : cluster [DBG] pgmap v9839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:00:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:29.130829+0000 mgr.y (mgr.24491) 11140 : cluster [DBG] pgmap v9840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:29.130829+0000 mgr.y (mgr.24491) 11140 : cluster [DBG] pgmap v9840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:29.130829+0000 mgr.y (mgr.24491) 11140 : cluster [DBG] pgmap v9840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:31.131595+0000 mgr.y (mgr.24491) 11141 : cluster [DBG] pgmap v9841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:00:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:31.131595+0000 mgr.y (mgr.24491) 11141 : cluster [DBG] pgmap v9841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:31.131595+0000 mgr.y (mgr.24491) 11141 : cluster [DBG] pgmap v9841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:33.132056+0000 mgr.y (mgr.24491) 11142 : cluster [DBG] pgmap v9842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:33.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:33.132056+0000 mgr.y (mgr.24491) 11142 : cluster [DBG] pgmap v9842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:33.132056+0000 mgr.y (mgr.24491) 11142 : cluster [DBG] pgmap v9842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:35.132666+0000 mgr.y (mgr.24491) 11143 : cluster [DBG] pgmap v9843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:35.132666+0000 mgr.y (mgr.24491) 11143 : cluster [DBG] pgmap v9843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:35.132666+0000 mgr.y (mgr.24491) 11143 : cluster [DBG] pgmap v9843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:37.133117+0000 mgr.y (mgr.24491) 11144 : cluster [DBG] pgmap v9844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:37.133117+0000 mgr.y (mgr.24491) 11144 : cluster [DBG] pgmap v9844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:37.133117+0000 mgr.y (mgr.24491) 11144 : cluster [DBG] pgmap v9844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:37] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T09:00:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:39.133683+0000 mgr.y (mgr.24491) 11145 : cluster [DBG] pgmap v9845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:39.133683+0000 mgr.y (mgr.24491) 11145 : cluster [DBG] pgmap v9845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:39.133683+0000 mgr.y (mgr.24491) 11145 : cluster [DBG] pgmap v9845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:41.134576+0000 mgr.y (mgr.24491) 11146 : cluster [DBG] pgmap v9846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:00:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:41.134576+0000 mgr.y (mgr.24491) 11146 : cluster [DBG] pgmap v9846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:41.134576+0000 mgr.y (mgr.24491) 11146 : cluster [DBG] pgmap v9846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:43.134992+0000 mgr.y (mgr.24491) 11147 : cluster [DBG] pgmap v9847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:43.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:43.134992+0000 mgr.y (mgr.24491) 11147 : cluster [DBG] pgmap v9847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:43.134992+0000 mgr.y (mgr.24491) 11147 : cluster [DBG] pgmap v9847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:45.135739+0000 mgr.y (mgr.24491) 11148 : cluster [DBG] pgmap v9848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:45.135739+0000 mgr.y (mgr.24491) 11148 : cluster [DBG] pgmap v9848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:45.135739+0000 mgr.y (mgr.24491) 11148 : cluster [DBG] pgmap v9848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:47.136191+0000 mgr.y (mgr.24491) 11149 : cluster [DBG] pgmap v9849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:47.136191+0000 mgr.y (mgr.24491) 11149 : cluster [DBG] pgmap v9849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:47.136191+0000 mgr.y (mgr.24491) 11149 : cluster [DBG] pgmap v9849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:00:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:49.136531+0000 mgr.y (mgr.24491) 11150 : cluster [DBG] pgmap v9850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:49.136531+0000 mgr.y (mgr.24491) 11150 : cluster [DBG] pgmap v9850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:49.136531+0000 mgr.y (mgr.24491) 11150 : cluster [DBG] pgmap v9850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:51.137351+0000 mgr.y (mgr.24491) 11151 : cluster [DBG] pgmap v9851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:00:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:51.137351+0000 mgr.y (mgr.24491) 11151 : cluster [DBG] pgmap v9851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:51.137351+0000 mgr.y (mgr.24491) 11151 : cluster [DBG] pgmap v9851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:00:51.739873+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:00:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:00:52.038093+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:00:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:00:52.038717+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:00:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:00:52.042846+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:00:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:00:51.739873+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:00:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:00:52.038093+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:00:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:00:52.038717+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:00:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:00:52.042846+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:00:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:00:51.739873+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:00:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:00:52.038093+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:00:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:00:52.038717+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:00:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:00:52.042846+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:00:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:53.137899+0000 mgr.y (mgr.24491) 11152 : cluster [DBG] pgmap v9852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:53.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:53.137899+0000 mgr.y (mgr.24491) 11152 : cluster [DBG] pgmap v9852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:53.137899+0000 mgr.y (mgr.24491) 11152 : cluster [DBG] pgmap v9852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:55.138587+0000 mgr.y (mgr.24491) 11153 : cluster [DBG] pgmap v9853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:55.138587+0000 mgr.y (mgr.24491) 11153 : cluster [DBG] pgmap v9853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:55.138587+0000 mgr.y (mgr.24491) 11153 : cluster [DBG] pgmap v9853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:56.042 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:00:56.318 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:00:56.318 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 65s ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:00:56.318 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 64s ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:00:56.318 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 65s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:00:56.318 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 64s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:00:56.318 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 64s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:00:56.318 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 65s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:00:56.318 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 65s ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:00:56.319 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 64s ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:00:56.319 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 65s ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:00:56.319 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 65s ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:00:56.319 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 64s ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:00:56.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 65s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:00:56.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 65s ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:00:56.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 65s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:00:56.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 65s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:00:56.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 64s ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:00:56.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 64s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:00:56.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 64s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:00:56.320 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 64s ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:00:56.320 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 64s ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:00:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:00:56.032390+0000 mgr.y (mgr.24491) 11154 : audit [DBG] from='client.26313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:00:56.032390+0000 mgr.y (mgr.24491) 11154 : audit [DBG] from='client.26313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:56.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:00:56.032390+0000 mgr.y (mgr.24491) 11154 : audit [DBG] from='client.26313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:56.649 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:00:56.650 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:00:56.650 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:00:56.650 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:00:56.650 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:00:56.650 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:00:56.650 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:00:56.650 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:00:56.650 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:00:56.650 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:00:56.650 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:00:56.651 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:00:56.651 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:00:56.651 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:00:56.651 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:00:56.651 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:00:56.651 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:00:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:00:56.312756+0000 mgr.y (mgr.24491) 11155 : audit [DBG] from='client.36227 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:00:56.652157+0000 mon.a (mon.0) 2578 : audit [DBG] from='client.? 172.21.15.177:0/3953857093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:00:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:57.139097+0000 mgr.y (mgr.24491) 11156 : cluster [DBG] pgmap v9854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:00:56.312756+0000 mgr.y (mgr.24491) 11155 : audit [DBG] from='client.36227 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:00:56.652157+0000 mon.a (mon.0) 2578 : audit [DBG] from='client.? 172.21.15.177:0/3953857093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:00:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:57.139097+0000 mgr.y (mgr.24491) 11156 : cluster [DBG] pgmap v9854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:00:56.312756+0000 mgr.y (mgr.24491) 11155 : audit [DBG] from='client.36227 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:00:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:00:56.652157+0000 mon.a (mon.0) 2578 : audit [DBG] from='client.? 172.21.15.177:0/3953857093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:00:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:57.139097+0000 mgr.y (mgr.24491) 11156 : cluster [DBG] pgmap v9854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:00:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:00:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:00:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:00:59.139529+0000 mgr.y (mgr.24491) 11157 : cluster [DBG] pgmap v9855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:00:59.139529+0000 mgr.y (mgr.24491) 11157 : cluster [DBG] pgmap v9855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:00:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:00:59.139529+0000 mgr.y (mgr.24491) 11157 : cluster [DBG] pgmap v9855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:01.140227+0000 mgr.y (mgr.24491) 11158 : cluster [DBG] pgmap v9856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:01:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:01.140227+0000 mgr.y (mgr.24491) 11158 : cluster [DBG] pgmap v9856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:01.140227+0000 mgr.y (mgr.24491) 11158 : cluster [DBG] pgmap v9856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:03.140733+0000 mgr.y (mgr.24491) 11159 : cluster [DBG] pgmap v9857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:03.140733+0000 mgr.y (mgr.24491) 11159 : cluster [DBG] pgmap v9857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:03.140733+0000 mgr.y (mgr.24491) 11159 : cluster [DBG] pgmap v9857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:05.141368+0000 mgr.y (mgr.24491) 11160 : cluster [DBG] pgmap v9858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:05.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:05.141368+0000 mgr.y (mgr.24491) 11160 : cluster [DBG] pgmap v9858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:05.141368+0000 mgr.y (mgr.24491) 11160 : cluster [DBG] pgmap v9858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:07.141928+0000 mgr.y (mgr.24491) 11161 : cluster [DBG] pgmap v9859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:07.141928+0000 mgr.y (mgr.24491) 11161 : cluster [DBG] pgmap v9859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:07.141928+0000 mgr.y (mgr.24491) 11161 : cluster [DBG] pgmap v9859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T09:01:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:09.142405+0000 mgr.y (mgr.24491) 11162 : cluster [DBG] pgmap v9860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:09.142405+0000 mgr.y (mgr.24491) 11162 : cluster [DBG] pgmap v9860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:09.142405+0000 mgr.y (mgr.24491) 11162 : cluster [DBG] pgmap v9860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:11.143218+0000 mgr.y (mgr.24491) 11163 : cluster [DBG] pgmap v9861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:01:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:11.143218+0000 mgr.y (mgr.24491) 11163 : cluster [DBG] pgmap v9861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:11.143218+0000 mgr.y (mgr.24491) 11163 : cluster [DBG] pgmap v9861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:13.143754+0000 mgr.y (mgr.24491) 11164 : cluster [DBG] pgmap v9862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:13.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:13.143754+0000 mgr.y (mgr.24491) 11164 : cluster [DBG] pgmap v9862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:13.143754+0000 mgr.y (mgr.24491) 11164 : cluster [DBG] pgmap v9862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:15.144365+0000 mgr.y (mgr.24491) 11165 : cluster [DBG] pgmap v9863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:15.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:15.144365+0000 mgr.y (mgr.24491) 11165 : cluster [DBG] pgmap v9863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:15.144365+0000 mgr.y (mgr.24491) 11165 : cluster [DBG] pgmap v9863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:17.144890+0000 mgr.y (mgr.24491) 11166 : cluster [DBG] pgmap v9864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:17.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:17.144890+0000 mgr.y (mgr.24491) 11166 : cluster [DBG] pgmap v9864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:17.144890+0000 mgr.y (mgr.24491) 11166 : cluster [DBG] pgmap v9864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:17] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T09:01:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:19.145246+0000 mgr.y (mgr.24491) 11167 : cluster [DBG] pgmap v9865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:19.145246+0000 mgr.y (mgr.24491) 11167 : cluster [DBG] pgmap v9865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:19.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:19.145246+0000 mgr.y (mgr.24491) 11167 : cluster [DBG] pgmap v9865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:21.146023+0000 mgr.y (mgr.24491) 11168 : cluster [DBG] pgmap v9866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:01:21.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:21.146023+0000 mgr.y (mgr.24491) 11168 : cluster [DBG] pgmap v9866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:21.146023+0000 mgr.y (mgr.24491) 11168 : cluster [DBG] pgmap v9866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:23.146457+0000 mgr.y (mgr.24491) 11169 : cluster [DBG] pgmap v9867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:23.146457+0000 mgr.y (mgr.24491) 11169 : cluster [DBG] pgmap v9867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:23.146457+0000 mgr.y (mgr.24491) 11169 : cluster [DBG] pgmap v9867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:25.147131+0000 mgr.y (mgr.24491) 11170 : cluster [DBG] pgmap v9868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:25.147131+0000 mgr.y (mgr.24491) 11170 : cluster [DBG] pgmap v9868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:25.147131+0000 mgr.y (mgr.24491) 11170 : cluster [DBG] pgmap v9868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:26.963 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:01:27.238 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:01:27.238 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 96s ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:01:27.238 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 95s ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:01:27.238 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 96s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 95s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 95s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 96s ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 96s ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 95s ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 96s ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 96s ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 95s ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 96s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 96s ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 96s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:01:27.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 96s ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:01:27.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 95s ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:01:27.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 95s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:01:27.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 95s ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:01:27.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 95s ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:01:27.240 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 95s ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:01:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:01:26.953216+0000 mgr.y (mgr.24491) 11171 : audit [DBG] from='client.36239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:27.147493+0000 mgr.y (mgr.24491) 11172 : cluster [DBG] pgmap v9869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:27.572 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:01:27.572 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:01:27.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:01:27.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:01:27.573 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:01:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:01:26.953216+0000 mgr.y (mgr.24491) 11171 : audit [DBG] from='client.36239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:27.147493+0000 mgr.y (mgr.24491) 11172 : cluster [DBG] pgmap v9869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:01:26.953216+0000 mgr.y (mgr.24491) 11171 : audit [DBG] from='client.36239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:27.147493+0000 mgr.y (mgr.24491) 11172 : cluster [DBG] pgmap v9869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:27] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T09:01:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:01:27.232148+0000 mgr.y (mgr.24491) 11173 : audit [DBG] from='client.36245 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:01:27.574930+0000 mon.a (mon.0) 2579 : audit [DBG] from='client.? 172.21.15.177:0/2403405250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:01:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:01:27.232148+0000 mgr.y (mgr.24491) 11173 : audit [DBG] from='client.36245 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:01:27.574930+0000 mon.a (mon.0) 2579 : audit [DBG] from='client.? 172.21.15.177:0/2403405250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:01:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:01:27.232148+0000 mgr.y (mgr.24491) 11173 : audit [DBG] from='client.36245 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:01:27.574930+0000 mon.a (mon.0) 2579 : audit [DBG] from='client.? 172.21.15.177:0/2403405250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:01:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:29.147966+0000 mgr.y (mgr.24491) 11174 : cluster [DBG] pgmap v9870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:29.147966+0000 mgr.y (mgr.24491) 11174 : cluster [DBG] pgmap v9870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:29.147966+0000 mgr.y (mgr.24491) 11174 : cluster [DBG] pgmap v9870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:31.148572+0000 mgr.y (mgr.24491) 11175 : cluster [DBG] pgmap v9871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:01:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:31.148572+0000 mgr.y (mgr.24491) 11175 : cluster [DBG] pgmap v9871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:31.148572+0000 mgr.y (mgr.24491) 11175 : cluster [DBG] pgmap v9871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:33.149025+0000 mgr.y (mgr.24491) 11176 : cluster [DBG] pgmap v9872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:33.149025+0000 mgr.y (mgr.24491) 11176 : cluster [DBG] pgmap v9872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:33.149025+0000 mgr.y (mgr.24491) 11176 : cluster [DBG] pgmap v9872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:35.149634+0000 mgr.y (mgr.24491) 11177 : cluster [DBG] pgmap v9873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:35.149634+0000 mgr.y (mgr.24491) 11177 : cluster [DBG] pgmap v9873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:35.149634+0000 mgr.y (mgr.24491) 11177 : cluster [DBG] pgmap v9873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:37.150116+0000 mgr.y (mgr.24491) 11178 : cluster [DBG] pgmap v9874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:37.150116+0000 mgr.y (mgr.24491) 11178 : cluster [DBG] pgmap v9874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:37.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:37.150116+0000 mgr.y (mgr.24491) 11178 : cluster [DBG] pgmap v9874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:37] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T09:01:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:39.150484+0000 mgr.y (mgr.24491) 11179 : cluster [DBG] pgmap v9875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:39.150484+0000 mgr.y (mgr.24491) 11179 : cluster [DBG] pgmap v9875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:39.150484+0000 mgr.y (mgr.24491) 11179 : cluster [DBG] pgmap v9875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:41.151306+0000 mgr.y (mgr.24491) 11180 : cluster [DBG] pgmap v9876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:01:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:41.151306+0000 mgr.y (mgr.24491) 11180 : cluster [DBG] pgmap v9876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:41.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:41.151306+0000 mgr.y (mgr.24491) 11180 : cluster [DBG] pgmap v9876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:43.151760+0000 mgr.y (mgr.24491) 11181 : cluster [DBG] pgmap v9877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:43.151760+0000 mgr.y (mgr.24491) 11181 : cluster [DBG] pgmap v9877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:43.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:43.151760+0000 mgr.y (mgr.24491) 11181 : cluster [DBG] pgmap v9877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:45.152422+0000 mgr.y (mgr.24491) 11182 : cluster [DBG] pgmap v9878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:45.152422+0000 mgr.y (mgr.24491) 11182 : cluster [DBG] pgmap v9878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:45.152422+0000 mgr.y (mgr.24491) 11182 : cluster [DBG] pgmap v9878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:47.152883+0000 mgr.y (mgr.24491) 11183 : cluster [DBG] pgmap v9879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:47.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:47.152883+0000 mgr.y (mgr.24491) 11183 : cluster [DBG] pgmap v9879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:47.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:47.152883+0000 mgr.y (mgr.24491) 11183 : cluster [DBG] pgmap v9879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:01:49.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:49.153283+0000 mgr.y (mgr.24491) 11184 : cluster [DBG] pgmap v9880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:49.153283+0000 mgr.y (mgr.24491) 11184 : cluster [DBG] pgmap v9880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:49.153283+0000 mgr.y (mgr.24491) 11184 : cluster [DBG] pgmap v9880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:01:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:51.154009+0000 mgr.y (mgr.24491) 11185 : cluster [DBG] pgmap v9881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:51.154009+0000 mgr.y (mgr.24491) 11185 : cluster [DBG] pgmap v9881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:51.154009+0000 mgr.y (mgr.24491) 11185 : cluster [DBG] pgmap v9881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:01:52.047383+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:01:52.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:01:52.047383+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:01:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:01:52.047383+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:01:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:01:52.344721+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:01:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:01:52.345337+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:01:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:01:52.349633+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:01:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:53.154556+0000 mgr.y (mgr.24491) 11186 : cluster [DBG] pgmap v9882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:01:52.344721+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:01:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:01:52.345337+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:01:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:01:52.349633+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:01:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:53.154556+0000 mgr.y (mgr.24491) 11186 : cluster [DBG] pgmap v9882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:01:52.344721+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:01:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:01:52.345337+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:01:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:01:52.349633+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:01:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:53.154556+0000 mgr.y (mgr.24491) 11186 : cluster [DBG] pgmap v9882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:55.155127+0000 mgr.y (mgr.24491) 11187 : cluster [DBG] pgmap v9883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:55.155127+0000 mgr.y (mgr.24491) 11187 : cluster [DBG] pgmap v9883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:55.155127+0000 mgr.y (mgr.24491) 11187 : cluster [DBG] pgmap v9883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:57.155552+0000 mgr.y (mgr.24491) 11188 : cluster [DBG] pgmap v9884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:57.155552+0000 mgr.y (mgr.24491) 11188 : cluster [DBG] pgmap v9884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:57.155552+0000 mgr.y (mgr.24491) 11188 : cluster [DBG] pgmap v9884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:57.886 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:01:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:01:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:01:58.163 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:01:58.163 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:01:58.163 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:01:58.163 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 2m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:01:58.163 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 2m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:01:58.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:01:58.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:01:58.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:01:58.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:01:58.164 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:01:58.164 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:01:58.164 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:01:58.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:01:58.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:01:58.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:01:58.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:01:58.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:01:58.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:01:58.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 2m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:01:58.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 2m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:01:58.165 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:01:58.496 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:01:58.497 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:01:58.497 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:01:58.497 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:01:58.497 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:01:58.497 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:01:58.497 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:01:58.497 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:01:58.497 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:01:58.497 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:01:58.498 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:01:58.498 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:01:58.498 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:01:58.498 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:01:58.498 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:01:58.498 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:01:58.498 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:01:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:01:57.877005+0000 mgr.y (mgr.24491) 11189 : audit [DBG] from='client.26349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:01:58.157323+0000 mgr.y (mgr.24491) 11190 : audit [DBG] from='client.26355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:01:57.877005+0000 mgr.y (mgr.24491) 11189 : audit [DBG] from='client.26349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:01:58.157323+0000 mgr.y (mgr.24491) 11190 : audit [DBG] from='client.26355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:01:57.877005+0000 mgr.y (mgr.24491) 11189 : audit [DBG] from='client.26349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:01:58.157323+0000 mgr.y (mgr.24491) 11190 : audit [DBG] from='client.26355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:01:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:01:58.498973+0000 mon.a (mon.0) 2584 : audit [DBG] from='client.? 172.21.15.177:0/196140766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:01:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:01:59.156106+0000 mgr.y (mgr.24491) 11191 : cluster [DBG] pgmap v9885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:01:58.498973+0000 mon.a (mon.0) 2584 : audit [DBG] from='client.? 172.21.15.177:0/196140766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:01:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:01:59.156106+0000 mgr.y (mgr.24491) 11191 : cluster [DBG] pgmap v9885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:01:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:01:58.498973+0000 mon.a (mon.0) 2584 : audit [DBG] from='client.? 172.21.15.177:0/196140766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:01:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:01:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:01:59.156106+0000 mgr.y (mgr.24491) 11191 : cluster [DBG] pgmap v9885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:01.156720+0000 mgr.y (mgr.24491) 11192 : cluster [DBG] pgmap v9886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:02:01.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:01.156720+0000 mgr.y (mgr.24491) 11192 : cluster [DBG] pgmap v9886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:01.156720+0000 mgr.y (mgr.24491) 11192 : cluster [DBG] pgmap v9886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:03.157196+0000 mgr.y (mgr.24491) 11193 : cluster [DBG] pgmap v9887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:03.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:03.157196+0000 mgr.y (mgr.24491) 11193 : cluster [DBG] pgmap v9887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:03.157196+0000 mgr.y (mgr.24491) 11193 : cluster [DBG] pgmap v9887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:05.157898+0000 mgr.y (mgr.24491) 11194 : cluster [DBG] pgmap v9888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:05.157898+0000 mgr.y (mgr.24491) 11194 : cluster [DBG] pgmap v9888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:05.157898+0000 mgr.y (mgr.24491) 11194 : cluster [DBG] pgmap v9888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:07.158329+0000 mgr.y (mgr.24491) 11195 : cluster [DBG] pgmap v9889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:07.158329+0000 mgr.y (mgr.24491) 11195 : cluster [DBG] pgmap v9889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:07.158329+0000 mgr.y (mgr.24491) 11195 : cluster [DBG] pgmap v9889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:02:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:09.158838+0000 mgr.y (mgr.24491) 11196 : cluster [DBG] pgmap v9890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:09.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:09.158838+0000 mgr.y (mgr.24491) 11196 : cluster [DBG] pgmap v9890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:09.158838+0000 mgr.y (mgr.24491) 11196 : cluster [DBG] pgmap v9890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:11.159558+0000 mgr.y (mgr.24491) 11197 : cluster [DBG] pgmap v9891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:02:11.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:11.159558+0000 mgr.y (mgr.24491) 11197 : cluster [DBG] pgmap v9891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:11.159558+0000 mgr.y (mgr.24491) 11197 : cluster [DBG] pgmap v9891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:13.160146+0000 mgr.y (mgr.24491) 11198 : cluster [DBG] pgmap v9892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:13.160146+0000 mgr.y (mgr.24491) 11198 : cluster [DBG] pgmap v9892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:13.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:13.160146+0000 mgr.y (mgr.24491) 11198 : cluster [DBG] pgmap v9892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:15.160930+0000 mgr.y (mgr.24491) 11199 : cluster [DBG] pgmap v9893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:15.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:15.160930+0000 mgr.y (mgr.24491) 11199 : cluster [DBG] pgmap v9893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:15.160930+0000 mgr.y (mgr.24491) 11199 : cluster [DBG] pgmap v9893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:17.161530+0000 mgr.y (mgr.24491) 11200 : cluster [DBG] pgmap v9894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:17.161530+0000 mgr.y (mgr.24491) 11200 : cluster [DBG] pgmap v9894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:17.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:17.161530+0000 mgr.y (mgr.24491) 11200 : cluster [DBG] pgmap v9894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:17] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T09:02:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:19.162100+0000 mgr.y (mgr.24491) 11201 : cluster [DBG] pgmap v9895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:19.162100+0000 mgr.y (mgr.24491) 11201 : cluster [DBG] pgmap v9895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:19.162100+0000 mgr.y (mgr.24491) 11201 : cluster [DBG] pgmap v9895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:21.162751+0000 mgr.y (mgr.24491) 11202 : cluster [DBG] pgmap v9896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:02:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:21.162751+0000 mgr.y (mgr.24491) 11202 : cluster [DBG] pgmap v9896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:21.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:21.162751+0000 mgr.y (mgr.24491) 11202 : cluster [DBG] pgmap v9896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:23.163198+0000 mgr.y (mgr.24491) 11203 : cluster [DBG] pgmap v9897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:23.163198+0000 mgr.y (mgr.24491) 11203 : cluster [DBG] pgmap v9897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:23.163198+0000 mgr.y (mgr.24491) 11203 : cluster [DBG] pgmap v9897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:25.163791+0000 mgr.y (mgr.24491) 11204 : cluster [DBG] pgmap v9898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:25.163791+0000 mgr.y (mgr.24491) 11204 : cluster [DBG] pgmap v9898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:25.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:25.163791+0000 mgr.y (mgr.24491) 11204 : cluster [DBG] pgmap v9898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:27.164348+0000 mgr.y (mgr.24491) 11205 : cluster [DBG] pgmap v9899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:27.164348+0000 mgr.y (mgr.24491) 11205 : cluster [DBG] pgmap v9899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:27.164348+0000 mgr.y (mgr.24491) 11205 : cluster [DBG] pgmap v9899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:27] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T09:02:28.810 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:02:29.083 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:02:29.084 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:02:29.084 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:02:29.084 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 2m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:02:29.084 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 2m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:02:29.084 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:02:29.084 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:02:29.084 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:02:29.084 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:02:29.084 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:02:29.084 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:02:29.085 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:02:29.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:02:29.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:02:29.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:02:29.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:02:29.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:02:29.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:02:29.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 2m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:02:29.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 2m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:02:29.085 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:02:29.422 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:02:29.422 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:02:29.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:02:29.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:02:29.423 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:02:29.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:02:29.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:02:29.423 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:02:29.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:02:29.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:02:29.423 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:02:29.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:02:29.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:02:29.424 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:02:29.424 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:02:29.424 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:02:29.424 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:02:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:02:28.799916+0000 mgr.y (mgr.24491) 11206 : audit [DBG] from='client.36275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:02:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:02:29.078457+0000 mgr.y (mgr.24491) 11207 : audit [DBG] from='client.36281 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:02:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:29.164703+0000 mgr.y (mgr.24491) 11208 : cluster [DBG] pgmap v9900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:02:28.799916+0000 mgr.y (mgr.24491) 11206 : audit [DBG] from='client.36275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:02:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:02:29.078457+0000 mgr.y (mgr.24491) 11207 : audit [DBG] from='client.36281 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:02:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:29.164703+0000 mgr.y (mgr.24491) 11208 : cluster [DBG] pgmap v9900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:02:28.799916+0000 mgr.y (mgr.24491) 11206 : audit [DBG] from='client.36275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:02:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:02:29.078457+0000 mgr.y (mgr.24491) 11207 : audit [DBG] from='client.36281 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:02:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:29.164703+0000 mgr.y (mgr.24491) 11208 : cluster [DBG] pgmap v9900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:02:29.424780+0000 mon.a (mon.0) 2585 : audit [DBG] from='client.? 172.21.15.177:0/3371494702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:02:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:02:29.424780+0000 mon.a (mon.0) 2585 : audit [DBG] from='client.? 172.21.15.177:0/3371494702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:02:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:02:29.424780+0000 mon.a (mon.0) 2585 : audit [DBG] from='client.? 172.21.15.177:0/3371494702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:02:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:31.165408+0000 mgr.y (mgr.24491) 11209 : cluster [DBG] pgmap v9901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:02:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:31.165408+0000 mgr.y (mgr.24491) 11209 : cluster [DBG] pgmap v9901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:31.165408+0000 mgr.y (mgr.24491) 11209 : cluster [DBG] pgmap v9901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:33.165920+0000 mgr.y (mgr.24491) 11210 : cluster [DBG] pgmap v9902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:33.165920+0000 mgr.y (mgr.24491) 11210 : cluster [DBG] pgmap v9902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:33.165920+0000 mgr.y (mgr.24491) 11210 : cluster [DBG] pgmap v9902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:35.166801+0000 mgr.y (mgr.24491) 11211 : cluster [DBG] pgmap v9903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:35.166801+0000 mgr.y (mgr.24491) 11211 : cluster [DBG] pgmap v9903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:35.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:35.166801+0000 mgr.y (mgr.24491) 11211 : cluster [DBG] pgmap v9903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:37.167258+0000 mgr.y (mgr.24491) 11212 : cluster [DBG] pgmap v9904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:37.167258+0000 mgr.y (mgr.24491) 11212 : cluster [DBG] pgmap v9904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:37.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:37.167258+0000 mgr.y (mgr.24491) 11212 : cluster [DBG] pgmap v9904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:37] "GET /metrics HTTP/1.1" 200 188350 "" "Prometheus/2.33.4" 2024-04-20T09:02:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:39.167805+0000 mgr.y (mgr.24491) 11213 : cluster [DBG] pgmap v9905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:39.167805+0000 mgr.y (mgr.24491) 11213 : cluster [DBG] pgmap v9905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:39.167805+0000 mgr.y (mgr.24491) 11213 : cluster [DBG] pgmap v9905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:41.168580+0000 mgr.y (mgr.24491) 11214 : cluster [DBG] pgmap v9906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:02:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:41.168580+0000 mgr.y (mgr.24491) 11214 : cluster [DBG] pgmap v9906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:41.168580+0000 mgr.y (mgr.24491) 11214 : cluster [DBG] pgmap v9906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:43.169104+0000 mgr.y (mgr.24491) 11215 : cluster [DBG] pgmap v9907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:43.169104+0000 mgr.y (mgr.24491) 11215 : cluster [DBG] pgmap v9907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:43.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:43.169104+0000 mgr.y (mgr.24491) 11215 : cluster [DBG] pgmap v9907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:45.169731+0000 mgr.y (mgr.24491) 11216 : cluster [DBG] pgmap v9908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:45.169731+0000 mgr.y (mgr.24491) 11216 : cluster [DBG] pgmap v9908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:45.169731+0000 mgr.y (mgr.24491) 11216 : cluster [DBG] pgmap v9908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:47.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:47.170336+0000 mgr.y (mgr.24491) 11217 : cluster [DBG] pgmap v9909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:47.170336+0000 mgr.y (mgr.24491) 11217 : cluster [DBG] pgmap v9909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:47.170336+0000 mgr.y (mgr.24491) 11217 : cluster [DBG] pgmap v9909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:02:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:49.170923+0000 mgr.y (mgr.24491) 11218 : cluster [DBG] pgmap v9910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:49.170923+0000 mgr.y (mgr.24491) 11218 : cluster [DBG] pgmap v9910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:49.170923+0000 mgr.y (mgr.24491) 11218 : cluster [DBG] pgmap v9910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:51.249 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:51.171594+0000 mgr.y (mgr.24491) 11219 : cluster [DBG] pgmap v9911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:51.171594+0000 mgr.y (mgr.24491) 11219 : cluster [DBG] pgmap v9911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:02:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:02:52.353874+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:02:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:02:52.353874+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:02:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:51.171594+0000 mgr.y (mgr.24491) 11219 : cluster [DBG] pgmap v9911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:02:52.353874+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:02:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:02:52.601547+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:02:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:02:52.869966+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:02:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:02:52.870581+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:02:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:02:52.874764+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:02:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:53.171948+0000 mgr.y (mgr.24491) 11220 : cluster [DBG] pgmap v9912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:02:52.601547+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:02:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:02:52.869966+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:02:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:02:52.870581+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:02:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:02:52.874764+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:02:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:53.171948+0000 mgr.y (mgr.24491) 11220 : cluster [DBG] pgmap v9912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:02:52.601547+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:02:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:02:52.869966+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:02:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:02:52.870581+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:02:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:02:52.874764+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:02:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:53.171948+0000 mgr.y (mgr.24491) 11220 : cluster [DBG] pgmap v9912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:55.172571+0000 mgr.y (mgr.24491) 11221 : cluster [DBG] pgmap v9913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:55.172571+0000 mgr.y (mgr.24491) 11221 : cluster [DBG] pgmap v9913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:55.172571+0000 mgr.y (mgr.24491) 11221 : cluster [DBG] pgmap v9913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:57.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:57.173012+0000 mgr.y (mgr.24491) 11222 : cluster [DBG] pgmap v9914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:57.173012+0000 mgr.y (mgr.24491) 11222 : cluster [DBG] pgmap v9914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:57.173012+0000 mgr.y (mgr.24491) 11222 : cluster [DBG] pgmap v9914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:02:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:02:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:02:59.173382+0000 mgr.y (mgr.24491) 11223 : cluster [DBG] pgmap v9915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:59.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:02:59.173382+0000 mgr.y (mgr.24491) 11223 : cluster [DBG] pgmap v9915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:02:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:02:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:02:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:02:59.173382+0000 mgr.y (mgr.24491) 11223 : cluster [DBG] pgmap v9915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:03:00.012 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 3m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:03:00.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:03:00.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:03:00.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:03:00.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:03:00.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:03:00.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:03:00.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:03:00.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:03:00.013 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:03:00.345 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:03:00.346 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:03:00.347 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:03:00.347 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:03:00.347 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:03:00.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:02:59.728289+0000 mgr.y (mgr.24491) 11224 : audit [DBG] from='client.36293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:00.660 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:03:00.006672+0000 mgr.y (mgr.24491) 11225 : audit [DBG] from='client.36299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:00.660 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:02:59.728289+0000 mgr.y (mgr.24491) 11224 : audit [DBG] from='client.36293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:00.660 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:03:00.006672+0000 mgr.y (mgr.24491) 11225 : audit [DBG] from='client.36299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:02:59.728289+0000 mgr.y (mgr.24491) 11224 : audit [DBG] from='client.36293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:03:00.006672+0000 mgr.y (mgr.24491) 11225 : audit [DBG] from='client.36299 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:01.260 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:03:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:03:00.348383+0000 mon.a (mon.0) 2591 : audit [DBG] from='client.? 172.21.15.177:0/2350834485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:03:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:01.174074+0000 mgr.y (mgr.24491) 11226 : cluster [DBG] pgmap v9916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:03:00.348383+0000 mon.a (mon.0) 2591 : audit [DBG] from='client.? 172.21.15.177:0/2350834485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:03:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:01.174074+0000 mgr.y (mgr.24491) 11226 : cluster [DBG] pgmap v9916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:03:00.348383+0000 mon.a (mon.0) 2591 : audit [DBG] from='client.? 172.21.15.177:0/2350834485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:03:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:01.174074+0000 mgr.y (mgr.24491) 11226 : cluster [DBG] pgmap v9916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:03.174622+0000 mgr.y (mgr.24491) 11227 : cluster [DBG] pgmap v9917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:03.174622+0000 mgr.y (mgr.24491) 11227 : cluster [DBG] pgmap v9917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:03.174622+0000 mgr.y (mgr.24491) 11227 : cluster [DBG] pgmap v9917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:05.175371+0000 mgr.y (mgr.24491) 11228 : cluster [DBG] pgmap v9918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:05.175371+0000 mgr.y (mgr.24491) 11228 : cluster [DBG] pgmap v9918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:05.175371+0000 mgr.y (mgr.24491) 11228 : cluster [DBG] pgmap v9918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:07.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:03:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:07.175970+0000 mgr.y (mgr.24491) 11229 : cluster [DBG] pgmap v9919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:07.175970+0000 mgr.y (mgr.24491) 11229 : cluster [DBG] pgmap v9919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:07.175970+0000 mgr.y (mgr.24491) 11229 : cluster [DBG] pgmap v9919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:09.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:09.176364+0000 mgr.y (mgr.24491) 11230 : cluster [DBG] pgmap v9920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:09.176364+0000 mgr.y (mgr.24491) 11230 : cluster [DBG] pgmap v9920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:09.176364+0000 mgr.y (mgr.24491) 11230 : cluster [DBG] pgmap v9920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:11.177097+0000 mgr.y (mgr.24491) 11231 : cluster [DBG] pgmap v9921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:03:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:11.177097+0000 mgr.y (mgr.24491) 11231 : cluster [DBG] pgmap v9921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:11.177097+0000 mgr.y (mgr.24491) 11231 : cluster [DBG] pgmap v9921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:13.177564+0000 mgr.y (mgr.24491) 11232 : cluster [DBG] pgmap v9922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:13.177564+0000 mgr.y (mgr.24491) 11232 : cluster [DBG] pgmap v9922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:13.177564+0000 mgr.y (mgr.24491) 11232 : cluster [DBG] pgmap v9922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:15.178252+0000 mgr.y (mgr.24491) 11233 : cluster [DBG] pgmap v9923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:15.178252+0000 mgr.y (mgr.24491) 11233 : cluster [DBG] pgmap v9923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:15.178252+0000 mgr.y (mgr.24491) 11233 : cluster [DBG] pgmap v9923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:17.178695+0000 mgr.y (mgr.24491) 11234 : cluster [DBG] pgmap v9924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:17.178695+0000 mgr.y (mgr.24491) 11234 : cluster [DBG] pgmap v9924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:17.178695+0000 mgr.y (mgr.24491) 11234 : cluster [DBG] pgmap v9924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:17] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T09:03:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:19.179145+0000 mgr.y (mgr.24491) 11235 : cluster [DBG] pgmap v9925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:19.179145+0000 mgr.y (mgr.24491) 11235 : cluster [DBG] pgmap v9925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:19.179145+0000 mgr.y (mgr.24491) 11235 : cluster [DBG] pgmap v9925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:21.179852+0000 mgr.y (mgr.24491) 11236 : cluster [DBG] pgmap v9926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:03:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:21.179852+0000 mgr.y (mgr.24491) 11236 : cluster [DBG] pgmap v9926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:21.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:21.179852+0000 mgr.y (mgr.24491) 11236 : cluster [DBG] pgmap v9926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:23.180320+0000 mgr.y (mgr.24491) 11237 : cluster [DBG] pgmap v9927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:23.180320+0000 mgr.y (mgr.24491) 11237 : cluster [DBG] pgmap v9927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:23.180320+0000 mgr.y (mgr.24491) 11237 : cluster [DBG] pgmap v9927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:25.181024+0000 mgr.y (mgr.24491) 11238 : cluster [DBG] pgmap v9928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:25.181024+0000 mgr.y (mgr.24491) 11238 : cluster [DBG] pgmap v9928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:25.181024+0000 mgr.y (mgr.24491) 11238 : cluster [DBG] pgmap v9928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:27.181565+0000 mgr.y (mgr.24491) 11239 : cluster [DBG] pgmap v9929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:27.181565+0000 mgr.y (mgr.24491) 11239 : cluster [DBG] pgmap v9929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:27.181565+0000 mgr.y (mgr.24491) 11239 : cluster [DBG] pgmap v9929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:27] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T09:03:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:29.181992+0000 mgr.y (mgr.24491) 11240 : cluster [DBG] pgmap v9930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:29.181992+0000 mgr.y (mgr.24491) 11240 : cluster [DBG] pgmap v9930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:29.181992+0000 mgr.y (mgr.24491) 11240 : cluster [DBG] pgmap v9930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:30.658 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:03:30.932 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:03:30.932 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:03:30.932 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:03:30.932 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:03:30.933 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:03:30.933 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:03:30.933 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:03:30.933 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:03:30.933 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:03:30.933 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:03:30.933 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:03:30.933 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 3m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:03:30.933 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:03:30.933 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:03:30.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:03:30.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:03:30.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:03:30.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:03:30.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:03:30.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:03:30.934 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:03:31.270 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:03:31.270 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:03:31.270 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:03:31.270 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:03:31.270 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:03:31.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:03:31.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:03:31.271 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:03:31.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:03:31.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:03:31.271 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:03:31.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:03:31.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:03:31.271 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:03:31.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:03:31.272 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:03:31.272 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:03:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:03:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:03:30.648112+0000 mgr.y (mgr.24491) 11241 : audit [DBG] from='client.26403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:03:30.927228+0000 mgr.y (mgr.24491) 11242 : audit [DBG] from='client.26409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:31.182598+0000 mgr.y (mgr.24491) 11243 : cluster [DBG] pgmap v9931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:03:30.648112+0000 mgr.y (mgr.24491) 11241 : audit [DBG] from='client.26403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:03:30.927228+0000 mgr.y (mgr.24491) 11242 : audit [DBG] from='client.26409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:31.182598+0000 mgr.y (mgr.24491) 11243 : cluster [DBG] pgmap v9931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:03:30.648112+0000 mgr.y (mgr.24491) 11241 : audit [DBG] from='client.26403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:03:30.927228+0000 mgr.y (mgr.24491) 11242 : audit [DBG] from='client.26409 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:03:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:31.182598+0000 mgr.y (mgr.24491) 11243 : cluster [DBG] pgmap v9931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:03:31.272464+0000 mon.a (mon.0) 2592 : audit [DBG] from='client.? 172.21.15.177:0/3403367681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:03:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:03:31.272464+0000 mon.a (mon.0) 2592 : audit [DBG] from='client.? 172.21.15.177:0/3403367681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:03:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:03:31.272464+0000 mon.a (mon.0) 2592 : audit [DBG] from='client.? 172.21.15.177:0/3403367681' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:03:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:33.183125+0000 mgr.y (mgr.24491) 11244 : cluster [DBG] pgmap v9932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:33.183125+0000 mgr.y (mgr.24491) 11244 : cluster [DBG] pgmap v9932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:33.183125+0000 mgr.y (mgr.24491) 11244 : cluster [DBG] pgmap v9932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:35.183846+0000 mgr.y (mgr.24491) 11245 : cluster [DBG] pgmap v9933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:35.183846+0000 mgr.y (mgr.24491) 11245 : cluster [DBG] pgmap v9933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:35.183846+0000 mgr.y (mgr.24491) 11245 : cluster [DBG] pgmap v9933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:37.184335+0000 mgr.y (mgr.24491) 11246 : cluster [DBG] pgmap v9934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:37.184335+0000 mgr.y (mgr.24491) 11246 : cluster [DBG] pgmap v9934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:37.184335+0000 mgr.y (mgr.24491) 11246 : cluster [DBG] pgmap v9934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:37] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T09:03:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:39.184907+0000 mgr.y (mgr.24491) 11247 : cluster [DBG] pgmap v9935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:39.184907+0000 mgr.y (mgr.24491) 11247 : cluster [DBG] pgmap v9935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:39.184907+0000 mgr.y (mgr.24491) 11247 : cluster [DBG] pgmap v9935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:41.185755+0000 mgr.y (mgr.24491) 11248 : cluster [DBG] pgmap v9936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:03:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:41.185755+0000 mgr.y (mgr.24491) 11248 : cluster [DBG] pgmap v9936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:41.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:41.185755+0000 mgr.y (mgr.24491) 11248 : cluster [DBG] pgmap v9936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:43.186320+0000 mgr.y (mgr.24491) 11249 : cluster [DBG] pgmap v9937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:43.186320+0000 mgr.y (mgr.24491) 11249 : cluster [DBG] pgmap v9937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:43.186320+0000 mgr.y (mgr.24491) 11249 : cluster [DBG] pgmap v9937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:45.187105+0000 mgr.y (mgr.24491) 11250 : cluster [DBG] pgmap v9938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:45.187105+0000 mgr.y (mgr.24491) 11250 : cluster [DBG] pgmap v9938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:45.187105+0000 mgr.y (mgr.24491) 11250 : cluster [DBG] pgmap v9938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:47.187491+0000 mgr.y (mgr.24491) 11251 : cluster [DBG] pgmap v9939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:47.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:47.187491+0000 mgr.y (mgr.24491) 11251 : cluster [DBG] pgmap v9939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:47.187491+0000 mgr.y (mgr.24491) 11251 : cluster [DBG] pgmap v9939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:03:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:49.187899+0000 mgr.y (mgr.24491) 11252 : cluster [DBG] pgmap v9940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:49.187899+0000 mgr.y (mgr.24491) 11252 : cluster [DBG] pgmap v9940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:49.187899+0000 mgr.y (mgr.24491) 11252 : cluster [DBG] pgmap v9940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:51.258 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:03:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:51.188867+0000 mgr.y (mgr.24491) 11253 : cluster [DBG] pgmap v9941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:51.188867+0000 mgr.y (mgr.24491) 11253 : cluster [DBG] pgmap v9941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:51.188867+0000 mgr.y (mgr.24491) 11253 : cluster [DBG] pgmap v9941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:03:52.879192+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:03:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:03:52.879192+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:03:53.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:03:52.879192+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:03:54.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:03:53.122431+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:03:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:53.189386+0000 mgr.y (mgr.24491) 11254 : cluster [DBG] pgmap v9942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:03:53.398183+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:03:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:03:53.398775+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:03:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:03:53.404031+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:03:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:03:53.122431+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:03:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:53.189386+0000 mgr.y (mgr.24491) 11254 : cluster [DBG] pgmap v9942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:03:53.398183+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:03:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:03:53.398775+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:03:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:03:53.404031+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:03:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:03:53.122431+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:03:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:53.189386+0000 mgr.y (mgr.24491) 11254 : cluster [DBG] pgmap v9942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:03:53.398183+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:03:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:03:53.398775+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:03:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:03:53.404031+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:03:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:55.190157+0000 mgr.y (mgr.24491) 11255 : cluster [DBG] pgmap v9943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:55.190157+0000 mgr.y (mgr.24491) 11255 : cluster [DBG] pgmap v9943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:55.190157+0000 mgr.y (mgr.24491) 11255 : cluster [DBG] pgmap v9943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:57.190722+0000 mgr.y (mgr.24491) 11256 : cluster [DBG] pgmap v9944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:57.190722+0000 mgr.y (mgr.24491) 11256 : cluster [DBG] pgmap v9944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:57.190722+0000 mgr.y (mgr.24491) 11256 : cluster [DBG] pgmap v9944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:03:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:03:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:03:59.191124+0000 mgr.y (mgr.24491) 11257 : cluster [DBG] pgmap v9945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:59.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:03:59.191124+0000 mgr.y (mgr.24491) 11257 : cluster [DBG] pgmap v9945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:03:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:03:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:03:59.191124+0000 mgr.y (mgr.24491) 11257 : cluster [DBG] pgmap v9945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:01.260 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:04:01.582 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:04:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:01.191780+0000 mgr.y (mgr.24491) 11258 : cluster [DBG] pgmap v9946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:01.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:01.191780+0000 mgr.y (mgr.24491) 11258 : cluster [DBG] pgmap v9946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:01.191780+0000 mgr.y (mgr.24491) 11258 : cluster [DBG] pgmap v9946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:01.858 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 4m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 4m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 4m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 4m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 4m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 4m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 4m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 4m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 4m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 4m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:04:01.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 4m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:04:01.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 4m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:04:01.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 4m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:04:01.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 4m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:04:01.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 4m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:04:01.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 4m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:04:01.860 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 4m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:04:02.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:04:02.196 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:04:02.196 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:04:02.196 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:04:02.196 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:04:02.196 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:04:02.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:04:01.572872+0000 mgr.y (mgr.24491) 11259 : audit [DBG] from='client.26421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:02.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:04:01.853380+0000 mgr.y (mgr.24491) 11260 : audit [DBG] from='client.26427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:02.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:04:02.197489+0000 mon.a (mon.0) 2598 : audit [DBG] from='client.? 172.21.15.177:0/1874962162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:04:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:04:01.572872+0000 mgr.y (mgr.24491) 11259 : audit [DBG] from='client.26421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:04:01.853380+0000 mgr.y (mgr.24491) 11260 : audit [DBG] from='client.26427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:04:02.197489+0000 mon.a (mon.0) 2598 : audit [DBG] from='client.? 172.21.15.177:0/1874962162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:04:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:04:01.572872+0000 mgr.y (mgr.24491) 11259 : audit [DBG] from='client.26421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:04:01.853380+0000 mgr.y (mgr.24491) 11260 : audit [DBG] from='client.26427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:04:02.197489+0000 mon.a (mon.0) 2598 : audit [DBG] from='client.? 172.21.15.177:0/1874962162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:04:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:03.192192+0000 mgr.y (mgr.24491) 11261 : cluster [DBG] pgmap v9947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:03.192192+0000 mgr.y (mgr.24491) 11261 : cluster [DBG] pgmap v9947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:03.192192+0000 mgr.y (mgr.24491) 11261 : cluster [DBG] pgmap v9947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:05.192767+0000 mgr.y (mgr.24491) 11262 : cluster [DBG] pgmap v9948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:05.192767+0000 mgr.y (mgr.24491) 11262 : cluster [DBG] pgmap v9948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:05.192767+0000 mgr.y (mgr.24491) 11262 : cluster [DBG] pgmap v9948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:07.193187+0000 mgr.y (mgr.24491) 11263 : cluster [DBG] pgmap v9949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:07.193187+0000 mgr.y (mgr.24491) 11263 : cluster [DBG] pgmap v9949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:07.193187+0000 mgr.y (mgr.24491) 11263 : cluster [DBG] pgmap v9949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T09:04:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:09.193689+0000 mgr.y (mgr.24491) 11264 : cluster [DBG] pgmap v9950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:09.193689+0000 mgr.y (mgr.24491) 11264 : cluster [DBG] pgmap v9950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:09.193689+0000 mgr.y (mgr.24491) 11264 : cluster [DBG] pgmap v9950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:11.261 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:04:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:11.194562+0000 mgr.y (mgr.24491) 11265 : cluster [DBG] pgmap v9951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:11.194562+0000 mgr.y (mgr.24491) 11265 : cluster [DBG] pgmap v9951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:11.194562+0000 mgr.y (mgr.24491) 11265 : cluster [DBG] pgmap v9951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:13.195079+0000 mgr.y (mgr.24491) 11266 : cluster [DBG] pgmap v9952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:13.195079+0000 mgr.y (mgr.24491) 11266 : cluster [DBG] pgmap v9952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:13.195079+0000 mgr.y (mgr.24491) 11266 : cluster [DBG] pgmap v9952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:15.195911+0000 mgr.y (mgr.24491) 11267 : cluster [DBG] pgmap v9953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:15.195911+0000 mgr.y (mgr.24491) 11267 : cluster [DBG] pgmap v9953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:15.195911+0000 mgr.y (mgr.24491) 11267 : cluster [DBG] pgmap v9953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:17.196494+0000 mgr.y (mgr.24491) 11268 : cluster [DBG] pgmap v9954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:17.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:17.196494+0000 mgr.y (mgr.24491) 11268 : cluster [DBG] pgmap v9954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:17.196494+0000 mgr.y (mgr.24491) 11268 : cluster [DBG] pgmap v9954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T09:04:19.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:19.197037+0000 mgr.y (mgr.24491) 11269 : cluster [DBG] pgmap v9955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:19.197037+0000 mgr.y (mgr.24491) 11269 : cluster [DBG] pgmap v9955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:19.197037+0000 mgr.y (mgr.24491) 11269 : cluster [DBG] pgmap v9955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:21.263 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:04:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:21.197975+0000 mgr.y (mgr.24491) 11270 : cluster [DBG] pgmap v9956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:21.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:21.197975+0000 mgr.y (mgr.24491) 11270 : cluster [DBG] pgmap v9956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:21.197975+0000 mgr.y (mgr.24491) 11270 : cluster [DBG] pgmap v9956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:23.198428+0000 mgr.y (mgr.24491) 11271 : cluster [DBG] pgmap v9957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:23.198428+0000 mgr.y (mgr.24491) 11271 : cluster [DBG] pgmap v9957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:23.198428+0000 mgr.y (mgr.24491) 11271 : cluster [DBG] pgmap v9957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:25.199232+0000 mgr.y (mgr.24491) 11272 : cluster [DBG] pgmap v9958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:25.199232+0000 mgr.y (mgr.24491) 11272 : cluster [DBG] pgmap v9958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:25.199232+0000 mgr.y (mgr.24491) 11272 : cluster [DBG] pgmap v9958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:27.199757+0000 mgr.y (mgr.24491) 11273 : cluster [DBG] pgmap v9959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:27.199757+0000 mgr.y (mgr.24491) 11273 : cluster [DBG] pgmap v9959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:27.199757+0000 mgr.y (mgr.24491) 11273 : cluster [DBG] pgmap v9959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T09:04:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:29.200315+0000 mgr.y (mgr.24491) 11274 : cluster [DBG] pgmap v9960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:29.200315+0000 mgr.y (mgr.24491) 11274 : cluster [DBG] pgmap v9960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:29.200315+0000 mgr.y (mgr.24491) 11274 : cluster [DBG] pgmap v9960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:31.264 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:04:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:31.201011+0000 mgr.y (mgr.24491) 11275 : cluster [DBG] pgmap v9961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:31.201011+0000 mgr.y (mgr.24491) 11275 : cluster [DBG] pgmap v9961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:31.201011+0000 mgr.y (mgr.24491) 11275 : cluster [DBG] pgmap v9961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:32.515 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:04:32.800 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:04:32.803 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 4m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:04:32.803 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 4m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:04:32.803 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 4m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:04:32.803 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 4m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:04:32.803 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:04:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 4m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:04:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 4m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:04:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:04:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 4m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:04:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 4m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:04:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 4m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:04:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:04:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 4m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:04:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 4m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:04:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 4m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:04:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 4m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:04:32.805 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 4m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:04:32.805 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 4m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:04:32.805 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 4m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:04:32.805 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 4m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:04:33.133 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:04:33.134 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:04:33.134 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:04:33.134 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:04:33.134 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:04:33.134 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:04:33.134 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:04:33.134 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:04:33.134 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:04:33.134 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:04:33.134 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:04:33.134 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:04:33.135 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:04:33.135 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:04:33.135 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:04:33.135 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:04:33.135 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:04:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:04:33.136014+0000 mon.a (mon.0) 2599 : audit [DBG] from='client.? 172.21.15.177:0/1804855513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:04:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:04:33.136014+0000 mon.a (mon.0) 2599 : audit [DBG] from='client.? 172.21.15.177:0/1804855513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:04:33.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:04:33.136014+0000 mon.a (mon.0) 2599 : audit [DBG] from='client.? 172.21.15.177:0/1804855513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:04:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:04:32.505895+0000 mgr.y (mgr.24491) 11276 : audit [DBG] from='client.26439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:04:32.794599+0000 mgr.y (mgr.24491) 11277 : audit [DBG] from='client.36353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:33.201561+0000 mgr.y (mgr.24491) 11278 : cluster [DBG] pgmap v9962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:04:32.505895+0000 mgr.y (mgr.24491) 11276 : audit [DBG] from='client.26439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:04:32.794599+0000 mgr.y (mgr.24491) 11277 : audit [DBG] from='client.36353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:33.201561+0000 mgr.y (mgr.24491) 11278 : cluster [DBG] pgmap v9962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:04:32.505895+0000 mgr.y (mgr.24491) 11276 : audit [DBG] from='client.26439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:04:32.794599+0000 mgr.y (mgr.24491) 11277 : audit [DBG] from='client.36353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:04:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:33.201561+0000 mgr.y (mgr.24491) 11278 : cluster [DBG] pgmap v9962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:35.202209+0000 mgr.y (mgr.24491) 11279 : cluster [DBG] pgmap v9963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:35.202209+0000 mgr.y (mgr.24491) 11279 : cluster [DBG] pgmap v9963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:35.202209+0000 mgr.y (mgr.24491) 11279 : cluster [DBG] pgmap v9963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:37.202679+0000 mgr.y (mgr.24491) 11280 : cluster [DBG] pgmap v9964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:37.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:37.202679+0000 mgr.y (mgr.24491) 11280 : cluster [DBG] pgmap v9964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:37.202679+0000 mgr.y (mgr.24491) 11280 : cluster [DBG] pgmap v9964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:04:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:39.203086+0000 mgr.y (mgr.24491) 11281 : cluster [DBG] pgmap v9965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:39.203086+0000 mgr.y (mgr.24491) 11281 : cluster [DBG] pgmap v9965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:39.203086+0000 mgr.y (mgr.24491) 11281 : cluster [DBG] pgmap v9965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:41.265 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:04:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:41.203713+0000 mgr.y (mgr.24491) 11282 : cluster [DBG] pgmap v9966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:41.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:41.203713+0000 mgr.y (mgr.24491) 11282 : cluster [DBG] pgmap v9966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:41.203713+0000 mgr.y (mgr.24491) 11282 : cluster [DBG] pgmap v9966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:43.204169+0000 mgr.y (mgr.24491) 11283 : cluster [DBG] pgmap v9967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:43.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:43.204169+0000 mgr.y (mgr.24491) 11283 : cluster [DBG] pgmap v9967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:43.204169+0000 mgr.y (mgr.24491) 11283 : cluster [DBG] pgmap v9967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:45.204909+0000 mgr.y (mgr.24491) 11284 : cluster [DBG] pgmap v9968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:45.204909+0000 mgr.y (mgr.24491) 11284 : cluster [DBG] pgmap v9968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:45.204909+0000 mgr.y (mgr.24491) 11284 : cluster [DBG] pgmap v9968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:47.205373+0000 mgr.y (mgr.24491) 11285 : cluster [DBG] pgmap v9969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:47.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:47.205373+0000 mgr.y (mgr.24491) 11285 : cluster [DBG] pgmap v9969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:47.205373+0000 mgr.y (mgr.24491) 11285 : cluster [DBG] pgmap v9969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:47] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:04:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:49.205816+0000 mgr.y (mgr.24491) 11286 : cluster [DBG] pgmap v9970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:49.205816+0000 mgr.y (mgr.24491) 11286 : cluster [DBG] pgmap v9970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:49.205816+0000 mgr.y (mgr.24491) 11286 : cluster [DBG] pgmap v9970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:51.265 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:04:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:51.206616+0000 mgr.y (mgr.24491) 11287 : cluster [DBG] pgmap v9971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:51.206616+0000 mgr.y (mgr.24491) 11287 : cluster [DBG] pgmap v9971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:51.206616+0000 mgr.y (mgr.24491) 11287 : cluster [DBG] pgmap v9971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:53.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:53.207250+0000 mgr.y (mgr.24491) 11288 : cluster [DBG] pgmap v9972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:53.207250+0000 mgr.y (mgr.24491) 11288 : cluster [DBG] pgmap v9972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:53.207250+0000 mgr.y (mgr.24491) 11288 : cluster [DBG] pgmap v9972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:04:53.408423+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:04:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:04:53.699422+0000 mon.a (mon.0) 2601 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:04:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:04:53.700066+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:04:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:04:53.704428+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:04:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:04:53.408423+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:04:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:04:53.699422+0000 mon.a (mon.0) 2601 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:04:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:04:53.700066+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:04:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:04:53.704428+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:04:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:04:53.408423+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:04:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:04:53.699422+0000 mon.a (mon.0) 2601 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:04:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:04:53.700066+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:04:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:04:53.704428+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:04:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:55.207935+0000 mgr.y (mgr.24491) 11289 : cluster [DBG] pgmap v9973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:55.207935+0000 mgr.y (mgr.24491) 11289 : cluster [DBG] pgmap v9973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:55.207935+0000 mgr.y (mgr.24491) 11289 : cluster [DBG] pgmap v9973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:57.208377+0000 mgr.y (mgr.24491) 11290 : cluster [DBG] pgmap v9974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:57.208377+0000 mgr.y (mgr.24491) 11290 : cluster [DBG] pgmap v9974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:57.208377+0000 mgr.y (mgr.24491) 11290 : cluster [DBG] pgmap v9974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:04:57] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:04:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:04:59.208967+0000 mgr.y (mgr.24491) 11291 : cluster [DBG] pgmap v9975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:04:59.208967+0000 mgr.y (mgr.24491) 11291 : cluster [DBG] pgmap v9975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:04:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:04:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:04:59.208967+0000 mgr.y (mgr.24491) 11291 : cluster [DBG] pgmap v9975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:01.269 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:05:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:01.209768+0000 mgr.y (mgr.24491) 11292 : cluster [DBG] pgmap v9976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:01.209768+0000 mgr.y (mgr.24491) 11292 : cluster [DBG] pgmap v9976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:01.209768+0000 mgr.y (mgr.24491) 11292 : cluster [DBG] pgmap v9976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:03.445 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:05:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:03.210175+0000 mgr.y (mgr.24491) 11293 : cluster [DBG] pgmap v9977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:03.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:03.210175+0000 mgr.y (mgr.24491) 11293 : cluster [DBG] pgmap v9977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:03.722 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:05:03.722 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 5m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:05:03.722 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:05:03.722 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 5m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:05:03.722 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:05:03.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:05:03.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:05:03.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:05:03.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:05:03.723 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:05:03.723 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 5m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:05:03.723 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:05:03.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:05:03.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 5m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:05:03.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 5m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:05:03.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 5m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:05:03.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:05:03.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:05:03.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:05:03.724 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:05:03.724 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:05:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:03.210175+0000 mgr.y (mgr.24491) 11293 : cluster [DBG] pgmap v9977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:04.053 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:05:04.053 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:05:04.053 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:05:04.053 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:05:04.053 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:05:04.053 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:05:04.053 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:05:04.053 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:05:04.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:05:04.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:05:04.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:05:04.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:05:04.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:05:04.054 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:05:04.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:05:04.054 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:05:04.054 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:05:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:05:03.435624+0000 mgr.y (mgr.24491) 11294 : audit [DBG] from='client.36365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:05:03.716747+0000 mgr.y (mgr.24491) 11295 : audit [DBG] from='client.26463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:05:04.055503+0000 mon.a (mon.0) 2604 : audit [DBG] from='client.? 172.21.15.177:0/1852445971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:05:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:05:03.435624+0000 mgr.y (mgr.24491) 11294 : audit [DBG] from='client.36365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:05:03.716747+0000 mgr.y (mgr.24491) 11295 : audit [DBG] from='client.26463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:05:04.055503+0000 mon.a (mon.0) 2604 : audit [DBG] from='client.? 172.21.15.177:0/1852445971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:05:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:05:03.435624+0000 mgr.y (mgr.24491) 11294 : audit [DBG] from='client.36365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:05:03.716747+0000 mgr.y (mgr.24491) 11295 : audit [DBG] from='client.26463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:05:04.055503+0000 mon.a (mon.0) 2604 : audit [DBG] from='client.? 172.21.15.177:0/1852445971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:05:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:05.210865+0000 mgr.y (mgr.24491) 11296 : cluster [DBG] pgmap v9978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:05.210865+0000 mgr.y (mgr.24491) 11296 : cluster [DBG] pgmap v9978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:05.210865+0000 mgr.y (mgr.24491) 11296 : cluster [DBG] pgmap v9978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:07.211422+0000 mgr.y (mgr.24491) 11297 : cluster [DBG] pgmap v9979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:07.211422+0000 mgr.y (mgr.24491) 11297 : cluster [DBG] pgmap v9979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:07.211422+0000 mgr.y (mgr.24491) 11297 : cluster [DBG] pgmap v9979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:07] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:05:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:09.211990+0000 mgr.y (mgr.24491) 11298 : cluster [DBG] pgmap v9980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:09.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:09.211990+0000 mgr.y (mgr.24491) 11298 : cluster [DBG] pgmap v9980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:09.211990+0000 mgr.y (mgr.24491) 11298 : cluster [DBG] pgmap v9980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:11.267 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:05:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:11.212682+0000 mgr.y (mgr.24491) 11299 : cluster [DBG] pgmap v9981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:11.212682+0000 mgr.y (mgr.24491) 11299 : cluster [DBG] pgmap v9981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:11.212682+0000 mgr.y (mgr.24491) 11299 : cluster [DBG] pgmap v9981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:13.213177+0000 mgr.y (mgr.24491) 11300 : cluster [DBG] pgmap v9982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:13.213177+0000 mgr.y (mgr.24491) 11300 : cluster [DBG] pgmap v9982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:13.213177+0000 mgr.y (mgr.24491) 11300 : cluster [DBG] pgmap v9982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:15.213779+0000 mgr.y (mgr.24491) 11301 : cluster [DBG] pgmap v9983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:15.213779+0000 mgr.y (mgr.24491) 11301 : cluster [DBG] pgmap v9983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:15.213779+0000 mgr.y (mgr.24491) 11301 : cluster [DBG] pgmap v9983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:17.214308+0000 mgr.y (mgr.24491) 11302 : cluster [DBG] pgmap v9984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:17.214308+0000 mgr.y (mgr.24491) 11302 : cluster [DBG] pgmap v9984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:17.214308+0000 mgr.y (mgr.24491) 11302 : cluster [DBG] pgmap v9984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:17] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T09:05:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:19.214754+0000 mgr.y (mgr.24491) 11303 : cluster [DBG] pgmap v9985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:19.214754+0000 mgr.y (mgr.24491) 11303 : cluster [DBG] pgmap v9985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:19.214754+0000 mgr.y (mgr.24491) 11303 : cluster [DBG] pgmap v9985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:21.270 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:05:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:21.215475+0000 mgr.y (mgr.24491) 11304 : cluster [DBG] pgmap v9986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:21.215475+0000 mgr.y (mgr.24491) 11304 : cluster [DBG] pgmap v9986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:21.215475+0000 mgr.y (mgr.24491) 11304 : cluster [DBG] pgmap v9986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:23.215923+0000 mgr.y (mgr.24491) 11305 : cluster [DBG] pgmap v9987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:23.215923+0000 mgr.y (mgr.24491) 11305 : cluster [DBG] pgmap v9987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:23.215923+0000 mgr.y (mgr.24491) 11305 : cluster [DBG] pgmap v9987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:25.216589+0000 mgr.y (mgr.24491) 11306 : cluster [DBG] pgmap v9988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:25.216589+0000 mgr.y (mgr.24491) 11306 : cluster [DBG] pgmap v9988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:25.216589+0000 mgr.y (mgr.24491) 11306 : cluster [DBG] pgmap v9988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:27.217072+0000 mgr.y (mgr.24491) 11307 : cluster [DBG] pgmap v9989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:27.217072+0000 mgr.y (mgr.24491) 11307 : cluster [DBG] pgmap v9989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:27.217072+0000 mgr.y (mgr.24491) 11307 : cluster [DBG] pgmap v9989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:27] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T09:05:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:29.217445+0000 mgr.y (mgr.24491) 11308 : cluster [DBG] pgmap v9990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:29.217445+0000 mgr.y (mgr.24491) 11308 : cluster [DBG] pgmap v9990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:29.217445+0000 mgr.y (mgr.24491) 11308 : cluster [DBG] pgmap v9990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:31.275 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:05:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:31.218220+0000 mgr.y (mgr.24491) 11309 : cluster [DBG] pgmap v9991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:31.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:31.218220+0000 mgr.y (mgr.24491) 11309 : cluster [DBG] pgmap v9991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:31.218220+0000 mgr.y (mgr.24491) 11309 : cluster [DBG] pgmap v9991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:33.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:33.218645+0000 mgr.y (mgr.24491) 11310 : cluster [DBG] pgmap v9992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:33.218645+0000 mgr.y (mgr.24491) 11310 : cluster [DBG] pgmap v9992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:33.218645+0000 mgr.y (mgr.24491) 11310 : cluster [DBG] pgmap v9992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:34.366 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 5m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 5m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 5m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:05:34.645 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:05:34.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:05:34.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 5m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:05:34.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 5m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:05:34.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 5m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:05:34.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:05:34.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:05:34.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:05:34.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:05:34.646 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:05:34.974 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:05:34.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:05:34.976 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:05:34.976 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:05:35.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:05:34.977317+0000 mon.a (mon.0) 2605 : audit [DBG] from='client.? 172.21.15.177:0/1530453109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:05:35.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:05:34.977317+0000 mon.a (mon.0) 2605 : audit [DBG] from='client.? 172.21.15.177:0/1530453109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:05:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:05:34.977317+0000 mon.a (mon.0) 2605 : audit [DBG] from='client.? 172.21.15.177:0/1530453109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:05:36.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:05:34.356549+0000 mgr.y (mgr.24491) 11311 : audit [DBG] from='client.26475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:05:34.639494+0000 mgr.y (mgr.24491) 11312 : audit [DBG] from='client.26481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:35.219248+0000 mgr.y (mgr.24491) 11313 : cluster [DBG] pgmap v9993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:05:34.356549+0000 mgr.y (mgr.24491) 11311 : audit [DBG] from='client.26475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:05:34.639494+0000 mgr.y (mgr.24491) 11312 : audit [DBG] from='client.26481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:35.219248+0000 mgr.y (mgr.24491) 11313 : cluster [DBG] pgmap v9993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:05:34.356549+0000 mgr.y (mgr.24491) 11311 : audit [DBG] from='client.26475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:05:34.639494+0000 mgr.y (mgr.24491) 11312 : audit [DBG] from='client.26481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:05:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:35.219248+0000 mgr.y (mgr.24491) 11313 : cluster [DBG] pgmap v9993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:37.219703+0000 mgr.y (mgr.24491) 11314 : cluster [DBG] pgmap v9994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:37.219703+0000 mgr.y (mgr.24491) 11314 : cluster [DBG] pgmap v9994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:37.219703+0000 mgr.y (mgr.24491) 11314 : cluster [DBG] pgmap v9994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:37] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T09:05:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:39.220156+0000 mgr.y (mgr.24491) 11315 : cluster [DBG] pgmap v9995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:39.220156+0000 mgr.y (mgr.24491) 11315 : cluster [DBG] pgmap v9995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:39.220156+0000 mgr.y (mgr.24491) 11315 : cluster [DBG] pgmap v9995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:41.276 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:05:41.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:41.220769+0000 mgr.y (mgr.24491) 11316 : cluster [DBG] pgmap v9996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:41.220769+0000 mgr.y (mgr.24491) 11316 : cluster [DBG] pgmap v9996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:41.220769+0000 mgr.y (mgr.24491) 11316 : cluster [DBG] pgmap v9996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:43.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:43.221205+0000 mgr.y (mgr.24491) 11317 : cluster [DBG] pgmap v9997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:43.221205+0000 mgr.y (mgr.24491) 11317 : cluster [DBG] pgmap v9997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:43.221205+0000 mgr.y (mgr.24491) 11317 : cluster [DBG] pgmap v9997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:45.221969+0000 mgr.y (mgr.24491) 11318 : cluster [DBG] pgmap v9998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:45.221969+0000 mgr.y (mgr.24491) 11318 : cluster [DBG] pgmap v9998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:45.221969+0000 mgr.y (mgr.24491) 11318 : cluster [DBG] pgmap v9998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:47.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:47.222365+0000 mgr.y (mgr.24491) 11319 : cluster [DBG] pgmap v9999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:47.222365+0000 mgr.y (mgr.24491) 11319 : cluster [DBG] pgmap v9999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:47.222365+0000 mgr.y (mgr.24491) 11319 : cluster [DBG] pgmap v9999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:47] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T09:05:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:49.222873+0000 mgr.y (mgr.24491) 11320 : cluster [DBG] pgmap v10000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:49.222873+0000 mgr.y (mgr.24491) 11320 : cluster [DBG] pgmap v10000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:49.222873+0000 mgr.y (mgr.24491) 11320 : cluster [DBG] pgmap v10000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:05:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:51.223825+0000 mgr.y (mgr.24491) 11321 : cluster [DBG] pgmap v10001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:51.223825+0000 mgr.y (mgr.24491) 11321 : cluster [DBG] pgmap v10001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:51.223825+0000 mgr.y (mgr.24491) 11321 : cluster [DBG] pgmap v10001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:53.224500+0000 mgr.y (mgr.24491) 11322 : cluster [DBG] pgmap v10002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:05:53.708750+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:05:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:53.224500+0000 mgr.y (mgr.24491) 11322 : cluster [DBG] pgmap v10002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:05:53.708750+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:05:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:53.224500+0000 mgr.y (mgr.24491) 11322 : cluster [DBG] pgmap v10002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:05:53.708750+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:05:56.529 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:55.225100+0000 mgr.y (mgr.24491) 11323 : cluster [DBG] pgmap v10003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:56.530 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:55.225100+0000 mgr.y (mgr.24491) 11323 : cluster [DBG] pgmap v10003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:55.225100+0000 mgr.y (mgr.24491) 11323 : cluster [DBG] pgmap v10003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:58.059 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:05:57] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T09:05:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:05:57.058669+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:05:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:05:57.337834+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:05:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:05:57.338493+0000 mon.a (mon.0) 2609 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:05:58.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:05:57.345188+0000 mon.a (mon.0) 2610 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:05:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:05:57.058669+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:05:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:05:57.337834+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:05:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:05:57.338493+0000 mon.a (mon.0) 2609 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:05:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:05:57.345188+0000 mon.a (mon.0) 2610 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:05:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:05:57.058669+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:05:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:05:57.337834+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:05:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:05:57.338493+0000 mon.a (mon.0) 2609 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:05:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:05:57.345188+0000 mon.a (mon.0) 2610 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:05:59.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:57.225479+0000 mgr.y (mgr.24491) 11324 : cluster [DBG] pgmap v10004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:57.225479+0000 mgr.y (mgr.24491) 11324 : cluster [DBG] pgmap v10004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:05:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:05:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:57.225479+0000 mgr.y (mgr.24491) 11324 : cluster [DBG] pgmap v10004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:05:59.226016+0000 mgr.y (mgr.24491) 11325 : cluster [DBG] pgmap v10005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:05:59.226016+0000 mgr.y (mgr.24491) 11325 : cluster [DBG] pgmap v10005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:05:59.226016+0000 mgr.y (mgr.24491) 11325 : cluster [DBG] pgmap v10005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:06:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:01.226664+0000 mgr.y (mgr.24491) 11326 : cluster [DBG] pgmap v10006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:01.226664+0000 mgr.y (mgr.24491) 11326 : cluster [DBG] pgmap v10006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:01.226664+0000 mgr.y (mgr.24491) 11326 : cluster [DBG] pgmap v10006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:05.290 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:06:05.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:03.227157+0000 mgr.y (mgr.24491) 11327 : cluster [DBG] pgmap v10007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:03.227157+0000 mgr.y (mgr.24491) 11327 : cluster [DBG] pgmap v10007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:03.227157+0000 mgr.y (mgr.24491) 11327 : cluster [DBG] pgmap v10007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:05.564 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:06:05.564 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:06:05.564 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 6m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:06:05.564 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:06:05.564 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 6m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:06:05.564 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 6m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:06:05.564 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 6m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 6m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 6m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 6m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 6m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 6m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:06:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 6m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:06:05.899 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:06:05.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:06:05.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:06:05.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:06:05.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:06:05.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:06:05.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:06:05.900 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:06:05.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:06:05.900 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:06:05.900 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:06:05.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:06:05.900 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:06:05.900 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:06:05.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:06:05.900 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:06:05.900 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:06:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:06:05.901325+0000 mon.c (mon.2) 370 : audit [DBG] from='client.? 172.21.15.177:0/65104357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:06:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:06:05.901325+0000 mon.c (mon.2) 370 : audit [DBG] from='client.? 172.21.15.177:0/65104357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:06:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:06:05.901325+0000 mon.c (mon.2) 370 : audit [DBG] from='client.? 172.21.15.177:0/65104357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:06:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:05.227704+0000 mgr.y (mgr.24491) 11328 : cluster [DBG] pgmap v10008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:06:05.279783+0000 mgr.y (mgr.24491) 11329 : audit [DBG] from='client.36401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:06:05.559184+0000 mgr.y (mgr.24491) 11330 : audit [DBG] from='client.36407 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:05.227704+0000 mgr.y (mgr.24491) 11328 : cluster [DBG] pgmap v10008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:06:05.279783+0000 mgr.y (mgr.24491) 11329 : audit [DBG] from='client.36401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:06:05.559184+0000 mgr.y (mgr.24491) 11330 : audit [DBG] from='client.36407 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:05.227704+0000 mgr.y (mgr.24491) 11328 : cluster [DBG] pgmap v10008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:06:05.279783+0000 mgr.y (mgr.24491) 11329 : audit [DBG] from='client.36401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:06:05.559184+0000 mgr.y (mgr.24491) 11330 : audit [DBG] from='client.36407 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T09:06:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:07.228167+0000 mgr.y (mgr.24491) 11331 : cluster [DBG] pgmap v10009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:09.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:07.228167+0000 mgr.y (mgr.24491) 11331 : cluster [DBG] pgmap v10009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:07.228167+0000 mgr.y (mgr.24491) 11331 : cluster [DBG] pgmap v10009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:09.228617+0000 mgr.y (mgr.24491) 11332 : cluster [DBG] pgmap v10010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:09.228617+0000 mgr.y (mgr.24491) 11332 : cluster [DBG] pgmap v10010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:09.228617+0000 mgr.y (mgr.24491) 11332 : cluster [DBG] pgmap v10010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:06:13.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:11.229309+0000 mgr.y (mgr.24491) 11333 : cluster [DBG] pgmap v10011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:11.229309+0000 mgr.y (mgr.24491) 11333 : cluster [DBG] pgmap v10011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:11.229309+0000 mgr.y (mgr.24491) 11333 : cluster [DBG] pgmap v10011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:13.229758+0000 mgr.y (mgr.24491) 11334 : cluster [DBG] pgmap v10012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:13.229758+0000 mgr.y (mgr.24491) 11334 : cluster [DBG] pgmap v10012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:13.229758+0000 mgr.y (mgr.24491) 11334 : cluster [DBG] pgmap v10012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:15.230631+0000 mgr.y (mgr.24491) 11335 : cluster [DBG] pgmap v10013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:15.230631+0000 mgr.y (mgr.24491) 11335 : cluster [DBG] pgmap v10013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:15.230631+0000 mgr.y (mgr.24491) 11335 : cluster [DBG] pgmap v10013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:06:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:17.231071+0000 mgr.y (mgr.24491) 11336 : cluster [DBG] pgmap v10014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:17.231071+0000 mgr.y (mgr.24491) 11336 : cluster [DBG] pgmap v10014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:17.231071+0000 mgr.y (mgr.24491) 11336 : cluster [DBG] pgmap v10014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:21.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:19.231725+0000 mgr.y (mgr.24491) 11337 : cluster [DBG] pgmap v10015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:19.231725+0000 mgr.y (mgr.24491) 11337 : cluster [DBG] pgmap v10015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:19.231725+0000 mgr.y (mgr.24491) 11337 : cluster [DBG] pgmap v10015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:06:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:21.232490+0000 mgr.y (mgr.24491) 11338 : cluster [DBG] pgmap v10016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:21.232490+0000 mgr.y (mgr.24491) 11338 : cluster [DBG] pgmap v10016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:21.232490+0000 mgr.y (mgr.24491) 11338 : cluster [DBG] pgmap v10016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:25.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:23.232898+0000 mgr.y (mgr.24491) 11339 : cluster [DBG] pgmap v10017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:23.232898+0000 mgr.y (mgr.24491) 11339 : cluster [DBG] pgmap v10017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:23.232898+0000 mgr.y (mgr.24491) 11339 : cluster [DBG] pgmap v10017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:27.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:25.233621+0000 mgr.y (mgr.24491) 11340 : cluster [DBG] pgmap v10018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:25.233621+0000 mgr.y (mgr.24491) 11340 : cluster [DBG] pgmap v10018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:25.233621+0000 mgr.y (mgr.24491) 11340 : cluster [DBG] pgmap v10018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:06:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:27.234059+0000 mgr.y (mgr.24491) 11341 : cluster [DBG] pgmap v10019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:27.234059+0000 mgr.y (mgr.24491) 11341 : cluster [DBG] pgmap v10019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:27.234059+0000 mgr.y (mgr.24491) 11341 : cluster [DBG] pgmap v10019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:29.234554+0000 mgr.y (mgr.24491) 11342 : cluster [DBG] pgmap v10020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:29.234554+0000 mgr.y (mgr.24491) 11342 : cluster [DBG] pgmap v10020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:29.234554+0000 mgr.y (mgr.24491) 11342 : cluster [DBG] pgmap v10020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:06:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:31.235286+0000 mgr.y (mgr.24491) 11343 : cluster [DBG] pgmap v10021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:33.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:31.235286+0000 mgr.y (mgr.24491) 11343 : cluster [DBG] pgmap v10021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:33.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:31.235286+0000 mgr.y (mgr.24491) 11343 : cluster [DBG] pgmap v10021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:33.235860+0000 mgr.y (mgr.24491) 11344 : cluster [DBG] pgmap v10022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:35.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:33.235860+0000 mgr.y (mgr.24491) 11344 : cluster [DBG] pgmap v10022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:35.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:33.235860+0000 mgr.y (mgr.24491) 11344 : cluster [DBG] pgmap v10022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:36.211 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:06:36.488 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:06:36.488 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:06:36.488 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 6m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:06:36.488 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:06:36.488 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 6m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:06:36.488 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 6m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:06:36.488 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:06:36.488 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:06:36.489 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 6m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:06:36.489 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:06:36.489 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:06:36.489 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 6m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:06:36.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:06:36.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:06:36.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:06:36.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:06:36.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 6m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:06:36.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 6m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:06:36.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 6m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:06:36.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 6m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:06:36.490 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 6m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:06:36.820 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:06:36.820 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:06:36.820 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:06:36.820 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:06:36.820 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:06:36.820 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:06:36.821 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:06:36.821 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:06:36.821 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:06:36.821 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:06:36.821 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:06:36.821 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:06:36.821 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:06:36.821 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:06:36.821 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:06:36.821 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:06:36.821 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:06:37.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:35.236739+0000 mgr.y (mgr.24491) 11345 : cluster [DBG] pgmap v10023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:37.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:06:36.201281+0000 mgr.y (mgr.24491) 11346 : audit [DBG] from='client.36419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:06:36.822731+0000 mon.c (mon.2) 371 : audit [DBG] from='client.? 172.21.15.177:0/3602963085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:06:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:35.236739+0000 mgr.y (mgr.24491) 11345 : cluster [DBG] pgmap v10023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:06:36.201281+0000 mgr.y (mgr.24491) 11346 : audit [DBG] from='client.36419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:06:36.822731+0000 mon.c (mon.2) 371 : audit [DBG] from='client.? 172.21.15.177:0/3602963085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:06:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:35.236739+0000 mgr.y (mgr.24491) 11345 : cluster [DBG] pgmap v10023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:06:36.201281+0000 mgr.y (mgr.24491) 11346 : audit [DBG] from='client.36419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:06:36.822731+0000 mon.c (mon.2) 371 : audit [DBG] from='client.? 172.21.15.177:0/3602963085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:06:38.144 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:37] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:06:38.145 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:06:36.482495+0000 mgr.y (mgr.24491) 11347 : audit [DBG] from='client.36425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:38.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:06:36.482495+0000 mgr.y (mgr.24491) 11347 : audit [DBG] from='client.36425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:06:36.482495+0000 mgr.y (mgr.24491) 11347 : audit [DBG] from='client.36425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:06:39.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:37.237126+0000 mgr.y (mgr.24491) 11348 : cluster [DBG] pgmap v10024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:39.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:37.237126+0000 mgr.y (mgr.24491) 11348 : cluster [DBG] pgmap v10024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:37.237126+0000 mgr.y (mgr.24491) 11348 : cluster [DBG] pgmap v10024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:39.237785+0000 mgr.y (mgr.24491) 11349 : cluster [DBG] pgmap v10025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:06:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:39.237785+0000 mgr.y (mgr.24491) 11349 : cluster [DBG] pgmap v10025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:39.237785+0000 mgr.y (mgr.24491) 11349 : cluster [DBG] pgmap v10025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:41.238534+0000 mgr.y (mgr.24491) 11350 : cluster [DBG] pgmap v10026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:43.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:41.238534+0000 mgr.y (mgr.24491) 11350 : cluster [DBG] pgmap v10026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:41.238534+0000 mgr.y (mgr.24491) 11350 : cluster [DBG] pgmap v10026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:43.239048+0000 mgr.y (mgr.24491) 11351 : cluster [DBG] pgmap v10027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:43.239048+0000 mgr.y (mgr.24491) 11351 : cluster [DBG] pgmap v10027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:43.239048+0000 mgr.y (mgr.24491) 11351 : cluster [DBG] pgmap v10027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:45.239739+0000 mgr.y (mgr.24491) 11352 : cluster [DBG] pgmap v10028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:47.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:45.239739+0000 mgr.y (mgr.24491) 11352 : cluster [DBG] pgmap v10028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:45.239739+0000 mgr.y (mgr.24491) 11352 : cluster [DBG] pgmap v10028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:47] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T09:06:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:47.240328+0000 mgr.y (mgr.24491) 11353 : cluster [DBG] pgmap v10029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:47.240328+0000 mgr.y (mgr.24491) 11353 : cluster [DBG] pgmap v10029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:49.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:47.240328+0000 mgr.y (mgr.24491) 11353 : cluster [DBG] pgmap v10029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:49.240707+0000 mgr.y (mgr.24491) 11354 : cluster [DBG] pgmap v10030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:06:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:49.240707+0000 mgr.y (mgr.24491) 11354 : cluster [DBG] pgmap v10030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:49.240707+0000 mgr.y (mgr.24491) 11354 : cluster [DBG] pgmap v10030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:51.241379+0000 mgr.y (mgr.24491) 11355 : cluster [DBG] pgmap v10031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:51.241379+0000 mgr.y (mgr.24491) 11355 : cluster [DBG] pgmap v10031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:51.241379+0000 mgr.y (mgr.24491) 11355 : cluster [DBG] pgmap v10031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:53.241821+0000 mgr.y (mgr.24491) 11356 : cluster [DBG] pgmap v10032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:53.241821+0000 mgr.y (mgr.24491) 11356 : cluster [DBG] pgmap v10032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:53.241821+0000 mgr.y (mgr.24491) 11356 : cluster [DBG] pgmap v10032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:55.242634+0000 mgr.y (mgr.24491) 11357 : cluster [DBG] pgmap v10033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:55.242634+0000 mgr.y (mgr.24491) 11357 : cluster [DBG] pgmap v10033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:57.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:55.242634+0000 mgr.y (mgr.24491) 11357 : cluster [DBG] pgmap v10033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:06:57] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T09:06:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:06:57.349461+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:06:58.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:06:57.349461+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:06:58.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:06:57.349461+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:06:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:06:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:57.243186+0000 mgr.y (mgr.24491) 11358 : cluster [DBG] pgmap v10034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:57.243186+0000 mgr.y (mgr.24491) 11358 : cluster [DBG] pgmap v10034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:06:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:57.243186+0000 mgr.y (mgr.24491) 11358 : cluster [DBG] pgmap v10034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:01.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:07:01.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:06:59.243754+0000 mgr.y (mgr.24491) 11359 : cluster [DBG] pgmap v10035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:01.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:07:00.664403+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:07:01.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:07:00.945044+0000 mon.a (mon.0) 2613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:07:01.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:07:00.945906+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:07:01.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:07:00.951600+0000 mon.a (mon.0) 2615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:07:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:06:59.243754+0000 mgr.y (mgr.24491) 11359 : cluster [DBG] pgmap v10035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:07:00.664403+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:07:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:07:00.945044+0000 mon.a (mon.0) 2613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:07:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:07:00.945906+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:07:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:07:00.951600+0000 mon.a (mon.0) 2615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:07:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:06:59.243754+0000 mgr.y (mgr.24491) 11359 : cluster [DBG] pgmap v10035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:07:00.664403+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:07:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:07:00.945044+0000 mon.a (mon.0) 2613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:07:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:07:00.945906+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:07:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:07:00.951600+0000 mon.a (mon.0) 2615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:07:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:01.244381+0000 mgr.y (mgr.24491) 11360 : cluster [DBG] pgmap v10036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:01.244381+0000 mgr.y (mgr.24491) 11360 : cluster [DBG] pgmap v10036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:03.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:01.244381+0000 mgr.y (mgr.24491) 11360 : cluster [DBG] pgmap v10036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:03.244924+0000 mgr.y (mgr.24491) 11361 : cluster [DBG] pgmap v10037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:03.244924+0000 mgr.y (mgr.24491) 11361 : cluster [DBG] pgmap v10037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:03.244924+0000 mgr.y (mgr.24491) 11361 : cluster [DBG] pgmap v10037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:07.140 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:07:07.418 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:07:07.418 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:07:07.418 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:07:07.418 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:07:07.418 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:07:07.418 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:07:07.419 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 7m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:07:07.419 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 7m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:07:07.419 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:07:07.419 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:07:07.419 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:07:07.419 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:07:07.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:07:07.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:07:07.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:07:07.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:07:07.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:07:07.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:07:07.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:07:07.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:07:07.420 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:07:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:05.245652+0000 mgr.y (mgr.24491) 11362 : cluster [DBG] pgmap v10038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:05.245652+0000 mgr.y (mgr.24491) 11362 : cluster [DBG] pgmap v10038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:05.245652+0000 mgr.y (mgr.24491) 11362 : cluster [DBG] pgmap v10038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:07.756 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:07:07.756 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:07:07.756 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:07:07.756 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:07:07.756 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:07:07.756 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:07:07.757 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:07:07.757 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:07:07.757 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:07:07.757 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:07:07.757 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:07:07.757 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:07:07.757 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:07:07.757 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:07:07.757 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:07:07.757 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:07:07.757 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:07:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T09:07:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:07:07.131040+0000 mgr.y (mgr.24491) 11363 : audit [DBG] from='client.36437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:07:07.758627+0000 mon.c (mon.2) 372 : audit [DBG] from='client.? 172.21.15.177:0/1516656431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:07:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:07:07.131040+0000 mgr.y (mgr.24491) 11363 : audit [DBG] from='client.36437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:07:07.758627+0000 mon.c (mon.2) 372 : audit [DBG] from='client.? 172.21.15.177:0/1516656431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:07:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:07:07.131040+0000 mgr.y (mgr.24491) 11363 : audit [DBG] from='client.36437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:07:07.758627+0000 mon.c (mon.2) 372 : audit [DBG] from='client.? 172.21.15.177:0/1516656431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:07:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:07.246005+0000 mgr.y (mgr.24491) 11364 : cluster [DBG] pgmap v10039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:07:07.412479+0000 mgr.y (mgr.24491) 11365 : audit [DBG] from='client.36443 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:07.246005+0000 mgr.y (mgr.24491) 11364 : cluster [DBG] pgmap v10039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:07:07.412479+0000 mgr.y (mgr.24491) 11365 : audit [DBG] from='client.36443 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:07.246005+0000 mgr.y (mgr.24491) 11364 : cluster [DBG] pgmap v10039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:07:07.412479+0000 mgr.y (mgr.24491) 11365 : audit [DBG] from='client.36443 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:09.246418+0000 mgr.y (mgr.24491) 11366 : cluster [DBG] pgmap v10040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:07:11.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:09.246418+0000 mgr.y (mgr.24491) 11366 : cluster [DBG] pgmap v10040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:09.246418+0000 mgr.y (mgr.24491) 11366 : cluster [DBG] pgmap v10040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:11.247296+0000 mgr.y (mgr.24491) 11367 : cluster [DBG] pgmap v10041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:11.247296+0000 mgr.y (mgr.24491) 11367 : cluster [DBG] pgmap v10041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:11.247296+0000 mgr.y (mgr.24491) 11367 : cluster [DBG] pgmap v10041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:13.247837+0000 mgr.y (mgr.24491) 11368 : cluster [DBG] pgmap v10042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:13.247837+0000 mgr.y (mgr.24491) 11368 : cluster [DBG] pgmap v10042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:15.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:13.247837+0000 mgr.y (mgr.24491) 11368 : cluster [DBG] pgmap v10042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:15.248676+0000 mgr.y (mgr.24491) 11369 : cluster [DBG] pgmap v10043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:15.248676+0000 mgr.y (mgr.24491) 11369 : cluster [DBG] pgmap v10043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:15.248676+0000 mgr.y (mgr.24491) 11369 : cluster [DBG] pgmap v10043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:17] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T09:07:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:17.249117+0000 mgr.y (mgr.24491) 11370 : cluster [DBG] pgmap v10044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:17.249117+0000 mgr.y (mgr.24491) 11370 : cluster [DBG] pgmap v10044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:19.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:17.249117+0000 mgr.y (mgr.24491) 11370 : cluster [DBG] pgmap v10044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:19.249573+0000 mgr.y (mgr.24491) 11371 : cluster [DBG] pgmap v10045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:07:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:19.249573+0000 mgr.y (mgr.24491) 11371 : cluster [DBG] pgmap v10045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:21.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:19.249573+0000 mgr.y (mgr.24491) 11371 : cluster [DBG] pgmap v10045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:21.250197+0000 mgr.y (mgr.24491) 11372 : cluster [DBG] pgmap v10046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:21.250197+0000 mgr.y (mgr.24491) 11372 : cluster [DBG] pgmap v10046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:21.250197+0000 mgr.y (mgr.24491) 11372 : cluster [DBG] pgmap v10046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:23.250569+0000 mgr.y (mgr.24491) 11373 : cluster [DBG] pgmap v10047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:23.250569+0000 mgr.y (mgr.24491) 11373 : cluster [DBG] pgmap v10047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:25.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:23.250569+0000 mgr.y (mgr.24491) 11373 : cluster [DBG] pgmap v10047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:25.251184+0000 mgr.y (mgr.24491) 11374 : cluster [DBG] pgmap v10048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:25.251184+0000 mgr.y (mgr.24491) 11374 : cluster [DBG] pgmap v10048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:25.251184+0000 mgr.y (mgr.24491) 11374 : cluster [DBG] pgmap v10048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:27] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T09:07:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:27.251584+0000 mgr.y (mgr.24491) 11375 : cluster [DBG] pgmap v10049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:27.251584+0000 mgr.y (mgr.24491) 11375 : cluster [DBG] pgmap v10049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:27.251584+0000 mgr.y (mgr.24491) 11375 : cluster [DBG] pgmap v10049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:30.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:29.252216+0000 mgr.y (mgr.24491) 11376 : cluster [DBG] pgmap v10050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:29.252216+0000 mgr.y (mgr.24491) 11376 : cluster [DBG] pgmap v10050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:29.252216+0000 mgr.y (mgr.24491) 11376 : cluster [DBG] pgmap v10050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:07:32.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:31.252894+0000 mgr.y (mgr.24491) 11377 : cluster [DBG] pgmap v10051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:31.252894+0000 mgr.y (mgr.24491) 11377 : cluster [DBG] pgmap v10051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:31.252894+0000 mgr.y (mgr.24491) 11377 : cluster [DBG] pgmap v10051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:34.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:33.253361+0000 mgr.y (mgr.24491) 11378 : cluster [DBG] pgmap v10052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:34.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:33.253361+0000 mgr.y (mgr.24491) 11378 : cluster [DBG] pgmap v10052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:33.253361+0000 mgr.y (mgr.24491) 11378 : cluster [DBG] pgmap v10052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:36.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:35.254169+0000 mgr.y (mgr.24491) 11379 : cluster [DBG] pgmap v10053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:35.254169+0000 mgr.y (mgr.24491) 11379 : cluster [DBG] pgmap v10053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:35.254169+0000 mgr.y (mgr.24491) 11379 : cluster [DBG] pgmap v10053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:38.063 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:07:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:37] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:07:38.339 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:07:38.339 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:07:38.339 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:07:38.339 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:07:38.340 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:07:38.340 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:07:38.340 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 7m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:07:38.340 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 7m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:07:38.340 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:07:38.340 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:07:38.340 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:07:38.340 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:07:38.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:07:38.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:07:38.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:07:38.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:07:38.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:07:38.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:07:38.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:07:38.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:07:38.341 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:07:38.678 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:07:38.679 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:07:38.679 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:07:38.679 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:07:38.679 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:07:38.679 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:07:38.679 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:07:38.679 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:07:38.679 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:07:38.680 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:07:38.680 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:07:38.680 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:07:38.680 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:07:38.680 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:07:38.680 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:07:38.680 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:07:38.680 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:07:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:37.254528+0000 mgr.y (mgr.24491) 11380 : cluster [DBG] pgmap v10054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:07:38.053175+0000 mgr.y (mgr.24491) 11381 : audit [DBG] from='client.26547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:37.254528+0000 mgr.y (mgr.24491) 11380 : cluster [DBG] pgmap v10054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:07:38.053175+0000 mgr.y (mgr.24491) 11381 : audit [DBG] from='client.26547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:37.254528+0000 mgr.y (mgr.24491) 11380 : cluster [DBG] pgmap v10054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:07:38.053175+0000 mgr.y (mgr.24491) 11381 : audit [DBG] from='client.26547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:07:38.334308+0000 mgr.y (mgr.24491) 11382 : audit [DBG] from='client.26553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:07:38.681167+0000 mon.a (mon.0) 2616 : audit [DBG] from='client.? 172.21.15.177:0/1336376960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:07:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:07:38.334308+0000 mgr.y (mgr.24491) 11382 : audit [DBG] from='client.26553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:07:38.681167+0000 mon.a (mon.0) 2616 : audit [DBG] from='client.? 172.21.15.177:0/1336376960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:07:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:07:38.334308+0000 mgr.y (mgr.24491) 11382 : audit [DBG] from='client.26553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:07:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:07:38.681167+0000 mon.a (mon.0) 2616 : audit [DBG] from='client.? 172.21.15.177:0/1336376960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:07:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:39.254970+0000 mgr.y (mgr.24491) 11383 : cluster [DBG] pgmap v10055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:39.254970+0000 mgr.y (mgr.24491) 11383 : cluster [DBG] pgmap v10055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:39.254970+0000 mgr.y (mgr.24491) 11383 : cluster [DBG] pgmap v10055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:07:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:41.255558+0000 mgr.y (mgr.24491) 11384 : cluster [DBG] pgmap v10056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:41.255558+0000 mgr.y (mgr.24491) 11384 : cluster [DBG] pgmap v10056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:41.255558+0000 mgr.y (mgr.24491) 11384 : cluster [DBG] pgmap v10056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:43.256045+0000 mgr.y (mgr.24491) 11385 : cluster [DBG] pgmap v10057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:43.256045+0000 mgr.y (mgr.24491) 11385 : cluster [DBG] pgmap v10057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:43.256045+0000 mgr.y (mgr.24491) 11385 : cluster [DBG] pgmap v10057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:45.256705+0000 mgr.y (mgr.24491) 11386 : cluster [DBG] pgmap v10058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:45.256705+0000 mgr.y (mgr.24491) 11386 : cluster [DBG] pgmap v10058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:45.256705+0000 mgr.y (mgr.24491) 11386 : cluster [DBG] pgmap v10058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:47] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T09:07:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:47.257169+0000 mgr.y (mgr.24491) 11387 : cluster [DBG] pgmap v10059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:47.257169+0000 mgr.y (mgr.24491) 11387 : cluster [DBG] pgmap v10059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:47.257169+0000 mgr.y (mgr.24491) 11387 : cluster [DBG] pgmap v10059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:49.257593+0000 mgr.y (mgr.24491) 11388 : cluster [DBG] pgmap v10060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:49.257593+0000 mgr.y (mgr.24491) 11388 : cluster [DBG] pgmap v10060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:49.257593+0000 mgr.y (mgr.24491) 11388 : cluster [DBG] pgmap v10060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:07:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:51.258221+0000 mgr.y (mgr.24491) 11389 : cluster [DBG] pgmap v10061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:51.258221+0000 mgr.y (mgr.24491) 11389 : cluster [DBG] pgmap v10061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:51.258221+0000 mgr.y (mgr.24491) 11389 : cluster [DBG] pgmap v10061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:53.258597+0000 mgr.y (mgr.24491) 11390 : cluster [DBG] pgmap v10062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:53.258597+0000 mgr.y (mgr.24491) 11390 : cluster [DBG] pgmap v10062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:53.258597+0000 mgr.y (mgr.24491) 11390 : cluster [DBG] pgmap v10062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:55.259352+0000 mgr.y (mgr.24491) 11391 : cluster [DBG] pgmap v10063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:55.259352+0000 mgr.y (mgr.24491) 11391 : cluster [DBG] pgmap v10063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:55.259352+0000 mgr.y (mgr.24491) 11391 : cluster [DBG] pgmap v10063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:07:57] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T09:07:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:07:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:57.259871+0000 mgr.y (mgr.24491) 11392 : cluster [DBG] pgmap v10064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:07:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:57.259871+0000 mgr.y (mgr.24491) 11392 : cluster [DBG] pgmap v10064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:07:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:07:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:57.259871+0000 mgr.y (mgr.24491) 11392 : cluster [DBG] pgmap v10064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:07:59.260445+0000 mgr.y (mgr.24491) 11393 : cluster [DBG] pgmap v10065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:07:59.260445+0000 mgr.y (mgr.24491) 11393 : cluster [DBG] pgmap v10065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:00.997 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:07:59.260445+0000 mgr.y (mgr.24491) 11393 : cluster [DBG] pgmap v10065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:08:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:08:00.956982+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:08:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:08:01.253264+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:08:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:08:01.253844+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:08:01.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:08:01.257869+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:08:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:08:00.956982+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:08:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:08:01.253264+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:08:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:08:01.253844+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:08:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:08:01.257869+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:08:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:08:00.956982+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:08:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:08:01.253264+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:08:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:08:01.253844+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:08:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:08:01.257869+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:08:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:01.260850+0000 mgr.y (mgr.24491) 11394 : cluster [DBG] pgmap v10066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:01.260850+0000 mgr.y (mgr.24491) 11394 : cluster [DBG] pgmap v10066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:01.260850+0000 mgr.y (mgr.24491) 11394 : cluster [DBG] pgmap v10066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:03.261309+0000 mgr.y (mgr.24491) 11395 : cluster [DBG] pgmap v10067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:03.261309+0000 mgr.y (mgr.24491) 11395 : cluster [DBG] pgmap v10067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:03.261309+0000 mgr.y (mgr.24491) 11395 : cluster [DBG] pgmap v10067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:05.262134+0000 mgr.y (mgr.24491) 11396 : cluster [DBG] pgmap v10068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:06.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:05.262134+0000 mgr.y (mgr.24491) 11396 : cluster [DBG] pgmap v10068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:05.262134+0000 mgr.y (mgr.24491) 11396 : cluster [DBG] pgmap v10068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:07] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T09:08:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:07.262491+0000 mgr.y (mgr.24491) 11397 : cluster [DBG] pgmap v10069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:07.262491+0000 mgr.y (mgr.24491) 11397 : cluster [DBG] pgmap v10069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:08.989 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:08:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:07.262491+0000 mgr.y (mgr.24491) 11397 : cluster [DBG] pgmap v10069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:09.264 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:08:09.264 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:08:09.264 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:08:09.264 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:08:09.264 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:08:09.265 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:08:09.265 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:08:09.265 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:08:09.265 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:08:09.265 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:08:09.265 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:08:09.265 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:08:09.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:08:09.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:08:09.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:08:09.265 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:08:09.266 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:08:09.266 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:08:09.266 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:08:09.266 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:08:09.266 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:08:09.598 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:08:09.598 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:08:09.598 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:08:09.598 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:08:09.599 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:08:09.599 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:08:09.599 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:08:09.599 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:08:09.599 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:08:09.599 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:08:09.599 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:08:09.599 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:08:09.599 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:08:09.599 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:08:09.600 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:08:09.600 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:08:09.600 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:08:09.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:08:08.980009+0000 mgr.y (mgr.24491) 11398 : audit [DBG] from='client.26565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:08:09.600807+0000 mon.a (mon.0) 2621 : audit [DBG] from='client.? 172.21.15.177:0/990047402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:08:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:08:08.980009+0000 mgr.y (mgr.24491) 11398 : audit [DBG] from='client.26565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:08:09.600807+0000 mon.a (mon.0) 2621 : audit [DBG] from='client.? 172.21.15.177:0/990047402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:08:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:08:08.980009+0000 mgr.y (mgr.24491) 11398 : audit [DBG] from='client.26565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:08:09.600807+0000 mon.a (mon.0) 2621 : audit [DBG] from='client.? 172.21.15.177:0/990047402' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:08:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:08:09.258864+0000 mgr.y (mgr.24491) 11399 : audit [DBG] from='client.36479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:09.262952+0000 mgr.y (mgr.24491) 11400 : cluster [DBG] pgmap v10070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:08:09.258864+0000 mgr.y (mgr.24491) 11399 : audit [DBG] from='client.36479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:09.262952+0000 mgr.y (mgr.24491) 11400 : cluster [DBG] pgmap v10070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:08:09.258864+0000 mgr.y (mgr.24491) 11399 : audit [DBG] from='client.36479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:09.262952+0000 mgr.y (mgr.24491) 11400 : cluster [DBG] pgmap v10070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:08:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:11.263467+0000 mgr.y (mgr.24491) 11401 : cluster [DBG] pgmap v10071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:11.263467+0000 mgr.y (mgr.24491) 11401 : cluster [DBG] pgmap v10071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:11.263467+0000 mgr.y (mgr.24491) 11401 : cluster [DBG] pgmap v10071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:13.263830+0000 mgr.y (mgr.24491) 11402 : cluster [DBG] pgmap v10072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:13.263830+0000 mgr.y (mgr.24491) 11402 : cluster [DBG] pgmap v10072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:13.263830+0000 mgr.y (mgr.24491) 11402 : cluster [DBG] pgmap v10072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:15.264581+0000 mgr.y (mgr.24491) 11403 : cluster [DBG] pgmap v10073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:15.264581+0000 mgr.y (mgr.24491) 11403 : cluster [DBG] pgmap v10073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:15.264581+0000 mgr.y (mgr.24491) 11403 : cluster [DBG] pgmap v10073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:17] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T09:08:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:17.265005+0000 mgr.y (mgr.24491) 11404 : cluster [DBG] pgmap v10074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:17.265005+0000 mgr.y (mgr.24491) 11404 : cluster [DBG] pgmap v10074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:17.265005+0000 mgr.y (mgr.24491) 11404 : cluster [DBG] pgmap v10074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:19.265503+0000 mgr.y (mgr.24491) 11405 : cluster [DBG] pgmap v10075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:19.265503+0000 mgr.y (mgr.24491) 11405 : cluster [DBG] pgmap v10075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:19.265503+0000 mgr.y (mgr.24491) 11405 : cluster [DBG] pgmap v10075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:08:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:21.265968+0000 mgr.y (mgr.24491) 11406 : cluster [DBG] pgmap v10076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:21.265968+0000 mgr.y (mgr.24491) 11406 : cluster [DBG] pgmap v10076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:21.265968+0000 mgr.y (mgr.24491) 11406 : cluster [DBG] pgmap v10076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:23.266376+0000 mgr.y (mgr.24491) 11407 : cluster [DBG] pgmap v10077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:23.266376+0000 mgr.y (mgr.24491) 11407 : cluster [DBG] pgmap v10077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:23.266376+0000 mgr.y (mgr.24491) 11407 : cluster [DBG] pgmap v10077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:25.267089+0000 mgr.y (mgr.24491) 11408 : cluster [DBG] pgmap v10078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:25.267089+0000 mgr.y (mgr.24491) 11408 : cluster [DBG] pgmap v10078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:25.267089+0000 mgr.y (mgr.24491) 11408 : cluster [DBG] pgmap v10078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:27] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T09:08:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:27.267516+0000 mgr.y (mgr.24491) 11409 : cluster [DBG] pgmap v10079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:27.267516+0000 mgr.y (mgr.24491) 11409 : cluster [DBG] pgmap v10079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:27.267516+0000 mgr.y (mgr.24491) 11409 : cluster [DBG] pgmap v10079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:29.268218+0000 mgr.y (mgr.24491) 11410 : cluster [DBG] pgmap v10080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:29.268218+0000 mgr.y (mgr.24491) 11410 : cluster [DBG] pgmap v10080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:29.268218+0000 mgr.y (mgr.24491) 11410 : cluster [DBG] pgmap v10080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:08:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:31.268701+0000 mgr.y (mgr.24491) 11411 : cluster [DBG] pgmap v10081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:31.268701+0000 mgr.y (mgr.24491) 11411 : cluster [DBG] pgmap v10081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:31.268701+0000 mgr.y (mgr.24491) 11411 : cluster [DBG] pgmap v10081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:33.269215+0000 mgr.y (mgr.24491) 11412 : cluster [DBG] pgmap v10082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:33.269215+0000 mgr.y (mgr.24491) 11412 : cluster [DBG] pgmap v10082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:33.269215+0000 mgr.y (mgr.24491) 11412 : cluster [DBG] pgmap v10082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:35.270033+0000 mgr.y (mgr.24491) 11413 : cluster [DBG] pgmap v10083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:35.270033+0000 mgr.y (mgr.24491) 11413 : cluster [DBG] pgmap v10083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:35.270033+0000 mgr.y (mgr.24491) 11413 : cluster [DBG] pgmap v10083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:37] "GET /metrics HTTP/1.1" 200 188359 "" "Prometheus/2.33.4" 2024-04-20T09:08:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:37.270375+0000 mgr.y (mgr.24491) 11414 : cluster [DBG] pgmap v10084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:37.270375+0000 mgr.y (mgr.24491) 11414 : cluster [DBG] pgmap v10084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:37.270375+0000 mgr.y (mgr.24491) 11414 : cluster [DBG] pgmap v10084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:39.910 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:08:40.184 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:08:40.184 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:08:40.185 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:08:40.185 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:08:40.185 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:08:40.185 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:08:40.185 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:08:40.185 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:08:40.185 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:08:40.185 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:08:40.185 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:08:40.185 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:08:40.186 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:08:40.186 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:08:40.186 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:08:40.186 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:08:40.186 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:08:40.186 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:08:40.186 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:08:40.186 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:08:40.186 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:08:40.518 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:08:40.518 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:08:40.518 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:08:40.518 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:08:40.518 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:08:40.522 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:08:40.522 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:08:40.522 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:08:40.522 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:08:40.523 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:08:40.523 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:08:40.523 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:08:40.523 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:08:40.523 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:08:40.523 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:08:40.523 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:08:40.523 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:08:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:39.271161+0000 mgr.y (mgr.24491) 11415 : cluster [DBG] pgmap v10085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:08:39.900302+0000 mgr.y (mgr.24491) 11416 : audit [DBG] from='client.26583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:08:40.179159+0000 mgr.y (mgr.24491) 11417 : audit [DBG] from='client.36497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:08:40.520589+0000 mon.a (mon.0) 2622 : audit [DBG] from='client.? 172.21.15.177:0/2741610569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:08:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:39.271161+0000 mgr.y (mgr.24491) 11415 : cluster [DBG] pgmap v10085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:08:39.900302+0000 mgr.y (mgr.24491) 11416 : audit [DBG] from='client.26583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:08:40.179159+0000 mgr.y (mgr.24491) 11417 : audit [DBG] from='client.36497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:08:40.520589+0000 mon.a (mon.0) 2622 : audit [DBG] from='client.? 172.21.15.177:0/2741610569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:08:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:39.271161+0000 mgr.y (mgr.24491) 11415 : cluster [DBG] pgmap v10085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:08:39.900302+0000 mgr.y (mgr.24491) 11416 : audit [DBG] from='client.26583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:08:40.179159+0000 mgr.y (mgr.24491) 11417 : audit [DBG] from='client.36497 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:08:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:08:40.520589+0000 mon.a (mon.0) 2622 : audit [DBG] from='client.? 172.21.15.177:0/2741610569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:08:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:08:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:41.271600+0000 mgr.y (mgr.24491) 11418 : cluster [DBG] pgmap v10086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:41.271600+0000 mgr.y (mgr.24491) 11418 : cluster [DBG] pgmap v10086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:43.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:41.271600+0000 mgr.y (mgr.24491) 11418 : cluster [DBG] pgmap v10086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:43.272140+0000 mgr.y (mgr.24491) 11419 : cluster [DBG] pgmap v10087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:43.272140+0000 mgr.y (mgr.24491) 11419 : cluster [DBG] pgmap v10087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:43.272140+0000 mgr.y (mgr.24491) 11419 : cluster [DBG] pgmap v10087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:45.273005+0000 mgr.y (mgr.24491) 11420 : cluster [DBG] pgmap v10088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:45.273005+0000 mgr.y (mgr.24491) 11420 : cluster [DBG] pgmap v10088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:45.273005+0000 mgr.y (mgr.24491) 11420 : cluster [DBG] pgmap v10088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:08:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:47.273378+0000 mgr.y (mgr.24491) 11421 : cluster [DBG] pgmap v10089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:49.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:47.273378+0000 mgr.y (mgr.24491) 11421 : cluster [DBG] pgmap v10089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:47.273378+0000 mgr.y (mgr.24491) 11421 : cluster [DBG] pgmap v10089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:49.273891+0000 mgr.y (mgr.24491) 11422 : cluster [DBG] pgmap v10090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:49.273891+0000 mgr.y (mgr.24491) 11422 : cluster [DBG] pgmap v10090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:49.273891+0000 mgr.y (mgr.24491) 11422 : cluster [DBG] pgmap v10090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:08:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:51.274494+0000 mgr.y (mgr.24491) 11423 : cluster [DBG] pgmap v10091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:51.274494+0000 mgr.y (mgr.24491) 11423 : cluster [DBG] pgmap v10091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:51.274494+0000 mgr.y (mgr.24491) 11423 : cluster [DBG] pgmap v10091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:53.274984+0000 mgr.y (mgr.24491) 11424 : cluster [DBG] pgmap v10092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:53.274984+0000 mgr.y (mgr.24491) 11424 : cluster [DBG] pgmap v10092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:55.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:53.274984+0000 mgr.y (mgr.24491) 11424 : cluster [DBG] pgmap v10092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:55.275747+0000 mgr.y (mgr.24491) 11425 : cluster [DBG] pgmap v10093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:55.275747+0000 mgr.y (mgr.24491) 11425 : cluster [DBG] pgmap v10093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:55.275747+0000 mgr.y (mgr.24491) 11425 : cluster [DBG] pgmap v10093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:08:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:08:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:08:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:57.276207+0000 mgr.y (mgr.24491) 11426 : cluster [DBG] pgmap v10094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:59.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:08:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:57.276207+0000 mgr.y (mgr.24491) 11426 : cluster [DBG] pgmap v10094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:08:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:08:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:57.276207+0000 mgr.y (mgr.24491) 11426 : cluster [DBG] pgmap v10094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:08:59.276790+0000 mgr.y (mgr.24491) 11427 : cluster [DBG] pgmap v10095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:08:59.276790+0000 mgr.y (mgr.24491) 11427 : cluster [DBG] pgmap v10095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:08:59.276790+0000 mgr.y (mgr.24491) 11427 : cluster [DBG] pgmap v10095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:09:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:09:01.262439+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:09:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:09:01.553666+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:09:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:09:01.554247+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:09:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:09:01.558307+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:09:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:09:01.262439+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:09:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:09:01.553666+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:09:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:09:01.554247+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:09:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:09:01.558307+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:09:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:09:01.262439+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:09:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:09:01.553666+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:09:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:09:01.554247+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:09:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:09:01.558307+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:09:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:01.277271+0000 mgr.y (mgr.24491) 11428 : cluster [DBG] pgmap v10096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:01.277271+0000 mgr.y (mgr.24491) 11428 : cluster [DBG] pgmap v10096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:03.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:01.277271+0000 mgr.y (mgr.24491) 11428 : cluster [DBG] pgmap v10096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:03.277689+0000 mgr.y (mgr.24491) 11429 : cluster [DBG] pgmap v10097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:03.277689+0000 mgr.y (mgr.24491) 11429 : cluster [DBG] pgmap v10097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:03.277689+0000 mgr.y (mgr.24491) 11429 : cluster [DBG] pgmap v10097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:05.278349+0000 mgr.y (mgr.24491) 11430 : cluster [DBG] pgmap v10098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:05.278349+0000 mgr.y (mgr.24491) 11430 : cluster [DBG] pgmap v10098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:05.278349+0000 mgr.y (mgr.24491) 11430 : cluster [DBG] pgmap v10098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:09:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:07.278763+0000 mgr.y (mgr.24491) 11431 : cluster [DBG] pgmap v10099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:07.278763+0000 mgr.y (mgr.24491) 11431 : cluster [DBG] pgmap v10099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:07.278763+0000 mgr.y (mgr.24491) 11431 : cluster [DBG] pgmap v10099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:10.841 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:09:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:09.279588+0000 mgr.y (mgr.24491) 11432 : cluster [DBG] pgmap v10100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:11.115 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:09:11.115 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:09:11.115 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:09:11.115 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:09:11.115 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:09:11.115 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 9m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:09:11.115 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:09:11.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 9m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 9m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:09:11.116 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:09:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:09.279588+0000 mgr.y (mgr.24491) 11432 : cluster [DBG] pgmap v10100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:09.279588+0000 mgr.y (mgr.24491) 11432 : cluster [DBG] pgmap v10100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:11.452 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:09:11.452 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:09:11.452 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:09:11.452 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:09:11.452 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:09:11.453 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:09:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:09:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:09:10.831325+0000 mgr.y (mgr.24491) 11433 : audit [DBG] from='client.36509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:09:11.109757+0000 mgr.y (mgr.24491) 11434 : audit [DBG] from='client.26607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:09:11.455069+0000 mon.c (mon.2) 373 : audit [DBG] from='client.? 172.21.15.177:0/3452882006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:09:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:09:10.831325+0000 mgr.y (mgr.24491) 11433 : audit [DBG] from='client.36509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:09:11.109757+0000 mgr.y (mgr.24491) 11434 : audit [DBG] from='client.26607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:12.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:09:11.455069+0000 mon.c (mon.2) 373 : audit [DBG] from='client.? 172.21.15.177:0/3452882006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:09:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:09:10.831325+0000 mgr.y (mgr.24491) 11433 : audit [DBG] from='client.36509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:09:11.109757+0000 mgr.y (mgr.24491) 11434 : audit [DBG] from='client.26607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:09:11.455069+0000 mon.c (mon.2) 373 : audit [DBG] from='client.? 172.21.15.177:0/3452882006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:09:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:11.280013+0000 mgr.y (mgr.24491) 11435 : cluster [DBG] pgmap v10101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:11.280013+0000 mgr.y (mgr.24491) 11435 : cluster [DBG] pgmap v10101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:11.280013+0000 mgr.y (mgr.24491) 11435 : cluster [DBG] pgmap v10101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:13.280443+0000 mgr.y (mgr.24491) 11436 : cluster [DBG] pgmap v10102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:13.280443+0000 mgr.y (mgr.24491) 11436 : cluster [DBG] pgmap v10102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:15.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:13.280443+0000 mgr.y (mgr.24491) 11436 : cluster [DBG] pgmap v10102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:15.281101+0000 mgr.y (mgr.24491) 11437 : cluster [DBG] pgmap v10103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:15.281101+0000 mgr.y (mgr.24491) 11437 : cluster [DBG] pgmap v10103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:15.281101+0000 mgr.y (mgr.24491) 11437 : cluster [DBG] pgmap v10103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:17] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:09:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:17.281520+0000 mgr.y (mgr.24491) 11438 : cluster [DBG] pgmap v10104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:17.281520+0000 mgr.y (mgr.24491) 11438 : cluster [DBG] pgmap v10104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:17.281520+0000 mgr.y (mgr.24491) 11438 : cluster [DBG] pgmap v10104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:21.007 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:19.282163+0000 mgr.y (mgr.24491) 11439 : cluster [DBG] pgmap v10105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:19.282163+0000 mgr.y (mgr.24491) 11439 : cluster [DBG] pgmap v10105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:19.282163+0000 mgr.y (mgr.24491) 11439 : cluster [DBG] pgmap v10105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:09:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:21.282643+0000 mgr.y (mgr.24491) 11440 : cluster [DBG] pgmap v10106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:21.282643+0000 mgr.y (mgr.24491) 11440 : cluster [DBG] pgmap v10106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:21.282643+0000 mgr.y (mgr.24491) 11440 : cluster [DBG] pgmap v10106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:23.283135+0000 mgr.y (mgr.24491) 11441 : cluster [DBG] pgmap v10107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:23.283135+0000 mgr.y (mgr.24491) 11441 : cluster [DBG] pgmap v10107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:23.283135+0000 mgr.y (mgr.24491) 11441 : cluster [DBG] pgmap v10107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:25.283797+0000 mgr.y (mgr.24491) 11442 : cluster [DBG] pgmap v10108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:25.283797+0000 mgr.y (mgr.24491) 11442 : cluster [DBG] pgmap v10108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:25.283797+0000 mgr.y (mgr.24491) 11442 : cluster [DBG] pgmap v10108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:27] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:09:29.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:27.284362+0000 mgr.y (mgr.24491) 11443 : cluster [DBG] pgmap v10109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:27.284362+0000 mgr.y (mgr.24491) 11443 : cluster [DBG] pgmap v10109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:27.284362+0000 mgr.y (mgr.24491) 11443 : cluster [DBG] pgmap v10109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:29.284928+0000 mgr.y (mgr.24491) 11444 : cluster [DBG] pgmap v10110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:29.284928+0000 mgr.y (mgr.24491) 11444 : cluster [DBG] pgmap v10110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:29.284928+0000 mgr.y (mgr.24491) 11444 : cluster [DBG] pgmap v10110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:09:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:31.285500+0000 mgr.y (mgr.24491) 11445 : cluster [DBG] pgmap v10111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:31.285500+0000 mgr.y (mgr.24491) 11445 : cluster [DBG] pgmap v10111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:31.285500+0000 mgr.y (mgr.24491) 11445 : cluster [DBG] pgmap v10111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:33.285970+0000 mgr.y (mgr.24491) 11446 : cluster [DBG] pgmap v10112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:33.285970+0000 mgr.y (mgr.24491) 11446 : cluster [DBG] pgmap v10112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:33.285970+0000 mgr.y (mgr.24491) 11446 : cluster [DBG] pgmap v10112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:35.286797+0000 mgr.y (mgr.24491) 11447 : cluster [DBG] pgmap v10113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:35.286797+0000 mgr.y (mgr.24491) 11447 : cluster [DBG] pgmap v10113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:35.286797+0000 mgr.y (mgr.24491) 11447 : cluster [DBG] pgmap v10113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:37] "GET /metrics HTTP/1.1" 200 188360 "" "Prometheus/2.33.4" 2024-04-20T09:09:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:37.287413+0000 mgr.y (mgr.24491) 11448 : cluster [DBG] pgmap v10114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:37.287413+0000 mgr.y (mgr.24491) 11448 : cluster [DBG] pgmap v10114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:37.287413+0000 mgr.y (mgr.24491) 11448 : cluster [DBG] pgmap v10114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:39.288000+0000 mgr.y (mgr.24491) 11449 : cluster [DBG] pgmap v10115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:39.288000+0000 mgr.y (mgr.24491) 11449 : cluster [DBG] pgmap v10115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:39.288000+0000 mgr.y (mgr.24491) 11449 : cluster [DBG] pgmap v10115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:09:41.761 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:09:42.038 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:09:42.038 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:09:42.038 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:09:42.038 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:09:42.038 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:09:42.038 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 9m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:09:42.039 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 474M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:09:42.039 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 923M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:09:42.039 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 5h 487M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:09:42.039 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 9m ago 5h 492M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:09:42.039 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 24.8M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:09:42.039 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 24.8M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:09:42.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:09:42.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 9m ago 5h 45.4M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:09:42.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:09:42.039 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.6M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:09:42.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:09:42.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:09:42.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 42.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:09:42.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:09:42.040 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:09:42.377 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:09:42.377 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:09:42.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:09:42.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:09:42.377 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:09:42.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:09:42.378 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:09:42.378 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:09:42.378 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:09:42.378 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:09:42.378 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:09:42.378 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:09:42.378 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:09:42.378 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:09:42.378 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:09:42.379 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:09:42.379 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:09:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:41.288590+0000 mgr.y (mgr.24491) 11450 : cluster [DBG] pgmap v10116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:09:41.752204+0000 mgr.y (mgr.24491) 11451 : audit [DBG] from='client.36527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:09:42.032971+0000 mgr.y (mgr.24491) 11452 : audit [DBG] from='client.36533 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:09:42.379543+0000 mon.c (mon.2) 374 : audit [DBG] from='client.? 172.21.15.177:0/3583305260' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:09:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:41.288590+0000 mgr.y (mgr.24491) 11450 : cluster [DBG] pgmap v10116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:09:41.752204+0000 mgr.y (mgr.24491) 11451 : audit [DBG] from='client.36527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:09:42.032971+0000 mgr.y (mgr.24491) 11452 : audit [DBG] from='client.36533 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:09:42.379543+0000 mon.c (mon.2) 374 : audit [DBG] from='client.? 172.21.15.177:0/3583305260' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:09:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:41.288590+0000 mgr.y (mgr.24491) 11450 : cluster [DBG] pgmap v10116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:09:41.752204+0000 mgr.y (mgr.24491) 11451 : audit [DBG] from='client.36527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:09:42.032971+0000 mgr.y (mgr.24491) 11452 : audit [DBG] from='client.36533 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:09:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:09:42.379543+0000 mon.c (mon.2) 374 : audit [DBG] from='client.? 172.21.15.177:0/3583305260' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:09:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:43.289205+0000 mgr.y (mgr.24491) 11453 : cluster [DBG] pgmap v10117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:43.289205+0000 mgr.y (mgr.24491) 11453 : cluster [DBG] pgmap v10117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:43.289205+0000 mgr.y (mgr.24491) 11453 : cluster [DBG] pgmap v10117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:45.289892+0000 mgr.y (mgr.24491) 11454 : cluster [DBG] pgmap v10118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:45.289892+0000 mgr.y (mgr.24491) 11454 : cluster [DBG] pgmap v10118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:45.289892+0000 mgr.y (mgr.24491) 11454 : cluster [DBG] pgmap v10118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:47] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:09:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:47.290426+0000 mgr.y (mgr.24491) 11455 : cluster [DBG] pgmap v10119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:47.290426+0000 mgr.y (mgr.24491) 11455 : cluster [DBG] pgmap v10119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:47.290426+0000 mgr.y (mgr.24491) 11455 : cluster [DBG] pgmap v10119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:49.291264+0000 mgr.y (mgr.24491) 11456 : cluster [DBG] pgmap v10120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:49.291264+0000 mgr.y (mgr.24491) 11456 : cluster [DBG] pgmap v10120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:49.291264+0000 mgr.y (mgr.24491) 11456 : cluster [DBG] pgmap v10120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:09:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:51.291755+0000 mgr.y (mgr.24491) 11457 : cluster [DBG] pgmap v10121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:51.291755+0000 mgr.y (mgr.24491) 11457 : cluster [DBG] pgmap v10121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:51.291755+0000 mgr.y (mgr.24491) 11457 : cluster [DBG] pgmap v10121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:53.292256+0000 mgr.y (mgr.24491) 11458 : cluster [DBG] pgmap v10122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:53.292256+0000 mgr.y (mgr.24491) 11458 : cluster [DBG] pgmap v10122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:53.292256+0000 mgr.y (mgr.24491) 11458 : cluster [DBG] pgmap v10122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:55.293170+0000 mgr.y (mgr.24491) 11459 : cluster [DBG] pgmap v10123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:55.293170+0000 mgr.y (mgr.24491) 11459 : cluster [DBG] pgmap v10123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:55.293170+0000 mgr.y (mgr.24491) 11459 : cluster [DBG] pgmap v10123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:09:57] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:09:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:57.293552+0000 mgr.y (mgr.24491) 11460 : cluster [DBG] pgmap v10124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:57.293552+0000 mgr.y (mgr.24491) 11460 : cluster [DBG] pgmap v10124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:09:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:09:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:57.293552+0000 mgr.y (mgr.24491) 11460 : cluster [DBG] pgmap v10124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T09:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:10:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:09:59.294371+0000 mgr.y (mgr.24491) 11461 : cluster [DBG] pgmap v10125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:00.000104+0000 mon.a (mon.0) 2627 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:10:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:09:59.294371+0000 mgr.y (mgr.24491) 11461 : cluster [DBG] pgmap v10125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:00.000104+0000 mon.a (mon.0) 2627 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:10:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:10:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:09:59.294371+0000 mgr.y (mgr.24491) 11461 : cluster [DBG] pgmap v10125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:00.000104+0000 mon.a (mon.0) 2627 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:10:02.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:01.562579+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:10:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:01.562579+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:10:02.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:01.562579+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:10:03.098 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:01.295066+0000 mgr.y (mgr.24491) 11462 : cluster [DBG] pgmap v10126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:03.098 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:01.295066+0000 mgr.y (mgr.24491) 11462 : cluster [DBG] pgmap v10126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:01.295066+0000 mgr.y (mgr.24491) 11462 : cluster [DBG] pgmap v10126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:03.295433+0000 mgr.y (mgr.24491) 11463 : cluster [DBG] pgmap v10127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:04.152762+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:10:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:04.850868+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:10:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:05.124849+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:10:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:05.125651+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:10:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:05.132976+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:10:05.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:03.295433+0000 mgr.y (mgr.24491) 11463 : cluster [DBG] pgmap v10127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:05.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:04.152762+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:10:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:04.850868+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:10:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:05.124849+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:10:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:05.125651+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:10:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:05.132976+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:10:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:03.295433+0000 mgr.y (mgr.24491) 11463 : cluster [DBG] pgmap v10127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:04.152762+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:10:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:04.850868+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:10:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:05.124849+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:10:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:05.125651+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:10:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:05.132976+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:10:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:05.296126+0000 mgr.y (mgr.24491) 11464 : cluster [DBG] pgmap v10128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:05.296126+0000 mgr.y (mgr.24491) 11464 : cluster [DBG] pgmap v10128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:05.296126+0000 mgr.y (mgr.24491) 11464 : cluster [DBG] pgmap v10128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:07] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:10:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:07.296590+0000 mgr.y (mgr.24491) 11465 : cluster [DBG] pgmap v10129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:07.296590+0000 mgr.y (mgr.24491) 11465 : cluster [DBG] pgmap v10129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:09.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:07.296590+0000 mgr.y (mgr.24491) 11465 : cluster [DBG] pgmap v10129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:09.297278+0000 mgr.y (mgr.24491) 11466 : cluster [DBG] pgmap v10130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:10:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:09.297278+0000 mgr.y (mgr.24491) 11466 : cluster [DBG] pgmap v10130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:11.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:09.297278+0000 mgr.y (mgr.24491) 11466 : cluster [DBG] pgmap v10130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:12.695 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:10:12.973 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:10:12.973 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8s ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:10:12.973 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8s ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:10:12.973 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:10:12.973 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:10:12.973 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:10:12.973 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8s ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:10:12.974 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8s ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:10:12.974 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8s ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:10:12.974 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8s ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:10:12.974 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8s ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:10:12.974 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:10:12.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:10:12.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:10:12.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:10:12.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:10:12.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8s ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:10:12.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:10:12.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:10:12.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8s ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:10:12.975 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8s ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:10:13.305 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:10:13.306 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:10:13.306 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:10:13.306 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:10:13.306 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:10:13.306 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:10:13.306 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:10:13.306 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:10:13.306 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:10:13.306 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:10:13.307 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:10:13.307 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:10:13.307 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:10:13.307 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:10:13.307 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:10:13.307 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:10:13.307 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:10:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:11.297823+0000 mgr.y (mgr.24491) 11467 : cluster [DBG] pgmap v10131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:13.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:11.297823+0000 mgr.y (mgr.24491) 11467 : cluster [DBG] pgmap v10131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:11.297823+0000 mgr.y (mgr.24491) 11467 : cluster [DBG] pgmap v10131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:12.684388+0000 mgr.y (mgr.24491) 11468 : audit [DBG] from='client.36545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:12.967871+0000 mgr.y (mgr.24491) 11469 : audit [DBG] from='client.36551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:13.308247+0000 mon.a (mon.0) 2634 : audit [DBG] from='client.? 172.21.15.177:0/3572927385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:10:14.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:12.684388+0000 mgr.y (mgr.24491) 11468 : audit [DBG] from='client.36545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:14.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:12.967871+0000 mgr.y (mgr.24491) 11469 : audit [DBG] from='client.36551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:14.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:13.308247+0000 mon.a (mon.0) 2634 : audit [DBG] from='client.? 172.21.15.177:0/3572927385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:10:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:12.684388+0000 mgr.y (mgr.24491) 11468 : audit [DBG] from='client.36545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:12.967871+0000 mgr.y (mgr.24491) 11469 : audit [DBG] from='client.36551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:13.308247+0000 mon.a (mon.0) 2634 : audit [DBG] from='client.? 172.21.15.177:0/3572927385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:10:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:13.298166+0000 mgr.y (mgr.24491) 11470 : cluster [DBG] pgmap v10132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:13.298166+0000 mgr.y (mgr.24491) 11470 : cluster [DBG] pgmap v10132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:15.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:13.298166+0000 mgr.y (mgr.24491) 11470 : cluster [DBG] pgmap v10132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:15.299034+0000 mgr.y (mgr.24491) 11471 : cluster [DBG] pgmap v10133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:15.299034+0000 mgr.y (mgr.24491) 11471 : cluster [DBG] pgmap v10133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:17.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:15.299034+0000 mgr.y (mgr.24491) 11471 : cluster [DBG] pgmap v10133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:10:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:17.299643+0000 mgr.y (mgr.24491) 11472 : cluster [DBG] pgmap v10134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:19.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:17.299643+0000 mgr.y (mgr.24491) 11472 : cluster [DBG] pgmap v10134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:17.299643+0000 mgr.y (mgr.24491) 11472 : cluster [DBG] pgmap v10134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:19.300341+0000 mgr.y (mgr.24491) 11473 : cluster [DBG] pgmap v10135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:10:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:19.300341+0000 mgr.y (mgr.24491) 11473 : cluster [DBG] pgmap v10135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:21.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:19.300341+0000 mgr.y (mgr.24491) 11473 : cluster [DBG] pgmap v10135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:21.300974+0000 mgr.y (mgr.24491) 11474 : cluster [DBG] pgmap v10136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:23.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:21.300974+0000 mgr.y (mgr.24491) 11474 : cluster [DBG] pgmap v10136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:21.300974+0000 mgr.y (mgr.24491) 11474 : cluster [DBG] pgmap v10136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:23.301517+0000 mgr.y (mgr.24491) 11475 : cluster [DBG] pgmap v10137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:23.301517+0000 mgr.y (mgr.24491) 11475 : cluster [DBG] pgmap v10137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:23.301517+0000 mgr.y (mgr.24491) 11475 : cluster [DBG] pgmap v10137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:25.302386+0000 mgr.y (mgr.24491) 11476 : cluster [DBG] pgmap v10138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:25.302386+0000 mgr.y (mgr.24491) 11476 : cluster [DBG] pgmap v10138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:25.302386+0000 mgr.y (mgr.24491) 11476 : cluster [DBG] pgmap v10138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:10:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:27.302764+0000 mgr.y (mgr.24491) 11477 : cluster [DBG] pgmap v10139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:29.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:27.302764+0000 mgr.y (mgr.24491) 11477 : cluster [DBG] pgmap v10139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:29.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:27.302764+0000 mgr.y (mgr.24491) 11477 : cluster [DBG] pgmap v10139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:29.303513+0000 mgr.y (mgr.24491) 11478 : cluster [DBG] pgmap v10140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:10:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:29.303513+0000 mgr.y (mgr.24491) 11478 : cluster [DBG] pgmap v10140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:31.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:29.303513+0000 mgr.y (mgr.24491) 11478 : cluster [DBG] pgmap v10140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:31.304217+0000 mgr.y (mgr.24491) 11479 : cluster [DBG] pgmap v10141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:31.304217+0000 mgr.y (mgr.24491) 11479 : cluster [DBG] pgmap v10141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:33.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:31.304217+0000 mgr.y (mgr.24491) 11479 : cluster [DBG] pgmap v10141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:33.304667+0000 mgr.y (mgr.24491) 11480 : cluster [DBG] pgmap v10142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:33.304667+0000 mgr.y (mgr.24491) 11480 : cluster [DBG] pgmap v10142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:35.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:33.304667+0000 mgr.y (mgr.24491) 11480 : cluster [DBG] pgmap v10142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:35.305410+0000 mgr.y (mgr.24491) 11481 : cluster [DBG] pgmap v10143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:35.305410+0000 mgr.y (mgr.24491) 11481 : cluster [DBG] pgmap v10143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:37.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:35.305410+0000 mgr.y (mgr.24491) 11481 : cluster [DBG] pgmap v10143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:37] "GET /metrics HTTP/1.1" 200 188358 "" "Prometheus/2.33.4" 2024-04-20T09:10:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:37.305910+0000 mgr.y (mgr.24491) 11482 : cluster [DBG] pgmap v10144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:37.305910+0000 mgr.y (mgr.24491) 11482 : cluster [DBG] pgmap v10144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:37.305910+0000 mgr.y (mgr.24491) 11482 : cluster [DBG] pgmap v10144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:39.306493+0000 mgr.y (mgr.24491) 11483 : cluster [DBG] pgmap v10145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:10:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:39.306493+0000 mgr.y (mgr.24491) 11483 : cluster [DBG] pgmap v10145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:41.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:39.306493+0000 mgr.y (mgr.24491) 11483 : cluster [DBG] pgmap v10145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:41.306975+0000 mgr.y (mgr.24491) 11484 : cluster [DBG] pgmap v10146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:43.614 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:10:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:41.306975+0000 mgr.y (mgr.24491) 11484 : cluster [DBG] pgmap v10146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:43.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:41.306975+0000 mgr.y (mgr.24491) 11484 : cluster [DBG] pgmap v10146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:43.908 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:10:43.908 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 39s ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:10:43.908 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 39s ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:10:43.909 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 39s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:10:43.909 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 39s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:10:43.909 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 39s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:10:43.909 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 39s ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:10:43.909 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 39s ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:10:43.909 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 39s ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:10:43.909 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 39s ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:10:43.909 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 39s ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:10:43.909 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 39s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:10:43.909 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 39s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:10:43.910 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 39s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:10:43.910 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 39s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:10:43.910 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 39s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:10:43.910 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 39s ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:10:43.910 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 39s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:10:43.910 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 39s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:10:43.910 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 39s ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:10:43.910 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 39s ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:10:44.243 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:10:44.243 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:10:44.243 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:10:44.243 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:10:44.243 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:10:44.243 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:10:44.244 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:10:44.244 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:10:44.244 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:10:44.244 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:10:44.244 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:10:44.244 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:10:44.244 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:10:44.244 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:10:44.244 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:10:44.244 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:10:44.244 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:10:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:43.307544+0000 mgr.y (mgr.24491) 11485 : cluster [DBG] pgmap v10147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:43.604339+0000 mgr.y (mgr.24491) 11486 : audit [DBG] from='client.36563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:43.903379+0000 mgr.y (mgr.24491) 11487 : audit [DBG] from='client.36569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:10:44.245978+0000 mon.c (mon.2) 375 : audit [DBG] from='client.? 172.21.15.177:0/757969626' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:10:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:43.307544+0000 mgr.y (mgr.24491) 11485 : cluster [DBG] pgmap v10147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:43.604339+0000 mgr.y (mgr.24491) 11486 : audit [DBG] from='client.36563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:43.903379+0000 mgr.y (mgr.24491) 11487 : audit [DBG] from='client.36569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:10:44.245978+0000 mon.c (mon.2) 375 : audit [DBG] from='client.? 172.21.15.177:0/757969626' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:10:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:43.307544+0000 mgr.y (mgr.24491) 11485 : cluster [DBG] pgmap v10147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:43.604339+0000 mgr.y (mgr.24491) 11486 : audit [DBG] from='client.36563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:43.903379+0000 mgr.y (mgr.24491) 11487 : audit [DBG] from='client.36569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:10:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:10:44.245978+0000 mon.c (mon.2) 375 : audit [DBG] from='client.? 172.21.15.177:0/757969626' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:10:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:45.308442+0000 mgr.y (mgr.24491) 11488 : cluster [DBG] pgmap v10148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:45.308442+0000 mgr.y (mgr.24491) 11488 : cluster [DBG] pgmap v10148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:47.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:45.308442+0000 mgr.y (mgr.24491) 11488 : cluster [DBG] pgmap v10148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:47] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T09:10:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:47.309041+0000 mgr.y (mgr.24491) 11489 : cluster [DBG] pgmap v10149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:47.309041+0000 mgr.y (mgr.24491) 11489 : cluster [DBG] pgmap v10149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:49.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:47.309041+0000 mgr.y (mgr.24491) 11489 : cluster [DBG] pgmap v10149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:49.309545+0000 mgr.y (mgr.24491) 11490 : cluster [DBG] pgmap v10150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:10:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:49.309545+0000 mgr.y (mgr.24491) 11490 : cluster [DBG] pgmap v10150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:49.309545+0000 mgr.y (mgr.24491) 11490 : cluster [DBG] pgmap v10150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:51.310068+0000 mgr.y (mgr.24491) 11491 : cluster [DBG] pgmap v10151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:51.310068+0000 mgr.y (mgr.24491) 11491 : cluster [DBG] pgmap v10151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:53.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:51.310068+0000 mgr.y (mgr.24491) 11491 : cluster [DBG] pgmap v10151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:53.310469+0000 mgr.y (mgr.24491) 11492 : cluster [DBG] pgmap v10152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:53.310469+0000 mgr.y (mgr.24491) 11492 : cluster [DBG] pgmap v10152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:53.310469+0000 mgr.y (mgr.24491) 11492 : cluster [DBG] pgmap v10152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:55.311148+0000 mgr.y (mgr.24491) 11493 : cluster [DBG] pgmap v10153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:57.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:55.311148+0000 mgr.y (mgr.24491) 11493 : cluster [DBG] pgmap v10153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:55.311148+0000 mgr.y (mgr.24491) 11493 : cluster [DBG] pgmap v10153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:10:57] "GET /metrics HTTP/1.1" 200 188356 "" "Prometheus/2.33.4" 2024-04-20T09:10:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:57.311655+0000 mgr.y (mgr.24491) 11494 : cluster [DBG] pgmap v10154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:59.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:57.311655+0000 mgr.y (mgr.24491) 11494 : cluster [DBG] pgmap v10154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:10:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:10:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:57.311655+0000 mgr.y (mgr.24491) 11494 : cluster [DBG] pgmap v10154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:10:59.312299+0000 mgr.y (mgr.24491) 11495 : cluster [DBG] pgmap v10155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:11:01.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:10:59.312299+0000 mgr.y (mgr.24491) 11495 : cluster [DBG] pgmap v10155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:10:59.312299+0000 mgr.y (mgr.24491) 11495 : cluster [DBG] pgmap v10155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:01.312909+0000 mgr.y (mgr.24491) 11496 : cluster [DBG] pgmap v10156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:01.312909+0000 mgr.y (mgr.24491) 11496 : cluster [DBG] pgmap v10156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:03.747 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:01.312909+0000 mgr.y (mgr.24491) 11496 : cluster [DBG] pgmap v10156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:03.313399+0000 mgr.y (mgr.24491) 11497 : cluster [DBG] pgmap v10157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:11:05.137853+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:11:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:03.313399+0000 mgr.y (mgr.24491) 11497 : cluster [DBG] pgmap v10157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:11:05.137853+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:11:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:03.313399+0000 mgr.y (mgr.24491) 11497 : cluster [DBG] pgmap v10157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:11:05.137853+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:11:06.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:11:05.431563+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:11:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:11:05.432208+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:11:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:11:05.436431+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:11:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:11:05.431563+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:11:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:11:05.432208+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:11:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:11:05.436431+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:11:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:11:05.431563+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:11:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:11:05.432208+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:11:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:11:05.436431+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:11:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:05.314020+0000 mgr.y (mgr.24491) 11498 : cluster [DBG] pgmap v10158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:05.314020+0000 mgr.y (mgr.24491) 11498 : cluster [DBG] pgmap v10158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:05.314020+0000 mgr.y (mgr.24491) 11498 : cluster [DBG] pgmap v10158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:11:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:07.314396+0000 mgr.y (mgr.24491) 11499 : cluster [DBG] pgmap v10159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:07.314396+0000 mgr.y (mgr.24491) 11499 : cluster [DBG] pgmap v10159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:07.314396+0000 mgr.y (mgr.24491) 11499 : cluster [DBG] pgmap v10159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:10.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:09.315000+0000 mgr.y (mgr.24491) 11500 : cluster [DBG] pgmap v10160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:09.315000+0000 mgr.y (mgr.24491) 11500 : cluster [DBG] pgmap v10160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:09.315000+0000 mgr.y (mgr.24491) 11500 : cluster [DBG] pgmap v10160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:11:12.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:11.315468+0000 mgr.y (mgr.24491) 11501 : cluster [DBG] pgmap v10161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:11.315468+0000 mgr.y (mgr.24491) 11501 : cluster [DBG] pgmap v10161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:11.315468+0000 mgr.y (mgr.24491) 11501 : cluster [DBG] pgmap v10161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:14.557 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:11:14.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:13.315916+0000 mgr.y (mgr.24491) 11502 : cluster [DBG] pgmap v10162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:14.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:13.315916+0000 mgr.y (mgr.24491) 11502 : cluster [DBG] pgmap v10162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:13.315916+0000 mgr.y (mgr.24491) 11502 : cluster [DBG] pgmap v10162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:14.834 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:11:14.835 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 70s ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:11:14.835 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 69s ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:11:14.835 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 70s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:11:14.835 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 69s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:11:14.835 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 69s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:11:14.835 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 70s ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:11:14.835 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 70s ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:11:14.835 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 69s ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:11:14.835 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 70s ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:11:14.836 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 70s ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:11:14.836 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 69s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:11:14.836 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 70s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:11:14.836 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 70s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:11:14.836 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 70s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:11:14.836 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 70s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:11:14.836 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 69s ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:11:14.836 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 69s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:11:14.836 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 69s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:11:14.836 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 69s ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:11:14.837 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 69s ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:11:15.167 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:11:15.167 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:11:15.167 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:11:15.167 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:11:15.167 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:11:15.167 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:11:15.167 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:11:15.167 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:11:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:11:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:11:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:11:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:11:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:11:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:11:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:11:15.168 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:11:15.168 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:11:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:11:14.548090+0000 mgr.y (mgr.24491) 11503 : audit [DBG] from='client.26673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:11:14.829120+0000 mgr.y (mgr.24491) 11504 : audit [DBG] from='client.26679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:11:15.169527+0000 mon.c (mon.2) 376 : audit [DBG] from='client.? 172.21.15.177:0/2100818018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:11:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:11:14.548090+0000 mgr.y (mgr.24491) 11503 : audit [DBG] from='client.26673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:11:14.829120+0000 mgr.y (mgr.24491) 11504 : audit [DBG] from='client.26679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:11:15.169527+0000 mon.c (mon.2) 376 : audit [DBG] from='client.? 172.21.15.177:0/2100818018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:11:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:11:14.548090+0000 mgr.y (mgr.24491) 11503 : audit [DBG] from='client.26673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:11:14.829120+0000 mgr.y (mgr.24491) 11504 : audit [DBG] from='client.26679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:11:15.169527+0000 mon.c (mon.2) 376 : audit [DBG] from='client.? 172.21.15.177:0/2100818018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:11:16.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:15.316518+0000 mgr.y (mgr.24491) 11505 : cluster [DBG] pgmap v10163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:16.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:15.316518+0000 mgr.y (mgr.24491) 11505 : cluster [DBG] pgmap v10163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:15.316518+0000 mgr.y (mgr.24491) 11505 : cluster [DBG] pgmap v10163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:17] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:11:18.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:17.317063+0000 mgr.y (mgr.24491) 11506 : cluster [DBG] pgmap v10164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:17.317063+0000 mgr.y (mgr.24491) 11506 : cluster [DBG] pgmap v10164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:17.317063+0000 mgr.y (mgr.24491) 11506 : cluster [DBG] pgmap v10164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:20.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:19.317651+0000 mgr.y (mgr.24491) 11507 : cluster [DBG] pgmap v10165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:20.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:19.317651+0000 mgr.y (mgr.24491) 11507 : cluster [DBG] pgmap v10165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:19.317651+0000 mgr.y (mgr.24491) 11507 : cluster [DBG] pgmap v10165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:11:22.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:21.318136+0000 mgr.y (mgr.24491) 11508 : cluster [DBG] pgmap v10166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:21.318136+0000 mgr.y (mgr.24491) 11508 : cluster [DBG] pgmap v10166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:21.318136+0000 mgr.y (mgr.24491) 11508 : cluster [DBG] pgmap v10166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:24.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:23.318523+0000 mgr.y (mgr.24491) 11509 : cluster [DBG] pgmap v10167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:23.318523+0000 mgr.y (mgr.24491) 11509 : cluster [DBG] pgmap v10167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:23.318523+0000 mgr.y (mgr.24491) 11509 : cluster [DBG] pgmap v10167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:26.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:25.319309+0000 mgr.y (mgr.24491) 11510 : cluster [DBG] pgmap v10168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:25.319309+0000 mgr.y (mgr.24491) 11510 : cluster [DBG] pgmap v10168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:25.319309+0000 mgr.y (mgr.24491) 11510 : cluster [DBG] pgmap v10168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:27] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:11:28.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:27.319731+0000 mgr.y (mgr.24491) 11511 : cluster [DBG] pgmap v10169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:28.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:27.319731+0000 mgr.y (mgr.24491) 11511 : cluster [DBG] pgmap v10169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:27.319731+0000 mgr.y (mgr.24491) 11511 : cluster [DBG] pgmap v10169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:29.320338+0000 mgr.y (mgr.24491) 11512 : cluster [DBG] pgmap v10170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:29.320338+0000 mgr.y (mgr.24491) 11512 : cluster [DBG] pgmap v10170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:29.320338+0000 mgr.y (mgr.24491) 11512 : cluster [DBG] pgmap v10170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:11:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:31.320950+0000 mgr.y (mgr.24491) 11513 : cluster [DBG] pgmap v10171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:31.320950+0000 mgr.y (mgr.24491) 11513 : cluster [DBG] pgmap v10171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:31.320950+0000 mgr.y (mgr.24491) 11513 : cluster [DBG] pgmap v10171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:33.321566+0000 mgr.y (mgr.24491) 11514 : cluster [DBG] pgmap v10172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:33.321566+0000 mgr.y (mgr.24491) 11514 : cluster [DBG] pgmap v10172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:33.321566+0000 mgr.y (mgr.24491) 11514 : cluster [DBG] pgmap v10172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:35.322292+0000 mgr.y (mgr.24491) 11515 : cluster [DBG] pgmap v10173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:35.322292+0000 mgr.y (mgr.24491) 11515 : cluster [DBG] pgmap v10173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:35.322292+0000 mgr.y (mgr.24491) 11515 : cluster [DBG] pgmap v10173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:37] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:11:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:37.322718+0000 mgr.y (mgr.24491) 11516 : cluster [DBG] pgmap v10174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:37.322718+0000 mgr.y (mgr.24491) 11516 : cluster [DBG] pgmap v10174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:37.322718+0000 mgr.y (mgr.24491) 11516 : cluster [DBG] pgmap v10174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:39.323370+0000 mgr.y (mgr.24491) 11517 : cluster [DBG] pgmap v10175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:39.323370+0000 mgr.y (mgr.24491) 11517 : cluster [DBG] pgmap v10175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:39.323370+0000 mgr.y (mgr.24491) 11517 : cluster [DBG] pgmap v10175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:11:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:41.324011+0000 mgr.y (mgr.24491) 11518 : cluster [DBG] pgmap v10176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:41.324011+0000 mgr.y (mgr.24491) 11518 : cluster [DBG] pgmap v10176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:41.324011+0000 mgr.y (mgr.24491) 11518 : cluster [DBG] pgmap v10176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:43.324381+0000 mgr.y (mgr.24491) 11519 : cluster [DBG] pgmap v10177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:43.324381+0000 mgr.y (mgr.24491) 11519 : cluster [DBG] pgmap v10177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:43.324381+0000 mgr.y (mgr.24491) 11519 : cluster [DBG] pgmap v10177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:45.472 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:11:45.747 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:11:45.747 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 101s ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:11:45.748 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 100s ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:11:45.748 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 101s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:11:45.748 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 100s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:11:45.748 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 100s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:11:45.748 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 101s ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:11:45.748 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 101s ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:11:45.748 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 100s ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:11:45.748 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 101s ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:11:45.748 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 101s ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:11:45.748 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 100s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:11:45.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 101s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:11:45.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 101s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:11:45.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 101s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:11:45.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 101s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:11:45.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 100s ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:11:45.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 100s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:11:45.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 100s ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:11:45.749 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 100s ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:11:45.749 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 100s ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:11:46.084 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:11:46.084 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:11:46.084 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:11:46.084 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:11:46.084 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:11:46.084 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:11:46.084 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:11:46.085 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:11:46.085 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:11:46.085 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:11:46.085 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:11:46.085 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:11:46.085 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:11:46.085 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:11:46.085 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:11:46.085 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:11:46.085 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:11:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:45.324970+0000 mgr.y (mgr.24491) 11520 : cluster [DBG] pgmap v10178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:11:45.463294+0000 mgr.y (mgr.24491) 11521 : audit [DBG] from='client.36599 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:11:45.742339+0000 mgr.y (mgr.24491) 11522 : audit [DBG] from='client.26697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:11:46.086745+0000 mon.c (mon.2) 377 : audit [DBG] from='client.? 172.21.15.177:0/3083300043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:11:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:45.324970+0000 mgr.y (mgr.24491) 11520 : cluster [DBG] pgmap v10178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:11:45.463294+0000 mgr.y (mgr.24491) 11521 : audit [DBG] from='client.36599 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:11:45.742339+0000 mgr.y (mgr.24491) 11522 : audit [DBG] from='client.26697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:11:46.086745+0000 mon.c (mon.2) 377 : audit [DBG] from='client.? 172.21.15.177:0/3083300043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:11:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:45.324970+0000 mgr.y (mgr.24491) 11520 : cluster [DBG] pgmap v10178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:11:45.463294+0000 mgr.y (mgr.24491) 11521 : audit [DBG] from='client.36599 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:11:45.742339+0000 mgr.y (mgr.24491) 11522 : audit [DBG] from='client.26697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:11:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:11:46.086745+0000 mon.c (mon.2) 377 : audit [DBG] from='client.? 172.21.15.177:0/3083300043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:11:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:47] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:11:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:47.325464+0000 mgr.y (mgr.24491) 11523 : cluster [DBG] pgmap v10179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:47.325464+0000 mgr.y (mgr.24491) 11523 : cluster [DBG] pgmap v10179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:48.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:47.325464+0000 mgr.y (mgr.24491) 11523 : cluster [DBG] pgmap v10179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:49.326073+0000 mgr.y (mgr.24491) 11524 : cluster [DBG] pgmap v10180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:50.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:49.326073+0000 mgr.y (mgr.24491) 11524 : cluster [DBG] pgmap v10180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:50.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:49.326073+0000 mgr.y (mgr.24491) 11524 : cluster [DBG] pgmap v10180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:11:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:51.326524+0000 mgr.y (mgr.24491) 11525 : cluster [DBG] pgmap v10181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:51.326524+0000 mgr.y (mgr.24491) 11525 : cluster [DBG] pgmap v10181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:52.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:51.326524+0000 mgr.y (mgr.24491) 11525 : cluster [DBG] pgmap v10181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:53.326900+0000 mgr.y (mgr.24491) 11526 : cluster [DBG] pgmap v10182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:53.326900+0000 mgr.y (mgr.24491) 11526 : cluster [DBG] pgmap v10182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:53.326900+0000 mgr.y (mgr.24491) 11526 : cluster [DBG] pgmap v10182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:55.327615+0000 mgr.y (mgr.24491) 11527 : cluster [DBG] pgmap v10183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:55.327615+0000 mgr.y (mgr.24491) 11527 : cluster [DBG] pgmap v10183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:56.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:55.327615+0000 mgr.y (mgr.24491) 11527 : cluster [DBG] pgmap v10183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:11:57] "GET /metrics HTTP/1.1" 200 188357 "" "Prometheus/2.33.4" 2024-04-20T09:11:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:11:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:57.328166+0000 mgr.y (mgr.24491) 11528 : cluster [DBG] pgmap v10184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:11:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:57.328166+0000 mgr.y (mgr.24491) 11528 : cluster [DBG] pgmap v10184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:11:58.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:11:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:57.328166+0000 mgr.y (mgr.24491) 11528 : cluster [DBG] pgmap v10184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:11:59.328774+0000 mgr.y (mgr.24491) 11529 : cluster [DBG] pgmap v10185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:11:59.328774+0000 mgr.y (mgr.24491) 11529 : cluster [DBG] pgmap v10185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:11:59.328774+0000 mgr.y (mgr.24491) 11529 : cluster [DBG] pgmap v10185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:12:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:01.329270+0000 mgr.y (mgr.24491) 11530 : cluster [DBG] pgmap v10186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:01.329270+0000 mgr.y (mgr.24491) 11530 : cluster [DBG] pgmap v10186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:02.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:01.329270+0000 mgr.y (mgr.24491) 11530 : cluster [DBG] pgmap v10186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:03.329646+0000 mgr.y (mgr.24491) 11531 : cluster [DBG] pgmap v10187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:03.329646+0000 mgr.y (mgr.24491) 11531 : cluster [DBG] pgmap v10187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:03.329646+0000 mgr.y (mgr.24491) 11531 : cluster [DBG] pgmap v10187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:05.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:12:05.440613+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:12:05.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:12:05.440613+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:12:05.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:12:05.440613+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:12:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:05.330365+0000 mgr.y (mgr.24491) 11532 : cluster [DBG] pgmap v10188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:12:05.735255+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:12:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:12:05.735969+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:12:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:12:05.740633+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:12:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:05.330365+0000 mgr.y (mgr.24491) 11532 : cluster [DBG] pgmap v10188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:12:05.735255+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:12:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:12:05.735969+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:12:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:12:05.740633+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:12:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:05.330365+0000 mgr.y (mgr.24491) 11532 : cluster [DBG] pgmap v10188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:12:05.735255+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:12:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:12:05.735969+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:12:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:12:05.740633+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:12:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:07] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T09:12:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:07.330787+0000 mgr.y (mgr.24491) 11533 : cluster [DBG] pgmap v10189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:07.330787+0000 mgr.y (mgr.24491) 11533 : cluster [DBG] pgmap v10189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:07.330787+0000 mgr.y (mgr.24491) 11533 : cluster [DBG] pgmap v10189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:09.331453+0000 mgr.y (mgr.24491) 11534 : cluster [DBG] pgmap v10190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:09.331453+0000 mgr.y (mgr.24491) 11534 : cluster [DBG] pgmap v10190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:09.331453+0000 mgr.y (mgr.24491) 11534 : cluster [DBG] pgmap v10190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:12:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:11.332079+0000 mgr.y (mgr.24491) 11535 : cluster [DBG] pgmap v10191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:11.332079+0000 mgr.y (mgr.24491) 11535 : cluster [DBG] pgmap v10191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:11.332079+0000 mgr.y (mgr.24491) 11535 : cluster [DBG] pgmap v10191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:13.332445+0000 mgr.y (mgr.24491) 11536 : cluster [DBG] pgmap v10192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:13.332445+0000 mgr.y (mgr.24491) 11536 : cluster [DBG] pgmap v10192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:13.332445+0000 mgr.y (mgr.24491) 11536 : cluster [DBG] pgmap v10192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:16.394 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:12:16.669 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 2m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 2m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:12:16.670 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:12:16.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:12:16.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:12:16.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:12:16.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:12:16.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 2m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:12:16.671 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 2m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:12:16.671 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:12:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:15.333206+0000 mgr.y (mgr.24491) 11537 : cluster [DBG] pgmap v10193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:15.333206+0000 mgr.y (mgr.24491) 11537 : cluster [DBG] pgmap v10193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:15.333206+0000 mgr.y (mgr.24491) 11537 : cluster [DBG] pgmap v10193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:12:17.004 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:12:17.005 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:12:17.005 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:12:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:12:16.384970+0000 mgr.y (mgr.24491) 11538 : audit [DBG] from='client.36617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:12:16.664735+0000 mgr.y (mgr.24491) 11539 : audit [DBG] from='client.36623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:12:17.006416+0000 mon.a (mon.0) 2643 : audit [DBG] from='client.? 172.21.15.177:0/3448255081' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:12:17.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:17] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:12:17.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:12:16.384970+0000 mgr.y (mgr.24491) 11538 : audit [DBG] from='client.36617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:17.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:12:16.664735+0000 mgr.y (mgr.24491) 11539 : audit [DBG] from='client.36623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:12:17.006416+0000 mon.a (mon.0) 2643 : audit [DBG] from='client.? 172.21.15.177:0/3448255081' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:12:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:12:16.384970+0000 mgr.y (mgr.24491) 11538 : audit [DBG] from='client.36617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:12:16.664735+0000 mgr.y (mgr.24491) 11539 : audit [DBG] from='client.36623 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:12:17.006416+0000 mon.a (mon.0) 2643 : audit [DBG] from='client.? 172.21.15.177:0/3448255081' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:12:18.747 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:17.333635+0000 mgr.y (mgr.24491) 11540 : cluster [DBG] pgmap v10194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:17.333635+0000 mgr.y (mgr.24491) 11540 : cluster [DBG] pgmap v10194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:17.333635+0000 mgr.y (mgr.24491) 11540 : cluster [DBG] pgmap v10194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:19.334363+0000 mgr.y (mgr.24491) 11541 : cluster [DBG] pgmap v10195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:19.334363+0000 mgr.y (mgr.24491) 11541 : cluster [DBG] pgmap v10195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:19.334363+0000 mgr.y (mgr.24491) 11541 : cluster [DBG] pgmap v10195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:12:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:21.334884+0000 mgr.y (mgr.24491) 11542 : cluster [DBG] pgmap v10196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:21.334884+0000 mgr.y (mgr.24491) 11542 : cluster [DBG] pgmap v10196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:21.334884+0000 mgr.y (mgr.24491) 11542 : cluster [DBG] pgmap v10196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:23.335473+0000 mgr.y (mgr.24491) 11543 : cluster [DBG] pgmap v10197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:23.335473+0000 mgr.y (mgr.24491) 11543 : cluster [DBG] pgmap v10197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:23.335473+0000 mgr.y (mgr.24491) 11543 : cluster [DBG] pgmap v10197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:25.336099+0000 mgr.y (mgr.24491) 11544 : cluster [DBG] pgmap v10198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:25.336099+0000 mgr.y (mgr.24491) 11544 : cluster [DBG] pgmap v10198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:25.336099+0000 mgr.y (mgr.24491) 11544 : cluster [DBG] pgmap v10198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:27] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:12:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:27.336567+0000 mgr.y (mgr.24491) 11545 : cluster [DBG] pgmap v10199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:27.336567+0000 mgr.y (mgr.24491) 11545 : cluster [DBG] pgmap v10199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:27.336567+0000 mgr.y (mgr.24491) 11545 : cluster [DBG] pgmap v10199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:29.337402+0000 mgr.y (mgr.24491) 11546 : cluster [DBG] pgmap v10200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:29.337402+0000 mgr.y (mgr.24491) 11546 : cluster [DBG] pgmap v10200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:29.337402+0000 mgr.y (mgr.24491) 11546 : cluster [DBG] pgmap v10200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:12:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:31.337979+0000 mgr.y (mgr.24491) 11547 : cluster [DBG] pgmap v10201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:31.337979+0000 mgr.y (mgr.24491) 11547 : cluster [DBG] pgmap v10201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:31.337979+0000 mgr.y (mgr.24491) 11547 : cluster [DBG] pgmap v10201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:33.338443+0000 mgr.y (mgr.24491) 11548 : cluster [DBG] pgmap v10202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:33.338443+0000 mgr.y (mgr.24491) 11548 : cluster [DBG] pgmap v10202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:33.338443+0000 mgr.y (mgr.24491) 11548 : cluster [DBG] pgmap v10202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:35.339147+0000 mgr.y (mgr.24491) 11549 : cluster [DBG] pgmap v10203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:36.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:35.339147+0000 mgr.y (mgr.24491) 11549 : cluster [DBG] pgmap v10203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:36.997 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:35.339147+0000 mgr.y (mgr.24491) 11549 : cluster [DBG] pgmap v10203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:37] "GET /metrics HTTP/1.1" 200 188354 "" "Prometheus/2.33.4" 2024-04-20T09:12:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:37.339509+0000 mgr.y (mgr.24491) 11550 : cluster [DBG] pgmap v10204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:37.339509+0000 mgr.y (mgr.24491) 11550 : cluster [DBG] pgmap v10204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:37.339509+0000 mgr.y (mgr.24491) 11550 : cluster [DBG] pgmap v10204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:39.340049+0000 mgr.y (mgr.24491) 11551 : cluster [DBG] pgmap v10205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:39.340049+0000 mgr.y (mgr.24491) 11551 : cluster [DBG] pgmap v10205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:39.340049+0000 mgr.y (mgr.24491) 11551 : cluster [DBG] pgmap v10205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:12:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:41.340704+0000 mgr.y (mgr.24491) 11552 : cluster [DBG] pgmap v10206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:41.340704+0000 mgr.y (mgr.24491) 11552 : cluster [DBG] pgmap v10206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:41.340704+0000 mgr.y (mgr.24491) 11552 : cluster [DBG] pgmap v10206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:43.341235+0000 mgr.y (mgr.24491) 11553 : cluster [DBG] pgmap v10207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:43.341235+0000 mgr.y (mgr.24491) 11553 : cluster [DBG] pgmap v10207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:43.341235+0000 mgr.y (mgr.24491) 11553 : cluster [DBG] pgmap v10207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:46.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:45.342093+0000 mgr.y (mgr.24491) 11554 : cluster [DBG] pgmap v10208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:45.342093+0000 mgr.y (mgr.24491) 11554 : cluster [DBG] pgmap v10208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:46.997 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:45.342093+0000 mgr.y (mgr.24491) 11554 : cluster [DBG] pgmap v10208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:47.313 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:12:47.587 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:12:47.587 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:12:47.587 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:12:47.588 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 2m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:12:47.588 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 2m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:12:47.588 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:12:47.588 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:12:47.588 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:12:47.588 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:12:47.588 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:12:47.588 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:12:47.588 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:12:47.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:12:47.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:12:47.589 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:12:47.589 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:12:47.589 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:12:47.589 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:12:47.589 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 2m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:12:47.589 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 2m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:12:47.589 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:12:47.920 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:12:47.920 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:12:47.920 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:12:47.920 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:12:47.920 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:12:47.920 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:12:47.920 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:12:47.920 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:12:47.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:12:47.921 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:12:47.921 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:12:47.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:12:47.921 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:12:47.921 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:12:47.921 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:12:47.921 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:12:47.921 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:12:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:47] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T09:12:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:12:47.304246+0000 mgr.y (mgr.24491) 11555 : audit [DBG] from='client.26727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:47.342434+0000 mgr.y (mgr.24491) 11556 : cluster [DBG] pgmap v10209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:12:47.582552+0000 mgr.y (mgr.24491) 11557 : audit [DBG] from='client.36641 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:12:47.922543+0000 mon.a (mon.0) 2644 : audit [DBG] from='client.? 172.21.15.177:0/423917464' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:12:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:12:47.304246+0000 mgr.y (mgr.24491) 11555 : audit [DBG] from='client.26727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:47.342434+0000 mgr.y (mgr.24491) 11556 : cluster [DBG] pgmap v10209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:12:47.582552+0000 mgr.y (mgr.24491) 11557 : audit [DBG] from='client.36641 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:12:47.922543+0000 mon.a (mon.0) 2644 : audit [DBG] from='client.? 172.21.15.177:0/423917464' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:12:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:12:47.304246+0000 mgr.y (mgr.24491) 11555 : audit [DBG] from='client.26727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:47.342434+0000 mgr.y (mgr.24491) 11556 : cluster [DBG] pgmap v10209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:12:47.582552+0000 mgr.y (mgr.24491) 11557 : audit [DBG] from='client.36641 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:12:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:12:47.922543+0000 mon.a (mon.0) 2644 : audit [DBG] from='client.? 172.21.15.177:0/423917464' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:12:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:49.343030+0000 mgr.y (mgr.24491) 11558 : cluster [DBG] pgmap v10210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:49.343030+0000 mgr.y (mgr.24491) 11558 : cluster [DBG] pgmap v10210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:49.343030+0000 mgr.y (mgr.24491) 11558 : cluster [DBG] pgmap v10210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:12:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:51.343508+0000 mgr.y (mgr.24491) 11559 : cluster [DBG] pgmap v10211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:51.343508+0000 mgr.y (mgr.24491) 11559 : cluster [DBG] pgmap v10211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:51.343508+0000 mgr.y (mgr.24491) 11559 : cluster [DBG] pgmap v10211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:53.343908+0000 mgr.y (mgr.24491) 11560 : cluster [DBG] pgmap v10212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:53.343908+0000 mgr.y (mgr.24491) 11560 : cluster [DBG] pgmap v10212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:53.343908+0000 mgr.y (mgr.24491) 11560 : cluster [DBG] pgmap v10212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:55.344567+0000 mgr.y (mgr.24491) 11561 : cluster [DBG] pgmap v10213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:55.344567+0000 mgr.y (mgr.24491) 11561 : cluster [DBG] pgmap v10213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:55.344567+0000 mgr.y (mgr.24491) 11561 : cluster [DBG] pgmap v10213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:12:57] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T09:12:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:57.345040+0000 mgr.y (mgr.24491) 11562 : cluster [DBG] pgmap v10214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:57.345040+0000 mgr.y (mgr.24491) 11562 : cluster [DBG] pgmap v10214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:12:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:12:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:57.345040+0000 mgr.y (mgr.24491) 11562 : cluster [DBG] pgmap v10214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:12:59.345726+0000 mgr.y (mgr.24491) 11563 : cluster [DBG] pgmap v10215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:00.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:12:59.345726+0000 mgr.y (mgr.24491) 11563 : cluster [DBG] pgmap v10215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:00.997 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:12:59.345726+0000 mgr.y (mgr.24491) 11563 : cluster [DBG] pgmap v10215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:13:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:01.346209+0000 mgr.y (mgr.24491) 11564 : cluster [DBG] pgmap v10216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:02.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:01.346209+0000 mgr.y (mgr.24491) 11564 : cluster [DBG] pgmap v10216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:01.346209+0000 mgr.y (mgr.24491) 11564 : cluster [DBG] pgmap v10216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:03.346569+0000 mgr.y (mgr.24491) 11565 : cluster [DBG] pgmap v10217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:03.346569+0000 mgr.y (mgr.24491) 11565 : cluster [DBG] pgmap v10217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:03.346569+0000 mgr.y (mgr.24491) 11565 : cluster [DBG] pgmap v10217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:05.347187+0000 mgr.y (mgr.24491) 11566 : cluster [DBG] pgmap v10218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:13:05.744822+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:13:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:13:05.985098+0000 mon.a (mon.0) 2646 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:13:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:13:06.272469+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:13:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:13:06.273105+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:13:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:13:06.277491+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:13:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:05.347187+0000 mgr.y (mgr.24491) 11566 : cluster [DBG] pgmap v10218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:13:05.744822+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:13:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:13:05.985098+0000 mon.a (mon.0) 2646 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:13:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:13:06.272469+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:13:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:13:06.273105+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:13:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:13:06.277491+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:13:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:05.347187+0000 mgr.y (mgr.24491) 11566 : cluster [DBG] pgmap v10218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:13:05.744822+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:13:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:13:05.985098+0000 mon.a (mon.0) 2646 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:13:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:13:06.272469+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:13:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:13:06.273105+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:13:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:13:06.277491+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:13:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:07] "GET /metrics HTTP/1.1" 200 188355 "" "Prometheus/2.33.4" 2024-04-20T09:13:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:07.347776+0000 mgr.y (mgr.24491) 11567 : cluster [DBG] pgmap v10219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:07.347776+0000 mgr.y (mgr.24491) 11567 : cluster [DBG] pgmap v10219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:07.347776+0000 mgr.y (mgr.24491) 11567 : cluster [DBG] pgmap v10219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:09.348367+0000 mgr.y (mgr.24491) 11568 : cluster [DBG] pgmap v10220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:09.348367+0000 mgr.y (mgr.24491) 11568 : cluster [DBG] pgmap v10220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:09.348367+0000 mgr.y (mgr.24491) 11568 : cluster [DBG] pgmap v10220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:13:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:11.348852+0000 mgr.y (mgr.24491) 11569 : cluster [DBG] pgmap v10221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:11.348852+0000 mgr.y (mgr.24491) 11569 : cluster [DBG] pgmap v10221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:11.348852+0000 mgr.y (mgr.24491) 11569 : cluster [DBG] pgmap v10221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:13.349462+0000 mgr.y (mgr.24491) 11570 : cluster [DBG] pgmap v10222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:13.349462+0000 mgr.y (mgr.24491) 11570 : cluster [DBG] pgmap v10222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:13.349462+0000 mgr.y (mgr.24491) 11570 : cluster [DBG] pgmap v10222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:15.350226+0000 mgr.y (mgr.24491) 11571 : cluster [DBG] pgmap v10223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:15.350226+0000 mgr.y (mgr.24491) 11571 : cluster [DBG] pgmap v10223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:15.350226+0000 mgr.y (mgr.24491) 11571 : cluster [DBG] pgmap v10223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:17] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T09:13:18.231 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 3m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:13:18.507 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:13:18.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:13:18.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:13:18.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:13:18.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:13:18.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:13:18.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:13:18.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:13:18.508 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:13:18.842 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:13:18.842 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:13:18.843 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:13:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:17.350602+0000 mgr.y (mgr.24491) 11572 : cluster [DBG] pgmap v10224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:13:18.221570+0000 mgr.y (mgr.24491) 11573 : audit [DBG] from='client.26745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:17.350602+0000 mgr.y (mgr.24491) 11572 : cluster [DBG] pgmap v10224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:13:18.221570+0000 mgr.y (mgr.24491) 11573 : audit [DBG] from='client.26745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:17.350602+0000 mgr.y (mgr.24491) 11572 : cluster [DBG] pgmap v10224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:13:18.221570+0000 mgr.y (mgr.24491) 11573 : audit [DBG] from='client.26745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:19.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:13:18.501979+0000 mgr.y (mgr.24491) 11574 : audit [DBG] from='client.36659 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:19.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:13:18.845369+0000 mon.a (mon.0) 2650 : audit [DBG] from='client.? 172.21.15.177:0/4268304841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:13:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:13:18.501979+0000 mgr.y (mgr.24491) 11574 : audit [DBG] from='client.36659 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:19.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:13:18.845369+0000 mon.a (mon.0) 2650 : audit [DBG] from='client.? 172.21.15.177:0/4268304841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:13:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:13:18.501979+0000 mgr.y (mgr.24491) 11574 : audit [DBG] from='client.36659 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:13:18.845369+0000 mon.a (mon.0) 2650 : audit [DBG] from='client.? 172.21.15.177:0/4268304841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:13:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:19.351116+0000 mgr.y (mgr.24491) 11575 : cluster [DBG] pgmap v10225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:19.351116+0000 mgr.y (mgr.24491) 11575 : cluster [DBG] pgmap v10225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:19.351116+0000 mgr.y (mgr.24491) 11575 : cluster [DBG] pgmap v10225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:13:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:21.351705+0000 mgr.y (mgr.24491) 11576 : cluster [DBG] pgmap v10226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:21.351705+0000 mgr.y (mgr.24491) 11576 : cluster [DBG] pgmap v10226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:21.351705+0000 mgr.y (mgr.24491) 11576 : cluster [DBG] pgmap v10226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:23.352180+0000 mgr.y (mgr.24491) 11577 : cluster [DBG] pgmap v10227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:23.352180+0000 mgr.y (mgr.24491) 11577 : cluster [DBG] pgmap v10227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:23.352180+0000 mgr.y (mgr.24491) 11577 : cluster [DBG] pgmap v10227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:25.352809+0000 mgr.y (mgr.24491) 11578 : cluster [DBG] pgmap v10228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:25.352809+0000 mgr.y (mgr.24491) 11578 : cluster [DBG] pgmap v10228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:25.352809+0000 mgr.y (mgr.24491) 11578 : cluster [DBG] pgmap v10228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:27] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T09:13:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:27.353320+0000 mgr.y (mgr.24491) 11579 : cluster [DBG] pgmap v10229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:27.353320+0000 mgr.y (mgr.24491) 11579 : cluster [DBG] pgmap v10229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:27.353320+0000 mgr.y (mgr.24491) 11579 : cluster [DBG] pgmap v10229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:29.353867+0000 mgr.y (mgr.24491) 11580 : cluster [DBG] pgmap v10230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:29.353867+0000 mgr.y (mgr.24491) 11580 : cluster [DBG] pgmap v10230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:29.353867+0000 mgr.y (mgr.24491) 11580 : cluster [DBG] pgmap v10230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:13:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:31.354402+0000 mgr.y (mgr.24491) 11581 : cluster [DBG] pgmap v10231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:31.354402+0000 mgr.y (mgr.24491) 11581 : cluster [DBG] pgmap v10231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:31.354402+0000 mgr.y (mgr.24491) 11581 : cluster [DBG] pgmap v10231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:34.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:33.354779+0000 mgr.y (mgr.24491) 11582 : cluster [DBG] pgmap v10232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:34.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:33.354779+0000 mgr.y (mgr.24491) 11582 : cluster [DBG] pgmap v10232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:33.354779+0000 mgr.y (mgr.24491) 11582 : cluster [DBG] pgmap v10232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:35.355396+0000 mgr.y (mgr.24491) 11583 : cluster [DBG] pgmap v10233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:35.355396+0000 mgr.y (mgr.24491) 11583 : cluster [DBG] pgmap v10233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:35.355396+0000 mgr.y (mgr.24491) 11583 : cluster [DBG] pgmap v10233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T09:13:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:37.355913+0000 mgr.y (mgr.24491) 11584 : cluster [DBG] pgmap v10234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:37.355913+0000 mgr.y (mgr.24491) 11584 : cluster [DBG] pgmap v10234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:37.355913+0000 mgr.y (mgr.24491) 11584 : cluster [DBG] pgmap v10234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:39.356619+0000 mgr.y (mgr.24491) 11585 : cluster [DBG] pgmap v10235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:39.356619+0000 mgr.y (mgr.24491) 11585 : cluster [DBG] pgmap v10235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:39.356619+0000 mgr.y (mgr.24491) 11585 : cluster [DBG] pgmap v10235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:13:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:41.357168+0000 mgr.y (mgr.24491) 11586 : cluster [DBG] pgmap v10236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:41.357168+0000 mgr.y (mgr.24491) 11586 : cluster [DBG] pgmap v10236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:41.357168+0000 mgr.y (mgr.24491) 11586 : cluster [DBG] pgmap v10236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:43.357557+0000 mgr.y (mgr.24491) 11587 : cluster [DBG] pgmap v10237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:43.357557+0000 mgr.y (mgr.24491) 11587 : cluster [DBG] pgmap v10237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:43.357557+0000 mgr.y (mgr.24491) 11587 : cluster [DBG] pgmap v10237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:45.358477+0000 mgr.y (mgr.24491) 11588 : cluster [DBG] pgmap v10238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:45.358477+0000 mgr.y (mgr.24491) 11588 : cluster [DBG] pgmap v10238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:45.358477+0000 mgr.y (mgr.24491) 11588 : cluster [DBG] pgmap v10238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:47] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:13:48.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:47.358898+0000 mgr.y (mgr.24491) 11589 : cluster [DBG] pgmap v10239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:48.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:47.358898+0000 mgr.y (mgr.24491) 11589 : cluster [DBG] pgmap v10239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:47.358898+0000 mgr.y (mgr.24491) 11589 : cluster [DBG] pgmap v10239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:49.153 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:13:49.430 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:13:49.430 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:13:49.430 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:13:49.431 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:13:49.432 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:13:49.432 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:13:49.432 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:13:49.432 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:13:49.432 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:13:49.432 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:13:49.432 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:13:49.432 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 3m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:13:49.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:13:49.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:13:49.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:13:49.433 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:13:49.433 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:13:49.433 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:13:49.433 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:13:49.433 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:13:49.433 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:13:49.767 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:13:49.767 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:13:49.767 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:13:49.767 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:13:49.767 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:13:49.767 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:13:49.767 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:13:49.768 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:13:49.768 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:13:49.768 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:13:49.768 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:13:49.768 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:13:49.768 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:13:49.768 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:13:49.768 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:13:49.768 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:13:49.768 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:13:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:13:49.144176+0000 mgr.y (mgr.24491) 11590 : audit [DBG] from='client.26763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:50.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:13:49.144176+0000 mgr.y (mgr.24491) 11590 : audit [DBG] from='client.26763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:50.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:13:49.144176+0000 mgr.y (mgr.24491) 11590 : audit [DBG] from='client.26763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:49.359485+0000 mgr.y (mgr.24491) 11591 : cluster [DBG] pgmap v10240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:13:49.425025+0000 mgr.y (mgr.24491) 11592 : audit [DBG] from='client.26769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:13:49.769787+0000 mon.a (mon.0) 2651 : audit [DBG] from='client.? 172.21.15.177:0/2416288458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:13:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:49.359485+0000 mgr.y (mgr.24491) 11591 : cluster [DBG] pgmap v10240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:13:49.425025+0000 mgr.y (mgr.24491) 11592 : audit [DBG] from='client.26769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:13:49.769787+0000 mon.a (mon.0) 2651 : audit [DBG] from='client.? 172.21.15.177:0/2416288458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:13:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:49.359485+0000 mgr.y (mgr.24491) 11591 : cluster [DBG] pgmap v10240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:13:49.425025+0000 mgr.y (mgr.24491) 11592 : audit [DBG] from='client.26769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:13:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:13:49.769787+0000 mon.a (mon.0) 2651 : audit [DBG] from='client.? 172.21.15.177:0/2416288458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:13:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:13:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:51.360078+0000 mgr.y (mgr.24491) 11593 : cluster [DBG] pgmap v10241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:51.360078+0000 mgr.y (mgr.24491) 11593 : cluster [DBG] pgmap v10241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:51.360078+0000 mgr.y (mgr.24491) 11593 : cluster [DBG] pgmap v10241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:53.360431+0000 mgr.y (mgr.24491) 11594 : cluster [DBG] pgmap v10242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:55.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:53.360431+0000 mgr.y (mgr.24491) 11594 : cluster [DBG] pgmap v10242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:53.360431+0000 mgr.y (mgr.24491) 11594 : cluster [DBG] pgmap v10242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:55.361233+0000 mgr.y (mgr.24491) 11595 : cluster [DBG] pgmap v10243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:55.361233+0000 mgr.y (mgr.24491) 11595 : cluster [DBG] pgmap v10243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:55.361233+0000 mgr.y (mgr.24491) 11595 : cluster [DBG] pgmap v10243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:13:57] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:13:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:13:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:57.361639+0000 mgr.y (mgr.24491) 11596 : cluster [DBG] pgmap v10244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:57.361639+0000 mgr.y (mgr.24491) 11596 : cluster [DBG] pgmap v10244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:13:59.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:13:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:57.361639+0000 mgr.y (mgr.24491) 11596 : cluster [DBG] pgmap v10244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:13:59.362275+0000 mgr.y (mgr.24491) 11597 : cluster [DBG] pgmap v10245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:13:59.362275+0000 mgr.y (mgr.24491) 11597 : cluster [DBG] pgmap v10245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:13:59.362275+0000 mgr.y (mgr.24491) 11597 : cluster [DBG] pgmap v10245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:14:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:01.362737+0000 mgr.y (mgr.24491) 11598 : cluster [DBG] pgmap v10246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:01.362737+0000 mgr.y (mgr.24491) 11598 : cluster [DBG] pgmap v10246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:03.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:01.362737+0000 mgr.y (mgr.24491) 11598 : cluster [DBG] pgmap v10246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:05.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:03.363320+0000 mgr.y (mgr.24491) 11599 : cluster [DBG] pgmap v10247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:03.363320+0000 mgr.y (mgr.24491) 11599 : cluster [DBG] pgmap v10247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:03.363320+0000 mgr.y (mgr.24491) 11599 : cluster [DBG] pgmap v10247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:05.364076+0000 mgr.y (mgr.24491) 11600 : cluster [DBG] pgmap v10248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:14:06.281851+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:14:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:14:06.524506+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:14:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:05.364076+0000 mgr.y (mgr.24491) 11600 : cluster [DBG] pgmap v10248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:14:06.281851+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:14:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:14:06.524506+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:14:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:05.364076+0000 mgr.y (mgr.24491) 11600 : cluster [DBG] pgmap v10248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:14:06.281851+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:14:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:14:06.524506+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:14:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:14:06.801225+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:14:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:14:06.801839+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:14:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:14:06.806209+0000 mon.a (mon.0) 2656 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:14:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T09:14:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:14:06.801225+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:14:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:14:06.801839+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:14:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:14:06.806209+0000 mon.a (mon.0) 2656 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:14:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:14:06.801225+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:14:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:14:06.801839+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:14:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:14:06.806209+0000 mon.a (mon.0) 2656 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:14:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:07.364509+0000 mgr.y (mgr.24491) 11601 : cluster [DBG] pgmap v10249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:07.364509+0000 mgr.y (mgr.24491) 11601 : cluster [DBG] pgmap v10249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:07.364509+0000 mgr.y (mgr.24491) 11601 : cluster [DBG] pgmap v10249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:09.365301+0000 mgr.y (mgr.24491) 11602 : cluster [DBG] pgmap v10250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:09.365301+0000 mgr.y (mgr.24491) 11602 : cluster [DBG] pgmap v10250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:09.365301+0000 mgr.y (mgr.24491) 11602 : cluster [DBG] pgmap v10250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:14:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:11.365806+0000 mgr.y (mgr.24491) 11603 : cluster [DBG] pgmap v10251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:11.365806+0000 mgr.y (mgr.24491) 11603 : cluster [DBG] pgmap v10251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:11.365806+0000 mgr.y (mgr.24491) 11603 : cluster [DBG] pgmap v10251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:13.366344+0000 mgr.y (mgr.24491) 11604 : cluster [DBG] pgmap v10252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:13.366344+0000 mgr.y (mgr.24491) 11604 : cluster [DBG] pgmap v10252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:13.366344+0000 mgr.y (mgr.24491) 11604 : cluster [DBG] pgmap v10252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:15.367023+0000 mgr.y (mgr.24491) 11605 : cluster [DBG] pgmap v10253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:15.367023+0000 mgr.y (mgr.24491) 11605 : cluster [DBG] pgmap v10253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:15.367023+0000 mgr.y (mgr.24491) 11605 : cluster [DBG] pgmap v10253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:17] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:14:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:17.367568+0000 mgr.y (mgr.24491) 11606 : cluster [DBG] pgmap v10254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:17.367568+0000 mgr.y (mgr.24491) 11606 : cluster [DBG] pgmap v10254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:17.367568+0000 mgr.y (mgr.24491) 11606 : cluster [DBG] pgmap v10254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:20.081 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:14:20.360 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:14:20.360 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 4m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:14:20.360 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 4m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:14:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 4m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:14:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 4m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:14:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:14:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 4m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:14:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 4m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:14:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:14:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 4m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:14:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 4m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:14:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 4m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:14:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:14:20.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:14:20.362 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 4m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:14:20.362 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 4m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:14:20.362 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 4m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:14:20.362 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 4m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:14:20.362 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 4m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:14:20.362 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 4m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:14:20.362 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 4m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:14:20.696 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:14:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:14:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:14:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:14:20.696 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:14:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:14:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:14:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:14:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:14:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:14:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:14:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:14:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:14:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:14:20.697 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:14:20.698 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:14:20.698 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:14:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:19.368407+0000 mgr.y (mgr.24491) 11607 : cluster [DBG] pgmap v10255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:14:20.071480+0000 mgr.y (mgr.24491) 11608 : audit [DBG] from='client.26781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:14:20.698930+0000 mon.c (mon.2) 378 : audit [DBG] from='client.? 172.21.15.177:0/1837714883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:14:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:19.368407+0000 mgr.y (mgr.24491) 11607 : cluster [DBG] pgmap v10255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:14:20.071480+0000 mgr.y (mgr.24491) 11608 : audit [DBG] from='client.26781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:14:20.698930+0000 mon.c (mon.2) 378 : audit [DBG] from='client.? 172.21.15.177:0/1837714883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:14:21.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:14:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:19.368407+0000 mgr.y (mgr.24491) 11607 : cluster [DBG] pgmap v10255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:14:20.071480+0000 mgr.y (mgr.24491) 11608 : audit [DBG] from='client.26781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:21.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:14:20.698930+0000 mon.c (mon.2) 378 : audit [DBG] from='client.? 172.21.15.177:0/1837714883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:14:22.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:14:20.355057+0000 mgr.y (mgr.24491) 11609 : audit [DBG] from='client.26787 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:22.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:14:20.355057+0000 mgr.y (mgr.24491) 11609 : audit [DBG] from='client.26787 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:14:20.355057+0000 mgr.y (mgr.24491) 11609 : audit [DBG] from='client.26787 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:21.368807+0000 mgr.y (mgr.24491) 11610 : cluster [DBG] pgmap v10256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:21.368807+0000 mgr.y (mgr.24491) 11610 : cluster [DBG] pgmap v10256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:21.368807+0000 mgr.y (mgr.24491) 11610 : cluster [DBG] pgmap v10256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:23.369338+0000 mgr.y (mgr.24491) 11611 : cluster [DBG] pgmap v10257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:23.369338+0000 mgr.y (mgr.24491) 11611 : cluster [DBG] pgmap v10257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:23.369338+0000 mgr.y (mgr.24491) 11611 : cluster [DBG] pgmap v10257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:25.370078+0000 mgr.y (mgr.24491) 11612 : cluster [DBG] pgmap v10258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:25.370078+0000 mgr.y (mgr.24491) 11612 : cluster [DBG] pgmap v10258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:25.370078+0000 mgr.y (mgr.24491) 11612 : cluster [DBG] pgmap v10258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:27] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:14:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:27.370589+0000 mgr.y (mgr.24491) 11613 : cluster [DBG] pgmap v10259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:27.370589+0000 mgr.y (mgr.24491) 11613 : cluster [DBG] pgmap v10259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:27.370589+0000 mgr.y (mgr.24491) 11613 : cluster [DBG] pgmap v10259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:29.371458+0000 mgr.y (mgr.24491) 11614 : cluster [DBG] pgmap v10260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:29.371458+0000 mgr.y (mgr.24491) 11614 : cluster [DBG] pgmap v10260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:29.371458+0000 mgr.y (mgr.24491) 11614 : cluster [DBG] pgmap v10260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:31.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:14:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:31.371967+0000 mgr.y (mgr.24491) 11615 : cluster [DBG] pgmap v10261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:31.371967+0000 mgr.y (mgr.24491) 11615 : cluster [DBG] pgmap v10261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:31.371967+0000 mgr.y (mgr.24491) 11615 : cluster [DBG] pgmap v10261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:33.372469+0000 mgr.y (mgr.24491) 11616 : cluster [DBG] pgmap v10262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:33.372469+0000 mgr.y (mgr.24491) 11616 : cluster [DBG] pgmap v10262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:33.372469+0000 mgr.y (mgr.24491) 11616 : cluster [DBG] pgmap v10262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:35.373202+0000 mgr.y (mgr.24491) 11617 : cluster [DBG] pgmap v10263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:35.373202+0000 mgr.y (mgr.24491) 11617 : cluster [DBG] pgmap v10263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:35.373202+0000 mgr.y (mgr.24491) 11617 : cluster [DBG] pgmap v10263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:37] "GET /metrics HTTP/1.1" 200 188353 "" "Prometheus/2.33.4" 2024-04-20T09:14:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:37.373659+0000 mgr.y (mgr.24491) 11618 : cluster [DBG] pgmap v10264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:39.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:37.373659+0000 mgr.y (mgr.24491) 11618 : cluster [DBG] pgmap v10264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:39.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:37.373659+0000 mgr.y (mgr.24491) 11618 : cluster [DBG] pgmap v10264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:39.374210+0000 mgr.y (mgr.24491) 11619 : cluster [DBG] pgmap v10265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:39.374210+0000 mgr.y (mgr.24491) 11619 : cluster [DBG] pgmap v10265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:14:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:39.374210+0000 mgr.y (mgr.24491) 11619 : cluster [DBG] pgmap v10265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:41.374736+0000 mgr.y (mgr.24491) 11620 : cluster [DBG] pgmap v10266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:41.374736+0000 mgr.y (mgr.24491) 11620 : cluster [DBG] pgmap v10266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:41.374736+0000 mgr.y (mgr.24491) 11620 : cluster [DBG] pgmap v10266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:45.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:43.375277+0000 mgr.y (mgr.24491) 11621 : cluster [DBG] pgmap v10267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:43.375277+0000 mgr.y (mgr.24491) 11621 : cluster [DBG] pgmap v10267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:43.375277+0000 mgr.y (mgr.24491) 11621 : cluster [DBG] pgmap v10267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:45.376144+0000 mgr.y (mgr.24491) 11622 : cluster [DBG] pgmap v10268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:45.376144+0000 mgr.y (mgr.24491) 11622 : cluster [DBG] pgmap v10268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:45.376144+0000 mgr.y (mgr.24491) 11622 : cluster [DBG] pgmap v10268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:47] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T09:14:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:47.376576+0000 mgr.y (mgr.24491) 11623 : cluster [DBG] pgmap v10269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:49.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:47.376576+0000 mgr.y (mgr.24491) 11623 : cluster [DBG] pgmap v10269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:47.376576+0000 mgr.y (mgr.24491) 11623 : cluster [DBG] pgmap v10269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:51.012 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:14:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:49.377261+0000 mgr.y (mgr.24491) 11624 : cluster [DBG] pgmap v10270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:51.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:49.377261+0000 mgr.y (mgr.24491) 11624 : cluster [DBG] pgmap v10270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:14:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:49.377261+0000 mgr.y (mgr.24491) 11624 : cluster [DBG] pgmap v10270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:51.284 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:14:51.284 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 4m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:14:51.284 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 4m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:14:51.284 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 4m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:14:51.284 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 4m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 4m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 4m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 4m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 4m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 4m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 4m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 4m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 4m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 4m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 4m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 4m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:14:51.285 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 4m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:14:51.618 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:14:51.618 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:14:51.619 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:14:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:14:51.003136+0000 mgr.y (mgr.24491) 11625 : audit [DBG] from='client.26799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:14:51.279647+0000 mgr.y (mgr.24491) 11626 : audit [DBG] from='client.36713 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:52.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:14:51.621328+0000 mon.c (mon.2) 379 : audit [DBG] from='client.? 172.21.15.177:0/1382951936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:14:52.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:14:51.003136+0000 mgr.y (mgr.24491) 11625 : audit [DBG] from='client.26799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:14:51.279647+0000 mgr.y (mgr.24491) 11626 : audit [DBG] from='client.36713 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:14:51.621328+0000 mon.c (mon.2) 379 : audit [DBG] from='client.? 172.21.15.177:0/1382951936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:14:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:14:51.003136+0000 mgr.y (mgr.24491) 11625 : audit [DBG] from='client.26799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:14:51.279647+0000 mgr.y (mgr.24491) 11626 : audit [DBG] from='client.36713 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:14:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:14:51.621328+0000 mon.c (mon.2) 379 : audit [DBG] from='client.? 172.21.15.177:0/1382951936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:14:53.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:51.377594+0000 mgr.y (mgr.24491) 11627 : cluster [DBG] pgmap v10271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:51.377594+0000 mgr.y (mgr.24491) 11627 : cluster [DBG] pgmap v10271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:51.377594+0000 mgr.y (mgr.24491) 11627 : cluster [DBG] pgmap v10271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:53.377984+0000 mgr.y (mgr.24491) 11628 : cluster [DBG] pgmap v10272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:53.377984+0000 mgr.y (mgr.24491) 11628 : cluster [DBG] pgmap v10272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:53.377984+0000 mgr.y (mgr.24491) 11628 : cluster [DBG] pgmap v10272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:55.378637+0000 mgr.y (mgr.24491) 11629 : cluster [DBG] pgmap v10273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:55.378637+0000 mgr.y (mgr.24491) 11629 : cluster [DBG] pgmap v10273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:55.378637+0000 mgr.y (mgr.24491) 11629 : cluster [DBG] pgmap v10273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:14:57] "GET /metrics HTTP/1.1" 200 188352 "" "Prometheus/2.33.4" 2024-04-20T09:14:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:14:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:57.379091+0000 mgr.y (mgr.24491) 11630 : cluster [DBG] pgmap v10274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:14:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:57.379091+0000 mgr.y (mgr.24491) 11630 : cluster [DBG] pgmap v10274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:14:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:14:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:57.379091+0000 mgr.y (mgr.24491) 11630 : cluster [DBG] pgmap v10274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:14:59.379715+0000 mgr.y (mgr.24491) 11631 : cluster [DBG] pgmap v10275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:15:01.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:14:59.379715+0000 mgr.y (mgr.24491) 11631 : cluster [DBG] pgmap v10275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:01.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:14:59.379715+0000 mgr.y (mgr.24491) 11631 : cluster [DBG] pgmap v10275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:01.380237+0000 mgr.y (mgr.24491) 11632 : cluster [DBG] pgmap v10276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:01.380237+0000 mgr.y (mgr.24491) 11632 : cluster [DBG] pgmap v10276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:01.380237+0000 mgr.y (mgr.24491) 11632 : cluster [DBG] pgmap v10276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:03.380810+0000 mgr.y (mgr.24491) 11633 : cluster [DBG] pgmap v10277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:03.380810+0000 mgr.y (mgr.24491) 11633 : cluster [DBG] pgmap v10277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:05.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:03.380810+0000 mgr.y (mgr.24491) 11633 : cluster [DBG] pgmap v10277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:05.381475+0000 mgr.y (mgr.24491) 11634 : cluster [DBG] pgmap v10278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:15:06.810466+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:15:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:05.381475+0000 mgr.y (mgr.24491) 11634 : cluster [DBG] pgmap v10278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:07.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:15:06.810466+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:15:07.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:05.381475+0000 mgr.y (mgr.24491) 11634 : cluster [DBG] pgmap v10278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:15:06.810466+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:15:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T09:15:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:15:07.103896+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:15:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:15:07.104537+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:15:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:15:07.109155+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:15:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:15:07.103896+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:15:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:15:07.104537+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:15:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:15:07.109155+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:15:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:15:07.103896+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:15:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:15:07.104537+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:15:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:15:07.109155+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:15:09.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:07.381821+0000 mgr.y (mgr.24491) 11635 : cluster [DBG] pgmap v10279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:09.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:07.381821+0000 mgr.y (mgr.24491) 11635 : cluster [DBG] pgmap v10279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:07.381821+0000 mgr.y (mgr.24491) 11635 : cluster [DBG] pgmap v10279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:11.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:09.382382+0000 mgr.y (mgr.24491) 11636 : cluster [DBG] pgmap v10280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:09.382382+0000 mgr.y (mgr.24491) 11636 : cluster [DBG] pgmap v10280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:09.382382+0000 mgr.y (mgr.24491) 11636 : cluster [DBG] pgmap v10280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:15:13.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:11.382772+0000 mgr.y (mgr.24491) 11637 : cluster [DBG] pgmap v10281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:11.382772+0000 mgr.y (mgr.24491) 11637 : cluster [DBG] pgmap v10281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:11.382772+0000 mgr.y (mgr.24491) 11637 : cluster [DBG] pgmap v10281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:15.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:13.383210+0000 mgr.y (mgr.24491) 11638 : cluster [DBG] pgmap v10282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:13.383210+0000 mgr.y (mgr.24491) 11638 : cluster [DBG] pgmap v10282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:13.383210+0000 mgr.y (mgr.24491) 11638 : cluster [DBG] pgmap v10282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:15.384029+0000 mgr.y (mgr.24491) 11639 : cluster [DBG] pgmap v10283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:15.384029+0000 mgr.y (mgr.24491) 11639 : cluster [DBG] pgmap v10283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:15.384029+0000 mgr.y (mgr.24491) 11639 : cluster [DBG] pgmap v10283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:17] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:15:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:17.384588+0000 mgr.y (mgr.24491) 11640 : cluster [DBG] pgmap v10284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:17.384588+0000 mgr.y (mgr.24491) 11640 : cluster [DBG] pgmap v10284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:17.384588+0000 mgr.y (mgr.24491) 11640 : cluster [DBG] pgmap v10284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:21.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:19.385233+0000 mgr.y (mgr.24491) 11641 : cluster [DBG] pgmap v10285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:19.385233+0000 mgr.y (mgr.24491) 11641 : cluster [DBG] pgmap v10285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:15:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:19.385233+0000 mgr.y (mgr.24491) 11641 : cluster [DBG] pgmap v10285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:15:22.205 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:15:22.205 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 5m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:15:22.205 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:15:22.205 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 5m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:15:22.205 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:15:22.205 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:15:22.205 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:15:22.205 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:15:22.205 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:15:22.206 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:15:22.206 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 5m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:15:22.206 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:15:22.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:15:22.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:15:22.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 5m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:15:22.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 5m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:15:22.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:15:22.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:15:22.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:15:22.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:15:22.207 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:15:22.548 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:15:22.548 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:15:22.548 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:15:22.548 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:15:22.548 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:15:22.548 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:15:22.549 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:15:22.549 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:15:22.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:15:22.549 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:15:22.549 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:15:22.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:15:22.549 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:15:22.549 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:15:22.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:15:22.549 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:15:22.550 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:15:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:21.385802+0000 mgr.y (mgr.24491) 11642 : cluster [DBG] pgmap v10286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:23.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:15:21.918814+0000 mgr.y (mgr.24491) 11643 : audit [DBG] from='client.36725 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:15:22.199573+0000 mgr.y (mgr.24491) 11644 : audit [DBG] from='client.26823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:15:22.550581+0000 mon.a (mon.0) 2661 : audit [DBG] from='client.? 172.21.15.177:0/3116985273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:15:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:21.385802+0000 mgr.y (mgr.24491) 11642 : cluster [DBG] pgmap v10286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:15:21.918814+0000 mgr.y (mgr.24491) 11643 : audit [DBG] from='client.36725 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:15:22.199573+0000 mgr.y (mgr.24491) 11644 : audit [DBG] from='client.26823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:15:22.550581+0000 mon.a (mon.0) 2661 : audit [DBG] from='client.? 172.21.15.177:0/3116985273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:15:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:21.385802+0000 mgr.y (mgr.24491) 11642 : cluster [DBG] pgmap v10286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:15:21.918814+0000 mgr.y (mgr.24491) 11643 : audit [DBG] from='client.36725 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:15:22.199573+0000 mgr.y (mgr.24491) 11644 : audit [DBG] from='client.26823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:15:22.550581+0000 mon.a (mon.0) 2661 : audit [DBG] from='client.? 172.21.15.177:0/3116985273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:15:25.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:23.386386+0000 mgr.y (mgr.24491) 11645 : cluster [DBG] pgmap v10287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:23.386386+0000 mgr.y (mgr.24491) 11645 : cluster [DBG] pgmap v10287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:23.386386+0000 mgr.y (mgr.24491) 11645 : cluster [DBG] pgmap v10287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:27.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:25.387058+0000 mgr.y (mgr.24491) 11646 : cluster [DBG] pgmap v10288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:25.387058+0000 mgr.y (mgr.24491) 11646 : cluster [DBG] pgmap v10288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:25.387058+0000 mgr.y (mgr.24491) 11646 : cluster [DBG] pgmap v10288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:27] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:15:29.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:27.387549+0000 mgr.y (mgr.24491) 11647 : cluster [DBG] pgmap v10289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:27.387549+0000 mgr.y (mgr.24491) 11647 : cluster [DBG] pgmap v10289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:27.387549+0000 mgr.y (mgr.24491) 11647 : cluster [DBG] pgmap v10289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:31.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:29.388275+0000 mgr.y (mgr.24491) 11648 : cluster [DBG] pgmap v10290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:29.388275+0000 mgr.y (mgr.24491) 11648 : cluster [DBG] pgmap v10290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:29.388275+0000 mgr.y (mgr.24491) 11648 : cluster [DBG] pgmap v10290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:15:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:31.388762+0000 mgr.y (mgr.24491) 11649 : cluster [DBG] pgmap v10291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:31.388762+0000 mgr.y (mgr.24491) 11649 : cluster [DBG] pgmap v10291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:33.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:31.388762+0000 mgr.y (mgr.24491) 11649 : cluster [DBG] pgmap v10291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:33.389139+0000 mgr.y (mgr.24491) 11650 : cluster [DBG] pgmap v10292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:35.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:33.389139+0000 mgr.y (mgr.24491) 11650 : cluster [DBG] pgmap v10292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:33.389139+0000 mgr.y (mgr.24491) 11650 : cluster [DBG] pgmap v10292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:35.389978+0000 mgr.y (mgr.24491) 11651 : cluster [DBG] pgmap v10293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:37.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:35.389978+0000 mgr.y (mgr.24491) 11651 : cluster [DBG] pgmap v10293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:35.389978+0000 mgr.y (mgr.24491) 11651 : cluster [DBG] pgmap v10293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:37] "GET /metrics HTTP/1.1" 200 188351 "" "Prometheus/2.33.4" 2024-04-20T09:15:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:37.390338+0000 mgr.y (mgr.24491) 11652 : cluster [DBG] pgmap v10294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:37.390338+0000 mgr.y (mgr.24491) 11652 : cluster [DBG] pgmap v10294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:37.390338+0000 mgr.y (mgr.24491) 11652 : cluster [DBG] pgmap v10294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:15:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:39.391127+0000 mgr.y (mgr.24491) 11653 : cluster [DBG] pgmap v10295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:41.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:39.391127+0000 mgr.y (mgr.24491) 11653 : cluster [DBG] pgmap v10295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:39.391127+0000 mgr.y (mgr.24491) 11653 : cluster [DBG] pgmap v10295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:41.391611+0000 mgr.y (mgr.24491) 11654 : cluster [DBG] pgmap v10296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:41.391611+0000 mgr.y (mgr.24491) 11654 : cluster [DBG] pgmap v10296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:43.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:41.391611+0000 mgr.y (mgr.24491) 11654 : cluster [DBG] pgmap v10296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:43.392113+0000 mgr.y (mgr.24491) 11655 : cluster [DBG] pgmap v10297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:43.392113+0000 mgr.y (mgr.24491) 11655 : cluster [DBG] pgmap v10297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:43.392113+0000 mgr.y (mgr.24491) 11655 : cluster [DBG] pgmap v10297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:45.392818+0000 mgr.y (mgr.24491) 11656 : cluster [DBG] pgmap v10298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:45.392818+0000 mgr.y (mgr.24491) 11656 : cluster [DBG] pgmap v10298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:47.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:45.392818+0000 mgr.y (mgr.24491) 11656 : cluster [DBG] pgmap v10298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:47] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T09:15:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:47.393208+0000 mgr.y (mgr.24491) 11657 : cluster [DBG] pgmap v10299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:47.393208+0000 mgr.y (mgr.24491) 11657 : cluster [DBG] pgmap v10299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:49.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:47.393208+0000 mgr.y (mgr.24491) 11657 : cluster [DBG] pgmap v10299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:49.394033+0000 mgr.y (mgr.24491) 11658 : cluster [DBG] pgmap v10300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:15:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:49.394033+0000 mgr.y (mgr.24491) 11658 : cluster [DBG] pgmap v10300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:49.394033+0000 mgr.y (mgr.24491) 11658 : cluster [DBG] pgmap v10300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:52.864 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:15:53.137 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:15:53.137 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 5m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:15:53.137 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:15:53.137 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 5m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:15:53.137 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:15:53.138 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:15:53.138 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:15:53.138 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:15:53.138 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:15:53.138 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:15:53.138 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 5m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:15:53.138 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:15:53.138 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:15:53.138 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:15:53.138 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 5m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:15:53.138 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 5m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:15:53.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:15:53.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:15:53.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:15:53.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:15:53.139 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:15:53.472 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:15:53.472 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:15:53.472 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:15:53.472 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:15:53.472 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:15:53.472 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:15:53.472 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:15:53.472 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:15:53.472 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:15:53.472 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:15:53.472 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:15:53.473 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:15:53.473 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:15:53.473 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:15:53.473 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:15:53.473 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:15:53.473 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:15:53.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:51.394586+0000 mgr.y (mgr.24491) 11659 : cluster [DBG] pgmap v10301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:51.394586+0000 mgr.y (mgr.24491) 11659 : cluster [DBG] pgmap v10301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:53.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:51.394586+0000 mgr.y (mgr.24491) 11659 : cluster [DBG] pgmap v10301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:15:52.854657+0000 mgr.y (mgr.24491) 11660 : audit [DBG] from='client.36743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:15:53.132482+0000 mgr.y (mgr.24491) 11661 : audit [DBG] from='client.26841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:15:53.474207+0000 mon.c (mon.2) 380 : audit [DBG] from='client.? 172.21.15.177:0/4075053893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:15:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:15:52.854657+0000 mgr.y (mgr.24491) 11660 : audit [DBG] from='client.36743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:15:53.132482+0000 mgr.y (mgr.24491) 11661 : audit [DBG] from='client.26841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:54.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:15:53.474207+0000 mon.c (mon.2) 380 : audit [DBG] from='client.? 172.21.15.177:0/4075053893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:15:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:15:52.854657+0000 mgr.y (mgr.24491) 11660 : audit [DBG] from='client.36743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:15:53.132482+0000 mgr.y (mgr.24491) 11661 : audit [DBG] from='client.26841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:15:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:15:53.474207+0000 mon.c (mon.2) 380 : audit [DBG] from='client.? 172.21.15.177:0/4075053893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:15:55.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:53.394930+0000 mgr.y (mgr.24491) 11662 : cluster [DBG] pgmap v10302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:53.394930+0000 mgr.y (mgr.24491) 11662 : cluster [DBG] pgmap v10302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:53.394930+0000 mgr.y (mgr.24491) 11662 : cluster [DBG] pgmap v10302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:55.395695+0000 mgr.y (mgr.24491) 11663 : cluster [DBG] pgmap v10303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:55.395695+0000 mgr.y (mgr.24491) 11663 : cluster [DBG] pgmap v10303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:57.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:55.395695+0000 mgr.y (mgr.24491) 11663 : cluster [DBG] pgmap v10303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:15:57] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T09:15:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:57.396138+0000 mgr.y (mgr.24491) 11664 : cluster [DBG] pgmap v10304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:57.396138+0000 mgr.y (mgr.24491) 11664 : cluster [DBG] pgmap v10304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:15:59.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:57.396138+0000 mgr.y (mgr.24491) 11664 : cluster [DBG] pgmap v10304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:15:59.396977+0000 mgr.y (mgr.24491) 11665 : cluster [DBG] pgmap v10305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:16:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:15:59.396977+0000 mgr.y (mgr.24491) 11665 : cluster [DBG] pgmap v10305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:01.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:15:59.396977+0000 mgr.y (mgr.24491) 11665 : cluster [DBG] pgmap v10305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:03.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:01.397506+0000 mgr.y (mgr.24491) 11666 : cluster [DBG] pgmap v10306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:03.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:01.397506+0000 mgr.y (mgr.24491) 11666 : cluster [DBG] pgmap v10306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:01.397506+0000 mgr.y (mgr.24491) 11666 : cluster [DBG] pgmap v10306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:03.398037+0000 mgr.y (mgr.24491) 11667 : cluster [DBG] pgmap v10307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:03.398037+0000 mgr.y (mgr.24491) 11667 : cluster [DBG] pgmap v10307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:05.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:03.398037+0000 mgr.y (mgr.24491) 11667 : cluster [DBG] pgmap v10307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:05.398787+0000 mgr.y (mgr.24491) 11668 : cluster [DBG] pgmap v10308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:16:07.113299+0000 mon.a (mon.0) 2662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:16:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:05.398787+0000 mgr.y (mgr.24491) 11668 : cluster [DBG] pgmap v10308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:07.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:16:07.113299+0000 mon.a (mon.0) 2662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:16:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:05.398787+0000 mgr.y (mgr.24491) 11668 : cluster [DBG] pgmap v10308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:16:07.113299+0000 mon.a (mon.0) 2662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:16:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:16:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:16:07.404586+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:16:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:16:07.405177+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:16:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:16:07.409455+0000 mon.a (mon.0) 2665 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:16:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:16:07.404586+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:16:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:16:07.405177+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:16:08.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:16:07.409455+0000 mon.a (mon.0) 2665 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:16:08.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:16:07.404586+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:16:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:16:07.405177+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:16:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:16:07.409455+0000 mon.a (mon.0) 2665 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:16:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:07.399193+0000 mgr.y (mgr.24491) 11669 : cluster [DBG] pgmap v10309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:09.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:07.399193+0000 mgr.y (mgr.24491) 11669 : cluster [DBG] pgmap v10309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:09.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:07.399193+0000 mgr.y (mgr.24491) 11669 : cluster [DBG] pgmap v10309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:11.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:09.399802+0000 mgr.y (mgr.24491) 11670 : cluster [DBG] pgmap v10310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:16:11.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:09.399802+0000 mgr.y (mgr.24491) 11670 : cluster [DBG] pgmap v10310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:11.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:09.399802+0000 mgr.y (mgr.24491) 11670 : cluster [DBG] pgmap v10310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:11.400242+0000 mgr.y (mgr.24491) 11671 : cluster [DBG] pgmap v10311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:13.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:11.400242+0000 mgr.y (mgr.24491) 11671 : cluster [DBG] pgmap v10311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:13.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:11.400242+0000 mgr.y (mgr.24491) 11671 : cluster [DBG] pgmap v10311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:13.400592+0000 mgr.y (mgr.24491) 11672 : cluster [DBG] pgmap v10312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:15.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:13.400592+0000 mgr.y (mgr.24491) 11672 : cluster [DBG] pgmap v10312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:15.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:13.400592+0000 mgr.y (mgr.24491) 11672 : cluster [DBG] pgmap v10312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:15.401319+0000 mgr.y (mgr.24491) 11673 : cluster [DBG] pgmap v10313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:17.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:15.401319+0000 mgr.y (mgr.24491) 11673 : cluster [DBG] pgmap v10313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:17.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:15.401319+0000 mgr.y (mgr.24491) 11673 : cluster [DBG] pgmap v10313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:16:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:17.401742+0000 mgr.y (mgr.24491) 11674 : cluster [DBG] pgmap v10314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:19.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:17.401742+0000 mgr.y (mgr.24491) 11674 : cluster [DBG] pgmap v10314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:19.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:17.401742+0000 mgr.y (mgr.24491) 11674 : cluster [DBG] pgmap v10314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:21.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:19.402395+0000 mgr.y (mgr.24491) 11675 : cluster [DBG] pgmap v10315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:16:21.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:19.402395+0000 mgr.y (mgr.24491) 11675 : cluster [DBG] pgmap v10315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:21.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:19.402395+0000 mgr.y (mgr.24491) 11675 : cluster [DBG] pgmap v10315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:21.402828+0000 mgr.y (mgr.24491) 11676 : cluster [DBG] pgmap v10316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:21.402828+0000 mgr.y (mgr.24491) 11676 : cluster [DBG] pgmap v10316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:21.402828+0000 mgr.y (mgr.24491) 11676 : cluster [DBG] pgmap v10316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:23.778 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:16:24.052 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:16:24.053 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:16:24.053 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 6m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:16:24.053 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:16:24.053 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 6m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:16:24.053 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 6m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:16:24.053 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:16:24.053 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:16:24.053 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 6m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:16:24.053 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:16:24.054 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:16:24.054 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 6m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:16:24.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:16:24.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:16:24.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:16:24.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:16:24.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 6m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:16:24.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 6m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:16:24.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 6m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:16:24.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 6m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:16:24.055 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 6m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:16:24.387 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:16:24.387 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:16:24.387 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:16:24.387 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:16:24.387 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:16:24.387 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:16:24.387 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:16:24.388 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:16:24.388 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:16:24.388 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:16:24.388 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:16:24.388 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:16:24.388 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:16:24.388 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:16:24.388 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:16:24.388 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:16:24.388 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:16:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:23.403284+0000 mgr.y (mgr.24491) 11677 : cluster [DBG] pgmap v10317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:16:23.768839+0000 mgr.y (mgr.24491) 11678 : audit [DBG] from='client.26853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:16:24.047830+0000 mgr.y (mgr.24491) 11679 : audit [DBG] from='client.26859 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:16:24.389995+0000 mon.c (mon.2) 381 : audit [DBG] from='client.? 172.21.15.177:0/2237088526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:16:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:23.403284+0000 mgr.y (mgr.24491) 11677 : cluster [DBG] pgmap v10317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:25.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:16:23.768839+0000 mgr.y (mgr.24491) 11678 : audit [DBG] from='client.26853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:16:24.047830+0000 mgr.y (mgr.24491) 11679 : audit [DBG] from='client.26859 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:16:24.389995+0000 mon.c (mon.2) 381 : audit [DBG] from='client.? 172.21.15.177:0/2237088526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:16:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:23.403284+0000 mgr.y (mgr.24491) 11677 : cluster [DBG] pgmap v10317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:16:23.768839+0000 mgr.y (mgr.24491) 11678 : audit [DBG] from='client.26853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:16:24.047830+0000 mgr.y (mgr.24491) 11679 : audit [DBG] from='client.26859 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:16:24.389995+0000 mon.c (mon.2) 381 : audit [DBG] from='client.? 172.21.15.177:0/2237088526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:16:27.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:25.404127+0000 mgr.y (mgr.24491) 11680 : cluster [DBG] pgmap v10318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:25.404127+0000 mgr.y (mgr.24491) 11680 : cluster [DBG] pgmap v10318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:27.747 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:25.404127+0000 mgr.y (mgr.24491) 11680 : cluster [DBG] pgmap v10318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:16:29.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:27.404531+0000 mgr.y (mgr.24491) 11681 : cluster [DBG] pgmap v10319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:27.404531+0000 mgr.y (mgr.24491) 11681 : cluster [DBG] pgmap v10319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:29.747 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:27.404531+0000 mgr.y (mgr.24491) 11681 : cluster [DBG] pgmap v10319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:31.258 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:16:31.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:29.405238+0000 mgr.y (mgr.24491) 11682 : cluster [DBG] pgmap v10320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:29.405238+0000 mgr.y (mgr.24491) 11682 : cluster [DBG] pgmap v10320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:29.405238+0000 mgr.y (mgr.24491) 11682 : cluster [DBG] pgmap v10320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:33.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:31.405708+0000 mgr.y (mgr.24491) 11683 : cluster [DBG] pgmap v10321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:33.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:31.405708+0000 mgr.y (mgr.24491) 11683 : cluster [DBG] pgmap v10321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:33.747 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:31.405708+0000 mgr.y (mgr.24491) 11683 : cluster [DBG] pgmap v10321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:35.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:33.406226+0000 mgr.y (mgr.24491) 11684 : cluster [DBG] pgmap v10322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:35.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:33.406226+0000 mgr.y (mgr.24491) 11684 : cluster [DBG] pgmap v10322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:35.747 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:33.406226+0000 mgr.y (mgr.24491) 11684 : cluster [DBG] pgmap v10322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:37.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:35.406872+0000 mgr.y (mgr.24491) 11685 : cluster [DBG] pgmap v10323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:37.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:35.406872+0000 mgr.y (mgr.24491) 11685 : cluster [DBG] pgmap v10323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:35.406872+0000 mgr.y (mgr.24491) 11685 : cluster [DBG] pgmap v10323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:16:39.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:37.407338+0000 mgr.y (mgr.24491) 11686 : cluster [DBG] pgmap v10324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:37.407338+0000 mgr.y (mgr.24491) 11686 : cluster [DBG] pgmap v10324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:37.407338+0000 mgr.y (mgr.24491) 11686 : cluster [DBG] pgmap v10324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:41.276 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:16:41.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:39.408124+0000 mgr.y (mgr.24491) 11687 : cluster [DBG] pgmap v10325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:41.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:39.408124+0000 mgr.y (mgr.24491) 11687 : cluster [DBG] pgmap v10325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:41.747 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:39.408124+0000 mgr.y (mgr.24491) 11687 : cluster [DBG] pgmap v10325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:43.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:41.408549+0000 mgr.y (mgr.24491) 11688 : cluster [DBG] pgmap v10326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:41.408549+0000 mgr.y (mgr.24491) 11688 : cluster [DBG] pgmap v10326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:43.747 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:41.408549+0000 mgr.y (mgr.24491) 11688 : cluster [DBG] pgmap v10326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:45.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:43.408977+0000 mgr.y (mgr.24491) 11689 : cluster [DBG] pgmap v10327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:45.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:43.408977+0000 mgr.y (mgr.24491) 11689 : cluster [DBG] pgmap v10327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:45.747 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:43.408977+0000 mgr.y (mgr.24491) 11689 : cluster [DBG] pgmap v10327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:47.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:45.409639+0000 mgr.y (mgr.24491) 11690 : cluster [DBG] pgmap v10328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:45.409639+0000 mgr.y (mgr.24491) 11690 : cluster [DBG] pgmap v10328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:45.409639+0000 mgr.y (mgr.24491) 11690 : cluster [DBG] pgmap v10328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:47] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T09:16:49.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:47.410207+0000 mgr.y (mgr.24491) 11691 : cluster [DBG] pgmap v10329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:49.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:47.410207+0000 mgr.y (mgr.24491) 11691 : cluster [DBG] pgmap v10329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:49.747 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:47.410207+0000 mgr.y (mgr.24491) 11691 : cluster [DBG] pgmap v10329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:51.292 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:16:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:49.410900+0000 mgr.y (mgr.24491) 11692 : cluster [DBG] pgmap v10330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:49.410900+0000 mgr.y (mgr.24491) 11692 : cluster [DBG] pgmap v10330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:49.410900+0000 mgr.y (mgr.24491) 11692 : cluster [DBG] pgmap v10330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:53.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:51.411430+0000 mgr.y (mgr.24491) 11693 : cluster [DBG] pgmap v10331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:53.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:51.411430+0000 mgr.y (mgr.24491) 11693 : cluster [DBG] pgmap v10331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:51.411430+0000 mgr.y (mgr.24491) 11693 : cluster [DBG] pgmap v10331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:54.698 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:16:54.975 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:16:54.975 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:16:54.975 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 6m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:16:54.975 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:16:54.976 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 6m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:16:54.976 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 6m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:16:54.976 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:16:54.976 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:16:54.976 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 6m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:16:54.976 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:16:54.976 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:16:54.976 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 6m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:16:54.976 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:16:54.976 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:16:54.976 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:16:54.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:16:54.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 6m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:16:54.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 6m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:16:54.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 6m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:16:54.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 6m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:16:54.977 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 6m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:16:55.309 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:16:55.309 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:16:55.309 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:16:55.309 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:16:55.309 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:16:55.309 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:16:55.309 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:16:55.309 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:16:55.310 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:16:55.310 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:16:55.310 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:16:55.310 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:16:55.310 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:16:55.310 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:16:55.310 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:16:55.310 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:16:55.310 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:16:55.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:53.411907+0000 mgr.y (mgr.24491) 11694 : cluster [DBG] pgmap v10332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:53.411907+0000 mgr.y (mgr.24491) 11694 : cluster [DBG] pgmap v10332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:53.411907+0000 mgr.y (mgr.24491) 11694 : cluster [DBG] pgmap v10332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:56.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:16:54.688336+0000 mgr.y (mgr.24491) 11695 : audit [DBG] from='client.36779 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:16:54.970205+0000 mgr.y (mgr.24491) 11696 : audit [DBG] from='client.26877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:16:55.311697+0000 mon.a (mon.0) 2666 : audit [DBG] from='client.? 172.21.15.177:0/4267538980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:16:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:16:54.688336+0000 mgr.y (mgr.24491) 11695 : audit [DBG] from='client.36779 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:16:54.970205+0000 mgr.y (mgr.24491) 11696 : audit [DBG] from='client.26877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:16:55.311697+0000 mon.a (mon.0) 2666 : audit [DBG] from='client.? 172.21.15.177:0/4267538980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:16:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:16:54.688336+0000 mgr.y (mgr.24491) 11695 : audit [DBG] from='client.36779 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:16:54.970205+0000 mgr.y (mgr.24491) 11696 : audit [DBG] from='client.26877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:16:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:16:55.311697+0000 mon.a (mon.0) 2666 : audit [DBG] from='client.? 172.21.15.177:0/4267538980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:16:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:55.412481+0000 mgr.y (mgr.24491) 11697 : cluster [DBG] pgmap v10333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:57.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:55.412481+0000 mgr.y (mgr.24491) 11697 : cluster [DBG] pgmap v10333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:55.412481+0000 mgr.y (mgr.24491) 11697 : cluster [DBG] pgmap v10333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:16:57] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T09:16:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:57.412929+0000 mgr.y (mgr.24491) 11698 : cluster [DBG] pgmap v10334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:57.412929+0000 mgr.y (mgr.24491) 11698 : cluster [DBG] pgmap v10334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:16:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:16:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:57.412929+0000 mgr.y (mgr.24491) 11698 : cluster [DBG] pgmap v10334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:01.319 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:17:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:16:59.413734+0000 mgr.y (mgr.24491) 11699 : cluster [DBG] pgmap v10335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:01.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:16:59.413734+0000 mgr.y (mgr.24491) 11699 : cluster [DBG] pgmap v10335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:16:59.413734+0000 mgr.y (mgr.24491) 11699 : cluster [DBG] pgmap v10335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:03.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:01.414289+0000 mgr.y (mgr.24491) 11700 : cluster [DBG] pgmap v10336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:03.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:01.414289+0000 mgr.y (mgr.24491) 11700 : cluster [DBG] pgmap v10336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:01.414289+0000 mgr.y (mgr.24491) 11700 : cluster [DBG] pgmap v10336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:04.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:03.414857+0000 mgr.y (mgr.24491) 11701 : cluster [DBG] pgmap v10337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:04.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:03.414857+0000 mgr.y (mgr.24491) 11701 : cluster [DBG] pgmap v10337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:03.414857+0000 mgr.y (mgr.24491) 11701 : cluster [DBG] pgmap v10337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:05.415540+0000 mgr.y (mgr.24491) 11702 : cluster [DBG] pgmap v10338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:05.415540+0000 mgr.y (mgr.24491) 11702 : cluster [DBG] pgmap v10338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:06.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:05.415540+0000 mgr.y (mgr.24491) 11702 : cluster [DBG] pgmap v10338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:07.725 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:17:07.413559+0000 mon.a (mon.0) 2667 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:17:07.725 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:17:07.413559+0000 mon.a (mon.0) 2667 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:17:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:17:07.413559+0000 mon.a (mon.0) 2667 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:17:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:17:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:07.415935+0000 mgr.y (mgr.24491) 11703 : cluster [DBG] pgmap v10339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:17:07.712745+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:17:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:17:07.713312+0000 mon.a (mon.0) 2669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:17:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:17:07.717402+0000 mon.a (mon.0) 2670 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:17:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:07.415935+0000 mgr.y (mgr.24491) 11703 : cluster [DBG] pgmap v10339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:17:07.712745+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:17:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:17:07.713312+0000 mon.a (mon.0) 2669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:17:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:17:07.717402+0000 mon.a (mon.0) 2670 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:17:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:07.415935+0000 mgr.y (mgr.24491) 11703 : cluster [DBG] pgmap v10339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:17:07.712745+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:17:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:17:07.713312+0000 mon.a (mon.0) 2669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:17:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:17:07.717402+0000 mon.a (mon.0) 2670 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:17:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:09.416497+0000 mgr.y (mgr.24491) 11704 : cluster [DBG] pgmap v10340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:09.416497+0000 mgr.y (mgr.24491) 11704 : cluster [DBG] pgmap v10340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:09.416497+0000 mgr.y (mgr.24491) 11704 : cluster [DBG] pgmap v10340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:17:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:11.417020+0000 mgr.y (mgr.24491) 11705 : cluster [DBG] pgmap v10341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:11.417020+0000 mgr.y (mgr.24491) 11705 : cluster [DBG] pgmap v10341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:11.417020+0000 mgr.y (mgr.24491) 11705 : cluster [DBG] pgmap v10341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:13.417462+0000 mgr.y (mgr.24491) 11706 : cluster [DBG] pgmap v10342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:13.417462+0000 mgr.y (mgr.24491) 11706 : cluster [DBG] pgmap v10342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:13.417462+0000 mgr.y (mgr.24491) 11706 : cluster [DBG] pgmap v10342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:15.418255+0000 mgr.y (mgr.24491) 11707 : cluster [DBG] pgmap v10343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:16.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:15.418255+0000 mgr.y (mgr.24491) 11707 : cluster [DBG] pgmap v10343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:16.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:15.418255+0000 mgr.y (mgr.24491) 11707 : cluster [DBG] pgmap v10343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:17:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:17.418633+0000 mgr.y (mgr.24491) 11708 : cluster [DBG] pgmap v10344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:18.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:17.418633+0000 mgr.y (mgr.24491) 11708 : cluster [DBG] pgmap v10344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:17.418633+0000 mgr.y (mgr.24491) 11708 : cluster [DBG] pgmap v10344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:19.419452+0000 mgr.y (mgr.24491) 11709 : cluster [DBG] pgmap v10345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:19.419452+0000 mgr.y (mgr.24491) 11709 : cluster [DBG] pgmap v10345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:19.419452+0000 mgr.y (mgr.24491) 11709 : cluster [DBG] pgmap v10345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:17:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:21.420032+0000 mgr.y (mgr.24491) 11710 : cluster [DBG] pgmap v10346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:21.420032+0000 mgr.y (mgr.24491) 11710 : cluster [DBG] pgmap v10346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:21.420032+0000 mgr.y (mgr.24491) 11710 : cluster [DBG] pgmap v10346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:23.420543+0000 mgr.y (mgr.24491) 11711 : cluster [DBG] pgmap v10347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:23.420543+0000 mgr.y (mgr.24491) 11711 : cluster [DBG] pgmap v10347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:23.420543+0000 mgr.y (mgr.24491) 11711 : cluster [DBG] pgmap v10347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:25.618 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:17:25.894 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:17:25.894 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:17:25.894 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:17:25.894 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:17:25.894 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:17:25.894 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:17:25.894 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 7m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:17:25.894 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 7m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:17:25.895 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:17:26.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:17:26.226 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:17:26.226 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:17:26.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:17:26.226 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:17:26.226 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:17:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:25.421181+0000 mgr.y (mgr.24491) 11712 : cluster [DBG] pgmap v10348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:17:25.608477+0000 mgr.y (mgr.24491) 11713 : audit [DBG] from='client.36797 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:17:25.889192+0000 mgr.y (mgr.24491) 11714 : audit [DBG] from='client.26895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:17:26.227489+0000 mon.a (mon.0) 2671 : audit [DBG] from='client.? 172.21.15.177:0/1708142562' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:17:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:25.421181+0000 mgr.y (mgr.24491) 11712 : cluster [DBG] pgmap v10348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:17:25.608477+0000 mgr.y (mgr.24491) 11713 : audit [DBG] from='client.36797 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:17:25.889192+0000 mgr.y (mgr.24491) 11714 : audit [DBG] from='client.26895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:17:26.227489+0000 mon.a (mon.0) 2671 : audit [DBG] from='client.? 172.21.15.177:0/1708142562' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:17:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:25.421181+0000 mgr.y (mgr.24491) 11712 : cluster [DBG] pgmap v10348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:17:25.608477+0000 mgr.y (mgr.24491) 11713 : audit [DBG] from='client.36797 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:17:25.889192+0000 mgr.y (mgr.24491) 11714 : audit [DBG] from='client.26895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:17:26.227489+0000 mon.a (mon.0) 2671 : audit [DBG] from='client.? 172.21.15.177:0/1708142562' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:17:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:17:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:27.421546+0000 mgr.y (mgr.24491) 11715 : cluster [DBG] pgmap v10349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:27.421546+0000 mgr.y (mgr.24491) 11715 : cluster [DBG] pgmap v10349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:27.421546+0000 mgr.y (mgr.24491) 11715 : cluster [DBG] pgmap v10349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:29.422319+0000 mgr.y (mgr.24491) 11716 : cluster [DBG] pgmap v10350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:29.422319+0000 mgr.y (mgr.24491) 11716 : cluster [DBG] pgmap v10350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:29.422319+0000 mgr.y (mgr.24491) 11716 : cluster [DBG] pgmap v10350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:17:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:31.422841+0000 mgr.y (mgr.24491) 11717 : cluster [DBG] pgmap v10351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:31.422841+0000 mgr.y (mgr.24491) 11717 : cluster [DBG] pgmap v10351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:31.422841+0000 mgr.y (mgr.24491) 11717 : cluster [DBG] pgmap v10351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:34.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:33.423266+0000 mgr.y (mgr.24491) 11718 : cluster [DBG] pgmap v10352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:33.423266+0000 mgr.y (mgr.24491) 11718 : cluster [DBG] pgmap v10352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:33.423266+0000 mgr.y (mgr.24491) 11718 : cluster [DBG] pgmap v10352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:35.424059+0000 mgr.y (mgr.24491) 11719 : cluster [DBG] pgmap v10353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:35.424059+0000 mgr.y (mgr.24491) 11719 : cluster [DBG] pgmap v10353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:35.424059+0000 mgr.y (mgr.24491) 11719 : cluster [DBG] pgmap v10353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:37] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T09:17:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:37.424531+0000 mgr.y (mgr.24491) 11720 : cluster [DBG] pgmap v10354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:38.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:37.424531+0000 mgr.y (mgr.24491) 11720 : cluster [DBG] pgmap v10354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:37.424531+0000 mgr.y (mgr.24491) 11720 : cluster [DBG] pgmap v10354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:39.425090+0000 mgr.y (mgr.24491) 11721 : cluster [DBG] pgmap v10355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:39.425090+0000 mgr.y (mgr.24491) 11721 : cluster [DBG] pgmap v10355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:39.425090+0000 mgr.y (mgr.24491) 11721 : cluster [DBG] pgmap v10355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:17:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:41.425505+0000 mgr.y (mgr.24491) 11722 : cluster [DBG] pgmap v10356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:41.425505+0000 mgr.y (mgr.24491) 11722 : cluster [DBG] pgmap v10356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:41.425505+0000 mgr.y (mgr.24491) 11722 : cluster [DBG] pgmap v10356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:43.426115+0000 mgr.y (mgr.24491) 11723 : cluster [DBG] pgmap v10357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:43.426115+0000 mgr.y (mgr.24491) 11723 : cluster [DBG] pgmap v10357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:43.426115+0000 mgr.y (mgr.24491) 11723 : cluster [DBG] pgmap v10357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:45.426975+0000 mgr.y (mgr.24491) 11724 : cluster [DBG] pgmap v10358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:45.426975+0000 mgr.y (mgr.24491) 11724 : cluster [DBG] pgmap v10358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:45.426975+0000 mgr.y (mgr.24491) 11724 : cluster [DBG] pgmap v10358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:17:48.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:47.427362+0000 mgr.y (mgr.24491) 11725 : cluster [DBG] pgmap v10359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:47.427362+0000 mgr.y (mgr.24491) 11725 : cluster [DBG] pgmap v10359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:47.427362+0000 mgr.y (mgr.24491) 11725 : cluster [DBG] pgmap v10359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:49.427922+0000 mgr.y (mgr.24491) 11726 : cluster [DBG] pgmap v10360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:49.427922+0000 mgr.y (mgr.24491) 11726 : cluster [DBG] pgmap v10360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:49.427922+0000 mgr.y (mgr.24491) 11726 : cluster [DBG] pgmap v10360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:17:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:51.428379+0000 mgr.y (mgr.24491) 11727 : cluster [DBG] pgmap v10361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:52.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:51.428379+0000 mgr.y (mgr.24491) 11727 : cluster [DBG] pgmap v10361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:51.428379+0000 mgr.y (mgr.24491) 11727 : cluster [DBG] pgmap v10361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:53.428799+0000 mgr.y (mgr.24491) 11728 : cluster [DBG] pgmap v10362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:54.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:53.428799+0000 mgr.y (mgr.24491) 11728 : cluster [DBG] pgmap v10362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:53.428799+0000 mgr.y (mgr.24491) 11728 : cluster [DBG] pgmap v10362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:56.536 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:17:56.814 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:17:56.814 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:17:56.814 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:17:56.814 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:17:56.814 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:17:56.814 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:17:56.814 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 7m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:17:56.814 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 7m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:17:56.814 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:17:56.814 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:17:56.814 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:17:56.815 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:17:56.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:17:56.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:17:56.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:17:56.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:17:56.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:17:56.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:17:56.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:17:56.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:17:56.815 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:17:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:55.429626+0000 mgr.y (mgr.24491) 11729 : cluster [DBG] pgmap v10363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:56.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:55.429626+0000 mgr.y (mgr.24491) 11729 : cluster [DBG] pgmap v10363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:55.429626+0000 mgr.y (mgr.24491) 11729 : cluster [DBG] pgmap v10363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:57.143 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:17:57.143 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:17:57.143 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:17:57.143 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:17:57.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:17:57.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:17:57.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:17:57.144 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:17:57.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:17:57.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:17:57.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:17:57.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:17:57.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:17:57.144 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:17:57.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:17:57.145 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:17:57.145 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:17:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:17:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:17:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:17:56.526087+0000 mgr.y (mgr.24491) 11730 : audit [DBG] from='client.36815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:17:56.808794+0000 mgr.y (mgr.24491) 11731 : audit [DBG] from='client.26913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:17:57.146034+0000 mon.a (mon.0) 2672 : audit [DBG] from='client.? 172.21.15.177:0/1353929866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:17:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:17:56.526087+0000 mgr.y (mgr.24491) 11730 : audit [DBG] from='client.36815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:17:56.808794+0000 mgr.y (mgr.24491) 11731 : audit [DBG] from='client.26913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:17:57.146034+0000 mon.a (mon.0) 2672 : audit [DBG] from='client.? 172.21.15.177:0/1353929866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:17:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:17:56.526087+0000 mgr.y (mgr.24491) 11730 : audit [DBG] from='client.36815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:17:56.808794+0000 mgr.y (mgr.24491) 11731 : audit [DBG] from='client.26913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:17:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:17:57.146034+0000 mon.a (mon.0) 2672 : audit [DBG] from='client.? 172.21.15.177:0/1353929866' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:17:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:17:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:57.430036+0000 mgr.y (mgr.24491) 11732 : cluster [DBG] pgmap v10364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:17:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:57.430036+0000 mgr.y (mgr.24491) 11732 : cluster [DBG] pgmap v10364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:17:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:17:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:57.430036+0000 mgr.y (mgr.24491) 11732 : cluster [DBG] pgmap v10364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:17:59.430556+0000 mgr.y (mgr.24491) 11733 : cluster [DBG] pgmap v10365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:17:59.430556+0000 mgr.y (mgr.24491) 11733 : cluster [DBG] pgmap v10365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:17:59.430556+0000 mgr.y (mgr.24491) 11733 : cluster [DBG] pgmap v10365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:18:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:01.431084+0000 mgr.y (mgr.24491) 11734 : cluster [DBG] pgmap v10366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:01.431084+0000 mgr.y (mgr.24491) 11734 : cluster [DBG] pgmap v10366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:01.431084+0000 mgr.y (mgr.24491) 11734 : cluster [DBG] pgmap v10366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:03.431674+0000 mgr.y (mgr.24491) 11735 : cluster [DBG] pgmap v10367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:03.431674+0000 mgr.y (mgr.24491) 11735 : cluster [DBG] pgmap v10367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:03.431674+0000 mgr.y (mgr.24491) 11735 : cluster [DBG] pgmap v10367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:05.432456+0000 mgr.y (mgr.24491) 11736 : cluster [DBG] pgmap v10368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:05.432456+0000 mgr.y (mgr.24491) 11736 : cluster [DBG] pgmap v10368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:05.432456+0000 mgr.y (mgr.24491) 11736 : cluster [DBG] pgmap v10368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:07] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:18:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:07.433080+0000 mgr.y (mgr.24491) 11737 : cluster [DBG] pgmap v10369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:08.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:18:07.721590+0000 mon.a (mon.0) 2673 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:18:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:18:08.014765+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:18:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:18:08.015387+0000 mon.a (mon.0) 2675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:18:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:18:08.019735+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:18:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:07.433080+0000 mgr.y (mgr.24491) 11737 : cluster [DBG] pgmap v10369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:18:07.721590+0000 mon.a (mon.0) 2673 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:18:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:18:08.014765+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:18:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:18:08.015387+0000 mon.a (mon.0) 2675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:18:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:18:08.019735+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:18:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:07.433080+0000 mgr.y (mgr.24491) 11737 : cluster [DBG] pgmap v10369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:18:07.721590+0000 mon.a (mon.0) 2673 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:18:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:18:08.014765+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:18:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:18:08.015387+0000 mon.a (mon.0) 2675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:18:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:18:08.019735+0000 mon.a (mon.0) 2676 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:18:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:09.433720+0000 mgr.y (mgr.24491) 11738 : cluster [DBG] pgmap v10370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:10.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:09.433720+0000 mgr.y (mgr.24491) 11738 : cluster [DBG] pgmap v10370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:09.433720+0000 mgr.y (mgr.24491) 11738 : cluster [DBG] pgmap v10370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:18:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:11.434148+0000 mgr.y (mgr.24491) 11739 : cluster [DBG] pgmap v10371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:12.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:11.434148+0000 mgr.y (mgr.24491) 11739 : cluster [DBG] pgmap v10371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:11.434148+0000 mgr.y (mgr.24491) 11739 : cluster [DBG] pgmap v10371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:14.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:13.434575+0000 mgr.y (mgr.24491) 11740 : cluster [DBG] pgmap v10372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:13.434575+0000 mgr.y (mgr.24491) 11740 : cluster [DBG] pgmap v10372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:13.434575+0000 mgr.y (mgr.24491) 11740 : cluster [DBG] pgmap v10372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:15.435247+0000 mgr.y (mgr.24491) 11741 : cluster [DBG] pgmap v10373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:15.435247+0000 mgr.y (mgr.24491) 11741 : cluster [DBG] pgmap v10373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:15.435247+0000 mgr.y (mgr.24491) 11741 : cluster [DBG] pgmap v10373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:17] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T09:18:18.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:17.435642+0000 mgr.y (mgr.24491) 11742 : cluster [DBG] pgmap v10374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:17.435642+0000 mgr.y (mgr.24491) 11742 : cluster [DBG] pgmap v10374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:17.435642+0000 mgr.y (mgr.24491) 11742 : cluster [DBG] pgmap v10374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:19.436262+0000 mgr.y (mgr.24491) 11743 : cluster [DBG] pgmap v10375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:19.436262+0000 mgr.y (mgr.24491) 11743 : cluster [DBG] pgmap v10375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:19.436262+0000 mgr.y (mgr.24491) 11743 : cluster [DBG] pgmap v10375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:18:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:21.436690+0000 mgr.y (mgr.24491) 11744 : cluster [DBG] pgmap v10376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:21.436690+0000 mgr.y (mgr.24491) 11744 : cluster [DBG] pgmap v10376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:21.436690+0000 mgr.y (mgr.24491) 11744 : cluster [DBG] pgmap v10376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:24.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:23.437235+0000 mgr.y (mgr.24491) 11745 : cluster [DBG] pgmap v10377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:23.437235+0000 mgr.y (mgr.24491) 11745 : cluster [DBG] pgmap v10377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:23.437235+0000 mgr.y (mgr.24491) 11745 : cluster [DBG] pgmap v10377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:25.437972+0000 mgr.y (mgr.24491) 11746 : cluster [DBG] pgmap v10378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:25.437972+0000 mgr.y (mgr.24491) 11746 : cluster [DBG] pgmap v10378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:25.437972+0000 mgr.y (mgr.24491) 11746 : cluster [DBG] pgmap v10378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:27.455 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:18:27.734 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:18:27.734 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:18:27.734 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:18:27.734 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:18:27.734 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:18:27.734 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:18:27.734 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:18:27.734 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:18:27.734 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:18:27.734 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:18:27.735 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:18:27.735 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:18:27.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:18:27.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:18:27.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:18:27.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:18:27.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:18:27.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:18:27.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:18:27.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:18:27.735 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:18:28.069 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:18:28.069 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:18:28.069 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:18:28.069 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:18:28.069 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:18:28.069 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:18:28.069 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:18:28.069 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:18:28.070 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:18:28.070 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:18:28.070 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:18:28.070 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:18:28.070 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:18:28.070 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:18:28.070 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:18:28.070 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:18:28.070 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:18:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:27] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T09:18:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:27.438235+0000 mgr.y (mgr.24491) 11747 : cluster [DBG] pgmap v10379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:18:27.446142+0000 mgr.y (mgr.24491) 11748 : audit [DBG] from='client.36833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:18:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:18:27.727549+0000 mgr.y (mgr.24491) 11749 : audit [DBG] from='client.36839 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:18:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:18:28.071803+0000 mon.a (mon.0) 2677 : audit [DBG] from='client.? 172.21.15.177:0/579319191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:18:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:27.438235+0000 mgr.y (mgr.24491) 11747 : cluster [DBG] pgmap v10379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:18:27.446142+0000 mgr.y (mgr.24491) 11748 : audit [DBG] from='client.36833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:18:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:18:27.727549+0000 mgr.y (mgr.24491) 11749 : audit [DBG] from='client.36839 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:18:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:18:28.071803+0000 mon.a (mon.0) 2677 : audit [DBG] from='client.? 172.21.15.177:0/579319191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:18:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:27.438235+0000 mgr.y (mgr.24491) 11747 : cluster [DBG] pgmap v10379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:18:27.446142+0000 mgr.y (mgr.24491) 11748 : audit [DBG] from='client.36833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:18:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:18:27.727549+0000 mgr.y (mgr.24491) 11749 : audit [DBG] from='client.36839 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:18:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:18:28.071803+0000 mon.a (mon.0) 2677 : audit [DBG] from='client.? 172.21.15.177:0/579319191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:18:30.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:29.438804+0000 mgr.y (mgr.24491) 11750 : cluster [DBG] pgmap v10380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:30.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:29.438804+0000 mgr.y (mgr.24491) 11750 : cluster [DBG] pgmap v10380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:29.438804+0000 mgr.y (mgr.24491) 11750 : cluster [DBG] pgmap v10380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:18:32.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:31.439319+0000 mgr.y (mgr.24491) 11751 : cluster [DBG] pgmap v10381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:31.439319+0000 mgr.y (mgr.24491) 11751 : cluster [DBG] pgmap v10381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:31.439319+0000 mgr.y (mgr.24491) 11751 : cluster [DBG] pgmap v10381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:33.440014+0000 mgr.y (mgr.24491) 11752 : cluster [DBG] pgmap v10382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:33.440014+0000 mgr.y (mgr.24491) 11752 : cluster [DBG] pgmap v10382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:33.440014+0000 mgr.y (mgr.24491) 11752 : cluster [DBG] pgmap v10382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:36.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:35.440700+0000 mgr.y (mgr.24491) 11753 : cluster [DBG] pgmap v10383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:35.440700+0000 mgr.y (mgr.24491) 11753 : cluster [DBG] pgmap v10383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:35.440700+0000 mgr.y (mgr.24491) 11753 : cluster [DBG] pgmap v10383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:37] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T09:18:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:37.441191+0000 mgr.y (mgr.24491) 11754 : cluster [DBG] pgmap v10384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:37.441191+0000 mgr.y (mgr.24491) 11754 : cluster [DBG] pgmap v10384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:37.441191+0000 mgr.y (mgr.24491) 11754 : cluster [DBG] pgmap v10384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:39.442051+0000 mgr.y (mgr.24491) 11755 : cluster [DBG] pgmap v10385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:39.442051+0000 mgr.y (mgr.24491) 11755 : cluster [DBG] pgmap v10385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:39.442051+0000 mgr.y (mgr.24491) 11755 : cluster [DBG] pgmap v10385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:18:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:41.442494+0000 mgr.y (mgr.24491) 11756 : cluster [DBG] pgmap v10386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:41.442494+0000 mgr.y (mgr.24491) 11756 : cluster [DBG] pgmap v10386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:41.442494+0000 mgr.y (mgr.24491) 11756 : cluster [DBG] pgmap v10386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:43.443001+0000 mgr.y (mgr.24491) 11757 : cluster [DBG] pgmap v10387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:43.443001+0000 mgr.y (mgr.24491) 11757 : cluster [DBG] pgmap v10387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:43.443001+0000 mgr.y (mgr.24491) 11757 : cluster [DBG] pgmap v10387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:45.443693+0000 mgr.y (mgr.24491) 11758 : cluster [DBG] pgmap v10388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:45.443693+0000 mgr.y (mgr.24491) 11758 : cluster [DBG] pgmap v10388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:45.443693+0000 mgr.y (mgr.24491) 11758 : cluster [DBG] pgmap v10388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:47] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T09:18:48.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:47.444144+0000 mgr.y (mgr.24491) 11759 : cluster [DBG] pgmap v10389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:47.444144+0000 mgr.y (mgr.24491) 11759 : cluster [DBG] pgmap v10389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:47.444144+0000 mgr.y (mgr.24491) 11759 : cluster [DBG] pgmap v10389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:49.444673+0000 mgr.y (mgr.24491) 11760 : cluster [DBG] pgmap v10390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:49.444673+0000 mgr.y (mgr.24491) 11760 : cluster [DBG] pgmap v10390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:49.444673+0000 mgr.y (mgr.24491) 11760 : cluster [DBG] pgmap v10390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:18:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:51.445214+0000 mgr.y (mgr.24491) 11761 : cluster [DBG] pgmap v10391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:51.445214+0000 mgr.y (mgr.24491) 11761 : cluster [DBG] pgmap v10391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:51.445214+0000 mgr.y (mgr.24491) 11761 : cluster [DBG] pgmap v10391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:53.445620+0000 mgr.y (mgr.24491) 11762 : cluster [DBG] pgmap v10392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:53.445620+0000 mgr.y (mgr.24491) 11762 : cluster [DBG] pgmap v10392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:55.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:53.445620+0000 mgr.y (mgr.24491) 11762 : cluster [DBG] pgmap v10392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:55.446297+0000 mgr.y (mgr.24491) 11763 : cluster [DBG] pgmap v10393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:55.446297+0000 mgr.y (mgr.24491) 11763 : cluster [DBG] pgmap v10393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:55.446297+0000 mgr.y (mgr.24491) 11763 : cluster [DBG] pgmap v10393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:18:57] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T09:18:58.378 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:18:58.651 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 8m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 8m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:18:58.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:18:58.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:18:58.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:18:58.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:18:58.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:18:58.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:18:58.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:18:58.653 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:18:58.990 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:18:58.991 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:18:58.992 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:18:58.992 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:18:58.992 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:18:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:57.446756+0000 mgr.y (mgr.24491) 11764 : cluster [DBG] pgmap v10394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:57.446756+0000 mgr.y (mgr.24491) 11764 : cluster [DBG] pgmap v10394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:59.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:57.446756+0000 mgr.y (mgr.24491) 11764 : cluster [DBG] pgmap v10394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:18:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:18:58.369196+0000 mgr.y (mgr.24491) 11765 : audit [DBG] from='client.26943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:18:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:18:58.646203+0000 mgr.y (mgr.24491) 11766 : audit [DBG] from='client.36857 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:18:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:18:58.993194+0000 mon.a (mon.0) 2678 : audit [DBG] from='client.? 172.21.15.177:0/1913776424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:19:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:18:58.369196+0000 mgr.y (mgr.24491) 11765 : audit [DBG] from='client.26943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:19:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:18:58.646203+0000 mgr.y (mgr.24491) 11766 : audit [DBG] from='client.36857 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:19:00.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:18:58.993194+0000 mon.a (mon.0) 2678 : audit [DBG] from='client.? 172.21.15.177:0/1913776424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:19:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:18:58.369196+0000 mgr.y (mgr.24491) 11765 : audit [DBG] from='client.26943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:19:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:18:58.646203+0000 mgr.y (mgr.24491) 11766 : audit [DBG] from='client.36857 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:19:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:18:58.993194+0000 mon.a (mon.0) 2678 : audit [DBG] from='client.? 172.21.15.177:0/1913776424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:19:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:18:59.447349+0000 mgr.y (mgr.24491) 11767 : cluster [DBG] pgmap v10395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:18:59.447349+0000 mgr.y (mgr.24491) 11767 : cluster [DBG] pgmap v10395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:01.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:18:59.447349+0000 mgr.y (mgr.24491) 11767 : cluster [DBG] pgmap v10395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:19:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:01.447744+0000 mgr.y (mgr.24491) 11768 : cluster [DBG] pgmap v10396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:03.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:01.447744+0000 mgr.y (mgr.24491) 11768 : cluster [DBG] pgmap v10396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:03.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:01.447744+0000 mgr.y (mgr.24491) 11768 : cluster [DBG] pgmap v10396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:03.448282+0000 mgr.y (mgr.24491) 11769 : cluster [DBG] pgmap v10397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:05.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:03.448282+0000 mgr.y (mgr.24491) 11769 : cluster [DBG] pgmap v10397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:03.448282+0000 mgr.y (mgr.24491) 11769 : cluster [DBG] pgmap v10397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:05.448972+0000 mgr.y (mgr.24491) 11770 : cluster [DBG] pgmap v10398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:07.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:05.448972+0000 mgr.y (mgr.24491) 11770 : cluster [DBG] pgmap v10398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:07.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:05.448972+0000 mgr.y (mgr.24491) 11770 : cluster [DBG] pgmap v10398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:07] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T09:19:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:07.449508+0000 mgr.y (mgr.24491) 11771 : cluster [DBG] pgmap v10399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:19:08.024000+0000 mon.a (mon.0) 2679 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:19:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:19:08.315248+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:19:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:19:08.315864+0000 mon.a (mon.0) 2681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:19:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:19:08.320028+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:19:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:07.449508+0000 mgr.y (mgr.24491) 11771 : cluster [DBG] pgmap v10399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:19:08.024000+0000 mon.a (mon.0) 2679 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:19:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:19:08.315248+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:19:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:19:08.315864+0000 mon.a (mon.0) 2681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:19:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:19:08.320028+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:19:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:07.449508+0000 mgr.y (mgr.24491) 11771 : cluster [DBG] pgmap v10399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:19:08.024000+0000 mon.a (mon.0) 2679 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:19:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:19:08.315248+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:19:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:19:08.315864+0000 mon.a (mon.0) 2681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:19:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:19:08.320028+0000 mon.a (mon.0) 2682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:19:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:09.450279+0000 mgr.y (mgr.24491) 11772 : cluster [DBG] pgmap v10400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:11.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:09.450279+0000 mgr.y (mgr.24491) 11772 : cluster [DBG] pgmap v10400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:09.450279+0000 mgr.y (mgr.24491) 11772 : cluster [DBG] pgmap v10400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:19:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:11.450724+0000 mgr.y (mgr.24491) 11773 : cluster [DBG] pgmap v10401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:11.450724+0000 mgr.y (mgr.24491) 11773 : cluster [DBG] pgmap v10401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:11.450724+0000 mgr.y (mgr.24491) 11773 : cluster [DBG] pgmap v10401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:13.451322+0000 mgr.y (mgr.24491) 11774 : cluster [DBG] pgmap v10402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:13.451322+0000 mgr.y (mgr.24491) 11774 : cluster [DBG] pgmap v10402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:13.451322+0000 mgr.y (mgr.24491) 11774 : cluster [DBG] pgmap v10402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:15.452132+0000 mgr.y (mgr.24491) 11775 : cluster [DBG] pgmap v10403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:15.452132+0000 mgr.y (mgr.24491) 11775 : cluster [DBG] pgmap v10403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:15.452132+0000 mgr.y (mgr.24491) 11775 : cluster [DBG] pgmap v10403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:17] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T09:19:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:17.452541+0000 mgr.y (mgr.24491) 11776 : cluster [DBG] pgmap v10404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:19.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:17.452541+0000 mgr.y (mgr.24491) 11776 : cluster [DBG] pgmap v10404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:17.452541+0000 mgr.y (mgr.24491) 11776 : cluster [DBG] pgmap v10404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:19.453132+0000 mgr.y (mgr.24491) 11777 : cluster [DBG] pgmap v10405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:19.453132+0000 mgr.y (mgr.24491) 11777 : cluster [DBG] pgmap v10405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:21.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:19.453132+0000 mgr.y (mgr.24491) 11777 : cluster [DBG] pgmap v10405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:19:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:21.453507+0000 mgr.y (mgr.24491) 11778 : cluster [DBG] pgmap v10406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:21.453507+0000 mgr.y (mgr.24491) 11778 : cluster [DBG] pgmap v10406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:21.453507+0000 mgr.y (mgr.24491) 11778 : cluster [DBG] pgmap v10406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:23.453917+0000 mgr.y (mgr.24491) 11779 : cluster [DBG] pgmap v10407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:23.453917+0000 mgr.y (mgr.24491) 11779 : cluster [DBG] pgmap v10407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:23.453917+0000 mgr.y (mgr.24491) 11779 : cluster [DBG] pgmap v10407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:25.454535+0000 mgr.y (mgr.24491) 11780 : cluster [DBG] pgmap v10408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:25.454535+0000 mgr.y (mgr.24491) 11780 : cluster [DBG] pgmap v10408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:27.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:25.454535+0000 mgr.y (mgr.24491) 11780 : cluster [DBG] pgmap v10408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:27] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T09:19:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:27.454931+0000 mgr.y (mgr.24491) 11781 : cluster [DBG] pgmap v10409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:27.454931+0000 mgr.y (mgr.24491) 11781 : cluster [DBG] pgmap v10409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:27.454931+0000 mgr.y (mgr.24491) 11781 : cluster [DBG] pgmap v10409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:19:29.579 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:19:29.579 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:19:29.580 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:19:29.580 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:19:29.580 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:19:29.580 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 9m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:19:29.580 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:19:29.580 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:19:29.580 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:19:29.580 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 9m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:19:29.580 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:19:29.580 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:19:29.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:19:29.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:19:29.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:19:29.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:19:29.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:19:29.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:19:29.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:19:29.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:19:29.581 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:19:29.914 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:19:29.914 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:19:29.914 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:19:29.914 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:19:29.914 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:19:29.914 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:19:29.914 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:19:29.914 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:19:29.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:19:29.915 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:19:29.915 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:19:29.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:19:29.915 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:19:29.915 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:19:29.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:19:29.915 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:19:29.915 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:19:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:19:29.293378+0000 mgr.y (mgr.24491) 11782 : audit [DBG] from='client.36869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:19:30.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:19:29.293378+0000 mgr.y (mgr.24491) 11782 : audit [DBG] from='client.36869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:19:30.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:19:29.293378+0000 mgr.y (mgr.24491) 11782 : audit [DBG] from='client.36869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:19:31.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:29.455540+0000 mgr.y (mgr.24491) 11783 : cluster [DBG] pgmap v10410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:31.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:19:29.574192+0000 mgr.y (mgr.24491) 11784 : audit [DBG] from='client.26967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:19:31.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:19:29.916191+0000 mon.c (mon.2) 382 : audit [DBG] from='client.? 172.21.15.177:0/3655485684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:19:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:29.455540+0000 mgr.y (mgr.24491) 11783 : cluster [DBG] pgmap v10410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:19:29.574192+0000 mgr.y (mgr.24491) 11784 : audit [DBG] from='client.26967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:19:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:19:29.916191+0000 mon.c (mon.2) 382 : audit [DBG] from='client.? 172.21.15.177:0/3655485684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:19:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:29.455540+0000 mgr.y (mgr.24491) 11783 : cluster [DBG] pgmap v10410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:19:29.574192+0000 mgr.y (mgr.24491) 11784 : audit [DBG] from='client.26967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:19:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:19:29.916191+0000 mon.c (mon.2) 382 : audit [DBG] from='client.? 172.21.15.177:0/3655485684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:19:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:19:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:31.455858+0000 mgr.y (mgr.24491) 11785 : cluster [DBG] pgmap v10411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:31.455858+0000 mgr.y (mgr.24491) 11785 : cluster [DBG] pgmap v10411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:31.455858+0000 mgr.y (mgr.24491) 11785 : cluster [DBG] pgmap v10411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:33.456299+0000 mgr.y (mgr.24491) 11786 : cluster [DBG] pgmap v10412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:33.456299+0000 mgr.y (mgr.24491) 11786 : cluster [DBG] pgmap v10412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:33.456299+0000 mgr.y (mgr.24491) 11786 : cluster [DBG] pgmap v10412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:37.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:35.457127+0000 mgr.y (mgr.24491) 11787 : cluster [DBG] pgmap v10413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:37.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:35.457127+0000 mgr.y (mgr.24491) 11787 : cluster [DBG] pgmap v10413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:35.457127+0000 mgr.y (mgr.24491) 11787 : cluster [DBG] pgmap v10413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:37] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T09:19:39.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:37.457485+0000 mgr.y (mgr.24491) 11788 : cluster [DBG] pgmap v10414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:37.457485+0000 mgr.y (mgr.24491) 11788 : cluster [DBG] pgmap v10414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:37.457485+0000 mgr.y (mgr.24491) 11788 : cluster [DBG] pgmap v10414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:41.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:39.458308+0000 mgr.y (mgr.24491) 11789 : cluster [DBG] pgmap v10415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:39.458308+0000 mgr.y (mgr.24491) 11789 : cluster [DBG] pgmap v10415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:39.458308+0000 mgr.y (mgr.24491) 11789 : cluster [DBG] pgmap v10415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:41.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:19:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:41.458712+0000 mgr.y (mgr.24491) 11790 : cluster [DBG] pgmap v10416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:41.458712+0000 mgr.y (mgr.24491) 11790 : cluster [DBG] pgmap v10416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:41.458712+0000 mgr.y (mgr.24491) 11790 : cluster [DBG] pgmap v10416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:43.459115+0000 mgr.y (mgr.24491) 11791 : cluster [DBG] pgmap v10417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:43.459115+0000 mgr.y (mgr.24491) 11791 : cluster [DBG] pgmap v10417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:43.459115+0000 mgr.y (mgr.24491) 11791 : cluster [DBG] pgmap v10417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:45.459961+0000 mgr.y (mgr.24491) 11792 : cluster [DBG] pgmap v10418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:45.459961+0000 mgr.y (mgr.24491) 11792 : cluster [DBG] pgmap v10418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:45.459961+0000 mgr.y (mgr.24491) 11792 : cluster [DBG] pgmap v10418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:47] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T09:19:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:47.460536+0000 mgr.y (mgr.24491) 11793 : cluster [DBG] pgmap v10419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:47.460536+0000 mgr.y (mgr.24491) 11793 : cluster [DBG] pgmap v10419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:47.460536+0000 mgr.y (mgr.24491) 11793 : cluster [DBG] pgmap v10419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:49.461344+0000 mgr.y (mgr.24491) 11794 : cluster [DBG] pgmap v10420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:49.461344+0000 mgr.y (mgr.24491) 11794 : cluster [DBG] pgmap v10420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:49.461344+0000 mgr.y (mgr.24491) 11794 : cluster [DBG] pgmap v10420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:51.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:19:53.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:51.461808+0000 mgr.y (mgr.24491) 11795 : cluster [DBG] pgmap v10421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:51.461808+0000 mgr.y (mgr.24491) 11795 : cluster [DBG] pgmap v10421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:51.461808+0000 mgr.y (mgr.24491) 11795 : cluster [DBG] pgmap v10421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:55.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:53.462282+0000 mgr.y (mgr.24491) 11796 : cluster [DBG] pgmap v10422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:53.462282+0000 mgr.y (mgr.24491) 11796 : cluster [DBG] pgmap v10422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:53.462282+0000 mgr.y (mgr.24491) 11796 : cluster [DBG] pgmap v10422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:57.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:55.462917+0000 mgr.y (mgr.24491) 11797 : cluster [DBG] pgmap v10423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:55.462917+0000 mgr.y (mgr.24491) 11797 : cluster [DBG] pgmap v10423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:55.462917+0000 mgr.y (mgr.24491) 11797 : cluster [DBG] pgmap v10423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:19:57] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T09:19:59.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:19:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:57.463319+0000 mgr.y (mgr.24491) 11798 : cluster [DBG] pgmap v10424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:19:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:57.463319+0000 mgr.y (mgr.24491) 11798 : cluster [DBG] pgmap v10424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:19:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:19:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:57.463319+0000 mgr.y (mgr.24491) 11798 : cluster [DBG] pgmap v10424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:00.226 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:20:00.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T09:19:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 9m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 9m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 9m ago 5h 955M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 9m ago 5h 501M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 9m ago 5h 506M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:20:00.503 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:20:00.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:20:00.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:20:00.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:20:00.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:20:00.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:20:00.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:20:00.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 42.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:20:00.504 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:20:00.504 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:20:00.838 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:20:00.838 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:20:00.838 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:20:00.838 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:20:00.839 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:20:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:19:59.464058+0000 mgr.y (mgr.24491) 11799 : cluster [DBG] pgmap v10425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:01.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:00.000108+0000 mon.a (mon.0) 2683 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:20:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:00.216951+0000 mgr.y (mgr.24491) 11800 : audit [DBG] from='client.36887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:19:59.464058+0000 mgr.y (mgr.24491) 11799 : cluster [DBG] pgmap v10425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:00.000108+0000 mon.a (mon.0) 2683 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:20:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:00.216951+0000 mgr.y (mgr.24491) 11800 : audit [DBG] from='client.36887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:20:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:19:59.464058+0000 mgr.y (mgr.24491) 11799 : cluster [DBG] pgmap v10425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:00.000108+0000 mon.a (mon.0) 2683 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:20:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:00.216951+0000 mgr.y (mgr.24491) 11800 : audit [DBG] from='client.36887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:02.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:00.497545+0000 mgr.y (mgr.24491) 11801 : audit [DBG] from='client.36893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:00.840670+0000 mon.c (mon.2) 383 : audit [DBG] from='client.? 172.21.15.177:0/1799784766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:20:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:00.497545+0000 mgr.y (mgr.24491) 11801 : audit [DBG] from='client.36893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:00.840670+0000 mon.c (mon.2) 383 : audit [DBG] from='client.? 172.21.15.177:0/1799784766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:20:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:00.497545+0000 mgr.y (mgr.24491) 11801 : audit [DBG] from='client.36893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:00.840670+0000 mon.c (mon.2) 383 : audit [DBG] from='client.? 172.21.15.177:0/1799784766' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:20:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:01.464614+0000 mgr.y (mgr.24491) 11802 : cluster [DBG] pgmap v10426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:01.464614+0000 mgr.y (mgr.24491) 11802 : cluster [DBG] pgmap v10426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:01.464614+0000 mgr.y (mgr.24491) 11802 : cluster [DBG] pgmap v10426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:05.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:03.465177+0000 mgr.y (mgr.24491) 11803 : cluster [DBG] pgmap v10427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:03.465177+0000 mgr.y (mgr.24491) 11803 : cluster [DBG] pgmap v10427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:03.465177+0000 mgr.y (mgr.24491) 11803 : cluster [DBG] pgmap v10427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:05.466001+0000 mgr.y (mgr.24491) 11804 : cluster [DBG] pgmap v10428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:05.466001+0000 mgr.y (mgr.24491) 11804 : cluster [DBG] pgmap v10428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:05.466001+0000 mgr.y (mgr.24491) 11804 : cluster [DBG] pgmap v10428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:07] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T09:20:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:07.466360+0000 mgr.y (mgr.24491) 11805 : cluster [DBG] pgmap v10429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:08.324214+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:20:08.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:07.466360+0000 mgr.y (mgr.24491) 11805 : cluster [DBG] pgmap v10429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:08.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:08.324214+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:20:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:07.466360+0000 mgr.y (mgr.24491) 11805 : cluster [DBG] pgmap v10429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:08.324214+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:20:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:09.467025+0000 mgr.y (mgr.24491) 11806 : cluster [DBG] pgmap v10430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:10.631915+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:20:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:09.467025+0000 mgr.y (mgr.24491) 11806 : cluster [DBG] pgmap v10430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:10.631915+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:20:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:09.467025+0000 mgr.y (mgr.24491) 11806 : cluster [DBG] pgmap v10430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:10.631915+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:20:11.347 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:20:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:11.467414+0000 mgr.y (mgr.24491) 11807 : cluster [DBG] pgmap v10431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:11.682765+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:20:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:11.968085+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:20:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:11.968984+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:20:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:11.976223+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:20:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:11.467414+0000 mgr.y (mgr.24491) 11807 : cluster [DBG] pgmap v10431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:11.682765+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:20:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:11.968085+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:20:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:11.968984+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:20:13.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:11.976223+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:20:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:11.467414+0000 mgr.y (mgr.24491) 11807 : cluster [DBG] pgmap v10431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:11.682765+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:20:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:11.968085+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:20:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:11.968984+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:20:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:11.976223+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:20:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:13.467925+0000 mgr.y (mgr.24491) 11808 : cluster [DBG] pgmap v10432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:15.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:13.467925+0000 mgr.y (mgr.24491) 11808 : cluster [DBG] pgmap v10432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:15.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:13.467925+0000 mgr.y (mgr.24491) 11808 : cluster [DBG] pgmap v10432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:15.468607+0000 mgr.y (mgr.24491) 11809 : cluster [DBG] pgmap v10433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:17.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:15.468607+0000 mgr.y (mgr.24491) 11809 : cluster [DBG] pgmap v10433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:17.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:15.468607+0000 mgr.y (mgr.24491) 11809 : cluster [DBG] pgmap v10433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:20:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:17.469014+0000 mgr.y (mgr.24491) 11810 : cluster [DBG] pgmap v10434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:19.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:17.469014+0000 mgr.y (mgr.24491) 11810 : cluster [DBG] pgmap v10434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:17.469014+0000 mgr.y (mgr.24491) 11810 : cluster [DBG] pgmap v10434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:20.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:19.469754+0000 mgr.y (mgr.24491) 11811 : cluster [DBG] pgmap v10435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:21.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:19.469754+0000 mgr.y (mgr.24491) 11811 : cluster [DBG] pgmap v10435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:19.469754+0000 mgr.y (mgr.24491) 11811 : cluster [DBG] pgmap v10435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:20:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:21.470213+0000 mgr.y (mgr.24491) 11812 : cluster [DBG] pgmap v10436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:21.470213+0000 mgr.y (mgr.24491) 11812 : cluster [DBG] pgmap v10436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:23.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:21.470213+0000 mgr.y (mgr.24491) 11812 : cluster [DBG] pgmap v10436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:23.470566+0000 mgr.y (mgr.24491) 11813 : cluster [DBG] pgmap v10437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:25.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:23.470566+0000 mgr.y (mgr.24491) 11813 : cluster [DBG] pgmap v10437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:25.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:23.470566+0000 mgr.y (mgr.24491) 11813 : cluster [DBG] pgmap v10437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:25.471243+0000 mgr.y (mgr.24491) 11814 : cluster [DBG] pgmap v10438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:27.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:25.471243+0000 mgr.y (mgr.24491) 11814 : cluster [DBG] pgmap v10438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:25.471243+0000 mgr.y (mgr.24491) 11814 : cluster [DBG] pgmap v10438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:20:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:27.471672+0000 mgr.y (mgr.24491) 11815 : cluster [DBG] pgmap v10439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:29.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:27.471672+0000 mgr.y (mgr.24491) 11815 : cluster [DBG] pgmap v10439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:27.471672+0000 mgr.y (mgr.24491) 11815 : cluster [DBG] pgmap v10439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:29.472236+0000 mgr.y (mgr.24491) 11816 : cluster [DBG] pgmap v10440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:31.147 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:20:31.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:29.472236+0000 mgr.y (mgr.24491) 11816 : cluster [DBG] pgmap v10440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:31.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:29.472236+0000 mgr.y (mgr.24491) 11816 : cluster [DBG] pgmap v10440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:31.422 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:20:31.423 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 20s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:20:31.423 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 19s ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:20:31.423 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 20s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:20:31.423 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 19s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:20:31.423 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 19s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:20:31.423 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 20s ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:20:31.423 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 20s ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:20:31.423 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 19s ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:20:31.424 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 20s ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:20:31.424 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 20s ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:20:31.424 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 19s ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:20:31.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 20s ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:20:31.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 20s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:20:31.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 20s ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:20:31.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 20s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:20:31.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 19s ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:20:31.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 19s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:20:31.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 19s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:20:31.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 19s ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:20:31.425 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 19s ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:20:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:20:31.757 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:20:31.757 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:20:31.758 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:20:31.758 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:20:31.758 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:20:31.758 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:20:31.758 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:20:31.758 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:20:31.758 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:20:31.758 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:20:31.759 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:20:31.759 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:20:31.759 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:20:31.759 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:20:31.759 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:20:31.759 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:20:31.759 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:20:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:31.137801+0000 mgr.y (mgr.24491) 11817 : audit [DBG] from='client.26997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:32.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:31.137801+0000 mgr.y (mgr.24491) 11817 : audit [DBG] from='client.26997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:32.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:31.137801+0000 mgr.y (mgr.24491) 11817 : audit [DBG] from='client.26997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:31.417356+0000 mgr.y (mgr.24491) 11818 : audit [DBG] from='client.27003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:31.472599+0000 mgr.y (mgr.24491) 11819 : cluster [DBG] pgmap v10441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:20:31.759904+0000 mon.c (mon.2) 384 : audit [DBG] from='client.? 172.21.15.177:0/3662074508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:20:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:31.417356+0000 mgr.y (mgr.24491) 11818 : audit [DBG] from='client.27003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:31.472599+0000 mgr.y (mgr.24491) 11819 : cluster [DBG] pgmap v10441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:33.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:20:31.759904+0000 mon.c (mon.2) 384 : audit [DBG] from='client.? 172.21.15.177:0/3662074508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:20:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:31.417356+0000 mgr.y (mgr.24491) 11818 : audit [DBG] from='client.27003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:20:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:31.472599+0000 mgr.y (mgr.24491) 11819 : cluster [DBG] pgmap v10441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:20:31.759904+0000 mon.c (mon.2) 384 : audit [DBG] from='client.? 172.21.15.177:0/3662074508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:20:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:33.473029+0000 mgr.y (mgr.24491) 11820 : cluster [DBG] pgmap v10442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:35.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:33.473029+0000 mgr.y (mgr.24491) 11820 : cluster [DBG] pgmap v10442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:35.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:33.473029+0000 mgr.y (mgr.24491) 11820 : cluster [DBG] pgmap v10442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:35.473597+0000 mgr.y (mgr.24491) 11821 : cluster [DBG] pgmap v10443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:35.473597+0000 mgr.y (mgr.24491) 11821 : cluster [DBG] pgmap v10443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:35.473597+0000 mgr.y (mgr.24491) 11821 : cluster [DBG] pgmap v10443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:37] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:20:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:37.474028+0000 mgr.y (mgr.24491) 11822 : cluster [DBG] pgmap v10444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:37.474028+0000 mgr.y (mgr.24491) 11822 : cluster [DBG] pgmap v10444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:37.474028+0000 mgr.y (mgr.24491) 11822 : cluster [DBG] pgmap v10444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:39.474696+0000 mgr.y (mgr.24491) 11823 : cluster [DBG] pgmap v10445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:41.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:39.474696+0000 mgr.y (mgr.24491) 11823 : cluster [DBG] pgmap v10445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:39.474696+0000 mgr.y (mgr.24491) 11823 : cluster [DBG] pgmap v10445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:20:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:41.475280+0000 mgr.y (mgr.24491) 11824 : cluster [DBG] pgmap v10446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:43.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:41.475280+0000 mgr.y (mgr.24491) 11824 : cluster [DBG] pgmap v10446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:43.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:41.475280+0000 mgr.y (mgr.24491) 11824 : cluster [DBG] pgmap v10446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:43.475684+0000 mgr.y (mgr.24491) 11825 : cluster [DBG] pgmap v10447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:45.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:43.475684+0000 mgr.y (mgr.24491) 11825 : cluster [DBG] pgmap v10447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:43.475684+0000 mgr.y (mgr.24491) 11825 : cluster [DBG] pgmap v10447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:45.476390+0000 mgr.y (mgr.24491) 11826 : cluster [DBG] pgmap v10448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:47.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:45.476390+0000 mgr.y (mgr.24491) 11826 : cluster [DBG] pgmap v10448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:47.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:45.476390+0000 mgr.y (mgr.24491) 11826 : cluster [DBG] pgmap v10448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:47] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T09:20:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:47.476877+0000 mgr.y (mgr.24491) 11827 : cluster [DBG] pgmap v10449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:49.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:47.476877+0000 mgr.y (mgr.24491) 11827 : cluster [DBG] pgmap v10449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:47.476877+0000 mgr.y (mgr.24491) 11827 : cluster [DBG] pgmap v10449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:49.477679+0000 mgr.y (mgr.24491) 11828 : cluster [DBG] pgmap v10450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:51.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:49.477679+0000 mgr.y (mgr.24491) 11828 : cluster [DBG] pgmap v10450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:49.477679+0000 mgr.y (mgr.24491) 11828 : cluster [DBG] pgmap v10450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:20:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:51.478239+0000 mgr.y (mgr.24491) 11829 : cluster [DBG] pgmap v10451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:51.478239+0000 mgr.y (mgr.24491) 11829 : cluster [DBG] pgmap v10451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:51.478239+0000 mgr.y (mgr.24491) 11829 : cluster [DBG] pgmap v10451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:55.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:53.478789+0000 mgr.y (mgr.24491) 11830 : cluster [DBG] pgmap v10452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:53.478789+0000 mgr.y (mgr.24491) 11830 : cluster [DBG] pgmap v10452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:53.478789+0000 mgr.y (mgr.24491) 11830 : cluster [DBG] pgmap v10452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:57.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:55.479370+0000 mgr.y (mgr.24491) 11831 : cluster [DBG] pgmap v10453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:55.479370+0000 mgr.y (mgr.24491) 11831 : cluster [DBG] pgmap v10453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:55.479370+0000 mgr.y (mgr.24491) 11831 : cluster [DBG] pgmap v10453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:20:57] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T09:20:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:20:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:57.479821+0000 mgr.y (mgr.24491) 11832 : cluster [DBG] pgmap v10454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:20:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:57.479821+0000 mgr.y (mgr.24491) 11832 : cluster [DBG] pgmap v10454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:20:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:20:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:57.479821+0000 mgr.y (mgr.24491) 11832 : cluster [DBG] pgmap v10454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:20:59.480473+0000 mgr.y (mgr.24491) 11833 : cluster [DBG] pgmap v10455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:20:59.480473+0000 mgr.y (mgr.24491) 11833 : cluster [DBG] pgmap v10455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:20:59.480473+0000 mgr.y (mgr.24491) 11833 : cluster [DBG] pgmap v10455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:21:02.068 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:21:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:21:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 51s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:21:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 50s ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:21:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 51s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:21:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 50s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:21:02.341 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 50s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:21:02.342 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 51s ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:21:02.342 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 51s ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:21:02.342 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 50s ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:21:02.342 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 51s ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:21:02.342 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 51s ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:21:02.342 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 50s ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:21:02.342 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 51s ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:21:02.342 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 51s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:21:02.342 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 51s ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:21:02.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 51s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:21:02.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 50s ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:21:02.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 50s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:21:02.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 50s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:21:02.343 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 50s ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:21:02.343 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 50s ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:21:02.686 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:21:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:21:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:21:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:21:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:21:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:21:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:21:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:21:02.686 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:21:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:21:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:21:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:21:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:21:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:21:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:21:02.687 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:21:02.687 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:21:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:01.480906+0000 mgr.y (mgr.24491) 11834 : cluster [DBG] pgmap v10456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:21:02.057850+0000 mgr.y (mgr.24491) 11835 : audit [DBG] from='client.27015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:21:02.335488+0000 mgr.y (mgr.24491) 11836 : audit [DBG] from='client.27021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:21:02.688206+0000 mon.a (mon.0) 2690 : audit [DBG] from='client.? 172.21.15.177:0/1086776351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:21:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:01.480906+0000 mgr.y (mgr.24491) 11834 : cluster [DBG] pgmap v10456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:21:02.057850+0000 mgr.y (mgr.24491) 11835 : audit [DBG] from='client.27015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:21:02.335488+0000 mgr.y (mgr.24491) 11836 : audit [DBG] from='client.27021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:21:02.688206+0000 mon.a (mon.0) 2690 : audit [DBG] from='client.? 172.21.15.177:0/1086776351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:21:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:01.480906+0000 mgr.y (mgr.24491) 11834 : cluster [DBG] pgmap v10456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:21:02.057850+0000 mgr.y (mgr.24491) 11835 : audit [DBG] from='client.27015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:21:02.335488+0000 mgr.y (mgr.24491) 11836 : audit [DBG] from='client.27021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:21:02.688206+0000 mon.a (mon.0) 2690 : audit [DBG] from='client.? 172.21.15.177:0/1086776351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:21:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:03.481267+0000 mgr.y (mgr.24491) 11837 : cluster [DBG] pgmap v10457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:03.481267+0000 mgr.y (mgr.24491) 11837 : cluster [DBG] pgmap v10457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:03.481267+0000 mgr.y (mgr.24491) 11837 : cluster [DBG] pgmap v10457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:05.481927+0000 mgr.y (mgr.24491) 11838 : cluster [DBG] pgmap v10458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:05.481927+0000 mgr.y (mgr.24491) 11838 : cluster [DBG] pgmap v10458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:05.481927+0000 mgr.y (mgr.24491) 11838 : cluster [DBG] pgmap v10458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:21:09.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:07.482476+0000 mgr.y (mgr.24491) 11839 : cluster [DBG] pgmap v10459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:07.482476+0000 mgr.y (mgr.24491) 11839 : cluster [DBG] pgmap v10459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:07.482476+0000 mgr.y (mgr.24491) 11839 : cluster [DBG] pgmap v10459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:09.483248+0000 mgr.y (mgr.24491) 11840 : cluster [DBG] pgmap v10460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:09.483248+0000 mgr.y (mgr.24491) 11840 : cluster [DBG] pgmap v10460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:11.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:09.483248+0000 mgr.y (mgr.24491) 11840 : cluster [DBG] pgmap v10460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:21:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:11.483712+0000 mgr.y (mgr.24491) 11841 : cluster [DBG] pgmap v10461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:21:11.981692+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:21:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:21:12.267728+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:21:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:21:12.268344+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:21:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:21:12.272889+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:21:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:11.483712+0000 mgr.y (mgr.24491) 11841 : cluster [DBG] pgmap v10461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:21:11.981692+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:21:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:21:12.267728+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:21:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:21:12.268344+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:21:13.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:21:12.272889+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:21:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:11.483712+0000 mgr.y (mgr.24491) 11841 : cluster [DBG] pgmap v10461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:21:11.981692+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:21:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:21:12.267728+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:21:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:21:12.268344+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:21:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:21:12.272889+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:21:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:13.484294+0000 mgr.y (mgr.24491) 11842 : cluster [DBG] pgmap v10462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:13.484294+0000 mgr.y (mgr.24491) 11842 : cluster [DBG] pgmap v10462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:13.484294+0000 mgr.y (mgr.24491) 11842 : cluster [DBG] pgmap v10462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:15.485032+0000 mgr.y (mgr.24491) 11843 : cluster [DBG] pgmap v10463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:15.485032+0000 mgr.y (mgr.24491) 11843 : cluster [DBG] pgmap v10463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:15.485032+0000 mgr.y (mgr.24491) 11843 : cluster [DBG] pgmap v10463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:21:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:17.485519+0000 mgr.y (mgr.24491) 11844 : cluster [DBG] pgmap v10464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:17.485519+0000 mgr.y (mgr.24491) 11844 : cluster [DBG] pgmap v10464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:17.485519+0000 mgr.y (mgr.24491) 11844 : cluster [DBG] pgmap v10464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:19.486397+0000 mgr.y (mgr.24491) 11845 : cluster [DBG] pgmap v10465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:19.486397+0000 mgr.y (mgr.24491) 11845 : cluster [DBG] pgmap v10465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:21.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:19.486397+0000 mgr.y (mgr.24491) 11845 : cluster [DBG] pgmap v10465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:21:23.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:21.487045+0000 mgr.y (mgr.24491) 11846 : cluster [DBG] pgmap v10466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:21.487045+0000 mgr.y (mgr.24491) 11846 : cluster [DBG] pgmap v10466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:21.487045+0000 mgr.y (mgr.24491) 11846 : cluster [DBG] pgmap v10466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:23.487463+0000 mgr.y (mgr.24491) 11847 : cluster [DBG] pgmap v10467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:23.487463+0000 mgr.y (mgr.24491) 11847 : cluster [DBG] pgmap v10467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:23.487463+0000 mgr.y (mgr.24491) 11847 : cluster [DBG] pgmap v10467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:25.488290+0000 mgr.y (mgr.24491) 11848 : cluster [DBG] pgmap v10468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:25.488290+0000 mgr.y (mgr.24491) 11848 : cluster [DBG] pgmap v10468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:27.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:25.488290+0000 mgr.y (mgr.24491) 11848 : cluster [DBG] pgmap v10468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:21:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:27.488882+0000 mgr.y (mgr.24491) 11849 : cluster [DBG] pgmap v10469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:27.488882+0000 mgr.y (mgr.24491) 11849 : cluster [DBG] pgmap v10469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:27.488882+0000 mgr.y (mgr.24491) 11849 : cluster [DBG] pgmap v10469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:29.489444+0000 mgr.y (mgr.24491) 11850 : cluster [DBG] pgmap v10470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:29.489444+0000 mgr.y (mgr.24491) 11850 : cluster [DBG] pgmap v10470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:29.489444+0000 mgr.y (mgr.24491) 11850 : cluster [DBG] pgmap v10470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:21:33.001 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:21:33.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:31.489876+0000 mgr.y (mgr.24491) 11851 : cluster [DBG] pgmap v10471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:31.489876+0000 mgr.y (mgr.24491) 11851 : cluster [DBG] pgmap v10471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:31.489876+0000 mgr.y (mgr.24491) 11851 : cluster [DBG] pgmap v10471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:33.275 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:21:33.275 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 82s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:21:33.275 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 81s ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:21:33.276 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 82s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:21:33.276 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 81s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:21:33.276 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 81s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:21:33.276 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 82s ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:21:33.276 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 82s ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:21:33.276 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 81s ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:21:33.276 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 82s ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:21:33.276 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 82s ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:21:33.276 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 81s ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:21:33.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 82s ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:21:33.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 82s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:21:33.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 82s ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:21:33.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 82s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:21:33.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 81s ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:21:33.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 81s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:21:33.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 81s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:21:33.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 81s ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:21:33.277 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 81s ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:21:33.611 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:21:33.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:21:33.612 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:21:33.612 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:21:33.612 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:21:33.612 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:21:33.612 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:21:33.612 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:21:33.612 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:21:33.612 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:21:33.612 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:21:33.613 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:21:33.613 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:21:33.613 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:21:33.613 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:21:33.613 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:21:33.613 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:21:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:21:32.990825+0000 mgr.y (mgr.24491) 11852 : audit [DBG] from='client.27033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:21:33.269834+0000 mgr.y (mgr.24491) 11853 : audit [DBG] from='client.27039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:21:33.613606+0000 mon.a (mon.0) 2695 : audit [DBG] from='client.? 172.21.15.177:0/485976780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:21:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:21:32.990825+0000 mgr.y (mgr.24491) 11852 : audit [DBG] from='client.27033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:21:33.269834+0000 mgr.y (mgr.24491) 11853 : audit [DBG] from='client.27039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:21:33.613606+0000 mon.a (mon.0) 2695 : audit [DBG] from='client.? 172.21.15.177:0/485976780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:21:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:21:32.990825+0000 mgr.y (mgr.24491) 11852 : audit [DBG] from='client.27033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:21:33.269834+0000 mgr.y (mgr.24491) 11853 : audit [DBG] from='client.27039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:21:34.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:21:33.613606+0000 mon.a (mon.0) 2695 : audit [DBG] from='client.? 172.21.15.177:0/485976780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:21:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:33.490219+0000 mgr.y (mgr.24491) 11854 : cluster [DBG] pgmap v10472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:33.490219+0000 mgr.y (mgr.24491) 11854 : cluster [DBG] pgmap v10472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:33.490219+0000 mgr.y (mgr.24491) 11854 : cluster [DBG] pgmap v10472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:35.490850+0000 mgr.y (mgr.24491) 11855 : cluster [DBG] pgmap v10473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:35.490850+0000 mgr.y (mgr.24491) 11855 : cluster [DBG] pgmap v10473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:35.490850+0000 mgr.y (mgr.24491) 11855 : cluster [DBG] pgmap v10473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:37] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T09:21:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:37.491247+0000 mgr.y (mgr.24491) 11856 : cluster [DBG] pgmap v10474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:37.491247+0000 mgr.y (mgr.24491) 11856 : cluster [DBG] pgmap v10474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:37.491247+0000 mgr.y (mgr.24491) 11856 : cluster [DBG] pgmap v10474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:39.492087+0000 mgr.y (mgr.24491) 11857 : cluster [DBG] pgmap v10475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:39.492087+0000 mgr.y (mgr.24491) 11857 : cluster [DBG] pgmap v10475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:41.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:39.492087+0000 mgr.y (mgr.24491) 11857 : cluster [DBG] pgmap v10475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:21:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:41.492641+0000 mgr.y (mgr.24491) 11858 : cluster [DBG] pgmap v10476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:41.492641+0000 mgr.y (mgr.24491) 11858 : cluster [DBG] pgmap v10476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:41.492641+0000 mgr.y (mgr.24491) 11858 : cluster [DBG] pgmap v10476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:43.493152+0000 mgr.y (mgr.24491) 11859 : cluster [DBG] pgmap v10477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:43.493152+0000 mgr.y (mgr.24491) 11859 : cluster [DBG] pgmap v10477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:43.493152+0000 mgr.y (mgr.24491) 11859 : cluster [DBG] pgmap v10477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:45.494033+0000 mgr.y (mgr.24491) 11860 : cluster [DBG] pgmap v10478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:45.494033+0000 mgr.y (mgr.24491) 11860 : cluster [DBG] pgmap v10478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:45.494033+0000 mgr.y (mgr.24491) 11860 : cluster [DBG] pgmap v10478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:21:49.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:47.494475+0000 mgr.y (mgr.24491) 11861 : cluster [DBG] pgmap v10479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:47.494475+0000 mgr.y (mgr.24491) 11861 : cluster [DBG] pgmap v10479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:47.494475+0000 mgr.y (mgr.24491) 11861 : cluster [DBG] pgmap v10479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:49.495268+0000 mgr.y (mgr.24491) 11862 : cluster [DBG] pgmap v10480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:49.495268+0000 mgr.y (mgr.24491) 11862 : cluster [DBG] pgmap v10480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:51.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:49.495268+0000 mgr.y (mgr.24491) 11862 : cluster [DBG] pgmap v10480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:21:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:51.495646+0000 mgr.y (mgr.24491) 11863 : cluster [DBG] pgmap v10481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:51.495646+0000 mgr.y (mgr.24491) 11863 : cluster [DBG] pgmap v10481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:51.495646+0000 mgr.y (mgr.24491) 11863 : cluster [DBG] pgmap v10481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:53.496090+0000 mgr.y (mgr.24491) 11864 : cluster [DBG] pgmap v10482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:53.496090+0000 mgr.y (mgr.24491) 11864 : cluster [DBG] pgmap v10482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:53.496090+0000 mgr.y (mgr.24491) 11864 : cluster [DBG] pgmap v10482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:55.496733+0000 mgr.y (mgr.24491) 11865 : cluster [DBG] pgmap v10483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:55.496733+0000 mgr.y (mgr.24491) 11865 : cluster [DBG] pgmap v10483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:55.496733+0000 mgr.y (mgr.24491) 11865 : cluster [DBG] pgmap v10483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:21:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:21:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:57.497150+0000 mgr.y (mgr.24491) 11866 : cluster [DBG] pgmap v10484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:57.497150+0000 mgr.y (mgr.24491) 11866 : cluster [DBG] pgmap v10484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:21:59.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:21:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:57.497150+0000 mgr.y (mgr.24491) 11866 : cluster [DBG] pgmap v10484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:21:59.497913+0000 mgr.y (mgr.24491) 11867 : cluster [DBG] pgmap v10485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:21:59.497913+0000 mgr.y (mgr.24491) 11867 : cluster [DBG] pgmap v10485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:21:59.497913+0000 mgr.y (mgr.24491) 11867 : cluster [DBG] pgmap v10485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:01.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:22:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:01.498374+0000 mgr.y (mgr.24491) 11868 : cluster [DBG] pgmap v10486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:01.498374+0000 mgr.y (mgr.24491) 11868 : cluster [DBG] pgmap v10486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:01.498374+0000 mgr.y (mgr.24491) 11868 : cluster [DBG] pgmap v10486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:03.926 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:22:04.201 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:22:04.202 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 113s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:22:04.202 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 112s ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:22:04.202 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 113s ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:22:04.202 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 112s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:22:04.202 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 112s ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:22:04.202 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 113s ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:22:04.202 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 113s ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:22:04.202 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 112s ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:22:04.202 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 113s ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:22:04.203 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 113s ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:22:04.203 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 112s ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:22:04.203 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 113s ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:22:04.203 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 113s ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:22:04.203 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 113s ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:22:04.203 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 113s ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:22:04.203 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 112s ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:22:04.203 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 112s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:22:04.203 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 112s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:22:04.203 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 112s ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:22:04.203 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 112s ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:22:04.538 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:22:04.538 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:22:04.538 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:22:04.539 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:22:04.539 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:22:04.539 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:22:04.539 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:22:04.539 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:22:04.539 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:22:04.539 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:22:04.539 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:22:04.539 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:22:04.539 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:22:04.540 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:22:04.540 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:22:04.540 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:22:04.540 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:22:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:03.498989+0000 mgr.y (mgr.24491) 11869 : cluster [DBG] pgmap v10487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:22:03.916479+0000 mgr.y (mgr.24491) 11870 : audit [DBG] from='client.36959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:22:04.196229+0000 mgr.y (mgr.24491) 11871 : audit [DBG] from='client.36965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:22:04.540126+0000 mon.c (mon.2) 385 : audit [DBG] from='client.? 172.21.15.177:0/181931490' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:22:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:03.498989+0000 mgr.y (mgr.24491) 11869 : cluster [DBG] pgmap v10487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:22:03.916479+0000 mgr.y (mgr.24491) 11870 : audit [DBG] from='client.36959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:22:04.196229+0000 mgr.y (mgr.24491) 11871 : audit [DBG] from='client.36965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:22:04.540126+0000 mon.c (mon.2) 385 : audit [DBG] from='client.? 172.21.15.177:0/181931490' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:22:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:03.498989+0000 mgr.y (mgr.24491) 11869 : cluster [DBG] pgmap v10487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:22:03.916479+0000 mgr.y (mgr.24491) 11870 : audit [DBG] from='client.36959 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:22:04.196229+0000 mgr.y (mgr.24491) 11871 : audit [DBG] from='client.36965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:22:04.540126+0000 mon.c (mon.2) 385 : audit [DBG] from='client.? 172.21.15.177:0/181931490' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:22:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:05.499660+0000 mgr.y (mgr.24491) 11872 : cluster [DBG] pgmap v10488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:05.499660+0000 mgr.y (mgr.24491) 11872 : cluster [DBG] pgmap v10488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:05.499660+0000 mgr.y (mgr.24491) 11872 : cluster [DBG] pgmap v10488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:22:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:07.500105+0000 mgr.y (mgr.24491) 11873 : cluster [DBG] pgmap v10489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:07.500105+0000 mgr.y (mgr.24491) 11873 : cluster [DBG] pgmap v10489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:07.500105+0000 mgr.y (mgr.24491) 11873 : cluster [DBG] pgmap v10489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:09.500902+0000 mgr.y (mgr.24491) 11874 : cluster [DBG] pgmap v10490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:09.500902+0000 mgr.y (mgr.24491) 11874 : cluster [DBG] pgmap v10490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:09.500902+0000 mgr.y (mgr.24491) 11874 : cluster [DBG] pgmap v10490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:22:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:11.501357+0000 mgr.y (mgr.24491) 11875 : cluster [DBG] pgmap v10491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:22:12.277026+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:22:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:22:12.567710+0000 mon.a (mon.0) 2697 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:22:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:22:12.568429+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:22:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:22:12.572859+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:22:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:11.501357+0000 mgr.y (mgr.24491) 11875 : cluster [DBG] pgmap v10491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:22:12.277026+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:22:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:22:12.567710+0000 mon.a (mon.0) 2697 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:22:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:22:12.568429+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:22:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:22:12.572859+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:22:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:11.501357+0000 mgr.y (mgr.24491) 11875 : cluster [DBG] pgmap v10491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:22:12.277026+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:22:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:22:12.567710+0000 mon.a (mon.0) 2697 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:22:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:22:12.568429+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:22:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:22:12.572859+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:22:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:13.501800+0000 mgr.y (mgr.24491) 11876 : cluster [DBG] pgmap v10492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:13.501800+0000 mgr.y (mgr.24491) 11876 : cluster [DBG] pgmap v10492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:15.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:13.501800+0000 mgr.y (mgr.24491) 11876 : cluster [DBG] pgmap v10492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:15.502486+0000 mgr.y (mgr.24491) 11877 : cluster [DBG] pgmap v10493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:15.502486+0000 mgr.y (mgr.24491) 11877 : cluster [DBG] pgmap v10493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:15.502486+0000 mgr.y (mgr.24491) 11877 : cluster [DBG] pgmap v10493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:22:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:17.503052+0000 mgr.y (mgr.24491) 11878 : cluster [DBG] pgmap v10494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:17.503052+0000 mgr.y (mgr.24491) 11878 : cluster [DBG] pgmap v10494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:17.503052+0000 mgr.y (mgr.24491) 11878 : cluster [DBG] pgmap v10494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:19.503690+0000 mgr.y (mgr.24491) 11879 : cluster [DBG] pgmap v10495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:22:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:19.503690+0000 mgr.y (mgr.24491) 11879 : cluster [DBG] pgmap v10495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:19.503690+0000 mgr.y (mgr.24491) 11879 : cluster [DBG] pgmap v10495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:21.504268+0000 mgr.y (mgr.24491) 11880 : cluster [DBG] pgmap v10496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:21.504268+0000 mgr.y (mgr.24491) 11880 : cluster [DBG] pgmap v10496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:21.504268+0000 mgr.y (mgr.24491) 11880 : cluster [DBG] pgmap v10496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:23.504709+0000 mgr.y (mgr.24491) 11881 : cluster [DBG] pgmap v10497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:23.504709+0000 mgr.y (mgr.24491) 11881 : cluster [DBG] pgmap v10497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:23.504709+0000 mgr.y (mgr.24491) 11881 : cluster [DBG] pgmap v10497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:25.505429+0000 mgr.y (mgr.24491) 11882 : cluster [DBG] pgmap v10498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:27.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:25.505429+0000 mgr.y (mgr.24491) 11882 : cluster [DBG] pgmap v10498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:25.505429+0000 mgr.y (mgr.24491) 11882 : cluster [DBG] pgmap v10498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:22:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:27.505823+0000 mgr.y (mgr.24491) 11883 : cluster [DBG] pgmap v10499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:27.505823+0000 mgr.y (mgr.24491) 11883 : cluster [DBG] pgmap v10499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:27.505823+0000 mgr.y (mgr.24491) 11883 : cluster [DBG] pgmap v10499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:31.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:29.506448+0000 mgr.y (mgr.24491) 11884 : cluster [DBG] pgmap v10500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:22:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:29.506448+0000 mgr.y (mgr.24491) 11884 : cluster [DBG] pgmap v10500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:29.506448+0000 mgr.y (mgr.24491) 11884 : cluster [DBG] pgmap v10500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:31.507020+0000 mgr.y (mgr.24491) 11885 : cluster [DBG] pgmap v10501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:31.507020+0000 mgr.y (mgr.24491) 11885 : cluster [DBG] pgmap v10501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:31.507020+0000 mgr.y (mgr.24491) 11885 : cluster [DBG] pgmap v10501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:34.849 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:22:35.123 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:22:35.123 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:22:35.123 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:22:35.124 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 2m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:22:35.124 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 2m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:22:35.124 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:22:35.124 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:22:35.124 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:22:35.124 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:22:35.124 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:22:35.124 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:22:35.124 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:22:35.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:22:35.124 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:22:35.125 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:22:35.125 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:22:35.125 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:22:35.125 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:22:35.125 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 2m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:22:35.125 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 2m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:22:35.125 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:22:35.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:33.507534+0000 mgr.y (mgr.24491) 11886 : cluster [DBG] pgmap v10502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:33.507534+0000 mgr.y (mgr.24491) 11886 : cluster [DBG] pgmap v10502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:33.507534+0000 mgr.y (mgr.24491) 11886 : cluster [DBG] pgmap v10502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:35.457 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:22:35.458 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:22:35.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:22:35.458 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:22:35.459 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:22:35.459 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:22:35.459 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:22:35.459 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:22:35.459 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:22:35.459 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:22:35.459 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:22:35.459 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:22:35.459 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:22:35.459 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:22:35.460 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:22:35.460 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:22:35.460 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:22:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:22:34.838933+0000 mgr.y (mgr.24491) 11887 : audit [DBG] from='client.27069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:22:35.117635+0000 mgr.y (mgr.24491) 11888 : audit [DBG] from='client.27075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:22:35.458547+0000 mon.c (mon.2) 386 : audit [DBG] from='client.? 172.21.15.177:0/2712719331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:22:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:22:34.838933+0000 mgr.y (mgr.24491) 11887 : audit [DBG] from='client.27069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:22:35.117635+0000 mgr.y (mgr.24491) 11888 : audit [DBG] from='client.27075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:22:35.458547+0000 mon.c (mon.2) 386 : audit [DBG] from='client.? 172.21.15.177:0/2712719331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:22:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:22:34.838933+0000 mgr.y (mgr.24491) 11887 : audit [DBG] from='client.27069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:22:35.117635+0000 mgr.y (mgr.24491) 11888 : audit [DBG] from='client.27075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:22:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:22:35.458547+0000 mon.c (mon.2) 386 : audit [DBG] from='client.? 172.21.15.177:0/2712719331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:22:37.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:35.508165+0000 mgr.y (mgr.24491) 11889 : cluster [DBG] pgmap v10503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:35.508165+0000 mgr.y (mgr.24491) 11889 : cluster [DBG] pgmap v10503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:35.508165+0000 mgr.y (mgr.24491) 11889 : cluster [DBG] pgmap v10503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:37] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T09:22:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:37.508560+0000 mgr.y (mgr.24491) 11890 : cluster [DBG] pgmap v10504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:37.508560+0000 mgr.y (mgr.24491) 11890 : cluster [DBG] pgmap v10504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:37.508560+0000 mgr.y (mgr.24491) 11890 : cluster [DBG] pgmap v10504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:39.509355+0000 mgr.y (mgr.24491) 11891 : cluster [DBG] pgmap v10505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:22:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:39.509355+0000 mgr.y (mgr.24491) 11891 : cluster [DBG] pgmap v10505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:39.509355+0000 mgr.y (mgr.24491) 11891 : cluster [DBG] pgmap v10505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:41.509752+0000 mgr.y (mgr.24491) 11892 : cluster [DBG] pgmap v10506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:41.509752+0000 mgr.y (mgr.24491) 11892 : cluster [DBG] pgmap v10506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:41.509752+0000 mgr.y (mgr.24491) 11892 : cluster [DBG] pgmap v10506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:43.510337+0000 mgr.y (mgr.24491) 11893 : cluster [DBG] pgmap v10507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:43.510337+0000 mgr.y (mgr.24491) 11893 : cluster [DBG] pgmap v10507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:43.510337+0000 mgr.y (mgr.24491) 11893 : cluster [DBG] pgmap v10507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:45.511134+0000 mgr.y (mgr.24491) 11894 : cluster [DBG] pgmap v10508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:45.511134+0000 mgr.y (mgr.24491) 11894 : cluster [DBG] pgmap v10508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:45.511134+0000 mgr.y (mgr.24491) 11894 : cluster [DBG] pgmap v10508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:22:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:47.511563+0000 mgr.y (mgr.24491) 11895 : cluster [DBG] pgmap v10509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:47.511563+0000 mgr.y (mgr.24491) 11895 : cluster [DBG] pgmap v10509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:47.511563+0000 mgr.y (mgr.24491) 11895 : cluster [DBG] pgmap v10509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:49.512269+0000 mgr.y (mgr.24491) 11896 : cluster [DBG] pgmap v10510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:22:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:49.512269+0000 mgr.y (mgr.24491) 11896 : cluster [DBG] pgmap v10510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:49.512269+0000 mgr.y (mgr.24491) 11896 : cluster [DBG] pgmap v10510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:53.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:51.512778+0000 mgr.y (mgr.24491) 11897 : cluster [DBG] pgmap v10511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:53.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:51.512778+0000 mgr.y (mgr.24491) 11897 : cluster [DBG] pgmap v10511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:51.512778+0000 mgr.y (mgr.24491) 11897 : cluster [DBG] pgmap v10511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:55.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:53.513354+0000 mgr.y (mgr.24491) 11898 : cluster [DBG] pgmap v10512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:55.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:53.513354+0000 mgr.y (mgr.24491) 11898 : cluster [DBG] pgmap v10512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:53.513354+0000 mgr.y (mgr.24491) 11898 : cluster [DBG] pgmap v10512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:57.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:55.514025+0000 mgr.y (mgr.24491) 11899 : cluster [DBG] pgmap v10513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:57.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:55.514025+0000 mgr.y (mgr.24491) 11899 : cluster [DBG] pgmap v10513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:55.514025+0000 mgr.y (mgr.24491) 11899 : cluster [DBG] pgmap v10513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:22:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:22:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:22:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:57.514545+0000 mgr.y (mgr.24491) 11900 : cluster [DBG] pgmap v10514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:57.514545+0000 mgr.y (mgr.24491) 11900 : cluster [DBG] pgmap v10514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:22:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:57.514545+0000 mgr.y (mgr.24491) 11900 : cluster [DBG] pgmap v10514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:22:59.515374+0000 mgr.y (mgr.24491) 11901 : cluster [DBG] pgmap v10515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:23:01.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:22:59.515374+0000 mgr.y (mgr.24491) 11901 : cluster [DBG] pgmap v10515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:01.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:22:59.515374+0000 mgr.y (mgr.24491) 11901 : cluster [DBG] pgmap v10515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:03.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:01.515867+0000 mgr.y (mgr.24491) 11902 : cluster [DBG] pgmap v10516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:03.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:01.515867+0000 mgr.y (mgr.24491) 11902 : cluster [DBG] pgmap v10516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:01.515867+0000 mgr.y (mgr.24491) 11902 : cluster [DBG] pgmap v10516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:03.516351+0000 mgr.y (mgr.24491) 11903 : cluster [DBG] pgmap v10517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:05.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:03.516351+0000 mgr.y (mgr.24491) 11903 : cluster [DBG] pgmap v10517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:03.516351+0000 mgr.y (mgr.24491) 11903 : cluster [DBG] pgmap v10517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:05.766 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:23:06.041 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:23:06.042 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:23:06.042 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:23:06.042 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 2m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:23:06.042 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 2m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:23:06.042 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 2m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:23:06.042 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 2m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:23:06.042 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 2m ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:23:06.042 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 2m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:23:06.042 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 2m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:23:06.042 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:23:06.043 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:23:06.043 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 2m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:23:06.043 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 2m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:23:06.043 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 2m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:23:06.043 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 2m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:23:06.043 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 2m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:23:06.043 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 2m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:23:06.043 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 2m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:23:06.043 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 2m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:23:06.043 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:23:06.376 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:23:06.376 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:23:06.376 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:23:06.376 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:23:06.377 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:23:06.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:23:06.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:23:06.377 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:23:06.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:23:06.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:23:06.377 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:23:06.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:23:06.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:23:06.377 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:23:06.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:23:06.378 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:23:06.378 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:23:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:05.517183+0000 mgr.y (mgr.24491) 11904 : cluster [DBG] pgmap v10518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:23:05.756336+0000 mgr.y (mgr.24491) 11905 : audit [DBG] from='client.36995 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:23:06.035743+0000 mgr.y (mgr.24491) 11906 : audit [DBG] from='client.27093 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:23:06.378318+0000 mon.c (mon.2) 387 : audit [DBG] from='client.? 172.21.15.177:0/52954703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:23:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:05.517183+0000 mgr.y (mgr.24491) 11904 : cluster [DBG] pgmap v10518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:23:05.756336+0000 mgr.y (mgr.24491) 11905 : audit [DBG] from='client.36995 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:23:06.035743+0000 mgr.y (mgr.24491) 11906 : audit [DBG] from='client.27093 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:23:06.378318+0000 mon.c (mon.2) 387 : audit [DBG] from='client.? 172.21.15.177:0/52954703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:23:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:05.517183+0000 mgr.y (mgr.24491) 11904 : cluster [DBG] pgmap v10518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:23:05.756336+0000 mgr.y (mgr.24491) 11905 : audit [DBG] from='client.36995 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:23:06.035743+0000 mgr.y (mgr.24491) 11906 : audit [DBG] from='client.27093 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:23:06.378318+0000 mon.c (mon.2) 387 : audit [DBG] from='client.? 172.21.15.177:0/52954703' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:23:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:23:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:07.517686+0000 mgr.y (mgr.24491) 11907 : cluster [DBG] pgmap v10519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:07.517686+0000 mgr.y (mgr.24491) 11907 : cluster [DBG] pgmap v10519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:07.517686+0000 mgr.y (mgr.24491) 11907 : cluster [DBG] pgmap v10519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:09.518461+0000 mgr.y (mgr.24491) 11908 : cluster [DBG] pgmap v10520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:23:11.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:09.518461+0000 mgr.y (mgr.24491) 11908 : cluster [DBG] pgmap v10520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:09.518461+0000 mgr.y (mgr.24491) 11908 : cluster [DBG] pgmap v10520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:11.518924+0000 mgr.y (mgr.24491) 11909 : cluster [DBG] pgmap v10521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:23:12.577042+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:23:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:23:12.822684+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:23:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:11.518924+0000 mgr.y (mgr.24491) 11909 : cluster [DBG] pgmap v10521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:23:12.577042+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:23:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:23:12.822684+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:23:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:11.518924+0000 mgr.y (mgr.24491) 11909 : cluster [DBG] pgmap v10521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:23:12.577042+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:23:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:23:12.822684+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:23:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:23:13.089820+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:23:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:23:13.090439+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:23:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:23:13.096811+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:23:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:23:13.089820+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:23:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:23:13.090439+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:23:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:23:13.096811+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:23:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:23:13.089820+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:23:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:23:13.090439+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:23:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:23:13.096811+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:23:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:13.519384+0000 mgr.y (mgr.24491) 11910 : cluster [DBG] pgmap v10522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:13.519384+0000 mgr.y (mgr.24491) 11910 : cluster [DBG] pgmap v10522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:13.519384+0000 mgr.y (mgr.24491) 11910 : cluster [DBG] pgmap v10522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:17.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:15.520195+0000 mgr.y (mgr.24491) 11911 : cluster [DBG] pgmap v10523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:15.520195+0000 mgr.y (mgr.24491) 11911 : cluster [DBG] pgmap v10523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:17.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:15.520195+0000 mgr.y (mgr.24491) 11911 : cluster [DBG] pgmap v10523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:17] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T09:23:19.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:17.520768+0000 mgr.y (mgr.24491) 11912 : cluster [DBG] pgmap v10524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:17.520768+0000 mgr.y (mgr.24491) 11912 : cluster [DBG] pgmap v10524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:17.520768+0000 mgr.y (mgr.24491) 11912 : cluster [DBG] pgmap v10524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:19.521405+0000 mgr.y (mgr.24491) 11913 : cluster [DBG] pgmap v10525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:19.521405+0000 mgr.y (mgr.24491) 11913 : cluster [DBG] pgmap v10525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:19.521405+0000 mgr.y (mgr.24491) 11913 : cluster [DBG] pgmap v10525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:23:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:21.521890+0000 mgr.y (mgr.24491) 11914 : cluster [DBG] pgmap v10526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:21.521890+0000 mgr.y (mgr.24491) 11914 : cluster [DBG] pgmap v10526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:21.521890+0000 mgr.y (mgr.24491) 11914 : cluster [DBG] pgmap v10526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:23.522503+0000 mgr.y (mgr.24491) 11915 : cluster [DBG] pgmap v10527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:23.522503+0000 mgr.y (mgr.24491) 11915 : cluster [DBG] pgmap v10527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:23.522503+0000 mgr.y (mgr.24491) 11915 : cluster [DBG] pgmap v10527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:25.523409+0000 mgr.y (mgr.24491) 11916 : cluster [DBG] pgmap v10528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:25.523409+0000 mgr.y (mgr.24491) 11916 : cluster [DBG] pgmap v10528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:25.523409+0000 mgr.y (mgr.24491) 11916 : cluster [DBG] pgmap v10528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:27] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T09:23:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:27.523792+0000 mgr.y (mgr.24491) 11917 : cluster [DBG] pgmap v10529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:27.523792+0000 mgr.y (mgr.24491) 11917 : cluster [DBG] pgmap v10529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:27.523792+0000 mgr.y (mgr.24491) 11917 : cluster [DBG] pgmap v10529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:29.524409+0000 mgr.y (mgr.24491) 11918 : cluster [DBG] pgmap v10530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:29.524409+0000 mgr.y (mgr.24491) 11918 : cluster [DBG] pgmap v10530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:29.524409+0000 mgr.y (mgr.24491) 11918 : cluster [DBG] pgmap v10530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:23:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:31.524920+0000 mgr.y (mgr.24491) 11919 : cluster [DBG] pgmap v10531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:31.524920+0000 mgr.y (mgr.24491) 11919 : cluster [DBG] pgmap v10531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:31.524920+0000 mgr.y (mgr.24491) 11919 : cluster [DBG] pgmap v10531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:33.525388+0000 mgr.y (mgr.24491) 11920 : cluster [DBG] pgmap v10532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:33.525388+0000 mgr.y (mgr.24491) 11920 : cluster [DBG] pgmap v10532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:33.525388+0000 mgr.y (mgr.24491) 11920 : cluster [DBG] pgmap v10532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:36.686 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:23:36.960 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:23:36.961 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:23:36.961 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:23:36.961 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:23:36.961 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:23:36.961 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:23:36.961 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:23:36.961 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:23:36.961 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:23:36.961 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:23:36.961 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:23:36.962 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 3m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:23:36.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:23:36.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:23:36.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:23:36.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:23:36.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:23:36.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:23:36.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:23:36.962 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:23:36.962 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:23:37.295 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:23:37.295 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:23:37.295 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:23:37.295 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:23:37.295 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:23:37.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:23:37.296 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:23:37.296 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:23:37.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:23:37.296 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:23:37.296 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:23:37.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:23:37.296 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:23:37.296 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:23:37.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:23:37.296 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:23:37.297 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:23:37.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:35.526065+0000 mgr.y (mgr.24491) 11921 : cluster [DBG] pgmap v10533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:35.526065+0000 mgr.y (mgr.24491) 11921 : cluster [DBG] pgmap v10533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:35.526065+0000 mgr.y (mgr.24491) 11921 : cluster [DBG] pgmap v10533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:38.140 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:23:38.398 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:23:36.676466+0000 mgr.y (mgr.24491) 11922 : audit [DBG] from='client.27105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:23:36.955218+0000 mgr.y (mgr.24491) 11923 : audit [DBG] from='client.37019 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:23:37.297320+0000 mon.a (mon.0) 2705 : audit [DBG] from='client.? 172.21.15.177:0/1843859759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:23:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:23:36.676466+0000 mgr.y (mgr.24491) 11922 : audit [DBG] from='client.27105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:23:36.955218+0000 mgr.y (mgr.24491) 11923 : audit [DBG] from='client.37019 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:23:37.297320+0000 mon.a (mon.0) 2705 : audit [DBG] from='client.? 172.21.15.177:0/1843859759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:23:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:23:36.676466+0000 mgr.y (mgr.24491) 11922 : audit [DBG] from='client.27105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:23:36.955218+0000 mgr.y (mgr.24491) 11923 : audit [DBG] from='client.37019 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:23:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:23:37.297320+0000 mon.a (mon.0) 2705 : audit [DBG] from='client.? 172.21.15.177:0/1843859759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:23:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:37.526443+0000 mgr.y (mgr.24491) 11924 : cluster [DBG] pgmap v10534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:37.526443+0000 mgr.y (mgr.24491) 11924 : cluster [DBG] pgmap v10534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:37.526443+0000 mgr.y (mgr.24491) 11924 : cluster [DBG] pgmap v10534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:39.527247+0000 mgr.y (mgr.24491) 11925 : cluster [DBG] pgmap v10535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:39.527247+0000 mgr.y (mgr.24491) 11925 : cluster [DBG] pgmap v10535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:39.527247+0000 mgr.y (mgr.24491) 11925 : cluster [DBG] pgmap v10535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:23:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:41.527828+0000 mgr.y (mgr.24491) 11926 : cluster [DBG] pgmap v10536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:41.527828+0000 mgr.y (mgr.24491) 11926 : cluster [DBG] pgmap v10536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:41.527828+0000 mgr.y (mgr.24491) 11926 : cluster [DBG] pgmap v10536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:43.528243+0000 mgr.y (mgr.24491) 11927 : cluster [DBG] pgmap v10537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:43.528243+0000 mgr.y (mgr.24491) 11927 : cluster [DBG] pgmap v10537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:43.528243+0000 mgr.y (mgr.24491) 11927 : cluster [DBG] pgmap v10537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:45.528881+0000 mgr.y (mgr.24491) 11928 : cluster [DBG] pgmap v10538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:45.528881+0000 mgr.y (mgr.24491) 11928 : cluster [DBG] pgmap v10538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:45.528881+0000 mgr.y (mgr.24491) 11928 : cluster [DBG] pgmap v10538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:23:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:47.529479+0000 mgr.y (mgr.24491) 11929 : cluster [DBG] pgmap v10539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:47.529479+0000 mgr.y (mgr.24491) 11929 : cluster [DBG] pgmap v10539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:47.529479+0000 mgr.y (mgr.24491) 11929 : cluster [DBG] pgmap v10539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:49.530127+0000 mgr.y (mgr.24491) 11930 : cluster [DBG] pgmap v10540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:23:51.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:49.530127+0000 mgr.y (mgr.24491) 11930 : cluster [DBG] pgmap v10540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:49.530127+0000 mgr.y (mgr.24491) 11930 : cluster [DBG] pgmap v10540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:51.530596+0000 mgr.y (mgr.24491) 11931 : cluster [DBG] pgmap v10541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:51.530596+0000 mgr.y (mgr.24491) 11931 : cluster [DBG] pgmap v10541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:51.530596+0000 mgr.y (mgr.24491) 11931 : cluster [DBG] pgmap v10541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:53.530963+0000 mgr.y (mgr.24491) 11932 : cluster [DBG] pgmap v10542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:53.530963+0000 mgr.y (mgr.24491) 11932 : cluster [DBG] pgmap v10542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:53.530963+0000 mgr.y (mgr.24491) 11932 : cluster [DBG] pgmap v10542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:55.531571+0000 mgr.y (mgr.24491) 11933 : cluster [DBG] pgmap v10543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:55.531571+0000 mgr.y (mgr.24491) 11933 : cluster [DBG] pgmap v10543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:55.531571+0000 mgr.y (mgr.24491) 11933 : cluster [DBG] pgmap v10543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:23:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:23:59.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:23:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:57.532045+0000 mgr.y (mgr.24491) 11934 : cluster [DBG] pgmap v10544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:59.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:57.532045+0000 mgr.y (mgr.24491) 11934 : cluster [DBG] pgmap v10544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:23:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:57.532045+0000 mgr.y (mgr.24491) 11934 : cluster [DBG] pgmap v10544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:23:59.532717+0000 mgr.y (mgr.24491) 11935 : cluster [DBG] pgmap v10545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:24:01.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:23:59.532717+0000 mgr.y (mgr.24491) 11935 : cluster [DBG] pgmap v10545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:23:59.532717+0000 mgr.y (mgr.24491) 11935 : cluster [DBG] pgmap v10545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:03.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:01.533131+0000 mgr.y (mgr.24491) 11936 : cluster [DBG] pgmap v10546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:01.533131+0000 mgr.y (mgr.24491) 11936 : cluster [DBG] pgmap v10546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:01.533131+0000 mgr.y (mgr.24491) 11936 : cluster [DBG] pgmap v10546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:03.533525+0000 mgr.y (mgr.24491) 11937 : cluster [DBG] pgmap v10547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:03.533525+0000 mgr.y (mgr.24491) 11937 : cluster [DBG] pgmap v10547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:03.533525+0000 mgr.y (mgr.24491) 11937 : cluster [DBG] pgmap v10547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:07.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:05.534191+0000 mgr.y (mgr.24491) 11938 : cluster [DBG] pgmap v10548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:07.605 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:24:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:05.534191+0000 mgr.y (mgr.24491) 11938 : cluster [DBG] pgmap v10548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:05.534191+0000 mgr.y (mgr.24491) 11938 : cluster [DBG] pgmap v10548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:07.881 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:24:07.881 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:24:07.881 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 3m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 3m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 3m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 3m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 3m ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 3m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 3m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 3m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 3m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 3m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 3m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:24:07.882 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 3m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:24:07.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 3m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:24:07.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 3m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:24:07.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 3m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:24:07.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 3m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:24:07.883 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 3m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:24:07.883 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:24:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:24:08.215 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:24:08.215 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:24:08.215 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:24:08.215 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:24:08.215 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:24:08.215 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:24:08.215 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:24:08.216 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:24:08.216 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:24:08.216 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:24:08.216 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:24:08.216 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:24:08.216 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:24:08.216 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:24:08.216 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:24:08.216 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:24:08.216 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:24:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:07.534516+0000 mgr.y (mgr.24491) 11939 : cluster [DBG] pgmap v10549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:24:07.595029+0000 mgr.y (mgr.24491) 11940 : audit [DBG] from='client.27123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:24:07.875652+0000 mgr.y (mgr.24491) 11941 : audit [DBG] from='client.27129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:24:08.216970+0000 mon.c (mon.2) 388 : audit [DBG] from='client.? 172.21.15.177:0/2948098920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:24:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:07.534516+0000 mgr.y (mgr.24491) 11939 : cluster [DBG] pgmap v10549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:24:07.595029+0000 mgr.y (mgr.24491) 11940 : audit [DBG] from='client.27123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:24:07.875652+0000 mgr.y (mgr.24491) 11941 : audit [DBG] from='client.27129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:24:08.216970+0000 mon.c (mon.2) 388 : audit [DBG] from='client.? 172.21.15.177:0/2948098920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:24:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:07.534516+0000 mgr.y (mgr.24491) 11939 : cluster [DBG] pgmap v10549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:24:07.595029+0000 mgr.y (mgr.24491) 11940 : audit [DBG] from='client.27123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:24:07.875652+0000 mgr.y (mgr.24491) 11941 : audit [DBG] from='client.27129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:24:08.216970+0000 mon.c (mon.2) 388 : audit [DBG] from='client.? 172.21.15.177:0/2948098920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:24:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:09.535099+0000 mgr.y (mgr.24491) 11942 : cluster [DBG] pgmap v10550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:24:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:09.535099+0000 mgr.y (mgr.24491) 11942 : cluster [DBG] pgmap v10550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:09.535099+0000 mgr.y (mgr.24491) 11942 : cluster [DBG] pgmap v10550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:11.535494+0000 mgr.y (mgr.24491) 11943 : cluster [DBG] pgmap v10551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:24:13.101038+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:24:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:11.535494+0000 mgr.y (mgr.24491) 11943 : cluster [DBG] pgmap v10551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:24:13.101038+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:24:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:11.535494+0000 mgr.y (mgr.24491) 11943 : cluster [DBG] pgmap v10551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:24:13.101038+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:24:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:24:13.341992+0000 mon.a (mon.0) 2707 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:24:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:24:13.617192+0000 mon.a (mon.0) 2708 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:24:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:24:13.617817+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:24:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:24:13.622104+0000 mon.a (mon.0) 2710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:24:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:24:13.341992+0000 mon.a (mon.0) 2707 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:24:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:24:13.617192+0000 mon.a (mon.0) 2708 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:24:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:24:13.617817+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:24:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:24:13.622104+0000 mon.a (mon.0) 2710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:24:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:24:13.341992+0000 mon.a (mon.0) 2707 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:24:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:24:13.617192+0000 mon.a (mon.0) 2708 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:24:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:24:13.617817+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:24:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:24:13.622104+0000 mon.a (mon.0) 2710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:24:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:13.535843+0000 mgr.y (mgr.24491) 11944 : cluster [DBG] pgmap v10552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:13.535843+0000 mgr.y (mgr.24491) 11944 : cluster [DBG] pgmap v10552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:13.535843+0000 mgr.y (mgr.24491) 11944 : cluster [DBG] pgmap v10552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:15.536505+0000 mgr.y (mgr.24491) 11945 : cluster [DBG] pgmap v10553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:15.536505+0000 mgr.y (mgr.24491) 11945 : cluster [DBG] pgmap v10553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:15.536505+0000 mgr.y (mgr.24491) 11945 : cluster [DBG] pgmap v10553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:24:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:17.536904+0000 mgr.y (mgr.24491) 11946 : cluster [DBG] pgmap v10554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:17.536904+0000 mgr.y (mgr.24491) 11946 : cluster [DBG] pgmap v10554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:17.536904+0000 mgr.y (mgr.24491) 11946 : cluster [DBG] pgmap v10554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:21.353 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:24:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:19.537466+0000 mgr.y (mgr.24491) 11947 : cluster [DBG] pgmap v10555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:19.537466+0000 mgr.y (mgr.24491) 11947 : cluster [DBG] pgmap v10555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:19.537466+0000 mgr.y (mgr.24491) 11947 : cluster [DBG] pgmap v10555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:21.537908+0000 mgr.y (mgr.24491) 11948 : cluster [DBG] pgmap v10556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:21.537908+0000 mgr.y (mgr.24491) 11948 : cluster [DBG] pgmap v10556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:21.537908+0000 mgr.y (mgr.24491) 11948 : cluster [DBG] pgmap v10556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:23.538411+0000 mgr.y (mgr.24491) 11949 : cluster [DBG] pgmap v10557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:23.538411+0000 mgr.y (mgr.24491) 11949 : cluster [DBG] pgmap v10557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:23.538411+0000 mgr.y (mgr.24491) 11949 : cluster [DBG] pgmap v10557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:25.539100+0000 mgr.y (mgr.24491) 11950 : cluster [DBG] pgmap v10558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:25.539100+0000 mgr.y (mgr.24491) 11950 : cluster [DBG] pgmap v10558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:27.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:25.539100+0000 mgr.y (mgr.24491) 11950 : cluster [DBG] pgmap v10558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:24:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:27.539481+0000 mgr.y (mgr.24491) 11951 : cluster [DBG] pgmap v10559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:27.539481+0000 mgr.y (mgr.24491) 11951 : cluster [DBG] pgmap v10559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:29.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:27.539481+0000 mgr.y (mgr.24491) 11951 : cluster [DBG] pgmap v10559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:31.370 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:24:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:29.540184+0000 mgr.y (mgr.24491) 11952 : cluster [DBG] pgmap v10560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:29.540184+0000 mgr.y (mgr.24491) 11952 : cluster [DBG] pgmap v10560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:29.540184+0000 mgr.y (mgr.24491) 11952 : cluster [DBG] pgmap v10560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:31.540750+0000 mgr.y (mgr.24491) 11953 : cluster [DBG] pgmap v10561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:31.540750+0000 mgr.y (mgr.24491) 11953 : cluster [DBG] pgmap v10561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:31.540750+0000 mgr.y (mgr.24491) 11953 : cluster [DBG] pgmap v10561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:33.541151+0000 mgr.y (mgr.24491) 11954 : cluster [DBG] pgmap v10562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:33.541151+0000 mgr.y (mgr.24491) 11954 : cluster [DBG] pgmap v10562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:33.541151+0000 mgr.y (mgr.24491) 11954 : cluster [DBG] pgmap v10562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:35.541793+0000 mgr.y (mgr.24491) 11955 : cluster [DBG] pgmap v10563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:35.541793+0000 mgr.y (mgr.24491) 11955 : cluster [DBG] pgmap v10563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:35.541793+0000 mgr.y (mgr.24491) 11955 : cluster [DBG] pgmap v10563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:24:38.525 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:24:38.802 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:24:38.802 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 4m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:24:38.802 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 4m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:24:38.802 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 4m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:24:38.802 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 4m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:24:38.802 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 4m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 4m ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 4m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 4m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 4m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 4m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 4m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 4m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 4m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 4m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 4m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 4m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:24:38.803 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 4m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:24:39.134 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:24:39.134 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:24:39.134 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:24:39.134 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:24:39.134 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:24:39.134 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:24:39.134 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:24:39.134 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:24:39.134 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:24:39.135 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:24:39.135 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:24:39.135 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:24:39.135 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:24:39.135 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:24:39.135 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:24:39.135 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:24:39.135 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:24:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:37.542226+0000 mgr.y (mgr.24491) 11956 : cluster [DBG] pgmap v10564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:24:39.135963+0000 mon.a (mon.0) 2711 : audit [DBG] from='client.? 172.21.15.177:0/3175684200' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:24:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:37.542226+0000 mgr.y (mgr.24491) 11956 : cluster [DBG] pgmap v10564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:24:39.135963+0000 mon.a (mon.0) 2711 : audit [DBG] from='client.? 172.21.15.177:0/3175684200' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:24:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:37.542226+0000 mgr.y (mgr.24491) 11956 : cluster [DBG] pgmap v10564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:24:39.135963+0000 mon.a (mon.0) 2711 : audit [DBG] from='client.? 172.21.15.177:0/3175684200' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:24:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:24:38.515695+0000 mgr.y (mgr.24491) 11957 : audit [DBG] from='client.27141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:24:38.796103+0000 mgr.y (mgr.24491) 11958 : audit [DBG] from='client.37055 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:24:38.515695+0000 mgr.y (mgr.24491) 11957 : audit [DBG] from='client.27141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:24:38.796103+0000 mgr.y (mgr.24491) 11958 : audit [DBG] from='client.37055 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:24:38.515695+0000 mgr.y (mgr.24491) 11957 : audit [DBG] from='client.27141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:24:38.796103+0000 mgr.y (mgr.24491) 11958 : audit [DBG] from='client.37055 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:24:41.394 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:24:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:39.542933+0000 mgr.y (mgr.24491) 11959 : cluster [DBG] pgmap v10565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:39.542933+0000 mgr.y (mgr.24491) 11959 : cluster [DBG] pgmap v10565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:39.542933+0000 mgr.y (mgr.24491) 11959 : cluster [DBG] pgmap v10565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:41.543348+0000 mgr.y (mgr.24491) 11960 : cluster [DBG] pgmap v10566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:41.543348+0000 mgr.y (mgr.24491) 11960 : cluster [DBG] pgmap v10566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:41.543348+0000 mgr.y (mgr.24491) 11960 : cluster [DBG] pgmap v10566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:43.543783+0000 mgr.y (mgr.24491) 11961 : cluster [DBG] pgmap v10567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:43.543783+0000 mgr.y (mgr.24491) 11961 : cluster [DBG] pgmap v10567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:43.543783+0000 mgr.y (mgr.24491) 11961 : cluster [DBG] pgmap v10567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:45.544479+0000 mgr.y (mgr.24491) 11962 : cluster [DBG] pgmap v10568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:45.544479+0000 mgr.y (mgr.24491) 11962 : cluster [DBG] pgmap v10568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:45.544479+0000 mgr.y (mgr.24491) 11962 : cluster [DBG] pgmap v10568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:47] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T09:24:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:47.545069+0000 mgr.y (mgr.24491) 11963 : cluster [DBG] pgmap v10569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:47.545069+0000 mgr.y (mgr.24491) 11963 : cluster [DBG] pgmap v10569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:47.545069+0000 mgr.y (mgr.24491) 11963 : cluster [DBG] pgmap v10569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:49.545812+0000 mgr.y (mgr.24491) 11964 : cluster [DBG] pgmap v10570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:49.545812+0000 mgr.y (mgr.24491) 11964 : cluster [DBG] pgmap v10570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:49.545812+0000 mgr.y (mgr.24491) 11964 : cluster [DBG] pgmap v10570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:24:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:51.546361+0000 mgr.y (mgr.24491) 11965 : cluster [DBG] pgmap v10571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:51.546361+0000 mgr.y (mgr.24491) 11965 : cluster [DBG] pgmap v10571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:51.546361+0000 mgr.y (mgr.24491) 11965 : cluster [DBG] pgmap v10571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:53.546898+0000 mgr.y (mgr.24491) 11966 : cluster [DBG] pgmap v10572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:53.546898+0000 mgr.y (mgr.24491) 11966 : cluster [DBG] pgmap v10572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:53.546898+0000 mgr.y (mgr.24491) 11966 : cluster [DBG] pgmap v10572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:55.547753+0000 mgr.y (mgr.24491) 11967 : cluster [DBG] pgmap v10573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:55.547753+0000 mgr.y (mgr.24491) 11967 : cluster [DBG] pgmap v10573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:55.547753+0000 mgr.y (mgr.24491) 11967 : cluster [DBG] pgmap v10573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:24:57] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T09:24:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:24:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:57.548321+0000 mgr.y (mgr.24491) 11968 : cluster [DBG] pgmap v10574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:24:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:57.548321+0000 mgr.y (mgr.24491) 11968 : cluster [DBG] pgmap v10574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:24:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:24:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:57.548321+0000 mgr.y (mgr.24491) 11968 : cluster [DBG] pgmap v10574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:24:59.549218+0000 mgr.y (mgr.24491) 11969 : cluster [DBG] pgmap v10575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:24:59.549218+0000 mgr.y (mgr.24491) 11969 : cluster [DBG] pgmap v10575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:24:59.549218+0000 mgr.y (mgr.24491) 11969 : cluster [DBG] pgmap v10575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:25:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:01.549692+0000 mgr.y (mgr.24491) 11970 : cluster [DBG] pgmap v10576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:01.549692+0000 mgr.y (mgr.24491) 11970 : cluster [DBG] pgmap v10576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:01.549692+0000 mgr.y (mgr.24491) 11970 : cluster [DBG] pgmap v10576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:03.550290+0000 mgr.y (mgr.24491) 11971 : cluster [DBG] pgmap v10577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:03.550290+0000 mgr.y (mgr.24491) 11971 : cluster [DBG] pgmap v10577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:03.550290+0000 mgr.y (mgr.24491) 11971 : cluster [DBG] pgmap v10577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:05.550951+0000 mgr.y (mgr.24491) 11972 : cluster [DBG] pgmap v10578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:05.550951+0000 mgr.y (mgr.24491) 11972 : cluster [DBG] pgmap v10578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:05.550951+0000 mgr.y (mgr.24491) 11972 : cluster [DBG] pgmap v10578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:07] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T09:25:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:07.551380+0000 mgr.y (mgr.24491) 11973 : cluster [DBG] pgmap v10579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:07.551380+0000 mgr.y (mgr.24491) 11973 : cluster [DBG] pgmap v10579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:07.551380+0000 mgr.y (mgr.24491) 11973 : cluster [DBG] pgmap v10579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:09.446 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:25:09.721 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:25:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 4m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:25:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 4m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:25:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 4m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:25:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 4m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:25:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 4m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:25:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 4m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:25:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 4m ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:25:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 4m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:25:09.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 4m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:25:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 4m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:25:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 4m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:25:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 4m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:25:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 4m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:25:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 4m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:25:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 4m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:25:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 4m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:25:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 4m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:25:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 4m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:25:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 4m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:25:09.723 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 4m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:25:10.056 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:25:10.056 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:25:10.056 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:25:10.056 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:25:10.056 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:25:10.056 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:25:10.056 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:25:10.056 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:25:10.056 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:25:10.056 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:25:10.057 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:25:10.057 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:25:10.057 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:25:10.057 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:25:10.057 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:25:10.057 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:25:10.057 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:25:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:25:09.436245+0000 mgr.y (mgr.24491) 11974 : audit [DBG] from='client.37067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:09.551926+0000 mgr.y (mgr.24491) 11975 : cluster [DBG] pgmap v10580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:25:09.715879+0000 mgr.y (mgr.24491) 11976 : audit [DBG] from='client.37073 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:25:10.057434+0000 mon.c (mon.2) 389 : audit [DBG] from='client.? 172.21.15.177:0/4271701978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:25:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:25:09.436245+0000 mgr.y (mgr.24491) 11974 : audit [DBG] from='client.37067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:09.551926+0000 mgr.y (mgr.24491) 11975 : cluster [DBG] pgmap v10580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:25:09.715879+0000 mgr.y (mgr.24491) 11976 : audit [DBG] from='client.37073 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:25:10.057434+0000 mon.c (mon.2) 389 : audit [DBG] from='client.? 172.21.15.177:0/4271701978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:25:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:25:09.436245+0000 mgr.y (mgr.24491) 11974 : audit [DBG] from='client.37067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:09.551926+0000 mgr.y (mgr.24491) 11975 : cluster [DBG] pgmap v10580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:25:09.715879+0000 mgr.y (mgr.24491) 11976 : audit [DBG] from='client.37073 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:25:10.057434+0000 mon.c (mon.2) 389 : audit [DBG] from='client.? 172.21.15.177:0/4271701978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:25:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:25:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:11.552413+0000 mgr.y (mgr.24491) 11977 : cluster [DBG] pgmap v10581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:11.552413+0000 mgr.y (mgr.24491) 11977 : cluster [DBG] pgmap v10581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:11.552413+0000 mgr.y (mgr.24491) 11977 : cluster [DBG] pgmap v10581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:25:13.626979+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:25:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:25:13.626979+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:25:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:25:13.626979+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:25:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:13.553041+0000 mgr.y (mgr.24491) 11978 : cluster [DBG] pgmap v10582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:25:13.928087+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:25:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:25:13.928751+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:25:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:25:13.932876+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:25:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:13.553041+0000 mgr.y (mgr.24491) 11978 : cluster [DBG] pgmap v10582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:25:13.928087+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:25:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:25:13.928751+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:25:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:25:13.932876+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:25:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:13.553041+0000 mgr.y (mgr.24491) 11978 : cluster [DBG] pgmap v10582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:25:13.928087+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:25:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:25:13.928751+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:25:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:25:13.932876+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:25:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:15.553706+0000 mgr.y (mgr.24491) 11979 : cluster [DBG] pgmap v10583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:15.553706+0000 mgr.y (mgr.24491) 11979 : cluster [DBG] pgmap v10583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:15.553706+0000 mgr.y (mgr.24491) 11979 : cluster [DBG] pgmap v10583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:17] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T09:25:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:17.554153+0000 mgr.y (mgr.24491) 11980 : cluster [DBG] pgmap v10584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:17.554153+0000 mgr.y (mgr.24491) 11980 : cluster [DBG] pgmap v10584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:17.554153+0000 mgr.y (mgr.24491) 11980 : cluster [DBG] pgmap v10584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:19.554802+0000 mgr.y (mgr.24491) 11981 : cluster [DBG] pgmap v10585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:19.554802+0000 mgr.y (mgr.24491) 11981 : cluster [DBG] pgmap v10585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:19.554802+0000 mgr.y (mgr.24491) 11981 : cluster [DBG] pgmap v10585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:25:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:21.555309+0000 mgr.y (mgr.24491) 11982 : cluster [DBG] pgmap v10586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:21.555309+0000 mgr.y (mgr.24491) 11982 : cluster [DBG] pgmap v10586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:21.555309+0000 mgr.y (mgr.24491) 11982 : cluster [DBG] pgmap v10586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:23.555814+0000 mgr.y (mgr.24491) 11983 : cluster [DBG] pgmap v10587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:23.555814+0000 mgr.y (mgr.24491) 11983 : cluster [DBG] pgmap v10587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:23.555814+0000 mgr.y (mgr.24491) 11983 : cluster [DBG] pgmap v10587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:25.556562+0000 mgr.y (mgr.24491) 11984 : cluster [DBG] pgmap v10588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:25.556562+0000 mgr.y (mgr.24491) 11984 : cluster [DBG] pgmap v10588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:25.556562+0000 mgr.y (mgr.24491) 11984 : cluster [DBG] pgmap v10588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:27] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T09:25:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:27.557136+0000 mgr.y (mgr.24491) 11985 : cluster [DBG] pgmap v10589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:27.557136+0000 mgr.y (mgr.24491) 11985 : cluster [DBG] pgmap v10589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:27.557136+0000 mgr.y (mgr.24491) 11985 : cluster [DBG] pgmap v10589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:29.557983+0000 mgr.y (mgr.24491) 11986 : cluster [DBG] pgmap v10590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:29.557983+0000 mgr.y (mgr.24491) 11986 : cluster [DBG] pgmap v10590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:29.557983+0000 mgr.y (mgr.24491) 11986 : cluster [DBG] pgmap v10590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:25:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:31.558440+0000 mgr.y (mgr.24491) 11987 : cluster [DBG] pgmap v10591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:31.558440+0000 mgr.y (mgr.24491) 11987 : cluster [DBG] pgmap v10591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:31.558440+0000 mgr.y (mgr.24491) 11987 : cluster [DBG] pgmap v10591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:33.558862+0000 mgr.y (mgr.24491) 11988 : cluster [DBG] pgmap v10592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:33.558862+0000 mgr.y (mgr.24491) 11988 : cluster [DBG] pgmap v10592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:33.558862+0000 mgr.y (mgr.24491) 11988 : cluster [DBG] pgmap v10592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:35.559584+0000 mgr.y (mgr.24491) 11989 : cluster [DBG] pgmap v10593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:35.559584+0000 mgr.y (mgr.24491) 11989 : cluster [DBG] pgmap v10593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:35.559584+0000 mgr.y (mgr.24491) 11989 : cluster [DBG] pgmap v10593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:25:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:37.560020+0000 mgr.y (mgr.24491) 11990 : cluster [DBG] pgmap v10594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:37.560020+0000 mgr.y (mgr.24491) 11990 : cluster [DBG] pgmap v10594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:37.560020+0000 mgr.y (mgr.24491) 11990 : cluster [DBG] pgmap v10594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:40.364 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:25:40.640 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:25:40.640 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 5m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 5m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 5m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 5m ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 5m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 5m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 5m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 5m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 5m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 5m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:25:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:25:40.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:25:40.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:25:40.642 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:25:40.976 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:25:40.976 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:25:40.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:25:40.976 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:25:40.976 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:25:40.977 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:25:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:39.560712+0000 mgr.y (mgr.24491) 11991 : cluster [DBG] pgmap v10595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:25:40.354712+0000 mgr.y (mgr.24491) 11992 : audit [DBG] from='client.27177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:39.560712+0000 mgr.y (mgr.24491) 11991 : cluster [DBG] pgmap v10595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:25:40.354712+0000 mgr.y (mgr.24491) 11992 : audit [DBG] from='client.27177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:39.560712+0000 mgr.y (mgr.24491) 11991 : cluster [DBG] pgmap v10595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:25:40.354712+0000 mgr.y (mgr.24491) 11992 : audit [DBG] from='client.27177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:25:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:25:40.635068+0000 mgr.y (mgr.24491) 11993 : audit [DBG] from='client.27183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:25:40.978463+0000 mon.c (mon.2) 390 : audit [DBG] from='client.? 172.21.15.177:0/2773748995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:25:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:25:40.635068+0000 mgr.y (mgr.24491) 11993 : audit [DBG] from='client.27183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:25:40.978463+0000 mon.c (mon.2) 390 : audit [DBG] from='client.? 172.21.15.177:0/2773748995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:25:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:25:40.635068+0000 mgr.y (mgr.24491) 11993 : audit [DBG] from='client.27183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:25:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:25:40.978463+0000 mon.c (mon.2) 390 : audit [DBG] from='client.? 172.21.15.177:0/2773748995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:25:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:41.561145+0000 mgr.y (mgr.24491) 11994 : cluster [DBG] pgmap v10596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:41.561145+0000 mgr.y (mgr.24491) 11994 : cluster [DBG] pgmap v10596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:41.561145+0000 mgr.y (mgr.24491) 11994 : cluster [DBG] pgmap v10596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:43.561529+0000 mgr.y (mgr.24491) 11995 : cluster [DBG] pgmap v10597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:43.561529+0000 mgr.y (mgr.24491) 11995 : cluster [DBG] pgmap v10597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:43.561529+0000 mgr.y (mgr.24491) 11995 : cluster [DBG] pgmap v10597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:45.562145+0000 mgr.y (mgr.24491) 11996 : cluster [DBG] pgmap v10598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:45.562145+0000 mgr.y (mgr.24491) 11996 : cluster [DBG] pgmap v10598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:45.562145+0000 mgr.y (mgr.24491) 11996 : cluster [DBG] pgmap v10598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:47] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T09:25:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:47.562510+0000 mgr.y (mgr.24491) 11997 : cluster [DBG] pgmap v10599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:47.562510+0000 mgr.y (mgr.24491) 11997 : cluster [DBG] pgmap v10599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:47.562510+0000 mgr.y (mgr.24491) 11997 : cluster [DBG] pgmap v10599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:49.563137+0000 mgr.y (mgr.24491) 11998 : cluster [DBG] pgmap v10600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:49.563137+0000 mgr.y (mgr.24491) 11998 : cluster [DBG] pgmap v10600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:49.563137+0000 mgr.y (mgr.24491) 11998 : cluster [DBG] pgmap v10600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:25:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:51.563512+0000 mgr.y (mgr.24491) 11999 : cluster [DBG] pgmap v10601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:51.563512+0000 mgr.y (mgr.24491) 11999 : cluster [DBG] pgmap v10601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:51.563512+0000 mgr.y (mgr.24491) 11999 : cluster [DBG] pgmap v10601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:53.564062+0000 mgr.y (mgr.24491) 12000 : cluster [DBG] pgmap v10602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:53.564062+0000 mgr.y (mgr.24491) 12000 : cluster [DBG] pgmap v10602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:53.564062+0000 mgr.y (mgr.24491) 12000 : cluster [DBG] pgmap v10602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:55.564623+0000 mgr.y (mgr.24491) 12001 : cluster [DBG] pgmap v10603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:55.564623+0000 mgr.y (mgr.24491) 12001 : cluster [DBG] pgmap v10603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:55.564623+0000 mgr.y (mgr.24491) 12001 : cluster [DBG] pgmap v10603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:25:57] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T09:25:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:25:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:57.565263+0000 mgr.y (mgr.24491) 12002 : cluster [DBG] pgmap v10604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:57.565263+0000 mgr.y (mgr.24491) 12002 : cluster [DBG] pgmap v10604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:25:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:57.565263+0000 mgr.y (mgr.24491) 12002 : cluster [DBG] pgmap v10604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:25:59.565950+0000 mgr.y (mgr.24491) 12003 : cluster [DBG] pgmap v10605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:25:59.565950+0000 mgr.y (mgr.24491) 12003 : cluster [DBG] pgmap v10605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:25:59.565950+0000 mgr.y (mgr.24491) 12003 : cluster [DBG] pgmap v10605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:26:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:01.566554+0000 mgr.y (mgr.24491) 12004 : cluster [DBG] pgmap v10606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:01.566554+0000 mgr.y (mgr.24491) 12004 : cluster [DBG] pgmap v10606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:01.566554+0000 mgr.y (mgr.24491) 12004 : cluster [DBG] pgmap v10606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:03.566979+0000 mgr.y (mgr.24491) 12005 : cluster [DBG] pgmap v10607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:03.566979+0000 mgr.y (mgr.24491) 12005 : cluster [DBG] pgmap v10607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:03.566979+0000 mgr.y (mgr.24491) 12005 : cluster [DBG] pgmap v10607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:05.567619+0000 mgr.y (mgr.24491) 12006 : cluster [DBG] pgmap v10608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:05.567619+0000 mgr.y (mgr.24491) 12006 : cluster [DBG] pgmap v10608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:05.567619+0000 mgr.y (mgr.24491) 12006 : cluster [DBG] pgmap v10608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:07] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:26:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:07.568102+0000 mgr.y (mgr.24491) 12007 : cluster [DBG] pgmap v10609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:07.568102+0000 mgr.y (mgr.24491) 12007 : cluster [DBG] pgmap v10609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:07.568102+0000 mgr.y (mgr.24491) 12007 : cluster [DBG] pgmap v10609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:09.568855+0000 mgr.y (mgr.24491) 12008 : cluster [DBG] pgmap v10610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:11.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:09.568855+0000 mgr.y (mgr.24491) 12008 : cluster [DBG] pgmap v10610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:09.568855+0000 mgr.y (mgr.24491) 12008 : cluster [DBG] pgmap v10610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:11.288 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:26:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:26:11.565 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:26:11.565 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:26:11.565 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 5m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:26:11.565 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:26:11.565 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 5m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:26:11.565 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 5m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:26:11.565 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:26:11.566 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:26:11.566 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 5m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:26:11.566 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:26:11.566 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:26:11.566 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 5m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:26:11.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:26:11.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:26:11.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:26:11.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:26:11.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 5m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:26:11.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 5m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:26:11.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 5m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:26:11.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 5m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:26:11.567 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 5m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:26:11.898 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:26:11.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:26:11.900 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:26:11.900 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:26:12.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:26:11.278614+0000 mgr.y (mgr.24491) 12009 : audit [DBG] from='client.27195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:26:11.278614+0000 mgr.y (mgr.24491) 12009 : audit [DBG] from='client.27195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:26:11.278614+0000 mgr.y (mgr.24491) 12009 : audit [DBG] from='client.27195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:26:11.558879+0000 mgr.y (mgr.24491) 12010 : audit [DBG] from='client.27201 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:11.569137+0000 mgr.y (mgr.24491) 12011 : cluster [DBG] pgmap v10611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:26:11.900717+0000 mon.c (mon.2) 391 : audit [DBG] from='client.? 172.21.15.177:0/1990505224' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:26:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:26:11.558879+0000 mgr.y (mgr.24491) 12010 : audit [DBG] from='client.27201 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:11.569137+0000 mgr.y (mgr.24491) 12011 : cluster [DBG] pgmap v10611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:26:11.900717+0000 mon.c (mon.2) 391 : audit [DBG] from='client.? 172.21.15.177:0/1990505224' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:26:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:26:11.558879+0000 mgr.y (mgr.24491) 12010 : audit [DBG] from='client.27201 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:11.569137+0000 mgr.y (mgr.24491) 12011 : cluster [DBG] pgmap v10611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:26:11.900717+0000 mon.c (mon.2) 391 : audit [DBG] from='client.? 172.21.15.177:0/1990505224' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:26:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:13.569511+0000 mgr.y (mgr.24491) 12012 : cluster [DBG] pgmap v10612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:26:13.936986+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:26:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:26:14.226552+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:26:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:26:14.227148+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:26:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:26:14.231437+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:26:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:13.569511+0000 mgr.y (mgr.24491) 12012 : cluster [DBG] pgmap v10612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:26:13.936986+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:26:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:26:14.226552+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:26:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:26:14.227148+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:26:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:26:14.231437+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:26:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:13.569511+0000 mgr.y (mgr.24491) 12012 : cluster [DBG] pgmap v10612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:26:13.936986+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:26:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:26:14.226552+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:26:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:26:14.227148+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:26:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:26:14.231437+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:26:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:15.570367+0000 mgr.y (mgr.24491) 12013 : cluster [DBG] pgmap v10613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:15.570367+0000 mgr.y (mgr.24491) 12013 : cluster [DBG] pgmap v10613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:17.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:15.570367+0000 mgr.y (mgr.24491) 12013 : cluster [DBG] pgmap v10613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:26:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:17.570761+0000 mgr.y (mgr.24491) 12014 : cluster [DBG] pgmap v10614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:17.570761+0000 mgr.y (mgr.24491) 12014 : cluster [DBG] pgmap v10614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:17.570761+0000 mgr.y (mgr.24491) 12014 : cluster [DBG] pgmap v10614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:19.571426+0000 mgr.y (mgr.24491) 12015 : cluster [DBG] pgmap v10615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:19.571426+0000 mgr.y (mgr.24491) 12015 : cluster [DBG] pgmap v10615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:19.571426+0000 mgr.y (mgr.24491) 12015 : cluster [DBG] pgmap v10615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:26:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:21.571997+0000 mgr.y (mgr.24491) 12016 : cluster [DBG] pgmap v10616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:21.571997+0000 mgr.y (mgr.24491) 12016 : cluster [DBG] pgmap v10616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:21.571997+0000 mgr.y (mgr.24491) 12016 : cluster [DBG] pgmap v10616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:23.572595+0000 mgr.y (mgr.24491) 12017 : cluster [DBG] pgmap v10617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:23.572595+0000 mgr.y (mgr.24491) 12017 : cluster [DBG] pgmap v10617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:23.572595+0000 mgr.y (mgr.24491) 12017 : cluster [DBG] pgmap v10617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:25.573466+0000 mgr.y (mgr.24491) 12018 : cluster [DBG] pgmap v10618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:25.573466+0000 mgr.y (mgr.24491) 12018 : cluster [DBG] pgmap v10618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:25.573466+0000 mgr.y (mgr.24491) 12018 : cluster [DBG] pgmap v10618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:26:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:27.574054+0000 mgr.y (mgr.24491) 12019 : cluster [DBG] pgmap v10619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:27.574054+0000 mgr.y (mgr.24491) 12019 : cluster [DBG] pgmap v10619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:27.574054+0000 mgr.y (mgr.24491) 12019 : cluster [DBG] pgmap v10619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:29.574695+0000 mgr.y (mgr.24491) 12020 : cluster [DBG] pgmap v10620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:29.574695+0000 mgr.y (mgr.24491) 12020 : cluster [DBG] pgmap v10620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:29.574695+0000 mgr.y (mgr.24491) 12020 : cluster [DBG] pgmap v10620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:26:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:31.575164+0000 mgr.y (mgr.24491) 12021 : cluster [DBG] pgmap v10621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:31.575164+0000 mgr.y (mgr.24491) 12021 : cluster [DBG] pgmap v10621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:31.575164+0000 mgr.y (mgr.24491) 12021 : cluster [DBG] pgmap v10621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:33.575728+0000 mgr.y (mgr.24491) 12022 : cluster [DBG] pgmap v10622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:33.575728+0000 mgr.y (mgr.24491) 12022 : cluster [DBG] pgmap v10622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:33.575728+0000 mgr.y (mgr.24491) 12022 : cluster [DBG] pgmap v10622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:35.576376+0000 mgr.y (mgr.24491) 12023 : cluster [DBG] pgmap v10623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:35.576376+0000 mgr.y (mgr.24491) 12023 : cluster [DBG] pgmap v10623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:35.576376+0000 mgr.y (mgr.24491) 12023 : cluster [DBG] pgmap v10623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:26:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:37.576854+0000 mgr.y (mgr.24491) 12024 : cluster [DBG] pgmap v10624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:37.576854+0000 mgr.y (mgr.24491) 12024 : cluster [DBG] pgmap v10624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:37.576854+0000 mgr.y (mgr.24491) 12024 : cluster [DBG] pgmap v10624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:39.577473+0000 mgr.y (mgr.24491) 12025 : cluster [DBG] pgmap v10625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:39.577473+0000 mgr.y (mgr.24491) 12025 : cluster [DBG] pgmap v10625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:39.577473+0000 mgr.y (mgr.24491) 12025 : cluster [DBG] pgmap v10625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:26:42.211 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:26:42.495 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:26:42.495 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 6m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:26:42.495 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 6m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:26:42.495 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 6m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 6m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 6m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (5h) 6m ago 5h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (5h) 6m ago 5h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 6m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 6m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 6m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 6m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 6m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 6m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 6m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 6m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:26:42.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 6m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:26:42.497 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 6m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:26:42.497 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 6m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:26:42.497 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 6m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:26:42.497 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 6m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:26:42.838 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:26:42.838 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:26:42.838 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:26:42.838 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:26:42.839 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:26:42.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:26:42.839 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:26:42.839 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:26:42.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:26:42.839 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:26:42.839 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:26:42.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:26:42.839 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:26:42.839 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:26:42.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:26:42.840 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:26:42.840 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:26:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:41.577925+0000 mgr.y (mgr.24491) 12026 : cluster [DBG] pgmap v10626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:26:42.200367+0000 mgr.y (mgr.24491) 12027 : audit [DBG] from='client.27213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:41.577925+0000 mgr.y (mgr.24491) 12026 : cluster [DBG] pgmap v10626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:26:42.200367+0000 mgr.y (mgr.24491) 12027 : audit [DBG] from='client.27213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:41.577925+0000 mgr.y (mgr.24491) 12026 : cluster [DBG] pgmap v10626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:26:42.200367+0000 mgr.y (mgr.24491) 12027 : audit [DBG] from='client.27213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:26:42.488965+0000 mgr.y (mgr.24491) 12028 : audit [DBG] from='client.27219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:26:42.839927+0000 mon.c (mon.2) 392 : audit [DBG] from='client.? 172.21.15.177:0/3266907195' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:26:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:26:42.488965+0000 mgr.y (mgr.24491) 12028 : audit [DBG] from='client.27219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:26:42.839927+0000 mon.c (mon.2) 392 : audit [DBG] from='client.? 172.21.15.177:0/3266907195' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:26:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:26:42.488965+0000 mgr.y (mgr.24491) 12028 : audit [DBG] from='client.27219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:26:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:26:42.839927+0000 mon.c (mon.2) 392 : audit [DBG] from='client.? 172.21.15.177:0/3266907195' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:26:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:43.578367+0000 mgr.y (mgr.24491) 12029 : cluster [DBG] pgmap v10627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:43.578367+0000 mgr.y (mgr.24491) 12029 : cluster [DBG] pgmap v10627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:43.578367+0000 mgr.y (mgr.24491) 12029 : cluster [DBG] pgmap v10627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:45.579153+0000 mgr.y (mgr.24491) 12030 : cluster [DBG] pgmap v10628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:45.579153+0000 mgr.y (mgr.24491) 12030 : cluster [DBG] pgmap v10628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:45.579153+0000 mgr.y (mgr.24491) 12030 : cluster [DBG] pgmap v10628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:47] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T09:26:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:47.579470+0000 mgr.y (mgr.24491) 12031 : cluster [DBG] pgmap v10629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:47.579470+0000 mgr.y (mgr.24491) 12031 : cluster [DBG] pgmap v10629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:47.579470+0000 mgr.y (mgr.24491) 12031 : cluster [DBG] pgmap v10629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:49.580265+0000 mgr.y (mgr.24491) 12032 : cluster [DBG] pgmap v10630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:49.580265+0000 mgr.y (mgr.24491) 12032 : cluster [DBG] pgmap v10630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:49.580265+0000 mgr.y (mgr.24491) 12032 : cluster [DBG] pgmap v10630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:26:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:51.580718+0000 mgr.y (mgr.24491) 12033 : cluster [DBG] pgmap v10631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:51.580718+0000 mgr.y (mgr.24491) 12033 : cluster [DBG] pgmap v10631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:51.580718+0000 mgr.y (mgr.24491) 12033 : cluster [DBG] pgmap v10631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:53.581138+0000 mgr.y (mgr.24491) 12034 : cluster [DBG] pgmap v10632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:53.581138+0000 mgr.y (mgr.24491) 12034 : cluster [DBG] pgmap v10632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:53.581138+0000 mgr.y (mgr.24491) 12034 : cluster [DBG] pgmap v10632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:55.582000+0000 mgr.y (mgr.24491) 12035 : cluster [DBG] pgmap v10633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:55.582000+0000 mgr.y (mgr.24491) 12035 : cluster [DBG] pgmap v10633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:55.582000+0000 mgr.y (mgr.24491) 12035 : cluster [DBG] pgmap v10633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:26:57] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T09:26:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:26:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:57.582427+0000 mgr.y (mgr.24491) 12036 : cluster [DBG] pgmap v10634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:26:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:57.582427+0000 mgr.y (mgr.24491) 12036 : cluster [DBG] pgmap v10634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:26:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:26:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:57.582427+0000 mgr.y (mgr.24491) 12036 : cluster [DBG] pgmap v10634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:26:59.583205+0000 mgr.y (mgr.24491) 12037 : cluster [DBG] pgmap v10635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:26:59.583205+0000 mgr.y (mgr.24491) 12037 : cluster [DBG] pgmap v10635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:01.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:26:59.583205+0000 mgr.y (mgr.24491) 12037 : cluster [DBG] pgmap v10635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:27:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:01.583576+0000 mgr.y (mgr.24491) 12038 : cluster [DBG] pgmap v10636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:01.583576+0000 mgr.y (mgr.24491) 12038 : cluster [DBG] pgmap v10636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:01.583576+0000 mgr.y (mgr.24491) 12038 : cluster [DBG] pgmap v10636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:03.584156+0000 mgr.y (mgr.24491) 12039 : cluster [DBG] pgmap v10637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:03.584156+0000 mgr.y (mgr.24491) 12039 : cluster [DBG] pgmap v10637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:05.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:03.584156+0000 mgr.y (mgr.24491) 12039 : cluster [DBG] pgmap v10637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:05.584872+0000 mgr.y (mgr.24491) 12040 : cluster [DBG] pgmap v10638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:05.584872+0000 mgr.y (mgr.24491) 12040 : cluster [DBG] pgmap v10638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:05.584872+0000 mgr.y (mgr.24491) 12040 : cluster [DBG] pgmap v10638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:07] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T09:27:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:07.585304+0000 mgr.y (mgr.24491) 12041 : cluster [DBG] pgmap v10639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:07.585304+0000 mgr.y (mgr.24491) 12041 : cluster [DBG] pgmap v10639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:07.585304+0000 mgr.y (mgr.24491) 12041 : cluster [DBG] pgmap v10639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:09.585998+0000 mgr.y (mgr.24491) 12042 : cluster [DBG] pgmap v10640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:09.585998+0000 mgr.y (mgr.24491) 12042 : cluster [DBG] pgmap v10640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:09.585998+0000 mgr.y (mgr.24491) 12042 : cluster [DBG] pgmap v10640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:27:13.144 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:27:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:11.586510+0000 mgr.y (mgr.24491) 12043 : cluster [DBG] pgmap v10641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:11.586510+0000 mgr.y (mgr.24491) 12043 : cluster [DBG] pgmap v10641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:11.586510+0000 mgr.y (mgr.24491) 12043 : cluster [DBG] pgmap v10641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:13.419 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:27:13.419 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:27:13.419 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:27:13.419 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:27:13.419 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:27:13.419 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:27:13.419 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:27:13.419 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:27:13.419 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:27:13.420 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:27:13.420 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:27:13.420 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:27:13.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:27:13.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:27:13.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:27:13.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:27:13.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:27:13.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:27:13.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:27:13.421 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:27:13.421 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:27:13.750 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:27:13.750 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:27:13.750 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:27:13.750 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:27:13.750 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:27:13.750 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:27:13.750 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:27:13.751 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:27:13.751 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:27:13.751 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:27:13.751 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:27:13.751 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:27:13.751 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:27:13.751 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:27:13.751 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:27:13.751 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:27:13.751 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:27:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:27:13.134154+0000 mgr.y (mgr.24491) 12044 : audit [DBG] from='client.27231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:27:13.412795+0000 mgr.y (mgr.24491) 12045 : audit [DBG] from='client.37145 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:27:13.751560+0000 mon.c (mon.2) 393 : audit [DBG] from='client.? 172.21.15.177:0/717029241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:27:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:27:13.134154+0000 mgr.y (mgr.24491) 12044 : audit [DBG] from='client.27231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:27:13.412795+0000 mgr.y (mgr.24491) 12045 : audit [DBG] from='client.37145 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:27:13.751560+0000 mon.c (mon.2) 393 : audit [DBG] from='client.? 172.21.15.177:0/717029241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:27:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:27:13.134154+0000 mgr.y (mgr.24491) 12044 : audit [DBG] from='client.27231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:27:13.412795+0000 mgr.y (mgr.24491) 12045 : audit [DBG] from='client.37145 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:27:13.751560+0000 mon.c (mon.2) 393 : audit [DBG] from='client.? 172.21.15.177:0/717029241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:27:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:13.586892+0000 mgr.y (mgr.24491) 12046 : cluster [DBG] pgmap v10642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:27:14.235713+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:27:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:27:14.524897+0000 mon.a (mon.0) 2721 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:27:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:27:14.525526+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:27:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:27:14.529990+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:27:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:13.586892+0000 mgr.y (mgr.24491) 12046 : cluster [DBG] pgmap v10642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:27:14.235713+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:27:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:27:14.524897+0000 mon.a (mon.0) 2721 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:27:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:27:14.525526+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:27:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:27:14.529990+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:27:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:13.586892+0000 mgr.y (mgr.24491) 12046 : cluster [DBG] pgmap v10642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:27:14.235713+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:27:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:27:14.524897+0000 mon.a (mon.0) 2721 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:27:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:27:14.525526+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:27:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:27:14.529990+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:27:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:15.587814+0000 mgr.y (mgr.24491) 12047 : cluster [DBG] pgmap v10643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:15.587814+0000 mgr.y (mgr.24491) 12047 : cluster [DBG] pgmap v10643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:15.587814+0000 mgr.y (mgr.24491) 12047 : cluster [DBG] pgmap v10643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:17] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T09:27:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:17.588404+0000 mgr.y (mgr.24491) 12048 : cluster [DBG] pgmap v10644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:17.588404+0000 mgr.y (mgr.24491) 12048 : cluster [DBG] pgmap v10644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:17.588404+0000 mgr.y (mgr.24491) 12048 : cluster [DBG] pgmap v10644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:19.589003+0000 mgr.y (mgr.24491) 12049 : cluster [DBG] pgmap v10645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:19.589003+0000 mgr.y (mgr.24491) 12049 : cluster [DBG] pgmap v10645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:19.589003+0000 mgr.y (mgr.24491) 12049 : cluster [DBG] pgmap v10645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:27:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:21.589581+0000 mgr.y (mgr.24491) 12050 : cluster [DBG] pgmap v10646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:21.589581+0000 mgr.y (mgr.24491) 12050 : cluster [DBG] pgmap v10646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:21.589581+0000 mgr.y (mgr.24491) 12050 : cluster [DBG] pgmap v10646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:23.590038+0000 mgr.y (mgr.24491) 12051 : cluster [DBG] pgmap v10647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:23.590038+0000 mgr.y (mgr.24491) 12051 : cluster [DBG] pgmap v10647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:23.590038+0000 mgr.y (mgr.24491) 12051 : cluster [DBG] pgmap v10647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:25.590739+0000 mgr.y (mgr.24491) 12052 : cluster [DBG] pgmap v10648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:25.590739+0000 mgr.y (mgr.24491) 12052 : cluster [DBG] pgmap v10648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:25.590739+0000 mgr.y (mgr.24491) 12052 : cluster [DBG] pgmap v10648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:27] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T09:27:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:27.591290+0000 mgr.y (mgr.24491) 12053 : cluster [DBG] pgmap v10649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:27.591290+0000 mgr.y (mgr.24491) 12053 : cluster [DBG] pgmap v10649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:27.591290+0000 mgr.y (mgr.24491) 12053 : cluster [DBG] pgmap v10649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:29.591912+0000 mgr.y (mgr.24491) 12054 : cluster [DBG] pgmap v10650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:27:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:29.591912+0000 mgr.y (mgr.24491) 12054 : cluster [DBG] pgmap v10650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:29.591912+0000 mgr.y (mgr.24491) 12054 : cluster [DBG] pgmap v10650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:31.592260+0000 mgr.y (mgr.24491) 12055 : cluster [DBG] pgmap v10651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:31.592260+0000 mgr.y (mgr.24491) 12055 : cluster [DBG] pgmap v10651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:31.592260+0000 mgr.y (mgr.24491) 12055 : cluster [DBG] pgmap v10651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:33.592695+0000 mgr.y (mgr.24491) 12056 : cluster [DBG] pgmap v10652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:33.592695+0000 mgr.y (mgr.24491) 12056 : cluster [DBG] pgmap v10652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:33.592695+0000 mgr.y (mgr.24491) 12056 : cluster [DBG] pgmap v10652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:35.593414+0000 mgr.y (mgr.24491) 12057 : cluster [DBG] pgmap v10653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:35.593414+0000 mgr.y (mgr.24491) 12057 : cluster [DBG] pgmap v10653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:35.593414+0000 mgr.y (mgr.24491) 12057 : cluster [DBG] pgmap v10653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:27:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:37.593924+0000 mgr.y (mgr.24491) 12058 : cluster [DBG] pgmap v10654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:37.593924+0000 mgr.y (mgr.24491) 12058 : cluster [DBG] pgmap v10654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:37.593924+0000 mgr.y (mgr.24491) 12058 : cluster [DBG] pgmap v10654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:39.594525+0000 mgr.y (mgr.24491) 12059 : cluster [DBG] pgmap v10655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:27:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:39.594525+0000 mgr.y (mgr.24491) 12059 : cluster [DBG] pgmap v10655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:39.594525+0000 mgr.y (mgr.24491) 12059 : cluster [DBG] pgmap v10655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:41.594971+0000 mgr.y (mgr.24491) 12060 : cluster [DBG] pgmap v10656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:41.594971+0000 mgr.y (mgr.24491) 12060 : cluster [DBG] pgmap v10656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:41.594971+0000 mgr.y (mgr.24491) 12060 : cluster [DBG] pgmap v10656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:44.062 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:27:44.337 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:27:44.337 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 7m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:27:44.337 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 7m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:27:44.337 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 7m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:27:44.337 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 7m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:27:44.337 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 7m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:27:44.337 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:27:44.337 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:27:44.337 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 7m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 7m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 7m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 7m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 7m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 7m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 7m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 7m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 7m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 7m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 7m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 7m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:27:44.338 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 7m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:27:44.672 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:27:44.673 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:27:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:43.595386+0000 mgr.y (mgr.24491) 12061 : cluster [DBG] pgmap v10657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:27:44.052340+0000 mgr.y (mgr.24491) 12062 : audit [DBG] from='client.37157 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:27:44.331381+0000 mgr.y (mgr.24491) 12063 : audit [DBG] from='client.37163 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:27:44.674399+0000 mon.c (mon.2) 394 : audit [DBG] from='client.? 172.21.15.177:0/1256966959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:27:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:43.595386+0000 mgr.y (mgr.24491) 12061 : cluster [DBG] pgmap v10657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:27:44.052340+0000 mgr.y (mgr.24491) 12062 : audit [DBG] from='client.37157 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:27:44.331381+0000 mgr.y (mgr.24491) 12063 : audit [DBG] from='client.37163 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:27:44.674399+0000 mon.c (mon.2) 394 : audit [DBG] from='client.? 172.21.15.177:0/1256966959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:27:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:43.595386+0000 mgr.y (mgr.24491) 12061 : cluster [DBG] pgmap v10657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:27:44.052340+0000 mgr.y (mgr.24491) 12062 : audit [DBG] from='client.37157 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:27:44.331381+0000 mgr.y (mgr.24491) 12063 : audit [DBG] from='client.37163 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:27:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:27:44.674399+0000 mon.c (mon.2) 394 : audit [DBG] from='client.? 172.21.15.177:0/1256966959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:27:47.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:45.596169+0000 mgr.y (mgr.24491) 12064 : cluster [DBG] pgmap v10658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:45.596169+0000 mgr.y (mgr.24491) 12064 : cluster [DBG] pgmap v10658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:45.596169+0000 mgr.y (mgr.24491) 12064 : cluster [DBG] pgmap v10658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:27:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:47.596712+0000 mgr.y (mgr.24491) 12065 : cluster [DBG] pgmap v10659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:47.596712+0000 mgr.y (mgr.24491) 12065 : cluster [DBG] pgmap v10659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:47.596712+0000 mgr.y (mgr.24491) 12065 : cluster [DBG] pgmap v10659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:49.597405+0000 mgr.y (mgr.24491) 12066 : cluster [DBG] pgmap v10660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:27:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:49.597405+0000 mgr.y (mgr.24491) 12066 : cluster [DBG] pgmap v10660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:49.597405+0000 mgr.y (mgr.24491) 12066 : cluster [DBG] pgmap v10660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:51.597860+0000 mgr.y (mgr.24491) 12067 : cluster [DBG] pgmap v10661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:51.597860+0000 mgr.y (mgr.24491) 12067 : cluster [DBG] pgmap v10661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:51.597860+0000 mgr.y (mgr.24491) 12067 : cluster [DBG] pgmap v10661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:53.598231+0000 mgr.y (mgr.24491) 12068 : cluster [DBG] pgmap v10662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:53.598231+0000 mgr.y (mgr.24491) 12068 : cluster [DBG] pgmap v10662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:53.598231+0000 mgr.y (mgr.24491) 12068 : cluster [DBG] pgmap v10662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:55.599039+0000 mgr.y (mgr.24491) 12069 : cluster [DBG] pgmap v10663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:55.599039+0000 mgr.y (mgr.24491) 12069 : cluster [DBG] pgmap v10663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:55.599039+0000 mgr.y (mgr.24491) 12069 : cluster [DBG] pgmap v10663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:27:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:27:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:27:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:57.599399+0000 mgr.y (mgr.24491) 12070 : cluster [DBG] pgmap v10664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:57.599399+0000 mgr.y (mgr.24491) 12070 : cluster [DBG] pgmap v10664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:27:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:57.599399+0000 mgr.y (mgr.24491) 12070 : cluster [DBG] pgmap v10664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:27:59.600008+0000 mgr.y (mgr.24491) 12071 : cluster [DBG] pgmap v10665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:28:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:27:59.600008+0000 mgr.y (mgr.24491) 12071 : cluster [DBG] pgmap v10665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:27:59.600008+0000 mgr.y (mgr.24491) 12071 : cluster [DBG] pgmap v10665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:01.600684+0000 mgr.y (mgr.24491) 12072 : cluster [DBG] pgmap v10666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:01.600684+0000 mgr.y (mgr.24491) 12072 : cluster [DBG] pgmap v10666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:01.600684+0000 mgr.y (mgr.24491) 12072 : cluster [DBG] pgmap v10666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:03.601230+0000 mgr.y (mgr.24491) 12073 : cluster [DBG] pgmap v10667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:03.601230+0000 mgr.y (mgr.24491) 12073 : cluster [DBG] pgmap v10667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:03.601230+0000 mgr.y (mgr.24491) 12073 : cluster [DBG] pgmap v10667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:07.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:05.602083+0000 mgr.y (mgr.24491) 12074 : cluster [DBG] pgmap v10668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:05.602083+0000 mgr.y (mgr.24491) 12074 : cluster [DBG] pgmap v10668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:05.602083+0000 mgr.y (mgr.24491) 12074 : cluster [DBG] pgmap v10668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:28:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:07.602471+0000 mgr.y (mgr.24491) 12075 : cluster [DBG] pgmap v10669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:07.602471+0000 mgr.y (mgr.24491) 12075 : cluster [DBG] pgmap v10669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:07.602471+0000 mgr.y (mgr.24491) 12075 : cluster [DBG] pgmap v10669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:09.603364+0000 mgr.y (mgr.24491) 12076 : cluster [DBG] pgmap v10670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:28:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:09.603364+0000 mgr.y (mgr.24491) 12076 : cluster [DBG] pgmap v10670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:09.603364+0000 mgr.y (mgr.24491) 12076 : cluster [DBG] pgmap v10670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:11.603753+0000 mgr.y (mgr.24491) 12077 : cluster [DBG] pgmap v10671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:11.603753+0000 mgr.y (mgr.24491) 12077 : cluster [DBG] pgmap v10671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:11.603753+0000 mgr.y (mgr.24491) 12077 : cluster [DBG] pgmap v10671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:14.999 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:28:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:13.604280+0000 mgr.y (mgr.24491) 12078 : cluster [DBG] pgmap v10672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:28:14.534115+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:28:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:28:14.848546+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:28:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:28:14.849224+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:28:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:28:14.854763+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:28:15.273 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:28:15.273 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:28:15.273 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:28:15.273 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:28:15.273 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:28:15.273 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:28:15.273 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:28:15.274 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:28:15.274 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (5h) 8m ago 5h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:28:15.274 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (5h) 8m ago 5h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:28:15.274 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:28:15.274 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:28:15.274 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:28:15.274 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:28:15.274 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:28:15.274 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:28:15.274 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:28:15.274 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:28:15.275 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:28:15.275 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:28:15.275 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:28:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:13.604280+0000 mgr.y (mgr.24491) 12078 : cluster [DBG] pgmap v10672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:28:14.534115+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:28:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:28:14.848546+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:28:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:28:14.849224+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:28:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:28:14.854763+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:28:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:13.604280+0000 mgr.y (mgr.24491) 12078 : cluster [DBG] pgmap v10672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:28:14.534115+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:28:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:28:14.848546+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:28:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:28:14.849224+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:28:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:28:14.854763+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:28:15.606 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:28:15.606 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:28:15.606 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:28:15.607 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:28:15.607 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:28:15.607 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:28:15.607 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:28:15.607 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:28:15.607 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:28:15.607 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:28:15.607 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:28:15.607 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:28:15.607 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:28:15.607 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:28:15.608 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:28:15.608 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:28:15.608 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:28:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:28:14.988806+0000 mgr.y (mgr.24491) 12079 : audit [DBG] from='client.27267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:28:15.267112+0000 mgr.y (mgr.24491) 12080 : audit [DBG] from='client.37181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:28:15.608138+0000 mon.c (mon.2) 395 : audit [DBG] from='client.? 172.21.15.177:0/2328806102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:28:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:28:14.988806+0000 mgr.y (mgr.24491) 12079 : audit [DBG] from='client.27267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:28:15.267112+0000 mgr.y (mgr.24491) 12080 : audit [DBG] from='client.37181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:28:15.608138+0000 mon.c (mon.2) 395 : audit [DBG] from='client.? 172.21.15.177:0/2328806102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:28:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:28:14.988806+0000 mgr.y (mgr.24491) 12079 : audit [DBG] from='client.27267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:28:15.267112+0000 mgr.y (mgr.24491) 12080 : audit [DBG] from='client.37181 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:28:15.608138+0000 mon.c (mon.2) 395 : audit [DBG] from='client.? 172.21.15.177:0/2328806102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:28:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:15.604822+0000 mgr.y (mgr.24491) 12081 : cluster [DBG] pgmap v10673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:15.604822+0000 mgr.y (mgr.24491) 12081 : cluster [DBG] pgmap v10673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:15.604822+0000 mgr.y (mgr.24491) 12081 : cluster [DBG] pgmap v10673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:28:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:17.605300+0000 mgr.y (mgr.24491) 12082 : cluster [DBG] pgmap v10674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:19.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:17.605300+0000 mgr.y (mgr.24491) 12082 : cluster [DBG] pgmap v10674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:19.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:17.605300+0000 mgr.y (mgr.24491) 12082 : cluster [DBG] pgmap v10674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:19.605894+0000 mgr.y (mgr.24491) 12083 : cluster [DBG] pgmap v10675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:28:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:19.605894+0000 mgr.y (mgr.24491) 12083 : cluster [DBG] pgmap v10675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:19.605894+0000 mgr.y (mgr.24491) 12083 : cluster [DBG] pgmap v10675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:21.606345+0000 mgr.y (mgr.24491) 12084 : cluster [DBG] pgmap v10676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:21.606345+0000 mgr.y (mgr.24491) 12084 : cluster [DBG] pgmap v10676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:21.606345+0000 mgr.y (mgr.24491) 12084 : cluster [DBG] pgmap v10676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:23.606910+0000 mgr.y (mgr.24491) 12085 : cluster [DBG] pgmap v10677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:23.606910+0000 mgr.y (mgr.24491) 12085 : cluster [DBG] pgmap v10677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:25.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:23.606910+0000 mgr.y (mgr.24491) 12085 : cluster [DBG] pgmap v10677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:25.607593+0000 mgr.y (mgr.24491) 12086 : cluster [DBG] pgmap v10678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:25.607593+0000 mgr.y (mgr.24491) 12086 : cluster [DBG] pgmap v10678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:25.607593+0000 mgr.y (mgr.24491) 12086 : cluster [DBG] pgmap v10678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:28:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:27.608117+0000 mgr.y (mgr.24491) 12087 : cluster [DBG] pgmap v10679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:27.608117+0000 mgr.y (mgr.24491) 12087 : cluster [DBG] pgmap v10679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:27.608117+0000 mgr.y (mgr.24491) 12087 : cluster [DBG] pgmap v10679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:29.608708+0000 mgr.y (mgr.24491) 12088 : cluster [DBG] pgmap v10680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:29.608708+0000 mgr.y (mgr.24491) 12088 : cluster [DBG] pgmap v10680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:29.608708+0000 mgr.y (mgr.24491) 12088 : cluster [DBG] pgmap v10680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:28:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:31.609231+0000 mgr.y (mgr.24491) 12089 : cluster [DBG] pgmap v10681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:31.609231+0000 mgr.y (mgr.24491) 12089 : cluster [DBG] pgmap v10681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:31.609231+0000 mgr.y (mgr.24491) 12089 : cluster [DBG] pgmap v10681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:33.609684+0000 mgr.y (mgr.24491) 12090 : cluster [DBG] pgmap v10682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:33.609684+0000 mgr.y (mgr.24491) 12090 : cluster [DBG] pgmap v10682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:33.609684+0000 mgr.y (mgr.24491) 12090 : cluster [DBG] pgmap v10682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:35.610335+0000 mgr.y (mgr.24491) 12091 : cluster [DBG] pgmap v10683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:35.610335+0000 mgr.y (mgr.24491) 12091 : cluster [DBG] pgmap v10683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:35.610335+0000 mgr.y (mgr.24491) 12091 : cluster [DBG] pgmap v10683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:28:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:37.610794+0000 mgr.y (mgr.24491) 12092 : cluster [DBG] pgmap v10684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:37.610794+0000 mgr.y (mgr.24491) 12092 : cluster [DBG] pgmap v10684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:37.610794+0000 mgr.y (mgr.24491) 12092 : cluster [DBG] pgmap v10684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:39.611495+0000 mgr.y (mgr.24491) 12093 : cluster [DBG] pgmap v10685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:39.611495+0000 mgr.y (mgr.24491) 12093 : cluster [DBG] pgmap v10685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:39.611495+0000 mgr.y (mgr.24491) 12093 : cluster [DBG] pgmap v10685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:28:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:41.611967+0000 mgr.y (mgr.24491) 12094 : cluster [DBG] pgmap v10686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:41.611967+0000 mgr.y (mgr.24491) 12094 : cluster [DBG] pgmap v10686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:41.611967+0000 mgr.y (mgr.24491) 12094 : cluster [DBG] pgmap v10686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:43.612514+0000 mgr.y (mgr.24491) 12095 : cluster [DBG] pgmap v10687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:43.612514+0000 mgr.y (mgr.24491) 12095 : cluster [DBG] pgmap v10687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:43.612514+0000 mgr.y (mgr.24491) 12095 : cluster [DBG] pgmap v10687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:45.915 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:28:46.191 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:28:46.192 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 8m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:28:46.192 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 8m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:28:46.192 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 8m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:28:46.192 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 8m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:28:46.192 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (5h) 8m ago 5h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:28:46.193 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:28:46.193 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:28:46.193 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 8m ago 6h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:28:46.193 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 8m ago 6h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:28:46.193 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 8m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:28:46.193 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 8m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:28:46.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (5h) 8m ago 5h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:28:46.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 8m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:28:46.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 8m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:28:46.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 8m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:28:46.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 8m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:28:46.194 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 8m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:28:46.194 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 8m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:28:46.194 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 8m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:28:46.194 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 8m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:28:46.522 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:28:46.523 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:28:46.524 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:28:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:45.613379+0000 mgr.y (mgr.24491) 12096 : cluster [DBG] pgmap v10688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:28:45.904670+0000 mgr.y (mgr.24491) 12097 : audit [DBG] from='client.27285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:28:46.184199+0000 mgr.y (mgr.24491) 12098 : audit [DBG] from='client.27291 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:28:46.524420+0000 mon.a (mon.0) 2728 : audit [DBG] from='client.? 172.21.15.177:0/1428020385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:28:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:45.613379+0000 mgr.y (mgr.24491) 12096 : cluster [DBG] pgmap v10688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:28:45.904670+0000 mgr.y (mgr.24491) 12097 : audit [DBG] from='client.27285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:28:46.184199+0000 mgr.y (mgr.24491) 12098 : audit [DBG] from='client.27291 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:28:46.524420+0000 mon.a (mon.0) 2728 : audit [DBG] from='client.? 172.21.15.177:0/1428020385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:28:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:45.613379+0000 mgr.y (mgr.24491) 12096 : cluster [DBG] pgmap v10688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:28:45.904670+0000 mgr.y (mgr.24491) 12097 : audit [DBG] from='client.27285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:28:46.184199+0000 mgr.y (mgr.24491) 12098 : audit [DBG] from='client.27291 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:28:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:28:46.524420+0000 mon.a (mon.0) 2728 : audit [DBG] from='client.? 172.21.15.177:0/1428020385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:28:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:28:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:47.613795+0000 mgr.y (mgr.24491) 12099 : cluster [DBG] pgmap v10689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:47.613795+0000 mgr.y (mgr.24491) 12099 : cluster [DBG] pgmap v10689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:47.613795+0000 mgr.y (mgr.24491) 12099 : cluster [DBG] pgmap v10689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:49.614496+0000 mgr.y (mgr.24491) 12100 : cluster [DBG] pgmap v10690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:49.614496+0000 mgr.y (mgr.24491) 12100 : cluster [DBG] pgmap v10690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:49.614496+0000 mgr.y (mgr.24491) 12100 : cluster [DBG] pgmap v10690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:28:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:51.615017+0000 mgr.y (mgr.24491) 12101 : cluster [DBG] pgmap v10691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:51.615017+0000 mgr.y (mgr.24491) 12101 : cluster [DBG] pgmap v10691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:51.615017+0000 mgr.y (mgr.24491) 12101 : cluster [DBG] pgmap v10691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:53.615484+0000 mgr.y (mgr.24491) 12102 : cluster [DBG] pgmap v10692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:53.615484+0000 mgr.y (mgr.24491) 12102 : cluster [DBG] pgmap v10692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:53.615484+0000 mgr.y (mgr.24491) 12102 : cluster [DBG] pgmap v10692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:55.616137+0000 mgr.y (mgr.24491) 12103 : cluster [DBG] pgmap v10693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:55.616137+0000 mgr.y (mgr.24491) 12103 : cluster [DBG] pgmap v10693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:57.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:55.616137+0000 mgr.y (mgr.24491) 12103 : cluster [DBG] pgmap v10693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:28:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:28:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:57.616546+0000 mgr.y (mgr.24491) 12104 : cluster [DBG] pgmap v10694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:57.616546+0000 mgr.y (mgr.24491) 12104 : cluster [DBG] pgmap v10694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:28:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:57.616546+0000 mgr.y (mgr.24491) 12104 : cluster [DBG] pgmap v10694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:28:59.617289+0000 mgr.y (mgr.24491) 12105 : cluster [DBG] pgmap v10695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:28:59.617289+0000 mgr.y (mgr.24491) 12105 : cluster [DBG] pgmap v10695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:28:59.617289+0000 mgr.y (mgr.24491) 12105 : cluster [DBG] pgmap v10695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:29:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:01.617777+0000 mgr.y (mgr.24491) 12106 : cluster [DBG] pgmap v10696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:01.617777+0000 mgr.y (mgr.24491) 12106 : cluster [DBG] pgmap v10696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:01.617777+0000 mgr.y (mgr.24491) 12106 : cluster [DBG] pgmap v10696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:03.618203+0000 mgr.y (mgr.24491) 12107 : cluster [DBG] pgmap v10697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:03.618203+0000 mgr.y (mgr.24491) 12107 : cluster [DBG] pgmap v10697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:05.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:03.618203+0000 mgr.y (mgr.24491) 12107 : cluster [DBG] pgmap v10697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:05.619111+0000 mgr.y (mgr.24491) 12108 : cluster [DBG] pgmap v10698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:05.619111+0000 mgr.y (mgr.24491) 12108 : cluster [DBG] pgmap v10698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:05.619111+0000 mgr.y (mgr.24491) 12108 : cluster [DBG] pgmap v10698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:07] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T09:29:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:07.619602+0000 mgr.y (mgr.24491) 12109 : cluster [DBG] pgmap v10699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:07.619602+0000 mgr.y (mgr.24491) 12109 : cluster [DBG] pgmap v10699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:07.619602+0000 mgr.y (mgr.24491) 12109 : cluster [DBG] pgmap v10699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:09.620204+0000 mgr.y (mgr.24491) 12110 : cluster [DBG] pgmap v10700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:09.620204+0000 mgr.y (mgr.24491) 12110 : cluster [DBG] pgmap v10700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:09.620204+0000 mgr.y (mgr.24491) 12110 : cluster [DBG] pgmap v10700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:29:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:11.620597+0000 mgr.y (mgr.24491) 12111 : cluster [DBG] pgmap v10701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:11.620597+0000 mgr.y (mgr.24491) 12111 : cluster [DBG] pgmap v10701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:11.620597+0000 mgr.y (mgr.24491) 12111 : cluster [DBG] pgmap v10701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:13.620981+0000 mgr.y (mgr.24491) 12112 : cluster [DBG] pgmap v10702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:29:14.859312+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:29:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:13.620981+0000 mgr.y (mgr.24491) 12112 : cluster [DBG] pgmap v10702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:29:14.859312+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:29:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:13.620981+0000 mgr.y (mgr.24491) 12112 : cluster [DBG] pgmap v10702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:29:14.859312+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:29:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:29:15.143963+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:29:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:29:15.144576+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:29:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:29:15.148788+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:29:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:29:15.143963+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:29:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:29:15.144576+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:29:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:29:15.148788+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:29:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:29:15.143963+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:29:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:29:15.144576+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:29:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:29:15.148788+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:29:16.833 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:29:17.107 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:29:17.107 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:29:17.107 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:29:17.107 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:29:17.107 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:29:17.107 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:29:17.107 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:29:17.107 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:29:17.107 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (5h) 9m ago 5h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:29:17.108 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:29:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:15.621528+0000 mgr.y (mgr.24491) 12113 : cluster [DBG] pgmap v10703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:15.621528+0000 mgr.y (mgr.24491) 12113 : cluster [DBG] pgmap v10703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:17.439 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:29:17.440 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:29:17.440 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:29:17.440 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:29:17.440 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:29:17.440 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:29:17.440 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:29:17.440 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:29:17.440 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:29:17.440 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:29:17.440 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:29:17.440 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:29:17.441 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:29:17.441 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:29:17.441 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:29:17.441 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:29:17.441 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:29:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:15.621528+0000 mgr.y (mgr.24491) 12113 : cluster [DBG] pgmap v10703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:17] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T09:29:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:29:16.822534+0000 mgr.y (mgr.24491) 12114 : audit [DBG] from='client.27303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:29:17.100851+0000 mgr.y (mgr.24491) 12115 : audit [DBG] from='client.27309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:29:17.441339+0000 mon.c (mon.2) 396 : audit [DBG] from='client.? 172.21.15.177:0/2456647080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:29:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:29:16.822534+0000 mgr.y (mgr.24491) 12114 : audit [DBG] from='client.27303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:29:17.100851+0000 mgr.y (mgr.24491) 12115 : audit [DBG] from='client.27309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:29:17.441339+0000 mon.c (mon.2) 396 : audit [DBG] from='client.? 172.21.15.177:0/2456647080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:29:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:29:16.822534+0000 mgr.y (mgr.24491) 12114 : audit [DBG] from='client.27303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:29:17.100851+0000 mgr.y (mgr.24491) 12115 : audit [DBG] from='client.27309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:29:17.441339+0000 mon.c (mon.2) 396 : audit [DBG] from='client.? 172.21.15.177:0/2456647080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:29:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:17.622104+0000 mgr.y (mgr.24491) 12116 : cluster [DBG] pgmap v10704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:17.622104+0000 mgr.y (mgr.24491) 12116 : cluster [DBG] pgmap v10704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:17.622104+0000 mgr.y (mgr.24491) 12116 : cluster [DBG] pgmap v10704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:19.622671+0000 mgr.y (mgr.24491) 12117 : cluster [DBG] pgmap v10705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:29:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:19.622671+0000 mgr.y (mgr.24491) 12117 : cluster [DBG] pgmap v10705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:19.622671+0000 mgr.y (mgr.24491) 12117 : cluster [DBG] pgmap v10705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:21.623249+0000 mgr.y (mgr.24491) 12118 : cluster [DBG] pgmap v10706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:21.623249+0000 mgr.y (mgr.24491) 12118 : cluster [DBG] pgmap v10706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:23.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:21.623249+0000 mgr.y (mgr.24491) 12118 : cluster [DBG] pgmap v10706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:23.623655+0000 mgr.y (mgr.24491) 12119 : cluster [DBG] pgmap v10707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:23.623655+0000 mgr.y (mgr.24491) 12119 : cluster [DBG] pgmap v10707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:23.623655+0000 mgr.y (mgr.24491) 12119 : cluster [DBG] pgmap v10707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:25.624405+0000 mgr.y (mgr.24491) 12120 : cluster [DBG] pgmap v10708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:25.624405+0000 mgr.y (mgr.24491) 12120 : cluster [DBG] pgmap v10708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:25.624405+0000 mgr.y (mgr.24491) 12120 : cluster [DBG] pgmap v10708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:27] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T09:29:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:27.624921+0000 mgr.y (mgr.24491) 12121 : cluster [DBG] pgmap v10709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:27.624921+0000 mgr.y (mgr.24491) 12121 : cluster [DBG] pgmap v10709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:27.624921+0000 mgr.y (mgr.24491) 12121 : cluster [DBG] pgmap v10709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:29.625502+0000 mgr.y (mgr.24491) 12122 : cluster [DBG] pgmap v10710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:29:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:29.625502+0000 mgr.y (mgr.24491) 12122 : cluster [DBG] pgmap v10710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:29.625502+0000 mgr.y (mgr.24491) 12122 : cluster [DBG] pgmap v10710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:31.626049+0000 mgr.y (mgr.24491) 12123 : cluster [DBG] pgmap v10711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:31.626049+0000 mgr.y (mgr.24491) 12123 : cluster [DBG] pgmap v10711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:31.626049+0000 mgr.y (mgr.24491) 12123 : cluster [DBG] pgmap v10711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:33.626540+0000 mgr.y (mgr.24491) 12124 : cluster [DBG] pgmap v10712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:33.626540+0000 mgr.y (mgr.24491) 12124 : cluster [DBG] pgmap v10712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:33.626540+0000 mgr.y (mgr.24491) 12124 : cluster [DBG] pgmap v10712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:35.627325+0000 mgr.y (mgr.24491) 12125 : cluster [DBG] pgmap v10713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:35.627325+0000 mgr.y (mgr.24491) 12125 : cluster [DBG] pgmap v10713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:35.627325+0000 mgr.y (mgr.24491) 12125 : cluster [DBG] pgmap v10713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:37] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:29:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:37.627863+0000 mgr.y (mgr.24491) 12126 : cluster [DBG] pgmap v10714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:37.627863+0000 mgr.y (mgr.24491) 12126 : cluster [DBG] pgmap v10714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:37.627863+0000 mgr.y (mgr.24491) 12126 : cluster [DBG] pgmap v10714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:39.628674+0000 mgr.y (mgr.24491) 12127 : cluster [DBG] pgmap v10715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:29:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:39.628674+0000 mgr.y (mgr.24491) 12127 : cluster [DBG] pgmap v10715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:39.628674+0000 mgr.y (mgr.24491) 12127 : cluster [DBG] pgmap v10715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:41.629136+0000 mgr.y (mgr.24491) 12128 : cluster [DBG] pgmap v10716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:41.629136+0000 mgr.y (mgr.24491) 12128 : cluster [DBG] pgmap v10716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:41.629136+0000 mgr.y (mgr.24491) 12128 : cluster [DBG] pgmap v10716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:43.629656+0000 mgr.y (mgr.24491) 12129 : cluster [DBG] pgmap v10717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:43.629656+0000 mgr.y (mgr.24491) 12129 : cluster [DBG] pgmap v10717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:43.629656+0000 mgr.y (mgr.24491) 12129 : cluster [DBG] pgmap v10717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:45.630318+0000 mgr.y (mgr.24491) 12130 : cluster [DBG] pgmap v10718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:45.630318+0000 mgr.y (mgr.24491) 12130 : cluster [DBG] pgmap v10718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:45.630318+0000 mgr.y (mgr.24491) 12130 : cluster [DBG] pgmap v10718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:47.753 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 9m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 9m ago 5h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 9m ago 5h 24.0M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 9m ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 980M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 512M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 518M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 9m ago 5h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 9m ago 5h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:29:48.028 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:29:48.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 9m ago 6h 45.5M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:29:48.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (5h) 9m ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:29:48.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 9m ago 5h 41.7M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:29:48.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 9m ago 5h 44.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:29:48.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 9m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:29:48.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 9m ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:29:48.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 9m ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:29:48.029 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 9m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:29:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:29:48.365 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:29:48.366 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:29:48.366 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:29:48.366 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:29:48.366 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:29:48.366 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:29:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:47.630677+0000 mgr.y (mgr.24491) 12131 : cluster [DBG] pgmap v10719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:29:47.743648+0000 mgr.y (mgr.24491) 12132 : audit [DBG] from='client.37229 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:29:48.022444+0000 mgr.y (mgr.24491) 12133 : audit [DBG] from='client.27327 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:29:48.366636+0000 mon.a (mon.0) 2733 : audit [DBG] from='client.? 172.21.15.177:0/1922687400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:29:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:47.630677+0000 mgr.y (mgr.24491) 12131 : cluster [DBG] pgmap v10719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:29:47.743648+0000 mgr.y (mgr.24491) 12132 : audit [DBG] from='client.37229 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:29:48.022444+0000 mgr.y (mgr.24491) 12133 : audit [DBG] from='client.27327 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:29:48.366636+0000 mon.a (mon.0) 2733 : audit [DBG] from='client.? 172.21.15.177:0/1922687400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:29:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:47.630677+0000 mgr.y (mgr.24491) 12131 : cluster [DBG] pgmap v10719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:29:47.743648+0000 mgr.y (mgr.24491) 12132 : audit [DBG] from='client.37229 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:29:48.022444+0000 mgr.y (mgr.24491) 12133 : audit [DBG] from='client.27327 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:29:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:29:48.366636+0000 mon.a (mon.0) 2733 : audit [DBG] from='client.? 172.21.15.177:0/1922687400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:29:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:49.631355+0000 mgr.y (mgr.24491) 12134 : cluster [DBG] pgmap v10720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:29:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:49.631355+0000 mgr.y (mgr.24491) 12134 : cluster [DBG] pgmap v10720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:49.631355+0000 mgr.y (mgr.24491) 12134 : cluster [DBG] pgmap v10720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:51.631931+0000 mgr.y (mgr.24491) 12135 : cluster [DBG] pgmap v10721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:51.631931+0000 mgr.y (mgr.24491) 12135 : cluster [DBG] pgmap v10721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:51.631931+0000 mgr.y (mgr.24491) 12135 : cluster [DBG] pgmap v10721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:53.632483+0000 mgr.y (mgr.24491) 12136 : cluster [DBG] pgmap v10722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:53.632483+0000 mgr.y (mgr.24491) 12136 : cluster [DBG] pgmap v10722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:53.632483+0000 mgr.y (mgr.24491) 12136 : cluster [DBG] pgmap v10722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:55.633282+0000 mgr.y (mgr.24491) 12137 : cluster [DBG] pgmap v10723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:55.633282+0000 mgr.y (mgr.24491) 12137 : cluster [DBG] pgmap v10723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:55.633282+0000 mgr.y (mgr.24491) 12137 : cluster [DBG] pgmap v10723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:29:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:29:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:29:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:57.633790+0000 mgr.y (mgr.24491) 12138 : cluster [DBG] pgmap v10724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:57.633790+0000 mgr.y (mgr.24491) 12138 : cluster [DBG] pgmap v10724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:29:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:57.633790+0000 mgr.y (mgr.24491) 12138 : cluster [DBG] pgmap v10724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T09:30:00.000+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:30:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:00.000121+0000 mon.a (mon.0) 2734 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:30:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:00.000121+0000 mon.a (mon.0) 2734 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:30:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:00.000121+0000 mon.a (mon.0) 2734 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:30:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:29:59.634521+0000 mgr.y (mgr.24491) 12139 : cluster [DBG] pgmap v10725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:30:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:29:59.634521+0000 mgr.y (mgr.24491) 12139 : cluster [DBG] pgmap v10725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:29:59.634521+0000 mgr.y (mgr.24491) 12139 : cluster [DBG] pgmap v10725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:01.635072+0000 mgr.y (mgr.24491) 12140 : cluster [DBG] pgmap v10726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:01.635072+0000 mgr.y (mgr.24491) 12140 : cluster [DBG] pgmap v10726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:01.635072+0000 mgr.y (mgr.24491) 12140 : cluster [DBG] pgmap v10726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:03.635619+0000 mgr.y (mgr.24491) 12141 : cluster [DBG] pgmap v10727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:03.635619+0000 mgr.y (mgr.24491) 12141 : cluster [DBG] pgmap v10727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:03.635619+0000 mgr.y (mgr.24491) 12141 : cluster [DBG] pgmap v10727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:05.636507+0000 mgr.y (mgr.24491) 12142 : cluster [DBG] pgmap v10728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:05.636507+0000 mgr.y (mgr.24491) 12142 : cluster [DBG] pgmap v10728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:05.636507+0000 mgr.y (mgr.24491) 12142 : cluster [DBG] pgmap v10728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:30:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:07.636898+0000 mgr.y (mgr.24491) 12143 : cluster [DBG] pgmap v10729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:07.636898+0000 mgr.y (mgr.24491) 12143 : cluster [DBG] pgmap v10729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:07.636898+0000 mgr.y (mgr.24491) 12143 : cluster [DBG] pgmap v10729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:09.637612+0000 mgr.y (mgr.24491) 12144 : cluster [DBG] pgmap v10730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:30:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:09.637612+0000 mgr.y (mgr.24491) 12144 : cluster [DBG] pgmap v10730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:09.637612+0000 mgr.y (mgr.24491) 12144 : cluster [DBG] pgmap v10730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:11.638044+0000 mgr.y (mgr.24491) 12145 : cluster [DBG] pgmap v10731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:11.638044+0000 mgr.y (mgr.24491) 12145 : cluster [DBG] pgmap v10731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:11.638044+0000 mgr.y (mgr.24491) 12145 : cluster [DBG] pgmap v10731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:13.638493+0000 mgr.y (mgr.24491) 12146 : cluster [DBG] pgmap v10732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:15.152894+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:30:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:13.638493+0000 mgr.y (mgr.24491) 12146 : cluster [DBG] pgmap v10732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:15.152894+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:30:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:13.638493+0000 mgr.y (mgr.24491) 12146 : cluster [DBG] pgmap v10732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:15.152894+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:30:17.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:15.639046+0000 mgr.y (mgr.24491) 12147 : cluster [DBG] pgmap v10733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:17.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:15.639046+0000 mgr.y (mgr.24491) 12147 : cluster [DBG] pgmap v10733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:15.639046+0000 mgr.y (mgr.24491) 12147 : cluster [DBG] pgmap v10733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:30:18.666 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:30:18.943 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:30:18.943 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 1s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:30:18.943 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 0s ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:30:18.943 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 1s ago 5h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:30:18.943 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 0s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:30:18.943 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 0s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:30:18.943 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 1s ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 1s ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 0s ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 1s ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 1s ago 5h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 0s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 1s ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 1s ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 1s ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (5h) 1s ago 5h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (5h) 0s ago 5h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 0s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 0s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 0s ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:30:18.944 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 0s ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:30:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:17.639442+0000 mgr.y (mgr.24491) 12148 : cluster [DBG] pgmap v10734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:17.754309+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:30:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:18.332786+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:30:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:18.600706+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:30:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:18.601429+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:30:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:18.605670+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:30:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:17.639442+0000 mgr.y (mgr.24491) 12148 : cluster [DBG] pgmap v10734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:17.754309+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:30:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:18.332786+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:30:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:18.600706+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:30:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:18.601429+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:30:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:18.605670+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:30:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:17.639442+0000 mgr.y (mgr.24491) 12148 : cluster [DBG] pgmap v10734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:17.754309+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:30:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:18.332786+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:30:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:18.600706+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:30:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:18.601429+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:30:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:18.605670+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:30:19.279 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:30:19.280 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:30:19.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:30:19.280 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:30:19.280 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:30:19.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:30:19.280 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:30:19.280 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:30:19.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:30:19.280 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:30:19.280 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:30:19.281 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:30:19.281 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:30:19.281 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:30:19.281 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:30:19.281 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:30:19.281 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:30:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:18.655845+0000 mgr.y (mgr.24491) 12149 : audit [DBG] from='client.27339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:18.936795+0000 mgr.y (mgr.24491) 12150 : audit [DBG] from='client.27342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:19.281290+0000 mon.a (mon.0) 2741 : audit [DBG] from='client.? 172.21.15.177:0/2439619232' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:30:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:18.655845+0000 mgr.y (mgr.24491) 12149 : audit [DBG] from='client.27339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:18.936795+0000 mgr.y (mgr.24491) 12150 : audit [DBG] from='client.27342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:19.281290+0000 mon.a (mon.0) 2741 : audit [DBG] from='client.? 172.21.15.177:0/2439619232' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:30:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:18.655845+0000 mgr.y (mgr.24491) 12149 : audit [DBG] from='client.27339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:18.936795+0000 mgr.y (mgr.24491) 12150 : audit [DBG] from='client.27342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:19.281290+0000 mon.a (mon.0) 2741 : audit [DBG] from='client.? 172.21.15.177:0/2439619232' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:30:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:19.640011+0000 mgr.y (mgr.24491) 12151 : cluster [DBG] pgmap v10735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:19.640011+0000 mgr.y (mgr.24491) 12151 : cluster [DBG] pgmap v10735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:19.640011+0000 mgr.y (mgr.24491) 12151 : cluster [DBG] pgmap v10735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:30:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:21.640469+0000 mgr.y (mgr.24491) 12152 : cluster [DBG] pgmap v10736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:21.640469+0000 mgr.y (mgr.24491) 12152 : cluster [DBG] pgmap v10736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:21.640469+0000 mgr.y (mgr.24491) 12152 : cluster [DBG] pgmap v10736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:23.640933+0000 mgr.y (mgr.24491) 12153 : cluster [DBG] pgmap v10737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:23.640933+0000 mgr.y (mgr.24491) 12153 : cluster [DBG] pgmap v10737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:23.640933+0000 mgr.y (mgr.24491) 12153 : cluster [DBG] pgmap v10737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:25.641621+0000 mgr.y (mgr.24491) 12154 : cluster [DBG] pgmap v10738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:25.641621+0000 mgr.y (mgr.24491) 12154 : cluster [DBG] pgmap v10738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:25.641621+0000 mgr.y (mgr.24491) 12154 : cluster [DBG] pgmap v10738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:30:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:27.642152+0000 mgr.y (mgr.24491) 12155 : cluster [DBG] pgmap v10739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:27.642152+0000 mgr.y (mgr.24491) 12155 : cluster [DBG] pgmap v10739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:27.642152+0000 mgr.y (mgr.24491) 12155 : cluster [DBG] pgmap v10739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:29.642763+0000 mgr.y (mgr.24491) 12156 : cluster [DBG] pgmap v10740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:29.642763+0000 mgr.y (mgr.24491) 12156 : cluster [DBG] pgmap v10740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:29.642763+0000 mgr.y (mgr.24491) 12156 : cluster [DBG] pgmap v10740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:30:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:31.643295+0000 mgr.y (mgr.24491) 12157 : cluster [DBG] pgmap v10741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:31.643295+0000 mgr.y (mgr.24491) 12157 : cluster [DBG] pgmap v10741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:31.643295+0000 mgr.y (mgr.24491) 12157 : cluster [DBG] pgmap v10741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:33.643735+0000 mgr.y (mgr.24491) 12158 : cluster [DBG] pgmap v10742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:33.643735+0000 mgr.y (mgr.24491) 12158 : cluster [DBG] pgmap v10742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:33.643735+0000 mgr.y (mgr.24491) 12158 : cluster [DBG] pgmap v10742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:35.644521+0000 mgr.y (mgr.24491) 12159 : cluster [DBG] pgmap v10743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:35.644521+0000 mgr.y (mgr.24491) 12159 : cluster [DBG] pgmap v10743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:35.644521+0000 mgr.y (mgr.24491) 12159 : cluster [DBG] pgmap v10743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:37] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:30:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:37.645078+0000 mgr.y (mgr.24491) 12160 : cluster [DBG] pgmap v10744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:37.645078+0000 mgr.y (mgr.24491) 12160 : cluster [DBG] pgmap v10744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:37.645078+0000 mgr.y (mgr.24491) 12160 : cluster [DBG] pgmap v10744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:39.645641+0000 mgr.y (mgr.24491) 12161 : cluster [DBG] pgmap v10745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:39.645641+0000 mgr.y (mgr.24491) 12161 : cluster [DBG] pgmap v10745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:39.645641+0000 mgr.y (mgr.24491) 12161 : cluster [DBG] pgmap v10745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:30:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:41.646060+0000 mgr.y (mgr.24491) 12162 : cluster [DBG] pgmap v10746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:41.646060+0000 mgr.y (mgr.24491) 12162 : cluster [DBG] pgmap v10746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:41.646060+0000 mgr.y (mgr.24491) 12162 : cluster [DBG] pgmap v10746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:43.646480+0000 mgr.y (mgr.24491) 12163 : cluster [DBG] pgmap v10747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:43.646480+0000 mgr.y (mgr.24491) 12163 : cluster [DBG] pgmap v10747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:43.646480+0000 mgr.y (mgr.24491) 12163 : cluster [DBG] pgmap v10747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:45.647135+0000 mgr.y (mgr.24491) 12164 : cluster [DBG] pgmap v10748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:45.647135+0000 mgr.y (mgr.24491) 12164 : cluster [DBG] pgmap v10748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:45.647135+0000 mgr.y (mgr.24491) 12164 : cluster [DBG] pgmap v10748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:30:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:47.647663+0000 mgr.y (mgr.24491) 12165 : cluster [DBG] pgmap v10749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:47.647663+0000 mgr.y (mgr.24491) 12165 : cluster [DBG] pgmap v10749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:49.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:47.647663+0000 mgr.y (mgr.24491) 12165 : cluster [DBG] pgmap v10749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:49.590 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 32s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 31s ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 32s ago 5h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 31s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 31s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 32s ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 32s ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 31s ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 32s ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 32s ago 5h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 31s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:30:49.865 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 32s ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:30:49.866 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 32s ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:30:49.866 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 32s ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:30:49.866 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 32s ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:30:49.866 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 31s ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:30:49.866 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (5h) 31s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:30:49.866 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 31s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:30:49.866 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 31s ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:30:49.866 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 31s ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:30:50.196 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:30:50.196 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:30:50.196 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:30:50.196 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:30:50.196 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:30:50.196 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:30:50.196 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:30:50.196 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:30:50.196 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:30:50.196 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:30:50.196 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:30:50.197 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:30:50.197 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:30:50.197 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:30:50.197 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:30:50.197 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:30:50.197 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:30:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:49.580069+0000 mgr.y (mgr.24491) 12166 : audit [DBG] from='client.37265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:49.648387+0000 mgr.y (mgr.24491) 12167 : cluster [DBG] pgmap v10750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:49.858979+0000 mgr.y (mgr.24491) 12168 : audit [DBG] from='client.37271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:30:50.197679+0000 mon.a (mon.0) 2742 : audit [DBG] from='client.? 172.21.15.177:0/2805766446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:30:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:49.580069+0000 mgr.y (mgr.24491) 12166 : audit [DBG] from='client.37265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:49.648387+0000 mgr.y (mgr.24491) 12167 : cluster [DBG] pgmap v10750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:49.858979+0000 mgr.y (mgr.24491) 12168 : audit [DBG] from='client.37271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:30:50.197679+0000 mon.a (mon.0) 2742 : audit [DBG] from='client.? 172.21.15.177:0/2805766446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:30:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:30:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:49.580069+0000 mgr.y (mgr.24491) 12166 : audit [DBG] from='client.37265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:49.648387+0000 mgr.y (mgr.24491) 12167 : cluster [DBG] pgmap v10750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:49.858979+0000 mgr.y (mgr.24491) 12168 : audit [DBG] from='client.37271 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:30:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:30:50.197679+0000 mon.a (mon.0) 2742 : audit [DBG] from='client.? 172.21.15.177:0/2805766446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:30:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:51.648824+0000 mgr.y (mgr.24491) 12169 : cluster [DBG] pgmap v10751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:51.648824+0000 mgr.y (mgr.24491) 12169 : cluster [DBG] pgmap v10751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:51.648824+0000 mgr.y (mgr.24491) 12169 : cluster [DBG] pgmap v10751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:53.649339+0000 mgr.y (mgr.24491) 12170 : cluster [DBG] pgmap v10752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:53.649339+0000 mgr.y (mgr.24491) 12170 : cluster [DBG] pgmap v10752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:53.649339+0000 mgr.y (mgr.24491) 12170 : cluster [DBG] pgmap v10752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:55.650017+0000 mgr.y (mgr.24491) 12171 : cluster [DBG] pgmap v10753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:55.650017+0000 mgr.y (mgr.24491) 12171 : cluster [DBG] pgmap v10753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:55.650017+0000 mgr.y (mgr.24491) 12171 : cluster [DBG] pgmap v10753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:30:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:30:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:57.650432+0000 mgr.y (mgr.24491) 12172 : cluster [DBG] pgmap v10754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:57.650432+0000 mgr.y (mgr.24491) 12172 : cluster [DBG] pgmap v10754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:30:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:30:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:57.650432+0000 mgr.y (mgr.24491) 12172 : cluster [DBG] pgmap v10754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:30:59.651056+0000 mgr.y (mgr.24491) 12173 : cluster [DBG] pgmap v10755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:30:59.651056+0000 mgr.y (mgr.24491) 12173 : cluster [DBG] pgmap v10755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:30:59.651056+0000 mgr.y (mgr.24491) 12173 : cluster [DBG] pgmap v10755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:31:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:01.651564+0000 mgr.y (mgr.24491) 12174 : cluster [DBG] pgmap v10756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:01.651564+0000 mgr.y (mgr.24491) 12174 : cluster [DBG] pgmap v10756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:01.651564+0000 mgr.y (mgr.24491) 12174 : cluster [DBG] pgmap v10756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:03.652255+0000 mgr.y (mgr.24491) 12175 : cluster [DBG] pgmap v10757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:03.652255+0000 mgr.y (mgr.24491) 12175 : cluster [DBG] pgmap v10757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:03.652255+0000 mgr.y (mgr.24491) 12175 : cluster [DBG] pgmap v10757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:05.653005+0000 mgr.y (mgr.24491) 12176 : cluster [DBG] pgmap v10758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:05.653005+0000 mgr.y (mgr.24491) 12176 : cluster [DBG] pgmap v10758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:05.653005+0000 mgr.y (mgr.24491) 12176 : cluster [DBG] pgmap v10758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:31:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:07.653607+0000 mgr.y (mgr.24491) 12177 : cluster [DBG] pgmap v10759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:07.653607+0000 mgr.y (mgr.24491) 12177 : cluster [DBG] pgmap v10759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:07.653607+0000 mgr.y (mgr.24491) 12177 : cluster [DBG] pgmap v10759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:09.654186+0000 mgr.y (mgr.24491) 12178 : cluster [DBG] pgmap v10760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:09.654186+0000 mgr.y (mgr.24491) 12178 : cluster [DBG] pgmap v10760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:09.654186+0000 mgr.y (mgr.24491) 12178 : cluster [DBG] pgmap v10760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:31:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:11.654607+0000 mgr.y (mgr.24491) 12179 : cluster [DBG] pgmap v10761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:11.654607+0000 mgr.y (mgr.24491) 12179 : cluster [DBG] pgmap v10761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:11.654607+0000 mgr.y (mgr.24491) 12179 : cluster [DBG] pgmap v10761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:13.655119+0000 mgr.y (mgr.24491) 12180 : cluster [DBG] pgmap v10762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:13.655119+0000 mgr.y (mgr.24491) 12180 : cluster [DBG] pgmap v10762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:13.655119+0000 mgr.y (mgr.24491) 12180 : cluster [DBG] pgmap v10762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:15.655784+0000 mgr.y (mgr.24491) 12181 : cluster [DBG] pgmap v10763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:17.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:15.655784+0000 mgr.y (mgr.24491) 12181 : cluster [DBG] pgmap v10763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:15.655784+0000 mgr.y (mgr.24491) 12181 : cluster [DBG] pgmap v10763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:31:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:17.656256+0000 mgr.y (mgr.24491) 12182 : cluster [DBG] pgmap v10764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:31:18.610018+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:31:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:17.656256+0000 mgr.y (mgr.24491) 12182 : cluster [DBG] pgmap v10764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:31:18.610018+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:31:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:17.656256+0000 mgr.y (mgr.24491) 12182 : cluster [DBG] pgmap v10764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:31:18.610018+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:31:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:31:18.903620+0000 mon.a (mon.0) 2744 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:31:18.904225+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:31:18.909446+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:31:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:31:18.903620+0000 mon.a (mon.0) 2744 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:31:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:31:18.904225+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:31:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:31:18.909446+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:31:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:31:18.903620+0000 mon.a (mon.0) 2744 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:31:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:31:18.904225+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:31:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:31:18.909446+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:31:20.507 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:31:20.782 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:31:20.782 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 63s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:31:20.782 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 62s ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:31:20.782 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 63s ago 5h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:31:20.783 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 62s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:31:20.783 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 62s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:31:20.783 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 63s ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:31:20.783 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 63s ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:31:20.783 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 62s ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:31:20.783 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 63s ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:31:20.783 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 63s ago 5h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:31:20.783 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 62s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:31:20.783 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 63s ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:31:20.783 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 63s ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:31:20.783 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 63s ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:31:20.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 63s ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:31:20.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 62s ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:31:20.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 62s ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:31:20.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (5h) 62s ago 5h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:31:20.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 62s ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:31:20.784 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 62s ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:31:21.118 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:31:21.118 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:31:21.118 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:31:21.118 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:31:21.118 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:31:21.118 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:31:21.118 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:31:21.119 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:31:21.119 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:31:21.119 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:31:21.119 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:31:21.119 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:31:21.119 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:31:21.119 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:31:21.119 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:31:21.119 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:31:21.119 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:31:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:19.657070+0000 mgr.y (mgr.24491) 12183 : cluster [DBG] pgmap v10765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:31:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:19.657070+0000 mgr.y (mgr.24491) 12183 : cluster [DBG] pgmap v10765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:19.657070+0000 mgr.y (mgr.24491) 12183 : cluster [DBG] pgmap v10765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:31:20.496296+0000 mgr.y (mgr.24491) 12184 : audit [DBG] from='client.27372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:31:20.775898+0000 mgr.y (mgr.24491) 12185 : audit [DBG] from='client.37289 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:31:21.119494+0000 mon.a (mon.0) 2747 : audit [DBG] from='client.? 172.21.15.177:0/1171623305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:31:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:31:20.496296+0000 mgr.y (mgr.24491) 12184 : audit [DBG] from='client.27372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:31:20.775898+0000 mgr.y (mgr.24491) 12185 : audit [DBG] from='client.37289 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:31:21.119494+0000 mon.a (mon.0) 2747 : audit [DBG] from='client.? 172.21.15.177:0/1171623305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:31:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:31:20.496296+0000 mgr.y (mgr.24491) 12184 : audit [DBG] from='client.27372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:31:20.775898+0000 mgr.y (mgr.24491) 12185 : audit [DBG] from='client.37289 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:31:21.119494+0000 mon.a (mon.0) 2747 : audit [DBG] from='client.? 172.21.15.177:0/1171623305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:31:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:21.657438+0000 mgr.y (mgr.24491) 12186 : cluster [DBG] pgmap v10766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:21.657438+0000 mgr.y (mgr.24491) 12186 : cluster [DBG] pgmap v10766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:21.657438+0000 mgr.y (mgr.24491) 12186 : cluster [DBG] pgmap v10766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:23.657803+0000 mgr.y (mgr.24491) 12187 : cluster [DBG] pgmap v10767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:23.657803+0000 mgr.y (mgr.24491) 12187 : cluster [DBG] pgmap v10767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:23.657803+0000 mgr.y (mgr.24491) 12187 : cluster [DBG] pgmap v10767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:25.658643+0000 mgr.y (mgr.24491) 12188 : cluster [DBG] pgmap v10768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:25.658643+0000 mgr.y (mgr.24491) 12188 : cluster [DBG] pgmap v10768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:25.658643+0000 mgr.y (mgr.24491) 12188 : cluster [DBG] pgmap v10768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:31:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:27.659098+0000 mgr.y (mgr.24491) 12189 : cluster [DBG] pgmap v10769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:27.659098+0000 mgr.y (mgr.24491) 12189 : cluster [DBG] pgmap v10769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:27.659098+0000 mgr.y (mgr.24491) 12189 : cluster [DBG] pgmap v10769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:29.659898+0000 mgr.y (mgr.24491) 12190 : cluster [DBG] pgmap v10770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:31:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:29.659898+0000 mgr.y (mgr.24491) 12190 : cluster [DBG] pgmap v10770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:29.659898+0000 mgr.y (mgr.24491) 12190 : cluster [DBG] pgmap v10770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:31.660287+0000 mgr.y (mgr.24491) 12191 : cluster [DBG] pgmap v10771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:31.660287+0000 mgr.y (mgr.24491) 12191 : cluster [DBG] pgmap v10771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:31.660287+0000 mgr.y (mgr.24491) 12191 : cluster [DBG] pgmap v10771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:33.660777+0000 mgr.y (mgr.24491) 12192 : cluster [DBG] pgmap v10772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:33.660777+0000 mgr.y (mgr.24491) 12192 : cluster [DBG] pgmap v10772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:33.660777+0000 mgr.y (mgr.24491) 12192 : cluster [DBG] pgmap v10772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:35.661490+0000 mgr.y (mgr.24491) 12193 : cluster [DBG] pgmap v10773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:35.661490+0000 mgr.y (mgr.24491) 12193 : cluster [DBG] pgmap v10773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:35.661490+0000 mgr.y (mgr.24491) 12193 : cluster [DBG] pgmap v10773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:31:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:37.662039+0000 mgr.y (mgr.24491) 12194 : cluster [DBG] pgmap v10774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:37.662039+0000 mgr.y (mgr.24491) 12194 : cluster [DBG] pgmap v10774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:37.662039+0000 mgr.y (mgr.24491) 12194 : cluster [DBG] pgmap v10774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:39.662610+0000 mgr.y (mgr.24491) 12195 : cluster [DBG] pgmap v10775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:31:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:39.662610+0000 mgr.y (mgr.24491) 12195 : cluster [DBG] pgmap v10775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:39.662610+0000 mgr.y (mgr.24491) 12195 : cluster [DBG] pgmap v10775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:41.663199+0000 mgr.y (mgr.24491) 12196 : cluster [DBG] pgmap v10776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:41.663199+0000 mgr.y (mgr.24491) 12196 : cluster [DBG] pgmap v10776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:41.663199+0000 mgr.y (mgr.24491) 12196 : cluster [DBG] pgmap v10776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:43.663614+0000 mgr.y (mgr.24491) 12197 : cluster [DBG] pgmap v10777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:43.663614+0000 mgr.y (mgr.24491) 12197 : cluster [DBG] pgmap v10777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:43.663614+0000 mgr.y (mgr.24491) 12197 : cluster [DBG] pgmap v10777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:45.664342+0000 mgr.y (mgr.24491) 12198 : cluster [DBG] pgmap v10778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:45.664342+0000 mgr.y (mgr.24491) 12198 : cluster [DBG] pgmap v10778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:45.664342+0000 mgr.y (mgr.24491) 12198 : cluster [DBG] pgmap v10778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:31:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:47.664859+0000 mgr.y (mgr.24491) 12199 : cluster [DBG] pgmap v10779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:47.664859+0000 mgr.y (mgr.24491) 12199 : cluster [DBG] pgmap v10779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:47.664859+0000 mgr.y (mgr.24491) 12199 : cluster [DBG] pgmap v10779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:49.665438+0000 mgr.y (mgr.24491) 12200 : cluster [DBG] pgmap v10780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:31:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:49.665438+0000 mgr.y (mgr.24491) 12200 : cluster [DBG] pgmap v10780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:49.665438+0000 mgr.y (mgr.24491) 12200 : cluster [DBG] pgmap v10780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:51.426 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:31:51.701 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:31:51.701 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 93s ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:31:51.701 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 93s ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:31:51.701 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (5h) 93s ago 5h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:31:51.701 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (5h) 93s ago 5h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:31:51.701 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 93s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:31:51.701 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 93s ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:31:51.701 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 93s ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:31:51.702 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 93s ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:31:51.702 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 93s ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:31:51.702 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 93s ago 5h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:31:51.702 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 93s ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:31:51.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 93s ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:31:51.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 93s ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:31:51.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 93s ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:31:51.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 93s ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:31:51.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 93s ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:31:51.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 93s ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:31:51.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 93s ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:31:51.703 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (5h) 93s ago 5h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:31:51.703 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 93s ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:31:52.034 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:31:52.034 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:31:52.034 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:31:52.034 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:31:52.034 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:31:52.034 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:31:52.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:31:52.035 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:31:52.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:31:52.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:31:52.035 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:31:52.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:31:52.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:31:52.035 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:31:52.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:31:52.035 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:31:52.035 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:31:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:31:51.416166+0000 mgr.y (mgr.24491) 12201 : audit [DBG] from='client.37301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:31:51.416166+0000 mgr.y (mgr.24491) 12201 : audit [DBG] from='client.37301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:31:51.416166+0000 mgr.y (mgr.24491) 12201 : audit [DBG] from='client.37301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:51.665813+0000 mgr.y (mgr.24491) 12202 : cluster [DBG] pgmap v10781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:31:51.695070+0000 mgr.y (mgr.24491) 12203 : audit [DBG] from='client.37307 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:31:52.035983+0000 mon.a (mon.0) 2748 : audit [DBG] from='client.? 172.21.15.177:0/2268578583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:31:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:51.665813+0000 mgr.y (mgr.24491) 12202 : cluster [DBG] pgmap v10781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:31:51.695070+0000 mgr.y (mgr.24491) 12203 : audit [DBG] from='client.37307 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:31:52.035983+0000 mon.a (mon.0) 2748 : audit [DBG] from='client.? 172.21.15.177:0/2268578583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:31:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:51.665813+0000 mgr.y (mgr.24491) 12202 : cluster [DBG] pgmap v10781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:31:51.695070+0000 mgr.y (mgr.24491) 12203 : audit [DBG] from='client.37307 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:31:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:31:52.035983+0000 mon.a (mon.0) 2748 : audit [DBG] from='client.? 172.21.15.177:0/2268578583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:31:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:53.666264+0000 mgr.y (mgr.24491) 12204 : cluster [DBG] pgmap v10782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:53.666264+0000 mgr.y (mgr.24491) 12204 : cluster [DBG] pgmap v10782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:53.666264+0000 mgr.y (mgr.24491) 12204 : cluster [DBG] pgmap v10782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:55.667084+0000 mgr.y (mgr.24491) 12205 : cluster [DBG] pgmap v10783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:55.667084+0000 mgr.y (mgr.24491) 12205 : cluster [DBG] pgmap v10783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:55.667084+0000 mgr.y (mgr.24491) 12205 : cluster [DBG] pgmap v10783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:31:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:31:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:31:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:57.667543+0000 mgr.y (mgr.24491) 12206 : cluster [DBG] pgmap v10784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:57.667543+0000 mgr.y (mgr.24491) 12206 : cluster [DBG] pgmap v10784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:31:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:57.667543+0000 mgr.y (mgr.24491) 12206 : cluster [DBG] pgmap v10784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:31:59.668408+0000 mgr.y (mgr.24491) 12207 : cluster [DBG] pgmap v10785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:32:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:31:59.668408+0000 mgr.y (mgr.24491) 12207 : cluster [DBG] pgmap v10785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:31:59.668408+0000 mgr.y (mgr.24491) 12207 : cluster [DBG] pgmap v10785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:01.668848+0000 mgr.y (mgr.24491) 12208 : cluster [DBG] pgmap v10786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:01.668848+0000 mgr.y (mgr.24491) 12208 : cluster [DBG] pgmap v10786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:01.668848+0000 mgr.y (mgr.24491) 12208 : cluster [DBG] pgmap v10786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:03.669390+0000 mgr.y (mgr.24491) 12209 : cluster [DBG] pgmap v10787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:03.669390+0000 mgr.y (mgr.24491) 12209 : cluster [DBG] pgmap v10787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:03.669390+0000 mgr.y (mgr.24491) 12209 : cluster [DBG] pgmap v10787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:05.670083+0000 mgr.y (mgr.24491) 12210 : cluster [DBG] pgmap v10788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:05.670083+0000 mgr.y (mgr.24491) 12210 : cluster [DBG] pgmap v10788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:05.670083+0000 mgr.y (mgr.24491) 12210 : cluster [DBG] pgmap v10788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:32:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:07.670658+0000 mgr.y (mgr.24491) 12211 : cluster [DBG] pgmap v10789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:07.670658+0000 mgr.y (mgr.24491) 12211 : cluster [DBG] pgmap v10789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:07.670658+0000 mgr.y (mgr.24491) 12211 : cluster [DBG] pgmap v10789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:09.671474+0000 mgr.y (mgr.24491) 12212 : cluster [DBG] pgmap v10790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:09.671474+0000 mgr.y (mgr.24491) 12212 : cluster [DBG] pgmap v10790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:09.671474+0000 mgr.y (mgr.24491) 12212 : cluster [DBG] pgmap v10790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:32:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:11.671893+0000 mgr.y (mgr.24491) 12213 : cluster [DBG] pgmap v10791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:11.671893+0000 mgr.y (mgr.24491) 12213 : cluster [DBG] pgmap v10791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:11.671893+0000 mgr.y (mgr.24491) 12213 : cluster [DBG] pgmap v10791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:13.672253+0000 mgr.y (mgr.24491) 12214 : cluster [DBG] pgmap v10792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:13.672253+0000 mgr.y (mgr.24491) 12214 : cluster [DBG] pgmap v10792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:13.672253+0000 mgr.y (mgr.24491) 12214 : cluster [DBG] pgmap v10792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:15.672972+0000 mgr.y (mgr.24491) 12215 : cluster [DBG] pgmap v10793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:15.672972+0000 mgr.y (mgr.24491) 12215 : cluster [DBG] pgmap v10793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:15.672972+0000 mgr.y (mgr.24491) 12215 : cluster [DBG] pgmap v10793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:32:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:17.673502+0000 mgr.y (mgr.24491) 12216 : cluster [DBG] pgmap v10794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:32:18.913632+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:32:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:17.673502+0000 mgr.y (mgr.24491) 12216 : cluster [DBG] pgmap v10794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:32:18.913632+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:32:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:17.673502+0000 mgr.y (mgr.24491) 12216 : cluster [DBG] pgmap v10794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:32:18.913632+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:32:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:32:19.207751+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:32:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:32:19.208379+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:32:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:32:19.212540+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:32:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:32:19.207751+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:32:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:32:19.208379+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:32:20.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:32:19.212540+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:32:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:32:19.207751+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:32:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:32:19.208379+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:32:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:32:19.212540+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:32:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:19.674066+0000 mgr.y (mgr.24491) 12217 : cluster [DBG] pgmap v10795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:32:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:19.674066+0000 mgr.y (mgr.24491) 12217 : cluster [DBG] pgmap v10795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:19.674066+0000 mgr.y (mgr.24491) 12217 : cluster [DBG] pgmap v10795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:22.348 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:32:22.630 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:32:22.630 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:32:22.630 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:32:22.630 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:32:22.630 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:32:22.630 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:32:22.631 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:32:22.971 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:32:22.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:32:22.973 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:32:22.973 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:32:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:21.674616+0000 mgr.y (mgr.24491) 12218 : cluster [DBG] pgmap v10796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:32:22.337598+0000 mgr.y (mgr.24491) 12219 : audit [DBG] from='client.37319 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:32:22.973405+0000 mon.a (mon.0) 2753 : audit [DBG] from='client.? 172.21.15.177:0/4127193738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:32:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:21.674616+0000 mgr.y (mgr.24491) 12218 : cluster [DBG] pgmap v10796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:32:22.337598+0000 mgr.y (mgr.24491) 12219 : audit [DBG] from='client.37319 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:32:22.973405+0000 mon.a (mon.0) 2753 : audit [DBG] from='client.? 172.21.15.177:0/4127193738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:32:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:21.674616+0000 mgr.y (mgr.24491) 12218 : cluster [DBG] pgmap v10796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:32:22.337598+0000 mgr.y (mgr.24491) 12219 : audit [DBG] from='client.37319 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:32:22.973405+0000 mon.a (mon.0) 2753 : audit [DBG] from='client.? 172.21.15.177:0/4127193738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:32:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:32:22.624079+0000 mgr.y (mgr.24491) 12220 : audit [DBG] from='client.37325 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:32:22.624079+0000 mgr.y (mgr.24491) 12220 : audit [DBG] from='client.37325 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:32:22.624079+0000 mgr.y (mgr.24491) 12220 : audit [DBG] from='client.37325 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:23.675169+0000 mgr.y (mgr.24491) 12221 : cluster [DBG] pgmap v10797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:23.675169+0000 mgr.y (mgr.24491) 12221 : cluster [DBG] pgmap v10797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:23.675169+0000 mgr.y (mgr.24491) 12221 : cluster [DBG] pgmap v10797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:25.676058+0000 mgr.y (mgr.24491) 12222 : cluster [DBG] pgmap v10798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:25.676058+0000 mgr.y (mgr.24491) 12222 : cluster [DBG] pgmap v10798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:25.676058+0000 mgr.y (mgr.24491) 12222 : cluster [DBG] pgmap v10798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:32:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:27.676602+0000 mgr.y (mgr.24491) 12223 : cluster [DBG] pgmap v10799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:27.676602+0000 mgr.y (mgr.24491) 12223 : cluster [DBG] pgmap v10799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:27.676602+0000 mgr.y (mgr.24491) 12223 : cluster [DBG] pgmap v10799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:29.677403+0000 mgr.y (mgr.24491) 12224 : cluster [DBG] pgmap v10800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:32:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:29.677403+0000 mgr.y (mgr.24491) 12224 : cluster [DBG] pgmap v10800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:29.677403+0000 mgr.y (mgr.24491) 12224 : cluster [DBG] pgmap v10800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:31.678076+0000 mgr.y (mgr.24491) 12225 : cluster [DBG] pgmap v10801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:31.678076+0000 mgr.y (mgr.24491) 12225 : cluster [DBG] pgmap v10801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:31.678076+0000 mgr.y (mgr.24491) 12225 : cluster [DBG] pgmap v10801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:33.678512+0000 mgr.y (mgr.24491) 12226 : cluster [DBG] pgmap v10802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:33.678512+0000 mgr.y (mgr.24491) 12226 : cluster [DBG] pgmap v10802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:33.678512+0000 mgr.y (mgr.24491) 12226 : cluster [DBG] pgmap v10802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:35.679311+0000 mgr.y (mgr.24491) 12227 : cluster [DBG] pgmap v10803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:35.679311+0000 mgr.y (mgr.24491) 12227 : cluster [DBG] pgmap v10803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:35.679311+0000 mgr.y (mgr.24491) 12227 : cluster [DBG] pgmap v10803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:32:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:37.679749+0000 mgr.y (mgr.24491) 12228 : cluster [DBG] pgmap v10804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:37.679749+0000 mgr.y (mgr.24491) 12228 : cluster [DBG] pgmap v10804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:37.679749+0000 mgr.y (mgr.24491) 12228 : cluster [DBG] pgmap v10804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:39.680524+0000 mgr.y (mgr.24491) 12229 : cluster [DBG] pgmap v10805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:32:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:39.680524+0000 mgr.y (mgr.24491) 12229 : cluster [DBG] pgmap v10805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:39.680524+0000 mgr.y (mgr.24491) 12229 : cluster [DBG] pgmap v10805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:41.680954+0000 mgr.y (mgr.24491) 12230 : cluster [DBG] pgmap v10806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:41.680954+0000 mgr.y (mgr.24491) 12230 : cluster [DBG] pgmap v10806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:41.680954+0000 mgr.y (mgr.24491) 12230 : cluster [DBG] pgmap v10806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:43.681484+0000 mgr.y (mgr.24491) 12231 : cluster [DBG] pgmap v10807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:43.681484+0000 mgr.y (mgr.24491) 12231 : cluster [DBG] pgmap v10807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:43.681484+0000 mgr.y (mgr.24491) 12231 : cluster [DBG] pgmap v10807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:45.682300+0000 mgr.y (mgr.24491) 12232 : cluster [DBG] pgmap v10808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:45.682300+0000 mgr.y (mgr.24491) 12232 : cluster [DBG] pgmap v10808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:45.682300+0000 mgr.y (mgr.24491) 12232 : cluster [DBG] pgmap v10808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:32:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:47.682861+0000 mgr.y (mgr.24491) 12233 : cluster [DBG] pgmap v10809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:47.682861+0000 mgr.y (mgr.24491) 12233 : cluster [DBG] pgmap v10809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:47.682861+0000 mgr.y (mgr.24491) 12233 : cluster [DBG] pgmap v10809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:51.278 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:32:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:49.683542+0000 mgr.y (mgr.24491) 12234 : cluster [DBG] pgmap v10810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:49.683542+0000 mgr.y (mgr.24491) 12234 : cluster [DBG] pgmap v10810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:49.683542+0000 mgr.y (mgr.24491) 12234 : cluster [DBG] pgmap v10810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:53.283 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:32:53.559 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:32:53.559 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 2m ago 5h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:32:53.559 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 2m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:32:53.559 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:32:53.559 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:32:53.559 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:32:53.559 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:32:53.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (5h) 2m ago 5h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (5h) 2m ago 5h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:32:53.560 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 2m ago 5h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:32:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:51.684003+0000 mgr.y (mgr.24491) 12235 : cluster [DBG] pgmap v10811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:51.684003+0000 mgr.y (mgr.24491) 12235 : cluster [DBG] pgmap v10811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:51.684003+0000 mgr.y (mgr.24491) 12235 : cluster [DBG] pgmap v10811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:53.892 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:32:53.892 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:32:53.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:32:53.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:32:53.892 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:32:53.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:32:53.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:32:53.892 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:32:53.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:32:53.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:32:53.893 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:32:53.893 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:32:53.893 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:32:53.893 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:32:53.893 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:32:53.893 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:32:53.893 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:32:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:32:53.271866+0000 mgr.y (mgr.24491) 12236 : audit [DBG] from='client.37337 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:32:53.893497+0000 mon.a (mon.0) 2754 : audit [DBG] from='client.? 172.21.15.177:0/2793127378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:32:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:32:53.271866+0000 mgr.y (mgr.24491) 12236 : audit [DBG] from='client.37337 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:32:53.893497+0000 mon.a (mon.0) 2754 : audit [DBG] from='client.? 172.21.15.177:0/2793127378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:32:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:32:53.271866+0000 mgr.y (mgr.24491) 12236 : audit [DBG] from='client.37337 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:32:53.893497+0000 mon.a (mon.0) 2754 : audit [DBG] from='client.? 172.21.15.177:0/2793127378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:32:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:32:53.552973+0000 mgr.y (mgr.24491) 12237 : audit [DBG] from='client.27432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:53.684320+0000 mgr.y (mgr.24491) 12238 : cluster [DBG] pgmap v10812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:32:53.552973+0000 mgr.y (mgr.24491) 12237 : audit [DBG] from='client.27432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:53.684320+0000 mgr.y (mgr.24491) 12238 : cluster [DBG] pgmap v10812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:32:53.552973+0000 mgr.y (mgr.24491) 12237 : audit [DBG] from='client.27432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:32:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:53.684320+0000 mgr.y (mgr.24491) 12238 : cluster [DBG] pgmap v10812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:55.685159+0000 mgr.y (mgr.24491) 12239 : cluster [DBG] pgmap v10813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:55.685159+0000 mgr.y (mgr.24491) 12239 : cluster [DBG] pgmap v10813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:55.685159+0000 mgr.y (mgr.24491) 12239 : cluster [DBG] pgmap v10813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:32:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T09:32:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:57.685642+0000 mgr.y (mgr.24491) 12240 : cluster [DBG] pgmap v10814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:57.685642+0000 mgr.y (mgr.24491) 12240 : cluster [DBG] pgmap v10814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:32:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:32:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:57.685642+0000 mgr.y (mgr.24491) 12240 : cluster [DBG] pgmap v10814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:01.296 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:33:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:32:59.686535+0000 mgr.y (mgr.24491) 12241 : cluster [DBG] pgmap v10815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:32:59.686535+0000 mgr.y (mgr.24491) 12241 : cluster [DBG] pgmap v10815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:32:59.686535+0000 mgr.y (mgr.24491) 12241 : cluster [DBG] pgmap v10815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:01.687039+0000 mgr.y (mgr.24491) 12242 : cluster [DBG] pgmap v10816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:01.687039+0000 mgr.y (mgr.24491) 12242 : cluster [DBG] pgmap v10816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:01.687039+0000 mgr.y (mgr.24491) 12242 : cluster [DBG] pgmap v10816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:03.687625+0000 mgr.y (mgr.24491) 12243 : cluster [DBG] pgmap v10817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:03.687625+0000 mgr.y (mgr.24491) 12243 : cluster [DBG] pgmap v10817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:03.687625+0000 mgr.y (mgr.24491) 12243 : cluster [DBG] pgmap v10817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:05.688452+0000 mgr.y (mgr.24491) 12244 : cluster [DBG] pgmap v10818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:05.688452+0000 mgr.y (mgr.24491) 12244 : cluster [DBG] pgmap v10818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:05.688452+0000 mgr.y (mgr.24491) 12244 : cluster [DBG] pgmap v10818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:33:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:07.689031+0000 mgr.y (mgr.24491) 12245 : cluster [DBG] pgmap v10819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:07.689031+0000 mgr.y (mgr.24491) 12245 : cluster [DBG] pgmap v10819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:07.689031+0000 mgr.y (mgr.24491) 12245 : cluster [DBG] pgmap v10819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:11.312 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:33:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:09.689832+0000 mgr.y (mgr.24491) 12246 : cluster [DBG] pgmap v10820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:09.689832+0000 mgr.y (mgr.24491) 12246 : cluster [DBG] pgmap v10820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:09.689832+0000 mgr.y (mgr.24491) 12246 : cluster [DBG] pgmap v10820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:11.690250+0000 mgr.y (mgr.24491) 12247 : cluster [DBG] pgmap v10821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:11.690250+0000 mgr.y (mgr.24491) 12247 : cluster [DBG] pgmap v10821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:11.690250+0000 mgr.y (mgr.24491) 12247 : cluster [DBG] pgmap v10821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:13.690677+0000 mgr.y (mgr.24491) 12248 : cluster [DBG] pgmap v10822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:13.690677+0000 mgr.y (mgr.24491) 12248 : cluster [DBG] pgmap v10822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:13.690677+0000 mgr.y (mgr.24491) 12248 : cluster [DBG] pgmap v10822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:15.691334+0000 mgr.y (mgr.24491) 12249 : cluster [DBG] pgmap v10823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:15.691334+0000 mgr.y (mgr.24491) 12249 : cluster [DBG] pgmap v10823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:15.691334+0000 mgr.y (mgr.24491) 12249 : cluster [DBG] pgmap v10823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:33:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:17.691898+0000 mgr.y (mgr.24491) 12250 : cluster [DBG] pgmap v10824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:33:19.217288+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:33:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:17.691898+0000 mgr.y (mgr.24491) 12250 : cluster [DBG] pgmap v10824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:33:19.217288+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:33:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:17.691898+0000 mgr.y (mgr.24491) 12250 : cluster [DBG] pgmap v10824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:33:19.217288+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:33:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:33:19.460375+0000 mon.a (mon.0) 2756 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:33:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:33:19.726167+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:33:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:33:19.726808+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:33:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:33:19.730930+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:33:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:33:19.460375+0000 mon.a (mon.0) 2756 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:33:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:33:19.726167+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:33:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:33:19.726808+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:33:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:33:19.730930+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:33:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:33:19.460375+0000 mon.a (mon.0) 2756 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:33:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:33:19.726167+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:33:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:33:19.726808+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:33:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:33:19.730930+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:33:21.468 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:33:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:19.692454+0000 mgr.y (mgr.24491) 12251 : cluster [DBG] pgmap v10825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:19.692454+0000 mgr.y (mgr.24491) 12251 : cluster [DBG] pgmap v10825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:19.692454+0000 mgr.y (mgr.24491) 12251 : cluster [DBG] pgmap v10825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:21.693044+0000 mgr.y (mgr.24491) 12252 : cluster [DBG] pgmap v10826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:21.693044+0000 mgr.y (mgr.24491) 12252 : cluster [DBG] pgmap v10826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:21.693044+0000 mgr.y (mgr.24491) 12252 : cluster [DBG] pgmap v10826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:24.202 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:33:24.477 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:33:24.477 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:33:24.477 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (5h) 3m ago 5h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:33:24.478 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:33:24.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:33:24.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:33:24.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:33:24.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:33:24.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:33:24.479 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:33:24.810 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:33:24.810 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:33:24.810 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:33:24.811 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:33:24.811 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:33:24.811 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:33:24.811 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:33:24.811 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:33:24.811 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:33:24.811 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:33:24.811 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:33:24.811 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:33:24.811 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:33:24.812 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:33:24.812 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:33:24.812 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:33:24.812 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:33:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:23.693420+0000 mgr.y (mgr.24491) 12253 : cluster [DBG] pgmap v10827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:33:24.191239+0000 mgr.y (mgr.24491) 12254 : audit [DBG] from='client.27444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:33:24.470353+0000 mgr.y (mgr.24491) 12255 : audit [DBG] from='client.37361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:33:24.811884+0000 mon.c (mon.2) 397 : audit [DBG] from='client.? 172.21.15.177:0/933725860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:33:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:23.693420+0000 mgr.y (mgr.24491) 12253 : cluster [DBG] pgmap v10827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:33:24.191239+0000 mgr.y (mgr.24491) 12254 : audit [DBG] from='client.27444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:33:24.470353+0000 mgr.y (mgr.24491) 12255 : audit [DBG] from='client.37361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:33:24.811884+0000 mon.c (mon.2) 397 : audit [DBG] from='client.? 172.21.15.177:0/933725860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:33:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:23.693420+0000 mgr.y (mgr.24491) 12253 : cluster [DBG] pgmap v10827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:33:24.191239+0000 mgr.y (mgr.24491) 12254 : audit [DBG] from='client.27444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:33:24.470353+0000 mgr.y (mgr.24491) 12255 : audit [DBG] from='client.37361 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:33:24.811884+0000 mon.c (mon.2) 397 : audit [DBG] from='client.? 172.21.15.177:0/933725860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:33:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:25.694136+0000 mgr.y (mgr.24491) 12256 : cluster [DBG] pgmap v10828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:25.694136+0000 mgr.y (mgr.24491) 12256 : cluster [DBG] pgmap v10828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:25.694136+0000 mgr.y (mgr.24491) 12256 : cluster [DBG] pgmap v10828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:33:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:27.694667+0000 mgr.y (mgr.24491) 12257 : cluster [DBG] pgmap v10829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:27.694667+0000 mgr.y (mgr.24491) 12257 : cluster [DBG] pgmap v10829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:27.694667+0000 mgr.y (mgr.24491) 12257 : cluster [DBG] pgmap v10829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:31.009 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:29.695296+0000 mgr.y (mgr.24491) 12258 : cluster [DBG] pgmap v10830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:29.695296+0000 mgr.y (mgr.24491) 12258 : cluster [DBG] pgmap v10830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:29.695296+0000 mgr.y (mgr.24491) 12258 : cluster [DBG] pgmap v10830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:33:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:31.695684+0000 mgr.y (mgr.24491) 12259 : cluster [DBG] pgmap v10831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:31.695684+0000 mgr.y (mgr.24491) 12259 : cluster [DBG] pgmap v10831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:31.695684+0000 mgr.y (mgr.24491) 12259 : cluster [DBG] pgmap v10831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:33.696137+0000 mgr.y (mgr.24491) 12260 : cluster [DBG] pgmap v10832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:33.696137+0000 mgr.y (mgr.24491) 12260 : cluster [DBG] pgmap v10832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:33.696137+0000 mgr.y (mgr.24491) 12260 : cluster [DBG] pgmap v10832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:35.696905+0000 mgr.y (mgr.24491) 12261 : cluster [DBG] pgmap v10833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:35.696905+0000 mgr.y (mgr.24491) 12261 : cluster [DBG] pgmap v10833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:35.696905+0000 mgr.y (mgr.24491) 12261 : cluster [DBG] pgmap v10833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:33:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:37.697305+0000 mgr.y (mgr.24491) 12262 : cluster [DBG] pgmap v10834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:37.697305+0000 mgr.y (mgr.24491) 12262 : cluster [DBG] pgmap v10834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:37.697305+0000 mgr.y (mgr.24491) 12262 : cluster [DBG] pgmap v10834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:39.698015+0000 mgr.y (mgr.24491) 12263 : cluster [DBG] pgmap v10835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:39.698015+0000 mgr.y (mgr.24491) 12263 : cluster [DBG] pgmap v10835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:39.698015+0000 mgr.y (mgr.24491) 12263 : cluster [DBG] pgmap v10835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:33:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:41.698515+0000 mgr.y (mgr.24491) 12264 : cluster [DBG] pgmap v10836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:41.698515+0000 mgr.y (mgr.24491) 12264 : cluster [DBG] pgmap v10836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:41.698515+0000 mgr.y (mgr.24491) 12264 : cluster [DBG] pgmap v10836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:43.698860+0000 mgr.y (mgr.24491) 12265 : cluster [DBG] pgmap v10837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:43.698860+0000 mgr.y (mgr.24491) 12265 : cluster [DBG] pgmap v10837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:43.698860+0000 mgr.y (mgr.24491) 12265 : cluster [DBG] pgmap v10837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:45.699569+0000 mgr.y (mgr.24491) 12266 : cluster [DBG] pgmap v10838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:45.699569+0000 mgr.y (mgr.24491) 12266 : cluster [DBG] pgmap v10838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:45.699569+0000 mgr.y (mgr.24491) 12266 : cluster [DBG] pgmap v10838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:33:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:47.700099+0000 mgr.y (mgr.24491) 12267 : cluster [DBG] pgmap v10839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:47.700099+0000 mgr.y (mgr.24491) 12267 : cluster [DBG] pgmap v10839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:47.700099+0000 mgr.y (mgr.24491) 12267 : cluster [DBG] pgmap v10839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:49.700698+0000 mgr.y (mgr.24491) 12268 : cluster [DBG] pgmap v10840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:51.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:49.700698+0000 mgr.y (mgr.24491) 12268 : cluster [DBG] pgmap v10840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:49.700698+0000 mgr.y (mgr.24491) 12268 : cluster [DBG] pgmap v10840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:33:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:51.701123+0000 mgr.y (mgr.24491) 12269 : cluster [DBG] pgmap v10841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:51.701123+0000 mgr.y (mgr.24491) 12269 : cluster [DBG] pgmap v10841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:51.701123+0000 mgr.y (mgr.24491) 12269 : cluster [DBG] pgmap v10841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:55.124 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:33:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:53.701580+0000 mgr.y (mgr.24491) 12270 : cluster [DBG] pgmap v10842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:53.701580+0000 mgr.y (mgr.24491) 12270 : cluster [DBG] pgmap v10842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:53.701580+0000 mgr.y (mgr.24491) 12270 : cluster [DBG] pgmap v10842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (5h) 3m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:33:55.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:33:55.402 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:33:55.402 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:33:55.402 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:33:55.402 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:33:55.402 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:33:55.402 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:33:55.402 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:33:55.402 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (5h) 3m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:33:55.736 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:33:55.736 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:33:55.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:33:55.737 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:33:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:33:55.113569+0000 mgr.y (mgr.24491) 12271 : audit [DBG] from='client.27462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:33:55.395104+0000 mgr.y (mgr.24491) 12272 : audit [DBG] from='client.27468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:33:55.738233+0000 mon.c (mon.2) 398 : audit [DBG] from='client.? 172.21.15.177:0/2161885105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:33:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:33:55.113569+0000 mgr.y (mgr.24491) 12271 : audit [DBG] from='client.27462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:33:55.395104+0000 mgr.y (mgr.24491) 12272 : audit [DBG] from='client.27468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:33:55.738233+0000 mon.c (mon.2) 398 : audit [DBG] from='client.? 172.21.15.177:0/2161885105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:33:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:33:55.113569+0000 mgr.y (mgr.24491) 12271 : audit [DBG] from='client.27462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:33:55.395104+0000 mgr.y (mgr.24491) 12272 : audit [DBG] from='client.27468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:33:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:33:55.738233+0000 mon.c (mon.2) 398 : audit [DBG] from='client.? 172.21.15.177:0/2161885105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:33:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:55.702245+0000 mgr.y (mgr.24491) 12273 : cluster [DBG] pgmap v10843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:55.702245+0000 mgr.y (mgr.24491) 12273 : cluster [DBG] pgmap v10843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:57.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:55.702245+0000 mgr.y (mgr.24491) 12273 : cluster [DBG] pgmap v10843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:33:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:33:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:57.702577+0000 mgr.y (mgr.24491) 12274 : cluster [DBG] pgmap v10844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:57.702577+0000 mgr.y (mgr.24491) 12274 : cluster [DBG] pgmap v10844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:33:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:33:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:57.702577+0000 mgr.y (mgr.24491) 12274 : cluster [DBG] pgmap v10844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:33:59.703340+0000 mgr.y (mgr.24491) 12275 : cluster [DBG] pgmap v10845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:33:59.703340+0000 mgr.y (mgr.24491) 12275 : cluster [DBG] pgmap v10845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:33:59.703340+0000 mgr.y (mgr.24491) 12275 : cluster [DBG] pgmap v10845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:34:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:01.703780+0000 mgr.y (mgr.24491) 12276 : cluster [DBG] pgmap v10846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:01.703780+0000 mgr.y (mgr.24491) 12276 : cluster [DBG] pgmap v10846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:01.703780+0000 mgr.y (mgr.24491) 12276 : cluster [DBG] pgmap v10846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:03.704208+0000 mgr.y (mgr.24491) 12277 : cluster [DBG] pgmap v10847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:03.704208+0000 mgr.y (mgr.24491) 12277 : cluster [DBG] pgmap v10847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:03.704208+0000 mgr.y (mgr.24491) 12277 : cluster [DBG] pgmap v10847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:05.704842+0000 mgr.y (mgr.24491) 12278 : cluster [DBG] pgmap v10848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:05.704842+0000 mgr.y (mgr.24491) 12278 : cluster [DBG] pgmap v10848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:05.704842+0000 mgr.y (mgr.24491) 12278 : cluster [DBG] pgmap v10848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:34:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:07.705245+0000 mgr.y (mgr.24491) 12279 : cluster [DBG] pgmap v10849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:07.705245+0000 mgr.y (mgr.24491) 12279 : cluster [DBG] pgmap v10849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:07.705245+0000 mgr.y (mgr.24491) 12279 : cluster [DBG] pgmap v10849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:09.705950+0000 mgr.y (mgr.24491) 12280 : cluster [DBG] pgmap v10850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:09.705950+0000 mgr.y (mgr.24491) 12280 : cluster [DBG] pgmap v10850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:09.705950+0000 mgr.y (mgr.24491) 12280 : cluster [DBG] pgmap v10850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:34:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:11.706401+0000 mgr.y (mgr.24491) 12281 : cluster [DBG] pgmap v10851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:11.706401+0000 mgr.y (mgr.24491) 12281 : cluster [DBG] pgmap v10851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:11.706401+0000 mgr.y (mgr.24491) 12281 : cluster [DBG] pgmap v10851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:13.706869+0000 mgr.y (mgr.24491) 12282 : cluster [DBG] pgmap v10852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:13.706869+0000 mgr.y (mgr.24491) 12282 : cluster [DBG] pgmap v10852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:13.706869+0000 mgr.y (mgr.24491) 12282 : cluster [DBG] pgmap v10852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:15.707520+0000 mgr.y (mgr.24491) 12283 : cluster [DBG] pgmap v10853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:15.707520+0000 mgr.y (mgr.24491) 12283 : cluster [DBG] pgmap v10853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:15.707520+0000 mgr.y (mgr.24491) 12283 : cluster [DBG] pgmap v10853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:34:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:17.707984+0000 mgr.y (mgr.24491) 12284 : cluster [DBG] pgmap v10854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:17.707984+0000 mgr.y (mgr.24491) 12284 : cluster [DBG] pgmap v10854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:17.707984+0000 mgr.y (mgr.24491) 12284 : cluster [DBG] pgmap v10854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:34:19.735198+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:34:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:34:19.735198+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:34:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:34:19.735198+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:34:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:34:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:19.708863+0000 mgr.y (mgr.24491) 12285 : cluster [DBG] pgmap v10855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:34:19.977437+0000 mon.a (mon.0) 2761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:34:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:34:20.254112+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:34:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:34:20.254778+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:34:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:34:20.259043+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:34:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:19.708863+0000 mgr.y (mgr.24491) 12285 : cluster [DBG] pgmap v10855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:34:19.977437+0000 mon.a (mon.0) 2761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:34:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:34:20.254112+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:34:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:34:20.254778+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:34:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:34:20.259043+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:34:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:19.708863+0000 mgr.y (mgr.24491) 12285 : cluster [DBG] pgmap v10855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:34:19.977437+0000 mon.a (mon.0) 2761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:34:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:34:20.254112+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:34:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:34:20.254778+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:34:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:34:20.259043+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:34:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:21.709380+0000 mgr.y (mgr.24491) 12286 : cluster [DBG] pgmap v10856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:21.709380+0000 mgr.y (mgr.24491) 12286 : cluster [DBG] pgmap v10856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:21.709380+0000 mgr.y (mgr.24491) 12286 : cluster [DBG] pgmap v10856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:23.709783+0000 mgr.y (mgr.24491) 12287 : cluster [DBG] pgmap v10857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:23.709783+0000 mgr.y (mgr.24491) 12287 : cluster [DBG] pgmap v10857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:23.709783+0000 mgr.y (mgr.24491) 12287 : cluster [DBG] pgmap v10857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:26.048 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:34:26.321 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:34:26.322 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:34:26.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:34:26.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:34:26.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:34:26.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:34:26.323 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:34:26.654 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:34:26.654 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:34:26.654 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:34:26.654 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:34:26.654 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:34:26.654 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:34:26.654 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:34:26.654 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:34:26.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:34:26.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:34:26.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:34:26.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:34:26.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:34:26.655 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:34:26.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:34:26.655 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:34:26.655 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:34:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:25.710454+0000 mgr.y (mgr.24491) 12288 : cluster [DBG] pgmap v10858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:34:26.037456+0000 mgr.y (mgr.24491) 12289 : audit [DBG] from='client.37391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:34:26.315550+0000 mgr.y (mgr.24491) 12290 : audit [DBG] from='client.27486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:34:26.655498+0000 mon.c (mon.2) 399 : audit [DBG] from='client.? 172.21.15.177:0/4040739345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:34:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:25.710454+0000 mgr.y (mgr.24491) 12288 : cluster [DBG] pgmap v10858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:34:26.037456+0000 mgr.y (mgr.24491) 12289 : audit [DBG] from='client.37391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:34:26.315550+0000 mgr.y (mgr.24491) 12290 : audit [DBG] from='client.27486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:34:26.655498+0000 mon.c (mon.2) 399 : audit [DBG] from='client.? 172.21.15.177:0/4040739345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:34:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:25.710454+0000 mgr.y (mgr.24491) 12288 : cluster [DBG] pgmap v10858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:34:26.037456+0000 mgr.y (mgr.24491) 12289 : audit [DBG] from='client.37391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:34:26.315550+0000 mgr.y (mgr.24491) 12290 : audit [DBG] from='client.27486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:34:26.655498+0000 mon.c (mon.2) 399 : audit [DBG] from='client.? 172.21.15.177:0/4040739345' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:34:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:34:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:27.711034+0000 mgr.y (mgr.24491) 12291 : cluster [DBG] pgmap v10859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:27.711034+0000 mgr.y (mgr.24491) 12291 : cluster [DBG] pgmap v10859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:27.711034+0000 mgr.y (mgr.24491) 12291 : cluster [DBG] pgmap v10859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:29.711701+0000 mgr.y (mgr.24491) 12292 : cluster [DBG] pgmap v10860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:34:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:29.711701+0000 mgr.y (mgr.24491) 12292 : cluster [DBG] pgmap v10860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:29.711701+0000 mgr.y (mgr.24491) 12292 : cluster [DBG] pgmap v10860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:31.712318+0000 mgr.y (mgr.24491) 12293 : cluster [DBG] pgmap v10861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:31.712318+0000 mgr.y (mgr.24491) 12293 : cluster [DBG] pgmap v10861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:31.712318+0000 mgr.y (mgr.24491) 12293 : cluster [DBG] pgmap v10861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:33.712779+0000 mgr.y (mgr.24491) 12294 : cluster [DBG] pgmap v10862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:33.712779+0000 mgr.y (mgr.24491) 12294 : cluster [DBG] pgmap v10862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:33.712779+0000 mgr.y (mgr.24491) 12294 : cluster [DBG] pgmap v10862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:35.713410+0000 mgr.y (mgr.24491) 12295 : cluster [DBG] pgmap v10863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:35.713410+0000 mgr.y (mgr.24491) 12295 : cluster [DBG] pgmap v10863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:35.713410+0000 mgr.y (mgr.24491) 12295 : cluster [DBG] pgmap v10863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:34:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:37.713860+0000 mgr.y (mgr.24491) 12296 : cluster [DBG] pgmap v10864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:37.713860+0000 mgr.y (mgr.24491) 12296 : cluster [DBG] pgmap v10864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:37.713860+0000 mgr.y (mgr.24491) 12296 : cluster [DBG] pgmap v10864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:39.714680+0000 mgr.y (mgr.24491) 12297 : cluster [DBG] pgmap v10865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:39.714680+0000 mgr.y (mgr.24491) 12297 : cluster [DBG] pgmap v10865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:39.714680+0000 mgr.y (mgr.24491) 12297 : cluster [DBG] pgmap v10865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:34:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:41.715138+0000 mgr.y (mgr.24491) 12298 : cluster [DBG] pgmap v10866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:41.715138+0000 mgr.y (mgr.24491) 12298 : cluster [DBG] pgmap v10866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:41.715138+0000 mgr.y (mgr.24491) 12298 : cluster [DBG] pgmap v10866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:43.715846+0000 mgr.y (mgr.24491) 12299 : cluster [DBG] pgmap v10867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:43.715846+0000 mgr.y (mgr.24491) 12299 : cluster [DBG] pgmap v10867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:43.715846+0000 mgr.y (mgr.24491) 12299 : cluster [DBG] pgmap v10867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:45.716583+0000 mgr.y (mgr.24491) 12300 : cluster [DBG] pgmap v10868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:45.716583+0000 mgr.y (mgr.24491) 12300 : cluster [DBG] pgmap v10868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:47.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:45.716583+0000 mgr.y (mgr.24491) 12300 : cluster [DBG] pgmap v10868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:34:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:47.717012+0000 mgr.y (mgr.24491) 12301 : cluster [DBG] pgmap v10869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:47.717012+0000 mgr.y (mgr.24491) 12301 : cluster [DBG] pgmap v10869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:47.717012+0000 mgr.y (mgr.24491) 12301 : cluster [DBG] pgmap v10869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:49.717611+0000 mgr.y (mgr.24491) 12302 : cluster [DBG] pgmap v10870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:49.717611+0000 mgr.y (mgr.24491) 12302 : cluster [DBG] pgmap v10870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:49.717611+0000 mgr.y (mgr.24491) 12302 : cluster [DBG] pgmap v10870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:34:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:51.718102+0000 mgr.y (mgr.24491) 12303 : cluster [DBG] pgmap v10871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:51.718102+0000 mgr.y (mgr.24491) 12303 : cluster [DBG] pgmap v10871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:51.718102+0000 mgr.y (mgr.24491) 12303 : cluster [DBG] pgmap v10871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:53.718479+0000 mgr.y (mgr.24491) 12304 : cluster [DBG] pgmap v10872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:53.718479+0000 mgr.y (mgr.24491) 12304 : cluster [DBG] pgmap v10872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:53.718479+0000 mgr.y (mgr.24491) 12304 : cluster [DBG] pgmap v10872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:56.964 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:34:57.241 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:34:57.241 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:34:57.241 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:34:57.241 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:34:57.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:34:57.243 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:34:57.243 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:34:57.243 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:34:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:55.719321+0000 mgr.y (mgr.24491) 12305 : cluster [DBG] pgmap v10873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:55.719321+0000 mgr.y (mgr.24491) 12305 : cluster [DBG] pgmap v10873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:55.719321+0000 mgr.y (mgr.24491) 12305 : cluster [DBG] pgmap v10873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:57.574 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:34:57.574 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:34:57.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:34:57.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:34:57.574 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:34:57.575 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:34:58.045 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:34:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:34:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:34:56.953934+0000 mgr.y (mgr.24491) 12306 : audit [DBG] from='client.27498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:34:57.235241+0000 mgr.y (mgr.24491) 12307 : audit [DBG] from='client.37415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:34:57.575726+0000 mon.a (mon.0) 2765 : audit [DBG] from='client.? 172.21.15.177:0/599717470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:34:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:34:56.953934+0000 mgr.y (mgr.24491) 12306 : audit [DBG] from='client.27498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:34:57.235241+0000 mgr.y (mgr.24491) 12307 : audit [DBG] from='client.37415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:34:57.575726+0000 mon.a (mon.0) 2765 : audit [DBG] from='client.? 172.21.15.177:0/599717470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:34:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:34:56.953934+0000 mgr.y (mgr.24491) 12306 : audit [DBG] from='client.27498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:34:57.235241+0000 mgr.y (mgr.24491) 12307 : audit [DBG] from='client.37415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:34:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:34:57.575726+0000 mon.a (mon.0) 2765 : audit [DBG] from='client.? 172.21.15.177:0/599717470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:34:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:57.719699+0000 mgr.y (mgr.24491) 12308 : cluster [DBG] pgmap v10874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:57.719699+0000 mgr.y (mgr.24491) 12308 : cluster [DBG] pgmap v10874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:34:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:34:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:57.719699+0000 mgr.y (mgr.24491) 12308 : cluster [DBG] pgmap v10874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:34:59.720395+0000 mgr.y (mgr.24491) 12309 : cluster [DBG] pgmap v10875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:34:59.720395+0000 mgr.y (mgr.24491) 12309 : cluster [DBG] pgmap v10875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:34:59.720395+0000 mgr.y (mgr.24491) 12309 : cluster [DBG] pgmap v10875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:35:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:01.720857+0000 mgr.y (mgr.24491) 12310 : cluster [DBG] pgmap v10876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:01.720857+0000 mgr.y (mgr.24491) 12310 : cluster [DBG] pgmap v10876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:01.720857+0000 mgr.y (mgr.24491) 12310 : cluster [DBG] pgmap v10876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:03.721226+0000 mgr.y (mgr.24491) 12311 : cluster [DBG] pgmap v10877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:03.721226+0000 mgr.y (mgr.24491) 12311 : cluster [DBG] pgmap v10877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:03.721226+0000 mgr.y (mgr.24491) 12311 : cluster [DBG] pgmap v10877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:05.721834+0000 mgr.y (mgr.24491) 12312 : cluster [DBG] pgmap v10878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:05.721834+0000 mgr.y (mgr.24491) 12312 : cluster [DBG] pgmap v10878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:05.721834+0000 mgr.y (mgr.24491) 12312 : cluster [DBG] pgmap v10878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:35:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:07.722359+0000 mgr.y (mgr.24491) 12313 : cluster [DBG] pgmap v10879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:07.722359+0000 mgr.y (mgr.24491) 12313 : cluster [DBG] pgmap v10879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:07.722359+0000 mgr.y (mgr.24491) 12313 : cluster [DBG] pgmap v10879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:09.722952+0000 mgr.y (mgr.24491) 12314 : cluster [DBG] pgmap v10880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:09.722952+0000 mgr.y (mgr.24491) 12314 : cluster [DBG] pgmap v10880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:09.722952+0000 mgr.y (mgr.24491) 12314 : cluster [DBG] pgmap v10880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:35:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:11.723390+0000 mgr.y (mgr.24491) 12315 : cluster [DBG] pgmap v10881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:11.723390+0000 mgr.y (mgr.24491) 12315 : cluster [DBG] pgmap v10881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:11.723390+0000 mgr.y (mgr.24491) 12315 : cluster [DBG] pgmap v10881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:13.724055+0000 mgr.y (mgr.24491) 12316 : cluster [DBG] pgmap v10882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:13.724055+0000 mgr.y (mgr.24491) 12316 : cluster [DBG] pgmap v10882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:13.724055+0000 mgr.y (mgr.24491) 12316 : cluster [DBG] pgmap v10882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:15.724702+0000 mgr.y (mgr.24491) 12317 : cluster [DBG] pgmap v10883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:15.724702+0000 mgr.y (mgr.24491) 12317 : cluster [DBG] pgmap v10883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:15.724702+0000 mgr.y (mgr.24491) 12317 : cluster [DBG] pgmap v10883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:35:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:17.725226+0000 mgr.y (mgr.24491) 12318 : cluster [DBG] pgmap v10884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:17.725226+0000 mgr.y (mgr.24491) 12318 : cluster [DBG] pgmap v10884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:17.725226+0000 mgr.y (mgr.24491) 12318 : cluster [DBG] pgmap v10884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:19.726072+0000 mgr.y (mgr.24491) 12319 : cluster [DBG] pgmap v10885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:35:20.263597+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:35:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:35:20.553864+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:35:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:35:20.554493+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:35:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:35:20.561106+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:35:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:19.726072+0000 mgr.y (mgr.24491) 12319 : cluster [DBG] pgmap v10885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:35:20.263597+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:35:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:35:20.553864+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:35:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:35:20.554493+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:35:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:35:20.561106+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:35:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:35:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:19.726072+0000 mgr.y (mgr.24491) 12319 : cluster [DBG] pgmap v10885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:35:20.263597+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:35:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:35:20.553864+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:35:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:35:20.554493+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:35:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:35:20.561106+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:35:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:21.726548+0000 mgr.y (mgr.24491) 12320 : cluster [DBG] pgmap v10886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:21.726548+0000 mgr.y (mgr.24491) 12320 : cluster [DBG] pgmap v10886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:21.726548+0000 mgr.y (mgr.24491) 12320 : cluster [DBG] pgmap v10886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:23.727110+0000 mgr.y (mgr.24491) 12321 : cluster [DBG] pgmap v10887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:23.727110+0000 mgr.y (mgr.24491) 12321 : cluster [DBG] pgmap v10887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:23.727110+0000 mgr.y (mgr.24491) 12321 : cluster [DBG] pgmap v10887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:25.727862+0000 mgr.y (mgr.24491) 12322 : cluster [DBG] pgmap v10888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:25.727862+0000 mgr.y (mgr.24491) 12322 : cluster [DBG] pgmap v10888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:25.727862+0000 mgr.y (mgr.24491) 12322 : cluster [DBG] pgmap v10888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:27.885 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:35:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:35:28.162 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:35:28.162 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:35:28.162 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:35:28.163 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:35:28.163 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:35:28.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:35:28.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:35:28.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:35:28.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:35:28.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:35:28.163 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:35:28.163 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:35:28.163 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:35:28.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:35:28.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:35:28.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:35:28.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:35:28.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:35:28.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:35:28.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:35:28.164 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:35:28.495 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:35:28.495 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:35:28.495 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:35:28.495 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:35:28.496 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:35:28.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:35:28.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:35:28.496 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:35:28.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:35:28.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:35:28.496 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:35:28.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:35:28.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:35:28.496 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:35:28.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:35:28.497 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:35:28.497 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:35:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:27.728269+0000 mgr.y (mgr.24491) 12323 : cluster [DBG] pgmap v10889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:35:27.875076+0000 mgr.y (mgr.24491) 12324 : audit [DBG] from='client.37427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:35:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:35:28.156281+0000 mgr.y (mgr.24491) 12325 : audit [DBG] from='client.37433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:35:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:35:28.497100+0000 mon.a (mon.0) 2770 : audit [DBG] from='client.? 172.21.15.177:0/239558850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:35:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:27.728269+0000 mgr.y (mgr.24491) 12323 : cluster [DBG] pgmap v10889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:35:27.875076+0000 mgr.y (mgr.24491) 12324 : audit [DBG] from='client.37427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:35:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:35:28.156281+0000 mgr.y (mgr.24491) 12325 : audit [DBG] from='client.37433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:35:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:35:28.497100+0000 mon.a (mon.0) 2770 : audit [DBG] from='client.? 172.21.15.177:0/239558850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:35:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:27.728269+0000 mgr.y (mgr.24491) 12323 : cluster [DBG] pgmap v10889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:35:27.875076+0000 mgr.y (mgr.24491) 12324 : audit [DBG] from='client.37427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:35:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:35:28.156281+0000 mgr.y (mgr.24491) 12325 : audit [DBG] from='client.37433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:35:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:35:28.497100+0000 mon.a (mon.0) 2770 : audit [DBG] from='client.? 172.21.15.177:0/239558850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:35:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:29.729029+0000 mgr.y (mgr.24491) 12326 : cluster [DBG] pgmap v10890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:29.729029+0000 mgr.y (mgr.24491) 12326 : cluster [DBG] pgmap v10890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:29.729029+0000 mgr.y (mgr.24491) 12326 : cluster [DBG] pgmap v10890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:35:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:31.729445+0000 mgr.y (mgr.24491) 12327 : cluster [DBG] pgmap v10891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:31.729445+0000 mgr.y (mgr.24491) 12327 : cluster [DBG] pgmap v10891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:31.729445+0000 mgr.y (mgr.24491) 12327 : cluster [DBG] pgmap v10891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:33.729855+0000 mgr.y (mgr.24491) 12328 : cluster [DBG] pgmap v10892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:33.729855+0000 mgr.y (mgr.24491) 12328 : cluster [DBG] pgmap v10892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:33.729855+0000 mgr.y (mgr.24491) 12328 : cluster [DBG] pgmap v10892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:35.730569+0000 mgr.y (mgr.24491) 12329 : cluster [DBG] pgmap v10893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:35.730569+0000 mgr.y (mgr.24491) 12329 : cluster [DBG] pgmap v10893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:35.730569+0000 mgr.y (mgr.24491) 12329 : cluster [DBG] pgmap v10893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:35:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:37.730952+0000 mgr.y (mgr.24491) 12330 : cluster [DBG] pgmap v10894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:37.730952+0000 mgr.y (mgr.24491) 12330 : cluster [DBG] pgmap v10894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:37.730952+0000 mgr.y (mgr.24491) 12330 : cluster [DBG] pgmap v10894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:39.731692+0000 mgr.y (mgr.24491) 12331 : cluster [DBG] pgmap v10895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:39.731692+0000 mgr.y (mgr.24491) 12331 : cluster [DBG] pgmap v10895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:39.731692+0000 mgr.y (mgr.24491) 12331 : cluster [DBG] pgmap v10895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:35:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:41.732261+0000 mgr.y (mgr.24491) 12332 : cluster [DBG] pgmap v10896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:41.732261+0000 mgr.y (mgr.24491) 12332 : cluster [DBG] pgmap v10896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:41.732261+0000 mgr.y (mgr.24491) 12332 : cluster [DBG] pgmap v10896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:43.732705+0000 mgr.y (mgr.24491) 12333 : cluster [DBG] pgmap v10897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:43.732705+0000 mgr.y (mgr.24491) 12333 : cluster [DBG] pgmap v10897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:43.732705+0000 mgr.y (mgr.24491) 12333 : cluster [DBG] pgmap v10897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:45.733497+0000 mgr.y (mgr.24491) 12334 : cluster [DBG] pgmap v10898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:45.733497+0000 mgr.y (mgr.24491) 12334 : cluster [DBG] pgmap v10898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:45.733497+0000 mgr.y (mgr.24491) 12334 : cluster [DBG] pgmap v10898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:35:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:47.733897+0000 mgr.y (mgr.24491) 12335 : cluster [DBG] pgmap v10899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:47.733897+0000 mgr.y (mgr.24491) 12335 : cluster [DBG] pgmap v10899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:47.733897+0000 mgr.y (mgr.24491) 12335 : cluster [DBG] pgmap v10899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:49.734485+0000 mgr.y (mgr.24491) 12336 : cluster [DBG] pgmap v10900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:49.734485+0000 mgr.y (mgr.24491) 12336 : cluster [DBG] pgmap v10900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:49.734485+0000 mgr.y (mgr.24491) 12336 : cluster [DBG] pgmap v10900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:35:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:51.734905+0000 mgr.y (mgr.24491) 12337 : cluster [DBG] pgmap v10901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:51.734905+0000 mgr.y (mgr.24491) 12337 : cluster [DBG] pgmap v10901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:51.734905+0000 mgr.y (mgr.24491) 12337 : cluster [DBG] pgmap v10901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:53.735488+0000 mgr.y (mgr.24491) 12338 : cluster [DBG] pgmap v10902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:53.735488+0000 mgr.y (mgr.24491) 12338 : cluster [DBG] pgmap v10902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:53.735488+0000 mgr.y (mgr.24491) 12338 : cluster [DBG] pgmap v10902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:55.736303+0000 mgr.y (mgr.24491) 12339 : cluster [DBG] pgmap v10903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:55.736303+0000 mgr.y (mgr.24491) 12339 : cluster [DBG] pgmap v10903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:55.736303+0000 mgr.y (mgr.24491) 12339 : cluster [DBG] pgmap v10903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:35:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:35:58.804 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:35:59.079 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:35:59.080 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:35:59.080 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:35:59.080 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:35:59.080 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:35:59.080 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:35:59.080 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:35:59.080 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:35:59.080 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:35:59.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:35:59.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:35:59.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:35:59.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:35:59.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:35:59.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:35:59.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:35:59.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:35:59.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:35:59.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:35:59.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:35:59.082 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:35:59.416 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:35:59.417 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:35:59.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:35:59.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:35:59.417 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:35:59.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:35:59.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:35:59.417 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:35:59.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:35:59.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:35:59.417 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:35:59.418 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:35:59.418 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:35:59.418 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:35:59.418 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:35:59.418 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:35:59.418 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:35:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:35:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:57.736848+0000 mgr.y (mgr.24491) 12340 : cluster [DBG] pgmap v10904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:57.736848+0000 mgr.y (mgr.24491) 12340 : cluster [DBG] pgmap v10904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:35:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:57.736848+0000 mgr.y (mgr.24491) 12340 : cluster [DBG] pgmap v10904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:35:58.793894+0000 mgr.y (mgr.24491) 12341 : audit [DBG] from='client.37445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:35:59.073596+0000 mgr.y (mgr.24491) 12342 : audit [DBG] from='client.37451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:35:59.418096+0000 mon.c (mon.2) 400 : audit [DBG] from='client.? 172.21.15.177:0/674771891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:36:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:35:58.793894+0000 mgr.y (mgr.24491) 12341 : audit [DBG] from='client.37445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:35:59.073596+0000 mgr.y (mgr.24491) 12342 : audit [DBG] from='client.37451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:35:59.418096+0000 mon.c (mon.2) 400 : audit [DBG] from='client.? 172.21.15.177:0/674771891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:36:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:35:58.793894+0000 mgr.y (mgr.24491) 12341 : audit [DBG] from='client.37445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:35:59.073596+0000 mgr.y (mgr.24491) 12342 : audit [DBG] from='client.37451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:35:59.418096+0000 mon.c (mon.2) 400 : audit [DBG] from='client.? 172.21.15.177:0/674771891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:36:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:35:59.737409+0000 mgr.y (mgr.24491) 12343 : cluster [DBG] pgmap v10905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:36:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:35:59.737409+0000 mgr.y (mgr.24491) 12343 : cluster [DBG] pgmap v10905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:35:59.737409+0000 mgr.y (mgr.24491) 12343 : cluster [DBG] pgmap v10905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:01.737975+0000 mgr.y (mgr.24491) 12344 : cluster [DBG] pgmap v10906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:01.737975+0000 mgr.y (mgr.24491) 12344 : cluster [DBG] pgmap v10906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:01.737975+0000 mgr.y (mgr.24491) 12344 : cluster [DBG] pgmap v10906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:03.738393+0000 mgr.y (mgr.24491) 12345 : cluster [DBG] pgmap v10907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:03.738393+0000 mgr.y (mgr.24491) 12345 : cluster [DBG] pgmap v10907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:03.738393+0000 mgr.y (mgr.24491) 12345 : cluster [DBG] pgmap v10907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:05.739045+0000 mgr.y (mgr.24491) 12346 : cluster [DBG] pgmap v10908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:05.739045+0000 mgr.y (mgr.24491) 12346 : cluster [DBG] pgmap v10908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:05.739045+0000 mgr.y (mgr.24491) 12346 : cluster [DBG] pgmap v10908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:36:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:07.739472+0000 mgr.y (mgr.24491) 12347 : cluster [DBG] pgmap v10909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:07.739472+0000 mgr.y (mgr.24491) 12347 : cluster [DBG] pgmap v10909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:07.739472+0000 mgr.y (mgr.24491) 12347 : cluster [DBG] pgmap v10909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:09.740209+0000 mgr.y (mgr.24491) 12348 : cluster [DBG] pgmap v10910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:36:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:09.740209+0000 mgr.y (mgr.24491) 12348 : cluster [DBG] pgmap v10910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:09.740209+0000 mgr.y (mgr.24491) 12348 : cluster [DBG] pgmap v10910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:11.740785+0000 mgr.y (mgr.24491) 12349 : cluster [DBG] pgmap v10911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:11.740785+0000 mgr.y (mgr.24491) 12349 : cluster [DBG] pgmap v10911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:11.740785+0000 mgr.y (mgr.24491) 12349 : cluster [DBG] pgmap v10911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:13.741243+0000 mgr.y (mgr.24491) 12350 : cluster [DBG] pgmap v10912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:13.741243+0000 mgr.y (mgr.24491) 12350 : cluster [DBG] pgmap v10912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:13.741243+0000 mgr.y (mgr.24491) 12350 : cluster [DBG] pgmap v10912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:15.742003+0000 mgr.y (mgr.24491) 12351 : cluster [DBG] pgmap v10913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:15.742003+0000 mgr.y (mgr.24491) 12351 : cluster [DBG] pgmap v10913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:15.742003+0000 mgr.y (mgr.24491) 12351 : cluster [DBG] pgmap v10913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:36:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:17.742491+0000 mgr.y (mgr.24491) 12352 : cluster [DBG] pgmap v10914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:17.742491+0000 mgr.y (mgr.24491) 12352 : cluster [DBG] pgmap v10914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:17.742491+0000 mgr.y (mgr.24491) 12352 : cluster [DBG] pgmap v10914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:19.743353+0000 mgr.y (mgr.24491) 12353 : cluster [DBG] pgmap v10915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:36:20.565288+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:36:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:19.743353+0000 mgr.y (mgr.24491) 12353 : cluster [DBG] pgmap v10915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:36:20.565288+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:36:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:36:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:19.743353+0000 mgr.y (mgr.24491) 12353 : cluster [DBG] pgmap v10915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:36:20.565288+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:36:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:21.743696+0000 mgr.y (mgr.24491) 12354 : cluster [DBG] pgmap v10916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:21.743696+0000 mgr.y (mgr.24491) 12354 : cluster [DBG] pgmap v10916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:21.743696+0000 mgr.y (mgr.24491) 12354 : cluster [DBG] pgmap v10916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:23.744068+0000 mgr.y (mgr.24491) 12355 : cluster [DBG] pgmap v10917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:36:23.963677+0000 mon.a (mon.0) 2772 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:36:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:36:24.245564+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:36:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:36:24.246210+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:36:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:36:24.250312+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:36:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:23.744068+0000 mgr.y (mgr.24491) 12355 : cluster [DBG] pgmap v10917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:25.418 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:36:23.963677+0000 mon.a (mon.0) 2772 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:36:25.418 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:36:24.245564+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:36:25.418 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:36:24.246210+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:36:25.418 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:36:24.250312+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:36:25.419 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:23.744068+0000 mgr.y (mgr.24491) 12355 : cluster [DBG] pgmap v10917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:25.419 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:36:23.963677+0000 mon.a (mon.0) 2772 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:36:25.419 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:36:24.245564+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:36:25.419 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:36:24.246210+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:36:25.419 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:36:24.250312+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:36:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:25.744687+0000 mgr.y (mgr.24491) 12356 : cluster [DBG] pgmap v10918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:25.744687+0000 mgr.y (mgr.24491) 12356 : cluster [DBG] pgmap v10918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:25.744687+0000 mgr.y (mgr.24491) 12356 : cluster [DBG] pgmap v10918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:36:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:27.745264+0000 mgr.y (mgr.24491) 12357 : cluster [DBG] pgmap v10919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:27.745264+0000 mgr.y (mgr.24491) 12357 : cluster [DBG] pgmap v10919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:27.745264+0000 mgr.y (mgr.24491) 12357 : cluster [DBG] pgmap v10919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:29.726 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:36:30.003 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:36:30.003 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:36:30.003 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:36:30.003 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:36:30.003 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:36:30.003 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:36:30.003 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 6m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:36:30.003 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 6m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:36:30.003 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:36:30.003 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:36:30.003 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:36:30.004 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:36:30.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:36:30.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:36:30.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:36:30.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:36:30.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:36:30.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:36:30.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:36:30.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:36:30.004 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:36:30.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:36:30.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:36:30.337 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:36:30.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:36:30.337 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:36:30.337 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:36:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:36:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:36:29.715733+0000 mgr.y (mgr.24491) 12358 : audit [DBG] from='client.37463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:29.745849+0000 mgr.y (mgr.24491) 12359 : cluster [DBG] pgmap v10920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:36:29.996981+0000 mgr.y (mgr.24491) 12360 : audit [DBG] from='client.37469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:36:30.337471+0000 mon.c (mon.2) 401 : audit [DBG] from='client.? 172.21.15.177:0/3326031926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:36:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:36:29.715733+0000 mgr.y (mgr.24491) 12358 : audit [DBG] from='client.37463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:29.745849+0000 mgr.y (mgr.24491) 12359 : cluster [DBG] pgmap v10920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:36:29.996981+0000 mgr.y (mgr.24491) 12360 : audit [DBG] from='client.37469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:36:30.337471+0000 mon.c (mon.2) 401 : audit [DBG] from='client.? 172.21.15.177:0/3326031926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:36:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:36:29.715733+0000 mgr.y (mgr.24491) 12358 : audit [DBG] from='client.37463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:29.745849+0000 mgr.y (mgr.24491) 12359 : cluster [DBG] pgmap v10920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:36:29.996981+0000 mgr.y (mgr.24491) 12360 : audit [DBG] from='client.37469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:36:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:36:30.337471+0000 mon.c (mon.2) 401 : audit [DBG] from='client.? 172.21.15.177:0/3326031926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:36:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:31.746302+0000 mgr.y (mgr.24491) 12361 : cluster [DBG] pgmap v10921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:31.746302+0000 mgr.y (mgr.24491) 12361 : cluster [DBG] pgmap v10921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:31.746302+0000 mgr.y (mgr.24491) 12361 : cluster [DBG] pgmap v10921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:33.746696+0000 mgr.y (mgr.24491) 12362 : cluster [DBG] pgmap v10922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:33.746696+0000 mgr.y (mgr.24491) 12362 : cluster [DBG] pgmap v10922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:33.746696+0000 mgr.y (mgr.24491) 12362 : cluster [DBG] pgmap v10922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:35.747412+0000 mgr.y (mgr.24491) 12363 : cluster [DBG] pgmap v10923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:35.747412+0000 mgr.y (mgr.24491) 12363 : cluster [DBG] pgmap v10923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:35.747412+0000 mgr.y (mgr.24491) 12363 : cluster [DBG] pgmap v10923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T09:36:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:37.747954+0000 mgr.y (mgr.24491) 12364 : cluster [DBG] pgmap v10924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:37.747954+0000 mgr.y (mgr.24491) 12364 : cluster [DBG] pgmap v10924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:37.747954+0000 mgr.y (mgr.24491) 12364 : cluster [DBG] pgmap v10924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:39.748834+0000 mgr.y (mgr.24491) 12365 : cluster [DBG] pgmap v10925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:36:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:39.748834+0000 mgr.y (mgr.24491) 12365 : cluster [DBG] pgmap v10925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:39.748834+0000 mgr.y (mgr.24491) 12365 : cluster [DBG] pgmap v10925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:41.749289+0000 mgr.y (mgr.24491) 12366 : cluster [DBG] pgmap v10926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:41.749289+0000 mgr.y (mgr.24491) 12366 : cluster [DBG] pgmap v10926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:41.749289+0000 mgr.y (mgr.24491) 12366 : cluster [DBG] pgmap v10926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:43.749762+0000 mgr.y (mgr.24491) 12367 : cluster [DBG] pgmap v10927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:43.749762+0000 mgr.y (mgr.24491) 12367 : cluster [DBG] pgmap v10927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:43.749762+0000 mgr.y (mgr.24491) 12367 : cluster [DBG] pgmap v10927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:45.750497+0000 mgr.y (mgr.24491) 12368 : cluster [DBG] pgmap v10928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:45.750497+0000 mgr.y (mgr.24491) 12368 : cluster [DBG] pgmap v10928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:45.750497+0000 mgr.y (mgr.24491) 12368 : cluster [DBG] pgmap v10928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:36:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:47.751007+0000 mgr.y (mgr.24491) 12369 : cluster [DBG] pgmap v10929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:47.751007+0000 mgr.y (mgr.24491) 12369 : cluster [DBG] pgmap v10929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:47.751007+0000 mgr.y (mgr.24491) 12369 : cluster [DBG] pgmap v10929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:49.751603+0000 mgr.y (mgr.24491) 12370 : cluster [DBG] pgmap v10930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:49.751603+0000 mgr.y (mgr.24491) 12370 : cluster [DBG] pgmap v10930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:49.751603+0000 mgr.y (mgr.24491) 12370 : cluster [DBG] pgmap v10930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:36:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:51.752097+0000 mgr.y (mgr.24491) 12371 : cluster [DBG] pgmap v10931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:51.752097+0000 mgr.y (mgr.24491) 12371 : cluster [DBG] pgmap v10931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:51.752097+0000 mgr.y (mgr.24491) 12371 : cluster [DBG] pgmap v10931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:53.752550+0000 mgr.y (mgr.24491) 12372 : cluster [DBG] pgmap v10932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:53.752550+0000 mgr.y (mgr.24491) 12372 : cluster [DBG] pgmap v10932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:53.752550+0000 mgr.y (mgr.24491) 12372 : cluster [DBG] pgmap v10932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:55.753337+0000 mgr.y (mgr.24491) 12373 : cluster [DBG] pgmap v10933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:55.753337+0000 mgr.y (mgr.24491) 12373 : cluster [DBG] pgmap v10933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:55.753337+0000 mgr.y (mgr.24491) 12373 : cluster [DBG] pgmap v10933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:36:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:36:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:57.753728+0000 mgr.y (mgr.24491) 12374 : cluster [DBG] pgmap v10934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:57.753728+0000 mgr.y (mgr.24491) 12374 : cluster [DBG] pgmap v10934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:36:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:57.753728+0000 mgr.y (mgr.24491) 12374 : cluster [DBG] pgmap v10934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:37:00.920 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 6m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 6m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:37:00.921 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:37:00.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:37:00.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:37:00.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:37:00.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:37:00.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:37:00.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:37:00.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:37:00.922 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:37:01.254 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:37:01.254 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:37:01.254 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:37:01.255 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:37:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:36:59.754461+0000 mgr.y (mgr.24491) 12375 : cluster [DBG] pgmap v10935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:36:59.754461+0000 mgr.y (mgr.24491) 12375 : cluster [DBG] pgmap v10935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:36:59.754461+0000 mgr.y (mgr.24491) 12375 : cluster [DBG] pgmap v10935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:37:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:37:00.633470+0000 mgr.y (mgr.24491) 12376 : audit [DBG] from='client.27570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:37:00.914340+0000 mgr.y (mgr.24491) 12377 : audit [DBG] from='client.27576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:37:01.255804+0000 mon.c (mon.2) 402 : audit [DBG] from='client.? 172.21.15.177:0/3361090761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:37:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:37:00.633470+0000 mgr.y (mgr.24491) 12376 : audit [DBG] from='client.27570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:37:00.914340+0000 mgr.y (mgr.24491) 12377 : audit [DBG] from='client.27576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:37:01.255804+0000 mon.c (mon.2) 402 : audit [DBG] from='client.? 172.21.15.177:0/3361090761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:37:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:37:00.633470+0000 mgr.y (mgr.24491) 12376 : audit [DBG] from='client.27570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:37:00.914340+0000 mgr.y (mgr.24491) 12377 : audit [DBG] from='client.27576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:37:01.255804+0000 mon.c (mon.2) 402 : audit [DBG] from='client.? 172.21.15.177:0/3361090761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:37:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:01.754989+0000 mgr.y (mgr.24491) 12378 : cluster [DBG] pgmap v10936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:01.754989+0000 mgr.y (mgr.24491) 12378 : cluster [DBG] pgmap v10936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:01.754989+0000 mgr.y (mgr.24491) 12378 : cluster [DBG] pgmap v10936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:03.755371+0000 mgr.y (mgr.24491) 12379 : cluster [DBG] pgmap v10937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:03.755371+0000 mgr.y (mgr.24491) 12379 : cluster [DBG] pgmap v10937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:03.755371+0000 mgr.y (mgr.24491) 12379 : cluster [DBG] pgmap v10937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:05.755978+0000 mgr.y (mgr.24491) 12380 : cluster [DBG] pgmap v10938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:05.755978+0000 mgr.y (mgr.24491) 12380 : cluster [DBG] pgmap v10938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:05.755978+0000 mgr.y (mgr.24491) 12380 : cluster [DBG] pgmap v10938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:37:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:07.756384+0000 mgr.y (mgr.24491) 12381 : cluster [DBG] pgmap v10939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:07.756384+0000 mgr.y (mgr.24491) 12381 : cluster [DBG] pgmap v10939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:07.756384+0000 mgr.y (mgr.24491) 12381 : cluster [DBG] pgmap v10939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:09.757043+0000 mgr.y (mgr.24491) 12382 : cluster [DBG] pgmap v10940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:09.757043+0000 mgr.y (mgr.24491) 12382 : cluster [DBG] pgmap v10940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:09.757043+0000 mgr.y (mgr.24491) 12382 : cluster [DBG] pgmap v10940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:37:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:11.757623+0000 mgr.y (mgr.24491) 12383 : cluster [DBG] pgmap v10941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:11.757623+0000 mgr.y (mgr.24491) 12383 : cluster [DBG] pgmap v10941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:11.757623+0000 mgr.y (mgr.24491) 12383 : cluster [DBG] pgmap v10941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:13.758158+0000 mgr.y (mgr.24491) 12384 : cluster [DBG] pgmap v10942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:13.758158+0000 mgr.y (mgr.24491) 12384 : cluster [DBG] pgmap v10942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:13.758158+0000 mgr.y (mgr.24491) 12384 : cluster [DBG] pgmap v10942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:15.758984+0000 mgr.y (mgr.24491) 12385 : cluster [DBG] pgmap v10943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:15.758984+0000 mgr.y (mgr.24491) 12385 : cluster [DBG] pgmap v10943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:15.758984+0000 mgr.y (mgr.24491) 12385 : cluster [DBG] pgmap v10943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:37:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:17.759369+0000 mgr.y (mgr.24491) 12386 : cluster [DBG] pgmap v10944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:17.759369+0000 mgr.y (mgr.24491) 12386 : cluster [DBG] pgmap v10944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:17.759369+0000 mgr.y (mgr.24491) 12386 : cluster [DBG] pgmap v10944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:19.760019+0000 mgr.y (mgr.24491) 12387 : cluster [DBG] pgmap v10945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:19.760019+0000 mgr.y (mgr.24491) 12387 : cluster [DBG] pgmap v10945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:19.760019+0000 mgr.y (mgr.24491) 12387 : cluster [DBG] pgmap v10945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:37:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:21.760530+0000 mgr.y (mgr.24491) 12388 : cluster [DBG] pgmap v10946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:21.760530+0000 mgr.y (mgr.24491) 12388 : cluster [DBG] pgmap v10946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:21.760530+0000 mgr.y (mgr.24491) 12388 : cluster [DBG] pgmap v10946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:23.761144+0000 mgr.y (mgr.24491) 12389 : cluster [DBG] pgmap v10947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:37:24.254558+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:37:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:23.761144+0000 mgr.y (mgr.24491) 12389 : cluster [DBG] pgmap v10947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:37:24.254558+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:37:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:23.761144+0000 mgr.y (mgr.24491) 12389 : cluster [DBG] pgmap v10947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:37:24.254558+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:37:27.288 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:25.761842+0000 mgr.y (mgr.24491) 12390 : cluster [DBG] pgmap v10948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:25.761842+0000 mgr.y (mgr.24491) 12390 : cluster [DBG] pgmap v10948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:25.761842+0000 mgr.y (mgr.24491) 12390 : cluster [DBG] pgmap v10948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:37:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:37:27.531578+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:37:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:27.762449+0000 mgr.y (mgr.24491) 12391 : cluster [DBG] pgmap v10949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:37:27.810174+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:37:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:37:27.811070+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:37:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:37:27.817483+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:37:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:37:27.531578+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:37:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:27.762449+0000 mgr.y (mgr.24491) 12391 : cluster [DBG] pgmap v10949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:37:27.810174+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:37:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:37:27.811070+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:37:28.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:37:27.817483+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:37:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:37:27.531578+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:37:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:27.762449+0000 mgr.y (mgr.24491) 12391 : cluster [DBG] pgmap v10949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:37:27.810174+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:37:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:37:27.811070+0000 mon.a (mon.0) 2779 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:37:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:37:27.817483+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:37:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:29.763236+0000 mgr.y (mgr.24491) 12392 : cluster [DBG] pgmap v10950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:29.763236+0000 mgr.y (mgr.24491) 12392 : cluster [DBG] pgmap v10950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:29.763236+0000 mgr.y (mgr.24491) 12392 : cluster [DBG] pgmap v10950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:37:31.569 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:37:31.847 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:37:31.847 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:37:31.847 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 7m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:37:31.847 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 7m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 7m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 7m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 7m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 7m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:37:31.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 7m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:37:31.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 7m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:37:31.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 7m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:37:31.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 7m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:37:31.849 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 7m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:37:32.182 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:37:32.182 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:37:32.182 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:37:32.182 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:37:32.182 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:37:32.182 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:37:32.182 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:37:32.182 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:37:32.183 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:37:32.183 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:37:32.183 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:37:32.183 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:37:32.183 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:37:32.183 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:37:32.183 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:37:32.183 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:37:32.183 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:37:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:37:31.558684+0000 mgr.y (mgr.24491) 12393 : audit [DBG] from='client.37499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:31.763620+0000 mgr.y (mgr.24491) 12394 : cluster [DBG] pgmap v10951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:37:31.840875+0000 mgr.y (mgr.24491) 12395 : audit [DBG] from='client.27594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:37:32.183436+0000 mon.a (mon.0) 2781 : audit [DBG] from='client.? 172.21.15.177:0/2504517342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:37:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:37:31.558684+0000 mgr.y (mgr.24491) 12393 : audit [DBG] from='client.37499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:31.763620+0000 mgr.y (mgr.24491) 12394 : cluster [DBG] pgmap v10951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:37:31.840875+0000 mgr.y (mgr.24491) 12395 : audit [DBG] from='client.27594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:37:32.183436+0000 mon.a (mon.0) 2781 : audit [DBG] from='client.? 172.21.15.177:0/2504517342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:37:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:37:31.558684+0000 mgr.y (mgr.24491) 12393 : audit [DBG] from='client.37499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:31.763620+0000 mgr.y (mgr.24491) 12394 : cluster [DBG] pgmap v10951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:37:31.840875+0000 mgr.y (mgr.24491) 12395 : audit [DBG] from='client.27594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:37:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:37:32.183436+0000 mon.a (mon.0) 2781 : audit [DBG] from='client.? 172.21.15.177:0/2504517342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:37:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:33.764036+0000 mgr.y (mgr.24491) 12396 : cluster [DBG] pgmap v10952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:33.764036+0000 mgr.y (mgr.24491) 12396 : cluster [DBG] pgmap v10952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:33.764036+0000 mgr.y (mgr.24491) 12396 : cluster [DBG] pgmap v10952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:35.764633+0000 mgr.y (mgr.24491) 12397 : cluster [DBG] pgmap v10953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:35.764633+0000 mgr.y (mgr.24491) 12397 : cluster [DBG] pgmap v10953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:35.764633+0000 mgr.y (mgr.24491) 12397 : cluster [DBG] pgmap v10953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:37:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:37.765244+0000 mgr.y (mgr.24491) 12398 : cluster [DBG] pgmap v10954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:37.765244+0000 mgr.y (mgr.24491) 12398 : cluster [DBG] pgmap v10954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:39.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:37.765244+0000 mgr.y (mgr.24491) 12398 : cluster [DBG] pgmap v10954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:39.766017+0000 mgr.y (mgr.24491) 12399 : cluster [DBG] pgmap v10955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:39.766017+0000 mgr.y (mgr.24491) 12399 : cluster [DBG] pgmap v10955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:39.766017+0000 mgr.y (mgr.24491) 12399 : cluster [DBG] pgmap v10955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:37:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:41.766427+0000 mgr.y (mgr.24491) 12400 : cluster [DBG] pgmap v10956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:41.766427+0000 mgr.y (mgr.24491) 12400 : cluster [DBG] pgmap v10956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:41.766427+0000 mgr.y (mgr.24491) 12400 : cluster [DBG] pgmap v10956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:43.766816+0000 mgr.y (mgr.24491) 12401 : cluster [DBG] pgmap v10957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:43.766816+0000 mgr.y (mgr.24491) 12401 : cluster [DBG] pgmap v10957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:43.766816+0000 mgr.y (mgr.24491) 12401 : cluster [DBG] pgmap v10957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:45.767456+0000 mgr.y (mgr.24491) 12402 : cluster [DBG] pgmap v10958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:45.767456+0000 mgr.y (mgr.24491) 12402 : cluster [DBG] pgmap v10958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:45.767456+0000 mgr.y (mgr.24491) 12402 : cluster [DBG] pgmap v10958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:37:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:47.768029+0000 mgr.y (mgr.24491) 12403 : cluster [DBG] pgmap v10959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:47.768029+0000 mgr.y (mgr.24491) 12403 : cluster [DBG] pgmap v10959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:47.768029+0000 mgr.y (mgr.24491) 12403 : cluster [DBG] pgmap v10959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:49.768915+0000 mgr.y (mgr.24491) 12404 : cluster [DBG] pgmap v10960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:49.768915+0000 mgr.y (mgr.24491) 12404 : cluster [DBG] pgmap v10960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:49.768915+0000 mgr.y (mgr.24491) 12404 : cluster [DBG] pgmap v10960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:37:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:51.769340+0000 mgr.y (mgr.24491) 12405 : cluster [DBG] pgmap v10961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:51.769340+0000 mgr.y (mgr.24491) 12405 : cluster [DBG] pgmap v10961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:51.769340+0000 mgr.y (mgr.24491) 12405 : cluster [DBG] pgmap v10961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:53.769948+0000 mgr.y (mgr.24491) 12406 : cluster [DBG] pgmap v10962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:53.769948+0000 mgr.y (mgr.24491) 12406 : cluster [DBG] pgmap v10962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:53.769948+0000 mgr.y (mgr.24491) 12406 : cluster [DBG] pgmap v10962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:55.770618+0000 mgr.y (mgr.24491) 12407 : cluster [DBG] pgmap v10963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:55.770618+0000 mgr.y (mgr.24491) 12407 : cluster [DBG] pgmap v10963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:55.770618+0000 mgr.y (mgr.24491) 12407 : cluster [DBG] pgmap v10963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:37:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:37:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:57.771087+0000 mgr.y (mgr.24491) 12408 : cluster [DBG] pgmap v10964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:57.771087+0000 mgr.y (mgr.24491) 12408 : cluster [DBG] pgmap v10964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:37:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:57.771087+0000 mgr.y (mgr.24491) 12408 : cluster [DBG] pgmap v10964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:37:59.771910+0000 mgr.y (mgr.24491) 12409 : cluster [DBG] pgmap v10965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:37:59.771910+0000 mgr.y (mgr.24491) 12409 : cluster [DBG] pgmap v10965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:37:59.771910+0000 mgr.y (mgr.24491) 12409 : cluster [DBG] pgmap v10965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:38:02.499 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:38:02.779 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:38:02.779 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:38:02.779 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 7m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:38:02.779 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:38:02.779 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 7m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:38:02.779 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 7m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:38:02.779 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:38:02.780 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:38:02.780 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 7m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:38:02.780 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 7m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:38:02.780 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:38:02.780 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 7m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:38:02.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.7M 2488M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:38:02.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.6M 2488M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:38:02.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:38:02.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 41.8M 2488M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:38:02.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 7m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:38:02.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 7m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:38:02.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 7m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:38:02.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 7m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:38:02.781 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 7m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:38:03.117 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:38:03.117 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:38:03.117 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:38:03.117 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:38:03.117 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:38:03.117 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:38:03.117 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:38:03.118 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:38:03.118 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:38:03.118 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:38:03.118 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:38:03.118 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:38:03.118 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:38:03.118 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:38:03.118 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:38:03.118 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:38:03.118 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:38:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:01.772333+0000 mgr.y (mgr.24491) 12410 : cluster [DBG] pgmap v10966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:02.488344+0000 mgr.y (mgr.24491) 12411 : audit [DBG] from='client.37517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:01.772333+0000 mgr.y (mgr.24491) 12410 : cluster [DBG] pgmap v10966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:02.488344+0000 mgr.y (mgr.24491) 12411 : audit [DBG] from='client.37517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:01.772333+0000 mgr.y (mgr.24491) 12410 : cluster [DBG] pgmap v10966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:02.488344+0000 mgr.y (mgr.24491) 12411 : audit [DBG] from='client.37517 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:02.772429+0000 mgr.y (mgr.24491) 12412 : audit [DBG] from='client.27612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:03.118594+0000 mon.c (mon.2) 403 : audit [DBG] from='client.? 172.21.15.177:0/2641009203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:38:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:02.772429+0000 mgr.y (mgr.24491) 12412 : audit [DBG] from='client.27612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:03.118594+0000 mon.c (mon.2) 403 : audit [DBG] from='client.? 172.21.15.177:0/2641009203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:38:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:02.772429+0000 mgr.y (mgr.24491) 12412 : audit [DBG] from='client.27612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:03.118594+0000 mon.c (mon.2) 403 : audit [DBG] from='client.? 172.21.15.177:0/2641009203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:38:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:03.772754+0000 mgr.y (mgr.24491) 12413 : cluster [DBG] pgmap v10967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:03.772754+0000 mgr.y (mgr.24491) 12413 : cluster [DBG] pgmap v10967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:03.772754+0000 mgr.y (mgr.24491) 12413 : cluster [DBG] pgmap v10967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:05.773541+0000 mgr.y (mgr.24491) 12414 : cluster [DBG] pgmap v10968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:05.773541+0000 mgr.y (mgr.24491) 12414 : cluster [DBG] pgmap v10968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:05.773541+0000 mgr.y (mgr.24491) 12414 : cluster [DBG] pgmap v10968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:38:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:07.774043+0000 mgr.y (mgr.24491) 12415 : cluster [DBG] pgmap v10969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:07.774043+0000 mgr.y (mgr.24491) 12415 : cluster [DBG] pgmap v10969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:07.774043+0000 mgr.y (mgr.24491) 12415 : cluster [DBG] pgmap v10969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:09.774558+0000 mgr.y (mgr.24491) 12416 : cluster [DBG] pgmap v10970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:09.774558+0000 mgr.y (mgr.24491) 12416 : cluster [DBG] pgmap v10970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:09.774558+0000 mgr.y (mgr.24491) 12416 : cluster [DBG] pgmap v10970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:38:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:11.775091+0000 mgr.y (mgr.24491) 12417 : cluster [DBG] pgmap v10971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:11.775091+0000 mgr.y (mgr.24491) 12417 : cluster [DBG] pgmap v10971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:11.775091+0000 mgr.y (mgr.24491) 12417 : cluster [DBG] pgmap v10971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:13.775442+0000 mgr.y (mgr.24491) 12418 : cluster [DBG] pgmap v10972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:13.775442+0000 mgr.y (mgr.24491) 12418 : cluster [DBG] pgmap v10972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:13.775442+0000 mgr.y (mgr.24491) 12418 : cluster [DBG] pgmap v10972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:15.776051+0000 mgr.y (mgr.24491) 12419 : cluster [DBG] pgmap v10973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:15.776051+0000 mgr.y (mgr.24491) 12419 : cluster [DBG] pgmap v10973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:15.776051+0000 mgr.y (mgr.24491) 12419 : cluster [DBG] pgmap v10973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:38:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:17.776513+0000 mgr.y (mgr.24491) 12420 : cluster [DBG] pgmap v10974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:17.776513+0000 mgr.y (mgr.24491) 12420 : cluster [DBG] pgmap v10974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:17.776513+0000 mgr.y (mgr.24491) 12420 : cluster [DBG] pgmap v10974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:19.777323+0000 mgr.y (mgr.24491) 12421 : cluster [DBG] pgmap v10975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:38:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:19.777323+0000 mgr.y (mgr.24491) 12421 : cluster [DBG] pgmap v10975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:19.777323+0000 mgr.y (mgr.24491) 12421 : cluster [DBG] pgmap v10975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:21.777699+0000 mgr.y (mgr.24491) 12422 : cluster [DBG] pgmap v10976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:21.777699+0000 mgr.y (mgr.24491) 12422 : cluster [DBG] pgmap v10976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:21.777699+0000 mgr.y (mgr.24491) 12422 : cluster [DBG] pgmap v10976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:23.778198+0000 mgr.y (mgr.24491) 12423 : cluster [DBG] pgmap v10977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:23.778198+0000 mgr.y (mgr.24491) 12423 : cluster [DBG] pgmap v10977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:23.778198+0000 mgr.y (mgr.24491) 12423 : cluster [DBG] pgmap v10977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:25.778859+0000 mgr.y (mgr.24491) 12424 : cluster [DBG] pgmap v10978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:25.778859+0000 mgr.y (mgr.24491) 12424 : cluster [DBG] pgmap v10978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:25.778859+0000 mgr.y (mgr.24491) 12424 : cluster [DBG] pgmap v10978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:38:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:27.822738+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:38:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:27.822738+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:38:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:27.822738+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:38:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:27.779438+0000 mgr.y (mgr.24491) 12425 : cluster [DBG] pgmap v10979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:28.114667+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:28.115591+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:28.116157+0000 mon.a (mon.0) 2785 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:28.116714+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T09:38:28.117172+0000 mgr.y (mgr.24491) 12426 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2487M 2024-04-20T09:38:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:28.121161+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:38:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:28.122188+0000 mon.a (mon.0) 2788 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:38:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:28.122735+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:38:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:28.126437+0000 mon.a (mon.0) 2790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:38:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:27.779438+0000 mgr.y (mgr.24491) 12425 : cluster [DBG] pgmap v10979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:28.114667+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:28.115591+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:28.116157+0000 mon.a (mon.0) 2785 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:28.116714+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T09:38:28.117172+0000 mgr.y (mgr.24491) 12426 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2487M 2024-04-20T09:38:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:28.121161+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:38:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:28.122188+0000 mon.a (mon.0) 2788 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:38:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:28.122735+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:38:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:28.126437+0000 mon.a (mon.0) 2790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:38:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:27.779438+0000 mgr.y (mgr.24491) 12425 : cluster [DBG] pgmap v10979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:28.114667+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:28.115591+0000 mon.a (mon.0) 2784 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:28.116157+0000 mon.a (mon.0) 2785 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:28.116714+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:38:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T09:38:28.117172+0000 mgr.y (mgr.24491) 12426 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2487M 2024-04-20T09:38:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:28.121161+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:38:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:28.122188+0000 mon.a (mon.0) 2788 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:38:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:28.122735+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:38:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:28.126437+0000 mon.a (mon.0) 2790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:38:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:29.780296+0000 mgr.y (mgr.24491) 12427 : cluster [DBG] pgmap v10980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:38:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:29.780296+0000 mgr.y (mgr.24491) 12427 : cluster [DBG] pgmap v10980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:29.780296+0000 mgr.y (mgr.24491) 12427 : cluster [DBG] pgmap v10980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:31.780687+0000 mgr.y (mgr.24491) 12428 : cluster [DBG] pgmap v10981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:31.780687+0000 mgr.y (mgr.24491) 12428 : cluster [DBG] pgmap v10981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:31.780687+0000 mgr.y (mgr.24491) 12428 : cluster [DBG] pgmap v10981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:33.429 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:38:33.703 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:38:33.704 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 8m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:38:33.704 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 8m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:38:33.704 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 8m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:38:33.704 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 8m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:38:33.704 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 8m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:38:33.704 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:38:33.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:38:33.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 8m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:38:33.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 8m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:38:33.704 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 8m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:38:33.705 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 8m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:38:33.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 8m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:38:33.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 8m ago 6h 45.6M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:38:33.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 8m ago 6h 41.8M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:38:33.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 8m ago 6h 41.8M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:38:33.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 8m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:38:33.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 8m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:38:33.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 8m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:38:33.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 8m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:38:33.705 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 8m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:38:34.043 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:38:34.043 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:38:34.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:38:34.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:38:34.043 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:38:34.044 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:38:34.044 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:38:34.044 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:38:34.044 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:38:34.044 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:38:34.044 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:38:34.044 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:38:34.044 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:38:34.044 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:38:34.044 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:38:34.044 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:38:34.045 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:38:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:33.418624+0000 mgr.y (mgr.24491) 12429 : audit [DBG] from='client.27624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:33.418624+0000 mgr.y (mgr.24491) 12429 : audit [DBG] from='client.27624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:33.418624+0000 mgr.y (mgr.24491) 12429 : audit [DBG] from='client.27624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:33.697811+0000 mgr.y (mgr.24491) 12430 : audit [DBG] from='client.37541 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:33.781051+0000 mgr.y (mgr.24491) 12431 : cluster [DBG] pgmap v10982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:38:34.044661+0000 mon.c (mon.2) 404 : audit [DBG] from='client.? 172.21.15.177:0/1508772106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:38:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:33.697811+0000 mgr.y (mgr.24491) 12430 : audit [DBG] from='client.37541 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:33.781051+0000 mgr.y (mgr.24491) 12431 : cluster [DBG] pgmap v10982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:38:34.044661+0000 mon.c (mon.2) 404 : audit [DBG] from='client.? 172.21.15.177:0/1508772106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:38:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:33.697811+0000 mgr.y (mgr.24491) 12430 : audit [DBG] from='client.37541 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:38:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:33.781051+0000 mgr.y (mgr.24491) 12431 : cluster [DBG] pgmap v10982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:38:34.044661+0000 mon.c (mon.2) 404 : audit [DBG] from='client.? 172.21.15.177:0/1508772106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:38:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:35.781698+0000 mgr.y (mgr.24491) 12432 : cluster [DBG] pgmap v10983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:35.781698+0000 mgr.y (mgr.24491) 12432 : cluster [DBG] pgmap v10983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:35.781698+0000 mgr.y (mgr.24491) 12432 : cluster [DBG] pgmap v10983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:38:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:37.782146+0000 mgr.y (mgr.24491) 12433 : cluster [DBG] pgmap v10984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:37.782146+0000 mgr.y (mgr.24491) 12433 : cluster [DBG] pgmap v10984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:37.782146+0000 mgr.y (mgr.24491) 12433 : cluster [DBG] pgmap v10984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:38:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:39.782746+0000 mgr.y (mgr.24491) 12434 : cluster [DBG] pgmap v10985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:39.782746+0000 mgr.y (mgr.24491) 12434 : cluster [DBG] pgmap v10985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:39.782746+0000 mgr.y (mgr.24491) 12434 : cluster [DBG] pgmap v10985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:41.783071+0000 mgr.y (mgr.24491) 12435 : cluster [DBG] pgmap v10986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:41.783071+0000 mgr.y (mgr.24491) 12435 : cluster [DBG] pgmap v10986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:41.783071+0000 mgr.y (mgr.24491) 12435 : cluster [DBG] pgmap v10986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:43.783436+0000 mgr.y (mgr.24491) 12436 : cluster [DBG] pgmap v10987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:43.783436+0000 mgr.y (mgr.24491) 12436 : cluster [DBG] pgmap v10987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:43.783436+0000 mgr.y (mgr.24491) 12436 : cluster [DBG] pgmap v10987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:45.784320+0000 mgr.y (mgr.24491) 12437 : cluster [DBG] pgmap v10988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:45.784320+0000 mgr.y (mgr.24491) 12437 : cluster [DBG] pgmap v10988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:45.784320+0000 mgr.y (mgr.24491) 12437 : cluster [DBG] pgmap v10988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:38:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:47.784725+0000 mgr.y (mgr.24491) 12438 : cluster [DBG] pgmap v10989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:47.784725+0000 mgr.y (mgr.24491) 12438 : cluster [DBG] pgmap v10989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:47.784725+0000 mgr.y (mgr.24491) 12438 : cluster [DBG] pgmap v10989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:49.785372+0000 mgr.y (mgr.24491) 12439 : cluster [DBG] pgmap v10990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:38:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:49.785372+0000 mgr.y (mgr.24491) 12439 : cluster [DBG] pgmap v10990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:49.785372+0000 mgr.y (mgr.24491) 12439 : cluster [DBG] pgmap v10990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:51.785922+0000 mgr.y (mgr.24491) 12440 : cluster [DBG] pgmap v10991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:51.785922+0000 mgr.y (mgr.24491) 12440 : cluster [DBG] pgmap v10991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:51.785922+0000 mgr.y (mgr.24491) 12440 : cluster [DBG] pgmap v10991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:53.786478+0000 mgr.y (mgr.24491) 12441 : cluster [DBG] pgmap v10992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:53.786478+0000 mgr.y (mgr.24491) 12441 : cluster [DBG] pgmap v10992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:53.786478+0000 mgr.y (mgr.24491) 12441 : cluster [DBG] pgmap v10992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:55.787119+0000 mgr.y (mgr.24491) 12442 : cluster [DBG] pgmap v10993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:55.787119+0000 mgr.y (mgr.24491) 12442 : cluster [DBG] pgmap v10993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:55.787119+0000 mgr.y (mgr.24491) 12442 : cluster [DBG] pgmap v10993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:38:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:38:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:57.787552+0000 mgr.y (mgr.24491) 12443 : cluster [DBG] pgmap v10994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:57.787552+0000 mgr.y (mgr.24491) 12443 : cluster [DBG] pgmap v10994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:38:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:57.787552+0000 mgr.y (mgr.24491) 12443 : cluster [DBG] pgmap v10994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:38:59.788247+0000 mgr.y (mgr.24491) 12444 : cluster [DBG] pgmap v10995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:39:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:38:59.788247+0000 mgr.y (mgr.24491) 12444 : cluster [DBG] pgmap v10995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:38:59.788247+0000 mgr.y (mgr.24491) 12444 : cluster [DBG] pgmap v10995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:01.788836+0000 mgr.y (mgr.24491) 12445 : cluster [DBG] pgmap v10996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:01.788836+0000 mgr.y (mgr.24491) 12445 : cluster [DBG] pgmap v10996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:01.788836+0000 mgr.y (mgr.24491) 12445 : cluster [DBG] pgmap v10996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:04.354 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:39:04.627 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:39:04.627 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 8m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 8m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 8m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 8m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 8m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 8m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 8m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 8m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 8m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 8m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 8m ago 6h 45.6M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:39:04.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 8m ago 6h 41.8M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:39:04.629 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 8m ago 6h 41.8M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:39:04.629 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 8m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:39:04.629 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 8m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:39:04.629 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 8m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:39:04.629 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 8m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:39:04.629 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 8m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:39:04.957 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:39:04.958 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:39:04.958 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:39:04.958 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:39:04.958 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:39:04.958 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:39:04.958 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:39:04.958 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:39:04.959 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:39:04.959 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:39:04.959 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:39:04.959 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:39:04.959 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:39:04.959 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:39:04.959 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:39:04.959 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:39:04.959 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:39:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:03.789431+0000 mgr.y (mgr.24491) 12446 : cluster [DBG] pgmap v10997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:39:04.343194+0000 mgr.y (mgr.24491) 12447 : audit [DBG] from='client.27642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:39:04.958871+0000 mon.a (mon.0) 2791 : audit [DBG] from='client.? 172.21.15.177:0/1953330995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:39:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:03.789431+0000 mgr.y (mgr.24491) 12446 : cluster [DBG] pgmap v10997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:39:04.343194+0000 mgr.y (mgr.24491) 12447 : audit [DBG] from='client.27642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:39:04.958871+0000 mon.a (mon.0) 2791 : audit [DBG] from='client.? 172.21.15.177:0/1953330995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:39:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:03.789431+0000 mgr.y (mgr.24491) 12446 : cluster [DBG] pgmap v10997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:39:04.343194+0000 mgr.y (mgr.24491) 12447 : audit [DBG] from='client.27642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:39:04.958871+0000 mon.a (mon.0) 2791 : audit [DBG] from='client.? 172.21.15.177:0/1953330995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:39:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:39:04.621324+0000 mgr.y (mgr.24491) 12448 : audit [DBG] from='client.27648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:39:04.621324+0000 mgr.y (mgr.24491) 12448 : audit [DBG] from='client.27648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:39:04.621324+0000 mgr.y (mgr.24491) 12448 : audit [DBG] from='client.27648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:05.790082+0000 mgr.y (mgr.24491) 12449 : cluster [DBG] pgmap v10998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:05.790082+0000 mgr.y (mgr.24491) 12449 : cluster [DBG] pgmap v10998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:05.790082+0000 mgr.y (mgr.24491) 12449 : cluster [DBG] pgmap v10998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:39:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:07.790512+0000 mgr.y (mgr.24491) 12450 : cluster [DBG] pgmap v10999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:07.790512+0000 mgr.y (mgr.24491) 12450 : cluster [DBG] pgmap v10999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:07.790512+0000 mgr.y (mgr.24491) 12450 : cluster [DBG] pgmap v10999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:09.791317+0000 mgr.y (mgr.24491) 12451 : cluster [DBG] pgmap v11000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:09.791317+0000 mgr.y (mgr.24491) 12451 : cluster [DBG] pgmap v11000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:09.791317+0000 mgr.y (mgr.24491) 12451 : cluster [DBG] pgmap v11000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:39:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:11.791709+0000 mgr.y (mgr.24491) 12452 : cluster [DBG] pgmap v11001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:11.791709+0000 mgr.y (mgr.24491) 12452 : cluster [DBG] pgmap v11001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:11.791709+0000 mgr.y (mgr.24491) 12452 : cluster [DBG] pgmap v11001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:13.792121+0000 mgr.y (mgr.24491) 12453 : cluster [DBG] pgmap v11002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:13.792121+0000 mgr.y (mgr.24491) 12453 : cluster [DBG] pgmap v11002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:13.792121+0000 mgr.y (mgr.24491) 12453 : cluster [DBG] pgmap v11002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:15.792690+0000 mgr.y (mgr.24491) 12454 : cluster [DBG] pgmap v11003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:15.792690+0000 mgr.y (mgr.24491) 12454 : cluster [DBG] pgmap v11003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:15.792690+0000 mgr.y (mgr.24491) 12454 : cluster [DBG] pgmap v11003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:39:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:17.793249+0000 mgr.y (mgr.24491) 12455 : cluster [DBG] pgmap v11004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:17.793249+0000 mgr.y (mgr.24491) 12455 : cluster [DBG] pgmap v11004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:17.793249+0000 mgr.y (mgr.24491) 12455 : cluster [DBG] pgmap v11004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:19.793983+0000 mgr.y (mgr.24491) 12456 : cluster [DBG] pgmap v11005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:19.793983+0000 mgr.y (mgr.24491) 12456 : cluster [DBG] pgmap v11005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:19.793983+0000 mgr.y (mgr.24491) 12456 : cluster [DBG] pgmap v11005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:39:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:21.794493+0000 mgr.y (mgr.24491) 12457 : cluster [DBG] pgmap v11006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:21.794493+0000 mgr.y (mgr.24491) 12457 : cluster [DBG] pgmap v11006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:21.794493+0000 mgr.y (mgr.24491) 12457 : cluster [DBG] pgmap v11006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:23.795032+0000 mgr.y (mgr.24491) 12458 : cluster [DBG] pgmap v11007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:23.795032+0000 mgr.y (mgr.24491) 12458 : cluster [DBG] pgmap v11007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:23.795032+0000 mgr.y (mgr.24491) 12458 : cluster [DBG] pgmap v11007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:25.795622+0000 mgr.y (mgr.24491) 12459 : cluster [DBG] pgmap v11008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:25.795622+0000 mgr.y (mgr.24491) 12459 : cluster [DBG] pgmap v11008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:25.795622+0000 mgr.y (mgr.24491) 12459 : cluster [DBG] pgmap v11008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:39:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:27.796160+0000 mgr.y (mgr.24491) 12460 : cluster [DBG] pgmap v11009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:39:28.130633+0000 mon.a (mon.0) 2792 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:39:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:39:28.421064+0000 mon.a (mon.0) 2793 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:39:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:39:28.421711+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:39:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:39:28.426057+0000 mon.a (mon.0) 2795 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:39:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:27.796160+0000 mgr.y (mgr.24491) 12460 : cluster [DBG] pgmap v11009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:39:28.130633+0000 mon.a (mon.0) 2792 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:39:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:39:28.421064+0000 mon.a (mon.0) 2793 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:39:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:39:28.421711+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:39:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:39:28.426057+0000 mon.a (mon.0) 2795 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:39:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:27.796160+0000 mgr.y (mgr.24491) 12460 : cluster [DBG] pgmap v11009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:39:28.130633+0000 mon.a (mon.0) 2792 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:39:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:39:28.421064+0000 mon.a (mon.0) 2793 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:39:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:39:28.421711+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:39:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:39:28.426057+0000 mon.a (mon.0) 2795 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:39:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:29.796865+0000 mgr.y (mgr.24491) 12461 : cluster [DBG] pgmap v11010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:29.796865+0000 mgr.y (mgr.24491) 12461 : cluster [DBG] pgmap v11010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:29.796865+0000 mgr.y (mgr.24491) 12461 : cluster [DBG] pgmap v11010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:39:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:31.797469+0000 mgr.y (mgr.24491) 12462 : cluster [DBG] pgmap v11011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:31.797469+0000 mgr.y (mgr.24491) 12462 : cluster [DBG] pgmap v11011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:31.797469+0000 mgr.y (mgr.24491) 12462 : cluster [DBG] pgmap v11011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:35.266 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:39:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:33.797904+0000 mgr.y (mgr.24491) 12463 : cluster [DBG] pgmap v11012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:33.797904+0000 mgr.y (mgr.24491) 12463 : cluster [DBG] pgmap v11012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:33.797904+0000 mgr.y (mgr.24491) 12463 : cluster [DBG] pgmap v11012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:35.543 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:39:35.543 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:39:35.543 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:39:35.543 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:39:35.543 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:39:35.543 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 9m ago 6h 45.6M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 9m ago 6h 41.8M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 9m ago 6h 41.8M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:39:35.544 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:39:35.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:39:35.878 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:39:35.878 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:39:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:39:35.255732+0000 mgr.y (mgr.24491) 12464 : audit [DBG] from='client.37571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:39:35.878463+0000 mon.c (mon.2) 405 : audit [DBG] from='client.? 172.21.15.177:0/371218725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:39:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:39:35.255732+0000 mgr.y (mgr.24491) 12464 : audit [DBG] from='client.37571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:39:35.878463+0000 mon.c (mon.2) 405 : audit [DBG] from='client.? 172.21.15.177:0/371218725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:39:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:39:35.255732+0000 mgr.y (mgr.24491) 12464 : audit [DBG] from='client.37571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:39:35.878463+0000 mon.c (mon.2) 405 : audit [DBG] from='client.? 172.21.15.177:0/371218725' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:39:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:39:35.537106+0000 mgr.y (mgr.24491) 12465 : audit [DBG] from='client.37577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:35.798596+0000 mgr.y (mgr.24491) 12466 : cluster [DBG] pgmap v11013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:39:35.537106+0000 mgr.y (mgr.24491) 12465 : audit [DBG] from='client.37577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:35.798596+0000 mgr.y (mgr.24491) 12466 : cluster [DBG] pgmap v11013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:39:35.537106+0000 mgr.y (mgr.24491) 12465 : audit [DBG] from='client.37577 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:39:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:35.798596+0000 mgr.y (mgr.24491) 12466 : cluster [DBG] pgmap v11013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:39:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:37.799130+0000 mgr.y (mgr.24491) 12467 : cluster [DBG] pgmap v11014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:37.799130+0000 mgr.y (mgr.24491) 12467 : cluster [DBG] pgmap v11014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:37.799130+0000 mgr.y (mgr.24491) 12467 : cluster [DBG] pgmap v11014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:39.799855+0000 mgr.y (mgr.24491) 12468 : cluster [DBG] pgmap v11015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:39.799855+0000 mgr.y (mgr.24491) 12468 : cluster [DBG] pgmap v11015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:39.799855+0000 mgr.y (mgr.24491) 12468 : cluster [DBG] pgmap v11015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:39:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:41.800354+0000 mgr.y (mgr.24491) 12469 : cluster [DBG] pgmap v11016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:41.800354+0000 mgr.y (mgr.24491) 12469 : cluster [DBG] pgmap v11016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:41.800354+0000 mgr.y (mgr.24491) 12469 : cluster [DBG] pgmap v11016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:43.800882+0000 mgr.y (mgr.24491) 12470 : cluster [DBG] pgmap v11017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:43.800882+0000 mgr.y (mgr.24491) 12470 : cluster [DBG] pgmap v11017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:43.800882+0000 mgr.y (mgr.24491) 12470 : cluster [DBG] pgmap v11017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:45.801763+0000 mgr.y (mgr.24491) 12471 : cluster [DBG] pgmap v11018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:45.801763+0000 mgr.y (mgr.24491) 12471 : cluster [DBG] pgmap v11018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:45.801763+0000 mgr.y (mgr.24491) 12471 : cluster [DBG] pgmap v11018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T09:39:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:47.802382+0000 mgr.y (mgr.24491) 12472 : cluster [DBG] pgmap v11019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:47.802382+0000 mgr.y (mgr.24491) 12472 : cluster [DBG] pgmap v11019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:47.802382+0000 mgr.y (mgr.24491) 12472 : cluster [DBG] pgmap v11019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:49.803278+0000 mgr.y (mgr.24491) 12473 : cluster [DBG] pgmap v11020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:49.803278+0000 mgr.y (mgr.24491) 12473 : cluster [DBG] pgmap v11020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:49.803278+0000 mgr.y (mgr.24491) 12473 : cluster [DBG] pgmap v11020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:39:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:51.803684+0000 mgr.y (mgr.24491) 12474 : cluster [DBG] pgmap v11021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:51.803684+0000 mgr.y (mgr.24491) 12474 : cluster [DBG] pgmap v11021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:51.803684+0000 mgr.y (mgr.24491) 12474 : cluster [DBG] pgmap v11021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:53.804379+0000 mgr.y (mgr.24491) 12475 : cluster [DBG] pgmap v11022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:53.804379+0000 mgr.y (mgr.24491) 12475 : cluster [DBG] pgmap v11022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:53.804379+0000 mgr.y (mgr.24491) 12475 : cluster [DBG] pgmap v11022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:55.805142+0000 mgr.y (mgr.24491) 12476 : cluster [DBG] pgmap v11023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:55.805142+0000 mgr.y (mgr.24491) 12476 : cluster [DBG] pgmap v11023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:55.805142+0000 mgr.y (mgr.24491) 12476 : cluster [DBG] pgmap v11023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:39:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T09:39:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:57.805558+0000 mgr.y (mgr.24491) 12477 : cluster [DBG] pgmap v11024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:57.805558+0000 mgr.y (mgr.24491) 12477 : cluster [DBG] pgmap v11024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:39:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:39:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:57.805558+0000 mgr.y (mgr.24491) 12477 : cluster [DBG] pgmap v11024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:00.000186+0000 mon.a (mon.0) 2796 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:40:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T09:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:40:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:00.000186+0000 mon.a (mon.0) 2796 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:00.000186+0000 mon.a (mon.0) 2796 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:40:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:39:59.806345+0000 mgr.y (mgr.24491) 12478 : cluster [DBG] pgmap v11025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:39:59.806345+0000 mgr.y (mgr.24491) 12478 : cluster [DBG] pgmap v11025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:39:59.806345+0000 mgr.y (mgr.24491) 12478 : cluster [DBG] pgmap v11025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:40:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:01.806704+0000 mgr.y (mgr.24491) 12479 : cluster [DBG] pgmap v11026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:01.806704+0000 mgr.y (mgr.24491) 12479 : cluster [DBG] pgmap v11026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:01.806704+0000 mgr.y (mgr.24491) 12479 : cluster [DBG] pgmap v11026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:03.807108+0000 mgr.y (mgr.24491) 12480 : cluster [DBG] pgmap v11027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:03.807108+0000 mgr.y (mgr.24491) 12480 : cluster [DBG] pgmap v11027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:03.807108+0000 mgr.y (mgr.24491) 12480 : cluster [DBG] pgmap v11027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:06.190 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:40:06.464 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:40:06.464 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:40:06.464 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:40:06.464 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:40:06.464 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:40:06.464 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:40:06.464 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 475M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:40:06.464 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 1030M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:40:06.464 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 530M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 535M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 9m ago 6h 45.6M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 9m ago 6h 41.8M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 9m ago 6h 41.8M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 43.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:40:06.465 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:40:06.798 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:40:06.798 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:40:06.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:40:06.798 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:40:06.798 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:40:06.799 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:40:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:05.807700+0000 mgr.y (mgr.24491) 12481 : cluster [DBG] pgmap v11028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:06.179916+0000 mgr.y (mgr.24491) 12482 : audit [DBG] from='client.37589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:06.458217+0000 mgr.y (mgr.24491) 12483 : audit [DBG] from='client.37595 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:06.800104+0000 mon.c (mon.2) 406 : audit [DBG] from='client.? 172.21.15.177:0/2774151737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:40:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:05.807700+0000 mgr.y (mgr.24491) 12481 : cluster [DBG] pgmap v11028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:06.179916+0000 mgr.y (mgr.24491) 12482 : audit [DBG] from='client.37589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:06.458217+0000 mgr.y (mgr.24491) 12483 : audit [DBG] from='client.37595 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:06.800104+0000 mon.c (mon.2) 406 : audit [DBG] from='client.? 172.21.15.177:0/2774151737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:40:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:05.807700+0000 mgr.y (mgr.24491) 12481 : cluster [DBG] pgmap v11028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:06.179916+0000 mgr.y (mgr.24491) 12482 : audit [DBG] from='client.37589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:06.458217+0000 mgr.y (mgr.24491) 12483 : audit [DBG] from='client.37595 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:06.800104+0000 mon.c (mon.2) 406 : audit [DBG] from='client.? 172.21.15.177:0/2774151737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:40:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:40:09.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:07.808102+0000 mgr.y (mgr.24491) 12484 : cluster [DBG] pgmap v11029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:09.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:07.808102+0000 mgr.y (mgr.24491) 12484 : cluster [DBG] pgmap v11029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:07.808102+0000 mgr.y (mgr.24491) 12484 : cluster [DBG] pgmap v11029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:09.808724+0000 mgr.y (mgr.24491) 12485 : cluster [DBG] pgmap v11030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:09.808724+0000 mgr.y (mgr.24491) 12485 : cluster [DBG] pgmap v11030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:09.808724+0000 mgr.y (mgr.24491) 12485 : cluster [DBG] pgmap v11030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:40:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:11.809198+0000 mgr.y (mgr.24491) 12486 : cluster [DBG] pgmap v11031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:11.809198+0000 mgr.y (mgr.24491) 12486 : cluster [DBG] pgmap v11031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:11.809198+0000 mgr.y (mgr.24491) 12486 : cluster [DBG] pgmap v11031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:13.809761+0000 mgr.y (mgr.24491) 12487 : cluster [DBG] pgmap v11032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:13.809761+0000 mgr.y (mgr.24491) 12487 : cluster [DBG] pgmap v11032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:13.809761+0000 mgr.y (mgr.24491) 12487 : cluster [DBG] pgmap v11032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:15.810355+0000 mgr.y (mgr.24491) 12488 : cluster [DBG] pgmap v11033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:15.810355+0000 mgr.y (mgr.24491) 12488 : cluster [DBG] pgmap v11033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:15.810355+0000 mgr.y (mgr.24491) 12488 : cluster [DBG] pgmap v11033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:40:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:17.810735+0000 mgr.y (mgr.24491) 12489 : cluster [DBG] pgmap v11034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:17.810735+0000 mgr.y (mgr.24491) 12489 : cluster [DBG] pgmap v11034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:17.810735+0000 mgr.y (mgr.24491) 12489 : cluster [DBG] pgmap v11034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:19.811390+0000 mgr.y (mgr.24491) 12490 : cluster [DBG] pgmap v11035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:19.811390+0000 mgr.y (mgr.24491) 12490 : cluster [DBG] pgmap v11035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:40:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:19.811390+0000 mgr.y (mgr.24491) 12490 : cluster [DBG] pgmap v11035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:21.811836+0000 mgr.y (mgr.24491) 12491 : cluster [DBG] pgmap v11036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:21.811836+0000 mgr.y (mgr.24491) 12491 : cluster [DBG] pgmap v11036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:21.811836+0000 mgr.y (mgr.24491) 12491 : cluster [DBG] pgmap v11036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:23.812255+0000 mgr.y (mgr.24491) 12492 : cluster [DBG] pgmap v11037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:23.812255+0000 mgr.y (mgr.24491) 12492 : cluster [DBG] pgmap v11037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:23.812255+0000 mgr.y (mgr.24491) 12492 : cluster [DBG] pgmap v11037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:25.812852+0000 mgr.y (mgr.24491) 12493 : cluster [DBG] pgmap v11038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:25.812852+0000 mgr.y (mgr.24491) 12493 : cluster [DBG] pgmap v11038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:25.812852+0000 mgr.y (mgr.24491) 12493 : cluster [DBG] pgmap v11038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:40:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:27.813455+0000 mgr.y (mgr.24491) 12494 : cluster [DBG] pgmap v11039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:28.430502+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:40:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:27.813455+0000 mgr.y (mgr.24491) 12494 : cluster [DBG] pgmap v11039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:28.430502+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:40:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:27.813455+0000 mgr.y (mgr.24491) 12494 : cluster [DBG] pgmap v11039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:28.430502+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:40:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:40:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:29.814119+0000 mgr.y (mgr.24491) 12495 : cluster [DBG] pgmap v11040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:31.143084+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:40:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:29.814119+0000 mgr.y (mgr.24491) 12495 : cluster [DBG] pgmap v11040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:31.143084+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:40:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:29.814119+0000 mgr.y (mgr.24491) 12495 : cluster [DBG] pgmap v11040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:31.143084+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:40:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:31.694872+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:40:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:31.814561+0000 mgr.y (mgr.24491) 12496 : cluster [DBG] pgmap v11041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:31.978178+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:40:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:31.978804+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:40:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:31.984358+0000 mon.a (mon.0) 2802 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:40:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:31.694872+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:40:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:31.814561+0000 mgr.y (mgr.24491) 12496 : cluster [DBG] pgmap v11041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:31.978178+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:40:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:31.978804+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:40:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:31.984358+0000 mon.a (mon.0) 2802 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:40:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:31.694872+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:40:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:31.814561+0000 mgr.y (mgr.24491) 12496 : cluster [DBG] pgmap v11041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:31.978178+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:40:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:31.978804+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:40:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:31.984358+0000 mon.a (mon.0) 2802 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:40:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:33.814992+0000 mgr.y (mgr.24491) 12497 : cluster [DBG] pgmap v11042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:33.814992+0000 mgr.y (mgr.24491) 12497 : cluster [DBG] pgmap v11042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:33.814992+0000 mgr.y (mgr.24491) 12497 : cluster [DBG] pgmap v11042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:37.112 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:40:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:35.815663+0000 mgr.y (mgr.24491) 12498 : cluster [DBG] pgmap v11043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:35.815663+0000 mgr.y (mgr.24491) 12498 : cluster [DBG] pgmap v11043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:35.815663+0000 mgr.y (mgr.24491) 12498 : cluster [DBG] pgmap v11043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:37.385 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:40:37.385 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6s ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:40:37.385 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5s ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:40:37.386 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:40:37.386 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5s ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:40:37.386 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:40:37.386 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 6s ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:40:37.386 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 6s ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:40:37.386 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5s ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:40:37.386 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6s ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:40:37.386 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6s ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:40:37.386 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5s ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:40:37.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6s ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:40:37.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6s ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:40:37.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6s ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:40:37.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6s ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:40:37.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5s ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:40:37.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:40:37.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:40:37.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5s ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:40:37.387 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5s ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:40:37.721 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:40:37.721 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:40:37.721 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:40:37.721 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:40:37.721 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:40:37.722 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:40:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T09:40:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:37.100391+0000 mgr.y (mgr.24491) 12499 : audit [DBG] from='client.27696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:37.379328+0000 mgr.y (mgr.24491) 12500 : audit [DBG] from='client.27702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:40:37.722283+0000 mon.a (mon.0) 2803 : audit [DBG] from='client.? 172.21.15.177:0/2647971918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:40:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:37.100391+0000 mgr.y (mgr.24491) 12499 : audit [DBG] from='client.27696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:37.379328+0000 mgr.y (mgr.24491) 12500 : audit [DBG] from='client.27702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:40:37.722283+0000 mon.a (mon.0) 2803 : audit [DBG] from='client.? 172.21.15.177:0/2647971918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:40:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:37.100391+0000 mgr.y (mgr.24491) 12499 : audit [DBG] from='client.27696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:37.379328+0000 mgr.y (mgr.24491) 12500 : audit [DBG] from='client.27702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:40:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:40:37.722283+0000 mon.a (mon.0) 2803 : audit [DBG] from='client.? 172.21.15.177:0/2647971918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:40:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:37.816175+0000 mgr.y (mgr.24491) 12501 : cluster [DBG] pgmap v11044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:37.816175+0000 mgr.y (mgr.24491) 12501 : cluster [DBG] pgmap v11044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:37.816175+0000 mgr.y (mgr.24491) 12501 : cluster [DBG] pgmap v11044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:39.816948+0000 mgr.y (mgr.24491) 12502 : cluster [DBG] pgmap v11045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:41.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:39.816948+0000 mgr.y (mgr.24491) 12502 : cluster [DBG] pgmap v11045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:39.816948+0000 mgr.y (mgr.24491) 12502 : cluster [DBG] pgmap v11045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:40:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:41.817438+0000 mgr.y (mgr.24491) 12503 : cluster [DBG] pgmap v11046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:41.817438+0000 mgr.y (mgr.24491) 12503 : cluster [DBG] pgmap v11046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:41.817438+0000 mgr.y (mgr.24491) 12503 : cluster [DBG] pgmap v11046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:43.818088+0000 mgr.y (mgr.24491) 12504 : cluster [DBG] pgmap v11047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:43.818088+0000 mgr.y (mgr.24491) 12504 : cluster [DBG] pgmap v11047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:43.818088+0000 mgr.y (mgr.24491) 12504 : cluster [DBG] pgmap v11047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:45.818714+0000 mgr.y (mgr.24491) 12505 : cluster [DBG] pgmap v11048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:45.818714+0000 mgr.y (mgr.24491) 12505 : cluster [DBG] pgmap v11048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:45.818714+0000 mgr.y (mgr.24491) 12505 : cluster [DBG] pgmap v11048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:40:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:47.819253+0000 mgr.y (mgr.24491) 12506 : cluster [DBG] pgmap v11049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:47.819253+0000 mgr.y (mgr.24491) 12506 : cluster [DBG] pgmap v11049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:47.819253+0000 mgr.y (mgr.24491) 12506 : cluster [DBG] pgmap v11049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:49.819987+0000 mgr.y (mgr.24491) 12507 : cluster [DBG] pgmap v11050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:49.819987+0000 mgr.y (mgr.24491) 12507 : cluster [DBG] pgmap v11050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:49.819987+0000 mgr.y (mgr.24491) 12507 : cluster [DBG] pgmap v11050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:40:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:51.820492+0000 mgr.y (mgr.24491) 12508 : cluster [DBG] pgmap v11051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:51.820492+0000 mgr.y (mgr.24491) 12508 : cluster [DBG] pgmap v11051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:51.820492+0000 mgr.y (mgr.24491) 12508 : cluster [DBG] pgmap v11051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:53.821077+0000 mgr.y (mgr.24491) 12509 : cluster [DBG] pgmap v11052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:53.821077+0000 mgr.y (mgr.24491) 12509 : cluster [DBG] pgmap v11052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:53.821077+0000 mgr.y (mgr.24491) 12509 : cluster [DBG] pgmap v11052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:55.822020+0000 mgr.y (mgr.24491) 12510 : cluster [DBG] pgmap v11053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:55.822020+0000 mgr.y (mgr.24491) 12510 : cluster [DBG] pgmap v11053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:55.822020+0000 mgr.y (mgr.24491) 12510 : cluster [DBG] pgmap v11053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:40:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:40:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:40:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:57.822389+0000 mgr.y (mgr.24491) 12511 : cluster [DBG] pgmap v11054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:57.822389+0000 mgr.y (mgr.24491) 12511 : cluster [DBG] pgmap v11054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:40:59.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:57.822389+0000 mgr.y (mgr.24491) 12511 : cluster [DBG] pgmap v11054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:40:59.823261+0000 mgr.y (mgr.24491) 12512 : cluster [DBG] pgmap v11055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:01.251 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:41:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:40:59.823261+0000 mgr.y (mgr.24491) 12512 : cluster [DBG] pgmap v11055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:40:59.823261+0000 mgr.y (mgr.24491) 12512 : cluster [DBG] pgmap v11055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:01.823651+0000 mgr.y (mgr.24491) 12513 : cluster [DBG] pgmap v11056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:01.823651+0000 mgr.y (mgr.24491) 12513 : cluster [DBG] pgmap v11056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:01.823651+0000 mgr.y (mgr.24491) 12513 : cluster [DBG] pgmap v11056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:03.824087+0000 mgr.y (mgr.24491) 12514 : cluster [DBG] pgmap v11057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:03.824087+0000 mgr.y (mgr.24491) 12514 : cluster [DBG] pgmap v11057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:03.824087+0000 mgr.y (mgr.24491) 12514 : cluster [DBG] pgmap v11057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:05.824728+0000 mgr.y (mgr.24491) 12515 : cluster [DBG] pgmap v11058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:05.824728+0000 mgr.y (mgr.24491) 12515 : cluster [DBG] pgmap v11058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:05.824728+0000 mgr.y (mgr.24491) 12515 : cluster [DBG] pgmap v11058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:08.034 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:41:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:41:08.308 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:41:08.308 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 37s ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:41:08.308 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 36s ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:41:08.308 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 37s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 36s ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 36s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 37s ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 37s ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 36s ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 37s ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 37s ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 36s ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 37s ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 37s ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 37s ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 37s ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:41:08.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 36s ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:41:08.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 36s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:41:08.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 36s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:41:08.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 36s ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:41:08.310 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 36s ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:41:08.640 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:41:08.641 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:41:08.642 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:41:08.642 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:41:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:07.825123+0000 mgr.y (mgr.24491) 12516 : cluster [DBG] pgmap v11059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:41:08.023361+0000 mgr.y (mgr.24491) 12517 : audit [DBG] from='client.27714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:41:08.302096+0000 mgr.y (mgr.24491) 12518 : audit [DBG] from='client.37631 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:41:08.642020+0000 mon.c (mon.2) 407 : audit [DBG] from='client.? 172.21.15.177:0/3323676249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:41:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:07.825123+0000 mgr.y (mgr.24491) 12516 : cluster [DBG] pgmap v11059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:41:08.023361+0000 mgr.y (mgr.24491) 12517 : audit [DBG] from='client.27714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:41:08.302096+0000 mgr.y (mgr.24491) 12518 : audit [DBG] from='client.37631 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:41:08.642020+0000 mon.c (mon.2) 407 : audit [DBG] from='client.? 172.21.15.177:0/3323676249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:41:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:07.825123+0000 mgr.y (mgr.24491) 12516 : cluster [DBG] pgmap v11059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:41:08.023361+0000 mgr.y (mgr.24491) 12517 : audit [DBG] from='client.27714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:41:08.302096+0000 mgr.y (mgr.24491) 12518 : audit [DBG] from='client.37631 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:41:08.642020+0000 mon.c (mon.2) 407 : audit [DBG] from='client.? 172.21.15.177:0/3323676249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:41:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:09.825651+0000 mgr.y (mgr.24491) 12519 : cluster [DBG] pgmap v11060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:41:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:09.825651+0000 mgr.y (mgr.24491) 12519 : cluster [DBG] pgmap v11060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:09.825651+0000 mgr.y (mgr.24491) 12519 : cluster [DBG] pgmap v11060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:11.826156+0000 mgr.y (mgr.24491) 12520 : cluster [DBG] pgmap v11061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:11.826156+0000 mgr.y (mgr.24491) 12520 : cluster [DBG] pgmap v11061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:11.826156+0000 mgr.y (mgr.24491) 12520 : cluster [DBG] pgmap v11061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:13.826619+0000 mgr.y (mgr.24491) 12521 : cluster [DBG] pgmap v11062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:13.826619+0000 mgr.y (mgr.24491) 12521 : cluster [DBG] pgmap v11062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:13.826619+0000 mgr.y (mgr.24491) 12521 : cluster [DBG] pgmap v11062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:15.827489+0000 mgr.y (mgr.24491) 12522 : cluster [DBG] pgmap v11063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:15.827489+0000 mgr.y (mgr.24491) 12522 : cluster [DBG] pgmap v11063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:15.827489+0000 mgr.y (mgr.24491) 12522 : cluster [DBG] pgmap v11063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:41:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:17.828014+0000 mgr.y (mgr.24491) 12523 : cluster [DBG] pgmap v11064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:17.828014+0000 mgr.y (mgr.24491) 12523 : cluster [DBG] pgmap v11064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:17.828014+0000 mgr.y (mgr.24491) 12523 : cluster [DBG] pgmap v11064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:19.828825+0000 mgr.y (mgr.24491) 12524 : cluster [DBG] pgmap v11065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:41:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:19.828825+0000 mgr.y (mgr.24491) 12524 : cluster [DBG] pgmap v11065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:19.828825+0000 mgr.y (mgr.24491) 12524 : cluster [DBG] pgmap v11065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:21.829231+0000 mgr.y (mgr.24491) 12525 : cluster [DBG] pgmap v11066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:21.829231+0000 mgr.y (mgr.24491) 12525 : cluster [DBG] pgmap v11066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:21.829231+0000 mgr.y (mgr.24491) 12525 : cluster [DBG] pgmap v11066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:23.829679+0000 mgr.y (mgr.24491) 12526 : cluster [DBG] pgmap v11067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:23.829679+0000 mgr.y (mgr.24491) 12526 : cluster [DBG] pgmap v11067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:23.829679+0000 mgr.y (mgr.24491) 12526 : cluster [DBG] pgmap v11067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:25.830304+0000 mgr.y (mgr.24491) 12527 : cluster [DBG] pgmap v11068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:25.830304+0000 mgr.y (mgr.24491) 12527 : cluster [DBG] pgmap v11068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:25.830304+0000 mgr.y (mgr.24491) 12527 : cluster [DBG] pgmap v11068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:41:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:27.830784+0000 mgr.y (mgr.24491) 12528 : cluster [DBG] pgmap v11069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:27.830784+0000 mgr.y (mgr.24491) 12528 : cluster [DBG] pgmap v11069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:27.830784+0000 mgr.y (mgr.24491) 12528 : cluster [DBG] pgmap v11069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:29.831528+0000 mgr.y (mgr.24491) 12529 : cluster [DBG] pgmap v11070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:41:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:29.831528+0000 mgr.y (mgr.24491) 12529 : cluster [DBG] pgmap v11070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:29.831528+0000 mgr.y (mgr.24491) 12529 : cluster [DBG] pgmap v11070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:31.832036+0000 mgr.y (mgr.24491) 12530 : cluster [DBG] pgmap v11071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:41:31.988837+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:41:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:41:32.273039+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:41:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:41:32.273633+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:41:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:41:32.280185+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:41:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:31.832036+0000 mgr.y (mgr.24491) 12530 : cluster [DBG] pgmap v11071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:41:31.988837+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:41:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:41:32.273039+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:41:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:41:32.273633+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:41:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:41:32.280185+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:41:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:31.832036+0000 mgr.y (mgr.24491) 12530 : cluster [DBG] pgmap v11071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:41:31.988837+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:41:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:41:32.273039+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:41:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:41:32.273633+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:41:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:41:32.280185+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:41:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:33.832600+0000 mgr.y (mgr.24491) 12531 : cluster [DBG] pgmap v11072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:33.832600+0000 mgr.y (mgr.24491) 12531 : cluster [DBG] pgmap v11072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:33.832600+0000 mgr.y (mgr.24491) 12531 : cluster [DBG] pgmap v11072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:35.833311+0000 mgr.y (mgr.24491) 12532 : cluster [DBG] pgmap v11073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:35.833311+0000 mgr.y (mgr.24491) 12532 : cluster [DBG] pgmap v11073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:35.833311+0000 mgr.y (mgr.24491) 12532 : cluster [DBG] pgmap v11073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:41:38.951 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:41:39.226 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 68s ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 67s ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 68s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 67s ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 67s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 68s ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 68s ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 67s ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 68s ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 68s ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 67s ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 68s ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:41:39.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 68s ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:41:39.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 68s ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:41:39.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 68s ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:41:39.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 67s ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:41:39.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 67s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:41:39.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 67s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:41:39.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 67s ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:41:39.228 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 67s ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:41:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:37.833785+0000 mgr.y (mgr.24491) 12533 : cluster [DBG] pgmap v11074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:37.833785+0000 mgr.y (mgr.24491) 12533 : cluster [DBG] pgmap v11074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:37.833785+0000 mgr.y (mgr.24491) 12533 : cluster [DBG] pgmap v11074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:39.564 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:41:39.564 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:41:39.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:41:39.564 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:41:39.564 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:41:39.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:41:39.565 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:41:39.565 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:41:39.565 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:41:39.565 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:41:39.565 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:41:39.565 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:41:39.565 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:41:39.565 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:41:39.565 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:41:39.565 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:41:39.565 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:41:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:41:38.940584+0000 mgr.y (mgr.24491) 12534 : audit [DBG] from='client.27732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:41:39.220671+0000 mgr.y (mgr.24491) 12535 : audit [DBG] from='client.37649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:41:39.566008+0000 mon.a (mon.0) 2808 : audit [DBG] from='client.? 172.21.15.177:0/416818293' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:41:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:41:38.940584+0000 mgr.y (mgr.24491) 12534 : audit [DBG] from='client.27732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:41:39.220671+0000 mgr.y (mgr.24491) 12535 : audit [DBG] from='client.37649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:41:39.566008+0000 mon.a (mon.0) 2808 : audit [DBG] from='client.? 172.21.15.177:0/416818293' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:41:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:41:38.940584+0000 mgr.y (mgr.24491) 12534 : audit [DBG] from='client.27732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:41:39.220671+0000 mgr.y (mgr.24491) 12535 : audit [DBG] from='client.37649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:41:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:41:39.566008+0000 mon.a (mon.0) 2808 : audit [DBG] from='client.? 172.21.15.177:0/416818293' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:41:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:39.834559+0000 mgr.y (mgr.24491) 12536 : cluster [DBG] pgmap v11075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:41:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:39.834559+0000 mgr.y (mgr.24491) 12536 : cluster [DBG] pgmap v11075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:39.834559+0000 mgr.y (mgr.24491) 12536 : cluster [DBG] pgmap v11075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:41.835123+0000 mgr.y (mgr.24491) 12537 : cluster [DBG] pgmap v11076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:41.835123+0000 mgr.y (mgr.24491) 12537 : cluster [DBG] pgmap v11076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:41.835123+0000 mgr.y (mgr.24491) 12537 : cluster [DBG] pgmap v11076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:43.835565+0000 mgr.y (mgr.24491) 12538 : cluster [DBG] pgmap v11077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:43.835565+0000 mgr.y (mgr.24491) 12538 : cluster [DBG] pgmap v11077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:43.835565+0000 mgr.y (mgr.24491) 12538 : cluster [DBG] pgmap v11077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:45.836465+0000 mgr.y (mgr.24491) 12539 : cluster [DBG] pgmap v11078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:45.836465+0000 mgr.y (mgr.24491) 12539 : cluster [DBG] pgmap v11078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:45.836465+0000 mgr.y (mgr.24491) 12539 : cluster [DBG] pgmap v11078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:41:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:47.836907+0000 mgr.y (mgr.24491) 12540 : cluster [DBG] pgmap v11079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:47.836907+0000 mgr.y (mgr.24491) 12540 : cluster [DBG] pgmap v11079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:47.836907+0000 mgr.y (mgr.24491) 12540 : cluster [DBG] pgmap v11079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:49.837535+0000 mgr.y (mgr.24491) 12541 : cluster [DBG] pgmap v11080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:49.837535+0000 mgr.y (mgr.24491) 12541 : cluster [DBG] pgmap v11080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:49.837535+0000 mgr.y (mgr.24491) 12541 : cluster [DBG] pgmap v11080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:41:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:51.837965+0000 mgr.y (mgr.24491) 12542 : cluster [DBG] pgmap v11081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:51.837965+0000 mgr.y (mgr.24491) 12542 : cluster [DBG] pgmap v11081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:51.837965+0000 mgr.y (mgr.24491) 12542 : cluster [DBG] pgmap v11081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:53.838444+0000 mgr.y (mgr.24491) 12543 : cluster [DBG] pgmap v11082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:53.838444+0000 mgr.y (mgr.24491) 12543 : cluster [DBG] pgmap v11082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:53.838444+0000 mgr.y (mgr.24491) 12543 : cluster [DBG] pgmap v11082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:55.839096+0000 mgr.y (mgr.24491) 12544 : cluster [DBG] pgmap v11083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:55.839096+0000 mgr.y (mgr.24491) 12544 : cluster [DBG] pgmap v11083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:55.839096+0000 mgr.y (mgr.24491) 12544 : cluster [DBG] pgmap v11083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:41:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:41:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:57.839555+0000 mgr.y (mgr.24491) 12545 : cluster [DBG] pgmap v11084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:57.839555+0000 mgr.y (mgr.24491) 12545 : cluster [DBG] pgmap v11084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:41:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:41:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:57.839555+0000 mgr.y (mgr.24491) 12545 : cluster [DBG] pgmap v11084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:41:59.840464+0000 mgr.y (mgr.24491) 12546 : cluster [DBG] pgmap v11085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:41:59.840464+0000 mgr.y (mgr.24491) 12546 : cluster [DBG] pgmap v11085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:41:59.840464+0000 mgr.y (mgr.24491) 12546 : cluster [DBG] pgmap v11085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:42:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:01.840897+0000 mgr.y (mgr.24491) 12547 : cluster [DBG] pgmap v11086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:01.840897+0000 mgr.y (mgr.24491) 12547 : cluster [DBG] pgmap v11086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:01.840897+0000 mgr.y (mgr.24491) 12547 : cluster [DBG] pgmap v11086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:03.841390+0000 mgr.y (mgr.24491) 12548 : cluster [DBG] pgmap v11087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:03.841390+0000 mgr.y (mgr.24491) 12548 : cluster [DBG] pgmap v11087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:03.841390+0000 mgr.y (mgr.24491) 12548 : cluster [DBG] pgmap v11087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:05.842181+0000 mgr.y (mgr.24491) 12549 : cluster [DBG] pgmap v11088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:05.842181+0000 mgr.y (mgr.24491) 12549 : cluster [DBG] pgmap v11088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:05.842181+0000 mgr.y (mgr.24491) 12549 : cluster [DBG] pgmap v11088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:42:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:07.842658+0000 mgr.y (mgr.24491) 12550 : cluster [DBG] pgmap v11089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:07.842658+0000 mgr.y (mgr.24491) 12550 : cluster [DBG] pgmap v11089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:07.842658+0000 mgr.y (mgr.24491) 12550 : cluster [DBG] pgmap v11089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:09.876 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:42:10.154 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:42:10.154 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 99s ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:42:10.154 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 98s ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:42:10.154 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 99s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:42:10.154 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 98s ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:42:10.154 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 98s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:42:10.154 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 99s ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:42:10.154 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 99s ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:42:10.154 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 98s ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:42:10.154 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 99s ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:42:10.155 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 99s ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:42:10.155 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 98s ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:42:10.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 99s ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:42:10.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 99s ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:42:10.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 99s ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:42:10.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 99s ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:42:10.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 98s ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:42:10.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 98s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:42:10.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 98s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:42:10.155 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 98s ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:42:10.155 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 98s ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:42:10.486 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:42:10.486 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:42:10.487 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:42:10.488 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:42:10.488 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:42:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:09.843237+0000 mgr.y (mgr.24491) 12551 : cluster [DBG] pgmap v11090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:42:09.865123+0000 mgr.y (mgr.24491) 12552 : audit [DBG] from='client.27750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:42:10.147226+0000 mgr.y (mgr.24491) 12553 : audit [DBG] from='client.27756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:42:10.487842+0000 mon.a (mon.0) 2809 : audit [DBG] from='client.? 172.21.15.177:0/3088451565' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:42:11.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:09.843237+0000 mgr.y (mgr.24491) 12551 : cluster [DBG] pgmap v11090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:11.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:42:09.865123+0000 mgr.y (mgr.24491) 12552 : audit [DBG] from='client.27750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:11.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:42:10.147226+0000 mgr.y (mgr.24491) 12553 : audit [DBG] from='client.27756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:11.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:42:10.487842+0000 mon.a (mon.0) 2809 : audit [DBG] from='client.? 172.21.15.177:0/3088451565' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:42:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:42:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:09.843237+0000 mgr.y (mgr.24491) 12551 : cluster [DBG] pgmap v11090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:42:09.865123+0000 mgr.y (mgr.24491) 12552 : audit [DBG] from='client.27750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:42:10.147226+0000 mgr.y (mgr.24491) 12553 : audit [DBG] from='client.27756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:42:10.487842+0000 mon.a (mon.0) 2809 : audit [DBG] from='client.? 172.21.15.177:0/3088451565' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:42:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:11.843658+0000 mgr.y (mgr.24491) 12554 : cluster [DBG] pgmap v11091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:11.843658+0000 mgr.y (mgr.24491) 12554 : cluster [DBG] pgmap v11091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:11.843658+0000 mgr.y (mgr.24491) 12554 : cluster [DBG] pgmap v11091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:13.844122+0000 mgr.y (mgr.24491) 12555 : cluster [DBG] pgmap v11092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:13.844122+0000 mgr.y (mgr.24491) 12555 : cluster [DBG] pgmap v11092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:13.844122+0000 mgr.y (mgr.24491) 12555 : cluster [DBG] pgmap v11092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:15.844799+0000 mgr.y (mgr.24491) 12556 : cluster [DBG] pgmap v11093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:15.844799+0000 mgr.y (mgr.24491) 12556 : cluster [DBG] pgmap v11093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:15.844799+0000 mgr.y (mgr.24491) 12556 : cluster [DBG] pgmap v11093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:42:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:17.845247+0000 mgr.y (mgr.24491) 12557 : cluster [DBG] pgmap v11094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:17.845247+0000 mgr.y (mgr.24491) 12557 : cluster [DBG] pgmap v11094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:17.845247+0000 mgr.y (mgr.24491) 12557 : cluster [DBG] pgmap v11094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:19.845917+0000 mgr.y (mgr.24491) 12558 : cluster [DBG] pgmap v11095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:19.845917+0000 mgr.y (mgr.24491) 12558 : cluster [DBG] pgmap v11095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:19.845917+0000 mgr.y (mgr.24491) 12558 : cluster [DBG] pgmap v11095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:42:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:21.846432+0000 mgr.y (mgr.24491) 12559 : cluster [DBG] pgmap v11096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:21.846432+0000 mgr.y (mgr.24491) 12559 : cluster [DBG] pgmap v11096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:21.846432+0000 mgr.y (mgr.24491) 12559 : cluster [DBG] pgmap v11096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:23.846844+0000 mgr.y (mgr.24491) 12560 : cluster [DBG] pgmap v11097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:23.846844+0000 mgr.y (mgr.24491) 12560 : cluster [DBG] pgmap v11097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:23.846844+0000 mgr.y (mgr.24491) 12560 : cluster [DBG] pgmap v11097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:25.847481+0000 mgr.y (mgr.24491) 12561 : cluster [DBG] pgmap v11098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:25.847481+0000 mgr.y (mgr.24491) 12561 : cluster [DBG] pgmap v11098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:25.847481+0000 mgr.y (mgr.24491) 12561 : cluster [DBG] pgmap v11098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:42:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:27.848062+0000 mgr.y (mgr.24491) 12562 : cluster [DBG] pgmap v11099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:27.848062+0000 mgr.y (mgr.24491) 12562 : cluster [DBG] pgmap v11099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:27.848062+0000 mgr.y (mgr.24491) 12562 : cluster [DBG] pgmap v11099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:29.848710+0000 mgr.y (mgr.24491) 12563 : cluster [DBG] pgmap v11100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:29.848710+0000 mgr.y (mgr.24491) 12563 : cluster [DBG] pgmap v11100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:29.848710+0000 mgr.y (mgr.24491) 12563 : cluster [DBG] pgmap v11100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:42:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:31.849318+0000 mgr.y (mgr.24491) 12564 : cluster [DBG] pgmap v11101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:42:32.285334+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:42:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:42:32.573164+0000 mon.a (mon.0) 2811 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:42:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:42:32.573735+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:42:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:42:32.577962+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:42:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:31.849318+0000 mgr.y (mgr.24491) 12564 : cluster [DBG] pgmap v11101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:42:32.285334+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:42:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:42:32.573164+0000 mon.a (mon.0) 2811 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:42:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:42:32.573735+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:42:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:42:32.577962+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:42:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:31.849318+0000 mgr.y (mgr.24491) 12564 : cluster [DBG] pgmap v11101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:42:32.285334+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:42:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:42:32.573164+0000 mon.a (mon.0) 2811 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:42:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:42:32.573735+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:42:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:42:32.577962+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:42:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:33.849813+0000 mgr.y (mgr.24491) 12565 : cluster [DBG] pgmap v11102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:33.849813+0000 mgr.y (mgr.24491) 12565 : cluster [DBG] pgmap v11102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:33.849813+0000 mgr.y (mgr.24491) 12565 : cluster [DBG] pgmap v11102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:35.850560+0000 mgr.y (mgr.24491) 12566 : cluster [DBG] pgmap v11103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:35.850560+0000 mgr.y (mgr.24491) 12566 : cluster [DBG] pgmap v11103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:35.850560+0000 mgr.y (mgr.24491) 12566 : cluster [DBG] pgmap v11103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:42:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:37.851099+0000 mgr.y (mgr.24491) 12567 : cluster [DBG] pgmap v11104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:37.851099+0000 mgr.y (mgr.24491) 12567 : cluster [DBG] pgmap v11104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:37.851099+0000 mgr.y (mgr.24491) 12567 : cluster [DBG] pgmap v11104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:40.796 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:42:41.070 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:42:41.070 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:42:41.070 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 2m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:42:41.070 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:42:41.070 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:42:41.070 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:42:41.070 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:42:41.070 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:42:41.070 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 2m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 2m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:42:41.071 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 2m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:42:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:39.851688+0000 mgr.y (mgr.24491) 12568 : cluster [DBG] pgmap v11105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:39.851688+0000 mgr.y (mgr.24491) 12568 : cluster [DBG] pgmap v11105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:41.405 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:42:41.405 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:42:41.405 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:42:41.405 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:42:41.405 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:42:41.405 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:42:41.406 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:42:41.406 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:42:41.406 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:42:41.406 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:42:41.406 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:42:41.406 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:42:41.406 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:42:41.406 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:42:41.406 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:42:41.406 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:42:41.406 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:42:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:39.851688+0000 mgr.y (mgr.24491) 12568 : cluster [DBG] pgmap v11105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:42:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:42:40.786254+0000 mgr.y (mgr.24491) 12569 : audit [DBG] from='client.27768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:42:41.063786+0000 mgr.y (mgr.24491) 12570 : audit [DBG] from='client.27774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:42:41.406990+0000 mon.a (mon.0) 2814 : audit [DBG] from='client.? 172.21.15.177:0/3104082282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:42:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:42:40.786254+0000 mgr.y (mgr.24491) 12569 : audit [DBG] from='client.27768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:42:41.063786+0000 mgr.y (mgr.24491) 12570 : audit [DBG] from='client.27774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:42:41.406990+0000 mon.a (mon.0) 2814 : audit [DBG] from='client.? 172.21.15.177:0/3104082282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:42:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:42:40.786254+0000 mgr.y (mgr.24491) 12569 : audit [DBG] from='client.27768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:42:41.063786+0000 mgr.y (mgr.24491) 12570 : audit [DBG] from='client.27774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:42:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:42:41.406990+0000 mon.a (mon.0) 2814 : audit [DBG] from='client.? 172.21.15.177:0/3104082282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:42:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:41.852061+0000 mgr.y (mgr.24491) 12571 : cluster [DBG] pgmap v11106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:41.852061+0000 mgr.y (mgr.24491) 12571 : cluster [DBG] pgmap v11106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:41.852061+0000 mgr.y (mgr.24491) 12571 : cluster [DBG] pgmap v11106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:43.852546+0000 mgr.y (mgr.24491) 12572 : cluster [DBG] pgmap v11107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:43.852546+0000 mgr.y (mgr.24491) 12572 : cluster [DBG] pgmap v11107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:43.852546+0000 mgr.y (mgr.24491) 12572 : cluster [DBG] pgmap v11107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:45.853215+0000 mgr.y (mgr.24491) 12573 : cluster [DBG] pgmap v11108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:45.853215+0000 mgr.y (mgr.24491) 12573 : cluster [DBG] pgmap v11108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:45.853215+0000 mgr.y (mgr.24491) 12573 : cluster [DBG] pgmap v11108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:42:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:47.853772+0000 mgr.y (mgr.24491) 12574 : cluster [DBG] pgmap v11109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:47.853772+0000 mgr.y (mgr.24491) 12574 : cluster [DBG] pgmap v11109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:47.853772+0000 mgr.y (mgr.24491) 12574 : cluster [DBG] pgmap v11109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:49.854438+0000 mgr.y (mgr.24491) 12575 : cluster [DBG] pgmap v11110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:49.854438+0000 mgr.y (mgr.24491) 12575 : cluster [DBG] pgmap v11110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:49.854438+0000 mgr.y (mgr.24491) 12575 : cluster [DBG] pgmap v11110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:42:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:51.854872+0000 mgr.y (mgr.24491) 12576 : cluster [DBG] pgmap v11111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:51.854872+0000 mgr.y (mgr.24491) 12576 : cluster [DBG] pgmap v11111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:51.854872+0000 mgr.y (mgr.24491) 12576 : cluster [DBG] pgmap v11111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:53.855505+0000 mgr.y (mgr.24491) 12577 : cluster [DBG] pgmap v11112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:53.855505+0000 mgr.y (mgr.24491) 12577 : cluster [DBG] pgmap v11112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:53.855505+0000 mgr.y (mgr.24491) 12577 : cluster [DBG] pgmap v11112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:55.856165+0000 mgr.y (mgr.24491) 12578 : cluster [DBG] pgmap v11113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:55.856165+0000 mgr.y (mgr.24491) 12578 : cluster [DBG] pgmap v11113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:55.856165+0000 mgr.y (mgr.24491) 12578 : cluster [DBG] pgmap v11113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:42:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:42:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:57.856752+0000 mgr.y (mgr.24491) 12579 : cluster [DBG] pgmap v11114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:57.856752+0000 mgr.y (mgr.24491) 12579 : cluster [DBG] pgmap v11114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:42:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:42:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:57.856752+0000 mgr.y (mgr.24491) 12579 : cluster [DBG] pgmap v11114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:42:59.857462+0000 mgr.y (mgr.24491) 12580 : cluster [DBG] pgmap v11115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:42:59.857462+0000 mgr.y (mgr.24491) 12580 : cluster [DBG] pgmap v11115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:42:59.857462+0000 mgr.y (mgr.24491) 12580 : cluster [DBG] pgmap v11115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:43:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:01.857912+0000 mgr.y (mgr.24491) 12581 : cluster [DBG] pgmap v11116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:01.857912+0000 mgr.y (mgr.24491) 12581 : cluster [DBG] pgmap v11116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:01.857912+0000 mgr.y (mgr.24491) 12581 : cluster [DBG] pgmap v11116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:03.858615+0000 mgr.y (mgr.24491) 12582 : cluster [DBG] pgmap v11117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:03.858615+0000 mgr.y (mgr.24491) 12582 : cluster [DBG] pgmap v11117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:03.858615+0000 mgr.y (mgr.24491) 12582 : cluster [DBG] pgmap v11117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:05.859377+0000 mgr.y (mgr.24491) 12583 : cluster [DBG] pgmap v11118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:05.859377+0000 mgr.y (mgr.24491) 12583 : cluster [DBG] pgmap v11118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:05.859377+0000 mgr.y (mgr.24491) 12583 : cluster [DBG] pgmap v11118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:43:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:07.859817+0000 mgr.y (mgr.24491) 12584 : cluster [DBG] pgmap v11119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:07.859817+0000 mgr.y (mgr.24491) 12584 : cluster [DBG] pgmap v11119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:07.859817+0000 mgr.y (mgr.24491) 12584 : cluster [DBG] pgmap v11119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:09.860723+0000 mgr.y (mgr.24491) 12585 : cluster [DBG] pgmap v11120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:09.860723+0000 mgr.y (mgr.24491) 12585 : cluster [DBG] pgmap v11120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:09.860723+0000 mgr.y (mgr.24491) 12585 : cluster [DBG] pgmap v11120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:43:11.715 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:43:11.989 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:43:11.989 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:43:11.989 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 2m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:43:11.989 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:43:11.989 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 2m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 2m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:43:11.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:43:11.991 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 2m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:43:12.324 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:43:12.325 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:43:12.325 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:43:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:43:11.704887+0000 mgr.y (mgr.24491) 12586 : audit [DBG] from='client.37697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:11.861093+0000 mgr.y (mgr.24491) 12587 : cluster [DBG] pgmap v11121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:43:11.983392+0000 mgr.y (mgr.24491) 12588 : audit [DBG] from='client.27792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:43:12.325425+0000 mon.a (mon.0) 2815 : audit [DBG] from='client.? 172.21.15.177:0/4250968590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:43:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:43:11.704887+0000 mgr.y (mgr.24491) 12586 : audit [DBG] from='client.37697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:11.861093+0000 mgr.y (mgr.24491) 12587 : cluster [DBG] pgmap v11121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:43:11.983392+0000 mgr.y (mgr.24491) 12588 : audit [DBG] from='client.27792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:43:12.325425+0000 mon.a (mon.0) 2815 : audit [DBG] from='client.? 172.21.15.177:0/4250968590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:43:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:43:11.704887+0000 mgr.y (mgr.24491) 12586 : audit [DBG] from='client.37697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:11.861093+0000 mgr.y (mgr.24491) 12587 : cluster [DBG] pgmap v11121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:43:11.983392+0000 mgr.y (mgr.24491) 12588 : audit [DBG] from='client.27792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:43:12.325425+0000 mon.a (mon.0) 2815 : audit [DBG] from='client.? 172.21.15.177:0/4250968590' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:43:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:13.861639+0000 mgr.y (mgr.24491) 12589 : cluster [DBG] pgmap v11122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:13.861639+0000 mgr.y (mgr.24491) 12589 : cluster [DBG] pgmap v11122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:13.861639+0000 mgr.y (mgr.24491) 12589 : cluster [DBG] pgmap v11122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:15.862324+0000 mgr.y (mgr.24491) 12590 : cluster [DBG] pgmap v11123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:15.862324+0000 mgr.y (mgr.24491) 12590 : cluster [DBG] pgmap v11123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:15.862324+0000 mgr.y (mgr.24491) 12590 : cluster [DBG] pgmap v11123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:43:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:17.862716+0000 mgr.y (mgr.24491) 12591 : cluster [DBG] pgmap v11124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:17.862716+0000 mgr.y (mgr.24491) 12591 : cluster [DBG] pgmap v11124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:17.862716+0000 mgr.y (mgr.24491) 12591 : cluster [DBG] pgmap v11124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:19.863488+0000 mgr.y (mgr.24491) 12592 : cluster [DBG] pgmap v11125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:43:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:19.863488+0000 mgr.y (mgr.24491) 12592 : cluster [DBG] pgmap v11125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:19.863488+0000 mgr.y (mgr.24491) 12592 : cluster [DBG] pgmap v11125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:21.863991+0000 mgr.y (mgr.24491) 12593 : cluster [DBG] pgmap v11126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:21.863991+0000 mgr.y (mgr.24491) 12593 : cluster [DBG] pgmap v11126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:21.863991+0000 mgr.y (mgr.24491) 12593 : cluster [DBG] pgmap v11126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:23.864439+0000 mgr.y (mgr.24491) 12594 : cluster [DBG] pgmap v11127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:23.864439+0000 mgr.y (mgr.24491) 12594 : cluster [DBG] pgmap v11127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:23.864439+0000 mgr.y (mgr.24491) 12594 : cluster [DBG] pgmap v11127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:25.865082+0000 mgr.y (mgr.24491) 12595 : cluster [DBG] pgmap v11128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:25.865082+0000 mgr.y (mgr.24491) 12595 : cluster [DBG] pgmap v11128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:25.865082+0000 mgr.y (mgr.24491) 12595 : cluster [DBG] pgmap v11128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:43:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:27.865471+0000 mgr.y (mgr.24491) 12596 : cluster [DBG] pgmap v11129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:27.865471+0000 mgr.y (mgr.24491) 12596 : cluster [DBG] pgmap v11129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:27.865471+0000 mgr.y (mgr.24491) 12596 : cluster [DBG] pgmap v11129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:29.866090+0000 mgr.y (mgr.24491) 12597 : cluster [DBG] pgmap v11130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:43:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:29.866090+0000 mgr.y (mgr.24491) 12597 : cluster [DBG] pgmap v11130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:29.866090+0000 mgr.y (mgr.24491) 12597 : cluster [DBG] pgmap v11130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:31.866581+0000 mgr.y (mgr.24491) 12598 : cluster [DBG] pgmap v11131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:43:32.582223+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:43:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:43:32.824368+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:43:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:43:33.089651+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:43:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:43:33.090275+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:43:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:43:33.094433+0000 mon.a (mon.0) 2820 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:43:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:31.866581+0000 mgr.y (mgr.24491) 12598 : cluster [DBG] pgmap v11131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:43:32.582223+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:43:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:43:32.824368+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:43:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:43:33.089651+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:43:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:43:33.090275+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:43:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:43:33.094433+0000 mon.a (mon.0) 2820 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:43:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:31.866581+0000 mgr.y (mgr.24491) 12598 : cluster [DBG] pgmap v11131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:43:32.582223+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:43:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:43:32.824368+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:43:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:43:33.089651+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:43:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:43:33.090275+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:43:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:43:33.094433+0000 mon.a (mon.0) 2820 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:43:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:33.867019+0000 mgr.y (mgr.24491) 12599 : cluster [DBG] pgmap v11132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:33.867019+0000 mgr.y (mgr.24491) 12599 : cluster [DBG] pgmap v11132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:33.867019+0000 mgr.y (mgr.24491) 12599 : cluster [DBG] pgmap v11132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:35.867864+0000 mgr.y (mgr.24491) 12600 : cluster [DBG] pgmap v11133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:35.867864+0000 mgr.y (mgr.24491) 12600 : cluster [DBG] pgmap v11133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:35.867864+0000 mgr.y (mgr.24491) 12600 : cluster [DBG] pgmap v11133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:43:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:37.868265+0000 mgr.y (mgr.24491) 12601 : cluster [DBG] pgmap v11134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:37.868265+0000 mgr.y (mgr.24491) 12601 : cluster [DBG] pgmap v11134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:37.868265+0000 mgr.y (mgr.24491) 12601 : cluster [DBG] pgmap v11134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:43:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:39.869134+0000 mgr.y (mgr.24491) 12602 : cluster [DBG] pgmap v11135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:39.869134+0000 mgr.y (mgr.24491) 12602 : cluster [DBG] pgmap v11135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:39.869134+0000 mgr.y (mgr.24491) 12602 : cluster [DBG] pgmap v11135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:42.646 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:43:42.925 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 3m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:43:42.926 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:43:42.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:43:42.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:43:42.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:43:42.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:43:42.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:43:42.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:43:42.927 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:43:43.258 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:43:43.258 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:43:43.258 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:43:43.258 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:43:43.258 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:43:43.258 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:43:43.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:43:43.259 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:43:43.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:43:43.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:43:43.259 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:43:43.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:43:43.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:43:43.259 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:43:43.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:43:43.259 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:43:43.259 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:43:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:41.869592+0000 mgr.y (mgr.24491) 12603 : cluster [DBG] pgmap v11136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:41.869592+0000 mgr.y (mgr.24491) 12603 : cluster [DBG] pgmap v11136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:41.869592+0000 mgr.y (mgr.24491) 12603 : cluster [DBG] pgmap v11136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:43:42.635650+0000 mgr.y (mgr.24491) 12604 : audit [DBG] from='client.37715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:43:42.919529+0000 mgr.y (mgr.24491) 12605 : audit [DBG] from='client.37721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:43:43.259880+0000 mon.c (mon.2) 408 : audit [DBG] from='client.? 172.21.15.177:0/3691999697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:43:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:43:42.635650+0000 mgr.y (mgr.24491) 12604 : audit [DBG] from='client.37715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:43:42.919529+0000 mgr.y (mgr.24491) 12605 : audit [DBG] from='client.37721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:43:43.259880+0000 mon.c (mon.2) 408 : audit [DBG] from='client.? 172.21.15.177:0/3691999697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:43:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:43:42.635650+0000 mgr.y (mgr.24491) 12604 : audit [DBG] from='client.37715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:43:42.919529+0000 mgr.y (mgr.24491) 12605 : audit [DBG] from='client.37721 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:43:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:43:43.259880+0000 mon.c (mon.2) 408 : audit [DBG] from='client.? 172.21.15.177:0/3691999697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:43:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:43.872695+0000 mgr.y (mgr.24491) 12606 : cluster [DBG] pgmap v11137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:43.872695+0000 mgr.y (mgr.24491) 12606 : cluster [DBG] pgmap v11137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:43.872695+0000 mgr.y (mgr.24491) 12606 : cluster [DBG] pgmap v11137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:45.873357+0000 mgr.y (mgr.24491) 12607 : cluster [DBG] pgmap v11138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:45.873357+0000 mgr.y (mgr.24491) 12607 : cluster [DBG] pgmap v11138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:45.873357+0000 mgr.y (mgr.24491) 12607 : cluster [DBG] pgmap v11138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:43:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:47.873829+0000 mgr.y (mgr.24491) 12608 : cluster [DBG] pgmap v11139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:47.873829+0000 mgr.y (mgr.24491) 12608 : cluster [DBG] pgmap v11139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:47.873829+0000 mgr.y (mgr.24491) 12608 : cluster [DBG] pgmap v11139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:49.874460+0000 mgr.y (mgr.24491) 12609 : cluster [DBG] pgmap v11140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:43:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:49.874460+0000 mgr.y (mgr.24491) 12609 : cluster [DBG] pgmap v11140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:49.874460+0000 mgr.y (mgr.24491) 12609 : cluster [DBG] pgmap v11140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:51.874846+0000 mgr.y (mgr.24491) 12610 : cluster [DBG] pgmap v11141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:51.874846+0000 mgr.y (mgr.24491) 12610 : cluster [DBG] pgmap v11141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:51.874846+0000 mgr.y (mgr.24491) 12610 : cluster [DBG] pgmap v11141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:53.875390+0000 mgr.y (mgr.24491) 12611 : cluster [DBG] pgmap v11142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:53.875390+0000 mgr.y (mgr.24491) 12611 : cluster [DBG] pgmap v11142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:53.875390+0000 mgr.y (mgr.24491) 12611 : cluster [DBG] pgmap v11142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:55.876095+0000 mgr.y (mgr.24491) 12612 : cluster [DBG] pgmap v11143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:55.876095+0000 mgr.y (mgr.24491) 12612 : cluster [DBG] pgmap v11143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:55.876095+0000 mgr.y (mgr.24491) 12612 : cluster [DBG] pgmap v11143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:43:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:43:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:43:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:57.876568+0000 mgr.y (mgr.24491) 12613 : cluster [DBG] pgmap v11144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:57.876568+0000 mgr.y (mgr.24491) 12613 : cluster [DBG] pgmap v11144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:43:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:57.876568+0000 mgr.y (mgr.24491) 12613 : cluster [DBG] pgmap v11144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:43:59.877342+0000 mgr.y (mgr.24491) 12614 : cluster [DBG] pgmap v11145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:44:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:43:59.877342+0000 mgr.y (mgr.24491) 12614 : cluster [DBG] pgmap v11145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:43:59.877342+0000 mgr.y (mgr.24491) 12614 : cluster [DBG] pgmap v11145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:01.877754+0000 mgr.y (mgr.24491) 12615 : cluster [DBG] pgmap v11146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:01.877754+0000 mgr.y (mgr.24491) 12615 : cluster [DBG] pgmap v11146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:01.877754+0000 mgr.y (mgr.24491) 12615 : cluster [DBG] pgmap v11146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:03.878280+0000 mgr.y (mgr.24491) 12616 : cluster [DBG] pgmap v11147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:03.878280+0000 mgr.y (mgr.24491) 12616 : cluster [DBG] pgmap v11147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:03.878280+0000 mgr.y (mgr.24491) 12616 : cluster [DBG] pgmap v11147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:05.878925+0000 mgr.y (mgr.24491) 12617 : cluster [DBG] pgmap v11148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:05.878925+0000 mgr.y (mgr.24491) 12617 : cluster [DBG] pgmap v11148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:05.878925+0000 mgr.y (mgr.24491) 12617 : cluster [DBG] pgmap v11148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:44:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:07.879327+0000 mgr.y (mgr.24491) 12618 : cluster [DBG] pgmap v11149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:07.879327+0000 mgr.y (mgr.24491) 12618 : cluster [DBG] pgmap v11149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:07.879327+0000 mgr.y (mgr.24491) 12618 : cluster [DBG] pgmap v11149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:09.880070+0000 mgr.y (mgr.24491) 12619 : cluster [DBG] pgmap v11150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:44:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:09.880070+0000 mgr.y (mgr.24491) 12619 : cluster [DBG] pgmap v11150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:09.880070+0000 mgr.y (mgr.24491) 12619 : cluster [DBG] pgmap v11150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:13.569 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:44:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:11.880551+0000 mgr.y (mgr.24491) 12620 : cluster [DBG] pgmap v11151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:11.880551+0000 mgr.y (mgr.24491) 12620 : cluster [DBG] pgmap v11151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:11.880551+0000 mgr.y (mgr.24491) 12620 : cluster [DBG] pgmap v11151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:13.843 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:44:13.843 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 3m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:44:13.843 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:44:13.843 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:44:13.843 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:44:13.843 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:44:13.843 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:44:13.843 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:44:13.844 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:44:13.844 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:44:13.844 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:44:13.844 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:44:13.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:44:13.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:44:13.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:44:13.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:44:13.844 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:44:13.845 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:44:13.845 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:44:13.845 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:44:13.845 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:44:14.176 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:44:14.176 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:44:14.176 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:44:14.176 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:44:14.176 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:44:14.177 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:44:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:44:13.558333+0000 mgr.y (mgr.24491) 12621 : audit [DBG] from='client.37733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:44:14.177735+0000 mon.a (mon.0) 2821 : audit [DBG] from='client.? 172.21.15.177:0/1055647462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:44:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:44:13.558333+0000 mgr.y (mgr.24491) 12621 : audit [DBG] from='client.37733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:44:14.177735+0000 mon.a (mon.0) 2821 : audit [DBG] from='client.? 172.21.15.177:0/1055647462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:44:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:44:13.558333+0000 mgr.y (mgr.24491) 12621 : audit [DBG] from='client.37733 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:44:14.177735+0000 mon.a (mon.0) 2821 : audit [DBG] from='client.? 172.21.15.177:0/1055647462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:44:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:44:13.836574+0000 mgr.y (mgr.24491) 12622 : audit [DBG] from='client.37739 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:13.880894+0000 mgr.y (mgr.24491) 12623 : cluster [DBG] pgmap v11152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:44:13.836574+0000 mgr.y (mgr.24491) 12622 : audit [DBG] from='client.37739 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:13.880894+0000 mgr.y (mgr.24491) 12623 : cluster [DBG] pgmap v11152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:44:13.836574+0000 mgr.y (mgr.24491) 12622 : audit [DBG] from='client.37739 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:13.880894+0000 mgr.y (mgr.24491) 12623 : cluster [DBG] pgmap v11152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:15.881713+0000 mgr.y (mgr.24491) 12624 : cluster [DBG] pgmap v11153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:15.881713+0000 mgr.y (mgr.24491) 12624 : cluster [DBG] pgmap v11153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:15.881713+0000 mgr.y (mgr.24491) 12624 : cluster [DBG] pgmap v11153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:44:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:17.882183+0000 mgr.y (mgr.24491) 12625 : cluster [DBG] pgmap v11154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:17.882183+0000 mgr.y (mgr.24491) 12625 : cluster [DBG] pgmap v11154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:17.882183+0000 mgr.y (mgr.24491) 12625 : cluster [DBG] pgmap v11154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:21.275 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:44:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:19.882837+0000 mgr.y (mgr.24491) 12626 : cluster [DBG] pgmap v11155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:19.882837+0000 mgr.y (mgr.24491) 12626 : cluster [DBG] pgmap v11155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:19.882837+0000 mgr.y (mgr.24491) 12626 : cluster [DBG] pgmap v11155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:21.883318+0000 mgr.y (mgr.24491) 12627 : cluster [DBG] pgmap v11156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:21.883318+0000 mgr.y (mgr.24491) 12627 : cluster [DBG] pgmap v11156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:21.883318+0000 mgr.y (mgr.24491) 12627 : cluster [DBG] pgmap v11156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:23.883670+0000 mgr.y (mgr.24491) 12628 : cluster [DBG] pgmap v11157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:23.883670+0000 mgr.y (mgr.24491) 12628 : cluster [DBG] pgmap v11157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:23.883670+0000 mgr.y (mgr.24491) 12628 : cluster [DBG] pgmap v11157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:25.884384+0000 mgr.y (mgr.24491) 12629 : cluster [DBG] pgmap v11158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:25.884384+0000 mgr.y (mgr.24491) 12629 : cluster [DBG] pgmap v11158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:25.884384+0000 mgr.y (mgr.24491) 12629 : cluster [DBG] pgmap v11158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:44:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:27.884936+0000 mgr.y (mgr.24491) 12630 : cluster [DBG] pgmap v11159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:27.884936+0000 mgr.y (mgr.24491) 12630 : cluster [DBG] pgmap v11159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:27.884936+0000 mgr.y (mgr.24491) 12630 : cluster [DBG] pgmap v11159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:31.299 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:44:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:29.885612+0000 mgr.y (mgr.24491) 12631 : cluster [DBG] pgmap v11160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:29.885612+0000 mgr.y (mgr.24491) 12631 : cluster [DBG] pgmap v11160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:29.885612+0000 mgr.y (mgr.24491) 12631 : cluster [DBG] pgmap v11160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:31.886095+0000 mgr.y (mgr.24491) 12632 : cluster [DBG] pgmap v11161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:44:33.098676+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:44:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:31.886095+0000 mgr.y (mgr.24491) 12632 : cluster [DBG] pgmap v11161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:44:33.098676+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:44:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:31.886095+0000 mgr.y (mgr.24491) 12632 : cluster [DBG] pgmap v11161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:44:33.098676+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:44:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:44:33.343146+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:44:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:44:33.621111+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:44:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:44:33.621800+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:44:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:44:33.628640+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:44:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:44:33.343146+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:44:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:44:33.621111+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:44:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:44:33.621800+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:44:34.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:44:33.628640+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:44:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:44:33.343146+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:44:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:44:33.621111+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:44:34.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:44:33.621800+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:44:34.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:44:33.628640+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:44:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:33.886573+0000 mgr.y (mgr.24491) 12633 : cluster [DBG] pgmap v11162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:33.886573+0000 mgr.y (mgr.24491) 12633 : cluster [DBG] pgmap v11162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:33.886573+0000 mgr.y (mgr.24491) 12633 : cluster [DBG] pgmap v11162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:35.887263+0000 mgr.y (mgr.24491) 12634 : cluster [DBG] pgmap v11163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:35.887263+0000 mgr.y (mgr.24491) 12634 : cluster [DBG] pgmap v11163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:35.887263+0000 mgr.y (mgr.24491) 12634 : cluster [DBG] pgmap v11163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:44:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:37.887664+0000 mgr.y (mgr.24491) 12635 : cluster [DBG] pgmap v11164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:37.887664+0000 mgr.y (mgr.24491) 12635 : cluster [DBG] pgmap v11164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:37.887664+0000 mgr.y (mgr.24491) 12635 : cluster [DBG] pgmap v11164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:41.355 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:44:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:39.888289+0000 mgr.y (mgr.24491) 12636 : cluster [DBG] pgmap v11165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:39.888289+0000 mgr.y (mgr.24491) 12636 : cluster [DBG] pgmap v11165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:39.888289+0000 mgr.y (mgr.24491) 12636 : cluster [DBG] pgmap v11165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:41.888699+0000 mgr.y (mgr.24491) 12637 : cluster [DBG] pgmap v11166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:41.888699+0000 mgr.y (mgr.24491) 12637 : cluster [DBG] pgmap v11166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:41.888699+0000 mgr.y (mgr.24491) 12637 : cluster [DBG] pgmap v11166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:44.489 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:44:44.762 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:44:44.762 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:44:44.762 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:44:44.762 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:44:44.762 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:44:44.763 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:44:44.763 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:44:44.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:44:44.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:44:44.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:44:44.763 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:44:44.763 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:44:44.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:44:44.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:44:44.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:44:44.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:44:44.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:44:44.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:44:44.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:44:44.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:44:44.764 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:44:45.098 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:44:45.098 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:44:45.098 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:44:45.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:44:45.099 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:44:45.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:44:45.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:44:45.099 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:44:45.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:44:45.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:44:45.099 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:44:45.099 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:44:45.099 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:44:45.100 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:44:45.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:44:45.100 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:44:45.100 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:44:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:43.889085+0000 mgr.y (mgr.24491) 12638 : cluster [DBG] pgmap v11167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:44:44.478361+0000 mgr.y (mgr.24491) 12639 : audit [DBG] from='client.27840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:44:45.099684+0000 mon.c (mon.2) 409 : audit [DBG] from='client.? 172.21.15.177:0/3452755282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:44:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:43.889085+0000 mgr.y (mgr.24491) 12638 : cluster [DBG] pgmap v11167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:44:44.478361+0000 mgr.y (mgr.24491) 12639 : audit [DBG] from='client.27840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:44:45.099684+0000 mon.c (mon.2) 409 : audit [DBG] from='client.? 172.21.15.177:0/3452755282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:44:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:43.889085+0000 mgr.y (mgr.24491) 12638 : cluster [DBG] pgmap v11167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:44:44.478361+0000 mgr.y (mgr.24491) 12639 : audit [DBG] from='client.27840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:44:45.099684+0000 mon.c (mon.2) 409 : audit [DBG] from='client.? 172.21.15.177:0/3452755282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:44:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:44:44.755830+0000 mgr.y (mgr.24491) 12640 : audit [DBG] from='client.27846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:44:44.755830+0000 mgr.y (mgr.24491) 12640 : audit [DBG] from='client.27846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:44:44.755830+0000 mgr.y (mgr.24491) 12640 : audit [DBG] from='client.27846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:44:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:45.889683+0000 mgr.y (mgr.24491) 12641 : cluster [DBG] pgmap v11168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:45.889683+0000 mgr.y (mgr.24491) 12641 : cluster [DBG] pgmap v11168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:45.889683+0000 mgr.y (mgr.24491) 12641 : cluster [DBG] pgmap v11168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:44:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:47.890074+0000 mgr.y (mgr.24491) 12642 : cluster [DBG] pgmap v11169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:47.890074+0000 mgr.y (mgr.24491) 12642 : cluster [DBG] pgmap v11169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:47.890074+0000 mgr.y (mgr.24491) 12642 : cluster [DBG] pgmap v11169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:51.374 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:44:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:49.890688+0000 mgr.y (mgr.24491) 12643 : cluster [DBG] pgmap v11170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:49.890688+0000 mgr.y (mgr.24491) 12643 : cluster [DBG] pgmap v11170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:49.890688+0000 mgr.y (mgr.24491) 12643 : cluster [DBG] pgmap v11170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:51.891099+0000 mgr.y (mgr.24491) 12644 : cluster [DBG] pgmap v11171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:51.891099+0000 mgr.y (mgr.24491) 12644 : cluster [DBG] pgmap v11171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:51.891099+0000 mgr.y (mgr.24491) 12644 : cluster [DBG] pgmap v11171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:53.891506+0000 mgr.y (mgr.24491) 12645 : cluster [DBG] pgmap v11172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:53.891506+0000 mgr.y (mgr.24491) 12645 : cluster [DBG] pgmap v11172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:53.891506+0000 mgr.y (mgr.24491) 12645 : cluster [DBG] pgmap v11172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:55.892300+0000 mgr.y (mgr.24491) 12646 : cluster [DBG] pgmap v11173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:55.892300+0000 mgr.y (mgr.24491) 12646 : cluster [DBG] pgmap v11173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:55.892300+0000 mgr.y (mgr.24491) 12646 : cluster [DBG] pgmap v11173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:44:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:44:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:57.892749+0000 mgr.y (mgr.24491) 12647 : cluster [DBG] pgmap v11174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:57.892749+0000 mgr.y (mgr.24491) 12647 : cluster [DBG] pgmap v11174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:44:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:44:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:57.892749+0000 mgr.y (mgr.24491) 12647 : cluster [DBG] pgmap v11174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:01.389 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:45:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:44:59.893570+0000 mgr.y (mgr.24491) 12648 : cluster [DBG] pgmap v11175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:44:59.893570+0000 mgr.y (mgr.24491) 12648 : cluster [DBG] pgmap v11175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:44:59.893570+0000 mgr.y (mgr.24491) 12648 : cluster [DBG] pgmap v11175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:01.894153+0000 mgr.y (mgr.24491) 12649 : cluster [DBG] pgmap v11176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:01.894153+0000 mgr.y (mgr.24491) 12649 : cluster [DBG] pgmap v11176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:01.894153+0000 mgr.y (mgr.24491) 12649 : cluster [DBG] pgmap v11176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:03.894640+0000 mgr.y (mgr.24491) 12650 : cluster [DBG] pgmap v11177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:03.894640+0000 mgr.y (mgr.24491) 12650 : cluster [DBG] pgmap v11177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:03.894640+0000 mgr.y (mgr.24491) 12650 : cluster [DBG] pgmap v11177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:05.895237+0000 mgr.y (mgr.24491) 12651 : cluster [DBG] pgmap v11178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:05.895237+0000 mgr.y (mgr.24491) 12651 : cluster [DBG] pgmap v11178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:05.895237+0000 mgr.y (mgr.24491) 12651 : cluster [DBG] pgmap v11178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:45:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:07.895663+0000 mgr.y (mgr.24491) 12652 : cluster [DBG] pgmap v11179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:07.895663+0000 mgr.y (mgr.24491) 12652 : cluster [DBG] pgmap v11179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:07.895663+0000 mgr.y (mgr.24491) 12652 : cluster [DBG] pgmap v11179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:11.406 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:45:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:09.896435+0000 mgr.y (mgr.24491) 12653 : cluster [DBG] pgmap v11180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:09.896435+0000 mgr.y (mgr.24491) 12653 : cluster [DBG] pgmap v11180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:09.896435+0000 mgr.y (mgr.24491) 12653 : cluster [DBG] pgmap v11180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:11.896888+0000 mgr.y (mgr.24491) 12654 : cluster [DBG] pgmap v11181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:11.896888+0000 mgr.y (mgr.24491) 12654 : cluster [DBG] pgmap v11181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:11.896888+0000 mgr.y (mgr.24491) 12654 : cluster [DBG] pgmap v11181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:15.411 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:45:15.686 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:45:15.686 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:45:15.686 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:45:15.686 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:45:15.686 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:45:15.686 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:45:15.686 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:45:15.687 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:45:15.687 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:45:15.687 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:45:15.687 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:45:15.687 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:45:15.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:45:15.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:45:15.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:45:15.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:45:15.687 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:45:15.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:45:15.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:45:15.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:45:15.688 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:45:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:13.897346+0000 mgr.y (mgr.24491) 12655 : cluster [DBG] pgmap v11182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:13.897346+0000 mgr.y (mgr.24491) 12655 : cluster [DBG] pgmap v11182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:13.897346+0000 mgr.y (mgr.24491) 12655 : cluster [DBG] pgmap v11182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:16.021 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:45:16.022 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:45:16.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:45:16.022 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:45:16.022 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:45:16.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:45:16.022 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:45:16.022 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:45:16.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:45:16.022 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:45:16.023 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:45:16.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:45:16.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:45:16.023 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:45:16.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:45:16.023 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:45:16.023 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:45:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:45:15.399792+0000 mgr.y (mgr.24491) 12656 : audit [DBG] from='client.37769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:45:16.023055+0000 mon.c (mon.2) 410 : audit [DBG] from='client.? 172.21.15.177:0/2257741182' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:45:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:45:15.399792+0000 mgr.y (mgr.24491) 12656 : audit [DBG] from='client.37769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:45:16.023055+0000 mon.c (mon.2) 410 : audit [DBG] from='client.? 172.21.15.177:0/2257741182' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:45:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:45:15.399792+0000 mgr.y (mgr.24491) 12656 : audit [DBG] from='client.37769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:45:16.023055+0000 mon.c (mon.2) 410 : audit [DBG] from='client.? 172.21.15.177:0/2257741182' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:45:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:45:15.679566+0000 mgr.y (mgr.24491) 12657 : audit [DBG] from='client.27864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:15.897927+0000 mgr.y (mgr.24491) 12658 : cluster [DBG] pgmap v11183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:45:15.679566+0000 mgr.y (mgr.24491) 12657 : audit [DBG] from='client.27864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:15.897927+0000 mgr.y (mgr.24491) 12658 : cluster [DBG] pgmap v11183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:45:15.679566+0000 mgr.y (mgr.24491) 12657 : audit [DBG] from='client.27864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:15.897927+0000 mgr.y (mgr.24491) 12658 : cluster [DBG] pgmap v11183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:45:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:17.898481+0000 mgr.y (mgr.24491) 12659 : cluster [DBG] pgmap v11184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:17.898481+0000 mgr.y (mgr.24491) 12659 : cluster [DBG] pgmap v11184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:17.898481+0000 mgr.y (mgr.24491) 12659 : cluster [DBG] pgmap v11184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:21.425 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:45:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:19.899293+0000 mgr.y (mgr.24491) 12660 : cluster [DBG] pgmap v11185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:19.899293+0000 mgr.y (mgr.24491) 12660 : cluster [DBG] pgmap v11185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:19.899293+0000 mgr.y (mgr.24491) 12660 : cluster [DBG] pgmap v11185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:21.899715+0000 mgr.y (mgr.24491) 12661 : cluster [DBG] pgmap v11186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:21.899715+0000 mgr.y (mgr.24491) 12661 : cluster [DBG] pgmap v11186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:21.899715+0000 mgr.y (mgr.24491) 12661 : cluster [DBG] pgmap v11186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:23.900265+0000 mgr.y (mgr.24491) 12662 : cluster [DBG] pgmap v11187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:23.900265+0000 mgr.y (mgr.24491) 12662 : cluster [DBG] pgmap v11187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:23.900265+0000 mgr.y (mgr.24491) 12662 : cluster [DBG] pgmap v11187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:25.901052+0000 mgr.y (mgr.24491) 12663 : cluster [DBG] pgmap v11188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:25.901052+0000 mgr.y (mgr.24491) 12663 : cluster [DBG] pgmap v11188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:25.901052+0000 mgr.y (mgr.24491) 12663 : cluster [DBG] pgmap v11188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:45:29.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:27.901497+0000 mgr.y (mgr.24491) 12664 : cluster [DBG] pgmap v11189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:27.901497+0000 mgr.y (mgr.24491) 12664 : cluster [DBG] pgmap v11189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:27.901497+0000 mgr.y (mgr.24491) 12664 : cluster [DBG] pgmap v11189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:31.445 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:45:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:29.902183+0000 mgr.y (mgr.24491) 12665 : cluster [DBG] pgmap v11190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:29.902183+0000 mgr.y (mgr.24491) 12665 : cluster [DBG] pgmap v11190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:29.902183+0000 mgr.y (mgr.24491) 12665 : cluster [DBG] pgmap v11190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:31.902765+0000 mgr.y (mgr.24491) 12666 : cluster [DBG] pgmap v11191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:31.902765+0000 mgr.y (mgr.24491) 12666 : cluster [DBG] pgmap v11191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:31.902765+0000 mgr.y (mgr.24491) 12666 : cluster [DBG] pgmap v11191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:45:33.633873+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:45:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:45:33.926036+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:45:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:45:33.926644+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:45:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:45:33.930886+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:45:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:45:33.633873+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:45:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:45:33.926036+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:45:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:45:33.926644+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:45:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:45:33.930886+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:45:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:45:33.633873+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:45:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:45:33.926036+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:45:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:45:33.926644+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:45:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:45:33.930886+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:45:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:33.903166+0000 mgr.y (mgr.24491) 12667 : cluster [DBG] pgmap v11192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:33.903166+0000 mgr.y (mgr.24491) 12667 : cluster [DBG] pgmap v11192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:33.903166+0000 mgr.y (mgr.24491) 12667 : cluster [DBG] pgmap v11192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:37.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:35.904013+0000 mgr.y (mgr.24491) 12668 : cluster [DBG] pgmap v11193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:37.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:35.904013+0000 mgr.y (mgr.24491) 12668 : cluster [DBG] pgmap v11193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:35.904013+0000 mgr.y (mgr.24491) 12668 : cluster [DBG] pgmap v11193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:45:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:37.904640+0000 mgr.y (mgr.24491) 12669 : cluster [DBG] pgmap v11194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:37.904640+0000 mgr.y (mgr.24491) 12669 : cluster [DBG] pgmap v11194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:37.904640+0000 mgr.y (mgr.24491) 12669 : cluster [DBG] pgmap v11194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:41.467 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:45:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:39.905372+0000 mgr.y (mgr.24491) 12670 : cluster [DBG] pgmap v11195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:39.905372+0000 mgr.y (mgr.24491) 12670 : cluster [DBG] pgmap v11195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:39.905372+0000 mgr.y (mgr.24491) 12670 : cluster [DBG] pgmap v11195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:41.905838+0000 mgr.y (mgr.24491) 12671 : cluster [DBG] pgmap v11196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:41.905838+0000 mgr.y (mgr.24491) 12671 : cluster [DBG] pgmap v11196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:41.905838+0000 mgr.y (mgr.24491) 12671 : cluster [DBG] pgmap v11196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:43.906382+0000 mgr.y (mgr.24491) 12672 : cluster [DBG] pgmap v11197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:43.906382+0000 mgr.y (mgr.24491) 12672 : cluster [DBG] pgmap v11197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:43.906382+0000 mgr.y (mgr.24491) 12672 : cluster [DBG] pgmap v11197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:46.335 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:45:46.610 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:45:46.610 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:45:46.611 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:45:46.611 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:45:46.611 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:45:46.611 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:45:46.611 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:45:46.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:45:46.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:45:46.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:45:46.612 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:45:46.612 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:45:46.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:45:46.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:45:46.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:45:46.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:45:46.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:45:46.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:45:46.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:45:46.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:45:46.613 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:45:46.946 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:45:46.946 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:45:46.947 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:45:46.947 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:45:46.947 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:45:46.947 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:45:46.947 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:45:46.947 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:45:46.947 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:45:46.947 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:45:46.947 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:45:46.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:45:46.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:45:46.948 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:45:46.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:45:46.948 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:45:46.948 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:45:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:45.907148+0000 mgr.y (mgr.24491) 12673 : cluster [DBG] pgmap v11198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:45:46.324847+0000 mgr.y (mgr.24491) 12674 : audit [DBG] from='client.37787 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:45:46.947833+0000 mon.a (mon.0) 2831 : audit [DBG] from='client.? 172.21.15.177:0/1085855312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:45:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:45:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:45.907148+0000 mgr.y (mgr.24491) 12673 : cluster [DBG] pgmap v11198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:45:46.324847+0000 mgr.y (mgr.24491) 12674 : audit [DBG] from='client.37787 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:45:46.947833+0000 mon.a (mon.0) 2831 : audit [DBG] from='client.? 172.21.15.177:0/1085855312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:45:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:45.907148+0000 mgr.y (mgr.24491) 12673 : cluster [DBG] pgmap v11198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:45:46.324847+0000 mgr.y (mgr.24491) 12674 : audit [DBG] from='client.37787 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:45:46.947833+0000 mon.a (mon.0) 2831 : audit [DBG] from='client.? 172.21.15.177:0/1085855312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:45:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:45:46.604324+0000 mgr.y (mgr.24491) 12675 : audit [DBG] from='client.37793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:45:46.604324+0000 mgr.y (mgr.24491) 12675 : audit [DBG] from='client.37793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:45:46.604324+0000 mgr.y (mgr.24491) 12675 : audit [DBG] from='client.37793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:45:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:47.907765+0000 mgr.y (mgr.24491) 12676 : cluster [DBG] pgmap v11199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:47.907765+0000 mgr.y (mgr.24491) 12676 : cluster [DBG] pgmap v11199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:47.907765+0000 mgr.y (mgr.24491) 12676 : cluster [DBG] pgmap v11199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:51.493 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:45:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:49.908471+0000 mgr.y (mgr.24491) 12677 : cluster [DBG] pgmap v11200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:51.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:49.908471+0000 mgr.y (mgr.24491) 12677 : cluster [DBG] pgmap v11200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:51.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:49.908471+0000 mgr.y (mgr.24491) 12677 : cluster [DBG] pgmap v11200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:51.909039+0000 mgr.y (mgr.24491) 12678 : cluster [DBG] pgmap v11201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:51.909039+0000 mgr.y (mgr.24491) 12678 : cluster [DBG] pgmap v11201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:51.909039+0000 mgr.y (mgr.24491) 12678 : cluster [DBG] pgmap v11201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:53.909579+0000 mgr.y (mgr.24491) 12679 : cluster [DBG] pgmap v11202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:53.909579+0000 mgr.y (mgr.24491) 12679 : cluster [DBG] pgmap v11202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:53.909579+0000 mgr.y (mgr.24491) 12679 : cluster [DBG] pgmap v11202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:45:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:45:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:55.910341+0000 mgr.y (mgr.24491) 12680 : cluster [DBG] pgmap v11203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:55.910341+0000 mgr.y (mgr.24491) 12680 : cluster [DBG] pgmap v11203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:55.910341+0000 mgr.y (mgr.24491) 12680 : cluster [DBG] pgmap v11203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:57.910930+0000 mgr.y (mgr.24491) 12681 : cluster [DBG] pgmap v11204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:57.910930+0000 mgr.y (mgr.24491) 12681 : cluster [DBG] pgmap v11204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:45:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:45:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:57.910930+0000 mgr.y (mgr.24491) 12681 : cluster [DBG] pgmap v11204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:46:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:45:59.911630+0000 mgr.y (mgr.24491) 12682 : cluster [DBG] pgmap v11205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:45:59.911630+0000 mgr.y (mgr.24491) 12682 : cluster [DBG] pgmap v11205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:45:59.911630+0000 mgr.y (mgr.24491) 12682 : cluster [DBG] pgmap v11205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:01.912132+0000 mgr.y (mgr.24491) 12683 : cluster [DBG] pgmap v11206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:03.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:01.912132+0000 mgr.y (mgr.24491) 12683 : cluster [DBG] pgmap v11206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:01.912132+0000 mgr.y (mgr.24491) 12683 : cluster [DBG] pgmap v11206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:03.912484+0000 mgr.y (mgr.24491) 12684 : cluster [DBG] pgmap v11207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:03.912484+0000 mgr.y (mgr.24491) 12684 : cluster [DBG] pgmap v11207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:03.912484+0000 mgr.y (mgr.24491) 12684 : cluster [DBG] pgmap v11207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:05.913271+0000 mgr.y (mgr.24491) 12685 : cluster [DBG] pgmap v11208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:05.913271+0000 mgr.y (mgr.24491) 12685 : cluster [DBG] pgmap v11208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:46:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:05.913271+0000 mgr.y (mgr.24491) 12685 : cluster [DBG] pgmap v11208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:07.913739+0000 mgr.y (mgr.24491) 12686 : cluster [DBG] pgmap v11209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:07.913739+0000 mgr.y (mgr.24491) 12686 : cluster [DBG] pgmap v11209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:07.913739+0000 mgr.y (mgr.24491) 12686 : cluster [DBG] pgmap v11209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:46:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:09.914475+0000 mgr.y (mgr.24491) 12687 : cluster [DBG] pgmap v11210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:09.914475+0000 mgr.y (mgr.24491) 12687 : cluster [DBG] pgmap v11210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:09.914475+0000 mgr.y (mgr.24491) 12687 : cluster [DBG] pgmap v11210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:11.915094+0000 mgr.y (mgr.24491) 12688 : cluster [DBG] pgmap v11211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:11.915094+0000 mgr.y (mgr.24491) 12688 : cluster [DBG] pgmap v11211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:11.915094+0000 mgr.y (mgr.24491) 12688 : cluster [DBG] pgmap v11211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:13.915425+0000 mgr.y (mgr.24491) 12689 : cluster [DBG] pgmap v11212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:13.915425+0000 mgr.y (mgr.24491) 12689 : cluster [DBG] pgmap v11212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:13.915425+0000 mgr.y (mgr.24491) 12689 : cluster [DBG] pgmap v11212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:17.256 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:46:17.531 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:46:17.531 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:46:17.531 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:46:17.532 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:46:17.532 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:46:17.532 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:46:17.532 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:46:17.532 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:46:17.532 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:46:17.532 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:46:17.532 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:46:17.532 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:46:17.532 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:46:17.533 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:46:17.533 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:46:17.533 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:46:17.533 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:46:17.533 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:46:17.533 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:46:17.533 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:46:17.533 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:46:17.866 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:46:17.867 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:46:17.868 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:46:17.868 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:46:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:46:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:15.916099+0000 mgr.y (mgr.24491) 12690 : cluster [DBG] pgmap v11213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:15.916099+0000 mgr.y (mgr.24491) 12690 : cluster [DBG] pgmap v11213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:15.916099+0000 mgr.y (mgr.24491) 12690 : cluster [DBG] pgmap v11213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:46:17.246002+0000 mgr.y (mgr.24491) 12691 : audit [DBG] from='client.37805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:46:17.525118+0000 mgr.y (mgr.24491) 12692 : audit [DBG] from='client.37811 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:46:17.868025+0000 mon.a (mon.0) 2832 : audit [DBG] from='client.? 172.21.15.177:0/143455820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:46:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:46:17.246002+0000 mgr.y (mgr.24491) 12691 : audit [DBG] from='client.37805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:46:17.525118+0000 mgr.y (mgr.24491) 12692 : audit [DBG] from='client.37811 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:46:17.868025+0000 mon.a (mon.0) 2832 : audit [DBG] from='client.? 172.21.15.177:0/143455820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:46:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:46:17.246002+0000 mgr.y (mgr.24491) 12691 : audit [DBG] from='client.37805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:46:17.525118+0000 mgr.y (mgr.24491) 12692 : audit [DBG] from='client.37811 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:46:17.868025+0000 mon.a (mon.0) 2832 : audit [DBG] from='client.? 172.21.15.177:0/143455820' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:46:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:17.916432+0000 mgr.y (mgr.24491) 12693 : cluster [DBG] pgmap v11214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:17.916432+0000 mgr.y (mgr.24491) 12693 : cluster [DBG] pgmap v11214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:17.916432+0000 mgr.y (mgr.24491) 12693 : cluster [DBG] pgmap v11214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:46:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:19.917289+0000 mgr.y (mgr.24491) 12694 : cluster [DBG] pgmap v11215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:19.917289+0000 mgr.y (mgr.24491) 12694 : cluster [DBG] pgmap v11215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:19.917289+0000 mgr.y (mgr.24491) 12694 : cluster [DBG] pgmap v11215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:21.917740+0000 mgr.y (mgr.24491) 12695 : cluster [DBG] pgmap v11216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:21.917740+0000 mgr.y (mgr.24491) 12695 : cluster [DBG] pgmap v11216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:21.917740+0000 mgr.y (mgr.24491) 12695 : cluster [DBG] pgmap v11216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:23.918287+0000 mgr.y (mgr.24491) 12696 : cluster [DBG] pgmap v11217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:23.918287+0000 mgr.y (mgr.24491) 12696 : cluster [DBG] pgmap v11217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:23.918287+0000 mgr.y (mgr.24491) 12696 : cluster [DBG] pgmap v11217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:25.918919+0000 mgr.y (mgr.24491) 12697 : cluster [DBG] pgmap v11218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:46:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:25.918919+0000 mgr.y (mgr.24491) 12697 : cluster [DBG] pgmap v11218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:25.918919+0000 mgr.y (mgr.24491) 12697 : cluster [DBG] pgmap v11218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:27.919334+0000 mgr.y (mgr.24491) 12698 : cluster [DBG] pgmap v11219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:27.919334+0000 mgr.y (mgr.24491) 12698 : cluster [DBG] pgmap v11219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:27.919334+0000 mgr.y (mgr.24491) 12698 : cluster [DBG] pgmap v11219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:46:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:29.920021+0000 mgr.y (mgr.24491) 12699 : cluster [DBG] pgmap v11220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:29.920021+0000 mgr.y (mgr.24491) 12699 : cluster [DBG] pgmap v11220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:29.920021+0000 mgr.y (mgr.24491) 12699 : cluster [DBG] pgmap v11220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:31.920405+0000 mgr.y (mgr.24491) 12700 : cluster [DBG] pgmap v11221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:31.920405+0000 mgr.y (mgr.24491) 12700 : cluster [DBG] pgmap v11221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:31.920405+0000 mgr.y (mgr.24491) 12700 : cluster [DBG] pgmap v11221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:46:33.935439+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:46:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:46:34.228830+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:46:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:46:34.229535+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:46:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:46:34.233853+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:46:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:46:33.935439+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:46:34.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:46:34.228830+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:46:34.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:46:34.229535+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:46:34.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:46:34.233853+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:46:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:46:33.935439+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:46:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:46:34.228830+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:46:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:46:34.229535+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:46:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:46:34.233853+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:46:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:33.920810+0000 mgr.y (mgr.24491) 12701 : cluster [DBG] pgmap v11222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:33.920810+0000 mgr.y (mgr.24491) 12701 : cluster [DBG] pgmap v11222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:33.920810+0000 mgr.y (mgr.24491) 12701 : cluster [DBG] pgmap v11222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T09:46:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:35.921584+0000 mgr.y (mgr.24491) 12702 : cluster [DBG] pgmap v11223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:35.921584+0000 mgr.y (mgr.24491) 12702 : cluster [DBG] pgmap v11223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:35.921584+0000 mgr.y (mgr.24491) 12702 : cluster [DBG] pgmap v11223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:37.922134+0000 mgr.y (mgr.24491) 12703 : cluster [DBG] pgmap v11224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:37.922134+0000 mgr.y (mgr.24491) 12703 : cluster [DBG] pgmap v11224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:37.922134+0000 mgr.y (mgr.24491) 12703 : cluster [DBG] pgmap v11224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:46:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:39.922766+0000 mgr.y (mgr.24491) 12704 : cluster [DBG] pgmap v11225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:39.922766+0000 mgr.y (mgr.24491) 12704 : cluster [DBG] pgmap v11225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:39.922766+0000 mgr.y (mgr.24491) 12704 : cluster [DBG] pgmap v11225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:41.923306+0000 mgr.y (mgr.24491) 12705 : cluster [DBG] pgmap v11226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:41.923306+0000 mgr.y (mgr.24491) 12705 : cluster [DBG] pgmap v11226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:41.923306+0000 mgr.y (mgr.24491) 12705 : cluster [DBG] pgmap v11226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:43.923831+0000 mgr.y (mgr.24491) 12706 : cluster [DBG] pgmap v11227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:43.923831+0000 mgr.y (mgr.24491) 12706 : cluster [DBG] pgmap v11227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:43.923831+0000 mgr.y (mgr.24491) 12706 : cluster [DBG] pgmap v11227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:45.924529+0000 mgr.y (mgr.24491) 12707 : cluster [DBG] pgmap v11228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:45.924529+0000 mgr.y (mgr.24491) 12707 : cluster [DBG] pgmap v11228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:45.924529+0000 mgr.y (mgr.24491) 12707 : cluster [DBG] pgmap v11228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:46:48.179 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:46:48.453 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 6m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 6m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:46:48.454 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:46:48.455 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:46:48.455 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:46:48.455 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:46:48.455 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:46:48.455 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:46:48.455 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:46:48.455 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:46:48.787 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:46:48.787 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:46:48.787 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:46:48.787 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:46:48.787 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:46:48.787 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:46:48.787 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:46:48.787 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:46:48.787 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:46:48.788 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:46:48.788 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:46:48.788 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:46:48.788 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:46:48.788 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:46:48.788 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:46:48.788 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:46:48.788 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:46:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:47.924908+0000 mgr.y (mgr.24491) 12708 : cluster [DBG] pgmap v11229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:46:48.169079+0000 mgr.y (mgr.24491) 12709 : audit [DBG] from='client.27912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:46:48.447571+0000 mgr.y (mgr.24491) 12710 : audit [DBG] from='client.37829 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:46:48.788702+0000 mon.a (mon.0) 2837 : audit [DBG] from='client.? 172.21.15.177:0/2044892046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:46:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:47.924908+0000 mgr.y (mgr.24491) 12708 : cluster [DBG] pgmap v11229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:46:48.169079+0000 mgr.y (mgr.24491) 12709 : audit [DBG] from='client.27912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:46:48.447571+0000 mgr.y (mgr.24491) 12710 : audit [DBG] from='client.37829 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:46:48.788702+0000 mon.a (mon.0) 2837 : audit [DBG] from='client.? 172.21.15.177:0/2044892046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:46:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:47.924908+0000 mgr.y (mgr.24491) 12708 : cluster [DBG] pgmap v11229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:49.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:46:48.169079+0000 mgr.y (mgr.24491) 12709 : audit [DBG] from='client.27912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:49.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:46:48.447571+0000 mgr.y (mgr.24491) 12710 : audit [DBG] from='client.37829 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:46:49.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:46:48.788702+0000 mon.a (mon.0) 2837 : audit [DBG] from='client.? 172.21.15.177:0/2044892046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:46:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:49.925633+0000 mgr.y (mgr.24491) 12711 : cluster [DBG] pgmap v11230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:46:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:49.925633+0000 mgr.y (mgr.24491) 12711 : cluster [DBG] pgmap v11230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:49.925633+0000 mgr.y (mgr.24491) 12711 : cluster [DBG] pgmap v11230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:51.926110+0000 mgr.y (mgr.24491) 12712 : cluster [DBG] pgmap v11231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:51.926110+0000 mgr.y (mgr.24491) 12712 : cluster [DBG] pgmap v11231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:51.926110+0000 mgr.y (mgr.24491) 12712 : cluster [DBG] pgmap v11231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:53.926471+0000 mgr.y (mgr.24491) 12713 : cluster [DBG] pgmap v11232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:53.926471+0000 mgr.y (mgr.24491) 12713 : cluster [DBG] pgmap v11232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:53.926471+0000 mgr.y (mgr.24491) 12713 : cluster [DBG] pgmap v11232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:55.927287+0000 mgr.y (mgr.24491) 12714 : cluster [DBG] pgmap v11233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:55.927287+0000 mgr.y (mgr.24491) 12714 : cluster [DBG] pgmap v11233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:55.927287+0000 mgr.y (mgr.24491) 12714 : cluster [DBG] pgmap v11233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:46:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:46:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:46:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:57.927757+0000 mgr.y (mgr.24491) 12715 : cluster [DBG] pgmap v11234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:57.927757+0000 mgr.y (mgr.24491) 12715 : cluster [DBG] pgmap v11234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:46:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:57.927757+0000 mgr.y (mgr.24491) 12715 : cluster [DBG] pgmap v11234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:46:59.928463+0000 mgr.y (mgr.24491) 12716 : cluster [DBG] pgmap v11235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:46:59.928463+0000 mgr.y (mgr.24491) 12716 : cluster [DBG] pgmap v11235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:46:59.928463+0000 mgr.y (mgr.24491) 12716 : cluster [DBG] pgmap v11235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:47:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:01.928901+0000 mgr.y (mgr.24491) 12717 : cluster [DBG] pgmap v11236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:01.928901+0000 mgr.y (mgr.24491) 12717 : cluster [DBG] pgmap v11236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:01.928901+0000 mgr.y (mgr.24491) 12717 : cluster [DBG] pgmap v11236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:03.929285+0000 mgr.y (mgr.24491) 12718 : cluster [DBG] pgmap v11237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:03.929285+0000 mgr.y (mgr.24491) 12718 : cluster [DBG] pgmap v11237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:03.929285+0000 mgr.y (mgr.24491) 12718 : cluster [DBG] pgmap v11237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:05.930107+0000 mgr.y (mgr.24491) 12719 : cluster [DBG] pgmap v11238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:05.930107+0000 mgr.y (mgr.24491) 12719 : cluster [DBG] pgmap v11238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:05.930107+0000 mgr.y (mgr.24491) 12719 : cluster [DBG] pgmap v11238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:47:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:07.930494+0000 mgr.y (mgr.24491) 12720 : cluster [DBG] pgmap v11239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:07.930494+0000 mgr.y (mgr.24491) 12720 : cluster [DBG] pgmap v11239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:07.930494+0000 mgr.y (mgr.24491) 12720 : cluster [DBG] pgmap v11239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:09.931180+0000 mgr.y (mgr.24491) 12721 : cluster [DBG] pgmap v11240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:09.931180+0000 mgr.y (mgr.24491) 12721 : cluster [DBG] pgmap v11240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:09.931180+0000 mgr.y (mgr.24491) 12721 : cluster [DBG] pgmap v11240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:47:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:11.931560+0000 mgr.y (mgr.24491) 12722 : cluster [DBG] pgmap v11241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:11.931560+0000 mgr.y (mgr.24491) 12722 : cluster [DBG] pgmap v11241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:11.931560+0000 mgr.y (mgr.24491) 12722 : cluster [DBG] pgmap v11241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:13.932106+0000 mgr.y (mgr.24491) 12723 : cluster [DBG] pgmap v11242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:13.932106+0000 mgr.y (mgr.24491) 12723 : cluster [DBG] pgmap v11242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:13.932106+0000 mgr.y (mgr.24491) 12723 : cluster [DBG] pgmap v11242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:15.932869+0000 mgr.y (mgr.24491) 12724 : cluster [DBG] pgmap v11243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:15.932869+0000 mgr.y (mgr.24491) 12724 : cluster [DBG] pgmap v11243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:15.932869+0000 mgr.y (mgr.24491) 12724 : cluster [DBG] pgmap v11243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:47:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:47:19.376 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:47:19.377 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:47:19.377 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:47:19.377 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:47:19.377 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:47:19.377 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:47:19.377 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 6m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:47:19.377 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 6m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:47:19.377 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:47:19.377 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:47:19.378 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:47:19.378 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:47:19.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:47:19.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:47:19.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:47:19.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:47:19.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:47:19.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:47:19.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:47:19.378 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:47:19.379 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:47:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:17.933438+0000 mgr.y (mgr.24491) 12725 : cluster [DBG] pgmap v11244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:17.933438+0000 mgr.y (mgr.24491) 12725 : cluster [DBG] pgmap v11244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:17.933438+0000 mgr.y (mgr.24491) 12725 : cluster [DBG] pgmap v11244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:19.711 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:47:19.711 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:47:19.711 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:47:19.711 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:47:19.711 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:47:19.711 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:47:19.712 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:47:19.712 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:47:19.712 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:47:19.712 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:47:19.712 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:47:19.712 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:47:19.712 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:47:19.712 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:47:19.712 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:47:19.712 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:47:19.713 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:47:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:47:19.090768+0000 mgr.y (mgr.24491) 12726 : audit [DBG] from='client.37841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:47:19.370325+0000 mgr.y (mgr.24491) 12727 : audit [DBG] from='client.37847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:47:19.712595+0000 mon.c (mon.2) 411 : audit [DBG] from='client.? 172.21.15.177:0/3449861549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:47:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:47:19.090768+0000 mgr.y (mgr.24491) 12726 : audit [DBG] from='client.37841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:47:19.370325+0000 mgr.y (mgr.24491) 12727 : audit [DBG] from='client.37847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:47:19.712595+0000 mon.c (mon.2) 411 : audit [DBG] from='client.? 172.21.15.177:0/3449861549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:47:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:47:19.090768+0000 mgr.y (mgr.24491) 12726 : audit [DBG] from='client.37841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:47:19.370325+0000 mgr.y (mgr.24491) 12727 : audit [DBG] from='client.37847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:47:19.712595+0000 mon.c (mon.2) 411 : audit [DBG] from='client.? 172.21.15.177:0/3449861549' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:47:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:19.934151+0000 mgr.y (mgr.24491) 12728 : cluster [DBG] pgmap v11245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:19.934151+0000 mgr.y (mgr.24491) 12728 : cluster [DBG] pgmap v11245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:19.934151+0000 mgr.y (mgr.24491) 12728 : cluster [DBG] pgmap v11245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:47:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:21.934632+0000 mgr.y (mgr.24491) 12729 : cluster [DBG] pgmap v11246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:21.934632+0000 mgr.y (mgr.24491) 12729 : cluster [DBG] pgmap v11246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:21.934632+0000 mgr.y (mgr.24491) 12729 : cluster [DBG] pgmap v11246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:23.934996+0000 mgr.y (mgr.24491) 12730 : cluster [DBG] pgmap v11247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:23.934996+0000 mgr.y (mgr.24491) 12730 : cluster [DBG] pgmap v11247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:23.934996+0000 mgr.y (mgr.24491) 12730 : cluster [DBG] pgmap v11247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:25.935719+0000 mgr.y (mgr.24491) 12731 : cluster [DBG] pgmap v11248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:25.935719+0000 mgr.y (mgr.24491) 12731 : cluster [DBG] pgmap v11248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:25.935719+0000 mgr.y (mgr.24491) 12731 : cluster [DBG] pgmap v11248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:47:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:27.936128+0000 mgr.y (mgr.24491) 12732 : cluster [DBG] pgmap v11249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:27.936128+0000 mgr.y (mgr.24491) 12732 : cluster [DBG] pgmap v11249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:27.936128+0000 mgr.y (mgr.24491) 12732 : cluster [DBG] pgmap v11249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:29.936800+0000 mgr.y (mgr.24491) 12733 : cluster [DBG] pgmap v11250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:29.936800+0000 mgr.y (mgr.24491) 12733 : cluster [DBG] pgmap v11250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:29.936800+0000 mgr.y (mgr.24491) 12733 : cluster [DBG] pgmap v11250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:47:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:31.937375+0000 mgr.y (mgr.24491) 12734 : cluster [DBG] pgmap v11251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:31.937375+0000 mgr.y (mgr.24491) 12734 : cluster [DBG] pgmap v11251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:31.937375+0000 mgr.y (mgr.24491) 12734 : cluster [DBG] pgmap v11251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:33.937757+0000 mgr.y (mgr.24491) 12735 : cluster [DBG] pgmap v11252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:47:34.238129+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:47:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:47:34.529394+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:47:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:47:34.530015+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:47:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:47:34.534237+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:47:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:33.937757+0000 mgr.y (mgr.24491) 12735 : cluster [DBG] pgmap v11252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:47:34.238129+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:47:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:47:34.529394+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:47:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:47:34.530015+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:47:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:47:34.534237+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:47:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:33.937757+0000 mgr.y (mgr.24491) 12735 : cluster [DBG] pgmap v11252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:47:34.238129+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:47:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:47:34.529394+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:47:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:47:34.530015+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:47:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:47:34.534237+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:47:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:35.938330+0000 mgr.y (mgr.24491) 12736 : cluster [DBG] pgmap v11253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:35.938330+0000 mgr.y (mgr.24491) 12736 : cluster [DBG] pgmap v11253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:35.938330+0000 mgr.y (mgr.24491) 12736 : cluster [DBG] pgmap v11253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:47:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:37.938691+0000 mgr.y (mgr.24491) 12737 : cluster [DBG] pgmap v11254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:37.938691+0000 mgr.y (mgr.24491) 12737 : cluster [DBG] pgmap v11254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:37.938691+0000 mgr.y (mgr.24491) 12737 : cluster [DBG] pgmap v11254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:39.939573+0000 mgr.y (mgr.24491) 12738 : cluster [DBG] pgmap v11255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:39.939573+0000 mgr.y (mgr.24491) 12738 : cluster [DBG] pgmap v11255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:39.939573+0000 mgr.y (mgr.24491) 12738 : cluster [DBG] pgmap v11255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:47:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:41.940102+0000 mgr.y (mgr.24491) 12739 : cluster [DBG] pgmap v11256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:41.940102+0000 mgr.y (mgr.24491) 12739 : cluster [DBG] pgmap v11256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:41.940102+0000 mgr.y (mgr.24491) 12739 : cluster [DBG] pgmap v11256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:43.940598+0000 mgr.y (mgr.24491) 12740 : cluster [DBG] pgmap v11257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:43.940598+0000 mgr.y (mgr.24491) 12740 : cluster [DBG] pgmap v11257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:43.940598+0000 mgr.y (mgr.24491) 12740 : cluster [DBG] pgmap v11257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:45.941381+0000 mgr.y (mgr.24491) 12741 : cluster [DBG] pgmap v11258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:45.941381+0000 mgr.y (mgr.24491) 12741 : cluster [DBG] pgmap v11258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:45.941381+0000 mgr.y (mgr.24491) 12741 : cluster [DBG] pgmap v11258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T09:47:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:47.941844+0000 mgr.y (mgr.24491) 12742 : cluster [DBG] pgmap v11259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:47.941844+0000 mgr.y (mgr.24491) 12742 : cluster [DBG] pgmap v11259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:47.941844+0000 mgr.y (mgr.24491) 12742 : cluster [DBG] pgmap v11259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:50.016 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:47:50.294 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:47:50.294 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:47:50.294 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 7m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:47:50.294 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:47:50.294 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 7m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:47:50.294 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 7m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:47:50.294 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:47:50.294 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:47:50.295 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 7m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:47:50.295 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 7m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:47:50.295 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:47:50.295 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 7m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:47:50.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:47:50.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:47:50.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:47:50.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:47:50.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 7m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:47:50.295 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 7m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:47:50.296 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 7m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:47:50.296 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 7m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:47:50.296 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 7m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:47:50.629 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:47:50.629 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:47:50.629 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:47:50.630 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:47:50.630 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:47:50.630 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:47:50.630 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:47:50.630 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:47:50.630 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:47:50.630 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:47:50.630 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:47:50.630 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:47:50.633 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:47:50.634 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:47:50.634 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:47:50.634 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:47:50.634 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:47:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:49.942548+0000 mgr.y (mgr.24491) 12743 : cluster [DBG] pgmap v11260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:47:50.005144+0000 mgr.y (mgr.24491) 12744 : audit [DBG] from='client.27948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:47:50.287237+0000 mgr.y (mgr.24491) 12745 : audit [DBG] from='client.27954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:47:50.630469+0000 mon.a (mon.0) 2842 : audit [DBG] from='client.? 172.21.15.177:0/2981319082' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:47:51.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:49.942548+0000 mgr.y (mgr.24491) 12743 : cluster [DBG] pgmap v11260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:51.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:47:50.005144+0000 mgr.y (mgr.24491) 12744 : audit [DBG] from='client.27948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:51.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:47:50.287237+0000 mgr.y (mgr.24491) 12745 : audit [DBG] from='client.27954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:51.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:47:50.630469+0000 mon.a (mon.0) 2842 : audit [DBG] from='client.? 172.21.15.177:0/2981319082' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:47:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:47:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:49.942548+0000 mgr.y (mgr.24491) 12743 : cluster [DBG] pgmap v11260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:47:50.005144+0000 mgr.y (mgr.24491) 12744 : audit [DBG] from='client.27948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:47:50.287237+0000 mgr.y (mgr.24491) 12745 : audit [DBG] from='client.27954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:47:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:47:50.630469+0000 mon.a (mon.0) 2842 : audit [DBG] from='client.? 172.21.15.177:0/2981319082' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:47:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:51.943007+0000 mgr.y (mgr.24491) 12746 : cluster [DBG] pgmap v11261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:51.943007+0000 mgr.y (mgr.24491) 12746 : cluster [DBG] pgmap v11261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:51.943007+0000 mgr.y (mgr.24491) 12746 : cluster [DBG] pgmap v11261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:53.943544+0000 mgr.y (mgr.24491) 12747 : cluster [DBG] pgmap v11262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:53.943544+0000 mgr.y (mgr.24491) 12747 : cluster [DBG] pgmap v11262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:53.943544+0000 mgr.y (mgr.24491) 12747 : cluster [DBG] pgmap v11262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:55.944297+0000 mgr.y (mgr.24491) 12748 : cluster [DBG] pgmap v11263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:55.944297+0000 mgr.y (mgr.24491) 12748 : cluster [DBG] pgmap v11263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:55.944297+0000 mgr.y (mgr.24491) 12748 : cluster [DBG] pgmap v11263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:47:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T09:47:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:57.944698+0000 mgr.y (mgr.24491) 12749 : cluster [DBG] pgmap v11264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:57.944698+0000 mgr.y (mgr.24491) 12749 : cluster [DBG] pgmap v11264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:47:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:47:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:57.944698+0000 mgr.y (mgr.24491) 12749 : cluster [DBG] pgmap v11264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:47:59.945415+0000 mgr.y (mgr.24491) 12750 : cluster [DBG] pgmap v11265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:47:59.945415+0000 mgr.y (mgr.24491) 12750 : cluster [DBG] pgmap v11265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:48:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:47:59.945415+0000 mgr.y (mgr.24491) 12750 : cluster [DBG] pgmap v11265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:01.946008+0000 mgr.y (mgr.24491) 12751 : cluster [DBG] pgmap v11266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:01.946008+0000 mgr.y (mgr.24491) 12751 : cluster [DBG] pgmap v11266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:01.946008+0000 mgr.y (mgr.24491) 12751 : cluster [DBG] pgmap v11266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:03.946446+0000 mgr.y (mgr.24491) 12752 : cluster [DBG] pgmap v11267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:03.946446+0000 mgr.y (mgr.24491) 12752 : cluster [DBG] pgmap v11267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:03.946446+0000 mgr.y (mgr.24491) 12752 : cluster [DBG] pgmap v11267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:05.947075+0000 mgr.y (mgr.24491) 12753 : cluster [DBG] pgmap v11268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:05.947075+0000 mgr.y (mgr.24491) 12753 : cluster [DBG] pgmap v11268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:05.947075+0000 mgr.y (mgr.24491) 12753 : cluster [DBG] pgmap v11268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:48:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:07.947671+0000 mgr.y (mgr.24491) 12754 : cluster [DBG] pgmap v11269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:07.947671+0000 mgr.y (mgr.24491) 12754 : cluster [DBG] pgmap v11269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:07.947671+0000 mgr.y (mgr.24491) 12754 : cluster [DBG] pgmap v11269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:09.948472+0000 mgr.y (mgr.24491) 12755 : cluster [DBG] pgmap v11270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:09.948472+0000 mgr.y (mgr.24491) 12755 : cluster [DBG] pgmap v11270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:09.948472+0000 mgr.y (mgr.24491) 12755 : cluster [DBG] pgmap v11270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:48:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:11.948914+0000 mgr.y (mgr.24491) 12756 : cluster [DBG] pgmap v11271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:11.948914+0000 mgr.y (mgr.24491) 12756 : cluster [DBG] pgmap v11271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:11.948914+0000 mgr.y (mgr.24491) 12756 : cluster [DBG] pgmap v11271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:13.949384+0000 mgr.y (mgr.24491) 12757 : cluster [DBG] pgmap v11272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:15.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:13.949384+0000 mgr.y (mgr.24491) 12757 : cluster [DBG] pgmap v11272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:13.949384+0000 mgr.y (mgr.24491) 12757 : cluster [DBG] pgmap v11272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:15.950020+0000 mgr.y (mgr.24491) 12758 : cluster [DBG] pgmap v11273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:15.950020+0000 mgr.y (mgr.24491) 12758 : cluster [DBG] pgmap v11273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:15.950020+0000 mgr.y (mgr.24491) 12758 : cluster [DBG] pgmap v11273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:17] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T09:48:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:17.950454+0000 mgr.y (mgr.24491) 12759 : cluster [DBG] pgmap v11274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:17.950454+0000 mgr.y (mgr.24491) 12759 : cluster [DBG] pgmap v11274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:17.950454+0000 mgr.y (mgr.24491) 12759 : cluster [DBG] pgmap v11274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:20.938 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:48:21.215 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:48:21.216 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:48:21.216 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 7m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:48:21.216 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:48:21.216 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 7m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:48:21.216 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 7m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:48:21.216 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:48:21.216 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:48:21.216 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 7m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:48:21.216 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 7m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:48:21.217 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:48:21.217 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 7m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:48:21.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:48:21.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.7M 2487M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:48:21.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:48:21.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 41.9M 2487M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:48:21.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 7m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:48:21.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 7m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:48:21.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 7m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:48:21.217 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 7m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:48:21.217 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 7m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:48:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:19.951323+0000 mgr.y (mgr.24491) 12760 : cluster [DBG] pgmap v11275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:19.951323+0000 mgr.y (mgr.24491) 12760 : cluster [DBG] pgmap v11275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:19.951323+0000 mgr.y (mgr.24491) 12760 : cluster [DBG] pgmap v11275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:48:21.548 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:48:21.548 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:48:21.548 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:48:21.548 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:48:21.548 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:48:21.548 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:48:21.548 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:48:21.549 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:48:21.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:48:21.549 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:48:21.549 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:48:21.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:48:21.549 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:48:21.549 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:48:21.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:48:21.549 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:48:21.549 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:48:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:20.927269+0000 mgr.y (mgr.24491) 12761 : audit [DBG] from='client.37877 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:21.209469+0000 mgr.y (mgr.24491) 12762 : audit [DBG] from='client.27972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:21.549475+0000 mon.a (mon.0) 2843 : audit [DBG] from='client.? 172.21.15.177:0/3476350906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:48:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:20.927269+0000 mgr.y (mgr.24491) 12761 : audit [DBG] from='client.37877 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:21.209469+0000 mgr.y (mgr.24491) 12762 : audit [DBG] from='client.27972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:21.549475+0000 mon.a (mon.0) 2843 : audit [DBG] from='client.? 172.21.15.177:0/3476350906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:48:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:20.927269+0000 mgr.y (mgr.24491) 12761 : audit [DBG] from='client.37877 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:21.209469+0000 mgr.y (mgr.24491) 12762 : audit [DBG] from='client.27972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:21.549475+0000 mon.a (mon.0) 2843 : audit [DBG] from='client.? 172.21.15.177:0/3476350906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:48:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:21.951819+0000 mgr.y (mgr.24491) 12763 : cluster [DBG] pgmap v11276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:21.951819+0000 mgr.y (mgr.24491) 12763 : cluster [DBG] pgmap v11276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:21.951819+0000 mgr.y (mgr.24491) 12763 : cluster [DBG] pgmap v11276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:23.952219+0000 mgr.y (mgr.24491) 12764 : cluster [DBG] pgmap v11277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:23.952219+0000 mgr.y (mgr.24491) 12764 : cluster [DBG] pgmap v11277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:23.952219+0000 mgr.y (mgr.24491) 12764 : cluster [DBG] pgmap v11277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:25.953077+0000 mgr.y (mgr.24491) 12765 : cluster [DBG] pgmap v11278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:25.953077+0000 mgr.y (mgr.24491) 12765 : cluster [DBG] pgmap v11278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:25.953077+0000 mgr.y (mgr.24491) 12765 : cluster [DBG] pgmap v11278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:27] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T09:48:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:27.953616+0000 mgr.y (mgr.24491) 12766 : cluster [DBG] pgmap v11279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:27.953616+0000 mgr.y (mgr.24491) 12766 : cluster [DBG] pgmap v11279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:27.953616+0000 mgr.y (mgr.24491) 12766 : cluster [DBG] pgmap v11279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:29.954438+0000 mgr.y (mgr.24491) 12767 : cluster [DBG] pgmap v11280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:48:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:29.954438+0000 mgr.y (mgr.24491) 12767 : cluster [DBG] pgmap v11280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:29.954438+0000 mgr.y (mgr.24491) 12767 : cluster [DBG] pgmap v11280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:31.954950+0000 mgr.y (mgr.24491) 12768 : cluster [DBG] pgmap v11281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:31.954950+0000 mgr.y (mgr.24491) 12768 : cluster [DBG] pgmap v11281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:31.954950+0000 mgr.y (mgr.24491) 12768 : cluster [DBG] pgmap v11281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:33.955450+0000 mgr.y (mgr.24491) 12769 : cluster [DBG] pgmap v11282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:34.538407+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:48:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:34.829423+0000 mon.a (mon.0) 2845 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:34.830091+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:34.830593+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:34.831060+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:34.835180+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:48:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:34.836395+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:48:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:34.836967+0000 mon.a (mon.0) 2851 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:48:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:34.843720+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:48:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:33.955450+0000 mgr.y (mgr.24491) 12769 : cluster [DBG] pgmap v11282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:34.538407+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:48:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:34.829423+0000 mon.a (mon.0) 2845 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:34.830091+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:34.830593+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:34.831060+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:34.835180+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:48:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:34.836395+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:48:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:34.836967+0000 mon.a (mon.0) 2851 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:48:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:34.843720+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:48:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:33.955450+0000 mgr.y (mgr.24491) 12769 : cluster [DBG] pgmap v11282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:34.538407+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:48:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:34.829423+0000 mon.a (mon.0) 2845 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:34.830091+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:34.830593+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:34.831060+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:48:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:34.835180+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:48:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:34.836395+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:48:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:34.836967+0000 mon.a (mon.0) 2851 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:48:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:34.843720+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:48:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T09:48:34.831438+0000 mgr.y (mgr.24491) 12770 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2480M 2024-04-20T09:48:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T09:48:34.831438+0000 mgr.y (mgr.24491) 12770 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2480M 2024-04-20T09:48:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T09:48:34.831438+0000 mgr.y (mgr.24491) 12770 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2480M 2024-04-20T09:48:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:35.956235+0000 mgr.y (mgr.24491) 12771 : cluster [DBG] pgmap v11283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:35.956235+0000 mgr.y (mgr.24491) 12771 : cluster [DBG] pgmap v11283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:35.956235+0000 mgr.y (mgr.24491) 12771 : cluster [DBG] pgmap v11283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:48:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:37.956709+0000 mgr.y (mgr.24491) 12772 : cluster [DBG] pgmap v11284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:37.956709+0000 mgr.y (mgr.24491) 12772 : cluster [DBG] pgmap v11284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:37.956709+0000 mgr.y (mgr.24491) 12772 : cluster [DBG] pgmap v11284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:39.957561+0000 mgr.y (mgr.24491) 12773 : cluster [DBG] pgmap v11285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:48:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:39.957561+0000 mgr.y (mgr.24491) 12773 : cluster [DBG] pgmap v11285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:39.957561+0000 mgr.y (mgr.24491) 12773 : cluster [DBG] pgmap v11285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:41.958179+0000 mgr.y (mgr.24491) 12774 : cluster [DBG] pgmap v11286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:41.958179+0000 mgr.y (mgr.24491) 12774 : cluster [DBG] pgmap v11286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:41.958179+0000 mgr.y (mgr.24491) 12774 : cluster [DBG] pgmap v11286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:43.958708+0000 mgr.y (mgr.24491) 12775 : cluster [DBG] pgmap v11287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:43.958708+0000 mgr.y (mgr.24491) 12775 : cluster [DBG] pgmap v11287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:43.958708+0000 mgr.y (mgr.24491) 12775 : cluster [DBG] pgmap v11287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:45.959446+0000 mgr.y (mgr.24491) 12776 : cluster [DBG] pgmap v11288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:45.959446+0000 mgr.y (mgr.24491) 12776 : cluster [DBG] pgmap v11288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:45.959446+0000 mgr.y (mgr.24491) 12776 : cluster [DBG] pgmap v11288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:48:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:47.959829+0000 mgr.y (mgr.24491) 12777 : cluster [DBG] pgmap v11289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:47.959829+0000 mgr.y (mgr.24491) 12777 : cluster [DBG] pgmap v11289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:47.959829+0000 mgr.y (mgr.24491) 12777 : cluster [DBG] pgmap v11289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:49.960395+0000 mgr.y (mgr.24491) 12778 : cluster [DBG] pgmap v11290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:48:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:49.960395+0000 mgr.y (mgr.24491) 12778 : cluster [DBG] pgmap v11290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:49.960395+0000 mgr.y (mgr.24491) 12778 : cluster [DBG] pgmap v11290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:51.863 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:48:52.142 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:48:52.142 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 8m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 8m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 8m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 8m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 8m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 8m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 8m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 8m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 8m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 8m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 8m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 8m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 8m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:48:52.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 8m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:48:52.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 8m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:48:52.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 8m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:48:52.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 8m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:48:52.144 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 8m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:48:52.485 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:48:52.486 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:48:52.486 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:48:52.486 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:48:52.486 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:48:52.486 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:48:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:51.852318+0000 mgr.y (mgr.24491) 12779 : audit [DBG] from='client.27984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:51.960710+0000 mgr.y (mgr.24491) 12780 : cluster [DBG] pgmap v11291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:52.136358+0000 mgr.y (mgr.24491) 12781 : audit [DBG] from='client.27990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:48:52.486082+0000 mon.c (mon.2) 412 : audit [DBG] from='client.? 172.21.15.177:0/1335631491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:48:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:51.852318+0000 mgr.y (mgr.24491) 12779 : audit [DBG] from='client.27984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:51.960710+0000 mgr.y (mgr.24491) 12780 : cluster [DBG] pgmap v11291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:52.136358+0000 mgr.y (mgr.24491) 12781 : audit [DBG] from='client.27990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:48:52.486082+0000 mon.c (mon.2) 412 : audit [DBG] from='client.? 172.21.15.177:0/1335631491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:48:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:51.852318+0000 mgr.y (mgr.24491) 12779 : audit [DBG] from='client.27984 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:51.960710+0000 mgr.y (mgr.24491) 12780 : cluster [DBG] pgmap v11291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:52.136358+0000 mgr.y (mgr.24491) 12781 : audit [DBG] from='client.27990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:48:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:48:52.486082+0000 mon.c (mon.2) 412 : audit [DBG] from='client.? 172.21.15.177:0/1335631491' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:48:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:53.961101+0000 mgr.y (mgr.24491) 12782 : cluster [DBG] pgmap v11292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:53.961101+0000 mgr.y (mgr.24491) 12782 : cluster [DBG] pgmap v11292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:53.961101+0000 mgr.y (mgr.24491) 12782 : cluster [DBG] pgmap v11292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:55.961731+0000 mgr.y (mgr.24491) 12783 : cluster [DBG] pgmap v11293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:55.961731+0000 mgr.y (mgr.24491) 12783 : cluster [DBG] pgmap v11293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:55.961731+0000 mgr.y (mgr.24491) 12783 : cluster [DBG] pgmap v11293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:48:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:48:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:48:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:57.962129+0000 mgr.y (mgr.24491) 12784 : cluster [DBG] pgmap v11294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:57.962129+0000 mgr.y (mgr.24491) 12784 : cluster [DBG] pgmap v11294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:48:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:57.962129+0000 mgr.y (mgr.24491) 12784 : cluster [DBG] pgmap v11294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:48:59.962748+0000 mgr.y (mgr.24491) 12785 : cluster [DBG] pgmap v11295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:49:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:48:59.962748+0000 mgr.y (mgr.24491) 12785 : cluster [DBG] pgmap v11295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:48:59.962748+0000 mgr.y (mgr.24491) 12785 : cluster [DBG] pgmap v11295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:01.963218+0000 mgr.y (mgr.24491) 12786 : cluster [DBG] pgmap v11296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:01.963218+0000 mgr.y (mgr.24491) 12786 : cluster [DBG] pgmap v11296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:01.963218+0000 mgr.y (mgr.24491) 12786 : cluster [DBG] pgmap v11296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:03.963717+0000 mgr.y (mgr.24491) 12787 : cluster [DBG] pgmap v11297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:03.963717+0000 mgr.y (mgr.24491) 12787 : cluster [DBG] pgmap v11297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:03.963717+0000 mgr.y (mgr.24491) 12787 : cluster [DBG] pgmap v11297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:05.964515+0000 mgr.y (mgr.24491) 12788 : cluster [DBG] pgmap v11298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:05.964515+0000 mgr.y (mgr.24491) 12788 : cluster [DBG] pgmap v11298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:05.964515+0000 mgr.y (mgr.24491) 12788 : cluster [DBG] pgmap v11298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:49:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:07.964997+0000 mgr.y (mgr.24491) 12789 : cluster [DBG] pgmap v11299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:07.964997+0000 mgr.y (mgr.24491) 12789 : cluster [DBG] pgmap v11299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:07.964997+0000 mgr.y (mgr.24491) 12789 : cluster [DBG] pgmap v11299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:09.965561+0000 mgr.y (mgr.24491) 12790 : cluster [DBG] pgmap v11300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:49:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:09.965561+0000 mgr.y (mgr.24491) 12790 : cluster [DBG] pgmap v11300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:09.965561+0000 mgr.y (mgr.24491) 12790 : cluster [DBG] pgmap v11300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:11.966133+0000 mgr.y (mgr.24491) 12791 : cluster [DBG] pgmap v11301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:11.966133+0000 mgr.y (mgr.24491) 12791 : cluster [DBG] pgmap v11301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:11.966133+0000 mgr.y (mgr.24491) 12791 : cluster [DBG] pgmap v11301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:13.966541+0000 mgr.y (mgr.24491) 12792 : cluster [DBG] pgmap v11302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:13.966541+0000 mgr.y (mgr.24491) 12792 : cluster [DBG] pgmap v11302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:13.966541+0000 mgr.y (mgr.24491) 12792 : cluster [DBG] pgmap v11302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:15.967351+0000 mgr.y (mgr.24491) 12793 : cluster [DBG] pgmap v11303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:15.967351+0000 mgr.y (mgr.24491) 12793 : cluster [DBG] pgmap v11303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:15.967351+0000 mgr.y (mgr.24491) 12793 : cluster [DBG] pgmap v11303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:49:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:17.967803+0000 mgr.y (mgr.24491) 12794 : cluster [DBG] pgmap v11304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:17.967803+0000 mgr.y (mgr.24491) 12794 : cluster [DBG] pgmap v11304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:17.967803+0000 mgr.y (mgr.24491) 12794 : cluster [DBG] pgmap v11304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:19.968383+0000 mgr.y (mgr.24491) 12795 : cluster [DBG] pgmap v11305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:49:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:19.968383+0000 mgr.y (mgr.24491) 12795 : cluster [DBG] pgmap v11305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:19.968383+0000 mgr.y (mgr.24491) 12795 : cluster [DBG] pgmap v11305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:22.804 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:49:23.080 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:49:23.080 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 8m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 8m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 8m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 8m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 8m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 8m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 8m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 8m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 8m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 8m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 8m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 8m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:49:23.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 8m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:49:23.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 8m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:49:23.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 8m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:49:23.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 8m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:49:23.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 8m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:49:23.082 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 8m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:49:23.421 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:49:23.421 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:49:23.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:49:23.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:49:23.421 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:49:23.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:49:23.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:49:23.422 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:49:23.422 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:49:23.422 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:49:23.422 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:49:23.422 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:49:23.422 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:49:23.422 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:49:23.422 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:49:23.422 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:49:23.422 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:49:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:21.968794+0000 mgr.y (mgr.24491) 12796 : cluster [DBG] pgmap v11306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:21.968794+0000 mgr.y (mgr.24491) 12796 : cluster [DBG] pgmap v11306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:21.968794+0000 mgr.y (mgr.24491) 12796 : cluster [DBG] pgmap v11306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:49:22.793428+0000 mgr.y (mgr.24491) 12797 : audit [DBG] from='client.28002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:49:23.074085+0000 mgr.y (mgr.24491) 12798 : audit [DBG] from='client.37919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:49:23.422452+0000 mon.c (mon.2) 413 : audit [DBG] from='client.? 172.21.15.177:0/2920001785' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:49:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:49:22.793428+0000 mgr.y (mgr.24491) 12797 : audit [DBG] from='client.28002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:24.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:49:23.074085+0000 mgr.y (mgr.24491) 12798 : audit [DBG] from='client.37919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:24.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:49:23.422452+0000 mon.c (mon.2) 413 : audit [DBG] from='client.? 172.21.15.177:0/2920001785' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:49:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:49:22.793428+0000 mgr.y (mgr.24491) 12797 : audit [DBG] from='client.28002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:49:23.074085+0000 mgr.y (mgr.24491) 12798 : audit [DBG] from='client.37919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:49:23.422452+0000 mon.c (mon.2) 413 : audit [DBG] from='client.? 172.21.15.177:0/2920001785' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:49:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:23.969203+0000 mgr.y (mgr.24491) 12799 : cluster [DBG] pgmap v11307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:23.969203+0000 mgr.y (mgr.24491) 12799 : cluster [DBG] pgmap v11307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:23.969203+0000 mgr.y (mgr.24491) 12799 : cluster [DBG] pgmap v11307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:25.969832+0000 mgr.y (mgr.24491) 12800 : cluster [DBG] pgmap v11308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:25.969832+0000 mgr.y (mgr.24491) 12800 : cluster [DBG] pgmap v11308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:25.969832+0000 mgr.y (mgr.24491) 12800 : cluster [DBG] pgmap v11308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:49:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:27.970262+0000 mgr.y (mgr.24491) 12801 : cluster [DBG] pgmap v11309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:27.970262+0000 mgr.y (mgr.24491) 12801 : cluster [DBG] pgmap v11309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:27.970262+0000 mgr.y (mgr.24491) 12801 : cluster [DBG] pgmap v11309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:31.269 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:49:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:29.970860+0000 mgr.y (mgr.24491) 12802 : cluster [DBG] pgmap v11310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:29.970860+0000 mgr.y (mgr.24491) 12802 : cluster [DBG] pgmap v11310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:29.970860+0000 mgr.y (mgr.24491) 12802 : cluster [DBG] pgmap v11310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:31.971290+0000 mgr.y (mgr.24491) 12803 : cluster [DBG] pgmap v11311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:31.971290+0000 mgr.y (mgr.24491) 12803 : cluster [DBG] pgmap v11311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:31.971290+0000 mgr.y (mgr.24491) 12803 : cluster [DBG] pgmap v11311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:33.971795+0000 mgr.y (mgr.24491) 12804 : cluster [DBG] pgmap v11312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:49:34.847994+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:49:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:49:35.137078+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:49:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:49:35.137706+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:49:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:49:35.141836+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:49:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:33.971795+0000 mgr.y (mgr.24491) 12804 : cluster [DBG] pgmap v11312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:49:34.847994+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:49:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:49:35.137078+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:49:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:49:35.137706+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:49:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:49:35.141836+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:49:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:33.971795+0000 mgr.y (mgr.24491) 12804 : cluster [DBG] pgmap v11312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:49:34.847994+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:49:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:49:35.137078+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:49:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:49:35.137706+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:49:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:49:35.141836+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:49:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:35.972482+0000 mgr.y (mgr.24491) 12805 : cluster [DBG] pgmap v11313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:35.972482+0000 mgr.y (mgr.24491) 12805 : cluster [DBG] pgmap v11313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:35.972482+0000 mgr.y (mgr.24491) 12805 : cluster [DBG] pgmap v11313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:49:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:37.973064+0000 mgr.y (mgr.24491) 12806 : cluster [DBG] pgmap v11314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:37.973064+0000 mgr.y (mgr.24491) 12806 : cluster [DBG] pgmap v11314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:37.973064+0000 mgr.y (mgr.24491) 12806 : cluster [DBG] pgmap v11314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:41.287 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:49:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:39.973742+0000 mgr.y (mgr.24491) 12807 : cluster [DBG] pgmap v11315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:39.973742+0000 mgr.y (mgr.24491) 12807 : cluster [DBG] pgmap v11315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:39.973742+0000 mgr.y (mgr.24491) 12807 : cluster [DBG] pgmap v11315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:41.974216+0000 mgr.y (mgr.24491) 12808 : cluster [DBG] pgmap v11316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:41.974216+0000 mgr.y (mgr.24491) 12808 : cluster [DBG] pgmap v11316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:41.974216+0000 mgr.y (mgr.24491) 12808 : cluster [DBG] pgmap v11316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:43.974893+0000 mgr.y (mgr.24491) 12809 : cluster [DBG] pgmap v11317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:43.974893+0000 mgr.y (mgr.24491) 12809 : cluster [DBG] pgmap v11317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:43.974893+0000 mgr.y (mgr.24491) 12809 : cluster [DBG] pgmap v11317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:45.975718+0000 mgr.y (mgr.24491) 12810 : cluster [DBG] pgmap v11318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:45.975718+0000 mgr.y (mgr.24491) 12810 : cluster [DBG] pgmap v11318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:45.975718+0000 mgr.y (mgr.24491) 12810 : cluster [DBG] pgmap v11318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:49:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:47.976236+0000 mgr.y (mgr.24491) 12811 : cluster [DBG] pgmap v11319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:47.976236+0000 mgr.y (mgr.24491) 12811 : cluster [DBG] pgmap v11319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:47.976236+0000 mgr.y (mgr.24491) 12811 : cluster [DBG] pgmap v11319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:51.307 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:49:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:49.976914+0000 mgr.y (mgr.24491) 12812 : cluster [DBG] pgmap v11320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:49.976914+0000 mgr.y (mgr.24491) 12812 : cluster [DBG] pgmap v11320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:49.976914+0000 mgr.y (mgr.24491) 12812 : cluster [DBG] pgmap v11320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:51.977385+0000 mgr.y (mgr.24491) 12813 : cluster [DBG] pgmap v11321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:51.977385+0000 mgr.y (mgr.24491) 12813 : cluster [DBG] pgmap v11321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:53.733 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:49:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:51.977385+0000 mgr.y (mgr.24491) 12813 : cluster [DBG] pgmap v11321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:54.007 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:49:54.007 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:49:54.007 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:49:54.007 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:49:54.007 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:49:54.007 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:49:54.007 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:49:54.007 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:49:54.007 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:49:54.007 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:49:54.007 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:49:54.008 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:49:54.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:49:54.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 9m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:49:54.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 9m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:49:54.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 9m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:49:54.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:49:54.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:49:54.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:49:54.008 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:49:54.008 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:49:54.342 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:49:54.342 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:49:54.343 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:49:54.343 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:49:54.343 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:49:54.343 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:49:54.343 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:49:54.343 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:49:54.343 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:49:54.343 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:49:54.343 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:49:54.343 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:49:54.343 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:49:54.344 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:49:54.344 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:49:54.344 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:49:54.344 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:49:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:49:53.722388+0000 mgr.y (mgr.24491) 12814 : audit [DBG] from='client.28020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:53.977706+0000 mgr.y (mgr.24491) 12815 : cluster [DBG] pgmap v11322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:49:54.000539+0000 mgr.y (mgr.24491) 12816 : audit [DBG] from='client.28026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:49:54.343828+0000 mon.a (mon.0) 2857 : audit [DBG] from='client.? 172.21.15.177:0/393013378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:49:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:49:53.722388+0000 mgr.y (mgr.24491) 12814 : audit [DBG] from='client.28020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:53.977706+0000 mgr.y (mgr.24491) 12815 : cluster [DBG] pgmap v11322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:49:54.000539+0000 mgr.y (mgr.24491) 12816 : audit [DBG] from='client.28026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:49:54.343828+0000 mon.a (mon.0) 2857 : audit [DBG] from='client.? 172.21.15.177:0/393013378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:49:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:49:53.722388+0000 mgr.y (mgr.24491) 12814 : audit [DBG] from='client.28020 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:53.977706+0000 mgr.y (mgr.24491) 12815 : cluster [DBG] pgmap v11322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:49:54.000539+0000 mgr.y (mgr.24491) 12816 : audit [DBG] from='client.28026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:49:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:49:54.343828+0000 mon.a (mon.0) 2857 : audit [DBG] from='client.? 172.21.15.177:0/393013378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:49:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:55.978469+0000 mgr.y (mgr.24491) 12817 : cluster [DBG] pgmap v11323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:55.978469+0000 mgr.y (mgr.24491) 12817 : cluster [DBG] pgmap v11323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:55.978469+0000 mgr.y (mgr.24491) 12817 : cluster [DBG] pgmap v11323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:49:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:49:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:57.979054+0000 mgr.y (mgr.24491) 12818 : cluster [DBG] pgmap v11324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:57.979054+0000 mgr.y (mgr.24491) 12818 : cluster [DBG] pgmap v11324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:49:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:49:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:57.979054+0000 mgr.y (mgr.24491) 12818 : cluster [DBG] pgmap v11324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:00.330 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T09:49:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:50:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:00.000114+0000 mon.a (mon.0) 2858 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:50:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:00.000114+0000 mon.a (mon.0) 2858 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:50:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:00.000114+0000 mon.a (mon.0) 2858 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T09:50:01.333 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:50:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:49:59.979913+0000 mgr.y (mgr.24491) 12819 : cluster [DBG] pgmap v11325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:49:59.979913+0000 mgr.y (mgr.24491) 12819 : cluster [DBG] pgmap v11325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:49:59.979913+0000 mgr.y (mgr.24491) 12819 : cluster [DBG] pgmap v11325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:01.980315+0000 mgr.y (mgr.24491) 12820 : cluster [DBG] pgmap v11326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:01.980315+0000 mgr.y (mgr.24491) 12820 : cluster [DBG] pgmap v11326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:01.980315+0000 mgr.y (mgr.24491) 12820 : cluster [DBG] pgmap v11326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:03.980693+0000 mgr.y (mgr.24491) 12821 : cluster [DBG] pgmap v11327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:03.980693+0000 mgr.y (mgr.24491) 12821 : cluster [DBG] pgmap v11327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:03.980693+0000 mgr.y (mgr.24491) 12821 : cluster [DBG] pgmap v11327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:05.981411+0000 mgr.y (mgr.24491) 12822 : cluster [DBG] pgmap v11328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:05.981411+0000 mgr.y (mgr.24491) 12822 : cluster [DBG] pgmap v11328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:05.981411+0000 mgr.y (mgr.24491) 12822 : cluster [DBG] pgmap v11328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:50:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:07.981823+0000 mgr.y (mgr.24491) 12823 : cluster [DBG] pgmap v11329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:07.981823+0000 mgr.y (mgr.24491) 12823 : cluster [DBG] pgmap v11329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:07.981823+0000 mgr.y (mgr.24491) 12823 : cluster [DBG] pgmap v11329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:11.351 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:50:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:09.982495+0000 mgr.y (mgr.24491) 12824 : cluster [DBG] pgmap v11330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:09.982495+0000 mgr.y (mgr.24491) 12824 : cluster [DBG] pgmap v11330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:09.982495+0000 mgr.y (mgr.24491) 12824 : cluster [DBG] pgmap v11330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:11.982934+0000 mgr.y (mgr.24491) 12825 : cluster [DBG] pgmap v11331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:11.982934+0000 mgr.y (mgr.24491) 12825 : cluster [DBG] pgmap v11331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:11.982934+0000 mgr.y (mgr.24491) 12825 : cluster [DBG] pgmap v11331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:13.983317+0000 mgr.y (mgr.24491) 12826 : cluster [DBG] pgmap v11332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:13.983317+0000 mgr.y (mgr.24491) 12826 : cluster [DBG] pgmap v11332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:15.661 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:13.983317+0000 mgr.y (mgr.24491) 12826 : cluster [DBG] pgmap v11332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:17.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:15.984121+0000 mgr.y (mgr.24491) 12827 : cluster [DBG] pgmap v11333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:17.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:15.984121+0000 mgr.y (mgr.24491) 12827 : cluster [DBG] pgmap v11333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:15.984121+0000 mgr.y (mgr.24491) 12827 : cluster [DBG] pgmap v11333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:50:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:17.984639+0000 mgr.y (mgr.24491) 12828 : cluster [DBG] pgmap v11334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:17.984639+0000 mgr.y (mgr.24491) 12828 : cluster [DBG] pgmap v11334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:17.984639+0000 mgr.y (mgr.24491) 12828 : cluster [DBG] pgmap v11334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:21.367 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:50:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:19.985326+0000 mgr.y (mgr.24491) 12829 : cluster [DBG] pgmap v11335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:19.985326+0000 mgr.y (mgr.24491) 12829 : cluster [DBG] pgmap v11335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:19.985326+0000 mgr.y (mgr.24491) 12829 : cluster [DBG] pgmap v11335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:21.985840+0000 mgr.y (mgr.24491) 12830 : cluster [DBG] pgmap v11336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:21.985840+0000 mgr.y (mgr.24491) 12830 : cluster [DBG] pgmap v11336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:21.985840+0000 mgr.y (mgr.24491) 12830 : cluster [DBG] pgmap v11336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:24.652 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 1055M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 541M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 547M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:50:24.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 9m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:50:24.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 9m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:50:24.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 9m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:50:24.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:50:24.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:50:24.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:50:24.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:50:24.928 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 110M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:50:25.262 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:50:25.262 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:50:25.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:50:25.262 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:50:25.262 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:50:25.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:50:25.262 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:50:25.262 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:50:25.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:50:25.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:50:25.263 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:50:25.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:50:25.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:50:25.263 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:50:25.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:50:25.263 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:50:25.263 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:50:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:23.986246+0000 mgr.y (mgr.24491) 12831 : cluster [DBG] pgmap v11337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:25.263463+0000 mon.a (mon.0) 2859 : audit [DBG] from='client.? 172.21.15.177:0/3279310489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:50:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:23.986246+0000 mgr.y (mgr.24491) 12831 : cluster [DBG] pgmap v11337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:25.263463+0000 mon.a (mon.0) 2859 : audit [DBG] from='client.? 172.21.15.177:0/3279310489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:50:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:23.986246+0000 mgr.y (mgr.24491) 12831 : cluster [DBG] pgmap v11337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:25.263463+0000 mon.a (mon.0) 2859 : audit [DBG] from='client.? 172.21.15.177:0/3279310489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:50:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:24.641582+0000 mgr.y (mgr.24491) 12832 : audit [DBG] from='client.37949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:24.920822+0000 mgr.y (mgr.24491) 12833 : audit [DBG] from='client.28044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:24.641582+0000 mgr.y (mgr.24491) 12832 : audit [DBG] from='client.37949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:24.920822+0000 mgr.y (mgr.24491) 12833 : audit [DBG] from='client.28044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:24.641582+0000 mgr.y (mgr.24491) 12832 : audit [DBG] from='client.37949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:24.920822+0000 mgr.y (mgr.24491) 12833 : audit [DBG] from='client.28044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:25.986858+0000 mgr.y (mgr.24491) 12834 : cluster [DBG] pgmap v11338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:25.986858+0000 mgr.y (mgr.24491) 12834 : cluster [DBG] pgmap v11338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:25.986858+0000 mgr.y (mgr.24491) 12834 : cluster [DBG] pgmap v11338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:50:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:27.987307+0000 mgr.y (mgr.24491) 12835 : cluster [DBG] pgmap v11339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:27.987307+0000 mgr.y (mgr.24491) 12835 : cluster [DBG] pgmap v11339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:27.987307+0000 mgr.y (mgr.24491) 12835 : cluster [DBG] pgmap v11339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:31.391 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:50:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:29.987914+0000 mgr.y (mgr.24491) 12836 : cluster [DBG] pgmap v11340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:29.987914+0000 mgr.y (mgr.24491) 12836 : cluster [DBG] pgmap v11340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:29.987914+0000 mgr.y (mgr.24491) 12836 : cluster [DBG] pgmap v11340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:31.988521+0000 mgr.y (mgr.24491) 12837 : cluster [DBG] pgmap v11341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:31.988521+0000 mgr.y (mgr.24491) 12837 : cluster [DBG] pgmap v11341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:31.988521+0000 mgr.y (mgr.24491) 12837 : cluster [DBG] pgmap v11341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:33.989132+0000 mgr.y (mgr.24491) 12838 : cluster [DBG] pgmap v11342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:35.146056+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:50:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:33.989132+0000 mgr.y (mgr.24491) 12838 : cluster [DBG] pgmap v11342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:35.146056+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:50:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:33.989132+0000 mgr.y (mgr.24491) 12838 : cluster [DBG] pgmap v11342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:35.146056+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:50:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:35.989821+0000 mgr.y (mgr.24491) 12839 : cluster [DBG] pgmap v11343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:35.989821+0000 mgr.y (mgr.24491) 12839 : cluster [DBG] pgmap v11343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:35.989821+0000 mgr.y (mgr.24491) 12839 : cluster [DBG] pgmap v11343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T09:50:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:37.688138+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:50:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:37.990168+0000 mgr.y (mgr.24491) 12840 : cluster [DBG] pgmap v11344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:38.399281+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:50:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:38.678387+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:50:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:38.679227+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:50:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:38.684570+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:50:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:37.688138+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:50:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:37.990168+0000 mgr.y (mgr.24491) 12840 : cluster [DBG] pgmap v11344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:38.399281+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:50:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:38.678387+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:50:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:38.679227+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:50:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:38.684570+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:50:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:37.688138+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:50:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:37.990168+0000 mgr.y (mgr.24491) 12840 : cluster [DBG] pgmap v11344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:38.399281+0000 mon.a (mon.0) 2862 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:50:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:38.678387+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:50:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:38.679227+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:50:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:38.684570+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:50:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:39.990774+0000 mgr.y (mgr.24491) 12841 : cluster [DBG] pgmap v11345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:39.990774+0000 mgr.y (mgr.24491) 12841 : cluster [DBG] pgmap v11345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:39.990774+0000 mgr.y (mgr.24491) 12841 : cluster [DBG] pgmap v11345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:50:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:41.991278+0000 mgr.y (mgr.24491) 12842 : cluster [DBG] pgmap v11346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:41.991278+0000 mgr.y (mgr.24491) 12842 : cluster [DBG] pgmap v11346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:41.991278+0000 mgr.y (mgr.24491) 12842 : cluster [DBG] pgmap v11346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:43.991749+0000 mgr.y (mgr.24491) 12843 : cluster [DBG] pgmap v11347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:43.991749+0000 mgr.y (mgr.24491) 12843 : cluster [DBG] pgmap v11347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:43.991749+0000 mgr.y (mgr.24491) 12843 : cluster [DBG] pgmap v11347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:45.992421+0000 mgr.y (mgr.24491) 12844 : cluster [DBG] pgmap v11348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:45.992421+0000 mgr.y (mgr.24491) 12844 : cluster [DBG] pgmap v11348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:45.992421+0000 mgr.y (mgr.24491) 12844 : cluster [DBG] pgmap v11348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:50:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:47.992832+0000 mgr.y (mgr.24491) 12845 : cluster [DBG] pgmap v11349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:47.992832+0000 mgr.y (mgr.24491) 12845 : cluster [DBG] pgmap v11349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:47.992832+0000 mgr.y (mgr.24491) 12845 : cluster [DBG] pgmap v11349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:49.993427+0000 mgr.y (mgr.24491) 12846 : cluster [DBG] pgmap v11350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:49.993427+0000 mgr.y (mgr.24491) 12846 : cluster [DBG] pgmap v11350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:49.993427+0000 mgr.y (mgr.24491) 12846 : cluster [DBG] pgmap v11350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:50:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:51.993987+0000 mgr.y (mgr.24491) 12847 : cluster [DBG] pgmap v11351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:51.993987+0000 mgr.y (mgr.24491) 12847 : cluster [DBG] pgmap v11351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:51.993987+0000 mgr.y (mgr.24491) 12847 : cluster [DBG] pgmap v11351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:53.994430+0000 mgr.y (mgr.24491) 12848 : cluster [DBG] pgmap v11352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:53.994430+0000 mgr.y (mgr.24491) 12848 : cluster [DBG] pgmap v11352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:53.994430+0000 mgr.y (mgr.24491) 12848 : cluster [DBG] pgmap v11352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:55.574 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:50:55.849 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 18s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 17s ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 18s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 17s ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 17s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 18s ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 18s ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 17s ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 18s ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 18s ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 17s ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 18s ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:50:55.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 18s ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:50:55.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 18s ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:50:55.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 18s ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:50:55.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 17s ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:50:55.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 17s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:50:55.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 17s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:50:55.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 17s ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:50:55.851 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 17s ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:50:56.186 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:50:56.186 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:50:56.187 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:50:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:55.563543+0000 mgr.y (mgr.24491) 12849 : audit [DBG] from='client.28056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:55.563543+0000 mgr.y (mgr.24491) 12849 : audit [DBG] from='client.28056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:55.563543+0000 mgr.y (mgr.24491) 12849 : audit [DBG] from='client.28056 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:55.843011+0000 mgr.y (mgr.24491) 12850 : audit [DBG] from='client.28062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:55.995009+0000 mgr.y (mgr.24491) 12851 : cluster [DBG] pgmap v11353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:50:56.187963+0000 mon.a (mon.0) 2866 : audit [DBG] from='client.? 172.21.15.177:0/3263534496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:50:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:55.843011+0000 mgr.y (mgr.24491) 12850 : audit [DBG] from='client.28062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:55.995009+0000 mgr.y (mgr.24491) 12851 : cluster [DBG] pgmap v11353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:57.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:50:56.187963+0000 mon.a (mon.0) 2866 : audit [DBG] from='client.? 172.21.15.177:0/3263534496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:50:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:55.843011+0000 mgr.y (mgr.24491) 12850 : audit [DBG] from='client.28062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:50:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:55.995009+0000 mgr.y (mgr.24491) 12851 : cluster [DBG] pgmap v11353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:50:56.187963+0000 mon.a (mon.0) 2866 : audit [DBG] from='client.? 172.21.15.177:0/3263534496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:50:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:50:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:50:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:57.995537+0000 mgr.y (mgr.24491) 12852 : cluster [DBG] pgmap v11354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:57.995537+0000 mgr.y (mgr.24491) 12852 : cluster [DBG] pgmap v11354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:50:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:50:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:57.995537+0000 mgr.y (mgr.24491) 12852 : cluster [DBG] pgmap v11354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:50:59.996247+0000 mgr.y (mgr.24491) 12853 : cluster [DBG] pgmap v11355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:50:59.996247+0000 mgr.y (mgr.24491) 12853 : cluster [DBG] pgmap v11355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:50:59.996247+0000 mgr.y (mgr.24491) 12853 : cluster [DBG] pgmap v11355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:51:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:01.996691+0000 mgr.y (mgr.24491) 12854 : cluster [DBG] pgmap v11356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:01.996691+0000 mgr.y (mgr.24491) 12854 : cluster [DBG] pgmap v11356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:01.996691+0000 mgr.y (mgr.24491) 12854 : cluster [DBG] pgmap v11356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:03.997119+0000 mgr.y (mgr.24491) 12855 : cluster [DBG] pgmap v11357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:03.997119+0000 mgr.y (mgr.24491) 12855 : cluster [DBG] pgmap v11357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:03.997119+0000 mgr.y (mgr.24491) 12855 : cluster [DBG] pgmap v11357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:05.997826+0000 mgr.y (mgr.24491) 12856 : cluster [DBG] pgmap v11358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:05.997826+0000 mgr.y (mgr.24491) 12856 : cluster [DBG] pgmap v11358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:05.997826+0000 mgr.y (mgr.24491) 12856 : cluster [DBG] pgmap v11358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:51:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:07.998393+0000 mgr.y (mgr.24491) 12857 : cluster [DBG] pgmap v11359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:07.998393+0000 mgr.y (mgr.24491) 12857 : cluster [DBG] pgmap v11359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:07.998393+0000 mgr.y (mgr.24491) 12857 : cluster [DBG] pgmap v11359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:09.999075+0000 mgr.y (mgr.24491) 12858 : cluster [DBG] pgmap v11360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:09.999075+0000 mgr.y (mgr.24491) 12858 : cluster [DBG] pgmap v11360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:09.999075+0000 mgr.y (mgr.24491) 12858 : cluster [DBG] pgmap v11360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:51:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:11.999498+0000 mgr.y (mgr.24491) 12859 : cluster [DBG] pgmap v11361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:11.999498+0000 mgr.y (mgr.24491) 12859 : cluster [DBG] pgmap v11361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:11.999498+0000 mgr.y (mgr.24491) 12859 : cluster [DBG] pgmap v11361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:13.999965+0000 mgr.y (mgr.24491) 12860 : cluster [DBG] pgmap v11362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:13.999965+0000 mgr.y (mgr.24491) 12860 : cluster [DBG] pgmap v11362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:13.999965+0000 mgr.y (mgr.24491) 12860 : cluster [DBG] pgmap v11362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:16.000704+0000 mgr.y (mgr.24491) 12861 : cluster [DBG] pgmap v11363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:16.000704+0000 mgr.y (mgr.24491) 12861 : cluster [DBG] pgmap v11363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:16.000704+0000 mgr.y (mgr.24491) 12861 : cluster [DBG] pgmap v11363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:51:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:18.001267+0000 mgr.y (mgr.24491) 12862 : cluster [DBG] pgmap v11364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:18.001267+0000 mgr.y (mgr.24491) 12862 : cluster [DBG] pgmap v11364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:18.001267+0000 mgr.y (mgr.24491) 12862 : cluster [DBG] pgmap v11364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:20.001992+0000 mgr.y (mgr.24491) 12863 : cluster [DBG] pgmap v11365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:20.001992+0000 mgr.y (mgr.24491) 12863 : cluster [DBG] pgmap v11365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:20.001992+0000 mgr.y (mgr.24491) 12863 : cluster [DBG] pgmap v11365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:51:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:22.002443+0000 mgr.y (mgr.24491) 12864 : cluster [DBG] pgmap v11366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:22.002443+0000 mgr.y (mgr.24491) 12864 : cluster [DBG] pgmap v11366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:22.002443+0000 mgr.y (mgr.24491) 12864 : cluster [DBG] pgmap v11366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:24.002899+0000 mgr.y (mgr.24491) 12865 : cluster [DBG] pgmap v11367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:24.002899+0000 mgr.y (mgr.24491) 12865 : cluster [DBG] pgmap v11367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:24.002899+0000 mgr.y (mgr.24491) 12865 : cluster [DBG] pgmap v11367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:26.496 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:51:26.770 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:51:26.770 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 49s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:51:26.770 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 48s ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:51:26.770 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 49s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 48s ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 48s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 49s ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 49s ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 48s ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 49s ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 49s ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 48s ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 49s ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 49s ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 49s ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 49s ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 48s ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 48s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:51:26.771 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 48s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:51:26.772 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 48s ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:51:26.772 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 48s ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:51:27.103 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:51:27.103 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:51:27.103 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:51:27.103 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:51:27.103 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:51:27.103 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:51:27.103 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:51:27.103 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:51:27.103 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:51:27.103 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:51:27.104 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:51:27.104 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:51:27.104 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:51:27.104 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:51:27.104 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:51:27.104 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:51:27.104 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:51:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:26.003603+0000 mgr.y (mgr.24491) 12866 : cluster [DBG] pgmap v11368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:51:26.485159+0000 mgr.y (mgr.24491) 12867 : audit [DBG] from='client.37985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:51:27.104311+0000 mon.c (mon.2) 414 : audit [DBG] from='client.? 172.21.15.177:0/4047534230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:51:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:26.003603+0000 mgr.y (mgr.24491) 12866 : cluster [DBG] pgmap v11368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:51:26.485159+0000 mgr.y (mgr.24491) 12867 : audit [DBG] from='client.37985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:51:27.104311+0000 mon.c (mon.2) 414 : audit [DBG] from='client.? 172.21.15.177:0/4047534230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:51:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:26.003603+0000 mgr.y (mgr.24491) 12866 : cluster [DBG] pgmap v11368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:51:26.485159+0000 mgr.y (mgr.24491) 12867 : audit [DBG] from='client.37985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:51:27.104311+0000 mon.c (mon.2) 414 : audit [DBG] from='client.? 172.21.15.177:0/4047534230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:51:28.133 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:51:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:51:26.763842+0000 mgr.y (mgr.24491) 12868 : audit [DBG] from='client.37991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:51:26.763842+0000 mgr.y (mgr.24491) 12868 : audit [DBG] from='client.37991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:51:26.763842+0000 mgr.y (mgr.24491) 12868 : audit [DBG] from='client.37991 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:28.004032+0000 mgr.y (mgr.24491) 12869 : cluster [DBG] pgmap v11369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:28.004032+0000 mgr.y (mgr.24491) 12869 : cluster [DBG] pgmap v11369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:28.004032+0000 mgr.y (mgr.24491) 12869 : cluster [DBG] pgmap v11369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:30.004647+0000 mgr.y (mgr.24491) 12870 : cluster [DBG] pgmap v11370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:30.004647+0000 mgr.y (mgr.24491) 12870 : cluster [DBG] pgmap v11370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:30.004647+0000 mgr.y (mgr.24491) 12870 : cluster [DBG] pgmap v11370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:51:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:32.005105+0000 mgr.y (mgr.24491) 12871 : cluster [DBG] pgmap v11371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:32.005105+0000 mgr.y (mgr.24491) 12871 : cluster [DBG] pgmap v11371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:32.005105+0000 mgr.y (mgr.24491) 12871 : cluster [DBG] pgmap v11371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:34.005588+0000 mgr.y (mgr.24491) 12872 : cluster [DBG] pgmap v11372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:34.005588+0000 mgr.y (mgr.24491) 12872 : cluster [DBG] pgmap v11372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:34.005588+0000 mgr.y (mgr.24491) 12872 : cluster [DBG] pgmap v11372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:36.006205+0000 mgr.y (mgr.24491) 12873 : cluster [DBG] pgmap v11373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:36.006205+0000 mgr.y (mgr.24491) 12873 : cluster [DBG] pgmap v11373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:36.006205+0000 mgr.y (mgr.24491) 12873 : cluster [DBG] pgmap v11373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:51:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:38.006688+0000 mgr.y (mgr.24491) 12874 : cluster [DBG] pgmap v11374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:51:38.690062+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:51:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:51:38.987085+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:51:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:51:38.987681+0000 mon.a (mon.0) 2869 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:51:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:51:38.991709+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:51:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:38.006688+0000 mgr.y (mgr.24491) 12874 : cluster [DBG] pgmap v11374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:51:38.690062+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:51:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:51:38.987085+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:51:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:51:38.987681+0000 mon.a (mon.0) 2869 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:51:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:51:38.991709+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:51:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:38.006688+0000 mgr.y (mgr.24491) 12874 : cluster [DBG] pgmap v11374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:51:38.690062+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:51:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:51:38.987085+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:51:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:51:38.987681+0000 mon.a (mon.0) 2869 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:51:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:51:38.991709+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:51:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:40.007406+0000 mgr.y (mgr.24491) 12875 : cluster [DBG] pgmap v11375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:51:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:40.007406+0000 mgr.y (mgr.24491) 12875 : cluster [DBG] pgmap v11375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:40.007406+0000 mgr.y (mgr.24491) 12875 : cluster [DBG] pgmap v11375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:42.007971+0000 mgr.y (mgr.24491) 12876 : cluster [DBG] pgmap v11376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:42.007971+0000 mgr.y (mgr.24491) 12876 : cluster [DBG] pgmap v11376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:42.007971+0000 mgr.y (mgr.24491) 12876 : cluster [DBG] pgmap v11376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:44.008351+0000 mgr.y (mgr.24491) 12877 : cluster [DBG] pgmap v11377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:44.008351+0000 mgr.y (mgr.24491) 12877 : cluster [DBG] pgmap v11377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:44.008351+0000 mgr.y (mgr.24491) 12877 : cluster [DBG] pgmap v11377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:46.009065+0000 mgr.y (mgr.24491) 12878 : cluster [DBG] pgmap v11378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:46.009065+0000 mgr.y (mgr.24491) 12878 : cluster [DBG] pgmap v11378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:46.009065+0000 mgr.y (mgr.24491) 12878 : cluster [DBG] pgmap v11378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:51:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:48.009498+0000 mgr.y (mgr.24491) 12879 : cluster [DBG] pgmap v11379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:48.009498+0000 mgr.y (mgr.24491) 12879 : cluster [DBG] pgmap v11379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:48.009498+0000 mgr.y (mgr.24491) 12879 : cluster [DBG] pgmap v11379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:50.010384+0000 mgr.y (mgr.24491) 12880 : cluster [DBG] pgmap v11380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:51:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:50.010384+0000 mgr.y (mgr.24491) 12880 : cluster [DBG] pgmap v11380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:50.010384+0000 mgr.y (mgr.24491) 12880 : cluster [DBG] pgmap v11380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:52.010743+0000 mgr.y (mgr.24491) 12881 : cluster [DBG] pgmap v11381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:52.010743+0000 mgr.y (mgr.24491) 12881 : cluster [DBG] pgmap v11381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:52.010743+0000 mgr.y (mgr.24491) 12881 : cluster [DBG] pgmap v11381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:54.011240+0000 mgr.y (mgr.24491) 12882 : cluster [DBG] pgmap v11382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:54.011240+0000 mgr.y (mgr.24491) 12882 : cluster [DBG] pgmap v11382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:54.011240+0000 mgr.y (mgr.24491) 12882 : cluster [DBG] pgmap v11382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:57.413 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:51:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:56.011869+0000 mgr.y (mgr.24491) 12883 : cluster [DBG] pgmap v11383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:56.011869+0000 mgr.y (mgr.24491) 12883 : cluster [DBG] pgmap v11383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:56.011869+0000 mgr.y (mgr.24491) 12883 : cluster [DBG] pgmap v11383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 80s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 79s ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 80s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 79s ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 79s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 80s ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 80s ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 79s ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 80s ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 80s ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 79s ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 80s ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:51:57.691 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 80s ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:51:57.692 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 80s ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:51:57.692 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 80s ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:51:57.692 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 79s ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:51:57.692 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 79s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:51:57.692 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 79s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:51:57.692 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 79s ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:51:57.692 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 79s ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:51:58.023 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:51:58.023 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:51:58.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:51:58.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:51:58.023 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:51:58.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:51:58.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:51:58.024 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:51:58.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:51:58.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:51:58.024 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:51:58.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:51:58.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:51:58.024 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:51:58.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:51:58.024 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:51:58.024 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:51:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:51:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:51:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:51:57.402653+0000 mgr.y (mgr.24491) 12884 : audit [DBG] from='client.28092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:51:58.024464+0000 mon.c (mon.2) 415 : audit [DBG] from='client.? 172.21.15.177:0/673731342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:51:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:51:57.402653+0000 mgr.y (mgr.24491) 12884 : audit [DBG] from='client.28092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:51:58.024464+0000 mon.c (mon.2) 415 : audit [DBG] from='client.? 172.21.15.177:0/673731342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:51:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:51:57.402653+0000 mgr.y (mgr.24491) 12884 : audit [DBG] from='client.28092 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:51:58.024464+0000 mon.c (mon.2) 415 : audit [DBG] from='client.? 172.21.15.177:0/673731342' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:51:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:51:57.684247+0000 mgr.y (mgr.24491) 12885 : audit [DBG] from='client.38009 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:51:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:51:58.012192+0000 mgr.y (mgr.24491) 12886 : cluster [DBG] pgmap v11384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:51:57.684247+0000 mgr.y (mgr.24491) 12885 : audit [DBG] from='client.38009 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:51:58.012192+0000 mgr.y (mgr.24491) 12886 : cluster [DBG] pgmap v11384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:51:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:51:57.684247+0000 mgr.y (mgr.24491) 12885 : audit [DBG] from='client.38009 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:51:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:51:58.012192+0000 mgr.y (mgr.24491) 12886 : cluster [DBG] pgmap v11384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:00.013044+0000 mgr.y (mgr.24491) 12887 : cluster [DBG] pgmap v11385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:52:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:00.013044+0000 mgr.y (mgr.24491) 12887 : cluster [DBG] pgmap v11385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:00.013044+0000 mgr.y (mgr.24491) 12887 : cluster [DBG] pgmap v11385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:02.013404+0000 mgr.y (mgr.24491) 12888 : cluster [DBG] pgmap v11386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:02.013404+0000 mgr.y (mgr.24491) 12888 : cluster [DBG] pgmap v11386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:02.013404+0000 mgr.y (mgr.24491) 12888 : cluster [DBG] pgmap v11386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:04.013904+0000 mgr.y (mgr.24491) 12889 : cluster [DBG] pgmap v11387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:04.013904+0000 mgr.y (mgr.24491) 12889 : cluster [DBG] pgmap v11387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:04.013904+0000 mgr.y (mgr.24491) 12889 : cluster [DBG] pgmap v11387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:06.014579+0000 mgr.y (mgr.24491) 12890 : cluster [DBG] pgmap v11388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:06.014579+0000 mgr.y (mgr.24491) 12890 : cluster [DBG] pgmap v11388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:06.014579+0000 mgr.y (mgr.24491) 12890 : cluster [DBG] pgmap v11388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:52:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:08.015118+0000 mgr.y (mgr.24491) 12891 : cluster [DBG] pgmap v11389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:08.015118+0000 mgr.y (mgr.24491) 12891 : cluster [DBG] pgmap v11389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:08.015118+0000 mgr.y (mgr.24491) 12891 : cluster [DBG] pgmap v11389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:10.015735+0000 mgr.y (mgr.24491) 12892 : cluster [DBG] pgmap v11390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:52:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:10.015735+0000 mgr.y (mgr.24491) 12892 : cluster [DBG] pgmap v11390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:10.015735+0000 mgr.y (mgr.24491) 12892 : cluster [DBG] pgmap v11390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:12.016227+0000 mgr.y (mgr.24491) 12893 : cluster [DBG] pgmap v11391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:12.016227+0000 mgr.y (mgr.24491) 12893 : cluster [DBG] pgmap v11391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:12.016227+0000 mgr.y (mgr.24491) 12893 : cluster [DBG] pgmap v11391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:14.016850+0000 mgr.y (mgr.24491) 12894 : cluster [DBG] pgmap v11392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:14.016850+0000 mgr.y (mgr.24491) 12894 : cluster [DBG] pgmap v11392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:14.016850+0000 mgr.y (mgr.24491) 12894 : cluster [DBG] pgmap v11392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:16.017550+0000 mgr.y (mgr.24491) 12895 : cluster [DBG] pgmap v11393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:16.017550+0000 mgr.y (mgr.24491) 12895 : cluster [DBG] pgmap v11393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:16.017550+0000 mgr.y (mgr.24491) 12895 : cluster [DBG] pgmap v11393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:52:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:18.018016+0000 mgr.y (mgr.24491) 12896 : cluster [DBG] pgmap v11394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:18.018016+0000 mgr.y (mgr.24491) 12896 : cluster [DBG] pgmap v11394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:18.018016+0000 mgr.y (mgr.24491) 12896 : cluster [DBG] pgmap v11394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:20.018778+0000 mgr.y (mgr.24491) 12897 : cluster [DBG] pgmap v11395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:52:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:20.018778+0000 mgr.y (mgr.24491) 12897 : cluster [DBG] pgmap v11395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:20.018778+0000 mgr.y (mgr.24491) 12897 : cluster [DBG] pgmap v11395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:22.019251+0000 mgr.y (mgr.24491) 12898 : cluster [DBG] pgmap v11396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:22.019251+0000 mgr.y (mgr.24491) 12898 : cluster [DBG] pgmap v11396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:22.019251+0000 mgr.y (mgr.24491) 12898 : cluster [DBG] pgmap v11396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:24.019652+0000 mgr.y (mgr.24491) 12899 : cluster [DBG] pgmap v11397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:24.019652+0000 mgr.y (mgr.24491) 12899 : cluster [DBG] pgmap v11397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:24.019652+0000 mgr.y (mgr.24491) 12899 : cluster [DBG] pgmap v11397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:26.020300+0000 mgr.y (mgr.24491) 12900 : cluster [DBG] pgmap v11398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:26.020300+0000 mgr.y (mgr.24491) 12900 : cluster [DBG] pgmap v11398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:26.020300+0000 mgr.y (mgr.24491) 12900 : cluster [DBG] pgmap v11398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:52:28.337 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:52:28.611 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:52:28.611 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 110s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:52:28.611 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 110s ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:52:28.611 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 110s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:52:28.611 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 110s ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 110s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 110s ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 110s ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 110s ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 110s ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 110s ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 110s ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 110s ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 110s ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 110s ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 110s ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 110s ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 110s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 110s ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:52:28.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 110s ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:52:28.613 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 110s ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:52:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:52:28.948 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:52:28.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:52:28.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:52:28.948 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:52:28.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:52:28.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:52:28.948 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:52:28.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:52:28.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:52:28.948 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:52:28.949 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:52:28.949 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:52:28.949 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:52:28.949 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:52:28.949 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:52:28.949 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:52:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:28.020837+0000 mgr.y (mgr.24491) 12901 : cluster [DBG] pgmap v11399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:52:28.326497+0000 mgr.y (mgr.24491) 12902 : audit [DBG] from='client.38021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:52:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:52:28.605005+0000 mgr.y (mgr.24491) 12903 : audit [DBG] from='client.28116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:52:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:52:28.949273+0000 mon.c (mon.2) 416 : audit [DBG] from='client.? 172.21.15.177:0/1670325029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:52:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:28.020837+0000 mgr.y (mgr.24491) 12901 : cluster [DBG] pgmap v11399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:52:28.326497+0000 mgr.y (mgr.24491) 12902 : audit [DBG] from='client.38021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:52:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:52:28.605005+0000 mgr.y (mgr.24491) 12903 : audit [DBG] from='client.28116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:52:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:52:28.949273+0000 mon.c (mon.2) 416 : audit [DBG] from='client.? 172.21.15.177:0/1670325029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:52:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:28.020837+0000 mgr.y (mgr.24491) 12901 : cluster [DBG] pgmap v11399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:52:28.326497+0000 mgr.y (mgr.24491) 12902 : audit [DBG] from='client.38021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:52:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:52:28.605005+0000 mgr.y (mgr.24491) 12903 : audit [DBG] from='client.28116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:52:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:52:28.949273+0000 mon.c (mon.2) 416 : audit [DBG] from='client.? 172.21.15.177:0/1670325029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:52:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:30.021492+0000 mgr.y (mgr.24491) 12904 : cluster [DBG] pgmap v11400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:52:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:30.021492+0000 mgr.y (mgr.24491) 12904 : cluster [DBG] pgmap v11400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:30.021492+0000 mgr.y (mgr.24491) 12904 : cluster [DBG] pgmap v11400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:32.021895+0000 mgr.y (mgr.24491) 12905 : cluster [DBG] pgmap v11401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:32.021895+0000 mgr.y (mgr.24491) 12905 : cluster [DBG] pgmap v11401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:32.021895+0000 mgr.y (mgr.24491) 12905 : cluster [DBG] pgmap v11401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:34.022331+0000 mgr.y (mgr.24491) 12906 : cluster [DBG] pgmap v11402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:34.022331+0000 mgr.y (mgr.24491) 12906 : cluster [DBG] pgmap v11402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:34.022331+0000 mgr.y (mgr.24491) 12906 : cluster [DBG] pgmap v11402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:36.023243+0000 mgr.y (mgr.24491) 12907 : cluster [DBG] pgmap v11403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:36.023243+0000 mgr.y (mgr.24491) 12907 : cluster [DBG] pgmap v11403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:36.023243+0000 mgr.y (mgr.24491) 12907 : cluster [DBG] pgmap v11403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:52:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:38.023630+0000 mgr.y (mgr.24491) 12908 : cluster [DBG] pgmap v11404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:52:38.996114+0000 mon.a (mon.0) 2871 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:52:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:38.023630+0000 mgr.y (mgr.24491) 12908 : cluster [DBG] pgmap v11404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:52:38.996114+0000 mon.a (mon.0) 2871 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:52:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:38.023630+0000 mgr.y (mgr.24491) 12908 : cluster [DBG] pgmap v11404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:52:38.996114+0000 mon.a (mon.0) 2871 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:52:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:52:39.290407+0000 mon.a (mon.0) 2872 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:52:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:52:39.291034+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:52:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:52:39.295229+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:52:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:52:39.290407+0000 mon.a (mon.0) 2872 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:52:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:52:39.291034+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:52:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:52:39.295229+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:52:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:52:39.290407+0000 mon.a (mon.0) 2872 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:52:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:52:39.291034+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:52:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:52:39.295229+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:52:41.295 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:52:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:40.024223+0000 mgr.y (mgr.24491) 12909 : cluster [DBG] pgmap v11405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:40.024223+0000 mgr.y (mgr.24491) 12909 : cluster [DBG] pgmap v11405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:40.024223+0000 mgr.y (mgr.24491) 12909 : cluster [DBG] pgmap v11405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:42.024627+0000 mgr.y (mgr.24491) 12910 : cluster [DBG] pgmap v11406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:42.024627+0000 mgr.y (mgr.24491) 12910 : cluster [DBG] pgmap v11406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:42.024627+0000 mgr.y (mgr.24491) 12910 : cluster [DBG] pgmap v11406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:44.025254+0000 mgr.y (mgr.24491) 12911 : cluster [DBG] pgmap v11407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:44.025254+0000 mgr.y (mgr.24491) 12911 : cluster [DBG] pgmap v11407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:44.025254+0000 mgr.y (mgr.24491) 12911 : cluster [DBG] pgmap v11407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:46.025841+0000 mgr.y (mgr.24491) 12912 : cluster [DBG] pgmap v11408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:46.025841+0000 mgr.y (mgr.24491) 12912 : cluster [DBG] pgmap v11408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:46.025841+0000 mgr.y (mgr.24491) 12912 : cluster [DBG] pgmap v11408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:52:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:48.026439+0000 mgr.y (mgr.24491) 12913 : cluster [DBG] pgmap v11409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:48.026439+0000 mgr.y (mgr.24491) 12913 : cluster [DBG] pgmap v11409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:48.026439+0000 mgr.y (mgr.24491) 12913 : cluster [DBG] pgmap v11409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:51.311 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:52:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:50.027135+0000 mgr.y (mgr.24491) 12914 : cluster [DBG] pgmap v11410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:50.027135+0000 mgr.y (mgr.24491) 12914 : cluster [DBG] pgmap v11410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:50.027135+0000 mgr.y (mgr.24491) 12914 : cluster [DBG] pgmap v11410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:52.027593+0000 mgr.y (mgr.24491) 12915 : cluster [DBG] pgmap v11411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:52.027593+0000 mgr.y (mgr.24491) 12915 : cluster [DBG] pgmap v11411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:52.027593+0000 mgr.y (mgr.24491) 12915 : cluster [DBG] pgmap v11411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:54.028156+0000 mgr.y (mgr.24491) 12916 : cluster [DBG] pgmap v11412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:54.028156+0000 mgr.y (mgr.24491) 12916 : cluster [DBG] pgmap v11412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:54.028156+0000 mgr.y (mgr.24491) 12916 : cluster [DBG] pgmap v11412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:56.028743+0000 mgr.y (mgr.24491) 12917 : cluster [DBG] pgmap v11413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:56.028743+0000 mgr.y (mgr.24491) 12917 : cluster [DBG] pgmap v11413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:56.028743+0000 mgr.y (mgr.24491) 12917 : cluster [DBG] pgmap v11413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:52:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:52:59.258 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 2m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 2m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:52:59.539 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 2m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:52:59.540 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:52:59.540 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:52:59.540 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:52:59.540 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:52:59.540 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:52:59.540 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:52:59.540 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:52:59.540 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:52:59.540 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 2m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:52:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:52:58.029192+0000 mgr.y (mgr.24491) 12918 : cluster [DBG] pgmap v11414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:52:58.029192+0000 mgr.y (mgr.24491) 12918 : cluster [DBG] pgmap v11414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:52:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:52:58.029192+0000 mgr.y (mgr.24491) 12918 : cluster [DBG] pgmap v11414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:52:59.875 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:52:59.875 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:52:59.875 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:52:59.875 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:52:59.876 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:53:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:52:59.246289+0000 mgr.y (mgr.24491) 12919 : audit [DBG] from='client.28128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:52:59.532623+0000 mgr.y (mgr.24491) 12920 : audit [DBG] from='client.28134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:52:59.876703+0000 mon.c (mon.2) 417 : audit [DBG] from='client.? 172.21.15.177:0/992451614' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:53:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:52:59.246289+0000 mgr.y (mgr.24491) 12919 : audit [DBG] from='client.28128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:52:59.532623+0000 mgr.y (mgr.24491) 12920 : audit [DBG] from='client.28134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:52:59.876703+0000 mon.c (mon.2) 417 : audit [DBG] from='client.? 172.21.15.177:0/992451614' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:53:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:52:59.246289+0000 mgr.y (mgr.24491) 12919 : audit [DBG] from='client.28128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:52:59.532623+0000 mgr.y (mgr.24491) 12920 : audit [DBG] from='client.28134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:52:59.876703+0000 mon.c (mon.2) 417 : audit [DBG] from='client.? 172.21.15.177:0/992451614' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:53:01.334 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:53:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:00.029792+0000 mgr.y (mgr.24491) 12921 : cluster [DBG] pgmap v11415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:00.029792+0000 mgr.y (mgr.24491) 12921 : cluster [DBG] pgmap v11415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:00.029792+0000 mgr.y (mgr.24491) 12921 : cluster [DBG] pgmap v11415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:02.030203+0000 mgr.y (mgr.24491) 12922 : cluster [DBG] pgmap v11416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:02.030203+0000 mgr.y (mgr.24491) 12922 : cluster [DBG] pgmap v11416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:02.030203+0000 mgr.y (mgr.24491) 12922 : cluster [DBG] pgmap v11416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:04.030730+0000 mgr.y (mgr.24491) 12923 : cluster [DBG] pgmap v11417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:04.030730+0000 mgr.y (mgr.24491) 12923 : cluster [DBG] pgmap v11417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:04.030730+0000 mgr.y (mgr.24491) 12923 : cluster [DBG] pgmap v11417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:06.031407+0000 mgr.y (mgr.24491) 12924 : cluster [DBG] pgmap v11418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:06.031407+0000 mgr.y (mgr.24491) 12924 : cluster [DBG] pgmap v11418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:06.031407+0000 mgr.y (mgr.24491) 12924 : cluster [DBG] pgmap v11418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:53:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:08.031927+0000 mgr.y (mgr.24491) 12925 : cluster [DBG] pgmap v11419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:08.031927+0000 mgr.y (mgr.24491) 12925 : cluster [DBG] pgmap v11419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:08.031927+0000 mgr.y (mgr.24491) 12925 : cluster [DBG] pgmap v11419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:11.349 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:53:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:10.032601+0000 mgr.y (mgr.24491) 12926 : cluster [DBG] pgmap v11420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:10.032601+0000 mgr.y (mgr.24491) 12926 : cluster [DBG] pgmap v11420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:10.032601+0000 mgr.y (mgr.24491) 12926 : cluster [DBG] pgmap v11420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:12.033074+0000 mgr.y (mgr.24491) 12927 : cluster [DBG] pgmap v11421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:12.033074+0000 mgr.y (mgr.24491) 12927 : cluster [DBG] pgmap v11421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:12.033074+0000 mgr.y (mgr.24491) 12927 : cluster [DBG] pgmap v11421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:14.033514+0000 mgr.y (mgr.24491) 12928 : cluster [DBG] pgmap v11422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:14.033514+0000 mgr.y (mgr.24491) 12928 : cluster [DBG] pgmap v11422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:14.033514+0000 mgr.y (mgr.24491) 12928 : cluster [DBG] pgmap v11422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:16.034262+0000 mgr.y (mgr.24491) 12929 : cluster [DBG] pgmap v11423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:16.034262+0000 mgr.y (mgr.24491) 12929 : cluster [DBG] pgmap v11423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:16.034262+0000 mgr.y (mgr.24491) 12929 : cluster [DBG] pgmap v11423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:53:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:18.034725+0000 mgr.y (mgr.24491) 12930 : cluster [DBG] pgmap v11424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:18.034725+0000 mgr.y (mgr.24491) 12930 : cluster [DBG] pgmap v11424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:18.034725+0000 mgr.y (mgr.24491) 12930 : cluster [DBG] pgmap v11424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:21.368 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:53:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:20.035531+0000 mgr.y (mgr.24491) 12931 : cluster [DBG] pgmap v11425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:20.035531+0000 mgr.y (mgr.24491) 12931 : cluster [DBG] pgmap v11425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:20.035531+0000 mgr.y (mgr.24491) 12931 : cluster [DBG] pgmap v11425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:22.036136+0000 mgr.y (mgr.24491) 12932 : cluster [DBG] pgmap v11426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:22.036136+0000 mgr.y (mgr.24491) 12932 : cluster [DBG] pgmap v11426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:22.036136+0000 mgr.y (mgr.24491) 12932 : cluster [DBG] pgmap v11426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:24.036558+0000 mgr.y (mgr.24491) 12933 : cluster [DBG] pgmap v11427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:24.036558+0000 mgr.y (mgr.24491) 12933 : cluster [DBG] pgmap v11427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:24.036558+0000 mgr.y (mgr.24491) 12933 : cluster [DBG] pgmap v11427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:26.037503+0000 mgr.y (mgr.24491) 12934 : cluster [DBG] pgmap v11428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:26.037503+0000 mgr.y (mgr.24491) 12934 : cluster [DBG] pgmap v11428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:26.037503+0000 mgr.y (mgr.24491) 12934 : cluster [DBG] pgmap v11428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:53:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:28.038073+0000 mgr.y (mgr.24491) 12935 : cluster [DBG] pgmap v11429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:28.038073+0000 mgr.y (mgr.24491) 12935 : cluster [DBG] pgmap v11429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:28.038073+0000 mgr.y (mgr.24491) 12935 : cluster [DBG] pgmap v11429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:30.187 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:53:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:53:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:53:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 2m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:53:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:53:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:53:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:53:30.464 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 2m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 2m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:53:30.465 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 2m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:53:30.798 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:53:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:53:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:53:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:53:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:53:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:53:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:53:30.798 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:53:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:53:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:53:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:53:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:53:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:53:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:53:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:53:30.799 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:53:30.799 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:53:31.385 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:53:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:30.038655+0000 mgr.y (mgr.24491) 12936 : cluster [DBG] pgmap v11430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:53:30.176471+0000 mgr.y (mgr.24491) 12937 : audit [DBG] from='client.38057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:53:30.457908+0000 mgr.y (mgr.24491) 12938 : audit [DBG] from='client.28152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:53:30.799334+0000 mon.c (mon.2) 418 : audit [DBG] from='client.? 172.21.15.177:0/28102445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:53:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:30.038655+0000 mgr.y (mgr.24491) 12936 : cluster [DBG] pgmap v11430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:53:30.176471+0000 mgr.y (mgr.24491) 12937 : audit [DBG] from='client.38057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:53:30.457908+0000 mgr.y (mgr.24491) 12938 : audit [DBG] from='client.28152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:53:30.799334+0000 mon.c (mon.2) 418 : audit [DBG] from='client.? 172.21.15.177:0/28102445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:53:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:30.038655+0000 mgr.y (mgr.24491) 12936 : cluster [DBG] pgmap v11430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:53:30.176471+0000 mgr.y (mgr.24491) 12937 : audit [DBG] from='client.38057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:53:30.457908+0000 mgr.y (mgr.24491) 12938 : audit [DBG] from='client.28152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:53:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:53:30.799334+0000 mon.c (mon.2) 418 : audit [DBG] from='client.? 172.21.15.177:0/28102445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:53:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:32.039112+0000 mgr.y (mgr.24491) 12939 : cluster [DBG] pgmap v11431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:32.039112+0000 mgr.y (mgr.24491) 12939 : cluster [DBG] pgmap v11431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:32.039112+0000 mgr.y (mgr.24491) 12939 : cluster [DBG] pgmap v11431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:34.039545+0000 mgr.y (mgr.24491) 12940 : cluster [DBG] pgmap v11432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:34.039545+0000 mgr.y (mgr.24491) 12940 : cluster [DBG] pgmap v11432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:34.039545+0000 mgr.y (mgr.24491) 12940 : cluster [DBG] pgmap v11432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:36.040214+0000 mgr.y (mgr.24491) 12941 : cluster [DBG] pgmap v11433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:36.040214+0000 mgr.y (mgr.24491) 12941 : cluster [DBG] pgmap v11433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:36.040214+0000 mgr.y (mgr.24491) 12941 : cluster [DBG] pgmap v11433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:53:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:38.040763+0000 mgr.y (mgr.24491) 12942 : cluster [DBG] pgmap v11434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:53:39.299412+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:53:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:38.040763+0000 mgr.y (mgr.24491) 12942 : cluster [DBG] pgmap v11434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:53:39.299412+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:53:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:38.040763+0000 mgr.y (mgr.24491) 12942 : cluster [DBG] pgmap v11434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:53:39.299412+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:53:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:53:39.543852+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:53:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:53:39.823230+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:53:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:53:39.823830+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:53:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:53:39.828530+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:53:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:53:39.543852+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:53:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:53:39.823230+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:53:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:53:39.823830+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:53:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:53:39.828530+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:53:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:53:39.543852+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:53:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:53:39.823230+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:53:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:53:39.823830+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:53:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:53:39.828530+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:53:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:53:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:40.041400+0000 mgr.y (mgr.24491) 12943 : cluster [DBG] pgmap v11435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:40.041400+0000 mgr.y (mgr.24491) 12943 : cluster [DBG] pgmap v11435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:40.041400+0000 mgr.y (mgr.24491) 12943 : cluster [DBG] pgmap v11435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:42.041778+0000 mgr.y (mgr.24491) 12944 : cluster [DBG] pgmap v11436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:42.041778+0000 mgr.y (mgr.24491) 12944 : cluster [DBG] pgmap v11436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:42.041778+0000 mgr.y (mgr.24491) 12944 : cluster [DBG] pgmap v11436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:44.042325+0000 mgr.y (mgr.24491) 12945 : cluster [DBG] pgmap v11437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:44.042325+0000 mgr.y (mgr.24491) 12945 : cluster [DBG] pgmap v11437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:44.042325+0000 mgr.y (mgr.24491) 12945 : cluster [DBG] pgmap v11437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:53:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:46.043060+0000 mgr.y (mgr.24491) 12946 : cluster [DBG] pgmap v11438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:46.043060+0000 mgr.y (mgr.24491) 12946 : cluster [DBG] pgmap v11438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:46.043060+0000 mgr.y (mgr.24491) 12946 : cluster [DBG] pgmap v11438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:48.043653+0000 mgr.y (mgr.24491) 12947 : cluster [DBG] pgmap v11439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:48.043653+0000 mgr.y (mgr.24491) 12947 : cluster [DBG] pgmap v11439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:48.043653+0000 mgr.y (mgr.24491) 12947 : cluster [DBG] pgmap v11439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:53:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:50.044542+0000 mgr.y (mgr.24491) 12948 : cluster [DBG] pgmap v11440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:50.044542+0000 mgr.y (mgr.24491) 12948 : cluster [DBG] pgmap v11440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:50.044542+0000 mgr.y (mgr.24491) 12948 : cluster [DBG] pgmap v11440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:52.044892+0000 mgr.y (mgr.24491) 12949 : cluster [DBG] pgmap v11441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:52.044892+0000 mgr.y (mgr.24491) 12949 : cluster [DBG] pgmap v11441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:52.044892+0000 mgr.y (mgr.24491) 12949 : cluster [DBG] pgmap v11441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:54.045450+0000 mgr.y (mgr.24491) 12950 : cluster [DBG] pgmap v11442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:54.045450+0000 mgr.y (mgr.24491) 12950 : cluster [DBG] pgmap v11442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:54.045450+0000 mgr.y (mgr.24491) 12950 : cluster [DBG] pgmap v11442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:56.046104+0000 mgr.y (mgr.24491) 12951 : cluster [DBG] pgmap v11443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:53:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:53:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:56.046104+0000 mgr.y (mgr.24491) 12951 : cluster [DBG] pgmap v11443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:56.046104+0000 mgr.y (mgr.24491) 12951 : cluster [DBG] pgmap v11443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:53:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:53:58.046538+0000 mgr.y (mgr.24491) 12952 : cluster [DBG] pgmap v11444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:53:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:53:58.046538+0000 mgr.y (mgr.24491) 12952 : cluster [DBG] pgmap v11444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:53:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:53:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:53:58.046538+0000 mgr.y (mgr.24491) 12952 : cluster [DBG] pgmap v11444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:01.108 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:54:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:54:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 3m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:54:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:54:01.383 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:54:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:54:01.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:54:01.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:54:01.385 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:54:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:54:01.721 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:54:01.721 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:54:01.721 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:54:01.721 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:54:01.721 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:54:01.722 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:54:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:00.047148+0000 mgr.y (mgr.24491) 12953 : cluster [DBG] pgmap v11445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:00.047148+0000 mgr.y (mgr.24491) 12953 : cluster [DBG] pgmap v11445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:00.047148+0000 mgr.y (mgr.24491) 12953 : cluster [DBG] pgmap v11445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:54:01.097494+0000 mgr.y (mgr.24491) 12954 : audit [DBG] from='client.28164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:54:01.377109+0000 mgr.y (mgr.24491) 12955 : audit [DBG] from='client.28170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:54:01.722711+0000 mon.c (mon.2) 419 : audit [DBG] from='client.? 172.21.15.177:0/247291071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:54:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:54:01.097494+0000 mgr.y (mgr.24491) 12954 : audit [DBG] from='client.28164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:54:01.377109+0000 mgr.y (mgr.24491) 12955 : audit [DBG] from='client.28170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:54:01.722711+0000 mon.c (mon.2) 419 : audit [DBG] from='client.? 172.21.15.177:0/247291071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:54:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:54:01.097494+0000 mgr.y (mgr.24491) 12954 : audit [DBG] from='client.28164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:54:01.377109+0000 mgr.y (mgr.24491) 12955 : audit [DBG] from='client.28170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:54:01.722711+0000 mon.c (mon.2) 419 : audit [DBG] from='client.? 172.21.15.177:0/247291071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:54:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:02.047520+0000 mgr.y (mgr.24491) 12956 : cluster [DBG] pgmap v11446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:02.047520+0000 mgr.y (mgr.24491) 12956 : cluster [DBG] pgmap v11446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:02.047520+0000 mgr.y (mgr.24491) 12956 : cluster [DBG] pgmap v11446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:04.047967+0000 mgr.y (mgr.24491) 12957 : cluster [DBG] pgmap v11447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:04.047967+0000 mgr.y (mgr.24491) 12957 : cluster [DBG] pgmap v11447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:04.047967+0000 mgr.y (mgr.24491) 12957 : cluster [DBG] pgmap v11447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:54:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:06.048777+0000 mgr.y (mgr.24491) 12958 : cluster [DBG] pgmap v11448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:06.048777+0000 mgr.y (mgr.24491) 12958 : cluster [DBG] pgmap v11448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:06.048777+0000 mgr.y (mgr.24491) 12958 : cluster [DBG] pgmap v11448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:08.049230+0000 mgr.y (mgr.24491) 12959 : cluster [DBG] pgmap v11449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:08.049230+0000 mgr.y (mgr.24491) 12959 : cluster [DBG] pgmap v11449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:08.049230+0000 mgr.y (mgr.24491) 12959 : cluster [DBG] pgmap v11449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:54:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:10.049793+0000 mgr.y (mgr.24491) 12960 : cluster [DBG] pgmap v11450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:10.049793+0000 mgr.y (mgr.24491) 12960 : cluster [DBG] pgmap v11450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:10.049793+0000 mgr.y (mgr.24491) 12960 : cluster [DBG] pgmap v11450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:12.050335+0000 mgr.y (mgr.24491) 12961 : cluster [DBG] pgmap v11451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:12.050335+0000 mgr.y (mgr.24491) 12961 : cluster [DBG] pgmap v11451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:12.050335+0000 mgr.y (mgr.24491) 12961 : cluster [DBG] pgmap v11451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:14.050786+0000 mgr.y (mgr.24491) 12962 : cluster [DBG] pgmap v11452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:14.050786+0000 mgr.y (mgr.24491) 12962 : cluster [DBG] pgmap v11452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:14.050786+0000 mgr.y (mgr.24491) 12962 : cluster [DBG] pgmap v11452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:54:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:16.051504+0000 mgr.y (mgr.24491) 12963 : cluster [DBG] pgmap v11453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:16.051504+0000 mgr.y (mgr.24491) 12963 : cluster [DBG] pgmap v11453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:16.051504+0000 mgr.y (mgr.24491) 12963 : cluster [DBG] pgmap v11453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:18.052043+0000 mgr.y (mgr.24491) 12964 : cluster [DBG] pgmap v11454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:18.052043+0000 mgr.y (mgr.24491) 12964 : cluster [DBG] pgmap v11454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:18.052043+0000 mgr.y (mgr.24491) 12964 : cluster [DBG] pgmap v11454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:54:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:20.052716+0000 mgr.y (mgr.24491) 12965 : cluster [DBG] pgmap v11455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:20.052716+0000 mgr.y (mgr.24491) 12965 : cluster [DBG] pgmap v11455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:20.052716+0000 mgr.y (mgr.24491) 12965 : cluster [DBG] pgmap v11455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:22.053232+0000 mgr.y (mgr.24491) 12966 : cluster [DBG] pgmap v11456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:22.053232+0000 mgr.y (mgr.24491) 12966 : cluster [DBG] pgmap v11456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:22.053232+0000 mgr.y (mgr.24491) 12966 : cluster [DBG] pgmap v11456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:24.053721+0000 mgr.y (mgr.24491) 12967 : cluster [DBG] pgmap v11457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:24.053721+0000 mgr.y (mgr.24491) 12967 : cluster [DBG] pgmap v11457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:24.053721+0000 mgr.y (mgr.24491) 12967 : cluster [DBG] pgmap v11457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:54:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:26.054479+0000 mgr.y (mgr.24491) 12968 : cluster [DBG] pgmap v11458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:26.054479+0000 mgr.y (mgr.24491) 12968 : cluster [DBG] pgmap v11458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:26.054479+0000 mgr.y (mgr.24491) 12968 : cluster [DBG] pgmap v11458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:28.055035+0000 mgr.y (mgr.24491) 12969 : cluster [DBG] pgmap v11459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:28.055035+0000 mgr.y (mgr.24491) 12969 : cluster [DBG] pgmap v11459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:28.055035+0000 mgr.y (mgr.24491) 12969 : cluster [DBG] pgmap v11459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:54:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:30.055713+0000 mgr.y (mgr.24491) 12970 : cluster [DBG] pgmap v11460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:30.055713+0000 mgr.y (mgr.24491) 12970 : cluster [DBG] pgmap v11460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:30.055713+0000 mgr.y (mgr.24491) 12970 : cluster [DBG] pgmap v11460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:32.031 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:54:32.308 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:54:32.308 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 3m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:54:32.308 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:54:32.308 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:54:32.308 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:54:32.308 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:54:32.309 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:54:32.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:54:32.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:54:32.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:54:32.309 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:54:32.309 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:54:32.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:54:32.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:54:32.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:54:32.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:54:32.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:54:32.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:54:32.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:54:32.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:54:32.310 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:54:32.655 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:54:32.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:54:32.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:54:32.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:54:32.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:54:32.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:54:32.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:54:32.655 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:54:32.656 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:54:32.656 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:54:32.656 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:54:32.656 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:54:32.656 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:54:32.656 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:54:32.656 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:54:32.656 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:54:32.656 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:54:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:54:32.021507+0000 mgr.y (mgr.24491) 12971 : audit [DBG] from='client.28182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:32.056087+0000 mgr.y (mgr.24491) 12972 : cluster [DBG] pgmap v11461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:54:32.301774+0000 mgr.y (mgr.24491) 12973 : audit [DBG] from='client.28188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:54:32.656452+0000 mon.c (mon.2) 420 : audit [DBG] from='client.? 172.21.15.177:0/1720024678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:54:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:54:32.021507+0000 mgr.y (mgr.24491) 12971 : audit [DBG] from='client.28182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:32.056087+0000 mgr.y (mgr.24491) 12972 : cluster [DBG] pgmap v11461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:54:32.301774+0000 mgr.y (mgr.24491) 12973 : audit [DBG] from='client.28188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:54:32.656452+0000 mon.c (mon.2) 420 : audit [DBG] from='client.? 172.21.15.177:0/1720024678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:54:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:54:32.021507+0000 mgr.y (mgr.24491) 12971 : audit [DBG] from='client.28182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:32.056087+0000 mgr.y (mgr.24491) 12972 : cluster [DBG] pgmap v11461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:54:32.301774+0000 mgr.y (mgr.24491) 12973 : audit [DBG] from='client.28188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:54:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:54:32.656452+0000 mon.c (mon.2) 420 : audit [DBG] from='client.? 172.21.15.177:0/1720024678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:54:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:34.056571+0000 mgr.y (mgr.24491) 12974 : cluster [DBG] pgmap v11462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:34.056571+0000 mgr.y (mgr.24491) 12974 : cluster [DBG] pgmap v11462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:34.056571+0000 mgr.y (mgr.24491) 12974 : cluster [DBG] pgmap v11462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:54:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:36.057461+0000 mgr.y (mgr.24491) 12975 : cluster [DBG] pgmap v11463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:36.057461+0000 mgr.y (mgr.24491) 12975 : cluster [DBG] pgmap v11463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:36.057461+0000 mgr.y (mgr.24491) 12975 : cluster [DBG] pgmap v11463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:38.058036+0000 mgr.y (mgr.24491) 12976 : cluster [DBG] pgmap v11464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:38.058036+0000 mgr.y (mgr.24491) 12976 : cluster [DBG] pgmap v11464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:38.058036+0000 mgr.y (mgr.24491) 12976 : cluster [DBG] pgmap v11464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:54:39.833520+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:54:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:54:40.077007+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:54:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:54:40.353171+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:54:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:54:40.353786+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:54:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:54:40.358105+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:54:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:54:39.833520+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:54:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:54:40.077007+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:54:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:54:40.353171+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:54:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:54:40.353786+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:54:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:54:40.358105+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:54:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:54:39.833520+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:54:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:54:40.077007+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:54:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:54:40.353171+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:54:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:54:40.353786+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:54:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:54:40.358105+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:54:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:54:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:40.058679+0000 mgr.y (mgr.24491) 12977 : cluster [DBG] pgmap v11465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:40.058679+0000 mgr.y (mgr.24491) 12977 : cluster [DBG] pgmap v11465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:40.058679+0000 mgr.y (mgr.24491) 12977 : cluster [DBG] pgmap v11465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:42.059165+0000 mgr.y (mgr.24491) 12978 : cluster [DBG] pgmap v11466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:42.059165+0000 mgr.y (mgr.24491) 12978 : cluster [DBG] pgmap v11466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:42.059165+0000 mgr.y (mgr.24491) 12978 : cluster [DBG] pgmap v11466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:44.059674+0000 mgr.y (mgr.24491) 12979 : cluster [DBG] pgmap v11467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:44.059674+0000 mgr.y (mgr.24491) 12979 : cluster [DBG] pgmap v11467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:44.059674+0000 mgr.y (mgr.24491) 12979 : cluster [DBG] pgmap v11467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:46.060385+0000 mgr.y (mgr.24491) 12980 : cluster [DBG] pgmap v11468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:54:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:46.060385+0000 mgr.y (mgr.24491) 12980 : cluster [DBG] pgmap v11468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:46.060385+0000 mgr.y (mgr.24491) 12980 : cluster [DBG] pgmap v11468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:48.060980+0000 mgr.y (mgr.24491) 12981 : cluster [DBG] pgmap v11469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:48.060980+0000 mgr.y (mgr.24491) 12981 : cluster [DBG] pgmap v11469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:48.060980+0000 mgr.y (mgr.24491) 12981 : cluster [DBG] pgmap v11469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:50.061676+0000 mgr.y (mgr.24491) 12982 : cluster [DBG] pgmap v11470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:50.061676+0000 mgr.y (mgr.24491) 12982 : cluster [DBG] pgmap v11470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:50.061676+0000 mgr.y (mgr.24491) 12982 : cluster [DBG] pgmap v11470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:54:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:52.062138+0000 mgr.y (mgr.24491) 12983 : cluster [DBG] pgmap v11471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:52.062138+0000 mgr.y (mgr.24491) 12983 : cluster [DBG] pgmap v11471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:52.062138+0000 mgr.y (mgr.24491) 12983 : cluster [DBG] pgmap v11471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:54.062488+0000 mgr.y (mgr.24491) 12984 : cluster [DBG] pgmap v11472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:54.062488+0000 mgr.y (mgr.24491) 12984 : cluster [DBG] pgmap v11472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:54.062488+0000 mgr.y (mgr.24491) 12984 : cluster [DBG] pgmap v11472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:56.063290+0000 mgr.y (mgr.24491) 12985 : cluster [DBG] pgmap v11473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:56.063290+0000 mgr.y (mgr.24491) 12985 : cluster [DBG] pgmap v11473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:56.063290+0000 mgr.y (mgr.24491) 12985 : cluster [DBG] pgmap v11473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:54:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:54:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:54:58.063690+0000 mgr.y (mgr.24491) 12986 : cluster [DBG] pgmap v11474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:54:58.063690+0000 mgr.y (mgr.24491) 12986 : cluster [DBG] pgmap v11474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:54:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:54:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:54:58.063690+0000 mgr.y (mgr.24491) 12986 : cluster [DBG] pgmap v11474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:00.064505+0000 mgr.y (mgr.24491) 12987 : cluster [DBG] pgmap v11475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:00.064505+0000 mgr.y (mgr.24491) 12987 : cluster [DBG] pgmap v11475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:00.064505+0000 mgr.y (mgr.24491) 12987 : cluster [DBG] pgmap v11475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:55:02.962 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:55:03.240 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:55:03.240 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:55:03.240 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:55:03.240 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:55:03.240 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:55:03.240 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:55:03.240 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:55:03.240 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:55:03.240 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:55:03.241 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:55:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:02.065053+0000 mgr.y (mgr.24491) 12988 : cluster [DBG] pgmap v11476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:02.065053+0000 mgr.y (mgr.24491) 12988 : cluster [DBG] pgmap v11476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:02.065053+0000 mgr.y (mgr.24491) 12988 : cluster [DBG] pgmap v11476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:03.573 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:55:03.573 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:55:03.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:55:03.573 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:55:03.573 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:55:03.574 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:55:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:55:02.951257+0000 mgr.y (mgr.24491) 12989 : audit [DBG] from='client.28200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:55:03.233733+0000 mgr.y (mgr.24491) 12990 : audit [DBG] from='client.28206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:55:03.574870+0000 mon.a (mon.0) 2885 : audit [DBG] from='client.? 172.21.15.177:0/863928742' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:55:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:55:02.951257+0000 mgr.y (mgr.24491) 12989 : audit [DBG] from='client.28200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:55:03.233733+0000 mgr.y (mgr.24491) 12990 : audit [DBG] from='client.28206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:55:03.574870+0000 mon.a (mon.0) 2885 : audit [DBG] from='client.? 172.21.15.177:0/863928742' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:55:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:55:02.951257+0000 mgr.y (mgr.24491) 12989 : audit [DBG] from='client.28200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:55:03.233733+0000 mgr.y (mgr.24491) 12990 : audit [DBG] from='client.28206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:55:03.574870+0000 mon.a (mon.0) 2885 : audit [DBG] from='client.? 172.21.15.177:0/863928742' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:55:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:04.065433+0000 mgr.y (mgr.24491) 12991 : cluster [DBG] pgmap v11477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:04.065433+0000 mgr.y (mgr.24491) 12991 : cluster [DBG] pgmap v11477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:04.065433+0000 mgr.y (mgr.24491) 12991 : cluster [DBG] pgmap v11477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:06.066291+0000 mgr.y (mgr.24491) 12992 : cluster [DBG] pgmap v11478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:06.066291+0000 mgr.y (mgr.24491) 12992 : cluster [DBG] pgmap v11478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:06.066291+0000 mgr.y (mgr.24491) 12992 : cluster [DBG] pgmap v11478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:55:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:08.066723+0000 mgr.y (mgr.24491) 12993 : cluster [DBG] pgmap v11479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:08.066723+0000 mgr.y (mgr.24491) 12993 : cluster [DBG] pgmap v11479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:08.066723+0000 mgr.y (mgr.24491) 12993 : cluster [DBG] pgmap v11479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:10.067383+0000 mgr.y (mgr.24491) 12994 : cluster [DBG] pgmap v11480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:10.067383+0000 mgr.y (mgr.24491) 12994 : cluster [DBG] pgmap v11480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:10.067383+0000 mgr.y (mgr.24491) 12994 : cluster [DBG] pgmap v11480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:55:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:12.067857+0000 mgr.y (mgr.24491) 12995 : cluster [DBG] pgmap v11481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:12.067857+0000 mgr.y (mgr.24491) 12995 : cluster [DBG] pgmap v11481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:12.067857+0000 mgr.y (mgr.24491) 12995 : cluster [DBG] pgmap v11481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:14.068413+0000 mgr.y (mgr.24491) 12996 : cluster [DBG] pgmap v11482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:14.068413+0000 mgr.y (mgr.24491) 12996 : cluster [DBG] pgmap v11482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:14.068413+0000 mgr.y (mgr.24491) 12996 : cluster [DBG] pgmap v11482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:16.069227+0000 mgr.y (mgr.24491) 12997 : cluster [DBG] pgmap v11483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:16.069227+0000 mgr.y (mgr.24491) 12997 : cluster [DBG] pgmap v11483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:16.069227+0000 mgr.y (mgr.24491) 12997 : cluster [DBG] pgmap v11483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:55:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:18.069666+0000 mgr.y (mgr.24491) 12998 : cluster [DBG] pgmap v11484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:18.069666+0000 mgr.y (mgr.24491) 12998 : cluster [DBG] pgmap v11484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:18.069666+0000 mgr.y (mgr.24491) 12998 : cluster [DBG] pgmap v11484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:20.070471+0000 mgr.y (mgr.24491) 12999 : cluster [DBG] pgmap v11485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:55:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:20.070471+0000 mgr.y (mgr.24491) 12999 : cluster [DBG] pgmap v11485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:20.070471+0000 mgr.y (mgr.24491) 12999 : cluster [DBG] pgmap v11485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:22.071068+0000 mgr.y (mgr.24491) 13000 : cluster [DBG] pgmap v11486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:22.071068+0000 mgr.y (mgr.24491) 13000 : cluster [DBG] pgmap v11486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:22.071068+0000 mgr.y (mgr.24491) 13000 : cluster [DBG] pgmap v11486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:24.071612+0000 mgr.y (mgr.24491) 13001 : cluster [DBG] pgmap v11487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:24.071612+0000 mgr.y (mgr.24491) 13001 : cluster [DBG] pgmap v11487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:24.071612+0000 mgr.y (mgr.24491) 13001 : cluster [DBG] pgmap v11487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:26.072285+0000 mgr.y (mgr.24491) 13002 : cluster [DBG] pgmap v11488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:26.072285+0000 mgr.y (mgr.24491) 13002 : cluster [DBG] pgmap v11488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:26.072285+0000 mgr.y (mgr.24491) 13002 : cluster [DBG] pgmap v11488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:55:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:28.072793+0000 mgr.y (mgr.24491) 13003 : cluster [DBG] pgmap v11489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:28.072793+0000 mgr.y (mgr.24491) 13003 : cluster [DBG] pgmap v11489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:28.072793+0000 mgr.y (mgr.24491) 13003 : cluster [DBG] pgmap v11489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:30.073444+0000 mgr.y (mgr.24491) 13004 : cluster [DBG] pgmap v11490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:55:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:30.073444+0000 mgr.y (mgr.24491) 13004 : cluster [DBG] pgmap v11490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:30.073444+0000 mgr.y (mgr.24491) 13004 : cluster [DBG] pgmap v11490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:32.073868+0000 mgr.y (mgr.24491) 13005 : cluster [DBG] pgmap v11491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:32.073868+0000 mgr.y (mgr.24491) 13005 : cluster [DBG] pgmap v11491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:32.073868+0000 mgr.y (mgr.24491) 13005 : cluster [DBG] pgmap v11491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:33.884 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:55:34.158 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:55:34.158 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:55:34.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:55:34.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:55:34.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:55:34.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:55:34.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:55:34.160 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:55:34.495 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:55:34.495 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:55:34.495 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:55:34.495 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:55:34.495 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:55:34.495 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:55:34.495 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:55:34.496 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:55:34.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:55:34.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:55:34.496 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:55:34.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:55:34.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:55:34.496 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:55:34.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:55:34.496 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:55:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:55:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:55:33.873325+0000 mgr.y (mgr.24491) 13006 : audit [DBG] from='client.28218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:34.074212+0000 mgr.y (mgr.24491) 13007 : cluster [DBG] pgmap v11492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:55:34.152143+0000 mgr.y (mgr.24491) 13008 : audit [DBG] from='client.28224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:55:34.496492+0000 mon.c (mon.2) 421 : audit [DBG] from='client.? 172.21.15.177:0/1570251731' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:55:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:55:33.873325+0000 mgr.y (mgr.24491) 13006 : audit [DBG] from='client.28218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:34.074212+0000 mgr.y (mgr.24491) 13007 : cluster [DBG] pgmap v11492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:55:34.152143+0000 mgr.y (mgr.24491) 13008 : audit [DBG] from='client.28224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:55:34.496492+0000 mon.c (mon.2) 421 : audit [DBG] from='client.? 172.21.15.177:0/1570251731' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:55:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:55:33.873325+0000 mgr.y (mgr.24491) 13006 : audit [DBG] from='client.28218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:34.074212+0000 mgr.y (mgr.24491) 13007 : cluster [DBG] pgmap v11492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:55:34.152143+0000 mgr.y (mgr.24491) 13008 : audit [DBG] from='client.28224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:55:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:55:34.496492+0000 mon.c (mon.2) 421 : audit [DBG] from='client.? 172.21.15.177:0/1570251731' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:55:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:36.074985+0000 mgr.y (mgr.24491) 13009 : cluster [DBG] pgmap v11493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:36.074985+0000 mgr.y (mgr.24491) 13009 : cluster [DBG] pgmap v11493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:36.074985+0000 mgr.y (mgr.24491) 13009 : cluster [DBG] pgmap v11493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:55:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:38.075373+0000 mgr.y (mgr.24491) 13010 : cluster [DBG] pgmap v11494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:38.075373+0000 mgr.y (mgr.24491) 13010 : cluster [DBG] pgmap v11494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:38.075373+0000 mgr.y (mgr.24491) 13010 : cluster [DBG] pgmap v11494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:55:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:40.076119+0000 mgr.y (mgr.24491) 13011 : cluster [DBG] pgmap v11495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:55:40.362318+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:55:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:55:40.655056+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:55:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:55:40.655727+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:55:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:55:40.660015+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:55:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:40.076119+0000 mgr.y (mgr.24491) 13011 : cluster [DBG] pgmap v11495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:55:40.362318+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:55:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:55:40.655056+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:55:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:55:40.655727+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:55:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:55:40.660015+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:55:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:40.076119+0000 mgr.y (mgr.24491) 13011 : cluster [DBG] pgmap v11495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:55:40.362318+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:55:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:55:40.655056+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:55:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:55:40.655727+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:55:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:55:40.660015+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:55:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:42.076683+0000 mgr.y (mgr.24491) 13012 : cluster [DBG] pgmap v11496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:42.076683+0000 mgr.y (mgr.24491) 13012 : cluster [DBG] pgmap v11496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:42.076683+0000 mgr.y (mgr.24491) 13012 : cluster [DBG] pgmap v11496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:44.077129+0000 mgr.y (mgr.24491) 13013 : cluster [DBG] pgmap v11497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:44.077129+0000 mgr.y (mgr.24491) 13013 : cluster [DBG] pgmap v11497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:44.077129+0000 mgr.y (mgr.24491) 13013 : cluster [DBG] pgmap v11497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:46.077782+0000 mgr.y (mgr.24491) 13014 : cluster [DBG] pgmap v11498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:46.077782+0000 mgr.y (mgr.24491) 13014 : cluster [DBG] pgmap v11498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:46.077782+0000 mgr.y (mgr.24491) 13014 : cluster [DBG] pgmap v11498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:55:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:48.078164+0000 mgr.y (mgr.24491) 13015 : cluster [DBG] pgmap v11499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:48.078164+0000 mgr.y (mgr.24491) 13015 : cluster [DBG] pgmap v11499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:48.078164+0000 mgr.y (mgr.24491) 13015 : cluster [DBG] pgmap v11499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:50.078823+0000 mgr.y (mgr.24491) 13016 : cluster [DBG] pgmap v11500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:55:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:50.078823+0000 mgr.y (mgr.24491) 13016 : cluster [DBG] pgmap v11500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:50.078823+0000 mgr.y (mgr.24491) 13016 : cluster [DBG] pgmap v11500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:52.079280+0000 mgr.y (mgr.24491) 13017 : cluster [DBG] pgmap v11501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:52.079280+0000 mgr.y (mgr.24491) 13017 : cluster [DBG] pgmap v11501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:52.079280+0000 mgr.y (mgr.24491) 13017 : cluster [DBG] pgmap v11501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:54.079912+0000 mgr.y (mgr.24491) 13018 : cluster [DBG] pgmap v11502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:54.079912+0000 mgr.y (mgr.24491) 13018 : cluster [DBG] pgmap v11502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:54.079912+0000 mgr.y (mgr.24491) 13018 : cluster [DBG] pgmap v11502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:56.080696+0000 mgr.y (mgr.24491) 13019 : cluster [DBG] pgmap v11503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:56.080696+0000 mgr.y (mgr.24491) 13019 : cluster [DBG] pgmap v11503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:56.080696+0000 mgr.y (mgr.24491) 13019 : cluster [DBG] pgmap v11503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:55:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:55:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:55:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:55:58.081142+0000 mgr.y (mgr.24491) 13020 : cluster [DBG] pgmap v11504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:55:58.081142+0000 mgr.y (mgr.24491) 13020 : cluster [DBG] pgmap v11504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:55:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:55:58.081142+0000 mgr.y (mgr.24491) 13020 : cluster [DBG] pgmap v11504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:00.081897+0000 mgr.y (mgr.24491) 13021 : cluster [DBG] pgmap v11505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:56:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:00.081897+0000 mgr.y (mgr.24491) 13021 : cluster [DBG] pgmap v11505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:00.081897+0000 mgr.y (mgr.24491) 13021 : cluster [DBG] pgmap v11505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:02.082368+0000 mgr.y (mgr.24491) 13022 : cluster [DBG] pgmap v11506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:02.082368+0000 mgr.y (mgr.24491) 13022 : cluster [DBG] pgmap v11506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:02.082368+0000 mgr.y (mgr.24491) 13022 : cluster [DBG] pgmap v11506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:04.807 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:56:05.081 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:56:05.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:56:05.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:56:05.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:56:05.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:56:05.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:56:05.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:56:05.083 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:56:05.083 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:56:05.416 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:56:05.416 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:56:05.416 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:56:05.416 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:56:05.417 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:56:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:04.082734+0000 mgr.y (mgr.24491) 13023 : cluster [DBG] pgmap v11507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:04.082734+0000 mgr.y (mgr.24491) 13023 : cluster [DBG] pgmap v11507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:04.082734+0000 mgr.y (mgr.24491) 13023 : cluster [DBG] pgmap v11507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:56:04.796221+0000 mgr.y (mgr.24491) 13024 : audit [DBG] from='client.38147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:56:05.074279+0000 mgr.y (mgr.24491) 13025 : audit [DBG] from='client.38153 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:56:05.417733+0000 mon.c (mon.2) 422 : audit [DBG] from='client.? 172.21.15.177:0/550861750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:56:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:56:04.796221+0000 mgr.y (mgr.24491) 13024 : audit [DBG] from='client.38147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:56:05.074279+0000 mgr.y (mgr.24491) 13025 : audit [DBG] from='client.38153 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:56:05.417733+0000 mon.c (mon.2) 422 : audit [DBG] from='client.? 172.21.15.177:0/550861750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:56:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:56:04.796221+0000 mgr.y (mgr.24491) 13024 : audit [DBG] from='client.38147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:56:05.074279+0000 mgr.y (mgr.24491) 13025 : audit [DBG] from='client.38153 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:56:05.417733+0000 mon.c (mon.2) 422 : audit [DBG] from='client.? 172.21.15.177:0/550861750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:56:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:06.083446+0000 mgr.y (mgr.24491) 13026 : cluster [DBG] pgmap v11508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:06.083446+0000 mgr.y (mgr.24491) 13026 : cluster [DBG] pgmap v11508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:06.083446+0000 mgr.y (mgr.24491) 13026 : cluster [DBG] pgmap v11508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T09:56:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:08.083886+0000 mgr.y (mgr.24491) 13027 : cluster [DBG] pgmap v11509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:08.083886+0000 mgr.y (mgr.24491) 13027 : cluster [DBG] pgmap v11509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:08.083886+0000 mgr.y (mgr.24491) 13027 : cluster [DBG] pgmap v11509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:10.084455+0000 mgr.y (mgr.24491) 13028 : cluster [DBG] pgmap v11510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:56:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:10.084455+0000 mgr.y (mgr.24491) 13028 : cluster [DBG] pgmap v11510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:10.084455+0000 mgr.y (mgr.24491) 13028 : cluster [DBG] pgmap v11510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:12.084869+0000 mgr.y (mgr.24491) 13029 : cluster [DBG] pgmap v11511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:12.084869+0000 mgr.y (mgr.24491) 13029 : cluster [DBG] pgmap v11511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:12.084869+0000 mgr.y (mgr.24491) 13029 : cluster [DBG] pgmap v11511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:14.085217+0000 mgr.y (mgr.24491) 13030 : cluster [DBG] pgmap v11512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:14.085217+0000 mgr.y (mgr.24491) 13030 : cluster [DBG] pgmap v11512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:14.085217+0000 mgr.y (mgr.24491) 13030 : cluster [DBG] pgmap v11512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:16.085838+0000 mgr.y (mgr.24491) 13031 : cluster [DBG] pgmap v11513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:16.085838+0000 mgr.y (mgr.24491) 13031 : cluster [DBG] pgmap v11513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:16.085838+0000 mgr.y (mgr.24491) 13031 : cluster [DBG] pgmap v11513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:56:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:18.086222+0000 mgr.y (mgr.24491) 13032 : cluster [DBG] pgmap v11514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:18.086222+0000 mgr.y (mgr.24491) 13032 : cluster [DBG] pgmap v11514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:18.086222+0000 mgr.y (mgr.24491) 13032 : cluster [DBG] pgmap v11514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:21.266 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:56:21.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:20.086997+0000 mgr.y (mgr.24491) 13033 : cluster [DBG] pgmap v11515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:21.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:20.086997+0000 mgr.y (mgr.24491) 13033 : cluster [DBG] pgmap v11515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:20.086997+0000 mgr.y (mgr.24491) 13033 : cluster [DBG] pgmap v11515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:22.087550+0000 mgr.y (mgr.24491) 13034 : cluster [DBG] pgmap v11516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:22.087550+0000 mgr.y (mgr.24491) 13034 : cluster [DBG] pgmap v11516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:22.087550+0000 mgr.y (mgr.24491) 13034 : cluster [DBG] pgmap v11516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:24.088123+0000 mgr.y (mgr.24491) 13035 : cluster [DBG] pgmap v11517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:24.088123+0000 mgr.y (mgr.24491) 13035 : cluster [DBG] pgmap v11517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:24.088123+0000 mgr.y (mgr.24491) 13035 : cluster [DBG] pgmap v11517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:26.088793+0000 mgr.y (mgr.24491) 13036 : cluster [DBG] pgmap v11518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:26.088793+0000 mgr.y (mgr.24491) 13036 : cluster [DBG] pgmap v11518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:26.088793+0000 mgr.y (mgr.24491) 13036 : cluster [DBG] pgmap v11518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T09:56:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:28.089209+0000 mgr.y (mgr.24491) 13037 : cluster [DBG] pgmap v11519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:28.089209+0000 mgr.y (mgr.24491) 13037 : cluster [DBG] pgmap v11519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:28.089209+0000 mgr.y (mgr.24491) 13037 : cluster [DBG] pgmap v11519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:31.280 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:56:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:30.089875+0000 mgr.y (mgr.24491) 13038 : cluster [DBG] pgmap v11520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:30.089875+0000 mgr.y (mgr.24491) 13038 : cluster [DBG] pgmap v11520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:30.089875+0000 mgr.y (mgr.24491) 13038 : cluster [DBG] pgmap v11520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:32.090421+0000 mgr.y (mgr.24491) 13039 : cluster [DBG] pgmap v11521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:32.090421+0000 mgr.y (mgr.24491) 13039 : cluster [DBG] pgmap v11521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:32.090421+0000 mgr.y (mgr.24491) 13039 : cluster [DBG] pgmap v11521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:34.091043+0000 mgr.y (mgr.24491) 13040 : cluster [DBG] pgmap v11522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:34.091043+0000 mgr.y (mgr.24491) 13040 : cluster [DBG] pgmap v11522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:35.723 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:56:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:34.091043+0000 mgr.y (mgr.24491) 13040 : cluster [DBG] pgmap v11522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:36.000 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:56:36.000 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:56:36.000 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:56:36.000 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:56:36.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:56:36.002 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:56:36.002 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:56:36.002 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:56:36.333 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:56:36.334 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:56:36.335 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:56:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:56:35.712431+0000 mgr.y (mgr.24491) 13041 : audit [DBG] from='client.38165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:56:35.993996+0000 mgr.y (mgr.24491) 13042 : audit [DBG] from='client.28260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:36.091543+0000 mgr.y (mgr.24491) 13043 : cluster [DBG] pgmap v11523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:56:36.334900+0000 mon.a (mon.0) 2890 : audit [DBG] from='client.? 172.21.15.177:0/2115701023' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:56:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:56:35.712431+0000 mgr.y (mgr.24491) 13041 : audit [DBG] from='client.38165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:56:35.993996+0000 mgr.y (mgr.24491) 13042 : audit [DBG] from='client.28260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:36.091543+0000 mgr.y (mgr.24491) 13043 : cluster [DBG] pgmap v11523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:37.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:56:36.334900+0000 mon.a (mon.0) 2890 : audit [DBG] from='client.? 172.21.15.177:0/2115701023' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:56:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:56:35.712431+0000 mgr.y (mgr.24491) 13041 : audit [DBG] from='client.38165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:56:35.993996+0000 mgr.y (mgr.24491) 13042 : audit [DBG] from='client.28260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:56:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:36.091543+0000 mgr.y (mgr.24491) 13043 : cluster [DBG] pgmap v11523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:56:36.334900+0000 mon.a (mon.0) 2890 : audit [DBG] from='client.? 172.21.15.177:0/2115701023' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:56:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T09:56:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:38.091926+0000 mgr.y (mgr.24491) 13044 : cluster [DBG] pgmap v11524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:38.091926+0000 mgr.y (mgr.24491) 13044 : cluster [DBG] pgmap v11524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:38.091926+0000 mgr.y (mgr.24491) 13044 : cluster [DBG] pgmap v11524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:41.298 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:56:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:40.092576+0000 mgr.y (mgr.24491) 13045 : cluster [DBG] pgmap v11525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:56:40.664133+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:56:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:56:40.954324+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:56:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:56:40.954953+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:56:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:56:40.959298+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:56:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:40.092576+0000 mgr.y (mgr.24491) 13045 : cluster [DBG] pgmap v11525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:56:40.664133+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:56:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:56:40.954324+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:56:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:56:40.954953+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:56:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:56:40.959298+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:56:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:40.092576+0000 mgr.y (mgr.24491) 13045 : cluster [DBG] pgmap v11525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:56:40.664133+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:56:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:56:40.954324+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:56:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:56:40.954953+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:56:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:56:40.959298+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:56:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:42.092990+0000 mgr.y (mgr.24491) 13046 : cluster [DBG] pgmap v11526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:42.092990+0000 mgr.y (mgr.24491) 13046 : cluster [DBG] pgmap v11526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:42.092990+0000 mgr.y (mgr.24491) 13046 : cluster [DBG] pgmap v11526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:44.093431+0000 mgr.y (mgr.24491) 13047 : cluster [DBG] pgmap v11527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:44.093431+0000 mgr.y (mgr.24491) 13047 : cluster [DBG] pgmap v11527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:44.093431+0000 mgr.y (mgr.24491) 13047 : cluster [DBG] pgmap v11527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:46.094058+0000 mgr.y (mgr.24491) 13048 : cluster [DBG] pgmap v11528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:46.094058+0000 mgr.y (mgr.24491) 13048 : cluster [DBG] pgmap v11528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:46.094058+0000 mgr.y (mgr.24491) 13048 : cluster [DBG] pgmap v11528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:56:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:48.094575+0000 mgr.y (mgr.24491) 13049 : cluster [DBG] pgmap v11529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:48.094575+0000 mgr.y (mgr.24491) 13049 : cluster [DBG] pgmap v11529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:48.094575+0000 mgr.y (mgr.24491) 13049 : cluster [DBG] pgmap v11529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:51.314 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:56:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:50.095514+0000 mgr.y (mgr.24491) 13050 : cluster [DBG] pgmap v11530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:50.095514+0000 mgr.y (mgr.24491) 13050 : cluster [DBG] pgmap v11530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:50.095514+0000 mgr.y (mgr.24491) 13050 : cluster [DBG] pgmap v11530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:52.096091+0000 mgr.y (mgr.24491) 13051 : cluster [DBG] pgmap v11531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:52.096091+0000 mgr.y (mgr.24491) 13051 : cluster [DBG] pgmap v11531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:52.096091+0000 mgr.y (mgr.24491) 13051 : cluster [DBG] pgmap v11531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:54.096546+0000 mgr.y (mgr.24491) 13052 : cluster [DBG] pgmap v11532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:54.096546+0000 mgr.y (mgr.24491) 13052 : cluster [DBG] pgmap v11532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:54.096546+0000 mgr.y (mgr.24491) 13052 : cluster [DBG] pgmap v11532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:56.097285+0000 mgr.y (mgr.24491) 13053 : cluster [DBG] pgmap v11533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:56.097285+0000 mgr.y (mgr.24491) 13053 : cluster [DBG] pgmap v11533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:56.097285+0000 mgr.y (mgr.24491) 13053 : cluster [DBG] pgmap v11533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:56:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T09:56:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:56:58.097708+0000 mgr.y (mgr.24491) 13054 : cluster [DBG] pgmap v11534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:56:58.097708+0000 mgr.y (mgr.24491) 13054 : cluster [DBG] pgmap v11534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:56:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:56:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:56:58.097708+0000 mgr.y (mgr.24491) 13054 : cluster [DBG] pgmap v11534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:01.331 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:57:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:00.098572+0000 mgr.y (mgr.24491) 13055 : cluster [DBG] pgmap v11535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:00.098572+0000 mgr.y (mgr.24491) 13055 : cluster [DBG] pgmap v11535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:00.098572+0000 mgr.y (mgr.24491) 13055 : cluster [DBG] pgmap v11535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:02.099122+0000 mgr.y (mgr.24491) 13056 : cluster [DBG] pgmap v11536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:02.099122+0000 mgr.y (mgr.24491) 13056 : cluster [DBG] pgmap v11536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:02.099122+0000 mgr.y (mgr.24491) 13056 : cluster [DBG] pgmap v11536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:04.099549+0000 mgr.y (mgr.24491) 13057 : cluster [DBG] pgmap v11537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:04.099549+0000 mgr.y (mgr.24491) 13057 : cluster [DBG] pgmap v11537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:04.099549+0000 mgr.y (mgr.24491) 13057 : cluster [DBG] pgmap v11537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:06.644 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:57:06.920 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:57:06.920 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:57:06.920 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:57:06.920 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 6m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 6m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:57:06.921 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:57:06.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:57:06.922 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:57:07.256 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:57:07.256 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:57:07.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:57:07.256 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:57:07.256 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:57:07.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:57:07.257 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:57:07.257 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:57:07.257 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:57:07.257 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:57:07.257 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:57:07.257 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:57:07.257 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:57:07.257 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:57:07.257 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:57:07.257 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:57:07.257 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:57:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:06.100402+0000 mgr.y (mgr.24491) 13058 : cluster [DBG] pgmap v11538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:57:06.633368+0000 mgr.y (mgr.24491) 13059 : audit [DBG] from='client.38183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:57:07.257595+0000 mon.c (mon.2) 423 : audit [DBG] from='client.? 172.21.15.177:0/1664543868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:57:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:06.100402+0000 mgr.y (mgr.24491) 13058 : cluster [DBG] pgmap v11538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:57:06.633368+0000 mgr.y (mgr.24491) 13059 : audit [DBG] from='client.38183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:57:07.257595+0000 mon.c (mon.2) 423 : audit [DBG] from='client.? 172.21.15.177:0/1664543868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:57:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:06.100402+0000 mgr.y (mgr.24491) 13058 : cluster [DBG] pgmap v11538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:57:06.633368+0000 mgr.y (mgr.24491) 13059 : audit [DBG] from='client.38183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:57:07.257595+0000 mon.c (mon.2) 423 : audit [DBG] from='client.? 172.21.15.177:0/1664543868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:57:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T09:57:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:57:06.913738+0000 mgr.y (mgr.24491) 13060 : audit [DBG] from='client.28278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:57:06.913738+0000 mgr.y (mgr.24491) 13060 : audit [DBG] from='client.28278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:57:06.913738+0000 mgr.y (mgr.24491) 13060 : audit [DBG] from='client.28278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:08.100866+0000 mgr.y (mgr.24491) 13061 : cluster [DBG] pgmap v11539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:08.100866+0000 mgr.y (mgr.24491) 13061 : cluster [DBG] pgmap v11539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:08.100866+0000 mgr.y (mgr.24491) 13061 : cluster [DBG] pgmap v11539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:11.351 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:57:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:10.101628+0000 mgr.y (mgr.24491) 13062 : cluster [DBG] pgmap v11540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:10.101628+0000 mgr.y (mgr.24491) 13062 : cluster [DBG] pgmap v11540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:10.101628+0000 mgr.y (mgr.24491) 13062 : cluster [DBG] pgmap v11540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:12.102083+0000 mgr.y (mgr.24491) 13063 : cluster [DBG] pgmap v11541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:12.102083+0000 mgr.y (mgr.24491) 13063 : cluster [DBG] pgmap v11541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:12.102083+0000 mgr.y (mgr.24491) 13063 : cluster [DBG] pgmap v11541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:14.102557+0000 mgr.y (mgr.24491) 13064 : cluster [DBG] pgmap v11542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:14.102557+0000 mgr.y (mgr.24491) 13064 : cluster [DBG] pgmap v11542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:14.102557+0000 mgr.y (mgr.24491) 13064 : cluster [DBG] pgmap v11542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:16.103226+0000 mgr.y (mgr.24491) 13065 : cluster [DBG] pgmap v11543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:16.103226+0000 mgr.y (mgr.24491) 13065 : cluster [DBG] pgmap v11543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:16.103226+0000 mgr.y (mgr.24491) 13065 : cluster [DBG] pgmap v11543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:57:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:18.103635+0000 mgr.y (mgr.24491) 13066 : cluster [DBG] pgmap v11544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:18.103635+0000 mgr.y (mgr.24491) 13066 : cluster [DBG] pgmap v11544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:18.103635+0000 mgr.y (mgr.24491) 13066 : cluster [DBG] pgmap v11544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:21.366 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:57:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:20.104304+0000 mgr.y (mgr.24491) 13067 : cluster [DBG] pgmap v11545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:20.104304+0000 mgr.y (mgr.24491) 13067 : cluster [DBG] pgmap v11545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:20.104304+0000 mgr.y (mgr.24491) 13067 : cluster [DBG] pgmap v11545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:22.104636+0000 mgr.y (mgr.24491) 13068 : cluster [DBG] pgmap v11546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:22.104636+0000 mgr.y (mgr.24491) 13068 : cluster [DBG] pgmap v11546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:22.104636+0000 mgr.y (mgr.24491) 13068 : cluster [DBG] pgmap v11546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:24.105214+0000 mgr.y (mgr.24491) 13069 : cluster [DBG] pgmap v11547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:24.105214+0000 mgr.y (mgr.24491) 13069 : cluster [DBG] pgmap v11547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:24.105214+0000 mgr.y (mgr.24491) 13069 : cluster [DBG] pgmap v11547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:26.105884+0000 mgr.y (mgr.24491) 13070 : cluster [DBG] pgmap v11548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:26.105884+0000 mgr.y (mgr.24491) 13070 : cluster [DBG] pgmap v11548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:26.105884+0000 mgr.y (mgr.24491) 13070 : cluster [DBG] pgmap v11548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:57:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:28.106329+0000 mgr.y (mgr.24491) 13071 : cluster [DBG] pgmap v11549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:28.106329+0000 mgr.y (mgr.24491) 13071 : cluster [DBG] pgmap v11549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:28.106329+0000 mgr.y (mgr.24491) 13071 : cluster [DBG] pgmap v11549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:31.383 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:57:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:30.107241+0000 mgr.y (mgr.24491) 13072 : cluster [DBG] pgmap v11550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:30.107241+0000 mgr.y (mgr.24491) 13072 : cluster [DBG] pgmap v11550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:30.107241+0000 mgr.y (mgr.24491) 13072 : cluster [DBG] pgmap v11550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:32.107624+0000 mgr.y (mgr.24491) 13073 : cluster [DBG] pgmap v11551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:32.107624+0000 mgr.y (mgr.24491) 13073 : cluster [DBG] pgmap v11551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:32.107624+0000 mgr.y (mgr.24491) 13073 : cluster [DBG] pgmap v11551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:34.108073+0000 mgr.y (mgr.24491) 13074 : cluster [DBG] pgmap v11552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:34.108073+0000 mgr.y (mgr.24491) 13074 : cluster [DBG] pgmap v11552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:34.108073+0000 mgr.y (mgr.24491) 13074 : cluster [DBG] pgmap v11552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:37.567 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:57:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:36.108719+0000 mgr.y (mgr.24491) 13075 : cluster [DBG] pgmap v11553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:36.108719+0000 mgr.y (mgr.24491) 13075 : cluster [DBG] pgmap v11553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:36.108719+0000 mgr.y (mgr.24491) 13075 : cluster [DBG] pgmap v11553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:37.846 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:57:37.846 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:57:37.846 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:57:37.846 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:57:37.846 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 7m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:57:37.847 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:57:37.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:57:37.848 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:57:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:57:38.181 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:57:38.181 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:57:38.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:57:38.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:57:38.181 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:57:38.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:57:38.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:57:38.182 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:57:38.182 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:57:38.182 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:57:38.182 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:57:38.182 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:57:38.182 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:57:38.182 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:57:38.182 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:57:38.182 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:57:38.182 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:57:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:57:37.556875+0000 mgr.y (mgr.24491) 13076 : audit [DBG] from='client.38201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:57:38.182766+0000 mon.a (mon.0) 2895 : audit [DBG] from='client.? 172.21.15.177:0/3845739145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:57:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:57:37.556875+0000 mgr.y (mgr.24491) 13076 : audit [DBG] from='client.38201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:57:38.182766+0000 mon.a (mon.0) 2895 : audit [DBG] from='client.? 172.21.15.177:0/3845739145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:57:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:57:37.556875+0000 mgr.y (mgr.24491) 13076 : audit [DBG] from='client.38201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:57:38.182766+0000 mon.a (mon.0) 2895 : audit [DBG] from='client.? 172.21.15.177:0/3845739145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:57:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:57:37.840159+0000 mgr.y (mgr.24491) 13077 : audit [DBG] from='client.38207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:38.109072+0000 mgr.y (mgr.24491) 13078 : cluster [DBG] pgmap v11554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:57:37.840159+0000 mgr.y (mgr.24491) 13077 : audit [DBG] from='client.38207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:38.109072+0000 mgr.y (mgr.24491) 13078 : cluster [DBG] pgmap v11554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:57:37.840159+0000 mgr.y (mgr.24491) 13077 : audit [DBG] from='client.38207 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:57:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:38.109072+0000 mgr.y (mgr.24491) 13078 : cluster [DBG] pgmap v11554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:41.404 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:57:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:40.109878+0000 mgr.y (mgr.24491) 13079 : cluster [DBG] pgmap v11555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:57:40.964485+0000 mon.a (mon.0) 2896 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:57:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:57:41.256053+0000 mon.a (mon.0) 2897 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:57:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:57:41.256699+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:57:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:57:41.260863+0000 mon.a (mon.0) 2899 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:57:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:40.109878+0000 mgr.y (mgr.24491) 13079 : cluster [DBG] pgmap v11555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:57:40.964485+0000 mon.a (mon.0) 2896 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:57:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:57:41.256053+0000 mon.a (mon.0) 2897 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:57:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:57:41.256699+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:57:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:57:41.260863+0000 mon.a (mon.0) 2899 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:57:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:40.109878+0000 mgr.y (mgr.24491) 13079 : cluster [DBG] pgmap v11555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:57:40.964485+0000 mon.a (mon.0) 2896 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:57:41.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:57:41.256053+0000 mon.a (mon.0) 2897 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:57:41.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:57:41.256699+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:57:41.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:57:41.260863+0000 mon.a (mon.0) 2899 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:57:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:42.110247+0000 mgr.y (mgr.24491) 13080 : cluster [DBG] pgmap v11556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:42.110247+0000 mgr.y (mgr.24491) 13080 : cluster [DBG] pgmap v11556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:42.110247+0000 mgr.y (mgr.24491) 13080 : cluster [DBG] pgmap v11556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:44.110717+0000 mgr.y (mgr.24491) 13081 : cluster [DBG] pgmap v11557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:44.110717+0000 mgr.y (mgr.24491) 13081 : cluster [DBG] pgmap v11557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:44.110717+0000 mgr.y (mgr.24491) 13081 : cluster [DBG] pgmap v11557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:47.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:46.111392+0000 mgr.y (mgr.24491) 13082 : cluster [DBG] pgmap v11558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:46.111392+0000 mgr.y (mgr.24491) 13082 : cluster [DBG] pgmap v11558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:46.111392+0000 mgr.y (mgr.24491) 13082 : cluster [DBG] pgmap v11558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:57:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:48.112010+0000 mgr.y (mgr.24491) 13083 : cluster [DBG] pgmap v11559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:48.112010+0000 mgr.y (mgr.24491) 13083 : cluster [DBG] pgmap v11559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:48.112010+0000 mgr.y (mgr.24491) 13083 : cluster [DBG] pgmap v11559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:51.421 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:57:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:50.112858+0000 mgr.y (mgr.24491) 13084 : cluster [DBG] pgmap v11560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:50.112858+0000 mgr.y (mgr.24491) 13084 : cluster [DBG] pgmap v11560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:50.112858+0000 mgr.y (mgr.24491) 13084 : cluster [DBG] pgmap v11560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:52.113268+0000 mgr.y (mgr.24491) 13085 : cluster [DBG] pgmap v11561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:52.113268+0000 mgr.y (mgr.24491) 13085 : cluster [DBG] pgmap v11561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:52.113268+0000 mgr.y (mgr.24491) 13085 : cluster [DBG] pgmap v11561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:54.113673+0000 mgr.y (mgr.24491) 13086 : cluster [DBG] pgmap v11562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:54.113673+0000 mgr.y (mgr.24491) 13086 : cluster [DBG] pgmap v11562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:54.113673+0000 mgr.y (mgr.24491) 13086 : cluster [DBG] pgmap v11562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:56.114475+0000 mgr.y (mgr.24491) 13087 : cluster [DBG] pgmap v11563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:57.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:56.114475+0000 mgr.y (mgr.24491) 13087 : cluster [DBG] pgmap v11563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:56.114475+0000 mgr.y (mgr.24491) 13087 : cluster [DBG] pgmap v11563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:57:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T09:57:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:57:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:57:58.115024+0000 mgr.y (mgr.24491) 13088 : cluster [DBG] pgmap v11564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:57:58.115024+0000 mgr.y (mgr.24491) 13088 : cluster [DBG] pgmap v11564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:57:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:57:58.115024+0000 mgr.y (mgr.24491) 13088 : cluster [DBG] pgmap v11564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:01.439 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:58:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:00.115710+0000 mgr.y (mgr.24491) 13089 : cluster [DBG] pgmap v11565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:00.115710+0000 mgr.y (mgr.24491) 13089 : cluster [DBG] pgmap v11565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:00.115710+0000 mgr.y (mgr.24491) 13089 : cluster [DBG] pgmap v11565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:02.116192+0000 mgr.y (mgr.24491) 13090 : cluster [DBG] pgmap v11566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:02.116192+0000 mgr.y (mgr.24491) 13090 : cluster [DBG] pgmap v11566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:02.116192+0000 mgr.y (mgr.24491) 13090 : cluster [DBG] pgmap v11566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:04.116747+0000 mgr.y (mgr.24491) 13091 : cluster [DBG] pgmap v11567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:04.116747+0000 mgr.y (mgr.24491) 13091 : cluster [DBG] pgmap v11567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:04.116747+0000 mgr.y (mgr.24491) 13091 : cluster [DBG] pgmap v11567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:06.117559+0000 mgr.y (mgr.24491) 13092 : cluster [DBG] pgmap v11568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:06.117559+0000 mgr.y (mgr.24491) 13092 : cluster [DBG] pgmap v11568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:06.117559+0000 mgr.y (mgr.24491) 13092 : cluster [DBG] pgmap v11568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T09:58:08.493 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:58:08.767 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:58:08.768 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:58:08.768 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 7m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:58:08.768 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:58:08.768 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 7m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:58:08.768 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 7m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:58:08.768 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:58:08.768 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:58:08.768 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 7m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:58:08.768 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 7m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:58:08.768 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:58:08.768 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 7m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:58:08.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:58:08.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:58:08.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:58:08.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:58:08.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 7m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:58:08.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 7m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:58:08.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 7m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:58:08.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 7m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:58:08.769 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 7m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:58:09.099 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:58:09.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:58:09.101 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:58:09.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:58:09.101 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:58:09.101 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:58:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:08.118047+0000 mgr.y (mgr.24491) 13093 : cluster [DBG] pgmap v11569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:08.482600+0000 mgr.y (mgr.24491) 13094 : audit [DBG] from='client.28308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:09.101015+0000 mon.a (mon.0) 2900 : audit [DBG] from='client.? 172.21.15.177:0/855619885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:58:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:08.118047+0000 mgr.y (mgr.24491) 13093 : cluster [DBG] pgmap v11569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:08.482600+0000 mgr.y (mgr.24491) 13094 : audit [DBG] from='client.28308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:09.101015+0000 mon.a (mon.0) 2900 : audit [DBG] from='client.? 172.21.15.177:0/855619885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:58:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:08.118047+0000 mgr.y (mgr.24491) 13093 : cluster [DBG] pgmap v11569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:08.482600+0000 mgr.y (mgr.24491) 13094 : audit [DBG] from='client.28308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:09.101015+0000 mon.a (mon.0) 2900 : audit [DBG] from='client.? 172.21.15.177:0/855619885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:58:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:08.761121+0000 mgr.y (mgr.24491) 13095 : audit [DBG] from='client.28314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:08.761121+0000 mgr.y (mgr.24491) 13095 : audit [DBG] from='client.28314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:08.761121+0000 mgr.y (mgr.24491) 13095 : audit [DBG] from='client.28314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:11.459 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:58:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:10.118731+0000 mgr.y (mgr.24491) 13096 : cluster [DBG] pgmap v11570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:10.118731+0000 mgr.y (mgr.24491) 13096 : cluster [DBG] pgmap v11570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:10.118731+0000 mgr.y (mgr.24491) 13096 : cluster [DBG] pgmap v11570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:12.119257+0000 mgr.y (mgr.24491) 13097 : cluster [DBG] pgmap v11571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:12.119257+0000 mgr.y (mgr.24491) 13097 : cluster [DBG] pgmap v11571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:12.119257+0000 mgr.y (mgr.24491) 13097 : cluster [DBG] pgmap v11571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:14.119722+0000 mgr.y (mgr.24491) 13098 : cluster [DBG] pgmap v11572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:14.119722+0000 mgr.y (mgr.24491) 13098 : cluster [DBG] pgmap v11572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:14.119722+0000 mgr.y (mgr.24491) 13098 : cluster [DBG] pgmap v11572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:16.120369+0000 mgr.y (mgr.24491) 13099 : cluster [DBG] pgmap v11573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:17.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:16.120369+0000 mgr.y (mgr.24491) 13099 : cluster [DBG] pgmap v11573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:16.120369+0000 mgr.y (mgr.24491) 13099 : cluster [DBG] pgmap v11573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:58:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:18.120760+0000 mgr.y (mgr.24491) 13100 : cluster [DBG] pgmap v11574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:18.120760+0000 mgr.y (mgr.24491) 13100 : cluster [DBG] pgmap v11574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:18.120760+0000 mgr.y (mgr.24491) 13100 : cluster [DBG] pgmap v11574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:21.476 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:58:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:20.121489+0000 mgr.y (mgr.24491) 13101 : cluster [DBG] pgmap v11575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:20.121489+0000 mgr.y (mgr.24491) 13101 : cluster [DBG] pgmap v11575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:20.121489+0000 mgr.y (mgr.24491) 13101 : cluster [DBG] pgmap v11575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:22.122053+0000 mgr.y (mgr.24491) 13102 : cluster [DBG] pgmap v11576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:22.122053+0000 mgr.y (mgr.24491) 13102 : cluster [DBG] pgmap v11576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:22.122053+0000 mgr.y (mgr.24491) 13102 : cluster [DBG] pgmap v11576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:24.122408+0000 mgr.y (mgr.24491) 13103 : cluster [DBG] pgmap v11577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:24.122408+0000 mgr.y (mgr.24491) 13103 : cluster [DBG] pgmap v11577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:24.122408+0000 mgr.y (mgr.24491) 13103 : cluster [DBG] pgmap v11577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:26.123181+0000 mgr.y (mgr.24491) 13104 : cluster [DBG] pgmap v11578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:58:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:26.123181+0000 mgr.y (mgr.24491) 13104 : cluster [DBG] pgmap v11578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:26.123181+0000 mgr.y (mgr.24491) 13104 : cluster [DBG] pgmap v11578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:28.123623+0000 mgr.y (mgr.24491) 13105 : cluster [DBG] pgmap v11579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:28.123623+0000 mgr.y (mgr.24491) 13105 : cluster [DBG] pgmap v11579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:28.123623+0000 mgr.y (mgr.24491) 13105 : cluster [DBG] pgmap v11579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:31.492 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:58:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:30.124359+0000 mgr.y (mgr.24491) 13106 : cluster [DBG] pgmap v11580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:30.124359+0000 mgr.y (mgr.24491) 13106 : cluster [DBG] pgmap v11580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:30.124359+0000 mgr.y (mgr.24491) 13106 : cluster [DBG] pgmap v11580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:32.124907+0000 mgr.y (mgr.24491) 13107 : cluster [DBG] pgmap v11581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:32.124907+0000 mgr.y (mgr.24491) 13107 : cluster [DBG] pgmap v11581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:32.124907+0000 mgr.y (mgr.24491) 13107 : cluster [DBG] pgmap v11581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:34.125289+0000 mgr.y (mgr.24491) 13108 : cluster [DBG] pgmap v11582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:34.125289+0000 mgr.y (mgr.24491) 13108 : cluster [DBG] pgmap v11582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:34.125289+0000 mgr.y (mgr.24491) 13108 : cluster [DBG] pgmap v11582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T09:58:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:36.126060+0000 mgr.y (mgr.24491) 13109 : cluster [DBG] pgmap v11583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:36.126060+0000 mgr.y (mgr.24491) 13109 : cluster [DBG] pgmap v11583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:36.126060+0000 mgr.y (mgr.24491) 13109 : cluster [DBG] pgmap v11583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:39.411 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:58:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:58:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 8m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:58:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 8m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:58:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 8m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:58:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 8m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:58:39.688 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 8m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 8m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 8m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 8m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 8m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 8m ago 6h 45.8M 2480M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 8m ago 6h 45.7M 2480M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 8m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 8m ago 6h 41.9M 2480M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 8m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 8m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 8m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 8m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:58:39.689 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 8m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:58:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:38.126512+0000 mgr.y (mgr.24491) 13110 : cluster [DBG] pgmap v11584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:38.126512+0000 mgr.y (mgr.24491) 13110 : cluster [DBG] pgmap v11584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:38.126512+0000 mgr.y (mgr.24491) 13110 : cluster [DBG] pgmap v11584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:40.024 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:58:40.024 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:58:40.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:58:40.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:58:40.024 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:58:40.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:58:40.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:58:40.025 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:58:40.025 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:58:40.025 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:58:40.025 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:58:40.025 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:58:40.025 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:58:40.025 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:58:40.025 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:58:40.025 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:58:40.025 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:58:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:39.400715+0000 mgr.y (mgr.24491) 13111 : audit [DBG] from='client.38237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:39.682159+0000 mgr.y (mgr.24491) 13112 : audit [DBG] from='client.28332 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:40.025722+0000 mon.c (mon.2) 424 : audit [DBG] from='client.? 172.21.15.177:0/1642658648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:58:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:39.400715+0000 mgr.y (mgr.24491) 13111 : audit [DBG] from='client.38237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:39.682159+0000 mgr.y (mgr.24491) 13112 : audit [DBG] from='client.28332 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:40.025722+0000 mon.c (mon.2) 424 : audit [DBG] from='client.? 172.21.15.177:0/1642658648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:58:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:39.400715+0000 mgr.y (mgr.24491) 13111 : audit [DBG] from='client.38237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:39.682159+0000 mgr.y (mgr.24491) 13112 : audit [DBG] from='client.28332 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:58:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:40.025722+0000 mon.c (mon.2) 424 : audit [DBG] from='client.? 172.21.15.177:0/1642658648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:58:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:58:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:40.127075+0000 mgr.y (mgr.24491) 13113 : cluster [DBG] pgmap v11585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:41.265116+0000 mon.a (mon.0) 2901 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:58:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:40.127075+0000 mgr.y (mgr.24491) 13113 : cluster [DBG] pgmap v11585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:41.265116+0000 mon.a (mon.0) 2901 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:58:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:40.127075+0000 mgr.y (mgr.24491) 13113 : cluster [DBG] pgmap v11585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:41.265116+0000 mon.a (mon.0) 2901 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:58:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:41.554699+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:41.555298+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:41.555806+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:41.556959+0000 mon.a (mon.0) 2905 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T09:58:41.557388+0000 mgr.y (mgr.24491) 13114 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2477M 2024-04-20T09:58:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:41.561261+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:58:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:41.561990+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:58:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:41.562555+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:58:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:58:41.566847+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:58:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:41.554699+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:41.555298+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:41.555806+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:41.556959+0000 mon.a (mon.0) 2905 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T09:58:41.557388+0000 mgr.y (mgr.24491) 13114 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2477M 2024-04-20T09:58:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:41.561261+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:58:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:41.561990+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:58:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:41.562555+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:58:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:58:41.566847+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:58:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:41.554699+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:41.555298+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:41.555806+0000 mon.a (mon.0) 2904 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:41.556959+0000 mon.a (mon.0) 2905 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T09:58:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T09:58:41.557388+0000 mgr.y (mgr.24491) 13114 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2477M 2024-04-20T09:58:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:41.561261+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:58:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:41.561990+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:58:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:41.562555+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:58:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:58:41.566847+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:58:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:42.127411+0000 mgr.y (mgr.24491) 13115 : cluster [DBG] pgmap v11586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:42.127411+0000 mgr.y (mgr.24491) 13115 : cluster [DBG] pgmap v11586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:42.127411+0000 mgr.y (mgr.24491) 13115 : cluster [DBG] pgmap v11586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:44.127877+0000 mgr.y (mgr.24491) 13116 : cluster [DBG] pgmap v11587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:44.127877+0000 mgr.y (mgr.24491) 13116 : cluster [DBG] pgmap v11587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:44.127877+0000 mgr.y (mgr.24491) 13116 : cluster [DBG] pgmap v11587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:58:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:46.128564+0000 mgr.y (mgr.24491) 13117 : cluster [DBG] pgmap v11588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:46.128564+0000 mgr.y (mgr.24491) 13117 : cluster [DBG] pgmap v11588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:46.128564+0000 mgr.y (mgr.24491) 13117 : cluster [DBG] pgmap v11588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:48.128996+0000 mgr.y (mgr.24491) 13118 : cluster [DBG] pgmap v11589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:48.128996+0000 mgr.y (mgr.24491) 13118 : cluster [DBG] pgmap v11589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:48.128996+0000 mgr.y (mgr.24491) 13118 : cluster [DBG] pgmap v11589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:58:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:50.129854+0000 mgr.y (mgr.24491) 13119 : cluster [DBG] pgmap v11590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:50.129854+0000 mgr.y (mgr.24491) 13119 : cluster [DBG] pgmap v11590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:50.129854+0000 mgr.y (mgr.24491) 13119 : cluster [DBG] pgmap v11590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:52.130270+0000 mgr.y (mgr.24491) 13120 : cluster [DBG] pgmap v11591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:52.130270+0000 mgr.y (mgr.24491) 13120 : cluster [DBG] pgmap v11591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:52.130270+0000 mgr.y (mgr.24491) 13120 : cluster [DBG] pgmap v11591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:54.130886+0000 mgr.y (mgr.24491) 13121 : cluster [DBG] pgmap v11592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:54.130886+0000 mgr.y (mgr.24491) 13121 : cluster [DBG] pgmap v11592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:54.130886+0000 mgr.y (mgr.24491) 13121 : cluster [DBG] pgmap v11592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:58:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T09:58:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:56.131554+0000 mgr.y (mgr.24491) 13122 : cluster [DBG] pgmap v11593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:56.131554+0000 mgr.y (mgr.24491) 13122 : cluster [DBG] pgmap v11593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:56.131554+0000 mgr.y (mgr.24491) 13122 : cluster [DBG] pgmap v11593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:58:58.132152+0000 mgr.y (mgr.24491) 13123 : cluster [DBG] pgmap v11594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:58:58.132152+0000 mgr.y (mgr.24491) 13123 : cluster [DBG] pgmap v11594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:58:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:58:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:58:58.132152+0000 mgr.y (mgr.24491) 13123 : cluster [DBG] pgmap v11594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:59:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:00.133012+0000 mgr.y (mgr.24491) 13124 : cluster [DBG] pgmap v11595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:00.133012+0000 mgr.y (mgr.24491) 13124 : cluster [DBG] pgmap v11595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:00.133012+0000 mgr.y (mgr.24491) 13124 : cluster [DBG] pgmap v11595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:02.133481+0000 mgr.y (mgr.24491) 13125 : cluster [DBG] pgmap v11596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:02.133481+0000 mgr.y (mgr.24491) 13125 : cluster [DBG] pgmap v11596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:02.133481+0000 mgr.y (mgr.24491) 13125 : cluster [DBG] pgmap v11596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:04.133967+0000 mgr.y (mgr.24491) 13126 : cluster [DBG] pgmap v11597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:04.133967+0000 mgr.y (mgr.24491) 13126 : cluster [DBG] pgmap v11597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:04.133967+0000 mgr.y (mgr.24491) 13126 : cluster [DBG] pgmap v11597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T09:59:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:06.134583+0000 mgr.y (mgr.24491) 13127 : cluster [DBG] pgmap v11598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:06.134583+0000 mgr.y (mgr.24491) 13127 : cluster [DBG] pgmap v11598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:06.134583+0000 mgr.y (mgr.24491) 13127 : cluster [DBG] pgmap v11598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:08.134983+0000 mgr.y (mgr.24491) 13128 : cluster [DBG] pgmap v11599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:08.134983+0000 mgr.y (mgr.24491) 13128 : cluster [DBG] pgmap v11599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:08.134983+0000 mgr.y (mgr.24491) 13128 : cluster [DBG] pgmap v11599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:10.330 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 8m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 8m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 8m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 8m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 8m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 8m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 8m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 8m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 8m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 8m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:59:10.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 8m ago 6h 45.7M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:59:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 8m ago 6h 41.9M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:59:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 8m ago 6h 41.9M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:59:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 8m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:59:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 8m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:59:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 8m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:59:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 8m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:59:10.608 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 8m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:59:10.939 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:59:10.939 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:59:10.939 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:59:10.939 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:59:10.939 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:59:10.939 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:59:10.939 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:59:10.939 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:59:10.940 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:59:10.940 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:59:10.940 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:59:10.940 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:59:10.940 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:59:10.940 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:59:10.940 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:59:10.940 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:59:10.940 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:59:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:59:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:10.135525+0000 mgr.y (mgr.24491) 13129 : cluster [DBG] pgmap v11600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:59:10.319184+0000 mgr.y (mgr.24491) 13130 : audit [DBG] from='client.28344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:59:10.600383+0000 mgr.y (mgr.24491) 13131 : audit [DBG] from='client.38261 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:59:10.940560+0000 mon.a (mon.0) 2910 : audit [DBG] from='client.? 172.21.15.177:0/3564852339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:59:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:10.135525+0000 mgr.y (mgr.24491) 13129 : cluster [DBG] pgmap v11600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:59:10.319184+0000 mgr.y (mgr.24491) 13130 : audit [DBG] from='client.28344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:59:10.600383+0000 mgr.y (mgr.24491) 13131 : audit [DBG] from='client.38261 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:59:10.940560+0000 mon.a (mon.0) 2910 : audit [DBG] from='client.? 172.21.15.177:0/3564852339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:59:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:10.135525+0000 mgr.y (mgr.24491) 13129 : cluster [DBG] pgmap v11600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:59:10.319184+0000 mgr.y (mgr.24491) 13130 : audit [DBG] from='client.28344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:59:10.600383+0000 mgr.y (mgr.24491) 13131 : audit [DBG] from='client.38261 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:59:10.940560+0000 mon.a (mon.0) 2910 : audit [DBG] from='client.? 172.21.15.177:0/3564852339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:59:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:12.136111+0000 mgr.y (mgr.24491) 13132 : cluster [DBG] pgmap v11601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:12.136111+0000 mgr.y (mgr.24491) 13132 : cluster [DBG] pgmap v11601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:12.136111+0000 mgr.y (mgr.24491) 13132 : cluster [DBG] pgmap v11601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:14.136731+0000 mgr.y (mgr.24491) 13133 : cluster [DBG] pgmap v11602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:14.136731+0000 mgr.y (mgr.24491) 13133 : cluster [DBG] pgmap v11602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:14.136731+0000 mgr.y (mgr.24491) 13133 : cluster [DBG] pgmap v11602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:59:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:16.137394+0000 mgr.y (mgr.24491) 13134 : cluster [DBG] pgmap v11603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:16.137394+0000 mgr.y (mgr.24491) 13134 : cluster [DBG] pgmap v11603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:16.137394+0000 mgr.y (mgr.24491) 13134 : cluster [DBG] pgmap v11603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:18.137837+0000 mgr.y (mgr.24491) 13135 : cluster [DBG] pgmap v11604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:18.137837+0000 mgr.y (mgr.24491) 13135 : cluster [DBG] pgmap v11604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:18.137837+0000 mgr.y (mgr.24491) 13135 : cluster [DBG] pgmap v11604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:59:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:20.138577+0000 mgr.y (mgr.24491) 13136 : cluster [DBG] pgmap v11605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:20.138577+0000 mgr.y (mgr.24491) 13136 : cluster [DBG] pgmap v11605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:20.138577+0000 mgr.y (mgr.24491) 13136 : cluster [DBG] pgmap v11605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:22.139152+0000 mgr.y (mgr.24491) 13137 : cluster [DBG] pgmap v11606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:22.139152+0000 mgr.y (mgr.24491) 13137 : cluster [DBG] pgmap v11606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:22.139152+0000 mgr.y (mgr.24491) 13137 : cluster [DBG] pgmap v11606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:24.139708+0000 mgr.y (mgr.24491) 13138 : cluster [DBG] pgmap v11607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:24.139708+0000 mgr.y (mgr.24491) 13138 : cluster [DBG] pgmap v11607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:24.139708+0000 mgr.y (mgr.24491) 13138 : cluster [DBG] pgmap v11607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:59:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:26.140433+0000 mgr.y (mgr.24491) 13139 : cluster [DBG] pgmap v11608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:26.140433+0000 mgr.y (mgr.24491) 13139 : cluster [DBG] pgmap v11608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:26.140433+0000 mgr.y (mgr.24491) 13139 : cluster [DBG] pgmap v11608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:28.141010+0000 mgr.y (mgr.24491) 13140 : cluster [DBG] pgmap v11609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:28.141010+0000 mgr.y (mgr.24491) 13140 : cluster [DBG] pgmap v11609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:28.141010+0000 mgr.y (mgr.24491) 13140 : cluster [DBG] pgmap v11609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:59:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:30.141788+0000 mgr.y (mgr.24491) 13141 : cluster [DBG] pgmap v11610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:30.141788+0000 mgr.y (mgr.24491) 13141 : cluster [DBG] pgmap v11610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:30.141788+0000 mgr.y (mgr.24491) 13141 : cluster [DBG] pgmap v11610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:32.142300+0000 mgr.y (mgr.24491) 13142 : cluster [DBG] pgmap v11611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:32.142300+0000 mgr.y (mgr.24491) 13142 : cluster [DBG] pgmap v11611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:32.142300+0000 mgr.y (mgr.24491) 13142 : cluster [DBG] pgmap v11611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:34.142717+0000 mgr.y (mgr.24491) 13143 : cluster [DBG] pgmap v11612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:34.142717+0000 mgr.y (mgr.24491) 13143 : cluster [DBG] pgmap v11612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:34.142717+0000 mgr.y (mgr.24491) 13143 : cluster [DBG] pgmap v11612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:36.143465+0000 mgr.y (mgr.24491) 13144 : cluster [DBG] pgmap v11613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:36.143465+0000 mgr.y (mgr.24491) 13144 : cluster [DBG] pgmap v11613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T09:59:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:36.143465+0000 mgr.y (mgr.24491) 13144 : cluster [DBG] pgmap v11613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:38.143844+0000 mgr.y (mgr.24491) 13145 : cluster [DBG] pgmap v11614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:38.143844+0000 mgr.y (mgr.24491) 13145 : cluster [DBG] pgmap v11614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:38.143844+0000 mgr.y (mgr.24491) 13145 : cluster [DBG] pgmap v11614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:41.249 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T09:59:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:59:41.524 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T09:59:41.524 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T09:59:41.524 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T09:59:41.524 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T09:59:41.524 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 9m ago 6h 45.7M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 9m ago 6h 41.9M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 9m ago 6h 41.9M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T09:59:41.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T09:59:41.526 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T09:59:41.876 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T09:59:41.877 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T09:59:41.878 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T09:59:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:40.144505+0000 mgr.y (mgr.24491) 13146 : cluster [DBG] pgmap v11615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:59:41.571865+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:59:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:40.144505+0000 mgr.y (mgr.24491) 13146 : cluster [DBG] pgmap v11615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:59:41.571865+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:59:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:40.144505+0000 mgr.y (mgr.24491) 13146 : cluster [DBG] pgmap v11615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:59:41.571865+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T09:59:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:59:41.239023+0000 mgr.y (mgr.24491) 13147 : audit [DBG] from='client.38273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:59:41.518046+0000 mgr.y (mgr.24491) 13148 : audit [DBG] from='client.38279 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:59:41.863414+0000 mon.a (mon.0) 2912 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:59:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:59:41.864013+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:59:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:59:41.868359+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:59:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T09:59:41.877844+0000 mon.a (mon.0) 2915 : audit [DBG] from='client.? 172.21.15.177:0/928897511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:59:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:59:41.239023+0000 mgr.y (mgr.24491) 13147 : audit [DBG] from='client.38273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:59:41.518046+0000 mgr.y (mgr.24491) 13148 : audit [DBG] from='client.38279 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:59:41.863414+0000 mon.a (mon.0) 2912 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:59:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:59:41.864013+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:59:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:59:41.868359+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:59:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T09:59:41.877844+0000 mon.a (mon.0) 2915 : audit [DBG] from='client.? 172.21.15.177:0/928897511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:59:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:59:41.239023+0000 mgr.y (mgr.24491) 13147 : audit [DBG] from='client.38273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:59:41.518046+0000 mgr.y (mgr.24491) 13148 : audit [DBG] from='client.38279 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T09:59:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:59:41.863414+0000 mon.a (mon.0) 2912 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T09:59:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:59:41.864013+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T09:59:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:59:41.868359+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T09:59:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T09:59:41.877844+0000 mon.a (mon.0) 2915 : audit [DBG] from='client.? 172.21.15.177:0/928897511' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T09:59:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:42.144846+0000 mgr.y (mgr.24491) 13149 : cluster [DBG] pgmap v11616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:42.144846+0000 mgr.y (mgr.24491) 13149 : cluster [DBG] pgmap v11616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:42.144846+0000 mgr.y (mgr.24491) 13149 : cluster [DBG] pgmap v11616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:44.145156+0000 mgr.y (mgr.24491) 13150 : cluster [DBG] pgmap v11617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:44.145156+0000 mgr.y (mgr.24491) 13150 : cluster [DBG] pgmap v11617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:44.145156+0000 mgr.y (mgr.24491) 13150 : cluster [DBG] pgmap v11617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:46.145975+0000 mgr.y (mgr.24491) 13151 : cluster [DBG] pgmap v11618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:59:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:46.145975+0000 mgr.y (mgr.24491) 13151 : cluster [DBG] pgmap v11618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:46.145975+0000 mgr.y (mgr.24491) 13151 : cluster [DBG] pgmap v11618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:48.146376+0000 mgr.y (mgr.24491) 13152 : cluster [DBG] pgmap v11619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:48.146376+0000 mgr.y (mgr.24491) 13152 : cluster [DBG] pgmap v11619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:48.146376+0000 mgr.y (mgr.24491) 13152 : cluster [DBG] pgmap v11619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 09:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T09:59:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:50.147258+0000 mgr.y (mgr.24491) 13153 : cluster [DBG] pgmap v11620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:50.147258+0000 mgr.y (mgr.24491) 13153 : cluster [DBG] pgmap v11620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:50.147258+0000 mgr.y (mgr.24491) 13153 : cluster [DBG] pgmap v11620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:52.147700+0000 mgr.y (mgr.24491) 13154 : cluster [DBG] pgmap v11621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:52.147700+0000 mgr.y (mgr.24491) 13154 : cluster [DBG] pgmap v11621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:52.147700+0000 mgr.y (mgr.24491) 13154 : cluster [DBG] pgmap v11621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:54.148162+0000 mgr.y (mgr.24491) 13155 : cluster [DBG] pgmap v11622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:54.148162+0000 mgr.y (mgr.24491) 13155 : cluster [DBG] pgmap v11622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:54.148162+0000 mgr.y (mgr.24491) 13155 : cluster [DBG] pgmap v11622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:56.148746+0000 mgr.y (mgr.24491) 13156 : cluster [DBG] pgmap v11623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 09:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:09:59:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T09:59:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:56.148746+0000 mgr.y (mgr.24491) 13156 : cluster [DBG] pgmap v11623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:56.148746+0000 mgr.y (mgr.24491) 13156 : cluster [DBG] pgmap v11623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:59.999 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 09:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T09:59:58.149234+0000 mgr.y (mgr.24491) 13157 : cluster [DBG] pgmap v11624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:59.999 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 09:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T09:59:58.149234+0000 mgr.y (mgr.24491) 13157 : cluster [DBG] pgmap v11624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T09:59:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 09:59:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T09:59:58.149234+0000 mgr.y (mgr.24491) 13157 : cluster [DBG] pgmap v11624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:00.000084+0000 mon.a (mon.0) 2916 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:00:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:00.000084+0000 mon.a (mon.0) 2916 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:00:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T09:59:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:00:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:00.000084+0000 mon.a (mon.0) 2916 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:00:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:00:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:00.149926+0000 mgr.y (mgr.24491) 13158 : cluster [DBG] pgmap v11625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:00.149926+0000 mgr.y (mgr.24491) 13158 : cluster [DBG] pgmap v11625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:00.149926+0000 mgr.y (mgr.24491) 13158 : cluster [DBG] pgmap v11625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:02.150351+0000 mgr.y (mgr.24491) 13159 : cluster [DBG] pgmap v11626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:02.150351+0000 mgr.y (mgr.24491) 13159 : cluster [DBG] pgmap v11626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:02.150351+0000 mgr.y (mgr.24491) 13159 : cluster [DBG] pgmap v11626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:04.150817+0000 mgr.y (mgr.24491) 13160 : cluster [DBG] pgmap v11627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:04.150817+0000 mgr.y (mgr.24491) 13160 : cluster [DBG] pgmap v11627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:04.150817+0000 mgr.y (mgr.24491) 13160 : cluster [DBG] pgmap v11627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:06.151517+0000 mgr.y (mgr.24491) 13161 : cluster [DBG] pgmap v11628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:00:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:06.151517+0000 mgr.y (mgr.24491) 13161 : cluster [DBG] pgmap v11628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:06.151517+0000 mgr.y (mgr.24491) 13161 : cluster [DBG] pgmap v11628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:08.151850+0000 mgr.y (mgr.24491) 13162 : cluster [DBG] pgmap v11629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:08.151850+0000 mgr.y (mgr.24491) 13162 : cluster [DBG] pgmap v11629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:08.151850+0000 mgr.y (mgr.24491) 13162 : cluster [DBG] pgmap v11629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:10.152461+0000 mgr.y (mgr.24491) 13163 : cluster [DBG] pgmap v11630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:00:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:10.152461+0000 mgr.y (mgr.24491) 13163 : cluster [DBG] pgmap v11630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:10.152461+0000 mgr.y (mgr.24491) 13163 : cluster [DBG] pgmap v11630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:12.191 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:00:12.478 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 9m ago 6h 45.7M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 9m ago 6h 41.9M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:00:12.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 9m ago 6h 41.9M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:00:12.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:00:12.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:00:12.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:00:12.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:00:12.480 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:00:12.819 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:00:12.819 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:00:12.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:00:12.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:00:12.819 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:00:12.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:00:12.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:00:12.819 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:00:12.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:00:12.820 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:00:12.820 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:00:12.820 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:00:12.820 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:00:12.820 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:00:12.820 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:00:12.820 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:00:12.820 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:00:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:12.152784+0000 mgr.y (mgr.24491) 13164 : cluster [DBG] pgmap v11631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:12.180467+0000 mgr.y (mgr.24491) 13165 : audit [DBG] from='client.38291 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:12.471962+0000 mgr.y (mgr.24491) 13166 : audit [DBG] from='client.38297 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:12.820302+0000 mon.c (mon.2) 425 : audit [DBG] from='client.? 172.21.15.177:0/112403602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:00:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:12.152784+0000 mgr.y (mgr.24491) 13164 : cluster [DBG] pgmap v11631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:12.180467+0000 mgr.y (mgr.24491) 13165 : audit [DBG] from='client.38291 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:12.471962+0000 mgr.y (mgr.24491) 13166 : audit [DBG] from='client.38297 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:12.820302+0000 mon.c (mon.2) 425 : audit [DBG] from='client.? 172.21.15.177:0/112403602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:00:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:12.152784+0000 mgr.y (mgr.24491) 13164 : cluster [DBG] pgmap v11631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:12.180467+0000 mgr.y (mgr.24491) 13165 : audit [DBG] from='client.38291 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:12.471962+0000 mgr.y (mgr.24491) 13166 : audit [DBG] from='client.38297 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:12.820302+0000 mon.c (mon.2) 425 : audit [DBG] from='client.? 172.21.15.177:0/112403602' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:00:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:14.153309+0000 mgr.y (mgr.24491) 13167 : cluster [DBG] pgmap v11632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:14.153309+0000 mgr.y (mgr.24491) 13167 : cluster [DBG] pgmap v11632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:14.153309+0000 mgr.y (mgr.24491) 13167 : cluster [DBG] pgmap v11632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:16.153966+0000 mgr.y (mgr.24491) 13168 : cluster [DBG] pgmap v11633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:16.153966+0000 mgr.y (mgr.24491) 13168 : cluster [DBG] pgmap v11633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:16.153966+0000 mgr.y (mgr.24491) 13168 : cluster [DBG] pgmap v11633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:00:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:18.154402+0000 mgr.y (mgr.24491) 13169 : cluster [DBG] pgmap v11634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:18.154402+0000 mgr.y (mgr.24491) 13169 : cluster [DBG] pgmap v11634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:18.154402+0000 mgr.y (mgr.24491) 13169 : cluster [DBG] pgmap v11634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:20.155286+0000 mgr.y (mgr.24491) 13170 : cluster [DBG] pgmap v11635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:00:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:20.155286+0000 mgr.y (mgr.24491) 13170 : cluster [DBG] pgmap v11635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:20.155286+0000 mgr.y (mgr.24491) 13170 : cluster [DBG] pgmap v11635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:23.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:22.155795+0000 mgr.y (mgr.24491) 13171 : cluster [DBG] pgmap v11636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:22.155795+0000 mgr.y (mgr.24491) 13171 : cluster [DBG] pgmap v11636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:22.155795+0000 mgr.y (mgr.24491) 13171 : cluster [DBG] pgmap v11636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:24.156272+0000 mgr.y (mgr.24491) 13172 : cluster [DBG] pgmap v11637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:24.156272+0000 mgr.y (mgr.24491) 13172 : cluster [DBG] pgmap v11637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:24.156272+0000 mgr.y (mgr.24491) 13172 : cluster [DBG] pgmap v11637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:26.157015+0000 mgr.y (mgr.24491) 13173 : cluster [DBG] pgmap v11638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:26.157015+0000 mgr.y (mgr.24491) 13173 : cluster [DBG] pgmap v11638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:26.157015+0000 mgr.y (mgr.24491) 13173 : cluster [DBG] pgmap v11638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:00:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:28.157402+0000 mgr.y (mgr.24491) 13174 : cluster [DBG] pgmap v11639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:28.157402+0000 mgr.y (mgr.24491) 13174 : cluster [DBG] pgmap v11639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:28.157402+0000 mgr.y (mgr.24491) 13174 : cluster [DBG] pgmap v11639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:30.158209+0000 mgr.y (mgr.24491) 13175 : cluster [DBG] pgmap v11640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:00:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:30.158209+0000 mgr.y (mgr.24491) 13175 : cluster [DBG] pgmap v11640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:30.158209+0000 mgr.y (mgr.24491) 13175 : cluster [DBG] pgmap v11640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:32.158693+0000 mgr.y (mgr.24491) 13176 : cluster [DBG] pgmap v11641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:32.158693+0000 mgr.y (mgr.24491) 13176 : cluster [DBG] pgmap v11641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:32.158693+0000 mgr.y (mgr.24491) 13176 : cluster [DBG] pgmap v11641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:34.159268+0000 mgr.y (mgr.24491) 13177 : cluster [DBG] pgmap v11642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:34.159268+0000 mgr.y (mgr.24491) 13177 : cluster [DBG] pgmap v11642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:34.159268+0000 mgr.y (mgr.24491) 13177 : cluster [DBG] pgmap v11642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:36.159965+0000 mgr.y (mgr.24491) 13178 : cluster [DBG] pgmap v11643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:36.159965+0000 mgr.y (mgr.24491) 13178 : cluster [DBG] pgmap v11643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:36.159965+0000 mgr.y (mgr.24491) 13178 : cluster [DBG] pgmap v11643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:00:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:38.160428+0000 mgr.y (mgr.24491) 13179 : cluster [DBG] pgmap v11644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:38.160428+0000 mgr.y (mgr.24491) 13179 : cluster [DBG] pgmap v11644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:38.160428+0000 mgr.y (mgr.24491) 13179 : cluster [DBG] pgmap v11644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:40.161190+0000 mgr.y (mgr.24491) 13180 : cluster [DBG] pgmap v11645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:00:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:40.161190+0000 mgr.y (mgr.24491) 13180 : cluster [DBG] pgmap v11645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:40.161190+0000 mgr.y (mgr.24491) 13180 : cluster [DBG] pgmap v11645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:42.581 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:41.872622+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:00:42.581 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:41.872622+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:00:42.624 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:41.872622+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:00:43.205 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:00:43.508 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:00:43.508 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 10m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:00:43.509 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 10m ago 6h 62.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:00:43.509 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 10m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:00:43.509 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 10m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:00:43.509 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 10m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:00:43.509 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 10m ago 6h 476M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:00:43.509 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 10m ago 6h 1070M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:00:43.510 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 10m ago 6h 561M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:00:43.510 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 10m ago 6h 567M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:00:43.510 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 10m ago 6h 28.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:00:43.510 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 10m ago 6h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:00:43.510 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 10m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:00:43.510 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 10m ago 6h 45.7M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:00:43.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 10m ago 6h 41.9M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:00:43.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 10m ago 6h 41.9M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:00:43.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 10m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:00:43.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 10m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:00:43.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 10m ago 6h 43.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:00:43.511 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 10m ago 6h 44.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:00:43.512 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 10m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:00:43.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:42.161627+0000 mgr.y (mgr.24491) 13181 : cluster [DBG] pgmap v11646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:42.161627+0000 mgr.y (mgr.24491) 13181 : cluster [DBG] pgmap v11646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:42.161627+0000 mgr.y (mgr.24491) 13181 : cluster [DBG] pgmap v11646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:43.852 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:00:43.853 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:00:43.853 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:00:43.853 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:00:43.853 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:00:43.853 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:00:43.853 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:00:43.853 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:00:43.853 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:00:43.854 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:00:43.854 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:00:43.854 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:00:43.854 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:00:43.854 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:00:43.854 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:00:43.854 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:00:43.854 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:00:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:43.192267+0000 mgr.y (mgr.24491) 13182 : audit [DBG] from='client.38309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:43.500981+0000 mgr.y (mgr.24491) 13183 : audit [DBG] from='client.38315 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:43.853823+0000 mon.a (mon.0) 2918 : audit [DBG] from='client.? 172.21.15.177:0/1625744813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:00:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:43.192267+0000 mgr.y (mgr.24491) 13182 : audit [DBG] from='client.38309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:43.500981+0000 mgr.y (mgr.24491) 13183 : audit [DBG] from='client.38315 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:43.853823+0000 mon.a (mon.0) 2918 : audit [DBG] from='client.? 172.21.15.177:0/1625744813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:00:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:43.192267+0000 mgr.y (mgr.24491) 13182 : audit [DBG] from='client.38309 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:43.500981+0000 mgr.y (mgr.24491) 13183 : audit [DBG] from='client.38315 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:00:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:43.853823+0000 mon.a (mon.0) 2918 : audit [DBG] from='client.? 172.21.15.177:0/1625744813' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:00:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:44.162075+0000 mgr.y (mgr.24491) 13184 : cluster [DBG] pgmap v11647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:44.645094+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:00:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:45.369150+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:00:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:45.636880+0000 mon.a (mon.0) 2921 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:00:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:45.637702+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:00:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:00:45.643019+0000 mon.a (mon.0) 2923 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:00:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:44.162075+0000 mgr.y (mgr.24491) 13184 : cluster [DBG] pgmap v11647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:44.645094+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:00:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:45.369150+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:00:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:45.636880+0000 mon.a (mon.0) 2921 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:00:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:45.637702+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:00:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:00:45.643019+0000 mon.a (mon.0) 2923 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:00:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:44.162075+0000 mgr.y (mgr.24491) 13184 : cluster [DBG] pgmap v11647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:44.645094+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:00:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:45.369150+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:00:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:45.636880+0000 mon.a (mon.0) 2921 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:00:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:45.637702+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:00:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:00:45.643019+0000 mon.a (mon.0) 2923 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:00:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:46.162621+0000 mgr.y (mgr.24491) 13185 : cluster [DBG] pgmap v11648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:46.162621+0000 mgr.y (mgr.24491) 13185 : cluster [DBG] pgmap v11648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:00:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:46.162621+0000 mgr.y (mgr.24491) 13185 : cluster [DBG] pgmap v11648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:48.163177+0000 mgr.y (mgr.24491) 13186 : cluster [DBG] pgmap v11649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:48.163177+0000 mgr.y (mgr.24491) 13186 : cluster [DBG] pgmap v11649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:48.163177+0000 mgr.y (mgr.24491) 13186 : cluster [DBG] pgmap v11649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:00:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:50.163830+0000 mgr.y (mgr.24491) 13187 : cluster [DBG] pgmap v11650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:50.163830+0000 mgr.y (mgr.24491) 13187 : cluster [DBG] pgmap v11650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:50.163830+0000 mgr.y (mgr.24491) 13187 : cluster [DBG] pgmap v11650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:52.164291+0000 mgr.y (mgr.24491) 13188 : cluster [DBG] pgmap v11651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:52.164291+0000 mgr.y (mgr.24491) 13188 : cluster [DBG] pgmap v11651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:52.164291+0000 mgr.y (mgr.24491) 13188 : cluster [DBG] pgmap v11651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:54.164735+0000 mgr.y (mgr.24491) 13189 : cluster [DBG] pgmap v11652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:54.164735+0000 mgr.y (mgr.24491) 13189 : cluster [DBG] pgmap v11652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:54.164735+0000 mgr.y (mgr.24491) 13189 : cluster [DBG] pgmap v11652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:56.165479+0000 mgr.y (mgr.24491) 13190 : cluster [DBG] pgmap v11653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:56.165479+0000 mgr.y (mgr.24491) 13190 : cluster [DBG] pgmap v11653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:00:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:00:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:56.165479+0000 mgr.y (mgr.24491) 13190 : cluster [DBG] pgmap v11653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:00:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:00:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:00:58.166108+0000 mgr.y (mgr.24491) 13191 : cluster [DBG] pgmap v11654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:00:58.166108+0000 mgr.y (mgr.24491) 13191 : cluster [DBG] pgmap v11654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:00:58.166108+0000 mgr.y (mgr.24491) 13191 : cluster [DBG] pgmap v11654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:01:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:00.166999+0000 mgr.y (mgr.24491) 13192 : cluster [DBG] pgmap v11655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:00.166999+0000 mgr.y (mgr.24491) 13192 : cluster [DBG] pgmap v11655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:00.166999+0000 mgr.y (mgr.24491) 13192 : cluster [DBG] pgmap v11655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:02.167520+0000 mgr.y (mgr.24491) 13193 : cluster [DBG] pgmap v11656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:02.167520+0000 mgr.y (mgr.24491) 13193 : cluster [DBG] pgmap v11656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:02.167520+0000 mgr.y (mgr.24491) 13193 : cluster [DBG] pgmap v11656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:04.168072+0000 mgr.y (mgr.24491) 13194 : cluster [DBG] pgmap v11657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:04.168072+0000 mgr.y (mgr.24491) 13194 : cluster [DBG] pgmap v11657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:04.168072+0000 mgr.y (mgr.24491) 13194 : cluster [DBG] pgmap v11657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:06.168708+0000 mgr.y (mgr.24491) 13195 : cluster [DBG] pgmap v11658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:06.168708+0000 mgr.y (mgr.24491) 13195 : cluster [DBG] pgmap v11658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:07] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T10:01:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:06.168708+0000 mgr.y (mgr.24491) 13195 : cluster [DBG] pgmap v11658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:08.169149+0000 mgr.y (mgr.24491) 13196 : cluster [DBG] pgmap v11659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:08.169149+0000 mgr.y (mgr.24491) 13196 : cluster [DBG] pgmap v11659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:08.169149+0000 mgr.y (mgr.24491) 13196 : cluster [DBG] pgmap v11659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:01:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:10.169849+0000 mgr.y (mgr.24491) 13197 : cluster [DBG] pgmap v11660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:10.169849+0000 mgr.y (mgr.24491) 13197 : cluster [DBG] pgmap v11660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:10.169849+0000 mgr.y (mgr.24491) 13197 : cluster [DBG] pgmap v11660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:12.170272+0000 mgr.y (mgr.24491) 13198 : cluster [DBG] pgmap v11661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:12.170272+0000 mgr.y (mgr.24491) 13198 : cluster [DBG] pgmap v11661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:12.170272+0000 mgr.y (mgr.24491) 13198 : cluster [DBG] pgmap v11661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:14.165 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:01:14.442 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:01:14.442 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 29s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:01:14.442 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 29s ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:01:14.442 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 29s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 29s ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 29s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 29s ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 29s ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 29s ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 29s ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 29s ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 29s ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 29s ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 29s ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 29s ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 29s ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 29s ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 29s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:01:14.443 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 29s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:01:14.444 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 29s ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:01:14.444 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 29s ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:01:14.777 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:01:14.777 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:01:14.777 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:01:14.777 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:01:14.777 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:01:14.777 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:01:14.777 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:01:14.777 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:01:14.777 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:01:14.777 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:01:14.777 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:01:14.778 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:01:14.778 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:01:14.778 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:01:14.778 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:01:14.778 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:01:14.778 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:01:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:01:14.154769+0000 mgr.y (mgr.24491) 13199 : audit [DBG] from='client.28416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:14.170619+0000 mgr.y (mgr.24491) 13200 : cluster [DBG] pgmap v11662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:01:14.435804+0000 mgr.y (mgr.24491) 13201 : audit [DBG] from='client.38333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:01:14.778160+0000 mon.a (mon.0) 2924 : audit [DBG] from='client.? 172.21.15.177:0/3311149663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:01:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:01:14.154769+0000 mgr.y (mgr.24491) 13199 : audit [DBG] from='client.28416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:14.170619+0000 mgr.y (mgr.24491) 13200 : cluster [DBG] pgmap v11662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:01:14.435804+0000 mgr.y (mgr.24491) 13201 : audit [DBG] from='client.38333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:01:14.778160+0000 mon.a (mon.0) 2924 : audit [DBG] from='client.? 172.21.15.177:0/3311149663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:01:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:01:14.154769+0000 mgr.y (mgr.24491) 13199 : audit [DBG] from='client.28416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:14.170619+0000 mgr.y (mgr.24491) 13200 : cluster [DBG] pgmap v11662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:01:14.435804+0000 mgr.y (mgr.24491) 13201 : audit [DBG] from='client.38333 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:01:14.778160+0000 mon.a (mon.0) 2924 : audit [DBG] from='client.? 172.21.15.177:0/3311149663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:01:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:16.171397+0000 mgr.y (mgr.24491) 13202 : cluster [DBG] pgmap v11663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T10:01:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:16.171397+0000 mgr.y (mgr.24491) 13202 : cluster [DBG] pgmap v11663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:16.171397+0000 mgr.y (mgr.24491) 13202 : cluster [DBG] pgmap v11663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:18.171902+0000 mgr.y (mgr.24491) 13203 : cluster [DBG] pgmap v11664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:18.171902+0000 mgr.y (mgr.24491) 13203 : cluster [DBG] pgmap v11664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:18.171902+0000 mgr.y (mgr.24491) 13203 : cluster [DBG] pgmap v11664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:01:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:20.172723+0000 mgr.y (mgr.24491) 13204 : cluster [DBG] pgmap v11665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:20.172723+0000 mgr.y (mgr.24491) 13204 : cluster [DBG] pgmap v11665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:20.172723+0000 mgr.y (mgr.24491) 13204 : cluster [DBG] pgmap v11665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:22.173193+0000 mgr.y (mgr.24491) 13205 : cluster [DBG] pgmap v11666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:22.173193+0000 mgr.y (mgr.24491) 13205 : cluster [DBG] pgmap v11666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:22.173193+0000 mgr.y (mgr.24491) 13205 : cluster [DBG] pgmap v11666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:24.173574+0000 mgr.y (mgr.24491) 13206 : cluster [DBG] pgmap v11667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:24.173574+0000 mgr.y (mgr.24491) 13206 : cluster [DBG] pgmap v11667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:24.173574+0000 mgr.y (mgr.24491) 13206 : cluster [DBG] pgmap v11667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:26.174352+0000 mgr.y (mgr.24491) 13207 : cluster [DBG] pgmap v11668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T10:01:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:26.174352+0000 mgr.y (mgr.24491) 13207 : cluster [DBG] pgmap v11668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:26.174352+0000 mgr.y (mgr.24491) 13207 : cluster [DBG] pgmap v11668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:28.174882+0000 mgr.y (mgr.24491) 13208 : cluster [DBG] pgmap v11669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:28.174882+0000 mgr.y (mgr.24491) 13208 : cluster [DBG] pgmap v11669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:28.174882+0000 mgr.y (mgr.24491) 13208 : cluster [DBG] pgmap v11669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:01:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:30.175494+0000 mgr.y (mgr.24491) 13209 : cluster [DBG] pgmap v11670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:30.175494+0000 mgr.y (mgr.24491) 13209 : cluster [DBG] pgmap v11670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:30.175494+0000 mgr.y (mgr.24491) 13209 : cluster [DBG] pgmap v11670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:32.175969+0000 mgr.y (mgr.24491) 13210 : cluster [DBG] pgmap v11671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:32.175969+0000 mgr.y (mgr.24491) 13210 : cluster [DBG] pgmap v11671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:32.175969+0000 mgr.y (mgr.24491) 13210 : cluster [DBG] pgmap v11671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:34.176380+0000 mgr.y (mgr.24491) 13211 : cluster [DBG] pgmap v11672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:34.176380+0000 mgr.y (mgr.24491) 13211 : cluster [DBG] pgmap v11672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:34.176380+0000 mgr.y (mgr.24491) 13211 : cluster [DBG] pgmap v11672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:36.177140+0000 mgr.y (mgr.24491) 13212 : cluster [DBG] pgmap v11673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:36.177140+0000 mgr.y (mgr.24491) 13212 : cluster [DBG] pgmap v11673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:36.177140+0000 mgr.y (mgr.24491) 13212 : cluster [DBG] pgmap v11673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:01:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:38.177633+0000 mgr.y (mgr.24491) 13213 : cluster [DBG] pgmap v11674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:38.177633+0000 mgr.y (mgr.24491) 13213 : cluster [DBG] pgmap v11674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:38.177633+0000 mgr.y (mgr.24491) 13213 : cluster [DBG] pgmap v11674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:40.178314+0000 mgr.y (mgr.24491) 13214 : cluster [DBG] pgmap v11675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:01:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:40.178314+0000 mgr.y (mgr.24491) 13214 : cluster [DBG] pgmap v11675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:40.178314+0000 mgr.y (mgr.24491) 13214 : cluster [DBG] pgmap v11675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:42.178824+0000 mgr.y (mgr.24491) 13215 : cluster [DBG] pgmap v11676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:42.178824+0000 mgr.y (mgr.24491) 13215 : cluster [DBG] pgmap v11676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:42.178824+0000 mgr.y (mgr.24491) 13215 : cluster [DBG] pgmap v11676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:45.088 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:01:45.364 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:01:45.364 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 60s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:01:45.364 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 59s ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 60s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 59s ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 59s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 60s ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 60s ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 59s ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 60s ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 60s ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 59s ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 60s ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 60s ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 60s ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 60s ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:01:45.365 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 59s ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:01:45.366 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 59s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:01:45.366 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 59s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:01:45.366 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 59s ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:01:45.366 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 59s ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:01:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:44.179400+0000 mgr.y (mgr.24491) 13216 : cluster [DBG] pgmap v11677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:44.179400+0000 mgr.y (mgr.24491) 13216 : cluster [DBG] pgmap v11677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:44.179400+0000 mgr.y (mgr.24491) 13216 : cluster [DBG] pgmap v11677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:45.700 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:01:45.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:01:45.702 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:01:45.702 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:01:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:01:45.077579+0000 mgr.y (mgr.24491) 13217 : audit [DBG] from='client.38345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:01:45.357902+0000 mgr.y (mgr.24491) 13218 : audit [DBG] from='client.28440 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:01:45.649271+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:01:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:01:45.701609+0000 mon.a (mon.0) 2926 : audit [DBG] from='client.? 172.21.15.177:0/3468875543' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:01:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:01:45.947234+0000 mon.a (mon.0) 2927 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:01:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:01:45.947858+0000 mon.a (mon.0) 2928 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:01:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:01:45.952201+0000 mon.a (mon.0) 2929 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:01:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:01:45.077579+0000 mgr.y (mgr.24491) 13217 : audit [DBG] from='client.38345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:01:45.357902+0000 mgr.y (mgr.24491) 13218 : audit [DBG] from='client.28440 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:01:45.649271+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:01:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:01:45.701609+0000 mon.a (mon.0) 2926 : audit [DBG] from='client.? 172.21.15.177:0/3468875543' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:01:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:01:45.947234+0000 mon.a (mon.0) 2927 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:01:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:01:45.947858+0000 mon.a (mon.0) 2928 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:01:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:01:45.952201+0000 mon.a (mon.0) 2929 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:01:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:01:45.077579+0000 mgr.y (mgr.24491) 13217 : audit [DBG] from='client.38345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:01:45.357902+0000 mgr.y (mgr.24491) 13218 : audit [DBG] from='client.28440 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:01:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:01:45.649271+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:01:46.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:01:45.701609+0000 mon.a (mon.0) 2926 : audit [DBG] from='client.? 172.21.15.177:0/3468875543' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:01:46.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:01:45.947234+0000 mon.a (mon.0) 2927 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:01:46.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:01:45.947858+0000 mon.a (mon.0) 2928 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:01:46.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:01:45.952201+0000 mon.a (mon.0) 2929 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:01:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:46.180147+0000 mgr.y (mgr.24491) 13219 : cluster [DBG] pgmap v11678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:46.180147+0000 mgr.y (mgr.24491) 13219 : cluster [DBG] pgmap v11678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:46.180147+0000 mgr.y (mgr.24491) 13219 : cluster [DBG] pgmap v11678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:01:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:48.180507+0000 mgr.y (mgr.24491) 13220 : cluster [DBG] pgmap v11679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:48.180507+0000 mgr.y (mgr.24491) 13220 : cluster [DBG] pgmap v11679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:48.180507+0000 mgr.y (mgr.24491) 13220 : cluster [DBG] pgmap v11679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:50.181162+0000 mgr.y (mgr.24491) 13221 : cluster [DBG] pgmap v11680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:01:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:50.181162+0000 mgr.y (mgr.24491) 13221 : cluster [DBG] pgmap v11680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:50.181162+0000 mgr.y (mgr.24491) 13221 : cluster [DBG] pgmap v11680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:52.181663+0000 mgr.y (mgr.24491) 13222 : cluster [DBG] pgmap v11681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:52.181663+0000 mgr.y (mgr.24491) 13222 : cluster [DBG] pgmap v11681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:52.181663+0000 mgr.y (mgr.24491) 13222 : cluster [DBG] pgmap v11681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:54.182272+0000 mgr.y (mgr.24491) 13223 : cluster [DBG] pgmap v11682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:54.182272+0000 mgr.y (mgr.24491) 13223 : cluster [DBG] pgmap v11682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:54.182272+0000 mgr.y (mgr.24491) 13223 : cluster [DBG] pgmap v11682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:56.182936+0000 mgr.y (mgr.24491) 13224 : cluster [DBG] pgmap v11683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:56.182936+0000 mgr.y (mgr.24491) 13224 : cluster [DBG] pgmap v11683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:56.182936+0000 mgr.y (mgr.24491) 13224 : cluster [DBG] pgmap v11683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:01:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:01:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:01:58.183446+0000 mgr.y (mgr.24491) 13225 : cluster [DBG] pgmap v11684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:01:58.183446+0000 mgr.y (mgr.24491) 13225 : cluster [DBG] pgmap v11684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:01:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:01:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:01:58.183446+0000 mgr.y (mgr.24491) 13225 : cluster [DBG] pgmap v11684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:01.265 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:02:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:00.184063+0000 mgr.y (mgr.24491) 13226 : cluster [DBG] pgmap v11685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:00.184063+0000 mgr.y (mgr.24491) 13226 : cluster [DBG] pgmap v11685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:00.184063+0000 mgr.y (mgr.24491) 13226 : cluster [DBG] pgmap v11685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:02.184618+0000 mgr.y (mgr.24491) 13227 : cluster [DBG] pgmap v11686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:02.184618+0000 mgr.y (mgr.24491) 13227 : cluster [DBG] pgmap v11686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:02.184618+0000 mgr.y (mgr.24491) 13227 : cluster [DBG] pgmap v11686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:04.185012+0000 mgr.y (mgr.24491) 13228 : cluster [DBG] pgmap v11687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:04.185012+0000 mgr.y (mgr.24491) 13228 : cluster [DBG] pgmap v11687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:04.185012+0000 mgr.y (mgr.24491) 13228 : cluster [DBG] pgmap v11687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:06.185653+0000 mgr.y (mgr.24491) 13229 : cluster [DBG] pgmap v11688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:06.185653+0000 mgr.y (mgr.24491) 13229 : cluster [DBG] pgmap v11688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:06.185653+0000 mgr.y (mgr.24491) 13229 : cluster [DBG] pgmap v11688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T10:02:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:08.186245+0000 mgr.y (mgr.24491) 13230 : cluster [DBG] pgmap v11689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:08.186245+0000 mgr.y (mgr.24491) 13230 : cluster [DBG] pgmap v11689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:08.186245+0000 mgr.y (mgr.24491) 13230 : cluster [DBG] pgmap v11689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:11.281 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:02:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:10.187123+0000 mgr.y (mgr.24491) 13231 : cluster [DBG] pgmap v11690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:10.187123+0000 mgr.y (mgr.24491) 13231 : cluster [DBG] pgmap v11690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:10.187123+0000 mgr.y (mgr.24491) 13231 : cluster [DBG] pgmap v11690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:12.187572+0000 mgr.y (mgr.24491) 13232 : cluster [DBG] pgmap v11691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:12.187572+0000 mgr.y (mgr.24491) 13232 : cluster [DBG] pgmap v11691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:12.187572+0000 mgr.y (mgr.24491) 13232 : cluster [DBG] pgmap v11691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:14.187977+0000 mgr.y (mgr.24491) 13233 : cluster [DBG] pgmap v11692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:14.187977+0000 mgr.y (mgr.24491) 13233 : cluster [DBG] pgmap v11692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:14.187977+0000 mgr.y (mgr.24491) 13233 : cluster [DBG] pgmap v11692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:16.014 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:02:16.289 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 91s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 90s ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 91s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 90s ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 90s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 91s ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 91s ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 90s ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 91s ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 91s ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 90s ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:02:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 91s ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:02:16.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 91s ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:02:16.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 91s ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:02:16.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 91s ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:02:16.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 90s ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:02:16.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 90s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:02:16.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 90s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:02:16.291 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 90s ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:02:16.291 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 90s ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:02:16.624 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:02:16.624 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:02:16.624 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:02:16.625 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:02:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:02:16.003646+0000 mgr.y (mgr.24491) 13234 : audit [DBG] from='client.28452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:16.188501+0000 mgr.y (mgr.24491) 13235 : cluster [DBG] pgmap v11693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:02:16.282610+0000 mgr.y (mgr.24491) 13236 : audit [DBG] from='client.38369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:02:16.625657+0000 mon.a (mon.0) 2930 : audit [DBG] from='client.? 172.21.15.177:0/3227393647' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:02:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:02:16.003646+0000 mgr.y (mgr.24491) 13234 : audit [DBG] from='client.28452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:16.188501+0000 mgr.y (mgr.24491) 13235 : cluster [DBG] pgmap v11693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:02:16.282610+0000 mgr.y (mgr.24491) 13236 : audit [DBG] from='client.38369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:02:16.625657+0000 mon.a (mon.0) 2930 : audit [DBG] from='client.? 172.21.15.177:0/3227393647' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:02:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:02:16.003646+0000 mgr.y (mgr.24491) 13234 : audit [DBG] from='client.28452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:16.188501+0000 mgr.y (mgr.24491) 13235 : cluster [DBG] pgmap v11693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:02:16.282610+0000 mgr.y (mgr.24491) 13236 : audit [DBG] from='client.38369 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:02:16.625657+0000 mon.a (mon.0) 2930 : audit [DBG] from='client.? 172.21.15.177:0/3227393647' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:02:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:02:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:18.189041+0000 mgr.y (mgr.24491) 13237 : cluster [DBG] pgmap v11694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:18.189041+0000 mgr.y (mgr.24491) 13237 : cluster [DBG] pgmap v11694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:18.189041+0000 mgr.y (mgr.24491) 13237 : cluster [DBG] pgmap v11694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:21.295 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:02:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:20.189831+0000 mgr.y (mgr.24491) 13238 : cluster [DBG] pgmap v11695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:20.189831+0000 mgr.y (mgr.24491) 13238 : cluster [DBG] pgmap v11695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:20.189831+0000 mgr.y (mgr.24491) 13238 : cluster [DBG] pgmap v11695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:22.190397+0000 mgr.y (mgr.24491) 13239 : cluster [DBG] pgmap v11696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:22.190397+0000 mgr.y (mgr.24491) 13239 : cluster [DBG] pgmap v11696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:22.190397+0000 mgr.y (mgr.24491) 13239 : cluster [DBG] pgmap v11696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:24.190907+0000 mgr.y (mgr.24491) 13240 : cluster [DBG] pgmap v11697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:24.190907+0000 mgr.y (mgr.24491) 13240 : cluster [DBG] pgmap v11697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:24.190907+0000 mgr.y (mgr.24491) 13240 : cluster [DBG] pgmap v11697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:26.191685+0000 mgr.y (mgr.24491) 13241 : cluster [DBG] pgmap v11698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:26.191685+0000 mgr.y (mgr.24491) 13241 : cluster [DBG] pgmap v11698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:26.191685+0000 mgr.y (mgr.24491) 13241 : cluster [DBG] pgmap v11698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:02:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:28.192096+0000 mgr.y (mgr.24491) 13242 : cluster [DBG] pgmap v11699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:28.192096+0000 mgr.y (mgr.24491) 13242 : cluster [DBG] pgmap v11699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:28.192096+0000 mgr.y (mgr.24491) 13242 : cluster [DBG] pgmap v11699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:31.310 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:02:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:30.192898+0000 mgr.y (mgr.24491) 13243 : cluster [DBG] pgmap v11700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:30.192898+0000 mgr.y (mgr.24491) 13243 : cluster [DBG] pgmap v11700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:30.192898+0000 mgr.y (mgr.24491) 13243 : cluster [DBG] pgmap v11700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:32.193415+0000 mgr.y (mgr.24491) 13244 : cluster [DBG] pgmap v11701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:32.193415+0000 mgr.y (mgr.24491) 13244 : cluster [DBG] pgmap v11701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:32.193415+0000 mgr.y (mgr.24491) 13244 : cluster [DBG] pgmap v11701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:34.194007+0000 mgr.y (mgr.24491) 13245 : cluster [DBG] pgmap v11702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:34.194007+0000 mgr.y (mgr.24491) 13245 : cluster [DBG] pgmap v11702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:35.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:34.194007+0000 mgr.y (mgr.24491) 13245 : cluster [DBG] pgmap v11702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:36.194626+0000 mgr.y (mgr.24491) 13246 : cluster [DBG] pgmap v11703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:36.194626+0000 mgr.y (mgr.24491) 13246 : cluster [DBG] pgmap v11703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:36.194626+0000 mgr.y (mgr.24491) 13246 : cluster [DBG] pgmap v11703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:02:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:38.195242+0000 mgr.y (mgr.24491) 13247 : cluster [DBG] pgmap v11704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:38.195242+0000 mgr.y (mgr.24491) 13247 : cluster [DBG] pgmap v11704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:38.195242+0000 mgr.y (mgr.24491) 13247 : cluster [DBG] pgmap v11704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:41.326 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:02:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:40.195961+0000 mgr.y (mgr.24491) 13248 : cluster [DBG] pgmap v11705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:40.195961+0000 mgr.y (mgr.24491) 13248 : cluster [DBG] pgmap v11705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:40.195961+0000 mgr.y (mgr.24491) 13248 : cluster [DBG] pgmap v11705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:42.196408+0000 mgr.y (mgr.24491) 13249 : cluster [DBG] pgmap v11706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:42.196408+0000 mgr.y (mgr.24491) 13249 : cluster [DBG] pgmap v11706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:42.196408+0000 mgr.y (mgr.24491) 13249 : cluster [DBG] pgmap v11706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:44.197006+0000 mgr.y (mgr.24491) 13250 : cluster [DBG] pgmap v11707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:44.197006+0000 mgr.y (mgr.24491) 13250 : cluster [DBG] pgmap v11707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:44.197006+0000 mgr.y (mgr.24491) 13250 : cluster [DBG] pgmap v11707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:02:45.956321+0000 mon.a (mon.0) 2931 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:02:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:02:46.248166+0000 mon.a (mon.0) 2932 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:02:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:02:46.248841+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:02:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:02:46.253110+0000 mon.a (mon.0) 2934 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:02:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:02:45.956321+0000 mon.a (mon.0) 2931 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:02:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:02:46.248166+0000 mon.a (mon.0) 2932 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:02:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:02:46.248841+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:02:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:02:46.253110+0000 mon.a (mon.0) 2934 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:02:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:02:45.956321+0000 mon.a (mon.0) 2931 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:02:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:02:46.248166+0000 mon.a (mon.0) 2932 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:02:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:02:46.248841+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:02:46.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:02:46.253110+0000 mon.a (mon.0) 2934 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:02:46.927 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:02:47.203 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:02:47.203 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:02:47.203 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 2m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:02:47.203 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:02:47.203 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 2m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 2m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:02:47.204 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:02:47.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:02:47.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:02:47.205 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 2m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:02:47.538 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:02:47.539 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:02:47.539 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:02:47.539 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:02:47.539 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:02:47.539 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:02:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:46.197581+0000 mgr.y (mgr.24491) 13251 : cluster [DBG] pgmap v11708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:46.197581+0000 mgr.y (mgr.24491) 13251 : cluster [DBG] pgmap v11708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:46.197581+0000 mgr.y (mgr.24491) 13251 : cluster [DBG] pgmap v11708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:02:48.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:02:46.916348+0000 mgr.y (mgr.24491) 13252 : audit [DBG] from='client.38381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:48.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:02:47.196816+0000 mgr.y (mgr.24491) 13253 : audit [DBG] from='client.38387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:48.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:02:47.539064+0000 mon.a (mon.0) 2935 : audit [DBG] from='client.? 172.21.15.177:0/206298686' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:02:48.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:02:46.916348+0000 mgr.y (mgr.24491) 13252 : audit [DBG] from='client.38381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:48.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:02:47.196816+0000 mgr.y (mgr.24491) 13253 : audit [DBG] from='client.38387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:48.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:02:47.539064+0000 mon.a (mon.0) 2935 : audit [DBG] from='client.? 172.21.15.177:0/206298686' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:02:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:02:46.916348+0000 mgr.y (mgr.24491) 13252 : audit [DBG] from='client.38381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:02:47.196816+0000 mgr.y (mgr.24491) 13253 : audit [DBG] from='client.38387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:02:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:02:47.539064+0000 mon.a (mon.0) 2935 : audit [DBG] from='client.? 172.21.15.177:0/206298686' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:02:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:48.197929+0000 mgr.y (mgr.24491) 13254 : cluster [DBG] pgmap v11709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:48.197929+0000 mgr.y (mgr.24491) 13254 : cluster [DBG] pgmap v11709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:48.197929+0000 mgr.y (mgr.24491) 13254 : cluster [DBG] pgmap v11709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:51.355 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:02:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:50.198690+0000 mgr.y (mgr.24491) 13255 : cluster [DBG] pgmap v11710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:50.198690+0000 mgr.y (mgr.24491) 13255 : cluster [DBG] pgmap v11710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:50.198690+0000 mgr.y (mgr.24491) 13255 : cluster [DBG] pgmap v11710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:52.199138+0000 mgr.y (mgr.24491) 13256 : cluster [DBG] pgmap v11711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:52.199138+0000 mgr.y (mgr.24491) 13256 : cluster [DBG] pgmap v11711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:52.199138+0000 mgr.y (mgr.24491) 13256 : cluster [DBG] pgmap v11711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:54.199563+0000 mgr.y (mgr.24491) 13257 : cluster [DBG] pgmap v11712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:54.199563+0000 mgr.y (mgr.24491) 13257 : cluster [DBG] pgmap v11712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:54.199563+0000 mgr.y (mgr.24491) 13257 : cluster [DBG] pgmap v11712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:56.200420+0000 mgr.y (mgr.24491) 13258 : cluster [DBG] pgmap v11713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:56.200420+0000 mgr.y (mgr.24491) 13258 : cluster [DBG] pgmap v11713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:56.200420+0000 mgr.y (mgr.24491) 13258 : cluster [DBG] pgmap v11713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:02:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:02:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:02:58.201003+0000 mgr.y (mgr.24491) 13259 : cluster [DBG] pgmap v11714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:02:58.201003+0000 mgr.y (mgr.24491) 13259 : cluster [DBG] pgmap v11714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:02:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:02:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:02:58.201003+0000 mgr.y (mgr.24491) 13259 : cluster [DBG] pgmap v11714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:01.264 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:03:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:00.201724+0000 mgr.y (mgr.24491) 13260 : cluster [DBG] pgmap v11715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:00.201724+0000 mgr.y (mgr.24491) 13260 : cluster [DBG] pgmap v11715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:00.201724+0000 mgr.y (mgr.24491) 13260 : cluster [DBG] pgmap v11715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:02.202098+0000 mgr.y (mgr.24491) 13261 : cluster [DBG] pgmap v11716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:02.202098+0000 mgr.y (mgr.24491) 13261 : cluster [DBG] pgmap v11716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:02.202098+0000 mgr.y (mgr.24491) 13261 : cluster [DBG] pgmap v11716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:05.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:04.202552+0000 mgr.y (mgr.24491) 13262 : cluster [DBG] pgmap v11717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:05.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:04.202552+0000 mgr.y (mgr.24491) 13262 : cluster [DBG] pgmap v11717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:04.202552+0000 mgr.y (mgr.24491) 13262 : cluster [DBG] pgmap v11717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:06.203297+0000 mgr.y (mgr.24491) 13263 : cluster [DBG] pgmap v11718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:06.203297+0000 mgr.y (mgr.24491) 13263 : cluster [DBG] pgmap v11718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:06.203297+0000 mgr.y (mgr.24491) 13263 : cluster [DBG] pgmap v11718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T10:03:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:08.203885+0000 mgr.y (mgr.24491) 13264 : cluster [DBG] pgmap v11719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:08.203885+0000 mgr.y (mgr.24491) 13264 : cluster [DBG] pgmap v11719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:08.203885+0000 mgr.y (mgr.24491) 13264 : cluster [DBG] pgmap v11719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:11.280 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:03:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:10.204523+0000 mgr.y (mgr.24491) 13265 : cluster [DBG] pgmap v11720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:10.204523+0000 mgr.y (mgr.24491) 13265 : cluster [DBG] pgmap v11720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:10.204523+0000 mgr.y (mgr.24491) 13265 : cluster [DBG] pgmap v11720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:12.205021+0000 mgr.y (mgr.24491) 13266 : cluster [DBG] pgmap v11721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:12.205021+0000 mgr.y (mgr.24491) 13266 : cluster [DBG] pgmap v11721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:12.205021+0000 mgr.y (mgr.24491) 13266 : cluster [DBG] pgmap v11721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:14.205405+0000 mgr.y (mgr.24491) 13267 : cluster [DBG] pgmap v11722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:14.205405+0000 mgr.y (mgr.24491) 13267 : cluster [DBG] pgmap v11722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:14.205405+0000 mgr.y (mgr.24491) 13267 : cluster [DBG] pgmap v11722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:16.206128+0000 mgr.y (mgr.24491) 13268 : cluster [DBG] pgmap v11723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:16.206128+0000 mgr.y (mgr.24491) 13268 : cluster [DBG] pgmap v11723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:16.206128+0000 mgr.y (mgr.24491) 13268 : cluster [DBG] pgmap v11723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:17.848 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 2m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 2m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:03:18.121 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 2m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:03:18.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:03:18.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:03:18.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:03:18.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:03:18.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:03:18.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:03:18.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:03:18.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:03:18.122 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 2m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:03:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:03:18.454 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:03:18.454 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:03:18.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:03:18.454 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:03:18.454 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:03:18.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:03:18.454 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:03:18.454 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:03:18.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:03:18.455 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:03:18.455 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:03:18.455 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:03:18.455 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:03:18.455 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:03:18.455 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:03:18.455 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:03:18.455 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:03:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:03:17.837397+0000 mgr.y (mgr.24491) 13269 : audit [DBG] from='client.28488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:03:18.114351+0000 mgr.y (mgr.24491) 13270 : audit [DBG] from='client.38405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:18.206493+0000 mgr.y (mgr.24491) 13271 : cluster [DBG] pgmap v11724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:03:18.455284+0000 mon.a (mon.0) 2936 : audit [DBG] from='client.? 172.21.15.177:0/1197731561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:03:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:03:17.837397+0000 mgr.y (mgr.24491) 13269 : audit [DBG] from='client.28488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:03:18.114351+0000 mgr.y (mgr.24491) 13270 : audit [DBG] from='client.38405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:18.206493+0000 mgr.y (mgr.24491) 13271 : cluster [DBG] pgmap v11724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:03:18.455284+0000 mon.a (mon.0) 2936 : audit [DBG] from='client.? 172.21.15.177:0/1197731561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:03:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:03:17.837397+0000 mgr.y (mgr.24491) 13269 : audit [DBG] from='client.28488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:03:18.114351+0000 mgr.y (mgr.24491) 13270 : audit [DBG] from='client.38405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:18.206493+0000 mgr.y (mgr.24491) 13271 : cluster [DBG] pgmap v11724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:03:18.455284+0000 mon.a (mon.0) 2936 : audit [DBG] from='client.? 172.21.15.177:0/1197731561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:03:21.296 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:03:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:20.207286+0000 mgr.y (mgr.24491) 13272 : cluster [DBG] pgmap v11725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:20.207286+0000 mgr.y (mgr.24491) 13272 : cluster [DBG] pgmap v11725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:20.207286+0000 mgr.y (mgr.24491) 13272 : cluster [DBG] pgmap v11725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:22.207862+0000 mgr.y (mgr.24491) 13273 : cluster [DBG] pgmap v11726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:22.207862+0000 mgr.y (mgr.24491) 13273 : cluster [DBG] pgmap v11726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:22.207862+0000 mgr.y (mgr.24491) 13273 : cluster [DBG] pgmap v11726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:24.208246+0000 mgr.y (mgr.24491) 13274 : cluster [DBG] pgmap v11727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:24.208246+0000 mgr.y (mgr.24491) 13274 : cluster [DBG] pgmap v11727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:24.208246+0000 mgr.y (mgr.24491) 13274 : cluster [DBG] pgmap v11727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:26.209062+0000 mgr.y (mgr.24491) 13275 : cluster [DBG] pgmap v11728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:26.209062+0000 mgr.y (mgr.24491) 13275 : cluster [DBG] pgmap v11728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:26.209062+0000 mgr.y (mgr.24491) 13275 : cluster [DBG] pgmap v11728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:03:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:28.209498+0000 mgr.y (mgr.24491) 13276 : cluster [DBG] pgmap v11729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:28.209498+0000 mgr.y (mgr.24491) 13276 : cluster [DBG] pgmap v11729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:28.209498+0000 mgr.y (mgr.24491) 13276 : cluster [DBG] pgmap v11729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:31.312 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:03:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:30.210217+0000 mgr.y (mgr.24491) 13277 : cluster [DBG] pgmap v11730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:30.210217+0000 mgr.y (mgr.24491) 13277 : cluster [DBG] pgmap v11730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:30.210217+0000 mgr.y (mgr.24491) 13277 : cluster [DBG] pgmap v11730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:32.210843+0000 mgr.y (mgr.24491) 13278 : cluster [DBG] pgmap v11731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:32.210843+0000 mgr.y (mgr.24491) 13278 : cluster [DBG] pgmap v11731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:32.210843+0000 mgr.y (mgr.24491) 13278 : cluster [DBG] pgmap v11731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:34.211344+0000 mgr.y (mgr.24491) 13279 : cluster [DBG] pgmap v11732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:34.211344+0000 mgr.y (mgr.24491) 13279 : cluster [DBG] pgmap v11732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:34.211344+0000 mgr.y (mgr.24491) 13279 : cluster [DBG] pgmap v11732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:36.212204+0000 mgr.y (mgr.24491) 13280 : cluster [DBG] pgmap v11733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:36.212204+0000 mgr.y (mgr.24491) 13280 : cluster [DBG] pgmap v11733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:36.212204+0000 mgr.y (mgr.24491) 13280 : cluster [DBG] pgmap v11733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T10:03:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:38.212655+0000 mgr.y (mgr.24491) 13281 : cluster [DBG] pgmap v11734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:38.212655+0000 mgr.y (mgr.24491) 13281 : cluster [DBG] pgmap v11734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:38.212655+0000 mgr.y (mgr.24491) 13281 : cluster [DBG] pgmap v11734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:41.331 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:03:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:40.213477+0000 mgr.y (mgr.24491) 13282 : cluster [DBG] pgmap v11735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:40.213477+0000 mgr.y (mgr.24491) 13282 : cluster [DBG] pgmap v11735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:40.213477+0000 mgr.y (mgr.24491) 13282 : cluster [DBG] pgmap v11735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:42.213883+0000 mgr.y (mgr.24491) 13283 : cluster [DBG] pgmap v11736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:42.213883+0000 mgr.y (mgr.24491) 13283 : cluster [DBG] pgmap v11736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:42.213883+0000 mgr.y (mgr.24491) 13283 : cluster [DBG] pgmap v11736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:44.214367+0000 mgr.y (mgr.24491) 13284 : cluster [DBG] pgmap v11737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:44.214367+0000 mgr.y (mgr.24491) 13284 : cluster [DBG] pgmap v11737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:44.214367+0000 mgr.y (mgr.24491) 13284 : cluster [DBG] pgmap v11737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:03:46.257336+0000 mon.a (mon.0) 2937 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:03:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:03:46.257336+0000 mon.a (mon.0) 2937 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:03:46.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:03:46.257336+0000 mon.a (mon.0) 2937 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:03:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:03:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:46.215113+0000 mgr.y (mgr.24491) 13285 : cluster [DBG] pgmap v11738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:03:46.501814+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:03:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:03:46.780320+0000 mon.a (mon.0) 2939 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:03:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:03:46.780943+0000 mon.a (mon.0) 2940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:03:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:03:46.785930+0000 mon.a (mon.0) 2941 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:03:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:46.215113+0000 mgr.y (mgr.24491) 13285 : cluster [DBG] pgmap v11738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:47.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:03:46.501814+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:03:47.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:03:46.780320+0000 mon.a (mon.0) 2939 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:03:47.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:03:46.780943+0000 mon.a (mon.0) 2940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:03:47.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:03:46.785930+0000 mon.a (mon.0) 2941 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:03:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:46.215113+0000 mgr.y (mgr.24491) 13285 : cluster [DBG] pgmap v11738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:03:46.501814+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:03:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:03:46.780320+0000 mon.a (mon.0) 2939 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:03:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:03:46.780943+0000 mon.a (mon.0) 2940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:03:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:03:46.785930+0000 mon.a (mon.0) 2941 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:03:48.767 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 3m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:03:49.040 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:03:49.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:03:49.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:03:49.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:03:49.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:03:49.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:03:49.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:03:49.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:03:49.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:03:49.041 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:03:49.374 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:03:49.375 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:03:49.376 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:03:49.376 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:03:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:48.215485+0000 mgr.y (mgr.24491) 13286 : cluster [DBG] pgmap v11739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:03:49.375832+0000 mon.a (mon.0) 2942 : audit [DBG] from='client.? 172.21.15.177:0/450619374' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:03:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:48.215485+0000 mgr.y (mgr.24491) 13286 : cluster [DBG] pgmap v11739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:03:49.375832+0000 mon.a (mon.0) 2942 : audit [DBG] from='client.? 172.21.15.177:0/450619374' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:03:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:48.215485+0000 mgr.y (mgr.24491) 13286 : cluster [DBG] pgmap v11739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:03:49.375832+0000 mon.a (mon.0) 2942 : audit [DBG] from='client.? 172.21.15.177:0/450619374' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:03:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:03:48.756115+0000 mgr.y (mgr.24491) 13287 : audit [DBG] from='client.38417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:03:49.033411+0000 mgr.y (mgr.24491) 13288 : audit [DBG] from='client.28512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:03:48.756115+0000 mgr.y (mgr.24491) 13287 : audit [DBG] from='client.38417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:03:49.033411+0000 mgr.y (mgr.24491) 13288 : audit [DBG] from='client.28512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:03:48.756115+0000 mgr.y (mgr.24491) 13287 : audit [DBG] from='client.38417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:03:49.033411+0000 mgr.y (mgr.24491) 13288 : audit [DBG] from='client.28512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:03:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:03:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:50.216251+0000 mgr.y (mgr.24491) 13289 : cluster [DBG] pgmap v11740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:50.216251+0000 mgr.y (mgr.24491) 13289 : cluster [DBG] pgmap v11740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:50.216251+0000 mgr.y (mgr.24491) 13289 : cluster [DBG] pgmap v11740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:52.216749+0000 mgr.y (mgr.24491) 13290 : cluster [DBG] pgmap v11741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:52.216749+0000 mgr.y (mgr.24491) 13290 : cluster [DBG] pgmap v11741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:52.216749+0000 mgr.y (mgr.24491) 13290 : cluster [DBG] pgmap v11741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:54.217131+0000 mgr.y (mgr.24491) 13291 : cluster [DBG] pgmap v11742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:54.217131+0000 mgr.y (mgr.24491) 13291 : cluster [DBG] pgmap v11742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:54.217131+0000 mgr.y (mgr.24491) 13291 : cluster [DBG] pgmap v11742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:03:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:03:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:56.217776+0000 mgr.y (mgr.24491) 13292 : cluster [DBG] pgmap v11743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:56.217776+0000 mgr.y (mgr.24491) 13292 : cluster [DBG] pgmap v11743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:56.217776+0000 mgr.y (mgr.24491) 13292 : cluster [DBG] pgmap v11743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:03:58.218179+0000 mgr.y (mgr.24491) 13293 : cluster [DBG] pgmap v11744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:03:58.218179+0000 mgr.y (mgr.24491) 13293 : cluster [DBG] pgmap v11744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:03:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:03:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:03:58.218179+0000 mgr.y (mgr.24491) 13293 : cluster [DBG] pgmap v11744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:04:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:00.218933+0000 mgr.y (mgr.24491) 13294 : cluster [DBG] pgmap v11745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:01.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:00.218933+0000 mgr.y (mgr.24491) 13294 : cluster [DBG] pgmap v11745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:00.218933+0000 mgr.y (mgr.24491) 13294 : cluster [DBG] pgmap v11745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:02.219382+0000 mgr.y (mgr.24491) 13295 : cluster [DBG] pgmap v11746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:02.219382+0000 mgr.y (mgr.24491) 13295 : cluster [DBG] pgmap v11746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:02.219382+0000 mgr.y (mgr.24491) 13295 : cluster [DBG] pgmap v11746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:04.219888+0000 mgr.y (mgr.24491) 13296 : cluster [DBG] pgmap v11747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:04.219888+0000 mgr.y (mgr.24491) 13296 : cluster [DBG] pgmap v11747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:04.219888+0000 mgr.y (mgr.24491) 13296 : cluster [DBG] pgmap v11747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:04:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:06.220518+0000 mgr.y (mgr.24491) 13297 : cluster [DBG] pgmap v11748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:06.220518+0000 mgr.y (mgr.24491) 13297 : cluster [DBG] pgmap v11748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:06.220518+0000 mgr.y (mgr.24491) 13297 : cluster [DBG] pgmap v11748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:08.220908+0000 mgr.y (mgr.24491) 13298 : cluster [DBG] pgmap v11749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:08.220908+0000 mgr.y (mgr.24491) 13298 : cluster [DBG] pgmap v11749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:10.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:08.220908+0000 mgr.y (mgr.24491) 13298 : cluster [DBG] pgmap v11749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:04:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:10.221646+0000 mgr.y (mgr.24491) 13299 : cluster [DBG] pgmap v11750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:10.221646+0000 mgr.y (mgr.24491) 13299 : cluster [DBG] pgmap v11750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:10.221646+0000 mgr.y (mgr.24491) 13299 : cluster [DBG] pgmap v11750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:12.222139+0000 mgr.y (mgr.24491) 13300 : cluster [DBG] pgmap v11751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:12.222139+0000 mgr.y (mgr.24491) 13300 : cluster [DBG] pgmap v11751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:12.222139+0000 mgr.y (mgr.24491) 13300 : cluster [DBG] pgmap v11751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:14.222516+0000 mgr.y (mgr.24491) 13301 : cluster [DBG] pgmap v11752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:14.222516+0000 mgr.y (mgr.24491) 13301 : cluster [DBG] pgmap v11752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:14.222516+0000 mgr.y (mgr.24491) 13301 : cluster [DBG] pgmap v11752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:16.223207+0000 mgr.y (mgr.24491) 13302 : cluster [DBG] pgmap v11753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:04:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:16.223207+0000 mgr.y (mgr.24491) 13302 : cluster [DBG] pgmap v11753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:16.223207+0000 mgr.y (mgr.24491) 13302 : cluster [DBG] pgmap v11753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:19.689 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:04:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:18.223741+0000 mgr.y (mgr.24491) 13303 : cluster [DBG] pgmap v11754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:18.223741+0000 mgr.y (mgr.24491) 13303 : cluster [DBG] pgmap v11754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:19.967 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:04:19.967 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 3m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:04:19.967 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:04:19.967 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:04:19.967 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:04:19.967 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:04:19.967 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:04:19.968 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:04:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:18.223741+0000 mgr.y (mgr.24491) 13303 : cluster [DBG] pgmap v11754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:20.300 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:04:20.300 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:04:20.300 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:04:20.300 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:04:20.300 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:04:20.300 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:04:20.301 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:04:20.301 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:04:20.301 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:04:20.301 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:04:20.301 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:04:20.301 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:04:20.301 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:04:20.301 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:04:20.301 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:04:20.301 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:04:20.301 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:04:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:04:19.678489+0000 mgr.y (mgr.24491) 13304 : audit [DBG] from='client.28524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:04:20.301441+0000 mon.c (mon.2) 426 : audit [DBG] from='client.? 172.21.15.177:0/1860958475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:04:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:04:19.678489+0000 mgr.y (mgr.24491) 13304 : audit [DBG] from='client.28524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:04:20.301441+0000 mon.c (mon.2) 426 : audit [DBG] from='client.? 172.21.15.177:0/1860958475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:04:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:04:19.678489+0000 mgr.y (mgr.24491) 13304 : audit [DBG] from='client.28524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:04:20.301441+0000 mon.c (mon.2) 426 : audit [DBG] from='client.? 172.21.15.177:0/1860958475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:04:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:04:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:04:19.960714+0000 mgr.y (mgr.24491) 13305 : audit [DBG] from='client.38441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:20.224330+0000 mgr.y (mgr.24491) 13306 : cluster [DBG] pgmap v11755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:04:19.960714+0000 mgr.y (mgr.24491) 13305 : audit [DBG] from='client.38441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:20.224330+0000 mgr.y (mgr.24491) 13306 : cluster [DBG] pgmap v11755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:04:19.960714+0000 mgr.y (mgr.24491) 13305 : audit [DBG] from='client.38441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:20.224330+0000 mgr.y (mgr.24491) 13306 : cluster [DBG] pgmap v11755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:23.904 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:22.224703+0000 mgr.y (mgr.24491) 13307 : cluster [DBG] pgmap v11756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:23.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:22.224703+0000 mgr.y (mgr.24491) 13307 : cluster [DBG] pgmap v11756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:22.224703+0000 mgr.y (mgr.24491) 13307 : cluster [DBG] pgmap v11756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:24.225241+0000 mgr.y (mgr.24491) 13308 : cluster [DBG] pgmap v11757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:24.225241+0000 mgr.y (mgr.24491) 13308 : cluster [DBG] pgmap v11757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:24.225241+0000 mgr.y (mgr.24491) 13308 : cluster [DBG] pgmap v11757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:04:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:26.225955+0000 mgr.y (mgr.24491) 13309 : cluster [DBG] pgmap v11758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:26.225955+0000 mgr.y (mgr.24491) 13309 : cluster [DBG] pgmap v11758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:26.225955+0000 mgr.y (mgr.24491) 13309 : cluster [DBG] pgmap v11758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:28.226448+0000 mgr.y (mgr.24491) 13310 : cluster [DBG] pgmap v11759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:28.226448+0000 mgr.y (mgr.24491) 13310 : cluster [DBG] pgmap v11759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:28.226448+0000 mgr.y (mgr.24491) 13310 : cluster [DBG] pgmap v11759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:04:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:30.227312+0000 mgr.y (mgr.24491) 13311 : cluster [DBG] pgmap v11760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:30.227312+0000 mgr.y (mgr.24491) 13311 : cluster [DBG] pgmap v11760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:30.227312+0000 mgr.y (mgr.24491) 13311 : cluster [DBG] pgmap v11760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:32.227772+0000 mgr.y (mgr.24491) 13312 : cluster [DBG] pgmap v11761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:32.227772+0000 mgr.y (mgr.24491) 13312 : cluster [DBG] pgmap v11761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:32.227772+0000 mgr.y (mgr.24491) 13312 : cluster [DBG] pgmap v11761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:34.228340+0000 mgr.y (mgr.24491) 13313 : cluster [DBG] pgmap v11762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:34.228340+0000 mgr.y (mgr.24491) 13313 : cluster [DBG] pgmap v11762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:34.228340+0000 mgr.y (mgr.24491) 13313 : cluster [DBG] pgmap v11762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:04:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:36.228986+0000 mgr.y (mgr.24491) 13314 : cluster [DBG] pgmap v11763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:37.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:36.228986+0000 mgr.y (mgr.24491) 13314 : cluster [DBG] pgmap v11763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:36.228986+0000 mgr.y (mgr.24491) 13314 : cluster [DBG] pgmap v11763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:38.229381+0000 mgr.y (mgr.24491) 13315 : cluster [DBG] pgmap v11764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:38.229381+0000 mgr.y (mgr.24491) 13315 : cluster [DBG] pgmap v11764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:38.229381+0000 mgr.y (mgr.24491) 13315 : cluster [DBG] pgmap v11764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:04:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:40.230081+0000 mgr.y (mgr.24491) 13316 : cluster [DBG] pgmap v11765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:40.230081+0000 mgr.y (mgr.24491) 13316 : cluster [DBG] pgmap v11765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:40.230081+0000 mgr.y (mgr.24491) 13316 : cluster [DBG] pgmap v11765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:42.230489+0000 mgr.y (mgr.24491) 13317 : cluster [DBG] pgmap v11766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:42.230489+0000 mgr.y (mgr.24491) 13317 : cluster [DBG] pgmap v11766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:42.230489+0000 mgr.y (mgr.24491) 13317 : cluster [DBG] pgmap v11766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:44.230963+0000 mgr.y (mgr.24491) 13318 : cluster [DBG] pgmap v11767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:44.230963+0000 mgr.y (mgr.24491) 13318 : cluster [DBG] pgmap v11767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:44.230963+0000 mgr.y (mgr.24491) 13318 : cluster [DBG] pgmap v11767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:04:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:46.231576+0000 mgr.y (mgr.24491) 13319 : cluster [DBG] pgmap v11768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:04:46.790914+0000 mon.a (mon.0) 2943 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:04:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:04:47.033514+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:04:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:04:47.307973+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:04:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:04:47.308671+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:04:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:04:47.313528+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:04:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:46.231576+0000 mgr.y (mgr.24491) 13319 : cluster [DBG] pgmap v11768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:04:46.790914+0000 mon.a (mon.0) 2943 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:04:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:04:47.033514+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:04:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:04:47.307973+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:04:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:04:47.308671+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:04:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:04:47.313528+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:04:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:46.231576+0000 mgr.y (mgr.24491) 13319 : cluster [DBG] pgmap v11768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:04:46.790914+0000 mon.a (mon.0) 2943 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:04:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:04:47.033514+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:04:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:04:47.307973+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:04:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:04:47.308671+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:04:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:04:47.313528+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:04:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:48.232012+0000 mgr.y (mgr.24491) 13320 : cluster [DBG] pgmap v11769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:48.232012+0000 mgr.y (mgr.24491) 13320 : cluster [DBG] pgmap v11769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:48.232012+0000 mgr.y (mgr.24491) 13320 : cluster [DBG] pgmap v11769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:50.609 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:04:50.885 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:04:50.885 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:04:50.885 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:04:50.885 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:04:50.886 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:04:50.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:04:50.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:04:50.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:04:50.887 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:04:50.887 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:04:51.219 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:04:51.219 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:04:51.219 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:04:51.219 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:04:51.219 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:04:51.219 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:04:51.219 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:04:51.219 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:04:51.219 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:04:51.219 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:04:51.219 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:04:51.220 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:04:51.220 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:04:51.220 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:04:51.220 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:04:51.220 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:04:51.220 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:04:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:04:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:50.232627+0000 mgr.y (mgr.24491) 13321 : cluster [DBG] pgmap v11770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:04:50.599077+0000 mgr.y (mgr.24491) 13322 : audit [DBG] from='client.38453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:04:51.220060+0000 mon.c (mon.2) 427 : audit [DBG] from='client.? 172.21.15.177:0/320911610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:04:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:50.232627+0000 mgr.y (mgr.24491) 13321 : cluster [DBG] pgmap v11770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:04:50.599077+0000 mgr.y (mgr.24491) 13322 : audit [DBG] from='client.38453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:04:51.220060+0000 mon.c (mon.2) 427 : audit [DBG] from='client.? 172.21.15.177:0/320911610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:04:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:50.232627+0000 mgr.y (mgr.24491) 13321 : cluster [DBG] pgmap v11770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:04:50.599077+0000 mgr.y (mgr.24491) 13322 : audit [DBG] from='client.38453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:04:51.220060+0000 mon.c (mon.2) 427 : audit [DBG] from='client.? 172.21.15.177:0/320911610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:04:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:04:50.879037+0000 mgr.y (mgr.24491) 13323 : audit [DBG] from='client.28548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:04:50.879037+0000 mgr.y (mgr.24491) 13323 : audit [DBG] from='client.28548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:04:50.879037+0000 mgr.y (mgr.24491) 13323 : audit [DBG] from='client.28548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:04:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:52.233069+0000 mgr.y (mgr.24491) 13324 : cluster [DBG] pgmap v11771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:52.233069+0000 mgr.y (mgr.24491) 13324 : cluster [DBG] pgmap v11771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:52.233069+0000 mgr.y (mgr.24491) 13324 : cluster [DBG] pgmap v11771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:54.233538+0000 mgr.y (mgr.24491) 13325 : cluster [DBG] pgmap v11772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:54.233538+0000 mgr.y (mgr.24491) 13325 : cluster [DBG] pgmap v11772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:54.233538+0000 mgr.y (mgr.24491) 13325 : cluster [DBG] pgmap v11772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:04:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:04:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:56.234307+0000 mgr.y (mgr.24491) 13326 : cluster [DBG] pgmap v11773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:56.234307+0000 mgr.y (mgr.24491) 13326 : cluster [DBG] pgmap v11773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:56.234307+0000 mgr.y (mgr.24491) 13326 : cluster [DBG] pgmap v11773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:04:58.234767+0000 mgr.y (mgr.24491) 13327 : cluster [DBG] pgmap v11774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:04:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:04:58.234767+0000 mgr.y (mgr.24491) 13327 : cluster [DBG] pgmap v11774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:04:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:04:58.234767+0000 mgr.y (mgr.24491) 13327 : cluster [DBG] pgmap v11774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:05:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:00.235500+0000 mgr.y (mgr.24491) 13328 : cluster [DBG] pgmap v11775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:00.235500+0000 mgr.y (mgr.24491) 13328 : cluster [DBG] pgmap v11775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:00.235500+0000 mgr.y (mgr.24491) 13328 : cluster [DBG] pgmap v11775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:02.235904+0000 mgr.y (mgr.24491) 13329 : cluster [DBG] pgmap v11776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:02.235904+0000 mgr.y (mgr.24491) 13329 : cluster [DBG] pgmap v11776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:02.235904+0000 mgr.y (mgr.24491) 13329 : cluster [DBG] pgmap v11776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:04.236345+0000 mgr.y (mgr.24491) 13330 : cluster [DBG] pgmap v11777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:04.236345+0000 mgr.y (mgr.24491) 13330 : cluster [DBG] pgmap v11777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:04.236345+0000 mgr.y (mgr.24491) 13330 : cluster [DBG] pgmap v11777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:06.236957+0000 mgr.y (mgr.24491) 13331 : cluster [DBG] pgmap v11778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:06.236957+0000 mgr.y (mgr.24491) 13331 : cluster [DBG] pgmap v11778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:05:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:06.236957+0000 mgr.y (mgr.24491) 13331 : cluster [DBG] pgmap v11778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:10.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:08.237453+0000 mgr.y (mgr.24491) 13332 : cluster [DBG] pgmap v11779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:08.237453+0000 mgr.y (mgr.24491) 13332 : cluster [DBG] pgmap v11779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:08.237453+0000 mgr.y (mgr.24491) 13332 : cluster [DBG] pgmap v11779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:05:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:10.238128+0000 mgr.y (mgr.24491) 13333 : cluster [DBG] pgmap v11780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:10.238128+0000 mgr.y (mgr.24491) 13333 : cluster [DBG] pgmap v11780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:10.238128+0000 mgr.y (mgr.24491) 13333 : cluster [DBG] pgmap v11780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:12.238562+0000 mgr.y (mgr.24491) 13334 : cluster [DBG] pgmap v11781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:12.238562+0000 mgr.y (mgr.24491) 13334 : cluster [DBG] pgmap v11781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:12.238562+0000 mgr.y (mgr.24491) 13334 : cluster [DBG] pgmap v11781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:14.239055+0000 mgr.y (mgr.24491) 13335 : cluster [DBG] pgmap v11782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:14.239055+0000 mgr.y (mgr.24491) 13335 : cluster [DBG] pgmap v11782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:14.239055+0000 mgr.y (mgr.24491) 13335 : cluster [DBG] pgmap v11782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:16.239670+0000 mgr.y (mgr.24491) 13336 : cluster [DBG] pgmap v11783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:05:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:16.239670+0000 mgr.y (mgr.24491) 13336 : cluster [DBG] pgmap v11783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:16.239670+0000 mgr.y (mgr.24491) 13336 : cluster [DBG] pgmap v11783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:18.240239+0000 mgr.y (mgr.24491) 13337 : cluster [DBG] pgmap v11784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:18.240239+0000 mgr.y (mgr.24491) 13337 : cluster [DBG] pgmap v11784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:18.240239+0000 mgr.y (mgr.24491) 13337 : cluster [DBG] pgmap v11784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:05:21.529 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:05:21.806 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:05:21.806 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:05:21.806 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:05:21.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:05:21.808 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:05:21.808 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:05:21.808 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:05:21.808 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:05:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:20.241107+0000 mgr.y (mgr.24491) 13338 : cluster [DBG] pgmap v11785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:22.141 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:05:22.141 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:05:22.141 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:05:22.141 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:05:22.141 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:05:22.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:05:22.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:05:22.142 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:05:22.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:05:22.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:05:22.142 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:05:22.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:05:22.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:05:22.142 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:05:22.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:05:22.143 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:05:22.143 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:05:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:20.241107+0000 mgr.y (mgr.24491) 13338 : cluster [DBG] pgmap v11785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:20.241107+0000 mgr.y (mgr.24491) 13338 : cluster [DBG] pgmap v11785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:05:21.519141+0000 mgr.y (mgr.24491) 13339 : audit [DBG] from='client.28560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:23.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:05:22.142216+0000 mon.c (mon.2) 428 : audit [DBG] from='client.? 172.21.15.177:0/2719778537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:05:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:05:21.519141+0000 mgr.y (mgr.24491) 13339 : audit [DBG] from='client.28560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:05:22.142216+0000 mon.c (mon.2) 428 : audit [DBG] from='client.? 172.21.15.177:0/2719778537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:05:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:05:21.519141+0000 mgr.y (mgr.24491) 13339 : audit [DBG] from='client.28560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:23.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:05:22.142216+0000 mon.c (mon.2) 428 : audit [DBG] from='client.? 172.21.15.177:0/2719778537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:05:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:05:21.800011+0000 mgr.y (mgr.24491) 13340 : audit [DBG] from='client.28566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:22.241426+0000 mgr.y (mgr.24491) 13341 : cluster [DBG] pgmap v11786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:05:21.800011+0000 mgr.y (mgr.24491) 13340 : audit [DBG] from='client.28566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:22.241426+0000 mgr.y (mgr.24491) 13341 : cluster [DBG] pgmap v11786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:05:21.800011+0000 mgr.y (mgr.24491) 13340 : audit [DBG] from='client.28566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:22.241426+0000 mgr.y (mgr.24491) 13341 : cluster [DBG] pgmap v11786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:24.241818+0000 mgr.y (mgr.24491) 13342 : cluster [DBG] pgmap v11787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:24.241818+0000 mgr.y (mgr.24491) 13342 : cluster [DBG] pgmap v11787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:24.241818+0000 mgr.y (mgr.24491) 13342 : cluster [DBG] pgmap v11787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:26.242426+0000 mgr.y (mgr.24491) 13343 : cluster [DBG] pgmap v11788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:05:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:26.242426+0000 mgr.y (mgr.24491) 13343 : cluster [DBG] pgmap v11788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:26.242426+0000 mgr.y (mgr.24491) 13343 : cluster [DBG] pgmap v11788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:28.242831+0000 mgr.y (mgr.24491) 13344 : cluster [DBG] pgmap v11789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:28.242831+0000 mgr.y (mgr.24491) 13344 : cluster [DBG] pgmap v11789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:28.242831+0000 mgr.y (mgr.24491) 13344 : cluster [DBG] pgmap v11789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:05:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:30.243516+0000 mgr.y (mgr.24491) 13345 : cluster [DBG] pgmap v11790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:30.243516+0000 mgr.y (mgr.24491) 13345 : cluster [DBG] pgmap v11790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:30.243516+0000 mgr.y (mgr.24491) 13345 : cluster [DBG] pgmap v11790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:32.243907+0000 mgr.y (mgr.24491) 13346 : cluster [DBG] pgmap v11791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:32.243907+0000 mgr.y (mgr.24491) 13346 : cluster [DBG] pgmap v11791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:32.243907+0000 mgr.y (mgr.24491) 13346 : cluster [DBG] pgmap v11791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:34.244426+0000 mgr.y (mgr.24491) 13347 : cluster [DBG] pgmap v11792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:34.244426+0000 mgr.y (mgr.24491) 13347 : cluster [DBG] pgmap v11792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:34.244426+0000 mgr.y (mgr.24491) 13347 : cluster [DBG] pgmap v11792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:36.245215+0000 mgr.y (mgr.24491) 13348 : cluster [DBG] pgmap v11793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:05:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:36.245215+0000 mgr.y (mgr.24491) 13348 : cluster [DBG] pgmap v11793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:36.245215+0000 mgr.y (mgr.24491) 13348 : cluster [DBG] pgmap v11793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:38.245596+0000 mgr.y (mgr.24491) 13349 : cluster [DBG] pgmap v11794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:38.245596+0000 mgr.y (mgr.24491) 13349 : cluster [DBG] pgmap v11794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:38.245596+0000 mgr.y (mgr.24491) 13349 : cluster [DBG] pgmap v11794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:05:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:40.246525+0000 mgr.y (mgr.24491) 13350 : cluster [DBG] pgmap v11795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:40.246525+0000 mgr.y (mgr.24491) 13350 : cluster [DBG] pgmap v11795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:40.246525+0000 mgr.y (mgr.24491) 13350 : cluster [DBG] pgmap v11795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:42.247076+0000 mgr.y (mgr.24491) 13351 : cluster [DBG] pgmap v11796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:42.247076+0000 mgr.y (mgr.24491) 13351 : cluster [DBG] pgmap v11796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:42.247076+0000 mgr.y (mgr.24491) 13351 : cluster [DBG] pgmap v11796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:44.247569+0000 mgr.y (mgr.24491) 13352 : cluster [DBG] pgmap v11797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:44.247569+0000 mgr.y (mgr.24491) 13352 : cluster [DBG] pgmap v11797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:44.247569+0000 mgr.y (mgr.24491) 13352 : cluster [DBG] pgmap v11797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:46.248189+0000 mgr.y (mgr.24491) 13353 : cluster [DBG] pgmap v11798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:05:47.318101+0000 mon.a (mon.0) 2948 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:05:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:05:47.610362+0000 mon.a (mon.0) 2949 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:05:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:05:47.610971+0000 mon.a (mon.0) 2950 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:05:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:05:47.615103+0000 mon.a (mon.0) 2951 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:05:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:05:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:46.248189+0000 mgr.y (mgr.24491) 13353 : cluster [DBG] pgmap v11798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:05:47.318101+0000 mon.a (mon.0) 2948 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:05:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:05:47.610362+0000 mon.a (mon.0) 2949 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:05:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:05:47.610971+0000 mon.a (mon.0) 2950 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:05:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:05:47.615103+0000 mon.a (mon.0) 2951 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:05:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:46.248189+0000 mgr.y (mgr.24491) 13353 : cluster [DBG] pgmap v11798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:05:47.318101+0000 mon.a (mon.0) 2948 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:05:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:05:47.610362+0000 mon.a (mon.0) 2949 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:05:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:05:47.610971+0000 mon.a (mon.0) 2950 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:05:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:05:47.615103+0000 mon.a (mon.0) 2951 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:05:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:48.248663+0000 mgr.y (mgr.24491) 13354 : cluster [DBG] pgmap v11799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:48.248663+0000 mgr.y (mgr.24491) 13354 : cluster [DBG] pgmap v11799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:48.248663+0000 mgr.y (mgr.24491) 13354 : cluster [DBG] pgmap v11799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:05:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:50.249466+0000 mgr.y (mgr.24491) 13355 : cluster [DBG] pgmap v11800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:50.249466+0000 mgr.y (mgr.24491) 13355 : cluster [DBG] pgmap v11800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:50.249466+0000 mgr.y (mgr.24491) 13355 : cluster [DBG] pgmap v11800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:52.463 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:05:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:05:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:05:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:05:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:05:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:05:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:05:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:05:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:05:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:05:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:05:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:05:52.748 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:05:52.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:05:52.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:05:52.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:05:52.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:05:52.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:05:52.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:05:52.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:05:52.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:05:52.748 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:05:53.079 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:05:53.079 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:05:53.079 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:05:53.079 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:05:53.079 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:05:53.080 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:05:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:52.249808+0000 mgr.y (mgr.24491) 13356 : cluster [DBG] pgmap v11801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:05:52.452332+0000 mgr.y (mgr.24491) 13357 : audit [DBG] from='client.38489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:05:52.739974+0000 mgr.y (mgr.24491) 13358 : audit [DBG] from='client.28584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:05:53.080477+0000 mon.a (mon.0) 2952 : audit [DBG] from='client.? 172.21.15.177:0/3530196732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:05:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:52.249808+0000 mgr.y (mgr.24491) 13356 : cluster [DBG] pgmap v11801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:05:52.452332+0000 mgr.y (mgr.24491) 13357 : audit [DBG] from='client.38489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:05:52.739974+0000 mgr.y (mgr.24491) 13358 : audit [DBG] from='client.28584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:05:53.080477+0000 mon.a (mon.0) 2952 : audit [DBG] from='client.? 172.21.15.177:0/3530196732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:05:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:52.249808+0000 mgr.y (mgr.24491) 13356 : cluster [DBG] pgmap v11801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:05:52.452332+0000 mgr.y (mgr.24491) 13357 : audit [DBG] from='client.38489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:05:52.739974+0000 mgr.y (mgr.24491) 13358 : audit [DBG] from='client.28584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:05:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:05:53.080477+0000 mon.a (mon.0) 2952 : audit [DBG] from='client.? 172.21.15.177:0/3530196732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:05:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:54.250307+0000 mgr.y (mgr.24491) 13359 : cluster [DBG] pgmap v11802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:54.250307+0000 mgr.y (mgr.24491) 13359 : cluster [DBG] pgmap v11802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:54.250307+0000 mgr.y (mgr.24491) 13359 : cluster [DBG] pgmap v11802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:05:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:05:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:56.250930+0000 mgr.y (mgr.24491) 13360 : cluster [DBG] pgmap v11803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:56.250930+0000 mgr.y (mgr.24491) 13360 : cluster [DBG] pgmap v11803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:05:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:56.250930+0000 mgr.y (mgr.24491) 13360 : cluster [DBG] pgmap v11803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:05:58.251410+0000 mgr.y (mgr.24491) 13361 : cluster [DBG] pgmap v11804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:05:58.251410+0000 mgr.y (mgr.24491) 13361 : cluster [DBG] pgmap v11804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:05:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:05:58.251410+0000 mgr.y (mgr.24491) 13361 : cluster [DBG] pgmap v11804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:06:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:00.252271+0000 mgr.y (mgr.24491) 13362 : cluster [DBG] pgmap v11805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:00.252271+0000 mgr.y (mgr.24491) 13362 : cluster [DBG] pgmap v11805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:00.252271+0000 mgr.y (mgr.24491) 13362 : cluster [DBG] pgmap v11805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:02.252844+0000 mgr.y (mgr.24491) 13363 : cluster [DBG] pgmap v11806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:02.252844+0000 mgr.y (mgr.24491) 13363 : cluster [DBG] pgmap v11806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:02.252844+0000 mgr.y (mgr.24491) 13363 : cluster [DBG] pgmap v11806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:04.253456+0000 mgr.y (mgr.24491) 13364 : cluster [DBG] pgmap v11807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:04.253456+0000 mgr.y (mgr.24491) 13364 : cluster [DBG] pgmap v11807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:04.253456+0000 mgr.y (mgr.24491) 13364 : cluster [DBG] pgmap v11807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:06:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:06.253909+0000 mgr.y (mgr.24491) 13365 : cluster [DBG] pgmap v11808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:06.253909+0000 mgr.y (mgr.24491) 13365 : cluster [DBG] pgmap v11808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:06.253909+0000 mgr.y (mgr.24491) 13365 : cluster [DBG] pgmap v11808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:08.254287+0000 mgr.y (mgr.24491) 13366 : cluster [DBG] pgmap v11809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:08.254287+0000 mgr.y (mgr.24491) 13366 : cluster [DBG] pgmap v11809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:08.254287+0000 mgr.y (mgr.24491) 13366 : cluster [DBG] pgmap v11809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:11.308 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:06:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:10.255181+0000 mgr.y (mgr.24491) 13367 : cluster [DBG] pgmap v11810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:10.255181+0000 mgr.y (mgr.24491) 13367 : cluster [DBG] pgmap v11810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:10.255181+0000 mgr.y (mgr.24491) 13367 : cluster [DBG] pgmap v11810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:12.255707+0000 mgr.y (mgr.24491) 13368 : cluster [DBG] pgmap v11811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:12.255707+0000 mgr.y (mgr.24491) 13368 : cluster [DBG] pgmap v11811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:12.255707+0000 mgr.y (mgr.24491) 13368 : cluster [DBG] pgmap v11811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:14.256330+0000 mgr.y (mgr.24491) 13369 : cluster [DBG] pgmap v11812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:14.256330+0000 mgr.y (mgr.24491) 13369 : cluster [DBG] pgmap v11812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:14.256330+0000 mgr.y (mgr.24491) 13369 : cluster [DBG] pgmap v11812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:16.256782+0000 mgr.y (mgr.24491) 13370 : cluster [DBG] pgmap v11813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:16.256782+0000 mgr.y (mgr.24491) 13370 : cluster [DBG] pgmap v11813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:16.256782+0000 mgr.y (mgr.24491) 13370 : cluster [DBG] pgmap v11813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:06:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:18.257307+0000 mgr.y (mgr.24491) 13371 : cluster [DBG] pgmap v11814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:18.257307+0000 mgr.y (mgr.24491) 13371 : cluster [DBG] pgmap v11814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:18.257307+0000 mgr.y (mgr.24491) 13371 : cluster [DBG] pgmap v11814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:21.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:06:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:20.257934+0000 mgr.y (mgr.24491) 13372 : cluster [DBG] pgmap v11815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:20.257934+0000 mgr.y (mgr.24491) 13372 : cluster [DBG] pgmap v11815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:20.257934+0000 mgr.y (mgr.24491) 13372 : cluster [DBG] pgmap v11815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:23.390 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:06:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:22.258411+0000 mgr.y (mgr.24491) 13373 : cluster [DBG] pgmap v11816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:22.258411+0000 mgr.y (mgr.24491) 13373 : cluster [DBG] pgmap v11816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:23.665 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:06:23.665 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:06:23.665 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:06:23.665 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:06:23.665 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:06:23.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:06:23.667 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:06:23.667 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:06:23.667 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:06:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:22.258411+0000 mgr.y (mgr.24491) 13373 : cluster [DBG] pgmap v11816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:23.996 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:06:23.996 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:06:23.996 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:06:23.996 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:06:23.996 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:06:23.996 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:06:23.996 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:06:23.997 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:06:23.997 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:06:23.997 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:06:23.997 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:06:23.997 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:06:23.997 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:06:23.997 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:06:23.997 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:06:23.997 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:06:23.997 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:06:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:06:23.379502+0000 mgr.y (mgr.24491) 13374 : audit [DBG] from='client.28596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:06:23.659009+0000 mgr.y (mgr.24491) 13375 : audit [DBG] from='client.38513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:06:23.997294+0000 mon.a (mon.0) 2953 : audit [DBG] from='client.? 172.21.15.177:0/1843981151' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:06:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:06:23.379502+0000 mgr.y (mgr.24491) 13374 : audit [DBG] from='client.28596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:06:23.659009+0000 mgr.y (mgr.24491) 13375 : audit [DBG] from='client.38513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:06:23.997294+0000 mon.a (mon.0) 2953 : audit [DBG] from='client.? 172.21.15.177:0/1843981151' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:06:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:06:23.379502+0000 mgr.y (mgr.24491) 13374 : audit [DBG] from='client.28596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:24.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:06:23.659009+0000 mgr.y (mgr.24491) 13375 : audit [DBG] from='client.38513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:24.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:06:23.997294+0000 mon.a (mon.0) 2953 : audit [DBG] from='client.? 172.21.15.177:0/1843981151' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:06:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:24.259218+0000 mgr.y (mgr.24491) 13376 : cluster [DBG] pgmap v11817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:24.259218+0000 mgr.y (mgr.24491) 13376 : cluster [DBG] pgmap v11817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:24.259218+0000 mgr.y (mgr.24491) 13376 : cluster [DBG] pgmap v11817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:26.259562+0000 mgr.y (mgr.24491) 13377 : cluster [DBG] pgmap v11818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:26.259562+0000 mgr.y (mgr.24491) 13377 : cluster [DBG] pgmap v11818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:26.259562+0000 mgr.y (mgr.24491) 13377 : cluster [DBG] pgmap v11818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:06:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:28.260078+0000 mgr.y (mgr.24491) 13378 : cluster [DBG] pgmap v11819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:28.260078+0000 mgr.y (mgr.24491) 13378 : cluster [DBG] pgmap v11819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:28.260078+0000 mgr.y (mgr.24491) 13378 : cluster [DBG] pgmap v11819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:31.345 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:06:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:30.260857+0000 mgr.y (mgr.24491) 13379 : cluster [DBG] pgmap v11820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:30.260857+0000 mgr.y (mgr.24491) 13379 : cluster [DBG] pgmap v11820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:30.260857+0000 mgr.y (mgr.24491) 13379 : cluster [DBG] pgmap v11820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:32.261364+0000 mgr.y (mgr.24491) 13380 : cluster [DBG] pgmap v11821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:32.261364+0000 mgr.y (mgr.24491) 13380 : cluster [DBG] pgmap v11821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:32.261364+0000 mgr.y (mgr.24491) 13380 : cluster [DBG] pgmap v11821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:34.262244+0000 mgr.y (mgr.24491) 13381 : cluster [DBG] pgmap v11822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:34.262244+0000 mgr.y (mgr.24491) 13381 : cluster [DBG] pgmap v11822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:34.262244+0000 mgr.y (mgr.24491) 13381 : cluster [DBG] pgmap v11822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:36.262595+0000 mgr.y (mgr.24491) 13382 : cluster [DBG] pgmap v11823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:36.262595+0000 mgr.y (mgr.24491) 13382 : cluster [DBG] pgmap v11823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:36.262595+0000 mgr.y (mgr.24491) 13382 : cluster [DBG] pgmap v11823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:06:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:38.263044+0000 mgr.y (mgr.24491) 13383 : cluster [DBG] pgmap v11824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:38.263044+0000 mgr.y (mgr.24491) 13383 : cluster [DBG] pgmap v11824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:38.263044+0000 mgr.y (mgr.24491) 13383 : cluster [DBG] pgmap v11824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:41.360 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:06:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:40.263774+0000 mgr.y (mgr.24491) 13384 : cluster [DBG] pgmap v11825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:40.263774+0000 mgr.y (mgr.24491) 13384 : cluster [DBG] pgmap v11825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:40.263774+0000 mgr.y (mgr.24491) 13384 : cluster [DBG] pgmap v11825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:42.264297+0000 mgr.y (mgr.24491) 13385 : cluster [DBG] pgmap v11826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:42.264297+0000 mgr.y (mgr.24491) 13385 : cluster [DBG] pgmap v11826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:42.264297+0000 mgr.y (mgr.24491) 13385 : cluster [DBG] pgmap v11826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:44.264899+0000 mgr.y (mgr.24491) 13386 : cluster [DBG] pgmap v11827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:44.264899+0000 mgr.y (mgr.24491) 13386 : cluster [DBG] pgmap v11827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:44.264899+0000 mgr.y (mgr.24491) 13386 : cluster [DBG] pgmap v11827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:46.265453+0000 mgr.y (mgr.24491) 13387 : cluster [DBG] pgmap v11828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:46.265453+0000 mgr.y (mgr.24491) 13387 : cluster [DBG] pgmap v11828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:46.265453+0000 mgr.y (mgr.24491) 13387 : cluster [DBG] pgmap v11828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:48.106 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:06:48.375 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:06:47.619337+0000 mon.a (mon.0) 2954 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:06:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:06:47.619337+0000 mon.a (mon.0) 2954 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:06:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:06:47.619337+0000 mon.a (mon.0) 2954 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:06:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:48.265998+0000 mgr.y (mgr.24491) 13388 : cluster [DBG] pgmap v11829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:48.265998+0000 mgr.y (mgr.24491) 13388 : cluster [DBG] pgmap v11829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:48.265998+0000 mgr.y (mgr.24491) 13388 : cluster [DBG] pgmap v11829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:06:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:50.266480+0000 mgr.y (mgr.24491) 13389 : cluster [DBG] pgmap v11830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:06:50.758248+0000 mon.a (mon.0) 2955 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:06:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:06:51.039141+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:06:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:06:51.039765+0000 mon.a (mon.0) 2957 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:06:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:06:51.044470+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:06:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:50.266480+0000 mgr.y (mgr.24491) 13389 : cluster [DBG] pgmap v11830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:52.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:06:50.758248+0000 mon.a (mon.0) 2955 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:06:52.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:06:51.039141+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:06:52.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:06:51.039765+0000 mon.a (mon.0) 2957 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:06:52.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:06:51.044470+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:06:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:50.266480+0000 mgr.y (mgr.24491) 13389 : cluster [DBG] pgmap v11830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:06:50.758248+0000 mon.a (mon.0) 2955 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:06:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:06:51.039141+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:06:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:06:51.039765+0000 mon.a (mon.0) 2957 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:06:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:06:51.044470+0000 mon.a (mon.0) 2958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:06:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:52.266978+0000 mgr.y (mgr.24491) 13390 : cluster [DBG] pgmap v11831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:52.266978+0000 mgr.y (mgr.24491) 13390 : cluster [DBG] pgmap v11831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:52.266978+0000 mgr.y (mgr.24491) 13390 : cluster [DBG] pgmap v11831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:54.309 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:06:54.582 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:06:54.582 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:06:54.582 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:06:54.582 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:06:54.582 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 6m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 6m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:06:54.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:06:54.584 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:06:54.584 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:06:54.918 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:06:54.919 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:06:54.920 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:06:54.920 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:06:54.920 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:06:54.920 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:06:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:54.267425+0000 mgr.y (mgr.24491) 13391 : cluster [DBG] pgmap v11832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:06:54.298352+0000 mgr.y (mgr.24491) 13392 : audit [DBG] from='client.38525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:06:54.575840+0000 mgr.y (mgr.24491) 13393 : audit [DBG] from='client.28620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:06:54.919762+0000 mon.a (mon.0) 2959 : audit [DBG] from='client.? 172.21.15.177:0/2415917197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:06:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:54.267425+0000 mgr.y (mgr.24491) 13391 : cluster [DBG] pgmap v11832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:06:54.298352+0000 mgr.y (mgr.24491) 13392 : audit [DBG] from='client.38525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:06:54.575840+0000 mgr.y (mgr.24491) 13393 : audit [DBG] from='client.28620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:06:54.919762+0000 mon.a (mon.0) 2959 : audit [DBG] from='client.? 172.21.15.177:0/2415917197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:06:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:54.267425+0000 mgr.y (mgr.24491) 13391 : cluster [DBG] pgmap v11832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:06:54.298352+0000 mgr.y (mgr.24491) 13392 : audit [DBG] from='client.38525 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:06:54.575840+0000 mgr.y (mgr.24491) 13393 : audit [DBG] from='client.28620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:06:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:06:54.919762+0000 mon.a (mon.0) 2959 : audit [DBG] from='client.? 172.21.15.177:0/2415917197' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:06:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:06:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:06:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:56.267787+0000 mgr.y (mgr.24491) 13394 : cluster [DBG] pgmap v11833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:56.267787+0000 mgr.y (mgr.24491) 13394 : cluster [DBG] pgmap v11833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:06:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:56.267787+0000 mgr.y (mgr.24491) 13394 : cluster [DBG] pgmap v11833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:06:58.268311+0000 mgr.y (mgr.24491) 13395 : cluster [DBG] pgmap v11834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:06:58.268311+0000 mgr.y (mgr.24491) 13395 : cluster [DBG] pgmap v11834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:06:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:06:58.268311+0000 mgr.y (mgr.24491) 13395 : cluster [DBG] pgmap v11834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:07:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:00.269136+0000 mgr.y (mgr.24491) 13396 : cluster [DBG] pgmap v11835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:00.269136+0000 mgr.y (mgr.24491) 13396 : cluster [DBG] pgmap v11835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:00.269136+0000 mgr.y (mgr.24491) 13396 : cluster [DBG] pgmap v11835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:02.269669+0000 mgr.y (mgr.24491) 13397 : cluster [DBG] pgmap v11836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:02.269669+0000 mgr.y (mgr.24491) 13397 : cluster [DBG] pgmap v11836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:02.269669+0000 mgr.y (mgr.24491) 13397 : cluster [DBG] pgmap v11836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:04.270400+0000 mgr.y (mgr.24491) 13398 : cluster [DBG] pgmap v11837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:04.270400+0000 mgr.y (mgr.24491) 13398 : cluster [DBG] pgmap v11837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:04.270400+0000 mgr.y (mgr.24491) 13398 : cluster [DBG] pgmap v11837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:06.270969+0000 mgr.y (mgr.24491) 13399 : cluster [DBG] pgmap v11838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:06.270969+0000 mgr.y (mgr.24491) 13399 : cluster [DBG] pgmap v11838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:06.270969+0000 mgr.y (mgr.24491) 13399 : cluster [DBG] pgmap v11838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:07:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:08.271462+0000 mgr.y (mgr.24491) 13400 : cluster [DBG] pgmap v11839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:08.271462+0000 mgr.y (mgr.24491) 13400 : cluster [DBG] pgmap v11839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:08.271462+0000 mgr.y (mgr.24491) 13400 : cluster [DBG] pgmap v11839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:11.332 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:07:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:10.272232+0000 mgr.y (mgr.24491) 13401 : cluster [DBG] pgmap v11840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:10.272232+0000 mgr.y (mgr.24491) 13401 : cluster [DBG] pgmap v11840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:10.272232+0000 mgr.y (mgr.24491) 13401 : cluster [DBG] pgmap v11840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:12.272773+0000 mgr.y (mgr.24491) 13402 : cluster [DBG] pgmap v11841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:12.272773+0000 mgr.y (mgr.24491) 13402 : cluster [DBG] pgmap v11841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:12.272773+0000 mgr.y (mgr.24491) 13402 : cluster [DBG] pgmap v11841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:14.273613+0000 mgr.y (mgr.24491) 13403 : cluster [DBG] pgmap v11842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:14.273613+0000 mgr.y (mgr.24491) 13403 : cluster [DBG] pgmap v11842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:14.273613+0000 mgr.y (mgr.24491) 13403 : cluster [DBG] pgmap v11842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:16.274020+0000 mgr.y (mgr.24491) 13404 : cluster [DBG] pgmap v11843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:16.274020+0000 mgr.y (mgr.24491) 13404 : cluster [DBG] pgmap v11843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:16.274020+0000 mgr.y (mgr.24491) 13404 : cluster [DBG] pgmap v11843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:07:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:18.274490+0000 mgr.y (mgr.24491) 13405 : cluster [DBG] pgmap v11844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:18.274490+0000 mgr.y (mgr.24491) 13405 : cluster [DBG] pgmap v11844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:18.274490+0000 mgr.y (mgr.24491) 13405 : cluster [DBG] pgmap v11844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:21.349 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:07:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:20.275238+0000 mgr.y (mgr.24491) 13406 : cluster [DBG] pgmap v11845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:20.275238+0000 mgr.y (mgr.24491) 13406 : cluster [DBG] pgmap v11845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:20.275238+0000 mgr.y (mgr.24491) 13406 : cluster [DBG] pgmap v11845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:22.275785+0000 mgr.y (mgr.24491) 13407 : cluster [DBG] pgmap v11846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:22.275785+0000 mgr.y (mgr.24491) 13407 : cluster [DBG] pgmap v11846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:22.275785+0000 mgr.y (mgr.24491) 13407 : cluster [DBG] pgmap v11846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:25.226 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:07:25.503 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:07:25.504 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:07:25.504 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:07:25.504 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:07:25.504 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:07:25.504 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:07:25.504 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 6m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:07:25.504 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 6m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:07:25.504 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:07:25.504 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:07:25.504 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:07:25.504 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:07:25.505 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:07:25.505 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:07:25.505 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:07:25.505 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:07:25.505 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:07:25.505 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:07:25.505 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:07:25.505 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:07:25.505 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:07:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:24.276576+0000 mgr.y (mgr.24491) 13408 : cluster [DBG] pgmap v11847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:24.276576+0000 mgr.y (mgr.24491) 13408 : cluster [DBG] pgmap v11847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:24.276576+0000 mgr.y (mgr.24491) 13408 : cluster [DBG] pgmap v11847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:25.836 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:07:25.836 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:07:25.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:07:25.836 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:07:25.836 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:07:25.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:07:25.836 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:07:25.836 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:07:25.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:07:25.836 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:07:25.836 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:07:25.837 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:07:25.837 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:07:25.837 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:07:25.837 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:07:25.837 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:07:25.837 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:07:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:07:25.215272+0000 mgr.y (mgr.24491) 13409 : audit [DBG] from='client.38543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:07:25.497276+0000 mgr.y (mgr.24491) 13410 : audit [DBG] from='client.38549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:07:25.837047+0000 mon.c (mon.2) 429 : audit [DBG] from='client.? 172.21.15.177:0/884200410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:07:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:07:25.215272+0000 mgr.y (mgr.24491) 13409 : audit [DBG] from='client.38543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:07:25.497276+0000 mgr.y (mgr.24491) 13410 : audit [DBG] from='client.38549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:07:25.837047+0000 mon.c (mon.2) 429 : audit [DBG] from='client.? 172.21.15.177:0/884200410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:07:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:07:25.215272+0000 mgr.y (mgr.24491) 13409 : audit [DBG] from='client.38543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:07:25.497276+0000 mgr.y (mgr.24491) 13410 : audit [DBG] from='client.38549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:07:25.837047+0000 mon.c (mon.2) 429 : audit [DBG] from='client.? 172.21.15.177:0/884200410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:07:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:26.277122+0000 mgr.y (mgr.24491) 13411 : cluster [DBG] pgmap v11848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:26.277122+0000 mgr.y (mgr.24491) 13411 : cluster [DBG] pgmap v11848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:26.277122+0000 mgr.y (mgr.24491) 13411 : cluster [DBG] pgmap v11848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:07:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:28.277672+0000 mgr.y (mgr.24491) 13412 : cluster [DBG] pgmap v11849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:28.277672+0000 mgr.y (mgr.24491) 13412 : cluster [DBG] pgmap v11849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:28.277672+0000 mgr.y (mgr.24491) 13412 : cluster [DBG] pgmap v11849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:31.368 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:07:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:30.278424+0000 mgr.y (mgr.24491) 13413 : cluster [DBG] pgmap v11850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:30.278424+0000 mgr.y (mgr.24491) 13413 : cluster [DBG] pgmap v11850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:30.278424+0000 mgr.y (mgr.24491) 13413 : cluster [DBG] pgmap v11850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:32.278803+0000 mgr.y (mgr.24491) 13414 : cluster [DBG] pgmap v11851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:32.278803+0000 mgr.y (mgr.24491) 13414 : cluster [DBG] pgmap v11851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:32.278803+0000 mgr.y (mgr.24491) 13414 : cluster [DBG] pgmap v11851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:34.279473+0000 mgr.y (mgr.24491) 13415 : cluster [DBG] pgmap v11852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:34.279473+0000 mgr.y (mgr.24491) 13415 : cluster [DBG] pgmap v11852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:34.279473+0000 mgr.y (mgr.24491) 13415 : cluster [DBG] pgmap v11852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:36.280021+0000 mgr.y (mgr.24491) 13416 : cluster [DBG] pgmap v11853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:36.280021+0000 mgr.y (mgr.24491) 13416 : cluster [DBG] pgmap v11853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:36.280021+0000 mgr.y (mgr.24491) 13416 : cluster [DBG] pgmap v11853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:07:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:38.280477+0000 mgr.y (mgr.24491) 13417 : cluster [DBG] pgmap v11854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:38.280477+0000 mgr.y (mgr.24491) 13417 : cluster [DBG] pgmap v11854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:38.280477+0000 mgr.y (mgr.24491) 13417 : cluster [DBG] pgmap v11854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:41.384 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:07:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:40.281174+0000 mgr.y (mgr.24491) 13418 : cluster [DBG] pgmap v11855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:40.281174+0000 mgr.y (mgr.24491) 13418 : cluster [DBG] pgmap v11855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:40.281174+0000 mgr.y (mgr.24491) 13418 : cluster [DBG] pgmap v11855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:42.281698+0000 mgr.y (mgr.24491) 13419 : cluster [DBG] pgmap v11856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:42.281698+0000 mgr.y (mgr.24491) 13419 : cluster [DBG] pgmap v11856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:42.281698+0000 mgr.y (mgr.24491) 13419 : cluster [DBG] pgmap v11856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:44.282537+0000 mgr.y (mgr.24491) 13420 : cluster [DBG] pgmap v11857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:44.282537+0000 mgr.y (mgr.24491) 13420 : cluster [DBG] pgmap v11857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:44.282537+0000 mgr.y (mgr.24491) 13420 : cluster [DBG] pgmap v11857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:46.282889+0000 mgr.y (mgr.24491) 13421 : cluster [DBG] pgmap v11858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:46.282889+0000 mgr.y (mgr.24491) 13421 : cluster [DBG] pgmap v11858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:46.282889+0000 mgr.y (mgr.24491) 13421 : cluster [DBG] pgmap v11858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:07:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:48.283421+0000 mgr.y (mgr.24491) 13422 : cluster [DBG] pgmap v11859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:48.283421+0000 mgr.y (mgr.24491) 13422 : cluster [DBG] pgmap v11859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:48.283421+0000 mgr.y (mgr.24491) 13422 : cluster [DBG] pgmap v11859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:51.402 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:07:51.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:50.284096+0000 mgr.y (mgr.24491) 13423 : cluster [DBG] pgmap v11860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:51.670 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:07:51.049207+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:07:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:50.284096+0000 mgr.y (mgr.24491) 13423 : cluster [DBG] pgmap v11860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:07:51.049207+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:07:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:50.284096+0000 mgr.y (mgr.24491) 13423 : cluster [DBG] pgmap v11860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:07:51.049207+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:07:53.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:52.284599+0000 mgr.y (mgr.24491) 13424 : cluster [DBG] pgmap v11861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:52.284599+0000 mgr.y (mgr.24491) 13424 : cluster [DBG] pgmap v11861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:52.284599+0000 mgr.y (mgr.24491) 13424 : cluster [DBG] pgmap v11861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:07:54.264780+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:07:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:54.285478+0000 mgr.y (mgr.24491) 13425 : cluster [DBG] pgmap v11862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:07:54.542672+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:07:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:07:54.543601+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:07:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:07:54.549094+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:07:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:07:54.264780+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:07:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:54.285478+0000 mgr.y (mgr.24491) 13425 : cluster [DBG] pgmap v11862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:07:54.542672+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:07:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:07:54.543601+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:07:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:07:54.549094+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:07:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:07:54.264780+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:07:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:54.285478+0000 mgr.y (mgr.24491) 13425 : cluster [DBG] pgmap v11862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:07:54.542672+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:07:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:07:54.543601+0000 mon.a (mon.0) 2963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:07:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:07:54.549094+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:07:56.143 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:07:56.428 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:07:56.428 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:07:56.428 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 7m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:07:56.428 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:07:56.428 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 7m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:07:56.428 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 7m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:07:56.428 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:07:56.428 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:07:56.428 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 7m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 7m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 7m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 7m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 7m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 7m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 7m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:07:56.429 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 7m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:07:56.765 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:07:56.765 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:07:56.766 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:07:56.767 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:07:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:07:56.132588+0000 mgr.y (mgr.24491) 13426 : audit [DBG] from='client.28650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:56.285824+0000 mgr.y (mgr.24491) 13427 : cluster [DBG] pgmap v11863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:07:56.421153+0000 mgr.y (mgr.24491) 13428 : audit [DBG] from='client.28656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:07:56.766648+0000 mon.a (mon.0) 2965 : audit [DBG] from='client.? 172.21.15.177:0/2580952366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:07:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:07:56.132588+0000 mgr.y (mgr.24491) 13426 : audit [DBG] from='client.28650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:56.285824+0000 mgr.y (mgr.24491) 13427 : cluster [DBG] pgmap v11863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:07:56.421153+0000 mgr.y (mgr.24491) 13428 : audit [DBG] from='client.28656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:07:56.766648+0000 mon.a (mon.0) 2965 : audit [DBG] from='client.? 172.21.15.177:0/2580952366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:07:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:07:56.132588+0000 mgr.y (mgr.24491) 13426 : audit [DBG] from='client.28650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:56.285824+0000 mgr.y (mgr.24491) 13427 : cluster [DBG] pgmap v11863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:07:56.421153+0000 mgr.y (mgr.24491) 13428 : audit [DBG] from='client.28656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:07:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:07:56.766648+0000 mon.a (mon.0) 2965 : audit [DBG] from='client.? 172.21.15.177:0/2580952366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:07:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:07:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:07:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:07:58.286316+0000 mgr.y (mgr.24491) 13429 : cluster [DBG] pgmap v11864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:07:58.286316+0000 mgr.y (mgr.24491) 13429 : cluster [DBG] pgmap v11864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:07:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:07:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:07:58.286316+0000 mgr.y (mgr.24491) 13429 : cluster [DBG] pgmap v11864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:01.350 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:08:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:00.286989+0000 mgr.y (mgr.24491) 13430 : cluster [DBG] pgmap v11865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:00.286989+0000 mgr.y (mgr.24491) 13430 : cluster [DBG] pgmap v11865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:00.286989+0000 mgr.y (mgr.24491) 13430 : cluster [DBG] pgmap v11865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:02.287390+0000 mgr.y (mgr.24491) 13431 : cluster [DBG] pgmap v11866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:02.287390+0000 mgr.y (mgr.24491) 13431 : cluster [DBG] pgmap v11866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:02.287390+0000 mgr.y (mgr.24491) 13431 : cluster [DBG] pgmap v11866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:04.288032+0000 mgr.y (mgr.24491) 13432 : cluster [DBG] pgmap v11867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:04.288032+0000 mgr.y (mgr.24491) 13432 : cluster [DBG] pgmap v11867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:04.288032+0000 mgr.y (mgr.24491) 13432 : cluster [DBG] pgmap v11867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:06.288474+0000 mgr.y (mgr.24491) 13433 : cluster [DBG] pgmap v11868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:06.288474+0000 mgr.y (mgr.24491) 13433 : cluster [DBG] pgmap v11868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:06.288474+0000 mgr.y (mgr.24491) 13433 : cluster [DBG] pgmap v11868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:08:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:08.288979+0000 mgr.y (mgr.24491) 13434 : cluster [DBG] pgmap v11869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:08.288979+0000 mgr.y (mgr.24491) 13434 : cluster [DBG] pgmap v11869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:08.288979+0000 mgr.y (mgr.24491) 13434 : cluster [DBG] pgmap v11869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:11.367 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:08:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:10.289696+0000 mgr.y (mgr.24491) 13435 : cluster [DBG] pgmap v11870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:10.289696+0000 mgr.y (mgr.24491) 13435 : cluster [DBG] pgmap v11870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:10.289696+0000 mgr.y (mgr.24491) 13435 : cluster [DBG] pgmap v11870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:12.290284+0000 mgr.y (mgr.24491) 13436 : cluster [DBG] pgmap v11871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:12.290284+0000 mgr.y (mgr.24491) 13436 : cluster [DBG] pgmap v11871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:12.290284+0000 mgr.y (mgr.24491) 13436 : cluster [DBG] pgmap v11871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:14.290930+0000 mgr.y (mgr.24491) 13437 : cluster [DBG] pgmap v11872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:14.290930+0000 mgr.y (mgr.24491) 13437 : cluster [DBG] pgmap v11872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:14.290930+0000 mgr.y (mgr.24491) 13437 : cluster [DBG] pgmap v11872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:16.291412+0000 mgr.y (mgr.24491) 13438 : cluster [DBG] pgmap v11873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:16.291412+0000 mgr.y (mgr.24491) 13438 : cluster [DBG] pgmap v11873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:16.291412+0000 mgr.y (mgr.24491) 13438 : cluster [DBG] pgmap v11873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:08:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:18.291828+0000 mgr.y (mgr.24491) 13439 : cluster [DBG] pgmap v11874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:18.291828+0000 mgr.y (mgr.24491) 13439 : cluster [DBG] pgmap v11874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:18.291828+0000 mgr.y (mgr.24491) 13439 : cluster [DBG] pgmap v11874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:21.386 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:08:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:20.292714+0000 mgr.y (mgr.24491) 13440 : cluster [DBG] pgmap v11875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:20.292714+0000 mgr.y (mgr.24491) 13440 : cluster [DBG] pgmap v11875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:20.292714+0000 mgr.y (mgr.24491) 13440 : cluster [DBG] pgmap v11875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:22.293175+0000 mgr.y (mgr.24491) 13441 : cluster [DBG] pgmap v11876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:22.293175+0000 mgr.y (mgr.24491) 13441 : cluster [DBG] pgmap v11876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:22.293175+0000 mgr.y (mgr.24491) 13441 : cluster [DBG] pgmap v11876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:24.293853+0000 mgr.y (mgr.24491) 13442 : cluster [DBG] pgmap v11877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:24.293853+0000 mgr.y (mgr.24491) 13442 : cluster [DBG] pgmap v11877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:24.293853+0000 mgr.y (mgr.24491) 13442 : cluster [DBG] pgmap v11877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:27.079 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:08:27.354 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:08:27.355 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:08:27.355 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 7m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:08:27.355 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:08:27.355 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 7m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:08:27.355 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 7m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:08:27.355 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:08:27.355 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:08:27.355 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 7m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:08:27.355 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 7m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:08:27.355 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:08:27.355 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 7m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:08:27.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:08:27.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.8M 2477M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:08:27.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:08:27.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 42.0M 2477M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:08:27.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 7m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:08:27.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 7m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:08:27.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 7m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:08:27.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 7m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:08:27.356 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 7m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:08:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:26.294218+0000 mgr.y (mgr.24491) 13443 : cluster [DBG] pgmap v11878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:26.294218+0000 mgr.y (mgr.24491) 13443 : cluster [DBG] pgmap v11878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:08:27.691 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:08:27.692 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:08:27.692 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:08:27.692 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:08:27.692 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:08:27.692 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:08:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:26.294218+0000 mgr.y (mgr.24491) 13443 : cluster [DBG] pgmap v11878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:08:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:27.068669+0000 mgr.y (mgr.24491) 13444 : audit [DBG] from='client.38579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:27.348338+0000 mgr.y (mgr.24491) 13445 : audit [DBG] from='client.38585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:27.691902+0000 mon.c (mon.2) 430 : audit [DBG] from='client.? 172.21.15.177:0/684571005' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:08:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:27.068669+0000 mgr.y (mgr.24491) 13444 : audit [DBG] from='client.38579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:27.348338+0000 mgr.y (mgr.24491) 13445 : audit [DBG] from='client.38585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:27.691902+0000 mon.c (mon.2) 430 : audit [DBG] from='client.? 172.21.15.177:0/684571005' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:08:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:27.068669+0000 mgr.y (mgr.24491) 13444 : audit [DBG] from='client.38579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:27.348338+0000 mgr.y (mgr.24491) 13445 : audit [DBG] from='client.38585 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:27.691902+0000 mon.c (mon.2) 430 : audit [DBG] from='client.? 172.21.15.177:0/684571005' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:08:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:28.294603+0000 mgr.y (mgr.24491) 13446 : cluster [DBG] pgmap v11879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:28.294603+0000 mgr.y (mgr.24491) 13446 : cluster [DBG] pgmap v11879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:28.294603+0000 mgr.y (mgr.24491) 13446 : cluster [DBG] pgmap v11879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:31.405 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:08:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:30.295372+0000 mgr.y (mgr.24491) 13447 : cluster [DBG] pgmap v11880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:30.295372+0000 mgr.y (mgr.24491) 13447 : cluster [DBG] pgmap v11880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:30.295372+0000 mgr.y (mgr.24491) 13447 : cluster [DBG] pgmap v11880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:32.295884+0000 mgr.y (mgr.24491) 13448 : cluster [DBG] pgmap v11881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:32.295884+0000 mgr.y (mgr.24491) 13448 : cluster [DBG] pgmap v11881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:32.295884+0000 mgr.y (mgr.24491) 13448 : cluster [DBG] pgmap v11881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:34.296610+0000 mgr.y (mgr.24491) 13449 : cluster [DBG] pgmap v11882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:34.296610+0000 mgr.y (mgr.24491) 13449 : cluster [DBG] pgmap v11882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:34.296610+0000 mgr.y (mgr.24491) 13449 : cluster [DBG] pgmap v11882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:37.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:36.296979+0000 mgr.y (mgr.24491) 13450 : cluster [DBG] pgmap v11883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:36.296979+0000 mgr.y (mgr.24491) 13450 : cluster [DBG] pgmap v11883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:36.296979+0000 mgr.y (mgr.24491) 13450 : cluster [DBG] pgmap v11883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:08:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:38.297309+0000 mgr.y (mgr.24491) 13451 : cluster [DBG] pgmap v11884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:38.297309+0000 mgr.y (mgr.24491) 13451 : cluster [DBG] pgmap v11884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:38.297309+0000 mgr.y (mgr.24491) 13451 : cluster [DBG] pgmap v11884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:41.421 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:08:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:40.298034+0000 mgr.y (mgr.24491) 13452 : cluster [DBG] pgmap v11885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:40.298034+0000 mgr.y (mgr.24491) 13452 : cluster [DBG] pgmap v11885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:40.298034+0000 mgr.y (mgr.24491) 13452 : cluster [DBG] pgmap v11885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:42.298414+0000 mgr.y (mgr.24491) 13453 : cluster [DBG] pgmap v11886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:43.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:42.298414+0000 mgr.y (mgr.24491) 13453 : cluster [DBG] pgmap v11886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:43.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:42.298414+0000 mgr.y (mgr.24491) 13453 : cluster [DBG] pgmap v11886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:44.299023+0000 mgr.y (mgr.24491) 13454 : cluster [DBG] pgmap v11887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:44.299023+0000 mgr.y (mgr.24491) 13454 : cluster [DBG] pgmap v11887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:44.299023+0000 mgr.y (mgr.24491) 13454 : cluster [DBG] pgmap v11887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:46.299389+0000 mgr.y (mgr.24491) 13455 : cluster [DBG] pgmap v11888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:46.299389+0000 mgr.y (mgr.24491) 13455 : cluster [DBG] pgmap v11888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:46.299389+0000 mgr.y (mgr.24491) 13455 : cluster [DBG] pgmap v11888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:08:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:48.299834+0000 mgr.y (mgr.24491) 13456 : cluster [DBG] pgmap v11889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:48.299834+0000 mgr.y (mgr.24491) 13456 : cluster [DBG] pgmap v11889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:48.299834+0000 mgr.y (mgr.24491) 13456 : cluster [DBG] pgmap v11889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:51.436 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:08:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:50.300585+0000 mgr.y (mgr.24491) 13457 : cluster [DBG] pgmap v11890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:50.300585+0000 mgr.y (mgr.24491) 13457 : cluster [DBG] pgmap v11890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:50.300585+0000 mgr.y (mgr.24491) 13457 : cluster [DBG] pgmap v11890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:52.301058+0000 mgr.y (mgr.24491) 13458 : cluster [DBG] pgmap v11891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:52.301058+0000 mgr.y (mgr.24491) 13458 : cluster [DBG] pgmap v11891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:52.301058+0000 mgr.y (mgr.24491) 13458 : cluster [DBG] pgmap v11891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:54.301649+0000 mgr.y (mgr.24491) 13459 : cluster [DBG] pgmap v11892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:54.554429+0000 mon.a (mon.0) 2966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:08:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:54.846543+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:54.847212+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:54.847781+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:54.848319+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:54.855929+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:08:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:54.857398+0000 mon.a (mon.0) 2972 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:08:55.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:54.857888+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:08:55.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:54.864223+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:08:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:54.301649+0000 mgr.y (mgr.24491) 13459 : cluster [DBG] pgmap v11892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:54.554429+0000 mon.a (mon.0) 2966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:08:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:54.846543+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:54.847212+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:54.847781+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:54.848319+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:54.855929+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:08:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:54.857398+0000 mon.a (mon.0) 2972 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:08:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:54.857888+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:08:55.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:54.864223+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:08:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:54.301649+0000 mgr.y (mgr.24491) 13459 : cluster [DBG] pgmap v11892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:54.554429+0000 mon.a (mon.0) 2966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:08:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:54.846543+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:54.847212+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:54.847781+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:54.848319+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:08:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:54.855929+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:08:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:54.857398+0000 mon.a (mon.0) 2972 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:08:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:54.857888+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:08:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:54.864223+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:08:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T10:08:54.849456+0000 mgr.y (mgr.24491) 13460 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2475M 2024-04-20T10:08:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T10:08:54.849456+0000 mgr.y (mgr.24491) 13460 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2475M 2024-04-20T10:08:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T10:08:54.849456+0000 mgr.y (mgr.24491) 13460 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2475M 2024-04-20T10:08:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:56.302095+0000 mgr.y (mgr.24491) 13461 : cluster [DBG] pgmap v11893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:57.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:56.302095+0000 mgr.y (mgr.24491) 13461 : cluster [DBG] pgmap v11893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:56.302095+0000 mgr.y (mgr.24491) 13461 : cluster [DBG] pgmap v11893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:58.003 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:08:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:08:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:08:58.279 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:08:58.279 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 8m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:08:58.279 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 8m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:08:58.279 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 8m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:08:58.279 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 8m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:08:58.279 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 8m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:08:58.280 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:08:58.280 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:08:58.280 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 8m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:08:58.280 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 8m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:08:58.280 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 8m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:08:58.280 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 8m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:08:58.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 8m ago 6h 45.8M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:08:58.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 8m ago 6h 45.8M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:08:58.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 8m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:08:58.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 8m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:08:58.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 8m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:08:58.281 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 8m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:08:58.281 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 8m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:08:58.281 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 8m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:08:58.281 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 8m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:08:58.613 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:08:58.613 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:08:58.613 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:08:58.613 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:08:58.613 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:08:58.613 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:08:58.613 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:08:58.614 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:08:58.614 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:08:58.614 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:08:58.614 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:08:58.614 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:08:58.614 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:08:58.614 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:08:58.614 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:08:58.614 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:08:58.614 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:08:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:57.991646+0000 mgr.y (mgr.24491) 13462 : audit [DBG] from='client.38597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:58.272525+0000 mgr.y (mgr.24491) 13463 : audit [DBG] from='client.38603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:08:58.302439+0000 mgr.y (mgr.24491) 13464 : cluster [DBG] pgmap v11894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:08:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:08:58.614295+0000 mon.c (mon.2) 431 : audit [DBG] from='client.? 172.21.15.177:0/3448420904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:08:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:57.991646+0000 mgr.y (mgr.24491) 13462 : audit [DBG] from='client.38597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:58.272525+0000 mgr.y (mgr.24491) 13463 : audit [DBG] from='client.38603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:08:58.302439+0000 mgr.y (mgr.24491) 13464 : cluster [DBG] pgmap v11894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:08:58.614295+0000 mon.c (mon.2) 431 : audit [DBG] from='client.? 172.21.15.177:0/3448420904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:08:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:57.991646+0000 mgr.y (mgr.24491) 13462 : audit [DBG] from='client.38597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:58.272525+0000 mgr.y (mgr.24491) 13463 : audit [DBG] from='client.38603 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:08:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:08:58.302439+0000 mgr.y (mgr.24491) 13464 : cluster [DBG] pgmap v11894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:08:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:08:58.614295+0000 mon.c (mon.2) 431 : audit [DBG] from='client.? 172.21.15.177:0/3448420904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:09:01.462 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:09:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:00.303081+0000 mgr.y (mgr.24491) 13465 : cluster [DBG] pgmap v11895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:00.303081+0000 mgr.y (mgr.24491) 13465 : cluster [DBG] pgmap v11895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:00.303081+0000 mgr.y (mgr.24491) 13465 : cluster [DBG] pgmap v11895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:02.303551+0000 mgr.y (mgr.24491) 13466 : cluster [DBG] pgmap v11896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:02.303551+0000 mgr.y (mgr.24491) 13466 : cluster [DBG] pgmap v11896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:02.303551+0000 mgr.y (mgr.24491) 13466 : cluster [DBG] pgmap v11896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:04.304250+0000 mgr.y (mgr.24491) 13467 : cluster [DBG] pgmap v11897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:04.304250+0000 mgr.y (mgr.24491) 13467 : cluster [DBG] pgmap v11897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:04.304250+0000 mgr.y (mgr.24491) 13467 : cluster [DBG] pgmap v11897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:06.304785+0000 mgr.y (mgr.24491) 13468 : cluster [DBG] pgmap v11898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:07.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:06.304785+0000 mgr.y (mgr.24491) 13468 : cluster [DBG] pgmap v11898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:06.304785+0000 mgr.y (mgr.24491) 13468 : cluster [DBG] pgmap v11898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:09:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:08.305291+0000 mgr.y (mgr.24491) 13469 : cluster [DBG] pgmap v11899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:08.305291+0000 mgr.y (mgr.24491) 13469 : cluster [DBG] pgmap v11899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:08.305291+0000 mgr.y (mgr.24491) 13469 : cluster [DBG] pgmap v11899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:11.479 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:09:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:10.305927+0000 mgr.y (mgr.24491) 13470 : cluster [DBG] pgmap v11900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:10.305927+0000 mgr.y (mgr.24491) 13470 : cluster [DBG] pgmap v11900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:10.305927+0000 mgr.y (mgr.24491) 13470 : cluster [DBG] pgmap v11900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:12.306523+0000 mgr.y (mgr.24491) 13471 : cluster [DBG] pgmap v11901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:12.306523+0000 mgr.y (mgr.24491) 13471 : cluster [DBG] pgmap v11901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:12.306523+0000 mgr.y (mgr.24491) 13471 : cluster [DBG] pgmap v11901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:14.307377+0000 mgr.y (mgr.24491) 13472 : cluster [DBG] pgmap v11902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:14.307377+0000 mgr.y (mgr.24491) 13472 : cluster [DBG] pgmap v11902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:14.307377+0000 mgr.y (mgr.24491) 13472 : cluster [DBG] pgmap v11902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:16.307921+0000 mgr.y (mgr.24491) 13473 : cluster [DBG] pgmap v11903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T10:09:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:16.307921+0000 mgr.y (mgr.24491) 13473 : cluster [DBG] pgmap v11903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:16.307921+0000 mgr.y (mgr.24491) 13473 : cluster [DBG] pgmap v11903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:18.308372+0000 mgr.y (mgr.24491) 13474 : cluster [DBG] pgmap v11904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:18.308372+0000 mgr.y (mgr.24491) 13474 : cluster [DBG] pgmap v11904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:18.308372+0000 mgr.y (mgr.24491) 13474 : cluster [DBG] pgmap v11904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:21.496 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:09:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:20.309255+0000 mgr.y (mgr.24491) 13475 : cluster [DBG] pgmap v11905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:20.309255+0000 mgr.y (mgr.24491) 13475 : cluster [DBG] pgmap v11905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:20.309255+0000 mgr.y (mgr.24491) 13475 : cluster [DBG] pgmap v11905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:22.309808+0000 mgr.y (mgr.24491) 13476 : cluster [DBG] pgmap v11906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:22.309808+0000 mgr.y (mgr.24491) 13476 : cluster [DBG] pgmap v11906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:22.309808+0000 mgr.y (mgr.24491) 13476 : cluster [DBG] pgmap v11906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:24.310668+0000 mgr.y (mgr.24491) 13477 : cluster [DBG] pgmap v11907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:24.310668+0000 mgr.y (mgr.24491) 13477 : cluster [DBG] pgmap v11907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:24.310668+0000 mgr.y (mgr.24491) 13477 : cluster [DBG] pgmap v11907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:26.311083+0000 mgr.y (mgr.24491) 13478 : cluster [DBG] pgmap v11908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T10:09:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:26.311083+0000 mgr.y (mgr.24491) 13478 : cluster [DBG] pgmap v11908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:26.311083+0000 mgr.y (mgr.24491) 13478 : cluster [DBG] pgmap v11908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:28.923 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:09:29.198 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:09:29.198 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 8m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:09:29.198 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 8m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:09:29.198 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 8m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:09:29.198 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 8m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:09:29.198 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 8m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 8m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 8m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 8m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 8m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 8m ago 6h 45.8M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 8m ago 6h 45.8M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 8m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 8m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 8m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 8m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 8m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 8m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:09:29.199 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 8m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:09:29.534 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:09:29.535 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:09:29.535 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:09:29.535 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:09:29.535 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:09:29.535 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:09:29.535 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:09:29.535 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:09:29.535 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:09:29.535 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:09:29.535 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:09:29.535 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:09:29.536 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:09:29.536 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:09:29.536 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:09:29.536 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:09:29.536 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:09:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:28.311528+0000 mgr.y (mgr.24491) 13479 : cluster [DBG] pgmap v11909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:28.311528+0000 mgr.y (mgr.24491) 13479 : cluster [DBG] pgmap v11909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:28.311528+0000 mgr.y (mgr.24491) 13479 : cluster [DBG] pgmap v11909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:09:28.911916+0000 mgr.y (mgr.24491) 13480 : audit [DBG] from='client.38615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:09:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:09:29.191509+0000 mgr.y (mgr.24491) 13481 : audit [DBG] from='client.38621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:09:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:09:29.535653+0000 mon.c (mon.2) 432 : audit [DBG] from='client.? 172.21.15.177:0/1522438209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:09:30.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:09:28.911916+0000 mgr.y (mgr.24491) 13480 : audit [DBG] from='client.38615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:09:30.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:09:29.191509+0000 mgr.y (mgr.24491) 13481 : audit [DBG] from='client.38621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:09:30.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:09:29.535653+0000 mon.c (mon.2) 432 : audit [DBG] from='client.? 172.21.15.177:0/1522438209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:09:31.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:09:28.911916+0000 mgr.y (mgr.24491) 13480 : audit [DBG] from='client.38615 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:09:31.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:09:29.191509+0000 mgr.y (mgr.24491) 13481 : audit [DBG] from='client.38621 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:09:31.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:09:29.535653+0000 mon.c (mon.2) 432 : audit [DBG] from='client.? 172.21.15.177:0/1522438209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:09:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:09:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:30.312275+0000 mgr.y (mgr.24491) 13482 : cluster [DBG] pgmap v11910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:30.312275+0000 mgr.y (mgr.24491) 13482 : cluster [DBG] pgmap v11910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:30.312275+0000 mgr.y (mgr.24491) 13482 : cluster [DBG] pgmap v11910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:32.312710+0000 mgr.y (mgr.24491) 13483 : cluster [DBG] pgmap v11911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:32.312710+0000 mgr.y (mgr.24491) 13483 : cluster [DBG] pgmap v11911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:32.312710+0000 mgr.y (mgr.24491) 13483 : cluster [DBG] pgmap v11911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:34.313336+0000 mgr.y (mgr.24491) 13484 : cluster [DBG] pgmap v11912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:34.313336+0000 mgr.y (mgr.24491) 13484 : cluster [DBG] pgmap v11912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:34.313336+0000 mgr.y (mgr.24491) 13484 : cluster [DBG] pgmap v11912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:09:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:36.313768+0000 mgr.y (mgr.24491) 13485 : cluster [DBG] pgmap v11913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:36.313768+0000 mgr.y (mgr.24491) 13485 : cluster [DBG] pgmap v11913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:36.313768+0000 mgr.y (mgr.24491) 13485 : cluster [DBG] pgmap v11913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:38.314212+0000 mgr.y (mgr.24491) 13486 : cluster [DBG] pgmap v11914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:38.314212+0000 mgr.y (mgr.24491) 13486 : cluster [DBG] pgmap v11914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:38.314212+0000 mgr.y (mgr.24491) 13486 : cluster [DBG] pgmap v11914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:09:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:40.314980+0000 mgr.y (mgr.24491) 13487 : cluster [DBG] pgmap v11915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:40.314980+0000 mgr.y (mgr.24491) 13487 : cluster [DBG] pgmap v11915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:40.314980+0000 mgr.y (mgr.24491) 13487 : cluster [DBG] pgmap v11915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:42.315548+0000 mgr.y (mgr.24491) 13488 : cluster [DBG] pgmap v11916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:42.315548+0000 mgr.y (mgr.24491) 13488 : cluster [DBG] pgmap v11916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:42.315548+0000 mgr.y (mgr.24491) 13488 : cluster [DBG] pgmap v11916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:44.316305+0000 mgr.y (mgr.24491) 13489 : cluster [DBG] pgmap v11917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:44.316305+0000 mgr.y (mgr.24491) 13489 : cluster [DBG] pgmap v11917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:44.316305+0000 mgr.y (mgr.24491) 13489 : cluster [DBG] pgmap v11917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:46.316665+0000 mgr.y (mgr.24491) 13490 : cluster [DBG] pgmap v11918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:09:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:46.316665+0000 mgr.y (mgr.24491) 13490 : cluster [DBG] pgmap v11918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:46.316665+0000 mgr.y (mgr.24491) 13490 : cluster [DBG] pgmap v11918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:48.317065+0000 mgr.y (mgr.24491) 13491 : cluster [DBG] pgmap v11919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:48.317065+0000 mgr.y (mgr.24491) 13491 : cluster [DBG] pgmap v11919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:48.317065+0000 mgr.y (mgr.24491) 13491 : cluster [DBG] pgmap v11919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:09:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:50.317900+0000 mgr.y (mgr.24491) 13492 : cluster [DBG] pgmap v11920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:50.317900+0000 mgr.y (mgr.24491) 13492 : cluster [DBG] pgmap v11920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:50.317900+0000 mgr.y (mgr.24491) 13492 : cluster [DBG] pgmap v11920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:52.318373+0000 mgr.y (mgr.24491) 13493 : cluster [DBG] pgmap v11921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:52.318373+0000 mgr.y (mgr.24491) 13493 : cluster [DBG] pgmap v11921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:52.318373+0000 mgr.y (mgr.24491) 13493 : cluster [DBG] pgmap v11921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:54.319061+0000 mgr.y (mgr.24491) 13494 : cluster [DBG] pgmap v11922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:09:54.868615+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:09:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:09:55.160789+0000 mon.a (mon.0) 2976 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:09:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:09:55.161478+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:09:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:09:55.165635+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:09:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:54.319061+0000 mgr.y (mgr.24491) 13494 : cluster [DBG] pgmap v11922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:09:54.868615+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:09:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:09:55.160789+0000 mon.a (mon.0) 2976 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:09:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:09:55.161478+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:09:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:09:55.165635+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:09:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:54.319061+0000 mgr.y (mgr.24491) 13494 : cluster [DBG] pgmap v11922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:09:54.868615+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:09:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:09:55.160789+0000 mon.a (mon.0) 2976 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:09:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:09:55.161478+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:09:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:09:55.165635+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:09:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:56.319504+0000 mgr.y (mgr.24491) 13495 : cluster [DBG] pgmap v11923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:09:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:09:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:56.319504+0000 mgr.y (mgr.24491) 13495 : cluster [DBG] pgmap v11923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:56.319504+0000 mgr.y (mgr.24491) 13495 : cluster [DBG] pgmap v11923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:59.842 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:09:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:09:58.320046+0000 mgr.y (mgr.24491) 13496 : cluster [DBG] pgmap v11924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:09:58.320046+0000 mgr.y (mgr.24491) 13496 : cluster [DBG] pgmap v11924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:09:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:09:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:09:58.320046+0000 mgr.y (mgr.24491) 13496 : cluster [DBG] pgmap v11924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:00.117 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:10:00.118 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:10:00.118 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:10:00.118 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:10:00.118 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:10:00.118 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:10:00.119 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:10:00.119 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:10:00.119 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:10:00.119 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:10:00.119 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:10:00.119 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:10:00.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.8M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:10:00.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 9m ago 6h 45.8M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:10:00.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 9m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:10:00.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 9m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:10:00.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:10:00.120 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:10:00.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:10:00.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:10:00.121 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:10:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T10:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:10:00.453 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:10:00.453 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:10:00.453 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:10:00.453 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:10:00.454 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:10:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:00.000103+0000 mon.a (mon.0) 2979 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:10:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:10:00.454409+0000 mon.a (mon.0) 2980 : audit [DBG] from='client.? 172.21.15.177:0/341671253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:10:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:00.000103+0000 mon.a (mon.0) 2979 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:10:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:10:00.454409+0000 mon.a (mon.0) 2980 : audit [DBG] from='client.? 172.21.15.177:0/341671253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:10:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:00.000103+0000 mon.a (mon.0) 2979 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:10:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:10:00.454409+0000 mon.a (mon.0) 2980 : audit [DBG] from='client.? 172.21.15.177:0/341671253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:10:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:10:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:09:59.831858+0000 mgr.y (mgr.24491) 13497 : audit [DBG] from='client.28722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:10:00.110754+0000 mgr.y (mgr.24491) 13498 : audit [DBG] from='client.28728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:00.320587+0000 mgr.y (mgr.24491) 13499 : cluster [DBG] pgmap v11925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:09:59.831858+0000 mgr.y (mgr.24491) 13497 : audit [DBG] from='client.28722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:10:00.110754+0000 mgr.y (mgr.24491) 13498 : audit [DBG] from='client.28728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:00.320587+0000 mgr.y (mgr.24491) 13499 : cluster [DBG] pgmap v11925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:09:59.831858+0000 mgr.y (mgr.24491) 13497 : audit [DBG] from='client.28722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:10:00.110754+0000 mgr.y (mgr.24491) 13498 : audit [DBG] from='client.28728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:00.320587+0000 mgr.y (mgr.24491) 13499 : cluster [DBG] pgmap v11925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:02.321069+0000 mgr.y (mgr.24491) 13500 : cluster [DBG] pgmap v11926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:02.321069+0000 mgr.y (mgr.24491) 13500 : cluster [DBG] pgmap v11926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:02.321069+0000 mgr.y (mgr.24491) 13500 : cluster [DBG] pgmap v11926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:04.321605+0000 mgr.y (mgr.24491) 13501 : cluster [DBG] pgmap v11927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:04.321605+0000 mgr.y (mgr.24491) 13501 : cluster [DBG] pgmap v11927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:04.321605+0000 mgr.y (mgr.24491) 13501 : cluster [DBG] pgmap v11927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:06.322016+0000 mgr.y (mgr.24491) 13502 : cluster [DBG] pgmap v11928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:10:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:06.322016+0000 mgr.y (mgr.24491) 13502 : cluster [DBG] pgmap v11928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:06.322016+0000 mgr.y (mgr.24491) 13502 : cluster [DBG] pgmap v11928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:08.322387+0000 mgr.y (mgr.24491) 13503 : cluster [DBG] pgmap v11929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:08.322387+0000 mgr.y (mgr.24491) 13503 : cluster [DBG] pgmap v11929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:08.322387+0000 mgr.y (mgr.24491) 13503 : cluster [DBG] pgmap v11929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:10:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:10.323274+0000 mgr.y (mgr.24491) 13504 : cluster [DBG] pgmap v11930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:10.323274+0000 mgr.y (mgr.24491) 13504 : cluster [DBG] pgmap v11930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:10.323274+0000 mgr.y (mgr.24491) 13504 : cluster [DBG] pgmap v11930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:12.323690+0000 mgr.y (mgr.24491) 13505 : cluster [DBG] pgmap v11931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:12.323690+0000 mgr.y (mgr.24491) 13505 : cluster [DBG] pgmap v11931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:12.323690+0000 mgr.y (mgr.24491) 13505 : cluster [DBG] pgmap v11931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:14.324436+0000 mgr.y (mgr.24491) 13506 : cluster [DBG] pgmap v11932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:14.324436+0000 mgr.y (mgr.24491) 13506 : cluster [DBG] pgmap v11932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:14.324436+0000 mgr.y (mgr.24491) 13506 : cluster [DBG] pgmap v11932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:10:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:16.324890+0000 mgr.y (mgr.24491) 13507 : cluster [DBG] pgmap v11933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:16.324890+0000 mgr.y (mgr.24491) 13507 : cluster [DBG] pgmap v11933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:16.324890+0000 mgr.y (mgr.24491) 13507 : cluster [DBG] pgmap v11933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:18.325374+0000 mgr.y (mgr.24491) 13508 : cluster [DBG] pgmap v11934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:18.325374+0000 mgr.y (mgr.24491) 13508 : cluster [DBG] pgmap v11934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:18.325374+0000 mgr.y (mgr.24491) 13508 : cluster [DBG] pgmap v11934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:10:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:20.326107+0000 mgr.y (mgr.24491) 13509 : cluster [DBG] pgmap v11935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:20.326107+0000 mgr.y (mgr.24491) 13509 : cluster [DBG] pgmap v11935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:20.326107+0000 mgr.y (mgr.24491) 13509 : cluster [DBG] pgmap v11935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:22.326482+0000 mgr.y (mgr.24491) 13510 : cluster [DBG] pgmap v11936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:22.326482+0000 mgr.y (mgr.24491) 13510 : cluster [DBG] pgmap v11936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:22.326482+0000 mgr.y (mgr.24491) 13510 : cluster [DBG] pgmap v11936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:24.327245+0000 mgr.y (mgr.24491) 13511 : cluster [DBG] pgmap v11937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:24.327245+0000 mgr.y (mgr.24491) 13511 : cluster [DBG] pgmap v11937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:24.327245+0000 mgr.y (mgr.24491) 13511 : cluster [DBG] pgmap v11937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:10:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:26.327743+0000 mgr.y (mgr.24491) 13512 : cluster [DBG] pgmap v11938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:26.327743+0000 mgr.y (mgr.24491) 13512 : cluster [DBG] pgmap v11938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:26.327743+0000 mgr.y (mgr.24491) 13512 : cluster [DBG] pgmap v11938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:28.328153+0000 mgr.y (mgr.24491) 13513 : cluster [DBG] pgmap v11939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:28.328153+0000 mgr.y (mgr.24491) 13513 : cluster [DBG] pgmap v11939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:28.328153+0000 mgr.y (mgr.24491) 13513 : cluster [DBG] pgmap v11939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:30.765 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:10:31.038 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:10:31.039 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:10:31.039 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:10:31.039 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:10:31.039 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.7M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:10:31.039 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:10:31.039 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:10:31.039 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:10:31.039 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 574M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:10:31.039 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 578M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:10:31.039 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 25.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:10:31.039 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:10:31.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.8M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:10:31.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 9m ago 6h 45.8M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:10:31.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 9m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:10:31.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 9m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:10:31.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:10:31.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:10:31.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:10:31.040 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:10:31.040 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:10:31.376 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:10:31.376 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:10:31.376 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:10:31.376 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:10:31.376 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:10:31.377 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:10:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:10:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:30.329012+0000 mgr.y (mgr.24491) 13514 : cluster [DBG] pgmap v11940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:10:30.753649+0000 mgr.y (mgr.24491) 13515 : audit [DBG] from='client.28740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:10:31.377155+0000 mon.c (mon.2) 433 : audit [DBG] from='client.? 172.21.15.177:0/1829951993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:10:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:30.329012+0000 mgr.y (mgr.24491) 13514 : cluster [DBG] pgmap v11940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:10:30.753649+0000 mgr.y (mgr.24491) 13515 : audit [DBG] from='client.28740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:10:31.377155+0000 mon.c (mon.2) 433 : audit [DBG] from='client.? 172.21.15.177:0/1829951993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:10:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:30.329012+0000 mgr.y (mgr.24491) 13514 : cluster [DBG] pgmap v11940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:10:30.753649+0000 mgr.y (mgr.24491) 13515 : audit [DBG] from='client.28740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:10:31.377155+0000 mon.c (mon.2) 433 : audit [DBG] from='client.? 172.21.15.177:0/1829951993' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:10:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:10:31.032266+0000 mgr.y (mgr.24491) 13516 : audit [DBG] from='client.28746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:10:31.032266+0000 mgr.y (mgr.24491) 13516 : audit [DBG] from='client.28746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:10:31.032266+0000 mgr.y (mgr.24491) 13516 : audit [DBG] from='client.28746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:10:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:32.329453+0000 mgr.y (mgr.24491) 13517 : cluster [DBG] pgmap v11941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:32.329453+0000 mgr.y (mgr.24491) 13517 : cluster [DBG] pgmap v11941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:32.329453+0000 mgr.y (mgr.24491) 13517 : cluster [DBG] pgmap v11941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:34.330181+0000 mgr.y (mgr.24491) 13518 : cluster [DBG] pgmap v11942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:34.330181+0000 mgr.y (mgr.24491) 13518 : cluster [DBG] pgmap v11942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:34.330181+0000 mgr.y (mgr.24491) 13518 : cluster [DBG] pgmap v11942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:10:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:36.330597+0000 mgr.y (mgr.24491) 13519 : cluster [DBG] pgmap v11943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:36.330597+0000 mgr.y (mgr.24491) 13519 : cluster [DBG] pgmap v11943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:36.330597+0000 mgr.y (mgr.24491) 13519 : cluster [DBG] pgmap v11943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:38.331021+0000 mgr.y (mgr.24491) 13520 : cluster [DBG] pgmap v11944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:38.331021+0000 mgr.y (mgr.24491) 13520 : cluster [DBG] pgmap v11944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:38.331021+0000 mgr.y (mgr.24491) 13520 : cluster [DBG] pgmap v11944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:10:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:40.331908+0000 mgr.y (mgr.24491) 13521 : cluster [DBG] pgmap v11945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:40.331908+0000 mgr.y (mgr.24491) 13521 : cluster [DBG] pgmap v11945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:40.331908+0000 mgr.y (mgr.24491) 13521 : cluster [DBG] pgmap v11945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:42.332436+0000 mgr.y (mgr.24491) 13522 : cluster [DBG] pgmap v11946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:42.332436+0000 mgr.y (mgr.24491) 13522 : cluster [DBG] pgmap v11946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:42.332436+0000 mgr.y (mgr.24491) 13522 : cluster [DBG] pgmap v11946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:44.333125+0000 mgr.y (mgr.24491) 13523 : cluster [DBG] pgmap v11947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:44.333125+0000 mgr.y (mgr.24491) 13523 : cluster [DBG] pgmap v11947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:44.333125+0000 mgr.y (mgr.24491) 13523 : cluster [DBG] pgmap v11947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:46.333441+0000 mgr.y (mgr.24491) 13524 : cluster [DBG] pgmap v11948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:46.333441+0000 mgr.y (mgr.24491) 13524 : cluster [DBG] pgmap v11948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:10:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:46.333441+0000 mgr.y (mgr.24491) 13524 : cluster [DBG] pgmap v11948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:48.333854+0000 mgr.y (mgr.24491) 13525 : cluster [DBG] pgmap v11949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:48.333854+0000 mgr.y (mgr.24491) 13525 : cluster [DBG] pgmap v11949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:48.333854+0000 mgr.y (mgr.24491) 13525 : cluster [DBG] pgmap v11949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:10:52.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:50.334493+0000 mgr.y (mgr.24491) 13526 : cluster [DBG] pgmap v11950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:50.334493+0000 mgr.y (mgr.24491) 13526 : cluster [DBG] pgmap v11950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:50.334493+0000 mgr.y (mgr.24491) 13526 : cluster [DBG] pgmap v11950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:52.334892+0000 mgr.y (mgr.24491) 13527 : cluster [DBG] pgmap v11951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:52.334892+0000 mgr.y (mgr.24491) 13527 : cluster [DBG] pgmap v11951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:52.334892+0000 mgr.y (mgr.24491) 13527 : cluster [DBG] pgmap v11951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:54.335626+0000 mgr.y (mgr.24491) 13528 : cluster [DBG] pgmap v11952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:10:55.169970+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:10:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:54.335626+0000 mgr.y (mgr.24491) 13528 : cluster [DBG] pgmap v11952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:10:55.169970+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:10:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:54.335626+0000 mgr.y (mgr.24491) 13528 : cluster [DBG] pgmap v11952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:10:55.169970+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:10:57.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:56.335996+0000 mgr.y (mgr.24491) 13529 : cluster [DBG] pgmap v11953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:56.335996+0000 mgr.y (mgr.24491) 13529 : cluster [DBG] pgmap v11953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:58.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:10:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:10:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:56.335996+0000 mgr.y (mgr.24491) 13529 : cluster [DBG] pgmap v11953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:10:57.847408+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:10:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:10:58.336349+0000 mgr.y (mgr.24491) 13530 : cluster [DBG] pgmap v11954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:10:58.438860+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:10:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:10:58.719200+0000 mon.a (mon.0) 2984 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:10:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:10:58.719860+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:10:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:10:58.724656+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:10:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:10:57.847408+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:10:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:10:58.336349+0000 mgr.y (mgr.24491) 13530 : cluster [DBG] pgmap v11954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:10:58.438860+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:10:59.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:10:58.719200+0000 mon.a (mon.0) 2984 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:10:59.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:10:58.719860+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:10:59.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:10:58.724656+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:10:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:10:57.847408+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:10:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:10:58.336349+0000 mgr.y (mgr.24491) 13530 : cluster [DBG] pgmap v11954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:10:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:10:58.438860+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:10:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:10:58.719200+0000 mon.a (mon.0) 2984 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:10:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:10:58.719860+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:10:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:10:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:10:58.724656+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:11:01.390 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:11:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:00.337232+0000 mgr.y (mgr.24491) 13531 : cluster [DBG] pgmap v11955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:00.337232+0000 mgr.y (mgr.24491) 13531 : cluster [DBG] pgmap v11955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:01.691 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:11:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:00.337232+0000 mgr.y (mgr.24491) 13531 : cluster [DBG] pgmap v11955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3s ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3s ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4s ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4s ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3s ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4s ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4s ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:11:01.965 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3s ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:11:01.966 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:11:01.966 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:11:01.966 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:11:01.966 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:11:01.966 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3s ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:11:01.966 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:11:01.966 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:11:01.966 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3s ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:11:01.966 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3s ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:11:02.297 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:11:02.297 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:11:02.297 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:11:02.297 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:11:02.297 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:11:02.297 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:11:02.297 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:11:02.297 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:11:02.298 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:11:02.298 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:11:02.298 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:11:02.298 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:11:02.298 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:11:02.298 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:11:02.298 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:11:02.298 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:11:02.298 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:11:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:11:01.679779+0000 mgr.y (mgr.24491) 13532 : audit [DBG] from='client.38669 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:11:02.298114+0000 mon.a (mon.0) 2987 : audit [DBG] from='client.? 172.21.15.177:0/1524103425' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:11:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:11:01.679779+0000 mgr.y (mgr.24491) 13532 : audit [DBG] from='client.38669 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:11:02.298114+0000 mon.a (mon.0) 2987 : audit [DBG] from='client.? 172.21.15.177:0/1524103425' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:11:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:11:01.679779+0000 mgr.y (mgr.24491) 13532 : audit [DBG] from='client.38669 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:11:02.298114+0000 mon.a (mon.0) 2987 : audit [DBG] from='client.? 172.21.15.177:0/1524103425' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:11:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:11:01.958124+0000 mgr.y (mgr.24491) 13533 : audit [DBG] from='client.38675 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:02.337539+0000 mgr.y (mgr.24491) 13534 : cluster [DBG] pgmap v11956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:11:01.958124+0000 mgr.y (mgr.24491) 13533 : audit [DBG] from='client.38675 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:02.337539+0000 mgr.y (mgr.24491) 13534 : cluster [DBG] pgmap v11956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:11:01.958124+0000 mgr.y (mgr.24491) 13533 : audit [DBG] from='client.38675 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:02.337539+0000 mgr.y (mgr.24491) 13534 : cluster [DBG] pgmap v11956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:04.338107+0000 mgr.y (mgr.24491) 13535 : cluster [DBG] pgmap v11957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:04.338107+0000 mgr.y (mgr.24491) 13535 : cluster [DBG] pgmap v11957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:04.338107+0000 mgr.y (mgr.24491) 13535 : cluster [DBG] pgmap v11957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:06.338585+0000 mgr.y (mgr.24491) 13536 : cluster [DBG] pgmap v11958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:07.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:06.338585+0000 mgr.y (mgr.24491) 13536 : cluster [DBG] pgmap v11958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:06.338585+0000 mgr.y (mgr.24491) 13536 : cluster [DBG] pgmap v11958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:11:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:08.339216+0000 mgr.y (mgr.24491) 13537 : cluster [DBG] pgmap v11959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:08.339216+0000 mgr.y (mgr.24491) 13537 : cluster [DBG] pgmap v11959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:08.339216+0000 mgr.y (mgr.24491) 13537 : cluster [DBG] pgmap v11959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:11.412 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:11:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:10.340065+0000 mgr.y (mgr.24491) 13538 : cluster [DBG] pgmap v11960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:10.340065+0000 mgr.y (mgr.24491) 13538 : cluster [DBG] pgmap v11960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:10.340065+0000 mgr.y (mgr.24491) 13538 : cluster [DBG] pgmap v11960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:12.340468+0000 mgr.y (mgr.24491) 13539 : cluster [DBG] pgmap v11961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:12.340468+0000 mgr.y (mgr.24491) 13539 : cluster [DBG] pgmap v11961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:12.340468+0000 mgr.y (mgr.24491) 13539 : cluster [DBG] pgmap v11961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:14.341079+0000 mgr.y (mgr.24491) 13540 : cluster [DBG] pgmap v11962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:14.341079+0000 mgr.y (mgr.24491) 13540 : cluster [DBG] pgmap v11962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:14.341079+0000 mgr.y (mgr.24491) 13540 : cluster [DBG] pgmap v11962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:16.341477+0000 mgr.y (mgr.24491) 13541 : cluster [DBG] pgmap v11963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:17.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:16.341477+0000 mgr.y (mgr.24491) 13541 : cluster [DBG] pgmap v11963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:16.341477+0000 mgr.y (mgr.24491) 13541 : cluster [DBG] pgmap v11963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:11:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:18.341911+0000 mgr.y (mgr.24491) 13542 : cluster [DBG] pgmap v11964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:18.341911+0000 mgr.y (mgr.24491) 13542 : cluster [DBG] pgmap v11964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:18.341911+0000 mgr.y (mgr.24491) 13542 : cluster [DBG] pgmap v11964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:21.430 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:11:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:20.342726+0000 mgr.y (mgr.24491) 13543 : cluster [DBG] pgmap v11965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:20.342726+0000 mgr.y (mgr.24491) 13543 : cluster [DBG] pgmap v11965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:20.342726+0000 mgr.y (mgr.24491) 13543 : cluster [DBG] pgmap v11965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:22.343120+0000 mgr.y (mgr.24491) 13544 : cluster [DBG] pgmap v11966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:22.343120+0000 mgr.y (mgr.24491) 13544 : cluster [DBG] pgmap v11966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:22.343120+0000 mgr.y (mgr.24491) 13544 : cluster [DBG] pgmap v11966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:24.343676+0000 mgr.y (mgr.24491) 13545 : cluster [DBG] pgmap v11967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:24.343676+0000 mgr.y (mgr.24491) 13545 : cluster [DBG] pgmap v11967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:24.343676+0000 mgr.y (mgr.24491) 13545 : cluster [DBG] pgmap v11967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:26.344105+0000 mgr.y (mgr.24491) 13546 : cluster [DBG] pgmap v11968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:27.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:26.344105+0000 mgr.y (mgr.24491) 13546 : cluster [DBG] pgmap v11968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:26.344105+0000 mgr.y (mgr.24491) 13546 : cluster [DBG] pgmap v11968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:11:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:28.344648+0000 mgr.y (mgr.24491) 13547 : cluster [DBG] pgmap v11969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:28.344648+0000 mgr.y (mgr.24491) 13547 : cluster [DBG] pgmap v11969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:28.344648+0000 mgr.y (mgr.24491) 13547 : cluster [DBG] pgmap v11969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:31.444 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:11:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:30.345322+0000 mgr.y (mgr.24491) 13548 : cluster [DBG] pgmap v11970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:30.345322+0000 mgr.y (mgr.24491) 13548 : cluster [DBG] pgmap v11970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:30.345322+0000 mgr.y (mgr.24491) 13548 : cluster [DBG] pgmap v11970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:32.620 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:11:32.902 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:11:32.902 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 35s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:11:32.902 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 34s ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 35s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 34s ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 34s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 35s ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 35s ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 34s ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 35s ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 35s ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 34s ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 35s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 35s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 35s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:11:32.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 35s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:11:32.904 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 34s ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:11:32.904 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 34s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:11:32.904 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 34s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:11:32.904 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 34s ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:11:32.904 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 34s ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:11:33.240 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:11:33.240 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:11:33.240 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:11:33.240 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:11:33.240 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:11:33.240 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:11:33.240 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:11:33.240 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:11:33.240 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:11:33.240 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:11:33.240 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:11:33.241 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:11:33.241 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:11:33.241 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:11:33.241 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:11:33.241 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:11:33.241 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:11:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:32.345731+0000 mgr.y (mgr.24491) 13549 : cluster [DBG] pgmap v11971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:11:32.609197+0000 mgr.y (mgr.24491) 13550 : audit [DBG] from='client.28776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:11:33.240873+0000 mon.c (mon.2) 434 : audit [DBG] from='client.? 172.21.15.177:0/1488752237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:11:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:32.345731+0000 mgr.y (mgr.24491) 13549 : cluster [DBG] pgmap v11971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:11:32.609197+0000 mgr.y (mgr.24491) 13550 : audit [DBG] from='client.28776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:11:33.240873+0000 mon.c (mon.2) 434 : audit [DBG] from='client.? 172.21.15.177:0/1488752237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:11:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:32.345731+0000 mgr.y (mgr.24491) 13549 : cluster [DBG] pgmap v11971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:11:32.609197+0000 mgr.y (mgr.24491) 13550 : audit [DBG] from='client.28776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:11:33.240873+0000 mon.c (mon.2) 434 : audit [DBG] from='client.? 172.21.15.177:0/1488752237' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:11:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:11:32.895505+0000 mgr.y (mgr.24491) 13551 : audit [DBG] from='client.38693 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:11:32.895505+0000 mgr.y (mgr.24491) 13551 : audit [DBG] from='client.38693 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:11:32.895505+0000 mgr.y (mgr.24491) 13551 : audit [DBG] from='client.38693 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:11:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:34.346275+0000 mgr.y (mgr.24491) 13552 : cluster [DBG] pgmap v11972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:34.346275+0000 mgr.y (mgr.24491) 13552 : cluster [DBG] pgmap v11972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:34.346275+0000 mgr.y (mgr.24491) 13552 : cluster [DBG] pgmap v11972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:37.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:36.346616+0000 mgr.y (mgr.24491) 13553 : cluster [DBG] pgmap v11973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:36.346616+0000 mgr.y (mgr.24491) 13553 : cluster [DBG] pgmap v11973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:36.346616+0000 mgr.y (mgr.24491) 13553 : cluster [DBG] pgmap v11973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:11:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:38.347106+0000 mgr.y (mgr.24491) 13554 : cluster [DBG] pgmap v11974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:38.347106+0000 mgr.y (mgr.24491) 13554 : cluster [DBG] pgmap v11974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:38.347106+0000 mgr.y (mgr.24491) 13554 : cluster [DBG] pgmap v11974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:41.465 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:11:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:40.347743+0000 mgr.y (mgr.24491) 13555 : cluster [DBG] pgmap v11975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:40.347743+0000 mgr.y (mgr.24491) 13555 : cluster [DBG] pgmap v11975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:40.347743+0000 mgr.y (mgr.24491) 13555 : cluster [DBG] pgmap v11975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:42.348236+0000 mgr.y (mgr.24491) 13556 : cluster [DBG] pgmap v11976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:42.348236+0000 mgr.y (mgr.24491) 13556 : cluster [DBG] pgmap v11976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:42.348236+0000 mgr.y (mgr.24491) 13556 : cluster [DBG] pgmap v11976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:44.348848+0000 mgr.y (mgr.24491) 13557 : cluster [DBG] pgmap v11977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:44.348848+0000 mgr.y (mgr.24491) 13557 : cluster [DBG] pgmap v11977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:44.348848+0000 mgr.y (mgr.24491) 13557 : cluster [DBG] pgmap v11977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:46.349234+0000 mgr.y (mgr.24491) 13558 : cluster [DBG] pgmap v11978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:46.349234+0000 mgr.y (mgr.24491) 13558 : cluster [DBG] pgmap v11978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:46.349234+0000 mgr.y (mgr.24491) 13558 : cluster [DBG] pgmap v11978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:11:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:48.349656+0000 mgr.y (mgr.24491) 13559 : cluster [DBG] pgmap v11979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:48.349656+0000 mgr.y (mgr.24491) 13559 : cluster [DBG] pgmap v11979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:48.349656+0000 mgr.y (mgr.24491) 13559 : cluster [DBG] pgmap v11979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:51.488 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:11:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:50.350306+0000 mgr.y (mgr.24491) 13560 : cluster [DBG] pgmap v11980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:50.350306+0000 mgr.y (mgr.24491) 13560 : cluster [DBG] pgmap v11980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:50.350306+0000 mgr.y (mgr.24491) 13560 : cluster [DBG] pgmap v11980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:52.350686+0000 mgr.y (mgr.24491) 13561 : cluster [DBG] pgmap v11981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:52.350686+0000 mgr.y (mgr.24491) 13561 : cluster [DBG] pgmap v11981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:52.350686+0000 mgr.y (mgr.24491) 13561 : cluster [DBG] pgmap v11981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:54.351426+0000 mgr.y (mgr.24491) 13562 : cluster [DBG] pgmap v11982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:54.351426+0000 mgr.y (mgr.24491) 13562 : cluster [DBG] pgmap v11982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:54.351426+0000 mgr.y (mgr.24491) 13562 : cluster [DBG] pgmap v11982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:56.351849+0000 mgr.y (mgr.24491) 13563 : cluster [DBG] pgmap v11983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:11:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:11:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:56.351849+0000 mgr.y (mgr.24491) 13563 : cluster [DBG] pgmap v11983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:56.351849+0000 mgr.y (mgr.24491) 13563 : cluster [DBG] pgmap v11983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:11:58.352286+0000 mgr.y (mgr.24491) 13564 : cluster [DBG] pgmap v11984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:11:58.729332+0000 mon.a (mon.0) 2988 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:11:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:11:59.023882+0000 mon.a (mon.0) 2989 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:11:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:11:59.024523+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:11:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:11:59.028799+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:11:59.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:11:58.352286+0000 mgr.y (mgr.24491) 13564 : cluster [DBG] pgmap v11984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:11:59.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:11:58.729332+0000 mon.a (mon.0) 2988 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:11:59.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:11:59.023882+0000 mon.a (mon.0) 2989 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:11:59.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:11:59.024523+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:11:59.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:11:59.028799+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:11:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:11:58.352286+0000 mgr.y (mgr.24491) 13564 : cluster [DBG] pgmap v11984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:11:58.729332+0000 mon.a (mon.0) 2988 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:12:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:11:59.023882+0000 mon.a (mon.0) 2989 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:12:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:11:59.024523+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:12:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:11:59.028799+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:12:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:12:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:00.353108+0000 mgr.y (mgr.24491) 13565 : cluster [DBG] pgmap v11985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:00.353108+0000 mgr.y (mgr.24491) 13565 : cluster [DBG] pgmap v11985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:00.353108+0000 mgr.y (mgr.24491) 13565 : cluster [DBG] pgmap v11985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:03.557 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:12:03.836 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:12:03.836 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 65s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:12:03.836 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 65s ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:12:03.836 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 65s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:12:03.836 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 65s ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:12:03.836 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 65s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:12:03.836 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 65s ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:12:03.836 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 65s ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:12:03.836 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 65s ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 65s ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 65s ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 65s ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 65s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 65s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 65s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 65s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 65s ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 65s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 65s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 65s ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:12:03.837 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 65s ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:12:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:02.353641+0000 mgr.y (mgr.24491) 13566 : cluster [DBG] pgmap v11986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:02.353641+0000 mgr.y (mgr.24491) 13566 : cluster [DBG] pgmap v11986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:02.353641+0000 mgr.y (mgr.24491) 13566 : cluster [DBG] pgmap v11986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:04.168 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:12:04.168 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:12:04.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:12:04.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:12:04.168 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:12:04.169 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:12:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:12:03.545684+0000 mgr.y (mgr.24491) 13567 : audit [DBG] from='client.28794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:12:04.169402+0000 mon.c (mon.2) 435 : audit [DBG] from='client.? 172.21.15.177:0/1012741747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:12:04.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:12:03.545684+0000 mgr.y (mgr.24491) 13567 : audit [DBG] from='client.28794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:04.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:12:04.169402+0000 mon.c (mon.2) 435 : audit [DBG] from='client.? 172.21.15.177:0/1012741747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:12:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:12:03.545684+0000 mgr.y (mgr.24491) 13567 : audit [DBG] from='client.28794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:05.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:12:04.169402+0000 mon.c (mon.2) 435 : audit [DBG] from='client.? 172.21.15.177:0/1012741747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:12:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:12:03.829460+0000 mgr.y (mgr.24491) 13568 : audit [DBG] from='client.38711 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:04.354136+0000 mgr.y (mgr.24491) 13569 : cluster [DBG] pgmap v11987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:12:03.829460+0000 mgr.y (mgr.24491) 13568 : audit [DBG] from='client.38711 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:05.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:04.354136+0000 mgr.y (mgr.24491) 13569 : cluster [DBG] pgmap v11987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:12:03.829460+0000 mgr.y (mgr.24491) 13568 : audit [DBG] from='client.38711 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:04.354136+0000 mgr.y (mgr.24491) 13569 : cluster [DBG] pgmap v11987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:12:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:06.354656+0000 mgr.y (mgr.24491) 13570 : cluster [DBG] pgmap v11988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:06.354656+0000 mgr.y (mgr.24491) 13570 : cluster [DBG] pgmap v11988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:06.354656+0000 mgr.y (mgr.24491) 13570 : cluster [DBG] pgmap v11988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:08.355247+0000 mgr.y (mgr.24491) 13571 : cluster [DBG] pgmap v11989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:08.355247+0000 mgr.y (mgr.24491) 13571 : cluster [DBG] pgmap v11989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:08.355247+0000 mgr.y (mgr.24491) 13571 : cluster [DBG] pgmap v11989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:12:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:10.355886+0000 mgr.y (mgr.24491) 13572 : cluster [DBG] pgmap v11990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:10.355886+0000 mgr.y (mgr.24491) 13572 : cluster [DBG] pgmap v11990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:10.355886+0000 mgr.y (mgr.24491) 13572 : cluster [DBG] pgmap v11990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:12.356374+0000 mgr.y (mgr.24491) 13573 : cluster [DBG] pgmap v11991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:12.356374+0000 mgr.y (mgr.24491) 13573 : cluster [DBG] pgmap v11991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:12.356374+0000 mgr.y (mgr.24491) 13573 : cluster [DBG] pgmap v11991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:14.356982+0000 mgr.y (mgr.24491) 13574 : cluster [DBG] pgmap v11992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:14.356982+0000 mgr.y (mgr.24491) 13574 : cluster [DBG] pgmap v11992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:14.356982+0000 mgr.y (mgr.24491) 13574 : cluster [DBG] pgmap v11992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:12:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:16.357301+0000 mgr.y (mgr.24491) 13575 : cluster [DBG] pgmap v11993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:16.357301+0000 mgr.y (mgr.24491) 13575 : cluster [DBG] pgmap v11993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:18.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:16.357301+0000 mgr.y (mgr.24491) 13575 : cluster [DBG] pgmap v11993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:18.357885+0000 mgr.y (mgr.24491) 13576 : cluster [DBG] pgmap v11994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:18.357885+0000 mgr.y (mgr.24491) 13576 : cluster [DBG] pgmap v11994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:18.357885+0000 mgr.y (mgr.24491) 13576 : cluster [DBG] pgmap v11994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:21.502 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:12:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:20.358531+0000 mgr.y (mgr.24491) 13577 : cluster [DBG] pgmap v11995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:20.358531+0000 mgr.y (mgr.24491) 13577 : cluster [DBG] pgmap v11995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:20.358531+0000 mgr.y (mgr.24491) 13577 : cluster [DBG] pgmap v11995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:22.358970+0000 mgr.y (mgr.24491) 13578 : cluster [DBG] pgmap v11996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:22.358970+0000 mgr.y (mgr.24491) 13578 : cluster [DBG] pgmap v11996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:22.358970+0000 mgr.y (mgr.24491) 13578 : cluster [DBG] pgmap v11996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:24.359690+0000 mgr.y (mgr.24491) 13579 : cluster [DBG] pgmap v11997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:24.359690+0000 mgr.y (mgr.24491) 13579 : cluster [DBG] pgmap v11997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:24.359690+0000 mgr.y (mgr.24491) 13579 : cluster [DBG] pgmap v11997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:12:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:26.360232+0000 mgr.y (mgr.24491) 13580 : cluster [DBG] pgmap v11998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:26.360232+0000 mgr.y (mgr.24491) 13580 : cluster [DBG] pgmap v11998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:26.360232+0000 mgr.y (mgr.24491) 13580 : cluster [DBG] pgmap v11998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:28.360726+0000 mgr.y (mgr.24491) 13581 : cluster [DBG] pgmap v11999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:28.360726+0000 mgr.y (mgr.24491) 13581 : cluster [DBG] pgmap v11999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:28.360726+0000 mgr.y (mgr.24491) 13581 : cluster [DBG] pgmap v11999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:12:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:30.361593+0000 mgr.y (mgr.24491) 13582 : cluster [DBG] pgmap v12000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:30.361593+0000 mgr.y (mgr.24491) 13582 : cluster [DBG] pgmap v12000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:30.361593+0000 mgr.y (mgr.24491) 13582 : cluster [DBG] pgmap v12000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:32.361982+0000 mgr.y (mgr.24491) 13583 : cluster [DBG] pgmap v12001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:32.361982+0000 mgr.y (mgr.24491) 13583 : cluster [DBG] pgmap v12001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:32.361982+0000 mgr.y (mgr.24491) 13583 : cluster [DBG] pgmap v12001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:34.480 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:12:34.757 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:12:34.757 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 96s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:12:34.757 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 96s ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:12:34.757 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 96s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:12:34.757 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 96s ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:12:34.757 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 96s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 96s ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 96s ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 96s ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 96s ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 96s ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 96s ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 96s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 96s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 96s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 96s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 96s ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 96s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 96s ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:12:34.758 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 96s ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:12:34.759 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 96s ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:12:35.091 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:12:35.091 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:12:35.091 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:12:35.091 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:12:35.091 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:12:35.092 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:12:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:34.362559+0000 mgr.y (mgr.24491) 13584 : cluster [DBG] pgmap v12002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:12:34.469463+0000 mgr.y (mgr.24491) 13585 : audit [DBG] from='client.28812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:12:34.750398+0000 mgr.y (mgr.24491) 13586 : audit [DBG] from='client.38729 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:12:35.092214+0000 mon.c (mon.2) 436 : audit [DBG] from='client.? 172.21.15.177:0/1066018610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:12:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:34.362559+0000 mgr.y (mgr.24491) 13584 : cluster [DBG] pgmap v12002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:12:34.469463+0000 mgr.y (mgr.24491) 13585 : audit [DBG] from='client.28812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:12:34.750398+0000 mgr.y (mgr.24491) 13586 : audit [DBG] from='client.38729 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:12:35.092214+0000 mon.c (mon.2) 436 : audit [DBG] from='client.? 172.21.15.177:0/1066018610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:12:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:34.362559+0000 mgr.y (mgr.24491) 13584 : cluster [DBG] pgmap v12002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:12:34.469463+0000 mgr.y (mgr.24491) 13585 : audit [DBG] from='client.28812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:12:34.750398+0000 mgr.y (mgr.24491) 13586 : audit [DBG] from='client.38729 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:12:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:12:35.092214+0000 mon.c (mon.2) 436 : audit [DBG] from='client.? 172.21.15.177:0/1066018610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:12:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:12:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:36.362957+0000 mgr.y (mgr.24491) 13587 : cluster [DBG] pgmap v12003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:36.362957+0000 mgr.y (mgr.24491) 13587 : cluster [DBG] pgmap v12003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:36.362957+0000 mgr.y (mgr.24491) 13587 : cluster [DBG] pgmap v12003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:38.363357+0000 mgr.y (mgr.24491) 13588 : cluster [DBG] pgmap v12004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:38.363357+0000 mgr.y (mgr.24491) 13588 : cluster [DBG] pgmap v12004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:38.363357+0000 mgr.y (mgr.24491) 13588 : cluster [DBG] pgmap v12004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:12:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:40.364094+0000 mgr.y (mgr.24491) 13589 : cluster [DBG] pgmap v12005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:40.364094+0000 mgr.y (mgr.24491) 13589 : cluster [DBG] pgmap v12005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:40.364094+0000 mgr.y (mgr.24491) 13589 : cluster [DBG] pgmap v12005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:42.364414+0000 mgr.y (mgr.24491) 13590 : cluster [DBG] pgmap v12006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:42.364414+0000 mgr.y (mgr.24491) 13590 : cluster [DBG] pgmap v12006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:42.364414+0000 mgr.y (mgr.24491) 13590 : cluster [DBG] pgmap v12006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:44.365090+0000 mgr.y (mgr.24491) 13591 : cluster [DBG] pgmap v12007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:44.365090+0000 mgr.y (mgr.24491) 13591 : cluster [DBG] pgmap v12007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:44.365090+0000 mgr.y (mgr.24491) 13591 : cluster [DBG] pgmap v12007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:12:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:46.365427+0000 mgr.y (mgr.24491) 13592 : cluster [DBG] pgmap v12008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:46.365427+0000 mgr.y (mgr.24491) 13592 : cluster [DBG] pgmap v12008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:46.365427+0000 mgr.y (mgr.24491) 13592 : cluster [DBG] pgmap v12008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:48.365959+0000 mgr.y (mgr.24491) 13593 : cluster [DBG] pgmap v12009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:48.365959+0000 mgr.y (mgr.24491) 13593 : cluster [DBG] pgmap v12009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:48.365959+0000 mgr.y (mgr.24491) 13593 : cluster [DBG] pgmap v12009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:12:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:50.366636+0000 mgr.y (mgr.24491) 13594 : cluster [DBG] pgmap v12010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:50.366636+0000 mgr.y (mgr.24491) 13594 : cluster [DBG] pgmap v12010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:50.366636+0000 mgr.y (mgr.24491) 13594 : cluster [DBG] pgmap v12010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:52.367040+0000 mgr.y (mgr.24491) 13595 : cluster [DBG] pgmap v12011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:52.367040+0000 mgr.y (mgr.24491) 13595 : cluster [DBG] pgmap v12011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:52.367040+0000 mgr.y (mgr.24491) 13595 : cluster [DBG] pgmap v12011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:54.367678+0000 mgr.y (mgr.24491) 13596 : cluster [DBG] pgmap v12012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:54.367678+0000 mgr.y (mgr.24491) 13596 : cluster [DBG] pgmap v12012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:54.367678+0000 mgr.y (mgr.24491) 13596 : cluster [DBG] pgmap v12012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:12:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:12:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:56.368038+0000 mgr.y (mgr.24491) 13597 : cluster [DBG] pgmap v12013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:56.368038+0000 mgr.y (mgr.24491) 13597 : cluster [DBG] pgmap v12013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:56.368038+0000 mgr.y (mgr.24491) 13597 : cluster [DBG] pgmap v12013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:12:58.368419+0000 mgr.y (mgr.24491) 13598 : cluster [DBG] pgmap v12014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:12:59.033053+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:12:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:12:59.324820+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:12:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:12:59.325478+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:12:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:12:59.329691+0000 mon.a (mon.0) 2995 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:12:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:12:58.368419+0000 mgr.y (mgr.24491) 13598 : cluster [DBG] pgmap v12014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:12:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:12:59.033053+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:12:59.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:12:59.324820+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:12:59.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:12:59.325478+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:12:59.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:12:59.329691+0000 mon.a (mon.0) 2995 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:12:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:12:58.368419+0000 mgr.y (mgr.24491) 13598 : cluster [DBG] pgmap v12014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:12:59.033053+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:13:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:12:59.324820+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:13:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:12:59.325478+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:13:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:12:59.329691+0000 mon.a (mon.0) 2995 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:13:01.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:13:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:00.369293+0000 mgr.y (mgr.24491) 13599 : cluster [DBG] pgmap v12015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:00.369293+0000 mgr.y (mgr.24491) 13599 : cluster [DBG] pgmap v12015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:00.369293+0000 mgr.y (mgr.24491) 13599 : cluster [DBG] pgmap v12015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:02.369677+0000 mgr.y (mgr.24491) 13600 : cluster [DBG] pgmap v12016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:02.369677+0000 mgr.y (mgr.24491) 13600 : cluster [DBG] pgmap v12016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:02.369677+0000 mgr.y (mgr.24491) 13600 : cluster [DBG] pgmap v12016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:05.404 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:13:05.679 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:13:05.679 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:13:05.679 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 2m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:13:05.679 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:13:05.679 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:13:05.679 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:13:05.679 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:13:05.679 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:13:05.679 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:13:05.679 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:13:05.680 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 2m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:13:05.680 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 2m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:13:05.680 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:13:05.680 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:13:05.680 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:13:05.680 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:13:05.680 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:13:05.680 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:13:05.680 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:13:05.680 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:13:05.680 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 2m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:13:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:04.370467+0000 mgr.y (mgr.24491) 13601 : cluster [DBG] pgmap v12017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:04.370467+0000 mgr.y (mgr.24491) 13601 : cluster [DBG] pgmap v12017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:04.370467+0000 mgr.y (mgr.24491) 13601 : cluster [DBG] pgmap v12017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:06.011 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:13:06.011 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:13:06.011 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:13:06.011 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:13:06.011 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:13:06.012 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:13:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:13:05.392776+0000 mgr.y (mgr.24491) 13602 : audit [DBG] from='client.38741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:13:05.672142+0000 mgr.y (mgr.24491) 13603 : audit [DBG] from='client.38747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:13:06.012323+0000 mon.a (mon.0) 2996 : audit [DBG] from='client.? 172.21.15.177:0/1984056613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:13:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:13:05.392776+0000 mgr.y (mgr.24491) 13602 : audit [DBG] from='client.38741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:13:05.672142+0000 mgr.y (mgr.24491) 13603 : audit [DBG] from='client.38747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:13:06.012323+0000 mon.a (mon.0) 2996 : audit [DBG] from='client.? 172.21.15.177:0/1984056613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:13:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:13:05.392776+0000 mgr.y (mgr.24491) 13602 : audit [DBG] from='client.38741 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:13:05.672142+0000 mgr.y (mgr.24491) 13603 : audit [DBG] from='client.38747 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:13:06.012323+0000 mon.a (mon.0) 2996 : audit [DBG] from='client.? 172.21.15.177:0/1984056613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:13:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:13:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:06.370862+0000 mgr.y (mgr.24491) 13604 : cluster [DBG] pgmap v12018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:06.370862+0000 mgr.y (mgr.24491) 13604 : cluster [DBG] pgmap v12018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:06.370862+0000 mgr.y (mgr.24491) 13604 : cluster [DBG] pgmap v12018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:08.371379+0000 mgr.y (mgr.24491) 13605 : cluster [DBG] pgmap v12019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:08.371379+0000 mgr.y (mgr.24491) 13605 : cluster [DBG] pgmap v12019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:08.371379+0000 mgr.y (mgr.24491) 13605 : cluster [DBG] pgmap v12019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:13:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:10.372178+0000 mgr.y (mgr.24491) 13606 : cluster [DBG] pgmap v12020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:10.372178+0000 mgr.y (mgr.24491) 13606 : cluster [DBG] pgmap v12020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:12.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:10.372178+0000 mgr.y (mgr.24491) 13606 : cluster [DBG] pgmap v12020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:12.372561+0000 mgr.y (mgr.24491) 13607 : cluster [DBG] pgmap v12021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:12.372561+0000 mgr.y (mgr.24491) 13607 : cluster [DBG] pgmap v12021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:12.372561+0000 mgr.y (mgr.24491) 13607 : cluster [DBG] pgmap v12021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:14.373330+0000 mgr.y (mgr.24491) 13608 : cluster [DBG] pgmap v12022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:14.373330+0000 mgr.y (mgr.24491) 13608 : cluster [DBG] pgmap v12022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:14.373330+0000 mgr.y (mgr.24491) 13608 : cluster [DBG] pgmap v12022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:13:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:16.373768+0000 mgr.y (mgr.24491) 13609 : cluster [DBG] pgmap v12023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:16.373768+0000 mgr.y (mgr.24491) 13609 : cluster [DBG] pgmap v12023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:16.373768+0000 mgr.y (mgr.24491) 13609 : cluster [DBG] pgmap v12023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:18.374179+0000 mgr.y (mgr.24491) 13610 : cluster [DBG] pgmap v12024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:18.374179+0000 mgr.y (mgr.24491) 13610 : cluster [DBG] pgmap v12024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:18.374179+0000 mgr.y (mgr.24491) 13610 : cluster [DBG] pgmap v12024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:13:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:20.374902+0000 mgr.y (mgr.24491) 13611 : cluster [DBG] pgmap v12025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:20.374902+0000 mgr.y (mgr.24491) 13611 : cluster [DBG] pgmap v12025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:20.374902+0000 mgr.y (mgr.24491) 13611 : cluster [DBG] pgmap v12025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:22.375286+0000 mgr.y (mgr.24491) 13612 : cluster [DBG] pgmap v12026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:22.375286+0000 mgr.y (mgr.24491) 13612 : cluster [DBG] pgmap v12026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:22.375286+0000 mgr.y (mgr.24491) 13612 : cluster [DBG] pgmap v12026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:24.375884+0000 mgr.y (mgr.24491) 13613 : cluster [DBG] pgmap v12027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:24.375884+0000 mgr.y (mgr.24491) 13613 : cluster [DBG] pgmap v12027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:24.375884+0000 mgr.y (mgr.24491) 13613 : cluster [DBG] pgmap v12027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:26.376420+0000 mgr.y (mgr.24491) 13614 : cluster [DBG] pgmap v12028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:13:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:26.376420+0000 mgr.y (mgr.24491) 13614 : cluster [DBG] pgmap v12028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:26.376420+0000 mgr.y (mgr.24491) 13614 : cluster [DBG] pgmap v12028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:28.376807+0000 mgr.y (mgr.24491) 13615 : cluster [DBG] pgmap v12029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:28.376807+0000 mgr.y (mgr.24491) 13615 : cluster [DBG] pgmap v12029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:28.376807+0000 mgr.y (mgr.24491) 13615 : cluster [DBG] pgmap v12029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:13:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:30.377537+0000 mgr.y (mgr.24491) 13616 : cluster [DBG] pgmap v12030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:30.377537+0000 mgr.y (mgr.24491) 13616 : cluster [DBG] pgmap v12030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:30.377537+0000 mgr.y (mgr.24491) 13616 : cluster [DBG] pgmap v12030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:32.377881+0000 mgr.y (mgr.24491) 13617 : cluster [DBG] pgmap v12031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:32.377881+0000 mgr.y (mgr.24491) 13617 : cluster [DBG] pgmap v12031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:32.377881+0000 mgr.y (mgr.24491) 13617 : cluster [DBG] pgmap v12031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:34.378475+0000 mgr.y (mgr.24491) 13618 : cluster [DBG] pgmap v12032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:34.378475+0000 mgr.y (mgr.24491) 13618 : cluster [DBG] pgmap v12032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:34.378475+0000 mgr.y (mgr.24491) 13618 : cluster [DBG] pgmap v12032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:36.320 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:13:36.596 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:13:36.596 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:13:36.596 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 2m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:13:36.596 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:13:36.596 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:13:36.596 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:13:36.596 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:13:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:13:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:13:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:13:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 2m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:13:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 2m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:13:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:13:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:13:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:13:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:13:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:13:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:13:36.598 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:13:36.598 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:13:36.598 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 2m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:13:36.931 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:13:36.931 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:13:36.931 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:13:36.931 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:13:36.931 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:13:36.932 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:13:36.932 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:13:36.932 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:13:36.932 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:13:36.932 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:13:36.932 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:13:36.932 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:13:36.932 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:13:36.932 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:13:36.932 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:13:36.932 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:13:36.933 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:13:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:13:36.309077+0000 mgr.y (mgr.24491) 13619 : audit [DBG] from='client.28848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:36.378780+0000 mgr.y (mgr.24491) 13620 : cluster [DBG] pgmap v12033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:13:36.588958+0000 mgr.y (mgr.24491) 13621 : audit [DBG] from='client.38765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:13:36.932161+0000 mon.c (mon.2) 437 : audit [DBG] from='client.? 172.21.15.177:0/1722976996' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:13:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:13:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:13:36.309077+0000 mgr.y (mgr.24491) 13619 : audit [DBG] from='client.28848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:36.378780+0000 mgr.y (mgr.24491) 13620 : cluster [DBG] pgmap v12033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:13:36.588958+0000 mgr.y (mgr.24491) 13621 : audit [DBG] from='client.38765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:13:36.932161+0000 mon.c (mon.2) 437 : audit [DBG] from='client.? 172.21.15.177:0/1722976996' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:13:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:13:36.309077+0000 mgr.y (mgr.24491) 13619 : audit [DBG] from='client.28848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:36.378780+0000 mgr.y (mgr.24491) 13620 : cluster [DBG] pgmap v12033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:13:36.588958+0000 mgr.y (mgr.24491) 13621 : audit [DBG] from='client.38765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:13:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:13:36.932161+0000 mon.c (mon.2) 437 : audit [DBG] from='client.? 172.21.15.177:0/1722976996' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:13:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:38.379327+0000 mgr.y (mgr.24491) 13622 : cluster [DBG] pgmap v12034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:38.379327+0000 mgr.y (mgr.24491) 13622 : cluster [DBG] pgmap v12034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:38.379327+0000 mgr.y (mgr.24491) 13622 : cluster [DBG] pgmap v12034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:13:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:40.379912+0000 mgr.y (mgr.24491) 13623 : cluster [DBG] pgmap v12035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:40.379912+0000 mgr.y (mgr.24491) 13623 : cluster [DBG] pgmap v12035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:40.379912+0000 mgr.y (mgr.24491) 13623 : cluster [DBG] pgmap v12035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:42.380274+0000 mgr.y (mgr.24491) 13624 : cluster [DBG] pgmap v12036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:42.380274+0000 mgr.y (mgr.24491) 13624 : cluster [DBG] pgmap v12036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:42.380274+0000 mgr.y (mgr.24491) 13624 : cluster [DBG] pgmap v12036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:44.380951+0000 mgr.y (mgr.24491) 13625 : cluster [DBG] pgmap v12037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:44.380951+0000 mgr.y (mgr.24491) 13625 : cluster [DBG] pgmap v12037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:44.380951+0000 mgr.y (mgr.24491) 13625 : cluster [DBG] pgmap v12037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:46.381406+0000 mgr.y (mgr.24491) 13626 : cluster [DBG] pgmap v12038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:47] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:13:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:46.381406+0000 mgr.y (mgr.24491) 13626 : cluster [DBG] pgmap v12038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:46.381406+0000 mgr.y (mgr.24491) 13626 : cluster [DBG] pgmap v12038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:48.381861+0000 mgr.y (mgr.24491) 13627 : cluster [DBG] pgmap v12039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:48.381861+0000 mgr.y (mgr.24491) 13627 : cluster [DBG] pgmap v12039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:48.381861+0000 mgr.y (mgr.24491) 13627 : cluster [DBG] pgmap v12039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:13:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:50.382574+0000 mgr.y (mgr.24491) 13628 : cluster [DBG] pgmap v12040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:50.382574+0000 mgr.y (mgr.24491) 13628 : cluster [DBG] pgmap v12040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:50.382574+0000 mgr.y (mgr.24491) 13628 : cluster [DBG] pgmap v12040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:52.383009+0000 mgr.y (mgr.24491) 13629 : cluster [DBG] pgmap v12041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:52.383009+0000 mgr.y (mgr.24491) 13629 : cluster [DBG] pgmap v12041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:52.383009+0000 mgr.y (mgr.24491) 13629 : cluster [DBG] pgmap v12041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:54.383594+0000 mgr.y (mgr.24491) 13630 : cluster [DBG] pgmap v12042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:54.383594+0000 mgr.y (mgr.24491) 13630 : cluster [DBG] pgmap v12042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:54.383594+0000 mgr.y (mgr.24491) 13630 : cluster [DBG] pgmap v12042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:56.384008+0000 mgr.y (mgr.24491) 13631 : cluster [DBG] pgmap v12043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:56.384008+0000 mgr.y (mgr.24491) 13631 : cluster [DBG] pgmap v12043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:13:57] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:13:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:56.384008+0000 mgr.y (mgr.24491) 13631 : cluster [DBG] pgmap v12043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:13:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:13:58.384407+0000 mgr.y (mgr.24491) 13632 : cluster [DBG] pgmap v12044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:13:59.333936+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:14:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:13:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:13:59.574340+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:14:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:13:58.384407+0000 mgr.y (mgr.24491) 13632 : cluster [DBG] pgmap v12044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:13:59.333936+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:14:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:13:59.574340+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:14:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:13:58.384407+0000 mgr.y (mgr.24491) 13632 : cluster [DBG] pgmap v12044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:13:59.333936+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:14:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:13:59.574340+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:14:01.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:13:59.852755+0000 mon.a (mon.0) 2999 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:14:01.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:13:59.853438+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:14:01.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:13:59.857443+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:14:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:13:59.852755+0000 mon.a (mon.0) 2999 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:14:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:13:59.853438+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:14:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:13:59.857443+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:14:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:13:59.852755+0000 mon.a (mon.0) 2999 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:14:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:13:59.853438+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:14:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:13:59.857443+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:14:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:14:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:00.385020+0000 mgr.y (mgr.24491) 13633 : cluster [DBG] pgmap v12045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:00.385020+0000 mgr.y (mgr.24491) 13633 : cluster [DBG] pgmap v12045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:00.385020+0000 mgr.y (mgr.24491) 13633 : cluster [DBG] pgmap v12045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:02.385385+0000 mgr.y (mgr.24491) 13634 : cluster [DBG] pgmap v12046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:02.385385+0000 mgr.y (mgr.24491) 13634 : cluster [DBG] pgmap v12046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:02.385385+0000 mgr.y (mgr.24491) 13634 : cluster [DBG] pgmap v12046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:04.386245+0000 mgr.y (mgr.24491) 13635 : cluster [DBG] pgmap v12047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:04.386245+0000 mgr.y (mgr.24491) 13635 : cluster [DBG] pgmap v12047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:04.386245+0000 mgr.y (mgr.24491) 13635 : cluster [DBG] pgmap v12047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:07.241 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:14:07.517 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:14:07.517 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 3m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:14:07.518 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:14:07.519 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:14:07.519 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:14:07.519 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:14:07.519 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:14:07.519 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:14:07.851 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:14:07.851 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:14:07.851 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:14:07.851 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:14:07.851 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:14:07.851 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:14:07.851 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:14:07.851 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:14:07.852 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:14:07.852 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:14:07.852 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:14:07.852 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:14:07.852 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:14:07.852 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:14:07.852 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:14:07.852 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:14:07.852 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:14:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:06.386671+0000 mgr.y (mgr.24491) 13636 : cluster [DBG] pgmap v12048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:07] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T10:14:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:06.386671+0000 mgr.y (mgr.24491) 13636 : cluster [DBG] pgmap v12048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:06.386671+0000 mgr.y (mgr.24491) 13636 : cluster [DBG] pgmap v12048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:09.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:14:07.230331+0000 mgr.y (mgr.24491) 13637 : audit [DBG] from='client.38777 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:09.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:14:07.510435+0000 mgr.y (mgr.24491) 13638 : audit [DBG] from='client.38783 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:09.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:14:07.852156+0000 mon.a (mon.0) 3002 : audit [DBG] from='client.? 172.21.15.177:0/1871055740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:14:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:14:07.230331+0000 mgr.y (mgr.24491) 13637 : audit [DBG] from='client.38777 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:14:07.510435+0000 mgr.y (mgr.24491) 13638 : audit [DBG] from='client.38783 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:14:07.852156+0000 mon.a (mon.0) 3002 : audit [DBG] from='client.? 172.21.15.177:0/1871055740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:14:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:14:07.230331+0000 mgr.y (mgr.24491) 13637 : audit [DBG] from='client.38777 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:14:07.510435+0000 mgr.y (mgr.24491) 13638 : audit [DBG] from='client.38783 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:14:07.852156+0000 mon.a (mon.0) 3002 : audit [DBG] from='client.? 172.21.15.177:0/1871055740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:14:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:08.387066+0000 mgr.y (mgr.24491) 13639 : cluster [DBG] pgmap v12049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:08.387066+0000 mgr.y (mgr.24491) 13639 : cluster [DBG] pgmap v12049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:08.387066+0000 mgr.y (mgr.24491) 13639 : cluster [DBG] pgmap v12049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:14:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:10.387751+0000 mgr.y (mgr.24491) 13640 : cluster [DBG] pgmap v12050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:10.387751+0000 mgr.y (mgr.24491) 13640 : cluster [DBG] pgmap v12050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:10.387751+0000 mgr.y (mgr.24491) 13640 : cluster [DBG] pgmap v12050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:12.388301+0000 mgr.y (mgr.24491) 13641 : cluster [DBG] pgmap v12051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:12.388301+0000 mgr.y (mgr.24491) 13641 : cluster [DBG] pgmap v12051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:12.388301+0000 mgr.y (mgr.24491) 13641 : cluster [DBG] pgmap v12051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:14.388892+0000 mgr.y (mgr.24491) 13642 : cluster [DBG] pgmap v12052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:14.388892+0000 mgr.y (mgr.24491) 13642 : cluster [DBG] pgmap v12052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:14.388892+0000 mgr.y (mgr.24491) 13642 : cluster [DBG] pgmap v12052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:14:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:16.389416+0000 mgr.y (mgr.24491) 13643 : cluster [DBG] pgmap v12053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:16.389416+0000 mgr.y (mgr.24491) 13643 : cluster [DBG] pgmap v12053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:16.389416+0000 mgr.y (mgr.24491) 13643 : cluster [DBG] pgmap v12053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:18.389971+0000 mgr.y (mgr.24491) 13644 : cluster [DBG] pgmap v12054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:18.389971+0000 mgr.y (mgr.24491) 13644 : cluster [DBG] pgmap v12054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:18.389971+0000 mgr.y (mgr.24491) 13644 : cluster [DBG] pgmap v12054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:14:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:20.390839+0000 mgr.y (mgr.24491) 13645 : cluster [DBG] pgmap v12055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:20.390839+0000 mgr.y (mgr.24491) 13645 : cluster [DBG] pgmap v12055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:20.390839+0000 mgr.y (mgr.24491) 13645 : cluster [DBG] pgmap v12055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:22.391311+0000 mgr.y (mgr.24491) 13646 : cluster [DBG] pgmap v12056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:22.391311+0000 mgr.y (mgr.24491) 13646 : cluster [DBG] pgmap v12056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:22.391311+0000 mgr.y (mgr.24491) 13646 : cluster [DBG] pgmap v12056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:24.392109+0000 mgr.y (mgr.24491) 13647 : cluster [DBG] pgmap v12057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:24.392109+0000 mgr.y (mgr.24491) 13647 : cluster [DBG] pgmap v12057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:24.392109+0000 mgr.y (mgr.24491) 13647 : cluster [DBG] pgmap v12057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:14:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:26.392631+0000 mgr.y (mgr.24491) 13648 : cluster [DBG] pgmap v12058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:26.392631+0000 mgr.y (mgr.24491) 13648 : cluster [DBG] pgmap v12058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:26.392631+0000 mgr.y (mgr.24491) 13648 : cluster [DBG] pgmap v12058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:28.393075+0000 mgr.y (mgr.24491) 13649 : cluster [DBG] pgmap v12059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:28.393075+0000 mgr.y (mgr.24491) 13649 : cluster [DBG] pgmap v12059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:28.393075+0000 mgr.y (mgr.24491) 13649 : cluster [DBG] pgmap v12059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:14:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:30.393691+0000 mgr.y (mgr.24491) 13650 : cluster [DBG] pgmap v12060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:30.393691+0000 mgr.y (mgr.24491) 13650 : cluster [DBG] pgmap v12060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:30.393691+0000 mgr.y (mgr.24491) 13650 : cluster [DBG] pgmap v12060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:32.394127+0000 mgr.y (mgr.24491) 13651 : cluster [DBG] pgmap v12061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:32.394127+0000 mgr.y (mgr.24491) 13651 : cluster [DBG] pgmap v12061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:32.394127+0000 mgr.y (mgr.24491) 13651 : cluster [DBG] pgmap v12061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:34.394907+0000 mgr.y (mgr.24491) 13652 : cluster [DBG] pgmap v12062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:34.394907+0000 mgr.y (mgr.24491) 13652 : cluster [DBG] pgmap v12062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:34.394907+0000 mgr.y (mgr.24491) 13652 : cluster [DBG] pgmap v12062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:14:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:36.395330+0000 mgr.y (mgr.24491) 13653 : cluster [DBG] pgmap v12063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:36.395330+0000 mgr.y (mgr.24491) 13653 : cluster [DBG] pgmap v12063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:38.161 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:14:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:36.395330+0000 mgr.y (mgr.24491) 13653 : cluster [DBG] pgmap v12063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:38.435 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 3m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:14:38.436 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:14:38.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:14:38.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:14:38.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:14:38.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:14:38.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:14:38.437 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:14:38.768 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:14:38.769 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:14:38.770 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:14:38.770 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:14:38.770 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:14:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:14:38.769611+0000 mon.c (mon.2) 438 : audit [DBG] from='client.? 172.21.15.177:0/45996682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:14:39.195 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:14:38.769611+0000 mon.c (mon.2) 438 : audit [DBG] from='client.? 172.21.15.177:0/45996682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:14:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:14:38.769611+0000 mon.c (mon.2) 438 : audit [DBG] from='client.? 172.21.15.177:0/45996682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:14:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:14:38.151112+0000 mgr.y (mgr.24491) 13654 : audit [DBG] from='client.28884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:38.395754+0000 mgr.y (mgr.24491) 13655 : cluster [DBG] pgmap v12064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:14:38.429045+0000 mgr.y (mgr.24491) 13656 : audit [DBG] from='client.28890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:14:38.151112+0000 mgr.y (mgr.24491) 13654 : audit [DBG] from='client.28884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:40.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:38.395754+0000 mgr.y (mgr.24491) 13655 : cluster [DBG] pgmap v12064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:40.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:14:38.429045+0000 mgr.y (mgr.24491) 13656 : audit [DBG] from='client.28890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:14:38.151112+0000 mgr.y (mgr.24491) 13654 : audit [DBG] from='client.28884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:38.395754+0000 mgr.y (mgr.24491) 13655 : cluster [DBG] pgmap v12064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:14:38.429045+0000 mgr.y (mgr.24491) 13656 : audit [DBG] from='client.28890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:14:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:14:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:40.396458+0000 mgr.y (mgr.24491) 13657 : cluster [DBG] pgmap v12065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:40.396458+0000 mgr.y (mgr.24491) 13657 : cluster [DBG] pgmap v12065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:40.396458+0000 mgr.y (mgr.24491) 13657 : cluster [DBG] pgmap v12065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:42.397022+0000 mgr.y (mgr.24491) 13658 : cluster [DBG] pgmap v12066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:42.397022+0000 mgr.y (mgr.24491) 13658 : cluster [DBG] pgmap v12066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:42.397022+0000 mgr.y (mgr.24491) 13658 : cluster [DBG] pgmap v12066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:44.397593+0000 mgr.y (mgr.24491) 13659 : cluster [DBG] pgmap v12067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:44.397593+0000 mgr.y (mgr.24491) 13659 : cluster [DBG] pgmap v12067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:44.397593+0000 mgr.y (mgr.24491) 13659 : cluster [DBG] pgmap v12067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:47] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T10:14:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:46.397956+0000 mgr.y (mgr.24491) 13660 : cluster [DBG] pgmap v12068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:46.397956+0000 mgr.y (mgr.24491) 13660 : cluster [DBG] pgmap v12068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:46.397956+0000 mgr.y (mgr.24491) 13660 : cluster [DBG] pgmap v12068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:48.398453+0000 mgr.y (mgr.24491) 13661 : cluster [DBG] pgmap v12069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:50.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:48.398453+0000 mgr.y (mgr.24491) 13661 : cluster [DBG] pgmap v12069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:48.398453+0000 mgr.y (mgr.24491) 13661 : cluster [DBG] pgmap v12069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:14:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:50.399139+0000 mgr.y (mgr.24491) 13662 : cluster [DBG] pgmap v12070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:50.399139+0000 mgr.y (mgr.24491) 13662 : cluster [DBG] pgmap v12070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:50.399139+0000 mgr.y (mgr.24491) 13662 : cluster [DBG] pgmap v12070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:52.399596+0000 mgr.y (mgr.24491) 13663 : cluster [DBG] pgmap v12071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:54.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:52.399596+0000 mgr.y (mgr.24491) 13663 : cluster [DBG] pgmap v12071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:52.399596+0000 mgr.y (mgr.24491) 13663 : cluster [DBG] pgmap v12071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:54.400288+0000 mgr.y (mgr.24491) 13664 : cluster [DBG] pgmap v12072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:54.400288+0000 mgr.y (mgr.24491) 13664 : cluster [DBG] pgmap v12072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:54.400288+0000 mgr.y (mgr.24491) 13664 : cluster [DBG] pgmap v12072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:14:57] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T10:14:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:56.400846+0000 mgr.y (mgr.24491) 13665 : cluster [DBG] pgmap v12073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:56.400846+0000 mgr.y (mgr.24491) 13665 : cluster [DBG] pgmap v12073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:14:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:56.400846+0000 mgr.y (mgr.24491) 13665 : cluster [DBG] pgmap v12073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:14:58.401269+0000 mgr.y (mgr.24491) 13666 : cluster [DBG] pgmap v12074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:14:58.401269+0000 mgr.y (mgr.24491) 13666 : cluster [DBG] pgmap v12074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:14:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:14:58.401269+0000 mgr.y (mgr.24491) 13666 : cluster [DBG] pgmap v12074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:14:59.861752+0000 mon.a (mon.0) 3003 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:15:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:15:00.100974+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:15:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:15:00.377708+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:15:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:15:00.378419+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:15:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:15:00.385232+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:15:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:14:59.861752+0000 mon.a (mon.0) 3003 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:15:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:15:00.100974+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:15:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:15:00.377708+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:15:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:15:00.378419+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:15:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:15:00.385232+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:15:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:15:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:14:59.861752+0000 mon.a (mon.0) 3003 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:15:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:15:00.100974+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:15:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:15:00.377708+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:15:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:15:00.378419+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:15:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:15:00.385232+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:15:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:00.401847+0000 mgr.y (mgr.24491) 13667 : cluster [DBG] pgmap v12075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:00.401847+0000 mgr.y (mgr.24491) 13667 : cluster [DBG] pgmap v12075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:00.401847+0000 mgr.y (mgr.24491) 13667 : cluster [DBG] pgmap v12075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:02.402341+0000 mgr.y (mgr.24491) 13668 : cluster [DBG] pgmap v12076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:02.402341+0000 mgr.y (mgr.24491) 13668 : cluster [DBG] pgmap v12076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:02.402341+0000 mgr.y (mgr.24491) 13668 : cluster [DBG] pgmap v12076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:04.403021+0000 mgr.y (mgr.24491) 13669 : cluster [DBG] pgmap v12077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:04.403021+0000 mgr.y (mgr.24491) 13669 : cluster [DBG] pgmap v12077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:04.403021+0000 mgr.y (mgr.24491) 13669 : cluster [DBG] pgmap v12077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:15:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:06.403373+0000 mgr.y (mgr.24491) 13670 : cluster [DBG] pgmap v12078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:06.403373+0000 mgr.y (mgr.24491) 13670 : cluster [DBG] pgmap v12078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:06.403373+0000 mgr.y (mgr.24491) 13670 : cluster [DBG] pgmap v12078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:09.081 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:15:09.357 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:15:09.357 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:15:09.357 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:15:09.358 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:15:09.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:15:09.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:15:09.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:15:09.359 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:15:09.692 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:15:09.692 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:15:09.692 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:15:09.692 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:15:09.692 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:15:09.692 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:15:09.692 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:15:09.692 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:15:09.692 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:15:09.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:15:09.693 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:15:09.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:15:09.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:15:09.693 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:15:09.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:15:09.693 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:15:09.693 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:15:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:08.403815+0000 mgr.y (mgr.24491) 13671 : cluster [DBG] pgmap v12079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:15:09.692980+0000 mon.c (mon.2) 439 : audit [DBG] from='client.? 172.21.15.177:0/1234512480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:15:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:08.403815+0000 mgr.y (mgr.24491) 13671 : cluster [DBG] pgmap v12079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:15:09.692980+0000 mon.c (mon.2) 439 : audit [DBG] from='client.? 172.21.15.177:0/1234512480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:15:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:08.403815+0000 mgr.y (mgr.24491) 13671 : cluster [DBG] pgmap v12079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:15:09.692980+0000 mon.c (mon.2) 439 : audit [DBG] from='client.? 172.21.15.177:0/1234512480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:15:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:15:09.069770+0000 mgr.y (mgr.24491) 13672 : audit [DBG] from='client.28902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:15:09.350908+0000 mgr.y (mgr.24491) 13673 : audit [DBG] from='client.38819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:15:09.069770+0000 mgr.y (mgr.24491) 13672 : audit [DBG] from='client.28902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:15:09.350908+0000 mgr.y (mgr.24491) 13673 : audit [DBG] from='client.38819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:15:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:15:09.069770+0000 mgr.y (mgr.24491) 13672 : audit [DBG] from='client.28902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:15:09.350908+0000 mgr.y (mgr.24491) 13673 : audit [DBG] from='client.38819 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:10.404439+0000 mgr.y (mgr.24491) 13674 : cluster [DBG] pgmap v12080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:10.404439+0000 mgr.y (mgr.24491) 13674 : cluster [DBG] pgmap v12080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:10.404439+0000 mgr.y (mgr.24491) 13674 : cluster [DBG] pgmap v12080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:12.405049+0000 mgr.y (mgr.24491) 13675 : cluster [DBG] pgmap v12081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:12.405049+0000 mgr.y (mgr.24491) 13675 : cluster [DBG] pgmap v12081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:12.405049+0000 mgr.y (mgr.24491) 13675 : cluster [DBG] pgmap v12081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:14.405651+0000 mgr.y (mgr.24491) 13676 : cluster [DBG] pgmap v12082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:14.405651+0000 mgr.y (mgr.24491) 13676 : cluster [DBG] pgmap v12082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:14.405651+0000 mgr.y (mgr.24491) 13676 : cluster [DBG] pgmap v12082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:17.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:16.406126+0000 mgr.y (mgr.24491) 13677 : cluster [DBG] pgmap v12083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:17.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:16.406126+0000 mgr.y (mgr.24491) 13677 : cluster [DBG] pgmap v12083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:16.406126+0000 mgr.y (mgr.24491) 13677 : cluster [DBG] pgmap v12083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:17] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:15:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:18.406589+0000 mgr.y (mgr.24491) 13678 : cluster [DBG] pgmap v12084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:18.406589+0000 mgr.y (mgr.24491) 13678 : cluster [DBG] pgmap v12084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:18.406589+0000 mgr.y (mgr.24491) 13678 : cluster [DBG] pgmap v12084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:21.469 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:15:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:20.407430+0000 mgr.y (mgr.24491) 13679 : cluster [DBG] pgmap v12085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:20.407430+0000 mgr.y (mgr.24491) 13679 : cluster [DBG] pgmap v12085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:20.407430+0000 mgr.y (mgr.24491) 13679 : cluster [DBG] pgmap v12085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:22.407954+0000 mgr.y (mgr.24491) 13680 : cluster [DBG] pgmap v12086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:22.407954+0000 mgr.y (mgr.24491) 13680 : cluster [DBG] pgmap v12086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:22.407954+0000 mgr.y (mgr.24491) 13680 : cluster [DBG] pgmap v12086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:24.408783+0000 mgr.y (mgr.24491) 13681 : cluster [DBG] pgmap v12087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:24.408783+0000 mgr.y (mgr.24491) 13681 : cluster [DBG] pgmap v12087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:24.408783+0000 mgr.y (mgr.24491) 13681 : cluster [DBG] pgmap v12087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:26.409303+0000 mgr.y (mgr.24491) 13682 : cluster [DBG] pgmap v12088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:27] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:15:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:26.409303+0000 mgr.y (mgr.24491) 13682 : cluster [DBG] pgmap v12088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:26.409303+0000 mgr.y (mgr.24491) 13682 : cluster [DBG] pgmap v12088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:28.409704+0000 mgr.y (mgr.24491) 13683 : cluster [DBG] pgmap v12089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:28.409704+0000 mgr.y (mgr.24491) 13683 : cluster [DBG] pgmap v12089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:28.409704+0000 mgr.y (mgr.24491) 13683 : cluster [DBG] pgmap v12089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:31.488 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:15:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:30.410463+0000 mgr.y (mgr.24491) 13684 : cluster [DBG] pgmap v12090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:30.410463+0000 mgr.y (mgr.24491) 13684 : cluster [DBG] pgmap v12090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:30.410463+0000 mgr.y (mgr.24491) 13684 : cluster [DBG] pgmap v12090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:32.410850+0000 mgr.y (mgr.24491) 13685 : cluster [DBG] pgmap v12091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:32.410850+0000 mgr.y (mgr.24491) 13685 : cluster [DBG] pgmap v12091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:32.410850+0000 mgr.y (mgr.24491) 13685 : cluster [DBG] pgmap v12091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:34.411380+0000 mgr.y (mgr.24491) 13686 : cluster [DBG] pgmap v12092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:34.411380+0000 mgr.y (mgr.24491) 13686 : cluster [DBG] pgmap v12092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:34.411380+0000 mgr.y (mgr.24491) 13686 : cluster [DBG] pgmap v12092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:36.411792+0000 mgr.y (mgr.24491) 13687 : cluster [DBG] pgmap v12093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:37] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T10:15:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:36.411792+0000 mgr.y (mgr.24491) 13687 : cluster [DBG] pgmap v12093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:36.411792+0000 mgr.y (mgr.24491) 13687 : cluster [DBG] pgmap v12093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:38.412359+0000 mgr.y (mgr.24491) 13688 : cluster [DBG] pgmap v12094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:38.412359+0000 mgr.y (mgr.24491) 13688 : cluster [DBG] pgmap v12094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:38.412359+0000 mgr.y (mgr.24491) 13688 : cluster [DBG] pgmap v12094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:40.005 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:15:40.283 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:15:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:15:40.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:15:40.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:15:40.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:15:40.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:15:40.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:15:40.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:15:40.285 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:15:40.619 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:15:40.619 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:15:40.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:15:40.619 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:15:40.619 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:15:40.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:15:40.619 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:15:40.619 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:15:40.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:15:40.619 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:15:40.620 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:15:40.620 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:15:40.620 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:15:40.620 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:15:40.620 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:15:40.620 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:15:40.620 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:15:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:15:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:15:39.994246+0000 mgr.y (mgr.24491) 13689 : audit [DBG] from='client.38831 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:15:40.276576+0000 mgr.y (mgr.24491) 13690 : audit [DBG] from='client.28926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:40.412994+0000 mgr.y (mgr.24491) 13691 : cluster [DBG] pgmap v12095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:41.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:15:40.619868+0000 mon.a (mon.0) 3008 : audit [DBG] from='client.? 172.21.15.177:0/1107980564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:15:41.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:15:39.994246+0000 mgr.y (mgr.24491) 13689 : audit [DBG] from='client.38831 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:41.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:15:40.276576+0000 mgr.y (mgr.24491) 13690 : audit [DBG] from='client.28926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:41.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:40.412994+0000 mgr.y (mgr.24491) 13691 : cluster [DBG] pgmap v12095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:41.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:15:40.619868+0000 mon.a (mon.0) 3008 : audit [DBG] from='client.? 172.21.15.177:0/1107980564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:15:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:15:39.994246+0000 mgr.y (mgr.24491) 13689 : audit [DBG] from='client.38831 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:15:40.276576+0000 mgr.y (mgr.24491) 13690 : audit [DBG] from='client.28926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:15:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:40.412994+0000 mgr.y (mgr.24491) 13691 : cluster [DBG] pgmap v12095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:15:40.619868+0000 mon.a (mon.0) 3008 : audit [DBG] from='client.? 172.21.15.177:0/1107980564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:15:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:42.413352+0000 mgr.y (mgr.24491) 13692 : cluster [DBG] pgmap v12096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:42.413352+0000 mgr.y (mgr.24491) 13692 : cluster [DBG] pgmap v12096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:42.413352+0000 mgr.y (mgr.24491) 13692 : cluster [DBG] pgmap v12096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:44.413977+0000 mgr.y (mgr.24491) 13693 : cluster [DBG] pgmap v12097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:44.413977+0000 mgr.y (mgr.24491) 13693 : cluster [DBG] pgmap v12097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:44.413977+0000 mgr.y (mgr.24491) 13693 : cluster [DBG] pgmap v12097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:47] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:15:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:46.414321+0000 mgr.y (mgr.24491) 13694 : cluster [DBG] pgmap v12098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:46.414321+0000 mgr.y (mgr.24491) 13694 : cluster [DBG] pgmap v12098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:46.414321+0000 mgr.y (mgr.24491) 13694 : cluster [DBG] pgmap v12098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:48.414848+0000 mgr.y (mgr.24491) 13695 : cluster [DBG] pgmap v12099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:48.414848+0000 mgr.y (mgr.24491) 13695 : cluster [DBG] pgmap v12099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:48.414848+0000 mgr.y (mgr.24491) 13695 : cluster [DBG] pgmap v12099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:15:51.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:50.415614+0000 mgr.y (mgr.24491) 13696 : cluster [DBG] pgmap v12100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:51.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:50.415614+0000 mgr.y (mgr.24491) 13696 : cluster [DBG] pgmap v12100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:50.415614+0000 mgr.y (mgr.24491) 13696 : cluster [DBG] pgmap v12100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:52.416190+0000 mgr.y (mgr.24491) 13697 : cluster [DBG] pgmap v12101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:52.416190+0000 mgr.y (mgr.24491) 13697 : cluster [DBG] pgmap v12101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:52.416190+0000 mgr.y (mgr.24491) 13697 : cluster [DBG] pgmap v12101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:54.416897+0000 mgr.y (mgr.24491) 13698 : cluster [DBG] pgmap v12102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:54.416897+0000 mgr.y (mgr.24491) 13698 : cluster [DBG] pgmap v12102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:54.416897+0000 mgr.y (mgr.24491) 13698 : cluster [DBG] pgmap v12102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:15:57] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:15:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:56.417411+0000 mgr.y (mgr.24491) 13699 : cluster [DBG] pgmap v12103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:56.417411+0000 mgr.y (mgr.24491) 13699 : cluster [DBG] pgmap v12103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:56.417411+0000 mgr.y (mgr.24491) 13699 : cluster [DBG] pgmap v12103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:15:58.417897+0000 mgr.y (mgr.24491) 13700 : cluster [DBG] pgmap v12104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:15:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:15:58.417897+0000 mgr.y (mgr.24491) 13700 : cluster [DBG] pgmap v12104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:15:58.417897+0000 mgr.y (mgr.24491) 13700 : cluster [DBG] pgmap v12104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:16:00.389547+0000 mon.a (mon.0) 3009 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:16:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:16:00.389547+0000 mon.a (mon.0) 3009 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:16:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:16:00.389547+0000 mon.a (mon.0) 3009 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:16:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:16:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:00.418548+0000 mgr.y (mgr.24491) 13701 : cluster [DBG] pgmap v12105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:16:00.683602+0000 mon.a (mon.0) 3010 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:16:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:16:00.684177+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:16:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:16:00.688319+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:16:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:00.418548+0000 mgr.y (mgr.24491) 13701 : cluster [DBG] pgmap v12105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:16:00.683602+0000 mon.a (mon.0) 3010 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:16:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:16:00.684177+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:16:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:16:00.688319+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:16:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:00.418548+0000 mgr.y (mgr.24491) 13701 : cluster [DBG] pgmap v12105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:16:00.683602+0000 mon.a (mon.0) 3010 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:16:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:16:00.684177+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:16:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:16:00.688319+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:16:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:02.419016+0000 mgr.y (mgr.24491) 13702 : cluster [DBG] pgmap v12106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:02.419016+0000 mgr.y (mgr.24491) 13702 : cluster [DBG] pgmap v12106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:02.419016+0000 mgr.y (mgr.24491) 13702 : cluster [DBG] pgmap v12106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:04.419704+0000 mgr.y (mgr.24491) 13703 : cluster [DBG] pgmap v12107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:04.419704+0000 mgr.y (mgr.24491) 13703 : cluster [DBG] pgmap v12107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:04.419704+0000 mgr.y (mgr.24491) 13703 : cluster [DBG] pgmap v12107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:06.420246+0000 mgr.y (mgr.24491) 13704 : cluster [DBG] pgmap v12108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:16:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:06.420246+0000 mgr.y (mgr.24491) 13704 : cluster [DBG] pgmap v12108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:06.420246+0000 mgr.y (mgr.24491) 13704 : cluster [DBG] pgmap v12108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:08.420649+0000 mgr.y (mgr.24491) 13705 : cluster [DBG] pgmap v12109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:08.420649+0000 mgr.y (mgr.24491) 13705 : cluster [DBG] pgmap v12109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:08.420649+0000 mgr.y (mgr.24491) 13705 : cluster [DBG] pgmap v12109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:10.932 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:16:11.212 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:16:11.212 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:16:11.213 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:16:11.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:16:11.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:16:11.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:16:11.214 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:16:11.214 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:16:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:16:11.552 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:16:11.552 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:16:11.552 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:16:11.552 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:16:11.552 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:16:11.552 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:16:11.552 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:16:11.552 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:16:11.552 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:16:11.553 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:16:11.553 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:16:11.553 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:16:11.553 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:16:11.553 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:16:11.553 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:16:11.553 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:16:11.553 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:16:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:10.421270+0000 mgr.y (mgr.24491) 13706 : cluster [DBG] pgmap v12110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:16:11.553210+0000 mon.c (mon.2) 440 : audit [DBG] from='client.? 172.21.15.177:0/3632382102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:16:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:10.421270+0000 mgr.y (mgr.24491) 13706 : cluster [DBG] pgmap v12110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:16:11.553210+0000 mon.c (mon.2) 440 : audit [DBG] from='client.? 172.21.15.177:0/3632382102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:16:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:10.421270+0000 mgr.y (mgr.24491) 13706 : cluster [DBG] pgmap v12110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:16:11.553210+0000 mon.c (mon.2) 440 : audit [DBG] from='client.? 172.21.15.177:0/3632382102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:16:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:16:10.921312+0000 mgr.y (mgr.24491) 13707 : audit [DBG] from='client.28938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:16:11.205842+0000 mgr.y (mgr.24491) 13708 : audit [DBG] from='client.38855 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:16:10.921312+0000 mgr.y (mgr.24491) 13707 : audit [DBG] from='client.28938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:16:11.205842+0000 mgr.y (mgr.24491) 13708 : audit [DBG] from='client.38855 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:16:10.921312+0000 mgr.y (mgr.24491) 13707 : audit [DBG] from='client.28938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:16:11.205842+0000 mgr.y (mgr.24491) 13708 : audit [DBG] from='client.38855 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:12.421746+0000 mgr.y (mgr.24491) 13709 : cluster [DBG] pgmap v12111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:12.421746+0000 mgr.y (mgr.24491) 13709 : cluster [DBG] pgmap v12111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:12.421746+0000 mgr.y (mgr.24491) 13709 : cluster [DBG] pgmap v12111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:14.422594+0000 mgr.y (mgr.24491) 13710 : cluster [DBG] pgmap v12112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:14.422594+0000 mgr.y (mgr.24491) 13710 : cluster [DBG] pgmap v12112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:14.422594+0000 mgr.y (mgr.24491) 13710 : cluster [DBG] pgmap v12112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:16.422997+0000 mgr.y (mgr.24491) 13711 : cluster [DBG] pgmap v12113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:16:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:16.422997+0000 mgr.y (mgr.24491) 13711 : cluster [DBG] pgmap v12113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:16.422997+0000 mgr.y (mgr.24491) 13711 : cluster [DBG] pgmap v12113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:18.423376+0000 mgr.y (mgr.24491) 13712 : cluster [DBG] pgmap v12114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:18.423376+0000 mgr.y (mgr.24491) 13712 : cluster [DBG] pgmap v12114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:18.423376+0000 mgr.y (mgr.24491) 13712 : cluster [DBG] pgmap v12114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:16:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:20.424154+0000 mgr.y (mgr.24491) 13713 : cluster [DBG] pgmap v12115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:20.424154+0000 mgr.y (mgr.24491) 13713 : cluster [DBG] pgmap v12115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:20.424154+0000 mgr.y (mgr.24491) 13713 : cluster [DBG] pgmap v12115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:22.424680+0000 mgr.y (mgr.24491) 13714 : cluster [DBG] pgmap v12116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:22.424680+0000 mgr.y (mgr.24491) 13714 : cluster [DBG] pgmap v12116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:22.424680+0000 mgr.y (mgr.24491) 13714 : cluster [DBG] pgmap v12116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:24.425534+0000 mgr.y (mgr.24491) 13715 : cluster [DBG] pgmap v12117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:24.425534+0000 mgr.y (mgr.24491) 13715 : cluster [DBG] pgmap v12117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:24.425534+0000 mgr.y (mgr.24491) 13715 : cluster [DBG] pgmap v12117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:16:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:26.426036+0000 mgr.y (mgr.24491) 13716 : cluster [DBG] pgmap v12118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:26.426036+0000 mgr.y (mgr.24491) 13716 : cluster [DBG] pgmap v12118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:26.426036+0000 mgr.y (mgr.24491) 13716 : cluster [DBG] pgmap v12118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:28.426481+0000 mgr.y (mgr.24491) 13717 : cluster [DBG] pgmap v12119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:28.426481+0000 mgr.y (mgr.24491) 13717 : cluster [DBG] pgmap v12119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:28.426481+0000 mgr.y (mgr.24491) 13717 : cluster [DBG] pgmap v12119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:16:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:30.427181+0000 mgr.y (mgr.24491) 13718 : cluster [DBG] pgmap v12120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:30.427181+0000 mgr.y (mgr.24491) 13718 : cluster [DBG] pgmap v12120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:30.427181+0000 mgr.y (mgr.24491) 13718 : cluster [DBG] pgmap v12120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:32.427607+0000 mgr.y (mgr.24491) 13719 : cluster [DBG] pgmap v12121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:32.427607+0000 mgr.y (mgr.24491) 13719 : cluster [DBG] pgmap v12121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:32.427607+0000 mgr.y (mgr.24491) 13719 : cluster [DBG] pgmap v12121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:34.428453+0000 mgr.y (mgr.24491) 13720 : cluster [DBG] pgmap v12122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:34.428453+0000 mgr.y (mgr.24491) 13720 : cluster [DBG] pgmap v12122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:34.428453+0000 mgr.y (mgr.24491) 13720 : cluster [DBG] pgmap v12122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:36.428915+0000 mgr.y (mgr.24491) 13721 : cluster [DBG] pgmap v12123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:16:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:36.428915+0000 mgr.y (mgr.24491) 13721 : cluster [DBG] pgmap v12123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:36.428915+0000 mgr.y (mgr.24491) 13721 : cluster [DBG] pgmap v12123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:38.429499+0000 mgr.y (mgr.24491) 13722 : cluster [DBG] pgmap v12124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:38.429499+0000 mgr.y (mgr.24491) 13722 : cluster [DBG] pgmap v12124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:38.429499+0000 mgr.y (mgr.24491) 13722 : cluster [DBG] pgmap v12124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:16:41.863 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:16:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:40.430402+0000 mgr.y (mgr.24491) 13723 : cluster [DBG] pgmap v12125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:40.430402+0000 mgr.y (mgr.24491) 13723 : cluster [DBG] pgmap v12125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:40.430402+0000 mgr.y (mgr.24491) 13723 : cluster [DBG] pgmap v12125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:42.138 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:16:42.138 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:16:42.138 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:16:42.138 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:16:42.138 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:16:42.138 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:16:42.138 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:16:42.138 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:16:42.138 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:16:42.139 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:16:42.480 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:16:42.480 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:16:42.480 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:16:42.480 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:16:42.480 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:16:42.480 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:16:42.480 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:16:42.480 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:16:42.480 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:16:42.481 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:16:42.481 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:16:42.481 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:16:42.481 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:16:42.481 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:16:42.481 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:16:42.481 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:16:42.481 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:16:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:16:41.852513+0000 mgr.y (mgr.24491) 13724 : audit [DBG] from='client.28956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:16:42.480838+0000 mon.c (mon.2) 441 : audit [DBG] from='client.? 172.21.15.177:0/4263551786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:16:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:16:41.852513+0000 mgr.y (mgr.24491) 13724 : audit [DBG] from='client.28956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:16:42.480838+0000 mon.c (mon.2) 441 : audit [DBG] from='client.? 172.21.15.177:0/4263551786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:16:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:16:41.852513+0000 mgr.y (mgr.24491) 13724 : audit [DBG] from='client.28956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:16:42.480838+0000 mon.c (mon.2) 441 : audit [DBG] from='client.? 172.21.15.177:0/4263551786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:16:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:16:42.131262+0000 mgr.y (mgr.24491) 13725 : audit [DBG] from='client.38873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:42.430769+0000 mgr.y (mgr.24491) 13726 : cluster [DBG] pgmap v12126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:16:42.131262+0000 mgr.y (mgr.24491) 13725 : audit [DBG] from='client.38873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:42.430769+0000 mgr.y (mgr.24491) 13726 : cluster [DBG] pgmap v12126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:16:42.131262+0000 mgr.y (mgr.24491) 13725 : audit [DBG] from='client.38873 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:16:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:42.430769+0000 mgr.y (mgr.24491) 13726 : cluster [DBG] pgmap v12126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:44.431543+0000 mgr.y (mgr.24491) 13727 : cluster [DBG] pgmap v12127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:44.431543+0000 mgr.y (mgr.24491) 13727 : cluster [DBG] pgmap v12127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:44.431543+0000 mgr.y (mgr.24491) 13727 : cluster [DBG] pgmap v12127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:46.432158+0000 mgr.y (mgr.24491) 13728 : cluster [DBG] pgmap v12128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:16:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:46.432158+0000 mgr.y (mgr.24491) 13728 : cluster [DBG] pgmap v12128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:46.432158+0000 mgr.y (mgr.24491) 13728 : cluster [DBG] pgmap v12128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:48.432558+0000 mgr.y (mgr.24491) 13729 : cluster [DBG] pgmap v12129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:48.432558+0000 mgr.y (mgr.24491) 13729 : cluster [DBG] pgmap v12129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:48.432558+0000 mgr.y (mgr.24491) 13729 : cluster [DBG] pgmap v12129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:16:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:50.433405+0000 mgr.y (mgr.24491) 13730 : cluster [DBG] pgmap v12130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:50.433405+0000 mgr.y (mgr.24491) 13730 : cluster [DBG] pgmap v12130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:50.433405+0000 mgr.y (mgr.24491) 13730 : cluster [DBG] pgmap v12130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:52.433831+0000 mgr.y (mgr.24491) 13731 : cluster [DBG] pgmap v12131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:52.433831+0000 mgr.y (mgr.24491) 13731 : cluster [DBG] pgmap v12131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:52.433831+0000 mgr.y (mgr.24491) 13731 : cluster [DBG] pgmap v12131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:54.434644+0000 mgr.y (mgr.24491) 13732 : cluster [DBG] pgmap v12132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:54.434644+0000 mgr.y (mgr.24491) 13732 : cluster [DBG] pgmap v12132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:54.434644+0000 mgr.y (mgr.24491) 13732 : cluster [DBG] pgmap v12132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:56.435068+0000 mgr.y (mgr.24491) 13733 : cluster [DBG] pgmap v12133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:16:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:16:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:56.435068+0000 mgr.y (mgr.24491) 13733 : cluster [DBG] pgmap v12133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:56.435068+0000 mgr.y (mgr.24491) 13733 : cluster [DBG] pgmap v12133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:16:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:16:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:16:58.435460+0000 mgr.y (mgr.24491) 13734 : cluster [DBG] pgmap v12134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:16:58.435460+0000 mgr.y (mgr.24491) 13734 : cluster [DBG] pgmap v12134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:16:58.435460+0000 mgr.y (mgr.24491) 13734 : cluster [DBG] pgmap v12134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:17:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:00.436074+0000 mgr.y (mgr.24491) 13735 : cluster [DBG] pgmap v12135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:17:00.692566+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:17:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:17:00.984557+0000 mon.a (mon.0) 3014 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:17:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:17:00.985180+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:17:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:17:00.989697+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:17:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:00.436074+0000 mgr.y (mgr.24491) 13735 : cluster [DBG] pgmap v12135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:17:00.692566+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:17:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:17:00.984557+0000 mon.a (mon.0) 3014 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:17:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:17:00.985180+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:17:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:17:00.989697+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:17:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:00.436074+0000 mgr.y (mgr.24491) 13735 : cluster [DBG] pgmap v12135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:17:00.692566+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:17:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:17:00.984557+0000 mon.a (mon.0) 3014 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:17:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:17:00.985180+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:17:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:17:00.989697+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:17:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:02.436443+0000 mgr.y (mgr.24491) 13736 : cluster [DBG] pgmap v12136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:02.436443+0000 mgr.y (mgr.24491) 13736 : cluster [DBG] pgmap v12136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:04.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:02.436443+0000 mgr.y (mgr.24491) 13736 : cluster [DBG] pgmap v12136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:04.437154+0000 mgr.y (mgr.24491) 13737 : cluster [DBG] pgmap v12137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:04.437154+0000 mgr.y (mgr.24491) 13737 : cluster [DBG] pgmap v12137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:04.437154+0000 mgr.y (mgr.24491) 13737 : cluster [DBG] pgmap v12137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:06.437502+0000 mgr.y (mgr.24491) 13738 : cluster [DBG] pgmap v12138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:06.437502+0000 mgr.y (mgr.24491) 13738 : cluster [DBG] pgmap v12138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:17:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:06.437502+0000 mgr.y (mgr.24491) 13738 : cluster [DBG] pgmap v12138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:08.438033+0000 mgr.y (mgr.24491) 13739 : cluster [DBG] pgmap v12139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:08.438033+0000 mgr.y (mgr.24491) 13739 : cluster [DBG] pgmap v12139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:08.438033+0000 mgr.y (mgr.24491) 13739 : cluster [DBG] pgmap v12139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:17:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:10.438800+0000 mgr.y (mgr.24491) 13740 : cluster [DBG] pgmap v12140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:10.438800+0000 mgr.y (mgr.24491) 13740 : cluster [DBG] pgmap v12140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:10.438800+0000 mgr.y (mgr.24491) 13740 : cluster [DBG] pgmap v12140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:12.798 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:17:13.077 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 6m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 6m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:17:13.078 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:17:13.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:17:13.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:17:13.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:17:13.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:17:13.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:17:13.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:17:13.079 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:17:13.410 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:17:13.411 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:17:13.411 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:17:13.411 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:17:13.411 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:17:13.411 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:17:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:12.439277+0000 mgr.y (mgr.24491) 13741 : cluster [DBG] pgmap v12141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:17:12.787691+0000 mgr.y (mgr.24491) 13742 : audit [DBG] from='client.28974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:17:13.410661+0000 mon.a (mon.0) 3017 : audit [DBG] from='client.? 172.21.15.177:0/430780408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:17:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:12.439277+0000 mgr.y (mgr.24491) 13741 : cluster [DBG] pgmap v12141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:17:12.787691+0000 mgr.y (mgr.24491) 13742 : audit [DBG] from='client.28974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:17:13.410661+0000 mon.a (mon.0) 3017 : audit [DBG] from='client.? 172.21.15.177:0/430780408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:17:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:12.439277+0000 mgr.y (mgr.24491) 13741 : cluster [DBG] pgmap v12141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:17:12.787691+0000 mgr.y (mgr.24491) 13742 : audit [DBG] from='client.28974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:17:13.410661+0000 mon.a (mon.0) 3017 : audit [DBG] from='client.? 172.21.15.177:0/430780408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:17:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:17:13.070775+0000 mgr.y (mgr.24491) 13743 : audit [DBG] from='client.28980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:17:13.070775+0000 mgr.y (mgr.24491) 13743 : audit [DBG] from='client.28980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:17:13.070775+0000 mgr.y (mgr.24491) 13743 : audit [DBG] from='client.28980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:14.439849+0000 mgr.y (mgr.24491) 13744 : cluster [DBG] pgmap v12142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:14.439849+0000 mgr.y (mgr.24491) 13744 : cluster [DBG] pgmap v12142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:14.439849+0000 mgr.y (mgr.24491) 13744 : cluster [DBG] pgmap v12142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:16.440296+0000 mgr.y (mgr.24491) 13745 : cluster [DBG] pgmap v12143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:16.440296+0000 mgr.y (mgr.24491) 13745 : cluster [DBG] pgmap v12143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:17:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:16.440296+0000 mgr.y (mgr.24491) 13745 : cluster [DBG] pgmap v12143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:18.440680+0000 mgr.y (mgr.24491) 13746 : cluster [DBG] pgmap v12144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:18.440680+0000 mgr.y (mgr.24491) 13746 : cluster [DBG] pgmap v12144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:18.440680+0000 mgr.y (mgr.24491) 13746 : cluster [DBG] pgmap v12144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:17:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:20.441301+0000 mgr.y (mgr.24491) 13747 : cluster [DBG] pgmap v12145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:20.441301+0000 mgr.y (mgr.24491) 13747 : cluster [DBG] pgmap v12145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:20.441301+0000 mgr.y (mgr.24491) 13747 : cluster [DBG] pgmap v12145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:22.441716+0000 mgr.y (mgr.24491) 13748 : cluster [DBG] pgmap v12146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:22.441716+0000 mgr.y (mgr.24491) 13748 : cluster [DBG] pgmap v12146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:22.441716+0000 mgr.y (mgr.24491) 13748 : cluster [DBG] pgmap v12146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:24.442319+0000 mgr.y (mgr.24491) 13749 : cluster [DBG] pgmap v12147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:24.442319+0000 mgr.y (mgr.24491) 13749 : cluster [DBG] pgmap v12147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:24.442319+0000 mgr.y (mgr.24491) 13749 : cluster [DBG] pgmap v12147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:26.442757+0000 mgr.y (mgr.24491) 13750 : cluster [DBG] pgmap v12148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:17:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:26.442757+0000 mgr.y (mgr.24491) 13750 : cluster [DBG] pgmap v12148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:26.442757+0000 mgr.y (mgr.24491) 13750 : cluster [DBG] pgmap v12148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:28.443199+0000 mgr.y (mgr.24491) 13751 : cluster [DBG] pgmap v12149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:28.443199+0000 mgr.y (mgr.24491) 13751 : cluster [DBG] pgmap v12149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:28.443199+0000 mgr.y (mgr.24491) 13751 : cluster [DBG] pgmap v12149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:17:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:30.443858+0000 mgr.y (mgr.24491) 13752 : cluster [DBG] pgmap v12150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:30.443858+0000 mgr.y (mgr.24491) 13752 : cluster [DBG] pgmap v12150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:30.443858+0000 mgr.y (mgr.24491) 13752 : cluster [DBG] pgmap v12150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:32.444283+0000 mgr.y (mgr.24491) 13753 : cluster [DBG] pgmap v12151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:32.444283+0000 mgr.y (mgr.24491) 13753 : cluster [DBG] pgmap v12151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:32.444283+0000 mgr.y (mgr.24491) 13753 : cluster [DBG] pgmap v12151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:34.444987+0000 mgr.y (mgr.24491) 13754 : cluster [DBG] pgmap v12152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:34.444987+0000 mgr.y (mgr.24491) 13754 : cluster [DBG] pgmap v12152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:34.444987+0000 mgr.y (mgr.24491) 13754 : cluster [DBG] pgmap v12152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:36.445397+0000 mgr.y (mgr.24491) 13755 : cluster [DBG] pgmap v12153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:17:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:36.445397+0000 mgr.y (mgr.24491) 13755 : cluster [DBG] pgmap v12153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:36.445397+0000 mgr.y (mgr.24491) 13755 : cluster [DBG] pgmap v12153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:38.445866+0000 mgr.y (mgr.24491) 13756 : cluster [DBG] pgmap v12154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:38.445866+0000 mgr.y (mgr.24491) 13756 : cluster [DBG] pgmap v12154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:38.445866+0000 mgr.y (mgr.24491) 13756 : cluster [DBG] pgmap v12154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:17:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:40.446624+0000 mgr.y (mgr.24491) 13757 : cluster [DBG] pgmap v12155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:40.446624+0000 mgr.y (mgr.24491) 13757 : cluster [DBG] pgmap v12155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:40.446624+0000 mgr.y (mgr.24491) 13757 : cluster [DBG] pgmap v12155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:17:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:42.447034+0000 mgr.y (mgr.24491) 13758 : cluster [DBG] pgmap v12156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:17:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:17:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:17:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:17:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:17:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:17:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 6m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:17:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 6m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:17:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:17:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:17:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:17:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:17:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:17:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:17:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:17:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:17:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:17:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:17:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:17:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:17:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:17:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:42.447034+0000 mgr.y (mgr.24491) 13758 : cluster [DBG] pgmap v12156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:42.447034+0000 mgr.y (mgr.24491) 13758 : cluster [DBG] pgmap v12156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:44.339 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:17:44.339 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:17:44.340 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:17:44.341 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:17:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:17:43.711316+0000 mgr.y (mgr.24491) 13759 : audit [DBG] from='client.28992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:45.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:17:44.340055+0000 mon.c (mon.2) 442 : audit [DBG] from='client.? 172.21.15.177:0/574153680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:17:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:17:43.711316+0000 mgr.y (mgr.24491) 13759 : audit [DBG] from='client.28992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:17:44.340055+0000 mon.c (mon.2) 442 : audit [DBG] from='client.? 172.21.15.177:0/574153680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:17:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:17:43.711316+0000 mgr.y (mgr.24491) 13759 : audit [DBG] from='client.28992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:17:44.340055+0000 mon.c (mon.2) 442 : audit [DBG] from='client.? 172.21.15.177:0/574153680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:17:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:17:43.993488+0000 mgr.y (mgr.24491) 13760 : audit [DBG] from='client.28998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:44.447776+0000 mgr.y (mgr.24491) 13761 : cluster [DBG] pgmap v12157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:17:43.993488+0000 mgr.y (mgr.24491) 13760 : audit [DBG] from='client.28998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:44.447776+0000 mgr.y (mgr.24491) 13761 : cluster [DBG] pgmap v12157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:17:43.993488+0000 mgr.y (mgr.24491) 13760 : audit [DBG] from='client.28998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:17:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:44.447776+0000 mgr.y (mgr.24491) 13761 : cluster [DBG] pgmap v12157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:17:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:46.448303+0000 mgr.y (mgr.24491) 13762 : cluster [DBG] pgmap v12158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:46.448303+0000 mgr.y (mgr.24491) 13762 : cluster [DBG] pgmap v12158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:46.448303+0000 mgr.y (mgr.24491) 13762 : cluster [DBG] pgmap v12158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:48.448853+0000 mgr.y (mgr.24491) 13763 : cluster [DBG] pgmap v12159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:48.448853+0000 mgr.y (mgr.24491) 13763 : cluster [DBG] pgmap v12159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:48.448853+0000 mgr.y (mgr.24491) 13763 : cluster [DBG] pgmap v12159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:17:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:50.449512+0000 mgr.y (mgr.24491) 13764 : cluster [DBG] pgmap v12160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:50.449512+0000 mgr.y (mgr.24491) 13764 : cluster [DBG] pgmap v12160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:50.449512+0000 mgr.y (mgr.24491) 13764 : cluster [DBG] pgmap v12160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:52.449922+0000 mgr.y (mgr.24491) 13765 : cluster [DBG] pgmap v12161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:52.449922+0000 mgr.y (mgr.24491) 13765 : cluster [DBG] pgmap v12161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:52.449922+0000 mgr.y (mgr.24491) 13765 : cluster [DBG] pgmap v12161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:54.450631+0000 mgr.y (mgr.24491) 13766 : cluster [DBG] pgmap v12162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:54.450631+0000 mgr.y (mgr.24491) 13766 : cluster [DBG] pgmap v12162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:54.450631+0000 mgr.y (mgr.24491) 13766 : cluster [DBG] pgmap v12162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:17:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:17:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:56.451153+0000 mgr.y (mgr.24491) 13767 : cluster [DBG] pgmap v12163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:56.451153+0000 mgr.y (mgr.24491) 13767 : cluster [DBG] pgmap v12163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:17:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:56.451153+0000 mgr.y (mgr.24491) 13767 : cluster [DBG] pgmap v12163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:17:58.451553+0000 mgr.y (mgr.24491) 13768 : cluster [DBG] pgmap v12164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:17:58.451553+0000 mgr.y (mgr.24491) 13768 : cluster [DBG] pgmap v12164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:17:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:17:58.451553+0000 mgr.y (mgr.24491) 13768 : cluster [DBG] pgmap v12164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:18:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:00.452411+0000 mgr.y (mgr.24491) 13769 : cluster [DBG] pgmap v12165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:18:00.994116+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:18:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:18:01.285042+0000 mon.a (mon.0) 3019 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:18:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:18:01.285655+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:18:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:18:01.289913+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:18:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:00.452411+0000 mgr.y (mgr.24491) 13769 : cluster [DBG] pgmap v12165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:18:00.994116+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:18:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:18:01.285042+0000 mon.a (mon.0) 3019 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:18:02.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:18:01.285655+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:18:02.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:18:01.289913+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:18:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:00.452411+0000 mgr.y (mgr.24491) 13769 : cluster [DBG] pgmap v12165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:18:00.994116+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:18:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:18:01.285042+0000 mon.a (mon.0) 3019 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:18:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:18:01.285655+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:18:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:18:01.289913+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:18:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:02.452852+0000 mgr.y (mgr.24491) 13770 : cluster [DBG] pgmap v12166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:02.452852+0000 mgr.y (mgr.24491) 13770 : cluster [DBG] pgmap v12166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:02.452852+0000 mgr.y (mgr.24491) 13770 : cluster [DBG] pgmap v12166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:04.453482+0000 mgr.y (mgr.24491) 13771 : cluster [DBG] pgmap v12167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:04.453482+0000 mgr.y (mgr.24491) 13771 : cluster [DBG] pgmap v12167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:04.453482+0000 mgr.y (mgr.24491) 13771 : cluster [DBG] pgmap v12167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:06.454054+0000 mgr.y (mgr.24491) 13772 : cluster [DBG] pgmap v12168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:18:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:06.454054+0000 mgr.y (mgr.24491) 13772 : cluster [DBG] pgmap v12168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:06.454054+0000 mgr.y (mgr.24491) 13772 : cluster [DBG] pgmap v12168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:08.454450+0000 mgr.y (mgr.24491) 13773 : cluster [DBG] pgmap v12169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:08.454450+0000 mgr.y (mgr.24491) 13773 : cluster [DBG] pgmap v12169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:08.454450+0000 mgr.y (mgr.24491) 13773 : cluster [DBG] pgmap v12169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:18:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:10.455199+0000 mgr.y (mgr.24491) 13774 : cluster [DBG] pgmap v12170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:10.455199+0000 mgr.y (mgr.24491) 13774 : cluster [DBG] pgmap v12170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:10.455199+0000 mgr.y (mgr.24491) 13774 : cluster [DBG] pgmap v12170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:12.455749+0000 mgr.y (mgr.24491) 13775 : cluster [DBG] pgmap v12171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:12.455749+0000 mgr.y (mgr.24491) 13775 : cluster [DBG] pgmap v12171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:12.455749+0000 mgr.y (mgr.24491) 13775 : cluster [DBG] pgmap v12171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:18:14.928 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:18:14.928 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:18:14.928 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 7m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:18:14.928 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:18:14.928 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 7m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:18:14.928 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 7m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:18:14.928 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:18:14.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:18:14.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 7m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:18:14.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 7m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:18:14.929 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:18:14.929 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 7m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:18:14.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:18:14.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:18:14.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:18:14.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:18:14.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 7m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:18:14.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 7m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:18:14.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 7m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:18:14.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 7m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:18:14.929 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 7m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:18:15.261 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:18:15.262 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:18:15.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:18:15.262 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:18:15.262 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:18:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:14.456292+0000 mgr.y (mgr.24491) 13776 : cluster [DBG] pgmap v12172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:18:14.638656+0000 mgr.y (mgr.24491) 13777 : audit [DBG] from='client.38921 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:18:15.261675+0000 mon.a (mon.0) 3022 : audit [DBG] from='client.? 172.21.15.177:0/2807163809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:18:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:14.456292+0000 mgr.y (mgr.24491) 13776 : cluster [DBG] pgmap v12172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:18:14.638656+0000 mgr.y (mgr.24491) 13777 : audit [DBG] from='client.38921 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:18:15.261675+0000 mon.a (mon.0) 3022 : audit [DBG] from='client.? 172.21.15.177:0/2807163809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:18:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:14.456292+0000 mgr.y (mgr.24491) 13776 : cluster [DBG] pgmap v12172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:18:14.638656+0000 mgr.y (mgr.24491) 13777 : audit [DBG] from='client.38921 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:18:15.261675+0000 mon.a (mon.0) 3022 : audit [DBG] from='client.? 172.21.15.177:0/2807163809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:18:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:18:14.921042+0000 mgr.y (mgr.24491) 13778 : audit [DBG] from='client.38927 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:17.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:18:14.921042+0000 mgr.y (mgr.24491) 13778 : audit [DBG] from='client.38927 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:18:14.921042+0000 mgr.y (mgr.24491) 13778 : audit [DBG] from='client.38927 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:18:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:16.456751+0000 mgr.y (mgr.24491) 13779 : cluster [DBG] pgmap v12173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:16.456751+0000 mgr.y (mgr.24491) 13779 : cluster [DBG] pgmap v12173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:16.456751+0000 mgr.y (mgr.24491) 13779 : cluster [DBG] pgmap v12173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:18.457177+0000 mgr.y (mgr.24491) 13780 : cluster [DBG] pgmap v12174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:18.457177+0000 mgr.y (mgr.24491) 13780 : cluster [DBG] pgmap v12174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:18.457177+0000 mgr.y (mgr.24491) 13780 : cluster [DBG] pgmap v12174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:18:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:20.457798+0000 mgr.y (mgr.24491) 13781 : cluster [DBG] pgmap v12175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:20.457798+0000 mgr.y (mgr.24491) 13781 : cluster [DBG] pgmap v12175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:20.457798+0000 mgr.y (mgr.24491) 13781 : cluster [DBG] pgmap v12175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:22.458269+0000 mgr.y (mgr.24491) 13782 : cluster [DBG] pgmap v12176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:22.458269+0000 mgr.y (mgr.24491) 13782 : cluster [DBG] pgmap v12176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:22.458269+0000 mgr.y (mgr.24491) 13782 : cluster [DBG] pgmap v12176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:24.458980+0000 mgr.y (mgr.24491) 13783 : cluster [DBG] pgmap v12177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:24.458980+0000 mgr.y (mgr.24491) 13783 : cluster [DBG] pgmap v12177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:24.458980+0000 mgr.y (mgr.24491) 13783 : cluster [DBG] pgmap v12177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:18:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:26.459327+0000 mgr.y (mgr.24491) 13784 : cluster [DBG] pgmap v12178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:26.459327+0000 mgr.y (mgr.24491) 13784 : cluster [DBG] pgmap v12178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:26.459327+0000 mgr.y (mgr.24491) 13784 : cluster [DBG] pgmap v12178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:28.459761+0000 mgr.y (mgr.24491) 13785 : cluster [DBG] pgmap v12179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:28.459761+0000 mgr.y (mgr.24491) 13785 : cluster [DBG] pgmap v12179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:28.459761+0000 mgr.y (mgr.24491) 13785 : cluster [DBG] pgmap v12179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:18:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:30.460425+0000 mgr.y (mgr.24491) 13786 : cluster [DBG] pgmap v12180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:30.460425+0000 mgr.y (mgr.24491) 13786 : cluster [DBG] pgmap v12180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:30.460425+0000 mgr.y (mgr.24491) 13786 : cluster [DBG] pgmap v12180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:32.460875+0000 mgr.y (mgr.24491) 13787 : cluster [DBG] pgmap v12181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:32.460875+0000 mgr.y (mgr.24491) 13787 : cluster [DBG] pgmap v12181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:32.460875+0000 mgr.y (mgr.24491) 13787 : cluster [DBG] pgmap v12181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:34.461454+0000 mgr.y (mgr.24491) 13788 : cluster [DBG] pgmap v12182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:34.461454+0000 mgr.y (mgr.24491) 13788 : cluster [DBG] pgmap v12182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:34.461454+0000 mgr.y (mgr.24491) 13788 : cluster [DBG] pgmap v12182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:36.461847+0000 mgr.y (mgr.24491) 13789 : cluster [DBG] pgmap v12183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:18:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:36.461847+0000 mgr.y (mgr.24491) 13789 : cluster [DBG] pgmap v12183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:36.461847+0000 mgr.y (mgr.24491) 13789 : cluster [DBG] pgmap v12183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:38.462267+0000 mgr.y (mgr.24491) 13790 : cluster [DBG] pgmap v12184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:38.462267+0000 mgr.y (mgr.24491) 13790 : cluster [DBG] pgmap v12184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:38.462267+0000 mgr.y (mgr.24491) 13790 : cluster [DBG] pgmap v12184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:18:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:40.462908+0000 mgr.y (mgr.24491) 13791 : cluster [DBG] pgmap v12185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:40.462908+0000 mgr.y (mgr.24491) 13791 : cluster [DBG] pgmap v12185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:40.462908+0000 mgr.y (mgr.24491) 13791 : cluster [DBG] pgmap v12185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:42.463532+0000 mgr.y (mgr.24491) 13792 : cluster [DBG] pgmap v12186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:42.463532+0000 mgr.y (mgr.24491) 13792 : cluster [DBG] pgmap v12186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:42.463532+0000 mgr.y (mgr.24491) 13792 : cluster [DBG] pgmap v12186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:45.572 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:18:45.848 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:18:45.848 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:18:45.848 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 7m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:18:45.848 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:18:45.848 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 7m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:18:45.848 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 7m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:18:45.848 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 7m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:18:45.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 7m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 7m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 7m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 7m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 7m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 7m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 7m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 7m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:18:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 7m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:18:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:44.464351+0000 mgr.y (mgr.24491) 13793 : cluster [DBG] pgmap v12187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:44.464351+0000 mgr.y (mgr.24491) 13793 : cluster [DBG] pgmap v12187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:18:46.180 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:18:46.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:18:46.181 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:18:46.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:18:46.181 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:18:46.181 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:18:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:44.464351+0000 mgr.y (mgr.24491) 13793 : cluster [DBG] pgmap v12187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:18:45.560639+0000 mgr.y (mgr.24491) 13794 : audit [DBG] from='client.38939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:18:45.840353+0000 mgr.y (mgr.24491) 13795 : audit [DBG] from='client.29034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:18:46.180890+0000 mon.c (mon.2) 443 : audit [DBG] from='client.? 172.21.15.177:0/3601700658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:18:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:18:45.560639+0000 mgr.y (mgr.24491) 13794 : audit [DBG] from='client.38939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:47.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:18:45.840353+0000 mgr.y (mgr.24491) 13795 : audit [DBG] from='client.29034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:47.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:18:46.180890+0000 mon.c (mon.2) 443 : audit [DBG] from='client.? 172.21.15.177:0/3601700658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:18:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:18:45.560639+0000 mgr.y (mgr.24491) 13794 : audit [DBG] from='client.38939 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:18:45.840353+0000 mgr.y (mgr.24491) 13795 : audit [DBG] from='client.29034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:18:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:18:46.180890+0000 mon.c (mon.2) 443 : audit [DBG] from='client.? 172.21.15.177:0/3601700658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:18:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:18:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:46.464841+0000 mgr.y (mgr.24491) 13796 : cluster [DBG] pgmap v12188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:46.464841+0000 mgr.y (mgr.24491) 13796 : cluster [DBG] pgmap v12188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:46.464841+0000 mgr.y (mgr.24491) 13796 : cluster [DBG] pgmap v12188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:48.465238+0000 mgr.y (mgr.24491) 13797 : cluster [DBG] pgmap v12189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:48.465238+0000 mgr.y (mgr.24491) 13797 : cluster [DBG] pgmap v12189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:48.465238+0000 mgr.y (mgr.24491) 13797 : cluster [DBG] pgmap v12189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:18:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:50.466124+0000 mgr.y (mgr.24491) 13798 : cluster [DBG] pgmap v12190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:50.466124+0000 mgr.y (mgr.24491) 13798 : cluster [DBG] pgmap v12190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:50.466124+0000 mgr.y (mgr.24491) 13798 : cluster [DBG] pgmap v12190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:52.466570+0000 mgr.y (mgr.24491) 13799 : cluster [DBG] pgmap v12191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:52.466570+0000 mgr.y (mgr.24491) 13799 : cluster [DBG] pgmap v12191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:52.466570+0000 mgr.y (mgr.24491) 13799 : cluster [DBG] pgmap v12191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:54.467288+0000 mgr.y (mgr.24491) 13800 : cluster [DBG] pgmap v12192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:54.467288+0000 mgr.y (mgr.24491) 13800 : cluster [DBG] pgmap v12192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:54.467288+0000 mgr.y (mgr.24491) 13800 : cluster [DBG] pgmap v12192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:18:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:18:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:56.467664+0000 mgr.y (mgr.24491) 13801 : cluster [DBG] pgmap v12193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:56.467664+0000 mgr.y (mgr.24491) 13801 : cluster [DBG] pgmap v12193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:18:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:56.467664+0000 mgr.y (mgr.24491) 13801 : cluster [DBG] pgmap v12193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:18:58.468161+0000 mgr.y (mgr.24491) 13802 : cluster [DBG] pgmap v12194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:18:58.468161+0000 mgr.y (mgr.24491) 13802 : cluster [DBG] pgmap v12194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:18:58.468161+0000 mgr.y (mgr.24491) 13802 : cluster [DBG] pgmap v12194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:19:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:00.468989+0000 mgr.y (mgr.24491) 13803 : cluster [DBG] pgmap v12195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:19:01.294772+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:19:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:19:01.585855+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:19:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:19:01.586469+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:19:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:19:01.590728+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:19:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:00.468989+0000 mgr.y (mgr.24491) 13803 : cluster [DBG] pgmap v12195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:19:01.294772+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:19:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:19:01.585855+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:19:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:19:01.586469+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:19:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:19:01.590728+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:19:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:00.468989+0000 mgr.y (mgr.24491) 13803 : cluster [DBG] pgmap v12195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:19:01.294772+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:19:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:19:01.585855+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:19:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:19:01.586469+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:19:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:19:01.590728+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:19:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:02.469366+0000 mgr.y (mgr.24491) 13804 : cluster [DBG] pgmap v12196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:02.469366+0000 mgr.y (mgr.24491) 13804 : cluster [DBG] pgmap v12196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:02.469366+0000 mgr.y (mgr.24491) 13804 : cluster [DBG] pgmap v12196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:04.469957+0000 mgr.y (mgr.24491) 13805 : cluster [DBG] pgmap v12197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:04.469957+0000 mgr.y (mgr.24491) 13805 : cluster [DBG] pgmap v12197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:04.469957+0000 mgr.y (mgr.24491) 13805 : cluster [DBG] pgmap v12197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:06.470393+0000 mgr.y (mgr.24491) 13806 : cluster [DBG] pgmap v12198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:06.470393+0000 mgr.y (mgr.24491) 13806 : cluster [DBG] pgmap v12198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:06.470393+0000 mgr.y (mgr.24491) 13806 : cluster [DBG] pgmap v12198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:19:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:08.470894+0000 mgr.y (mgr.24491) 13807 : cluster [DBG] pgmap v12199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:08.470894+0000 mgr.y (mgr.24491) 13807 : cluster [DBG] pgmap v12199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:08.470894+0000 mgr.y (mgr.24491) 13807 : cluster [DBG] pgmap v12199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:19:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:10.471643+0000 mgr.y (mgr.24491) 13808 : cluster [DBG] pgmap v12200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:10.471643+0000 mgr.y (mgr.24491) 13808 : cluster [DBG] pgmap v12200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:10.471643+0000 mgr.y (mgr.24491) 13808 : cluster [DBG] pgmap v12200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:12.472142+0000 mgr.y (mgr.24491) 13809 : cluster [DBG] pgmap v12201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:12.472142+0000 mgr.y (mgr.24491) 13809 : cluster [DBG] pgmap v12201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:12.472142+0000 mgr.y (mgr.24491) 13809 : cluster [DBG] pgmap v12201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:14.472704+0000 mgr.y (mgr.24491) 13810 : cluster [DBG] pgmap v12202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:14.472704+0000 mgr.y (mgr.24491) 13810 : cluster [DBG] pgmap v12202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:14.472704+0000 mgr.y (mgr.24491) 13810 : cluster [DBG] pgmap v12202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:16.491 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 8m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 8m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 8m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 8m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 8m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 8m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 8m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 8m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:19:16.767 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 8m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:19:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 8m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:19:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 8m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:19:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 8m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:19:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 8m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:19:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 8m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:19:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 8m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:19:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 8m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:19:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 8m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:19:16.768 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 8m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:19:17.100 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:19:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:19:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:19:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:19:17.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:19:17.101 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:19:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:19:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:16.473066+0000 mgr.y (mgr.24491) 13811 : cluster [DBG] pgmap v12203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:19:16.479865+0000 mgr.y (mgr.24491) 13812 : audit [DBG] from='client.38957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:17.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:19:16.759796+0000 mgr.y (mgr.24491) 13813 : audit [DBG] from='client.38963 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:17.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:19:17.101019+0000 mon.a (mon.0) 3027 : audit [DBG] from='client.? 172.21.15.177:0/4152771149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:19:17.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:16.473066+0000 mgr.y (mgr.24491) 13811 : cluster [DBG] pgmap v12203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:17.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:19:16.479865+0000 mgr.y (mgr.24491) 13812 : audit [DBG] from='client.38957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:17.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:19:16.759796+0000 mgr.y (mgr.24491) 13813 : audit [DBG] from='client.38963 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:17.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:19:17.101019+0000 mon.a (mon.0) 3027 : audit [DBG] from='client.? 172.21.15.177:0/4152771149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:19:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:16.473066+0000 mgr.y (mgr.24491) 13811 : cluster [DBG] pgmap v12203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:19:16.479865+0000 mgr.y (mgr.24491) 13812 : audit [DBG] from='client.38957 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:19:16.759796+0000 mgr.y (mgr.24491) 13813 : audit [DBG] from='client.38963 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:19:17.101019+0000 mon.a (mon.0) 3027 : audit [DBG] from='client.? 172.21.15.177:0/4152771149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:19:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:18.473460+0000 mgr.y (mgr.24491) 13814 : cluster [DBG] pgmap v12204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:18.473460+0000 mgr.y (mgr.24491) 13814 : cluster [DBG] pgmap v12204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:18.473460+0000 mgr.y (mgr.24491) 13814 : cluster [DBG] pgmap v12204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:19:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:20.474161+0000 mgr.y (mgr.24491) 13815 : cluster [DBG] pgmap v12205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:20.474161+0000 mgr.y (mgr.24491) 13815 : cluster [DBG] pgmap v12205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:20.474161+0000 mgr.y (mgr.24491) 13815 : cluster [DBG] pgmap v12205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:22.474735+0000 mgr.y (mgr.24491) 13816 : cluster [DBG] pgmap v12206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:22.474735+0000 mgr.y (mgr.24491) 13816 : cluster [DBG] pgmap v12206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:22.474735+0000 mgr.y (mgr.24491) 13816 : cluster [DBG] pgmap v12206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:25.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:24.475440+0000 mgr.y (mgr.24491) 13817 : cluster [DBG] pgmap v12207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:25.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:24.475440+0000 mgr.y (mgr.24491) 13817 : cluster [DBG] pgmap v12207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:24.475440+0000 mgr.y (mgr.24491) 13817 : cluster [DBG] pgmap v12207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:19:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:26.475896+0000 mgr.y (mgr.24491) 13818 : cluster [DBG] pgmap v12208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:26.475896+0000 mgr.y (mgr.24491) 13818 : cluster [DBG] pgmap v12208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:26.475896+0000 mgr.y (mgr.24491) 13818 : cluster [DBG] pgmap v12208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:28.476383+0000 mgr.y (mgr.24491) 13819 : cluster [DBG] pgmap v12209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:28.476383+0000 mgr.y (mgr.24491) 13819 : cluster [DBG] pgmap v12209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:28.476383+0000 mgr.y (mgr.24491) 13819 : cluster [DBG] pgmap v12209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:19:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:30.477164+0000 mgr.y (mgr.24491) 13820 : cluster [DBG] pgmap v12210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:30.477164+0000 mgr.y (mgr.24491) 13820 : cluster [DBG] pgmap v12210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:30.477164+0000 mgr.y (mgr.24491) 13820 : cluster [DBG] pgmap v12210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:32.477566+0000 mgr.y (mgr.24491) 13821 : cluster [DBG] pgmap v12211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:32.477566+0000 mgr.y (mgr.24491) 13821 : cluster [DBG] pgmap v12211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:32.477566+0000 mgr.y (mgr.24491) 13821 : cluster [DBG] pgmap v12211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:34.478195+0000 mgr.y (mgr.24491) 13822 : cluster [DBG] pgmap v12212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:34.478195+0000 mgr.y (mgr.24491) 13822 : cluster [DBG] pgmap v12212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:34.478195+0000 mgr.y (mgr.24491) 13822 : cluster [DBG] pgmap v12212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:19:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:36.478573+0000 mgr.y (mgr.24491) 13823 : cluster [DBG] pgmap v12213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:37.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:36.478573+0000 mgr.y (mgr.24491) 13823 : cluster [DBG] pgmap v12213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:36.478573+0000 mgr.y (mgr.24491) 13823 : cluster [DBG] pgmap v12213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:38.479027+0000 mgr.y (mgr.24491) 13824 : cluster [DBG] pgmap v12214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:38.479027+0000 mgr.y (mgr.24491) 13824 : cluster [DBG] pgmap v12214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:38.479027+0000 mgr.y (mgr.24491) 13824 : cluster [DBG] pgmap v12214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:19:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:40.479933+0000 mgr.y (mgr.24491) 13825 : cluster [DBG] pgmap v12215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:40.479933+0000 mgr.y (mgr.24491) 13825 : cluster [DBG] pgmap v12215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:40.479933+0000 mgr.y (mgr.24491) 13825 : cluster [DBG] pgmap v12215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:42.480387+0000 mgr.y (mgr.24491) 13826 : cluster [DBG] pgmap v12216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:42.480387+0000 mgr.y (mgr.24491) 13826 : cluster [DBG] pgmap v12216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:42.480387+0000 mgr.y (mgr.24491) 13826 : cluster [DBG] pgmap v12216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:44.481096+0000 mgr.y (mgr.24491) 13827 : cluster [DBG] pgmap v12217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:44.481096+0000 mgr.y (mgr.24491) 13827 : cluster [DBG] pgmap v12217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:44.481096+0000 mgr.y (mgr.24491) 13827 : cluster [DBG] pgmap v12217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:19:47.696 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 8m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 8m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 8m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 8m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 8m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 8m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 8m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 8m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 8m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 8m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 8m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 8m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:19:47.697 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 8m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:19:47.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 8m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:19:47.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 8m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:19:47.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 8m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:19:47.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 8m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:19:47.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 8m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:19:47.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 8m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:19:47.698 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 8m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:19:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:19:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:46.481637+0000 mgr.y (mgr.24491) 13828 : cluster [DBG] pgmap v12218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:46.481637+0000 mgr.y (mgr.24491) 13828 : cluster [DBG] pgmap v12218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:46.481637+0000 mgr.y (mgr.24491) 13828 : cluster [DBG] pgmap v12218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:48.034 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:19:48.035 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:19:48.036 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:19:48.036 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:19:48.036 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:19:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:19:47.403125+0000 mgr.y (mgr.24491) 13829 : audit [DBG] from='client.29064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:19:47.689838+0000 mgr.y (mgr.24491) 13830 : audit [DBG] from='client.29070 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:19:48.035550+0000 mon.a (mon.0) 3028 : audit [DBG] from='client.? 172.21.15.177:0/2987465943' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:19:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:19:47.403125+0000 mgr.y (mgr.24491) 13829 : audit [DBG] from='client.29064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:19:47.689838+0000 mgr.y (mgr.24491) 13830 : audit [DBG] from='client.29070 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:19:48.035550+0000 mon.a (mon.0) 3028 : audit [DBG] from='client.? 172.21.15.177:0/2987465943' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:19:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:19:47.403125+0000 mgr.y (mgr.24491) 13829 : audit [DBG] from='client.29064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:19:47.689838+0000 mgr.y (mgr.24491) 13830 : audit [DBG] from='client.29070 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:19:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:19:48.035550+0000 mon.a (mon.0) 3028 : audit [DBG] from='client.? 172.21.15.177:0/2987465943' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:19:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:48.481986+0000 mgr.y (mgr.24491) 13831 : cluster [DBG] pgmap v12219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:48.481986+0000 mgr.y (mgr.24491) 13831 : cluster [DBG] pgmap v12219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:48.481986+0000 mgr.y (mgr.24491) 13831 : cluster [DBG] pgmap v12219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:19:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:50.482718+0000 mgr.y (mgr.24491) 13832 : cluster [DBG] pgmap v12220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:50.482718+0000 mgr.y (mgr.24491) 13832 : cluster [DBG] pgmap v12220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:51.981 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:50.482718+0000 mgr.y (mgr.24491) 13832 : cluster [DBG] pgmap v12220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:52.483055+0000 mgr.y (mgr.24491) 13833 : cluster [DBG] pgmap v12221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:52.483055+0000 mgr.y (mgr.24491) 13833 : cluster [DBG] pgmap v12221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:52.483055+0000 mgr.y (mgr.24491) 13833 : cluster [DBG] pgmap v12221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:54.483691+0000 mgr.y (mgr.24491) 13834 : cluster [DBG] pgmap v12222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:54.483691+0000 mgr.y (mgr.24491) 13834 : cluster [DBG] pgmap v12222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:54.483691+0000 mgr.y (mgr.24491) 13834 : cluster [DBG] pgmap v12222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:56.484154+0000 mgr.y (mgr.24491) 13835 : cluster [DBG] pgmap v12223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:57.901 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:19:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:19:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:56.484154+0000 mgr.y (mgr.24491) 13835 : cluster [DBG] pgmap v12223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:56.484154+0000 mgr.y (mgr.24491) 13835 : cluster [DBG] pgmap v12223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:19:58.484711+0000 mgr.y (mgr.24491) 13836 : cluster [DBG] pgmap v12224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:19:58.484711+0000 mgr.y (mgr.24491) 13836 : cluster [DBG] pgmap v12224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:19:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:19:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:19:58.484711+0000 mgr.y (mgr.24491) 13836 : cluster [DBG] pgmap v12224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T10:19:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:20:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:00.000160+0000 mon.a (mon.0) 3029 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:20:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:00.000160+0000 mon.a (mon.0) 3029 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:20:01.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:00.000160+0000 mon.a (mon.0) 3029 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:20:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:20:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:00.485530+0000 mgr.y (mgr.24491) 13837 : cluster [DBG] pgmap v12225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:20:01.594845+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:20:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:00.485530+0000 mgr.y (mgr.24491) 13837 : cluster [DBG] pgmap v12225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:20:01.594845+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:20:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:00.485530+0000 mgr.y (mgr.24491) 13837 : cluster [DBG] pgmap v12225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:20:01.594845+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:20:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:20:01.887520+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:20:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:20:01.888158+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:20:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:20:01.892283+0000 mon.a (mon.0) 3033 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:20:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:20:01.887520+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:20:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:20:01.888158+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:20:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:20:01.892283+0000 mon.a (mon.0) 3033 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:20:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:20:01.887520+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:20:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:20:01.888158+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:20:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:20:01.892283+0000 mon.a (mon.0) 3033 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:20:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:02.486109+0000 mgr.y (mgr.24491) 13838 : cluster [DBG] pgmap v12226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:02.486109+0000 mgr.y (mgr.24491) 13838 : cluster [DBG] pgmap v12226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:02.486109+0000 mgr.y (mgr.24491) 13838 : cluster [DBG] pgmap v12226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:04.486855+0000 mgr.y (mgr.24491) 13839 : cluster [DBG] pgmap v12227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:04.486855+0000 mgr.y (mgr.24491) 13839 : cluster [DBG] pgmap v12227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:04.486855+0000 mgr.y (mgr.24491) 13839 : cluster [DBG] pgmap v12227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:06.487341+0000 mgr.y (mgr.24491) 13840 : cluster [DBG] pgmap v12228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:06.487341+0000 mgr.y (mgr.24491) 13840 : cluster [DBG] pgmap v12228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:06.487341+0000 mgr.y (mgr.24491) 13840 : cluster [DBG] pgmap v12228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:20:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:08.487716+0000 mgr.y (mgr.24491) 13841 : cluster [DBG] pgmap v12229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:08.487716+0000 mgr.y (mgr.24491) 13841 : cluster [DBG] pgmap v12229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:08.487716+0000 mgr.y (mgr.24491) 13841 : cluster [DBG] pgmap v12229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:20:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:10.488423+0000 mgr.y (mgr.24491) 13842 : cluster [DBG] pgmap v12230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:10.488423+0000 mgr.y (mgr.24491) 13842 : cluster [DBG] pgmap v12230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:10.488423+0000 mgr.y (mgr.24491) 13842 : cluster [DBG] pgmap v12230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:12.489003+0000 mgr.y (mgr.24491) 13843 : cluster [DBG] pgmap v12231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:12.489003+0000 mgr.y (mgr.24491) 13843 : cluster [DBG] pgmap v12231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:12.489003+0000 mgr.y (mgr.24491) 13843 : cluster [DBG] pgmap v12231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:14.489612+0000 mgr.y (mgr.24491) 13844 : cluster [DBG] pgmap v12232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:14.489612+0000 mgr.y (mgr.24491) 13844 : cluster [DBG] pgmap v12232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:14.489612+0000 mgr.y (mgr.24491) 13844 : cluster [DBG] pgmap v12232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:20:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:16.490076+0000 mgr.y (mgr.24491) 13845 : cluster [DBG] pgmap v12233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:17.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:16.490076+0000 mgr.y (mgr.24491) 13845 : cluster [DBG] pgmap v12233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:16.490076+0000 mgr.y (mgr.24491) 13845 : cluster [DBG] pgmap v12233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:18.346 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:20:18.622 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:20:18.622 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:20:18.622 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:20:18.622 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:20:18.622 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:20:18.622 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:20:18.622 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:20:18.622 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:20:18.622 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:20:18.622 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:20:18.622 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:20:18.623 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:20:18.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:20:18.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 9m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:20:18.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 9m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:20:18.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 9m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:20:18.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:20:18.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:20:18.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:20:18.623 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:20:18.623 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:20:18.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:20:18.956 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:20:18.956 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:20:18.956 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:20:18.956 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:20:18.956 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:20:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:20:18.334906+0000 mgr.y (mgr.24491) 13846 : audit [DBG] from='client.29082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:18.490438+0000 mgr.y (mgr.24491) 13847 : cluster [DBG] pgmap v12234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:20:18.615102+0000 mgr.y (mgr.24491) 13848 : audit [DBG] from='client.38999 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:20:18.955399+0000 mon.a (mon.0) 3034 : audit [DBG] from='client.? 172.21.15.177:0/3039718206' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:20:19.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:20:18.334906+0000 mgr.y (mgr.24491) 13846 : audit [DBG] from='client.29082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:19.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:18.490438+0000 mgr.y (mgr.24491) 13847 : cluster [DBG] pgmap v12234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:19.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:20:18.615102+0000 mgr.y (mgr.24491) 13848 : audit [DBG] from='client.38999 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:19.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:20:18.955399+0000 mon.a (mon.0) 3034 : audit [DBG] from='client.? 172.21.15.177:0/3039718206' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:20:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:20:18.334906+0000 mgr.y (mgr.24491) 13846 : audit [DBG] from='client.29082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:18.490438+0000 mgr.y (mgr.24491) 13847 : cluster [DBG] pgmap v12234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:20:18.615102+0000 mgr.y (mgr.24491) 13848 : audit [DBG] from='client.38999 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:20:18.955399+0000 mon.a (mon.0) 3034 : audit [DBG] from='client.? 172.21.15.177:0/3039718206' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:20:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:20:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:20.491135+0000 mgr.y (mgr.24491) 13849 : cluster [DBG] pgmap v12235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:20.491135+0000 mgr.y (mgr.24491) 13849 : cluster [DBG] pgmap v12235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:20.491135+0000 mgr.y (mgr.24491) 13849 : cluster [DBG] pgmap v12235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:22.491581+0000 mgr.y (mgr.24491) 13850 : cluster [DBG] pgmap v12236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:22.491581+0000 mgr.y (mgr.24491) 13850 : cluster [DBG] pgmap v12236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:22.491581+0000 mgr.y (mgr.24491) 13850 : cluster [DBG] pgmap v12236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:24.492318+0000 mgr.y (mgr.24491) 13851 : cluster [DBG] pgmap v12237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:24.492318+0000 mgr.y (mgr.24491) 13851 : cluster [DBG] pgmap v12237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:24.492318+0000 mgr.y (mgr.24491) 13851 : cluster [DBG] pgmap v12237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:20:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:26.492768+0000 mgr.y (mgr.24491) 13852 : cluster [DBG] pgmap v12238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:26.492768+0000 mgr.y (mgr.24491) 13852 : cluster [DBG] pgmap v12238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:26.492768+0000 mgr.y (mgr.24491) 13852 : cluster [DBG] pgmap v12238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:28.493200+0000 mgr.y (mgr.24491) 13853 : cluster [DBG] pgmap v12239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:28.493200+0000 mgr.y (mgr.24491) 13853 : cluster [DBG] pgmap v12239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:28.493200+0000 mgr.y (mgr.24491) 13853 : cluster [DBG] pgmap v12239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:20:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:30.494114+0000 mgr.y (mgr.24491) 13854 : cluster [DBG] pgmap v12240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:30.494114+0000 mgr.y (mgr.24491) 13854 : cluster [DBG] pgmap v12240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:30.494114+0000 mgr.y (mgr.24491) 13854 : cluster [DBG] pgmap v12240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:32.494519+0000 mgr.y (mgr.24491) 13855 : cluster [DBG] pgmap v12241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:32.494519+0000 mgr.y (mgr.24491) 13855 : cluster [DBG] pgmap v12241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:32.494519+0000 mgr.y (mgr.24491) 13855 : cluster [DBG] pgmap v12241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:34.495370+0000 mgr.y (mgr.24491) 13856 : cluster [DBG] pgmap v12242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:34.495370+0000 mgr.y (mgr.24491) 13856 : cluster [DBG] pgmap v12242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:34.495370+0000 mgr.y (mgr.24491) 13856 : cluster [DBG] pgmap v12242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:37] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:20:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:36.495924+0000 mgr.y (mgr.24491) 13857 : cluster [DBG] pgmap v12243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:36.495924+0000 mgr.y (mgr.24491) 13857 : cluster [DBG] pgmap v12243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:36.495924+0000 mgr.y (mgr.24491) 13857 : cluster [DBG] pgmap v12243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:38.496417+0000 mgr.y (mgr.24491) 13858 : cluster [DBG] pgmap v12244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:38.496417+0000 mgr.y (mgr.24491) 13858 : cluster [DBG] pgmap v12244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:38.496417+0000 mgr.y (mgr.24491) 13858 : cluster [DBG] pgmap v12244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:20:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:40.497173+0000 mgr.y (mgr.24491) 13859 : cluster [DBG] pgmap v12245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:40.497173+0000 mgr.y (mgr.24491) 13859 : cluster [DBG] pgmap v12245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:40.497173+0000 mgr.y (mgr.24491) 13859 : cluster [DBG] pgmap v12245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:42.497606+0000 mgr.y (mgr.24491) 13860 : cluster [DBG] pgmap v12246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:42.497606+0000 mgr.y (mgr.24491) 13860 : cluster [DBG] pgmap v12246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:42.497606+0000 mgr.y (mgr.24491) 13860 : cluster [DBG] pgmap v12246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:44.498352+0000 mgr.y (mgr.24491) 13861 : cluster [DBG] pgmap v12247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:44.498352+0000 mgr.y (mgr.24491) 13861 : cluster [DBG] pgmap v12247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:44.498352+0000 mgr.y (mgr.24491) 13861 : cluster [DBG] pgmap v12247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:20:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:46.498923+0000 mgr.y (mgr.24491) 13862 : cluster [DBG] pgmap v12248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:46.498923+0000 mgr.y (mgr.24491) 13862 : cluster [DBG] pgmap v12248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:46.498923+0000 mgr.y (mgr.24491) 13862 : cluster [DBG] pgmap v12248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:49.266 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:20:49.540 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 9m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 9m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 9m ago 6h 1075M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 9m ago 6h 586M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 9m ago 6h 593M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 9m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 9m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:20:49.541 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 9m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:20:49.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 9m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:20:49.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:20:49.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:20:49.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:20:49.542 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 44.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:20:49.542 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:20:49.875 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:20:49.875 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:20:49.875 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:20:49.876 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:20:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:48.499602+0000 mgr.y (mgr.24491) 13863 : cluster [DBG] pgmap v12249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:48.499602+0000 mgr.y (mgr.24491) 13863 : cluster [DBG] pgmap v12249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:48.499602+0000 mgr.y (mgr.24491) 13863 : cluster [DBG] pgmap v12249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:20:49.254538+0000 mgr.y (mgr.24491) 13864 : audit [DBG] from='client.29100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:20:49.533612+0000 mgr.y (mgr.24491) 13865 : audit [DBG] from='client.29106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:20:49.876193+0000 mon.a (mon.0) 3035 : audit [DBG] from='client.? 172.21.15.177:0/1014938038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:20:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:20:49.254538+0000 mgr.y (mgr.24491) 13864 : audit [DBG] from='client.29100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:20:49.533612+0000 mgr.y (mgr.24491) 13865 : audit [DBG] from='client.29106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:20:49.876193+0000 mon.a (mon.0) 3035 : audit [DBG] from='client.? 172.21.15.177:0/1014938038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:20:51.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:20:49.254538+0000 mgr.y (mgr.24491) 13864 : audit [DBG] from='client.29100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:51.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:20:49.533612+0000 mgr.y (mgr.24491) 13865 : audit [DBG] from='client.29106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:20:51.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:20:49.876193+0000 mon.a (mon.0) 3035 : audit [DBG] from='client.? 172.21.15.177:0/1014938038' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:20:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:20:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:50.500182+0000 mgr.y (mgr.24491) 13866 : cluster [DBG] pgmap v12250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:50.500182+0000 mgr.y (mgr.24491) 13866 : cluster [DBG] pgmap v12250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:50.500182+0000 mgr.y (mgr.24491) 13866 : cluster [DBG] pgmap v12250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:52.500565+0000 mgr.y (mgr.24491) 13867 : cluster [DBG] pgmap v12251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:52.500565+0000 mgr.y (mgr.24491) 13867 : cluster [DBG] pgmap v12251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:52.500565+0000 mgr.y (mgr.24491) 13867 : cluster [DBG] pgmap v12251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:54.501288+0000 mgr.y (mgr.24491) 13868 : cluster [DBG] pgmap v12252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:54.501288+0000 mgr.y (mgr.24491) 13868 : cluster [DBG] pgmap v12252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:54.501288+0000 mgr.y (mgr.24491) 13868 : cluster [DBG] pgmap v12252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:56.501851+0000 mgr.y (mgr.24491) 13869 : cluster [DBG] pgmap v12253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:56.501851+0000 mgr.y (mgr.24491) 13869 : cluster [DBG] pgmap v12253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:20:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:20:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:56.501851+0000 mgr.y (mgr.24491) 13869 : cluster [DBG] pgmap v12253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:20:58.502250+0000 mgr.y (mgr.24491) 13870 : cluster [DBG] pgmap v12254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:20:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:20:58.502250+0000 mgr.y (mgr.24491) 13870 : cluster [DBG] pgmap v12254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:20:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:20:58.502250+0000 mgr.y (mgr.24491) 13870 : cluster [DBG] pgmap v12254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:21:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:00.503086+0000 mgr.y (mgr.24491) 13871 : cluster [DBG] pgmap v12255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:00.503086+0000 mgr.y (mgr.24491) 13871 : cluster [DBG] pgmap v12255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:00.503086+0000 mgr.y (mgr.24491) 13871 : cluster [DBG] pgmap v12255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:01.896663+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:21:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:01.896663+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:21:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:01.896663+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:21:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:02.503433+0000 mgr.y (mgr.24491) 13872 : cluster [DBG] pgmap v12256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:02.503433+0000 mgr.y (mgr.24491) 13872 : cluster [DBG] pgmap v12256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:02.503433+0000 mgr.y (mgr.24491) 13872 : cluster [DBG] pgmap v12256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:04.504024+0000 mgr.y (mgr.24491) 13873 : cluster [DBG] pgmap v12257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:04.563447+0000 mon.a (mon.0) 3037 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:21:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:05.162984+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:21:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:05.431128+0000 mon.a (mon.0) 3039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:21:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:05.431847+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:21:05.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:05.436785+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:21:05.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:04.504024+0000 mgr.y (mgr.24491) 13873 : cluster [DBG] pgmap v12257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:05.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:04.563447+0000 mon.a (mon.0) 3037 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:21:05.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:05.162984+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:21:05.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:05.431128+0000 mon.a (mon.0) 3039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:21:05.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:05.431847+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:21:05.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:05.436785+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:21:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:04.504024+0000 mgr.y (mgr.24491) 13873 : cluster [DBG] pgmap v12257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:04.563447+0000 mon.a (mon.0) 3037 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:21:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:05.162984+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:21:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:05.431128+0000 mon.a (mon.0) 3039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:21:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:05.431847+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:21:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:05.436785+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:21:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:06.504452+0000 mgr.y (mgr.24491) 13874 : cluster [DBG] pgmap v12258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:07.901 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:21:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:06.504452+0000 mgr.y (mgr.24491) 13874 : cluster [DBG] pgmap v12258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:06.504452+0000 mgr.y (mgr.24491) 13874 : cluster [DBG] pgmap v12258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:08.504848+0000 mgr.y (mgr.24491) 13875 : cluster [DBG] pgmap v12259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:08.504848+0000 mgr.y (mgr.24491) 13875 : cluster [DBG] pgmap v12259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:08.504848+0000 mgr.y (mgr.24491) 13875 : cluster [DBG] pgmap v12259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:21:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:10.505554+0000 mgr.y (mgr.24491) 13876 : cluster [DBG] pgmap v12260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:10.505554+0000 mgr.y (mgr.24491) 13876 : cluster [DBG] pgmap v12260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:10.505554+0000 mgr.y (mgr.24491) 13876 : cluster [DBG] pgmap v12260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:12.505965+0000 mgr.y (mgr.24491) 13877 : cluster [DBG] pgmap v12261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:12.505965+0000 mgr.y (mgr.24491) 13877 : cluster [DBG] pgmap v12261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:12.505965+0000 mgr.y (mgr.24491) 13877 : cluster [DBG] pgmap v12261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:14.506636+0000 mgr.y (mgr.24491) 13878 : cluster [DBG] pgmap v12262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:14.506636+0000 mgr.y (mgr.24491) 13878 : cluster [DBG] pgmap v12262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:14.506636+0000 mgr.y (mgr.24491) 13878 : cluster [DBG] pgmap v12262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:16.507040+0000 mgr.y (mgr.24491) 13879 : cluster [DBG] pgmap v12263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:21:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:16.507040+0000 mgr.y (mgr.24491) 13879 : cluster [DBG] pgmap v12263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:16.507040+0000 mgr.y (mgr.24491) 13879 : cluster [DBG] pgmap v12263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:18.507585+0000 mgr.y (mgr.24491) 13880 : cluster [DBG] pgmap v12264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:18.507585+0000 mgr.y (mgr.24491) 13880 : cluster [DBG] pgmap v12264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:18.507585+0000 mgr.y (mgr.24491) 13880 : cluster [DBG] pgmap v12264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:20.188 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:21:20.460 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:21:20.460 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 15s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:21:20.460 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 15s ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:21:20.460 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 15s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 15s ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 15s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 15s ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 15s ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 15s ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 15s ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 15s ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 15s ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 15s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 15s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 15s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 15s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 15s ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 15s ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:21:20.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 15s ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:21:20.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 15s ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:21:20.462 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 15s ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:21:20.797 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:21:20.797 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:21:20.797 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:21:20.797 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:21:20.797 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:21:20.797 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:21:20.797 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:21:20.798 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:21:20.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:21:20.798 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:21:20.798 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:21:20.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:21:20.798 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:21:20.798 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:21:20.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:21:20.798 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:21:20.798 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:21:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:21:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:20.176889+0000 mgr.y (mgr.24491) 13881 : audit [DBG] from='client.39029 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:20.453569+0000 mgr.y (mgr.24491) 13882 : audit [DBG] from='client.39035 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:20.508297+0000 mgr.y (mgr.24491) 13883 : cluster [DBG] pgmap v12265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:20.797767+0000 mon.a (mon.0) 3042 : audit [DBG] from='client.? 172.21.15.177:0/1203663650' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:21:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:20.176889+0000 mgr.y (mgr.24491) 13881 : audit [DBG] from='client.39029 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:20.453569+0000 mgr.y (mgr.24491) 13882 : audit [DBG] from='client.39035 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:20.508297+0000 mgr.y (mgr.24491) 13883 : cluster [DBG] pgmap v12265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:20.797767+0000 mon.a (mon.0) 3042 : audit [DBG] from='client.? 172.21.15.177:0/1203663650' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:21:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:20.176889+0000 mgr.y (mgr.24491) 13881 : audit [DBG] from='client.39029 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:20.453569+0000 mgr.y (mgr.24491) 13882 : audit [DBG] from='client.39035 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:20.508297+0000 mgr.y (mgr.24491) 13883 : cluster [DBG] pgmap v12265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:20.797767+0000 mon.a (mon.0) 3042 : audit [DBG] from='client.? 172.21.15.177:0/1203663650' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:21:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:22.508717+0000 mgr.y (mgr.24491) 13884 : cluster [DBG] pgmap v12266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:22.508717+0000 mgr.y (mgr.24491) 13884 : cluster [DBG] pgmap v12266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:22.508717+0000 mgr.y (mgr.24491) 13884 : cluster [DBG] pgmap v12266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:24.509410+0000 mgr.y (mgr.24491) 13885 : cluster [DBG] pgmap v12267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:24.509410+0000 mgr.y (mgr.24491) 13885 : cluster [DBG] pgmap v12267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:24.509410+0000 mgr.y (mgr.24491) 13885 : cluster [DBG] pgmap v12267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:21:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:26.509904+0000 mgr.y (mgr.24491) 13886 : cluster [DBG] pgmap v12268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:26.509904+0000 mgr.y (mgr.24491) 13886 : cluster [DBG] pgmap v12268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:26.509904+0000 mgr.y (mgr.24491) 13886 : cluster [DBG] pgmap v12268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:28.510359+0000 mgr.y (mgr.24491) 13887 : cluster [DBG] pgmap v12269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:28.510359+0000 mgr.y (mgr.24491) 13887 : cluster [DBG] pgmap v12269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:28.510359+0000 mgr.y (mgr.24491) 13887 : cluster [DBG] pgmap v12269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:21:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:30.511262+0000 mgr.y (mgr.24491) 13888 : cluster [DBG] pgmap v12270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:30.511262+0000 mgr.y (mgr.24491) 13888 : cluster [DBG] pgmap v12270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:30.511262+0000 mgr.y (mgr.24491) 13888 : cluster [DBG] pgmap v12270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:32.511686+0000 mgr.y (mgr.24491) 13889 : cluster [DBG] pgmap v12271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:32.511686+0000 mgr.y (mgr.24491) 13889 : cluster [DBG] pgmap v12271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:32.511686+0000 mgr.y (mgr.24491) 13889 : cluster [DBG] pgmap v12271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:34.512516+0000 mgr.y (mgr.24491) 13890 : cluster [DBG] pgmap v12272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:34.512516+0000 mgr.y (mgr.24491) 13890 : cluster [DBG] pgmap v12272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:34.512516+0000 mgr.y (mgr.24491) 13890 : cluster [DBG] pgmap v12272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:21:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:36.512969+0000 mgr.y (mgr.24491) 13891 : cluster [DBG] pgmap v12273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:36.512969+0000 mgr.y (mgr.24491) 13891 : cluster [DBG] pgmap v12273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:36.512969+0000 mgr.y (mgr.24491) 13891 : cluster [DBG] pgmap v12273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:38.513391+0000 mgr.y (mgr.24491) 13892 : cluster [DBG] pgmap v12274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:38.513391+0000 mgr.y (mgr.24491) 13892 : cluster [DBG] pgmap v12274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:38.513391+0000 mgr.y (mgr.24491) 13892 : cluster [DBG] pgmap v12274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:21:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:40.514133+0000 mgr.y (mgr.24491) 13893 : cluster [DBG] pgmap v12275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:40.514133+0000 mgr.y (mgr.24491) 13893 : cluster [DBG] pgmap v12275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:40.514133+0000 mgr.y (mgr.24491) 13893 : cluster [DBG] pgmap v12275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:42.514587+0000 mgr.y (mgr.24491) 13894 : cluster [DBG] pgmap v12276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:42.514587+0000 mgr.y (mgr.24491) 13894 : cluster [DBG] pgmap v12276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:42.514587+0000 mgr.y (mgr.24491) 13894 : cluster [DBG] pgmap v12276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:44.515352+0000 mgr.y (mgr.24491) 13895 : cluster [DBG] pgmap v12277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:44.515352+0000 mgr.y (mgr.24491) 13895 : cluster [DBG] pgmap v12277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:44.515352+0000 mgr.y (mgr.24491) 13895 : cluster [DBG] pgmap v12277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:21:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:46.515795+0000 mgr.y (mgr.24491) 13896 : cluster [DBG] pgmap v12278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:46.515795+0000 mgr.y (mgr.24491) 13896 : cluster [DBG] pgmap v12278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:46.515795+0000 mgr.y (mgr.24491) 13896 : cluster [DBG] pgmap v12278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:48.516261+0000 mgr.y (mgr.24491) 13897 : cluster [DBG] pgmap v12279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:48.516261+0000 mgr.y (mgr.24491) 13897 : cluster [DBG] pgmap v12279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:48.516261+0000 mgr.y (mgr.24491) 13897 : cluster [DBG] pgmap v12279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:51.111 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:21:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:21:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 46s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:21:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 46s ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:21:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 46s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:21:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 46s ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:21:51.386 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 46s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 46s ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 46s ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 46s ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 46s ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 46s ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 46s ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 46s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 46s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 46s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 46s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 46s ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 46s ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 46s ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 46s ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:21:51.387 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 46s ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:21:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:21:51.719 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:21:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:21:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:21:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:21:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:21:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:21:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:21:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:21:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:21:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:21:51.719 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:21:51.720 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:21:51.720 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:21:51.720 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:21:51.720 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:21:51.720 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:21:51.720 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:21:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:50.516890+0000 mgr.y (mgr.24491) 13898 : cluster [DBG] pgmap v12280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:50.516890+0000 mgr.y (mgr.24491) 13898 : cluster [DBG] pgmap v12280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:50.516890+0000 mgr.y (mgr.24491) 13898 : cluster [DBG] pgmap v12280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:52.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:51.100073+0000 mgr.y (mgr.24491) 13899 : audit [DBG] from='client.29136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:52.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:51.379400+0000 mgr.y (mgr.24491) 13900 : audit [DBG] from='client.39053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:52.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:21:51.719690+0000 mon.c (mon.2) 444 : audit [DBG] from='client.? 172.21.15.177:0/3671802458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:21:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:51.100073+0000 mgr.y (mgr.24491) 13899 : audit [DBG] from='client.29136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:51.379400+0000 mgr.y (mgr.24491) 13900 : audit [DBG] from='client.39053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:52.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:21:51.719690+0000 mon.c (mon.2) 444 : audit [DBG] from='client.? 172.21.15.177:0/3671802458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:21:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:51.100073+0000 mgr.y (mgr.24491) 13899 : audit [DBG] from='client.29136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:53.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:51.379400+0000 mgr.y (mgr.24491) 13900 : audit [DBG] from='client.39053 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:21:53.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:21:51.719690+0000 mon.c (mon.2) 444 : audit [DBG] from='client.? 172.21.15.177:0/3671802458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:21:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:52.517346+0000 mgr.y (mgr.24491) 13901 : cluster [DBG] pgmap v12281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:52.517346+0000 mgr.y (mgr.24491) 13901 : cluster [DBG] pgmap v12281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:54.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:52.517346+0000 mgr.y (mgr.24491) 13901 : cluster [DBG] pgmap v12281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:54.517952+0000 mgr.y (mgr.24491) 13902 : cluster [DBG] pgmap v12282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:54.517952+0000 mgr.y (mgr.24491) 13902 : cluster [DBG] pgmap v12282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:54.517952+0000 mgr.y (mgr.24491) 13902 : cluster [DBG] pgmap v12282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:56.518530+0000 mgr.y (mgr.24491) 13903 : cluster [DBG] pgmap v12283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:21:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:21:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:56.518530+0000 mgr.y (mgr.24491) 13903 : cluster [DBG] pgmap v12283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:21:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:56.518530+0000 mgr.y (mgr.24491) 13903 : cluster [DBG] pgmap v12283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:21:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:21:58.519109+0000 mgr.y (mgr.24491) 13904 : cluster [DBG] pgmap v12284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:21:58.519109+0000 mgr.y (mgr.24491) 13904 : cluster [DBG] pgmap v12284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:21:58.519109+0000 mgr.y (mgr.24491) 13904 : cluster [DBG] pgmap v12284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:22:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:00.519933+0000 mgr.y (mgr.24491) 13905 : cluster [DBG] pgmap v12285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:00.519933+0000 mgr.y (mgr.24491) 13905 : cluster [DBG] pgmap v12285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:00.519933+0000 mgr.y (mgr.24491) 13905 : cluster [DBG] pgmap v12285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:02.520400+0000 mgr.y (mgr.24491) 13906 : cluster [DBG] pgmap v12286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:02.520400+0000 mgr.y (mgr.24491) 13906 : cluster [DBG] pgmap v12286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:02.520400+0000 mgr.y (mgr.24491) 13906 : cluster [DBG] pgmap v12286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:04.521059+0000 mgr.y (mgr.24491) 13907 : cluster [DBG] pgmap v12287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:22:05.441665+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:22:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:04.521059+0000 mgr.y (mgr.24491) 13907 : cluster [DBG] pgmap v12287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:22:05.441665+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:22:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:04.521059+0000 mgr.y (mgr.24491) 13907 : cluster [DBG] pgmap v12287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:06.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:22:05.441665+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:22:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:22:05.735516+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:22:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:22:05.736160+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:22:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:22:05.742582+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:22:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:22:05.735516+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:22:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:22:05.736160+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:22:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:22:05.742582+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:22:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:22:05.735516+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:22:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:22:05.736160+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:22:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:22:05.742582+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:22:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:06.521594+0000 mgr.y (mgr.24491) 13908 : cluster [DBG] pgmap v12288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:06.521594+0000 mgr.y (mgr.24491) 13908 : cluster [DBG] pgmap v12288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:06.521594+0000 mgr.y (mgr.24491) 13908 : cluster [DBG] pgmap v12288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:22:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:08.522187+0000 mgr.y (mgr.24491) 13909 : cluster [DBG] pgmap v12289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:08.522187+0000 mgr.y (mgr.24491) 13909 : cluster [DBG] pgmap v12289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:08.522187+0000 mgr.y (mgr.24491) 13909 : cluster [DBG] pgmap v12289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:22:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:10.523095+0000 mgr.y (mgr.24491) 13910 : cluster [DBG] pgmap v12290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:10.523095+0000 mgr.y (mgr.24491) 13910 : cluster [DBG] pgmap v12290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:10.523095+0000 mgr.y (mgr.24491) 13910 : cluster [DBG] pgmap v12290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:12.523508+0000 mgr.y (mgr.24491) 13911 : cluster [DBG] pgmap v12291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:12.523508+0000 mgr.y (mgr.24491) 13911 : cluster [DBG] pgmap v12291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:12.523508+0000 mgr.y (mgr.24491) 13911 : cluster [DBG] pgmap v12291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:14.524376+0000 mgr.y (mgr.24491) 13912 : cluster [DBG] pgmap v12292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:14.524376+0000 mgr.y (mgr.24491) 13912 : cluster [DBG] pgmap v12292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:14.524376+0000 mgr.y (mgr.24491) 13912 : cluster [DBG] pgmap v12292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:22:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:16.524850+0000 mgr.y (mgr.24491) 13913 : cluster [DBG] pgmap v12293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:16.524850+0000 mgr.y (mgr.24491) 13913 : cluster [DBG] pgmap v12293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:16.524850+0000 mgr.y (mgr.24491) 13913 : cluster [DBG] pgmap v12293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:18.525405+0000 mgr.y (mgr.24491) 13914 : cluster [DBG] pgmap v12294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:18.525405+0000 mgr.y (mgr.24491) 13914 : cluster [DBG] pgmap v12294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:18.525405+0000 mgr.y (mgr.24491) 13914 : cluster [DBG] pgmap v12294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:22:22.030 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:22:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:20.526067+0000 mgr.y (mgr.24491) 13915 : cluster [DBG] pgmap v12295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:20.526067+0000 mgr.y (mgr.24491) 13915 : cluster [DBG] pgmap v12295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:20.526067+0000 mgr.y (mgr.24491) 13915 : cluster [DBG] pgmap v12295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:22.305 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:22:22.305 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 77s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:22:22.305 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 77s ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 77s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 77s ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 77s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 77s ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 77s ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 77s ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 77s ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 77s ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 77s ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 77s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 77s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 77s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 77s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:22:22.306 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 77s ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:22:22.307 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 77s ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:22:22.307 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 77s ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:22:22.307 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 77s ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:22:22.307 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 77s ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:22:22.646 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:22:22.646 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:22:22.646 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:22:22.646 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:22:22.646 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:22:22.646 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:22:22.646 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:22:22.646 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:22:22.646 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:22:22.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:22:22.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:22:22.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:22:22.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:22:22.647 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:22:22.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:22:22.647 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:22:22.647 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:22:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:22:22.646706+0000 mon.a (mon.0) 3047 : audit [DBG] from='client.? 172.21.15.177:0/145233970' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:22:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:22:22.646706+0000 mon.a (mon.0) 3047 : audit [DBG] from='client.? 172.21.15.177:0/145233970' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:22:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:22:22.646706+0000 mon.a (mon.0) 3047 : audit [DBG] from='client.? 172.21.15.177:0/145233970' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:22:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:22:22.018899+0000 mgr.y (mgr.24491) 13916 : audit [DBG] from='client.29154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:22:22.298594+0000 mgr.y (mgr.24491) 13917 : audit [DBG] from='client.29160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:22.526405+0000 mgr.y (mgr.24491) 13918 : cluster [DBG] pgmap v12296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:24.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:22:22.018899+0000 mgr.y (mgr.24491) 13916 : audit [DBG] from='client.29154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:24.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:22:22.298594+0000 mgr.y (mgr.24491) 13917 : audit [DBG] from='client.29160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:24.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:22.526405+0000 mgr.y (mgr.24491) 13918 : cluster [DBG] pgmap v12296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:22:22.018899+0000 mgr.y (mgr.24491) 13916 : audit [DBG] from='client.29154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:22:22.298594+0000 mgr.y (mgr.24491) 13917 : audit [DBG] from='client.29160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:22.526405+0000 mgr.y (mgr.24491) 13918 : cluster [DBG] pgmap v12296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:24.527238+0000 mgr.y (mgr.24491) 13919 : cluster [DBG] pgmap v12297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:24.527238+0000 mgr.y (mgr.24491) 13919 : cluster [DBG] pgmap v12297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:24.527238+0000 mgr.y (mgr.24491) 13919 : cluster [DBG] pgmap v12297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:22:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:26.527656+0000 mgr.y (mgr.24491) 13920 : cluster [DBG] pgmap v12298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:26.527656+0000 mgr.y (mgr.24491) 13920 : cluster [DBG] pgmap v12298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:26.527656+0000 mgr.y (mgr.24491) 13920 : cluster [DBG] pgmap v12298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:28.528103+0000 mgr.y (mgr.24491) 13921 : cluster [DBG] pgmap v12299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:28.528103+0000 mgr.y (mgr.24491) 13921 : cluster [DBG] pgmap v12299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:28.528103+0000 mgr.y (mgr.24491) 13921 : cluster [DBG] pgmap v12299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:22:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:30.528763+0000 mgr.y (mgr.24491) 13922 : cluster [DBG] pgmap v12300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:30.528763+0000 mgr.y (mgr.24491) 13922 : cluster [DBG] pgmap v12300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:30.528763+0000 mgr.y (mgr.24491) 13922 : cluster [DBG] pgmap v12300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:32.529353+0000 mgr.y (mgr.24491) 13923 : cluster [DBG] pgmap v12301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:32.529353+0000 mgr.y (mgr.24491) 13923 : cluster [DBG] pgmap v12301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:32.529353+0000 mgr.y (mgr.24491) 13923 : cluster [DBG] pgmap v12301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:34.530100+0000 mgr.y (mgr.24491) 13924 : cluster [DBG] pgmap v12302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:34.530100+0000 mgr.y (mgr.24491) 13924 : cluster [DBG] pgmap v12302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:34.530100+0000 mgr.y (mgr.24491) 13924 : cluster [DBG] pgmap v12302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:37] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:22:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:36.530526+0000 mgr.y (mgr.24491) 13925 : cluster [DBG] pgmap v12303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:36.530526+0000 mgr.y (mgr.24491) 13925 : cluster [DBG] pgmap v12303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:36.530526+0000 mgr.y (mgr.24491) 13925 : cluster [DBG] pgmap v12303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:38.530918+0000 mgr.y (mgr.24491) 13926 : cluster [DBG] pgmap v12304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:38.530918+0000 mgr.y (mgr.24491) 13926 : cluster [DBG] pgmap v12304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:38.530918+0000 mgr.y (mgr.24491) 13926 : cluster [DBG] pgmap v12304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:22:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:40.531688+0000 mgr.y (mgr.24491) 13927 : cluster [DBG] pgmap v12305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:40.531688+0000 mgr.y (mgr.24491) 13927 : cluster [DBG] pgmap v12305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:40.531688+0000 mgr.y (mgr.24491) 13927 : cluster [DBG] pgmap v12305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:42.532104+0000 mgr.y (mgr.24491) 13928 : cluster [DBG] pgmap v12306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:42.532104+0000 mgr.y (mgr.24491) 13928 : cluster [DBG] pgmap v12306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:42.532104+0000 mgr.y (mgr.24491) 13928 : cluster [DBG] pgmap v12306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:44.532741+0000 mgr.y (mgr.24491) 13929 : cluster [DBG] pgmap v12307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:44.532741+0000 mgr.y (mgr.24491) 13929 : cluster [DBG] pgmap v12307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:44.532741+0000 mgr.y (mgr.24491) 13929 : cluster [DBG] pgmap v12307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:46.533163+0000 mgr.y (mgr.24491) 13930 : cluster [DBG] pgmap v12308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:47] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:22:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:46.533163+0000 mgr.y (mgr.24491) 13930 : cluster [DBG] pgmap v12308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:46.533163+0000 mgr.y (mgr.24491) 13930 : cluster [DBG] pgmap v12308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:48.533750+0000 mgr.y (mgr.24491) 13931 : cluster [DBG] pgmap v12309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:48.533750+0000 mgr.y (mgr.24491) 13931 : cluster [DBG] pgmap v12309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:48.533750+0000 mgr.y (mgr.24491) 13931 : cluster [DBG] pgmap v12309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:22:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:50.534531+0000 mgr.y (mgr.24491) 13932 : cluster [DBG] pgmap v12310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:50.534531+0000 mgr.y (mgr.24491) 13932 : cluster [DBG] pgmap v12310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:50.534531+0000 mgr.y (mgr.24491) 13932 : cluster [DBG] pgmap v12310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:52.962 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:22:53.237 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:22:53.237 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 108s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 108s ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 108s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 108s ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 108s ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 108s ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 108s ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 108s ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 108s ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 108s ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 108s ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 108s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 108s ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:22:53.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 108s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:22:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 108s ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:22:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 108s ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:22:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 108s ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:22:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 108s ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:22:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 108s ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:22:53.239 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 108s ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:22:53.570 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:22:53.570 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:22:53.570 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:22:53.570 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:22:53.570 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:22:53.570 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:22:53.570 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:22:53.570 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:22:53.570 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:22:53.571 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:22:53.571 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:22:53.571 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:22:53.571 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:22:53.571 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:22:53.571 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:22:53.571 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:22:53.571 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:22:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:52.535154+0000 mgr.y (mgr.24491) 13933 : cluster [DBG] pgmap v12311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:22:53.570721+0000 mon.a (mon.0) 3048 : audit [DBG] from='client.? 172.21.15.177:0/979626410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:22:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:52.535154+0000 mgr.y (mgr.24491) 13933 : cluster [DBG] pgmap v12311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:22:53.570721+0000 mon.a (mon.0) 3048 : audit [DBG] from='client.? 172.21.15.177:0/979626410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:22:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:52.535154+0000 mgr.y (mgr.24491) 13933 : cluster [DBG] pgmap v12311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:22:53.570721+0000 mon.a (mon.0) 3048 : audit [DBG] from='client.? 172.21.15.177:0/979626410' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:22:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:22:52.951299+0000 mgr.y (mgr.24491) 13934 : audit [DBG] from='client.39083 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:22:53.230596+0000 mgr.y (mgr.24491) 13935 : audit [DBG] from='client.29178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:22:52.951299+0000 mgr.y (mgr.24491) 13934 : audit [DBG] from='client.39083 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:22:53.230596+0000 mgr.y (mgr.24491) 13935 : audit [DBG] from='client.29178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:22:52.951299+0000 mgr.y (mgr.24491) 13934 : audit [DBG] from='client.39083 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:55.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:22:53.230596+0000 mgr.y (mgr.24491) 13935 : audit [DBG] from='client.29178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:22:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:54.535676+0000 mgr.y (mgr.24491) 13936 : cluster [DBG] pgmap v12312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:54.535676+0000 mgr.y (mgr.24491) 13936 : cluster [DBG] pgmap v12312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:54.535676+0000 mgr.y (mgr.24491) 13936 : cluster [DBG] pgmap v12312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:56.536122+0000 mgr.y (mgr.24491) 13937 : cluster [DBG] pgmap v12313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:58.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:22:57] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:22:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:56.536122+0000 mgr.y (mgr.24491) 13937 : cluster [DBG] pgmap v12313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:22:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:56.536122+0000 mgr.y (mgr.24491) 13937 : cluster [DBG] pgmap v12313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:22:58.536591+0000 mgr.y (mgr.24491) 13938 : cluster [DBG] pgmap v12314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:00.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:22:58.536591+0000 mgr.y (mgr.24491) 13938 : cluster [DBG] pgmap v12314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:22:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:22:58.536591+0000 mgr.y (mgr.24491) 13938 : cluster [DBG] pgmap v12314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:23:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:00.537398+0000 mgr.y (mgr.24491) 13939 : cluster [DBG] pgmap v12315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:02.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:00.537398+0000 mgr.y (mgr.24491) 13939 : cluster [DBG] pgmap v12315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:00.537398+0000 mgr.y (mgr.24491) 13939 : cluster [DBG] pgmap v12315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:02.537800+0000 mgr.y (mgr.24491) 13940 : cluster [DBG] pgmap v12316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:02.537800+0000 mgr.y (mgr.24491) 13940 : cluster [DBG] pgmap v12316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:02.537800+0000 mgr.y (mgr.24491) 13940 : cluster [DBG] pgmap v12316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:04.538361+0000 mgr.y (mgr.24491) 13941 : cluster [DBG] pgmap v12317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:23:05.746794+0000 mon.a (mon.0) 3049 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:23:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:04.538361+0000 mgr.y (mgr.24491) 13941 : cluster [DBG] pgmap v12317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:06.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:23:05.746794+0000 mon.a (mon.0) 3049 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:23:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:04.538361+0000 mgr.y (mgr.24491) 13941 : cluster [DBG] pgmap v12317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:23:05.746794+0000 mon.a (mon.0) 3049 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:23:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:23:06.031122+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:23:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:23:06.031767+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:23:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:23:06.035909+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:23:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:23:06.031122+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:23:07.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:23:06.031767+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:23:07.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:23:06.035909+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:23:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:23:06.031122+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:23:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:23:06.031767+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:23:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:23:06.035909+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:23:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:23:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:06.538840+0000 mgr.y (mgr.24491) 13942 : cluster [DBG] pgmap v12318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:06.538840+0000 mgr.y (mgr.24491) 13942 : cluster [DBG] pgmap v12318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:06.538840+0000 mgr.y (mgr.24491) 13942 : cluster [DBG] pgmap v12318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:08.539271+0000 mgr.y (mgr.24491) 13943 : cluster [DBG] pgmap v12319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:08.539271+0000 mgr.y (mgr.24491) 13943 : cluster [DBG] pgmap v12319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:08.539271+0000 mgr.y (mgr.24491) 13943 : cluster [DBG] pgmap v12319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:23:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:10.540129+0000 mgr.y (mgr.24491) 13944 : cluster [DBG] pgmap v12320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:10.540129+0000 mgr.y (mgr.24491) 13944 : cluster [DBG] pgmap v12320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:10.540129+0000 mgr.y (mgr.24491) 13944 : cluster [DBG] pgmap v12320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:12.540470+0000 mgr.y (mgr.24491) 13945 : cluster [DBG] pgmap v12321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:12.540470+0000 mgr.y (mgr.24491) 13945 : cluster [DBG] pgmap v12321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:12.540470+0000 mgr.y (mgr.24491) 13945 : cluster [DBG] pgmap v12321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:14.541036+0000 mgr.y (mgr.24491) 13946 : cluster [DBG] pgmap v12322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:14.541036+0000 mgr.y (mgr.24491) 13946 : cluster [DBG] pgmap v12322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:14.541036+0000 mgr.y (mgr.24491) 13946 : cluster [DBG] pgmap v12322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:23:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:16.541526+0000 mgr.y (mgr.24491) 13947 : cluster [DBG] pgmap v12323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:16.541526+0000 mgr.y (mgr.24491) 13947 : cluster [DBG] pgmap v12323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:16.541526+0000 mgr.y (mgr.24491) 13947 : cluster [DBG] pgmap v12323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:18.541960+0000 mgr.y (mgr.24491) 13948 : cluster [DBG] pgmap v12324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:18.541960+0000 mgr.y (mgr.24491) 13948 : cluster [DBG] pgmap v12324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:18.541960+0000 mgr.y (mgr.24491) 13948 : cluster [DBG] pgmap v12324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:23:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:20.542784+0000 mgr.y (mgr.24491) 13949 : cluster [DBG] pgmap v12325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:20.542784+0000 mgr.y (mgr.24491) 13949 : cluster [DBG] pgmap v12325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:20.542784+0000 mgr.y (mgr.24491) 13949 : cluster [DBG] pgmap v12325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:23.883 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:23:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:22.543324+0000 mgr.y (mgr.24491) 13950 : cluster [DBG] pgmap v12326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:22.543324+0000 mgr.y (mgr.24491) 13950 : cluster [DBG] pgmap v12326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:24.156 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:23:24.156 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:23:24.156 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 2m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:23:24.156 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 2m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 2m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:23:24.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:23:24.158 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:23:24.158 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 2m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:23:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:22.543324+0000 mgr.y (mgr.24491) 13950 : cluster [DBG] pgmap v12326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:24.491 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:23:24.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:23:24.493 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:23:24.493 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:23:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:23:23.871717+0000 mgr.y (mgr.24491) 13951 : audit [DBG] from='client.39101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:23:24.492341+0000 mon.a (mon.0) 3053 : audit [DBG] from='client.? 172.21.15.177:0/3672096718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:23:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:23:23.871717+0000 mgr.y (mgr.24491) 13951 : audit [DBG] from='client.39101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:25.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:23:24.492341+0000 mon.a (mon.0) 3053 : audit [DBG] from='client.? 172.21.15.177:0/3672096718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:23:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:23:23.871717+0000 mgr.y (mgr.24491) 13951 : audit [DBG] from='client.39101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:23:24.492341+0000 mon.a (mon.0) 3053 : audit [DBG] from='client.? 172.21.15.177:0/3672096718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:23:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:23:24.149263+0000 mgr.y (mgr.24491) 13952 : audit [DBG] from='client.39107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:24.543953+0000 mgr.y (mgr.24491) 13953 : cluster [DBG] pgmap v12327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:23:24.149263+0000 mgr.y (mgr.24491) 13952 : audit [DBG] from='client.39107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:24.543953+0000 mgr.y (mgr.24491) 13953 : cluster [DBG] pgmap v12327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:23:24.149263+0000 mgr.y (mgr.24491) 13952 : audit [DBG] from='client.39107 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:24.543953+0000 mgr.y (mgr.24491) 13953 : cluster [DBG] pgmap v12327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:23:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:26.544691+0000 mgr.y (mgr.24491) 13954 : cluster [DBG] pgmap v12328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:26.544691+0000 mgr.y (mgr.24491) 13954 : cluster [DBG] pgmap v12328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:26.544691+0000 mgr.y (mgr.24491) 13954 : cluster [DBG] pgmap v12328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:28.545319+0000 mgr.y (mgr.24491) 13955 : cluster [DBG] pgmap v12329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:28.545319+0000 mgr.y (mgr.24491) 13955 : cluster [DBG] pgmap v12329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:28.545319+0000 mgr.y (mgr.24491) 13955 : cluster [DBG] pgmap v12329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:23:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:30.546050+0000 mgr.y (mgr.24491) 13956 : cluster [DBG] pgmap v12330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:30.546050+0000 mgr.y (mgr.24491) 13956 : cluster [DBG] pgmap v12330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:30.546050+0000 mgr.y (mgr.24491) 13956 : cluster [DBG] pgmap v12330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:32.546623+0000 mgr.y (mgr.24491) 13957 : cluster [DBG] pgmap v12331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:32.546623+0000 mgr.y (mgr.24491) 13957 : cluster [DBG] pgmap v12331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:32.546623+0000 mgr.y (mgr.24491) 13957 : cluster [DBG] pgmap v12331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:34.547200+0000 mgr.y (mgr.24491) 13958 : cluster [DBG] pgmap v12332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:34.547200+0000 mgr.y (mgr.24491) 13958 : cluster [DBG] pgmap v12332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:34.547200+0000 mgr.y (mgr.24491) 13958 : cluster [DBG] pgmap v12332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:23:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:36.547724+0000 mgr.y (mgr.24491) 13959 : cluster [DBG] pgmap v12333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:36.547724+0000 mgr.y (mgr.24491) 13959 : cluster [DBG] pgmap v12333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:36.547724+0000 mgr.y (mgr.24491) 13959 : cluster [DBG] pgmap v12333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:38.548201+0000 mgr.y (mgr.24491) 13960 : cluster [DBG] pgmap v12334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:38.548201+0000 mgr.y (mgr.24491) 13960 : cluster [DBG] pgmap v12334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:38.548201+0000 mgr.y (mgr.24491) 13960 : cluster [DBG] pgmap v12334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:23:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:40.549101+0000 mgr.y (mgr.24491) 13961 : cluster [DBG] pgmap v12335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:40.549101+0000 mgr.y (mgr.24491) 13961 : cluster [DBG] pgmap v12335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:40.549101+0000 mgr.y (mgr.24491) 13961 : cluster [DBG] pgmap v12335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:43.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:42.549523+0000 mgr.y (mgr.24491) 13962 : cluster [DBG] pgmap v12336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:42.549523+0000 mgr.y (mgr.24491) 13962 : cluster [DBG] pgmap v12336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:42.549523+0000 mgr.y (mgr.24491) 13962 : cluster [DBG] pgmap v12336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:44.550324+0000 mgr.y (mgr.24491) 13963 : cluster [DBG] pgmap v12337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:45.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:44.550324+0000 mgr.y (mgr.24491) 13963 : cluster [DBG] pgmap v12337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:44.550324+0000 mgr.y (mgr.24491) 13963 : cluster [DBG] pgmap v12337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:23:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:46.550874+0000 mgr.y (mgr.24491) 13964 : cluster [DBG] pgmap v12338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:46.550874+0000 mgr.y (mgr.24491) 13964 : cluster [DBG] pgmap v12338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:46.550874+0000 mgr.y (mgr.24491) 13964 : cluster [DBG] pgmap v12338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:48.551330+0000 mgr.y (mgr.24491) 13965 : cluster [DBG] pgmap v12339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:48.551330+0000 mgr.y (mgr.24491) 13965 : cluster [DBG] pgmap v12339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:48.551330+0000 mgr.y (mgr.24491) 13965 : cluster [DBG] pgmap v12339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:23:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:50.552060+0000 mgr.y (mgr.24491) 13966 : cluster [DBG] pgmap v12340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:50.552060+0000 mgr.y (mgr.24491) 13966 : cluster [DBG] pgmap v12340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:50.552060+0000 mgr.y (mgr.24491) 13966 : cluster [DBG] pgmap v12340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:52.552438+0000 mgr.y (mgr.24491) 13967 : cluster [DBG] pgmap v12341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:52.552438+0000 mgr.y (mgr.24491) 13967 : cluster [DBG] pgmap v12341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:52.552438+0000 mgr.y (mgr.24491) 13967 : cluster [DBG] pgmap v12341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:54.804 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:23:55.080 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 2m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 2m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 2m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 2m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 2m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 2m ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 2m ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 2m ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 2m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 2m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:23:55.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 2m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:23:55.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 2m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:23:55.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 2m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:23:55.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 2m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:23:55.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 2m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:23:55.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 2m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:23:55.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 2m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:23:55.082 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 2m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:23:55.082 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 2m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:23:55.415 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:23:55.416 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:23:55.417 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:23:55.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:23:55.417 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:23:55.417 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:23:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:54.553082+0000 mgr.y (mgr.24491) 13968 : cluster [DBG] pgmap v12342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:23:54.793067+0000 mgr.y (mgr.24491) 13969 : audit [DBG] from='client.39119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:23:55.416190+0000 mon.a (mon.0) 3054 : audit [DBG] from='client.? 172.21.15.177:0/3306041527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:23:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:54.553082+0000 mgr.y (mgr.24491) 13968 : cluster [DBG] pgmap v12342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:55.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:23:54.793067+0000 mgr.y (mgr.24491) 13969 : audit [DBG] from='client.39119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:55.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:23:55.416190+0000 mon.a (mon.0) 3054 : audit [DBG] from='client.? 172.21.15.177:0/3306041527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:23:56.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:54.553082+0000 mgr.y (mgr.24491) 13968 : cluster [DBG] pgmap v12342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:56.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:23:54.793067+0000 mgr.y (mgr.24491) 13969 : audit [DBG] from='client.39119 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:56.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:23:55.416190+0000 mon.a (mon.0) 3054 : audit [DBG] from='client.? 172.21.15.177:0/3306041527' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:23:56.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:23:55.073608+0000 mgr.y (mgr.24491) 13970 : audit [DBG] from='client.29214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:23:55.073608+0000 mgr.y (mgr.24491) 13970 : audit [DBG] from='client.29214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:57.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:23:55.073608+0000 mgr.y (mgr.24491) 13970 : audit [DBG] from='client.29214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:23:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:56.553492+0000 mgr.y (mgr.24491) 13971 : cluster [DBG] pgmap v12343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:23:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:23:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:56.553492+0000 mgr.y (mgr.24491) 13971 : cluster [DBG] pgmap v12343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:56.553492+0000 mgr.y (mgr.24491) 13971 : cluster [DBG] pgmap v12343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:23:58.554011+0000 mgr.y (mgr.24491) 13972 : cluster [DBG] pgmap v12344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:23:59.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:23:58.554011+0000 mgr.y (mgr.24491) 13972 : cluster [DBG] pgmap v12344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:23:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:23:58.554011+0000 mgr.y (mgr.24491) 13972 : cluster [DBG] pgmap v12344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:24:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:00.554645+0000 mgr.y (mgr.24491) 13973 : cluster [DBG] pgmap v12345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:00.554645+0000 mgr.y (mgr.24491) 13973 : cluster [DBG] pgmap v12345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:00.554645+0000 mgr.y (mgr.24491) 13973 : cluster [DBG] pgmap v12345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:02.555216+0000 mgr.y (mgr.24491) 13974 : cluster [DBG] pgmap v12346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:02.555216+0000 mgr.y (mgr.24491) 13974 : cluster [DBG] pgmap v12346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:02.555216+0000 mgr.y (mgr.24491) 13974 : cluster [DBG] pgmap v12346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:04.555804+0000 mgr.y (mgr.24491) 13975 : cluster [DBG] pgmap v12347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:04.555804+0000 mgr.y (mgr.24491) 13975 : cluster [DBG] pgmap v12347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:04.555804+0000 mgr.y (mgr.24491) 13975 : cluster [DBG] pgmap v12347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:24:06.040073+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:24:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:24:06.280166+0000 mon.a (mon.0) 3056 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:24:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:24:06.558611+0000 mon.a (mon.0) 3057 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:24:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:24:06.559202+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:24:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:24:06.563311+0000 mon.a (mon.0) 3059 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:24:06.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:24:06.040073+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:24:06.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:24:06.280166+0000 mon.a (mon.0) 3056 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:24:06.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:24:06.558611+0000 mon.a (mon.0) 3057 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:24:06.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:24:06.559202+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:24:06.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:24:06.563311+0000 mon.a (mon.0) 3059 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:24:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:24:06.040073+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:24:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:24:06.280166+0000 mon.a (mon.0) 3056 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:24:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:24:06.558611+0000 mon.a (mon.0) 3057 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:24:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:24:06.559202+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:24:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:24:06.563311+0000 mon.a (mon.0) 3059 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:24:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:24:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:06.556170+0000 mgr.y (mgr.24491) 13976 : cluster [DBG] pgmap v12348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:07.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:06.556170+0000 mgr.y (mgr.24491) 13976 : cluster [DBG] pgmap v12348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:06.556170+0000 mgr.y (mgr.24491) 13976 : cluster [DBG] pgmap v12348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:08.556687+0000 mgr.y (mgr.24491) 13977 : cluster [DBG] pgmap v12349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:08.556687+0000 mgr.y (mgr.24491) 13977 : cluster [DBG] pgmap v12349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:08.556687+0000 mgr.y (mgr.24491) 13977 : cluster [DBG] pgmap v12349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:24:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:10.557486+0000 mgr.y (mgr.24491) 13978 : cluster [DBG] pgmap v12350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:10.557486+0000 mgr.y (mgr.24491) 13978 : cluster [DBG] pgmap v12350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:10.557486+0000 mgr.y (mgr.24491) 13978 : cluster [DBG] pgmap v12350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:12.557925+0000 mgr.y (mgr.24491) 13979 : cluster [DBG] pgmap v12351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:12.557925+0000 mgr.y (mgr.24491) 13979 : cluster [DBG] pgmap v12351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:12.557925+0000 mgr.y (mgr.24491) 13979 : cluster [DBG] pgmap v12351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:14.558603+0000 mgr.y (mgr.24491) 13980 : cluster [DBG] pgmap v12352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:14.558603+0000 mgr.y (mgr.24491) 13980 : cluster [DBG] pgmap v12352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:14.558603+0000 mgr.y (mgr.24491) 13980 : cluster [DBG] pgmap v12352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:16.559036+0000 mgr.y (mgr.24491) 13981 : cluster [DBG] pgmap v12353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:24:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:16.559036+0000 mgr.y (mgr.24491) 13981 : cluster [DBG] pgmap v12353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:16.559036+0000 mgr.y (mgr.24491) 13981 : cluster [DBG] pgmap v12353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:18.559516+0000 mgr.y (mgr.24491) 13982 : cluster [DBG] pgmap v12354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:18.559516+0000 mgr.y (mgr.24491) 13982 : cluster [DBG] pgmap v12354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:18.559516+0000 mgr.y (mgr.24491) 13982 : cluster [DBG] pgmap v12354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:24:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:20.560160+0000 mgr.y (mgr.24491) 13983 : cluster [DBG] pgmap v12355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:20.560160+0000 mgr.y (mgr.24491) 13983 : cluster [DBG] pgmap v12355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:20.560160+0000 mgr.y (mgr.24491) 13983 : cluster [DBG] pgmap v12355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:22.560530+0000 mgr.y (mgr.24491) 13984 : cluster [DBG] pgmap v12356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:22.560530+0000 mgr.y (mgr.24491) 13984 : cluster [DBG] pgmap v12356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:22.560530+0000 mgr.y (mgr.24491) 13984 : cluster [DBG] pgmap v12356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:25.726 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:24:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:24.561229+0000 mgr.y (mgr.24491) 13985 : cluster [DBG] pgmap v12357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:26.003 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:24:26.003 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 3m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:24:26.003 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:24:26.003 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:24:26.003 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:24:26.003 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:24:26.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:24:26.005 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:24:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:24.561229+0000 mgr.y (mgr.24491) 13985 : cluster [DBG] pgmap v12357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:24.561229+0000 mgr.y (mgr.24491) 13985 : cluster [DBG] pgmap v12357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:26.338 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:24:26.338 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:24:26.338 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:24:26.338 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:24:26.339 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:24:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:24:25.715015+0000 mgr.y (mgr.24491) 13986 : audit [DBG] from='client.29226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:24:26.339054+0000 mon.a (mon.0) 3060 : audit [DBG] from='client.? 172.21.15.177:0/954486753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:24:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:24:25.715015+0000 mgr.y (mgr.24491) 13986 : audit [DBG] from='client.29226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:24:26.339054+0000 mon.a (mon.0) 3060 : audit [DBG] from='client.? 172.21.15.177:0/954486753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:24:27.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:24:25.715015+0000 mgr.y (mgr.24491) 13986 : audit [DBG] from='client.29226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:27.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:24:26.339054+0000 mon.a (mon.0) 3060 : audit [DBG] from='client.? 172.21.15.177:0/954486753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:24:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:24:25.996329+0000 mgr.y (mgr.24491) 13987 : audit [DBG] from='client.29232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:26.561626+0000 mgr.y (mgr.24491) 13988 : cluster [DBG] pgmap v12358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:24:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:24:25.996329+0000 mgr.y (mgr.24491) 13987 : audit [DBG] from='client.29232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:26.561626+0000 mgr.y (mgr.24491) 13988 : cluster [DBG] pgmap v12358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:24:25.996329+0000 mgr.y (mgr.24491) 13987 : audit [DBG] from='client.29232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:26.561626+0000 mgr.y (mgr.24491) 13988 : cluster [DBG] pgmap v12358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:28.562191+0000 mgr.y (mgr.24491) 13989 : cluster [DBG] pgmap v12359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:28.562191+0000 mgr.y (mgr.24491) 13989 : cluster [DBG] pgmap v12359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:28.562191+0000 mgr.y (mgr.24491) 13989 : cluster [DBG] pgmap v12359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:24:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:30.562775+0000 mgr.y (mgr.24491) 13990 : cluster [DBG] pgmap v12360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:30.562775+0000 mgr.y (mgr.24491) 13990 : cluster [DBG] pgmap v12360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:30.562775+0000 mgr.y (mgr.24491) 13990 : cluster [DBG] pgmap v12360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:32.563147+0000 mgr.y (mgr.24491) 13991 : cluster [DBG] pgmap v12361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:32.563147+0000 mgr.y (mgr.24491) 13991 : cluster [DBG] pgmap v12361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:32.563147+0000 mgr.y (mgr.24491) 13991 : cluster [DBG] pgmap v12361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:34.563698+0000 mgr.y (mgr.24491) 13992 : cluster [DBG] pgmap v12362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:34.563698+0000 mgr.y (mgr.24491) 13992 : cluster [DBG] pgmap v12362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:34.563698+0000 mgr.y (mgr.24491) 13992 : cluster [DBG] pgmap v12362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:36.564123+0000 mgr.y (mgr.24491) 13993 : cluster [DBG] pgmap v12363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:37] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:24:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:36.564123+0000 mgr.y (mgr.24491) 13993 : cluster [DBG] pgmap v12363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:36.564123+0000 mgr.y (mgr.24491) 13993 : cluster [DBG] pgmap v12363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:38.564567+0000 mgr.y (mgr.24491) 13994 : cluster [DBG] pgmap v12364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:38.564567+0000 mgr.y (mgr.24491) 13994 : cluster [DBG] pgmap v12364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:38.564567+0000 mgr.y (mgr.24491) 13994 : cluster [DBG] pgmap v12364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:24:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:40.565216+0000 mgr.y (mgr.24491) 13995 : cluster [DBG] pgmap v12365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:40.565216+0000 mgr.y (mgr.24491) 13995 : cluster [DBG] pgmap v12365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:40.565216+0000 mgr.y (mgr.24491) 13995 : cluster [DBG] pgmap v12365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:42.565766+0000 mgr.y (mgr.24491) 13996 : cluster [DBG] pgmap v12366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:42.565766+0000 mgr.y (mgr.24491) 13996 : cluster [DBG] pgmap v12366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:42.565766+0000 mgr.y (mgr.24491) 13996 : cluster [DBG] pgmap v12366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:44.566360+0000 mgr.y (mgr.24491) 13997 : cluster [DBG] pgmap v12367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:44.566360+0000 mgr.y (mgr.24491) 13997 : cluster [DBG] pgmap v12367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:44.566360+0000 mgr.y (mgr.24491) 13997 : cluster [DBG] pgmap v12367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:46.566971+0000 mgr.y (mgr.24491) 13998 : cluster [DBG] pgmap v12368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:24:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:46.566971+0000 mgr.y (mgr.24491) 13998 : cluster [DBG] pgmap v12368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:46.566971+0000 mgr.y (mgr.24491) 13998 : cluster [DBG] pgmap v12368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:48.567392+0000 mgr.y (mgr.24491) 13999 : cluster [DBG] pgmap v12369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:48.567392+0000 mgr.y (mgr.24491) 13999 : cluster [DBG] pgmap v12369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:48.567392+0000 mgr.y (mgr.24491) 13999 : cluster [DBG] pgmap v12369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:24:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:50.568178+0000 mgr.y (mgr.24491) 14000 : cluster [DBG] pgmap v12370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:50.568178+0000 mgr.y (mgr.24491) 14000 : cluster [DBG] pgmap v12370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:50.568178+0000 mgr.y (mgr.24491) 14000 : cluster [DBG] pgmap v12370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:52.568604+0000 mgr.y (mgr.24491) 14001 : cluster [DBG] pgmap v12371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:52.568604+0000 mgr.y (mgr.24491) 14001 : cluster [DBG] pgmap v12371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:52.568604+0000 mgr.y (mgr.24491) 14001 : cluster [DBG] pgmap v12371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:54.569259+0000 mgr.y (mgr.24491) 14002 : cluster [DBG] pgmap v12372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:54.569259+0000 mgr.y (mgr.24491) 14002 : cluster [DBG] pgmap v12372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:54.569259+0000 mgr.y (mgr.24491) 14002 : cluster [DBG] pgmap v12372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:56.650 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:24:56.925 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:24:56.925 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 3m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:24:56.925 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 3m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:24:56.925 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 3m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:24:56.925 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 3m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:24:56.925 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 3m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:24:56.925 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 3m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:24:56.925 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 3m ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:24:56.925 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 3m ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 3m ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 3m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 3m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 3m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 3m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 3m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 3m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 3m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 3m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 3m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 3m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:24:56.926 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:24:57.257 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:24:57.258 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:24:57.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:24:57.259 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:24:57.259 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:24:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:56.569638+0000 mgr.y (mgr.24491) 14003 : cluster [DBG] pgmap v12373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:24:56.638840+0000 mgr.y (mgr.24491) 14004 : audit [DBG] from='client.29244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:24:56.918309+0000 mgr.y (mgr.24491) 14005 : audit [DBG] from='client.29250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:24:57.258163+0000 mon.a (mon.0) 3061 : audit [DBG] from='client.? 172.21.15.177:0/2170452740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:24:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:24:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:24:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:56.569638+0000 mgr.y (mgr.24491) 14003 : cluster [DBG] pgmap v12373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:24:56.638840+0000 mgr.y (mgr.24491) 14004 : audit [DBG] from='client.29244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:24:56.918309+0000 mgr.y (mgr.24491) 14005 : audit [DBG] from='client.29250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:24:57.258163+0000 mon.a (mon.0) 3061 : audit [DBG] from='client.? 172.21.15.177:0/2170452740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:24:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:56.569638+0000 mgr.y (mgr.24491) 14003 : cluster [DBG] pgmap v12373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:24:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:24:56.638840+0000 mgr.y (mgr.24491) 14004 : audit [DBG] from='client.29244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:24:56.918309+0000 mgr.y (mgr.24491) 14005 : audit [DBG] from='client.29250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:24:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:24:57.258163+0000 mon.a (mon.0) 3061 : audit [DBG] from='client.? 172.21.15.177:0/2170452740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:25:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:24:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:24:58.570156+0000 mgr.y (mgr.24491) 14006 : cluster [DBG] pgmap v12374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:24:58.570156+0000 mgr.y (mgr.24491) 14006 : cluster [DBG] pgmap v12374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:24:58.570156+0000 mgr.y (mgr.24491) 14006 : cluster [DBG] pgmap v12374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:25:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:00.570983+0000 mgr.y (mgr.24491) 14007 : cluster [DBG] pgmap v12375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:00.570983+0000 mgr.y (mgr.24491) 14007 : cluster [DBG] pgmap v12375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:00.570983+0000 mgr.y (mgr.24491) 14007 : cluster [DBG] pgmap v12375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:02.571392+0000 mgr.y (mgr.24491) 14008 : cluster [DBG] pgmap v12376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:02.571392+0000 mgr.y (mgr.24491) 14008 : cluster [DBG] pgmap v12376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:02.571392+0000 mgr.y (mgr.24491) 14008 : cluster [DBG] pgmap v12376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:04.571977+0000 mgr.y (mgr.24491) 14009 : cluster [DBG] pgmap v12377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:04.571977+0000 mgr.y (mgr.24491) 14009 : cluster [DBG] pgmap v12377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:04.571977+0000 mgr.y (mgr.24491) 14009 : cluster [DBG] pgmap v12377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:25:06.567650+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:25:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:25:06.567650+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:25:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:25:06.567650+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:25:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:25:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:06.572318+0000 mgr.y (mgr.24491) 14010 : cluster [DBG] pgmap v12378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:25:06.811232+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:25:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:25:07.089135+0000 mon.a (mon.0) 3064 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:25:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:25:07.089782+0000 mon.a (mon.0) 3065 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:25:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:25:07.094923+0000 mon.a (mon.0) 3066 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:25:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:06.572318+0000 mgr.y (mgr.24491) 14010 : cluster [DBG] pgmap v12378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:25:06.811232+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:25:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:25:07.089135+0000 mon.a (mon.0) 3064 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:25:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:25:07.089782+0000 mon.a (mon.0) 3065 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:25:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:25:07.094923+0000 mon.a (mon.0) 3066 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:25:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:06.572318+0000 mgr.y (mgr.24491) 14010 : cluster [DBG] pgmap v12378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:25:06.811232+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:25:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:25:07.089135+0000 mon.a (mon.0) 3064 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:25:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:25:07.089782+0000 mon.a (mon.0) 3065 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:25:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:25:07.094923+0000 mon.a (mon.0) 3066 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:25:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:08.572920+0000 mgr.y (mgr.24491) 14011 : cluster [DBG] pgmap v12379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:08.572920+0000 mgr.y (mgr.24491) 14011 : cluster [DBG] pgmap v12379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:08.572920+0000 mgr.y (mgr.24491) 14011 : cluster [DBG] pgmap v12379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:25:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:10.573618+0000 mgr.y (mgr.24491) 14012 : cluster [DBG] pgmap v12380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:10.573618+0000 mgr.y (mgr.24491) 14012 : cluster [DBG] pgmap v12380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:10.573618+0000 mgr.y (mgr.24491) 14012 : cluster [DBG] pgmap v12380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:12.574130+0000 mgr.y (mgr.24491) 14013 : cluster [DBG] pgmap v12381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:12.574130+0000 mgr.y (mgr.24491) 14013 : cluster [DBG] pgmap v12381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:12.574130+0000 mgr.y (mgr.24491) 14013 : cluster [DBG] pgmap v12381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:14.574913+0000 mgr.y (mgr.24491) 14014 : cluster [DBG] pgmap v12382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:14.574913+0000 mgr.y (mgr.24491) 14014 : cluster [DBG] pgmap v12382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:14.574913+0000 mgr.y (mgr.24491) 14014 : cluster [DBG] pgmap v12382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:25:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:16.575286+0000 mgr.y (mgr.24491) 14015 : cluster [DBG] pgmap v12383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:16.575286+0000 mgr.y (mgr.24491) 14015 : cluster [DBG] pgmap v12383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:16.575286+0000 mgr.y (mgr.24491) 14015 : cluster [DBG] pgmap v12383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:18.575674+0000 mgr.y (mgr.24491) 14016 : cluster [DBG] pgmap v12384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:18.575674+0000 mgr.y (mgr.24491) 14016 : cluster [DBG] pgmap v12384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:18.575674+0000 mgr.y (mgr.24491) 14016 : cluster [DBG] pgmap v12384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:25:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:20.576436+0000 mgr.y (mgr.24491) 14017 : cluster [DBG] pgmap v12385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:20.576436+0000 mgr.y (mgr.24491) 14017 : cluster [DBG] pgmap v12385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:20.576436+0000 mgr.y (mgr.24491) 14017 : cluster [DBG] pgmap v12385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:22.577013+0000 mgr.y (mgr.24491) 14018 : cluster [DBG] pgmap v12386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:22.577013+0000 mgr.y (mgr.24491) 14018 : cluster [DBG] pgmap v12386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:22.577013+0000 mgr.y (mgr.24491) 14018 : cluster [DBG] pgmap v12386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:24.577858+0000 mgr.y (mgr.24491) 14019 : cluster [DBG] pgmap v12387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:24.577858+0000 mgr.y (mgr.24491) 14019 : cluster [DBG] pgmap v12387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:24.577858+0000 mgr.y (mgr.24491) 14019 : cluster [DBG] pgmap v12387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:27.562 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:25:27.840 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:25:27.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:25:27.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:25:27.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:25:27.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:25:27.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:25:27.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:25:27.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:25:27.841 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:25:27.841 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:25:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:25:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:26.578246+0000 mgr.y (mgr.24491) 14020 : cluster [DBG] pgmap v12388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:26.578246+0000 mgr.y (mgr.24491) 14020 : cluster [DBG] pgmap v12388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:28.177 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:25:28.178 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:25:28.179 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:25:28.179 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:25:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:26.578246+0000 mgr.y (mgr.24491) 14020 : cluster [DBG] pgmap v12388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:25:27.551330+0000 mgr.y (mgr.24491) 14021 : audit [DBG] from='client.39173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:25:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:25:27.832774+0000 mgr.y (mgr.24491) 14022 : audit [DBG] from='client.29268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:25:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:25:28.178340+0000 mon.c (mon.2) 445 : audit [DBG] from='client.? 172.21.15.177:0/3812347897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:25:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:25:27.551330+0000 mgr.y (mgr.24491) 14021 : audit [DBG] from='client.39173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:25:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:25:27.832774+0000 mgr.y (mgr.24491) 14022 : audit [DBG] from='client.29268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:25:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:25:28.178340+0000 mon.c (mon.2) 445 : audit [DBG] from='client.? 172.21.15.177:0/3812347897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:25:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:25:27.551330+0000 mgr.y (mgr.24491) 14021 : audit [DBG] from='client.39173 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:25:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:25:27.832774+0000 mgr.y (mgr.24491) 14022 : audit [DBG] from='client.29268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:25:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:25:28.178340+0000 mon.c (mon.2) 445 : audit [DBG] from='client.? 172.21.15.177:0/3812347897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:25:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:28.578722+0000 mgr.y (mgr.24491) 14023 : cluster [DBG] pgmap v12389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:28.578722+0000 mgr.y (mgr.24491) 14023 : cluster [DBG] pgmap v12389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:28.578722+0000 mgr.y (mgr.24491) 14023 : cluster [DBG] pgmap v12389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:25:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:30.579484+0000 mgr.y (mgr.24491) 14024 : cluster [DBG] pgmap v12390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:30.579484+0000 mgr.y (mgr.24491) 14024 : cluster [DBG] pgmap v12390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:30.579484+0000 mgr.y (mgr.24491) 14024 : cluster [DBG] pgmap v12390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:32.579986+0000 mgr.y (mgr.24491) 14025 : cluster [DBG] pgmap v12391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:32.579986+0000 mgr.y (mgr.24491) 14025 : cluster [DBG] pgmap v12391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:32.579986+0000 mgr.y (mgr.24491) 14025 : cluster [DBG] pgmap v12391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:34.580619+0000 mgr.y (mgr.24491) 14026 : cluster [DBG] pgmap v12392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:34.580619+0000 mgr.y (mgr.24491) 14026 : cluster [DBG] pgmap v12392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:34.580619+0000 mgr.y (mgr.24491) 14026 : cluster [DBG] pgmap v12392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:36.581054+0000 mgr.y (mgr.24491) 14027 : cluster [DBG] pgmap v12393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:38.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:37] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T10:25:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:36.581054+0000 mgr.y (mgr.24491) 14027 : cluster [DBG] pgmap v12393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:36.581054+0000 mgr.y (mgr.24491) 14027 : cluster [DBG] pgmap v12393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:38.581519+0000 mgr.y (mgr.24491) 14028 : cluster [DBG] pgmap v12394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:38.581519+0000 mgr.y (mgr.24491) 14028 : cluster [DBG] pgmap v12394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:38.581519+0000 mgr.y (mgr.24491) 14028 : cluster [DBG] pgmap v12394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:25:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:40.582213+0000 mgr.y (mgr.24491) 14029 : cluster [DBG] pgmap v12395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:40.582213+0000 mgr.y (mgr.24491) 14029 : cluster [DBG] pgmap v12395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:40.582213+0000 mgr.y (mgr.24491) 14029 : cluster [DBG] pgmap v12395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:42.582619+0000 mgr.y (mgr.24491) 14030 : cluster [DBG] pgmap v12396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:42.582619+0000 mgr.y (mgr.24491) 14030 : cluster [DBG] pgmap v12396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:42.582619+0000 mgr.y (mgr.24491) 14030 : cluster [DBG] pgmap v12396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:44.583200+0000 mgr.y (mgr.24491) 14031 : cluster [DBG] pgmap v12397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:44.583200+0000 mgr.y (mgr.24491) 14031 : cluster [DBG] pgmap v12397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:44.583200+0000 mgr.y (mgr.24491) 14031 : cluster [DBG] pgmap v12397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:25:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:46.583595+0000 mgr.y (mgr.24491) 14032 : cluster [DBG] pgmap v12398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:46.583595+0000 mgr.y (mgr.24491) 14032 : cluster [DBG] pgmap v12398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:46.583595+0000 mgr.y (mgr.24491) 14032 : cluster [DBG] pgmap v12398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:48.584162+0000 mgr.y (mgr.24491) 14033 : cluster [DBG] pgmap v12399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:50.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:48.584162+0000 mgr.y (mgr.24491) 14033 : cluster [DBG] pgmap v12399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:48.584162+0000 mgr.y (mgr.24491) 14033 : cluster [DBG] pgmap v12399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:25:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:50.584825+0000 mgr.y (mgr.24491) 14034 : cluster [DBG] pgmap v12400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:50.584825+0000 mgr.y (mgr.24491) 14034 : cluster [DBG] pgmap v12400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:50.584825+0000 mgr.y (mgr.24491) 14034 : cluster [DBG] pgmap v12400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:52.585218+0000 mgr.y (mgr.24491) 14035 : cluster [DBG] pgmap v12401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:52.585218+0000 mgr.y (mgr.24491) 14035 : cluster [DBG] pgmap v12401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:52.585218+0000 mgr.y (mgr.24491) 14035 : cluster [DBG] pgmap v12401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:54.586051+0000 mgr.y (mgr.24491) 14036 : cluster [DBG] pgmap v12402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:54.586051+0000 mgr.y (mgr.24491) 14036 : cluster [DBG] pgmap v12402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:54.586051+0000 mgr.y (mgr.24491) 14036 : cluster [DBG] pgmap v12402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:25:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:25:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:56.586449+0000 mgr.y (mgr.24491) 14037 : cluster [DBG] pgmap v12403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:56.586449+0000 mgr.y (mgr.24491) 14037 : cluster [DBG] pgmap v12403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:56.586449+0000 mgr.y (mgr.24491) 14037 : cluster [DBG] pgmap v12403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:25:58.491 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:25:58.767 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:25:58.767 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 4m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 4m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 4m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 4m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 4m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 4m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 4m ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 4m ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 4m ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 4m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 4m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 4m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:25:58.768 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 4m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:25:58.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 4m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:25:58.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 4m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:25:58.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 4m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:25:58.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 4m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:25:58.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 4m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:25:58.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 4m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:25:58.769 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 4m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:25:59.104 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:25:59.104 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:25:59.104 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:25:59.104 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:25:59.104 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:25:59.104 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:25:59.104 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:25:59.104 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:25:59.104 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:25:59.104 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:25:59.104 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:25:59.105 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:25:59.105 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:25:59.105 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:25:59.105 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:25:59.105 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:25:59.105 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:26:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:25:58.479582+0000 mgr.y (mgr.24491) 14038 : audit [DBG] from='client.39191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:25:58.586784+0000 mgr.y (mgr.24491) 14039 : cluster [DBG] pgmap v12404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:25:58.760638+0000 mgr.y (mgr.24491) 14040 : audit [DBG] from='client.29286 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:25:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:25:59.104474+0000 mon.a (mon.0) 3067 : audit [DBG] from='client.? 172.21.15.177:0/771962435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:26:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:25:58.479582+0000 mgr.y (mgr.24491) 14038 : audit [DBG] from='client.39191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:25:58.586784+0000 mgr.y (mgr.24491) 14039 : cluster [DBG] pgmap v12404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:25:58.760638+0000 mgr.y (mgr.24491) 14040 : audit [DBG] from='client.29286 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:25:59.104474+0000 mon.a (mon.0) 3067 : audit [DBG] from='client.? 172.21.15.177:0/771962435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:26:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:25:58.479582+0000 mgr.y (mgr.24491) 14038 : audit [DBG] from='client.39191 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:25:58.586784+0000 mgr.y (mgr.24491) 14039 : cluster [DBG] pgmap v12404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:25:58.760638+0000 mgr.y (mgr.24491) 14040 : audit [DBG] from='client.29286 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:25:59.104474+0000 mon.a (mon.0) 3067 : audit [DBG] from='client.? 172.21.15.177:0/771962435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:26:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:26:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:00.587615+0000 mgr.y (mgr.24491) 14041 : cluster [DBG] pgmap v12405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:00.587615+0000 mgr.y (mgr.24491) 14041 : cluster [DBG] pgmap v12405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:00.587615+0000 mgr.y (mgr.24491) 14041 : cluster [DBG] pgmap v12405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:02.588147+0000 mgr.y (mgr.24491) 14042 : cluster [DBG] pgmap v12406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:02.588147+0000 mgr.y (mgr.24491) 14042 : cluster [DBG] pgmap v12406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:02.588147+0000 mgr.y (mgr.24491) 14042 : cluster [DBG] pgmap v12406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:04.588963+0000 mgr.y (mgr.24491) 14043 : cluster [DBG] pgmap v12407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:04.588963+0000 mgr.y (mgr.24491) 14043 : cluster [DBG] pgmap v12407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:04.588963+0000 mgr.y (mgr.24491) 14043 : cluster [DBG] pgmap v12407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:26:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:06.589355+0000 mgr.y (mgr.24491) 14044 : cluster [DBG] pgmap v12408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:26:07.099433+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:26:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:26:07.391050+0000 mon.a (mon.0) 3069 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:26:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:26:07.391691+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:26:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:26:07.396507+0000 mon.a (mon.0) 3071 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:26:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:06.589355+0000 mgr.y (mgr.24491) 14044 : cluster [DBG] pgmap v12408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:26:07.099433+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:26:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:26:07.391050+0000 mon.a (mon.0) 3069 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:26:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:26:07.391691+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:26:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:26:07.396507+0000 mon.a (mon.0) 3071 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:26:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:06.589355+0000 mgr.y (mgr.24491) 14044 : cluster [DBG] pgmap v12408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:26:07.099433+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:26:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:26:07.391050+0000 mon.a (mon.0) 3069 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:26:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:26:07.391691+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:26:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:26:07.396507+0000 mon.a (mon.0) 3071 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:26:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:08.589953+0000 mgr.y (mgr.24491) 14045 : cluster [DBG] pgmap v12409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:10.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:08.589953+0000 mgr.y (mgr.24491) 14045 : cluster [DBG] pgmap v12409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:10.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:08.589953+0000 mgr.y (mgr.24491) 14045 : cluster [DBG] pgmap v12409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:26:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:10.590640+0000 mgr.y (mgr.24491) 14046 : cluster [DBG] pgmap v12410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:10.590640+0000 mgr.y (mgr.24491) 14046 : cluster [DBG] pgmap v12410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:10.590640+0000 mgr.y (mgr.24491) 14046 : cluster [DBG] pgmap v12410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:12.591257+0000 mgr.y (mgr.24491) 14047 : cluster [DBG] pgmap v12411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:12.591257+0000 mgr.y (mgr.24491) 14047 : cluster [DBG] pgmap v12411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:12.591257+0000 mgr.y (mgr.24491) 14047 : cluster [DBG] pgmap v12411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:14.591936+0000 mgr.y (mgr.24491) 14048 : cluster [DBG] pgmap v12412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:14.591936+0000 mgr.y (mgr.24491) 14048 : cluster [DBG] pgmap v12412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:14.591936+0000 mgr.y (mgr.24491) 14048 : cluster [DBG] pgmap v12412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:26:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:16.592494+0000 mgr.y (mgr.24491) 14049 : cluster [DBG] pgmap v12413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:16.592494+0000 mgr.y (mgr.24491) 14049 : cluster [DBG] pgmap v12413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:16.592494+0000 mgr.y (mgr.24491) 14049 : cluster [DBG] pgmap v12413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:18.592866+0000 mgr.y (mgr.24491) 14050 : cluster [DBG] pgmap v12414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:18.592866+0000 mgr.y (mgr.24491) 14050 : cluster [DBG] pgmap v12414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:18.592866+0000 mgr.y (mgr.24491) 14050 : cluster [DBG] pgmap v12414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:26:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:20.593397+0000 mgr.y (mgr.24491) 14051 : cluster [DBG] pgmap v12415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:20.593397+0000 mgr.y (mgr.24491) 14051 : cluster [DBG] pgmap v12415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:20.593397+0000 mgr.y (mgr.24491) 14051 : cluster [DBG] pgmap v12415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:22.593934+0000 mgr.y (mgr.24491) 14052 : cluster [DBG] pgmap v12416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:22.593934+0000 mgr.y (mgr.24491) 14052 : cluster [DBG] pgmap v12416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:23.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:22.593934+0000 mgr.y (mgr.24491) 14052 : cluster [DBG] pgmap v12416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:24.594753+0000 mgr.y (mgr.24491) 14053 : cluster [DBG] pgmap v12417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:24.594753+0000 mgr.y (mgr.24491) 14053 : cluster [DBG] pgmap v12417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:24.594753+0000 mgr.y (mgr.24491) 14053 : cluster [DBG] pgmap v12417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:26.595284+0000 mgr.y (mgr.24491) 14054 : cluster [DBG] pgmap v12418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:26:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:26.595284+0000 mgr.y (mgr.24491) 14054 : cluster [DBG] pgmap v12418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:26.595284+0000 mgr.y (mgr.24491) 14054 : cluster [DBG] pgmap v12418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:29.416 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:26:29.694 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:26:29.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:26:29.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:26:29.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:26:29.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:26:29.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:26:29.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:26:29.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:26:29.695 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:26:29.695 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:26:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:28.595707+0000 mgr.y (mgr.24491) 14055 : cluster [DBG] pgmap v12419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:30.027 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:26:30.027 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:26:30.027 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:26:30.027 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:26:30.027 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:26:30.027 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:26:30.027 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:26:30.027 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:26:30.027 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:26:30.028 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:26:30.028 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:26:30.028 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:26:30.028 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:26:30.028 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:26:30.028 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:26:30.028 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:26:30.028 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:26:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:28.595707+0000 mgr.y (mgr.24491) 14055 : cluster [DBG] pgmap v12419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:28.595707+0000 mgr.y (mgr.24491) 14055 : cluster [DBG] pgmap v12419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:31.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:26:29.405036+0000 mgr.y (mgr.24491) 14056 : audit [DBG] from='client.29298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:31.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:26:29.686768+0000 mgr.y (mgr.24491) 14057 : audit [DBG] from='client.39215 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:31.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:26:30.027965+0000 mon.a (mon.0) 3072 : audit [DBG] from='client.? 172.21.15.177:0/325190351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:26:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:26:29.405036+0000 mgr.y (mgr.24491) 14056 : audit [DBG] from='client.29298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:26:29.686768+0000 mgr.y (mgr.24491) 14057 : audit [DBG] from='client.39215 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:26:30.027965+0000 mon.a (mon.0) 3072 : audit [DBG] from='client.? 172.21.15.177:0/325190351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:26:31.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:26:29.405036+0000 mgr.y (mgr.24491) 14056 : audit [DBG] from='client.29298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:31.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:26:29.686768+0000 mgr.y (mgr.24491) 14057 : audit [DBG] from='client.39215 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:26:31.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:26:30.027965+0000 mon.a (mon.0) 3072 : audit [DBG] from='client.? 172.21.15.177:0/325190351' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:26:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:26:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:30.596442+0000 mgr.y (mgr.24491) 14058 : cluster [DBG] pgmap v12420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:30.596442+0000 mgr.y (mgr.24491) 14058 : cluster [DBG] pgmap v12420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:30.596442+0000 mgr.y (mgr.24491) 14058 : cluster [DBG] pgmap v12420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:32.596910+0000 mgr.y (mgr.24491) 14059 : cluster [DBG] pgmap v12421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:32.596910+0000 mgr.y (mgr.24491) 14059 : cluster [DBG] pgmap v12421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:32.596910+0000 mgr.y (mgr.24491) 14059 : cluster [DBG] pgmap v12421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:34.597746+0000 mgr.y (mgr.24491) 14060 : cluster [DBG] pgmap v12422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:34.597746+0000 mgr.y (mgr.24491) 14060 : cluster [DBG] pgmap v12422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:34.597746+0000 mgr.y (mgr.24491) 14060 : cluster [DBG] pgmap v12422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:36.598323+0000 mgr.y (mgr.24491) 14061 : cluster [DBG] pgmap v12423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:26:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:36.598323+0000 mgr.y (mgr.24491) 14061 : cluster [DBG] pgmap v12423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:36.598323+0000 mgr.y (mgr.24491) 14061 : cluster [DBG] pgmap v12423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:38.598674+0000 mgr.y (mgr.24491) 14062 : cluster [DBG] pgmap v12424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:38.598674+0000 mgr.y (mgr.24491) 14062 : cluster [DBG] pgmap v12424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:38.598674+0000 mgr.y (mgr.24491) 14062 : cluster [DBG] pgmap v12424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:26:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:40.599331+0000 mgr.y (mgr.24491) 14063 : cluster [DBG] pgmap v12425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:40.599331+0000 mgr.y (mgr.24491) 14063 : cluster [DBG] pgmap v12425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:40.599331+0000 mgr.y (mgr.24491) 14063 : cluster [DBG] pgmap v12425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:42.599783+0000 mgr.y (mgr.24491) 14064 : cluster [DBG] pgmap v12426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:42.599783+0000 mgr.y (mgr.24491) 14064 : cluster [DBG] pgmap v12426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:42.599783+0000 mgr.y (mgr.24491) 14064 : cluster [DBG] pgmap v12426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:44.600469+0000 mgr.y (mgr.24491) 14065 : cluster [DBG] pgmap v12427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:44.600469+0000 mgr.y (mgr.24491) 14065 : cluster [DBG] pgmap v12427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:44.600469+0000 mgr.y (mgr.24491) 14065 : cluster [DBG] pgmap v12427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:46.601011+0000 mgr.y (mgr.24491) 14066 : cluster [DBG] pgmap v12428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:26:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:46.601011+0000 mgr.y (mgr.24491) 14066 : cluster [DBG] pgmap v12428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:46.601011+0000 mgr.y (mgr.24491) 14066 : cluster [DBG] pgmap v12428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:48.601321+0000 mgr.y (mgr.24491) 14067 : cluster [DBG] pgmap v12429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:48.601321+0000 mgr.y (mgr.24491) 14067 : cluster [DBG] pgmap v12429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:48.601321+0000 mgr.y (mgr.24491) 14067 : cluster [DBG] pgmap v12429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:26:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:50.601953+0000 mgr.y (mgr.24491) 14068 : cluster [DBG] pgmap v12430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:50.601953+0000 mgr.y (mgr.24491) 14068 : cluster [DBG] pgmap v12430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:52.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:50.601953+0000 mgr.y (mgr.24491) 14068 : cluster [DBG] pgmap v12430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:52.602332+0000 mgr.y (mgr.24491) 14069 : cluster [DBG] pgmap v12431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:52.602332+0000 mgr.y (mgr.24491) 14069 : cluster [DBG] pgmap v12431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:54.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:52.602332+0000 mgr.y (mgr.24491) 14069 : cluster [DBG] pgmap v12431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:54.603070+0000 mgr.y (mgr.24491) 14070 : cluster [DBG] pgmap v12432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:54.603070+0000 mgr.y (mgr.24491) 14070 : cluster [DBG] pgmap v12432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:56.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:54.603070+0000 mgr.y (mgr.24491) 14070 : cluster [DBG] pgmap v12432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:56.603597+0000 mgr.y (mgr.24491) 14071 : cluster [DBG] pgmap v12433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:26:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:26:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:56.603597+0000 mgr.y (mgr.24491) 14071 : cluster [DBG] pgmap v12433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:26:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:56.603597+0000 mgr.y (mgr.24491) 14071 : cluster [DBG] pgmap v12433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:26:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:26:58.604002+0000 mgr.y (mgr.24491) 14072 : cluster [DBG] pgmap v12434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:26:58.604002+0000 mgr.y (mgr.24491) 14072 : cluster [DBG] pgmap v12434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:26:58.604002+0000 mgr.y (mgr.24491) 14072 : cluster [DBG] pgmap v12434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:00.335 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:27:00.608 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:27:00.608 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 5m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:27:00.608 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 5m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:27:00.608 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 5m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:27:00.608 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 5m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 5m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (6h) 5m ago 6h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (6h) 5m ago 6h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 5m ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 5m ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 5m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 5m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 5m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 5m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 5m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 5m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 5m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 5m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 5m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:27:00.609 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 5m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:27:00.610 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 5m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:27:00.943 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:27:00.943 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:27:00.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:27:00.943 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:27:00.943 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:27:00.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:27:00.943 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:27:00.943 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:27:00.944 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:27:00.944 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:27:00.944 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:27:00.944 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:27:00.944 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:27:00.944 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:27:00.944 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:27:00.944 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:27:00.944 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:27:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:27:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:27:00.324101+0000 mgr.y (mgr.24491) 14073 : audit [DBG] from='client.39227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:27:00.601059+0000 mgr.y (mgr.24491) 14074 : audit [DBG] from='client.29322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:00.604558+0000 mgr.y (mgr.24491) 14075 : cluster [DBG] pgmap v12435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:27:00.943722+0000 mon.a (mon.0) 3073 : audit [DBG] from='client.? 172.21.15.177:0/716875905' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:27:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:27:00.324101+0000 mgr.y (mgr.24491) 14073 : audit [DBG] from='client.39227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:27:00.601059+0000 mgr.y (mgr.24491) 14074 : audit [DBG] from='client.29322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:02.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:00.604558+0000 mgr.y (mgr.24491) 14075 : cluster [DBG] pgmap v12435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:02.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:27:00.943722+0000 mon.a (mon.0) 3073 : audit [DBG] from='client.? 172.21.15.177:0/716875905' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:27:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:27:00.324101+0000 mgr.y (mgr.24491) 14073 : audit [DBG] from='client.39227 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:27:00.601059+0000 mgr.y (mgr.24491) 14074 : audit [DBG] from='client.29322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:00.604558+0000 mgr.y (mgr.24491) 14075 : cluster [DBG] pgmap v12435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:27:00.943722+0000 mon.a (mon.0) 3073 : audit [DBG] from='client.? 172.21.15.177:0/716875905' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:27:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:02.605078+0000 mgr.y (mgr.24491) 14076 : cluster [DBG] pgmap v12436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:02.605078+0000 mgr.y (mgr.24491) 14076 : cluster [DBG] pgmap v12436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:02.605078+0000 mgr.y (mgr.24491) 14076 : cluster [DBG] pgmap v12436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:04.605881+0000 mgr.y (mgr.24491) 14077 : cluster [DBG] pgmap v12437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:04.605881+0000 mgr.y (mgr.24491) 14077 : cluster [DBG] pgmap v12437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:04.605881+0000 mgr.y (mgr.24491) 14077 : cluster [DBG] pgmap v12437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:06.606402+0000 mgr.y (mgr.24491) 14078 : cluster [DBG] pgmap v12438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:27:07.400821+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:27:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:27:07.695416+0000 mon.a (mon.0) 3075 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:27:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:27:07.696106+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:27:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:27:07.700642+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:27:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:27:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:06.606402+0000 mgr.y (mgr.24491) 14078 : cluster [DBG] pgmap v12438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:27:07.400821+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:27:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:27:07.695416+0000 mon.a (mon.0) 3075 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:27:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:27:07.696106+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:27:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:27:07.700642+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:06.606402+0000 mgr.y (mgr.24491) 14078 : cluster [DBG] pgmap v12438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:27:07.400821+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:27:07.695416+0000 mon.a (mon.0) 3075 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:27:07.696106+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:27:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:27:07.700642+0000 mon.a (mon.0) 3077 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:27:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:08.606898+0000 mgr.y (mgr.24491) 14079 : cluster [DBG] pgmap v12439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:08.606898+0000 mgr.y (mgr.24491) 14079 : cluster [DBG] pgmap v12439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:08.606898+0000 mgr.y (mgr.24491) 14079 : cluster [DBG] pgmap v12439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:27:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:10.607618+0000 mgr.y (mgr.24491) 14080 : cluster [DBG] pgmap v12440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:10.607618+0000 mgr.y (mgr.24491) 14080 : cluster [DBG] pgmap v12440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:10.607618+0000 mgr.y (mgr.24491) 14080 : cluster [DBG] pgmap v12440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:12.608024+0000 mgr.y (mgr.24491) 14081 : cluster [DBG] pgmap v12441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:12.608024+0000 mgr.y (mgr.24491) 14081 : cluster [DBG] pgmap v12441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:12.608024+0000 mgr.y (mgr.24491) 14081 : cluster [DBG] pgmap v12441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:14.608726+0000 mgr.y (mgr.24491) 14082 : cluster [DBG] pgmap v12442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:14.608726+0000 mgr.y (mgr.24491) 14082 : cluster [DBG] pgmap v12442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:14.608726+0000 mgr.y (mgr.24491) 14082 : cluster [DBG] pgmap v12442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:16.609288+0000 mgr.y (mgr.24491) 14083 : cluster [DBG] pgmap v12443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:27:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:16.609288+0000 mgr.y (mgr.24491) 14083 : cluster [DBG] pgmap v12443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:16.609288+0000 mgr.y (mgr.24491) 14083 : cluster [DBG] pgmap v12443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:18.609736+0000 mgr.y (mgr.24491) 14084 : cluster [DBG] pgmap v12444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:18.609736+0000 mgr.y (mgr.24491) 14084 : cluster [DBG] pgmap v12444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:18.609736+0000 mgr.y (mgr.24491) 14084 : cluster [DBG] pgmap v12444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:27:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:20.610598+0000 mgr.y (mgr.24491) 14085 : cluster [DBG] pgmap v12445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:20.610598+0000 mgr.y (mgr.24491) 14085 : cluster [DBG] pgmap v12445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:20.610598+0000 mgr.y (mgr.24491) 14085 : cluster [DBG] pgmap v12445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:22.611043+0000 mgr.y (mgr.24491) 14086 : cluster [DBG] pgmap v12446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:22.611043+0000 mgr.y (mgr.24491) 14086 : cluster [DBG] pgmap v12446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:22.611043+0000 mgr.y (mgr.24491) 14086 : cluster [DBG] pgmap v12446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:24.611774+0000 mgr.y (mgr.24491) 14087 : cluster [DBG] pgmap v12447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:24.611774+0000 mgr.y (mgr.24491) 14087 : cluster [DBG] pgmap v12447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:24.611774+0000 mgr.y (mgr.24491) 14087 : cluster [DBG] pgmap v12447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:27:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:26.612360+0000 mgr.y (mgr.24491) 14088 : cluster [DBG] pgmap v12448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:26.612360+0000 mgr.y (mgr.24491) 14088 : cluster [DBG] pgmap v12448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:26.612360+0000 mgr.y (mgr.24491) 14088 : cluster [DBG] pgmap v12448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:28.612797+0000 mgr.y (mgr.24491) 14089 : cluster [DBG] pgmap v12449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:28.612797+0000 mgr.y (mgr.24491) 14089 : cluster [DBG] pgmap v12449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:28.612797+0000 mgr.y (mgr.24491) 14089 : cluster [DBG] pgmap v12449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:27:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:27:31.526 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:27:31.526 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:27:31.526 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:27:31.526 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:27:31.526 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:27:31.526 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:27:31.526 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:27:31.526 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:27:31.526 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:27:31.526 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6m ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:27:31.526 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:27:31.527 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:27:31.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:27:31.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:27:31.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:27:31.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:27:31.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:27:31.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:27:31.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:27:31.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:27:31.527 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:27:31.864 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:27:31.864 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:27:31.864 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:27:31.865 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:27:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:30.613443+0000 mgr.y (mgr.24491) 14090 : cluster [DBG] pgmap v12450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:30.613443+0000 mgr.y (mgr.24491) 14090 : cluster [DBG] pgmap v12450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:30.613443+0000 mgr.y (mgr.24491) 14090 : cluster [DBG] pgmap v12450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:27:31.236946+0000 mgr.y (mgr.24491) 14091 : audit [DBG] from='client.29334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:27:31.518639+0000 mgr.y (mgr.24491) 14092 : audit [DBG] from='client.29340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:27:31.865090+0000 mon.c (mon.2) 446 : audit [DBG] from='client.? 172.21.15.177:0/2048508567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:27:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:27:31.236946+0000 mgr.y (mgr.24491) 14091 : audit [DBG] from='client.29334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:27:31.518639+0000 mgr.y (mgr.24491) 14092 : audit [DBG] from='client.29340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:27:31.865090+0000 mon.c (mon.2) 446 : audit [DBG] from='client.? 172.21.15.177:0/2048508567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:27:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:27:31.236946+0000 mgr.y (mgr.24491) 14091 : audit [DBG] from='client.29334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:27:31.518639+0000 mgr.y (mgr.24491) 14092 : audit [DBG] from='client.29340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:27:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:27:31.865090+0000 mon.c (mon.2) 446 : audit [DBG] from='client.? 172.21.15.177:0/2048508567' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:27:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:32.613840+0000 mgr.y (mgr.24491) 14093 : cluster [DBG] pgmap v12451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:32.613840+0000 mgr.y (mgr.24491) 14093 : cluster [DBG] pgmap v12451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:32.613840+0000 mgr.y (mgr.24491) 14093 : cluster [DBG] pgmap v12451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:34.614449+0000 mgr.y (mgr.24491) 14094 : cluster [DBG] pgmap v12452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:34.614449+0000 mgr.y (mgr.24491) 14094 : cluster [DBG] pgmap v12452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:34.614449+0000 mgr.y (mgr.24491) 14094 : cluster [DBG] pgmap v12452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:36.614858+0000 mgr.y (mgr.24491) 14095 : cluster [DBG] pgmap v12453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:38.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:27:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:36.614858+0000 mgr.y (mgr.24491) 14095 : cluster [DBG] pgmap v12453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:36.614858+0000 mgr.y (mgr.24491) 14095 : cluster [DBG] pgmap v12453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:38.615289+0000 mgr.y (mgr.24491) 14096 : cluster [DBG] pgmap v12454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:38.615289+0000 mgr.y (mgr.24491) 14096 : cluster [DBG] pgmap v12454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:38.615289+0000 mgr.y (mgr.24491) 14096 : cluster [DBG] pgmap v12454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:27:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:40.616085+0000 mgr.y (mgr.24491) 14097 : cluster [DBG] pgmap v12455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:40.616085+0000 mgr.y (mgr.24491) 14097 : cluster [DBG] pgmap v12455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:40.616085+0000 mgr.y (mgr.24491) 14097 : cluster [DBG] pgmap v12455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:42.616491+0000 mgr.y (mgr.24491) 14098 : cluster [DBG] pgmap v12456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:44.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:42.616491+0000 mgr.y (mgr.24491) 14098 : cluster [DBG] pgmap v12456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:42.616491+0000 mgr.y (mgr.24491) 14098 : cluster [DBG] pgmap v12456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:44.617191+0000 mgr.y (mgr.24491) 14099 : cluster [DBG] pgmap v12457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:44.617191+0000 mgr.y (mgr.24491) 14099 : cluster [DBG] pgmap v12457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:44.617191+0000 mgr.y (mgr.24491) 14099 : cluster [DBG] pgmap v12457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:27:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:46.617639+0000 mgr.y (mgr.24491) 14100 : cluster [DBG] pgmap v12458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:46.617639+0000 mgr.y (mgr.24491) 14100 : cluster [DBG] pgmap v12458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:46.617639+0000 mgr.y (mgr.24491) 14100 : cluster [DBG] pgmap v12458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:48.618080+0000 mgr.y (mgr.24491) 14101 : cluster [DBG] pgmap v12459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:50.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:48.618080+0000 mgr.y (mgr.24491) 14101 : cluster [DBG] pgmap v12459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:48.618080+0000 mgr.y (mgr.24491) 14101 : cluster [DBG] pgmap v12459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:27:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:50.618804+0000 mgr.y (mgr.24491) 14102 : cluster [DBG] pgmap v12460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:50.618804+0000 mgr.y (mgr.24491) 14102 : cluster [DBG] pgmap v12460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:50.618804+0000 mgr.y (mgr.24491) 14102 : cluster [DBG] pgmap v12460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:52.619425+0000 mgr.y (mgr.24491) 14103 : cluster [DBG] pgmap v12461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:52.619425+0000 mgr.y (mgr.24491) 14103 : cluster [DBG] pgmap v12461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:52.619425+0000 mgr.y (mgr.24491) 14103 : cluster [DBG] pgmap v12461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:54.620149+0000 mgr.y (mgr.24491) 14104 : cluster [DBG] pgmap v12462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:54.620149+0000 mgr.y (mgr.24491) 14104 : cluster [DBG] pgmap v12462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:54.620149+0000 mgr.y (mgr.24491) 14104 : cluster [DBG] pgmap v12462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:27:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:27:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:56.620708+0000 mgr.y (mgr.24491) 14105 : cluster [DBG] pgmap v12463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:56.620708+0000 mgr.y (mgr.24491) 14105 : cluster [DBG] pgmap v12463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:27:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:56.620708+0000 mgr.y (mgr.24491) 14105 : cluster [DBG] pgmap v12463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:27:58.621166+0000 mgr.y (mgr.24491) 14106 : cluster [DBG] pgmap v12464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:27:58.621166+0000 mgr.y (mgr.24491) 14106 : cluster [DBG] pgmap v12464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:27:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:27:58.621166+0000 mgr.y (mgr.24491) 14106 : cluster [DBG] pgmap v12464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:28:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:00.621794+0000 mgr.y (mgr.24491) 14107 : cluster [DBG] pgmap v12465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:00.621794+0000 mgr.y (mgr.24491) 14107 : cluster [DBG] pgmap v12465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:02.174 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:28:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:00.621794+0000 mgr.y (mgr.24491) 14107 : cluster [DBG] pgmap v12465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:02.458 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:28:02.458 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 6m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:28:02.458 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 6m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:28:02.458 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 6m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:28:02.458 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 6m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:28:02.458 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 6m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:28:02.458 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:28:02.458 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:28:02.458 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (6h) 6m ago 6h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:28:02.458 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 6m ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:28:02.458 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 6m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:28:02.459 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 6m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:28:02.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 6m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:28:02.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 6m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:28:02.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 6m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:28:02.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 6m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:28:02.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 6m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:28:02.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 6m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:28:02.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 6m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:28:02.459 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 6m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:28:02.459 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 6m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:28:02.804 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:28:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:28:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:28:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:28:02.804 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:28:02.805 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:28:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:28:02.805030+0000 mon.c (mon.2) 447 : audit [DBG] from='client.? 172.21.15.177:0/2712076385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:28:03.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:28:02.805030+0000 mon.c (mon.2) 447 : audit [DBG] from='client.? 172.21.15.177:0/2712076385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:28:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:28:02.805030+0000 mon.c (mon.2) 447 : audit [DBG] from='client.? 172.21.15.177:0/2712076385' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:28:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:28:02.163341+0000 mgr.y (mgr.24491) 14108 : audit [DBG] from='client.29352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:28:02.450820+0000 mgr.y (mgr.24491) 14109 : audit [DBG] from='client.39269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:02.622168+0000 mgr.y (mgr.24491) 14110 : cluster [DBG] pgmap v12466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:28:02.163341+0000 mgr.y (mgr.24491) 14108 : audit [DBG] from='client.29352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:28:02.450820+0000 mgr.y (mgr.24491) 14109 : audit [DBG] from='client.39269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:02.622168+0000 mgr.y (mgr.24491) 14110 : cluster [DBG] pgmap v12466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:28:02.163341+0000 mgr.y (mgr.24491) 14108 : audit [DBG] from='client.29352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:28:02.450820+0000 mgr.y (mgr.24491) 14109 : audit [DBG] from='client.39269 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:02.622168+0000 mgr.y (mgr.24491) 14110 : cluster [DBG] pgmap v12466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:04.622742+0000 mgr.y (mgr.24491) 14111 : cluster [DBG] pgmap v12467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:04.622742+0000 mgr.y (mgr.24491) 14111 : cluster [DBG] pgmap v12467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:04.622742+0000 mgr.y (mgr.24491) 14111 : cluster [DBG] pgmap v12467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:28:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:06.623153+0000 mgr.y (mgr.24491) 14112 : cluster [DBG] pgmap v12468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:28:07.705160+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:28:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:06.623153+0000 mgr.y (mgr.24491) 14112 : cluster [DBG] pgmap v12468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:28:07.705160+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:28:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:06.623153+0000 mgr.y (mgr.24491) 14112 : cluster [DBG] pgmap v12468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:28:07.705160+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:28:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:28:07.997946+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:28:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:28:07.998633+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:28:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:28:08.002759+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:28:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:28:07.997946+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:28:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:28:07.998633+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:28:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:28:08.002759+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:28:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:28:07.997946+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:28:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:28:07.998633+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:28:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:28:08.002759+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:28:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:08.623710+0000 mgr.y (mgr.24491) 14113 : cluster [DBG] pgmap v12469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:08.623710+0000 mgr.y (mgr.24491) 14113 : cluster [DBG] pgmap v12469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:08.623710+0000 mgr.y (mgr.24491) 14113 : cluster [DBG] pgmap v12469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:28:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:10.624581+0000 mgr.y (mgr.24491) 14114 : cluster [DBG] pgmap v12470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:10.624581+0000 mgr.y (mgr.24491) 14114 : cluster [DBG] pgmap v12470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:10.624581+0000 mgr.y (mgr.24491) 14114 : cluster [DBG] pgmap v12470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:12.624999+0000 mgr.y (mgr.24491) 14115 : cluster [DBG] pgmap v12471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:12.624999+0000 mgr.y (mgr.24491) 14115 : cluster [DBG] pgmap v12471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:12.624999+0000 mgr.y (mgr.24491) 14115 : cluster [DBG] pgmap v12471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:14.625654+0000 mgr.y (mgr.24491) 14116 : cluster [DBG] pgmap v12472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:14.625654+0000 mgr.y (mgr.24491) 14116 : cluster [DBG] pgmap v12472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:14.625654+0000 mgr.y (mgr.24491) 14116 : cluster [DBG] pgmap v12472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:28:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:16.626245+0000 mgr.y (mgr.24491) 14117 : cluster [DBG] pgmap v12473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:16.626245+0000 mgr.y (mgr.24491) 14117 : cluster [DBG] pgmap v12473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:16.626245+0000 mgr.y (mgr.24491) 14117 : cluster [DBG] pgmap v12473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:18.626704+0000 mgr.y (mgr.24491) 14118 : cluster [DBG] pgmap v12474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:18.626704+0000 mgr.y (mgr.24491) 14118 : cluster [DBG] pgmap v12474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:18.626704+0000 mgr.y (mgr.24491) 14118 : cluster [DBG] pgmap v12474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:28:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:20.627480+0000 mgr.y (mgr.24491) 14119 : cluster [DBG] pgmap v12475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:20.627480+0000 mgr.y (mgr.24491) 14119 : cluster [DBG] pgmap v12475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:20.627480+0000 mgr.y (mgr.24491) 14119 : cluster [DBG] pgmap v12475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:22.627983+0000 mgr.y (mgr.24491) 14120 : cluster [DBG] pgmap v12476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:22.627983+0000 mgr.y (mgr.24491) 14120 : cluster [DBG] pgmap v12476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:22.627983+0000 mgr.y (mgr.24491) 14120 : cluster [DBG] pgmap v12476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:24.628805+0000 mgr.y (mgr.24491) 14121 : cluster [DBG] pgmap v12477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:24.628805+0000 mgr.y (mgr.24491) 14121 : cluster [DBG] pgmap v12477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:24.628805+0000 mgr.y (mgr.24491) 14121 : cluster [DBG] pgmap v12477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:28:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:26.629345+0000 mgr.y (mgr.24491) 14122 : cluster [DBG] pgmap v12478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:26.629345+0000 mgr.y (mgr.24491) 14122 : cluster [DBG] pgmap v12478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:26.629345+0000 mgr.y (mgr.24491) 14122 : cluster [DBG] pgmap v12478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:28.629782+0000 mgr.y (mgr.24491) 14123 : cluster [DBG] pgmap v12479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:28.629782+0000 mgr.y (mgr.24491) 14123 : cluster [DBG] pgmap v12479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:28.629782+0000 mgr.y (mgr.24491) 14123 : cluster [DBG] pgmap v12479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:28:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:30.630568+0000 mgr.y (mgr.24491) 14124 : cluster [DBG] pgmap v12480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:30.630568+0000 mgr.y (mgr.24491) 14124 : cluster [DBG] pgmap v12480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:30.630568+0000 mgr.y (mgr.24491) 14124 : cluster [DBG] pgmap v12480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:33.118 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:28:33.391 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:28:33.391 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:28:33.391 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 7m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 7m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (6h) 7m ago 6h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (6h) 7m ago 6h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 7m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:28:33.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 7m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:28:33.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 7m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:28:33.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 7m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:28:33.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 7m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:28:33.393 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 7m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:28:33.726 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:28:33.726 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:28:33.726 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:28:33.726 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:28:33.726 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:28:33.726 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:28:33.726 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:28:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:28:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:28:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:28:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:28:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:28:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:28:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:28:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:28:33.727 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:28:33.727 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:28:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:32.631150+0000 mgr.y (mgr.24491) 14125 : cluster [DBG] pgmap v12481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:28:33.726699+0000 mon.a (mon.0) 3082 : audit [DBG] from='client.? 172.21.15.177:0/166728778' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:28:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:32.631150+0000 mgr.y (mgr.24491) 14125 : cluster [DBG] pgmap v12481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:28:33.726699+0000 mon.a (mon.0) 3082 : audit [DBG] from='client.? 172.21.15.177:0/166728778' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:28:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:32.631150+0000 mgr.y (mgr.24491) 14125 : cluster [DBG] pgmap v12481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:28:33.726699+0000 mon.a (mon.0) 3082 : audit [DBG] from='client.? 172.21.15.177:0/166728778' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:28:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:28:33.105111+0000 mgr.y (mgr.24491) 14126 : audit [DBG] from='client.29370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:35.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:28:33.384361+0000 mgr.y (mgr.24491) 14127 : audit [DBG] from='client.29376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:28:33.105111+0000 mgr.y (mgr.24491) 14126 : audit [DBG] from='client.29370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:28:33.384361+0000 mgr.y (mgr.24491) 14127 : audit [DBG] from='client.29376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:28:33.105111+0000 mgr.y (mgr.24491) 14126 : audit [DBG] from='client.29370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:28:33.384361+0000 mgr.y (mgr.24491) 14127 : audit [DBG] from='client.29376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:28:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:34.631847+0000 mgr.y (mgr.24491) 14128 : cluster [DBG] pgmap v12482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:34.631847+0000 mgr.y (mgr.24491) 14128 : cluster [DBG] pgmap v12482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:34.631847+0000 mgr.y (mgr.24491) 14128 : cluster [DBG] pgmap v12482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:28:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:36.632365+0000 mgr.y (mgr.24491) 14129 : cluster [DBG] pgmap v12483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:36.632365+0000 mgr.y (mgr.24491) 14129 : cluster [DBG] pgmap v12483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:36.632365+0000 mgr.y (mgr.24491) 14129 : cluster [DBG] pgmap v12483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:38.632752+0000 mgr.y (mgr.24491) 14130 : cluster [DBG] pgmap v12484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:38.632752+0000 mgr.y (mgr.24491) 14130 : cluster [DBG] pgmap v12484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:38.632752+0000 mgr.y (mgr.24491) 14130 : cluster [DBG] pgmap v12484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:41.502 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:28:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:40.633486+0000 mgr.y (mgr.24491) 14131 : cluster [DBG] pgmap v12485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:40.633486+0000 mgr.y (mgr.24491) 14131 : cluster [DBG] pgmap v12485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:40.633486+0000 mgr.y (mgr.24491) 14131 : cluster [DBG] pgmap v12485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:42.634027+0000 mgr.y (mgr.24491) 14132 : cluster [DBG] pgmap v12486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:42.634027+0000 mgr.y (mgr.24491) 14132 : cluster [DBG] pgmap v12486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:42.634027+0000 mgr.y (mgr.24491) 14132 : cluster [DBG] pgmap v12486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:44.634702+0000 mgr.y (mgr.24491) 14133 : cluster [DBG] pgmap v12487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:44.634702+0000 mgr.y (mgr.24491) 14133 : cluster [DBG] pgmap v12487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:44.634702+0000 mgr.y (mgr.24491) 14133 : cluster [DBG] pgmap v12487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:28:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:46.635102+0000 mgr.y (mgr.24491) 14134 : cluster [DBG] pgmap v12488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:46.635102+0000 mgr.y (mgr.24491) 14134 : cluster [DBG] pgmap v12488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:46.635102+0000 mgr.y (mgr.24491) 14134 : cluster [DBG] pgmap v12488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:48.635580+0000 mgr.y (mgr.24491) 14135 : cluster [DBG] pgmap v12489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:48.635580+0000 mgr.y (mgr.24491) 14135 : cluster [DBG] pgmap v12489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:48.635580+0000 mgr.y (mgr.24491) 14135 : cluster [DBG] pgmap v12489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:28:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:50.636286+0000 mgr.y (mgr.24491) 14136 : cluster [DBG] pgmap v12490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:50.636286+0000 mgr.y (mgr.24491) 14136 : cluster [DBG] pgmap v12490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:50.636286+0000 mgr.y (mgr.24491) 14136 : cluster [DBG] pgmap v12490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:52.636688+0000 mgr.y (mgr.24491) 14137 : cluster [DBG] pgmap v12491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:52.636688+0000 mgr.y (mgr.24491) 14137 : cluster [DBG] pgmap v12491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:52.636688+0000 mgr.y (mgr.24491) 14137 : cluster [DBG] pgmap v12491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:54.637499+0000 mgr.y (mgr.24491) 14138 : cluster [DBG] pgmap v12492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:54.637499+0000 mgr.y (mgr.24491) 14138 : cluster [DBG] pgmap v12492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:54.637499+0000 mgr.y (mgr.24491) 14138 : cluster [DBG] pgmap v12492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:56.637991+0000 mgr.y (mgr.24491) 14139 : cluster [DBG] pgmap v12493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:58.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:28:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:28:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:56.637991+0000 mgr.y (mgr.24491) 14139 : cluster [DBG] pgmap v12493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:28:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:56.637991+0000 mgr.y (mgr.24491) 14139 : cluster [DBG] pgmap v12493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:28:58.638410+0000 mgr.y (mgr.24491) 14140 : cluster [DBG] pgmap v12494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:28:58.638410+0000 mgr.y (mgr.24491) 14140 : cluster [DBG] pgmap v12494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:28:58.638410+0000 mgr.y (mgr.24491) 14140 : cluster [DBG] pgmap v12494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:29:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:00.639187+0000 mgr.y (mgr.24491) 14141 : cluster [DBG] pgmap v12495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:00.639187+0000 mgr.y (mgr.24491) 14141 : cluster [DBG] pgmap v12495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:00.639187+0000 mgr.y (mgr.24491) 14141 : cluster [DBG] pgmap v12495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:04.038 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:29:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:02.639670+0000 mgr.y (mgr.24491) 14142 : cluster [DBG] pgmap v12496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:04.313 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:29:04.313 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 7m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:29:04.313 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 7m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:29:04.313 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 7m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 7m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 7m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 7m ago 7h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 7m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 7m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (6h) 7m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (6h) 7m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 7m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 7m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 7m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:29:04.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 7m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:29:04.315 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 7m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:29:04.315 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 7m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:29:04.315 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 7m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:29:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:02.639670+0000 mgr.y (mgr.24491) 14142 : cluster [DBG] pgmap v12496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:02.639670+0000 mgr.y (mgr.24491) 14142 : cluster [DBG] pgmap v12496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:04.647 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:29:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:29:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:29:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:29:04.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:29:04.648 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:29:05.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:04.647900+0000 mon.c (mon.2) 448 : audit [DBG] from='client.? 172.21.15.177:0/2067750048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:29:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:04.647900+0000 mon.c (mon.2) 448 : audit [DBG] from='client.? 172.21.15.177:0/2067750048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:29:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:04.647900+0000 mon.c (mon.2) 448 : audit [DBG] from='client.? 172.21.15.177:0/2067750048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:29:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:04.027503+0000 mgr.y (mgr.24491) 14143 : audit [DBG] from='client.39299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:04.306783+0000 mgr.y (mgr.24491) 14144 : audit [DBG] from='client.39305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:04.640258+0000 mgr.y (mgr.24491) 14145 : cluster [DBG] pgmap v12497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:04.027503+0000 mgr.y (mgr.24491) 14143 : audit [DBG] from='client.39299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:04.306783+0000 mgr.y (mgr.24491) 14144 : audit [DBG] from='client.39305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:04.640258+0000 mgr.y (mgr.24491) 14145 : cluster [DBG] pgmap v12497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:04.027503+0000 mgr.y (mgr.24491) 14143 : audit [DBG] from='client.39299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:04.306783+0000 mgr.y (mgr.24491) 14144 : audit [DBG] from='client.39305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:04.640258+0000 mgr.y (mgr.24491) 14145 : cluster [DBG] pgmap v12497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:07] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:29:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:06.640654+0000 mgr.y (mgr.24491) 14146 : cluster [DBG] pgmap v12498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:06.640654+0000 mgr.y (mgr.24491) 14146 : cluster [DBG] pgmap v12498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:06.640654+0000 mgr.y (mgr.24491) 14146 : cluster [DBG] pgmap v12498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:08.007627+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:29:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:08.297790+0000 mon.a (mon.0) 3084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:08.298372+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:08.298838+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:08.299301+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:08.303625+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:29:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:08.304421+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:29:09.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:08.305080+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:29:09.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:08.309554+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:29:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:08.007627+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:29:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:08.297790+0000 mon.a (mon.0) 3084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:08.298372+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:08.298838+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:08.299301+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:08.303625+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:08.304421+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:08.305080+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:08.309554+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:08.007627+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:08.297790+0000 mon.a (mon.0) 3084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:08.298372+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:08.298838+0000 mon.a (mon.0) 3086 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:08.299301+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:08.303625+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:08.304421+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:29:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:08.305080+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:29:09.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:08.309554+0000 mon.a (mon.0) 3091 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:29:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T10:29:08.299660+0000 mgr.y (mgr.24491) 14147 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2475M 2024-04-20T10:29:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:08.641104+0000 mgr.y (mgr.24491) 14148 : cluster [DBG] pgmap v12499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T10:29:08.299660+0000 mgr.y (mgr.24491) 14147 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2475M 2024-04-20T10:29:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:08.641104+0000 mgr.y (mgr.24491) 14148 : cluster [DBG] pgmap v12499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T10:29:08.299660+0000 mgr.y (mgr.24491) 14147 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2475M 2024-04-20T10:29:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:08.641104+0000 mgr.y (mgr.24491) 14148 : cluster [DBG] pgmap v12499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:29:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:10.641912+0000 mgr.y (mgr.24491) 14149 : cluster [DBG] pgmap v12500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:10.641912+0000 mgr.y (mgr.24491) 14149 : cluster [DBG] pgmap v12500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:10.641912+0000 mgr.y (mgr.24491) 14149 : cluster [DBG] pgmap v12500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:12.642448+0000 mgr.y (mgr.24491) 14150 : cluster [DBG] pgmap v12501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:12.642448+0000 mgr.y (mgr.24491) 14150 : cluster [DBG] pgmap v12501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:12.642448+0000 mgr.y (mgr.24491) 14150 : cluster [DBG] pgmap v12501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:14.643139+0000 mgr.y (mgr.24491) 14151 : cluster [DBG] pgmap v12502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:14.643139+0000 mgr.y (mgr.24491) 14151 : cluster [DBG] pgmap v12502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:14.643139+0000 mgr.y (mgr.24491) 14151 : cluster [DBG] pgmap v12502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:17.984 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:17] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T10:29:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:16.643510+0000 mgr.y (mgr.24491) 14152 : cluster [DBG] pgmap v12503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:16.643510+0000 mgr.y (mgr.24491) 14152 : cluster [DBG] pgmap v12503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:16.643510+0000 mgr.y (mgr.24491) 14152 : cluster [DBG] pgmap v12503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:18.644081+0000 mgr.y (mgr.24491) 14153 : cluster [DBG] pgmap v12504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:18.644081+0000 mgr.y (mgr.24491) 14153 : cluster [DBG] pgmap v12504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:18.644081+0000 mgr.y (mgr.24491) 14153 : cluster [DBG] pgmap v12504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:29:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:20.644743+0000 mgr.y (mgr.24491) 14154 : cluster [DBG] pgmap v12505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:20.644743+0000 mgr.y (mgr.24491) 14154 : cluster [DBG] pgmap v12505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:20.644743+0000 mgr.y (mgr.24491) 14154 : cluster [DBG] pgmap v12505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:22.645227+0000 mgr.y (mgr.24491) 14155 : cluster [DBG] pgmap v12506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:22.645227+0000 mgr.y (mgr.24491) 14155 : cluster [DBG] pgmap v12506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:22.645227+0000 mgr.y (mgr.24491) 14155 : cluster [DBG] pgmap v12506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:24.645888+0000 mgr.y (mgr.24491) 14156 : cluster [DBG] pgmap v12507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:24.645888+0000 mgr.y (mgr.24491) 14156 : cluster [DBG] pgmap v12507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:24.645888+0000 mgr.y (mgr.24491) 14156 : cluster [DBG] pgmap v12507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:26.646374+0000 mgr.y (mgr.24491) 14157 : cluster [DBG] pgmap v12508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:26.646374+0000 mgr.y (mgr.24491) 14157 : cluster [DBG] pgmap v12508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:27] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T10:29:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:26.646374+0000 mgr.y (mgr.24491) 14157 : cluster [DBG] pgmap v12508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:28.646968+0000 mgr.y (mgr.24491) 14158 : cluster [DBG] pgmap v12509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:28.646968+0000 mgr.y (mgr.24491) 14158 : cluster [DBG] pgmap v12509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:28.646968+0000 mgr.y (mgr.24491) 14158 : cluster [DBG] pgmap v12509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:29:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:30.647667+0000 mgr.y (mgr.24491) 14159 : cluster [DBG] pgmap v12510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:30.647667+0000 mgr.y (mgr.24491) 14159 : cluster [DBG] pgmap v12510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:30.647667+0000 mgr.y (mgr.24491) 14159 : cluster [DBG] pgmap v12510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:32.648129+0000 mgr.y (mgr.24491) 14160 : cluster [DBG] pgmap v12511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:32.648129+0000 mgr.y (mgr.24491) 14160 : cluster [DBG] pgmap v12511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:32.648129+0000 mgr.y (mgr.24491) 14160 : cluster [DBG] pgmap v12511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:34.961 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:29:35.237 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:29:35.237 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 8m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:29:35.237 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 8m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:29:35.237 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 8m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:29:35.237 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 8m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 8m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 8m ago 7h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 8m ago 7h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 8m ago 7h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 8m ago 7h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 8m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 8m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 8m ago 7h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 8m ago 6h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (6h) 8m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 8m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 8m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 8m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 8m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:29:35.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 8m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:29:35.239 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 8m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:29:35.571 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:29:35.571 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:29:35.571 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:29:35.571 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:29:35.571 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:29:35.571 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:29:35.571 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:29:35.572 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:29:35.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:29:35.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:29:35.572 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:29:35.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:29:35.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:29:35.572 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:29:35.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:29:35.572 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:29:35.572 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:29:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:34.648791+0000 mgr.y (mgr.24491) 14161 : cluster [DBG] pgmap v12512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:34.950392+0000 mgr.y (mgr.24491) 14162 : audit [DBG] from='client.39317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:35.571856+0000 mon.c (mon.2) 449 : audit [DBG] from='client.? 172.21.15.177:0/1447397412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:29:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:34.648791+0000 mgr.y (mgr.24491) 14161 : cluster [DBG] pgmap v12512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:34.950392+0000 mgr.y (mgr.24491) 14162 : audit [DBG] from='client.39317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:35.571856+0000 mon.c (mon.2) 449 : audit [DBG] from='client.? 172.21.15.177:0/1447397412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:29:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:34.648791+0000 mgr.y (mgr.24491) 14161 : cluster [DBG] pgmap v12512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:34.950392+0000 mgr.y (mgr.24491) 14162 : audit [DBG] from='client.39317 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:35.571856+0000 mon.c (mon.2) 449 : audit [DBG] from='client.? 172.21.15.177:0/1447397412' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:29:37.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:29:35.230618+0000 mgr.y (mgr.24491) 14163 : audit [DBG] from='client.29412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:29:35.230618+0000 mgr.y (mgr.24491) 14163 : audit [DBG] from='client.29412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:29:35.230618+0000 mgr.y (mgr.24491) 14163 : audit [DBG] from='client.29412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:29:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:36.649216+0000 mgr.y (mgr.24491) 14164 : cluster [DBG] pgmap v12513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:29:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:36.649216+0000 mgr.y (mgr.24491) 14164 : cluster [DBG] pgmap v12513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:36.649216+0000 mgr.y (mgr.24491) 14164 : cluster [DBG] pgmap v12513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:38.649667+0000 mgr.y (mgr.24491) 14165 : cluster [DBG] pgmap v12514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:38.649667+0000 mgr.y (mgr.24491) 14165 : cluster [DBG] pgmap v12514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:38.649667+0000 mgr.y (mgr.24491) 14165 : cluster [DBG] pgmap v12514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:29:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:40.650372+0000 mgr.y (mgr.24491) 14166 : cluster [DBG] pgmap v12515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:40.650372+0000 mgr.y (mgr.24491) 14166 : cluster [DBG] pgmap v12515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:40.650372+0000 mgr.y (mgr.24491) 14166 : cluster [DBG] pgmap v12515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:42.650857+0000 mgr.y (mgr.24491) 14167 : cluster [DBG] pgmap v12516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:42.650857+0000 mgr.y (mgr.24491) 14167 : cluster [DBG] pgmap v12516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:42.650857+0000 mgr.y (mgr.24491) 14167 : cluster [DBG] pgmap v12516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:44.651600+0000 mgr.y (mgr.24491) 14168 : cluster [DBG] pgmap v12517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:44.651600+0000 mgr.y (mgr.24491) 14168 : cluster [DBG] pgmap v12517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:44.651600+0000 mgr.y (mgr.24491) 14168 : cluster [DBG] pgmap v12517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:46.652097+0000 mgr.y (mgr.24491) 14169 : cluster [DBG] pgmap v12518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:47] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:29:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:46.652097+0000 mgr.y (mgr.24491) 14169 : cluster [DBG] pgmap v12518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:46.652097+0000 mgr.y (mgr.24491) 14169 : cluster [DBG] pgmap v12518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:48.652481+0000 mgr.y (mgr.24491) 14170 : cluster [DBG] pgmap v12519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:48.652481+0000 mgr.y (mgr.24491) 14170 : cluster [DBG] pgmap v12519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:48.652481+0000 mgr.y (mgr.24491) 14170 : cluster [DBG] pgmap v12519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:29:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:50.653196+0000 mgr.y (mgr.24491) 14171 : cluster [DBG] pgmap v12520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:50.653196+0000 mgr.y (mgr.24491) 14171 : cluster [DBG] pgmap v12520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:50.653196+0000 mgr.y (mgr.24491) 14171 : cluster [DBG] pgmap v12520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:52.653638+0000 mgr.y (mgr.24491) 14172 : cluster [DBG] pgmap v12521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:52.653638+0000 mgr.y (mgr.24491) 14172 : cluster [DBG] pgmap v12521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:52.653638+0000 mgr.y (mgr.24491) 14172 : cluster [DBG] pgmap v12521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:54.654233+0000 mgr.y (mgr.24491) 14173 : cluster [DBG] pgmap v12522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:54.654233+0000 mgr.y (mgr.24491) 14173 : cluster [DBG] pgmap v12522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:54.654233+0000 mgr.y (mgr.24491) 14173 : cluster [DBG] pgmap v12522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:29:57] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:29:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:56.654758+0000 mgr.y (mgr.24491) 14174 : cluster [DBG] pgmap v12523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:56.654758+0000 mgr.y (mgr.24491) 14174 : cluster [DBG] pgmap v12523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:29:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:56.654758+0000 mgr.y (mgr.24491) 14174 : cluster [DBG] pgmap v12523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:29:58.655302+0000 mgr.y (mgr.24491) 14175 : cluster [DBG] pgmap v12524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:00.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:29:58.655302+0000 mgr.y (mgr.24491) 14175 : cluster [DBG] pgmap v12524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:00.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T10:29:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:30:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:29:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:29:58.655302+0000 mgr.y (mgr.24491) 14175 : cluster [DBG] pgmap v12524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:00.000117+0000 mon.a (mon.0) 3092 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:30:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:00.000117+0000 mon.a (mon.0) 3092 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:30:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:00.000117+0000 mon.a (mon.0) 3092 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:30:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:30:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:00.655924+0000 mgr.y (mgr.24491) 14176 : cluster [DBG] pgmap v12525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:00.655924+0000 mgr.y (mgr.24491) 14176 : cluster [DBG] pgmap v12525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:00.655924+0000 mgr.y (mgr.24491) 14176 : cluster [DBG] pgmap v12525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:02.656354+0000 mgr.y (mgr.24491) 14177 : cluster [DBG] pgmap v12526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:02.656354+0000 mgr.y (mgr.24491) 14177 : cluster [DBG] pgmap v12526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:02.656354+0000 mgr.y (mgr.24491) 14177 : cluster [DBG] pgmap v12526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:05.884 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:30:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:04.657148+0000 mgr.y (mgr.24491) 14178 : cluster [DBG] pgmap v12527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:04.657148+0000 mgr.y (mgr.24491) 14178 : cluster [DBG] pgmap v12527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:06.159 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 9m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 9m ago 7h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 9m ago 7h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 9m ago 7h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 9m ago 7h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 9m ago 7h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:30:06.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 9m ago 7h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:30:06.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 9m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:30:06.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (6h) 9m ago 6h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:30:06.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:30:06.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:30:06.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:30:06.161 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:30:06.161 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:30:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:04.657148+0000 mgr.y (mgr.24491) 14178 : cluster [DBG] pgmap v12527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:06.493 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:30:06.493 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:30:06.493 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:30:06.493 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:30:06.493 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:30:06.493 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:30:06.493 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:30:06.493 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:30:06.493 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:30:06.494 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:30:06.494 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:30:06.494 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:30:06.494 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:30:06.494 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:30:06.494 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:30:06.494 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:30:06.494 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:30:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:30:05.873113+0000 mgr.y (mgr.24491) 14179 : audit [DBG] from='client.29424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:30:06.493832+0000 mon.c (mon.2) 450 : audit [DBG] from='client.? 172.21.15.177:0/3211846478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:30:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:30:05.873113+0000 mgr.y (mgr.24491) 14179 : audit [DBG] from='client.29424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:07.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:30:06.493832+0000 mon.c (mon.2) 450 : audit [DBG] from='client.? 172.21.15.177:0/3211846478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:30:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:30:05.873113+0000 mgr.y (mgr.24491) 14179 : audit [DBG] from='client.29424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:30:06.493832+0000 mon.c (mon.2) 450 : audit [DBG] from='client.? 172.21.15.177:0/3211846478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:30:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:30:06.152798+0000 mgr.y (mgr.24491) 14180 : audit [DBG] from='client.29430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:06.657496+0000 mgr.y (mgr.24491) 14181 : cluster [DBG] pgmap v12528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:30:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:30:06.152798+0000 mgr.y (mgr.24491) 14180 : audit [DBG] from='client.29430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:06.657496+0000 mgr.y (mgr.24491) 14181 : cluster [DBG] pgmap v12528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:30:06.152798+0000 mgr.y (mgr.24491) 14180 : audit [DBG] from='client.29430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:06.657496+0000 mgr.y (mgr.24491) 14181 : cluster [DBG] pgmap v12528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:30:08.313849+0000 mon.a (mon.0) 3093 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:30:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:30:08.603473+0000 mon.a (mon.0) 3094 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:30:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:30:08.604109+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:30:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:30:08.608471+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:30:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:30:08.313849+0000 mon.a (mon.0) 3093 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:30:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:30:08.603473+0000 mon.a (mon.0) 3094 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:30:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:30:08.604109+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:30:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:30:08.608471+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:30:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:30:08.313849+0000 mon.a (mon.0) 3093 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:30:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:30:08.603473+0000 mon.a (mon.0) 3094 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:30:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:30:08.604109+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:30:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:30:08.608471+0000 mon.a (mon.0) 3096 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:30:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:08.657814+0000 mgr.y (mgr.24491) 14182 : cluster [DBG] pgmap v12529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:08.657814+0000 mgr.y (mgr.24491) 14182 : cluster [DBG] pgmap v12529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:08.657814+0000 mgr.y (mgr.24491) 14182 : cluster [DBG] pgmap v12529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:30:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:10.658516+0000 mgr.y (mgr.24491) 14183 : cluster [DBG] pgmap v12530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:10.658516+0000 mgr.y (mgr.24491) 14183 : cluster [DBG] pgmap v12530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:10.658516+0000 mgr.y (mgr.24491) 14183 : cluster [DBG] pgmap v12530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:12.659056+0000 mgr.y (mgr.24491) 14184 : cluster [DBG] pgmap v12531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:12.659056+0000 mgr.y (mgr.24491) 14184 : cluster [DBG] pgmap v12531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:12.659056+0000 mgr.y (mgr.24491) 14184 : cluster [DBG] pgmap v12531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:14.659663+0000 mgr.y (mgr.24491) 14185 : cluster [DBG] pgmap v12532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:14.659663+0000 mgr.y (mgr.24491) 14185 : cluster [DBG] pgmap v12532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:14.659663+0000 mgr.y (mgr.24491) 14185 : cluster [DBG] pgmap v12532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:17] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:30:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:16.660083+0000 mgr.y (mgr.24491) 14186 : cluster [DBG] pgmap v12533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:16.660083+0000 mgr.y (mgr.24491) 14186 : cluster [DBG] pgmap v12533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:16.660083+0000 mgr.y (mgr.24491) 14186 : cluster [DBG] pgmap v12533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:18.660478+0000 mgr.y (mgr.24491) 14187 : cluster [DBG] pgmap v12534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:18.660478+0000 mgr.y (mgr.24491) 14187 : cluster [DBG] pgmap v12534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:18.660478+0000 mgr.y (mgr.24491) 14187 : cluster [DBG] pgmap v12534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:30:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:20.661171+0000 mgr.y (mgr.24491) 14188 : cluster [DBG] pgmap v12535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:20.661171+0000 mgr.y (mgr.24491) 14188 : cluster [DBG] pgmap v12535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:20.661171+0000 mgr.y (mgr.24491) 14188 : cluster [DBG] pgmap v12535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:24.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:22.661739+0000 mgr.y (mgr.24491) 14189 : cluster [DBG] pgmap v12536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:24.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:22.661739+0000 mgr.y (mgr.24491) 14189 : cluster [DBG] pgmap v12536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:22.661739+0000 mgr.y (mgr.24491) 14189 : cluster [DBG] pgmap v12536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:24.662556+0000 mgr.y (mgr.24491) 14190 : cluster [DBG] pgmap v12537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:24.662556+0000 mgr.y (mgr.24491) 14190 : cluster [DBG] pgmap v12537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:24.662556+0000 mgr.y (mgr.24491) 14190 : cluster [DBG] pgmap v12537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:27] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:30:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:26.662905+0000 mgr.y (mgr.24491) 14191 : cluster [DBG] pgmap v12538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:26.662905+0000 mgr.y (mgr.24491) 14191 : cluster [DBG] pgmap v12538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:26.662905+0000 mgr.y (mgr.24491) 14191 : cluster [DBG] pgmap v12538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:28.663339+0000 mgr.y (mgr.24491) 14192 : cluster [DBG] pgmap v12539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:28.663339+0000 mgr.y (mgr.24491) 14192 : cluster [DBG] pgmap v12539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:28.663339+0000 mgr.y (mgr.24491) 14192 : cluster [DBG] pgmap v12539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:30:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:30.664063+0000 mgr.y (mgr.24491) 14193 : cluster [DBG] pgmap v12540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:30.664063+0000 mgr.y (mgr.24491) 14193 : cluster [DBG] pgmap v12540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:30.664063+0000 mgr.y (mgr.24491) 14193 : cluster [DBG] pgmap v12540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:32.664470+0000 mgr.y (mgr.24491) 14194 : cluster [DBG] pgmap v12541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:32.664470+0000 mgr.y (mgr.24491) 14194 : cluster [DBG] pgmap v12541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:32.664470+0000 mgr.y (mgr.24491) 14194 : cluster [DBG] pgmap v12541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:34.665212+0000 mgr.y (mgr.24491) 14195 : cluster [DBG] pgmap v12542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:34.665212+0000 mgr.y (mgr.24491) 14195 : cluster [DBG] pgmap v12542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:34.665212+0000 mgr.y (mgr.24491) 14195 : cluster [DBG] pgmap v12542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:36.806 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:30:37.082 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:30:37.082 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 9m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:30:37.082 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 9m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:30:37.083 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 9m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:30:37.083 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 9m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:30:37.083 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 9m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:30:37.083 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 9m ago 7h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:30:37.083 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 9m ago 7h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:30:37.083 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 9m ago 7h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:30:37.083 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 9m ago 7h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:30:37.083 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 9m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:30:37.083 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 9m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:30:37.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 9m ago 7h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:30:37.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 9m ago 7h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:30:37.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 9m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:30:37.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 9m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:30:37.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (6h) 9m ago 6h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:30:37.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 9m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:30:37.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 9m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:30:37.084 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 9m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:30:37.084 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 9m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:30:37.413 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:30:37.413 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:30:37.413 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:30:37.413 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:30:37.414 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:30:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:37] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:30:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:36.665565+0000 mgr.y (mgr.24491) 14196 : cluster [DBG] pgmap v12543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:30:36.795001+0000 mgr.y (mgr.24491) 14197 : audit [DBG] from='client.39353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:30:37.412178+0000 mon.a (mon.0) 3097 : audit [DBG] from='client.? 172.21.15.177:0/1825353146' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:30:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:36.665565+0000 mgr.y (mgr.24491) 14196 : cluster [DBG] pgmap v12543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:30:36.795001+0000 mgr.y (mgr.24491) 14197 : audit [DBG] from='client.39353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:30:37.412178+0000 mon.a (mon.0) 3097 : audit [DBG] from='client.? 172.21.15.177:0/1825353146' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:30:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:36.665565+0000 mgr.y (mgr.24491) 14196 : cluster [DBG] pgmap v12543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:30:36.795001+0000 mgr.y (mgr.24491) 14197 : audit [DBG] from='client.39353 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:30:37.412178+0000 mon.a (mon.0) 3097 : audit [DBG] from='client.? 172.21.15.177:0/1825353146' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:30:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:30:37.075280+0000 mgr.y (mgr.24491) 14198 : audit [DBG] from='client.29448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:30:37.075280+0000 mgr.y (mgr.24491) 14198 : audit [DBG] from='client.29448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:30:37.075280+0000 mgr.y (mgr.24491) 14198 : audit [DBG] from='client.29448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:30:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:38.666036+0000 mgr.y (mgr.24491) 14199 : cluster [DBG] pgmap v12544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:38.666036+0000 mgr.y (mgr.24491) 14199 : cluster [DBG] pgmap v12544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:38.666036+0000 mgr.y (mgr.24491) 14199 : cluster [DBG] pgmap v12544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:30:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:40.666722+0000 mgr.y (mgr.24491) 14200 : cluster [DBG] pgmap v12545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:40.666722+0000 mgr.y (mgr.24491) 14200 : cluster [DBG] pgmap v12545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:40.666722+0000 mgr.y (mgr.24491) 14200 : cluster [DBG] pgmap v12545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:42.667181+0000 mgr.y (mgr.24491) 14201 : cluster [DBG] pgmap v12546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:42.667181+0000 mgr.y (mgr.24491) 14201 : cluster [DBG] pgmap v12546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:42.667181+0000 mgr.y (mgr.24491) 14201 : cluster [DBG] pgmap v12546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:44.667778+0000 mgr.y (mgr.24491) 14202 : cluster [DBG] pgmap v12547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:44.667778+0000 mgr.y (mgr.24491) 14202 : cluster [DBG] pgmap v12547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:44.667778+0000 mgr.y (mgr.24491) 14202 : cluster [DBG] pgmap v12547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:47] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T10:30:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:46.668352+0000 mgr.y (mgr.24491) 14203 : cluster [DBG] pgmap v12548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:46.668352+0000 mgr.y (mgr.24491) 14203 : cluster [DBG] pgmap v12548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:46.668352+0000 mgr.y (mgr.24491) 14203 : cluster [DBG] pgmap v12548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:48.668919+0000 mgr.y (mgr.24491) 14204 : cluster [DBG] pgmap v12549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:48.668919+0000 mgr.y (mgr.24491) 14204 : cluster [DBG] pgmap v12549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:48.668919+0000 mgr.y (mgr.24491) 14204 : cluster [DBG] pgmap v12549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:30:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:50.669532+0000 mgr.y (mgr.24491) 14205 : cluster [DBG] pgmap v12550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:50.669532+0000 mgr.y (mgr.24491) 14205 : cluster [DBG] pgmap v12550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:50.669532+0000 mgr.y (mgr.24491) 14205 : cluster [DBG] pgmap v12550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:52.669999+0000 mgr.y (mgr.24491) 14206 : cluster [DBG] pgmap v12551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:52.669999+0000 mgr.y (mgr.24491) 14206 : cluster [DBG] pgmap v12551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:52.669999+0000 mgr.y (mgr.24491) 14206 : cluster [DBG] pgmap v12551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:54.670799+0000 mgr.y (mgr.24491) 14207 : cluster [DBG] pgmap v12552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:54.670799+0000 mgr.y (mgr.24491) 14207 : cluster [DBG] pgmap v12552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:54.670799+0000 mgr.y (mgr.24491) 14207 : cluster [DBG] pgmap v12552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:30:57] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T10:30:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:56.671239+0000 mgr.y (mgr.24491) 14208 : cluster [DBG] pgmap v12553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:56.671239+0000 mgr.y (mgr.24491) 14208 : cluster [DBG] pgmap v12553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:30:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:56.671239+0000 mgr.y (mgr.24491) 14208 : cluster [DBG] pgmap v12553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:30:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:30:58.671798+0000 mgr.y (mgr.24491) 14209 : cluster [DBG] pgmap v12554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:30:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:30:58.671798+0000 mgr.y (mgr.24491) 14209 : cluster [DBG] pgmap v12554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:30:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:30:58.671798+0000 mgr.y (mgr.24491) 14209 : cluster [DBG] pgmap v12554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:31:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:00.672571+0000 mgr.y (mgr.24491) 14210 : cluster [DBG] pgmap v12555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:00.672571+0000 mgr.y (mgr.24491) 14210 : cluster [DBG] pgmap v12555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:00.672571+0000 mgr.y (mgr.24491) 14210 : cluster [DBG] pgmap v12555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:02.673011+0000 mgr.y (mgr.24491) 14211 : cluster [DBG] pgmap v12556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:02.673011+0000 mgr.y (mgr.24491) 14211 : cluster [DBG] pgmap v12556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:02.673011+0000 mgr.y (mgr.24491) 14211 : cluster [DBG] pgmap v12556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:04.673648+0000 mgr.y (mgr.24491) 14212 : cluster [DBG] pgmap v12557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:06.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:04.673648+0000 mgr.y (mgr.24491) 14212 : cluster [DBG] pgmap v12557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:06.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:04.673648+0000 mgr.y (mgr.24491) 14212 : cluster [DBG] pgmap v12557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:07.722 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:31:08.002 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:31:08.002 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 10m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:31:08.002 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 10m ago 6h 63.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:31:08.002 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 10m ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:31:08.002 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 10m ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:31:08.002 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 10m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:31:08.002 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 10m ago 7h 477M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:31:08.002 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 10m ago 7h 1076M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:31:08.002 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 10m ago 7h 603M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:31:08.002 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 10m ago 7h 610M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:31:08.003 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 10m ago 6h 25.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:31:08.003 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 10m ago 6h 25.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:31:08.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 10m ago 7h 45.9M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:31:08.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 10m ago 7h 45.9M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:31:08.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 10m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:31:08.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 10m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:31:08.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 10m ago 7h 44.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:31:08.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (6h) 10m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:31:08.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (6h) 10m ago 6h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:31:08.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 10m ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:31:08.003 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 10m ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:31:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:07] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:31:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:06.674165+0000 mgr.y (mgr.24491) 14213 : cluster [DBG] pgmap v12558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:06.674165+0000 mgr.y (mgr.24491) 14213 : cluster [DBG] pgmap v12558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:06.674165+0000 mgr.y (mgr.24491) 14213 : cluster [DBG] pgmap v12558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:08.337 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:31:08.337 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:31:08.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:31:08.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:31:08.337 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:31:08.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:31:08.337 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:31:08.337 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:31:08.337 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:31:08.338 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:31:08.338 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:31:08.338 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:31:08.338 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:31:08.338 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:31:08.338 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:31:08.338 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:31:08.338 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:31:09.219 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:07.711699+0000 mgr.y (mgr.24491) 14214 : audit [DBG] from='client.29460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:09.219 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:07.994858+0000 mgr.y (mgr.24491) 14215 : audit [DBG] from='client.39377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:09.219 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:08.337872+0000 mon.c (mon.2) 451 : audit [DBG] from='client.? 172.21.15.177:0/4232725109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:31:09.219 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:08.612810+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:31:09.219 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:07.711699+0000 mgr.y (mgr.24491) 14214 : audit [DBG] from='client.29460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:09.219 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:07.994858+0000 mgr.y (mgr.24491) 14215 : audit [DBG] from='client.39377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:09.219 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:08.337872+0000 mon.c (mon.2) 451 : audit [DBG] from='client.? 172.21.15.177:0/4232725109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:31:09.219 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:08.612810+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:31:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:07.711699+0000 mgr.y (mgr.24491) 14214 : audit [DBG] from='client.29460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:07.994858+0000 mgr.y (mgr.24491) 14215 : audit [DBG] from='client.39377 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:08.337872+0000 mon.c (mon.2) 451 : audit [DBG] from='client.? 172.21.15.177:0/4232725109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:31:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:08.612810+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:31:10.241 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:08.674562+0000 mgr.y (mgr.24491) 14216 : cluster [DBG] pgmap v12559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:08.674562+0000 mgr.y (mgr.24491) 14216 : cluster [DBG] pgmap v12559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:08.674562+0000 mgr.y (mgr.24491) 14216 : cluster [DBG] pgmap v12559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:31:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:10.675246+0000 mgr.y (mgr.24491) 14217 : cluster [DBG] pgmap v12560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:11.165297+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:31:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:10.675246+0000 mgr.y (mgr.24491) 14217 : cluster [DBG] pgmap v12560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:11.165297+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:31:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:10.675246+0000 mgr.y (mgr.24491) 14217 : cluster [DBG] pgmap v12560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:11.165297+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:31:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:11.987550+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:31:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:12.267325+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:31:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:12.268066+0000 mon.a (mon.0) 3102 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:31:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:12.275019+0000 mon.a (mon.0) 3103 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:31:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:11.987550+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:31:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:12.267325+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:31:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:12.268066+0000 mon.a (mon.0) 3102 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:31:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:12.275019+0000 mon.a (mon.0) 3103 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:31:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:11.987550+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:31:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:12.267325+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:31:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:12.268066+0000 mon.a (mon.0) 3102 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:31:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:12.275019+0000 mon.a (mon.0) 3103 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:31:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:12.675699+0000 mgr.y (mgr.24491) 14218 : cluster [DBG] pgmap v12561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:12.675699+0000 mgr.y (mgr.24491) 14218 : cluster [DBG] pgmap v12561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:12.675699+0000 mgr.y (mgr.24491) 14218 : cluster [DBG] pgmap v12561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:14.676450+0000 mgr.y (mgr.24491) 14219 : cluster [DBG] pgmap v12562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:14.676450+0000 mgr.y (mgr.24491) 14219 : cluster [DBG] pgmap v12562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:14.676450+0000 mgr.y (mgr.24491) 14219 : cluster [DBG] pgmap v12562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:16.676900+0000 mgr.y (mgr.24491) 14220 : cluster [DBG] pgmap v12563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:16.676900+0000 mgr.y (mgr.24491) 14220 : cluster [DBG] pgmap v12563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:16.676900+0000 mgr.y (mgr.24491) 14220 : cluster [DBG] pgmap v12563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:31:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:18.677488+0000 mgr.y (mgr.24491) 14221 : cluster [DBG] pgmap v12564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:18.677488+0000 mgr.y (mgr.24491) 14221 : cluster [DBG] pgmap v12564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:18.677488+0000 mgr.y (mgr.24491) 14221 : cluster [DBG] pgmap v12564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:31:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:20.678351+0000 mgr.y (mgr.24491) 14222 : cluster [DBG] pgmap v12565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:20.678351+0000 mgr.y (mgr.24491) 14222 : cluster [DBG] pgmap v12565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:22.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:20.678351+0000 mgr.y (mgr.24491) 14222 : cluster [DBG] pgmap v12565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:22.678843+0000 mgr.y (mgr.24491) 14223 : cluster [DBG] pgmap v12566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:22.678843+0000 mgr.y (mgr.24491) 14223 : cluster [DBG] pgmap v12566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:22.678843+0000 mgr.y (mgr.24491) 14223 : cluster [DBG] pgmap v12566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:26.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:24.679432+0000 mgr.y (mgr.24491) 14224 : cluster [DBG] pgmap v12567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:24.679432+0000 mgr.y (mgr.24491) 14224 : cluster [DBG] pgmap v12567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:24.679432+0000 mgr.y (mgr.24491) 14224 : cluster [DBG] pgmap v12567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:26.679819+0000 mgr.y (mgr.24491) 14225 : cluster [DBG] pgmap v12568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:26.679819+0000 mgr.y (mgr.24491) 14225 : cluster [DBG] pgmap v12568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:31:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:26.679819+0000 mgr.y (mgr.24491) 14225 : cluster [DBG] pgmap v12568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:28.680238+0000 mgr.y (mgr.24491) 14226 : cluster [DBG] pgmap v12569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:28.680238+0000 mgr.y (mgr.24491) 14226 : cluster [DBG] pgmap v12569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:28.680238+0000 mgr.y (mgr.24491) 14226 : cluster [DBG] pgmap v12569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:31:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:30.680977+0000 mgr.y (mgr.24491) 14227 : cluster [DBG] pgmap v12570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:30.680977+0000 mgr.y (mgr.24491) 14227 : cluster [DBG] pgmap v12570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:30.680977+0000 mgr.y (mgr.24491) 14227 : cluster [DBG] pgmap v12570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:32.681408+0000 mgr.y (mgr.24491) 14228 : cluster [DBG] pgmap v12571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:32.681408+0000 mgr.y (mgr.24491) 14228 : cluster [DBG] pgmap v12571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:32.681408+0000 mgr.y (mgr.24491) 14228 : cluster [DBG] pgmap v12571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:34.682060+0000 mgr.y (mgr.24491) 14229 : cluster [DBG] pgmap v12572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:34.682060+0000 mgr.y (mgr.24491) 14229 : cluster [DBG] pgmap v12572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:34.682060+0000 mgr.y (mgr.24491) 14229 : cluster [DBG] pgmap v12572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:31:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:36.682425+0000 mgr.y (mgr.24491) 14230 : cluster [DBG] pgmap v12573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:36.682425+0000 mgr.y (mgr.24491) 14230 : cluster [DBG] pgmap v12573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:36.682425+0000 mgr.y (mgr.24491) 14230 : cluster [DBG] pgmap v12573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:38.646 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:31:38.922 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:31:38.922 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 27s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:31:38.922 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 26s ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 27s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 26s ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 26s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 27s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 27s ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 26s ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 27s ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 27s ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 26s ago 6h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 27s ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 27s ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 27s ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 27s ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 26s ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:31:38.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 26s ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:31:38.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 26s ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:31:38.924 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (6h) 26s ago 6h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:31:38.924 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 26s ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:31:39.255 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:31:39.256 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:31:39.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:31:39.256 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:31:39.256 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:31:39.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:31:39.256 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:31:39.256 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:31:39.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:31:39.256 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:31:39.256 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:31:39.256 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:31:39.257 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:31:39.257 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:31:39.257 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:31:39.257 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:31:39.257 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:31:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:38.635094+0000 mgr.y (mgr.24491) 14231 : audit [DBG] from='client.29478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:38.682794+0000 mgr.y (mgr.24491) 14232 : cluster [DBG] pgmap v12574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:38.915599+0000 mgr.y (mgr.24491) 14233 : audit [DBG] from='client.29484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:31:39.256274+0000 mon.c (mon.2) 452 : audit [DBG] from='client.? 172.21.15.177:0/1047443025' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:31:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:38.635094+0000 mgr.y (mgr.24491) 14231 : audit [DBG] from='client.29478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:40.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:38.682794+0000 mgr.y (mgr.24491) 14232 : cluster [DBG] pgmap v12574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:40.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:38.915599+0000 mgr.y (mgr.24491) 14233 : audit [DBG] from='client.29484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:40.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:31:39.256274+0000 mon.c (mon.2) 452 : audit [DBG] from='client.? 172.21.15.177:0/1047443025' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:31:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:38.635094+0000 mgr.y (mgr.24491) 14231 : audit [DBG] from='client.29478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:38.682794+0000 mgr.y (mgr.24491) 14232 : cluster [DBG] pgmap v12574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:38.915599+0000 mgr.y (mgr.24491) 14233 : audit [DBG] from='client.29484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:31:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:31:39.256274+0000 mon.c (mon.2) 452 : audit [DBG] from='client.? 172.21.15.177:0/1047443025' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:31:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:31:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:40.683411+0000 mgr.y (mgr.24491) 14234 : cluster [DBG] pgmap v12575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:40.683411+0000 mgr.y (mgr.24491) 14234 : cluster [DBG] pgmap v12575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:40.683411+0000 mgr.y (mgr.24491) 14234 : cluster [DBG] pgmap v12575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:42.683893+0000 mgr.y (mgr.24491) 14235 : cluster [DBG] pgmap v12576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:42.683893+0000 mgr.y (mgr.24491) 14235 : cluster [DBG] pgmap v12576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:42.683893+0000 mgr.y (mgr.24491) 14235 : cluster [DBG] pgmap v12576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:44.684561+0000 mgr.y (mgr.24491) 14236 : cluster [DBG] pgmap v12577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:44.684561+0000 mgr.y (mgr.24491) 14236 : cluster [DBG] pgmap v12577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:44.684561+0000 mgr.y (mgr.24491) 14236 : cluster [DBG] pgmap v12577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:31:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:46.685103+0000 mgr.y (mgr.24491) 14237 : cluster [DBG] pgmap v12578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:46.685103+0000 mgr.y (mgr.24491) 14237 : cluster [DBG] pgmap v12578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:46.685103+0000 mgr.y (mgr.24491) 14237 : cluster [DBG] pgmap v12578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:48.685651+0000 mgr.y (mgr.24491) 14238 : cluster [DBG] pgmap v12579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:50.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:48.685651+0000 mgr.y (mgr.24491) 14238 : cluster [DBG] pgmap v12579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:48.685651+0000 mgr.y (mgr.24491) 14238 : cluster [DBG] pgmap v12579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:31:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:50.686319+0000 mgr.y (mgr.24491) 14239 : cluster [DBG] pgmap v12580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:50.686319+0000 mgr.y (mgr.24491) 14239 : cluster [DBG] pgmap v12580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:50.686319+0000 mgr.y (mgr.24491) 14239 : cluster [DBG] pgmap v12580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:52.686808+0000 mgr.y (mgr.24491) 14240 : cluster [DBG] pgmap v12581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:52.686808+0000 mgr.y (mgr.24491) 14240 : cluster [DBG] pgmap v12581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:52.686808+0000 mgr.y (mgr.24491) 14240 : cluster [DBG] pgmap v12581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:54.687554+0000 mgr.y (mgr.24491) 14241 : cluster [DBG] pgmap v12582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:54.687554+0000 mgr.y (mgr.24491) 14241 : cluster [DBG] pgmap v12582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:54.687554+0000 mgr.y (mgr.24491) 14241 : cluster [DBG] pgmap v12582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:58.152 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:31:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:31:58.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:56.688026+0000 mgr.y (mgr.24491) 14242 : cluster [DBG] pgmap v12583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:58.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:56.688026+0000 mgr.y (mgr.24491) 14242 : cluster [DBG] pgmap v12583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:31:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:56.688026+0000 mgr.y (mgr.24491) 14242 : cluster [DBG] pgmap v12583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:31:58.688428+0000 mgr.y (mgr.24491) 14243 : cluster [DBG] pgmap v12584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:31:58.688428+0000 mgr.y (mgr.24491) 14243 : cluster [DBG] pgmap v12584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:31:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:31:58.688428+0000 mgr.y (mgr.24491) 14243 : cluster [DBG] pgmap v12584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:32:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:00.689111+0000 mgr.y (mgr.24491) 14244 : cluster [DBG] pgmap v12585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:00.689111+0000 mgr.y (mgr.24491) 14244 : cluster [DBG] pgmap v12585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:00.689111+0000 mgr.y (mgr.24491) 14244 : cluster [DBG] pgmap v12585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:02.689578+0000 mgr.y (mgr.24491) 14245 : cluster [DBG] pgmap v12586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:02.689578+0000 mgr.y (mgr.24491) 14245 : cluster [DBG] pgmap v12586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:02.689578+0000 mgr.y (mgr.24491) 14245 : cluster [DBG] pgmap v12586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:04.690204+0000 mgr.y (mgr.24491) 14246 : cluster [DBG] pgmap v12587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:04.690204+0000 mgr.y (mgr.24491) 14246 : cluster [DBG] pgmap v12587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:04.690204+0000 mgr.y (mgr.24491) 14246 : cluster [DBG] pgmap v12587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:32:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:06.690555+0000 mgr.y (mgr.24491) 14247 : cluster [DBG] pgmap v12588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:06.690555+0000 mgr.y (mgr.24491) 14247 : cluster [DBG] pgmap v12588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:06.690555+0000 mgr.y (mgr.24491) 14247 : cluster [DBG] pgmap v12588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:09.567 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:32:09.844 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:32:09.844 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 58s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:32:09.844 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 57s ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (6h) 58s ago 6h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (6h) 57s ago 6h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 57s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 58s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 58s ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 57s ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 58s ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 58s ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 57s ago 6h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 58s ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 58s ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 58s ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 58s ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:32:09.845 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 57s ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:32:09.846 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 57s ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:32:09.846 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 57s ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:32:09.846 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 57s ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:32:09.846 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 57s ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:32:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:08.691122+0000 mgr.y (mgr.24491) 14248 : cluster [DBG] pgmap v12589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:08.691122+0000 mgr.y (mgr.24491) 14248 : cluster [DBG] pgmap v12589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:10.180 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:32:10.180 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:32:10.180 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:32:10.180 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:32:10.180 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:32:10.180 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:32:10.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:32:10.181 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:32:10.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:32:10.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:32:10.181 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:32:10.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:32:10.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:32:10.181 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:32:10.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:32:10.181 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:32:10.181 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:32:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:08.691122+0000 mgr.y (mgr.24491) 14248 : cluster [DBG] pgmap v12589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:32:09.555557+0000 mgr.y (mgr.24491) 14249 : audit [DBG] from='client.39407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:32:09.837608+0000 mgr.y (mgr.24491) 14250 : audit [DBG] from='client.29502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:32:10.180958+0000 mon.c (mon.2) 453 : audit [DBG] from='client.? 172.21.15.177:0/3985239531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:32:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:32:09.555557+0000 mgr.y (mgr.24491) 14249 : audit [DBG] from='client.39407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:11.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:32:09.837608+0000 mgr.y (mgr.24491) 14250 : audit [DBG] from='client.29502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:11.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:32:10.180958+0000 mon.c (mon.2) 453 : audit [DBG] from='client.? 172.21.15.177:0/3985239531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:32:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:32:09.555557+0000 mgr.y (mgr.24491) 14249 : audit [DBG] from='client.39407 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:32:09.837608+0000 mgr.y (mgr.24491) 14250 : audit [DBG] from='client.29502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:32:10.180958+0000 mon.c (mon.2) 453 : audit [DBG] from='client.? 172.21.15.177:0/3985239531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:32:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:32:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:10.691715+0000 mgr.y (mgr.24491) 14251 : cluster [DBG] pgmap v12590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:10.691715+0000 mgr.y (mgr.24491) 14251 : cluster [DBG] pgmap v12590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:10.691715+0000 mgr.y (mgr.24491) 14251 : cluster [DBG] pgmap v12590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:32:12.279990+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:32:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:32:12.572493+0000 mon.a (mon.0) 3105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:32:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:32:12.573146+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:32:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:32:12.578255+0000 mon.a (mon.0) 3107 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:32:13.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:32:12.279990+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:32:13.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:32:12.572493+0000 mon.a (mon.0) 3105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:32:13.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:32:12.573146+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:32:13.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:32:12.578255+0000 mon.a (mon.0) 3107 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:32:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:32:12.279990+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:32:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:32:12.572493+0000 mon.a (mon.0) 3105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:32:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:32:12.573146+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:32:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:32:12.578255+0000 mon.a (mon.0) 3107 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:32:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:12.692090+0000 mgr.y (mgr.24491) 14252 : cluster [DBG] pgmap v12591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:12.692090+0000 mgr.y (mgr.24491) 14252 : cluster [DBG] pgmap v12591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:12.692090+0000 mgr.y (mgr.24491) 14252 : cluster [DBG] pgmap v12591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:14.692645+0000 mgr.y (mgr.24491) 14253 : cluster [DBG] pgmap v12592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:14.692645+0000 mgr.y (mgr.24491) 14253 : cluster [DBG] pgmap v12592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:14.692645+0000 mgr.y (mgr.24491) 14253 : cluster [DBG] pgmap v12592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:32:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:16.693126+0000 mgr.y (mgr.24491) 14254 : cluster [DBG] pgmap v12593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:16.693126+0000 mgr.y (mgr.24491) 14254 : cluster [DBG] pgmap v12593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:16.693126+0000 mgr.y (mgr.24491) 14254 : cluster [DBG] pgmap v12593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:18.693601+0000 mgr.y (mgr.24491) 14255 : cluster [DBG] pgmap v12594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:18.693601+0000 mgr.y (mgr.24491) 14255 : cluster [DBG] pgmap v12594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:18.693601+0000 mgr.y (mgr.24491) 14255 : cluster [DBG] pgmap v12594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:32:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:20.694213+0000 mgr.y (mgr.24491) 14256 : cluster [DBG] pgmap v12595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:20.694213+0000 mgr.y (mgr.24491) 14256 : cluster [DBG] pgmap v12595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:20.694213+0000 mgr.y (mgr.24491) 14256 : cluster [DBG] pgmap v12595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:22.694704+0000 mgr.y (mgr.24491) 14257 : cluster [DBG] pgmap v12596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:22.694704+0000 mgr.y (mgr.24491) 14257 : cluster [DBG] pgmap v12596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:22.694704+0000 mgr.y (mgr.24491) 14257 : cluster [DBG] pgmap v12596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:24.695453+0000 mgr.y (mgr.24491) 14258 : cluster [DBG] pgmap v12597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:24.695453+0000 mgr.y (mgr.24491) 14258 : cluster [DBG] pgmap v12597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:24.695453+0000 mgr.y (mgr.24491) 14258 : cluster [DBG] pgmap v12597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:32:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:26.695980+0000 mgr.y (mgr.24491) 14259 : cluster [DBG] pgmap v12598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:26.695980+0000 mgr.y (mgr.24491) 14259 : cluster [DBG] pgmap v12598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:26.695980+0000 mgr.y (mgr.24491) 14259 : cluster [DBG] pgmap v12598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:28.696415+0000 mgr.y (mgr.24491) 14260 : cluster [DBG] pgmap v12599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:28.696415+0000 mgr.y (mgr.24491) 14260 : cluster [DBG] pgmap v12599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:28.696415+0000 mgr.y (mgr.24491) 14260 : cluster [DBG] pgmap v12599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:32:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:30.697140+0000 mgr.y (mgr.24491) 14261 : cluster [DBG] pgmap v12600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:30.697140+0000 mgr.y (mgr.24491) 14261 : cluster [DBG] pgmap v12600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:30.697140+0000 mgr.y (mgr.24491) 14261 : cluster [DBG] pgmap v12600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:32.697476+0000 mgr.y (mgr.24491) 14262 : cluster [DBG] pgmap v12601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:32.697476+0000 mgr.y (mgr.24491) 14262 : cluster [DBG] pgmap v12601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:32.697476+0000 mgr.y (mgr.24491) 14262 : cluster [DBG] pgmap v12601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:34.698163+0000 mgr.y (mgr.24491) 14263 : cluster [DBG] pgmap v12602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:34.698163+0000 mgr.y (mgr.24491) 14263 : cluster [DBG] pgmap v12602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:34.698163+0000 mgr.y (mgr.24491) 14263 : cluster [DBG] pgmap v12602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:32:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:36.698717+0000 mgr.y (mgr.24491) 14264 : cluster [DBG] pgmap v12603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:36.698717+0000 mgr.y (mgr.24491) 14264 : cluster [DBG] pgmap v12603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:36.698717+0000 mgr.y (mgr.24491) 14264 : cluster [DBG] pgmap v12603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:38.699134+0000 mgr.y (mgr.24491) 14265 : cluster [DBG] pgmap v12604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:38.699134+0000 mgr.y (mgr.24491) 14265 : cluster [DBG] pgmap v12604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:38.699134+0000 mgr.y (mgr.24491) 14265 : cluster [DBG] pgmap v12604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:40.493 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:32:40.769 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:32:40.769 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 89s ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:32:40.769 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 88s ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:32:40.769 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 89s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:32:40.769 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 88s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:32:40.769 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 88s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:32:40.769 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 89s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:32:40.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 89s ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:32:40.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 88s ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 89s ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (6h) 89s ago 6h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (6h) 88s ago 6h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 89s ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 89s ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 89s ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 89s ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 88s ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 88s ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 88s ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 88s ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:32:40.770 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 88s ago 6h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:32:41.103 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:32:41.103 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:32:41.103 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:32:41.103 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:32:41.103 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:32:41.103 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:32:41.103 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:32:41.103 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:32:41.103 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:32:41.103 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:32:41.104 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:32:41.104 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:32:41.104 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:32:41.104 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:32:41.104 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:32:41.104 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:32:41.104 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:32:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:32:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:32:40.481617+0000 mgr.y (mgr.24491) 14266 : audit [DBG] from='client.29514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:40.699681+0000 mgr.y (mgr.24491) 14267 : cluster [DBG] pgmap v12605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:32:40.762011+0000 mgr.y (mgr.24491) 14268 : audit [DBG] from='client.29520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:32:41.103463+0000 mon.c (mon.2) 454 : audit [DBG] from='client.? 172.21.15.177:0/3179328138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:32:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:32:40.481617+0000 mgr.y (mgr.24491) 14266 : audit [DBG] from='client.29514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:40.699681+0000 mgr.y (mgr.24491) 14267 : cluster [DBG] pgmap v12605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:32:40.762011+0000 mgr.y (mgr.24491) 14268 : audit [DBG] from='client.29520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:32:41.103463+0000 mon.c (mon.2) 454 : audit [DBG] from='client.? 172.21.15.177:0/3179328138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:32:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:32:40.481617+0000 mgr.y (mgr.24491) 14266 : audit [DBG] from='client.29514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:40.699681+0000 mgr.y (mgr.24491) 14267 : cluster [DBG] pgmap v12605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:32:40.762011+0000 mgr.y (mgr.24491) 14268 : audit [DBG] from='client.29520 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:32:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:32:41.103463+0000 mon.c (mon.2) 454 : audit [DBG] from='client.? 172.21.15.177:0/3179328138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:32:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:42.700132+0000 mgr.y (mgr.24491) 14269 : cluster [DBG] pgmap v12606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:42.700132+0000 mgr.y (mgr.24491) 14269 : cluster [DBG] pgmap v12606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:42.700132+0000 mgr.y (mgr.24491) 14269 : cluster [DBG] pgmap v12606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:44.701031+0000 mgr.y (mgr.24491) 14270 : cluster [DBG] pgmap v12607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:44.701031+0000 mgr.y (mgr.24491) 14270 : cluster [DBG] pgmap v12607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:44.701031+0000 mgr.y (mgr.24491) 14270 : cluster [DBG] pgmap v12607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:32:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:46.701437+0000 mgr.y (mgr.24491) 14271 : cluster [DBG] pgmap v12608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:46.701437+0000 mgr.y (mgr.24491) 14271 : cluster [DBG] pgmap v12608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:46.701437+0000 mgr.y (mgr.24491) 14271 : cluster [DBG] pgmap v12608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:48.701907+0000 mgr.y (mgr.24491) 14272 : cluster [DBG] pgmap v12609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:48.701907+0000 mgr.y (mgr.24491) 14272 : cluster [DBG] pgmap v12609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:48.701907+0000 mgr.y (mgr.24491) 14272 : cluster [DBG] pgmap v12609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:32:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:50.702763+0000 mgr.y (mgr.24491) 14273 : cluster [DBG] pgmap v12610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:50.702763+0000 mgr.y (mgr.24491) 14273 : cluster [DBG] pgmap v12610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:50.702763+0000 mgr.y (mgr.24491) 14273 : cluster [DBG] pgmap v12610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:52.703299+0000 mgr.y (mgr.24491) 14274 : cluster [DBG] pgmap v12611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:52.703299+0000 mgr.y (mgr.24491) 14274 : cluster [DBG] pgmap v12611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:52.703299+0000 mgr.y (mgr.24491) 14274 : cluster [DBG] pgmap v12611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:54.704011+0000 mgr.y (mgr.24491) 14275 : cluster [DBG] pgmap v12612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:54.704011+0000 mgr.y (mgr.24491) 14275 : cluster [DBG] pgmap v12612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:54.704011+0000 mgr.y (mgr.24491) 14275 : cluster [DBG] pgmap v12612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:56.704516+0000 mgr.y (mgr.24491) 14276 : cluster [DBG] pgmap v12613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:58.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:32:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:32:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:56.704516+0000 mgr.y (mgr.24491) 14276 : cluster [DBG] pgmap v12613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:32:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:56.704516+0000 mgr.y (mgr.24491) 14276 : cluster [DBG] pgmap v12613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:32:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:32:58.705137+0000 mgr.y (mgr.24491) 14277 : cluster [DBG] pgmap v12614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:32:58.705137+0000 mgr.y (mgr.24491) 14277 : cluster [DBG] pgmap v12614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:32:58.705137+0000 mgr.y (mgr.24491) 14277 : cluster [DBG] pgmap v12614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:33:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:00.706018+0000 mgr.y (mgr.24491) 14278 : cluster [DBG] pgmap v12615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:00.706018+0000 mgr.y (mgr.24491) 14278 : cluster [DBG] pgmap v12615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:00.706018+0000 mgr.y (mgr.24491) 14278 : cluster [DBG] pgmap v12615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:02.706372+0000 mgr.y (mgr.24491) 14279 : cluster [DBG] pgmap v12616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:02.706372+0000 mgr.y (mgr.24491) 14279 : cluster [DBG] pgmap v12616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:02.706372+0000 mgr.y (mgr.24491) 14279 : cluster [DBG] pgmap v12616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:04.706965+0000 mgr.y (mgr.24491) 14280 : cluster [DBG] pgmap v12617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:04.706965+0000 mgr.y (mgr.24491) 14280 : cluster [DBG] pgmap v12617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:04.706965+0000 mgr.y (mgr.24491) 14280 : cluster [DBG] pgmap v12617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:33:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:06.707386+0000 mgr.y (mgr.24491) 14281 : cluster [DBG] pgmap v12618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:06.707386+0000 mgr.y (mgr.24491) 14281 : cluster [DBG] pgmap v12618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:06.707386+0000 mgr.y (mgr.24491) 14281 : cluster [DBG] pgmap v12618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:08.707759+0000 mgr.y (mgr.24491) 14282 : cluster [DBG] pgmap v12619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:08.707759+0000 mgr.y (mgr.24491) 14282 : cluster [DBG] pgmap v12619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:08.707759+0000 mgr.y (mgr.24491) 14282 : cluster [DBG] pgmap v12619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:11.411 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:33:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:33:11.687 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:33:11.687 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 6h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:33:11.687 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (6h) 119s ago 6h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 2m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 119s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 119s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 2m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 119s ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 2m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 2m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 119s ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 2m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 2m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 2m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 2m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:33:11.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 119s ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:33:11.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 119s ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:33:11.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 119s ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:33:11.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 119s ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:33:11.689 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 119s ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:33:12.023 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:33:12.023 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:33:12.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:33:12.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:33:12.024 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:33:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:10.708458+0000 mgr.y (mgr.24491) 14283 : cluster [DBG] pgmap v12620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:10.708458+0000 mgr.y (mgr.24491) 14283 : cluster [DBG] pgmap v12620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:10.708458+0000 mgr.y (mgr.24491) 14283 : cluster [DBG] pgmap v12620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:33:11.400563+0000 mgr.y (mgr.24491) 14284 : audit [DBG] from='client.29532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:33:11.680661+0000 mgr.y (mgr.24491) 14285 : audit [DBG] from='client.29538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:33:12.024162+0000 mon.c (mon.2) 455 : audit [DBG] from='client.? 172.21.15.177:0/3689352895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:33:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:33:12.582431+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:33:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:33:12.861361+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:33:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:33:12.861986+0000 mon.a (mon.0) 3110 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:33:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:33:12.866060+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:33:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:33:11.400563+0000 mgr.y (mgr.24491) 14284 : audit [DBG] from='client.29532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:33:11.680661+0000 mgr.y (mgr.24491) 14285 : audit [DBG] from='client.29538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:33:12.024162+0000 mon.c (mon.2) 455 : audit [DBG] from='client.? 172.21.15.177:0/3689352895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:33:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:33:12.582431+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:33:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:33:12.861361+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:33:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:33:12.861986+0000 mon.a (mon.0) 3110 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:33:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:33:12.866060+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:33:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:33:11.400563+0000 mgr.y (mgr.24491) 14284 : audit [DBG] from='client.29532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:33:11.680661+0000 mgr.y (mgr.24491) 14285 : audit [DBG] from='client.29538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:33:12.024162+0000 mon.c (mon.2) 455 : audit [DBG] from='client.? 172.21.15.177:0/3689352895' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:33:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:33:12.582431+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:33:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:33:12.861361+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:33:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:33:12.861986+0000 mon.a (mon.0) 3110 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:33:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:33:12.866060+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:33:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:12.708817+0000 mgr.y (mgr.24491) 14286 : cluster [DBG] pgmap v12621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:12.708817+0000 mgr.y (mgr.24491) 14286 : cluster [DBG] pgmap v12621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:12.708817+0000 mgr.y (mgr.24491) 14286 : cluster [DBG] pgmap v12621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:14.709607+0000 mgr.y (mgr.24491) 14287 : cluster [DBG] pgmap v12622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:14.709607+0000 mgr.y (mgr.24491) 14287 : cluster [DBG] pgmap v12622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:14.709607+0000 mgr.y (mgr.24491) 14287 : cluster [DBG] pgmap v12622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:33:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:16.710087+0000 mgr.y (mgr.24491) 14288 : cluster [DBG] pgmap v12623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:16.710087+0000 mgr.y (mgr.24491) 14288 : cluster [DBG] pgmap v12623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:16.710087+0000 mgr.y (mgr.24491) 14288 : cluster [DBG] pgmap v12623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:18.710429+0000 mgr.y (mgr.24491) 14289 : cluster [DBG] pgmap v12624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:18.710429+0000 mgr.y (mgr.24491) 14289 : cluster [DBG] pgmap v12624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:18.710429+0000 mgr.y (mgr.24491) 14289 : cluster [DBG] pgmap v12624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:33:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:20.711062+0000 mgr.y (mgr.24491) 14290 : cluster [DBG] pgmap v12625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:20.711062+0000 mgr.y (mgr.24491) 14290 : cluster [DBG] pgmap v12625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:20.711062+0000 mgr.y (mgr.24491) 14290 : cluster [DBG] pgmap v12625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:22.711470+0000 mgr.y (mgr.24491) 14291 : cluster [DBG] pgmap v12626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:22.711470+0000 mgr.y (mgr.24491) 14291 : cluster [DBG] pgmap v12626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:22.711470+0000 mgr.y (mgr.24491) 14291 : cluster [DBG] pgmap v12626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:24.712203+0000 mgr.y (mgr.24491) 14292 : cluster [DBG] pgmap v12627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:24.712203+0000 mgr.y (mgr.24491) 14292 : cluster [DBG] pgmap v12627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:24.712203+0000 mgr.y (mgr.24491) 14292 : cluster [DBG] pgmap v12627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:33:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:26.712724+0000 mgr.y (mgr.24491) 14293 : cluster [DBG] pgmap v12628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:26.712724+0000 mgr.y (mgr.24491) 14293 : cluster [DBG] pgmap v12628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:26.712724+0000 mgr.y (mgr.24491) 14293 : cluster [DBG] pgmap v12628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:28.713310+0000 mgr.y (mgr.24491) 14294 : cluster [DBG] pgmap v12629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:28.713310+0000 mgr.y (mgr.24491) 14294 : cluster [DBG] pgmap v12629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:28.713310+0000 mgr.y (mgr.24491) 14294 : cluster [DBG] pgmap v12629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:33:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:30.713936+0000 mgr.y (mgr.24491) 14295 : cluster [DBG] pgmap v12630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:30.713936+0000 mgr.y (mgr.24491) 14295 : cluster [DBG] pgmap v12630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:30.713936+0000 mgr.y (mgr.24491) 14295 : cluster [DBG] pgmap v12630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:32.714330+0000 mgr.y (mgr.24491) 14296 : cluster [DBG] pgmap v12631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:32.714330+0000 mgr.y (mgr.24491) 14296 : cluster [DBG] pgmap v12631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:32.714330+0000 mgr.y (mgr.24491) 14296 : cluster [DBG] pgmap v12631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:34.714925+0000 mgr.y (mgr.24491) 14297 : cluster [DBG] pgmap v12632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:34.714925+0000 mgr.y (mgr.24491) 14297 : cluster [DBG] pgmap v12632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:34.714925+0000 mgr.y (mgr.24491) 14297 : cluster [DBG] pgmap v12632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:33:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:36.715388+0000 mgr.y (mgr.24491) 14298 : cluster [DBG] pgmap v12633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:36.715388+0000 mgr.y (mgr.24491) 14298 : cluster [DBG] pgmap v12633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:36.715388+0000 mgr.y (mgr.24491) 14298 : cluster [DBG] pgmap v12633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:38.715930+0000 mgr.y (mgr.24491) 14299 : cluster [DBG] pgmap v12634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:38.715930+0000 mgr.y (mgr.24491) 14299 : cluster [DBG] pgmap v12634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:38.715930+0000 mgr.y (mgr.24491) 14299 : cluster [DBG] pgmap v12634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:33:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:40.716741+0000 mgr.y (mgr.24491) 14300 : cluster [DBG] pgmap v12635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:42.330 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:33:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:40.716741+0000 mgr.y (mgr.24491) 14300 : cluster [DBG] pgmap v12635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:40.716741+0000 mgr.y (mgr.24491) 14300 : cluster [DBG] pgmap v12635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (6h) 2m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 2m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 2m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 2m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 2m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 2m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 2m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 2m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 2m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:33:42.615 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 2m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:33:42.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 2m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:33:42.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 2m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:33:42.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 2m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:33:42.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 2m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:33:42.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 2m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:33:42.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 2m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:33:42.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 2m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:33:42.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 2m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:33:42.616 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 2m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:33:42.952 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:33:42.952 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:33:42.952 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:33:42.952 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:33:42.952 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:33:42.953 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:33:43.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:33:42.953176+0000 mon.c (mon.2) 456 : audit [DBG] from='client.? 172.21.15.177:0/1565698662' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:33:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:33:42.953176+0000 mon.c (mon.2) 456 : audit [DBG] from='client.? 172.21.15.177:0/1565698662' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:33:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:33:42.953176+0000 mon.c (mon.2) 456 : audit [DBG] from='client.? 172.21.15.177:0/1565698662' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:33:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:33:42.319737+0000 mgr.y (mgr.24491) 14301 : audit [DBG] from='client.39461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:33:42.606774+0000 mgr.y (mgr.24491) 14302 : audit [DBG] from='client.39467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:42.717113+0000 mgr.y (mgr.24491) 14303 : cluster [DBG] pgmap v12636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:33:42.319737+0000 mgr.y (mgr.24491) 14301 : audit [DBG] from='client.39461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:33:42.606774+0000 mgr.y (mgr.24491) 14302 : audit [DBG] from='client.39467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:42.717113+0000 mgr.y (mgr.24491) 14303 : cluster [DBG] pgmap v12636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:33:42.319737+0000 mgr.y (mgr.24491) 14301 : audit [DBG] from='client.39461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:44.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:33:42.606774+0000 mgr.y (mgr.24491) 14302 : audit [DBG] from='client.39467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:33:44.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:42.717113+0000 mgr.y (mgr.24491) 14303 : cluster [DBG] pgmap v12636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:44.717976+0000 mgr.y (mgr.24491) 14304 : cluster [DBG] pgmap v12637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:44.717976+0000 mgr.y (mgr.24491) 14304 : cluster [DBG] pgmap v12637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:46.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:44.717976+0000 mgr.y (mgr.24491) 14304 : cluster [DBG] pgmap v12637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:47.992 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:33:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:46.718417+0000 mgr.y (mgr.24491) 14305 : cluster [DBG] pgmap v12638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:46.718417+0000 mgr.y (mgr.24491) 14305 : cluster [DBG] pgmap v12638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:46.718417+0000 mgr.y (mgr.24491) 14305 : cluster [DBG] pgmap v12638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:48.719148+0000 mgr.y (mgr.24491) 14306 : cluster [DBG] pgmap v12639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:48.719148+0000 mgr.y (mgr.24491) 14306 : cluster [DBG] pgmap v12639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:48.719148+0000 mgr.y (mgr.24491) 14306 : cluster [DBG] pgmap v12639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:33:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:50.719845+0000 mgr.y (mgr.24491) 14307 : cluster [DBG] pgmap v12640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:50.719845+0000 mgr.y (mgr.24491) 14307 : cluster [DBG] pgmap v12640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:50.719845+0000 mgr.y (mgr.24491) 14307 : cluster [DBG] pgmap v12640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:52.720430+0000 mgr.y (mgr.24491) 14308 : cluster [DBG] pgmap v12641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:52.720430+0000 mgr.y (mgr.24491) 14308 : cluster [DBG] pgmap v12641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:52.720430+0000 mgr.y (mgr.24491) 14308 : cluster [DBG] pgmap v12641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:54.721111+0000 mgr.y (mgr.24491) 14309 : cluster [DBG] pgmap v12642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:54.721111+0000 mgr.y (mgr.24491) 14309 : cluster [DBG] pgmap v12642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:54.721111+0000 mgr.y (mgr.24491) 14309 : cluster [DBG] pgmap v12642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:58.007 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:33:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:33:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:56.721649+0000 mgr.y (mgr.24491) 14310 : cluster [DBG] pgmap v12643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:56.721649+0000 mgr.y (mgr.24491) 14310 : cluster [DBG] pgmap v12643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:33:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:33:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:56.721649+0000 mgr.y (mgr.24491) 14310 : cluster [DBG] pgmap v12643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:33:58.722141+0000 mgr.y (mgr.24491) 14311 : cluster [DBG] pgmap v12644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:33:58.722141+0000 mgr.y (mgr.24491) 14311 : cluster [DBG] pgmap v12644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:33:58.722141+0000 mgr.y (mgr.24491) 14311 : cluster [DBG] pgmap v12644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:34:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:00.722784+0000 mgr.y (mgr.24491) 14312 : cluster [DBG] pgmap v12645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:02.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:00.722784+0000 mgr.y (mgr.24491) 14312 : cluster [DBG] pgmap v12645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:00.722784+0000 mgr.y (mgr.24491) 14312 : cluster [DBG] pgmap v12645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:02.723287+0000 mgr.y (mgr.24491) 14313 : cluster [DBG] pgmap v12646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:02.723287+0000 mgr.y (mgr.24491) 14313 : cluster [DBG] pgmap v12646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:02.723287+0000 mgr.y (mgr.24491) 14313 : cluster [DBG] pgmap v12646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:04.724047+0000 mgr.y (mgr.24491) 14314 : cluster [DBG] pgmap v12647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:04.724047+0000 mgr.y (mgr.24491) 14314 : cluster [DBG] pgmap v12647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:04.724047+0000 mgr.y (mgr.24491) 14314 : cluster [DBG] pgmap v12647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:06.724419+0000 mgr.y (mgr.24491) 14315 : cluster [DBG] pgmap v12648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:07.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:06.724419+0000 mgr.y (mgr.24491) 14315 : cluster [DBG] pgmap v12648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:06.724419+0000 mgr.y (mgr.24491) 14315 : cluster [DBG] pgmap v12648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:34:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:08.724861+0000 mgr.y (mgr.24491) 14316 : cluster [DBG] pgmap v12649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:08.724861+0000 mgr.y (mgr.24491) 14316 : cluster [DBG] pgmap v12649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:08.724861+0000 mgr.y (mgr.24491) 14316 : cluster [DBG] pgmap v12649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:34:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:10.725696+0000 mgr.y (mgr.24491) 14317 : cluster [DBG] pgmap v12650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:10.725696+0000 mgr.y (mgr.24491) 14317 : cluster [DBG] pgmap v12650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:10.725696+0000 mgr.y (mgr.24491) 14317 : cluster [DBG] pgmap v12650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:13.275 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:34:13.560 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:34:13.560 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:34:13.560 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 3m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:34:13.560 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:34:13.560 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 3m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 3m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 3m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 3m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 3m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 3m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:34:13.561 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 3m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:34:13.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 3m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:34:13.562 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (6h) 3m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:34:13.895 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:34:13.895 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:34:13.895 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:34:13.896 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:34:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:12.726148+0000 mgr.y (mgr.24491) 14318 : cluster [DBG] pgmap v12651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:34:12.870300+0000 mon.a (mon.0) 3112 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:34:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:34:13.126954+0000 mon.a (mon.0) 3113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:34:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:34:13.410451+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:34:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:34:13.411185+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:34:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:34:13.415463+0000 mon.a (mon.0) 3116 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:34:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:12.726148+0000 mgr.y (mgr.24491) 14318 : cluster [DBG] pgmap v12651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:34:12.870300+0000 mon.a (mon.0) 3112 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:34:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:34:13.126954+0000 mon.a (mon.0) 3113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:34:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:34:13.410451+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:34:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:34:13.411185+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:34:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:34:13.415463+0000 mon.a (mon.0) 3116 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:34:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:12.726148+0000 mgr.y (mgr.24491) 14318 : cluster [DBG] pgmap v12651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:34:12.870300+0000 mon.a (mon.0) 3112 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:34:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:34:13.126954+0000 mon.a (mon.0) 3113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:34:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:34:13.410451+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:34:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:34:13.411185+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:34:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:34:13.415463+0000 mon.a (mon.0) 3116 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:34:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:34:13.262752+0000 mgr.y (mgr.24491) 14319 : audit [DBG] from='client.39479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:34:13.553368+0000 mgr.y (mgr.24491) 14320 : audit [DBG] from='client.39485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:34:13.896134+0000 mon.a (mon.0) 3117 : audit [DBG] from='client.? 172.21.15.177:0/3806105558' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:34:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:34:13.262752+0000 mgr.y (mgr.24491) 14319 : audit [DBG] from='client.39479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:34:13.553368+0000 mgr.y (mgr.24491) 14320 : audit [DBG] from='client.39485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:34:13.896134+0000 mon.a (mon.0) 3117 : audit [DBG] from='client.? 172.21.15.177:0/3806105558' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:34:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:34:13.262752+0000 mgr.y (mgr.24491) 14319 : audit [DBG] from='client.39479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:34:13.553368+0000 mgr.y (mgr.24491) 14320 : audit [DBG] from='client.39485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:34:13.896134+0000 mon.a (mon.0) 3117 : audit [DBG] from='client.? 172.21.15.177:0/3806105558' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:34:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:14.726871+0000 mgr.y (mgr.24491) 14321 : cluster [DBG] pgmap v12652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:14.726871+0000 mgr.y (mgr.24491) 14321 : cluster [DBG] pgmap v12652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:14.726871+0000 mgr.y (mgr.24491) 14321 : cluster [DBG] pgmap v12652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:34:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:16.727203+0000 mgr.y (mgr.24491) 14322 : cluster [DBG] pgmap v12653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:16.727203+0000 mgr.y (mgr.24491) 14322 : cluster [DBG] pgmap v12653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:16.727203+0000 mgr.y (mgr.24491) 14322 : cluster [DBG] pgmap v12653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:18.727629+0000 mgr.y (mgr.24491) 14323 : cluster [DBG] pgmap v12654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:18.727629+0000 mgr.y (mgr.24491) 14323 : cluster [DBG] pgmap v12654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:18.727629+0000 mgr.y (mgr.24491) 14323 : cluster [DBG] pgmap v12654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:34:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:20.728462+0000 mgr.y (mgr.24491) 14324 : cluster [DBG] pgmap v12655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:20.728462+0000 mgr.y (mgr.24491) 14324 : cluster [DBG] pgmap v12655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:20.728462+0000 mgr.y (mgr.24491) 14324 : cluster [DBG] pgmap v12655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:22.728843+0000 mgr.y (mgr.24491) 14325 : cluster [DBG] pgmap v12656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:22.728843+0000 mgr.y (mgr.24491) 14325 : cluster [DBG] pgmap v12656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:22.728843+0000 mgr.y (mgr.24491) 14325 : cluster [DBG] pgmap v12656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:24.729603+0000 mgr.y (mgr.24491) 14326 : cluster [DBG] pgmap v12657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:24.729603+0000 mgr.y (mgr.24491) 14326 : cluster [DBG] pgmap v12657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:24.729603+0000 mgr.y (mgr.24491) 14326 : cluster [DBG] pgmap v12657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:26.730142+0000 mgr.y (mgr.24491) 14327 : cluster [DBG] pgmap v12658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:34:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:26.730142+0000 mgr.y (mgr.24491) 14327 : cluster [DBG] pgmap v12658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:26.730142+0000 mgr.y (mgr.24491) 14327 : cluster [DBG] pgmap v12658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:28.730544+0000 mgr.y (mgr.24491) 14328 : cluster [DBG] pgmap v12659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:28.730544+0000 mgr.y (mgr.24491) 14328 : cluster [DBG] pgmap v12659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:28.730544+0000 mgr.y (mgr.24491) 14328 : cluster [DBG] pgmap v12659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:34:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:30.731179+0000 mgr.y (mgr.24491) 14329 : cluster [DBG] pgmap v12660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:30.731179+0000 mgr.y (mgr.24491) 14329 : cluster [DBG] pgmap v12660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:30.731179+0000 mgr.y (mgr.24491) 14329 : cluster [DBG] pgmap v12660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:32.731752+0000 mgr.y (mgr.24491) 14330 : cluster [DBG] pgmap v12661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:32.731752+0000 mgr.y (mgr.24491) 14330 : cluster [DBG] pgmap v12661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:32.731752+0000 mgr.y (mgr.24491) 14330 : cluster [DBG] pgmap v12661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:34.732400+0000 mgr.y (mgr.24491) 14331 : cluster [DBG] pgmap v12662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:34.732400+0000 mgr.y (mgr.24491) 14331 : cluster [DBG] pgmap v12662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:34.732400+0000 mgr.y (mgr.24491) 14331 : cluster [DBG] pgmap v12662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:34:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:36.732795+0000 mgr.y (mgr.24491) 14332 : cluster [DBG] pgmap v12663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:36.732795+0000 mgr.y (mgr.24491) 14332 : cluster [DBG] pgmap v12663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:36.732795+0000 mgr.y (mgr.24491) 14332 : cluster [DBG] pgmap v12663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:38.733249+0000 mgr.y (mgr.24491) 14333 : cluster [DBG] pgmap v12664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:38.733249+0000 mgr.y (mgr.24491) 14333 : cluster [DBG] pgmap v12664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:38.733249+0000 mgr.y (mgr.24491) 14333 : cluster [DBG] pgmap v12664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:34:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:40.733916+0000 mgr.y (mgr.24491) 14334 : cluster [DBG] pgmap v12665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:40.733916+0000 mgr.y (mgr.24491) 14334 : cluster [DBG] pgmap v12665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:40.733916+0000 mgr.y (mgr.24491) 14334 : cluster [DBG] pgmap v12665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:42.734347+0000 mgr.y (mgr.24491) 14335 : cluster [DBG] pgmap v12666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:42.734347+0000 mgr.y (mgr.24491) 14335 : cluster [DBG] pgmap v12666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:44.221 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:34:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:42.734347+0000 mgr.y (mgr.24491) 14335 : cluster [DBG] pgmap v12666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:44.497 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:34:44.497 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:34:44.497 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 3m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:34:44.497 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:34:44.497 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 3m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:34:44.497 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 3m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:34:44.497 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 3m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 3m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 3m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 3m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 3m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:34:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 3m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:34:44.499 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 3m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:34:44.830 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:34:44.830 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:34:44.830 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:34:44.830 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:34:44.830 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:34:44.830 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:34:44.830 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:34:44.830 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:34:44.830 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:34:44.830 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:34:44.831 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:34:44.831 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:34:44.831 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:34:44.831 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:34:44.831 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:34:44.831 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:34:44.831 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:34:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:34:44.830514+0000 mon.a (mon.0) 3118 : audit [DBG] from='client.? 172.21.15.177:0/2842430311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:34:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:34:44.830514+0000 mon.a (mon.0) 3118 : audit [DBG] from='client.? 172.21.15.177:0/2842430311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:34:45.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:34:44.830514+0000 mon.a (mon.0) 3118 : audit [DBG] from='client.? 172.21.15.177:0/2842430311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:34:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:34:44.209467+0000 mgr.y (mgr.24491) 14336 : audit [DBG] from='client.39497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:34:44.490449+0000 mgr.y (mgr.24491) 14337 : audit [DBG] from='client.29592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:44.734928+0000 mgr.y (mgr.24491) 14338 : cluster [DBG] pgmap v12667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:34:44.209467+0000 mgr.y (mgr.24491) 14336 : audit [DBG] from='client.39497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:34:44.490449+0000 mgr.y (mgr.24491) 14337 : audit [DBG] from='client.29592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:44.734928+0000 mgr.y (mgr.24491) 14338 : cluster [DBG] pgmap v12667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:34:44.209467+0000 mgr.y (mgr.24491) 14336 : audit [DBG] from='client.39497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:34:44.490449+0000 mgr.y (mgr.24491) 14337 : audit [DBG] from='client.29592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:34:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:44.734928+0000 mgr.y (mgr.24491) 14338 : cluster [DBG] pgmap v12667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:34:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:46.735467+0000 mgr.y (mgr.24491) 14339 : cluster [DBG] pgmap v12668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:46.735467+0000 mgr.y (mgr.24491) 14339 : cluster [DBG] pgmap v12668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:46.735467+0000 mgr.y (mgr.24491) 14339 : cluster [DBG] pgmap v12668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:48.736058+0000 mgr.y (mgr.24491) 14340 : cluster [DBG] pgmap v12669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:48.736058+0000 mgr.y (mgr.24491) 14340 : cluster [DBG] pgmap v12669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:48.736058+0000 mgr.y (mgr.24491) 14340 : cluster [DBG] pgmap v12669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:34:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:50.736780+0000 mgr.y (mgr.24491) 14341 : cluster [DBG] pgmap v12670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:50.736780+0000 mgr.y (mgr.24491) 14341 : cluster [DBG] pgmap v12670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:50.736780+0000 mgr.y (mgr.24491) 14341 : cluster [DBG] pgmap v12670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:52.737377+0000 mgr.y (mgr.24491) 14342 : cluster [DBG] pgmap v12671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:52.737377+0000 mgr.y (mgr.24491) 14342 : cluster [DBG] pgmap v12671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:52.737377+0000 mgr.y (mgr.24491) 14342 : cluster [DBG] pgmap v12671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:54.738145+0000 mgr.y (mgr.24491) 14343 : cluster [DBG] pgmap v12672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:54.738145+0000 mgr.y (mgr.24491) 14343 : cluster [DBG] pgmap v12672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:54.738145+0000 mgr.y (mgr.24491) 14343 : cluster [DBG] pgmap v12672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:34:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:34:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:56.738542+0000 mgr.y (mgr.24491) 14344 : cluster [DBG] pgmap v12673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:56.738542+0000 mgr.y (mgr.24491) 14344 : cluster [DBG] pgmap v12673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:34:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:56.738542+0000 mgr.y (mgr.24491) 14344 : cluster [DBG] pgmap v12673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:34:58.739042+0000 mgr.y (mgr.24491) 14345 : cluster [DBG] pgmap v12674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:34:58.739042+0000 mgr.y (mgr.24491) 14345 : cluster [DBG] pgmap v12674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:34:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:34:58.739042+0000 mgr.y (mgr.24491) 14345 : cluster [DBG] pgmap v12674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:35:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:00.739768+0000 mgr.y (mgr.24491) 14346 : cluster [DBG] pgmap v12675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:00.739768+0000 mgr.y (mgr.24491) 14346 : cluster [DBG] pgmap v12675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:00.739768+0000 mgr.y (mgr.24491) 14346 : cluster [DBG] pgmap v12675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:02.740256+0000 mgr.y (mgr.24491) 14347 : cluster [DBG] pgmap v12676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:02.740256+0000 mgr.y (mgr.24491) 14347 : cluster [DBG] pgmap v12676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:02.740256+0000 mgr.y (mgr.24491) 14347 : cluster [DBG] pgmap v12676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:04.740872+0000 mgr.y (mgr.24491) 14348 : cluster [DBG] pgmap v12677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:04.740872+0000 mgr.y (mgr.24491) 14348 : cluster [DBG] pgmap v12677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:04.740872+0000 mgr.y (mgr.24491) 14348 : cluster [DBG] pgmap v12677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:35:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:06.741324+0000 mgr.y (mgr.24491) 14349 : cluster [DBG] pgmap v12678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:06.741324+0000 mgr.y (mgr.24491) 14349 : cluster [DBG] pgmap v12678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:06.741324+0000 mgr.y (mgr.24491) 14349 : cluster [DBG] pgmap v12678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:08.741771+0000 mgr.y (mgr.24491) 14350 : cluster [DBG] pgmap v12679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:08.741771+0000 mgr.y (mgr.24491) 14350 : cluster [DBG] pgmap v12679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:08.741771+0000 mgr.y (mgr.24491) 14350 : cluster [DBG] pgmap v12679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:35:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:10.742486+0000 mgr.y (mgr.24491) 14351 : cluster [DBG] pgmap v12680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:10.742486+0000 mgr.y (mgr.24491) 14351 : cluster [DBG] pgmap v12680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:10.742486+0000 mgr.y (mgr.24491) 14351 : cluster [DBG] pgmap v12680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:12.742925+0000 mgr.y (mgr.24491) 14352 : cluster [DBG] pgmap v12681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:35:13.419818+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:35:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:35:13.662350+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:35:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:12.742925+0000 mgr.y (mgr.24491) 14352 : cluster [DBG] pgmap v12681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:35:13.419818+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:35:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:35:13.662350+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:35:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:12.742925+0000 mgr.y (mgr.24491) 14352 : cluster [DBG] pgmap v12681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:35:13.419818+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:35:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:35:13.662350+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:35:15.141 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:35:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:35:13.929524+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:35:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:35:13.930133+0000 mon.a (mon.0) 3122 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:35:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:35:13.934494+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:35:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:35:13.929524+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:35:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:35:13.930133+0000 mon.a (mon.0) 3122 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:35:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:35:13.934494+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:35:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:35:13.929524+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:35:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:35:13.930133+0000 mon.a (mon.0) 3122 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:35:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:35:13.934494+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:35:15.417 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:35:15.417 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:35:15.417 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:35:15.417 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:35:15.417 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:35:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:35:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:35:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:35:15.753 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:35:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:35:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:35:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:35:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:35:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:35:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:35:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:35:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:35:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:35:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:35:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:35:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:35:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:35:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:35:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:35:15.754 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:35:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:14.743557+0000 mgr.y (mgr.24491) 14353 : cluster [DBG] pgmap v12682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:35:15.753686+0000 mon.c (mon.2) 457 : audit [DBG] from='client.? 172.21.15.177:0/2891163837' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:35:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:14.743557+0000 mgr.y (mgr.24491) 14353 : cluster [DBG] pgmap v12682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:35:15.753686+0000 mon.c (mon.2) 457 : audit [DBG] from='client.? 172.21.15.177:0/2891163837' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:35:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:14.743557+0000 mgr.y (mgr.24491) 14353 : cluster [DBG] pgmap v12682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:35:15.753686+0000 mon.c (mon.2) 457 : audit [DBG] from='client.? 172.21.15.177:0/2891163837' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:35:17.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:35:15.130129+0000 mgr.y (mgr.24491) 14354 : audit [DBG] from='client.39515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:17.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:35:15.410299+0000 mgr.y (mgr.24491) 14355 : audit [DBG] from='client.39521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:35:15.130129+0000 mgr.y (mgr.24491) 14354 : audit [DBG] from='client.39515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:35:15.410299+0000 mgr.y (mgr.24491) 14355 : audit [DBG] from='client.39521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:35:15.130129+0000 mgr.y (mgr.24491) 14354 : audit [DBG] from='client.39515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:35:15.410299+0000 mgr.y (mgr.24491) 14355 : audit [DBG] from='client.39521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:35:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:16.744234+0000 mgr.y (mgr.24491) 14356 : cluster [DBG] pgmap v12683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:16.744234+0000 mgr.y (mgr.24491) 14356 : cluster [DBG] pgmap v12683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:16.744234+0000 mgr.y (mgr.24491) 14356 : cluster [DBG] pgmap v12683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:18.744684+0000 mgr.y (mgr.24491) 14357 : cluster [DBG] pgmap v12684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:18.744684+0000 mgr.y (mgr.24491) 14357 : cluster [DBG] pgmap v12684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:18.744684+0000 mgr.y (mgr.24491) 14357 : cluster [DBG] pgmap v12684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:35:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:20.745337+0000 mgr.y (mgr.24491) 14358 : cluster [DBG] pgmap v12685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:20.745337+0000 mgr.y (mgr.24491) 14358 : cluster [DBG] pgmap v12685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:20.745337+0000 mgr.y (mgr.24491) 14358 : cluster [DBG] pgmap v12685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:22.745692+0000 mgr.y (mgr.24491) 14359 : cluster [DBG] pgmap v12686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:22.745692+0000 mgr.y (mgr.24491) 14359 : cluster [DBG] pgmap v12686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:22.745692+0000 mgr.y (mgr.24491) 14359 : cluster [DBG] pgmap v12686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:24.746310+0000 mgr.y (mgr.24491) 14360 : cluster [DBG] pgmap v12687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:24.746310+0000 mgr.y (mgr.24491) 14360 : cluster [DBG] pgmap v12687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:24.746310+0000 mgr.y (mgr.24491) 14360 : cluster [DBG] pgmap v12687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:35:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:26.746794+0000 mgr.y (mgr.24491) 14361 : cluster [DBG] pgmap v12688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:26.746794+0000 mgr.y (mgr.24491) 14361 : cluster [DBG] pgmap v12688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:26.746794+0000 mgr.y (mgr.24491) 14361 : cluster [DBG] pgmap v12688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:28.747239+0000 mgr.y (mgr.24491) 14362 : cluster [DBG] pgmap v12689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:28.747239+0000 mgr.y (mgr.24491) 14362 : cluster [DBG] pgmap v12689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:28.747239+0000 mgr.y (mgr.24491) 14362 : cluster [DBG] pgmap v12689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:35:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:30.748103+0000 mgr.y (mgr.24491) 14363 : cluster [DBG] pgmap v12690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:30.748103+0000 mgr.y (mgr.24491) 14363 : cluster [DBG] pgmap v12690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:30.748103+0000 mgr.y (mgr.24491) 14363 : cluster [DBG] pgmap v12690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:32.748524+0000 mgr.y (mgr.24491) 14364 : cluster [DBG] pgmap v12691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:32.748524+0000 mgr.y (mgr.24491) 14364 : cluster [DBG] pgmap v12691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:32.748524+0000 mgr.y (mgr.24491) 14364 : cluster [DBG] pgmap v12691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:34.749190+0000 mgr.y (mgr.24491) 14365 : cluster [DBG] pgmap v12692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:34.749190+0000 mgr.y (mgr.24491) 14365 : cluster [DBG] pgmap v12692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:34.749190+0000 mgr.y (mgr.24491) 14365 : cluster [DBG] pgmap v12692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:37.983 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:35:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:36.749755+0000 mgr.y (mgr.24491) 14366 : cluster [DBG] pgmap v12693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:36.749755+0000 mgr.y (mgr.24491) 14366 : cluster [DBG] pgmap v12693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:36.749755+0000 mgr.y (mgr.24491) 14366 : cluster [DBG] pgmap v12693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:38.750329+0000 mgr.y (mgr.24491) 14367 : cluster [DBG] pgmap v12694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:38.750329+0000 mgr.y (mgr.24491) 14367 : cluster [DBG] pgmap v12694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:38.750329+0000 mgr.y (mgr.24491) 14367 : cluster [DBG] pgmap v12694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:35:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:40.751043+0000 mgr.y (mgr.24491) 14368 : cluster [DBG] pgmap v12695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:40.751043+0000 mgr.y (mgr.24491) 14368 : cluster [DBG] pgmap v12695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:40.751043+0000 mgr.y (mgr.24491) 14368 : cluster [DBG] pgmap v12695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:42.751627+0000 mgr.y (mgr.24491) 14369 : cluster [DBG] pgmap v12696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:42.751627+0000 mgr.y (mgr.24491) 14369 : cluster [DBG] pgmap v12696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:42.751627+0000 mgr.y (mgr.24491) 14369 : cluster [DBG] pgmap v12696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:46.066 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:35:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:44.752461+0000 mgr.y (mgr.24491) 14370 : cluster [DBG] pgmap v12697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:35:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:35:46.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:35:46.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:35:46.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:35:46.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:35:46.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:35:46.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:35:46.341 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:35:46.341 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:35:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:44.752461+0000 mgr.y (mgr.24491) 14370 : cluster [DBG] pgmap v12697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:44.752461+0000 mgr.y (mgr.24491) 14370 : cluster [DBG] pgmap v12697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:46.675 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:35:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:35:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:35:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:35:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:35:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:35:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:35:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:35:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:35:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:35:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:35:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:35:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:35:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:35:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:35:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:35:46.676 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:35:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:35:46.675502+0000 mon.a (mon.0) 3124 : audit [DBG] from='client.? 172.21.15.177:0/2469162179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:35:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:35:46.675502+0000 mon.a (mon.0) 3124 : audit [DBG] from='client.? 172.21.15.177:0/2469162179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:35:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:35:46.675502+0000 mon.a (mon.0) 3124 : audit [DBG] from='client.? 172.21.15.177:0/2469162179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:35:48.007 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:35:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:35:46.054586+0000 mgr.y (mgr.24491) 14371 : audit [DBG] from='client.29622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:35:46.332812+0000 mgr.y (mgr.24491) 14372 : audit [DBG] from='client.39539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:46.753034+0000 mgr.y (mgr.24491) 14373 : cluster [DBG] pgmap v12698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:48.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:35:46.054586+0000 mgr.y (mgr.24491) 14371 : audit [DBG] from='client.29622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:48.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:35:46.332812+0000 mgr.y (mgr.24491) 14372 : audit [DBG] from='client.39539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:48.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:46.753034+0000 mgr.y (mgr.24491) 14373 : cluster [DBG] pgmap v12698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:35:46.054586+0000 mgr.y (mgr.24491) 14371 : audit [DBG] from='client.29622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:35:46.332812+0000 mgr.y (mgr.24491) 14372 : audit [DBG] from='client.39539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:35:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:46.753034+0000 mgr.y (mgr.24491) 14373 : cluster [DBG] pgmap v12698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:48.753598+0000 mgr.y (mgr.24491) 14374 : cluster [DBG] pgmap v12699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:48.753598+0000 mgr.y (mgr.24491) 14374 : cluster [DBG] pgmap v12699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:48.753598+0000 mgr.y (mgr.24491) 14374 : cluster [DBG] pgmap v12699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:35:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:50.754202+0000 mgr.y (mgr.24491) 14375 : cluster [DBG] pgmap v12700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:50.754202+0000 mgr.y (mgr.24491) 14375 : cluster [DBG] pgmap v12700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:50.754202+0000 mgr.y (mgr.24491) 14375 : cluster [DBG] pgmap v12700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:52.754635+0000 mgr.y (mgr.24491) 14376 : cluster [DBG] pgmap v12701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:52.754635+0000 mgr.y (mgr.24491) 14376 : cluster [DBG] pgmap v12701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:52.754635+0000 mgr.y (mgr.24491) 14376 : cluster [DBG] pgmap v12701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:54.755294+0000 mgr.y (mgr.24491) 14377 : cluster [DBG] pgmap v12702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:54.755294+0000 mgr.y (mgr.24491) 14377 : cluster [DBG] pgmap v12702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:54.755294+0000 mgr.y (mgr.24491) 14377 : cluster [DBG] pgmap v12702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:58.026 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:35:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:35:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:56.755697+0000 mgr.y (mgr.24491) 14378 : cluster [DBG] pgmap v12703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:56.755697+0000 mgr.y (mgr.24491) 14378 : cluster [DBG] pgmap v12703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:35:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:35:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:56.755697+0000 mgr.y (mgr.24491) 14378 : cluster [DBG] pgmap v12703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:35:58.756151+0000 mgr.y (mgr.24491) 14379 : cluster [DBG] pgmap v12704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:35:58.756151+0000 mgr.y (mgr.24491) 14379 : cluster [DBG] pgmap v12704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:35:58.756151+0000 mgr.y (mgr.24491) 14379 : cluster [DBG] pgmap v12704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:36:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:00.756841+0000 mgr.y (mgr.24491) 14380 : cluster [DBG] pgmap v12705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:00.756841+0000 mgr.y (mgr.24491) 14380 : cluster [DBG] pgmap v12705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:00.756841+0000 mgr.y (mgr.24491) 14380 : cluster [DBG] pgmap v12705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:02.757312+0000 mgr.y (mgr.24491) 14381 : cluster [DBG] pgmap v12706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:02.757312+0000 mgr.y (mgr.24491) 14381 : cluster [DBG] pgmap v12706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:02.757312+0000 mgr.y (mgr.24491) 14381 : cluster [DBG] pgmap v12706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:04.758060+0000 mgr.y (mgr.24491) 14382 : cluster [DBG] pgmap v12707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:04.758060+0000 mgr.y (mgr.24491) 14382 : cluster [DBG] pgmap v12707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:04.758060+0000 mgr.y (mgr.24491) 14382 : cluster [DBG] pgmap v12707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:08.042 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:36:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:06.758437+0000 mgr.y (mgr.24491) 14383 : cluster [DBG] pgmap v12708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:06.758437+0000 mgr.y (mgr.24491) 14383 : cluster [DBG] pgmap v12708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:06.758437+0000 mgr.y (mgr.24491) 14383 : cluster [DBG] pgmap v12708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:08.759103+0000 mgr.y (mgr.24491) 14384 : cluster [DBG] pgmap v12709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:08.759103+0000 mgr.y (mgr.24491) 14384 : cluster [DBG] pgmap v12709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:09.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:08.759103+0000 mgr.y (mgr.24491) 14384 : cluster [DBG] pgmap v12709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:36:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:10.759790+0000 mgr.y (mgr.24491) 14385 : cluster [DBG] pgmap v12710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:12.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:10.759790+0000 mgr.y (mgr.24491) 14385 : cluster [DBG] pgmap v12710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:10.759790+0000 mgr.y (mgr.24491) 14385 : cluster [DBG] pgmap v12710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:12.760276+0000 mgr.y (mgr.24491) 14386 : cluster [DBG] pgmap v12711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:12.760276+0000 mgr.y (mgr.24491) 14386 : cluster [DBG] pgmap v12711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:12.760276+0000 mgr.y (mgr.24491) 14386 : cluster [DBG] pgmap v12711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:36:13.947066+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:36:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:36:14.237236+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:36:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:36:14.237867+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:36:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:36:14.244202+0000 mon.a (mon.0) 3128 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:36:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:36:13.947066+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:36:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:36:14.237236+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:36:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:36:14.237867+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:36:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:36:14.244202+0000 mon.a (mon.0) 3128 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:36:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:36:13.947066+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:36:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:36:14.237236+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:36:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:36:14.237867+0000 mon.a (mon.0) 3127 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:36:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:36:14.244202+0000 mon.a (mon.0) 3128 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:36:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:14.760908+0000 mgr.y (mgr.24491) 14387 : cluster [DBG] pgmap v12712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:14.760908+0000 mgr.y (mgr.24491) 14387 : cluster [DBG] pgmap v12712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:14.760908+0000 mgr.y (mgr.24491) 14387 : cluster [DBG] pgmap v12712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:16.988 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:36:17.261 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:36:17.261 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:36:17.261 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:36:17.261 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:36:17.261 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:36:17.261 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:36:17.261 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 5m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:36:17.262 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:36:17.263 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:36:17.594 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:36:17.595 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:36:17.596 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:36:17.596 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:36:17.596 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:36:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:36:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:16.761281+0000 mgr.y (mgr.24491) 14388 : cluster [DBG] pgmap v12713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:36:16.976639+0000 mgr.y (mgr.24491) 14389 : audit [DBG] from='client.39551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:36:17.595412+0000 mon.a (mon.0) 3129 : audit [DBG] from='client.? 172.21.15.177:0/1093379521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:36:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:16.761281+0000 mgr.y (mgr.24491) 14388 : cluster [DBG] pgmap v12713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:36:16.976639+0000 mgr.y (mgr.24491) 14389 : audit [DBG] from='client.39551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:36:17.595412+0000 mon.a (mon.0) 3129 : audit [DBG] from='client.? 172.21.15.177:0/1093379521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:36:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:16.761281+0000 mgr.y (mgr.24491) 14388 : cluster [DBG] pgmap v12713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:36:16.976639+0000 mgr.y (mgr.24491) 14389 : audit [DBG] from='client.39551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:36:17.595412+0000 mon.a (mon.0) 3129 : audit [DBG] from='client.? 172.21.15.177:0/1093379521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:36:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:36:17.254275+0000 mgr.y (mgr.24491) 14390 : audit [DBG] from='client.29646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:36:17.254275+0000 mgr.y (mgr.24491) 14390 : audit [DBG] from='client.29646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:36:17.254275+0000 mgr.y (mgr.24491) 14390 : audit [DBG] from='client.29646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:18.761682+0000 mgr.y (mgr.24491) 14391 : cluster [DBG] pgmap v12714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:18.761682+0000 mgr.y (mgr.24491) 14391 : cluster [DBG] pgmap v12714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:18.761682+0000 mgr.y (mgr.24491) 14391 : cluster [DBG] pgmap v12714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:36:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:20.762552+0000 mgr.y (mgr.24491) 14392 : cluster [DBG] pgmap v12715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:20.762552+0000 mgr.y (mgr.24491) 14392 : cluster [DBG] pgmap v12715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:20.762552+0000 mgr.y (mgr.24491) 14392 : cluster [DBG] pgmap v12715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:22.763228+0000 mgr.y (mgr.24491) 14393 : cluster [DBG] pgmap v12716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:22.763228+0000 mgr.y (mgr.24491) 14393 : cluster [DBG] pgmap v12716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:22.763228+0000 mgr.y (mgr.24491) 14393 : cluster [DBG] pgmap v12716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:24.764089+0000 mgr.y (mgr.24491) 14394 : cluster [DBG] pgmap v12717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:24.764089+0000 mgr.y (mgr.24491) 14394 : cluster [DBG] pgmap v12717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:24.764089+0000 mgr.y (mgr.24491) 14394 : cluster [DBG] pgmap v12717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:36:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:26.764519+0000 mgr.y (mgr.24491) 14395 : cluster [DBG] pgmap v12718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:26.764519+0000 mgr.y (mgr.24491) 14395 : cluster [DBG] pgmap v12718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:26.764519+0000 mgr.y (mgr.24491) 14395 : cluster [DBG] pgmap v12718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:28.765058+0000 mgr.y (mgr.24491) 14396 : cluster [DBG] pgmap v12719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:28.765058+0000 mgr.y (mgr.24491) 14396 : cluster [DBG] pgmap v12719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:28.765058+0000 mgr.y (mgr.24491) 14396 : cluster [DBG] pgmap v12719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:36:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:30.765780+0000 mgr.y (mgr.24491) 14397 : cluster [DBG] pgmap v12720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:30.765780+0000 mgr.y (mgr.24491) 14397 : cluster [DBG] pgmap v12720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:30.765780+0000 mgr.y (mgr.24491) 14397 : cluster [DBG] pgmap v12720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:32.766271+0000 mgr.y (mgr.24491) 14398 : cluster [DBG] pgmap v12721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:32.766271+0000 mgr.y (mgr.24491) 14398 : cluster [DBG] pgmap v12721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:32.766271+0000 mgr.y (mgr.24491) 14398 : cluster [DBG] pgmap v12721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:34.766926+0000 mgr.y (mgr.24491) 14399 : cluster [DBG] pgmap v12722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:34.766926+0000 mgr.y (mgr.24491) 14399 : cluster [DBG] pgmap v12722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:34.766926+0000 mgr.y (mgr.24491) 14399 : cluster [DBG] pgmap v12722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:36:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:36.767485+0000 mgr.y (mgr.24491) 14400 : cluster [DBG] pgmap v12723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:36.767485+0000 mgr.y (mgr.24491) 14400 : cluster [DBG] pgmap v12723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:36.767485+0000 mgr.y (mgr.24491) 14400 : cluster [DBG] pgmap v12723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:38.767926+0000 mgr.y (mgr.24491) 14401 : cluster [DBG] pgmap v12724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:38.767926+0000 mgr.y (mgr.24491) 14401 : cluster [DBG] pgmap v12724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:38.767926+0000 mgr.y (mgr.24491) 14401 : cluster [DBG] pgmap v12724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:36:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:40.768627+0000 mgr.y (mgr.24491) 14402 : cluster [DBG] pgmap v12725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:40.768627+0000 mgr.y (mgr.24491) 14402 : cluster [DBG] pgmap v12725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:40.768627+0000 mgr.y (mgr.24491) 14402 : cluster [DBG] pgmap v12725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:42.769134+0000 mgr.y (mgr.24491) 14403 : cluster [DBG] pgmap v12726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:42.769134+0000 mgr.y (mgr.24491) 14403 : cluster [DBG] pgmap v12726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:42.769134+0000 mgr.y (mgr.24491) 14403 : cluster [DBG] pgmap v12726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:44.770008+0000 mgr.y (mgr.24491) 14404 : cluster [DBG] pgmap v12727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:46.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:44.770008+0000 mgr.y (mgr.24491) 14404 : cluster [DBG] pgmap v12727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:44.770008+0000 mgr.y (mgr.24491) 14404 : cluster [DBG] pgmap v12727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:47.906 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:36:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:36:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:46.770559+0000 mgr.y (mgr.24491) 14405 : cluster [DBG] pgmap v12728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:46.770559+0000 mgr.y (mgr.24491) 14405 : cluster [DBG] pgmap v12728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:48.180 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:36:48.180 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 5m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:36:48.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:36:48.182 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:36:48.182 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:36:48.182 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:36:48.182 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:36:48.182 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:36:48.182 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:36:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:46.770559+0000 mgr.y (mgr.24491) 14405 : cluster [DBG] pgmap v12728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:48.514 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:36:48.515 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:36:48.516 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:36:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:36:47.894678+0000 mgr.y (mgr.24491) 14406 : audit [DBG] from='client.39569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:36:48.515102+0000 mon.c (mon.2) 458 : audit [DBG] from='client.? 172.21.15.177:0/2246294960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:36:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:36:47.894678+0000 mgr.y (mgr.24491) 14406 : audit [DBG] from='client.39569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:49.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:36:48.515102+0000 mon.c (mon.2) 458 : audit [DBG] from='client.? 172.21.15.177:0/2246294960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:36:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:36:47.894678+0000 mgr.y (mgr.24491) 14406 : audit [DBG] from='client.39569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:36:48.515102+0000 mon.c (mon.2) 458 : audit [DBG] from='client.? 172.21.15.177:0/2246294960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:36:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:36:48.173460+0000 mgr.y (mgr.24491) 14407 : audit [DBG] from='client.29664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:48.771098+0000 mgr.y (mgr.24491) 14408 : cluster [DBG] pgmap v12729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:50.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:36:48.173460+0000 mgr.y (mgr.24491) 14407 : audit [DBG] from='client.29664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:50.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:48.771098+0000 mgr.y (mgr.24491) 14408 : cluster [DBG] pgmap v12729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:36:48.173460+0000 mgr.y (mgr.24491) 14407 : audit [DBG] from='client.29664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:36:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:48.771098+0000 mgr.y (mgr.24491) 14408 : cluster [DBG] pgmap v12729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:36:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:50.771778+0000 mgr.y (mgr.24491) 14409 : cluster [DBG] pgmap v12730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:50.771778+0000 mgr.y (mgr.24491) 14409 : cluster [DBG] pgmap v12730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:50.771778+0000 mgr.y (mgr.24491) 14409 : cluster [DBG] pgmap v12730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:52.772200+0000 mgr.y (mgr.24491) 14410 : cluster [DBG] pgmap v12731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:52.772200+0000 mgr.y (mgr.24491) 14410 : cluster [DBG] pgmap v12731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:52.772200+0000 mgr.y (mgr.24491) 14410 : cluster [DBG] pgmap v12731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:54.773073+0000 mgr.y (mgr.24491) 14411 : cluster [DBG] pgmap v12732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:54.773073+0000 mgr.y (mgr.24491) 14411 : cluster [DBG] pgmap v12732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:54.773073+0000 mgr.y (mgr.24491) 14411 : cluster [DBG] pgmap v12732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:36:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:36:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:56.773542+0000 mgr.y (mgr.24491) 14412 : cluster [DBG] pgmap v12733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:56.773542+0000 mgr.y (mgr.24491) 14412 : cluster [DBG] pgmap v12733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:36:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:56.773542+0000 mgr.y (mgr.24491) 14412 : cluster [DBG] pgmap v12733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:36:58.773971+0000 mgr.y (mgr.24491) 14413 : cluster [DBG] pgmap v12734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:36:58.773971+0000 mgr.y (mgr.24491) 14413 : cluster [DBG] pgmap v12734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:36:58.773971+0000 mgr.y (mgr.24491) 14413 : cluster [DBG] pgmap v12734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:37:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:00.774582+0000 mgr.y (mgr.24491) 14414 : cluster [DBG] pgmap v12735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:00.774582+0000 mgr.y (mgr.24491) 14414 : cluster [DBG] pgmap v12735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:00.774582+0000 mgr.y (mgr.24491) 14414 : cluster [DBG] pgmap v12735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:02.775045+0000 mgr.y (mgr.24491) 14415 : cluster [DBG] pgmap v12736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:02.775045+0000 mgr.y (mgr.24491) 14415 : cluster [DBG] pgmap v12736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:02.775045+0000 mgr.y (mgr.24491) 14415 : cluster [DBG] pgmap v12736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:04.775699+0000 mgr.y (mgr.24491) 14416 : cluster [DBG] pgmap v12737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:04.775699+0000 mgr.y (mgr.24491) 14416 : cluster [DBG] pgmap v12737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:04.775699+0000 mgr.y (mgr.24491) 14416 : cluster [DBG] pgmap v12737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:37:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:06.776181+0000 mgr.y (mgr.24491) 14417 : cluster [DBG] pgmap v12738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:06.776181+0000 mgr.y (mgr.24491) 14417 : cluster [DBG] pgmap v12738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:06.776181+0000 mgr.y (mgr.24491) 14417 : cluster [DBG] pgmap v12738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:08.776632+0000 mgr.y (mgr.24491) 14418 : cluster [DBG] pgmap v12739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:08.776632+0000 mgr.y (mgr.24491) 14418 : cluster [DBG] pgmap v12739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:08.776632+0000 mgr.y (mgr.24491) 14418 : cluster [DBG] pgmap v12739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:37:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:10.777485+0000 mgr.y (mgr.24491) 14419 : cluster [DBG] pgmap v12740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:10.777485+0000 mgr.y (mgr.24491) 14419 : cluster [DBG] pgmap v12740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:10.777485+0000 mgr.y (mgr.24491) 14419 : cluster [DBG] pgmap v12740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:12.777888+0000 mgr.y (mgr.24491) 14420 : cluster [DBG] pgmap v12741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:12.777888+0000 mgr.y (mgr.24491) 14420 : cluster [DBG] pgmap v12741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:12.777888+0000 mgr.y (mgr.24491) 14420 : cluster [DBG] pgmap v12741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:37:14.248516+0000 mon.a (mon.0) 3130 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:37:15.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:37:14.248516+0000 mon.a (mon.0) 3130 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:37:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:37:14.248516+0000 mon.a (mon.0) 3130 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:37:16.036 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:14.778452+0000 mgr.y (mgr.24491) 14421 : cluster [DBG] pgmap v12742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:16.036 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:14.778452+0000 mgr.y (mgr.24491) 14421 : cluster [DBG] pgmap v12742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:14.778452+0000 mgr.y (mgr.24491) 14421 : cluster [DBG] pgmap v12742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:37:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:16.778783+0000 mgr.y (mgr.24491) 14422 : cluster [DBG] pgmap v12743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:37:17.565191+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:37:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:37:17.846509+0000 mon.a (mon.0) 3132 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:37:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:37:17.847183+0000 mon.a (mon.0) 3133 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:37:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:37:17.851331+0000 mon.a (mon.0) 3134 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:37:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:16.778783+0000 mgr.y (mgr.24491) 14422 : cluster [DBG] pgmap v12743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:18.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:37:17.565191+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:37:18.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:37:17.846509+0000 mon.a (mon.0) 3132 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:37:18.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:37:17.847183+0000 mon.a (mon.0) 3133 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:37:18.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:37:17.851331+0000 mon.a (mon.0) 3134 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:37:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:16.778783+0000 mgr.y (mgr.24491) 14422 : cluster [DBG] pgmap v12743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:37:17.565191+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:37:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:37:17.846509+0000 mon.a (mon.0) 3132 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:37:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:37:17.847183+0000 mon.a (mon.0) 3133 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:37:18.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:37:17.851331+0000 mon.a (mon.0) 3134 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:37:18.815 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:37:19.089 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:37:19.089 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:37:19.089 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:37:19.089 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:37:19.089 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:37:19.089 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:37:19.090 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:37:19.090 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:37:19.090 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 6m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:37:19.090 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 6m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:37:19.090 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:37:19.090 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:37:19.090 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:37:19.090 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:37:19.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:37:19.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:37:19.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:37:19.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:37:19.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:37:19.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:37:19.091 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:37:19.424 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:37:19.425 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:37:19.425 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:37:19.425 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:37:19.425 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:37:19.425 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:37:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:18.779112+0000 mgr.y (mgr.24491) 14423 : cluster [DBG] pgmap v12744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:37:18.803092+0000 mgr.y (mgr.24491) 14424 : audit [DBG] from='client.39587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:37:19.424452+0000 mon.c (mon.2) 459 : audit [DBG] from='client.? 172.21.15.177:0/1049880112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:37:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:18.779112+0000 mgr.y (mgr.24491) 14423 : cluster [DBG] pgmap v12744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:37:18.803092+0000 mgr.y (mgr.24491) 14424 : audit [DBG] from='client.39587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:37:19.424452+0000 mon.c (mon.2) 459 : audit [DBG] from='client.? 172.21.15.177:0/1049880112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:37:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:18.779112+0000 mgr.y (mgr.24491) 14423 : cluster [DBG] pgmap v12744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:37:18.803092+0000 mgr.y (mgr.24491) 14424 : audit [DBG] from='client.39587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:37:19.424452+0000 mon.c (mon.2) 459 : audit [DBG] from='client.? 172.21.15.177:0/1049880112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:37:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:37:19.081601+0000 mgr.y (mgr.24491) 14425 : audit [DBG] from='client.39593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:37:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:37:19.081601+0000 mgr.y (mgr.24491) 14425 : audit [DBG] from='client.39593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:37:19.081601+0000 mgr.y (mgr.24491) 14425 : audit [DBG] from='client.39593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:20.779731+0000 mgr.y (mgr.24491) 14426 : cluster [DBG] pgmap v12745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:20.779731+0000 mgr.y (mgr.24491) 14426 : cluster [DBG] pgmap v12745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:20.779731+0000 mgr.y (mgr.24491) 14426 : cluster [DBG] pgmap v12745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:22.780159+0000 mgr.y (mgr.24491) 14427 : cluster [DBG] pgmap v12746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:22.780159+0000 mgr.y (mgr.24491) 14427 : cluster [DBG] pgmap v12746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:22.780159+0000 mgr.y (mgr.24491) 14427 : cluster [DBG] pgmap v12746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:24.780766+0000 mgr.y (mgr.24491) 14428 : cluster [DBG] pgmap v12747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:24.780766+0000 mgr.y (mgr.24491) 14428 : cluster [DBG] pgmap v12747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:24.780766+0000 mgr.y (mgr.24491) 14428 : cluster [DBG] pgmap v12747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:26.781216+0000 mgr.y (mgr.24491) 14429 : cluster [DBG] pgmap v12748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:28.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:37:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:26.781216+0000 mgr.y (mgr.24491) 14429 : cluster [DBG] pgmap v12748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:26.781216+0000 mgr.y (mgr.24491) 14429 : cluster [DBG] pgmap v12748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:28.781668+0000 mgr.y (mgr.24491) 14430 : cluster [DBG] pgmap v12749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:28.781668+0000 mgr.y (mgr.24491) 14430 : cluster [DBG] pgmap v12749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:28.781668+0000 mgr.y (mgr.24491) 14430 : cluster [DBG] pgmap v12749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:37:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:30.782292+0000 mgr.y (mgr.24491) 14431 : cluster [DBG] pgmap v12750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:30.782292+0000 mgr.y (mgr.24491) 14431 : cluster [DBG] pgmap v12750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:30.782292+0000 mgr.y (mgr.24491) 14431 : cluster [DBG] pgmap v12750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:32.782813+0000 mgr.y (mgr.24491) 14432 : cluster [DBG] pgmap v12751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:32.782813+0000 mgr.y (mgr.24491) 14432 : cluster [DBG] pgmap v12751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:32.782813+0000 mgr.y (mgr.24491) 14432 : cluster [DBG] pgmap v12751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:34.783502+0000 mgr.y (mgr.24491) 14433 : cluster [DBG] pgmap v12752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:34.783502+0000 mgr.y (mgr.24491) 14433 : cluster [DBG] pgmap v12752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:34.783502+0000 mgr.y (mgr.24491) 14433 : cluster [DBG] pgmap v12752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:37:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:36.783890+0000 mgr.y (mgr.24491) 14434 : cluster [DBG] pgmap v12753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:36.783890+0000 mgr.y (mgr.24491) 14434 : cluster [DBG] pgmap v12753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:36.783890+0000 mgr.y (mgr.24491) 14434 : cluster [DBG] pgmap v12753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:38.784317+0000 mgr.y (mgr.24491) 14435 : cluster [DBG] pgmap v12754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:38.784317+0000 mgr.y (mgr.24491) 14435 : cluster [DBG] pgmap v12754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:38.784317+0000 mgr.y (mgr.24491) 14435 : cluster [DBG] pgmap v12754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:37:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:40.785138+0000 mgr.y (mgr.24491) 14436 : cluster [DBG] pgmap v12755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:40.785138+0000 mgr.y (mgr.24491) 14436 : cluster [DBG] pgmap v12755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:40.785138+0000 mgr.y (mgr.24491) 14436 : cluster [DBG] pgmap v12755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:42.785587+0000 mgr.y (mgr.24491) 14437 : cluster [DBG] pgmap v12756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:42.785587+0000 mgr.y (mgr.24491) 14437 : cluster [DBG] pgmap v12756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:42.785587+0000 mgr.y (mgr.24491) 14437 : cluster [DBG] pgmap v12756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:44.786344+0000 mgr.y (mgr.24491) 14438 : cluster [DBG] pgmap v12757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:44.786344+0000 mgr.y (mgr.24491) 14438 : cluster [DBG] pgmap v12757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:44.786344+0000 mgr.y (mgr.24491) 14438 : cluster [DBG] pgmap v12757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:47.993 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:37:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:46.786743+0000 mgr.y (mgr.24491) 14439 : cluster [DBG] pgmap v12758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:46.786743+0000 mgr.y (mgr.24491) 14439 : cluster [DBG] pgmap v12758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:46.786743+0000 mgr.y (mgr.24491) 14439 : cluster [DBG] pgmap v12758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:49.733 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:37:50.009 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:37:50.009 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:37:50.009 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:37:50.009 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 6m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 6m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:37:50.010 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:37:50.011 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:37:50.011 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:37:50.011 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:37:50.011 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:37:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:48.787151+0000 mgr.y (mgr.24491) 14440 : cluster [DBG] pgmap v12759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:50.343 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:37:50.343 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:37:50.343 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:37:50.343 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:37:50.343 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:37:50.343 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:37:50.343 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:37:50.343 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:37:50.343 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:37:50.343 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:37:50.343 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:37:50.344 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:37:50.344 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:37:50.344 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:37:50.344 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:37:50.344 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:37:50.344 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:37:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:48.787151+0000 mgr.y (mgr.24491) 14440 : cluster [DBG] pgmap v12759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:48.787151+0000 mgr.y (mgr.24491) 14440 : cluster [DBG] pgmap v12759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:37:49.722481+0000 mgr.y (mgr.24491) 14441 : audit [DBG] from='client.29694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:37:50.002170+0000 mgr.y (mgr.24491) 14442 : audit [DBG] from='client.29700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:37:50.343668+0000 mon.c (mon.2) 460 : audit [DBG] from='client.? 172.21.15.177:0/869972746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:37:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:37:49.722481+0000 mgr.y (mgr.24491) 14441 : audit [DBG] from='client.29694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:37:50.002170+0000 mgr.y (mgr.24491) 14442 : audit [DBG] from='client.29700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:37:50.343668+0000 mon.c (mon.2) 460 : audit [DBG] from='client.? 172.21.15.177:0/869972746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:37:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:37:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:37:49.722481+0000 mgr.y (mgr.24491) 14441 : audit [DBG] from='client.29694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:37:50.002170+0000 mgr.y (mgr.24491) 14442 : audit [DBG] from='client.29700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:37:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:37:50.343668+0000 mon.c (mon.2) 460 : audit [DBG] from='client.? 172.21.15.177:0/869972746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:37:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:50.787806+0000 mgr.y (mgr.24491) 14443 : cluster [DBG] pgmap v12760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:50.787806+0000 mgr.y (mgr.24491) 14443 : cluster [DBG] pgmap v12760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:50.787806+0000 mgr.y (mgr.24491) 14443 : cluster [DBG] pgmap v12760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:52.788376+0000 mgr.y (mgr.24491) 14444 : cluster [DBG] pgmap v12761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:52.788376+0000 mgr.y (mgr.24491) 14444 : cluster [DBG] pgmap v12761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:52.788376+0000 mgr.y (mgr.24491) 14444 : cluster [DBG] pgmap v12761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:54.789144+0000 mgr.y (mgr.24491) 14445 : cluster [DBG] pgmap v12762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:54.789144+0000 mgr.y (mgr.24491) 14445 : cluster [DBG] pgmap v12762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:54.789144+0000 mgr.y (mgr.24491) 14445 : cluster [DBG] pgmap v12762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:58.014 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:37:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:37:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:56.789598+0000 mgr.y (mgr.24491) 14446 : cluster [DBG] pgmap v12763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:56.789598+0000 mgr.y (mgr.24491) 14446 : cluster [DBG] pgmap v12763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:37:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:56.789598+0000 mgr.y (mgr.24491) 14446 : cluster [DBG] pgmap v12763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:37:58.790078+0000 mgr.y (mgr.24491) 14447 : cluster [DBG] pgmap v12764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:37:58.790078+0000 mgr.y (mgr.24491) 14447 : cluster [DBG] pgmap v12764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:37:58.790078+0000 mgr.y (mgr.24491) 14447 : cluster [DBG] pgmap v12764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:38:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:00.790729+0000 mgr.y (mgr.24491) 14448 : cluster [DBG] pgmap v12765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:02.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:00.790729+0000 mgr.y (mgr.24491) 14448 : cluster [DBG] pgmap v12765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:00.790729+0000 mgr.y (mgr.24491) 14448 : cluster [DBG] pgmap v12765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:02.791173+0000 mgr.y (mgr.24491) 14449 : cluster [DBG] pgmap v12766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:02.791173+0000 mgr.y (mgr.24491) 14449 : cluster [DBG] pgmap v12766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:02.791173+0000 mgr.y (mgr.24491) 14449 : cluster [DBG] pgmap v12766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:04.791835+0000 mgr.y (mgr.24491) 14450 : cluster [DBG] pgmap v12767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:04.791835+0000 mgr.y (mgr.24491) 14450 : cluster [DBG] pgmap v12767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:04.791835+0000 mgr.y (mgr.24491) 14450 : cluster [DBG] pgmap v12767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:08.035 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:38:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:06.792343+0000 mgr.y (mgr.24491) 14451 : cluster [DBG] pgmap v12768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:06.792343+0000 mgr.y (mgr.24491) 14451 : cluster [DBG] pgmap v12768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:06.792343+0000 mgr.y (mgr.24491) 14451 : cluster [DBG] pgmap v12768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:08.792846+0000 mgr.y (mgr.24491) 14452 : cluster [DBG] pgmap v12769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:08.792846+0000 mgr.y (mgr.24491) 14452 : cluster [DBG] pgmap v12769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:08.792846+0000 mgr.y (mgr.24491) 14452 : cluster [DBG] pgmap v12769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:38:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:10.793679+0000 mgr.y (mgr.24491) 14453 : cluster [DBG] pgmap v12770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:10.793679+0000 mgr.y (mgr.24491) 14453 : cluster [DBG] pgmap v12770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:10.793679+0000 mgr.y (mgr.24491) 14453 : cluster [DBG] pgmap v12770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:12.794217+0000 mgr.y (mgr.24491) 14454 : cluster [DBG] pgmap v12771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:12.794217+0000 mgr.y (mgr.24491) 14454 : cluster [DBG] pgmap v12771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:12.794217+0000 mgr.y (mgr.24491) 14454 : cluster [DBG] pgmap v12771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:14.794920+0000 mgr.y (mgr.24491) 14455 : cluster [DBG] pgmap v12772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:14.794920+0000 mgr.y (mgr.24491) 14455 : cluster [DBG] pgmap v12772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:14.794920+0000 mgr.y (mgr.24491) 14455 : cluster [DBG] pgmap v12772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:18.053 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:38:18.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:16.795480+0000 mgr.y (mgr.24491) 14456 : cluster [DBG] pgmap v12773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:18.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:38:17.855493+0000 mon.a (mon.0) 3135 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:38:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:16.795480+0000 mgr.y (mgr.24491) 14456 : cluster [DBG] pgmap v12773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:38:17.855493+0000 mon.a (mon.0) 3135 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:38:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:16.795480+0000 mgr.y (mgr.24491) 14456 : cluster [DBG] pgmap v12773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:38:17.855493+0000 mon.a (mon.0) 3135 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:38:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:18.796061+0000 mgr.y (mgr.24491) 14457 : cluster [DBG] pgmap v12774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:18.796061+0000 mgr.y (mgr.24491) 14457 : cluster [DBG] pgmap v12774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:18.796061+0000 mgr.y (mgr.24491) 14457 : cluster [DBG] pgmap v12774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:20.653 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 7m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 7m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 7m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:38:20.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 7m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:38:20.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:38:20.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:38:20.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:38:20.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:38:20.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:38:20.929 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:38:20.929 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:38:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:38:21.266 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:38:21.266 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:38:21.266 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:38:21.266 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:38:21.267 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:38:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:38:20.641459+0000 mgr.y (mgr.24491) 14458 : audit [DBG] from='client.29712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:20.796635+0000 mgr.y (mgr.24491) 14459 : cluster [DBG] pgmap v12775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:38:20.920760+0000 mgr.y (mgr.24491) 14460 : audit [DBG] from='client.39629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:38:21.104204+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:38:22.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:38:21.266913+0000 mon.a (mon.0) 3137 : audit [DBG] from='client.? 172.21.15.177:0/662444804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:38:22.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:38:21.381775+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:38:22.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:38:21.382392+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:38:22.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:38:21.387079+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:38:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:38:20.641459+0000 mgr.y (mgr.24491) 14458 : audit [DBG] from='client.29712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:20.796635+0000 mgr.y (mgr.24491) 14459 : cluster [DBG] pgmap v12775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:38:20.920760+0000 mgr.y (mgr.24491) 14460 : audit [DBG] from='client.39629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:38:21.104204+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:38:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:38:21.266913+0000 mon.a (mon.0) 3137 : audit [DBG] from='client.? 172.21.15.177:0/662444804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:38:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:38:21.381775+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:38:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:38:21.382392+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:38:22.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:38:21.387079+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:38:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:38:20.641459+0000 mgr.y (mgr.24491) 14458 : audit [DBG] from='client.29712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:20.796635+0000 mgr.y (mgr.24491) 14459 : cluster [DBG] pgmap v12775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:38:20.920760+0000 mgr.y (mgr.24491) 14460 : audit [DBG] from='client.39629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:38:21.104204+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:38:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:38:21.266913+0000 mon.a (mon.0) 3137 : audit [DBG] from='client.? 172.21.15.177:0/662444804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:38:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:38:21.381775+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:38:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:38:21.382392+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:38:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:38:21.387079+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:38:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:22.797089+0000 mgr.y (mgr.24491) 14461 : cluster [DBG] pgmap v12776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:22.797089+0000 mgr.y (mgr.24491) 14461 : cluster [DBG] pgmap v12776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:22.797089+0000 mgr.y (mgr.24491) 14461 : cluster [DBG] pgmap v12776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:24.798037+0000 mgr.y (mgr.24491) 14462 : cluster [DBG] pgmap v12777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:24.798037+0000 mgr.y (mgr.24491) 14462 : cluster [DBG] pgmap v12777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:24.798037+0000 mgr.y (mgr.24491) 14462 : cluster [DBG] pgmap v12777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:26.798405+0000 mgr.y (mgr.24491) 14463 : cluster [DBG] pgmap v12778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:26.798405+0000 mgr.y (mgr.24491) 14463 : cluster [DBG] pgmap v12778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:26.798405+0000 mgr.y (mgr.24491) 14463 : cluster [DBG] pgmap v12778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:38:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:28.799019+0000 mgr.y (mgr.24491) 14464 : cluster [DBG] pgmap v12779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:28.799019+0000 mgr.y (mgr.24491) 14464 : cluster [DBG] pgmap v12779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:28.799019+0000 mgr.y (mgr.24491) 14464 : cluster [DBG] pgmap v12779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:38:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:30.799779+0000 mgr.y (mgr.24491) 14465 : cluster [DBG] pgmap v12780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:30.799779+0000 mgr.y (mgr.24491) 14465 : cluster [DBG] pgmap v12780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:30.799779+0000 mgr.y (mgr.24491) 14465 : cluster [DBG] pgmap v12780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:32.800338+0000 mgr.y (mgr.24491) 14466 : cluster [DBG] pgmap v12781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:32.800338+0000 mgr.y (mgr.24491) 14466 : cluster [DBG] pgmap v12781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:32.800338+0000 mgr.y (mgr.24491) 14466 : cluster [DBG] pgmap v12781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:34.800935+0000 mgr.y (mgr.24491) 14467 : cluster [DBG] pgmap v12782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:34.800935+0000 mgr.y (mgr.24491) 14467 : cluster [DBG] pgmap v12782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:34.800935+0000 mgr.y (mgr.24491) 14467 : cluster [DBG] pgmap v12782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:38:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:36.801435+0000 mgr.y (mgr.24491) 14468 : cluster [DBG] pgmap v12783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:36.801435+0000 mgr.y (mgr.24491) 14468 : cluster [DBG] pgmap v12783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:36.801435+0000 mgr.y (mgr.24491) 14468 : cluster [DBG] pgmap v12783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:38.801796+0000 mgr.y (mgr.24491) 14469 : cluster [DBG] pgmap v12784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:38.801796+0000 mgr.y (mgr.24491) 14469 : cluster [DBG] pgmap v12784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:38.801796+0000 mgr.y (mgr.24491) 14469 : cluster [DBG] pgmap v12784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:38:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:40.802563+0000 mgr.y (mgr.24491) 14470 : cluster [DBG] pgmap v12785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:40.802563+0000 mgr.y (mgr.24491) 14470 : cluster [DBG] pgmap v12785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:40.802563+0000 mgr.y (mgr.24491) 14470 : cluster [DBG] pgmap v12785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:42.803113+0000 mgr.y (mgr.24491) 14471 : cluster [DBG] pgmap v12786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:42.803113+0000 mgr.y (mgr.24491) 14471 : cluster [DBG] pgmap v12786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:42.803113+0000 mgr.y (mgr.24491) 14471 : cluster [DBG] pgmap v12786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:44.803815+0000 mgr.y (mgr.24491) 14472 : cluster [DBG] pgmap v12787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:44.803815+0000 mgr.y (mgr.24491) 14472 : cluster [DBG] pgmap v12787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:44.803815+0000 mgr.y (mgr.24491) 14472 : cluster [DBG] pgmap v12787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:38:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:46.804218+0000 mgr.y (mgr.24491) 14473 : cluster [DBG] pgmap v12788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:46.804218+0000 mgr.y (mgr.24491) 14473 : cluster [DBG] pgmap v12788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:46.804218+0000 mgr.y (mgr.24491) 14473 : cluster [DBG] pgmap v12788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:48.804610+0000 mgr.y (mgr.24491) 14474 : cluster [DBG] pgmap v12789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:50.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:48.804610+0000 mgr.y (mgr.24491) 14474 : cluster [DBG] pgmap v12789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:48.804610+0000 mgr.y (mgr.24491) 14474 : cluster [DBG] pgmap v12789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:38:51.577 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:38:51.854 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:38:51.854 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:38:51.854 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:38:51.854 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:38:51.854 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:38:51.854 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 7m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:38:51.854 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:38:51.854 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 7m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 7m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 7m ago 7h 46.0M 2475M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.1M 2475M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.0M 2475M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:38:51.855 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:38:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:50.805474+0000 mgr.y (mgr.24491) 14475 : cluster [DBG] pgmap v12790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:50.805474+0000 mgr.y (mgr.24491) 14475 : cluster [DBG] pgmap v12790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:52.189 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:38:52.190 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:38:52.191 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:38:52.191 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:38:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:50.805474+0000 mgr.y (mgr.24491) 14475 : cluster [DBG] pgmap v12790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:38:51.566520+0000 mgr.y (mgr.24491) 14476 : audit [DBG] from='client.29730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:38:51.845517+0000 mgr.y (mgr.24491) 14477 : audit [DBG] from='client.39647 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:38:52.190351+0000 mon.a (mon.0) 3141 : audit [DBG] from='client.? 172.21.15.177:0/1779630875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:38:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:38:51.566520+0000 mgr.y (mgr.24491) 14476 : audit [DBG] from='client.29730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:53.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:38:51.845517+0000 mgr.y (mgr.24491) 14477 : audit [DBG] from='client.39647 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:53.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:38:52.190351+0000 mon.a (mon.0) 3141 : audit [DBG] from='client.? 172.21.15.177:0/1779630875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:38:53.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:38:51.566520+0000 mgr.y (mgr.24491) 14476 : audit [DBG] from='client.29730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:53.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:38:51.845517+0000 mgr.y (mgr.24491) 14477 : audit [DBG] from='client.39647 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:38:53.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:38:52.190351+0000 mon.a (mon.0) 3141 : audit [DBG] from='client.? 172.21.15.177:0/1779630875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:38:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:52.805999+0000 mgr.y (mgr.24491) 14478 : cluster [DBG] pgmap v12791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:52.805999+0000 mgr.y (mgr.24491) 14478 : cluster [DBG] pgmap v12791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:54.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:52.805999+0000 mgr.y (mgr.24491) 14478 : cluster [DBG] pgmap v12791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:54.806644+0000 mgr.y (mgr.24491) 14479 : cluster [DBG] pgmap v12792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:54.806644+0000 mgr.y (mgr.24491) 14479 : cluster [DBG] pgmap v12792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:54.806644+0000 mgr.y (mgr.24491) 14479 : cluster [DBG] pgmap v12792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:38:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:38:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:56.807134+0000 mgr.y (mgr.24491) 14480 : cluster [DBG] pgmap v12793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:56.807134+0000 mgr.y (mgr.24491) 14480 : cluster [DBG] pgmap v12793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:38:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:56.807134+0000 mgr.y (mgr.24491) 14480 : cluster [DBG] pgmap v12793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:38:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:38:58.807689+0000 mgr.y (mgr.24491) 14481 : cluster [DBG] pgmap v12794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:38:58.807689+0000 mgr.y (mgr.24491) 14481 : cluster [DBG] pgmap v12794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:38:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:38:58.807689+0000 mgr.y (mgr.24491) 14481 : cluster [DBG] pgmap v12794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:39:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:00.808363+0000 mgr.y (mgr.24491) 14482 : cluster [DBG] pgmap v12795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:00.808363+0000 mgr.y (mgr.24491) 14482 : cluster [DBG] pgmap v12795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:00.808363+0000 mgr.y (mgr.24491) 14482 : cluster [DBG] pgmap v12795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:02.808814+0000 mgr.y (mgr.24491) 14483 : cluster [DBG] pgmap v12796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:02.808814+0000 mgr.y (mgr.24491) 14483 : cluster [DBG] pgmap v12796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:02.808814+0000 mgr.y (mgr.24491) 14483 : cluster [DBG] pgmap v12796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:04.809544+0000 mgr.y (mgr.24491) 14484 : cluster [DBG] pgmap v12797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:04.809544+0000 mgr.y (mgr.24491) 14484 : cluster [DBG] pgmap v12797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:04.809544+0000 mgr.y (mgr.24491) 14484 : cluster [DBG] pgmap v12797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:39:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:06.810020+0000 mgr.y (mgr.24491) 14485 : cluster [DBG] pgmap v12798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:06.810020+0000 mgr.y (mgr.24491) 14485 : cluster [DBG] pgmap v12798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:06.810020+0000 mgr.y (mgr.24491) 14485 : cluster [DBG] pgmap v12798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:08.810491+0000 mgr.y (mgr.24491) 14486 : cluster [DBG] pgmap v12799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:08.810491+0000 mgr.y (mgr.24491) 14486 : cluster [DBG] pgmap v12799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:08.810491+0000 mgr.y (mgr.24491) 14486 : cluster [DBG] pgmap v12799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:39:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:10.811299+0000 mgr.y (mgr.24491) 14487 : cluster [DBG] pgmap v12800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:10.811299+0000 mgr.y (mgr.24491) 14487 : cluster [DBG] pgmap v12800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:10.811299+0000 mgr.y (mgr.24491) 14487 : cluster [DBG] pgmap v12800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:12.811852+0000 mgr.y (mgr.24491) 14488 : cluster [DBG] pgmap v12801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:12.811852+0000 mgr.y (mgr.24491) 14488 : cluster [DBG] pgmap v12801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:12.811852+0000 mgr.y (mgr.24491) 14488 : cluster [DBG] pgmap v12801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:14.812439+0000 mgr.y (mgr.24491) 14489 : cluster [DBG] pgmap v12802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:14.812439+0000 mgr.y (mgr.24491) 14489 : cluster [DBG] pgmap v12802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:14.812439+0000 mgr.y (mgr.24491) 14489 : cluster [DBG] pgmap v12802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:39:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:16.812898+0000 mgr.y (mgr.24491) 14490 : cluster [DBG] pgmap v12803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:16.812898+0000 mgr.y (mgr.24491) 14490 : cluster [DBG] pgmap v12803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:16.812898+0000 mgr.y (mgr.24491) 14490 : cluster [DBG] pgmap v12803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:18.813280+0000 mgr.y (mgr.24491) 14491 : cluster [DBG] pgmap v12804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:18.813280+0000 mgr.y (mgr.24491) 14491 : cluster [DBG] pgmap v12804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:20.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:18.813280+0000 mgr.y (mgr.24491) 14491 : cluster [DBG] pgmap v12804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:39:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:20.814114+0000 mgr.y (mgr.24491) 14492 : cluster [DBG] pgmap v12805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:21.391361+0000 mon.a (mon.0) 3142 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:39:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:21.683232+0000 mon.a (mon.0) 3143 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:21.683862+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:21.684373+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:21.684830+0000 mon.a (mon.0) 3146 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:21.689312+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:39:22.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:21.690509+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:39:22.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:21.691161+0000 mon.a (mon.0) 3149 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:39:22.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:21.696516+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:39:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:20.814114+0000 mgr.y (mgr.24491) 14492 : cluster [DBG] pgmap v12805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:21.391361+0000 mon.a (mon.0) 3142 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:39:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:21.683232+0000 mon.a (mon.0) 3143 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:21.683862+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:21.684373+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:21.684830+0000 mon.a (mon.0) 3146 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:21.689312+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:39:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:21.690509+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:39:22.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:21.691161+0000 mon.a (mon.0) 3149 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:39:22.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:21.696516+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:39:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:20.814114+0000 mgr.y (mgr.24491) 14492 : cluster [DBG] pgmap v12805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:21.391361+0000 mon.a (mon.0) 3142 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:39:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:21.683232+0000 mon.a (mon.0) 3143 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:21.683862+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:21.684373+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:21.684830+0000 mon.a (mon.0) 3146 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:39:22.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:21.689312+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:39:22.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:21.690509+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:39:22.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:21.691161+0000 mon.a (mon.0) 3149 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:39:22.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:21.696516+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:39:22.500 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:39:22.786 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:39:22.786 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:39:22.786 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 8m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 8m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 8m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 8m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 8m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 8m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 8m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 8m ago 7h 42.0M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:39:22.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 8m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:39:22.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:39:22.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:39:22.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:39:22.788 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:39:23.129 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:39:23.130 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:39:23.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:39:23.130 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:39:23.130 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:39:23.130 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:39:23.131 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:39:23.131 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:39:23.131 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:39:23.131 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:39:23.131 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:39:23.131 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:39:23.132 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:39:23.132 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:39:23.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:39:23.132 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:39:23.132 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:39:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T10:39:21.685219+0000 mgr.y (mgr.24491) 14493 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2473M 2024-04-20T10:39:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T10:39:21.685219+0000 mgr.y (mgr.24491) 14493 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2473M 2024-04-20T10:39:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T10:39:21.685219+0000 mgr.y (mgr.24491) 14493 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2473M 2024-04-20T10:39:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:22.488348+0000 mgr.y (mgr.24491) 14494 : audit [DBG] from='client.29748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:22.779420+0000 mgr.y (mgr.24491) 14495 : audit [DBG] from='client.29754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:22.814450+0000 mgr.y (mgr.24491) 14496 : cluster [DBG] pgmap v12806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:23.129998+0000 mon.a (mon.0) 3151 : audit [DBG] from='client.? 172.21.15.177:0/2279072436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:39:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:22.488348+0000 mgr.y (mgr.24491) 14494 : audit [DBG] from='client.29748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:22.779420+0000 mgr.y (mgr.24491) 14495 : audit [DBG] from='client.29754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:22.814450+0000 mgr.y (mgr.24491) 14496 : cluster [DBG] pgmap v12806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:24.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:23.129998+0000 mon.a (mon.0) 3151 : audit [DBG] from='client.? 172.21.15.177:0/2279072436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:39:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:22.488348+0000 mgr.y (mgr.24491) 14494 : audit [DBG] from='client.29748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:22.779420+0000 mgr.y (mgr.24491) 14495 : audit [DBG] from='client.29754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:22.814450+0000 mgr.y (mgr.24491) 14496 : cluster [DBG] pgmap v12806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:23.129998+0000 mon.a (mon.0) 3151 : audit [DBG] from='client.? 172.21.15.177:0/2279072436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:39:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:24.815100+0000 mgr.y (mgr.24491) 14497 : cluster [DBG] pgmap v12807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:24.815100+0000 mgr.y (mgr.24491) 14497 : cluster [DBG] pgmap v12807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:24.815100+0000 mgr.y (mgr.24491) 14497 : cluster [DBG] pgmap v12807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:39:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:26.815447+0000 mgr.y (mgr.24491) 14498 : cluster [DBG] pgmap v12808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:26.815447+0000 mgr.y (mgr.24491) 14498 : cluster [DBG] pgmap v12808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:26.815447+0000 mgr.y (mgr.24491) 14498 : cluster [DBG] pgmap v12808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:28.815897+0000 mgr.y (mgr.24491) 14499 : cluster [DBG] pgmap v12809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:28.815897+0000 mgr.y (mgr.24491) 14499 : cluster [DBG] pgmap v12809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:28.815897+0000 mgr.y (mgr.24491) 14499 : cluster [DBG] pgmap v12809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:39:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:30.816661+0000 mgr.y (mgr.24491) 14500 : cluster [DBG] pgmap v12810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:30.816661+0000 mgr.y (mgr.24491) 14500 : cluster [DBG] pgmap v12810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:30.816661+0000 mgr.y (mgr.24491) 14500 : cluster [DBG] pgmap v12810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:32.817145+0000 mgr.y (mgr.24491) 14501 : cluster [DBG] pgmap v12811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:32.817145+0000 mgr.y (mgr.24491) 14501 : cluster [DBG] pgmap v12811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:32.817145+0000 mgr.y (mgr.24491) 14501 : cluster [DBG] pgmap v12811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:34.817878+0000 mgr.y (mgr.24491) 14502 : cluster [DBG] pgmap v12812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:34.817878+0000 mgr.y (mgr.24491) 14502 : cluster [DBG] pgmap v12812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:36.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:34.817878+0000 mgr.y (mgr.24491) 14502 : cluster [DBG] pgmap v12812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:37.987 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:39:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:36.818357+0000 mgr.y (mgr.24491) 14503 : cluster [DBG] pgmap v12813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:36.818357+0000 mgr.y (mgr.24491) 14503 : cluster [DBG] pgmap v12813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:36.818357+0000 mgr.y (mgr.24491) 14503 : cluster [DBG] pgmap v12813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:38.818775+0000 mgr.y (mgr.24491) 14504 : cluster [DBG] pgmap v12814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:38.818775+0000 mgr.y (mgr.24491) 14504 : cluster [DBG] pgmap v12814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:38.818775+0000 mgr.y (mgr.24491) 14504 : cluster [DBG] pgmap v12814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:39:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:40.819506+0000 mgr.y (mgr.24491) 14505 : cluster [DBG] pgmap v12815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:40.819506+0000 mgr.y (mgr.24491) 14505 : cluster [DBG] pgmap v12815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:40.819506+0000 mgr.y (mgr.24491) 14505 : cluster [DBG] pgmap v12815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:42.820089+0000 mgr.y (mgr.24491) 14506 : cluster [DBG] pgmap v12816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:42.820089+0000 mgr.y (mgr.24491) 14506 : cluster [DBG] pgmap v12816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:42.820089+0000 mgr.y (mgr.24491) 14506 : cluster [DBG] pgmap v12816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:44.820885+0000 mgr.y (mgr.24491) 14507 : cluster [DBG] pgmap v12817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:44.820885+0000 mgr.y (mgr.24491) 14507 : cluster [DBG] pgmap v12817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:44.820885+0000 mgr.y (mgr.24491) 14507 : cluster [DBG] pgmap v12817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:48.009 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:39:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:46.821371+0000 mgr.y (mgr.24491) 14508 : cluster [DBG] pgmap v12818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:46.821371+0000 mgr.y (mgr.24491) 14508 : cluster [DBG] pgmap v12818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:46.821371+0000 mgr.y (mgr.24491) 14508 : cluster [DBG] pgmap v12818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:48.821718+0000 mgr.y (mgr.24491) 14509 : cluster [DBG] pgmap v12819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:48.821718+0000 mgr.y (mgr.24491) 14509 : cluster [DBG] pgmap v12819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:48.821718+0000 mgr.y (mgr.24491) 14509 : cluster [DBG] pgmap v12819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:39:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:50.822434+0000 mgr.y (mgr.24491) 14510 : cluster [DBG] pgmap v12820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:50.822434+0000 mgr.y (mgr.24491) 14510 : cluster [DBG] pgmap v12820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:50.822434+0000 mgr.y (mgr.24491) 14510 : cluster [DBG] pgmap v12820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:53.437 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:39:53.710 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 8m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 8m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 8m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 8m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 8m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 8m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 8m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:39:53.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 8m ago 7h 42.0M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:39:53.712 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 8m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:39:53.712 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:39:53.712 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:39:53.712 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:39:53.712 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:39:54.046 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:39:54.046 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:39:54.047 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:39:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:52.822836+0000 mgr.y (mgr.24491) 14511 : cluster [DBG] pgmap v12821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:52.822836+0000 mgr.y (mgr.24491) 14511 : cluster [DBG] pgmap v12821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:52.822836+0000 mgr.y (mgr.24491) 14511 : cluster [DBG] pgmap v12821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:55.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:53.426098+0000 mgr.y (mgr.24491) 14512 : audit [DBG] from='client.29766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:55.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:53.703950+0000 mgr.y (mgr.24491) 14513 : audit [DBG] from='client.29772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:55.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:39:54.047219+0000 mon.a (mon.0) 3152 : audit [DBG] from='client.? 172.21.15.177:0/839235874' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:39:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:53.426098+0000 mgr.y (mgr.24491) 14512 : audit [DBG] from='client.29766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:55.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:53.703950+0000 mgr.y (mgr.24491) 14513 : audit [DBG] from='client.29772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:55.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:39:54.047219+0000 mon.a (mon.0) 3152 : audit [DBG] from='client.? 172.21.15.177:0/839235874' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:39:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:53.426098+0000 mgr.y (mgr.24491) 14512 : audit [DBG] from='client.29766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:53.703950+0000 mgr.y (mgr.24491) 14513 : audit [DBG] from='client.29772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:39:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:39:54.047219+0000 mon.a (mon.0) 3152 : audit [DBG] from='client.? 172.21.15.177:0/839235874' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:39:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:54.823512+0000 mgr.y (mgr.24491) 14514 : cluster [DBG] pgmap v12822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:54.823512+0000 mgr.y (mgr.24491) 14514 : cluster [DBG] pgmap v12822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:54.823512+0000 mgr.y (mgr.24491) 14514 : cluster [DBG] pgmap v12822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:58.031 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:39:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T10:39:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:56.824015+0000 mgr.y (mgr.24491) 14515 : cluster [DBG] pgmap v12823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:56.824015+0000 mgr.y (mgr.24491) 14515 : cluster [DBG] pgmap v12823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:39:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:39:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:56.824015+0000 mgr.y (mgr.24491) 14515 : cluster [DBG] pgmap v12823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:39:58.824391+0000 mgr.y (mgr.24491) 14516 : cluster [DBG] pgmap v12824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:00.000137+0000 mon.a (mon.0) 3153 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T10:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:40:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:39:58.824391+0000 mgr.y (mgr.24491) 14516 : cluster [DBG] pgmap v12824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:00.000137+0000 mon.a (mon.0) 3153 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:40:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:39:58.824391+0000 mgr.y (mgr.24491) 14516 : cluster [DBG] pgmap v12824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:00.000137+0000 mon.a (mon.0) 3153 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:40:01.502 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:40:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:00.825261+0000 mgr.y (mgr.24491) 14517 : cluster [DBG] pgmap v12825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:00.825261+0000 mgr.y (mgr.24491) 14517 : cluster [DBG] pgmap v12825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:00.825261+0000 mgr.y (mgr.24491) 14517 : cluster [DBG] pgmap v12825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:02.825773+0000 mgr.y (mgr.24491) 14518 : cluster [DBG] pgmap v12826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:02.825773+0000 mgr.y (mgr.24491) 14518 : cluster [DBG] pgmap v12826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:02.825773+0000 mgr.y (mgr.24491) 14518 : cluster [DBG] pgmap v12826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:04.826396+0000 mgr.y (mgr.24491) 14519 : cluster [DBG] pgmap v12827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:04.826396+0000 mgr.y (mgr.24491) 14519 : cluster [DBG] pgmap v12827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:04.826396+0000 mgr.y (mgr.24491) 14519 : cluster [DBG] pgmap v12827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:08.050 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:07] "GET /metrics HTTP/1.1" 200 188349 "" "Prometheus/2.33.4" 2024-04-20T10:40:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:06.826992+0000 mgr.y (mgr.24491) 14520 : cluster [DBG] pgmap v12828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:06.826992+0000 mgr.y (mgr.24491) 14520 : cluster [DBG] pgmap v12828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:06.826992+0000 mgr.y (mgr.24491) 14520 : cluster [DBG] pgmap v12828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:08.827593+0000 mgr.y (mgr.24491) 14521 : cluster [DBG] pgmap v12829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:10.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:08.827593+0000 mgr.y (mgr.24491) 14521 : cluster [DBG] pgmap v12829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:08.827593+0000 mgr.y (mgr.24491) 14521 : cluster [DBG] pgmap v12829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:40:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:10.828379+0000 mgr.y (mgr.24491) 14522 : cluster [DBG] pgmap v12830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:10.828379+0000 mgr.y (mgr.24491) 14522 : cluster [DBG] pgmap v12830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:10.828379+0000 mgr.y (mgr.24491) 14522 : cluster [DBG] pgmap v12830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:12.828973+0000 mgr.y (mgr.24491) 14523 : cluster [DBG] pgmap v12831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:12.828973+0000 mgr.y (mgr.24491) 14523 : cluster [DBG] pgmap v12831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:12.828973+0000 mgr.y (mgr.24491) 14523 : cluster [DBG] pgmap v12831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:14.829577+0000 mgr.y (mgr.24491) 14524 : cluster [DBG] pgmap v12832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:14.829577+0000 mgr.y (mgr.24491) 14524 : cluster [DBG] pgmap v12832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:14.829577+0000 mgr.y (mgr.24491) 14524 : cluster [DBG] pgmap v12832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:18.066 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:40:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:16.830051+0000 mgr.y (mgr.24491) 14525 : cluster [DBG] pgmap v12833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:16.830051+0000 mgr.y (mgr.24491) 14525 : cluster [DBG] pgmap v12833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:16.830051+0000 mgr.y (mgr.24491) 14525 : cluster [DBG] pgmap v12833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:18.830511+0000 mgr.y (mgr.24491) 14526 : cluster [DBG] pgmap v12834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:18.830511+0000 mgr.y (mgr.24491) 14526 : cluster [DBG] pgmap v12834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:18.830511+0000 mgr.y (mgr.24491) 14526 : cluster [DBG] pgmap v12834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:40:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:20.831348+0000 mgr.y (mgr.24491) 14527 : cluster [DBG] pgmap v12835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:40:21.700766+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:40:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:40:21.993514+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:40:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:40:21.994150+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:40:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:40:21.998718+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:40:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:20.831348+0000 mgr.y (mgr.24491) 14527 : cluster [DBG] pgmap v12835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:40:21.700766+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:40:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:40:21.993514+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:40:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:40:21.994150+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:40:22.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:40:21.998718+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:40:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:20.831348+0000 mgr.y (mgr.24491) 14527 : cluster [DBG] pgmap v12835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:40:21.700766+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:40:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:40:21.993514+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:40:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:40:21.994150+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:40:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:40:21.998718+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:40:24.361 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:40:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:22.831675+0000 mgr.y (mgr.24491) 14528 : cluster [DBG] pgmap v12836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:22.831675+0000 mgr.y (mgr.24491) 14528 : cluster [DBG] pgmap v12836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:22.831675+0000 mgr.y (mgr.24491) 14528 : cluster [DBG] pgmap v12836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:24.634 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 9m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 9m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 9m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 9m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 9m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 9m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 9m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 9m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 9m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 9m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 9m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 9m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 9m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 9m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:40:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 9m ago 7h 42.0M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:40:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 9m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:40:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 9m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:40:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 9m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:40:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 9m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:40:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 9m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:40:24.965 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:40:24.965 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:40:24.965 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:40:24.965 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:40:24.966 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:40:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:40:24.966033+0000 mon.c (mon.2) 461 : audit [DBG] from='client.? 172.21.15.177:0/408153423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:40:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:40:24.966033+0000 mon.c (mon.2) 461 : audit [DBG] from='client.? 172.21.15.177:0/408153423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:40:25.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:40:24.966033+0000 mon.c (mon.2) 461 : audit [DBG] from='client.? 172.21.15.177:0/408153423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:40:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:40:24.349700+0000 mgr.y (mgr.24491) 14529 : audit [DBG] from='client.29784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:40:24.627401+0000 mgr.y (mgr.24491) 14530 : audit [DBG] from='client.29790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:24.832286+0000 mgr.y (mgr.24491) 14531 : cluster [DBG] pgmap v12837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:40:24.349700+0000 mgr.y (mgr.24491) 14529 : audit [DBG] from='client.29784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:40:24.627401+0000 mgr.y (mgr.24491) 14530 : audit [DBG] from='client.29790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:24.832286+0000 mgr.y (mgr.24491) 14531 : cluster [DBG] pgmap v12837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:40:24.349700+0000 mgr.y (mgr.24491) 14529 : audit [DBG] from='client.29784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:40:24.627401+0000 mgr.y (mgr.24491) 14530 : audit [DBG] from='client.29790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:24.832286+0000 mgr.y (mgr.24491) 14531 : cluster [DBG] pgmap v12837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:26.832878+0000 mgr.y (mgr.24491) 14532 : cluster [DBG] pgmap v12838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:26.832878+0000 mgr.y (mgr.24491) 14532 : cluster [DBG] pgmap v12838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:26.832878+0000 mgr.y (mgr.24491) 14532 : cluster [DBG] pgmap v12838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:40:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:28.833301+0000 mgr.y (mgr.24491) 14533 : cluster [DBG] pgmap v12839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:28.833301+0000 mgr.y (mgr.24491) 14533 : cluster [DBG] pgmap v12839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:28.833301+0000 mgr.y (mgr.24491) 14533 : cluster [DBG] pgmap v12839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:40:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:30.834123+0000 mgr.y (mgr.24491) 14534 : cluster [DBG] pgmap v12840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:30.834123+0000 mgr.y (mgr.24491) 14534 : cluster [DBG] pgmap v12840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:30.834123+0000 mgr.y (mgr.24491) 14534 : cluster [DBG] pgmap v12840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:32.834586+0000 mgr.y (mgr.24491) 14535 : cluster [DBG] pgmap v12841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:32.834586+0000 mgr.y (mgr.24491) 14535 : cluster [DBG] pgmap v12841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:32.834586+0000 mgr.y (mgr.24491) 14535 : cluster [DBG] pgmap v12841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:34.835177+0000 mgr.y (mgr.24491) 14536 : cluster [DBG] pgmap v12842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:34.835177+0000 mgr.y (mgr.24491) 14536 : cluster [DBG] pgmap v12842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:34.835177+0000 mgr.y (mgr.24491) 14536 : cluster [DBG] pgmap v12842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:40:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:36.835749+0000 mgr.y (mgr.24491) 14537 : cluster [DBG] pgmap v12843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:38.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:36.835749+0000 mgr.y (mgr.24491) 14537 : cluster [DBG] pgmap v12843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:36.835749+0000 mgr.y (mgr.24491) 14537 : cluster [DBG] pgmap v12843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:38.836361+0000 mgr.y (mgr.24491) 14538 : cluster [DBG] pgmap v12844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:38.836361+0000 mgr.y (mgr.24491) 14538 : cluster [DBG] pgmap v12844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:38.836361+0000 mgr.y (mgr.24491) 14538 : cluster [DBG] pgmap v12844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:40:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:40.837218+0000 mgr.y (mgr.24491) 14539 : cluster [DBG] pgmap v12845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:40.837218+0000 mgr.y (mgr.24491) 14539 : cluster [DBG] pgmap v12845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:40.837218+0000 mgr.y (mgr.24491) 14539 : cluster [DBG] pgmap v12845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:42.837835+0000 mgr.y (mgr.24491) 14540 : cluster [DBG] pgmap v12846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:42.837835+0000 mgr.y (mgr.24491) 14540 : cluster [DBG] pgmap v12846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:42.837835+0000 mgr.y (mgr.24491) 14540 : cluster [DBG] pgmap v12846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:44.838630+0000 mgr.y (mgr.24491) 14541 : cluster [DBG] pgmap v12847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:44.838630+0000 mgr.y (mgr.24491) 14541 : cluster [DBG] pgmap v12847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:44.838630+0000 mgr.y (mgr.24491) 14541 : cluster [DBG] pgmap v12847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:40:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:46.839071+0000 mgr.y (mgr.24491) 14542 : cluster [DBG] pgmap v12848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:46.839071+0000 mgr.y (mgr.24491) 14542 : cluster [DBG] pgmap v12848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:46.839071+0000 mgr.y (mgr.24491) 14542 : cluster [DBG] pgmap v12848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:48.839491+0000 mgr.y (mgr.24491) 14543 : cluster [DBG] pgmap v12849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:48.839491+0000 mgr.y (mgr.24491) 14543 : cluster [DBG] pgmap v12849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:50.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:48.839491+0000 mgr.y (mgr.24491) 14543 : cluster [DBG] pgmap v12849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:40:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:50.840346+0000 mgr.y (mgr.24491) 14544 : cluster [DBG] pgmap v12850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:50.840346+0000 mgr.y (mgr.24491) 14544 : cluster [DBG] pgmap v12850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:50.840346+0000 mgr.y (mgr.24491) 14544 : cluster [DBG] pgmap v12850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:52.840854+0000 mgr.y (mgr.24491) 14545 : cluster [DBG] pgmap v12851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:52.840854+0000 mgr.y (mgr.24491) 14545 : cluster [DBG] pgmap v12851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:52.840854+0000 mgr.y (mgr.24491) 14545 : cluster [DBG] pgmap v12851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:55.276 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:40:55.549 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:40:55.549 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 9m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:40:55.549 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 9m ago 7h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:40:55.549 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 9m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:40:55.549 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 9m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:40:55.549 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 9m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:40:55.549 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 9m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:40:55.549 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 9m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:40:55.549 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 9m ago 7h 623M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:40:55.549 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 9m ago 7h 630M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:40:55.549 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 9m ago 7h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:40:55.550 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 9m ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:40:55.550 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 9m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:40:55.550 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 9m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:40:55.550 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 9m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:40:55.550 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 9m ago 7h 42.0M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:40:55.550 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 9m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:40:55.550 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 9m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:40:55.550 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 9m ago 7h 43.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:40:55.550 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 9m ago 7h 44.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:40:55.550 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 9m ago 7h 114M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:40:55.883 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:40:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:40:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:40:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:40:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:40:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:40:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:40:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:40:55.883 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:40:55.884 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:40:55.884 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:40:55.884 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:40:55.884 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:40:55.884 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:40:55.884 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:40:55.884 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:40:55.884 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:40:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:54.841488+0000 mgr.y (mgr.24491) 14546 : cluster [DBG] pgmap v12852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:40:55.883650+0000 mon.a (mon.0) 3158 : audit [DBG] from='client.? 172.21.15.177:0/3022798830' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:40:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:54.841488+0000 mgr.y (mgr.24491) 14546 : cluster [DBG] pgmap v12852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:40:55.883650+0000 mon.a (mon.0) 3158 : audit [DBG] from='client.? 172.21.15.177:0/3022798830' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:40:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:54.841488+0000 mgr.y (mgr.24491) 14546 : cluster [DBG] pgmap v12852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:40:55.883650+0000 mon.a (mon.0) 3158 : audit [DBG] from='client.? 172.21.15.177:0/3022798830' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:40:57.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:40:55.264892+0000 mgr.y (mgr.24491) 14547 : audit [DBG] from='client.39713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:57.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:40:55.541787+0000 mgr.y (mgr.24491) 14548 : audit [DBG] from='client.39719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:40:55.264892+0000 mgr.y (mgr.24491) 14547 : audit [DBG] from='client.39713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:40:55.541787+0000 mgr.y (mgr.24491) 14548 : audit [DBG] from='client.39719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:40:55.264892+0000 mgr.y (mgr.24491) 14547 : audit [DBG] from='client.39713 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:40:55.541787+0000 mgr.y (mgr.24491) 14548 : audit [DBG] from='client.39719 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:40:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:40:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:40:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:56.841899+0000 mgr.y (mgr.24491) 14549 : cluster [DBG] pgmap v12853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:56.841899+0000 mgr.y (mgr.24491) 14549 : cluster [DBG] pgmap v12853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:40:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:56.841899+0000 mgr.y (mgr.24491) 14549 : cluster [DBG] pgmap v12853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:40:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:40:58.842439+0000 mgr.y (mgr.24491) 14550 : cluster [DBG] pgmap v12854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:40:58.842439+0000 mgr.y (mgr.24491) 14550 : cluster [DBG] pgmap v12854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:40:58.842439+0000 mgr.y (mgr.24491) 14550 : cluster [DBG] pgmap v12854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:41:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:00.843343+0000 mgr.y (mgr.24491) 14551 : cluster [DBG] pgmap v12855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:00.843343+0000 mgr.y (mgr.24491) 14551 : cluster [DBG] pgmap v12855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:00.843343+0000 mgr.y (mgr.24491) 14551 : cluster [DBG] pgmap v12855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:02.843809+0000 mgr.y (mgr.24491) 14552 : cluster [DBG] pgmap v12856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:02.843809+0000 mgr.y (mgr.24491) 14552 : cluster [DBG] pgmap v12856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:04.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:02.843809+0000 mgr.y (mgr.24491) 14552 : cluster [DBG] pgmap v12856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:04.844523+0000 mgr.y (mgr.24491) 14553 : cluster [DBG] pgmap v12857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:04.844523+0000 mgr.y (mgr.24491) 14553 : cluster [DBG] pgmap v12857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:04.844523+0000 mgr.y (mgr.24491) 14553 : cluster [DBG] pgmap v12857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:41:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:06.845032+0000 mgr.y (mgr.24491) 14554 : cluster [DBG] pgmap v12858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:06.845032+0000 mgr.y (mgr.24491) 14554 : cluster [DBG] pgmap v12858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:06.845032+0000 mgr.y (mgr.24491) 14554 : cluster [DBG] pgmap v12858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:08.845455+0000 mgr.y (mgr.24491) 14555 : cluster [DBG] pgmap v12859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:08.845455+0000 mgr.y (mgr.24491) 14555 : cluster [DBG] pgmap v12859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:08.845455+0000 mgr.y (mgr.24491) 14555 : cluster [DBG] pgmap v12859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:41:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:10.846055+0000 mgr.y (mgr.24491) 14556 : cluster [DBG] pgmap v12860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:10.846055+0000 mgr.y (mgr.24491) 14556 : cluster [DBG] pgmap v12860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:10.846055+0000 mgr.y (mgr.24491) 14556 : cluster [DBG] pgmap v12860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:12.846436+0000 mgr.y (mgr.24491) 14557 : cluster [DBG] pgmap v12861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:12.846436+0000 mgr.y (mgr.24491) 14557 : cluster [DBG] pgmap v12861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:12.846436+0000 mgr.y (mgr.24491) 14557 : cluster [DBG] pgmap v12861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:14.846997+0000 mgr.y (mgr.24491) 14558 : cluster [DBG] pgmap v12862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:14.846997+0000 mgr.y (mgr.24491) 14558 : cluster [DBG] pgmap v12862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:14.846997+0000 mgr.y (mgr.24491) 14558 : cluster [DBG] pgmap v12862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:41:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:16.847512+0000 mgr.y (mgr.24491) 14559 : cluster [DBG] pgmap v12863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:16.847512+0000 mgr.y (mgr.24491) 14559 : cluster [DBG] pgmap v12863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:16.847512+0000 mgr.y (mgr.24491) 14559 : cluster [DBG] pgmap v12863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:18.848115+0000 mgr.y (mgr.24491) 14560 : cluster [DBG] pgmap v12864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:18.848115+0000 mgr.y (mgr.24491) 14560 : cluster [DBG] pgmap v12864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:18.848115+0000 mgr.y (mgr.24491) 14560 : cluster [DBG] pgmap v12864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:41:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:20.848866+0000 mgr.y (mgr.24491) 14561 : cluster [DBG] pgmap v12865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:20.848866+0000 mgr.y (mgr.24491) 14561 : cluster [DBG] pgmap v12865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:20.848866+0000 mgr.y (mgr.24491) 14561 : cluster [DBG] pgmap v12865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:22.003064+0000 mon.a (mon.0) 3159 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:41:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:22.003064+0000 mon.a (mon.0) 3159 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:41:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:22.003064+0000 mon.a (mon.0) 3159 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:41:24.245 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:22.849167+0000 mgr.y (mgr.24491) 14562 : cluster [DBG] pgmap v12866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:24.245 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:22.849167+0000 mgr.y (mgr.24491) 14562 : cluster [DBG] pgmap v12866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:22.849167+0000 mgr.y (mgr.24491) 14562 : cluster [DBG] pgmap v12866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:24.622475+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:41:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:24.849742+0000 mgr.y (mgr.24491) 14563 : cluster [DBG] pgmap v12867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:25.082954+0000 mon.a (mon.0) 3161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:41:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:25.354308+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:41:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:25.354903+0000 mon.a (mon.0) 3163 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:41:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:25.359464+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:41:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:24.622475+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:41:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:24.849742+0000 mgr.y (mgr.24491) 14563 : cluster [DBG] pgmap v12867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:25.082954+0000 mon.a (mon.0) 3161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:41:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:25.354308+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:41:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:25.354903+0000 mon.a (mon.0) 3163 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:41:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:25.359464+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:41:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:24.622475+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:41:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:24.849742+0000 mgr.y (mgr.24491) 14563 : cluster [DBG] pgmap v12867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:25.082954+0000 mon.a (mon.0) 3161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:41:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:25.354308+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:41:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:25.354903+0000 mon.a (mon.0) 3163 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:41:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:25.359464+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:41:26.191 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:41:26.466 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:41:26.466 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 1s ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:41:26.466 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 1s ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:41:26.466 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 1s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:41:26.466 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 1s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:41:26.466 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 1s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 1s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 1s ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 1s ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 1s ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 1s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 1s ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 1s ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 1s ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 1s ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 1s ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 1s ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 1s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 1s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:41:26.467 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 1s ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:41:26.468 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 1s ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:41:26.796 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:41:26.796 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:41:26.796 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:41:26.796 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:41:26.796 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:41:26.797 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:41:26.797 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:41:26.797 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:41:26.797 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:41:26.797 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:41:26.797 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:41:26.797 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:41:26.797 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:41:26.797 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:41:26.797 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:41:26.797 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:41:26.798 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:41:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:26.796888+0000 mon.a (mon.0) 3165 : audit [DBG] from='client.? 172.21.15.177:0/434657042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:41:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:26.796888+0000 mon.a (mon.0) 3165 : audit [DBG] from='client.? 172.21.15.177:0/434657042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:41:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:26.796888+0000 mon.a (mon.0) 3165 : audit [DBG] from='client.? 172.21.15.177:0/434657042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:41:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:41:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:26.179960+0000 mgr.y (mgr.24491) 14564 : audit [DBG] from='client.39731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:41:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:26.459347+0000 mgr.y (mgr.24491) 14565 : audit [DBG] from='client.29826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:41:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:26.850123+0000 mgr.y (mgr.24491) 14566 : cluster [DBG] pgmap v12868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:26.179960+0000 mgr.y (mgr.24491) 14564 : audit [DBG] from='client.39731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:41:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:26.459347+0000 mgr.y (mgr.24491) 14565 : audit [DBG] from='client.29826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:41:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:26.850123+0000 mgr.y (mgr.24491) 14566 : cluster [DBG] pgmap v12868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:26.179960+0000 mgr.y (mgr.24491) 14564 : audit [DBG] from='client.39731 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:41:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:26.459347+0000 mgr.y (mgr.24491) 14565 : audit [DBG] from='client.29826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:41:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:26.850123+0000 mgr.y (mgr.24491) 14566 : cluster [DBG] pgmap v12868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:28.850557+0000 mgr.y (mgr.24491) 14567 : cluster [DBG] pgmap v12869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:28.850557+0000 mgr.y (mgr.24491) 14567 : cluster [DBG] pgmap v12869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:28.850557+0000 mgr.y (mgr.24491) 14567 : cluster [DBG] pgmap v12869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:41:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:30.851236+0000 mgr.y (mgr.24491) 14568 : cluster [DBG] pgmap v12870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:30.851236+0000 mgr.y (mgr.24491) 14568 : cluster [DBG] pgmap v12870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:30.851236+0000 mgr.y (mgr.24491) 14568 : cluster [DBG] pgmap v12870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:32.851815+0000 mgr.y (mgr.24491) 14569 : cluster [DBG] pgmap v12871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:32.851815+0000 mgr.y (mgr.24491) 14569 : cluster [DBG] pgmap v12871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:32.851815+0000 mgr.y (mgr.24491) 14569 : cluster [DBG] pgmap v12871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:34.852487+0000 mgr.y (mgr.24491) 14570 : cluster [DBG] pgmap v12872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:34.852487+0000 mgr.y (mgr.24491) 14570 : cluster [DBG] pgmap v12872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:34.852487+0000 mgr.y (mgr.24491) 14570 : cluster [DBG] pgmap v12872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:41:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:36.852922+0000 mgr.y (mgr.24491) 14571 : cluster [DBG] pgmap v12873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:36.852922+0000 mgr.y (mgr.24491) 14571 : cluster [DBG] pgmap v12873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:36.852922+0000 mgr.y (mgr.24491) 14571 : cluster [DBG] pgmap v12873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:38.853405+0000 mgr.y (mgr.24491) 14572 : cluster [DBG] pgmap v12874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:38.853405+0000 mgr.y (mgr.24491) 14572 : cluster [DBG] pgmap v12874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:38.853405+0000 mgr.y (mgr.24491) 14572 : cluster [DBG] pgmap v12874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:41:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:40.854227+0000 mgr.y (mgr.24491) 14573 : cluster [DBG] pgmap v12875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:40.854227+0000 mgr.y (mgr.24491) 14573 : cluster [DBG] pgmap v12875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:40.854227+0000 mgr.y (mgr.24491) 14573 : cluster [DBG] pgmap v12875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:42.854638+0000 mgr.y (mgr.24491) 14574 : cluster [DBG] pgmap v12876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:42.854638+0000 mgr.y (mgr.24491) 14574 : cluster [DBG] pgmap v12876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:42.854638+0000 mgr.y (mgr.24491) 14574 : cluster [DBG] pgmap v12876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:44.855517+0000 mgr.y (mgr.24491) 14575 : cluster [DBG] pgmap v12877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:44.855517+0000 mgr.y (mgr.24491) 14575 : cluster [DBG] pgmap v12877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:44.855517+0000 mgr.y (mgr.24491) 14575 : cluster [DBG] pgmap v12877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:41:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:46.856064+0000 mgr.y (mgr.24491) 14576 : cluster [DBG] pgmap v12878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:46.856064+0000 mgr.y (mgr.24491) 14576 : cluster [DBG] pgmap v12878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:46.856064+0000 mgr.y (mgr.24491) 14576 : cluster [DBG] pgmap v12878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:48.856538+0000 mgr.y (mgr.24491) 14577 : cluster [DBG] pgmap v12879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:48.856538+0000 mgr.y (mgr.24491) 14577 : cluster [DBG] pgmap v12879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:48.856538+0000 mgr.y (mgr.24491) 14577 : cluster [DBG] pgmap v12879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:41:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:50.857250+0000 mgr.y (mgr.24491) 14578 : cluster [DBG] pgmap v12880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:50.857250+0000 mgr.y (mgr.24491) 14578 : cluster [DBG] pgmap v12880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:50.857250+0000 mgr.y (mgr.24491) 14578 : cluster [DBG] pgmap v12880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:52.857807+0000 mgr.y (mgr.24491) 14579 : cluster [DBG] pgmap v12881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:52.857807+0000 mgr.y (mgr.24491) 14579 : cluster [DBG] pgmap v12881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:52.857807+0000 mgr.y (mgr.24491) 14579 : cluster [DBG] pgmap v12881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:54.858551+0000 mgr.y (mgr.24491) 14580 : cluster [DBG] pgmap v12882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:54.858551+0000 mgr.y (mgr.24491) 14580 : cluster [DBG] pgmap v12882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:54.858551+0000 mgr.y (mgr.24491) 14580 : cluster [DBG] pgmap v12882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:57.108 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:41:57.384 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:41:57.384 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 32s ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:41:57.384 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 32s ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:41:57.384 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 32s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:41:57.384 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 32s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:41:57.384 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 32s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:41:57.384 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 32s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:41:57.384 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 32s ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 32s ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 32s ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 32s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 32s ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 32s ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 32s ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 32s ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 32s ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 32s ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 32s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 32s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 32s ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:41:57.385 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 32s ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:41:57.724 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:41:57.724 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:41:57.724 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:41:57.725 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:41:57.726 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:41:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:41:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:41:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:56.858935+0000 mgr.y (mgr.24491) 14581 : cluster [DBG] pgmap v12883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:57.097127+0000 mgr.y (mgr.24491) 14582 : audit [DBG] from='client.39749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:41:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:57.724667+0000 mon.c (mon.2) 462 : audit [DBG] from='client.? 172.21.15.177:0/1914919603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:41:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:56.858935+0000 mgr.y (mgr.24491) 14581 : cluster [DBG] pgmap v12883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:57.097127+0000 mgr.y (mgr.24491) 14582 : audit [DBG] from='client.39749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:41:58.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:57.724667+0000 mon.c (mon.2) 462 : audit [DBG] from='client.? 172.21.15.177:0/1914919603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:41:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:56.858935+0000 mgr.y (mgr.24491) 14581 : cluster [DBG] pgmap v12883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:41:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:57.097127+0000 mgr.y (mgr.24491) 14582 : audit [DBG] from='client.39749 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:41:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:57.724667+0000 mon.c (mon.2) 462 : audit [DBG] from='client.? 172.21.15.177:0/1914919603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:41:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:41:57.376900+0000 mgr.y (mgr.24491) 14583 : audit [DBG] from='client.29844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:41:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:41:57.376900+0000 mgr.y (mgr.24491) 14583 : audit [DBG] from='client.29844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:41:59.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:41:57.376900+0000 mgr.y (mgr.24491) 14583 : audit [DBG] from='client.29844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:42:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:41:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:41:58.859478+0000 mgr.y (mgr.24491) 14584 : cluster [DBG] pgmap v12884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:41:58.859478+0000 mgr.y (mgr.24491) 14584 : cluster [DBG] pgmap v12884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:41:58.859478+0000 mgr.y (mgr.24491) 14584 : cluster [DBG] pgmap v12884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:42:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:00.860331+0000 mgr.y (mgr.24491) 14585 : cluster [DBG] pgmap v12885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:00.860331+0000 mgr.y (mgr.24491) 14585 : cluster [DBG] pgmap v12885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:00.860331+0000 mgr.y (mgr.24491) 14585 : cluster [DBG] pgmap v12885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:02.860808+0000 mgr.y (mgr.24491) 14586 : cluster [DBG] pgmap v12886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:02.860808+0000 mgr.y (mgr.24491) 14586 : cluster [DBG] pgmap v12886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:02.860808+0000 mgr.y (mgr.24491) 14586 : cluster [DBG] pgmap v12886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:04.861590+0000 mgr.y (mgr.24491) 14587 : cluster [DBG] pgmap v12887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:04.861590+0000 mgr.y (mgr.24491) 14587 : cluster [DBG] pgmap v12887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:04.861590+0000 mgr.y (mgr.24491) 14587 : cluster [DBG] pgmap v12887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:42:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:06.862107+0000 mgr.y (mgr.24491) 14588 : cluster [DBG] pgmap v12888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:06.862107+0000 mgr.y (mgr.24491) 14588 : cluster [DBG] pgmap v12888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:06.862107+0000 mgr.y (mgr.24491) 14588 : cluster [DBG] pgmap v12888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:08.862563+0000 mgr.y (mgr.24491) 14589 : cluster [DBG] pgmap v12889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:08.862563+0000 mgr.y (mgr.24491) 14589 : cluster [DBG] pgmap v12889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:08.862563+0000 mgr.y (mgr.24491) 14589 : cluster [DBG] pgmap v12889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:42:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:10.863331+0000 mgr.y (mgr.24491) 14590 : cluster [DBG] pgmap v12890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:10.863331+0000 mgr.y (mgr.24491) 14590 : cluster [DBG] pgmap v12890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:10.863331+0000 mgr.y (mgr.24491) 14590 : cluster [DBG] pgmap v12890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:12.863719+0000 mgr.y (mgr.24491) 14591 : cluster [DBG] pgmap v12891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:12.863719+0000 mgr.y (mgr.24491) 14591 : cluster [DBG] pgmap v12891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:12.863719+0000 mgr.y (mgr.24491) 14591 : cluster [DBG] pgmap v12891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:14.864386+0000 mgr.y (mgr.24491) 14592 : cluster [DBG] pgmap v12892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:14.864386+0000 mgr.y (mgr.24491) 14592 : cluster [DBG] pgmap v12892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:14.864386+0000 mgr.y (mgr.24491) 14592 : cluster [DBG] pgmap v12892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:42:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:16.864841+0000 mgr.y (mgr.24491) 14593 : cluster [DBG] pgmap v12893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:16.864841+0000 mgr.y (mgr.24491) 14593 : cluster [DBG] pgmap v12893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:16.864841+0000 mgr.y (mgr.24491) 14593 : cluster [DBG] pgmap v12893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:18.865217+0000 mgr.y (mgr.24491) 14594 : cluster [DBG] pgmap v12894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:18.865217+0000 mgr.y (mgr.24491) 14594 : cluster [DBG] pgmap v12894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:20.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:18.865217+0000 mgr.y (mgr.24491) 14594 : cluster [DBG] pgmap v12894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:42:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:20.865919+0000 mgr.y (mgr.24491) 14595 : cluster [DBG] pgmap v12895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:20.865919+0000 mgr.y (mgr.24491) 14595 : cluster [DBG] pgmap v12895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:20.865919+0000 mgr.y (mgr.24491) 14595 : cluster [DBG] pgmap v12895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:22.866406+0000 mgr.y (mgr.24491) 14596 : cluster [DBG] pgmap v12896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:22.866406+0000 mgr.y (mgr.24491) 14596 : cluster [DBG] pgmap v12896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:22.866406+0000 mgr.y (mgr.24491) 14596 : cluster [DBG] pgmap v12896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:24.867056+0000 mgr.y (mgr.24491) 14597 : cluster [DBG] pgmap v12897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:42:25.364449+0000 mon.a (mon.0) 3166 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:42:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:42:25.659910+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:42:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:42:25.660516+0000 mon.a (mon.0) 3168 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:42:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:42:25.664936+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:42:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:24.867056+0000 mgr.y (mgr.24491) 14597 : cluster [DBG] pgmap v12897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:42:25.364449+0000 mon.a (mon.0) 3166 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:42:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:42:25.659910+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:42:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:42:25.660516+0000 mon.a (mon.0) 3168 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:42:26.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:42:25.664936+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:42:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:24.867056+0000 mgr.y (mgr.24491) 14597 : cluster [DBG] pgmap v12897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:42:25.364449+0000 mon.a (mon.0) 3166 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:42:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:42:25.659910+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:42:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:42:25.660516+0000 mon.a (mon.0) 3168 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:42:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:42:25.664936+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:42:28.039 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:42:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:42:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:26.867513+0000 mgr.y (mgr.24491) 14598 : cluster [DBG] pgmap v12898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:26.867513+0000 mgr.y (mgr.24491) 14598 : cluster [DBG] pgmap v12898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:26.867513+0000 mgr.y (mgr.24491) 14598 : cluster [DBG] pgmap v12898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:28.315 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:42:28.315 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 63s ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:42:28.315 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 63s ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:42:28.315 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 63s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:42:28.315 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 63s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:42:28.315 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 63s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:42:28.315 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 63s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:42:28.315 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 63s ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:42:28.315 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 63s ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:42:28.315 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 63s ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:42:28.316 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 63s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:42:28.316 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 63s ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:42:28.316 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 63s ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:42:28.316 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 63s ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:42:28.316 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 63s ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:42:28.316 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 63s ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:42:28.316 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 63s ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:42:28.316 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 63s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:42:28.316 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 63s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:42:28.316 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 63s ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:42:28.316 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 63s ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:42:28.649 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:42:28.649 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:42:28.649 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:42:28.649 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:42:28.649 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:42:28.649 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:42:28.649 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:42:28.650 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:42:28.650 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:42:28.650 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:42:28.650 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:42:28.650 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:42:28.650 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:42:28.650 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:42:28.650 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:42:28.650 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:42:28.650 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:42:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:42:28.027716+0000 mgr.y (mgr.24491) 14599 : audit [DBG] from='client.29856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:42:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:42:28.649743+0000 mon.c (mon.2) 463 : audit [DBG] from='client.? 172.21.15.177:0/802981587' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:42:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:42:28.027716+0000 mgr.y (mgr.24491) 14599 : audit [DBG] from='client.29856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:42:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:42:28.649743+0000 mon.c (mon.2) 463 : audit [DBG] from='client.? 172.21.15.177:0/802981587' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:42:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:42:28.027716+0000 mgr.y (mgr.24491) 14599 : audit [DBG] from='client.29856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:42:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:42:28.649743+0000 mon.c (mon.2) 463 : audit [DBG] from='client.? 172.21.15.177:0/802981587' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:42:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:42:28.307895+0000 mgr.y (mgr.24491) 14600 : audit [DBG] from='client.39773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:42:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:28.867867+0000 mgr.y (mgr.24491) 14601 : cluster [DBG] pgmap v12899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:42:28.307895+0000 mgr.y (mgr.24491) 14600 : audit [DBG] from='client.39773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:42:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:28.867867+0000 mgr.y (mgr.24491) 14601 : cluster [DBG] pgmap v12899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:42:28.307895+0000 mgr.y (mgr.24491) 14600 : audit [DBG] from='client.39773 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:42:30.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:28.867867+0000 mgr.y (mgr.24491) 14601 : cluster [DBG] pgmap v12899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:42:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:30.868555+0000 mgr.y (mgr.24491) 14602 : cluster [DBG] pgmap v12900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:30.868555+0000 mgr.y (mgr.24491) 14602 : cluster [DBG] pgmap v12900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:30.868555+0000 mgr.y (mgr.24491) 14602 : cluster [DBG] pgmap v12900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:32.869099+0000 mgr.y (mgr.24491) 14603 : cluster [DBG] pgmap v12901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:32.869099+0000 mgr.y (mgr.24491) 14603 : cluster [DBG] pgmap v12901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:32.869099+0000 mgr.y (mgr.24491) 14603 : cluster [DBG] pgmap v12901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:34.869763+0000 mgr.y (mgr.24491) 14604 : cluster [DBG] pgmap v12902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:34.869763+0000 mgr.y (mgr.24491) 14604 : cluster [DBG] pgmap v12902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:34.869763+0000 mgr.y (mgr.24491) 14604 : cluster [DBG] pgmap v12902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:37.990 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:42:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:36.870174+0000 mgr.y (mgr.24491) 14605 : cluster [DBG] pgmap v12903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:36.870174+0000 mgr.y (mgr.24491) 14605 : cluster [DBG] pgmap v12903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:36.870174+0000 mgr.y (mgr.24491) 14605 : cluster [DBG] pgmap v12903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:38.870639+0000 mgr.y (mgr.24491) 14606 : cluster [DBG] pgmap v12904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:38.870639+0000 mgr.y (mgr.24491) 14606 : cluster [DBG] pgmap v12904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:38.870639+0000 mgr.y (mgr.24491) 14606 : cluster [DBG] pgmap v12904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:42:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:40.871333+0000 mgr.y (mgr.24491) 14607 : cluster [DBG] pgmap v12905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:40.871333+0000 mgr.y (mgr.24491) 14607 : cluster [DBG] pgmap v12905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:40.871333+0000 mgr.y (mgr.24491) 14607 : cluster [DBG] pgmap v12905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:42.871766+0000 mgr.y (mgr.24491) 14608 : cluster [DBG] pgmap v12906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:42.871766+0000 mgr.y (mgr.24491) 14608 : cluster [DBG] pgmap v12906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:42.871766+0000 mgr.y (mgr.24491) 14608 : cluster [DBG] pgmap v12906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:44.872418+0000 mgr.y (mgr.24491) 14609 : cluster [DBG] pgmap v12907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:44.872418+0000 mgr.y (mgr.24491) 14609 : cluster [DBG] pgmap v12907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:44.872418+0000 mgr.y (mgr.24491) 14609 : cluster [DBG] pgmap v12907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:48.008 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:42:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:46.872913+0000 mgr.y (mgr.24491) 14610 : cluster [DBG] pgmap v12908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:46.872913+0000 mgr.y (mgr.24491) 14610 : cluster [DBG] pgmap v12908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:46.872913+0000 mgr.y (mgr.24491) 14610 : cluster [DBG] pgmap v12908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:48.873461+0000 mgr.y (mgr.24491) 14611 : cluster [DBG] pgmap v12909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:48.873461+0000 mgr.y (mgr.24491) 14611 : cluster [DBG] pgmap v12909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:48.873461+0000 mgr.y (mgr.24491) 14611 : cluster [DBG] pgmap v12909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:42:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:50.874198+0000 mgr.y (mgr.24491) 14612 : cluster [DBG] pgmap v12910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:50.874198+0000 mgr.y (mgr.24491) 14612 : cluster [DBG] pgmap v12910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:50.874198+0000 mgr.y (mgr.24491) 14612 : cluster [DBG] pgmap v12910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:52.874825+0000 mgr.y (mgr.24491) 14613 : cluster [DBG] pgmap v12911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:52.874825+0000 mgr.y (mgr.24491) 14613 : cluster [DBG] pgmap v12911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:52.874825+0000 mgr.y (mgr.24491) 14613 : cluster [DBG] pgmap v12911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:54.875481+0000 mgr.y (mgr.24491) 14614 : cluster [DBG] pgmap v12912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:54.875481+0000 mgr.y (mgr.24491) 14614 : cluster [DBG] pgmap v12912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:54.875481+0000 mgr.y (mgr.24491) 14614 : cluster [DBG] pgmap v12912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:58.028 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:42:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:42:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:56.876141+0000 mgr.y (mgr.24491) 14615 : cluster [DBG] pgmap v12913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:56.876141+0000 mgr.y (mgr.24491) 14615 : cluster [DBG] pgmap v12913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:42:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:56.876141+0000 mgr.y (mgr.24491) 14615 : cluster [DBG] pgmap v12913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:42:58.964 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:42:59.240 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:42:59.240 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 94s ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:42:59.240 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 94s ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 94s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 94s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 94s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 94s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 94s ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 94s ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 94s ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 94s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 94s ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 94s ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 94s ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 94s ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 94s ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:42:59.241 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 94s ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:42:59.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 94s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:42:59.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 94s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:42:59.242 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 94s ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:42:59.242 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 94s ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:42:59.578 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:42:59.578 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:42:59.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:42:59.578 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:42:59.578 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:42:59.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:42:59.578 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:42:59.578 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:42:59.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:42:59.579 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:42:59.579 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:42:59.579 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:42:59.579 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:42:59.579 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:42:59.579 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:42:59.579 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:42:59.579 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:43:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:42:58.876507+0000 mgr.y (mgr.24491) 14616 : cluster [DBG] pgmap v12914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:42:58.949329+0000 mgr.y (mgr.24491) 14617 : audit [DBG] from='client.29874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:42:59.578454+0000 mon.c (mon.2) 464 : audit [DBG] from='client.? 172.21.15.177:0/2816165332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:43:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:42:58.876507+0000 mgr.y (mgr.24491) 14616 : cluster [DBG] pgmap v12914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:42:58.949329+0000 mgr.y (mgr.24491) 14617 : audit [DBG] from='client.29874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:00.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:42:59.578454+0000 mon.c (mon.2) 464 : audit [DBG] from='client.? 172.21.15.177:0/2816165332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:43:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:42:58.876507+0000 mgr.y (mgr.24491) 14616 : cluster [DBG] pgmap v12914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:42:58.949329+0000 mgr.y (mgr.24491) 14617 : audit [DBG] from='client.29874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:42:59.578454+0000 mon.c (mon.2) 464 : audit [DBG] from='client.? 172.21.15.177:0/2816165332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:43:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:42:59.233309+0000 mgr.y (mgr.24491) 14618 : audit [DBG] from='client.39791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:42:59.233309+0000 mgr.y (mgr.24491) 14618 : audit [DBG] from='client.39791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:42:59.233309+0000 mgr.y (mgr.24491) 14618 : audit [DBG] from='client.39791 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:43:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:00.877217+0000 mgr.y (mgr.24491) 14619 : cluster [DBG] pgmap v12915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:00.877217+0000 mgr.y (mgr.24491) 14619 : cluster [DBG] pgmap v12915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:00.877217+0000 mgr.y (mgr.24491) 14619 : cluster [DBG] pgmap v12915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:02.877559+0000 mgr.y (mgr.24491) 14620 : cluster [DBG] pgmap v12916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:02.877559+0000 mgr.y (mgr.24491) 14620 : cluster [DBG] pgmap v12916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:02.877559+0000 mgr.y (mgr.24491) 14620 : cluster [DBG] pgmap v12916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:04.878145+0000 mgr.y (mgr.24491) 14621 : cluster [DBG] pgmap v12917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:04.878145+0000 mgr.y (mgr.24491) 14621 : cluster [DBG] pgmap v12917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:04.878145+0000 mgr.y (mgr.24491) 14621 : cluster [DBG] pgmap v12917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:08.047 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:43:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:06.878499+0000 mgr.y (mgr.24491) 14622 : cluster [DBG] pgmap v12918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:06.878499+0000 mgr.y (mgr.24491) 14622 : cluster [DBG] pgmap v12918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:06.878499+0000 mgr.y (mgr.24491) 14622 : cluster [DBG] pgmap v12918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:08.878898+0000 mgr.y (mgr.24491) 14623 : cluster [DBG] pgmap v12919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:08.878898+0000 mgr.y (mgr.24491) 14623 : cluster [DBG] pgmap v12919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:08.878898+0000 mgr.y (mgr.24491) 14623 : cluster [DBG] pgmap v12919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:43:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:10.879647+0000 mgr.y (mgr.24491) 14624 : cluster [DBG] pgmap v12920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:10.879647+0000 mgr.y (mgr.24491) 14624 : cluster [DBG] pgmap v12920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:10.879647+0000 mgr.y (mgr.24491) 14624 : cluster [DBG] pgmap v12920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:12.880106+0000 mgr.y (mgr.24491) 14625 : cluster [DBG] pgmap v12921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:12.880106+0000 mgr.y (mgr.24491) 14625 : cluster [DBG] pgmap v12921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:12.880106+0000 mgr.y (mgr.24491) 14625 : cluster [DBG] pgmap v12921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:14.880871+0000 mgr.y (mgr.24491) 14626 : cluster [DBG] pgmap v12922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:14.880871+0000 mgr.y (mgr.24491) 14626 : cluster [DBG] pgmap v12922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:14.880871+0000 mgr.y (mgr.24491) 14626 : cluster [DBG] pgmap v12922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:18.065 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:43:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:16.881263+0000 mgr.y (mgr.24491) 14627 : cluster [DBG] pgmap v12923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:16.881263+0000 mgr.y (mgr.24491) 14627 : cluster [DBG] pgmap v12923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:16.881263+0000 mgr.y (mgr.24491) 14627 : cluster [DBG] pgmap v12923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:18.881849+0000 mgr.y (mgr.24491) 14628 : cluster [DBG] pgmap v12924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:18.881849+0000 mgr.y (mgr.24491) 14628 : cluster [DBG] pgmap v12924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:18.881849+0000 mgr.y (mgr.24491) 14628 : cluster [DBG] pgmap v12924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:43:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:20.882748+0000 mgr.y (mgr.24491) 14629 : cluster [DBG] pgmap v12925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:20.882748+0000 mgr.y (mgr.24491) 14629 : cluster [DBG] pgmap v12925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:20.882748+0000 mgr.y (mgr.24491) 14629 : cluster [DBG] pgmap v12925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:22.883352+0000 mgr.y (mgr.24491) 14630 : cluster [DBG] pgmap v12926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:22.883352+0000 mgr.y (mgr.24491) 14630 : cluster [DBG] pgmap v12926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:22.883352+0000 mgr.y (mgr.24491) 14630 : cluster [DBG] pgmap v12926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:24.883935+0000 mgr.y (mgr.24491) 14631 : cluster [DBG] pgmap v12927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:43:25.669229+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:43:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:43:25.962229+0000 mon.a (mon.0) 3171 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:43:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:43:25.963218+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:43:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:43:25.967301+0000 mon.a (mon.0) 3173 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:43:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:24.883935+0000 mgr.y (mgr.24491) 14631 : cluster [DBG] pgmap v12927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:43:25.669229+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:43:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:43:25.962229+0000 mon.a (mon.0) 3171 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:43:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:43:25.963218+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:43:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:43:25.967301+0000 mon.a (mon.0) 3173 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:43:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:24.883935+0000 mgr.y (mgr.24491) 14631 : cluster [DBG] pgmap v12927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:43:25.669229+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:43:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:43:25.962229+0000 mon.a (mon.0) 3171 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:43:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:43:25.963218+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:43:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:43:25.967301+0000 mon.a (mon.0) 3173 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:43:28.084 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:43:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:26.884460+0000 mgr.y (mgr.24491) 14632 : cluster [DBG] pgmap v12928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:26.884460+0000 mgr.y (mgr.24491) 14632 : cluster [DBG] pgmap v12928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:26.884460+0000 mgr.y (mgr.24491) 14632 : cluster [DBG] pgmap v12928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:29.890 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:43:30.168 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:43:30.168 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 2m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:43:30.168 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 2m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:43:30.168 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 2m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:43:30.168 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 2m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:43:30.168 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 2m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:43:30.168 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 2m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 2m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 2m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 2m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 2m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 2m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 2m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 2m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 2m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 2m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 2m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 2m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 2m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:43:30.169 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 2m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:43:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:28.885038+0000 mgr.y (mgr.24491) 14633 : cluster [DBG] pgmap v12929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:28.885038+0000 mgr.y (mgr.24491) 14633 : cluster [DBG] pgmap v12929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:28.885038+0000 mgr.y (mgr.24491) 14633 : cluster [DBG] pgmap v12929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:30.503 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:43:30.503 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:43:30.504 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:43:30.505 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:43:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:43:29.878519+0000 mgr.y (mgr.24491) 14634 : audit [DBG] from='client.29892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:43:30.504350+0000 mon.a (mon.0) 3174 : audit [DBG] from='client.? 172.21.15.177:0/777709791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:43:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:43:29.878519+0000 mgr.y (mgr.24491) 14634 : audit [DBG] from='client.29892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:43:30.504350+0000 mon.a (mon.0) 3174 : audit [DBG] from='client.? 172.21.15.177:0/777709791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:43:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:43:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:43:29.878519+0000 mgr.y (mgr.24491) 14634 : audit [DBG] from='client.29892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:43:30.504350+0000 mon.a (mon.0) 3174 : audit [DBG] from='client.? 172.21.15.177:0/777709791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:43:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:43:30.161342+0000 mgr.y (mgr.24491) 14635 : audit [DBG] from='client.29898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:30.885598+0000 mgr.y (mgr.24491) 14636 : cluster [DBG] pgmap v12930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:32.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:43:30.161342+0000 mgr.y (mgr.24491) 14635 : audit [DBG] from='client.29898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:32.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:30.885598+0000 mgr.y (mgr.24491) 14636 : cluster [DBG] pgmap v12930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:43:30.161342+0000 mgr.y (mgr.24491) 14635 : audit [DBG] from='client.29898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:43:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:30.885598+0000 mgr.y (mgr.24491) 14636 : cluster [DBG] pgmap v12930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:32.886209+0000 mgr.y (mgr.24491) 14637 : cluster [DBG] pgmap v12931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:32.886209+0000 mgr.y (mgr.24491) 14637 : cluster [DBG] pgmap v12931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:32.886209+0000 mgr.y (mgr.24491) 14637 : cluster [DBG] pgmap v12931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:34.886971+0000 mgr.y (mgr.24491) 14638 : cluster [DBG] pgmap v12932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:34.886971+0000 mgr.y (mgr.24491) 14638 : cluster [DBG] pgmap v12932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:34.886971+0000 mgr.y (mgr.24491) 14638 : cluster [DBG] pgmap v12932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:38.103 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:43:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:36.887398+0000 mgr.y (mgr.24491) 14639 : cluster [DBG] pgmap v12933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:36.887398+0000 mgr.y (mgr.24491) 14639 : cluster [DBG] pgmap v12933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:36.887398+0000 mgr.y (mgr.24491) 14639 : cluster [DBG] pgmap v12933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:38.887927+0000 mgr.y (mgr.24491) 14640 : cluster [DBG] pgmap v12934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:38.887927+0000 mgr.y (mgr.24491) 14640 : cluster [DBG] pgmap v12934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:38.887927+0000 mgr.y (mgr.24491) 14640 : cluster [DBG] pgmap v12934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:43:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:40.888540+0000 mgr.y (mgr.24491) 14641 : cluster [DBG] pgmap v12935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:40.888540+0000 mgr.y (mgr.24491) 14641 : cluster [DBG] pgmap v12935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:40.888540+0000 mgr.y (mgr.24491) 14641 : cluster [DBG] pgmap v12935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:44.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:42.889173+0000 mgr.y (mgr.24491) 14642 : cluster [DBG] pgmap v12936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:44.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:42.889173+0000 mgr.y (mgr.24491) 14642 : cluster [DBG] pgmap v12936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:42.889173+0000 mgr.y (mgr.24491) 14642 : cluster [DBG] pgmap v12936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:44.889782+0000 mgr.y (mgr.24491) 14643 : cluster [DBG] pgmap v12937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:46.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:44.889782+0000 mgr.y (mgr.24491) 14643 : cluster [DBG] pgmap v12937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:44.889782+0000 mgr.y (mgr.24491) 14643 : cluster [DBG] pgmap v12937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:46.890230+0000 mgr.y (mgr.24491) 14644 : cluster [DBG] pgmap v12938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:46.890230+0000 mgr.y (mgr.24491) 14644 : cluster [DBG] pgmap v12938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:46.890230+0000 mgr.y (mgr.24491) 14644 : cluster [DBG] pgmap v12938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:43:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:48.890645+0000 mgr.y (mgr.24491) 14645 : cluster [DBG] pgmap v12939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:48.890645+0000 mgr.y (mgr.24491) 14645 : cluster [DBG] pgmap v12939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:48.890645+0000 mgr.y (mgr.24491) 14645 : cluster [DBG] pgmap v12939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:43:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:50.891304+0000 mgr.y (mgr.24491) 14646 : cluster [DBG] pgmap v12940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:50.891304+0000 mgr.y (mgr.24491) 14646 : cluster [DBG] pgmap v12940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:50.891304+0000 mgr.y (mgr.24491) 14646 : cluster [DBG] pgmap v12940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:52.891857+0000 mgr.y (mgr.24491) 14647 : cluster [DBG] pgmap v12941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:52.891857+0000 mgr.y (mgr.24491) 14647 : cluster [DBG] pgmap v12941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:54.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:52.891857+0000 mgr.y (mgr.24491) 14647 : cluster [DBG] pgmap v12941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:54.892731+0000 mgr.y (mgr.24491) 14648 : cluster [DBG] pgmap v12942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:54.892731+0000 mgr.y (mgr.24491) 14648 : cluster [DBG] pgmap v12942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:54.892731+0000 mgr.y (mgr.24491) 14648 : cluster [DBG] pgmap v12942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:43:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:43:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:56.893308+0000 mgr.y (mgr.24491) 14649 : cluster [DBG] pgmap v12943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:56.893308+0000 mgr.y (mgr.24491) 14649 : cluster [DBG] pgmap v12943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:43:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:56.893308+0000 mgr.y (mgr.24491) 14649 : cluster [DBG] pgmap v12943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:43:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:43:58.893862+0000 mgr.y (mgr.24491) 14650 : cluster [DBG] pgmap v12944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:43:58.893862+0000 mgr.y (mgr.24491) 14650 : cluster [DBG] pgmap v12944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:43:58.893862+0000 mgr.y (mgr.24491) 14650 : cluster [DBG] pgmap v12944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:00.814 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:44:01.091 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 2m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 2m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 2m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 2m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 2m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 2m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 2m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 2m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 2m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 2m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:44:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 2m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:44:01.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 2m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:44:01.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 2m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:44:01.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 2m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:44:01.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 2m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:44:01.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 2m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:44:01.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 2m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:44:01.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 2m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:44:01.093 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 2m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:44:01.428 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:44:01.428 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:44:01.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:44:01.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:44:01.428 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:44:01.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:44:01.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:44:01.428 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:44:01.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:44:01.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:44:01.428 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:44:01.429 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:44:01.429 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:44:01.429 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:44:01.429 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:44:01.429 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:44:01.429 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:44:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:44:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:44:00.803284+0000 mgr.y (mgr.24491) 14651 : audit [DBG] from='client.29910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:00.894518+0000 mgr.y (mgr.24491) 14652 : cluster [DBG] pgmap v12945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:44:01.084626+0000 mgr.y (mgr.24491) 14653 : audit [DBG] from='client.29916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:44:01.428456+0000 mon.c (mon.2) 465 : audit [DBG] from='client.? 172.21.15.177:0/1307546180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:44:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:44:00.803284+0000 mgr.y (mgr.24491) 14651 : audit [DBG] from='client.29910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:00.894518+0000 mgr.y (mgr.24491) 14652 : cluster [DBG] pgmap v12945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:44:01.084626+0000 mgr.y (mgr.24491) 14653 : audit [DBG] from='client.29916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:44:01.428456+0000 mon.c (mon.2) 465 : audit [DBG] from='client.? 172.21.15.177:0/1307546180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:44:02.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:44:00.803284+0000 mgr.y (mgr.24491) 14651 : audit [DBG] from='client.29910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:02.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:00.894518+0000 mgr.y (mgr.24491) 14652 : cluster [DBG] pgmap v12945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:02.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:44:01.084626+0000 mgr.y (mgr.24491) 14653 : audit [DBG] from='client.29916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:02.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:44:01.428456+0000 mon.c (mon.2) 465 : audit [DBG] from='client.? 172.21.15.177:0/1307546180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:44:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:02.894998+0000 mgr.y (mgr.24491) 14654 : cluster [DBG] pgmap v12946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:02.894998+0000 mgr.y (mgr.24491) 14654 : cluster [DBG] pgmap v12946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:02.894998+0000 mgr.y (mgr.24491) 14654 : cluster [DBG] pgmap v12946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:04.895716+0000 mgr.y (mgr.24491) 14655 : cluster [DBG] pgmap v12947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:04.895716+0000 mgr.y (mgr.24491) 14655 : cluster [DBG] pgmap v12947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:04.895716+0000 mgr.y (mgr.24491) 14655 : cluster [DBG] pgmap v12947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:06.896400+0000 mgr.y (mgr.24491) 14656 : cluster [DBG] pgmap v12948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:06.896400+0000 mgr.y (mgr.24491) 14656 : cluster [DBG] pgmap v12948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:08.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:44:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:06.896400+0000 mgr.y (mgr.24491) 14656 : cluster [DBG] pgmap v12948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:08.896792+0000 mgr.y (mgr.24491) 14657 : cluster [DBG] pgmap v12949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:08.896792+0000 mgr.y (mgr.24491) 14657 : cluster [DBG] pgmap v12949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:08.896792+0000 mgr.y (mgr.24491) 14657 : cluster [DBG] pgmap v12949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:44:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:10.897474+0000 mgr.y (mgr.24491) 14658 : cluster [DBG] pgmap v12950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:10.897474+0000 mgr.y (mgr.24491) 14658 : cluster [DBG] pgmap v12950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:10.897474+0000 mgr.y (mgr.24491) 14658 : cluster [DBG] pgmap v12950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:12.898060+0000 mgr.y (mgr.24491) 14659 : cluster [DBG] pgmap v12951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:12.898060+0000 mgr.y (mgr.24491) 14659 : cluster [DBG] pgmap v12951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:12.898060+0000 mgr.y (mgr.24491) 14659 : cluster [DBG] pgmap v12951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:14.898640+0000 mgr.y (mgr.24491) 14660 : cluster [DBG] pgmap v12952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:14.898640+0000 mgr.y (mgr.24491) 14660 : cluster [DBG] pgmap v12952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:16.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:14.898640+0000 mgr.y (mgr.24491) 14660 : cluster [DBG] pgmap v12952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:17.989 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:17] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T10:44:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:16.899051+0000 mgr.y (mgr.24491) 14661 : cluster [DBG] pgmap v12953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:16.899051+0000 mgr.y (mgr.24491) 14661 : cluster [DBG] pgmap v12953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:16.899051+0000 mgr.y (mgr.24491) 14661 : cluster [DBG] pgmap v12953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:18.899616+0000 mgr.y (mgr.24491) 14662 : cluster [DBG] pgmap v12954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:18.899616+0000 mgr.y (mgr.24491) 14662 : cluster [DBG] pgmap v12954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:18.899616+0000 mgr.y (mgr.24491) 14662 : cluster [DBG] pgmap v12954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:44:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:20.900356+0000 mgr.y (mgr.24491) 14663 : cluster [DBG] pgmap v12955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:20.900356+0000 mgr.y (mgr.24491) 14663 : cluster [DBG] pgmap v12955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:20.900356+0000 mgr.y (mgr.24491) 14663 : cluster [DBG] pgmap v12955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:22.900837+0000 mgr.y (mgr.24491) 14664 : cluster [DBG] pgmap v12956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:22.900837+0000 mgr.y (mgr.24491) 14664 : cluster [DBG] pgmap v12956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:22.900837+0000 mgr.y (mgr.24491) 14664 : cluster [DBG] pgmap v12956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:24.901458+0000 mgr.y (mgr.24491) 14665 : cluster [DBG] pgmap v12957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:44:25.971609+0000 mon.a (mon.0) 3175 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:44:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:24.901458+0000 mgr.y (mgr.24491) 14665 : cluster [DBG] pgmap v12957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:44:25.971609+0000 mon.a (mon.0) 3175 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:44:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:24.901458+0000 mgr.y (mgr.24491) 14665 : cluster [DBG] pgmap v12957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:44:25.971609+0000 mon.a (mon.0) 3175 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:44:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:44:26.215034+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:44:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:44:26.481241+0000 mon.a (mon.0) 3177 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:44:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:44:26.481872+0000 mon.a (mon.0) 3178 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:44:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:44:26.488078+0000 mon.a (mon.0) 3179 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:44:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:26.901842+0000 mgr.y (mgr.24491) 14666 : cluster [DBG] pgmap v12958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:44:26.215034+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:44:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:44:26.481241+0000 mon.a (mon.0) 3177 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:44:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:44:26.481872+0000 mon.a (mon.0) 3178 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:44:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:44:26.488078+0000 mon.a (mon.0) 3179 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:44:27.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:26.901842+0000 mgr.y (mgr.24491) 14666 : cluster [DBG] pgmap v12958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:27.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:44:26.215034+0000 mon.a (mon.0) 3176 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:44:27.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:44:26.481241+0000 mon.a (mon.0) 3177 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:44:27.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:44:26.481872+0000 mon.a (mon.0) 3178 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:44:27.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:44:26.488078+0000 mon.a (mon.0) 3179 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:44:27.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:26.901842+0000 mgr.y (mgr.24491) 14666 : cluster [DBG] pgmap v12958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:27] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T10:44:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:28.902232+0000 mgr.y (mgr.24491) 14667 : cluster [DBG] pgmap v12959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:28.902232+0000 mgr.y (mgr.24491) 14667 : cluster [DBG] pgmap v12959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:28.902232+0000 mgr.y (mgr.24491) 14667 : cluster [DBG] pgmap v12959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:44:31.738 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:44:32.016 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:44:32.017 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:44:32.017 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 3m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:44:32.017 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:44:32.017 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 3m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:44:32.017 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 3m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:44:32.018 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:44:32.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:44:32.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 3m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:44:32.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:44:32.018 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:44:32.018 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 3m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:44:32.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:44:32.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:44:32.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:44:32.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:44:32.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 3m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:44:32.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 3m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:44:32.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 3m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:44:32.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 3m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:44:32.020 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 3m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:44:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:30.902781+0000 mgr.y (mgr.24491) 14668 : cluster [DBG] pgmap v12960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:32.347 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:44:32.348 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:44:32.349 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:44:32.349 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:44:32.349 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:44:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:30.902781+0000 mgr.y (mgr.24491) 14668 : cluster [DBG] pgmap v12960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:30.902781+0000 mgr.y (mgr.24491) 14668 : cluster [DBG] pgmap v12960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:44:31.727372+0000 mgr.y (mgr.24491) 14669 : audit [DBG] from='client.29928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:44:32.009037+0000 mgr.y (mgr.24491) 14670 : audit [DBG] from='client.39845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:44:32.348290+0000 mon.c (mon.2) 466 : audit [DBG] from='client.? 172.21.15.177:0/1432403169' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:44:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:44:31.727372+0000 mgr.y (mgr.24491) 14669 : audit [DBG] from='client.29928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:44:32.009037+0000 mgr.y (mgr.24491) 14670 : audit [DBG] from='client.39845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:44:32.348290+0000 mon.c (mon.2) 466 : audit [DBG] from='client.? 172.21.15.177:0/1432403169' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:44:33.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:44:31.727372+0000 mgr.y (mgr.24491) 14669 : audit [DBG] from='client.29928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:33.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:44:32.009037+0000 mgr.y (mgr.24491) 14670 : audit [DBG] from='client.39845 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:44:33.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:44:32.348290+0000 mon.c (mon.2) 466 : audit [DBG] from='client.? 172.21.15.177:0/1432403169' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:44:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:32.903316+0000 mgr.y (mgr.24491) 14671 : cluster [DBG] pgmap v12961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:32.903316+0000 mgr.y (mgr.24491) 14671 : cluster [DBG] pgmap v12961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:32.903316+0000 mgr.y (mgr.24491) 14671 : cluster [DBG] pgmap v12961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:34.904043+0000 mgr.y (mgr.24491) 14672 : cluster [DBG] pgmap v12962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:34.904043+0000 mgr.y (mgr.24491) 14672 : cluster [DBG] pgmap v12962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:34.904043+0000 mgr.y (mgr.24491) 14672 : cluster [DBG] pgmap v12962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:44:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:36.904461+0000 mgr.y (mgr.24491) 14673 : cluster [DBG] pgmap v12963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:36.904461+0000 mgr.y (mgr.24491) 14673 : cluster [DBG] pgmap v12963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:36.904461+0000 mgr.y (mgr.24491) 14673 : cluster [DBG] pgmap v12963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:38.904817+0000 mgr.y (mgr.24491) 14674 : cluster [DBG] pgmap v12964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:38.904817+0000 mgr.y (mgr.24491) 14674 : cluster [DBG] pgmap v12964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:38.904817+0000 mgr.y (mgr.24491) 14674 : cluster [DBG] pgmap v12964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:44:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:40.905496+0000 mgr.y (mgr.24491) 14675 : cluster [DBG] pgmap v12965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:40.905496+0000 mgr.y (mgr.24491) 14675 : cluster [DBG] pgmap v12965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:40.905496+0000 mgr.y (mgr.24491) 14675 : cluster [DBG] pgmap v12965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:42.906026+0000 mgr.y (mgr.24491) 14676 : cluster [DBG] pgmap v12966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:42.906026+0000 mgr.y (mgr.24491) 14676 : cluster [DBG] pgmap v12966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:42.906026+0000 mgr.y (mgr.24491) 14676 : cluster [DBG] pgmap v12966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:44.906676+0000 mgr.y (mgr.24491) 14677 : cluster [DBG] pgmap v12967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:44.906676+0000 mgr.y (mgr.24491) 14677 : cluster [DBG] pgmap v12967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:44.906676+0000 mgr.y (mgr.24491) 14677 : cluster [DBG] pgmap v12967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:47.987 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:44:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:46.907245+0000 mgr.y (mgr.24491) 14678 : cluster [DBG] pgmap v12968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:46.907245+0000 mgr.y (mgr.24491) 14678 : cluster [DBG] pgmap v12968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:46.907245+0000 mgr.y (mgr.24491) 14678 : cluster [DBG] pgmap v12968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:48.907654+0000 mgr.y (mgr.24491) 14679 : cluster [DBG] pgmap v12969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:48.907654+0000 mgr.y (mgr.24491) 14679 : cluster [DBG] pgmap v12969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:48.907654+0000 mgr.y (mgr.24491) 14679 : cluster [DBG] pgmap v12969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:44:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:50.908477+0000 mgr.y (mgr.24491) 14680 : cluster [DBG] pgmap v12970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:50.908477+0000 mgr.y (mgr.24491) 14680 : cluster [DBG] pgmap v12970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:50.908477+0000 mgr.y (mgr.24491) 14680 : cluster [DBG] pgmap v12970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:52.908877+0000 mgr.y (mgr.24491) 14681 : cluster [DBG] pgmap v12971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:52.908877+0000 mgr.y (mgr.24491) 14681 : cluster [DBG] pgmap v12971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:52.908877+0000 mgr.y (mgr.24491) 14681 : cluster [DBG] pgmap v12971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:54.909558+0000 mgr.y (mgr.24491) 14682 : cluster [DBG] pgmap v12972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:54.909558+0000 mgr.y (mgr.24491) 14682 : cluster [DBG] pgmap v12972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:54.909558+0000 mgr.y (mgr.24491) 14682 : cluster [DBG] pgmap v12972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:58.005 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:44:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:44:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:56.909963+0000 mgr.y (mgr.24491) 14683 : cluster [DBG] pgmap v12973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:56.909963+0000 mgr.y (mgr.24491) 14683 : cluster [DBG] pgmap v12973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:44:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:44:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:56.909963+0000 mgr.y (mgr.24491) 14683 : cluster [DBG] pgmap v12973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:44:58.910369+0000 mgr.y (mgr.24491) 14684 : cluster [DBG] pgmap v12974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:00.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:44:58.910369+0000 mgr.y (mgr.24491) 14684 : cluster [DBG] pgmap v12974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:44:58.910369+0000 mgr.y (mgr.24491) 14684 : cluster [DBG] pgmap v12974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:45:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:00.911117+0000 mgr.y (mgr.24491) 14685 : cluster [DBG] pgmap v12975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:00.911117+0000 mgr.y (mgr.24491) 14685 : cluster [DBG] pgmap v12975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:00.911117+0000 mgr.y (mgr.24491) 14685 : cluster [DBG] pgmap v12975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:02.668 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:45:02.949 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:45:02.949 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:45:02.949 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 3m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:45:02.949 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:45:02.950 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 3m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:45:02.950 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 3m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:45:02.950 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:45:02.950 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:45:02.950 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 3m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:45:02.950 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:45:02.951 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:45:02.951 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 3m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:45:02.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:45:02.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:45:02.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:45:02.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:45:02.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 3m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:45:02.952 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 3m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:45:02.952 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 3m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:45:02.952 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 3m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:45:02.952 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 3m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:45:03.286 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:45:03.286 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:45:03.287 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:45:03.288 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:45:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:45:02.657046+0000 mgr.y (mgr.24491) 14686 : audit [DBG] from='client.39857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:02.911449+0000 mgr.y (mgr.24491) 14687 : cluster [DBG] pgmap v12976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:45:02.941830+0000 mgr.y (mgr.24491) 14688 : audit [DBG] from='client.29952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:45:03.287106+0000 mon.a (mon.0) 3180 : audit [DBG] from='client.? 172.21.15.177:0/1548547818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:45:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:45:02.657046+0000 mgr.y (mgr.24491) 14686 : audit [DBG] from='client.39857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:04.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:02.911449+0000 mgr.y (mgr.24491) 14687 : cluster [DBG] pgmap v12976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:04.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:45:02.941830+0000 mgr.y (mgr.24491) 14688 : audit [DBG] from='client.29952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:04.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:45:03.287106+0000 mon.a (mon.0) 3180 : audit [DBG] from='client.? 172.21.15.177:0/1548547818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:45:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:45:02.657046+0000 mgr.y (mgr.24491) 14686 : audit [DBG] from='client.39857 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:02.911449+0000 mgr.y (mgr.24491) 14687 : cluster [DBG] pgmap v12976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:45:02.941830+0000 mgr.y (mgr.24491) 14688 : audit [DBG] from='client.29952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:45:03.287106+0000 mon.a (mon.0) 3180 : audit [DBG] from='client.? 172.21.15.177:0/1548547818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:45:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:04.912135+0000 mgr.y (mgr.24491) 14689 : cluster [DBG] pgmap v12977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:04.912135+0000 mgr.y (mgr.24491) 14689 : cluster [DBG] pgmap v12977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:04.912135+0000 mgr.y (mgr.24491) 14689 : cluster [DBG] pgmap v12977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:08.021 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:45:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:06.912707+0000 mgr.y (mgr.24491) 14690 : cluster [DBG] pgmap v12978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:06.912707+0000 mgr.y (mgr.24491) 14690 : cluster [DBG] pgmap v12978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:06.912707+0000 mgr.y (mgr.24491) 14690 : cluster [DBG] pgmap v12978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:08.913230+0000 mgr.y (mgr.24491) 14691 : cluster [DBG] pgmap v12979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:08.913230+0000 mgr.y (mgr.24491) 14691 : cluster [DBG] pgmap v12979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:08.913230+0000 mgr.y (mgr.24491) 14691 : cluster [DBG] pgmap v12979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:45:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:10.913977+0000 mgr.y (mgr.24491) 14692 : cluster [DBG] pgmap v12980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:10.913977+0000 mgr.y (mgr.24491) 14692 : cluster [DBG] pgmap v12980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:10.913977+0000 mgr.y (mgr.24491) 14692 : cluster [DBG] pgmap v12980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:14.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:12.914355+0000 mgr.y (mgr.24491) 14693 : cluster [DBG] pgmap v12981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:14.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:12.914355+0000 mgr.y (mgr.24491) 14693 : cluster [DBG] pgmap v12981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:12.914355+0000 mgr.y (mgr.24491) 14693 : cluster [DBG] pgmap v12981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:14.915242+0000 mgr.y (mgr.24491) 14694 : cluster [DBG] pgmap v12982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:14.915242+0000 mgr.y (mgr.24491) 14694 : cluster [DBG] pgmap v12982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:14.915242+0000 mgr.y (mgr.24491) 14694 : cluster [DBG] pgmap v12982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:18.037 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:45:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:16.915765+0000 mgr.y (mgr.24491) 14695 : cluster [DBG] pgmap v12983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:16.915765+0000 mgr.y (mgr.24491) 14695 : cluster [DBG] pgmap v12983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:16.915765+0000 mgr.y (mgr.24491) 14695 : cluster [DBG] pgmap v12983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:18.916297+0000 mgr.y (mgr.24491) 14696 : cluster [DBG] pgmap v12984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:20.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:18.916297+0000 mgr.y (mgr.24491) 14696 : cluster [DBG] pgmap v12984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:18.916297+0000 mgr.y (mgr.24491) 14696 : cluster [DBG] pgmap v12984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:45:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:20.916991+0000 mgr.y (mgr.24491) 14697 : cluster [DBG] pgmap v12985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:20.916991+0000 mgr.y (mgr.24491) 14697 : cluster [DBG] pgmap v12985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:20.916991+0000 mgr.y (mgr.24491) 14697 : cluster [DBG] pgmap v12985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:22.917454+0000 mgr.y (mgr.24491) 14698 : cluster [DBG] pgmap v12986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:22.917454+0000 mgr.y (mgr.24491) 14698 : cluster [DBG] pgmap v12986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:22.917454+0000 mgr.y (mgr.24491) 14698 : cluster [DBG] pgmap v12986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:24.918257+0000 mgr.y (mgr.24491) 14699 : cluster [DBG] pgmap v12987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:24.918257+0000 mgr.y (mgr.24491) 14699 : cluster [DBG] pgmap v12987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:24.918257+0000 mgr.y (mgr.24491) 14699 : cluster [DBG] pgmap v12987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:45:26.492269+0000 mon.a (mon.0) 3181 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:45:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:45:26.734231+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:45:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:45:27.011635+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:45:27.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:45:27.012279+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:45:27.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:45:27.016424+0000 mon.a (mon.0) 3185 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:45:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:45:26.492269+0000 mon.a (mon.0) 3181 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:45:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:45:26.734231+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:45:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:45:27.011635+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:45:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:45:27.012279+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:45:27.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:45:27.016424+0000 mon.a (mon.0) 3185 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:45:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:45:26.492269+0000 mon.a (mon.0) 3181 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:45:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:45:26.734231+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:45:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:45:27.011635+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:45:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:45:27.012279+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:45:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:45:27.016424+0000 mon.a (mon.0) 3185 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:45:28.057 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:45:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:26.918755+0000 mgr.y (mgr.24491) 14700 : cluster [DBG] pgmap v12988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:26.918755+0000 mgr.y (mgr.24491) 14700 : cluster [DBG] pgmap v12988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:26.918755+0000 mgr.y (mgr.24491) 14700 : cluster [DBG] pgmap v12988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:28.919181+0000 mgr.y (mgr.24491) 14701 : cluster [DBG] pgmap v12989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:28.919181+0000 mgr.y (mgr.24491) 14701 : cluster [DBG] pgmap v12989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:28.919181+0000 mgr.y (mgr.24491) 14701 : cluster [DBG] pgmap v12989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:45:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:30.919881+0000 mgr.y (mgr.24491) 14702 : cluster [DBG] pgmap v12990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:30.919881+0000 mgr.y (mgr.24491) 14702 : cluster [DBG] pgmap v12990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:30.919881+0000 mgr.y (mgr.24491) 14702 : cluster [DBG] pgmap v12990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:33.598 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:45:33.872 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:45:33.872 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:45:33.872 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:45:33.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:45:33.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:45:33.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:45:33.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:45:33.874 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:45:34.207 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:45:34.207 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:45:34.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:45:34.207 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:45:34.207 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:45:34.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:45:34.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:45:34.208 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:45:34.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:45:34.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:45:34.208 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:45:34.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:45:34.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:45:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:45:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:45:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:45:34.209 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:45:34.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:32.920242+0000 mgr.y (mgr.24491) 14703 : cluster [DBG] pgmap v12991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:34.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:32.920242+0000 mgr.y (mgr.24491) 14703 : cluster [DBG] pgmap v12991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:32.920242+0000 mgr.y (mgr.24491) 14703 : cluster [DBG] pgmap v12991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:45:33.587395+0000 mgr.y (mgr.24491) 14704 : audit [DBG] from='client.29964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:45:33.865226+0000 mgr.y (mgr.24491) 14705 : audit [DBG] from='client.29970 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:35.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:45:34.207596+0000 mon.a (mon.0) 3186 : audit [DBG] from='client.? 172.21.15.177:0/3370879364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:45:35.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:45:33.587395+0000 mgr.y (mgr.24491) 14704 : audit [DBG] from='client.29964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:35.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:45:33.865226+0000 mgr.y (mgr.24491) 14705 : audit [DBG] from='client.29970 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:35.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:45:34.207596+0000 mon.a (mon.0) 3186 : audit [DBG] from='client.? 172.21.15.177:0/3370879364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:45:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:45:33.587395+0000 mgr.y (mgr.24491) 14704 : audit [DBG] from='client.29964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:45:33.865226+0000 mgr.y (mgr.24491) 14705 : audit [DBG] from='client.29970 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:45:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:45:34.207596+0000 mon.a (mon.0) 3186 : audit [DBG] from='client.? 172.21.15.177:0/3370879364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:45:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:34.920934+0000 mgr.y (mgr.24491) 14706 : cluster [DBG] pgmap v12992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:34.920934+0000 mgr.y (mgr.24491) 14706 : cluster [DBG] pgmap v12992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:34.920934+0000 mgr.y (mgr.24491) 14706 : cluster [DBG] pgmap v12992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:38.077 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:45:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:36.921441+0000 mgr.y (mgr.24491) 14707 : cluster [DBG] pgmap v12993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:36.921441+0000 mgr.y (mgr.24491) 14707 : cluster [DBG] pgmap v12993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:36.921441+0000 mgr.y (mgr.24491) 14707 : cluster [DBG] pgmap v12993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:38.921968+0000 mgr.y (mgr.24491) 14708 : cluster [DBG] pgmap v12994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:38.921968+0000 mgr.y (mgr.24491) 14708 : cluster [DBG] pgmap v12994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:40.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:38.921968+0000 mgr.y (mgr.24491) 14708 : cluster [DBG] pgmap v12994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:45:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:40.922688+0000 mgr.y (mgr.24491) 14709 : cluster [DBG] pgmap v12995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:40.922688+0000 mgr.y (mgr.24491) 14709 : cluster [DBG] pgmap v12995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:40.922688+0000 mgr.y (mgr.24491) 14709 : cluster [DBG] pgmap v12995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:42.923250+0000 mgr.y (mgr.24491) 14710 : cluster [DBG] pgmap v12996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:44.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:42.923250+0000 mgr.y (mgr.24491) 14710 : cluster [DBG] pgmap v12996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:42.923250+0000 mgr.y (mgr.24491) 14710 : cluster [DBG] pgmap v12996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:44.923913+0000 mgr.y (mgr.24491) 14711 : cluster [DBG] pgmap v12997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:44.923913+0000 mgr.y (mgr.24491) 14711 : cluster [DBG] pgmap v12997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:44.923913+0000 mgr.y (mgr.24491) 14711 : cluster [DBG] pgmap v12997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:48.095 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:45:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:46.924452+0000 mgr.y (mgr.24491) 14712 : cluster [DBG] pgmap v12998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:46.924452+0000 mgr.y (mgr.24491) 14712 : cluster [DBG] pgmap v12998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:46.924452+0000 mgr.y (mgr.24491) 14712 : cluster [DBG] pgmap v12998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:50.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:48.925062+0000 mgr.y (mgr.24491) 14713 : cluster [DBG] pgmap v12999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:50.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:48.925062+0000 mgr.y (mgr.24491) 14713 : cluster [DBG] pgmap v12999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:50.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:48.925062+0000 mgr.y (mgr.24491) 14713 : cluster [DBG] pgmap v12999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:45:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:50.925826+0000 mgr.y (mgr.24491) 14714 : cluster [DBG] pgmap v13000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:50.925826+0000 mgr.y (mgr.24491) 14714 : cluster [DBG] pgmap v13000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:50.925826+0000 mgr.y (mgr.24491) 14714 : cluster [DBG] pgmap v13000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:52.926262+0000 mgr.y (mgr.24491) 14715 : cluster [DBG] pgmap v13001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:52.926262+0000 mgr.y (mgr.24491) 14715 : cluster [DBG] pgmap v13001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:52.926262+0000 mgr.y (mgr.24491) 14715 : cluster [DBG] pgmap v13001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:54.927035+0000 mgr.y (mgr.24491) 14716 : cluster [DBG] pgmap v13002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:56.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:54.927035+0000 mgr.y (mgr.24491) 14716 : cluster [DBG] pgmap v13002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:54.927035+0000 mgr.y (mgr.24491) 14716 : cluster [DBG] pgmap v13002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:58.117 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:45:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:45:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:56.927562+0000 mgr.y (mgr.24491) 14717 : cluster [DBG] pgmap v13003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:56.927562+0000 mgr.y (mgr.24491) 14717 : cluster [DBG] pgmap v13003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:45:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:45:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:56.927562+0000 mgr.y (mgr.24491) 14717 : cluster [DBG] pgmap v13003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:45:58.928005+0000 mgr.y (mgr.24491) 14718 : cluster [DBG] pgmap v13004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:45:58.928005+0000 mgr.y (mgr.24491) 14718 : cluster [DBG] pgmap v13004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:45:58.928005+0000 mgr.y (mgr.24491) 14718 : cluster [DBG] pgmap v13004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:46:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:00.928868+0000 mgr.y (mgr.24491) 14719 : cluster [DBG] pgmap v13005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:00.928868+0000 mgr.y (mgr.24491) 14719 : cluster [DBG] pgmap v13005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:00.928868+0000 mgr.y (mgr.24491) 14719 : cluster [DBG] pgmap v13005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:02.929404+0000 mgr.y (mgr.24491) 14720 : cluster [DBG] pgmap v13006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:02.929404+0000 mgr.y (mgr.24491) 14720 : cluster [DBG] pgmap v13006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:02.929404+0000 mgr.y (mgr.24491) 14720 : cluster [DBG] pgmap v13006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:04.519 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:46:04.795 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:46:04.795 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:46:04.795 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:46:04.795 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:46:04.795 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:46:04.795 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:46:04.795 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:46:04.796 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:46:05.131 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:46:05.132 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:46:05.133 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:46:05.133 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:46:05.133 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:46:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:46:04.508388+0000 mgr.y (mgr.24491) 14721 : audit [DBG] from='client.29982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:46:04.788003+0000 mgr.y (mgr.24491) 14722 : audit [DBG] from='client.39899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:04.929984+0000 mgr.y (mgr.24491) 14723 : cluster [DBG] pgmap v13007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:46:05.132439+0000 mon.c (mon.2) 467 : audit [DBG] from='client.? 172.21.15.177:0/2871983009' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:46:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:46:04.508388+0000 mgr.y (mgr.24491) 14721 : audit [DBG] from='client.29982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:46:04.788003+0000 mgr.y (mgr.24491) 14722 : audit [DBG] from='client.39899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:04.929984+0000 mgr.y (mgr.24491) 14723 : cluster [DBG] pgmap v13007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:46:05.132439+0000 mon.c (mon.2) 467 : audit [DBG] from='client.? 172.21.15.177:0/2871983009' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:46:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:46:04.508388+0000 mgr.y (mgr.24491) 14721 : audit [DBG] from='client.29982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:46:04.788003+0000 mgr.y (mgr.24491) 14722 : audit [DBG] from='client.39899 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:04.929984+0000 mgr.y (mgr.24491) 14723 : cluster [DBG] pgmap v13007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:46:05.132439+0000 mon.c (mon.2) 467 : audit [DBG] from='client.? 172.21.15.177:0/2871983009' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:46:08.133 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:46:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:06.930328+0000 mgr.y (mgr.24491) 14724 : cluster [DBG] pgmap v13008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:06.930328+0000 mgr.y (mgr.24491) 14724 : cluster [DBG] pgmap v13008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:06.930328+0000 mgr.y (mgr.24491) 14724 : cluster [DBG] pgmap v13008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:08.930909+0000 mgr.y (mgr.24491) 14725 : cluster [DBG] pgmap v13009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:08.930909+0000 mgr.y (mgr.24491) 14725 : cluster [DBG] pgmap v13009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:08.930909+0000 mgr.y (mgr.24491) 14725 : cluster [DBG] pgmap v13009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:10.931688+0000 mgr.y (mgr.24491) 14726 : cluster [DBG] pgmap v13010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:46:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:10.931688+0000 mgr.y (mgr.24491) 14726 : cluster [DBG] pgmap v13010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:10.931688+0000 mgr.y (mgr.24491) 14726 : cluster [DBG] pgmap v13010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:12.932070+0000 mgr.y (mgr.24491) 14727 : cluster [DBG] pgmap v13011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:12.932070+0000 mgr.y (mgr.24491) 14727 : cluster [DBG] pgmap v13011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:12.932070+0000 mgr.y (mgr.24491) 14727 : cluster [DBG] pgmap v13011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:14.932644+0000 mgr.y (mgr.24491) 14728 : cluster [DBG] pgmap v13012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:14.932644+0000 mgr.y (mgr.24491) 14728 : cluster [DBG] pgmap v13012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:14.932644+0000 mgr.y (mgr.24491) 14728 : cluster [DBG] pgmap v13012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:17.991 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:46:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:16.933173+0000 mgr.y (mgr.24491) 14729 : cluster [DBG] pgmap v13013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:16.933173+0000 mgr.y (mgr.24491) 14729 : cluster [DBG] pgmap v13013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:16.933173+0000 mgr.y (mgr.24491) 14729 : cluster [DBG] pgmap v13013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:18.933596+0000 mgr.y (mgr.24491) 14730 : cluster [DBG] pgmap v13014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:18.933596+0000 mgr.y (mgr.24491) 14730 : cluster [DBG] pgmap v13014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:18.933596+0000 mgr.y (mgr.24491) 14730 : cluster [DBG] pgmap v13014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:46:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:20.934425+0000 mgr.y (mgr.24491) 14731 : cluster [DBG] pgmap v13015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:20.934425+0000 mgr.y (mgr.24491) 14731 : cluster [DBG] pgmap v13015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:20.934425+0000 mgr.y (mgr.24491) 14731 : cluster [DBG] pgmap v13015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:22.934965+0000 mgr.y (mgr.24491) 14732 : cluster [DBG] pgmap v13016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:22.934965+0000 mgr.y (mgr.24491) 14732 : cluster [DBG] pgmap v13016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:22.934965+0000 mgr.y (mgr.24491) 14732 : cluster [DBG] pgmap v13016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:24.935737+0000 mgr.y (mgr.24491) 14733 : cluster [DBG] pgmap v13017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:24.935737+0000 mgr.y (mgr.24491) 14733 : cluster [DBG] pgmap v13017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:24.935737+0000 mgr.y (mgr.24491) 14733 : cluster [DBG] pgmap v13017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:28.007 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:46:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:26.936316+0000 mgr.y (mgr.24491) 14734 : cluster [DBG] pgmap v13018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:46:27.020670+0000 mon.a (mon.0) 3187 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:46:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:46:27.311240+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:46:28.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:46:27.311854+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:46:28.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:46:27.319293+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:46:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:26.936316+0000 mgr.y (mgr.24491) 14734 : cluster [DBG] pgmap v13018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:46:27.020670+0000 mon.a (mon.0) 3187 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:46:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:46:27.311240+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:46:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:46:27.311854+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:46:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:46:27.319293+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:46:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:26.936316+0000 mgr.y (mgr.24491) 14734 : cluster [DBG] pgmap v13018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:46:27.020670+0000 mon.a (mon.0) 3187 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:46:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:46:27.311240+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:46:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:46:27.311854+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:46:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:46:27.319293+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:46:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:28.936690+0000 mgr.y (mgr.24491) 14735 : cluster [DBG] pgmap v13019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:28.936690+0000 mgr.y (mgr.24491) 14735 : cluster [DBG] pgmap v13019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:28.936690+0000 mgr.y (mgr.24491) 14735 : cluster [DBG] pgmap v13019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:46:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:30.937365+0000 mgr.y (mgr.24491) 14736 : cluster [DBG] pgmap v13020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:30.937365+0000 mgr.y (mgr.24491) 14736 : cluster [DBG] pgmap v13020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:30.937365+0000 mgr.y (mgr.24491) 14736 : cluster [DBG] pgmap v13020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:32.937986+0000 mgr.y (mgr.24491) 14737 : cluster [DBG] pgmap v13021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:32.937986+0000 mgr.y (mgr.24491) 14737 : cluster [DBG] pgmap v13021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:32.937986+0000 mgr.y (mgr.24491) 14737 : cluster [DBG] pgmap v13021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:35.441 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:46:35.716 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:46:35.716 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:46:35.717 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:46:35.717 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:46:35.717 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:46:35.717 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:46:35.717 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:46:35.717 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 5m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:46:35.717 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:46:35.717 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:46:35.717 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:46:35.717 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:46:35.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:46:35.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:46:35.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:46:35.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:46:35.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:46:35.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:46:35.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:46:35.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:46:35.718 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:46:36.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:46:36.056 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:46:36.056 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:46:36.056 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:46:36.056 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:46:36.056 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:46:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:34.938617+0000 mgr.y (mgr.24491) 14738 : cluster [DBG] pgmap v13022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:34.938617+0000 mgr.y (mgr.24491) 14738 : cluster [DBG] pgmap v13022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:34.938617+0000 mgr.y (mgr.24491) 14738 : cluster [DBG] pgmap v13022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:46:35.430252+0000 mgr.y (mgr.24491) 14739 : audit [DBG] from='client.39911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:46:35.709380+0000 mgr.y (mgr.24491) 14740 : audit [DBG] from='client.39917 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:46:36.055545+0000 mon.a (mon.0) 3191 : audit [DBG] from='client.? 172.21.15.177:0/1244258918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:46:37.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:46:35.430252+0000 mgr.y (mgr.24491) 14739 : audit [DBG] from='client.39911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:37.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:46:35.709380+0000 mgr.y (mgr.24491) 14740 : audit [DBG] from='client.39917 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:37.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:46:36.055545+0000 mon.a (mon.0) 3191 : audit [DBG] from='client.? 172.21.15.177:0/1244258918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:46:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:46:35.430252+0000 mgr.y (mgr.24491) 14739 : audit [DBG] from='client.39911 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:46:35.709380+0000 mgr.y (mgr.24491) 14740 : audit [DBG] from='client.39917 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:46:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:46:36.055545+0000 mon.a (mon.0) 3191 : audit [DBG] from='client.? 172.21.15.177:0/1244258918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:46:38.029 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:46:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:36.939008+0000 mgr.y (mgr.24491) 14741 : cluster [DBG] pgmap v13023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:36.939008+0000 mgr.y (mgr.24491) 14741 : cluster [DBG] pgmap v13023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:36.939008+0000 mgr.y (mgr.24491) 14741 : cluster [DBG] pgmap v13023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:38.939375+0000 mgr.y (mgr.24491) 14742 : cluster [DBG] pgmap v13024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:38.939375+0000 mgr.y (mgr.24491) 14742 : cluster [DBG] pgmap v13024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:38.939375+0000 mgr.y (mgr.24491) 14742 : cluster [DBG] pgmap v13024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:46:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:40.940225+0000 mgr.y (mgr.24491) 14743 : cluster [DBG] pgmap v13025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:40.940225+0000 mgr.y (mgr.24491) 14743 : cluster [DBG] pgmap v13025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:40.940225+0000 mgr.y (mgr.24491) 14743 : cluster [DBG] pgmap v13025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:42.940812+0000 mgr.y (mgr.24491) 14744 : cluster [DBG] pgmap v13026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:42.940812+0000 mgr.y (mgr.24491) 14744 : cluster [DBG] pgmap v13026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:42.940812+0000 mgr.y (mgr.24491) 14744 : cluster [DBG] pgmap v13026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:44.941330+0000 mgr.y (mgr.24491) 14745 : cluster [DBG] pgmap v13027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:44.941330+0000 mgr.y (mgr.24491) 14745 : cluster [DBG] pgmap v13027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:44.941330+0000 mgr.y (mgr.24491) 14745 : cluster [DBG] pgmap v13027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:48.045 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:46:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:46.941929+0000 mgr.y (mgr.24491) 14746 : cluster [DBG] pgmap v13028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:46.941929+0000 mgr.y (mgr.24491) 14746 : cluster [DBG] pgmap v13028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:46.941929+0000 mgr.y (mgr.24491) 14746 : cluster [DBG] pgmap v13028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:48.942528+0000 mgr.y (mgr.24491) 14747 : cluster [DBG] pgmap v13029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:48.942528+0000 mgr.y (mgr.24491) 14747 : cluster [DBG] pgmap v13029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:48.942528+0000 mgr.y (mgr.24491) 14747 : cluster [DBG] pgmap v13029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:46:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:50.943304+0000 mgr.y (mgr.24491) 14748 : cluster [DBG] pgmap v13030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:50.943304+0000 mgr.y (mgr.24491) 14748 : cluster [DBG] pgmap v13030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:50.943304+0000 mgr.y (mgr.24491) 14748 : cluster [DBG] pgmap v13030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:54.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:52.943700+0000 mgr.y (mgr.24491) 14749 : cluster [DBG] pgmap v13031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:54.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:52.943700+0000 mgr.y (mgr.24491) 14749 : cluster [DBG] pgmap v13031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:52.943700+0000 mgr.y (mgr.24491) 14749 : cluster [DBG] pgmap v13031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:54.944515+0000 mgr.y (mgr.24491) 14750 : cluster [DBG] pgmap v13032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:54.944515+0000 mgr.y (mgr.24491) 14750 : cluster [DBG] pgmap v13032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:54.944515+0000 mgr.y (mgr.24491) 14750 : cluster [DBG] pgmap v13032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:58.066 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:46:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:46:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:56.945121+0000 mgr.y (mgr.24491) 14751 : cluster [DBG] pgmap v13033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:56.945121+0000 mgr.y (mgr.24491) 14751 : cluster [DBG] pgmap v13033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:46:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:46:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:56.945121+0000 mgr.y (mgr.24491) 14751 : cluster [DBG] pgmap v13033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:46:58.945621+0000 mgr.y (mgr.24491) 14752 : cluster [DBG] pgmap v13034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:00.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:46:58.945621+0000 mgr.y (mgr.24491) 14752 : cluster [DBG] pgmap v13034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:46:58.945621+0000 mgr.y (mgr.24491) 14752 : cluster [DBG] pgmap v13034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:47:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:00.946512+0000 mgr.y (mgr.24491) 14753 : cluster [DBG] pgmap v13035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:00.946512+0000 mgr.y (mgr.24491) 14753 : cluster [DBG] pgmap v13035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:00.946512+0000 mgr.y (mgr.24491) 14753 : cluster [DBG] pgmap v13035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:02.947073+0000 mgr.y (mgr.24491) 14754 : cluster [DBG] pgmap v13036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:02.947073+0000 mgr.y (mgr.24491) 14754 : cluster [DBG] pgmap v13036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:02.947073+0000 mgr.y (mgr.24491) 14754 : cluster [DBG] pgmap v13036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:06.369 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:47:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:04.947891+0000 mgr.y (mgr.24491) 14755 : cluster [DBG] pgmap v13037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:04.947891+0000 mgr.y (mgr.24491) 14755 : cluster [DBG] pgmap v13037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:04.947891+0000 mgr.y (mgr.24491) 14755 : cluster [DBG] pgmap v13037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:06.646 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:47:06.646 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:47:06.646 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:47:06.646 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:47:06.646 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:47:06.646 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:47:06.646 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:47:06.646 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 5m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:47:06.647 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:47:06.978 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:47:06.979 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:47:06.980 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:47:06.980 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:47:06.980 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:47:06.980 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:47:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:47:06.979176+0000 mon.c (mon.2) 468 : audit [DBG] from='client.? 172.21.15.177:0/3582836150' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:47:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:47:06.979176+0000 mon.c (mon.2) 468 : audit [DBG] from='client.? 172.21.15.177:0/3582836150' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:47:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:47:06.979176+0000 mon.c (mon.2) 468 : audit [DBG] from='client.? 172.21.15.177:0/3582836150' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:47:08.084 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:47:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:47:06.357606+0000 mgr.y (mgr.24491) 14756 : audit [DBG] from='client.39929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:47:06.639003+0000 mgr.y (mgr.24491) 14757 : audit [DBG] from='client.30024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:06.948280+0000 mgr.y (mgr.24491) 14758 : cluster [DBG] pgmap v13038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:08.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:47:06.357606+0000 mgr.y (mgr.24491) 14756 : audit [DBG] from='client.39929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:08.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:47:06.639003+0000 mgr.y (mgr.24491) 14757 : audit [DBG] from='client.30024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:08.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:06.948280+0000 mgr.y (mgr.24491) 14758 : cluster [DBG] pgmap v13038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:47:06.357606+0000 mgr.y (mgr.24491) 14756 : audit [DBG] from='client.39929 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:47:06.639003+0000 mgr.y (mgr.24491) 14757 : audit [DBG] from='client.30024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:06.948280+0000 mgr.y (mgr.24491) 14758 : cluster [DBG] pgmap v13038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:08.948794+0000 mgr.y (mgr.24491) 14759 : cluster [DBG] pgmap v13039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:08.948794+0000 mgr.y (mgr.24491) 14759 : cluster [DBG] pgmap v13039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:08.948794+0000 mgr.y (mgr.24491) 14759 : cluster [DBG] pgmap v13039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:47:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:10.949466+0000 mgr.y (mgr.24491) 14760 : cluster [DBG] pgmap v13040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:10.949466+0000 mgr.y (mgr.24491) 14760 : cluster [DBG] pgmap v13040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:10.949466+0000 mgr.y (mgr.24491) 14760 : cluster [DBG] pgmap v13040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:12.950065+0000 mgr.y (mgr.24491) 14761 : cluster [DBG] pgmap v13041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:12.950065+0000 mgr.y (mgr.24491) 14761 : cluster [DBG] pgmap v13041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:12.950065+0000 mgr.y (mgr.24491) 14761 : cluster [DBG] pgmap v13041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:14.950680+0000 mgr.y (mgr.24491) 14762 : cluster [DBG] pgmap v13042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:14.950680+0000 mgr.y (mgr.24491) 14762 : cluster [DBG] pgmap v13042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:14.950680+0000 mgr.y (mgr.24491) 14762 : cluster [DBG] pgmap v13042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:18.103 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:47:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:16.951238+0000 mgr.y (mgr.24491) 14763 : cluster [DBG] pgmap v13043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:16.951238+0000 mgr.y (mgr.24491) 14763 : cluster [DBG] pgmap v13043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:16.951238+0000 mgr.y (mgr.24491) 14763 : cluster [DBG] pgmap v13043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:18.951673+0000 mgr.y (mgr.24491) 14764 : cluster [DBG] pgmap v13044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:18.951673+0000 mgr.y (mgr.24491) 14764 : cluster [DBG] pgmap v13044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:18.951673+0000 mgr.y (mgr.24491) 14764 : cluster [DBG] pgmap v13044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:47:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:20.952449+0000 mgr.y (mgr.24491) 14765 : cluster [DBG] pgmap v13045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:20.952449+0000 mgr.y (mgr.24491) 14765 : cluster [DBG] pgmap v13045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:20.952449+0000 mgr.y (mgr.24491) 14765 : cluster [DBG] pgmap v13045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:22.952867+0000 mgr.y (mgr.24491) 14766 : cluster [DBG] pgmap v13046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:22.952867+0000 mgr.y (mgr.24491) 14766 : cluster [DBG] pgmap v13046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:22.952867+0000 mgr.y (mgr.24491) 14766 : cluster [DBG] pgmap v13046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:24.953518+0000 mgr.y (mgr.24491) 14767 : cluster [DBG] pgmap v13047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:24.953518+0000 mgr.y (mgr.24491) 14767 : cluster [DBG] pgmap v13047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:24.953518+0000 mgr.y (mgr.24491) 14767 : cluster [DBG] pgmap v13047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:28.126 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:47:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:26.953919+0000 mgr.y (mgr.24491) 14768 : cluster [DBG] pgmap v13048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:47:27.323551+0000 mon.a (mon.0) 3192 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:47:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:47:27.614062+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:47:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:47:27.614646+0000 mon.a (mon.0) 3194 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:47:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:47:27.621060+0000 mon.a (mon.0) 3195 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:47:28.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:26.953919+0000 mgr.y (mgr.24491) 14768 : cluster [DBG] pgmap v13048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:28.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:47:27.323551+0000 mon.a (mon.0) 3192 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:47:28.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:47:27.614062+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:47:28.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:47:27.614646+0000 mon.a (mon.0) 3194 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:47:28.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:47:27.621060+0000 mon.a (mon.0) 3195 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:47:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:26.953919+0000 mgr.y (mgr.24491) 14768 : cluster [DBG] pgmap v13048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:47:27.323551+0000 mon.a (mon.0) 3192 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:47:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:47:27.614062+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:47:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:47:27.614646+0000 mon.a (mon.0) 3194 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:47:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:47:27.621060+0000 mon.a (mon.0) 3195 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:47:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:28.954284+0000 mgr.y (mgr.24491) 14769 : cluster [DBG] pgmap v13049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:30.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:28.954284+0000 mgr.y (mgr.24491) 14769 : cluster [DBG] pgmap v13049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:28.954284+0000 mgr.y (mgr.24491) 14769 : cluster [DBG] pgmap v13049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:47:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:30.954955+0000 mgr.y (mgr.24491) 14770 : cluster [DBG] pgmap v13050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:30.954955+0000 mgr.y (mgr.24491) 14770 : cluster [DBG] pgmap v13050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:30.954955+0000 mgr.y (mgr.24491) 14770 : cluster [DBG] pgmap v13050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:32.955335+0000 mgr.y (mgr.24491) 14771 : cluster [DBG] pgmap v13051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:32.955335+0000 mgr.y (mgr.24491) 14771 : cluster [DBG] pgmap v13051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:32.955335+0000 mgr.y (mgr.24491) 14771 : cluster [DBG] pgmap v13051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:34.956161+0000 mgr.y (mgr.24491) 14772 : cluster [DBG] pgmap v13052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:34.956161+0000 mgr.y (mgr.24491) 14772 : cluster [DBG] pgmap v13052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:34.956161+0000 mgr.y (mgr.24491) 14772 : cluster [DBG] pgmap v13052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:37.294 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:47:37.568 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:47:37.568 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 6m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 6m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:47:37.569 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:47:37.570 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:47:37.570 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:47:37.570 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:47:37.570 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:47:37.570 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:47:37.570 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:47:37.903 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:47:37.904 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:47:37.904 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:47:37.904 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:47:37.904 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:47:37.904 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:47:37.904 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:47:37.905 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:47:37.905 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:47:37.905 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:47:37.905 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:47:37.905 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:47:37.905 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:47:37.906 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:47:37.906 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:47:37.906 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:47:37.906 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:47:38.142 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:47:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:36.956686+0000 mgr.y (mgr.24491) 14773 : cluster [DBG] pgmap v13053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:47:37.903906+0000 mon.a (mon.0) 3196 : audit [DBG] from='client.? 172.21.15.177:0/1975791863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:47:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:36.956686+0000 mgr.y (mgr.24491) 14773 : cluster [DBG] pgmap v13053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:47:37.903906+0000 mon.a (mon.0) 3196 : audit [DBG] from='client.? 172.21.15.177:0/1975791863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:47:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:36.956686+0000 mgr.y (mgr.24491) 14773 : cluster [DBG] pgmap v13053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:47:37.903906+0000 mon.a (mon.0) 3196 : audit [DBG] from='client.? 172.21.15.177:0/1975791863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:47:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:47:37.282902+0000 mgr.y (mgr.24491) 14774 : audit [DBG] from='client.30036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:47:37.561696+0000 mgr.y (mgr.24491) 14775 : audit [DBG] from='client.30042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:39.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:47:37.282902+0000 mgr.y (mgr.24491) 14774 : audit [DBG] from='client.30036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:39.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:47:37.561696+0000 mgr.y (mgr.24491) 14775 : audit [DBG] from='client.30042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:47:37.282902+0000 mgr.y (mgr.24491) 14774 : audit [DBG] from='client.30036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:47:37.561696+0000 mgr.y (mgr.24491) 14775 : audit [DBG] from='client.30042 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:47:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:38.957131+0000 mgr.y (mgr.24491) 14776 : cluster [DBG] pgmap v13054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:38.957131+0000 mgr.y (mgr.24491) 14776 : cluster [DBG] pgmap v13054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:38.957131+0000 mgr.y (mgr.24491) 14776 : cluster [DBG] pgmap v13054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:40.957805+0000 mgr.y (mgr.24491) 14777 : cluster [DBG] pgmap v13055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:41.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:47:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:40.957805+0000 mgr.y (mgr.24491) 14777 : cluster [DBG] pgmap v13055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:40.957805+0000 mgr.y (mgr.24491) 14777 : cluster [DBG] pgmap v13055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:42.958295+0000 mgr.y (mgr.24491) 14778 : cluster [DBG] pgmap v13056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:42.958295+0000 mgr.y (mgr.24491) 14778 : cluster [DBG] pgmap v13056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:42.958295+0000 mgr.y (mgr.24491) 14778 : cluster [DBG] pgmap v13056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:46.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:44.959237+0000 mgr.y (mgr.24491) 14779 : cluster [DBG] pgmap v13057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:46.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:44.959237+0000 mgr.y (mgr.24491) 14779 : cluster [DBG] pgmap v13057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:44.959237+0000 mgr.y (mgr.24491) 14779 : cluster [DBG] pgmap v13057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:48.018 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:47:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:46.959660+0000 mgr.y (mgr.24491) 14780 : cluster [DBG] pgmap v13058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:46.959660+0000 mgr.y (mgr.24491) 14780 : cluster [DBG] pgmap v13058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:46.959660+0000 mgr.y (mgr.24491) 14780 : cluster [DBG] pgmap v13058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:48.960064+0000 mgr.y (mgr.24491) 14781 : cluster [DBG] pgmap v13059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:48.960064+0000 mgr.y (mgr.24491) 14781 : cluster [DBG] pgmap v13059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:48.960064+0000 mgr.y (mgr.24491) 14781 : cluster [DBG] pgmap v13059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:47:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:50.960704+0000 mgr.y (mgr.24491) 14782 : cluster [DBG] pgmap v13060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:50.960704+0000 mgr.y (mgr.24491) 14782 : cluster [DBG] pgmap v13060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:50.960704+0000 mgr.y (mgr.24491) 14782 : cluster [DBG] pgmap v13060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:52.961204+0000 mgr.y (mgr.24491) 14783 : cluster [DBG] pgmap v13061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:54.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:52.961204+0000 mgr.y (mgr.24491) 14783 : cluster [DBG] pgmap v13061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:52.961204+0000 mgr.y (mgr.24491) 14783 : cluster [DBG] pgmap v13061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:54.961971+0000 mgr.y (mgr.24491) 14784 : cluster [DBG] pgmap v13062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:54.961971+0000 mgr.y (mgr.24491) 14784 : cluster [DBG] pgmap v13062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:54.961971+0000 mgr.y (mgr.24491) 14784 : cluster [DBG] pgmap v13062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:58.038 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:47:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T10:47:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:56.962493+0000 mgr.y (mgr.24491) 14785 : cluster [DBG] pgmap v13063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:56.962493+0000 mgr.y (mgr.24491) 14785 : cluster [DBG] pgmap v13063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:47:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:47:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:56.962493+0000 mgr.y (mgr.24491) 14785 : cluster [DBG] pgmap v13063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:47:58.962887+0000 mgr.y (mgr.24491) 14786 : cluster [DBG] pgmap v13064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:47:58.962887+0000 mgr.y (mgr.24491) 14786 : cluster [DBG] pgmap v13064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:47:58.962887+0000 mgr.y (mgr.24491) 14786 : cluster [DBG] pgmap v13064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:48:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:00.963748+0000 mgr.y (mgr.24491) 14787 : cluster [DBG] pgmap v13065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:02.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:00.963748+0000 mgr.y (mgr.24491) 14787 : cluster [DBG] pgmap v13065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:00.963748+0000 mgr.y (mgr.24491) 14787 : cluster [DBG] pgmap v13065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:02.964208+0000 mgr.y (mgr.24491) 14788 : cluster [DBG] pgmap v13066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:02.964208+0000 mgr.y (mgr.24491) 14788 : cluster [DBG] pgmap v13066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:02.964208+0000 mgr.y (mgr.24491) 14788 : cluster [DBG] pgmap v13066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:04.964838+0000 mgr.y (mgr.24491) 14789 : cluster [DBG] pgmap v13067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:04.964838+0000 mgr.y (mgr.24491) 14789 : cluster [DBG] pgmap v13067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:04.964838+0000 mgr.y (mgr.24491) 14789 : cluster [DBG] pgmap v13067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:08.054 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:48:08.212 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:48:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:06.965196+0000 mgr.y (mgr.24491) 14790 : cluster [DBG] pgmap v13068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:06.965196+0000 mgr.y (mgr.24491) 14790 : cluster [DBG] pgmap v13068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:08.486 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:48:08.486 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:48:08.486 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 6m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 6m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:48:08.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:48:08.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:48:08.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:48:08.488 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:48:08.488 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:48:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:06.965196+0000 mgr.y (mgr.24491) 14790 : cluster [DBG] pgmap v13068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:08.818 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:48:08.818 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:48:08.818 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:48:08.818 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:48:08.818 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:48:08.818 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:48:08.818 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:48:08.818 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:48:08.818 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:48:08.818 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:48:08.818 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:48:08.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:48:08.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:48:08.819 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:48:08.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:48:08.819 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:48:08.819 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:48:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:48:08.818531+0000 mon.c (mon.2) 469 : audit [DBG] from='client.? 172.21.15.177:0/757124406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:48:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:48:08.818531+0000 mon.c (mon.2) 469 : audit [DBG] from='client.? 172.21.15.177:0/757124406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:48:09.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:48:08.818531+0000 mon.c (mon.2) 469 : audit [DBG] from='client.? 172.21.15.177:0/757124406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:48:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:48:08.200618+0000 mgr.y (mgr.24491) 14791 : audit [DBG] from='client.30054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:48:08.479560+0000 mgr.y (mgr.24491) 14792 : audit [DBG] from='client.30060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:08.965665+0000 mgr.y (mgr.24491) 14793 : cluster [DBG] pgmap v13069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:10.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:48:08.200618+0000 mgr.y (mgr.24491) 14791 : audit [DBG] from='client.30054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:10.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:48:08.479560+0000 mgr.y (mgr.24491) 14792 : audit [DBG] from='client.30060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:10.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:08.965665+0000 mgr.y (mgr.24491) 14793 : cluster [DBG] pgmap v13069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:48:08.200618+0000 mgr.y (mgr.24491) 14791 : audit [DBG] from='client.30054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:48:08.479560+0000 mgr.y (mgr.24491) 14792 : audit [DBG] from='client.30060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:08.965665+0000 mgr.y (mgr.24491) 14793 : cluster [DBG] pgmap v13069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:48:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:10.966324+0000 mgr.y (mgr.24491) 14794 : cluster [DBG] pgmap v13070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:10.966324+0000 mgr.y (mgr.24491) 14794 : cluster [DBG] pgmap v13070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:10.966324+0000 mgr.y (mgr.24491) 14794 : cluster [DBG] pgmap v13070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:12.966813+0000 mgr.y (mgr.24491) 14795 : cluster [DBG] pgmap v13071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:12.966813+0000 mgr.y (mgr.24491) 14795 : cluster [DBG] pgmap v13071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:12.966813+0000 mgr.y (mgr.24491) 14795 : cluster [DBG] pgmap v13071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:14.967502+0000 mgr.y (mgr.24491) 14796 : cluster [DBG] pgmap v13072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:16.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:14.967502+0000 mgr.y (mgr.24491) 14796 : cluster [DBG] pgmap v13072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:14.967502+0000 mgr.y (mgr.24491) 14796 : cluster [DBG] pgmap v13072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:18.072 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:48:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:16.967921+0000 mgr.y (mgr.24491) 14797 : cluster [DBG] pgmap v13073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:16.967921+0000 mgr.y (mgr.24491) 14797 : cluster [DBG] pgmap v13073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:16.967921+0000 mgr.y (mgr.24491) 14797 : cluster [DBG] pgmap v13073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:18.968393+0000 mgr.y (mgr.24491) 14798 : cluster [DBG] pgmap v13074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:18.968393+0000 mgr.y (mgr.24491) 14798 : cluster [DBG] pgmap v13074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:18.968393+0000 mgr.y (mgr.24491) 14798 : cluster [DBG] pgmap v13074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:48:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:20.969136+0000 mgr.y (mgr.24491) 14799 : cluster [DBG] pgmap v13075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:20.969136+0000 mgr.y (mgr.24491) 14799 : cluster [DBG] pgmap v13075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:20.969136+0000 mgr.y (mgr.24491) 14799 : cluster [DBG] pgmap v13075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:22.969751+0000 mgr.y (mgr.24491) 14800 : cluster [DBG] pgmap v13076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:22.969751+0000 mgr.y (mgr.24491) 14800 : cluster [DBG] pgmap v13076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:22.969751+0000 mgr.y (mgr.24491) 14800 : cluster [DBG] pgmap v13076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:24.970379+0000 mgr.y (mgr.24491) 14801 : cluster [DBG] pgmap v13077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:24.970379+0000 mgr.y (mgr.24491) 14801 : cluster [DBG] pgmap v13077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:24.970379+0000 mgr.y (mgr.24491) 14801 : cluster [DBG] pgmap v13077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:28.088 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:48:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:26.970782+0000 mgr.y (mgr.24491) 14802 : cluster [DBG] pgmap v13078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:48:27.625495+0000 mon.a (mon.0) 3197 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:48:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:48:27.917791+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:48:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:48:27.918411+0000 mon.a (mon.0) 3199 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:48:28.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:48:27.923543+0000 mon.a (mon.0) 3200 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:48:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:26.970782+0000 mgr.y (mgr.24491) 14802 : cluster [DBG] pgmap v13078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:48:27.625495+0000 mon.a (mon.0) 3197 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:48:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:48:27.917791+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:48:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:48:27.918411+0000 mon.a (mon.0) 3199 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:48:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:48:27.923543+0000 mon.a (mon.0) 3200 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:48:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:26.970782+0000 mgr.y (mgr.24491) 14802 : cluster [DBG] pgmap v13078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:48:27.625495+0000 mon.a (mon.0) 3197 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:48:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:48:27.917791+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:48:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:48:27.918411+0000 mon.a (mon.0) 3199 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:48:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:48:27.923543+0000 mon.a (mon.0) 3200 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:48:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:28.971170+0000 mgr.y (mgr.24491) 14803 : cluster [DBG] pgmap v13079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:28.971170+0000 mgr.y (mgr.24491) 14803 : cluster [DBG] pgmap v13079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:28.971170+0000 mgr.y (mgr.24491) 14803 : cluster [DBG] pgmap v13079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:48:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:30.972007+0000 mgr.y (mgr.24491) 14804 : cluster [DBG] pgmap v13080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:30.972007+0000 mgr.y (mgr.24491) 14804 : cluster [DBG] pgmap v13080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:30.972007+0000 mgr.y (mgr.24491) 14804 : cluster [DBG] pgmap v13080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:32.972401+0000 mgr.y (mgr.24491) 14805 : cluster [DBG] pgmap v13081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:32.972401+0000 mgr.y (mgr.24491) 14805 : cluster [DBG] pgmap v13081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:32.972401+0000 mgr.y (mgr.24491) 14805 : cluster [DBG] pgmap v13081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:34.973073+0000 mgr.y (mgr.24491) 14806 : cluster [DBG] pgmap v13082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:34.973073+0000 mgr.y (mgr.24491) 14806 : cluster [DBG] pgmap v13082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:34.973073+0000 mgr.y (mgr.24491) 14806 : cluster [DBG] pgmap v13082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:38.106 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:48:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:36.973537+0000 mgr.y (mgr.24491) 14807 : cluster [DBG] pgmap v13083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:36.973537+0000 mgr.y (mgr.24491) 14807 : cluster [DBG] pgmap v13083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:36.973537+0000 mgr.y (mgr.24491) 14807 : cluster [DBG] pgmap v13083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:39.129 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:48:39.404 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:48:39.404 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:48:39.404 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:48:39.404 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:48:39.404 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:48:39.404 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 7m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:48:39.404 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 7m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 7m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 7m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:48:39.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:48:39.406 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:48:39.736 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:48:39.736 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:48:39.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:48:39.736 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:48:39.736 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:48:39.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:48:39.736 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:48:39.736 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:48:39.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:48:39.736 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:48:39.737 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:48:39.737 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:48:39.737 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:48:39.737 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:48:39.737 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:48:39.737 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:48:39.737 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:48:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:38.973969+0000 mgr.y (mgr.24491) 14808 : cluster [DBG] pgmap v13084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:48:39.117377+0000 mgr.y (mgr.24491) 14809 : audit [DBG] from='client.39983 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:48:39.736577+0000 mon.c (mon.2) 470 : audit [DBG] from='client.? 172.21.15.177:0/3022642592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:48:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:38.973969+0000 mgr.y (mgr.24491) 14808 : cluster [DBG] pgmap v13084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:48:39.117377+0000 mgr.y (mgr.24491) 14809 : audit [DBG] from='client.39983 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:40.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:48:39.736577+0000 mon.c (mon.2) 470 : audit [DBG] from='client.? 172.21.15.177:0/3022642592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:48:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:38.973969+0000 mgr.y (mgr.24491) 14808 : cluster [DBG] pgmap v13084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:48:39.117377+0000 mgr.y (mgr.24491) 14809 : audit [DBG] from='client.39983 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:48:39.736577+0000 mon.c (mon.2) 470 : audit [DBG] from='client.? 172.21.15.177:0/3022642592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:48:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:48:39.397267+0000 mgr.y (mgr.24491) 14810 : audit [DBG] from='client.39989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:48:39.397267+0000 mgr.y (mgr.24491) 14810 : audit [DBG] from='client.39989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:48:39.397267+0000 mgr.y (mgr.24491) 14810 : audit [DBG] from='client.39989 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:48:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:48:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:40.974800+0000 mgr.y (mgr.24491) 14811 : cluster [DBG] pgmap v13085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:40.974800+0000 mgr.y (mgr.24491) 14811 : cluster [DBG] pgmap v13085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:40.974800+0000 mgr.y (mgr.24491) 14811 : cluster [DBG] pgmap v13085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:42.975258+0000 mgr.y (mgr.24491) 14812 : cluster [DBG] pgmap v13086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:42.975258+0000 mgr.y (mgr.24491) 14812 : cluster [DBG] pgmap v13086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:42.975258+0000 mgr.y (mgr.24491) 14812 : cluster [DBG] pgmap v13086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:44.975892+0000 mgr.y (mgr.24491) 14813 : cluster [DBG] pgmap v13087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:44.975892+0000 mgr.y (mgr.24491) 14813 : cluster [DBG] pgmap v13087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:44.975892+0000 mgr.y (mgr.24491) 14813 : cluster [DBG] pgmap v13087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:48.129 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:48:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:46.976444+0000 mgr.y (mgr.24491) 14814 : cluster [DBG] pgmap v13088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:46.976444+0000 mgr.y (mgr.24491) 14814 : cluster [DBG] pgmap v13088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:46.976444+0000 mgr.y (mgr.24491) 14814 : cluster [DBG] pgmap v13088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:48.976850+0000 mgr.y (mgr.24491) 14815 : cluster [DBG] pgmap v13089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:48.976850+0000 mgr.y (mgr.24491) 14815 : cluster [DBG] pgmap v13089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:48.976850+0000 mgr.y (mgr.24491) 14815 : cluster [DBG] pgmap v13089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:48:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:50.977727+0000 mgr.y (mgr.24491) 14816 : cluster [DBG] pgmap v13090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:52.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:50.977727+0000 mgr.y (mgr.24491) 14816 : cluster [DBG] pgmap v13090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:50.977727+0000 mgr.y (mgr.24491) 14816 : cluster [DBG] pgmap v13090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:52.978234+0000 mgr.y (mgr.24491) 14817 : cluster [DBG] pgmap v13091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:52.978234+0000 mgr.y (mgr.24491) 14817 : cluster [DBG] pgmap v13091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:52.978234+0000 mgr.y (mgr.24491) 14817 : cluster [DBG] pgmap v13091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:54.978854+0000 mgr.y (mgr.24491) 14818 : cluster [DBG] pgmap v13092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:54.978854+0000 mgr.y (mgr.24491) 14818 : cluster [DBG] pgmap v13092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:54.978854+0000 mgr.y (mgr.24491) 14818 : cluster [DBG] pgmap v13092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:58.146 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:48:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:48:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:56.979429+0000 mgr.y (mgr.24491) 14819 : cluster [DBG] pgmap v13093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:56.979429+0000 mgr.y (mgr.24491) 14819 : cluster [DBG] pgmap v13093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:48:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:48:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:56.979429+0000 mgr.y (mgr.24491) 14819 : cluster [DBG] pgmap v13093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:48:58.979856+0000 mgr.y (mgr.24491) 14820 : cluster [DBG] pgmap v13094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:48:58.979856+0000 mgr.y (mgr.24491) 14820 : cluster [DBG] pgmap v13094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:48:58.979856+0000 mgr.y (mgr.24491) 14820 : cluster [DBG] pgmap v13094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:49:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:00.980660+0000 mgr.y (mgr.24491) 14821 : cluster [DBG] pgmap v13095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:00.980660+0000 mgr.y (mgr.24491) 14821 : cluster [DBG] pgmap v13095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:00.980660+0000 mgr.y (mgr.24491) 14821 : cluster [DBG] pgmap v13095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:02.981068+0000 mgr.y (mgr.24491) 14822 : cluster [DBG] pgmap v13096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:02.981068+0000 mgr.y (mgr.24491) 14822 : cluster [DBG] pgmap v13096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:02.981068+0000 mgr.y (mgr.24491) 14822 : cluster [DBG] pgmap v13096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:04.981900+0000 mgr.y (mgr.24491) 14823 : cluster [DBG] pgmap v13097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:04.981900+0000 mgr.y (mgr.24491) 14823 : cluster [DBG] pgmap v13097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:04.981900+0000 mgr.y (mgr.24491) 14823 : cluster [DBG] pgmap v13097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:49:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:06.982320+0000 mgr.y (mgr.24491) 14824 : cluster [DBG] pgmap v13098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:06.982320+0000 mgr.y (mgr.24491) 14824 : cluster [DBG] pgmap v13098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:08.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:06.982320+0000 mgr.y (mgr.24491) 14824 : cluster [DBG] pgmap v13098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:09.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:08.982839+0000 mgr.y (mgr.24491) 14825 : cluster [DBG] pgmap v13099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:08.982839+0000 mgr.y (mgr.24491) 14825 : cluster [DBG] pgmap v13099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:08.982839+0000 mgr.y (mgr.24491) 14825 : cluster [DBG] pgmap v13099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:10.049 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:49:10.326 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:49:10.326 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:49:10.326 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 7m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 7m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 7m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 7m ago 7h 46.0M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.1M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:49:10.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:49:10.328 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:49:10.328 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:49:10.328 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:49:10.328 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:49:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:10.037490+0000 mgr.y (mgr.24491) 14826 : audit [DBG] from='client.30090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:10.037490+0000 mgr.y (mgr.24491) 14826 : audit [DBG] from='client.30090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:10.037490+0000 mgr.y (mgr.24491) 14826 : audit [DBG] from='client.30090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:10.658 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:49:10.658 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:49:10.658 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:49:10.659 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:49:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:49:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:10.319029+0000 mgr.y (mgr.24491) 14827 : audit [DBG] from='client.30096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:10.659442+0000 mon.c (mon.2) 471 : audit [DBG] from='client.? 172.21.15.177:0/371670761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:49:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:10.983400+0000 mgr.y (mgr.24491) 14828 : cluster [DBG] pgmap v13100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:11.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:10.319029+0000 mgr.y (mgr.24491) 14827 : audit [DBG] from='client.30096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:11.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:10.659442+0000 mon.c (mon.2) 471 : audit [DBG] from='client.? 172.21.15.177:0/371670761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:49:11.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:10.983400+0000 mgr.y (mgr.24491) 14828 : cluster [DBG] pgmap v13100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:11.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:10.319029+0000 mgr.y (mgr.24491) 14827 : audit [DBG] from='client.30096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:11.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:10.659442+0000 mon.c (mon.2) 471 : audit [DBG] from='client.? 172.21.15.177:0/371670761' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:49:11.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:10.983400+0000 mgr.y (mgr.24491) 14828 : cluster [DBG] pgmap v13100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:12.983827+0000 mgr.y (mgr.24491) 14829 : cluster [DBG] pgmap v13101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:12.983827+0000 mgr.y (mgr.24491) 14829 : cluster [DBG] pgmap v13101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:12.983827+0000 mgr.y (mgr.24491) 14829 : cluster [DBG] pgmap v13101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:14.984640+0000 mgr.y (mgr.24491) 14830 : cluster [DBG] pgmap v13102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:16.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:14.984640+0000 mgr.y (mgr.24491) 14830 : cluster [DBG] pgmap v13102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:14.984640+0000 mgr.y (mgr.24491) 14830 : cluster [DBG] pgmap v13102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:18.044 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:49:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:16.985156+0000 mgr.y (mgr.24491) 14831 : cluster [DBG] pgmap v13103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:16.985156+0000 mgr.y (mgr.24491) 14831 : cluster [DBG] pgmap v13103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:16.985156+0000 mgr.y (mgr.24491) 14831 : cluster [DBG] pgmap v13103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:18.985526+0000 mgr.y (mgr.24491) 14832 : cluster [DBG] pgmap v13104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:20.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:18.985526+0000 mgr.y (mgr.24491) 14832 : cluster [DBG] pgmap v13104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:18.985526+0000 mgr.y (mgr.24491) 14832 : cluster [DBG] pgmap v13104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:49:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:20.986218+0000 mgr.y (mgr.24491) 14833 : cluster [DBG] pgmap v13105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:20.986218+0000 mgr.y (mgr.24491) 14833 : cluster [DBG] pgmap v13105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:20.986218+0000 mgr.y (mgr.24491) 14833 : cluster [DBG] pgmap v13105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:22.986623+0000 mgr.y (mgr.24491) 14834 : cluster [DBG] pgmap v13106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:22.986623+0000 mgr.y (mgr.24491) 14834 : cluster [DBG] pgmap v13106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:22.986623+0000 mgr.y (mgr.24491) 14834 : cluster [DBG] pgmap v13106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:24.987376+0000 mgr.y (mgr.24491) 14835 : cluster [DBG] pgmap v13107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:24.987376+0000 mgr.y (mgr.24491) 14835 : cluster [DBG] pgmap v13107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:24.987376+0000 mgr.y (mgr.24491) 14835 : cluster [DBG] pgmap v13107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:28.062 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:49:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:26.987929+0000 mgr.y (mgr.24491) 14836 : cluster [DBG] pgmap v13108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:27.927705+0000 mon.a (mon.0) 3201 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:49:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:26.987929+0000 mgr.y (mgr.24491) 14836 : cluster [DBG] pgmap v13108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:27.927705+0000 mon.a (mon.0) 3201 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:49:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:26.987929+0000 mgr.y (mgr.24491) 14836 : cluster [DBG] pgmap v13108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:27.927705+0000 mon.a (mon.0) 3201 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:49:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:28.220343+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:28.220950+0000 mon.a (mon.0) 3203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:28.221459+0000 mon.a (mon.0) 3204 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:28.221944+0000 mon.a (mon.0) 3205 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:28.226327+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:28.227793+0000 mon.a (mon.0) 3207 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:28.228353+0000 mon.a (mon.0) 3208 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:28.232151+0000 mon.a (mon.0) 3209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:28.220343+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:28.220950+0000 mon.a (mon.0) 3203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:28.221459+0000 mon.a (mon.0) 3204 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:28.221944+0000 mon.a (mon.0) 3205 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:28.226327+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:28.227793+0000 mon.a (mon.0) 3207 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:28.228353+0000 mon.a (mon.0) 3208 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:49:29.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:28.232151+0000 mon.a (mon.0) 3209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:49:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:28.220343+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:28.220950+0000 mon.a (mon.0) 3203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:28.221459+0000 mon.a (mon.0) 3204 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:28.221944+0000 mon.a (mon.0) 3205 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T10:49:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:28.226327+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:49:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:28.227793+0000 mon.a (mon.0) 3207 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:49:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:28.228353+0000 mon.a (mon.0) 3208 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:49:29.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:28.232151+0000 mon.a (mon.0) 3209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:49:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T10:49:28.222336+0000 mgr.y (mgr.24491) 14837 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2474M 2024-04-20T10:49:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:28.988413+0000 mgr.y (mgr.24491) 14838 : cluster [DBG] pgmap v13109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:30.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T10:49:28.222336+0000 mgr.y (mgr.24491) 14837 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2474M 2024-04-20T10:49:30.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:28.988413+0000 mgr.y (mgr.24491) 14838 : cluster [DBG] pgmap v13109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T10:49:28.222336+0000 mgr.y (mgr.24491) 14837 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2474M 2024-04-20T10:49:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:28.988413+0000 mgr.y (mgr.24491) 14838 : cluster [DBG] pgmap v13109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:49:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:30.989054+0000 mgr.y (mgr.24491) 14839 : cluster [DBG] pgmap v13110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:30.989054+0000 mgr.y (mgr.24491) 14839 : cluster [DBG] pgmap v13110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:30.989054+0000 mgr.y (mgr.24491) 14839 : cluster [DBG] pgmap v13110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:32.989542+0000 mgr.y (mgr.24491) 14840 : cluster [DBG] pgmap v13111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:34.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:32.989542+0000 mgr.y (mgr.24491) 14840 : cluster [DBG] pgmap v13111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:32.989542+0000 mgr.y (mgr.24491) 14840 : cluster [DBG] pgmap v13111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:36.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:34.990361+0000 mgr.y (mgr.24491) 14841 : cluster [DBG] pgmap v13112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:36.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:34.990361+0000 mgr.y (mgr.24491) 14841 : cluster [DBG] pgmap v13112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:34.990361+0000 mgr.y (mgr.24491) 14841 : cluster [DBG] pgmap v13112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:38.081 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:37] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:49:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:36.990761+0000 mgr.y (mgr.24491) 14842 : cluster [DBG] pgmap v13113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:36.990761+0000 mgr.y (mgr.24491) 14842 : cluster [DBG] pgmap v13113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:36.990761+0000 mgr.y (mgr.24491) 14842 : cluster [DBG] pgmap v13113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:38.991326+0000 mgr.y (mgr.24491) 14843 : cluster [DBG] pgmap v13114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:38.991326+0000 mgr.y (mgr.24491) 14843 : cluster [DBG] pgmap v13114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:38.991326+0000 mgr.y (mgr.24491) 14843 : cluster [DBG] pgmap v13114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:40.969 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:49:41.244 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 8m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 8m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 8m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 8m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:49:41.245 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 8m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:49:41.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 8m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:49:41.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 8m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:49:41.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 8m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:49:41.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 8m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:49:41.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:49:41.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:49:41.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:49:41.246 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:49:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:49:41.577 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:49:41.577 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:49:41.577 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:49:41.578 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:49:41.579 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:49:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:40.957185+0000 mgr.y (mgr.24491) 14844 : audit [DBG] from='client.40019 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:40.991916+0000 mgr.y (mgr.24491) 14845 : cluster [DBG] pgmap v13115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:41.578013+0000 mon.c (mon.2) 472 : audit [DBG] from='client.? 172.21.15.177:0/3091138224' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:49:42.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:40.957185+0000 mgr.y (mgr.24491) 14844 : audit [DBG] from='client.40019 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:42.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:40.991916+0000 mgr.y (mgr.24491) 14845 : cluster [DBG] pgmap v13115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:42.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:41.578013+0000 mon.c (mon.2) 472 : audit [DBG] from='client.? 172.21.15.177:0/3091138224' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:49:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:40.957185+0000 mgr.y (mgr.24491) 14844 : audit [DBG] from='client.40019 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:40.991916+0000 mgr.y (mgr.24491) 14845 : cluster [DBG] pgmap v13115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:41.578013+0000 mon.c (mon.2) 472 : audit [DBG] from='client.? 172.21.15.177:0/3091138224' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:49:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:49:41.237545+0000 mgr.y (mgr.24491) 14846 : audit [DBG] from='client.30114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:49:41.237545+0000 mgr.y (mgr.24491) 14846 : audit [DBG] from='client.30114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:49:41.237545+0000 mgr.y (mgr.24491) 14846 : audit [DBG] from='client.30114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:49:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:42.992451+0000 mgr.y (mgr.24491) 14847 : cluster [DBG] pgmap v13116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:42.992451+0000 mgr.y (mgr.24491) 14847 : cluster [DBG] pgmap v13116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:42.992451+0000 mgr.y (mgr.24491) 14847 : cluster [DBG] pgmap v13116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:44.993306+0000 mgr.y (mgr.24491) 14848 : cluster [DBG] pgmap v13117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:44.993306+0000 mgr.y (mgr.24491) 14848 : cluster [DBG] pgmap v13117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:44.993306+0000 mgr.y (mgr.24491) 14848 : cluster [DBG] pgmap v13117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:48.100 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:49:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:46.993822+0000 mgr.y (mgr.24491) 14849 : cluster [DBG] pgmap v13118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:46.993822+0000 mgr.y (mgr.24491) 14849 : cluster [DBG] pgmap v13118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:46.993822+0000 mgr.y (mgr.24491) 14849 : cluster [DBG] pgmap v13118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:48.994368+0000 mgr.y (mgr.24491) 14850 : cluster [DBG] pgmap v13119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:48.994368+0000 mgr.y (mgr.24491) 14850 : cluster [DBG] pgmap v13119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:48.994368+0000 mgr.y (mgr.24491) 14850 : cluster [DBG] pgmap v13119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:49:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:50.995199+0000 mgr.y (mgr.24491) 14851 : cluster [DBG] pgmap v13120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:50.995199+0000 mgr.y (mgr.24491) 14851 : cluster [DBG] pgmap v13120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:50.995199+0000 mgr.y (mgr.24491) 14851 : cluster [DBG] pgmap v13120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:52.995829+0000 mgr.y (mgr.24491) 14852 : cluster [DBG] pgmap v13121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:52.995829+0000 mgr.y (mgr.24491) 14852 : cluster [DBG] pgmap v13121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:52.995829+0000 mgr.y (mgr.24491) 14852 : cluster [DBG] pgmap v13121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:54.996490+0000 mgr.y (mgr.24491) 14853 : cluster [DBG] pgmap v13122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:54.996490+0000 mgr.y (mgr.24491) 14853 : cluster [DBG] pgmap v13122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:54.996490+0000 mgr.y (mgr.24491) 14853 : cluster [DBG] pgmap v13122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:58.118 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:49:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:49:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:56.996924+0000 mgr.y (mgr.24491) 14854 : cluster [DBG] pgmap v13123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:56.996924+0000 mgr.y (mgr.24491) 14854 : cluster [DBG] pgmap v13123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:49:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:49:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:56.996924+0000 mgr.y (mgr.24491) 14854 : cluster [DBG] pgmap v13123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T10:49:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:50:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:49:58.997282+0000 mgr.y (mgr.24491) 14855 : cluster [DBG] pgmap v13124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:00.000179+0000 mon.a (mon.0) 3210 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:50:00.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:49:58.997282+0000 mgr.y (mgr.24491) 14855 : cluster [DBG] pgmap v13124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:00.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:00.000179+0000 mon.a (mon.0) 3210 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:50:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:49:58.997282+0000 mgr.y (mgr.24491) 14855 : cluster [DBG] pgmap v13124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:00.000179+0000 mon.a (mon.0) 3210 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T10:50:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:50:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:00.997978+0000 mgr.y (mgr.24491) 14856 : cluster [DBG] pgmap v13125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:00.997978+0000 mgr.y (mgr.24491) 14856 : cluster [DBG] pgmap v13125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:00.997978+0000 mgr.y (mgr.24491) 14856 : cluster [DBG] pgmap v13125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:02.998509+0000 mgr.y (mgr.24491) 14857 : cluster [DBG] pgmap v13126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:02.998509+0000 mgr.y (mgr.24491) 14857 : cluster [DBG] pgmap v13126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:02.998509+0000 mgr.y (mgr.24491) 14857 : cluster [DBG] pgmap v13126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:04.999343+0000 mgr.y (mgr.24491) 14858 : cluster [DBG] pgmap v13127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:04.999343+0000 mgr.y (mgr.24491) 14858 : cluster [DBG] pgmap v13127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:04.999343+0000 mgr.y (mgr.24491) 14858 : cluster [DBG] pgmap v13127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:08.132 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:50:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:06.999753+0000 mgr.y (mgr.24491) 14859 : cluster [DBG] pgmap v13128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:08.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:06.999753+0000 mgr.y (mgr.24491) 14859 : cluster [DBG] pgmap v13128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:06.999753+0000 mgr.y (mgr.24491) 14859 : cluster [DBG] pgmap v13128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:09.000332+0000 mgr.y (mgr.24491) 14860 : cluster [DBG] pgmap v13129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:09.000332+0000 mgr.y (mgr.24491) 14860 : cluster [DBG] pgmap v13129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:09.000332+0000 mgr.y (mgr.24491) 14860 : cluster [DBG] pgmap v13129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:50:11.891 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:50:12.165 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:50:12.165 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:50:12.165 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:50:12.165 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:50:12.165 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:50:12.165 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 8m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:50:12.165 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:50:12.165 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 8m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 8m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 8m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 8m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 8m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 8m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 8m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 8m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:50:12.166 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:50:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:11.001096+0000 mgr.y (mgr.24491) 14861 : cluster [DBG] pgmap v13130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:11.001096+0000 mgr.y (mgr.24491) 14861 : cluster [DBG] pgmap v13130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:11.001096+0000 mgr.y (mgr.24491) 14861 : cluster [DBG] pgmap v13130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:12.509 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:50:12.509 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:50:12.509 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:50:12.509 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:50:12.509 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:50:12.509 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:50:12.509 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:50:12.509 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:50:12.509 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:50:12.510 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:50:12.510 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:50:12.510 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:50:12.510 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:50:12.510 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:50:12.510 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:50:12.510 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:50:12.510 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:50:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:50:11.878564+0000 mgr.y (mgr.24491) 14862 : audit [DBG] from='client.40037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:50:12.157750+0000 mgr.y (mgr.24491) 14863 : audit [DBG] from='client.30132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:50:12.509874+0000 mon.a (mon.0) 3211 : audit [DBG] from='client.? 172.21.15.177:0/2939990129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:50:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:50:11.878564+0000 mgr.y (mgr.24491) 14862 : audit [DBG] from='client.40037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:50:12.157750+0000 mgr.y (mgr.24491) 14863 : audit [DBG] from='client.30132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:50:12.509874+0000 mon.a (mon.0) 3211 : audit [DBG] from='client.? 172.21.15.177:0/2939990129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:50:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:50:11.878564+0000 mgr.y (mgr.24491) 14862 : audit [DBG] from='client.40037 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:50:12.157750+0000 mgr.y (mgr.24491) 14863 : audit [DBG] from='client.30132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:50:12.509874+0000 mon.a (mon.0) 3211 : audit [DBG] from='client.? 172.21.15.177:0/2939990129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:50:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:13.001493+0000 mgr.y (mgr.24491) 14864 : cluster [DBG] pgmap v13131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:13.001493+0000 mgr.y (mgr.24491) 14864 : cluster [DBG] pgmap v13131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:13.001493+0000 mgr.y (mgr.24491) 14864 : cluster [DBG] pgmap v13131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:15.002085+0000 mgr.y (mgr.24491) 14865 : cluster [DBG] pgmap v13132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:15.002085+0000 mgr.y (mgr.24491) 14865 : cluster [DBG] pgmap v13132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:15.002085+0000 mgr.y (mgr.24491) 14865 : cluster [DBG] pgmap v13132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:50:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:17.002612+0000 mgr.y (mgr.24491) 14866 : cluster [DBG] pgmap v13133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:17.002612+0000 mgr.y (mgr.24491) 14866 : cluster [DBG] pgmap v13133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:17.002612+0000 mgr.y (mgr.24491) 14866 : cluster [DBG] pgmap v13133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:19.003135+0000 mgr.y (mgr.24491) 14867 : cluster [DBG] pgmap v13134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:19.003135+0000 mgr.y (mgr.24491) 14867 : cluster [DBG] pgmap v13134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:20.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:19.003135+0000 mgr.y (mgr.24491) 14867 : cluster [DBG] pgmap v13134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:50:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:21.003812+0000 mgr.y (mgr.24491) 14868 : cluster [DBG] pgmap v13135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:21.003812+0000 mgr.y (mgr.24491) 14868 : cluster [DBG] pgmap v13135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:21.003812+0000 mgr.y (mgr.24491) 14868 : cluster [DBG] pgmap v13135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:23.004220+0000 mgr.y (mgr.24491) 14869 : cluster [DBG] pgmap v13136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:23.004220+0000 mgr.y (mgr.24491) 14869 : cluster [DBG] pgmap v13136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:23.004220+0000 mgr.y (mgr.24491) 14869 : cluster [DBG] pgmap v13136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:25.005018+0000 mgr.y (mgr.24491) 14870 : cluster [DBG] pgmap v13137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:25.005018+0000 mgr.y (mgr.24491) 14870 : cluster [DBG] pgmap v13137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:25.005018+0000 mgr.y (mgr.24491) 14870 : cluster [DBG] pgmap v13137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:50:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:27.005484+0000 mgr.y (mgr.24491) 14871 : cluster [DBG] pgmap v13138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:27.005484+0000 mgr.y (mgr.24491) 14871 : cluster [DBG] pgmap v13138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:27.005484+0000 mgr.y (mgr.24491) 14871 : cluster [DBG] pgmap v13138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:50:28.236290+0000 mon.a (mon.0) 3212 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:50:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:50:28.520789+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:50:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:50:28.521419+0000 mon.a (mon.0) 3214 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:50:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:50:28.526067+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:50:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:50:28.236290+0000 mon.a (mon.0) 3212 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:50:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:50:28.520789+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:50:29.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:50:28.521419+0000 mon.a (mon.0) 3214 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:50:29.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:50:28.526067+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:50:29.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:50:28.236290+0000 mon.a (mon.0) 3212 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:50:29.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:50:28.520789+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:50:29.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:50:28.521419+0000 mon.a (mon.0) 3214 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:50:29.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:50:28.526067+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:50:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:29.006053+0000 mgr.y (mgr.24491) 14872 : cluster [DBG] pgmap v13139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:29.006053+0000 mgr.y (mgr.24491) 14872 : cluster [DBG] pgmap v13139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:29.006053+0000 mgr.y (mgr.24491) 14872 : cluster [DBG] pgmap v13139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:50:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:31.006640+0000 mgr.y (mgr.24491) 14873 : cluster [DBG] pgmap v13140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:31.006640+0000 mgr.y (mgr.24491) 14873 : cluster [DBG] pgmap v13140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:31.006640+0000 mgr.y (mgr.24491) 14873 : cluster [DBG] pgmap v13140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:33.007160+0000 mgr.y (mgr.24491) 14874 : cluster [DBG] pgmap v13141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:33.007160+0000 mgr.y (mgr.24491) 14874 : cluster [DBG] pgmap v13141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:33.007160+0000 mgr.y (mgr.24491) 14874 : cluster [DBG] pgmap v13141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:35.007878+0000 mgr.y (mgr.24491) 14875 : cluster [DBG] pgmap v13142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:35.007878+0000 mgr.y (mgr.24491) 14875 : cluster [DBG] pgmap v13142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:35.007878+0000 mgr.y (mgr.24491) 14875 : cluster [DBG] pgmap v13142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:38.064 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:50:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:37.008233+0000 mgr.y (mgr.24491) 14876 : cluster [DBG] pgmap v13143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:37.008233+0000 mgr.y (mgr.24491) 14876 : cluster [DBG] pgmap v13143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:37.008233+0000 mgr.y (mgr.24491) 14876 : cluster [DBG] pgmap v13143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:39.008797+0000 mgr.y (mgr.24491) 14877 : cluster [DBG] pgmap v13144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:39.008797+0000 mgr.y (mgr.24491) 14877 : cluster [DBG] pgmap v13144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:39.008797+0000 mgr.y (mgr.24491) 14877 : cluster [DBG] pgmap v13144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:50:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:41.009444+0000 mgr.y (mgr.24491) 14878 : cluster [DBG] pgmap v13145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:41.009444+0000 mgr.y (mgr.24491) 14878 : cluster [DBG] pgmap v13145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:42.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:41.009444+0000 mgr.y (mgr.24491) 14878 : cluster [DBG] pgmap v13145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:42.822 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:50:43.100 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 9m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 9m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 9m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 9m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 9m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 9m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 9m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 9m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 9m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 9m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 9m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 9m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 9m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:50:43.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 9m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:50:43.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 9m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:50:43.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 9m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:50:43.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 9m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:50:43.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 9m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:50:43.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 9m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:50:43.102 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 9m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:50:43.434 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:50:43.435 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:50:43.436 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:50:43.436 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:50:43.436 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:50:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:50:42.810889+0000 mgr.y (mgr.24491) 14879 : audit [DBG] from='client.40055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:43.009775+0000 mgr.y (mgr.24491) 14880 : cluster [DBG] pgmap v13146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:44.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:50:43.093682+0000 mgr.y (mgr.24491) 14881 : audit [DBG] from='client.30150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:44.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:50:43.434663+0000 mon.c (mon.2) 473 : audit [DBG] from='client.? 172.21.15.177:0/26922606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:50:44.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:50:42.810889+0000 mgr.y (mgr.24491) 14879 : audit [DBG] from='client.40055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:44.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:43.009775+0000 mgr.y (mgr.24491) 14880 : cluster [DBG] pgmap v13146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:44.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:50:43.093682+0000 mgr.y (mgr.24491) 14881 : audit [DBG] from='client.30150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:44.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:50:43.434663+0000 mon.c (mon.2) 473 : audit [DBG] from='client.? 172.21.15.177:0/26922606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:50:44.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:50:42.810889+0000 mgr.y (mgr.24491) 14879 : audit [DBG] from='client.40055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:44.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:43.009775+0000 mgr.y (mgr.24491) 14880 : cluster [DBG] pgmap v13146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:44.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:50:43.093682+0000 mgr.y (mgr.24491) 14881 : audit [DBG] from='client.30150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:50:44.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:50:43.434663+0000 mon.c (mon.2) 473 : audit [DBG] from='client.? 172.21.15.177:0/26922606' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:50:46.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:45.010599+0000 mgr.y (mgr.24491) 14882 : cluster [DBG] pgmap v13147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:46.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:45.010599+0000 mgr.y (mgr.24491) 14882 : cluster [DBG] pgmap v13147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:45.010599+0000 mgr.y (mgr.24491) 14882 : cluster [DBG] pgmap v13147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:48.088 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:50:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:47.011031+0000 mgr.y (mgr.24491) 14883 : cluster [DBG] pgmap v13148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:47.011031+0000 mgr.y (mgr.24491) 14883 : cluster [DBG] pgmap v13148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:47.011031+0000 mgr.y (mgr.24491) 14883 : cluster [DBG] pgmap v13148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:49.011542+0000 mgr.y (mgr.24491) 14884 : cluster [DBG] pgmap v13149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:50.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:49.011542+0000 mgr.y (mgr.24491) 14884 : cluster [DBG] pgmap v13149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:49.011542+0000 mgr.y (mgr.24491) 14884 : cluster [DBG] pgmap v13149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:50:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:51.012210+0000 mgr.y (mgr.24491) 14885 : cluster [DBG] pgmap v13150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:51.012210+0000 mgr.y (mgr.24491) 14885 : cluster [DBG] pgmap v13150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:51.012210+0000 mgr.y (mgr.24491) 14885 : cluster [DBG] pgmap v13150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:53.012651+0000 mgr.y (mgr.24491) 14886 : cluster [DBG] pgmap v13151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:54.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:53.012651+0000 mgr.y (mgr.24491) 14886 : cluster [DBG] pgmap v13151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:53.012651+0000 mgr.y (mgr.24491) 14886 : cluster [DBG] pgmap v13151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:55.013443+0000 mgr.y (mgr.24491) 14887 : cluster [DBG] pgmap v13152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:55.013443+0000 mgr.y (mgr.24491) 14887 : cluster [DBG] pgmap v13152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:55.013443+0000 mgr.y (mgr.24491) 14887 : cluster [DBG] pgmap v13152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:58.104 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:50:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:50:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:57.013892+0000 mgr.y (mgr.24491) 14888 : cluster [DBG] pgmap v13153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:57.013892+0000 mgr.y (mgr.24491) 14888 : cluster [DBG] pgmap v13153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:50:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:50:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:57.013892+0000 mgr.y (mgr.24491) 14888 : cluster [DBG] pgmap v13153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:50:59.014397+0000 mgr.y (mgr.24491) 14889 : cluster [DBG] pgmap v13154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:50:59.014397+0000 mgr.y (mgr.24491) 14889 : cluster [DBG] pgmap v13154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:50:59.014397+0000 mgr.y (mgr.24491) 14889 : cluster [DBG] pgmap v13154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:51:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:01.015157+0000 mgr.y (mgr.24491) 14890 : cluster [DBG] pgmap v13155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:01.015157+0000 mgr.y (mgr.24491) 14890 : cluster [DBG] pgmap v13155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:01.015157+0000 mgr.y (mgr.24491) 14890 : cluster [DBG] pgmap v13155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:03.015586+0000 mgr.y (mgr.24491) 14891 : cluster [DBG] pgmap v13156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:03.015586+0000 mgr.y (mgr.24491) 14891 : cluster [DBG] pgmap v13156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:03.015586+0000 mgr.y (mgr.24491) 14891 : cluster [DBG] pgmap v13156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:05.016220+0000 mgr.y (mgr.24491) 14892 : cluster [DBG] pgmap v13157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:05.016220+0000 mgr.y (mgr.24491) 14892 : cluster [DBG] pgmap v13157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:05.016220+0000 mgr.y (mgr.24491) 14892 : cluster [DBG] pgmap v13157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:08.119 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:51:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:07.016652+0000 mgr.y (mgr.24491) 14893 : cluster [DBG] pgmap v13158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:08.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:07.016652+0000 mgr.y (mgr.24491) 14893 : cluster [DBG] pgmap v13158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:07.016652+0000 mgr.y (mgr.24491) 14893 : cluster [DBG] pgmap v13158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:09.017156+0000 mgr.y (mgr.24491) 14894 : cluster [DBG] pgmap v13159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:09.017156+0000 mgr.y (mgr.24491) 14894 : cluster [DBG] pgmap v13159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:09.017156+0000 mgr.y (mgr.24491) 14894 : cluster [DBG] pgmap v13159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:51:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:11.017843+0000 mgr.y (mgr.24491) 14895 : cluster [DBG] pgmap v13160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:11.017843+0000 mgr.y (mgr.24491) 14895 : cluster [DBG] pgmap v13160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:11.017843+0000 mgr.y (mgr.24491) 14895 : cluster [DBG] pgmap v13160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:13.745 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:51:14.021 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 9m ago 7h 26.3M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 9m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 9m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 9m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 9m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 9m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 9m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 9m ago 7h 635M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 9m ago 7h 641M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 9m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 9m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:51:14.022 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 9m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:51:14.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 9m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:51:14.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 9m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:51:14.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 9m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:51:14.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 9m ago 7h 44.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:51:14.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 9m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:51:14.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 9m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:51:14.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 9m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:51:14.023 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 9m ago 7h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:51:14.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:51:14.359 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:51:14.359 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:51:14.359 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:51:14.359 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:51:14.359 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:51:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:13.018437+0000 mgr.y (mgr.24491) 14896 : cluster [DBG] pgmap v13161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:13.018437+0000 mgr.y (mgr.24491) 14896 : cluster [DBG] pgmap v13161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:13.018437+0000 mgr.y (mgr.24491) 14896 : cluster [DBG] pgmap v13161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:13.733438+0000 mgr.y (mgr.24491) 14897 : audit [DBG] from='client.30162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:15.430 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:14.014624+0000 mgr.y (mgr.24491) 14898 : audit [DBG] from='client.40079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:15.430 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:14.358356+0000 mon.a (mon.0) 3216 : audit [DBG] from='client.? 172.21.15.177:0/467836223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:51:15.431 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:13.733438+0000 mgr.y (mgr.24491) 14897 : audit [DBG] from='client.30162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:15.431 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:14.014624+0000 mgr.y (mgr.24491) 14898 : audit [DBG] from='client.40079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:15.431 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:14.358356+0000 mon.a (mon.0) 3216 : audit [DBG] from='client.? 172.21.15.177:0/467836223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:13.733438+0000 mgr.y (mgr.24491) 14897 : audit [DBG] from='client.30162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:14.014624+0000 mgr.y (mgr.24491) 14898 : audit [DBG] from='client.40079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:14.358356+0000 mon.a (mon.0) 3216 : audit [DBG] from='client.? 172.21.15.177:0/467836223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:51:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:15.019210+0000 mgr.y (mgr.24491) 14899 : cluster [DBG] pgmap v13162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:15.019210+0000 mgr.y (mgr.24491) 14899 : cluster [DBG] pgmap v13162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:15.019210+0000 mgr.y (mgr.24491) 14899 : cluster [DBG] pgmap v13162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:18.143 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:51:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:17.019663+0000 mgr.y (mgr.24491) 14900 : cluster [DBG] pgmap v13163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:17.019663+0000 mgr.y (mgr.24491) 14900 : cluster [DBG] pgmap v13163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:17.019663+0000 mgr.y (mgr.24491) 14900 : cluster [DBG] pgmap v13163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:19.020013+0000 mgr.y (mgr.24491) 14901 : cluster [DBG] pgmap v13164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:19.020013+0000 mgr.y (mgr.24491) 14901 : cluster [DBG] pgmap v13164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:19.020013+0000 mgr.y (mgr.24491) 14901 : cluster [DBG] pgmap v13164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:51:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:21.020614+0000 mgr.y (mgr.24491) 14902 : cluster [DBG] pgmap v13165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:21.020614+0000 mgr.y (mgr.24491) 14902 : cluster [DBG] pgmap v13165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:21.020614+0000 mgr.y (mgr.24491) 14902 : cluster [DBG] pgmap v13165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:23.021029+0000 mgr.y (mgr.24491) 14903 : cluster [DBG] pgmap v13166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:23.021029+0000 mgr.y (mgr.24491) 14903 : cluster [DBG] pgmap v13166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:23.021029+0000 mgr.y (mgr.24491) 14903 : cluster [DBG] pgmap v13166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:25.021805+0000 mgr.y (mgr.24491) 14904 : cluster [DBG] pgmap v13167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:25.021805+0000 mgr.y (mgr.24491) 14904 : cluster [DBG] pgmap v13167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:25.021805+0000 mgr.y (mgr.24491) 14904 : cluster [DBG] pgmap v13167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:51:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:27.022330+0000 mgr.y (mgr.24491) 14905 : cluster [DBG] pgmap v13168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:27.022330+0000 mgr.y (mgr.24491) 14905 : cluster [DBG] pgmap v13168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:27.022330+0000 mgr.y (mgr.24491) 14905 : cluster [DBG] pgmap v13168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:29.447 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:28.530477+0000 mon.a (mon.0) 3217 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:51:29.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:28.530477+0000 mon.a (mon.0) 3217 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:51:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:28.530477+0000 mon.a (mon.0) 3217 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:51:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:29.022685+0000 mgr.y (mgr.24491) 14906 : cluster [DBG] pgmap v13169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:29.022685+0000 mgr.y (mgr.24491) 14906 : cluster [DBG] pgmap v13169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:29.022685+0000 mgr.y (mgr.24491) 14906 : cluster [DBG] pgmap v13169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:31.444 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:51:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:31.023229+0000 mgr.y (mgr.24491) 14907 : cluster [DBG] pgmap v13170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:31.474980+0000 mon.a (mon.0) 3218 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:51:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:31.867291+0000 mon.a (mon.0) 3219 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:51:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:32.146588+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:51:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:32.147246+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:51:32.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:32.153700+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:51:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:31.023229+0000 mgr.y (mgr.24491) 14907 : cluster [DBG] pgmap v13170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:31.474980+0000 mon.a (mon.0) 3218 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:51:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:31.867291+0000 mon.a (mon.0) 3219 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:51:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:32.146588+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:51:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:32.147246+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:51:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:32.153700+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:51:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:31.023229+0000 mgr.y (mgr.24491) 14907 : cluster [DBG] pgmap v13170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:31.474980+0000 mon.a (mon.0) 3218 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:51:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:31.867291+0000 mon.a (mon.0) 3219 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:51:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:32.146588+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:51:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:32.147246+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:51:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:32.153700+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:51:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:33.023759+0000 mgr.y (mgr.24491) 14908 : cluster [DBG] pgmap v13171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:33.023759+0000 mgr.y (mgr.24491) 14908 : cluster [DBG] pgmap v13171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:33.023759+0000 mgr.y (mgr.24491) 14908 : cluster [DBG] pgmap v13171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:35.024563+0000 mgr.y (mgr.24491) 14909 : cluster [DBG] pgmap v13172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:35.024563+0000 mgr.y (mgr.24491) 14909 : cluster [DBG] pgmap v13172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:35.024563+0000 mgr.y (mgr.24491) 14909 : cluster [DBG] pgmap v13172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:51:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:37.025053+0000 mgr.y (mgr.24491) 14910 : cluster [DBG] pgmap v13173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:37.025053+0000 mgr.y (mgr.24491) 14910 : cluster [DBG] pgmap v13173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:37.025053+0000 mgr.y (mgr.24491) 14910 : cluster [DBG] pgmap v13173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:39.025430+0000 mgr.y (mgr.24491) 14911 : cluster [DBG] pgmap v13174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:39.025430+0000 mgr.y (mgr.24491) 14911 : cluster [DBG] pgmap v13174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:39.025430+0000 mgr.y (mgr.24491) 14911 : cluster [DBG] pgmap v13174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:51:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:41.026288+0000 mgr.y (mgr.24491) 14912 : cluster [DBG] pgmap v13175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:41.026288+0000 mgr.y (mgr.24491) 14912 : cluster [DBG] pgmap v13175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:41.026288+0000 mgr.y (mgr.24491) 14912 : cluster [DBG] pgmap v13175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:43.026715+0000 mgr.y (mgr.24491) 14913 : cluster [DBG] pgmap v13176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:43.026715+0000 mgr.y (mgr.24491) 14913 : cluster [DBG] pgmap v13176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:43.026715+0000 mgr.y (mgr.24491) 14913 : cluster [DBG] pgmap v13176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:44.669 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:51:44.942 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:51:44.942 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 13s ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:51:44.942 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 13s ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:51:44.942 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 13s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:51:44.942 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 13s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:51:44.942 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 13s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:51:44.942 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 13s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:51:44.942 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 13s ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 13s ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 13s ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 13s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 13s ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 13s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 13s ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 13s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 13s ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 13s ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 13s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 13s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 13s ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:51:44.943 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 13s ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:51:45.275 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:51:45.275 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:51:45.275 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:51:45.275 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:51:45.275 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:51:45.275 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:51:45.275 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:51:45.275 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:51:45.275 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:51:45.276 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:51:45.276 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:51:45.276 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:51:45.276 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:51:45.276 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:51:45.276 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:51:45.276 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:51:45.276 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:51:46.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:44.657177+0000 mgr.y (mgr.24491) 14914 : audit [DBG] from='client.30180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:46.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:44.935289+0000 mgr.y (mgr.24491) 14915 : audit [DBG] from='client.40097 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:46.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:45.027325+0000 mgr.y (mgr.24491) 14916 : cluster [DBG] pgmap v13177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:46.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:51:45.275746+0000 mon.a (mon.0) 3223 : audit [DBG] from='client.? 172.21.15.177:0/4063730927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:51:46.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:44.657177+0000 mgr.y (mgr.24491) 14914 : audit [DBG] from='client.30180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:46.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:44.935289+0000 mgr.y (mgr.24491) 14915 : audit [DBG] from='client.40097 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:46.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:45.027325+0000 mgr.y (mgr.24491) 14916 : cluster [DBG] pgmap v13177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:46.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:51:45.275746+0000 mon.a (mon.0) 3223 : audit [DBG] from='client.? 172.21.15.177:0/4063730927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:51:46.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:44.657177+0000 mgr.y (mgr.24491) 14914 : audit [DBG] from='client.30180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:46.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:44.935289+0000 mgr.y (mgr.24491) 14915 : audit [DBG] from='client.40097 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:51:46.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:45.027325+0000 mgr.y (mgr.24491) 14916 : cluster [DBG] pgmap v13177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:46.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:51:45.275746+0000 mon.a (mon.0) 3223 : audit [DBG] from='client.? 172.21.15.177:0/4063730927' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:51:48.085 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:51:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:47.027739+0000 mgr.y (mgr.24491) 14917 : cluster [DBG] pgmap v13178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:47.027739+0000 mgr.y (mgr.24491) 14917 : cluster [DBG] pgmap v13178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:47.027739+0000 mgr.y (mgr.24491) 14917 : cluster [DBG] pgmap v13178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:49.028275+0000 mgr.y (mgr.24491) 14918 : cluster [DBG] pgmap v13179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:49.028275+0000 mgr.y (mgr.24491) 14918 : cluster [DBG] pgmap v13179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:49.028275+0000 mgr.y (mgr.24491) 14918 : cluster [DBG] pgmap v13179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:51:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:51.029017+0000 mgr.y (mgr.24491) 14919 : cluster [DBG] pgmap v13180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:51.029017+0000 mgr.y (mgr.24491) 14919 : cluster [DBG] pgmap v13180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:51.029017+0000 mgr.y (mgr.24491) 14919 : cluster [DBG] pgmap v13180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:53.029398+0000 mgr.y (mgr.24491) 14920 : cluster [DBG] pgmap v13181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:54.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:53.029398+0000 mgr.y (mgr.24491) 14920 : cluster [DBG] pgmap v13181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:53.029398+0000 mgr.y (mgr.24491) 14920 : cluster [DBG] pgmap v13181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:55.030040+0000 mgr.y (mgr.24491) 14921 : cluster [DBG] pgmap v13182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:55.030040+0000 mgr.y (mgr.24491) 14921 : cluster [DBG] pgmap v13182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:55.030040+0000 mgr.y (mgr.24491) 14921 : cluster [DBG] pgmap v13182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:58.100 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:51:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:51:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:57.030522+0000 mgr.y (mgr.24491) 14922 : cluster [DBG] pgmap v13183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:57.030522+0000 mgr.y (mgr.24491) 14922 : cluster [DBG] pgmap v13183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:51:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:51:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:57.030522+0000 mgr.y (mgr.24491) 14922 : cluster [DBG] pgmap v13183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:51:59.030928+0000 mgr.y (mgr.24491) 14923 : cluster [DBG] pgmap v13184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:51:59.030928+0000 mgr.y (mgr.24491) 14923 : cluster [DBG] pgmap v13184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:51:59.030928+0000 mgr.y (mgr.24491) 14923 : cluster [DBG] pgmap v13184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:52:02.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:01.031771+0000 mgr.y (mgr.24491) 14924 : cluster [DBG] pgmap v13185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:02.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:01.031771+0000 mgr.y (mgr.24491) 14924 : cluster [DBG] pgmap v13185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:01.031771+0000 mgr.y (mgr.24491) 14924 : cluster [DBG] pgmap v13185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:03.032148+0000 mgr.y (mgr.24491) 14925 : cluster [DBG] pgmap v13186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:04.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:03.032148+0000 mgr.y (mgr.24491) 14925 : cluster [DBG] pgmap v13186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:03.032148+0000 mgr.y (mgr.24491) 14925 : cluster [DBG] pgmap v13186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:05.032839+0000 mgr.y (mgr.24491) 14926 : cluster [DBG] pgmap v13187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:06.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:05.032839+0000 mgr.y (mgr.24491) 14926 : cluster [DBG] pgmap v13187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:05.032839+0000 mgr.y (mgr.24491) 14926 : cluster [DBG] pgmap v13187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:08.118 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:52:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:07.033222+0000 mgr.y (mgr.24491) 14927 : cluster [DBG] pgmap v13188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:07.033222+0000 mgr.y (mgr.24491) 14927 : cluster [DBG] pgmap v13188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:07.033222+0000 mgr.y (mgr.24491) 14927 : cluster [DBG] pgmap v13188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:09.033784+0000 mgr.y (mgr.24491) 14928 : cluster [DBG] pgmap v13189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:09.033784+0000 mgr.y (mgr.24491) 14928 : cluster [DBG] pgmap v13189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:09.033784+0000 mgr.y (mgr.24491) 14928 : cluster [DBG] pgmap v13189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:52:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:11.034651+0000 mgr.y (mgr.24491) 14929 : cluster [DBG] pgmap v13190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:11.034651+0000 mgr.y (mgr.24491) 14929 : cluster [DBG] pgmap v13190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:11.034651+0000 mgr.y (mgr.24491) 14929 : cluster [DBG] pgmap v13190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:13.035223+0000 mgr.y (mgr.24491) 14930 : cluster [DBG] pgmap v13191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:13.035223+0000 mgr.y (mgr.24491) 14930 : cluster [DBG] pgmap v13191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:13.035223+0000 mgr.y (mgr.24491) 14930 : cluster [DBG] pgmap v13191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:15.585 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:52:15.858 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:52:15.858 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 44s ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:52:15.858 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 43s ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:52:15.858 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 44s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:52:15.858 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 43s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:52:15.858 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 43s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 44s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 44s ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 43s ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 44s ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 44s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 43s ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 44s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 44s ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 44s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 44s ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 43s ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 43s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 43s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 43s ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:52:15.859 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 43s ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:52:16.194 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:52:16.194 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:52:16.194 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:52:16.194 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:52:16.194 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:52:16.194 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:52:16.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:52:16.195 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:52:16.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:52:16.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:52:16.195 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:52:16.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:52:16.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:52:16.195 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:52:16.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:52:16.195 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:52:16.195 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:52:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:15.035882+0000 mgr.y (mgr.24491) 14931 : cluster [DBG] pgmap v13192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:15.035882+0000 mgr.y (mgr.24491) 14931 : cluster [DBG] pgmap v13192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:15.035882+0000 mgr.y (mgr.24491) 14931 : cluster [DBG] pgmap v13192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:52:15.573277+0000 mgr.y (mgr.24491) 14932 : audit [DBG] from='client.40109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:52:15.850997+0000 mgr.y (mgr.24491) 14933 : audit [DBG] from='client.30204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:52:16.194848+0000 mon.a (mon.0) 3224 : audit [DBG] from='client.? 172.21.15.177:0/2983550130' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:52:17.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:52:15.573277+0000 mgr.y (mgr.24491) 14932 : audit [DBG] from='client.40109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:17.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:52:15.850997+0000 mgr.y (mgr.24491) 14933 : audit [DBG] from='client.30204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:17.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:52:16.194848+0000 mon.a (mon.0) 3224 : audit [DBG] from='client.? 172.21.15.177:0/2983550130' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:52:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:52:15.573277+0000 mgr.y (mgr.24491) 14932 : audit [DBG] from='client.40109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:52:15.850997+0000 mgr.y (mgr.24491) 14933 : audit [DBG] from='client.30204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:52:16.194848+0000 mon.a (mon.0) 3224 : audit [DBG] from='client.? 172.21.15.177:0/2983550130' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:52:18.139 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:52:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:17.036433+0000 mgr.y (mgr.24491) 14934 : cluster [DBG] pgmap v13193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:17.036433+0000 mgr.y (mgr.24491) 14934 : cluster [DBG] pgmap v13193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:17.036433+0000 mgr.y (mgr.24491) 14934 : cluster [DBG] pgmap v13193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:19.036964+0000 mgr.y (mgr.24491) 14935 : cluster [DBG] pgmap v13194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:19.036964+0000 mgr.y (mgr.24491) 14935 : cluster [DBG] pgmap v13194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:19.036964+0000 mgr.y (mgr.24491) 14935 : cluster [DBG] pgmap v13194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:52:22.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:21.037616+0000 mgr.y (mgr.24491) 14936 : cluster [DBG] pgmap v13195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:22.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:21.037616+0000 mgr.y (mgr.24491) 14936 : cluster [DBG] pgmap v13195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:21.037616+0000 mgr.y (mgr.24491) 14936 : cluster [DBG] pgmap v13195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:23.038105+0000 mgr.y (mgr.24491) 14937 : cluster [DBG] pgmap v13196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:23.038105+0000 mgr.y (mgr.24491) 14937 : cluster [DBG] pgmap v13196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:23.038105+0000 mgr.y (mgr.24491) 14937 : cluster [DBG] pgmap v13196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:25.038959+0000 mgr.y (mgr.24491) 14938 : cluster [DBG] pgmap v13197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:25.038959+0000 mgr.y (mgr.24491) 14938 : cluster [DBG] pgmap v13197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:25.038959+0000 mgr.y (mgr.24491) 14938 : cluster [DBG] pgmap v13197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:52:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:27.039431+0000 mgr.y (mgr.24491) 14939 : cluster [DBG] pgmap v13198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:27.039431+0000 mgr.y (mgr.24491) 14939 : cluster [DBG] pgmap v13198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:27.039431+0000 mgr.y (mgr.24491) 14939 : cluster [DBG] pgmap v13198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:29.039816+0000 mgr.y (mgr.24491) 14940 : cluster [DBG] pgmap v13199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:29.039816+0000 mgr.y (mgr.24491) 14940 : cluster [DBG] pgmap v13199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:29.039816+0000 mgr.y (mgr.24491) 14940 : cluster [DBG] pgmap v13199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:52:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:31.040453+0000 mgr.y (mgr.24491) 14941 : cluster [DBG] pgmap v13200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:32.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:52:32.158050+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:52:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:31.040453+0000 mgr.y (mgr.24491) 14941 : cluster [DBG] pgmap v13200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:32.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:52:32.158050+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:52:32.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:31.040453+0000 mgr.y (mgr.24491) 14941 : cluster [DBG] pgmap v13200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:32.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:52:32.158050+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:52:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:52:32.451281+0000 mon.a (mon.0) 3226 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:52:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:52:32.451944+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:52:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:52:32.456461+0000 mon.a (mon.0) 3228 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:52:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:52:32.451281+0000 mon.a (mon.0) 3226 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:52:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:52:32.451944+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:52:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:52:32.456461+0000 mon.a (mon.0) 3228 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:52:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:52:32.451281+0000 mon.a (mon.0) 3226 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:52:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:52:32.451944+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:52:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:52:32.456461+0000 mon.a (mon.0) 3228 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:52:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:33.040813+0000 mgr.y (mgr.24491) 14942 : cluster [DBG] pgmap v13201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:33.040813+0000 mgr.y (mgr.24491) 14942 : cluster [DBG] pgmap v13201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:33.040813+0000 mgr.y (mgr.24491) 14942 : cluster [DBG] pgmap v13201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:35.041414+0000 mgr.y (mgr.24491) 14943 : cluster [DBG] pgmap v13202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:35.041414+0000 mgr.y (mgr.24491) 14943 : cluster [DBG] pgmap v13202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:35.041414+0000 mgr.y (mgr.24491) 14943 : cluster [DBG] pgmap v13202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:52:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:37.041987+0000 mgr.y (mgr.24491) 14944 : cluster [DBG] pgmap v13203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:37.041987+0000 mgr.y (mgr.24491) 14944 : cluster [DBG] pgmap v13203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:37.041987+0000 mgr.y (mgr.24491) 14944 : cluster [DBG] pgmap v13203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:39.042578+0000 mgr.y (mgr.24491) 14945 : cluster [DBG] pgmap v13204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:39.042578+0000 mgr.y (mgr.24491) 14945 : cluster [DBG] pgmap v13204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:39.042578+0000 mgr.y (mgr.24491) 14945 : cluster [DBG] pgmap v13204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:52:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:41.043464+0000 mgr.y (mgr.24491) 14946 : cluster [DBG] pgmap v13205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:41.043464+0000 mgr.y (mgr.24491) 14946 : cluster [DBG] pgmap v13205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:41.043464+0000 mgr.y (mgr.24491) 14946 : cluster [DBG] pgmap v13205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:43.043884+0000 mgr.y (mgr.24491) 14947 : cluster [DBG] pgmap v13206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:43.043884+0000 mgr.y (mgr.24491) 14947 : cluster [DBG] pgmap v13206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:43.043884+0000 mgr.y (mgr.24491) 14947 : cluster [DBG] pgmap v13206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:45.044795+0000 mgr.y (mgr.24491) 14948 : cluster [DBG] pgmap v13207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:46.507 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:52:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:45.044795+0000 mgr.y (mgr.24491) 14948 : cluster [DBG] pgmap v13207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:45.044795+0000 mgr.y (mgr.24491) 14948 : cluster [DBG] pgmap v13207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:46.783 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:52:46.783 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 75s ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:52:46.783 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 74s ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:52:46.783 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 75s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:52:46.783 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 74s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:52:46.783 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 74s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:52:46.783 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 75s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 75s ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 74s ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 75s ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 75s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 74s ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 75s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 75s ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 75s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 75s ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 74s ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 74s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 74s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 74s ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:52:46.784 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 74s ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:52:47.115 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:52:47.116 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:52:47.117 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:52:47.117 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:52:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:52:47.116142+0000 mon.c (mon.2) 474 : audit [DBG] from='client.? 172.21.15.177:0/251904600' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:52:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:52:47.116142+0000 mon.c (mon.2) 474 : audit [DBG] from='client.? 172.21.15.177:0/251904600' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:52:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:52:47.116142+0000 mon.c (mon.2) 474 : audit [DBG] from='client.? 172.21.15.177:0/251904600' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:52:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:52:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:52:46.496048+0000 mgr.y (mgr.24491) 14949 : audit [DBG] from='client.30216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:52:46.776000+0000 mgr.y (mgr.24491) 14950 : audit [DBG] from='client.30222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:47.045136+0000 mgr.y (mgr.24491) 14951 : cluster [DBG] pgmap v13208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:52:46.496048+0000 mgr.y (mgr.24491) 14949 : audit [DBG] from='client.30216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:52:46.776000+0000 mgr.y (mgr.24491) 14950 : audit [DBG] from='client.30222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:47.045136+0000 mgr.y (mgr.24491) 14951 : cluster [DBG] pgmap v13208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:52:46.496048+0000 mgr.y (mgr.24491) 14949 : audit [DBG] from='client.30216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:52:46.776000+0000 mgr.y (mgr.24491) 14950 : audit [DBG] from='client.30222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:52:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:47.045136+0000 mgr.y (mgr.24491) 14951 : cluster [DBG] pgmap v13208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:49.045615+0000 mgr.y (mgr.24491) 14952 : cluster [DBG] pgmap v13209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:49.045615+0000 mgr.y (mgr.24491) 14952 : cluster [DBG] pgmap v13209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:49.045615+0000 mgr.y (mgr.24491) 14952 : cluster [DBG] pgmap v13209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:52:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:51.046381+0000 mgr.y (mgr.24491) 14953 : cluster [DBG] pgmap v13210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:52.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:51.046381+0000 mgr.y (mgr.24491) 14953 : cluster [DBG] pgmap v13210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:51.046381+0000 mgr.y (mgr.24491) 14953 : cluster [DBG] pgmap v13210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:54.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:53.046796+0000 mgr.y (mgr.24491) 14954 : cluster [DBG] pgmap v13211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:54.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:53.046796+0000 mgr.y (mgr.24491) 14954 : cluster [DBG] pgmap v13211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:53.046796+0000 mgr.y (mgr.24491) 14954 : cluster [DBG] pgmap v13211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:55.047528+0000 mgr.y (mgr.24491) 14955 : cluster [DBG] pgmap v13212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:55.047528+0000 mgr.y (mgr.24491) 14955 : cluster [DBG] pgmap v13212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:55.047528+0000 mgr.y (mgr.24491) 14955 : cluster [DBG] pgmap v13212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:58.111 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:52:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:52:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:57.048122+0000 mgr.y (mgr.24491) 14956 : cluster [DBG] pgmap v13213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:57.048122+0000 mgr.y (mgr.24491) 14956 : cluster [DBG] pgmap v13213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:52:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:52:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:57.048122+0000 mgr.y (mgr.24491) 14956 : cluster [DBG] pgmap v13213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:52:59.048461+0000 mgr.y (mgr.24491) 14957 : cluster [DBG] pgmap v13214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:52:59.048461+0000 mgr.y (mgr.24491) 14957 : cluster [DBG] pgmap v13214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:52:59.048461+0000 mgr.y (mgr.24491) 14957 : cluster [DBG] pgmap v13214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:53:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:01.049074+0000 mgr.y (mgr.24491) 14958 : cluster [DBG] pgmap v13215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:01.049074+0000 mgr.y (mgr.24491) 14958 : cluster [DBG] pgmap v13215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:01.049074+0000 mgr.y (mgr.24491) 14958 : cluster [DBG] pgmap v13215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:03.049592+0000 mgr.y (mgr.24491) 14959 : cluster [DBG] pgmap v13216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:04.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:03.049592+0000 mgr.y (mgr.24491) 14959 : cluster [DBG] pgmap v13216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:03.049592+0000 mgr.y (mgr.24491) 14959 : cluster [DBG] pgmap v13216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:05.050366+0000 mgr.y (mgr.24491) 14960 : cluster [DBG] pgmap v13217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:05.050366+0000 mgr.y (mgr.24491) 14960 : cluster [DBG] pgmap v13217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:06.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:05.050366+0000 mgr.y (mgr.24491) 14960 : cluster [DBG] pgmap v13217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:08.130 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:53:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:07.050826+0000 mgr.y (mgr.24491) 14961 : cluster [DBG] pgmap v13218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:07.050826+0000 mgr.y (mgr.24491) 14961 : cluster [DBG] pgmap v13218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:07.050826+0000 mgr.y (mgr.24491) 14961 : cluster [DBG] pgmap v13218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:09.051225+0000 mgr.y (mgr.24491) 14962 : cluster [DBG] pgmap v13219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:09.051225+0000 mgr.y (mgr.24491) 14962 : cluster [DBG] pgmap v13219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:09.051225+0000 mgr.y (mgr.24491) 14962 : cluster [DBG] pgmap v13219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:53:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:11.051877+0000 mgr.y (mgr.24491) 14963 : cluster [DBG] pgmap v13220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:11.051877+0000 mgr.y (mgr.24491) 14963 : cluster [DBG] pgmap v13220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:11.051877+0000 mgr.y (mgr.24491) 14963 : cluster [DBG] pgmap v13220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:13.052229+0000 mgr.y (mgr.24491) 14964 : cluster [DBG] pgmap v13221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:13.052229+0000 mgr.y (mgr.24491) 14964 : cluster [DBG] pgmap v13221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:13.052229+0000 mgr.y (mgr.24491) 14964 : cluster [DBG] pgmap v13221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:15.053003+0000 mgr.y (mgr.24491) 14965 : cluster [DBG] pgmap v13222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:15.053003+0000 mgr.y (mgr.24491) 14965 : cluster [DBG] pgmap v13222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:15.053003+0000 mgr.y (mgr.24491) 14965 : cluster [DBG] pgmap v13222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:17.429 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:53:17.702 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:53:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 106s ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:53:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 105s ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:53:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 106s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:53:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 105s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:53:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 105s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:53:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 106s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:53:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 106s ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:53:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 105s ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:53:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 106s ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:53:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 106s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:53:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 105s ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:53:17.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 106s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:53:17.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 106s ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:53:17.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 106s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:53:17.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 106s ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:53:17.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 105s ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:53:17.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 105s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:53:17.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 105s ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:53:17.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 105s ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:53:17.704 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 105s ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:53:18.033 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:53:18.034 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:53:18.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:53:18.035 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:53:18.035 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:53:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:53:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:17.053479+0000 mgr.y (mgr.24491) 14966 : cluster [DBG] pgmap v13223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:53:18.034294+0000 mon.c (mon.2) 475 : audit [DBG] from='client.? 172.21.15.177:0/3130114017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:53:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:17.053479+0000 mgr.y (mgr.24491) 14966 : cluster [DBG] pgmap v13223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:53:18.034294+0000 mon.c (mon.2) 475 : audit [DBG] from='client.? 172.21.15.177:0/3130114017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:53:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:17.053479+0000 mgr.y (mgr.24491) 14966 : cluster [DBG] pgmap v13223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:53:18.034294+0000 mon.c (mon.2) 475 : audit [DBG] from='client.? 172.21.15.177:0/3130114017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:53:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:53:17.417504+0000 mgr.y (mgr.24491) 14967 : audit [DBG] from='client.40145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:53:17.695605+0000 mgr.y (mgr.24491) 14968 : audit [DBG] from='client.30240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:53:17.417504+0000 mgr.y (mgr.24491) 14967 : audit [DBG] from='client.40145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:53:17.695605+0000 mgr.y (mgr.24491) 14968 : audit [DBG] from='client.30240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:53:17.417504+0000 mgr.y (mgr.24491) 14967 : audit [DBG] from='client.40145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:53:17.695605+0000 mgr.y (mgr.24491) 14968 : audit [DBG] from='client.30240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:19.053903+0000 mgr.y (mgr.24491) 14969 : cluster [DBG] pgmap v13224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:19.053903+0000 mgr.y (mgr.24491) 14969 : cluster [DBG] pgmap v13224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:19.053903+0000 mgr.y (mgr.24491) 14969 : cluster [DBG] pgmap v13224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:53:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:21.054471+0000 mgr.y (mgr.24491) 14970 : cluster [DBG] pgmap v13225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:21.054471+0000 mgr.y (mgr.24491) 14970 : cluster [DBG] pgmap v13225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:21.054471+0000 mgr.y (mgr.24491) 14970 : cluster [DBG] pgmap v13225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:24.506 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:23.054972+0000 mgr.y (mgr.24491) 14971 : cluster [DBG] pgmap v13226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:24.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:23.054972+0000 mgr.y (mgr.24491) 14971 : cluster [DBG] pgmap v13226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:24.653 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:23.054972+0000 mgr.y (mgr.24491) 14971 : cluster [DBG] pgmap v13226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:25.055847+0000 mgr.y (mgr.24491) 14972 : cluster [DBG] pgmap v13227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:25.055847+0000 mgr.y (mgr.24491) 14972 : cluster [DBG] pgmap v13227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:25.055847+0000 mgr.y (mgr.24491) 14972 : cluster [DBG] pgmap v13227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:53:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:27.056268+0000 mgr.y (mgr.24491) 14973 : cluster [DBG] pgmap v13228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:27.056268+0000 mgr.y (mgr.24491) 14973 : cluster [DBG] pgmap v13228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:28.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:27.056268+0000 mgr.y (mgr.24491) 14973 : cluster [DBG] pgmap v13228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:29.056844+0000 mgr.y (mgr.24491) 14974 : cluster [DBG] pgmap v13229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:29.056844+0000 mgr.y (mgr.24491) 14974 : cluster [DBG] pgmap v13229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:29.056844+0000 mgr.y (mgr.24491) 14974 : cluster [DBG] pgmap v13229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:53:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:31.057606+0000 mgr.y (mgr.24491) 14975 : cluster [DBG] pgmap v13230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:31.057606+0000 mgr.y (mgr.24491) 14975 : cluster [DBG] pgmap v13230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:31.057606+0000 mgr.y (mgr.24491) 14975 : cluster [DBG] pgmap v13230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:53:32.460793+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:53:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:53:32.751916+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:53:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:53:32.752517+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:53:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:53:32.756598+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:53:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:53:32.460793+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:53:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:53:32.751916+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:53:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:53:32.752517+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:53:33.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:53:32.756598+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:53:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:53:32.460793+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:53:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:53:32.751916+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:53:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:53:32.752517+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:53:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:53:32.756598+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:53:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:33.058096+0000 mgr.y (mgr.24491) 14976 : cluster [DBG] pgmap v13231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:33.058096+0000 mgr.y (mgr.24491) 14976 : cluster [DBG] pgmap v13231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:33.058096+0000 mgr.y (mgr.24491) 14976 : cluster [DBG] pgmap v13231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:35.058678+0000 mgr.y (mgr.24491) 14977 : cluster [DBG] pgmap v13232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:35.058678+0000 mgr.y (mgr.24491) 14977 : cluster [DBG] pgmap v13232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:36.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:35.058678+0000 mgr.y (mgr.24491) 14977 : cluster [DBG] pgmap v13232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T10:53:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:37.059202+0000 mgr.y (mgr.24491) 14978 : cluster [DBG] pgmap v13233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:37.059202+0000 mgr.y (mgr.24491) 14978 : cluster [DBG] pgmap v13233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:37.059202+0000 mgr.y (mgr.24491) 14978 : cluster [DBG] pgmap v13233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:39.059611+0000 mgr.y (mgr.24491) 14979 : cluster [DBG] pgmap v13234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:39.059611+0000 mgr.y (mgr.24491) 14979 : cluster [DBG] pgmap v13234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:39.059611+0000 mgr.y (mgr.24491) 14979 : cluster [DBG] pgmap v13234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:53:42.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:41.060439+0000 mgr.y (mgr.24491) 14980 : cluster [DBG] pgmap v13235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:41.060439+0000 mgr.y (mgr.24491) 14980 : cluster [DBG] pgmap v13235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:42.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:41.060439+0000 mgr.y (mgr.24491) 14980 : cluster [DBG] pgmap v13235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:43.061040+0000 mgr.y (mgr.24491) 14981 : cluster [DBG] pgmap v13236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:43.061040+0000 mgr.y (mgr.24491) 14981 : cluster [DBG] pgmap v13236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:43.061040+0000 mgr.y (mgr.24491) 14981 : cluster [DBG] pgmap v13236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:45.061678+0000 mgr.y (mgr.24491) 14982 : cluster [DBG] pgmap v13237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:45.061678+0000 mgr.y (mgr.24491) 14982 : cluster [DBG] pgmap v13237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:45.061678+0000 mgr.y (mgr.24491) 14982 : cluster [DBG] pgmap v13237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:47.062150+0000 mgr.y (mgr.24491) 14983 : cluster [DBG] pgmap v13238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:47.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:47.062150+0000 mgr.y (mgr.24491) 14983 : cluster [DBG] pgmap v13238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:47.062150+0000 mgr.y (mgr.24491) 14983 : cluster [DBG] pgmap v13238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:47] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:53:48.349 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:53:48.623 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:53:48.623 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 2m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:53:48.623 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 2m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:53:48.623 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 2m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:53:48.623 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 2m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:53:48.623 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 2m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:53:48.623 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:53:48.623 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 2m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 2m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 2m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 2m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 2m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 2m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 2m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 2m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 2m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 2m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 2m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 2m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 2m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:53:48.624 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 2m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:53:48.956 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:53:48.956 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:53:48.956 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:53:48.956 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:53:48.956 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:53:48.956 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:53:48.957 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:53:48.957 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:53:48.957 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:53:48.957 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:53:48.957 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:53:48.957 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:53:48.957 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:53:48.957 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:53:48.957 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:53:48.957 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:53:48.957 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:53:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:53:48.956727+0000 mon.c (mon.2) 476 : audit [DBG] from='client.? 172.21.15.177:0/1336241454' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:53:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:53:48.956727+0000 mon.c (mon.2) 476 : audit [DBG] from='client.? 172.21.15.177:0/1336241454' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:53:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:53:48.956727+0000 mon.c (mon.2) 476 : audit [DBG] from='client.? 172.21.15.177:0/1336241454' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:53:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:53:48.337320+0000 mgr.y (mgr.24491) 14984 : audit [DBG] from='client.30252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:53:48.615779+0000 mgr.y (mgr.24491) 14985 : audit [DBG] from='client.30258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:49.062587+0000 mgr.y (mgr.24491) 14986 : cluster [DBG] pgmap v13239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:53:48.337320+0000 mgr.y (mgr.24491) 14984 : audit [DBG] from='client.30252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:50.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:53:48.615779+0000 mgr.y (mgr.24491) 14985 : audit [DBG] from='client.30258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:50.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:49.062587+0000 mgr.y (mgr.24491) 14986 : cluster [DBG] pgmap v13239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:53:48.337320+0000 mgr.y (mgr.24491) 14984 : audit [DBG] from='client.30252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:53:48.615779+0000 mgr.y (mgr.24491) 14985 : audit [DBG] from='client.30258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:53:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:49.062587+0000 mgr.y (mgr.24491) 14986 : cluster [DBG] pgmap v13239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:53:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:51.063245+0000 mgr.y (mgr.24491) 14987 : cluster [DBG] pgmap v13240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:52.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:51.063245+0000 mgr.y (mgr.24491) 14987 : cluster [DBG] pgmap v13240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:51.063245+0000 mgr.y (mgr.24491) 14987 : cluster [DBG] pgmap v13240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:54.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:53.063730+0000 mgr.y (mgr.24491) 14988 : cluster [DBG] pgmap v13241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:54.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:53.063730+0000 mgr.y (mgr.24491) 14988 : cluster [DBG] pgmap v13241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:53.063730+0000 mgr.y (mgr.24491) 14988 : cluster [DBG] pgmap v13241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:55.064400+0000 mgr.y (mgr.24491) 14989 : cluster [DBG] pgmap v13242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:55.064400+0000 mgr.y (mgr.24491) 14989 : cluster [DBG] pgmap v13242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:55.064400+0000 mgr.y (mgr.24491) 14989 : cluster [DBG] pgmap v13242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:58.126 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:53:57] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T10:53:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:57.064974+0000 mgr.y (mgr.24491) 14990 : cluster [DBG] pgmap v13243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:57.064974+0000 mgr.y (mgr.24491) 14990 : cluster [DBG] pgmap v13243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:53:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:53:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:57.064974+0000 mgr.y (mgr.24491) 14990 : cluster [DBG] pgmap v13243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:53:59.065509+0000 mgr.y (mgr.24491) 14991 : cluster [DBG] pgmap v13244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:53:59.065509+0000 mgr.y (mgr.24491) 14991 : cluster [DBG] pgmap v13244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:53:59.065509+0000 mgr.y (mgr.24491) 14991 : cluster [DBG] pgmap v13244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:54:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:01.066250+0000 mgr.y (mgr.24491) 14992 : cluster [DBG] pgmap v13245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:01.066250+0000 mgr.y (mgr.24491) 14992 : cluster [DBG] pgmap v13245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:01.066250+0000 mgr.y (mgr.24491) 14992 : cluster [DBG] pgmap v13245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:03.066770+0000 mgr.y (mgr.24491) 14993 : cluster [DBG] pgmap v13246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:03.066770+0000 mgr.y (mgr.24491) 14993 : cluster [DBG] pgmap v13246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:03.066770+0000 mgr.y (mgr.24491) 14993 : cluster [DBG] pgmap v13246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:05.067412+0000 mgr.y (mgr.24491) 14994 : cluster [DBG] pgmap v13247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:05.067412+0000 mgr.y (mgr.24491) 14994 : cluster [DBG] pgmap v13247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:05.067412+0000 mgr.y (mgr.24491) 14994 : cluster [DBG] pgmap v13247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:08.142 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:54:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:07.067832+0000 mgr.y (mgr.24491) 14995 : cluster [DBG] pgmap v13248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:07.067832+0000 mgr.y (mgr.24491) 14995 : cluster [DBG] pgmap v13248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:07.067832+0000 mgr.y (mgr.24491) 14995 : cluster [DBG] pgmap v13248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:09.068249+0000 mgr.y (mgr.24491) 14996 : cluster [DBG] pgmap v13249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:09.068249+0000 mgr.y (mgr.24491) 14996 : cluster [DBG] pgmap v13249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:09.068249+0000 mgr.y (mgr.24491) 14996 : cluster [DBG] pgmap v13249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:54:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:11.068897+0000 mgr.y (mgr.24491) 14997 : cluster [DBG] pgmap v13250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:11.068897+0000 mgr.y (mgr.24491) 14997 : cluster [DBG] pgmap v13250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:11.068897+0000 mgr.y (mgr.24491) 14997 : cluster [DBG] pgmap v13250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:13.069364+0000 mgr.y (mgr.24491) 14998 : cluster [DBG] pgmap v13251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:13.069364+0000 mgr.y (mgr.24491) 14998 : cluster [DBG] pgmap v13251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:14.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:13.069364+0000 mgr.y (mgr.24491) 14998 : cluster [DBG] pgmap v13251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:15.070007+0000 mgr.y (mgr.24491) 14999 : cluster [DBG] pgmap v13252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:15.070007+0000 mgr.y (mgr.24491) 14999 : cluster [DBG] pgmap v13252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:15.070007+0000 mgr.y (mgr.24491) 14999 : cluster [DBG] pgmap v13252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:54:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:17.070526+0000 mgr.y (mgr.24491) 15000 : cluster [DBG] pgmap v13253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:17.070526+0000 mgr.y (mgr.24491) 15000 : cluster [DBG] pgmap v13253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:18.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:17.070526+0000 mgr.y (mgr.24491) 15000 : cluster [DBG] pgmap v13253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:19.267 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:54:19.546 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:54:19.546 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 2m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:54:19.546 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 2m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:54:19.546 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 2m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:54:19.546 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 2m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:54:19.546 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 2m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:54:19.546 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:54:19.546 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 2m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 2m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 2m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 2m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 2m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 2m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 2m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 2m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 2m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 2m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 2m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 2m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:54:19.547 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 2m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:54:19.548 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 2m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:54:19.877 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:54:19.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:54:19.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:54:19.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:54:19.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:54:19.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:54:19.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:54:19.877 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:54:19.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:54:19.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:54:19.878 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:54:19.878 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:54:19.878 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:54:19.878 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:54:19.878 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:54:19.878 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:54:19.878 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:54:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:19.070869+0000 mgr.y (mgr.24491) 15001 : cluster [DBG] pgmap v13254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:54:19.877463+0000 mon.a (mon.0) 3233 : audit [DBG] from='client.? 172.21.15.177:0/676033604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:54:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:19.070869+0000 mgr.y (mgr.24491) 15001 : cluster [DBG] pgmap v13254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:54:19.877463+0000 mon.a (mon.0) 3233 : audit [DBG] from='client.? 172.21.15.177:0/676033604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:54:20.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:19.070869+0000 mgr.y (mgr.24491) 15001 : cluster [DBG] pgmap v13254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:20.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:54:19.877463+0000 mon.a (mon.0) 3233 : audit [DBG] from='client.? 172.21.15.177:0/676033604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:54:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:54:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:54:19.255481+0000 mgr.y (mgr.24491) 15002 : audit [DBG] from='client.40181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:54:19.537389+0000 mgr.y (mgr.24491) 15003 : audit [DBG] from='client.40187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:54:19.255481+0000 mgr.y (mgr.24491) 15002 : audit [DBG] from='client.40181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:54:19.537389+0000 mgr.y (mgr.24491) 15003 : audit [DBG] from='client.40187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:54:19.255481+0000 mgr.y (mgr.24491) 15002 : audit [DBG] from='client.40181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:21.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:54:19.537389+0000 mgr.y (mgr.24491) 15003 : audit [DBG] from='client.40187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:21.071639+0000 mgr.y (mgr.24491) 15004 : cluster [DBG] pgmap v13255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:21.071639+0000 mgr.y (mgr.24491) 15004 : cluster [DBG] pgmap v13255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:21.071639+0000 mgr.y (mgr.24491) 15004 : cluster [DBG] pgmap v13255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:23.072176+0000 mgr.y (mgr.24491) 15005 : cluster [DBG] pgmap v13256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:23.072176+0000 mgr.y (mgr.24491) 15005 : cluster [DBG] pgmap v13256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:23.072176+0000 mgr.y (mgr.24491) 15005 : cluster [DBG] pgmap v13256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:25.072792+0000 mgr.y (mgr.24491) 15006 : cluster [DBG] pgmap v13257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:25.072792+0000 mgr.y (mgr.24491) 15006 : cluster [DBG] pgmap v13257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:25.072792+0000 mgr.y (mgr.24491) 15006 : cluster [DBG] pgmap v13257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:54:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:27.073354+0000 mgr.y (mgr.24491) 15007 : cluster [DBG] pgmap v13258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:27.073354+0000 mgr.y (mgr.24491) 15007 : cluster [DBG] pgmap v13258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:27.073354+0000 mgr.y (mgr.24491) 15007 : cluster [DBG] pgmap v13258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:29.073788+0000 mgr.y (mgr.24491) 15008 : cluster [DBG] pgmap v13259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:29.073788+0000 mgr.y (mgr.24491) 15008 : cluster [DBG] pgmap v13259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:29.073788+0000 mgr.y (mgr.24491) 15008 : cluster [DBG] pgmap v13259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:54:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:31.074478+0000 mgr.y (mgr.24491) 15009 : cluster [DBG] pgmap v13260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:31.074478+0000 mgr.y (mgr.24491) 15009 : cluster [DBG] pgmap v13260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:31.074478+0000 mgr.y (mgr.24491) 15009 : cluster [DBG] pgmap v13260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:54:32.760771+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:54:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:54:33.005753+0000 mon.a (mon.0) 3235 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:54:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:54:32.760771+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:54:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:54:33.005753+0000 mon.a (mon.0) 3235 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:54:33.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:54:32.760771+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:54:33.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:54:33.005753+0000 mon.a (mon.0) 3235 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:54:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:33.074859+0000 mgr.y (mgr.24491) 15010 : cluster [DBG] pgmap v13261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:54:33.273189+0000 mon.a (mon.0) 3236 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:54:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:54:33.273814+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:54:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:54:33.277868+0000 mon.a (mon.0) 3238 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:54:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:33.074859+0000 mgr.y (mgr.24491) 15010 : cluster [DBG] pgmap v13261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:54:33.273189+0000 mon.a (mon.0) 3236 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:54:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:54:33.273814+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:54:34.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:54:33.277868+0000 mon.a (mon.0) 3238 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:54:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:33.074859+0000 mgr.y (mgr.24491) 15010 : cluster [DBG] pgmap v13261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:54:33.273189+0000 mon.a (mon.0) 3236 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:54:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:54:33.273814+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:54:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:54:33.277868+0000 mon.a (mon.0) 3238 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:54:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:35.075572+0000 mgr.y (mgr.24491) 15011 : cluster [DBG] pgmap v13262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:35.075572+0000 mgr.y (mgr.24491) 15011 : cluster [DBG] pgmap v13262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:36.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:35.075572+0000 mgr.y (mgr.24491) 15011 : cluster [DBG] pgmap v13262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:54:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:37.076165+0000 mgr.y (mgr.24491) 15012 : cluster [DBG] pgmap v13263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:37.076165+0000 mgr.y (mgr.24491) 15012 : cluster [DBG] pgmap v13263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:37.076165+0000 mgr.y (mgr.24491) 15012 : cluster [DBG] pgmap v13263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:40.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:39.076675+0000 mgr.y (mgr.24491) 15013 : cluster [DBG] pgmap v13264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:39.076675+0000 mgr.y (mgr.24491) 15013 : cluster [DBG] pgmap v13264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:39.076675+0000 mgr.y (mgr.24491) 15013 : cluster [DBG] pgmap v13264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:54:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:41.077624+0000 mgr.y (mgr.24491) 15014 : cluster [DBG] pgmap v13265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:41.077624+0000 mgr.y (mgr.24491) 15014 : cluster [DBG] pgmap v13265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:41.077624+0000 mgr.y (mgr.24491) 15014 : cluster [DBG] pgmap v13265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:43.078074+0000 mgr.y (mgr.24491) 15015 : cluster [DBG] pgmap v13266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:43.078074+0000 mgr.y (mgr.24491) 15015 : cluster [DBG] pgmap v13266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:43.078074+0000 mgr.y (mgr.24491) 15015 : cluster [DBG] pgmap v13266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:45.078671+0000 mgr.y (mgr.24491) 15016 : cluster [DBG] pgmap v13267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:45.078671+0000 mgr.y (mgr.24491) 15016 : cluster [DBG] pgmap v13267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:45.078671+0000 mgr.y (mgr.24491) 15016 : cluster [DBG] pgmap v13267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:48.135 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:54:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:47.079239+0000 mgr.y (mgr.24491) 15017 : cluster [DBG] pgmap v13268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:47.079239+0000 mgr.y (mgr.24491) 15017 : cluster [DBG] pgmap v13268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:47.079239+0000 mgr.y (mgr.24491) 15017 : cluster [DBG] pgmap v13268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:50.192 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:54:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:49.079851+0000 mgr.y (mgr.24491) 15018 : cluster [DBG] pgmap v13269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:49.079851+0000 mgr.y (mgr.24491) 15018 : cluster [DBG] pgmap v13269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:50.470 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:54:50.470 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:54:50.470 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 3m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:54:50.470 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 3m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 3m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 3m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 3m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 3m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:54:50.471 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 3m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:54:50.472 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 3m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:54:50.472 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 3m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:54:50.472 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 3m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:54:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:49.079851+0000 mgr.y (mgr.24491) 15018 : cluster [DBG] pgmap v13269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:50.801 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:54:50.801 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:54:50.801 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:54:50.801 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:54:50.801 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:54:50.802 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:54:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:54:50.180375+0000 mgr.y (mgr.24491) 15019 : audit [DBG] from='client.30288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:54:50.801801+0000 mon.a (mon.0) 3239 : audit [DBG] from='client.? 172.21.15.177:0/3404370045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:54:51.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:54:50.180375+0000 mgr.y (mgr.24491) 15019 : audit [DBG] from='client.30288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:51.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:54:50.801801+0000 mon.a (mon.0) 3239 : audit [DBG] from='client.? 172.21.15.177:0/3404370045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:54:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:54:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:54:50.180375+0000 mgr.y (mgr.24491) 15019 : audit [DBG] from='client.30288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:54:50.801801+0000 mon.a (mon.0) 3239 : audit [DBG] from='client.? 172.21.15.177:0/3404370045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:54:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:54:50.463257+0000 mgr.y (mgr.24491) 15020 : audit [DBG] from='client.30294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:51.080616+0000 mgr.y (mgr.24491) 15021 : cluster [DBG] pgmap v13270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:52.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:54:50.463257+0000 mgr.y (mgr.24491) 15020 : audit [DBG] from='client.30294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:52.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:51.080616+0000 mgr.y (mgr.24491) 15021 : cluster [DBG] pgmap v13270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:54:50.463257+0000 mgr.y (mgr.24491) 15020 : audit [DBG] from='client.30294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:54:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:51.080616+0000 mgr.y (mgr.24491) 15021 : cluster [DBG] pgmap v13270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:53.081192+0000 mgr.y (mgr.24491) 15022 : cluster [DBG] pgmap v13271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:53.081192+0000 mgr.y (mgr.24491) 15022 : cluster [DBG] pgmap v13271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:53.081192+0000 mgr.y (mgr.24491) 15022 : cluster [DBG] pgmap v13271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:55.081885+0000 mgr.y (mgr.24491) 15023 : cluster [DBG] pgmap v13272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:55.081885+0000 mgr.y (mgr.24491) 15023 : cluster [DBG] pgmap v13272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:55.081885+0000 mgr.y (mgr.24491) 15023 : cluster [DBG] pgmap v13272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:54:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:54:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:54:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:57.082423+0000 mgr.y (mgr.24491) 15024 : cluster [DBG] pgmap v13273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:54:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:57.082423+0000 mgr.y (mgr.24491) 15024 : cluster [DBG] pgmap v13273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:54:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:54:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:57.082423+0000 mgr.y (mgr.24491) 15024 : cluster [DBG] pgmap v13273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:54:59.082927+0000 mgr.y (mgr.24491) 15025 : cluster [DBG] pgmap v13274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:54:59.082927+0000 mgr.y (mgr.24491) 15025 : cluster [DBG] pgmap v13274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:54:59.082927+0000 mgr.y (mgr.24491) 15025 : cluster [DBG] pgmap v13274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:55:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:01.083722+0000 mgr.y (mgr.24491) 15026 : cluster [DBG] pgmap v13275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:01.083722+0000 mgr.y (mgr.24491) 15026 : cluster [DBG] pgmap v13275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:01.083722+0000 mgr.y (mgr.24491) 15026 : cluster [DBG] pgmap v13275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:03.084199+0000 mgr.y (mgr.24491) 15027 : cluster [DBG] pgmap v13276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:03.084199+0000 mgr.y (mgr.24491) 15027 : cluster [DBG] pgmap v13276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:03.084199+0000 mgr.y (mgr.24491) 15027 : cluster [DBG] pgmap v13276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:05.084973+0000 mgr.y (mgr.24491) 15028 : cluster [DBG] pgmap v13277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:05.084973+0000 mgr.y (mgr.24491) 15028 : cluster [DBG] pgmap v13277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:05.084973+0000 mgr.y (mgr.24491) 15028 : cluster [DBG] pgmap v13277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:55:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:07.085311+0000 mgr.y (mgr.24491) 15029 : cluster [DBG] pgmap v13278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:07.085311+0000 mgr.y (mgr.24491) 15029 : cluster [DBG] pgmap v13278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:07.085311+0000 mgr.y (mgr.24491) 15029 : cluster [DBG] pgmap v13278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:09.085728+0000 mgr.y (mgr.24491) 15030 : cluster [DBG] pgmap v13279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:09.085728+0000 mgr.y (mgr.24491) 15030 : cluster [DBG] pgmap v13279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:09.085728+0000 mgr.y (mgr.24491) 15030 : cluster [DBG] pgmap v13279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:55:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:11.086452+0000 mgr.y (mgr.24491) 15031 : cluster [DBG] pgmap v13280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:11.086452+0000 mgr.y (mgr.24491) 15031 : cluster [DBG] pgmap v13280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:11.086452+0000 mgr.y (mgr.24491) 15031 : cluster [DBG] pgmap v13280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:13.086909+0000 mgr.y (mgr.24491) 15032 : cluster [DBG] pgmap v13281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:13.086909+0000 mgr.y (mgr.24491) 15032 : cluster [DBG] pgmap v13281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:13.086909+0000 mgr.y (mgr.24491) 15032 : cluster [DBG] pgmap v13281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:15.087618+0000 mgr.y (mgr.24491) 15033 : cluster [DBG] pgmap v13282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:15.087618+0000 mgr.y (mgr.24491) 15033 : cluster [DBG] pgmap v13282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:15.087618+0000 mgr.y (mgr.24491) 15033 : cluster [DBG] pgmap v13282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:55:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:17.088049+0000 mgr.y (mgr.24491) 15034 : cluster [DBG] pgmap v13283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:17.088049+0000 mgr.y (mgr.24491) 15034 : cluster [DBG] pgmap v13283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:17.088049+0000 mgr.y (mgr.24491) 15034 : cluster [DBG] pgmap v13283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:19.088541+0000 mgr.y (mgr.24491) 15035 : cluster [DBG] pgmap v13284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:19.088541+0000 mgr.y (mgr.24491) 15035 : cluster [DBG] pgmap v13284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:19.088541+0000 mgr.y (mgr.24491) 15035 : cluster [DBG] pgmap v13284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:21.112 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:55:21.385 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:55:21.385 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:55:21.385 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 3m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 3m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 3m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 3m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 3m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:55:21.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:55:21.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 3m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:55:21.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 3m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:55:21.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 3m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:55:21.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 3m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:55:21.387 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 3m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:55:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:55:21.718 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:55:21.718 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:55:21.718 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:55:21.719 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:55:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:21.089292+0000 mgr.y (mgr.24491) 15036 : cluster [DBG] pgmap v13285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:55:21.100814+0000 mgr.y (mgr.24491) 15037 : audit [DBG] from='client.40217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:55:21.719014+0000 mon.c (mon.2) 477 : audit [DBG] from='client.? 172.21.15.177:0/725611709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:55:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:21.089292+0000 mgr.y (mgr.24491) 15036 : cluster [DBG] pgmap v13285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:55:21.100814+0000 mgr.y (mgr.24491) 15037 : audit [DBG] from='client.40217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:55:21.719014+0000 mon.c (mon.2) 477 : audit [DBG] from='client.? 172.21.15.177:0/725611709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:55:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:21.089292+0000 mgr.y (mgr.24491) 15036 : cluster [DBG] pgmap v13285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:55:21.100814+0000 mgr.y (mgr.24491) 15037 : audit [DBG] from='client.40217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:55:21.719014+0000 mon.c (mon.2) 477 : audit [DBG] from='client.? 172.21.15.177:0/725611709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:55:23.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:55:21.378577+0000 mgr.y (mgr.24491) 15038 : audit [DBG] from='client.40223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:55:21.378577+0000 mgr.y (mgr.24491) 15038 : audit [DBG] from='client.40223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:55:21.378577+0000 mgr.y (mgr.24491) 15038 : audit [DBG] from='client.40223 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:23.089746+0000 mgr.y (mgr.24491) 15039 : cluster [DBG] pgmap v13286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:23.089746+0000 mgr.y (mgr.24491) 15039 : cluster [DBG] pgmap v13286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:23.089746+0000 mgr.y (mgr.24491) 15039 : cluster [DBG] pgmap v13286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:25.090475+0000 mgr.y (mgr.24491) 15040 : cluster [DBG] pgmap v13287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:25.090475+0000 mgr.y (mgr.24491) 15040 : cluster [DBG] pgmap v13287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:25.090475+0000 mgr.y (mgr.24491) 15040 : cluster [DBG] pgmap v13287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T10:55:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:27.090931+0000 mgr.y (mgr.24491) 15041 : cluster [DBG] pgmap v13288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:27.090931+0000 mgr.y (mgr.24491) 15041 : cluster [DBG] pgmap v13288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:27.090931+0000 mgr.y (mgr.24491) 15041 : cluster [DBG] pgmap v13288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:29.091466+0000 mgr.y (mgr.24491) 15042 : cluster [DBG] pgmap v13289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:29.091466+0000 mgr.y (mgr.24491) 15042 : cluster [DBG] pgmap v13289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:29.091466+0000 mgr.y (mgr.24491) 15042 : cluster [DBG] pgmap v13289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:55:32.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:31.092219+0000 mgr.y (mgr.24491) 15043 : cluster [DBG] pgmap v13290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:31.092219+0000 mgr.y (mgr.24491) 15043 : cluster [DBG] pgmap v13290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:31.092219+0000 mgr.y (mgr.24491) 15043 : cluster [DBG] pgmap v13290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:33.092688+0000 mgr.y (mgr.24491) 15044 : cluster [DBG] pgmap v13291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:55:33.282023+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:55:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:55:33.524770+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:55:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:55:33.800936+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:55:34.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:55:33.801593+0000 mon.a (mon.0) 3243 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:55:34.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:55:33.805848+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:55:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:33.092688+0000 mgr.y (mgr.24491) 15044 : cluster [DBG] pgmap v13291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:55:33.282023+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:55:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:55:33.524770+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:55:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:55:33.800936+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:55:34.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:55:33.801593+0000 mon.a (mon.0) 3243 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:55:34.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:55:33.805848+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:55:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:33.092688+0000 mgr.y (mgr.24491) 15044 : cluster [DBG] pgmap v13291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:55:33.282023+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:55:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:55:33.524770+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:55:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:55:33.800936+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:55:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:55:33.801593+0000 mon.a (mon.0) 3243 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:55:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:55:33.805848+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:55:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:35.093554+0000 mgr.y (mgr.24491) 15045 : cluster [DBG] pgmap v13292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:35.093554+0000 mgr.y (mgr.24491) 15045 : cluster [DBG] pgmap v13292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:35.093554+0000 mgr.y (mgr.24491) 15045 : cluster [DBG] pgmap v13292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:38.147 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:55:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:37.093989+0000 mgr.y (mgr.24491) 15046 : cluster [DBG] pgmap v13293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:37.093989+0000 mgr.y (mgr.24491) 15046 : cluster [DBG] pgmap v13293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:37.093989+0000 mgr.y (mgr.24491) 15046 : cluster [DBG] pgmap v13293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:39.094533+0000 mgr.y (mgr.24491) 15047 : cluster [DBG] pgmap v13294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:39.094533+0000 mgr.y (mgr.24491) 15047 : cluster [DBG] pgmap v13294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:39.094533+0000 mgr.y (mgr.24491) 15047 : cluster [DBG] pgmap v13294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:55:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:41.095365+0000 mgr.y (mgr.24491) 15048 : cluster [DBG] pgmap v13295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:41.095365+0000 mgr.y (mgr.24491) 15048 : cluster [DBG] pgmap v13295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:42.704 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:41.095365+0000 mgr.y (mgr.24491) 15048 : cluster [DBG] pgmap v13295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:43.095957+0000 mgr.y (mgr.24491) 15049 : cluster [DBG] pgmap v13296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:43.095957+0000 mgr.y (mgr.24491) 15049 : cluster [DBG] pgmap v13296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:43.095957+0000 mgr.y (mgr.24491) 15049 : cluster [DBG] pgmap v13296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:45.096676+0000 mgr.y (mgr.24491) 15050 : cluster [DBG] pgmap v13297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:45.096676+0000 mgr.y (mgr.24491) 15050 : cluster [DBG] pgmap v13297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:45.096676+0000 mgr.y (mgr.24491) 15050 : cluster [DBG] pgmap v13297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:55:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:47.097255+0000 mgr.y (mgr.24491) 15051 : cluster [DBG] pgmap v13298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:47.097255+0000 mgr.y (mgr.24491) 15051 : cluster [DBG] pgmap v13298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:47.097255+0000 mgr.y (mgr.24491) 15051 : cluster [DBG] pgmap v13298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:49.097887+0000 mgr.y (mgr.24491) 15052 : cluster [DBG] pgmap v13299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:49.097887+0000 mgr.y (mgr.24491) 15052 : cluster [DBG] pgmap v13299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:49.097887+0000 mgr.y (mgr.24491) 15052 : cluster [DBG] pgmap v13299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:55:52.030 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:55:52.308 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:55:52.308 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:55:52.308 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:55:52.309 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:55:52.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:55:52.310 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:55:52.310 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:55:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:51.098645+0000 mgr.y (mgr.24491) 15053 : cluster [DBG] pgmap v13300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:52.645 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:55:52.645 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:55:52.646 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:55:52.647 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:55:52.647 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:55:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:51.098645+0000 mgr.y (mgr.24491) 15053 : cluster [DBG] pgmap v13300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:51.098645+0000 mgr.y (mgr.24491) 15053 : cluster [DBG] pgmap v13300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:55:52.018472+0000 mgr.y (mgr.24491) 15054 : audit [DBG] from='client.30324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:55:52.645733+0000 mon.a (mon.0) 3245 : audit [DBG] from='client.? 172.21.15.177:0/1267135413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:55:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:55:52.018472+0000 mgr.y (mgr.24491) 15054 : audit [DBG] from='client.30324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:55:52.645733+0000 mon.a (mon.0) 3245 : audit [DBG] from='client.? 172.21.15.177:0/1267135413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:55:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:55:52.018472+0000 mgr.y (mgr.24491) 15054 : audit [DBG] from='client.30324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:55:52.645733+0000 mon.a (mon.0) 3245 : audit [DBG] from='client.? 172.21.15.177:0/1267135413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:55:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:55:52.301403+0000 mgr.y (mgr.24491) 15055 : audit [DBG] from='client.40241 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:53.099038+0000 mgr.y (mgr.24491) 15056 : cluster [DBG] pgmap v13301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:55:52.301403+0000 mgr.y (mgr.24491) 15055 : audit [DBG] from='client.40241 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:53.099038+0000 mgr.y (mgr.24491) 15056 : cluster [DBG] pgmap v13301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:55:52.301403+0000 mgr.y (mgr.24491) 15055 : audit [DBG] from='client.40241 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:55:54.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:53.099038+0000 mgr.y (mgr.24491) 15056 : cluster [DBG] pgmap v13301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:55.099599+0000 mgr.y (mgr.24491) 15057 : cluster [DBG] pgmap v13302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:55.099599+0000 mgr.y (mgr.24491) 15057 : cluster [DBG] pgmap v13302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:55.099599+0000 mgr.y (mgr.24491) 15057 : cluster [DBG] pgmap v13302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:55:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:55:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:55:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:57.100127+0000 mgr.y (mgr.24491) 15058 : cluster [DBG] pgmap v13303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:57.100127+0000 mgr.y (mgr.24491) 15058 : cluster [DBG] pgmap v13303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:55:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:57.100127+0000 mgr.y (mgr.24491) 15058 : cluster [DBG] pgmap v13303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:55:59.100641+0000 mgr.y (mgr.24491) 15059 : cluster [DBG] pgmap v13304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:55:59.100641+0000 mgr.y (mgr.24491) 15059 : cluster [DBG] pgmap v13304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:55:59.100641+0000 mgr.y (mgr.24491) 15059 : cluster [DBG] pgmap v13304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:56:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:01.101275+0000 mgr.y (mgr.24491) 15060 : cluster [DBG] pgmap v13305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:01.101275+0000 mgr.y (mgr.24491) 15060 : cluster [DBG] pgmap v13305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:01.101275+0000 mgr.y (mgr.24491) 15060 : cluster [DBG] pgmap v13305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:03.101732+0000 mgr.y (mgr.24491) 15061 : cluster [DBG] pgmap v13306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:03.101732+0000 mgr.y (mgr.24491) 15061 : cluster [DBG] pgmap v13306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:04.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:03.101732+0000 mgr.y (mgr.24491) 15061 : cluster [DBG] pgmap v13306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:05.102330+0000 mgr.y (mgr.24491) 15062 : cluster [DBG] pgmap v13307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:05.102330+0000 mgr.y (mgr.24491) 15062 : cluster [DBG] pgmap v13307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:05.102330+0000 mgr.y (mgr.24491) 15062 : cluster [DBG] pgmap v13307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:56:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:07.102899+0000 mgr.y (mgr.24491) 15063 : cluster [DBG] pgmap v13308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:07.102899+0000 mgr.y (mgr.24491) 15063 : cluster [DBG] pgmap v13308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:07.102899+0000 mgr.y (mgr.24491) 15063 : cluster [DBG] pgmap v13308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:09.103550+0000 mgr.y (mgr.24491) 15064 : cluster [DBG] pgmap v13309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:09.103550+0000 mgr.y (mgr.24491) 15064 : cluster [DBG] pgmap v13309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:09.103550+0000 mgr.y (mgr.24491) 15064 : cluster [DBG] pgmap v13309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:56:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:11.104261+0000 mgr.y (mgr.24491) 15065 : cluster [DBG] pgmap v13310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:11.104261+0000 mgr.y (mgr.24491) 15065 : cluster [DBG] pgmap v13310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:11.104261+0000 mgr.y (mgr.24491) 15065 : cluster [DBG] pgmap v13310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:13.104734+0000 mgr.y (mgr.24491) 15066 : cluster [DBG] pgmap v13311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:13.104734+0000 mgr.y (mgr.24491) 15066 : cluster [DBG] pgmap v13311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:13.104734+0000 mgr.y (mgr.24491) 15066 : cluster [DBG] pgmap v13311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:15.105440+0000 mgr.y (mgr.24491) 15067 : cluster [DBG] pgmap v13312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:15.105440+0000 mgr.y (mgr.24491) 15067 : cluster [DBG] pgmap v13312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:15.105440+0000 mgr.y (mgr.24491) 15067 : cluster [DBG] pgmap v13312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:56:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:17.105767+0000 mgr.y (mgr.24491) 15068 : cluster [DBG] pgmap v13313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:17.105767+0000 mgr.y (mgr.24491) 15068 : cluster [DBG] pgmap v13313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:17.105767+0000 mgr.y (mgr.24491) 15068 : cluster [DBG] pgmap v13313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:19.106319+0000 mgr.y (mgr.24491) 15069 : cluster [DBG] pgmap v13314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:19.106319+0000 mgr.y (mgr.24491) 15069 : cluster [DBG] pgmap v13314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:19.106319+0000 mgr.y (mgr.24491) 15069 : cluster [DBG] pgmap v13314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:56:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:21.107132+0000 mgr.y (mgr.24491) 15070 : cluster [DBG] pgmap v13315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:21.107132+0000 mgr.y (mgr.24491) 15070 : cluster [DBG] pgmap v13315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:22.654 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:21.107132+0000 mgr.y (mgr.24491) 15070 : cluster [DBG] pgmap v13315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:22.956 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:56:23.230 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:56:23.230 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:56:23.231 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:56:23.231 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:56:23.231 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:56:23.231 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:56:23.231 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:56:23.231 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:56:23.231 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:56:23.231 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:56:23.231 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:56:23.231 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:56:23.231 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:56:23.232 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:56:23.232 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:56:23.232 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:56:23.232 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:56:23.232 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:56:23.232 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:56:23.232 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:56:23.232 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:56:23.560 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:56:23.560 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:56:23.561 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:56:23.562 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:56:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:56:22.944580+0000 mgr.y (mgr.24491) 15071 : audit [DBG] from='client.30342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:23.107470+0000 mgr.y (mgr.24491) 15072 : cluster [DBG] pgmap v13316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:56:23.222437+0000 mgr.y (mgr.24491) 15073 : audit [DBG] from='client.40259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:56:23.560876+0000 mon.a (mon.0) 3246 : audit [DBG] from='client.? 172.21.15.177:0/3346413178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:56:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:56:22.944580+0000 mgr.y (mgr.24491) 15071 : audit [DBG] from='client.30342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:23.107470+0000 mgr.y (mgr.24491) 15072 : cluster [DBG] pgmap v13316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:56:23.222437+0000 mgr.y (mgr.24491) 15073 : audit [DBG] from='client.40259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:56:23.560876+0000 mon.a (mon.0) 3246 : audit [DBG] from='client.? 172.21.15.177:0/3346413178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:56:24.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:56:22.944580+0000 mgr.y (mgr.24491) 15071 : audit [DBG] from='client.30342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:24.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:23.107470+0000 mgr.y (mgr.24491) 15072 : cluster [DBG] pgmap v13316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:24.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:56:23.222437+0000 mgr.y (mgr.24491) 15073 : audit [DBG] from='client.40259 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:24.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:56:23.560876+0000 mon.a (mon.0) 3246 : audit [DBG] from='client.? 172.21.15.177:0/3346413178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:56:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:25.108107+0000 mgr.y (mgr.24491) 15074 : cluster [DBG] pgmap v13317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:25.108107+0000 mgr.y (mgr.24491) 15074 : cluster [DBG] pgmap v13317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:25.108107+0000 mgr.y (mgr.24491) 15074 : cluster [DBG] pgmap v13317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:27.108537+0000 mgr.y (mgr.24491) 15075 : cluster [DBG] pgmap v13318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:27.108537+0000 mgr.y (mgr.24491) 15075 : cluster [DBG] pgmap v13318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:27.108537+0000 mgr.y (mgr.24491) 15075 : cluster [DBG] pgmap v13318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:56:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:29.109050+0000 mgr.y (mgr.24491) 15076 : cluster [DBG] pgmap v13319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:29.109050+0000 mgr.y (mgr.24491) 15076 : cluster [DBG] pgmap v13319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:29.109050+0000 mgr.y (mgr.24491) 15076 : cluster [DBG] pgmap v13319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:56:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:31.109756+0000 mgr.y (mgr.24491) 15077 : cluster [DBG] pgmap v13320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:31.109756+0000 mgr.y (mgr.24491) 15077 : cluster [DBG] pgmap v13320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:31.109756+0000 mgr.y (mgr.24491) 15077 : cluster [DBG] pgmap v13320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:33.110334+0000 mgr.y (mgr.24491) 15078 : cluster [DBG] pgmap v13321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:56:33.810369+0000 mon.a (mon.0) 3247 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:56:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:56:34.102050+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:56:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:56:34.102691+0000 mon.a (mon.0) 3249 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:56:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:56:34.106914+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:56:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:33.110334+0000 mgr.y (mgr.24491) 15078 : cluster [DBG] pgmap v13321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:56:33.810369+0000 mon.a (mon.0) 3247 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:56:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:56:34.102050+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:56:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:56:34.102691+0000 mon.a (mon.0) 3249 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:56:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:56:34.106914+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:56:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:33.110334+0000 mgr.y (mgr.24491) 15078 : cluster [DBG] pgmap v13321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:56:33.810369+0000 mon.a (mon.0) 3247 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:56:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:56:34.102050+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:56:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:56:34.102691+0000 mon.a (mon.0) 3249 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:56:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:56:34.106914+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:56:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:35.111068+0000 mgr.y (mgr.24491) 15079 : cluster [DBG] pgmap v13322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:35.111068+0000 mgr.y (mgr.24491) 15079 : cluster [DBG] pgmap v13322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:35.111068+0000 mgr.y (mgr.24491) 15079 : cluster [DBG] pgmap v13322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:56:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:37.111629+0000 mgr.y (mgr.24491) 15080 : cluster [DBG] pgmap v13323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:38.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:37.111629+0000 mgr.y (mgr.24491) 15080 : cluster [DBG] pgmap v13323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:38.653 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:37.111629+0000 mgr.y (mgr.24491) 15080 : cluster [DBG] pgmap v13323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:39.112126+0000 mgr.y (mgr.24491) 15081 : cluster [DBG] pgmap v13324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:39.112126+0000 mgr.y (mgr.24491) 15081 : cluster [DBG] pgmap v13324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:39.112126+0000 mgr.y (mgr.24491) 15081 : cluster [DBG] pgmap v13324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:56:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:41.112777+0000 mgr.y (mgr.24491) 15082 : cluster [DBG] pgmap v13325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:41.112777+0000 mgr.y (mgr.24491) 15082 : cluster [DBG] pgmap v13325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:41.112777+0000 mgr.y (mgr.24491) 15082 : cluster [DBG] pgmap v13325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:43.113212+0000 mgr.y (mgr.24491) 15083 : cluster [DBG] pgmap v13326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:43.113212+0000 mgr.y (mgr.24491) 15083 : cluster [DBG] pgmap v13326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:43.113212+0000 mgr.y (mgr.24491) 15083 : cluster [DBG] pgmap v13326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:45.114086+0000 mgr.y (mgr.24491) 15084 : cluster [DBG] pgmap v13327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:45.114086+0000 mgr.y (mgr.24491) 15084 : cluster [DBG] pgmap v13327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:45.114086+0000 mgr.y (mgr.24491) 15084 : cluster [DBG] pgmap v13327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:56:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:47.114529+0000 mgr.y (mgr.24491) 15085 : cluster [DBG] pgmap v13328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:47.114529+0000 mgr.y (mgr.24491) 15085 : cluster [DBG] pgmap v13328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:47.114529+0000 mgr.y (mgr.24491) 15085 : cluster [DBG] pgmap v13328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:49.115086+0000 mgr.y (mgr.24491) 15086 : cluster [DBG] pgmap v13329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:49.115086+0000 mgr.y (mgr.24491) 15086 : cluster [DBG] pgmap v13329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:49.115086+0000 mgr.y (mgr.24491) 15086 : cluster [DBG] pgmap v13329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:56:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:51.115700+0000 mgr.y (mgr.24491) 15087 : cluster [DBG] pgmap v13330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:51.115700+0000 mgr.y (mgr.24491) 15087 : cluster [DBG] pgmap v13330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:51.115700+0000 mgr.y (mgr.24491) 15087 : cluster [DBG] pgmap v13330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:53.869 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:56:54.142 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 5m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:56:54.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:56:54.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:56:54.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:56:54.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:56:54.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:56:54.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:56:54.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:56:54.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:56:54.144 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:56:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:56:54.477 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:56:54.478 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:56:54.479 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:56:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:53.116168+0000 mgr.y (mgr.24491) 15088 : cluster [DBG] pgmap v13331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:53.116168+0000 mgr.y (mgr.24491) 15088 : cluster [DBG] pgmap v13331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:53.116168+0000 mgr.y (mgr.24491) 15088 : cluster [DBG] pgmap v13331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:56:53.858114+0000 mgr.y (mgr.24491) 15089 : audit [DBG] from='client.30360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:56:54.135787+0000 mgr.y (mgr.24491) 15090 : audit [DBG] from='client.30366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:56:54.478236+0000 mon.c (mon.2) 478 : audit [DBG] from='client.? 172.21.15.177:0/1336145510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:56:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:56:53.858114+0000 mgr.y (mgr.24491) 15089 : audit [DBG] from='client.30360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:56:54.135787+0000 mgr.y (mgr.24491) 15090 : audit [DBG] from='client.30366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:56:54.478236+0000 mon.c (mon.2) 478 : audit [DBG] from='client.? 172.21.15.177:0/1336145510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:56:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:56:53.858114+0000 mgr.y (mgr.24491) 15089 : audit [DBG] from='client.30360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:56:54.135787+0000 mgr.y (mgr.24491) 15090 : audit [DBG] from='client.30366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:56:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:56:54.478236+0000 mon.c (mon.2) 478 : audit [DBG] from='client.? 172.21.15.177:0/1336145510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:56:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:55.117029+0000 mgr.y (mgr.24491) 15091 : cluster [DBG] pgmap v13332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:55.117029+0000 mgr.y (mgr.24491) 15091 : cluster [DBG] pgmap v13332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:56.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:55.117029+0000 mgr.y (mgr.24491) 15091 : cluster [DBG] pgmap v13332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:56:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:56:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:56:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:57.117448+0000 mgr.y (mgr.24491) 15092 : cluster [DBG] pgmap v13333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:57.117448+0000 mgr.y (mgr.24491) 15092 : cluster [DBG] pgmap v13333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:56:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:57.117448+0000 mgr.y (mgr.24491) 15092 : cluster [DBG] pgmap v13333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:56:59.117799+0000 mgr.y (mgr.24491) 15093 : cluster [DBG] pgmap v13334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:56:59.117799+0000 mgr.y (mgr.24491) 15093 : cluster [DBG] pgmap v13334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:56:59.117799+0000 mgr.y (mgr.24491) 15093 : cluster [DBG] pgmap v13334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:57:02.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:01.118519+0000 mgr.y (mgr.24491) 15094 : cluster [DBG] pgmap v13335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:01.118519+0000 mgr.y (mgr.24491) 15094 : cluster [DBG] pgmap v13335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:01.118519+0000 mgr.y (mgr.24491) 15094 : cluster [DBG] pgmap v13335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:03.119028+0000 mgr.y (mgr.24491) 15095 : cluster [DBG] pgmap v13336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:03.119028+0000 mgr.y (mgr.24491) 15095 : cluster [DBG] pgmap v13336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:03.119028+0000 mgr.y (mgr.24491) 15095 : cluster [DBG] pgmap v13336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:05.119658+0000 mgr.y (mgr.24491) 15096 : cluster [DBG] pgmap v13337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:05.119658+0000 mgr.y (mgr.24491) 15096 : cluster [DBG] pgmap v13337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:05.119658+0000 mgr.y (mgr.24491) 15096 : cluster [DBG] pgmap v13337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:07] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:57:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:07.120168+0000 mgr.y (mgr.24491) 15097 : cluster [DBG] pgmap v13338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:07.120168+0000 mgr.y (mgr.24491) 15097 : cluster [DBG] pgmap v13338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:07.120168+0000 mgr.y (mgr.24491) 15097 : cluster [DBG] pgmap v13338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:09.120555+0000 mgr.y (mgr.24491) 15098 : cluster [DBG] pgmap v13339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:09.120555+0000 mgr.y (mgr.24491) 15098 : cluster [DBG] pgmap v13339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:09.120555+0000 mgr.y (mgr.24491) 15098 : cluster [DBG] pgmap v13339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:57:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:11.121344+0000 mgr.y (mgr.24491) 15099 : cluster [DBG] pgmap v13340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:11.121344+0000 mgr.y (mgr.24491) 15099 : cluster [DBG] pgmap v13340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:12.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:11.121344+0000 mgr.y (mgr.24491) 15099 : cluster [DBG] pgmap v13340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:13.121918+0000 mgr.y (mgr.24491) 15100 : cluster [DBG] pgmap v13341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:13.121918+0000 mgr.y (mgr.24491) 15100 : cluster [DBG] pgmap v13341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:13.121918+0000 mgr.y (mgr.24491) 15100 : cluster [DBG] pgmap v13341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:15.122764+0000 mgr.y (mgr.24491) 15101 : cluster [DBG] pgmap v13342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:15.122764+0000 mgr.y (mgr.24491) 15101 : cluster [DBG] pgmap v13342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:15.122764+0000 mgr.y (mgr.24491) 15101 : cluster [DBG] pgmap v13342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:57:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:17.123149+0000 mgr.y (mgr.24491) 15102 : cluster [DBG] pgmap v13343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:17.123149+0000 mgr.y (mgr.24491) 15102 : cluster [DBG] pgmap v13343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:17.123149+0000 mgr.y (mgr.24491) 15102 : cluster [DBG] pgmap v13343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:19.123711+0000 mgr.y (mgr.24491) 15103 : cluster [DBG] pgmap v13344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:19.123711+0000 mgr.y (mgr.24491) 15103 : cluster [DBG] pgmap v13344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:19.123711+0000 mgr.y (mgr.24491) 15103 : cluster [DBG] pgmap v13344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:57:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:21.124528+0000 mgr.y (mgr.24491) 15104 : cluster [DBG] pgmap v13345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:21.124528+0000 mgr.y (mgr.24491) 15104 : cluster [DBG] pgmap v13345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:21.124528+0000 mgr.y (mgr.24491) 15104 : cluster [DBG] pgmap v13345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:23.125005+0000 mgr.y (mgr.24491) 15105 : cluster [DBG] pgmap v13346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:23.125005+0000 mgr.y (mgr.24491) 15105 : cluster [DBG] pgmap v13346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:23.125005+0000 mgr.y (mgr.24491) 15105 : cluster [DBG] pgmap v13346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:24.789 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:57:25.063 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:57:25.063 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:57:25.063 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:57:25.063 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:57:25.063 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:57:25.063 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:57:25.063 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:57:25.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 5m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:57:25.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:57:25.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:57:25.063 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:57:25.064 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:57:25.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:57:25.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:57:25.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:57:25.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:57:25.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:57:25.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:57:25.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:57:25.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:57:25.064 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:57:25.394 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:57:25.394 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:57:25.394 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:57:25.394 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:57:25.394 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:57:25.394 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:57:25.395 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:57:25.395 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:57:25.395 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:57:25.395 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:57:25.395 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:57:25.395 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:57:25.395 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:57:25.395 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:57:25.395 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:57:25.395 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:57:25.395 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:57:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:57:24.777137+0000 mgr.y (mgr.24491) 15106 : audit [DBG] from='client.30378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:57:25.055774+0000 mgr.y (mgr.24491) 15107 : audit [DBG] from='client.40295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:25.125636+0000 mgr.y (mgr.24491) 15108 : cluster [DBG] pgmap v13347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:57:25.394776+0000 mon.a (mon.0) 3251 : audit [DBG] from='client.? 172.21.15.177:0/639777074' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:57:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:57:24.777137+0000 mgr.y (mgr.24491) 15106 : audit [DBG] from='client.30378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:57:25.055774+0000 mgr.y (mgr.24491) 15107 : audit [DBG] from='client.40295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:25.125636+0000 mgr.y (mgr.24491) 15108 : cluster [DBG] pgmap v13347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:57:25.394776+0000 mon.a (mon.0) 3251 : audit [DBG] from='client.? 172.21.15.177:0/639777074' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:57:26.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:57:24.777137+0000 mgr.y (mgr.24491) 15106 : audit [DBG] from='client.30378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:26.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:57:25.055774+0000 mgr.y (mgr.24491) 15107 : audit [DBG] from='client.40295 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:26.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:25.125636+0000 mgr.y (mgr.24491) 15108 : cluster [DBG] pgmap v13347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:26.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:57:25.394776+0000 mon.a (mon.0) 3251 : audit [DBG] from='client.? 172.21.15.177:0/639777074' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:57:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T10:57:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:27.126074+0000 mgr.y (mgr.24491) 15109 : cluster [DBG] pgmap v13348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:27.126074+0000 mgr.y (mgr.24491) 15109 : cluster [DBG] pgmap v13348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:27.126074+0000 mgr.y (mgr.24491) 15109 : cluster [DBG] pgmap v13348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:29.126411+0000 mgr.y (mgr.24491) 15110 : cluster [DBG] pgmap v13349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:29.126411+0000 mgr.y (mgr.24491) 15110 : cluster [DBG] pgmap v13349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:29.126411+0000 mgr.y (mgr.24491) 15110 : cluster [DBG] pgmap v13349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:57:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:31.127160+0000 mgr.y (mgr.24491) 15111 : cluster [DBG] pgmap v13350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:31.127160+0000 mgr.y (mgr.24491) 15111 : cluster [DBG] pgmap v13350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:31.127160+0000 mgr.y (mgr.24491) 15111 : cluster [DBG] pgmap v13350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:33.127590+0000 mgr.y (mgr.24491) 15112 : cluster [DBG] pgmap v13351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:57:34.111237+0000 mon.a (mon.0) 3252 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:57:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:33.127590+0000 mgr.y (mgr.24491) 15112 : cluster [DBG] pgmap v13351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:57:34.111237+0000 mon.a (mon.0) 3252 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:57:34.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:33.127590+0000 mgr.y (mgr.24491) 15112 : cluster [DBG] pgmap v13351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:34.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:57:34.111237+0000 mon.a (mon.0) 3252 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:57:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:57:34.404018+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:57:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:57:34.404666+0000 mon.a (mon.0) 3254 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:57:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:57:34.409107+0000 mon.a (mon.0) 3255 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:57:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:57:34.404018+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:57:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:57:34.404666+0000 mon.a (mon.0) 3254 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:57:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:57:34.409107+0000 mon.a (mon.0) 3255 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:57:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:57:34.404018+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:57:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:57:34.404666+0000 mon.a (mon.0) 3254 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:57:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:57:34.409107+0000 mon.a (mon.0) 3255 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:57:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:35.128339+0000 mgr.y (mgr.24491) 15113 : cluster [DBG] pgmap v13352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:35.128339+0000 mgr.y (mgr.24491) 15113 : cluster [DBG] pgmap v13352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:36.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:35.128339+0000 mgr.y (mgr.24491) 15113 : cluster [DBG] pgmap v13352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:37] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T10:57:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:37.128831+0000 mgr.y (mgr.24491) 15114 : cluster [DBG] pgmap v13353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:37.128831+0000 mgr.y (mgr.24491) 15114 : cluster [DBG] pgmap v13353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:37.128831+0000 mgr.y (mgr.24491) 15114 : cluster [DBG] pgmap v13353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:39.129240+0000 mgr.y (mgr.24491) 15115 : cluster [DBG] pgmap v13354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:40.972 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:39.129240+0000 mgr.y (mgr.24491) 15115 : cluster [DBG] pgmap v13354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:40.972 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:39.129240+0000 mgr.y (mgr.24491) 15115 : cluster [DBG] pgmap v13354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:57:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:41.129974+0000 mgr.y (mgr.24491) 15116 : cluster [DBG] pgmap v13355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:41.129974+0000 mgr.y (mgr.24491) 15116 : cluster [DBG] pgmap v13355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:41.129974+0000 mgr.y (mgr.24491) 15116 : cluster [DBG] pgmap v13355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:43.130364+0000 mgr.y (mgr.24491) 15117 : cluster [DBG] pgmap v13356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:43.130364+0000 mgr.y (mgr.24491) 15117 : cluster [DBG] pgmap v13356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:43.130364+0000 mgr.y (mgr.24491) 15117 : cluster [DBG] pgmap v13356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:45.130994+0000 mgr.y (mgr.24491) 15118 : cluster [DBG] pgmap v13357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:45.130994+0000 mgr.y (mgr.24491) 15118 : cluster [DBG] pgmap v13357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:45.130994+0000 mgr.y (mgr.24491) 15118 : cluster [DBG] pgmap v13357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:57:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:47.131369+0000 mgr.y (mgr.24491) 15119 : cluster [DBG] pgmap v13358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:47.131369+0000 mgr.y (mgr.24491) 15119 : cluster [DBG] pgmap v13358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:47.131369+0000 mgr.y (mgr.24491) 15119 : cluster [DBG] pgmap v13358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:49.131770+0000 mgr.y (mgr.24491) 15120 : cluster [DBG] pgmap v13359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:49.131770+0000 mgr.y (mgr.24491) 15120 : cluster [DBG] pgmap v13359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:50.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:49.131770+0000 mgr.y (mgr.24491) 15120 : cluster [DBG] pgmap v13359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:57:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:51.132402+0000 mgr.y (mgr.24491) 15121 : cluster [DBG] pgmap v13360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:51.132402+0000 mgr.y (mgr.24491) 15121 : cluster [DBG] pgmap v13360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:51.132402+0000 mgr.y (mgr.24491) 15121 : cluster [DBG] pgmap v13360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:53.132945+0000 mgr.y (mgr.24491) 15122 : cluster [DBG] pgmap v13361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:53.132945+0000 mgr.y (mgr.24491) 15122 : cluster [DBG] pgmap v13361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:53.132945+0000 mgr.y (mgr.24491) 15122 : cluster [DBG] pgmap v13361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:55.133748+0000 mgr.y (mgr.24491) 15123 : cluster [DBG] pgmap v13362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:55.133748+0000 mgr.y (mgr.24491) 15123 : cluster [DBG] pgmap v13362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:55.133748+0000 mgr.y (mgr.24491) 15123 : cluster [DBG] pgmap v13362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:55.709 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:57:55.989 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:57:55.989 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:57:55.989 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:57:55.989 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:57:55.989 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:57:55.989 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:57:55.989 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:57:55.989 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:57:55.989 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 6m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:57:55.989 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 6m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:57:55.989 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:57:55.990 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:57:55.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:57:55.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:57:55.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:57:55.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:57:55.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:57:55.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:57:55.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:57:55.990 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:57:55.990 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:57:56.325 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:57:56.325 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:57:56.325 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:57:56.326 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:57:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:57:55.697624+0000 mgr.y (mgr.24491) 15124 : audit [DBG] from='client.30396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:57:55.981735+0000 mgr.y (mgr.24491) 15125 : audit [DBG] from='client.30402 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:57:55.697624+0000 mgr.y (mgr.24491) 15124 : audit [DBG] from='client.30396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:57:55.981735+0000 mgr.y (mgr.24491) 15125 : audit [DBG] from='client.30402 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:57:55.697624+0000 mgr.y (mgr.24491) 15124 : audit [DBG] from='client.30396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:57:55.981735+0000 mgr.y (mgr.24491) 15125 : audit [DBG] from='client.30402 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:57:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:57:56.326037+0000 mon.c (mon.2) 479 : audit [DBG] from='client.? 172.21.15.177:0/2898029255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:57:57.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:57.134138+0000 mgr.y (mgr.24491) 15126 : cluster [DBG] pgmap v13363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:57.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:57:56.326037+0000 mon.c (mon.2) 479 : audit [DBG] from='client.? 172.21.15.177:0/2898029255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:57:57.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:57.134138+0000 mgr.y (mgr.24491) 15126 : cluster [DBG] pgmap v13363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:57:56.326037+0000 mon.c (mon.2) 479 : audit [DBG] from='client.? 172.21.15.177:0/2898029255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:57:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:57:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:57.134138+0000 mgr.y (mgr.24491) 15126 : cluster [DBG] pgmap v13363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:57:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:57:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T10:58:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:57:59.134633+0000 mgr.y (mgr.24491) 15127 : cluster [DBG] pgmap v13364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:57:59.134633+0000 mgr.y (mgr.24491) 15127 : cluster [DBG] pgmap v13364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:57:59.134633+0000 mgr.y (mgr.24491) 15127 : cluster [DBG] pgmap v13364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:58:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:01.135458+0000 mgr.y (mgr.24491) 15128 : cluster [DBG] pgmap v13365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:01.135458+0000 mgr.y (mgr.24491) 15128 : cluster [DBG] pgmap v13365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:01.135458+0000 mgr.y (mgr.24491) 15128 : cluster [DBG] pgmap v13365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:03.136001+0000 mgr.y (mgr.24491) 15129 : cluster [DBG] pgmap v13366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:03.136001+0000 mgr.y (mgr.24491) 15129 : cluster [DBG] pgmap v13366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:03.136001+0000 mgr.y (mgr.24491) 15129 : cluster [DBG] pgmap v13366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:05.136680+0000 mgr.y (mgr.24491) 15130 : cluster [DBG] pgmap v13367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:05.136680+0000 mgr.y (mgr.24491) 15130 : cluster [DBG] pgmap v13367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:06.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:05.136680+0000 mgr.y (mgr.24491) 15130 : cluster [DBG] pgmap v13367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:58:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:07.137266+0000 mgr.y (mgr.24491) 15131 : cluster [DBG] pgmap v13368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:07.137266+0000 mgr.y (mgr.24491) 15131 : cluster [DBG] pgmap v13368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:07.137266+0000 mgr.y (mgr.24491) 15131 : cluster [DBG] pgmap v13368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:09.137664+0000 mgr.y (mgr.24491) 15132 : cluster [DBG] pgmap v13369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:09.137664+0000 mgr.y (mgr.24491) 15132 : cluster [DBG] pgmap v13369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:09.137664+0000 mgr.y (mgr.24491) 15132 : cluster [DBG] pgmap v13369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:58:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:11.138464+0000 mgr.y (mgr.24491) 15133 : cluster [DBG] pgmap v13370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:11.138464+0000 mgr.y (mgr.24491) 15133 : cluster [DBG] pgmap v13370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:11.138464+0000 mgr.y (mgr.24491) 15133 : cluster [DBG] pgmap v13370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:13.138880+0000 mgr.y (mgr.24491) 15134 : cluster [DBG] pgmap v13371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:13.138880+0000 mgr.y (mgr.24491) 15134 : cluster [DBG] pgmap v13371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:13.138880+0000 mgr.y (mgr.24491) 15134 : cluster [DBG] pgmap v13371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:15.139516+0000 mgr.y (mgr.24491) 15135 : cluster [DBG] pgmap v13372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:15.139516+0000 mgr.y (mgr.24491) 15135 : cluster [DBG] pgmap v13372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:15.139516+0000 mgr.y (mgr.24491) 15135 : cluster [DBG] pgmap v13372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:58:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:17.139895+0000 mgr.y (mgr.24491) 15136 : cluster [DBG] pgmap v13373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:17.139895+0000 mgr.y (mgr.24491) 15136 : cluster [DBG] pgmap v13373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:17.139895+0000 mgr.y (mgr.24491) 15136 : cluster [DBG] pgmap v13373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:19.140283+0000 mgr.y (mgr.24491) 15137 : cluster [DBG] pgmap v13374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:19.140283+0000 mgr.y (mgr.24491) 15137 : cluster [DBG] pgmap v13374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:19.140283+0000 mgr.y (mgr.24491) 15137 : cluster [DBG] pgmap v13374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:58:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:21.140907+0000 mgr.y (mgr.24491) 15138 : cluster [DBG] pgmap v13375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:21.140907+0000 mgr.y (mgr.24491) 15138 : cluster [DBG] pgmap v13375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:21.140907+0000 mgr.y (mgr.24491) 15138 : cluster [DBG] pgmap v13375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:23.141467+0000 mgr.y (mgr.24491) 15139 : cluster [DBG] pgmap v13376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:23.141467+0000 mgr.y (mgr.24491) 15139 : cluster [DBG] pgmap v13376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:23.141467+0000 mgr.y (mgr.24491) 15139 : cluster [DBG] pgmap v13376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:25.142083+0000 mgr.y (mgr.24491) 15140 : cluster [DBG] pgmap v13377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:26.637 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:58:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:25.142083+0000 mgr.y (mgr.24491) 15140 : cluster [DBG] pgmap v13377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:25.142083+0000 mgr.y (mgr.24491) 15140 : cluster [DBG] pgmap v13377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:26.915 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:58:26.915 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:58:26.915 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:58:26.915 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:58:26.915 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:58:26.915 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:58:26.915 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 6m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 6m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:58:26.916 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:58:27.253 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:58:27.253 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:58:27.253 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:58:27.253 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:58:27.253 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:58:27.253 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:58:27.253 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:58:27.253 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:58:27.253 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:58:27.253 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:58:27.253 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:58:27.254 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:58:27.254 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:58:27.254 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:58:27.254 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:58:27.254 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:58:27.254 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:58:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:58:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:58:26.625675+0000 mgr.y (mgr.24491) 15141 : audit [DBG] from='client.30414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:58:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:58:26.907582+0000 mgr.y (mgr.24491) 15142 : audit [DBG] from='client.30420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:58:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:27.142416+0000 mgr.y (mgr.24491) 15143 : cluster [DBG] pgmap v13378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:58:27.253544+0000 mon.a (mon.0) 3256 : audit [DBG] from='client.? 172.21.15.177:0/3854672315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:58:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:58:26.625675+0000 mgr.y (mgr.24491) 15141 : audit [DBG] from='client.30414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:58:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:58:26.907582+0000 mgr.y (mgr.24491) 15142 : audit [DBG] from='client.30420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:58:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:27.142416+0000 mgr.y (mgr.24491) 15143 : cluster [DBG] pgmap v13378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:58:27.253544+0000 mon.a (mon.0) 3256 : audit [DBG] from='client.? 172.21.15.177:0/3854672315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:58:28.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:58:26.625675+0000 mgr.y (mgr.24491) 15141 : audit [DBG] from='client.30414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:58:28.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:58:26.907582+0000 mgr.y (mgr.24491) 15142 : audit [DBG] from='client.30420 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:58:28.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:27.142416+0000 mgr.y (mgr.24491) 15143 : cluster [DBG] pgmap v13378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:28.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:58:27.253544+0000 mon.a (mon.0) 3256 : audit [DBG] from='client.? 172.21.15.177:0/3854672315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:58:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:29.142868+0000 mgr.y (mgr.24491) 15144 : cluster [DBG] pgmap v13379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:29.142868+0000 mgr.y (mgr.24491) 15144 : cluster [DBG] pgmap v13379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:29.142868+0000 mgr.y (mgr.24491) 15144 : cluster [DBG] pgmap v13379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:58:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:31.143446+0000 mgr.y (mgr.24491) 15145 : cluster [DBG] pgmap v13380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:31.143446+0000 mgr.y (mgr.24491) 15145 : cluster [DBG] pgmap v13380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:31.143446+0000 mgr.y (mgr.24491) 15145 : cluster [DBG] pgmap v13380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:33.143902+0000 mgr.y (mgr.24491) 15146 : cluster [DBG] pgmap v13381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:33.143902+0000 mgr.y (mgr.24491) 15146 : cluster [DBG] pgmap v13381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:33.143902+0000 mgr.y (mgr.24491) 15146 : cluster [DBG] pgmap v13381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:34.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:58:34.414037+0000 mon.a (mon.0) 3257 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:58:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:58:34.414037+0000 mon.a (mon.0) 3257 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:58:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:58:34.414037+0000 mon.a (mon.0) 3257 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:58:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:58:34.713730+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:58:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:58:34.714393+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:58:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:58:34.718846+0000 mon.a (mon.0) 3260 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:58:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:35.144729+0000 mgr.y (mgr.24491) 15147 : cluster [DBG] pgmap v13382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:58:34.713730+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:58:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:58:34.714393+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:58:35.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:58:34.718846+0000 mon.a (mon.0) 3260 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:58:35.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:35.144729+0000 mgr.y (mgr.24491) 15147 : cluster [DBG] pgmap v13382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:58:34.713730+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:58:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:58:34.714393+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:58:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:58:34.718846+0000 mon.a (mon.0) 3260 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:58:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:35.144729+0000 mgr.y (mgr.24491) 15147 : cluster [DBG] pgmap v13382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:38.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T10:58:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:37.145269+0000 mgr.y (mgr.24491) 15148 : cluster [DBG] pgmap v13383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:37.145269+0000 mgr.y (mgr.24491) 15148 : cluster [DBG] pgmap v13383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:37.145269+0000 mgr.y (mgr.24491) 15148 : cluster [DBG] pgmap v13383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:39.145626+0000 mgr.y (mgr.24491) 15149 : cluster [DBG] pgmap v13384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:39.145626+0000 mgr.y (mgr.24491) 15149 : cluster [DBG] pgmap v13384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:39.145626+0000 mgr.y (mgr.24491) 15149 : cluster [DBG] pgmap v13384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:58:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:41.146499+0000 mgr.y (mgr.24491) 15150 : cluster [DBG] pgmap v13385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:41.146499+0000 mgr.y (mgr.24491) 15150 : cluster [DBG] pgmap v13385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:41.146499+0000 mgr.y (mgr.24491) 15150 : cluster [DBG] pgmap v13385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:43.147039+0000 mgr.y (mgr.24491) 15151 : cluster [DBG] pgmap v13386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:43.147039+0000 mgr.y (mgr.24491) 15151 : cluster [DBG] pgmap v13386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:43.147039+0000 mgr.y (mgr.24491) 15151 : cluster [DBG] pgmap v13386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:45.147672+0000 mgr.y (mgr.24491) 15152 : cluster [DBG] pgmap v13387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:45.147672+0000 mgr.y (mgr.24491) 15152 : cluster [DBG] pgmap v13387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:45.147672+0000 mgr.y (mgr.24491) 15152 : cluster [DBG] pgmap v13387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:58:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:47.148150+0000 mgr.y (mgr.24491) 15153 : cluster [DBG] pgmap v13388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:47.148150+0000 mgr.y (mgr.24491) 15153 : cluster [DBG] pgmap v13388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:47.148150+0000 mgr.y (mgr.24491) 15153 : cluster [DBG] pgmap v13388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:49.148500+0000 mgr.y (mgr.24491) 15154 : cluster [DBG] pgmap v13389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:49.148500+0000 mgr.y (mgr.24491) 15154 : cluster [DBG] pgmap v13389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:49.148500+0000 mgr.y (mgr.24491) 15154 : cluster [DBG] pgmap v13389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:58:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:51.149146+0000 mgr.y (mgr.24491) 15155 : cluster [DBG] pgmap v13390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:51.149146+0000 mgr.y (mgr.24491) 15155 : cluster [DBG] pgmap v13390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:51.149146+0000 mgr.y (mgr.24491) 15155 : cluster [DBG] pgmap v13390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:53.149581+0000 mgr.y (mgr.24491) 15156 : cluster [DBG] pgmap v13391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:53.149581+0000 mgr.y (mgr.24491) 15156 : cluster [DBG] pgmap v13391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:54.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:53.149581+0000 mgr.y (mgr.24491) 15156 : cluster [DBG] pgmap v13391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:55.150388+0000 mgr.y (mgr.24491) 15157 : cluster [DBG] pgmap v13392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:55.150388+0000 mgr.y (mgr.24491) 15157 : cluster [DBG] pgmap v13392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:55.150388+0000 mgr.y (mgr.24491) 15157 : cluster [DBG] pgmap v13392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:57.561 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:58:57.838 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 7m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 7m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:58:57.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 7m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:58:57.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 7m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:58:57.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:58:57.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:58:57.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:58:57.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:58:57.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:58:57.840 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:58:57.840 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:58:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:58:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:58:58.174 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:58:58.174 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:58:58.174 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:58:58.174 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:58:58.174 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:58:58.174 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:58:58.174 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:58:58.174 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:58:58.174 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:58:58.175 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:58:58.175 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:58:58.175 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:58:58.175 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:58:58.175 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:58:58.175 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:58:58.175 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:58:58.175 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:58:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:57.150859+0000 mgr.y (mgr.24491) 15158 : cluster [DBG] pgmap v13393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:58:58.174619+0000 mon.c (mon.2) 480 : audit [DBG] from='client.? 172.21.15.177:0/2127176843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:58:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:57.150859+0000 mgr.y (mgr.24491) 15158 : cluster [DBG] pgmap v13393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:58:58.174619+0000 mon.c (mon.2) 480 : audit [DBG] from='client.? 172.21.15.177:0/2127176843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:58:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:57.150859+0000 mgr.y (mgr.24491) 15158 : cluster [DBG] pgmap v13393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:58:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:58:58.174619+0000 mon.c (mon.2) 480 : audit [DBG] from='client.? 172.21.15.177:0/2127176843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:58:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:58:57.549348+0000 mgr.y (mgr.24491) 15159 : audit [DBG] from='client.30432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:58:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:58:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:58:57.831579+0000 mgr.y (mgr.24491) 15160 : audit [DBG] from='client.40349 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:58:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:58:57.549348+0000 mgr.y (mgr.24491) 15159 : audit [DBG] from='client.30432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:58:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:58:57.831579+0000 mgr.y (mgr.24491) 15160 : audit [DBG] from='client.40349 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:58:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:58:57.549348+0000 mgr.y (mgr.24491) 15159 : audit [DBG] from='client.30432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:58:59.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:58:57.831579+0000 mgr.y (mgr.24491) 15160 : audit [DBG] from='client.40349 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:59:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:58:59.151316+0000 mgr.y (mgr.24491) 15161 : cluster [DBG] pgmap v13394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:58:59.151316+0000 mgr.y (mgr.24491) 15161 : cluster [DBG] pgmap v13394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:58:59.151316+0000 mgr.y (mgr.24491) 15161 : cluster [DBG] pgmap v13394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:59:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:01.152013+0000 mgr.y (mgr.24491) 15162 : cluster [DBG] pgmap v13395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:01.152013+0000 mgr.y (mgr.24491) 15162 : cluster [DBG] pgmap v13395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:01.152013+0000 mgr.y (mgr.24491) 15162 : cluster [DBG] pgmap v13395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:03.152373+0000 mgr.y (mgr.24491) 15163 : cluster [DBG] pgmap v13396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:03.152373+0000 mgr.y (mgr.24491) 15163 : cluster [DBG] pgmap v13396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:03.152373+0000 mgr.y (mgr.24491) 15163 : cluster [DBG] pgmap v13396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:05.153226+0000 mgr.y (mgr.24491) 15164 : cluster [DBG] pgmap v13397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:05.153226+0000 mgr.y (mgr.24491) 15164 : cluster [DBG] pgmap v13397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:05.153226+0000 mgr.y (mgr.24491) 15164 : cluster [DBG] pgmap v13397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T10:59:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:07.153645+0000 mgr.y (mgr.24491) 15165 : cluster [DBG] pgmap v13398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:07.153645+0000 mgr.y (mgr.24491) 15165 : cluster [DBG] pgmap v13398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:07.153645+0000 mgr.y (mgr.24491) 15165 : cluster [DBG] pgmap v13398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:09.154213+0000 mgr.y (mgr.24491) 15166 : cluster [DBG] pgmap v13399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:10.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:09.154213+0000 mgr.y (mgr.24491) 15166 : cluster [DBG] pgmap v13399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:10.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:09.154213+0000 mgr.y (mgr.24491) 15166 : cluster [DBG] pgmap v13399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:11.261 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:59:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:11.154844+0000 mgr.y (mgr.24491) 15167 : cluster [DBG] pgmap v13400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:11.154844+0000 mgr.y (mgr.24491) 15167 : cluster [DBG] pgmap v13400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:11.154844+0000 mgr.y (mgr.24491) 15167 : cluster [DBG] pgmap v13400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:13.155419+0000 mgr.y (mgr.24491) 15168 : cluster [DBG] pgmap v13401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:13.155419+0000 mgr.y (mgr.24491) 15168 : cluster [DBG] pgmap v13401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:13.155419+0000 mgr.y (mgr.24491) 15168 : cluster [DBG] pgmap v13401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:16.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:15.156030+0000 mgr.y (mgr.24491) 15169 : cluster [DBG] pgmap v13402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:15.156030+0000 mgr.y (mgr.24491) 15169 : cluster [DBG] pgmap v13402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:16.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:15.156030+0000 mgr.y (mgr.24491) 15169 : cluster [DBG] pgmap v13402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:59:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:17.156427+0000 mgr.y (mgr.24491) 15170 : cluster [DBG] pgmap v13403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:17.156427+0000 mgr.y (mgr.24491) 15170 : cluster [DBG] pgmap v13403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:17.156427+0000 mgr.y (mgr.24491) 15170 : cluster [DBG] pgmap v13403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:19.156846+0000 mgr.y (mgr.24491) 15171 : cluster [DBG] pgmap v13404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:19.156846+0000 mgr.y (mgr.24491) 15171 : cluster [DBG] pgmap v13404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:20.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:19.156846+0000 mgr.y (mgr.24491) 15171 : cluster [DBG] pgmap v13404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:59:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:21.157554+0000 mgr.y (mgr.24491) 15172 : cluster [DBG] pgmap v13405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:21.157554+0000 mgr.y (mgr.24491) 15172 : cluster [DBG] pgmap v13405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:21.157554+0000 mgr.y (mgr.24491) 15172 : cluster [DBG] pgmap v13405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:23.158082+0000 mgr.y (mgr.24491) 15173 : cluster [DBG] pgmap v13406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:23.158082+0000 mgr.y (mgr.24491) 15173 : cluster [DBG] pgmap v13406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:23.158082+0000 mgr.y (mgr.24491) 15173 : cluster [DBG] pgmap v13406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:25.158879+0000 mgr.y (mgr.24491) 15174 : cluster [DBG] pgmap v13407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:25.158879+0000 mgr.y (mgr.24491) 15174 : cluster [DBG] pgmap v13407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:25.158879+0000 mgr.y (mgr.24491) 15174 : cluster [DBG] pgmap v13407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T10:59:28.487 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:59:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:27.159399+0000 mgr.y (mgr.24491) 15175 : cluster [DBG] pgmap v13408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:27.159399+0000 mgr.y (mgr.24491) 15175 : cluster [DBG] pgmap v13408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:27.159399+0000 mgr.y (mgr.24491) 15175 : cluster [DBG] pgmap v13408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:28.762 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:59:28.762 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:59:28.762 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:59:28.762 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:59:28.762 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:59:28.762 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 7m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 7m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 7m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 7m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:59:28.763 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T10:59:29.095 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T10:59:29.095 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T10:59:29.095 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T10:59:29.095 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T10:59:29.096 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T10:59:29.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:59:29.095866+0000 mon.c (mon.2) 481 : audit [DBG] from='client.? 172.21.15.177:0/194480902' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:59:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:59:29.095866+0000 mon.c (mon.2) 481 : audit [DBG] from='client.? 172.21.15.177:0/194480902' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:59:29.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:59:29.095866+0000 mon.c (mon.2) 481 : audit [DBG] from='client.? 172.21.15.177:0/194480902' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T10:59:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:59:28.475403+0000 mgr.y (mgr.24491) 15176 : audit [DBG] from='client.30450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:59:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:59:28.755442+0000 mgr.y (mgr.24491) 15177 : audit [DBG] from='client.40367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:59:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:29.159776+0000 mgr.y (mgr.24491) 15178 : cluster [DBG] pgmap v13409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:59:28.475403+0000 mgr.y (mgr.24491) 15176 : audit [DBG] from='client.30450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:59:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:59:28.755442+0000 mgr.y (mgr.24491) 15177 : audit [DBG] from='client.40367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:59:30.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:29.159776+0000 mgr.y (mgr.24491) 15178 : cluster [DBG] pgmap v13409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:30.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:59:28.475403+0000 mgr.y (mgr.24491) 15176 : audit [DBG] from='client.30450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:59:30.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:59:28.755442+0000 mgr.y (mgr.24491) 15177 : audit [DBG] from='client.40367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T10:59:30.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:29.159776+0000 mgr.y (mgr.24491) 15178 : cluster [DBG] pgmap v13409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:59:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:31.160432+0000 mgr.y (mgr.24491) 15179 : cluster [DBG] pgmap v13410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:31.160432+0000 mgr.y (mgr.24491) 15179 : cluster [DBG] pgmap v13410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:31.160432+0000 mgr.y (mgr.24491) 15179 : cluster [DBG] pgmap v13410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:33.161062+0000 mgr.y (mgr.24491) 15180 : cluster [DBG] pgmap v13411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:33.161062+0000 mgr.y (mgr.24491) 15180 : cluster [DBG] pgmap v13411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:33.161062+0000 mgr.y (mgr.24491) 15180 : cluster [DBG] pgmap v13411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:59:34.723151+0000 mon.a (mon.0) 3261 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:59:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:59:35.014473+0000 mon.a (mon.0) 3262 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:59:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:59:35.015104+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:59:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:59:35.019268+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:59:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:59:34.723151+0000 mon.a (mon.0) 3261 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:59:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:59:35.014473+0000 mon.a (mon.0) 3262 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:59:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:59:35.015104+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:59:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:59:35.019268+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:59:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:59:34.723151+0000 mon.a (mon.0) 3261 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T10:59:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:59:35.014473+0000 mon.a (mon.0) 3262 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T10:59:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:59:35.015104+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T10:59:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:59:35.019268+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T10:59:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:35.161596+0000 mgr.y (mgr.24491) 15181 : cluster [DBG] pgmap v13412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:35.161596+0000 mgr.y (mgr.24491) 15181 : cluster [DBG] pgmap v13412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:35.161596+0000 mgr.y (mgr.24491) 15181 : cluster [DBG] pgmap v13412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:37] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T10:59:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:37.162031+0000 mgr.y (mgr.24491) 15182 : cluster [DBG] pgmap v13413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:37.162031+0000 mgr.y (mgr.24491) 15182 : cluster [DBG] pgmap v13413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:37.162031+0000 mgr.y (mgr.24491) 15182 : cluster [DBG] pgmap v13413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:39.162450+0000 mgr.y (mgr.24491) 15183 : cluster [DBG] pgmap v13414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:39.162450+0000 mgr.y (mgr.24491) 15183 : cluster [DBG] pgmap v13414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:39.162450+0000 mgr.y (mgr.24491) 15183 : cluster [DBG] pgmap v13414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:41.311 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:59:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:41.163328+0000 mgr.y (mgr.24491) 15184 : cluster [DBG] pgmap v13415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:41.163328+0000 mgr.y (mgr.24491) 15184 : cluster [DBG] pgmap v13415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:41.163328+0000 mgr.y (mgr.24491) 15184 : cluster [DBG] pgmap v13415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:43.163904+0000 mgr.y (mgr.24491) 15185 : cluster [DBG] pgmap v13416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:43.163904+0000 mgr.y (mgr.24491) 15185 : cluster [DBG] pgmap v13416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:43.163904+0000 mgr.y (mgr.24491) 15185 : cluster [DBG] pgmap v13416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:45.164517+0000 mgr.y (mgr.24491) 15186 : cluster [DBG] pgmap v13417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:45.164517+0000 mgr.y (mgr.24491) 15186 : cluster [DBG] pgmap v13417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:46.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:45.164517+0000 mgr.y (mgr.24491) 15186 : cluster [DBG] pgmap v13417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:59:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:47.165008+0000 mgr.y (mgr.24491) 15187 : cluster [DBG] pgmap v13418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:47.165008+0000 mgr.y (mgr.24491) 15187 : cluster [DBG] pgmap v13418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:47.165008+0000 mgr.y (mgr.24491) 15187 : cluster [DBG] pgmap v13418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:49.165515+0000 mgr.y (mgr.24491) 15188 : cluster [DBG] pgmap v13419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:49.165515+0000 mgr.y (mgr.24491) 15188 : cluster [DBG] pgmap v13419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:49.165515+0000 mgr.y (mgr.24491) 15188 : cluster [DBG] pgmap v13419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 10:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T10:59:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:51.166248+0000 mgr.y (mgr.24491) 15189 : cluster [DBG] pgmap v13420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:51.166248+0000 mgr.y (mgr.24491) 15189 : cluster [DBG] pgmap v13420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:51.166248+0000 mgr.y (mgr.24491) 15189 : cluster [DBG] pgmap v13420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:54.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:53.166735+0000 mgr.y (mgr.24491) 15190 : cluster [DBG] pgmap v13421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:53.166735+0000 mgr.y (mgr.24491) 15190 : cluster [DBG] pgmap v13421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:53.166735+0000 mgr.y (mgr.24491) 15190 : cluster [DBG] pgmap v13421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:55.167618+0000 mgr.y (mgr.24491) 15191 : cluster [DBG] pgmap v13422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:55.167618+0000 mgr.y (mgr.24491) 15191 : cluster [DBG] pgmap v13422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:55.167618+0000 mgr.y (mgr.24491) 15191 : cluster [DBG] pgmap v13422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 10:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:10:59:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T10:59:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 10:59:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:57.168084+0000 mgr.y (mgr.24491) 15192 : cluster [DBG] pgmap v13423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 10:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:57.168084+0000 mgr.y (mgr.24491) 15192 : cluster [DBG] pgmap v13423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 10:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:57.168084+0000 mgr.y (mgr.24491) 15192 : cluster [DBG] pgmap v13423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T10:59:59.409 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T10:59:59.684 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T10:59:59.684 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T10:59:59.684 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T10:59:59.684 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 8m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 8m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 8m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 8m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 8m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 8m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 8m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T10:59:59.685 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 8m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T10:59:59.686 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 8m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T10:59:59.686 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T10:59:59.686 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T10:59:59.686 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T10:59:59.686 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:00:00.019 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:00:00.020 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:00:00.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:00:00.021 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:00:00.021 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:00:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T10:59:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:00:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T10:59:59.168459+0000 mgr.y (mgr.24491) 15193 : cluster [DBG] pgmap v13424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:00.000106+0000 mon.a (mon.0) 3265 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:00:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:00:00.020387+0000 mon.c (mon.2) 482 : audit [DBG] from='client.? 172.21.15.177:0/36348619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:00:00.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T10:59:59.168459+0000 mgr.y (mgr.24491) 15193 : cluster [DBG] pgmap v13424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:00.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:00.000106+0000 mon.a (mon.0) 3265 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:00:00.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:00:00.020387+0000 mon.c (mon.2) 482 : audit [DBG] from='client.? 172.21.15.177:0/36348619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:00:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T10:59:59.168459+0000 mgr.y (mgr.24491) 15193 : cluster [DBG] pgmap v13424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:00.000106+0000 mon.a (mon.0) 3265 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:00:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:00:00.020387+0000 mon.c (mon.2) 482 : audit [DBG] from='client.? 172.21.15.177:0/36348619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:00:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:00:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:59:59.397761+0000 mgr.y (mgr.24491) 15194 : audit [DBG] from='client.40379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T10:59:59.677177+0000 mgr.y (mgr.24491) 15195 : audit [DBG] from='client.30474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:01.501 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 11:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T11:00:01.058Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1713600000138 maxt=1713607200000 ulid=01HVXJKFVJWXCHVDV4CPYHJAQY duration=48.230776ms 2024-04-20T11:00:01.501 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 11:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T11:00:01.061Z caller=head.go:827 level=info component=tsdb msg="Head GC completed" duration=2.596859ms 2024-04-20T11:00:01.501 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 11:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T11:00:01.110Z caller=compact.go:460 level=info component=tsdb msg="compact blocks" count=2 mint=1713583987725 maxt=1713592800000 ulid=01HVXJKFX64E3TWCKN7WP2Q62Q sources="[01HVX3ASWKC13PQMNE869GG6EA 01HVX4W1BJVNGGY36ZT04FKPF7]" duration=48.303396ms 2024-04-20T11:00:01.501 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 11:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T11:00:01.111Z caller=db.go:1287 level=info component=tsdb msg="Deleting obsolete block" block=01HVX3ASWKC13PQMNE869GG6EA 2024-04-20T11:00:01.501 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 11:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T11:00:01.112Z caller=db.go:1287 level=info component=tsdb msg="Deleting obsolete block" block=01HVX4W1BJVNGGY36ZT04FKPF7 2024-04-20T11:00:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:59:59.397761+0000 mgr.y (mgr.24491) 15194 : audit [DBG] from='client.40379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T10:59:59.677177+0000 mgr.y (mgr.24491) 15195 : audit [DBG] from='client.30474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:01.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:59:59.397761+0000 mgr.y (mgr.24491) 15194 : audit [DBG] from='client.40379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:01.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T10:59:59.677177+0000 mgr.y (mgr.24491) 15195 : audit [DBG] from='client.30474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:01.169086+0000 mgr.y (mgr.24491) 15196 : cluster [DBG] pgmap v13425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:01.169086+0000 mgr.y (mgr.24491) 15196 : cluster [DBG] pgmap v13425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:01.169086+0000 mgr.y (mgr.24491) 15196 : cluster [DBG] pgmap v13425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:03.169491+0000 mgr.y (mgr.24491) 15197 : cluster [DBG] pgmap v13426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:04.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:03.169491+0000 mgr.y (mgr.24491) 15197 : cluster [DBG] pgmap v13426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:03.169491+0000 mgr.y (mgr.24491) 15197 : cluster [DBG] pgmap v13426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:05.170098+0000 mgr.y (mgr.24491) 15198 : cluster [DBG] pgmap v13427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:06.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:05.170098+0000 mgr.y (mgr.24491) 15198 : cluster [DBG] pgmap v13427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:05.170098+0000 mgr.y (mgr.24491) 15198 : cluster [DBG] pgmap v13427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:07.170616+0000 mgr.y (mgr.24491) 15199 : cluster [DBG] pgmap v13428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:07.170616+0000 mgr.y (mgr.24491) 15199 : cluster [DBG] pgmap v13428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:07.170616+0000 mgr.y (mgr.24491) 15199 : cluster [DBG] pgmap v13428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:00:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:09.171141+0000 mgr.y (mgr.24491) 15200 : cluster [DBG] pgmap v13429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:10.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:09.171141+0000 mgr.y (mgr.24491) 15200 : cluster [DBG] pgmap v13429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:10.562 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:09.171141+0000 mgr.y (mgr.24491) 15200 : cluster [DBG] pgmap v13429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:00:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:11.171887+0000 mgr.y (mgr.24491) 15201 : cluster [DBG] pgmap v13430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:11.171887+0000 mgr.y (mgr.24491) 15201 : cluster [DBG] pgmap v13430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:12.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:11.171887+0000 mgr.y (mgr.24491) 15201 : cluster [DBG] pgmap v13430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:13.172299+0000 mgr.y (mgr.24491) 15202 : cluster [DBG] pgmap v13431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:13.172299+0000 mgr.y (mgr.24491) 15202 : cluster [DBG] pgmap v13431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:13.172299+0000 mgr.y (mgr.24491) 15202 : cluster [DBG] pgmap v13431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:15.172909+0000 mgr.y (mgr.24491) 15203 : cluster [DBG] pgmap v13432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:15.172909+0000 mgr.y (mgr.24491) 15203 : cluster [DBG] pgmap v13432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:15.172909+0000 mgr.y (mgr.24491) 15203 : cluster [DBG] pgmap v13432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T11:00:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:17.173379+0000 mgr.y (mgr.24491) 15204 : cluster [DBG] pgmap v13433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:17.173379+0000 mgr.y (mgr.24491) 15204 : cluster [DBG] pgmap v13433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:17.173379+0000 mgr.y (mgr.24491) 15204 : cluster [DBG] pgmap v13433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:19.173912+0000 mgr.y (mgr.24491) 15205 : cluster [DBG] pgmap v13434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:19.173912+0000 mgr.y (mgr.24491) 15205 : cluster [DBG] pgmap v13434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:19.173912+0000 mgr.y (mgr.24491) 15205 : cluster [DBG] pgmap v13434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:21.515 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:00:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:21.174600+0000 mgr.y (mgr.24491) 15206 : cluster [DBG] pgmap v13435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:21.174600+0000 mgr.y (mgr.24491) 15206 : cluster [DBG] pgmap v13435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:21.174600+0000 mgr.y (mgr.24491) 15206 : cluster [DBG] pgmap v13435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:23.175181+0000 mgr.y (mgr.24491) 15207 : cluster [DBG] pgmap v13436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:23.175181+0000 mgr.y (mgr.24491) 15207 : cluster [DBG] pgmap v13436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:23.175181+0000 mgr.y (mgr.24491) 15207 : cluster [DBG] pgmap v13436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:25.176020+0000 mgr.y (mgr.24491) 15208 : cluster [DBG] pgmap v13437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:25.176020+0000 mgr.y (mgr.24491) 15208 : cluster [DBG] pgmap v13437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:25.176020+0000 mgr.y (mgr.24491) 15208 : cluster [DBG] pgmap v13437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T11:00:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:27.176509+0000 mgr.y (mgr.24491) 15209 : cluster [DBG] pgmap v13438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:27.176509+0000 mgr.y (mgr.24491) 15209 : cluster [DBG] pgmap v13438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:27.176509+0000 mgr.y (mgr.24491) 15209 : cluster [DBG] pgmap v13438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:30.334 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:00:30.610 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:00:30.610 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:00:30.610 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 8m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 8m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 8m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 8m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 8m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 8m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 8m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 8m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 8m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:00:30.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:00:30.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:00:30.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:00:30.612 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:00:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:29.177093+0000 mgr.y (mgr.24491) 15210 : cluster [DBG] pgmap v13439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:29.177093+0000 mgr.y (mgr.24491) 15210 : cluster [DBG] pgmap v13439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:30.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:29.177093+0000 mgr.y (mgr.24491) 15210 : cluster [DBG] pgmap v13439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:00:30.943 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:00:30.944 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:00:30.944 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:00:30.944 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:00:30.944 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:00:31.262 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:00:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:00:30.943420+0000 mon.c (mon.2) 483 : audit [DBG] from='client.? 172.21.15.177:0/2572799576' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:00:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:00:30.943420+0000 mon.c (mon.2) 483 : audit [DBG] from='client.? 172.21.15.177:0/2572799576' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:00:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:00:30.943420+0000 mon.c (mon.2) 483 : audit [DBG] from='client.? 172.21.15.177:0/2572799576' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:00:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:00:30.322489+0000 mgr.y (mgr.24491) 15211 : audit [DBG] from='client.40397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:00:30.603357+0000 mgr.y (mgr.24491) 15212 : audit [DBG] from='client.40403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:32.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:31.177687+0000 mgr.y (mgr.24491) 15213 : cluster [DBG] pgmap v13440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:00:30.322489+0000 mgr.y (mgr.24491) 15211 : audit [DBG] from='client.40397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:00:30.603357+0000 mgr.y (mgr.24491) 15212 : audit [DBG] from='client.40403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:32.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:31.177687+0000 mgr.y (mgr.24491) 15213 : cluster [DBG] pgmap v13440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:00:30.322489+0000 mgr.y (mgr.24491) 15211 : audit [DBG] from='client.40397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:00:30.603357+0000 mgr.y (mgr.24491) 15212 : audit [DBG] from='client.40403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:00:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:31.177687+0000 mgr.y (mgr.24491) 15213 : cluster [DBG] pgmap v13440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:33.178228+0000 mgr.y (mgr.24491) 15214 : cluster [DBG] pgmap v13441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:33.178228+0000 mgr.y (mgr.24491) 15214 : cluster [DBG] pgmap v13441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:33.178228+0000 mgr.y (mgr.24491) 15214 : cluster [DBG] pgmap v13441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:00:35.023516+0000 mon.a (mon.0) 3266 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:00:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:00:35.023516+0000 mon.a (mon.0) 3266 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:00:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:00:35.023516+0000 mon.a (mon.0) 3266 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:00:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:35.178805+0000 mgr.y (mgr.24491) 15215 : cluster [DBG] pgmap v13442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:00:35.319581+0000 mon.a (mon.0) 3267 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:00:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:00:35.320216+0000 mon.a (mon.0) 3268 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:00:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:00:35.326224+0000 mon.a (mon.0) 3269 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:00:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:35.178805+0000 mgr.y (mgr.24491) 15215 : cluster [DBG] pgmap v13442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:36.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:00:35.319581+0000 mon.a (mon.0) 3267 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:00:36.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:00:35.320216+0000 mon.a (mon.0) 3268 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:00:36.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:00:35.326224+0000 mon.a (mon.0) 3269 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:00:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:35.178805+0000 mgr.y (mgr.24491) 15215 : cluster [DBG] pgmap v13442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:00:35.319581+0000 mon.a (mon.0) 3267 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:00:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:00:35.320216+0000 mon.a (mon.0) 3268 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:00:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:00:35.326224+0000 mon.a (mon.0) 3269 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:00:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:00:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:37.179223+0000 mgr.y (mgr.24491) 15216 : cluster [DBG] pgmap v13443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:37.179223+0000 mgr.y (mgr.24491) 15216 : cluster [DBG] pgmap v13443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:37.179223+0000 mgr.y (mgr.24491) 15216 : cluster [DBG] pgmap v13443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:39.179635+0000 mgr.y (mgr.24491) 15217 : cluster [DBG] pgmap v13444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:39.179635+0000 mgr.y (mgr.24491) 15217 : cluster [DBG] pgmap v13444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:39.179635+0000 mgr.y (mgr.24491) 15217 : cluster [DBG] pgmap v13444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:00:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:41.180257+0000 mgr.y (mgr.24491) 15218 : cluster [DBG] pgmap v13445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:41.180257+0000 mgr.y (mgr.24491) 15218 : cluster [DBG] pgmap v13445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:42.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:41.180257+0000 mgr.y (mgr.24491) 15218 : cluster [DBG] pgmap v13445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:43.180722+0000 mgr.y (mgr.24491) 15219 : cluster [DBG] pgmap v13446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:43.180722+0000 mgr.y (mgr.24491) 15219 : cluster [DBG] pgmap v13446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:43.180722+0000 mgr.y (mgr.24491) 15219 : cluster [DBG] pgmap v13446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:45.181630+0000 mgr.y (mgr.24491) 15220 : cluster [DBG] pgmap v13447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:45.181630+0000 mgr.y (mgr.24491) 15220 : cluster [DBG] pgmap v13447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:45.181630+0000 mgr.y (mgr.24491) 15220 : cluster [DBG] pgmap v13447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:00:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:47.182139+0000 mgr.y (mgr.24491) 15221 : cluster [DBG] pgmap v13448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:47.182139+0000 mgr.y (mgr.24491) 15221 : cluster [DBG] pgmap v13448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:47.182139+0000 mgr.y (mgr.24491) 15221 : cluster [DBG] pgmap v13448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:49.182557+0000 mgr.y (mgr.24491) 15222 : cluster [DBG] pgmap v13449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:50.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:49.182557+0000 mgr.y (mgr.24491) 15222 : cluster [DBG] pgmap v13449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:49.182557+0000 mgr.y (mgr.24491) 15222 : cluster [DBG] pgmap v13449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:00:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:51.183225+0000 mgr.y (mgr.24491) 15223 : cluster [DBG] pgmap v13450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:52.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:51.183225+0000 mgr.y (mgr.24491) 15223 : cluster [DBG] pgmap v13450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:52.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:51.183225+0000 mgr.y (mgr.24491) 15223 : cluster [DBG] pgmap v13450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:53.183779+0000 mgr.y (mgr.24491) 15224 : cluster [DBG] pgmap v13451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:54.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:53.183779+0000 mgr.y (mgr.24491) 15224 : cluster [DBG] pgmap v13451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:53.183779+0000 mgr.y (mgr.24491) 15224 : cluster [DBG] pgmap v13451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:55.184510+0000 mgr.y (mgr.24491) 15225 : cluster [DBG] pgmap v13452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:55.184510+0000 mgr.y (mgr.24491) 15225 : cluster [DBG] pgmap v13452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:55.184510+0000 mgr.y (mgr.24491) 15225 : cluster [DBG] pgmap v13452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:57.184934+0000 mgr.y (mgr.24491) 15226 : cluster [DBG] pgmap v13453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:57.184934+0000 mgr.y (mgr.24491) 15226 : cluster [DBG] pgmap v13453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:00:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:57.184934+0000 mgr.y (mgr.24491) 15226 : cluster [DBG] pgmap v13453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:00:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:00:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:01:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:00:59.185304+0000 mgr.y (mgr.24491) 15227 : cluster [DBG] pgmap v13454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:00:59.185304+0000 mgr.y (mgr.24491) 15227 : cluster [DBG] pgmap v13454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:00:59.185304+0000 mgr.y (mgr.24491) 15227 : cluster [DBG] pgmap v13454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:01.253 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:01:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:01:01.528 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:01:01.528 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 9m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:01:01.528 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 9m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:01:01.528 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 9m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:01:01.528 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 9m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:01:01.528 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 9m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:01:01.529 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 9m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:01:01.529 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 9m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:01:01.529 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 9m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:01:01.529 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 9m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:01:01.529 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 9m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:01:01.529 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 9m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:01:01.529 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 9m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:01:01.529 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 9m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:01:01.529 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 9m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:01:01.529 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 9m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:01:01.529 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 9m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:01:01.530 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 9m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:01:01.530 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 9m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:01:01.530 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 9m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:01:01.530 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 9m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:01:01.862 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:01:01.862 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:01:01.862 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:01:01.862 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:01:01.862 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:01:01.863 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:01:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:01.185852+0000 mgr.y (mgr.24491) 15228 : cluster [DBG] pgmap v13455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:01.241856+0000 mgr.y (mgr.24491) 15229 : audit [DBG] from='client.30504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:01.862786+0000 mon.a (mon.0) 3270 : audit [DBG] from='client.? 172.21.15.177:0/2393210520' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:01:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:01.185852+0000 mgr.y (mgr.24491) 15228 : cluster [DBG] pgmap v13455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:01.241856+0000 mgr.y (mgr.24491) 15229 : audit [DBG] from='client.30504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:01.862786+0000 mon.a (mon.0) 3270 : audit [DBG] from='client.? 172.21.15.177:0/2393210520' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:01:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:01.185852+0000 mgr.y (mgr.24491) 15228 : cluster [DBG] pgmap v13455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:01.241856+0000 mgr.y (mgr.24491) 15229 : audit [DBG] from='client.30504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:01.862786+0000 mon.a (mon.0) 3270 : audit [DBG] from='client.? 172.21.15.177:0/2393210520' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:01:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:01.521081+0000 mgr.y (mgr.24491) 15230 : audit [DBG] from='client.40421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:01.521081+0000 mgr.y (mgr.24491) 15230 : audit [DBG] from='client.40421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:03.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:01.521081+0000 mgr.y (mgr.24491) 15230 : audit [DBG] from='client.40421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:03.186414+0000 mgr.y (mgr.24491) 15231 : cluster [DBG] pgmap v13456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:04.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:03.186414+0000 mgr.y (mgr.24491) 15231 : cluster [DBG] pgmap v13456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:03.186414+0000 mgr.y (mgr.24491) 15231 : cluster [DBG] pgmap v13456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:05.187022+0000 mgr.y (mgr.24491) 15232 : cluster [DBG] pgmap v13457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:06.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:05.187022+0000 mgr.y (mgr.24491) 15232 : cluster [DBG] pgmap v13457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:05.187022+0000 mgr.y (mgr.24491) 15232 : cluster [DBG] pgmap v13457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:01:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:07.187517+0000 mgr.y (mgr.24491) 15233 : cluster [DBG] pgmap v13458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:07.187517+0000 mgr.y (mgr.24491) 15233 : cluster [DBG] pgmap v13458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:07.187517+0000 mgr.y (mgr.24491) 15233 : cluster [DBG] pgmap v13458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:09.187952+0000 mgr.y (mgr.24491) 15234 : cluster [DBG] pgmap v13459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:09.187952+0000 mgr.y (mgr.24491) 15234 : cluster [DBG] pgmap v13459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:10.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:09.187952+0000 mgr.y (mgr.24491) 15234 : cluster [DBG] pgmap v13459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:01:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:11.188592+0000 mgr.y (mgr.24491) 15235 : cluster [DBG] pgmap v13460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:11.188592+0000 mgr.y (mgr.24491) 15235 : cluster [DBG] pgmap v13460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:11.188592+0000 mgr.y (mgr.24491) 15235 : cluster [DBG] pgmap v13460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:13.189117+0000 mgr.y (mgr.24491) 15236 : cluster [DBG] pgmap v13461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:13.189117+0000 mgr.y (mgr.24491) 15236 : cluster [DBG] pgmap v13461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:13.189117+0000 mgr.y (mgr.24491) 15236 : cluster [DBG] pgmap v13461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:15.189868+0000 mgr.y (mgr.24491) 15237 : cluster [DBG] pgmap v13462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:15.189868+0000 mgr.y (mgr.24491) 15237 : cluster [DBG] pgmap v13462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:15.189868+0000 mgr.y (mgr.24491) 15237 : cluster [DBG] pgmap v13462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:01:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:17.190264+0000 mgr.y (mgr.24491) 15238 : cluster [DBG] pgmap v13463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:17.190264+0000 mgr.y (mgr.24491) 15238 : cluster [DBG] pgmap v13463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:17.190264+0000 mgr.y (mgr.24491) 15238 : cluster [DBG] pgmap v13463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:19.190751+0000 mgr.y (mgr.24491) 15239 : cluster [DBG] pgmap v13464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:19.190751+0000 mgr.y (mgr.24491) 15239 : cluster [DBG] pgmap v13464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:19.190751+0000 mgr.y (mgr.24491) 15239 : cluster [DBG] pgmap v13464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:01:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:21.191555+0000 mgr.y (mgr.24491) 15240 : cluster [DBG] pgmap v13465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:21.191555+0000 mgr.y (mgr.24491) 15240 : cluster [DBG] pgmap v13465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:21.191555+0000 mgr.y (mgr.24491) 15240 : cluster [DBG] pgmap v13465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:23.192091+0000 mgr.y (mgr.24491) 15241 : cluster [DBG] pgmap v13466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:23.192091+0000 mgr.y (mgr.24491) 15241 : cluster [DBG] pgmap v13466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:24.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:23.192091+0000 mgr.y (mgr.24491) 15241 : cluster [DBG] pgmap v13466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:25.192983+0000 mgr.y (mgr.24491) 15242 : cluster [DBG] pgmap v13467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:25.192983+0000 mgr.y (mgr.24491) 15242 : cluster [DBG] pgmap v13467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:25.192983+0000 mgr.y (mgr.24491) 15242 : cluster [DBG] pgmap v13467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:01:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:27.193498+0000 mgr.y (mgr.24491) 15243 : cluster [DBG] pgmap v13468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:27.193498+0000 mgr.y (mgr.24491) 15243 : cluster [DBG] pgmap v13468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:27.193498+0000 mgr.y (mgr.24491) 15243 : cluster [DBG] pgmap v13468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:29.194106+0000 mgr.y (mgr.24491) 15244 : cluster [DBG] pgmap v13469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:29.194106+0000 mgr.y (mgr.24491) 15244 : cluster [DBG] pgmap v13469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:30.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:29.194106+0000 mgr.y (mgr.24491) 15244 : cluster [DBG] pgmap v13469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:01:32.175 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:01:32.460 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:01:32.460 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 10m ago 7h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:01:32.460 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 10m ago 7h 62.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:01:32.460 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 10m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:01:32.460 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 10m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:01:32.461 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 10m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:01:32.461 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 10m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:01:32.461 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 10m ago 7h 1081M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:01:32.461 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 10m ago 7h 649M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:01:32.461 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 10m ago 7h 655M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:01:32.461 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 10m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:01:32.461 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 10m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:01:32.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 10m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:01:32.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 10m ago 7h 46.0M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:01:32.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 10m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:01:32.461 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 10m ago 7h 42.1M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:01:32.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 10m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:01:32.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 10m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:01:32.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 10m ago 7h 43.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:01:32.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 10m ago 7h 44.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:01:32.462 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 10m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:01:32.654 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:31.194935+0000 mgr.y (mgr.24491) 15245 : cluster [DBG] pgmap v13470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:32.654 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:31.194935+0000 mgr.y (mgr.24491) 15245 : cluster [DBG] pgmap v13470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:31.194935+0000 mgr.y (mgr.24491) 15245 : cluster [DBG] pgmap v13470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:32.804 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:01:32.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:01:32.806 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:01:32.806 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:01:33.654 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:32.164326+0000 mgr.y (mgr.24491) 15246 : audit [DBG] from='client.40433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:33.654 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:32.453098+0000 mgr.y (mgr.24491) 15247 : audit [DBG] from='client.30528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:33.654 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:32.803283+0000 mon.a (mon.0) 3271 : audit [DBG] from='client.? 172.21.15.177:0/581899097' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:01:33.654 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:33.195358+0000 mgr.y (mgr.24491) 15248 : cluster [DBG] pgmap v13471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:33.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:32.164326+0000 mgr.y (mgr.24491) 15246 : audit [DBG] from='client.40433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:33.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:32.453098+0000 mgr.y (mgr.24491) 15247 : audit [DBG] from='client.30528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:33.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:32.803283+0000 mon.a (mon.0) 3271 : audit [DBG] from='client.? 172.21.15.177:0/581899097' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:01:33.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:33.195358+0000 mgr.y (mgr.24491) 15248 : cluster [DBG] pgmap v13471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:32.164326+0000 mgr.y (mgr.24491) 15246 : audit [DBG] from='client.40433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:32.453098+0000 mgr.y (mgr.24491) 15247 : audit [DBG] from='client.30528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:01:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:32.803283+0000 mon.a (mon.0) 3271 : audit [DBG] from='client.? 172.21.15.177:0/581899097' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:01:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:33.195358+0000 mgr.y (mgr.24491) 15248 : cluster [DBG] pgmap v13471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:36.251 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:35.196000+0000 mgr.y (mgr.24491) 15249 : cluster [DBG] pgmap v13472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:35.196000+0000 mgr.y (mgr.24491) 15249 : cluster [DBG] pgmap v13472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:35.330561+0000 mon.a (mon.0) 3272 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:01:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:35.330561+0000 mon.a (mon.0) 3272 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:01:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:35.196000+0000 mgr.y (mgr.24491) 15249 : cluster [DBG] pgmap v13472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:35.330561+0000 mon.a (mon.0) 3272 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:01:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:01:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:37.196336+0000 mgr.y (mgr.24491) 15250 : cluster [DBG] pgmap v13473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:37.821942+0000 mon.a (mon.0) 3273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:01:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:37.196336+0000 mgr.y (mgr.24491) 15250 : cluster [DBG] pgmap v13473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:37.821942+0000 mon.a (mon.0) 3273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:01:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:37.196336+0000 mgr.y (mgr.24491) 15250 : cluster [DBG] pgmap v13473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:38.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:37.821942+0000 mon.a (mon.0) 3273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:01:39.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:38.567560+0000 mon.a (mon.0) 3274 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:01:39.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:38.850442+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:01:39.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:38.851296+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:01:39.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:01:38.859046+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:01:39.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:39.196874+0000 mgr.y (mgr.24491) 15251 : cluster [DBG] pgmap v13474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:39.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:38.567560+0000 mon.a (mon.0) 3274 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:01:39.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:38.850442+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:01:39.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:38.851296+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:01:39.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:01:38.859046+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:01:39.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:39.196874+0000 mgr.y (mgr.24491) 15251 : cluster [DBG] pgmap v13474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:38.567560+0000 mon.a (mon.0) 3274 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:01:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:38.850442+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:01:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:38.851296+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:01:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:01:38.859046+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:01:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:39.196874+0000 mgr.y (mgr.24491) 15251 : cluster [DBG] pgmap v13474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:01:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:41.197641+0000 mgr.y (mgr.24491) 15252 : cluster [DBG] pgmap v13475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:42.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:41.197641+0000 mgr.y (mgr.24491) 15252 : cluster [DBG] pgmap v13475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:41.197641+0000 mgr.y (mgr.24491) 15252 : cluster [DBG] pgmap v13475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:43.198044+0000 mgr.y (mgr.24491) 15253 : cluster [DBG] pgmap v13476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:43.198044+0000 mgr.y (mgr.24491) 15253 : cluster [DBG] pgmap v13476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:43.198044+0000 mgr.y (mgr.24491) 15253 : cluster [DBG] pgmap v13476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:45.198622+0000 mgr.y (mgr.24491) 15254 : cluster [DBG] pgmap v13477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:46.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:45.198622+0000 mgr.y (mgr.24491) 15254 : cluster [DBG] pgmap v13477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:46.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:45.198622+0000 mgr.y (mgr.24491) 15254 : cluster [DBG] pgmap v13477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:01:48.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:47.199038+0000 mgr.y (mgr.24491) 15255 : cluster [DBG] pgmap v13478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:47.199038+0000 mgr.y (mgr.24491) 15255 : cluster [DBG] pgmap v13478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:47.199038+0000 mgr.y (mgr.24491) 15255 : cluster [DBG] pgmap v13478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:49.199451+0000 mgr.y (mgr.24491) 15256 : cluster [DBG] pgmap v13479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:49.199451+0000 mgr.y (mgr.24491) 15256 : cluster [DBG] pgmap v13479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:49.199451+0000 mgr.y (mgr.24491) 15256 : cluster [DBG] pgmap v13479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:01:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:51.200176+0000 mgr.y (mgr.24491) 15257 : cluster [DBG] pgmap v13480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:51.200176+0000 mgr.y (mgr.24491) 15257 : cluster [DBG] pgmap v13480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:52.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:51.200176+0000 mgr.y (mgr.24491) 15257 : cluster [DBG] pgmap v13480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:53.200602+0000 mgr.y (mgr.24491) 15258 : cluster [DBG] pgmap v13481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:54.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:53.200602+0000 mgr.y (mgr.24491) 15258 : cluster [DBG] pgmap v13481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:53.200602+0000 mgr.y (mgr.24491) 15258 : cluster [DBG] pgmap v13481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:55.201384+0000 mgr.y (mgr.24491) 15259 : cluster [DBG] pgmap v13482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:55.201384+0000 mgr.y (mgr.24491) 15259 : cluster [DBG] pgmap v13482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:55.201384+0000 mgr.y (mgr.24491) 15259 : cluster [DBG] pgmap v13482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:01:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:01:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:01:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:57.201771+0000 mgr.y (mgr.24491) 15260 : cluster [DBG] pgmap v13483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:01:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:57.201771+0000 mgr.y (mgr.24491) 15260 : cluster [DBG] pgmap v13483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:01:58.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:01:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:57.201771+0000 mgr.y (mgr.24491) 15260 : cluster [DBG] pgmap v13483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:01:59.202171+0000 mgr.y (mgr.24491) 15261 : cluster [DBG] pgmap v13484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:01:59.202171+0000 mgr.y (mgr.24491) 15261 : cluster [DBG] pgmap v13484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:01:59.202171+0000 mgr.y (mgr.24491) 15261 : cluster [DBG] pgmap v13484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:02:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:01.202825+0000 mgr.y (mgr.24491) 15262 : cluster [DBG] pgmap v13485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:02.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:01.202825+0000 mgr.y (mgr.24491) 15262 : cluster [DBG] pgmap v13485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:01.202825+0000 mgr.y (mgr.24491) 15262 : cluster [DBG] pgmap v13485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:03.117 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:02:03.395 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:02:03.395 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 25s ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:02:03.395 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 24s ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:02:03.395 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 25s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:02:03.395 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 24s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:02:03.395 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 24s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:02:03.395 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 25s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:02:03.395 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 25s ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 24s ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 25s ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 25s ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 24s ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 25s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 25s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 25s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 25s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 24s ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 24s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 24s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 24s ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:02:03.396 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 24s ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:02:03.733 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:02:03.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:02:03.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:02:03.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:02:03.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:02:03.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:02:03.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:02:03.734 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:02:03.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:02:03.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:02:03.734 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:02:03.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:02:03.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:02:03.734 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:02:03.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:02:03.734 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:02:03.734 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:02:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:02:03.105362+0000 mgr.y (mgr.24491) 15263 : audit [DBG] from='client.40451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:03.203141+0000 mgr.y (mgr.24491) 15264 : cluster [DBG] pgmap v13486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:02:03.733610+0000 mon.a (mon.0) 3278 : audit [DBG] from='client.? 172.21.15.177:0/1088321381' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:02:04.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:02:03.105362+0000 mgr.y (mgr.24491) 15263 : audit [DBG] from='client.40451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:04.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:03.203141+0000 mgr.y (mgr.24491) 15264 : cluster [DBG] pgmap v13486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:04.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:02:03.733610+0000 mon.a (mon.0) 3278 : audit [DBG] from='client.? 172.21.15.177:0/1088321381' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:02:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:02:03.105362+0000 mgr.y (mgr.24491) 15263 : audit [DBG] from='client.40451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:03.203141+0000 mgr.y (mgr.24491) 15264 : cluster [DBG] pgmap v13486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:02:03.733610+0000 mon.a (mon.0) 3278 : audit [DBG] from='client.? 172.21.15.177:0/1088321381' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:02:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:02:03.388098+0000 mgr.y (mgr.24491) 15265 : audit [DBG] from='client.40457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:02:03.388098+0000 mgr.y (mgr.24491) 15265 : audit [DBG] from='client.40457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:02:03.388098+0000 mgr.y (mgr.24491) 15265 : audit [DBG] from='client.40457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:05.203935+0000 mgr.y (mgr.24491) 15266 : cluster [DBG] pgmap v13487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:05.203935+0000 mgr.y (mgr.24491) 15266 : cluster [DBG] pgmap v13487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:05.203935+0000 mgr.y (mgr.24491) 15266 : cluster [DBG] pgmap v13487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:07.204522+0000 mgr.y (mgr.24491) 15267 : cluster [DBG] pgmap v13488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:07.204522+0000 mgr.y (mgr.24491) 15267 : cluster [DBG] pgmap v13488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:07.204522+0000 mgr.y (mgr.24491) 15267 : cluster [DBG] pgmap v13488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:07] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T11:02:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:09.204871+0000 mgr.y (mgr.24491) 15268 : cluster [DBG] pgmap v13489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:09.204871+0000 mgr.y (mgr.24491) 15268 : cluster [DBG] pgmap v13489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:10.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:09.204871+0000 mgr.y (mgr.24491) 15268 : cluster [DBG] pgmap v13489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:02:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:11.205627+0000 mgr.y (mgr.24491) 15269 : cluster [DBG] pgmap v13490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:11.205627+0000 mgr.y (mgr.24491) 15269 : cluster [DBG] pgmap v13490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:11.205627+0000 mgr.y (mgr.24491) 15269 : cluster [DBG] pgmap v13490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:13.206034+0000 mgr.y (mgr.24491) 15270 : cluster [DBG] pgmap v13491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:14.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:13.206034+0000 mgr.y (mgr.24491) 15270 : cluster [DBG] pgmap v13491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:13.206034+0000 mgr.y (mgr.24491) 15270 : cluster [DBG] pgmap v13491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:15.206818+0000 mgr.y (mgr.24491) 15271 : cluster [DBG] pgmap v13492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:15.206818+0000 mgr.y (mgr.24491) 15271 : cluster [DBG] pgmap v13492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:15.206818+0000 mgr.y (mgr.24491) 15271 : cluster [DBG] pgmap v13492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:02:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:17.207265+0000 mgr.y (mgr.24491) 15272 : cluster [DBG] pgmap v13493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:17.207265+0000 mgr.y (mgr.24491) 15272 : cluster [DBG] pgmap v13493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:18.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:17.207265+0000 mgr.y (mgr.24491) 15272 : cluster [DBG] pgmap v13493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:19.207681+0000 mgr.y (mgr.24491) 15273 : cluster [DBG] pgmap v13494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:19.207681+0000 mgr.y (mgr.24491) 15273 : cluster [DBG] pgmap v13494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:19.207681+0000 mgr.y (mgr.24491) 15273 : cluster [DBG] pgmap v13494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:02:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:21.208411+0000 mgr.y (mgr.24491) 15274 : cluster [DBG] pgmap v13495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:21.208411+0000 mgr.y (mgr.24491) 15274 : cluster [DBG] pgmap v13495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:21.208411+0000 mgr.y (mgr.24491) 15274 : cluster [DBG] pgmap v13495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:23.208855+0000 mgr.y (mgr.24491) 15275 : cluster [DBG] pgmap v13496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:23.208855+0000 mgr.y (mgr.24491) 15275 : cluster [DBG] pgmap v13496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:23.208855+0000 mgr.y (mgr.24491) 15275 : cluster [DBG] pgmap v13496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:25.209430+0000 mgr.y (mgr.24491) 15276 : cluster [DBG] pgmap v13497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:25.209430+0000 mgr.y (mgr.24491) 15276 : cluster [DBG] pgmap v13497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:25.209430+0000 mgr.y (mgr.24491) 15276 : cluster [DBG] pgmap v13497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:02:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:27.209955+0000 mgr.y (mgr.24491) 15277 : cluster [DBG] pgmap v13498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:27.209955+0000 mgr.y (mgr.24491) 15277 : cluster [DBG] pgmap v13498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:27.209955+0000 mgr.y (mgr.24491) 15277 : cluster [DBG] pgmap v13498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:29.210432+0000 mgr.y (mgr.24491) 15278 : cluster [DBG] pgmap v13499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:29.210432+0000 mgr.y (mgr.24491) 15278 : cluster [DBG] pgmap v13499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:30.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:29.210432+0000 mgr.y (mgr.24491) 15278 : cluster [DBG] pgmap v13499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:02:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:31.211315+0000 mgr.y (mgr.24491) 15279 : cluster [DBG] pgmap v13500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:31.211315+0000 mgr.y (mgr.24491) 15279 : cluster [DBG] pgmap v13500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:31.211315+0000 mgr.y (mgr.24491) 15279 : cluster [DBG] pgmap v13500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:34.044 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:02:34.323 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:02:34.323 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 56s ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:02:34.323 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 55s ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 56s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 55s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 55s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 56s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 56s ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 55s ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 56s ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 56s ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 55s ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 56s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 56s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:02:34.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 56s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:02:34.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 56s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:02:34.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 55s ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:02:34.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 55s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:02:34.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 55s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:02:34.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 55s ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:02:34.325 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 55s ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:02:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:33.211884+0000 mgr.y (mgr.24491) 15280 : cluster [DBG] pgmap v13501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:33.211884+0000 mgr.y (mgr.24491) 15280 : cluster [DBG] pgmap v13501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:02:34.660 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:02:34.661 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:02:34.661 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:02:34.661 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:02:34.661 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:02:34.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:33.211884+0000 mgr.y (mgr.24491) 15280 : cluster [DBG] pgmap v13501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:02:34.032116+0000 mgr.y (mgr.24491) 15281 : audit [DBG] from='client.30558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:02:34.316423+0000 mgr.y (mgr.24491) 15282 : audit [DBG] from='client.30564 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:02:34.660775+0000 mon.a (mon.0) 3279 : audit [DBG] from='client.? 172.21.15.177:0/1074226701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:02:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:35.212561+0000 mgr.y (mgr.24491) 15283 : cluster [DBG] pgmap v13502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:02:34.032116+0000 mgr.y (mgr.24491) 15281 : audit [DBG] from='client.30558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:02:34.316423+0000 mgr.y (mgr.24491) 15282 : audit [DBG] from='client.30564 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:02:34.660775+0000 mon.a (mon.0) 3279 : audit [DBG] from='client.? 172.21.15.177:0/1074226701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:02:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:35.212561+0000 mgr.y (mgr.24491) 15283 : cluster [DBG] pgmap v13502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:02:34.032116+0000 mgr.y (mgr.24491) 15281 : audit [DBG] from='client.30558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:02:34.316423+0000 mgr.y (mgr.24491) 15282 : audit [DBG] from='client.30564 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:02:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:02:34.660775+0000 mon.a (mon.0) 3279 : audit [DBG] from='client.? 172.21.15.177:0/1074226701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:02:35.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:35.212561+0000 mgr.y (mgr.24491) 15283 : cluster [DBG] pgmap v13502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:37] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:02:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:37.213162+0000 mgr.y (mgr.24491) 15284 : cluster [DBG] pgmap v13503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:37.213162+0000 mgr.y (mgr.24491) 15284 : cluster [DBG] pgmap v13503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:37.213162+0000 mgr.y (mgr.24491) 15284 : cluster [DBG] pgmap v13503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:02:38.864593+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:02:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:02:39.159131+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:02:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:02:39.159794+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:02:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:02:39.163988+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:02:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:02:38.864593+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:02:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:02:39.159131+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:02:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:02:39.159794+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:02:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:02:39.163988+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:02:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:02:38.864593+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:02:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:02:39.159131+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:02:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:02:39.159794+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:02:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:02:39.163988+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:02:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:39.213453+0000 mgr.y (mgr.24491) 15285 : cluster [DBG] pgmap v13504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:39.213453+0000 mgr.y (mgr.24491) 15285 : cluster [DBG] pgmap v13504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:39.213453+0000 mgr.y (mgr.24491) 15285 : cluster [DBG] pgmap v13504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:02:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:41.214193+0000 mgr.y (mgr.24491) 15286 : cluster [DBG] pgmap v13505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:42.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:41.214193+0000 mgr.y (mgr.24491) 15286 : cluster [DBG] pgmap v13505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:41.214193+0000 mgr.y (mgr.24491) 15286 : cluster [DBG] pgmap v13505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:43.214602+0000 mgr.y (mgr.24491) 15287 : cluster [DBG] pgmap v13506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:43.214602+0000 mgr.y (mgr.24491) 15287 : cluster [DBG] pgmap v13506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:43.214602+0000 mgr.y (mgr.24491) 15287 : cluster [DBG] pgmap v13506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:45.215520+0000 mgr.y (mgr.24491) 15288 : cluster [DBG] pgmap v13507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:46.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:45.215520+0000 mgr.y (mgr.24491) 15288 : cluster [DBG] pgmap v13507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:46.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:45.215520+0000 mgr.y (mgr.24491) 15288 : cluster [DBG] pgmap v13507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:02:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:47.216115+0000 mgr.y (mgr.24491) 15289 : cluster [DBG] pgmap v13508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:47.216115+0000 mgr.y (mgr.24491) 15289 : cluster [DBG] pgmap v13508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:47.216115+0000 mgr.y (mgr.24491) 15289 : cluster [DBG] pgmap v13508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:49.216572+0000 mgr.y (mgr.24491) 15290 : cluster [DBG] pgmap v13509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:49.216572+0000 mgr.y (mgr.24491) 15290 : cluster [DBG] pgmap v13509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:49.216572+0000 mgr.y (mgr.24491) 15290 : cluster [DBG] pgmap v13509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:02:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:51.217433+0000 mgr.y (mgr.24491) 15291 : cluster [DBG] pgmap v13510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:51.217433+0000 mgr.y (mgr.24491) 15291 : cluster [DBG] pgmap v13510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:52.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:51.217433+0000 mgr.y (mgr.24491) 15291 : cluster [DBG] pgmap v13510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:53.217918+0000 mgr.y (mgr.24491) 15292 : cluster [DBG] pgmap v13511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:54.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:53.217918+0000 mgr.y (mgr.24491) 15292 : cluster [DBG] pgmap v13511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:53.217918+0000 mgr.y (mgr.24491) 15292 : cluster [DBG] pgmap v13511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:55.218595+0000 mgr.y (mgr.24491) 15293 : cluster [DBG] pgmap v13512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:56.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:55.218595+0000 mgr.y (mgr.24491) 15293 : cluster [DBG] pgmap v13512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:55.218595+0000 mgr.y (mgr.24491) 15293 : cluster [DBG] pgmap v13512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:02:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:02:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:57.219046+0000 mgr.y (mgr.24491) 15294 : cluster [DBG] pgmap v13513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:57.219046+0000 mgr.y (mgr.24491) 15294 : cluster [DBG] pgmap v13513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:02:58.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:02:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:57.219046+0000 mgr.y (mgr.24491) 15294 : cluster [DBG] pgmap v13513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:02:59.219472+0000 mgr.y (mgr.24491) 15295 : cluster [DBG] pgmap v13514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:02:59.219472+0000 mgr.y (mgr.24491) 15295 : cluster [DBG] pgmap v13514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:02:59.219472+0000 mgr.y (mgr.24491) 15295 : cluster [DBG] pgmap v13514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:01.337 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:03:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:01.220218+0000 mgr.y (mgr.24491) 15296 : cluster [DBG] pgmap v13515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:01.220218+0000 mgr.y (mgr.24491) 15296 : cluster [DBG] pgmap v13515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:01.220218+0000 mgr.y (mgr.24491) 15296 : cluster [DBG] pgmap v13515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:03.220853+0000 mgr.y (mgr.24491) 15297 : cluster [DBG] pgmap v13516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:03.220853+0000 mgr.y (mgr.24491) 15297 : cluster [DBG] pgmap v13516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:03.220853+0000 mgr.y (mgr.24491) 15297 : cluster [DBG] pgmap v13516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:04.968 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:03:05.243 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:03:05.243 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 87s ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:03:05.243 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 86s ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:03:05.243 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 87s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:03:05.244 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 86s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:03:05.244 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 86s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:03:05.244 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 87s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:03:05.244 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 87s ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:03:05.244 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 86s ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:03:05.244 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 87s ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:03:05.245 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 87s ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:03:05.245 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 86s ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:03:05.245 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 87s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:03:05.245 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 87s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:03:05.245 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 87s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:03:05.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 87s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:03:05.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 86s ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:03:05.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 86s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:03:05.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 86s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:03:05.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 86s ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:03:05.246 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 86s ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:03:05.579 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:03:05.579 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:03:05.579 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:03:05.579 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:03:05.579 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:03:05.579 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:03:05.580 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:03:05.580 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:03:05.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:03:05.580 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:03:05.580 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:03:05.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:03:05.580 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:03:05.580 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:03:05.580 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:03:05.580 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:03:05.580 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:03:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:03:04.957333+0000 mgr.y (mgr.24491) 15298 : audit [DBG] from='client.40487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:05.221442+0000 mgr.y (mgr.24491) 15299 : cluster [DBG] pgmap v13517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:03:05.236093+0000 mgr.y (mgr.24491) 15300 : audit [DBG] from='client.40493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:03:05.579857+0000 mon.c (mon.2) 484 : audit [DBG] from='client.? 172.21.15.177:0/2006414982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:03:06.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:03:04.957333+0000 mgr.y (mgr.24491) 15298 : audit [DBG] from='client.40487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:06.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:05.221442+0000 mgr.y (mgr.24491) 15299 : cluster [DBG] pgmap v13517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:06.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:03:05.236093+0000 mgr.y (mgr.24491) 15300 : audit [DBG] from='client.40493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:06.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:03:05.579857+0000 mon.c (mon.2) 484 : audit [DBG] from='client.? 172.21.15.177:0/2006414982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:03:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:03:04.957333+0000 mgr.y (mgr.24491) 15298 : audit [DBG] from='client.40487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:05.221442+0000 mgr.y (mgr.24491) 15299 : cluster [DBG] pgmap v13517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:03:05.236093+0000 mgr.y (mgr.24491) 15300 : audit [DBG] from='client.40493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:03:05.579857+0000 mon.c (mon.2) 484 : audit [DBG] from='client.? 172.21.15.177:0/2006414982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:03:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:03:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:07.221959+0000 mgr.y (mgr.24491) 15301 : cluster [DBG] pgmap v13518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:07.221959+0000 mgr.y (mgr.24491) 15301 : cluster [DBG] pgmap v13518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:07.221959+0000 mgr.y (mgr.24491) 15301 : cluster [DBG] pgmap v13518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:09.222330+0000 mgr.y (mgr.24491) 15302 : cluster [DBG] pgmap v13519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:09.222330+0000 mgr.y (mgr.24491) 15302 : cluster [DBG] pgmap v13519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:10.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:09.222330+0000 mgr.y (mgr.24491) 15302 : cluster [DBG] pgmap v13519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:11.337 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:03:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:11.223146+0000 mgr.y (mgr.24491) 15303 : cluster [DBG] pgmap v13520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:11.223146+0000 mgr.y (mgr.24491) 15303 : cluster [DBG] pgmap v13520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:11.223146+0000 mgr.y (mgr.24491) 15303 : cluster [DBG] pgmap v13520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:13.223739+0000 mgr.y (mgr.24491) 15304 : cluster [DBG] pgmap v13521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:13.223739+0000 mgr.y (mgr.24491) 15304 : cluster [DBG] pgmap v13521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:13.223739+0000 mgr.y (mgr.24491) 15304 : cluster [DBG] pgmap v13521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:15.224522+0000 mgr.y (mgr.24491) 15305 : cluster [DBG] pgmap v13522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:15.224522+0000 mgr.y (mgr.24491) 15305 : cluster [DBG] pgmap v13522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:15.224522+0000 mgr.y (mgr.24491) 15305 : cluster [DBG] pgmap v13522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T11:03:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:17.224889+0000 mgr.y (mgr.24491) 15306 : cluster [DBG] pgmap v13523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:17.224889+0000 mgr.y (mgr.24491) 15306 : cluster [DBG] pgmap v13523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:18.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:17.224889+0000 mgr.y (mgr.24491) 15306 : cluster [DBG] pgmap v13523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:19.225458+0000 mgr.y (mgr.24491) 15307 : cluster [DBG] pgmap v13524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:19.225458+0000 mgr.y (mgr.24491) 15307 : cluster [DBG] pgmap v13524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:19.225458+0000 mgr.y (mgr.24491) 15307 : cluster [DBG] pgmap v13524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:03:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:21.226238+0000 mgr.y (mgr.24491) 15308 : cluster [DBG] pgmap v13525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:21.226238+0000 mgr.y (mgr.24491) 15308 : cluster [DBG] pgmap v13525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:21.226238+0000 mgr.y (mgr.24491) 15308 : cluster [DBG] pgmap v13525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:23.226608+0000 mgr.y (mgr.24491) 15309 : cluster [DBG] pgmap v13526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:23.226608+0000 mgr.y (mgr.24491) 15309 : cluster [DBG] pgmap v13526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:24.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:23.226608+0000 mgr.y (mgr.24491) 15309 : cluster [DBG] pgmap v13526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:25.227289+0000 mgr.y (mgr.24491) 15310 : cluster [DBG] pgmap v13527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:25.227289+0000 mgr.y (mgr.24491) 15310 : cluster [DBG] pgmap v13527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:25.227289+0000 mgr.y (mgr.24491) 15310 : cluster [DBG] pgmap v13527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:27.227701+0000 mgr.y (mgr.24491) 15311 : cluster [DBG] pgmap v13528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:27.227701+0000 mgr.y (mgr.24491) 15311 : cluster [DBG] pgmap v13528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:27.227701+0000 mgr.y (mgr.24491) 15311 : cluster [DBG] pgmap v13528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T11:03:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:29.228117+0000 mgr.y (mgr.24491) 15312 : cluster [DBG] pgmap v13529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:29.228117+0000 mgr.y (mgr.24491) 15312 : cluster [DBG] pgmap v13529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:30.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:29.228117+0000 mgr.y (mgr.24491) 15312 : cluster [DBG] pgmap v13529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:03:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:31.228786+0000 mgr.y (mgr.24491) 15313 : cluster [DBG] pgmap v13530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:31.228786+0000 mgr.y (mgr.24491) 15313 : cluster [DBG] pgmap v13530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:31.228786+0000 mgr.y (mgr.24491) 15313 : cluster [DBG] pgmap v13530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:33.229236+0000 mgr.y (mgr.24491) 15314 : cluster [DBG] pgmap v13531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:33.229236+0000 mgr.y (mgr.24491) 15314 : cluster [DBG] pgmap v13531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:34.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:33.229236+0000 mgr.y (mgr.24491) 15314 : cluster [DBG] pgmap v13531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:35.230142+0000 mgr.y (mgr.24491) 15315 : cluster [DBG] pgmap v13532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:35.230142+0000 mgr.y (mgr.24491) 15315 : cluster [DBG] pgmap v13532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:35.230142+0000 mgr.y (mgr.24491) 15315 : cluster [DBG] pgmap v13532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:35.890 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:03:36.168 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:03:36.168 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 118s ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:03:36.168 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 117s ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:03:36.168 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 118s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:03:36.168 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 117s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:03:36.168 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 117s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:03:36.168 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 118s ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 118s ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 117s ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 118s ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 118s ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 117s ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 118s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 118s ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 118s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 118s ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 117s ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 117s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 117s ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 117s ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:03:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 117s ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:03:36.503 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:03:36.504 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:03:36.504 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:03:36.504 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:03:36.504 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:03:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:03:35.878832+0000 mgr.y (mgr.24491) 15316 : audit [DBG] from='client.40505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:03:36.161100+0000 mgr.y (mgr.24491) 15317 : audit [DBG] from='client.30600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:03:35.878832+0000 mgr.y (mgr.24491) 15316 : audit [DBG] from='client.40505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:36.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:03:36.161100+0000 mgr.y (mgr.24491) 15317 : audit [DBG] from='client.30600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:03:35.878832+0000 mgr.y (mgr.24491) 15316 : audit [DBG] from='client.40505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:03:36.161100+0000 mgr.y (mgr.24491) 15317 : audit [DBG] from='client.30600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:03:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:03:36.503693+0000 mon.a (mon.0) 3284 : audit [DBG] from='client.? 172.21.15.177:0/2666397314' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:03:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:37.230644+0000 mgr.y (mgr.24491) 15318 : cluster [DBG] pgmap v13533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:03:36.503693+0000 mon.a (mon.0) 3284 : audit [DBG] from='client.? 172.21.15.177:0/2666397314' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:03:37.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:37.230644+0000 mgr.y (mgr.24491) 15318 : cluster [DBG] pgmap v13533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:03:36.503693+0000 mon.a (mon.0) 3284 : audit [DBG] from='client.? 172.21.15.177:0/2666397314' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:03:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:37.230644+0000 mgr.y (mgr.24491) 15318 : cluster [DBG] pgmap v13533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:03:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:03:39.168147+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:03:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:03:39.168147+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:03:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:03:39.168147+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:03:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:39.231049+0000 mgr.y (mgr.24491) 15319 : cluster [DBG] pgmap v13534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:03:39.463331+0000 mon.a (mon.0) 3286 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:03:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:03:39.463988+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:03:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:03:39.468498+0000 mon.a (mon.0) 3288 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:03:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:39.231049+0000 mgr.y (mgr.24491) 15319 : cluster [DBG] pgmap v13534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:03:39.463331+0000 mon.a (mon.0) 3286 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:03:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:03:39.463988+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:03:40.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:03:39.468498+0000 mon.a (mon.0) 3288 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:03:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:39.231049+0000 mgr.y (mgr.24491) 15319 : cluster [DBG] pgmap v13534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:03:39.463331+0000 mon.a (mon.0) 3286 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:03:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:03:39.463988+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:03:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:03:39.468498+0000 mon.a (mon.0) 3288 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:03:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:03:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:41.231725+0000 mgr.y (mgr.24491) 15320 : cluster [DBG] pgmap v13535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:41.231725+0000 mgr.y (mgr.24491) 15320 : cluster [DBG] pgmap v13535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:41.231725+0000 mgr.y (mgr.24491) 15320 : cluster [DBG] pgmap v13535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:43.232199+0000 mgr.y (mgr.24491) 15321 : cluster [DBG] pgmap v13536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:43.232199+0000 mgr.y (mgr.24491) 15321 : cluster [DBG] pgmap v13536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:43.232199+0000 mgr.y (mgr.24491) 15321 : cluster [DBG] pgmap v13536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:45.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:45.233056+0000 mgr.y (mgr.24491) 15322 : cluster [DBG] pgmap v13537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:45.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:45.233056+0000 mgr.y (mgr.24491) 15322 : cluster [DBG] pgmap v13537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:45.233056+0000 mgr.y (mgr.24491) 15322 : cluster [DBG] pgmap v13537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:03:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:47.233471+0000 mgr.y (mgr.24491) 15323 : cluster [DBG] pgmap v13538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:47.233471+0000 mgr.y (mgr.24491) 15323 : cluster [DBG] pgmap v13538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:47.233471+0000 mgr.y (mgr.24491) 15323 : cluster [DBG] pgmap v13538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:49.234170+0000 mgr.y (mgr.24491) 15324 : cluster [DBG] pgmap v13539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:49.234170+0000 mgr.y (mgr.24491) 15324 : cluster [DBG] pgmap v13539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:49.234170+0000 mgr.y (mgr.24491) 15324 : cluster [DBG] pgmap v13539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:51.297 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:03:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:51.234805+0000 mgr.y (mgr.24491) 15325 : cluster [DBG] pgmap v13540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:51.234805+0000 mgr.y (mgr.24491) 15325 : cluster [DBG] pgmap v13540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:51.234805+0000 mgr.y (mgr.24491) 15325 : cluster [DBG] pgmap v13540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:53.235208+0000 mgr.y (mgr.24491) 15326 : cluster [DBG] pgmap v13541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:54.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:53.235208+0000 mgr.y (mgr.24491) 15326 : cluster [DBG] pgmap v13541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:53.235208+0000 mgr.y (mgr.24491) 15326 : cluster [DBG] pgmap v13541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:55.235831+0000 mgr.y (mgr.24491) 15327 : cluster [DBG] pgmap v13542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:55.235831+0000 mgr.y (mgr.24491) 15327 : cluster [DBG] pgmap v13542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:55.235831+0000 mgr.y (mgr.24491) 15327 : cluster [DBG] pgmap v13542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:03:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:03:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:57.236387+0000 mgr.y (mgr.24491) 15328 : cluster [DBG] pgmap v13543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:57.236387+0000 mgr.y (mgr.24491) 15328 : cluster [DBG] pgmap v13543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:58.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:57.236387+0000 mgr.y (mgr.24491) 15328 : cluster [DBG] pgmap v13543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:03:59.237032+0000 mgr.y (mgr.24491) 15329 : cluster [DBG] pgmap v13544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:03:59.237032+0000 mgr.y (mgr.24491) 15329 : cluster [DBG] pgmap v13544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:03:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:03:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:03:59.237032+0000 mgr.y (mgr.24491) 15329 : cluster [DBG] pgmap v13544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:04:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:01.237823+0000 mgr.y (mgr.24491) 15330 : cluster [DBG] pgmap v13545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:01.237823+0000 mgr.y (mgr.24491) 15330 : cluster [DBG] pgmap v13545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:01.237823+0000 mgr.y (mgr.24491) 15330 : cluster [DBG] pgmap v13545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:03.238255+0000 mgr.y (mgr.24491) 15331 : cluster [DBG] pgmap v13546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:03.238255+0000 mgr.y (mgr.24491) 15331 : cluster [DBG] pgmap v13546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:03.238255+0000 mgr.y (mgr.24491) 15331 : cluster [DBG] pgmap v13546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:05.238904+0000 mgr.y (mgr.24491) 15332 : cluster [DBG] pgmap v13547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:05.238904+0000 mgr.y (mgr.24491) 15332 : cluster [DBG] pgmap v13547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:05.238904+0000 mgr.y (mgr.24491) 15332 : cluster [DBG] pgmap v13547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:06.816 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:04:07.092 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:04:07.092 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 2m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:04:07.092 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 2m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:04:07.092 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 2m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:04:07.092 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 2m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:04:07.092 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 2m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:04:07.092 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 2m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:04:07.092 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 2m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:04:07.092 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 2m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 2m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 2m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 2m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 2m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 2m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 2m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 2m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 2m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 2m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 2m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 2m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:04:07.093 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 2m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:04:07.429 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:04:07.429 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:04:07.429 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:04:07.430 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:04:07.431 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:04:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:04:06.804977+0000 mgr.y (mgr.24491) 15333 : audit [DBG] from='client.40523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:04:07.085131+0000 mgr.y (mgr.24491) 15334 : audit [DBG] from='client.40529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:07.239263+0000 mgr.y (mgr.24491) 15335 : cluster [DBG] pgmap v13548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:04:06.804977+0000 mgr.y (mgr.24491) 15333 : audit [DBG] from='client.40523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:04:07.085131+0000 mgr.y (mgr.24491) 15334 : audit [DBG] from='client.40529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:07.239263+0000 mgr.y (mgr.24491) 15335 : cluster [DBG] pgmap v13548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:04:06.804977+0000 mgr.y (mgr.24491) 15333 : audit [DBG] from='client.40523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:04:07.085131+0000 mgr.y (mgr.24491) 15334 : audit [DBG] from='client.40529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:07.239263+0000 mgr.y (mgr.24491) 15335 : cluster [DBG] pgmap v13548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:04:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:04:07.430126+0000 mon.a (mon.0) 3289 : audit [DBG] from='client.? 172.21.15.177:0/638649976' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:04:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:04:07.430126+0000 mon.a (mon.0) 3289 : audit [DBG] from='client.? 172.21.15.177:0/638649976' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:04:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:04:07.430126+0000 mon.a (mon.0) 3289 : audit [DBG] from='client.? 172.21.15.177:0/638649976' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:04:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:09.239727+0000 mgr.y (mgr.24491) 15336 : cluster [DBG] pgmap v13549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:09.239727+0000 mgr.y (mgr.24491) 15336 : cluster [DBG] pgmap v13549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:09.239727+0000 mgr.y (mgr.24491) 15336 : cluster [DBG] pgmap v13549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:11.345 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:04:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:11.240418+0000 mgr.y (mgr.24491) 15337 : cluster [DBG] pgmap v13550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:11.240418+0000 mgr.y (mgr.24491) 15337 : cluster [DBG] pgmap v13550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:11.240418+0000 mgr.y (mgr.24491) 15337 : cluster [DBG] pgmap v13550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:13.241004+0000 mgr.y (mgr.24491) 15338 : cluster [DBG] pgmap v13551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:13.241004+0000 mgr.y (mgr.24491) 15338 : cluster [DBG] pgmap v13551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:13.241004+0000 mgr.y (mgr.24491) 15338 : cluster [DBG] pgmap v13551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:15.241663+0000 mgr.y (mgr.24491) 15339 : cluster [DBG] pgmap v13552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:15.241663+0000 mgr.y (mgr.24491) 15339 : cluster [DBG] pgmap v13552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:15.241663+0000 mgr.y (mgr.24491) 15339 : cluster [DBG] pgmap v13552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:17.242144+0000 mgr.y (mgr.24491) 15340 : cluster [DBG] pgmap v13553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:17.242144+0000 mgr.y (mgr.24491) 15340 : cluster [DBG] pgmap v13553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:17.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:17.242144+0000 mgr.y (mgr.24491) 15340 : cluster [DBG] pgmap v13553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:04:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:19.242708+0000 mgr.y (mgr.24491) 15341 : cluster [DBG] pgmap v13554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:19.242708+0000 mgr.y (mgr.24491) 15341 : cluster [DBG] pgmap v13554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:19.242708+0000 mgr.y (mgr.24491) 15341 : cluster [DBG] pgmap v13554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:21.344 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:04:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:21.243463+0000 mgr.y (mgr.24491) 15342 : cluster [DBG] pgmap v13555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:21.243463+0000 mgr.y (mgr.24491) 15342 : cluster [DBG] pgmap v13555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:21.243463+0000 mgr.y (mgr.24491) 15342 : cluster [DBG] pgmap v13555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:23.244012+0000 mgr.y (mgr.24491) 15343 : cluster [DBG] pgmap v13556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:23.244012+0000 mgr.y (mgr.24491) 15343 : cluster [DBG] pgmap v13556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:23.244012+0000 mgr.y (mgr.24491) 15343 : cluster [DBG] pgmap v13556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:25.244787+0000 mgr.y (mgr.24491) 15344 : cluster [DBG] pgmap v13557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:25.244787+0000 mgr.y (mgr.24491) 15344 : cluster [DBG] pgmap v13557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:25.244787+0000 mgr.y (mgr.24491) 15344 : cluster [DBG] pgmap v13557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:27.245149+0000 mgr.y (mgr.24491) 15345 : cluster [DBG] pgmap v13558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:27.245149+0000 mgr.y (mgr.24491) 15345 : cluster [DBG] pgmap v13558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:27.245149+0000 mgr.y (mgr.24491) 15345 : cluster [DBG] pgmap v13558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:04:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:29.245654+0000 mgr.y (mgr.24491) 15346 : cluster [DBG] pgmap v13559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:29.245654+0000 mgr.y (mgr.24491) 15346 : cluster [DBG] pgmap v13559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:29.245654+0000 mgr.y (mgr.24491) 15346 : cluster [DBG] pgmap v13559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:31.346 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:04:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:31.246141+0000 mgr.y (mgr.24491) 15347 : cluster [DBG] pgmap v13560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:31.246141+0000 mgr.y (mgr.24491) 15347 : cluster [DBG] pgmap v13560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:31.246141+0000 mgr.y (mgr.24491) 15347 : cluster [DBG] pgmap v13560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:33.246602+0000 mgr.y (mgr.24491) 15348 : cluster [DBG] pgmap v13561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:33.246602+0000 mgr.y (mgr.24491) 15348 : cluster [DBG] pgmap v13561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:33.246602+0000 mgr.y (mgr.24491) 15348 : cluster [DBG] pgmap v13561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:35.247286+0000 mgr.y (mgr.24491) 15349 : cluster [DBG] pgmap v13562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:35.247286+0000 mgr.y (mgr.24491) 15349 : cluster [DBG] pgmap v13562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:35.247286+0000 mgr.y (mgr.24491) 15349 : cluster [DBG] pgmap v13562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:37.247649+0000 mgr.y (mgr.24491) 15350 : cluster [DBG] pgmap v13563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:37.247649+0000 mgr.y (mgr.24491) 15350 : cluster [DBG] pgmap v13563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:37.741 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:04:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:37.247649+0000 mgr.y (mgr.24491) 15350 : cluster [DBG] pgmap v13563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:38.017 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 2m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 2m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 2m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 2m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 2m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:04:38.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:04:38.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:04:38.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:04:38.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 2m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:04:38.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 2m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:04:38.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 2m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:04:38.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 2m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:04:38.019 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 2m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:04:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:04:38.355 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:04:38.355 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:04:38.355 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:04:38.355 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:04:38.355 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:04:38.356 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:04:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:04:37.729717+0000 mgr.y (mgr.24491) 15351 : audit [DBG] from='client.40541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:04:38.010621+0000 mgr.y (mgr.24491) 15352 : audit [DBG] from='client.40547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:04:37.729717+0000 mgr.y (mgr.24491) 15351 : audit [DBG] from='client.40541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:38.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:04:38.010621+0000 mgr.y (mgr.24491) 15352 : audit [DBG] from='client.40547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:04:37.729717+0000 mgr.y (mgr.24491) 15351 : audit [DBG] from='client.40541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:04:38.010621+0000 mgr.y (mgr.24491) 15352 : audit [DBG] from='client.40547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:04:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:04:38.355868+0000 mon.a (mon.0) 3290 : audit [DBG] from='client.? 172.21.15.177:0/2280707950' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:04:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:39.248321+0000 mgr.y (mgr.24491) 15353 : cluster [DBG] pgmap v13564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:04:38.355868+0000 mon.a (mon.0) 3290 : audit [DBG] from='client.? 172.21.15.177:0/2280707950' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:04:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:39.248321+0000 mgr.y (mgr.24491) 15353 : cluster [DBG] pgmap v13564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:04:38.355868+0000 mon.a (mon.0) 3290 : audit [DBG] from='client.? 172.21.15.177:0/2280707950' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:04:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:39.248321+0000 mgr.y (mgr.24491) 15353 : cluster [DBG] pgmap v13564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:04:39.473693+0000 mon.a (mon.0) 3291 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:04:40.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:04:39.711525+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:04:40.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:04:39.989183+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:04:40.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:04:39.989779+0000 mon.a (mon.0) 3294 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:04:40.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:04:39.994097+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:04:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:04:39.473693+0000 mon.a (mon.0) 3291 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:04:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:04:39.711525+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:04:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:04:39.989183+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:04:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:04:39.989779+0000 mon.a (mon.0) 3294 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:04:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:04:39.994097+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:04:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:04:39.473693+0000 mon.a (mon.0) 3291 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:04:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:04:39.711525+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:04:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:04:39.989183+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:04:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:04:39.989779+0000 mon.a (mon.0) 3294 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:04:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:04:39.994097+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:04:41.362 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:04:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:41.248878+0000 mgr.y (mgr.24491) 15354 : cluster [DBG] pgmap v13565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:41.248878+0000 mgr.y (mgr.24491) 15354 : cluster [DBG] pgmap v13565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:41.248878+0000 mgr.y (mgr.24491) 15354 : cluster [DBG] pgmap v13565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:43.249451+0000 mgr.y (mgr.24491) 15355 : cluster [DBG] pgmap v13566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:43.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:43.249451+0000 mgr.y (mgr.24491) 15355 : cluster [DBG] pgmap v13566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:43.249451+0000 mgr.y (mgr.24491) 15355 : cluster [DBG] pgmap v13566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:45.250154+0000 mgr.y (mgr.24491) 15356 : cluster [DBG] pgmap v13567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:45.250154+0000 mgr.y (mgr.24491) 15356 : cluster [DBG] pgmap v13567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:45.250154+0000 mgr.y (mgr.24491) 15356 : cluster [DBG] pgmap v13567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:47.250527+0000 mgr.y (mgr.24491) 15357 : cluster [DBG] pgmap v13568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:47.250527+0000 mgr.y (mgr.24491) 15357 : cluster [DBG] pgmap v13568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:47.250527+0000 mgr.y (mgr.24491) 15357 : cluster [DBG] pgmap v13568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:04:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:49.251343+0000 mgr.y (mgr.24491) 15358 : cluster [DBG] pgmap v13569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:49.251343+0000 mgr.y (mgr.24491) 15358 : cluster [DBG] pgmap v13569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:49.251343+0000 mgr.y (mgr.24491) 15358 : cluster [DBG] pgmap v13569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:51.350 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:04:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:51.251724+0000 mgr.y (mgr.24491) 15359 : cluster [DBG] pgmap v13570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:51.251724+0000 mgr.y (mgr.24491) 15359 : cluster [DBG] pgmap v13570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:51.251724+0000 mgr.y (mgr.24491) 15359 : cluster [DBG] pgmap v13570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:53.252246+0000 mgr.y (mgr.24491) 15360 : cluster [DBG] pgmap v13571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:53.252246+0000 mgr.y (mgr.24491) 15360 : cluster [DBG] pgmap v13571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:53.252246+0000 mgr.y (mgr.24491) 15360 : cluster [DBG] pgmap v13571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:55.253090+0000 mgr.y (mgr.24491) 15361 : cluster [DBG] pgmap v13572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:55.253090+0000 mgr.y (mgr.24491) 15361 : cluster [DBG] pgmap v13572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:55.253090+0000 mgr.y (mgr.24491) 15361 : cluster [DBG] pgmap v13572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:57.253483+0000 mgr.y (mgr.24491) 15362 : cluster [DBG] pgmap v13573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:57.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:57.253483+0000 mgr.y (mgr.24491) 15362 : cluster [DBG] pgmap v13573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:57.253483+0000 mgr.y (mgr.24491) 15362 : cluster [DBG] pgmap v13573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:04:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:04:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:04:59.254037+0000 mgr.y (mgr.24491) 15363 : cluster [DBG] pgmap v13574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:04:59.254037+0000 mgr.y (mgr.24491) 15363 : cluster [DBG] pgmap v13574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:04:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:04:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:04:59.254037+0000 mgr.y (mgr.24491) 15363 : cluster [DBG] pgmap v13574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:01.354 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:05:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:01.254448+0000 mgr.y (mgr.24491) 15364 : cluster [DBG] pgmap v13575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:01.254448+0000 mgr.y (mgr.24491) 15364 : cluster [DBG] pgmap v13575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:01.254448+0000 mgr.y (mgr.24491) 15364 : cluster [DBG] pgmap v13575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:03.254847+0000 mgr.y (mgr.24491) 15365 : cluster [DBG] pgmap v13576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:03.254847+0000 mgr.y (mgr.24491) 15365 : cluster [DBG] pgmap v13576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:03.254847+0000 mgr.y (mgr.24491) 15365 : cluster [DBG] pgmap v13576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:05.255487+0000 mgr.y (mgr.24491) 15366 : cluster [DBG] pgmap v13577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:05.255487+0000 mgr.y (mgr.24491) 15366 : cluster [DBG] pgmap v13577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:05.255487+0000 mgr.y (mgr.24491) 15366 : cluster [DBG] pgmap v13577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:07.256085+0000 mgr.y (mgr.24491) 15367 : cluster [DBG] pgmap v13578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:07.256085+0000 mgr.y (mgr.24491) 15367 : cluster [DBG] pgmap v13578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:07.256085+0000 mgr.y (mgr.24491) 15367 : cluster [DBG] pgmap v13578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:05:08.664 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:05:08.939 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:05:08.939 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:05:08.939 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 3m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:05:08.939 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:05:08.939 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 3m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:05:08.939 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 3m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:05:08.939 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:05:08.939 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:05:08.939 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 3m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:05:08.939 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:05:08.940 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:05:08.940 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 3m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:05:08.940 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:05:08.940 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:05:08.940 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:05:08.940 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:05:08.940 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 3m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:05:08.940 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 3m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:05:08.940 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 3m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:05:08.940 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 3m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:05:08.940 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 3m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:05:09.279 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:05:09.279 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:05:09.279 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:05:09.279 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:05:09.279 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:05:09.279 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:05:09.279 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:05:09.279 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:05:09.279 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:05:09.279 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:05:09.279 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:05:09.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:05:09.280 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:05:09.280 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:05:09.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:05:09.280 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:05:09.280 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:05:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:05:08.652686+0000 mgr.y (mgr.24491) 15368 : audit [DBG] from='client.40559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:05:08.932094+0000 mgr.y (mgr.24491) 15369 : audit [DBG] from='client.40565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:09.256508+0000 mgr.y (mgr.24491) 15370 : cluster [DBG] pgmap v13579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:05:09.279631+0000 mon.a (mon.0) 3296 : audit [DBG] from='client.? 172.21.15.177:0/1736360600' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:05:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:05:08.652686+0000 mgr.y (mgr.24491) 15368 : audit [DBG] from='client.40559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:05:08.932094+0000 mgr.y (mgr.24491) 15369 : audit [DBG] from='client.40565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:09.256508+0000 mgr.y (mgr.24491) 15370 : cluster [DBG] pgmap v13579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:05:09.279631+0000 mon.a (mon.0) 3296 : audit [DBG] from='client.? 172.21.15.177:0/1736360600' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:05:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:05:08.652686+0000 mgr.y (mgr.24491) 15368 : audit [DBG] from='client.40559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:05:08.932094+0000 mgr.y (mgr.24491) 15369 : audit [DBG] from='client.40565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:09.256508+0000 mgr.y (mgr.24491) 15370 : cluster [DBG] pgmap v13579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:05:09.279631+0000 mon.a (mon.0) 3296 : audit [DBG] from='client.? 172.21.15.177:0/1736360600' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:05:11.355 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:05:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:11.256924+0000 mgr.y (mgr.24491) 15371 : cluster [DBG] pgmap v13580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:11.256924+0000 mgr.y (mgr.24491) 15371 : cluster [DBG] pgmap v13580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:11.256924+0000 mgr.y (mgr.24491) 15371 : cluster [DBG] pgmap v13580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:13.257267+0000 mgr.y (mgr.24491) 15372 : cluster [DBG] pgmap v13581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:13.257267+0000 mgr.y (mgr.24491) 15372 : cluster [DBG] pgmap v13581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:13.257267+0000 mgr.y (mgr.24491) 15372 : cluster [DBG] pgmap v13581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:15.258165+0000 mgr.y (mgr.24491) 15373 : cluster [DBG] pgmap v13582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:15.258165+0000 mgr.y (mgr.24491) 15373 : cluster [DBG] pgmap v13582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:15.258165+0000 mgr.y (mgr.24491) 15373 : cluster [DBG] pgmap v13582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:17.258710+0000 mgr.y (mgr.24491) 15374 : cluster [DBG] pgmap v13583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:17.258710+0000 mgr.y (mgr.24491) 15374 : cluster [DBG] pgmap v13583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:17.258710+0000 mgr.y (mgr.24491) 15374 : cluster [DBG] pgmap v13583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:05:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:19.259516+0000 mgr.y (mgr.24491) 15375 : cluster [DBG] pgmap v13584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:19.259516+0000 mgr.y (mgr.24491) 15375 : cluster [DBG] pgmap v13584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:19.259516+0000 mgr.y (mgr.24491) 15375 : cluster [DBG] pgmap v13584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:21.355 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:05:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:21.259865+0000 mgr.y (mgr.24491) 15376 : cluster [DBG] pgmap v13585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:21.259865+0000 mgr.y (mgr.24491) 15376 : cluster [DBG] pgmap v13585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:21.259865+0000 mgr.y (mgr.24491) 15376 : cluster [DBG] pgmap v13585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:23.260254+0000 mgr.y (mgr.24491) 15377 : cluster [DBG] pgmap v13586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:23.260254+0000 mgr.y (mgr.24491) 15377 : cluster [DBG] pgmap v13586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:23.260254+0000 mgr.y (mgr.24491) 15377 : cluster [DBG] pgmap v13586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:25.260882+0000 mgr.y (mgr.24491) 15378 : cluster [DBG] pgmap v13587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:25.260882+0000 mgr.y (mgr.24491) 15378 : cluster [DBG] pgmap v13587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:25.260882+0000 mgr.y (mgr.24491) 15378 : cluster [DBG] pgmap v13587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:27.261458+0000 mgr.y (mgr.24491) 15379 : cluster [DBG] pgmap v13588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:27.261458+0000 mgr.y (mgr.24491) 15379 : cluster [DBG] pgmap v13588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:27.261458+0000 mgr.y (mgr.24491) 15379 : cluster [DBG] pgmap v13588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:05:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:29.262044+0000 mgr.y (mgr.24491) 15380 : cluster [DBG] pgmap v13589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:29.262044+0000 mgr.y (mgr.24491) 15380 : cluster [DBG] pgmap v13589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:29.262044+0000 mgr.y (mgr.24491) 15380 : cluster [DBG] pgmap v13589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:31.358 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:05:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:31.262369+0000 mgr.y (mgr.24491) 15381 : cluster [DBG] pgmap v13590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:31.262369+0000 mgr.y (mgr.24491) 15381 : cluster [DBG] pgmap v13590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:31.262369+0000 mgr.y (mgr.24491) 15381 : cluster [DBG] pgmap v13590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:33.262811+0000 mgr.y (mgr.24491) 15382 : cluster [DBG] pgmap v13591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:33.262811+0000 mgr.y (mgr.24491) 15382 : cluster [DBG] pgmap v13591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:33.262811+0000 mgr.y (mgr.24491) 15382 : cluster [DBG] pgmap v13591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:35.263430+0000 mgr.y (mgr.24491) 15383 : cluster [DBG] pgmap v13592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:35.263430+0000 mgr.y (mgr.24491) 15383 : cluster [DBG] pgmap v13592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:35.263430+0000 mgr.y (mgr.24491) 15383 : cluster [DBG] pgmap v13592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:37.263831+0000 mgr.y (mgr.24491) 15384 : cluster [DBG] pgmap v13593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:37.263831+0000 mgr.y (mgr.24491) 15384 : cluster [DBG] pgmap v13593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:37.263831+0000 mgr.y (mgr.24491) 15384 : cluster [DBG] pgmap v13593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:05:39.596 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:05:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:39.264671+0000 mgr.y (mgr.24491) 15385 : cluster [DBG] pgmap v13594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:39.264671+0000 mgr.y (mgr.24491) 15385 : cluster [DBG] pgmap v13594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:39.264671+0000 mgr.y (mgr.24491) 15385 : cluster [DBG] pgmap v13594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:39.870 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:05:39.870 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:05:39.870 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:05:39.870 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:05:39.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:05:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:05:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:05:39.872 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:05:40.221 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:05:40.221 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:05:40.221 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:05:40.221 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:05:40.221 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:05:40.221 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:05:40.222 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:05:40.222 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:05:40.222 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:05:40.222 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:05:40.222 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:05:40.222 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:05:40.222 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:05:40.222 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:05:40.222 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:05:40.222 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:05:40.222 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:05:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:05:39.584472+0000 mgr.y (mgr.24491) 15386 : audit [DBG] from='client.40577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:05:39.863524+0000 mgr.y (mgr.24491) 15387 : audit [DBG] from='client.30672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:05:39.998813+0000 mon.a (mon.0) 3297 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:05:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:05:40.222006+0000 mon.a (mon.0) 3298 : audit [DBG] from='client.? 172.21.15.177:0/2462219327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:05:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:05:40.243307+0000 mon.a (mon.0) 3299 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:05:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:05:39.584472+0000 mgr.y (mgr.24491) 15386 : audit [DBG] from='client.40577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:05:39.863524+0000 mgr.y (mgr.24491) 15387 : audit [DBG] from='client.30672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:05:39.998813+0000 mon.a (mon.0) 3297 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:05:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:05:40.222006+0000 mon.a (mon.0) 3298 : audit [DBG] from='client.? 172.21.15.177:0/2462219327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:05:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:05:40.243307+0000 mon.a (mon.0) 3299 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:05:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:05:39.584472+0000 mgr.y (mgr.24491) 15386 : audit [DBG] from='client.40577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:05:39.863524+0000 mgr.y (mgr.24491) 15387 : audit [DBG] from='client.30672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:05:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:05:39.998813+0000 mon.a (mon.0) 3297 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:05:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:05:40.222006+0000 mon.a (mon.0) 3298 : audit [DBG] from='client.? 172.21.15.177:0/2462219327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:05:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:05:40.243307+0000 mon.a (mon.0) 3299 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:05:41.361 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:05:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:05:40.523250+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:05:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:05:40.523919+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:05:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:05:40.529010+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:05:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:41.265136+0000 mgr.y (mgr.24491) 15388 : cluster [DBG] pgmap v13595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:41.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:05:40.523250+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:05:41.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:05:40.523919+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:05:41.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:05:40.529010+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:05:41.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:41.265136+0000 mgr.y (mgr.24491) 15388 : cluster [DBG] pgmap v13595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:05:40.523250+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:05:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:05:40.523919+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:05:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:05:40.529010+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:05:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:41.265136+0000 mgr.y (mgr.24491) 15388 : cluster [DBG] pgmap v13595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:43.265582+0000 mgr.y (mgr.24491) 15389 : cluster [DBG] pgmap v13596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:43.265582+0000 mgr.y (mgr.24491) 15389 : cluster [DBG] pgmap v13596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:43.265582+0000 mgr.y (mgr.24491) 15389 : cluster [DBG] pgmap v13596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:45.266232+0000 mgr.y (mgr.24491) 15390 : cluster [DBG] pgmap v13597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:45.266232+0000 mgr.y (mgr.24491) 15390 : cluster [DBG] pgmap v13597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:45.266232+0000 mgr.y (mgr.24491) 15390 : cluster [DBG] pgmap v13597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:47.266748+0000 mgr.y (mgr.24491) 15391 : cluster [DBG] pgmap v13598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:47.266748+0000 mgr.y (mgr.24491) 15391 : cluster [DBG] pgmap v13598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:47.266748+0000 mgr.y (mgr.24491) 15391 : cluster [DBG] pgmap v13598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:05:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:49.267508+0000 mgr.y (mgr.24491) 15392 : cluster [DBG] pgmap v13599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:49.267508+0000 mgr.y (mgr.24491) 15392 : cluster [DBG] pgmap v13599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:49.267508+0000 mgr.y (mgr.24491) 15392 : cluster [DBG] pgmap v13599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:51.361 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:05:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:51.267906+0000 mgr.y (mgr.24491) 15393 : cluster [DBG] pgmap v13600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:51.267906+0000 mgr.y (mgr.24491) 15393 : cluster [DBG] pgmap v13600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:51.267906+0000 mgr.y (mgr.24491) 15393 : cluster [DBG] pgmap v13600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:53.268334+0000 mgr.y (mgr.24491) 15394 : cluster [DBG] pgmap v13601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:53.268334+0000 mgr.y (mgr.24491) 15394 : cluster [DBG] pgmap v13601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:53.268334+0000 mgr.y (mgr.24491) 15394 : cluster [DBG] pgmap v13601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:55.269176+0000 mgr.y (mgr.24491) 15395 : cluster [DBG] pgmap v13602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:55.269176+0000 mgr.y (mgr.24491) 15395 : cluster [DBG] pgmap v13602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:55.269176+0000 mgr.y (mgr.24491) 15395 : cluster [DBG] pgmap v13602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:57.269543+0000 mgr.y (mgr.24491) 15396 : cluster [DBG] pgmap v13603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:57.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:57.269543+0000 mgr.y (mgr.24491) 15396 : cluster [DBG] pgmap v13603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:57.269543+0000 mgr.y (mgr.24491) 15396 : cluster [DBG] pgmap v13603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:05:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:05:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:05:59.270129+0000 mgr.y (mgr.24491) 15397 : cluster [DBG] pgmap v13604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:05:59.270129+0000 mgr.y (mgr.24491) 15397 : cluster [DBG] pgmap v13604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:05:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:05:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:05:59.270129+0000 mgr.y (mgr.24491) 15397 : cluster [DBG] pgmap v13604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:01.363 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:06:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:01.270487+0000 mgr.y (mgr.24491) 15398 : cluster [DBG] pgmap v13605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:01.270487+0000 mgr.y (mgr.24491) 15398 : cluster [DBG] pgmap v13605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:01.270487+0000 mgr.y (mgr.24491) 15398 : cluster [DBG] pgmap v13605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:03.270881+0000 mgr.y (mgr.24491) 15399 : cluster [DBG] pgmap v13606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:03.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:03.270881+0000 mgr.y (mgr.24491) 15399 : cluster [DBG] pgmap v13606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:03.270881+0000 mgr.y (mgr.24491) 15399 : cluster [DBG] pgmap v13606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:05.271674+0000 mgr.y (mgr.24491) 15400 : cluster [DBG] pgmap v13607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:05.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:05.271674+0000 mgr.y (mgr.24491) 15400 : cluster [DBG] pgmap v13607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:05.271674+0000 mgr.y (mgr.24491) 15400 : cluster [DBG] pgmap v13607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:07.272148+0000 mgr.y (mgr.24491) 15401 : cluster [DBG] pgmap v13608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:07.272148+0000 mgr.y (mgr.24491) 15401 : cluster [DBG] pgmap v13608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:07.272148+0000 mgr.y (mgr.24491) 15401 : cluster [DBG] pgmap v13608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:06:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:09.272776+0000 mgr.y (mgr.24491) 15402 : cluster [DBG] pgmap v13609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:09.272776+0000 mgr.y (mgr.24491) 15402 : cluster [DBG] pgmap v13609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:09.272776+0000 mgr.y (mgr.24491) 15402 : cluster [DBG] pgmap v13609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:10.532 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:06:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:06:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:06:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:06:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:06:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:06:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:06:10.806 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:06:10.807 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:06:11.138 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:06:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:06:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:06:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:06:11.138 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:06:11.139 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:06:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:06:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:06:11.138931+0000 mon.c (mon.2) 485 : audit [DBG] from='client.? 172.21.15.177:0/3640147428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:06:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:06:11.138931+0000 mon.c (mon.2) 485 : audit [DBG] from='client.? 172.21.15.177:0/3640147428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:06:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:06:11.138931+0000 mon.c (mon.2) 485 : audit [DBG] from='client.? 172.21.15.177:0/3640147428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:06:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:06:10.520613+0000 mgr.y (mgr.24491) 15403 : audit [DBG] from='client.40595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:06:10.798993+0000 mgr.y (mgr.24491) 15404 : audit [DBG] from='client.40601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:11.273209+0000 mgr.y (mgr.24491) 15405 : cluster [DBG] pgmap v13610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:06:10.520613+0000 mgr.y (mgr.24491) 15403 : audit [DBG] from='client.40595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:06:10.798993+0000 mgr.y (mgr.24491) 15404 : audit [DBG] from='client.40601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:11.273209+0000 mgr.y (mgr.24491) 15405 : cluster [DBG] pgmap v13610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:06:10.520613+0000 mgr.y (mgr.24491) 15403 : audit [DBG] from='client.40595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:06:10.798993+0000 mgr.y (mgr.24491) 15404 : audit [DBG] from='client.40601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:11.273209+0000 mgr.y (mgr.24491) 15405 : cluster [DBG] pgmap v13610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:13.273728+0000 mgr.y (mgr.24491) 15406 : cluster [DBG] pgmap v13611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:13.273728+0000 mgr.y (mgr.24491) 15406 : cluster [DBG] pgmap v13611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:13.273728+0000 mgr.y (mgr.24491) 15406 : cluster [DBG] pgmap v13611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:15.274373+0000 mgr.y (mgr.24491) 15407 : cluster [DBG] pgmap v13612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:15.274373+0000 mgr.y (mgr.24491) 15407 : cluster [DBG] pgmap v13612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:15.274373+0000 mgr.y (mgr.24491) 15407 : cluster [DBG] pgmap v13612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:17.274825+0000 mgr.y (mgr.24491) 15408 : cluster [DBG] pgmap v13613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:17.274825+0000 mgr.y (mgr.24491) 15408 : cluster [DBG] pgmap v13613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:17.274825+0000 mgr.y (mgr.24491) 15408 : cluster [DBG] pgmap v13613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:06:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:19.275509+0000 mgr.y (mgr.24491) 15409 : cluster [DBG] pgmap v13614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:19.275509+0000 mgr.y (mgr.24491) 15409 : cluster [DBG] pgmap v13614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:19.275509+0000 mgr.y (mgr.24491) 15409 : cluster [DBG] pgmap v13614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:21.365 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:06:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:21.276019+0000 mgr.y (mgr.24491) 15410 : cluster [DBG] pgmap v13615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:21.276019+0000 mgr.y (mgr.24491) 15410 : cluster [DBG] pgmap v13615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:21.276019+0000 mgr.y (mgr.24491) 15410 : cluster [DBG] pgmap v13615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:23.276423+0000 mgr.y (mgr.24491) 15411 : cluster [DBG] pgmap v13616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:23.276423+0000 mgr.y (mgr.24491) 15411 : cluster [DBG] pgmap v13616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:23.276423+0000 mgr.y (mgr.24491) 15411 : cluster [DBG] pgmap v13616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:25.277168+0000 mgr.y (mgr.24491) 15412 : cluster [DBG] pgmap v13617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:25.277168+0000 mgr.y (mgr.24491) 15412 : cluster [DBG] pgmap v13617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:25.277168+0000 mgr.y (mgr.24491) 15412 : cluster [DBG] pgmap v13617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:27.277597+0000 mgr.y (mgr.24491) 15413 : cluster [DBG] pgmap v13618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:27.277597+0000 mgr.y (mgr.24491) 15413 : cluster [DBG] pgmap v13618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:27.277597+0000 mgr.y (mgr.24491) 15413 : cluster [DBG] pgmap v13618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:06:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:29.278198+0000 mgr.y (mgr.24491) 15414 : cluster [DBG] pgmap v13619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:29.278198+0000 mgr.y (mgr.24491) 15414 : cluster [DBG] pgmap v13619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:29.278198+0000 mgr.y (mgr.24491) 15414 : cluster [DBG] pgmap v13619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:31.366 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:06:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:31.278663+0000 mgr.y (mgr.24491) 15415 : cluster [DBG] pgmap v13620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:31.278663+0000 mgr.y (mgr.24491) 15415 : cluster [DBG] pgmap v13620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:31.278663+0000 mgr.y (mgr.24491) 15415 : cluster [DBG] pgmap v13620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:33.279249+0000 mgr.y (mgr.24491) 15416 : cluster [DBG] pgmap v13621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:33.279249+0000 mgr.y (mgr.24491) 15416 : cluster [DBG] pgmap v13621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:33.279249+0000 mgr.y (mgr.24491) 15416 : cluster [DBG] pgmap v13621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:35.279883+0000 mgr.y (mgr.24491) 15417 : cluster [DBG] pgmap v13622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:35.279883+0000 mgr.y (mgr.24491) 15417 : cluster [DBG] pgmap v13622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:35.279883+0000 mgr.y (mgr.24491) 15417 : cluster [DBG] pgmap v13622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:37.280435+0000 mgr.y (mgr.24491) 15418 : cluster [DBG] pgmap v13623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:37.280435+0000 mgr.y (mgr.24491) 15418 : cluster [DBG] pgmap v13623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:37.280435+0000 mgr.y (mgr.24491) 15418 : cluster [DBG] pgmap v13623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:06:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:39.281182+0000 mgr.y (mgr.24491) 15419 : cluster [DBG] pgmap v13624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:39.281182+0000 mgr.y (mgr.24491) 15419 : cluster [DBG] pgmap v13624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:39.281182+0000 mgr.y (mgr.24491) 15419 : cluster [DBG] pgmap v13624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:06:40.533429+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:06:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:06:40.533429+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:06:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:06:40.533429+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:06:41.440 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:06:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:06:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:06:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:06:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:06:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:06:41.716 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:06:41.717 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:06:41.717 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:06:41.717 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 5m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:06:41.717 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:06:41.717 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:06:41.717 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:06:41.717 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:06:41.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:06:41.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:06:41.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:06:41.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:06:41.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:06:41.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:06:41.719 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:06:41.719 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:06:41.719 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:06:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:06:40.827977+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:06:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:06:40.828607+0000 mon.a (mon.0) 3305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:06:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:06:40.835265+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:06:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:41.281496+0000 mgr.y (mgr.24491) 15420 : cluster [DBG] pgmap v13625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:06:40.827977+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:06:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:06:40.828607+0000 mon.a (mon.0) 3305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:06:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:06:40.835265+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:06:41.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:41.281496+0000 mgr.y (mgr.24491) 15420 : cluster [DBG] pgmap v13625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:06:40.827977+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:06:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:06:40.828607+0000 mon.a (mon.0) 3305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:06:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:06:40.835265+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:06:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:41.281496+0000 mgr.y (mgr.24491) 15420 : cluster [DBG] pgmap v13625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:42.052 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:06:42.052 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:06:42.052 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:06:42.053 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:06:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:06:41.428618+0000 mgr.y (mgr.24491) 15421 : audit [DBG] from='client.30702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:06:41.708545+0000 mgr.y (mgr.24491) 15422 : audit [DBG] from='client.30708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:06:42.053459+0000 mon.a (mon.0) 3307 : audit [DBG] from='client.? 172.21.15.177:0/607473191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:06:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:06:41.428618+0000 mgr.y (mgr.24491) 15421 : audit [DBG] from='client.30702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:06:41.708545+0000 mgr.y (mgr.24491) 15422 : audit [DBG] from='client.30708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:06:42.053459+0000 mon.a (mon.0) 3307 : audit [DBG] from='client.? 172.21.15.177:0/607473191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:06:43.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:06:41.428618+0000 mgr.y (mgr.24491) 15421 : audit [DBG] from='client.30702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:43.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:06:41.708545+0000 mgr.y (mgr.24491) 15422 : audit [DBG] from='client.30708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:06:43.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:06:42.053459+0000 mon.a (mon.0) 3307 : audit [DBG] from='client.? 172.21.15.177:0/607473191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:06:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:43.281992+0000 mgr.y (mgr.24491) 15423 : cluster [DBG] pgmap v13626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:43.281992+0000 mgr.y (mgr.24491) 15423 : cluster [DBG] pgmap v13626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:43.281992+0000 mgr.y (mgr.24491) 15423 : cluster [DBG] pgmap v13626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:45.282800+0000 mgr.y (mgr.24491) 15424 : cluster [DBG] pgmap v13627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:45.282800+0000 mgr.y (mgr.24491) 15424 : cluster [DBG] pgmap v13627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:45.282800+0000 mgr.y (mgr.24491) 15424 : cluster [DBG] pgmap v13627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:47.283384+0000 mgr.y (mgr.24491) 15425 : cluster [DBG] pgmap v13628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:47.283384+0000 mgr.y (mgr.24491) 15425 : cluster [DBG] pgmap v13628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:47.283384+0000 mgr.y (mgr.24491) 15425 : cluster [DBG] pgmap v13628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:06:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:49.284181+0000 mgr.y (mgr.24491) 15426 : cluster [DBG] pgmap v13629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:49.284181+0000 mgr.y (mgr.24491) 15426 : cluster [DBG] pgmap v13629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:49.284181+0000 mgr.y (mgr.24491) 15426 : cluster [DBG] pgmap v13629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:51.371 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:06:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:51.284590+0000 mgr.y (mgr.24491) 15427 : cluster [DBG] pgmap v13630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:51.284590+0000 mgr.y (mgr.24491) 15427 : cluster [DBG] pgmap v13630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:51.284590+0000 mgr.y (mgr.24491) 15427 : cluster [DBG] pgmap v13630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:53.284980+0000 mgr.y (mgr.24491) 15428 : cluster [DBG] pgmap v13631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:53.284980+0000 mgr.y (mgr.24491) 15428 : cluster [DBG] pgmap v13631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:53.284980+0000 mgr.y (mgr.24491) 15428 : cluster [DBG] pgmap v13631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:55.285615+0000 mgr.y (mgr.24491) 15429 : cluster [DBG] pgmap v13632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:55.285615+0000 mgr.y (mgr.24491) 15429 : cluster [DBG] pgmap v13632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:55.285615+0000 mgr.y (mgr.24491) 15429 : cluster [DBG] pgmap v13632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:57.286168+0000 mgr.y (mgr.24491) 15430 : cluster [DBG] pgmap v13633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:57.286168+0000 mgr.y (mgr.24491) 15430 : cluster [DBG] pgmap v13633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:57.286168+0000 mgr.y (mgr.24491) 15430 : cluster [DBG] pgmap v13633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:06:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:06:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:06:59.286722+0000 mgr.y (mgr.24491) 15431 : cluster [DBG] pgmap v13634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:06:59.286722+0000 mgr.y (mgr.24491) 15431 : cluster [DBG] pgmap v13634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:06:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:06:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:06:59.286722+0000 mgr.y (mgr.24491) 15431 : cluster [DBG] pgmap v13634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:01.372 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:07:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:01.287207+0000 mgr.y (mgr.24491) 15432 : cluster [DBG] pgmap v13635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:01.287207+0000 mgr.y (mgr.24491) 15432 : cluster [DBG] pgmap v13635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:01.287207+0000 mgr.y (mgr.24491) 15432 : cluster [DBG] pgmap v13635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:03.287611+0000 mgr.y (mgr.24491) 15433 : cluster [DBG] pgmap v13636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:03.287611+0000 mgr.y (mgr.24491) 15433 : cluster [DBG] pgmap v13636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:03.287611+0000 mgr.y (mgr.24491) 15433 : cluster [DBG] pgmap v13636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:05.288463+0000 mgr.y (mgr.24491) 15434 : cluster [DBG] pgmap v13637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:05.288463+0000 mgr.y (mgr.24491) 15434 : cluster [DBG] pgmap v13637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:05.288463+0000 mgr.y (mgr.24491) 15434 : cluster [DBG] pgmap v13637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:07.288923+0000 mgr.y (mgr.24491) 15435 : cluster [DBG] pgmap v13638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:07.288923+0000 mgr.y (mgr.24491) 15435 : cluster [DBG] pgmap v13638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:07.288923+0000 mgr.y (mgr.24491) 15435 : cluster [DBG] pgmap v13638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:07:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:09.289657+0000 mgr.y (mgr.24491) 15436 : cluster [DBG] pgmap v13639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:09.289657+0000 mgr.y (mgr.24491) 15436 : cluster [DBG] pgmap v13639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:09.289657+0000 mgr.y (mgr.24491) 15436 : cluster [DBG] pgmap v13639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:11.372 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:07:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:11.290074+0000 mgr.y (mgr.24491) 15437 : cluster [DBG] pgmap v13640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:11.290074+0000 mgr.y (mgr.24491) 15437 : cluster [DBG] pgmap v13640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:11.290074+0000 mgr.y (mgr.24491) 15437 : cluster [DBG] pgmap v13640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:12.362 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:07:12.651 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:07:12.651 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 5m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 5m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:07:12.652 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:07:12.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:07:12.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:07:12.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:07:12.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:07:12.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:07:12.653 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:07:12.985 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:07:12.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:07:12.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:07:12.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:07:12.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:07:12.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:07:12.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:07:12.985 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:07:12.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:07:12.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:07:12.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:07:12.986 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:07:12.986 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:07:12.986 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:07:12.986 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:07:12.986 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:07:12.986 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:07:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:07:12.985184+0000 mon.c (mon.2) 486 : audit [DBG] from='client.? 172.21.15.177:0/400799667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:07:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:07:12.985184+0000 mon.c (mon.2) 486 : audit [DBG] from='client.? 172.21.15.177:0/400799667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:07:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:07:12.985184+0000 mon.c (mon.2) 486 : audit [DBG] from='client.? 172.21.15.177:0/400799667' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:07:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:07:12.351005+0000 mgr.y (mgr.24491) 15438 : audit [DBG] from='client.40631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:07:12.644330+0000 mgr.y (mgr.24491) 15439 : audit [DBG] from='client.40637 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:13.290648+0000 mgr.y (mgr.24491) 15440 : cluster [DBG] pgmap v13641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:07:12.351005+0000 mgr.y (mgr.24491) 15438 : audit [DBG] from='client.40631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:07:12.644330+0000 mgr.y (mgr.24491) 15439 : audit [DBG] from='client.40637 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:13.290648+0000 mgr.y (mgr.24491) 15440 : cluster [DBG] pgmap v13641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:07:12.351005+0000 mgr.y (mgr.24491) 15438 : audit [DBG] from='client.40631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:07:12.644330+0000 mgr.y (mgr.24491) 15439 : audit [DBG] from='client.40637 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:13.290648+0000 mgr.y (mgr.24491) 15440 : cluster [DBG] pgmap v13641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:15.291284+0000 mgr.y (mgr.24491) 15441 : cluster [DBG] pgmap v13642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:15.291284+0000 mgr.y (mgr.24491) 15441 : cluster [DBG] pgmap v13642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:15.291284+0000 mgr.y (mgr.24491) 15441 : cluster [DBG] pgmap v13642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:17.291717+0000 mgr.y (mgr.24491) 15442 : cluster [DBG] pgmap v13643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:17.291717+0000 mgr.y (mgr.24491) 15442 : cluster [DBG] pgmap v13643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:17.291717+0000 mgr.y (mgr.24491) 15442 : cluster [DBG] pgmap v13643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:07:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:19.292366+0000 mgr.y (mgr.24491) 15443 : cluster [DBG] pgmap v13644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:19.292366+0000 mgr.y (mgr.24491) 15443 : cluster [DBG] pgmap v13644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:19.292366+0000 mgr.y (mgr.24491) 15443 : cluster [DBG] pgmap v13644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:21.373 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:07:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:21.292761+0000 mgr.y (mgr.24491) 15444 : cluster [DBG] pgmap v13645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:21.292761+0000 mgr.y (mgr.24491) 15444 : cluster [DBG] pgmap v13645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:21.292761+0000 mgr.y (mgr.24491) 15444 : cluster [DBG] pgmap v13645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:23.293281+0000 mgr.y (mgr.24491) 15445 : cluster [DBG] pgmap v13646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:23.293281+0000 mgr.y (mgr.24491) 15445 : cluster [DBG] pgmap v13646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:23.293281+0000 mgr.y (mgr.24491) 15445 : cluster [DBG] pgmap v13646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:25.293893+0000 mgr.y (mgr.24491) 15446 : cluster [DBG] pgmap v13647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:25.293893+0000 mgr.y (mgr.24491) 15446 : cluster [DBG] pgmap v13647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:25.293893+0000 mgr.y (mgr.24491) 15446 : cluster [DBG] pgmap v13647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:27.294247+0000 mgr.y (mgr.24491) 15447 : cluster [DBG] pgmap v13648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:27.294247+0000 mgr.y (mgr.24491) 15447 : cluster [DBG] pgmap v13648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:27.294247+0000 mgr.y (mgr.24491) 15447 : cluster [DBG] pgmap v13648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:07:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:29.294793+0000 mgr.y (mgr.24491) 15448 : cluster [DBG] pgmap v13649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:29.294793+0000 mgr.y (mgr.24491) 15448 : cluster [DBG] pgmap v13649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:29.294793+0000 mgr.y (mgr.24491) 15448 : cluster [DBG] pgmap v13649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:31.375 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:07:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:31.295262+0000 mgr.y (mgr.24491) 15449 : cluster [DBG] pgmap v13650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:31.295262+0000 mgr.y (mgr.24491) 15449 : cluster [DBG] pgmap v13650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:31.295262+0000 mgr.y (mgr.24491) 15449 : cluster [DBG] pgmap v13650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:33.295695+0000 mgr.y (mgr.24491) 15450 : cluster [DBG] pgmap v13651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:33.295695+0000 mgr.y (mgr.24491) 15450 : cluster [DBG] pgmap v13651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:33.295695+0000 mgr.y (mgr.24491) 15450 : cluster [DBG] pgmap v13651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:35.296327+0000 mgr.y (mgr.24491) 15451 : cluster [DBG] pgmap v13652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:35.296327+0000 mgr.y (mgr.24491) 15451 : cluster [DBG] pgmap v13652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:35.296327+0000 mgr.y (mgr.24491) 15451 : cluster [DBG] pgmap v13652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:37.296806+0000 mgr.y (mgr.24491) 15452 : cluster [DBG] pgmap v13653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:37.296806+0000 mgr.y (mgr.24491) 15452 : cluster [DBG] pgmap v13653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:37.296806+0000 mgr.y (mgr.24491) 15452 : cluster [DBG] pgmap v13653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:07:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:39.297664+0000 mgr.y (mgr.24491) 15453 : cluster [DBG] pgmap v13654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:39.297664+0000 mgr.y (mgr.24491) 15453 : cluster [DBG] pgmap v13654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:39.297664+0000 mgr.y (mgr.24491) 15453 : cluster [DBG] pgmap v13654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:07:40.839386+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:07:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:07:40.839386+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:07:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:07:40.839386+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:07:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:07:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:41.298120+0000 mgr.y (mgr.24491) 15454 : cluster [DBG] pgmap v13655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:41.298120+0000 mgr.y (mgr.24491) 15454 : cluster [DBG] pgmap v13655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:41.298120+0000 mgr.y (mgr.24491) 15454 : cluster [DBG] pgmap v13655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:43.302 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:07:43.485 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:07:43.290252+0000 mgr.y (mgr.24491) 15455 : audit [DBG] from='client.30738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:43.486 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:43.298441+0000 mgr.y (mgr.24491) 15456 : cluster [DBG] pgmap v13656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:43.486 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:07:43.290252+0000 mgr.y (mgr.24491) 15455 : audit [DBG] from='client.30738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:43.486 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:43.298441+0000 mgr.y (mgr.24491) 15456 : cluster [DBG] pgmap v13656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:43.586 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 6m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 6m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:07:43.587 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:07:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:07:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:07:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:07:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:07:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:07:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:07:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:07:43.588 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:07:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:07:43.290252+0000 mgr.y (mgr.24491) 15455 : audit [DBG] from='client.30738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:43.298441+0000 mgr.y (mgr.24491) 15456 : cluster [DBG] pgmap v13656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:43.926 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:07:43.926 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:07:43.926 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:07:43.926 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:07:43.926 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:07:43.926 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:07:43.926 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:07:43.926 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:07:43.927 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:07:43.927 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:07:43.927 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:07:43.927 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:07:43.927 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:07:43.927 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:07:43.927 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:07:43.927 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:07:43.927 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:07:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:07:43.579572+0000 mgr.y (mgr.24491) 15457 : audit [DBG] from='client.30744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:07:43.926775+0000 mon.c (mon.2) 487 : audit [DBG] from='client.? 172.21.15.177:0/3414421933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:07:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:07:44.043650+0000 mon.a (mon.0) 3309 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:07:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:07:44.324934+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:07:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:07:44.325554+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:07:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:07:44.329919+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:07:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:07:43.579572+0000 mgr.y (mgr.24491) 15457 : audit [DBG] from='client.30744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:07:43.926775+0000 mon.c (mon.2) 487 : audit [DBG] from='client.? 172.21.15.177:0/3414421933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:07:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:07:44.043650+0000 mon.a (mon.0) 3309 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:07:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:07:44.324934+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:07:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:07:44.325554+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:07:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:07:44.329919+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:07:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:07:43.579572+0000 mgr.y (mgr.24491) 15457 : audit [DBG] from='client.30744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:07:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:07:43.926775+0000 mon.c (mon.2) 487 : audit [DBG] from='client.? 172.21.15.177:0/3414421933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:07:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:07:44.043650+0000 mon.a (mon.0) 3309 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:07:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:07:44.324934+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:07:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:07:44.325554+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:07:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:07:44.329919+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:07:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:45.299077+0000 mgr.y (mgr.24491) 15458 : cluster [DBG] pgmap v13657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:45.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:45.299077+0000 mgr.y (mgr.24491) 15458 : cluster [DBG] pgmap v13657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:45.299077+0000 mgr.y (mgr.24491) 15458 : cluster [DBG] pgmap v13657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:47.299641+0000 mgr.y (mgr.24491) 15459 : cluster [DBG] pgmap v13658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:47.299641+0000 mgr.y (mgr.24491) 15459 : cluster [DBG] pgmap v13658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:47.299641+0000 mgr.y (mgr.24491) 15459 : cluster [DBG] pgmap v13658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:07:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:49.300456+0000 mgr.y (mgr.24491) 15460 : cluster [DBG] pgmap v13659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:49.300456+0000 mgr.y (mgr.24491) 15460 : cluster [DBG] pgmap v13659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:49.300456+0000 mgr.y (mgr.24491) 15460 : cluster [DBG] pgmap v13659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:51.380 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:07:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:51.301020+0000 mgr.y (mgr.24491) 15461 : cluster [DBG] pgmap v13660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:51.301020+0000 mgr.y (mgr.24491) 15461 : cluster [DBG] pgmap v13660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:51.301020+0000 mgr.y (mgr.24491) 15461 : cluster [DBG] pgmap v13660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:53.301432+0000 mgr.y (mgr.24491) 15462 : cluster [DBG] pgmap v13661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:53.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:53.301432+0000 mgr.y (mgr.24491) 15462 : cluster [DBG] pgmap v13661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:53.301432+0000 mgr.y (mgr.24491) 15462 : cluster [DBG] pgmap v13661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:55.302038+0000 mgr.y (mgr.24491) 15463 : cluster [DBG] pgmap v13662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:55.302038+0000 mgr.y (mgr.24491) 15463 : cluster [DBG] pgmap v13662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:55.302038+0000 mgr.y (mgr.24491) 15463 : cluster [DBG] pgmap v13662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:57.302476+0000 mgr.y (mgr.24491) 15464 : cluster [DBG] pgmap v13663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:57.302476+0000 mgr.y (mgr.24491) 15464 : cluster [DBG] pgmap v13663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:57.302476+0000 mgr.y (mgr.24491) 15464 : cluster [DBG] pgmap v13663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:07:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:07:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:07:59.303069+0000 mgr.y (mgr.24491) 15465 : cluster [DBG] pgmap v13664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:07:59.303069+0000 mgr.y (mgr.24491) 15465 : cluster [DBG] pgmap v13664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:07:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:07:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:07:59.303069+0000 mgr.y (mgr.24491) 15465 : cluster [DBG] pgmap v13664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:01.381 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:08:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:01.303510+0000 mgr.y (mgr.24491) 15466 : cluster [DBG] pgmap v13665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:01.303510+0000 mgr.y (mgr.24491) 15466 : cluster [DBG] pgmap v13665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:01.303510+0000 mgr.y (mgr.24491) 15466 : cluster [DBG] pgmap v13665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:03.304042+0000 mgr.y (mgr.24491) 15467 : cluster [DBG] pgmap v13666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:03.304042+0000 mgr.y (mgr.24491) 15467 : cluster [DBG] pgmap v13666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:03.304042+0000 mgr.y (mgr.24491) 15467 : cluster [DBG] pgmap v13666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:05.304738+0000 mgr.y (mgr.24491) 15468 : cluster [DBG] pgmap v13667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:05.304738+0000 mgr.y (mgr.24491) 15468 : cluster [DBG] pgmap v13667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:05.304738+0000 mgr.y (mgr.24491) 15468 : cluster [DBG] pgmap v13667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:07.305123+0000 mgr.y (mgr.24491) 15469 : cluster [DBG] pgmap v13668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:07.305123+0000 mgr.y (mgr.24491) 15469 : cluster [DBG] pgmap v13668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:07.305123+0000 mgr.y (mgr.24491) 15469 : cluster [DBG] pgmap v13668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:07] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T11:08:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:09.305723+0000 mgr.y (mgr.24491) 15470 : cluster [DBG] pgmap v13669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:09.305723+0000 mgr.y (mgr.24491) 15470 : cluster [DBG] pgmap v13669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:09.305723+0000 mgr.y (mgr.24491) 15470 : cluster [DBG] pgmap v13669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:11.381 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:08:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:11.306362+0000 mgr.y (mgr.24491) 15471 : cluster [DBG] pgmap v13670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:11.306362+0000 mgr.y (mgr.24491) 15471 : cluster [DBG] pgmap v13670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:11.306362+0000 mgr.y (mgr.24491) 15471 : cluster [DBG] pgmap v13670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:13.306805+0000 mgr.y (mgr.24491) 15472 : cluster [DBG] pgmap v13671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:13.306805+0000 mgr.y (mgr.24491) 15472 : cluster [DBG] pgmap v13671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:13.306805+0000 mgr.y (mgr.24491) 15472 : cluster [DBG] pgmap v13671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:14.245 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:08:14.524 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:08:14.524 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:08:14.524 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:08:14.524 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:08:14.524 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 6m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 6m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:08:14.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:08:14.526 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:08:14.526 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:08:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:08:14.234029+0000 mgr.y (mgr.24491) 15473 : audit [DBG] from='client.40667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:08:14.234029+0000 mgr.y (mgr.24491) 15473 : audit [DBG] from='client.40667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:08:14.234029+0000 mgr.y (mgr.24491) 15473 : audit [DBG] from='client.40667 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:14.860 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:08:14.861 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:08:14.862 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:08:14.862 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:08:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:08:14.517521+0000 mgr.y (mgr.24491) 15474 : audit [DBG] from='client.30762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:08:14.861420+0000 mon.c (mon.2) 488 : audit [DBG] from='client.? 172.21.15.177:0/1261544672' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:08:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:15.307537+0000 mgr.y (mgr.24491) 15475 : cluster [DBG] pgmap v13672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:08:14.517521+0000 mgr.y (mgr.24491) 15474 : audit [DBG] from='client.30762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:08:14.861420+0000 mon.c (mon.2) 488 : audit [DBG] from='client.? 172.21.15.177:0/1261544672' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:08:15.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:15.307537+0000 mgr.y (mgr.24491) 15475 : cluster [DBG] pgmap v13672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:08:14.517521+0000 mgr.y (mgr.24491) 15474 : audit [DBG] from='client.30762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:08:14.861420+0000 mon.c (mon.2) 488 : audit [DBG] from='client.? 172.21.15.177:0/1261544672' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:08:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:15.307537+0000 mgr.y (mgr.24491) 15475 : cluster [DBG] pgmap v13672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:17.307905+0000 mgr.y (mgr.24491) 15476 : cluster [DBG] pgmap v13673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:17.307905+0000 mgr.y (mgr.24491) 15476 : cluster [DBG] pgmap v13673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:17.307905+0000 mgr.y (mgr.24491) 15476 : cluster [DBG] pgmap v13673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:08:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:19.308649+0000 mgr.y (mgr.24491) 15477 : cluster [DBG] pgmap v13674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:19.308649+0000 mgr.y (mgr.24491) 15477 : cluster [DBG] pgmap v13674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:19.308649+0000 mgr.y (mgr.24491) 15477 : cluster [DBG] pgmap v13674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:21.382 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:08:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:21.309057+0000 mgr.y (mgr.24491) 15478 : cluster [DBG] pgmap v13675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:21.309057+0000 mgr.y (mgr.24491) 15478 : cluster [DBG] pgmap v13675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:21.309057+0000 mgr.y (mgr.24491) 15478 : cluster [DBG] pgmap v13675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:23.309416+0000 mgr.y (mgr.24491) 15479 : cluster [DBG] pgmap v13676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:23.309416+0000 mgr.y (mgr.24491) 15479 : cluster [DBG] pgmap v13676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:23.309416+0000 mgr.y (mgr.24491) 15479 : cluster [DBG] pgmap v13676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:25.310154+0000 mgr.y (mgr.24491) 15480 : cluster [DBG] pgmap v13677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:25.310154+0000 mgr.y (mgr.24491) 15480 : cluster [DBG] pgmap v13677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:25.310154+0000 mgr.y (mgr.24491) 15480 : cluster [DBG] pgmap v13677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:27.310568+0000 mgr.y (mgr.24491) 15481 : cluster [DBG] pgmap v13678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:27.310568+0000 mgr.y (mgr.24491) 15481 : cluster [DBG] pgmap v13678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:27.310568+0000 mgr.y (mgr.24491) 15481 : cluster [DBG] pgmap v13678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:08:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:29.311234+0000 mgr.y (mgr.24491) 15482 : cluster [DBG] pgmap v13679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:29.311234+0000 mgr.y (mgr.24491) 15482 : cluster [DBG] pgmap v13679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:29.311234+0000 mgr.y (mgr.24491) 15482 : cluster [DBG] pgmap v13679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:31.383 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:08:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:31.311713+0000 mgr.y (mgr.24491) 15483 : cluster [DBG] pgmap v13680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:31.311713+0000 mgr.y (mgr.24491) 15483 : cluster [DBG] pgmap v13680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:31.311713+0000 mgr.y (mgr.24491) 15483 : cluster [DBG] pgmap v13680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:33.312194+0000 mgr.y (mgr.24491) 15484 : cluster [DBG] pgmap v13681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:33.312194+0000 mgr.y (mgr.24491) 15484 : cluster [DBG] pgmap v13681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:33.312194+0000 mgr.y (mgr.24491) 15484 : cluster [DBG] pgmap v13681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:35.313043+0000 mgr.y (mgr.24491) 15485 : cluster [DBG] pgmap v13682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:35.313043+0000 mgr.y (mgr.24491) 15485 : cluster [DBG] pgmap v13682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:35.313043+0000 mgr.y (mgr.24491) 15485 : cluster [DBG] pgmap v13682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:37.313605+0000 mgr.y (mgr.24491) 15486 : cluster [DBG] pgmap v13683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:37.313605+0000 mgr.y (mgr.24491) 15486 : cluster [DBG] pgmap v13683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:37.313605+0000 mgr.y (mgr.24491) 15486 : cluster [DBG] pgmap v13683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:08:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:39.314220+0000 mgr.y (mgr.24491) 15487 : cluster [DBG] pgmap v13684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:39.314220+0000 mgr.y (mgr.24491) 15487 : cluster [DBG] pgmap v13684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:39.314220+0000 mgr.y (mgr.24491) 15487 : cluster [DBG] pgmap v13684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:41.386 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:08:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:41.314775+0000 mgr.y (mgr.24491) 15488 : cluster [DBG] pgmap v13685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:41.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:41.314775+0000 mgr.y (mgr.24491) 15488 : cluster [DBG] pgmap v13685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:41.314775+0000 mgr.y (mgr.24491) 15488 : cluster [DBG] pgmap v13685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:43.315298+0000 mgr.y (mgr.24491) 15489 : cluster [DBG] pgmap v13686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:43.315298+0000 mgr.y (mgr.24491) 15489 : cluster [DBG] pgmap v13686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:43.315298+0000 mgr.y (mgr.24491) 15489 : cluster [DBG] pgmap v13686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:08:44.334325+0000 mon.a (mon.0) 3313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:08:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:08:44.334325+0000 mon.a (mon.0) 3313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:08:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:08:44.334325+0000 mon.a (mon.0) 3313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:08:45.159 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:08:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:08:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:08:45.436 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 7m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 7m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 7m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 7m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:08:45.437 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:08:45.438 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:08:45.438 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:08:45.438 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:08:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:08:45.148410+0000 mgr.y (mgr.24491) 15490 : audit [DBG] from='client.40685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:45.315933+0000 mgr.y (mgr.24491) 15491 : cluster [DBG] pgmap v13687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:08:45.148410+0000 mgr.y (mgr.24491) 15490 : audit [DBG] from='client.40685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:45.315933+0000 mgr.y (mgr.24491) 15491 : cluster [DBG] pgmap v13687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:45.715 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:08:45.148410+0000 mgr.y (mgr.24491) 15490 : audit [DBG] from='client.40685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:45.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:45.315933+0000 mgr.y (mgr.24491) 15491 : cluster [DBG] pgmap v13687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:45.772 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:08:45.772 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:08:45.772 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:08:45.772 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:08:45.772 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:08:45.772 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:08:45.773 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:08:45.773 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:08:45.773 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:08:45.773 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:08:45.773 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:08:45.773 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:08:45.773 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:08:45.773 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:08:45.773 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:08:45.773 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:08:45.773 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:08:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:08:45.429685+0000 mgr.y (mgr.24491) 15492 : audit [DBG] from='client.30780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:08:45.773133+0000 mon.a (mon.0) 3314 : audit [DBG] from='client.? 172.21.15.177:0/1764695525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:08:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:08:45.429685+0000 mgr.y (mgr.24491) 15492 : audit [DBG] from='client.30780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:08:45.773133+0000 mon.a (mon.0) 3314 : audit [DBG] from='client.? 172.21.15.177:0/1764695525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:08:46.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:08:45.429685+0000 mgr.y (mgr.24491) 15492 : audit [DBG] from='client.30780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:08:46.676 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:08:45.773133+0000 mon.a (mon.0) 3314 : audit [DBG] from='client.? 172.21.15.177:0/1764695525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:08:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:47.316332+0000 mgr.y (mgr.24491) 15493 : cluster [DBG] pgmap v13688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:47.316332+0000 mgr.y (mgr.24491) 15493 : cluster [DBG] pgmap v13688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:47.316332+0000 mgr.y (mgr.24491) 15493 : cluster [DBG] pgmap v13688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:08:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:08:47.542649+0000 mon.a (mon.0) 3315 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:08:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:08:47.822451+0000 mon.a (mon.0) 3316 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:08:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:08:47.823341+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:08:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:08:47.829997+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:08:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:08:47.542649+0000 mon.a (mon.0) 3315 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:08:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:08:47.822451+0000 mon.a (mon.0) 3316 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:08:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:08:47.823341+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:08:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:08:47.829997+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:08:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:08:47.542649+0000 mon.a (mon.0) 3315 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:08:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:08:47.822451+0000 mon.a (mon.0) 3316 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:08:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:08:47.823341+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:08:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:08:47.829997+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:08:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:49.316970+0000 mgr.y (mgr.24491) 15494 : cluster [DBG] pgmap v13689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:49.316970+0000 mgr.y (mgr.24491) 15494 : cluster [DBG] pgmap v13689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:49.316970+0000 mgr.y (mgr.24491) 15494 : cluster [DBG] pgmap v13689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:51.387 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:08:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:51.317384+0000 mgr.y (mgr.24491) 15495 : cluster [DBG] pgmap v13690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:51.317384+0000 mgr.y (mgr.24491) 15495 : cluster [DBG] pgmap v13690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:51.317384+0000 mgr.y (mgr.24491) 15495 : cluster [DBG] pgmap v13690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:53.317765+0000 mgr.y (mgr.24491) 15496 : cluster [DBG] pgmap v13691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:53.317765+0000 mgr.y (mgr.24491) 15496 : cluster [DBG] pgmap v13691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:53.317765+0000 mgr.y (mgr.24491) 15496 : cluster [DBG] pgmap v13691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:55.318410+0000 mgr.y (mgr.24491) 15497 : cluster [DBG] pgmap v13692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:55.318410+0000 mgr.y (mgr.24491) 15497 : cluster [DBG] pgmap v13692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:55.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:55.318410+0000 mgr.y (mgr.24491) 15497 : cluster [DBG] pgmap v13692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:57.318921+0000 mgr.y (mgr.24491) 15498 : cluster [DBG] pgmap v13693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:57.318921+0000 mgr.y (mgr.24491) 15498 : cluster [DBG] pgmap v13693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:57.318921+0000 mgr.y (mgr.24491) 15498 : cluster [DBG] pgmap v13693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:08:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:08:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:08:59.319732+0000 mgr.y (mgr.24491) 15499 : cluster [DBG] pgmap v13694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:59.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:08:59.319732+0000 mgr.y (mgr.24491) 15499 : cluster [DBG] pgmap v13694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:08:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:08:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:08:59.319732+0000 mgr.y (mgr.24491) 15499 : cluster [DBG] pgmap v13694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:01.390 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:09:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:01.320151+0000 mgr.y (mgr.24491) 15500 : cluster [DBG] pgmap v13695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:01.320151+0000 mgr.y (mgr.24491) 15500 : cluster [DBG] pgmap v13695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:01.320151+0000 mgr.y (mgr.24491) 15500 : cluster [DBG] pgmap v13695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:03.320522+0000 mgr.y (mgr.24491) 15501 : cluster [DBG] pgmap v13696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:03.320522+0000 mgr.y (mgr.24491) 15501 : cluster [DBG] pgmap v13696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:03.320522+0000 mgr.y (mgr.24491) 15501 : cluster [DBG] pgmap v13696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:05.321268+0000 mgr.y (mgr.24491) 15502 : cluster [DBG] pgmap v13697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:05.321268+0000 mgr.y (mgr.24491) 15502 : cluster [DBG] pgmap v13697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:05.321268+0000 mgr.y (mgr.24491) 15502 : cluster [DBG] pgmap v13697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:07.321822+0000 mgr.y (mgr.24491) 15503 : cluster [DBG] pgmap v13698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:07.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:07.321822+0000 mgr.y (mgr.24491) 15503 : cluster [DBG] pgmap v13698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:07.321822+0000 mgr.y (mgr.24491) 15503 : cluster [DBG] pgmap v13698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:09:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:09.322687+0000 mgr.y (mgr.24491) 15504 : cluster [DBG] pgmap v13699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:09.322687+0000 mgr.y (mgr.24491) 15504 : cluster [DBG] pgmap v13699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:09.322687+0000 mgr.y (mgr.24491) 15504 : cluster [DBG] pgmap v13699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:11.390 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:09:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:11.323093+0000 mgr.y (mgr.24491) 15505 : cluster [DBG] pgmap v13700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:11.323093+0000 mgr.y (mgr.24491) 15505 : cluster [DBG] pgmap v13700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:11.323093+0000 mgr.y (mgr.24491) 15505 : cluster [DBG] pgmap v13700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:13.323666+0000 mgr.y (mgr.24491) 15506 : cluster [DBG] pgmap v13701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:13.323666+0000 mgr.y (mgr.24491) 15506 : cluster [DBG] pgmap v13701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:13.323666+0000 mgr.y (mgr.24491) 15506 : cluster [DBG] pgmap v13701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:15.324523+0000 mgr.y (mgr.24491) 15507 : cluster [DBG] pgmap v13702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:15.324523+0000 mgr.y (mgr.24491) 15507 : cluster [DBG] pgmap v13702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:15.324523+0000 mgr.y (mgr.24491) 15507 : cluster [DBG] pgmap v13702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:16.083 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:09:16.358 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:09:16.358 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:09:16.358 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:09:16.358 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:09:16.358 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:09:16.358 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 7m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:09:16.358 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:09:16.358 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:09:16.358 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 7m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 7m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 7m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:09:16.359 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:09:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:16.072644+0000 mgr.y (mgr.24491) 15508 : audit [DBG] from='client.30792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:16.072644+0000 mgr.y (mgr.24491) 15508 : audit [DBG] from='client.30792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:16.693 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:09:16.693 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:09:16.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:09:16.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:09:16.693 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:09:16.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:09:16.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:09:16.694 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:09:16.694 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:09:16.694 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:09:16.694 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:09:16.694 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:09:16.694 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:09:16.694 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:09:16.694 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:09:16.694 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:09:16.694 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:09:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:16.072644+0000 mgr.y (mgr.24491) 15508 : audit [DBG] from='client.30792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:16.351266+0000 mgr.y (mgr.24491) 15509 : audit [DBG] from='client.30798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:16.694323+0000 mon.a (mon.0) 3319 : audit [DBG] from='client.? 172.21.15.177:0/4155310780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:09:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:17.324995+0000 mgr.y (mgr.24491) 15510 : cluster [DBG] pgmap v13703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:17.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:16.351266+0000 mgr.y (mgr.24491) 15509 : audit [DBG] from='client.30798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:17.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:16.694323+0000 mon.a (mon.0) 3319 : audit [DBG] from='client.? 172.21.15.177:0/4155310780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:09:17.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:17.324995+0000 mgr.y (mgr.24491) 15510 : cluster [DBG] pgmap v13703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:16.351266+0000 mgr.y (mgr.24491) 15509 : audit [DBG] from='client.30798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:16.694323+0000 mon.a (mon.0) 3319 : audit [DBG] from='client.? 172.21.15.177:0/4155310780' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:09:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:17.324995+0000 mgr.y (mgr.24491) 15510 : cluster [DBG] pgmap v13703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:09:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:19.325792+0000 mgr.y (mgr.24491) 15511 : cluster [DBG] pgmap v13704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:19.325792+0000 mgr.y (mgr.24491) 15511 : cluster [DBG] pgmap v13704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:19.325792+0000 mgr.y (mgr.24491) 15511 : cluster [DBG] pgmap v13704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:21.393 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:09:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:21.326251+0000 mgr.y (mgr.24491) 15512 : cluster [DBG] pgmap v13705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:21.326251+0000 mgr.y (mgr.24491) 15512 : cluster [DBG] pgmap v13705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:21.326251+0000 mgr.y (mgr.24491) 15512 : cluster [DBG] pgmap v13705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:23.326738+0000 mgr.y (mgr.24491) 15513 : cluster [DBG] pgmap v13706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:23.326738+0000 mgr.y (mgr.24491) 15513 : cluster [DBG] pgmap v13706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:23.326738+0000 mgr.y (mgr.24491) 15513 : cluster [DBG] pgmap v13706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:25.327378+0000 mgr.y (mgr.24491) 15514 : cluster [DBG] pgmap v13707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:25.327378+0000 mgr.y (mgr.24491) 15514 : cluster [DBG] pgmap v13707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:25.327378+0000 mgr.y (mgr.24491) 15514 : cluster [DBG] pgmap v13707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:27.327767+0000 mgr.y (mgr.24491) 15515 : cluster [DBG] pgmap v13708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:27.327767+0000 mgr.y (mgr.24491) 15515 : cluster [DBG] pgmap v13708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:27.327767+0000 mgr.y (mgr.24491) 15515 : cluster [DBG] pgmap v13708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:09:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:29.328543+0000 mgr.y (mgr.24491) 15516 : cluster [DBG] pgmap v13709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:29.328543+0000 mgr.y (mgr.24491) 15516 : cluster [DBG] pgmap v13709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:29.328543+0000 mgr.y (mgr.24491) 15516 : cluster [DBG] pgmap v13709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:31.393 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:09:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:31.328978+0000 mgr.y (mgr.24491) 15517 : cluster [DBG] pgmap v13710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:31.328978+0000 mgr.y (mgr.24491) 15517 : cluster [DBG] pgmap v13710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:31.328978+0000 mgr.y (mgr.24491) 15517 : cluster [DBG] pgmap v13710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:33.329368+0000 mgr.y (mgr.24491) 15518 : cluster [DBG] pgmap v13711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:33.329368+0000 mgr.y (mgr.24491) 15518 : cluster [DBG] pgmap v13711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:33.329368+0000 mgr.y (mgr.24491) 15518 : cluster [DBG] pgmap v13711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:35.330082+0000 mgr.y (mgr.24491) 15519 : cluster [DBG] pgmap v13712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:35.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:35.330082+0000 mgr.y (mgr.24491) 15519 : cluster [DBG] pgmap v13712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:35.330082+0000 mgr.y (mgr.24491) 15519 : cluster [DBG] pgmap v13712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:37.330648+0000 mgr.y (mgr.24491) 15520 : cluster [DBG] pgmap v13713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:37.330648+0000 mgr.y (mgr.24491) 15520 : cluster [DBG] pgmap v13713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:37.330648+0000 mgr.y (mgr.24491) 15520 : cluster [DBG] pgmap v13713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:09:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:39.331505+0000 mgr.y (mgr.24491) 15521 : cluster [DBG] pgmap v13714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:39.331505+0000 mgr.y (mgr.24491) 15521 : cluster [DBG] pgmap v13714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:39.331505+0000 mgr.y (mgr.24491) 15521 : cluster [DBG] pgmap v13714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:41.394 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:09:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:41.332037+0000 mgr.y (mgr.24491) 15522 : cluster [DBG] pgmap v13715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:41.332037+0000 mgr.y (mgr.24491) 15522 : cluster [DBG] pgmap v13715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:41.332037+0000 mgr.y (mgr.24491) 15522 : cluster [DBG] pgmap v13715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:43.332432+0000 mgr.y (mgr.24491) 15523 : cluster [DBG] pgmap v13716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:43.332432+0000 mgr.y (mgr.24491) 15523 : cluster [DBG] pgmap v13716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:43.332432+0000 mgr.y (mgr.24491) 15523 : cluster [DBG] pgmap v13716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:45.333063+0000 mgr.y (mgr.24491) 15524 : cluster [DBG] pgmap v13717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:45.333063+0000 mgr.y (mgr.24491) 15524 : cluster [DBG] pgmap v13717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:45.333063+0000 mgr.y (mgr.24491) 15524 : cluster [DBG] pgmap v13717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:47.004 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 8m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 8m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 8m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 8m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 8m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:09:47.280 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 8m ago 7h 46.1M 2474M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:09:47.281 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 8m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:09:47.281 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 8m ago 7h 42.2M 2474M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:09:47.281 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 8m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:09:47.281 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:09:47.281 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:09:47.281 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:09:47.281 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:09:47.617 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:09:47.617 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:09:47.617 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:09:47.618 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:09:47.619 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:09:47.619 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:09:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:46.993532+0000 mgr.y (mgr.24491) 15525 : audit [DBG] from='client.30810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:47.272968+0000 mgr.y (mgr.24491) 15526 : audit [DBG] from='client.30816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:47.333387+0000 mgr.y (mgr.24491) 15527 : cluster [DBG] pgmap v13718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:46.993532+0000 mgr.y (mgr.24491) 15525 : audit [DBG] from='client.30810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:47.272968+0000 mgr.y (mgr.24491) 15526 : audit [DBG] from='client.30816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:47.333387+0000 mgr.y (mgr.24491) 15527 : cluster [DBG] pgmap v13718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:46.993532+0000 mgr.y (mgr.24491) 15525 : audit [DBG] from='client.30810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:47.272968+0000 mgr.y (mgr.24491) 15526 : audit [DBG] from='client.30816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:09:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:47.333387+0000 mgr.y (mgr.24491) 15527 : cluster [DBG] pgmap v13718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:09:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:47.618291+0000 mon.c (mon.2) 489 : audit [DBG] from='client.? 172.21.15.177:0/203242709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:09:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:47.835334+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:09:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:48.116449+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:48.117157+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:48.117692+0000 mon.a (mon.0) 3323 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:48.118231+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T11:09:48.118660+0000 mgr.y (mgr.24491) 15528 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2473M 2024-04-20T11:09:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:48.122653+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:09:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:48.131241+0000 mon.a (mon.0) 3326 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:09:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:48.131795+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:09:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:09:48.138138+0000 mon.a (mon.0) 3328 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:09:48.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:47.618291+0000 mon.c (mon.2) 489 : audit [DBG] from='client.? 172.21.15.177:0/203242709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:09:48.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:47.835334+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:09:48.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:48.116449+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:48.117157+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:48.117692+0000 mon.a (mon.0) 3323 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:48.118231+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T11:09:48.118660+0000 mgr.y (mgr.24491) 15528 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2473M 2024-04-20T11:09:48.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:48.122653+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:09:48.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:48.131241+0000 mon.a (mon.0) 3326 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:09:48.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:48.131795+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:09:48.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:09:48.138138+0000 mon.a (mon.0) 3328 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:09:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:47.618291+0000 mon.c (mon.2) 489 : audit [DBG] from='client.? 172.21.15.177:0/203242709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:09:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:47.835334+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:09:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:48.116449+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:48.117157+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:48.117692+0000 mon.a (mon.0) 3323 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:48.118231+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:09:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T11:09:48.118660+0000 mgr.y (mgr.24491) 15528 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2473M 2024-04-20T11:09:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:48.122653+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:09:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:48.131241+0000 mon.a (mon.0) 3326 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:09:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:48.131795+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:09:48.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:09:48.138138+0000 mon.a (mon.0) 3328 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:09:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:49.333933+0000 mgr.y (mgr.24491) 15529 : cluster [DBG] pgmap v13719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:49.333933+0000 mgr.y (mgr.24491) 15529 : cluster [DBG] pgmap v13719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:49.333933+0000 mgr.y (mgr.24491) 15529 : cluster [DBG] pgmap v13719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:51.398 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:09:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:51.334378+0000 mgr.y (mgr.24491) 15530 : cluster [DBG] pgmap v13720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:51.334378+0000 mgr.y (mgr.24491) 15530 : cluster [DBG] pgmap v13720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:51.334378+0000 mgr.y (mgr.24491) 15530 : cluster [DBG] pgmap v13720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:53.334728+0000 mgr.y (mgr.24491) 15531 : cluster [DBG] pgmap v13721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:53.334728+0000 mgr.y (mgr.24491) 15531 : cluster [DBG] pgmap v13721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:53.334728+0000 mgr.y (mgr.24491) 15531 : cluster [DBG] pgmap v13721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:55.335400+0000 mgr.y (mgr.24491) 15532 : cluster [DBG] pgmap v13722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:55.335400+0000 mgr.y (mgr.24491) 15532 : cluster [DBG] pgmap v13722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:55.335400+0000 mgr.y (mgr.24491) 15532 : cluster [DBG] pgmap v13722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:57.335865+0000 mgr.y (mgr.24491) 15533 : cluster [DBG] pgmap v13723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:57.335865+0000 mgr.y (mgr.24491) 15533 : cluster [DBG] pgmap v13723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:57.335865+0000 mgr.y (mgr.24491) 15533 : cluster [DBG] pgmap v13723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:09:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:09:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:09:59.336556+0000 mgr.y (mgr.24491) 15534 : cluster [DBG] pgmap v13724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:09:59.336556+0000 mgr.y (mgr.24491) 15534 : cluster [DBG] pgmap v13724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:09:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:09:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:09:59.336556+0000 mgr.y (mgr.24491) 15534 : cluster [DBG] pgmap v13724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T11:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:10:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:00.000157+0000 mon.a (mon.0) 3329 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:10:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:00.000157+0000 mon.a (mon.0) 3329 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:10:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:00.000157+0000 mon.a (mon.0) 3329 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:10:01.407 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:10:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:01.336989+0000 mgr.y (mgr.24491) 15535 : cluster [DBG] pgmap v13725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:01.336989+0000 mgr.y (mgr.24491) 15535 : cluster [DBG] pgmap v13725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:01.336989+0000 mgr.y (mgr.24491) 15535 : cluster [DBG] pgmap v13725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:03.337360+0000 mgr.y (mgr.24491) 15536 : cluster [DBG] pgmap v13726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:03.337360+0000 mgr.y (mgr.24491) 15536 : cluster [DBG] pgmap v13726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:03.337360+0000 mgr.y (mgr.24491) 15536 : cluster [DBG] pgmap v13726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:05.338150+0000 mgr.y (mgr.24491) 15537 : cluster [DBG] pgmap v13727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:05.338150+0000 mgr.y (mgr.24491) 15537 : cluster [DBG] pgmap v13727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:05.338150+0000 mgr.y (mgr.24491) 15537 : cluster [DBG] pgmap v13727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:07.338749+0000 mgr.y (mgr.24491) 15538 : cluster [DBG] pgmap v13728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:07.338749+0000 mgr.y (mgr.24491) 15538 : cluster [DBG] pgmap v13728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:07.338749+0000 mgr.y (mgr.24491) 15538 : cluster [DBG] pgmap v13728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:10:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:09.339340+0000 mgr.y (mgr.24491) 15539 : cluster [DBG] pgmap v13729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:09.339340+0000 mgr.y (mgr.24491) 15539 : cluster [DBG] pgmap v13729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:09.339340+0000 mgr.y (mgr.24491) 15539 : cluster [DBG] pgmap v13729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:11.398 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:10:11.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:11.339808+0000 mgr.y (mgr.24491) 15540 : cluster [DBG] pgmap v13730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:11.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:11.339808+0000 mgr.y (mgr.24491) 15540 : cluster [DBG] pgmap v13730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:11.339808+0000 mgr.y (mgr.24491) 15540 : cluster [DBG] pgmap v13730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:13.340334+0000 mgr.y (mgr.24491) 15541 : cluster [DBG] pgmap v13731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:13.340334+0000 mgr.y (mgr.24491) 15541 : cluster [DBG] pgmap v13731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:13.340334+0000 mgr.y (mgr.24491) 15541 : cluster [DBG] pgmap v13731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:15.341097+0000 mgr.y (mgr.24491) 15542 : cluster [DBG] pgmap v13732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:15.341097+0000 mgr.y (mgr.24491) 15542 : cluster [DBG] pgmap v13732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:15.662 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:15.341097+0000 mgr.y (mgr.24491) 15542 : cluster [DBG] pgmap v13732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:17.341627+0000 mgr.y (mgr.24491) 15543 : cluster [DBG] pgmap v13733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:17.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:17.341627+0000 mgr.y (mgr.24491) 15543 : cluster [DBG] pgmap v13733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:17.341627+0000 mgr.y (mgr.24491) 15543 : cluster [DBG] pgmap v13733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:17.928 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:10:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:10:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:10:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:10:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:10:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:10:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:10:18.204 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 8m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:10:18.205 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 8m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:10:18.205 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 8m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:10:18.205 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 8m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:10:18.205 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 8m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:10:18.205 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:10:18.205 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:10:18.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 8m ago 7h 46.1M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:10:18.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 8m ago 7h 46.1M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:10:18.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 8m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:10:18.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 8m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:10:18.205 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 8m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:10:18.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:10:18.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:10:18.206 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:10:18.206 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:10:18.544 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:10:18.544 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:10:18.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:10:18.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:10:18.544 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:10:18.545 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:10:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:10:17.915437+0000 mgr.y (mgr.24491) 15544 : audit [DBG] from='client.40739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:18.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:10:18.197387+0000 mgr.y (mgr.24491) 15545 : audit [DBG] from='client.40745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:10:17.915437+0000 mgr.y (mgr.24491) 15544 : audit [DBG] from='client.40739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:10:18.197387+0000 mgr.y (mgr.24491) 15545 : audit [DBG] from='client.40745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:10:17.915437+0000 mgr.y (mgr.24491) 15544 : audit [DBG] from='client.40739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:10:18.197387+0000 mgr.y (mgr.24491) 15545 : audit [DBG] from='client.40745 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:10:18.545065+0000 mon.c (mon.2) 490 : audit [DBG] from='client.? 172.21.15.177:0/3972027096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:10:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:19.342194+0000 mgr.y (mgr.24491) 15546 : cluster [DBG] pgmap v13734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:10:18.545065+0000 mon.c (mon.2) 490 : audit [DBG] from='client.? 172.21.15.177:0/3972027096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:10:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:19.342194+0000 mgr.y (mgr.24491) 15546 : cluster [DBG] pgmap v13734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:10:18.545065+0000 mon.c (mon.2) 490 : audit [DBG] from='client.? 172.21.15.177:0/3972027096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:10:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:19.342194+0000 mgr.y (mgr.24491) 15546 : cluster [DBG] pgmap v13734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:21.401 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:10:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:21.342575+0000 mgr.y (mgr.24491) 15547 : cluster [DBG] pgmap v13735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:21.342575+0000 mgr.y (mgr.24491) 15547 : cluster [DBG] pgmap v13735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:21.342575+0000 mgr.y (mgr.24491) 15547 : cluster [DBG] pgmap v13735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:23.342970+0000 mgr.y (mgr.24491) 15548 : cluster [DBG] pgmap v13736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:23.342970+0000 mgr.y (mgr.24491) 15548 : cluster [DBG] pgmap v13736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:23.342970+0000 mgr.y (mgr.24491) 15548 : cluster [DBG] pgmap v13736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:25.343636+0000 mgr.y (mgr.24491) 15549 : cluster [DBG] pgmap v13737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:25.343636+0000 mgr.y (mgr.24491) 15549 : cluster [DBG] pgmap v13737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:25.343636+0000 mgr.y (mgr.24491) 15549 : cluster [DBG] pgmap v13737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:27.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:27.344129+0000 mgr.y (mgr.24491) 15550 : cluster [DBG] pgmap v13738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:27.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:27.344129+0000 mgr.y (mgr.24491) 15550 : cluster [DBG] pgmap v13738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:27.344129+0000 mgr.y (mgr.24491) 15550 : cluster [DBG] pgmap v13738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:10:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:29.344674+0000 mgr.y (mgr.24491) 15551 : cluster [DBG] pgmap v13739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:29.344674+0000 mgr.y (mgr.24491) 15551 : cluster [DBG] pgmap v13739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:29.344674+0000 mgr.y (mgr.24491) 15551 : cluster [DBG] pgmap v13739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:31.402 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:10:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:31.345099+0000 mgr.y (mgr.24491) 15552 : cluster [DBG] pgmap v13740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:31.345099+0000 mgr.y (mgr.24491) 15552 : cluster [DBG] pgmap v13740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:31.345099+0000 mgr.y (mgr.24491) 15552 : cluster [DBG] pgmap v13740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:33.345585+0000 mgr.y (mgr.24491) 15553 : cluster [DBG] pgmap v13741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:33.345585+0000 mgr.y (mgr.24491) 15553 : cluster [DBG] pgmap v13741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:33.345585+0000 mgr.y (mgr.24491) 15553 : cluster [DBG] pgmap v13741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:35.346247+0000 mgr.y (mgr.24491) 15554 : cluster [DBG] pgmap v13742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:35.346247+0000 mgr.y (mgr.24491) 15554 : cluster [DBG] pgmap v13742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:35.346247+0000 mgr.y (mgr.24491) 15554 : cluster [DBG] pgmap v13742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:37.346624+0000 mgr.y (mgr.24491) 15555 : cluster [DBG] pgmap v13743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:37.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:37.346624+0000 mgr.y (mgr.24491) 15555 : cluster [DBG] pgmap v13743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:37.346624+0000 mgr.y (mgr.24491) 15555 : cluster [DBG] pgmap v13743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:10:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:39.347414+0000 mgr.y (mgr.24491) 15556 : cluster [DBG] pgmap v13744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:39.347414+0000 mgr.y (mgr.24491) 15556 : cluster [DBG] pgmap v13744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:39.347414+0000 mgr.y (mgr.24491) 15556 : cluster [DBG] pgmap v13744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:41.403 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:10:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:41.347788+0000 mgr.y (mgr.24491) 15557 : cluster [DBG] pgmap v13745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:41.347788+0000 mgr.y (mgr.24491) 15557 : cluster [DBG] pgmap v13745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:41.347788+0000 mgr.y (mgr.24491) 15557 : cluster [DBG] pgmap v13745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:43.348267+0000 mgr.y (mgr.24491) 15558 : cluster [DBG] pgmap v13746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:43.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:43.348267+0000 mgr.y (mgr.24491) 15558 : cluster [DBG] pgmap v13746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:43.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:43.348267+0000 mgr.y (mgr.24491) 15558 : cluster [DBG] pgmap v13746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:45.348903+0000 mgr.y (mgr.24491) 15559 : cluster [DBG] pgmap v13747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:45.348903+0000 mgr.y (mgr.24491) 15559 : cluster [DBG] pgmap v13747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:45.348903+0000 mgr.y (mgr.24491) 15559 : cluster [DBG] pgmap v13747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:47.349502+0000 mgr.y (mgr.24491) 15560 : cluster [DBG] pgmap v13748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:47.349502+0000 mgr.y (mgr.24491) 15560 : cluster [DBG] pgmap v13748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:47.349502+0000 mgr.y (mgr.24491) 15560 : cluster [DBG] pgmap v13748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:10:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:10:48.142381+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:10:48.842 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:10:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:10:48.142381+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:10:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:10:48.142381+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:10:49.119 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:10:49.119 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 9m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:10:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 9m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:10:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 9m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:10:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 9m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:10:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 9m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:10:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 9m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:10:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 9m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:10:49.120 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 9m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:10:49.121 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 9m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:10:49.121 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 9m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:10:49.121 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 9m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:10:49.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 9m ago 7h 46.1M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:10:49.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 9m ago 7h 46.1M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:10:49.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 9m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:10:49.121 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 9m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:10:49.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 9m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:10:49.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 9m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:10:49.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 9m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:10:49.122 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 9m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:10:49.122 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 9m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:10:49.456 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:10:49.457 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:10:49.458 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:10:49.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:10:49.458 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:10:49.458 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:10:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:10:48.437073+0000 mon.a (mon.0) 3331 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:10:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:10:48.437702+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:10:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:10:48.442878+0000 mon.a (mon.0) 3333 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:10:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:10:48.831238+0000 mgr.y (mgr.24491) 15561 : audit [DBG] from='client.30846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:10:49.112307+0000 mgr.y (mgr.24491) 15562 : audit [DBG] from='client.40763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:49.350002+0000 mgr.y (mgr.24491) 15563 : cluster [DBG] pgmap v13749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:10:48.437073+0000 mon.a (mon.0) 3331 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:10:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:10:48.437702+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:10:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:10:48.442878+0000 mon.a (mon.0) 3333 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:10:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:10:48.831238+0000 mgr.y (mgr.24491) 15561 : audit [DBG] from='client.30846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:10:49.112307+0000 mgr.y (mgr.24491) 15562 : audit [DBG] from='client.40763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:49.350002+0000 mgr.y (mgr.24491) 15563 : cluster [DBG] pgmap v13749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:49.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:10:48.437073+0000 mon.a (mon.0) 3331 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:10:49.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:10:48.437702+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:10:49.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:10:48.442878+0000 mon.a (mon.0) 3333 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:10:49.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:10:48.831238+0000 mgr.y (mgr.24491) 15561 : audit [DBG] from='client.30846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:49.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:10:49.112307+0000 mgr.y (mgr.24491) 15562 : audit [DBG] from='client.40763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:10:49.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:49.350002+0000 mgr.y (mgr.24491) 15563 : cluster [DBG] pgmap v13749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:10:49.457598+0000 mon.c (mon.2) 491 : audit [DBG] from='client.? 172.21.15.177:0/1863532779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:10:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:10:49.457598+0000 mon.c (mon.2) 491 : audit [DBG] from='client.? 172.21.15.177:0/1863532779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:10:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:10:49.457598+0000 mon.c (mon.2) 491 : audit [DBG] from='client.? 172.21.15.177:0/1863532779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:10:51.447 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:10:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:51.350372+0000 mgr.y (mgr.24491) 15564 : cluster [DBG] pgmap v13750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:51.350372+0000 mgr.y (mgr.24491) 15564 : cluster [DBG] pgmap v13750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:51.350372+0000 mgr.y (mgr.24491) 15564 : cluster [DBG] pgmap v13750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:53.350797+0000 mgr.y (mgr.24491) 15565 : cluster [DBG] pgmap v13751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:53.350797+0000 mgr.y (mgr.24491) 15565 : cluster [DBG] pgmap v13751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:53.350797+0000 mgr.y (mgr.24491) 15565 : cluster [DBG] pgmap v13751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:55.351501+0000 mgr.y (mgr.24491) 15566 : cluster [DBG] pgmap v13752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:55.351501+0000 mgr.y (mgr.24491) 15566 : cluster [DBG] pgmap v13752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:55.351501+0000 mgr.y (mgr.24491) 15566 : cluster [DBG] pgmap v13752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:57.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:57.351898+0000 mgr.y (mgr.24491) 15567 : cluster [DBG] pgmap v13753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:57.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:57.351898+0000 mgr.y (mgr.24491) 15567 : cluster [DBG] pgmap v13753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:57.351898+0000 mgr.y (mgr.24491) 15567 : cluster [DBG] pgmap v13753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:10:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:10:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:10:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:10:59.352717+0000 mgr.y (mgr.24491) 15568 : cluster [DBG] pgmap v13754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:10:59.352717+0000 mgr.y (mgr.24491) 15568 : cluster [DBG] pgmap v13754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:10:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:10:59.352717+0000 mgr.y (mgr.24491) 15568 : cluster [DBG] pgmap v13754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:01.409 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:11:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:01.353143+0000 mgr.y (mgr.24491) 15569 : cluster [DBG] pgmap v13755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:01.353143+0000 mgr.y (mgr.24491) 15569 : cluster [DBG] pgmap v13755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:01.353143+0000 mgr.y (mgr.24491) 15569 : cluster [DBG] pgmap v13755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:03.353521+0000 mgr.y (mgr.24491) 15570 : cluster [DBG] pgmap v13756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:03.353521+0000 mgr.y (mgr.24491) 15570 : cluster [DBG] pgmap v13756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:03.353521+0000 mgr.y (mgr.24491) 15570 : cluster [DBG] pgmap v13756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:05.354324+0000 mgr.y (mgr.24491) 15571 : cluster [DBG] pgmap v13757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:05.354324+0000 mgr.y (mgr.24491) 15571 : cluster [DBG] pgmap v13757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:05.354324+0000 mgr.y (mgr.24491) 15571 : cluster [DBG] pgmap v13757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:07.354821+0000 mgr.y (mgr.24491) 15572 : cluster [DBG] pgmap v13758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:07.354821+0000 mgr.y (mgr.24491) 15572 : cluster [DBG] pgmap v13758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:07.354821+0000 mgr.y (mgr.24491) 15572 : cluster [DBG] pgmap v13758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:07] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T11:11:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:09.355545+0000 mgr.y (mgr.24491) 15573 : cluster [DBG] pgmap v13759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:09.355545+0000 mgr.y (mgr.24491) 15573 : cluster [DBG] pgmap v13759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:09.355545+0000 mgr.y (mgr.24491) 15573 : cluster [DBG] pgmap v13759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:11:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:11.355966+0000 mgr.y (mgr.24491) 15574 : cluster [DBG] pgmap v13760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:11.355966+0000 mgr.y (mgr.24491) 15574 : cluster [DBG] pgmap v13760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:11.355966+0000 mgr.y (mgr.24491) 15574 : cluster [DBG] pgmap v13760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:13.356397+0000 mgr.y (mgr.24491) 15575 : cluster [DBG] pgmap v13761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:13.356397+0000 mgr.y (mgr.24491) 15575 : cluster [DBG] pgmap v13761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:13.356397+0000 mgr.y (mgr.24491) 15575 : cluster [DBG] pgmap v13761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:15.357054+0000 mgr.y (mgr.24491) 15576 : cluster [DBG] pgmap v13762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:15.357054+0000 mgr.y (mgr.24491) 15576 : cluster [DBG] pgmap v13762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:15.357054+0000 mgr.y (mgr.24491) 15576 : cluster [DBG] pgmap v13762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:11:18.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:17.357434+0000 mgr.y (mgr.24491) 15577 : cluster [DBG] pgmap v13763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:17.357434+0000 mgr.y (mgr.24491) 15577 : cluster [DBG] pgmap v13763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:17.357434+0000 mgr.y (mgr.24491) 15577 : cluster [DBG] pgmap v13763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:19.769 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:11:20.043 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:11:20.043 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 9m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:11:20.043 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 9m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:11:20.043 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 9m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:11:20.043 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 9m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:11:20.043 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 9m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:11:20.043 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 9m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:11:20.043 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 9m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:11:20.043 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 9m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:11:20.043 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 9m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:11:20.043 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 9m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:11:20.044 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 9m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:11:20.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 9m ago 7h 46.1M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:11:20.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 9m ago 7h 46.1M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:11:20.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 9m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:11:20.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 9m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:11:20.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 9m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:11:20.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 9m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:11:20.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 9m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:11:20.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 9m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:11:20.044 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 9m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:11:20.373 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:11:20.373 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:11:20.373 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:11:20.373 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:11:20.373 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:11:20.373 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:11:20.373 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:11:20.373 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:11:20.373 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:11:20.374 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:11:20.374 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:11:20.374 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:11:20.374 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:11:20.374 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:11:20.374 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:11:20.374 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:11:20.374 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:11:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:19.357995+0000 mgr.y (mgr.24491) 15578 : cluster [DBG] pgmap v13764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:19.757687+0000 mgr.y (mgr.24491) 15579 : audit [DBG] from='client.40775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:20.036036+0000 mgr.y (mgr.24491) 15580 : audit [DBG] from='client.40781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:20.373747+0000 mon.c (mon.2) 492 : audit [DBG] from='client.? 172.21.15.177:0/697284337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:11:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:19.357995+0000 mgr.y (mgr.24491) 15578 : cluster [DBG] pgmap v13764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:19.757687+0000 mgr.y (mgr.24491) 15579 : audit [DBG] from='client.40775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:20.036036+0000 mgr.y (mgr.24491) 15580 : audit [DBG] from='client.40781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:20.373747+0000 mon.c (mon.2) 492 : audit [DBG] from='client.? 172.21.15.177:0/697284337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:11:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:19.357995+0000 mgr.y (mgr.24491) 15578 : cluster [DBG] pgmap v13764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:19.757687+0000 mgr.y (mgr.24491) 15579 : audit [DBG] from='client.40775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:20.036036+0000 mgr.y (mgr.24491) 15580 : audit [DBG] from='client.40781 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:20.373747+0000 mon.c (mon.2) 492 : audit [DBG] from='client.? 172.21.15.177:0/697284337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:11:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:11:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:21.358492+0000 mgr.y (mgr.24491) 15581 : cluster [DBG] pgmap v13765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:21.358492+0000 mgr.y (mgr.24491) 15581 : cluster [DBG] pgmap v13765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:21.358492+0000 mgr.y (mgr.24491) 15581 : cluster [DBG] pgmap v13765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:23.359022+0000 mgr.y (mgr.24491) 15582 : cluster [DBG] pgmap v13766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:23.359022+0000 mgr.y (mgr.24491) 15582 : cluster [DBG] pgmap v13766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:23.359022+0000 mgr.y (mgr.24491) 15582 : cluster [DBG] pgmap v13766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:25.359664+0000 mgr.y (mgr.24491) 15583 : cluster [DBG] pgmap v13767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:26.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:25.359664+0000 mgr.y (mgr.24491) 15583 : cluster [DBG] pgmap v13767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:25.359664+0000 mgr.y (mgr.24491) 15583 : cluster [DBG] pgmap v13767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:11:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:27.360103+0000 mgr.y (mgr.24491) 15584 : cluster [DBG] pgmap v13768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:27.360103+0000 mgr.y (mgr.24491) 15584 : cluster [DBG] pgmap v13768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:27.360103+0000 mgr.y (mgr.24491) 15584 : cluster [DBG] pgmap v13768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:29.360599+0000 mgr.y (mgr.24491) 15585 : cluster [DBG] pgmap v13769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:30.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:29.360599+0000 mgr.y (mgr.24491) 15585 : cluster [DBG] pgmap v13769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:29.360599+0000 mgr.y (mgr.24491) 15585 : cluster [DBG] pgmap v13769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:11:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:31.361071+0000 mgr.y (mgr.24491) 15586 : cluster [DBG] pgmap v13770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:31.361071+0000 mgr.y (mgr.24491) 15586 : cluster [DBG] pgmap v13770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:31.361071+0000 mgr.y (mgr.24491) 15586 : cluster [DBG] pgmap v13770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:34.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:33.361423+0000 mgr.y (mgr.24491) 15587 : cluster [DBG] pgmap v13771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:33.361423+0000 mgr.y (mgr.24491) 15587 : cluster [DBG] pgmap v13771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:33.361423+0000 mgr.y (mgr.24491) 15587 : cluster [DBG] pgmap v13771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:35.362159+0000 mgr.y (mgr.24491) 15588 : cluster [DBG] pgmap v13772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:36.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:35.362159+0000 mgr.y (mgr.24491) 15588 : cluster [DBG] pgmap v13772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:35.362159+0000 mgr.y (mgr.24491) 15588 : cluster [DBG] pgmap v13772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:11:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:37.362473+0000 mgr.y (mgr.24491) 15589 : cluster [DBG] pgmap v13773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:37.362473+0000 mgr.y (mgr.24491) 15589 : cluster [DBG] pgmap v13773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:37.362473+0000 mgr.y (mgr.24491) 15589 : cluster [DBG] pgmap v13773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:39.363036+0000 mgr.y (mgr.24491) 15590 : cluster [DBG] pgmap v13774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:39.363036+0000 mgr.y (mgr.24491) 15590 : cluster [DBG] pgmap v13774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:39.363036+0000 mgr.y (mgr.24491) 15590 : cluster [DBG] pgmap v13774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:11:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:41.363589+0000 mgr.y (mgr.24491) 15591 : cluster [DBG] pgmap v13775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:41.363589+0000 mgr.y (mgr.24491) 15591 : cluster [DBG] pgmap v13775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:41.363589+0000 mgr.y (mgr.24491) 15591 : cluster [DBG] pgmap v13775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:43.364025+0000 mgr.y (mgr.24491) 15592 : cluster [DBG] pgmap v13776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:44.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:43.364025+0000 mgr.y (mgr.24491) 15592 : cluster [DBG] pgmap v13776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:43.364025+0000 mgr.y (mgr.24491) 15592 : cluster [DBG] pgmap v13776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:46.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:45.364891+0000 mgr.y (mgr.24491) 15593 : cluster [DBG] pgmap v13777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:46.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:45.364891+0000 mgr.y (mgr.24491) 15593 : cluster [DBG] pgmap v13777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:45.364891+0000 mgr.y (mgr.24491) 15593 : cluster [DBG] pgmap v13777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:11:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:47.365366+0000 mgr.y (mgr.24491) 15594 : cluster [DBG] pgmap v13778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:48.447715+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:11:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:47.365366+0000 mgr.y (mgr.24491) 15594 : cluster [DBG] pgmap v13778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:48.447715+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:11:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:47.365366+0000 mgr.y (mgr.24491) 15594 : cluster [DBG] pgmap v13778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:48.447715+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:11:50.696 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:11:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:49.365858+0000 mgr.y (mgr.24491) 15595 : cluster [DBG] pgmap v13779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:49.365858+0000 mgr.y (mgr.24491) 15595 : cluster [DBG] pgmap v13779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:49.365858+0000 mgr.y (mgr.24491) 15595 : cluster [DBG] pgmap v13779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:50.977 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:11:50.977 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 10m ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:11:50.977 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 10m ago 7h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:11:50.977 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 10m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:11:50.977 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 10m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:11:50.977 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 10m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:11:50.977 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 10m ago 7h 478M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:11:50.977 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 10m ago 7h 1084M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 10m ago 7h 666M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 10m ago 7h 672M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 10m ago 7h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 10m ago 7h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 10m ago 7h 46.1M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 10m ago 7h 46.1M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 10m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 10m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 10m ago 7h 44.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 10m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 10m ago 7h 43.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 10m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:11:50.978 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 10m ago 7h 167M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:11:51.341 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:11:51.341 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:11:51.341 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:11:51.341 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:11:51.341 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:11:51.341 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:11:51.341 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:11:51.342 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:11:51.342 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:11:51.342 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:11:51.342 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:11:51.342 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:11:51.342 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:11:51.342 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:11:51.342 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:11:51.342 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:11:51.342 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:11:51.392 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:11:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:50.685058+0000 mgr.y (mgr.24491) 15596 : audit [DBG] from='client.40793 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:50.970114+0000 mgr.y (mgr.24491) 15597 : audit [DBG] from='client.40799 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:51.039688+0000 mon.a (mon.0) 3335 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:11:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:51.341964+0000 mon.c (mon.2) 493 : audit [DBG] from='client.? 172.21.15.177:0/3604539470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:11:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:51.797213+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:11:52.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:50.685058+0000 mgr.y (mgr.24491) 15596 : audit [DBG] from='client.40793 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:52.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:50.970114+0000 mgr.y (mgr.24491) 15597 : audit [DBG] from='client.40799 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:52.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:51.039688+0000 mon.a (mon.0) 3335 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:11:52.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:51.341964+0000 mon.c (mon.2) 493 : audit [DBG] from='client.? 172.21.15.177:0/3604539470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:11:52.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:51.797213+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:11:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:50.685058+0000 mgr.y (mgr.24491) 15596 : audit [DBG] from='client.40793 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:50.970114+0000 mgr.y (mgr.24491) 15597 : audit [DBG] from='client.40799 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:11:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:51.039688+0000 mon.a (mon.0) 3335 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:11:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:51.341964+0000 mon.c (mon.2) 493 : audit [DBG] from='client.? 172.21.15.177:0/3604539470' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:11:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:51.797213+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:11:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:51.366166+0000 mgr.y (mgr.24491) 15598 : cluster [DBG] pgmap v13780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:53.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:52.075420+0000 mon.a (mon.0) 3337 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:11:53.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:52.076122+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:11:53.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:11:52.083037+0000 mon.a (mon.0) 3339 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:11:53.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:51.366166+0000 mgr.y (mgr.24491) 15598 : cluster [DBG] pgmap v13780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:53.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:52.075420+0000 mon.a (mon.0) 3337 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:11:53.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:52.076122+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:11:53.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:11:52.083037+0000 mon.a (mon.0) 3339 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:11:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:51.366166+0000 mgr.y (mgr.24491) 15598 : cluster [DBG] pgmap v13780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:52.075420+0000 mon.a (mon.0) 3337 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:11:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:52.076122+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:11:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:11:52.083037+0000 mon.a (mon.0) 3339 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:11:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:53.366684+0000 mgr.y (mgr.24491) 15599 : cluster [DBG] pgmap v13781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:53.366684+0000 mgr.y (mgr.24491) 15599 : cluster [DBG] pgmap v13781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:53.366684+0000 mgr.y (mgr.24491) 15599 : cluster [DBG] pgmap v13781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:55.367379+0000 mgr.y (mgr.24491) 15600 : cluster [DBG] pgmap v13782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:55.367379+0000 mgr.y (mgr.24491) 15600 : cluster [DBG] pgmap v13782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:55.367379+0000 mgr.y (mgr.24491) 15600 : cluster [DBG] pgmap v13782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:11:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:11:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:57.367750+0000 mgr.y (mgr.24491) 15601 : cluster [DBG] pgmap v13783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:57.367750+0000 mgr.y (mgr.24491) 15601 : cluster [DBG] pgmap v13783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:11:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:57.367750+0000 mgr.y (mgr.24491) 15601 : cluster [DBG] pgmap v13783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:11:59.368470+0000 mgr.y (mgr.24491) 15602 : cluster [DBG] pgmap v13784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:11:59.368470+0000 mgr.y (mgr.24491) 15602 : cluster [DBG] pgmap v13784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:11:59.368470+0000 mgr.y (mgr.24491) 15602 : cluster [DBG] pgmap v13784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:12:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:01.368927+0000 mgr.y (mgr.24491) 15603 : cluster [DBG] pgmap v13785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:03.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:01.368927+0000 mgr.y (mgr.24491) 15603 : cluster [DBG] pgmap v13785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:01.368927+0000 mgr.y (mgr.24491) 15603 : cluster [DBG] pgmap v13785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:03.369509+0000 mgr.y (mgr.24491) 15604 : cluster [DBG] pgmap v13786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:03.369509+0000 mgr.y (mgr.24491) 15604 : cluster [DBG] pgmap v13786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:03.369509+0000 mgr.y (mgr.24491) 15604 : cluster [DBG] pgmap v13786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:05.370288+0000 mgr.y (mgr.24491) 15605 : cluster [DBG] pgmap v13787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:05.370288+0000 mgr.y (mgr.24491) 15605 : cluster [DBG] pgmap v13787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:05.370288+0000 mgr.y (mgr.24491) 15605 : cluster [DBG] pgmap v13787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:12:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:07.370704+0000 mgr.y (mgr.24491) 15606 : cluster [DBG] pgmap v13788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:07.370704+0000 mgr.y (mgr.24491) 15606 : cluster [DBG] pgmap v13788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:07.370704+0000 mgr.y (mgr.24491) 15606 : cluster [DBG] pgmap v13788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:09.371302+0000 mgr.y (mgr.24491) 15607 : cluster [DBG] pgmap v13789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:09.371302+0000 mgr.y (mgr.24491) 15607 : cluster [DBG] pgmap v13789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:09.371302+0000 mgr.y (mgr.24491) 15607 : cluster [DBG] pgmap v13789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:11.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:12:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:11.371837+0000 mgr.y (mgr.24491) 15608 : cluster [DBG] pgmap v13790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:11.371837+0000 mgr.y (mgr.24491) 15608 : cluster [DBG] pgmap v13790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:11.371837+0000 mgr.y (mgr.24491) 15608 : cluster [DBG] pgmap v13790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:13.372241+0000 mgr.y (mgr.24491) 15609 : cluster [DBG] pgmap v13791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:13.372241+0000 mgr.y (mgr.24491) 15609 : cluster [DBG] pgmap v13791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:13.372241+0000 mgr.y (mgr.24491) 15609 : cluster [DBG] pgmap v13791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:15.373106+0000 mgr.y (mgr.24491) 15610 : cluster [DBG] pgmap v13792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:15.373106+0000 mgr.y (mgr.24491) 15610 : cluster [DBG] pgmap v13792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:15.373106+0000 mgr.y (mgr.24491) 15610 : cluster [DBG] pgmap v13792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:12:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:17.373424+0000 mgr.y (mgr.24491) 15611 : cluster [DBG] pgmap v13793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:17.373424+0000 mgr.y (mgr.24491) 15611 : cluster [DBG] pgmap v13793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:17.373424+0000 mgr.y (mgr.24491) 15611 : cluster [DBG] pgmap v13793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:19.374037+0000 mgr.y (mgr.24491) 15612 : cluster [DBG] pgmap v13794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:19.374037+0000 mgr.y (mgr.24491) 15612 : cluster [DBG] pgmap v13794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:19.374037+0000 mgr.y (mgr.24491) 15612 : cluster [DBG] pgmap v13794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:12:21.652 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:12:21.927 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:12:21.927 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 30s ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:12:21.927 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 30s ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:12:21.927 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 30s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:12:21.927 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 30s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 30s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 30s ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 30s ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 30s ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 30s ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 30s ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 30s ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 30s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 30s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 30s ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 30s ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 30s ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 30s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 30s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 30s ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:12:21.928 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 30s ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:12:22.261 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:12:22.262 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:12:22.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:12:22.262 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:12:22.262 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:12:22.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:12:22.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:12:22.263 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:12:22.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:12:22.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:12:22.263 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:12:22.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:12:22.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:12:22.263 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:12:22.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:12:22.263 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:12:22.263 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:12:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:21.374484+0000 mgr.y (mgr.24491) 15613 : cluster [DBG] pgmap v13795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:12:21.640778+0000 mgr.y (mgr.24491) 15614 : audit [DBG] from='client.40811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:12:21.920382+0000 mgr.y (mgr.24491) 15615 : audit [DBG] from='client.40817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:12:22.262051+0000 mon.a (mon.0) 3340 : audit [DBG] from='client.? 172.21.15.177:0/3653630382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:12:23.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:21.374484+0000 mgr.y (mgr.24491) 15613 : cluster [DBG] pgmap v13795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:23.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:12:21.640778+0000 mgr.y (mgr.24491) 15614 : audit [DBG] from='client.40811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:23.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:12:21.920382+0000 mgr.y (mgr.24491) 15615 : audit [DBG] from='client.40817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:23.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:12:22.262051+0000 mon.a (mon.0) 3340 : audit [DBG] from='client.? 172.21.15.177:0/3653630382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:12:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:21.374484+0000 mgr.y (mgr.24491) 15613 : cluster [DBG] pgmap v13795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:23.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:12:21.640778+0000 mgr.y (mgr.24491) 15614 : audit [DBG] from='client.40811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:23.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:12:21.920382+0000 mgr.y (mgr.24491) 15615 : audit [DBG] from='client.40817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:23.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:12:22.262051+0000 mon.a (mon.0) 3340 : audit [DBG] from='client.? 172.21.15.177:0/3653630382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:12:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:23.375059+0000 mgr.y (mgr.24491) 15616 : cluster [DBG] pgmap v13796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:23.375059+0000 mgr.y (mgr.24491) 15616 : cluster [DBG] pgmap v13796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:25.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:23.375059+0000 mgr.y (mgr.24491) 15616 : cluster [DBG] pgmap v13796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:25.375757+0000 mgr.y (mgr.24491) 15617 : cluster [DBG] pgmap v13797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:25.375757+0000 mgr.y (mgr.24491) 15617 : cluster [DBG] pgmap v13797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:25.375757+0000 mgr.y (mgr.24491) 15617 : cluster [DBG] pgmap v13797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:12:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:27.376238+0000 mgr.y (mgr.24491) 15618 : cluster [DBG] pgmap v13798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:27.376238+0000 mgr.y (mgr.24491) 15618 : cluster [DBG] pgmap v13798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:27.376238+0000 mgr.y (mgr.24491) 15618 : cluster [DBG] pgmap v13798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:29.376890+0000 mgr.y (mgr.24491) 15619 : cluster [DBG] pgmap v13799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:29.376890+0000 mgr.y (mgr.24491) 15619 : cluster [DBG] pgmap v13799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:29.376890+0000 mgr.y (mgr.24491) 15619 : cluster [DBG] pgmap v13799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:12:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:31.377449+0000 mgr.y (mgr.24491) 15620 : cluster [DBG] pgmap v13800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:31.377449+0000 mgr.y (mgr.24491) 15620 : cluster [DBG] pgmap v13800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:31.377449+0000 mgr.y (mgr.24491) 15620 : cluster [DBG] pgmap v13800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:33.378038+0000 mgr.y (mgr.24491) 15621 : cluster [DBG] pgmap v13801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:33.378038+0000 mgr.y (mgr.24491) 15621 : cluster [DBG] pgmap v13801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:33.378038+0000 mgr.y (mgr.24491) 15621 : cluster [DBG] pgmap v13801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:35.378928+0000 mgr.y (mgr.24491) 15622 : cluster [DBG] pgmap v13802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:35.378928+0000 mgr.y (mgr.24491) 15622 : cluster [DBG] pgmap v13802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:35.378928+0000 mgr.y (mgr.24491) 15622 : cluster [DBG] pgmap v13802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:12:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:37.379389+0000 mgr.y (mgr.24491) 15623 : cluster [DBG] pgmap v13803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:37.379389+0000 mgr.y (mgr.24491) 15623 : cluster [DBG] pgmap v13803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:37.379389+0000 mgr.y (mgr.24491) 15623 : cluster [DBG] pgmap v13803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:39.380135+0000 mgr.y (mgr.24491) 15624 : cluster [DBG] pgmap v13804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:39.380135+0000 mgr.y (mgr.24491) 15624 : cluster [DBG] pgmap v13804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:39.380135+0000 mgr.y (mgr.24491) 15624 : cluster [DBG] pgmap v13804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:12:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:41.380520+0000 mgr.y (mgr.24491) 15625 : cluster [DBG] pgmap v13805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:41.380520+0000 mgr.y (mgr.24491) 15625 : cluster [DBG] pgmap v13805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:41.380520+0000 mgr.y (mgr.24491) 15625 : cluster [DBG] pgmap v13805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:43.380956+0000 mgr.y (mgr.24491) 15626 : cluster [DBG] pgmap v13806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:43.380956+0000 mgr.y (mgr.24491) 15626 : cluster [DBG] pgmap v13806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:43.380956+0000 mgr.y (mgr.24491) 15626 : cluster [DBG] pgmap v13806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:45.381817+0000 mgr.y (mgr.24491) 15627 : cluster [DBG] pgmap v13807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:45.381817+0000 mgr.y (mgr.24491) 15627 : cluster [DBG] pgmap v13807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:45.381817+0000 mgr.y (mgr.24491) 15627 : cluster [DBG] pgmap v13807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:12:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:47.382216+0000 mgr.y (mgr.24491) 15628 : cluster [DBG] pgmap v13808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:47.382216+0000 mgr.y (mgr.24491) 15628 : cluster [DBG] pgmap v13808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:47.382216+0000 mgr.y (mgr.24491) 15628 : cluster [DBG] pgmap v13808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:49.382982+0000 mgr.y (mgr.24491) 15629 : cluster [DBG] pgmap v13809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:51.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:49.382982+0000 mgr.y (mgr.24491) 15629 : cluster [DBG] pgmap v13809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:49.382982+0000 mgr.y (mgr.24491) 15629 : cluster [DBG] pgmap v13809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:12:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:12:52.087726+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:12:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:12:52.087726+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:12:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:12:52.087726+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:12:52.580 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 61s ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 61s ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 61s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 61s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 61s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 61s ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 61s ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 61s ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 61s ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 61s ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:12:52.856 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 61s ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:12:52.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 61s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:12:52.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 61s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:12:52.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 61s ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:12:52.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 61s ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:12:52.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 61s ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:12:52.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 61s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:12:52.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 61s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:12:52.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 61s ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:12:52.857 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 61s ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:12:53.188 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:12:53.188 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:12:53.188 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:12:53.188 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:12:53.188 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:12:53.188 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:12:53.189 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:12:53.189 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:12:53.189 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:12:53.189 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:12:53.189 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:12:53.189 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:12:53.189 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:12:53.189 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:12:53.189 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:12:53.189 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:12:53.189 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:12:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:51.383336+0000 mgr.y (mgr.24491) 15630 : cluster [DBG] pgmap v13810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:12:52.392284+0000 mon.a (mon.0) 3342 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:12:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:12:52.392888+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:12:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:12:52.397139+0000 mon.a (mon.0) 3344 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:12:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:51.383336+0000 mgr.y (mgr.24491) 15630 : cluster [DBG] pgmap v13810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:12:52.392284+0000 mon.a (mon.0) 3342 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:12:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:12:52.392888+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:12:53.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:12:52.397139+0000 mon.a (mon.0) 3344 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:12:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:51.383336+0000 mgr.y (mgr.24491) 15630 : cluster [DBG] pgmap v13810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:12:52.392284+0000 mon.a (mon.0) 3342 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:12:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:12:52.392888+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:12:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:12:52.397139+0000 mon.a (mon.0) 3344 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:12:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:12:52.569015+0000 mgr.y (mgr.24491) 15631 : audit [DBG] from='client.30918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:12:52.849105+0000 mgr.y (mgr.24491) 15632 : audit [DBG] from='client.30924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:12:53.189117+0000 mon.a (mon.0) 3345 : audit [DBG] from='client.? 172.21.15.177:0/3295148404' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:12:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:12:52.569015+0000 mgr.y (mgr.24491) 15631 : audit [DBG] from='client.30918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:12:52.849105+0000 mgr.y (mgr.24491) 15632 : audit [DBG] from='client.30924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:12:53.189117+0000 mon.a (mon.0) 3345 : audit [DBG] from='client.? 172.21.15.177:0/3295148404' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:12:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:12:52.569015+0000 mgr.y (mgr.24491) 15631 : audit [DBG] from='client.30918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:54.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:12:52.849105+0000 mgr.y (mgr.24491) 15632 : audit [DBG] from='client.30924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:12:54.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:12:53.189117+0000 mon.a (mon.0) 3345 : audit [DBG] from='client.? 172.21.15.177:0/3295148404' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:12:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:53.383713+0000 mgr.y (mgr.24491) 15633 : cluster [DBG] pgmap v13811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:53.383713+0000 mgr.y (mgr.24491) 15633 : cluster [DBG] pgmap v13811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:53.383713+0000 mgr.y (mgr.24491) 15633 : cluster [DBG] pgmap v13811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:55.384412+0000 mgr.y (mgr.24491) 15634 : cluster [DBG] pgmap v13812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:55.384412+0000 mgr.y (mgr.24491) 15634 : cluster [DBG] pgmap v13812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:55.384412+0000 mgr.y (mgr.24491) 15634 : cluster [DBG] pgmap v13812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:12:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:12:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:57.384841+0000 mgr.y (mgr.24491) 15635 : cluster [DBG] pgmap v13813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:57.384841+0000 mgr.y (mgr.24491) 15635 : cluster [DBG] pgmap v13813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:12:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:57.384841+0000 mgr.y (mgr.24491) 15635 : cluster [DBG] pgmap v13813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:12:59.385486+0000 mgr.y (mgr.24491) 15636 : cluster [DBG] pgmap v13814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:13:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:12:59.385486+0000 mgr.y (mgr.24491) 15636 : cluster [DBG] pgmap v13814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:01.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:12:59.385486+0000 mgr.y (mgr.24491) 15636 : cluster [DBG] pgmap v13814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:01.386027+0000 mgr.y (mgr.24491) 15637 : cluster [DBG] pgmap v13815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:01.386027+0000 mgr.y (mgr.24491) 15637 : cluster [DBG] pgmap v13815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:01.386027+0000 mgr.y (mgr.24491) 15637 : cluster [DBG] pgmap v13815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:03.386529+0000 mgr.y (mgr.24491) 15638 : cluster [DBG] pgmap v13816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:03.386529+0000 mgr.y (mgr.24491) 15638 : cluster [DBG] pgmap v13816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:03.386529+0000 mgr.y (mgr.24491) 15638 : cluster [DBG] pgmap v13816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:05.387240+0000 mgr.y (mgr.24491) 15639 : cluster [DBG] pgmap v13817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:05.387240+0000 mgr.y (mgr.24491) 15639 : cluster [DBG] pgmap v13817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:05.387240+0000 mgr.y (mgr.24491) 15639 : cluster [DBG] pgmap v13817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:13:09.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:07.387777+0000 mgr.y (mgr.24491) 15640 : cluster [DBG] pgmap v13818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:07.387777+0000 mgr.y (mgr.24491) 15640 : cluster [DBG] pgmap v13818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:07.387777+0000 mgr.y (mgr.24491) 15640 : cluster [DBG] pgmap v13818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:09.388415+0000 mgr.y (mgr.24491) 15641 : cluster [DBG] pgmap v13819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:13:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:09.388415+0000 mgr.y (mgr.24491) 15641 : cluster [DBG] pgmap v13819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:09.388415+0000 mgr.y (mgr.24491) 15641 : cluster [DBG] pgmap v13819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:11.388911+0000 mgr.y (mgr.24491) 15642 : cluster [DBG] pgmap v13820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:11.388911+0000 mgr.y (mgr.24491) 15642 : cluster [DBG] pgmap v13820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:11.388911+0000 mgr.y (mgr.24491) 15642 : cluster [DBG] pgmap v13820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:13.389365+0000 mgr.y (mgr.24491) 15643 : cluster [DBG] pgmap v13821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:13.389365+0000 mgr.y (mgr.24491) 15643 : cluster [DBG] pgmap v13821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:15.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:13.389365+0000 mgr.y (mgr.24491) 15643 : cluster [DBG] pgmap v13821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:15.390090+0000 mgr.y (mgr.24491) 15644 : cluster [DBG] pgmap v13822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:15.390090+0000 mgr.y (mgr.24491) 15644 : cluster [DBG] pgmap v13822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:15.390090+0000 mgr.y (mgr.24491) 15644 : cluster [DBG] pgmap v13822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:13:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:17.390493+0000 mgr.y (mgr.24491) 15645 : cluster [DBG] pgmap v13823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:17.390493+0000 mgr.y (mgr.24491) 15645 : cluster [DBG] pgmap v13823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:17.390493+0000 mgr.y (mgr.24491) 15645 : cluster [DBG] pgmap v13823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:19.391212+0000 mgr.y (mgr.24491) 15646 : cluster [DBG] pgmap v13824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:13:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:19.391212+0000 mgr.y (mgr.24491) 15646 : cluster [DBG] pgmap v13824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:19.391212+0000 mgr.y (mgr.24491) 15646 : cluster [DBG] pgmap v13824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:21.391716+0000 mgr.y (mgr.24491) 15647 : cluster [DBG] pgmap v13825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:23.503 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:13:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:21.391716+0000 mgr.y (mgr.24491) 15647 : cluster [DBG] pgmap v13825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:21.391716+0000 mgr.y (mgr.24491) 15647 : cluster [DBG] pgmap v13825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:23.780 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:13:23.780 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 92s ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:13:23.780 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 91s ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:13:23.780 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 92s ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:13:23.780 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 91s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 91s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 92s ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 92s ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 91s ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 92s ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 92s ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 91s ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 92s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 92s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 92s ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 92s ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 91s ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 91s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:13:23.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 91s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:13:23.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 91s ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:13:23.782 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 91s ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:13:24.117 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:13:24.117 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:13:24.117 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:13:24.118 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:13:24.118 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:13:24.118 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:13:24.118 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:13:24.118 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:13:24.118 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:13:24.118 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:13:24.119 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:13:24.119 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:13:24.119 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:13:24.119 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:13:24.119 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:13:24.119 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:13:24.119 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:13:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:13:24.117986+0000 mon.c (mon.2) 494 : audit [DBG] from='client.? 172.21.15.177:0/1706872049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:13:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:13:24.117986+0000 mon.c (mon.2) 494 : audit [DBG] from='client.? 172.21.15.177:0/1706872049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:13:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:13:24.117986+0000 mon.c (mon.2) 494 : audit [DBG] from='client.? 172.21.15.177:0/1706872049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:13:25.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:23.392101+0000 mgr.y (mgr.24491) 15648 : cluster [DBG] pgmap v13826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:25.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:13:23.491448+0000 mgr.y (mgr.24491) 15649 : audit [DBG] from='client.30936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:25.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:13:23.773449+0000 mgr.y (mgr.24491) 15650 : audit [DBG] from='client.30942 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:23.392101+0000 mgr.y (mgr.24491) 15648 : cluster [DBG] pgmap v13826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:13:23.491448+0000 mgr.y (mgr.24491) 15649 : audit [DBG] from='client.30936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:13:23.773449+0000 mgr.y (mgr.24491) 15650 : audit [DBG] from='client.30942 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:23.392101+0000 mgr.y (mgr.24491) 15648 : cluster [DBG] pgmap v13826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:25.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:13:23.491448+0000 mgr.y (mgr.24491) 15649 : audit [DBG] from='client.30936 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:25.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:13:23.773449+0000 mgr.y (mgr.24491) 15650 : audit [DBG] from='client.30942 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:25.392860+0000 mgr.y (mgr.24491) 15651 : cluster [DBG] pgmap v13827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:25.392860+0000 mgr.y (mgr.24491) 15651 : cluster [DBG] pgmap v13827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:25.392860+0000 mgr.y (mgr.24491) 15651 : cluster [DBG] pgmap v13827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:13:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:27.393399+0000 mgr.y (mgr.24491) 15652 : cluster [DBG] pgmap v13828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:27.393399+0000 mgr.y (mgr.24491) 15652 : cluster [DBG] pgmap v13828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:27.393399+0000 mgr.y (mgr.24491) 15652 : cluster [DBG] pgmap v13828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:29.393998+0000 mgr.y (mgr.24491) 15653 : cluster [DBG] pgmap v13829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:13:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:29.393998+0000 mgr.y (mgr.24491) 15653 : cluster [DBG] pgmap v13829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:29.393998+0000 mgr.y (mgr.24491) 15653 : cluster [DBG] pgmap v13829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:31.394510+0000 mgr.y (mgr.24491) 15654 : cluster [DBG] pgmap v13830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:31.394510+0000 mgr.y (mgr.24491) 15654 : cluster [DBG] pgmap v13830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:31.394510+0000 mgr.y (mgr.24491) 15654 : cluster [DBG] pgmap v13830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:33.395032+0000 mgr.y (mgr.24491) 15655 : cluster [DBG] pgmap v13831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:33.395032+0000 mgr.y (mgr.24491) 15655 : cluster [DBG] pgmap v13831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:33.395032+0000 mgr.y (mgr.24491) 15655 : cluster [DBG] pgmap v13831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:35.395790+0000 mgr.y (mgr.24491) 15656 : cluster [DBG] pgmap v13832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:35.395790+0000 mgr.y (mgr.24491) 15656 : cluster [DBG] pgmap v13832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:35.395790+0000 mgr.y (mgr.24491) 15656 : cluster [DBG] pgmap v13832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:13:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:37.396380+0000 mgr.y (mgr.24491) 15657 : cluster [DBG] pgmap v13833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:37.396380+0000 mgr.y (mgr.24491) 15657 : cluster [DBG] pgmap v13833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:37.396380+0000 mgr.y (mgr.24491) 15657 : cluster [DBG] pgmap v13833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:39.397021+0000 mgr.y (mgr.24491) 15658 : cluster [DBG] pgmap v13834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:13:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:39.397021+0000 mgr.y (mgr.24491) 15658 : cluster [DBG] pgmap v13834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:39.397021+0000 mgr.y (mgr.24491) 15658 : cluster [DBG] pgmap v13834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:41.397406+0000 mgr.y (mgr.24491) 15659 : cluster [DBG] pgmap v13835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:41.397406+0000 mgr.y (mgr.24491) 15659 : cluster [DBG] pgmap v13835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:41.397406+0000 mgr.y (mgr.24491) 15659 : cluster [DBG] pgmap v13835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:43.397842+0000 mgr.y (mgr.24491) 15660 : cluster [DBG] pgmap v13836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:43.397842+0000 mgr.y (mgr.24491) 15660 : cluster [DBG] pgmap v13836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:43.397842+0000 mgr.y (mgr.24491) 15660 : cluster [DBG] pgmap v13836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:45.398626+0000 mgr.y (mgr.24491) 15661 : cluster [DBG] pgmap v13837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:45.398626+0000 mgr.y (mgr.24491) 15661 : cluster [DBG] pgmap v13837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:45.398626+0000 mgr.y (mgr.24491) 15661 : cluster [DBG] pgmap v13837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:13:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:47.399098+0000 mgr.y (mgr.24491) 15662 : cluster [DBG] pgmap v13838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:47.399098+0000 mgr.y (mgr.24491) 15662 : cluster [DBG] pgmap v13838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:47.399098+0000 mgr.y (mgr.24491) 15662 : cluster [DBG] pgmap v13838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:49.399658+0000 mgr.y (mgr.24491) 15663 : cluster [DBG] pgmap v13839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:13:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:49.399658+0000 mgr.y (mgr.24491) 15663 : cluster [DBG] pgmap v13839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:49.399658+0000 mgr.y (mgr.24491) 15663 : cluster [DBG] pgmap v13839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:51.400114+0000 mgr.y (mgr.24491) 15664 : cluster [DBG] pgmap v13840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:13:52.401517+0000 mon.a (mon.0) 3346 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:13:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:13:52.692537+0000 mon.a (mon.0) 3347 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:13:53.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:13:52.693202+0000 mon.a (mon.0) 3348 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:13:53.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:13:52.698190+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:13:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:51.400114+0000 mgr.y (mgr.24491) 15664 : cluster [DBG] pgmap v13840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:13:52.401517+0000 mon.a (mon.0) 3346 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:13:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:13:52.692537+0000 mon.a (mon.0) 3347 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:13:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:13:52.693202+0000 mon.a (mon.0) 3348 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:13:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:13:52.698190+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:13:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:51.400114+0000 mgr.y (mgr.24491) 15664 : cluster [DBG] pgmap v13840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:13:52.401517+0000 mon.a (mon.0) 3346 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:13:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:13:52.692537+0000 mon.a (mon.0) 3347 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:13:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:13:52.693202+0000 mon.a (mon.0) 3348 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:13:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:13:52.698190+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:13:54.431 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:13:54.704 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:13:54.704 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 2m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:13:54.704 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 2m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 2m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 2m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 2m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 2m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 2m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 2m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 2m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 2m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 2m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 2m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 2m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 2m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:13:54.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 2m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:13:54.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 2m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:13:54.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 2m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:13:54.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 2m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:13:54.706 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 2m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:13:54.706 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 2m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:13:55.036 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:13:55.036 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:13:55.037 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:13:55.038 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:13:55.038 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:13:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:53.400614+0000 mgr.y (mgr.24491) 15665 : cluster [DBG] pgmap v13841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:13:55.037528+0000 mon.a (mon.0) 3350 : audit [DBG] from='client.? 172.21.15.177:0/3038098961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:13:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:53.400614+0000 mgr.y (mgr.24491) 15665 : cluster [DBG] pgmap v13841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:13:55.037528+0000 mon.a (mon.0) 3350 : audit [DBG] from='client.? 172.21.15.177:0/3038098961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:13:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:53.400614+0000 mgr.y (mgr.24491) 15665 : cluster [DBG] pgmap v13841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:13:55.037528+0000 mon.a (mon.0) 3350 : audit [DBG] from='client.? 172.21.15.177:0/3038098961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:13:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:13:54.419729+0000 mgr.y (mgr.24491) 15666 : audit [DBG] from='client.40865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:13:54.697548+0000 mgr.y (mgr.24491) 15667 : audit [DBG] from='client.30960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:13:54.419729+0000 mgr.y (mgr.24491) 15666 : audit [DBG] from='client.40865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:56.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:13:54.697548+0000 mgr.y (mgr.24491) 15667 : audit [DBG] from='client.30960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:13:54.419729+0000 mgr.y (mgr.24491) 15666 : audit [DBG] from='client.40865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:13:54.697548+0000 mgr.y (mgr.24491) 15667 : audit [DBG] from='client.30960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:13:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:55.401254+0000 mgr.y (mgr.24491) 15668 : cluster [DBG] pgmap v13842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:55.401254+0000 mgr.y (mgr.24491) 15668 : cluster [DBG] pgmap v13842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:55.401254+0000 mgr.y (mgr.24491) 15668 : cluster [DBG] pgmap v13842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:13:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:13:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:57.401832+0000 mgr.y (mgr.24491) 15669 : cluster [DBG] pgmap v13843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:57.401832+0000 mgr.y (mgr.24491) 15669 : cluster [DBG] pgmap v13843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:13:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:13:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:57.401832+0000 mgr.y (mgr.24491) 15669 : cluster [DBG] pgmap v13843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:01.270 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:14:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:13:59.402415+0000 mgr.y (mgr.24491) 15670 : cluster [DBG] pgmap v13844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:13:59.402415+0000 mgr.y (mgr.24491) 15670 : cluster [DBG] pgmap v13844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:13:59.402415+0000 mgr.y (mgr.24491) 15670 : cluster [DBG] pgmap v13844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:01.402762+0000 mgr.y (mgr.24491) 15671 : cluster [DBG] pgmap v13845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:01.402762+0000 mgr.y (mgr.24491) 15671 : cluster [DBG] pgmap v13845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:01.402762+0000 mgr.y (mgr.24491) 15671 : cluster [DBG] pgmap v13845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:05.653 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:03.403240+0000 mgr.y (mgr.24491) 15672 : cluster [DBG] pgmap v13846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:05.654 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:03.403240+0000 mgr.y (mgr.24491) 15672 : cluster [DBG] pgmap v13846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:03.403240+0000 mgr.y (mgr.24491) 15672 : cluster [DBG] pgmap v13846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:05.404011+0000 mgr.y (mgr.24491) 15673 : cluster [DBG] pgmap v13847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:05.404011+0000 mgr.y (mgr.24491) 15673 : cluster [DBG] pgmap v13847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:05.404011+0000 mgr.y (mgr.24491) 15673 : cluster [DBG] pgmap v13847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:14:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:07.404447+0000 mgr.y (mgr.24491) 15674 : cluster [DBG] pgmap v13848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:07.404447+0000 mgr.y (mgr.24491) 15674 : cluster [DBG] pgmap v13848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:07.404447+0000 mgr.y (mgr.24491) 15674 : cluster [DBG] pgmap v13848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:11.289 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:14:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:09.405009+0000 mgr.y (mgr.24491) 15675 : cluster [DBG] pgmap v13849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:09.405009+0000 mgr.y (mgr.24491) 15675 : cluster [DBG] pgmap v13849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:09.405009+0000 mgr.y (mgr.24491) 15675 : cluster [DBG] pgmap v13849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:11.405389+0000 mgr.y (mgr.24491) 15676 : cluster [DBG] pgmap v13850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:13.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:11.405389+0000 mgr.y (mgr.24491) 15676 : cluster [DBG] pgmap v13850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:11.405389+0000 mgr.y (mgr.24491) 15676 : cluster [DBG] pgmap v13850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:13.405996+0000 mgr.y (mgr.24491) 15677 : cluster [DBG] pgmap v13851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:13.405996+0000 mgr.y (mgr.24491) 15677 : cluster [DBG] pgmap v13851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:13.405996+0000 mgr.y (mgr.24491) 15677 : cluster [DBG] pgmap v13851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:15.406667+0000 mgr.y (mgr.24491) 15678 : cluster [DBG] pgmap v13852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:15.406667+0000 mgr.y (mgr.24491) 15678 : cluster [DBG] pgmap v13852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:15.406667+0000 mgr.y (mgr.24491) 15678 : cluster [DBG] pgmap v13852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:14:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:17.407275+0000 mgr.y (mgr.24491) 15679 : cluster [DBG] pgmap v13853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:17.407275+0000 mgr.y (mgr.24491) 15679 : cluster [DBG] pgmap v13853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:17.407275+0000 mgr.y (mgr.24491) 15679 : cluster [DBG] pgmap v13853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:21.307 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:14:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:19.408018+0000 mgr.y (mgr.24491) 15680 : cluster [DBG] pgmap v13854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:19.408018+0000 mgr.y (mgr.24491) 15680 : cluster [DBG] pgmap v13854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:19.408018+0000 mgr.y (mgr.24491) 15680 : cluster [DBG] pgmap v13854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:21.408416+0000 mgr.y (mgr.24491) 15681 : cluster [DBG] pgmap v13855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:21.408416+0000 mgr.y (mgr.24491) 15681 : cluster [DBG] pgmap v13855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:21.408416+0000 mgr.y (mgr.24491) 15681 : cluster [DBG] pgmap v13855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:25.350 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 2m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 2m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 2m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 2m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 2m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 2m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 2m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 2m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 2m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 2m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:14:25.627 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 2m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:14:25.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 2m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:14:25.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 2m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:14:25.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 2m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:14:25.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 2m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:14:25.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 2m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:14:25.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 2m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:14:25.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 2m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:14:25.628 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 2m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:14:25.628 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 2m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:14:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:23.408867+0000 mgr.y (mgr.24491) 15682 : cluster [DBG] pgmap v13856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:23.408867+0000 mgr.y (mgr.24491) 15682 : cluster [DBG] pgmap v13856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:23.408867+0000 mgr.y (mgr.24491) 15682 : cluster [DBG] pgmap v13856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:25.960 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:14:25.960 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:14:25.960 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:14:25.960 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:14:25.960 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:14:25.960 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:14:25.960 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:14:25.960 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:14:25.960 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:14:25.960 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:14:25.960 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:14:25.961 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:14:25.961 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:14:25.961 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:14:25.961 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:14:25.961 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:14:25.961 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:14:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:14:25.338480+0000 mgr.y (mgr.24491) 15683 : audit [DBG] from='client.30972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:14:25.960814+0000 mon.a (mon.0) 3351 : audit [DBG] from='client.? 172.21.15.177:0/1492055592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:14:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:14:25.338480+0000 mgr.y (mgr.24491) 15683 : audit [DBG] from='client.30972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:14:25.960814+0000 mon.a (mon.0) 3351 : audit [DBG] from='client.? 172.21.15.177:0/1492055592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:14:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:14:25.338480+0000 mgr.y (mgr.24491) 15683 : audit [DBG] from='client.30972 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:14:25.960814+0000 mon.a (mon.0) 3351 : audit [DBG] from='client.? 172.21.15.177:0/1492055592' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:14:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:25.409465+0000 mgr.y (mgr.24491) 15684 : cluster [DBG] pgmap v13857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:14:25.620040+0000 mgr.y (mgr.24491) 15685 : audit [DBG] from='client.40889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:25.409465+0000 mgr.y (mgr.24491) 15684 : cluster [DBG] pgmap v13857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:14:25.620040+0000 mgr.y (mgr.24491) 15685 : audit [DBG] from='client.40889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:25.409465+0000 mgr.y (mgr.24491) 15684 : cluster [DBG] pgmap v13857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:14:25.620040+0000 mgr.y (mgr.24491) 15685 : audit [DBG] from='client.40889 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:14:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:27.410024+0000 mgr.y (mgr.24491) 15686 : cluster [DBG] pgmap v13858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:27.410024+0000 mgr.y (mgr.24491) 15686 : cluster [DBG] pgmap v13858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:27.410024+0000 mgr.y (mgr.24491) 15686 : cluster [DBG] pgmap v13858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:31.325 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:14:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:29.410684+0000 mgr.y (mgr.24491) 15687 : cluster [DBG] pgmap v13859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:29.410684+0000 mgr.y (mgr.24491) 15687 : cluster [DBG] pgmap v13859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:29.410684+0000 mgr.y (mgr.24491) 15687 : cluster [DBG] pgmap v13859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:31.411179+0000 mgr.y (mgr.24491) 15688 : cluster [DBG] pgmap v13860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:31.411179+0000 mgr.y (mgr.24491) 15688 : cluster [DBG] pgmap v13860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:31.411179+0000 mgr.y (mgr.24491) 15688 : cluster [DBG] pgmap v13860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:33.411726+0000 mgr.y (mgr.24491) 15689 : cluster [DBG] pgmap v13861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:33.411726+0000 mgr.y (mgr.24491) 15689 : cluster [DBG] pgmap v13861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:33.411726+0000 mgr.y (mgr.24491) 15689 : cluster [DBG] pgmap v13861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:35.412469+0000 mgr.y (mgr.24491) 15690 : cluster [DBG] pgmap v13862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:35.412469+0000 mgr.y (mgr.24491) 15690 : cluster [DBG] pgmap v13862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:35.412469+0000 mgr.y (mgr.24491) 15690 : cluster [DBG] pgmap v13862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:37] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T11:14:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:37.412935+0000 mgr.y (mgr.24491) 15691 : cluster [DBG] pgmap v13863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:37.412935+0000 mgr.y (mgr.24491) 15691 : cluster [DBG] pgmap v13863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:37.412935+0000 mgr.y (mgr.24491) 15691 : cluster [DBG] pgmap v13863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:41.342 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:14:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:39.413713+0000 mgr.y (mgr.24491) 15692 : cluster [DBG] pgmap v13864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:39.413713+0000 mgr.y (mgr.24491) 15692 : cluster [DBG] pgmap v13864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:39.413713+0000 mgr.y (mgr.24491) 15692 : cluster [DBG] pgmap v13864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:41.414153+0000 mgr.y (mgr.24491) 15693 : cluster [DBG] pgmap v13865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:43.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:41.414153+0000 mgr.y (mgr.24491) 15693 : cluster [DBG] pgmap v13865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:41.414153+0000 mgr.y (mgr.24491) 15693 : cluster [DBG] pgmap v13865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:43.414544+0000 mgr.y (mgr.24491) 15694 : cluster [DBG] pgmap v13866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:43.414544+0000 mgr.y (mgr.24491) 15694 : cluster [DBG] pgmap v13866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:43.414544+0000 mgr.y (mgr.24491) 15694 : cluster [DBG] pgmap v13866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:45.415361+0000 mgr.y (mgr.24491) 15695 : cluster [DBG] pgmap v13867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:45.415361+0000 mgr.y (mgr.24491) 15695 : cluster [DBG] pgmap v13867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:45.415361+0000 mgr.y (mgr.24491) 15695 : cluster [DBG] pgmap v13867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:14:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:47.415907+0000 mgr.y (mgr.24491) 15696 : cluster [DBG] pgmap v13868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:47.415907+0000 mgr.y (mgr.24491) 15696 : cluster [DBG] pgmap v13868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:47.415907+0000 mgr.y (mgr.24491) 15696 : cluster [DBG] pgmap v13868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:51.358 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:14:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:49.416580+0000 mgr.y (mgr.24491) 15697 : cluster [DBG] pgmap v13869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:49.416580+0000 mgr.y (mgr.24491) 15697 : cluster [DBG] pgmap v13869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:49.416580+0000 mgr.y (mgr.24491) 15697 : cluster [DBG] pgmap v13869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:51.417157+0000 mgr.y (mgr.24491) 15698 : cluster [DBG] pgmap v13870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:14:52.702486+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:14:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:14:52.948395+0000 mon.a (mon.0) 3353 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:14:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:14:53.214566+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:14:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:14:53.215200+0000 mon.a (mon.0) 3355 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:14:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:14:53.219758+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:14:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:51.417157+0000 mgr.y (mgr.24491) 15698 : cluster [DBG] pgmap v13870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:14:52.702486+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:14:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:14:52.948395+0000 mon.a (mon.0) 3353 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:14:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:14:53.214566+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:14:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:14:53.215200+0000 mon.a (mon.0) 3355 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:14:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:14:53.219758+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:14:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:51.417157+0000 mgr.y (mgr.24491) 15698 : cluster [DBG] pgmap v13870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:14:52.702486+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:14:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:14:52.948395+0000 mon.a (mon.0) 3353 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:14:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:14:53.214566+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:14:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:14:53.215200+0000 mon.a (mon.0) 3355 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:14:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:14:53.219758+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:14:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:53.417624+0000 mgr.y (mgr.24491) 15699 : cluster [DBG] pgmap v13871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:53.417624+0000 mgr.y (mgr.24491) 15699 : cluster [DBG] pgmap v13871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:53.417624+0000 mgr.y (mgr.24491) 15699 : cluster [DBG] pgmap v13871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:56.269 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:14:56.544 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:14:56.544 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:14:56.545 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 3m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:14:56.545 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:14:56.545 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 3m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:14:56.545 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 3m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:14:56.545 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:14:56.545 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:14:56.545 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 3m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:14:56.545 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:14:56.545 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:14:56.545 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 3m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:14:56.545 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:14:56.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:14:56.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:14:56.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:14:56.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 3m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:14:56.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 3m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:14:56.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 3m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:14:56.546 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 3m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:14:56.546 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 3m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:14:56.876 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:14:56.876 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:14:56.877 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:14:56.878 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:14:56.878 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:14:56.878 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:14:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:55.418284+0000 mgr.y (mgr.24491) 15700 : cluster [DBG] pgmap v13872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:14:56.258318+0000 mgr.y (mgr.24491) 15701 : audit [DBG] from='client.30990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:14:56.877334+0000 mon.a (mon.0) 3357 : audit [DBG] from='client.? 172.21.15.177:0/3548445122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:14:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:55.418284+0000 mgr.y (mgr.24491) 15700 : cluster [DBG] pgmap v13872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:14:56.258318+0000 mgr.y (mgr.24491) 15701 : audit [DBG] from='client.30990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:14:56.877334+0000 mon.a (mon.0) 3357 : audit [DBG] from='client.? 172.21.15.177:0/3548445122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:14:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:55.418284+0000 mgr.y (mgr.24491) 15700 : cluster [DBG] pgmap v13872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:14:56.258318+0000 mgr.y (mgr.24491) 15701 : audit [DBG] from='client.30990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:14:56.877334+0000 mon.a (mon.0) 3357 : audit [DBG] from='client.? 172.21.15.177:0/3548445122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:14:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:14:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:14:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:14:56.537556+0000 mgr.y (mgr.24491) 15702 : audit [DBG] from='client.40907 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:14:56.537556+0000 mgr.y (mgr.24491) 15702 : audit [DBG] from='client.40907 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:58.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:14:56.537556+0000 mgr.y (mgr.24491) 15702 : audit [DBG] from='client.40907 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:14:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:57.418619+0000 mgr.y (mgr.24491) 15703 : cluster [DBG] pgmap v13873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:57.418619+0000 mgr.y (mgr.24491) 15703 : cluster [DBG] pgmap v13873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:14:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:14:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:57.418619+0000 mgr.y (mgr.24491) 15703 : cluster [DBG] pgmap v13873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:01.380 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:15:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:14:59.419236+0000 mgr.y (mgr.24491) 15704 : cluster [DBG] pgmap v13874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:14:59.419236+0000 mgr.y (mgr.24491) 15704 : cluster [DBG] pgmap v13874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:14:59.419236+0000 mgr.y (mgr.24491) 15704 : cluster [DBG] pgmap v13874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:01.419778+0000 mgr.y (mgr.24491) 15705 : cluster [DBG] pgmap v13875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:01.419778+0000 mgr.y (mgr.24491) 15705 : cluster [DBG] pgmap v13875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:01.419778+0000 mgr.y (mgr.24491) 15705 : cluster [DBG] pgmap v13875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:03.420273+0000 mgr.y (mgr.24491) 15706 : cluster [DBG] pgmap v13876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:03.420273+0000 mgr.y (mgr.24491) 15706 : cluster [DBG] pgmap v13876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:03.420273+0000 mgr.y (mgr.24491) 15706 : cluster [DBG] pgmap v13876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:05.420888+0000 mgr.y (mgr.24491) 15707 : cluster [DBG] pgmap v13877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:05.420888+0000 mgr.y (mgr.24491) 15707 : cluster [DBG] pgmap v13877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:05.420888+0000 mgr.y (mgr.24491) 15707 : cluster [DBG] pgmap v13877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:15:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:07.421329+0000 mgr.y (mgr.24491) 15708 : cluster [DBG] pgmap v13878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:07.421329+0000 mgr.y (mgr.24491) 15708 : cluster [DBG] pgmap v13878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:07.421329+0000 mgr.y (mgr.24491) 15708 : cluster [DBG] pgmap v13878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:09.421855+0000 mgr.y (mgr.24491) 15709 : cluster [DBG] pgmap v13879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:15:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:09.421855+0000 mgr.y (mgr.24491) 15709 : cluster [DBG] pgmap v13879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:09.421855+0000 mgr.y (mgr.24491) 15709 : cluster [DBG] pgmap v13879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:11.422387+0000 mgr.y (mgr.24491) 15710 : cluster [DBG] pgmap v13880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:11.422387+0000 mgr.y (mgr.24491) 15710 : cluster [DBG] pgmap v13880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:11.422387+0000 mgr.y (mgr.24491) 15710 : cluster [DBG] pgmap v13880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:13.422878+0000 mgr.y (mgr.24491) 15711 : cluster [DBG] pgmap v13881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:13.422878+0000 mgr.y (mgr.24491) 15711 : cluster [DBG] pgmap v13881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:13.422878+0000 mgr.y (mgr.24491) 15711 : cluster [DBG] pgmap v13881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:15.423551+0000 mgr.y (mgr.24491) 15712 : cluster [DBG] pgmap v13882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:15.423551+0000 mgr.y (mgr.24491) 15712 : cluster [DBG] pgmap v13882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:15.423551+0000 mgr.y (mgr.24491) 15712 : cluster [DBG] pgmap v13882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:15:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:17.424058+0000 mgr.y (mgr.24491) 15713 : cluster [DBG] pgmap v13883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:17.424058+0000 mgr.y (mgr.24491) 15713 : cluster [DBG] pgmap v13883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:17.424058+0000 mgr.y (mgr.24491) 15713 : cluster [DBG] pgmap v13883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:19.424688+0000 mgr.y (mgr.24491) 15714 : cluster [DBG] pgmap v13884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:15:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:19.424688+0000 mgr.y (mgr.24491) 15714 : cluster [DBG] pgmap v13884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:19.424688+0000 mgr.y (mgr.24491) 15714 : cluster [DBG] pgmap v13884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:21.425149+0000 mgr.y (mgr.24491) 15715 : cluster [DBG] pgmap v13885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:21.425149+0000 mgr.y (mgr.24491) 15715 : cluster [DBG] pgmap v13885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:23.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:21.425149+0000 mgr.y (mgr.24491) 15715 : cluster [DBG] pgmap v13885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:23.425580+0000 mgr.y (mgr.24491) 15716 : cluster [DBG] pgmap v13886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:23.425580+0000 mgr.y (mgr.24491) 15716 : cluster [DBG] pgmap v13886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:23.425580+0000 mgr.y (mgr.24491) 15716 : cluster [DBG] pgmap v13886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:27.190 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:15:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:25.426342+0000 mgr.y (mgr.24491) 15717 : cluster [DBG] pgmap v13887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:25.426342+0000 mgr.y (mgr.24491) 15717 : cluster [DBG] pgmap v13887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:25.426342+0000 mgr.y (mgr.24491) 15717 : cluster [DBG] pgmap v13887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:27.468 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:15:27.468 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:15:27.468 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 3m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:15:27.468 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:15:27.468 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 3m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:15:27.468 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 3m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:15:27.468 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:15:27.468 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:15:27.468 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 3m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:15:27.468 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:15:27.469 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:15:27.469 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 3m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:15:27.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:15:27.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:15:27.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:15:27.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:15:27.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 3m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:15:27.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 3m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:15:27.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 3m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:15:27.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 3m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:15:27.469 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 3m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:15:27.801 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:15:27.801 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:15:27.801 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:15:27.802 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:15:27.803 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:15:27.993 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:15:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:15:27.179380+0000 mgr.y (mgr.24491) 15718 : audit [DBG] from='client.40919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:15:27.802458+0000 mon.c (mon.2) 495 : audit [DBG] from='client.? 172.21.15.177:0/1696056862' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:15:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:15:27.179380+0000 mgr.y (mgr.24491) 15718 : audit [DBG] from='client.40919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:15:27.802458+0000 mon.c (mon.2) 495 : audit [DBG] from='client.? 172.21.15.177:0/1696056862' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:15:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:15:27.179380+0000 mgr.y (mgr.24491) 15718 : audit [DBG] from='client.40919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:15:27.802458+0000 mon.c (mon.2) 495 : audit [DBG] from='client.? 172.21.15.177:0/1696056862' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:15:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:27.426693+0000 mgr.y (mgr.24491) 15719 : cluster [DBG] pgmap v13888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:15:27.461300+0000 mgr.y (mgr.24491) 15720 : audit [DBG] from='client.31014 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:27.426693+0000 mgr.y (mgr.24491) 15719 : cluster [DBG] pgmap v13888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:15:27.461300+0000 mgr.y (mgr.24491) 15720 : audit [DBG] from='client.31014 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:27.426693+0000 mgr.y (mgr.24491) 15719 : cluster [DBG] pgmap v13888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:15:27.461300+0000 mgr.y (mgr.24491) 15720 : audit [DBG] from='client.31014 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:29.427443+0000 mgr.y (mgr.24491) 15721 : cluster [DBG] pgmap v13889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:15:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:29.427443+0000 mgr.y (mgr.24491) 15721 : cluster [DBG] pgmap v13889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:29.427443+0000 mgr.y (mgr.24491) 15721 : cluster [DBG] pgmap v13889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:31.428016+0000 mgr.y (mgr.24491) 15722 : cluster [DBG] pgmap v13890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:31.428016+0000 mgr.y (mgr.24491) 15722 : cluster [DBG] pgmap v13890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:31.428016+0000 mgr.y (mgr.24491) 15722 : cluster [DBG] pgmap v13890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:35.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:33.428426+0000 mgr.y (mgr.24491) 15723 : cluster [DBG] pgmap v13891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:35.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:33.428426+0000 mgr.y (mgr.24491) 15723 : cluster [DBG] pgmap v13891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:33.428426+0000 mgr.y (mgr.24491) 15723 : cluster [DBG] pgmap v13891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:35.429205+0000 mgr.y (mgr.24491) 15724 : cluster [DBG] pgmap v13892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:35.429205+0000 mgr.y (mgr.24491) 15724 : cluster [DBG] pgmap v13892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:35.429205+0000 mgr.y (mgr.24491) 15724 : cluster [DBG] pgmap v13892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:15:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:37.429727+0000 mgr.y (mgr.24491) 15725 : cluster [DBG] pgmap v13893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:37.429727+0000 mgr.y (mgr.24491) 15725 : cluster [DBG] pgmap v13893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:37.429727+0000 mgr.y (mgr.24491) 15725 : cluster [DBG] pgmap v13893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:39.430325+0000 mgr.y (mgr.24491) 15726 : cluster [DBG] pgmap v13894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:39.430325+0000 mgr.y (mgr.24491) 15726 : cluster [DBG] pgmap v13894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:39.430325+0000 mgr.y (mgr.24491) 15726 : cluster [DBG] pgmap v13894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:15:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:41.430767+0000 mgr.y (mgr.24491) 15727 : cluster [DBG] pgmap v13895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:41.430767+0000 mgr.y (mgr.24491) 15727 : cluster [DBG] pgmap v13895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:41.430767+0000 mgr.y (mgr.24491) 15727 : cluster [DBG] pgmap v13895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:43.431279+0000 mgr.y (mgr.24491) 15728 : cluster [DBG] pgmap v13896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:43.431279+0000 mgr.y (mgr.24491) 15728 : cluster [DBG] pgmap v13896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:43.431279+0000 mgr.y (mgr.24491) 15728 : cluster [DBG] pgmap v13896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:45.432045+0000 mgr.y (mgr.24491) 15729 : cluster [DBG] pgmap v13897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:45.432045+0000 mgr.y (mgr.24491) 15729 : cluster [DBG] pgmap v13897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:45.432045+0000 mgr.y (mgr.24491) 15729 : cluster [DBG] pgmap v13897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:15:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:47.432447+0000 mgr.y (mgr.24491) 15730 : cluster [DBG] pgmap v13898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:47.432447+0000 mgr.y (mgr.24491) 15730 : cluster [DBG] pgmap v13898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:47.432447+0000 mgr.y (mgr.24491) 15730 : cluster [DBG] pgmap v13898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:49.433213+0000 mgr.y (mgr.24491) 15731 : cluster [DBG] pgmap v13899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:49.433213+0000 mgr.y (mgr.24491) 15731 : cluster [DBG] pgmap v13899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:49.433213+0000 mgr.y (mgr.24491) 15731 : cluster [DBG] pgmap v13899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:15:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:51.433662+0000 mgr.y (mgr.24491) 15732 : cluster [DBG] pgmap v13900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:51.433662+0000 mgr.y (mgr.24491) 15732 : cluster [DBG] pgmap v13900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:51.433662+0000 mgr.y (mgr.24491) 15732 : cluster [DBG] pgmap v13900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:15:53.223929+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:15:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:15:53.466891+0000 mon.a (mon.0) 3359 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:15:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:15:53.742176+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:15:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:15:53.742839+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:15:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:15:53.747739+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:15:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:15:53.223929+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:15:54.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:15:53.466891+0000 mon.a (mon.0) 3359 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:15:54.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:15:53.742176+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:15:54.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:15:53.742839+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:15:54.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:15:53.747739+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:15:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:15:53.223929+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:15:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:15:53.466891+0000 mon.a (mon.0) 3359 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:15:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:15:53.742176+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:15:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:15:53.742839+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:15:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:15:53.747739+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:15:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:53.434052+0000 mgr.y (mgr.24491) 15733 : cluster [DBG] pgmap v13901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:53.434052+0000 mgr.y (mgr.24491) 15733 : cluster [DBG] pgmap v13901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:53.434052+0000 mgr.y (mgr.24491) 15733 : cluster [DBG] pgmap v13901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:55.434815+0000 mgr.y (mgr.24491) 15734 : cluster [DBG] pgmap v13902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:55.434815+0000 mgr.y (mgr.24491) 15734 : cluster [DBG] pgmap v13902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:55.434815+0000 mgr.y (mgr.24491) 15734 : cluster [DBG] pgmap v13902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:58.113 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:15:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:15:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:15:58.388 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:15:58.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:15:58.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:15:58.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:15:58.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:15:58.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:15:58.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:15:58.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:15:58.389 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:15:58.389 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:15:58.721 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:15:58.721 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:15:58.721 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:15:58.722 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:15:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:57.435254+0000 mgr.y (mgr.24491) 15735 : cluster [DBG] pgmap v13903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:15:58.101800+0000 mgr.y (mgr.24491) 15736 : audit [DBG] from='client.40937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:15:58.380998+0000 mgr.y (mgr.24491) 15737 : audit [DBG] from='client.31032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:15:58.722357+0000 mon.c (mon.2) 496 : audit [DBG] from='client.? 172.21.15.177:0/2048932994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:15:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:57.435254+0000 mgr.y (mgr.24491) 15735 : cluster [DBG] pgmap v13903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:59.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:15:58.101800+0000 mgr.y (mgr.24491) 15736 : audit [DBG] from='client.40937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:59.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:15:58.380998+0000 mgr.y (mgr.24491) 15737 : audit [DBG] from='client.31032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:59.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:15:58.722357+0000 mon.c (mon.2) 496 : audit [DBG] from='client.? 172.21.15.177:0/2048932994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:15:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:57.435254+0000 mgr.y (mgr.24491) 15735 : cluster [DBG] pgmap v13903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:15:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:15:58.101800+0000 mgr.y (mgr.24491) 15736 : audit [DBG] from='client.40937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:15:58.380998+0000 mgr.y (mgr.24491) 15737 : audit [DBG] from='client.31032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:15:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:15:58.722357+0000 mon.c (mon.2) 496 : audit [DBG] from='client.? 172.21.15.177:0/2048932994' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:16:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:15:59.435823+0000 mgr.y (mgr.24491) 15738 : cluster [DBG] pgmap v13904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:15:59.435823+0000 mgr.y (mgr.24491) 15738 : cluster [DBG] pgmap v13904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:15:59.435823+0000 mgr.y (mgr.24491) 15738 : cluster [DBG] pgmap v13904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:16:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:01.436248+0000 mgr.y (mgr.24491) 15739 : cluster [DBG] pgmap v13905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:01.436248+0000 mgr.y (mgr.24491) 15739 : cluster [DBG] pgmap v13905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:01.436248+0000 mgr.y (mgr.24491) 15739 : cluster [DBG] pgmap v13905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:03.436679+0000 mgr.y (mgr.24491) 15740 : cluster [DBG] pgmap v13906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:03.436679+0000 mgr.y (mgr.24491) 15740 : cluster [DBG] pgmap v13906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:03.436679+0000 mgr.y (mgr.24491) 15740 : cluster [DBG] pgmap v13906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:05.437424+0000 mgr.y (mgr.24491) 15741 : cluster [DBG] pgmap v13907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:05.437424+0000 mgr.y (mgr.24491) 15741 : cluster [DBG] pgmap v13907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:05.437424+0000 mgr.y (mgr.24491) 15741 : cluster [DBG] pgmap v13907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:16:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:07.438051+0000 mgr.y (mgr.24491) 15742 : cluster [DBG] pgmap v13908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:07.438051+0000 mgr.y (mgr.24491) 15742 : cluster [DBG] pgmap v13908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:07.438051+0000 mgr.y (mgr.24491) 15742 : cluster [DBG] pgmap v13908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:09.438671+0000 mgr.y (mgr.24491) 15743 : cluster [DBG] pgmap v13909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:09.438671+0000 mgr.y (mgr.24491) 15743 : cluster [DBG] pgmap v13909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:09.438671+0000 mgr.y (mgr.24491) 15743 : cluster [DBG] pgmap v13909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:16:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:11.439110+0000 mgr.y (mgr.24491) 15744 : cluster [DBG] pgmap v13910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:11.439110+0000 mgr.y (mgr.24491) 15744 : cluster [DBG] pgmap v13910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:11.439110+0000 mgr.y (mgr.24491) 15744 : cluster [DBG] pgmap v13910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:13.439566+0000 mgr.y (mgr.24491) 15745 : cluster [DBG] pgmap v13911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:13.439566+0000 mgr.y (mgr.24491) 15745 : cluster [DBG] pgmap v13911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:13.439566+0000 mgr.y (mgr.24491) 15745 : cluster [DBG] pgmap v13911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:15.440220+0000 mgr.y (mgr.24491) 15746 : cluster [DBG] pgmap v13912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:15.440220+0000 mgr.y (mgr.24491) 15746 : cluster [DBG] pgmap v13912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:15.440220+0000 mgr.y (mgr.24491) 15746 : cluster [DBG] pgmap v13912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:16:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:17.440687+0000 mgr.y (mgr.24491) 15747 : cluster [DBG] pgmap v13913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:17.440687+0000 mgr.y (mgr.24491) 15747 : cluster [DBG] pgmap v13913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:17.440687+0000 mgr.y (mgr.24491) 15747 : cluster [DBG] pgmap v13913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:19.441414+0000 mgr.y (mgr.24491) 15748 : cluster [DBG] pgmap v13914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:19.441414+0000 mgr.y (mgr.24491) 15748 : cluster [DBG] pgmap v13914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:16:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:19.441414+0000 mgr.y (mgr.24491) 15748 : cluster [DBG] pgmap v13914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:21.441862+0000 mgr.y (mgr.24491) 15749 : cluster [DBG] pgmap v13915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:21.441862+0000 mgr.y (mgr.24491) 15749 : cluster [DBG] pgmap v13915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:21.441862+0000 mgr.y (mgr.24491) 15749 : cluster [DBG] pgmap v13915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:23.442277+0000 mgr.y (mgr.24491) 15750 : cluster [DBG] pgmap v13916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:23.442277+0000 mgr.y (mgr.24491) 15750 : cluster [DBG] pgmap v13916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:23.442277+0000 mgr.y (mgr.24491) 15750 : cluster [DBG] pgmap v13916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:25.442978+0000 mgr.y (mgr.24491) 15751 : cluster [DBG] pgmap v13917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:25.442978+0000 mgr.y (mgr.24491) 15751 : cluster [DBG] pgmap v13917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:25.442978+0000 mgr.y (mgr.24491) 15751 : cluster [DBG] pgmap v13917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:16:29.048 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:16:29.323 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:16:29.323 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:16:29.323 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:16:29.323 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:16:29.324 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:16:29.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:16:29.325 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:16:29.325 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:16:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:27.443394+0000 mgr.y (mgr.24491) 15752 : cluster [DBG] pgmap v13918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:27.443394+0000 mgr.y (mgr.24491) 15752 : cluster [DBG] pgmap v13918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:29.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:27.443394+0000 mgr.y (mgr.24491) 15752 : cluster [DBG] pgmap v13918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:29.657 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:16:29.657 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:16:29.658 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:16:29.659 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:16:29.659 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:16:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:16:29.036817+0000 mgr.y (mgr.24491) 15753 : audit [DBG] from='client.31044 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:16:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:16:29.316749+0000 mgr.y (mgr.24491) 15754 : audit [DBG] from='client.40961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:16:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:16:29.658525+0000 mon.c (mon.2) 497 : audit [DBG] from='client.? 172.21.15.177:0/3003315622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:16:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:16:29.036817+0000 mgr.y (mgr.24491) 15753 : audit [DBG] from='client.31044 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:16:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:16:29.316749+0000 mgr.y (mgr.24491) 15754 : audit [DBG] from='client.40961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:16:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:16:29.658525+0000 mon.c (mon.2) 497 : audit [DBG] from='client.? 172.21.15.177:0/3003315622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:16:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:16:29.036817+0000 mgr.y (mgr.24491) 15753 : audit [DBG] from='client.31044 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:16:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:16:29.316749+0000 mgr.y (mgr.24491) 15754 : audit [DBG] from='client.40961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:16:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:16:29.658525+0000 mon.c (mon.2) 497 : audit [DBG] from='client.? 172.21.15.177:0/3003315622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:16:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:29.444008+0000 mgr.y (mgr.24491) 15755 : cluster [DBG] pgmap v13919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:29.444008+0000 mgr.y (mgr.24491) 15755 : cluster [DBG] pgmap v13919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:29.444008+0000 mgr.y (mgr.24491) 15755 : cluster [DBG] pgmap v13919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:16:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:31.444372+0000 mgr.y (mgr.24491) 15756 : cluster [DBG] pgmap v13920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:31.444372+0000 mgr.y (mgr.24491) 15756 : cluster [DBG] pgmap v13920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:31.444372+0000 mgr.y (mgr.24491) 15756 : cluster [DBG] pgmap v13920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:33.444778+0000 mgr.y (mgr.24491) 15757 : cluster [DBG] pgmap v13921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:33.444778+0000 mgr.y (mgr.24491) 15757 : cluster [DBG] pgmap v13921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:33.444778+0000 mgr.y (mgr.24491) 15757 : cluster [DBG] pgmap v13921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:35.445490+0000 mgr.y (mgr.24491) 15758 : cluster [DBG] pgmap v13922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:35.445490+0000 mgr.y (mgr.24491) 15758 : cluster [DBG] pgmap v13922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:35.445490+0000 mgr.y (mgr.24491) 15758 : cluster [DBG] pgmap v13922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:16:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:37.445872+0000 mgr.y (mgr.24491) 15759 : cluster [DBG] pgmap v13923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:37.445872+0000 mgr.y (mgr.24491) 15759 : cluster [DBG] pgmap v13923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:37.445872+0000 mgr.y (mgr.24491) 15759 : cluster [DBG] pgmap v13923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:39.446615+0000 mgr.y (mgr.24491) 15760 : cluster [DBG] pgmap v13924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:16:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:39.446615+0000 mgr.y (mgr.24491) 15760 : cluster [DBG] pgmap v13924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:39.446615+0000 mgr.y (mgr.24491) 15760 : cluster [DBG] pgmap v13924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:41.447059+0000 mgr.y (mgr.24491) 15761 : cluster [DBG] pgmap v13925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:41.447059+0000 mgr.y (mgr.24491) 15761 : cluster [DBG] pgmap v13925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:41.447059+0000 mgr.y (mgr.24491) 15761 : cluster [DBG] pgmap v13925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:43.447566+0000 mgr.y (mgr.24491) 15762 : cluster [DBG] pgmap v13926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:43.447566+0000 mgr.y (mgr.24491) 15762 : cluster [DBG] pgmap v13926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:43.447566+0000 mgr.y (mgr.24491) 15762 : cluster [DBG] pgmap v13926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:45.448394+0000 mgr.y (mgr.24491) 15763 : cluster [DBG] pgmap v13927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:45.448394+0000 mgr.y (mgr.24491) 15763 : cluster [DBG] pgmap v13927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:45.448394+0000 mgr.y (mgr.24491) 15763 : cluster [DBG] pgmap v13927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:16:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:47.449009+0000 mgr.y (mgr.24491) 15764 : cluster [DBG] pgmap v13928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:47.449009+0000 mgr.y (mgr.24491) 15764 : cluster [DBG] pgmap v13928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:47.449009+0000 mgr.y (mgr.24491) 15764 : cluster [DBG] pgmap v13928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:49.449630+0000 mgr.y (mgr.24491) 15765 : cluster [DBG] pgmap v13929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:16:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:49.449630+0000 mgr.y (mgr.24491) 15765 : cluster [DBG] pgmap v13929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:49.449630+0000 mgr.y (mgr.24491) 15765 : cluster [DBG] pgmap v13929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:51.450100+0000 mgr.y (mgr.24491) 15766 : cluster [DBG] pgmap v13930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:51.450100+0000 mgr.y (mgr.24491) 15766 : cluster [DBG] pgmap v13930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:51.450100+0000 mgr.y (mgr.24491) 15766 : cluster [DBG] pgmap v13930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:16:53.752184+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:16:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:16:54.046036+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:16:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:16:54.046605+0000 mon.a (mon.0) 3365 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:16:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:16:54.050702+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:16:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:16:53.752184+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:16:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:16:54.046036+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:16:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:16:54.046605+0000 mon.a (mon.0) 3365 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:16:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:16:54.050702+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:16:54.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:16:53.752184+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:16:54.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:16:54.046036+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:16:54.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:16:54.046605+0000 mon.a (mon.0) 3365 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:16:54.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:16:54.050702+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:16:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:53.450521+0000 mgr.y (mgr.24491) 15767 : cluster [DBG] pgmap v13931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:53.450521+0000 mgr.y (mgr.24491) 15767 : cluster [DBG] pgmap v13931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:53.450521+0000 mgr.y (mgr.24491) 15767 : cluster [DBG] pgmap v13931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:55.451169+0000 mgr.y (mgr.24491) 15768 : cluster [DBG] pgmap v13932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:55.451169+0000 mgr.y (mgr.24491) 15768 : cluster [DBG] pgmap v13932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:55.451169+0000 mgr.y (mgr.24491) 15768 : cluster [DBG] pgmap v13932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:16:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:16:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:16:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:57.451644+0000 mgr.y (mgr.24491) 15769 : cluster [DBG] pgmap v13933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:57.451644+0000 mgr.y (mgr.24491) 15769 : cluster [DBG] pgmap v13933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:57.451644+0000 mgr.y (mgr.24491) 15769 : cluster [DBG] pgmap v13933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:16:59.969 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:17:00.244 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 5m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 5m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:17:00.245 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:17:00.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:17:00.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:17:00.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:17:00.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:17:00.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:17:00.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:17:00.246 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:17:00.576 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:17:00.576 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:17:00.576 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:17:00.576 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:17:00.576 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:17:00.576 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:17:00.576 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:17:00.576 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:17:00.576 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:17:00.576 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:17:00.576 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:17:00.577 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:17:00.577 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:17:00.577 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:17:00.577 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:17:00.577 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:17:00.577 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:17:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:17:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:16:59.452277+0000 mgr.y (mgr.24491) 15770 : cluster [DBG] pgmap v13934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:16:59.958168+0000 mgr.y (mgr.24491) 15771 : audit [DBG] from='client.40973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:17:00.238069+0000 mgr.y (mgr.24491) 15772 : audit [DBG] from='client.31068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:17:00.576689+0000 mon.a (mon.0) 3367 : audit [DBG] from='client.? 172.21.15.177:0/2575918891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:17:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:16:59.452277+0000 mgr.y (mgr.24491) 15770 : cluster [DBG] pgmap v13934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:16:59.958168+0000 mgr.y (mgr.24491) 15771 : audit [DBG] from='client.40973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:17:00.238069+0000 mgr.y (mgr.24491) 15772 : audit [DBG] from='client.31068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:17:00.576689+0000 mon.a (mon.0) 3367 : audit [DBG] from='client.? 172.21.15.177:0/2575918891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:17:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:16:59.452277+0000 mgr.y (mgr.24491) 15770 : cluster [DBG] pgmap v13934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:01.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:16:59.958168+0000 mgr.y (mgr.24491) 15771 : audit [DBG] from='client.40973 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:01.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:17:00.238069+0000 mgr.y (mgr.24491) 15772 : audit [DBG] from='client.31068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:01.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:17:00.576689+0000 mon.a (mon.0) 3367 : audit [DBG] from='client.? 172.21.15.177:0/2575918891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:17:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:01.452692+0000 mgr.y (mgr.24491) 15773 : cluster [DBG] pgmap v13935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:01.452692+0000 mgr.y (mgr.24491) 15773 : cluster [DBG] pgmap v13935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:01.452692+0000 mgr.y (mgr.24491) 15773 : cluster [DBG] pgmap v13935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:03.453266+0000 mgr.y (mgr.24491) 15774 : cluster [DBG] pgmap v13936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:03.453266+0000 mgr.y (mgr.24491) 15774 : cluster [DBG] pgmap v13936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:03.453266+0000 mgr.y (mgr.24491) 15774 : cluster [DBG] pgmap v13936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:05.453914+0000 mgr.y (mgr.24491) 15775 : cluster [DBG] pgmap v13937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:05.453914+0000 mgr.y (mgr.24491) 15775 : cluster [DBG] pgmap v13937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:05.453914+0000 mgr.y (mgr.24491) 15775 : cluster [DBG] pgmap v13937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:17:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:07.454332+0000 mgr.y (mgr.24491) 15776 : cluster [DBG] pgmap v13938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:07.454332+0000 mgr.y (mgr.24491) 15776 : cluster [DBG] pgmap v13938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:07.454332+0000 mgr.y (mgr.24491) 15776 : cluster [DBG] pgmap v13938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:09.455122+0000 mgr.y (mgr.24491) 15777 : cluster [DBG] pgmap v13939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:17:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:09.455122+0000 mgr.y (mgr.24491) 15777 : cluster [DBG] pgmap v13939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:09.455122+0000 mgr.y (mgr.24491) 15777 : cluster [DBG] pgmap v13939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:11.455565+0000 mgr.y (mgr.24491) 15778 : cluster [DBG] pgmap v13940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:11.455565+0000 mgr.y (mgr.24491) 15778 : cluster [DBG] pgmap v13940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:11.455565+0000 mgr.y (mgr.24491) 15778 : cluster [DBG] pgmap v13940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:13.455971+0000 mgr.y (mgr.24491) 15779 : cluster [DBG] pgmap v13941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:13.455971+0000 mgr.y (mgr.24491) 15779 : cluster [DBG] pgmap v13941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:13.455971+0000 mgr.y (mgr.24491) 15779 : cluster [DBG] pgmap v13941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:15.456801+0000 mgr.y (mgr.24491) 15780 : cluster [DBG] pgmap v13942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:15.456801+0000 mgr.y (mgr.24491) 15780 : cluster [DBG] pgmap v13942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:15.456801+0000 mgr.y (mgr.24491) 15780 : cluster [DBG] pgmap v13942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:17:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:17.457219+0000 mgr.y (mgr.24491) 15781 : cluster [DBG] pgmap v13943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:17.457219+0000 mgr.y (mgr.24491) 15781 : cluster [DBG] pgmap v13943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:17.457219+0000 mgr.y (mgr.24491) 15781 : cluster [DBG] pgmap v13943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:19.457839+0000 mgr.y (mgr.24491) 15782 : cluster [DBG] pgmap v13944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:17:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:19.457839+0000 mgr.y (mgr.24491) 15782 : cluster [DBG] pgmap v13944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:19.457839+0000 mgr.y (mgr.24491) 15782 : cluster [DBG] pgmap v13944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:21.458269+0000 mgr.y (mgr.24491) 15783 : cluster [DBG] pgmap v13945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:21.458269+0000 mgr.y (mgr.24491) 15783 : cluster [DBG] pgmap v13945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:21.458269+0000 mgr.y (mgr.24491) 15783 : cluster [DBG] pgmap v13945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:23.458672+0000 mgr.y (mgr.24491) 15784 : cluster [DBG] pgmap v13946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:23.458672+0000 mgr.y (mgr.24491) 15784 : cluster [DBG] pgmap v13946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:23.458672+0000 mgr.y (mgr.24491) 15784 : cluster [DBG] pgmap v13946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:25.459400+0000 mgr.y (mgr.24491) 15785 : cluster [DBG] pgmap v13947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:25.459400+0000 mgr.y (mgr.24491) 15785 : cluster [DBG] pgmap v13947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:25.459400+0000 mgr.y (mgr.24491) 15785 : cluster [DBG] pgmap v13947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:17:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:27.459997+0000 mgr.y (mgr.24491) 15786 : cluster [DBG] pgmap v13948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:27.459997+0000 mgr.y (mgr.24491) 15786 : cluster [DBG] pgmap v13948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:27.459997+0000 mgr.y (mgr.24491) 15786 : cluster [DBG] pgmap v13948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:30.886 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:17:31.162 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:17:31.162 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 5m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 5m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:17:31.163 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:17:31.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:17:31.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:17:31.164 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:17:31.496 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:17:31.496 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:17:31.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:17:31.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:17:31.496 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:17:31.496 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:17:31.496 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:17:31.497 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:17:31.497 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:17:31.497 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:17:31.497 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:17:31.497 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:17:31.497 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:17:31.497 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:17:31.497 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:17:31.497 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:17:31.497 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:17:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:17:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:29.460800+0000 mgr.y (mgr.24491) 15787 : cluster [DBG] pgmap v13949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:29.460800+0000 mgr.y (mgr.24491) 15787 : cluster [DBG] pgmap v13949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:29.460800+0000 mgr.y (mgr.24491) 15787 : cluster [DBG] pgmap v13949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:17:30.875249+0000 mgr.y (mgr.24491) 15788 : audit [DBG] from='client.40991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:17:31.155758+0000 mgr.y (mgr.24491) 15789 : audit [DBG] from='client.40997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:17:31.497233+0000 mon.c (mon.2) 498 : audit [DBG] from='client.? 172.21.15.177:0/750078359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:17:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:17:30.875249+0000 mgr.y (mgr.24491) 15788 : audit [DBG] from='client.40991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:17:31.155758+0000 mgr.y (mgr.24491) 15789 : audit [DBG] from='client.40997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:17:31.497233+0000 mon.c (mon.2) 498 : audit [DBG] from='client.? 172.21.15.177:0/750078359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:17:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:17:30.875249+0000 mgr.y (mgr.24491) 15788 : audit [DBG] from='client.40991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:17:31.155758+0000 mgr.y (mgr.24491) 15789 : audit [DBG] from='client.40997 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:17:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:17:31.497233+0000 mon.c (mon.2) 498 : audit [DBG] from='client.? 172.21.15.177:0/750078359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:17:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:31.461144+0000 mgr.y (mgr.24491) 15790 : cluster [DBG] pgmap v13950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:31.461144+0000 mgr.y (mgr.24491) 15790 : cluster [DBG] pgmap v13950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:31.461144+0000 mgr.y (mgr.24491) 15790 : cluster [DBG] pgmap v13950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:33.461639+0000 mgr.y (mgr.24491) 15791 : cluster [DBG] pgmap v13951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:33.461639+0000 mgr.y (mgr.24491) 15791 : cluster [DBG] pgmap v13951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:33.461639+0000 mgr.y (mgr.24491) 15791 : cluster [DBG] pgmap v13951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:35.462416+0000 mgr.y (mgr.24491) 15792 : cluster [DBG] pgmap v13952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:35.462416+0000 mgr.y (mgr.24491) 15792 : cluster [DBG] pgmap v13952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:35.462416+0000 mgr.y (mgr.24491) 15792 : cluster [DBG] pgmap v13952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:17:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:37.462802+0000 mgr.y (mgr.24491) 15793 : cluster [DBG] pgmap v13953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:37.462802+0000 mgr.y (mgr.24491) 15793 : cluster [DBG] pgmap v13953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:37.462802+0000 mgr.y (mgr.24491) 15793 : cluster [DBG] pgmap v13953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:39.463582+0000 mgr.y (mgr.24491) 15794 : cluster [DBG] pgmap v13954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:17:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:39.463582+0000 mgr.y (mgr.24491) 15794 : cluster [DBG] pgmap v13954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:39.463582+0000 mgr.y (mgr.24491) 15794 : cluster [DBG] pgmap v13954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:41.464043+0000 mgr.y (mgr.24491) 15795 : cluster [DBG] pgmap v13955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:41.464043+0000 mgr.y (mgr.24491) 15795 : cluster [DBG] pgmap v13955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:41.464043+0000 mgr.y (mgr.24491) 15795 : cluster [DBG] pgmap v13955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:43.464549+0000 mgr.y (mgr.24491) 15796 : cluster [DBG] pgmap v13956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:43.464549+0000 mgr.y (mgr.24491) 15796 : cluster [DBG] pgmap v13956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:43.464549+0000 mgr.y (mgr.24491) 15796 : cluster [DBG] pgmap v13956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:45.465434+0000 mgr.y (mgr.24491) 15797 : cluster [DBG] pgmap v13957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:45.465434+0000 mgr.y (mgr.24491) 15797 : cluster [DBG] pgmap v13957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:45.465434+0000 mgr.y (mgr.24491) 15797 : cluster [DBG] pgmap v13957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:47] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T11:17:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:47.465860+0000 mgr.y (mgr.24491) 15798 : cluster [DBG] pgmap v13958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:47.465860+0000 mgr.y (mgr.24491) 15798 : cluster [DBG] pgmap v13958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:47.465860+0000 mgr.y (mgr.24491) 15798 : cluster [DBG] pgmap v13958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:51.271 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:17:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:49.466430+0000 mgr.y (mgr.24491) 15799 : cluster [DBG] pgmap v13959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:49.466430+0000 mgr.y (mgr.24491) 15799 : cluster [DBG] pgmap v13959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:49.466430+0000 mgr.y (mgr.24491) 15799 : cluster [DBG] pgmap v13959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:51.466867+0000 mgr.y (mgr.24491) 15800 : cluster [DBG] pgmap v13960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:51.466867+0000 mgr.y (mgr.24491) 15800 : cluster [DBG] pgmap v13960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:51.466867+0000 mgr.y (mgr.24491) 15800 : cluster [DBG] pgmap v13960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:17:54.054815+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:17:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:17:54.054815+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:17:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:17:54.054815+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:17:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:53.467452+0000 mgr.y (mgr.24491) 15801 : cluster [DBG] pgmap v13961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:17:54.349423+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:17:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:17:54.350095+0000 mon.a (mon.0) 3370 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:17:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:17:54.354388+0000 mon.a (mon.0) 3371 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:17:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:53.467452+0000 mgr.y (mgr.24491) 15801 : cluster [DBG] pgmap v13961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:17:54.349423+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:17:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:17:54.350095+0000 mon.a (mon.0) 3370 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:17:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:17:54.354388+0000 mon.a (mon.0) 3371 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:17:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:53.467452+0000 mgr.y (mgr.24491) 15801 : cluster [DBG] pgmap v13961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:17:54.349423+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:17:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:17:54.350095+0000 mon.a (mon.0) 3370 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:17:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:17:54.354388+0000 mon.a (mon.0) 3371 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:17:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:55.468346+0000 mgr.y (mgr.24491) 15802 : cluster [DBG] pgmap v13962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:55.468346+0000 mgr.y (mgr.24491) 15802 : cluster [DBG] pgmap v13962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:55.468346+0000 mgr.y (mgr.24491) 15802 : cluster [DBG] pgmap v13962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:17:57] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T11:17:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:57.468810+0000 mgr.y (mgr.24491) 15803 : cluster [DBG] pgmap v13963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:57.468810+0000 mgr.y (mgr.24491) 15803 : cluster [DBG] pgmap v13963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:17:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:17:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:57.468810+0000 mgr.y (mgr.24491) 15803 : cluster [DBG] pgmap v13963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:01.299 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:18:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:17:59.469588+0000 mgr.y (mgr.24491) 15804 : cluster [DBG] pgmap v13964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:17:59.469588+0000 mgr.y (mgr.24491) 15804 : cluster [DBG] pgmap v13964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:17:59.469588+0000 mgr.y (mgr.24491) 15804 : cluster [DBG] pgmap v13964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:01.808 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:18:02.084 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:18:02.084 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:18:02.084 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:18:02.084 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 6m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 6m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:18:02.085 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:18:02.086 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:18:02.086 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:18:02.086 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:18:02.427 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:18:02.427 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:18:02.427 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:18:02.427 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:18:02.427 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:18:02.427 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:18:02.427 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:18:02.427 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:18:02.427 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:18:02.427 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:18:02.427 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:18:02.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:18:02.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:18:02.428 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:18:02.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:18:02.428 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:18:02.428 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:18:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:01.470114+0000 mgr.y (mgr.24491) 15805 : cluster [DBG] pgmap v13965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:18:01.796580+0000 mgr.y (mgr.24491) 15806 : audit [DBG] from='client.41009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:18:02.077522+0000 mgr.y (mgr.24491) 15807 : audit [DBG] from='client.31104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:18:02.427036+0000 mon.a (mon.0) 3372 : audit [DBG] from='client.? 172.21.15.177:0/859508979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:18:03.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:01.470114+0000 mgr.y (mgr.24491) 15805 : cluster [DBG] pgmap v13965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:03.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:18:01.796580+0000 mgr.y (mgr.24491) 15806 : audit [DBG] from='client.41009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:03.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:18:02.077522+0000 mgr.y (mgr.24491) 15807 : audit [DBG] from='client.31104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:03.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:18:02.427036+0000 mon.a (mon.0) 3372 : audit [DBG] from='client.? 172.21.15.177:0/859508979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:18:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:01.470114+0000 mgr.y (mgr.24491) 15805 : cluster [DBG] pgmap v13965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:18:01.796580+0000 mgr.y (mgr.24491) 15806 : audit [DBG] from='client.41009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:18:02.077522+0000 mgr.y (mgr.24491) 15807 : audit [DBG] from='client.31104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:18:02.427036+0000 mon.a (mon.0) 3372 : audit [DBG] from='client.? 172.21.15.177:0/859508979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:18:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:03.470686+0000 mgr.y (mgr.24491) 15808 : cluster [DBG] pgmap v13966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:03.470686+0000 mgr.y (mgr.24491) 15808 : cluster [DBG] pgmap v13966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:03.470686+0000 mgr.y (mgr.24491) 15808 : cluster [DBG] pgmap v13966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:05.471427+0000 mgr.y (mgr.24491) 15809 : cluster [DBG] pgmap v13967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:05.471427+0000 mgr.y (mgr.24491) 15809 : cluster [DBG] pgmap v13967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:05.471427+0000 mgr.y (mgr.24491) 15809 : cluster [DBG] pgmap v13967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:18:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:07.471901+0000 mgr.y (mgr.24491) 15810 : cluster [DBG] pgmap v13968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:07.471901+0000 mgr.y (mgr.24491) 15810 : cluster [DBG] pgmap v13968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:07.471901+0000 mgr.y (mgr.24491) 15810 : cluster [DBG] pgmap v13968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:11.314 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:18:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:09.472522+0000 mgr.y (mgr.24491) 15811 : cluster [DBG] pgmap v13969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:09.472522+0000 mgr.y (mgr.24491) 15811 : cluster [DBG] pgmap v13969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:09.472522+0000 mgr.y (mgr.24491) 15811 : cluster [DBG] pgmap v13969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:11.472949+0000 mgr.y (mgr.24491) 15812 : cluster [DBG] pgmap v13970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:11.472949+0000 mgr.y (mgr.24491) 15812 : cluster [DBG] pgmap v13970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:11.472949+0000 mgr.y (mgr.24491) 15812 : cluster [DBG] pgmap v13970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:13.473445+0000 mgr.y (mgr.24491) 15813 : cluster [DBG] pgmap v13971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:13.473445+0000 mgr.y (mgr.24491) 15813 : cluster [DBG] pgmap v13971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:15.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:13.473445+0000 mgr.y (mgr.24491) 15813 : cluster [DBG] pgmap v13971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:15.474204+0000 mgr.y (mgr.24491) 15814 : cluster [DBG] pgmap v13972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:17.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:15.474204+0000 mgr.y (mgr.24491) 15814 : cluster [DBG] pgmap v13972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:15.474204+0000 mgr.y (mgr.24491) 15814 : cluster [DBG] pgmap v13972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:18:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:17.474749+0000 mgr.y (mgr.24491) 15815 : cluster [DBG] pgmap v13973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:17.474749+0000 mgr.y (mgr.24491) 15815 : cluster [DBG] pgmap v13973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:17.474749+0000 mgr.y (mgr.24491) 15815 : cluster [DBG] pgmap v13973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:21.330 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:18:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:19.475619+0000 mgr.y (mgr.24491) 15816 : cluster [DBG] pgmap v13974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:19.475619+0000 mgr.y (mgr.24491) 15816 : cluster [DBG] pgmap v13974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:19.475619+0000 mgr.y (mgr.24491) 15816 : cluster [DBG] pgmap v13974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:21.476141+0000 mgr.y (mgr.24491) 15817 : cluster [DBG] pgmap v13975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:21.476141+0000 mgr.y (mgr.24491) 15817 : cluster [DBG] pgmap v13975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:21.476141+0000 mgr.y (mgr.24491) 15817 : cluster [DBG] pgmap v13975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:23.476733+0000 mgr.y (mgr.24491) 15818 : cluster [DBG] pgmap v13976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:23.476733+0000 mgr.y (mgr.24491) 15818 : cluster [DBG] pgmap v13976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:23.476733+0000 mgr.y (mgr.24491) 15818 : cluster [DBG] pgmap v13976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:25.477427+0000 mgr.y (mgr.24491) 15819 : cluster [DBG] pgmap v13977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:25.477427+0000 mgr.y (mgr.24491) 15819 : cluster [DBG] pgmap v13977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:25.477427+0000 mgr.y (mgr.24491) 15819 : cluster [DBG] pgmap v13977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:18:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:27.477907+0000 mgr.y (mgr.24491) 15820 : cluster [DBG] pgmap v13978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:27.477907+0000 mgr.y (mgr.24491) 15820 : cluster [DBG] pgmap v13978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:27.477907+0000 mgr.y (mgr.24491) 15820 : cluster [DBG] pgmap v13978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:31.346 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:18:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:29.478705+0000 mgr.y (mgr.24491) 15821 : cluster [DBG] pgmap v13979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:29.478705+0000 mgr.y (mgr.24491) 15821 : cluster [DBG] pgmap v13979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:29.478705+0000 mgr.y (mgr.24491) 15821 : cluster [DBG] pgmap v13979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:32.744 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:18:33.019 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:18:33.019 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:18:33.019 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:18:33.019 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:18:33.019 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:18:33.019 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:18:33.019 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 6m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 6m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 6m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 6m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:18:33.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:18:33.021 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:18:33.021 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:18:33.353 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:18:33.353 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:18:33.353 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:18:33.353 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:18:33.353 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:18:33.353 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:18:33.353 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:18:33.353 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:18:33.353 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:18:33.354 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:18:33.354 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:18:33.354 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:18:33.354 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:18:33.354 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:18:33.354 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:18:33.354 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:18:33.354 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:18:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:31.479166+0000 mgr.y (mgr.24491) 15822 : cluster [DBG] pgmap v13980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:31.479166+0000 mgr.y (mgr.24491) 15822 : cluster [DBG] pgmap v13980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:31.479166+0000 mgr.y (mgr.24491) 15822 : cluster [DBG] pgmap v13980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:18:32.732865+0000 mgr.y (mgr.24491) 15823 : audit [DBG] from='client.31116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:18:33.012501+0000 mgr.y (mgr.24491) 15824 : audit [DBG] from='client.41033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:18:33.353714+0000 mon.a (mon.0) 3373 : audit [DBG] from='client.? 172.21.15.177:0/4050602920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:18:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:18:32.732865+0000 mgr.y (mgr.24491) 15823 : audit [DBG] from='client.31116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:18:33.012501+0000 mgr.y (mgr.24491) 15824 : audit [DBG] from='client.41033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:18:33.353714+0000 mon.a (mon.0) 3373 : audit [DBG] from='client.? 172.21.15.177:0/4050602920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:18:34.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:18:32.732865+0000 mgr.y (mgr.24491) 15823 : audit [DBG] from='client.31116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:34.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:18:33.012501+0000 mgr.y (mgr.24491) 15824 : audit [DBG] from='client.41033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:18:34.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:18:33.353714+0000 mon.a (mon.0) 3373 : audit [DBG] from='client.? 172.21.15.177:0/4050602920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:18:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:33.479693+0000 mgr.y (mgr.24491) 15825 : cluster [DBG] pgmap v13981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:33.479693+0000 mgr.y (mgr.24491) 15825 : cluster [DBG] pgmap v13981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:33.479693+0000 mgr.y (mgr.24491) 15825 : cluster [DBG] pgmap v13981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:35.480445+0000 mgr.y (mgr.24491) 15826 : cluster [DBG] pgmap v13982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:35.480445+0000 mgr.y (mgr.24491) 15826 : cluster [DBG] pgmap v13982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:35.480445+0000 mgr.y (mgr.24491) 15826 : cluster [DBG] pgmap v13982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:18:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:37.481058+0000 mgr.y (mgr.24491) 15827 : cluster [DBG] pgmap v13983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:37.481058+0000 mgr.y (mgr.24491) 15827 : cluster [DBG] pgmap v13983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:37.481058+0000 mgr.y (mgr.24491) 15827 : cluster [DBG] pgmap v13983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:41.367 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:18:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:39.481642+0000 mgr.y (mgr.24491) 15828 : cluster [DBG] pgmap v13984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:39.481642+0000 mgr.y (mgr.24491) 15828 : cluster [DBG] pgmap v13984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:39.481642+0000 mgr.y (mgr.24491) 15828 : cluster [DBG] pgmap v13984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:41.482196+0000 mgr.y (mgr.24491) 15829 : cluster [DBG] pgmap v13985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:41.482196+0000 mgr.y (mgr.24491) 15829 : cluster [DBG] pgmap v13985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:41.482196+0000 mgr.y (mgr.24491) 15829 : cluster [DBG] pgmap v13985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:43.482654+0000 mgr.y (mgr.24491) 15830 : cluster [DBG] pgmap v13986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:43.482654+0000 mgr.y (mgr.24491) 15830 : cluster [DBG] pgmap v13986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:43.482654+0000 mgr.y (mgr.24491) 15830 : cluster [DBG] pgmap v13986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:45.483414+0000 mgr.y (mgr.24491) 15831 : cluster [DBG] pgmap v13987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:45.483414+0000 mgr.y (mgr.24491) 15831 : cluster [DBG] pgmap v13987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:45.483414+0000 mgr.y (mgr.24491) 15831 : cluster [DBG] pgmap v13987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:18:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:47.483984+0000 mgr.y (mgr.24491) 15832 : cluster [DBG] pgmap v13988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:49.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:47.483984+0000 mgr.y (mgr.24491) 15832 : cluster [DBG] pgmap v13988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:47.483984+0000 mgr.y (mgr.24491) 15832 : cluster [DBG] pgmap v13988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:51.386 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:18:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:49.484616+0000 mgr.y (mgr.24491) 15833 : cluster [DBG] pgmap v13989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:49.484616+0000 mgr.y (mgr.24491) 15833 : cluster [DBG] pgmap v13989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:49.484616+0000 mgr.y (mgr.24491) 15833 : cluster [DBG] pgmap v13989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:51.485129+0000 mgr.y (mgr.24491) 15834 : cluster [DBG] pgmap v13990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:51.485129+0000 mgr.y (mgr.24491) 15834 : cluster [DBG] pgmap v13990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:51.485129+0000 mgr.y (mgr.24491) 15834 : cluster [DBG] pgmap v13990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:18:54.358697+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:18:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:18:54.358697+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:18:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:18:54.358697+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:18:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:53.485661+0000 mgr.y (mgr.24491) 15835 : cluster [DBG] pgmap v13991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:18:54.652332+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:18:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:18:54.653027+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:18:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:18:54.659467+0000 mon.a (mon.0) 3377 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:18:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:53.485661+0000 mgr.y (mgr.24491) 15835 : cluster [DBG] pgmap v13991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:18:54.652332+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:18:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:18:54.653027+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:18:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:18:54.659467+0000 mon.a (mon.0) 3377 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:18:55.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:53.485661+0000 mgr.y (mgr.24491) 15835 : cluster [DBG] pgmap v13991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:55.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:18:54.652332+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:18:55.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:18:54.653027+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:18:55.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:18:54.659467+0000 mon.a (mon.0) 3377 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:18:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:55.486446+0000 mgr.y (mgr.24491) 15836 : cluster [DBG] pgmap v13992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:55.486446+0000 mgr.y (mgr.24491) 15836 : cluster [DBG] pgmap v13992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:55.486446+0000 mgr.y (mgr.24491) 15836 : cluster [DBG] pgmap v13992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:18:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:18:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:57.486874+0000 mgr.y (mgr.24491) 15837 : cluster [DBG] pgmap v13993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:57.486874+0000 mgr.y (mgr.24491) 15837 : cluster [DBG] pgmap v13993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:18:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:57.486874+0000 mgr.y (mgr.24491) 15837 : cluster [DBG] pgmap v13993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:01.406 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:19:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:18:59.487539+0000 mgr.y (mgr.24491) 15838 : cluster [DBG] pgmap v13994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:18:59.487539+0000 mgr.y (mgr.24491) 15838 : cluster [DBG] pgmap v13994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:18:59.487539+0000 mgr.y (mgr.24491) 15838 : cluster [DBG] pgmap v13994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:03.666 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:19:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:01.488008+0000 mgr.y (mgr.24491) 15839 : cluster [DBG] pgmap v13995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:01.488008+0000 mgr.y (mgr.24491) 15839 : cluster [DBG] pgmap v13995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:01.488008+0000 mgr.y (mgr.24491) 15839 : cluster [DBG] pgmap v13995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:03.943 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:19:03.943 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:19:03.943 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:19:03.943 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:19:03.943 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:19:03.943 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 7m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:19:03.943 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:19:03.943 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:19:03.943 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:19:03.943 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 7m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:19:03.943 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:19:03.944 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:19:03.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 7m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:19:03.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 7m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:19:03.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:19:03.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:19:03.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:19:03.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:19:03.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:19:03.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:19:03.944 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:19:04.279 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:19:04.280 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:19:04.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:19:04.280 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:19:04.280 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:19:04.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:19:04.280 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:19:04.280 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:19:04.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:19:04.280 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:19:04.280 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:19:04.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:19:04.281 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:19:04.281 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:19:04.281 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:19:04.281 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:19:04.281 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:19:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:04.280594+0000 mon.a (mon.0) 3378 : audit [DBG] from='client.? 172.21.15.177:0/946483619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:19:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:04.280594+0000 mon.a (mon.0) 3378 : audit [DBG] from='client.? 172.21.15.177:0/946483619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:19:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:04.280594+0000 mon.a (mon.0) 3378 : audit [DBG] from='client.? 172.21.15.177:0/946483619' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:19:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:03.488323+0000 mgr.y (mgr.24491) 15840 : cluster [DBG] pgmap v13996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:03.654495+0000 mgr.y (mgr.24491) 15841 : audit [DBG] from='client.31134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:03.935817+0000 mgr.y (mgr.24491) 15842 : audit [DBG] from='client.31140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:03.488323+0000 mgr.y (mgr.24491) 15840 : cluster [DBG] pgmap v13996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:03.654495+0000 mgr.y (mgr.24491) 15841 : audit [DBG] from='client.31134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:03.935817+0000 mgr.y (mgr.24491) 15842 : audit [DBG] from='client.31140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:03.488323+0000 mgr.y (mgr.24491) 15840 : cluster [DBG] pgmap v13996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:03.654495+0000 mgr.y (mgr.24491) 15841 : audit [DBG] from='client.31134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:03.935817+0000 mgr.y (mgr.24491) 15842 : audit [DBG] from='client.31140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:05.488946+0000 mgr.y (mgr.24491) 15843 : cluster [DBG] pgmap v13997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:07.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:05.488946+0000 mgr.y (mgr.24491) 15843 : cluster [DBG] pgmap v13997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:05.488946+0000 mgr.y (mgr.24491) 15843 : cluster [DBG] pgmap v13997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:19:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:07.489323+0000 mgr.y (mgr.24491) 15844 : cluster [DBG] pgmap v13998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:07.489323+0000 mgr.y (mgr.24491) 15844 : cluster [DBG] pgmap v13998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:07.489323+0000 mgr.y (mgr.24491) 15844 : cluster [DBG] pgmap v13998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:11.428 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:19:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:09.490088+0000 mgr.y (mgr.24491) 15845 : cluster [DBG] pgmap v13999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:09.490088+0000 mgr.y (mgr.24491) 15845 : cluster [DBG] pgmap v13999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:09.490088+0000 mgr.y (mgr.24491) 15845 : cluster [DBG] pgmap v13999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:11.490616+0000 mgr.y (mgr.24491) 15846 : cluster [DBG] pgmap v14000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:11.490616+0000 mgr.y (mgr.24491) 15846 : cluster [DBG] pgmap v14000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:11.490616+0000 mgr.y (mgr.24491) 15846 : cluster [DBG] pgmap v14000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:13.491088+0000 mgr.y (mgr.24491) 15847 : cluster [DBG] pgmap v14001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:13.491088+0000 mgr.y (mgr.24491) 15847 : cluster [DBG] pgmap v14001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:13.491088+0000 mgr.y (mgr.24491) 15847 : cluster [DBG] pgmap v14001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:15.491697+0000 mgr.y (mgr.24491) 15848 : cluster [DBG] pgmap v14002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:15.491697+0000 mgr.y (mgr.24491) 15848 : cluster [DBG] pgmap v14002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:17.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:15.491697+0000 mgr.y (mgr.24491) 15848 : cluster [DBG] pgmap v14002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:19:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:17.492154+0000 mgr.y (mgr.24491) 15849 : cluster [DBG] pgmap v14003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:18.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:17.492154+0000 mgr.y (mgr.24491) 15849 : cluster [DBG] pgmap v14003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:19.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:17.492154+0000 mgr.y (mgr.24491) 15849 : cluster [DBG] pgmap v14003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:19.492763+0000 mgr.y (mgr.24491) 15850 : cluster [DBG] pgmap v14004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:19.492763+0000 mgr.y (mgr.24491) 15850 : cluster [DBG] pgmap v14004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:19.492763+0000 mgr.y (mgr.24491) 15850 : cluster [DBG] pgmap v14004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:19:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:21.493122+0000 mgr.y (mgr.24491) 15851 : cluster [DBG] pgmap v14005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:21.493122+0000 mgr.y (mgr.24491) 15851 : cluster [DBG] pgmap v14005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:21.493122+0000 mgr.y (mgr.24491) 15851 : cluster [DBG] pgmap v14005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:23.493624+0000 mgr.y (mgr.24491) 15852 : cluster [DBG] pgmap v14006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:23.493624+0000 mgr.y (mgr.24491) 15852 : cluster [DBG] pgmap v14006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:23.493624+0000 mgr.y (mgr.24491) 15852 : cluster [DBG] pgmap v14006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:26.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:25.494325+0000 mgr.y (mgr.24491) 15853 : cluster [DBG] pgmap v14007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:25.494325+0000 mgr.y (mgr.24491) 15853 : cluster [DBG] pgmap v14007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:25.494325+0000 mgr.y (mgr.24491) 15853 : cluster [DBG] pgmap v14007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:19:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:27.494694+0000 mgr.y (mgr.24491) 15854 : cluster [DBG] pgmap v14008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:27.494694+0000 mgr.y (mgr.24491) 15854 : cluster [DBG] pgmap v14008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:27.494694+0000 mgr.y (mgr.24491) 15854 : cluster [DBG] pgmap v14008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:30.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:29.495360+0000 mgr.y (mgr.24491) 15855 : cluster [DBG] pgmap v14009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:29.495360+0000 mgr.y (mgr.24491) 15855 : cluster [DBG] pgmap v14009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:31.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:29.495360+0000 mgr.y (mgr.24491) 15855 : cluster [DBG] pgmap v14009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:31.502 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:19:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:31.495966+0000 mgr.y (mgr.24491) 15856 : cluster [DBG] pgmap v14010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:31.495966+0000 mgr.y (mgr.24491) 15856 : cluster [DBG] pgmap v14010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:31.495966+0000 mgr.y (mgr.24491) 15856 : cluster [DBG] pgmap v14010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:34.594 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:19:34.869 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:19:34.869 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:19:34.869 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:19:34.869 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:19:34.869 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:19:34.869 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 7m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:19:34.869 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 7m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:19:34.869 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 7m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:19:34.869 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 7m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 7m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 7m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 7m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:19:34.870 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:19:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:33.496458+0000 mgr.y (mgr.24491) 15857 : cluster [DBG] pgmap v14011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:33.496458+0000 mgr.y (mgr.24491) 15857 : cluster [DBG] pgmap v14011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:33.496458+0000 mgr.y (mgr.24491) 15857 : cluster [DBG] pgmap v14011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:35.200 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:19:35.200 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:19:35.200 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:19:35.200 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:19:35.200 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:19:35.201 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:19:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:34.582858+0000 mgr.y (mgr.24491) 15858 : audit [DBG] from='client.41063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:34.862048+0000 mgr.y (mgr.24491) 15859 : audit [DBG] from='client.31158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:35.201105+0000 mon.a (mon.0) 3379 : audit [DBG] from='client.? 172.21.15.177:0/1997402544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:19:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:34.582858+0000 mgr.y (mgr.24491) 15858 : audit [DBG] from='client.41063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:34.862048+0000 mgr.y (mgr.24491) 15859 : audit [DBG] from='client.31158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:35.201105+0000 mon.a (mon.0) 3379 : audit [DBG] from='client.? 172.21.15.177:0/1997402544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:19:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:34.582858+0000 mgr.y (mgr.24491) 15858 : audit [DBG] from='client.41063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:34.862048+0000 mgr.y (mgr.24491) 15859 : audit [DBG] from='client.31158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:19:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:35.201105+0000 mon.a (mon.0) 3379 : audit [DBG] from='client.? 172.21.15.177:0/1997402544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:19:36.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:35.497205+0000 mgr.y (mgr.24491) 15860 : cluster [DBG] pgmap v14012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:35.497205+0000 mgr.y (mgr.24491) 15860 : cluster [DBG] pgmap v14012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:35.497205+0000 mgr.y (mgr.24491) 15860 : cluster [DBG] pgmap v14012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:19:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:37.497578+0000 mgr.y (mgr.24491) 15861 : cluster [DBG] pgmap v14013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:37.497578+0000 mgr.y (mgr.24491) 15861 : cluster [DBG] pgmap v14013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:37.497578+0000 mgr.y (mgr.24491) 15861 : cluster [DBG] pgmap v14013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:39.498199+0000 mgr.y (mgr.24491) 15862 : cluster [DBG] pgmap v14014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:39.498199+0000 mgr.y (mgr.24491) 15862 : cluster [DBG] pgmap v14014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:39.498199+0000 mgr.y (mgr.24491) 15862 : cluster [DBG] pgmap v14014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:19:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:41.498649+0000 mgr.y (mgr.24491) 15863 : cluster [DBG] pgmap v14015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:41.498649+0000 mgr.y (mgr.24491) 15863 : cluster [DBG] pgmap v14015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:41.498649+0000 mgr.y (mgr.24491) 15863 : cluster [DBG] pgmap v14015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:44.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:43.499046+0000 mgr.y (mgr.24491) 15864 : cluster [DBG] pgmap v14016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:43.499046+0000 mgr.y (mgr.24491) 15864 : cluster [DBG] pgmap v14016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:43.499046+0000 mgr.y (mgr.24491) 15864 : cluster [DBG] pgmap v14016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:46.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:45.499882+0000 mgr.y (mgr.24491) 15865 : cluster [DBG] pgmap v14017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:45.499882+0000 mgr.y (mgr.24491) 15865 : cluster [DBG] pgmap v14017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:45.499882+0000 mgr.y (mgr.24491) 15865 : cluster [DBG] pgmap v14017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:47] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T11:19:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:47.500297+0000 mgr.y (mgr.24491) 15866 : cluster [DBG] pgmap v14018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:47.500297+0000 mgr.y (mgr.24491) 15866 : cluster [DBG] pgmap v14018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:47.500297+0000 mgr.y (mgr.24491) 15866 : cluster [DBG] pgmap v14018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:49.501044+0000 mgr.y (mgr.24491) 15867 : cluster [DBG] pgmap v14019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:50.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:49.501044+0000 mgr.y (mgr.24491) 15867 : cluster [DBG] pgmap v14019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:51.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:49.501044+0000 mgr.y (mgr.24491) 15867 : cluster [DBG] pgmap v14019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:19:52.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:51.501523+0000 mgr.y (mgr.24491) 15868 : cluster [DBG] pgmap v14020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:51.501523+0000 mgr.y (mgr.24491) 15868 : cluster [DBG] pgmap v14020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:51.501523+0000 mgr.y (mgr.24491) 15868 : cluster [DBG] pgmap v14020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:53.501951+0000 mgr.y (mgr.24491) 15869 : cluster [DBG] pgmap v14021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:53.501951+0000 mgr.y (mgr.24491) 15869 : cluster [DBG] pgmap v14021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:53.501951+0000 mgr.y (mgr.24491) 15869 : cluster [DBG] pgmap v14021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:54.663567+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:19:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:54.956832+0000 mon.a (mon.0) 3381 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:54.957425+0000 mon.a (mon.0) 3382 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:54.957924+0000 mon.a (mon.0) 3383 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:54.958398+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:55.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T11:19:54.958795+0000 mgr.y (mgr.24491) 15870 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2473M 2024-04-20T11:19:55.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:54.965002+0000 mon.a (mon.0) 3385 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:19:55.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:54.966236+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:19:55.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:54.966821+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:19:55.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:19:54.973396+0000 mon.a (mon.0) 3388 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:19:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:54.663567+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:19:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:54.956832+0000 mon.a (mon.0) 3381 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:54.957425+0000 mon.a (mon.0) 3382 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:54.957924+0000 mon.a (mon.0) 3383 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:54.958398+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T11:19:54.958795+0000 mgr.y (mgr.24491) 15870 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2473M 2024-04-20T11:19:55.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:54.965002+0000 mon.a (mon.0) 3385 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:19:55.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:54.966236+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:19:55.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:54.966821+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:19:55.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:19:54.973396+0000 mon.a (mon.0) 3388 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:19:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:54.663567+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:19:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:54.956832+0000 mon.a (mon.0) 3381 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:54.957425+0000 mon.a (mon.0) 3382 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:54.957924+0000 mon.a (mon.0) 3383 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:54.958398+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:19:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T11:19:54.958795+0000 mgr.y (mgr.24491) 15870 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2473M 2024-04-20T11:19:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:54.965002+0000 mon.a (mon.0) 3385 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:19:56.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:54.966236+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:19:56.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:54.966821+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:19:56.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:19:54.973396+0000 mon.a (mon.0) 3388 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:19:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:55.502688+0000 mgr.y (mgr.24491) 15871 : cluster [DBG] pgmap v14022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:55.502688+0000 mgr.y (mgr.24491) 15871 : cluster [DBG] pgmap v14022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:55.502688+0000 mgr.y (mgr.24491) 15871 : cluster [DBG] pgmap v14022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:19:57] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T11:19:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:19:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:57.503211+0000 mgr.y (mgr.24491) 15872 : cluster [DBG] pgmap v14023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:19:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:57.503211+0000 mgr.y (mgr.24491) 15872 : cluster [DBG] pgmap v14023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:19:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:19:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:57.503211+0000 mgr.y (mgr.24491) 15872 : cluster [DBG] pgmap v14023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T11:19:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:20:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:20:01.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:19:59.504044+0000 mgr.y (mgr.24491) 15873 : cluster [DBG] pgmap v14024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:01.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:00.000159+0000 mon.a (mon.0) 3389 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:20:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:19:59.504044+0000 mgr.y (mgr.24491) 15873 : cluster [DBG] pgmap v14024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:01.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:00.000159+0000 mon.a (mon.0) 3389 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:20:01.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:19:59.504044+0000 mgr.y (mgr.24491) 15873 : cluster [DBG] pgmap v14024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:01.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:00.000159+0000 mon.a (mon.0) 3389 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:20:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:01.504578+0000 mgr.y (mgr.24491) 15874 : cluster [DBG] pgmap v14025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:01.504578+0000 mgr.y (mgr.24491) 15874 : cluster [DBG] pgmap v14025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:01.504578+0000 mgr.y (mgr.24491) 15874 : cluster [DBG] pgmap v14025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:03.505107+0000 mgr.y (mgr.24491) 15875 : cluster [DBG] pgmap v14026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:03.505107+0000 mgr.y (mgr.24491) 15875 : cluster [DBG] pgmap v14026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:03.505107+0000 mgr.y (mgr.24491) 15875 : cluster [DBG] pgmap v14026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:05.510 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:20:05.789 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:20:05.789 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:20:05.789 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:20:05.789 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:20:05.789 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:20:05.789 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 8m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:20:05.789 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 8m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 8m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 8m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 8m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 8m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 8m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 8m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 8m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 8m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:20:05.790 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:20:06.125 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:20:06.126 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:20:06.127 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:20:06.127 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:20:06.127 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:20:06.127 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:20:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:20:05.498757+0000 mgr.y (mgr.24491) 15876 : audit [DBG] from='client.41081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:05.505829+0000 mgr.y (mgr.24491) 15877 : cluster [DBG] pgmap v14027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:20:05.782501+0000 mgr.y (mgr.24491) 15878 : audit [DBG] from='client.31176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:20:06.126627+0000 mon.c (mon.2) 499 : audit [DBG] from='client.? 172.21.15.177:0/1613194490' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:20:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:20:05.498757+0000 mgr.y (mgr.24491) 15876 : audit [DBG] from='client.41081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:05.505829+0000 mgr.y (mgr.24491) 15877 : cluster [DBG] pgmap v14027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:20:05.782501+0000 mgr.y (mgr.24491) 15878 : audit [DBG] from='client.31176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:20:06.126627+0000 mon.c (mon.2) 499 : audit [DBG] from='client.? 172.21.15.177:0/1613194490' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:20:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:20:05.498757+0000 mgr.y (mgr.24491) 15876 : audit [DBG] from='client.41081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:05.505829+0000 mgr.y (mgr.24491) 15877 : cluster [DBG] pgmap v14027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:20:05.782501+0000 mgr.y (mgr.24491) 15878 : audit [DBG] from='client.31176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:20:06.126627+0000 mon.c (mon.2) 499 : audit [DBG] from='client.? 172.21.15.177:0/1613194490' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:20:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:20:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:07.506255+0000 mgr.y (mgr.24491) 15879 : cluster [DBG] pgmap v14028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:07.506255+0000 mgr.y (mgr.24491) 15879 : cluster [DBG] pgmap v14028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:07.506255+0000 mgr.y (mgr.24491) 15879 : cluster [DBG] pgmap v14028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:09.506861+0000 mgr.y (mgr.24491) 15880 : cluster [DBG] pgmap v14029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:11.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:09.506861+0000 mgr.y (mgr.24491) 15880 : cluster [DBG] pgmap v14029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:09.506861+0000 mgr.y (mgr.24491) 15880 : cluster [DBG] pgmap v14029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:11.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:20:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:11.507533+0000 mgr.y (mgr.24491) 15881 : cluster [DBG] pgmap v14030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:11.507533+0000 mgr.y (mgr.24491) 15881 : cluster [DBG] pgmap v14030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:11.507533+0000 mgr.y (mgr.24491) 15881 : cluster [DBG] pgmap v14030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:13.508031+0000 mgr.y (mgr.24491) 15882 : cluster [DBG] pgmap v14031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:13.508031+0000 mgr.y (mgr.24491) 15882 : cluster [DBG] pgmap v14031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:13.508031+0000 mgr.y (mgr.24491) 15882 : cluster [DBG] pgmap v14031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:15.508666+0000 mgr.y (mgr.24491) 15883 : cluster [DBG] pgmap v14032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:15.508666+0000 mgr.y (mgr.24491) 15883 : cluster [DBG] pgmap v14032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:15.508666+0000 mgr.y (mgr.24491) 15883 : cluster [DBG] pgmap v14032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:20:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:17.509269+0000 mgr.y (mgr.24491) 15884 : cluster [DBG] pgmap v14033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:19.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:17.509269+0000 mgr.y (mgr.24491) 15884 : cluster [DBG] pgmap v14033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:17.509269+0000 mgr.y (mgr.24491) 15884 : cluster [DBG] pgmap v14033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:19.510084+0000 mgr.y (mgr.24491) 15885 : cluster [DBG] pgmap v14034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:19.510084+0000 mgr.y (mgr.24491) 15885 : cluster [DBG] pgmap v14034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:19.510084+0000 mgr.y (mgr.24491) 15885 : cluster [DBG] pgmap v14034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:20:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:21.510607+0000 mgr.y (mgr.24491) 15886 : cluster [DBG] pgmap v14035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:21.510607+0000 mgr.y (mgr.24491) 15886 : cluster [DBG] pgmap v14035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:21.510607+0000 mgr.y (mgr.24491) 15886 : cluster [DBG] pgmap v14035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:23.511132+0000 mgr.y (mgr.24491) 15887 : cluster [DBG] pgmap v14036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:23.511132+0000 mgr.y (mgr.24491) 15887 : cluster [DBG] pgmap v14036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:23.511132+0000 mgr.y (mgr.24491) 15887 : cluster [DBG] pgmap v14036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:25.512011+0000 mgr.y (mgr.24491) 15888 : cluster [DBG] pgmap v14037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:25.512011+0000 mgr.y (mgr.24491) 15888 : cluster [DBG] pgmap v14037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:25.512011+0000 mgr.y (mgr.24491) 15888 : cluster [DBG] pgmap v14037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:20:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:27.512409+0000 mgr.y (mgr.24491) 15889 : cluster [DBG] pgmap v14038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:27.512409+0000 mgr.y (mgr.24491) 15889 : cluster [DBG] pgmap v14038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:27.512409+0000 mgr.y (mgr.24491) 15889 : cluster [DBG] pgmap v14038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:29.513280+0000 mgr.y (mgr.24491) 15890 : cluster [DBG] pgmap v14039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:29.513280+0000 mgr.y (mgr.24491) 15890 : cluster [DBG] pgmap v14039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:20:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:29.513280+0000 mgr.y (mgr.24491) 15890 : cluster [DBG] pgmap v14039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:31.513797+0000 mgr.y (mgr.24491) 15891 : cluster [DBG] pgmap v14040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:31.513797+0000 mgr.y (mgr.24491) 15891 : cluster [DBG] pgmap v14040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:31.513797+0000 mgr.y (mgr.24491) 15891 : cluster [DBG] pgmap v14040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:33.514235+0000 mgr.y (mgr.24491) 15892 : cluster [DBG] pgmap v14041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:33.514235+0000 mgr.y (mgr.24491) 15892 : cluster [DBG] pgmap v14041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:33.514235+0000 mgr.y (mgr.24491) 15892 : cluster [DBG] pgmap v14041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:36.436 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:20:36.711 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 8m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 8m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 8m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 8m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 8m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 8m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:20:36.712 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 8m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:20:36.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 8m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:20:36.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 8m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:20:36.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 8m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:20:36.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:20:36.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:20:36.713 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:20:36.713 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:20:37.046 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:20:37.047 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:20:37.047 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:20:37.047 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:20:37.047 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:20:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:35.515064+0000 mgr.y (mgr.24491) 15893 : cluster [DBG] pgmap v14042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:20:36.424655+0000 mgr.y (mgr.24491) 15894 : audit [DBG] from='client.31188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:20:37.046692+0000 mon.c (mon.2) 500 : audit [DBG] from='client.? 172.21.15.177:0/2709055228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:20:37.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:35.515064+0000 mgr.y (mgr.24491) 15893 : cluster [DBG] pgmap v14042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:37.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:20:36.424655+0000 mgr.y (mgr.24491) 15894 : audit [DBG] from='client.31188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:37.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:20:37.046692+0000 mon.c (mon.2) 500 : audit [DBG] from='client.? 172.21.15.177:0/2709055228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:20:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:35.515064+0000 mgr.y (mgr.24491) 15893 : cluster [DBG] pgmap v14042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:20:36.424655+0000 mgr.y (mgr.24491) 15894 : audit [DBG] from='client.31188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:20:37.046692+0000 mon.c (mon.2) 500 : audit [DBG] from='client.? 172.21.15.177:0/2709055228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:20:38.062 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:20:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:20:36.704822+0000 mgr.y (mgr.24491) 15895 : audit [DBG] from='client.31194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:20:36.704822+0000 mgr.y (mgr.24491) 15895 : audit [DBG] from='client.31194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:20:36.704822+0000 mgr.y (mgr.24491) 15895 : audit [DBG] from='client.31194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:20:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:37.515414+0000 mgr.y (mgr.24491) 15896 : cluster [DBG] pgmap v14043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:37.515414+0000 mgr.y (mgr.24491) 15896 : cluster [DBG] pgmap v14043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:37.515414+0000 mgr.y (mgr.24491) 15896 : cluster [DBG] pgmap v14043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:39.516051+0000 mgr.y (mgr.24491) 15897 : cluster [DBG] pgmap v14044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:39.516051+0000 mgr.y (mgr.24491) 15897 : cluster [DBG] pgmap v14044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:39.516051+0000 mgr.y (mgr.24491) 15897 : cluster [DBG] pgmap v14044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:20:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:41.516450+0000 mgr.y (mgr.24491) 15898 : cluster [DBG] pgmap v14045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:41.516450+0000 mgr.y (mgr.24491) 15898 : cluster [DBG] pgmap v14045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:41.516450+0000 mgr.y (mgr.24491) 15898 : cluster [DBG] pgmap v14045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:43.516989+0000 mgr.y (mgr.24491) 15899 : cluster [DBG] pgmap v14046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:43.516989+0000 mgr.y (mgr.24491) 15899 : cluster [DBG] pgmap v14046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:43.516989+0000 mgr.y (mgr.24491) 15899 : cluster [DBG] pgmap v14046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:45.517879+0000 mgr.y (mgr.24491) 15900 : cluster [DBG] pgmap v14047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:45.517879+0000 mgr.y (mgr.24491) 15900 : cluster [DBG] pgmap v14047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:45.517879+0000 mgr.y (mgr.24491) 15900 : cluster [DBG] pgmap v14047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:20:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:47.518269+0000 mgr.y (mgr.24491) 15901 : cluster [DBG] pgmap v14048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:47.518269+0000 mgr.y (mgr.24491) 15901 : cluster [DBG] pgmap v14048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:47.518269+0000 mgr.y (mgr.24491) 15901 : cluster [DBG] pgmap v14048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:49.518855+0000 mgr.y (mgr.24491) 15902 : cluster [DBG] pgmap v14049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:49.518855+0000 mgr.y (mgr.24491) 15902 : cluster [DBG] pgmap v14049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:20:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:49.518855+0000 mgr.y (mgr.24491) 15902 : cluster [DBG] pgmap v14049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:51.519387+0000 mgr.y (mgr.24491) 15903 : cluster [DBG] pgmap v14050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:51.519387+0000 mgr.y (mgr.24491) 15903 : cluster [DBG] pgmap v14050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:51.519387+0000 mgr.y (mgr.24491) 15903 : cluster [DBG] pgmap v14050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:53.519819+0000 mgr.y (mgr.24491) 15904 : cluster [DBG] pgmap v14051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:20:54.978684+0000 mon.a (mon.0) 3390 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:20:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:53.519819+0000 mgr.y (mgr.24491) 15904 : cluster [DBG] pgmap v14051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:20:54.978684+0000 mon.a (mon.0) 3390 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:20:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:53.519819+0000 mgr.y (mgr.24491) 15904 : cluster [DBG] pgmap v14051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:20:54.978684+0000 mon.a (mon.0) 3390 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:20:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:20:55.272710+0000 mon.a (mon.0) 3391 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:20:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:20:55.273395+0000 mon.a (mon.0) 3392 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:20:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:20:55.277701+0000 mon.a (mon.0) 3393 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:20:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:20:55.272710+0000 mon.a (mon.0) 3391 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:20:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:20:55.273395+0000 mon.a (mon.0) 3392 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:20:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:20:55.277701+0000 mon.a (mon.0) 3393 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:20:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:20:55.272710+0000 mon.a (mon.0) 3391 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:20:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:20:55.273395+0000 mon.a (mon.0) 3392 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:20:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:20:55.277701+0000 mon.a (mon.0) 3393 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:20:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:55.520461+0000 mgr.y (mgr.24491) 15905 : cluster [DBG] pgmap v14052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:55.520461+0000 mgr.y (mgr.24491) 15905 : cluster [DBG] pgmap v14052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:55.520461+0000 mgr.y (mgr.24491) 15905 : cluster [DBG] pgmap v14052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:20:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:20:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:57.520926+0000 mgr.y (mgr.24491) 15906 : cluster [DBG] pgmap v14053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:57.520926+0000 mgr.y (mgr.24491) 15906 : cluster [DBG] pgmap v14053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:20:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:20:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:57.520926+0000 mgr.y (mgr.24491) 15906 : cluster [DBG] pgmap v14053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:01.284 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:21:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:20:59.521543+0000 mgr.y (mgr.24491) 15907 : cluster [DBG] pgmap v14054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:20:59.521543+0000 mgr.y (mgr.24491) 15907 : cluster [DBG] pgmap v14054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:20:59.521543+0000 mgr.y (mgr.24491) 15907 : cluster [DBG] pgmap v14054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:01.522023+0000 mgr.y (mgr.24491) 15908 : cluster [DBG] pgmap v14055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:01.522023+0000 mgr.y (mgr.24491) 15908 : cluster [DBG] pgmap v14055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:01.522023+0000 mgr.y (mgr.24491) 15908 : cluster [DBG] pgmap v14055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:03.522390+0000 mgr.y (mgr.24491) 15909 : cluster [DBG] pgmap v14056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:03.522390+0000 mgr.y (mgr.24491) 15909 : cluster [DBG] pgmap v14056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:03.522390+0000 mgr.y (mgr.24491) 15909 : cluster [DBG] pgmap v14056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:07.358 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:21:07.634 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:21:07.634 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 9m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:21:07.634 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 9m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:21:07.634 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 9m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:21:07.634 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 9m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 9m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 9m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 9m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 9m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 9m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 9m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 9m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 9m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 9m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 9m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 9m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:21:07.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 9m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:21:07.636 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 9m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:21:07.636 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 9m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:21:07.636 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 9m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:21:07.636 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 9m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:21:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:05.523210+0000 mgr.y (mgr.24491) 15910 : cluster [DBG] pgmap v14057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:05.523210+0000 mgr.y (mgr.24491) 15910 : cluster [DBG] pgmap v14057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:05.523210+0000 mgr.y (mgr.24491) 15910 : cluster [DBG] pgmap v14057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:07.973 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:21:07.974 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:21:07.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:21:07.975 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:21:07.975 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:21:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:21:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:07.346703+0000 mgr.y (mgr.24491) 15911 : audit [DBG] from='client.31206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:07.973076+0000 mon.c (mon.2) 501 : audit [DBG] from='client.? 172.21.15.177:0/2603299143' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:21:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:07.346703+0000 mgr.y (mgr.24491) 15911 : audit [DBG] from='client.31206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:07.973076+0000 mon.c (mon.2) 501 : audit [DBG] from='client.? 172.21.15.177:0/2603299143' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:21:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:07.346703+0000 mgr.y (mgr.24491) 15911 : audit [DBG] from='client.31206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:07.973076+0000 mon.c (mon.2) 501 : audit [DBG] from='client.? 172.21.15.177:0/2603299143' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:21:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:07.523551+0000 mgr.y (mgr.24491) 15912 : cluster [DBG] pgmap v14058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:07.627455+0000 mgr.y (mgr.24491) 15913 : audit [DBG] from='client.31212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:09.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:07.523551+0000 mgr.y (mgr.24491) 15912 : cluster [DBG] pgmap v14058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:09.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:07.627455+0000 mgr.y (mgr.24491) 15913 : audit [DBG] from='client.31212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:07.523551+0000 mgr.y (mgr.24491) 15912 : cluster [DBG] pgmap v14058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:07.627455+0000 mgr.y (mgr.24491) 15913 : audit [DBG] from='client.31212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:11.302 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:21:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:09.524306+0000 mgr.y (mgr.24491) 15914 : cluster [DBG] pgmap v14059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:09.524306+0000 mgr.y (mgr.24491) 15914 : cluster [DBG] pgmap v14059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:09.524306+0000 mgr.y (mgr.24491) 15914 : cluster [DBG] pgmap v14059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:11.524675+0000 mgr.y (mgr.24491) 15915 : cluster [DBG] pgmap v14060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:11.524675+0000 mgr.y (mgr.24491) 15915 : cluster [DBG] pgmap v14060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:11.524675+0000 mgr.y (mgr.24491) 15915 : cluster [DBG] pgmap v14060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:13.525052+0000 mgr.y (mgr.24491) 15916 : cluster [DBG] pgmap v14061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:13.525052+0000 mgr.y (mgr.24491) 15916 : cluster [DBG] pgmap v14061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:13.525052+0000 mgr.y (mgr.24491) 15916 : cluster [DBG] pgmap v14061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:15.525906+0000 mgr.y (mgr.24491) 15917 : cluster [DBG] pgmap v14062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:17.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:15.525906+0000 mgr.y (mgr.24491) 15917 : cluster [DBG] pgmap v14062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:15.525906+0000 mgr.y (mgr.24491) 15917 : cluster [DBG] pgmap v14062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:21:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:17.526323+0000 mgr.y (mgr.24491) 15918 : cluster [DBG] pgmap v14063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:17.526323+0000 mgr.y (mgr.24491) 15918 : cluster [DBG] pgmap v14063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:17.526323+0000 mgr.y (mgr.24491) 15918 : cluster [DBG] pgmap v14063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:21.318 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:21:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:19.527025+0000 mgr.y (mgr.24491) 15919 : cluster [DBG] pgmap v14064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:19.527025+0000 mgr.y (mgr.24491) 15919 : cluster [DBG] pgmap v14064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:19.527025+0000 mgr.y (mgr.24491) 15919 : cluster [DBG] pgmap v14064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:21.527432+0000 mgr.y (mgr.24491) 15920 : cluster [DBG] pgmap v14065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:21.527432+0000 mgr.y (mgr.24491) 15920 : cluster [DBG] pgmap v14065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:21.527432+0000 mgr.y (mgr.24491) 15920 : cluster [DBG] pgmap v14065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:23.527922+0000 mgr.y (mgr.24491) 15921 : cluster [DBG] pgmap v14066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:23.527922+0000 mgr.y (mgr.24491) 15921 : cluster [DBG] pgmap v14066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:23.527922+0000 mgr.y (mgr.24491) 15921 : cluster [DBG] pgmap v14066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:25.528639+0000 mgr.y (mgr.24491) 15922 : cluster [DBG] pgmap v14067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:25.528639+0000 mgr.y (mgr.24491) 15922 : cluster [DBG] pgmap v14067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:25.528639+0000 mgr.y (mgr.24491) 15922 : cluster [DBG] pgmap v14067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:21:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:27.529150+0000 mgr.y (mgr.24491) 15923 : cluster [DBG] pgmap v14068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:27.529150+0000 mgr.y (mgr.24491) 15923 : cluster [DBG] pgmap v14068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:27.529150+0000 mgr.y (mgr.24491) 15923 : cluster [DBG] pgmap v14068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:31.332 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:21:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:29.529740+0000 mgr.y (mgr.24491) 15924 : cluster [DBG] pgmap v14069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:29.529740+0000 mgr.y (mgr.24491) 15924 : cluster [DBG] pgmap v14069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:29.529740+0000 mgr.y (mgr.24491) 15924 : cluster [DBG] pgmap v14069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:31.530242+0000 mgr.y (mgr.24491) 15925 : cluster [DBG] pgmap v14070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:31.530242+0000 mgr.y (mgr.24491) 15925 : cluster [DBG] pgmap v14070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:31.530242+0000 mgr.y (mgr.24491) 15925 : cluster [DBG] pgmap v14070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:33.530670+0000 mgr.y (mgr.24491) 15926 : cluster [DBG] pgmap v14071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:33.530670+0000 mgr.y (mgr.24491) 15926 : cluster [DBG] pgmap v14071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:33.530670+0000 mgr.y (mgr.24491) 15926 : cluster [DBG] pgmap v14071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:35.531534+0000 mgr.y (mgr.24491) 15927 : cluster [DBG] pgmap v14072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:35.531534+0000 mgr.y (mgr.24491) 15927 : cluster [DBG] pgmap v14072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:35.531534+0000 mgr.y (mgr.24491) 15927 : cluster [DBG] pgmap v14072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:21:38.285 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:21:38.561 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:21:38.561 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 9m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:21:38.561 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 9m ago 7h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:21:38.561 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 9m ago 7h 24.1M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:21:38.561 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 9m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:21:38.561 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 9m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 9m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 9m ago 7h 1083M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 9m ago 7h 679M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 9m ago 7h 685M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 9m ago 7h 24.2M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 9m ago 7h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 9m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 9m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 9m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 9m ago 7h 42.2M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 9m ago 7h 45.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 9m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 9m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 9m ago 7h 44.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:21:38.562 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 9m ago 7h 118M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:21:38.895 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:21:38.895 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:21:38.896 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:21:38.897 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:21:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:37.532090+0000 mgr.y (mgr.24491) 15928 : cluster [DBG] pgmap v14073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:38.274259+0000 mgr.y (mgr.24491) 15929 : audit [DBG] from='client.31224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:38.896417+0000 mon.a (mon.0) 3394 : audit [DBG] from='client.? 172.21.15.177:0/595739988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:21:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:37.532090+0000 mgr.y (mgr.24491) 15928 : cluster [DBG] pgmap v14073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:38.274259+0000 mgr.y (mgr.24491) 15929 : audit [DBG] from='client.31224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:38.896417+0000 mon.a (mon.0) 3394 : audit [DBG] from='client.? 172.21.15.177:0/595739988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:21:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:37.532090+0000 mgr.y (mgr.24491) 15928 : cluster [DBG] pgmap v14073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:38.274259+0000 mgr.y (mgr.24491) 15929 : audit [DBG] from='client.31224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:38.896417+0000 mon.a (mon.0) 3394 : audit [DBG] from='client.? 172.21.15.177:0/595739988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:21:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:38.554403+0000 mgr.y (mgr.24491) 15930 : audit [DBG] from='client.41141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:38.554403+0000 mgr.y (mgr.24491) 15930 : audit [DBG] from='client.41141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:38.554403+0000 mgr.y (mgr.24491) 15930 : audit [DBG] from='client.41141 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:21:41.349 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:21:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:39.532664+0000 mgr.y (mgr.24491) 15931 : cluster [DBG] pgmap v14074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:39.532664+0000 mgr.y (mgr.24491) 15931 : cluster [DBG] pgmap v14074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:39.532664+0000 mgr.y (mgr.24491) 15931 : cluster [DBG] pgmap v14074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:41.533051+0000 mgr.y (mgr.24491) 15932 : cluster [DBG] pgmap v14075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:41.533051+0000 mgr.y (mgr.24491) 15932 : cluster [DBG] pgmap v14075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:41.533051+0000 mgr.y (mgr.24491) 15932 : cluster [DBG] pgmap v14075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:43.533435+0000 mgr.y (mgr.24491) 15933 : cluster [DBG] pgmap v14076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:43.533435+0000 mgr.y (mgr.24491) 15933 : cluster [DBG] pgmap v14076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:43.533435+0000 mgr.y (mgr.24491) 15933 : cluster [DBG] pgmap v14076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:45.534072+0000 mgr.y (mgr.24491) 15934 : cluster [DBG] pgmap v14077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:45.534072+0000 mgr.y (mgr.24491) 15934 : cluster [DBG] pgmap v14077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:45.534072+0000 mgr.y (mgr.24491) 15934 : cluster [DBG] pgmap v14077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:47] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T11:21:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:47.534639+0000 mgr.y (mgr.24491) 15935 : cluster [DBG] pgmap v14078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:47.534639+0000 mgr.y (mgr.24491) 15935 : cluster [DBG] pgmap v14078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:47.534639+0000 mgr.y (mgr.24491) 15935 : cluster [DBG] pgmap v14078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:51.364 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:21:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:49.535315+0000 mgr.y (mgr.24491) 15936 : cluster [DBG] pgmap v14079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:49.535315+0000 mgr.y (mgr.24491) 15936 : cluster [DBG] pgmap v14079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:49.535315+0000 mgr.y (mgr.24491) 15936 : cluster [DBG] pgmap v14079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:51.535887+0000 mgr.y (mgr.24491) 15937 : cluster [DBG] pgmap v14080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:51.535887+0000 mgr.y (mgr.24491) 15937 : cluster [DBG] pgmap v14080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:51.535887+0000 mgr.y (mgr.24491) 15937 : cluster [DBG] pgmap v14080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:53.536255+0000 mgr.y (mgr.24491) 15938 : cluster [DBG] pgmap v14081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:55.281928+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:21:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:53.536255+0000 mgr.y (mgr.24491) 15938 : cluster [DBG] pgmap v14081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:55.281928+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:21:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:53.536255+0000 mgr.y (mgr.24491) 15938 : cluster [DBG] pgmap v14081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:55.281928+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:21:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:55.536961+0000 mgr.y (mgr.24491) 15939 : cluster [DBG] pgmap v14082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:55.536961+0000 mgr.y (mgr.24491) 15939 : cluster [DBG] pgmap v14082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:55.536961+0000 mgr.y (mgr.24491) 15939 : cluster [DBG] pgmap v14082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:21:57] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T11:21:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:57.537301+0000 mgr.y (mgr.24491) 15940 : cluster [DBG] pgmap v14083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:57.884344+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:21:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:58.528837+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:21:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:58.807458+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:21:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:58.808129+0000 mon.a (mon.0) 3399 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:21:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:21:58.812693+0000 mon.a (mon.0) 3400 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:21:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:57.537301+0000 mgr.y (mgr.24491) 15940 : cluster [DBG] pgmap v14083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:59.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:57.884344+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:21:59.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:58.528837+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:21:59.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:58.807458+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:21:59.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:58.808129+0000 mon.a (mon.0) 3399 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:21:59.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:21:58.812693+0000 mon.a (mon.0) 3400 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:21:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:57.537301+0000 mgr.y (mgr.24491) 15940 : cluster [DBG] pgmap v14083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:21:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:57.884344+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:21:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:58.528837+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:21:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:58.807458+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:21:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:58.808129+0000 mon.a (mon.0) 3399 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:21:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:21:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:21:58.812693+0000 mon.a (mon.0) 3400 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:22:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:21:59.538004+0000 mgr.y (mgr.24491) 15941 : cluster [DBG] pgmap v14084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:21:59.538004+0000 mgr.y (mgr.24491) 15941 : cluster [DBG] pgmap v14084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:21:59.538004+0000 mgr.y (mgr.24491) 15941 : cluster [DBG] pgmap v14084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:22:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:01.538399+0000 mgr.y (mgr.24491) 15942 : cluster [DBG] pgmap v14085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:01.538399+0000 mgr.y (mgr.24491) 15942 : cluster [DBG] pgmap v14085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:01.538399+0000 mgr.y (mgr.24491) 15942 : cluster [DBG] pgmap v14085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:03.538855+0000 mgr.y (mgr.24491) 15943 : cluster [DBG] pgmap v14086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:03.538855+0000 mgr.y (mgr.24491) 15943 : cluster [DBG] pgmap v14086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:03.538855+0000 mgr.y (mgr.24491) 15943 : cluster [DBG] pgmap v14086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:05.539583+0000 mgr.y (mgr.24491) 15944 : cluster [DBG] pgmap v14087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:05.539583+0000 mgr.y (mgr.24491) 15944 : cluster [DBG] pgmap v14087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:05.539583+0000 mgr.y (mgr.24491) 15944 : cluster [DBG] pgmap v14087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:22:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:07.540113+0000 mgr.y (mgr.24491) 15945 : cluster [DBG] pgmap v14088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:07.540113+0000 mgr.y (mgr.24491) 15945 : cluster [DBG] pgmap v14088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:09.208 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:22:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:07.540113+0000 mgr.y (mgr.24491) 15945 : cluster [DBG] pgmap v14088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:09.487 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:22:09.488 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 11s ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:22:09.488 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 10s ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:22:09.488 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 11s ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:22:09.488 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 10s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:22:09.488 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 10s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:22:09.488 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 11s ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:22:09.488 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 11s ago 7h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:22:09.489 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 10s ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:22:09.489 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 11s ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:22:09.489 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 11s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:22:09.489 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 10s ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:22:09.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 11s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:22:09.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 11s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:22:09.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 11s ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:22:09.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 11s ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:22:09.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 10s ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:22:09.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 10s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:22:09.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 10s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:22:09.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 10s ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:22:09.490 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 10s ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:22:09.818 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:22:09.818 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:22:09.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:22:09.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:22:09.819 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:22:09.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:22:09.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:22:09.819 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:22:09.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:22:09.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:22:09.819 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:22:09.820 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:22:09.820 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:22:09.820 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:22:09.820 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:22:09.820 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:22:09.820 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:22:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:22:09.197423+0000 mgr.y (mgr.24491) 15946 : audit [DBG] from='client.31242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:22:09.819159+0000 mon.a (mon.0) 3401 : audit [DBG] from='client.? 172.21.15.177:0/2783544492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:22:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:22:09.197423+0000 mgr.y (mgr.24491) 15946 : audit [DBG] from='client.31242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:22:09.819159+0000 mon.a (mon.0) 3401 : audit [DBG] from='client.? 172.21.15.177:0/2783544492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:22:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:22:09.197423+0000 mgr.y (mgr.24491) 15946 : audit [DBG] from='client.31242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:10.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:22:09.819159+0000 mon.a (mon.0) 3401 : audit [DBG] from='client.? 172.21.15.177:0/2783544492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:22:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:22:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:22:09.480983+0000 mgr.y (mgr.24491) 15947 : audit [DBG] from='client.41159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:09.540709+0000 mgr.y (mgr.24491) 15948 : cluster [DBG] pgmap v14089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:22:09.480983+0000 mgr.y (mgr.24491) 15947 : audit [DBG] from='client.41159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:09.540709+0000 mgr.y (mgr.24491) 15948 : cluster [DBG] pgmap v14089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:22:09.480983+0000 mgr.y (mgr.24491) 15947 : audit [DBG] from='client.41159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:09.540709+0000 mgr.y (mgr.24491) 15948 : cluster [DBG] pgmap v14089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:11.541284+0000 mgr.y (mgr.24491) 15949 : cluster [DBG] pgmap v14090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:11.541284+0000 mgr.y (mgr.24491) 15949 : cluster [DBG] pgmap v14090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:11.541284+0000 mgr.y (mgr.24491) 15949 : cluster [DBG] pgmap v14090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:13.541735+0000 mgr.y (mgr.24491) 15950 : cluster [DBG] pgmap v14091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:13.541735+0000 mgr.y (mgr.24491) 15950 : cluster [DBG] pgmap v14091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:13.541735+0000 mgr.y (mgr.24491) 15950 : cluster [DBG] pgmap v14091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:15.542499+0000 mgr.y (mgr.24491) 15951 : cluster [DBG] pgmap v14092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:15.542499+0000 mgr.y (mgr.24491) 15951 : cluster [DBG] pgmap v14092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:15.542499+0000 mgr.y (mgr.24491) 15951 : cluster [DBG] pgmap v14092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:22:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:17.542983+0000 mgr.y (mgr.24491) 15952 : cluster [DBG] pgmap v14093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:19.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:17.542983+0000 mgr.y (mgr.24491) 15952 : cluster [DBG] pgmap v14093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:19.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:17.542983+0000 mgr.y (mgr.24491) 15952 : cluster [DBG] pgmap v14093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:21.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:19.543773+0000 mgr.y (mgr.24491) 15953 : cluster [DBG] pgmap v14094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:21.251 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:22:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:19.543773+0000 mgr.y (mgr.24491) 15953 : cluster [DBG] pgmap v14094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:19.543773+0000 mgr.y (mgr.24491) 15953 : cluster [DBG] pgmap v14094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:21.544209+0000 mgr.y (mgr.24491) 15954 : cluster [DBG] pgmap v14095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:21.544209+0000 mgr.y (mgr.24491) 15954 : cluster [DBG] pgmap v14095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:21.544209+0000 mgr.y (mgr.24491) 15954 : cluster [DBG] pgmap v14095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:23.544595+0000 mgr.y (mgr.24491) 15955 : cluster [DBG] pgmap v14096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:23.544595+0000 mgr.y (mgr.24491) 15955 : cluster [DBG] pgmap v14096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:23.544595+0000 mgr.y (mgr.24491) 15955 : cluster [DBG] pgmap v14096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:25.545300+0000 mgr.y (mgr.24491) 15956 : cluster [DBG] pgmap v14097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:25.545300+0000 mgr.y (mgr.24491) 15956 : cluster [DBG] pgmap v14097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:25.545300+0000 mgr.y (mgr.24491) 15956 : cluster [DBG] pgmap v14097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:22:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:27.545820+0000 mgr.y (mgr.24491) 15957 : cluster [DBG] pgmap v14098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:27.545820+0000 mgr.y (mgr.24491) 15957 : cluster [DBG] pgmap v14098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:27.545820+0000 mgr.y (mgr.24491) 15957 : cluster [DBG] pgmap v14098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:29.546582+0000 mgr.y (mgr.24491) 15958 : cluster [DBG] pgmap v14099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:22:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:29.546582+0000 mgr.y (mgr.24491) 15958 : cluster [DBG] pgmap v14099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:29.546582+0000 mgr.y (mgr.24491) 15958 : cluster [DBG] pgmap v14099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:31.547119+0000 mgr.y (mgr.24491) 15959 : cluster [DBG] pgmap v14100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:31.547119+0000 mgr.y (mgr.24491) 15959 : cluster [DBG] pgmap v14100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:31.547119+0000 mgr.y (mgr.24491) 15959 : cluster [DBG] pgmap v14100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:33.547580+0000 mgr.y (mgr.24491) 15960 : cluster [DBG] pgmap v14101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:33.547580+0000 mgr.y (mgr.24491) 15960 : cluster [DBG] pgmap v14101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:33.547580+0000 mgr.y (mgr.24491) 15960 : cluster [DBG] pgmap v14101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:35.548470+0000 mgr.y (mgr.24491) 15961 : cluster [DBG] pgmap v14102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:35.548470+0000 mgr.y (mgr.24491) 15961 : cluster [DBG] pgmap v14102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:35.548470+0000 mgr.y (mgr.24491) 15961 : cluster [DBG] pgmap v14102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:22:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:37.548912+0000 mgr.y (mgr.24491) 15962 : cluster [DBG] pgmap v14103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:37.548912+0000 mgr.y (mgr.24491) 15962 : cluster [DBG] pgmap v14103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:37.548912+0000 mgr.y (mgr.24491) 15962 : cluster [DBG] pgmap v14103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:40.130 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:22:40.405 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:22:40.405 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 42s ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:22:40.405 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 41s ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:22:40.405 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 42s ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:22:40.405 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 41s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:22:40.405 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 41s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:22:40.405 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 42s ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:22:40.405 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 42s ago 7h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:22:40.405 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 41s ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:22:40.405 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 42s ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:22:40.405 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 42s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:22:40.406 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 41s ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:22:40.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 42s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:22:40.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 42s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:22:40.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 42s ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:22:40.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 42s ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:22:40.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 41s ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:22:40.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 41s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:22:40.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 41s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:22:40.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 41s ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:22:40.406 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 41s ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:22:40.738 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:22:40.739 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:22:40.740 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:22:40.740 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:22:40.740 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:22:40.740 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:22:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:39.549534+0000 mgr.y (mgr.24491) 15963 : cluster [DBG] pgmap v14104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:22:40.119554+0000 mgr.y (mgr.24491) 15964 : audit [DBG] from='client.41171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:22:40.398101+0000 mgr.y (mgr.24491) 15965 : audit [DBG] from='client.31266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:22:40.739614+0000 mon.a (mon.0) 3402 : audit [DBG] from='client.? 172.21.15.177:0/2219259487' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:22:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:22:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:39.549534+0000 mgr.y (mgr.24491) 15963 : cluster [DBG] pgmap v14104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:22:40.119554+0000 mgr.y (mgr.24491) 15964 : audit [DBG] from='client.41171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:22:40.398101+0000 mgr.y (mgr.24491) 15965 : audit [DBG] from='client.31266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:22:40.739614+0000 mon.a (mon.0) 3402 : audit [DBG] from='client.? 172.21.15.177:0/2219259487' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:22:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:39.549534+0000 mgr.y (mgr.24491) 15963 : cluster [DBG] pgmap v14104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:22:40.119554+0000 mgr.y (mgr.24491) 15964 : audit [DBG] from='client.41171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:22:40.398101+0000 mgr.y (mgr.24491) 15965 : audit [DBG] from='client.31266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:22:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:22:40.739614+0000 mon.a (mon.0) 3402 : audit [DBG] from='client.? 172.21.15.177:0/2219259487' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:22:43.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:41.550032+0000 mgr.y (mgr.24491) 15966 : cluster [DBG] pgmap v14105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:41.550032+0000 mgr.y (mgr.24491) 15966 : cluster [DBG] pgmap v14105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:41.550032+0000 mgr.y (mgr.24491) 15966 : cluster [DBG] pgmap v14105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:45.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:43.550427+0000 mgr.y (mgr.24491) 15967 : cluster [DBG] pgmap v14106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:45.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:43.550427+0000 mgr.y (mgr.24491) 15967 : cluster [DBG] pgmap v14106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:45.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:43.550427+0000 mgr.y (mgr.24491) 15967 : cluster [DBG] pgmap v14106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:45.551110+0000 mgr.y (mgr.24491) 15968 : cluster [DBG] pgmap v14107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:47.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:45.551110+0000 mgr.y (mgr.24491) 15968 : cluster [DBG] pgmap v14107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:47.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:45.551110+0000 mgr.y (mgr.24491) 15968 : cluster [DBG] pgmap v14107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:22:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:47.551477+0000 mgr.y (mgr.24491) 15969 : cluster [DBG] pgmap v14108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:47.551477+0000 mgr.y (mgr.24491) 15969 : cluster [DBG] pgmap v14108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:47.551477+0000 mgr.y (mgr.24491) 15969 : cluster [DBG] pgmap v14108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:49.552323+0000 mgr.y (mgr.24491) 15970 : cluster [DBG] pgmap v14109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:22:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:49.552323+0000 mgr.y (mgr.24491) 15970 : cluster [DBG] pgmap v14109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:49.552323+0000 mgr.y (mgr.24491) 15970 : cluster [DBG] pgmap v14109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:51.552717+0000 mgr.y (mgr.24491) 15971 : cluster [DBG] pgmap v14110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:51.552717+0000 mgr.y (mgr.24491) 15971 : cluster [DBG] pgmap v14110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:51.552717+0000 mgr.y (mgr.24491) 15971 : cluster [DBG] pgmap v14110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:53.553162+0000 mgr.y (mgr.24491) 15972 : cluster [DBG] pgmap v14111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:53.553162+0000 mgr.y (mgr.24491) 15972 : cluster [DBG] pgmap v14111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:53.553162+0000 mgr.y (mgr.24491) 15972 : cluster [DBG] pgmap v14111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:57.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:55.554032+0000 mgr.y (mgr.24491) 15973 : cluster [DBG] pgmap v14112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:55.554032+0000 mgr.y (mgr.24491) 15973 : cluster [DBG] pgmap v14112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:55.554032+0000 mgr.y (mgr.24491) 15973 : cluster [DBG] pgmap v14112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:22:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:22:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:57.554420+0000 mgr.y (mgr.24491) 15974 : cluster [DBG] pgmap v14113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:22:58.817030+0000 mon.a (mon.0) 3403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:22:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:57.554420+0000 mgr.y (mgr.24491) 15974 : cluster [DBG] pgmap v14113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:22:58.817030+0000 mon.a (mon.0) 3403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:22:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:57.554420+0000 mgr.y (mgr.24491) 15974 : cluster [DBG] pgmap v14113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:22:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:22:58.817030+0000 mon.a (mon.0) 3403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:23:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:22:59.117262+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:23:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:22:59.117958+0000 mon.a (mon.0) 3405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:23:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:22:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:22:59.122780+0000 mon.a (mon.0) 3406 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:23:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:22:59.117262+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:23:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:22:59.117958+0000 mon.a (mon.0) 3405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:23:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:22:59.122780+0000 mon.a (mon.0) 3406 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:23:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:22:59.117262+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:23:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:22:59.117958+0000 mon.a (mon.0) 3405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:23:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:22:59.122780+0000 mon.a (mon.0) 3406 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:23:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:22:59.555185+0000 mgr.y (mgr.24491) 15975 : cluster [DBG] pgmap v14114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:22:59.555185+0000 mgr.y (mgr.24491) 15975 : cluster [DBG] pgmap v14114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:22:59.555185+0000 mgr.y (mgr.24491) 15975 : cluster [DBG] pgmap v14114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:23:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:01.555598+0000 mgr.y (mgr.24491) 15976 : cluster [DBG] pgmap v14115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:01.555598+0000 mgr.y (mgr.24491) 15976 : cluster [DBG] pgmap v14115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:01.555598+0000 mgr.y (mgr.24491) 15976 : cluster [DBG] pgmap v14115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:03.556051+0000 mgr.y (mgr.24491) 15977 : cluster [DBG] pgmap v14116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:03.556051+0000 mgr.y (mgr.24491) 15977 : cluster [DBG] pgmap v14116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:03.556051+0000 mgr.y (mgr.24491) 15977 : cluster [DBG] pgmap v14116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:05.556791+0000 mgr.y (mgr.24491) 15978 : cluster [DBG] pgmap v14117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:05.556791+0000 mgr.y (mgr.24491) 15978 : cluster [DBG] pgmap v14117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:05.556791+0000 mgr.y (mgr.24491) 15978 : cluster [DBG] pgmap v14117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:23:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:07.557299+0000 mgr.y (mgr.24491) 15979 : cluster [DBG] pgmap v14118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:07.557299+0000 mgr.y (mgr.24491) 15979 : cluster [DBG] pgmap v14118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:07.557299+0000 mgr.y (mgr.24491) 15979 : cluster [DBG] pgmap v14118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:11.048 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:23:11.326 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:23:11.326 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 73s ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:23:11.326 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 72s ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:23:11.326 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 73s ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:23:11.326 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 72s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:23:11.326 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 72s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:23:11.326 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 73s ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:23:11.326 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 73s ago 7h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:23:11.326 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 72s ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 73s ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 73s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 72s ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 73s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 73s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 73s ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 73s ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 72s ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 72s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 72s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 72s ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:23:11.327 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 72s ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:23:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:09.557932+0000 mgr.y (mgr.24491) 15980 : cluster [DBG] pgmap v14119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:09.557932+0000 mgr.y (mgr.24491) 15980 : cluster [DBG] pgmap v14119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:09.557932+0000 mgr.y (mgr.24491) 15980 : cluster [DBG] pgmap v14119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:23:11.666 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:23:11.666 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:23:11.666 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:23:11.666 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:23:11.666 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:23:11.666 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:23:11.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:23:11.667 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:23:11.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:23:11.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:23:11.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:23:11.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:23:11.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:23:11.667 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:23:11.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:23:11.667 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:23:11.667 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:23:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:23:11.036595+0000 mgr.y (mgr.24491) 15981 : audit [DBG] from='client.31278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:23:11.318985+0000 mgr.y (mgr.24491) 15982 : audit [DBG] from='client.31284 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:23:11.666822+0000 mon.c (mon.2) 502 : audit [DBG] from='client.? 172.21.15.177:0/4104984285' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:23:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:23:11.036595+0000 mgr.y (mgr.24491) 15981 : audit [DBG] from='client.31278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:23:11.318985+0000 mgr.y (mgr.24491) 15982 : audit [DBG] from='client.31284 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:12.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:23:11.666822+0000 mon.c (mon.2) 502 : audit [DBG] from='client.? 172.21.15.177:0/4104984285' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:23:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:23:11.036595+0000 mgr.y (mgr.24491) 15981 : audit [DBG] from='client.31278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:23:11.318985+0000 mgr.y (mgr.24491) 15982 : audit [DBG] from='client.31284 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:23:11.666822+0000 mon.c (mon.2) 502 : audit [DBG] from='client.? 172.21.15.177:0/4104984285' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:23:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:11.558310+0000 mgr.y (mgr.24491) 15983 : cluster [DBG] pgmap v14120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:11.558310+0000 mgr.y (mgr.24491) 15983 : cluster [DBG] pgmap v14120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:11.558310+0000 mgr.y (mgr.24491) 15983 : cluster [DBG] pgmap v14120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:13.558727+0000 mgr.y (mgr.24491) 15984 : cluster [DBG] pgmap v14121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:13.558727+0000 mgr.y (mgr.24491) 15984 : cluster [DBG] pgmap v14121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:13.558727+0000 mgr.y (mgr.24491) 15984 : cluster [DBG] pgmap v14121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:15.559414+0000 mgr.y (mgr.24491) 15985 : cluster [DBG] pgmap v14122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:15.559414+0000 mgr.y (mgr.24491) 15985 : cluster [DBG] pgmap v14122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:15.559414+0000 mgr.y (mgr.24491) 15985 : cluster [DBG] pgmap v14122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T11:23:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:17.559811+0000 mgr.y (mgr.24491) 15986 : cluster [DBG] pgmap v14123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:17.559811+0000 mgr.y (mgr.24491) 15986 : cluster [DBG] pgmap v14123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:17.559811+0000 mgr.y (mgr.24491) 15986 : cluster [DBG] pgmap v14123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:19.560370+0000 mgr.y (mgr.24491) 15987 : cluster [DBG] pgmap v14124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:23:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:19.560370+0000 mgr.y (mgr.24491) 15987 : cluster [DBG] pgmap v14124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:19.560370+0000 mgr.y (mgr.24491) 15987 : cluster [DBG] pgmap v14124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:21.560806+0000 mgr.y (mgr.24491) 15988 : cluster [DBG] pgmap v14125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:21.560806+0000 mgr.y (mgr.24491) 15988 : cluster [DBG] pgmap v14125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:21.560806+0000 mgr.y (mgr.24491) 15988 : cluster [DBG] pgmap v14125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:23.561268+0000 mgr.y (mgr.24491) 15989 : cluster [DBG] pgmap v14126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:23.561268+0000 mgr.y (mgr.24491) 15989 : cluster [DBG] pgmap v14126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:25.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:23.561268+0000 mgr.y (mgr.24491) 15989 : cluster [DBG] pgmap v14126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:25.561972+0000 mgr.y (mgr.24491) 15990 : cluster [DBG] pgmap v14127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:25.561972+0000 mgr.y (mgr.24491) 15990 : cluster [DBG] pgmap v14127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:25.561972+0000 mgr.y (mgr.24491) 15990 : cluster [DBG] pgmap v14127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T11:23:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:27.562555+0000 mgr.y (mgr.24491) 15991 : cluster [DBG] pgmap v14128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:27.562555+0000 mgr.y (mgr.24491) 15991 : cluster [DBG] pgmap v14128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:27.562555+0000 mgr.y (mgr.24491) 15991 : cluster [DBG] pgmap v14128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:29.563272+0000 mgr.y (mgr.24491) 15992 : cluster [DBG] pgmap v14129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:23:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:29.563272+0000 mgr.y (mgr.24491) 15992 : cluster [DBG] pgmap v14129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:29.563272+0000 mgr.y (mgr.24491) 15992 : cluster [DBG] pgmap v14129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:31.563638+0000 mgr.y (mgr.24491) 15993 : cluster [DBG] pgmap v14130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:31.563638+0000 mgr.y (mgr.24491) 15993 : cluster [DBG] pgmap v14130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:31.563638+0000 mgr.y (mgr.24491) 15993 : cluster [DBG] pgmap v14130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:33.564178+0000 mgr.y (mgr.24491) 15994 : cluster [DBG] pgmap v14131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:33.564178+0000 mgr.y (mgr.24491) 15994 : cluster [DBG] pgmap v14131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:33.564178+0000 mgr.y (mgr.24491) 15994 : cluster [DBG] pgmap v14131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:35.564878+0000 mgr.y (mgr.24491) 15995 : cluster [DBG] pgmap v14132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:35.564878+0000 mgr.y (mgr.24491) 15995 : cluster [DBG] pgmap v14132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:35.564878+0000 mgr.y (mgr.24491) 15995 : cluster [DBG] pgmap v14132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:23:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:37.565344+0000 mgr.y (mgr.24491) 15996 : cluster [DBG] pgmap v14133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:37.565344+0000 mgr.y (mgr.24491) 15996 : cluster [DBG] pgmap v14133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:37.565344+0000 mgr.y (mgr.24491) 15996 : cluster [DBG] pgmap v14133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:39.566109+0000 mgr.y (mgr.24491) 15997 : cluster [DBG] pgmap v14134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:23:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:39.566109+0000 mgr.y (mgr.24491) 15997 : cluster [DBG] pgmap v14134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:39.566109+0000 mgr.y (mgr.24491) 15997 : cluster [DBG] pgmap v14134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:41.975 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:23:42.250 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:23:42.250 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 104s ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:23:42.250 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 103s ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:23:42.250 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 104s ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:23:42.250 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 103s ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:23:42.250 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 103s ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:23:42.250 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 104s ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 104s ago 7h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 103s ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 104s ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 104s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 103s ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 104s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 104s ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 104s ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 104s ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 103s ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 103s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 103s ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 103s ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:23:42.251 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 103s ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:23:42.595 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:23:42.596 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:23:42.597 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:23:42.597 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:23:42.597 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:23:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:41.566652+0000 mgr.y (mgr.24491) 15998 : cluster [DBG] pgmap v14135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:23:41.964421+0000 mgr.y (mgr.24491) 15999 : audit [DBG] from='client.41207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:23:42.243207+0000 mgr.y (mgr.24491) 16000 : audit [DBG] from='client.41213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:23:42.596391+0000 mon.a (mon.0) 3407 : audit [DBG] from='client.? 172.21.15.177:0/158315258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:23:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:41.566652+0000 mgr.y (mgr.24491) 15998 : cluster [DBG] pgmap v14135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:23:41.964421+0000 mgr.y (mgr.24491) 15999 : audit [DBG] from='client.41207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:23:42.243207+0000 mgr.y (mgr.24491) 16000 : audit [DBG] from='client.41213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:23:42.596391+0000 mon.a (mon.0) 3407 : audit [DBG] from='client.? 172.21.15.177:0/158315258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:23:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:41.566652+0000 mgr.y (mgr.24491) 15998 : cluster [DBG] pgmap v14135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:23:41.964421+0000 mgr.y (mgr.24491) 15999 : audit [DBG] from='client.41207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:43.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:23:42.243207+0000 mgr.y (mgr.24491) 16000 : audit [DBG] from='client.41213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:23:43.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:23:42.596391+0000 mon.a (mon.0) 3407 : audit [DBG] from='client.? 172.21.15.177:0/158315258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:23:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:43.567123+0000 mgr.y (mgr.24491) 16001 : cluster [DBG] pgmap v14136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:43.567123+0000 mgr.y (mgr.24491) 16001 : cluster [DBG] pgmap v14136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:43.567123+0000 mgr.y (mgr.24491) 16001 : cluster [DBG] pgmap v14136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:45.567779+0000 mgr.y (mgr.24491) 16002 : cluster [DBG] pgmap v14137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:45.567779+0000 mgr.y (mgr.24491) 16002 : cluster [DBG] pgmap v14137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:45.567779+0000 mgr.y (mgr.24491) 16002 : cluster [DBG] pgmap v14137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:23:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:47.568220+0000 mgr.y (mgr.24491) 16003 : cluster [DBG] pgmap v14138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:47.568220+0000 mgr.y (mgr.24491) 16003 : cluster [DBG] pgmap v14138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:47.568220+0000 mgr.y (mgr.24491) 16003 : cluster [DBG] pgmap v14138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:23:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:49.568778+0000 mgr.y (mgr.24491) 16004 : cluster [DBG] pgmap v14139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:49.568778+0000 mgr.y (mgr.24491) 16004 : cluster [DBG] pgmap v14139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:49.568778+0000 mgr.y (mgr.24491) 16004 : cluster [DBG] pgmap v14139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:51.569414+0000 mgr.y (mgr.24491) 16005 : cluster [DBG] pgmap v14140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:51.569414+0000 mgr.y (mgr.24491) 16005 : cluster [DBG] pgmap v14140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:51.569414+0000 mgr.y (mgr.24491) 16005 : cluster [DBG] pgmap v14140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:53.569827+0000 mgr.y (mgr.24491) 16006 : cluster [DBG] pgmap v14141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:53.569827+0000 mgr.y (mgr.24491) 16006 : cluster [DBG] pgmap v14141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:55.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:53.569827+0000 mgr.y (mgr.24491) 16006 : cluster [DBG] pgmap v14141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:55.570668+0000 mgr.y (mgr.24491) 16007 : cluster [DBG] pgmap v14142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:55.570668+0000 mgr.y (mgr.24491) 16007 : cluster [DBG] pgmap v14142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:55.570668+0000 mgr.y (mgr.24491) 16007 : cluster [DBG] pgmap v14142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:23:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:23:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:57.571235+0000 mgr.y (mgr.24491) 16008 : cluster [DBG] pgmap v14143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:23:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:23:59.127540+0000 mon.a (mon.0) 3408 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:23:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:57.571235+0000 mgr.y (mgr.24491) 16008 : cluster [DBG] pgmap v14143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:23:59.127540+0000 mon.a (mon.0) 3408 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:23:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:57.571235+0000 mgr.y (mgr.24491) 16008 : cluster [DBG] pgmap v14143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:23:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:23:59.127540+0000 mon.a (mon.0) 3408 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:24:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:23:59.422734+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:24:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:23:59.423331+0000 mon.a (mon.0) 3410 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:24:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:23:59.427654+0000 mon.a (mon.0) 3411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:24:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:23:59.422734+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:24:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:23:59.423331+0000 mon.a (mon.0) 3410 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:24:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:23:59.427654+0000 mon.a (mon.0) 3411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:24:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:23:59.422734+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:24:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:23:59.423331+0000 mon.a (mon.0) 3410 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:24:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:23:59.427654+0000 mon.a (mon.0) 3411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:24:01.428 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:24:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:23:59.572021+0000 mgr.y (mgr.24491) 16009 : cluster [DBG] pgmap v14144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:23:59.572021+0000 mgr.y (mgr.24491) 16009 : cluster [DBG] pgmap v14144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:23:59.572021+0000 mgr.y (mgr.24491) 16009 : cluster [DBG] pgmap v14144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:01.572391+0000 mgr.y (mgr.24491) 16010 : cluster [DBG] pgmap v14145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:01.572391+0000 mgr.y (mgr.24491) 16010 : cluster [DBG] pgmap v14145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:01.572391+0000 mgr.y (mgr.24491) 16010 : cluster [DBG] pgmap v14145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:03.572824+0000 mgr.y (mgr.24491) 16011 : cluster [DBG] pgmap v14146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:03.572824+0000 mgr.y (mgr.24491) 16011 : cluster [DBG] pgmap v14146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:03.572824+0000 mgr.y (mgr.24491) 16011 : cluster [DBG] pgmap v14146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:05.573595+0000 mgr.y (mgr.24491) 16012 : cluster [DBG] pgmap v14147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:05.573595+0000 mgr.y (mgr.24491) 16012 : cluster [DBG] pgmap v14147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:05.573595+0000 mgr.y (mgr.24491) 16012 : cluster [DBG] pgmap v14147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:24:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:07.574055+0000 mgr.y (mgr.24491) 16013 : cluster [DBG] pgmap v14148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:07.574055+0000 mgr.y (mgr.24491) 16013 : cluster [DBG] pgmap v14148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:07.574055+0000 mgr.y (mgr.24491) 16013 : cluster [DBG] pgmap v14148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:11.443 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:24:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:09.574678+0000 mgr.y (mgr.24491) 16014 : cluster [DBG] pgmap v14149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:09.574678+0000 mgr.y (mgr.24491) 16014 : cluster [DBG] pgmap v14149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:09.574678+0000 mgr.y (mgr.24491) 16014 : cluster [DBG] pgmap v14149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:12.914 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:24:13.188 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:24:13.188 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 2m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:24:13.189 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 2m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:24:13.189 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 2m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:24:13.189 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 2m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:24:13.189 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 2m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:24:13.189 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 2m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:24:13.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 2m ago 7h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:24:13.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 2m ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:24:13.189 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 2m ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:24:13.189 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 2m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:24:13.189 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 2m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:24:13.189 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 2m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:24:13.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 2m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:24:13.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 2m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:24:13.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 2m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:24:13.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 2m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:24:13.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 2m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:24:13.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 2m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:24:13.190 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 2m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:24:13.190 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 2m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:24:13.523 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:24:13.524 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:24:13.524 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:24:13.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:24:13.524 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:24:13.524 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:24:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:11.575178+0000 mgr.y (mgr.24491) 16015 : cluster [DBG] pgmap v14150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:11.575178+0000 mgr.y (mgr.24491) 16015 : cluster [DBG] pgmap v14150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:11.575178+0000 mgr.y (mgr.24491) 16015 : cluster [DBG] pgmap v14150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:24:12.902615+0000 mgr.y (mgr.24491) 16016 : audit [DBG] from='client.31314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:24:13.181769+0000 mgr.y (mgr.24491) 16017 : audit [DBG] from='client.31320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:24:13.523858+0000 mon.a (mon.0) 3412 : audit [DBG] from='client.? 172.21.15.177:0/1228489760' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:24:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:24:12.902615+0000 mgr.y (mgr.24491) 16016 : audit [DBG] from='client.31314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:24:13.181769+0000 mgr.y (mgr.24491) 16017 : audit [DBG] from='client.31320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:24:13.523858+0000 mon.a (mon.0) 3412 : audit [DBG] from='client.? 172.21.15.177:0/1228489760' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:24:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:24:12.902615+0000 mgr.y (mgr.24491) 16016 : audit [DBG] from='client.31314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:24:13.181769+0000 mgr.y (mgr.24491) 16017 : audit [DBG] from='client.31320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:14.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:24:13.523858+0000 mon.a (mon.0) 3412 : audit [DBG] from='client.? 172.21.15.177:0/1228489760' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:24:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:13.575712+0000 mgr.y (mgr.24491) 16018 : cluster [DBG] pgmap v14151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:13.575712+0000 mgr.y (mgr.24491) 16018 : cluster [DBG] pgmap v14151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:13.575712+0000 mgr.y (mgr.24491) 16018 : cluster [DBG] pgmap v14151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:17.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:15.576377+0000 mgr.y (mgr.24491) 16019 : cluster [DBG] pgmap v14152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:17.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:15.576377+0000 mgr.y (mgr.24491) 16019 : cluster [DBG] pgmap v14152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:15.576377+0000 mgr.y (mgr.24491) 16019 : cluster [DBG] pgmap v14152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:24:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:17.577014+0000 mgr.y (mgr.24491) 16020 : cluster [DBG] pgmap v14153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:17.577014+0000 mgr.y (mgr.24491) 16020 : cluster [DBG] pgmap v14153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:17.577014+0000 mgr.y (mgr.24491) 16020 : cluster [DBG] pgmap v14153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:21.462 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:24:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:19.577658+0000 mgr.y (mgr.24491) 16021 : cluster [DBG] pgmap v14154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:19.577658+0000 mgr.y (mgr.24491) 16021 : cluster [DBG] pgmap v14154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:21.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:19.577658+0000 mgr.y (mgr.24491) 16021 : cluster [DBG] pgmap v14154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:21.578138+0000 mgr.y (mgr.24491) 16022 : cluster [DBG] pgmap v14155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:21.578138+0000 mgr.y (mgr.24491) 16022 : cluster [DBG] pgmap v14155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:21.578138+0000 mgr.y (mgr.24491) 16022 : cluster [DBG] pgmap v14155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:23.578595+0000 mgr.y (mgr.24491) 16023 : cluster [DBG] pgmap v14156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:23.578595+0000 mgr.y (mgr.24491) 16023 : cluster [DBG] pgmap v14156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:23.578595+0000 mgr.y (mgr.24491) 16023 : cluster [DBG] pgmap v14156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:25.579446+0000 mgr.y (mgr.24491) 16024 : cluster [DBG] pgmap v14157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:25.579446+0000 mgr.y (mgr.24491) 16024 : cluster [DBG] pgmap v14157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:25.579446+0000 mgr.y (mgr.24491) 16024 : cluster [DBG] pgmap v14157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:24:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:27.579832+0000 mgr.y (mgr.24491) 16025 : cluster [DBG] pgmap v14158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:27.579832+0000 mgr.y (mgr.24491) 16025 : cluster [DBG] pgmap v14158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:27.579832+0000 mgr.y (mgr.24491) 16025 : cluster [DBG] pgmap v14158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:31.477 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:24:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:29.580572+0000 mgr.y (mgr.24491) 16026 : cluster [DBG] pgmap v14159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:29.580572+0000 mgr.y (mgr.24491) 16026 : cluster [DBG] pgmap v14159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:29.580572+0000 mgr.y (mgr.24491) 16026 : cluster [DBG] pgmap v14159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:31.580994+0000 mgr.y (mgr.24491) 16027 : cluster [DBG] pgmap v14160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:31.580994+0000 mgr.y (mgr.24491) 16027 : cluster [DBG] pgmap v14160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:31.580994+0000 mgr.y (mgr.24491) 16027 : cluster [DBG] pgmap v14160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:33.581358+0000 mgr.y (mgr.24491) 16028 : cluster [DBG] pgmap v14161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:33.581358+0000 mgr.y (mgr.24491) 16028 : cluster [DBG] pgmap v14161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:33.581358+0000 mgr.y (mgr.24491) 16028 : cluster [DBG] pgmap v14161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:35.582170+0000 mgr.y (mgr.24491) 16029 : cluster [DBG] pgmap v14162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:36.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:35.582170+0000 mgr.y (mgr.24491) 16029 : cluster [DBG] pgmap v14162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:35.582170+0000 mgr.y (mgr.24491) 16029 : cluster [DBG] pgmap v14162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:24:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:37.582622+0000 mgr.y (mgr.24491) 16030 : cluster [DBG] pgmap v14163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:37.582622+0000 mgr.y (mgr.24491) 16030 : cluster [DBG] pgmap v14163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:39.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:37.582622+0000 mgr.y (mgr.24491) 16030 : cluster [DBG] pgmap v14163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:39.583247+0000 mgr.y (mgr.24491) 16031 : cluster [DBG] pgmap v14164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:39.583247+0000 mgr.y (mgr.24491) 16031 : cluster [DBG] pgmap v14164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:41.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:39.583247+0000 mgr.y (mgr.24491) 16031 : cluster [DBG] pgmap v14164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:24:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:41.583685+0000 mgr.y (mgr.24491) 16032 : cluster [DBG] pgmap v14165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:41.583685+0000 mgr.y (mgr.24491) 16032 : cluster [DBG] pgmap v14165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:41.583685+0000 mgr.y (mgr.24491) 16032 : cluster [DBG] pgmap v14165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:43.835 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:24:44.114 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:24:44.114 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 2m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:24:44.114 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 2m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:24:44.114 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 2m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:24:44.114 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 2m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 2m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 2m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 2m ago 7h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 2m ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 2m ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 2m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 2m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 2m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 2m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 2m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 2m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 2m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 2m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 2m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 2m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:24:44.115 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 2m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:24:44.450 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:24:44.450 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:24:44.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:24:44.450 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:24:44.450 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:24:44.450 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:24:44.450 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:24:44.450 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:24:44.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:24:44.451 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:24:44.451 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:24:44.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:24:44.451 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:24:44.451 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:24:44.451 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:24:44.451 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:24:44.451 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:24:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:43.584093+0000 mgr.y (mgr.24491) 16033 : cluster [DBG] pgmap v14166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:45.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:24:43.824720+0000 mgr.y (mgr.24491) 16034 : audit [DBG] from='client.31332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:45.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:24:44.107648+0000 mgr.y (mgr.24491) 16035 : audit [DBG] from='client.31338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:45.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:24:44.450955+0000 mon.a (mon.0) 3413 : audit [DBG] from='client.? 172.21.15.177:0/3999338671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:24:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:43.584093+0000 mgr.y (mgr.24491) 16033 : cluster [DBG] pgmap v14166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:24:43.824720+0000 mgr.y (mgr.24491) 16034 : audit [DBG] from='client.31332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:24:44.107648+0000 mgr.y (mgr.24491) 16035 : audit [DBG] from='client.31338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:24:44.450955+0000 mon.a (mon.0) 3413 : audit [DBG] from='client.? 172.21.15.177:0/3999338671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:24:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:43.584093+0000 mgr.y (mgr.24491) 16033 : cluster [DBG] pgmap v14166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:24:43.824720+0000 mgr.y (mgr.24491) 16034 : audit [DBG] from='client.31332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:24:44.107648+0000 mgr.y (mgr.24491) 16035 : audit [DBG] from='client.31338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:24:45.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:24:44.450955+0000 mon.a (mon.0) 3413 : audit [DBG] from='client.? 172.21.15.177:0/3999338671' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:24:47.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:45.584733+0000 mgr.y (mgr.24491) 16036 : cluster [DBG] pgmap v14167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:45.584733+0000 mgr.y (mgr.24491) 16036 : cluster [DBG] pgmap v14167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:45.584733+0000 mgr.y (mgr.24491) 16036 : cluster [DBG] pgmap v14167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:24:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:47.585258+0000 mgr.y (mgr.24491) 16037 : cluster [DBG] pgmap v14168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:47.585258+0000 mgr.y (mgr.24491) 16037 : cluster [DBG] pgmap v14168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:47.585258+0000 mgr.y (mgr.24491) 16037 : cluster [DBG] pgmap v14168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:49.586048+0000 mgr.y (mgr.24491) 16038 : cluster [DBG] pgmap v14169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:49.586048+0000 mgr.y (mgr.24491) 16038 : cluster [DBG] pgmap v14169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:49.586048+0000 mgr.y (mgr.24491) 16038 : cluster [DBG] pgmap v14169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:24:53.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:51.586470+0000 mgr.y (mgr.24491) 16039 : cluster [DBG] pgmap v14170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:51.586470+0000 mgr.y (mgr.24491) 16039 : cluster [DBG] pgmap v14170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:51.586470+0000 mgr.y (mgr.24491) 16039 : cluster [DBG] pgmap v14170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:53.586856+0000 mgr.y (mgr.24491) 16040 : cluster [DBG] pgmap v14171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:53.586856+0000 mgr.y (mgr.24491) 16040 : cluster [DBG] pgmap v14171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:53.586856+0000 mgr.y (mgr.24491) 16040 : cluster [DBG] pgmap v14171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:57.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:55.587562+0000 mgr.y (mgr.24491) 16041 : cluster [DBG] pgmap v14172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:55.587562+0000 mgr.y (mgr.24491) 16041 : cluster [DBG] pgmap v14172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:55.587562+0000 mgr.y (mgr.24491) 16041 : cluster [DBG] pgmap v14172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:24:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:24:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:57.588037+0000 mgr.y (mgr.24491) 16042 : cluster [DBG] pgmap v14173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:57.588037+0000 mgr.y (mgr.24491) 16042 : cluster [DBG] pgmap v14173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:57.588037+0000 mgr.y (mgr.24491) 16042 : cluster [DBG] pgmap v14173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:24:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:24:59.431865+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:25:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:24:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:24:59.674029+0000 mon.a (mon.0) 3415 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:25:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:24:59.431865+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:25:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:24:59.674029+0000 mon.a (mon.0) 3415 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:25:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:24:59.431865+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:25:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:24:59.674029+0000 mon.a (mon.0) 3415 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:25:01.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:24:59.588744+0000 mgr.y (mgr.24491) 16043 : cluster [DBG] pgmap v14174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:01.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:24:59.950867+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:25:01.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:24:59.951493+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:25:01.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:24:59.957428+0000 mon.a (mon.0) 3418 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:25:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:24:59.588744+0000 mgr.y (mgr.24491) 16043 : cluster [DBG] pgmap v14174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:24:59.950867+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:25:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:24:59.951493+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:25:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:24:59.957428+0000 mon.a (mon.0) 3418 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:25:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:24:59.588744+0000 mgr.y (mgr.24491) 16043 : cluster [DBG] pgmap v14174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:24:59.950867+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:25:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:24:59.951493+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:25:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:24:59.957428+0000 mon.a (mon.0) 3418 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:25:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:25:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:01.589351+0000 mgr.y (mgr.24491) 16044 : cluster [DBG] pgmap v14175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:01.589351+0000 mgr.y (mgr.24491) 16044 : cluster [DBG] pgmap v14175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:01.589351+0000 mgr.y (mgr.24491) 16044 : cluster [DBG] pgmap v14175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:03.589931+0000 mgr.y (mgr.24491) 16045 : cluster [DBG] pgmap v14176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:03.589931+0000 mgr.y (mgr.24491) 16045 : cluster [DBG] pgmap v14176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:03.589931+0000 mgr.y (mgr.24491) 16045 : cluster [DBG] pgmap v14176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:05.590619+0000 mgr.y (mgr.24491) 16046 : cluster [DBG] pgmap v14177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:05.590619+0000 mgr.y (mgr.24491) 16046 : cluster [DBG] pgmap v14177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:05.590619+0000 mgr.y (mgr.24491) 16046 : cluster [DBG] pgmap v14177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:25:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:07.591117+0000 mgr.y (mgr.24491) 16047 : cluster [DBG] pgmap v14178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:07.591117+0000 mgr.y (mgr.24491) 16047 : cluster [DBG] pgmap v14178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:07.591117+0000 mgr.y (mgr.24491) 16047 : cluster [DBG] pgmap v14178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:11.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:09.591887+0000 mgr.y (mgr.24491) 16048 : cluster [DBG] pgmap v14179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:09.591887+0000 mgr.y (mgr.24491) 16048 : cluster [DBG] pgmap v14179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:11.162 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:09.591887+0000 mgr.y (mgr.24491) 16048 : cluster [DBG] pgmap v14179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:25:13.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:11.592332+0000 mgr.y (mgr.24491) 16049 : cluster [DBG] pgmap v14180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:11.592332+0000 mgr.y (mgr.24491) 16049 : cluster [DBG] pgmap v14180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:11.592332+0000 mgr.y (mgr.24491) 16049 : cluster [DBG] pgmap v14180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:14.765 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:25:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:13.592910+0000 mgr.y (mgr.24491) 16050 : cluster [DBG] pgmap v14181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:15.040 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:25:15.040 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:25:15.040 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 3m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:25:15.040 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:25:15.040 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 3m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:25:15.040 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 3m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:25:15.040 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:25:15.040 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 3m ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 3m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 3m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 3m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 3m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 3m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:25:15.041 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 3m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:25:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:13.592910+0000 mgr.y (mgr.24491) 16050 : cluster [DBG] pgmap v14181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:13.592910+0000 mgr.y (mgr.24491) 16050 : cluster [DBG] pgmap v14181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:15.374 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:25:15.374 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:25:15.374 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:25:15.375 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:25:15.376 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:25:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:25:14.753580+0000 mgr.y (mgr.24491) 16051 : audit [DBG] from='client.41261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:25:15.033492+0000 mgr.y (mgr.24491) 16052 : audit [DBG] from='client.31356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:25:15.375273+0000 mon.c (mon.2) 503 : audit [DBG] from='client.? 172.21.15.177:0/3362851055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:25:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:25:14.753580+0000 mgr.y (mgr.24491) 16051 : audit [DBG] from='client.41261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:25:15.033492+0000 mgr.y (mgr.24491) 16052 : audit [DBG] from='client.31356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:25:15.375273+0000 mon.c (mon.2) 503 : audit [DBG] from='client.? 172.21.15.177:0/3362851055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:25:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:25:14.753580+0000 mgr.y (mgr.24491) 16051 : audit [DBG] from='client.41261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:25:15.033492+0000 mgr.y (mgr.24491) 16052 : audit [DBG] from='client.31356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:25:15.375273+0000 mon.c (mon.2) 503 : audit [DBG] from='client.? 172.21.15.177:0/3362851055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:25:17.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:15.593527+0000 mgr.y (mgr.24491) 16053 : cluster [DBG] pgmap v14182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:17.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:15.593527+0000 mgr.y (mgr.24491) 16053 : cluster [DBG] pgmap v14182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:15.593527+0000 mgr.y (mgr.24491) 16053 : cluster [DBG] pgmap v14182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:25:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:17.593976+0000 mgr.y (mgr.24491) 16054 : cluster [DBG] pgmap v14183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:17.593976+0000 mgr.y (mgr.24491) 16054 : cluster [DBG] pgmap v14183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:17.593976+0000 mgr.y (mgr.24491) 16054 : cluster [DBG] pgmap v14183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:19.594554+0000 mgr.y (mgr.24491) 16055 : cluster [DBG] pgmap v14184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:19.594554+0000 mgr.y (mgr.24491) 16055 : cluster [DBG] pgmap v14184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:19.594554+0000 mgr.y (mgr.24491) 16055 : cluster [DBG] pgmap v14184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:25:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:21.595051+0000 mgr.y (mgr.24491) 16056 : cluster [DBG] pgmap v14185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:21.595051+0000 mgr.y (mgr.24491) 16056 : cluster [DBG] pgmap v14185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:21.595051+0000 mgr.y (mgr.24491) 16056 : cluster [DBG] pgmap v14185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:23.595491+0000 mgr.y (mgr.24491) 16057 : cluster [DBG] pgmap v14186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:23.595491+0000 mgr.y (mgr.24491) 16057 : cluster [DBG] pgmap v14186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:25.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:23.595491+0000 mgr.y (mgr.24491) 16057 : cluster [DBG] pgmap v14186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:25.596217+0000 mgr.y (mgr.24491) 16058 : cluster [DBG] pgmap v14187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:25.596217+0000 mgr.y (mgr.24491) 16058 : cluster [DBG] pgmap v14187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:25.596217+0000 mgr.y (mgr.24491) 16058 : cluster [DBG] pgmap v14187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:25:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:27.596712+0000 mgr.y (mgr.24491) 16059 : cluster [DBG] pgmap v14188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:27.596712+0000 mgr.y (mgr.24491) 16059 : cluster [DBG] pgmap v14188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:27.596712+0000 mgr.y (mgr.24491) 16059 : cluster [DBG] pgmap v14188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:29.597366+0000 mgr.y (mgr.24491) 16060 : cluster [DBG] pgmap v14189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:29.597366+0000 mgr.y (mgr.24491) 16060 : cluster [DBG] pgmap v14189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:29.597366+0000 mgr.y (mgr.24491) 16060 : cluster [DBG] pgmap v14189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:25:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:31.597734+0000 mgr.y (mgr.24491) 16061 : cluster [DBG] pgmap v14190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:31.597734+0000 mgr.y (mgr.24491) 16061 : cluster [DBG] pgmap v14190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:31.597734+0000 mgr.y (mgr.24491) 16061 : cluster [DBG] pgmap v14190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:33.598266+0000 mgr.y (mgr.24491) 16062 : cluster [DBG] pgmap v14191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:33.598266+0000 mgr.y (mgr.24491) 16062 : cluster [DBG] pgmap v14191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:33.598266+0000 mgr.y (mgr.24491) 16062 : cluster [DBG] pgmap v14191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:35.599141+0000 mgr.y (mgr.24491) 16063 : cluster [DBG] pgmap v14192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:35.599141+0000 mgr.y (mgr.24491) 16063 : cluster [DBG] pgmap v14192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:37.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:35.599141+0000 mgr.y (mgr.24491) 16063 : cluster [DBG] pgmap v14192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:25:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:37.599479+0000 mgr.y (mgr.24491) 16064 : cluster [DBG] pgmap v14193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:37.599479+0000 mgr.y (mgr.24491) 16064 : cluster [DBG] pgmap v14193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:37.599479+0000 mgr.y (mgr.24491) 16064 : cluster [DBG] pgmap v14193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:41.009 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:39.600132+0000 mgr.y (mgr.24491) 16065 : cluster [DBG] pgmap v14194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:39.600132+0000 mgr.y (mgr.24491) 16065 : cluster [DBG] pgmap v14194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:39.600132+0000 mgr.y (mgr.24491) 16065 : cluster [DBG] pgmap v14194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:25:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:41.600478+0000 mgr.y (mgr.24491) 16066 : cluster [DBG] pgmap v14195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:41.600478+0000 mgr.y (mgr.24491) 16066 : cluster [DBG] pgmap v14195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:41.600478+0000 mgr.y (mgr.24491) 16066 : cluster [DBG] pgmap v14195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:43.600888+0000 mgr.y (mgr.24491) 16067 : cluster [DBG] pgmap v14196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:43.600888+0000 mgr.y (mgr.24491) 16067 : cluster [DBG] pgmap v14196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:43.600888+0000 mgr.y (mgr.24491) 16067 : cluster [DBG] pgmap v14196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:45.685 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:25:45.959 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 3m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 3m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 3m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 3m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 3m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 3m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 3m ago 7h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 3m ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 3m ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 3m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 3m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 3m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:25:45.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 3m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:25:45.961 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 3m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:25:45.961 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 3m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:25:45.961 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 3m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:25:45.961 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 3m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:25:45.961 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 3m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:25:45.961 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 3m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:25:45.961 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 3m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:25:46.295 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:25:46.295 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:25:46.296 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:25:46.297 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:25:46.297 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:25:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:45.601442+0000 mgr.y (mgr.24491) 16068 : cluster [DBG] pgmap v14197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:25:45.674118+0000 mgr.y (mgr.24491) 16069 : audit [DBG] from='client.41279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:25:45.953026+0000 mgr.y (mgr.24491) 16070 : audit [DBG] from='client.31374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:25:46.296438+0000 mon.a (mon.0) 3419 : audit [DBG] from='client.? 172.21.15.177:0/2039608828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:25:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:45.601442+0000 mgr.y (mgr.24491) 16068 : cluster [DBG] pgmap v14197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:25:45.674118+0000 mgr.y (mgr.24491) 16069 : audit [DBG] from='client.41279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:25:45.953026+0000 mgr.y (mgr.24491) 16070 : audit [DBG] from='client.31374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:25:46.296438+0000 mon.a (mon.0) 3419 : audit [DBG] from='client.? 172.21.15.177:0/2039608828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:25:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:45.601442+0000 mgr.y (mgr.24491) 16068 : cluster [DBG] pgmap v14197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:25:45.674118+0000 mgr.y (mgr.24491) 16069 : audit [DBG] from='client.41279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:25:45.953026+0000 mgr.y (mgr.24491) 16070 : audit [DBG] from='client.31374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:25:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:25:46.296438+0000 mon.a (mon.0) 3419 : audit [DBG] from='client.? 172.21.15.177:0/2039608828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:25:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:25:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:47.601801+0000 mgr.y (mgr.24491) 16071 : cluster [DBG] pgmap v14198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:49.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:47.601801+0000 mgr.y (mgr.24491) 16071 : cluster [DBG] pgmap v14198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:47.601801+0000 mgr.y (mgr.24491) 16071 : cluster [DBG] pgmap v14198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:49.602414+0000 mgr.y (mgr.24491) 16072 : cluster [DBG] pgmap v14199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:49.602414+0000 mgr.y (mgr.24491) 16072 : cluster [DBG] pgmap v14199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:51.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:49.602414+0000 mgr.y (mgr.24491) 16072 : cluster [DBG] pgmap v14199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:25:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:51.602970+0000 mgr.y (mgr.24491) 16073 : cluster [DBG] pgmap v14200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:51.602970+0000 mgr.y (mgr.24491) 16073 : cluster [DBG] pgmap v14200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:51.602970+0000 mgr.y (mgr.24491) 16073 : cluster [DBG] pgmap v14200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:53.603401+0000 mgr.y (mgr.24491) 16074 : cluster [DBG] pgmap v14201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:53.603401+0000 mgr.y (mgr.24491) 16074 : cluster [DBG] pgmap v14201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:53.603401+0000 mgr.y (mgr.24491) 16074 : cluster [DBG] pgmap v14201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:55.604051+0000 mgr.y (mgr.24491) 16075 : cluster [DBG] pgmap v14202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:55.604051+0000 mgr.y (mgr.24491) 16075 : cluster [DBG] pgmap v14202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:55.604051+0000 mgr.y (mgr.24491) 16075 : cluster [DBG] pgmap v14202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:25:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:25:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:57.604433+0000 mgr.y (mgr.24491) 16076 : cluster [DBG] pgmap v14203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:57.604433+0000 mgr.y (mgr.24491) 16076 : cluster [DBG] pgmap v14203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:25:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:25:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:57.604433+0000 mgr.y (mgr.24491) 16076 : cluster [DBG] pgmap v14203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:25:59.605214+0000 mgr.y (mgr.24491) 16077 : cluster [DBG] pgmap v14204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:25:59.961712+0000 mon.a (mon.0) 3420 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:26:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:26:00.204430+0000 mon.a (mon.0) 3421 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:26:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:26:00.467172+0000 mon.a (mon.0) 3422 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:26:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:26:00.467832+0000 mon.a (mon.0) 3423 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:26:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:26:00.472490+0000 mon.a (mon.0) 3424 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:26:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:25:59.605214+0000 mgr.y (mgr.24491) 16077 : cluster [DBG] pgmap v14204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:01.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:25:59.961712+0000 mon.a (mon.0) 3420 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:26:01.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:26:00.204430+0000 mon.a (mon.0) 3421 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:26:01.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:26:00.467172+0000 mon.a (mon.0) 3422 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:26:01.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:26:00.467832+0000 mon.a (mon.0) 3423 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:26:01.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:26:00.472490+0000 mon.a (mon.0) 3424 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:26:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:26:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:25:59.605214+0000 mgr.y (mgr.24491) 16077 : cluster [DBG] pgmap v14204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:25:59.961712+0000 mon.a (mon.0) 3420 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:26:01.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:26:00.204430+0000 mon.a (mon.0) 3421 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:26:01.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:26:00.467172+0000 mon.a (mon.0) 3422 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:26:01.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:26:00.467832+0000 mon.a (mon.0) 3423 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:26:01.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:26:00.472490+0000 mon.a (mon.0) 3424 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:26:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:01.605739+0000 mgr.y (mgr.24491) 16078 : cluster [DBG] pgmap v14205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:01.605739+0000 mgr.y (mgr.24491) 16078 : cluster [DBG] pgmap v14205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:01.605739+0000 mgr.y (mgr.24491) 16078 : cluster [DBG] pgmap v14205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:03.606273+0000 mgr.y (mgr.24491) 16079 : cluster [DBG] pgmap v14206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:03.606273+0000 mgr.y (mgr.24491) 16079 : cluster [DBG] pgmap v14206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:03.606273+0000 mgr.y (mgr.24491) 16079 : cluster [DBG] pgmap v14206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:05.607102+0000 mgr.y (mgr.24491) 16080 : cluster [DBG] pgmap v14207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:05.607102+0000 mgr.y (mgr.24491) 16080 : cluster [DBG] pgmap v14207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:05.607102+0000 mgr.y (mgr.24491) 16080 : cluster [DBG] pgmap v14207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:26:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:07.607526+0000 mgr.y (mgr.24491) 16081 : cluster [DBG] pgmap v14208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:07.607526+0000 mgr.y (mgr.24491) 16081 : cluster [DBG] pgmap v14208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:07.607526+0000 mgr.y (mgr.24491) 16081 : cluster [DBG] pgmap v14208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:09.608266+0000 mgr.y (mgr.24491) 16082 : cluster [DBG] pgmap v14209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:09.608266+0000 mgr.y (mgr.24491) 16082 : cluster [DBG] pgmap v14209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:09.608266+0000 mgr.y (mgr.24491) 16082 : cluster [DBG] pgmap v14209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:26:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:11.608769+0000 mgr.y (mgr.24491) 16083 : cluster [DBG] pgmap v14210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:11.608769+0000 mgr.y (mgr.24491) 16083 : cluster [DBG] pgmap v14210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:11.608769+0000 mgr.y (mgr.24491) 16083 : cluster [DBG] pgmap v14210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:13.609204+0000 mgr.y (mgr.24491) 16084 : cluster [DBG] pgmap v14211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:13.609204+0000 mgr.y (mgr.24491) 16084 : cluster [DBG] pgmap v14211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:15.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:13.609204+0000 mgr.y (mgr.24491) 16084 : cluster [DBG] pgmap v14211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:16.605 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:26:16.881 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:26:16.881 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:26:16.881 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:26:16.881 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:26:16.881 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:26:16.881 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:26:16.881 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:26:16.882 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:26:17.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:15.609885+0000 mgr.y (mgr.24491) 16085 : cluster [DBG] pgmap v14212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:15.609885+0000 mgr.y (mgr.24491) 16085 : cluster [DBG] pgmap v14212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:17.215 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:26:17.215 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:26:17.215 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:26:17.215 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:26:17.215 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:26:17.215 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:26:17.215 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:26:17.216 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:26:17.216 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:26:17.216 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:26:17.216 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:26:17.216 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:26:17.216 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:26:17.216 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:26:17.216 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:26:17.216 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:26:17.216 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:26:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:15.609885+0000 mgr.y (mgr.24491) 16085 : cluster [DBG] pgmap v14212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:26:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:26:16.593967+0000 mgr.y (mgr.24491) 16086 : audit [DBG] from='client.41297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:26:16.874290+0000 mgr.y (mgr.24491) 16087 : audit [DBG] from='client.41303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:26:17.215922+0000 mon.a (mon.0) 3425 : audit [DBG] from='client.? 172.21.15.177:0/2972846202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:26:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:26:16.593967+0000 mgr.y (mgr.24491) 16086 : audit [DBG] from='client.41297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:26:16.874290+0000 mgr.y (mgr.24491) 16087 : audit [DBG] from='client.41303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:26:17.215922+0000 mon.a (mon.0) 3425 : audit [DBG] from='client.? 172.21.15.177:0/2972846202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:26:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:26:16.593967+0000 mgr.y (mgr.24491) 16086 : audit [DBG] from='client.41297 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:26:16.874290+0000 mgr.y (mgr.24491) 16087 : audit [DBG] from='client.41303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:26:17.215922+0000 mon.a (mon.0) 3425 : audit [DBG] from='client.? 172.21.15.177:0/2972846202' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:26:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:17.610317+0000 mgr.y (mgr.24491) 16088 : cluster [DBG] pgmap v14213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:17.610317+0000 mgr.y (mgr.24491) 16088 : cluster [DBG] pgmap v14213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:17.610317+0000 mgr.y (mgr.24491) 16088 : cluster [DBG] pgmap v14213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:19.610869+0000 mgr.y (mgr.24491) 16089 : cluster [DBG] pgmap v14214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:19.610869+0000 mgr.y (mgr.24491) 16089 : cluster [DBG] pgmap v14214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:19.610869+0000 mgr.y (mgr.24491) 16089 : cluster [DBG] pgmap v14214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:26:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:21.611429+0000 mgr.y (mgr.24491) 16090 : cluster [DBG] pgmap v14215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:21.611429+0000 mgr.y (mgr.24491) 16090 : cluster [DBG] pgmap v14215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:21.611429+0000 mgr.y (mgr.24491) 16090 : cluster [DBG] pgmap v14215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:23.612009+0000 mgr.y (mgr.24491) 16091 : cluster [DBG] pgmap v14216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:23.612009+0000 mgr.y (mgr.24491) 16091 : cluster [DBG] pgmap v14216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:23.612009+0000 mgr.y (mgr.24491) 16091 : cluster [DBG] pgmap v14216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:25.612777+0000 mgr.y (mgr.24491) 16092 : cluster [DBG] pgmap v14217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:27.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:25.612777+0000 mgr.y (mgr.24491) 16092 : cluster [DBG] pgmap v14217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:25.612777+0000 mgr.y (mgr.24491) 16092 : cluster [DBG] pgmap v14217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:26:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:27.613290+0000 mgr.y (mgr.24491) 16093 : cluster [DBG] pgmap v14218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:27.613290+0000 mgr.y (mgr.24491) 16093 : cluster [DBG] pgmap v14218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:27.613290+0000 mgr.y (mgr.24491) 16093 : cluster [DBG] pgmap v14218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:29.614044+0000 mgr.y (mgr.24491) 16094 : cluster [DBG] pgmap v14219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:29.614044+0000 mgr.y (mgr.24491) 16094 : cluster [DBG] pgmap v14219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:29.614044+0000 mgr.y (mgr.24491) 16094 : cluster [DBG] pgmap v14219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:26:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:31.614612+0000 mgr.y (mgr.24491) 16095 : cluster [DBG] pgmap v14220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:31.614612+0000 mgr.y (mgr.24491) 16095 : cluster [DBG] pgmap v14220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:31.614612+0000 mgr.y (mgr.24491) 16095 : cluster [DBG] pgmap v14220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:33.615154+0000 mgr.y (mgr.24491) 16096 : cluster [DBG] pgmap v14221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:33.615154+0000 mgr.y (mgr.24491) 16096 : cluster [DBG] pgmap v14221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:33.615154+0000 mgr.y (mgr.24491) 16096 : cluster [DBG] pgmap v14221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:35.615816+0000 mgr.y (mgr.24491) 16097 : cluster [DBG] pgmap v14222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:35.615816+0000 mgr.y (mgr.24491) 16097 : cluster [DBG] pgmap v14222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:35.615816+0000 mgr.y (mgr.24491) 16097 : cluster [DBG] pgmap v14222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:26:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:37.616292+0000 mgr.y (mgr.24491) 16098 : cluster [DBG] pgmap v14223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:37.616292+0000 mgr.y (mgr.24491) 16098 : cluster [DBG] pgmap v14223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:37.616292+0000 mgr.y (mgr.24491) 16098 : cluster [DBG] pgmap v14223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:39.617036+0000 mgr.y (mgr.24491) 16099 : cluster [DBG] pgmap v14224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:39.617036+0000 mgr.y (mgr.24491) 16099 : cluster [DBG] pgmap v14224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:39.617036+0000 mgr.y (mgr.24491) 16099 : cluster [DBG] pgmap v14224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:26:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:41.617553+0000 mgr.y (mgr.24491) 16100 : cluster [DBG] pgmap v14225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:41.617553+0000 mgr.y (mgr.24491) 16100 : cluster [DBG] pgmap v14225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:41.617553+0000 mgr.y (mgr.24491) 16100 : cluster [DBG] pgmap v14225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:43.618086+0000 mgr.y (mgr.24491) 16101 : cluster [DBG] pgmap v14226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:43.618086+0000 mgr.y (mgr.24491) 16101 : cluster [DBG] pgmap v14226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:43.618086+0000 mgr.y (mgr.24491) 16101 : cluster [DBG] pgmap v14226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:45.618715+0000 mgr.y (mgr.24491) 16102 : cluster [DBG] pgmap v14227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:45.618715+0000 mgr.y (mgr.24491) 16102 : cluster [DBG] pgmap v14227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:45.618715+0000 mgr.y (mgr.24491) 16102 : cluster [DBG] pgmap v14227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:47.521 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:26:47.799 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:26:47.799 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 4m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:26:47.799 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 4m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:26:47.799 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 4m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:26:47.799 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 4m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:26:47.799 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 4m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (7h) 4m ago 7h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (7h) 4m ago 7h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 4m ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 4m ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 4m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 4m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 4m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 4m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 4m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 4m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 4m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:26:47.800 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 4m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:26:47.801 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 4m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:26:47.801 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 4m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:26:47.801 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 4m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:26:48.135 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:26:48.135 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:26:48.135 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:26:48.135 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:26:48.135 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:26:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:26:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:26:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:26:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:26:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:26:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:26:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:26:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:26:48.136 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:26:48.137 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:26:48.137 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:26:48.137 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:26:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:26:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:26:47.510356+0000 mgr.y (mgr.24491) 16103 : audit [DBG] from='client.41315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:47.619058+0000 mgr.y (mgr.24491) 16104 : cluster [DBG] pgmap v14228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:26:47.792263+0000 mgr.y (mgr.24491) 16105 : audit [DBG] from='client.41321 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:26:48.136340+0000 mon.c (mon.2) 504 : audit [DBG] from='client.? 172.21.15.177:0/1836067716' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:26:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:26:47.510356+0000 mgr.y (mgr.24491) 16103 : audit [DBG] from='client.41315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:49.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:47.619058+0000 mgr.y (mgr.24491) 16104 : cluster [DBG] pgmap v14228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:49.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:26:47.792263+0000 mgr.y (mgr.24491) 16105 : audit [DBG] from='client.41321 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:49.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:26:48.136340+0000 mon.c (mon.2) 504 : audit [DBG] from='client.? 172.21.15.177:0/1836067716' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:26:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:26:47.510356+0000 mgr.y (mgr.24491) 16103 : audit [DBG] from='client.41315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:47.619058+0000 mgr.y (mgr.24491) 16104 : cluster [DBG] pgmap v14228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:26:47.792263+0000 mgr.y (mgr.24491) 16105 : audit [DBG] from='client.41321 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:26:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:26:48.136340+0000 mon.c (mon.2) 504 : audit [DBG] from='client.? 172.21.15.177:0/1836067716' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:26:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:49.619678+0000 mgr.y (mgr.24491) 16106 : cluster [DBG] pgmap v14229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:49.619678+0000 mgr.y (mgr.24491) 16106 : cluster [DBG] pgmap v14229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:49.619678+0000 mgr.y (mgr.24491) 16106 : cluster [DBG] pgmap v14229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:26:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:51.620077+0000 mgr.y (mgr.24491) 16107 : cluster [DBG] pgmap v14230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:51.620077+0000 mgr.y (mgr.24491) 16107 : cluster [DBG] pgmap v14230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:51.620077+0000 mgr.y (mgr.24491) 16107 : cluster [DBG] pgmap v14230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:53.620453+0000 mgr.y (mgr.24491) 16108 : cluster [DBG] pgmap v14231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:53.620453+0000 mgr.y (mgr.24491) 16108 : cluster [DBG] pgmap v14231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:53.620453+0000 mgr.y (mgr.24491) 16108 : cluster [DBG] pgmap v14231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:55.621092+0000 mgr.y (mgr.24491) 16109 : cluster [DBG] pgmap v14232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:55.621092+0000 mgr.y (mgr.24491) 16109 : cluster [DBG] pgmap v14232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:57.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:55.621092+0000 mgr.y (mgr.24491) 16109 : cluster [DBG] pgmap v14232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:26:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:26:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:26:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:57.621490+0000 mgr.y (mgr.24491) 16110 : cluster [DBG] pgmap v14233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:59.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:26:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:57.621490+0000 mgr.y (mgr.24491) 16110 : cluster [DBG] pgmap v14233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:26:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:26:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:57.621490+0000 mgr.y (mgr.24491) 16110 : cluster [DBG] pgmap v14233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:26:59.622434+0000 mgr.y (mgr.24491) 16111 : cluster [DBG] pgmap v14234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:27:00.477246+0000 mon.a (mon.0) 3426 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:27:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:27:00.768997+0000 mon.a (mon.0) 3427 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:27:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:27:00.769648+0000 mon.a (mon.0) 3428 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:27:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:27:00.773735+0000 mon.a (mon.0) 3429 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:27:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:26:59.622434+0000 mgr.y (mgr.24491) 16111 : cluster [DBG] pgmap v14234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:27:00.477246+0000 mon.a (mon.0) 3426 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:27:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:27:00.768997+0000 mon.a (mon.0) 3427 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:27:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:27:00.769648+0000 mon.a (mon.0) 3428 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:27:01.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:27:00.773735+0000 mon.a (mon.0) 3429 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:27:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:27:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:26:59.622434+0000 mgr.y (mgr.24491) 16111 : cluster [DBG] pgmap v14234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:27:00.477246+0000 mon.a (mon.0) 3426 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:27:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:27:00.768997+0000 mon.a (mon.0) 3427 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:27:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:27:00.769648+0000 mon.a (mon.0) 3428 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:27:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:27:00.773735+0000 mon.a (mon.0) 3429 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:27:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:01.622825+0000 mgr.y (mgr.24491) 16112 : cluster [DBG] pgmap v14235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:01.622825+0000 mgr.y (mgr.24491) 16112 : cluster [DBG] pgmap v14235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:01.622825+0000 mgr.y (mgr.24491) 16112 : cluster [DBG] pgmap v14235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:03.623246+0000 mgr.y (mgr.24491) 16113 : cluster [DBG] pgmap v14236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:03.623246+0000 mgr.y (mgr.24491) 16113 : cluster [DBG] pgmap v14236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:03.623246+0000 mgr.y (mgr.24491) 16113 : cluster [DBG] pgmap v14236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:05.623918+0000 mgr.y (mgr.24491) 16114 : cluster [DBG] pgmap v14237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:05.623918+0000 mgr.y (mgr.24491) 16114 : cluster [DBG] pgmap v14237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:05.623918+0000 mgr.y (mgr.24491) 16114 : cluster [DBG] pgmap v14237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:27:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:07.624625+0000 mgr.y (mgr.24491) 16115 : cluster [DBG] pgmap v14238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:07.624625+0000 mgr.y (mgr.24491) 16115 : cluster [DBG] pgmap v14238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:09.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:07.624625+0000 mgr.y (mgr.24491) 16115 : cluster [DBG] pgmap v14238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:09.625346+0000 mgr.y (mgr.24491) 16116 : cluster [DBG] pgmap v14239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:09.625346+0000 mgr.y (mgr.24491) 16116 : cluster [DBG] pgmap v14239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:09.625346+0000 mgr.y (mgr.24491) 16116 : cluster [DBG] pgmap v14239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:27:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:11.625975+0000 mgr.y (mgr.24491) 16117 : cluster [DBG] pgmap v14240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:13.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:11.625975+0000 mgr.y (mgr.24491) 16117 : cluster [DBG] pgmap v14240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:11.625975+0000 mgr.y (mgr.24491) 16117 : cluster [DBG] pgmap v14240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:13.626404+0000 mgr.y (mgr.24491) 16118 : cluster [DBG] pgmap v14241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:13.626404+0000 mgr.y (mgr.24491) 16118 : cluster [DBG] pgmap v14241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:13.626404+0000 mgr.y (mgr.24491) 16118 : cluster [DBG] pgmap v14241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:15.627043+0000 mgr.y (mgr.24491) 16119 : cluster [DBG] pgmap v14242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:15.627043+0000 mgr.y (mgr.24491) 16119 : cluster [DBG] pgmap v14242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:15.627043+0000 mgr.y (mgr.24491) 16119 : cluster [DBG] pgmap v14242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:27:18.443 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:27:18.716 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 5m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 5m ago 8h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:27:18.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:27:18.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:27:18.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:27:18.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:27:18.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:27:18.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:27:18.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:27:18.718 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:27:19.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:27:19.052 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:27:19.052 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:27:19.052 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:27:19.052 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:27:19.052 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:27:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:17.627607+0000 mgr.y (mgr.24491) 16120 : cluster [DBG] pgmap v14243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:27:18.432800+0000 mgr.y (mgr.24491) 16121 : audit [DBG] from='client.41333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:27:19.051707+0000 mon.a (mon.0) 3430 : audit [DBG] from='client.? 172.21.15.177:0/679857154' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:27:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:17.627607+0000 mgr.y (mgr.24491) 16120 : cluster [DBG] pgmap v14243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:27:18.432800+0000 mgr.y (mgr.24491) 16121 : audit [DBG] from='client.41333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:19.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:27:19.051707+0000 mon.a (mon.0) 3430 : audit [DBG] from='client.? 172.21.15.177:0/679857154' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:27:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:17.627607+0000 mgr.y (mgr.24491) 16120 : cluster [DBG] pgmap v14243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:27:18.432800+0000 mgr.y (mgr.24491) 16121 : audit [DBG] from='client.41333 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:27:19.051707+0000 mon.a (mon.0) 3430 : audit [DBG] from='client.? 172.21.15.177:0/679857154' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:27:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:27:18.709766+0000 mgr.y (mgr.24491) 16122 : audit [DBG] from='client.31428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:27:18.709766+0000 mgr.y (mgr.24491) 16122 : audit [DBG] from='client.31428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:27:18.709766+0000 mgr.y (mgr.24491) 16122 : audit [DBG] from='client.31428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:19.628223+0000 mgr.y (mgr.24491) 16123 : cluster [DBG] pgmap v14244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:19.628223+0000 mgr.y (mgr.24491) 16123 : cluster [DBG] pgmap v14244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:19.628223+0000 mgr.y (mgr.24491) 16123 : cluster [DBG] pgmap v14244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:27:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:21.628656+0000 mgr.y (mgr.24491) 16124 : cluster [DBG] pgmap v14245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:21.628656+0000 mgr.y (mgr.24491) 16124 : cluster [DBG] pgmap v14245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:21.628656+0000 mgr.y (mgr.24491) 16124 : cluster [DBG] pgmap v14245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:23.629082+0000 mgr.y (mgr.24491) 16125 : cluster [DBG] pgmap v14246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:23.629082+0000 mgr.y (mgr.24491) 16125 : cluster [DBG] pgmap v14246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:23.629082+0000 mgr.y (mgr.24491) 16125 : cluster [DBG] pgmap v14246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:25.629703+0000 mgr.y (mgr.24491) 16126 : cluster [DBG] pgmap v14247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:25.629703+0000 mgr.y (mgr.24491) 16126 : cluster [DBG] pgmap v14247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:25.629703+0000 mgr.y (mgr.24491) 16126 : cluster [DBG] pgmap v14247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:27:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:27.630218+0000 mgr.y (mgr.24491) 16127 : cluster [DBG] pgmap v14248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:27.630218+0000 mgr.y (mgr.24491) 16127 : cluster [DBG] pgmap v14248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:27.630218+0000 mgr.y (mgr.24491) 16127 : cluster [DBG] pgmap v14248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:29.630783+0000 mgr.y (mgr.24491) 16128 : cluster [DBG] pgmap v14249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:29.630783+0000 mgr.y (mgr.24491) 16128 : cluster [DBG] pgmap v14249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:29.630783+0000 mgr.y (mgr.24491) 16128 : cluster [DBG] pgmap v14249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:27:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:31.631226+0000 mgr.y (mgr.24491) 16129 : cluster [DBG] pgmap v14250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:31.631226+0000 mgr.y (mgr.24491) 16129 : cluster [DBG] pgmap v14250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:31.631226+0000 mgr.y (mgr.24491) 16129 : cluster [DBG] pgmap v14250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:33.631651+0000 mgr.y (mgr.24491) 16130 : cluster [DBG] pgmap v14251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:33.631651+0000 mgr.y (mgr.24491) 16130 : cluster [DBG] pgmap v14251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:33.631651+0000 mgr.y (mgr.24491) 16130 : cluster [DBG] pgmap v14251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:35.632266+0000 mgr.y (mgr.24491) 16131 : cluster [DBG] pgmap v14252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:35.632266+0000 mgr.y (mgr.24491) 16131 : cluster [DBG] pgmap v14252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:35.632266+0000 mgr.y (mgr.24491) 16131 : cluster [DBG] pgmap v14252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:27:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:37.632678+0000 mgr.y (mgr.24491) 16132 : cluster [DBG] pgmap v14253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:37.632678+0000 mgr.y (mgr.24491) 16132 : cluster [DBG] pgmap v14253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:37.632678+0000 mgr.y (mgr.24491) 16132 : cluster [DBG] pgmap v14253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:39.633237+0000 mgr.y (mgr.24491) 16133 : cluster [DBG] pgmap v14254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:39.633237+0000 mgr.y (mgr.24491) 16133 : cluster [DBG] pgmap v14254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:39.633237+0000 mgr.y (mgr.24491) 16133 : cluster [DBG] pgmap v14254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:27:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:41.633630+0000 mgr.y (mgr.24491) 16134 : cluster [DBG] pgmap v14255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:41.633630+0000 mgr.y (mgr.24491) 16134 : cluster [DBG] pgmap v14255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:41.633630+0000 mgr.y (mgr.24491) 16134 : cluster [DBG] pgmap v14255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:43.634095+0000 mgr.y (mgr.24491) 16135 : cluster [DBG] pgmap v14256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:43.634095+0000 mgr.y (mgr.24491) 16135 : cluster [DBG] pgmap v14256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:43.634095+0000 mgr.y (mgr.24491) 16135 : cluster [DBG] pgmap v14256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:45.634658+0000 mgr.y (mgr.24491) 16136 : cluster [DBG] pgmap v14257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:45.634658+0000 mgr.y (mgr.24491) 16136 : cluster [DBG] pgmap v14257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:45.634658+0000 mgr.y (mgr.24491) 16136 : cluster [DBG] pgmap v14257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:27:49.365 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:27:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:47.635286+0000 mgr.y (mgr.24491) 16137 : cluster [DBG] pgmap v14258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:27:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 5m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:27:49.641 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 5m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 5m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 5m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 5m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 5m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 5m ago 8h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 5m ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 5m ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 5m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 5m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 5m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 5m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:27:49.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 5m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:27:49.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 5m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:27:49.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 5m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:27:49.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 5m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:27:49.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 5m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:27:49.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 5m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:27:49.643 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 5m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:27:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:47.635286+0000 mgr.y (mgr.24491) 16137 : cluster [DBG] pgmap v14258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:47.635286+0000 mgr.y (mgr.24491) 16137 : cluster [DBG] pgmap v14258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:49.977 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:27:49.977 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:27:49.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:27:49.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:27:49.978 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:27:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:27:49.354079+0000 mgr.y (mgr.24491) 16138 : audit [DBG] from='client.31440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:27:49.978149+0000 mon.a (mon.0) 3431 : audit [DBG] from='client.? 172.21.15.177:0/2246079507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:27:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:27:49.354079+0000 mgr.y (mgr.24491) 16138 : audit [DBG] from='client.31440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:27:49.978149+0000 mon.a (mon.0) 3431 : audit [DBG] from='client.? 172.21.15.177:0/2246079507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:27:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:27:49.354079+0000 mgr.y (mgr.24491) 16138 : audit [DBG] from='client.31440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:27:49.978149+0000 mon.a (mon.0) 3431 : audit [DBG] from='client.? 172.21.15.177:0/2246079507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:27:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:27:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:27:49.634062+0000 mgr.y (mgr.24491) 16139 : audit [DBG] from='client.31446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:49.635827+0000 mgr.y (mgr.24491) 16140 : cluster [DBG] pgmap v14259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:27:49.634062+0000 mgr.y (mgr.24491) 16139 : audit [DBG] from='client.31446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:49.635827+0000 mgr.y (mgr.24491) 16140 : cluster [DBG] pgmap v14259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:27:49.634062+0000 mgr.y (mgr.24491) 16139 : audit [DBG] from='client.31446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:27:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:49.635827+0000 mgr.y (mgr.24491) 16140 : cluster [DBG] pgmap v14259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:51.636303+0000 mgr.y (mgr.24491) 16141 : cluster [DBG] pgmap v14260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:51.636303+0000 mgr.y (mgr.24491) 16141 : cluster [DBG] pgmap v14260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:51.636303+0000 mgr.y (mgr.24491) 16141 : cluster [DBG] pgmap v14260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:53.636720+0000 mgr.y (mgr.24491) 16142 : cluster [DBG] pgmap v14261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:53.636720+0000 mgr.y (mgr.24491) 16142 : cluster [DBG] pgmap v14261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:53.636720+0000 mgr.y (mgr.24491) 16142 : cluster [DBG] pgmap v14261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:55.637412+0000 mgr.y (mgr.24491) 16143 : cluster [DBG] pgmap v14262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:55.637412+0000 mgr.y (mgr.24491) 16143 : cluster [DBG] pgmap v14262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:55.637412+0000 mgr.y (mgr.24491) 16143 : cluster [DBG] pgmap v14262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:27:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:27:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:27:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:57.638025+0000 mgr.y (mgr.24491) 16144 : cluster [DBG] pgmap v14263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:57.638025+0000 mgr.y (mgr.24491) 16144 : cluster [DBG] pgmap v14263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:27:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:57.638025+0000 mgr.y (mgr.24491) 16144 : cluster [DBG] pgmap v14263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:28:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:27:59.638626+0000 mgr.y (mgr.24491) 16145 : cluster [DBG] pgmap v14264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:28:00.778047+0000 mon.a (mon.0) 3432 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:28:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:28:01.069110+0000 mon.a (mon.0) 3433 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:28:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:28:01.069720+0000 mon.a (mon.0) 3434 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:28:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:28:01.073932+0000 mon.a (mon.0) 3435 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:28:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:27:59.638626+0000 mgr.y (mgr.24491) 16145 : cluster [DBG] pgmap v14264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:28:00.778047+0000 mon.a (mon.0) 3432 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:28:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:28:01.069110+0000 mon.a (mon.0) 3433 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:28:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:28:01.069720+0000 mon.a (mon.0) 3434 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:28:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:28:01.073932+0000 mon.a (mon.0) 3435 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:28:01.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:27:59.638626+0000 mgr.y (mgr.24491) 16145 : cluster [DBG] pgmap v14264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:01.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:28:00.778047+0000 mon.a (mon.0) 3432 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:28:01.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:28:01.069110+0000 mon.a (mon.0) 3433 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:28:01.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:28:01.069720+0000 mon.a (mon.0) 3434 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:28:01.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:28:01.073932+0000 mon.a (mon.0) 3435 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:28:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:01.639130+0000 mgr.y (mgr.24491) 16146 : cluster [DBG] pgmap v14265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:01.639130+0000 mgr.y (mgr.24491) 16146 : cluster [DBG] pgmap v14265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:01.639130+0000 mgr.y (mgr.24491) 16146 : cluster [DBG] pgmap v14265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:05.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:03.639530+0000 mgr.y (mgr.24491) 16147 : cluster [DBG] pgmap v14266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:03.639530+0000 mgr.y (mgr.24491) 16147 : cluster [DBG] pgmap v14266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:03.639530+0000 mgr.y (mgr.24491) 16147 : cluster [DBG] pgmap v14266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:05.640357+0000 mgr.y (mgr.24491) 16148 : cluster [DBG] pgmap v14267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:05.640357+0000 mgr.y (mgr.24491) 16148 : cluster [DBG] pgmap v14267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:05.640357+0000 mgr.y (mgr.24491) 16148 : cluster [DBG] pgmap v14267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:28:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:07.640928+0000 mgr.y (mgr.24491) 16149 : cluster [DBG] pgmap v14268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:07.640928+0000 mgr.y (mgr.24491) 16149 : cluster [DBG] pgmap v14268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:07.640928+0000 mgr.y (mgr.24491) 16149 : cluster [DBG] pgmap v14268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:09.641555+0000 mgr.y (mgr.24491) 16150 : cluster [DBG] pgmap v14269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:28:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:09.641555+0000 mgr.y (mgr.24491) 16150 : cluster [DBG] pgmap v14269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:09.641555+0000 mgr.y (mgr.24491) 16150 : cluster [DBG] pgmap v14269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:11.641958+0000 mgr.y (mgr.24491) 16151 : cluster [DBG] pgmap v14270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:11.641958+0000 mgr.y (mgr.24491) 16151 : cluster [DBG] pgmap v14270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:11.641958+0000 mgr.y (mgr.24491) 16151 : cluster [DBG] pgmap v14270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:13.642373+0000 mgr.y (mgr.24491) 16152 : cluster [DBG] pgmap v14271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:13.642373+0000 mgr.y (mgr.24491) 16152 : cluster [DBG] pgmap v14271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:13.642373+0000 mgr.y (mgr.24491) 16152 : cluster [DBG] pgmap v14271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:15.643056+0000 mgr.y (mgr.24491) 16153 : cluster [DBG] pgmap v14272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:15.643056+0000 mgr.y (mgr.24491) 16153 : cluster [DBG] pgmap v14272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:15.643056+0000 mgr.y (mgr.24491) 16153 : cluster [DBG] pgmap v14272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:28:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:17.643470+0000 mgr.y (mgr.24491) 16154 : cluster [DBG] pgmap v14273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:17.643470+0000 mgr.y (mgr.24491) 16154 : cluster [DBG] pgmap v14273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:17.643470+0000 mgr.y (mgr.24491) 16154 : cluster [DBG] pgmap v14273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:20.288 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:28:20.566 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:28:20.566 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:28:20.566 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:28:20.566 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:28:20.566 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:28:20.566 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:28:20.566 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:28:20.566 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:28:20.566 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (7h) 6m ago 7h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:28:20.566 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (7h) 6m ago 7h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:28:20.567 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:28:20.567 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:28:20.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:28:20.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:28:20.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:28:20.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:28:20.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:28:20.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:28:20.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:28:20.567 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:28:20.567 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:28:20.898 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:28:20.898 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:28:20.899 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:28:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:28:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:19.644312+0000 mgr.y (mgr.24491) 16155 : cluster [DBG] pgmap v14274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:28:20.277587+0000 mgr.y (mgr.24491) 16156 : audit [DBG] from='client.41369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:28:20.899394+0000 mon.c (mon.2) 505 : audit [DBG] from='client.? 172.21.15.177:0/176730354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:28:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:19.644312+0000 mgr.y (mgr.24491) 16155 : cluster [DBG] pgmap v14274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:28:20.277587+0000 mgr.y (mgr.24491) 16156 : audit [DBG] from='client.41369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:28:20.899394+0000 mon.c (mon.2) 505 : audit [DBG] from='client.? 172.21.15.177:0/176730354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:28:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:19.644312+0000 mgr.y (mgr.24491) 16155 : cluster [DBG] pgmap v14274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:28:20.277587+0000 mgr.y (mgr.24491) 16156 : audit [DBG] from='client.41369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:28:20.899394+0000 mon.c (mon.2) 505 : audit [DBG] from='client.? 172.21.15.177:0/176730354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:28:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:28:20.558919+0000 mgr.y (mgr.24491) 16157 : audit [DBG] from='client.31464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:28:20.558919+0000 mgr.y (mgr.24491) 16157 : audit [DBG] from='client.31464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:28:20.558919+0000 mgr.y (mgr.24491) 16157 : audit [DBG] from='client.31464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:21.644839+0000 mgr.y (mgr.24491) 16158 : cluster [DBG] pgmap v14275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:21.644839+0000 mgr.y (mgr.24491) 16158 : cluster [DBG] pgmap v14275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:21.644839+0000 mgr.y (mgr.24491) 16158 : cluster [DBG] pgmap v14275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:25.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:23.645373+0000 mgr.y (mgr.24491) 16159 : cluster [DBG] pgmap v14276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:23.645373+0000 mgr.y (mgr.24491) 16159 : cluster [DBG] pgmap v14276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:23.645373+0000 mgr.y (mgr.24491) 16159 : cluster [DBG] pgmap v14276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:25.646150+0000 mgr.y (mgr.24491) 16160 : cluster [DBG] pgmap v14277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:25.646150+0000 mgr.y (mgr.24491) 16160 : cluster [DBG] pgmap v14277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:25.646150+0000 mgr.y (mgr.24491) 16160 : cluster [DBG] pgmap v14277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:28:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:27.646740+0000 mgr.y (mgr.24491) 16161 : cluster [DBG] pgmap v14278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:27.646740+0000 mgr.y (mgr.24491) 16161 : cluster [DBG] pgmap v14278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:27.646740+0000 mgr.y (mgr.24491) 16161 : cluster [DBG] pgmap v14278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:29.647513+0000 mgr.y (mgr.24491) 16162 : cluster [DBG] pgmap v14279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:28:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:29.647513+0000 mgr.y (mgr.24491) 16162 : cluster [DBG] pgmap v14279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:29.647513+0000 mgr.y (mgr.24491) 16162 : cluster [DBG] pgmap v14279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:31.648051+0000 mgr.y (mgr.24491) 16163 : cluster [DBG] pgmap v14280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:31.648051+0000 mgr.y (mgr.24491) 16163 : cluster [DBG] pgmap v14280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:31.648051+0000 mgr.y (mgr.24491) 16163 : cluster [DBG] pgmap v14280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:33.648427+0000 mgr.y (mgr.24491) 16164 : cluster [DBG] pgmap v14281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:33.648427+0000 mgr.y (mgr.24491) 16164 : cluster [DBG] pgmap v14281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:33.648427+0000 mgr.y (mgr.24491) 16164 : cluster [DBG] pgmap v14281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:35.649191+0000 mgr.y (mgr.24491) 16165 : cluster [DBG] pgmap v14282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:35.649191+0000 mgr.y (mgr.24491) 16165 : cluster [DBG] pgmap v14282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:35.649191+0000 mgr.y (mgr.24491) 16165 : cluster [DBG] pgmap v14282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:28:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:37.649607+0000 mgr.y (mgr.24491) 16166 : cluster [DBG] pgmap v14283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:37.649607+0000 mgr.y (mgr.24491) 16166 : cluster [DBG] pgmap v14283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:37.649607+0000 mgr.y (mgr.24491) 16166 : cluster [DBG] pgmap v14283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:39.650469+0000 mgr.y (mgr.24491) 16167 : cluster [DBG] pgmap v14284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:28:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:39.650469+0000 mgr.y (mgr.24491) 16167 : cluster [DBG] pgmap v14284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:39.650469+0000 mgr.y (mgr.24491) 16167 : cluster [DBG] pgmap v14284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:41.651034+0000 mgr.y (mgr.24491) 16168 : cluster [DBG] pgmap v14285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:41.651034+0000 mgr.y (mgr.24491) 16168 : cluster [DBG] pgmap v14285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:41.651034+0000 mgr.y (mgr.24491) 16168 : cluster [DBG] pgmap v14285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:43.651498+0000 mgr.y (mgr.24491) 16169 : cluster [DBG] pgmap v14286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:43.651498+0000 mgr.y (mgr.24491) 16169 : cluster [DBG] pgmap v14286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:43.651498+0000 mgr.y (mgr.24491) 16169 : cluster [DBG] pgmap v14286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:45.652122+0000 mgr.y (mgr.24491) 16170 : cluster [DBG] pgmap v14287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:45.652122+0000 mgr.y (mgr.24491) 16170 : cluster [DBG] pgmap v14287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:45.652122+0000 mgr.y (mgr.24491) 16170 : cluster [DBG] pgmap v14287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T11:28:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:47.652510+0000 mgr.y (mgr.24491) 16171 : cluster [DBG] pgmap v14288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:47.652510+0000 mgr.y (mgr.24491) 16171 : cluster [DBG] pgmap v14288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:47.652510+0000 mgr.y (mgr.24491) 16171 : cluster [DBG] pgmap v14288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:51.208 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:28:51.268 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:28:51.486 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:28:51.486 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 6m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:28:51.486 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 6m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:28:51.486 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 6m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:28:51.486 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 6m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:28:51.486 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (7h) 6m ago 7h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:28:51.486 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:28:51.486 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:28:51.486 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 6m ago 8h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:28:51.486 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 6m ago 8h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:28:51.486 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 6m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:28:51.487 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 6m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:28:51.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (7h) 6m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:28:51.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 6m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:28:51.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 6m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:28:51.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 6m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:28:51.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 6m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:28:51.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 6m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:28:51.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 6m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:28:51.487 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 6m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:28:51.487 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 6m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:28:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:49.653161+0000 mgr.y (mgr.24491) 16172 : cluster [DBG] pgmap v14289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:49.653161+0000 mgr.y (mgr.24491) 16172 : cluster [DBG] pgmap v14289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:49.653161+0000 mgr.y (mgr.24491) 16172 : cluster [DBG] pgmap v14289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:51.818 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:28:51.819 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:28:51.820 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:28:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:28:51.197273+0000 mgr.y (mgr.24491) 16173 : audit [DBG] from='client.31476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:28:51.479324+0000 mgr.y (mgr.24491) 16174 : audit [DBG] from='client.31482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:28:51.819621+0000 mon.a (mon.0) 3436 : audit [DBG] from='client.? 172.21.15.177:0/2966517885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:28:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:28:51.197273+0000 mgr.y (mgr.24491) 16173 : audit [DBG] from='client.31476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:28:51.479324+0000 mgr.y (mgr.24491) 16174 : audit [DBG] from='client.31482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:28:51.819621+0000 mon.a (mon.0) 3436 : audit [DBG] from='client.? 172.21.15.177:0/2966517885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:28:52.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:28:51.197273+0000 mgr.y (mgr.24491) 16173 : audit [DBG] from='client.31476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:52.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:28:51.479324+0000 mgr.y (mgr.24491) 16174 : audit [DBG] from='client.31482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:28:52.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:28:51.819621+0000 mon.a (mon.0) 3436 : audit [DBG] from='client.? 172.21.15.177:0/2966517885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:28:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:51.653496+0000 mgr.y (mgr.24491) 16175 : cluster [DBG] pgmap v14290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:51.653496+0000 mgr.y (mgr.24491) 16175 : cluster [DBG] pgmap v14290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:51.653496+0000 mgr.y (mgr.24491) 16175 : cluster [DBG] pgmap v14290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:53.653887+0000 mgr.y (mgr.24491) 16176 : cluster [DBG] pgmap v14291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:53.653887+0000 mgr.y (mgr.24491) 16176 : cluster [DBG] pgmap v14291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:53.653887+0000 mgr.y (mgr.24491) 16176 : cluster [DBG] pgmap v14291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:55.654509+0000 mgr.y (mgr.24491) 16177 : cluster [DBG] pgmap v14292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:55.654509+0000 mgr.y (mgr.24491) 16177 : cluster [DBG] pgmap v14292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:55.654509+0000 mgr.y (mgr.24491) 16177 : cluster [DBG] pgmap v14292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:28:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T11:28:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:57.655035+0000 mgr.y (mgr.24491) 16178 : cluster [DBG] pgmap v14293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:57.655035+0000 mgr.y (mgr.24491) 16178 : cluster [DBG] pgmap v14293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:28:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:57.655035+0000 mgr.y (mgr.24491) 16178 : cluster [DBG] pgmap v14293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:01.288 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:29:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:28:59.655627+0000 mgr.y (mgr.24491) 16179 : cluster [DBG] pgmap v14294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:29:01.078171+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:29:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:28:59.655627+0000 mgr.y (mgr.24491) 16179 : cluster [DBG] pgmap v14294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:29:01.078171+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:29:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:28:59.655627+0000 mgr.y (mgr.24491) 16179 : cluster [DBG] pgmap v14294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:29:01.078171+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:29:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:29:01.369806+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:29:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:29:01.370409+0000 mon.a (mon.0) 3439 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:29:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:29:01.374726+0000 mon.a (mon.0) 3440 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:29:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:29:01.369806+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:29:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:29:01.370409+0000 mon.a (mon.0) 3439 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:29:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:29:01.374726+0000 mon.a (mon.0) 3440 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:29:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:29:01.369806+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:29:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:29:01.370409+0000 mon.a (mon.0) 3439 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:29:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:29:01.374726+0000 mon.a (mon.0) 3440 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:29:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:01.656092+0000 mgr.y (mgr.24491) 16180 : cluster [DBG] pgmap v14295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:01.656092+0000 mgr.y (mgr.24491) 16180 : cluster [DBG] pgmap v14295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:01.656092+0000 mgr.y (mgr.24491) 16180 : cluster [DBG] pgmap v14295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:03.656434+0000 mgr.y (mgr.24491) 16181 : cluster [DBG] pgmap v14296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:03.656434+0000 mgr.y (mgr.24491) 16181 : cluster [DBG] pgmap v14296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:03.656434+0000 mgr.y (mgr.24491) 16181 : cluster [DBG] pgmap v14296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:05.657288+0000 mgr.y (mgr.24491) 16182 : cluster [DBG] pgmap v14297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:05.657288+0000 mgr.y (mgr.24491) 16182 : cluster [DBG] pgmap v14297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:05.657288+0000 mgr.y (mgr.24491) 16182 : cluster [DBG] pgmap v14297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:29:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:07.657741+0000 mgr.y (mgr.24491) 16183 : cluster [DBG] pgmap v14298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:07.657741+0000 mgr.y (mgr.24491) 16183 : cluster [DBG] pgmap v14298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:07.657741+0000 mgr.y (mgr.24491) 16183 : cluster [DBG] pgmap v14298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:11.387 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:29:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:09.658390+0000 mgr.y (mgr.24491) 16184 : cluster [DBG] pgmap v14299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:09.658390+0000 mgr.y (mgr.24491) 16184 : cluster [DBG] pgmap v14299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:09.658390+0000 mgr.y (mgr.24491) 16184 : cluster [DBG] pgmap v14299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:11.658850+0000 mgr.y (mgr.24491) 16185 : cluster [DBG] pgmap v14300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:11.658850+0000 mgr.y (mgr.24491) 16185 : cluster [DBG] pgmap v14300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:11.658850+0000 mgr.y (mgr.24491) 16185 : cluster [DBG] pgmap v14300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:13.659344+0000 mgr.y (mgr.24491) 16186 : cluster [DBG] pgmap v14301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:13.659344+0000 mgr.y (mgr.24491) 16186 : cluster [DBG] pgmap v14301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:13.659344+0000 mgr.y (mgr.24491) 16186 : cluster [DBG] pgmap v14301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:15.660192+0000 mgr.y (mgr.24491) 16187 : cluster [DBG] pgmap v14302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:15.660192+0000 mgr.y (mgr.24491) 16187 : cluster [DBG] pgmap v14302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:15.660192+0000 mgr.y (mgr.24491) 16187 : cluster [DBG] pgmap v14302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T11:29:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:17.660730+0000 mgr.y (mgr.24491) 16188 : cluster [DBG] pgmap v14303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:17.660730+0000 mgr.y (mgr.24491) 16188 : cluster [DBG] pgmap v14303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:17.660730+0000 mgr.y (mgr.24491) 16188 : cluster [DBG] pgmap v14303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:21.405 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:29:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:19.661629+0000 mgr.y (mgr.24491) 16189 : cluster [DBG] pgmap v14304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:19.661629+0000 mgr.y (mgr.24491) 16189 : cluster [DBG] pgmap v14304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:19.661629+0000 mgr.y (mgr.24491) 16189 : cluster [DBG] pgmap v14304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:22.131 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:29:22.412 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:29:22.412 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:29:22.412 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:29:22.412 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:29:22.412 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:29:22.412 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:29:22.412 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:29:22.412 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:29:22.412 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (7h) 7m ago 7h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:29:22.413 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:29:22.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:29:22.748 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:29:22.748 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:29:22.748 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:29:22.748 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:29:22.748 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:29:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:21.662082+0000 mgr.y (mgr.24491) 16190 : cluster [DBG] pgmap v14305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:29:22.120470+0000 mgr.y (mgr.24491) 16191 : audit [DBG] from='client.41405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:29:22.403468+0000 mgr.y (mgr.24491) 16192 : audit [DBG] from='client.41411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:29:22.747717+0000 mon.a (mon.0) 3441 : audit [DBG] from='client.? 172.21.15.177:0/2365411407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:29:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:21.662082+0000 mgr.y (mgr.24491) 16190 : cluster [DBG] pgmap v14305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:29:22.120470+0000 mgr.y (mgr.24491) 16191 : audit [DBG] from='client.41405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:29:22.403468+0000 mgr.y (mgr.24491) 16192 : audit [DBG] from='client.41411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:29:22.747717+0000 mon.a (mon.0) 3441 : audit [DBG] from='client.? 172.21.15.177:0/2365411407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:29:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:21.662082+0000 mgr.y (mgr.24491) 16190 : cluster [DBG] pgmap v14305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:29:22.120470+0000 mgr.y (mgr.24491) 16191 : audit [DBG] from='client.41405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:29:22.403468+0000 mgr.y (mgr.24491) 16192 : audit [DBG] from='client.41411 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:23.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:29:22.747717+0000 mon.a (mon.0) 3441 : audit [DBG] from='client.? 172.21.15.177:0/2365411407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:29:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:23.662416+0000 mgr.y (mgr.24491) 16193 : cluster [DBG] pgmap v14306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:23.662416+0000 mgr.y (mgr.24491) 16193 : cluster [DBG] pgmap v14306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:23.662416+0000 mgr.y (mgr.24491) 16193 : cluster [DBG] pgmap v14306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:25.663257+0000 mgr.y (mgr.24491) 16194 : cluster [DBG] pgmap v14307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:27.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:25.663257+0000 mgr.y (mgr.24491) 16194 : cluster [DBG] pgmap v14307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:25.663257+0000 mgr.y (mgr.24491) 16194 : cluster [DBG] pgmap v14307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T11:29:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:27.663691+0000 mgr.y (mgr.24491) 16195 : cluster [DBG] pgmap v14308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:27.663691+0000 mgr.y (mgr.24491) 16195 : cluster [DBG] pgmap v14308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:27.663691+0000 mgr.y (mgr.24491) 16195 : cluster [DBG] pgmap v14308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:31.420 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:29:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:29.664410+0000 mgr.y (mgr.24491) 16196 : cluster [DBG] pgmap v14309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:29.664410+0000 mgr.y (mgr.24491) 16196 : cluster [DBG] pgmap v14309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:29.664410+0000 mgr.y (mgr.24491) 16196 : cluster [DBG] pgmap v14309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:31.664748+0000 mgr.y (mgr.24491) 16197 : cluster [DBG] pgmap v14310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:31.664748+0000 mgr.y (mgr.24491) 16197 : cluster [DBG] pgmap v14310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:31.664748+0000 mgr.y (mgr.24491) 16197 : cluster [DBG] pgmap v14310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:33.665127+0000 mgr.y (mgr.24491) 16198 : cluster [DBG] pgmap v14311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:33.665127+0000 mgr.y (mgr.24491) 16198 : cluster [DBG] pgmap v14311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:33.665127+0000 mgr.y (mgr.24491) 16198 : cluster [DBG] pgmap v14311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:35.665950+0000 mgr.y (mgr.24491) 16199 : cluster [DBG] pgmap v14312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:37.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:35.665950+0000 mgr.y (mgr.24491) 16199 : cluster [DBG] pgmap v14312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:35.665950+0000 mgr.y (mgr.24491) 16199 : cluster [DBG] pgmap v14312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:29:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:37.666283+0000 mgr.y (mgr.24491) 16200 : cluster [DBG] pgmap v14313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:37.666283+0000 mgr.y (mgr.24491) 16200 : cluster [DBG] pgmap v14313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:37.666283+0000 mgr.y (mgr.24491) 16200 : cluster [DBG] pgmap v14313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:41.438 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:29:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:39.666910+0000 mgr.y (mgr.24491) 16201 : cluster [DBG] pgmap v14314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:39.666910+0000 mgr.y (mgr.24491) 16201 : cluster [DBG] pgmap v14314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:39.666910+0000 mgr.y (mgr.24491) 16201 : cluster [DBG] pgmap v14314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:41.667449+0000 mgr.y (mgr.24491) 16202 : cluster [DBG] pgmap v14315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:41.667449+0000 mgr.y (mgr.24491) 16202 : cluster [DBG] pgmap v14315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:43.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:41.667449+0000 mgr.y (mgr.24491) 16202 : cluster [DBG] pgmap v14315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:43.667987+0000 mgr.y (mgr.24491) 16203 : cluster [DBG] pgmap v14316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:43.667987+0000 mgr.y (mgr.24491) 16203 : cluster [DBG] pgmap v14316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:43.667987+0000 mgr.y (mgr.24491) 16203 : cluster [DBG] pgmap v14316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:45.668672+0000 mgr.y (mgr.24491) 16204 : cluster [DBG] pgmap v14317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:45.668672+0000 mgr.y (mgr.24491) 16204 : cluster [DBG] pgmap v14317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:45.668672+0000 mgr.y (mgr.24491) 16204 : cluster [DBG] pgmap v14317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:29:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:47.669093+0000 mgr.y (mgr.24491) 16205 : cluster [DBG] pgmap v14318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:47.669093+0000 mgr.y (mgr.24491) 16205 : cluster [DBG] pgmap v14318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:47.669093+0000 mgr.y (mgr.24491) 16205 : cluster [DBG] pgmap v14318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:51.461 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:29:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:49.669716+0000 mgr.y (mgr.24491) 16206 : cluster [DBG] pgmap v14319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:49.669716+0000 mgr.y (mgr.24491) 16206 : cluster [DBG] pgmap v14319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:49.669716+0000 mgr.y (mgr.24491) 16206 : cluster [DBG] pgmap v14319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:53.061 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:29:53.334 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:29:53.334 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 7m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:29:53.334 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 7m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:29:53.334 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 7m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:29:53.334 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 7m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:29:53.334 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:29:53.334 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 7m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 7m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.2M 2473M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7m ago 8h 46.2M 2473M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (7h) 7m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (7h) 7m ago 7h 42.3M 2473M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 7m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 7m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 7m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 7m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:29:53.335 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 7m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:29:53.672 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:29:53.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:29:53.674 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:29:53.674 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:29:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:51.670133+0000 mgr.y (mgr.24491) 16207 : cluster [DBG] pgmap v14320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:51.670133+0000 mgr.y (mgr.24491) 16207 : cluster [DBG] pgmap v14320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:51.670133+0000 mgr.y (mgr.24491) 16207 : cluster [DBG] pgmap v14320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:29:53.049267+0000 mgr.y (mgr.24491) 16208 : audit [DBG] from='client.31512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:29:53.327510+0000 mgr.y (mgr.24491) 16209 : audit [DBG] from='client.31518 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:29:53.673488+0000 mon.a (mon.0) 3442 : audit [DBG] from='client.? 172.21.15.177:0/441070320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:29:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:29:53.049267+0000 mgr.y (mgr.24491) 16208 : audit [DBG] from='client.31512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:29:53.327510+0000 mgr.y (mgr.24491) 16209 : audit [DBG] from='client.31518 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:29:53.673488+0000 mon.a (mon.0) 3442 : audit [DBG] from='client.? 172.21.15.177:0/441070320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:29:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:29:53.049267+0000 mgr.y (mgr.24491) 16208 : audit [DBG] from='client.31512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:29:53.327510+0000 mgr.y (mgr.24491) 16209 : audit [DBG] from='client.31518 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:29:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:29:53.673488+0000 mon.a (mon.0) 3442 : audit [DBG] from='client.? 172.21.15.177:0/441070320' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:29:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:53.670515+0000 mgr.y (mgr.24491) 16210 : cluster [DBG] pgmap v14321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:53.670515+0000 mgr.y (mgr.24491) 16210 : cluster [DBG] pgmap v14321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:53.670515+0000 mgr.y (mgr.24491) 16210 : cluster [DBG] pgmap v14321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:57.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:55.671369+0000 mgr.y (mgr.24491) 16211 : cluster [DBG] pgmap v14322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:57.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:55.671369+0000 mgr.y (mgr.24491) 16211 : cluster [DBG] pgmap v14322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:55.671369+0000 mgr.y (mgr.24491) 16211 : cluster [DBG] pgmap v14322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:29:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:29:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:29:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:57.671830+0000 mgr.y (mgr.24491) 16212 : cluster [DBG] pgmap v14323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:57.671830+0000 mgr.y (mgr.24491) 16212 : cluster [DBG] pgmap v14323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:29:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:57.671830+0000 mgr.y (mgr.24491) 16212 : cluster [DBG] pgmap v14323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T11:29:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:30:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:00.000143+0000 mon.a (mon.0) 3443 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:30:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:00.000143+0000 mon.a (mon.0) 3443 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:30:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:00.000143+0000 mon.a (mon.0) 3443 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:30:01.483 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:30:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:29:59.672478+0000 mgr.y (mgr.24491) 16213 : cluster [DBG] pgmap v14324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:01.379003+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:30:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:29:59.672478+0000 mgr.y (mgr.24491) 16213 : cluster [DBG] pgmap v14324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:01.379003+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:30:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:29:59.672478+0000 mgr.y (mgr.24491) 16213 : cluster [DBG] pgmap v14324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:01.379003+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:30:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:01.673141+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:01.674055+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:01.674533+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:01.675041+0000 mon.a (mon.0) 3448 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:01.679898+0000 mon.a (mon.0) 3449 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:30:02.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:01.680765+0000 mon.a (mon.0) 3450 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:30:02.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:01.681379+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:30:02.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:01.685695+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:30:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:01.673141+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:01.674055+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:01.674533+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:01.675041+0000 mon.a (mon.0) 3448 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:01.679898+0000 mon.a (mon.0) 3449 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:30:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:01.680765+0000 mon.a (mon.0) 3450 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:30:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:01.681379+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:30:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:01.685695+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:30:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:01.673141+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:01.674055+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:01.674533+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:01.675041+0000 mon.a (mon.0) 3448 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:30:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:01.679898+0000 mon.a (mon.0) 3449 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:30:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:01.680765+0000 mon.a (mon.0) 3450 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:30:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:01.681379+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:30:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:01.685695+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:30:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:01.672883+0000 mgr.y (mgr.24491) 16214 : cluster [DBG] pgmap v14325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T11:30:01.675421+0000 mgr.y (mgr.24491) 16215 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2472M 2024-04-20T11:30:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:01.672883+0000 mgr.y (mgr.24491) 16214 : cluster [DBG] pgmap v14325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T11:30:01.675421+0000 mgr.y (mgr.24491) 16215 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2472M 2024-04-20T11:30:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:01.672883+0000 mgr.y (mgr.24491) 16214 : cluster [DBG] pgmap v14325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T11:30:01.675421+0000 mgr.y (mgr.24491) 16215 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2472M 2024-04-20T11:30:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:03.673275+0000 mgr.y (mgr.24491) 16216 : cluster [DBG] pgmap v14326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:03.673275+0000 mgr.y (mgr.24491) 16216 : cluster [DBG] pgmap v14326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:03.673275+0000 mgr.y (mgr.24491) 16216 : cluster [DBG] pgmap v14326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:05.674113+0000 mgr.y (mgr.24491) 16217 : cluster [DBG] pgmap v14327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:30:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:05.674113+0000 mgr.y (mgr.24491) 16217 : cluster [DBG] pgmap v14327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:05.674113+0000 mgr.y (mgr.24491) 16217 : cluster [DBG] pgmap v14327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:07.674561+0000 mgr.y (mgr.24491) 16218 : cluster [DBG] pgmap v14328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:07.674561+0000 mgr.y (mgr.24491) 16218 : cluster [DBG] pgmap v14328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:07.674561+0000 mgr.y (mgr.24491) 16218 : cluster [DBG] pgmap v14328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:30:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:09.675399+0000 mgr.y (mgr.24491) 16219 : cluster [DBG] pgmap v14329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:11.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:09.675399+0000 mgr.y (mgr.24491) 16219 : cluster [DBG] pgmap v14329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:09.675399+0000 mgr.y (mgr.24491) 16219 : cluster [DBG] pgmap v14329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:11.676002+0000 mgr.y (mgr.24491) 16220 : cluster [DBG] pgmap v14330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:11.676002+0000 mgr.y (mgr.24491) 16220 : cluster [DBG] pgmap v14330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:11.676002+0000 mgr.y (mgr.24491) 16220 : cluster [DBG] pgmap v14330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:13.676394+0000 mgr.y (mgr.24491) 16221 : cluster [DBG] pgmap v14331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:13.676394+0000 mgr.y (mgr.24491) 16221 : cluster [DBG] pgmap v14331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:13.676394+0000 mgr.y (mgr.24491) 16221 : cluster [DBG] pgmap v14331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:15.677224+0000 mgr.y (mgr.24491) 16222 : cluster [DBG] pgmap v14332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:30:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:15.677224+0000 mgr.y (mgr.24491) 16222 : cluster [DBG] pgmap v14332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:15.677224+0000 mgr.y (mgr.24491) 16222 : cluster [DBG] pgmap v14332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:17.677772+0000 mgr.y (mgr.24491) 16223 : cluster [DBG] pgmap v14333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:17.677772+0000 mgr.y (mgr.24491) 16223 : cluster [DBG] pgmap v14333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:17.677772+0000 mgr.y (mgr.24491) 16223 : cluster [DBG] pgmap v14333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:30:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:19.678603+0000 mgr.y (mgr.24491) 16224 : cluster [DBG] pgmap v14334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:19.678603+0000 mgr.y (mgr.24491) 16224 : cluster [DBG] pgmap v14334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:19.678603+0000 mgr.y (mgr.24491) 16224 : cluster [DBG] pgmap v14334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:21.679063+0000 mgr.y (mgr.24491) 16225 : cluster [DBG] pgmap v14335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:21.679063+0000 mgr.y (mgr.24491) 16225 : cluster [DBG] pgmap v14335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:23.985 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:30:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:21.679063+0000 mgr.y (mgr.24491) 16225 : cluster [DBG] pgmap v14335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:24.260 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:30:24.260 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.2M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.2M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.3M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.3M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:30:24.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (7h) 8m ago 7h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:30:24.262 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:30:24.262 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:30:24.262 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:30:24.262 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:30:24.594 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:30:24.594 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:30:24.594 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:30:24.594 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:30:24.594 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:30:24.595 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:30:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:23.679595+0000 mgr.y (mgr.24491) 16226 : cluster [DBG] pgmap v14336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:23.973714+0000 mgr.y (mgr.24491) 16227 : audit [DBG] from='client.41441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:24.253717+0000 mgr.y (mgr.24491) 16228 : audit [DBG] from='client.41447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:24.595131+0000 mon.a (mon.0) 3453 : audit [DBG] from='client.? 172.21.15.177:0/3272318134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:30:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:23.679595+0000 mgr.y (mgr.24491) 16226 : cluster [DBG] pgmap v14336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:23.973714+0000 mgr.y (mgr.24491) 16227 : audit [DBG] from='client.41441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:25.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:24.253717+0000 mgr.y (mgr.24491) 16228 : audit [DBG] from='client.41447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:25.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:24.595131+0000 mon.a (mon.0) 3453 : audit [DBG] from='client.? 172.21.15.177:0/3272318134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:30:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:23.679595+0000 mgr.y (mgr.24491) 16226 : cluster [DBG] pgmap v14336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:23.973714+0000 mgr.y (mgr.24491) 16227 : audit [DBG] from='client.41441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:24.253717+0000 mgr.y (mgr.24491) 16228 : audit [DBG] from='client.41447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:24.595131+0000 mon.a (mon.0) 3453 : audit [DBG] from='client.? 172.21.15.177:0/3272318134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:30:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:30:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:25.680238+0000 mgr.y (mgr.24491) 16229 : cluster [DBG] pgmap v14337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:25.680238+0000 mgr.y (mgr.24491) 16229 : cluster [DBG] pgmap v14337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:25.680238+0000 mgr.y (mgr.24491) 16229 : cluster [DBG] pgmap v14337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:27.680788+0000 mgr.y (mgr.24491) 16230 : cluster [DBG] pgmap v14338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:27.680788+0000 mgr.y (mgr.24491) 16230 : cluster [DBG] pgmap v14338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:27.680788+0000 mgr.y (mgr.24491) 16230 : cluster [DBG] pgmap v14338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:30.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:29.681493+0000 mgr.y (mgr.24491) 16231 : cluster [DBG] pgmap v14339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:29.681493+0000 mgr.y (mgr.24491) 16231 : cluster [DBG] pgmap v14339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:29.681493+0000 mgr.y (mgr.24491) 16231 : cluster [DBG] pgmap v14339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:30:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:31.682008+0000 mgr.y (mgr.24491) 16232 : cluster [DBG] pgmap v14340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:31.682008+0000 mgr.y (mgr.24491) 16232 : cluster [DBG] pgmap v14340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:31.682008+0000 mgr.y (mgr.24491) 16232 : cluster [DBG] pgmap v14340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:33.682421+0000 mgr.y (mgr.24491) 16233 : cluster [DBG] pgmap v14341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:33.682421+0000 mgr.y (mgr.24491) 16233 : cluster [DBG] pgmap v14341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:33.682421+0000 mgr.y (mgr.24491) 16233 : cluster [DBG] pgmap v14341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:35.683273+0000 mgr.y (mgr.24491) 16234 : cluster [DBG] pgmap v14342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:35.683273+0000 mgr.y (mgr.24491) 16234 : cluster [DBG] pgmap v14342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:35.683273+0000 mgr.y (mgr.24491) 16234 : cluster [DBG] pgmap v14342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:37] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:30:39.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:37.683724+0000 mgr.y (mgr.24491) 16235 : cluster [DBG] pgmap v14343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:37.683724+0000 mgr.y (mgr.24491) 16235 : cluster [DBG] pgmap v14343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:37.683724+0000 mgr.y (mgr.24491) 16235 : cluster [DBG] pgmap v14343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:41.009 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:39.684419+0000 mgr.y (mgr.24491) 16236 : cluster [DBG] pgmap v14344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:39.684419+0000 mgr.y (mgr.24491) 16236 : cluster [DBG] pgmap v14344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:39.684419+0000 mgr.y (mgr.24491) 16236 : cluster [DBG] pgmap v14344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:30:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:41.684803+0000 mgr.y (mgr.24491) 16237 : cluster [DBG] pgmap v14345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:41.684803+0000 mgr.y (mgr.24491) 16237 : cluster [DBG] pgmap v14345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:43.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:41.684803+0000 mgr.y (mgr.24491) 16237 : cluster [DBG] pgmap v14345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:43.685210+0000 mgr.y (mgr.24491) 16238 : cluster [DBG] pgmap v14346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:43.685210+0000 mgr.y (mgr.24491) 16238 : cluster [DBG] pgmap v14346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:43.685210+0000 mgr.y (mgr.24491) 16238 : cluster [DBG] pgmap v14346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:45.685875+0000 mgr.y (mgr.24491) 16239 : cluster [DBG] pgmap v14347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:45.685875+0000 mgr.y (mgr.24491) 16239 : cluster [DBG] pgmap v14347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:45.685875+0000 mgr.y (mgr.24491) 16239 : cluster [DBG] pgmap v14347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:30:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:47.686257+0000 mgr.y (mgr.24491) 16240 : cluster [DBG] pgmap v14348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:47.686257+0000 mgr.y (mgr.24491) 16240 : cluster [DBG] pgmap v14348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:47.686257+0000 mgr.y (mgr.24491) 16240 : cluster [DBG] pgmap v14348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:49.687085+0000 mgr.y (mgr.24491) 16241 : cluster [DBG] pgmap v14349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:49.687085+0000 mgr.y (mgr.24491) 16241 : cluster [DBG] pgmap v14349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:49.687085+0000 mgr.y (mgr.24491) 16241 : cluster [DBG] pgmap v14349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:30:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:51.687614+0000 mgr.y (mgr.24491) 16242 : cluster [DBG] pgmap v14350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:51.687614+0000 mgr.y (mgr.24491) 16242 : cluster [DBG] pgmap v14350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:53.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:51.687614+0000 mgr.y (mgr.24491) 16242 : cluster [DBG] pgmap v14350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:54.903 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:30:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:53.688138+0000 mgr.y (mgr.24491) 16243 : cluster [DBG] pgmap v14351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:53.688138+0000 mgr.y (mgr.24491) 16243 : cluster [DBG] pgmap v14351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:55.179 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 8m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 8m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 8m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 8m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 8m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 8m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.2M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:30:55.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.2M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:30:55.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.3M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:30:55.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.3M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:30:55.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:30:55.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (7h) 8m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:30:55.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 8m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:30:55.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 8m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:30:55.181 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 8m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:30:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:53.688138+0000 mgr.y (mgr.24491) 16243 : cluster [DBG] pgmap v14351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:55.514 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:30:55.515 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:30:55.516 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:30:55.516 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:30:55.516 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:30:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:54.892380+0000 mgr.y (mgr.24491) 16244 : audit [DBG] from='client.41459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:55.172951+0000 mgr.y (mgr.24491) 16245 : audit [DBG] from='client.41465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:30:55.515658+0000 mon.a (mon.0) 3454 : audit [DBG] from='client.? 172.21.15.177:0/3519532218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:30:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:54.892380+0000 mgr.y (mgr.24491) 16244 : audit [DBG] from='client.41459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:55.172951+0000 mgr.y (mgr.24491) 16245 : audit [DBG] from='client.41465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:56.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:30:55.515658+0000 mon.a (mon.0) 3454 : audit [DBG] from='client.? 172.21.15.177:0/3519532218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:30:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:54.892380+0000 mgr.y (mgr.24491) 16244 : audit [DBG] from='client.41459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:55.172951+0000 mgr.y (mgr.24491) 16245 : audit [DBG] from='client.41465 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:30:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:30:55.515658+0000 mon.a (mon.0) 3454 : audit [DBG] from='client.? 172.21.15.177:0/3519532218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:30:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:55.688977+0000 mgr.y (mgr.24491) 16246 : cluster [DBG] pgmap v14352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:55.688977+0000 mgr.y (mgr.24491) 16246 : cluster [DBG] pgmap v14352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:55.688977+0000 mgr.y (mgr.24491) 16246 : cluster [DBG] pgmap v14352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:30:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:30:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:57.689352+0000 mgr.y (mgr.24491) 16247 : cluster [DBG] pgmap v14353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:57.689352+0000 mgr.y (mgr.24491) 16247 : cluster [DBG] pgmap v14353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:30:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:30:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:57.689352+0000 mgr.y (mgr.24491) 16247 : cluster [DBG] pgmap v14353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:30:59.689994+0000 mgr.y (mgr.24491) 16248 : cluster [DBG] pgmap v14354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:01.185 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:30:59.689994+0000 mgr.y (mgr.24491) 16248 : cluster [DBG] pgmap v14354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:30:59.689994+0000 mgr.y (mgr.24491) 16248 : cluster [DBG] pgmap v14354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:31:02.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:31:01.689980+0000 mon.a (mon.0) 3455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:31:02.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:31:01.689980+0000 mon.a (mon.0) 3455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:31:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:31:01.689980+0000 mon.a (mon.0) 3455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:31:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:01.690375+0000 mgr.y (mgr.24491) 16249 : cluster [DBG] pgmap v14355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:31:01.988087+0000 mon.a (mon.0) 3456 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:31:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:31:01.988680+0000 mon.a (mon.0) 3457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:31:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:31:01.993195+0000 mon.a (mon.0) 3458 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:31:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:01.690375+0000 mgr.y (mgr.24491) 16249 : cluster [DBG] pgmap v14355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:03.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:31:01.988087+0000 mon.a (mon.0) 3456 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:31:03.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:31:01.988680+0000 mon.a (mon.0) 3457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:31:03.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:31:01.993195+0000 mon.a (mon.0) 3458 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:31:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:01.690375+0000 mgr.y (mgr.24491) 16249 : cluster [DBG] pgmap v14355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:31:01.988087+0000 mon.a (mon.0) 3456 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:31:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:31:01.988680+0000 mon.a (mon.0) 3457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:31:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:31:01.993195+0000 mon.a (mon.0) 3458 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:31:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:03.690754+0000 mgr.y (mgr.24491) 16250 : cluster [DBG] pgmap v14356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:05.155 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:03.690754+0000 mgr.y (mgr.24491) 16250 : cluster [DBG] pgmap v14356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:03.690754+0000 mgr.y (mgr.24491) 16250 : cluster [DBG] pgmap v14356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:05.691461+0000 mgr.y (mgr.24491) 16251 : cluster [DBG] pgmap v14357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:05.691461+0000 mgr.y (mgr.24491) 16251 : cluster [DBG] pgmap v14357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:05.691461+0000 mgr.y (mgr.24491) 16251 : cluster [DBG] pgmap v14357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:31:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:07.691971+0000 mgr.y (mgr.24491) 16252 : cluster [DBG] pgmap v14358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:07.691971+0000 mgr.y (mgr.24491) 16252 : cluster [DBG] pgmap v14358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:07.691971+0000 mgr.y (mgr.24491) 16252 : cluster [DBG] pgmap v14358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:09.692653+0000 mgr.y (mgr.24491) 16253 : cluster [DBG] pgmap v14359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:09.692653+0000 mgr.y (mgr.24491) 16253 : cluster [DBG] pgmap v14359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:09.692653+0000 mgr.y (mgr.24491) 16253 : cluster [DBG] pgmap v14359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:31:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:11.693051+0000 mgr.y (mgr.24491) 16254 : cluster [DBG] pgmap v14360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:11.693051+0000 mgr.y (mgr.24491) 16254 : cluster [DBG] pgmap v14360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:11.693051+0000 mgr.y (mgr.24491) 16254 : cluster [DBG] pgmap v14360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:13.693649+0000 mgr.y (mgr.24491) 16255 : cluster [DBG] pgmap v14361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:13.693649+0000 mgr.y (mgr.24491) 16255 : cluster [DBG] pgmap v14361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:13.693649+0000 mgr.y (mgr.24491) 16255 : cluster [DBG] pgmap v14361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:15.694396+0000 mgr.y (mgr.24491) 16256 : cluster [DBG] pgmap v14362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:15.694396+0000 mgr.y (mgr.24491) 16256 : cluster [DBG] pgmap v14362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:15.694396+0000 mgr.y (mgr.24491) 16256 : cluster [DBG] pgmap v14362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:31:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:17.694916+0000 mgr.y (mgr.24491) 16257 : cluster [DBG] pgmap v14363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:17.694916+0000 mgr.y (mgr.24491) 16257 : cluster [DBG] pgmap v14363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:17.694916+0000 mgr.y (mgr.24491) 16257 : cluster [DBG] pgmap v14363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:19.695612+0000 mgr.y (mgr.24491) 16258 : cluster [DBG] pgmap v14364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:31:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:19.695612+0000 mgr.y (mgr.24491) 16258 : cluster [DBG] pgmap v14364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:19.695612+0000 mgr.y (mgr.24491) 16258 : cluster [DBG] pgmap v14364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:21.696113+0000 mgr.y (mgr.24491) 16259 : cluster [DBG] pgmap v14365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:21.696113+0000 mgr.y (mgr.24491) 16259 : cluster [DBG] pgmap v14365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:21.696113+0000 mgr.y (mgr.24491) 16259 : cluster [DBG] pgmap v14365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:23.696589+0000 mgr.y (mgr.24491) 16260 : cluster [DBG] pgmap v14366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:23.696589+0000 mgr.y (mgr.24491) 16260 : cluster [DBG] pgmap v14366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:23.696589+0000 mgr.y (mgr.24491) 16260 : cluster [DBG] pgmap v14366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:25.827 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 9m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 9m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 9m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 9m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 9m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 9m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.2M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:31:26.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.2M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:31:26.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.3M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:31:26.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.3M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:31:26.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:31:26.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:31:26.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (7h) 9m ago 7h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:31:26.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 9m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:31:26.102 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 9m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:31:26.431 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:31:26.431 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:31:26.431 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:31:26.431 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:31:26.431 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:31:26.432 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:31:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:25.697225+0000 mgr.y (mgr.24491) 16261 : cluster [DBG] pgmap v14367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:31:25.815457+0000 mgr.y (mgr.24491) 16262 : audit [DBG] from='client.41477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:31:26.094059+0000 mgr.y (mgr.24491) 16263 : audit [DBG] from='client.31572 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:31:26.432154+0000 mon.a (mon.0) 3459 : audit [DBG] from='client.? 172.21.15.177:0/4249518926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:31:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:25.697225+0000 mgr.y (mgr.24491) 16261 : cluster [DBG] pgmap v14367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:31:25.815457+0000 mgr.y (mgr.24491) 16262 : audit [DBG] from='client.41477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:31:26.094059+0000 mgr.y (mgr.24491) 16263 : audit [DBG] from='client.31572 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:31:26.432154+0000 mon.a (mon.0) 3459 : audit [DBG] from='client.? 172.21.15.177:0/4249518926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:31:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:25.697225+0000 mgr.y (mgr.24491) 16261 : cluster [DBG] pgmap v14367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:27.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:31:25.815457+0000 mgr.y (mgr.24491) 16262 : audit [DBG] from='client.41477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:27.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:31:26.094059+0000 mgr.y (mgr.24491) 16263 : audit [DBG] from='client.31572 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:27.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:31:26.432154+0000 mon.a (mon.0) 3459 : audit [DBG] from='client.? 172.21.15.177:0/4249518926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:31:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:31:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:27.697599+0000 mgr.y (mgr.24491) 16264 : cluster [DBG] pgmap v14368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:27.697599+0000 mgr.y (mgr.24491) 16264 : cluster [DBG] pgmap v14368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:27.697599+0000 mgr.y (mgr.24491) 16264 : cluster [DBG] pgmap v14368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:29.698209+0000 mgr.y (mgr.24491) 16265 : cluster [DBG] pgmap v14369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:31:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:29.698209+0000 mgr.y (mgr.24491) 16265 : cluster [DBG] pgmap v14369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:29.698209+0000 mgr.y (mgr.24491) 16265 : cluster [DBG] pgmap v14369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:31.698665+0000 mgr.y (mgr.24491) 16266 : cluster [DBG] pgmap v14370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:31.698665+0000 mgr.y (mgr.24491) 16266 : cluster [DBG] pgmap v14370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:31.698665+0000 mgr.y (mgr.24491) 16266 : cluster [DBG] pgmap v14370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:33.699139+0000 mgr.y (mgr.24491) 16267 : cluster [DBG] pgmap v14371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:33.699139+0000 mgr.y (mgr.24491) 16267 : cluster [DBG] pgmap v14371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:33.699139+0000 mgr.y (mgr.24491) 16267 : cluster [DBG] pgmap v14371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:35.700000+0000 mgr.y (mgr.24491) 16268 : cluster [DBG] pgmap v14372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:35.700000+0000 mgr.y (mgr.24491) 16268 : cluster [DBG] pgmap v14372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:35.700000+0000 mgr.y (mgr.24491) 16268 : cluster [DBG] pgmap v14372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:31:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:37.700394+0000 mgr.y (mgr.24491) 16269 : cluster [DBG] pgmap v14373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:37.700394+0000 mgr.y (mgr.24491) 16269 : cluster [DBG] pgmap v14373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:37.700394+0000 mgr.y (mgr.24491) 16269 : cluster [DBG] pgmap v14373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:39.701162+0000 mgr.y (mgr.24491) 16270 : cluster [DBG] pgmap v14374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:31:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:39.701162+0000 mgr.y (mgr.24491) 16270 : cluster [DBG] pgmap v14374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:39.701162+0000 mgr.y (mgr.24491) 16270 : cluster [DBG] pgmap v14374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:41.701542+0000 mgr.y (mgr.24491) 16271 : cluster [DBG] pgmap v14375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:41.701542+0000 mgr.y (mgr.24491) 16271 : cluster [DBG] pgmap v14375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:41.701542+0000 mgr.y (mgr.24491) 16271 : cluster [DBG] pgmap v14375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:43.701949+0000 mgr.y (mgr.24491) 16272 : cluster [DBG] pgmap v14376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:43.701949+0000 mgr.y (mgr.24491) 16272 : cluster [DBG] pgmap v14376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:43.701949+0000 mgr.y (mgr.24491) 16272 : cluster [DBG] pgmap v14376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:45.702610+0000 mgr.y (mgr.24491) 16273 : cluster [DBG] pgmap v14377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:45.702610+0000 mgr.y (mgr.24491) 16273 : cluster [DBG] pgmap v14377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:45.702610+0000 mgr.y (mgr.24491) 16273 : cluster [DBG] pgmap v14377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:31:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:47.703061+0000 mgr.y (mgr.24491) 16274 : cluster [DBG] pgmap v14378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:47.703061+0000 mgr.y (mgr.24491) 16274 : cluster [DBG] pgmap v14378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:47.703061+0000 mgr.y (mgr.24491) 16274 : cluster [DBG] pgmap v14378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:49.703745+0000 mgr.y (mgr.24491) 16275 : cluster [DBG] pgmap v14379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:31:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:49.703745+0000 mgr.y (mgr.24491) 16275 : cluster [DBG] pgmap v14379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:49.703745+0000 mgr.y (mgr.24491) 16275 : cluster [DBG] pgmap v14379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:51.704182+0000 mgr.y (mgr.24491) 16276 : cluster [DBG] pgmap v14380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:51.704182+0000 mgr.y (mgr.24491) 16276 : cluster [DBG] pgmap v14380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:51.704182+0000 mgr.y (mgr.24491) 16276 : cluster [DBG] pgmap v14380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:53.704594+0000 mgr.y (mgr.24491) 16277 : cluster [DBG] pgmap v14381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:53.704594+0000 mgr.y (mgr.24491) 16277 : cluster [DBG] pgmap v14381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:53.704594+0000 mgr.y (mgr.24491) 16277 : cluster [DBG] pgmap v14381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:56.740 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:31:57.012 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:31:57.012 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 9m ago 7h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:31:57.012 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 9m ago 7h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:31:57.012 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (7h) 9m ago 7h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:31:57.012 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (7h) 9m ago 7h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:31:57.012 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1088M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 695M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 697M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 9m ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 9m ago 7h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.2M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.2M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.3M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.3M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:31:57.013 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:31:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 9m ago 8h 43.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:31:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (7h) 9m ago 7h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:31:57.014 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 9m ago 7h 119M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:31:57.349 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:31:57.349 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:31:57.349 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:31:57.349 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:31:57.349 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:31:57.350 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:31:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:55.705378+0000 mgr.y (mgr.24491) 16278 : cluster [DBG] pgmap v14382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:55.705378+0000 mgr.y (mgr.24491) 16278 : cluster [DBG] pgmap v14382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:55.705378+0000 mgr.y (mgr.24491) 16278 : cluster [DBG] pgmap v14382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:31:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:31:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:31:56.729043+0000 mgr.y (mgr.24491) 16279 : audit [DBG] from='client.31584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:31:57.005227+0000 mgr.y (mgr.24491) 16280 : audit [DBG] from='client.31590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:31:57.350249+0000 mon.c (mon.2) 506 : audit [DBG] from='client.? 172.21.15.177:0/3969628874' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:31:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:31:56.729043+0000 mgr.y (mgr.24491) 16279 : audit [DBG] from='client.31584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:31:57.005227+0000 mgr.y (mgr.24491) 16280 : audit [DBG] from='client.31590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:31:57.350249+0000 mon.c (mon.2) 506 : audit [DBG] from='client.? 172.21.15.177:0/3969628874' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:31:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:31:56.729043+0000 mgr.y (mgr.24491) 16279 : audit [DBG] from='client.31584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:58.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:31:57.005227+0000 mgr.y (mgr.24491) 16280 : audit [DBG] from='client.31590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:31:58.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:31:57.350249+0000 mon.c (mon.2) 506 : audit [DBG] from='client.? 172.21.15.177:0/3969628874' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:31:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:31:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:57.705712+0000 mgr.y (mgr.24491) 16281 : cluster [DBG] pgmap v14383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:57.705712+0000 mgr.y (mgr.24491) 16281 : cluster [DBG] pgmap v14383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:31:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:57.705712+0000 mgr.y (mgr.24491) 16281 : cluster [DBG] pgmap v14383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:31:59.706360+0000 mgr.y (mgr.24491) 16282 : cluster [DBG] pgmap v14384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:32:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:31:59.706360+0000 mgr.y (mgr.24491) 16282 : cluster [DBG] pgmap v14384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:31:59.706360+0000 mgr.y (mgr.24491) 16282 : cluster [DBG] pgmap v14384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:01.997539+0000 mon.a (mon.0) 3460 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:32:02.636 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:01.997539+0000 mon.a (mon.0) 3460 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:32:02.636 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:01.997539+0000 mon.a (mon.0) 3460 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:32:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:01.706800+0000 mgr.y (mgr.24491) 16283 : cluster [DBG] pgmap v14385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:03.610 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:01.706800+0000 mgr.y (mgr.24491) 16283 : cluster [DBG] pgmap v14385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:03.610 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:01.706800+0000 mgr.y (mgr.24491) 16283 : cluster [DBG] pgmap v14385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:03.707193+0000 mgr.y (mgr.24491) 16284 : cluster [DBG] pgmap v14386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:04.776830+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:32:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:05.086619+0000 mon.a (mon.0) 3462 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:32:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:03.707193+0000 mgr.y (mgr.24491) 16284 : cluster [DBG] pgmap v14386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:04.776830+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:32:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:05.086619+0000 mon.a (mon.0) 3462 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:32:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:03.707193+0000 mgr.y (mgr.24491) 16284 : cluster [DBG] pgmap v14386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:04.776830+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:32:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:05.086619+0000 mon.a (mon.0) 3462 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:32:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:05.355934+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:32:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:05.356560+0000 mon.a (mon.0) 3464 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:32:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:05.360862+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:32:06.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:05.355934+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:32:06.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:05.356560+0000 mon.a (mon.0) 3464 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:32:06.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:05.360862+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:32:06.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:05.355934+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:32:06.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:05.356560+0000 mon.a (mon.0) 3464 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:32:06.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:05.360862+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:32:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:05.707747+0000 mgr.y (mgr.24491) 16285 : cluster [DBG] pgmap v14387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:05.707747+0000 mgr.y (mgr.24491) 16285 : cluster [DBG] pgmap v14387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:05.707747+0000 mgr.y (mgr.24491) 16285 : cluster [DBG] pgmap v14387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:07] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T11:32:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:07.708230+0000 mgr.y (mgr.24491) 16286 : cluster [DBG] pgmap v14388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:07.708230+0000 mgr.y (mgr.24491) 16286 : cluster [DBG] pgmap v14388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:07.708230+0000 mgr.y (mgr.24491) 16286 : cluster [DBG] pgmap v14388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:11.367 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:32:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:09.708901+0000 mgr.y (mgr.24491) 16287 : cluster [DBG] pgmap v14389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:09.708901+0000 mgr.y (mgr.24491) 16287 : cluster [DBG] pgmap v14389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:09.708901+0000 mgr.y (mgr.24491) 16287 : cluster [DBG] pgmap v14389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:11.709451+0000 mgr.y (mgr.24491) 16288 : cluster [DBG] pgmap v14390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:11.709451+0000 mgr.y (mgr.24491) 16288 : cluster [DBG] pgmap v14390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:11.709451+0000 mgr.y (mgr.24491) 16288 : cluster [DBG] pgmap v14390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:13.710004+0000 mgr.y (mgr.24491) 16289 : cluster [DBG] pgmap v14391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:13.710004+0000 mgr.y (mgr.24491) 16289 : cluster [DBG] pgmap v14391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:13.710004+0000 mgr.y (mgr.24491) 16289 : cluster [DBG] pgmap v14391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:15.710842+0000 mgr.y (mgr.24491) 16290 : cluster [DBG] pgmap v14392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:15.710842+0000 mgr.y (mgr.24491) 16290 : cluster [DBG] pgmap v14392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:15.710842+0000 mgr.y (mgr.24491) 16290 : cluster [DBG] pgmap v14392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:32:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:17.711259+0000 mgr.y (mgr.24491) 16291 : cluster [DBG] pgmap v14393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:17.711259+0000 mgr.y (mgr.24491) 16291 : cluster [DBG] pgmap v14393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:17.711259+0000 mgr.y (mgr.24491) 16291 : cluster [DBG] pgmap v14393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:21.384 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:32:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:19.711886+0000 mgr.y (mgr.24491) 16292 : cluster [DBG] pgmap v14394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:19.711886+0000 mgr.y (mgr.24491) 16292 : cluster [DBG] pgmap v14394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:19.711886+0000 mgr.y (mgr.24491) 16292 : cluster [DBG] pgmap v14394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:21.712338+0000 mgr.y (mgr.24491) 16293 : cluster [DBG] pgmap v14395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:21.712338+0000 mgr.y (mgr.24491) 16293 : cluster [DBG] pgmap v14395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:21.712338+0000 mgr.y (mgr.24491) 16293 : cluster [DBG] pgmap v14395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:23.712854+0000 mgr.y (mgr.24491) 16294 : cluster [DBG] pgmap v14396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:23.712854+0000 mgr.y (mgr.24491) 16294 : cluster [DBG] pgmap v14396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:23.712854+0000 mgr.y (mgr.24491) 16294 : cluster [DBG] pgmap v14396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:25.713549+0000 mgr.y (mgr.24491) 16295 : cluster [DBG] pgmap v14397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:25.713549+0000 mgr.y (mgr.24491) 16295 : cluster [DBG] pgmap v14397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:27.665 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:32:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:25.713549+0000 mgr.y (mgr.24491) 16295 : cluster [DBG] pgmap v14397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:27.940 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 23s ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 22s ago 7h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 23s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 22s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 22s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 23s ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 23s ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 22s ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 23s ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 23s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 22s ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:32:27.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 23s ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:32:27.942 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 23s ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:32:27.942 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 23s ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:32:27.942 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 23s ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:32:27.942 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 22s ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:32:27.942 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 22s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:32:27.942 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 22s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:32:27.942 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 22s ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:32:27.942 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 22s ago 7h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:32:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:32:28.278 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:32:28.278 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:32:28.278 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:32:28.278 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:32:28.278 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:32:28.279 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:32:28.279 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:32:28.279 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:32:28.279 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:32:28.279 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:32:28.279 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:32:28.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:32:28.280 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:32:28.280 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:32:28.280 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:32:28.280 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:32:28.280 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:32:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:28.277250+0000 mon.c (mon.2) 507 : audit [DBG] from='client.? 172.21.15.177:0/1855866419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:32:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:28.277250+0000 mon.c (mon.2) 507 : audit [DBG] from='client.? 172.21.15.177:0/1855866419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:32:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:28.277250+0000 mon.c (mon.2) 507 : audit [DBG] from='client.? 172.21.15.177:0/1855866419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:32:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:27.654267+0000 mgr.y (mgr.24491) 16296 : audit [DBG] from='client.31602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:32:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:27.713889+0000 mgr.y (mgr.24491) 16297 : cluster [DBG] pgmap v14398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:27.933645+0000 mgr.y (mgr.24491) 16298 : audit [DBG] from='client.31608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:32:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:27.654267+0000 mgr.y (mgr.24491) 16296 : audit [DBG] from='client.31602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:32:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:27.713889+0000 mgr.y (mgr.24491) 16297 : cluster [DBG] pgmap v14398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:27.933645+0000 mgr.y (mgr.24491) 16298 : audit [DBG] from='client.31608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:32:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:27.654267+0000 mgr.y (mgr.24491) 16296 : audit [DBG] from='client.31602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:32:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:27.713889+0000 mgr.y (mgr.24491) 16297 : cluster [DBG] pgmap v14398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:27.933645+0000 mgr.y (mgr.24491) 16298 : audit [DBG] from='client.31608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:32:31.404 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:32:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:29.714569+0000 mgr.y (mgr.24491) 16299 : cluster [DBG] pgmap v14399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:29.714569+0000 mgr.y (mgr.24491) 16299 : cluster [DBG] pgmap v14399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:29.714569+0000 mgr.y (mgr.24491) 16299 : cluster [DBG] pgmap v14399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:31.715012+0000 mgr.y (mgr.24491) 16300 : cluster [DBG] pgmap v14400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:31.715012+0000 mgr.y (mgr.24491) 16300 : cluster [DBG] pgmap v14400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:31.715012+0000 mgr.y (mgr.24491) 16300 : cluster [DBG] pgmap v14400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:33.715425+0000 mgr.y (mgr.24491) 16301 : cluster [DBG] pgmap v14401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:33.715425+0000 mgr.y (mgr.24491) 16301 : cluster [DBG] pgmap v14401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:33.715425+0000 mgr.y (mgr.24491) 16301 : cluster [DBG] pgmap v14401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:35.716246+0000 mgr.y (mgr.24491) 16302 : cluster [DBG] pgmap v14402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:35.716246+0000 mgr.y (mgr.24491) 16302 : cluster [DBG] pgmap v14402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:35.716246+0000 mgr.y (mgr.24491) 16302 : cluster [DBG] pgmap v14402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:32:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:37.716758+0000 mgr.y (mgr.24491) 16303 : cluster [DBG] pgmap v14403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:37.716758+0000 mgr.y (mgr.24491) 16303 : cluster [DBG] pgmap v14403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:37.716758+0000 mgr.y (mgr.24491) 16303 : cluster [DBG] pgmap v14403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:41.420 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:32:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:39.717525+0000 mgr.y (mgr.24491) 16304 : cluster [DBG] pgmap v14404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:39.717525+0000 mgr.y (mgr.24491) 16304 : cluster [DBG] pgmap v14404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:39.717525+0000 mgr.y (mgr.24491) 16304 : cluster [DBG] pgmap v14404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:41.717924+0000 mgr.y (mgr.24491) 16305 : cluster [DBG] pgmap v14405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:41.717924+0000 mgr.y (mgr.24491) 16305 : cluster [DBG] pgmap v14405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:41.717924+0000 mgr.y (mgr.24491) 16305 : cluster [DBG] pgmap v14405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:43.718341+0000 mgr.y (mgr.24491) 16306 : cluster [DBG] pgmap v14406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:43.718341+0000 mgr.y (mgr.24491) 16306 : cluster [DBG] pgmap v14406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:43.718341+0000 mgr.y (mgr.24491) 16306 : cluster [DBG] pgmap v14406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:45.719029+0000 mgr.y (mgr.24491) 16307 : cluster [DBG] pgmap v14407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:45.719029+0000 mgr.y (mgr.24491) 16307 : cluster [DBG] pgmap v14407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:45.719029+0000 mgr.y (mgr.24491) 16307 : cluster [DBG] pgmap v14407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:32:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:47.719420+0000 mgr.y (mgr.24491) 16308 : cluster [DBG] pgmap v14408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:47.719420+0000 mgr.y (mgr.24491) 16308 : cluster [DBG] pgmap v14408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:47.719420+0000 mgr.y (mgr.24491) 16308 : cluster [DBG] pgmap v14408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:51.436 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:32:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:49.720047+0000 mgr.y (mgr.24491) 16309 : cluster [DBG] pgmap v14409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:49.720047+0000 mgr.y (mgr.24491) 16309 : cluster [DBG] pgmap v14409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:49.720047+0000 mgr.y (mgr.24491) 16309 : cluster [DBG] pgmap v14409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:51.720577+0000 mgr.y (mgr.24491) 16310 : cluster [DBG] pgmap v14410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:51.720577+0000 mgr.y (mgr.24491) 16310 : cluster [DBG] pgmap v14410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:51.720577+0000 mgr.y (mgr.24491) 16310 : cluster [DBG] pgmap v14410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:53.720996+0000 mgr.y (mgr.24491) 16311 : cluster [DBG] pgmap v14411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:53.720996+0000 mgr.y (mgr.24491) 16311 : cluster [DBG] pgmap v14411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:53.720996+0000 mgr.y (mgr.24491) 16311 : cluster [DBG] pgmap v14411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:55.721601+0000 mgr.y (mgr.24491) 16312 : cluster [DBG] pgmap v14412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:57.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:55.721601+0000 mgr.y (mgr.24491) 16312 : cluster [DBG] pgmap v14412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:55.721601+0000 mgr.y (mgr.24491) 16312 : cluster [DBG] pgmap v14412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:32:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:32:58.589 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:32:58.863 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:32:58.863 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 54s ago 7h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:32:58.863 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 53s ago 7h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:32:58.863 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 54s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:32:58.863 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 53s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 53s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 54s ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 54s ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 53s ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 54s ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (7h) 54s ago 7h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (7h) 53s ago 7h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 54s ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 54s ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 54s ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 54s ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:32:58.864 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 53s ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:32:58.865 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 53s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:32:58.865 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 53s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:32:58.865 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 53s ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:32:58.865 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 53s ago 7h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:32:59.201 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:32:59.201 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:32:59.201 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:32:59.201 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:32:59.202 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:32:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:57.722008+0000 mgr.y (mgr.24491) 16313 : cluster [DBG] pgmap v14413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:32:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:59.202148+0000 mon.a (mon.0) 3466 : audit [DBG] from='client.? 172.21.15.177:0/4221295809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:32:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:57.722008+0000 mgr.y (mgr.24491) 16313 : cluster [DBG] pgmap v14413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:59.202148+0000 mon.a (mon.0) 3466 : audit [DBG] from='client.? 172.21.15.177:0/4221295809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:32:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:57.722008+0000 mgr.y (mgr.24491) 16313 : cluster [DBG] pgmap v14413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:32:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:59.202148+0000 mon.a (mon.0) 3466 : audit [DBG] from='client.? 172.21.15.177:0/4221295809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:33:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:58.578240+0000 mgr.y (mgr.24491) 16314 : audit [DBG] from='client.31620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:32:58.856547+0000 mgr.y (mgr.24491) 16315 : audit [DBG] from='client.31626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:58.578240+0000 mgr.y (mgr.24491) 16314 : audit [DBG] from='client.31620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:32:58.856547+0000 mgr.y (mgr.24491) 16315 : audit [DBG] from='client.31626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:58.578240+0000 mgr.y (mgr.24491) 16314 : audit [DBG] from='client.31620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:32:58.856547+0000 mgr.y (mgr.24491) 16315 : audit [DBG] from='client.31626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:01.455 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:33:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:32:59.722631+0000 mgr.y (mgr.24491) 16316 : cluster [DBG] pgmap v14414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:32:59.722631+0000 mgr.y (mgr.24491) 16316 : cluster [DBG] pgmap v14414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:32:59.722631+0000 mgr.y (mgr.24491) 16316 : cluster [DBG] pgmap v14414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:01.723063+0000 mgr.y (mgr.24491) 16317 : cluster [DBG] pgmap v14415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:01.723063+0000 mgr.y (mgr.24491) 16317 : cluster [DBG] pgmap v14415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:01.723063+0000 mgr.y (mgr.24491) 16317 : cluster [DBG] pgmap v14415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:03.723419+0000 mgr.y (mgr.24491) 16318 : cluster [DBG] pgmap v14416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:33:05.365246+0000 mon.a (mon.0) 3467 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:33:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:03.723419+0000 mgr.y (mgr.24491) 16318 : cluster [DBG] pgmap v14416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:33:05.365246+0000 mon.a (mon.0) 3467 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:33:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:03.723419+0000 mgr.y (mgr.24491) 16318 : cluster [DBG] pgmap v14416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:33:05.365246+0000 mon.a (mon.0) 3467 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:33:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:33:05.658824+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:33:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:33:05.659474+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:33:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:33:05.663849+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:33:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:33:05.658824+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:33:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:33:05.659474+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:33:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:33:05.663849+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:33:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:33:05.658824+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:33:06.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:33:05.659474+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:33:06.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:33:05.663849+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:33:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:05.723991+0000 mgr.y (mgr.24491) 16319 : cluster [DBG] pgmap v14417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:07.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:05.723991+0000 mgr.y (mgr.24491) 16319 : cluster [DBG] pgmap v14417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:05.723991+0000 mgr.y (mgr.24491) 16319 : cluster [DBG] pgmap v14417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:33:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:07.724420+0000 mgr.y (mgr.24491) 16320 : cluster [DBG] pgmap v14418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:07.724420+0000 mgr.y (mgr.24491) 16320 : cluster [DBG] pgmap v14418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:07.724420+0000 mgr.y (mgr.24491) 16320 : cluster [DBG] pgmap v14418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:11.472 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:33:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:09.725138+0000 mgr.y (mgr.24491) 16321 : cluster [DBG] pgmap v14419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:09.725138+0000 mgr.y (mgr.24491) 16321 : cluster [DBG] pgmap v14419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:09.725138+0000 mgr.y (mgr.24491) 16321 : cluster [DBG] pgmap v14419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:11.725637+0000 mgr.y (mgr.24491) 16322 : cluster [DBG] pgmap v14420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:11.725637+0000 mgr.y (mgr.24491) 16322 : cluster [DBG] pgmap v14420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:11.725637+0000 mgr.y (mgr.24491) 16322 : cluster [DBG] pgmap v14420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:13.726232+0000 mgr.y (mgr.24491) 16323 : cluster [DBG] pgmap v14421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:13.726232+0000 mgr.y (mgr.24491) 16323 : cluster [DBG] pgmap v14421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:13.726232+0000 mgr.y (mgr.24491) 16323 : cluster [DBG] pgmap v14421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:15.726904+0000 mgr.y (mgr.24491) 16324 : cluster [DBG] pgmap v14422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:33:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:15.726904+0000 mgr.y (mgr.24491) 16324 : cluster [DBG] pgmap v14422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:15.726904+0000 mgr.y (mgr.24491) 16324 : cluster [DBG] pgmap v14422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:17.727298+0000 mgr.y (mgr.24491) 16325 : cluster [DBG] pgmap v14423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:17.727298+0000 mgr.y (mgr.24491) 16325 : cluster [DBG] pgmap v14423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:17.727298+0000 mgr.y (mgr.24491) 16325 : cluster [DBG] pgmap v14423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:21.488 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:33:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:19.728025+0000 mgr.y (mgr.24491) 16326 : cluster [DBG] pgmap v14424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:19.728025+0000 mgr.y (mgr.24491) 16326 : cluster [DBG] pgmap v14424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:19.728025+0000 mgr.y (mgr.24491) 16326 : cluster [DBG] pgmap v14424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:23.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:21.728552+0000 mgr.y (mgr.24491) 16327 : cluster [DBG] pgmap v14425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:21.728552+0000 mgr.y (mgr.24491) 16327 : cluster [DBG] pgmap v14425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:21.728552+0000 mgr.y (mgr.24491) 16327 : cluster [DBG] pgmap v14425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:23.728970+0000 mgr.y (mgr.24491) 16328 : cluster [DBG] pgmap v14426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:23.728970+0000 mgr.y (mgr.24491) 16328 : cluster [DBG] pgmap v14426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:23.728970+0000 mgr.y (mgr.24491) 16328 : cluster [DBG] pgmap v14426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:25.729601+0000 mgr.y (mgr.24491) 16329 : cluster [DBG] pgmap v14427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:25.729601+0000 mgr.y (mgr.24491) 16329 : cluster [DBG] pgmap v14427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:33:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:25.729601+0000 mgr.y (mgr.24491) 16329 : cluster [DBG] pgmap v14427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:29.516 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:33:29.792 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:33:29.792 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 85s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:33:29.792 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (7h) 84s ago 7h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:33:29.792 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 85s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:33:29.792 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 84s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:33:29.792 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 84s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:33:29.792 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 85s ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:33:29.792 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 85s ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:33:29.792 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 84s ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 85s ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 85s ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 84s ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 85s ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 85s ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 85s ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 85s ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 84s ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 84s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 84s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 84s ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:33:29.793 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 84s ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:33:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:27.730209+0000 mgr.y (mgr.24491) 16330 : cluster [DBG] pgmap v14428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:27.730209+0000 mgr.y (mgr.24491) 16330 : cluster [DBG] pgmap v14428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:27.730209+0000 mgr.y (mgr.24491) 16330 : cluster [DBG] pgmap v14428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:30.126 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:33:30.126 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:33:30.126 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:33:30.126 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:33:30.126 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:33:30.126 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:33:30.127 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:33:30.127 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:33:30.127 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:33:30.127 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:33:30.127 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:33:30.127 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:33:30.127 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:33:30.127 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:33:30.127 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:33:30.127 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:33:30.127 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:33:30.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:33:29.504805+0000 mgr.y (mgr.24491) 16331 : audit [DBG] from='client.41549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:30.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:33:30.126968+0000 mon.a (mon.0) 3471 : audit [DBG] from='client.? 172.21.15.177:0/4293091093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:33:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:33:29.504805+0000 mgr.y (mgr.24491) 16331 : audit [DBG] from='client.41549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:33:30.126968+0000 mon.a (mon.0) 3471 : audit [DBG] from='client.? 172.21.15.177:0/4293091093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:33:31.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:33:29.504805+0000 mgr.y (mgr.24491) 16331 : audit [DBG] from='client.41549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:31.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:33:30.126968+0000 mon.a (mon.0) 3471 : audit [DBG] from='client.? 172.21.15.177:0/4293091093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:33:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:33:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:29.730851+0000 mgr.y (mgr.24491) 16332 : cluster [DBG] pgmap v14429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:33:29.784894+0000 mgr.y (mgr.24491) 16333 : audit [DBG] from='client.41555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:29.730851+0000 mgr.y (mgr.24491) 16332 : cluster [DBG] pgmap v14429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:33:29.784894+0000 mgr.y (mgr.24491) 16333 : audit [DBG] from='client.41555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:29.730851+0000 mgr.y (mgr.24491) 16332 : cluster [DBG] pgmap v14429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:33:29.784894+0000 mgr.y (mgr.24491) 16333 : audit [DBG] from='client.41555 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:33:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:31.731233+0000 mgr.y (mgr.24491) 16334 : cluster [DBG] pgmap v14430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:31.731233+0000 mgr.y (mgr.24491) 16334 : cluster [DBG] pgmap v14430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:31.731233+0000 mgr.y (mgr.24491) 16334 : cluster [DBG] pgmap v14430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:33.731670+0000 mgr.y (mgr.24491) 16335 : cluster [DBG] pgmap v14431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:33.731670+0000 mgr.y (mgr.24491) 16335 : cluster [DBG] pgmap v14431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:33.731670+0000 mgr.y (mgr.24491) 16335 : cluster [DBG] pgmap v14431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:33:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:35.732518+0000 mgr.y (mgr.24491) 16336 : cluster [DBG] pgmap v14432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:35.732518+0000 mgr.y (mgr.24491) 16336 : cluster [DBG] pgmap v14432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:35.732518+0000 mgr.y (mgr.24491) 16336 : cluster [DBG] pgmap v14432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:37.733068+0000 mgr.y (mgr.24491) 16337 : cluster [DBG] pgmap v14433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:37.733068+0000 mgr.y (mgr.24491) 16337 : cluster [DBG] pgmap v14433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:37.733068+0000 mgr.y (mgr.24491) 16337 : cluster [DBG] pgmap v14433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:33:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:39.733825+0000 mgr.y (mgr.24491) 16338 : cluster [DBG] pgmap v14434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:39.733825+0000 mgr.y (mgr.24491) 16338 : cluster [DBG] pgmap v14434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:39.733825+0000 mgr.y (mgr.24491) 16338 : cluster [DBG] pgmap v14434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:41.734442+0000 mgr.y (mgr.24491) 16339 : cluster [DBG] pgmap v14435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:41.734442+0000 mgr.y (mgr.24491) 16339 : cluster [DBG] pgmap v14435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:41.734442+0000 mgr.y (mgr.24491) 16339 : cluster [DBG] pgmap v14435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:43.735063+0000 mgr.y (mgr.24491) 16340 : cluster [DBG] pgmap v14436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:45.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:43.735063+0000 mgr.y (mgr.24491) 16340 : cluster [DBG] pgmap v14436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:43.735063+0000 mgr.y (mgr.24491) 16340 : cluster [DBG] pgmap v14436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:45.735849+0000 mgr.y (mgr.24491) 16341 : cluster [DBG] pgmap v14437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:47] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T11:33:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:45.735849+0000 mgr.y (mgr.24491) 16341 : cluster [DBG] pgmap v14437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:45.735849+0000 mgr.y (mgr.24491) 16341 : cluster [DBG] pgmap v14437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:47.736300+0000 mgr.y (mgr.24491) 16342 : cluster [DBG] pgmap v14438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:47.736300+0000 mgr.y (mgr.24491) 16342 : cluster [DBG] pgmap v14438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:47.736300+0000 mgr.y (mgr.24491) 16342 : cluster [DBG] pgmap v14438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:33:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:49.737107+0000 mgr.y (mgr.24491) 16343 : cluster [DBG] pgmap v14439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:49.737107+0000 mgr.y (mgr.24491) 16343 : cluster [DBG] pgmap v14439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:49.737107+0000 mgr.y (mgr.24491) 16343 : cluster [DBG] pgmap v14439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:51.737695+0000 mgr.y (mgr.24491) 16344 : cluster [DBG] pgmap v14440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:51.737695+0000 mgr.y (mgr.24491) 16344 : cluster [DBG] pgmap v14440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:51.737695+0000 mgr.y (mgr.24491) 16344 : cluster [DBG] pgmap v14440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:53.738145+0000 mgr.y (mgr.24491) 16345 : cluster [DBG] pgmap v14441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:53.738145+0000 mgr.y (mgr.24491) 16345 : cluster [DBG] pgmap v14441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:53.738145+0000 mgr.y (mgr.24491) 16345 : cluster [DBG] pgmap v14441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:55.738705+0000 mgr.y (mgr.24491) 16346 : cluster [DBG] pgmap v14442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:33:57] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T11:33:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:55.738705+0000 mgr.y (mgr.24491) 16346 : cluster [DBG] pgmap v14442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:55.738705+0000 mgr.y (mgr.24491) 16346 : cluster [DBG] pgmap v14442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:57.739247+0000 mgr.y (mgr.24491) 16347 : cluster [DBG] pgmap v14443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:57.739247+0000 mgr.y (mgr.24491) 16347 : cluster [DBG] pgmap v14443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:33:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:33:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:57.739247+0000 mgr.y (mgr.24491) 16347 : cluster [DBG] pgmap v14443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:00.438 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:34:00.713 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:34:00.713 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (7h) 115s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:34:00.713 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 115s ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:34:00.713 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 115s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:34:00.713 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 115s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:34:00.713 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 115s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:34:00.713 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 115s ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:34:00.713 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 115s ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:34:00.713 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 115s ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:34:00.713 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 115s ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:34:00.713 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 115s ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:34:00.714 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 115s ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:34:00.714 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 115s ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:34:00.714 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 115s ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:34:00.714 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 115s ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:34:00.714 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 115s ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:34:00.714 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 115s ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:34:00.714 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 115s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:34:00.714 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 115s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:34:00.714 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 115s ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:34:00.714 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (7h) 115s ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:34:01.048 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:34:01.048 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:34:01.048 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:34:01.049 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:34:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:34:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:33:59.740075+0000 mgr.y (mgr.24491) 16348 : cluster [DBG] pgmap v14444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:34:00.426578+0000 mgr.y (mgr.24491) 16349 : audit [DBG] from='client.31656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:34:01.049357+0000 mon.a (mon.0) 3472 : audit [DBG] from='client.? 172.21.15.177:0/3470496120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:34:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:33:59.740075+0000 mgr.y (mgr.24491) 16348 : cluster [DBG] pgmap v14444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:34:00.426578+0000 mgr.y (mgr.24491) 16349 : audit [DBG] from='client.31656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:34:01.049357+0000 mon.a (mon.0) 3472 : audit [DBG] from='client.? 172.21.15.177:0/3470496120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:34:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:33:59.740075+0000 mgr.y (mgr.24491) 16348 : cluster [DBG] pgmap v14444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:34:00.426578+0000 mgr.y (mgr.24491) 16349 : audit [DBG] from='client.31656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:34:01.049357+0000 mon.a (mon.0) 3472 : audit [DBG] from='client.? 172.21.15.177:0/3470496120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:34:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:34:00.706315+0000 mgr.y (mgr.24491) 16350 : audit [DBG] from='client.31662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:34:00.706315+0000 mgr.y (mgr.24491) 16350 : audit [DBG] from='client.31662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:03.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:34:00.706315+0000 mgr.y (mgr.24491) 16350 : audit [DBG] from='client.31662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:01.740524+0000 mgr.y (mgr.24491) 16351 : cluster [DBG] pgmap v14445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:01.740524+0000 mgr.y (mgr.24491) 16351 : cluster [DBG] pgmap v14445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:01.740524+0000 mgr.y (mgr.24491) 16351 : cluster [DBG] pgmap v14445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:03.741110+0000 mgr.y (mgr.24491) 16352 : cluster [DBG] pgmap v14446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:03.741110+0000 mgr.y (mgr.24491) 16352 : cluster [DBG] pgmap v14446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:03.741110+0000 mgr.y (mgr.24491) 16352 : cluster [DBG] pgmap v14446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:34:05.668094+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:34:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:34:05.668094+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:34:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:34:05.668094+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:34:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:05.741809+0000 mgr.y (mgr.24491) 16353 : cluster [DBG] pgmap v14447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:34:05.967623+0000 mon.a (mon.0) 3474 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:34:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:34:05.968269+0000 mon.a (mon.0) 3475 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:34:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:34:05.972761+0000 mon.a (mon.0) 3476 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:34:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:05.741809+0000 mgr.y (mgr.24491) 16353 : cluster [DBG] pgmap v14447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:34:05.967623+0000 mon.a (mon.0) 3474 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:34:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:34:05.968269+0000 mon.a (mon.0) 3475 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:34:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:34:05.972761+0000 mon.a (mon.0) 3476 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:34:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:05.741809+0000 mgr.y (mgr.24491) 16353 : cluster [DBG] pgmap v14447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:34:05.967623+0000 mon.a (mon.0) 3474 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:34:07.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:34:05.968269+0000 mon.a (mon.0) 3475 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:34:07.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:34:05.972761+0000 mon.a (mon.0) 3476 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:34:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:34:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:07.742264+0000 mgr.y (mgr.24491) 16354 : cluster [DBG] pgmap v14448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:07.742264+0000 mgr.y (mgr.24491) 16354 : cluster [DBG] pgmap v14448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:07.742264+0000 mgr.y (mgr.24491) 16354 : cluster [DBG] pgmap v14448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:09.742825+0000 mgr.y (mgr.24491) 16355 : cluster [DBG] pgmap v14449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:09.742825+0000 mgr.y (mgr.24491) 16355 : cluster [DBG] pgmap v14449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:11.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:09.742825+0000 mgr.y (mgr.24491) 16355 : cluster [DBG] pgmap v14449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:11.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:34:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:11.743321+0000 mgr.y (mgr.24491) 16356 : cluster [DBG] pgmap v14450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:11.743321+0000 mgr.y (mgr.24491) 16356 : cluster [DBG] pgmap v14450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:13.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:11.743321+0000 mgr.y (mgr.24491) 16356 : cluster [DBG] pgmap v14450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:13.743870+0000 mgr.y (mgr.24491) 16357 : cluster [DBG] pgmap v14451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:13.743870+0000 mgr.y (mgr.24491) 16357 : cluster [DBG] pgmap v14451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:13.743870+0000 mgr.y (mgr.24491) 16357 : cluster [DBG] pgmap v14451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:15.744539+0000 mgr.y (mgr.24491) 16358 : cluster [DBG] pgmap v14452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:17.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:15.744539+0000 mgr.y (mgr.24491) 16358 : cluster [DBG] pgmap v14452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:15.744539+0000 mgr.y (mgr.24491) 16358 : cluster [DBG] pgmap v14452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:17] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T11:34:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:17.745155+0000 mgr.y (mgr.24491) 16359 : cluster [DBG] pgmap v14453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:17.745155+0000 mgr.y (mgr.24491) 16359 : cluster [DBG] pgmap v14453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:17.745155+0000 mgr.y (mgr.24491) 16359 : cluster [DBG] pgmap v14453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:19.745868+0000 mgr.y (mgr.24491) 16360 : cluster [DBG] pgmap v14454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:19.745868+0000 mgr.y (mgr.24491) 16360 : cluster [DBG] pgmap v14454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:19.745868+0000 mgr.y (mgr.24491) 16360 : cluster [DBG] pgmap v14454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:34:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:21.746311+0000 mgr.y (mgr.24491) 16361 : cluster [DBG] pgmap v14455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:21.746311+0000 mgr.y (mgr.24491) 16361 : cluster [DBG] pgmap v14455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:21.746311+0000 mgr.y (mgr.24491) 16361 : cluster [DBG] pgmap v14455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:23.746897+0000 mgr.y (mgr.24491) 16362 : cluster [DBG] pgmap v14456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:23.746897+0000 mgr.y (mgr.24491) 16362 : cluster [DBG] pgmap v14456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:23.746897+0000 mgr.y (mgr.24491) 16362 : cluster [DBG] pgmap v14456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:25.747720+0000 mgr.y (mgr.24491) 16363 : cluster [DBG] pgmap v14457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:25.747720+0000 mgr.y (mgr.24491) 16363 : cluster [DBG] pgmap v14457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:25.747720+0000 mgr.y (mgr.24491) 16363 : cluster [DBG] pgmap v14457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:27] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T11:34:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:27.748142+0000 mgr.y (mgr.24491) 16364 : cluster [DBG] pgmap v14458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:27.748142+0000 mgr.y (mgr.24491) 16364 : cluster [DBG] pgmap v14458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:27.748142+0000 mgr.y (mgr.24491) 16364 : cluster [DBG] pgmap v14458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:29.748788+0000 mgr.y (mgr.24491) 16365 : cluster [DBG] pgmap v14459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:29.748788+0000 mgr.y (mgr.24491) 16365 : cluster [DBG] pgmap v14459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:29.748788+0000 mgr.y (mgr.24491) 16365 : cluster [DBG] pgmap v14459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:34:31.357 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:34:31.633 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:34:31.633 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 2m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:34:31.633 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 2m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:34:31.633 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 2m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 2m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 2m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 2m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 2m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 2m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 2m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 2m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 2m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 2m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 2m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 2m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 2m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 2m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:34:31.634 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 2m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:34:31.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 2m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:34:31.635 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 2m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:34:31.635 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 2m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:34:31.970 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:34:31.970 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:34:31.971 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:34:31.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:34:31.972 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:34:31.972 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:34:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:34:31.345714+0000 mgr.y (mgr.24491) 16366 : audit [DBG] from='client.41585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:34:31.345714+0000 mgr.y (mgr.24491) 16366 : audit [DBG] from='client.41585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:34:31.345714+0000 mgr.y (mgr.24491) 16366 : audit [DBG] from='client.41585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:34:31.626733+0000 mgr.y (mgr.24491) 16367 : audit [DBG] from='client.31680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:31.749132+0000 mgr.y (mgr.24491) 16368 : cluster [DBG] pgmap v14460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:34:31.971415+0000 mon.a (mon.0) 3477 : audit [DBG] from='client.? 172.21.15.177:0/2926439093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:34:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:34:31.626733+0000 mgr.y (mgr.24491) 16367 : audit [DBG] from='client.31680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:31.749132+0000 mgr.y (mgr.24491) 16368 : cluster [DBG] pgmap v14460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:33.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:34:31.971415+0000 mon.a (mon.0) 3477 : audit [DBG] from='client.? 172.21.15.177:0/2926439093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:34:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:34:31.626733+0000 mgr.y (mgr.24491) 16367 : audit [DBG] from='client.31680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:34:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:31.749132+0000 mgr.y (mgr.24491) 16368 : cluster [DBG] pgmap v14460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:34:31.971415+0000 mon.a (mon.0) 3477 : audit [DBG] from='client.? 172.21.15.177:0/2926439093' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:34:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:33.749582+0000 mgr.y (mgr.24491) 16369 : cluster [DBG] pgmap v14461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:35.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:33.749582+0000 mgr.y (mgr.24491) 16369 : cluster [DBG] pgmap v14461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:33.749582+0000 mgr.y (mgr.24491) 16369 : cluster [DBG] pgmap v14461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:35.750255+0000 mgr.y (mgr.24491) 16370 : cluster [DBG] pgmap v14462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:35.750255+0000 mgr.y (mgr.24491) 16370 : cluster [DBG] pgmap v14462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:35.750255+0000 mgr.y (mgr.24491) 16370 : cluster [DBG] pgmap v14462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:34:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:37.750612+0000 mgr.y (mgr.24491) 16371 : cluster [DBG] pgmap v14463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:37.750612+0000 mgr.y (mgr.24491) 16371 : cluster [DBG] pgmap v14463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:37.750612+0000 mgr.y (mgr.24491) 16371 : cluster [DBG] pgmap v14463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:39.751334+0000 mgr.y (mgr.24491) 16372 : cluster [DBG] pgmap v14464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:39.751334+0000 mgr.y (mgr.24491) 16372 : cluster [DBG] pgmap v14464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:39.751334+0000 mgr.y (mgr.24491) 16372 : cluster [DBG] pgmap v14464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:34:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:41.751827+0000 mgr.y (mgr.24491) 16373 : cluster [DBG] pgmap v14465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:41.751827+0000 mgr.y (mgr.24491) 16373 : cluster [DBG] pgmap v14465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:43.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:41.751827+0000 mgr.y (mgr.24491) 16373 : cluster [DBG] pgmap v14465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:43.752342+0000 mgr.y (mgr.24491) 16374 : cluster [DBG] pgmap v14466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:43.752342+0000 mgr.y (mgr.24491) 16374 : cluster [DBG] pgmap v14466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:43.752342+0000 mgr.y (mgr.24491) 16374 : cluster [DBG] pgmap v14466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:45.753027+0000 mgr.y (mgr.24491) 16375 : cluster [DBG] pgmap v14467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:45.753027+0000 mgr.y (mgr.24491) 16375 : cluster [DBG] pgmap v14467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:45.753027+0000 mgr.y (mgr.24491) 16375 : cluster [DBG] pgmap v14467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:34:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:47.753458+0000 mgr.y (mgr.24491) 16376 : cluster [DBG] pgmap v14468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:47.753458+0000 mgr.y (mgr.24491) 16376 : cluster [DBG] pgmap v14468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:47.753458+0000 mgr.y (mgr.24491) 16376 : cluster [DBG] pgmap v14468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:49.754158+0000 mgr.y (mgr.24491) 16377 : cluster [DBG] pgmap v14469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:49.754158+0000 mgr.y (mgr.24491) 16377 : cluster [DBG] pgmap v14469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:51.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:49.754158+0000 mgr.y (mgr.24491) 16377 : cluster [DBG] pgmap v14469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:34:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:51.754647+0000 mgr.y (mgr.24491) 16378 : cluster [DBG] pgmap v14470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:51.754647+0000 mgr.y (mgr.24491) 16378 : cluster [DBG] pgmap v14470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:51.754647+0000 mgr.y (mgr.24491) 16378 : cluster [DBG] pgmap v14470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:53.755056+0000 mgr.y (mgr.24491) 16379 : cluster [DBG] pgmap v14471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:53.755056+0000 mgr.y (mgr.24491) 16379 : cluster [DBG] pgmap v14471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:53.755056+0000 mgr.y (mgr.24491) 16379 : cluster [DBG] pgmap v14471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:55.755760+0000 mgr.y (mgr.24491) 16380 : cluster [DBG] pgmap v14472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:55.755760+0000 mgr.y (mgr.24491) 16380 : cluster [DBG] pgmap v14472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:57.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:55.755760+0000 mgr.y (mgr.24491) 16380 : cluster [DBG] pgmap v14472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:58.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:34:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:34:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:57.756233+0000 mgr.y (mgr.24491) 16381 : cluster [DBG] pgmap v14473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:57.756233+0000 mgr.y (mgr.24491) 16381 : cluster [DBG] pgmap v14473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:34:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:34:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:57.756233+0000 mgr.y (mgr.24491) 16381 : cluster [DBG] pgmap v14473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:34:59.756980+0000 mgr.y (mgr.24491) 16382 : cluster [DBG] pgmap v14474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:34:59.756980+0000 mgr.y (mgr.24491) 16382 : cluster [DBG] pgmap v14474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:34:59.756980+0000 mgr.y (mgr.24491) 16382 : cluster [DBG] pgmap v14474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:35:02.283 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 2m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 2m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 2m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 2m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 2m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 2m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 2m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 2m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 2m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 2m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:35:02.567 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 2m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:35:02.568 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 2m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:35:02.568 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 2m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:35:02.568 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 2m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:35:02.568 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 2m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:35:02.568 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 2m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:35:02.568 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 2m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:35:02.568 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 2m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:35:02.568 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 2m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:35:02.568 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 2m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:35:02.908 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:35:02.908 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:35:02.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:35:02.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:35:02.908 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:35:02.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:35:02.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:35:02.908 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:35:02.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:35:02.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:35:02.909 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:35:02.909 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:35:02.909 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:35:02.909 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:35:02.909 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:35:02.909 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:35:02.909 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:35:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:01.757447+0000 mgr.y (mgr.24491) 16383 : cluster [DBG] pgmap v14475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:35:02.272154+0000 mgr.y (mgr.24491) 16384 : audit [DBG] from='client.31692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:35:02.559661+0000 mgr.y (mgr.24491) 16385 : audit [DBG] from='client.31698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:01.757447+0000 mgr.y (mgr.24491) 16383 : cluster [DBG] pgmap v14475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:35:02.272154+0000 mgr.y (mgr.24491) 16384 : audit [DBG] from='client.31692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:35:02.559661+0000 mgr.y (mgr.24491) 16385 : audit [DBG] from='client.31698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:01.757447+0000 mgr.y (mgr.24491) 16383 : cluster [DBG] pgmap v14475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:35:02.272154+0000 mgr.y (mgr.24491) 16384 : audit [DBG] from='client.31692 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:35:02.559661+0000 mgr.y (mgr.24491) 16385 : audit [DBG] from='client.31698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:35:02.908696+0000 mon.c (mon.2) 508 : audit [DBG] from='client.? 172.21.15.177:0/3879568660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:35:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:35:02.908696+0000 mon.c (mon.2) 508 : audit [DBG] from='client.? 172.21.15.177:0/3879568660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:35:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:35:02.908696+0000 mon.c (mon.2) 508 : audit [DBG] from='client.? 172.21.15.177:0/3879568660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:35:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:03.757857+0000 mgr.y (mgr.24491) 16386 : cluster [DBG] pgmap v14476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:03.757857+0000 mgr.y (mgr.24491) 16386 : cluster [DBG] pgmap v14476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:03.757857+0000 mgr.y (mgr.24491) 16386 : cluster [DBG] pgmap v14476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:05.758648+0000 mgr.y (mgr.24491) 16387 : cluster [DBG] pgmap v14477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:35:05.976899+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:35:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:35:06.218986+0000 mon.a (mon.0) 3479 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:35:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:35:06.498658+0000 mon.a (mon.0) 3480 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:35:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:35:06.499342+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:35:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:35:06.504013+0000 mon.a (mon.0) 3482 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:35:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:05.758648+0000 mgr.y (mgr.24491) 16387 : cluster [DBG] pgmap v14477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:35:05.976899+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:35:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:35:06.218986+0000 mon.a (mon.0) 3479 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:35:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:35:06.498658+0000 mon.a (mon.0) 3480 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:35:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:35:06.499342+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:35:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:35:06.504013+0000 mon.a (mon.0) 3482 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:35:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:05.758648+0000 mgr.y (mgr.24491) 16387 : cluster [DBG] pgmap v14477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:35:05.976899+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:35:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:35:06.218986+0000 mon.a (mon.0) 3479 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:35:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:35:06.498658+0000 mon.a (mon.0) 3480 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:35:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:35:06.499342+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:35:07.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:35:06.504013+0000 mon.a (mon.0) 3482 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:35:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:35:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:07.759215+0000 mgr.y (mgr.24491) 16388 : cluster [DBG] pgmap v14478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:07.759215+0000 mgr.y (mgr.24491) 16388 : cluster [DBG] pgmap v14478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:07.759215+0000 mgr.y (mgr.24491) 16388 : cluster [DBG] pgmap v14478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:09.760129+0000 mgr.y (mgr.24491) 16389 : cluster [DBG] pgmap v14479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:35:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:09.760129+0000 mgr.y (mgr.24491) 16389 : cluster [DBG] pgmap v14479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:09.760129+0000 mgr.y (mgr.24491) 16389 : cluster [DBG] pgmap v14479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:11.760500+0000 mgr.y (mgr.24491) 16390 : cluster [DBG] pgmap v14480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:11.760500+0000 mgr.y (mgr.24491) 16390 : cluster [DBG] pgmap v14480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:11.760500+0000 mgr.y (mgr.24491) 16390 : cluster [DBG] pgmap v14480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:13.760929+0000 mgr.y (mgr.24491) 16391 : cluster [DBG] pgmap v14481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:13.760929+0000 mgr.y (mgr.24491) 16391 : cluster [DBG] pgmap v14481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:13.760929+0000 mgr.y (mgr.24491) 16391 : cluster [DBG] pgmap v14481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:15.761791+0000 mgr.y (mgr.24491) 16392 : cluster [DBG] pgmap v14482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:15.761791+0000 mgr.y (mgr.24491) 16392 : cluster [DBG] pgmap v14482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:15.761791+0000 mgr.y (mgr.24491) 16392 : cluster [DBG] pgmap v14482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:35:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:17.762169+0000 mgr.y (mgr.24491) 16393 : cluster [DBG] pgmap v14483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:17.762169+0000 mgr.y (mgr.24491) 16393 : cluster [DBG] pgmap v14483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:17.762169+0000 mgr.y (mgr.24491) 16393 : cluster [DBG] pgmap v14483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:19.762703+0000 mgr.y (mgr.24491) 16394 : cluster [DBG] pgmap v14484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:35:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:19.762703+0000 mgr.y (mgr.24491) 16394 : cluster [DBG] pgmap v14484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:19.762703+0000 mgr.y (mgr.24491) 16394 : cluster [DBG] pgmap v14484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:21.763154+0000 mgr.y (mgr.24491) 16395 : cluster [DBG] pgmap v14485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:21.763154+0000 mgr.y (mgr.24491) 16395 : cluster [DBG] pgmap v14485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:21.763154+0000 mgr.y (mgr.24491) 16395 : cluster [DBG] pgmap v14485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:23.763711+0000 mgr.y (mgr.24491) 16396 : cluster [DBG] pgmap v14486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:23.763711+0000 mgr.y (mgr.24491) 16396 : cluster [DBG] pgmap v14486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:23.763711+0000 mgr.y (mgr.24491) 16396 : cluster [DBG] pgmap v14486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:25.764477+0000 mgr.y (mgr.24491) 16397 : cluster [DBG] pgmap v14487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:25.764477+0000 mgr.y (mgr.24491) 16397 : cluster [DBG] pgmap v14487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:25.764477+0000 mgr.y (mgr.24491) 16397 : cluster [DBG] pgmap v14487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:35:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:27.764856+0000 mgr.y (mgr.24491) 16398 : cluster [DBG] pgmap v14488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:27.764856+0000 mgr.y (mgr.24491) 16398 : cluster [DBG] pgmap v14488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:27.764856+0000 mgr.y (mgr.24491) 16398 : cluster [DBG] pgmap v14488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:29.765421+0000 mgr.y (mgr.24491) 16399 : cluster [DBG] pgmap v14489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:35:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:29.765421+0000 mgr.y (mgr.24491) 16399 : cluster [DBG] pgmap v14489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:29.765421+0000 mgr.y (mgr.24491) 16399 : cluster [DBG] pgmap v14489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:33.222 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:35:33.498 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:35:33.498 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:35:33.498 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:35:33.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:35:33.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:35:33.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:35:33.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:35:33.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:35:33.500 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:35:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:31.765836+0000 mgr.y (mgr.24491) 16400 : cluster [DBG] pgmap v14490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:31.765836+0000 mgr.y (mgr.24491) 16400 : cluster [DBG] pgmap v14490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:31.765836+0000 mgr.y (mgr.24491) 16400 : cluster [DBG] pgmap v14490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:33.833 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:35:33.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:35:33.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:35:33.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:35:33.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:35:33.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:35:33.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:35:33.833 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:35:33.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:35:33.834 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:35:33.834 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:35:33.834 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:35:33.834 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:35:33.834 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:35:33.834 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:35:33.834 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:35:33.834 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:35:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:35:33.210196+0000 mgr.y (mgr.24491) 16401 : audit [DBG] from='client.41621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:35:33.491656+0000 mgr.y (mgr.24491) 16402 : audit [DBG] from='client.31716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:35:33.833737+0000 mon.c (mon.2) 509 : audit [DBG] from='client.? 172.21.15.177:0/10939901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:35:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:35:33.210196+0000 mgr.y (mgr.24491) 16401 : audit [DBG] from='client.41621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:35:33.491656+0000 mgr.y (mgr.24491) 16402 : audit [DBG] from='client.31716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:35:33.833737+0000 mon.c (mon.2) 509 : audit [DBG] from='client.? 172.21.15.177:0/10939901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:35:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:35:33.210196+0000 mgr.y (mgr.24491) 16401 : audit [DBG] from='client.41621 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:35:33.491656+0000 mgr.y (mgr.24491) 16402 : audit [DBG] from='client.31716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:35:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:35:33.833737+0000 mon.c (mon.2) 509 : audit [DBG] from='client.? 172.21.15.177:0/10939901' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:35:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:33.766172+0000 mgr.y (mgr.24491) 16403 : cluster [DBG] pgmap v14491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:33.766172+0000 mgr.y (mgr.24491) 16403 : cluster [DBG] pgmap v14491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:33.766172+0000 mgr.y (mgr.24491) 16403 : cluster [DBG] pgmap v14491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:35.766932+0000 mgr.y (mgr.24491) 16404 : cluster [DBG] pgmap v14492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:37.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:35.766932+0000 mgr.y (mgr.24491) 16404 : cluster [DBG] pgmap v14492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:37.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:35.766932+0000 mgr.y (mgr.24491) 16404 : cluster [DBG] pgmap v14492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:35:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:37.767315+0000 mgr.y (mgr.24491) 16405 : cluster [DBG] pgmap v14493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:37.767315+0000 mgr.y (mgr.24491) 16405 : cluster [DBG] pgmap v14493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:37.767315+0000 mgr.y (mgr.24491) 16405 : cluster [DBG] pgmap v14493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:39.768018+0000 mgr.y (mgr.24491) 16406 : cluster [DBG] pgmap v14494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:43.898 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:35:43.898 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:41.768397+0000 mgr.y (mgr.24491) 16407 : cluster [DBG] pgmap v14495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:39.768018+0000 mgr.y (mgr.24491) 16406 : cluster [DBG] pgmap v14494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:39.768018+0000 mgr.y (mgr.24491) 16406 : cluster [DBG] pgmap v14494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:41.768397+0000 mgr.y (mgr.24491) 16407 : cluster [DBG] pgmap v14495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:41.768397+0000 mgr.y (mgr.24491) 16407 : cluster [DBG] pgmap v14495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:43.769018+0000 mgr.y (mgr.24491) 16408 : cluster [DBG] pgmap v14496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:43.769018+0000 mgr.y (mgr.24491) 16408 : cluster [DBG] pgmap v14496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:43.769018+0000 mgr.y (mgr.24491) 16408 : cluster [DBG] pgmap v14496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:45.769720+0000 mgr.y (mgr.24491) 16409 : cluster [DBG] pgmap v14497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:45.769720+0000 mgr.y (mgr.24491) 16409 : cluster [DBG] pgmap v14497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:45.769720+0000 mgr.y (mgr.24491) 16409 : cluster [DBG] pgmap v14497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:35:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:47.770158+0000 mgr.y (mgr.24491) 16410 : cluster [DBG] pgmap v14498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:47.770158+0000 mgr.y (mgr.24491) 16410 : cluster [DBG] pgmap v14498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:47.770158+0000 mgr.y (mgr.24491) 16410 : cluster [DBG] pgmap v14498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:49.770742+0000 mgr.y (mgr.24491) 16411 : cluster [DBG] pgmap v14499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:35:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:49.770742+0000 mgr.y (mgr.24491) 16411 : cluster [DBG] pgmap v14499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:49.770742+0000 mgr.y (mgr.24491) 16411 : cluster [DBG] pgmap v14499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:51.771182+0000 mgr.y (mgr.24491) 16412 : cluster [DBG] pgmap v14500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:51.771182+0000 mgr.y (mgr.24491) 16412 : cluster [DBG] pgmap v14500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:51.771182+0000 mgr.y (mgr.24491) 16412 : cluster [DBG] pgmap v14500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:53.771558+0000 mgr.y (mgr.24491) 16413 : cluster [DBG] pgmap v14501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:53.771558+0000 mgr.y (mgr.24491) 16413 : cluster [DBG] pgmap v14501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:53.771558+0000 mgr.y (mgr.24491) 16413 : cluster [DBG] pgmap v14501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:55.772314+0000 mgr.y (mgr.24491) 16414 : cluster [DBG] pgmap v14502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:55.772314+0000 mgr.y (mgr.24491) 16414 : cluster [DBG] pgmap v14502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:55.772314+0000 mgr.y (mgr.24491) 16414 : cluster [DBG] pgmap v14502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:35:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:35:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:57.772800+0000 mgr.y (mgr.24491) 16415 : cluster [DBG] pgmap v14503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:57.772800+0000 mgr.y (mgr.24491) 16415 : cluster [DBG] pgmap v14503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:35:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:35:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:57.772800+0000 mgr.y (mgr.24491) 16415 : cluster [DBG] pgmap v14503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:01.260 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:36:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:35:59.773641+0000 mgr.y (mgr.24491) 16416 : cluster [DBG] pgmap v14504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:35:59.773641+0000 mgr.y (mgr.24491) 16416 : cluster [DBG] pgmap v14504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:35:59.773641+0000 mgr.y (mgr.24491) 16416 : cluster [DBG] pgmap v14504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:01.774088+0000 mgr.y (mgr.24491) 16417 : cluster [DBG] pgmap v14505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:01.774088+0000 mgr.y (mgr.24491) 16417 : cluster [DBG] pgmap v14505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:01.774088+0000 mgr.y (mgr.24491) 16417 : cluster [DBG] pgmap v14505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:04.145 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:36:04.423 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:36:04.423 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:36:04.424 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:36:04.425 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:36:04.425 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:36:04.425 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:36:04.425 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:36:04.756 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:36:04.756 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:36:04.756 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:36:04.756 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:36:04.756 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:36:04.756 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:36:04.756 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:36:04.756 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:36:04.757 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:36:04.757 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:36:04.757 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:36:04.757 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:36:04.757 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:36:04.757 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:36:04.757 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:36:04.757 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:36:04.757 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:36:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:03.774547+0000 mgr.y (mgr.24491) 16418 : cluster [DBG] pgmap v14506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:36:04.133856+0000 mgr.y (mgr.24491) 16419 : audit [DBG] from='client.41639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:36:04.416697+0000 mgr.y (mgr.24491) 16420 : audit [DBG] from='client.41645 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:36:04.756814+0000 mon.c (mon.2) 510 : audit [DBG] from='client.? 172.21.15.177:0/1015232548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:36:05.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:03.774547+0000 mgr.y (mgr.24491) 16418 : cluster [DBG] pgmap v14506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:05.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:36:04.133856+0000 mgr.y (mgr.24491) 16419 : audit [DBG] from='client.41639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:05.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:36:04.416697+0000 mgr.y (mgr.24491) 16420 : audit [DBG] from='client.41645 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:05.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:36:04.756814+0000 mon.c (mon.2) 510 : audit [DBG] from='client.? 172.21.15.177:0/1015232548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:36:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:03.774547+0000 mgr.y (mgr.24491) 16418 : cluster [DBG] pgmap v14506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:36:04.133856+0000 mgr.y (mgr.24491) 16419 : audit [DBG] from='client.41639 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:36:04.416697+0000 mgr.y (mgr.24491) 16420 : audit [DBG] from='client.41645 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:36:04.756814+0000 mon.c (mon.2) 510 : audit [DBG] from='client.? 172.21.15.177:0/1015232548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:36:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:05.775421+0000 mgr.y (mgr.24491) 16421 : cluster [DBG] pgmap v14507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:36:06.508263+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:36:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:36:06.749006+0000 mon.a (mon.0) 3484 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:36:07.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:36:07.027332+0000 mon.a (mon.0) 3485 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:36:07.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:36:07.028009+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:36:07.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:36:07.033260+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:36:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:05.775421+0000 mgr.y (mgr.24491) 16421 : cluster [DBG] pgmap v14507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:36:06.508263+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:36:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:36:06.749006+0000 mon.a (mon.0) 3484 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:36:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:36:07.027332+0000 mon.a (mon.0) 3485 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:36:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:36:07.028009+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:36:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:36:07.033260+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:36:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:05.775421+0000 mgr.y (mgr.24491) 16421 : cluster [DBG] pgmap v14507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:36:06.508263+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:36:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:36:06.749006+0000 mon.a (mon.0) 3484 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:36:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:36:07.027332+0000 mon.a (mon.0) 3485 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:36:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:36:07.028009+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:36:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:36:07.033260+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:36:08.152 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:36:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:07.775975+0000 mgr.y (mgr.24491) 16422 : cluster [DBG] pgmap v14508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:07.775975+0000 mgr.y (mgr.24491) 16422 : cluster [DBG] pgmap v14508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:07.775975+0000 mgr.y (mgr.24491) 16422 : cluster [DBG] pgmap v14508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:11.278 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:36:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:09.776700+0000 mgr.y (mgr.24491) 16423 : cluster [DBG] pgmap v14509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:09.776700+0000 mgr.y (mgr.24491) 16423 : cluster [DBG] pgmap v14509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:09.776700+0000 mgr.y (mgr.24491) 16423 : cluster [DBG] pgmap v14509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:11.777185+0000 mgr.y (mgr.24491) 16424 : cluster [DBG] pgmap v14510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:11.777185+0000 mgr.y (mgr.24491) 16424 : cluster [DBG] pgmap v14510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:11.777185+0000 mgr.y (mgr.24491) 16424 : cluster [DBG] pgmap v14510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:13.777747+0000 mgr.y (mgr.24491) 16425 : cluster [DBG] pgmap v14511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:13.777747+0000 mgr.y (mgr.24491) 16425 : cluster [DBG] pgmap v14511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:13.777747+0000 mgr.y (mgr.24491) 16425 : cluster [DBG] pgmap v14511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:15.778469+0000 mgr.y (mgr.24491) 16426 : cluster [DBG] pgmap v14512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:15.778469+0000 mgr.y (mgr.24491) 16426 : cluster [DBG] pgmap v14512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:15.778469+0000 mgr.y (mgr.24491) 16426 : cluster [DBG] pgmap v14512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:36:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:17.778828+0000 mgr.y (mgr.24491) 16427 : cluster [DBG] pgmap v14513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:17.778828+0000 mgr.y (mgr.24491) 16427 : cluster [DBG] pgmap v14513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:17.778828+0000 mgr.y (mgr.24491) 16427 : cluster [DBG] pgmap v14513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:21.294 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:36:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:19.779511+0000 mgr.y (mgr.24491) 16428 : cluster [DBG] pgmap v14514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:19.779511+0000 mgr.y (mgr.24491) 16428 : cluster [DBG] pgmap v14514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:19.779511+0000 mgr.y (mgr.24491) 16428 : cluster [DBG] pgmap v14514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:21.780001+0000 mgr.y (mgr.24491) 16429 : cluster [DBG] pgmap v14515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:21.780001+0000 mgr.y (mgr.24491) 16429 : cluster [DBG] pgmap v14515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:21.780001+0000 mgr.y (mgr.24491) 16429 : cluster [DBG] pgmap v14515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:23.780407+0000 mgr.y (mgr.24491) 16430 : cluster [DBG] pgmap v14516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:23.780407+0000 mgr.y (mgr.24491) 16430 : cluster [DBG] pgmap v14516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:23.780407+0000 mgr.y (mgr.24491) 16430 : cluster [DBG] pgmap v14516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:25.781225+0000 mgr.y (mgr.24491) 16431 : cluster [DBG] pgmap v14517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:25.781225+0000 mgr.y (mgr.24491) 16431 : cluster [DBG] pgmap v14517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:25.781225+0000 mgr.y (mgr.24491) 16431 : cluster [DBG] pgmap v14517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:36:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:27.781674+0000 mgr.y (mgr.24491) 16432 : cluster [DBG] pgmap v14518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:27.781674+0000 mgr.y (mgr.24491) 16432 : cluster [DBG] pgmap v14518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:27.781674+0000 mgr.y (mgr.24491) 16432 : cluster [DBG] pgmap v14518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:31.310 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:36:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:29.782623+0000 mgr.y (mgr.24491) 16433 : cluster [DBG] pgmap v14519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:31.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:29.782623+0000 mgr.y (mgr.24491) 16433 : cluster [DBG] pgmap v14519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:31.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:29.782623+0000 mgr.y (mgr.24491) 16433 : cluster [DBG] pgmap v14519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:31.783158+0000 mgr.y (mgr.24491) 16434 : cluster [DBG] pgmap v14520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:33.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:31.783158+0000 mgr.y (mgr.24491) 16434 : cluster [DBG] pgmap v14520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:33.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:31.783158+0000 mgr.y (mgr.24491) 16434 : cluster [DBG] pgmap v14520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:35.069 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:36:35.346 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:36:35.346 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 4m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:36:35.346 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 4m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:36:35.346 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 4m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 4m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 4m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 4m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 4m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 4m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 4m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 4m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 4m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 4m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 4m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 4m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:36:35.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 4m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:36:35.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 4m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:36:35.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 4m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:36:35.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 4m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:36:35.348 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 4m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:36:35.348 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 4m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:36:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:33.783535+0000 mgr.y (mgr.24491) 16435 : cluster [DBG] pgmap v14521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:33.783535+0000 mgr.y (mgr.24491) 16435 : cluster [DBG] pgmap v14521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:35.681 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:36:35.681 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:36:35.681 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:36:35.681 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:36:35.681 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:36:35.681 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:36:35.682 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:36:35.682 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:36:35.682 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:36:35.682 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:36:35.682 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:36:35.682 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:36:35.683 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:36:35.683 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:36:35.683 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:36:35.683 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:36:35.683 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:36:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:33.783535+0000 mgr.y (mgr.24491) 16435 : cluster [DBG] pgmap v14521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:36:35.058122+0000 mgr.y (mgr.24491) 16436 : audit [DBG] from='client.31746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:36:35.339073+0000 mgr.y (mgr.24491) 16437 : audit [DBG] from='client.31752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:36:35.681740+0000 mon.c (mon.2) 511 : audit [DBG] from='client.? 172.21.15.177:0/4104577396' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:36:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:36:35.058122+0000 mgr.y (mgr.24491) 16436 : audit [DBG] from='client.31746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:36:35.339073+0000 mgr.y (mgr.24491) 16437 : audit [DBG] from='client.31752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:36.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:36:35.681740+0000 mon.c (mon.2) 511 : audit [DBG] from='client.? 172.21.15.177:0/4104577396' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:36:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:36:35.058122+0000 mgr.y (mgr.24491) 16436 : audit [DBG] from='client.31746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:36:35.339073+0000 mgr.y (mgr.24491) 16437 : audit [DBG] from='client.31752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:36:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:36:35.681740+0000 mon.c (mon.2) 511 : audit [DBG] from='client.? 172.21.15.177:0/4104577396' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:36:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:35.784303+0000 mgr.y (mgr.24491) 16438 : cluster [DBG] pgmap v14522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:35.784303+0000 mgr.y (mgr.24491) 16438 : cluster [DBG] pgmap v14522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:35.784303+0000 mgr.y (mgr.24491) 16438 : cluster [DBG] pgmap v14522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:36:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:37.784824+0000 mgr.y (mgr.24491) 16439 : cluster [DBG] pgmap v14523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:37.784824+0000 mgr.y (mgr.24491) 16439 : cluster [DBG] pgmap v14523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:37.784824+0000 mgr.y (mgr.24491) 16439 : cluster [DBG] pgmap v14523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:41.331 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:36:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:39.785448+0000 mgr.y (mgr.24491) 16440 : cluster [DBG] pgmap v14524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:39.785448+0000 mgr.y (mgr.24491) 16440 : cluster [DBG] pgmap v14524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:39.785448+0000 mgr.y (mgr.24491) 16440 : cluster [DBG] pgmap v14524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:41.786031+0000 mgr.y (mgr.24491) 16441 : cluster [DBG] pgmap v14525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:41.786031+0000 mgr.y (mgr.24491) 16441 : cluster [DBG] pgmap v14525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:41.786031+0000 mgr.y (mgr.24491) 16441 : cluster [DBG] pgmap v14525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:43.786595+0000 mgr.y (mgr.24491) 16442 : cluster [DBG] pgmap v14526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:43.786595+0000 mgr.y (mgr.24491) 16442 : cluster [DBG] pgmap v14526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:43.786595+0000 mgr.y (mgr.24491) 16442 : cluster [DBG] pgmap v14526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:45.787395+0000 mgr.y (mgr.24491) 16443 : cluster [DBG] pgmap v14527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:45.787395+0000 mgr.y (mgr.24491) 16443 : cluster [DBG] pgmap v14527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:45.787395+0000 mgr.y (mgr.24491) 16443 : cluster [DBG] pgmap v14527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:36:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:47.787971+0000 mgr.y (mgr.24491) 16444 : cluster [DBG] pgmap v14528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:47.787971+0000 mgr.y (mgr.24491) 16444 : cluster [DBG] pgmap v14528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:47.787971+0000 mgr.y (mgr.24491) 16444 : cluster [DBG] pgmap v14528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:51.350 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:36:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:49.788726+0000 mgr.y (mgr.24491) 16445 : cluster [DBG] pgmap v14529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:49.788726+0000 mgr.y (mgr.24491) 16445 : cluster [DBG] pgmap v14529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:49.788726+0000 mgr.y (mgr.24491) 16445 : cluster [DBG] pgmap v14529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:51.789115+0000 mgr.y (mgr.24491) 16446 : cluster [DBG] pgmap v14530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:51.789115+0000 mgr.y (mgr.24491) 16446 : cluster [DBG] pgmap v14530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:51.789115+0000 mgr.y (mgr.24491) 16446 : cluster [DBG] pgmap v14530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:53.789550+0000 mgr.y (mgr.24491) 16447 : cluster [DBG] pgmap v14531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:53.789550+0000 mgr.y (mgr.24491) 16447 : cluster [DBG] pgmap v14531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:53.789550+0000 mgr.y (mgr.24491) 16447 : cluster [DBG] pgmap v14531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:55.790290+0000 mgr.y (mgr.24491) 16448 : cluster [DBG] pgmap v14532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:55.790290+0000 mgr.y (mgr.24491) 16448 : cluster [DBG] pgmap v14532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:55.790290+0000 mgr.y (mgr.24491) 16448 : cluster [DBG] pgmap v14532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:36:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:36:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:57.790864+0000 mgr.y (mgr.24491) 16449 : cluster [DBG] pgmap v14533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:57.790864+0000 mgr.y (mgr.24491) 16449 : cluster [DBG] pgmap v14533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:36:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:57.790864+0000 mgr.y (mgr.24491) 16449 : cluster [DBG] pgmap v14533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:01.365 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:37:01.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:36:59.791678+0000 mgr.y (mgr.24491) 16450 : cluster [DBG] pgmap v14534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:01.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:36:59.791678+0000 mgr.y (mgr.24491) 16450 : cluster [DBG] pgmap v14534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:36:59.791678+0000 mgr.y (mgr.24491) 16450 : cluster [DBG] pgmap v14534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:01.792086+0000 mgr.y (mgr.24491) 16451 : cluster [DBG] pgmap v14535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:01.792086+0000 mgr.y (mgr.24491) 16451 : cluster [DBG] pgmap v14535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:01.792086+0000 mgr.y (mgr.24491) 16451 : cluster [DBG] pgmap v14535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:03.792523+0000 mgr.y (mgr.24491) 16452 : cluster [DBG] pgmap v14536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:03.792523+0000 mgr.y (mgr.24491) 16452 : cluster [DBG] pgmap v14536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:03.792523+0000 mgr.y (mgr.24491) 16452 : cluster [DBG] pgmap v14536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:05.992 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:37:06.266 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:37:06.266 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 5m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:37:06.267 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 5m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:37:06.267 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 5m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:37:06.267 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 5m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:37:06.267 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 5m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:37:06.267 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 5m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:37:06.267 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 5m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:37:06.267 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 5m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:37:06.267 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 5m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:37:06.267 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 5m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:37:06.268 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 5m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:37:06.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 5m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:37:06.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 5m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:37:06.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 5m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:37:06.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 5m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:37:06.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 5m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:37:06.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 5m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:37:06.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 5m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:37:06.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 5m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:37:06.268 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 5m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:37:06.599 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:37:06.599 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:37:06.599 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:37:06.599 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:37:06.599 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:37:06.599 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:37:06.599 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:37:06.599 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:37:06.599 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:37:06.599 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:37:06.600 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:37:06.600 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:37:06.600 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:37:06.600 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:37:06.600 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:37:06.600 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:37:06.600 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:37:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:05.793163+0000 mgr.y (mgr.24491) 16453 : cluster [DBG] pgmap v14537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:07.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:37:05.981104+0000 mgr.y (mgr.24491) 16454 : audit [DBG] from='client.31764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:07.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:37:06.259480+0000 mgr.y (mgr.24491) 16455 : audit [DBG] from='client.41681 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:07.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:37:06.599826+0000 mon.a (mon.0) 3488 : audit [DBG] from='client.? 172.21.15.177:0/3280352282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:37:07.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:37:07.037476+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:37:07.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:37:07.330129+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:37:07.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:37:07.330767+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:37:07.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:37:07.334903+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:37:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:05.793163+0000 mgr.y (mgr.24491) 16453 : cluster [DBG] pgmap v14537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:37:05.981104+0000 mgr.y (mgr.24491) 16454 : audit [DBG] from='client.31764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:37:06.259480+0000 mgr.y (mgr.24491) 16455 : audit [DBG] from='client.41681 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:07.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:37:06.599826+0000 mon.a (mon.0) 3488 : audit [DBG] from='client.? 172.21.15.177:0/3280352282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:37:07.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:37:07.037476+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:37:07.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:37:07.330129+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:37:07.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:37:07.330767+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:37:07.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:37:07.334903+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:37:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:05.793163+0000 mgr.y (mgr.24491) 16453 : cluster [DBG] pgmap v14537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:37:05.981104+0000 mgr.y (mgr.24491) 16454 : audit [DBG] from='client.31764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:37:06.259480+0000 mgr.y (mgr.24491) 16455 : audit [DBG] from='client.41681 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:37:06.599826+0000 mon.a (mon.0) 3488 : audit [DBG] from='client.? 172.21.15.177:0/3280352282' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:37:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:37:07.037476+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:37:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:37:07.330129+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:37:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:37:07.330767+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:37:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:37:07.334903+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:37:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:37:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:07.793668+0000 mgr.y (mgr.24491) 16456 : cluster [DBG] pgmap v14538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:07.793668+0000 mgr.y (mgr.24491) 16456 : cluster [DBG] pgmap v14538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:07.793668+0000 mgr.y (mgr.24491) 16456 : cluster [DBG] pgmap v14538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:11.382 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:37:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:09.794327+0000 mgr.y (mgr.24491) 16457 : cluster [DBG] pgmap v14539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:09.794327+0000 mgr.y (mgr.24491) 16457 : cluster [DBG] pgmap v14539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:09.794327+0000 mgr.y (mgr.24491) 16457 : cluster [DBG] pgmap v14539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:11.794774+0000 mgr.y (mgr.24491) 16458 : cluster [DBG] pgmap v14540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:11.794774+0000 mgr.y (mgr.24491) 16458 : cluster [DBG] pgmap v14540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:11.794774+0000 mgr.y (mgr.24491) 16458 : cluster [DBG] pgmap v14540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:13.795269+0000 mgr.y (mgr.24491) 16459 : cluster [DBG] pgmap v14541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:13.795269+0000 mgr.y (mgr.24491) 16459 : cluster [DBG] pgmap v14541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:13.795269+0000 mgr.y (mgr.24491) 16459 : cluster [DBG] pgmap v14541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:15.796019+0000 mgr.y (mgr.24491) 16460 : cluster [DBG] pgmap v14542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:15.796019+0000 mgr.y (mgr.24491) 16460 : cluster [DBG] pgmap v14542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:15.796019+0000 mgr.y (mgr.24491) 16460 : cluster [DBG] pgmap v14542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:37:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:17.796428+0000 mgr.y (mgr.24491) 16461 : cluster [DBG] pgmap v14543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:17.796428+0000 mgr.y (mgr.24491) 16461 : cluster [DBG] pgmap v14543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:17.796428+0000 mgr.y (mgr.24491) 16461 : cluster [DBG] pgmap v14543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:21.399 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:37:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:19.797255+0000 mgr.y (mgr.24491) 16462 : cluster [DBG] pgmap v14544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:19.797255+0000 mgr.y (mgr.24491) 16462 : cluster [DBG] pgmap v14544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:19.797255+0000 mgr.y (mgr.24491) 16462 : cluster [DBG] pgmap v14544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:21.797767+0000 mgr.y (mgr.24491) 16463 : cluster [DBG] pgmap v14545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:21.797767+0000 mgr.y (mgr.24491) 16463 : cluster [DBG] pgmap v14545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:21.797767+0000 mgr.y (mgr.24491) 16463 : cluster [DBG] pgmap v14545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:23.798174+0000 mgr.y (mgr.24491) 16464 : cluster [DBG] pgmap v14546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:23.798174+0000 mgr.y (mgr.24491) 16464 : cluster [DBG] pgmap v14546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:23.798174+0000 mgr.y (mgr.24491) 16464 : cluster [DBG] pgmap v14546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:27.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:25.798763+0000 mgr.y (mgr.24491) 16465 : cluster [DBG] pgmap v14547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:27.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:25.798763+0000 mgr.y (mgr.24491) 16465 : cluster [DBG] pgmap v14547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:25.798763+0000 mgr.y (mgr.24491) 16465 : cluster [DBG] pgmap v14547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:37:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:27.799196+0000 mgr.y (mgr.24491) 16466 : cluster [DBG] pgmap v14548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:27.799196+0000 mgr.y (mgr.24491) 16466 : cluster [DBG] pgmap v14548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:27.799196+0000 mgr.y (mgr.24491) 16466 : cluster [DBG] pgmap v14548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:31.423 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:37:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:29.800002+0000 mgr.y (mgr.24491) 16467 : cluster [DBG] pgmap v14549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:29.800002+0000 mgr.y (mgr.24491) 16467 : cluster [DBG] pgmap v14549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:29.800002+0000 mgr.y (mgr.24491) 16467 : cluster [DBG] pgmap v14549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:31.800573+0000 mgr.y (mgr.24491) 16468 : cluster [DBG] pgmap v14550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:31.800573+0000 mgr.y (mgr.24491) 16468 : cluster [DBG] pgmap v14550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:31.800573+0000 mgr.y (mgr.24491) 16468 : cluster [DBG] pgmap v14550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:33.800995+0000 mgr.y (mgr.24491) 16469 : cluster [DBG] pgmap v14551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:33.800995+0000 mgr.y (mgr.24491) 16469 : cluster [DBG] pgmap v14551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:33.800995+0000 mgr.y (mgr.24491) 16469 : cluster [DBG] pgmap v14551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:36.910 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:37:37.182 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 5m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 5m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 5m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 5m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 5m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 5m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 5m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 5m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 5m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 5m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 5m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:37:37.183 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 5m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:37:37.184 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 5m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:37:37.184 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 5m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:37:37.184 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 5m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:37:37.184 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 5m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:37:37.184 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 5m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:37:37.184 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 5m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:37:37.184 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 5m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:37:37.184 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 5m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:37:37.519 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:37:37.520 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:37:37.520 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:37:37.520 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:37:37.520 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:37:37.520 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:37:37.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:35.801758+0000 mgr.y (mgr.24491) 16470 : cluster [DBG] pgmap v14552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:35.801758+0000 mgr.y (mgr.24491) 16470 : cluster [DBG] pgmap v14552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:35.801758+0000 mgr.y (mgr.24491) 16470 : cluster [DBG] pgmap v14552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:37:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:37:36.898918+0000 mgr.y (mgr.24491) 16471 : audit [DBG] from='client.31782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:37:37.175978+0000 mgr.y (mgr.24491) 16472 : audit [DBG] from='client.41699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:37:37.519721+0000 mon.c (mon.2) 512 : audit [DBG] from='client.? 172.21.15.177:0/1643385140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:37:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:37:36.898918+0000 mgr.y (mgr.24491) 16471 : audit [DBG] from='client.31782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:37:37.175978+0000 mgr.y (mgr.24491) 16472 : audit [DBG] from='client.41699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:37:37.519721+0000 mon.c (mon.2) 512 : audit [DBG] from='client.? 172.21.15.177:0/1643385140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:37:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:37:36.898918+0000 mgr.y (mgr.24491) 16471 : audit [DBG] from='client.31782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:38.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:37:37.175978+0000 mgr.y (mgr.24491) 16472 : audit [DBG] from='client.41699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:37:38.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:37:37.519721+0000 mon.c (mon.2) 512 : audit [DBG] from='client.? 172.21.15.177:0/1643385140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:37:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:37.802312+0000 mgr.y (mgr.24491) 16473 : cluster [DBG] pgmap v14553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:37.802312+0000 mgr.y (mgr.24491) 16473 : cluster [DBG] pgmap v14553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:37.802312+0000 mgr.y (mgr.24491) 16473 : cluster [DBG] pgmap v14553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:41.442 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:37:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:39.803019+0000 mgr.y (mgr.24491) 16474 : cluster [DBG] pgmap v14554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:39.803019+0000 mgr.y (mgr.24491) 16474 : cluster [DBG] pgmap v14554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:39.803019+0000 mgr.y (mgr.24491) 16474 : cluster [DBG] pgmap v14554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:41.803456+0000 mgr.y (mgr.24491) 16475 : cluster [DBG] pgmap v14555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:41.803456+0000 mgr.y (mgr.24491) 16475 : cluster [DBG] pgmap v14555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:41.803456+0000 mgr.y (mgr.24491) 16475 : cluster [DBG] pgmap v14555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:43.804047+0000 mgr.y (mgr.24491) 16476 : cluster [DBG] pgmap v14556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:43.804047+0000 mgr.y (mgr.24491) 16476 : cluster [DBG] pgmap v14556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:43.804047+0000 mgr.y (mgr.24491) 16476 : cluster [DBG] pgmap v14556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:45.804813+0000 mgr.y (mgr.24491) 16477 : cluster [DBG] pgmap v14557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:45.804813+0000 mgr.y (mgr.24491) 16477 : cluster [DBG] pgmap v14557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:45.804813+0000 mgr.y (mgr.24491) 16477 : cluster [DBG] pgmap v14557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:37:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:47.805259+0000 mgr.y (mgr.24491) 16478 : cluster [DBG] pgmap v14558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:47.805259+0000 mgr.y (mgr.24491) 16478 : cluster [DBG] pgmap v14558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:47.805259+0000 mgr.y (mgr.24491) 16478 : cluster [DBG] pgmap v14558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:51.459 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:37:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:49.806027+0000 mgr.y (mgr.24491) 16479 : cluster [DBG] pgmap v14559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:49.806027+0000 mgr.y (mgr.24491) 16479 : cluster [DBG] pgmap v14559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:49.806027+0000 mgr.y (mgr.24491) 16479 : cluster [DBG] pgmap v14559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:53.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:51.806447+0000 mgr.y (mgr.24491) 16480 : cluster [DBG] pgmap v14560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:51.806447+0000 mgr.y (mgr.24491) 16480 : cluster [DBG] pgmap v14560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:51.806447+0000 mgr.y (mgr.24491) 16480 : cluster [DBG] pgmap v14560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:53.806930+0000 mgr.y (mgr.24491) 16481 : cluster [DBG] pgmap v14561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:53.806930+0000 mgr.y (mgr.24491) 16481 : cluster [DBG] pgmap v14561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:53.806930+0000 mgr.y (mgr.24491) 16481 : cluster [DBG] pgmap v14561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:57.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:55.807799+0000 mgr.y (mgr.24491) 16482 : cluster [DBG] pgmap v14562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:57.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:55.807799+0000 mgr.y (mgr.24491) 16482 : cluster [DBG] pgmap v14562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:55.807799+0000 mgr.y (mgr.24491) 16482 : cluster [DBG] pgmap v14562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:37:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:37:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:37:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:57.808294+0000 mgr.y (mgr.24491) 16483 : cluster [DBG] pgmap v14563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:57.808294+0000 mgr.y (mgr.24491) 16483 : cluster [DBG] pgmap v14563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:37:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:57.808294+0000 mgr.y (mgr.24491) 16483 : cluster [DBG] pgmap v14563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:01.476 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:38:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:37:59.809193+0000 mgr.y (mgr.24491) 16484 : cluster [DBG] pgmap v14564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:37:59.809193+0000 mgr.y (mgr.24491) 16484 : cluster [DBG] pgmap v14564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:37:59.809193+0000 mgr.y (mgr.24491) 16484 : cluster [DBG] pgmap v14564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:03.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:01.809606+0000 mgr.y (mgr.24491) 16485 : cluster [DBG] pgmap v14565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:01.809606+0000 mgr.y (mgr.24491) 16485 : cluster [DBG] pgmap v14565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:01.809606+0000 mgr.y (mgr.24491) 16485 : cluster [DBG] pgmap v14565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:03.810022+0000 mgr.y (mgr.24491) 16486 : cluster [DBG] pgmap v14566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:03.810022+0000 mgr.y (mgr.24491) 16486 : cluster [DBG] pgmap v14566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:03.810022+0000 mgr.y (mgr.24491) 16486 : cluster [DBG] pgmap v14566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:05.810700+0000 mgr.y (mgr.24491) 16487 : cluster [DBG] pgmap v14567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:38:07.339276+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:38:07.834 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:38:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:38:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:05.810700+0000 mgr.y (mgr.24491) 16487 : cluster [DBG] pgmap v14567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:38:07.339276+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:38:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:05.810700+0000 mgr.y (mgr.24491) 16487 : cluster [DBG] pgmap v14567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:38:07.339276+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:38:08.124 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 6m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 6m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 6m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 6m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 6m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:38:08.125 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:38:08.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:38:08.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:38:08.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:38:08.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:38:08.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:38:08.126 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:38:08.464 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:38:08.464 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:38:08.465 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:38:08.466 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:38:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:38:08.465501+0000 mon.c (mon.2) 513 : audit [DBG] from='client.? 172.21.15.177:0/311651269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:38:08.806 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:38:08.465501+0000 mon.c (mon.2) 513 : audit [DBG] from='client.? 172.21.15.177:0/311651269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:38:08.807 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:38:08.465501+0000 mon.c (mon.2) 513 : audit [DBG] from='client.? 172.21.15.177:0/311651269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:38:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:07.811098+0000 mgr.y (mgr.24491) 16488 : cluster [DBG] pgmap v14568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:38:07.823773+0000 mgr.y (mgr.24491) 16489 : audit [DBG] from='client.31800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:38:08.117349+0000 mgr.y (mgr.24491) 16490 : audit [DBG] from='client.41717 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:09.752 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:07.811098+0000 mgr.y (mgr.24491) 16488 : cluster [DBG] pgmap v14568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:09.752 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:38:07.823773+0000 mgr.y (mgr.24491) 16489 : audit [DBG] from='client.31800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:09.752 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:38:08.117349+0000 mgr.y (mgr.24491) 16490 : audit [DBG] from='client.41717 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:09.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:07.811098+0000 mgr.y (mgr.24491) 16488 : cluster [DBG] pgmap v14568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:09.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:38:07.823773+0000 mgr.y (mgr.24491) 16489 : audit [DBG] from='client.31800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:09.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:38:08.117349+0000 mgr.y (mgr.24491) 16490 : audit [DBG] from='client.41717 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:38:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:09.811833+0000 mgr.y (mgr.24491) 16491 : cluster [DBG] pgmap v14569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:38:10.583208+0000 mon.a (mon.0) 3494 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:38:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:38:10.863381+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:38:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:38:10.864051+0000 mon.a (mon.0) 3496 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:38:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:38:10.869490+0000 mon.a (mon.0) 3497 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:38:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:09.811833+0000 mgr.y (mgr.24491) 16491 : cluster [DBG] pgmap v14569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:38:10.583208+0000 mon.a (mon.0) 3494 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:38:11.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:38:10.863381+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:38:11.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:38:10.864051+0000 mon.a (mon.0) 3496 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:38:11.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:38:10.869490+0000 mon.a (mon.0) 3497 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:38:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:09.811833+0000 mgr.y (mgr.24491) 16491 : cluster [DBG] pgmap v14569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:38:10.583208+0000 mon.a (mon.0) 3494 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:38:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:38:10.863381+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:38:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:38:10.864051+0000 mon.a (mon.0) 3496 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:38:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:38:10.869490+0000 mon.a (mon.0) 3497 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:38:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:11.812455+0000 mgr.y (mgr.24491) 16492 : cluster [DBG] pgmap v14570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:11.812455+0000 mgr.y (mgr.24491) 16492 : cluster [DBG] pgmap v14570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:11.812455+0000 mgr.y (mgr.24491) 16492 : cluster [DBG] pgmap v14570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:13.812862+0000 mgr.y (mgr.24491) 16493 : cluster [DBG] pgmap v14571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:13.812862+0000 mgr.y (mgr.24491) 16493 : cluster [DBG] pgmap v14571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:13.812862+0000 mgr.y (mgr.24491) 16493 : cluster [DBG] pgmap v14571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:38:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:15.813591+0000 mgr.y (mgr.24491) 16494 : cluster [DBG] pgmap v14572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:15.813591+0000 mgr.y (mgr.24491) 16494 : cluster [DBG] pgmap v14572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:15.813591+0000 mgr.y (mgr.24491) 16494 : cluster [DBG] pgmap v14572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:17.814069+0000 mgr.y (mgr.24491) 16495 : cluster [DBG] pgmap v14573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:17.814069+0000 mgr.y (mgr.24491) 16495 : cluster [DBG] pgmap v14573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:17.814069+0000 mgr.y (mgr.24491) 16495 : cluster [DBG] pgmap v14573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:38:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:19.814699+0000 mgr.y (mgr.24491) 16496 : cluster [DBG] pgmap v14574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:19.814699+0000 mgr.y (mgr.24491) 16496 : cluster [DBG] pgmap v14574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:19.814699+0000 mgr.y (mgr.24491) 16496 : cluster [DBG] pgmap v14574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:21.815233+0000 mgr.y (mgr.24491) 16497 : cluster [DBG] pgmap v14575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:21.815233+0000 mgr.y (mgr.24491) 16497 : cluster [DBG] pgmap v14575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:21.815233+0000 mgr.y (mgr.24491) 16497 : cluster [DBG] pgmap v14575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:23.815631+0000 mgr.y (mgr.24491) 16498 : cluster [DBG] pgmap v14576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:23.815631+0000 mgr.y (mgr.24491) 16498 : cluster [DBG] pgmap v14576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:23.815631+0000 mgr.y (mgr.24491) 16498 : cluster [DBG] pgmap v14576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:25.816396+0000 mgr.y (mgr.24491) 16499 : cluster [DBG] pgmap v14577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:26.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:25.816396+0000 mgr.y (mgr.24491) 16499 : cluster [DBG] pgmap v14577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:25.816396+0000 mgr.y (mgr.24491) 16499 : cluster [DBG] pgmap v14577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:38:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:27.816860+0000 mgr.y (mgr.24491) 16500 : cluster [DBG] pgmap v14578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:27.816860+0000 mgr.y (mgr.24491) 16500 : cluster [DBG] pgmap v14578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:27.816860+0000 mgr.y (mgr.24491) 16500 : cluster [DBG] pgmap v14578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:29.817460+0000 mgr.y (mgr.24491) 16501 : cluster [DBG] pgmap v14579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:29.817460+0000 mgr.y (mgr.24491) 16501 : cluster [DBG] pgmap v14579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:38:31.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:29.817460+0000 mgr.y (mgr.24491) 16501 : cluster [DBG] pgmap v14579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:31.817844+0000 mgr.y (mgr.24491) 16502 : cluster [DBG] pgmap v14580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:31.817844+0000 mgr.y (mgr.24491) 16502 : cluster [DBG] pgmap v14580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:31.817844+0000 mgr.y (mgr.24491) 16502 : cluster [DBG] pgmap v14580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:33.818300+0000 mgr.y (mgr.24491) 16503 : cluster [DBG] pgmap v14581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:33.818300+0000 mgr.y (mgr.24491) 16503 : cluster [DBG] pgmap v14581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:33.818300+0000 mgr.y (mgr.24491) 16503 : cluster [DBG] pgmap v14581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:35.819119+0000 mgr.y (mgr.24491) 16504 : cluster [DBG] pgmap v14582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:35.819119+0000 mgr.y (mgr.24491) 16504 : cluster [DBG] pgmap v14582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:37.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:35.819119+0000 mgr.y (mgr.24491) 16504 : cluster [DBG] pgmap v14582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T11:38:38.777 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:38:39.052 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:38:39.052 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:38:39.052 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:38:39.052 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:38:39.052 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:38:39.052 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 6m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:38:39.052 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:38:39.053 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:38:39.053 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 6m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:38:39.053 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 6m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:38:39.053 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:38:39.053 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:38:39.053 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 6m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:38:39.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 6m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:38:39.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:38:39.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:38:39.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:38:39.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:38:39.054 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:38:39.055 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:38:39.055 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:38:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:37.819506+0000 mgr.y (mgr.24491) 16505 : cluster [DBG] pgmap v14583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:37.819506+0000 mgr.y (mgr.24491) 16505 : cluster [DBG] pgmap v14583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:37.819506+0000 mgr.y (mgr.24491) 16505 : cluster [DBG] pgmap v14583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:39.382 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:38:39.383 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:38:39.383 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:38:39.383 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:38:39.383 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:38:39.383 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:38:39.383 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:38:39.383 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:38:39.383 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:38:39.383 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:38:39.383 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:38:39.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:38:39.384 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:38:39.384 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:38:39.384 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:38:39.384 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:38:39.384 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:38:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:38:38.765571+0000 mgr.y (mgr.24491) 16506 : audit [DBG] from='client.41729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:38:39.044698+0000 mgr.y (mgr.24491) 16507 : audit [DBG] from='client.31824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:38:39.383674+0000 mon.c (mon.2) 514 : audit [DBG] from='client.? 172.21.15.177:0/4131821739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:38:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:38:38.765571+0000 mgr.y (mgr.24491) 16506 : audit [DBG] from='client.41729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:38:39.044698+0000 mgr.y (mgr.24491) 16507 : audit [DBG] from='client.31824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:40.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:38:39.383674+0000 mon.c (mon.2) 514 : audit [DBG] from='client.? 172.21.15.177:0/4131821739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:38:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:38:38.765571+0000 mgr.y (mgr.24491) 16506 : audit [DBG] from='client.41729 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:38:39.044698+0000 mgr.y (mgr.24491) 16507 : audit [DBG] from='client.31824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:38:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:38:39.383674+0000 mon.c (mon.2) 514 : audit [DBG] from='client.? 172.21.15.177:0/4131821739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:38:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:39.820259+0000 mgr.y (mgr.24491) 16508 : cluster [DBG] pgmap v14584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:39.820259+0000 mgr.y (mgr.24491) 16508 : cluster [DBG] pgmap v14584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:39.820259+0000 mgr.y (mgr.24491) 16508 : cluster [DBG] pgmap v14584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:38:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:41.820837+0000 mgr.y (mgr.24491) 16509 : cluster [DBG] pgmap v14585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:41.820837+0000 mgr.y (mgr.24491) 16509 : cluster [DBG] pgmap v14585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:43.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:41.820837+0000 mgr.y (mgr.24491) 16509 : cluster [DBG] pgmap v14585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:43.821390+0000 mgr.y (mgr.24491) 16510 : cluster [DBG] pgmap v14586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:43.821390+0000 mgr.y (mgr.24491) 16510 : cluster [DBG] pgmap v14586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:45.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:43.821390+0000 mgr.y (mgr.24491) 16510 : cluster [DBG] pgmap v14586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:45.822049+0000 mgr.y (mgr.24491) 16511 : cluster [DBG] pgmap v14587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:45.822049+0000 mgr.y (mgr.24491) 16511 : cluster [DBG] pgmap v14587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:45.822049+0000 mgr.y (mgr.24491) 16511 : cluster [DBG] pgmap v14587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:38:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:47.822498+0000 mgr.y (mgr.24491) 16512 : cluster [DBG] pgmap v14588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:47.822498+0000 mgr.y (mgr.24491) 16512 : cluster [DBG] pgmap v14588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:47.822498+0000 mgr.y (mgr.24491) 16512 : cluster [DBG] pgmap v14588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:51.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:49.823173+0000 mgr.y (mgr.24491) 16513 : cluster [DBG] pgmap v14589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:38:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:49.823173+0000 mgr.y (mgr.24491) 16513 : cluster [DBG] pgmap v14589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:49.823173+0000 mgr.y (mgr.24491) 16513 : cluster [DBG] pgmap v14589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:53.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:51.823767+0000 mgr.y (mgr.24491) 16514 : cluster [DBG] pgmap v14590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:51.823767+0000 mgr.y (mgr.24491) 16514 : cluster [DBG] pgmap v14590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:51.823767+0000 mgr.y (mgr.24491) 16514 : cluster [DBG] pgmap v14590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:55.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:53.824410+0000 mgr.y (mgr.24491) 16515 : cluster [DBG] pgmap v14591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:53.824410+0000 mgr.y (mgr.24491) 16515 : cluster [DBG] pgmap v14591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:53.824410+0000 mgr.y (mgr.24491) 16515 : cluster [DBG] pgmap v14591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:57.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:55.825167+0000 mgr.y (mgr.24491) 16516 : cluster [DBG] pgmap v14592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:55.825167+0000 mgr.y (mgr.24491) 16516 : cluster [DBG] pgmap v14592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:55.825167+0000 mgr.y (mgr.24491) 16516 : cluster [DBG] pgmap v14592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:38:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:38:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:57.825734+0000 mgr.y (mgr.24491) 16517 : cluster [DBG] pgmap v14593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:57.825734+0000 mgr.y (mgr.24491) 16517 : cluster [DBG] pgmap v14593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:38:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:57.825734+0000 mgr.y (mgr.24491) 16517 : cluster [DBG] pgmap v14593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:38:59.826565+0000 mgr.y (mgr.24491) 16518 : cluster [DBG] pgmap v14594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:39:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:38:59.826565+0000 mgr.y (mgr.24491) 16518 : cluster [DBG] pgmap v14594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:38:59.826565+0000 mgr.y (mgr.24491) 16518 : cluster [DBG] pgmap v14594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:03.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:01.826986+0000 mgr.y (mgr.24491) 16519 : cluster [DBG] pgmap v14595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:01.826986+0000 mgr.y (mgr.24491) 16519 : cluster [DBG] pgmap v14595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:03.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:01.826986+0000 mgr.y (mgr.24491) 16519 : cluster [DBG] pgmap v14595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:05.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:03.827539+0000 mgr.y (mgr.24491) 16520 : cluster [DBG] pgmap v14596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:03.827539+0000 mgr.y (mgr.24491) 16520 : cluster [DBG] pgmap v14596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:03.827539+0000 mgr.y (mgr.24491) 16520 : cluster [DBG] pgmap v14596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:05.828358+0000 mgr.y (mgr.24491) 16521 : cluster [DBG] pgmap v14597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:05.828358+0000 mgr.y (mgr.24491) 16521 : cluster [DBG] pgmap v14597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:05.828358+0000 mgr.y (mgr.24491) 16521 : cluster [DBG] pgmap v14597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:07] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T11:39:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:07.828808+0000 mgr.y (mgr.24491) 16522 : cluster [DBG] pgmap v14598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:07.828808+0000 mgr.y (mgr.24491) 16522 : cluster [DBG] pgmap v14598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:07.828808+0000 mgr.y (mgr.24491) 16522 : cluster [DBG] pgmap v14598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:09.694 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:39:09.971 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:39:09.971 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:39:09.971 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:39:09.971 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:39:09.971 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:39:09.971 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:39:09.971 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:39:09.971 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:39:09.971 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 7m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:39:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:39:10.304 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:39:10.304 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:39:10.304 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:39:10.304 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:39:10.304 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:39:10.305 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:39:11.313 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:39:11.314 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:39:09.682066+0000 mgr.y (mgr.24491) 16523 : audit [DBG] from='client.31836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:11.314 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:09.829419+0000 mgr.y (mgr.24491) 16524 : cluster [DBG] pgmap v14599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:11.314 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:39:09.964113+0000 mgr.y (mgr.24491) 16525 : audit [DBG] from='client.41753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:11.314 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:39:10.305253+0000 mon.c (mon.2) 515 : audit [DBG] from='client.? 172.21.15.177:0/3663223907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:39:11.314 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:39:10.873543+0000 mon.a (mon.0) 3498 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:39:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:39:09.682066+0000 mgr.y (mgr.24491) 16523 : audit [DBG] from='client.31836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:09.829419+0000 mgr.y (mgr.24491) 16524 : cluster [DBG] pgmap v14599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:39:09.964113+0000 mgr.y (mgr.24491) 16525 : audit [DBG] from='client.41753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:39:10.305253+0000 mon.c (mon.2) 515 : audit [DBG] from='client.? 172.21.15.177:0/3663223907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:39:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:39:10.873543+0000 mon.a (mon.0) 3498 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:39:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:39:09.682066+0000 mgr.y (mgr.24491) 16523 : audit [DBG] from='client.31836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:11.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:09.829419+0000 mgr.y (mgr.24491) 16524 : cluster [DBG] pgmap v14599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:11.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:39:09.964113+0000 mgr.y (mgr.24491) 16525 : audit [DBG] from='client.41753 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:11.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:39:10.305253+0000 mon.c (mon.2) 515 : audit [DBG] from='client.? 172.21.15.177:0/3663223907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:39:11.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:39:10.873543+0000 mon.a (mon.0) 3498 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:39:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:11.829986+0000 mgr.y (mgr.24491) 16526 : cluster [DBG] pgmap v14600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:11.829986+0000 mgr.y (mgr.24491) 16526 : cluster [DBG] pgmap v14600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:11.829986+0000 mgr.y (mgr.24491) 16526 : cluster [DBG] pgmap v14600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:13.830559+0000 mgr.y (mgr.24491) 16527 : cluster [DBG] pgmap v14601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:39:14.129135+0000 mon.a (mon.0) 3499 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:39:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:39:14.410774+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:39:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:39:14.411686+0000 mon.a (mon.0) 3501 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:39:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:39:14.417377+0000 mon.a (mon.0) 3502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:39:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:13.830559+0000 mgr.y (mgr.24491) 16527 : cluster [DBG] pgmap v14601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:39:14.129135+0000 mon.a (mon.0) 3499 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:39:15.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:39:14.410774+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:39:15.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:39:14.411686+0000 mon.a (mon.0) 3501 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:39:15.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:39:14.417377+0000 mon.a (mon.0) 3502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:39:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:13.830559+0000 mgr.y (mgr.24491) 16527 : cluster [DBG] pgmap v14601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:39:14.129135+0000 mon.a (mon.0) 3499 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:39:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:39:14.410774+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:39:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:39:14.411686+0000 mon.a (mon.0) 3501 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:39:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:39:14.417377+0000 mon.a (mon.0) 3502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:39:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:15.831306+0000 mgr.y (mgr.24491) 16528 : cluster [DBG] pgmap v14602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:15.831306+0000 mgr.y (mgr.24491) 16528 : cluster [DBG] pgmap v14602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:15.831306+0000 mgr.y (mgr.24491) 16528 : cluster [DBG] pgmap v14602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:39:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:17.831778+0000 mgr.y (mgr.24491) 16529 : cluster [DBG] pgmap v14603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:17.831778+0000 mgr.y (mgr.24491) 16529 : cluster [DBG] pgmap v14603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:17.831778+0000 mgr.y (mgr.24491) 16529 : cluster [DBG] pgmap v14603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:19.832446+0000 mgr.y (mgr.24491) 16530 : cluster [DBG] pgmap v14604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:19.832446+0000 mgr.y (mgr.24491) 16530 : cluster [DBG] pgmap v14604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:19.832446+0000 mgr.y (mgr.24491) 16530 : cluster [DBG] pgmap v14604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:39:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:21.832998+0000 mgr.y (mgr.24491) 16531 : cluster [DBG] pgmap v14605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:21.832998+0000 mgr.y (mgr.24491) 16531 : cluster [DBG] pgmap v14605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:21.832998+0000 mgr.y (mgr.24491) 16531 : cluster [DBG] pgmap v14605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:23.833512+0000 mgr.y (mgr.24491) 16532 : cluster [DBG] pgmap v14606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:23.833512+0000 mgr.y (mgr.24491) 16532 : cluster [DBG] pgmap v14606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:23.833512+0000 mgr.y (mgr.24491) 16532 : cluster [DBG] pgmap v14606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:25.834224+0000 mgr.y (mgr.24491) 16533 : cluster [DBG] pgmap v14607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:25.834224+0000 mgr.y (mgr.24491) 16533 : cluster [DBG] pgmap v14607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:25.834224+0000 mgr.y (mgr.24491) 16533 : cluster [DBG] pgmap v14607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:39:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:27.834767+0000 mgr.y (mgr.24491) 16534 : cluster [DBG] pgmap v14608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:27.834767+0000 mgr.y (mgr.24491) 16534 : cluster [DBG] pgmap v14608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:27.834767+0000 mgr.y (mgr.24491) 16534 : cluster [DBG] pgmap v14608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:29.835352+0000 mgr.y (mgr.24491) 16535 : cluster [DBG] pgmap v14609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:39:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:29.835352+0000 mgr.y (mgr.24491) 16535 : cluster [DBG] pgmap v14609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:29.835352+0000 mgr.y (mgr.24491) 16535 : cluster [DBG] pgmap v14609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:31.835900+0000 mgr.y (mgr.24491) 16536 : cluster [DBG] pgmap v14610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:31.835900+0000 mgr.y (mgr.24491) 16536 : cluster [DBG] pgmap v14610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:31.835900+0000 mgr.y (mgr.24491) 16536 : cluster [DBG] pgmap v14610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:33.836305+0000 mgr.y (mgr.24491) 16537 : cluster [DBG] pgmap v14611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:33.836305+0000 mgr.y (mgr.24491) 16537 : cluster [DBG] pgmap v14611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:33.836305+0000 mgr.y (mgr.24491) 16537 : cluster [DBG] pgmap v14611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:35.837039+0000 mgr.y (mgr.24491) 16538 : cluster [DBG] pgmap v14612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:35.837039+0000 mgr.y (mgr.24491) 16538 : cluster [DBG] pgmap v14612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:35.837039+0000 mgr.y (mgr.24491) 16538 : cluster [DBG] pgmap v14612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:39:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:37.837546+0000 mgr.y (mgr.24491) 16539 : cluster [DBG] pgmap v14613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:37.837546+0000 mgr.y (mgr.24491) 16539 : cluster [DBG] pgmap v14613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:37.837546+0000 mgr.y (mgr.24491) 16539 : cluster [DBG] pgmap v14613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:40.614 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:39:40.891 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:39:40.891 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:39:40.891 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:39:40.891 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:39:40.891 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:39:40.891 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:39:40.891 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 7m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:39:40.892 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:39:41.227 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:39:41.227 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:39:41.227 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:39:41.227 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:39:41.227 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:39:41.227 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:39:41.227 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:39:41.227 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:39:41.227 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:39:41.227 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:39:41.228 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:39:41.228 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:39:41.228 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:39:41.228 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:39:41.228 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:39:41.228 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:39:41.228 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:39:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:39:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:39.838347+0000 mgr.y (mgr.24491) 16540 : cluster [DBG] pgmap v14614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:39:40.602403+0000 mgr.y (mgr.24491) 16541 : audit [DBG] from='client.31854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:39.838347+0000 mgr.y (mgr.24491) 16540 : cluster [DBG] pgmap v14614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:39:40.602403+0000 mgr.y (mgr.24491) 16541 : audit [DBG] from='client.31854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:39.838347+0000 mgr.y (mgr.24491) 16540 : cluster [DBG] pgmap v14614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:39:40.602403+0000 mgr.y (mgr.24491) 16541 : audit [DBG] from='client.31854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:39:40.884510+0000 mgr.y (mgr.24491) 16542 : audit [DBG] from='client.41771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:39:41.227803+0000 mon.c (mon.2) 516 : audit [DBG] from='client.? 172.21.15.177:0/3376736648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:39:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:39:40.884510+0000 mgr.y (mgr.24491) 16542 : audit [DBG] from='client.41771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:39:41.227803+0000 mon.c (mon.2) 516 : audit [DBG] from='client.? 172.21.15.177:0/3376736648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:39:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:39:40.884510+0000 mgr.y (mgr.24491) 16542 : audit [DBG] from='client.41771 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:39:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:39:41.227803+0000 mon.c (mon.2) 516 : audit [DBG] from='client.? 172.21.15.177:0/3376736648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:39:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:41.838849+0000 mgr.y (mgr.24491) 16543 : cluster [DBG] pgmap v14615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:41.838849+0000 mgr.y (mgr.24491) 16543 : cluster [DBG] pgmap v14615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:41.838849+0000 mgr.y (mgr.24491) 16543 : cluster [DBG] pgmap v14615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:43.839246+0000 mgr.y (mgr.24491) 16544 : cluster [DBG] pgmap v14616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:43.839246+0000 mgr.y (mgr.24491) 16544 : cluster [DBG] pgmap v14616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:43.839246+0000 mgr.y (mgr.24491) 16544 : cluster [DBG] pgmap v14616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:45.840025+0000 mgr.y (mgr.24491) 16545 : cluster [DBG] pgmap v14617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:45.840025+0000 mgr.y (mgr.24491) 16545 : cluster [DBG] pgmap v14617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:45.840025+0000 mgr.y (mgr.24491) 16545 : cluster [DBG] pgmap v14617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:39:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:47.840549+0000 mgr.y (mgr.24491) 16546 : cluster [DBG] pgmap v14618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:47.840549+0000 mgr.y (mgr.24491) 16546 : cluster [DBG] pgmap v14618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:47.840549+0000 mgr.y (mgr.24491) 16546 : cluster [DBG] pgmap v14618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:49.841424+0000 mgr.y (mgr.24491) 16547 : cluster [DBG] pgmap v14619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:39:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:49.841424+0000 mgr.y (mgr.24491) 16547 : cluster [DBG] pgmap v14619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:49.841424+0000 mgr.y (mgr.24491) 16547 : cluster [DBG] pgmap v14619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:51.841873+0000 mgr.y (mgr.24491) 16548 : cluster [DBG] pgmap v14620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:51.841873+0000 mgr.y (mgr.24491) 16548 : cluster [DBG] pgmap v14620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:51.841873+0000 mgr.y (mgr.24491) 16548 : cluster [DBG] pgmap v14620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:53.842312+0000 mgr.y (mgr.24491) 16549 : cluster [DBG] pgmap v14621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:53.842312+0000 mgr.y (mgr.24491) 16549 : cluster [DBG] pgmap v14621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:53.842312+0000 mgr.y (mgr.24491) 16549 : cluster [DBG] pgmap v14621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:55.843005+0000 mgr.y (mgr.24491) 16550 : cluster [DBG] pgmap v14622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:55.843005+0000 mgr.y (mgr.24491) 16550 : cluster [DBG] pgmap v14622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:57.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:55.843005+0000 mgr.y (mgr.24491) 16550 : cluster [DBG] pgmap v14622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:39:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:39:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:39:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:57.843404+0000 mgr.y (mgr.24491) 16551 : cluster [DBG] pgmap v14623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:57.843404+0000 mgr.y (mgr.24491) 16551 : cluster [DBG] pgmap v14623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:39:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:57.843404+0000 mgr.y (mgr.24491) 16551 : cluster [DBG] pgmap v14623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:00.000147+0000 mon.a (mon.0) 3503 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T11:39:59.998+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:00.000147+0000 mon.a (mon.0) 3503 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:00.000147+0000 mon.a (mon.0) 3503 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:40:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:39:59.844098+0000 mgr.y (mgr.24491) 16552 : cluster [DBG] pgmap v14624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:40:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:39:59.844098+0000 mgr.y (mgr.24491) 16552 : cluster [DBG] pgmap v14624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:39:59.844098+0000 mgr.y (mgr.24491) 16552 : cluster [DBG] pgmap v14624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:01.844525+0000 mgr.y (mgr.24491) 16553 : cluster [DBG] pgmap v14625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:01.844525+0000 mgr.y (mgr.24491) 16553 : cluster [DBG] pgmap v14625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:01.844525+0000 mgr.y (mgr.24491) 16553 : cluster [DBG] pgmap v14625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:03.845218+0000 mgr.y (mgr.24491) 16554 : cluster [DBG] pgmap v14626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:03.845218+0000 mgr.y (mgr.24491) 16554 : cluster [DBG] pgmap v14626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:03.845218+0000 mgr.y (mgr.24491) 16554 : cluster [DBG] pgmap v14626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:05.846039+0000 mgr.y (mgr.24491) 16555 : cluster [DBG] pgmap v14627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:08.023 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:05.846039+0000 mgr.y (mgr.24491) 16555 : cluster [DBG] pgmap v14627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:08.023 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:05.846039+0000 mgr.y (mgr.24491) 16555 : cluster [DBG] pgmap v14627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:40:09.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:07.846591+0000 mgr.y (mgr.24491) 16556 : cluster [DBG] pgmap v14628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:07.846591+0000 mgr.y (mgr.24491) 16556 : cluster [DBG] pgmap v14628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:07.846591+0000 mgr.y (mgr.24491) 16556 : cluster [DBG] pgmap v14628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:09.847367+0000 mgr.y (mgr.24491) 16557 : cluster [DBG] pgmap v14629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:40:11.539 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:40:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:09.847367+0000 mgr.y (mgr.24491) 16557 : cluster [DBG] pgmap v14629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:09.847367+0000 mgr.y (mgr.24491) 16557 : cluster [DBG] pgmap v14629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:11.814 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:40:11.814 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:40:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:40:11.816 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:40:11.816 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 8m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:40:11.816 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:40:11.816 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:40:11.816 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:40:12.150 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:40:12.151 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:40:12.152 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:40:12.152 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:40:12.152 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:40:12.152 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:40:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:11.527764+0000 mgr.y (mgr.24491) 16558 : audit [DBG] from='client.41783 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:12.151533+0000 mon.c (mon.2) 517 : audit [DBG] from='client.? 172.21.15.177:0/3439848928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:40:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:11.527764+0000 mgr.y (mgr.24491) 16558 : audit [DBG] from='client.41783 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:12.151533+0000 mon.c (mon.2) 517 : audit [DBG] from='client.? 172.21.15.177:0/3439848928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:40:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:11.527764+0000 mgr.y (mgr.24491) 16558 : audit [DBG] from='client.41783 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:12.151533+0000 mon.c (mon.2) 517 : audit [DBG] from='client.? 172.21.15.177:0/3439848928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:40:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:11.807549+0000 mgr.y (mgr.24491) 16559 : audit [DBG] from='client.41789 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:11.847745+0000 mgr.y (mgr.24491) 16560 : cluster [DBG] pgmap v14630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:11.807549+0000 mgr.y (mgr.24491) 16559 : audit [DBG] from='client.41789 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:11.847745+0000 mgr.y (mgr.24491) 16560 : cluster [DBG] pgmap v14630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:11.807549+0000 mgr.y (mgr.24491) 16559 : audit [DBG] from='client.41789 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:11.847745+0000 mgr.y (mgr.24491) 16560 : cluster [DBG] pgmap v14630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:13.848396+0000 mgr.y (mgr.24491) 16561 : cluster [DBG] pgmap v14631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:14.422855+0000 mon.a (mon.0) 3504 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:40:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:14.716351+0000 mon.a (mon.0) 3505 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:14.716963+0000 mon.a (mon.0) 3506 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:14.717491+0000 mon.a (mon.0) 3507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:14.718013+0000 mon.a (mon.0) 3508 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:14.722713+0000 mon.a (mon.0) 3509 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:40:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:14.723609+0000 mon.a (mon.0) 3510 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:40:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:14.724211+0000 mon.a (mon.0) 3511 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:40:15.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:14.728140+0000 mon.a (mon.0) 3512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:40:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:13.848396+0000 mgr.y (mgr.24491) 16561 : cluster [DBG] pgmap v14631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:14.422855+0000 mon.a (mon.0) 3504 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:40:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:14.716351+0000 mon.a (mon.0) 3505 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:14.716963+0000 mon.a (mon.0) 3506 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:14.717491+0000 mon.a (mon.0) 3507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:14.718013+0000 mon.a (mon.0) 3508 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:14.722713+0000 mon.a (mon.0) 3509 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:40:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:14.723609+0000 mon.a (mon.0) 3510 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:40:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:14.724211+0000 mon.a (mon.0) 3511 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:40:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:14.728140+0000 mon.a (mon.0) 3512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:40:15.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:13.848396+0000 mgr.y (mgr.24491) 16561 : cluster [DBG] pgmap v14631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:15.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:14.422855+0000 mon.a (mon.0) 3504 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:40:15.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:14.716351+0000 mon.a (mon.0) 3505 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:14.716963+0000 mon.a (mon.0) 3506 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:14.717491+0000 mon.a (mon.0) 3507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:14.718013+0000 mon.a (mon.0) 3508 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T11:40:15.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:14.722713+0000 mon.a (mon.0) 3509 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:40:15.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:14.723609+0000 mon.a (mon.0) 3510 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:40:15.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:14.724211+0000 mon.a (mon.0) 3511 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:40:15.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:14.728140+0000 mon.a (mon.0) 3512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:40:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T11:40:14.718398+0000 mgr.y (mgr.24491) 16562 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2472M 2024-04-20T11:40:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T11:40:14.718398+0000 mgr.y (mgr.24491) 16562 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2472M 2024-04-20T11:40:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T11:40:14.718398+0000 mgr.y (mgr.24491) 16562 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2472M 2024-04-20T11:40:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:15.849109+0000 mgr.y (mgr.24491) 16563 : cluster [DBG] pgmap v14632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:15.849109+0000 mgr.y (mgr.24491) 16563 : cluster [DBG] pgmap v14632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:15.849109+0000 mgr.y (mgr.24491) 16563 : cluster [DBG] pgmap v14632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:40:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:17.849500+0000 mgr.y (mgr.24491) 16564 : cluster [DBG] pgmap v14633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:17.849500+0000 mgr.y (mgr.24491) 16564 : cluster [DBG] pgmap v14633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:17.849500+0000 mgr.y (mgr.24491) 16564 : cluster [DBG] pgmap v14633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:19.850316+0000 mgr.y (mgr.24491) 16565 : cluster [DBG] pgmap v14634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:40:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:19.850316+0000 mgr.y (mgr.24491) 16565 : cluster [DBG] pgmap v14634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:19.850316+0000 mgr.y (mgr.24491) 16565 : cluster [DBG] pgmap v14634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:21.850868+0000 mgr.y (mgr.24491) 16566 : cluster [DBG] pgmap v14635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:21.850868+0000 mgr.y (mgr.24491) 16566 : cluster [DBG] pgmap v14635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:21.850868+0000 mgr.y (mgr.24491) 16566 : cluster [DBG] pgmap v14635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:23.851418+0000 mgr.y (mgr.24491) 16567 : cluster [DBG] pgmap v14636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:23.851418+0000 mgr.y (mgr.24491) 16567 : cluster [DBG] pgmap v14636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:23.851418+0000 mgr.y (mgr.24491) 16567 : cluster [DBG] pgmap v14636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:25.852053+0000 mgr.y (mgr.24491) 16568 : cluster [DBG] pgmap v14637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:25.852053+0000 mgr.y (mgr.24491) 16568 : cluster [DBG] pgmap v14637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:25.852053+0000 mgr.y (mgr.24491) 16568 : cluster [DBG] pgmap v14637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:40:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:27.852482+0000 mgr.y (mgr.24491) 16569 : cluster [DBG] pgmap v14638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:27.852482+0000 mgr.y (mgr.24491) 16569 : cluster [DBG] pgmap v14638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:27.852482+0000 mgr.y (mgr.24491) 16569 : cluster [DBG] pgmap v14638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:31.278 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:40:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:29.853118+0000 mgr.y (mgr.24491) 16570 : cluster [DBG] pgmap v14639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:29.853118+0000 mgr.y (mgr.24491) 16570 : cluster [DBG] pgmap v14639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:29.853118+0000 mgr.y (mgr.24491) 16570 : cluster [DBG] pgmap v14639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:31.853529+0000 mgr.y (mgr.24491) 16571 : cluster [DBG] pgmap v14640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:31.853529+0000 mgr.y (mgr.24491) 16571 : cluster [DBG] pgmap v14640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:31.853529+0000 mgr.y (mgr.24491) 16571 : cluster [DBG] pgmap v14640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:35.654 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:33.853921+0000 mgr.y (mgr.24491) 16572 : cluster [DBG] pgmap v14641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:35.654 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:33.853921+0000 mgr.y (mgr.24491) 16572 : cluster [DBG] pgmap v14641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:33.853921+0000 mgr.y (mgr.24491) 16572 : cluster [DBG] pgmap v14641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:35.854584+0000 mgr.y (mgr.24491) 16573 : cluster [DBG] pgmap v14642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:35.854584+0000 mgr.y (mgr.24491) 16573 : cluster [DBG] pgmap v14642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:35.854584+0000 mgr.y (mgr.24491) 16573 : cluster [DBG] pgmap v14642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:38.152 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:37] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T11:40:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:37.855017+0000 mgr.y (mgr.24491) 16574 : cluster [DBG] pgmap v14643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:37.855017+0000 mgr.y (mgr.24491) 16574 : cluster [DBG] pgmap v14643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:37.855017+0000 mgr.y (mgr.24491) 16574 : cluster [DBG] pgmap v14643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:41.298 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:40:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:39.855677+0000 mgr.y (mgr.24491) 16575 : cluster [DBG] pgmap v14644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:39.855677+0000 mgr.y (mgr.24491) 16575 : cluster [DBG] pgmap v14644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:39.855677+0000 mgr.y (mgr.24491) 16575 : cluster [DBG] pgmap v14644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:42.473 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:40:42.755 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:40:42.755 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:40:42.755 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:40:42.755 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:40:42.756 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:40:42.756 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:40:42.756 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:40:42.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:40:42.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:40:42.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:40:42.757 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:40:42.757 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:40:42.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:40:42.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:40:42.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:40:42.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:40:42.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:40:42.758 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 8m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:40:42.758 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:40:42.758 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:40:42.758 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:40:43.095 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:40:43.095 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:40:43.096 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:40:43.097 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:40:43.097 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:40:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:41.856073+0000 mgr.y (mgr.24491) 16576 : cluster [DBG] pgmap v14645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:42.461875+0000 mgr.y (mgr.24491) 16577 : audit [DBG] from='client.31890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:43.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:43.096227+0000 mon.a (mon.0) 3513 : audit [DBG] from='client.? 172.21.15.177:0/2851996986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:40:43.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:41.856073+0000 mgr.y (mgr.24491) 16576 : cluster [DBG] pgmap v14645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:43.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:42.461875+0000 mgr.y (mgr.24491) 16577 : audit [DBG] from='client.31890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:43.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:43.096227+0000 mon.a (mon.0) 3513 : audit [DBG] from='client.? 172.21.15.177:0/2851996986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:40:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:41.856073+0000 mgr.y (mgr.24491) 16576 : cluster [DBG] pgmap v14645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:42.461875+0000 mgr.y (mgr.24491) 16577 : audit [DBG] from='client.31890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:43.096227+0000 mon.a (mon.0) 3513 : audit [DBG] from='client.? 172.21.15.177:0/2851996986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:40:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:40:42.747151+0000 mgr.y (mgr.24491) 16578 : audit [DBG] from='client.31896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:40:42.747151+0000 mgr.y (mgr.24491) 16578 : audit [DBG] from='client.31896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:40:42.747151+0000 mgr.y (mgr.24491) 16578 : audit [DBG] from='client.31896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:40:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:43.856406+0000 mgr.y (mgr.24491) 16579 : cluster [DBG] pgmap v14646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:43.856406+0000 mgr.y (mgr.24491) 16579 : cluster [DBG] pgmap v14646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:43.856406+0000 mgr.y (mgr.24491) 16579 : cluster [DBG] pgmap v14646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:45.857150+0000 mgr.y (mgr.24491) 16580 : cluster [DBG] pgmap v14647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:47.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:45.857150+0000 mgr.y (mgr.24491) 16580 : cluster [DBG] pgmap v14647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:45.857150+0000 mgr.y (mgr.24491) 16580 : cluster [DBG] pgmap v14647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:47] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T11:40:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:47.857547+0000 mgr.y (mgr.24491) 16581 : cluster [DBG] pgmap v14648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:47.857547+0000 mgr.y (mgr.24491) 16581 : cluster [DBG] pgmap v14648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:47.857547+0000 mgr.y (mgr.24491) 16581 : cluster [DBG] pgmap v14648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:51.351 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:40:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:49.858265+0000 mgr.y (mgr.24491) 16582 : cluster [DBG] pgmap v14649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:49.858265+0000 mgr.y (mgr.24491) 16582 : cluster [DBG] pgmap v14649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:49.858265+0000 mgr.y (mgr.24491) 16582 : cluster [DBG] pgmap v14649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:51.858884+0000 mgr.y (mgr.24491) 16583 : cluster [DBG] pgmap v14650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:51.858884+0000 mgr.y (mgr.24491) 16583 : cluster [DBG] pgmap v14650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:51.858884+0000 mgr.y (mgr.24491) 16583 : cluster [DBG] pgmap v14650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:53.859456+0000 mgr.y (mgr.24491) 16584 : cluster [DBG] pgmap v14651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:53.859456+0000 mgr.y (mgr.24491) 16584 : cluster [DBG] pgmap v14651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:53.859456+0000 mgr.y (mgr.24491) 16584 : cluster [DBG] pgmap v14651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:55.860156+0000 mgr.y (mgr.24491) 16585 : cluster [DBG] pgmap v14652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:55.860156+0000 mgr.y (mgr.24491) 16585 : cluster [DBG] pgmap v14652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:55.860156+0000 mgr.y (mgr.24491) 16585 : cluster [DBG] pgmap v14652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:40:57] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T11:40:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:57.860647+0000 mgr.y (mgr.24491) 16586 : cluster [DBG] pgmap v14653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:59.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:57.860647+0000 mgr.y (mgr.24491) 16586 : cluster [DBG] pgmap v14653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:40:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:40:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:57.860647+0000 mgr.y (mgr.24491) 16586 : cluster [DBG] pgmap v14653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:01.367 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:41:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:40:59.861469+0000 mgr.y (mgr.24491) 16587 : cluster [DBG] pgmap v14654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:40:59.861469+0000 mgr.y (mgr.24491) 16587 : cluster [DBG] pgmap v14654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:40:59.861469+0000 mgr.y (mgr.24491) 16587 : cluster [DBG] pgmap v14654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:01.861995+0000 mgr.y (mgr.24491) 16588 : cluster [DBG] pgmap v14655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:03.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:01.861995+0000 mgr.y (mgr.24491) 16588 : cluster [DBG] pgmap v14655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:01.861995+0000 mgr.y (mgr.24491) 16588 : cluster [DBG] pgmap v14655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:03.862522+0000 mgr.y (mgr.24491) 16589 : cluster [DBG] pgmap v14656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:05.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:03.862522+0000 mgr.y (mgr.24491) 16589 : cluster [DBG] pgmap v14656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:03.862522+0000 mgr.y (mgr.24491) 16589 : cluster [DBG] pgmap v14656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:05.863276+0000 mgr.y (mgr.24491) 16590 : cluster [DBG] pgmap v14657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:05.863276+0000 mgr.y (mgr.24491) 16590 : cluster [DBG] pgmap v14657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:05.863276+0000 mgr.y (mgr.24491) 16590 : cluster [DBG] pgmap v14657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:41:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:07.863641+0000 mgr.y (mgr.24491) 16591 : cluster [DBG] pgmap v14658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:07.863641+0000 mgr.y (mgr.24491) 16591 : cluster [DBG] pgmap v14658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:07.863641+0000 mgr.y (mgr.24491) 16591 : cluster [DBG] pgmap v14658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:11.384 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:41:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:09.864424+0000 mgr.y (mgr.24491) 16592 : cluster [DBG] pgmap v14659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:09.864424+0000 mgr.y (mgr.24491) 16592 : cluster [DBG] pgmap v14659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:09.864424+0000 mgr.y (mgr.24491) 16592 : cluster [DBG] pgmap v14659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:13.406 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:41:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:11.865026+0000 mgr.y (mgr.24491) 16593 : cluster [DBG] pgmap v14660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:11.865026+0000 mgr.y (mgr.24491) 16593 : cluster [DBG] pgmap v14660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 9m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:41:13.680 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:41:13.681 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:41:13.681 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:41:13.681 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:41:13.681 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:41:13.681 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:41:13.681 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 9m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:41:13.681 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 9m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:41:13.681 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:41:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:11.865026+0000 mgr.y (mgr.24491) 16593 : cluster [DBG] pgmap v14660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:41:14.017 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:41:14.018 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:41:14.018 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:41:14.018 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:41:14.018 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:41:14.018 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:41:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:41:13.395360+0000 mgr.y (mgr.24491) 16594 : audit [DBG] from='client.41819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:41:14.017660+0000 mon.a (mon.0) 3514 : audit [DBG] from='client.? 172.21.15.177:0/1154582661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:41:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:41:13.395360+0000 mgr.y (mgr.24491) 16594 : audit [DBG] from='client.41819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:41:14.017660+0000 mon.a (mon.0) 3514 : audit [DBG] from='client.? 172.21.15.177:0/1154582661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:41:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:41:13.395360+0000 mgr.y (mgr.24491) 16594 : audit [DBG] from='client.41819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:41:14.017660+0000 mon.a (mon.0) 3514 : audit [DBG] from='client.? 172.21.15.177:0/1154582661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:41:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:41:13.673197+0000 mgr.y (mgr.24491) 16595 : audit [DBG] from='client.41825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:13.865376+0000 mgr.y (mgr.24491) 16596 : cluster [DBG] pgmap v14661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:41:14.732310+0000 mon.a (mon.0) 3515 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:41:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:41:15.022344+0000 mon.a (mon.0) 3516 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:41:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:41:15.022986+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:41:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:41:15.027090+0000 mon.a (mon.0) 3518 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:41:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:41:13.673197+0000 mgr.y (mgr.24491) 16595 : audit [DBG] from='client.41825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:13.865376+0000 mgr.y (mgr.24491) 16596 : cluster [DBG] pgmap v14661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:41:14.732310+0000 mon.a (mon.0) 3515 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:41:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:41:15.022344+0000 mon.a (mon.0) 3516 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:41:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:41:15.022986+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:41:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:41:15.027090+0000 mon.a (mon.0) 3518 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:41:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:41:13.673197+0000 mgr.y (mgr.24491) 16595 : audit [DBG] from='client.41825 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:13.865376+0000 mgr.y (mgr.24491) 16596 : cluster [DBG] pgmap v14661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:41:14.732310+0000 mon.a (mon.0) 3515 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:41:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:41:15.022344+0000 mon.a (mon.0) 3516 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:41:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:41:15.022986+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:41:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:41:15.027090+0000 mon.a (mon.0) 3518 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:41:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:15.866246+0000 mgr.y (mgr.24491) 16597 : cluster [DBG] pgmap v14662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:15.866246+0000 mgr.y (mgr.24491) 16597 : cluster [DBG] pgmap v14662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:15.866246+0000 mgr.y (mgr.24491) 16597 : cluster [DBG] pgmap v14662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:41:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:17.866632+0000 mgr.y (mgr.24491) 16598 : cluster [DBG] pgmap v14663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:17.866632+0000 mgr.y (mgr.24491) 16598 : cluster [DBG] pgmap v14663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:17.866632+0000 mgr.y (mgr.24491) 16598 : cluster [DBG] pgmap v14663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:21.405 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:41:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:19.867367+0000 mgr.y (mgr.24491) 16599 : cluster [DBG] pgmap v14664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:19.867367+0000 mgr.y (mgr.24491) 16599 : cluster [DBG] pgmap v14664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:19.867367+0000 mgr.y (mgr.24491) 16599 : cluster [DBG] pgmap v14664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:21.867806+0000 mgr.y (mgr.24491) 16600 : cluster [DBG] pgmap v14665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:21.867806+0000 mgr.y (mgr.24491) 16600 : cluster [DBG] pgmap v14665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:21.867806+0000 mgr.y (mgr.24491) 16600 : cluster [DBG] pgmap v14665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:23.868371+0000 mgr.y (mgr.24491) 16601 : cluster [DBG] pgmap v14666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:23.868371+0000 mgr.y (mgr.24491) 16601 : cluster [DBG] pgmap v14666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:23.868371+0000 mgr.y (mgr.24491) 16601 : cluster [DBG] pgmap v14666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:25.869156+0000 mgr.y (mgr.24491) 16602 : cluster [DBG] pgmap v14667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:25.869156+0000 mgr.y (mgr.24491) 16602 : cluster [DBG] pgmap v14667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:25.869156+0000 mgr.y (mgr.24491) 16602 : cluster [DBG] pgmap v14667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:41:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:27.869548+0000 mgr.y (mgr.24491) 16603 : cluster [DBG] pgmap v14668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:27.869548+0000 mgr.y (mgr.24491) 16603 : cluster [DBG] pgmap v14668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:27.869548+0000 mgr.y (mgr.24491) 16603 : cluster [DBG] pgmap v14668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:31.426 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:41:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:29.870200+0000 mgr.y (mgr.24491) 16604 : cluster [DBG] pgmap v14669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:29.870200+0000 mgr.y (mgr.24491) 16604 : cluster [DBG] pgmap v14669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:29.870200+0000 mgr.y (mgr.24491) 16604 : cluster [DBG] pgmap v14669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:31.870592+0000 mgr.y (mgr.24491) 16605 : cluster [DBG] pgmap v14670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:31.870592+0000 mgr.y (mgr.24491) 16605 : cluster [DBG] pgmap v14670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:31.870592+0000 mgr.y (mgr.24491) 16605 : cluster [DBG] pgmap v14670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:33.871117+0000 mgr.y (mgr.24491) 16606 : cluster [DBG] pgmap v14671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:33.871117+0000 mgr.y (mgr.24491) 16606 : cluster [DBG] pgmap v14671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:33.871117+0000 mgr.y (mgr.24491) 16606 : cluster [DBG] pgmap v14671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:35.872017+0000 mgr.y (mgr.24491) 16607 : cluster [DBG] pgmap v14672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:35.872017+0000 mgr.y (mgr.24491) 16607 : cluster [DBG] pgmap v14672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:35.872017+0000 mgr.y (mgr.24491) 16607 : cluster [DBG] pgmap v14672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:41:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:37.872556+0000 mgr.y (mgr.24491) 16608 : cluster [DBG] pgmap v14673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:37.872556+0000 mgr.y (mgr.24491) 16608 : cluster [DBG] pgmap v14673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:37.872556+0000 mgr.y (mgr.24491) 16608 : cluster [DBG] pgmap v14673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:41.442 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:41:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:39.873440+0000 mgr.y (mgr.24491) 16609 : cluster [DBG] pgmap v14674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:39.873440+0000 mgr.y (mgr.24491) 16609 : cluster [DBG] pgmap v14674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:39.873440+0000 mgr.y (mgr.24491) 16609 : cluster [DBG] pgmap v14674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:41.873862+0000 mgr.y (mgr.24491) 16610 : cluster [DBG] pgmap v14675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:41.873862+0000 mgr.y (mgr.24491) 16610 : cluster [DBG] pgmap v14675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:41.873862+0000 mgr.y (mgr.24491) 16610 : cluster [DBG] pgmap v14675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:44.330 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:41:44.605 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 9m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:41:44.606 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:41:44.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:41:44.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:41:44.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:41:44.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:41:44.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 9m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:41:44.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 9m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:41:44.607 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:41:44.937 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:41:44.937 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:41:44.937 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:41:44.937 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:41:44.938 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:41:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:43.874357+0000 mgr.y (mgr.24491) 16611 : cluster [DBG] pgmap v14676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:41:44.318244+0000 mgr.y (mgr.24491) 16612 : audit [DBG] from='client.41837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:41:44.598851+0000 mgr.y (mgr.24491) 16613 : audit [DBG] from='client.41843 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:41:44.938166+0000 mon.c (mon.2) 518 : audit [DBG] from='client.? 172.21.15.177:0/2914942141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:41:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:43.874357+0000 mgr.y (mgr.24491) 16611 : cluster [DBG] pgmap v14676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:41:44.318244+0000 mgr.y (mgr.24491) 16612 : audit [DBG] from='client.41837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:41:44.598851+0000 mgr.y (mgr.24491) 16613 : audit [DBG] from='client.41843 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:41:44.938166+0000 mon.c (mon.2) 518 : audit [DBG] from='client.? 172.21.15.177:0/2914942141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:41:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:43.874357+0000 mgr.y (mgr.24491) 16611 : cluster [DBG] pgmap v14676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:45.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:41:44.318244+0000 mgr.y (mgr.24491) 16612 : audit [DBG] from='client.41837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:45.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:41:44.598851+0000 mgr.y (mgr.24491) 16613 : audit [DBG] from='client.41843 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:41:45.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:41:44.938166+0000 mon.c (mon.2) 518 : audit [DBG] from='client.? 172.21.15.177:0/2914942141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:41:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:45.875259+0000 mgr.y (mgr.24491) 16614 : cluster [DBG] pgmap v14677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:45.875259+0000 mgr.y (mgr.24491) 16614 : cluster [DBG] pgmap v14677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:45.875259+0000 mgr.y (mgr.24491) 16614 : cluster [DBG] pgmap v14677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:41:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:47.875770+0000 mgr.y (mgr.24491) 16615 : cluster [DBG] pgmap v14678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:47.875770+0000 mgr.y (mgr.24491) 16615 : cluster [DBG] pgmap v14678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:47.875770+0000 mgr.y (mgr.24491) 16615 : cluster [DBG] pgmap v14678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:51.458 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:41:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:49.876429+0000 mgr.y (mgr.24491) 16616 : cluster [DBG] pgmap v14679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:49.876429+0000 mgr.y (mgr.24491) 16616 : cluster [DBG] pgmap v14679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:49.876429+0000 mgr.y (mgr.24491) 16616 : cluster [DBG] pgmap v14679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:51.876983+0000 mgr.y (mgr.24491) 16617 : cluster [DBG] pgmap v14680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:51.876983+0000 mgr.y (mgr.24491) 16617 : cluster [DBG] pgmap v14680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:51.876983+0000 mgr.y (mgr.24491) 16617 : cluster [DBG] pgmap v14680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:53.877379+0000 mgr.y (mgr.24491) 16618 : cluster [DBG] pgmap v14681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:53.877379+0000 mgr.y (mgr.24491) 16618 : cluster [DBG] pgmap v14681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:53.877379+0000 mgr.y (mgr.24491) 16618 : cluster [DBG] pgmap v14681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:57.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:55.878291+0000 mgr.y (mgr.24491) 16619 : cluster [DBG] pgmap v14682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:57.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:55.878291+0000 mgr.y (mgr.24491) 16619 : cluster [DBG] pgmap v14682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:55.878291+0000 mgr.y (mgr.24491) 16619 : cluster [DBG] pgmap v14682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:41:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:41:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:41:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:57.878781+0000 mgr.y (mgr.24491) 16620 : cluster [DBG] pgmap v14683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:57.878781+0000 mgr.y (mgr.24491) 16620 : cluster [DBG] pgmap v14683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:41:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:57.878781+0000 mgr.y (mgr.24491) 16620 : cluster [DBG] pgmap v14683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:01.475 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:42:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:41:59.879690+0000 mgr.y (mgr.24491) 16621 : cluster [DBG] pgmap v14684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:41:59.879690+0000 mgr.y (mgr.24491) 16621 : cluster [DBG] pgmap v14684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:41:59.879690+0000 mgr.y (mgr.24491) 16621 : cluster [DBG] pgmap v14684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:01.880139+0000 mgr.y (mgr.24491) 16622 : cluster [DBG] pgmap v14685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:01.880139+0000 mgr.y (mgr.24491) 16622 : cluster [DBG] pgmap v14685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:01.880139+0000 mgr.y (mgr.24491) 16622 : cluster [DBG] pgmap v14685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:03.880631+0000 mgr.y (mgr.24491) 16623 : cluster [DBG] pgmap v14686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:03.880631+0000 mgr.y (mgr.24491) 16623 : cluster [DBG] pgmap v14686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:03.880631+0000 mgr.y (mgr.24491) 16623 : cluster [DBG] pgmap v14686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:05.881321+0000 mgr.y (mgr.24491) 16624 : cluster [DBG] pgmap v14687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:42:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:05.881321+0000 mgr.y (mgr.24491) 16624 : cluster [DBG] pgmap v14687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:05.881321+0000 mgr.y (mgr.24491) 16624 : cluster [DBG] pgmap v14687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:07.881873+0000 mgr.y (mgr.24491) 16625 : cluster [DBG] pgmap v14688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:07.881873+0000 mgr.y (mgr.24491) 16625 : cluster [DBG] pgmap v14688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:07.881873+0000 mgr.y (mgr.24491) 16625 : cluster [DBG] pgmap v14688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:11.494 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:42:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:09.882673+0000 mgr.y (mgr.24491) 16626 : cluster [DBG] pgmap v14689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:09.882673+0000 mgr.y (mgr.24491) 16626 : cluster [DBG] pgmap v14689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:09.882673+0000 mgr.y (mgr.24491) 16626 : cluster [DBG] pgmap v14689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:11.883095+0000 mgr.y (mgr.24491) 16627 : cluster [DBG] pgmap v14690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:11.883095+0000 mgr.y (mgr.24491) 16627 : cluster [DBG] pgmap v14690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:11.883095+0000 mgr.y (mgr.24491) 16627 : cluster [DBG] pgmap v14690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:15.283 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:42:15.572 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:42:15.572 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 10m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:42:15.572 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 10m ago 8h 63.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 10m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 10m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 10m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 10m ago 8h 479M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 10m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 10m ago 8h 710M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 10m ago 8h 717M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 10m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 10m ago 8h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 10m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 10m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 10m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 10m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:42:15.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 10m ago 8h 45.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:42:15.574 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 10m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:42:15.574 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 10m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:42:15.574 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 10m ago 8h 44.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:42:15.574 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 10m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:42:15.786 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:13.883651+0000 mgr.y (mgr.24491) 16628 : cluster [DBG] pgmap v14691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:15.786 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:15.031292+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:42:15.786 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:13.883651+0000 mgr.y (mgr.24491) 16628 : cluster [DBG] pgmap v14691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:15.786 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:15.031292+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:42:15.923 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:42:15.923 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:42:15.923 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:42:15.923 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:42:15.923 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:42:15.923 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:42:15.924 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:42:15.924 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:42:15.924 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:42:15.924 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:42:15.924 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:42:15.924 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:42:15.924 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:42:15.924 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:42:15.924 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:42:15.924 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:42:15.924 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:42:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:13.883651+0000 mgr.y (mgr.24491) 16628 : cluster [DBG] pgmap v14691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:15.031292+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:42:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:15.269698+0000 mgr.y (mgr.24491) 16629 : audit [DBG] from='client.31944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:15.565540+0000 mgr.y (mgr.24491) 16630 : audit [DBG] from='client.31950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:15.923409+0000 mon.c (mon.2) 519 : audit [DBG] from='client.? 172.21.15.177:0/2742675489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:42:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:15.269698+0000 mgr.y (mgr.24491) 16629 : audit [DBG] from='client.31944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:15.565540+0000 mgr.y (mgr.24491) 16630 : audit [DBG] from='client.31950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:15.923409+0000 mon.c (mon.2) 519 : audit [DBG] from='client.? 172.21.15.177:0/2742675489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:42:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:15.269698+0000 mgr.y (mgr.24491) 16629 : audit [DBG] from='client.31944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:15.565540+0000 mgr.y (mgr.24491) 16630 : audit [DBG] from='client.31950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:15.923409+0000 mon.c (mon.2) 519 : audit [DBG] from='client.? 172.21.15.177:0/2742675489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:42:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:15.884431+0000 mgr.y (mgr.24491) 16631 : cluster [DBG] pgmap v14692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:15.884431+0000 mgr.y (mgr.24491) 16631 : cluster [DBG] pgmap v14692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:17.867 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:15.884431+0000 mgr.y (mgr.24491) 16631 : cluster [DBG] pgmap v14692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:42:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:17.808423+0000 mon.a (mon.0) 3520 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:42:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:17.884846+0000 mgr.y (mgr.24491) 16632 : cluster [DBG] pgmap v14693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:18.289610+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:42:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:18.567844+0000 mon.a (mon.0) 3522 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:42:19.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:18.568504+0000 mon.a (mon.0) 3523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:42:19.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:18.573275+0000 mon.a (mon.0) 3524 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:42:19.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:17.808423+0000 mon.a (mon.0) 3520 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:42:19.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:17.884846+0000 mgr.y (mgr.24491) 16632 : cluster [DBG] pgmap v14693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:19.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:18.289610+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:42:19.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:18.567844+0000 mon.a (mon.0) 3522 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:42:19.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:18.568504+0000 mon.a (mon.0) 3523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:42:19.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:18.573275+0000 mon.a (mon.0) 3524 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:42:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:17.808423+0000 mon.a (mon.0) 3520 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:42:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:17.884846+0000 mgr.y (mgr.24491) 16632 : cluster [DBG] pgmap v14693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:18.289610+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:42:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:18.567844+0000 mon.a (mon.0) 3522 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:42:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:18.568504+0000 mon.a (mon.0) 3523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:42:19.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:18.573275+0000 mon.a (mon.0) 3524 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:42:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:19.885708+0000 mgr.y (mgr.24491) 16633 : cluster [DBG] pgmap v14694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:42:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:19.885708+0000 mgr.y (mgr.24491) 16633 : cluster [DBG] pgmap v14694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:19.885708+0000 mgr.y (mgr.24491) 16633 : cluster [DBG] pgmap v14694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:21.886284+0000 mgr.y (mgr.24491) 16634 : cluster [DBG] pgmap v14695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:21.886284+0000 mgr.y (mgr.24491) 16634 : cluster [DBG] pgmap v14695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:21.886284+0000 mgr.y (mgr.24491) 16634 : cluster [DBG] pgmap v14695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:25.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:23.886886+0000 mgr.y (mgr.24491) 16635 : cluster [DBG] pgmap v14696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:23.886886+0000 mgr.y (mgr.24491) 16635 : cluster [DBG] pgmap v14696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:23.886886+0000 mgr.y (mgr.24491) 16635 : cluster [DBG] pgmap v14696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:25.887625+0000 mgr.y (mgr.24491) 16636 : cluster [DBG] pgmap v14697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:25.887625+0000 mgr.y (mgr.24491) 16636 : cluster [DBG] pgmap v14697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:25.887625+0000 mgr.y (mgr.24491) 16636 : cluster [DBG] pgmap v14697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:28.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:42:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:27.888058+0000 mgr.y (mgr.24491) 16637 : cluster [DBG] pgmap v14698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:27.888058+0000 mgr.y (mgr.24491) 16637 : cluster [DBG] pgmap v14698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:27.888058+0000 mgr.y (mgr.24491) 16637 : cluster [DBG] pgmap v14698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:31.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:29.888819+0000 mgr.y (mgr.24491) 16638 : cluster [DBG] pgmap v14699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:42:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:29.888819+0000 mgr.y (mgr.24491) 16638 : cluster [DBG] pgmap v14699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:29.888819+0000 mgr.y (mgr.24491) 16638 : cluster [DBG] pgmap v14699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:31.889304+0000 mgr.y (mgr.24491) 16639 : cluster [DBG] pgmap v14700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:31.889304+0000 mgr.y (mgr.24491) 16639 : cluster [DBG] pgmap v14700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:31.889304+0000 mgr.y (mgr.24491) 16639 : cluster [DBG] pgmap v14700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:35.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:33.889730+0000 mgr.y (mgr.24491) 16640 : cluster [DBG] pgmap v14701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:33.889730+0000 mgr.y (mgr.24491) 16640 : cluster [DBG] pgmap v14701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:33.889730+0000 mgr.y (mgr.24491) 16640 : cluster [DBG] pgmap v14701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:37.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:35.890500+0000 mgr.y (mgr.24491) 16641 : cluster [DBG] pgmap v14702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:35.890500+0000 mgr.y (mgr.24491) 16641 : cluster [DBG] pgmap v14702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:35.890500+0000 mgr.y (mgr.24491) 16641 : cluster [DBG] pgmap v14702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:42:39.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:37.891017+0000 mgr.y (mgr.24491) 16642 : cluster [DBG] pgmap v14703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:37.891017+0000 mgr.y (mgr.24491) 16642 : cluster [DBG] pgmap v14703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:37.891017+0000 mgr.y (mgr.24491) 16642 : cluster [DBG] pgmap v14703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:39.891659+0000 mgr.y (mgr.24491) 16643 : cluster [DBG] pgmap v14704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:41.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:42:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:39.891659+0000 mgr.y (mgr.24491) 16643 : cluster [DBG] pgmap v14704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:39.891659+0000 mgr.y (mgr.24491) 16643 : cluster [DBG] pgmap v14704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:43.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:41.892098+0000 mgr.y (mgr.24491) 16644 : cluster [DBG] pgmap v14705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:41.892098+0000 mgr.y (mgr.24491) 16644 : cluster [DBG] pgmap v14705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:41.892098+0000 mgr.y (mgr.24491) 16644 : cluster [DBG] pgmap v14705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:45.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:43.892502+0000 mgr.y (mgr.24491) 16645 : cluster [DBG] pgmap v14706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:43.892502+0000 mgr.y (mgr.24491) 16645 : cluster [DBG] pgmap v14706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:43.892502+0000 mgr.y (mgr.24491) 16645 : cluster [DBG] pgmap v14706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:46.234 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:42:46.507 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:42:46.507 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 28s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:42:46.507 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 28s ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:42:46.507 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 28s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:42:46.507 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 28s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 28s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 28s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 28s ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 28s ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 28s ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 28s ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 28s ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 28s ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 28s ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 28s ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 28s ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 28s ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 28s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:42:46.508 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 28s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:42:46.509 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 28s ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:42:46.509 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 28s ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:42:46.837 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:42:46.837 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:42:46.837 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:42:46.837 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:42:46.838 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:42:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:45.893192+0000 mgr.y (mgr.24491) 16646 : cluster [DBG] pgmap v14707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:46.223646+0000 mgr.y (mgr.24491) 16647 : audit [DBG] from='client.31962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:46.500684+0000 mgr.y (mgr.24491) 16648 : audit [DBG] from='client.41879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:42:46.838247+0000 mon.c (mon.2) 520 : audit [DBG] from='client.? 172.21.15.177:0/1445011102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:42:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:45.893192+0000 mgr.y (mgr.24491) 16646 : cluster [DBG] pgmap v14707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:46.223646+0000 mgr.y (mgr.24491) 16647 : audit [DBG] from='client.31962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:46.500684+0000 mgr.y (mgr.24491) 16648 : audit [DBG] from='client.41879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:42:46.838247+0000 mon.c (mon.2) 520 : audit [DBG] from='client.? 172.21.15.177:0/1445011102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:42:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:45.893192+0000 mgr.y (mgr.24491) 16646 : cluster [DBG] pgmap v14707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:46.223646+0000 mgr.y (mgr.24491) 16647 : audit [DBG] from='client.31962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:46.500684+0000 mgr.y (mgr.24491) 16648 : audit [DBG] from='client.41879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:42:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:42:46.838247+0000 mon.c (mon.2) 520 : audit [DBG] from='client.? 172.21.15.177:0/1445011102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:42:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:42:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:47.893529+0000 mgr.y (mgr.24491) 16649 : cluster [DBG] pgmap v14708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:47.893529+0000 mgr.y (mgr.24491) 16649 : cluster [DBG] pgmap v14708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:47.893529+0000 mgr.y (mgr.24491) 16649 : cluster [DBG] pgmap v14708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:51.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:49.894267+0000 mgr.y (mgr.24491) 16650 : cluster [DBG] pgmap v14709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:51.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:42:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:49.894267+0000 mgr.y (mgr.24491) 16650 : cluster [DBG] pgmap v14709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:49.894267+0000 mgr.y (mgr.24491) 16650 : cluster [DBG] pgmap v14709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:53.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:51.894717+0000 mgr.y (mgr.24491) 16651 : cluster [DBG] pgmap v14710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:51.894717+0000 mgr.y (mgr.24491) 16651 : cluster [DBG] pgmap v14710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:51.894717+0000 mgr.y (mgr.24491) 16651 : cluster [DBG] pgmap v14710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:55.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:53.895106+0000 mgr.y (mgr.24491) 16652 : cluster [DBG] pgmap v14711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:53.895106+0000 mgr.y (mgr.24491) 16652 : cluster [DBG] pgmap v14711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:55.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:53.895106+0000 mgr.y (mgr.24491) 16652 : cluster [DBG] pgmap v14711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:57.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:55.895923+0000 mgr.y (mgr.24491) 16653 : cluster [DBG] pgmap v14712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:55.895923+0000 mgr.y (mgr.24491) 16653 : cluster [DBG] pgmap v14712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:55.895923+0000 mgr.y (mgr.24491) 16653 : cluster [DBG] pgmap v14712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:58.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:42:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:42:59.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:42:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:57.896384+0000 mgr.y (mgr.24491) 16654 : cluster [DBG] pgmap v14713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:57.896384+0000 mgr.y (mgr.24491) 16654 : cluster [DBG] pgmap v14713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:42:59.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:57.896384+0000 mgr.y (mgr.24491) 16654 : cluster [DBG] pgmap v14713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:42:59.897041+0000 mgr.y (mgr.24491) 16655 : cluster [DBG] pgmap v14714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:42:59.897041+0000 mgr.y (mgr.24491) 16655 : cluster [DBG] pgmap v14714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:42:59.897041+0000 mgr.y (mgr.24491) 16655 : cluster [DBG] pgmap v14714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:43:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:01.897472+0000 mgr.y (mgr.24491) 16656 : cluster [DBG] pgmap v14715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:03.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:01.897472+0000 mgr.y (mgr.24491) 16656 : cluster [DBG] pgmap v14715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:01.897472+0000 mgr.y (mgr.24491) 16656 : cluster [DBG] pgmap v14715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:03.897857+0000 mgr.y (mgr.24491) 16657 : cluster [DBG] pgmap v14716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:03.897857+0000 mgr.y (mgr.24491) 16657 : cluster [DBG] pgmap v14716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:03.897857+0000 mgr.y (mgr.24491) 16657 : cluster [DBG] pgmap v14716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:05.898595+0000 mgr.y (mgr.24491) 16658 : cluster [DBG] pgmap v14717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:05.898595+0000 mgr.y (mgr.24491) 16658 : cluster [DBG] pgmap v14717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:05.898595+0000 mgr.y (mgr.24491) 16658 : cluster [DBG] pgmap v14717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:43:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:07.899045+0000 mgr.y (mgr.24491) 16659 : cluster [DBG] pgmap v14718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:07.899045+0000 mgr.y (mgr.24491) 16659 : cluster [DBG] pgmap v14718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:07.899045+0000 mgr.y (mgr.24491) 16659 : cluster [DBG] pgmap v14718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:09.899853+0000 mgr.y (mgr.24491) 16660 : cluster [DBG] pgmap v14719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:43:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:09.899853+0000 mgr.y (mgr.24491) 16660 : cluster [DBG] pgmap v14719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:09.899853+0000 mgr.y (mgr.24491) 16660 : cluster [DBG] pgmap v14719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:11.900359+0000 mgr.y (mgr.24491) 16661 : cluster [DBG] pgmap v14720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:11.900359+0000 mgr.y (mgr.24491) 16661 : cluster [DBG] pgmap v14720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:11.900359+0000 mgr.y (mgr.24491) 16661 : cluster [DBG] pgmap v14720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:13.900752+0000 mgr.y (mgr.24491) 16662 : cluster [DBG] pgmap v14721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:13.900752+0000 mgr.y (mgr.24491) 16662 : cluster [DBG] pgmap v14721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:13.900752+0000 mgr.y (mgr.24491) 16662 : cluster [DBG] pgmap v14721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:17.148 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:43:17.425 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:43:17.425 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 59s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:43:17.425 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 59s ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:43:17.426 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 59s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:43:17.426 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 59s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:43:17.426 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 59s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:43:17.426 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 59s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:43:17.426 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 59s ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:43:17.426 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 59s ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:43:17.426 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 59s ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:43:17.427 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 59s ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:43:17.427 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 59s ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:43:17.427 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 59s ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:43:17.427 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 59s ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:43:17.427 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 59s ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:43:17.427 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 59s ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:43:17.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 59s ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:43:17.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 59s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:43:17.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 59s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:43:17.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 59s ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:43:17.428 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 59s ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:43:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:15.901506+0000 mgr.y (mgr.24491) 16663 : cluster [DBG] pgmap v14722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:15.901506+0000 mgr.y (mgr.24491) 16663 : cluster [DBG] pgmap v14722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:15.901506+0000 mgr.y (mgr.24491) 16663 : cluster [DBG] pgmap v14722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:17.759 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:43:17.759 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:43:17.759 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:43:17.759 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:43:17.759 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:43:17.760 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:43:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:43:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:43:17.137303+0000 mgr.y (mgr.24491) 16664 : audit [DBG] from='client.31980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:43:17.417863+0000 mgr.y (mgr.24491) 16665 : audit [DBG] from='client.31986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:43:17.760027+0000 mon.a (mon.0) 3525 : audit [DBG] from='client.? 172.21.15.177:0/2910802877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:43:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:43:17.137303+0000 mgr.y (mgr.24491) 16664 : audit [DBG] from='client.31980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:43:17.417863+0000 mgr.y (mgr.24491) 16665 : audit [DBG] from='client.31986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:43:17.760027+0000 mon.a (mon.0) 3525 : audit [DBG] from='client.? 172.21.15.177:0/2910802877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:43:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:43:17.137303+0000 mgr.y (mgr.24491) 16664 : audit [DBG] from='client.31980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:18.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:43:17.417863+0000 mgr.y (mgr.24491) 16665 : audit [DBG] from='client.31986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:18.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:43:17.760027+0000 mon.a (mon.0) 3525 : audit [DBG] from='client.? 172.21.15.177:0/2910802877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:43:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:17.902021+0000 mgr.y (mgr.24491) 16666 : cluster [DBG] pgmap v14723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:43:18.578012+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:43:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:43:18.871658+0000 mon.a (mon.0) 3527 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:43:19.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:43:18.872301+0000 mon.a (mon.0) 3528 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:43:19.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:43:18.876453+0000 mon.a (mon.0) 3529 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:43:19.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:17.902021+0000 mgr.y (mgr.24491) 16666 : cluster [DBG] pgmap v14723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:19.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:43:18.578012+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:43:19.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:43:18.871658+0000 mon.a (mon.0) 3527 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:43:19.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:43:18.872301+0000 mon.a (mon.0) 3528 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:43:19.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:43:18.876453+0000 mon.a (mon.0) 3529 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:43:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:17.902021+0000 mgr.y (mgr.24491) 16666 : cluster [DBG] pgmap v14723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:43:18.578012+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:43:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:43:18.871658+0000 mon.a (mon.0) 3527 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:43:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:43:18.872301+0000 mon.a (mon.0) 3528 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:43:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:43:18.876453+0000 mon.a (mon.0) 3529 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:43:21.274 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:43:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:19.902696+0000 mgr.y (mgr.24491) 16667 : cluster [DBG] pgmap v14724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:19.902696+0000 mgr.y (mgr.24491) 16667 : cluster [DBG] pgmap v14724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:19.902696+0000 mgr.y (mgr.24491) 16667 : cluster [DBG] pgmap v14724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:21.903166+0000 mgr.y (mgr.24491) 16668 : cluster [DBG] pgmap v14725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:21.903166+0000 mgr.y (mgr.24491) 16668 : cluster [DBG] pgmap v14725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:21.903166+0000 mgr.y (mgr.24491) 16668 : cluster [DBG] pgmap v14725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:23.903746+0000 mgr.y (mgr.24491) 16669 : cluster [DBG] pgmap v14726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:25.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:23.903746+0000 mgr.y (mgr.24491) 16669 : cluster [DBG] pgmap v14726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:23.903746+0000 mgr.y (mgr.24491) 16669 : cluster [DBG] pgmap v14726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:25.904480+0000 mgr.y (mgr.24491) 16670 : cluster [DBG] pgmap v14727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:25.904480+0000 mgr.y (mgr.24491) 16670 : cluster [DBG] pgmap v14727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:25.904480+0000 mgr.y (mgr.24491) 16670 : cluster [DBG] pgmap v14727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:43:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:27.904978+0000 mgr.y (mgr.24491) 16671 : cluster [DBG] pgmap v14728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:27.904978+0000 mgr.y (mgr.24491) 16671 : cluster [DBG] pgmap v14728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:27.904978+0000 mgr.y (mgr.24491) 16671 : cluster [DBG] pgmap v14728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:31.292 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:43:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:29.905650+0000 mgr.y (mgr.24491) 16672 : cluster [DBG] pgmap v14729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:29.905650+0000 mgr.y (mgr.24491) 16672 : cluster [DBG] pgmap v14729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:29.905650+0000 mgr.y (mgr.24491) 16672 : cluster [DBG] pgmap v14729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:31.906162+0000 mgr.y (mgr.24491) 16673 : cluster [DBG] pgmap v14730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:31.906162+0000 mgr.y (mgr.24491) 16673 : cluster [DBG] pgmap v14730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:31.906162+0000 mgr.y (mgr.24491) 16673 : cluster [DBG] pgmap v14730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:33.906739+0000 mgr.y (mgr.24491) 16674 : cluster [DBG] pgmap v14731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:33.906739+0000 mgr.y (mgr.24491) 16674 : cluster [DBG] pgmap v14731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:33.906739+0000 mgr.y (mgr.24491) 16674 : cluster [DBG] pgmap v14731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:35.907540+0000 mgr.y (mgr.24491) 16675 : cluster [DBG] pgmap v14732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:35.907540+0000 mgr.y (mgr.24491) 16675 : cluster [DBG] pgmap v14732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:35.907540+0000 mgr.y (mgr.24491) 16675 : cluster [DBG] pgmap v14732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:43:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:37.908090+0000 mgr.y (mgr.24491) 16676 : cluster [DBG] pgmap v14733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:37.908090+0000 mgr.y (mgr.24491) 16676 : cluster [DBG] pgmap v14733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:37.908090+0000 mgr.y (mgr.24491) 16676 : cluster [DBG] pgmap v14733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:41.308 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:43:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:39.908892+0000 mgr.y (mgr.24491) 16677 : cluster [DBG] pgmap v14734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:39.908892+0000 mgr.y (mgr.24491) 16677 : cluster [DBG] pgmap v14734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:39.908892+0000 mgr.y (mgr.24491) 16677 : cluster [DBG] pgmap v14734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:41.909390+0000 mgr.y (mgr.24491) 16678 : cluster [DBG] pgmap v14735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:41.909390+0000 mgr.y (mgr.24491) 16678 : cluster [DBG] pgmap v14735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:41.909390+0000 mgr.y (mgr.24491) 16678 : cluster [DBG] pgmap v14735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:43.909875+0000 mgr.y (mgr.24491) 16679 : cluster [DBG] pgmap v14736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:43.909875+0000 mgr.y (mgr.24491) 16679 : cluster [DBG] pgmap v14736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:45.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:43.909875+0000 mgr.y (mgr.24491) 16679 : cluster [DBG] pgmap v14736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:45.910568+0000 mgr.y (mgr.24491) 16680 : cluster [DBG] pgmap v14737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:45.910568+0000 mgr.y (mgr.24491) 16680 : cluster [DBG] pgmap v14737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:45.910568+0000 mgr.y (mgr.24491) 16680 : cluster [DBG] pgmap v14737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:48.078 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:43:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:43:48.352 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:43:48.352 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 90s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:43:48.352 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 90s ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:43:48.352 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 90s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:43:48.352 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 90s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:43:48.352 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 90s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:43:48.352 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 90s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:43:48.352 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 90s ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:43:48.352 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 90s ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:43:48.352 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 90s ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:43:48.352 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 90s ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:43:48.353 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 90s ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:43:48.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 90s ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:43:48.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 90s ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:43:48.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 90s ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:43:48.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 90s ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:43:48.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 90s ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:43:48.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 90s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:43:48.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 90s ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:43:48.353 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 90s ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:43:48.353 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 90s ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:43:48.682 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:43:48.682 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:43:48.682 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:43:48.682 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:43:48.682 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:43:48.682 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:43:48.683 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:43:48.683 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:43:48.683 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:43:48.683 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:43:48.683 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:43:48.683 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:43:48.683 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:43:48.683 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:43:48.683 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:43:48.683 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:43:48.683 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:43:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:47.910912+0000 mgr.y (mgr.24491) 16681 : cluster [DBG] pgmap v14738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:49.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:43:48.066528+0000 mgr.y (mgr.24491) 16682 : audit [DBG] from='client.41909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:49.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:43:48.345002+0000 mgr.y (mgr.24491) 16683 : audit [DBG] from='client.41915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:49.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:43:48.682995+0000 mon.c (mon.2) 521 : audit [DBG] from='client.? 172.21.15.177:0/770477341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:43:49.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:47.910912+0000 mgr.y (mgr.24491) 16681 : cluster [DBG] pgmap v14738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:49.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:43:48.066528+0000 mgr.y (mgr.24491) 16682 : audit [DBG] from='client.41909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:49.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:43:48.345002+0000 mgr.y (mgr.24491) 16683 : audit [DBG] from='client.41915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:49.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:43:48.682995+0000 mon.c (mon.2) 521 : audit [DBG] from='client.? 172.21.15.177:0/770477341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:43:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:47.910912+0000 mgr.y (mgr.24491) 16681 : cluster [DBG] pgmap v14738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:43:48.066528+0000 mgr.y (mgr.24491) 16682 : audit [DBG] from='client.41909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:43:48.345002+0000 mgr.y (mgr.24491) 16683 : audit [DBG] from='client.41915 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:43:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:43:48.682995+0000 mon.c (mon.2) 521 : audit [DBG] from='client.? 172.21.15.177:0/770477341' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:43:51.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:43:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:49.911544+0000 mgr.y (mgr.24491) 16684 : cluster [DBG] pgmap v14739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:49.911544+0000 mgr.y (mgr.24491) 16684 : cluster [DBG] pgmap v14739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:49.911544+0000 mgr.y (mgr.24491) 16684 : cluster [DBG] pgmap v14739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:51.911865+0000 mgr.y (mgr.24491) 16685 : cluster [DBG] pgmap v14740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:53.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:51.911865+0000 mgr.y (mgr.24491) 16685 : cluster [DBG] pgmap v14740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:51.911865+0000 mgr.y (mgr.24491) 16685 : cluster [DBG] pgmap v14740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:53.912352+0000 mgr.y (mgr.24491) 16686 : cluster [DBG] pgmap v14741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:53.912352+0000 mgr.y (mgr.24491) 16686 : cluster [DBG] pgmap v14741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:53.912352+0000 mgr.y (mgr.24491) 16686 : cluster [DBG] pgmap v14741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:55.913037+0000 mgr.y (mgr.24491) 16687 : cluster [DBG] pgmap v14742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:55.913037+0000 mgr.y (mgr.24491) 16687 : cluster [DBG] pgmap v14742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:55.913037+0000 mgr.y (mgr.24491) 16687 : cluster [DBG] pgmap v14742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:43:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:43:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:57.913616+0000 mgr.y (mgr.24491) 16688 : cluster [DBG] pgmap v14743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:43:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:57.913616+0000 mgr.y (mgr.24491) 16688 : cluster [DBG] pgmap v14743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:43:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:43:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:57.913616+0000 mgr.y (mgr.24491) 16688 : cluster [DBG] pgmap v14743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:01.342 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:44:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:43:59.914264+0000 mgr.y (mgr.24491) 16689 : cluster [DBG] pgmap v14744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:43:59.914264+0000 mgr.y (mgr.24491) 16689 : cluster [DBG] pgmap v14744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:43:59.914264+0000 mgr.y (mgr.24491) 16689 : cluster [DBG] pgmap v14744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:01.914763+0000 mgr.y (mgr.24491) 16690 : cluster [DBG] pgmap v14745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:01.914763+0000 mgr.y (mgr.24491) 16690 : cluster [DBG] pgmap v14745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:01.914763+0000 mgr.y (mgr.24491) 16690 : cluster [DBG] pgmap v14745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:03.915208+0000 mgr.y (mgr.24491) 16691 : cluster [DBG] pgmap v14746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:03.915208+0000 mgr.y (mgr.24491) 16691 : cluster [DBG] pgmap v14746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:03.915208+0000 mgr.y (mgr.24491) 16691 : cluster [DBG] pgmap v14746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:05.915869+0000 mgr.y (mgr.24491) 16692 : cluster [DBG] pgmap v14747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:05.915869+0000 mgr.y (mgr.24491) 16692 : cluster [DBG] pgmap v14747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:05.915869+0000 mgr.y (mgr.24491) 16692 : cluster [DBG] pgmap v14747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:44:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:07.916405+0000 mgr.y (mgr.24491) 16693 : cluster [DBG] pgmap v14748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:07.916405+0000 mgr.y (mgr.24491) 16693 : cluster [DBG] pgmap v14748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:07.916405+0000 mgr.y (mgr.24491) 16693 : cluster [DBG] pgmap v14748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:11.359 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:44:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:09.917170+0000 mgr.y (mgr.24491) 16694 : cluster [DBG] pgmap v14749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:09.917170+0000 mgr.y (mgr.24491) 16694 : cluster [DBG] pgmap v14749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:09.917170+0000 mgr.y (mgr.24491) 16694 : cluster [DBG] pgmap v14749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:11.917713+0000 mgr.y (mgr.24491) 16695 : cluster [DBG] pgmap v14750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:11.917713+0000 mgr.y (mgr.24491) 16695 : cluster [DBG] pgmap v14750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:11.917713+0000 mgr.y (mgr.24491) 16695 : cluster [DBG] pgmap v14750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:13.918297+0000 mgr.y (mgr.24491) 16696 : cluster [DBG] pgmap v14751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:13.918297+0000 mgr.y (mgr.24491) 16696 : cluster [DBG] pgmap v14751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:13.918297+0000 mgr.y (mgr.24491) 16696 : cluster [DBG] pgmap v14751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:15.919135+0000 mgr.y (mgr.24491) 16697 : cluster [DBG] pgmap v14752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:17.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:15.919135+0000 mgr.y (mgr.24491) 16697 : cluster [DBG] pgmap v14752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:15.919135+0000 mgr.y (mgr.24491) 16697 : cluster [DBG] pgmap v14752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:44:18.999 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:44:19.291 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:44:19.291 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 2m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:44:19.291 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 2m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:44:19.291 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 2m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:44:19.291 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 2m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:44:19.291 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 2m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:44:19.291 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 2m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:44:19.291 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 2m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:44:19.291 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 2m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:44:19.291 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 2m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:44:19.291 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 2m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:44:19.292 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 2m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:44:19.292 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 2m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:44:19.292 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 2m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:44:19.292 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 2m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:44:19.292 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 2m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:44:19.292 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 2m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:44:19.292 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 2m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:44:19.292 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 2m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:44:19.292 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 2m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:44:19.292 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 2m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:44:19.626 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:44:19.626 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:44:19.626 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:44:19.626 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:44:19.626 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:44:19.626 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:44:19.626 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:44:19.626 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:44:19.626 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:44:19.627 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:44:19.627 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:44:19.627 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:44:19.627 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:44:19.627 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:44:19.627 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:44:19.627 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:44:19.627 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:44:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:17.919563+0000 mgr.y (mgr.24491) 16698 : cluster [DBG] pgmap v14753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:44:18.880615+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:44:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:44:19.174510+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:44:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:44:19.175182+0000 mon.a (mon.0) 3532 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:44:19.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:44:19.179804+0000 mon.a (mon.0) 3533 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:44:19.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:17.919563+0000 mgr.y (mgr.24491) 16698 : cluster [DBG] pgmap v14753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:19.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:44:18.880615+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:44:19.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:44:19.174510+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:44:19.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:44:19.175182+0000 mon.a (mon.0) 3532 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:44:19.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:44:19.179804+0000 mon.a (mon.0) 3533 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:44:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:17.919563+0000 mgr.y (mgr.24491) 16698 : cluster [DBG] pgmap v14753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:44:18.880615+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:44:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:44:19.174510+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:44:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:44:19.175182+0000 mon.a (mon.0) 3532 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:44:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:44:19.179804+0000 mon.a (mon.0) 3533 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:44:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:44:18.987218+0000 mgr.y (mgr.24491) 16699 : audit [DBG] from='client.41927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:44:19.283854+0000 mgr.y (mgr.24491) 16700 : audit [DBG] from='client.41933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:44:19.626806+0000 mon.a (mon.0) 3534 : audit [DBG] from='client.? 172.21.15.177:0/1340204252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:44:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:44:18.987218+0000 mgr.y (mgr.24491) 16699 : audit [DBG] from='client.41927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:44:19.283854+0000 mgr.y (mgr.24491) 16700 : audit [DBG] from='client.41933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:20.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:44:19.626806+0000 mon.a (mon.0) 3534 : audit [DBG] from='client.? 172.21.15.177:0/1340204252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:44:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:44:18.987218+0000 mgr.y (mgr.24491) 16699 : audit [DBG] from='client.41927 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:44:19.283854+0000 mgr.y (mgr.24491) 16700 : audit [DBG] from='client.41933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:44:19.626806+0000 mon.a (mon.0) 3534 : audit [DBG] from='client.? 172.21.15.177:0/1340204252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:44:21.380 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:44:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:19.920416+0000 mgr.y (mgr.24491) 16701 : cluster [DBG] pgmap v14754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:19.920416+0000 mgr.y (mgr.24491) 16701 : cluster [DBG] pgmap v14754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:19.920416+0000 mgr.y (mgr.24491) 16701 : cluster [DBG] pgmap v14754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:21.920993+0000 mgr.y (mgr.24491) 16702 : cluster [DBG] pgmap v14755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:21.920993+0000 mgr.y (mgr.24491) 16702 : cluster [DBG] pgmap v14755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:21.920993+0000 mgr.y (mgr.24491) 16702 : cluster [DBG] pgmap v14755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:23.921474+0000 mgr.y (mgr.24491) 16703 : cluster [DBG] pgmap v14756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:23.921474+0000 mgr.y (mgr.24491) 16703 : cluster [DBG] pgmap v14756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:23.921474+0000 mgr.y (mgr.24491) 16703 : cluster [DBG] pgmap v14756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:25.922137+0000 mgr.y (mgr.24491) 16704 : cluster [DBG] pgmap v14757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:25.922137+0000 mgr.y (mgr.24491) 16704 : cluster [DBG] pgmap v14757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:25.922137+0000 mgr.y (mgr.24491) 16704 : cluster [DBG] pgmap v14757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:44:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:27.922518+0000 mgr.y (mgr.24491) 16705 : cluster [DBG] pgmap v14758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:27.922518+0000 mgr.y (mgr.24491) 16705 : cluster [DBG] pgmap v14758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:27.922518+0000 mgr.y (mgr.24491) 16705 : cluster [DBG] pgmap v14758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:31.395 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:44:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:29.923317+0000 mgr.y (mgr.24491) 16706 : cluster [DBG] pgmap v14759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:29.923317+0000 mgr.y (mgr.24491) 16706 : cluster [DBG] pgmap v14759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:29.923317+0000 mgr.y (mgr.24491) 16706 : cluster [DBG] pgmap v14759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:31.923711+0000 mgr.y (mgr.24491) 16707 : cluster [DBG] pgmap v14760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:31.923711+0000 mgr.y (mgr.24491) 16707 : cluster [DBG] pgmap v14760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:31.923711+0000 mgr.y (mgr.24491) 16707 : cluster [DBG] pgmap v14760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:33.924136+0000 mgr.y (mgr.24491) 16708 : cluster [DBG] pgmap v14761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:33.924136+0000 mgr.y (mgr.24491) 16708 : cluster [DBG] pgmap v14761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:33.924136+0000 mgr.y (mgr.24491) 16708 : cluster [DBG] pgmap v14761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:37.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:35.924737+0000 mgr.y (mgr.24491) 16709 : cluster [DBG] pgmap v14762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:35.924737+0000 mgr.y (mgr.24491) 16709 : cluster [DBG] pgmap v14762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:35.924737+0000 mgr.y (mgr.24491) 16709 : cluster [DBG] pgmap v14762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:44:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:37.925129+0000 mgr.y (mgr.24491) 16710 : cluster [DBG] pgmap v14763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:37.925129+0000 mgr.y (mgr.24491) 16710 : cluster [DBG] pgmap v14763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:37.925129+0000 mgr.y (mgr.24491) 16710 : cluster [DBG] pgmap v14763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:41.410 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:44:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:39.925999+0000 mgr.y (mgr.24491) 16711 : cluster [DBG] pgmap v14764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:39.925999+0000 mgr.y (mgr.24491) 16711 : cluster [DBG] pgmap v14764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:39.925999+0000 mgr.y (mgr.24491) 16711 : cluster [DBG] pgmap v14764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:41.926390+0000 mgr.y (mgr.24491) 16712 : cluster [DBG] pgmap v14765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:41.926390+0000 mgr.y (mgr.24491) 16712 : cluster [DBG] pgmap v14765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:41.926390+0000 mgr.y (mgr.24491) 16712 : cluster [DBG] pgmap v14765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:43.926733+0000 mgr.y (mgr.24491) 16713 : cluster [DBG] pgmap v14766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:43.926733+0000 mgr.y (mgr.24491) 16713 : cluster [DBG] pgmap v14766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:43.926733+0000 mgr.y (mgr.24491) 16713 : cluster [DBG] pgmap v14766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:47.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:45.927473+0000 mgr.y (mgr.24491) 16714 : cluster [DBG] pgmap v14767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:45.927473+0000 mgr.y (mgr.24491) 16714 : cluster [DBG] pgmap v14767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:45.927473+0000 mgr.y (mgr.24491) 16714 : cluster [DBG] pgmap v14767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:44:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:47.927890+0000 mgr.y (mgr.24491) 16715 : cluster [DBG] pgmap v14768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:47.927890+0000 mgr.y (mgr.24491) 16715 : cluster [DBG] pgmap v14768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:47.927890+0000 mgr.y (mgr.24491) 16715 : cluster [DBG] pgmap v14768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:49.937 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:44:50.211 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:44:50.211 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 2m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:44:50.211 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 2m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:44:50.211 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 2m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:44:50.211 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 2m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:44:50.211 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 2m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:44:50.211 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 2m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:44:50.211 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 2m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:44:50.211 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 2m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 2m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 2m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 2m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 2m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 2m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 2m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 2m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 2m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 2m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 2m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 2m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:44:50.212 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 2m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:44:50.544 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:44:50.545 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:44:50.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:44:50.545 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:44:50.545 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:44:50.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:44:50.545 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:44:50.546 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:44:50.546 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:44:50.546 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:44:50.546 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:44:50.546 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:44:50.546 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:44:50.546 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:44:50.547 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:44:50.547 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:44:50.547 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:44:51.425 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:44:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:44:49.926157+0000 mgr.y (mgr.24491) 16716 : audit [DBG] from='client.32034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:49.928560+0000 mgr.y (mgr.24491) 16717 : cluster [DBG] pgmap v14769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:44:50.204107+0000 mgr.y (mgr.24491) 16718 : audit [DBG] from='client.41951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:44:50.545168+0000 mon.c (mon.2) 522 : audit [DBG] from='client.? 172.21.15.177:0/1939252144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:44:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:44:49.926157+0000 mgr.y (mgr.24491) 16716 : audit [DBG] from='client.32034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:49.928560+0000 mgr.y (mgr.24491) 16717 : cluster [DBG] pgmap v14769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:44:50.204107+0000 mgr.y (mgr.24491) 16718 : audit [DBG] from='client.41951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:44:50.545168+0000 mon.c (mon.2) 522 : audit [DBG] from='client.? 172.21.15.177:0/1939252144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:44:51.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:44:49.926157+0000 mgr.y (mgr.24491) 16716 : audit [DBG] from='client.32034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:51.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:49.928560+0000 mgr.y (mgr.24491) 16717 : cluster [DBG] pgmap v14769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:51.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:44:50.204107+0000 mgr.y (mgr.24491) 16718 : audit [DBG] from='client.41951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:44:51.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:44:50.545168+0000 mon.c (mon.2) 522 : audit [DBG] from='client.? 172.21.15.177:0/1939252144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:44:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:51.929132+0000 mgr.y (mgr.24491) 16719 : cluster [DBG] pgmap v14770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:51.929132+0000 mgr.y (mgr.24491) 16719 : cluster [DBG] pgmap v14770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:51.929132+0000 mgr.y (mgr.24491) 16719 : cluster [DBG] pgmap v14770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:53.929639+0000 mgr.y (mgr.24491) 16720 : cluster [DBG] pgmap v14771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:53.929639+0000 mgr.y (mgr.24491) 16720 : cluster [DBG] pgmap v14771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:53.929639+0000 mgr.y (mgr.24491) 16720 : cluster [DBG] pgmap v14771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:57.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:55.930521+0000 mgr.y (mgr.24491) 16721 : cluster [DBG] pgmap v14772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:57.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:55.930521+0000 mgr.y (mgr.24491) 16721 : cluster [DBG] pgmap v14772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:55.930521+0000 mgr.y (mgr.24491) 16721 : cluster [DBG] pgmap v14772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:44:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:44:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:44:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:57.930996+0000 mgr.y (mgr.24491) 16722 : cluster [DBG] pgmap v14773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:57.930996+0000 mgr.y (mgr.24491) 16722 : cluster [DBG] pgmap v14773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:44:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:57.930996+0000 mgr.y (mgr.24491) 16722 : cluster [DBG] pgmap v14773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:01.444 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:45:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:44:59.931791+0000 mgr.y (mgr.24491) 16723 : cluster [DBG] pgmap v14774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:44:59.931791+0000 mgr.y (mgr.24491) 16723 : cluster [DBG] pgmap v14774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:44:59.931791+0000 mgr.y (mgr.24491) 16723 : cluster [DBG] pgmap v14774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:01.932266+0000 mgr.y (mgr.24491) 16724 : cluster [DBG] pgmap v14775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:01.932266+0000 mgr.y (mgr.24491) 16724 : cluster [DBG] pgmap v14775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:01.932266+0000 mgr.y (mgr.24491) 16724 : cluster [DBG] pgmap v14775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:03.932749+0000 mgr.y (mgr.24491) 16725 : cluster [DBG] pgmap v14776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:03.932749+0000 mgr.y (mgr.24491) 16725 : cluster [DBG] pgmap v14776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:03.932749+0000 mgr.y (mgr.24491) 16725 : cluster [DBG] pgmap v14776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:07.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:05.933428+0000 mgr.y (mgr.24491) 16726 : cluster [DBG] pgmap v14777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:07.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:05.933428+0000 mgr.y (mgr.24491) 16726 : cluster [DBG] pgmap v14777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:05.933428+0000 mgr.y (mgr.24491) 16726 : cluster [DBG] pgmap v14777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:07] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:45:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:07.933875+0000 mgr.y (mgr.24491) 16727 : cluster [DBG] pgmap v14778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:07.933875+0000 mgr.y (mgr.24491) 16727 : cluster [DBG] pgmap v14778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:07.933875+0000 mgr.y (mgr.24491) 16727 : cluster [DBG] pgmap v14778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:11.460 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:45:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:09.934564+0000 mgr.y (mgr.24491) 16728 : cluster [DBG] pgmap v14779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:09.934564+0000 mgr.y (mgr.24491) 16728 : cluster [DBG] pgmap v14779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:09.934564+0000 mgr.y (mgr.24491) 16728 : cluster [DBG] pgmap v14779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:11.934914+0000 mgr.y (mgr.24491) 16729 : cluster [DBG] pgmap v14780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:11.934914+0000 mgr.y (mgr.24491) 16729 : cluster [DBG] pgmap v14780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:11.934914+0000 mgr.y (mgr.24491) 16729 : cluster [DBG] pgmap v14780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:13.935329+0000 mgr.y (mgr.24491) 16730 : cluster [DBG] pgmap v14781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:13.935329+0000 mgr.y (mgr.24491) 16730 : cluster [DBG] pgmap v14781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:13.935329+0000 mgr.y (mgr.24491) 16730 : cluster [DBG] pgmap v14781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:15.936052+0000 mgr.y (mgr.24491) 16731 : cluster [DBG] pgmap v14782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:17.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:15.936052+0000 mgr.y (mgr.24491) 16731 : cluster [DBG] pgmap v14782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:15.936052+0000 mgr.y (mgr.24491) 16731 : cluster [DBG] pgmap v14782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:45:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:17.936563+0000 mgr.y (mgr.24491) 16732 : cluster [DBG] pgmap v14783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:45:19.186201+0000 mon.a (mon.0) 3535 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:45:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:45:19.426645+0000 mon.a (mon.0) 3536 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:45:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:17.936563+0000 mgr.y (mgr.24491) 16732 : cluster [DBG] pgmap v14783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:45:19.186201+0000 mon.a (mon.0) 3535 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:45:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:45:19.426645+0000 mon.a (mon.0) 3536 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:45:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:17.936563+0000 mgr.y (mgr.24491) 16732 : cluster [DBG] pgmap v14783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:19.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:45:19.186201+0000 mon.a (mon.0) 3535 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:45:19.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:45:19.426645+0000 mon.a (mon.0) 3536 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:45:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:45:19.714341+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:45:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:45:19.715023+0000 mon.a (mon.0) 3538 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:45:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:45:19.719383+0000 mon.a (mon.0) 3539 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:45:20.862 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:45:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:45:19.714341+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:45:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:45:19.715023+0000 mon.a (mon.0) 3538 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:45:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:45:19.719383+0000 mon.a (mon.0) 3539 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:45:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:45:19.714341+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:45:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:45:19.715023+0000 mon.a (mon.0) 3538 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:45:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:45:19.719383+0000 mon.a (mon.0) 3539 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:45:21.142 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:45:21.143 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:45:21.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:45:21.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:45:21.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:45:21.144 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:45:21.144 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:45:21.475 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:45:21.475 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:45:21.475 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:45:21.475 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:45:21.475 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:45:21.475 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:45:21.475 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:45:21.475 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:45:21.475 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:45:21.475 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:45:21.475 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:45:21.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:45:21.476 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:45:21.476 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:45:21.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:45:21.476 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:45:21.476 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:45:21.479 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:45:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:19.937339+0000 mgr.y (mgr.24491) 16733 : cluster [DBG] pgmap v14784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:45:21.475623+0000 mon.a (mon.0) 3540 : audit [DBG] from='client.? 172.21.15.177:0/2441490763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:45:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:19.937339+0000 mgr.y (mgr.24491) 16733 : cluster [DBG] pgmap v14784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:45:21.475623+0000 mon.a (mon.0) 3540 : audit [DBG] from='client.? 172.21.15.177:0/2441490763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:45:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:19.937339+0000 mgr.y (mgr.24491) 16733 : cluster [DBG] pgmap v14784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:45:21.475623+0000 mon.a (mon.0) 3540 : audit [DBG] from='client.? 172.21.15.177:0/2441490763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:45:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:45:20.850839+0000 mgr.y (mgr.24491) 16734 : audit [DBG] from='client.32052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:45:21.135675+0000 mgr.y (mgr.24491) 16735 : audit [DBG] from='client.41969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:45:20.850839+0000 mgr.y (mgr.24491) 16734 : audit [DBG] from='client.32052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:45:21.135675+0000 mgr.y (mgr.24491) 16735 : audit [DBG] from='client.41969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:45:20.850839+0000 mgr.y (mgr.24491) 16734 : audit [DBG] from='client.32052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:45:21.135675+0000 mgr.y (mgr.24491) 16735 : audit [DBG] from='client.41969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:21.937733+0000 mgr.y (mgr.24491) 16736 : cluster [DBG] pgmap v14785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:21.937733+0000 mgr.y (mgr.24491) 16736 : cluster [DBG] pgmap v14785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:21.937733+0000 mgr.y (mgr.24491) 16736 : cluster [DBG] pgmap v14785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:23.938199+0000 mgr.y (mgr.24491) 16737 : cluster [DBG] pgmap v14786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:23.938199+0000 mgr.y (mgr.24491) 16737 : cluster [DBG] pgmap v14786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:23.938199+0000 mgr.y (mgr.24491) 16737 : cluster [DBG] pgmap v14786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:25.938978+0000 mgr.y (mgr.24491) 16738 : cluster [DBG] pgmap v14787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:45:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:25.938978+0000 mgr.y (mgr.24491) 16738 : cluster [DBG] pgmap v14787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:25.938978+0000 mgr.y (mgr.24491) 16738 : cluster [DBG] pgmap v14787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:27.939337+0000 mgr.y (mgr.24491) 16739 : cluster [DBG] pgmap v14788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:27.939337+0000 mgr.y (mgr.24491) 16739 : cluster [DBG] pgmap v14788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:27.939337+0000 mgr.y (mgr.24491) 16739 : cluster [DBG] pgmap v14788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:45:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:29.940170+0000 mgr.y (mgr.24491) 16740 : cluster [DBG] pgmap v14789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:29.940170+0000 mgr.y (mgr.24491) 16740 : cluster [DBG] pgmap v14789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:29.940170+0000 mgr.y (mgr.24491) 16740 : cluster [DBG] pgmap v14789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:31.940814+0000 mgr.y (mgr.24491) 16741 : cluster [DBG] pgmap v14790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:31.940814+0000 mgr.y (mgr.24491) 16741 : cluster [DBG] pgmap v14790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:31.940814+0000 mgr.y (mgr.24491) 16741 : cluster [DBG] pgmap v14790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:33.941392+0000 mgr.y (mgr.24491) 16742 : cluster [DBG] pgmap v14791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:33.941392+0000 mgr.y (mgr.24491) 16742 : cluster [DBG] pgmap v14791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:33.941392+0000 mgr.y (mgr.24491) 16742 : cluster [DBG] pgmap v14791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:45:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:35.942306+0000 mgr.y (mgr.24491) 16743 : cluster [DBG] pgmap v14792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:35.942306+0000 mgr.y (mgr.24491) 16743 : cluster [DBG] pgmap v14792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:35.942306+0000 mgr.y (mgr.24491) 16743 : cluster [DBG] pgmap v14792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:37.942925+0000 mgr.y (mgr.24491) 16744 : cluster [DBG] pgmap v14793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:37.942925+0000 mgr.y (mgr.24491) 16744 : cluster [DBG] pgmap v14793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:37.942925+0000 mgr.y (mgr.24491) 16744 : cluster [DBG] pgmap v14793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:45:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:39.943621+0000 mgr.y (mgr.24491) 16745 : cluster [DBG] pgmap v14794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:39.943621+0000 mgr.y (mgr.24491) 16745 : cluster [DBG] pgmap v14794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:39.943621+0000 mgr.y (mgr.24491) 16745 : cluster [DBG] pgmap v14794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:41.944061+0000 mgr.y (mgr.24491) 16746 : cluster [DBG] pgmap v14795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:41.944061+0000 mgr.y (mgr.24491) 16746 : cluster [DBG] pgmap v14795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:41.944061+0000 mgr.y (mgr.24491) 16746 : cluster [DBG] pgmap v14795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:45.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:43.944500+0000 mgr.y (mgr.24491) 16747 : cluster [DBG] pgmap v14796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:45.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:43.944500+0000 mgr.y (mgr.24491) 16747 : cluster [DBG] pgmap v14796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:43.944500+0000 mgr.y (mgr.24491) 16747 : cluster [DBG] pgmap v14796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:45:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:45.945184+0000 mgr.y (mgr.24491) 16748 : cluster [DBG] pgmap v14797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:45.945184+0000 mgr.y (mgr.24491) 16748 : cluster [DBG] pgmap v14797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:45.945184+0000 mgr.y (mgr.24491) 16748 : cluster [DBG] pgmap v14797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:47.945739+0000 mgr.y (mgr.24491) 16749 : cluster [DBG] pgmap v14798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:47.945739+0000 mgr.y (mgr.24491) 16749 : cluster [DBG] pgmap v14798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:47.945739+0000 mgr.y (mgr.24491) 16749 : cluster [DBG] pgmap v14798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:45:51.792 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:45:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:49.946520+0000 mgr.y (mgr.24491) 16750 : cluster [DBG] pgmap v14799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:49.946520+0000 mgr.y (mgr.24491) 16750 : cluster [DBG] pgmap v14799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:49.946520+0000 mgr.y (mgr.24491) 16750 : cluster [DBG] pgmap v14799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:52.069 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:45:52.069 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:45:52.069 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:45:52.069 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:45:52.069 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:45:52.069 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:45:52.069 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:45:52.069 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:45:52.070 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:45:52.071 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:45:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:45:52.406 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:45:52.406 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:45:52.406 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:45:52.406 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:45:52.406 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:45:52.406 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:45:52.406 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:45:52.406 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:45:52.407 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:45:52.407 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:45:52.407 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:45:52.407 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:45:52.407 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:45:52.407 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:45:52.407 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:45:52.407 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:45:52.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:45:52.406659+0000 mon.a (mon.0) 3541 : audit [DBG] from='client.? 172.21.15.177:0/2945171293' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:45:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:45:52.406659+0000 mon.a (mon.0) 3541 : audit [DBG] from='client.? 172.21.15.177:0/2945171293' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:45:53.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:45:52.406659+0000 mon.a (mon.0) 3541 : audit [DBG] from='client.? 172.21.15.177:0/2945171293' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:45:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:45:51.781047+0000 mgr.y (mgr.24491) 16751 : audit [DBG] from='client.41981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:51.946886+0000 mgr.y (mgr.24491) 16752 : cluster [DBG] pgmap v14800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:45:52.062316+0000 mgr.y (mgr.24491) 16753 : audit [DBG] from='client.32076 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:45:51.781047+0000 mgr.y (mgr.24491) 16751 : audit [DBG] from='client.41981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:53.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:51.946886+0000 mgr.y (mgr.24491) 16752 : cluster [DBG] pgmap v14800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:53.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:45:52.062316+0000 mgr.y (mgr.24491) 16753 : audit [DBG] from='client.32076 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:45:51.781047+0000 mgr.y (mgr.24491) 16751 : audit [DBG] from='client.41981 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:51.946886+0000 mgr.y (mgr.24491) 16752 : cluster [DBG] pgmap v14800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:45:52.062316+0000 mgr.y (mgr.24491) 16753 : audit [DBG] from='client.32076 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:45:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:53.947314+0000 mgr.y (mgr.24491) 16754 : cluster [DBG] pgmap v14801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:53.947314+0000 mgr.y (mgr.24491) 16754 : cluster [DBG] pgmap v14801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:53.947314+0000 mgr.y (mgr.24491) 16754 : cluster [DBG] pgmap v14801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:45:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:45:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:55.948116+0000 mgr.y (mgr.24491) 16755 : cluster [DBG] pgmap v14802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:55.948116+0000 mgr.y (mgr.24491) 16755 : cluster [DBG] pgmap v14802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:55.948116+0000 mgr.y (mgr.24491) 16755 : cluster [DBG] pgmap v14802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:57.948523+0000 mgr.y (mgr.24491) 16756 : cluster [DBG] pgmap v14803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:45:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:57.948523+0000 mgr.y (mgr.24491) 16756 : cluster [DBG] pgmap v14803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:45:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:57.948523+0000 mgr.y (mgr.24491) 16756 : cluster [DBG] pgmap v14803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:46:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:45:59.949370+0000 mgr.y (mgr.24491) 16757 : cluster [DBG] pgmap v14804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:45:59.949370+0000 mgr.y (mgr.24491) 16757 : cluster [DBG] pgmap v14804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:45:59.949370+0000 mgr.y (mgr.24491) 16757 : cluster [DBG] pgmap v14804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:01.949798+0000 mgr.y (mgr.24491) 16758 : cluster [DBG] pgmap v14805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:01.949798+0000 mgr.y (mgr.24491) 16758 : cluster [DBG] pgmap v14805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:01.949798+0000 mgr.y (mgr.24491) 16758 : cluster [DBG] pgmap v14805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:03.950213+0000 mgr.y (mgr.24491) 16759 : cluster [DBG] pgmap v14806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:03.950213+0000 mgr.y (mgr.24491) 16759 : cluster [DBG] pgmap v14806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:03.950213+0000 mgr.y (mgr.24491) 16759 : cluster [DBG] pgmap v14806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:46:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:05.950977+0000 mgr.y (mgr.24491) 16760 : cluster [DBG] pgmap v14807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:05.950977+0000 mgr.y (mgr.24491) 16760 : cluster [DBG] pgmap v14807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:05.950977+0000 mgr.y (mgr.24491) 16760 : cluster [DBG] pgmap v14807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:07.951515+0000 mgr.y (mgr.24491) 16761 : cluster [DBG] pgmap v14808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:07.951515+0000 mgr.y (mgr.24491) 16761 : cluster [DBG] pgmap v14808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:07.951515+0000 mgr.y (mgr.24491) 16761 : cluster [DBG] pgmap v14808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:46:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:09.952321+0000 mgr.y (mgr.24491) 16762 : cluster [DBG] pgmap v14809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:09.952321+0000 mgr.y (mgr.24491) 16762 : cluster [DBG] pgmap v14809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:09.952321+0000 mgr.y (mgr.24491) 16762 : cluster [DBG] pgmap v14809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:11.952888+0000 mgr.y (mgr.24491) 16763 : cluster [DBG] pgmap v14810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:11.952888+0000 mgr.y (mgr.24491) 16763 : cluster [DBG] pgmap v14810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:11.952888+0000 mgr.y (mgr.24491) 16763 : cluster [DBG] pgmap v14810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:13.953312+0000 mgr.y (mgr.24491) 16764 : cluster [DBG] pgmap v14811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:13.953312+0000 mgr.y (mgr.24491) 16764 : cluster [DBG] pgmap v14811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:13.953312+0000 mgr.y (mgr.24491) 16764 : cluster [DBG] pgmap v14811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:46:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:15.954147+0000 mgr.y (mgr.24491) 16765 : cluster [DBG] pgmap v14812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:17.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:15.954147+0000 mgr.y (mgr.24491) 16765 : cluster [DBG] pgmap v14812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:15.954147+0000 mgr.y (mgr.24491) 16765 : cluster [DBG] pgmap v14812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:17.954549+0000 mgr.y (mgr.24491) 16766 : cluster [DBG] pgmap v14813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:17.954549+0000 mgr.y (mgr.24491) 16766 : cluster [DBG] pgmap v14813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:17.954549+0000 mgr.y (mgr.24491) 16766 : cluster [DBG] pgmap v14813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:46:19.723713+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:46:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:46:19.967950+0000 mon.a (mon.0) 3543 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:46:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:46:20.246958+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:46:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:46:20.247626+0000 mon.a (mon.0) 3545 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:46:20.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:46:20.254417+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:46:20.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:46:19.723713+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:46:20.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:46:19.967950+0000 mon.a (mon.0) 3543 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:46:20.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:46:20.246958+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:46:20.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:46:20.247626+0000 mon.a (mon.0) 3545 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:46:20.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:46:20.254417+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:46:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:46:19.723713+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:46:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:46:19.967950+0000 mon.a (mon.0) 3543 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:46:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:46:20.246958+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:46:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:46:20.247626+0000 mon.a (mon.0) 3545 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:46:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:46:20.254417+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:46:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:46:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:19.955132+0000 mgr.y (mgr.24491) 16767 : cluster [DBG] pgmap v14814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:19.955132+0000 mgr.y (mgr.24491) 16767 : cluster [DBG] pgmap v14814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:19.955132+0000 mgr.y (mgr.24491) 16767 : cluster [DBG] pgmap v14814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:22.723 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:46:23.007 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:46:23.008 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 4m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:46:23.008 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 4m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:46:23.008 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 4m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:46:23.008 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 4m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:46:23.008 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 4m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:46:23.008 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 4m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 4m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 4m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 4m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 4m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 4m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 4m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 4m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 4m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 4m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 4m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 4m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 4m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 4m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:46:23.009 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 4m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:46:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:46:23.334 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:46:23.334 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:46:23.334 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:46:23.334 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:46:23.334 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:46:23.334 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:46:23.335 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:46:23.335 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:46:23.335 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:46:23.335 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:46:23.335 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:46:23.335 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:46:23.335 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:46:23.335 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:46:23.335 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:46:23.335 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:46:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:21.955589+0000 mgr.y (mgr.24491) 16768 : cluster [DBG] pgmap v14815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:46:23.334862+0000 mon.a (mon.0) 3547 : audit [DBG] from='client.? 172.21.15.177:0/2847415105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:46:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:21.955589+0000 mgr.y (mgr.24491) 16768 : cluster [DBG] pgmap v14815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:46:23.334862+0000 mon.a (mon.0) 3547 : audit [DBG] from='client.? 172.21.15.177:0/2847415105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:46:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:21.955589+0000 mgr.y (mgr.24491) 16768 : cluster [DBG] pgmap v14815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:46:23.334862+0000 mon.a (mon.0) 3547 : audit [DBG] from='client.? 172.21.15.177:0/2847415105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:46:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:46:22.712160+0000 mgr.y (mgr.24491) 16769 : audit [DBG] from='client.41999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:46:22.993537+0000 mgr.y (mgr.24491) 16770 : audit [DBG] from='client.32094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:46:22.712160+0000 mgr.y (mgr.24491) 16769 : audit [DBG] from='client.41999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:46:22.993537+0000 mgr.y (mgr.24491) 16770 : audit [DBG] from='client.32094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:25.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:46:22.712160+0000 mgr.y (mgr.24491) 16769 : audit [DBG] from='client.41999 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:25.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:46:22.993537+0000 mgr.y (mgr.24491) 16770 : audit [DBG] from='client.32094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:23.956156+0000 mgr.y (mgr.24491) 16771 : cluster [DBG] pgmap v14816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:23.956156+0000 mgr.y (mgr.24491) 16771 : cluster [DBG] pgmap v14816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:23.956156+0000 mgr.y (mgr.24491) 16771 : cluster [DBG] pgmap v14816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:46:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:25.956817+0000 mgr.y (mgr.24491) 16772 : cluster [DBG] pgmap v14817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:25.956817+0000 mgr.y (mgr.24491) 16772 : cluster [DBG] pgmap v14817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:25.956817+0000 mgr.y (mgr.24491) 16772 : cluster [DBG] pgmap v14817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:27.957272+0000 mgr.y (mgr.24491) 16773 : cluster [DBG] pgmap v14818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:27.957272+0000 mgr.y (mgr.24491) 16773 : cluster [DBG] pgmap v14818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:27.957272+0000 mgr.y (mgr.24491) 16773 : cluster [DBG] pgmap v14818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:46:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:29.958091+0000 mgr.y (mgr.24491) 16774 : cluster [DBG] pgmap v14819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:29.958091+0000 mgr.y (mgr.24491) 16774 : cluster [DBG] pgmap v14819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:29.958091+0000 mgr.y (mgr.24491) 16774 : cluster [DBG] pgmap v14819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:31.958655+0000 mgr.y (mgr.24491) 16775 : cluster [DBG] pgmap v14820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:31.958655+0000 mgr.y (mgr.24491) 16775 : cluster [DBG] pgmap v14820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:31.958655+0000 mgr.y (mgr.24491) 16775 : cluster [DBG] pgmap v14820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:33.959051+0000 mgr.y (mgr.24491) 16776 : cluster [DBG] pgmap v14821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:33.959051+0000 mgr.y (mgr.24491) 16776 : cluster [DBG] pgmap v14821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:33.959051+0000 mgr.y (mgr.24491) 16776 : cluster [DBG] pgmap v14821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:46:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:35.959850+0000 mgr.y (mgr.24491) 16777 : cluster [DBG] pgmap v14822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:37.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:35.959850+0000 mgr.y (mgr.24491) 16777 : cluster [DBG] pgmap v14822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:35.959850+0000 mgr.y (mgr.24491) 16777 : cluster [DBG] pgmap v14822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:37.960269+0000 mgr.y (mgr.24491) 16778 : cluster [DBG] pgmap v14823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:37.960269+0000 mgr.y (mgr.24491) 16778 : cluster [DBG] pgmap v14823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:37.960269+0000 mgr.y (mgr.24491) 16778 : cluster [DBG] pgmap v14823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:46:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:39.960974+0000 mgr.y (mgr.24491) 16779 : cluster [DBG] pgmap v14824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:39.960974+0000 mgr.y (mgr.24491) 16779 : cluster [DBG] pgmap v14824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:39.960974+0000 mgr.y (mgr.24491) 16779 : cluster [DBG] pgmap v14824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:41.961441+0000 mgr.y (mgr.24491) 16780 : cluster [DBG] pgmap v14825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:41.961441+0000 mgr.y (mgr.24491) 16780 : cluster [DBG] pgmap v14825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:41.961441+0000 mgr.y (mgr.24491) 16780 : cluster [DBG] pgmap v14825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:43.962042+0000 mgr.y (mgr.24491) 16781 : cluster [DBG] pgmap v14826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:45.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:43.962042+0000 mgr.y (mgr.24491) 16781 : cluster [DBG] pgmap v14826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:43.962042+0000 mgr.y (mgr.24491) 16781 : cluster [DBG] pgmap v14826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:46:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:45.962857+0000 mgr.y (mgr.24491) 16782 : cluster [DBG] pgmap v14827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:45.962857+0000 mgr.y (mgr.24491) 16782 : cluster [DBG] pgmap v14827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:45.962857+0000 mgr.y (mgr.24491) 16782 : cluster [DBG] pgmap v14827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:47.963411+0000 mgr.y (mgr.24491) 16783 : cluster [DBG] pgmap v14828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:47.963411+0000 mgr.y (mgr.24491) 16783 : cluster [DBG] pgmap v14828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:47.963411+0000 mgr.y (mgr.24491) 16783 : cluster [DBG] pgmap v14828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:46:51.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:49.964075+0000 mgr.y (mgr.24491) 16784 : cluster [DBG] pgmap v14829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:51.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:49.964075+0000 mgr.y (mgr.24491) 16784 : cluster [DBG] pgmap v14829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:49.964075+0000 mgr.y (mgr.24491) 16784 : cluster [DBG] pgmap v14829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:53.645 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:46:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:51.964542+0000 mgr.y (mgr.24491) 16785 : cluster [DBG] pgmap v14830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:51.964542+0000 mgr.y (mgr.24491) 16785 : cluster [DBG] pgmap v14830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:53.918 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:46:53.918 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 4m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 4m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 4m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 4m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 4m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 4m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 4m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 4m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 4m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 4m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 4m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 4m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 4m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 4m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:46:53.919 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 4m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:46:53.920 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 4m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:46:53.920 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 4m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:46:53.920 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 4m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:46:53.920 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 4m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:46:53.920 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 4m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:46:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:51.964542+0000 mgr.y (mgr.24491) 16785 : cluster [DBG] pgmap v14830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:54.251 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:46:54.252 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:46:54.252 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:46:54.252 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:46:54.252 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:46:54.252 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:46:54.252 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:46:54.252 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:46:54.252 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:46:54.252 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:46:54.252 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:46:54.253 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:46:54.253 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:46:54.253 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:46:54.253 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:46:54.253 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:46:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:46:54.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:46:53.632729+0000 mgr.y (mgr.24491) 16786 : audit [DBG] from='client.42017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:54.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:46:54.252487+0000 mon.a (mon.0) 3548 : audit [DBG] from='client.? 172.21.15.177:0/2191941605' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:46:54.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:46:53.632729+0000 mgr.y (mgr.24491) 16786 : audit [DBG] from='client.42017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:54.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:46:54.252487+0000 mon.a (mon.0) 3548 : audit [DBG] from='client.? 172.21.15.177:0/2191941605' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:46:55.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:46:53.632729+0000 mgr.y (mgr.24491) 16786 : audit [DBG] from='client.42017 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:55.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:46:54.252487+0000 mon.a (mon.0) 3548 : audit [DBG] from='client.? 172.21.15.177:0/2191941605' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:46:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:46:53.911685+0000 mgr.y (mgr.24491) 16787 : audit [DBG] from='client.42023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:53.964912+0000 mgr.y (mgr.24491) 16788 : cluster [DBG] pgmap v14831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:46:53.911685+0000 mgr.y (mgr.24491) 16787 : audit [DBG] from='client.42023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:53.964912+0000 mgr.y (mgr.24491) 16788 : cluster [DBG] pgmap v14831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:46:53.911685+0000 mgr.y (mgr.24491) 16787 : audit [DBG] from='client.42023 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:46:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:53.964912+0000 mgr.y (mgr.24491) 16788 : cluster [DBG] pgmap v14831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:55.965550+0000 mgr.y (mgr.24491) 16789 : cluster [DBG] pgmap v14832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:55.965550+0000 mgr.y (mgr.24491) 16789 : cluster [DBG] pgmap v14832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:46:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:46:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:46:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:55.965550+0000 mgr.y (mgr.24491) 16789 : cluster [DBG] pgmap v14832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:46:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:57.966017+0000 mgr.y (mgr.24491) 16790 : cluster [DBG] pgmap v14833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:57.966017+0000 mgr.y (mgr.24491) 16790 : cluster [DBG] pgmap v14833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:57.966017+0000 mgr.y (mgr.24491) 16790 : cluster [DBG] pgmap v14833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:47:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:46:59.966661+0000 mgr.y (mgr.24491) 16791 : cluster [DBG] pgmap v14834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:46:59.966661+0000 mgr.y (mgr.24491) 16791 : cluster [DBG] pgmap v14834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:46:59.966661+0000 mgr.y (mgr.24491) 16791 : cluster [DBG] pgmap v14834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:01.967175+0000 mgr.y (mgr.24491) 16792 : cluster [DBG] pgmap v14835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:01.967175+0000 mgr.y (mgr.24491) 16792 : cluster [DBG] pgmap v14835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:01.967175+0000 mgr.y (mgr.24491) 16792 : cluster [DBG] pgmap v14835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:03.967564+0000 mgr.y (mgr.24491) 16793 : cluster [DBG] pgmap v14836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:03.967564+0000 mgr.y (mgr.24491) 16793 : cluster [DBG] pgmap v14836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:03.967564+0000 mgr.y (mgr.24491) 16793 : cluster [DBG] pgmap v14836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:05.968263+0000 mgr.y (mgr.24491) 16794 : cluster [DBG] pgmap v14837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:05.968263+0000 mgr.y (mgr.24491) 16794 : cluster [DBG] pgmap v14837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:47:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:05.968263+0000 mgr.y (mgr.24491) 16794 : cluster [DBG] pgmap v14837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:07.968727+0000 mgr.y (mgr.24491) 16795 : cluster [DBG] pgmap v14838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:07.968727+0000 mgr.y (mgr.24491) 16795 : cluster [DBG] pgmap v14838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:07.968727+0000 mgr.y (mgr.24491) 16795 : cluster [DBG] pgmap v14838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:47:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:09.969555+0000 mgr.y (mgr.24491) 16796 : cluster [DBG] pgmap v14839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:09.969555+0000 mgr.y (mgr.24491) 16796 : cluster [DBG] pgmap v14839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:09.969555+0000 mgr.y (mgr.24491) 16796 : cluster [DBG] pgmap v14839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:11.970134+0000 mgr.y (mgr.24491) 16797 : cluster [DBG] pgmap v14840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:11.970134+0000 mgr.y (mgr.24491) 16797 : cluster [DBG] pgmap v14840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:11.970134+0000 mgr.y (mgr.24491) 16797 : cluster [DBG] pgmap v14840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:13.970623+0000 mgr.y (mgr.24491) 16798 : cluster [DBG] pgmap v14841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:13.970623+0000 mgr.y (mgr.24491) 16798 : cluster [DBG] pgmap v14841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:16.154 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:13.970623+0000 mgr.y (mgr.24491) 16798 : cluster [DBG] pgmap v14841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:17.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:15.971392+0000 mgr.y (mgr.24491) 16799 : cluster [DBG] pgmap v14842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:15.971392+0000 mgr.y (mgr.24491) 16799 : cluster [DBG] pgmap v14842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:17.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:15.971392+0000 mgr.y (mgr.24491) 16799 : cluster [DBG] pgmap v14842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:47:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:17.971757+0000 mgr.y (mgr.24491) 16800 : cluster [DBG] pgmap v14843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:17.971757+0000 mgr.y (mgr.24491) 16800 : cluster [DBG] pgmap v14843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:17.971757+0000 mgr.y (mgr.24491) 16800 : cluster [DBG] pgmap v14843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:19.972375+0000 mgr.y (mgr.24491) 16801 : cluster [DBG] pgmap v14844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:47:20.258738+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:47:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:47:20.549199+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:47:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:47:20.549845+0000 mon.a (mon.0) 3551 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:47:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:47:20.553887+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:47:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:19.972375+0000 mgr.y (mgr.24491) 16801 : cluster [DBG] pgmap v14844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:47:20.258738+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:47:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:47:20.549199+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:47:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:47:20.549845+0000 mon.a (mon.0) 3551 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:47:21.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:47:20.553887+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:47:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:47:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:19.972375+0000 mgr.y (mgr.24491) 16801 : cluster [DBG] pgmap v14844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:47:20.258738+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:47:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:47:20.549199+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:47:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:47:20.549845+0000 mon.a (mon.0) 3551 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:47:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:47:20.553887+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:47:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:21.972739+0000 mgr.y (mgr.24491) 16802 : cluster [DBG] pgmap v14845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:21.972739+0000 mgr.y (mgr.24491) 16802 : cluster [DBG] pgmap v14845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:23.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:21.972739+0000 mgr.y (mgr.24491) 16802 : cluster [DBG] pgmap v14845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:24.562 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:47:24.838 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:47:24.838 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 5m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:47:24.838 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 5m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:47:24.838 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 5m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:47:24.838 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 5m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:47:24.838 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 5m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:47:24.838 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 5m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:47:24.838 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 5m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 5m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 5m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 5m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 5m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 5m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 5m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 5m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 5m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 5m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 5m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 5m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 5m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:47:24.839 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 5m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:47:25.170 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:47:25.171 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:47:25.171 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:47:25.171 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:47:25.171 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:47:25.171 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:47:25.171 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:47:25.171 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:47:25.172 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:47:25.172 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:47:25.172 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:47:25.172 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:47:25.172 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:47:25.172 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:47:25.172 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:47:25.173 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:47:25.173 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:47:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:23.973318+0000 mgr.y (mgr.24491) 16803 : cluster [DBG] pgmap v14846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:25.438 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:47:24.550295+0000 mgr.y (mgr.24491) 16804 : audit [DBG] from='client.42035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:25.438 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:23.973318+0000 mgr.y (mgr.24491) 16803 : cluster [DBG] pgmap v14846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:25.438 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:47:24.550295+0000 mgr.y (mgr.24491) 16804 : audit [DBG] from='client.42035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:23.973318+0000 mgr.y (mgr.24491) 16803 : cluster [DBG] pgmap v14846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:25.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:47:24.550295+0000 mgr.y (mgr.24491) 16804 : audit [DBG] from='client.42035 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:47:24.831310+0000 mgr.y (mgr.24491) 16805 : audit [DBG] from='client.32130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:47:25.171334+0000 mon.c (mon.2) 523 : audit [DBG] from='client.? 172.21.15.177:0/1841105608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:47:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:47:24.831310+0000 mgr.y (mgr.24491) 16805 : audit [DBG] from='client.32130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:26.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:47:25.171334+0000 mon.c (mon.2) 523 : audit [DBG] from='client.? 172.21.15.177:0/1841105608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:47:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:47:24.831310+0000 mgr.y (mgr.24491) 16805 : audit [DBG] from='client.32130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:47:25.171334+0000 mon.c (mon.2) 523 : audit [DBG] from='client.? 172.21.15.177:0/1841105608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:47:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:25.973992+0000 mgr.y (mgr.24491) 16806 : cluster [DBG] pgmap v14847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:25.973992+0000 mgr.y (mgr.24491) 16806 : cluster [DBG] pgmap v14847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:25.973992+0000 mgr.y (mgr.24491) 16806 : cluster [DBG] pgmap v14847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:47:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:27.974464+0000 mgr.y (mgr.24491) 16807 : cluster [DBG] pgmap v14848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:27.974464+0000 mgr.y (mgr.24491) 16807 : cluster [DBG] pgmap v14848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:27.974464+0000 mgr.y (mgr.24491) 16807 : cluster [DBG] pgmap v14848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:29.975037+0000 mgr.y (mgr.24491) 16808 : cluster [DBG] pgmap v14849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:31.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:29.975037+0000 mgr.y (mgr.24491) 16808 : cluster [DBG] pgmap v14849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:47:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:29.975037+0000 mgr.y (mgr.24491) 16808 : cluster [DBG] pgmap v14849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:31.975445+0000 mgr.y (mgr.24491) 16809 : cluster [DBG] pgmap v14850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:33.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:31.975445+0000 mgr.y (mgr.24491) 16809 : cluster [DBG] pgmap v14850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:31.975445+0000 mgr.y (mgr.24491) 16809 : cluster [DBG] pgmap v14850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:33.975844+0000 mgr.y (mgr.24491) 16810 : cluster [DBG] pgmap v14851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:33.975844+0000 mgr.y (mgr.24491) 16810 : cluster [DBG] pgmap v14851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:33.975844+0000 mgr.y (mgr.24491) 16810 : cluster [DBG] pgmap v14851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:37.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:35.976502+0000 mgr.y (mgr.24491) 16811 : cluster [DBG] pgmap v14852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:35.976502+0000 mgr.y (mgr.24491) 16811 : cluster [DBG] pgmap v14852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:35.976502+0000 mgr.y (mgr.24491) 16811 : cluster [DBG] pgmap v14852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:47:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:37.977047+0000 mgr.y (mgr.24491) 16812 : cluster [DBG] pgmap v14853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:37.977047+0000 mgr.y (mgr.24491) 16812 : cluster [DBG] pgmap v14853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:37.977047+0000 mgr.y (mgr.24491) 16812 : cluster [DBG] pgmap v14853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:39.977702+0000 mgr.y (mgr.24491) 16813 : cluster [DBG] pgmap v14854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:39.977702+0000 mgr.y (mgr.24491) 16813 : cluster [DBG] pgmap v14854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:41.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:39.977702+0000 mgr.y (mgr.24491) 16813 : cluster [DBG] pgmap v14854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:41.502 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:47:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:41.978247+0000 mgr.y (mgr.24491) 16814 : cluster [DBG] pgmap v14855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:41.978247+0000 mgr.y (mgr.24491) 16814 : cluster [DBG] pgmap v14855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:41.978247+0000 mgr.y (mgr.24491) 16814 : cluster [DBG] pgmap v14855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:43.978614+0000 mgr.y (mgr.24491) 16815 : cluster [DBG] pgmap v14856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:43.978614+0000 mgr.y (mgr.24491) 16815 : cluster [DBG] pgmap v14856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:43.978614+0000 mgr.y (mgr.24491) 16815 : cluster [DBG] pgmap v14856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:45.979352+0000 mgr.y (mgr.24491) 16816 : cluster [DBG] pgmap v14857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:45.979352+0000 mgr.y (mgr.24491) 16816 : cluster [DBG] pgmap v14857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:45.979352+0000 mgr.y (mgr.24491) 16816 : cluster [DBG] pgmap v14857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:47:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:47.979783+0000 mgr.y (mgr.24491) 16817 : cluster [DBG] pgmap v14858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:49.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:47.979783+0000 mgr.y (mgr.24491) 16817 : cluster [DBG] pgmap v14858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:47.979783+0000 mgr.y (mgr.24491) 16817 : cluster [DBG] pgmap v14858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:49.980534+0000 mgr.y (mgr.24491) 16818 : cluster [DBG] pgmap v14859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:49.980534+0000 mgr.y (mgr.24491) 16818 : cluster [DBG] pgmap v14859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:49.980534+0000 mgr.y (mgr.24491) 16818 : cluster [DBG] pgmap v14859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:47:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:51.980906+0000 mgr.y (mgr.24491) 16819 : cluster [DBG] pgmap v14860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:51.980906+0000 mgr.y (mgr.24491) 16819 : cluster [DBG] pgmap v14860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:51.980906+0000 mgr.y (mgr.24491) 16819 : cluster [DBG] pgmap v14860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:53.981316+0000 mgr.y (mgr.24491) 16820 : cluster [DBG] pgmap v14861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:53.981316+0000 mgr.y (mgr.24491) 16820 : cluster [DBG] pgmap v14861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:55.482 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:47:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:53.981316+0000 mgr.y (mgr.24491) 16820 : cluster [DBG] pgmap v14861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 5m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 5m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 5m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 5m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 5m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 5m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 5m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 5m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 5m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 5m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:47:55.756 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 5m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:47:55.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 5m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:47:55.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 5m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:47:55.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 5m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:47:55.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 5m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:47:55.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 5m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:47:55.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 5m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:47:55.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 5m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:47:55.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 5m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:47:55.757 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 5m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:47:56.090 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:47:56.090 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:47:56.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:47:56.090 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:47:56.090 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:47:56.090 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:47:56.090 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:47:56.091 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:47:56.091 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:47:56.091 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:47:56.091 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:47:56.091 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:47:56.091 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:47:56.091 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:47:56.091 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:47:56.091 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:47:56.091 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:47:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:47:55.470894+0000 mgr.y (mgr.24491) 16821 : audit [DBG] from='client.32142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:47:56.090884+0000 mon.a (mon.0) 3553 : audit [DBG] from='client.? 172.21.15.177:0/4262364587' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:47:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:47:55.470894+0000 mgr.y (mgr.24491) 16821 : audit [DBG] from='client.32142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:47:56.090884+0000 mon.a (mon.0) 3553 : audit [DBG] from='client.? 172.21.15.177:0/4262364587' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:47:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:47:55.470894+0000 mgr.y (mgr.24491) 16821 : audit [DBG] from='client.32142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:47:56.090884+0000 mon.a (mon.0) 3553 : audit [DBG] from='client.? 172.21.15.177:0/4262364587' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:47:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:47:55.748752+0000 mgr.y (mgr.24491) 16822 : audit [DBG] from='client.42059 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:55.981948+0000 mgr.y (mgr.24491) 16823 : cluster [DBG] pgmap v14862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:47:55.748752+0000 mgr.y (mgr.24491) 16822 : audit [DBG] from='client.42059 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:55.981948+0000 mgr.y (mgr.24491) 16823 : cluster [DBG] pgmap v14862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:47:55.748752+0000 mgr.y (mgr.24491) 16822 : audit [DBG] from='client.42059 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:47:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:55.981948+0000 mgr.y (mgr.24491) 16823 : cluster [DBG] pgmap v14862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:47:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:47:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:57.982374+0000 mgr.y (mgr.24491) 16824 : cluster [DBG] pgmap v14863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:57.982374+0000 mgr.y (mgr.24491) 16824 : cluster [DBG] pgmap v14863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:47:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:47:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:57.982374+0000 mgr.y (mgr.24491) 16824 : cluster [DBG] pgmap v14863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:47:59.983133+0000 mgr.y (mgr.24491) 16825 : cluster [DBG] pgmap v14864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:47:59.983133+0000 mgr.y (mgr.24491) 16825 : cluster [DBG] pgmap v14864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:47:59.983133+0000 mgr.y (mgr.24491) 16825 : cluster [DBG] pgmap v14864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:48:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:01.983555+0000 mgr.y (mgr.24491) 16826 : cluster [DBG] pgmap v14865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:01.983555+0000 mgr.y (mgr.24491) 16826 : cluster [DBG] pgmap v14865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:01.983555+0000 mgr.y (mgr.24491) 16826 : cluster [DBG] pgmap v14865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:03.984000+0000 mgr.y (mgr.24491) 16827 : cluster [DBG] pgmap v14866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:03.984000+0000 mgr.y (mgr.24491) 16827 : cluster [DBG] pgmap v14866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:03.984000+0000 mgr.y (mgr.24491) 16827 : cluster [DBG] pgmap v14866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:05.984774+0000 mgr.y (mgr.24491) 16828 : cluster [DBG] pgmap v14867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:05.984774+0000 mgr.y (mgr.24491) 16828 : cluster [DBG] pgmap v14867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:05.984774+0000 mgr.y (mgr.24491) 16828 : cluster [DBG] pgmap v14867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:48:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:07.985186+0000 mgr.y (mgr.24491) 16829 : cluster [DBG] pgmap v14868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:07.985186+0000 mgr.y (mgr.24491) 16829 : cluster [DBG] pgmap v14868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:07.985186+0000 mgr.y (mgr.24491) 16829 : cluster [DBG] pgmap v14868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:09.985836+0000 mgr.y (mgr.24491) 16830 : cluster [DBG] pgmap v14869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:09.985836+0000 mgr.y (mgr.24491) 16830 : cluster [DBG] pgmap v14869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:09.985836+0000 mgr.y (mgr.24491) 16830 : cluster [DBG] pgmap v14869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:48:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:11.986393+0000 mgr.y (mgr.24491) 16831 : cluster [DBG] pgmap v14870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:11.986393+0000 mgr.y (mgr.24491) 16831 : cluster [DBG] pgmap v14870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:11.986393+0000 mgr.y (mgr.24491) 16831 : cluster [DBG] pgmap v14870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:13.986803+0000 mgr.y (mgr.24491) 16832 : cluster [DBG] pgmap v14871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:13.986803+0000 mgr.y (mgr.24491) 16832 : cluster [DBG] pgmap v14871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:13.986803+0000 mgr.y (mgr.24491) 16832 : cluster [DBG] pgmap v14871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:15.987457+0000 mgr.y (mgr.24491) 16833 : cluster [DBG] pgmap v14872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:15.987457+0000 mgr.y (mgr.24491) 16833 : cluster [DBG] pgmap v14872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:15.987457+0000 mgr.y (mgr.24491) 16833 : cluster [DBG] pgmap v14872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:48:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:17.987905+0000 mgr.y (mgr.24491) 16834 : cluster [DBG] pgmap v14873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:17.987905+0000 mgr.y (mgr.24491) 16834 : cluster [DBG] pgmap v14873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:19.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:17.987905+0000 mgr.y (mgr.24491) 16834 : cluster [DBG] pgmap v14873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:19.988798+0000 mgr.y (mgr.24491) 16835 : cluster [DBG] pgmap v14874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:48:20.558274+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:48:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:48:20.849152+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:48:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:48:20.849760+0000 mon.a (mon.0) 3556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:48:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:48:20.854162+0000 mon.a (mon.0) 3557 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:48:21.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:19.988798+0000 mgr.y (mgr.24491) 16835 : cluster [DBG] pgmap v14874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:21.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:48:20.558274+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:48:21.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:48:20.849152+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:48:21.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:48:20.849760+0000 mon.a (mon.0) 3556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:48:21.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:48:20.854162+0000 mon.a (mon.0) 3557 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:48:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:48:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:19.988798+0000 mgr.y (mgr.24491) 16835 : cluster [DBG] pgmap v14874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:48:20.558274+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:48:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:48:20.849152+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:48:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:48:20.849760+0000 mon.a (mon.0) 3556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:48:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:48:20.854162+0000 mon.a (mon.0) 3557 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:48:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:21.989310+0000 mgr.y (mgr.24491) 16836 : cluster [DBG] pgmap v14875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:21.989310+0000 mgr.y (mgr.24491) 16836 : cluster [DBG] pgmap v14875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:23.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:21.989310+0000 mgr.y (mgr.24491) 16836 : cluster [DBG] pgmap v14875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:23.989729+0000 mgr.y (mgr.24491) 16837 : cluster [DBG] pgmap v14876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:23.989729+0000 mgr.y (mgr.24491) 16837 : cluster [DBG] pgmap v14876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:25.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:23.989729+0000 mgr.y (mgr.24491) 16837 : cluster [DBG] pgmap v14876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:26.404 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:48:26.676 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:48:26.676 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:48:26.676 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:48:26.676 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:48:26.676 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:48:26.676 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 6m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:48:26.676 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 6m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 6m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 6m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 6m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:48:26.677 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:48:27.009 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:48:27.009 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:48:27.009 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:48:27.009 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:48:27.009 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:48:27.009 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:48:27.009 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:48:27.009 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:48:27.009 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:48:27.009 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:48:27.009 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:48:27.010 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:48:27.010 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:48:27.010 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:48:27.010 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:48:27.010 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:48:27.010 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:48:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:25.990465+0000 mgr.y (mgr.24491) 16838 : cluster [DBG] pgmap v14877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:48:26.393009+0000 mgr.y (mgr.24491) 16839 : audit [DBG] from='client.42071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:48:26.669452+0000 mgr.y (mgr.24491) 16840 : audit [DBG] from='client.42077 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:48:27.009722+0000 mon.c (mon.2) 524 : audit [DBG] from='client.? 172.21.15.177:0/651446850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:48:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:25.990465+0000 mgr.y (mgr.24491) 16838 : cluster [DBG] pgmap v14877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:48:26.393009+0000 mgr.y (mgr.24491) 16839 : audit [DBG] from='client.42071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:27.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:48:26.669452+0000 mgr.y (mgr.24491) 16840 : audit [DBG] from='client.42077 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:27.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:48:27.009722+0000 mon.c (mon.2) 524 : audit [DBG] from='client.? 172.21.15.177:0/651446850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:48:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:25.990465+0000 mgr.y (mgr.24491) 16838 : cluster [DBG] pgmap v14877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:48:26.393009+0000 mgr.y (mgr.24491) 16839 : audit [DBG] from='client.42071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:48:26.669452+0000 mgr.y (mgr.24491) 16840 : audit [DBG] from='client.42077 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:27.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:48:27.009722+0000 mon.c (mon.2) 524 : audit [DBG] from='client.? 172.21.15.177:0/651446850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:48:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:48:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:27.990890+0000 mgr.y (mgr.24491) 16841 : cluster [DBG] pgmap v14878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:27.990890+0000 mgr.y (mgr.24491) 16841 : cluster [DBG] pgmap v14878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:27.990890+0000 mgr.y (mgr.24491) 16841 : cluster [DBG] pgmap v14878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:29.991471+0000 mgr.y (mgr.24491) 16842 : cluster [DBG] pgmap v14879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:48:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:29.991471+0000 mgr.y (mgr.24491) 16842 : cluster [DBG] pgmap v14879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:29.991471+0000 mgr.y (mgr.24491) 16842 : cluster [DBG] pgmap v14879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:31.991926+0000 mgr.y (mgr.24491) 16843 : cluster [DBG] pgmap v14880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:31.991926+0000 mgr.y (mgr.24491) 16843 : cluster [DBG] pgmap v14880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:31.991926+0000 mgr.y (mgr.24491) 16843 : cluster [DBG] pgmap v14880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:33.992446+0000 mgr.y (mgr.24491) 16844 : cluster [DBG] pgmap v14881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:33.992446+0000 mgr.y (mgr.24491) 16844 : cluster [DBG] pgmap v14881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:35.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:33.992446+0000 mgr.y (mgr.24491) 16844 : cluster [DBG] pgmap v14881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:35.993104+0000 mgr.y (mgr.24491) 16845 : cluster [DBG] pgmap v14882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:35.993104+0000 mgr.y (mgr.24491) 16845 : cluster [DBG] pgmap v14882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:35.993104+0000 mgr.y (mgr.24491) 16845 : cluster [DBG] pgmap v14882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:48:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:37.993567+0000 mgr.y (mgr.24491) 16846 : cluster [DBG] pgmap v14883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:37.993567+0000 mgr.y (mgr.24491) 16846 : cluster [DBG] pgmap v14883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:37.993567+0000 mgr.y (mgr.24491) 16846 : cluster [DBG] pgmap v14883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:39.994225+0000 mgr.y (mgr.24491) 16847 : cluster [DBG] pgmap v14884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:48:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:39.994225+0000 mgr.y (mgr.24491) 16847 : cluster [DBG] pgmap v14884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:39.994225+0000 mgr.y (mgr.24491) 16847 : cluster [DBG] pgmap v14884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:41.994662+0000 mgr.y (mgr.24491) 16848 : cluster [DBG] pgmap v14885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:41.994662+0000 mgr.y (mgr.24491) 16848 : cluster [DBG] pgmap v14885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:41.994662+0000 mgr.y (mgr.24491) 16848 : cluster [DBG] pgmap v14885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:43.995288+0000 mgr.y (mgr.24491) 16849 : cluster [DBG] pgmap v14886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:43.995288+0000 mgr.y (mgr.24491) 16849 : cluster [DBG] pgmap v14886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:43.995288+0000 mgr.y (mgr.24491) 16849 : cluster [DBG] pgmap v14886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:45.996102+0000 mgr.y (mgr.24491) 16850 : cluster [DBG] pgmap v14887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:45.996102+0000 mgr.y (mgr.24491) 16850 : cluster [DBG] pgmap v14887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:45.996102+0000 mgr.y (mgr.24491) 16850 : cluster [DBG] pgmap v14887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:48:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:47.996460+0000 mgr.y (mgr.24491) 16851 : cluster [DBG] pgmap v14888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:47.996460+0000 mgr.y (mgr.24491) 16851 : cluster [DBG] pgmap v14888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:47.996460+0000 mgr.y (mgr.24491) 16851 : cluster [DBG] pgmap v14888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:49.997283+0000 mgr.y (mgr.24491) 16852 : cluster [DBG] pgmap v14889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:48:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:49.997283+0000 mgr.y (mgr.24491) 16852 : cluster [DBG] pgmap v14889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:49.997283+0000 mgr.y (mgr.24491) 16852 : cluster [DBG] pgmap v14889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:51.997697+0000 mgr.y (mgr.24491) 16853 : cluster [DBG] pgmap v14890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:51.997697+0000 mgr.y (mgr.24491) 16853 : cluster [DBG] pgmap v14890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:51.997697+0000 mgr.y (mgr.24491) 16853 : cluster [DBG] pgmap v14890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:53.998193+0000 mgr.y (mgr.24491) 16854 : cluster [DBG] pgmap v14891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:53.998193+0000 mgr.y (mgr.24491) 16854 : cluster [DBG] pgmap v14891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:53.998193+0000 mgr.y (mgr.24491) 16854 : cluster [DBG] pgmap v14891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:57.320 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:48:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:55.998954+0000 mgr.y (mgr.24491) 16855 : cluster [DBG] pgmap v14892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:57.596 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:48:57.596 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:48:57.596 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:48:57.596 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:48:57.596 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:48:57.596 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 6m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:48:57.596 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:48:57.596 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 6m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 6m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 6m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 6m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:48:57.597 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:48:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:55.998954+0000 mgr.y (mgr.24491) 16855 : cluster [DBG] pgmap v14892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:55.998954+0000 mgr.y (mgr.24491) 16855 : cluster [DBG] pgmap v14892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:57.928 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:48:57.929 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:48:57.930 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:48:57.930 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:48:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:48:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:48:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:48:57.309362+0000 mgr.y (mgr.24491) 16856 : audit [DBG] from='client.42089 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:48:57.589012+0000 mgr.y (mgr.24491) 16857 : audit [DBG] from='client.32184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:48:57.929417+0000 mon.a (mon.0) 3558 : audit [DBG] from='client.? 172.21.15.177:0/1250228962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:48:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:48:57.309362+0000 mgr.y (mgr.24491) 16856 : audit [DBG] from='client.42089 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:48:57.589012+0000 mgr.y (mgr.24491) 16857 : audit [DBG] from='client.32184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:48:57.929417+0000 mon.a (mon.0) 3558 : audit [DBG] from='client.? 172.21.15.177:0/1250228962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:48:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:48:57.309362+0000 mgr.y (mgr.24491) 16856 : audit [DBG] from='client.42089 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:58.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:48:57.589012+0000 mgr.y (mgr.24491) 16857 : audit [DBG] from='client.32184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:48:58.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:48:57.929417+0000 mon.a (mon.0) 3558 : audit [DBG] from='client.? 172.21.15.177:0/1250228962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:48:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:48:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:48:57.999334+0000 mgr.y (mgr.24491) 16858 : cluster [DBG] pgmap v14893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:48:57.999334+0000 mgr.y (mgr.24491) 16858 : cluster [DBG] pgmap v14893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:48:59.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:48:57.999334+0000 mgr.y (mgr.24491) 16858 : cluster [DBG] pgmap v14893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:00.000015+0000 mgr.y (mgr.24491) 16859 : cluster [DBG] pgmap v14894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:49:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:00.000015+0000 mgr.y (mgr.24491) 16859 : cluster [DBG] pgmap v14894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:00.000015+0000 mgr.y (mgr.24491) 16859 : cluster [DBG] pgmap v14894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:02.000460+0000 mgr.y (mgr.24491) 16860 : cluster [DBG] pgmap v14895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:02.000460+0000 mgr.y (mgr.24491) 16860 : cluster [DBG] pgmap v14895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:02.000460+0000 mgr.y (mgr.24491) 16860 : cluster [DBG] pgmap v14895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:04.000907+0000 mgr.y (mgr.24491) 16861 : cluster [DBG] pgmap v14896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:04.000907+0000 mgr.y (mgr.24491) 16861 : cluster [DBG] pgmap v14896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:04.000907+0000 mgr.y (mgr.24491) 16861 : cluster [DBG] pgmap v14896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:06.001730+0000 mgr.y (mgr.24491) 16862 : cluster [DBG] pgmap v14897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:06.001730+0000 mgr.y (mgr.24491) 16862 : cluster [DBG] pgmap v14897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:06.001730+0000 mgr.y (mgr.24491) 16862 : cluster [DBG] pgmap v14897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:49:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:08.002273+0000 mgr.y (mgr.24491) 16863 : cluster [DBG] pgmap v14898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:08.002273+0000 mgr.y (mgr.24491) 16863 : cluster [DBG] pgmap v14898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:08.002273+0000 mgr.y (mgr.24491) 16863 : cluster [DBG] pgmap v14898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:11.330 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:49:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:10.002873+0000 mgr.y (mgr.24491) 16864 : cluster [DBG] pgmap v14899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:10.002873+0000 mgr.y (mgr.24491) 16864 : cluster [DBG] pgmap v14899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:10.002873+0000 mgr.y (mgr.24491) 16864 : cluster [DBG] pgmap v14899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:12.003457+0000 mgr.y (mgr.24491) 16865 : cluster [DBG] pgmap v14900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:12.003457+0000 mgr.y (mgr.24491) 16865 : cluster [DBG] pgmap v14900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:12.003457+0000 mgr.y (mgr.24491) 16865 : cluster [DBG] pgmap v14900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:14.004076+0000 mgr.y (mgr.24491) 16866 : cluster [DBG] pgmap v14901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:14.004076+0000 mgr.y (mgr.24491) 16866 : cluster [DBG] pgmap v14901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:14.004076+0000 mgr.y (mgr.24491) 16866 : cluster [DBG] pgmap v14901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:16.004897+0000 mgr.y (mgr.24491) 16867 : cluster [DBG] pgmap v14902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:16.004897+0000 mgr.y (mgr.24491) 16867 : cluster [DBG] pgmap v14902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:16.004897+0000 mgr.y (mgr.24491) 16867 : cluster [DBG] pgmap v14902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:49:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:18.005384+0000 mgr.y (mgr.24491) 16868 : cluster [DBG] pgmap v14903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:19.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:18.005384+0000 mgr.y (mgr.24491) 16868 : cluster [DBG] pgmap v14903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:18.005384+0000 mgr.y (mgr.24491) 16868 : cluster [DBG] pgmap v14903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:21.355 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:49:21.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:20.006112+0000 mgr.y (mgr.24491) 16869 : cluster [DBG] pgmap v14904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:21.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:49:20.858277+0000 mon.a (mon.0) 3559 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:49:21.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:49:21.150320+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:49:21.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:49:21.150913+0000 mon.a (mon.0) 3561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:49:21.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:49:21.155081+0000 mon.a (mon.0) 3562 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:49:21.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:20.006112+0000 mgr.y (mgr.24491) 16869 : cluster [DBG] pgmap v14904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:21.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:49:20.858277+0000 mon.a (mon.0) 3559 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:49:21.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:49:21.150320+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:49:21.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:49:21.150913+0000 mon.a (mon.0) 3561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:49:21.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:49:21.155081+0000 mon.a (mon.0) 3562 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:49:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:20.006112+0000 mgr.y (mgr.24491) 16869 : cluster [DBG] pgmap v14904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:49:20.858277+0000 mon.a (mon.0) 3559 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:49:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:49:21.150320+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:49:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:49:21.150913+0000 mon.a (mon.0) 3561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:49:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:49:21.155081+0000 mon.a (mon.0) 3562 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:49:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:22.006571+0000 mgr.y (mgr.24491) 16870 : cluster [DBG] pgmap v14905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:23.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:22.006571+0000 mgr.y (mgr.24491) 16870 : cluster [DBG] pgmap v14905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:23.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:22.006571+0000 mgr.y (mgr.24491) 16870 : cluster [DBG] pgmap v14905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:24.007172+0000 mgr.y (mgr.24491) 16871 : cluster [DBG] pgmap v14906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:24.007172+0000 mgr.y (mgr.24491) 16871 : cluster [DBG] pgmap v14906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:24.007172+0000 mgr.y (mgr.24491) 16871 : cluster [DBG] pgmap v14906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:26.008043+0000 mgr.y (mgr.24491) 16872 : cluster [DBG] pgmap v14907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:26.008043+0000 mgr.y (mgr.24491) 16872 : cluster [DBG] pgmap v14907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:26.008043+0000 mgr.y (mgr.24491) 16872 : cluster [DBG] pgmap v14907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:49:28.241 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:49:28.519 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:49:28.519 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:49:28.519 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:49:28.519 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 7m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:49:28.520 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:49:28.521 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:49:28.521 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:49:28.521 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:49:28.521 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:49:28.854 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:49:28.854 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:49:28.854 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:49:28.854 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:49:28.854 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:49:28.854 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:49:28.855 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:49:28.855 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:49:28.855 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:49:28.855 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:49:28.855 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:49:28.855 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:49:28.855 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:49:28.855 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:49:28.855 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:49:28.855 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:49:28.855 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:49:29.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:28.008474+0000 mgr.y (mgr.24491) 16873 : cluster [DBG] pgmap v14908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:29.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:49:28.229806+0000 mgr.y (mgr.24491) 16874 : audit [DBG] from='client.32196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:49:29.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:49:28.512240+0000 mgr.y (mgr.24491) 16875 : audit [DBG] from='client.42113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:49:29.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:49:28.854569+0000 mon.a (mon.0) 3563 : audit [DBG] from='client.? 172.21.15.177:0/2217879494' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:49:29.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:28.008474+0000 mgr.y (mgr.24491) 16873 : cluster [DBG] pgmap v14908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:29.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:49:28.229806+0000 mgr.y (mgr.24491) 16874 : audit [DBG] from='client.32196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:49:29.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:49:28.512240+0000 mgr.y (mgr.24491) 16875 : audit [DBG] from='client.42113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:49:29.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:49:28.854569+0000 mon.a (mon.0) 3563 : audit [DBG] from='client.? 172.21.15.177:0/2217879494' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:49:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:28.008474+0000 mgr.y (mgr.24491) 16873 : cluster [DBG] pgmap v14908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:49:28.229806+0000 mgr.y (mgr.24491) 16874 : audit [DBG] from='client.32196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:49:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:49:28.512240+0000 mgr.y (mgr.24491) 16875 : audit [DBG] from='client.42113 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:49:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:49:28.854569+0000 mon.a (mon.0) 3563 : audit [DBG] from='client.? 172.21.15.177:0/2217879494' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:49:31.372 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:49:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:30.009132+0000 mgr.y (mgr.24491) 16876 : cluster [DBG] pgmap v14909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:30.009132+0000 mgr.y (mgr.24491) 16876 : cluster [DBG] pgmap v14909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:30.009132+0000 mgr.y (mgr.24491) 16876 : cluster [DBG] pgmap v14909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:32.009762+0000 mgr.y (mgr.24491) 16877 : cluster [DBG] pgmap v14910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:32.009762+0000 mgr.y (mgr.24491) 16877 : cluster [DBG] pgmap v14910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:32.009762+0000 mgr.y (mgr.24491) 16877 : cluster [DBG] pgmap v14910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:34.010334+0000 mgr.y (mgr.24491) 16878 : cluster [DBG] pgmap v14911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:34.010334+0000 mgr.y (mgr.24491) 16878 : cluster [DBG] pgmap v14911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:34.010334+0000 mgr.y (mgr.24491) 16878 : cluster [DBG] pgmap v14911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:36.010999+0000 mgr.y (mgr.24491) 16879 : cluster [DBG] pgmap v14912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:36.010999+0000 mgr.y (mgr.24491) 16879 : cluster [DBG] pgmap v14912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:36.010999+0000 mgr.y (mgr.24491) 16879 : cluster [DBG] pgmap v14912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:49:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:38.011458+0000 mgr.y (mgr.24491) 16880 : cluster [DBG] pgmap v14913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:38.011458+0000 mgr.y (mgr.24491) 16880 : cluster [DBG] pgmap v14913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:38.011458+0000 mgr.y (mgr.24491) 16880 : cluster [DBG] pgmap v14913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:41.386 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:49:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:40.012455+0000 mgr.y (mgr.24491) 16881 : cluster [DBG] pgmap v14914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:40.012455+0000 mgr.y (mgr.24491) 16881 : cluster [DBG] pgmap v14914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:40.012455+0000 mgr.y (mgr.24491) 16881 : cluster [DBG] pgmap v14914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:42.012877+0000 mgr.y (mgr.24491) 16882 : cluster [DBG] pgmap v14915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:42.012877+0000 mgr.y (mgr.24491) 16882 : cluster [DBG] pgmap v14915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:42.012877+0000 mgr.y (mgr.24491) 16882 : cluster [DBG] pgmap v14915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:44.013406+0000 mgr.y (mgr.24491) 16883 : cluster [DBG] pgmap v14916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:44.013406+0000 mgr.y (mgr.24491) 16883 : cluster [DBG] pgmap v14916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:44.013406+0000 mgr.y (mgr.24491) 16883 : cluster [DBG] pgmap v14916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:46.014107+0000 mgr.y (mgr.24491) 16884 : cluster [DBG] pgmap v14917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:46.014107+0000 mgr.y (mgr.24491) 16884 : cluster [DBG] pgmap v14917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:46.014107+0000 mgr.y (mgr.24491) 16884 : cluster [DBG] pgmap v14917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:47] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T11:49:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:48.014525+0000 mgr.y (mgr.24491) 16885 : cluster [DBG] pgmap v14918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:48.014525+0000 mgr.y (mgr.24491) 16885 : cluster [DBG] pgmap v14918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:48.014525+0000 mgr.y (mgr.24491) 16885 : cluster [DBG] pgmap v14918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:51.404 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:49:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:50.015218+0000 mgr.y (mgr.24491) 16886 : cluster [DBG] pgmap v14919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:50.015218+0000 mgr.y (mgr.24491) 16886 : cluster [DBG] pgmap v14919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:50.015218+0000 mgr.y (mgr.24491) 16886 : cluster [DBG] pgmap v14919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:52.015570+0000 mgr.y (mgr.24491) 16887 : cluster [DBG] pgmap v14920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:52.015570+0000 mgr.y (mgr.24491) 16887 : cluster [DBG] pgmap v14920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:52.015570+0000 mgr.y (mgr.24491) 16887 : cluster [DBG] pgmap v14920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:54.015996+0000 mgr.y (mgr.24491) 16888 : cluster [DBG] pgmap v14921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:54.015996+0000 mgr.y (mgr.24491) 16888 : cluster [DBG] pgmap v14921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:54.015996+0000 mgr.y (mgr.24491) 16888 : cluster [DBG] pgmap v14921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:56.016612+0000 mgr.y (mgr.24491) 16889 : cluster [DBG] pgmap v14922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:57.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:56.016612+0000 mgr.y (mgr.24491) 16889 : cluster [DBG] pgmap v14922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:56.016612+0000 mgr.y (mgr.24491) 16889 : cluster [DBG] pgmap v14922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:49:57] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T11:49:59.166 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:49:59.445 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:49:59.446 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:49:59.446 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:49:59.446 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 7m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:49:59.446 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:49:59.446 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:49:59.446 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:49:59.446 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:49:59.446 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:49:59.446 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:49:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:49:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:49:58.017066+0000 mgr.y (mgr.24491) 16890 : cluster [DBG] pgmap v14923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:59.778 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:49:59.778 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:49:59.778 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:49:59.778 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:49:59.778 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:49:59.779 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:49:59.779 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:49:59.779 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:49:59.779 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:49:59.779 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:49:59.779 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:49:59.779 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:49:59.779 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:49:59.780 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:49:59.780 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:49:59.780 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:49:59.780 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:49:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:49:58.017066+0000 mgr.y (mgr.24491) 16890 : cluster [DBG] pgmap v14923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:49:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:49:58.017066+0000 mgr.y (mgr.24491) 16890 : cluster [DBG] pgmap v14923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T11:49:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:50:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:49:59.154720+0000 mgr.y (mgr.24491) 16891 : audit [DBG] from='client.32214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:49:59.437880+0000 mgr.y (mgr.24491) 16892 : audit [DBG] from='client.42131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:49:59.778576+0000 mon.a (mon.0) 3564 : audit [DBG] from='client.? 172.21.15.177:0/1839366180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:50:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:00.000106+0000 mon.a (mon.0) 3565 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:50:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:49:59.154720+0000 mgr.y (mgr.24491) 16891 : audit [DBG] from='client.32214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:49:59.437880+0000 mgr.y (mgr.24491) 16892 : audit [DBG] from='client.42131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:49:59.778576+0000 mon.a (mon.0) 3564 : audit [DBG] from='client.? 172.21.15.177:0/1839366180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:50:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:00.000106+0000 mon.a (mon.0) 3565 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:50:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:49:59.154720+0000 mgr.y (mgr.24491) 16891 : audit [DBG] from='client.32214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:00.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:49:59.437880+0000 mgr.y (mgr.24491) 16892 : audit [DBG] from='client.42131 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:00.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:49:59.778576+0000 mon.a (mon.0) 3564 : audit [DBG] from='client.? 172.21.15.177:0/1839366180' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:50:00.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:00.000106+0000 mon.a (mon.0) 3565 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T11:50:01.421 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:50:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:00.017631+0000 mgr.y (mgr.24491) 16893 : cluster [DBG] pgmap v14924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:00.017631+0000 mgr.y (mgr.24491) 16893 : cluster [DBG] pgmap v14924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:00.017631+0000 mgr.y (mgr.24491) 16893 : cluster [DBG] pgmap v14924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:02.018103+0000 mgr.y (mgr.24491) 16894 : cluster [DBG] pgmap v14925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:02.018103+0000 mgr.y (mgr.24491) 16894 : cluster [DBG] pgmap v14925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:02.018103+0000 mgr.y (mgr.24491) 16894 : cluster [DBG] pgmap v14925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:04.018501+0000 mgr.y (mgr.24491) 16895 : cluster [DBG] pgmap v14926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:04.018501+0000 mgr.y (mgr.24491) 16895 : cluster [DBG] pgmap v14926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:04.018501+0000 mgr.y (mgr.24491) 16895 : cluster [DBG] pgmap v14926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:06.019170+0000 mgr.y (mgr.24491) 16896 : cluster [DBG] pgmap v14927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:06.019170+0000 mgr.y (mgr.24491) 16896 : cluster [DBG] pgmap v14927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:06.019170+0000 mgr.y (mgr.24491) 16896 : cluster [DBG] pgmap v14927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:50:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:08.019543+0000 mgr.y (mgr.24491) 16897 : cluster [DBG] pgmap v14928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:08.019543+0000 mgr.y (mgr.24491) 16897 : cluster [DBG] pgmap v14928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:08.019543+0000 mgr.y (mgr.24491) 16897 : cluster [DBG] pgmap v14928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:11.437 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:50:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:10.020273+0000 mgr.y (mgr.24491) 16898 : cluster [DBG] pgmap v14929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:10.020273+0000 mgr.y (mgr.24491) 16898 : cluster [DBG] pgmap v14929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:11.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:10.020273+0000 mgr.y (mgr.24491) 16898 : cluster [DBG] pgmap v14929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:12.020681+0000 mgr.y (mgr.24491) 16899 : cluster [DBG] pgmap v14930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:12.020681+0000 mgr.y (mgr.24491) 16899 : cluster [DBG] pgmap v14930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:12.020681+0000 mgr.y (mgr.24491) 16899 : cluster [DBG] pgmap v14930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:14.021254+0000 mgr.y (mgr.24491) 16900 : cluster [DBG] pgmap v14931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:14.021254+0000 mgr.y (mgr.24491) 16900 : cluster [DBG] pgmap v14931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:14.021254+0000 mgr.y (mgr.24491) 16900 : cluster [DBG] pgmap v14931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:16.022072+0000 mgr.y (mgr.24491) 16901 : cluster [DBG] pgmap v14932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:17.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:16.022072+0000 mgr.y (mgr.24491) 16901 : cluster [DBG] pgmap v14932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:16.022072+0000 mgr.y (mgr.24491) 16901 : cluster [DBG] pgmap v14932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:17] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T11:50:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:18.022495+0000 mgr.y (mgr.24491) 16902 : cluster [DBG] pgmap v14933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:18.022495+0000 mgr.y (mgr.24491) 16902 : cluster [DBG] pgmap v14933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:18.022495+0000 mgr.y (mgr.24491) 16902 : cluster [DBG] pgmap v14933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:21.453 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:50:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:20.023164+0000 mgr.y (mgr.24491) 16903 : cluster [DBG] pgmap v14934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:50:21.159308+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:50:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:20.023164+0000 mgr.y (mgr.24491) 16903 : cluster [DBG] pgmap v14934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:50:21.159308+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:50:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:20.023164+0000 mgr.y (mgr.24491) 16903 : cluster [DBG] pgmap v14934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:50:21.159308+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:50:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:50:21.452860+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:50:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:50:21.453491+0000 mon.a (mon.0) 3568 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:50:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:50:21.459571+0000 mon.a (mon.0) 3569 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:50:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:50:21.452860+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:50:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:50:21.453491+0000 mon.a (mon.0) 3568 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:50:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:50:21.459571+0000 mon.a (mon.0) 3569 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:50:22.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:50:21.452860+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:50:22.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:50:21.453491+0000 mon.a (mon.0) 3568 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:50:22.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:50:21.459571+0000 mon.a (mon.0) 3569 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:50:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:22.023573+0000 mgr.y (mgr.24491) 16904 : cluster [DBG] pgmap v14935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:22.023573+0000 mgr.y (mgr.24491) 16904 : cluster [DBG] pgmap v14935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:22.023573+0000 mgr.y (mgr.24491) 16904 : cluster [DBG] pgmap v14935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:24.024085+0000 mgr.y (mgr.24491) 16905 : cluster [DBG] pgmap v14936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:24.024085+0000 mgr.y (mgr.24491) 16905 : cluster [DBG] pgmap v14936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:24.024085+0000 mgr.y (mgr.24491) 16905 : cluster [DBG] pgmap v14936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:26.024795+0000 mgr.y (mgr.24491) 16906 : cluster [DBG] pgmap v14937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:27.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:26.024795+0000 mgr.y (mgr.24491) 16906 : cluster [DBG] pgmap v14937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:26.024795+0000 mgr.y (mgr.24491) 16906 : cluster [DBG] pgmap v14937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:27] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T11:50:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:28.025386+0000 mgr.y (mgr.24491) 16907 : cluster [DBG] pgmap v14938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:28.025386+0000 mgr.y (mgr.24491) 16907 : cluster [DBG] pgmap v14938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:28.025386+0000 mgr.y (mgr.24491) 16907 : cluster [DBG] pgmap v14938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:30.089 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:50:30.363 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:50:30.363 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:50:30.363 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:50:30.363 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:50:30.363 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:50:30.363 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 8m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:50:30.364 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:50:30.365 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:50:30.695 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:50:30.696 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:50:30.697 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:50:30.697 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:50:31.473 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:50:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:30.026001+0000 mgr.y (mgr.24491) 16908 : cluster [DBG] pgmap v14939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:50:30.077398+0000 mgr.y (mgr.24491) 16909 : audit [DBG] from='client.32232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:50:30.356366+0000 mgr.y (mgr.24491) 16910 : audit [DBG] from='client.42149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:50:30.696209+0000 mon.c (mon.2) 525 : audit [DBG] from='client.? 172.21.15.177:0/1535841405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:50:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:30.026001+0000 mgr.y (mgr.24491) 16908 : cluster [DBG] pgmap v14939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:50:30.077398+0000 mgr.y (mgr.24491) 16909 : audit [DBG] from='client.32232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:31.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:50:30.356366+0000 mgr.y (mgr.24491) 16910 : audit [DBG] from='client.42149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:31.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:50:30.696209+0000 mon.c (mon.2) 525 : audit [DBG] from='client.? 172.21.15.177:0/1535841405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:50:31.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:30.026001+0000 mgr.y (mgr.24491) 16908 : cluster [DBG] pgmap v14939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:31.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:50:30.077398+0000 mgr.y (mgr.24491) 16909 : audit [DBG] from='client.32232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:31.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:50:30.356366+0000 mgr.y (mgr.24491) 16910 : audit [DBG] from='client.42149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:50:31.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:50:30.696209+0000 mon.c (mon.2) 525 : audit [DBG] from='client.? 172.21.15.177:0/1535841405' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:50:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:32.026574+0000 mgr.y (mgr.24491) 16911 : cluster [DBG] pgmap v14940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:32.026574+0000 mgr.y (mgr.24491) 16911 : cluster [DBG] pgmap v14940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:32.026574+0000 mgr.y (mgr.24491) 16911 : cluster [DBG] pgmap v14940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:34.027167+0000 mgr.y (mgr.24491) 16912 : cluster [DBG] pgmap v14941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:34.027167+0000 mgr.y (mgr.24491) 16912 : cluster [DBG] pgmap v14941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:34.027167+0000 mgr.y (mgr.24491) 16912 : cluster [DBG] pgmap v14941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:36.027974+0000 mgr.y (mgr.24491) 16913 : cluster [DBG] pgmap v14942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:50:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:36.027974+0000 mgr.y (mgr.24491) 16913 : cluster [DBG] pgmap v14942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:36.027974+0000 mgr.y (mgr.24491) 16913 : cluster [DBG] pgmap v14942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:38.028415+0000 mgr.y (mgr.24491) 16914 : cluster [DBG] pgmap v14943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:38.028415+0000 mgr.y (mgr.24491) 16914 : cluster [DBG] pgmap v14943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:38.028415+0000 mgr.y (mgr.24491) 16914 : cluster [DBG] pgmap v14943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:41.488 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:50:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:40.029292+0000 mgr.y (mgr.24491) 16915 : cluster [DBG] pgmap v14944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:40.029292+0000 mgr.y (mgr.24491) 16915 : cluster [DBG] pgmap v14944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:40.029292+0000 mgr.y (mgr.24491) 16915 : cluster [DBG] pgmap v14944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:42.029907+0000 mgr.y (mgr.24491) 16916 : cluster [DBG] pgmap v14945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:42.029907+0000 mgr.y (mgr.24491) 16916 : cluster [DBG] pgmap v14945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:42.029907+0000 mgr.y (mgr.24491) 16916 : cluster [DBG] pgmap v14945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:44.030345+0000 mgr.y (mgr.24491) 16917 : cluster [DBG] pgmap v14946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:44.030345+0000 mgr.y (mgr.24491) 16917 : cluster [DBG] pgmap v14946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:44.030345+0000 mgr.y (mgr.24491) 16917 : cluster [DBG] pgmap v14946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:46.031066+0000 mgr.y (mgr.24491) 16918 : cluster [DBG] pgmap v14947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:50:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:46.031066+0000 mgr.y (mgr.24491) 16918 : cluster [DBG] pgmap v14947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:46.031066+0000 mgr.y (mgr.24491) 16918 : cluster [DBG] pgmap v14947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:48.031537+0000 mgr.y (mgr.24491) 16919 : cluster [DBG] pgmap v14948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:48.031537+0000 mgr.y (mgr.24491) 16919 : cluster [DBG] pgmap v14948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:48.031537+0000 mgr.y (mgr.24491) 16919 : cluster [DBG] pgmap v14948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:50:51.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:50.032237+0000 mgr.y (mgr.24491) 16920 : cluster [DBG] pgmap v14949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:51.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:50.032237+0000 mgr.y (mgr.24491) 16920 : cluster [DBG] pgmap v14949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:50.032237+0000 mgr.y (mgr.24491) 16920 : cluster [DBG] pgmap v14949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:52.032775+0000 mgr.y (mgr.24491) 16921 : cluster [DBG] pgmap v14950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:52.032775+0000 mgr.y (mgr.24491) 16921 : cluster [DBG] pgmap v14950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:52.032775+0000 mgr.y (mgr.24491) 16921 : cluster [DBG] pgmap v14950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:54.033231+0000 mgr.y (mgr.24491) 16922 : cluster [DBG] pgmap v14951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:54.033231+0000 mgr.y (mgr.24491) 16922 : cluster [DBG] pgmap v14951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:54.033231+0000 mgr.y (mgr.24491) 16922 : cluster [DBG] pgmap v14951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:50:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:50:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:56.034089+0000 mgr.y (mgr.24491) 16923 : cluster [DBG] pgmap v14952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:56.034089+0000 mgr.y (mgr.24491) 16923 : cluster [DBG] pgmap v14952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:56.034089+0000 mgr.y (mgr.24491) 16923 : cluster [DBG] pgmap v14952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:50:58.034639+0000 mgr.y (mgr.24491) 16924 : cluster [DBG] pgmap v14953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:50:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:50:58.034639+0000 mgr.y (mgr.24491) 16924 : cluster [DBG] pgmap v14953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:50:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:50:58.034639+0000 mgr.y (mgr.24491) 16924 : cluster [DBG] pgmap v14953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:01.004 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:51:01.277 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:51:01.277 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:51:01.277 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:51:01.277 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:51:01.277 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:51:01.277 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:51:01.277 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:51:01.277 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:51:01.277 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:51:01.277 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:51:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:51:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:51:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:51:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:51:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:51:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:51:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:51:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 8m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:51:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:51:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:51:01.278 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:51:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:51:01.610 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:51:01.610 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:51:01.610 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:51:01.610 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:51:01.610 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:51:01.610 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:51:01.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:51:01.611 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:51:01.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:51:01.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:51:01.611 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:51:01.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:51:01.611 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:51:01.611 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:51:01.611 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:51:01.611 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:51:01.611 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:51:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:00.035481+0000 mgr.y (mgr.24491) 16925 : cluster [DBG] pgmap v14954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:00.035481+0000 mgr.y (mgr.24491) 16925 : cluster [DBG] pgmap v14954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:00.035481+0000 mgr.y (mgr.24491) 16925 : cluster [DBG] pgmap v14954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:51:00.993370+0000 mgr.y (mgr.24491) 16926 : audit [DBG] from='client.32250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:51:01.269675+0000 mgr.y (mgr.24491) 16927 : audit [DBG] from='client.32256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:51:01.610765+0000 mon.c (mon.2) 526 : audit [DBG] from='client.? 172.21.15.177:0/2980896684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:51:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:51:00.993370+0000 mgr.y (mgr.24491) 16926 : audit [DBG] from='client.32250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:02.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:51:01.269675+0000 mgr.y (mgr.24491) 16927 : audit [DBG] from='client.32256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:02.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:51:01.610765+0000 mon.c (mon.2) 526 : audit [DBG] from='client.? 172.21.15.177:0/2980896684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:51:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:51:00.993370+0000 mgr.y (mgr.24491) 16926 : audit [DBG] from='client.32250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:51:01.269675+0000 mgr.y (mgr.24491) 16927 : audit [DBG] from='client.32256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:51:01.610765+0000 mon.c (mon.2) 526 : audit [DBG] from='client.? 172.21.15.177:0/2980896684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:51:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:02.035844+0000 mgr.y (mgr.24491) 16928 : cluster [DBG] pgmap v14955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:02.035844+0000 mgr.y (mgr.24491) 16928 : cluster [DBG] pgmap v14955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:02.035844+0000 mgr.y (mgr.24491) 16928 : cluster [DBG] pgmap v14955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:04.036432+0000 mgr.y (mgr.24491) 16929 : cluster [DBG] pgmap v14956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:04.036432+0000 mgr.y (mgr.24491) 16929 : cluster [DBG] pgmap v14956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:04.036432+0000 mgr.y (mgr.24491) 16929 : cluster [DBG] pgmap v14956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:06.037325+0000 mgr.y (mgr.24491) 16930 : cluster [DBG] pgmap v14957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:51:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:06.037325+0000 mgr.y (mgr.24491) 16930 : cluster [DBG] pgmap v14957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:06.037325+0000 mgr.y (mgr.24491) 16930 : cluster [DBG] pgmap v14957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:08.037833+0000 mgr.y (mgr.24491) 16931 : cluster [DBG] pgmap v14958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:08.037833+0000 mgr.y (mgr.24491) 16931 : cluster [DBG] pgmap v14958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:08.037833+0000 mgr.y (mgr.24491) 16931 : cluster [DBG] pgmap v14958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:51:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:10.038506+0000 mgr.y (mgr.24491) 16932 : cluster [DBG] pgmap v14959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:10.038506+0000 mgr.y (mgr.24491) 16932 : cluster [DBG] pgmap v14959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:10.038506+0000 mgr.y (mgr.24491) 16932 : cluster [DBG] pgmap v14959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:12.038920+0000 mgr.y (mgr.24491) 16933 : cluster [DBG] pgmap v14960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:12.038920+0000 mgr.y (mgr.24491) 16933 : cluster [DBG] pgmap v14960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:12.038920+0000 mgr.y (mgr.24491) 16933 : cluster [DBG] pgmap v14960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:14.039336+0000 mgr.y (mgr.24491) 16934 : cluster [DBG] pgmap v14961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:14.039336+0000 mgr.y (mgr.24491) 16934 : cluster [DBG] pgmap v14961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:14.039336+0000 mgr.y (mgr.24491) 16934 : cluster [DBG] pgmap v14961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:51:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:16.040244+0000 mgr.y (mgr.24491) 16935 : cluster [DBG] pgmap v14962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:17.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:16.040244+0000 mgr.y (mgr.24491) 16935 : cluster [DBG] pgmap v14962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:16.040244+0000 mgr.y (mgr.24491) 16935 : cluster [DBG] pgmap v14962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:18.040824+0000 mgr.y (mgr.24491) 16936 : cluster [DBG] pgmap v14963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:18.040824+0000 mgr.y (mgr.24491) 16936 : cluster [DBG] pgmap v14963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:18.040824+0000 mgr.y (mgr.24491) 16936 : cluster [DBG] pgmap v14963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:51:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:20.041498+0000 mgr.y (mgr.24491) 16937 : cluster [DBG] pgmap v14964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:51:21.463745+0000 mon.a (mon.0) 3570 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:51:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:20.041498+0000 mgr.y (mgr.24491) 16937 : cluster [DBG] pgmap v14964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:51:21.463745+0000 mon.a (mon.0) 3570 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:51:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:20.041498+0000 mgr.y (mgr.24491) 16937 : cluster [DBG] pgmap v14964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:51:21.463745+0000 mon.a (mon.0) 3570 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:51:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:51:21.756609+0000 mon.a (mon.0) 3571 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:51:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:51:21.757268+0000 mon.a (mon.0) 3572 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:51:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:51:21.761836+0000 mon.a (mon.0) 3573 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:51:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:51:21.756609+0000 mon.a (mon.0) 3571 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:51:22.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:51:21.757268+0000 mon.a (mon.0) 3572 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:51:22.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:51:21.761836+0000 mon.a (mon.0) 3573 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:51:23.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:51:21.756609+0000 mon.a (mon.0) 3571 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:51:23.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:51:21.757268+0000 mon.a (mon.0) 3572 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:51:23.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:51:21.761836+0000 mon.a (mon.0) 3573 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:51:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:22.041829+0000 mgr.y (mgr.24491) 16938 : cluster [DBG] pgmap v14965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:23.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:22.041829+0000 mgr.y (mgr.24491) 16938 : cluster [DBG] pgmap v14965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:22.041829+0000 mgr.y (mgr.24491) 16938 : cluster [DBG] pgmap v14965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:24.042355+0000 mgr.y (mgr.24491) 16939 : cluster [DBG] pgmap v14966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:24.042355+0000 mgr.y (mgr.24491) 16939 : cluster [DBG] pgmap v14966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:24.042355+0000 mgr.y (mgr.24491) 16939 : cluster [DBG] pgmap v14966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:51:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:26.043063+0000 mgr.y (mgr.24491) 16940 : cluster [DBG] pgmap v14967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:26.043063+0000 mgr.y (mgr.24491) 16940 : cluster [DBG] pgmap v14967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:28.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:26.043063+0000 mgr.y (mgr.24491) 16940 : cluster [DBG] pgmap v14967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:28.043418+0000 mgr.y (mgr.24491) 16941 : cluster [DBG] pgmap v14968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:28.043418+0000 mgr.y (mgr.24491) 16941 : cluster [DBG] pgmap v14968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:28.043418+0000 mgr.y (mgr.24491) 16941 : cluster [DBG] pgmap v14968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:51:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:30.044138+0000 mgr.y (mgr.24491) 16942 : cluster [DBG] pgmap v14969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:30.044138+0000 mgr.y (mgr.24491) 16942 : cluster [DBG] pgmap v14969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:31.922 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:51:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:30.044138+0000 mgr.y (mgr.24491) 16942 : cluster [DBG] pgmap v14969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:32.199 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:51:32.199 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:51:32.199 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:51:32.199 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:51:32.199 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 9m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:51:32.199 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 9m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:51:32.200 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 9m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:51:32.201 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:51:32.548 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:51:32.548 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:51:32.548 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:51:32.549 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:51:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:51:32.548982+0000 mon.a (mon.0) 3574 : audit [DBG] from='client.? 172.21.15.177:0/2733059306' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:51:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:51:32.548982+0000 mon.a (mon.0) 3574 : audit [DBG] from='client.? 172.21.15.177:0/2733059306' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:51:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:51:32.548982+0000 mon.a (mon.0) 3574 : audit [DBG] from='client.? 172.21.15.177:0/2733059306' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:51:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:51:31.911054+0000 mgr.y (mgr.24491) 16943 : audit [DBG] from='client.42179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:32.044498+0000 mgr.y (mgr.24491) 16944 : cluster [DBG] pgmap v14970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:51:32.192389+0000 mgr.y (mgr.24491) 16945 : audit [DBG] from='client.32274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:51:31.911054+0000 mgr.y (mgr.24491) 16943 : audit [DBG] from='client.42179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:33.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:32.044498+0000 mgr.y (mgr.24491) 16944 : cluster [DBG] pgmap v14970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:33.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:51:32.192389+0000 mgr.y (mgr.24491) 16945 : audit [DBG] from='client.32274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:51:31.911054+0000 mgr.y (mgr.24491) 16943 : audit [DBG] from='client.42179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:32.044498+0000 mgr.y (mgr.24491) 16944 : cluster [DBG] pgmap v14970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:51:32.192389+0000 mgr.y (mgr.24491) 16945 : audit [DBG] from='client.32274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:51:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:34.044860+0000 mgr.y (mgr.24491) 16946 : cluster [DBG] pgmap v14971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:34.044860+0000 mgr.y (mgr.24491) 16946 : cluster [DBG] pgmap v14971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:34.044860+0000 mgr.y (mgr.24491) 16946 : cluster [DBG] pgmap v14971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:51:37.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:36.045729+0000 mgr.y (mgr.24491) 16947 : cluster [DBG] pgmap v14972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:36.045729+0000 mgr.y (mgr.24491) 16947 : cluster [DBG] pgmap v14972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:36.045729+0000 mgr.y (mgr.24491) 16947 : cluster [DBG] pgmap v14972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:39.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:38.046204+0000 mgr.y (mgr.24491) 16948 : cluster [DBG] pgmap v14973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:39.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:38.046204+0000 mgr.y (mgr.24491) 16948 : cluster [DBG] pgmap v14973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:38.046204+0000 mgr.y (mgr.24491) 16948 : cluster [DBG] pgmap v14973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:51:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:40.047015+0000 mgr.y (mgr.24491) 16949 : cluster [DBG] pgmap v14974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:40.047015+0000 mgr.y (mgr.24491) 16949 : cluster [DBG] pgmap v14974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:40.047015+0000 mgr.y (mgr.24491) 16949 : cluster [DBG] pgmap v14974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:42.047388+0000 mgr.y (mgr.24491) 16950 : cluster [DBG] pgmap v14975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:42.047388+0000 mgr.y (mgr.24491) 16950 : cluster [DBG] pgmap v14975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:42.047388+0000 mgr.y (mgr.24491) 16950 : cluster [DBG] pgmap v14975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:44.047774+0000 mgr.y (mgr.24491) 16951 : cluster [DBG] pgmap v14976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:44.047774+0000 mgr.y (mgr.24491) 16951 : cluster [DBG] pgmap v14976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:44.047774+0000 mgr.y (mgr.24491) 16951 : cluster [DBG] pgmap v14976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:51:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:46.048558+0000 mgr.y (mgr.24491) 16952 : cluster [DBG] pgmap v14977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:46.048558+0000 mgr.y (mgr.24491) 16952 : cluster [DBG] pgmap v14977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:46.048558+0000 mgr.y (mgr.24491) 16952 : cluster [DBG] pgmap v14977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:48.049142+0000 mgr.y (mgr.24491) 16953 : cluster [DBG] pgmap v14978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:48.049142+0000 mgr.y (mgr.24491) 16953 : cluster [DBG] pgmap v14978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:48.049142+0000 mgr.y (mgr.24491) 16953 : cluster [DBG] pgmap v14978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:51:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:50.049901+0000 mgr.y (mgr.24491) 16954 : cluster [DBG] pgmap v14979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:50.049901+0000 mgr.y (mgr.24491) 16954 : cluster [DBG] pgmap v14979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:50.049901+0000 mgr.y (mgr.24491) 16954 : cluster [DBG] pgmap v14979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:52.050474+0000 mgr.y (mgr.24491) 16955 : cluster [DBG] pgmap v14980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:53.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:52.050474+0000 mgr.y (mgr.24491) 16955 : cluster [DBG] pgmap v14980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:52.050474+0000 mgr.y (mgr.24491) 16955 : cluster [DBG] pgmap v14980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:54.050992+0000 mgr.y (mgr.24491) 16956 : cluster [DBG] pgmap v14981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:54.050992+0000 mgr.y (mgr.24491) 16956 : cluster [DBG] pgmap v14981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:54.050992+0000 mgr.y (mgr.24491) 16956 : cluster [DBG] pgmap v14981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:57.901 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:51:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:51:57.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:56.051660+0000 mgr.y (mgr.24491) 16957 : cluster [DBG] pgmap v14982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:57.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:56.051660+0000 mgr.y (mgr.24491) 16957 : cluster [DBG] pgmap v14982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:56.051660+0000 mgr.y (mgr.24491) 16957 : cluster [DBG] pgmap v14982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:51:58.052100+0000 mgr.y (mgr.24491) 16958 : cluster [DBG] pgmap v14983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:51:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:51:58.052100+0000 mgr.y (mgr.24491) 16958 : cluster [DBG] pgmap v14983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:51:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:51:58.052100+0000 mgr.y (mgr.24491) 16958 : cluster [DBG] pgmap v14983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:52:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:00.052711+0000 mgr.y (mgr.24491) 16959 : cluster [DBG] pgmap v14984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:00.052711+0000 mgr.y (mgr.24491) 16959 : cluster [DBG] pgmap v14984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:00.052711+0000 mgr.y (mgr.24491) 16959 : cluster [DBG] pgmap v14984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:02.866 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:52:03.143 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:52:03.143 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:52:03.143 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 64.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:52:03.143 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:52:03.144 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 9m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:52:03.144 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:52:03.144 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:52:03.144 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1087M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:52:03.144 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 723M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:52:03.144 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 730M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:52:03.145 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:52:03.145 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:52:03.145 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.3M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:52:03.145 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:52:03.145 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:52:03.145 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.4M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:52:03.145 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:52:03.145 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:52:03.145 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 9m ago 8h 43.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:52:03.146 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 9m ago 8h 44.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:52:03.146 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 121M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:52:03.475 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:52:03.476 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:52:03.477 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:52:03.477 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:52:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:02.053291+0000 mgr.y (mgr.24491) 16960 : cluster [DBG] pgmap v14985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:03.476385+0000 mon.a (mon.0) 3575 : audit [DBG] from='client.? 172.21.15.177:0/2748025815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:52:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:02.053291+0000 mgr.y (mgr.24491) 16960 : cluster [DBG] pgmap v14985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:03.476385+0000 mon.a (mon.0) 3575 : audit [DBG] from='client.? 172.21.15.177:0/2748025815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:52:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:02.053291+0000 mgr.y (mgr.24491) 16960 : cluster [DBG] pgmap v14985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:03.476385+0000 mon.a (mon.0) 3575 : audit [DBG] from='client.? 172.21.15.177:0/2748025815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:52:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:02.855095+0000 mgr.y (mgr.24491) 16961 : audit [DBG] from='client.42197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:03.136041+0000 mgr.y (mgr.24491) 16962 : audit [DBG] from='client.32292 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:02.855095+0000 mgr.y (mgr.24491) 16961 : audit [DBG] from='client.42197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:03.136041+0000 mgr.y (mgr.24491) 16962 : audit [DBG] from='client.32292 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:05.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:02.855095+0000 mgr.y (mgr.24491) 16961 : audit [DBG] from='client.42197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:05.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:03.136041+0000 mgr.y (mgr.24491) 16962 : audit [DBG] from='client.32292 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:05.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:04.053840+0000 mgr.y (mgr.24491) 16963 : cluster [DBG] pgmap v14986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:05.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:04.053840+0000 mgr.y (mgr.24491) 16963 : cluster [DBG] pgmap v14986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:04.053840+0000 mgr.y (mgr.24491) 16963 : cluster [DBG] pgmap v14986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:52:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:06.054655+0000 mgr.y (mgr.24491) 16964 : cluster [DBG] pgmap v14987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:06.054655+0000 mgr.y (mgr.24491) 16964 : cluster [DBG] pgmap v14987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:06.054655+0000 mgr.y (mgr.24491) 16964 : cluster [DBG] pgmap v14987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:08.055064+0000 mgr.y (mgr.24491) 16965 : cluster [DBG] pgmap v14988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:08.055064+0000 mgr.y (mgr.24491) 16965 : cluster [DBG] pgmap v14988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:08.055064+0000 mgr.y (mgr.24491) 16965 : cluster [DBG] pgmap v14988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:52:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:10.055802+0000 mgr.y (mgr.24491) 16966 : cluster [DBG] pgmap v14989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:10.055802+0000 mgr.y (mgr.24491) 16966 : cluster [DBG] pgmap v14989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:10.055802+0000 mgr.y (mgr.24491) 16966 : cluster [DBG] pgmap v14989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:12.056210+0000 mgr.y (mgr.24491) 16967 : cluster [DBG] pgmap v14990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:13.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:12.056210+0000 mgr.y (mgr.24491) 16967 : cluster [DBG] pgmap v14990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:12.056210+0000 mgr.y (mgr.24491) 16967 : cluster [DBG] pgmap v14990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:14.056621+0000 mgr.y (mgr.24491) 16968 : cluster [DBG] pgmap v14991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:14.056621+0000 mgr.y (mgr.24491) 16968 : cluster [DBG] pgmap v14991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:14.056621+0000 mgr.y (mgr.24491) 16968 : cluster [DBG] pgmap v14991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:16.057365+0000 mgr.y (mgr.24491) 16969 : cluster [DBG] pgmap v14992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:16.057365+0000 mgr.y (mgr.24491) 16969 : cluster [DBG] pgmap v14992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:18.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:17] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T11:52:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:16.057365+0000 mgr.y (mgr.24491) 16969 : cluster [DBG] pgmap v14992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:18.057709+0000 mgr.y (mgr.24491) 16970 : cluster [DBG] pgmap v14993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:18.057709+0000 mgr.y (mgr.24491) 16970 : cluster [DBG] pgmap v14993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:18.057709+0000 mgr.y (mgr.24491) 16970 : cluster [DBG] pgmap v14993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:52:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:20.058400+0000 mgr.y (mgr.24491) 16971 : cluster [DBG] pgmap v14994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:20.058400+0000 mgr.y (mgr.24491) 16971 : cluster [DBG] pgmap v14994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:20.058400+0000 mgr.y (mgr.24491) 16971 : cluster [DBG] pgmap v14994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:23.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:21.766172+0000 mon.a (mon.0) 3576 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:52:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:21.766172+0000 mon.a (mon.0) 3576 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:52:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:21.766172+0000 mon.a (mon.0) 3576 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:52:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:22.058762+0000 mgr.y (mgr.24491) 16972 : cluster [DBG] pgmap v14995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:24.064 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:22.058762+0000 mgr.y (mgr.24491) 16972 : cluster [DBG] pgmap v14995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:24.064 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:22.058762+0000 mgr.y (mgr.24491) 16972 : cluster [DBG] pgmap v14995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:24.059083+0000 mgr.y (mgr.24491) 16973 : cluster [DBG] pgmap v14996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:24.544589+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:52:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:25.196156+0000 mon.a (mon.0) 3578 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:52:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:25.462160+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:52:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:25.462991+0000 mon.a (mon.0) 3580 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:52:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:25.468006+0000 mon.a (mon.0) 3581 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:52:25.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:24.059083+0000 mgr.y (mgr.24491) 16973 : cluster [DBG] pgmap v14996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:25.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:24.544589+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:52:25.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:25.196156+0000 mon.a (mon.0) 3578 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:52:25.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:25.462160+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:52:25.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:25.462991+0000 mon.a (mon.0) 3580 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:52:25.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:25.468006+0000 mon.a (mon.0) 3581 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:52:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:24.059083+0000 mgr.y (mgr.24491) 16973 : cluster [DBG] pgmap v14996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:24.544589+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:52:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:25.196156+0000 mon.a (mon.0) 3578 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:52:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:25.462160+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:52:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:25.462991+0000 mon.a (mon.0) 3580 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:52:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:25.468006+0000 mon.a (mon.0) 3581 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:52:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:26.059874+0000 mgr.y (mgr.24491) 16974 : cluster [DBG] pgmap v14997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:27] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T11:52:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:26.059874+0000 mgr.y (mgr.24491) 16974 : cluster [DBG] pgmap v14997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:26.059874+0000 mgr.y (mgr.24491) 16974 : cluster [DBG] pgmap v14997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:28.060359+0000 mgr.y (mgr.24491) 16975 : cluster [DBG] pgmap v14998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:28.060359+0000 mgr.y (mgr.24491) 16975 : cluster [DBG] pgmap v14998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:28.060359+0000 mgr.y (mgr.24491) 16975 : cluster [DBG] pgmap v14998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:52:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:30.061104+0000 mgr.y (mgr.24491) 16976 : cluster [DBG] pgmap v14999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:30.061104+0000 mgr.y (mgr.24491) 16976 : cluster [DBG] pgmap v14999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:30.061104+0000 mgr.y (mgr.24491) 16976 : cluster [DBG] pgmap v14999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:33.787 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:52:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:32.061444+0000 mgr.y (mgr.24491) 16977 : cluster [DBG] pgmap v15000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:32.061444+0000 mgr.y (mgr.24491) 16977 : cluster [DBG] pgmap v15000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:32.061444+0000 mgr.y (mgr.24491) 16977 : cluster [DBG] pgmap v15000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:34.063 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:52:34.063 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:52:34.063 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8s ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:52:34.063 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:52:34.063 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:52:34.063 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:52:34.063 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:52:34.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9s ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:52:34.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8s ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:52:34.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9s ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:52:34.064 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9s ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:52:34.064 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8s ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:52:34.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9s ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:52:34.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9s ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:52:34.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9s ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:52:34.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9s ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:52:34.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8s ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:52:34.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 8s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:52:34.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:52:34.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8s ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:52:34.064 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8s ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:52:34.400 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:52:34.400 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:52:34.401 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:52:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:34.401123+0000 mon.a (mon.0) 3582 : audit [DBG] from='client.? 172.21.15.177:0/2343262546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:52:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:34.401123+0000 mon.a (mon.0) 3582 : audit [DBG] from='client.? 172.21.15.177:0/2343262546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:52:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:34.401123+0000 mon.a (mon.0) 3582 : audit [DBG] from='client.? 172.21.15.177:0/2343262546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:52:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:33.775761+0000 mgr.y (mgr.24491) 16978 : audit [DBG] from='client.32304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:52:34.055872+0000 mgr.y (mgr.24491) 16979 : audit [DBG] from='client.42221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:34.061762+0000 mgr.y (mgr.24491) 16980 : cluster [DBG] pgmap v15001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:33.775761+0000 mgr.y (mgr.24491) 16978 : audit [DBG] from='client.32304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:52:34.055872+0000 mgr.y (mgr.24491) 16979 : audit [DBG] from='client.42221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:34.061762+0000 mgr.y (mgr.24491) 16980 : cluster [DBG] pgmap v15001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:33.775761+0000 mgr.y (mgr.24491) 16978 : audit [DBG] from='client.32304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:52:34.055872+0000 mgr.y (mgr.24491) 16979 : audit [DBG] from='client.42221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:52:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:34.061762+0000 mgr.y (mgr.24491) 16980 : cluster [DBG] pgmap v15001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:36.062479+0000 mgr.y (mgr.24491) 16981 : cluster [DBG] pgmap v15002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:52:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:36.062479+0000 mgr.y (mgr.24491) 16981 : cluster [DBG] pgmap v15002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:36.062479+0000 mgr.y (mgr.24491) 16981 : cluster [DBG] pgmap v15002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:38.063065+0000 mgr.y (mgr.24491) 16982 : cluster [DBG] pgmap v15003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:38.063065+0000 mgr.y (mgr.24491) 16982 : cluster [DBG] pgmap v15003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:38.063065+0000 mgr.y (mgr.24491) 16982 : cluster [DBG] pgmap v15003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:52:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:40.063757+0000 mgr.y (mgr.24491) 16983 : cluster [DBG] pgmap v15004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:40.063757+0000 mgr.y (mgr.24491) 16983 : cluster [DBG] pgmap v15004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:40.063757+0000 mgr.y (mgr.24491) 16983 : cluster [DBG] pgmap v15004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:42.064202+0000 mgr.y (mgr.24491) 16984 : cluster [DBG] pgmap v15005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:42.064202+0000 mgr.y (mgr.24491) 16984 : cluster [DBG] pgmap v15005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:42.064202+0000 mgr.y (mgr.24491) 16984 : cluster [DBG] pgmap v15005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:44.064615+0000 mgr.y (mgr.24491) 16985 : cluster [DBG] pgmap v15006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:44.064615+0000 mgr.y (mgr.24491) 16985 : cluster [DBG] pgmap v15006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:46.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:44.064615+0000 mgr.y (mgr.24491) 16985 : cluster [DBG] pgmap v15006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:52:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:46.065299+0000 mgr.y (mgr.24491) 16986 : cluster [DBG] pgmap v15007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:46.065299+0000 mgr.y (mgr.24491) 16986 : cluster [DBG] pgmap v15007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:46.065299+0000 mgr.y (mgr.24491) 16986 : cluster [DBG] pgmap v15007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:48.065907+0000 mgr.y (mgr.24491) 16987 : cluster [DBG] pgmap v15008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:48.065907+0000 mgr.y (mgr.24491) 16987 : cluster [DBG] pgmap v15008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:48.065907+0000 mgr.y (mgr.24491) 16987 : cluster [DBG] pgmap v15008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:52:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:50.066649+0000 mgr.y (mgr.24491) 16988 : cluster [DBG] pgmap v15009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:50.066649+0000 mgr.y (mgr.24491) 16988 : cluster [DBG] pgmap v15009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:50.066649+0000 mgr.y (mgr.24491) 16988 : cluster [DBG] pgmap v15009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:52.067097+0000 mgr.y (mgr.24491) 16989 : cluster [DBG] pgmap v15010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:52.067097+0000 mgr.y (mgr.24491) 16989 : cluster [DBG] pgmap v15010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:52.067097+0000 mgr.y (mgr.24491) 16989 : cluster [DBG] pgmap v15010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:54.067692+0000 mgr.y (mgr.24491) 16990 : cluster [DBG] pgmap v15011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:54.067692+0000 mgr.y (mgr.24491) 16990 : cluster [DBG] pgmap v15011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:54.067692+0000 mgr.y (mgr.24491) 16990 : cluster [DBG] pgmap v15011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:52:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:52:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:56.068511+0000 mgr.y (mgr.24491) 16991 : cluster [DBG] pgmap v15012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:57.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:56.068511+0000 mgr.y (mgr.24491) 16991 : cluster [DBG] pgmap v15012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:56.068511+0000 mgr.y (mgr.24491) 16991 : cluster [DBG] pgmap v15012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:52:58.068983+0000 mgr.y (mgr.24491) 16992 : cluster [DBG] pgmap v15013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:52:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:52:58.068983+0000 mgr.y (mgr.24491) 16992 : cluster [DBG] pgmap v15013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:52:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:52:58.068983+0000 mgr.y (mgr.24491) 16992 : cluster [DBG] pgmap v15013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:53:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:00.069690+0000 mgr.y (mgr.24491) 16993 : cluster [DBG] pgmap v15014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:00.069690+0000 mgr.y (mgr.24491) 16993 : cluster [DBG] pgmap v15014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:00.069690+0000 mgr.y (mgr.24491) 16993 : cluster [DBG] pgmap v15014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:03.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:02.070130+0000 mgr.y (mgr.24491) 16994 : cluster [DBG] pgmap v15015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:03.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:02.070130+0000 mgr.y (mgr.24491) 16994 : cluster [DBG] pgmap v15015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:04.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:02.070130+0000 mgr.y (mgr.24491) 16994 : cluster [DBG] pgmap v15015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:04.713 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:53:04.990 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:53:04.990 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 40s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:53:04.990 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 39s ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:53:04.990 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 40s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:53:04.990 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 39s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:53:04.990 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 39s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 40s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 40s ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 39s ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 40s ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 40s ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 39s ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 40s ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 40s ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 40s ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 40s ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 39s ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 39s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 39s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 39s ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:53:04.991 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 39s ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:53:05.324 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:53:05.324 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:53:05.325 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:53:05.326 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:53:05.326 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:53:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:04.070468+0000 mgr.y (mgr.24491) 16995 : cluster [DBG] pgmap v15016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:53:04.702046+0000 mgr.y (mgr.24491) 16996 : audit [DBG] from='client.42233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:53:05.325254+0000 mon.a (mon.0) 3583 : audit [DBG] from='client.? 172.21.15.177:0/2460039137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:53:05.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:04.070468+0000 mgr.y (mgr.24491) 16995 : cluster [DBG] pgmap v15016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:05.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:53:04.702046+0000 mgr.y (mgr.24491) 16996 : audit [DBG] from='client.42233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:05.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:53:05.325254+0000 mon.a (mon.0) 3583 : audit [DBG] from='client.? 172.21.15.177:0/2460039137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:53:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:04.070468+0000 mgr.y (mgr.24491) 16995 : cluster [DBG] pgmap v15016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:53:04.702046+0000 mgr.y (mgr.24491) 16996 : audit [DBG] from='client.42233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:53:05.325254+0000 mon.a (mon.0) 3583 : audit [DBG] from='client.? 172.21.15.177:0/2460039137' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:53:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:53:04.983167+0000 mgr.y (mgr.24491) 16997 : audit [DBG] from='client.42239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:53:04.983167+0000 mgr.y (mgr.24491) 16997 : audit [DBG] from='client.42239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:53:04.983167+0000 mgr.y (mgr.24491) 16997 : audit [DBG] from='client.42239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:53:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:06.071238+0000 mgr.y (mgr.24491) 16998 : cluster [DBG] pgmap v15017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:06.071238+0000 mgr.y (mgr.24491) 16998 : cluster [DBG] pgmap v15017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:06.071238+0000 mgr.y (mgr.24491) 16998 : cluster [DBG] pgmap v15017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:08.071766+0000 mgr.y (mgr.24491) 16999 : cluster [DBG] pgmap v15018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:08.071766+0000 mgr.y (mgr.24491) 16999 : cluster [DBG] pgmap v15018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:08.071766+0000 mgr.y (mgr.24491) 16999 : cluster [DBG] pgmap v15018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:53:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:10.072483+0000 mgr.y (mgr.24491) 17000 : cluster [DBG] pgmap v15019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:10.072483+0000 mgr.y (mgr.24491) 17000 : cluster [DBG] pgmap v15019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:10.072483+0000 mgr.y (mgr.24491) 17000 : cluster [DBG] pgmap v15019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:12.072921+0000 mgr.y (mgr.24491) 17001 : cluster [DBG] pgmap v15020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:12.072921+0000 mgr.y (mgr.24491) 17001 : cluster [DBG] pgmap v15020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:12.072921+0000 mgr.y (mgr.24491) 17001 : cluster [DBG] pgmap v15020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:14.073262+0000 mgr.y (mgr.24491) 17002 : cluster [DBG] pgmap v15021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:14.073262+0000 mgr.y (mgr.24491) 17002 : cluster [DBG] pgmap v15021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:14.073262+0000 mgr.y (mgr.24491) 17002 : cluster [DBG] pgmap v15021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:53:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:16.073907+0000 mgr.y (mgr.24491) 17003 : cluster [DBG] pgmap v15022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:17.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:16.073907+0000 mgr.y (mgr.24491) 17003 : cluster [DBG] pgmap v15022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:16.073907+0000 mgr.y (mgr.24491) 17003 : cluster [DBG] pgmap v15022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:18.074353+0000 mgr.y (mgr.24491) 17004 : cluster [DBG] pgmap v15023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:18.074353+0000 mgr.y (mgr.24491) 17004 : cluster [DBG] pgmap v15023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:18.074353+0000 mgr.y (mgr.24491) 17004 : cluster [DBG] pgmap v15023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:53:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:20.075104+0000 mgr.y (mgr.24491) 17005 : cluster [DBG] pgmap v15024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:20.075104+0000 mgr.y (mgr.24491) 17005 : cluster [DBG] pgmap v15024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:20.075104+0000 mgr.y (mgr.24491) 17005 : cluster [DBG] pgmap v15024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:22.075454+0000 mgr.y (mgr.24491) 17006 : cluster [DBG] pgmap v15025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:22.075454+0000 mgr.y (mgr.24491) 17006 : cluster [DBG] pgmap v15025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:22.075454+0000 mgr.y (mgr.24491) 17006 : cluster [DBG] pgmap v15025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:24.075923+0000 mgr.y (mgr.24491) 17007 : cluster [DBG] pgmap v15026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:53:25.473896+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:53:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:24.075923+0000 mgr.y (mgr.24491) 17007 : cluster [DBG] pgmap v15026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:53:25.473896+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:53:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:24.075923+0000 mgr.y (mgr.24491) 17007 : cluster [DBG] pgmap v15026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:53:25.473896+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:53:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:53:25.765610+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:53:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:53:25.766258+0000 mon.a (mon.0) 3586 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:53:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:53:25.770552+0000 mon.a (mon.0) 3587 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:53:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:53:25.765610+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:53:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:53:25.766258+0000 mon.a (mon.0) 3586 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:53:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:53:25.770552+0000 mon.a (mon.0) 3587 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:53:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:53:25.765610+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:53:27.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:53:25.766258+0000 mon.a (mon.0) 3586 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:53:27.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:53:25.770552+0000 mon.a (mon.0) 3587 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:53:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:26.076545+0000 mgr.y (mgr.24491) 17008 : cluster [DBG] pgmap v15027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:53:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:26.076545+0000 mgr.y (mgr.24491) 17008 : cluster [DBG] pgmap v15027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:26.076545+0000 mgr.y (mgr.24491) 17008 : cluster [DBG] pgmap v15027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:30.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:28.076967+0000 mgr.y (mgr.24491) 17009 : cluster [DBG] pgmap v15028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:28.076967+0000 mgr.y (mgr.24491) 17009 : cluster [DBG] pgmap v15028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:28.076967+0000 mgr.y (mgr.24491) 17009 : cluster [DBG] pgmap v15028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:53:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:30.077742+0000 mgr.y (mgr.24491) 17010 : cluster [DBG] pgmap v15029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:30.077742+0000 mgr.y (mgr.24491) 17010 : cluster [DBG] pgmap v15029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:30.077742+0000 mgr.y (mgr.24491) 17010 : cluster [DBG] pgmap v15029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:32.078218+0000 mgr.y (mgr.24491) 17011 : cluster [DBG] pgmap v15030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:32.078218+0000 mgr.y (mgr.24491) 17011 : cluster [DBG] pgmap v15030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:32.078218+0000 mgr.y (mgr.24491) 17011 : cluster [DBG] pgmap v15030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:35.633 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:53:35.910 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:53:35.910 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 71s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 70s ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 71s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 70s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 70s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 71s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 71s ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 70s ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 71s ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 71s ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 70s ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 71s ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 71s ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 71s ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 71s ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:53:35.911 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 70s ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:53:35.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 70s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:53:35.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 70s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:53:35.912 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 70s ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:53:35.912 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 70s ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:53:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:34.078646+0000 mgr.y (mgr.24491) 17012 : cluster [DBG] pgmap v15031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:34.078646+0000 mgr.y (mgr.24491) 17012 : cluster [DBG] pgmap v15031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:34.078646+0000 mgr.y (mgr.24491) 17012 : cluster [DBG] pgmap v15031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:36.245 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:53:36.245 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:53:36.246 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:53:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:53:37.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:53:35.622154+0000 mgr.y (mgr.24491) 17013 : audit [DBG] from='client.32340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:37.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:53:36.246175+0000 mon.c (mon.2) 527 : audit [DBG] from='client.? 172.21.15.177:0/324452544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:53:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:53:35.622154+0000 mgr.y (mgr.24491) 17013 : audit [DBG] from='client.32340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:53:36.246175+0000 mon.c (mon.2) 527 : audit [DBG] from='client.? 172.21.15.177:0/324452544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:53:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:53:35.622154+0000 mgr.y (mgr.24491) 17013 : audit [DBG] from='client.32340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:53:36.246175+0000 mon.c (mon.2) 527 : audit [DBG] from='client.? 172.21.15.177:0/324452544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:53:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:53:35.903368+0000 mgr.y (mgr.24491) 17014 : audit [DBG] from='client.32346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:36.079221+0000 mgr.y (mgr.24491) 17015 : cluster [DBG] pgmap v15032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:53:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:53:35.903368+0000 mgr.y (mgr.24491) 17014 : audit [DBG] from='client.32346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:36.079221+0000 mgr.y (mgr.24491) 17015 : cluster [DBG] pgmap v15032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:53:35.903368+0000 mgr.y (mgr.24491) 17014 : audit [DBG] from='client.32346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:53:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:36.079221+0000 mgr.y (mgr.24491) 17015 : cluster [DBG] pgmap v15032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:38.079588+0000 mgr.y (mgr.24491) 17016 : cluster [DBG] pgmap v15033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:38.079588+0000 mgr.y (mgr.24491) 17016 : cluster [DBG] pgmap v15033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:38.079588+0000 mgr.y (mgr.24491) 17016 : cluster [DBG] pgmap v15033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:53:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:40.080332+0000 mgr.y (mgr.24491) 17017 : cluster [DBG] pgmap v15034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:40.080332+0000 mgr.y (mgr.24491) 17017 : cluster [DBG] pgmap v15034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:40.080332+0000 mgr.y (mgr.24491) 17017 : cluster [DBG] pgmap v15034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:42.080819+0000 mgr.y (mgr.24491) 17018 : cluster [DBG] pgmap v15035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:42.080819+0000 mgr.y (mgr.24491) 17018 : cluster [DBG] pgmap v15035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:42.080819+0000 mgr.y (mgr.24491) 17018 : cluster [DBG] pgmap v15035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:44.081280+0000 mgr.y (mgr.24491) 17019 : cluster [DBG] pgmap v15036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:44.081280+0000 mgr.y (mgr.24491) 17019 : cluster [DBG] pgmap v15036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:44.081280+0000 mgr.y (mgr.24491) 17019 : cluster [DBG] pgmap v15036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:46.082076+0000 mgr.y (mgr.24491) 17020 : cluster [DBG] pgmap v15037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:47] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:53:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:46.082076+0000 mgr.y (mgr.24491) 17020 : cluster [DBG] pgmap v15037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:46.082076+0000 mgr.y (mgr.24491) 17020 : cluster [DBG] pgmap v15037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:48.082591+0000 mgr.y (mgr.24491) 17021 : cluster [DBG] pgmap v15038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:48.082591+0000 mgr.y (mgr.24491) 17021 : cluster [DBG] pgmap v15038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:48.082591+0000 mgr.y (mgr.24491) 17021 : cluster [DBG] pgmap v15038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:53:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:50.083329+0000 mgr.y (mgr.24491) 17022 : cluster [DBG] pgmap v15039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:50.083329+0000 mgr.y (mgr.24491) 17022 : cluster [DBG] pgmap v15039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:50.083329+0000 mgr.y (mgr.24491) 17022 : cluster [DBG] pgmap v15039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:52.083794+0000 mgr.y (mgr.24491) 17023 : cluster [DBG] pgmap v15040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:52.083794+0000 mgr.y (mgr.24491) 17023 : cluster [DBG] pgmap v15040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:52.083794+0000 mgr.y (mgr.24491) 17023 : cluster [DBG] pgmap v15040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:54.084189+0000 mgr.y (mgr.24491) 17024 : cluster [DBG] pgmap v15041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:54.084189+0000 mgr.y (mgr.24491) 17024 : cluster [DBG] pgmap v15041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:54.084189+0000 mgr.y (mgr.24491) 17024 : cluster [DBG] pgmap v15041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:56.084766+0000 mgr.y (mgr.24491) 17025 : cluster [DBG] pgmap v15042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:53:57] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:53:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:56.084766+0000 mgr.y (mgr.24491) 17025 : cluster [DBG] pgmap v15042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:53:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:56.084766+0000 mgr.y (mgr.24491) 17025 : cluster [DBG] pgmap v15042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:53:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:53:58.085169+0000 mgr.y (mgr.24491) 17026 : cluster [DBG] pgmap v15043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:53:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:53:58.085169+0000 mgr.y (mgr.24491) 17026 : cluster [DBG] pgmap v15043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:53:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:53:58.085169+0000 mgr.y (mgr.24491) 17026 : cluster [DBG] pgmap v15043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:54:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:00.085767+0000 mgr.y (mgr.24491) 17027 : cluster [DBG] pgmap v15044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:00.085767+0000 mgr.y (mgr.24491) 17027 : cluster [DBG] pgmap v15044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:00.085767+0000 mgr.y (mgr.24491) 17027 : cluster [DBG] pgmap v15044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:02.086241+0000 mgr.y (mgr.24491) 17028 : cluster [DBG] pgmap v15045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:02.086241+0000 mgr.y (mgr.24491) 17028 : cluster [DBG] pgmap v15045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:02.086241+0000 mgr.y (mgr.24491) 17028 : cluster [DBG] pgmap v15045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:04.086709+0000 mgr.y (mgr.24491) 17029 : cluster [DBG] pgmap v15046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:04.086709+0000 mgr.y (mgr.24491) 17029 : cluster [DBG] pgmap v15046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:04.086709+0000 mgr.y (mgr.24491) 17029 : cluster [DBG] pgmap v15046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:06.553 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:54:06.832 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:54:06.832 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 102s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:54:06.832 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 101s ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:54:06.832 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 102s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:54:06.832 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 101s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 101s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 102s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 102s ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 101s ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 102s ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 102s ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 101s ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 102s ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 102s ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 102s ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 102s ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 101s ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:54:06.833 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 101s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:54:06.834 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 101s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:54:06.834 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 101s ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:54:06.834 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 101s ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:54:07.168 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:54:07.168 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:54:07.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:54:07.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:54:07.168 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:54:07.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:54:07.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:54:07.168 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:54:07.168 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:54:07.168 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:54:07.169 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:54:07.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:54:07.169 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:54:07.169 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:54:07.169 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:54:07.169 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:54:07.169 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:54:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:06.087482+0000 mgr.y (mgr.24491) 17030 : cluster [DBG] pgmap v15047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:54:06.541694+0000 mgr.y (mgr.24491) 17031 : audit [DBG] from='client.32358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:54:07.168732+0000 mon.c (mon.2) 528 : audit [DBG] from='client.? 172.21.15.177:0/1021340548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:54:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:54:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:06.087482+0000 mgr.y (mgr.24491) 17030 : cluster [DBG] pgmap v15047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:54:06.541694+0000 mgr.y (mgr.24491) 17031 : audit [DBG] from='client.32358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:54:07.168732+0000 mon.c (mon.2) 528 : audit [DBG] from='client.? 172.21.15.177:0/1021340548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:54:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:06.087482+0000 mgr.y (mgr.24491) 17030 : cluster [DBG] pgmap v15047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:54:06.541694+0000 mgr.y (mgr.24491) 17031 : audit [DBG] from='client.32358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:54:07.168732+0000 mon.c (mon.2) 528 : audit [DBG] from='client.? 172.21.15.177:0/1021340548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:54:09.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:54:06.825365+0000 mgr.y (mgr.24491) 17032 : audit [DBG] from='client.42275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:54:06.825365+0000 mgr.y (mgr.24491) 17032 : audit [DBG] from='client.42275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:54:06.825365+0000 mgr.y (mgr.24491) 17032 : audit [DBG] from='client.42275 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:08.088077+0000 mgr.y (mgr.24491) 17033 : cluster [DBG] pgmap v15048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:08.088077+0000 mgr.y (mgr.24491) 17033 : cluster [DBG] pgmap v15048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:08.088077+0000 mgr.y (mgr.24491) 17033 : cluster [DBG] pgmap v15048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:54:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:10.088853+0000 mgr.y (mgr.24491) 17034 : cluster [DBG] pgmap v15049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:10.088853+0000 mgr.y (mgr.24491) 17034 : cluster [DBG] pgmap v15049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:10.088853+0000 mgr.y (mgr.24491) 17034 : cluster [DBG] pgmap v15049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:12.089255+0000 mgr.y (mgr.24491) 17035 : cluster [DBG] pgmap v15050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:12.089255+0000 mgr.y (mgr.24491) 17035 : cluster [DBG] pgmap v15050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:12.089255+0000 mgr.y (mgr.24491) 17035 : cluster [DBG] pgmap v15050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:14.089683+0000 mgr.y (mgr.24491) 17036 : cluster [DBG] pgmap v15051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:14.089683+0000 mgr.y (mgr.24491) 17036 : cluster [DBG] pgmap v15051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:14.089683+0000 mgr.y (mgr.24491) 17036 : cluster [DBG] pgmap v15051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:16.090471+0000 mgr.y (mgr.24491) 17037 : cluster [DBG] pgmap v15052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:54:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:16.090471+0000 mgr.y (mgr.24491) 17037 : cluster [DBG] pgmap v15052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:16.090471+0000 mgr.y (mgr.24491) 17037 : cluster [DBG] pgmap v15052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:18.091051+0000 mgr.y (mgr.24491) 17038 : cluster [DBG] pgmap v15053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:18.091051+0000 mgr.y (mgr.24491) 17038 : cluster [DBG] pgmap v15053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:18.091051+0000 mgr.y (mgr.24491) 17038 : cluster [DBG] pgmap v15053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:54:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:20.091678+0000 mgr.y (mgr.24491) 17039 : cluster [DBG] pgmap v15054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:20.091678+0000 mgr.y (mgr.24491) 17039 : cluster [DBG] pgmap v15054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:20.091678+0000 mgr.y (mgr.24491) 17039 : cluster [DBG] pgmap v15054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:22.092163+0000 mgr.y (mgr.24491) 17040 : cluster [DBG] pgmap v15055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:22.092163+0000 mgr.y (mgr.24491) 17040 : cluster [DBG] pgmap v15055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:22.092163+0000 mgr.y (mgr.24491) 17040 : cluster [DBG] pgmap v15055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:24.092579+0000 mgr.y (mgr.24491) 17041 : cluster [DBG] pgmap v15056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:24.092579+0000 mgr.y (mgr.24491) 17041 : cluster [DBG] pgmap v15056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:24.092579+0000 mgr.y (mgr.24491) 17041 : cluster [DBG] pgmap v15056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:54:25.774686+0000 mon.a (mon.0) 3588 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:54:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:54:26.065170+0000 mon.a (mon.0) 3589 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:54:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:54:26.065822+0000 mon.a (mon.0) 3590 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:54:27.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:54:26.072285+0000 mon.a (mon.0) 3591 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:54:27.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:54:25.774686+0000 mon.a (mon.0) 3588 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:54:27.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:54:26.065170+0000 mon.a (mon.0) 3589 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:54:27.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:54:26.065822+0000 mon.a (mon.0) 3590 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:54:27.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:54:26.072285+0000 mon.a (mon.0) 3591 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:54:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:54:25.774686+0000 mon.a (mon.0) 3588 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:54:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:54:26.065170+0000 mon.a (mon.0) 3589 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:54:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:54:26.065822+0000 mon.a (mon.0) 3590 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:54:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:54:26.072285+0000 mon.a (mon.0) 3591 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:54:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:54:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:26.093315+0000 mgr.y (mgr.24491) 17042 : cluster [DBG] pgmap v15057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:26.093315+0000 mgr.y (mgr.24491) 17042 : cluster [DBG] pgmap v15057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:26.093315+0000 mgr.y (mgr.24491) 17042 : cluster [DBG] pgmap v15057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:28.093803+0000 mgr.y (mgr.24491) 17043 : cluster [DBG] pgmap v15058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:28.093803+0000 mgr.y (mgr.24491) 17043 : cluster [DBG] pgmap v15058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:28.093803+0000 mgr.y (mgr.24491) 17043 : cluster [DBG] pgmap v15058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:30.094551+0000 mgr.y (mgr.24491) 17044 : cluster [DBG] pgmap v15059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:30.094551+0000 mgr.y (mgr.24491) 17044 : cluster [DBG] pgmap v15059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:31.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:30.094551+0000 mgr.y (mgr.24491) 17044 : cluster [DBG] pgmap v15059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:54:33.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:32.095111+0000 mgr.y (mgr.24491) 17045 : cluster [DBG] pgmap v15060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:32.095111+0000 mgr.y (mgr.24491) 17045 : cluster [DBG] pgmap v15060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:32.095111+0000 mgr.y (mgr.24491) 17045 : cluster [DBG] pgmap v15060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:34.095460+0000 mgr.y (mgr.24491) 17046 : cluster [DBG] pgmap v15061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:34.095460+0000 mgr.y (mgr.24491) 17046 : cluster [DBG] pgmap v15061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:34.095460+0000 mgr.y (mgr.24491) 17046 : cluster [DBG] pgmap v15061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:37.478 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:54:37.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:36.096219+0000 mgr.y (mgr.24491) 17047 : cluster [DBG] pgmap v15062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:36.096219+0000 mgr.y (mgr.24491) 17047 : cluster [DBG] pgmap v15062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:36.096219+0000 mgr.y (mgr.24491) 17047 : cluster [DBG] pgmap v15062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:37.754 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:54:37.754 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 2m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 2m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 2m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 2m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 2m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 2m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 2m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 2m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 2m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 2m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 2m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 2m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:54:37.755 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 2m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:54:37.756 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 2m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:54:37.756 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 2m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:54:37.756 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 2m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:54:37.756 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 2m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:54:37.756 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 2m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:54:37.756 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 2m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:54:37.756 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 2m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:54:38.086 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:54:38.087 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:54:38.088 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:54:38.088 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:54:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:54:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:54:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:54:37.466388+0000 mgr.y (mgr.24491) 17048 : audit [DBG] from='client.42287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:54:37.747612+0000 mgr.y (mgr.24491) 17049 : audit [DBG] from='client.42293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:54:38.087237+0000 mon.a (mon.0) 3592 : audit [DBG] from='client.? 172.21.15.177:0/2373180284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:54:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:54:37.466388+0000 mgr.y (mgr.24491) 17048 : audit [DBG] from='client.42287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:54:37.747612+0000 mgr.y (mgr.24491) 17049 : audit [DBG] from='client.42293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:54:38.087237+0000 mon.a (mon.0) 3592 : audit [DBG] from='client.? 172.21.15.177:0/2373180284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:54:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:54:37.466388+0000 mgr.y (mgr.24491) 17048 : audit [DBG] from='client.42287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:38.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:54:37.747612+0000 mgr.y (mgr.24491) 17049 : audit [DBG] from='client.42293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:54:38.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:54:38.087237+0000 mon.a (mon.0) 3592 : audit [DBG] from='client.? 172.21.15.177:0/2373180284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:54:39.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:38.096548+0000 mgr.y (mgr.24491) 17050 : cluster [DBG] pgmap v15063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:38.096548+0000 mgr.y (mgr.24491) 17050 : cluster [DBG] pgmap v15063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:38.096548+0000 mgr.y (mgr.24491) 17050 : cluster [DBG] pgmap v15063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:41.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:40.097295+0000 mgr.y (mgr.24491) 17051 : cluster [DBG] pgmap v15064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:54:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:40.097295+0000 mgr.y (mgr.24491) 17051 : cluster [DBG] pgmap v15064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:40.097295+0000 mgr.y (mgr.24491) 17051 : cluster [DBG] pgmap v15064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:43.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:42.097718+0000 mgr.y (mgr.24491) 17052 : cluster [DBG] pgmap v15065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:42.097718+0000 mgr.y (mgr.24491) 17052 : cluster [DBG] pgmap v15065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:42.097718+0000 mgr.y (mgr.24491) 17052 : cluster [DBG] pgmap v15065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:44.098169+0000 mgr.y (mgr.24491) 17053 : cluster [DBG] pgmap v15066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:44.098169+0000 mgr.y (mgr.24491) 17053 : cluster [DBG] pgmap v15066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:44.098169+0000 mgr.y (mgr.24491) 17053 : cluster [DBG] pgmap v15066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:46.098875+0000 mgr.y (mgr.24491) 17054 : cluster [DBG] pgmap v15067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:46.098875+0000 mgr.y (mgr.24491) 17054 : cluster [DBG] pgmap v15067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:46.098875+0000 mgr.y (mgr.24491) 17054 : cluster [DBG] pgmap v15067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:54:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:48.099435+0000 mgr.y (mgr.24491) 17055 : cluster [DBG] pgmap v15068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:48.099435+0000 mgr.y (mgr.24491) 17055 : cluster [DBG] pgmap v15068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:48.099435+0000 mgr.y (mgr.24491) 17055 : cluster [DBG] pgmap v15068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:50.100199+0000 mgr.y (mgr.24491) 17056 : cluster [DBG] pgmap v15069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:54:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:50.100199+0000 mgr.y (mgr.24491) 17056 : cluster [DBG] pgmap v15069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:50.100199+0000 mgr.y (mgr.24491) 17056 : cluster [DBG] pgmap v15069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:52.100729+0000 mgr.y (mgr.24491) 17057 : cluster [DBG] pgmap v15070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:52.100729+0000 mgr.y (mgr.24491) 17057 : cluster [DBG] pgmap v15070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:52.100729+0000 mgr.y (mgr.24491) 17057 : cluster [DBG] pgmap v15070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:54.101154+0000 mgr.y (mgr.24491) 17058 : cluster [DBG] pgmap v15071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:54.101154+0000 mgr.y (mgr.24491) 17058 : cluster [DBG] pgmap v15071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:54.101154+0000 mgr.y (mgr.24491) 17058 : cluster [DBG] pgmap v15071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:57.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:56.101814+0000 mgr.y (mgr.24491) 17059 : cluster [DBG] pgmap v15072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:56.101814+0000 mgr.y (mgr.24491) 17059 : cluster [DBG] pgmap v15072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:56.101814+0000 mgr.y (mgr.24491) 17059 : cluster [DBG] pgmap v15072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:54:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:54:59.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:54:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:54:58.102219+0000 mgr.y (mgr.24491) 17060 : cluster [DBG] pgmap v15073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:54:58.102219+0000 mgr.y (mgr.24491) 17060 : cluster [DBG] pgmap v15073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:54:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:54:58.102219+0000 mgr.y (mgr.24491) 17060 : cluster [DBG] pgmap v15073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:00.103019+0000 mgr.y (mgr.24491) 17061 : cluster [DBG] pgmap v15074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:55:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:00.103019+0000 mgr.y (mgr.24491) 17061 : cluster [DBG] pgmap v15074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:00.103019+0000 mgr.y (mgr.24491) 17061 : cluster [DBG] pgmap v15074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:02.103620+0000 mgr.y (mgr.24491) 17062 : cluster [DBG] pgmap v15075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:02.103620+0000 mgr.y (mgr.24491) 17062 : cluster [DBG] pgmap v15075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:02.103620+0000 mgr.y (mgr.24491) 17062 : cluster [DBG] pgmap v15075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:04.104157+0000 mgr.y (mgr.24491) 17063 : cluster [DBG] pgmap v15076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:04.104157+0000 mgr.y (mgr.24491) 17063 : cluster [DBG] pgmap v15076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:04.104157+0000 mgr.y (mgr.24491) 17063 : cluster [DBG] pgmap v15076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:06.105046+0000 mgr.y (mgr.24491) 17064 : cluster [DBG] pgmap v15077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:06.105046+0000 mgr.y (mgr.24491) 17064 : cluster [DBG] pgmap v15077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:06.105046+0000 mgr.y (mgr.24491) 17064 : cluster [DBG] pgmap v15077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:55:08.398 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:55:08.672 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:55:08.672 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 2m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 2m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 2m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 2m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 2m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 2m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 2m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 2m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 2m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 2m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 2m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 2m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 2m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 2m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 2m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:55:08.673 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 2m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:55:08.674 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 2m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:55:08.674 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 2m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:55:08.674 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 2m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:55:08.674 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 2m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:55:09.003 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:55:09.003 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:55:09.003 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:55:09.003 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:55:09.003 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:55:09.003 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:55:09.004 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:55:09.004 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:55:09.004 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:55:09.004 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:55:09.004 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:55:09.004 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:55:09.004 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:55:09.004 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:55:09.004 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:55:09.004 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:55:09.004 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:55:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:08.105407+0000 mgr.y (mgr.24491) 17065 : cluster [DBG] pgmap v15078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:55:08.386708+0000 mgr.y (mgr.24491) 17066 : audit [DBG] from='client.42305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:55:08.665503+0000 mgr.y (mgr.24491) 17067 : audit [DBG] from='client.42311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:55:09.003805+0000 mon.a (mon.0) 3593 : audit [DBG] from='client.? 172.21.15.177:0/2729904977' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:55:09.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:08.105407+0000 mgr.y (mgr.24491) 17065 : cluster [DBG] pgmap v15078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:09.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:55:08.386708+0000 mgr.y (mgr.24491) 17066 : audit [DBG] from='client.42305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:09.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:55:08.665503+0000 mgr.y (mgr.24491) 17067 : audit [DBG] from='client.42311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:09.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:55:09.003805+0000 mon.a (mon.0) 3593 : audit [DBG] from='client.? 172.21.15.177:0/2729904977' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:55:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:08.105407+0000 mgr.y (mgr.24491) 17065 : cluster [DBG] pgmap v15078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:55:08.386708+0000 mgr.y (mgr.24491) 17066 : audit [DBG] from='client.42305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:55:08.665503+0000 mgr.y (mgr.24491) 17067 : audit [DBG] from='client.42311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:09.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:55:09.003805+0000 mon.a (mon.0) 3593 : audit [DBG] from='client.? 172.21.15.177:0/2729904977' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:55:11.389 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:55:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:10.106090+0000 mgr.y (mgr.24491) 17068 : cluster [DBG] pgmap v15079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:10.106090+0000 mgr.y (mgr.24491) 17068 : cluster [DBG] pgmap v15079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:10.106090+0000 mgr.y (mgr.24491) 17068 : cluster [DBG] pgmap v15079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:12.106588+0000 mgr.y (mgr.24491) 17069 : cluster [DBG] pgmap v15080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:12.106588+0000 mgr.y (mgr.24491) 17069 : cluster [DBG] pgmap v15080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:12.106588+0000 mgr.y (mgr.24491) 17069 : cluster [DBG] pgmap v15080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:14.107005+0000 mgr.y (mgr.24491) 17070 : cluster [DBG] pgmap v15081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:14.107005+0000 mgr.y (mgr.24491) 17070 : cluster [DBG] pgmap v15081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:14.107005+0000 mgr.y (mgr.24491) 17070 : cluster [DBG] pgmap v15081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:16.107757+0000 mgr.y (mgr.24491) 17071 : cluster [DBG] pgmap v15082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:17.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:16.107757+0000 mgr.y (mgr.24491) 17071 : cluster [DBG] pgmap v15082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:16.107757+0000 mgr.y (mgr.24491) 17071 : cluster [DBG] pgmap v15082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T11:55:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:18.108288+0000 mgr.y (mgr.24491) 17072 : cluster [DBG] pgmap v15083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:18.108288+0000 mgr.y (mgr.24491) 17072 : cluster [DBG] pgmap v15083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:18.108288+0000 mgr.y (mgr.24491) 17072 : cluster [DBG] pgmap v15083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:21.404 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:55:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:20.108962+0000 mgr.y (mgr.24491) 17073 : cluster [DBG] pgmap v15084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:20.108962+0000 mgr.y (mgr.24491) 17073 : cluster [DBG] pgmap v15084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:20.108962+0000 mgr.y (mgr.24491) 17073 : cluster [DBG] pgmap v15084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:22.109296+0000 mgr.y (mgr.24491) 17074 : cluster [DBG] pgmap v15085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:22.109296+0000 mgr.y (mgr.24491) 17074 : cluster [DBG] pgmap v15085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:22.109296+0000 mgr.y (mgr.24491) 17074 : cluster [DBG] pgmap v15085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:24.109764+0000 mgr.y (mgr.24491) 17075 : cluster [DBG] pgmap v15086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:24.109764+0000 mgr.y (mgr.24491) 17075 : cluster [DBG] pgmap v15086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:24.109764+0000 mgr.y (mgr.24491) 17075 : cluster [DBG] pgmap v15086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:55:26.076485+0000 mon.a (mon.0) 3594 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:55:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:55:26.317902+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:55:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:55:26.076485+0000 mon.a (mon.0) 3594 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:55:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:55:26.317902+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:55:26.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:55:26.076485+0000 mon.a (mon.0) 3594 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:55:26.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:55:26.317902+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:55:27.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:26.110547+0000 mgr.y (mgr.24491) 17076 : cluster [DBG] pgmap v15087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:27.729 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:55:26.598375+0000 mon.a (mon.0) 3596 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:55:27.729 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:55:26.599141+0000 mon.a (mon.0) 3597 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:55:27.729 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:55:26.603360+0000 mon.a (mon.0) 3598 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:55:27.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:26.110547+0000 mgr.y (mgr.24491) 17076 : cluster [DBG] pgmap v15087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:27.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:55:26.598375+0000 mon.a (mon.0) 3596 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:55:27.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:55:26.599141+0000 mon.a (mon.0) 3597 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:55:27.729 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:55:26.603360+0000 mon.a (mon.0) 3598 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:55:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:26.110547+0000 mgr.y (mgr.24491) 17076 : cluster [DBG] pgmap v15087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:27.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:55:26.598375+0000 mon.a (mon.0) 3596 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:55:27.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:55:26.599141+0000 mon.a (mon.0) 3597 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:55:27.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:55:26.603360+0000 mon.a (mon.0) 3598 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:55:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T11:55:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:28.111143+0000 mgr.y (mgr.24491) 17077 : cluster [DBG] pgmap v15088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:28.111143+0000 mgr.y (mgr.24491) 17077 : cluster [DBG] pgmap v15088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:28.111143+0000 mgr.y (mgr.24491) 17077 : cluster [DBG] pgmap v15088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:31.428 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:55:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:30.111990+0000 mgr.y (mgr.24491) 17078 : cluster [DBG] pgmap v15089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:30.111990+0000 mgr.y (mgr.24491) 17078 : cluster [DBG] pgmap v15089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:30.111990+0000 mgr.y (mgr.24491) 17078 : cluster [DBG] pgmap v15089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:32.112376+0000 mgr.y (mgr.24491) 17079 : cluster [DBG] pgmap v15090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:32.112376+0000 mgr.y (mgr.24491) 17079 : cluster [DBG] pgmap v15090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:33.974 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:32.112376+0000 mgr.y (mgr.24491) 17079 : cluster [DBG] pgmap v15090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:34.112792+0000 mgr.y (mgr.24491) 17080 : cluster [DBG] pgmap v15091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:34.112792+0000 mgr.y (mgr.24491) 17080 : cluster [DBG] pgmap v15091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:34.112792+0000 mgr.y (mgr.24491) 17080 : cluster [DBG] pgmap v15091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:37.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:36.113498+0000 mgr.y (mgr.24491) 17081 : cluster [DBG] pgmap v15092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:36.113498+0000 mgr.y (mgr.24491) 17081 : cluster [DBG] pgmap v15092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:36.113498+0000 mgr.y (mgr.24491) 17081 : cluster [DBG] pgmap v15092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:55:39.316 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:55:39.594 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:55:39.594 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:55:39.594 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:55:39.594 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:55:39.594 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:55:39.594 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:55:39.594 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:55:39.594 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:55:39.594 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:55:39.595 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:55:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:38.114089+0000 mgr.y (mgr.24491) 17082 : cluster [DBG] pgmap v15093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:38.114089+0000 mgr.y (mgr.24491) 17082 : cluster [DBG] pgmap v15093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:38.114089+0000 mgr.y (mgr.24491) 17082 : cluster [DBG] pgmap v15093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:39.928 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:55:39.928 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:55:39.928 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:55:39.928 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:55:39.928 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:55:39.928 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:55:39.928 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:55:39.928 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:55:39.928 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:55:39.928 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:55:39.929 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:55:39.929 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:55:39.929 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:55:39.929 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:55:39.929 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:55:39.929 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:55:39.929 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:55:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:55:39.305495+0000 mgr.y (mgr.24491) 17083 : audit [DBG] from='client.42323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:55:39.586992+0000 mgr.y (mgr.24491) 17084 : audit [DBG] from='client.32418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:55:39.928719+0000 mon.a (mon.0) 3599 : audit [DBG] from='client.? 172.21.15.177:0/842166337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:55:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:55:39.305495+0000 mgr.y (mgr.24491) 17083 : audit [DBG] from='client.42323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:55:39.586992+0000 mgr.y (mgr.24491) 17084 : audit [DBG] from='client.32418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:55:39.928719+0000 mon.a (mon.0) 3599 : audit [DBG] from='client.? 172.21.15.177:0/842166337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:55:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:55:39.305495+0000 mgr.y (mgr.24491) 17083 : audit [DBG] from='client.42323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:55:39.586992+0000 mgr.y (mgr.24491) 17084 : audit [DBG] from='client.32418 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:55:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:55:39.928719+0000 mon.a (mon.0) 3599 : audit [DBG] from='client.? 172.21.15.177:0/842166337' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:55:41.448 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:55:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:40.114686+0000 mgr.y (mgr.24491) 17085 : cluster [DBG] pgmap v15094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:40.114686+0000 mgr.y (mgr.24491) 17085 : cluster [DBG] pgmap v15094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:40.114686+0000 mgr.y (mgr.24491) 17085 : cluster [DBG] pgmap v15094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:42.115194+0000 mgr.y (mgr.24491) 17086 : cluster [DBG] pgmap v15095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:42.115194+0000 mgr.y (mgr.24491) 17086 : cluster [DBG] pgmap v15095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:42.115194+0000 mgr.y (mgr.24491) 17086 : cluster [DBG] pgmap v15095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:44.115533+0000 mgr.y (mgr.24491) 17087 : cluster [DBG] pgmap v15096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:44.115533+0000 mgr.y (mgr.24491) 17087 : cluster [DBG] pgmap v15096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:44.115533+0000 mgr.y (mgr.24491) 17087 : cluster [DBG] pgmap v15096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:47.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:46.116356+0000 mgr.y (mgr.24491) 17088 : cluster [DBG] pgmap v15097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:46.116356+0000 mgr.y (mgr.24491) 17088 : cluster [DBG] pgmap v15097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:46.116356+0000 mgr.y (mgr.24491) 17088 : cluster [DBG] pgmap v15097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:55:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:48.116879+0000 mgr.y (mgr.24491) 17089 : cluster [DBG] pgmap v15098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:48.116879+0000 mgr.y (mgr.24491) 17089 : cluster [DBG] pgmap v15098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:48.116879+0000 mgr.y (mgr.24491) 17089 : cluster [DBG] pgmap v15098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:51.463 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:55:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:50.117734+0000 mgr.y (mgr.24491) 17090 : cluster [DBG] pgmap v15099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:50.117734+0000 mgr.y (mgr.24491) 17090 : cluster [DBG] pgmap v15099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:50.117734+0000 mgr.y (mgr.24491) 17090 : cluster [DBG] pgmap v15099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:52.118313+0000 mgr.y (mgr.24491) 17091 : cluster [DBG] pgmap v15100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:52.118313+0000 mgr.y (mgr.24491) 17091 : cluster [DBG] pgmap v15100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:52.118313+0000 mgr.y (mgr.24491) 17091 : cluster [DBG] pgmap v15100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:54.118681+0000 mgr.y (mgr.24491) 17092 : cluster [DBG] pgmap v15101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:54.118681+0000 mgr.y (mgr.24491) 17092 : cluster [DBG] pgmap v15101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:54.118681+0000 mgr.y (mgr.24491) 17092 : cluster [DBG] pgmap v15101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:56.119543+0000 mgr.y (mgr.24491) 17093 : cluster [DBG] pgmap v15102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:57.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:56.119543+0000 mgr.y (mgr.24491) 17093 : cluster [DBG] pgmap v15102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:56.119543+0000 mgr.y (mgr.24491) 17093 : cluster [DBG] pgmap v15102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:55:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T11:55:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:55:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:55:58.119934+0000 mgr.y (mgr.24491) 17094 : cluster [DBG] pgmap v15103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:55:58.119934+0000 mgr.y (mgr.24491) 17094 : cluster [DBG] pgmap v15103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:55:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:55:58.119934+0000 mgr.y (mgr.24491) 17094 : cluster [DBG] pgmap v15103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:01.481 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:56:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:00.120597+0000 mgr.y (mgr.24491) 17095 : cluster [DBG] pgmap v15104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:00.120597+0000 mgr.y (mgr.24491) 17095 : cluster [DBG] pgmap v15104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:01.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:00.120597+0000 mgr.y (mgr.24491) 17095 : cluster [DBG] pgmap v15104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:03.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:02.121192+0000 mgr.y (mgr.24491) 17096 : cluster [DBG] pgmap v15105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:02.121192+0000 mgr.y (mgr.24491) 17096 : cluster [DBG] pgmap v15105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:02.121192+0000 mgr.y (mgr.24491) 17096 : cluster [DBG] pgmap v15105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:04.121646+0000 mgr.y (mgr.24491) 17097 : cluster [DBG] pgmap v15106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:04.121646+0000 mgr.y (mgr.24491) 17097 : cluster [DBG] pgmap v15106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:04.121646+0000 mgr.y (mgr.24491) 17097 : cluster [DBG] pgmap v15106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:06.122403+0000 mgr.y (mgr.24491) 17098 : cluster [DBG] pgmap v15107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:06.122403+0000 mgr.y (mgr.24491) 17098 : cluster [DBG] pgmap v15107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:56:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:06.122403+0000 mgr.y (mgr.24491) 17098 : cluster [DBG] pgmap v15107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:08.122997+0000 mgr.y (mgr.24491) 17099 : cluster [DBG] pgmap v15108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:08.122997+0000 mgr.y (mgr.24491) 17099 : cluster [DBG] pgmap v15108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:08.122997+0000 mgr.y (mgr.24491) 17099 : cluster [DBG] pgmap v15108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:10.239 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:56:10.520 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:56:10.520 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:56:10.520 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:56:10.520 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:56:10.520 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:56:10.520 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:56:10.521 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:56:10.521 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:56:10.521 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:56:10.521 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:56:10.521 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:56:10.521 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:56:10.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:56:10.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:56:10.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:56:10.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:56:10.522 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:56:10.523 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:56:10.523 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:56:10.523 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:56:10.523 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:56:10.851 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:56:10.851 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:56:10.851 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:56:10.852 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:56:10.852 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:56:10.852 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:56:10.852 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:56:10.852 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:56:10.852 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:56:10.852 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:56:10.852 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:56:10.852 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:56:10.852 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:56:10.853 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:56:10.853 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:56:10.853 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:56:10.853 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:56:11.496 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:56:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:10.123595+0000 mgr.y (mgr.24491) 17100 : cluster [DBG] pgmap v15109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:56:10.228069+0000 mgr.y (mgr.24491) 17101 : audit [DBG] from='client.42341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:56:10.512605+0000 mgr.y (mgr.24491) 17102 : audit [DBG] from='client.32436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:11.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:56:10.851899+0000 mon.c (mon.2) 529 : audit [DBG] from='client.? 172.21.15.177:0/258121275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:56:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:10.123595+0000 mgr.y (mgr.24491) 17100 : cluster [DBG] pgmap v15109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:56:10.228069+0000 mgr.y (mgr.24491) 17101 : audit [DBG] from='client.42341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:56:10.512605+0000 mgr.y (mgr.24491) 17102 : audit [DBG] from='client.32436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:56:10.851899+0000 mon.c (mon.2) 529 : audit [DBG] from='client.? 172.21.15.177:0/258121275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:56:11.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:10.123595+0000 mgr.y (mgr.24491) 17100 : cluster [DBG] pgmap v15109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:11.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:56:10.228069+0000 mgr.y (mgr.24491) 17101 : audit [DBG] from='client.42341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:11.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:56:10.512605+0000 mgr.y (mgr.24491) 17102 : audit [DBG] from='client.32436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:11.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:56:10.851899+0000 mon.c (mon.2) 529 : audit [DBG] from='client.? 172.21.15.177:0/258121275' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:56:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:12.124131+0000 mgr.y (mgr.24491) 17103 : cluster [DBG] pgmap v15110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:12.124131+0000 mgr.y (mgr.24491) 17103 : cluster [DBG] pgmap v15110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:12.124131+0000 mgr.y (mgr.24491) 17103 : cluster [DBG] pgmap v15110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:14.124461+0000 mgr.y (mgr.24491) 17104 : cluster [DBG] pgmap v15111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:14.124461+0000 mgr.y (mgr.24491) 17104 : cluster [DBG] pgmap v15111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:14.124461+0000 mgr.y (mgr.24491) 17104 : cluster [DBG] pgmap v15111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:56:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:16.125145+0000 mgr.y (mgr.24491) 17105 : cluster [DBG] pgmap v15112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:17.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:16.125145+0000 mgr.y (mgr.24491) 17105 : cluster [DBG] pgmap v15112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:16.125145+0000 mgr.y (mgr.24491) 17105 : cluster [DBG] pgmap v15112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:18.125582+0000 mgr.y (mgr.24491) 17106 : cluster [DBG] pgmap v15113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:19.927 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:18.125582+0000 mgr.y (mgr.24491) 17106 : cluster [DBG] pgmap v15113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:18.125582+0000 mgr.y (mgr.24491) 17106 : cluster [DBG] pgmap v15113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:56:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:20.126286+0000 mgr.y (mgr.24491) 17107 : cluster [DBG] pgmap v15114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:20.126286+0000 mgr.y (mgr.24491) 17107 : cluster [DBG] pgmap v15114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:20.126286+0000 mgr.y (mgr.24491) 17107 : cluster [DBG] pgmap v15114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:22.126757+0000 mgr.y (mgr.24491) 17108 : cluster [DBG] pgmap v15115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:22.126757+0000 mgr.y (mgr.24491) 17108 : cluster [DBG] pgmap v15115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:22.126757+0000 mgr.y (mgr.24491) 17108 : cluster [DBG] pgmap v15115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:24.127199+0000 mgr.y (mgr.24491) 17109 : cluster [DBG] pgmap v15116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:24.127199+0000 mgr.y (mgr.24491) 17109 : cluster [DBG] pgmap v15116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:24.127199+0000 mgr.y (mgr.24491) 17109 : cluster [DBG] pgmap v15116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:56:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:26.127859+0000 mgr.y (mgr.24491) 17110 : cluster [DBG] pgmap v15117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:56:26.607628+0000 mon.a (mon.0) 3600 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:56:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:56:26.855272+0000 mon.a (mon.0) 3601 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:56:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:56:27.131825+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:56:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:56:27.132526+0000 mon.a (mon.0) 3603 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:56:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:56:27.136957+0000 mon.a (mon.0) 3604 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:56:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:26.127859+0000 mgr.y (mgr.24491) 17110 : cluster [DBG] pgmap v15117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:56:26.607628+0000 mon.a (mon.0) 3600 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:56:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:56:26.855272+0000 mon.a (mon.0) 3601 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:56:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:56:27.131825+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:56:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:56:27.132526+0000 mon.a (mon.0) 3603 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:56:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:56:27.136957+0000 mon.a (mon.0) 3604 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:56:28.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:26.127859+0000 mgr.y (mgr.24491) 17110 : cluster [DBG] pgmap v15117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:28.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:56:26.607628+0000 mon.a (mon.0) 3600 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:56:28.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:56:26.855272+0000 mon.a (mon.0) 3601 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:56:28.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:56:27.131825+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:56:28.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:56:27.132526+0000 mon.a (mon.0) 3603 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:56:28.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:56:27.136957+0000 mon.a (mon.0) 3604 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:56:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:28.128398+0000 mgr.y (mgr.24491) 17111 : cluster [DBG] pgmap v15118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:28.128398+0000 mgr.y (mgr.24491) 17111 : cluster [DBG] pgmap v15118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:28.128398+0000 mgr.y (mgr.24491) 17111 : cluster [DBG] pgmap v15118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:56:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:30.129230+0000 mgr.y (mgr.24491) 17112 : cluster [DBG] pgmap v15119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:31.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:30.129230+0000 mgr.y (mgr.24491) 17112 : cluster [DBG] pgmap v15119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:30.129230+0000 mgr.y (mgr.24491) 17112 : cluster [DBG] pgmap v15119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:32.129675+0000 mgr.y (mgr.24491) 17113 : cluster [DBG] pgmap v15120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:32.129675+0000 mgr.y (mgr.24491) 17113 : cluster [DBG] pgmap v15120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:32.129675+0000 mgr.y (mgr.24491) 17113 : cluster [DBG] pgmap v15120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:34.130106+0000 mgr.y (mgr.24491) 17114 : cluster [DBG] pgmap v15121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:34.130106+0000 mgr.y (mgr.24491) 17114 : cluster [DBG] pgmap v15121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:34.130106+0000 mgr.y (mgr.24491) 17114 : cluster [DBG] pgmap v15121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:56:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:36.130782+0000 mgr.y (mgr.24491) 17115 : cluster [DBG] pgmap v15122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:36.130782+0000 mgr.y (mgr.24491) 17115 : cluster [DBG] pgmap v15122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:36.130782+0000 mgr.y (mgr.24491) 17115 : cluster [DBG] pgmap v15122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:39.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:38.131219+0000 mgr.y (mgr.24491) 17116 : cluster [DBG] pgmap v15123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:39.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:38.131219+0000 mgr.y (mgr.24491) 17116 : cluster [DBG] pgmap v15123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:38.131219+0000 mgr.y (mgr.24491) 17116 : cluster [DBG] pgmap v15123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:41.158 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 4m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 4m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 4m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 4m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 4m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 4m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 4m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 4m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 4m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 4m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:56:41.433 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 4m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:56:41.434 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 4m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:56:41.434 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 4m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:56:41.434 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 4m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:56:41.434 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 4m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:56:41.434 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 4m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:56:41.434 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 4m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:56:41.434 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 4m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:56:41.434 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 4m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:56:41.434 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 4m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:56:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:56:41.769 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:56:41.770 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:56:41.771 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:56:41.771 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:56:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:40.132009+0000 mgr.y (mgr.24491) 17117 : cluster [DBG] pgmap v15124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:40.132009+0000 mgr.y (mgr.24491) 17117 : cluster [DBG] pgmap v15124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:40.132009+0000 mgr.y (mgr.24491) 17117 : cluster [DBG] pgmap v15124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:56:41.147566+0000 mgr.y (mgr.24491) 17118 : audit [DBG] from='client.42359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:56:41.425917+0000 mgr.y (mgr.24491) 17119 : audit [DBG] from='client.32454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:56:41.770266+0000 mon.a (mon.0) 3605 : audit [DBG] from='client.? 172.21.15.177:0/1318139235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:56:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:56:41.147566+0000 mgr.y (mgr.24491) 17118 : audit [DBG] from='client.42359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:56:41.425917+0000 mgr.y (mgr.24491) 17119 : audit [DBG] from='client.32454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:56:41.770266+0000 mon.a (mon.0) 3605 : audit [DBG] from='client.? 172.21.15.177:0/1318139235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:56:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:56:41.147566+0000 mgr.y (mgr.24491) 17118 : audit [DBG] from='client.42359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:56:41.425917+0000 mgr.y (mgr.24491) 17119 : audit [DBG] from='client.32454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:56:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:56:41.770266+0000 mon.a (mon.0) 3605 : audit [DBG] from='client.? 172.21.15.177:0/1318139235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:56:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:42.132522+0000 mgr.y (mgr.24491) 17120 : cluster [DBG] pgmap v15125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:42.132522+0000 mgr.y (mgr.24491) 17120 : cluster [DBG] pgmap v15125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:42.132522+0000 mgr.y (mgr.24491) 17120 : cluster [DBG] pgmap v15125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:44.133053+0000 mgr.y (mgr.24491) 17121 : cluster [DBG] pgmap v15126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:44.133053+0000 mgr.y (mgr.24491) 17121 : cluster [DBG] pgmap v15126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:44.133053+0000 mgr.y (mgr.24491) 17121 : cluster [DBG] pgmap v15126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:56:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:46.133674+0000 mgr.y (mgr.24491) 17122 : cluster [DBG] pgmap v15127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:46.133674+0000 mgr.y (mgr.24491) 17122 : cluster [DBG] pgmap v15127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:46.133674+0000 mgr.y (mgr.24491) 17122 : cluster [DBG] pgmap v15127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:48.134156+0000 mgr.y (mgr.24491) 17123 : cluster [DBG] pgmap v15128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:49.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:48.134156+0000 mgr.y (mgr.24491) 17123 : cluster [DBG] pgmap v15128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:48.134156+0000 mgr.y (mgr.24491) 17123 : cluster [DBG] pgmap v15128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:56:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:50.134799+0000 mgr.y (mgr.24491) 17124 : cluster [DBG] pgmap v15129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:50.134799+0000 mgr.y (mgr.24491) 17124 : cluster [DBG] pgmap v15129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:50.134799+0000 mgr.y (mgr.24491) 17124 : cluster [DBG] pgmap v15129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:52.135265+0000 mgr.y (mgr.24491) 17125 : cluster [DBG] pgmap v15130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:52.135265+0000 mgr.y (mgr.24491) 17125 : cluster [DBG] pgmap v15130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:52.135265+0000 mgr.y (mgr.24491) 17125 : cluster [DBG] pgmap v15130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:54.135699+0000 mgr.y (mgr.24491) 17126 : cluster [DBG] pgmap v15131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:54.135699+0000 mgr.y (mgr.24491) 17126 : cluster [DBG] pgmap v15131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:54.135699+0000 mgr.y (mgr.24491) 17126 : cluster [DBG] pgmap v15131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:56:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:56:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:56.136538+0000 mgr.y (mgr.24491) 17127 : cluster [DBG] pgmap v15132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:56.136538+0000 mgr.y (mgr.24491) 17127 : cluster [DBG] pgmap v15132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:56.136538+0000 mgr.y (mgr.24491) 17127 : cluster [DBG] pgmap v15132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:56:58.136985+0000 mgr.y (mgr.24491) 17128 : cluster [DBG] pgmap v15133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:56:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:56:58.136985+0000 mgr.y (mgr.24491) 17128 : cluster [DBG] pgmap v15133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:56:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:56:58.136985+0000 mgr.y (mgr.24491) 17128 : cluster [DBG] pgmap v15133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:57:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:00.137598+0000 mgr.y (mgr.24491) 17129 : cluster [DBG] pgmap v15134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:00.137598+0000 mgr.y (mgr.24491) 17129 : cluster [DBG] pgmap v15134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:00.137598+0000 mgr.y (mgr.24491) 17129 : cluster [DBG] pgmap v15134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:02.138066+0000 mgr.y (mgr.24491) 17130 : cluster [DBG] pgmap v15135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:02.138066+0000 mgr.y (mgr.24491) 17130 : cluster [DBG] pgmap v15135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:02.138066+0000 mgr.y (mgr.24491) 17130 : cluster [DBG] pgmap v15135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:04.138421+0000 mgr.y (mgr.24491) 17131 : cluster [DBG] pgmap v15136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:04.138421+0000 mgr.y (mgr.24491) 17131 : cluster [DBG] pgmap v15136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:04.138421+0000 mgr.y (mgr.24491) 17131 : cluster [DBG] pgmap v15136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:57:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:06.139219+0000 mgr.y (mgr.24491) 17132 : cluster [DBG] pgmap v15137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:06.139219+0000 mgr.y (mgr.24491) 17132 : cluster [DBG] pgmap v15137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:06.139219+0000 mgr.y (mgr.24491) 17132 : cluster [DBG] pgmap v15137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:08.139778+0000 mgr.y (mgr.24491) 17133 : cluster [DBG] pgmap v15138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:08.139778+0000 mgr.y (mgr.24491) 17133 : cluster [DBG] pgmap v15138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:08.139778+0000 mgr.y (mgr.24491) 17133 : cluster [DBG] pgmap v15138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:57:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:10.140552+0000 mgr.y (mgr.24491) 17134 : cluster [DBG] pgmap v15139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:10.140552+0000 mgr.y (mgr.24491) 17134 : cluster [DBG] pgmap v15139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:10.140552+0000 mgr.y (mgr.24491) 17134 : cluster [DBG] pgmap v15139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:12.080 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 4m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 4m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 4m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 4m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 4m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 4m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 4m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 4m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 4m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 4m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 4m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 4m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:57:12.355 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 4m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:57:12.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 4m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:57:12.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 4m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:57:12.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 4m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:57:12.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 4m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:57:12.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 4m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:57:12.356 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 4m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:57:12.356 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 4m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:57:12.700 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:57:12.700 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:57:12.700 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:57:12.701 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:57:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:57:12.068622+0000 mgr.y (mgr.24491) 17135 : audit [DBG] from='client.42377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:12.140851+0000 mgr.y (mgr.24491) 17136 : cluster [DBG] pgmap v15140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:57:12.347980+0000 mgr.y (mgr.24491) 17137 : audit [DBG] from='client.42383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:57:12.701112+0000 mon.a (mon.0) 3606 : audit [DBG] from='client.? 172.21.15.177:0/2262265333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:57:13.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:57:12.068622+0000 mgr.y (mgr.24491) 17135 : audit [DBG] from='client.42377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:13.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:12.140851+0000 mgr.y (mgr.24491) 17136 : cluster [DBG] pgmap v15140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:13.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:57:12.347980+0000 mgr.y (mgr.24491) 17137 : audit [DBG] from='client.42383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:13.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:57:12.701112+0000 mon.a (mon.0) 3606 : audit [DBG] from='client.? 172.21.15.177:0/2262265333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:57:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:57:12.068622+0000 mgr.y (mgr.24491) 17135 : audit [DBG] from='client.42377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:12.140851+0000 mgr.y (mgr.24491) 17136 : cluster [DBG] pgmap v15140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:57:12.347980+0000 mgr.y (mgr.24491) 17137 : audit [DBG] from='client.42383 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:57:12.701112+0000 mon.a (mon.0) 3606 : audit [DBG] from='client.? 172.21.15.177:0/2262265333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:57:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:14.141209+0000 mgr.y (mgr.24491) 17138 : cluster [DBG] pgmap v15141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:14.141209+0000 mgr.y (mgr.24491) 17138 : cluster [DBG] pgmap v15141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:14.141209+0000 mgr.y (mgr.24491) 17138 : cluster [DBG] pgmap v15141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:57:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:16.141859+0000 mgr.y (mgr.24491) 17139 : cluster [DBG] pgmap v15142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:16.141859+0000 mgr.y (mgr.24491) 17139 : cluster [DBG] pgmap v15142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:16.141859+0000 mgr.y (mgr.24491) 17139 : cluster [DBG] pgmap v15142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:18.142429+0000 mgr.y (mgr.24491) 17140 : cluster [DBG] pgmap v15143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:18.142429+0000 mgr.y (mgr.24491) 17140 : cluster [DBG] pgmap v15143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:18.142429+0000 mgr.y (mgr.24491) 17140 : cluster [DBG] pgmap v15143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:57:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:20.143204+0000 mgr.y (mgr.24491) 17141 : cluster [DBG] pgmap v15144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:20.143204+0000 mgr.y (mgr.24491) 17141 : cluster [DBG] pgmap v15144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:20.143204+0000 mgr.y (mgr.24491) 17141 : cluster [DBG] pgmap v15144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:22.143700+0000 mgr.y (mgr.24491) 17142 : cluster [DBG] pgmap v15145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:22.143700+0000 mgr.y (mgr.24491) 17142 : cluster [DBG] pgmap v15145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:22.143700+0000 mgr.y (mgr.24491) 17142 : cluster [DBG] pgmap v15145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:24.144084+0000 mgr.y (mgr.24491) 17143 : cluster [DBG] pgmap v15146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:24.144084+0000 mgr.y (mgr.24491) 17143 : cluster [DBG] pgmap v15146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:24.144084+0000 mgr.y (mgr.24491) 17143 : cluster [DBG] pgmap v15146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:57:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:26.144778+0000 mgr.y (mgr.24491) 17144 : cluster [DBG] pgmap v15147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:57:27.141452+0000 mon.a (mon.0) 3607 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:57:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:57:27.434900+0000 mon.a (mon.0) 3608 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:57:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:57:27.435593+0000 mon.a (mon.0) 3609 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:57:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:57:27.439810+0000 mon.a (mon.0) 3610 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:57:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:26.144778+0000 mgr.y (mgr.24491) 17144 : cluster [DBG] pgmap v15147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:57:27.141452+0000 mon.a (mon.0) 3607 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:57:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:57:27.434900+0000 mon.a (mon.0) 3608 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:57:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:57:27.435593+0000 mon.a (mon.0) 3609 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:57:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:57:27.439810+0000 mon.a (mon.0) 3610 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:57:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:26.144778+0000 mgr.y (mgr.24491) 17144 : cluster [DBG] pgmap v15147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:57:27.141452+0000 mon.a (mon.0) 3607 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:57:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:57:27.434900+0000 mon.a (mon.0) 3608 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:57:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:57:27.435593+0000 mon.a (mon.0) 3609 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:57:28.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:57:27.439810+0000 mon.a (mon.0) 3610 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:57:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:28.145188+0000 mgr.y (mgr.24491) 17145 : cluster [DBG] pgmap v15148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:28.145188+0000 mgr.y (mgr.24491) 17145 : cluster [DBG] pgmap v15148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:28.145188+0000 mgr.y (mgr.24491) 17145 : cluster [DBG] pgmap v15148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:57:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:30.146001+0000 mgr.y (mgr.24491) 17146 : cluster [DBG] pgmap v15149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:30.146001+0000 mgr.y (mgr.24491) 17146 : cluster [DBG] pgmap v15149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:30.146001+0000 mgr.y (mgr.24491) 17146 : cluster [DBG] pgmap v15149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:32.146405+0000 mgr.y (mgr.24491) 17147 : cluster [DBG] pgmap v15150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:32.146405+0000 mgr.y (mgr.24491) 17147 : cluster [DBG] pgmap v15150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:32.146405+0000 mgr.y (mgr.24491) 17147 : cluster [DBG] pgmap v15150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:34.146926+0000 mgr.y (mgr.24491) 17148 : cluster [DBG] pgmap v15151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:34.146926+0000 mgr.y (mgr.24491) 17148 : cluster [DBG] pgmap v15151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:34.146926+0000 mgr.y (mgr.24491) 17148 : cluster [DBG] pgmap v15151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:37.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:36.147603+0000 mgr.y (mgr.24491) 17149 : cluster [DBG] pgmap v15152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:37.901 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:57:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:36.147603+0000 mgr.y (mgr.24491) 17149 : cluster [DBG] pgmap v15152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:36.147603+0000 mgr.y (mgr.24491) 17149 : cluster [DBG] pgmap v15152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:38.148057+0000 mgr.y (mgr.24491) 17150 : cluster [DBG] pgmap v15153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:38.148057+0000 mgr.y (mgr.24491) 17150 : cluster [DBG] pgmap v15153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:38.148057+0000 mgr.y (mgr.24491) 17150 : cluster [DBG] pgmap v15153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:57:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:40.148733+0000 mgr.y (mgr.24491) 17151 : cluster [DBG] pgmap v15154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:40.148733+0000 mgr.y (mgr.24491) 17151 : cluster [DBG] pgmap v15154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:40.148733+0000 mgr.y (mgr.24491) 17151 : cluster [DBG] pgmap v15154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:43.014 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:57:43.287 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:57:43.287 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 5m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:57:43.287 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 5m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:57:43.287 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 5m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:57:43.287 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 5m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:57:43.287 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 5m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:57:43.287 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 5m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:57:43.287 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 5m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 5m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 5m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 5m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 5m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 5m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 5m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 5m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 5m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 5m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 5m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 5m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 5m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:57:43.288 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 5m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:57:43.620 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:57:43.620 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:57:43.620 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:57:43.620 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:57:43.620 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:57:43.620 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:57:43.621 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:57:43.621 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:57:43.621 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:57:43.621 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:57:43.621 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:57:43.621 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:57:43.621 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:57:43.621 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:57:43.621 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:57:43.621 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:57:43.621 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:57:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:42.149214+0000 mgr.y (mgr.24491) 17152 : cluster [DBG] pgmap v15155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:57:43.620566+0000 mon.a (mon.0) 3611 : audit [DBG] from='client.? 172.21.15.177:0/1377237181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:57:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:42.149214+0000 mgr.y (mgr.24491) 17152 : cluster [DBG] pgmap v15155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:44.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:57:43.620566+0000 mon.a (mon.0) 3611 : audit [DBG] from='client.? 172.21.15.177:0/1377237181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:57:44.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:42.149214+0000 mgr.y (mgr.24491) 17152 : cluster [DBG] pgmap v15155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:44.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:57:43.620566+0000 mon.a (mon.0) 3611 : audit [DBG] from='client.? 172.21.15.177:0/1377237181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:57:45.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:57:43.002732+0000 mgr.y (mgr.24491) 17153 : audit [DBG] from='client.42395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:45.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:57:43.280034+0000 mgr.y (mgr.24491) 17154 : audit [DBG] from='client.32490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:57:43.002732+0000 mgr.y (mgr.24491) 17153 : audit [DBG] from='client.42395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:57:43.280034+0000 mgr.y (mgr.24491) 17154 : audit [DBG] from='client.32490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:57:43.002732+0000 mgr.y (mgr.24491) 17153 : audit [DBG] from='client.42395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:57:43.280034+0000 mgr.y (mgr.24491) 17154 : audit [DBG] from='client.32490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:57:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:44.149517+0000 mgr.y (mgr.24491) 17155 : cluster [DBG] pgmap v15156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:44.149517+0000 mgr.y (mgr.24491) 17155 : cluster [DBG] pgmap v15156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:44.149517+0000 mgr.y (mgr.24491) 17155 : cluster [DBG] pgmap v15156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:46.150126+0000 mgr.y (mgr.24491) 17156 : cluster [DBG] pgmap v15157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:57:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:46.150126+0000 mgr.y (mgr.24491) 17156 : cluster [DBG] pgmap v15157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:46.150126+0000 mgr.y (mgr.24491) 17156 : cluster [DBG] pgmap v15157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:48.150528+0000 mgr.y (mgr.24491) 17157 : cluster [DBG] pgmap v15158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:48.150528+0000 mgr.y (mgr.24491) 17157 : cluster [DBG] pgmap v15158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:48.150528+0000 mgr.y (mgr.24491) 17157 : cluster [DBG] pgmap v15158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:57:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:50.151265+0000 mgr.y (mgr.24491) 17158 : cluster [DBG] pgmap v15159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:50.151265+0000 mgr.y (mgr.24491) 17158 : cluster [DBG] pgmap v15159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:52.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:50.151265+0000 mgr.y (mgr.24491) 17158 : cluster [DBG] pgmap v15159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:52.151646+0000 mgr.y (mgr.24491) 17159 : cluster [DBG] pgmap v15160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:52.151646+0000 mgr.y (mgr.24491) 17159 : cluster [DBG] pgmap v15160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:52.151646+0000 mgr.y (mgr.24491) 17159 : cluster [DBG] pgmap v15160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:54.152033+0000 mgr.y (mgr.24491) 17160 : cluster [DBG] pgmap v15161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:54.152033+0000 mgr.y (mgr.24491) 17160 : cluster [DBG] pgmap v15161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:54.152033+0000 mgr.y (mgr.24491) 17160 : cluster [DBG] pgmap v15161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:58.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:56.152656+0000 mgr.y (mgr.24491) 17161 : cluster [DBG] pgmap v15162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:56.152656+0000 mgr.y (mgr.24491) 17161 : cluster [DBG] pgmap v15162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:57:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:57:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:57:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:56.152656+0000 mgr.y (mgr.24491) 17161 : cluster [DBG] pgmap v15162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:57:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:57:58.153052+0000 mgr.y (mgr.24491) 17162 : cluster [DBG] pgmap v15163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:57:58.153052+0000 mgr.y (mgr.24491) 17162 : cluster [DBG] pgmap v15163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:57:58.153052+0000 mgr.y (mgr.24491) 17162 : cluster [DBG] pgmap v15163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:58:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:00.153830+0000 mgr.y (mgr.24491) 17163 : cluster [DBG] pgmap v15164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:00.153830+0000 mgr.y (mgr.24491) 17163 : cluster [DBG] pgmap v15164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:00.153830+0000 mgr.y (mgr.24491) 17163 : cluster [DBG] pgmap v15164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:02.154369+0000 mgr.y (mgr.24491) 17164 : cluster [DBG] pgmap v15165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:02.154369+0000 mgr.y (mgr.24491) 17164 : cluster [DBG] pgmap v15165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:02.154369+0000 mgr.y (mgr.24491) 17164 : cluster [DBG] pgmap v15165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:04.154821+0000 mgr.y (mgr.24491) 17165 : cluster [DBG] pgmap v15166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:04.154821+0000 mgr.y (mgr.24491) 17165 : cluster [DBG] pgmap v15166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:04.154821+0000 mgr.y (mgr.24491) 17165 : cluster [DBG] pgmap v15166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:06.155584+0000 mgr.y (mgr.24491) 17166 : cluster [DBG] pgmap v15167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:06.155584+0000 mgr.y (mgr.24491) 17166 : cluster [DBG] pgmap v15167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T11:58:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:06.155584+0000 mgr.y (mgr.24491) 17166 : cluster [DBG] pgmap v15167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:08.156095+0000 mgr.y (mgr.24491) 17167 : cluster [DBG] pgmap v15168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:08.156095+0000 mgr.y (mgr.24491) 17167 : cluster [DBG] pgmap v15168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:08.156095+0000 mgr.y (mgr.24491) 17167 : cluster [DBG] pgmap v15168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:58:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:10.156912+0000 mgr.y (mgr.24491) 17168 : cluster [DBG] pgmap v15169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:10.156912+0000 mgr.y (mgr.24491) 17168 : cluster [DBG] pgmap v15169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:10.156912+0000 mgr.y (mgr.24491) 17168 : cluster [DBG] pgmap v15169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:13.930 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:58:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:12.157395+0000 mgr.y (mgr.24491) 17169 : cluster [DBG] pgmap v15170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:12.157395+0000 mgr.y (mgr.24491) 17169 : cluster [DBG] pgmap v15170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:12.157395+0000 mgr.y (mgr.24491) 17169 : cluster [DBG] pgmap v15170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:14.214 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:58:14.214 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 5m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:58:14.214 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 5m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:58:14.214 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 5m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:58:14.214 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 5m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:58:14.214 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 5m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:58:14.214 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 5m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:58:14.214 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 5m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:58:14.214 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 5m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:58:14.214 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 5m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:58:14.215 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 5m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:58:14.215 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 5m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:58:14.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 5m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:58:14.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 5m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:58:14.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 5m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:58:14.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 5m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:58:14.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 5m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:58:14.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 5m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:58:14.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 5m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:58:14.215 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 5m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:58:14.215 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 5m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:58:14.549 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:58:14.549 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:58:14.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:58:14.549 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:58:14.549 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:58:14.549 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:58:14.549 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:58:14.550 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:58:14.550 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:58:14.550 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:58:14.550 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:58:14.550 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:58:14.550 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:58:14.550 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:58:14.550 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:58:14.550 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:58:14.550 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:58:15.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:58:14.548572+0000 mon.c (mon.2) 530 : audit [DBG] from='client.? 172.21.15.177:0/3151213399' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:58:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:58:14.548572+0000 mon.c (mon.2) 530 : audit [DBG] from='client.? 172.21.15.177:0/3151213399' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:58:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:58:14.548572+0000 mon.c (mon.2) 530 : audit [DBG] from='client.? 172.21.15.177:0/3151213399' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:58:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:58:13.918824+0000 mgr.y (mgr.24491) 17170 : audit [DBG] from='client.32502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:14.157781+0000 mgr.y (mgr.24491) 17171 : cluster [DBG] pgmap v15171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:58:14.206416+0000 mgr.y (mgr.24491) 17172 : audit [DBG] from='client.32508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:58:13.918824+0000 mgr.y (mgr.24491) 17170 : audit [DBG] from='client.32502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:14.157781+0000 mgr.y (mgr.24491) 17171 : cluster [DBG] pgmap v15171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:58:14.206416+0000 mgr.y (mgr.24491) 17172 : audit [DBG] from='client.32508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:58:13.918824+0000 mgr.y (mgr.24491) 17170 : audit [DBG] from='client.32502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:14.157781+0000 mgr.y (mgr.24491) 17171 : cluster [DBG] pgmap v15171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:58:14.206416+0000 mgr.y (mgr.24491) 17172 : audit [DBG] from='client.32508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:16.158622+0000 mgr.y (mgr.24491) 17173 : cluster [DBG] pgmap v15172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:16.158622+0000 mgr.y (mgr.24491) 17173 : cluster [DBG] pgmap v15172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:17] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:58:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:16.158622+0000 mgr.y (mgr.24491) 17173 : cluster [DBG] pgmap v15172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:18.159123+0000 mgr.y (mgr.24491) 17174 : cluster [DBG] pgmap v15173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:18.159123+0000 mgr.y (mgr.24491) 17174 : cluster [DBG] pgmap v15173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:18.159123+0000 mgr.y (mgr.24491) 17174 : cluster [DBG] pgmap v15173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:58:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:20.159865+0000 mgr.y (mgr.24491) 17175 : cluster [DBG] pgmap v15174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:20.159865+0000 mgr.y (mgr.24491) 17175 : cluster [DBG] pgmap v15174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:20.159865+0000 mgr.y (mgr.24491) 17175 : cluster [DBG] pgmap v15174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:22.160256+0000 mgr.y (mgr.24491) 17176 : cluster [DBG] pgmap v15175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:22.160256+0000 mgr.y (mgr.24491) 17176 : cluster [DBG] pgmap v15175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:22.160256+0000 mgr.y (mgr.24491) 17176 : cluster [DBG] pgmap v15175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:24.160705+0000 mgr.y (mgr.24491) 17177 : cluster [DBG] pgmap v15176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:24.160705+0000 mgr.y (mgr.24491) 17177 : cluster [DBG] pgmap v15176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:24.160705+0000 mgr.y (mgr.24491) 17177 : cluster [DBG] pgmap v15176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:26.161592+0000 mgr.y (mgr.24491) 17178 : cluster [DBG] pgmap v15177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:58:27.444806+0000 mon.a (mon.0) 3612 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:58:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:27] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T11:58:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:26.161592+0000 mgr.y (mgr.24491) 17178 : cluster [DBG] pgmap v15177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:58:27.444806+0000 mon.a (mon.0) 3612 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:58:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:26.161592+0000 mgr.y (mgr.24491) 17178 : cluster [DBG] pgmap v15177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:58:27.444806+0000 mon.a (mon.0) 3612 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:58:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:58:27.738722+0000 mon.a (mon.0) 3613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:58:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:58:27.739322+0000 mon.a (mon.0) 3614 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:58:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:58:27.743455+0000 mon.a (mon.0) 3615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:58:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:58:27.738722+0000 mon.a (mon.0) 3613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:58:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:58:27.739322+0000 mon.a (mon.0) 3614 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:58:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:58:27.743455+0000 mon.a (mon.0) 3615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:58:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:58:27.738722+0000 mon.a (mon.0) 3613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:58:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:58:27.739322+0000 mon.a (mon.0) 3614 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:58:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:58:27.743455+0000 mon.a (mon.0) 3615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:58:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:28.162184+0000 mgr.y (mgr.24491) 17179 : cluster [DBG] pgmap v15178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:28.162184+0000 mgr.y (mgr.24491) 17179 : cluster [DBG] pgmap v15178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:28.162184+0000 mgr.y (mgr.24491) 17179 : cluster [DBG] pgmap v15178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:58:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:30.162833+0000 mgr.y (mgr.24491) 17180 : cluster [DBG] pgmap v15179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:30.162833+0000 mgr.y (mgr.24491) 17180 : cluster [DBG] pgmap v15179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:30.162833+0000 mgr.y (mgr.24491) 17180 : cluster [DBG] pgmap v15179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:34.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:32.163203+0000 mgr.y (mgr.24491) 17181 : cluster [DBG] pgmap v15180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:34.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:32.163203+0000 mgr.y (mgr.24491) 17181 : cluster [DBG] pgmap v15180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:32.163203+0000 mgr.y (mgr.24491) 17181 : cluster [DBG] pgmap v15180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:34.163569+0000 mgr.y (mgr.24491) 17182 : cluster [DBG] pgmap v15181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:34.163569+0000 mgr.y (mgr.24491) 17182 : cluster [DBG] pgmap v15181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:34.163569+0000 mgr.y (mgr.24491) 17182 : cluster [DBG] pgmap v15181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T11:58:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:36.164443+0000 mgr.y (mgr.24491) 17183 : cluster [DBG] pgmap v15182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:36.164443+0000 mgr.y (mgr.24491) 17183 : cluster [DBG] pgmap v15182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:36.164443+0000 mgr.y (mgr.24491) 17183 : cluster [DBG] pgmap v15182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:38.165022+0000 mgr.y (mgr.24491) 17184 : cluster [DBG] pgmap v15183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:38.165022+0000 mgr.y (mgr.24491) 17184 : cluster [DBG] pgmap v15183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:38.165022+0000 mgr.y (mgr.24491) 17184 : cluster [DBG] pgmap v15183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:58:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:40.165763+0000 mgr.y (mgr.24491) 17185 : cluster [DBG] pgmap v15184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:40.165763+0000 mgr.y (mgr.24491) 17185 : cluster [DBG] pgmap v15184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:40.165763+0000 mgr.y (mgr.24491) 17185 : cluster [DBG] pgmap v15184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:42.166268+0000 mgr.y (mgr.24491) 17186 : cluster [DBG] pgmap v15185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:42.166268+0000 mgr.y (mgr.24491) 17186 : cluster [DBG] pgmap v15185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:42.166268+0000 mgr.y (mgr.24491) 17186 : cluster [DBG] pgmap v15185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:44.860 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:58:45.137 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 6m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 6m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 6m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 6m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:58:45.138 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 6m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:58:45.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:58:45.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:58:45.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:58:45.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:58:45.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:58:45.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:58:45.139 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:58:45.468 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:58:45.468 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:58:45.468 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:58:45.468 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:58:45.468 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:58:45.468 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:58:45.468 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:58:45.469 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:58:45.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:58:45.469 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:58:45.469 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:58:45.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:58:45.469 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:58:45.469 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:58:45.469 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:58:45.469 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:58:45.469 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:58:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:44.166736+0000 mgr.y (mgr.24491) 17187 : cluster [DBG] pgmap v15186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:58:45.468885+0000 mon.c (mon.2) 531 : audit [DBG] from='client.? 172.21.15.177:0/1773281718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:58:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:44.166736+0000 mgr.y (mgr.24491) 17187 : cluster [DBG] pgmap v15186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:58:45.468885+0000 mon.c (mon.2) 531 : audit [DBG] from='client.? 172.21.15.177:0/1773281718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:58:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:44.166736+0000 mgr.y (mgr.24491) 17187 : cluster [DBG] pgmap v15186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:58:45.468885+0000 mon.c (mon.2) 531 : audit [DBG] from='client.? 172.21.15.177:0/1773281718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:58:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:58:44.849025+0000 mgr.y (mgr.24491) 17188 : audit [DBG] from='client.42431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:58:45.130772+0000 mgr.y (mgr.24491) 17189 : audit [DBG] from='client.32526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:58:44.849025+0000 mgr.y (mgr.24491) 17188 : audit [DBG] from='client.42431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:58:45.130772+0000 mgr.y (mgr.24491) 17189 : audit [DBG] from='client.32526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:58:44.849025+0000 mgr.y (mgr.24491) 17188 : audit [DBG] from='client.42431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:58:45.130772+0000 mgr.y (mgr.24491) 17189 : audit [DBG] from='client.32526 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:58:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:58:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:46.167449+0000 mgr.y (mgr.24491) 17190 : cluster [DBG] pgmap v15187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:46.167449+0000 mgr.y (mgr.24491) 17190 : cluster [DBG] pgmap v15187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:46.167449+0000 mgr.y (mgr.24491) 17190 : cluster [DBG] pgmap v15187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:48.168066+0000 mgr.y (mgr.24491) 17191 : cluster [DBG] pgmap v15188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:48.168066+0000 mgr.y (mgr.24491) 17191 : cluster [DBG] pgmap v15188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:48.168066+0000 mgr.y (mgr.24491) 17191 : cluster [DBG] pgmap v15188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:58:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:50.168933+0000 mgr.y (mgr.24491) 17192 : cluster [DBG] pgmap v15189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:50.168933+0000 mgr.y (mgr.24491) 17192 : cluster [DBG] pgmap v15189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:50.168933+0000 mgr.y (mgr.24491) 17192 : cluster [DBG] pgmap v15189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:52.169379+0000 mgr.y (mgr.24491) 17193 : cluster [DBG] pgmap v15190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:52.169379+0000 mgr.y (mgr.24491) 17193 : cluster [DBG] pgmap v15190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:52.169379+0000 mgr.y (mgr.24491) 17193 : cluster [DBG] pgmap v15190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:54.169737+0000 mgr.y (mgr.24491) 17194 : cluster [DBG] pgmap v15191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:54.169737+0000 mgr.y (mgr.24491) 17194 : cluster [DBG] pgmap v15191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:54.169737+0000 mgr.y (mgr.24491) 17194 : cluster [DBG] pgmap v15191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:58:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T11:58:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:56.170442+0000 mgr.y (mgr.24491) 17195 : cluster [DBG] pgmap v15192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:56.170442+0000 mgr.y (mgr.24491) 17195 : cluster [DBG] pgmap v15192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:58:58.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:56.170442+0000 mgr.y (mgr.24491) 17195 : cluster [DBG] pgmap v15192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:58:58.170968+0000 mgr.y (mgr.24491) 17196 : cluster [DBG] pgmap v15193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:58:58.170968+0000 mgr.y (mgr.24491) 17196 : cluster [DBG] pgmap v15193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:58:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:58:58.170968+0000 mgr.y (mgr.24491) 17196 : cluster [DBG] pgmap v15193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:00.171902+0000 mgr.y (mgr.24491) 17197 : cluster [DBG] pgmap v15194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:00.171902+0000 mgr.y (mgr.24491) 17197 : cluster [DBG] pgmap v15194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:00.171902+0000 mgr.y (mgr.24491) 17197 : cluster [DBG] pgmap v15194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:59:03.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:02.172449+0000 mgr.y (mgr.24491) 17198 : cluster [DBG] pgmap v15195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:02.172449+0000 mgr.y (mgr.24491) 17198 : cluster [DBG] pgmap v15195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:02.172449+0000 mgr.y (mgr.24491) 17198 : cluster [DBG] pgmap v15195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:05.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:04.172983+0000 mgr.y (mgr.24491) 17199 : cluster [DBG] pgmap v15196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:04.172983+0000 mgr.y (mgr.24491) 17199 : cluster [DBG] pgmap v15196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:04.172983+0000 mgr.y (mgr.24491) 17199 : cluster [DBG] pgmap v15196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:06.173926+0000 mgr.y (mgr.24491) 17200 : cluster [DBG] pgmap v15197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:06.173926+0000 mgr.y (mgr.24491) 17200 : cluster [DBG] pgmap v15197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:06.173926+0000 mgr.y (mgr.24491) 17200 : cluster [DBG] pgmap v15197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T11:59:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:08.174392+0000 mgr.y (mgr.24491) 17201 : cluster [DBG] pgmap v15198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:08.174392+0000 mgr.y (mgr.24491) 17201 : cluster [DBG] pgmap v15198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:08.174392+0000 mgr.y (mgr.24491) 17201 : cluster [DBG] pgmap v15198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:11.430 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:59:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:10.175334+0000 mgr.y (mgr.24491) 17202 : cluster [DBG] pgmap v15199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:10.175334+0000 mgr.y (mgr.24491) 17202 : cluster [DBG] pgmap v15199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:10.175334+0000 mgr.y (mgr.24491) 17202 : cluster [DBG] pgmap v15199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:12.175887+0000 mgr.y (mgr.24491) 17203 : cluster [DBG] pgmap v15200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:12.175887+0000 mgr.y (mgr.24491) 17203 : cluster [DBG] pgmap v15200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:12.175887+0000 mgr.y (mgr.24491) 17203 : cluster [DBG] pgmap v15200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:14.176378+0000 mgr.y (mgr.24491) 17204 : cluster [DBG] pgmap v15201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:15.786 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:59:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:14.176378+0000 mgr.y (mgr.24491) 17204 : cluster [DBG] pgmap v15201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:14.176378+0000 mgr.y (mgr.24491) 17204 : cluster [DBG] pgmap v15201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:16.055 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:59:16.055 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:59:16.055 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:59:16.055 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:59:16.055 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:59:16.055 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 6m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:59:16.055 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:59:16.055 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:59:16.055 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 6m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 6m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 6m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 6m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:59:16.056 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:59:16.390 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:59:16.390 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:59:16.390 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:59:16.390 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:59:16.390 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:59:16.390 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:59:16.390 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:59:16.390 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:59:16.390 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:59:16.390 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:59:16.391 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:59:16.391 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:59:16.391 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:59:16.391 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:59:16.391 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:59:16.391 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:59:16.391 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:59:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:59:15.764737+0000 mgr.y (mgr.24491) 17205 : audit [DBG] from='client.42449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:59:16.390611+0000 mon.c (mon.2) 532 : audit [DBG] from='client.? 172.21.15.177:0/4088674999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:59:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:59:15.764737+0000 mgr.y (mgr.24491) 17205 : audit [DBG] from='client.42449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:59:16.390611+0000 mon.c (mon.2) 532 : audit [DBG] from='client.? 172.21.15.177:0/4088674999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:59:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:59:15.764737+0000 mgr.y (mgr.24491) 17205 : audit [DBG] from='client.42449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:59:16.390611+0000 mon.c (mon.2) 532 : audit [DBG] from='client.? 172.21.15.177:0/4088674999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:59:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:59:16.048194+0000 mgr.y (mgr.24491) 17206 : audit [DBG] from='client.32544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:16.177090+0000 mgr.y (mgr.24491) 17207 : cluster [DBG] pgmap v15202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:59:16.048194+0000 mgr.y (mgr.24491) 17206 : audit [DBG] from='client.32544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:16.177090+0000 mgr.y (mgr.24491) 17207 : cluster [DBG] pgmap v15202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:59:16.048194+0000 mgr.y (mgr.24491) 17206 : audit [DBG] from='client.32544 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:16.177090+0000 mgr.y (mgr.24491) 17207 : cluster [DBG] pgmap v15202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:59:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:18.177580+0000 mgr.y (mgr.24491) 17208 : cluster [DBG] pgmap v15203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:18.177580+0000 mgr.y (mgr.24491) 17208 : cluster [DBG] pgmap v15203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:18.177580+0000 mgr.y (mgr.24491) 17208 : cluster [DBG] pgmap v15203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:21.450 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:59:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:20.178432+0000 mgr.y (mgr.24491) 17209 : cluster [DBG] pgmap v15204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:20.178432+0000 mgr.y (mgr.24491) 17209 : cluster [DBG] pgmap v15204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:20.178432+0000 mgr.y (mgr.24491) 17209 : cluster [DBG] pgmap v15204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:22.178800+0000 mgr.y (mgr.24491) 17210 : cluster [DBG] pgmap v15205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:22.178800+0000 mgr.y (mgr.24491) 17210 : cluster [DBG] pgmap v15205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:22.178800+0000 mgr.y (mgr.24491) 17210 : cluster [DBG] pgmap v15205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:24.179217+0000 mgr.y (mgr.24491) 17211 : cluster [DBG] pgmap v15206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:24.179217+0000 mgr.y (mgr.24491) 17211 : cluster [DBG] pgmap v15206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:24.179217+0000 mgr.y (mgr.24491) 17211 : cluster [DBG] pgmap v15206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:26.179928+0000 mgr.y (mgr.24491) 17212 : cluster [DBG] pgmap v15207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:27.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:26.179928+0000 mgr.y (mgr.24491) 17212 : cluster [DBG] pgmap v15207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:26.179928+0000 mgr.y (mgr.24491) 17212 : cluster [DBG] pgmap v15207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T11:59:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:59:27.747641+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:59:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:59:28.037377+0000 mon.a (mon.0) 3617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:59:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:59:28.038029+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:59:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:59:28.042437+0000 mon.a (mon.0) 3619 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:59:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:59:27.747641+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:59:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:59:28.037377+0000 mon.a (mon.0) 3617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:59:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:59:28.038029+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:59:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:59:28.042437+0000 mon.a (mon.0) 3619 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:59:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:59:27.747641+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T11:59:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:59:28.037377+0000 mon.a (mon.0) 3617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T11:59:28.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:59:28.038029+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T11:59:28.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:59:28.042437+0000 mon.a (mon.0) 3619 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T11:59:29.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:28.180303+0000 mgr.y (mgr.24491) 17213 : cluster [DBG] pgmap v15208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:28.180303+0000 mgr.y (mgr.24491) 17213 : cluster [DBG] pgmap v15208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:28.180303+0000 mgr.y (mgr.24491) 17213 : cluster [DBG] pgmap v15208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:31.468 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:59:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:30.180981+0000 mgr.y (mgr.24491) 17214 : cluster [DBG] pgmap v15209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:30.180981+0000 mgr.y (mgr.24491) 17214 : cluster [DBG] pgmap v15209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:30.180981+0000 mgr.y (mgr.24491) 17214 : cluster [DBG] pgmap v15209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:32.181460+0000 mgr.y (mgr.24491) 17215 : cluster [DBG] pgmap v15210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:32.181460+0000 mgr.y (mgr.24491) 17215 : cluster [DBG] pgmap v15210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:32.181460+0000 mgr.y (mgr.24491) 17215 : cluster [DBG] pgmap v15210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:34.181888+0000 mgr.y (mgr.24491) 17216 : cluster [DBG] pgmap v15211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:34.181888+0000 mgr.y (mgr.24491) 17216 : cluster [DBG] pgmap v15211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:34.181888+0000 mgr.y (mgr.24491) 17216 : cluster [DBG] pgmap v15211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:36.182745+0000 mgr.y (mgr.24491) 17217 : cluster [DBG] pgmap v15212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T11:59:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:36.182745+0000 mgr.y (mgr.24491) 17217 : cluster [DBG] pgmap v15212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:36.182745+0000 mgr.y (mgr.24491) 17217 : cluster [DBG] pgmap v15212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:38.183442+0000 mgr.y (mgr.24491) 17218 : cluster [DBG] pgmap v15213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:38.183442+0000 mgr.y (mgr.24491) 17218 : cluster [DBG] pgmap v15213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:38.183442+0000 mgr.y (mgr.24491) 17218 : cluster [DBG] pgmap v15213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:41.489 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:59:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:40.184183+0000 mgr.y (mgr.24491) 17219 : cluster [DBG] pgmap v15214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:40.184183+0000 mgr.y (mgr.24491) 17219 : cluster [DBG] pgmap v15214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:41.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:40.184183+0000 mgr.y (mgr.24491) 17219 : cluster [DBG] pgmap v15214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:42.184596+0000 mgr.y (mgr.24491) 17220 : cluster [DBG] pgmap v15215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:42.184596+0000 mgr.y (mgr.24491) 17220 : cluster [DBG] pgmap v15215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:42.184596+0000 mgr.y (mgr.24491) 17220 : cluster [DBG] pgmap v15215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:44.184981+0000 mgr.y (mgr.24491) 17221 : cluster [DBG] pgmap v15216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:44.184981+0000 mgr.y (mgr.24491) 17221 : cluster [DBG] pgmap v15216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:44.184981+0000 mgr.y (mgr.24491) 17221 : cluster [DBG] pgmap v15216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:46.698 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T11:59:46.972 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T11:59:46.973 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 7m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T11:59:46.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T11:59:46.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T11:59:46.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T11:59:46.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T11:59:46.974 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T11:59:46.974 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T11:59:47.308 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T11:59:47.308 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T11:59:47.308 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T11:59:47.309 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T11:59:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:46.185686+0000 mgr.y (mgr.24491) 17222 : cluster [DBG] pgmap v15217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:59:46.687285+0000 mgr.y (mgr.24491) 17223 : audit [DBG] from='client.32556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:59:47.309229+0000 mon.a (mon.0) 3620 : audit [DBG] from='client.? 172.21.15.177:0/859755424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:59:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:59:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:46.185686+0000 mgr.y (mgr.24491) 17222 : cluster [DBG] pgmap v15217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:59:46.687285+0000 mgr.y (mgr.24491) 17223 : audit [DBG] from='client.32556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:59:47.309229+0000 mon.a (mon.0) 3620 : audit [DBG] from='client.? 172.21.15.177:0/859755424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:59:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:46.185686+0000 mgr.y (mgr.24491) 17222 : cluster [DBG] pgmap v15217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:59:46.687285+0000 mgr.y (mgr.24491) 17223 : audit [DBG] from='client.32556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:59:47.309229+0000 mon.a (mon.0) 3620 : audit [DBG] from='client.? 172.21.15.177:0/859755424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T11:59:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T11:59:46.965706+0000 mgr.y (mgr.24491) 17224 : audit [DBG] from='client.42473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T11:59:46.965706+0000 mgr.y (mgr.24491) 17224 : audit [DBG] from='client.42473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T11:59:46.965706+0000 mgr.y (mgr.24491) 17224 : audit [DBG] from='client.42473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T11:59:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:48.186195+0000 mgr.y (mgr.24491) 17225 : cluster [DBG] pgmap v15218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:48.186195+0000 mgr.y (mgr.24491) 17225 : cluster [DBG] pgmap v15218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:48.186195+0000 mgr.y (mgr.24491) 17225 : cluster [DBG] pgmap v15218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 11:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T11:59:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:50.186907+0000 mgr.y (mgr.24491) 17226 : cluster [DBG] pgmap v15219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:50.186907+0000 mgr.y (mgr.24491) 17226 : cluster [DBG] pgmap v15219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:50.186907+0000 mgr.y (mgr.24491) 17226 : cluster [DBG] pgmap v15219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:52.187479+0000 mgr.y (mgr.24491) 17227 : cluster [DBG] pgmap v15220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:52.187479+0000 mgr.y (mgr.24491) 17227 : cluster [DBG] pgmap v15220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:52.187479+0000 mgr.y (mgr.24491) 17227 : cluster [DBG] pgmap v15220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:54.187894+0000 mgr.y (mgr.24491) 17228 : cluster [DBG] pgmap v15221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:54.187894+0000 mgr.y (mgr.24491) 17228 : cluster [DBG] pgmap v15221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:54.187894+0000 mgr.y (mgr.24491) 17228 : cluster [DBG] pgmap v15221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 11:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:11:59:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T11:59:57.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:56.188495+0000 mgr.y (mgr.24491) 17229 : cluster [DBG] pgmap v15222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:56.188495+0000 mgr.y (mgr.24491) 17229 : cluster [DBG] pgmap v15222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:56.188495+0000 mgr.y (mgr.24491) 17229 : cluster [DBG] pgmap v15222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 11:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T11:59:58.188982+0000 mgr.y (mgr.24491) 17230 : cluster [DBG] pgmap v15223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T11:59:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 11:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T11:59:58.188982+0000 mgr.y (mgr.24491) 17230 : cluster [DBG] pgmap v15223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 11:59:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T11:59:58.188982+0000 mgr.y (mgr.24491) 17230 : cluster [DBG] pgmap v15223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T11:59:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:00:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:00.000184+0000 mon.a (mon.0) 3621 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:00:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:00.000184+0000 mon.a (mon.0) 3621 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:00:01.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:00.000184+0000 mon.a (mon.0) 3621 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:00:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:00:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:00.189614+0000 mgr.y (mgr.24491) 17231 : cluster [DBG] pgmap v15224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:00.189614+0000 mgr.y (mgr.24491) 17231 : cluster [DBG] pgmap v15224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:00.189614+0000 mgr.y (mgr.24491) 17231 : cluster [DBG] pgmap v15224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:02.190130+0000 mgr.y (mgr.24491) 17232 : cluster [DBG] pgmap v15225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:02.190130+0000 mgr.y (mgr.24491) 17232 : cluster [DBG] pgmap v15225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:02.190130+0000 mgr.y (mgr.24491) 17232 : cluster [DBG] pgmap v15225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:04.190516+0000 mgr.y (mgr.24491) 17233 : cluster [DBG] pgmap v15226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:04.190516+0000 mgr.y (mgr.24491) 17233 : cluster [DBG] pgmap v15226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:04.190516+0000 mgr.y (mgr.24491) 17233 : cluster [DBG] pgmap v15226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:07] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:00:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:06.191355+0000 mgr.y (mgr.24491) 17234 : cluster [DBG] pgmap v15227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:06.191355+0000 mgr.y (mgr.24491) 17234 : cluster [DBG] pgmap v15227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:06.191355+0000 mgr.y (mgr.24491) 17234 : cluster [DBG] pgmap v15227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:08.191770+0000 mgr.y (mgr.24491) 17235 : cluster [DBG] pgmap v15228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:08.191770+0000 mgr.y (mgr.24491) 17235 : cluster [DBG] pgmap v15228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:08.191770+0000 mgr.y (mgr.24491) 17235 : cluster [DBG] pgmap v15228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:00:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:10.192546+0000 mgr.y (mgr.24491) 17236 : cluster [DBG] pgmap v15229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:11.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:10.192546+0000 mgr.y (mgr.24491) 17236 : cluster [DBG] pgmap v15229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:10.192546+0000 mgr.y (mgr.24491) 17236 : cluster [DBG] pgmap v15229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:12.193150+0000 mgr.y (mgr.24491) 17237 : cluster [DBG] pgmap v15230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:12.193150+0000 mgr.y (mgr.24491) 17237 : cluster [DBG] pgmap v15230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:14.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:12.193150+0000 mgr.y (mgr.24491) 17237 : cluster [DBG] pgmap v15230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:14.193668+0000 mgr.y (mgr.24491) 17238 : cluster [DBG] pgmap v15231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:14.193668+0000 mgr.y (mgr.24491) 17238 : cluster [DBG] pgmap v15231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:14.193668+0000 mgr.y (mgr.24491) 17238 : cluster [DBG] pgmap v15231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:17.619 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:00:17.895 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:00:17.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:00:17.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7m ago 8h 46.4M 2472M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:00:17.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 7m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:00:17.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7m ago 8h 42.5M 2472M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:00:17.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:00:17.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:00:17.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:00:17.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:00:17.896 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:00:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:00:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:16.194288+0000 mgr.y (mgr.24491) 17239 : cluster [DBG] pgmap v15232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:16.194288+0000 mgr.y (mgr.24491) 17239 : cluster [DBG] pgmap v15232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:16.194288+0000 mgr.y (mgr.24491) 17239 : cluster [DBG] pgmap v15232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:18.493 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:00:18.493 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:00:18.493 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:00:18.493 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:00:18.493 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:00:18.494 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:00:18.494 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:00:18.494 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:00:18.494 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:00:18.494 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:00:18.494 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:00:18.494 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:00:18.494 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:00:18.494 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:00:18.494 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:00:18.494 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:00:18.495 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:00:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:17.607272+0000 mgr.y (mgr.24491) 17240 : audit [DBG] from='client.42485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:18.231034+0000 mon.c (mon.2) 533 : audit [DBG] from='client.? 172.21.15.177:0/3768342613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:00:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:17.607272+0000 mgr.y (mgr.24491) 17240 : audit [DBG] from='client.42485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:18.231034+0000 mon.c (mon.2) 533 : audit [DBG] from='client.? 172.21.15.177:0/3768342613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:00:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:17.607272+0000 mgr.y (mgr.24491) 17240 : audit [DBG] from='client.42485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:19.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:18.231034+0000 mon.c (mon.2) 533 : audit [DBG] from='client.? 172.21.15.177:0/3768342613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:00:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:17.888070+0000 mgr.y (mgr.24491) 17241 : audit [DBG] from='client.42491 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:18.194620+0000 mgr.y (mgr.24491) 17242 : cluster [DBG] pgmap v15233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:17.888070+0000 mgr.y (mgr.24491) 17241 : audit [DBG] from='client.42491 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:18.194620+0000 mgr.y (mgr.24491) 17242 : cluster [DBG] pgmap v15233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:17.888070+0000 mgr.y (mgr.24491) 17241 : audit [DBG] from='client.42491 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:18.194620+0000 mgr.y (mgr.24491) 17242 : cluster [DBG] pgmap v15233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:00:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:20.195329+0000 mgr.y (mgr.24491) 17243 : cluster [DBG] pgmap v15234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:20.195329+0000 mgr.y (mgr.24491) 17243 : cluster [DBG] pgmap v15234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:20.195329+0000 mgr.y (mgr.24491) 17243 : cluster [DBG] pgmap v15234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:22.195741+0000 mgr.y (mgr.24491) 17244 : cluster [DBG] pgmap v15235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:22.195741+0000 mgr.y (mgr.24491) 17244 : cluster [DBG] pgmap v15235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:22.195741+0000 mgr.y (mgr.24491) 17244 : cluster [DBG] pgmap v15235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:24.196202+0000 mgr.y (mgr.24491) 17245 : cluster [DBG] pgmap v15236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:24.196202+0000 mgr.y (mgr.24491) 17245 : cluster [DBG] pgmap v15236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:24.196202+0000 mgr.y (mgr.24491) 17245 : cluster [DBG] pgmap v15236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:00:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:26.196857+0000 mgr.y (mgr.24491) 17246 : cluster [DBG] pgmap v15237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:26.196857+0000 mgr.y (mgr.24491) 17246 : cluster [DBG] pgmap v15237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:26.196857+0000 mgr.y (mgr.24491) 17246 : cluster [DBG] pgmap v15237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:28.047140+0000 mon.a (mon.0) 3622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:00:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:28.341154+0000 mon.a (mon.0) 3623 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:28.341777+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:28.343186+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:28.343703+0000 mon.a (mon.0) 3626 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:28.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:28.348213+0000 mon.a (mon.0) 3627 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:00:28.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:28.349131+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:00:28.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:28.349696+0000 mon.a (mon.0) 3629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:00:28.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:28.353531+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:00:28.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:28.047140+0000 mon.a (mon.0) 3622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:00:28.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:28.341154+0000 mon.a (mon.0) 3623 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:28.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:28.341777+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:28.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:28.343186+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:28.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:28.343703+0000 mon.a (mon.0) 3626 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:28.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:28.348213+0000 mon.a (mon.0) 3627 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:00:28.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:28.349131+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:00:28.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:28.349696+0000 mon.a (mon.0) 3629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:00:28.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:28.353531+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:00:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:28.047140+0000 mon.a (mon.0) 3622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:00:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:28.341154+0000 mon.a (mon.0) 3623 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:28.341777+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:28.343186+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:28.343703+0000 mon.a (mon.0) 3626 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:00:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:28.348213+0000 mon.a (mon.0) 3627 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:00:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:28.349131+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:00:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:28.349696+0000 mon.a (mon.0) 3629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:00:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:28.353531+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:00:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:28.197239+0000 mgr.y (mgr.24491) 17247 : cluster [DBG] pgmap v15238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T12:00:28.344116+0000 mgr.y (mgr.24491) 17248 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:00:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:28.197239+0000 mgr.y (mgr.24491) 17247 : cluster [DBG] pgmap v15238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:29.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T12:00:28.344116+0000 mgr.y (mgr.24491) 17248 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:00:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:28.197239+0000 mgr.y (mgr.24491) 17247 : cluster [DBG] pgmap v15238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T12:00:28.344116+0000 mgr.y (mgr.24491) 17248 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:00:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:00:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:30.197948+0000 mgr.y (mgr.24491) 17249 : cluster [DBG] pgmap v15239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:31.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:30.197948+0000 mgr.y (mgr.24491) 17249 : cluster [DBG] pgmap v15239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:30.197948+0000 mgr.y (mgr.24491) 17249 : cluster [DBG] pgmap v15239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:32.198520+0000 mgr.y (mgr.24491) 17250 : cluster [DBG] pgmap v15240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:32.198520+0000 mgr.y (mgr.24491) 17250 : cluster [DBG] pgmap v15240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:32.198520+0000 mgr.y (mgr.24491) 17250 : cluster [DBG] pgmap v15240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:34.198982+0000 mgr.y (mgr.24491) 17251 : cluster [DBG] pgmap v15241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:34.198982+0000 mgr.y (mgr.24491) 17251 : cluster [DBG] pgmap v15241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:34.198982+0000 mgr.y (mgr.24491) 17251 : cluster [DBG] pgmap v15241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T12:00:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:36.199614+0000 mgr.y (mgr.24491) 17252 : cluster [DBG] pgmap v15242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:36.199614+0000 mgr.y (mgr.24491) 17252 : cluster [DBG] pgmap v15242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:36.199614+0000 mgr.y (mgr.24491) 17252 : cluster [DBG] pgmap v15242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:38.200057+0000 mgr.y (mgr.24491) 17253 : cluster [DBG] pgmap v15243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:38.200057+0000 mgr.y (mgr.24491) 17253 : cluster [DBG] pgmap v15243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:38.200057+0000 mgr.y (mgr.24491) 17253 : cluster [DBG] pgmap v15243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:41.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:00:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:40.200876+0000 mgr.y (mgr.24491) 17254 : cluster [DBG] pgmap v15244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:40.200876+0000 mgr.y (mgr.24491) 17254 : cluster [DBG] pgmap v15244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:40.200876+0000 mgr.y (mgr.24491) 17254 : cluster [DBG] pgmap v15244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:42.201415+0000 mgr.y (mgr.24491) 17255 : cluster [DBG] pgmap v15245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:42.201415+0000 mgr.y (mgr.24491) 17255 : cluster [DBG] pgmap v15245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:42.201415+0000 mgr.y (mgr.24491) 17255 : cluster [DBG] pgmap v15245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:44.201898+0000 mgr.y (mgr.24491) 17256 : cluster [DBG] pgmap v15246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:44.201898+0000 mgr.y (mgr.24491) 17256 : cluster [DBG] pgmap v15246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:44.201898+0000 mgr.y (mgr.24491) 17256 : cluster [DBG] pgmap v15246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T12:00:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:46.202562+0000 mgr.y (mgr.24491) 17257 : cluster [DBG] pgmap v15247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:46.202562+0000 mgr.y (mgr.24491) 17257 : cluster [DBG] pgmap v15247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:46.202562+0000 mgr.y (mgr.24491) 17257 : cluster [DBG] pgmap v15247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:48.536 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:00:48.808 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:00:48.808 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:00:48.808 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:00:48.809 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:00:48.809 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:00:48.809 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:00:48.809 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:00:48.809 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:00:48.809 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:00:48.809 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:00:48.809 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:00:48.809 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:00:48.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:00:48.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:00:48.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:00:48.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:00:48.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:00:48.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 8m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:00:48.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:00:48.810 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:00:48.810 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:00:49.144 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:00:49.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:00:49.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:00:49.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:00:49.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:00:49.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:00:49.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:00:49.144 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:00:49.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:00:49.145 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:00:49.145 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:00:49.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:00:49.145 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:00:49.145 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:00:49.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:00:49.145 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:00:49.145 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:00:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:48.203093+0000 mgr.y (mgr.24491) 17258 : cluster [DBG] pgmap v15248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:48.525250+0000 mgr.y (mgr.24491) 17259 : audit [DBG] from='client.32592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:48.801557+0000 mgr.y (mgr.24491) 17260 : audit [DBG] from='client.42509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:00:49.144645+0000 mon.a (mon.0) 3631 : audit [DBG] from='client.? 172.21.15.177:0/2389419799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:00:49.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:48.203093+0000 mgr.y (mgr.24491) 17258 : cluster [DBG] pgmap v15248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:49.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:48.525250+0000 mgr.y (mgr.24491) 17259 : audit [DBG] from='client.32592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:49.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:48.801557+0000 mgr.y (mgr.24491) 17260 : audit [DBG] from='client.42509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:49.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:00:49.144645+0000 mon.a (mon.0) 3631 : audit [DBG] from='client.? 172.21.15.177:0/2389419799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:00:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:48.203093+0000 mgr.y (mgr.24491) 17258 : cluster [DBG] pgmap v15248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:50.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:48.525250+0000 mgr.y (mgr.24491) 17259 : audit [DBG] from='client.32592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:50.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:48.801557+0000 mgr.y (mgr.24491) 17260 : audit [DBG] from='client.42509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:00:50.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:00:49.144645+0000 mon.a (mon.0) 3631 : audit [DBG] from='client.? 172.21.15.177:0/2389419799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:00:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:00:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:50.203926+0000 mgr.y (mgr.24491) 17261 : cluster [DBG] pgmap v15249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:50.203926+0000 mgr.y (mgr.24491) 17261 : cluster [DBG] pgmap v15249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:50.203926+0000 mgr.y (mgr.24491) 17261 : cluster [DBG] pgmap v15249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:52.204322+0000 mgr.y (mgr.24491) 17262 : cluster [DBG] pgmap v15250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:52.204322+0000 mgr.y (mgr.24491) 17262 : cluster [DBG] pgmap v15250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:52.204322+0000 mgr.y (mgr.24491) 17262 : cluster [DBG] pgmap v15250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:54.204744+0000 mgr.y (mgr.24491) 17263 : cluster [DBG] pgmap v15251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:54.204744+0000 mgr.y (mgr.24491) 17263 : cluster [DBG] pgmap v15251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:54.204744+0000 mgr.y (mgr.24491) 17263 : cluster [DBG] pgmap v15251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:56.205443+0000 mgr.y (mgr.24491) 17264 : cluster [DBG] pgmap v15252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:00:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T12:00:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:56.205443+0000 mgr.y (mgr.24491) 17264 : cluster [DBG] pgmap v15252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:56.205443+0000 mgr.y (mgr.24491) 17264 : cluster [DBG] pgmap v15252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:00:58.205980+0000 mgr.y (mgr.24491) 17265 : cluster [DBG] pgmap v15253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:00:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:00:58.205980+0000 mgr.y (mgr.24491) 17265 : cluster [DBG] pgmap v15253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:00:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:00:58.205980+0000 mgr.y (mgr.24491) 17265 : cluster [DBG] pgmap v15253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:01:01.897 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:00.206701+0000 mgr.y (mgr.24491) 17266 : cluster [DBG] pgmap v15254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:01.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:00.206701+0000 mgr.y (mgr.24491) 17266 : cluster [DBG] pgmap v15254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:00.206701+0000 mgr.y (mgr.24491) 17266 : cluster [DBG] pgmap v15254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:02.207134+0000 mgr.y (mgr.24491) 17267 : cluster [DBG] pgmap v15255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:03.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:02.207134+0000 mgr.y (mgr.24491) 17267 : cluster [DBG] pgmap v15255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:02.207134+0000 mgr.y (mgr.24491) 17267 : cluster [DBG] pgmap v15255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:04.207565+0000 mgr.y (mgr.24491) 17268 : cluster [DBG] pgmap v15256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:04.207565+0000 mgr.y (mgr.24491) 17268 : cluster [DBG] pgmap v15256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:04.207565+0000 mgr.y (mgr.24491) 17268 : cluster [DBG] pgmap v15256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:06.208372+0000 mgr.y (mgr.24491) 17269 : cluster [DBG] pgmap v15257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:01:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:06.208372+0000 mgr.y (mgr.24491) 17269 : cluster [DBG] pgmap v15257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:06.208372+0000 mgr.y (mgr.24491) 17269 : cluster [DBG] pgmap v15257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:08.208880+0000 mgr.y (mgr.24491) 17270 : cluster [DBG] pgmap v15258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:08.208880+0000 mgr.y (mgr.24491) 17270 : cluster [DBG] pgmap v15258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:08.208880+0000 mgr.y (mgr.24491) 17270 : cluster [DBG] pgmap v15258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:01:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:10.209583+0000 mgr.y (mgr.24491) 17271 : cluster [DBG] pgmap v15259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:10.209583+0000 mgr.y (mgr.24491) 17271 : cluster [DBG] pgmap v15259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:10.209583+0000 mgr.y (mgr.24491) 17271 : cluster [DBG] pgmap v15259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:12.210159+0000 mgr.y (mgr.24491) 17272 : cluster [DBG] pgmap v15260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:12.210159+0000 mgr.y (mgr.24491) 17272 : cluster [DBG] pgmap v15260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:12.210159+0000 mgr.y (mgr.24491) 17272 : cluster [DBG] pgmap v15260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:14.210525+0000 mgr.y (mgr.24491) 17273 : cluster [DBG] pgmap v15261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:14.210525+0000 mgr.y (mgr.24491) 17273 : cluster [DBG] pgmap v15261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:14.210525+0000 mgr.y (mgr.24491) 17273 : cluster [DBG] pgmap v15261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:16.211232+0000 mgr.y (mgr.24491) 17274 : cluster [DBG] pgmap v15262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:01:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:16.211232+0000 mgr.y (mgr.24491) 17274 : cluster [DBG] pgmap v15262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:16.211232+0000 mgr.y (mgr.24491) 17274 : cluster [DBG] pgmap v15262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:19.457 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:01:19.733 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:01:19.733 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:01:19.733 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:01:19.733 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:01:19.733 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:01:19.733 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:01:19.734 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:01:19.734 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:01:19.734 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:01:19.734 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:01:19.734 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:01:19.734 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:01:19.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:01:19.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:01:19.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:01:19.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:01:19.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:01:19.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 8m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:01:19.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:01:19.735 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:01:19.735 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:01:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:18.211729+0000 mgr.y (mgr.24491) 17275 : cluster [DBG] pgmap v15263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:20.064 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:01:20.064 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:01:20.065 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:01:20.066 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:01:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:18.211729+0000 mgr.y (mgr.24491) 17275 : cluster [DBG] pgmap v15263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:18.211729+0000 mgr.y (mgr.24491) 17275 : cluster [DBG] pgmap v15263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:01:19.444471+0000 mgr.y (mgr.24491) 17276 : audit [DBG] from='client.42521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:01:19.726191+0000 mgr.y (mgr.24491) 17277 : audit [DBG] from='client.42527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:21.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:01:20.065083+0000 mon.c (mon.2) 534 : audit [DBG] from='client.? 172.21.15.177:0/2696494835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:01:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:01:19.444471+0000 mgr.y (mgr.24491) 17276 : audit [DBG] from='client.42521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:01:19.726191+0000 mgr.y (mgr.24491) 17277 : audit [DBG] from='client.42527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:01:20.065083+0000 mon.c (mon.2) 534 : audit [DBG] from='client.? 172.21.15.177:0/2696494835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:01:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:01:19.444471+0000 mgr.y (mgr.24491) 17276 : audit [DBG] from='client.42521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:01:19.726191+0000 mgr.y (mgr.24491) 17277 : audit [DBG] from='client.42527 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:01:20.065083+0000 mon.c (mon.2) 534 : audit [DBG] from='client.? 172.21.15.177:0/2696494835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:01:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:01:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:20.212356+0000 mgr.y (mgr.24491) 17278 : cluster [DBG] pgmap v15264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:20.212356+0000 mgr.y (mgr.24491) 17278 : cluster [DBG] pgmap v15264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:20.212356+0000 mgr.y (mgr.24491) 17278 : cluster [DBG] pgmap v15264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:22.212782+0000 mgr.y (mgr.24491) 17279 : cluster [DBG] pgmap v15265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:22.212782+0000 mgr.y (mgr.24491) 17279 : cluster [DBG] pgmap v15265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:22.212782+0000 mgr.y (mgr.24491) 17279 : cluster [DBG] pgmap v15265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:24.213363+0000 mgr.y (mgr.24491) 17280 : cluster [DBG] pgmap v15266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:24.213363+0000 mgr.y (mgr.24491) 17280 : cluster [DBG] pgmap v15266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:24.213363+0000 mgr.y (mgr.24491) 17280 : cluster [DBG] pgmap v15266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:26.214177+0000 mgr.y (mgr.24491) 17281 : cluster [DBG] pgmap v15267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:01:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:26.214177+0000 mgr.y (mgr.24491) 17281 : cluster [DBG] pgmap v15267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:26.214177+0000 mgr.y (mgr.24491) 17281 : cluster [DBG] pgmap v15267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:01:28.357724+0000 mon.a (mon.0) 3632 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:01:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:01:28.650302+0000 mon.a (mon.0) 3633 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:01:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:01:28.650929+0000 mon.a (mon.0) 3634 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:01:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:01:28.655066+0000 mon.a (mon.0) 3635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:01:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:01:28.357724+0000 mon.a (mon.0) 3632 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:01:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:01:28.650302+0000 mon.a (mon.0) 3633 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:01:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:01:28.650929+0000 mon.a (mon.0) 3634 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:01:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:01:28.655066+0000 mon.a (mon.0) 3635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:01:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:01:28.357724+0000 mon.a (mon.0) 3632 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:01:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:01:28.650302+0000 mon.a (mon.0) 3633 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:01:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:01:28.650929+0000 mon.a (mon.0) 3634 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:01:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:01:28.655066+0000 mon.a (mon.0) 3635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:01:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:28.214561+0000 mgr.y (mgr.24491) 17282 : cluster [DBG] pgmap v15268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:28.214561+0000 mgr.y (mgr.24491) 17282 : cluster [DBG] pgmap v15268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:28.214561+0000 mgr.y (mgr.24491) 17282 : cluster [DBG] pgmap v15268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:01:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:30.215428+0000 mgr.y (mgr.24491) 17283 : cluster [DBG] pgmap v15269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:30.215428+0000 mgr.y (mgr.24491) 17283 : cluster [DBG] pgmap v15269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:30.215428+0000 mgr.y (mgr.24491) 17283 : cluster [DBG] pgmap v15269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:32.216017+0000 mgr.y (mgr.24491) 17284 : cluster [DBG] pgmap v15270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:32.216017+0000 mgr.y (mgr.24491) 17284 : cluster [DBG] pgmap v15270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:32.216017+0000 mgr.y (mgr.24491) 17284 : cluster [DBG] pgmap v15270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:34.216569+0000 mgr.y (mgr.24491) 17285 : cluster [DBG] pgmap v15271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:34.216569+0000 mgr.y (mgr.24491) 17285 : cluster [DBG] pgmap v15271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:34.216569+0000 mgr.y (mgr.24491) 17285 : cluster [DBG] pgmap v15271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:36.217242+0000 mgr.y (mgr.24491) 17286 : cluster [DBG] pgmap v15272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:36.217242+0000 mgr.y (mgr.24491) 17286 : cluster [DBG] pgmap v15272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:01:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:36.217242+0000 mgr.y (mgr.24491) 17286 : cluster [DBG] pgmap v15272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:38.217700+0000 mgr.y (mgr.24491) 17287 : cluster [DBG] pgmap v15273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:38.217700+0000 mgr.y (mgr.24491) 17287 : cluster [DBG] pgmap v15273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:38.217700+0000 mgr.y (mgr.24491) 17287 : cluster [DBG] pgmap v15273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:01:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:40.218392+0000 mgr.y (mgr.24491) 17288 : cluster [DBG] pgmap v15274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:40.218392+0000 mgr.y (mgr.24491) 17288 : cluster [DBG] pgmap v15274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:40.218392+0000 mgr.y (mgr.24491) 17288 : cluster [DBG] pgmap v15274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:42.218787+0000 mgr.y (mgr.24491) 17289 : cluster [DBG] pgmap v15275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:42.218787+0000 mgr.y (mgr.24491) 17289 : cluster [DBG] pgmap v15275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:42.218787+0000 mgr.y (mgr.24491) 17289 : cluster [DBG] pgmap v15275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:44.219272+0000 mgr.y (mgr.24491) 17290 : cluster [DBG] pgmap v15276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:44.219272+0000 mgr.y (mgr.24491) 17290 : cluster [DBG] pgmap v15276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:44.219272+0000 mgr.y (mgr.24491) 17290 : cluster [DBG] pgmap v15276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:46.220016+0000 mgr.y (mgr.24491) 17291 : cluster [DBG] pgmap v15277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:01:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:46.220016+0000 mgr.y (mgr.24491) 17291 : cluster [DBG] pgmap v15277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:46.220016+0000 mgr.y (mgr.24491) 17291 : cluster [DBG] pgmap v15277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:48.220585+0000 mgr.y (mgr.24491) 17292 : cluster [DBG] pgmap v15278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:48.220585+0000 mgr.y (mgr.24491) 17292 : cluster [DBG] pgmap v15278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:48.220585+0000 mgr.y (mgr.24491) 17292 : cluster [DBG] pgmap v15278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:50.377 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:01:50.649 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:01:50.649 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:01:50.649 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:01:50.649 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:01:50.649 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 9m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:01:50.650 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:01:50.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 9m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:01:50.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 9m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:01:50.651 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:01:50.984 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:01:50.985 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:01:50.986 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:01:50.986 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:01:50.986 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:01:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:01:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:50.221147+0000 mgr.y (mgr.24491) 17293 : cluster [DBG] pgmap v15279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:01:50.365486+0000 mgr.y (mgr.24491) 17294 : audit [DBG] from='client.42539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:01:50.642403+0000 mgr.y (mgr.24491) 17295 : audit [DBG] from='client.32634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:01:50.985369+0000 mon.c (mon.2) 535 : audit [DBG] from='client.? 172.21.15.177:0/1064129270' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:01:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:50.221147+0000 mgr.y (mgr.24491) 17293 : cluster [DBG] pgmap v15279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:01:50.365486+0000 mgr.y (mgr.24491) 17294 : audit [DBG] from='client.42539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:01:50.642403+0000 mgr.y (mgr.24491) 17295 : audit [DBG] from='client.32634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:01:50.985369+0000 mon.c (mon.2) 535 : audit [DBG] from='client.? 172.21.15.177:0/1064129270' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:01:52.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:50.221147+0000 mgr.y (mgr.24491) 17293 : cluster [DBG] pgmap v15279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:52.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:01:50.365486+0000 mgr.y (mgr.24491) 17294 : audit [DBG] from='client.42539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:52.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:01:50.642403+0000 mgr.y (mgr.24491) 17295 : audit [DBG] from='client.32634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:01:52.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:01:50.985369+0000 mon.c (mon.2) 535 : audit [DBG] from='client.? 172.21.15.177:0/1064129270' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:01:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:52.221558+0000 mgr.y (mgr.24491) 17296 : cluster [DBG] pgmap v15280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:52.221558+0000 mgr.y (mgr.24491) 17296 : cluster [DBG] pgmap v15280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:52.221558+0000 mgr.y (mgr.24491) 17296 : cluster [DBG] pgmap v15280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:54.222045+0000 mgr.y (mgr.24491) 17297 : cluster [DBG] pgmap v15281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:54.222045+0000 mgr.y (mgr.24491) 17297 : cluster [DBG] pgmap v15281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:54.222045+0000 mgr.y (mgr.24491) 17297 : cluster [DBG] pgmap v15281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:56.222759+0000 mgr.y (mgr.24491) 17298 : cluster [DBG] pgmap v15282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:56.222759+0000 mgr.y (mgr.24491) 17298 : cluster [DBG] pgmap v15282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:01:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:01:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:01:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:56.222759+0000 mgr.y (mgr.24491) 17298 : cluster [DBG] pgmap v15282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:01:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:01:58.223227+0000 mgr.y (mgr.24491) 17299 : cluster [DBG] pgmap v15283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:01:58.223227+0000 mgr.y (mgr.24491) 17299 : cluster [DBG] pgmap v15283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:01:58.223227+0000 mgr.y (mgr.24491) 17299 : cluster [DBG] pgmap v15283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:02:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:00.224059+0000 mgr.y (mgr.24491) 17300 : cluster [DBG] pgmap v15284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:00.224059+0000 mgr.y (mgr.24491) 17300 : cluster [DBG] pgmap v15284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:00.224059+0000 mgr.y (mgr.24491) 17300 : cluster [DBG] pgmap v15284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:02.224492+0000 mgr.y (mgr.24491) 17301 : cluster [DBG] pgmap v15285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:02.224492+0000 mgr.y (mgr.24491) 17301 : cluster [DBG] pgmap v15285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:02.224492+0000 mgr.y (mgr.24491) 17301 : cluster [DBG] pgmap v15285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:04.224953+0000 mgr.y (mgr.24491) 17302 : cluster [DBG] pgmap v15286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:04.224953+0000 mgr.y (mgr.24491) 17302 : cluster [DBG] pgmap v15286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:04.224953+0000 mgr.y (mgr.24491) 17302 : cluster [DBG] pgmap v15286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:02:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:06.225662+0000 mgr.y (mgr.24491) 17303 : cluster [DBG] pgmap v15287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:06.225662+0000 mgr.y (mgr.24491) 17303 : cluster [DBG] pgmap v15287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:06.225662+0000 mgr.y (mgr.24491) 17303 : cluster [DBG] pgmap v15287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:08.226052+0000 mgr.y (mgr.24491) 17304 : cluster [DBG] pgmap v15288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:08.226052+0000 mgr.y (mgr.24491) 17304 : cluster [DBG] pgmap v15288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:08.226052+0000 mgr.y (mgr.24491) 17304 : cluster [DBG] pgmap v15288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:02:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:10.226750+0000 mgr.y (mgr.24491) 17305 : cluster [DBG] pgmap v15289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:10.226750+0000 mgr.y (mgr.24491) 17305 : cluster [DBG] pgmap v15289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:10.226750+0000 mgr.y (mgr.24491) 17305 : cluster [DBG] pgmap v15289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:12.227259+0000 mgr.y (mgr.24491) 17306 : cluster [DBG] pgmap v15290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:12.227259+0000 mgr.y (mgr.24491) 17306 : cluster [DBG] pgmap v15290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:12.227259+0000 mgr.y (mgr.24491) 17306 : cluster [DBG] pgmap v15290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:14.227604+0000 mgr.y (mgr.24491) 17307 : cluster [DBG] pgmap v15291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:14.227604+0000 mgr.y (mgr.24491) 17307 : cluster [DBG] pgmap v15291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:14.227604+0000 mgr.y (mgr.24491) 17307 : cluster [DBG] pgmap v15291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:16.228462+0000 mgr.y (mgr.24491) 17308 : cluster [DBG] pgmap v15292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:02:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:16.228462+0000 mgr.y (mgr.24491) 17308 : cluster [DBG] pgmap v15292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:16.228462+0000 mgr.y (mgr.24491) 17308 : cluster [DBG] pgmap v15292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:18.228918+0000 mgr.y (mgr.24491) 17309 : cluster [DBG] pgmap v15293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:18.228918+0000 mgr.y (mgr.24491) 17309 : cluster [DBG] pgmap v15293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:18.228918+0000 mgr.y (mgr.24491) 17309 : cluster [DBG] pgmap v15293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:21.297 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:02:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:02:21.572 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:02:21.572 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:02:21.572 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:02:21.572 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:02:21.572 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 9m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:02:21.572 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:02:21.572 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 741M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 748M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.7M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 28.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 9m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:02:21.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 9m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:02:21.574 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:02:21.905 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:02:21.906 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:02:21.906 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:02:21.906 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:02:21.906 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:02:21.906 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:02:21.906 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:02:21.906 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:02:21.906 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:02:21.906 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:02:21.906 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:02:21.906 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:02:21.907 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:02:21.907 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:02:21.907 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:02:21.907 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:02:21.907 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:02:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:20.229745+0000 mgr.y (mgr.24491) 17310 : cluster [DBG] pgmap v15294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:20.229745+0000 mgr.y (mgr.24491) 17310 : cluster [DBG] pgmap v15294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:20.229745+0000 mgr.y (mgr.24491) 17310 : cluster [DBG] pgmap v15294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:21.285590+0000 mgr.y (mgr.24491) 17311 : audit [DBG] from='client.32646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:21.565133+0000 mgr.y (mgr.24491) 17312 : audit [DBG] from='client.42563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:21.906487+0000 mon.a (mon.0) 3636 : audit [DBG] from='client.? 172.21.15.177:0/2726398315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:02:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:21.285590+0000 mgr.y (mgr.24491) 17311 : audit [DBG] from='client.32646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:23.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:21.565133+0000 mgr.y (mgr.24491) 17312 : audit [DBG] from='client.42563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:23.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:21.906487+0000 mon.a (mon.0) 3636 : audit [DBG] from='client.? 172.21.15.177:0/2726398315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:02:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:21.285590+0000 mgr.y (mgr.24491) 17311 : audit [DBG] from='client.32646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:21.565133+0000 mgr.y (mgr.24491) 17312 : audit [DBG] from='client.42563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:21.906487+0000 mon.a (mon.0) 3636 : audit [DBG] from='client.? 172.21.15.177:0/2726398315' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:02:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:22.230087+0000 mgr.y (mgr.24491) 17313 : cluster [DBG] pgmap v15295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:22.230087+0000 mgr.y (mgr.24491) 17313 : cluster [DBG] pgmap v15295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:22.230087+0000 mgr.y (mgr.24491) 17313 : cluster [DBG] pgmap v15295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:24.230580+0000 mgr.y (mgr.24491) 17314 : cluster [DBG] pgmap v15296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:24.230580+0000 mgr.y (mgr.24491) 17314 : cluster [DBG] pgmap v15296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:24.230580+0000 mgr.y (mgr.24491) 17314 : cluster [DBG] pgmap v15296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:26.231478+0000 mgr.y (mgr.24491) 17315 : cluster [DBG] pgmap v15297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:28.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:02:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:26.231478+0000 mgr.y (mgr.24491) 17315 : cluster [DBG] pgmap v15297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:26.231478+0000 mgr.y (mgr.24491) 17315 : cluster [DBG] pgmap v15297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:28.659327+0000 mon.a (mon.0) 3637 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:02:29.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:28.659327+0000 mon.a (mon.0) 3637 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:02:29.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:28.659327+0000 mon.a (mon.0) 3637 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:02:29.806 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:28.232013+0000 mgr.y (mgr.24491) 17316 : cluster [DBG] pgmap v15298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:30.148 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:28.232013+0000 mgr.y (mgr.24491) 17316 : cluster [DBG] pgmap v15298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:28.232013+0000 mgr.y (mgr.24491) 17316 : cluster [DBG] pgmap v15298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:02:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:30.232575+0000 mgr.y (mgr.24491) 17317 : cluster [DBG] pgmap v15299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:31.222322+0000 mon.a (mon.0) 3638 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:02:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:30.232575+0000 mgr.y (mgr.24491) 17317 : cluster [DBG] pgmap v15299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:31.222322+0000 mon.a (mon.0) 3638 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:02:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:30.232575+0000 mgr.y (mgr.24491) 17317 : cluster [DBG] pgmap v15299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:31.222322+0000 mon.a (mon.0) 3638 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:02:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:31.857713+0000 mon.a (mon.0) 3639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:02:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:32.135167+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:02:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:32.135833+0000 mon.a (mon.0) 3641 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:02:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:32.140390+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:02:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:32.232988+0000 mgr.y (mgr.24491) 17318 : cluster [DBG] pgmap v15300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:31.857713+0000 mon.a (mon.0) 3639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:02:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:32.135167+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:02:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:32.135833+0000 mon.a (mon.0) 3641 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:02:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:32.140390+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:02:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:32.232988+0000 mgr.y (mgr.24491) 17318 : cluster [DBG] pgmap v15300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:31.857713+0000 mon.a (mon.0) 3639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:02:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:32.135167+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:02:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:32.135833+0000 mon.a (mon.0) 3641 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:02:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:32.140390+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:02:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:32.232988+0000 mgr.y (mgr.24491) 17318 : cluster [DBG] pgmap v15300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:34.233416+0000 mgr.y (mgr.24491) 17319 : cluster [DBG] pgmap v15301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:34.233416+0000 mgr.y (mgr.24491) 17319 : cluster [DBG] pgmap v15301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:34.233416+0000 mgr.y (mgr.24491) 17319 : cluster [DBG] pgmap v15301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:36.234320+0000 mgr.y (mgr.24491) 17320 : cluster [DBG] pgmap v15302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:36.234320+0000 mgr.y (mgr.24491) 17320 : cluster [DBG] pgmap v15302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:36.234320+0000 mgr.y (mgr.24491) 17320 : cluster [DBG] pgmap v15302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T12:02:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:38.234842+0000 mgr.y (mgr.24491) 17321 : cluster [DBG] pgmap v15303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:38.234842+0000 mgr.y (mgr.24491) 17321 : cluster [DBG] pgmap v15303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:38.234842+0000 mgr.y (mgr.24491) 17321 : cluster [DBG] pgmap v15303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:41.297 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:02:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:40.235440+0000 mgr.y (mgr.24491) 17322 : cluster [DBG] pgmap v15304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:40.235440+0000 mgr.y (mgr.24491) 17322 : cluster [DBG] pgmap v15304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:40.235440+0000 mgr.y (mgr.24491) 17322 : cluster [DBG] pgmap v15304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:42.236025+0000 mgr.y (mgr.24491) 17323 : cluster [DBG] pgmap v15305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:42.236025+0000 mgr.y (mgr.24491) 17323 : cluster [DBG] pgmap v15305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:42.236025+0000 mgr.y (mgr.24491) 17323 : cluster [DBG] pgmap v15305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:44.236429+0000 mgr.y (mgr.24491) 17324 : cluster [DBG] pgmap v15306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:44.236429+0000 mgr.y (mgr.24491) 17324 : cluster [DBG] pgmap v15306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:45.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:44.236429+0000 mgr.y (mgr.24491) 17324 : cluster [DBG] pgmap v15306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:46.237000+0000 mgr.y (mgr.24491) 17325 : cluster [DBG] pgmap v15307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:46.237000+0000 mgr.y (mgr.24491) 17325 : cluster [DBG] pgmap v15307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:46.237000+0000 mgr.y (mgr.24491) 17325 : cluster [DBG] pgmap v15307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:02:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:48.237416+0000 mgr.y (mgr.24491) 17326 : cluster [DBG] pgmap v15308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:48.237416+0000 mgr.y (mgr.24491) 17326 : cluster [DBG] pgmap v15308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:48.237416+0000 mgr.y (mgr.24491) 17326 : cluster [DBG] pgmap v15308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:51.313 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:02:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:50.238104+0000 mgr.y (mgr.24491) 17327 : cluster [DBG] pgmap v15309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:50.238104+0000 mgr.y (mgr.24491) 17327 : cluster [DBG] pgmap v15309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:50.238104+0000 mgr.y (mgr.24491) 17327 : cluster [DBG] pgmap v15309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:52.215 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:02:52.501 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:02:52.501 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 21s ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:02:52.501 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 20s ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:02:52.501 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 21s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:02:52.501 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 20s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:02:52.501 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 20s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:02:52.501 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 21s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:02:52.501 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 21s ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:02:52.501 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 20s ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:02:52.501 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 21s ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:02:52.502 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 21s ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:02:52.502 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 20s ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:02:52.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 21s ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:02:52.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 21s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:02:52.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 21s ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:02:52.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 21s ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:02:52.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 20s ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:02:52.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 20s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:02:52.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 20s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:02:52.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 20s ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:02:52.502 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 20s ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:02:52.838 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:02:52.838 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:02:52.838 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:02:52.838 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:02:52.839 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:02:52.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:02:52.839 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:02:52.839 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:02:52.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:02:52.839 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:02:52.839 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:02:52.839 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:02:52.839 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:02:52.839 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:02:52.840 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:02:52.840 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:02:52.840 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:02:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:52.203522+0000 mgr.y (mgr.24491) 17328 : audit [DBG] from='client.42575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:52.238475+0000 mgr.y (mgr.24491) 17329 : cluster [DBG] pgmap v15310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:52.493575+0000 mgr.y (mgr.24491) 17330 : audit [DBG] from='client.32670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:02:52.839065+0000 mon.c (mon.2) 536 : audit [DBG] from='client.? 172.21.15.177:0/1220805442' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:02:53.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:52.203522+0000 mgr.y (mgr.24491) 17328 : audit [DBG] from='client.42575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:53.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:52.238475+0000 mgr.y (mgr.24491) 17329 : cluster [DBG] pgmap v15310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:53.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:52.493575+0000 mgr.y (mgr.24491) 17330 : audit [DBG] from='client.32670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:53.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:02:52.839065+0000 mon.c (mon.2) 536 : audit [DBG] from='client.? 172.21.15.177:0/1220805442' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:02:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:52.203522+0000 mgr.y (mgr.24491) 17328 : audit [DBG] from='client.42575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:52.238475+0000 mgr.y (mgr.24491) 17329 : cluster [DBG] pgmap v15310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:52.493575+0000 mgr.y (mgr.24491) 17330 : audit [DBG] from='client.32670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:02:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:02:52.839065+0000 mon.c (mon.2) 536 : audit [DBG] from='client.? 172.21.15.177:0/1220805442' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:02:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:54.238995+0000 mgr.y (mgr.24491) 17331 : cluster [DBG] pgmap v15311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:54.238995+0000 mgr.y (mgr.24491) 17331 : cluster [DBG] pgmap v15311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:54.238995+0000 mgr.y (mgr.24491) 17331 : cluster [DBG] pgmap v15311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:56.239576+0000 mgr.y (mgr.24491) 17332 : cluster [DBG] pgmap v15312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:56.239576+0000 mgr.y (mgr.24491) 17332 : cluster [DBG] pgmap v15312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:56.239576+0000 mgr.y (mgr.24491) 17332 : cluster [DBG] pgmap v15312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:02:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:02:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:02:58.240089+0000 mgr.y (mgr.24491) 17333 : cluster [DBG] pgmap v15313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:02:58.240089+0000 mgr.y (mgr.24491) 17333 : cluster [DBG] pgmap v15313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:02:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:02:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:02:58.240089+0000 mgr.y (mgr.24491) 17333 : cluster [DBG] pgmap v15313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:01.327 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:03:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:00.240858+0000 mgr.y (mgr.24491) 17334 : cluster [DBG] pgmap v15314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:00.240858+0000 mgr.y (mgr.24491) 17334 : cluster [DBG] pgmap v15314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:00.240858+0000 mgr.y (mgr.24491) 17334 : cluster [DBG] pgmap v15314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:02.241313+0000 mgr.y (mgr.24491) 17335 : cluster [DBG] pgmap v15315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:02.241313+0000 mgr.y (mgr.24491) 17335 : cluster [DBG] pgmap v15315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:02.241313+0000 mgr.y (mgr.24491) 17335 : cluster [DBG] pgmap v15315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:04.241955+0000 mgr.y (mgr.24491) 17336 : cluster [DBG] pgmap v15316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:05.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:04.241955+0000 mgr.y (mgr.24491) 17336 : cluster [DBG] pgmap v15316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:04.241955+0000 mgr.y (mgr.24491) 17336 : cluster [DBG] pgmap v15316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:06.242610+0000 mgr.y (mgr.24491) 17337 : cluster [DBG] pgmap v15317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:06.242610+0000 mgr.y (mgr.24491) 17337 : cluster [DBG] pgmap v15317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:06.242610+0000 mgr.y (mgr.24491) 17337 : cluster [DBG] pgmap v15317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:03:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:08.243104+0000 mgr.y (mgr.24491) 17338 : cluster [DBG] pgmap v15318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:08.243104+0000 mgr.y (mgr.24491) 17338 : cluster [DBG] pgmap v15318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:08.243104+0000 mgr.y (mgr.24491) 17338 : cluster [DBG] pgmap v15318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:11.475 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:03:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:10.243754+0000 mgr.y (mgr.24491) 17339 : cluster [DBG] pgmap v15319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:10.243754+0000 mgr.y (mgr.24491) 17339 : cluster [DBG] pgmap v15319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:10.243754+0000 mgr.y (mgr.24491) 17339 : cluster [DBG] pgmap v15319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:12.244341+0000 mgr.y (mgr.24491) 17340 : cluster [DBG] pgmap v15320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:12.244341+0000 mgr.y (mgr.24491) 17340 : cluster [DBG] pgmap v15320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:12.244341+0000 mgr.y (mgr.24491) 17340 : cluster [DBG] pgmap v15320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:14.244995+0000 mgr.y (mgr.24491) 17341 : cluster [DBG] pgmap v15321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:14.244995+0000 mgr.y (mgr.24491) 17341 : cluster [DBG] pgmap v15321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:14.244995+0000 mgr.y (mgr.24491) 17341 : cluster [DBG] pgmap v15321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:17.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:16.245690+0000 mgr.y (mgr.24491) 17342 : cluster [DBG] pgmap v15322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:16.245690+0000 mgr.y (mgr.24491) 17342 : cluster [DBG] pgmap v15322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:03:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:16.245690+0000 mgr.y (mgr.24491) 17342 : cluster [DBG] pgmap v15322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:18.246165+0000 mgr.y (mgr.24491) 17343 : cluster [DBG] pgmap v15323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:18.246165+0000 mgr.y (mgr.24491) 17343 : cluster [DBG] pgmap v15323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:18.246165+0000 mgr.y (mgr.24491) 17343 : cluster [DBG] pgmap v15323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:21.494 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:03:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:20.246827+0000 mgr.y (mgr.24491) 17344 : cluster [DBG] pgmap v15324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:20.246827+0000 mgr.y (mgr.24491) 17344 : cluster [DBG] pgmap v15324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:20.246827+0000 mgr.y (mgr.24491) 17344 : cluster [DBG] pgmap v15324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:23.153 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:03:23.427 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 52s ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 51s ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 52s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 51s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 51s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 52s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 52s ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 51s ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 52s ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 52s ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 51s ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:03:23.428 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 52s ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:03:23.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 52s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:03:23.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 52s ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:03:23.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 52s ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:03:23.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 51s ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:03:23.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 51s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:03:23.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 51s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:03:23.429 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 51s ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:03:23.429 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 51s ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:03:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:22.247431+0000 mgr.y (mgr.24491) 17345 : cluster [DBG] pgmap v15325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:03:23.764 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:03:23.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:03:23.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:03:23.764 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:03:23.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:03:23.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:03:23.764 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:03:23.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:03:23.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:03:23.764 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:03:23.765 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:03:23.765 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:03:23.765 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:03:23.765 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:03:23.765 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:03:23.765 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:03:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:22.247431+0000 mgr.y (mgr.24491) 17345 : cluster [DBG] pgmap v15325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:22.247431+0000 mgr.y (mgr.24491) 17345 : cluster [DBG] pgmap v15325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:03:23.141680+0000 mgr.y (mgr.24491) 17346 : audit [DBG] from='client.32682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:03:23.420751+0000 mgr.y (mgr.24491) 17347 : audit [DBG] from='client.32688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:03:23.764816+0000 mon.a (mon.0) 3643 : audit [DBG] from='client.? 172.21.15.177:0/192577536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:03:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:03:23.141680+0000 mgr.y (mgr.24491) 17346 : audit [DBG] from='client.32682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:24.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:03:23.420751+0000 mgr.y (mgr.24491) 17347 : audit [DBG] from='client.32688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:24.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:03:23.764816+0000 mon.a (mon.0) 3643 : audit [DBG] from='client.? 172.21.15.177:0/192577536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:03:25.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:03:23.141680+0000 mgr.y (mgr.24491) 17346 : audit [DBG] from='client.32682 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:25.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:03:23.420751+0000 mgr.y (mgr.24491) 17347 : audit [DBG] from='client.32688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:25.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:03:23.764816+0000 mon.a (mon.0) 3643 : audit [DBG] from='client.? 172.21.15.177:0/192577536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:03:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:24.247984+0000 mgr.y (mgr.24491) 17348 : cluster [DBG] pgmap v15326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:24.247984+0000 mgr.y (mgr.24491) 17348 : cluster [DBG] pgmap v15326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:24.247984+0000 mgr.y (mgr.24491) 17348 : cluster [DBG] pgmap v15326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:03:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:26.248522+0000 mgr.y (mgr.24491) 17349 : cluster [DBG] pgmap v15327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:26.248522+0000 mgr.y (mgr.24491) 17349 : cluster [DBG] pgmap v15327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:26.248522+0000 mgr.y (mgr.24491) 17349 : cluster [DBG] pgmap v15327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:28.249046+0000 mgr.y (mgr.24491) 17350 : cluster [DBG] pgmap v15328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:28.249046+0000 mgr.y (mgr.24491) 17350 : cluster [DBG] pgmap v15328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:30.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:28.249046+0000 mgr.y (mgr.24491) 17350 : cluster [DBG] pgmap v15328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:03:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:30.249702+0000 mgr.y (mgr.24491) 17351 : cluster [DBG] pgmap v15329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:30.249702+0000 mgr.y (mgr.24491) 17351 : cluster [DBG] pgmap v15329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:30.249702+0000 mgr.y (mgr.24491) 17351 : cluster [DBG] pgmap v15329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:03:32.144798+0000 mon.a (mon.0) 3644 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:03:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:03:32.440511+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:03:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:03:32.441127+0000 mon.a (mon.0) 3646 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:03:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:03:32.445611+0000 mon.a (mon.0) 3647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:03:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:03:32.144798+0000 mon.a (mon.0) 3644 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:03:32.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:03:32.440511+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:03:32.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:03:32.441127+0000 mon.a (mon.0) 3646 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:03:32.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:03:32.445611+0000 mon.a (mon.0) 3647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:03:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:03:32.144798+0000 mon.a (mon.0) 3644 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:03:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:03:32.440511+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:03:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:03:32.441127+0000 mon.a (mon.0) 3646 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:03:33.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:03:32.445611+0000 mon.a (mon.0) 3647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:03:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:32.250095+0000 mgr.y (mgr.24491) 17352 : cluster [DBG] pgmap v15330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:32.250095+0000 mgr.y (mgr.24491) 17352 : cluster [DBG] pgmap v15330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:32.250095+0000 mgr.y (mgr.24491) 17352 : cluster [DBG] pgmap v15330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:34.250769+0000 mgr.y (mgr.24491) 17353 : cluster [DBG] pgmap v15331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:34.250769+0000 mgr.y (mgr.24491) 17353 : cluster [DBG] pgmap v15331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:34.250769+0000 mgr.y (mgr.24491) 17353 : cluster [DBG] pgmap v15331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:03:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:36.251327+0000 mgr.y (mgr.24491) 17354 : cluster [DBG] pgmap v15332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:36.251327+0000 mgr.y (mgr.24491) 17354 : cluster [DBG] pgmap v15332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:36.251327+0000 mgr.y (mgr.24491) 17354 : cluster [DBG] pgmap v15332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:38.251769+0000 mgr.y (mgr.24491) 17355 : cluster [DBG] pgmap v15333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:38.251769+0000 mgr.y (mgr.24491) 17355 : cluster [DBG] pgmap v15333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:38.251769+0000 mgr.y (mgr.24491) 17355 : cluster [DBG] pgmap v15333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:41.503 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:03:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:40.252442+0000 mgr.y (mgr.24491) 17356 : cluster [DBG] pgmap v15334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:40.252442+0000 mgr.y (mgr.24491) 17356 : cluster [DBG] pgmap v15334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:40.252442+0000 mgr.y (mgr.24491) 17356 : cluster [DBG] pgmap v15334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:42.252856+0000 mgr.y (mgr.24491) 17357 : cluster [DBG] pgmap v15335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:42.252856+0000 mgr.y (mgr.24491) 17357 : cluster [DBG] pgmap v15335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:42.252856+0000 mgr.y (mgr.24491) 17357 : cluster [DBG] pgmap v15335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:44.253470+0000 mgr.y (mgr.24491) 17358 : cluster [DBG] pgmap v15336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:44.253470+0000 mgr.y (mgr.24491) 17358 : cluster [DBG] pgmap v15336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:44.253470+0000 mgr.y (mgr.24491) 17358 : cluster [DBG] pgmap v15336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:03:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:46.253895+0000 mgr.y (mgr.24491) 17359 : cluster [DBG] pgmap v15337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:46.253895+0000 mgr.y (mgr.24491) 17359 : cluster [DBG] pgmap v15337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:46.253895+0000 mgr.y (mgr.24491) 17359 : cluster [DBG] pgmap v15337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:48.254281+0000 mgr.y (mgr.24491) 17360 : cluster [DBG] pgmap v15338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:49.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:48.254281+0000 mgr.y (mgr.24491) 17360 : cluster [DBG] pgmap v15338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:48.254281+0000 mgr.y (mgr.24491) 17360 : cluster [DBG] pgmap v15338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:03:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:50.255041+0000 mgr.y (mgr.24491) 17361 : cluster [DBG] pgmap v15339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:51.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:50.255041+0000 mgr.y (mgr.24491) 17361 : cluster [DBG] pgmap v15339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:50.255041+0000 mgr.y (mgr.24491) 17361 : cluster [DBG] pgmap v15339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:52.255392+0000 mgr.y (mgr.24491) 17362 : cluster [DBG] pgmap v15340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:52.255392+0000 mgr.y (mgr.24491) 17362 : cluster [DBG] pgmap v15340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:52.255392+0000 mgr.y (mgr.24491) 17362 : cluster [DBG] pgmap v15340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:54.075 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:03:54.353 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:03:54.353 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 83s ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:03:54.353 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 82s ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:03:54.353 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 83s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:03:54.353 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 82s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:03:54.353 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 82s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:03:54.353 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 83s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:03:54.353 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 83s ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:03:54.353 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 82s ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:03:54.353 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 83s ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:03:54.354 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 83s ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:03:54.354 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 82s ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:03:54.354 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 83s ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:03:54.354 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 83s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:03:54.354 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 83s ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:03:54.354 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 83s ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:03:54.354 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 82s ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:03:54.354 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 82s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:03:54.354 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 82s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:03:54.354 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 82s ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:03:54.354 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 82s ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:03:54.687 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:03:54.687 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:03:54.687 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:03:54.687 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:03:54.687 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:03:54.687 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:03:54.687 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:03:54.687 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:03:54.687 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:03:54.687 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:03:54.688 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:03:54.688 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:03:54.688 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:03:54.688 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:03:54.688 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:03:54.688 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:03:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:03:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:03:54.063798+0000 mgr.y (mgr.24491) 17363 : audit [DBG] from='client.32700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:54.255902+0000 mgr.y (mgr.24491) 17364 : cluster [DBG] pgmap v15341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:03:54.345805+0000 mgr.y (mgr.24491) 17365 : audit [DBG] from='client.42617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:03:54.687728+0000 mon.a (mon.0) 3648 : audit [DBG] from='client.? 172.21.15.177:0/1823470276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:03:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:03:54.063798+0000 mgr.y (mgr.24491) 17363 : audit [DBG] from='client.32700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:54.255902+0000 mgr.y (mgr.24491) 17364 : cluster [DBG] pgmap v15341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:03:54.345805+0000 mgr.y (mgr.24491) 17365 : audit [DBG] from='client.42617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:55.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:03:54.687728+0000 mon.a (mon.0) 3648 : audit [DBG] from='client.? 172.21.15.177:0/1823470276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:03:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:03:54.063798+0000 mgr.y (mgr.24491) 17363 : audit [DBG] from='client.32700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:54.255902+0000 mgr.y (mgr.24491) 17364 : cluster [DBG] pgmap v15341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:03:54.345805+0000 mgr.y (mgr.24491) 17365 : audit [DBG] from='client.42617 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:03:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:03:54.687728+0000 mon.a (mon.0) 3648 : audit [DBG] from='client.? 172.21.15.177:0/1823470276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:03:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:03:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:03:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:56.256405+0000 mgr.y (mgr.24491) 17366 : cluster [DBG] pgmap v15342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:57.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:56.256405+0000 mgr.y (mgr.24491) 17366 : cluster [DBG] pgmap v15342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:56.256405+0000 mgr.y (mgr.24491) 17366 : cluster [DBG] pgmap v15342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:59.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:03:58.256773+0000 mgr.y (mgr.24491) 17367 : cluster [DBG] pgmap v15343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:03:59.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:03:58.256773+0000 mgr.y (mgr.24491) 17367 : cluster [DBG] pgmap v15343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:03:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:03:58.256773+0000 mgr.y (mgr.24491) 17367 : cluster [DBG] pgmap v15343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:04:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:00.257578+0000 mgr.y (mgr.24491) 17368 : cluster [DBG] pgmap v15344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:00.257578+0000 mgr.y (mgr.24491) 17368 : cluster [DBG] pgmap v15344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:00.257578+0000 mgr.y (mgr.24491) 17368 : cluster [DBG] pgmap v15344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:02.258091+0000 mgr.y (mgr.24491) 17369 : cluster [DBG] pgmap v15345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:02.258091+0000 mgr.y (mgr.24491) 17369 : cluster [DBG] pgmap v15345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:02.258091+0000 mgr.y (mgr.24491) 17369 : cluster [DBG] pgmap v15345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:04.258896+0000 mgr.y (mgr.24491) 17370 : cluster [DBG] pgmap v15346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:04.258896+0000 mgr.y (mgr.24491) 17370 : cluster [DBG] pgmap v15346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:04.258896+0000 mgr.y (mgr.24491) 17370 : cluster [DBG] pgmap v15346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:04:07.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:06.259499+0000 mgr.y (mgr.24491) 17371 : cluster [DBG] pgmap v15347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:06.259499+0000 mgr.y (mgr.24491) 17371 : cluster [DBG] pgmap v15347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:06.259499+0000 mgr.y (mgr.24491) 17371 : cluster [DBG] pgmap v15347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:08.260103+0000 mgr.y (mgr.24491) 17372 : cluster [DBG] pgmap v15348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:08.260103+0000 mgr.y (mgr.24491) 17372 : cluster [DBG] pgmap v15348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:08.260103+0000 mgr.y (mgr.24491) 17372 : cluster [DBG] pgmap v15348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:04:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:10.260894+0000 mgr.y (mgr.24491) 17373 : cluster [DBG] pgmap v15349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:10.260894+0000 mgr.y (mgr.24491) 17373 : cluster [DBG] pgmap v15349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:10.260894+0000 mgr.y (mgr.24491) 17373 : cluster [DBG] pgmap v15349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:12.261548+0000 mgr.y (mgr.24491) 17374 : cluster [DBG] pgmap v15350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:12.261548+0000 mgr.y (mgr.24491) 17374 : cluster [DBG] pgmap v15350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:12.261548+0000 mgr.y (mgr.24491) 17374 : cluster [DBG] pgmap v15350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:14.262152+0000 mgr.y (mgr.24491) 17375 : cluster [DBG] pgmap v15351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:14.262152+0000 mgr.y (mgr.24491) 17375 : cluster [DBG] pgmap v15351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:14.262152+0000 mgr.y (mgr.24491) 17375 : cluster [DBG] pgmap v15351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:04:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:16.262640+0000 mgr.y (mgr.24491) 17376 : cluster [DBG] pgmap v15352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:17.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:16.262640+0000 mgr.y (mgr.24491) 17376 : cluster [DBG] pgmap v15352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:16.262640+0000 mgr.y (mgr.24491) 17376 : cluster [DBG] pgmap v15352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:18.263051+0000 mgr.y (mgr.24491) 17377 : cluster [DBG] pgmap v15353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:18.263051+0000 mgr.y (mgr.24491) 17377 : cluster [DBG] pgmap v15353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:18.263051+0000 mgr.y (mgr.24491) 17377 : cluster [DBG] pgmap v15353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:04:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:20.263861+0000 mgr.y (mgr.24491) 17378 : cluster [DBG] pgmap v15354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:20.263861+0000 mgr.y (mgr.24491) 17378 : cluster [DBG] pgmap v15354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:20.263861+0000 mgr.y (mgr.24491) 17378 : cluster [DBG] pgmap v15354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:22.264256+0000 mgr.y (mgr.24491) 17379 : cluster [DBG] pgmap v15355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:22.264256+0000 mgr.y (mgr.24491) 17379 : cluster [DBG] pgmap v15355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:22.264256+0000 mgr.y (mgr.24491) 17379 : cluster [DBG] pgmap v15355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:24.997 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:04:25.271 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 114s ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 113s ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 114s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 113s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 113s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 114s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 114s ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 113s ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 114s ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 114s ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 113s ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 114s ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 114s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 114s ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:04:25.272 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 114s ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:04:25.273 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 113s ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:04:25.273 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 113s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:04:25.273 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 113s ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:04:25.273 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 113s ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:04:25.273 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 113s ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:04:25.603 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:04:25.604 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:04:25.604 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:04:25.604 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:04:25.604 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:04:25.604 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:04:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:24.265022+0000 mgr.y (mgr.24491) 17380 : cluster [DBG] pgmap v15356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:04:25.603646+0000 mon.c (mon.2) 537 : audit [DBG] from='client.? 172.21.15.177:0/824412763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:04:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:24.265022+0000 mgr.y (mgr.24491) 17380 : cluster [DBG] pgmap v15356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:04:25.603646+0000 mon.c (mon.2) 537 : audit [DBG] from='client.? 172.21.15.177:0/824412763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:04:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:24.265022+0000 mgr.y (mgr.24491) 17380 : cluster [DBG] pgmap v15356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:04:25.603646+0000 mon.c (mon.2) 537 : audit [DBG] from='client.? 172.21.15.177:0/824412763' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:04:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:04:24.985878+0000 mgr.y (mgr.24491) 17381 : audit [DBG] from='client.32718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:04:25.264832+0000 mgr.y (mgr.24491) 17382 : audit [DBG] from='client.32724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:26.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:04:24.985878+0000 mgr.y (mgr.24491) 17381 : audit [DBG] from='client.32718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:26.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:04:25.264832+0000 mgr.y (mgr.24491) 17382 : audit [DBG] from='client.32724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:04:24.985878+0000 mgr.y (mgr.24491) 17381 : audit [DBG] from='client.32718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:27.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:04:25.264832+0000 mgr.y (mgr.24491) 17382 : audit [DBG] from='client.32724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:04:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:26.265537+0000 mgr.y (mgr.24491) 17383 : cluster [DBG] pgmap v15357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:26.265537+0000 mgr.y (mgr.24491) 17383 : cluster [DBG] pgmap v15357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:26.265537+0000 mgr.y (mgr.24491) 17383 : cluster [DBG] pgmap v15357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:28.265978+0000 mgr.y (mgr.24491) 17384 : cluster [DBG] pgmap v15358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:28.265978+0000 mgr.y (mgr.24491) 17384 : cluster [DBG] pgmap v15358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:28.265978+0000 mgr.y (mgr.24491) 17384 : cluster [DBG] pgmap v15358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:04:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:30.266672+0000 mgr.y (mgr.24491) 17385 : cluster [DBG] pgmap v15359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:30.266672+0000 mgr.y (mgr.24491) 17385 : cluster [DBG] pgmap v15359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:30.266672+0000 mgr.y (mgr.24491) 17385 : cluster [DBG] pgmap v15359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:04:32.449840+0000 mon.a (mon.0) 3649 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:04:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:04:32.449840+0000 mon.a (mon.0) 3649 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:04:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:04:32.449840+0000 mon.a (mon.0) 3649 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:04:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:32.267239+0000 mgr.y (mgr.24491) 17386 : cluster [DBG] pgmap v15360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:04:32.740577+0000 mon.a (mon.0) 3650 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:04:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:04:32.741233+0000 mon.a (mon.0) 3651 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:04:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:04:32.748068+0000 mon.a (mon.0) 3652 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:04:33.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:32.267239+0000 mgr.y (mgr.24491) 17386 : cluster [DBG] pgmap v15360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:33.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:04:32.740577+0000 mon.a (mon.0) 3650 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:04:33.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:04:32.741233+0000 mon.a (mon.0) 3651 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:04:33.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:04:32.748068+0000 mon.a (mon.0) 3652 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:04:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:32.267239+0000 mgr.y (mgr.24491) 17386 : cluster [DBG] pgmap v15360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:04:32.740577+0000 mon.a (mon.0) 3650 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:04:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:04:32.741233+0000 mon.a (mon.0) 3651 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:04:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:04:32.748068+0000 mon.a (mon.0) 3652 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:04:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:34.268026+0000 mgr.y (mgr.24491) 17387 : cluster [DBG] pgmap v15361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:34.268026+0000 mgr.y (mgr.24491) 17387 : cluster [DBG] pgmap v15361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:34.268026+0000 mgr.y (mgr.24491) 17387 : cluster [DBG] pgmap v15361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:04:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:36.268430+0000 mgr.y (mgr.24491) 17388 : cluster [DBG] pgmap v15362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:36.268430+0000 mgr.y (mgr.24491) 17388 : cluster [DBG] pgmap v15362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:36.268430+0000 mgr.y (mgr.24491) 17388 : cluster [DBG] pgmap v15362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:38.268889+0000 mgr.y (mgr.24491) 17389 : cluster [DBG] pgmap v15363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:39.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:38.268889+0000 mgr.y (mgr.24491) 17389 : cluster [DBG] pgmap v15363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:38.268889+0000 mgr.y (mgr.24491) 17389 : cluster [DBG] pgmap v15363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:04:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:40.269753+0000 mgr.y (mgr.24491) 17390 : cluster [DBG] pgmap v15364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:40.269753+0000 mgr.y (mgr.24491) 17390 : cluster [DBG] pgmap v15364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:40.269753+0000 mgr.y (mgr.24491) 17390 : cluster [DBG] pgmap v15364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:42.270262+0000 mgr.y (mgr.24491) 17391 : cluster [DBG] pgmap v15365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:42.270262+0000 mgr.y (mgr.24491) 17391 : cluster [DBG] pgmap v15365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:42.270262+0000 mgr.y (mgr.24491) 17391 : cluster [DBG] pgmap v15365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:44.270816+0000 mgr.y (mgr.24491) 17392 : cluster [DBG] pgmap v15366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:44.270816+0000 mgr.y (mgr.24491) 17392 : cluster [DBG] pgmap v15366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:44.270816+0000 mgr.y (mgr.24491) 17392 : cluster [DBG] pgmap v15366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:46.271246+0000 mgr.y (mgr.24491) 17393 : cluster [DBG] pgmap v15367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:04:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:46.271246+0000 mgr.y (mgr.24491) 17393 : cluster [DBG] pgmap v15367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:46.271246+0000 mgr.y (mgr.24491) 17393 : cluster [DBG] pgmap v15367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:48.271791+0000 mgr.y (mgr.24491) 17394 : cluster [DBG] pgmap v15368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:48.271791+0000 mgr.y (mgr.24491) 17394 : cluster [DBG] pgmap v15368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:48.271791+0000 mgr.y (mgr.24491) 17394 : cluster [DBG] pgmap v15368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:04:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:50.272445+0000 mgr.y (mgr.24491) 17395 : cluster [DBG] pgmap v15369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:50.272445+0000 mgr.y (mgr.24491) 17395 : cluster [DBG] pgmap v15369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:50.272445+0000 mgr.y (mgr.24491) 17395 : cluster [DBG] pgmap v15369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:52.273024+0000 mgr.y (mgr.24491) 17396 : cluster [DBG] pgmap v15370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:52.273024+0000 mgr.y (mgr.24491) 17396 : cluster [DBG] pgmap v15370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:52.273024+0000 mgr.y (mgr.24491) 17396 : cluster [DBG] pgmap v15370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:55.916 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:04:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:54.273581+0000 mgr.y (mgr.24491) 17397 : cluster [DBG] pgmap v15371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:54.273581+0000 mgr.y (mgr.24491) 17397 : cluster [DBG] pgmap v15371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:54.273581+0000 mgr.y (mgr.24491) 17397 : cluster [DBG] pgmap v15371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:56.191 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:04:56.192 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 2m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:04:56.192 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 2m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:04:56.192 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 2m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:04:56.192 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 2m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:04:56.192 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 2m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:04:56.192 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 2m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:04:56.192 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 2m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:04:56.192 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 2m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:04:56.192 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 2m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:04:56.193 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 2m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:04:56.193 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 2m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:04:56.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 2m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:04:56.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 2m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:04:56.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 2m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:04:56.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 2m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:04:56.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 2m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:04:56.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 2m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:04:56.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 2m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:04:56.193 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 2m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:04:56.193 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 2m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:04:56.525 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:04:56.525 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:04:56.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:04:56.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:04:56.525 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:04:56.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:04:56.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:04:56.526 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:04:56.526 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:04:56.526 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:04:56.526 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:04:56.526 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:04:56.526 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:04:56.526 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:04:56.526 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:04:56.526 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:04:56.526 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:04:57.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:04:56.525779+0000 mon.c (mon.2) 538 : audit [DBG] from='client.? 172.21.15.177:0/553688908' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:04:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:04:56.525779+0000 mon.c (mon.2) 538 : audit [DBG] from='client.? 172.21.15.177:0/553688908' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:04:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:04:56.525779+0000 mon.c (mon.2) 538 : audit [DBG] from='client.? 172.21.15.177:0/553688908' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:04:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:04:55.904319+0000 mgr.y (mgr.24491) 17398 : audit [DBG] from='client.32736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:04:56.184769+0000 mgr.y (mgr.24491) 17399 : audit [DBG] from='client.42653 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:56.274094+0000 mgr.y (mgr.24491) 17400 : cluster [DBG] pgmap v15372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:04:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:04:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:04:55.904319+0000 mgr.y (mgr.24491) 17398 : audit [DBG] from='client.32736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:04:56.184769+0000 mgr.y (mgr.24491) 17399 : audit [DBG] from='client.42653 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:56.274094+0000 mgr.y (mgr.24491) 17400 : cluster [DBG] pgmap v15372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:04:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:04:55.904319+0000 mgr.y (mgr.24491) 17398 : audit [DBG] from='client.32736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:04:56.184769+0000 mgr.y (mgr.24491) 17399 : audit [DBG] from='client.42653 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:04:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:56.274094+0000 mgr.y (mgr.24491) 17400 : cluster [DBG] pgmap v15372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:04:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:04:58.274485+0000 mgr.y (mgr.24491) 17401 : cluster [DBG] pgmap v15373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:04:58.274485+0000 mgr.y (mgr.24491) 17401 : cluster [DBG] pgmap v15373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:04:58.274485+0000 mgr.y (mgr.24491) 17401 : cluster [DBG] pgmap v15373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:05:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:00.275332+0000 mgr.y (mgr.24491) 17402 : cluster [DBG] pgmap v15374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:00.275332+0000 mgr.y (mgr.24491) 17402 : cluster [DBG] pgmap v15374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:00.275332+0000 mgr.y (mgr.24491) 17402 : cluster [DBG] pgmap v15374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:02.275786+0000 mgr.y (mgr.24491) 17403 : cluster [DBG] pgmap v15375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:02.275786+0000 mgr.y (mgr.24491) 17403 : cluster [DBG] pgmap v15375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:02.275786+0000 mgr.y (mgr.24491) 17403 : cluster [DBG] pgmap v15375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:04.276396+0000 mgr.y (mgr.24491) 17404 : cluster [DBG] pgmap v15376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:04.276396+0000 mgr.y (mgr.24491) 17404 : cluster [DBG] pgmap v15376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:04.276396+0000 mgr.y (mgr.24491) 17404 : cluster [DBG] pgmap v15376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:06.277085+0000 mgr.y (mgr.24491) 17405 : cluster [DBG] pgmap v15377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:06.277085+0000 mgr.y (mgr.24491) 17405 : cluster [DBG] pgmap v15377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:05:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:06.277085+0000 mgr.y (mgr.24491) 17405 : cluster [DBG] pgmap v15377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:08.277582+0000 mgr.y (mgr.24491) 17406 : cluster [DBG] pgmap v15378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:08.277582+0000 mgr.y (mgr.24491) 17406 : cluster [DBG] pgmap v15378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:08.277582+0000 mgr.y (mgr.24491) 17406 : cluster [DBG] pgmap v15378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:05:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:10.278380+0000 mgr.y (mgr.24491) 17407 : cluster [DBG] pgmap v15379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:10.278380+0000 mgr.y (mgr.24491) 17407 : cluster [DBG] pgmap v15379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:10.278380+0000 mgr.y (mgr.24491) 17407 : cluster [DBG] pgmap v15379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:12.278783+0000 mgr.y (mgr.24491) 17408 : cluster [DBG] pgmap v15380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:12.278783+0000 mgr.y (mgr.24491) 17408 : cluster [DBG] pgmap v15380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:12.278783+0000 mgr.y (mgr.24491) 17408 : cluster [DBG] pgmap v15380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:14.279445+0000 mgr.y (mgr.24491) 17409 : cluster [DBG] pgmap v15381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:14.279445+0000 mgr.y (mgr.24491) 17409 : cluster [DBG] pgmap v15381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:14.279445+0000 mgr.y (mgr.24491) 17409 : cluster [DBG] pgmap v15381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:16.279998+0000 mgr.y (mgr.24491) 17410 : cluster [DBG] pgmap v15382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:16.279998+0000 mgr.y (mgr.24491) 17410 : cluster [DBG] pgmap v15382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:05:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:16.279998+0000 mgr.y (mgr.24491) 17410 : cluster [DBG] pgmap v15382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:18.280431+0000 mgr.y (mgr.24491) 17411 : cluster [DBG] pgmap v15383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:18.280431+0000 mgr.y (mgr.24491) 17411 : cluster [DBG] pgmap v15383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:18.280431+0000 mgr.y (mgr.24491) 17411 : cluster [DBG] pgmap v15383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:05:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:20.281154+0000 mgr.y (mgr.24491) 17412 : cluster [DBG] pgmap v15384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:20.281154+0000 mgr.y (mgr.24491) 17412 : cluster [DBG] pgmap v15384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:20.281154+0000 mgr.y (mgr.24491) 17412 : cluster [DBG] pgmap v15384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:22.281584+0000 mgr.y (mgr.24491) 17413 : cluster [DBG] pgmap v15385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:22.281584+0000 mgr.y (mgr.24491) 17413 : cluster [DBG] pgmap v15385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:22.281584+0000 mgr.y (mgr.24491) 17413 : cluster [DBG] pgmap v15385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:24.282305+0000 mgr.y (mgr.24491) 17414 : cluster [DBG] pgmap v15386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:24.282305+0000 mgr.y (mgr.24491) 17414 : cluster [DBG] pgmap v15386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:24.282305+0000 mgr.y (mgr.24491) 17414 : cluster [DBG] pgmap v15386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:26.835 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:05:27.107 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:05:27.107 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 2m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 2m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 2m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 2m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 2m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 2m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 2m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 2m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 2m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 2m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 2m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 2m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 2m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 2m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:05:27.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 2m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:05:27.109 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 2m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:05:27.109 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 2m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:05:27.109 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 2m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:05:27.109 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 2m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:05:27.109 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 2m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:05:27.443 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:05:27.443 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:05:27.443 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:05:27.443 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:05:27.443 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:05:27.443 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:05:27.443 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:05:27.443 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:05:27.444 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:05:27.444 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:05:27.444 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:05:27.444 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:05:27.444 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:05:27.444 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:05:27.444 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:05:27.444 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:05:27.444 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:05:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:26.282831+0000 mgr.y (mgr.24491) 17415 : cluster [DBG] pgmap v15387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:05:26.823776+0000 mgr.y (mgr.24491) 17416 : audit [DBG] from='client.42665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:05:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:05:27.443819+0000 mon.a (mon.0) 3653 : audit [DBG] from='client.? 172.21.15.177:0/747299907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:05:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:05:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:26.282831+0000 mgr.y (mgr.24491) 17415 : cluster [DBG] pgmap v15387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:05:26.823776+0000 mgr.y (mgr.24491) 17416 : audit [DBG] from='client.42665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:05:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:05:27.443819+0000 mon.a (mon.0) 3653 : audit [DBG] from='client.? 172.21.15.177:0/747299907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:05:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:26.282831+0000 mgr.y (mgr.24491) 17415 : cluster [DBG] pgmap v15387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:05:26.823776+0000 mgr.y (mgr.24491) 17416 : audit [DBG] from='client.42665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:05:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:05:27.443819+0000 mon.a (mon.0) 3653 : audit [DBG] from='client.? 172.21.15.177:0/747299907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:05:29.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:05:27.100730+0000 mgr.y (mgr.24491) 17417 : audit [DBG] from='client.42671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:05:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:05:27.100730+0000 mgr.y (mgr.24491) 17417 : audit [DBG] from='client.42671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:05:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:05:27.100730+0000 mgr.y (mgr.24491) 17417 : audit [DBG] from='client.42671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:05:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:28.283308+0000 mgr.y (mgr.24491) 17418 : cluster [DBG] pgmap v15388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:28.283308+0000 mgr.y (mgr.24491) 17418 : cluster [DBG] pgmap v15388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:28.283308+0000 mgr.y (mgr.24491) 17418 : cluster [DBG] pgmap v15388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:05:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:30.284006+0000 mgr.y (mgr.24491) 17419 : cluster [DBG] pgmap v15389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:30.284006+0000 mgr.y (mgr.24491) 17419 : cluster [DBG] pgmap v15389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:30.284006+0000 mgr.y (mgr.24491) 17419 : cluster [DBG] pgmap v15389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:32.284518+0000 mgr.y (mgr.24491) 17420 : cluster [DBG] pgmap v15390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:05:32.752243+0000 mon.a (mon.0) 3654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:05:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:05:32.999926+0000 mon.a (mon.0) 3655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:05:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:05:33.268161+0000 mon.a (mon.0) 3656 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:05:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:05:33.268745+0000 mon.a (mon.0) 3657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:05:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:05:33.273193+0000 mon.a (mon.0) 3658 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:05:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:32.284518+0000 mgr.y (mgr.24491) 17420 : cluster [DBG] pgmap v15390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:05:32.752243+0000 mon.a (mon.0) 3654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:05:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:05:32.999926+0000 mon.a (mon.0) 3655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:05:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:05:33.268161+0000 mon.a (mon.0) 3656 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:05:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:05:33.268745+0000 mon.a (mon.0) 3657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:05:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:05:33.273193+0000 mon.a (mon.0) 3658 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:05:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:32.284518+0000 mgr.y (mgr.24491) 17420 : cluster [DBG] pgmap v15390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:05:32.752243+0000 mon.a (mon.0) 3654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:05:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:05:32.999926+0000 mon.a (mon.0) 3655 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:05:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:05:33.268161+0000 mon.a (mon.0) 3656 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:05:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:05:33.268745+0000 mon.a (mon.0) 3657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:05:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:05:33.273193+0000 mon.a (mon.0) 3658 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:05:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:34.285208+0000 mgr.y (mgr.24491) 17421 : cluster [DBG] pgmap v15391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:34.285208+0000 mgr.y (mgr.24491) 17421 : cluster [DBG] pgmap v15391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:34.285208+0000 mgr.y (mgr.24491) 17421 : cluster [DBG] pgmap v15391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:36.285664+0000 mgr.y (mgr.24491) 17422 : cluster [DBG] pgmap v15392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:37] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T12:05:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:36.285664+0000 mgr.y (mgr.24491) 17422 : cluster [DBG] pgmap v15392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:36.285664+0000 mgr.y (mgr.24491) 17422 : cluster [DBG] pgmap v15392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:38.286085+0000 mgr.y (mgr.24491) 17423 : cluster [DBG] pgmap v15393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:38.286085+0000 mgr.y (mgr.24491) 17423 : cluster [DBG] pgmap v15393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:38.286085+0000 mgr.y (mgr.24491) 17423 : cluster [DBG] pgmap v15393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:05:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:40.286811+0000 mgr.y (mgr.24491) 17424 : cluster [DBG] pgmap v15394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:40.286811+0000 mgr.y (mgr.24491) 17424 : cluster [DBG] pgmap v15394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:40.286811+0000 mgr.y (mgr.24491) 17424 : cluster [DBG] pgmap v15394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:42.287356+0000 mgr.y (mgr.24491) 17425 : cluster [DBG] pgmap v15395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:42.287356+0000 mgr.y (mgr.24491) 17425 : cluster [DBG] pgmap v15395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:42.287356+0000 mgr.y (mgr.24491) 17425 : cluster [DBG] pgmap v15395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:44.287989+0000 mgr.y (mgr.24491) 17426 : cluster [DBG] pgmap v15396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:44.287989+0000 mgr.y (mgr.24491) 17426 : cluster [DBG] pgmap v15396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:44.287989+0000 mgr.y (mgr.24491) 17426 : cluster [DBG] pgmap v15396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:46.288416+0000 mgr.y (mgr.24491) 17427 : cluster [DBG] pgmap v15397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:48.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:05:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:46.288416+0000 mgr.y (mgr.24491) 17427 : cluster [DBG] pgmap v15397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:46.288416+0000 mgr.y (mgr.24491) 17427 : cluster [DBG] pgmap v15397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:48.288886+0000 mgr.y (mgr.24491) 17428 : cluster [DBG] pgmap v15398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:48.288886+0000 mgr.y (mgr.24491) 17428 : cluster [DBG] pgmap v15398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:50.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:48.288886+0000 mgr.y (mgr.24491) 17428 : cluster [DBG] pgmap v15398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:05:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:50.289681+0000 mgr.y (mgr.24491) 17429 : cluster [DBG] pgmap v15399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:50.289681+0000 mgr.y (mgr.24491) 17429 : cluster [DBG] pgmap v15399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:50.289681+0000 mgr.y (mgr.24491) 17429 : cluster [DBG] pgmap v15399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:52.290223+0000 mgr.y (mgr.24491) 17430 : cluster [DBG] pgmap v15400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:52.290223+0000 mgr.y (mgr.24491) 17430 : cluster [DBG] pgmap v15400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:52.290223+0000 mgr.y (mgr.24491) 17430 : cluster [DBG] pgmap v15400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:54.291080+0000 mgr.y (mgr.24491) 17431 : cluster [DBG] pgmap v15401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:56.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:54.291080+0000 mgr.y (mgr.24491) 17431 : cluster [DBG] pgmap v15401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:54.291080+0000 mgr.y (mgr.24491) 17431 : cluster [DBG] pgmap v15401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:57.755 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:05:58.029 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:05:58.029 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:05:58.030 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:05:58.031 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:05:58.031 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:05:58.031 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:05:58.031 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:05:58.031 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:05:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:05:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:05:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:56.291571+0000 mgr.y (mgr.24491) 17432 : cluster [DBG] pgmap v15402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:56.291571+0000 mgr.y (mgr.24491) 17432 : cluster [DBG] pgmap v15402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:56.291571+0000 mgr.y (mgr.24491) 17432 : cluster [DBG] pgmap v15402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:05:58.363 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:05:58.363 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:05:58.363 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:05:58.363 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:05:58.363 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:05:58.363 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:05:58.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:05:58.364 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:05:58.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:05:58.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:05:58.364 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:05:58.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:05:58.364 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:05:58.364 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:05:58.364 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:05:58.364 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:05:58.364 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:05:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:05:57.743858+0000 mgr.y (mgr.24491) 17433 : audit [DBG] from='client.42683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:05:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:05:58.363743+0000 mon.a (mon.0) 3659 : audit [DBG] from='client.? 172.21.15.177:0/547184912' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:05:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:05:57.743858+0000 mgr.y (mgr.24491) 17433 : audit [DBG] from='client.42683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:05:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:05:58.363743+0000 mon.a (mon.0) 3659 : audit [DBG] from='client.? 172.21.15.177:0/547184912' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:05:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:05:57.743858+0000 mgr.y (mgr.24491) 17433 : audit [DBG] from='client.42683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:05:59.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:05:58.363743+0000 mon.a (mon.0) 3659 : audit [DBG] from='client.? 172.21.15.177:0/547184912' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:06:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:05:58.022637+0000 mgr.y (mgr.24491) 17434 : audit [DBG] from='client.32778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:06:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:05:58.291983+0000 mgr.y (mgr.24491) 17435 : cluster [DBG] pgmap v15403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:05:58.022637+0000 mgr.y (mgr.24491) 17434 : audit [DBG] from='client.32778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:06:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:05:58.291983+0000 mgr.y (mgr.24491) 17435 : cluster [DBG] pgmap v15403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:05:58.022637+0000 mgr.y (mgr.24491) 17434 : audit [DBG] from='client.32778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:06:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:05:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:05:58.291983+0000 mgr.y (mgr.24491) 17435 : cluster [DBG] pgmap v15403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:06:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:00.292812+0000 mgr.y (mgr.24491) 17436 : cluster [DBG] pgmap v15404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:00.292812+0000 mgr.y (mgr.24491) 17436 : cluster [DBG] pgmap v15404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:00.292812+0000 mgr.y (mgr.24491) 17436 : cluster [DBG] pgmap v15404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:02.293366+0000 mgr.y (mgr.24491) 17437 : cluster [DBG] pgmap v15405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:02.293366+0000 mgr.y (mgr.24491) 17437 : cluster [DBG] pgmap v15405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:02.293366+0000 mgr.y (mgr.24491) 17437 : cluster [DBG] pgmap v15405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:04.293979+0000 mgr.y (mgr.24491) 17438 : cluster [DBG] pgmap v15406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:04.293979+0000 mgr.y (mgr.24491) 17438 : cluster [DBG] pgmap v15406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:04.293979+0000 mgr.y (mgr.24491) 17438 : cluster [DBG] pgmap v15406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:07] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:06:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:06.294487+0000 mgr.y (mgr.24491) 17439 : cluster [DBG] pgmap v15407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:06.294487+0000 mgr.y (mgr.24491) 17439 : cluster [DBG] pgmap v15407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:06.294487+0000 mgr.y (mgr.24491) 17439 : cluster [DBG] pgmap v15407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:08.295064+0000 mgr.y (mgr.24491) 17440 : cluster [DBG] pgmap v15408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:08.295064+0000 mgr.y (mgr.24491) 17440 : cluster [DBG] pgmap v15408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:08.295064+0000 mgr.y (mgr.24491) 17440 : cluster [DBG] pgmap v15408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:06:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:10.295720+0000 mgr.y (mgr.24491) 17441 : cluster [DBG] pgmap v15409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:10.295720+0000 mgr.y (mgr.24491) 17441 : cluster [DBG] pgmap v15409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:10.295720+0000 mgr.y (mgr.24491) 17441 : cluster [DBG] pgmap v15409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:12.296172+0000 mgr.y (mgr.24491) 17442 : cluster [DBG] pgmap v15410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:12.296172+0000 mgr.y (mgr.24491) 17442 : cluster [DBG] pgmap v15410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:12.296172+0000 mgr.y (mgr.24491) 17442 : cluster [DBG] pgmap v15410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:14.296749+0000 mgr.y (mgr.24491) 17443 : cluster [DBG] pgmap v15411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:14.296749+0000 mgr.y (mgr.24491) 17443 : cluster [DBG] pgmap v15411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:14.296749+0000 mgr.y (mgr.24491) 17443 : cluster [DBG] pgmap v15411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:16.297367+0000 mgr.y (mgr.24491) 17444 : cluster [DBG] pgmap v15412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:18.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:06:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:16.297367+0000 mgr.y (mgr.24491) 17444 : cluster [DBG] pgmap v15412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:16.297367+0000 mgr.y (mgr.24491) 17444 : cluster [DBG] pgmap v15412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:18.297864+0000 mgr.y (mgr.24491) 17445 : cluster [DBG] pgmap v15413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:18.297864+0000 mgr.y (mgr.24491) 17445 : cluster [DBG] pgmap v15413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:18.297864+0000 mgr.y (mgr.24491) 17445 : cluster [DBG] pgmap v15413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:06:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:20.298659+0000 mgr.y (mgr.24491) 17446 : cluster [DBG] pgmap v15414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:20.298659+0000 mgr.y (mgr.24491) 17446 : cluster [DBG] pgmap v15414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:20.298659+0000 mgr.y (mgr.24491) 17446 : cluster [DBG] pgmap v15414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:22.299069+0000 mgr.y (mgr.24491) 17447 : cluster [DBG] pgmap v15415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:22.299069+0000 mgr.y (mgr.24491) 17447 : cluster [DBG] pgmap v15415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:22.299069+0000 mgr.y (mgr.24491) 17447 : cluster [DBG] pgmap v15415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:24.299652+0000 mgr.y (mgr.24491) 17448 : cluster [DBG] pgmap v15416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:24.299652+0000 mgr.y (mgr.24491) 17448 : cluster [DBG] pgmap v15416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:24.299652+0000 mgr.y (mgr.24491) 17448 : cluster [DBG] pgmap v15416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:26.300261+0000 mgr.y (mgr.24491) 17449 : cluster [DBG] pgmap v15417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:06:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:26.300261+0000 mgr.y (mgr.24491) 17449 : cluster [DBG] pgmap v15417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:26.300261+0000 mgr.y (mgr.24491) 17449 : cluster [DBG] pgmap v15417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:28.671 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:06:28.947 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:06:28.948 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:06:28.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:06:28.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:06:28.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:06:28.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:06:28.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:06:28.949 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:06:28.949 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:06:29.282 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:06:29.282 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:06:29.282 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:06:29.282 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:06:29.283 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:06:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:28.300789+0000 mgr.y (mgr.24491) 17450 : cluster [DBG] pgmap v15418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:06:28.659667+0000 mgr.y (mgr.24491) 17451 : audit [DBG] from='client.42701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:06:30.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:06:29.282509+0000 mon.c (mon.2) 539 : audit [DBG] from='client.? 172.21.15.177:0/3768405656' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:06:30.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:28.300789+0000 mgr.y (mgr.24491) 17450 : cluster [DBG] pgmap v15418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:30.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:06:28.659667+0000 mgr.y (mgr.24491) 17451 : audit [DBG] from='client.42701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:06:30.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:06:29.282509+0000 mon.c (mon.2) 539 : audit [DBG] from='client.? 172.21.15.177:0/3768405656' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:06:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:28.300789+0000 mgr.y (mgr.24491) 17450 : cluster [DBG] pgmap v15418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:06:28.659667+0000 mgr.y (mgr.24491) 17451 : audit [DBG] from='client.42701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:06:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:06:29.282509+0000 mon.c (mon.2) 539 : audit [DBG] from='client.? 172.21.15.177:0/3768405656' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:06:31.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:06:28.940783+0000 mgr.y (mgr.24491) 17452 : audit [DBG] from='client.32796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:06:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:06:28.940783+0000 mgr.y (mgr.24491) 17452 : audit [DBG] from='client.32796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:06:31.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:06:28.940783+0000 mgr.y (mgr.24491) 17452 : audit [DBG] from='client.32796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:06:31.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:06:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:30.301574+0000 mgr.y (mgr.24491) 17453 : cluster [DBG] pgmap v15419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:30.301574+0000 mgr.y (mgr.24491) 17453 : cluster [DBG] pgmap v15419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:32.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:30.301574+0000 mgr.y (mgr.24491) 17453 : cluster [DBG] pgmap v15419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:32.302016+0000 mgr.y (mgr.24491) 17454 : cluster [DBG] pgmap v15420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:06:33.277566+0000 mon.a (mon.0) 3660 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:06:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:06:33.519920+0000 mon.a (mon.0) 3661 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:06:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:06:33.798813+0000 mon.a (mon.0) 3662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:06:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:06:33.799460+0000 mon.a (mon.0) 3663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:06:34.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:06:33.805849+0000 mon.a (mon.0) 3664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:06:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:32.302016+0000 mgr.y (mgr.24491) 17454 : cluster [DBG] pgmap v15420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:06:33.277566+0000 mon.a (mon.0) 3660 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:06:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:06:33.519920+0000 mon.a (mon.0) 3661 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:06:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:06:33.798813+0000 mon.a (mon.0) 3662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:06:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:06:33.799460+0000 mon.a (mon.0) 3663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:06:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:06:33.805849+0000 mon.a (mon.0) 3664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:06:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:32.302016+0000 mgr.y (mgr.24491) 17454 : cluster [DBG] pgmap v15420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:06:33.277566+0000 mon.a (mon.0) 3660 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:06:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:06:33.519920+0000 mon.a (mon.0) 3661 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:06:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:06:33.798813+0000 mon.a (mon.0) 3662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:06:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:06:33.799460+0000 mon.a (mon.0) 3663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:06:34.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:06:33.805849+0000 mon.a (mon.0) 3664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:06:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:34.302532+0000 mgr.y (mgr.24491) 17455 : cluster [DBG] pgmap v15421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:34.302532+0000 mgr.y (mgr.24491) 17455 : cluster [DBG] pgmap v15421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:34.302532+0000 mgr.y (mgr.24491) 17455 : cluster [DBG] pgmap v15421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:37] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T12:06:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:36.302999+0000 mgr.y (mgr.24491) 17456 : cluster [DBG] pgmap v15422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:36.302999+0000 mgr.y (mgr.24491) 17456 : cluster [DBG] pgmap v15422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:36.302999+0000 mgr.y (mgr.24491) 17456 : cluster [DBG] pgmap v15422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:38.303411+0000 mgr.y (mgr.24491) 17457 : cluster [DBG] pgmap v15423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:38.303411+0000 mgr.y (mgr.24491) 17457 : cluster [DBG] pgmap v15423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:38.303411+0000 mgr.y (mgr.24491) 17457 : cluster [DBG] pgmap v15423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:06:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:40.304123+0000 mgr.y (mgr.24491) 17458 : cluster [DBG] pgmap v15424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:40.304123+0000 mgr.y (mgr.24491) 17458 : cluster [DBG] pgmap v15424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:40.304123+0000 mgr.y (mgr.24491) 17458 : cluster [DBG] pgmap v15424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:42.304676+0000 mgr.y (mgr.24491) 17459 : cluster [DBG] pgmap v15425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:42.304676+0000 mgr.y (mgr.24491) 17459 : cluster [DBG] pgmap v15425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:42.304676+0000 mgr.y (mgr.24491) 17459 : cluster [DBG] pgmap v15425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:44.305382+0000 mgr.y (mgr.24491) 17460 : cluster [DBG] pgmap v15426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:44.305382+0000 mgr.y (mgr.24491) 17460 : cluster [DBG] pgmap v15426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:44.305382+0000 mgr.y (mgr.24491) 17460 : cluster [DBG] pgmap v15426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:46.305860+0000 mgr.y (mgr.24491) 17461 : cluster [DBG] pgmap v15427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:46.305860+0000 mgr.y (mgr.24491) 17461 : cluster [DBG] pgmap v15427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:46.305860+0000 mgr.y (mgr.24491) 17461 : cluster [DBG] pgmap v15427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T12:06:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:48.306273+0000 mgr.y (mgr.24491) 17462 : cluster [DBG] pgmap v15428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:48.306273+0000 mgr.y (mgr.24491) 17462 : cluster [DBG] pgmap v15428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:48.306273+0000 mgr.y (mgr.24491) 17462 : cluster [DBG] pgmap v15428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:51.363 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:06:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:50.307078+0000 mgr.y (mgr.24491) 17463 : cluster [DBG] pgmap v15429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:50.307078+0000 mgr.y (mgr.24491) 17463 : cluster [DBG] pgmap v15429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:50.307078+0000 mgr.y (mgr.24491) 17463 : cluster [DBG] pgmap v15429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:52.307550+0000 mgr.y (mgr.24491) 17464 : cluster [DBG] pgmap v15430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:52.307550+0000 mgr.y (mgr.24491) 17464 : cluster [DBG] pgmap v15430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:52.307550+0000 mgr.y (mgr.24491) 17464 : cluster [DBG] pgmap v15430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:54.308177+0000 mgr.y (mgr.24491) 17465 : cluster [DBG] pgmap v15431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:54.308177+0000 mgr.y (mgr.24491) 17465 : cluster [DBG] pgmap v15431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:55.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:54.308177+0000 mgr.y (mgr.24491) 17465 : cluster [DBG] pgmap v15431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:56.308772+0000 mgr.y (mgr.24491) 17466 : cluster [DBG] pgmap v15432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:56.308772+0000 mgr.y (mgr.24491) 17466 : cluster [DBG] pgmap v15432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:56.308772+0000 mgr.y (mgr.24491) 17466 : cluster [DBG] pgmap v15432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:06:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T12:06:59.594 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:06:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:06:58.309223+0000 mgr.y (mgr.24491) 17467 : cluster [DBG] pgmap v15433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:06:58.309223+0000 mgr.y (mgr.24491) 17467 : cluster [DBG] pgmap v15433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:06:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:06:58.309223+0000 mgr.y (mgr.24491) 17467 : cluster [DBG] pgmap v15433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:06:59.871 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:06:59.872 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 4m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:06:59.872 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 4m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:06:59.872 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 4m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:06:59.872 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 4m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:06:59.872 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 4m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:06:59.872 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 4m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:06:59.872 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 4m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:06:59.873 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 4m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:06:59.873 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 4m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:06:59.873 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 4m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:06:59.873 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 4m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:06:59.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 4m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:06:59.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 4m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:06:59.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 4m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:06:59.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 4m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:06:59.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 4m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:06:59.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 4m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:06:59.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 4m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:06:59.874 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 4m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:06:59.874 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 4m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:07:00.207 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:07:00.207 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:07:00.207 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:07:00.207 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:07:00.208 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:07:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:06:59.581782+0000 mgr.y (mgr.24491) 17468 : audit [DBG] from='client.32808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:06:59.864315+0000 mgr.y (mgr.24491) 17469 : audit [DBG] from='client.32814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:07:00.208086+0000 mon.c (mon.2) 540 : audit [DBG] from='client.? 172.21.15.177:0/2753766739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:07:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:06:59.581782+0000 mgr.y (mgr.24491) 17468 : audit [DBG] from='client.32808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:06:59.864315+0000 mgr.y (mgr.24491) 17469 : audit [DBG] from='client.32814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:07:00.208086+0000 mon.c (mon.2) 540 : audit [DBG] from='client.? 172.21.15.177:0/2753766739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:07:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:06:59.581782+0000 mgr.y (mgr.24491) 17468 : audit [DBG] from='client.32808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:06:59.864315+0000 mgr.y (mgr.24491) 17469 : audit [DBG] from='client.32814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:07:00.208086+0000 mon.c (mon.2) 540 : audit [DBG] from='client.? 172.21.15.177:0/2753766739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:07:01.381 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:07:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:00.309794+0000 mgr.y (mgr.24491) 17470 : cluster [DBG] pgmap v15434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:00.309794+0000 mgr.y (mgr.24491) 17470 : cluster [DBG] pgmap v15434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:00.309794+0000 mgr.y (mgr.24491) 17470 : cluster [DBG] pgmap v15434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:02.310197+0000 mgr.y (mgr.24491) 17471 : cluster [DBG] pgmap v15435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:02.310197+0000 mgr.y (mgr.24491) 17471 : cluster [DBG] pgmap v15435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:02.310197+0000 mgr.y (mgr.24491) 17471 : cluster [DBG] pgmap v15435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:04.310788+0000 mgr.y (mgr.24491) 17472 : cluster [DBG] pgmap v15436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:04.310788+0000 mgr.y (mgr.24491) 17472 : cluster [DBG] pgmap v15436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:04.310788+0000 mgr.y (mgr.24491) 17472 : cluster [DBG] pgmap v15436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:06.311366+0000 mgr.y (mgr.24491) 17473 : cluster [DBG] pgmap v15437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:06.311366+0000 mgr.y (mgr.24491) 17473 : cluster [DBG] pgmap v15437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:06.311366+0000 mgr.y (mgr.24491) 17473 : cluster [DBG] pgmap v15437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:07:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:08.311840+0000 mgr.y (mgr.24491) 17474 : cluster [DBG] pgmap v15438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:09.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:08.311840+0000 mgr.y (mgr.24491) 17474 : cluster [DBG] pgmap v15438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:08.311840+0000 mgr.y (mgr.24491) 17474 : cluster [DBG] pgmap v15438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:07:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:10.312547+0000 mgr.y (mgr.24491) 17475 : cluster [DBG] pgmap v15439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:10.312547+0000 mgr.y (mgr.24491) 17475 : cluster [DBG] pgmap v15439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:10.312547+0000 mgr.y (mgr.24491) 17475 : cluster [DBG] pgmap v15439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:12.312994+0000 mgr.y (mgr.24491) 17476 : cluster [DBG] pgmap v15440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:13.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:12.312994+0000 mgr.y (mgr.24491) 17476 : cluster [DBG] pgmap v15440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:12.312994+0000 mgr.y (mgr.24491) 17476 : cluster [DBG] pgmap v15440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:14.313689+0000 mgr.y (mgr.24491) 17477 : cluster [DBG] pgmap v15441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:14.313689+0000 mgr.y (mgr.24491) 17477 : cluster [DBG] pgmap v15441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:14.313689+0000 mgr.y (mgr.24491) 17477 : cluster [DBG] pgmap v15441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:07:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:16.314271+0000 mgr.y (mgr.24491) 17478 : cluster [DBG] pgmap v15442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:17.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:16.314271+0000 mgr.y (mgr.24491) 17478 : cluster [DBG] pgmap v15442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:16.314271+0000 mgr.y (mgr.24491) 17478 : cluster [DBG] pgmap v15442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:18.314674+0000 mgr.y (mgr.24491) 17479 : cluster [DBG] pgmap v15443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:18.314674+0000 mgr.y (mgr.24491) 17479 : cluster [DBG] pgmap v15443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:18.314674+0000 mgr.y (mgr.24491) 17479 : cluster [DBG] pgmap v15443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:07:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:20.315397+0000 mgr.y (mgr.24491) 17480 : cluster [DBG] pgmap v15444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:20.315397+0000 mgr.y (mgr.24491) 17480 : cluster [DBG] pgmap v15444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:20.315397+0000 mgr.y (mgr.24491) 17480 : cluster [DBG] pgmap v15444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:22.316013+0000 mgr.y (mgr.24491) 17481 : cluster [DBG] pgmap v15445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:22.316013+0000 mgr.y (mgr.24491) 17481 : cluster [DBG] pgmap v15445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:22.316013+0000 mgr.y (mgr.24491) 17481 : cluster [DBG] pgmap v15445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:24.316577+0000 mgr.y (mgr.24491) 17482 : cluster [DBG] pgmap v15446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:24.316577+0000 mgr.y (mgr.24491) 17482 : cluster [DBG] pgmap v15446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:24.316577+0000 mgr.y (mgr.24491) 17482 : cluster [DBG] pgmap v15446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:07:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:26.317114+0000 mgr.y (mgr.24491) 17483 : cluster [DBG] pgmap v15447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:26.317114+0000 mgr.y (mgr.24491) 17483 : cluster [DBG] pgmap v15447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:26.317114+0000 mgr.y (mgr.24491) 17483 : cluster [DBG] pgmap v15447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:28.317675+0000 mgr.y (mgr.24491) 17484 : cluster [DBG] pgmap v15448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:29.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:28.317675+0000 mgr.y (mgr.24491) 17484 : cluster [DBG] pgmap v15448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:28.317675+0000 mgr.y (mgr.24491) 17484 : cluster [DBG] pgmap v15448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:30.517 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:07:30.793 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:07:30.793 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 4m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:07:30.793 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 4m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:07:30.793 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 4m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:07:30.793 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 4m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:07:30.793 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 4m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:07:30.793 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 4m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:07:30.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 4m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:07:30.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 4m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:07:30.793 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 4m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:07:30.793 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 4m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:07:30.794 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 4m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:07:30.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 4m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:07:30.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 4m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:07:30.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 4m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:07:30.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 4m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:07:30.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 4m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:07:30.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 4m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:07:30.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 4m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:07:30.794 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 4m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:07:30.794 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 4m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:07:31.126 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:07:31.126 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:07:31.126 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:07:31.126 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:07:31.126 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:07:31.126 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:07:31.126 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:07:31.126 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:07:31.127 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:07:31.127 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:07:31.127 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:07:31.127 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:07:31.127 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:07:31.127 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:07:31.127 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:07:31.127 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:07:31.127 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:07:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:07:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:30.318292+0000 mgr.y (mgr.24491) 17485 : cluster [DBG] pgmap v15449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:07:30.506579+0000 mgr.y (mgr.24491) 17486 : audit [DBG] from='client.42734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:07:30.785786+0000 mgr.y (mgr.24491) 17487 : audit [DBG] from='client.32832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:07:31.126462+0000 mon.c (mon.2) 541 : audit [DBG] from='client.? 172.21.15.177:0/4208560775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:07:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:30.318292+0000 mgr.y (mgr.24491) 17485 : cluster [DBG] pgmap v15449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:31.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:07:30.506579+0000 mgr.y (mgr.24491) 17486 : audit [DBG] from='client.42734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:31.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:07:30.785786+0000 mgr.y (mgr.24491) 17487 : audit [DBG] from='client.32832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:31.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:07:31.126462+0000 mon.c (mon.2) 541 : audit [DBG] from='client.? 172.21.15.177:0/4208560775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:07:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:30.318292+0000 mgr.y (mgr.24491) 17485 : cluster [DBG] pgmap v15449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:07:30.506579+0000 mgr.y (mgr.24491) 17486 : audit [DBG] from='client.42734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:07:30.785786+0000 mgr.y (mgr.24491) 17487 : audit [DBG] from='client.32832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:07:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:07:31.126462+0000 mon.c (mon.2) 541 : audit [DBG] from='client.? 172.21.15.177:0/4208560775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:07:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:32.318823+0000 mgr.y (mgr.24491) 17488 : cluster [DBG] pgmap v15450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:32.318823+0000 mgr.y (mgr.24491) 17488 : cluster [DBG] pgmap v15450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:32.318823+0000 mgr.y (mgr.24491) 17488 : cluster [DBG] pgmap v15450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:07:33.810262+0000 mon.a (mon.0) 3665 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:07:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:07:34.100029+0000 mon.a (mon.0) 3666 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:07:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:07:34.100745+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:07:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:07:34.105085+0000 mon.a (mon.0) 3668 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:07:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:07:33.810262+0000 mon.a (mon.0) 3665 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:07:34.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:07:34.100029+0000 mon.a (mon.0) 3666 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:07:34.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:07:34.100745+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:07:34.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:07:34.105085+0000 mon.a (mon.0) 3668 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:07:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:07:33.810262+0000 mon.a (mon.0) 3665 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:07:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:07:34.100029+0000 mon.a (mon.0) 3666 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:07:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:07:34.100745+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:07:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:07:34.105085+0000 mon.a (mon.0) 3668 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:07:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:34.319526+0000 mgr.y (mgr.24491) 17489 : cluster [DBG] pgmap v15451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:34.319526+0000 mgr.y (mgr.24491) 17489 : cluster [DBG] pgmap v15451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:34.319526+0000 mgr.y (mgr.24491) 17489 : cluster [DBG] pgmap v15451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:36.320005+0000 mgr.y (mgr.24491) 17490 : cluster [DBG] pgmap v15452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:07:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:36.320005+0000 mgr.y (mgr.24491) 17490 : cluster [DBG] pgmap v15452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:36.320005+0000 mgr.y (mgr.24491) 17490 : cluster [DBG] pgmap v15452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:38.320494+0000 mgr.y (mgr.24491) 17491 : cluster [DBG] pgmap v15453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:38.320494+0000 mgr.y (mgr.24491) 17491 : cluster [DBG] pgmap v15453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:38.320494+0000 mgr.y (mgr.24491) 17491 : cluster [DBG] pgmap v15453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:07:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:40.321243+0000 mgr.y (mgr.24491) 17492 : cluster [DBG] pgmap v15454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:40.321243+0000 mgr.y (mgr.24491) 17492 : cluster [DBG] pgmap v15454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:40.321243+0000 mgr.y (mgr.24491) 17492 : cluster [DBG] pgmap v15454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:42.321647+0000 mgr.y (mgr.24491) 17493 : cluster [DBG] pgmap v15455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:42.321647+0000 mgr.y (mgr.24491) 17493 : cluster [DBG] pgmap v15455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:42.321647+0000 mgr.y (mgr.24491) 17493 : cluster [DBG] pgmap v15455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:44.322494+0000 mgr.y (mgr.24491) 17494 : cluster [DBG] pgmap v15456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:44.322494+0000 mgr.y (mgr.24491) 17494 : cluster [DBG] pgmap v15456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:44.322494+0000 mgr.y (mgr.24491) 17494 : cluster [DBG] pgmap v15456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:07:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:46.323095+0000 mgr.y (mgr.24491) 17495 : cluster [DBG] pgmap v15457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:46.323095+0000 mgr.y (mgr.24491) 17495 : cluster [DBG] pgmap v15457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:46.323095+0000 mgr.y (mgr.24491) 17495 : cluster [DBG] pgmap v15457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:48.323540+0000 mgr.y (mgr.24491) 17496 : cluster [DBG] pgmap v15458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:48.323540+0000 mgr.y (mgr.24491) 17496 : cluster [DBG] pgmap v15458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:48.323540+0000 mgr.y (mgr.24491) 17496 : cluster [DBG] pgmap v15458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:07:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:50.324330+0000 mgr.y (mgr.24491) 17497 : cluster [DBG] pgmap v15459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:50.324330+0000 mgr.y (mgr.24491) 17497 : cluster [DBG] pgmap v15459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:50.324330+0000 mgr.y (mgr.24491) 17497 : cluster [DBG] pgmap v15459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:52.324767+0000 mgr.y (mgr.24491) 17498 : cluster [DBG] pgmap v15460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:52.324767+0000 mgr.y (mgr.24491) 17498 : cluster [DBG] pgmap v15460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:52.324767+0000 mgr.y (mgr.24491) 17498 : cluster [DBG] pgmap v15460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:54.325432+0000 mgr.y (mgr.24491) 17499 : cluster [DBG] pgmap v15461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:54.325432+0000 mgr.y (mgr.24491) 17499 : cluster [DBG] pgmap v15461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:54.325432+0000 mgr.y (mgr.24491) 17499 : cluster [DBG] pgmap v15461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:07:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:07:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:56.326062+0000 mgr.y (mgr.24491) 17500 : cluster [DBG] pgmap v15462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:57.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:56.326062+0000 mgr.y (mgr.24491) 17500 : cluster [DBG] pgmap v15462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:56.326062+0000 mgr.y (mgr.24491) 17500 : cluster [DBG] pgmap v15462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:07:58.326485+0000 mgr.y (mgr.24491) 17501 : cluster [DBG] pgmap v15463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:07:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:07:58.326485+0000 mgr.y (mgr.24491) 17501 : cluster [DBG] pgmap v15463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:07:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:07:58.326485+0000 mgr.y (mgr.24491) 17501 : cluster [DBG] pgmap v15463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:01.434 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:08:01.512 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:08:01.709 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:08:01.709 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 5m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:08:01.709 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 5m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:08:01.709 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 5m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:08:01.709 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 5m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:08:01.710 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 5m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:08:01.710 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 5m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:08:01.710 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 5m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:08:01.710 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 5m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:08:01.710 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 5m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:08:01.710 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 5m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:08:01.710 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 5m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:08:01.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 5m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:08:01.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 5m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:08:01.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 5m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:08:01.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 5m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:08:01.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 5m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:08:01.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 5m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:08:01.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 5m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:08:01.711 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 5m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:08:01.711 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 5m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:08:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:00.327133+0000 mgr.y (mgr.24491) 17502 : cluster [DBG] pgmap v15464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:00.327133+0000 mgr.y (mgr.24491) 17502 : cluster [DBG] pgmap v15464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:02.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:00.327133+0000 mgr.y (mgr.24491) 17502 : cluster [DBG] pgmap v15464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:02.058 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:08:02.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:08:02.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:08:02.058 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:08:02.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:08:02.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:08:02.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:08:02.059 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:08:02.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:08:02.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:08:02.059 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:08:02.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:08:02.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:08:02.059 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:08:02.060 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:08:02.060 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:08:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:08:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:08:01.423176+0000 mgr.y (mgr.24491) 17503 : audit [DBG] from='client.42752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:08:01.701523+0000 mgr.y (mgr.24491) 17504 : audit [DBG] from='client.42758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:02.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:08:02.043871+0000 mon.a (mon.0) 3669 : audit [DBG] from='client.? 172.21.15.177:0/654673492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:08:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:08:01.423176+0000 mgr.y (mgr.24491) 17503 : audit [DBG] from='client.42752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:08:01.701523+0000 mgr.y (mgr.24491) 17504 : audit [DBG] from='client.42758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:02.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:08:02.043871+0000 mon.a (mon.0) 3669 : audit [DBG] from='client.? 172.21.15.177:0/654673492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:08:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:08:01.423176+0000 mgr.y (mgr.24491) 17503 : audit [DBG] from='client.42752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:08:01.701523+0000 mgr.y (mgr.24491) 17504 : audit [DBG] from='client.42758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:08:02.043871+0000 mon.a (mon.0) 3669 : audit [DBG] from='client.? 172.21.15.177:0/654673492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:08:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:02.327641+0000 mgr.y (mgr.24491) 17505 : cluster [DBG] pgmap v15465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:02.327641+0000 mgr.y (mgr.24491) 17505 : cluster [DBG] pgmap v15465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:02.327641+0000 mgr.y (mgr.24491) 17505 : cluster [DBG] pgmap v15465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:04.328503+0000 mgr.y (mgr.24491) 17506 : cluster [DBG] pgmap v15466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:04.328503+0000 mgr.y (mgr.24491) 17506 : cluster [DBG] pgmap v15466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:04.328503+0000 mgr.y (mgr.24491) 17506 : cluster [DBG] pgmap v15466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:08:07.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:06.329029+0000 mgr.y (mgr.24491) 17507 : cluster [DBG] pgmap v15467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:06.329029+0000 mgr.y (mgr.24491) 17507 : cluster [DBG] pgmap v15467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:06.329029+0000 mgr.y (mgr.24491) 17507 : cluster [DBG] pgmap v15467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:08.329532+0000 mgr.y (mgr.24491) 17508 : cluster [DBG] pgmap v15468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:08.329532+0000 mgr.y (mgr.24491) 17508 : cluster [DBG] pgmap v15468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:08.329532+0000 mgr.y (mgr.24491) 17508 : cluster [DBG] pgmap v15468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:08:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:10.330187+0000 mgr.y (mgr.24491) 17509 : cluster [DBG] pgmap v15469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:10.330187+0000 mgr.y (mgr.24491) 17509 : cluster [DBG] pgmap v15469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:10.330187+0000 mgr.y (mgr.24491) 17509 : cluster [DBG] pgmap v15469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:12.330767+0000 mgr.y (mgr.24491) 17510 : cluster [DBG] pgmap v15470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:12.330767+0000 mgr.y (mgr.24491) 17510 : cluster [DBG] pgmap v15470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:12.330767+0000 mgr.y (mgr.24491) 17510 : cluster [DBG] pgmap v15470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:14.331545+0000 mgr.y (mgr.24491) 17511 : cluster [DBG] pgmap v15471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:14.331545+0000 mgr.y (mgr.24491) 17511 : cluster [DBG] pgmap v15471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:16.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:14.331545+0000 mgr.y (mgr.24491) 17511 : cluster [DBG] pgmap v15471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:08:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:16.332066+0000 mgr.y (mgr.24491) 17512 : cluster [DBG] pgmap v15472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:17.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:16.332066+0000 mgr.y (mgr.24491) 17512 : cluster [DBG] pgmap v15472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:16.332066+0000 mgr.y (mgr.24491) 17512 : cluster [DBG] pgmap v15472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:18.332469+0000 mgr.y (mgr.24491) 17513 : cluster [DBG] pgmap v15473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:18.332469+0000 mgr.y (mgr.24491) 17513 : cluster [DBG] pgmap v15473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:18.332469+0000 mgr.y (mgr.24491) 17513 : cluster [DBG] pgmap v15473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:08:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:20.333148+0000 mgr.y (mgr.24491) 17514 : cluster [DBG] pgmap v15474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:20.333148+0000 mgr.y (mgr.24491) 17514 : cluster [DBG] pgmap v15474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:20.333148+0000 mgr.y (mgr.24491) 17514 : cluster [DBG] pgmap v15474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:24.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:22.333638+0000 mgr.y (mgr.24491) 17515 : cluster [DBG] pgmap v15475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:22.333638+0000 mgr.y (mgr.24491) 17515 : cluster [DBG] pgmap v15475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:22.333638+0000 mgr.y (mgr.24491) 17515 : cluster [DBG] pgmap v15475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:24.334272+0000 mgr.y (mgr.24491) 17516 : cluster [DBG] pgmap v15476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:24.334272+0000 mgr.y (mgr.24491) 17516 : cluster [DBG] pgmap v15476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:24.334272+0000 mgr.y (mgr.24491) 17516 : cluster [DBG] pgmap v15476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:26.334829+0000 mgr.y (mgr.24491) 17517 : cluster [DBG] pgmap v15477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:08:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:26.334829+0000 mgr.y (mgr.24491) 17517 : cluster [DBG] pgmap v15477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:26.334829+0000 mgr.y (mgr.24491) 17517 : cluster [DBG] pgmap v15477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:30.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:28.335390+0000 mgr.y (mgr.24491) 17518 : cluster [DBG] pgmap v15478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:28.335390+0000 mgr.y (mgr.24491) 17518 : cluster [DBG] pgmap v15478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:30.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:28.335390+0000 mgr.y (mgr.24491) 17518 : cluster [DBG] pgmap v15478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:08:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:30.336209+0000 mgr.y (mgr.24491) 17519 : cluster [DBG] pgmap v15479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:30.336209+0000 mgr.y (mgr.24491) 17519 : cluster [DBG] pgmap v15479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:30.336209+0000 mgr.y (mgr.24491) 17519 : cluster [DBG] pgmap v15479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:32.353 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:08:32.644 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:08:32.644 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 6m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 6m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 6m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 6m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 6m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:08:32.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:08:32.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:08:32.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:08:32.646 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:08:32.646 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:08:32.981 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:08:32.981 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:08:32.981 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:08:32.981 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:08:32.982 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:08:32.982 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:08:32.982 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:08:32.982 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:08:32.982 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:08:32.982 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:08:32.982 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:08:32.982 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:08:32.982 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:08:32.982 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:08:32.982 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:08:32.983 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:08:32.983 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:08:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:32.336546+0000 mgr.y (mgr.24491) 17520 : cluster [DBG] pgmap v15480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:08:32.342282+0000 mgr.y (mgr.24491) 17521 : audit [DBG] from='client.42770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:08:32.637148+0000 mgr.y (mgr.24491) 17522 : audit [DBG] from='client.42776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:08:32.981980+0000 mon.a (mon.0) 3670 : audit [DBG] from='client.? 172.21.15.177:0/2360488428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:08:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:32.336546+0000 mgr.y (mgr.24491) 17520 : cluster [DBG] pgmap v15480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:08:32.342282+0000 mgr.y (mgr.24491) 17521 : audit [DBG] from='client.42770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:08:32.637148+0000 mgr.y (mgr.24491) 17522 : audit [DBG] from='client.42776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:08:32.981980+0000 mon.a (mon.0) 3670 : audit [DBG] from='client.? 172.21.15.177:0/2360488428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:08:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:32.336546+0000 mgr.y (mgr.24491) 17520 : cluster [DBG] pgmap v15480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:08:32.342282+0000 mgr.y (mgr.24491) 17521 : audit [DBG] from='client.42770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:08:32.637148+0000 mgr.y (mgr.24491) 17522 : audit [DBG] from='client.42776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:08:34.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:08:32.981980+0000 mon.a (mon.0) 3670 : audit [DBG] from='client.? 172.21.15.177:0/2360488428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:08:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:08:34.109152+0000 mon.a (mon.0) 3671 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:08:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:08:34.109152+0000 mon.a (mon.0) 3671 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:08:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:08:34.109152+0000 mon.a (mon.0) 3671 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:08:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:34.337120+0000 mgr.y (mgr.24491) 17523 : cluster [DBG] pgmap v15481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:34.337120+0000 mgr.y (mgr.24491) 17523 : cluster [DBG] pgmap v15481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:34.337120+0000 mgr.y (mgr.24491) 17523 : cluster [DBG] pgmap v15481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:36.337471+0000 mgr.y (mgr.24491) 17524 : cluster [DBG] pgmap v15482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:08:37.148437+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:08:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:08:37.417505+0000 mon.a (mon.0) 3673 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:08:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:08:37.418148+0000 mon.a (mon.0) 3674 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:08:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:08:37.424577+0000 mon.a (mon.0) 3675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:08:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:08:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:36.337471+0000 mgr.y (mgr.24491) 17524 : cluster [DBG] pgmap v15482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:08:37.148437+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:08:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:08:37.417505+0000 mon.a (mon.0) 3673 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:08:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:08:37.418148+0000 mon.a (mon.0) 3674 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:08:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:08:37.424577+0000 mon.a (mon.0) 3675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:08:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:36.337471+0000 mgr.y (mgr.24491) 17524 : cluster [DBG] pgmap v15482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:08:37.148437+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:08:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:08:37.417505+0000 mon.a (mon.0) 3673 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:08:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:08:37.418148+0000 mon.a (mon.0) 3674 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:08:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:08:37.424577+0000 mon.a (mon.0) 3675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:08:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:38.338035+0000 mgr.y (mgr.24491) 17525 : cluster [DBG] pgmap v15483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:38.338035+0000 mgr.y (mgr.24491) 17525 : cluster [DBG] pgmap v15483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:38.338035+0000 mgr.y (mgr.24491) 17525 : cluster [DBG] pgmap v15483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:08:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:40.338698+0000 mgr.y (mgr.24491) 17526 : cluster [DBG] pgmap v15484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:40.338698+0000 mgr.y (mgr.24491) 17526 : cluster [DBG] pgmap v15484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:40.338698+0000 mgr.y (mgr.24491) 17526 : cluster [DBG] pgmap v15484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:42.339286+0000 mgr.y (mgr.24491) 17527 : cluster [DBG] pgmap v15485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:42.339286+0000 mgr.y (mgr.24491) 17527 : cluster [DBG] pgmap v15485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:44.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:42.339286+0000 mgr.y (mgr.24491) 17527 : cluster [DBG] pgmap v15485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:44.339987+0000 mgr.y (mgr.24491) 17528 : cluster [DBG] pgmap v15486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:44.339987+0000 mgr.y (mgr.24491) 17528 : cluster [DBG] pgmap v15486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:44.339987+0000 mgr.y (mgr.24491) 17528 : cluster [DBG] pgmap v15486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:46.340450+0000 mgr.y (mgr.24491) 17529 : cluster [DBG] pgmap v15487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:46.340450+0000 mgr.y (mgr.24491) 17529 : cluster [DBG] pgmap v15487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:46.340450+0000 mgr.y (mgr.24491) 17529 : cluster [DBG] pgmap v15487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:48.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:08:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:48.341048+0000 mgr.y (mgr.24491) 17530 : cluster [DBG] pgmap v15488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:48.341048+0000 mgr.y (mgr.24491) 17530 : cluster [DBG] pgmap v15488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:48.341048+0000 mgr.y (mgr.24491) 17530 : cluster [DBG] pgmap v15488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:08:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:50.341895+0000 mgr.y (mgr.24491) 17531 : cluster [DBG] pgmap v15489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:50.341895+0000 mgr.y (mgr.24491) 17531 : cluster [DBG] pgmap v15489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:50.341895+0000 mgr.y (mgr.24491) 17531 : cluster [DBG] pgmap v15489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:52.342364+0000 mgr.y (mgr.24491) 17532 : cluster [DBG] pgmap v15490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:52.342364+0000 mgr.y (mgr.24491) 17532 : cluster [DBG] pgmap v15490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:52.342364+0000 mgr.y (mgr.24491) 17532 : cluster [DBG] pgmap v15490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:54.343189+0000 mgr.y (mgr.24491) 17533 : cluster [DBG] pgmap v15491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:54.343189+0000 mgr.y (mgr.24491) 17533 : cluster [DBG] pgmap v15491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:54.343189+0000 mgr.y (mgr.24491) 17533 : cluster [DBG] pgmap v15491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:56.343793+0000 mgr.y (mgr.24491) 17534 : cluster [DBG] pgmap v15492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:08:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:08:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:56.343793+0000 mgr.y (mgr.24491) 17534 : cluster [DBG] pgmap v15492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:08:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:56.343793+0000 mgr.y (mgr.24491) 17534 : cluster [DBG] pgmap v15492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:08:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:08:58.344215+0000 mgr.y (mgr.24491) 17535 : cluster [DBG] pgmap v15493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:08:58.344215+0000 mgr.y (mgr.24491) 17535 : cluster [DBG] pgmap v15493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:08:58.344215+0000 mgr.y (mgr.24491) 17535 : cluster [DBG] pgmap v15493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:09:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:00.344992+0000 mgr.y (mgr.24491) 17536 : cluster [DBG] pgmap v15494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:00.344992+0000 mgr.y (mgr.24491) 17536 : cluster [DBG] pgmap v15494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:00.344992+0000 mgr.y (mgr.24491) 17536 : cluster [DBG] pgmap v15494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:03.292 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:09:03.571 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:09:03.571 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:09:03.572 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:09:03.572 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:09:03.572 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:09:03.572 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 6m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:09:03.572 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:09:03.572 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:09:03.572 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 6m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:09:03.572 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 6m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:09:03.573 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:09:03.573 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:09:03.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 6m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:09:03.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 6m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:09:03.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:09:03.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:09:03.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:09:03.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:09:03.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:09:03.574 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:09:03.574 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:09:03.902 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:09:03.902 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:09:03.902 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:09:03.902 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:09:03.902 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:09:03.902 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:09:03.902 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:09:03.902 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:09:03.902 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:09:03.902 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:09:03.902 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:09:03.903 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:09:03.903 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:09:03.903 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:09:03.903 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:09:03.903 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:09:03.903 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:09:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:02.345395+0000 mgr.y (mgr.24491) 17537 : cluster [DBG] pgmap v15495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:02.345395+0000 mgr.y (mgr.24491) 17537 : cluster [DBG] pgmap v15495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:02.345395+0000 mgr.y (mgr.24491) 17537 : cluster [DBG] pgmap v15495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:05.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:09:03.280872+0000 mgr.y (mgr.24491) 17538 : audit [DBG] from='client.32880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:05.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:09:03.560538+0000 mgr.y (mgr.24491) 17539 : audit [DBG] from='client.32886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:05.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:09:03.902688+0000 mon.a (mon.0) 3676 : audit [DBG] from='client.? 172.21.15.177:0/315381691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:09:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:09:03.280872+0000 mgr.y (mgr.24491) 17538 : audit [DBG] from='client.32880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:09:03.560538+0000 mgr.y (mgr.24491) 17539 : audit [DBG] from='client.32886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:09:03.902688+0000 mon.a (mon.0) 3676 : audit [DBG] from='client.? 172.21.15.177:0/315381691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:09:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:09:03.280872+0000 mgr.y (mgr.24491) 17538 : audit [DBG] from='client.32880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:05.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:09:03.560538+0000 mgr.y (mgr.24491) 17539 : audit [DBG] from='client.32886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:05.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:09:03.902688+0000 mon.a (mon.0) 3676 : audit [DBG] from='client.? 172.21.15.177:0/315381691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:09:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:04.345916+0000 mgr.y (mgr.24491) 17540 : cluster [DBG] pgmap v15496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:04.345916+0000 mgr.y (mgr.24491) 17540 : cluster [DBG] pgmap v15496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:04.345916+0000 mgr.y (mgr.24491) 17540 : cluster [DBG] pgmap v15496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:06.346379+0000 mgr.y (mgr.24491) 17541 : cluster [DBG] pgmap v15497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:09:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:06.346379+0000 mgr.y (mgr.24491) 17541 : cluster [DBG] pgmap v15497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:06.346379+0000 mgr.y (mgr.24491) 17541 : cluster [DBG] pgmap v15497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:08.346849+0000 mgr.y (mgr.24491) 17542 : cluster [DBG] pgmap v15498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:08.346849+0000 mgr.y (mgr.24491) 17542 : cluster [DBG] pgmap v15498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:08.346849+0000 mgr.y (mgr.24491) 17542 : cluster [DBG] pgmap v15498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:09:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:10.347745+0000 mgr.y (mgr.24491) 17543 : cluster [DBG] pgmap v15499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:12.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:10.347745+0000 mgr.y (mgr.24491) 17543 : cluster [DBG] pgmap v15499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:10.347745+0000 mgr.y (mgr.24491) 17543 : cluster [DBG] pgmap v15499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:12.348223+0000 mgr.y (mgr.24491) 17544 : cluster [DBG] pgmap v15500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:12.348223+0000 mgr.y (mgr.24491) 17544 : cluster [DBG] pgmap v15500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:12.348223+0000 mgr.y (mgr.24491) 17544 : cluster [DBG] pgmap v15500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:14.348760+0000 mgr.y (mgr.24491) 17545 : cluster [DBG] pgmap v15501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:14.348760+0000 mgr.y (mgr.24491) 17545 : cluster [DBG] pgmap v15501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:14.348760+0000 mgr.y (mgr.24491) 17545 : cluster [DBG] pgmap v15501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:09:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:16.349306+0000 mgr.y (mgr.24491) 17546 : cluster [DBG] pgmap v15502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:16.349306+0000 mgr.y (mgr.24491) 17546 : cluster [DBG] pgmap v15502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:16.349306+0000 mgr.y (mgr.24491) 17546 : cluster [DBG] pgmap v15502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:18.349706+0000 mgr.y (mgr.24491) 17547 : cluster [DBG] pgmap v15503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:18.349706+0000 mgr.y (mgr.24491) 17547 : cluster [DBG] pgmap v15503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:18.349706+0000 mgr.y (mgr.24491) 17547 : cluster [DBG] pgmap v15503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:09:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:20.350520+0000 mgr.y (mgr.24491) 17548 : cluster [DBG] pgmap v15504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:20.350520+0000 mgr.y (mgr.24491) 17548 : cluster [DBG] pgmap v15504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:22.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:20.350520+0000 mgr.y (mgr.24491) 17548 : cluster [DBG] pgmap v15504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:22.351086+0000 mgr.y (mgr.24491) 17549 : cluster [DBG] pgmap v15505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:22.351086+0000 mgr.y (mgr.24491) 17549 : cluster [DBG] pgmap v15505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:22.351086+0000 mgr.y (mgr.24491) 17549 : cluster [DBG] pgmap v15505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:24.351754+0000 mgr.y (mgr.24491) 17550 : cluster [DBG] pgmap v15506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:24.351754+0000 mgr.y (mgr.24491) 17550 : cluster [DBG] pgmap v15506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:24.351754+0000 mgr.y (mgr.24491) 17550 : cluster [DBG] pgmap v15506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:09:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:26.352337+0000 mgr.y (mgr.24491) 17551 : cluster [DBG] pgmap v15507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:26.352337+0000 mgr.y (mgr.24491) 17551 : cluster [DBG] pgmap v15507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:26.352337+0000 mgr.y (mgr.24491) 17551 : cluster [DBG] pgmap v15507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:28.352734+0000 mgr.y (mgr.24491) 17552 : cluster [DBG] pgmap v15508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:28.352734+0000 mgr.y (mgr.24491) 17552 : cluster [DBG] pgmap v15508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:28.352734+0000 mgr.y (mgr.24491) 17552 : cluster [DBG] pgmap v15508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:09:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:30.353512+0000 mgr.y (mgr.24491) 17553 : cluster [DBG] pgmap v15509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:30.353512+0000 mgr.y (mgr.24491) 17553 : cluster [DBG] pgmap v15509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:30.353512+0000 mgr.y (mgr.24491) 17553 : cluster [DBG] pgmap v15509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:32.353959+0000 mgr.y (mgr.24491) 17554 : cluster [DBG] pgmap v15510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:32.353959+0000 mgr.y (mgr.24491) 17554 : cluster [DBG] pgmap v15510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:34.220 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:09:34.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:32.353959+0000 mgr.y (mgr.24491) 17554 : cluster [DBG] pgmap v15510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:34.495 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:09:34.495 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:09:34.495 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:09:34.495 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:09:34.495 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:09:34.495 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 7m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:09:34.496 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:09:34.827 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:09:34.827 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:09:34.827 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:09:34.828 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:09:34.829 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:09:34.829 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:09:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:09:34.204052+0000 mgr.y (mgr.24491) 17555 : audit [DBG] from='client.42806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:34.354591+0000 mgr.y (mgr.24491) 17556 : cluster [DBG] pgmap v15511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:09:34.488338+0000 mgr.y (mgr.24491) 17557 : audit [DBG] from='client.32904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:09:34.827793+0000 mon.a (mon.0) 3677 : audit [DBG] from='client.? 172.21.15.177:0/3983453392' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:09:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:09:34.204052+0000 mgr.y (mgr.24491) 17555 : audit [DBG] from='client.42806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:34.354591+0000 mgr.y (mgr.24491) 17556 : cluster [DBG] pgmap v15511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:09:34.488338+0000 mgr.y (mgr.24491) 17557 : audit [DBG] from='client.32904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:09:34.827793+0000 mon.a (mon.0) 3677 : audit [DBG] from='client.? 172.21.15.177:0/3983453392' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:09:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:09:34.204052+0000 mgr.y (mgr.24491) 17555 : audit [DBG] from='client.42806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:34.354591+0000 mgr.y (mgr.24491) 17556 : cluster [DBG] pgmap v15511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:09:34.488338+0000 mgr.y (mgr.24491) 17557 : audit [DBG] from='client.32904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:09:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:09:34.827793+0000 mon.a (mon.0) 3677 : audit [DBG] from='client.? 172.21.15.177:0/3983453392' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:09:38.088 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:36.355139+0000 mgr.y (mgr.24491) 17558 : cluster [DBG] pgmap v15512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:38.088 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:09:37.428979+0000 mon.a (mon.0) 3678 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:09:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:37] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T12:09:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:36.355139+0000 mgr.y (mgr.24491) 17558 : cluster [DBG] pgmap v15512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:09:37.428979+0000 mon.a (mon.0) 3678 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:09:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:36.355139+0000 mgr.y (mgr.24491) 17558 : cluster [DBG] pgmap v15512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:09:37.428979+0000 mon.a (mon.0) 3678 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:09:40.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:38.355560+0000 mgr.y (mgr.24491) 17559 : cluster [DBG] pgmap v15513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:38.355560+0000 mgr.y (mgr.24491) 17559 : cluster [DBG] pgmap v15513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:38.355560+0000 mgr.y (mgr.24491) 17559 : cluster [DBG] pgmap v15513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:09:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:40.356243+0000 mgr.y (mgr.24491) 17560 : cluster [DBG] pgmap v15514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:09:40.708633+0000 mon.a (mon.0) 3679 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:09:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:09:40.989326+0000 mon.a (mon.0) 3680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:09:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:09:40.990108+0000 mon.a (mon.0) 3681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:09:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:09:40.997638+0000 mon.a (mon.0) 3682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:09:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:40.356243+0000 mgr.y (mgr.24491) 17560 : cluster [DBG] pgmap v15514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:09:40.708633+0000 mon.a (mon.0) 3679 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:09:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:09:40.989326+0000 mon.a (mon.0) 3680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:09:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:09:40.990108+0000 mon.a (mon.0) 3681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:09:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:09:40.997638+0000 mon.a (mon.0) 3682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:09:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:40.356243+0000 mgr.y (mgr.24491) 17560 : cluster [DBG] pgmap v15514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:09:40.708633+0000 mon.a (mon.0) 3679 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:09:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:09:40.989326+0000 mon.a (mon.0) 3680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:09:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:09:40.990108+0000 mon.a (mon.0) 3681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:09:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:09:40.997638+0000 mon.a (mon.0) 3682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:09:44.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:42.356661+0000 mgr.y (mgr.24491) 17561 : cluster [DBG] pgmap v15515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:42.356661+0000 mgr.y (mgr.24491) 17561 : cluster [DBG] pgmap v15515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:42.356661+0000 mgr.y (mgr.24491) 17561 : cluster [DBG] pgmap v15515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:44.357239+0000 mgr.y (mgr.24491) 17562 : cluster [DBG] pgmap v15516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:44.357239+0000 mgr.y (mgr.24491) 17562 : cluster [DBG] pgmap v15516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:44.357239+0000 mgr.y (mgr.24491) 17562 : cluster [DBG] pgmap v15516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:46.357623+0000 mgr.y (mgr.24491) 17563 : cluster [DBG] pgmap v15517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:09:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:46.357623+0000 mgr.y (mgr.24491) 17563 : cluster [DBG] pgmap v15517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:46.357623+0000 mgr.y (mgr.24491) 17563 : cluster [DBG] pgmap v15517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:48.358195+0000 mgr.y (mgr.24491) 17564 : cluster [DBG] pgmap v15518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:48.358195+0000 mgr.y (mgr.24491) 17564 : cluster [DBG] pgmap v15518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:48.358195+0000 mgr.y (mgr.24491) 17564 : cluster [DBG] pgmap v15518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:09:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:50.359058+0000 mgr.y (mgr.24491) 17565 : cluster [DBG] pgmap v15519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:50.359058+0000 mgr.y (mgr.24491) 17565 : cluster [DBG] pgmap v15519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:50.359058+0000 mgr.y (mgr.24491) 17565 : cluster [DBG] pgmap v15519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:54.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:52.359542+0000 mgr.y (mgr.24491) 17566 : cluster [DBG] pgmap v15520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:52.359542+0000 mgr.y (mgr.24491) 17566 : cluster [DBG] pgmap v15520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:52.359542+0000 mgr.y (mgr.24491) 17566 : cluster [DBG] pgmap v15520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:54.360198+0000 mgr.y (mgr.24491) 17567 : cluster [DBG] pgmap v15521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:54.360198+0000 mgr.y (mgr.24491) 17567 : cluster [DBG] pgmap v15521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:54.360198+0000 mgr.y (mgr.24491) 17567 : cluster [DBG] pgmap v15521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:56.360633+0000 mgr.y (mgr.24491) 17568 : cluster [DBG] pgmap v15522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:09:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:09:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:56.360633+0000 mgr.y (mgr.24491) 17568 : cluster [DBG] pgmap v15522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:56.360633+0000 mgr.y (mgr.24491) 17568 : cluster [DBG] pgmap v15522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:09:59.999 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:09:58.361141+0000 mgr.y (mgr.24491) 17569 : cluster [DBG] pgmap v15523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:00.000 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:09:58.361141+0000 mgr.y (mgr.24491) 17569 : cluster [DBG] pgmap v15523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:09:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:09:58.361141+0000 mgr.y (mgr.24491) 17569 : cluster [DBG] pgmap v15523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T12:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:10:01.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:00.000150+0000 mon.a (mon.0) 3683 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:10:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:00.000150+0000 mon.a (mon.0) 3683 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:10:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:00.000150+0000 mon.a (mon.0) 3683 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:10:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:10:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:00.361696+0000 mgr.y (mgr.24491) 17570 : cluster [DBG] pgmap v15524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:00.361696+0000 mgr.y (mgr.24491) 17570 : cluster [DBG] pgmap v15524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:00.361696+0000 mgr.y (mgr.24491) 17570 : cluster [DBG] pgmap v15524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:02.362225+0000 mgr.y (mgr.24491) 17571 : cluster [DBG] pgmap v15525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:02.362225+0000 mgr.y (mgr.24491) 17571 : cluster [DBG] pgmap v15525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:02.362225+0000 mgr.y (mgr.24491) 17571 : cluster [DBG] pgmap v15525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:05.140 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:10:05.412 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 7m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:10:05.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:10:05.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:10:05.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:10:05.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:10:05.414 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:10:05.748 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:10:05.748 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:10:05.748 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:10:05.748 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:10:05.748 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:10:05.749 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:10:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:04.362888+0000 mgr.y (mgr.24491) 17572 : cluster [DBG] pgmap v15526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:05.748782+0000 mon.c (mon.2) 542 : audit [DBG] from='client.? 172.21.15.177:0/2315783455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:10:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:04.362888+0000 mgr.y (mgr.24491) 17572 : cluster [DBG] pgmap v15526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:05.748782+0000 mon.c (mon.2) 542 : audit [DBG] from='client.? 172.21.15.177:0/2315783455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:10:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:04.362888+0000 mgr.y (mgr.24491) 17572 : cluster [DBG] pgmap v15526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:05.748782+0000 mon.c (mon.2) 542 : audit [DBG] from='client.? 172.21.15.177:0/2315783455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:10:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:05.128916+0000 mgr.y (mgr.24491) 17573 : audit [DBG] from='client.32916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:05.405777+0000 mgr.y (mgr.24491) 17574 : audit [DBG] from='client.32922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:05.128916+0000 mgr.y (mgr.24491) 17573 : audit [DBG] from='client.32916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:05.405777+0000 mgr.y (mgr.24491) 17574 : audit [DBG] from='client.32922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:05.128916+0000 mgr.y (mgr.24491) 17573 : audit [DBG] from='client.32916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:05.405777+0000 mgr.y (mgr.24491) 17574 : audit [DBG] from='client.32922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:10:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:06.363345+0000 mgr.y (mgr.24491) 17575 : cluster [DBG] pgmap v15527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:06.363345+0000 mgr.y (mgr.24491) 17575 : cluster [DBG] pgmap v15527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:06.363345+0000 mgr.y (mgr.24491) 17575 : cluster [DBG] pgmap v15527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:08.363725+0000 mgr.y (mgr.24491) 17576 : cluster [DBG] pgmap v15528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:08.363725+0000 mgr.y (mgr.24491) 17576 : cluster [DBG] pgmap v15528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:08.363725+0000 mgr.y (mgr.24491) 17576 : cluster [DBG] pgmap v15528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:10:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:10.364449+0000 mgr.y (mgr.24491) 17577 : cluster [DBG] pgmap v15529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:10.364449+0000 mgr.y (mgr.24491) 17577 : cluster [DBG] pgmap v15529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:10.364449+0000 mgr.y (mgr.24491) 17577 : cluster [DBG] pgmap v15529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:12.364848+0000 mgr.y (mgr.24491) 17578 : cluster [DBG] pgmap v15530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:12.364848+0000 mgr.y (mgr.24491) 17578 : cluster [DBG] pgmap v15530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:12.364848+0000 mgr.y (mgr.24491) 17578 : cluster [DBG] pgmap v15530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:14.365545+0000 mgr.y (mgr.24491) 17579 : cluster [DBG] pgmap v15531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:14.365545+0000 mgr.y (mgr.24491) 17579 : cluster [DBG] pgmap v15531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:14.365545+0000 mgr.y (mgr.24491) 17579 : cluster [DBG] pgmap v15531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:10:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:16.366083+0000 mgr.y (mgr.24491) 17580 : cluster [DBG] pgmap v15532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:16.366083+0000 mgr.y (mgr.24491) 17580 : cluster [DBG] pgmap v15532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:16.366083+0000 mgr.y (mgr.24491) 17580 : cluster [DBG] pgmap v15532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:18.366484+0000 mgr.y (mgr.24491) 17581 : cluster [DBG] pgmap v15533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:18.366484+0000 mgr.y (mgr.24491) 17581 : cluster [DBG] pgmap v15533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:18.366484+0000 mgr.y (mgr.24491) 17581 : cluster [DBG] pgmap v15533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:10:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:20.367192+0000 mgr.y (mgr.24491) 17582 : cluster [DBG] pgmap v15534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:20.367192+0000 mgr.y (mgr.24491) 17582 : cluster [DBG] pgmap v15534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:20.367192+0000 mgr.y (mgr.24491) 17582 : cluster [DBG] pgmap v15534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:22.367659+0000 mgr.y (mgr.24491) 17583 : cluster [DBG] pgmap v15535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:22.367659+0000 mgr.y (mgr.24491) 17583 : cluster [DBG] pgmap v15535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:22.367659+0000 mgr.y (mgr.24491) 17583 : cluster [DBG] pgmap v15535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:24.368330+0000 mgr.y (mgr.24491) 17584 : cluster [DBG] pgmap v15536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:24.368330+0000 mgr.y (mgr.24491) 17584 : cluster [DBG] pgmap v15536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:24.368330+0000 mgr.y (mgr.24491) 17584 : cluster [DBG] pgmap v15536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:10:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:26.368754+0000 mgr.y (mgr.24491) 17585 : cluster [DBG] pgmap v15537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:26.368754+0000 mgr.y (mgr.24491) 17585 : cluster [DBG] pgmap v15537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:26.368754+0000 mgr.y (mgr.24491) 17585 : cluster [DBG] pgmap v15537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:28.369190+0000 mgr.y (mgr.24491) 17586 : cluster [DBG] pgmap v15538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:28.369190+0000 mgr.y (mgr.24491) 17586 : cluster [DBG] pgmap v15538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:28.369190+0000 mgr.y (mgr.24491) 17586 : cluster [DBG] pgmap v15538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:10:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:30.370047+0000 mgr.y (mgr.24491) 17587 : cluster [DBG] pgmap v15539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:30.370047+0000 mgr.y (mgr.24491) 17587 : cluster [DBG] pgmap v15539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:30.370047+0000 mgr.y (mgr.24491) 17587 : cluster [DBG] pgmap v15539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:32.370483+0000 mgr.y (mgr.24491) 17588 : cluster [DBG] pgmap v15540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:32.370483+0000 mgr.y (mgr.24491) 17588 : cluster [DBG] pgmap v15540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:32.370483+0000 mgr.y (mgr.24491) 17588 : cluster [DBG] pgmap v15540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:36.068 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:10:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:34.371183+0000 mgr.y (mgr.24491) 17589 : cluster [DBG] pgmap v15541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:34.371183+0000 mgr.y (mgr.24491) 17589 : cluster [DBG] pgmap v15541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:34.371183+0000 mgr.y (mgr.24491) 17589 : cluster [DBG] pgmap v15541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:36.343 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:10:36.343 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:10:36.343 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:10:36.343 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:10:36.343 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:10:36.343 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 8m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:10:36.344 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:10:36.677 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:10:36.677 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:10:36.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:10:36.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:10:36.677 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:10:36.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:10:36.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:10:36.677 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:10:36.678 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:10:36.678 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:10:36.678 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:10:36.678 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:10:36.678 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:10:36.678 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:10:36.678 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:10:36.678 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:10:36.678 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:10:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:36.677878+0000 mon.a (mon.0) 3684 : audit [DBG] from='client.? 172.21.15.177:0/4009008932' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:10:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:36.677878+0000 mon.a (mon.0) 3684 : audit [DBG] from='client.? 172.21.15.177:0/4009008932' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:10:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:36.677878+0000 mon.a (mon.0) 3684 : audit [DBG] from='client.? 172.21.15.177:0/4009008932' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:10:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:10:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:36.055571+0000 mgr.y (mgr.24491) 17590 : audit [DBG] from='client.32934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:36.336289+0000 mgr.y (mgr.24491) 17591 : audit [DBG] from='client.42848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:38.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:36.371525+0000 mgr.y (mgr.24491) 17592 : cluster [DBG] pgmap v15542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:36.055571+0000 mgr.y (mgr.24491) 17590 : audit [DBG] from='client.32934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:36.336289+0000 mgr.y (mgr.24491) 17591 : audit [DBG] from='client.42848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:36.371525+0000 mgr.y (mgr.24491) 17592 : cluster [DBG] pgmap v15542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:36.055571+0000 mgr.y (mgr.24491) 17590 : audit [DBG] from='client.32934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:36.336289+0000 mgr.y (mgr.24491) 17591 : audit [DBG] from='client.42848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:10:38.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:36.371525+0000 mgr.y (mgr.24491) 17592 : cluster [DBG] pgmap v15542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:40.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:38.371985+0000 mgr.y (mgr.24491) 17593 : cluster [DBG] pgmap v15543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:40.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:38.371985+0000 mgr.y (mgr.24491) 17593 : cluster [DBG] pgmap v15543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:38.371985+0000 mgr.y (mgr.24491) 17593 : cluster [DBG] pgmap v15543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:10:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:40.372584+0000 mgr.y (mgr.24491) 17594 : cluster [DBG] pgmap v15544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:41.003062+0000 mon.a (mon.0) 3685 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:10:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:41.295608+0000 mon.a (mon.0) 3686 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:41.296207+0000 mon.a (mon.0) 3687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:41.296698+0000 mon.a (mon.0) 3688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:41.297782+0000 mon.a (mon.0) 3689 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:41.304576+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:41.305339+0000 mon.a (mon.0) 3691 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:41.305901+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:10:41.312224+0000 mon.a (mon.0) 3693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:40.372584+0000 mgr.y (mgr.24491) 17594 : cluster [DBG] pgmap v15544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:41.003062+0000 mon.a (mon.0) 3685 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:41.295608+0000 mon.a (mon.0) 3686 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:41.296207+0000 mon.a (mon.0) 3687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:41.296698+0000 mon.a (mon.0) 3688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:41.297782+0000 mon.a (mon.0) 3689 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:41.304576+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:41.305339+0000 mon.a (mon.0) 3691 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:10:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:41.305901+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:10:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:10:41.312224+0000 mon.a (mon.0) 3693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:10:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:40.372584+0000 mgr.y (mgr.24491) 17594 : cluster [DBG] pgmap v15544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:41.003062+0000 mon.a (mon.0) 3685 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:10:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:41.295608+0000 mon.a (mon.0) 3686 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:41.296207+0000 mon.a (mon.0) 3687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:41.296698+0000 mon.a (mon.0) 3688 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:41.297782+0000 mon.a (mon.0) 3689 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:10:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:41.304576+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:10:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:41.305339+0000 mon.a (mon.0) 3691 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:10:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:41.305901+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:10:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:10:41.312224+0000 mon.a (mon.0) 3693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:10:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T12:10:41.298206+0000 mgr.y (mgr.24491) 17595 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:10:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T12:10:41.298206+0000 mgr.y (mgr.24491) 17595 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:10:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T12:10:41.298206+0000 mgr.y (mgr.24491) 17595 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:10:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:42.372981+0000 mgr.y (mgr.24491) 17596 : cluster [DBG] pgmap v15545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:42.372981+0000 mgr.y (mgr.24491) 17596 : cluster [DBG] pgmap v15545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:42.372981+0000 mgr.y (mgr.24491) 17596 : cluster [DBG] pgmap v15545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:44.373704+0000 mgr.y (mgr.24491) 17597 : cluster [DBG] pgmap v15546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:44.373704+0000 mgr.y (mgr.24491) 17597 : cluster [DBG] pgmap v15546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:44.373704+0000 mgr.y (mgr.24491) 17597 : cluster [DBG] pgmap v15546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:10:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:46.374045+0000 mgr.y (mgr.24491) 17598 : cluster [DBG] pgmap v15547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:46.374045+0000 mgr.y (mgr.24491) 17598 : cluster [DBG] pgmap v15547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:46.374045+0000 mgr.y (mgr.24491) 17598 : cluster [DBG] pgmap v15547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:48.374581+0000 mgr.y (mgr.24491) 17599 : cluster [DBG] pgmap v15548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:48.374581+0000 mgr.y (mgr.24491) 17599 : cluster [DBG] pgmap v15548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:48.374581+0000 mgr.y (mgr.24491) 17599 : cluster [DBG] pgmap v15548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:50.375454+0000 mgr.y (mgr.24491) 17600 : cluster [DBG] pgmap v15549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:50.375454+0000 mgr.y (mgr.24491) 17600 : cluster [DBG] pgmap v15549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:52.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:10:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:50.375454+0000 mgr.y (mgr.24491) 17600 : cluster [DBG] pgmap v15549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:52.375923+0000 mgr.y (mgr.24491) 17601 : cluster [DBG] pgmap v15550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:52.375923+0000 mgr.y (mgr.24491) 17601 : cluster [DBG] pgmap v15550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:52.375923+0000 mgr.y (mgr.24491) 17601 : cluster [DBG] pgmap v15550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:54.376484+0000 mgr.y (mgr.24491) 17602 : cluster [DBG] pgmap v15551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:54.376484+0000 mgr.y (mgr.24491) 17602 : cluster [DBG] pgmap v15551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:54.376484+0000 mgr.y (mgr.24491) 17602 : cluster [DBG] pgmap v15551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:10:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:10:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:56.376813+0000 mgr.y (mgr.24491) 17603 : cluster [DBG] pgmap v15552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:56.376813+0000 mgr.y (mgr.24491) 17603 : cluster [DBG] pgmap v15552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:10:58.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:56.376813+0000 mgr.y (mgr.24491) 17603 : cluster [DBG] pgmap v15552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:10:58.377372+0000 mgr.y (mgr.24491) 17604 : cluster [DBG] pgmap v15553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:10:58.377372+0000 mgr.y (mgr.24491) 17604 : cluster [DBG] pgmap v15553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:10:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:10:58.377372+0000 mgr.y (mgr.24491) 17604 : cluster [DBG] pgmap v15553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:11:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:00.378055+0000 mgr.y (mgr.24491) 17605 : cluster [DBG] pgmap v15554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:00.378055+0000 mgr.y (mgr.24491) 17605 : cluster [DBG] pgmap v15554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:00.378055+0000 mgr.y (mgr.24491) 17605 : cluster [DBG] pgmap v15554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:02.378411+0000 mgr.y (mgr.24491) 17606 : cluster [DBG] pgmap v15555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:02.378411+0000 mgr.y (mgr.24491) 17606 : cluster [DBG] pgmap v15555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:02.378411+0000 mgr.y (mgr.24491) 17606 : cluster [DBG] pgmap v15555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:04.379126+0000 mgr.y (mgr.24491) 17607 : cluster [DBG] pgmap v15556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:04.379126+0000 mgr.y (mgr.24491) 17607 : cluster [DBG] pgmap v15556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:04.379126+0000 mgr.y (mgr.24491) 17607 : cluster [DBG] pgmap v15556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:06.984 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:11:07.259 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:11:07.259 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:11:07.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:11:07.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:11:07.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 8m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:11:07.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:11:07.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:11:07.261 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:11:07.592 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:11:07.593 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:11:07.594 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:11:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:11:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:06.379661+0000 mgr.y (mgr.24491) 17608 : cluster [DBG] pgmap v15557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:11:07.593448+0000 mon.a (mon.0) 3694 : audit [DBG] from='client.? 172.21.15.177:0/2656626080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:11:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:06.379661+0000 mgr.y (mgr.24491) 17608 : cluster [DBG] pgmap v15557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:11:07.593448+0000 mon.a (mon.0) 3694 : audit [DBG] from='client.? 172.21.15.177:0/2656626080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:11:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:06.379661+0000 mgr.y (mgr.24491) 17608 : cluster [DBG] pgmap v15557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:11:07.593448+0000 mon.a (mon.0) 3694 : audit [DBG] from='client.? 172.21.15.177:0/2656626080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:11:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:11:06.972912+0000 mgr.y (mgr.24491) 17609 : audit [DBG] from='client.32952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:11:07.252803+0000 mgr.y (mgr.24491) 17610 : audit [DBG] from='client.32958 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:11:06.972912+0000 mgr.y (mgr.24491) 17609 : audit [DBG] from='client.32952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:11:07.252803+0000 mgr.y (mgr.24491) 17610 : audit [DBG] from='client.32958 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:11:06.972912+0000 mgr.y (mgr.24491) 17609 : audit [DBG] from='client.32952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:11:07.252803+0000 mgr.y (mgr.24491) 17610 : audit [DBG] from='client.32958 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:08.380079+0000 mgr.y (mgr.24491) 17611 : cluster [DBG] pgmap v15558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:08.380079+0000 mgr.y (mgr.24491) 17611 : cluster [DBG] pgmap v15558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:08.380079+0000 mgr.y (mgr.24491) 17611 : cluster [DBG] pgmap v15558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:11:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:10.380830+0000 mgr.y (mgr.24491) 17612 : cluster [DBG] pgmap v15559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:10.380830+0000 mgr.y (mgr.24491) 17612 : cluster [DBG] pgmap v15559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:10.380830+0000 mgr.y (mgr.24491) 17612 : cluster [DBG] pgmap v15559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:12.381219+0000 mgr.y (mgr.24491) 17613 : cluster [DBG] pgmap v15560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:12.381219+0000 mgr.y (mgr.24491) 17613 : cluster [DBG] pgmap v15560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:12.381219+0000 mgr.y (mgr.24491) 17613 : cluster [DBG] pgmap v15560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:14.381825+0000 mgr.y (mgr.24491) 17614 : cluster [DBG] pgmap v15561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:14.381825+0000 mgr.y (mgr.24491) 17614 : cluster [DBG] pgmap v15561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:14.381825+0000 mgr.y (mgr.24491) 17614 : cluster [DBG] pgmap v15561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:11:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:16.382284+0000 mgr.y (mgr.24491) 17615 : cluster [DBG] pgmap v15562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:16.382284+0000 mgr.y (mgr.24491) 17615 : cluster [DBG] pgmap v15562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:16.382284+0000 mgr.y (mgr.24491) 17615 : cluster [DBG] pgmap v15562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:18.382789+0000 mgr.y (mgr.24491) 17616 : cluster [DBG] pgmap v15563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:18.382789+0000 mgr.y (mgr.24491) 17616 : cluster [DBG] pgmap v15563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:18.382789+0000 mgr.y (mgr.24491) 17616 : cluster [DBG] pgmap v15563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:11:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:20.383654+0000 mgr.y (mgr.24491) 17617 : cluster [DBG] pgmap v15564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:20.383654+0000 mgr.y (mgr.24491) 17617 : cluster [DBG] pgmap v15564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:20.383654+0000 mgr.y (mgr.24491) 17617 : cluster [DBG] pgmap v15564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:22.384225+0000 mgr.y (mgr.24491) 17618 : cluster [DBG] pgmap v15565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:22.384225+0000 mgr.y (mgr.24491) 17618 : cluster [DBG] pgmap v15565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:22.384225+0000 mgr.y (mgr.24491) 17618 : cluster [DBG] pgmap v15565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:24.384925+0000 mgr.y (mgr.24491) 17619 : cluster [DBG] pgmap v15566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:24.384925+0000 mgr.y (mgr.24491) 17619 : cluster [DBG] pgmap v15566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:24.384925+0000 mgr.y (mgr.24491) 17619 : cluster [DBG] pgmap v15566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:27.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:26.385351+0000 mgr.y (mgr.24491) 17620 : cluster [DBG] pgmap v15567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:26.385351+0000 mgr.y (mgr.24491) 17620 : cluster [DBG] pgmap v15567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:26.385351+0000 mgr.y (mgr.24491) 17620 : cluster [DBG] pgmap v15567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:11:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:28.385772+0000 mgr.y (mgr.24491) 17621 : cluster [DBG] pgmap v15568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:28.385772+0000 mgr.y (mgr.24491) 17621 : cluster [DBG] pgmap v15568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:29.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:28.385772+0000 mgr.y (mgr.24491) 17621 : cluster [DBG] pgmap v15568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:31.443 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:11:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:30.386459+0000 mgr.y (mgr.24491) 17622 : cluster [DBG] pgmap v15569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:30.386459+0000 mgr.y (mgr.24491) 17622 : cluster [DBG] pgmap v15569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:30.386459+0000 mgr.y (mgr.24491) 17622 : cluster [DBG] pgmap v15569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:32.387021+0000 mgr.y (mgr.24491) 17623 : cluster [DBG] pgmap v15570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:32.387021+0000 mgr.y (mgr.24491) 17623 : cluster [DBG] pgmap v15570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:32.387021+0000 mgr.y (mgr.24491) 17623 : cluster [DBG] pgmap v15570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:35.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:34.387584+0000 mgr.y (mgr.24491) 17624 : cluster [DBG] pgmap v15571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:34.387584+0000 mgr.y (mgr.24491) 17624 : cluster [DBG] pgmap v15571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:34.387584+0000 mgr.y (mgr.24491) 17624 : cluster [DBG] pgmap v15571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:37.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:36.388092+0000 mgr.y (mgr.24491) 17625 : cluster [DBG] pgmap v15572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:37.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:36.388092+0000 mgr.y (mgr.24491) 17625 : cluster [DBG] pgmap v15572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:36.388092+0000 mgr.y (mgr.24491) 17625 : cluster [DBG] pgmap v15572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:37.903 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:11:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:11:38.179 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 9m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:11:38.180 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:11:38.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:11:38.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:11:38.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:11:38.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:11:38.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 9m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:11:38.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 9m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:11:38.181 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:11:38.516 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:11:38.516 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:11:38.516 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:11:38.516 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:11:38.516 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:11:38.516 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:11:38.516 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:11:38.516 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:11:38.516 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:11:38.516 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:11:38.517 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:11:38.517 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:11:38.517 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:11:38.517 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:11:38.517 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:11:38.517 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:11:38.517 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:11:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:11:37.892048+0000 mgr.y (mgr.24491) 17626 : audit [DBG] from='client.42878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:11:37.892048+0000 mgr.y (mgr.24491) 17626 : audit [DBG] from='client.42878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:11:37.892048+0000 mgr.y (mgr.24491) 17626 : audit [DBG] from='client.42878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:11:38.172693+0000 mgr.y (mgr.24491) 17627 : audit [DBG] from='client.32976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:38.388421+0000 mgr.y (mgr.24491) 17628 : cluster [DBG] pgmap v15573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:11:38.516808+0000 mon.a (mon.0) 3695 : audit [DBG] from='client.? 172.21.15.177:0/1827511333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:11:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:11:38.172693+0000 mgr.y (mgr.24491) 17627 : audit [DBG] from='client.32976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:38.388421+0000 mgr.y (mgr.24491) 17628 : cluster [DBG] pgmap v15573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:11:38.516808+0000 mon.a (mon.0) 3695 : audit [DBG] from='client.? 172.21.15.177:0/1827511333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:11:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:11:38.172693+0000 mgr.y (mgr.24491) 17627 : audit [DBG] from='client.32976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:11:39.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:38.388421+0000 mgr.y (mgr.24491) 17628 : cluster [DBG] pgmap v15573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:39.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:11:38.516808+0000 mon.a (mon.0) 3695 : audit [DBG] from='client.? 172.21.15.177:0/1827511333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:11:41.461 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:11:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:40.389136+0000 mgr.y (mgr.24491) 17629 : cluster [DBG] pgmap v15574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:11:41.316858+0000 mon.a (mon.0) 3696 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:11:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:40.389136+0000 mgr.y (mgr.24491) 17629 : cluster [DBG] pgmap v15574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:11:41.316858+0000 mon.a (mon.0) 3696 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:11:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:40.389136+0000 mgr.y (mgr.24491) 17629 : cluster [DBG] pgmap v15574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:11:41.316858+0000 mon.a (mon.0) 3696 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:11:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:11:41.611760+0000 mon.a (mon.0) 3697 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:11:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:11:41.612428+0000 mon.a (mon.0) 3698 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:11:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:11:41.618934+0000 mon.a (mon.0) 3699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:11:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:11:41.611760+0000 mon.a (mon.0) 3697 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:11:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:11:41.612428+0000 mon.a (mon.0) 3698 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:11:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:11:41.618934+0000 mon.a (mon.0) 3699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:11:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:11:41.611760+0000 mon.a (mon.0) 3697 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:11:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:11:41.612428+0000 mon.a (mon.0) 3698 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:11:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:11:41.618934+0000 mon.a (mon.0) 3699 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:11:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:42.389499+0000 mgr.y (mgr.24491) 17630 : cluster [DBG] pgmap v15575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:42.389499+0000 mgr.y (mgr.24491) 17630 : cluster [DBG] pgmap v15575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:42.389499+0000 mgr.y (mgr.24491) 17630 : cluster [DBG] pgmap v15575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:44.390238+0000 mgr.y (mgr.24491) 17631 : cluster [DBG] pgmap v15576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:44.390238+0000 mgr.y (mgr.24491) 17631 : cluster [DBG] pgmap v15576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:44.390238+0000 mgr.y (mgr.24491) 17631 : cluster [DBG] pgmap v15576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:47] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T12:11:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:46.390786+0000 mgr.y (mgr.24491) 17632 : cluster [DBG] pgmap v15577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:47.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:46.390786+0000 mgr.y (mgr.24491) 17632 : cluster [DBG] pgmap v15577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:46.390786+0000 mgr.y (mgr.24491) 17632 : cluster [DBG] pgmap v15577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:48.391294+0000 mgr.y (mgr.24491) 17633 : cluster [DBG] pgmap v15578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:48.391294+0000 mgr.y (mgr.24491) 17633 : cluster [DBG] pgmap v15578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:48.391294+0000 mgr.y (mgr.24491) 17633 : cluster [DBG] pgmap v15578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:11:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:50.392198+0000 mgr.y (mgr.24491) 17634 : cluster [DBG] pgmap v15579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:50.392198+0000 mgr.y (mgr.24491) 17634 : cluster [DBG] pgmap v15579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:50.392198+0000 mgr.y (mgr.24491) 17634 : cluster [DBG] pgmap v15579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:52.392696+0000 mgr.y (mgr.24491) 17635 : cluster [DBG] pgmap v15580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:52.392696+0000 mgr.y (mgr.24491) 17635 : cluster [DBG] pgmap v15580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:52.392696+0000 mgr.y (mgr.24491) 17635 : cluster [DBG] pgmap v15580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:54.393348+0000 mgr.y (mgr.24491) 17636 : cluster [DBG] pgmap v15581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:54.393348+0000 mgr.y (mgr.24491) 17636 : cluster [DBG] pgmap v15581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:54.393348+0000 mgr.y (mgr.24491) 17636 : cluster [DBG] pgmap v15581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:57.901 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:11:57] "GET /metrics HTTP/1.1" 200 188345 "" "Prometheus/2.33.4" 2024-04-20T12:11:57.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:56.393770+0000 mgr.y (mgr.24491) 17637 : cluster [DBG] pgmap v15582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:57.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:56.393770+0000 mgr.y (mgr.24491) 17637 : cluster [DBG] pgmap v15582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:56.393770+0000 mgr.y (mgr.24491) 17637 : cluster [DBG] pgmap v15582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:11:58.394188+0000 mgr.y (mgr.24491) 17638 : cluster [DBG] pgmap v15583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:11:58.394188+0000 mgr.y (mgr.24491) 17638 : cluster [DBG] pgmap v15583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:11:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:11:58.394188+0000 mgr.y (mgr.24491) 17638 : cluster [DBG] pgmap v15583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:12:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:00.394905+0000 mgr.y (mgr.24491) 17639 : cluster [DBG] pgmap v15584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:00.394905+0000 mgr.y (mgr.24491) 17639 : cluster [DBG] pgmap v15584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:00.394905+0000 mgr.y (mgr.24491) 17639 : cluster [DBG] pgmap v15584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:02.395477+0000 mgr.y (mgr.24491) 17640 : cluster [DBG] pgmap v15585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:02.395477+0000 mgr.y (mgr.24491) 17640 : cluster [DBG] pgmap v15585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:02.395477+0000 mgr.y (mgr.24491) 17640 : cluster [DBG] pgmap v15585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:04.396310+0000 mgr.y (mgr.24491) 17641 : cluster [DBG] pgmap v15586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:04.396310+0000 mgr.y (mgr.24491) 17641 : cluster [DBG] pgmap v15586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:04.396310+0000 mgr.y (mgr.24491) 17641 : cluster [DBG] pgmap v15586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:06.396878+0000 mgr.y (mgr.24491) 17642 : cluster [DBG] pgmap v15587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:12:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:06.396878+0000 mgr.y (mgr.24491) 17642 : cluster [DBG] pgmap v15587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:06.396878+0000 mgr.y (mgr.24491) 17642 : cluster [DBG] pgmap v15587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:08.826 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:12:09.099 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 9m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:12:09.100 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:12:09.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:12:09.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:12:09.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:12:09.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:12:09.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:12:09.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 9m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:12:09.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 9m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:12:09.101 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:12:09.434 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:12:09.434 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:12:09.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:12:09.434 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:12:09.435 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:12:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:08.397481+0000 mgr.y (mgr.24491) 17643 : cluster [DBG] pgmap v15588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:08.815773+0000 mgr.y (mgr.24491) 17644 : audit [DBG] from='client.32988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:09.435275+0000 mon.a (mon.0) 3700 : audit [DBG] from='client.? 172.21.15.177:0/2078120033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:12:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:08.397481+0000 mgr.y (mgr.24491) 17643 : cluster [DBG] pgmap v15588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:08.815773+0000 mgr.y (mgr.24491) 17644 : audit [DBG] from='client.32988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:09.435275+0000 mon.a (mon.0) 3700 : audit [DBG] from='client.? 172.21.15.177:0/2078120033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:12:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:08.397481+0000 mgr.y (mgr.24491) 17643 : cluster [DBG] pgmap v15588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:08.815773+0000 mgr.y (mgr.24491) 17644 : audit [DBG] from='client.32988 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:10.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:09.435275+0000 mon.a (mon.0) 3700 : audit [DBG] from='client.? 172.21.15.177:0/2078120033' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:12:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:09.092911+0000 mgr.y (mgr.24491) 17645 : audit [DBG] from='client.42902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:11.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:09.092911+0000 mgr.y (mgr.24491) 17645 : audit [DBG] from='client.42902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:09.092911+0000 mgr.y (mgr.24491) 17645 : audit [DBG] from='client.42902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:12:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:10.398157+0000 mgr.y (mgr.24491) 17646 : cluster [DBG] pgmap v15589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:10.398157+0000 mgr.y (mgr.24491) 17646 : cluster [DBG] pgmap v15589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:10.398157+0000 mgr.y (mgr.24491) 17646 : cluster [DBG] pgmap v15589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:12.398577+0000 mgr.y (mgr.24491) 17647 : cluster [DBG] pgmap v15590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:12.398577+0000 mgr.y (mgr.24491) 17647 : cluster [DBG] pgmap v15590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:12.398577+0000 mgr.y (mgr.24491) 17647 : cluster [DBG] pgmap v15590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:14.399259+0000 mgr.y (mgr.24491) 17648 : cluster [DBG] pgmap v15591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:14.399259+0000 mgr.y (mgr.24491) 17648 : cluster [DBG] pgmap v15591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:14.399259+0000 mgr.y (mgr.24491) 17648 : cluster [DBG] pgmap v15591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:16.399699+0000 mgr.y (mgr.24491) 17649 : cluster [DBG] pgmap v15592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:12:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:16.399699+0000 mgr.y (mgr.24491) 17649 : cluster [DBG] pgmap v15592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:16.399699+0000 mgr.y (mgr.24491) 17649 : cluster [DBG] pgmap v15592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:18.400220+0000 mgr.y (mgr.24491) 17650 : cluster [DBG] pgmap v15593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:18.400220+0000 mgr.y (mgr.24491) 17650 : cluster [DBG] pgmap v15593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:18.400220+0000 mgr.y (mgr.24491) 17650 : cluster [DBG] pgmap v15593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:12:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:20.400805+0000 mgr.y (mgr.24491) 17651 : cluster [DBG] pgmap v15594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:20.400805+0000 mgr.y (mgr.24491) 17651 : cluster [DBG] pgmap v15594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:20.400805+0000 mgr.y (mgr.24491) 17651 : cluster [DBG] pgmap v15594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:22.401230+0000 mgr.y (mgr.24491) 17652 : cluster [DBG] pgmap v15595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:22.401230+0000 mgr.y (mgr.24491) 17652 : cluster [DBG] pgmap v15595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:22.401230+0000 mgr.y (mgr.24491) 17652 : cluster [DBG] pgmap v15595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:24.401964+0000 mgr.y (mgr.24491) 17653 : cluster [DBG] pgmap v15596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:24.401964+0000 mgr.y (mgr.24491) 17653 : cluster [DBG] pgmap v15596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:24.401964+0000 mgr.y (mgr.24491) 17653 : cluster [DBG] pgmap v15596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:28.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:26.402524+0000 mgr.y (mgr.24491) 17654 : cluster [DBG] pgmap v15597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:26.402524+0000 mgr.y (mgr.24491) 17654 : cluster [DBG] pgmap v15597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:12:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:26.402524+0000 mgr.y (mgr.24491) 17654 : cluster [DBG] pgmap v15597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:30.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:28.402991+0000 mgr.y (mgr.24491) 17655 : cluster [DBG] pgmap v15598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:28.402991+0000 mgr.y (mgr.24491) 17655 : cluster [DBG] pgmap v15598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:28.402991+0000 mgr.y (mgr.24491) 17655 : cluster [DBG] pgmap v15598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:12:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:30.403619+0000 mgr.y (mgr.24491) 17656 : cluster [DBG] pgmap v15599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:30.403619+0000 mgr.y (mgr.24491) 17656 : cluster [DBG] pgmap v15599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:30.403619+0000 mgr.y (mgr.24491) 17656 : cluster [DBG] pgmap v15599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:32.404142+0000 mgr.y (mgr.24491) 17657 : cluster [DBG] pgmap v15600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:32.404142+0000 mgr.y (mgr.24491) 17657 : cluster [DBG] pgmap v15600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:32.404142+0000 mgr.y (mgr.24491) 17657 : cluster [DBG] pgmap v15600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:34.404840+0000 mgr.y (mgr.24491) 17658 : cluster [DBG] pgmap v15601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:34.404840+0000 mgr.y (mgr.24491) 17658 : cluster [DBG] pgmap v15601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:34.404840+0000 mgr.y (mgr.24491) 17658 : cluster [DBG] pgmap v15601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:36.405297+0000 mgr.y (mgr.24491) 17659 : cluster [DBG] pgmap v15602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T12:12:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:36.405297+0000 mgr.y (mgr.24491) 17659 : cluster [DBG] pgmap v15602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:36.405297+0000 mgr.y (mgr.24491) 17659 : cluster [DBG] pgmap v15602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:39.742 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:12:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:38.405872+0000 mgr.y (mgr.24491) 17660 : cluster [DBG] pgmap v15603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:40.015 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:12:40.015 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 10m ago 8h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:12:40.015 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 10m ago 8h 62.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:12:40.015 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 10m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:12:40.015 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 10m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 10m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 10m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 10m ago 8h 1090M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 10m ago 8h 753M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 10m ago 8h 760M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 10m ago 8h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 10m ago 8h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 10m ago 8h 46.4M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 10m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 10m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 10m ago 8h 42.5M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 10m ago 8h 45.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 10m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:12:40.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 10m ago 8h 43.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:12:40.017 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 10m ago 8h 44.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:12:40.017 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 10m ago 8h 122M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:12:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:38.405872+0000 mgr.y (mgr.24491) 17660 : cluster [DBG] pgmap v15603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:38.405872+0000 mgr.y (mgr.24491) 17660 : cluster [DBG] pgmap v15603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:40.347 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:12:40.347 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:12:40.347 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:12:40.347 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:12:40.347 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:12:40.348 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:12:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:39.730754+0000 mgr.y (mgr.24491) 17661 : audit [DBG] from='client.33006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:41.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:40.347991+0000 mon.c (mon.2) 543 : audit [DBG] from='client.? 172.21.15.177:0/3378517056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:12:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:39.730754+0000 mgr.y (mgr.24491) 17661 : audit [DBG] from='client.33006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:40.347991+0000 mon.c (mon.2) 543 : audit [DBG] from='client.? 172.21.15.177:0/3378517056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:12:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:39.730754+0000 mgr.y (mgr.24491) 17661 : audit [DBG] from='client.33006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:40.347991+0000 mon.c (mon.2) 543 : audit [DBG] from='client.? 172.21.15.177:0/3378517056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:12:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:12:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:40.008639+0000 mgr.y (mgr.24491) 17662 : audit [DBG] from='client.42920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:40.406471+0000 mgr.y (mgr.24491) 17663 : cluster [DBG] pgmap v15604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:42.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:41.623200+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:12:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:40.008639+0000 mgr.y (mgr.24491) 17662 : audit [DBG] from='client.42920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:40.406471+0000 mgr.y (mgr.24491) 17663 : cluster [DBG] pgmap v15604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:41.623200+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:12:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:40.008639+0000 mgr.y (mgr.24491) 17662 : audit [DBG] from='client.42920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:12:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:40.406471+0000 mgr.y (mgr.24491) 17663 : cluster [DBG] pgmap v15604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:41.623200+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:12:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:42.406804+0000 mgr.y (mgr.24491) 17664 : cluster [DBG] pgmap v15605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:42.406804+0000 mgr.y (mgr.24491) 17664 : cluster [DBG] pgmap v15605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:42.406804+0000 mgr.y (mgr.24491) 17664 : cluster [DBG] pgmap v15605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:44.240506+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:12:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:44.407420+0000 mgr.y (mgr.24491) 17665 : cluster [DBG] pgmap v15606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:44.786461+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:12:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:45.062176+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:12:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:45.062832+0000 mon.a (mon.0) 3705 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:12:45.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:12:45.067428+0000 mon.a (mon.0) 3706 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:12:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:44.240506+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:12:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:44.407420+0000 mgr.y (mgr.24491) 17665 : cluster [DBG] pgmap v15606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:44.786461+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:12:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:45.062176+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:12:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:45.062832+0000 mon.a (mon.0) 3705 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:12:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:12:45.067428+0000 mon.a (mon.0) 3706 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:12:45.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:44.240506+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:12:45.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:44.407420+0000 mgr.y (mgr.24491) 17665 : cluster [DBG] pgmap v15606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:45.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:44.786461+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:12:45.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:45.062176+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:12:45.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:45.062832+0000 mon.a (mon.0) 3705 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:12:45.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:12:45.067428+0000 mon.a (mon.0) 3706 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:12:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:46.407829+0000 mgr.y (mgr.24491) 17666 : cluster [DBG] pgmap v15607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:46.407829+0000 mgr.y (mgr.24491) 17666 : cluster [DBG] pgmap v15607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:47.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:46.407829+0000 mgr.y (mgr.24491) 17666 : cluster [DBG] pgmap v15607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T12:12:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:48.408250+0000 mgr.y (mgr.24491) 17667 : cluster [DBG] pgmap v15608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:48.408250+0000 mgr.y (mgr.24491) 17667 : cluster [DBG] pgmap v15608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:48.408250+0000 mgr.y (mgr.24491) 17667 : cluster [DBG] pgmap v15608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:51.471 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:12:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:50.409110+0000 mgr.y (mgr.24491) 17668 : cluster [DBG] pgmap v15609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:50.409110+0000 mgr.y (mgr.24491) 17668 : cluster [DBG] pgmap v15609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:50.409110+0000 mgr.y (mgr.24491) 17668 : cluster [DBG] pgmap v15609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:52.409504+0000 mgr.y (mgr.24491) 17669 : cluster [DBG] pgmap v15610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:52.409504+0000 mgr.y (mgr.24491) 17669 : cluster [DBG] pgmap v15610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:52.409504+0000 mgr.y (mgr.24491) 17669 : cluster [DBG] pgmap v15610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:54.410339+0000 mgr.y (mgr.24491) 17670 : cluster [DBG] pgmap v15611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:54.410339+0000 mgr.y (mgr.24491) 17670 : cluster [DBG] pgmap v15611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:54.410339+0000 mgr.y (mgr.24491) 17670 : cluster [DBG] pgmap v15611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:56.410859+0000 mgr.y (mgr.24491) 17671 : cluster [DBG] pgmap v15612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:12:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T12:12:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:56.410859+0000 mgr.y (mgr.24491) 17671 : cluster [DBG] pgmap v15612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:56.410859+0000 mgr.y (mgr.24491) 17671 : cluster [DBG] pgmap v15612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:12:58.411414+0000 mgr.y (mgr.24491) 17672 : cluster [DBG] pgmap v15613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:12:58.411414+0000 mgr.y (mgr.24491) 17672 : cluster [DBG] pgmap v15613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:12:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:12:58.411414+0000 mgr.y (mgr.24491) 17672 : cluster [DBG] pgmap v15613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:01.488 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:13:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:00.412034+0000 mgr.y (mgr.24491) 17673 : cluster [DBG] pgmap v15614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:00.412034+0000 mgr.y (mgr.24491) 17673 : cluster [DBG] pgmap v15614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:00.412034+0000 mgr.y (mgr.24491) 17673 : cluster [DBG] pgmap v15614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:03.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:02.412432+0000 mgr.y (mgr.24491) 17674 : cluster [DBG] pgmap v15615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:02.412432+0000 mgr.y (mgr.24491) 17674 : cluster [DBG] pgmap v15615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:02.412432+0000 mgr.y (mgr.24491) 17674 : cluster [DBG] pgmap v15615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:04.413180+0000 mgr.y (mgr.24491) 17675 : cluster [DBG] pgmap v15616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:04.413180+0000 mgr.y (mgr.24491) 17675 : cluster [DBG] pgmap v15616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:04.413180+0000 mgr.y (mgr.24491) 17675 : cluster [DBG] pgmap v15616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:06.413685+0000 mgr.y (mgr.24491) 17676 : cluster [DBG] pgmap v15617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:07] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T12:13:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:06.413685+0000 mgr.y (mgr.24491) 17676 : cluster [DBG] pgmap v15617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:06.413685+0000 mgr.y (mgr.24491) 17676 : cluster [DBG] pgmap v15617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:08.414214+0000 mgr.y (mgr.24491) 17677 : cluster [DBG] pgmap v15618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:08.414214+0000 mgr.y (mgr.24491) 17677 : cluster [DBG] pgmap v15618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:08.414214+0000 mgr.y (mgr.24491) 17677 : cluster [DBG] pgmap v15618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:10.662 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:13:10.937 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:13:10.937 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 26s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:13:10.937 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 26s ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:13:10.937 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 26s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:13:10.937 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 26s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:13:10.937 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 26s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:13:10.937 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 26s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:13:10.937 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 26s ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:13:10.937 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 26s ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:13:10.937 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 26s ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:13:10.937 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 26s ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:13:10.938 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 26s ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:13:10.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 26s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:13:10.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 26s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:13:10.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 26s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:13:10.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 26s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:13:10.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 26s ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:13:10.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 26s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:13:10.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 26s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:13:10.938 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 26s ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:13:10.938 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 26s ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:13:11.270 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:13:11.271 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:13:11.272 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:13:11.272 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:13:11.272 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:13:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:13:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:10.414982+0000 mgr.y (mgr.24491) 17678 : cluster [DBG] pgmap v15619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:13:10.650379+0000 mgr.y (mgr.24491) 17679 : audit [DBG] from='client.33024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:13:11.271556+0000 mon.c (mon.2) 544 : audit [DBG] from='client.? 172.21.15.177:0/3106981727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:13:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:10.414982+0000 mgr.y (mgr.24491) 17678 : cluster [DBG] pgmap v15619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:13:10.650379+0000 mgr.y (mgr.24491) 17679 : audit [DBG] from='client.33024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:11.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:13:11.271556+0000 mon.c (mon.2) 544 : audit [DBG] from='client.? 172.21.15.177:0/3106981727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:13:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:10.414982+0000 mgr.y (mgr.24491) 17678 : cluster [DBG] pgmap v15619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:13:10.650379+0000 mgr.y (mgr.24491) 17679 : audit [DBG] from='client.33024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:13:11.271556+0000 mon.c (mon.2) 544 : audit [DBG] from='client.? 172.21.15.177:0/3106981727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:13:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:13:10.930108+0000 mgr.y (mgr.24491) 17680 : audit [DBG] from='client.42938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:13:10.930108+0000 mgr.y (mgr.24491) 17680 : audit [DBG] from='client.42938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:13:10.930108+0000 mgr.y (mgr.24491) 17680 : audit [DBG] from='client.42938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:12.415380+0000 mgr.y (mgr.24491) 17681 : cluster [DBG] pgmap v15620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:12.415380+0000 mgr.y (mgr.24491) 17681 : cluster [DBG] pgmap v15620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:12.415380+0000 mgr.y (mgr.24491) 17681 : cluster [DBG] pgmap v15620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:14.415996+0000 mgr.y (mgr.24491) 17682 : cluster [DBG] pgmap v15621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:14.415996+0000 mgr.y (mgr.24491) 17682 : cluster [DBG] pgmap v15621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:14.415996+0000 mgr.y (mgr.24491) 17682 : cluster [DBG] pgmap v15621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:17] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T12:13:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:16.416434+0000 mgr.y (mgr.24491) 17683 : cluster [DBG] pgmap v15622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:17.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:16.416434+0000 mgr.y (mgr.24491) 17683 : cluster [DBG] pgmap v15622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:16.416434+0000 mgr.y (mgr.24491) 17683 : cluster [DBG] pgmap v15622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:18.416910+0000 mgr.y (mgr.24491) 17684 : cluster [DBG] pgmap v15623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:18.416910+0000 mgr.y (mgr.24491) 17684 : cluster [DBG] pgmap v15623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:18.416910+0000 mgr.y (mgr.24491) 17684 : cluster [DBG] pgmap v15623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:13:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:20.417636+0000 mgr.y (mgr.24491) 17685 : cluster [DBG] pgmap v15624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:20.417636+0000 mgr.y (mgr.24491) 17685 : cluster [DBG] pgmap v15624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:20.417636+0000 mgr.y (mgr.24491) 17685 : cluster [DBG] pgmap v15624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:22.418062+0000 mgr.y (mgr.24491) 17686 : cluster [DBG] pgmap v15625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:22.418062+0000 mgr.y (mgr.24491) 17686 : cluster [DBG] pgmap v15625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:22.418062+0000 mgr.y (mgr.24491) 17686 : cluster [DBG] pgmap v15625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:24.418667+0000 mgr.y (mgr.24491) 17687 : cluster [DBG] pgmap v15626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:25.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:24.418667+0000 mgr.y (mgr.24491) 17687 : cluster [DBG] pgmap v15626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:24.418667+0000 mgr.y (mgr.24491) 17687 : cluster [DBG] pgmap v15626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:27] "GET /metrics HTTP/1.1" 200 188347 "" "Prometheus/2.33.4" 2024-04-20T12:13:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:26.419099+0000 mgr.y (mgr.24491) 17688 : cluster [DBG] pgmap v15627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:26.419099+0000 mgr.y (mgr.24491) 17688 : cluster [DBG] pgmap v15627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:26.419099+0000 mgr.y (mgr.24491) 17688 : cluster [DBG] pgmap v15627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:28.419582+0000 mgr.y (mgr.24491) 17689 : cluster [DBG] pgmap v15628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:28.419582+0000 mgr.y (mgr.24491) 17689 : cluster [DBG] pgmap v15628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:28.419582+0000 mgr.y (mgr.24491) 17689 : cluster [DBG] pgmap v15628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:13:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:30.420178+0000 mgr.y (mgr.24491) 17690 : cluster [DBG] pgmap v15629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:30.420178+0000 mgr.y (mgr.24491) 17690 : cluster [DBG] pgmap v15629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:30.420178+0000 mgr.y (mgr.24491) 17690 : cluster [DBG] pgmap v15629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:32.420666+0000 mgr.y (mgr.24491) 17691 : cluster [DBG] pgmap v15630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:32.420666+0000 mgr.y (mgr.24491) 17691 : cluster [DBG] pgmap v15630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:32.420666+0000 mgr.y (mgr.24491) 17691 : cluster [DBG] pgmap v15630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:34.421340+0000 mgr.y (mgr.24491) 17692 : cluster [DBG] pgmap v15631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:34.421340+0000 mgr.y (mgr.24491) 17692 : cluster [DBG] pgmap v15631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:34.421340+0000 mgr.y (mgr.24491) 17692 : cluster [DBG] pgmap v15631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T12:13:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:36.421877+0000 mgr.y (mgr.24491) 17693 : cluster [DBG] pgmap v15632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:36.421877+0000 mgr.y (mgr.24491) 17693 : cluster [DBG] pgmap v15632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:36.421877+0000 mgr.y (mgr.24491) 17693 : cluster [DBG] pgmap v15632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:38.422274+0000 mgr.y (mgr.24491) 17694 : cluster [DBG] pgmap v15633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:38.422274+0000 mgr.y (mgr.24491) 17694 : cluster [DBG] pgmap v15633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:38.422274+0000 mgr.y (mgr.24491) 17694 : cluster [DBG] pgmap v15633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:13:41.582 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:13:41.855 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:13:41.855 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 57s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:13:41.855 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 57s ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:13:41.855 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 57s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:13:41.855 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 57s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:13:41.855 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 57s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:13:41.855 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 57s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 57s ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 57s ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 57s ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 57s ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 57s ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 57s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 57s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 57s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 57s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 57s ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 57s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 57s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 57s ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:13:41.856 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 57s ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:13:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:40.423004+0000 mgr.y (mgr.24491) 17695 : cluster [DBG] pgmap v15634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:40.423004+0000 mgr.y (mgr.24491) 17695 : cluster [DBG] pgmap v15634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:40.423004+0000 mgr.y (mgr.24491) 17695 : cluster [DBG] pgmap v15634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:42.187 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:13:42.187 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:13:42.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:13:42.187 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:13:42.187 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:13:42.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:13:42.187 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:13:42.187 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:13:42.188 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:13:42.188 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:13:42.188 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:13:42.188 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:13:42.188 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:13:42.188 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:13:42.188 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:13:42.188 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:13:42.188 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:13:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:13:41.570460+0000 mgr.y (mgr.24491) 17696 : audit [DBG] from='client.33042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:13:41.848205+0000 mgr.y (mgr.24491) 17697 : audit [DBG] from='client.33048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:13:42.188010+0000 mon.c (mon.2) 545 : audit [DBG] from='client.? 172.21.15.177:0/2946851972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:13:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:13:41.570460+0000 mgr.y (mgr.24491) 17696 : audit [DBG] from='client.33042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:13:41.848205+0000 mgr.y (mgr.24491) 17697 : audit [DBG] from='client.33048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:13:42.188010+0000 mon.c (mon.2) 545 : audit [DBG] from='client.? 172.21.15.177:0/2946851972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:13:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:13:41.570460+0000 mgr.y (mgr.24491) 17696 : audit [DBG] from='client.33042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:13:41.848205+0000 mgr.y (mgr.24491) 17697 : audit [DBG] from='client.33048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:13:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:13:42.188010+0000 mon.c (mon.2) 545 : audit [DBG] from='client.? 172.21.15.177:0/2946851972' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:13:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:42.423408+0000 mgr.y (mgr.24491) 17698 : cluster [DBG] pgmap v15635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:42.423408+0000 mgr.y (mgr.24491) 17698 : cluster [DBG] pgmap v15635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:42.423408+0000 mgr.y (mgr.24491) 17698 : cluster [DBG] pgmap v15635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:44.424118+0000 mgr.y (mgr.24491) 17699 : cluster [DBG] pgmap v15636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:13:45.071864+0000 mon.a (mon.0) 3707 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:13:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:13:45.365865+0000 mon.a (mon.0) 3708 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:13:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:13:45.366505+0000 mon.a (mon.0) 3709 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:13:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:13:45.370640+0000 mon.a (mon.0) 3710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:13:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:44.424118+0000 mgr.y (mgr.24491) 17699 : cluster [DBG] pgmap v15636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:13:45.071864+0000 mon.a (mon.0) 3707 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:13:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:13:45.365865+0000 mon.a (mon.0) 3708 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:13:45.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:13:45.366505+0000 mon.a (mon.0) 3709 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:13:45.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:13:45.370640+0000 mon.a (mon.0) 3710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:13:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:44.424118+0000 mgr.y (mgr.24491) 17699 : cluster [DBG] pgmap v15636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:13:45.071864+0000 mon.a (mon.0) 3707 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:13:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:13:45.365865+0000 mon.a (mon.0) 3708 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:13:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:13:45.366505+0000 mon.a (mon.0) 3709 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:13:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:13:45.370640+0000 mon.a (mon.0) 3710 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:13:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T12:13:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:46.424483+0000 mgr.y (mgr.24491) 17700 : cluster [DBG] pgmap v15637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:46.424483+0000 mgr.y (mgr.24491) 17700 : cluster [DBG] pgmap v15637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:46.424483+0000 mgr.y (mgr.24491) 17700 : cluster [DBG] pgmap v15637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:48.424922+0000 mgr.y (mgr.24491) 17701 : cluster [DBG] pgmap v15638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:48.424922+0000 mgr.y (mgr.24491) 17701 : cluster [DBG] pgmap v15638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:48.424922+0000 mgr.y (mgr.24491) 17701 : cluster [DBG] pgmap v15638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:13:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:50.425710+0000 mgr.y (mgr.24491) 17702 : cluster [DBG] pgmap v15639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:50.425710+0000 mgr.y (mgr.24491) 17702 : cluster [DBG] pgmap v15639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:50.425710+0000 mgr.y (mgr.24491) 17702 : cluster [DBG] pgmap v15639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:52.426151+0000 mgr.y (mgr.24491) 17703 : cluster [DBG] pgmap v15640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:52.426151+0000 mgr.y (mgr.24491) 17703 : cluster [DBG] pgmap v15640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:52.426151+0000 mgr.y (mgr.24491) 17703 : cluster [DBG] pgmap v15640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:54.426680+0000 mgr.y (mgr.24491) 17704 : cluster [DBG] pgmap v15641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:54.426680+0000 mgr.y (mgr.24491) 17704 : cluster [DBG] pgmap v15641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:54.426680+0000 mgr.y (mgr.24491) 17704 : cluster [DBG] pgmap v15641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:13:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T12:13:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:56.427102+0000 mgr.y (mgr.24491) 17705 : cluster [DBG] pgmap v15642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:56.427102+0000 mgr.y (mgr.24491) 17705 : cluster [DBG] pgmap v15642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:56.427102+0000 mgr.y (mgr.24491) 17705 : cluster [DBG] pgmap v15642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:13:58.427641+0000 mgr.y (mgr.24491) 17706 : cluster [DBG] pgmap v15643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:13:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:13:58.427641+0000 mgr.y (mgr.24491) 17706 : cluster [DBG] pgmap v15643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:13:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:13:58.427641+0000 mgr.y (mgr.24491) 17706 : cluster [DBG] pgmap v15643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:14:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:00.428405+0000 mgr.y (mgr.24491) 17707 : cluster [DBG] pgmap v15644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:00.428405+0000 mgr.y (mgr.24491) 17707 : cluster [DBG] pgmap v15644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:00.428405+0000 mgr.y (mgr.24491) 17707 : cluster [DBG] pgmap v15644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:02.428818+0000 mgr.y (mgr.24491) 17708 : cluster [DBG] pgmap v15645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:02.428818+0000 mgr.y (mgr.24491) 17708 : cluster [DBG] pgmap v15645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:02.428818+0000 mgr.y (mgr.24491) 17708 : cluster [DBG] pgmap v15645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:04.429372+0000 mgr.y (mgr.24491) 17709 : cluster [DBG] pgmap v15646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:04.429372+0000 mgr.y (mgr.24491) 17709 : cluster [DBG] pgmap v15646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:04.429372+0000 mgr.y (mgr.24491) 17709 : cluster [DBG] pgmap v15646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:07] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T12:14:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:06.429865+0000 mgr.y (mgr.24491) 17710 : cluster [DBG] pgmap v15647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:07.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:06.429865+0000 mgr.y (mgr.24491) 17710 : cluster [DBG] pgmap v15647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:08.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:06.429865+0000 mgr.y (mgr.24491) 17710 : cluster [DBG] pgmap v15647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:08.430287+0000 mgr.y (mgr.24491) 17711 : cluster [DBG] pgmap v15648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:08.430287+0000 mgr.y (mgr.24491) 17711 : cluster [DBG] pgmap v15648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:08.430287+0000 mgr.y (mgr.24491) 17711 : cluster [DBG] pgmap v15648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:14:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:10.430899+0000 mgr.y (mgr.24491) 17712 : cluster [DBG] pgmap v15649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:10.430899+0000 mgr.y (mgr.24491) 17712 : cluster [DBG] pgmap v15649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:12.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:10.430899+0000 mgr.y (mgr.24491) 17712 : cluster [DBG] pgmap v15649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:12.506 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:14:12.787 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:14:12.787 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 88s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:14:12.787 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 88s ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:14:12.787 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 88s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:14:12.787 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 88s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:14:12.788 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 88s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:14:12.788 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 88s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:14:12.788 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 88s ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:14:12.788 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 88s ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:14:12.788 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 88s ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:14:12.788 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 88s ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:14:12.788 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 88s ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:14:12.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 88s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:14:12.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 88s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:14:12.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 88s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:14:12.789 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 88s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:14:12.789 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 88s ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:14:12.789 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 88s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:14:12.789 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 88s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:14:12.789 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 88s ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:14:12.789 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 88s ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:14:13.132 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:14:13.133 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:14:13.133 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:14:13.133 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:14:13.133 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:14:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:12.431249+0000 mgr.y (mgr.24491) 17713 : cluster [DBG] pgmap v15650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:14:12.495206+0000 mgr.y (mgr.24491) 17714 : audit [DBG] from='client.33060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:14:12.780308+0000 mgr.y (mgr.24491) 17715 : audit [DBG] from='client.42974 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:14:13.132688+0000 mon.c (mon.2) 546 : audit [DBG] from='client.? 172.21.15.177:0/2031318670' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:14:13.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:12.431249+0000 mgr.y (mgr.24491) 17713 : cluster [DBG] pgmap v15650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:13.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:14:12.495206+0000 mgr.y (mgr.24491) 17714 : audit [DBG] from='client.33060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:13.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:14:12.780308+0000 mgr.y (mgr.24491) 17715 : audit [DBG] from='client.42974 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:13.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:14:13.132688+0000 mon.c (mon.2) 546 : audit [DBG] from='client.? 172.21.15.177:0/2031318670' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:14:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:12.431249+0000 mgr.y (mgr.24491) 17713 : cluster [DBG] pgmap v15650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:14:12.495206+0000 mgr.y (mgr.24491) 17714 : audit [DBG] from='client.33060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:14:12.780308+0000 mgr.y (mgr.24491) 17715 : audit [DBG] from='client.42974 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:14.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:14:13.132688+0000 mon.c (mon.2) 546 : audit [DBG] from='client.? 172.21.15.177:0/2031318670' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:14:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:14.431807+0000 mgr.y (mgr.24491) 17716 : cluster [DBG] pgmap v15651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:14.431807+0000 mgr.y (mgr.24491) 17716 : cluster [DBG] pgmap v15651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:14.431807+0000 mgr.y (mgr.24491) 17716 : cluster [DBG] pgmap v15651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:14:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:16.432336+0000 mgr.y (mgr.24491) 17717 : cluster [DBG] pgmap v15652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:16.432336+0000 mgr.y (mgr.24491) 17717 : cluster [DBG] pgmap v15652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:16.432336+0000 mgr.y (mgr.24491) 17717 : cluster [DBG] pgmap v15652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:18.432704+0000 mgr.y (mgr.24491) 17718 : cluster [DBG] pgmap v15653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:18.432704+0000 mgr.y (mgr.24491) 17718 : cluster [DBG] pgmap v15653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:18.432704+0000 mgr.y (mgr.24491) 17718 : cluster [DBG] pgmap v15653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:14:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:20.433487+0000 mgr.y (mgr.24491) 17719 : cluster [DBG] pgmap v15654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:20.433487+0000 mgr.y (mgr.24491) 17719 : cluster [DBG] pgmap v15654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:22.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:20.433487+0000 mgr.y (mgr.24491) 17719 : cluster [DBG] pgmap v15654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:22.433897+0000 mgr.y (mgr.24491) 17720 : cluster [DBG] pgmap v15655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:22.433897+0000 mgr.y (mgr.24491) 17720 : cluster [DBG] pgmap v15655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:22.433897+0000 mgr.y (mgr.24491) 17720 : cluster [DBG] pgmap v15655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:24.434485+0000 mgr.y (mgr.24491) 17721 : cluster [DBG] pgmap v15656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:24.434485+0000 mgr.y (mgr.24491) 17721 : cluster [DBG] pgmap v15656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:24.434485+0000 mgr.y (mgr.24491) 17721 : cluster [DBG] pgmap v15656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:26.434912+0000 mgr.y (mgr.24491) 17722 : cluster [DBG] pgmap v15657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:14:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:26.434912+0000 mgr.y (mgr.24491) 17722 : cluster [DBG] pgmap v15657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:26.434912+0000 mgr.y (mgr.24491) 17722 : cluster [DBG] pgmap v15657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:28.435485+0000 mgr.y (mgr.24491) 17723 : cluster [DBG] pgmap v15658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:28.435485+0000 mgr.y (mgr.24491) 17723 : cluster [DBG] pgmap v15658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:28.435485+0000 mgr.y (mgr.24491) 17723 : cluster [DBG] pgmap v15658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:14:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:30.436151+0000 mgr.y (mgr.24491) 17724 : cluster [DBG] pgmap v15659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:30.436151+0000 mgr.y (mgr.24491) 17724 : cluster [DBG] pgmap v15659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:30.436151+0000 mgr.y (mgr.24491) 17724 : cluster [DBG] pgmap v15659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:32.436596+0000 mgr.y (mgr.24491) 17725 : cluster [DBG] pgmap v15660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:32.436596+0000 mgr.y (mgr.24491) 17725 : cluster [DBG] pgmap v15660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:32.436596+0000 mgr.y (mgr.24491) 17725 : cluster [DBG] pgmap v15660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:34.437193+0000 mgr.y (mgr.24491) 17726 : cluster [DBG] pgmap v15661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:34.437193+0000 mgr.y (mgr.24491) 17726 : cluster [DBG] pgmap v15661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:34.437193+0000 mgr.y (mgr.24491) 17726 : cluster [DBG] pgmap v15661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:36.437765+0000 mgr.y (mgr.24491) 17727 : cluster [DBG] pgmap v15662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:37] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T12:14:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:36.437765+0000 mgr.y (mgr.24491) 17727 : cluster [DBG] pgmap v15662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:36.437765+0000 mgr.y (mgr.24491) 17727 : cluster [DBG] pgmap v15662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:38.438272+0000 mgr.y (mgr.24491) 17728 : cluster [DBG] pgmap v15663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:38.438272+0000 mgr.y (mgr.24491) 17728 : cluster [DBG] pgmap v15663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:38.438272+0000 mgr.y (mgr.24491) 17728 : cluster [DBG] pgmap v15663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:14:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:40.438969+0000 mgr.y (mgr.24491) 17729 : cluster [DBG] pgmap v15664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:40.438969+0000 mgr.y (mgr.24491) 17729 : cluster [DBG] pgmap v15664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:40.438969+0000 mgr.y (mgr.24491) 17729 : cluster [DBG] pgmap v15664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:43.444 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:14:43.721 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 119s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 118s ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 119s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 118s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 118s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 119s ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 119s ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 118s ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 119s ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 119s ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 118s ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 119s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:14:43.722 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 119s ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:14:43.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 119s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:14:43.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 119s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:14:43.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 118s ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:14:43.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 118s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:14:43.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 118s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:14:43.723 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 118s ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:14:43.723 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 118s ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:14:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:42.439412+0000 mgr.y (mgr.24491) 17730 : cluster [DBG] pgmap v15665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:44.058 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:14:44.058 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:14:44.058 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:14:44.059 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:14:44.060 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:14:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:42.439412+0000 mgr.y (mgr.24491) 17730 : cluster [DBG] pgmap v15665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:42.439412+0000 mgr.y (mgr.24491) 17730 : cluster [DBG] pgmap v15665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:45.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:14:43.433341+0000 mgr.y (mgr.24491) 17731 : audit [DBG] from='client.42986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:45.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:14:43.714970+0000 mgr.y (mgr.24491) 17732 : audit [DBG] from='client.42992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:45.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:14:44.059402+0000 mon.a (mon.0) 3711 : audit [DBG] from='client.? 172.21.15.177:0/950073928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:14:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:14:43.433341+0000 mgr.y (mgr.24491) 17731 : audit [DBG] from='client.42986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:14:43.714970+0000 mgr.y (mgr.24491) 17732 : audit [DBG] from='client.42992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:14:44.059402+0000 mon.a (mon.0) 3711 : audit [DBG] from='client.? 172.21.15.177:0/950073928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:14:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:14:43.433341+0000 mgr.y (mgr.24491) 17731 : audit [DBG] from='client.42986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:14:43.714970+0000 mgr.y (mgr.24491) 17732 : audit [DBG] from='client.42992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:14:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:14:44.059402+0000 mon.a (mon.0) 3711 : audit [DBG] from='client.? 172.21.15.177:0/950073928' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:14:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:44.439998+0000 mgr.y (mgr.24491) 17733 : cluster [DBG] pgmap v15666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:14:45.374919+0000 mon.a (mon.0) 3712 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:14:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:14:45.668948+0000 mon.a (mon.0) 3713 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:14:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:14:45.669565+0000 mon.a (mon.0) 3714 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:14:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:14:45.673980+0000 mon.a (mon.0) 3715 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:14:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:44.439998+0000 mgr.y (mgr.24491) 17733 : cluster [DBG] pgmap v15666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:14:45.374919+0000 mon.a (mon.0) 3712 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:14:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:14:45.668948+0000 mon.a (mon.0) 3713 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:14:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:14:45.669565+0000 mon.a (mon.0) 3714 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:14:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:14:45.673980+0000 mon.a (mon.0) 3715 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:14:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:44.439998+0000 mgr.y (mgr.24491) 17733 : cluster [DBG] pgmap v15666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:14:45.374919+0000 mon.a (mon.0) 3712 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:14:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:14:45.668948+0000 mon.a (mon.0) 3713 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:14:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:14:45.669565+0000 mon.a (mon.0) 3714 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:14:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:14:45.673980+0000 mon.a (mon.0) 3715 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:14:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:46.440528+0000 mgr.y (mgr.24491) 17734 : cluster [DBG] pgmap v15667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:46.440528+0000 mgr.y (mgr.24491) 17734 : cluster [DBG] pgmap v15667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:47] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T12:14:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:46.440528+0000 mgr.y (mgr.24491) 17734 : cluster [DBG] pgmap v15667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:50.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:48.441105+0000 mgr.y (mgr.24491) 17735 : cluster [DBG] pgmap v15668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:48.441105+0000 mgr.y (mgr.24491) 17735 : cluster [DBG] pgmap v15668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:48.441105+0000 mgr.y (mgr.24491) 17735 : cluster [DBG] pgmap v15668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:14:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:50.441952+0000 mgr.y (mgr.24491) 17736 : cluster [DBG] pgmap v15669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:50.441952+0000 mgr.y (mgr.24491) 17736 : cluster [DBG] pgmap v15669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:50.441952+0000 mgr.y (mgr.24491) 17736 : cluster [DBG] pgmap v15669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:52.442440+0000 mgr.y (mgr.24491) 17737 : cluster [DBG] pgmap v15670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:52.442440+0000 mgr.y (mgr.24491) 17737 : cluster [DBG] pgmap v15670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:52.442440+0000 mgr.y (mgr.24491) 17737 : cluster [DBG] pgmap v15670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:54.443186+0000 mgr.y (mgr.24491) 17738 : cluster [DBG] pgmap v15671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:54.443186+0000 mgr.y (mgr.24491) 17738 : cluster [DBG] pgmap v15671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:54.443186+0000 mgr.y (mgr.24491) 17738 : cluster [DBG] pgmap v15671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:56.443710+0000 mgr.y (mgr.24491) 17739 : cluster [DBG] pgmap v15672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:14:57] "GET /metrics HTTP/1.1" 200 188346 "" "Prometheus/2.33.4" 2024-04-20T12:14:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:56.443710+0000 mgr.y (mgr.24491) 17739 : cluster [DBG] pgmap v15672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:56.443710+0000 mgr.y (mgr.24491) 17739 : cluster [DBG] pgmap v15672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:14:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:14:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:14:58.444151+0000 mgr.y (mgr.24491) 17740 : cluster [DBG] pgmap v15673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:14:58.444151+0000 mgr.y (mgr.24491) 17740 : cluster [DBG] pgmap v15673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:14:58.444151+0000 mgr.y (mgr.24491) 17740 : cluster [DBG] pgmap v15673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:15:02.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:00.444803+0000 mgr.y (mgr.24491) 17741 : cluster [DBG] pgmap v15674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:00.444803+0000 mgr.y (mgr.24491) 17741 : cluster [DBG] pgmap v15674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:00.444803+0000 mgr.y (mgr.24491) 17741 : cluster [DBG] pgmap v15674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:02.445274+0000 mgr.y (mgr.24491) 17742 : cluster [DBG] pgmap v15675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:02.445274+0000 mgr.y (mgr.24491) 17742 : cluster [DBG] pgmap v15675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:02.445274+0000 mgr.y (mgr.24491) 17742 : cluster [DBG] pgmap v15675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:04.445919+0000 mgr.y (mgr.24491) 17743 : cluster [DBG] pgmap v15676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:04.445919+0000 mgr.y (mgr.24491) 17743 : cluster [DBG] pgmap v15676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:04.445919+0000 mgr.y (mgr.24491) 17743 : cluster [DBG] pgmap v15676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:06.446392+0000 mgr.y (mgr.24491) 17744 : cluster [DBG] pgmap v15677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:06.446392+0000 mgr.y (mgr.24491) 17744 : cluster [DBG] pgmap v15677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:15:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:06.446392+0000 mgr.y (mgr.24491) 17744 : cluster [DBG] pgmap v15677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:08.446801+0000 mgr.y (mgr.24491) 17745 : cluster [DBG] pgmap v15678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:08.446801+0000 mgr.y (mgr.24491) 17745 : cluster [DBG] pgmap v15678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:08.446801+0000 mgr.y (mgr.24491) 17745 : cluster [DBG] pgmap v15678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:15:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:10.447632+0000 mgr.y (mgr.24491) 17746 : cluster [DBG] pgmap v15679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:10.447632+0000 mgr.y (mgr.24491) 17746 : cluster [DBG] pgmap v15679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:10.447632+0000 mgr.y (mgr.24491) 17746 : cluster [DBG] pgmap v15679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:12.448197+0000 mgr.y (mgr.24491) 17747 : cluster [DBG] pgmap v15680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:12.448197+0000 mgr.y (mgr.24491) 17747 : cluster [DBG] pgmap v15680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:12.448197+0000 mgr.y (mgr.24491) 17747 : cluster [DBG] pgmap v15680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:14.372 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:15:14.649 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:15:14.649 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 2m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:15:14.649 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 2m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:15:14.649 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 2m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 2m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 2m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 2m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 2m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 2m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 2m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 2m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 2m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 2m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 2m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 2m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 2m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:15:14.650 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 2m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:15:14.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 2m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:15:14.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 2m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:15:14.651 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 2m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:15:14.651 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 2m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:15:14.981 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:15:14.981 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:15:14.981 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:15:14.981 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:15:14.981 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:15:14.981 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:15:14.981 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:15:14.982 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:15:14.982 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:15:14.982 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:15:14.982 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:15:14.982 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:15:14.982 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:15:14.982 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:15:14.982 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:15:14.982 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:15:14.982 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:15:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:15:14.361571+0000 mgr.y (mgr.24491) 17748 : audit [DBG] from='client.33096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:14.448779+0000 mgr.y (mgr.24491) 17749 : cluster [DBG] pgmap v15681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:15:14.642567+0000 mgr.y (mgr.24491) 17750 : audit [DBG] from='client.33102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:15:14.982012+0000 mon.a (mon.0) 3716 : audit [DBG] from='client.? 172.21.15.177:0/2291279255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:15:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:15:14.361571+0000 mgr.y (mgr.24491) 17748 : audit [DBG] from='client.33096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:14.448779+0000 mgr.y (mgr.24491) 17749 : cluster [DBG] pgmap v15681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:15:14.642567+0000 mgr.y (mgr.24491) 17750 : audit [DBG] from='client.33102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:15:14.982012+0000 mon.a (mon.0) 3716 : audit [DBG] from='client.? 172.21.15.177:0/2291279255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:15:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:15:14.361571+0000 mgr.y (mgr.24491) 17748 : audit [DBG] from='client.33096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:14.448779+0000 mgr.y (mgr.24491) 17749 : cluster [DBG] pgmap v15681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:15:14.642567+0000 mgr.y (mgr.24491) 17750 : audit [DBG] from='client.33102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:16.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:15:14.982012+0000 mon.a (mon.0) 3716 : audit [DBG] from='client.? 172.21.15.177:0/2291279255' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:15:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:16.449201+0000 mgr.y (mgr.24491) 17751 : cluster [DBG] pgmap v15682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:17] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T12:15:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:16.449201+0000 mgr.y (mgr.24491) 17751 : cluster [DBG] pgmap v15682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:16.449201+0000 mgr.y (mgr.24491) 17751 : cluster [DBG] pgmap v15682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:18.449738+0000 mgr.y (mgr.24491) 17752 : cluster [DBG] pgmap v15683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:18.449738+0000 mgr.y (mgr.24491) 17752 : cluster [DBG] pgmap v15683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:18.449738+0000 mgr.y (mgr.24491) 17752 : cluster [DBG] pgmap v15683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:15:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:20.450418+0000 mgr.y (mgr.24491) 17753 : cluster [DBG] pgmap v15684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:20.450418+0000 mgr.y (mgr.24491) 17753 : cluster [DBG] pgmap v15684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:20.450418+0000 mgr.y (mgr.24491) 17753 : cluster [DBG] pgmap v15684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:22.450981+0000 mgr.y (mgr.24491) 17754 : cluster [DBG] pgmap v15685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:22.450981+0000 mgr.y (mgr.24491) 17754 : cluster [DBG] pgmap v15685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:22.450981+0000 mgr.y (mgr.24491) 17754 : cluster [DBG] pgmap v15685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:24.451558+0000 mgr.y (mgr.24491) 17755 : cluster [DBG] pgmap v15686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:24.451558+0000 mgr.y (mgr.24491) 17755 : cluster [DBG] pgmap v15686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:24.451558+0000 mgr.y (mgr.24491) 17755 : cluster [DBG] pgmap v15686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:26.452113+0000 mgr.y (mgr.24491) 17756 : cluster [DBG] pgmap v15687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:27] "GET /metrics HTTP/1.1" 200 188348 "" "Prometheus/2.33.4" 2024-04-20T12:15:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:26.452113+0000 mgr.y (mgr.24491) 17756 : cluster [DBG] pgmap v15687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:26.452113+0000 mgr.y (mgr.24491) 17756 : cluster [DBG] pgmap v15687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:28.452566+0000 mgr.y (mgr.24491) 17757 : cluster [DBG] pgmap v15688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:28.452566+0000 mgr.y (mgr.24491) 17757 : cluster [DBG] pgmap v15688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:28.452566+0000 mgr.y (mgr.24491) 17757 : cluster [DBG] pgmap v15688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:15:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:30.453290+0000 mgr.y (mgr.24491) 17758 : cluster [DBG] pgmap v15689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:30.453290+0000 mgr.y (mgr.24491) 17758 : cluster [DBG] pgmap v15689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:30.453290+0000 mgr.y (mgr.24491) 17758 : cluster [DBG] pgmap v15689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:32.453860+0000 mgr.y (mgr.24491) 17759 : cluster [DBG] pgmap v15690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:32.453860+0000 mgr.y (mgr.24491) 17759 : cluster [DBG] pgmap v15690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:32.453860+0000 mgr.y (mgr.24491) 17759 : cluster [DBG] pgmap v15690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:34.454468+0000 mgr.y (mgr.24491) 17760 : cluster [DBG] pgmap v15691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:34.454468+0000 mgr.y (mgr.24491) 17760 : cluster [DBG] pgmap v15691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:34.454468+0000 mgr.y (mgr.24491) 17760 : cluster [DBG] pgmap v15691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:15:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:36.455057+0000 mgr.y (mgr.24491) 17761 : cluster [DBG] pgmap v15692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:36.455057+0000 mgr.y (mgr.24491) 17761 : cluster [DBG] pgmap v15692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:36.455057+0000 mgr.y (mgr.24491) 17761 : cluster [DBG] pgmap v15692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:38.455452+0000 mgr.y (mgr.24491) 17762 : cluster [DBG] pgmap v15693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:38.455452+0000 mgr.y (mgr.24491) 17762 : cluster [DBG] pgmap v15693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:38.455452+0000 mgr.y (mgr.24491) 17762 : cluster [DBG] pgmap v15693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:15:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:40.456112+0000 mgr.y (mgr.24491) 17763 : cluster [DBG] pgmap v15694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:40.456112+0000 mgr.y (mgr.24491) 17763 : cluster [DBG] pgmap v15694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:40.456112+0000 mgr.y (mgr.24491) 17763 : cluster [DBG] pgmap v15694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:42.456589+0000 mgr.y (mgr.24491) 17764 : cluster [DBG] pgmap v15695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:44.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:42.456589+0000 mgr.y (mgr.24491) 17764 : cluster [DBG] pgmap v15695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:42.456589+0000 mgr.y (mgr.24491) 17764 : cluster [DBG] pgmap v15695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:45.290 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:15:45.565 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:15:45.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:15:45.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:15:45.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:15:45.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:15:45.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:15:45.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:15:45.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:15:45.566 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:15:45.566 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:15:45.914 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:15:45.914 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:15:45.914 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:15:45.914 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:15:45.914 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:15:45.914 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:15:45.915 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:15:45.915 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:15:45.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:15:45.915 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:15:45.915 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:15:45.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:15:45.915 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:15:45.915 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:15:45.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:15:45.915 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:15:45.915 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:15:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:44.457295+0000 mgr.y (mgr.24491) 17765 : cluster [DBG] pgmap v15696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:15:45.678219+0000 mon.a (mon.0) 3717 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:15:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:44.457295+0000 mgr.y (mgr.24491) 17765 : cluster [DBG] pgmap v15696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:15:45.678219+0000 mon.a (mon.0) 3717 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:15:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:44.457295+0000 mgr.y (mgr.24491) 17765 : cluster [DBG] pgmap v15696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:15:45.678219+0000 mon.a (mon.0) 3717 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:15:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:15:45.279459+0000 mgr.y (mgr.24491) 17766 : audit [DBG] from='client.33114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:15:45.557554+0000 mgr.y (mgr.24491) 17767 : audit [DBG] from='client.33120 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:15:45.915071+0000 mon.a (mon.0) 3718 : audit [DBG] from='client.? 172.21.15.177:0/1484225550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:15:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:15:45.920147+0000 mon.a (mon.0) 3719 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:15:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:15:46.201806+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:15:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:15:46.202567+0000 mon.a (mon.0) 3721 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:15:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:15:46.206814+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:15:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:15:45.279459+0000 mgr.y (mgr.24491) 17766 : audit [DBG] from='client.33114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:15:45.557554+0000 mgr.y (mgr.24491) 17767 : audit [DBG] from='client.33120 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:15:45.915071+0000 mon.a (mon.0) 3718 : audit [DBG] from='client.? 172.21.15.177:0/1484225550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:15:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:15:45.920147+0000 mon.a (mon.0) 3719 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:15:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:15:46.201806+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:15:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:15:46.202567+0000 mon.a (mon.0) 3721 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:15:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:15:46.206814+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:15:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:15:45.279459+0000 mgr.y (mgr.24491) 17766 : audit [DBG] from='client.33114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:15:45.557554+0000 mgr.y (mgr.24491) 17767 : audit [DBG] from='client.33120 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:15:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:15:45.915071+0000 mon.a (mon.0) 3718 : audit [DBG] from='client.? 172.21.15.177:0/1484225550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:15:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:15:45.920147+0000 mon.a (mon.0) 3719 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:15:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:15:46.201806+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:15:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:15:46.202567+0000 mon.a (mon.0) 3721 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:15:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:15:46.206814+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:15:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:15:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:46.457706+0000 mgr.y (mgr.24491) 17768 : cluster [DBG] pgmap v15697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:46.457706+0000 mgr.y (mgr.24491) 17768 : cluster [DBG] pgmap v15697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:46.457706+0000 mgr.y (mgr.24491) 17768 : cluster [DBG] pgmap v15697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:48.458099+0000 mgr.y (mgr.24491) 17769 : cluster [DBG] pgmap v15698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:48.458099+0000 mgr.y (mgr.24491) 17769 : cluster [DBG] pgmap v15698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:48.458099+0000 mgr.y (mgr.24491) 17769 : cluster [DBG] pgmap v15698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:15:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:50.459031+0000 mgr.y (mgr.24491) 17770 : cluster [DBG] pgmap v15699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:50.459031+0000 mgr.y (mgr.24491) 17770 : cluster [DBG] pgmap v15699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:50.459031+0000 mgr.y (mgr.24491) 17770 : cluster [DBG] pgmap v15699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:52.459586+0000 mgr.y (mgr.24491) 17771 : cluster [DBG] pgmap v15700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:52.459586+0000 mgr.y (mgr.24491) 17771 : cluster [DBG] pgmap v15700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:52.459586+0000 mgr.y (mgr.24491) 17771 : cluster [DBG] pgmap v15700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:54.460253+0000 mgr.y (mgr.24491) 17772 : cluster [DBG] pgmap v15701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:54.460253+0000 mgr.y (mgr.24491) 17772 : cluster [DBG] pgmap v15701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:54.460253+0000 mgr.y (mgr.24491) 17772 : cluster [DBG] pgmap v15701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:15:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:15:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:56.460710+0000 mgr.y (mgr.24491) 17773 : cluster [DBG] pgmap v15702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:56.460710+0000 mgr.y (mgr.24491) 17773 : cluster [DBG] pgmap v15702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:15:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:56.460710+0000 mgr.y (mgr.24491) 17773 : cluster [DBG] pgmap v15702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:15:58.461152+0000 mgr.y (mgr.24491) 17774 : cluster [DBG] pgmap v15703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:15:58.461152+0000 mgr.y (mgr.24491) 17774 : cluster [DBG] pgmap v15703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:15:58.461152+0000 mgr.y (mgr.24491) 17774 : cluster [DBG] pgmap v15703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:16:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:00.462019+0000 mgr.y (mgr.24491) 17775 : cluster [DBG] pgmap v15704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:00.462019+0000 mgr.y (mgr.24491) 17775 : cluster [DBG] pgmap v15704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:00.462019+0000 mgr.y (mgr.24491) 17775 : cluster [DBG] pgmap v15704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:04.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:02.462570+0000 mgr.y (mgr.24491) 17776 : cluster [DBG] pgmap v15705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:04.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:02.462570+0000 mgr.y (mgr.24491) 17776 : cluster [DBG] pgmap v15705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:02.462570+0000 mgr.y (mgr.24491) 17776 : cluster [DBG] pgmap v15705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:04.463202+0000 mgr.y (mgr.24491) 17777 : cluster [DBG] pgmap v15706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:04.463202+0000 mgr.y (mgr.24491) 17777 : cluster [DBG] pgmap v15706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:04.463202+0000 mgr.y (mgr.24491) 17777 : cluster [DBG] pgmap v15706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:16:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:06.463730+0000 mgr.y (mgr.24491) 17778 : cluster [DBG] pgmap v15707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:06.463730+0000 mgr.y (mgr.24491) 17778 : cluster [DBG] pgmap v15707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:06.463730+0000 mgr.y (mgr.24491) 17778 : cluster [DBG] pgmap v15707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:08.464172+0000 mgr.y (mgr.24491) 17779 : cluster [DBG] pgmap v15708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:08.464172+0000 mgr.y (mgr.24491) 17779 : cluster [DBG] pgmap v15708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:08.464172+0000 mgr.y (mgr.24491) 17779 : cluster [DBG] pgmap v15708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:16:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:10.464885+0000 mgr.y (mgr.24491) 17780 : cluster [DBG] pgmap v15709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:10.464885+0000 mgr.y (mgr.24491) 17780 : cluster [DBG] pgmap v15709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:10.464885+0000 mgr.y (mgr.24491) 17780 : cluster [DBG] pgmap v15709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:12.465298+0000 mgr.y (mgr.24491) 17781 : cluster [DBG] pgmap v15710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:12.465298+0000 mgr.y (mgr.24491) 17781 : cluster [DBG] pgmap v15710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:12.465298+0000 mgr.y (mgr.24491) 17781 : cluster [DBG] pgmap v15710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:14.465869+0000 mgr.y (mgr.24491) 17782 : cluster [DBG] pgmap v15711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:14.465869+0000 mgr.y (mgr.24491) 17782 : cluster [DBG] pgmap v15711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:16.231 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:16:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:14.465869+0000 mgr.y (mgr.24491) 17782 : cluster [DBG] pgmap v15711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:16.500 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:16:16.501 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:16:16.501 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:16:16.501 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:16:16.501 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:16:16.501 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:16:16.501 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:16:16.501 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:16:16.501 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:16:16.501 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:16:16.502 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:16:16.502 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:16:16.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:16:16.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:16:16.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:16:16.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:16:16.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:16:16.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:16:16.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:16:16.503 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:16:16.503 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:16:16.834 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:16:16.835 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:16:16.835 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:16:16.835 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:16:16.835 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:16:16.835 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:16:16.835 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:16:16.835 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:16:16.835 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:16:16.835 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:16:16.835 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:16:16.835 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:16:16.836 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:16:16.836 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:16:16.836 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:16:16.836 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:16:16.836 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:16:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:17] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T12:16:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:16:16.218440+0000 mgr.y (mgr.24491) 17783 : audit [DBG] from='client.43040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:16.466225+0000 mgr.y (mgr.24491) 17784 : cluster [DBG] pgmap v15712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:16:16.493819+0000 mgr.y (mgr.24491) 17785 : audit [DBG] from='client.43046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:16:16.835558+0000 mon.a (mon.0) 3723 : audit [DBG] from='client.? 172.21.15.177:0/2594165544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:16:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:16:16.218440+0000 mgr.y (mgr.24491) 17783 : audit [DBG] from='client.43040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:16.466225+0000 mgr.y (mgr.24491) 17784 : cluster [DBG] pgmap v15712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:16:16.493819+0000 mgr.y (mgr.24491) 17785 : audit [DBG] from='client.43046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:18.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:16:16.835558+0000 mon.a (mon.0) 3723 : audit [DBG] from='client.? 172.21.15.177:0/2594165544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:16:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:16:16.218440+0000 mgr.y (mgr.24491) 17783 : audit [DBG] from='client.43040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:16.466225+0000 mgr.y (mgr.24491) 17784 : cluster [DBG] pgmap v15712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:16:16.493819+0000 mgr.y (mgr.24491) 17785 : audit [DBG] from='client.43046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:18.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:16:16.835558+0000 mon.a (mon.0) 3723 : audit [DBG] from='client.? 172.21.15.177:0/2594165544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:16:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:18.466734+0000 mgr.y (mgr.24491) 17786 : cluster [DBG] pgmap v15713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:18.466734+0000 mgr.y (mgr.24491) 17786 : cluster [DBG] pgmap v15713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:18.466734+0000 mgr.y (mgr.24491) 17786 : cluster [DBG] pgmap v15713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:16:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:20.467550+0000 mgr.y (mgr.24491) 17787 : cluster [DBG] pgmap v15714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:20.467550+0000 mgr.y (mgr.24491) 17787 : cluster [DBG] pgmap v15714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:20.467550+0000 mgr.y (mgr.24491) 17787 : cluster [DBG] pgmap v15714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:22.468061+0000 mgr.y (mgr.24491) 17788 : cluster [DBG] pgmap v15715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:22.468061+0000 mgr.y (mgr.24491) 17788 : cluster [DBG] pgmap v15715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:22.468061+0000 mgr.y (mgr.24491) 17788 : cluster [DBG] pgmap v15715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:24.468822+0000 mgr.y (mgr.24491) 17789 : cluster [DBG] pgmap v15716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:24.468822+0000 mgr.y (mgr.24491) 17789 : cluster [DBG] pgmap v15716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:24.468822+0000 mgr.y (mgr.24491) 17789 : cluster [DBG] pgmap v15716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:27] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T12:16:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:26.469236+0000 mgr.y (mgr.24491) 17790 : cluster [DBG] pgmap v15717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:26.469236+0000 mgr.y (mgr.24491) 17790 : cluster [DBG] pgmap v15717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:26.469236+0000 mgr.y (mgr.24491) 17790 : cluster [DBG] pgmap v15717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:28.469646+0000 mgr.y (mgr.24491) 17791 : cluster [DBG] pgmap v15718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:30.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:28.469646+0000 mgr.y (mgr.24491) 17791 : cluster [DBG] pgmap v15718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:28.469646+0000 mgr.y (mgr.24491) 17791 : cluster [DBG] pgmap v15718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:16:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:30.470462+0000 mgr.y (mgr.24491) 17792 : cluster [DBG] pgmap v15719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:30.470462+0000 mgr.y (mgr.24491) 17792 : cluster [DBG] pgmap v15719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:30.470462+0000 mgr.y (mgr.24491) 17792 : cluster [DBG] pgmap v15719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:32.470920+0000 mgr.y (mgr.24491) 17793 : cluster [DBG] pgmap v15720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:32.470920+0000 mgr.y (mgr.24491) 17793 : cluster [DBG] pgmap v15720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:32.470920+0000 mgr.y (mgr.24491) 17793 : cluster [DBG] pgmap v15720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:34.471528+0000 mgr.y (mgr.24491) 17794 : cluster [DBG] pgmap v15721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:34.471528+0000 mgr.y (mgr.24491) 17794 : cluster [DBG] pgmap v15721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:34.471528+0000 mgr.y (mgr.24491) 17794 : cluster [DBG] pgmap v15721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:37] "GET /metrics HTTP/1.1" 200 188344 "" "Prometheus/2.33.4" 2024-04-20T12:16:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:36.472046+0000 mgr.y (mgr.24491) 17795 : cluster [DBG] pgmap v15722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:36.472046+0000 mgr.y (mgr.24491) 17795 : cluster [DBG] pgmap v15722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:36.472046+0000 mgr.y (mgr.24491) 17795 : cluster [DBG] pgmap v15722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:38.472479+0000 mgr.y (mgr.24491) 17796 : cluster [DBG] pgmap v15723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:38.472479+0000 mgr.y (mgr.24491) 17796 : cluster [DBG] pgmap v15723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:38.472479+0000 mgr.y (mgr.24491) 17796 : cluster [DBG] pgmap v15723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:16:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:40.473144+0000 mgr.y (mgr.24491) 17797 : cluster [DBG] pgmap v15724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:40.473144+0000 mgr.y (mgr.24491) 17797 : cluster [DBG] pgmap v15724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:40.473144+0000 mgr.y (mgr.24491) 17797 : cluster [DBG] pgmap v15724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:42.473637+0000 mgr.y (mgr.24491) 17798 : cluster [DBG] pgmap v15725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:42.473637+0000 mgr.y (mgr.24491) 17798 : cluster [DBG] pgmap v15725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:42.473637+0000 mgr.y (mgr.24491) 17798 : cluster [DBG] pgmap v15725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:44.474277+0000 mgr.y (mgr.24491) 17799 : cluster [DBG] pgmap v15726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:44.474277+0000 mgr.y (mgr.24491) 17799 : cluster [DBG] pgmap v15726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:44.474277+0000 mgr.y (mgr.24491) 17799 : cluster [DBG] pgmap v15726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:47.137 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:16:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:16:46.211123+0000 mon.a (mon.0) 3724 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:16:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:16:46.453027+0000 mon.a (mon.0) 3725 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:16:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:16:46.721581+0000 mon.a (mon.0) 3726 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:16:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:16:46.722258+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:16:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:16:46.726846+0000 mon.a (mon.0) 3728 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:16:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:16:46.211123+0000 mon.a (mon.0) 3724 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:16:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:16:46.453027+0000 mon.a (mon.0) 3725 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:16:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:16:46.721581+0000 mon.a (mon.0) 3726 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:16:47.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:16:46.722258+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:16:47.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:16:46.726846+0000 mon.a (mon.0) 3728 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:16:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:16:46.211123+0000 mon.a (mon.0) 3724 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:16:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:16:46.453027+0000 mon.a (mon.0) 3725 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:16:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:16:46.721581+0000 mon.a (mon.0) 3726 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:16:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:16:46.722258+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:16:47.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:16:46.726846+0000 mon.a (mon.0) 3728 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:16:47.413 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:16:47.413 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 4m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:16:47.413 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 4m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:16:47.413 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 4m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:16:47.413 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 4m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 4m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 4m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 4m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 4m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 4m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 4m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 4m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 4m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 4m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 4m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 4m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:16:47.414 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 4m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:16:47.415 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 4m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:16:47.415 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 4m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:16:47.415 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 4m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:16:47.415 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 4m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:16:47.746 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:16:47.746 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:16:47.746 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:16:47.746 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:16:47.746 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:16:47.746 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:16:47.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:16:47.747 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:16:47.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:16:47.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:16:47.747 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:16:47.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:16:47.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:16:47.747 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:16:47.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:16:47.747 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:16:47.747 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:16:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:16:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:46.474609+0000 mgr.y (mgr.24491) 17800 : cluster [DBG] pgmap v15727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:16:47.747150+0000 mon.c (mon.2) 547 : audit [DBG] from='client.? 172.21.15.177:0/218324324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:16:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:46.474609+0000 mgr.y (mgr.24491) 17800 : cluster [DBG] pgmap v15727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:16:47.747150+0000 mon.c (mon.2) 547 : audit [DBG] from='client.? 172.21.15.177:0/218324324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:16:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:46.474609+0000 mgr.y (mgr.24491) 17800 : cluster [DBG] pgmap v15727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:16:47.747150+0000 mon.c (mon.2) 547 : audit [DBG] from='client.? 172.21.15.177:0/218324324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:16:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:16:47.126470+0000 mgr.y (mgr.24491) 17801 : audit [DBG] from='client.33150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:16:47.406264+0000 mgr.y (mgr.24491) 17802 : audit [DBG] from='client.33156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:16:47.126470+0000 mgr.y (mgr.24491) 17801 : audit [DBG] from='client.33150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:16:47.406264+0000 mgr.y (mgr.24491) 17802 : audit [DBG] from='client.33156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:16:47.126470+0000 mgr.y (mgr.24491) 17801 : audit [DBG] from='client.33150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:16:47.406264+0000 mgr.y (mgr.24491) 17802 : audit [DBG] from='client.33156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:16:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:48.475143+0000 mgr.y (mgr.24491) 17803 : cluster [DBG] pgmap v15728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:48.475143+0000 mgr.y (mgr.24491) 17803 : cluster [DBG] pgmap v15728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:48.475143+0000 mgr.y (mgr.24491) 17803 : cluster [DBG] pgmap v15728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:16:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:50.475987+0000 mgr.y (mgr.24491) 17804 : cluster [DBG] pgmap v15729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:50.475987+0000 mgr.y (mgr.24491) 17804 : cluster [DBG] pgmap v15729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:50.475987+0000 mgr.y (mgr.24491) 17804 : cluster [DBG] pgmap v15729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:52.476579+0000 mgr.y (mgr.24491) 17805 : cluster [DBG] pgmap v15730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:52.476579+0000 mgr.y (mgr.24491) 17805 : cluster [DBG] pgmap v15730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:52.476579+0000 mgr.y (mgr.24491) 17805 : cluster [DBG] pgmap v15730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:54.477237+0000 mgr.y (mgr.24491) 17806 : cluster [DBG] pgmap v15731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:54.477237+0000 mgr.y (mgr.24491) 17806 : cluster [DBG] pgmap v15731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:54.477237+0000 mgr.y (mgr.24491) 17806 : cluster [DBG] pgmap v15731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:16:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:16:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:56.477632+0000 mgr.y (mgr.24491) 17807 : cluster [DBG] pgmap v15732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:56.477632+0000 mgr.y (mgr.24491) 17807 : cluster [DBG] pgmap v15732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:16:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:56.477632+0000 mgr.y (mgr.24491) 17807 : cluster [DBG] pgmap v15732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:16:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:16:58.478048+0000 mgr.y (mgr.24491) 17808 : cluster [DBG] pgmap v15733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:16:58.478048+0000 mgr.y (mgr.24491) 17808 : cluster [DBG] pgmap v15733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:16:58.478048+0000 mgr.y (mgr.24491) 17808 : cluster [DBG] pgmap v15733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:17:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:00.478652+0000 mgr.y (mgr.24491) 17809 : cluster [DBG] pgmap v15734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:00.478652+0000 mgr.y (mgr.24491) 17809 : cluster [DBG] pgmap v15734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:00.478652+0000 mgr.y (mgr.24491) 17809 : cluster [DBG] pgmap v15734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:02.479253+0000 mgr.y (mgr.24491) 17810 : cluster [DBG] pgmap v15735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:02.479253+0000 mgr.y (mgr.24491) 17810 : cluster [DBG] pgmap v15735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:02.479253+0000 mgr.y (mgr.24491) 17810 : cluster [DBG] pgmap v15735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:04.479929+0000 mgr.y (mgr.24491) 17811 : cluster [DBG] pgmap v15736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:04.479929+0000 mgr.y (mgr.24491) 17811 : cluster [DBG] pgmap v15736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:04.479929+0000 mgr.y (mgr.24491) 17811 : cluster [DBG] pgmap v15736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:17:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:06.480357+0000 mgr.y (mgr.24491) 17812 : cluster [DBG] pgmap v15737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:06.480357+0000 mgr.y (mgr.24491) 17812 : cluster [DBG] pgmap v15737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:06.480357+0000 mgr.y (mgr.24491) 17812 : cluster [DBG] pgmap v15737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:08.480807+0000 mgr.y (mgr.24491) 17813 : cluster [DBG] pgmap v15738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:08.480807+0000 mgr.y (mgr.24491) 17813 : cluster [DBG] pgmap v15738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:08.480807+0000 mgr.y (mgr.24491) 17813 : cluster [DBG] pgmap v15738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:17:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:10.481507+0000 mgr.y (mgr.24491) 17814 : cluster [DBG] pgmap v15739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:10.481507+0000 mgr.y (mgr.24491) 17814 : cluster [DBG] pgmap v15739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:10.481507+0000 mgr.y (mgr.24491) 17814 : cluster [DBG] pgmap v15739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:12.481989+0000 mgr.y (mgr.24491) 17815 : cluster [DBG] pgmap v15740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:12.481989+0000 mgr.y (mgr.24491) 17815 : cluster [DBG] pgmap v15740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:12.481989+0000 mgr.y (mgr.24491) 17815 : cluster [DBG] pgmap v15740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:14.482741+0000 mgr.y (mgr.24491) 17816 : cluster [DBG] pgmap v15741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:14.482741+0000 mgr.y (mgr.24491) 17816 : cluster [DBG] pgmap v15741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:14.482741+0000 mgr.y (mgr.24491) 17816 : cluster [DBG] pgmap v15741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:18.057 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:17:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:17:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:16.483191+0000 mgr.y (mgr.24491) 17817 : cluster [DBG] pgmap v15742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:16.483191+0000 mgr.y (mgr.24491) 17817 : cluster [DBG] pgmap v15742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:16.483191+0000 mgr.y (mgr.24491) 17817 : cluster [DBG] pgmap v15742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:18.332 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:17:18.332 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 4m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:17:18.332 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 4m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:17:18.332 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 4m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:17:18.332 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 4m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:17:18.332 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 4m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:17:18.332 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 4m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:17:18.332 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 4m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:17:18.332 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 4m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 4m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 4m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 4m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 4m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 4m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 4m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 4m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 4m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 4m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 4m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 4m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:17:18.333 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 4m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:17:18.664 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:17:18.664 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:17:18.664 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:17:18.664 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:17:18.664 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:17:18.664 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:17:18.664 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:17:18.664 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:17:18.664 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:17:18.664 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:17:18.665 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:17:18.665 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:17:18.665 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:17:18.665 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:17:18.665 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:17:18.665 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:17:18.665 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:17:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:17:18.664918+0000 mon.c (mon.2) 548 : audit [DBG] from='client.? 172.21.15.177:0/2677525077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:17:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:17:18.664918+0000 mon.c (mon.2) 548 : audit [DBG] from='client.? 172.21.15.177:0/2677525077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:17:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:17:18.664918+0000 mon.c (mon.2) 548 : audit [DBG] from='client.? 172.21.15.177:0/2677525077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:17:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:17:18.046539+0000 mgr.y (mgr.24491) 17818 : audit [DBG] from='client.33168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:17:18.325191+0000 mgr.y (mgr.24491) 17819 : audit [DBG] from='client.33174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:18.483555+0000 mgr.y (mgr.24491) 17820 : cluster [DBG] pgmap v15743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:17:18.046539+0000 mgr.y (mgr.24491) 17818 : audit [DBG] from='client.33168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:17:18.325191+0000 mgr.y (mgr.24491) 17819 : audit [DBG] from='client.33174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:18.483555+0000 mgr.y (mgr.24491) 17820 : cluster [DBG] pgmap v15743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:17:18.046539+0000 mgr.y (mgr.24491) 17818 : audit [DBG] from='client.33168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:17:18.325191+0000 mgr.y (mgr.24491) 17819 : audit [DBG] from='client.33174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:18.483555+0000 mgr.y (mgr.24491) 17820 : cluster [DBG] pgmap v15743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:17:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:20.484400+0000 mgr.y (mgr.24491) 17821 : cluster [DBG] pgmap v15744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:20.484400+0000 mgr.y (mgr.24491) 17821 : cluster [DBG] pgmap v15744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:20.484400+0000 mgr.y (mgr.24491) 17821 : cluster [DBG] pgmap v15744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:22.484928+0000 mgr.y (mgr.24491) 17822 : cluster [DBG] pgmap v15745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:22.484928+0000 mgr.y (mgr.24491) 17822 : cluster [DBG] pgmap v15745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:22.484928+0000 mgr.y (mgr.24491) 17822 : cluster [DBG] pgmap v15745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:24.485796+0000 mgr.y (mgr.24491) 17823 : cluster [DBG] pgmap v15746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:24.485796+0000 mgr.y (mgr.24491) 17823 : cluster [DBG] pgmap v15746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:24.485796+0000 mgr.y (mgr.24491) 17823 : cluster [DBG] pgmap v15746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:17:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:26.486176+0000 mgr.y (mgr.24491) 17824 : cluster [DBG] pgmap v15747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:26.486176+0000 mgr.y (mgr.24491) 17824 : cluster [DBG] pgmap v15747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:26.486176+0000 mgr.y (mgr.24491) 17824 : cluster [DBG] pgmap v15747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:28.486551+0000 mgr.y (mgr.24491) 17825 : cluster [DBG] pgmap v15748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:28.486551+0000 mgr.y (mgr.24491) 17825 : cluster [DBG] pgmap v15748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:28.486551+0000 mgr.y (mgr.24491) 17825 : cluster [DBG] pgmap v15748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:17:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:30.487184+0000 mgr.y (mgr.24491) 17826 : cluster [DBG] pgmap v15749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:30.487184+0000 mgr.y (mgr.24491) 17826 : cluster [DBG] pgmap v15749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:30.487184+0000 mgr.y (mgr.24491) 17826 : cluster [DBG] pgmap v15749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:32.487633+0000 mgr.y (mgr.24491) 17827 : cluster [DBG] pgmap v15750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:32.487633+0000 mgr.y (mgr.24491) 17827 : cluster [DBG] pgmap v15750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:32.487633+0000 mgr.y (mgr.24491) 17827 : cluster [DBG] pgmap v15750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:34.488233+0000 mgr.y (mgr.24491) 17828 : cluster [DBG] pgmap v15751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:34.488233+0000 mgr.y (mgr.24491) 17828 : cluster [DBG] pgmap v15751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:34.488233+0000 mgr.y (mgr.24491) 17828 : cluster [DBG] pgmap v15751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:17:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:36.488675+0000 mgr.y (mgr.24491) 17829 : cluster [DBG] pgmap v15752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:36.488675+0000 mgr.y (mgr.24491) 17829 : cluster [DBG] pgmap v15752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:36.488675+0000 mgr.y (mgr.24491) 17829 : cluster [DBG] pgmap v15752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:38.489067+0000 mgr.y (mgr.24491) 17830 : cluster [DBG] pgmap v15753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:38.489067+0000 mgr.y (mgr.24491) 17830 : cluster [DBG] pgmap v15753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:38.489067+0000 mgr.y (mgr.24491) 17830 : cluster [DBG] pgmap v15753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:17:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:40.489675+0000 mgr.y (mgr.24491) 17831 : cluster [DBG] pgmap v15754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:40.489675+0000 mgr.y (mgr.24491) 17831 : cluster [DBG] pgmap v15754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:40.489675+0000 mgr.y (mgr.24491) 17831 : cluster [DBG] pgmap v15754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:42.490128+0000 mgr.y (mgr.24491) 17832 : cluster [DBG] pgmap v15755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:42.490128+0000 mgr.y (mgr.24491) 17832 : cluster [DBG] pgmap v15755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:42.490128+0000 mgr.y (mgr.24491) 17832 : cluster [DBG] pgmap v15755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:44.490734+0000 mgr.y (mgr.24491) 17833 : cluster [DBG] pgmap v15756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:44.490734+0000 mgr.y (mgr.24491) 17833 : cluster [DBG] pgmap v15756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:44.490734+0000 mgr.y (mgr.24491) 17833 : cluster [DBG] pgmap v15756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:17:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:46.491136+0000 mgr.y (mgr.24491) 17834 : cluster [DBG] pgmap v15757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:17:46.731007+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:17:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:17:47.022012+0000 mon.a (mon.0) 3730 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:17:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:17:47.022608+0000 mon.a (mon.0) 3731 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:17:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:17:47.026974+0000 mon.a (mon.0) 3732 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:17:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:46.491136+0000 mgr.y (mgr.24491) 17834 : cluster [DBG] pgmap v15757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:17:46.731007+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:17:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:17:47.022012+0000 mon.a (mon.0) 3730 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:17:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:17:47.022608+0000 mon.a (mon.0) 3731 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:17:47.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:17:47.026974+0000 mon.a (mon.0) 3732 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:17:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:46.491136+0000 mgr.y (mgr.24491) 17834 : cluster [DBG] pgmap v15757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:17:46.731007+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:17:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:17:47.022012+0000 mon.a (mon.0) 3730 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:17:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:17:47.022608+0000 mon.a (mon.0) 3731 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:17:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:17:47.026974+0000 mon.a (mon.0) 3732 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:17:48.976 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:17:49.253 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:17:49.253 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 5m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:17:49.253 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 5m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:17:49.253 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 5m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 5m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 5m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 5m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 5m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 5m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 5m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 5m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 5m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 5m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 5m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 5m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 5m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 5m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:17:49.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 5m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:17:49.255 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 5m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:17:49.255 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 5m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:17:49.255 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 5m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:17:49.592 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:17:49.592 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:17:49.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:17:49.592 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:17:49.592 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:17:49.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:17:49.592 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:17:49.592 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:17:49.592 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:17:49.592 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:17:49.593 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:17:49.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:17:49.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:17:49.593 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:17:49.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:17:49.593 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:17:49.593 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:17:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:48.491514+0000 mgr.y (mgr.24491) 17835 : cluster [DBG] pgmap v15758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:17:48.965251+0000 mgr.y (mgr.24491) 17836 : audit [DBG] from='client.33186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:48.491514+0000 mgr.y (mgr.24491) 17835 : cluster [DBG] pgmap v15758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:17:48.965251+0000 mgr.y (mgr.24491) 17836 : audit [DBG] from='client.33186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:48.491514+0000 mgr.y (mgr.24491) 17835 : cluster [DBG] pgmap v15758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:17:48.965251+0000 mgr.y (mgr.24491) 17836 : audit [DBG] from='client.33186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:17:49.246679+0000 mgr.y (mgr.24491) 17837 : audit [DBG] from='client.33192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:17:49.593152+0000 mon.c (mon.2) 549 : audit [DBG] from='client.? 172.21.15.177:0/625218450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:17:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:17:49.246679+0000 mgr.y (mgr.24491) 17837 : audit [DBG] from='client.33192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:17:49.593152+0000 mon.c (mon.2) 549 : audit [DBG] from='client.? 172.21.15.177:0/625218450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:17:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:17:49.246679+0000 mgr.y (mgr.24491) 17837 : audit [DBG] from='client.33192 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:17:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:17:49.593152+0000 mon.c (mon.2) 549 : audit [DBG] from='client.? 172.21.15.177:0/625218450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:17:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:17:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:50.492276+0000 mgr.y (mgr.24491) 17838 : cluster [DBG] pgmap v15759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:50.492276+0000 mgr.y (mgr.24491) 17838 : cluster [DBG] pgmap v15759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:50.492276+0000 mgr.y (mgr.24491) 17838 : cluster [DBG] pgmap v15759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:52.492709+0000 mgr.y (mgr.24491) 17839 : cluster [DBG] pgmap v15760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:52.492709+0000 mgr.y (mgr.24491) 17839 : cluster [DBG] pgmap v15760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:52.492709+0000 mgr.y (mgr.24491) 17839 : cluster [DBG] pgmap v15760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:54.493568+0000 mgr.y (mgr.24491) 17840 : cluster [DBG] pgmap v15761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:54.493568+0000 mgr.y (mgr.24491) 17840 : cluster [DBG] pgmap v15761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:54.493568+0000 mgr.y (mgr.24491) 17840 : cluster [DBG] pgmap v15761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:56.494165+0000 mgr.y (mgr.24491) 17841 : cluster [DBG] pgmap v15762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:17:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:17:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:56.494165+0000 mgr.y (mgr.24491) 17841 : cluster [DBG] pgmap v15762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:56.494165+0000 mgr.y (mgr.24491) 17841 : cluster [DBG] pgmap v15762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:17:58.494601+0000 mgr.y (mgr.24491) 17842 : cluster [DBG] pgmap v15763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:17:58.494601+0000 mgr.y (mgr.24491) 17842 : cluster [DBG] pgmap v15763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:17:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:17:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:17:58.494601+0000 mgr.y (mgr.24491) 17842 : cluster [DBG] pgmap v15763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:01.502 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:18:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:00.495460+0000 mgr.y (mgr.24491) 17843 : cluster [DBG] pgmap v15764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:00.495460+0000 mgr.y (mgr.24491) 17843 : cluster [DBG] pgmap v15764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:00.495460+0000 mgr.y (mgr.24491) 17843 : cluster [DBG] pgmap v15764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:02.496065+0000 mgr.y (mgr.24491) 17844 : cluster [DBG] pgmap v15765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:02.496065+0000 mgr.y (mgr.24491) 17844 : cluster [DBG] pgmap v15765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:02.496065+0000 mgr.y (mgr.24491) 17844 : cluster [DBG] pgmap v15765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:04.496603+0000 mgr.y (mgr.24491) 17845 : cluster [DBG] pgmap v15766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:04.496603+0000 mgr.y (mgr.24491) 17845 : cluster [DBG] pgmap v15766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:04.496603+0000 mgr.y (mgr.24491) 17845 : cluster [DBG] pgmap v15766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:06.497113+0000 mgr.y (mgr.24491) 17846 : cluster [DBG] pgmap v15767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:18:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:06.497113+0000 mgr.y (mgr.24491) 17846 : cluster [DBG] pgmap v15767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:06.497113+0000 mgr.y (mgr.24491) 17846 : cluster [DBG] pgmap v15767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:08.497647+0000 mgr.y (mgr.24491) 17847 : cluster [DBG] pgmap v15768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:08.497647+0000 mgr.y (mgr.24491) 17847 : cluster [DBG] pgmap v15768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:08.497647+0000 mgr.y (mgr.24491) 17847 : cluster [DBG] pgmap v15768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:18:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:10.498486+0000 mgr.y (mgr.24491) 17848 : cluster [DBG] pgmap v15769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:10.498486+0000 mgr.y (mgr.24491) 17848 : cluster [DBG] pgmap v15769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:10.498486+0000 mgr.y (mgr.24491) 17848 : cluster [DBG] pgmap v15769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:12.499070+0000 mgr.y (mgr.24491) 17849 : cluster [DBG] pgmap v15770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:12.499070+0000 mgr.y (mgr.24491) 17849 : cluster [DBG] pgmap v15770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:12.499070+0000 mgr.y (mgr.24491) 17849 : cluster [DBG] pgmap v15770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:14.499679+0000 mgr.y (mgr.24491) 17850 : cluster [DBG] pgmap v15771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:14.499679+0000 mgr.y (mgr.24491) 17850 : cluster [DBG] pgmap v15771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:14.499679+0000 mgr.y (mgr.24491) 17850 : cluster [DBG] pgmap v15771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:16.500267+0000 mgr.y (mgr.24491) 17851 : cluster [DBG] pgmap v15772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:18:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:16.500267+0000 mgr.y (mgr.24491) 17851 : cluster [DBG] pgmap v15772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:16.500267+0000 mgr.y (mgr.24491) 17851 : cluster [DBG] pgmap v15772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:18.500694+0000 mgr.y (mgr.24491) 17852 : cluster [DBG] pgmap v15773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:18.500694+0000 mgr.y (mgr.24491) 17852 : cluster [DBG] pgmap v15773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:19.903 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:18:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:18.500694+0000 mgr.y (mgr.24491) 17852 : cluster [DBG] pgmap v15773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:20.180 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:18:20.180 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 5m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:18:20.180 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 5m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 5m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 5m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 5m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 5m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 5m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 5m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 5m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 5m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 5m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 5m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 5m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 5m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 5m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 5m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:18:20.181 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 5m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:18:20.182 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 5m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:18:20.182 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 5m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:18:20.182 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 5m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:18:20.516 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:18:20.516 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:18:20.516 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:18:20.516 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:18:20.516 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:18:20.516 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:18:20.517 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:18:20.517 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:18:20.517 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:18:20.517 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:18:20.517 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:18:20.517 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:18:20.517 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:18:20.517 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:18:20.517 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:18:20.517 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:18:20.517 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:18:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:18:19.892205+0000 mgr.y (mgr.24491) 17853 : audit [DBG] from='client.43112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:18:20.517056+0000 mon.a (mon.0) 3733 : audit [DBG] from='client.? 172.21.15.177:0/2994020877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:18:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:18:19.892205+0000 mgr.y (mgr.24491) 17853 : audit [DBG] from='client.43112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:18:20.517056+0000 mon.a (mon.0) 3733 : audit [DBG] from='client.? 172.21.15.177:0/2994020877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:18:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:18:19.892205+0000 mgr.y (mgr.24491) 17853 : audit [DBG] from='client.43112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:18:20.517056+0000 mon.a (mon.0) 3733 : audit [DBG] from='client.? 172.21.15.177:0/2994020877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:18:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:18:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:18:20.173736+0000 mgr.y (mgr.24491) 17854 : audit [DBG] from='client.43118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:20.501254+0000 mgr.y (mgr.24491) 17855 : cluster [DBG] pgmap v15774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:18:20.173736+0000 mgr.y (mgr.24491) 17854 : audit [DBG] from='client.43118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:20.501254+0000 mgr.y (mgr.24491) 17855 : cluster [DBG] pgmap v15774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:18:20.173736+0000 mgr.y (mgr.24491) 17854 : audit [DBG] from='client.43118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:20.501254+0000 mgr.y (mgr.24491) 17855 : cluster [DBG] pgmap v15774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:22.501634+0000 mgr.y (mgr.24491) 17856 : cluster [DBG] pgmap v15775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:22.501634+0000 mgr.y (mgr.24491) 17856 : cluster [DBG] pgmap v15775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:22.501634+0000 mgr.y (mgr.24491) 17856 : cluster [DBG] pgmap v15775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:24.502321+0000 mgr.y (mgr.24491) 17857 : cluster [DBG] pgmap v15776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:24.502321+0000 mgr.y (mgr.24491) 17857 : cluster [DBG] pgmap v15776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:24.502321+0000 mgr.y (mgr.24491) 17857 : cluster [DBG] pgmap v15776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:18:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:26.502794+0000 mgr.y (mgr.24491) 17858 : cluster [DBG] pgmap v15777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:26.502794+0000 mgr.y (mgr.24491) 17858 : cluster [DBG] pgmap v15777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:26.502794+0000 mgr.y (mgr.24491) 17858 : cluster [DBG] pgmap v15777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:28.503377+0000 mgr.y (mgr.24491) 17859 : cluster [DBG] pgmap v15778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:28.503377+0000 mgr.y (mgr.24491) 17859 : cluster [DBG] pgmap v15778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:28.503377+0000 mgr.y (mgr.24491) 17859 : cluster [DBG] pgmap v15778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:18:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:30.504111+0000 mgr.y (mgr.24491) 17860 : cluster [DBG] pgmap v15779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:30.504111+0000 mgr.y (mgr.24491) 17860 : cluster [DBG] pgmap v15779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:30.504111+0000 mgr.y (mgr.24491) 17860 : cluster [DBG] pgmap v15779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:32.504523+0000 mgr.y (mgr.24491) 17861 : cluster [DBG] pgmap v15780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:32.504523+0000 mgr.y (mgr.24491) 17861 : cluster [DBG] pgmap v15780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:32.504523+0000 mgr.y (mgr.24491) 17861 : cluster [DBG] pgmap v15780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:34.505298+0000 mgr.y (mgr.24491) 17862 : cluster [DBG] pgmap v15781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:34.505298+0000 mgr.y (mgr.24491) 17862 : cluster [DBG] pgmap v15781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:34.505298+0000 mgr.y (mgr.24491) 17862 : cluster [DBG] pgmap v15781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:36.505841+0000 mgr.y (mgr.24491) 17863 : cluster [DBG] pgmap v15782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:18:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:36.505841+0000 mgr.y (mgr.24491) 17863 : cluster [DBG] pgmap v15782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:36.505841+0000 mgr.y (mgr.24491) 17863 : cluster [DBG] pgmap v15782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:38.506215+0000 mgr.y (mgr.24491) 17864 : cluster [DBG] pgmap v15783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:38.506215+0000 mgr.y (mgr.24491) 17864 : cluster [DBG] pgmap v15783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:38.506215+0000 mgr.y (mgr.24491) 17864 : cluster [DBG] pgmap v15783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:18:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:40.506901+0000 mgr.y (mgr.24491) 17865 : cluster [DBG] pgmap v15784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:40.506901+0000 mgr.y (mgr.24491) 17865 : cluster [DBG] pgmap v15784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:40.506901+0000 mgr.y (mgr.24491) 17865 : cluster [DBG] pgmap v15784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:42.507309+0000 mgr.y (mgr.24491) 17866 : cluster [DBG] pgmap v15785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:42.507309+0000 mgr.y (mgr.24491) 17866 : cluster [DBG] pgmap v15785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:42.507309+0000 mgr.y (mgr.24491) 17866 : cluster [DBG] pgmap v15785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:44.508158+0000 mgr.y (mgr.24491) 17867 : cluster [DBG] pgmap v15786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:44.508158+0000 mgr.y (mgr.24491) 17867 : cluster [DBG] pgmap v15786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:44.508158+0000 mgr.y (mgr.24491) 17867 : cluster [DBG] pgmap v15786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:46.508480+0000 mgr.y (mgr.24491) 17868 : cluster [DBG] pgmap v15787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:18:47.031109+0000 mon.a (mon.0) 3734 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:18:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:18:47.321615+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:18:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:18:47.322351+0000 mon.a (mon.0) 3736 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:18:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:18:47.327147+0000 mon.a (mon.0) 3737 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:18:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:18:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:46.508480+0000 mgr.y (mgr.24491) 17868 : cluster [DBG] pgmap v15787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:18:47.031109+0000 mon.a (mon.0) 3734 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:18:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:18:47.321615+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:18:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:18:47.322351+0000 mon.a (mon.0) 3736 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:18:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:18:47.327147+0000 mon.a (mon.0) 3737 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:18:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:46.508480+0000 mgr.y (mgr.24491) 17868 : cluster [DBG] pgmap v15787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:18:47.031109+0000 mon.a (mon.0) 3734 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:18:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:18:47.321615+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:18:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:18:47.322351+0000 mon.a (mon.0) 3736 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:18:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:18:47.327147+0000 mon.a (mon.0) 3737 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:18:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:48.508847+0000 mgr.y (mgr.24491) 17869 : cluster [DBG] pgmap v15788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:48.508847+0000 mgr.y (mgr.24491) 17869 : cluster [DBG] pgmap v15788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:48.508847+0000 mgr.y (mgr.24491) 17869 : cluster [DBG] pgmap v15788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:50.827 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:18:51.101 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:18:51.101 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:18:51.101 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:18:51.101 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:18:51.101 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 6m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 6m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 6m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 6m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 6m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:18:51.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:18:51.103 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:18:51.103 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:18:51.435 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:18:51.435 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:18:51.436 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:18:51.437 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:18:51.437 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:18:51.437 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:18:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:18:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:50.509406+0000 mgr.y (mgr.24491) 17870 : cluster [DBG] pgmap v15789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:18:50.816394+0000 mgr.y (mgr.24491) 17871 : audit [DBG] from='client.33222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:18:51.436517+0000 mon.c (mon.2) 550 : audit [DBG] from='client.? 172.21.15.177:0/1418273861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:18:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:50.509406+0000 mgr.y (mgr.24491) 17870 : cluster [DBG] pgmap v15789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:18:50.816394+0000 mgr.y (mgr.24491) 17871 : audit [DBG] from='client.33222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:18:51.436517+0000 mon.c (mon.2) 550 : audit [DBG] from='client.? 172.21.15.177:0/1418273861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:18:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:50.509406+0000 mgr.y (mgr.24491) 17870 : cluster [DBG] pgmap v15789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:18:50.816394+0000 mgr.y (mgr.24491) 17871 : audit [DBG] from='client.33222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:18:51.436517+0000 mon.c (mon.2) 550 : audit [DBG] from='client.? 172.21.15.177:0/1418273861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:18:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:18:51.094658+0000 mgr.y (mgr.24491) 17872 : audit [DBG] from='client.33228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:18:51.094658+0000 mgr.y (mgr.24491) 17872 : audit [DBG] from='client.33228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:18:51.094658+0000 mgr.y (mgr.24491) 17872 : audit [DBG] from='client.33228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:18:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:52.509859+0000 mgr.y (mgr.24491) 17873 : cluster [DBG] pgmap v15790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:52.509859+0000 mgr.y (mgr.24491) 17873 : cluster [DBG] pgmap v15790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:52.509859+0000 mgr.y (mgr.24491) 17873 : cluster [DBG] pgmap v15790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:54.510530+0000 mgr.y (mgr.24491) 17874 : cluster [DBG] pgmap v15791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:54.510530+0000 mgr.y (mgr.24491) 17874 : cluster [DBG] pgmap v15791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:54.510530+0000 mgr.y (mgr.24491) 17874 : cluster [DBG] pgmap v15791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:56.511001+0000 mgr.y (mgr.24491) 17875 : cluster [DBG] pgmap v15792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:18:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:18:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:56.511001+0000 mgr.y (mgr.24491) 17875 : cluster [DBG] pgmap v15792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:56.511001+0000 mgr.y (mgr.24491) 17875 : cluster [DBG] pgmap v15792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:18:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:18:58.511527+0000 mgr.y (mgr.24491) 17876 : cluster [DBG] pgmap v15793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:18:58.511527+0000 mgr.y (mgr.24491) 17876 : cluster [DBG] pgmap v15793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:18:58.511527+0000 mgr.y (mgr.24491) 17876 : cluster [DBG] pgmap v15793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:19:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:00.512215+0000 mgr.y (mgr.24491) 17877 : cluster [DBG] pgmap v15794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:00.512215+0000 mgr.y (mgr.24491) 17877 : cluster [DBG] pgmap v15794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:00.512215+0000 mgr.y (mgr.24491) 17877 : cluster [DBG] pgmap v15794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:02.512662+0000 mgr.y (mgr.24491) 17878 : cluster [DBG] pgmap v15795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:02.512662+0000 mgr.y (mgr.24491) 17878 : cluster [DBG] pgmap v15795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:02.512662+0000 mgr.y (mgr.24491) 17878 : cluster [DBG] pgmap v15795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:04.513264+0000 mgr.y (mgr.24491) 17879 : cluster [DBG] pgmap v15796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:04.513264+0000 mgr.y (mgr.24491) 17879 : cluster [DBG] pgmap v15796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:04.513264+0000 mgr.y (mgr.24491) 17879 : cluster [DBG] pgmap v15796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:06.513783+0000 mgr.y (mgr.24491) 17880 : cluster [DBG] pgmap v15797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:07] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:19:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:06.513783+0000 mgr.y (mgr.24491) 17880 : cluster [DBG] pgmap v15797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:06.513783+0000 mgr.y (mgr.24491) 17880 : cluster [DBG] pgmap v15797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:08.514314+0000 mgr.y (mgr.24491) 17881 : cluster [DBG] pgmap v15798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:08.514314+0000 mgr.y (mgr.24491) 17881 : cluster [DBG] pgmap v15798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:08.514314+0000 mgr.y (mgr.24491) 17881 : cluster [DBG] pgmap v15798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:19:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:10.515063+0000 mgr.y (mgr.24491) 17882 : cluster [DBG] pgmap v15799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:10.515063+0000 mgr.y (mgr.24491) 17882 : cluster [DBG] pgmap v15799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:10.515063+0000 mgr.y (mgr.24491) 17882 : cluster [DBG] pgmap v15799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:12.515462+0000 mgr.y (mgr.24491) 17883 : cluster [DBG] pgmap v15800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:12.515462+0000 mgr.y (mgr.24491) 17883 : cluster [DBG] pgmap v15800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:12.515462+0000 mgr.y (mgr.24491) 17883 : cluster [DBG] pgmap v15800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:14.516208+0000 mgr.y (mgr.24491) 17884 : cluster [DBG] pgmap v15801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:14.516208+0000 mgr.y (mgr.24491) 17884 : cluster [DBG] pgmap v15801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:14.516208+0000 mgr.y (mgr.24491) 17884 : cluster [DBG] pgmap v15801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:16.516758+0000 mgr.y (mgr.24491) 17885 : cluster [DBG] pgmap v15802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:19:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:16.516758+0000 mgr.y (mgr.24491) 17885 : cluster [DBG] pgmap v15802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:16.516758+0000 mgr.y (mgr.24491) 17885 : cluster [DBG] pgmap v15802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:18.517280+0000 mgr.y (mgr.24491) 17886 : cluster [DBG] pgmap v15803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:18.517280+0000 mgr.y (mgr.24491) 17886 : cluster [DBG] pgmap v15803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:18.517280+0000 mgr.y (mgr.24491) 17886 : cluster [DBG] pgmap v15803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:19:21.744 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:19:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:20.517893+0000 mgr.y (mgr.24491) 17887 : cluster [DBG] pgmap v15804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 6m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 6m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 6m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 6m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 6m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:19:22.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 6m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:19:22.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 6m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:19:22.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:19:22.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:19:22.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:19:22.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:19:22.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:19:22.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:19:22.019 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:19:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:20.517893+0000 mgr.y (mgr.24491) 17887 : cluster [DBG] pgmap v15804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:20.517893+0000 mgr.y (mgr.24491) 17887 : cluster [DBG] pgmap v15804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:22.352 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:19:22.352 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:19:22.352 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:19:22.352 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:19:22.352 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:19:22.352 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:19:22.352 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:19:22.352 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:19:22.353 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:19:22.353 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:19:22.353 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:19:22.353 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:19:22.353 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:19:22.353 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:19:22.353 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:19:22.353 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:19:22.353 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:19:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:19:21.732814+0000 mgr.y (mgr.24491) 17888 : audit [DBG] from='client.33240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:23.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:19:22.353306+0000 mon.a (mon.0) 3738 : audit [DBG] from='client.? 172.21.15.177:0/576398440' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:19:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:19:21.732814+0000 mgr.y (mgr.24491) 17888 : audit [DBG] from='client.33240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:19:22.353306+0000 mon.a (mon.0) 3738 : audit [DBG] from='client.? 172.21.15.177:0/576398440' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:19:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:19:21.732814+0000 mgr.y (mgr.24491) 17888 : audit [DBG] from='client.33240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:19:22.353306+0000 mon.a (mon.0) 3738 : audit [DBG] from='client.? 172.21.15.177:0/576398440' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:19:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:19:22.011372+0000 mgr.y (mgr.24491) 17889 : audit [DBG] from='client.33246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:22.518279+0000 mgr.y (mgr.24491) 17890 : cluster [DBG] pgmap v15805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:19:22.011372+0000 mgr.y (mgr.24491) 17889 : audit [DBG] from='client.33246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:22.518279+0000 mgr.y (mgr.24491) 17890 : cluster [DBG] pgmap v15805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:19:22.011372+0000 mgr.y (mgr.24491) 17889 : audit [DBG] from='client.33246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:22.518279+0000 mgr.y (mgr.24491) 17890 : cluster [DBG] pgmap v15805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:24.519044+0000 mgr.y (mgr.24491) 17891 : cluster [DBG] pgmap v15806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:24.519044+0000 mgr.y (mgr.24491) 17891 : cluster [DBG] pgmap v15806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:24.519044+0000 mgr.y (mgr.24491) 17891 : cluster [DBG] pgmap v15806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:19:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:26.519465+0000 mgr.y (mgr.24491) 17892 : cluster [DBG] pgmap v15807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:26.519465+0000 mgr.y (mgr.24491) 17892 : cluster [DBG] pgmap v15807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:26.519465+0000 mgr.y (mgr.24491) 17892 : cluster [DBG] pgmap v15807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:28.519887+0000 mgr.y (mgr.24491) 17893 : cluster [DBG] pgmap v15808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:28.519887+0000 mgr.y (mgr.24491) 17893 : cluster [DBG] pgmap v15808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:28.519887+0000 mgr.y (mgr.24491) 17893 : cluster [DBG] pgmap v15808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:19:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:30.520800+0000 mgr.y (mgr.24491) 17894 : cluster [DBG] pgmap v15809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:30.520800+0000 mgr.y (mgr.24491) 17894 : cluster [DBG] pgmap v15809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:30.520800+0000 mgr.y (mgr.24491) 17894 : cluster [DBG] pgmap v15809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:32.521333+0000 mgr.y (mgr.24491) 17895 : cluster [DBG] pgmap v15810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:32.521333+0000 mgr.y (mgr.24491) 17895 : cluster [DBG] pgmap v15810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:32.521333+0000 mgr.y (mgr.24491) 17895 : cluster [DBG] pgmap v15810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:34.522060+0000 mgr.y (mgr.24491) 17896 : cluster [DBG] pgmap v15811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:34.522060+0000 mgr.y (mgr.24491) 17896 : cluster [DBG] pgmap v15811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:34.522060+0000 mgr.y (mgr.24491) 17896 : cluster [DBG] pgmap v15811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:19:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:36.522505+0000 mgr.y (mgr.24491) 17897 : cluster [DBG] pgmap v15812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:36.522505+0000 mgr.y (mgr.24491) 17897 : cluster [DBG] pgmap v15812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:36.522505+0000 mgr.y (mgr.24491) 17897 : cluster [DBG] pgmap v15812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:38.523001+0000 mgr.y (mgr.24491) 17898 : cluster [DBG] pgmap v15813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:38.523001+0000 mgr.y (mgr.24491) 17898 : cluster [DBG] pgmap v15813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:38.523001+0000 mgr.y (mgr.24491) 17898 : cluster [DBG] pgmap v15813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:19:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:40.523717+0000 mgr.y (mgr.24491) 17899 : cluster [DBG] pgmap v15814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:40.523717+0000 mgr.y (mgr.24491) 17899 : cluster [DBG] pgmap v15814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:40.523717+0000 mgr.y (mgr.24491) 17899 : cluster [DBG] pgmap v15814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:42.524362+0000 mgr.y (mgr.24491) 17900 : cluster [DBG] pgmap v15815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:42.524362+0000 mgr.y (mgr.24491) 17900 : cluster [DBG] pgmap v15815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:42.524362+0000 mgr.y (mgr.24491) 17900 : cluster [DBG] pgmap v15815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:44.524924+0000 mgr.y (mgr.24491) 17901 : cluster [DBG] pgmap v15816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:44.524924+0000 mgr.y (mgr.24491) 17901 : cluster [DBG] pgmap v15816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:44.524924+0000 mgr.y (mgr.24491) 17901 : cluster [DBG] pgmap v15816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:19:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:46.525552+0000 mgr.y (mgr.24491) 17902 : cluster [DBG] pgmap v15817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:19:47.331280+0000 mon.a (mon.0) 3739 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:19:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:19:47.622711+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:19:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:19:47.623313+0000 mon.a (mon.0) 3741 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:19:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:19:47.627569+0000 mon.a (mon.0) 3742 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:19:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:46.525552+0000 mgr.y (mgr.24491) 17902 : cluster [DBG] pgmap v15817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:19:47.331280+0000 mon.a (mon.0) 3739 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:19:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:19:47.622711+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:19:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:19:47.623313+0000 mon.a (mon.0) 3741 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:19:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:19:47.627569+0000 mon.a (mon.0) 3742 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:19:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:46.525552+0000 mgr.y (mgr.24491) 17902 : cluster [DBG] pgmap v15817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:19:47.331280+0000 mon.a (mon.0) 3739 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:19:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:19:47.622711+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:19:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:19:47.623313+0000 mon.a (mon.0) 3741 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:19:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:19:47.627569+0000 mon.a (mon.0) 3742 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:19:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:48.526118+0000 mgr.y (mgr.24491) 17903 : cluster [DBG] pgmap v15818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:48.526118+0000 mgr.y (mgr.24491) 17903 : cluster [DBG] pgmap v15818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:48.526118+0000 mgr.y (mgr.24491) 17903 : cluster [DBG] pgmap v15818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:19:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:50.526786+0000 mgr.y (mgr.24491) 17904 : cluster [DBG] pgmap v15819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:50.526786+0000 mgr.y (mgr.24491) 17904 : cluster [DBG] pgmap v15819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:50.526786+0000 mgr.y (mgr.24491) 17904 : cluster [DBG] pgmap v15819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:52.660 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:19:52.940 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:19:52.940 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:19:52.940 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:19:52.940 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:19:52.940 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:19:52.940 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:19:52.940 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:19:52.940 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 7m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:19:52.941 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:19:53.273 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:19:53.273 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:19:53.273 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:19:53.273 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:19:53.273 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:19:53.274 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:19:53.274 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:19:53.274 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:19:53.274 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:19:53.274 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:19:53.274 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:19:53.275 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:19:53.275 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:19:53.275 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:19:53.275 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:19:53.275 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:19:53.275 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:19:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:52.527161+0000 mgr.y (mgr.24491) 17905 : cluster [DBG] pgmap v15820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:19:52.649643+0000 mgr.y (mgr.24491) 17906 : audit [DBG] from='client.43166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:19:52.933444+0000 mgr.y (mgr.24491) 17907 : audit [DBG] from='client.33264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:19:53.273607+0000 mon.a (mon.0) 3743 : audit [DBG] from='client.? 172.21.15.177:0/3411263874' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:19:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:52.527161+0000 mgr.y (mgr.24491) 17905 : cluster [DBG] pgmap v15820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:19:52.649643+0000 mgr.y (mgr.24491) 17906 : audit [DBG] from='client.43166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:54.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:19:52.933444+0000 mgr.y (mgr.24491) 17907 : audit [DBG] from='client.33264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:54.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:19:53.273607+0000 mon.a (mon.0) 3743 : audit [DBG] from='client.? 172.21.15.177:0/3411263874' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:19:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:52.527161+0000 mgr.y (mgr.24491) 17905 : cluster [DBG] pgmap v15820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:19:52.649643+0000 mgr.y (mgr.24491) 17906 : audit [DBG] from='client.43166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:19:52.933444+0000 mgr.y (mgr.24491) 17907 : audit [DBG] from='client.33264 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:19:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:19:53.273607+0000 mon.a (mon.0) 3743 : audit [DBG] from='client.? 172.21.15.177:0/3411263874' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:19:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:54.527883+0000 mgr.y (mgr.24491) 17908 : cluster [DBG] pgmap v15821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:54.527883+0000 mgr.y (mgr.24491) 17908 : cluster [DBG] pgmap v15821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:54.527883+0000 mgr.y (mgr.24491) 17908 : cluster [DBG] pgmap v15821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:19:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:19:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:56.528317+0000 mgr.y (mgr.24491) 17909 : cluster [DBG] pgmap v15822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:56.528317+0000 mgr.y (mgr.24491) 17909 : cluster [DBG] pgmap v15822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:19:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:56.528317+0000 mgr.y (mgr.24491) 17909 : cluster [DBG] pgmap v15822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:19:58.528694+0000 mgr.y (mgr.24491) 17910 : cluster [DBG] pgmap v15823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:19:58.528694+0000 mgr.y (mgr.24491) 17910 : cluster [DBG] pgmap v15823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T12:19:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:20:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:19:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:19:58.528694+0000 mgr.y (mgr.24491) 17910 : cluster [DBG] pgmap v15823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:00.000138+0000 mon.a (mon.0) 3744 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:20:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:00.000138+0000 mon.a (mon.0) 3744 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:20:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:00.000138+0000 mon.a (mon.0) 3744 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:20:01.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:20:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:00.529443+0000 mgr.y (mgr.24491) 17911 : cluster [DBG] pgmap v15824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:00.529443+0000 mgr.y (mgr.24491) 17911 : cluster [DBG] pgmap v15824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:00.529443+0000 mgr.y (mgr.24491) 17911 : cluster [DBG] pgmap v15824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:02.530063+0000 mgr.y (mgr.24491) 17912 : cluster [DBG] pgmap v15825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:02.530063+0000 mgr.y (mgr.24491) 17912 : cluster [DBG] pgmap v15825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:02.530063+0000 mgr.y (mgr.24491) 17912 : cluster [DBG] pgmap v15825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:04.530890+0000 mgr.y (mgr.24491) 17913 : cluster [DBG] pgmap v15826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:04.530890+0000 mgr.y (mgr.24491) 17913 : cluster [DBG] pgmap v15826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:04.530890+0000 mgr.y (mgr.24491) 17913 : cluster [DBG] pgmap v15826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:06.531421+0000 mgr.y (mgr.24491) 17914 : cluster [DBG] pgmap v15827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:20:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:06.531421+0000 mgr.y (mgr.24491) 17914 : cluster [DBG] pgmap v15827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:06.531421+0000 mgr.y (mgr.24491) 17914 : cluster [DBG] pgmap v15827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:08.531903+0000 mgr.y (mgr.24491) 17915 : cluster [DBG] pgmap v15828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:08.531903+0000 mgr.y (mgr.24491) 17915 : cluster [DBG] pgmap v15828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:08.531903+0000 mgr.y (mgr.24491) 17915 : cluster [DBG] pgmap v15828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:20:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:10.532612+0000 mgr.y (mgr.24491) 17916 : cluster [DBG] pgmap v15829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:10.532612+0000 mgr.y (mgr.24491) 17916 : cluster [DBG] pgmap v15829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:10.532612+0000 mgr.y (mgr.24491) 17916 : cluster [DBG] pgmap v15829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:12.533173+0000 mgr.y (mgr.24491) 17917 : cluster [DBG] pgmap v15830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:12.533173+0000 mgr.y (mgr.24491) 17917 : cluster [DBG] pgmap v15830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:12.533173+0000 mgr.y (mgr.24491) 17917 : cluster [DBG] pgmap v15830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:14.533984+0000 mgr.y (mgr.24491) 17918 : cluster [DBG] pgmap v15831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:14.533984+0000 mgr.y (mgr.24491) 17918 : cluster [DBG] pgmap v15831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:14.533984+0000 mgr.y (mgr.24491) 17918 : cluster [DBG] pgmap v15831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:20:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:16.534382+0000 mgr.y (mgr.24491) 17919 : cluster [DBG] pgmap v15832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:16.534382+0000 mgr.y (mgr.24491) 17919 : cluster [DBG] pgmap v15832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:16.534382+0000 mgr.y (mgr.24491) 17919 : cluster [DBG] pgmap v15832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:18.534821+0000 mgr.y (mgr.24491) 17920 : cluster [DBG] pgmap v15833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:18.534821+0000 mgr.y (mgr.24491) 17920 : cluster [DBG] pgmap v15833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:18.534821+0000 mgr.y (mgr.24491) 17920 : cluster [DBG] pgmap v15833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:20:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:20.535539+0000 mgr.y (mgr.24491) 17921 : cluster [DBG] pgmap v15834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:20.535539+0000 mgr.y (mgr.24491) 17921 : cluster [DBG] pgmap v15834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:20.535539+0000 mgr.y (mgr.24491) 17921 : cluster [DBG] pgmap v15834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:23.584 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:20:23.859 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:20:23.859 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:20:23.859 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:20:23.859 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:20:23.859 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:20:23.859 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:20:23.859 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:20:23.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:20:23.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 7m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:20:23.860 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:20:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:22.535971+0000 mgr.y (mgr.24491) 17922 : cluster [DBG] pgmap v15835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:22.535971+0000 mgr.y (mgr.24491) 17922 : cluster [DBG] pgmap v15835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:24.194 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:20:24.194 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:20:24.194 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:20:24.194 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:20:24.194 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:20:24.194 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:20:24.194 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:20:24.194 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:20:24.194 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:20:24.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:20:24.195 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:20:24.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:20:24.195 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:20:24.195 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:20:24.195 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:20:24.195 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:20:24.195 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:20:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:22.535971+0000 mgr.y (mgr.24491) 17922 : cluster [DBG] pgmap v15835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:23.573583+0000 mgr.y (mgr.24491) 17923 : audit [DBG] from='client.33276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:23.852012+0000 mgr.y (mgr.24491) 17924 : audit [DBG] from='client.43190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:24.195426+0000 mon.c (mon.2) 551 : audit [DBG] from='client.? 172.21.15.177:0/1298150569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:20:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:23.573583+0000 mgr.y (mgr.24491) 17923 : audit [DBG] from='client.33276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:23.852012+0000 mgr.y (mgr.24491) 17924 : audit [DBG] from='client.43190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:25.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:24.195426+0000 mon.c (mon.2) 551 : audit [DBG] from='client.? 172.21.15.177:0/1298150569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:20:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:23.573583+0000 mgr.y (mgr.24491) 17923 : audit [DBG] from='client.33276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:23.852012+0000 mgr.y (mgr.24491) 17924 : audit [DBG] from='client.43190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:24.195426+0000 mon.c (mon.2) 551 : audit [DBG] from='client.? 172.21.15.177:0/1298150569' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:20:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:24.536729+0000 mgr.y (mgr.24491) 17925 : cluster [DBG] pgmap v15836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:24.536729+0000 mgr.y (mgr.24491) 17925 : cluster [DBG] pgmap v15836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:24.536729+0000 mgr.y (mgr.24491) 17925 : cluster [DBG] pgmap v15836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:20:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:26.537221+0000 mgr.y (mgr.24491) 17926 : cluster [DBG] pgmap v15837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:26.537221+0000 mgr.y (mgr.24491) 17926 : cluster [DBG] pgmap v15837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:26.537221+0000 mgr.y (mgr.24491) 17926 : cluster [DBG] pgmap v15837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:28.537623+0000 mgr.y (mgr.24491) 17927 : cluster [DBG] pgmap v15838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:28.537623+0000 mgr.y (mgr.24491) 17927 : cluster [DBG] pgmap v15838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:28.537623+0000 mgr.y (mgr.24491) 17927 : cluster [DBG] pgmap v15838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:20:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:30.538488+0000 mgr.y (mgr.24491) 17928 : cluster [DBG] pgmap v15839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:30.538488+0000 mgr.y (mgr.24491) 17928 : cluster [DBG] pgmap v15839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:30.538488+0000 mgr.y (mgr.24491) 17928 : cluster [DBG] pgmap v15839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:32.539077+0000 mgr.y (mgr.24491) 17929 : cluster [DBG] pgmap v15840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:32.539077+0000 mgr.y (mgr.24491) 17929 : cluster [DBG] pgmap v15840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:32.539077+0000 mgr.y (mgr.24491) 17929 : cluster [DBG] pgmap v15840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:34.539890+0000 mgr.y (mgr.24491) 17930 : cluster [DBG] pgmap v15841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:34.539890+0000 mgr.y (mgr.24491) 17930 : cluster [DBG] pgmap v15841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:34.539890+0000 mgr.y (mgr.24491) 17930 : cluster [DBG] pgmap v15841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:36.540424+0000 mgr.y (mgr.24491) 17931 : cluster [DBG] pgmap v15842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:20:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:36.540424+0000 mgr.y (mgr.24491) 17931 : cluster [DBG] pgmap v15842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:36.540424+0000 mgr.y (mgr.24491) 17931 : cluster [DBG] pgmap v15842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:38.540880+0000 mgr.y (mgr.24491) 17932 : cluster [DBG] pgmap v15843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:38.540880+0000 mgr.y (mgr.24491) 17932 : cluster [DBG] pgmap v15843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:38.540880+0000 mgr.y (mgr.24491) 17932 : cluster [DBG] pgmap v15843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:20:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:40.541517+0000 mgr.y (mgr.24491) 17933 : cluster [DBG] pgmap v15844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:40.541517+0000 mgr.y (mgr.24491) 17933 : cluster [DBG] pgmap v15844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:40.541517+0000 mgr.y (mgr.24491) 17933 : cluster [DBG] pgmap v15844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:42.541914+0000 mgr.y (mgr.24491) 17934 : cluster [DBG] pgmap v15845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:42.541914+0000 mgr.y (mgr.24491) 17934 : cluster [DBG] pgmap v15845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:42.541914+0000 mgr.y (mgr.24491) 17934 : cluster [DBG] pgmap v15845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:44.542493+0000 mgr.y (mgr.24491) 17935 : cluster [DBG] pgmap v15846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:44.542493+0000 mgr.y (mgr.24491) 17935 : cluster [DBG] pgmap v15846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:44.542493+0000 mgr.y (mgr.24491) 17935 : cluster [DBG] pgmap v15846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:20:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:46.542968+0000 mgr.y (mgr.24491) 17936 : cluster [DBG] pgmap v15847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:47.631972+0000 mon.a (mon.0) 3745 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:20:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:46.542968+0000 mgr.y (mgr.24491) 17936 : cluster [DBG] pgmap v15847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:47.631972+0000 mon.a (mon.0) 3745 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:20:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:46.542968+0000 mgr.y (mgr.24491) 17936 : cluster [DBG] pgmap v15847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:48.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:47.631972+0000 mon.a (mon.0) 3745 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:20:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:47.926574+0000 mon.a (mon.0) 3746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:47.927239+0000 mon.a (mon.0) 3747 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:47.927793+0000 mon.a (mon.0) 3748 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:47.928342+0000 mon.a (mon.0) 3749 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T12:20:47.928755+0000 mgr.y (mgr.24491) 17937 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:20:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:47.935132+0000 mon.a (mon.0) 3750 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:20:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:47.936048+0000 mon.a (mon.0) 3751 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:20:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:47.936628+0000 mon.a (mon.0) 3752 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:20:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:47.943068+0000 mon.a (mon.0) 3753 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:20:49.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:47.926574+0000 mon.a (mon.0) 3746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:47.927239+0000 mon.a (mon.0) 3747 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:47.927793+0000 mon.a (mon.0) 3748 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:47.928342+0000 mon.a (mon.0) 3749 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T12:20:47.928755+0000 mgr.y (mgr.24491) 17937 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:20:49.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:47.935132+0000 mon.a (mon.0) 3750 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:20:49.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:47.936048+0000 mon.a (mon.0) 3751 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:20:49.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:47.936628+0000 mon.a (mon.0) 3752 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:20:49.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:47.943068+0000 mon.a (mon.0) 3753 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:20:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:47.926574+0000 mon.a (mon.0) 3746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:47.927239+0000 mon.a (mon.0) 3747 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:47.927793+0000 mon.a (mon.0) 3748 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:47.928342+0000 mon.a (mon.0) 3749 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:20:49.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T12:20:47.928755+0000 mgr.y (mgr.24491) 17937 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:20:49.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:47.935132+0000 mon.a (mon.0) 3750 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:20:49.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:47.936048+0000 mon.a (mon.0) 3751 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:20:49.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:47.936628+0000 mon.a (mon.0) 3752 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:20:49.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:47.943068+0000 mon.a (mon.0) 3753 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:20:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:48.543325+0000 mgr.y (mgr.24491) 17938 : cluster [DBG] pgmap v15848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:48.543325+0000 mgr.y (mgr.24491) 17938 : cluster [DBG] pgmap v15848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:48.543325+0000 mgr.y (mgr.24491) 17938 : cluster [DBG] pgmap v15848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:20:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:50.544013+0000 mgr.y (mgr.24491) 17939 : cluster [DBG] pgmap v15849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:50.544013+0000 mgr.y (mgr.24491) 17939 : cluster [DBG] pgmap v15849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:50.544013+0000 mgr.y (mgr.24491) 17939 : cluster [DBG] pgmap v15849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:52.544426+0000 mgr.y (mgr.24491) 17940 : cluster [DBG] pgmap v15850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:52.544426+0000 mgr.y (mgr.24491) 17940 : cluster [DBG] pgmap v15850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:52.544426+0000 mgr.y (mgr.24491) 17940 : cluster [DBG] pgmap v15850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:54.506 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:20:54.780 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:20:54.780 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:20:54.780 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:20:54.781 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:20:54.781 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:20:54.781 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:20:54.781 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:20:54.781 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:20:54.781 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:20:54.781 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:20:54.781 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:20:54.781 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:20:54.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:20:54.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:20:54.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:20:54.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:20:54.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:20:54.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 8m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:20:54.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:20:54.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:20:54.782 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:20:55.115 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:20:55.115 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:20:55.115 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:20:55.115 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:20:55.115 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:20:55.115 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:20:55.115 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:20:55.115 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:20:55.115 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:20:55.115 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:20:55.116 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:20:55.116 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:20:55.116 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:20:55.116 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:20:55.116 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:20:55.116 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:20:55.116 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:20:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:54.495350+0000 mgr.y (mgr.24491) 17941 : audit [DBG] from='client.43202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:54.544977+0000 mgr.y (mgr.24491) 17942 : cluster [DBG] pgmap v15851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:54.773748+0000 mgr.y (mgr.24491) 17943 : audit [DBG] from='client.43208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:56.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:20:55.116090+0000 mon.c (mon.2) 552 : audit [DBG] from='client.? 172.21.15.177:0/3419825103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:20:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:54.495350+0000 mgr.y (mgr.24491) 17941 : audit [DBG] from='client.43202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:54.544977+0000 mgr.y (mgr.24491) 17942 : cluster [DBG] pgmap v15851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:54.773748+0000 mgr.y (mgr.24491) 17943 : audit [DBG] from='client.43208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:20:55.116090+0000 mon.c (mon.2) 552 : audit [DBG] from='client.? 172.21.15.177:0/3419825103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:20:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:54.495350+0000 mgr.y (mgr.24491) 17941 : audit [DBG] from='client.43202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:54.544977+0000 mgr.y (mgr.24491) 17942 : cluster [DBG] pgmap v15851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:54.773748+0000 mgr.y (mgr.24491) 17943 : audit [DBG] from='client.43208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:20:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:20:55.116090+0000 mon.c (mon.2) 552 : audit [DBG] from='client.? 172.21.15.177:0/3419825103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:20:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:20:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:20:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:56.545325+0000 mgr.y (mgr.24491) 17944 : cluster [DBG] pgmap v15852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:56.545325+0000 mgr.y (mgr.24491) 17944 : cluster [DBG] pgmap v15852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:20:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:56.545325+0000 mgr.y (mgr.24491) 17944 : cluster [DBG] pgmap v15852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:20:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:20:58.545811+0000 mgr.y (mgr.24491) 17945 : cluster [DBG] pgmap v15853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:20:58.545811+0000 mgr.y (mgr.24491) 17945 : cluster [DBG] pgmap v15853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:20:58.545811+0000 mgr.y (mgr.24491) 17945 : cluster [DBG] pgmap v15853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:21:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:00.546586+0000 mgr.y (mgr.24491) 17946 : cluster [DBG] pgmap v15854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:00.546586+0000 mgr.y (mgr.24491) 17946 : cluster [DBG] pgmap v15854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:00.546586+0000 mgr.y (mgr.24491) 17946 : cluster [DBG] pgmap v15854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:02.546982+0000 mgr.y (mgr.24491) 17947 : cluster [DBG] pgmap v15855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:02.546982+0000 mgr.y (mgr.24491) 17947 : cluster [DBG] pgmap v15855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:04.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:02.546982+0000 mgr.y (mgr.24491) 17947 : cluster [DBG] pgmap v15855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:04.547582+0000 mgr.y (mgr.24491) 17948 : cluster [DBG] pgmap v15856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:04.547582+0000 mgr.y (mgr.24491) 17948 : cluster [DBG] pgmap v15856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:04.547582+0000 mgr.y (mgr.24491) 17948 : cluster [DBG] pgmap v15856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:06.547992+0000 mgr.y (mgr.24491) 17949 : cluster [DBG] pgmap v15857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:21:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:06.547992+0000 mgr.y (mgr.24491) 17949 : cluster [DBG] pgmap v15857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:06.547992+0000 mgr.y (mgr.24491) 17949 : cluster [DBG] pgmap v15857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:08.548394+0000 mgr.y (mgr.24491) 17950 : cluster [DBG] pgmap v15858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:08.548394+0000 mgr.y (mgr.24491) 17950 : cluster [DBG] pgmap v15858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:08.548394+0000 mgr.y (mgr.24491) 17950 : cluster [DBG] pgmap v15858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:21:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:10.549169+0000 mgr.y (mgr.24491) 17951 : cluster [DBG] pgmap v15859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:10.549169+0000 mgr.y (mgr.24491) 17951 : cluster [DBG] pgmap v15859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:10.549169+0000 mgr.y (mgr.24491) 17951 : cluster [DBG] pgmap v15859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:12.549632+0000 mgr.y (mgr.24491) 17952 : cluster [DBG] pgmap v15860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:12.549632+0000 mgr.y (mgr.24491) 17952 : cluster [DBG] pgmap v15860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:12.549632+0000 mgr.y (mgr.24491) 17952 : cluster [DBG] pgmap v15860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:14.550357+0000 mgr.y (mgr.24491) 17953 : cluster [DBG] pgmap v15861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:14.550357+0000 mgr.y (mgr.24491) 17953 : cluster [DBG] pgmap v15861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:14.550357+0000 mgr.y (mgr.24491) 17953 : cluster [DBG] pgmap v15861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:17.990 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:21:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:16.550747+0000 mgr.y (mgr.24491) 17954 : cluster [DBG] pgmap v15862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:16.550747+0000 mgr.y (mgr.24491) 17954 : cluster [DBG] pgmap v15862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:16.550747+0000 mgr.y (mgr.24491) 17954 : cluster [DBG] pgmap v15862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:18.551247+0000 mgr.y (mgr.24491) 17955 : cluster [DBG] pgmap v15863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:18.551247+0000 mgr.y (mgr.24491) 17955 : cluster [DBG] pgmap v15863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:18.551247+0000 mgr.y (mgr.24491) 17955 : cluster [DBG] pgmap v15863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:21:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:20.552048+0000 mgr.y (mgr.24491) 17956 : cluster [DBG] pgmap v15864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:20.552048+0000 mgr.y (mgr.24491) 17956 : cluster [DBG] pgmap v15864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:20.552048+0000 mgr.y (mgr.24491) 17956 : cluster [DBG] pgmap v15864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:22.552427+0000 mgr.y (mgr.24491) 17957 : cluster [DBG] pgmap v15865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:22.552427+0000 mgr.y (mgr.24491) 17957 : cluster [DBG] pgmap v15865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:22.552427+0000 mgr.y (mgr.24491) 17957 : cluster [DBG] pgmap v15865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:24.553048+0000 mgr.y (mgr.24491) 17958 : cluster [DBG] pgmap v15866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:24.553048+0000 mgr.y (mgr.24491) 17958 : cluster [DBG] pgmap v15866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:25.428 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:21:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:24.553048+0000 mgr.y (mgr.24491) 17958 : cluster [DBG] pgmap v15866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:25.703 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 8m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 8m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 8m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 8m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 8m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 8m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 8m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 8m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:21:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 8m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:21:25.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 8m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:21:25.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 8m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:21:25.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:21:25.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:21:25.705 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:21:26.040 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:21:26.040 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:21:26.040 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:21:26.040 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:21:26.041 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:21:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:21:25.417106+0000 mgr.y (mgr.24491) 17959 : audit [DBG] from='client.43220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:21:25.697107+0000 mgr.y (mgr.24491) 17960 : audit [DBG] from='client.43226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:21:25.417106+0000 mgr.y (mgr.24491) 17959 : audit [DBG] from='client.43220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:21:25.697107+0000 mgr.y (mgr.24491) 17960 : audit [DBG] from='client.43226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:21:25.417106+0000 mgr.y (mgr.24491) 17959 : audit [DBG] from='client.43220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:21:25.697107+0000 mgr.y (mgr.24491) 17960 : audit [DBG] from='client.43226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:21:26.041398+0000 mon.c (mon.2) 553 : audit [DBG] from='client.? 172.21.15.177:0/2939177597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:21:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:26.553553+0000 mgr.y (mgr.24491) 17961 : cluster [DBG] pgmap v15867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:21:26.041398+0000 mon.c (mon.2) 553 : audit [DBG] from='client.? 172.21.15.177:0/2939177597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:21:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:26.553553+0000 mgr.y (mgr.24491) 17961 : cluster [DBG] pgmap v15867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:21:26.041398+0000 mon.c (mon.2) 553 : audit [DBG] from='client.? 172.21.15.177:0/2939177597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:21:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:26.553553+0000 mgr.y (mgr.24491) 17961 : cluster [DBG] pgmap v15867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:21:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:28.553897+0000 mgr.y (mgr.24491) 17962 : cluster [DBG] pgmap v15868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:28.553897+0000 mgr.y (mgr.24491) 17962 : cluster [DBG] pgmap v15868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:28.553897+0000 mgr.y (mgr.24491) 17962 : cluster [DBG] pgmap v15868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:21:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:30.554593+0000 mgr.y (mgr.24491) 17963 : cluster [DBG] pgmap v15869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:30.554593+0000 mgr.y (mgr.24491) 17963 : cluster [DBG] pgmap v15869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:30.554593+0000 mgr.y (mgr.24491) 17963 : cluster [DBG] pgmap v15869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:32.554979+0000 mgr.y (mgr.24491) 17964 : cluster [DBG] pgmap v15870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:32.554979+0000 mgr.y (mgr.24491) 17964 : cluster [DBG] pgmap v15870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:32.554979+0000 mgr.y (mgr.24491) 17964 : cluster [DBG] pgmap v15870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:34.555560+0000 mgr.y (mgr.24491) 17965 : cluster [DBG] pgmap v15871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:34.555560+0000 mgr.y (mgr.24491) 17965 : cluster [DBG] pgmap v15871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:34.555560+0000 mgr.y (mgr.24491) 17965 : cluster [DBG] pgmap v15871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:37] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:21:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:36.556119+0000 mgr.y (mgr.24491) 17966 : cluster [DBG] pgmap v15872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:36.556119+0000 mgr.y (mgr.24491) 17966 : cluster [DBG] pgmap v15872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:36.556119+0000 mgr.y (mgr.24491) 17966 : cluster [DBG] pgmap v15872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:38.556537+0000 mgr.y (mgr.24491) 17967 : cluster [DBG] pgmap v15873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:38.556537+0000 mgr.y (mgr.24491) 17967 : cluster [DBG] pgmap v15873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:38.556537+0000 mgr.y (mgr.24491) 17967 : cluster [DBG] pgmap v15873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:21:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:40.557191+0000 mgr.y (mgr.24491) 17968 : cluster [DBG] pgmap v15874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:40.557191+0000 mgr.y (mgr.24491) 17968 : cluster [DBG] pgmap v15874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:40.557191+0000 mgr.y (mgr.24491) 17968 : cluster [DBG] pgmap v15874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:42.557706+0000 mgr.y (mgr.24491) 17969 : cluster [DBG] pgmap v15875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:42.557706+0000 mgr.y (mgr.24491) 17969 : cluster [DBG] pgmap v15875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:42.557706+0000 mgr.y (mgr.24491) 17969 : cluster [DBG] pgmap v15875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:44.558336+0000 mgr.y (mgr.24491) 17970 : cluster [DBG] pgmap v15876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:44.558336+0000 mgr.y (mgr.24491) 17970 : cluster [DBG] pgmap v15876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:44.558336+0000 mgr.y (mgr.24491) 17970 : cluster [DBG] pgmap v15876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:46.558746+0000 mgr.y (mgr.24491) 17971 : cluster [DBG] pgmap v15877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:21:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:46.558746+0000 mgr.y (mgr.24491) 17971 : cluster [DBG] pgmap v15877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:46.558746+0000 mgr.y (mgr.24491) 17971 : cluster [DBG] pgmap v15877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:21:47.947337+0000 mon.a (mon.0) 3754 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:21:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:21:48.243215+0000 mon.a (mon.0) 3755 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:21:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:21:48.243854+0000 mon.a (mon.0) 3756 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:21:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:21:48.248080+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:21:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:21:47.947337+0000 mon.a (mon.0) 3754 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:21:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:21:48.243215+0000 mon.a (mon.0) 3755 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:21:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:21:48.243854+0000 mon.a (mon.0) 3756 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:21:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:21:48.248080+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:21:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:21:47.947337+0000 mon.a (mon.0) 3754 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:21:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:21:48.243215+0000 mon.a (mon.0) 3755 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:21:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:21:48.243854+0000 mon.a (mon.0) 3756 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:21:49.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:21:48.248080+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:21:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:48.559173+0000 mgr.y (mgr.24491) 17972 : cluster [DBG] pgmap v15878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:48.559173+0000 mgr.y (mgr.24491) 17972 : cluster [DBG] pgmap v15878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:48.559173+0000 mgr.y (mgr.24491) 17972 : cluster [DBG] pgmap v15878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:21:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:50.559791+0000 mgr.y (mgr.24491) 17973 : cluster [DBG] pgmap v15879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:50.559791+0000 mgr.y (mgr.24491) 17973 : cluster [DBG] pgmap v15879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:50.559791+0000 mgr.y (mgr.24491) 17973 : cluster [DBG] pgmap v15879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:52.560318+0000 mgr.y (mgr.24491) 17974 : cluster [DBG] pgmap v15880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:52.560318+0000 mgr.y (mgr.24491) 17974 : cluster [DBG] pgmap v15880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:52.560318+0000 mgr.y (mgr.24491) 17974 : cluster [DBG] pgmap v15880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:54.561008+0000 mgr.y (mgr.24491) 17975 : cluster [DBG] pgmap v15881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:54.561008+0000 mgr.y (mgr.24491) 17975 : cluster [DBG] pgmap v15881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:54.561008+0000 mgr.y (mgr.24491) 17975 : cluster [DBG] pgmap v15881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:56.357 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:21:56.632 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:21:56.632 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:21:56.632 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:21:56.632 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:21:56.632 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 9m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:21:56.632 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:21:56.632 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:21:56.632 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:21:56.632 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 9m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 9m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:21:56.633 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:21:56.965 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:21:56.965 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:21:56.965 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:21:56.965 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:21:56.965 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:21:56.965 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:21:56.965 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:21:56.965 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:21:56.965 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:21:56.965 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:21:56.966 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:21:56.966 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:21:56.966 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:21:56.966 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:21:56.966 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:21:56.966 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:21:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:21:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:21:56.346365+0000 mgr.y (mgr.24491) 17976 : audit [DBG] from='client.43238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:56.561315+0000 mgr.y (mgr.24491) 17977 : cluster [DBG] pgmap v15882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:21:56.625515+0000 mgr.y (mgr.24491) 17978 : audit [DBG] from='client.43244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:58.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:21:56.966155+0000 mon.c (mon.2) 554 : audit [DBG] from='client.? 172.21.15.177:0/3386336263' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:21:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:21:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:21:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:21:56.346365+0000 mgr.y (mgr.24491) 17976 : audit [DBG] from='client.43238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:56.561315+0000 mgr.y (mgr.24491) 17977 : cluster [DBG] pgmap v15882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:21:56.625515+0000 mgr.y (mgr.24491) 17978 : audit [DBG] from='client.43244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:21:56.966155+0000 mon.c (mon.2) 554 : audit [DBG] from='client.? 172.21.15.177:0/3386336263' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:21:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:21:56.346365+0000 mgr.y (mgr.24491) 17976 : audit [DBG] from='client.43238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:56.561315+0000 mgr.y (mgr.24491) 17977 : cluster [DBG] pgmap v15882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:21:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:21:56.625515+0000 mgr.y (mgr.24491) 17978 : audit [DBG] from='client.43244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:21:58.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:21:56.966155+0000 mon.c (mon.2) 554 : audit [DBG] from='client.? 172.21.15.177:0/3386336263' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:21:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:21:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:21:58.561777+0000 mgr.y (mgr.24491) 17979 : cluster [DBG] pgmap v15883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:21:58.561777+0000 mgr.y (mgr.24491) 17979 : cluster [DBG] pgmap v15883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:21:58.561777+0000 mgr.y (mgr.24491) 17979 : cluster [DBG] pgmap v15883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:22:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:00.562575+0000 mgr.y (mgr.24491) 17980 : cluster [DBG] pgmap v15884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:00.562575+0000 mgr.y (mgr.24491) 17980 : cluster [DBG] pgmap v15884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:00.562575+0000 mgr.y (mgr.24491) 17980 : cluster [DBG] pgmap v15884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:02.563026+0000 mgr.y (mgr.24491) 17981 : cluster [DBG] pgmap v15885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:02.563026+0000 mgr.y (mgr.24491) 17981 : cluster [DBG] pgmap v15885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:02.563026+0000 mgr.y (mgr.24491) 17981 : cluster [DBG] pgmap v15885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:04.563660+0000 mgr.y (mgr.24491) 17982 : cluster [DBG] pgmap v15886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:04.563660+0000 mgr.y (mgr.24491) 17982 : cluster [DBG] pgmap v15886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:04.563660+0000 mgr.y (mgr.24491) 17982 : cluster [DBG] pgmap v15886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:06.564140+0000 mgr.y (mgr.24491) 17983 : cluster [DBG] pgmap v15887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:22:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:06.564140+0000 mgr.y (mgr.24491) 17983 : cluster [DBG] pgmap v15887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:06.564140+0000 mgr.y (mgr.24491) 17983 : cluster [DBG] pgmap v15887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:08.564588+0000 mgr.y (mgr.24491) 17984 : cluster [DBG] pgmap v15888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:08.564588+0000 mgr.y (mgr.24491) 17984 : cluster [DBG] pgmap v15888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:08.564588+0000 mgr.y (mgr.24491) 17984 : cluster [DBG] pgmap v15888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:22:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:10.565225+0000 mgr.y (mgr.24491) 17985 : cluster [DBG] pgmap v15889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:10.565225+0000 mgr.y (mgr.24491) 17985 : cluster [DBG] pgmap v15889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:10.565225+0000 mgr.y (mgr.24491) 17985 : cluster [DBG] pgmap v15889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:12.565651+0000 mgr.y (mgr.24491) 17986 : cluster [DBG] pgmap v15890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:12.565651+0000 mgr.y (mgr.24491) 17986 : cluster [DBG] pgmap v15890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:12.565651+0000 mgr.y (mgr.24491) 17986 : cluster [DBG] pgmap v15890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:14.566493+0000 mgr.y (mgr.24491) 17987 : cluster [DBG] pgmap v15891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:14.566493+0000 mgr.y (mgr.24491) 17987 : cluster [DBG] pgmap v15891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:14.566493+0000 mgr.y (mgr.24491) 17987 : cluster [DBG] pgmap v15891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:16.566980+0000 mgr.y (mgr.24491) 17988 : cluster [DBG] pgmap v15892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:22:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:16.566980+0000 mgr.y (mgr.24491) 17988 : cluster [DBG] pgmap v15892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:16.566980+0000 mgr.y (mgr.24491) 17988 : cluster [DBG] pgmap v15892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:18.567465+0000 mgr.y (mgr.24491) 17989 : cluster [DBG] pgmap v15893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:18.567465+0000 mgr.y (mgr.24491) 17989 : cluster [DBG] pgmap v15893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:18.567465+0000 mgr.y (mgr.24491) 17989 : cluster [DBG] pgmap v15893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:22:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:20.568168+0000 mgr.y (mgr.24491) 17990 : cluster [DBG] pgmap v15894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:20.568168+0000 mgr.y (mgr.24491) 17990 : cluster [DBG] pgmap v15894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:20.568168+0000 mgr.y (mgr.24491) 17990 : cluster [DBG] pgmap v15894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:22.568567+0000 mgr.y (mgr.24491) 17991 : cluster [DBG] pgmap v15895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:22.568567+0000 mgr.y (mgr.24491) 17991 : cluster [DBG] pgmap v15895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:22.568567+0000 mgr.y (mgr.24491) 17991 : cluster [DBG] pgmap v15895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:24.569231+0000 mgr.y (mgr.24491) 17992 : cluster [DBG] pgmap v15896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:24.569231+0000 mgr.y (mgr.24491) 17992 : cluster [DBG] pgmap v15896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:24.569231+0000 mgr.y (mgr.24491) 17992 : cluster [DBG] pgmap v15896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:27.275 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:22:27.552 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:22:27.552 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:22:27.552 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:22:27.552 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:22:27.552 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 9m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:22:27.552 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 9m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:22:27.552 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 9m ago 8h 480M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:22:27.552 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 9m ago 8h 1091M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:22:27.552 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 9m ago 8h 768M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 9m ago 8h 772M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 9m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 9m ago 8h 46.5M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 9m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 9m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 9m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 9m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 9m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 9m ago 8h 44.8M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:22:27.553 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:22:27.890 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:22:27.890 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:22:27.890 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:22:27.890 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:22:27.890 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:22:27.890 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:22:27.890 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:22:27.890 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:22:27.890 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:22:27.890 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:22:27.890 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:22:27.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:22:27.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:22:27.891 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:22:27.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:22:27.891 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:22:27.891 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:22:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:26.569784+0000 mgr.y (mgr.24491) 17993 : cluster [DBG] pgmap v15897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:22:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:26.569784+0000 mgr.y (mgr.24491) 17993 : cluster [DBG] pgmap v15897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:26.569784+0000 mgr.y (mgr.24491) 17993 : cluster [DBG] pgmap v15897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:27.264074+0000 mgr.y (mgr.24491) 17994 : audit [DBG] from='client.33348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:22:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:27.545613+0000 mgr.y (mgr.24491) 17995 : audit [DBG] from='client.33354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:22:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:27.891021+0000 mon.a (mon.0) 3758 : audit [DBG] from='client.? 172.21.15.177:0/2523303892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:22:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:27.264074+0000 mgr.y (mgr.24491) 17994 : audit [DBG] from='client.33348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:22:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:27.545613+0000 mgr.y (mgr.24491) 17995 : audit [DBG] from='client.33354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:22:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:27.891021+0000 mon.a (mon.0) 3758 : audit [DBG] from='client.? 172.21.15.177:0/2523303892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:22:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:27.264074+0000 mgr.y (mgr.24491) 17994 : audit [DBG] from='client.33348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:22:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:27.545613+0000 mgr.y (mgr.24491) 17995 : audit [DBG] from='client.33354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:22:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:27.891021+0000 mon.a (mon.0) 3758 : audit [DBG] from='client.? 172.21.15.177:0/2523303892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:22:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:28.570217+0000 mgr.y (mgr.24491) 17996 : cluster [DBG] pgmap v15898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:28.570217+0000 mgr.y (mgr.24491) 17996 : cluster [DBG] pgmap v15898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:28.570217+0000 mgr.y (mgr.24491) 17996 : cluster [DBG] pgmap v15898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:22:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:30.570908+0000 mgr.y (mgr.24491) 17997 : cluster [DBG] pgmap v15899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:30.570908+0000 mgr.y (mgr.24491) 17997 : cluster [DBG] pgmap v15899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:30.570908+0000 mgr.y (mgr.24491) 17997 : cluster [DBG] pgmap v15899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:32.571367+0000 mgr.y (mgr.24491) 17998 : cluster [DBG] pgmap v15900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:32.571367+0000 mgr.y (mgr.24491) 17998 : cluster [DBG] pgmap v15900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:32.571367+0000 mgr.y (mgr.24491) 17998 : cluster [DBG] pgmap v15900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:34.572029+0000 mgr.y (mgr.24491) 17999 : cluster [DBG] pgmap v15901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:34.572029+0000 mgr.y (mgr.24491) 17999 : cluster [DBG] pgmap v15901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:34.572029+0000 mgr.y (mgr.24491) 17999 : cluster [DBG] pgmap v15901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:36.572597+0000 mgr.y (mgr.24491) 18000 : cluster [DBG] pgmap v15902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:22:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:36.572597+0000 mgr.y (mgr.24491) 18000 : cluster [DBG] pgmap v15902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:36.572597+0000 mgr.y (mgr.24491) 18000 : cluster [DBG] pgmap v15902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:38.573039+0000 mgr.y (mgr.24491) 18001 : cluster [DBG] pgmap v15903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:38.573039+0000 mgr.y (mgr.24491) 18001 : cluster [DBG] pgmap v15903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:38.573039+0000 mgr.y (mgr.24491) 18001 : cluster [DBG] pgmap v15903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:22:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:40.573855+0000 mgr.y (mgr.24491) 18002 : cluster [DBG] pgmap v15904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:40.573855+0000 mgr.y (mgr.24491) 18002 : cluster [DBG] pgmap v15904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:40.573855+0000 mgr.y (mgr.24491) 18002 : cluster [DBG] pgmap v15904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:42.574201+0000 mgr.y (mgr.24491) 18003 : cluster [DBG] pgmap v15905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:42.574201+0000 mgr.y (mgr.24491) 18003 : cluster [DBG] pgmap v15905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:42.574201+0000 mgr.y (mgr.24491) 18003 : cluster [DBG] pgmap v15905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:44.574822+0000 mgr.y (mgr.24491) 18004 : cluster [DBG] pgmap v15906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:44.574822+0000 mgr.y (mgr.24491) 18004 : cluster [DBG] pgmap v15906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:44.574822+0000 mgr.y (mgr.24491) 18004 : cluster [DBG] pgmap v15906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:46.575228+0000 mgr.y (mgr.24491) 18005 : cluster [DBG] pgmap v15907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:22:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:46.575228+0000 mgr.y (mgr.24491) 18005 : cluster [DBG] pgmap v15907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:46.575228+0000 mgr.y (mgr.24491) 18005 : cluster [DBG] pgmap v15907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:48.252332+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:22:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:48.252332+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:22:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:48.252332+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:22:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:48.575576+0000 mgr.y (mgr.24491) 18006 : cluster [DBG] pgmap v15908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:48.575576+0000 mgr.y (mgr.24491) 18006 : cluster [DBG] pgmap v15908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:48.575576+0000 mgr.y (mgr.24491) 18006 : cluster [DBG] pgmap v15908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:22:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:50.576375+0000 mgr.y (mgr.24491) 18007 : cluster [DBG] pgmap v15909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:50.870846+0000 mon.a (mon.0) 3760 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:22:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:51.436010+0000 mon.a (mon.0) 3761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:22:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:51.715252+0000 mon.a (mon.0) 3762 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:22:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:51.715995+0000 mon.a (mon.0) 3763 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:22:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:51.722648+0000 mon.a (mon.0) 3764 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:22:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:50.576375+0000 mgr.y (mgr.24491) 18007 : cluster [DBG] pgmap v15909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:50.870846+0000 mon.a (mon.0) 3760 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:22:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:51.436010+0000 mon.a (mon.0) 3761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:22:52.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:51.715252+0000 mon.a (mon.0) 3762 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:22:52.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:51.715995+0000 mon.a (mon.0) 3763 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:22:52.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:51.722648+0000 mon.a (mon.0) 3764 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:22:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:50.576375+0000 mgr.y (mgr.24491) 18007 : cluster [DBG] pgmap v15909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:50.870846+0000 mon.a (mon.0) 3760 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:22:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:51.436010+0000 mon.a (mon.0) 3761 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:22:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:51.715252+0000 mon.a (mon.0) 3762 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:22:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:51.715995+0000 mon.a (mon.0) 3763 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:22:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:51.722648+0000 mon.a (mon.0) 3764 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:22:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:52.576888+0000 mgr.y (mgr.24491) 18008 : cluster [DBG] pgmap v15910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:52.576888+0000 mgr.y (mgr.24491) 18008 : cluster [DBG] pgmap v15910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:52.576888+0000 mgr.y (mgr.24491) 18008 : cluster [DBG] pgmap v15910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:54.577540+0000 mgr.y (mgr.24491) 18009 : cluster [DBG] pgmap v15911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:54.577540+0000 mgr.y (mgr.24491) 18009 : cluster [DBG] pgmap v15911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:54.577540+0000 mgr.y (mgr.24491) 18009 : cluster [DBG] pgmap v15911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:22:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:22:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:56.578017+0000 mgr.y (mgr.24491) 18010 : cluster [DBG] pgmap v15912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:56.578017+0000 mgr.y (mgr.24491) 18010 : cluster [DBG] pgmap v15912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:58.204 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:22:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:56.578017+0000 mgr.y (mgr.24491) 18010 : cluster [DBG] pgmap v15912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:22:58.480 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:22:58.480 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:22:58.480 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7s ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:22:58.480 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:22:58.480 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:22:58.480 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 7s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:22:58.480 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 7s ago 8h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:22:58.480 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 7s ago 8h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 7s ago 8h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 7s ago 8h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7s ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7s ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 7s ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 7s ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 7s ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7s ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7s ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:22:58.481 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7s ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:22:58.812 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:22:58.813 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:22:58.814 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:22:58.814 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:22:58.814 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:22:58.814 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:22:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:58.813955+0000 mon.a (mon.0) 3765 : audit [DBG] from='client.? 172.21.15.177:0/2147142848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:22:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:58.813955+0000 mon.a (mon.0) 3765 : audit [DBG] from='client.? 172.21.15.177:0/2147142848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:22:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:58.813955+0000 mon.a (mon.0) 3765 : audit [DBG] from='client.? 172.21.15.177:0/2147142848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:23:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:58.193157+0000 mgr.y (mgr.24491) 18011 : audit [DBG] from='client.33366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:22:58.473893+0000 mgr.y (mgr.24491) 18012 : audit [DBG] from='client.43280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:22:58.578347+0000 mgr.y (mgr.24491) 18013 : cluster [DBG] pgmap v15913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:58.193157+0000 mgr.y (mgr.24491) 18011 : audit [DBG] from='client.33366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:22:58.473893+0000 mgr.y (mgr.24491) 18012 : audit [DBG] from='client.43280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:22:58.578347+0000 mgr.y (mgr.24491) 18013 : cluster [DBG] pgmap v15913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:58.193157+0000 mgr.y (mgr.24491) 18011 : audit [DBG] from='client.33366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:22:58.473893+0000 mgr.y (mgr.24491) 18012 : audit [DBG] from='client.43280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:22:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:22:58.578347+0000 mgr.y (mgr.24491) 18013 : cluster [DBG] pgmap v15913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:23:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:00.579146+0000 mgr.y (mgr.24491) 18014 : cluster [DBG] pgmap v15914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:00.579146+0000 mgr.y (mgr.24491) 18014 : cluster [DBG] pgmap v15914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:00.579146+0000 mgr.y (mgr.24491) 18014 : cluster [DBG] pgmap v15914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:02.579584+0000 mgr.y (mgr.24491) 18015 : cluster [DBG] pgmap v15915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:02.579584+0000 mgr.y (mgr.24491) 18015 : cluster [DBG] pgmap v15915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:02.579584+0000 mgr.y (mgr.24491) 18015 : cluster [DBG] pgmap v15915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:04.580226+0000 mgr.y (mgr.24491) 18016 : cluster [DBG] pgmap v15916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:04.580226+0000 mgr.y (mgr.24491) 18016 : cluster [DBG] pgmap v15916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:04.580226+0000 mgr.y (mgr.24491) 18016 : cluster [DBG] pgmap v15916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:07] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:23:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:06.580742+0000 mgr.y (mgr.24491) 18017 : cluster [DBG] pgmap v15917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:06.580742+0000 mgr.y (mgr.24491) 18017 : cluster [DBG] pgmap v15917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:06.580742+0000 mgr.y (mgr.24491) 18017 : cluster [DBG] pgmap v15917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:08.581339+0000 mgr.y (mgr.24491) 18018 : cluster [DBG] pgmap v15918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:08.581339+0000 mgr.y (mgr.24491) 18018 : cluster [DBG] pgmap v15918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:08.581339+0000 mgr.y (mgr.24491) 18018 : cluster [DBG] pgmap v15918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:23:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:10.582104+0000 mgr.y (mgr.24491) 18019 : cluster [DBG] pgmap v15919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:10.582104+0000 mgr.y (mgr.24491) 18019 : cluster [DBG] pgmap v15919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:10.582104+0000 mgr.y (mgr.24491) 18019 : cluster [DBG] pgmap v15919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:12.582479+0000 mgr.y (mgr.24491) 18020 : cluster [DBG] pgmap v15920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:12.582479+0000 mgr.y (mgr.24491) 18020 : cluster [DBG] pgmap v15920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:12.582479+0000 mgr.y (mgr.24491) 18020 : cluster [DBG] pgmap v15920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:14.583147+0000 mgr.y (mgr.24491) 18021 : cluster [DBG] pgmap v15921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:14.583147+0000 mgr.y (mgr.24491) 18021 : cluster [DBG] pgmap v15921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:14.583147+0000 mgr.y (mgr.24491) 18021 : cluster [DBG] pgmap v15921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:23:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:16.583663+0000 mgr.y (mgr.24491) 18022 : cluster [DBG] pgmap v15922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:16.583663+0000 mgr.y (mgr.24491) 18022 : cluster [DBG] pgmap v15922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:16.583663+0000 mgr.y (mgr.24491) 18022 : cluster [DBG] pgmap v15922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:18.584163+0000 mgr.y (mgr.24491) 18023 : cluster [DBG] pgmap v15923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:18.584163+0000 mgr.y (mgr.24491) 18023 : cluster [DBG] pgmap v15923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:18.584163+0000 mgr.y (mgr.24491) 18023 : cluster [DBG] pgmap v15923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:23:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:20.585019+0000 mgr.y (mgr.24491) 18024 : cluster [DBG] pgmap v15924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:20.585019+0000 mgr.y (mgr.24491) 18024 : cluster [DBG] pgmap v15924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:20.585019+0000 mgr.y (mgr.24491) 18024 : cluster [DBG] pgmap v15924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:22.585446+0000 mgr.y (mgr.24491) 18025 : cluster [DBG] pgmap v15925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:22.585446+0000 mgr.y (mgr.24491) 18025 : cluster [DBG] pgmap v15925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:22.585446+0000 mgr.y (mgr.24491) 18025 : cluster [DBG] pgmap v15925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:24.586121+0000 mgr.y (mgr.24491) 18026 : cluster [DBG] pgmap v15926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:24.586121+0000 mgr.y (mgr.24491) 18026 : cluster [DBG] pgmap v15926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:24.586121+0000 mgr.y (mgr.24491) 18026 : cluster [DBG] pgmap v15926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:23:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:26.586520+0000 mgr.y (mgr.24491) 18027 : cluster [DBG] pgmap v15927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:26.586520+0000 mgr.y (mgr.24491) 18027 : cluster [DBG] pgmap v15927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:26.586520+0000 mgr.y (mgr.24491) 18027 : cluster [DBG] pgmap v15927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:29.126 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:23:29.405 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:23:29.405 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 38s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:23:29.405 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 37s ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:23:29.405 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 38s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 37s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 37s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 38s ago 8h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 38s ago 8h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 37s ago 8h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 38s ago 8h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 38s ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 37s ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 38s ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 38s ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 38s ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 38s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 37s ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:23:29.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 37s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:23:29.407 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 37s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:23:29.407 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 37s ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:23:29.407 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 37s ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:23:29.739 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:23:29.739 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:23:29.739 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:23:29.740 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:23:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:28.586920+0000 mgr.y (mgr.24491) 18028 : cluster [DBG] pgmap v15928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:23:29.740526+0000 mon.a (mon.0) 3766 : audit [DBG] from='client.? 172.21.15.177:0/1732288807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:23:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:28.586920+0000 mgr.y (mgr.24491) 18028 : cluster [DBG] pgmap v15928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:23:29.740526+0000 mon.a (mon.0) 3766 : audit [DBG] from='client.? 172.21.15.177:0/1732288807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:23:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:28.586920+0000 mgr.y (mgr.24491) 18028 : cluster [DBG] pgmap v15928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:23:29.740526+0000 mon.a (mon.0) 3766 : audit [DBG] from='client.? 172.21.15.177:0/1732288807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:23:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:23:31.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:23:29.115086+0000 mgr.y (mgr.24491) 18029 : audit [DBG] from='client.33384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:31.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:23:29.398936+0000 mgr.y (mgr.24491) 18030 : audit [DBG] from='client.33390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:23:29.115086+0000 mgr.y (mgr.24491) 18029 : audit [DBG] from='client.33384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:31.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:23:29.398936+0000 mgr.y (mgr.24491) 18030 : audit [DBG] from='client.33390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:23:29.115086+0000 mgr.y (mgr.24491) 18029 : audit [DBG] from='client.33384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:23:29.398936+0000 mgr.y (mgr.24491) 18030 : audit [DBG] from='client.33390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:23:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:30.587493+0000 mgr.y (mgr.24491) 18031 : cluster [DBG] pgmap v15929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:30.587493+0000 mgr.y (mgr.24491) 18031 : cluster [DBG] pgmap v15929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:30.587493+0000 mgr.y (mgr.24491) 18031 : cluster [DBG] pgmap v15929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:32.588077+0000 mgr.y (mgr.24491) 18032 : cluster [DBG] pgmap v15930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:32.588077+0000 mgr.y (mgr.24491) 18032 : cluster [DBG] pgmap v15930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:32.588077+0000 mgr.y (mgr.24491) 18032 : cluster [DBG] pgmap v15930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:34.588860+0000 mgr.y (mgr.24491) 18033 : cluster [DBG] pgmap v15931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:34.588860+0000 mgr.y (mgr.24491) 18033 : cluster [DBG] pgmap v15931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:34.588860+0000 mgr.y (mgr.24491) 18033 : cluster [DBG] pgmap v15931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:23:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:36.589251+0000 mgr.y (mgr.24491) 18034 : cluster [DBG] pgmap v15932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:36.589251+0000 mgr.y (mgr.24491) 18034 : cluster [DBG] pgmap v15932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:36.589251+0000 mgr.y (mgr.24491) 18034 : cluster [DBG] pgmap v15932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:38.589700+0000 mgr.y (mgr.24491) 18035 : cluster [DBG] pgmap v15933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:38.589700+0000 mgr.y (mgr.24491) 18035 : cluster [DBG] pgmap v15933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:38.589700+0000 mgr.y (mgr.24491) 18035 : cluster [DBG] pgmap v15933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:23:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:40.590391+0000 mgr.y (mgr.24491) 18036 : cluster [DBG] pgmap v15934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:40.590391+0000 mgr.y (mgr.24491) 18036 : cluster [DBG] pgmap v15934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:40.590391+0000 mgr.y (mgr.24491) 18036 : cluster [DBG] pgmap v15934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:42.590842+0000 mgr.y (mgr.24491) 18037 : cluster [DBG] pgmap v15935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:42.590842+0000 mgr.y (mgr.24491) 18037 : cluster [DBG] pgmap v15935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:42.590842+0000 mgr.y (mgr.24491) 18037 : cluster [DBG] pgmap v15935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:44.591605+0000 mgr.y (mgr.24491) 18038 : cluster [DBG] pgmap v15936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:44.591605+0000 mgr.y (mgr.24491) 18038 : cluster [DBG] pgmap v15936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:44.591605+0000 mgr.y (mgr.24491) 18038 : cluster [DBG] pgmap v15936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:23:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:46.592189+0000 mgr.y (mgr.24491) 18039 : cluster [DBG] pgmap v15937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:46.592189+0000 mgr.y (mgr.24491) 18039 : cluster [DBG] pgmap v15937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:46.592189+0000 mgr.y (mgr.24491) 18039 : cluster [DBG] pgmap v15937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:48.592719+0000 mgr.y (mgr.24491) 18040 : cluster [DBG] pgmap v15938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:48.592719+0000 mgr.y (mgr.24491) 18040 : cluster [DBG] pgmap v15938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:48.592719+0000 mgr.y (mgr.24491) 18040 : cluster [DBG] pgmap v15938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:23:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:50.593386+0000 mgr.y (mgr.24491) 18041 : cluster [DBG] pgmap v15939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:23:51.727476+0000 mon.a (mon.0) 3767 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:23:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:50.593386+0000 mgr.y (mgr.24491) 18041 : cluster [DBG] pgmap v15939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:23:51.727476+0000 mon.a (mon.0) 3767 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:23:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:50.593386+0000 mgr.y (mgr.24491) 18041 : cluster [DBG] pgmap v15939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:23:51.727476+0000 mon.a (mon.0) 3767 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:23:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:23:52.022094+0000 mon.a (mon.0) 3768 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:23:53.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:23:52.022681+0000 mon.a (mon.0) 3769 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:23:53.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:23:52.028969+0000 mon.a (mon.0) 3770 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:23:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:23:52.022094+0000 mon.a (mon.0) 3768 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:23:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:23:52.022681+0000 mon.a (mon.0) 3769 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:23:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:23:52.028969+0000 mon.a (mon.0) 3770 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:23:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:23:52.022094+0000 mon.a (mon.0) 3768 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:23:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:23:52.022681+0000 mon.a (mon.0) 3769 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:23:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:23:52.028969+0000 mon.a (mon.0) 3770 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:23:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:52.593763+0000 mgr.y (mgr.24491) 18042 : cluster [DBG] pgmap v15940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:52.593763+0000 mgr.y (mgr.24491) 18042 : cluster [DBG] pgmap v15940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:52.593763+0000 mgr.y (mgr.24491) 18042 : cluster [DBG] pgmap v15940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:54.594340+0000 mgr.y (mgr.24491) 18043 : cluster [DBG] pgmap v15941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:54.594340+0000 mgr.y (mgr.24491) 18043 : cluster [DBG] pgmap v15941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:54.594340+0000 mgr.y (mgr.24491) 18043 : cluster [DBG] pgmap v15941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:57.991 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:23:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:23:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:56.594816+0000 mgr.y (mgr.24491) 18044 : cluster [DBG] pgmap v15942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:56.594816+0000 mgr.y (mgr.24491) 18044 : cluster [DBG] pgmap v15942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:23:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:56.594816+0000 mgr.y (mgr.24491) 18044 : cluster [DBG] pgmap v15942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:00.052 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:24:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:23:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:23:58.595254+0000 mgr.y (mgr.24491) 18045 : cluster [DBG] pgmap v15943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:00.329 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:24:00.329 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 69s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:24:00.329 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 68s ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:24:00.329 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 69s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:24:00.329 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 68s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:24:00.329 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 68s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 69s ago 8h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 69s ago 8h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 68s ago 8h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 69s ago 8h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 69s ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 68s ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 69s ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 69s ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 69s ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 69s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 68s ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 68s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 68s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:24:00.330 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 68s ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:24:00.331 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 68s ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:24:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:23:58.595254+0000 mgr.y (mgr.24491) 18045 : cluster [DBG] pgmap v15943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:23:58.595254+0000 mgr.y (mgr.24491) 18045 : cluster [DBG] pgmap v15943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:00.666 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:24:00.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:24:00.668 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:24:00.668 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:24:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:24:00.667861+0000 mon.a (mon.0) 3771 : audit [DBG] from='client.? 172.21.15.177:0/1528924707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:24:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:24:00.667861+0000 mon.a (mon.0) 3771 : audit [DBG] from='client.? 172.21.15.177:0/1528924707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:24:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:24:00.667861+0000 mon.a (mon.0) 3771 : audit [DBG] from='client.? 172.21.15.177:0/1528924707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:24:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:24:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:24:00.041336+0000 mgr.y (mgr.24491) 18046 : audit [DBG] from='client.33402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:24:00.322843+0000 mgr.y (mgr.24491) 18047 : audit [DBG] from='client.33408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:00.595854+0000 mgr.y (mgr.24491) 18048 : cluster [DBG] pgmap v15944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:24:00.041336+0000 mgr.y (mgr.24491) 18046 : audit [DBG] from='client.33402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:24:00.322843+0000 mgr.y (mgr.24491) 18047 : audit [DBG] from='client.33408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:00.595854+0000 mgr.y (mgr.24491) 18048 : cluster [DBG] pgmap v15944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:24:00.041336+0000 mgr.y (mgr.24491) 18046 : audit [DBG] from='client.33402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:24:00.322843+0000 mgr.y (mgr.24491) 18047 : audit [DBG] from='client.33408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:00.595854+0000 mgr.y (mgr.24491) 18048 : cluster [DBG] pgmap v15944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:02.596198+0000 mgr.y (mgr.24491) 18049 : cluster [DBG] pgmap v15945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:02.596198+0000 mgr.y (mgr.24491) 18049 : cluster [DBG] pgmap v15945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:02.596198+0000 mgr.y (mgr.24491) 18049 : cluster [DBG] pgmap v15945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:06.406 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:04.596783+0000 mgr.y (mgr.24491) 18050 : cluster [DBG] pgmap v15946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:06.406 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:04.596783+0000 mgr.y (mgr.24491) 18050 : cluster [DBG] pgmap v15946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:04.596783+0000 mgr.y (mgr.24491) 18050 : cluster [DBG] pgmap v15946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:08.010 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:24:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:06.597297+0000 mgr.y (mgr.24491) 18051 : cluster [DBG] pgmap v15947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:06.597297+0000 mgr.y (mgr.24491) 18051 : cluster [DBG] pgmap v15947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:06.597297+0000 mgr.y (mgr.24491) 18051 : cluster [DBG] pgmap v15947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:08.597764+0000 mgr.y (mgr.24491) 18052 : cluster [DBG] pgmap v15948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:08.597764+0000 mgr.y (mgr.24491) 18052 : cluster [DBG] pgmap v15948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:08.597764+0000 mgr.y (mgr.24491) 18052 : cluster [DBG] pgmap v15948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:24:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:10.598635+0000 mgr.y (mgr.24491) 18053 : cluster [DBG] pgmap v15949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:10.598635+0000 mgr.y (mgr.24491) 18053 : cluster [DBG] pgmap v15949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:10.598635+0000 mgr.y (mgr.24491) 18053 : cluster [DBG] pgmap v15949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:12.599056+0000 mgr.y (mgr.24491) 18054 : cluster [DBG] pgmap v15950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:12.599056+0000 mgr.y (mgr.24491) 18054 : cluster [DBG] pgmap v15950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:12.599056+0000 mgr.y (mgr.24491) 18054 : cluster [DBG] pgmap v15950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:14.599803+0000 mgr.y (mgr.24491) 18055 : cluster [DBG] pgmap v15951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:14.599803+0000 mgr.y (mgr.24491) 18055 : cluster [DBG] pgmap v15951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:14.599803+0000 mgr.y (mgr.24491) 18055 : cluster [DBG] pgmap v15951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:16.600267+0000 mgr.y (mgr.24491) 18056 : cluster [DBG] pgmap v15952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:24:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:16.600267+0000 mgr.y (mgr.24491) 18056 : cluster [DBG] pgmap v15952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:16.600267+0000 mgr.y (mgr.24491) 18056 : cluster [DBG] pgmap v15952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:18.600823+0000 mgr.y (mgr.24491) 18057 : cluster [DBG] pgmap v15953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:18.600823+0000 mgr.y (mgr.24491) 18057 : cluster [DBG] pgmap v15953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:18.600823+0000 mgr.y (mgr.24491) 18057 : cluster [DBG] pgmap v15953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:24:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:20.601569+0000 mgr.y (mgr.24491) 18058 : cluster [DBG] pgmap v15954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:20.601569+0000 mgr.y (mgr.24491) 18058 : cluster [DBG] pgmap v15954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:20.601569+0000 mgr.y (mgr.24491) 18058 : cluster [DBG] pgmap v15954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:22.602096+0000 mgr.y (mgr.24491) 18059 : cluster [DBG] pgmap v15955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:22.602096+0000 mgr.y (mgr.24491) 18059 : cluster [DBG] pgmap v15955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:22.602096+0000 mgr.y (mgr.24491) 18059 : cluster [DBG] pgmap v15955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:24.602911+0000 mgr.y (mgr.24491) 18060 : cluster [DBG] pgmap v15956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:24.602911+0000 mgr.y (mgr.24491) 18060 : cluster [DBG] pgmap v15956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:24.602911+0000 mgr.y (mgr.24491) 18060 : cluster [DBG] pgmap v15956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:26.603356+0000 mgr.y (mgr.24491) 18061 : cluster [DBG] pgmap v15957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:24:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:26.603356+0000 mgr.y (mgr.24491) 18061 : cluster [DBG] pgmap v15957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:26.603356+0000 mgr.y (mgr.24491) 18061 : cluster [DBG] pgmap v15957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:28.603915+0000 mgr.y (mgr.24491) 18062 : cluster [DBG] pgmap v15958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:28.603915+0000 mgr.y (mgr.24491) 18062 : cluster [DBG] pgmap v15958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:28.603915+0000 mgr.y (mgr.24491) 18062 : cluster [DBG] pgmap v15958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:30.972 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:24:31.247 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:24:31.247 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 100s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:24:31.247 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 99s ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:24:31.247 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 100s ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:24:31.247 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 99s ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:24:31.247 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 99s ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:24:31.247 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 100s ago 8h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 100s ago 8h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 99s ago 8h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 100s ago 8h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 100s ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 99s ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 100s ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 100s ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 100s ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 100s ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 99s ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 99s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 99s ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 99s ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:24:31.248 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 99s ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:24:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:24:31.581 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:24:31.581 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:24:31.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:24:31.581 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:24:31.581 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:24:31.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:24:31.581 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:24:31.582 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:24:31.582 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:24:31.582 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:24:31.582 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:24:31.582 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:24:31.582 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:24:31.582 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:24:31.582 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:24:31.582 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:24:31.582 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:24:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:30.604789+0000 mgr.y (mgr.24491) 18063 : cluster [DBG] pgmap v15959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:24:30.961263+0000 mgr.y (mgr.24491) 18064 : audit [DBG] from='client.33420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:24:31.582299+0000 mon.a (mon.0) 3772 : audit [DBG] from='client.? 172.21.15.177:0/3453054045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:24:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:30.604789+0000 mgr.y (mgr.24491) 18063 : cluster [DBG] pgmap v15959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:24:30.961263+0000 mgr.y (mgr.24491) 18064 : audit [DBG] from='client.33420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:24:31.582299+0000 mon.a (mon.0) 3772 : audit [DBG] from='client.? 172.21.15.177:0/3453054045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:24:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:30.604789+0000 mgr.y (mgr.24491) 18063 : cluster [DBG] pgmap v15959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:24:30.961263+0000 mgr.y (mgr.24491) 18064 : audit [DBG] from='client.33420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:24:31.582299+0000 mon.a (mon.0) 3772 : audit [DBG] from='client.? 172.21.15.177:0/3453054045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:24:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:24:31.240407+0000 mgr.y (mgr.24491) 18065 : audit [DBG] from='client.43334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:24:31.240407+0000 mgr.y (mgr.24491) 18065 : audit [DBG] from='client.43334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:24:31.240407+0000 mgr.y (mgr.24491) 18065 : audit [DBG] from='client.43334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:24:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:32.605185+0000 mgr.y (mgr.24491) 18066 : cluster [DBG] pgmap v15960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:32.605185+0000 mgr.y (mgr.24491) 18066 : cluster [DBG] pgmap v15960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:32.605185+0000 mgr.y (mgr.24491) 18066 : cluster [DBG] pgmap v15960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:36.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:34.605831+0000 mgr.y (mgr.24491) 18067 : cluster [DBG] pgmap v15961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:34.605831+0000 mgr.y (mgr.24491) 18067 : cluster [DBG] pgmap v15961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:34.605831+0000 mgr.y (mgr.24491) 18067 : cluster [DBG] pgmap v15961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:36.606393+0000 mgr.y (mgr.24491) 18068 : cluster [DBG] pgmap v15962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:24:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:36.606393+0000 mgr.y (mgr.24491) 18068 : cluster [DBG] pgmap v15962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:36.606393+0000 mgr.y (mgr.24491) 18068 : cluster [DBG] pgmap v15962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:38.606840+0000 mgr.y (mgr.24491) 18069 : cluster [DBG] pgmap v15963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:38.606840+0000 mgr.y (mgr.24491) 18069 : cluster [DBG] pgmap v15963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:38.606840+0000 mgr.y (mgr.24491) 18069 : cluster [DBG] pgmap v15963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:24:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:40.607564+0000 mgr.y (mgr.24491) 18070 : cluster [DBG] pgmap v15964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:40.607564+0000 mgr.y (mgr.24491) 18070 : cluster [DBG] pgmap v15964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:40.607564+0000 mgr.y (mgr.24491) 18070 : cluster [DBG] pgmap v15964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:42.607968+0000 mgr.y (mgr.24491) 18071 : cluster [DBG] pgmap v15965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:42.607968+0000 mgr.y (mgr.24491) 18071 : cluster [DBG] pgmap v15965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:42.607968+0000 mgr.y (mgr.24491) 18071 : cluster [DBG] pgmap v15965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:44.608590+0000 mgr.y (mgr.24491) 18072 : cluster [DBG] pgmap v15966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:44.608590+0000 mgr.y (mgr.24491) 18072 : cluster [DBG] pgmap v15966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:44.608590+0000 mgr.y (mgr.24491) 18072 : cluster [DBG] pgmap v15966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:46.609259+0000 mgr.y (mgr.24491) 18073 : cluster [DBG] pgmap v15967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:47] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:24:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:46.609259+0000 mgr.y (mgr.24491) 18073 : cluster [DBG] pgmap v15967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:46.609259+0000 mgr.y (mgr.24491) 18073 : cluster [DBG] pgmap v15967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:48.609660+0000 mgr.y (mgr.24491) 18074 : cluster [DBG] pgmap v15968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:48.609660+0000 mgr.y (mgr.24491) 18074 : cluster [DBG] pgmap v15968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:48.609660+0000 mgr.y (mgr.24491) 18074 : cluster [DBG] pgmap v15968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:24:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:50.610404+0000 mgr.y (mgr.24491) 18075 : cluster [DBG] pgmap v15969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:50.610404+0000 mgr.y (mgr.24491) 18075 : cluster [DBG] pgmap v15969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:50.610404+0000 mgr.y (mgr.24491) 18075 : cluster [DBG] pgmap v15969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:24:52.033179+0000 mon.a (mon.0) 3773 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:24:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:24:52.328253+0000 mon.a (mon.0) 3774 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:24:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:24:52.328894+0000 mon.a (mon.0) 3775 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:24:53.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:24:52.333037+0000 mon.a (mon.0) 3776 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:24:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:24:52.033179+0000 mon.a (mon.0) 3773 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:24:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:24:52.328253+0000 mon.a (mon.0) 3774 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:24:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:24:52.328894+0000 mon.a (mon.0) 3775 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:24:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:24:52.333037+0000 mon.a (mon.0) 3776 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:24:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:24:52.033179+0000 mon.a (mon.0) 3773 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:24:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:24:52.328253+0000 mon.a (mon.0) 3774 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:24:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:24:52.328894+0000 mon.a (mon.0) 3775 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:24:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:24:52.333037+0000 mon.a (mon.0) 3776 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:24:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:52.610737+0000 mgr.y (mgr.24491) 18076 : cluster [DBG] pgmap v15970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:52.610737+0000 mgr.y (mgr.24491) 18076 : cluster [DBG] pgmap v15970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:52.610737+0000 mgr.y (mgr.24491) 18076 : cluster [DBG] pgmap v15970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:54.611366+0000 mgr.y (mgr.24491) 18077 : cluster [DBG] pgmap v15971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:54.611366+0000 mgr.y (mgr.24491) 18077 : cluster [DBG] pgmap v15971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:54.611366+0000 mgr.y (mgr.24491) 18077 : cluster [DBG] pgmap v15971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:56.611768+0000 mgr.y (mgr.24491) 18078 : cluster [DBG] pgmap v15972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:56.611768+0000 mgr.y (mgr.24491) 18078 : cluster [DBG] pgmap v15972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:24:57] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:24:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:56.611768+0000 mgr.y (mgr.24491) 18078 : cluster [DBG] pgmap v15972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:24:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:24:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:24:58.612188+0000 mgr.y (mgr.24491) 18079 : cluster [DBG] pgmap v15973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:24:58.612188+0000 mgr.y (mgr.24491) 18079 : cluster [DBG] pgmap v15973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:24:58.612188+0000 mgr.y (mgr.24491) 18079 : cluster [DBG] pgmap v15973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:25:01.892 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:25:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:00.612765+0000 mgr.y (mgr.24491) 18080 : cluster [DBG] pgmap v15974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:00.612765+0000 mgr.y (mgr.24491) 18080 : cluster [DBG] pgmap v15974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:00.612765+0000 mgr.y (mgr.24491) 18080 : cluster [DBG] pgmap v15974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 2m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 2m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 2m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 2m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 2m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 2m ago 8h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 2m ago 8h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 2m ago 8h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 2m ago 8h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 2m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 2m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:25:02.171 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 2m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:25:02.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 2m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:25:02.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 2m ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:25:02.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 2m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:25:02.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 2m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:25:02.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 2m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:25:02.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 2m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:25:02.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 2m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:25:02.172 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 2m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:25:02.510 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:25:02.510 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:25:02.510 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:25:02.510 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:25:02.510 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:25:02.510 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:25:02.510 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:25:02.510 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:25:02.510 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:25:02.511 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:25:02.511 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:25:02.511 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:25:02.511 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:25:02.511 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:25:02.511 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:25:02.511 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:25:02.511 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:25:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:25:01.881823+0000 mgr.y (mgr.24491) 18081 : audit [DBG] from='client.43346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:25:02.511302+0000 mon.c (mon.2) 555 : audit [DBG] from='client.? 172.21.15.177:0/2807726109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:25:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:25:01.881823+0000 mgr.y (mgr.24491) 18081 : audit [DBG] from='client.43346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:25:02.511302+0000 mon.c (mon.2) 555 : audit [DBG] from='client.? 172.21.15.177:0/2807726109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:25:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:25:01.881823+0000 mgr.y (mgr.24491) 18081 : audit [DBG] from='client.43346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:25:02.511302+0000 mon.c (mon.2) 555 : audit [DBG] from='client.? 172.21.15.177:0/2807726109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:25:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:25:02.164271+0000 mgr.y (mgr.24491) 18082 : audit [DBG] from='client.33444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:02.613155+0000 mgr.y (mgr.24491) 18083 : cluster [DBG] pgmap v15975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:25:02.164271+0000 mgr.y (mgr.24491) 18082 : audit [DBG] from='client.33444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:02.613155+0000 mgr.y (mgr.24491) 18083 : cluster [DBG] pgmap v15975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:25:02.164271+0000 mgr.y (mgr.24491) 18082 : audit [DBG] from='client.33444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:02.613155+0000 mgr.y (mgr.24491) 18083 : cluster [DBG] pgmap v15975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:04.613645+0000 mgr.y (mgr.24491) 18084 : cluster [DBG] pgmap v15976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:04.613645+0000 mgr.y (mgr.24491) 18084 : cluster [DBG] pgmap v15976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:04.613645+0000 mgr.y (mgr.24491) 18084 : cluster [DBG] pgmap v15976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:25:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:06.614135+0000 mgr.y (mgr.24491) 18085 : cluster [DBG] pgmap v15977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:06.614135+0000 mgr.y (mgr.24491) 18085 : cluster [DBG] pgmap v15977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:06.614135+0000 mgr.y (mgr.24491) 18085 : cluster [DBG] pgmap v15977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:08.614510+0000 mgr.y (mgr.24491) 18086 : cluster [DBG] pgmap v15978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:08.614510+0000 mgr.y (mgr.24491) 18086 : cluster [DBG] pgmap v15978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:08.614510+0000 mgr.y (mgr.24491) 18086 : cluster [DBG] pgmap v15978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:25:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:10.615438+0000 mgr.y (mgr.24491) 18087 : cluster [DBG] pgmap v15979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:10.615438+0000 mgr.y (mgr.24491) 18087 : cluster [DBG] pgmap v15979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:10.615438+0000 mgr.y (mgr.24491) 18087 : cluster [DBG] pgmap v15979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:12.615860+0000 mgr.y (mgr.24491) 18088 : cluster [DBG] pgmap v15980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:12.615860+0000 mgr.y (mgr.24491) 18088 : cluster [DBG] pgmap v15980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:12.615860+0000 mgr.y (mgr.24491) 18088 : cluster [DBG] pgmap v15980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:14.616630+0000 mgr.y (mgr.24491) 18089 : cluster [DBG] pgmap v15981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:14.616630+0000 mgr.y (mgr.24491) 18089 : cluster [DBG] pgmap v15981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:14.616630+0000 mgr.y (mgr.24491) 18089 : cluster [DBG] pgmap v15981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:17] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:25:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:16.617235+0000 mgr.y (mgr.24491) 18090 : cluster [DBG] pgmap v15982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:16.617235+0000 mgr.y (mgr.24491) 18090 : cluster [DBG] pgmap v15982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:16.617235+0000 mgr.y (mgr.24491) 18090 : cluster [DBG] pgmap v15982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:18.617857+0000 mgr.y (mgr.24491) 18091 : cluster [DBG] pgmap v15983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:18.617857+0000 mgr.y (mgr.24491) 18091 : cluster [DBG] pgmap v15983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:18.617857+0000 mgr.y (mgr.24491) 18091 : cluster [DBG] pgmap v15983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:21.502 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:25:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:20.618558+0000 mgr.y (mgr.24491) 18092 : cluster [DBG] pgmap v15984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:20.618558+0000 mgr.y (mgr.24491) 18092 : cluster [DBG] pgmap v15984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:20.618558+0000 mgr.y (mgr.24491) 18092 : cluster [DBG] pgmap v15984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:22.619136+0000 mgr.y (mgr.24491) 18093 : cluster [DBG] pgmap v15985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:22.619136+0000 mgr.y (mgr.24491) 18093 : cluster [DBG] pgmap v15985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:24.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:22.619136+0000 mgr.y (mgr.24491) 18093 : cluster [DBG] pgmap v15985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:24.619781+0000 mgr.y (mgr.24491) 18094 : cluster [DBG] pgmap v15986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:24.619781+0000 mgr.y (mgr.24491) 18094 : cluster [DBG] pgmap v15986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:24.619781+0000 mgr.y (mgr.24491) 18094 : cluster [DBG] pgmap v15986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:26.620188+0000 mgr.y (mgr.24491) 18095 : cluster [DBG] pgmap v15987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:27] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:25:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:26.620188+0000 mgr.y (mgr.24491) 18095 : cluster [DBG] pgmap v15987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:26.620188+0000 mgr.y (mgr.24491) 18095 : cluster [DBG] pgmap v15987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:28.620558+0000 mgr.y (mgr.24491) 18096 : cluster [DBG] pgmap v15988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:28.620558+0000 mgr.y (mgr.24491) 18096 : cluster [DBG] pgmap v15988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:28.620558+0000 mgr.y (mgr.24491) 18096 : cluster [DBG] pgmap v15988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:25:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:30.621192+0000 mgr.y (mgr.24491) 18097 : cluster [DBG] pgmap v15989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:30.621192+0000 mgr.y (mgr.24491) 18097 : cluster [DBG] pgmap v15989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:30.621192+0000 mgr.y (mgr.24491) 18097 : cluster [DBG] pgmap v15989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:32.831 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:25:33.106 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:25:33.106 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 2m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:25:33.106 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 2m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:25:33.106 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 2m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:25:33.106 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 2m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:25:33.106 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 2m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 2m ago 8h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 2m ago 8h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 2m ago 8h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 2m ago 8h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 2m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 2m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 2m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 2m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 2m ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 2m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 2m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 2m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 2m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:25:33.107 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 2m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:25:33.108 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 2m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:25:33.439 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:25:33.439 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:25:33.439 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:25:33.439 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:25:33.439 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:25:33.439 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:25:33.439 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:25:33.439 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:25:33.439 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:25:33.439 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:25:33.439 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:25:33.440 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:25:33.440 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:25:33.440 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:25:33.440 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:25:33.440 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:25:33.440 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:25:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:32.621538+0000 mgr.y (mgr.24491) 18098 : cluster [DBG] pgmap v15990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:25:32.819908+0000 mgr.y (mgr.24491) 18099 : audit [DBG] from='client.33456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:25:33.440214+0000 mon.c (mon.2) 556 : audit [DBG] from='client.? 172.21.15.177:0/2962473869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:25:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:32.621538+0000 mgr.y (mgr.24491) 18098 : cluster [DBG] pgmap v15990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:25:32.819908+0000 mgr.y (mgr.24491) 18099 : audit [DBG] from='client.33456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:25:33.440214+0000 mon.c (mon.2) 556 : audit [DBG] from='client.? 172.21.15.177:0/2962473869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:25:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:32.621538+0000 mgr.y (mgr.24491) 18098 : cluster [DBG] pgmap v15990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:25:32.819908+0000 mgr.y (mgr.24491) 18099 : audit [DBG] from='client.33456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:25:33.440214+0000 mon.c (mon.2) 556 : audit [DBG] from='client.? 172.21.15.177:0/2962473869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:25:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:25:33.099615+0000 mgr.y (mgr.24491) 18100 : audit [DBG] from='client.43370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:25:33.099615+0000 mgr.y (mgr.24491) 18100 : audit [DBG] from='client.43370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:25:33.099615+0000 mgr.y (mgr.24491) 18100 : audit [DBG] from='client.43370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:25:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:34.622099+0000 mgr.y (mgr.24491) 18101 : cluster [DBG] pgmap v15991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:34.622099+0000 mgr.y (mgr.24491) 18101 : cluster [DBG] pgmap v15991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:36.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:34.622099+0000 mgr.y (mgr.24491) 18101 : cluster [DBG] pgmap v15991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:36.622492+0000 mgr.y (mgr.24491) 18102 : cluster [DBG] pgmap v15992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:25:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:36.622492+0000 mgr.y (mgr.24491) 18102 : cluster [DBG] pgmap v15992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:36.622492+0000 mgr.y (mgr.24491) 18102 : cluster [DBG] pgmap v15992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:38.622975+0000 mgr.y (mgr.24491) 18103 : cluster [DBG] pgmap v15993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:38.622975+0000 mgr.y (mgr.24491) 18103 : cluster [DBG] pgmap v15993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:38.622975+0000 mgr.y (mgr.24491) 18103 : cluster [DBG] pgmap v15993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:25:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:40.623793+0000 mgr.y (mgr.24491) 18104 : cluster [DBG] pgmap v15994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:40.623793+0000 mgr.y (mgr.24491) 18104 : cluster [DBG] pgmap v15994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:40.623793+0000 mgr.y (mgr.24491) 18104 : cluster [DBG] pgmap v15994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:42.624221+0000 mgr.y (mgr.24491) 18105 : cluster [DBG] pgmap v15995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:42.624221+0000 mgr.y (mgr.24491) 18105 : cluster [DBG] pgmap v15995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:42.624221+0000 mgr.y (mgr.24491) 18105 : cluster [DBG] pgmap v15995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:44.625017+0000 mgr.y (mgr.24491) 18106 : cluster [DBG] pgmap v15996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:44.625017+0000 mgr.y (mgr.24491) 18106 : cluster [DBG] pgmap v15996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:44.625017+0000 mgr.y (mgr.24491) 18106 : cluster [DBG] pgmap v15996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:25:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:46.625430+0000 mgr.y (mgr.24491) 18107 : cluster [DBG] pgmap v15997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:46.625430+0000 mgr.y (mgr.24491) 18107 : cluster [DBG] pgmap v15997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:46.625430+0000 mgr.y (mgr.24491) 18107 : cluster [DBG] pgmap v15997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:48.625915+0000 mgr.y (mgr.24491) 18108 : cluster [DBG] pgmap v15998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:48.625915+0000 mgr.y (mgr.24491) 18108 : cluster [DBG] pgmap v15998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:48.625915+0000 mgr.y (mgr.24491) 18108 : cluster [DBG] pgmap v15998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:25:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:50.626591+0000 mgr.y (mgr.24491) 18109 : cluster [DBG] pgmap v15999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:50.626591+0000 mgr.y (mgr.24491) 18109 : cluster [DBG] pgmap v15999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:50.626591+0000 mgr.y (mgr.24491) 18109 : cluster [DBG] pgmap v15999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:25:52.337268+0000 mon.a (mon.0) 3777 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:25:53.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:25:52.583358+0000 mon.a (mon.0) 3778 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:25:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:25:52.337268+0000 mon.a (mon.0) 3777 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:25:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:25:52.583358+0000 mon.a (mon.0) 3778 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:25:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:25:52.337268+0000 mon.a (mon.0) 3777 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:25:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:25:52.583358+0000 mon.a (mon.0) 3778 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:25:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:52.627020+0000 mgr.y (mgr.24491) 18110 : cluster [DBG] pgmap v16000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:25:52.855094+0000 mon.a (mon.0) 3779 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:25:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:25:52.855699+0000 mon.a (mon.0) 3780 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:25:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:25:52.859905+0000 mon.a (mon.0) 3781 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:25:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:52.627020+0000 mgr.y (mgr.24491) 18110 : cluster [DBG] pgmap v16000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:25:52.855094+0000 mon.a (mon.0) 3779 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:25:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:25:52.855699+0000 mon.a (mon.0) 3780 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:25:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:25:52.859905+0000 mon.a (mon.0) 3781 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:25:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:52.627020+0000 mgr.y (mgr.24491) 18110 : cluster [DBG] pgmap v16000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:25:52.855094+0000 mon.a (mon.0) 3779 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:25:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:25:52.855699+0000 mon.a (mon.0) 3780 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:25:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:25:52.859905+0000 mon.a (mon.0) 3781 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:25:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:54.627613+0000 mgr.y (mgr.24491) 18111 : cluster [DBG] pgmap v16001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:54.627613+0000 mgr.y (mgr.24491) 18111 : cluster [DBG] pgmap v16001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:54.627613+0000 mgr.y (mgr.24491) 18111 : cluster [DBG] pgmap v16001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:25:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:25:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:56.628223+0000 mgr.y (mgr.24491) 18112 : cluster [DBG] pgmap v16002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:56.628223+0000 mgr.y (mgr.24491) 18112 : cluster [DBG] pgmap v16002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:25:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:56.628223+0000 mgr.y (mgr.24491) 18112 : cluster [DBG] pgmap v16002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:25:58.628665+0000 mgr.y (mgr.24491) 18113 : cluster [DBG] pgmap v16003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:25:58.628665+0000 mgr.y (mgr.24491) 18113 : cluster [DBG] pgmap v16003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:25:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:25:58.628665+0000 mgr.y (mgr.24491) 18113 : cluster [DBG] pgmap v16003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:26:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:00.629374+0000 mgr.y (mgr.24491) 18114 : cluster [DBG] pgmap v16004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:00.629374+0000 mgr.y (mgr.24491) 18114 : cluster [DBG] pgmap v16004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:00.629374+0000 mgr.y (mgr.24491) 18114 : cluster [DBG] pgmap v16004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:03.749 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:26:04.027 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:26:04.027 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:26:04.028 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:26:04.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:26:04.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:26:04.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:26:04.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:26:04.029 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:26:04.029 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:26:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:02.629792+0000 mgr.y (mgr.24491) 18115 : cluster [DBG] pgmap v16005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:02.629792+0000 mgr.y (mgr.24491) 18115 : cluster [DBG] pgmap v16005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:02.629792+0000 mgr.y (mgr.24491) 18115 : cluster [DBG] pgmap v16005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:04.371 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:26:04.372 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:26:04.373 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:26:04.373 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:26:04.373 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:26:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:26:03.738313+0000 mgr.y (mgr.24491) 18116 : audit [DBG] from='client.33474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:26:04.019858+0000 mgr.y (mgr.24491) 18117 : audit [DBG] from='client.43388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:26:04.373012+0000 mon.c (mon.2) 557 : audit [DBG] from='client.? 172.21.15.177:0/504879388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:26:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:26:03.738313+0000 mgr.y (mgr.24491) 18116 : audit [DBG] from='client.33474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:26:04.019858+0000 mgr.y (mgr.24491) 18117 : audit [DBG] from='client.43388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:26:04.373012+0000 mon.c (mon.2) 557 : audit [DBG] from='client.? 172.21.15.177:0/504879388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:26:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:26:03.738313+0000 mgr.y (mgr.24491) 18116 : audit [DBG] from='client.33474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:26:04.019858+0000 mgr.y (mgr.24491) 18117 : audit [DBG] from='client.43388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:26:04.373012+0000 mon.c (mon.2) 557 : audit [DBG] from='client.? 172.21.15.177:0/504879388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:26:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:04.630398+0000 mgr.y (mgr.24491) 18118 : cluster [DBG] pgmap v16006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:04.630398+0000 mgr.y (mgr.24491) 18118 : cluster [DBG] pgmap v16006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:04.630398+0000 mgr.y (mgr.24491) 18118 : cluster [DBG] pgmap v16006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:26:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:06.630867+0000 mgr.y (mgr.24491) 18119 : cluster [DBG] pgmap v16007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:06.630867+0000 mgr.y (mgr.24491) 18119 : cluster [DBG] pgmap v16007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:06.630867+0000 mgr.y (mgr.24491) 18119 : cluster [DBG] pgmap v16007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:08.631283+0000 mgr.y (mgr.24491) 18120 : cluster [DBG] pgmap v16008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:08.631283+0000 mgr.y (mgr.24491) 18120 : cluster [DBG] pgmap v16008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:08.631283+0000 mgr.y (mgr.24491) 18120 : cluster [DBG] pgmap v16008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:26:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:10.631911+0000 mgr.y (mgr.24491) 18121 : cluster [DBG] pgmap v16009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:10.631911+0000 mgr.y (mgr.24491) 18121 : cluster [DBG] pgmap v16009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:10.631911+0000 mgr.y (mgr.24491) 18121 : cluster [DBG] pgmap v16009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:12.632474+0000 mgr.y (mgr.24491) 18122 : cluster [DBG] pgmap v16010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:12.632474+0000 mgr.y (mgr.24491) 18122 : cluster [DBG] pgmap v16010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:12.632474+0000 mgr.y (mgr.24491) 18122 : cluster [DBG] pgmap v16010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:14.633220+0000 mgr.y (mgr.24491) 18123 : cluster [DBG] pgmap v16011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:14.633220+0000 mgr.y (mgr.24491) 18123 : cluster [DBG] pgmap v16011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:14.633220+0000 mgr.y (mgr.24491) 18123 : cluster [DBG] pgmap v16011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:16.633687+0000 mgr.y (mgr.24491) 18124 : cluster [DBG] pgmap v16012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:26:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:16.633687+0000 mgr.y (mgr.24491) 18124 : cluster [DBG] pgmap v16012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:16.633687+0000 mgr.y (mgr.24491) 18124 : cluster [DBG] pgmap v16012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:18.634180+0000 mgr.y (mgr.24491) 18125 : cluster [DBG] pgmap v16013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:18.634180+0000 mgr.y (mgr.24491) 18125 : cluster [DBG] pgmap v16013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:18.634180+0000 mgr.y (mgr.24491) 18125 : cluster [DBG] pgmap v16013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:26:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:20.634755+0000 mgr.y (mgr.24491) 18126 : cluster [DBG] pgmap v16014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:20.634755+0000 mgr.y (mgr.24491) 18126 : cluster [DBG] pgmap v16014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:20.634755+0000 mgr.y (mgr.24491) 18126 : cluster [DBG] pgmap v16014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:22.635315+0000 mgr.y (mgr.24491) 18127 : cluster [DBG] pgmap v16015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:22.635315+0000 mgr.y (mgr.24491) 18127 : cluster [DBG] pgmap v16015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:22.635315+0000 mgr.y (mgr.24491) 18127 : cluster [DBG] pgmap v16015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:24.636054+0000 mgr.y (mgr.24491) 18128 : cluster [DBG] pgmap v16016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:24.636054+0000 mgr.y (mgr.24491) 18128 : cluster [DBG] pgmap v16016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:24.636054+0000 mgr.y (mgr.24491) 18128 : cluster [DBG] pgmap v16016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:26:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:26.636588+0000 mgr.y (mgr.24491) 18129 : cluster [DBG] pgmap v16017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:26.636588+0000 mgr.y (mgr.24491) 18129 : cluster [DBG] pgmap v16017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:26.636588+0000 mgr.y (mgr.24491) 18129 : cluster [DBG] pgmap v16017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:28.637084+0000 mgr.y (mgr.24491) 18130 : cluster [DBG] pgmap v16018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:28.637084+0000 mgr.y (mgr.24491) 18130 : cluster [DBG] pgmap v16018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:28.637084+0000 mgr.y (mgr.24491) 18130 : cluster [DBG] pgmap v16018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:26:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:30.638005+0000 mgr.y (mgr.24491) 18131 : cluster [DBG] pgmap v16019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:30.638005+0000 mgr.y (mgr.24491) 18131 : cluster [DBG] pgmap v16019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:30.638005+0000 mgr.y (mgr.24491) 18131 : cluster [DBG] pgmap v16019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:32.638466+0000 mgr.y (mgr.24491) 18132 : cluster [DBG] pgmap v16020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:32.638466+0000 mgr.y (mgr.24491) 18132 : cluster [DBG] pgmap v16020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:32.638466+0000 mgr.y (mgr.24491) 18132 : cluster [DBG] pgmap v16020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:34.683 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:26:34.959 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:26:34.959 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 3m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:26:34.959 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 3m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:26:34.959 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 3m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:26:34.959 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 3m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 3m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 3m ago 8h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 3m ago 8h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 3m ago 8h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 3m ago 8h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 3m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 3m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 3m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 3m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 3m ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 3m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 3m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 3m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:26:34.960 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 3m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:26:34.961 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 3m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:26:34.961 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 3m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:26:35.293 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:26:35.293 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:26:35.293 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:26:35.294 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:26:35.295 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:26:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:34.639202+0000 mgr.y (mgr.24491) 18133 : cluster [DBG] pgmap v16021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:26:34.672163+0000 mgr.y (mgr.24491) 18134 : audit [DBG] from='client.43400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:26:34.952675+0000 mgr.y (mgr.24491) 18135 : audit [DBG] from='client.43406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:36.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:26:35.294800+0000 mon.c (mon.2) 558 : audit [DBG] from='client.? 172.21.15.177:0/2163478241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:26:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:34.639202+0000 mgr.y (mgr.24491) 18133 : cluster [DBG] pgmap v16021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:26:34.672163+0000 mgr.y (mgr.24491) 18134 : audit [DBG] from='client.43400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:26:34.952675+0000 mgr.y (mgr.24491) 18135 : audit [DBG] from='client.43406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:26:35.294800+0000 mon.c (mon.2) 558 : audit [DBG] from='client.? 172.21.15.177:0/2163478241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:26:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:34.639202+0000 mgr.y (mgr.24491) 18133 : cluster [DBG] pgmap v16021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:26:34.672163+0000 mgr.y (mgr.24491) 18134 : audit [DBG] from='client.43400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:26:34.952675+0000 mgr.y (mgr.24491) 18135 : audit [DBG] from='client.43406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:26:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:26:35.294800+0000 mon.c (mon.2) 558 : audit [DBG] from='client.? 172.21.15.177:0/2163478241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:26:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:36.639652+0000 mgr.y (mgr.24491) 18136 : cluster [DBG] pgmap v16022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:37] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:26:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:36.639652+0000 mgr.y (mgr.24491) 18136 : cluster [DBG] pgmap v16022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:36.639652+0000 mgr.y (mgr.24491) 18136 : cluster [DBG] pgmap v16022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:38.640059+0000 mgr.y (mgr.24491) 18137 : cluster [DBG] pgmap v16023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:38.640059+0000 mgr.y (mgr.24491) 18137 : cluster [DBG] pgmap v16023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:38.640059+0000 mgr.y (mgr.24491) 18137 : cluster [DBG] pgmap v16023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:26:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:40.640769+0000 mgr.y (mgr.24491) 18138 : cluster [DBG] pgmap v16024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:40.640769+0000 mgr.y (mgr.24491) 18138 : cluster [DBG] pgmap v16024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:40.640769+0000 mgr.y (mgr.24491) 18138 : cluster [DBG] pgmap v16024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:42.641264+0000 mgr.y (mgr.24491) 18139 : cluster [DBG] pgmap v16025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:42.641264+0000 mgr.y (mgr.24491) 18139 : cluster [DBG] pgmap v16025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:42.641264+0000 mgr.y (mgr.24491) 18139 : cluster [DBG] pgmap v16025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:44.642046+0000 mgr.y (mgr.24491) 18140 : cluster [DBG] pgmap v16026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:44.642046+0000 mgr.y (mgr.24491) 18140 : cluster [DBG] pgmap v16026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:44.642046+0000 mgr.y (mgr.24491) 18140 : cluster [DBG] pgmap v16026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:46.642446+0000 mgr.y (mgr.24491) 18141 : cluster [DBG] pgmap v16027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:47] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T12:26:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:46.642446+0000 mgr.y (mgr.24491) 18141 : cluster [DBG] pgmap v16027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:46.642446+0000 mgr.y (mgr.24491) 18141 : cluster [DBG] pgmap v16027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:48.642827+0000 mgr.y (mgr.24491) 18142 : cluster [DBG] pgmap v16028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:48.642827+0000 mgr.y (mgr.24491) 18142 : cluster [DBG] pgmap v16028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:48.642827+0000 mgr.y (mgr.24491) 18142 : cluster [DBG] pgmap v16028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:26:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:50.643558+0000 mgr.y (mgr.24491) 18143 : cluster [DBG] pgmap v16029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:50.643558+0000 mgr.y (mgr.24491) 18143 : cluster [DBG] pgmap v16029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:50.643558+0000 mgr.y (mgr.24491) 18143 : cluster [DBG] pgmap v16029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:26:52.864166+0000 mon.a (mon.0) 3782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:26:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:26:52.864166+0000 mon.a (mon.0) 3782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:26:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:26:52.864166+0000 mon.a (mon.0) 3782 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:26:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:52.644152+0000 mgr.y (mgr.24491) 18144 : cluster [DBG] pgmap v16030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:26:53.104763+0000 mon.a (mon.0) 3783 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:26:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:26:53.369447+0000 mon.a (mon.0) 3784 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:26:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:26:53.370092+0000 mon.a (mon.0) 3785 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:26:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:26:53.374793+0000 mon.a (mon.0) 3786 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:26:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:52.644152+0000 mgr.y (mgr.24491) 18144 : cluster [DBG] pgmap v16030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:26:53.104763+0000 mon.a (mon.0) 3783 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:26:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:26:53.369447+0000 mon.a (mon.0) 3784 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:26:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:26:53.370092+0000 mon.a (mon.0) 3785 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:26:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:26:53.374793+0000 mon.a (mon.0) 3786 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:26:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:52.644152+0000 mgr.y (mgr.24491) 18144 : cluster [DBG] pgmap v16030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:26:53.104763+0000 mon.a (mon.0) 3783 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:26:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:26:53.369447+0000 mon.a (mon.0) 3784 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:26:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:26:53.370092+0000 mon.a (mon.0) 3785 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:26:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:26:53.374793+0000 mon.a (mon.0) 3786 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:26:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:54.644963+0000 mgr.y (mgr.24491) 18145 : cluster [DBG] pgmap v16031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:54.644963+0000 mgr.y (mgr.24491) 18145 : cluster [DBG] pgmap v16031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:54.644963+0000 mgr.y (mgr.24491) 18145 : cluster [DBG] pgmap v16031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:26:57] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T12:26:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:56.645462+0000 mgr.y (mgr.24491) 18146 : cluster [DBG] pgmap v16032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:56.645462+0000 mgr.y (mgr.24491) 18146 : cluster [DBG] pgmap v16032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:26:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:56.645462+0000 mgr.y (mgr.24491) 18146 : cluster [DBG] pgmap v16032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:26:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:26:58.645884+0000 mgr.y (mgr.24491) 18147 : cluster [DBG] pgmap v16033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:26:58.645884+0000 mgr.y (mgr.24491) 18147 : cluster [DBG] pgmap v16033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:26:58.645884+0000 mgr.y (mgr.24491) 18147 : cluster [DBG] pgmap v16033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:27:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:00.646586+0000 mgr.y (mgr.24491) 18148 : cluster [DBG] pgmap v16034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:00.646586+0000 mgr.y (mgr.24491) 18148 : cluster [DBG] pgmap v16034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:00.646586+0000 mgr.y (mgr.24491) 18148 : cluster [DBG] pgmap v16034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:02.647080+0000 mgr.y (mgr.24491) 18149 : cluster [DBG] pgmap v16035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:02.647080+0000 mgr.y (mgr.24491) 18149 : cluster [DBG] pgmap v16035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:02.647080+0000 mgr.y (mgr.24491) 18149 : cluster [DBG] pgmap v16035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:05.603 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:27:05.876 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:27:05.876 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 4m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 4m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 4m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 4m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 4m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (8h) 4m ago 8h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (8h) 4m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 4m ago 8h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 4m ago 8h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 4m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 4m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 4m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 4m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:27:05.877 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 4m ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:27:05.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 4m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:27:05.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 4m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:27:05.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 4m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:27:05.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 4m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:27:05.878 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 4m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:27:05.878 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 4m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:27:06.210 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:27:06.210 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:27:06.211 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:27:06.212 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:27:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:04.647759+0000 mgr.y (mgr.24491) 18150 : cluster [DBG] pgmap v16036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:04.647759+0000 mgr.y (mgr.24491) 18150 : cluster [DBG] pgmap v16036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:04.647759+0000 mgr.y (mgr.24491) 18150 : cluster [DBG] pgmap v16036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:27:05.592348+0000 mgr.y (mgr.24491) 18151 : audit [DBG] from='client.33510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:27:05.870186+0000 mgr.y (mgr.24491) 18152 : audit [DBG] from='client.43424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:07.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:27:06.211657+0000 mon.c (mon.2) 559 : audit [DBG] from='client.? 172.21.15.177:0/1657203884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:27:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:27:05.592348+0000 mgr.y (mgr.24491) 18151 : audit [DBG] from='client.33510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:27:05.870186+0000 mgr.y (mgr.24491) 18152 : audit [DBG] from='client.43424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:27:06.211657+0000 mon.c (mon.2) 559 : audit [DBG] from='client.? 172.21.15.177:0/1657203884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:27:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:27:05.592348+0000 mgr.y (mgr.24491) 18151 : audit [DBG] from='client.33510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:27:05.870186+0000 mgr.y (mgr.24491) 18152 : audit [DBG] from='client.43424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:27:06.211657+0000 mon.c (mon.2) 559 : audit [DBG] from='client.? 172.21.15.177:0/1657203884' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:27:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:06.648374+0000 mgr.y (mgr.24491) 18153 : cluster [DBG] pgmap v16037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:27:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:06.648374+0000 mgr.y (mgr.24491) 18153 : cluster [DBG] pgmap v16037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:06.648374+0000 mgr.y (mgr.24491) 18153 : cluster [DBG] pgmap v16037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:08.648865+0000 mgr.y (mgr.24491) 18154 : cluster [DBG] pgmap v16038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:08.648865+0000 mgr.y (mgr.24491) 18154 : cluster [DBG] pgmap v16038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:08.648865+0000 mgr.y (mgr.24491) 18154 : cluster [DBG] pgmap v16038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:27:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:10.649474+0000 mgr.y (mgr.24491) 18155 : cluster [DBG] pgmap v16039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:10.649474+0000 mgr.y (mgr.24491) 18155 : cluster [DBG] pgmap v16039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:10.649474+0000 mgr.y (mgr.24491) 18155 : cluster [DBG] pgmap v16039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:14.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:12.650001+0000 mgr.y (mgr.24491) 18156 : cluster [DBG] pgmap v16040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:12.650001+0000 mgr.y (mgr.24491) 18156 : cluster [DBG] pgmap v16040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:12.650001+0000 mgr.y (mgr.24491) 18156 : cluster [DBG] pgmap v16040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:14.650619+0000 mgr.y (mgr.24491) 18157 : cluster [DBG] pgmap v16041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:14.650619+0000 mgr.y (mgr.24491) 18157 : cluster [DBG] pgmap v16041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:14.650619+0000 mgr.y (mgr.24491) 18157 : cluster [DBG] pgmap v16041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:17.991 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:27:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:16.651167+0000 mgr.y (mgr.24491) 18158 : cluster [DBG] pgmap v16042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:16.651167+0000 mgr.y (mgr.24491) 18158 : cluster [DBG] pgmap v16042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:16.651167+0000 mgr.y (mgr.24491) 18158 : cluster [DBG] pgmap v16042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:18.651609+0000 mgr.y (mgr.24491) 18159 : cluster [DBG] pgmap v16043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:18.651609+0000 mgr.y (mgr.24491) 18159 : cluster [DBG] pgmap v16043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:18.651609+0000 mgr.y (mgr.24491) 18159 : cluster [DBG] pgmap v16043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:27:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:20.652436+0000 mgr.y (mgr.24491) 18160 : cluster [DBG] pgmap v16044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:20.652436+0000 mgr.y (mgr.24491) 18160 : cluster [DBG] pgmap v16044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:20.652436+0000 mgr.y (mgr.24491) 18160 : cluster [DBG] pgmap v16044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:22.652879+0000 mgr.y (mgr.24491) 18161 : cluster [DBG] pgmap v16045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:22.652879+0000 mgr.y (mgr.24491) 18161 : cluster [DBG] pgmap v16045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:22.652879+0000 mgr.y (mgr.24491) 18161 : cluster [DBG] pgmap v16045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:24.653462+0000 mgr.y (mgr.24491) 18162 : cluster [DBG] pgmap v16046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:24.653462+0000 mgr.y (mgr.24491) 18162 : cluster [DBG] pgmap v16046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:24.653462+0000 mgr.y (mgr.24491) 18162 : cluster [DBG] pgmap v16046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:28.008 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:27:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:26.653908+0000 mgr.y (mgr.24491) 18163 : cluster [DBG] pgmap v16047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:26.653908+0000 mgr.y (mgr.24491) 18163 : cluster [DBG] pgmap v16047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:26.653908+0000 mgr.y (mgr.24491) 18163 : cluster [DBG] pgmap v16047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:28.654308+0000 mgr.y (mgr.24491) 18164 : cluster [DBG] pgmap v16048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:28.654308+0000 mgr.y (mgr.24491) 18164 : cluster [DBG] pgmap v16048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:28.654308+0000 mgr.y (mgr.24491) 18164 : cluster [DBG] pgmap v16048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:27:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:30.655182+0000 mgr.y (mgr.24491) 18165 : cluster [DBG] pgmap v16049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:30.655182+0000 mgr.y (mgr.24491) 18165 : cluster [DBG] pgmap v16049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:30.655182+0000 mgr.y (mgr.24491) 18165 : cluster [DBG] pgmap v16049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:32.655604+0000 mgr.y (mgr.24491) 18166 : cluster [DBG] pgmap v16050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:32.655604+0000 mgr.y (mgr.24491) 18166 : cluster [DBG] pgmap v16050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:32.655604+0000 mgr.y (mgr.24491) 18166 : cluster [DBG] pgmap v16050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:34.656304+0000 mgr.y (mgr.24491) 18167 : cluster [DBG] pgmap v16051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:34.656304+0000 mgr.y (mgr.24491) 18167 : cluster [DBG] pgmap v16051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:34.656304+0000 mgr.y (mgr.24491) 18167 : cluster [DBG] pgmap v16051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:36.523 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:27:36.797 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:27:36.798 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 4m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:27:36.798 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 4m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:27:36.798 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 4m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:27:36.798 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 4m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:27:36.798 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 4m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:27:36.798 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 4m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:27:36.798 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 4m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:27:36.798 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 4m ago 8h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:27:36.798 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 4m ago 8h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:27:36.798 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 4m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:27:36.799 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 4m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:27:36.799 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 4m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:27:36.799 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 4m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:27:36.799 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 4m ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:27:36.799 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 4m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:27:36.799 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 4m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:27:36.799 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 4m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:27:36.799 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 4m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:27:36.799 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 4m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:27:36.799 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 4m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:27:37.132 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:27:37.132 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:27:37.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:27:37.132 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:27:37.132 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:27:37.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:27:37.132 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:27:37.132 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:27:37.132 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:27:37.133 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:27:37.133 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:27:37.133 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:27:37.133 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:27:37.133 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:27:37.133 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:27:37.133 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:27:37.133 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:27:38.025 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:37] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:27:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:27:36.512395+0000 mgr.y (mgr.24491) 18168 : audit [DBG] from='client.33528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:36.656640+0000 mgr.y (mgr.24491) 18169 : cluster [DBG] pgmap v16052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:27:36.791121+0000 mgr.y (mgr.24491) 18170 : audit [DBG] from='client.43442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:27:37.133320+0000 mon.a (mon.0) 3787 : audit [DBG] from='client.? 172.21.15.177:0/1862588890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:27:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:27:36.512395+0000 mgr.y (mgr.24491) 18168 : audit [DBG] from='client.33528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:36.656640+0000 mgr.y (mgr.24491) 18169 : cluster [DBG] pgmap v16052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:27:36.791121+0000 mgr.y (mgr.24491) 18170 : audit [DBG] from='client.43442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:27:37.133320+0000 mon.a (mon.0) 3787 : audit [DBG] from='client.? 172.21.15.177:0/1862588890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:27:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:27:36.512395+0000 mgr.y (mgr.24491) 18168 : audit [DBG] from='client.33528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:36.656640+0000 mgr.y (mgr.24491) 18169 : cluster [DBG] pgmap v16052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:27:36.791121+0000 mgr.y (mgr.24491) 18170 : audit [DBG] from='client.43442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:27:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:27:37.133320+0000 mon.a (mon.0) 3787 : audit [DBG] from='client.? 172.21.15.177:0/1862588890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:27:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:38.657016+0000 mgr.y (mgr.24491) 18171 : cluster [DBG] pgmap v16053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:38.657016+0000 mgr.y (mgr.24491) 18171 : cluster [DBG] pgmap v16053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:38.657016+0000 mgr.y (mgr.24491) 18171 : cluster [DBG] pgmap v16053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:27:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:40.657813+0000 mgr.y (mgr.24491) 18172 : cluster [DBG] pgmap v16054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:40.657813+0000 mgr.y (mgr.24491) 18172 : cluster [DBG] pgmap v16054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:40.657813+0000 mgr.y (mgr.24491) 18172 : cluster [DBG] pgmap v16054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:42.658238+0000 mgr.y (mgr.24491) 18173 : cluster [DBG] pgmap v16055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:42.658238+0000 mgr.y (mgr.24491) 18173 : cluster [DBG] pgmap v16055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:42.658238+0000 mgr.y (mgr.24491) 18173 : cluster [DBG] pgmap v16055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:44.659069+0000 mgr.y (mgr.24491) 18174 : cluster [DBG] pgmap v16056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:44.659069+0000 mgr.y (mgr.24491) 18174 : cluster [DBG] pgmap v16056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:44.659069+0000 mgr.y (mgr.24491) 18174 : cluster [DBG] pgmap v16056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:48.042 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:27:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:46.659517+0000 mgr.y (mgr.24491) 18175 : cluster [DBG] pgmap v16057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:46.659517+0000 mgr.y (mgr.24491) 18175 : cluster [DBG] pgmap v16057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:46.659517+0000 mgr.y (mgr.24491) 18175 : cluster [DBG] pgmap v16057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:48.660185+0000 mgr.y (mgr.24491) 18176 : cluster [DBG] pgmap v16058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:48.660185+0000 mgr.y (mgr.24491) 18176 : cluster [DBG] pgmap v16058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:48.660185+0000 mgr.y (mgr.24491) 18176 : cluster [DBG] pgmap v16058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:27:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:50.660819+0000 mgr.y (mgr.24491) 18177 : cluster [DBG] pgmap v16059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:50.660819+0000 mgr.y (mgr.24491) 18177 : cluster [DBG] pgmap v16059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:50.660819+0000 mgr.y (mgr.24491) 18177 : cluster [DBG] pgmap v16059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:52.661278+0000 mgr.y (mgr.24491) 18178 : cluster [DBG] pgmap v16060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:27:53.379355+0000 mon.a (mon.0) 3788 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:27:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:27:53.673722+0000 mon.a (mon.0) 3789 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:27:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:27:53.674359+0000 mon.a (mon.0) 3790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:27:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:27:53.679405+0000 mon.a (mon.0) 3791 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:27:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:52.661278+0000 mgr.y (mgr.24491) 18178 : cluster [DBG] pgmap v16060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:27:53.379355+0000 mon.a (mon.0) 3788 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:27:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:27:53.673722+0000 mon.a (mon.0) 3789 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:27:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:27:53.674359+0000 mon.a (mon.0) 3790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:27:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:27:53.679405+0000 mon.a (mon.0) 3791 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:27:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:52.661278+0000 mgr.y (mgr.24491) 18178 : cluster [DBG] pgmap v16060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:27:53.379355+0000 mon.a (mon.0) 3788 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:27:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:27:53.673722+0000 mon.a (mon.0) 3789 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:27:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:27:53.674359+0000 mon.a (mon.0) 3790 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:27:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:27:53.679405+0000 mon.a (mon.0) 3791 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:27:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:54.661899+0000 mgr.y (mgr.24491) 18179 : cluster [DBG] pgmap v16061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:54.661899+0000 mgr.y (mgr.24491) 18179 : cluster [DBG] pgmap v16061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:54.661899+0000 mgr.y (mgr.24491) 18179 : cluster [DBG] pgmap v16061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:58.058 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:27:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:27:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:56.662385+0000 mgr.y (mgr.24491) 18180 : cluster [DBG] pgmap v16062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:56.662385+0000 mgr.y (mgr.24491) 18180 : cluster [DBG] pgmap v16062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:56.662385+0000 mgr.y (mgr.24491) 18180 : cluster [DBG] pgmap v16062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:27:58.662807+0000 mgr.y (mgr.24491) 18181 : cluster [DBG] pgmap v16063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:27:58.662807+0000 mgr.y (mgr.24491) 18181 : cluster [DBG] pgmap v16063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:27:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:27:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:27:58.662807+0000 mgr.y (mgr.24491) 18181 : cluster [DBG] pgmap v16063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:28:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:00.663561+0000 mgr.y (mgr.24491) 18182 : cluster [DBG] pgmap v16064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:00.663561+0000 mgr.y (mgr.24491) 18182 : cluster [DBG] pgmap v16064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:00.663561+0000 mgr.y (mgr.24491) 18182 : cluster [DBG] pgmap v16064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:02.664070+0000 mgr.y (mgr.24491) 18183 : cluster [DBG] pgmap v16065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:02.664070+0000 mgr.y (mgr.24491) 18183 : cluster [DBG] pgmap v16065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:02.664070+0000 mgr.y (mgr.24491) 18183 : cluster [DBG] pgmap v16065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:04.664699+0000 mgr.y (mgr.24491) 18184 : cluster [DBG] pgmap v16066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:04.664699+0000 mgr.y (mgr.24491) 18184 : cluster [DBG] pgmap v16066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:04.664699+0000 mgr.y (mgr.24491) 18184 : cluster [DBG] pgmap v16066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:07.444 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:28:07.720 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:28:07.720 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 5m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:28:07.720 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 5m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:28:07.720 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 5m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:28:07.720 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 5m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:28:07.720 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 5m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:28:07.720 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:28:07.720 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:28:07.720 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (8h) 5m ago 8h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:28:07.720 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (8h) 5m ago 8h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:28:07.721 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 5m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:28:07.721 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 5m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:28:07.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 5m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:28:07.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 5m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:28:07.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 5m ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:28:07.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 5m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:28:07.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 5m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:28:07.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 5m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:28:07.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 5m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:28:07.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 5m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:28:07.721 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 5m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:28:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:06.665284+0000 mgr.y (mgr.24491) 18185 : cluster [DBG] pgmap v16067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:08.053 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:28:08.054 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:28:08.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:28:08.055 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:28:08.055 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:28:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:28:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:06.665284+0000 mgr.y (mgr.24491) 18185 : cluster [DBG] pgmap v16067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:06.665284+0000 mgr.y (mgr.24491) 18185 : cluster [DBG] pgmap v16067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:28:07.433833+0000 mgr.y (mgr.24491) 18186 : audit [DBG] from='client.43454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:09.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:28:07.713731+0000 mgr.y (mgr.24491) 18187 : audit [DBG] from='client.43460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:09.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:28:08.055035+0000 mon.c (mon.2) 560 : audit [DBG] from='client.? 172.21.15.177:0/4064417962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:28:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:28:07.433833+0000 mgr.y (mgr.24491) 18186 : audit [DBG] from='client.43454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:28:07.713731+0000 mgr.y (mgr.24491) 18187 : audit [DBG] from='client.43460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:28:08.055035+0000 mon.c (mon.2) 560 : audit [DBG] from='client.? 172.21.15.177:0/4064417962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:28:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:28:07.433833+0000 mgr.y (mgr.24491) 18186 : audit [DBG] from='client.43454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:28:07.713731+0000 mgr.y (mgr.24491) 18187 : audit [DBG] from='client.43460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:28:08.055035+0000 mon.c (mon.2) 560 : audit [DBG] from='client.? 172.21.15.177:0/4064417962' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:28:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:08.665694+0000 mgr.y (mgr.24491) 18188 : cluster [DBG] pgmap v16068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:08.665694+0000 mgr.y (mgr.24491) 18188 : cluster [DBG] pgmap v16068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:08.665694+0000 mgr.y (mgr.24491) 18188 : cluster [DBG] pgmap v16068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:28:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:10.666399+0000 mgr.y (mgr.24491) 18189 : cluster [DBG] pgmap v16069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:10.666399+0000 mgr.y (mgr.24491) 18189 : cluster [DBG] pgmap v16069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:10.666399+0000 mgr.y (mgr.24491) 18189 : cluster [DBG] pgmap v16069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:12.667033+0000 mgr.y (mgr.24491) 18190 : cluster [DBG] pgmap v16070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:12.667033+0000 mgr.y (mgr.24491) 18190 : cluster [DBG] pgmap v16070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:12.667033+0000 mgr.y (mgr.24491) 18190 : cluster [DBG] pgmap v16070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:14.667710+0000 mgr.y (mgr.24491) 18191 : cluster [DBG] pgmap v16071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:14.667710+0000 mgr.y (mgr.24491) 18191 : cluster [DBG] pgmap v16071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:14.667710+0000 mgr.y (mgr.24491) 18191 : cluster [DBG] pgmap v16071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:17] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:28:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:16.668126+0000 mgr.y (mgr.24491) 18192 : cluster [DBG] pgmap v16072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:16.668126+0000 mgr.y (mgr.24491) 18192 : cluster [DBG] pgmap v16072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:16.668126+0000 mgr.y (mgr.24491) 18192 : cluster [DBG] pgmap v16072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:18.668611+0000 mgr.y (mgr.24491) 18193 : cluster [DBG] pgmap v16073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:18.668611+0000 mgr.y (mgr.24491) 18193 : cluster [DBG] pgmap v16073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:18.668611+0000 mgr.y (mgr.24491) 18193 : cluster [DBG] pgmap v16073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:28:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:20.669391+0000 mgr.y (mgr.24491) 18194 : cluster [DBG] pgmap v16074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:20.669391+0000 mgr.y (mgr.24491) 18194 : cluster [DBG] pgmap v16074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:20.669391+0000 mgr.y (mgr.24491) 18194 : cluster [DBG] pgmap v16074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:22.669823+0000 mgr.y (mgr.24491) 18195 : cluster [DBG] pgmap v16075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:22.669823+0000 mgr.y (mgr.24491) 18195 : cluster [DBG] pgmap v16075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:22.669823+0000 mgr.y (mgr.24491) 18195 : cluster [DBG] pgmap v16075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:24.670452+0000 mgr.y (mgr.24491) 18196 : cluster [DBG] pgmap v16076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:24.670452+0000 mgr.y (mgr.24491) 18196 : cluster [DBG] pgmap v16076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:24.670452+0000 mgr.y (mgr.24491) 18196 : cluster [DBG] pgmap v16076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:27] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:28:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:26.671053+0000 mgr.y (mgr.24491) 18197 : cluster [DBG] pgmap v16077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:26.671053+0000 mgr.y (mgr.24491) 18197 : cluster [DBG] pgmap v16077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:26.671053+0000 mgr.y (mgr.24491) 18197 : cluster [DBG] pgmap v16077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:28.671519+0000 mgr.y (mgr.24491) 18198 : cluster [DBG] pgmap v16078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:28.671519+0000 mgr.y (mgr.24491) 18198 : cluster [DBG] pgmap v16078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:30.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:28.671519+0000 mgr.y (mgr.24491) 18198 : cluster [DBG] pgmap v16078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:28:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:30.672422+0000 mgr.y (mgr.24491) 18199 : cluster [DBG] pgmap v16079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:30.672422+0000 mgr.y (mgr.24491) 18199 : cluster [DBG] pgmap v16079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:30.672422+0000 mgr.y (mgr.24491) 18199 : cluster [DBG] pgmap v16079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:32.673045+0000 mgr.y (mgr.24491) 18200 : cluster [DBG] pgmap v16080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:32.673045+0000 mgr.y (mgr.24491) 18200 : cluster [DBG] pgmap v16080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:32.673045+0000 mgr.y (mgr.24491) 18200 : cluster [DBG] pgmap v16080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:34.673844+0000 mgr.y (mgr.24491) 18201 : cluster [DBG] pgmap v16081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:34.673844+0000 mgr.y (mgr.24491) 18201 : cluster [DBG] pgmap v16081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:34.673844+0000 mgr.y (mgr.24491) 18201 : cluster [DBG] pgmap v16081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:28:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:36.674508+0000 mgr.y (mgr.24491) 18202 : cluster [DBG] pgmap v16082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:36.674508+0000 mgr.y (mgr.24491) 18202 : cluster [DBG] pgmap v16082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:36.674508+0000 mgr.y (mgr.24491) 18202 : cluster [DBG] pgmap v16082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:38.362 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:28:38.638 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 5m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 5m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 5m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 5m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (8h) 5m ago 8h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 5m ago 9h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 5m ago 9h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 5m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 5m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:28:38.639 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 5m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:28:38.640 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 5m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:28:38.640 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 5m ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:28:38.640 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 5m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:28:38.640 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 5m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:28:38.640 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 5m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:28:38.640 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 5m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:28:38.640 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 5m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:28:38.640 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 5m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:28:38.971 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:28:38.971 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:28:38.971 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:28:38.972 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:28:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:28:38.351070+0000 mgr.y (mgr.24491) 18203 : audit [DBG] from='client.43472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:28:38.632590+0000 mgr.y (mgr.24491) 18204 : audit [DBG] from='client.33570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:38.674867+0000 mgr.y (mgr.24491) 18205 : cluster [DBG] pgmap v16083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:28:38.972807+0000 mon.c (mon.2) 561 : audit [DBG] from='client.? 172.21.15.177:0/122482630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:28:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:28:38.351070+0000 mgr.y (mgr.24491) 18203 : audit [DBG] from='client.43472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:28:38.632590+0000 mgr.y (mgr.24491) 18204 : audit [DBG] from='client.33570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:38.674867+0000 mgr.y (mgr.24491) 18205 : cluster [DBG] pgmap v16083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:28:38.972807+0000 mon.c (mon.2) 561 : audit [DBG] from='client.? 172.21.15.177:0/122482630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:28:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:28:38.351070+0000 mgr.y (mgr.24491) 18203 : audit [DBG] from='client.43472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:28:38.632590+0000 mgr.y (mgr.24491) 18204 : audit [DBG] from='client.33570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:28:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:38.674867+0000 mgr.y (mgr.24491) 18205 : cluster [DBG] pgmap v16083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:28:38.972807+0000 mon.c (mon.2) 561 : audit [DBG] from='client.? 172.21.15.177:0/122482630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:28:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:28:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:40.675565+0000 mgr.y (mgr.24491) 18206 : cluster [DBG] pgmap v16084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:40.675565+0000 mgr.y (mgr.24491) 18206 : cluster [DBG] pgmap v16084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:40.675565+0000 mgr.y (mgr.24491) 18206 : cluster [DBG] pgmap v16084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:42.676149+0000 mgr.y (mgr.24491) 18207 : cluster [DBG] pgmap v16085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:42.676149+0000 mgr.y (mgr.24491) 18207 : cluster [DBG] pgmap v16085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:42.676149+0000 mgr.y (mgr.24491) 18207 : cluster [DBG] pgmap v16085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:44.676737+0000 mgr.y (mgr.24491) 18208 : cluster [DBG] pgmap v16086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:44.676737+0000 mgr.y (mgr.24491) 18208 : cluster [DBG] pgmap v16086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:44.676737+0000 mgr.y (mgr.24491) 18208 : cluster [DBG] pgmap v16086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:47] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:28:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:46.677160+0000 mgr.y (mgr.24491) 18209 : cluster [DBG] pgmap v16087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:46.677160+0000 mgr.y (mgr.24491) 18209 : cluster [DBG] pgmap v16087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:46.677160+0000 mgr.y (mgr.24491) 18209 : cluster [DBG] pgmap v16087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:48.677686+0000 mgr.y (mgr.24491) 18210 : cluster [DBG] pgmap v16088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:48.677686+0000 mgr.y (mgr.24491) 18210 : cluster [DBG] pgmap v16088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:48.677686+0000 mgr.y (mgr.24491) 18210 : cluster [DBG] pgmap v16088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:28:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:50.678459+0000 mgr.y (mgr.24491) 18211 : cluster [DBG] pgmap v16089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:50.678459+0000 mgr.y (mgr.24491) 18211 : cluster [DBG] pgmap v16089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:50.678459+0000 mgr.y (mgr.24491) 18211 : cluster [DBG] pgmap v16089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:52.678862+0000 mgr.y (mgr.24491) 18212 : cluster [DBG] pgmap v16090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:28:53.683763+0000 mon.a (mon.0) 3792 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:28:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:52.678862+0000 mgr.y (mgr.24491) 18212 : cluster [DBG] pgmap v16090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:28:53.683763+0000 mon.a (mon.0) 3792 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:28:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:52.678862+0000 mgr.y (mgr.24491) 18212 : cluster [DBG] pgmap v16090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:28:53.683763+0000 mon.a (mon.0) 3792 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:28:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:28:53.978973+0000 mon.a (mon.0) 3793 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:28:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:28:53.979559+0000 mon.a (mon.0) 3794 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:28:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:28:53.984098+0000 mon.a (mon.0) 3795 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:28:55.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:28:53.978973+0000 mon.a (mon.0) 3793 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:28:55.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:28:53.979559+0000 mon.a (mon.0) 3794 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:28:55.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:28:53.984098+0000 mon.a (mon.0) 3795 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:28:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:28:53.978973+0000 mon.a (mon.0) 3793 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:28:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:28:53.979559+0000 mon.a (mon.0) 3794 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:28:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:28:53.984098+0000 mon.a (mon.0) 3795 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:28:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:54.679439+0000 mgr.y (mgr.24491) 18213 : cluster [DBG] pgmap v16091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:54.679439+0000 mgr.y (mgr.24491) 18213 : cluster [DBG] pgmap v16091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:54.679439+0000 mgr.y (mgr.24491) 18213 : cluster [DBG] pgmap v16091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:57.988 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:28:57] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:28:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:56.679853+0000 mgr.y (mgr.24491) 18214 : cluster [DBG] pgmap v16092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:56.679853+0000 mgr.y (mgr.24491) 18214 : cluster [DBG] pgmap v16092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:28:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:56.679853+0000 mgr.y (mgr.24491) 18214 : cluster [DBG] pgmap v16092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:28:58.680280+0000 mgr.y (mgr.24491) 18215 : cluster [DBG] pgmap v16093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:28:58.680280+0000 mgr.y (mgr.24491) 18215 : cluster [DBG] pgmap v16093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:28:58.680280+0000 mgr.y (mgr.24491) 18215 : cluster [DBG] pgmap v16093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:29:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:00.681013+0000 mgr.y (mgr.24491) 18216 : cluster [DBG] pgmap v16094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:00.681013+0000 mgr.y (mgr.24491) 18216 : cluster [DBG] pgmap v16094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:00.681013+0000 mgr.y (mgr.24491) 18216 : cluster [DBG] pgmap v16094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:02.681428+0000 mgr.y (mgr.24491) 18217 : cluster [DBG] pgmap v16095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:02.681428+0000 mgr.y (mgr.24491) 18217 : cluster [DBG] pgmap v16095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:02.681428+0000 mgr.y (mgr.24491) 18217 : cluster [DBG] pgmap v16095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:04.682089+0000 mgr.y (mgr.24491) 18218 : cluster [DBG] pgmap v16096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:04.682089+0000 mgr.y (mgr.24491) 18218 : cluster [DBG] pgmap v16096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:04.682089+0000 mgr.y (mgr.24491) 18218 : cluster [DBG] pgmap v16096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:08.003 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:29:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:06.682555+0000 mgr.y (mgr.24491) 18219 : cluster [DBG] pgmap v16097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:06.682555+0000 mgr.y (mgr.24491) 18219 : cluster [DBG] pgmap v16097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:06.682555+0000 mgr.y (mgr.24491) 18219 : cluster [DBG] pgmap v16097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:09.280 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:29:09.558 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:29:09.558 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:29:09.558 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 6m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 6m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 6m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 6m ago 9h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 6m ago 9h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (8h) 6m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (8h) 6m ago 8h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:29:09.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:29:09.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:29:09.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:29:09.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:29:09.560 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:29:09.890 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:29:09.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:29:09.892 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:29:09.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:29:09.892 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:29:09.892 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:29:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:08.682996+0000 mgr.y (mgr.24491) 18220 : cluster [DBG] pgmap v16098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:29:09.892099+0000 mon.c (mon.2) 562 : audit [DBG] from='client.? 172.21.15.177:0/796147544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:29:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:08.682996+0000 mgr.y (mgr.24491) 18220 : cluster [DBG] pgmap v16098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:29:09.892099+0000 mon.c (mon.2) 562 : audit [DBG] from='client.? 172.21.15.177:0/796147544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:29:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:08.682996+0000 mgr.y (mgr.24491) 18220 : cluster [DBG] pgmap v16098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:29:09.892099+0000 mon.c (mon.2) 562 : audit [DBG] from='client.? 172.21.15.177:0/796147544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:29:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:29:09.270119+0000 mgr.y (mgr.24491) 18221 : audit [DBG] from='client.33582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:29:09.551970+0000 mgr.y (mgr.24491) 18222 : audit [DBG] from='client.33588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:29:09.270119+0000 mgr.y (mgr.24491) 18221 : audit [DBG] from='client.33582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:29:09.551970+0000 mgr.y (mgr.24491) 18222 : audit [DBG] from='client.33588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:29:09.270119+0000 mgr.y (mgr.24491) 18221 : audit [DBG] from='client.33582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:29:09.551970+0000 mgr.y (mgr.24491) 18222 : audit [DBG] from='client.33588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:29:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:10.683647+0000 mgr.y (mgr.24491) 18223 : cluster [DBG] pgmap v16099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:10.683647+0000 mgr.y (mgr.24491) 18223 : cluster [DBG] pgmap v16099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:10.683647+0000 mgr.y (mgr.24491) 18223 : cluster [DBG] pgmap v16099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:12.684156+0000 mgr.y (mgr.24491) 18224 : cluster [DBG] pgmap v16100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:12.684156+0000 mgr.y (mgr.24491) 18224 : cluster [DBG] pgmap v16100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:12.684156+0000 mgr.y (mgr.24491) 18224 : cluster [DBG] pgmap v16100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:14.684977+0000 mgr.y (mgr.24491) 18225 : cluster [DBG] pgmap v16101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:14.684977+0000 mgr.y (mgr.24491) 18225 : cluster [DBG] pgmap v16101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:14.684977+0000 mgr.y (mgr.24491) 18225 : cluster [DBG] pgmap v16101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:18.023 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:29:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:16.685481+0000 mgr.y (mgr.24491) 18226 : cluster [DBG] pgmap v16102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:16.685481+0000 mgr.y (mgr.24491) 18226 : cluster [DBG] pgmap v16102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:16.685481+0000 mgr.y (mgr.24491) 18226 : cluster [DBG] pgmap v16102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:18.686012+0000 mgr.y (mgr.24491) 18227 : cluster [DBG] pgmap v16103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:18.686012+0000 mgr.y (mgr.24491) 18227 : cluster [DBG] pgmap v16103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:18.686012+0000 mgr.y (mgr.24491) 18227 : cluster [DBG] pgmap v16103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:29:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:20.686784+0000 mgr.y (mgr.24491) 18228 : cluster [DBG] pgmap v16104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:20.686784+0000 mgr.y (mgr.24491) 18228 : cluster [DBG] pgmap v16104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:20.686784+0000 mgr.y (mgr.24491) 18228 : cluster [DBG] pgmap v16104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:22.687316+0000 mgr.y (mgr.24491) 18229 : cluster [DBG] pgmap v16105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:22.687316+0000 mgr.y (mgr.24491) 18229 : cluster [DBG] pgmap v16105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:22.687316+0000 mgr.y (mgr.24491) 18229 : cluster [DBG] pgmap v16105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:24.688084+0000 mgr.y (mgr.24491) 18230 : cluster [DBG] pgmap v16106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:24.688084+0000 mgr.y (mgr.24491) 18230 : cluster [DBG] pgmap v16106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:24.688084+0000 mgr.y (mgr.24491) 18230 : cluster [DBG] pgmap v16106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:28.043 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:29:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:26.688547+0000 mgr.y (mgr.24491) 18231 : cluster [DBG] pgmap v16107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:26.688547+0000 mgr.y (mgr.24491) 18231 : cluster [DBG] pgmap v16107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:26.688547+0000 mgr.y (mgr.24491) 18231 : cluster [DBG] pgmap v16107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:28.689128+0000 mgr.y (mgr.24491) 18232 : cluster [DBG] pgmap v16108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:28.689128+0000 mgr.y (mgr.24491) 18232 : cluster [DBG] pgmap v16108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:28.689128+0000 mgr.y (mgr.24491) 18232 : cluster [DBG] pgmap v16108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:29:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:30.689788+0000 mgr.y (mgr.24491) 18233 : cluster [DBG] pgmap v16109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:30.689788+0000 mgr.y (mgr.24491) 18233 : cluster [DBG] pgmap v16109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:30.689788+0000 mgr.y (mgr.24491) 18233 : cluster [DBG] pgmap v16109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:32.690200+0000 mgr.y (mgr.24491) 18234 : cluster [DBG] pgmap v16110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:32.690200+0000 mgr.y (mgr.24491) 18234 : cluster [DBG] pgmap v16110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:32.690200+0000 mgr.y (mgr.24491) 18234 : cluster [DBG] pgmap v16110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:34.691057+0000 mgr.y (mgr.24491) 18235 : cluster [DBG] pgmap v16111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:34.691057+0000 mgr.y (mgr.24491) 18235 : cluster [DBG] pgmap v16111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:34.691057+0000 mgr.y (mgr.24491) 18235 : cluster [DBG] pgmap v16111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:38.062 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:29:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:36.691459+0000 mgr.y (mgr.24491) 18236 : cluster [DBG] pgmap v16112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:36.691459+0000 mgr.y (mgr.24491) 18236 : cluster [DBG] pgmap v16112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:36.691459+0000 mgr.y (mgr.24491) 18236 : cluster [DBG] pgmap v16112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:40.205 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:29:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:38.691961+0000 mgr.y (mgr.24491) 18237 : cluster [DBG] pgmap v16113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:38.691961+0000 mgr.y (mgr.24491) 18237 : cluster [DBG] pgmap v16113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:40.481 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:29:40.481 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 6m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:29:40.481 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 6m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:29:40.481 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 6m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:29:40.481 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 6m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:29:40.481 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 6m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:29:40.481 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 6m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 6m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 6m ago 9h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 6m ago 9h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 6m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 6m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 6m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 6m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (8h) 6m ago 8h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 6m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 6m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 6m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 6m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 6m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:29:40.482 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 6m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:29:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:38.691961+0000 mgr.y (mgr.24491) 18237 : cluster [DBG] pgmap v16113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:29:40.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:29:40.816 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:29:40.816 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:29:40.816 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:29:40.816 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:29:40.816 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:29:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:29:40.816264+0000 mon.c (mon.2) 563 : audit [DBG] from='client.? 172.21.15.177:0/3738468496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:29:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:29:40.816264+0000 mon.c (mon.2) 563 : audit [DBG] from='client.? 172.21.15.177:0/3738468496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:29:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:29:40.816264+0000 mon.c (mon.2) 563 : audit [DBG] from='client.? 172.21.15.177:0/3738468496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:29:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:29:42.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:29:40.194546+0000 mgr.y (mgr.24491) 18238 : audit [DBG] from='client.43508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:42.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:29:40.474878+0000 mgr.y (mgr.24491) 18239 : audit [DBG] from='client.43514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:42.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:40.692577+0000 mgr.y (mgr.24491) 18240 : cluster [DBG] pgmap v16114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:42.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:29:40.194546+0000 mgr.y (mgr.24491) 18238 : audit [DBG] from='client.43508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:42.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:29:40.474878+0000 mgr.y (mgr.24491) 18239 : audit [DBG] from='client.43514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:42.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:40.692577+0000 mgr.y (mgr.24491) 18240 : cluster [DBG] pgmap v16114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:29:40.194546+0000 mgr.y (mgr.24491) 18238 : audit [DBG] from='client.43508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:29:40.474878+0000 mgr.y (mgr.24491) 18239 : audit [DBG] from='client.43514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:29:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:40.692577+0000 mgr.y (mgr.24491) 18240 : cluster [DBG] pgmap v16114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:42.693026+0000 mgr.y (mgr.24491) 18241 : cluster [DBG] pgmap v16115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:42.693026+0000 mgr.y (mgr.24491) 18241 : cluster [DBG] pgmap v16115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:42.693026+0000 mgr.y (mgr.24491) 18241 : cluster [DBG] pgmap v16115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:44.693778+0000 mgr.y (mgr.24491) 18242 : cluster [DBG] pgmap v16116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:44.693778+0000 mgr.y (mgr.24491) 18242 : cluster [DBG] pgmap v16116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:44.693778+0000 mgr.y (mgr.24491) 18242 : cluster [DBG] pgmap v16116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:48.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:46.694228+0000 mgr.y (mgr.24491) 18243 : cluster [DBG] pgmap v16117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:29:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:46.694228+0000 mgr.y (mgr.24491) 18243 : cluster [DBG] pgmap v16117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:46.694228+0000 mgr.y (mgr.24491) 18243 : cluster [DBG] pgmap v16117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:48.694719+0000 mgr.y (mgr.24491) 18244 : cluster [DBG] pgmap v16118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:48.694719+0000 mgr.y (mgr.24491) 18244 : cluster [DBG] pgmap v16118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:48.694719+0000 mgr.y (mgr.24491) 18244 : cluster [DBG] pgmap v16118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:29:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:50.695538+0000 mgr.y (mgr.24491) 18245 : cluster [DBG] pgmap v16119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:50.695538+0000 mgr.y (mgr.24491) 18245 : cluster [DBG] pgmap v16119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:50.695538+0000 mgr.y (mgr.24491) 18245 : cluster [DBG] pgmap v16119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:52.695899+0000 mgr.y (mgr.24491) 18246 : cluster [DBG] pgmap v16120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:52.695899+0000 mgr.y (mgr.24491) 18246 : cluster [DBG] pgmap v16120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:52.695899+0000 mgr.y (mgr.24491) 18246 : cluster [DBG] pgmap v16120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:29:53.988295+0000 mon.a (mon.0) 3796 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:29:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:29:54.281168+0000 mon.a (mon.0) 3797 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:29:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:29:54.281833+0000 mon.a (mon.0) 3798 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:29:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:29:54.286092+0000 mon.a (mon.0) 3799 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:29:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:29:53.988295+0000 mon.a (mon.0) 3796 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:29:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:29:54.281168+0000 mon.a (mon.0) 3797 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:29:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:29:54.281833+0000 mon.a (mon.0) 3798 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:29:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:29:54.286092+0000 mon.a (mon.0) 3799 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:29:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:29:53.988295+0000 mon.a (mon.0) 3796 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:29:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:29:54.281168+0000 mon.a (mon.0) 3797 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:29:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:29:54.281833+0000 mon.a (mon.0) 3798 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:29:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:29:54.286092+0000 mon.a (mon.0) 3799 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:29:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:54.696458+0000 mgr.y (mgr.24491) 18247 : cluster [DBG] pgmap v16121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:54.696458+0000 mgr.y (mgr.24491) 18247 : cluster [DBG] pgmap v16121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:54.696458+0000 mgr.y (mgr.24491) 18247 : cluster [DBG] pgmap v16121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:29:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:29:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:56.697139+0000 mgr.y (mgr.24491) 18248 : cluster [DBG] pgmap v16122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:56.697139+0000 mgr.y (mgr.24491) 18248 : cluster [DBG] pgmap v16122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:29:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:56.697139+0000 mgr.y (mgr.24491) 18248 : cluster [DBG] pgmap v16122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:29:58.697533+0000 mgr.y (mgr.24491) 18249 : cluster [DBG] pgmap v16123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:29:58.697533+0000 mgr.y (mgr.24491) 18249 : cluster [DBG] pgmap v16123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T12:29:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:30:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:29:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:29:58.697533+0000 mgr.y (mgr.24491) 18249 : cluster [DBG] pgmap v16123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:00.000140+0000 mon.a (mon.0) 3800 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:30:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:00.000140+0000 mon.a (mon.0) 3800 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:30:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:00.000140+0000 mon.a (mon.0) 3800 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:30:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:30:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:00.698190+0000 mgr.y (mgr.24491) 18250 : cluster [DBG] pgmap v16124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:00.698190+0000 mgr.y (mgr.24491) 18250 : cluster [DBG] pgmap v16124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:00.698190+0000 mgr.y (mgr.24491) 18250 : cluster [DBG] pgmap v16124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:02.698613+0000 mgr.y (mgr.24491) 18251 : cluster [DBG] pgmap v16125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:02.698613+0000 mgr.y (mgr.24491) 18251 : cluster [DBG] pgmap v16125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:02.698613+0000 mgr.y (mgr.24491) 18251 : cluster [DBG] pgmap v16125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:04.699385+0000 mgr.y (mgr.24491) 18252 : cluster [DBG] pgmap v16126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:04.699385+0000 mgr.y (mgr.24491) 18252 : cluster [DBG] pgmap v16126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:04.699385+0000 mgr.y (mgr.24491) 18252 : cluster [DBG] pgmap v16126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:30:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:06.699990+0000 mgr.y (mgr.24491) 18253 : cluster [DBG] pgmap v16127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:06.699990+0000 mgr.y (mgr.24491) 18253 : cluster [DBG] pgmap v16127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:06.699990+0000 mgr.y (mgr.24491) 18253 : cluster [DBG] pgmap v16127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:08.700469+0000 mgr.y (mgr.24491) 18254 : cluster [DBG] pgmap v16128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:08.700469+0000 mgr.y (mgr.24491) 18254 : cluster [DBG] pgmap v16128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:08.700469+0000 mgr.y (mgr.24491) 18254 : cluster [DBG] pgmap v16128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:11.127 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:30:11.403 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:30:11.403 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:30:11.403 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 7m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 7m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 7m ago 9h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 7m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 7m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 7m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (8h) 7m ago 8h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:30:11.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:30:11.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:30:11.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:30:11.405 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:30:11.405 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:30:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:30:11.733 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:30:11.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:30:11.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:30:11.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:30:11.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:30:11.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:30:11.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:30:11.733 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:30:11.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:30:11.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:30:11.734 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:30:11.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:30:11.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:30:11.734 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:30:11.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:30:11.734 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:30:11.734 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:30:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:10.701221+0000 mgr.y (mgr.24491) 18255 : cluster [DBG] pgmap v16129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:11.734179+0000 mon.c (mon.2) 564 : audit [DBG] from='client.? 172.21.15.177:0/349822332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:30:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:10.701221+0000 mgr.y (mgr.24491) 18255 : cluster [DBG] pgmap v16129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:11.734179+0000 mon.c (mon.2) 564 : audit [DBG] from='client.? 172.21.15.177:0/349822332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:30:12.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:10.701221+0000 mgr.y (mgr.24491) 18255 : cluster [DBG] pgmap v16129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:12.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:11.734179+0000 mon.c (mon.2) 564 : audit [DBG] from='client.? 172.21.15.177:0/349822332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:30:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:11.116394+0000 mgr.y (mgr.24491) 18256 : audit [DBG] from='client.33618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:11.396916+0000 mgr.y (mgr.24491) 18257 : audit [DBG] from='client.33624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:11.116394+0000 mgr.y (mgr.24491) 18256 : audit [DBG] from='client.33618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:11.396916+0000 mgr.y (mgr.24491) 18257 : audit [DBG] from='client.33624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:11.116394+0000 mgr.y (mgr.24491) 18256 : audit [DBG] from='client.33618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:11.396916+0000 mgr.y (mgr.24491) 18257 : audit [DBG] from='client.33624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:12.701652+0000 mgr.y (mgr.24491) 18258 : cluster [DBG] pgmap v16130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:12.701652+0000 mgr.y (mgr.24491) 18258 : cluster [DBG] pgmap v16130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:12.701652+0000 mgr.y (mgr.24491) 18258 : cluster [DBG] pgmap v16130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:16.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:14.702503+0000 mgr.y (mgr.24491) 18259 : cluster [DBG] pgmap v16131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:14.702503+0000 mgr.y (mgr.24491) 18259 : cluster [DBG] pgmap v16131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:14.702503+0000 mgr.y (mgr.24491) 18259 : cluster [DBG] pgmap v16131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:30:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:16.703082+0000 mgr.y (mgr.24491) 18260 : cluster [DBG] pgmap v16132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:16.703082+0000 mgr.y (mgr.24491) 18260 : cluster [DBG] pgmap v16132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:16.703082+0000 mgr.y (mgr.24491) 18260 : cluster [DBG] pgmap v16132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:18.703565+0000 mgr.y (mgr.24491) 18261 : cluster [DBG] pgmap v16133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:18.703565+0000 mgr.y (mgr.24491) 18261 : cluster [DBG] pgmap v16133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:18.703565+0000 mgr.y (mgr.24491) 18261 : cluster [DBG] pgmap v16133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:30:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:20.704204+0000 mgr.y (mgr.24491) 18262 : cluster [DBG] pgmap v16134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:20.704204+0000 mgr.y (mgr.24491) 18262 : cluster [DBG] pgmap v16134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:20.704204+0000 mgr.y (mgr.24491) 18262 : cluster [DBG] pgmap v16134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:22.704620+0000 mgr.y (mgr.24491) 18263 : cluster [DBG] pgmap v16135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:22.704620+0000 mgr.y (mgr.24491) 18263 : cluster [DBG] pgmap v16135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:22.704620+0000 mgr.y (mgr.24491) 18263 : cluster [DBG] pgmap v16135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:24.705230+0000 mgr.y (mgr.24491) 18264 : cluster [DBG] pgmap v16136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:24.705230+0000 mgr.y (mgr.24491) 18264 : cluster [DBG] pgmap v16136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:24.705230+0000 mgr.y (mgr.24491) 18264 : cluster [DBG] pgmap v16136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:30:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:26.705619+0000 mgr.y (mgr.24491) 18265 : cluster [DBG] pgmap v16137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:26.705619+0000 mgr.y (mgr.24491) 18265 : cluster [DBG] pgmap v16137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:26.705619+0000 mgr.y (mgr.24491) 18265 : cluster [DBG] pgmap v16137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:28.706029+0000 mgr.y (mgr.24491) 18266 : cluster [DBG] pgmap v16138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:28.706029+0000 mgr.y (mgr.24491) 18266 : cluster [DBG] pgmap v16138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:28.706029+0000 mgr.y (mgr.24491) 18266 : cluster [DBG] pgmap v16138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:30:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:30.706747+0000 mgr.y (mgr.24491) 18267 : cluster [DBG] pgmap v16139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:30.706747+0000 mgr.y (mgr.24491) 18267 : cluster [DBG] pgmap v16139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:30.706747+0000 mgr.y (mgr.24491) 18267 : cluster [DBG] pgmap v16139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:32.707136+0000 mgr.y (mgr.24491) 18268 : cluster [DBG] pgmap v16140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:32.707136+0000 mgr.y (mgr.24491) 18268 : cluster [DBG] pgmap v16140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:32.707136+0000 mgr.y (mgr.24491) 18268 : cluster [DBG] pgmap v16140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:34.707725+0000 mgr.y (mgr.24491) 18269 : cluster [DBG] pgmap v16141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:34.707725+0000 mgr.y (mgr.24491) 18269 : cluster [DBG] pgmap v16141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:34.707725+0000 mgr.y (mgr.24491) 18269 : cluster [DBG] pgmap v16141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:30:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:36.708213+0000 mgr.y (mgr.24491) 18270 : cluster [DBG] pgmap v16142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:36.708213+0000 mgr.y (mgr.24491) 18270 : cluster [DBG] pgmap v16142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:36.708213+0000 mgr.y (mgr.24491) 18270 : cluster [DBG] pgmap v16142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:38.708773+0000 mgr.y (mgr.24491) 18271 : cluster [DBG] pgmap v16143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:38.708773+0000 mgr.y (mgr.24491) 18271 : cluster [DBG] pgmap v16143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:38.708773+0000 mgr.y (mgr.24491) 18271 : cluster [DBG] pgmap v16143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:30:42.044 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:30:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:40.709539+0000 mgr.y (mgr.24491) 18272 : cluster [DBG] pgmap v16144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:40.709539+0000 mgr.y (mgr.24491) 18272 : cluster [DBG] pgmap v16144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:40.709539+0000 mgr.y (mgr.24491) 18272 : cluster [DBG] pgmap v16144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:42.318 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:30:42.318 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 7m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:30:42.318 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 7m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:30:42.318 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 7m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:30:42.318 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 7m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:30:42.318 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 7m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 7m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 7m ago 9h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 7m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 7m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 7m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 7m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 7m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 7m ago 9h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (8h) 7m ago 8h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:30:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (8h) 7m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:30:42.320 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 7m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:30:42.320 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 7m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:30:42.320 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 7m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:30:42.659 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:30:42.659 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:30:42.659 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:30:42.659 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:30:42.659 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:30:42.660 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:30:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:42.032743+0000 mgr.y (mgr.24491) 18273 : audit [DBG] from='client.33636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:42.660416+0000 mon.a (mon.0) 3801 : audit [DBG] from='client.? 172.21.15.177:0/1551465922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:30:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:42.032743+0000 mgr.y (mgr.24491) 18273 : audit [DBG] from='client.33636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:42.660416+0000 mon.a (mon.0) 3801 : audit [DBG] from='client.? 172.21.15.177:0/1551465922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:30:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:42.032743+0000 mgr.y (mgr.24491) 18273 : audit [DBG] from='client.33636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:42.660416+0000 mon.a (mon.0) 3801 : audit [DBG] from='client.? 172.21.15.177:0/1551465922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:30:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:42.311213+0000 mgr.y (mgr.24491) 18274 : audit [DBG] from='client.43550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:42.709910+0000 mgr.y (mgr.24491) 18275 : cluster [DBG] pgmap v16145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:42.311213+0000 mgr.y (mgr.24491) 18274 : audit [DBG] from='client.43550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:42.709910+0000 mgr.y (mgr.24491) 18275 : cluster [DBG] pgmap v16145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:42.311213+0000 mgr.y (mgr.24491) 18274 : audit [DBG] from='client.43550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:30:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:42.709910+0000 mgr.y (mgr.24491) 18275 : cluster [DBG] pgmap v16145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:44.710550+0000 mgr.y (mgr.24491) 18276 : cluster [DBG] pgmap v16146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:44.710550+0000 mgr.y (mgr.24491) 18276 : cluster [DBG] pgmap v16146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:44.710550+0000 mgr.y (mgr.24491) 18276 : cluster [DBG] pgmap v16146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:46.711123+0000 mgr.y (mgr.24491) 18277 : cluster [DBG] pgmap v16147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:47] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:30:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:46.711123+0000 mgr.y (mgr.24491) 18277 : cluster [DBG] pgmap v16147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:46.711123+0000 mgr.y (mgr.24491) 18277 : cluster [DBG] pgmap v16147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:48.711581+0000 mgr.y (mgr.24491) 18278 : cluster [DBG] pgmap v16148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:48.711581+0000 mgr.y (mgr.24491) 18278 : cluster [DBG] pgmap v16148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:48.711581+0000 mgr.y (mgr.24491) 18278 : cluster [DBG] pgmap v16148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:30:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:50.712250+0000 mgr.y (mgr.24491) 18279 : cluster [DBG] pgmap v16149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:50.712250+0000 mgr.y (mgr.24491) 18279 : cluster [DBG] pgmap v16149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:50.712250+0000 mgr.y (mgr.24491) 18279 : cluster [DBG] pgmap v16149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:52.712669+0000 mgr.y (mgr.24491) 18280 : cluster [DBG] pgmap v16150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:52.712669+0000 mgr.y (mgr.24491) 18280 : cluster [DBG] pgmap v16150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:52.712669+0000 mgr.y (mgr.24491) 18280 : cluster [DBG] pgmap v16150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:54.290255+0000 mon.a (mon.0) 3802 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:30:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:54.586416+0000 mon.a (mon.0) 3803 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:54.587039+0000 mon.a (mon.0) 3804 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:54.587554+0000 mon.a (mon.0) 3805 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:54.588043+0000 mon.a (mon.0) 3806 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:54.592336+0000 mon.a (mon.0) 3807 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:30:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:54.593627+0000 mon.a (mon.0) 3808 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:30:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:54.594181+0000 mon.a (mon.0) 3809 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:30:55.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:30:54.600653+0000 mon.a (mon.0) 3810 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:30:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:54.290255+0000 mon.a (mon.0) 3802 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:30:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:54.586416+0000 mon.a (mon.0) 3803 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:54.587039+0000 mon.a (mon.0) 3804 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:54.587554+0000 mon.a (mon.0) 3805 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:54.588043+0000 mon.a (mon.0) 3806 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:54.592336+0000 mon.a (mon.0) 3807 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:30:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:54.593627+0000 mon.a (mon.0) 3808 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:30:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:54.594181+0000 mon.a (mon.0) 3809 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:30:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:30:54.600653+0000 mon.a (mon.0) 3810 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:30:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:54.290255+0000 mon.a (mon.0) 3802 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:30:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:54.586416+0000 mon.a (mon.0) 3803 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:54.587039+0000 mon.a (mon.0) 3804 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:54.587554+0000 mon.a (mon.0) 3805 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:54.588043+0000 mon.a (mon.0) 3806 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:30:55.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:54.592336+0000 mon.a (mon.0) 3807 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:30:55.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:54.593627+0000 mon.a (mon.0) 3808 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:30:55.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:54.594181+0000 mon.a (mon.0) 3809 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:30:55.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:30:54.600653+0000 mon.a (mon.0) 3810 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:30:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T12:30:54.588428+0000 mgr.y (mgr.24491) 18281 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:30:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:54.713229+0000 mgr.y (mgr.24491) 18282 : cluster [DBG] pgmap v16151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T12:30:54.588428+0000 mgr.y (mgr.24491) 18281 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:30:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:54.713229+0000 mgr.y (mgr.24491) 18282 : cluster [DBG] pgmap v16151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T12:30:54.588428+0000 mgr.y (mgr.24491) 18281 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2471M 2024-04-20T12:30:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:54.713229+0000 mgr.y (mgr.24491) 18282 : cluster [DBG] pgmap v16151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:30:57] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:30:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:56.713585+0000 mgr.y (mgr.24491) 18283 : cluster [DBG] pgmap v16152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:56.713585+0000 mgr.y (mgr.24491) 18283 : cluster [DBG] pgmap v16152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:30:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:56.713585+0000 mgr.y (mgr.24491) 18283 : cluster [DBG] pgmap v16152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:30:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:30:58.714178+0000 mgr.y (mgr.24491) 18284 : cluster [DBG] pgmap v16153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:30:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:30:58.714178+0000 mgr.y (mgr.24491) 18284 : cluster [DBG] pgmap v16153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:30:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:30:58.714178+0000 mgr.y (mgr.24491) 18284 : cluster [DBG] pgmap v16153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:31:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:00.715023+0000 mgr.y (mgr.24491) 18285 : cluster [DBG] pgmap v16154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:00.715023+0000 mgr.y (mgr.24491) 18285 : cluster [DBG] pgmap v16154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:00.715023+0000 mgr.y (mgr.24491) 18285 : cluster [DBG] pgmap v16154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:02.715528+0000 mgr.y (mgr.24491) 18286 : cluster [DBG] pgmap v16155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:02.715528+0000 mgr.y (mgr.24491) 18286 : cluster [DBG] pgmap v16155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:02.715528+0000 mgr.y (mgr.24491) 18286 : cluster [DBG] pgmap v16155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:04.716100+0000 mgr.y (mgr.24491) 18287 : cluster [DBG] pgmap v16156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:04.716100+0000 mgr.y (mgr.24491) 18287 : cluster [DBG] pgmap v16156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:04.716100+0000 mgr.y (mgr.24491) 18287 : cluster [DBG] pgmap v16156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:07] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:31:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:06.716641+0000 mgr.y (mgr.24491) 18288 : cluster [DBG] pgmap v16157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:06.716641+0000 mgr.y (mgr.24491) 18288 : cluster [DBG] pgmap v16157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:06.716641+0000 mgr.y (mgr.24491) 18288 : cluster [DBG] pgmap v16157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:08.717169+0000 mgr.y (mgr.24491) 18289 : cluster [DBG] pgmap v16158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:08.717169+0000 mgr.y (mgr.24491) 18289 : cluster [DBG] pgmap v16158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:08.717169+0000 mgr.y (mgr.24491) 18289 : cluster [DBG] pgmap v16158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:31:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:10.717917+0000 mgr.y (mgr.24491) 18290 : cluster [DBG] pgmap v16159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:10.717917+0000 mgr.y (mgr.24491) 18290 : cluster [DBG] pgmap v16159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:10.717917+0000 mgr.y (mgr.24491) 18290 : cluster [DBG] pgmap v16159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:12.972 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:31:13.248 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:31:13.248 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:31:13.248 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:31:13.248 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:31:13.248 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:31:13.248 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 8m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:31:13.248 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:31:13.248 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:31:13.248 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 8m ago 9h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 8m ago 9h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 8m ago 9h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (8h) 8m ago 8h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:31:13.249 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:31:13.582 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:31:13.583 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:31:13.584 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:31:13.584 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:31:13.584 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:31:13.584 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:31:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:12.718334+0000 mgr.y (mgr.24491) 18291 : cluster [DBG] pgmap v16160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:31:12.961434+0000 mgr.y (mgr.24491) 18292 : audit [DBG] from='client.33654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:31:13.584068+0000 mon.a (mon.0) 3811 : audit [DBG] from='client.? 172.21.15.177:0/1605361063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:31:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:12.718334+0000 mgr.y (mgr.24491) 18291 : cluster [DBG] pgmap v16160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:31:12.961434+0000 mgr.y (mgr.24491) 18292 : audit [DBG] from='client.33654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:31:13.584068+0000 mon.a (mon.0) 3811 : audit [DBG] from='client.? 172.21.15.177:0/1605361063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:31:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:12.718334+0000 mgr.y (mgr.24491) 18291 : cluster [DBG] pgmap v16160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:31:12.961434+0000 mgr.y (mgr.24491) 18292 : audit [DBG] from='client.33654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:31:13.584068+0000 mon.a (mon.0) 3811 : audit [DBG] from='client.? 172.21.15.177:0/1605361063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:31:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:31:13.241682+0000 mgr.y (mgr.24491) 18293 : audit [DBG] from='client.43568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:31:13.241682+0000 mgr.y (mgr.24491) 18293 : audit [DBG] from='client.43568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:15.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:31:13.241682+0000 mgr.y (mgr.24491) 18293 : audit [DBG] from='client.43568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:14.719073+0000 mgr.y (mgr.24491) 18294 : cluster [DBG] pgmap v16161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:14.719073+0000 mgr.y (mgr.24491) 18294 : cluster [DBG] pgmap v16161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:14.719073+0000 mgr.y (mgr.24491) 18294 : cluster [DBG] pgmap v16161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:17] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:31:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:16.719467+0000 mgr.y (mgr.24491) 18295 : cluster [DBG] pgmap v16162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:16.719467+0000 mgr.y (mgr.24491) 18295 : cluster [DBG] pgmap v16162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:16.719467+0000 mgr.y (mgr.24491) 18295 : cluster [DBG] pgmap v16162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:18.720037+0000 mgr.y (mgr.24491) 18296 : cluster [DBG] pgmap v16163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:18.720037+0000 mgr.y (mgr.24491) 18296 : cluster [DBG] pgmap v16163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:18.720037+0000 mgr.y (mgr.24491) 18296 : cluster [DBG] pgmap v16163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:31:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:20.720685+0000 mgr.y (mgr.24491) 18297 : cluster [DBG] pgmap v16164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:20.720685+0000 mgr.y (mgr.24491) 18297 : cluster [DBG] pgmap v16164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:20.720685+0000 mgr.y (mgr.24491) 18297 : cluster [DBG] pgmap v16164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:22.721018+0000 mgr.y (mgr.24491) 18298 : cluster [DBG] pgmap v16165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:22.721018+0000 mgr.y (mgr.24491) 18298 : cluster [DBG] pgmap v16165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:22.721018+0000 mgr.y (mgr.24491) 18298 : cluster [DBG] pgmap v16165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:24.721549+0000 mgr.y (mgr.24491) 18299 : cluster [DBG] pgmap v16166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:24.721549+0000 mgr.y (mgr.24491) 18299 : cluster [DBG] pgmap v16166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:24.721549+0000 mgr.y (mgr.24491) 18299 : cluster [DBG] pgmap v16166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:26.721970+0000 mgr.y (mgr.24491) 18300 : cluster [DBG] pgmap v16167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:27] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:31:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:26.721970+0000 mgr.y (mgr.24491) 18300 : cluster [DBG] pgmap v16167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:26.721970+0000 mgr.y (mgr.24491) 18300 : cluster [DBG] pgmap v16167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:28.722348+0000 mgr.y (mgr.24491) 18301 : cluster [DBG] pgmap v16168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:28.722348+0000 mgr.y (mgr.24491) 18301 : cluster [DBG] pgmap v16168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:28.722348+0000 mgr.y (mgr.24491) 18301 : cluster [DBG] pgmap v16168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:31:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:30.723104+0000 mgr.y (mgr.24491) 18302 : cluster [DBG] pgmap v16169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:30.723104+0000 mgr.y (mgr.24491) 18302 : cluster [DBG] pgmap v16169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:30.723104+0000 mgr.y (mgr.24491) 18302 : cluster [DBG] pgmap v16169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:32.723630+0000 mgr.y (mgr.24491) 18303 : cluster [DBG] pgmap v16170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:32.723630+0000 mgr.y (mgr.24491) 18303 : cluster [DBG] pgmap v16170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:32.723630+0000 mgr.y (mgr.24491) 18303 : cluster [DBG] pgmap v16170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:34.724262+0000 mgr.y (mgr.24491) 18304 : cluster [DBG] pgmap v16171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:34.724262+0000 mgr.y (mgr.24491) 18304 : cluster [DBG] pgmap v16171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:34.724262+0000 mgr.y (mgr.24491) 18304 : cluster [DBG] pgmap v16171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:31:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:36.724768+0000 mgr.y (mgr.24491) 18305 : cluster [DBG] pgmap v16172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:36.724768+0000 mgr.y (mgr.24491) 18305 : cluster [DBG] pgmap v16172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:36.724768+0000 mgr.y (mgr.24491) 18305 : cluster [DBG] pgmap v16172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:38.725353+0000 mgr.y (mgr.24491) 18306 : cluster [DBG] pgmap v16173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:38.725353+0000 mgr.y (mgr.24491) 18306 : cluster [DBG] pgmap v16173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:38.725353+0000 mgr.y (mgr.24491) 18306 : cluster [DBG] pgmap v16173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:31:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:40.726117+0000 mgr.y (mgr.24491) 18307 : cluster [DBG] pgmap v16174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:40.726117+0000 mgr.y (mgr.24491) 18307 : cluster [DBG] pgmap v16174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:40.726117+0000 mgr.y (mgr.24491) 18307 : cluster [DBG] pgmap v16174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:43.893 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:31:44.171 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:31:44.171 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 8m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:31:44.171 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 8m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:31:44.171 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 8m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 8m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 8m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 8m ago 9h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 8m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 8m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 8m ago 9h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:31:44.172 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 8m ago 9h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:31:44.173 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 8m ago 9h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:31:44.173 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (8h) 8m ago 8h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:31:44.173 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 8m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:31:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:42.726543+0000 mgr.y (mgr.24491) 18308 : cluster [DBG] pgmap v16175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:42.726543+0000 mgr.y (mgr.24491) 18308 : cluster [DBG] pgmap v16175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:42.726543+0000 mgr.y (mgr.24491) 18308 : cluster [DBG] pgmap v16175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:44.507 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:31:44.507 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:31:44.508 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:31:44.508 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:31:44.508 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:31:44.508 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:31:44.508 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:31:44.508 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:31:44.509 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:31:44.509 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:31:44.509 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:31:44.509 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:31:44.509 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:31:44.510 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:31:44.510 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:31:44.510 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:31:44.510 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:31:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:31:43.882211+0000 mgr.y (mgr.24491) 18309 : audit [DBG] from='client.43580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:31:44.508624+0000 mon.c (mon.2) 565 : audit [DBG] from='client.? 172.21.15.177:0/16745966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:31:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:31:43.882211+0000 mgr.y (mgr.24491) 18309 : audit [DBG] from='client.43580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:45.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:31:44.508624+0000 mon.c (mon.2) 565 : audit [DBG] from='client.? 172.21.15.177:0/16745966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:31:45.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:31:43.882211+0000 mgr.y (mgr.24491) 18309 : audit [DBG] from='client.43580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:45.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:31:44.508624+0000 mon.c (mon.2) 565 : audit [DBG] from='client.? 172.21.15.177:0/16745966' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:31:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:31:44.165456+0000 mgr.y (mgr.24491) 18310 : audit [DBG] from='client.33678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:44.727183+0000 mgr.y (mgr.24491) 18311 : cluster [DBG] pgmap v16176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:31:44.165456+0000 mgr.y (mgr.24491) 18310 : audit [DBG] from='client.33678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:44.727183+0000 mgr.y (mgr.24491) 18311 : cluster [DBG] pgmap v16176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:31:44.165456+0000 mgr.y (mgr.24491) 18310 : audit [DBG] from='client.33678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:31:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:44.727183+0000 mgr.y (mgr.24491) 18311 : cluster [DBG] pgmap v16176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:47.988 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:31:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:46.727787+0000 mgr.y (mgr.24491) 18312 : cluster [DBG] pgmap v16177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:46.727787+0000 mgr.y (mgr.24491) 18312 : cluster [DBG] pgmap v16177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:46.727787+0000 mgr.y (mgr.24491) 18312 : cluster [DBG] pgmap v16177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:48.728223+0000 mgr.y (mgr.24491) 18313 : cluster [DBG] pgmap v16178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:50.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:48.728223+0000 mgr.y (mgr.24491) 18313 : cluster [DBG] pgmap v16178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:50.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:48.728223+0000 mgr.y (mgr.24491) 18313 : cluster [DBG] pgmap v16178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:31:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:50.728958+0000 mgr.y (mgr.24491) 18314 : cluster [DBG] pgmap v16179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:50.728958+0000 mgr.y (mgr.24491) 18314 : cluster [DBG] pgmap v16179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:50.728958+0000 mgr.y (mgr.24491) 18314 : cluster [DBG] pgmap v16179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:52.729471+0000 mgr.y (mgr.24491) 18315 : cluster [DBG] pgmap v16180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:52.729471+0000 mgr.y (mgr.24491) 18315 : cluster [DBG] pgmap v16180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:52.729471+0000 mgr.y (mgr.24491) 18315 : cluster [DBG] pgmap v16180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:31:54.605110+0000 mon.a (mon.0) 3812 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:31:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:31:54.899711+0000 mon.a (mon.0) 3813 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:31:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:31:54.900402+0000 mon.a (mon.0) 3814 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:31:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:31:54.904639+0000 mon.a (mon.0) 3815 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:31:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:31:54.605110+0000 mon.a (mon.0) 3812 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:31:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:31:54.899711+0000 mon.a (mon.0) 3813 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:31:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:31:54.900402+0000 mon.a (mon.0) 3814 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:31:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:31:54.904639+0000 mon.a (mon.0) 3815 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:31:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:31:54.605110+0000 mon.a (mon.0) 3812 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:31:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:31:54.899711+0000 mon.a (mon.0) 3813 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:31:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:31:54.900402+0000 mon.a (mon.0) 3814 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:31:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:31:54.904639+0000 mon.a (mon.0) 3815 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:31:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:54.730098+0000 mgr.y (mgr.24491) 18316 : cluster [DBG] pgmap v16181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:54.730098+0000 mgr.y (mgr.24491) 18316 : cluster [DBG] pgmap v16181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:54.730098+0000 mgr.y (mgr.24491) 18316 : cluster [DBG] pgmap v16181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:58.005 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:31:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:31:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:56.730677+0000 mgr.y (mgr.24491) 18317 : cluster [DBG] pgmap v16182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:31:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:56.730677+0000 mgr.y (mgr.24491) 18317 : cluster [DBG] pgmap v16182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:31:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:31:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:56.730677+0000 mgr.y (mgr.24491) 18317 : cluster [DBG] pgmap v16182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:31:58.731096+0000 mgr.y (mgr.24491) 18318 : cluster [DBG] pgmap v16183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:31:58.731096+0000 mgr.y (mgr.24491) 18318 : cluster [DBG] pgmap v16183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:31:58.731096+0000 mgr.y (mgr.24491) 18318 : cluster [DBG] pgmap v16183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:32:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:00.731980+0000 mgr.y (mgr.24491) 18319 : cluster [DBG] pgmap v16184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:00.731980+0000 mgr.y (mgr.24491) 18319 : cluster [DBG] pgmap v16184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:00.731980+0000 mgr.y (mgr.24491) 18319 : cluster [DBG] pgmap v16184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:02.732387+0000 mgr.y (mgr.24491) 18320 : cluster [DBG] pgmap v16185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:02.732387+0000 mgr.y (mgr.24491) 18320 : cluster [DBG] pgmap v16185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:02.732387+0000 mgr.y (mgr.24491) 18320 : cluster [DBG] pgmap v16185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:06.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:04.732953+0000 mgr.y (mgr.24491) 18321 : cluster [DBG] pgmap v16186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:06.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:04.732953+0000 mgr.y (mgr.24491) 18321 : cluster [DBG] pgmap v16186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:04.732953+0000 mgr.y (mgr.24491) 18321 : cluster [DBG] pgmap v16186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:08.026 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:07] "GET /metrics HTTP/1.1" 200 188342 "" "Prometheus/2.33.4" 2024-04-20T12:32:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:06.733364+0000 mgr.y (mgr.24491) 18322 : cluster [DBG] pgmap v16187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:06.733364+0000 mgr.y (mgr.24491) 18322 : cluster [DBG] pgmap v16187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:06.733364+0000 mgr.y (mgr.24491) 18322 : cluster [DBG] pgmap v16187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:08.733773+0000 mgr.y (mgr.24491) 18323 : cluster [DBG] pgmap v16188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:08.733773+0000 mgr.y (mgr.24491) 18323 : cluster [DBG] pgmap v16188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:08.733773+0000 mgr.y (mgr.24491) 18323 : cluster [DBG] pgmap v16188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:32:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:10.734479+0000 mgr.y (mgr.24491) 18324 : cluster [DBG] pgmap v16189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:10.734479+0000 mgr.y (mgr.24491) 18324 : cluster [DBG] pgmap v16189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:10.734479+0000 mgr.y (mgr.24491) 18324 : cluster [DBG] pgmap v16189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:12.734860+0000 mgr.y (mgr.24491) 18325 : cluster [DBG] pgmap v16190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:12.734860+0000 mgr.y (mgr.24491) 18325 : cluster [DBG] pgmap v16190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:12.734860+0000 mgr.y (mgr.24491) 18325 : cluster [DBG] pgmap v16190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:14.820 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:32:15.095 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:32:15.095 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:32:15.096 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:32:15.096 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (8h) 9m ago 8h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:32:15.096 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (8h) 9m ago 8h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:32:15.096 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:32:15.096 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:32:15.096 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:32:15.096 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:32:15.096 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:32:15.096 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:32:15.096 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:32:15.097 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:32:15.097 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:32:15.097 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:32:15.097 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:32:15.097 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:32:15.097 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:32:15.097 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:32:15.097 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:32:15.097 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:32:15.426 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:32:15.427 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:32:15.427 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:32:15.427 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:32:15.427 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:32:15.427 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:32:16.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:14.735447+0000 mgr.y (mgr.24491) 18326 : cluster [DBG] pgmap v16191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:16.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:14.809237+0000 mgr.y (mgr.24491) 18327 : audit [DBG] from='client.33690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:16.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:15.089216+0000 mgr.y (mgr.24491) 18328 : audit [DBG] from='client.33696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:16.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:15.427177+0000 mon.a (mon.0) 3816 : audit [DBG] from='client.? 172.21.15.177:0/2142743456' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:32:16.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:14.735447+0000 mgr.y (mgr.24491) 18326 : cluster [DBG] pgmap v16191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:16.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:14.809237+0000 mgr.y (mgr.24491) 18327 : audit [DBG] from='client.33690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:16.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:15.089216+0000 mgr.y (mgr.24491) 18328 : audit [DBG] from='client.33696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:16.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:15.427177+0000 mon.a (mon.0) 3816 : audit [DBG] from='client.? 172.21.15.177:0/2142743456' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:32:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:14.735447+0000 mgr.y (mgr.24491) 18326 : cluster [DBG] pgmap v16191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:14.809237+0000 mgr.y (mgr.24491) 18327 : audit [DBG] from='client.33690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:15.089216+0000 mgr.y (mgr.24491) 18328 : audit [DBG] from='client.33696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:15.427177+0000 mon.a (mon.0) 3816 : audit [DBG] from='client.? 172.21.15.177:0/2142743456' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:32:18.041 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:32:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:16.735899+0000 mgr.y (mgr.24491) 18329 : cluster [DBG] pgmap v16192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:16.735899+0000 mgr.y (mgr.24491) 18329 : cluster [DBG] pgmap v16192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:16.735899+0000 mgr.y (mgr.24491) 18329 : cluster [DBG] pgmap v16192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:18.736487+0000 mgr.y (mgr.24491) 18330 : cluster [DBG] pgmap v16193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:18.736487+0000 mgr.y (mgr.24491) 18330 : cluster [DBG] pgmap v16193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:18.736487+0000 mgr.y (mgr.24491) 18330 : cluster [DBG] pgmap v16193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:32:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:20.737401+0000 mgr.y (mgr.24491) 18331 : cluster [DBG] pgmap v16194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:20.737401+0000 mgr.y (mgr.24491) 18331 : cluster [DBG] pgmap v16194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:20.737401+0000 mgr.y (mgr.24491) 18331 : cluster [DBG] pgmap v16194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:22.737821+0000 mgr.y (mgr.24491) 18332 : cluster [DBG] pgmap v16195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:22.737821+0000 mgr.y (mgr.24491) 18332 : cluster [DBG] pgmap v16195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:22.737821+0000 mgr.y (mgr.24491) 18332 : cluster [DBG] pgmap v16195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:24.738563+0000 mgr.y (mgr.24491) 18333 : cluster [DBG] pgmap v16196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:24.738563+0000 mgr.y (mgr.24491) 18333 : cluster [DBG] pgmap v16196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:24.738563+0000 mgr.y (mgr.24491) 18333 : cluster [DBG] pgmap v16196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:28.059 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:32:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:26.739043+0000 mgr.y (mgr.24491) 18334 : cluster [DBG] pgmap v16197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:26.739043+0000 mgr.y (mgr.24491) 18334 : cluster [DBG] pgmap v16197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:26.739043+0000 mgr.y (mgr.24491) 18334 : cluster [DBG] pgmap v16197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:28.739497+0000 mgr.y (mgr.24491) 18335 : cluster [DBG] pgmap v16198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:28.739497+0000 mgr.y (mgr.24491) 18335 : cluster [DBG] pgmap v16198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:28.739497+0000 mgr.y (mgr.24491) 18335 : cluster [DBG] pgmap v16198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:32:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:30.740228+0000 mgr.y (mgr.24491) 18336 : cluster [DBG] pgmap v16199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:32.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:30.740228+0000 mgr.y (mgr.24491) 18336 : cluster [DBG] pgmap v16199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:30.740228+0000 mgr.y (mgr.24491) 18336 : cluster [DBG] pgmap v16199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:32.740692+0000 mgr.y (mgr.24491) 18337 : cluster [DBG] pgmap v16200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:32.740692+0000 mgr.y (mgr.24491) 18337 : cluster [DBG] pgmap v16200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:32.740692+0000 mgr.y (mgr.24491) 18337 : cluster [DBG] pgmap v16200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:34.741298+0000 mgr.y (mgr.24491) 18338 : cluster [DBG] pgmap v16201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:34.741298+0000 mgr.y (mgr.24491) 18338 : cluster [DBG] pgmap v16201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:34.741298+0000 mgr.y (mgr.24491) 18338 : cluster [DBG] pgmap v16201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:38.074 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:32:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:36.741904+0000 mgr.y (mgr.24491) 18339 : cluster [DBG] pgmap v16202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:36.741904+0000 mgr.y (mgr.24491) 18339 : cluster [DBG] pgmap v16202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:36.741904+0000 mgr.y (mgr.24491) 18339 : cluster [DBG] pgmap v16202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:38.742565+0000 mgr.y (mgr.24491) 18340 : cluster [DBG] pgmap v16203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:38.742565+0000 mgr.y (mgr.24491) 18340 : cluster [DBG] pgmap v16203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:38.742565+0000 mgr.y (mgr.24491) 18340 : cluster [DBG] pgmap v16203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:32:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:40.743288+0000 mgr.y (mgr.24491) 18341 : cluster [DBG] pgmap v16204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:40.743288+0000 mgr.y (mgr.24491) 18341 : cluster [DBG] pgmap v16204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:40.743288+0000 mgr.y (mgr.24491) 18341 : cluster [DBG] pgmap v16204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:42.743686+0000 mgr.y (mgr.24491) 18342 : cluster [DBG] pgmap v16205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:42.743686+0000 mgr.y (mgr.24491) 18342 : cluster [DBG] pgmap v16205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:42.743686+0000 mgr.y (mgr.24491) 18342 : cluster [DBG] pgmap v16205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:45.736 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:32:46.017 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:32:46.017 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 9m ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:32:46.017 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 9m ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:32:46.017 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 9m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:32:46.017 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 9m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:32:46.017 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:32:46.017 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:32:46.017 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1092M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:32:46.017 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 780M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 787M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (8h) 9m ago 8h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (8h) 9m ago 8h 24.2M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.6M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.4M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 43.9M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 43.9M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:32:46.018 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 9m ago 8h 125M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:32:46.348 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:32:46.348 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:32:46.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:32:46.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:32:46.348 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:32:46.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:32:46.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:32:46.349 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:32:46.349 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:32:46.349 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:32:46.349 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:32:46.349 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:32:46.349 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:32:46.349 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:32:46.349 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:32:46.349 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:32:46.349 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:32:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:44.744487+0000 mgr.y (mgr.24491) 18343 : cluster [DBG] pgmap v16206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:44.744487+0000 mgr.y (mgr.24491) 18343 : cluster [DBG] pgmap v16206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:44.744487+0000 mgr.y (mgr.24491) 18343 : cluster [DBG] pgmap v16206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:45.725429+0000 mgr.y (mgr.24491) 18344 : audit [DBG] from='client.43616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:46.008745+0000 mgr.y (mgr.24491) 18345 : audit [DBG] from='client.33714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:46.349482+0000 mon.c (mon.2) 566 : audit [DBG] from='client.? 172.21.15.177:0/3273375035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:32:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:45.725429+0000 mgr.y (mgr.24491) 18344 : audit [DBG] from='client.43616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:46.008745+0000 mgr.y (mgr.24491) 18345 : audit [DBG] from='client.33714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:46.349482+0000 mon.c (mon.2) 566 : audit [DBG] from='client.? 172.21.15.177:0/3273375035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:32:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:45.725429+0000 mgr.y (mgr.24491) 18344 : audit [DBG] from='client.43616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:46.008745+0000 mgr.y (mgr.24491) 18345 : audit [DBG] from='client.33714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:32:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:46.349482+0000 mon.c (mon.2) 566 : audit [DBG] from='client.? 172.21.15.177:0/3273375035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:32:48.093 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:47] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:32:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:46.744837+0000 mgr.y (mgr.24491) 18346 : cluster [DBG] pgmap v16207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:46.744837+0000 mgr.y (mgr.24491) 18346 : cluster [DBG] pgmap v16207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:46.744837+0000 mgr.y (mgr.24491) 18346 : cluster [DBG] pgmap v16207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:48.745327+0000 mgr.y (mgr.24491) 18347 : cluster [DBG] pgmap v16208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:48.745327+0000 mgr.y (mgr.24491) 18347 : cluster [DBG] pgmap v16208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:48.745327+0000 mgr.y (mgr.24491) 18347 : cluster [DBG] pgmap v16208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:32:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:50.746096+0000 mgr.y (mgr.24491) 18348 : cluster [DBG] pgmap v16209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:50.746096+0000 mgr.y (mgr.24491) 18348 : cluster [DBG] pgmap v16209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:50.746096+0000 mgr.y (mgr.24491) 18348 : cluster [DBG] pgmap v16209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:52.746498+0000 mgr.y (mgr.24491) 18349 : cluster [DBG] pgmap v16210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:52.746498+0000 mgr.y (mgr.24491) 18349 : cluster [DBG] pgmap v16210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:52.746498+0000 mgr.y (mgr.24491) 18349 : cluster [DBG] pgmap v16210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:54.908666+0000 mon.a (mon.0) 3817 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:32:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:54.908666+0000 mon.a (mon.0) 3817 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:32:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:54.908666+0000 mon.a (mon.0) 3817 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:32:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:54.747261+0000 mgr.y (mgr.24491) 18350 : cluster [DBG] pgmap v16211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:54.747261+0000 mgr.y (mgr.24491) 18350 : cluster [DBG] pgmap v16211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:56.412 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:54.747261+0000 mgr.y (mgr.24491) 18350 : cluster [DBG] pgmap v16211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:57.115 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:56.747597+0000 mgr.y (mgr.24491) 18351 : cluster [DBG] pgmap v16212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:56.747597+0000 mgr.y (mgr.24491) 18351 : cluster [DBG] pgmap v16212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:56.747597+0000 mgr.y (mgr.24491) 18351 : cluster [DBG] pgmap v16212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:32:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:32:57] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:32:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:57.736612+0000 mon.a (mon.0) 3818 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:32:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:58.403643+0000 mon.a (mon.0) 3819 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:32:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:58.684697+0000 mon.a (mon.0) 3820 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:32:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:58.685344+0000 mon.a (mon.0) 3821 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:32:59.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:32:58.690596+0000 mon.a (mon.0) 3822 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:32:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:57.736612+0000 mon.a (mon.0) 3818 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:32:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:58.403643+0000 mon.a (mon.0) 3819 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:32:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:58.684697+0000 mon.a (mon.0) 3820 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:32:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:58.685344+0000 mon.a (mon.0) 3821 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:32:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:32:58.690596+0000 mon.a (mon.0) 3822 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:32:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:57.736612+0000 mon.a (mon.0) 3818 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:32:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:58.403643+0000 mon.a (mon.0) 3819 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:32:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:58.684697+0000 mon.a (mon.0) 3820 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:32:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:58.685344+0000 mon.a (mon.0) 3821 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:32:59.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:32:58.690596+0000 mon.a (mon.0) 3822 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:32:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:32:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:32:58.748129+0000 mgr.y (mgr.24491) 18352 : cluster [DBG] pgmap v16213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:32:58.748129+0000 mgr.y (mgr.24491) 18352 : cluster [DBG] pgmap v16213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:32:58.748129+0000 mgr.y (mgr.24491) 18352 : cluster [DBG] pgmap v16213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:33:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:00.748791+0000 mgr.y (mgr.24491) 18353 : cluster [DBG] pgmap v16214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:00.748791+0000 mgr.y (mgr.24491) 18353 : cluster [DBG] pgmap v16214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:00.748791+0000 mgr.y (mgr.24491) 18353 : cluster [DBG] pgmap v16214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:02.749418+0000 mgr.y (mgr.24491) 18354 : cluster [DBG] pgmap v16215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:02.749418+0000 mgr.y (mgr.24491) 18354 : cluster [DBG] pgmap v16215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:02.749418+0000 mgr.y (mgr.24491) 18354 : cluster [DBG] pgmap v16215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:04.750292+0000 mgr.y (mgr.24491) 18355 : cluster [DBG] pgmap v16216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:04.750292+0000 mgr.y (mgr.24491) 18355 : cluster [DBG] pgmap v16216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:06.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:04.750292+0000 mgr.y (mgr.24491) 18355 : cluster [DBG] pgmap v16216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:33:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:06.750824+0000 mgr.y (mgr.24491) 18356 : cluster [DBG] pgmap v16217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:06.750824+0000 mgr.y (mgr.24491) 18356 : cluster [DBG] pgmap v16217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:06.750824+0000 mgr.y (mgr.24491) 18356 : cluster [DBG] pgmap v16217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:08.751384+0000 mgr.y (mgr.24491) 18357 : cluster [DBG] pgmap v16218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:08.751384+0000 mgr.y (mgr.24491) 18357 : cluster [DBG] pgmap v16218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:08.751384+0000 mgr.y (mgr.24491) 18357 : cluster [DBG] pgmap v16218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:33:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:10.752272+0000 mgr.y (mgr.24491) 18358 : cluster [DBG] pgmap v16219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:10.752272+0000 mgr.y (mgr.24491) 18358 : cluster [DBG] pgmap v16219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:10.752272+0000 mgr.y (mgr.24491) 18358 : cluster [DBG] pgmap v16219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:12.752752+0000 mgr.y (mgr.24491) 18359 : cluster [DBG] pgmap v16220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:12.752752+0000 mgr.y (mgr.24491) 18359 : cluster [DBG] pgmap v16220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:12.752752+0000 mgr.y (mgr.24491) 18359 : cluster [DBG] pgmap v16220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:14.753427+0000 mgr.y (mgr.24491) 18360 : cluster [DBG] pgmap v16221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:14.753427+0000 mgr.y (mgr.24491) 18360 : cluster [DBG] pgmap v16221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:16.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:14.753427+0000 mgr.y (mgr.24491) 18360 : cluster [DBG] pgmap v16221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:16.654 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:33:16.930 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 19s ago 8h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (8h) 18s ago 8h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 19s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 18s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 18s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 19s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 19s ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 18s ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 19s ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 19s ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 18s ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 19s ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 19s ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:33:16.931 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 19s ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:33:16.932 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 19s ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:33:16.932 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 18s ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:33:16.932 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 18s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:33:16.932 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 18s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:33:16.932 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 18s ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:33:16.932 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 18s ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:33:17.264 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:33:17.264 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:33:17.264 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:33:17.264 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:33:17.264 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:33:17.264 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:33:17.264 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:33:17.265 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:33:17.265 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:33:17.265 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:33:17.265 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:33:17.265 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:33:17.265 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:33:17.265 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:33:17.265 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:33:17.265 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:33:17.265 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:33:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:33:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:33:16.642772+0000 mgr.y (mgr.24491) 18361 : audit [DBG] from='client.43634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:16.753787+0000 mgr.y (mgr.24491) 18362 : cluster [DBG] pgmap v16222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:33:16.924254+0000 mgr.y (mgr.24491) 18363 : audit [DBG] from='client.33732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:33:17.265362+0000 mon.a (mon.0) 3823 : audit [DBG] from='client.? 172.21.15.177:0/3771726168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:33:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:33:16.642772+0000 mgr.y (mgr.24491) 18361 : audit [DBG] from='client.43634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:16.753787+0000 mgr.y (mgr.24491) 18362 : cluster [DBG] pgmap v16222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:33:16.924254+0000 mgr.y (mgr.24491) 18363 : audit [DBG] from='client.33732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:33:17.265362+0000 mon.a (mon.0) 3823 : audit [DBG] from='client.? 172.21.15.177:0/3771726168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:33:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:33:16.642772+0000 mgr.y (mgr.24491) 18361 : audit [DBG] from='client.43634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:16.753787+0000 mgr.y (mgr.24491) 18362 : cluster [DBG] pgmap v16222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:33:16.924254+0000 mgr.y (mgr.24491) 18363 : audit [DBG] from='client.33732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:33:17.265362+0000 mon.a (mon.0) 3823 : audit [DBG] from='client.? 172.21.15.177:0/3771726168' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:33:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:18.754261+0000 mgr.y (mgr.24491) 18364 : cluster [DBG] pgmap v16223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:18.754261+0000 mgr.y (mgr.24491) 18364 : cluster [DBG] pgmap v16223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:18.754261+0000 mgr.y (mgr.24491) 18364 : cluster [DBG] pgmap v16223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:33:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:20.755109+0000 mgr.y (mgr.24491) 18365 : cluster [DBG] pgmap v16224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:20.755109+0000 mgr.y (mgr.24491) 18365 : cluster [DBG] pgmap v16224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:20.755109+0000 mgr.y (mgr.24491) 18365 : cluster [DBG] pgmap v16224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:22.755641+0000 mgr.y (mgr.24491) 18366 : cluster [DBG] pgmap v16225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:22.755641+0000 mgr.y (mgr.24491) 18366 : cluster [DBG] pgmap v16225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:22.755641+0000 mgr.y (mgr.24491) 18366 : cluster [DBG] pgmap v16225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:24.756380+0000 mgr.y (mgr.24491) 18367 : cluster [DBG] pgmap v16226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:24.756380+0000 mgr.y (mgr.24491) 18367 : cluster [DBG] pgmap v16226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:24.756380+0000 mgr.y (mgr.24491) 18367 : cluster [DBG] pgmap v16226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:33:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:26.756787+0000 mgr.y (mgr.24491) 18368 : cluster [DBG] pgmap v16227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:26.756787+0000 mgr.y (mgr.24491) 18368 : cluster [DBG] pgmap v16227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:26.756787+0000 mgr.y (mgr.24491) 18368 : cluster [DBG] pgmap v16227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:28.757364+0000 mgr.y (mgr.24491) 18369 : cluster [DBG] pgmap v16228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:28.757364+0000 mgr.y (mgr.24491) 18369 : cluster [DBG] pgmap v16228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:28.757364+0000 mgr.y (mgr.24491) 18369 : cluster [DBG] pgmap v16228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:33:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:30.758120+0000 mgr.y (mgr.24491) 18370 : cluster [DBG] pgmap v16229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:30.758120+0000 mgr.y (mgr.24491) 18370 : cluster [DBG] pgmap v16229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:30.758120+0000 mgr.y (mgr.24491) 18370 : cluster [DBG] pgmap v16229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:32.758479+0000 mgr.y (mgr.24491) 18371 : cluster [DBG] pgmap v16230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:32.758479+0000 mgr.y (mgr.24491) 18371 : cluster [DBG] pgmap v16230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:32.758479+0000 mgr.y (mgr.24491) 18371 : cluster [DBG] pgmap v16230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:34.759267+0000 mgr.y (mgr.24491) 18372 : cluster [DBG] pgmap v16231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:34.759267+0000 mgr.y (mgr.24491) 18372 : cluster [DBG] pgmap v16231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:34.759267+0000 mgr.y (mgr.24491) 18372 : cluster [DBG] pgmap v16231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:33:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:36.759826+0000 mgr.y (mgr.24491) 18373 : cluster [DBG] pgmap v16232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:36.759826+0000 mgr.y (mgr.24491) 18373 : cluster [DBG] pgmap v16232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:36.759826+0000 mgr.y (mgr.24491) 18373 : cluster [DBG] pgmap v16232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:38.760279+0000 mgr.y (mgr.24491) 18374 : cluster [DBG] pgmap v16233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:38.760279+0000 mgr.y (mgr.24491) 18374 : cluster [DBG] pgmap v16233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:38.760279+0000 mgr.y (mgr.24491) 18374 : cluster [DBG] pgmap v16233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:33:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:40.761120+0000 mgr.y (mgr.24491) 18375 : cluster [DBG] pgmap v16234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:40.761120+0000 mgr.y (mgr.24491) 18375 : cluster [DBG] pgmap v16234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:40.761120+0000 mgr.y (mgr.24491) 18375 : cluster [DBG] pgmap v16234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:42.761462+0000 mgr.y (mgr.24491) 18376 : cluster [DBG] pgmap v16235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:42.761462+0000 mgr.y (mgr.24491) 18376 : cluster [DBG] pgmap v16235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:42.761462+0000 mgr.y (mgr.24491) 18376 : cluster [DBG] pgmap v16235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:44.762119+0000 mgr.y (mgr.24491) 18377 : cluster [DBG] pgmap v16236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:44.762119+0000 mgr.y (mgr.24491) 18377 : cluster [DBG] pgmap v16236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:44.762119+0000 mgr.y (mgr.24491) 18377 : cluster [DBG] pgmap v16236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:47.574 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:33:47.850 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:33:47.850 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (8h) 50s ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:33:47.850 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 49s ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:33:47.850 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 50s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:33:47.850 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 49s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 49s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 50s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 50s ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 49s ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 50s ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 50s ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 49s ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 50s ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 50s ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 50s ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 50s ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 49s ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 49s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:33:47.851 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 49s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:33:47.852 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 49s ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:33:47.852 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (8h) 49s ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:33:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:33:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:46.762587+0000 mgr.y (mgr.24491) 18378 : cluster [DBG] pgmap v16237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:46.762587+0000 mgr.y (mgr.24491) 18378 : cluster [DBG] pgmap v16237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:48.186 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:33:48.186 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:33:48.186 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:33:48.187 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:33:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:46.762587+0000 mgr.y (mgr.24491) 18378 : cluster [DBG] pgmap v16237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:33:47.563988+0000 mgr.y (mgr.24491) 18379 : audit [DBG] from='client.33744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:33:47.844059+0000 mgr.y (mgr.24491) 18380 : audit [DBG] from='client.43658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:49.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:33:48.187893+0000 mon.c (mon.2) 567 : audit [DBG] from='client.? 172.21.15.177:0/1618845312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:33:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:33:47.563988+0000 mgr.y (mgr.24491) 18379 : audit [DBG] from='client.33744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:33:47.844059+0000 mgr.y (mgr.24491) 18380 : audit [DBG] from='client.43658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:33:48.187893+0000 mon.c (mon.2) 567 : audit [DBG] from='client.? 172.21.15.177:0/1618845312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:33:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:33:47.563988+0000 mgr.y (mgr.24491) 18379 : audit [DBG] from='client.33744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:33:47.844059+0000 mgr.y (mgr.24491) 18380 : audit [DBG] from='client.43658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:33:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:33:48.187893+0000 mon.c (mon.2) 567 : audit [DBG] from='client.? 172.21.15.177:0/1618845312' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:33:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:48.763052+0000 mgr.y (mgr.24491) 18381 : cluster [DBG] pgmap v16238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:48.763052+0000 mgr.y (mgr.24491) 18381 : cluster [DBG] pgmap v16238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:48.763052+0000 mgr.y (mgr.24491) 18381 : cluster [DBG] pgmap v16238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:33:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:50.763726+0000 mgr.y (mgr.24491) 18382 : cluster [DBG] pgmap v16239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:50.763726+0000 mgr.y (mgr.24491) 18382 : cluster [DBG] pgmap v16239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:50.763726+0000 mgr.y (mgr.24491) 18382 : cluster [DBG] pgmap v16239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:52.764291+0000 mgr.y (mgr.24491) 18383 : cluster [DBG] pgmap v16240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:52.764291+0000 mgr.y (mgr.24491) 18383 : cluster [DBG] pgmap v16240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:52.764291+0000 mgr.y (mgr.24491) 18383 : cluster [DBG] pgmap v16240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:54.764879+0000 mgr.y (mgr.24491) 18384 : cluster [DBG] pgmap v16241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:54.764879+0000 mgr.y (mgr.24491) 18384 : cluster [DBG] pgmap v16241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:54.764879+0000 mgr.y (mgr.24491) 18384 : cluster [DBG] pgmap v16241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:33:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:33:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:56.765460+0000 mgr.y (mgr.24491) 18385 : cluster [DBG] pgmap v16242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:56.765460+0000 mgr.y (mgr.24491) 18385 : cluster [DBG] pgmap v16242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:56.765460+0000 mgr.y (mgr.24491) 18385 : cluster [DBG] pgmap v16242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:33:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:33:58.695824+0000 mon.a (mon.0) 3824 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:33:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:33:58.695824+0000 mon.a (mon.0) 3824 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:33:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:33:58.695824+0000 mon.a (mon.0) 3824 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:34:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:33:58.765863+0000 mgr.y (mgr.24491) 18386 : cluster [DBG] pgmap v16243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:33:58.990303+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:34:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:33:58.990929+0000 mon.a (mon.0) 3826 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:34:00.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:33:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:33:58.995259+0000 mon.a (mon.0) 3827 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:34:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:33:58.765863+0000 mgr.y (mgr.24491) 18386 : cluster [DBG] pgmap v16243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:33:58.990303+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:34:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:33:58.990929+0000 mon.a (mon.0) 3826 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:34:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:33:58.995259+0000 mon.a (mon.0) 3827 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:34:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:33:58.765863+0000 mgr.y (mgr.24491) 18386 : cluster [DBG] pgmap v16243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:33:58.990303+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:34:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:33:58.990929+0000 mon.a (mon.0) 3826 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:34:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:33:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:33:58.995259+0000 mon.a (mon.0) 3827 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:34:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:34:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:00.766528+0000 mgr.y (mgr.24491) 18387 : cluster [DBG] pgmap v16244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:00.766528+0000 mgr.y (mgr.24491) 18387 : cluster [DBG] pgmap v16244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:00.766528+0000 mgr.y (mgr.24491) 18387 : cluster [DBG] pgmap v16244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:02.767043+0000 mgr.y (mgr.24491) 18388 : cluster [DBG] pgmap v16245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:02.767043+0000 mgr.y (mgr.24491) 18388 : cluster [DBG] pgmap v16245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:02.767043+0000 mgr.y (mgr.24491) 18388 : cluster [DBG] pgmap v16245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:04.767645+0000 mgr.y (mgr.24491) 18389 : cluster [DBG] pgmap v16246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:04.767645+0000 mgr.y (mgr.24491) 18389 : cluster [DBG] pgmap v16246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:04.767645+0000 mgr.y (mgr.24491) 18389 : cluster [DBG] pgmap v16246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:07] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:34:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:06.768082+0000 mgr.y (mgr.24491) 18390 : cluster [DBG] pgmap v16247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:06.768082+0000 mgr.y (mgr.24491) 18390 : cluster [DBG] pgmap v16247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:06.768082+0000 mgr.y (mgr.24491) 18390 : cluster [DBG] pgmap v16247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:08.768458+0000 mgr.y (mgr.24491) 18391 : cluster [DBG] pgmap v16248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:08.768458+0000 mgr.y (mgr.24491) 18391 : cluster [DBG] pgmap v16248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:08.768458+0000 mgr.y (mgr.24491) 18391 : cluster [DBG] pgmap v16248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:34:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:10.769123+0000 mgr.y (mgr.24491) 18392 : cluster [DBG] pgmap v16249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:10.769123+0000 mgr.y (mgr.24491) 18392 : cluster [DBG] pgmap v16249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:10.769123+0000 mgr.y (mgr.24491) 18392 : cluster [DBG] pgmap v16249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:12.769638+0000 mgr.y (mgr.24491) 18393 : cluster [DBG] pgmap v16250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:12.769638+0000 mgr.y (mgr.24491) 18393 : cluster [DBG] pgmap v16250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:12.769638+0000 mgr.y (mgr.24491) 18393 : cluster [DBG] pgmap v16250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:14.770264+0000 mgr.y (mgr.24491) 18394 : cluster [DBG] pgmap v16251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:14.770264+0000 mgr.y (mgr.24491) 18394 : cluster [DBG] pgmap v16251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:14.770264+0000 mgr.y (mgr.24491) 18394 : cluster [DBG] pgmap v16251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:34:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:16.770816+0000 mgr.y (mgr.24491) 18395 : cluster [DBG] pgmap v16252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:16.770816+0000 mgr.y (mgr.24491) 18395 : cluster [DBG] pgmap v16252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:16.770816+0000 mgr.y (mgr.24491) 18395 : cluster [DBG] pgmap v16252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:18.496 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:34:18.768 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:34:18.768 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 81s ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 80s ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 81s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 80s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 80s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 81s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 81s ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 80s ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 81s ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 81s ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 80s ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 81s ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 81s ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 81s ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:34:18.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 81s ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:34:18.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 80s ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:34:18.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 80s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:34:18.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 80s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:34:18.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 80s ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:34:18.770 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 80s ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:34:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:34:19.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:34:19.102 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:34:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:34:18.485731+0000 mgr.y (mgr.24491) 18396 : audit [DBG] from='client.43670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:34:18.762110+0000 mgr.y (mgr.24491) 18397 : audit [DBG] from='client.33768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:18.771206+0000 mgr.y (mgr.24491) 18398 : cluster [DBG] pgmap v16253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:34:19.102809+0000 mon.a (mon.0) 3828 : audit [DBG] from='client.? 172.21.15.177:0/1153663610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:34:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:34:18.485731+0000 mgr.y (mgr.24491) 18396 : audit [DBG] from='client.43670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:34:18.762110+0000 mgr.y (mgr.24491) 18397 : audit [DBG] from='client.33768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:18.771206+0000 mgr.y (mgr.24491) 18398 : cluster [DBG] pgmap v16253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:34:19.102809+0000 mon.a (mon.0) 3828 : audit [DBG] from='client.? 172.21.15.177:0/1153663610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:34:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:34:18.485731+0000 mgr.y (mgr.24491) 18396 : audit [DBG] from='client.43670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:34:18.762110+0000 mgr.y (mgr.24491) 18397 : audit [DBG] from='client.33768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:18.771206+0000 mgr.y (mgr.24491) 18398 : cluster [DBG] pgmap v16253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:34:19.102809+0000 mon.a (mon.0) 3828 : audit [DBG] from='client.? 172.21.15.177:0/1153663610' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:34:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:34:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:20.771852+0000 mgr.y (mgr.24491) 18399 : cluster [DBG] pgmap v16254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:20.771852+0000 mgr.y (mgr.24491) 18399 : cluster [DBG] pgmap v16254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:20.771852+0000 mgr.y (mgr.24491) 18399 : cluster [DBG] pgmap v16254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:22.772471+0000 mgr.y (mgr.24491) 18400 : cluster [DBG] pgmap v16255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:22.772471+0000 mgr.y (mgr.24491) 18400 : cluster [DBG] pgmap v16255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:22.772471+0000 mgr.y (mgr.24491) 18400 : cluster [DBG] pgmap v16255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:24.773059+0000 mgr.y (mgr.24491) 18401 : cluster [DBG] pgmap v16256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:24.773059+0000 mgr.y (mgr.24491) 18401 : cluster [DBG] pgmap v16256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:24.773059+0000 mgr.y (mgr.24491) 18401 : cluster [DBG] pgmap v16256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:34:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:26.773680+0000 mgr.y (mgr.24491) 18402 : cluster [DBG] pgmap v16257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:26.773680+0000 mgr.y (mgr.24491) 18402 : cluster [DBG] pgmap v16257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:26.773680+0000 mgr.y (mgr.24491) 18402 : cluster [DBG] pgmap v16257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:28.774098+0000 mgr.y (mgr.24491) 18403 : cluster [DBG] pgmap v16258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:28.774098+0000 mgr.y (mgr.24491) 18403 : cluster [DBG] pgmap v16258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:28.774098+0000 mgr.y (mgr.24491) 18403 : cluster [DBG] pgmap v16258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:34:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:30.774691+0000 mgr.y (mgr.24491) 18404 : cluster [DBG] pgmap v16259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:30.774691+0000 mgr.y (mgr.24491) 18404 : cluster [DBG] pgmap v16259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:30.774691+0000 mgr.y (mgr.24491) 18404 : cluster [DBG] pgmap v16259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:32.775205+0000 mgr.y (mgr.24491) 18405 : cluster [DBG] pgmap v16260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:32.775205+0000 mgr.y (mgr.24491) 18405 : cluster [DBG] pgmap v16260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:32.775205+0000 mgr.y (mgr.24491) 18405 : cluster [DBG] pgmap v16260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:34.775791+0000 mgr.y (mgr.24491) 18406 : cluster [DBG] pgmap v16261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:34.775791+0000 mgr.y (mgr.24491) 18406 : cluster [DBG] pgmap v16261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:34.775791+0000 mgr.y (mgr.24491) 18406 : cluster [DBG] pgmap v16261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:36.776236+0000 mgr.y (mgr.24491) 18407 : cluster [DBG] pgmap v16262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:34:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:36.776236+0000 mgr.y (mgr.24491) 18407 : cluster [DBG] pgmap v16262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:36.776236+0000 mgr.y (mgr.24491) 18407 : cluster [DBG] pgmap v16262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:38.776594+0000 mgr.y (mgr.24491) 18408 : cluster [DBG] pgmap v16263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:38.776594+0000 mgr.y (mgr.24491) 18408 : cluster [DBG] pgmap v16263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:38.776594+0000 mgr.y (mgr.24491) 18408 : cluster [DBG] pgmap v16263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:34:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:40.777341+0000 mgr.y (mgr.24491) 18409 : cluster [DBG] pgmap v16264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:40.777341+0000 mgr.y (mgr.24491) 18409 : cluster [DBG] pgmap v16264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:40.777341+0000 mgr.y (mgr.24491) 18409 : cluster [DBG] pgmap v16264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:42.777865+0000 mgr.y (mgr.24491) 18410 : cluster [DBG] pgmap v16265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:42.777865+0000 mgr.y (mgr.24491) 18410 : cluster [DBG] pgmap v16265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:42.777865+0000 mgr.y (mgr.24491) 18410 : cluster [DBG] pgmap v16265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:44.778659+0000 mgr.y (mgr.24491) 18411 : cluster [DBG] pgmap v16266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:44.778659+0000 mgr.y (mgr.24491) 18411 : cluster [DBG] pgmap v16266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:44.778659+0000 mgr.y (mgr.24491) 18411 : cluster [DBG] pgmap v16266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:47.991 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:34:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:46.779144+0000 mgr.y (mgr.24491) 18412 : cluster [DBG] pgmap v16267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:46.779144+0000 mgr.y (mgr.24491) 18412 : cluster [DBG] pgmap v16267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:46.779144+0000 mgr.y (mgr.24491) 18412 : cluster [DBG] pgmap v16267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:49.413 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:34:49.688 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:34:49.688 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 111s ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:34:49.688 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 111s ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:34:49.688 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 111s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:34:49.688 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 111s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:34:49.688 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 111s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:34:49.688 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 111s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:34:49.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 111s ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:34:49.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 111s ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:34:49.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 111s ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:34:49.688 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 111s ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:34:49.689 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 111s ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:34:49.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 111s ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:34:49.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 111s ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:34:49.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 111s ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:34:49.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 111s ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:34:49.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 111s ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:34:49.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 111s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:34:49.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 111s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:34:49.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 111s ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:34:49.689 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 111s ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:34:50.022 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:34:50.022 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:34:50.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:34:50.022 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:34:50.022 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:34:50.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:34:50.022 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:34:50.022 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:34:50.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:34:50.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:34:50.023 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:34:50.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:34:50.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:34:50.023 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:34:50.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:34:50.023 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:34:50.023 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:34:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:48.779613+0000 mgr.y (mgr.24491) 18413 : cluster [DBG] pgmap v16268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:48.779613+0000 mgr.y (mgr.24491) 18413 : cluster [DBG] pgmap v16268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:48.779613+0000 mgr.y (mgr.24491) 18413 : cluster [DBG] pgmap v16268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:34:49.403081+0000 mgr.y (mgr.24491) 18414 : audit [DBG] from='client.43688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:34:49.681703+0000 mgr.y (mgr.24491) 18415 : audit [DBG] from='client.43694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:34:50.023599+0000 mon.c (mon.2) 568 : audit [DBG] from='client.? 172.21.15.177:0/2442460138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:34:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:34:49.403081+0000 mgr.y (mgr.24491) 18414 : audit [DBG] from='client.43688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:34:49.681703+0000 mgr.y (mgr.24491) 18415 : audit [DBG] from='client.43694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:51.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:34:50.023599+0000 mon.c (mon.2) 568 : audit [DBG] from='client.? 172.21.15.177:0/2442460138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:34:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:34:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:34:49.403081+0000 mgr.y (mgr.24491) 18414 : audit [DBG] from='client.43688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:34:49.681703+0000 mgr.y (mgr.24491) 18415 : audit [DBG] from='client.43694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:34:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:34:50.023599+0000 mon.c (mon.2) 568 : audit [DBG] from='client.? 172.21.15.177:0/2442460138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:34:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:50.780485+0000 mgr.y (mgr.24491) 18416 : cluster [DBG] pgmap v16269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:50.780485+0000 mgr.y (mgr.24491) 18416 : cluster [DBG] pgmap v16269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:50.780485+0000 mgr.y (mgr.24491) 18416 : cluster [DBG] pgmap v16269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:52.781117+0000 mgr.y (mgr.24491) 18417 : cluster [DBG] pgmap v16270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:52.781117+0000 mgr.y (mgr.24491) 18417 : cluster [DBG] pgmap v16270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:52.781117+0000 mgr.y (mgr.24491) 18417 : cluster [DBG] pgmap v16270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:54.781738+0000 mgr.y (mgr.24491) 18418 : cluster [DBG] pgmap v16271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:54.781738+0000 mgr.y (mgr.24491) 18418 : cluster [DBG] pgmap v16271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:54.781738+0000 mgr.y (mgr.24491) 18418 : cluster [DBG] pgmap v16271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:58.011 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:34:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:34:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:56.782181+0000 mgr.y (mgr.24491) 18419 : cluster [DBG] pgmap v16272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:56.782181+0000 mgr.y (mgr.24491) 18419 : cluster [DBG] pgmap v16272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:56.782181+0000 mgr.y (mgr.24491) 18419 : cluster [DBG] pgmap v16272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:34:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:34:58.999595+0000 mon.a (mon.0) 3829 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:34:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:34:58.999595+0000 mon.a (mon.0) 3829 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:34:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:34:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:34:58.999595+0000 mon.a (mon.0) 3829 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:35:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:34:58.782735+0000 mgr.y (mgr.24491) 18420 : cluster [DBG] pgmap v16273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:34:59.294479+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:35:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:34:59.295101+0000 mon.a (mon.0) 3831 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:35:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:34:59.299320+0000 mon.a (mon.0) 3832 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:35:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:34:58.782735+0000 mgr.y (mgr.24491) 18420 : cluster [DBG] pgmap v16273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:34:59.294479+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:35:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:34:59.295101+0000 mon.a (mon.0) 3831 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:35:00.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:34:59.299320+0000 mon.a (mon.0) 3832 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:35:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:34:58.782735+0000 mgr.y (mgr.24491) 18420 : cluster [DBG] pgmap v16273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:34:59.294479+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:35:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:34:59.295101+0000 mon.a (mon.0) 3831 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:35:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:34:59.299320+0000 mon.a (mon.0) 3832 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:35:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:35:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:00.783421+0000 mgr.y (mgr.24491) 18421 : cluster [DBG] pgmap v16274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:00.783421+0000 mgr.y (mgr.24491) 18421 : cluster [DBG] pgmap v16274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:00.783421+0000 mgr.y (mgr.24491) 18421 : cluster [DBG] pgmap v16274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:02.783896+0000 mgr.y (mgr.24491) 18422 : cluster [DBG] pgmap v16275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:02.783896+0000 mgr.y (mgr.24491) 18422 : cluster [DBG] pgmap v16275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:02.783896+0000 mgr.y (mgr.24491) 18422 : cluster [DBG] pgmap v16275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:04.784532+0000 mgr.y (mgr.24491) 18423 : cluster [DBG] pgmap v16276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:04.784532+0000 mgr.y (mgr.24491) 18423 : cluster [DBG] pgmap v16276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:04.784532+0000 mgr.y (mgr.24491) 18423 : cluster [DBG] pgmap v16276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:08.037 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:35:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:06.785078+0000 mgr.y (mgr.24491) 18424 : cluster [DBG] pgmap v16277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:06.785078+0000 mgr.y (mgr.24491) 18424 : cluster [DBG] pgmap v16277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:06.785078+0000 mgr.y (mgr.24491) 18424 : cluster [DBG] pgmap v16277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:08.785454+0000 mgr.y (mgr.24491) 18425 : cluster [DBG] pgmap v16278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:08.785454+0000 mgr.y (mgr.24491) 18425 : cluster [DBG] pgmap v16278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:08.785454+0000 mgr.y (mgr.24491) 18425 : cluster [DBG] pgmap v16278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:35:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:10.786121+0000 mgr.y (mgr.24491) 18426 : cluster [DBG] pgmap v16279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:10.786121+0000 mgr.y (mgr.24491) 18426 : cluster [DBG] pgmap v16279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:10.786121+0000 mgr.y (mgr.24491) 18426 : cluster [DBG] pgmap v16279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:12.786600+0000 mgr.y (mgr.24491) 18427 : cluster [DBG] pgmap v16280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:12.786600+0000 mgr.y (mgr.24491) 18427 : cluster [DBG] pgmap v16280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:12.786600+0000 mgr.y (mgr.24491) 18427 : cluster [DBG] pgmap v16280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:14.787332+0000 mgr.y (mgr.24491) 18428 : cluster [DBG] pgmap v16281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:14.787332+0000 mgr.y (mgr.24491) 18428 : cluster [DBG] pgmap v16281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:14.787332+0000 mgr.y (mgr.24491) 18428 : cluster [DBG] pgmap v16281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:18.053 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:35:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:16.787815+0000 mgr.y (mgr.24491) 18429 : cluster [DBG] pgmap v16282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:16.787815+0000 mgr.y (mgr.24491) 18429 : cluster [DBG] pgmap v16282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:16.787815+0000 mgr.y (mgr.24491) 18429 : cluster [DBG] pgmap v16282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:20.332 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:35:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:18.788248+0000 mgr.y (mgr.24491) 18430 : cluster [DBG] pgmap v16283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:18.788248+0000 mgr.y (mgr.24491) 18430 : cluster [DBG] pgmap v16283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:18.788248+0000 mgr.y (mgr.24491) 18430 : cluster [DBG] pgmap v16283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:20.606 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:35:20.606 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:35:20.606 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:35:20.606 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:35:20.606 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:35:20.606 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:35:20.607 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:35:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:35:20.941 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:35:20.941 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:35:20.941 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:35:20.941 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:35:20.941 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:35:20.941 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:35:20.941 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:35:20.941 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:35:20.941 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:35:20.941 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:35:20.942 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:35:20.942 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:35:20.942 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:35:20.942 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:35:20.942 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:35:20.942 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:35:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:35:20.942073+0000 mon.c (mon.2) 569 : audit [DBG] from='client.? 172.21.15.177:0/2640141223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:35:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:35:20.942073+0000 mon.c (mon.2) 569 : audit [DBG] from='client.? 172.21.15.177:0/2640141223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:35:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:35:20.942073+0000 mon.c (mon.2) 569 : audit [DBG] from='client.? 172.21.15.177:0/2640141223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:35:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:35:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:35:20.321737+0000 mgr.y (mgr.24491) 18431 : audit [DBG] from='client.43706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:35:20.599713+0000 mgr.y (mgr.24491) 18432 : audit [DBG] from='client.43712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:20.788782+0000 mgr.y (mgr.24491) 18433 : cluster [DBG] pgmap v16284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:35:20.321737+0000 mgr.y (mgr.24491) 18431 : audit [DBG] from='client.43706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:35:20.599713+0000 mgr.y (mgr.24491) 18432 : audit [DBG] from='client.43712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:20.788782+0000 mgr.y (mgr.24491) 18433 : cluster [DBG] pgmap v16284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:35:20.321737+0000 mgr.y (mgr.24491) 18431 : audit [DBG] from='client.43706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:35:20.599713+0000 mgr.y (mgr.24491) 18432 : audit [DBG] from='client.43712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:20.788782+0000 mgr.y (mgr.24491) 18433 : cluster [DBG] pgmap v16284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:22.789280+0000 mgr.y (mgr.24491) 18434 : cluster [DBG] pgmap v16285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:22.789280+0000 mgr.y (mgr.24491) 18434 : cluster [DBG] pgmap v16285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:22.789280+0000 mgr.y (mgr.24491) 18434 : cluster [DBG] pgmap v16285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:24.790000+0000 mgr.y (mgr.24491) 18435 : cluster [DBG] pgmap v16286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:24.790000+0000 mgr.y (mgr.24491) 18435 : cluster [DBG] pgmap v16286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:24.790000+0000 mgr.y (mgr.24491) 18435 : cluster [DBG] pgmap v16286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:28.076 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:35:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:26.790401+0000 mgr.y (mgr.24491) 18436 : cluster [DBG] pgmap v16287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:26.790401+0000 mgr.y (mgr.24491) 18436 : cluster [DBG] pgmap v16287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:26.790401+0000 mgr.y (mgr.24491) 18436 : cluster [DBG] pgmap v16287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:28.790887+0000 mgr.y (mgr.24491) 18437 : cluster [DBG] pgmap v16288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:28.790887+0000 mgr.y (mgr.24491) 18437 : cluster [DBG] pgmap v16288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:28.790887+0000 mgr.y (mgr.24491) 18437 : cluster [DBG] pgmap v16288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:35:32.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:30.791780+0000 mgr.y (mgr.24491) 18438 : cluster [DBG] pgmap v16289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:32.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:30.791780+0000 mgr.y (mgr.24491) 18438 : cluster [DBG] pgmap v16289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:32.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:30.791780+0000 mgr.y (mgr.24491) 18438 : cluster [DBG] pgmap v16289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:32.792220+0000 mgr.y (mgr.24491) 18439 : cluster [DBG] pgmap v16290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:32.792220+0000 mgr.y (mgr.24491) 18439 : cluster [DBG] pgmap v16290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:32.792220+0000 mgr.y (mgr.24491) 18439 : cluster [DBG] pgmap v16290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:34.792867+0000 mgr.y (mgr.24491) 18440 : cluster [DBG] pgmap v16291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:34.792867+0000 mgr.y (mgr.24491) 18440 : cluster [DBG] pgmap v16291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:34.792867+0000 mgr.y (mgr.24491) 18440 : cluster [DBG] pgmap v16291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:38.092 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:35:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:36.793319+0000 mgr.y (mgr.24491) 18441 : cluster [DBG] pgmap v16292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:36.793319+0000 mgr.y (mgr.24491) 18441 : cluster [DBG] pgmap v16292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:36.793319+0000 mgr.y (mgr.24491) 18441 : cluster [DBG] pgmap v16292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:38.793804+0000 mgr.y (mgr.24491) 18442 : cluster [DBG] pgmap v16293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:38.793804+0000 mgr.y (mgr.24491) 18442 : cluster [DBG] pgmap v16293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:38.793804+0000 mgr.y (mgr.24491) 18442 : cluster [DBG] pgmap v16293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:41.502 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:35:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:40.794615+0000 mgr.y (mgr.24491) 18443 : cluster [DBG] pgmap v16294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:40.794615+0000 mgr.y (mgr.24491) 18443 : cluster [DBG] pgmap v16294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:40.794615+0000 mgr.y (mgr.24491) 18443 : cluster [DBG] pgmap v16294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:42.795062+0000 mgr.y (mgr.24491) 18444 : cluster [DBG] pgmap v16295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:42.795062+0000 mgr.y (mgr.24491) 18444 : cluster [DBG] pgmap v16295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:42.795062+0000 mgr.y (mgr.24491) 18444 : cluster [DBG] pgmap v16295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:44.795716+0000 mgr.y (mgr.24491) 18445 : cluster [DBG] pgmap v16296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:44.795716+0000 mgr.y (mgr.24491) 18445 : cluster [DBG] pgmap v16296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:44.795716+0000 mgr.y (mgr.24491) 18445 : cluster [DBG] pgmap v16296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:48.113 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:35:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:46.796164+0000 mgr.y (mgr.24491) 18446 : cluster [DBG] pgmap v16297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:46.796164+0000 mgr.y (mgr.24491) 18446 : cluster [DBG] pgmap v16297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:46.796164+0000 mgr.y (mgr.24491) 18446 : cluster [DBG] pgmap v16297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:48.796593+0000 mgr.y (mgr.24491) 18447 : cluster [DBG] pgmap v16298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:48.796593+0000 mgr.y (mgr.24491) 18447 : cluster [DBG] pgmap v16298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:48.796593+0000 mgr.y (mgr.24491) 18447 : cluster [DBG] pgmap v16298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:51.250 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:35:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:35:51.525 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:35:51.525 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:35:51.525 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:35:51.526 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:35:51.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:35:51.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:35:51.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:35:51.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:35:51.527 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:35:51.527 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:35:51.857 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:35:51.857 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:35:51.858 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:35:51.858 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:35:51.858 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:35:51.858 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:35:51.858 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:35:51.859 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:35:51.859 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:35:51.859 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:35:51.859 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:35:51.859 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:35:51.860 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:35:51.860 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:35:51.860 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:35:51.860 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:35:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:35:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:50.797381+0000 mgr.y (mgr.24491) 18448 : cluster [DBG] pgmap v16299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:35:51.858318+0000 mon.a (mon.0) 3833 : audit [DBG] from='client.? 172.21.15.177:0/2436707241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:35:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:50.797381+0000 mgr.y (mgr.24491) 18448 : cluster [DBG] pgmap v16299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:35:51.858318+0000 mon.a (mon.0) 3833 : audit [DBG] from='client.? 172.21.15.177:0/2436707241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:35:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:50.797381+0000 mgr.y (mgr.24491) 18448 : cluster [DBG] pgmap v16299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:35:51.858318+0000 mon.a (mon.0) 3833 : audit [DBG] from='client.? 172.21.15.177:0/2436707241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:35:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:35:51.240333+0000 mgr.y (mgr.24491) 18449 : audit [DBG] from='client.43724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:35:51.518998+0000 mgr.y (mgr.24491) 18450 : audit [DBG] from='client.43730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:35:51.240333+0000 mgr.y (mgr.24491) 18449 : audit [DBG] from='client.43724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:35:51.518998+0000 mgr.y (mgr.24491) 18450 : audit [DBG] from='client.43730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:35:51.240333+0000 mgr.y (mgr.24491) 18449 : audit [DBG] from='client.43724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:35:51.518998+0000 mgr.y (mgr.24491) 18450 : audit [DBG] from='client.43730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:35:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:52.797874+0000 mgr.y (mgr.24491) 18451 : cluster [DBG] pgmap v16300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:52.797874+0000 mgr.y (mgr.24491) 18451 : cluster [DBG] pgmap v16300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:52.797874+0000 mgr.y (mgr.24491) 18451 : cluster [DBG] pgmap v16300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:54.798483+0000 mgr.y (mgr.24491) 18452 : cluster [DBG] pgmap v16301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:54.798483+0000 mgr.y (mgr.24491) 18452 : cluster [DBG] pgmap v16301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:54.798483+0000 mgr.y (mgr.24491) 18452 : cluster [DBG] pgmap v16301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:58.131 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:35:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:35:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:56.798908+0000 mgr.y (mgr.24491) 18453 : cluster [DBG] pgmap v16302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:56.798908+0000 mgr.y (mgr.24491) 18453 : cluster [DBG] pgmap v16302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:56.798908+0000 mgr.y (mgr.24491) 18453 : cluster [DBG] pgmap v16302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:35:58.799345+0000 mgr.y (mgr.24491) 18454 : cluster [DBG] pgmap v16303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:35:58.799345+0000 mgr.y (mgr.24491) 18454 : cluster [DBG] pgmap v16303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:35:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:35:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:35:58.799345+0000 mgr.y (mgr.24491) 18454 : cluster [DBG] pgmap v16303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:35:59.303509+0000 mon.a (mon.0) 3834 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:36:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:35:59.548432+0000 mon.a (mon.0) 3835 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:36:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:35:59.824452+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:36:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:35:59.825094+0000 mon.a (mon.0) 3837 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:36:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:35:59.829951+0000 mon.a (mon.0) 3838 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:36:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:35:59.303509+0000 mon.a (mon.0) 3834 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:36:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:35:59.548432+0000 mon.a (mon.0) 3835 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:36:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:35:59.824452+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:36:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:35:59.825094+0000 mon.a (mon.0) 3837 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:36:00.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:35:59.829951+0000 mon.a (mon.0) 3838 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:36:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:35:59.303509+0000 mon.a (mon.0) 3834 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:36:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:35:59.548432+0000 mon.a (mon.0) 3835 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:36:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:35:59.824452+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:36:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:35:59.825094+0000 mon.a (mon.0) 3837 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:36:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:35:59.829951+0000 mon.a (mon.0) 3838 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:36:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:00.800136+0000 mgr.y (mgr.24491) 18455 : cluster [DBG] pgmap v16304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:00.800136+0000 mgr.y (mgr.24491) 18455 : cluster [DBG] pgmap v16304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:36:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:00.800136+0000 mgr.y (mgr.24491) 18455 : cluster [DBG] pgmap v16304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:02.800520+0000 mgr.y (mgr.24491) 18456 : cluster [DBG] pgmap v16305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:02.800520+0000 mgr.y (mgr.24491) 18456 : cluster [DBG] pgmap v16305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:02.800520+0000 mgr.y (mgr.24491) 18456 : cluster [DBG] pgmap v16305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:04.801185+0000 mgr.y (mgr.24491) 18457 : cluster [DBG] pgmap v16306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:04.801185+0000 mgr.y (mgr.24491) 18457 : cluster [DBG] pgmap v16306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:04.801185+0000 mgr.y (mgr.24491) 18457 : cluster [DBG] pgmap v16306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:36:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:06.801591+0000 mgr.y (mgr.24491) 18458 : cluster [DBG] pgmap v16307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:06.801591+0000 mgr.y (mgr.24491) 18458 : cluster [DBG] pgmap v16307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:06.801591+0000 mgr.y (mgr.24491) 18458 : cluster [DBG] pgmap v16307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:08.802058+0000 mgr.y (mgr.24491) 18459 : cluster [DBG] pgmap v16308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:08.802058+0000 mgr.y (mgr.24491) 18459 : cluster [DBG] pgmap v16308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:08.802058+0000 mgr.y (mgr.24491) 18459 : cluster [DBG] pgmap v16308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:36:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:10.802674+0000 mgr.y (mgr.24491) 18460 : cluster [DBG] pgmap v16309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:10.802674+0000 mgr.y (mgr.24491) 18460 : cluster [DBG] pgmap v16309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:10.802674+0000 mgr.y (mgr.24491) 18460 : cluster [DBG] pgmap v16309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:12.803229+0000 mgr.y (mgr.24491) 18461 : cluster [DBG] pgmap v16310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:12.803229+0000 mgr.y (mgr.24491) 18461 : cluster [DBG] pgmap v16310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:12.803229+0000 mgr.y (mgr.24491) 18461 : cluster [DBG] pgmap v16310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:14.804012+0000 mgr.y (mgr.24491) 18462 : cluster [DBG] pgmap v16311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:14.804012+0000 mgr.y (mgr.24491) 18462 : cluster [DBG] pgmap v16311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:14.804012+0000 mgr.y (mgr.24491) 18462 : cluster [DBG] pgmap v16311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:16.804383+0000 mgr.y (mgr.24491) 18463 : cluster [DBG] pgmap v16312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:16.804383+0000 mgr.y (mgr.24491) 18463 : cluster [DBG] pgmap v16312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:36:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:16.804383+0000 mgr.y (mgr.24491) 18463 : cluster [DBG] pgmap v16312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:18.804902+0000 mgr.y (mgr.24491) 18464 : cluster [DBG] pgmap v16313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:18.804902+0000 mgr.y (mgr.24491) 18464 : cluster [DBG] pgmap v16313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:18.804902+0000 mgr.y (mgr.24491) 18464 : cluster [DBG] pgmap v16313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:36:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:20.805571+0000 mgr.y (mgr.24491) 18465 : cluster [DBG] pgmap v16314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:20.805571+0000 mgr.y (mgr.24491) 18465 : cluster [DBG] pgmap v16314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:22.166 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:36:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:20.805571+0000 mgr.y (mgr.24491) 18465 : cluster [DBG] pgmap v16314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:22.447 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:36:22.447 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 3m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:36:22.447 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:36:22.447 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 3m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 3m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 3m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 3m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 3m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 3m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 3m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 3m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 3m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:36:22.448 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:36:22.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:36:22.449 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:36:22.792 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:36:22.792 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:36:22.792 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:36:22.792 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:36:22.792 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:36:22.792 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:36:22.792 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:36:22.792 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:36:22.792 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:36:22.792 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:36:22.793 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:36:22.793 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:36:22.793 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:36:22.793 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:36:22.793 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:36:22.793 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:36:22.793 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:36:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:36:22.793279+0000 mon.c (mon.2) 570 : audit [DBG] from='client.? 172.21.15.177:0/4085573238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:36:23.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:36:22.793279+0000 mon.c (mon.2) 570 : audit [DBG] from='client.? 172.21.15.177:0/4085573238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:36:23.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:36:22.793279+0000 mon.c (mon.2) 570 : audit [DBG] from='client.? 172.21.15.177:0/4085573238' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:36:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:36:22.155887+0000 mgr.y (mgr.24491) 18466 : audit [DBG] from='client.43742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:36:22.441162+0000 mgr.y (mgr.24491) 18467 : audit [DBG] from='client.33840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:22.805918+0000 mgr.y (mgr.24491) 18468 : cluster [DBG] pgmap v16315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:36:22.155887+0000 mgr.y (mgr.24491) 18466 : audit [DBG] from='client.43742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:36:22.441162+0000 mgr.y (mgr.24491) 18467 : audit [DBG] from='client.33840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:22.805918+0000 mgr.y (mgr.24491) 18468 : cluster [DBG] pgmap v16315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:36:22.155887+0000 mgr.y (mgr.24491) 18466 : audit [DBG] from='client.43742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:36:22.441162+0000 mgr.y (mgr.24491) 18467 : audit [DBG] from='client.33840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:22.805918+0000 mgr.y (mgr.24491) 18468 : cluster [DBG] pgmap v16315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:24.806721+0000 mgr.y (mgr.24491) 18469 : cluster [DBG] pgmap v16316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:24.806721+0000 mgr.y (mgr.24491) 18469 : cluster [DBG] pgmap v16316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:24.806721+0000 mgr.y (mgr.24491) 18469 : cluster [DBG] pgmap v16316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:26.807124+0000 mgr.y (mgr.24491) 18470 : cluster [DBG] pgmap v16317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:36:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:26.807124+0000 mgr.y (mgr.24491) 18470 : cluster [DBG] pgmap v16317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:26.807124+0000 mgr.y (mgr.24491) 18470 : cluster [DBG] pgmap v16317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:28.807499+0000 mgr.y (mgr.24491) 18471 : cluster [DBG] pgmap v16318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:28.807499+0000 mgr.y (mgr.24491) 18471 : cluster [DBG] pgmap v16318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:28.807499+0000 mgr.y (mgr.24491) 18471 : cluster [DBG] pgmap v16318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:36:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:30.808341+0000 mgr.y (mgr.24491) 18472 : cluster [DBG] pgmap v16319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:30.808341+0000 mgr.y (mgr.24491) 18472 : cluster [DBG] pgmap v16319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:30.808341+0000 mgr.y (mgr.24491) 18472 : cluster [DBG] pgmap v16319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:32.809011+0000 mgr.y (mgr.24491) 18473 : cluster [DBG] pgmap v16320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:32.809011+0000 mgr.y (mgr.24491) 18473 : cluster [DBG] pgmap v16320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:32.809011+0000 mgr.y (mgr.24491) 18473 : cluster [DBG] pgmap v16320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:34.809613+0000 mgr.y (mgr.24491) 18474 : cluster [DBG] pgmap v16321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:34.809613+0000 mgr.y (mgr.24491) 18474 : cluster [DBG] pgmap v16321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:34.809613+0000 mgr.y (mgr.24491) 18474 : cluster [DBG] pgmap v16321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:36:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:36.810260+0000 mgr.y (mgr.24491) 18475 : cluster [DBG] pgmap v16322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:36.810260+0000 mgr.y (mgr.24491) 18475 : cluster [DBG] pgmap v16322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:36.810260+0000 mgr.y (mgr.24491) 18475 : cluster [DBG] pgmap v16322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:38.810806+0000 mgr.y (mgr.24491) 18476 : cluster [DBG] pgmap v16323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:38.810806+0000 mgr.y (mgr.24491) 18476 : cluster [DBG] pgmap v16323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:38.810806+0000 mgr.y (mgr.24491) 18476 : cluster [DBG] pgmap v16323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:36:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:40.811467+0000 mgr.y (mgr.24491) 18477 : cluster [DBG] pgmap v16324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:40.811467+0000 mgr.y (mgr.24491) 18477 : cluster [DBG] pgmap v16324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:40.811467+0000 mgr.y (mgr.24491) 18477 : cluster [DBG] pgmap v16324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:42.812062+0000 mgr.y (mgr.24491) 18478 : cluster [DBG] pgmap v16325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:42.812062+0000 mgr.y (mgr.24491) 18478 : cluster [DBG] pgmap v16325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:42.812062+0000 mgr.y (mgr.24491) 18478 : cluster [DBG] pgmap v16325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:44.812721+0000 mgr.y (mgr.24491) 18479 : cluster [DBG] pgmap v16326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:44.812721+0000 mgr.y (mgr.24491) 18479 : cluster [DBG] pgmap v16326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:44.812721+0000 mgr.y (mgr.24491) 18479 : cluster [DBG] pgmap v16326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:36:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:46.813338+0000 mgr.y (mgr.24491) 18480 : cluster [DBG] pgmap v16327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:46.813338+0000 mgr.y (mgr.24491) 18480 : cluster [DBG] pgmap v16327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:46.813338+0000 mgr.y (mgr.24491) 18480 : cluster [DBG] pgmap v16327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:48.813904+0000 mgr.y (mgr.24491) 18481 : cluster [DBG] pgmap v16328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:48.813904+0000 mgr.y (mgr.24491) 18481 : cluster [DBG] pgmap v16328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:48.813904+0000 mgr.y (mgr.24491) 18481 : cluster [DBG] pgmap v16328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:36:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:50.814711+0000 mgr.y (mgr.24491) 18482 : cluster [DBG] pgmap v16329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:50.814711+0000 mgr.y (mgr.24491) 18482 : cluster [DBG] pgmap v16329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:50.814711+0000 mgr.y (mgr.24491) 18482 : cluster [DBG] pgmap v16329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:53.105 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:36:53.378 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 3m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 3m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 3m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 3m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 3m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 3m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 3m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:36:53.379 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 3m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:36:53.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 3m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:36:53.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 3m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:36:53.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:36:53.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:36:53.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:36:53.380 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:36:53.380 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:36:53.709 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:36:53.709 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:36:53.709 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:36:53.709 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:36:53.709 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:36:53.709 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:36:53.709 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:36:53.709 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:36:53.710 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:36:53.710 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:36:53.710 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:36:53.710 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:36:53.710 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:36:53.710 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:36:53.710 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:36:53.710 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:36:53.710 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:36:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:52.815230+0000 mgr.y (mgr.24491) 18483 : cluster [DBG] pgmap v16330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:36:53.094665+0000 mgr.y (mgr.24491) 18484 : audit [DBG] from='client.43760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:36:53.710413+0000 mon.a (mon.0) 3839 : audit [DBG] from='client.? 172.21.15.177:0/380502126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:36:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:52.815230+0000 mgr.y (mgr.24491) 18483 : cluster [DBG] pgmap v16330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:36:53.094665+0000 mgr.y (mgr.24491) 18484 : audit [DBG] from='client.43760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:36:53.710413+0000 mon.a (mon.0) 3839 : audit [DBG] from='client.? 172.21.15.177:0/380502126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:36:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:52.815230+0000 mgr.y (mgr.24491) 18483 : cluster [DBG] pgmap v16330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:36:53.094665+0000 mgr.y (mgr.24491) 18484 : audit [DBG] from='client.43760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:36:53.710413+0000 mon.a (mon.0) 3839 : audit [DBG] from='client.? 172.21.15.177:0/380502126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:36:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:36:53.372730+0000 mgr.y (mgr.24491) 18485 : audit [DBG] from='client.33858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:36:53.372730+0000 mgr.y (mgr.24491) 18485 : audit [DBG] from='client.33858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:36:53.372730+0000 mgr.y (mgr.24491) 18485 : audit [DBG] from='client.33858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:36:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:54.816096+0000 mgr.y (mgr.24491) 18486 : cluster [DBG] pgmap v16331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:54.816096+0000 mgr.y (mgr.24491) 18486 : cluster [DBG] pgmap v16331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:54.816096+0000 mgr.y (mgr.24491) 18486 : cluster [DBG] pgmap v16331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:36:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:36:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:56.816676+0000 mgr.y (mgr.24491) 18487 : cluster [DBG] pgmap v16332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:56.816676+0000 mgr.y (mgr.24491) 18487 : cluster [DBG] pgmap v16332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:36:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:56.816676+0000 mgr.y (mgr.24491) 18487 : cluster [DBG] pgmap v16332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:36:58.817154+0000 mgr.y (mgr.24491) 18488 : cluster [DBG] pgmap v16333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:36:59.834733+0000 mon.a (mon.0) 3840 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:37:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:36:58.817154+0000 mgr.y (mgr.24491) 18488 : cluster [DBG] pgmap v16333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:36:59.834733+0000 mon.a (mon.0) 3840 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:37:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:36:58.817154+0000 mgr.y (mgr.24491) 18488 : cluster [DBG] pgmap v16333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:36:59.834733+0000 mon.a (mon.0) 3840 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:37:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:37:00.074177+0000 mon.a (mon.0) 3841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:37:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:37:00.353359+0000 mon.a (mon.0) 3842 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:37:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:37:00.354083+0000 mon.a (mon.0) 3843 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:37:01.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:37:00.359129+0000 mon.a (mon.0) 3844 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:37:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:37:00.074177+0000 mon.a (mon.0) 3841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:37:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:37:00.353359+0000 mon.a (mon.0) 3842 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:37:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:37:00.354083+0000 mon.a (mon.0) 3843 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:37:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:37:00.359129+0000 mon.a (mon.0) 3844 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:37:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:37:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:37:00.074177+0000 mon.a (mon.0) 3841 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:37:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:37:00.353359+0000 mon.a (mon.0) 3842 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:37:01.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:37:00.354083+0000 mon.a (mon.0) 3843 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:37:01.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:37:00.359129+0000 mon.a (mon.0) 3844 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:37:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:00.817827+0000 mgr.y (mgr.24491) 18489 : cluster [DBG] pgmap v16334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:00.817827+0000 mgr.y (mgr.24491) 18489 : cluster [DBG] pgmap v16334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:00.817827+0000 mgr.y (mgr.24491) 18489 : cluster [DBG] pgmap v16334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:02.818483+0000 mgr.y (mgr.24491) 18490 : cluster [DBG] pgmap v16335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:02.818483+0000 mgr.y (mgr.24491) 18490 : cluster [DBG] pgmap v16335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:02.818483+0000 mgr.y (mgr.24491) 18490 : cluster [DBG] pgmap v16335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:04.819116+0000 mgr.y (mgr.24491) 18491 : cluster [DBG] pgmap v16336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:04.819116+0000 mgr.y (mgr.24491) 18491 : cluster [DBG] pgmap v16336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:04.819116+0000 mgr.y (mgr.24491) 18491 : cluster [DBG] pgmap v16336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:08.084 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:37:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:06.819679+0000 mgr.y (mgr.24491) 18492 : cluster [DBG] pgmap v16337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:06.819679+0000 mgr.y (mgr.24491) 18492 : cluster [DBG] pgmap v16337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:06.819679+0000 mgr.y (mgr.24491) 18492 : cluster [DBG] pgmap v16337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:08.820053+0000 mgr.y (mgr.24491) 18493 : cluster [DBG] pgmap v16338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:08.820053+0000 mgr.y (mgr.24491) 18493 : cluster [DBG] pgmap v16338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:08.820053+0000 mgr.y (mgr.24491) 18493 : cluster [DBG] pgmap v16338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:37:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:10.820648+0000 mgr.y (mgr.24491) 18494 : cluster [DBG] pgmap v16339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:10.820648+0000 mgr.y (mgr.24491) 18494 : cluster [DBG] pgmap v16339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:10.820648+0000 mgr.y (mgr.24491) 18494 : cluster [DBG] pgmap v16339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:12.820995+0000 mgr.y (mgr.24491) 18495 : cluster [DBG] pgmap v16340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:12.820995+0000 mgr.y (mgr.24491) 18495 : cluster [DBG] pgmap v16340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:12.820995+0000 mgr.y (mgr.24491) 18495 : cluster [DBG] pgmap v16340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:14.821692+0000 mgr.y (mgr.24491) 18496 : cluster [DBG] pgmap v16341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:14.821692+0000 mgr.y (mgr.24491) 18496 : cluster [DBG] pgmap v16341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:14.821692+0000 mgr.y (mgr.24491) 18496 : cluster [DBG] pgmap v16341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:18.103 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:37:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:16.822125+0000 mgr.y (mgr.24491) 18497 : cluster [DBG] pgmap v16342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:16.822125+0000 mgr.y (mgr.24491) 18497 : cluster [DBG] pgmap v16342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:16.822125+0000 mgr.y (mgr.24491) 18497 : cluster [DBG] pgmap v16342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:18.822509+0000 mgr.y (mgr.24491) 18498 : cluster [DBG] pgmap v16343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:18.822509+0000 mgr.y (mgr.24491) 18498 : cluster [DBG] pgmap v16343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:18.822509+0000 mgr.y (mgr.24491) 18498 : cluster [DBG] pgmap v16343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:37:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:20.823150+0000 mgr.y (mgr.24491) 18499 : cluster [DBG] pgmap v16344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:20.823150+0000 mgr.y (mgr.24491) 18499 : cluster [DBG] pgmap v16344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:20.823150+0000 mgr.y (mgr.24491) 18499 : cluster [DBG] pgmap v16344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:24.021 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:37:24.302 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:37:24.302 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:37:24.302 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:37:24.302 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:37:24.302 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 4m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 4m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:37:24.303 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:37:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:22.823522+0000 mgr.y (mgr.24491) 18500 : cluster [DBG] pgmap v16345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:22.823522+0000 mgr.y (mgr.24491) 18500 : cluster [DBG] pgmap v16345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:22.823522+0000 mgr.y (mgr.24491) 18500 : cluster [DBG] pgmap v16345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:37:24.636 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:37:24.636 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:37:24.636 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:37:24.636 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:37:24.637 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:37:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:37:24.011037+0000 mgr.y (mgr.24491) 18501 : audit [DBG] from='client.43778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:37:24.637704+0000 mon.c (mon.2) 571 : audit [DBG] from='client.? 172.21.15.177:0/1247563900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:37:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:37:24.011037+0000 mgr.y (mgr.24491) 18501 : audit [DBG] from='client.43778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:37:24.637704+0000 mon.c (mon.2) 571 : audit [DBG] from='client.? 172.21.15.177:0/1247563900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:37:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:37:24.011037+0000 mgr.y (mgr.24491) 18501 : audit [DBG] from='client.43778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:37:24.637704+0000 mon.c (mon.2) 571 : audit [DBG] from='client.? 172.21.15.177:0/1247563900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:37:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:37:24.296132+0000 mgr.y (mgr.24491) 18502 : audit [DBG] from='client.33876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:24.824243+0000 mgr.y (mgr.24491) 18503 : cluster [DBG] pgmap v16346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:37:24.296132+0000 mgr.y (mgr.24491) 18502 : audit [DBG] from='client.33876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:24.824243+0000 mgr.y (mgr.24491) 18503 : cluster [DBG] pgmap v16346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:37:24.296132+0000 mgr.y (mgr.24491) 18502 : audit [DBG] from='client.33876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:24.824243+0000 mgr.y (mgr.24491) 18503 : cluster [DBG] pgmap v16346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:28.123 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:37:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:26.824697+0000 mgr.y (mgr.24491) 18504 : cluster [DBG] pgmap v16347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:26.824697+0000 mgr.y (mgr.24491) 18504 : cluster [DBG] pgmap v16347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:26.824697+0000 mgr.y (mgr.24491) 18504 : cluster [DBG] pgmap v16347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:28.825109+0000 mgr.y (mgr.24491) 18505 : cluster [DBG] pgmap v16348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:28.825109+0000 mgr.y (mgr.24491) 18505 : cluster [DBG] pgmap v16348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:28.825109+0000 mgr.y (mgr.24491) 18505 : cluster [DBG] pgmap v16348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:37:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:30.825763+0000 mgr.y (mgr.24491) 18506 : cluster [DBG] pgmap v16349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:30.825763+0000 mgr.y (mgr.24491) 18506 : cluster [DBG] pgmap v16349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:30.825763+0000 mgr.y (mgr.24491) 18506 : cluster [DBG] pgmap v16349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:32.826202+0000 mgr.y (mgr.24491) 18507 : cluster [DBG] pgmap v16350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:32.826202+0000 mgr.y (mgr.24491) 18507 : cluster [DBG] pgmap v16350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:32.826202+0000 mgr.y (mgr.24491) 18507 : cluster [DBG] pgmap v16350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:36.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:34.826861+0000 mgr.y (mgr.24491) 18508 : cluster [DBG] pgmap v16351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:36.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:34.826861+0000 mgr.y (mgr.24491) 18508 : cluster [DBG] pgmap v16351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:34.826861+0000 mgr.y (mgr.24491) 18508 : cluster [DBG] pgmap v16351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:38.138 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:37:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:36.827424+0000 mgr.y (mgr.24491) 18509 : cluster [DBG] pgmap v16352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:36.827424+0000 mgr.y (mgr.24491) 18509 : cluster [DBG] pgmap v16352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:36.827424+0000 mgr.y (mgr.24491) 18509 : cluster [DBG] pgmap v16352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:38.827851+0000 mgr.y (mgr.24491) 18510 : cluster [DBG] pgmap v16353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:38.827851+0000 mgr.y (mgr.24491) 18510 : cluster [DBG] pgmap v16353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:38.827851+0000 mgr.y (mgr.24491) 18510 : cluster [DBG] pgmap v16353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:37:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:40.828663+0000 mgr.y (mgr.24491) 18511 : cluster [DBG] pgmap v16354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:40.828663+0000 mgr.y (mgr.24491) 18511 : cluster [DBG] pgmap v16354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:40.828663+0000 mgr.y (mgr.24491) 18511 : cluster [DBG] pgmap v16354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:42.829180+0000 mgr.y (mgr.24491) 18512 : cluster [DBG] pgmap v16355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:42.829180+0000 mgr.y (mgr.24491) 18512 : cluster [DBG] pgmap v16355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:42.829180+0000 mgr.y (mgr.24491) 18512 : cluster [DBG] pgmap v16355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:44.829831+0000 mgr.y (mgr.24491) 18513 : cluster [DBG] pgmap v16356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:44.829831+0000 mgr.y (mgr.24491) 18513 : cluster [DBG] pgmap v16356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:44.829831+0000 mgr.y (mgr.24491) 18513 : cluster [DBG] pgmap v16356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:47] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:37:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:46.830191+0000 mgr.y (mgr.24491) 18514 : cluster [DBG] pgmap v16357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:46.830191+0000 mgr.y (mgr.24491) 18514 : cluster [DBG] pgmap v16357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:46.830191+0000 mgr.y (mgr.24491) 18514 : cluster [DBG] pgmap v16357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:48.830684+0000 mgr.y (mgr.24491) 18515 : cluster [DBG] pgmap v16358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:48.830684+0000 mgr.y (mgr.24491) 18515 : cluster [DBG] pgmap v16358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:48.830684+0000 mgr.y (mgr.24491) 18515 : cluster [DBG] pgmap v16358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:37:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:50.831452+0000 mgr.y (mgr.24491) 18516 : cluster [DBG] pgmap v16359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:50.831452+0000 mgr.y (mgr.24491) 18516 : cluster [DBG] pgmap v16359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:50.831452+0000 mgr.y (mgr.24491) 18516 : cluster [DBG] pgmap v16359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:52.831891+0000 mgr.y (mgr.24491) 18517 : cluster [DBG] pgmap v16360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:52.831891+0000 mgr.y (mgr.24491) 18517 : cluster [DBG] pgmap v16360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:52.831891+0000 mgr.y (mgr.24491) 18517 : cluster [DBG] pgmap v16360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:54.948 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:37:55.227 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:37:55.227 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:37:55.227 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 4m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 4m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:37:55.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:37:55.229 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:37:55.560 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:37:55.561 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:37:55.562 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:37:55.562 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:37:55.562 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:37:55.562 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:37:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:54.832492+0000 mgr.y (mgr.24491) 18518 : cluster [DBG] pgmap v16361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:37:54.937477+0000 mgr.y (mgr.24491) 18519 : audit [DBG] from='client.33888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:37:55.562230+0000 mon.a (mon.0) 3845 : audit [DBG] from='client.? 172.21.15.177:0/4093701828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:37:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:54.832492+0000 mgr.y (mgr.24491) 18518 : cluster [DBG] pgmap v16361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:37:54.937477+0000 mgr.y (mgr.24491) 18519 : audit [DBG] from='client.33888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:37:55.562230+0000 mon.a (mon.0) 3845 : audit [DBG] from='client.? 172.21.15.177:0/4093701828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:37:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:54.832492+0000 mgr.y (mgr.24491) 18518 : cluster [DBG] pgmap v16361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:37:54.937477+0000 mgr.y (mgr.24491) 18519 : audit [DBG] from='client.33888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:37:55.562230+0000 mon.a (mon.0) 3845 : audit [DBG] from='client.? 172.21.15.177:0/4093701828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:37:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:37:55.221249+0000 mgr.y (mgr.24491) 18520 : audit [DBG] from='client.43802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:37:55.221249+0000 mgr.y (mgr.24491) 18520 : audit [DBG] from='client.43802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:37:55.221249+0000 mgr.y (mgr.24491) 18520 : audit [DBG] from='client.43802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:37:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:37:57] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:37:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:56.832805+0000 mgr.y (mgr.24491) 18521 : cluster [DBG] pgmap v16362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:56.832805+0000 mgr.y (mgr.24491) 18521 : cluster [DBG] pgmap v16362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:37:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:56.832805+0000 mgr.y (mgr.24491) 18521 : cluster [DBG] pgmap v16362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:37:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:37:58.833281+0000 mgr.y (mgr.24491) 18522 : cluster [DBG] pgmap v16363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:37:58.833281+0000 mgr.y (mgr.24491) 18522 : cluster [DBG] pgmap v16363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:37:58.833281+0000 mgr.y (mgr.24491) 18522 : cluster [DBG] pgmap v16363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:38:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:38:00.363752+0000 mon.a (mon.0) 3846 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:38:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:38:00.655866+0000 mon.a (mon.0) 3847 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:38:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:38:00.656456+0000 mon.a (mon.0) 3848 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:38:01.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:38:00.660834+0000 mon.a (mon.0) 3849 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:38:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:38:00.363752+0000 mon.a (mon.0) 3846 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:38:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:38:00.655866+0000 mon.a (mon.0) 3847 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:38:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:38:00.656456+0000 mon.a (mon.0) 3848 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:38:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:38:00.660834+0000 mon.a (mon.0) 3849 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:38:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:38:00.363752+0000 mon.a (mon.0) 3846 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:38:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:38:00.655866+0000 mon.a (mon.0) 3847 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:38:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:38:00.656456+0000 mon.a (mon.0) 3848 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:38:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:38:00.660834+0000 mon.a (mon.0) 3849 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:38:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:00.833822+0000 mgr.y (mgr.24491) 18523 : cluster [DBG] pgmap v16364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:00.833822+0000 mgr.y (mgr.24491) 18523 : cluster [DBG] pgmap v16364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:00.833822+0000 mgr.y (mgr.24491) 18523 : cluster [DBG] pgmap v16364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:02.834375+0000 mgr.y (mgr.24491) 18524 : cluster [DBG] pgmap v16365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:02.834375+0000 mgr.y (mgr.24491) 18524 : cluster [DBG] pgmap v16365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:02.834375+0000 mgr.y (mgr.24491) 18524 : cluster [DBG] pgmap v16365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:04.835240+0000 mgr.y (mgr.24491) 18525 : cluster [DBG] pgmap v16366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:04.835240+0000 mgr.y (mgr.24491) 18525 : cluster [DBG] pgmap v16366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:04.835240+0000 mgr.y (mgr.24491) 18525 : cluster [DBG] pgmap v16366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:06.835805+0000 mgr.y (mgr.24491) 18526 : cluster [DBG] pgmap v16367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:07] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:38:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:06.835805+0000 mgr.y (mgr.24491) 18526 : cluster [DBG] pgmap v16367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:06.835805+0000 mgr.y (mgr.24491) 18526 : cluster [DBG] pgmap v16367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:08.836244+0000 mgr.y (mgr.24491) 18527 : cluster [DBG] pgmap v16368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:08.836244+0000 mgr.y (mgr.24491) 18527 : cluster [DBG] pgmap v16368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:08.836244+0000 mgr.y (mgr.24491) 18527 : cluster [DBG] pgmap v16368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:38:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:10.836908+0000 mgr.y (mgr.24491) 18528 : cluster [DBG] pgmap v16369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:10.836908+0000 mgr.y (mgr.24491) 18528 : cluster [DBG] pgmap v16369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:10.836908+0000 mgr.y (mgr.24491) 18528 : cluster [DBG] pgmap v16369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:12.837373+0000 mgr.y (mgr.24491) 18529 : cluster [DBG] pgmap v16370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:12.837373+0000 mgr.y (mgr.24491) 18529 : cluster [DBG] pgmap v16370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:12.837373+0000 mgr.y (mgr.24491) 18529 : cluster [DBG] pgmap v16370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:14.838221+0000 mgr.y (mgr.24491) 18530 : cluster [DBG] pgmap v16371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:14.838221+0000 mgr.y (mgr.24491) 18530 : cluster [DBG] pgmap v16371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:14.838221+0000 mgr.y (mgr.24491) 18530 : cluster [DBG] pgmap v16371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:17] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:38:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:16.838614+0000 mgr.y (mgr.24491) 18531 : cluster [DBG] pgmap v16372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:16.838614+0000 mgr.y (mgr.24491) 18531 : cluster [DBG] pgmap v16372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:16.838614+0000 mgr.y (mgr.24491) 18531 : cluster [DBG] pgmap v16372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:18.839136+0000 mgr.y (mgr.24491) 18532 : cluster [DBG] pgmap v16373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:18.839136+0000 mgr.y (mgr.24491) 18532 : cluster [DBG] pgmap v16373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:18.839136+0000 mgr.y (mgr.24491) 18532 : cluster [DBG] pgmap v16373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:38:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:20.839888+0000 mgr.y (mgr.24491) 18533 : cluster [DBG] pgmap v16374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:20.839888+0000 mgr.y (mgr.24491) 18533 : cluster [DBG] pgmap v16374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:20.839888+0000 mgr.y (mgr.24491) 18533 : cluster [DBG] pgmap v16374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:22.840258+0000 mgr.y (mgr.24491) 18534 : cluster [DBG] pgmap v16375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:22.840258+0000 mgr.y (mgr.24491) 18534 : cluster [DBG] pgmap v16375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:22.840258+0000 mgr.y (mgr.24491) 18534 : cluster [DBG] pgmap v16375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:25.873 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:38:26.149 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 5m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 5m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 5m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 5m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 5m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 5m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 5m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:38:26.150 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:38:26.151 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:38:26.151 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 5m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:38:26.151 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 5m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:38:26.151 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 5m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:38:26.151 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 5m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:38:26.151 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 5m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:38:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:24.841077+0000 mgr.y (mgr.24491) 18535 : cluster [DBG] pgmap v16376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:24.841077+0000 mgr.y (mgr.24491) 18535 : cluster [DBG] pgmap v16376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:24.841077+0000 mgr.y (mgr.24491) 18535 : cluster [DBG] pgmap v16376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:26.482 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:38:26.482 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:38:26.482 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:38:26.483 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:38:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:38:25.862594+0000 mgr.y (mgr.24491) 18536 : audit [DBG] from='client.43814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:38:26.143329+0000 mgr.y (mgr.24491) 18537 : audit [DBG] from='client.33912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:38:26.484083+0000 mon.c (mon.2) 572 : audit [DBG] from='client.? 172.21.15.177:0/3455675696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:38:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:38:25.862594+0000 mgr.y (mgr.24491) 18536 : audit [DBG] from='client.43814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:38:26.143329+0000 mgr.y (mgr.24491) 18537 : audit [DBG] from='client.33912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:38:26.484083+0000 mon.c (mon.2) 572 : audit [DBG] from='client.? 172.21.15.177:0/3455675696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:38:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:38:25.862594+0000 mgr.y (mgr.24491) 18536 : audit [DBG] from='client.43814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:38:26.143329+0000 mgr.y (mgr.24491) 18537 : audit [DBG] from='client.33912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:38:26.484083+0000 mon.c (mon.2) 572 : audit [DBG] from='client.? 172.21.15.177:0/3455675696' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:38:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:26.841441+0000 mgr.y (mgr.24491) 18538 : cluster [DBG] pgmap v16377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:27] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:38:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:26.841441+0000 mgr.y (mgr.24491) 18538 : cluster [DBG] pgmap v16377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:26.841441+0000 mgr.y (mgr.24491) 18538 : cluster [DBG] pgmap v16377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:28.841966+0000 mgr.y (mgr.24491) 18539 : cluster [DBG] pgmap v16378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:28.841966+0000 mgr.y (mgr.24491) 18539 : cluster [DBG] pgmap v16378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:28.841966+0000 mgr.y (mgr.24491) 18539 : cluster [DBG] pgmap v16378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:38:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:30.842783+0000 mgr.y (mgr.24491) 18540 : cluster [DBG] pgmap v16379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:30.842783+0000 mgr.y (mgr.24491) 18540 : cluster [DBG] pgmap v16379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:30.842783+0000 mgr.y (mgr.24491) 18540 : cluster [DBG] pgmap v16379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:32.843143+0000 mgr.y (mgr.24491) 18541 : cluster [DBG] pgmap v16380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:32.843143+0000 mgr.y (mgr.24491) 18541 : cluster [DBG] pgmap v16380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:32.843143+0000 mgr.y (mgr.24491) 18541 : cluster [DBG] pgmap v16380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:34.843733+0000 mgr.y (mgr.24491) 18542 : cluster [DBG] pgmap v16381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:34.843733+0000 mgr.y (mgr.24491) 18542 : cluster [DBG] pgmap v16381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:34.843733+0000 mgr.y (mgr.24491) 18542 : cluster [DBG] pgmap v16381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:37.984 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:38:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:36.844262+0000 mgr.y (mgr.24491) 18543 : cluster [DBG] pgmap v16382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:36.844262+0000 mgr.y (mgr.24491) 18543 : cluster [DBG] pgmap v16382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:36.844262+0000 mgr.y (mgr.24491) 18543 : cluster [DBG] pgmap v16382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:38.844695+0000 mgr.y (mgr.24491) 18544 : cluster [DBG] pgmap v16383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:38.844695+0000 mgr.y (mgr.24491) 18544 : cluster [DBG] pgmap v16383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:38.844695+0000 mgr.y (mgr.24491) 18544 : cluster [DBG] pgmap v16383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:38:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:40.845419+0000 mgr.y (mgr.24491) 18545 : cluster [DBG] pgmap v16384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:40.845419+0000 mgr.y (mgr.24491) 18545 : cluster [DBG] pgmap v16384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:40.845419+0000 mgr.y (mgr.24491) 18545 : cluster [DBG] pgmap v16384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:42.845841+0000 mgr.y (mgr.24491) 18546 : cluster [DBG] pgmap v16385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:42.845841+0000 mgr.y (mgr.24491) 18546 : cluster [DBG] pgmap v16385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:42.845841+0000 mgr.y (mgr.24491) 18546 : cluster [DBG] pgmap v16385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:44.846495+0000 mgr.y (mgr.24491) 18547 : cluster [DBG] pgmap v16386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:44.846495+0000 mgr.y (mgr.24491) 18547 : cluster [DBG] pgmap v16386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:44.846495+0000 mgr.y (mgr.24491) 18547 : cluster [DBG] pgmap v16386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:48.000 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:47] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:38:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:46.846893+0000 mgr.y (mgr.24491) 18548 : cluster [DBG] pgmap v16387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:46.846893+0000 mgr.y (mgr.24491) 18548 : cluster [DBG] pgmap v16387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:46.846893+0000 mgr.y (mgr.24491) 18548 : cluster [DBG] pgmap v16387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:48.847320+0000 mgr.y (mgr.24491) 18549 : cluster [DBG] pgmap v16388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:48.847320+0000 mgr.y (mgr.24491) 18549 : cluster [DBG] pgmap v16388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:48.847320+0000 mgr.y (mgr.24491) 18549 : cluster [DBG] pgmap v16388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:38:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:50.848045+0000 mgr.y (mgr.24491) 18550 : cluster [DBG] pgmap v16389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:50.848045+0000 mgr.y (mgr.24491) 18550 : cluster [DBG] pgmap v16389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:50.848045+0000 mgr.y (mgr.24491) 18550 : cluster [DBG] pgmap v16389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:52.848591+0000 mgr.y (mgr.24491) 18551 : cluster [DBG] pgmap v16390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:52.848591+0000 mgr.y (mgr.24491) 18551 : cluster [DBG] pgmap v16390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:52.848591+0000 mgr.y (mgr.24491) 18551 : cluster [DBG] pgmap v16390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:54.849306+0000 mgr.y (mgr.24491) 18552 : cluster [DBG] pgmap v16391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:54.849306+0000 mgr.y (mgr.24491) 18552 : cluster [DBG] pgmap v16391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:54.849306+0000 mgr.y (mgr.24491) 18552 : cluster [DBG] pgmap v16391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:56.786 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:38:57.066 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:38:57.066 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:38:57.066 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 5m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:38:57.066 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 5m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 5m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 5m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 5m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 5m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 5m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:38:57.067 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 5m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:38:57.068 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 5m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:38:57.068 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 5m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:38:57.068 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 5m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:38:57.068 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 5m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:38:57.398 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:38:57.399 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:38:57.400 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:38:57.400 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:38:57.400 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:38:58.017 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:38:57] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:38:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:38:56.776118+0000 mgr.y (mgr.24491) 18553 : audit [DBG] from='client.43832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:56.849657+0000 mgr.y (mgr.24491) 18554 : cluster [DBG] pgmap v16392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:38:57.059966+0000 mgr.y (mgr.24491) 18555 : audit [DBG] from='client.33930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:38:57.400162+0000 mon.a (mon.0) 3850 : audit [DBG] from='client.? 172.21.15.177:0/2074704427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:38:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:38:56.776118+0000 mgr.y (mgr.24491) 18553 : audit [DBG] from='client.43832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:56.849657+0000 mgr.y (mgr.24491) 18554 : cluster [DBG] pgmap v16392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:38:57.059966+0000 mgr.y (mgr.24491) 18555 : audit [DBG] from='client.33930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:38:57.400162+0000 mon.a (mon.0) 3850 : audit [DBG] from='client.? 172.21.15.177:0/2074704427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:38:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:38:56.776118+0000 mgr.y (mgr.24491) 18553 : audit [DBG] from='client.43832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:56.849657+0000 mgr.y (mgr.24491) 18554 : cluster [DBG] pgmap v16392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:38:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:38:57.059966+0000 mgr.y (mgr.24491) 18555 : audit [DBG] from='client.33930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:38:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:38:57.400162+0000 mon.a (mon.0) 3850 : audit [DBG] from='client.? 172.21.15.177:0/2074704427' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:39:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:38:58.850019+0000 mgr.y (mgr.24491) 18556 : cluster [DBG] pgmap v16393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:38:58.850019+0000 mgr.y (mgr.24491) 18556 : cluster [DBG] pgmap v16393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:38:58.850019+0000 mgr.y (mgr.24491) 18556 : cluster [DBG] pgmap v16393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:01.300 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:39:00.664955+0000 mon.a (mon.0) 3851 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:39:01.300 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:39:00.664955+0000 mon.a (mon.0) 3851 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:39:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:39:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:39:00.664955+0000 mon.a (mon.0) 3851 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:39:02.383 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:00.850561+0000 mgr.y (mgr.24491) 18557 : cluster [DBG] pgmap v16394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:02.383 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:00.850561+0000 mgr.y (mgr.24491) 18557 : cluster [DBG] pgmap v16394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:00.850561+0000 mgr.y (mgr.24491) 18557 : cluster [DBG] pgmap v16394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:04.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:02.850894+0000 mgr.y (mgr.24491) 18558 : cluster [DBG] pgmap v16395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:04.041 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:39:03.984490+0000 mon.a (mon.0) 3852 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:39:04.042 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:02.850894+0000 mgr.y (mgr.24491) 18558 : cluster [DBG] pgmap v16395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:04.042 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:39:03.984490+0000 mon.a (mon.0) 3852 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:39:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:02.850894+0000 mgr.y (mgr.24491) 18558 : cluster [DBG] pgmap v16395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:39:03.984490+0000 mon.a (mon.0) 3852 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:39:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:39:04.270122+0000 mon.a (mon.0) 3853 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:39:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:39:04.270698+0000 mon.a (mon.0) 3854 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:39:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:39:04.274697+0000 mon.a (mon.0) 3855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:39:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:39:04.270122+0000 mon.a (mon.0) 3853 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:39:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:39:04.270698+0000 mon.a (mon.0) 3854 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:39:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:39:04.274697+0000 mon.a (mon.0) 3855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:39:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:39:04.270122+0000 mon.a (mon.0) 3853 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:39:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:39:04.270698+0000 mon.a (mon.0) 3854 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:39:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:39:04.274697+0000 mon.a (mon.0) 3855 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:39:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:04.851412+0000 mgr.y (mgr.24491) 18559 : cluster [DBG] pgmap v16396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:04.851412+0000 mgr.y (mgr.24491) 18559 : cluster [DBG] pgmap v16396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:04.851412+0000 mgr.y (mgr.24491) 18559 : cluster [DBG] pgmap v16396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:08.045 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:39:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:06.851836+0000 mgr.y (mgr.24491) 18560 : cluster [DBG] pgmap v16397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:06.851836+0000 mgr.y (mgr.24491) 18560 : cluster [DBG] pgmap v16397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:06.851836+0000 mgr.y (mgr.24491) 18560 : cluster [DBG] pgmap v16397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:08.852356+0000 mgr.y (mgr.24491) 18561 : cluster [DBG] pgmap v16398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:08.852356+0000 mgr.y (mgr.24491) 18561 : cluster [DBG] pgmap v16398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:08.852356+0000 mgr.y (mgr.24491) 18561 : cluster [DBG] pgmap v16398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:39:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:10.853274+0000 mgr.y (mgr.24491) 18562 : cluster [DBG] pgmap v16399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:10.853274+0000 mgr.y (mgr.24491) 18562 : cluster [DBG] pgmap v16399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:10.853274+0000 mgr.y (mgr.24491) 18562 : cluster [DBG] pgmap v16399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:12.853839+0000 mgr.y (mgr.24491) 18563 : cluster [DBG] pgmap v16400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:12.853839+0000 mgr.y (mgr.24491) 18563 : cluster [DBG] pgmap v16400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:12.853839+0000 mgr.y (mgr.24491) 18563 : cluster [DBG] pgmap v16400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:14.854475+0000 mgr.y (mgr.24491) 18564 : cluster [DBG] pgmap v16401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:14.854475+0000 mgr.y (mgr.24491) 18564 : cluster [DBG] pgmap v16401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:14.854475+0000 mgr.y (mgr.24491) 18564 : cluster [DBG] pgmap v16401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:18.065 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:39:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:16.855042+0000 mgr.y (mgr.24491) 18565 : cluster [DBG] pgmap v16402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:16.855042+0000 mgr.y (mgr.24491) 18565 : cluster [DBG] pgmap v16402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:16.855042+0000 mgr.y (mgr.24491) 18565 : cluster [DBG] pgmap v16402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:18.855606+0000 mgr.y (mgr.24491) 18566 : cluster [DBG] pgmap v16403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:18.855606+0000 mgr.y (mgr.24491) 18566 : cluster [DBG] pgmap v16403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:18.855606+0000 mgr.y (mgr.24491) 18566 : cluster [DBG] pgmap v16403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:39:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:20.856423+0000 mgr.y (mgr.24491) 18567 : cluster [DBG] pgmap v16404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:20.856423+0000 mgr.y (mgr.24491) 18567 : cluster [DBG] pgmap v16404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:20.856423+0000 mgr.y (mgr.24491) 18567 : cluster [DBG] pgmap v16404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:22.856811+0000 mgr.y (mgr.24491) 18568 : cluster [DBG] pgmap v16405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:22.856811+0000 mgr.y (mgr.24491) 18568 : cluster [DBG] pgmap v16405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:22.856811+0000 mgr.y (mgr.24491) 18568 : cluster [DBG] pgmap v16405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:24.857495+0000 mgr.y (mgr.24491) 18569 : cluster [DBG] pgmap v16406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:24.857495+0000 mgr.y (mgr.24491) 18569 : cluster [DBG] pgmap v16406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:24.857495+0000 mgr.y (mgr.24491) 18569 : cluster [DBG] pgmap v16406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:27.713 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:39:27.986 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:39:27.986 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 6m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:39:27.986 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 6m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:39:27.986 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 6m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:39:27.986 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 6m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:39:27.986 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 6m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:39:27.986 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 6m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:39:27.986 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 6m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:39:27.986 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 6m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 6m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 6m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 6m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 6m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 6m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 6m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 6m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 6m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 6m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 6m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 6m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:39:27.987 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 6m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:39:28.079 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:39:28.321 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:39:28.321 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:39:28.322 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:39:28.323 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:39:28.323 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:39:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:26.857991+0000 mgr.y (mgr.24491) 18570 : cluster [DBG] pgmap v16407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:26.857991+0000 mgr.y (mgr.24491) 18570 : cluster [DBG] pgmap v16407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:26.857991+0000 mgr.y (mgr.24491) 18570 : cluster [DBG] pgmap v16407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:39:27.702501+0000 mgr.y (mgr.24491) 18571 : audit [DBG] from='client.33942 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:39:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:39:27.979824+0000 mgr.y (mgr.24491) 18572 : audit [DBG] from='client.43856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:39:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:39:28.322903+0000 mon.a (mon.0) 3856 : audit [DBG] from='client.? 172.21.15.177:0/1023428753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:39:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:39:27.702501+0000 mgr.y (mgr.24491) 18571 : audit [DBG] from='client.33942 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:39:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:39:27.979824+0000 mgr.y (mgr.24491) 18572 : audit [DBG] from='client.43856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:39:29.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:39:28.322903+0000 mon.a (mon.0) 3856 : audit [DBG] from='client.? 172.21.15.177:0/1023428753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:39:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:39:27.702501+0000 mgr.y (mgr.24491) 18571 : audit [DBG] from='client.33942 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:39:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:39:27.979824+0000 mgr.y (mgr.24491) 18572 : audit [DBG] from='client.43856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:39:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:39:28.322903+0000 mon.a (mon.0) 3856 : audit [DBG] from='client.? 172.21.15.177:0/1023428753' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:39:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:28.858372+0000 mgr.y (mgr.24491) 18573 : cluster [DBG] pgmap v16408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:28.858372+0000 mgr.y (mgr.24491) 18573 : cluster [DBG] pgmap v16408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:28.858372+0000 mgr.y (mgr.24491) 18573 : cluster [DBG] pgmap v16408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:39:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:30.859154+0000 mgr.y (mgr.24491) 18574 : cluster [DBG] pgmap v16409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:30.859154+0000 mgr.y (mgr.24491) 18574 : cluster [DBG] pgmap v16409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:30.859154+0000 mgr.y (mgr.24491) 18574 : cluster [DBG] pgmap v16409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:32.859673+0000 mgr.y (mgr.24491) 18575 : cluster [DBG] pgmap v16410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:32.859673+0000 mgr.y (mgr.24491) 18575 : cluster [DBG] pgmap v16410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:32.859673+0000 mgr.y (mgr.24491) 18575 : cluster [DBG] pgmap v16410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:34.860524+0000 mgr.y (mgr.24491) 18576 : cluster [DBG] pgmap v16411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:34.860524+0000 mgr.y (mgr.24491) 18576 : cluster [DBG] pgmap v16411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:34.860524+0000 mgr.y (mgr.24491) 18576 : cluster [DBG] pgmap v16411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:38.102 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:37] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:39:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:36.861038+0000 mgr.y (mgr.24491) 18577 : cluster [DBG] pgmap v16412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:36.861038+0000 mgr.y (mgr.24491) 18577 : cluster [DBG] pgmap v16412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:36.861038+0000 mgr.y (mgr.24491) 18577 : cluster [DBG] pgmap v16412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:38.861554+0000 mgr.y (mgr.24491) 18578 : cluster [DBG] pgmap v16413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:38.861554+0000 mgr.y (mgr.24491) 18578 : cluster [DBG] pgmap v16413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:38.861554+0000 mgr.y (mgr.24491) 18578 : cluster [DBG] pgmap v16413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:39:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:40.862276+0000 mgr.y (mgr.24491) 18579 : cluster [DBG] pgmap v16414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:40.862276+0000 mgr.y (mgr.24491) 18579 : cluster [DBG] pgmap v16414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:40.862276+0000 mgr.y (mgr.24491) 18579 : cluster [DBG] pgmap v16414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:42.862696+0000 mgr.y (mgr.24491) 18580 : cluster [DBG] pgmap v16415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:42.862696+0000 mgr.y (mgr.24491) 18580 : cluster [DBG] pgmap v16415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:42.862696+0000 mgr.y (mgr.24491) 18580 : cluster [DBG] pgmap v16415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:44.863454+0000 mgr.y (mgr.24491) 18581 : cluster [DBG] pgmap v16416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:44.863454+0000 mgr.y (mgr.24491) 18581 : cluster [DBG] pgmap v16416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:44.863454+0000 mgr.y (mgr.24491) 18581 : cluster [DBG] pgmap v16416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:48.124 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:39:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:46.863904+0000 mgr.y (mgr.24491) 18582 : cluster [DBG] pgmap v16417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:46.863904+0000 mgr.y (mgr.24491) 18582 : cluster [DBG] pgmap v16417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:46.863904+0000 mgr.y (mgr.24491) 18582 : cluster [DBG] pgmap v16417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:48.864484+0000 mgr.y (mgr.24491) 18583 : cluster [DBG] pgmap v16418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:48.864484+0000 mgr.y (mgr.24491) 18583 : cluster [DBG] pgmap v16418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:48.864484+0000 mgr.y (mgr.24491) 18583 : cluster [DBG] pgmap v16418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:39:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:50.865163+0000 mgr.y (mgr.24491) 18584 : cluster [DBG] pgmap v16419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:50.865163+0000 mgr.y (mgr.24491) 18584 : cluster [DBG] pgmap v16419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:50.865163+0000 mgr.y (mgr.24491) 18584 : cluster [DBG] pgmap v16419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:52.865643+0000 mgr.y (mgr.24491) 18585 : cluster [DBG] pgmap v16420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:52.865643+0000 mgr.y (mgr.24491) 18585 : cluster [DBG] pgmap v16420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:52.865643+0000 mgr.y (mgr.24491) 18585 : cluster [DBG] pgmap v16420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:54.866401+0000 mgr.y (mgr.24491) 18586 : cluster [DBG] pgmap v16421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:54.866401+0000 mgr.y (mgr.24491) 18586 : cluster [DBG] pgmap v16421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:54.866401+0000 mgr.y (mgr.24491) 18586 : cluster [DBG] pgmap v16421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:58.139 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:39:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:39:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:56.866844+0000 mgr.y (mgr.24491) 18587 : cluster [DBG] pgmap v16422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:56.866844+0000 mgr.y (mgr.24491) 18587 : cluster [DBG] pgmap v16422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:39:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:56.866844+0000 mgr.y (mgr.24491) 18587 : cluster [DBG] pgmap v16422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:39:58.636 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:39:58.912 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:39:58.912 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 7m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 7m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 7m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 7m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 7m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 7m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 7m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 7m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 7m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 7m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 7m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:39:58.913 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 7m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:39:58.914 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:39:58.914 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:39:58.914 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:39:59.247 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:39:59.247 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:39:59.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:39:59.247 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:39:59.247 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:39:59.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:39:59.247 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:39:59.247 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:39:59.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:39:59.248 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:39:59.248 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:39:59.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:39:59.248 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:39:59.248 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:39:59.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:39:59.248 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:39:59.248 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:40:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:39:58.625622+0000 mgr.y (mgr.24491) 18588 : audit [DBG] from='client.43868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:39:58.867172+0000 mgr.y (mgr.24491) 18589 : cluster [DBG] pgmap v16423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:39:58.906305+0000 mgr.y (mgr.24491) 18590 : audit [DBG] from='client.33966 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:39:59.248404+0000 mon.c (mon.2) 573 : audit [DBG] from='client.? 172.21.15.177:0/1486014803' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:40:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:00.000143+0000 mon.a (mon.0) 3857 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T12:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:39:58.625622+0000 mgr.y (mgr.24491) 18588 : audit [DBG] from='client.43868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:39:58.867172+0000 mgr.y (mgr.24491) 18589 : cluster [DBG] pgmap v16423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:39:58.906305+0000 mgr.y (mgr.24491) 18590 : audit [DBG] from='client.33966 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:39:59.248404+0000 mon.c (mon.2) 573 : audit [DBG] from='client.? 172.21.15.177:0/1486014803' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:40:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:00.000143+0000 mon.a (mon.0) 3857 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:39:58.625622+0000 mgr.y (mgr.24491) 18588 : audit [DBG] from='client.43868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:39:58.867172+0000 mgr.y (mgr.24491) 18589 : cluster [DBG] pgmap v16423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:39:58.906305+0000 mgr.y (mgr.24491) 18590 : audit [DBG] from='client.33966 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:39:59.248404+0000 mon.c (mon.2) 573 : audit [DBG] from='client.? 172.21.15.177:0/1486014803' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:00.000143+0000 mon.a (mon.0) 3857 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:40:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:40:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:00.867825+0000 mgr.y (mgr.24491) 18591 : cluster [DBG] pgmap v16424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:00.867825+0000 mgr.y (mgr.24491) 18591 : cluster [DBG] pgmap v16424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:00.867825+0000 mgr.y (mgr.24491) 18591 : cluster [DBG] pgmap v16424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:02.868299+0000 mgr.y (mgr.24491) 18592 : cluster [DBG] pgmap v16425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:02.868299+0000 mgr.y (mgr.24491) 18592 : cluster [DBG] pgmap v16425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:02.868299+0000 mgr.y (mgr.24491) 18592 : cluster [DBG] pgmap v16425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:40:04.279911+0000 mon.a (mon.0) 3858 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:40:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:40:04.279911+0000 mon.a (mon.0) 3858 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:40:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:40:04.279911+0000 mon.a (mon.0) 3858 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:40:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:04.868990+0000 mgr.y (mgr.24491) 18593 : cluster [DBG] pgmap v16426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:04.868990+0000 mgr.y (mgr.24491) 18593 : cluster [DBG] pgmap v16426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:04.868990+0000 mgr.y (mgr.24491) 18593 : cluster [DBG] pgmap v16426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:40:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:06.869546+0000 mgr.y (mgr.24491) 18594 : cluster [DBG] pgmap v16427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:40:07.658526+0000 mon.a (mon.0) 3859 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:40:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:40:07.930688+0000 mon.a (mon.0) 3860 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:40:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:40:07.931578+0000 mon.a (mon.0) 3861 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:40:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:40:07.937059+0000 mon.a (mon.0) 3862 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:40:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:06.869546+0000 mgr.y (mgr.24491) 18594 : cluster [DBG] pgmap v16427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:40:07.658526+0000 mon.a (mon.0) 3859 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:40:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:40:07.930688+0000 mon.a (mon.0) 3860 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:40:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:40:07.931578+0000 mon.a (mon.0) 3861 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:40:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:40:07.937059+0000 mon.a (mon.0) 3862 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:40:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:06.869546+0000 mgr.y (mgr.24491) 18594 : cluster [DBG] pgmap v16427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:40:07.658526+0000 mon.a (mon.0) 3859 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:40:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:40:07.930688+0000 mon.a (mon.0) 3860 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:40:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:40:07.931578+0000 mon.a (mon.0) 3861 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:40:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:40:07.937059+0000 mon.a (mon.0) 3862 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:40:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:08.869897+0000 mgr.y (mgr.24491) 18595 : cluster [DBG] pgmap v16428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:10.560 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:08.869897+0000 mgr.y (mgr.24491) 18595 : cluster [DBG] pgmap v16428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:10.561 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:08.869897+0000 mgr.y (mgr.24491) 18595 : cluster [DBG] pgmap v16428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:40:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:10.870550+0000 mgr.y (mgr.24491) 18596 : cluster [DBG] pgmap v16429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:10.870550+0000 mgr.y (mgr.24491) 18596 : cluster [DBG] pgmap v16429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:10.870550+0000 mgr.y (mgr.24491) 18596 : cluster [DBG] pgmap v16429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:12.870985+0000 mgr.y (mgr.24491) 18597 : cluster [DBG] pgmap v16430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:12.870985+0000 mgr.y (mgr.24491) 18597 : cluster [DBG] pgmap v16430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:12.870985+0000 mgr.y (mgr.24491) 18597 : cluster [DBG] pgmap v16430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:14.871898+0000 mgr.y (mgr.24491) 18598 : cluster [DBG] pgmap v16431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:14.871898+0000 mgr.y (mgr.24491) 18598 : cluster [DBG] pgmap v16431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:14.871898+0000 mgr.y (mgr.24491) 18598 : cluster [DBG] pgmap v16431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:17] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:40:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:16.872329+0000 mgr.y (mgr.24491) 18599 : cluster [DBG] pgmap v16432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:16.872329+0000 mgr.y (mgr.24491) 18599 : cluster [DBG] pgmap v16432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:16.872329+0000 mgr.y (mgr.24491) 18599 : cluster [DBG] pgmap v16432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:18.872774+0000 mgr.y (mgr.24491) 18600 : cluster [DBG] pgmap v16433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:18.872774+0000 mgr.y (mgr.24491) 18600 : cluster [DBG] pgmap v16433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:18.872774+0000 mgr.y (mgr.24491) 18600 : cluster [DBG] pgmap v16433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:40:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:20.873428+0000 mgr.y (mgr.24491) 18601 : cluster [DBG] pgmap v16434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:20.873428+0000 mgr.y (mgr.24491) 18601 : cluster [DBG] pgmap v16434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:20.873428+0000 mgr.y (mgr.24491) 18601 : cluster [DBG] pgmap v16434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:22.874026+0000 mgr.y (mgr.24491) 18602 : cluster [DBG] pgmap v16435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:22.874026+0000 mgr.y (mgr.24491) 18602 : cluster [DBG] pgmap v16435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:22.874026+0000 mgr.y (mgr.24491) 18602 : cluster [DBG] pgmap v16435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:24.874768+0000 mgr.y (mgr.24491) 18603 : cluster [DBG] pgmap v16436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:24.874768+0000 mgr.y (mgr.24491) 18603 : cluster [DBG] pgmap v16436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:24.874768+0000 mgr.y (mgr.24491) 18603 : cluster [DBG] pgmap v16436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:26.875283+0000 mgr.y (mgr.24491) 18604 : cluster [DBG] pgmap v16437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:27] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:40:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:26.875283+0000 mgr.y (mgr.24491) 18604 : cluster [DBG] pgmap v16437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:26.875283+0000 mgr.y (mgr.24491) 18604 : cluster [DBG] pgmap v16437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:29.562 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:40:29.837 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:40:29.837 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 7m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:40:29.837 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 7m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 7m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 7m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 7m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 7m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 7m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 7m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 7m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:40:29.838 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 7m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:40:29.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 7m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:40:29.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 7m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:40:29.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:40:29.839 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:40:29.839 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:40:30.170 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:40:30.170 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:40:30.170 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:40:30.170 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:40:30.170 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:40:30.170 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:40:30.170 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:40:30.171 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:40:30.171 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:40:30.171 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:40:30.171 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:40:30.171 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:40:30.171 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:40:30.171 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:40:30.171 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:40:30.171 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:40:30.171 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:40:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:28.875760+0000 mgr.y (mgr.24491) 18605 : cluster [DBG] pgmap v16438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:28.875760+0000 mgr.y (mgr.24491) 18605 : cluster [DBG] pgmap v16438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:28.875760+0000 mgr.y (mgr.24491) 18605 : cluster [DBG] pgmap v16438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:40:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:40:29.551655+0000 mgr.y (mgr.24491) 18606 : audit [DBG] from='client.33978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:40:29.831382+0000 mgr.y (mgr.24491) 18607 : audit [DBG] from='client.33984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:40:30.171590+0000 mon.a (mon.0) 3863 : audit [DBG] from='client.? 172.21.15.177:0/1831267461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:40:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:40:29.551655+0000 mgr.y (mgr.24491) 18606 : audit [DBG] from='client.33978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:40:29.831382+0000 mgr.y (mgr.24491) 18607 : audit [DBG] from='client.33984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:40:30.171590+0000 mon.a (mon.0) 3863 : audit [DBG] from='client.? 172.21.15.177:0/1831267461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:40:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:40:29.551655+0000 mgr.y (mgr.24491) 18606 : audit [DBG] from='client.33978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:40:29.831382+0000 mgr.y (mgr.24491) 18607 : audit [DBG] from='client.33984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:40:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:40:30.171590+0000 mon.a (mon.0) 3863 : audit [DBG] from='client.? 172.21.15.177:0/1831267461' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:40:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:30.876465+0000 mgr.y (mgr.24491) 18608 : cluster [DBG] pgmap v16439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:30.876465+0000 mgr.y (mgr.24491) 18608 : cluster [DBG] pgmap v16439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:30.876465+0000 mgr.y (mgr.24491) 18608 : cluster [DBG] pgmap v16439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:32.876951+0000 mgr.y (mgr.24491) 18609 : cluster [DBG] pgmap v16440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:32.876951+0000 mgr.y (mgr.24491) 18609 : cluster [DBG] pgmap v16440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:32.876951+0000 mgr.y (mgr.24491) 18609 : cluster [DBG] pgmap v16440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:34.877734+0000 mgr.y (mgr.24491) 18610 : cluster [DBG] pgmap v16441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:34.877734+0000 mgr.y (mgr.24491) 18610 : cluster [DBG] pgmap v16441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:34.877734+0000 mgr.y (mgr.24491) 18610 : cluster [DBG] pgmap v16441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:37] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:40:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:36.878224+0000 mgr.y (mgr.24491) 18611 : cluster [DBG] pgmap v16442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:36.878224+0000 mgr.y (mgr.24491) 18611 : cluster [DBG] pgmap v16442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:36.878224+0000 mgr.y (mgr.24491) 18611 : cluster [DBG] pgmap v16442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:38.878622+0000 mgr.y (mgr.24491) 18612 : cluster [DBG] pgmap v16443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:38.878622+0000 mgr.y (mgr.24491) 18612 : cluster [DBG] pgmap v16443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:38.878622+0000 mgr.y (mgr.24491) 18612 : cluster [DBG] pgmap v16443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:40:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:40.879420+0000 mgr.y (mgr.24491) 18613 : cluster [DBG] pgmap v16444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:40.879420+0000 mgr.y (mgr.24491) 18613 : cluster [DBG] pgmap v16444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:40.879420+0000 mgr.y (mgr.24491) 18613 : cluster [DBG] pgmap v16444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:42.879865+0000 mgr.y (mgr.24491) 18614 : cluster [DBG] pgmap v16445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:42.879865+0000 mgr.y (mgr.24491) 18614 : cluster [DBG] pgmap v16445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:42.879865+0000 mgr.y (mgr.24491) 18614 : cluster [DBG] pgmap v16445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:44.880479+0000 mgr.y (mgr.24491) 18615 : cluster [DBG] pgmap v16446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:44.880479+0000 mgr.y (mgr.24491) 18615 : cluster [DBG] pgmap v16446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:44.880479+0000 mgr.y (mgr.24491) 18615 : cluster [DBG] pgmap v16446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:47.983 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:47] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:40:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:46.881063+0000 mgr.y (mgr.24491) 18616 : cluster [DBG] pgmap v16447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:46.881063+0000 mgr.y (mgr.24491) 18616 : cluster [DBG] pgmap v16447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:46.881063+0000 mgr.y (mgr.24491) 18616 : cluster [DBG] pgmap v16447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:48.881604+0000 mgr.y (mgr.24491) 18617 : cluster [DBG] pgmap v16448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:48.881604+0000 mgr.y (mgr.24491) 18617 : cluster [DBG] pgmap v16448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:48.881604+0000 mgr.y (mgr.24491) 18617 : cluster [DBG] pgmap v16448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:40:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:50.882253+0000 mgr.y (mgr.24491) 18618 : cluster [DBG] pgmap v16449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:50.882253+0000 mgr.y (mgr.24491) 18618 : cluster [DBG] pgmap v16449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:50.882253+0000 mgr.y (mgr.24491) 18618 : cluster [DBG] pgmap v16449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:52.882715+0000 mgr.y (mgr.24491) 18619 : cluster [DBG] pgmap v16450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:52.882715+0000 mgr.y (mgr.24491) 18619 : cluster [DBG] pgmap v16450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:52.882715+0000 mgr.y (mgr.24491) 18619 : cluster [DBG] pgmap v16450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:54.883317+0000 mgr.y (mgr.24491) 18620 : cluster [DBG] pgmap v16451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:54.883317+0000 mgr.y (mgr.24491) 18620 : cluster [DBG] pgmap v16451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:54.883317+0000 mgr.y (mgr.24491) 18620 : cluster [DBG] pgmap v16451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:58.001 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:40:57] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:40:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:56.883747+0000 mgr.y (mgr.24491) 18621 : cluster [DBG] pgmap v16452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:56.883747+0000 mgr.y (mgr.24491) 18621 : cluster [DBG] pgmap v16452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:40:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:40:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:56.883747+0000 mgr.y (mgr.24491) 18621 : cluster [DBG] pgmap v16452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:40:58.884375+0000 mgr.y (mgr.24491) 18622 : cluster [DBG] pgmap v16453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:40:58.884375+0000 mgr.y (mgr.24491) 18622 : cluster [DBG] pgmap v16453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:00.480 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:41:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:40:58.884375+0000 mgr.y (mgr.24491) 18622 : cluster [DBG] pgmap v16453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:00.756 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:41:00.756 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:41:00.756 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 8m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:41:00.756 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 8m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:41:00.756 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 8m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:41:00.756 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 8m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:41:00.756 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 8m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 8m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.6M 2471M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.7M 2471M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.7M 2471M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 8m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 8m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 8m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 8m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:41:00.757 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 8m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:41:01.090 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:41:01.091 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:41:01.092 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:41:01.092 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:41:01.092 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:41:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:41:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:00.470204+0000 mgr.y (mgr.24491) 18623 : audit [DBG] from='client.33996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:00.749675+0000 mgr.y (mgr.24491) 18624 : audit [DBG] from='client.34002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:00.884905+0000 mgr.y (mgr.24491) 18625 : cluster [DBG] pgmap v16454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:01.091953+0000 mon.a (mon.0) 3864 : audit [DBG] from='client.? 172.21.15.177:0/2967132502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:41:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:00.470204+0000 mgr.y (mgr.24491) 18623 : audit [DBG] from='client.33996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:00.749675+0000 mgr.y (mgr.24491) 18624 : audit [DBG] from='client.34002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:00.884905+0000 mgr.y (mgr.24491) 18625 : cluster [DBG] pgmap v16454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:01.091953+0000 mon.a (mon.0) 3864 : audit [DBG] from='client.? 172.21.15.177:0/2967132502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:41:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:00.470204+0000 mgr.y (mgr.24491) 18623 : audit [DBG] from='client.33996 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:00.749675+0000 mgr.y (mgr.24491) 18624 : audit [DBG] from='client.34002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:00.884905+0000 mgr.y (mgr.24491) 18625 : cluster [DBG] pgmap v16454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:01.091953+0000 mon.a (mon.0) 3864 : audit [DBG] from='client.? 172.21.15.177:0/2967132502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:41:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:02.885319+0000 mgr.y (mgr.24491) 18626 : cluster [DBG] pgmap v16455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:02.885319+0000 mgr.y (mgr.24491) 18626 : cluster [DBG] pgmap v16455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:02.885319+0000 mgr.y (mgr.24491) 18626 : cluster [DBG] pgmap v16455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:04.885895+0000 mgr.y (mgr.24491) 18627 : cluster [DBG] pgmap v16456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:04.885895+0000 mgr.y (mgr.24491) 18627 : cluster [DBG] pgmap v16456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:04.885895+0000 mgr.y (mgr.24491) 18627 : cluster [DBG] pgmap v16456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:08.018 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:41:08.019 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:06.886321+0000 mgr.y (mgr.24491) 18628 : cluster [DBG] pgmap v16457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:08.019 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:07.942741+0000 mon.a (mon.0) 3865 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:41:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:06.886321+0000 mgr.y (mgr.24491) 18628 : cluster [DBG] pgmap v16457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:07.942741+0000 mon.a (mon.0) 3865 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:41:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:06.886321+0000 mgr.y (mgr.24491) 18628 : cluster [DBG] pgmap v16457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:07.942741+0000 mon.a (mon.0) 3865 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:41:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:08.240537+0000 mon.a (mon.0) 3866 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:08.241118+0000 mon.a (mon.0) 3867 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:08.241592+0000 mon.a (mon.0) 3868 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:08.242110+0000 mon.a (mon.0) 3869 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:08.247807+0000 mon.a (mon.0) 3870 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:41:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:08.249361+0000 mon.a (mon.0) 3871 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:41:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:08.249898+0000 mon.a (mon.0) 3872 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:41:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:08.254192+0000 mon.a (mon.0) 3873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:41:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:08.240537+0000 mon.a (mon.0) 3866 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:08.241118+0000 mon.a (mon.0) 3867 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:08.241592+0000 mon.a (mon.0) 3868 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:08.242110+0000 mon.a (mon.0) 3869 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:08.247807+0000 mon.a (mon.0) 3870 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:41:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:08.249361+0000 mon.a (mon.0) 3871 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:41:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:08.249898+0000 mon.a (mon.0) 3872 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:41:09.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:08.254192+0000 mon.a (mon.0) 3873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:41:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:08.240537+0000 mon.a (mon.0) 3866 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:08.241118+0000 mon.a (mon.0) 3867 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:08.241592+0000 mon.a (mon.0) 3868 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:08.242110+0000 mon.a (mon.0) 3869 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:41:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:08.247807+0000 mon.a (mon.0) 3870 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:41:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:08.249361+0000 mon.a (mon.0) 3871 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:41:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:08.249898+0000 mon.a (mon.0) 3872 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:41:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:08.254192+0000 mon.a (mon.0) 3873 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:41:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T12:41:08.242507+0000 mgr.y (mgr.24491) 18629 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2470M 2024-04-20T12:41:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:08.886688+0000 mgr.y (mgr.24491) 18630 : cluster [DBG] pgmap v16458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T12:41:08.242507+0000 mgr.y (mgr.24491) 18629 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2470M 2024-04-20T12:41:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:08.886688+0000 mgr.y (mgr.24491) 18630 : cluster [DBG] pgmap v16458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T12:41:08.242507+0000 mgr.y (mgr.24491) 18629 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2470M 2024-04-20T12:41:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:08.886688+0000 mgr.y (mgr.24491) 18630 : cluster [DBG] pgmap v16458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:41:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:10.887366+0000 mgr.y (mgr.24491) 18631 : cluster [DBG] pgmap v16459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:10.887366+0000 mgr.y (mgr.24491) 18631 : cluster [DBG] pgmap v16459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:10.887366+0000 mgr.y (mgr.24491) 18631 : cluster [DBG] pgmap v16459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:12.887925+0000 mgr.y (mgr.24491) 18632 : cluster [DBG] pgmap v16460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:12.887925+0000 mgr.y (mgr.24491) 18632 : cluster [DBG] pgmap v16460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:12.887925+0000 mgr.y (mgr.24491) 18632 : cluster [DBG] pgmap v16460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:14.888753+0000 mgr.y (mgr.24491) 18633 : cluster [DBG] pgmap v16461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:14.888753+0000 mgr.y (mgr.24491) 18633 : cluster [DBG] pgmap v16461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:14.888753+0000 mgr.y (mgr.24491) 18633 : cluster [DBG] pgmap v16461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:18.036 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:17] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:41:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:16.889161+0000 mgr.y (mgr.24491) 18634 : cluster [DBG] pgmap v16462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:16.889161+0000 mgr.y (mgr.24491) 18634 : cluster [DBG] pgmap v16462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:16.889161+0000 mgr.y (mgr.24491) 18634 : cluster [DBG] pgmap v16462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:18.889702+0000 mgr.y (mgr.24491) 18635 : cluster [DBG] pgmap v16463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:18.889702+0000 mgr.y (mgr.24491) 18635 : cluster [DBG] pgmap v16463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:18.889702+0000 mgr.y (mgr.24491) 18635 : cluster [DBG] pgmap v16463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:41:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:20.890437+0000 mgr.y (mgr.24491) 18636 : cluster [DBG] pgmap v16464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:20.890437+0000 mgr.y (mgr.24491) 18636 : cluster [DBG] pgmap v16464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:20.890437+0000 mgr.y (mgr.24491) 18636 : cluster [DBG] pgmap v16464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:22.891019+0000 mgr.y (mgr.24491) 18637 : cluster [DBG] pgmap v16465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:22.891019+0000 mgr.y (mgr.24491) 18637 : cluster [DBG] pgmap v16465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:22.891019+0000 mgr.y (mgr.24491) 18637 : cluster [DBG] pgmap v16465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:24.891732+0000 mgr.y (mgr.24491) 18638 : cluster [DBG] pgmap v16466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:24.891732+0000 mgr.y (mgr.24491) 18638 : cluster [DBG] pgmap v16466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:24.891732+0000 mgr.y (mgr.24491) 18638 : cluster [DBG] pgmap v16466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:28.052 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:27] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:41:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:26.892196+0000 mgr.y (mgr.24491) 18639 : cluster [DBG] pgmap v16467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:26.892196+0000 mgr.y (mgr.24491) 18639 : cluster [DBG] pgmap v16467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:26.892196+0000 mgr.y (mgr.24491) 18639 : cluster [DBG] pgmap v16467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:28.892638+0000 mgr.y (mgr.24491) 18640 : cluster [DBG] pgmap v16468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:28.892638+0000 mgr.y (mgr.24491) 18640 : cluster [DBG] pgmap v16468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:28.892638+0000 mgr.y (mgr.24491) 18640 : cluster [DBG] pgmap v16468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:31.402 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:41:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:41:31.676 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:41:31.676 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:41:31.676 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 8m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:41:31.676 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 8m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:41:31.676 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 8m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:41:31.676 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 8m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:41:31.676 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:41:31.676 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:41:31.676 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 8m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 8m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.6M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 8m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 8m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 8m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 8m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:41:31.677 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 8m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:41:32.012 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:41:32.013 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:41:32.013 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:41:32.013 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:41:32.013 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:41:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:30.893341+0000 mgr.y (mgr.24491) 18641 : cluster [DBG] pgmap v16469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:32.013280+0000 mon.a (mon.0) 3874 : audit [DBG] from='client.? 172.21.15.177:0/2225481579' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:41:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:30.893341+0000 mgr.y (mgr.24491) 18641 : cluster [DBG] pgmap v16469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:32.013280+0000 mon.a (mon.0) 3874 : audit [DBG] from='client.? 172.21.15.177:0/2225481579' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:41:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:30.893341+0000 mgr.y (mgr.24491) 18641 : cluster [DBG] pgmap v16469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:32.013280+0000 mon.a (mon.0) 3874 : audit [DBG] from='client.? 172.21.15.177:0/2225481579' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:41:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:31.391327+0000 mgr.y (mgr.24491) 18642 : audit [DBG] from='client.34014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:41:31.669639+0000 mgr.y (mgr.24491) 18643 : audit [DBG] from='client.43928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:31.391327+0000 mgr.y (mgr.24491) 18642 : audit [DBG] from='client.34014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:41:31.669639+0000 mgr.y (mgr.24491) 18643 : audit [DBG] from='client.43928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:31.391327+0000 mgr.y (mgr.24491) 18642 : audit [DBG] from='client.34014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:41:31.669639+0000 mgr.y (mgr.24491) 18643 : audit [DBG] from='client.43928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:41:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:32.893703+0000 mgr.y (mgr.24491) 18644 : cluster [DBG] pgmap v16470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:32.893703+0000 mgr.y (mgr.24491) 18644 : cluster [DBG] pgmap v16470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:32.893703+0000 mgr.y (mgr.24491) 18644 : cluster [DBG] pgmap v16470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:34.894335+0000 mgr.y (mgr.24491) 18645 : cluster [DBG] pgmap v16471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:34.894335+0000 mgr.y (mgr.24491) 18645 : cluster [DBG] pgmap v16471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:34.894335+0000 mgr.y (mgr.24491) 18645 : cluster [DBG] pgmap v16471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:38.073 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:37] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:41:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:36.894841+0000 mgr.y (mgr.24491) 18646 : cluster [DBG] pgmap v16472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:36.894841+0000 mgr.y (mgr.24491) 18646 : cluster [DBG] pgmap v16472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:36.894841+0000 mgr.y (mgr.24491) 18646 : cluster [DBG] pgmap v16472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:38.895364+0000 mgr.y (mgr.24491) 18647 : cluster [DBG] pgmap v16473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:38.895364+0000 mgr.y (mgr.24491) 18647 : cluster [DBG] pgmap v16473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:38.895364+0000 mgr.y (mgr.24491) 18647 : cluster [DBG] pgmap v16473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:41:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:40.896110+0000 mgr.y (mgr.24491) 18648 : cluster [DBG] pgmap v16474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:40.896110+0000 mgr.y (mgr.24491) 18648 : cluster [DBG] pgmap v16474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:40.896110+0000 mgr.y (mgr.24491) 18648 : cluster [DBG] pgmap v16474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:42.896622+0000 mgr.y (mgr.24491) 18649 : cluster [DBG] pgmap v16475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:42.896622+0000 mgr.y (mgr.24491) 18649 : cluster [DBG] pgmap v16475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:42.896622+0000 mgr.y (mgr.24491) 18649 : cluster [DBG] pgmap v16475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:44.897262+0000 mgr.y (mgr.24491) 18650 : cluster [DBG] pgmap v16476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:44.897262+0000 mgr.y (mgr.24491) 18650 : cluster [DBG] pgmap v16476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:44.897262+0000 mgr.y (mgr.24491) 18650 : cluster [DBG] pgmap v16476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:48.091 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:47] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T12:41:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:46.897760+0000 mgr.y (mgr.24491) 18651 : cluster [DBG] pgmap v16477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:46.897760+0000 mgr.y (mgr.24491) 18651 : cluster [DBG] pgmap v16477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:46.897760+0000 mgr.y (mgr.24491) 18651 : cluster [DBG] pgmap v16477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:48.898176+0000 mgr.y (mgr.24491) 18652 : cluster [DBG] pgmap v16478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:48.898176+0000 mgr.y (mgr.24491) 18652 : cluster [DBG] pgmap v16478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:48.898176+0000 mgr.y (mgr.24491) 18652 : cluster [DBG] pgmap v16478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:41:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:50.899111+0000 mgr.y (mgr.24491) 18653 : cluster [DBG] pgmap v16479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:50.899111+0000 mgr.y (mgr.24491) 18653 : cluster [DBG] pgmap v16479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:50.899111+0000 mgr.y (mgr.24491) 18653 : cluster [DBG] pgmap v16479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:52.899539+0000 mgr.y (mgr.24491) 18654 : cluster [DBG] pgmap v16480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:52.899539+0000 mgr.y (mgr.24491) 18654 : cluster [DBG] pgmap v16480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:52.899539+0000 mgr.y (mgr.24491) 18654 : cluster [DBG] pgmap v16480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:54.900172+0000 mgr.y (mgr.24491) 18655 : cluster [DBG] pgmap v16481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:54.900172+0000 mgr.y (mgr.24491) 18655 : cluster [DBG] pgmap v16481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:54.900172+0000 mgr.y (mgr.24491) 18655 : cluster [DBG] pgmap v16481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:58.108 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:41:57] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T12:41:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:56.900654+0000 mgr.y (mgr.24491) 18656 : cluster [DBG] pgmap v16482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:56.900654+0000 mgr.y (mgr.24491) 18656 : cluster [DBG] pgmap v16482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:41:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:41:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:56.900654+0000 mgr.y (mgr.24491) 18656 : cluster [DBG] pgmap v16482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:41:58.901078+0000 mgr.y (mgr.24491) 18657 : cluster [DBG] pgmap v16483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:41:58.901078+0000 mgr.y (mgr.24491) 18657 : cluster [DBG] pgmap v16483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:41:58.901078+0000 mgr.y (mgr.24491) 18657 : cluster [DBG] pgmap v16483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:42:02.326 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:42:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:00.901820+0000 mgr.y (mgr.24491) 18658 : cluster [DBG] pgmap v16484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:00.901820+0000 mgr.y (mgr.24491) 18658 : cluster [DBG] pgmap v16484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:00.901820+0000 mgr.y (mgr.24491) 18658 : cluster [DBG] pgmap v16484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:02.609 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:42:02.609 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:42:02.609 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 9m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:42:02.610 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 9m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:42:02.610 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 9m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:42:02.610 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:42:02.610 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:42:02.610 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:42:02.610 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:42:02.610 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:42:02.610 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 9m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:42:02.610 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 9m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:42:02.610 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.6M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:42:02.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:42:02.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:42:02.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:42:02.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:42:02.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:42:02.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:42:02.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:42:02.611 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:42:02.945 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:42:02.945 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:42:02.945 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:42:02.945 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:42:02.945 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:42:02.945 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:42:02.945 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:42:02.945 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:42:02.945 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:42:02.946 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:42:02.946 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:42:02.946 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:42:02.946 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:42:02.946 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:42:02.946 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:42:02.946 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:42:02.946 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:42:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:42:02.946513+0000 mon.c (mon.2) 574 : audit [DBG] from='client.? 172.21.15.177:0/1614986366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:42:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:42:02.946513+0000 mon.c (mon.2) 574 : audit [DBG] from='client.? 172.21.15.177:0/1614986366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:42:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:42:02.946513+0000 mon.c (mon.2) 574 : audit [DBG] from='client.? 172.21.15.177:0/1614986366' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:42:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:42:02.316078+0000 mgr.y (mgr.24491) 18659 : audit [DBG] from='client.43940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:42:02.603035+0000 mgr.y (mgr.24491) 18660 : audit [DBG] from='client.43946 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:02.902174+0000 mgr.y (mgr.24491) 18661 : cluster [DBG] pgmap v16485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:42:02.316078+0000 mgr.y (mgr.24491) 18659 : audit [DBG] from='client.43940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:42:02.603035+0000 mgr.y (mgr.24491) 18660 : audit [DBG] from='client.43946 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:02.902174+0000 mgr.y (mgr.24491) 18661 : cluster [DBG] pgmap v16485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:42:02.316078+0000 mgr.y (mgr.24491) 18659 : audit [DBG] from='client.43940 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:42:02.603035+0000 mgr.y (mgr.24491) 18660 : audit [DBG] from='client.43946 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:02.902174+0000 mgr.y (mgr.24491) 18661 : cluster [DBG] pgmap v16485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:04.902781+0000 mgr.y (mgr.24491) 18662 : cluster [DBG] pgmap v16486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:04.902781+0000 mgr.y (mgr.24491) 18662 : cluster [DBG] pgmap v16486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:04.902781+0000 mgr.y (mgr.24491) 18662 : cluster [DBG] pgmap v16486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:08.129 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:07] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:42:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:06.903258+0000 mgr.y (mgr.24491) 18663 : cluster [DBG] pgmap v16487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:06.903258+0000 mgr.y (mgr.24491) 18663 : cluster [DBG] pgmap v16487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:06.903258+0000 mgr.y (mgr.24491) 18663 : cluster [DBG] pgmap v16487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:42:08.258417+0000 mon.a (mon.0) 3875 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:42:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:42:08.550908+0000 mon.a (mon.0) 3876 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:42:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:42:08.551537+0000 mon.a (mon.0) 3877 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:42:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:42:08.556196+0000 mon.a (mon.0) 3878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:42:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:42:08.258417+0000 mon.a (mon.0) 3875 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:42:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:42:08.550908+0000 mon.a (mon.0) 3876 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:42:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:42:08.551537+0000 mon.a (mon.0) 3877 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:42:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:42:08.556196+0000 mon.a (mon.0) 3878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:42:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:42:08.258417+0000 mon.a (mon.0) 3875 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:42:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:42:08.550908+0000 mon.a (mon.0) 3876 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:42:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:42:08.551537+0000 mon.a (mon.0) 3877 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:42:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:42:08.556196+0000 mon.a (mon.0) 3878 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:42:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:08.903806+0000 mgr.y (mgr.24491) 18664 : cluster [DBG] pgmap v16488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:08.903806+0000 mgr.y (mgr.24491) 18664 : cluster [DBG] pgmap v16488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:08.903806+0000 mgr.y (mgr.24491) 18664 : cluster [DBG] pgmap v16488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:42:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:10.904409+0000 mgr.y (mgr.24491) 18665 : cluster [DBG] pgmap v16489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:10.904409+0000 mgr.y (mgr.24491) 18665 : cluster [DBG] pgmap v16489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:10.904409+0000 mgr.y (mgr.24491) 18665 : cluster [DBG] pgmap v16489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:12.904968+0000 mgr.y (mgr.24491) 18666 : cluster [DBG] pgmap v16490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:12.904968+0000 mgr.y (mgr.24491) 18666 : cluster [DBG] pgmap v16490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:12.904968+0000 mgr.y (mgr.24491) 18666 : cluster [DBG] pgmap v16490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:14.905476+0000 mgr.y (mgr.24491) 18667 : cluster [DBG] pgmap v16491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:14.905476+0000 mgr.y (mgr.24491) 18667 : cluster [DBG] pgmap v16491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:14.905476+0000 mgr.y (mgr.24491) 18667 : cluster [DBG] pgmap v16491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:18.145 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:42:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:16.905859+0000 mgr.y (mgr.24491) 18668 : cluster [DBG] pgmap v16492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:16.905859+0000 mgr.y (mgr.24491) 18668 : cluster [DBG] pgmap v16492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:16.905859+0000 mgr.y (mgr.24491) 18668 : cluster [DBG] pgmap v16492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:18.906255+0000 mgr.y (mgr.24491) 18669 : cluster [DBG] pgmap v16493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:18.906255+0000 mgr.y (mgr.24491) 18669 : cluster [DBG] pgmap v16493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:18.906255+0000 mgr.y (mgr.24491) 18669 : cluster [DBG] pgmap v16493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:42:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:20.906923+0000 mgr.y (mgr.24491) 18670 : cluster [DBG] pgmap v16494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:20.906923+0000 mgr.y (mgr.24491) 18670 : cluster [DBG] pgmap v16494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:20.906923+0000 mgr.y (mgr.24491) 18670 : cluster [DBG] pgmap v16494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:22.907482+0000 mgr.y (mgr.24491) 18671 : cluster [DBG] pgmap v16495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:22.907482+0000 mgr.y (mgr.24491) 18671 : cluster [DBG] pgmap v16495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:22.907482+0000 mgr.y (mgr.24491) 18671 : cluster [DBG] pgmap v16495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:24.908251+0000 mgr.y (mgr.24491) 18672 : cluster [DBG] pgmap v16496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:24.908251+0000 mgr.y (mgr.24491) 18672 : cluster [DBG] pgmap v16496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:24.908251+0000 mgr.y (mgr.24491) 18672 : cluster [DBG] pgmap v16496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:42:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:26.908616+0000 mgr.y (mgr.24491) 18673 : cluster [DBG] pgmap v16497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:26.908616+0000 mgr.y (mgr.24491) 18673 : cluster [DBG] pgmap v16497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:26.908616+0000 mgr.y (mgr.24491) 18673 : cluster [DBG] pgmap v16497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:28.909022+0000 mgr.y (mgr.24491) 18674 : cluster [DBG] pgmap v16498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:28.909022+0000 mgr.y (mgr.24491) 18674 : cluster [DBG] pgmap v16498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:28.909022+0000 mgr.y (mgr.24491) 18674 : cluster [DBG] pgmap v16498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:42:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:30.909664+0000 mgr.y (mgr.24491) 18675 : cluster [DBG] pgmap v16499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:30.909664+0000 mgr.y (mgr.24491) 18675 : cluster [DBG] pgmap v16499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:30.909664+0000 mgr.y (mgr.24491) 18675 : cluster [DBG] pgmap v16499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:33.262 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:42:33.537 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:42:33.537 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:42:33.537 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 9m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:42:33.537 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 9m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:42:33.537 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 9m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 9m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 9m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.6M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:42:33.538 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:42:33.539 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:42:33.539 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:42:33.539 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:42:33.869 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:42:33.869 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:42:33.869 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:42:33.870 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:42:33.871 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:42:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:32.910315+0000 mgr.y (mgr.24491) 18676 : cluster [DBG] pgmap v16500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:42:33.870964+0000 mon.c (mon.2) 575 : audit [DBG] from='client.? 172.21.15.177:0/3365948010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:42:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:32.910315+0000 mgr.y (mgr.24491) 18676 : cluster [DBG] pgmap v16500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:42:33.870964+0000 mon.c (mon.2) 575 : audit [DBG] from='client.? 172.21.15.177:0/3365948010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:42:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:32.910315+0000 mgr.y (mgr.24491) 18676 : cluster [DBG] pgmap v16500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:42:33.870964+0000 mon.c (mon.2) 575 : audit [DBG] from='client.? 172.21.15.177:0/3365948010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:42:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:42:33.252051+0000 mgr.y (mgr.24491) 18677 : audit [DBG] from='client.34050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:42:33.531221+0000 mgr.y (mgr.24491) 18678 : audit [DBG] from='client.43964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:42:33.252051+0000 mgr.y (mgr.24491) 18677 : audit [DBG] from='client.34050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:42:33.531221+0000 mgr.y (mgr.24491) 18678 : audit [DBG] from='client.43964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:42:33.252051+0000 mgr.y (mgr.24491) 18677 : audit [DBG] from='client.34050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:42:33.531221+0000 mgr.y (mgr.24491) 18678 : audit [DBG] from='client.43964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:42:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:34.910907+0000 mgr.y (mgr.24491) 18679 : cluster [DBG] pgmap v16501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:34.910907+0000 mgr.y (mgr.24491) 18679 : cluster [DBG] pgmap v16501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:34.910907+0000 mgr.y (mgr.24491) 18679 : cluster [DBG] pgmap v16501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:42:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:36.911310+0000 mgr.y (mgr.24491) 18680 : cluster [DBG] pgmap v16502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:36.911310+0000 mgr.y (mgr.24491) 18680 : cluster [DBG] pgmap v16502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:36.911310+0000 mgr.y (mgr.24491) 18680 : cluster [DBG] pgmap v16502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:38.911729+0000 mgr.y (mgr.24491) 18681 : cluster [DBG] pgmap v16503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:38.911729+0000 mgr.y (mgr.24491) 18681 : cluster [DBG] pgmap v16503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:38.911729+0000 mgr.y (mgr.24491) 18681 : cluster [DBG] pgmap v16503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:42:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:40.912552+0000 mgr.y (mgr.24491) 18682 : cluster [DBG] pgmap v16504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:40.912552+0000 mgr.y (mgr.24491) 18682 : cluster [DBG] pgmap v16504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:40.912552+0000 mgr.y (mgr.24491) 18682 : cluster [DBG] pgmap v16504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:42.912945+0000 mgr.y (mgr.24491) 18683 : cluster [DBG] pgmap v16505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:42.912945+0000 mgr.y (mgr.24491) 18683 : cluster [DBG] pgmap v16505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:42.912945+0000 mgr.y (mgr.24491) 18683 : cluster [DBG] pgmap v16505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:44.913690+0000 mgr.y (mgr.24491) 18684 : cluster [DBG] pgmap v16506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:44.913690+0000 mgr.y (mgr.24491) 18684 : cluster [DBG] pgmap v16506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:44.913690+0000 mgr.y (mgr.24491) 18684 : cluster [DBG] pgmap v16506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:42:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:46.914138+0000 mgr.y (mgr.24491) 18685 : cluster [DBG] pgmap v16507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:46.914138+0000 mgr.y (mgr.24491) 18685 : cluster [DBG] pgmap v16507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:46.914138+0000 mgr.y (mgr.24491) 18685 : cluster [DBG] pgmap v16507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:48.914606+0000 mgr.y (mgr.24491) 18686 : cluster [DBG] pgmap v16508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:48.914606+0000 mgr.y (mgr.24491) 18686 : cluster [DBG] pgmap v16508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:48.914606+0000 mgr.y (mgr.24491) 18686 : cluster [DBG] pgmap v16508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:42:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:50.915445+0000 mgr.y (mgr.24491) 18687 : cluster [DBG] pgmap v16509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:50.915445+0000 mgr.y (mgr.24491) 18687 : cluster [DBG] pgmap v16509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:50.915445+0000 mgr.y (mgr.24491) 18687 : cluster [DBG] pgmap v16509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:52.915954+0000 mgr.y (mgr.24491) 18688 : cluster [DBG] pgmap v16510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:52.915954+0000 mgr.y (mgr.24491) 18688 : cluster [DBG] pgmap v16510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:52.915954+0000 mgr.y (mgr.24491) 18688 : cluster [DBG] pgmap v16510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:54.916635+0000 mgr.y (mgr.24491) 18689 : cluster [DBG] pgmap v16511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:54.916635+0000 mgr.y (mgr.24491) 18689 : cluster [DBG] pgmap v16511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:54.916635+0000 mgr.y (mgr.24491) 18689 : cluster [DBG] pgmap v16511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:57.990 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:42:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:42:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:56.917061+0000 mgr.y (mgr.24491) 18690 : cluster [DBG] pgmap v16512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:56.917061+0000 mgr.y (mgr.24491) 18690 : cluster [DBG] pgmap v16512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:42:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:56.917061+0000 mgr.y (mgr.24491) 18690 : cluster [DBG] pgmap v16512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:42:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:42:58.917451+0000 mgr.y (mgr.24491) 18691 : cluster [DBG] pgmap v16513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:42:58.917451+0000 mgr.y (mgr.24491) 18691 : cluster [DBG] pgmap v16513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:42:58.917451+0000 mgr.y (mgr.24491) 18691 : cluster [DBG] pgmap v16513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:43:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:00.918225+0000 mgr.y (mgr.24491) 18692 : cluster [DBG] pgmap v16514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:00.918225+0000 mgr.y (mgr.24491) 18692 : cluster [DBG] pgmap v16514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:00.918225+0000 mgr.y (mgr.24491) 18692 : cluster [DBG] pgmap v16514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:04.181 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:43:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:02.918775+0000 mgr.y (mgr.24491) 18693 : cluster [DBG] pgmap v16515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:02.918775+0000 mgr.y (mgr.24491) 18693 : cluster [DBG] pgmap v16515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:04.456 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 10m ago 9h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 10m ago 9h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 10m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 10m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 10m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 10m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 10m ago 9h 1094M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 10m ago 9h 797M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 10m ago 9h 804M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 10m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 10m ago 9h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 10m ago 9h 46.6M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:43:04.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 10m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:43:04.458 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 10m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:43:04.458 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 10m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:43:04.458 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 10m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:43:04.458 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 10m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:43:04.458 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 10m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:43:04.458 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 10m ago 9h 44.9M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:43:04.458 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 10m ago 9h 126M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:43:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:02.918775+0000 mgr.y (mgr.24491) 18693 : cluster [DBG] pgmap v16515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:04.789 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:43:04.790 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:43:04.791 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:43:04.791 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:43:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:04.170770+0000 mgr.y (mgr.24491) 18694 : audit [DBG] from='client.43976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:04.791185+0000 mon.c (mon.2) 576 : audit [DBG] from='client.? 172.21.15.177:0/295067271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:43:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:04.170770+0000 mgr.y (mgr.24491) 18694 : audit [DBG] from='client.43976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:04.791185+0000 mon.c (mon.2) 576 : audit [DBG] from='client.? 172.21.15.177:0/295067271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:43:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:04.170770+0000 mgr.y (mgr.24491) 18694 : audit [DBG] from='client.43976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:04.791185+0000 mon.c (mon.2) 576 : audit [DBG] from='client.? 172.21.15.177:0/295067271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:43:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:04.450537+0000 mgr.y (mgr.24491) 18695 : audit [DBG] from='client.43982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:04.919513+0000 mgr.y (mgr.24491) 18696 : cluster [DBG] pgmap v16516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:04.450537+0000 mgr.y (mgr.24491) 18695 : audit [DBG] from='client.43982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:04.919513+0000 mgr.y (mgr.24491) 18696 : cluster [DBG] pgmap v16516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:04.450537+0000 mgr.y (mgr.24491) 18695 : audit [DBG] from='client.43982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:04.919513+0000 mgr.y (mgr.24491) 18696 : cluster [DBG] pgmap v16516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:08.009 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:43:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:06.919875+0000 mgr.y (mgr.24491) 18697 : cluster [DBG] pgmap v16517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:06.919875+0000 mgr.y (mgr.24491) 18697 : cluster [DBG] pgmap v16517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:06.919875+0000 mgr.y (mgr.24491) 18697 : cluster [DBG] pgmap v16517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:08.560510+0000 mon.a (mon.0) 3879 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:43:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:08.560510+0000 mon.a (mon.0) 3879 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:43:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:08.560510+0000 mon.a (mon.0) 3879 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:43:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:08.920211+0000 mgr.y (mgr.24491) 18698 : cluster [DBG] pgmap v16518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:08.920211+0000 mgr.y (mgr.24491) 18698 : cluster [DBG] pgmap v16518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:08.920211+0000 mgr.y (mgr.24491) 18698 : cluster [DBG] pgmap v16518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:11.465 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:43:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:10.920907+0000 mgr.y (mgr.24491) 18699 : cluster [DBG] pgmap v16519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:11.172329+0000 mon.a (mon.0) 3880 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:43:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:11.874438+0000 mon.a (mon.0) 3881 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:43:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:12.153989+0000 mon.a (mon.0) 3882 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:43:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:12.154824+0000 mon.a (mon.0) 3883 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:43:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:12.162262+0000 mon.a (mon.0) 3884 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:43:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:10.920907+0000 mgr.y (mgr.24491) 18699 : cluster [DBG] pgmap v16519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:11.172329+0000 mon.a (mon.0) 3880 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:43:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:11.874438+0000 mon.a (mon.0) 3881 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:43:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:12.153989+0000 mon.a (mon.0) 3882 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:43:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:12.154824+0000 mon.a (mon.0) 3883 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:43:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:12.162262+0000 mon.a (mon.0) 3884 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:43:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:10.920907+0000 mgr.y (mgr.24491) 18699 : cluster [DBG] pgmap v16519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:11.172329+0000 mon.a (mon.0) 3880 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:43:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:11.874438+0000 mon.a (mon.0) 3881 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:43:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:12.153989+0000 mon.a (mon.0) 3882 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:43:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:12.154824+0000 mon.a (mon.0) 3883 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:43:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:12.162262+0000 mon.a (mon.0) 3884 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:43:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:12.921290+0000 mgr.y (mgr.24491) 18700 : cluster [DBG] pgmap v16520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:12.921290+0000 mgr.y (mgr.24491) 18700 : cluster [DBG] pgmap v16520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:12.921290+0000 mgr.y (mgr.24491) 18700 : cluster [DBG] pgmap v16520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:14.922188+0000 mgr.y (mgr.24491) 18701 : cluster [DBG] pgmap v16521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:14.922188+0000 mgr.y (mgr.24491) 18701 : cluster [DBG] pgmap v16521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:14.922188+0000 mgr.y (mgr.24491) 18701 : cluster [DBG] pgmap v16521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:17] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T12:43:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:16.922603+0000 mgr.y (mgr.24491) 18702 : cluster [DBG] pgmap v16522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:16.922603+0000 mgr.y (mgr.24491) 18702 : cluster [DBG] pgmap v16522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:16.922603+0000 mgr.y (mgr.24491) 18702 : cluster [DBG] pgmap v16522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:18.923219+0000 mgr.y (mgr.24491) 18703 : cluster [DBG] pgmap v16523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:18.923219+0000 mgr.y (mgr.24491) 18703 : cluster [DBG] pgmap v16523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:18.923219+0000 mgr.y (mgr.24491) 18703 : cluster [DBG] pgmap v16523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:43:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:20.923847+0000 mgr.y (mgr.24491) 18704 : cluster [DBG] pgmap v16524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:20.923847+0000 mgr.y (mgr.24491) 18704 : cluster [DBG] pgmap v16524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:20.923847+0000 mgr.y (mgr.24491) 18704 : cluster [DBG] pgmap v16524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:22.924352+0000 mgr.y (mgr.24491) 18705 : cluster [DBG] pgmap v16525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:22.924352+0000 mgr.y (mgr.24491) 18705 : cluster [DBG] pgmap v16525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:22.924352+0000 mgr.y (mgr.24491) 18705 : cluster [DBG] pgmap v16525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:24.925159+0000 mgr.y (mgr.24491) 18706 : cluster [DBG] pgmap v16526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:24.925159+0000 mgr.y (mgr.24491) 18706 : cluster [DBG] pgmap v16526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:24.925159+0000 mgr.y (mgr.24491) 18706 : cluster [DBG] pgmap v16526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:26.925546+0000 mgr.y (mgr.24491) 18707 : cluster [DBG] pgmap v16527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:26.925546+0000 mgr.y (mgr.24491) 18707 : cluster [DBG] pgmap v16527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:26.925546+0000 mgr.y (mgr.24491) 18707 : cluster [DBG] pgmap v16527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:27] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T12:43:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:28.925915+0000 mgr.y (mgr.24491) 18708 : cluster [DBG] pgmap v16528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:28.925915+0000 mgr.y (mgr.24491) 18708 : cluster [DBG] pgmap v16528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:28.925915+0000 mgr.y (mgr.24491) 18708 : cluster [DBG] pgmap v16528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:43:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:30.926874+0000 mgr.y (mgr.24491) 18709 : cluster [DBG] pgmap v16529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:30.926874+0000 mgr.y (mgr.24491) 18709 : cluster [DBG] pgmap v16529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:30.926874+0000 mgr.y (mgr.24491) 18709 : cluster [DBG] pgmap v16529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:32.927369+0000 mgr.y (mgr.24491) 18710 : cluster [DBG] pgmap v16530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:32.927369+0000 mgr.y (mgr.24491) 18710 : cluster [DBG] pgmap v16530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:32.927369+0000 mgr.y (mgr.24491) 18710 : cluster [DBG] pgmap v16530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:35.125 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:43:35.401 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:43:35.402 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 24s ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:43:35.402 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 23s ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:43:35.402 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 24s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:43:35.402 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 23s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:43:35.402 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 23s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:43:35.402 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 24s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:43:35.402 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 24s ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:43:35.402 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 23s ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:43:35.402 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 24s ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:43:35.402 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 24s ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:43:35.402 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 23s ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:43:35.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 24s ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:43:35.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 24s ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:43:35.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 24s ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:43:35.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 24s ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:43:35.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 23s ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:43:35.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 23s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:43:35.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 23s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:43:35.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 23s ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:43:35.403 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 23s ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:43:35.733 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:43:35.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:43:35.735 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:43:35.735 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:43:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:34.927950+0000 mgr.y (mgr.24491) 18711 : cluster [DBG] pgmap v16531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:35.114207+0000 mgr.y (mgr.24491) 18712 : audit [DBG] from='client.43994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:35.734982+0000 mon.c (mon.2) 577 : audit [DBG] from='client.? 172.21.15.177:0/224743674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:43:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:34.927950+0000 mgr.y (mgr.24491) 18711 : cluster [DBG] pgmap v16531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:35.114207+0000 mgr.y (mgr.24491) 18712 : audit [DBG] from='client.43994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:35.734982+0000 mon.c (mon.2) 577 : audit [DBG] from='client.? 172.21.15.177:0/224743674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:43:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:34.927950+0000 mgr.y (mgr.24491) 18711 : cluster [DBG] pgmap v16531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:35.114207+0000 mgr.y (mgr.24491) 18712 : audit [DBG] from='client.43994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:35.734982+0000 mon.c (mon.2) 577 : audit [DBG] from='client.? 172.21.15.177:0/224743674' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:43:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:43:35.394903+0000 mgr.y (mgr.24491) 18713 : audit [DBG] from='client.44000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:43:35.394903+0000 mgr.y (mgr.24491) 18713 : audit [DBG] from='client.44000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:43:35.394903+0000 mgr.y (mgr.24491) 18713 : audit [DBG] from='client.44000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:43:38.002 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:43:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:36.928426+0000 mgr.y (mgr.24491) 18714 : cluster [DBG] pgmap v16532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:36.928426+0000 mgr.y (mgr.24491) 18714 : cluster [DBG] pgmap v16532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:36.928426+0000 mgr.y (mgr.24491) 18714 : cluster [DBG] pgmap v16532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:38.929000+0000 mgr.y (mgr.24491) 18715 : cluster [DBG] pgmap v16533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:38.929000+0000 mgr.y (mgr.24491) 18715 : cluster [DBG] pgmap v16533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:40.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:38.929000+0000 mgr.y (mgr.24491) 18715 : cluster [DBG] pgmap v16533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:43:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:40.929618+0000 mgr.y (mgr.24491) 18716 : cluster [DBG] pgmap v16534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:40.929618+0000 mgr.y (mgr.24491) 18716 : cluster [DBG] pgmap v16534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:40.929618+0000 mgr.y (mgr.24491) 18716 : cluster [DBG] pgmap v16534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:42.930221+0000 mgr.y (mgr.24491) 18717 : cluster [DBG] pgmap v16535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:42.930221+0000 mgr.y (mgr.24491) 18717 : cluster [DBG] pgmap v16535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:42.930221+0000 mgr.y (mgr.24491) 18717 : cluster [DBG] pgmap v16535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:44.930989+0000 mgr.y (mgr.24491) 18718 : cluster [DBG] pgmap v16536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:44.930989+0000 mgr.y (mgr.24491) 18718 : cluster [DBG] pgmap v16536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:44.930989+0000 mgr.y (mgr.24491) 18718 : cluster [DBG] pgmap v16536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:48.019 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:47] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:43:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:46.931298+0000 mgr.y (mgr.24491) 18719 : cluster [DBG] pgmap v16537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:46.931298+0000 mgr.y (mgr.24491) 18719 : cluster [DBG] pgmap v16537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:46.931298+0000 mgr.y (mgr.24491) 18719 : cluster [DBG] pgmap v16537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:48.931688+0000 mgr.y (mgr.24491) 18720 : cluster [DBG] pgmap v16538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:48.931688+0000 mgr.y (mgr.24491) 18720 : cluster [DBG] pgmap v16538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:48.931688+0000 mgr.y (mgr.24491) 18720 : cluster [DBG] pgmap v16538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:43:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:50.932534+0000 mgr.y (mgr.24491) 18721 : cluster [DBG] pgmap v16539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:50.932534+0000 mgr.y (mgr.24491) 18721 : cluster [DBG] pgmap v16539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:50.932534+0000 mgr.y (mgr.24491) 18721 : cluster [DBG] pgmap v16539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:52.933015+0000 mgr.y (mgr.24491) 18722 : cluster [DBG] pgmap v16540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:52.933015+0000 mgr.y (mgr.24491) 18722 : cluster [DBG] pgmap v16540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:52.933015+0000 mgr.y (mgr.24491) 18722 : cluster [DBG] pgmap v16540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:54.933813+0000 mgr.y (mgr.24491) 18723 : cluster [DBG] pgmap v16541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:54.933813+0000 mgr.y (mgr.24491) 18723 : cluster [DBG] pgmap v16541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:54.933813+0000 mgr.y (mgr.24491) 18723 : cluster [DBG] pgmap v16541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:58.034 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:43:57] "GET /metrics HTTP/1.1" 200 188343 "" "Prometheus/2.33.4" 2024-04-20T12:43:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:43:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:56.934244+0000 mgr.y (mgr.24491) 18724 : cluster [DBG] pgmap v16542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:43:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:56.934244+0000 mgr.y (mgr.24491) 18724 : cluster [DBG] pgmap v16542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:43:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:43:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:56.934244+0000 mgr.y (mgr.24491) 18724 : cluster [DBG] pgmap v16542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:43:58.934608+0000 mgr.y (mgr.24491) 18725 : cluster [DBG] pgmap v16543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:43:58.934608+0000 mgr.y (mgr.24491) 18725 : cluster [DBG] pgmap v16543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:43:58.934608+0000 mgr.y (mgr.24491) 18725 : cluster [DBG] pgmap v16543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:44:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:00.935327+0000 mgr.y (mgr.24491) 18726 : cluster [DBG] pgmap v16544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:00.935327+0000 mgr.y (mgr.24491) 18726 : cluster [DBG] pgmap v16544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:00.935327+0000 mgr.y (mgr.24491) 18726 : cluster [DBG] pgmap v16544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:02.935826+0000 mgr.y (mgr.24491) 18727 : cluster [DBG] pgmap v16545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:02.935826+0000 mgr.y (mgr.24491) 18727 : cluster [DBG] pgmap v16545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:02.935826+0000 mgr.y (mgr.24491) 18727 : cluster [DBG] pgmap v16545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:06.044 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:44:06.319 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:44:06.319 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 55s ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:44:06.319 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 54s ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:44:06.319 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 55s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:44:06.319 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 54s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:44:06.319 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 54s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:44:06.319 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 55s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 55s ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 54s ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 55s ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 55s ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 54s ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 55s ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 55s ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 55s ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 55s ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 54s ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 54s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 54s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 54s ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:44:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 54s ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:44:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:04.936399+0000 mgr.y (mgr.24491) 18728 : cluster [DBG] pgmap v16546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:04.936399+0000 mgr.y (mgr.24491) 18728 : cluster [DBG] pgmap v16546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:04.936399+0000 mgr.y (mgr.24491) 18728 : cluster [DBG] pgmap v16546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:06.651 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:44:06.652 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:44:06.653 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:44:06.653 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:44:06.653 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:44:06.653 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:44:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:44:06.033795+0000 mgr.y (mgr.24491) 18729 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:44:06.653293+0000 mon.c (mon.2) 578 : audit [DBG] from='client.? 172.21.15.177:0/4017734599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:44:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:44:06.033795+0000 mgr.y (mgr.24491) 18729 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:44:06.653293+0000 mon.c (mon.2) 578 : audit [DBG] from='client.? 172.21.15.177:0/4017734599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:44:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:44:06.033795+0000 mgr.y (mgr.24491) 18729 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:44:06.653293+0000 mon.c (mon.2) 578 : audit [DBG] from='client.? 172.21.15.177:0/4017734599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:44:08.054 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:44:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:44:06.312878+0000 mgr.y (mgr.24491) 18730 : audit [DBG] from='client.44018 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:06.936720+0000 mgr.y (mgr.24491) 18731 : cluster [DBG] pgmap v16547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:44:06.312878+0000 mgr.y (mgr.24491) 18730 : audit [DBG] from='client.44018 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:06.936720+0000 mgr.y (mgr.24491) 18731 : cluster [DBG] pgmap v16547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:44:06.312878+0000 mgr.y (mgr.24491) 18730 : audit [DBG] from='client.44018 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:06.936720+0000 mgr.y (mgr.24491) 18731 : cluster [DBG] pgmap v16547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:08.937227+0000 mgr.y (mgr.24491) 18732 : cluster [DBG] pgmap v16548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:08.937227+0000 mgr.y (mgr.24491) 18732 : cluster [DBG] pgmap v16548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:08.937227+0000 mgr.y (mgr.24491) 18732 : cluster [DBG] pgmap v16548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:44:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:10.938046+0000 mgr.y (mgr.24491) 18733 : cluster [DBG] pgmap v16549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:10.938046+0000 mgr.y (mgr.24491) 18733 : cluster [DBG] pgmap v16549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:10.938046+0000 mgr.y (mgr.24491) 18733 : cluster [DBG] pgmap v16549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:13.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:44:12.167628+0000 mon.a (mon.0) 3885 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:44:13.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:44:12.463002+0000 mon.a (mon.0) 3886 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:44:13.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:44:12.463626+0000 mon.a (mon.0) 3887 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:44:13.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:44:12.468185+0000 mon.a (mon.0) 3888 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:44:13.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:44:12.167628+0000 mon.a (mon.0) 3885 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:44:13.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:44:12.463002+0000 mon.a (mon.0) 3886 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:44:13.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:44:12.463626+0000 mon.a (mon.0) 3887 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:44:13.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:44:12.468185+0000 mon.a (mon.0) 3888 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:44:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:44:12.167628+0000 mon.a (mon.0) 3885 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:44:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:44:12.463002+0000 mon.a (mon.0) 3886 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:44:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:44:12.463626+0000 mon.a (mon.0) 3887 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:44:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:44:12.468185+0000 mon.a (mon.0) 3888 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:44:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:12.938561+0000 mgr.y (mgr.24491) 18734 : cluster [DBG] pgmap v16550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:12.938561+0000 mgr.y (mgr.24491) 18734 : cluster [DBG] pgmap v16550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:12.938561+0000 mgr.y (mgr.24491) 18734 : cluster [DBG] pgmap v16550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:14.939272+0000 mgr.y (mgr.24491) 18735 : cluster [DBG] pgmap v16551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:14.939272+0000 mgr.y (mgr.24491) 18735 : cluster [DBG] pgmap v16551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:14.939272+0000 mgr.y (mgr.24491) 18735 : cluster [DBG] pgmap v16551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:18.070 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:17] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:44:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:16.939609+0000 mgr.y (mgr.24491) 18736 : cluster [DBG] pgmap v16552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:16.939609+0000 mgr.y (mgr.24491) 18736 : cluster [DBG] pgmap v16552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:16.939609+0000 mgr.y (mgr.24491) 18736 : cluster [DBG] pgmap v16552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:18.940012+0000 mgr.y (mgr.24491) 18737 : cluster [DBG] pgmap v16553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:18.940012+0000 mgr.y (mgr.24491) 18737 : cluster [DBG] pgmap v16553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:18.940012+0000 mgr.y (mgr.24491) 18737 : cluster [DBG] pgmap v16553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:44:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:20.940686+0000 mgr.y (mgr.24491) 18738 : cluster [DBG] pgmap v16554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:20.940686+0000 mgr.y (mgr.24491) 18738 : cluster [DBG] pgmap v16554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:20.940686+0000 mgr.y (mgr.24491) 18738 : cluster [DBG] pgmap v16554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:22.941128+0000 mgr.y (mgr.24491) 18739 : cluster [DBG] pgmap v16555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:22.941128+0000 mgr.y (mgr.24491) 18739 : cluster [DBG] pgmap v16555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:22.941128+0000 mgr.y (mgr.24491) 18739 : cluster [DBG] pgmap v16555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:24.941666+0000 mgr.y (mgr.24491) 18740 : cluster [DBG] pgmap v16556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:24.941666+0000 mgr.y (mgr.24491) 18740 : cluster [DBG] pgmap v16556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:24.941666+0000 mgr.y (mgr.24491) 18740 : cluster [DBG] pgmap v16556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:28.086 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:27] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:44:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:26.942212+0000 mgr.y (mgr.24491) 18741 : cluster [DBG] pgmap v16557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:26.942212+0000 mgr.y (mgr.24491) 18741 : cluster [DBG] pgmap v16557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:26.942212+0000 mgr.y (mgr.24491) 18741 : cluster [DBG] pgmap v16557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:28.942730+0000 mgr.y (mgr.24491) 18742 : cluster [DBG] pgmap v16558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:28.942730+0000 mgr.y (mgr.24491) 18742 : cluster [DBG] pgmap v16558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:28.942730+0000 mgr.y (mgr.24491) 18742 : cluster [DBG] pgmap v16558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:44:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:30.943478+0000 mgr.y (mgr.24491) 18743 : cluster [DBG] pgmap v16559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:30.943478+0000 mgr.y (mgr.24491) 18743 : cluster [DBG] pgmap v16559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:30.943478+0000 mgr.y (mgr.24491) 18743 : cluster [DBG] pgmap v16559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:32.943847+0000 mgr.y (mgr.24491) 18744 : cluster [DBG] pgmap v16560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:32.943847+0000 mgr.y (mgr.24491) 18744 : cluster [DBG] pgmap v16560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:32.943847+0000 mgr.y (mgr.24491) 18744 : cluster [DBG] pgmap v16560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:34.944629+0000 mgr.y (mgr.24491) 18745 : cluster [DBG] pgmap v16561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:34.944629+0000 mgr.y (mgr.24491) 18745 : cluster [DBG] pgmap v16561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:34.944629+0000 mgr.y (mgr.24491) 18745 : cluster [DBG] pgmap v16561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:36.961 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:44:37.238 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:44:37.238 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 86s ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:44:37.238 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 85s ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:44:37.238 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 86s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:44:37.238 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 85s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:44:37.238 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 85s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:44:37.238 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 86s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:44:37.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 86s ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:44:37.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 85s ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:44:37.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 86s ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:44:37.239 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 86s ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:44:37.239 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 85s ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:44:37.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 86s ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:44:37.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 86s ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:44:37.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 86s ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:44:37.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 86s ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:44:37.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 85s ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:44:37.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 85s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:44:37.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 85s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:44:37.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 85s ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:44:37.239 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 85s ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:44:37.568 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:44:37.569 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:44:37.569 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:44:37.569 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:44:37.569 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:44:37.569 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:44:37.569 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:44:37.569 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:44:37.569 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:44:37.569 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:44:37.569 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:44:37.569 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:44:37.570 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:44:37.570 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:44:37.570 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:44:37.570 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:44:37.570 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:44:38.104 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:37] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:44:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:36.945002+0000 mgr.y (mgr.24491) 18746 : cluster [DBG] pgmap v16562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:44:36.950750+0000 mgr.y (mgr.24491) 18747 : audit [DBG] from='client.34122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:44:37.570102+0000 mon.a (mon.0) 3889 : audit [DBG] from='client.? 172.21.15.177:0/1694437129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:44:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:36.945002+0000 mgr.y (mgr.24491) 18746 : cluster [DBG] pgmap v16562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:44:36.950750+0000 mgr.y (mgr.24491) 18747 : audit [DBG] from='client.34122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:44:37.570102+0000 mon.a (mon.0) 3889 : audit [DBG] from='client.? 172.21.15.177:0/1694437129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:44:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:36.945002+0000 mgr.y (mgr.24491) 18746 : cluster [DBG] pgmap v16562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:44:36.950750+0000 mgr.y (mgr.24491) 18747 : audit [DBG] from='client.34122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:44:37.570102+0000 mon.a (mon.0) 3889 : audit [DBG] from='client.? 172.21.15.177:0/1694437129' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:44:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:44:37.231616+0000 mgr.y (mgr.24491) 18748 : audit [DBG] from='client.44036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:44:37.231616+0000 mgr.y (mgr.24491) 18748 : audit [DBG] from='client.44036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:44:37.231616+0000 mgr.y (mgr.24491) 18748 : audit [DBG] from='client.44036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:44:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:38.945350+0000 mgr.y (mgr.24491) 18749 : cluster [DBG] pgmap v16563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:38.945350+0000 mgr.y (mgr.24491) 18749 : cluster [DBG] pgmap v16563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:38.945350+0000 mgr.y (mgr.24491) 18749 : cluster [DBG] pgmap v16563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:44:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:40.946041+0000 mgr.y (mgr.24491) 18750 : cluster [DBG] pgmap v16564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:40.946041+0000 mgr.y (mgr.24491) 18750 : cluster [DBG] pgmap v16564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:40.946041+0000 mgr.y (mgr.24491) 18750 : cluster [DBG] pgmap v16564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:42.946432+0000 mgr.y (mgr.24491) 18751 : cluster [DBG] pgmap v16565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:42.946432+0000 mgr.y (mgr.24491) 18751 : cluster [DBG] pgmap v16565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:42.946432+0000 mgr.y (mgr.24491) 18751 : cluster [DBG] pgmap v16565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:44.947063+0000 mgr.y (mgr.24491) 18752 : cluster [DBG] pgmap v16566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:44.947063+0000 mgr.y (mgr.24491) 18752 : cluster [DBG] pgmap v16566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:44.947063+0000 mgr.y (mgr.24491) 18752 : cluster [DBG] pgmap v16566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:48.126 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:44:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:46.947501+0000 mgr.y (mgr.24491) 18753 : cluster [DBG] pgmap v16567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:46.947501+0000 mgr.y (mgr.24491) 18753 : cluster [DBG] pgmap v16567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:46.947501+0000 mgr.y (mgr.24491) 18753 : cluster [DBG] pgmap v16567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:48.947901+0000 mgr.y (mgr.24491) 18754 : cluster [DBG] pgmap v16568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:48.947901+0000 mgr.y (mgr.24491) 18754 : cluster [DBG] pgmap v16568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:48.947901+0000 mgr.y (mgr.24491) 18754 : cluster [DBG] pgmap v16568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:44:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:50.948577+0000 mgr.y (mgr.24491) 18755 : cluster [DBG] pgmap v16569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:50.948577+0000 mgr.y (mgr.24491) 18755 : cluster [DBG] pgmap v16569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:50.948577+0000 mgr.y (mgr.24491) 18755 : cluster [DBG] pgmap v16569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:52.948999+0000 mgr.y (mgr.24491) 18756 : cluster [DBG] pgmap v16570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:52.948999+0000 mgr.y (mgr.24491) 18756 : cluster [DBG] pgmap v16570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:52.948999+0000 mgr.y (mgr.24491) 18756 : cluster [DBG] pgmap v16570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:54.949794+0000 mgr.y (mgr.24491) 18757 : cluster [DBG] pgmap v16571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:54.949794+0000 mgr.y (mgr.24491) 18757 : cluster [DBG] pgmap v16571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:54.949794+0000 mgr.y (mgr.24491) 18757 : cluster [DBG] pgmap v16571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:58.141 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:44:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:44:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:56.950289+0000 mgr.y (mgr.24491) 18758 : cluster [DBG] pgmap v16572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:56.950289+0000 mgr.y (mgr.24491) 18758 : cluster [DBG] pgmap v16572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:44:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:44:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:56.950289+0000 mgr.y (mgr.24491) 18758 : cluster [DBG] pgmap v16572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:44:58.950675+0000 mgr.y (mgr.24491) 18759 : cluster [DBG] pgmap v16573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:44:58.950675+0000 mgr.y (mgr.24491) 18759 : cluster [DBG] pgmap v16573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:44:58.950675+0000 mgr.y (mgr.24491) 18759 : cluster [DBG] pgmap v16573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:45:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:00.951453+0000 mgr.y (mgr.24491) 18760 : cluster [DBG] pgmap v16574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:00.951453+0000 mgr.y (mgr.24491) 18760 : cluster [DBG] pgmap v16574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:00.951453+0000 mgr.y (mgr.24491) 18760 : cluster [DBG] pgmap v16574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:02.952039+0000 mgr.y (mgr.24491) 18761 : cluster [DBG] pgmap v16575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:02.952039+0000 mgr.y (mgr.24491) 18761 : cluster [DBG] pgmap v16575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:02.952039+0000 mgr.y (mgr.24491) 18761 : cluster [DBG] pgmap v16575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:04.952825+0000 mgr.y (mgr.24491) 18762 : cluster [DBG] pgmap v16576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:04.952825+0000 mgr.y (mgr.24491) 18762 : cluster [DBG] pgmap v16576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:04.952825+0000 mgr.y (mgr.24491) 18762 : cluster [DBG] pgmap v16576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:07.881 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:45:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:07] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:45:08.158 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:45:08.158 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 116s ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:45:08.158 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 116s ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:45:08.158 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 116s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:45:08.158 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 116s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:45:08.158 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 116s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:45:08.158 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 116s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:45:08.158 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 116s ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:45:08.158 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 116s ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:45:08.158 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 116s ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:45:08.158 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 116s ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:45:08.159 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 116s ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:45:08.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 116s ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:45:08.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 116s ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:45:08.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 116s ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:45:08.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 116s ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:45:08.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 116s ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:45:08.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 116s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:45:08.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 116s ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:45:08.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 116s ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:45:08.159 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 116s ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:45:08.491 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:45:08.491 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:45:08.491 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:45:08.491 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:45:08.491 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:45:08.491 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:45:08.491 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:45:08.491 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:45:08.491 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:45:08.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:45:08.492 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:45:08.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:45:08.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:45:08.492 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:45:08.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:45:08.492 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:45:08.492 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:45:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:06.953248+0000 mgr.y (mgr.24491) 18763 : cluster [DBG] pgmap v16577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:06.953248+0000 mgr.y (mgr.24491) 18763 : cluster [DBG] pgmap v16577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:06.953248+0000 mgr.y (mgr.24491) 18763 : cluster [DBG] pgmap v16577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:45:07.871137+0000 mgr.y (mgr.24491) 18764 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:45:08.151530+0000 mgr.y (mgr.24491) 18765 : audit [DBG] from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:45:08.492403+0000 mon.a (mon.0) 3890 : audit [DBG] from='client.? 172.21.15.177:0/54555095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:45:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:45:07.871137+0000 mgr.y (mgr.24491) 18764 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:45:08.151530+0000 mgr.y (mgr.24491) 18765 : audit [DBG] from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:45:08.492403+0000 mon.a (mon.0) 3890 : audit [DBG] from='client.? 172.21.15.177:0/54555095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:45:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:45:07.871137+0000 mgr.y (mgr.24491) 18764 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:45:08.151530+0000 mgr.y (mgr.24491) 18765 : audit [DBG] from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:45:08.492403+0000 mon.a (mon.0) 3890 : audit [DBG] from='client.? 172.21.15.177:0/54555095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:45:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:08.953602+0000 mgr.y (mgr.24491) 18766 : cluster [DBG] pgmap v16578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:08.953602+0000 mgr.y (mgr.24491) 18766 : cluster [DBG] pgmap v16578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:08.953602+0000 mgr.y (mgr.24491) 18766 : cluster [DBG] pgmap v16578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:45:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:10.954280+0000 mgr.y (mgr.24491) 18767 : cluster [DBG] pgmap v16579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:10.954280+0000 mgr.y (mgr.24491) 18767 : cluster [DBG] pgmap v16579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:10.954280+0000 mgr.y (mgr.24491) 18767 : cluster [DBG] pgmap v16579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:45:12.472498+0000 mon.a (mon.0) 3891 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:45:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:45:12.764217+0000 mon.a (mon.0) 3892 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:45:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:45:12.764866+0000 mon.a (mon.0) 3893 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:45:13.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:45:12.769210+0000 mon.a (mon.0) 3894 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:45:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:45:12.472498+0000 mon.a (mon.0) 3891 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:45:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:45:12.764217+0000 mon.a (mon.0) 3892 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:45:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:45:12.764866+0000 mon.a (mon.0) 3893 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:45:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:45:12.769210+0000 mon.a (mon.0) 3894 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:45:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:45:12.472498+0000 mon.a (mon.0) 3891 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:45:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:45:12.764217+0000 mon.a (mon.0) 3892 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:45:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:45:12.764866+0000 mon.a (mon.0) 3893 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:45:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:45:12.769210+0000 mon.a (mon.0) 3894 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:45:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:12.954619+0000 mgr.y (mgr.24491) 18768 : cluster [DBG] pgmap v16580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:12.954619+0000 mgr.y (mgr.24491) 18768 : cluster [DBG] pgmap v16580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:12.954619+0000 mgr.y (mgr.24491) 18768 : cluster [DBG] pgmap v16580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:14.955379+0000 mgr.y (mgr.24491) 18769 : cluster [DBG] pgmap v16581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:14.955379+0000 mgr.y (mgr.24491) 18769 : cluster [DBG] pgmap v16581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:14.955379+0000 mgr.y (mgr.24491) 18769 : cluster [DBG] pgmap v16581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:45:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:16.955797+0000 mgr.y (mgr.24491) 18770 : cluster [DBG] pgmap v16582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:16.955797+0000 mgr.y (mgr.24491) 18770 : cluster [DBG] pgmap v16582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:16.955797+0000 mgr.y (mgr.24491) 18770 : cluster [DBG] pgmap v16582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:18.956217+0000 mgr.y (mgr.24491) 18771 : cluster [DBG] pgmap v16583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:18.956217+0000 mgr.y (mgr.24491) 18771 : cluster [DBG] pgmap v16583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:18.956217+0000 mgr.y (mgr.24491) 18771 : cluster [DBG] pgmap v16583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:45:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:20.957073+0000 mgr.y (mgr.24491) 18772 : cluster [DBG] pgmap v16584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:20.957073+0000 mgr.y (mgr.24491) 18772 : cluster [DBG] pgmap v16584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:20.957073+0000 mgr.y (mgr.24491) 18772 : cluster [DBG] pgmap v16584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:22.957622+0000 mgr.y (mgr.24491) 18773 : cluster [DBG] pgmap v16585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:22.957622+0000 mgr.y (mgr.24491) 18773 : cluster [DBG] pgmap v16585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:22.957622+0000 mgr.y (mgr.24491) 18773 : cluster [DBG] pgmap v16585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:26.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:24.958502+0000 mgr.y (mgr.24491) 18774 : cluster [DBG] pgmap v16586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:24.958502+0000 mgr.y (mgr.24491) 18774 : cluster [DBG] pgmap v16586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:24.958502+0000 mgr.y (mgr.24491) 18774 : cluster [DBG] pgmap v16586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:45:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:26.959020+0000 mgr.y (mgr.24491) 18775 : cluster [DBG] pgmap v16587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:26.959020+0000 mgr.y (mgr.24491) 18775 : cluster [DBG] pgmap v16587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:26.959020+0000 mgr.y (mgr.24491) 18775 : cluster [DBG] pgmap v16587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:28.959446+0000 mgr.y (mgr.24491) 18776 : cluster [DBG] pgmap v16588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:28.959446+0000 mgr.y (mgr.24491) 18776 : cluster [DBG] pgmap v16588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:28.959446+0000 mgr.y (mgr.24491) 18776 : cluster [DBG] pgmap v16588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:45:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:30.960326+0000 mgr.y (mgr.24491) 18777 : cluster [DBG] pgmap v16589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:30.960326+0000 mgr.y (mgr.24491) 18777 : cluster [DBG] pgmap v16589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:30.960326+0000 mgr.y (mgr.24491) 18777 : cluster [DBG] pgmap v16589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:32.960779+0000 mgr.y (mgr.24491) 18778 : cluster [DBG] pgmap v16590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:32.960779+0000 mgr.y (mgr.24491) 18778 : cluster [DBG] pgmap v16590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:32.960779+0000 mgr.y (mgr.24491) 18778 : cluster [DBG] pgmap v16590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:36.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:34.961425+0000 mgr.y (mgr.24491) 18779 : cluster [DBG] pgmap v16591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:34.961425+0000 mgr.y (mgr.24491) 18779 : cluster [DBG] pgmap v16591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:34.961425+0000 mgr.y (mgr.24491) 18779 : cluster [DBG] pgmap v16591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:37] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:45:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:36.961814+0000 mgr.y (mgr.24491) 18780 : cluster [DBG] pgmap v16592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:36.961814+0000 mgr.y (mgr.24491) 18780 : cluster [DBG] pgmap v16592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:36.961814+0000 mgr.y (mgr.24491) 18780 : cluster [DBG] pgmap v16592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:38.797 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:45:39.071 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:45:39.071 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:45:39.071 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:45:39.071 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:45:39.072 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:45:39.073 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:45:39.073 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:45:39.073 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:45:39.073 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:45:39.073 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:45:39.409 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:45:39.409 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:45:39.409 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:45:39.409 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:45:39.409 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:45:39.409 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:45:39.409 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:45:39.410 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:45:39.410 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:45:39.410 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:45:39.410 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:45:39.410 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:45:39.410 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:45:39.410 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:45:39.410 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:45:39.410 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:45:39.410 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:45:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:45:38.786692+0000 mgr.y (mgr.24491) 18781 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:38.962184+0000 mgr.y (mgr.24491) 18782 : cluster [DBG] pgmap v16593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:45:39.065086+0000 mgr.y (mgr.24491) 18783 : audit [DBG] from='client.44072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:45:38.786692+0000 mgr.y (mgr.24491) 18781 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:38.962184+0000 mgr.y (mgr.24491) 18782 : cluster [DBG] pgmap v16593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:45:39.065086+0000 mgr.y (mgr.24491) 18783 : audit [DBG] from='client.44072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:45:38.786692+0000 mgr.y (mgr.24491) 18781 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:38.962184+0000 mgr.y (mgr.24491) 18782 : cluster [DBG] pgmap v16593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:45:39.065086+0000 mgr.y (mgr.24491) 18783 : audit [DBG] from='client.44072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:45:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:45:39.410396+0000 mon.a (mon.0) 3895 : audit [DBG] from='client.? 172.21.15.177:0/1937109929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:45:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:45:39.410396+0000 mon.a (mon.0) 3895 : audit [DBG] from='client.? 172.21.15.177:0/1937109929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:45:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:45:39.410396+0000 mon.a (mon.0) 3895 : audit [DBG] from='client.? 172.21.15.177:0/1937109929' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:45:41.277 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:45:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:40.962861+0000 mgr.y (mgr.24491) 18784 : cluster [DBG] pgmap v16594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:40.962861+0000 mgr.y (mgr.24491) 18784 : cluster [DBG] pgmap v16594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:40.962861+0000 mgr.y (mgr.24491) 18784 : cluster [DBG] pgmap v16594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:42.963272+0000 mgr.y (mgr.24491) 18785 : cluster [DBG] pgmap v16595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:42.963272+0000 mgr.y (mgr.24491) 18785 : cluster [DBG] pgmap v16595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:42.963272+0000 mgr.y (mgr.24491) 18785 : cluster [DBG] pgmap v16595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:44.963919+0000 mgr.y (mgr.24491) 18786 : cluster [DBG] pgmap v16596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:44.963919+0000 mgr.y (mgr.24491) 18786 : cluster [DBG] pgmap v16596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:44.963919+0000 mgr.y (mgr.24491) 18786 : cluster [DBG] pgmap v16596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:48.022 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:47] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T12:45:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:46.964335+0000 mgr.y (mgr.24491) 18787 : cluster [DBG] pgmap v16597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:46.964335+0000 mgr.y (mgr.24491) 18787 : cluster [DBG] pgmap v16597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:46.964335+0000 mgr.y (mgr.24491) 18787 : cluster [DBG] pgmap v16597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:48.964748+0000 mgr.y (mgr.24491) 18788 : cluster [DBG] pgmap v16598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:48.964748+0000 mgr.y (mgr.24491) 18788 : cluster [DBG] pgmap v16598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:48.964748+0000 mgr.y (mgr.24491) 18788 : cluster [DBG] pgmap v16598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:45:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:50.965449+0000 mgr.y (mgr.24491) 18789 : cluster [DBG] pgmap v16599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:50.965449+0000 mgr.y (mgr.24491) 18789 : cluster [DBG] pgmap v16599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:50.965449+0000 mgr.y (mgr.24491) 18789 : cluster [DBG] pgmap v16599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:52.965879+0000 mgr.y (mgr.24491) 18790 : cluster [DBG] pgmap v16600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:52.965879+0000 mgr.y (mgr.24491) 18790 : cluster [DBG] pgmap v16600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:52.965879+0000 mgr.y (mgr.24491) 18790 : cluster [DBG] pgmap v16600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:54.966645+0000 mgr.y (mgr.24491) 18791 : cluster [DBG] pgmap v16601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:54.966645+0000 mgr.y (mgr.24491) 18791 : cluster [DBG] pgmap v16601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:54.966645+0000 mgr.y (mgr.24491) 18791 : cluster [DBG] pgmap v16601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:58.037 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:45:57] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T12:45:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:56.967076+0000 mgr.y (mgr.24491) 18792 : cluster [DBG] pgmap v16602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:56.967076+0000 mgr.y (mgr.24491) 18792 : cluster [DBG] pgmap v16602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:45:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:45:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:56.967076+0000 mgr.y (mgr.24491) 18792 : cluster [DBG] pgmap v16602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:45:58.967609+0000 mgr.y (mgr.24491) 18793 : cluster [DBG] pgmap v16603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:45:58.967609+0000 mgr.y (mgr.24491) 18793 : cluster [DBG] pgmap v16603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:45:58.967609+0000 mgr.y (mgr.24491) 18793 : cluster [DBG] pgmap v16603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:46:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:00.968289+0000 mgr.y (mgr.24491) 18794 : cluster [DBG] pgmap v16604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:00.968289+0000 mgr.y (mgr.24491) 18794 : cluster [DBG] pgmap v16604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:00.968289+0000 mgr.y (mgr.24491) 18794 : cluster [DBG] pgmap v16604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:02.968700+0000 mgr.y (mgr.24491) 18795 : cluster [DBG] pgmap v16605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:02.968700+0000 mgr.y (mgr.24491) 18795 : cluster [DBG] pgmap v16605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:02.968700+0000 mgr.y (mgr.24491) 18795 : cluster [DBG] pgmap v16605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:04.969408+0000 mgr.y (mgr.24491) 18796 : cluster [DBG] pgmap v16606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:04.969408+0000 mgr.y (mgr.24491) 18796 : cluster [DBG] pgmap v16606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:04.969408+0000 mgr.y (mgr.24491) 18796 : cluster [DBG] pgmap v16606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:08.052 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:07] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:46:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:06.969847+0000 mgr.y (mgr.24491) 18797 : cluster [DBG] pgmap v16607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:06.969847+0000 mgr.y (mgr.24491) 18797 : cluster [DBG] pgmap v16607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:06.969847+0000 mgr.y (mgr.24491) 18797 : cluster [DBG] pgmap v16607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:09.719 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:46:09.992 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:46:09.993 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:46:09.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:46:09.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:46:09.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:46:09.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:46:09.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:46:09.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:46:09.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:46:09.994 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:46:10.331 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:46:10.332 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:46:10.333 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:46:10.333 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:46:10.333 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:46:10.333 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:46:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:08.970317+0000 mgr.y (mgr.24491) 18798 : cluster [DBG] pgmap v16608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:08.970317+0000 mgr.y (mgr.24491) 18798 : cluster [DBG] pgmap v16608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:08.970317+0000 mgr.y (mgr.24491) 18798 : cluster [DBG] pgmap v16608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:46:09.708406+0000 mgr.y (mgr.24491) 18799 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:46:09.986331+0000 mgr.y (mgr.24491) 18800 : audit [DBG] from='client.44090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:46:10.333023+0000 mon.a (mon.0) 3896 : audit [DBG] from='client.? 172.21.15.177:0/201285691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:46:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:46:09.708406+0000 mgr.y (mgr.24491) 18799 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:46:09.986331+0000 mgr.y (mgr.24491) 18800 : audit [DBG] from='client.44090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:46:10.333023+0000 mon.a (mon.0) 3896 : audit [DBG] from='client.? 172.21.15.177:0/201285691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:46:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:46:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:46:09.708406+0000 mgr.y (mgr.24491) 18799 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:46:09.986331+0000 mgr.y (mgr.24491) 18800 : audit [DBG] from='client.44090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:46:10.333023+0000 mon.a (mon.0) 3896 : audit [DBG] from='client.? 172.21.15.177:0/201285691' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:46:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:10.970936+0000 mgr.y (mgr.24491) 18801 : cluster [DBG] pgmap v16609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:10.970936+0000 mgr.y (mgr.24491) 18801 : cluster [DBG] pgmap v16609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:10.970936+0000 mgr.y (mgr.24491) 18801 : cluster [DBG] pgmap v16609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:46:12.773446+0000 mon.a (mon.0) 3897 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:46:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:46:13.018498+0000 mon.a (mon.0) 3898 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:46:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:46:12.773446+0000 mon.a (mon.0) 3897 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:46:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:46:13.018498+0000 mon.a (mon.0) 3898 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:46:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:46:12.773446+0000 mon.a (mon.0) 3897 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:46:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:46:13.018498+0000 mon.a (mon.0) 3898 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:46:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:12.971248+0000 mgr.y (mgr.24491) 18802 : cluster [DBG] pgmap v16610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:46:13.287267+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:46:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:46:13.287894+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:46:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:46:13.292111+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:46:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:12.971248+0000 mgr.y (mgr.24491) 18802 : cluster [DBG] pgmap v16610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:46:13.287267+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:46:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:46:13.287894+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:46:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:46:13.292111+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:46:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:12.971248+0000 mgr.y (mgr.24491) 18802 : cluster [DBG] pgmap v16610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:46:13.287267+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:46:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:46:13.287894+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:46:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:46:13.292111+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:46:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:14.971901+0000 mgr.y (mgr.24491) 18803 : cluster [DBG] pgmap v16611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:14.971901+0000 mgr.y (mgr.24491) 18803 : cluster [DBG] pgmap v16611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:14.971901+0000 mgr.y (mgr.24491) 18803 : cluster [DBG] pgmap v16611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:18.079 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:46:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:16.972276+0000 mgr.y (mgr.24491) 18804 : cluster [DBG] pgmap v16612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:16.972276+0000 mgr.y (mgr.24491) 18804 : cluster [DBG] pgmap v16612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:16.972276+0000 mgr.y (mgr.24491) 18804 : cluster [DBG] pgmap v16612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:18.972687+0000 mgr.y (mgr.24491) 18805 : cluster [DBG] pgmap v16613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:18.972687+0000 mgr.y (mgr.24491) 18805 : cluster [DBG] pgmap v16613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:18.972687+0000 mgr.y (mgr.24491) 18805 : cluster [DBG] pgmap v16613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:46:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:20.973420+0000 mgr.y (mgr.24491) 18806 : cluster [DBG] pgmap v16614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:20.973420+0000 mgr.y (mgr.24491) 18806 : cluster [DBG] pgmap v16614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:20.973420+0000 mgr.y (mgr.24491) 18806 : cluster [DBG] pgmap v16614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:22.973991+0000 mgr.y (mgr.24491) 18807 : cluster [DBG] pgmap v16615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:22.973991+0000 mgr.y (mgr.24491) 18807 : cluster [DBG] pgmap v16615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:22.973991+0000 mgr.y (mgr.24491) 18807 : cluster [DBG] pgmap v16615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:24.974682+0000 mgr.y (mgr.24491) 18808 : cluster [DBG] pgmap v16616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:24.974682+0000 mgr.y (mgr.24491) 18808 : cluster [DBG] pgmap v16616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:24.974682+0000 mgr.y (mgr.24491) 18808 : cluster [DBG] pgmap v16616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:28.095 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:46:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:26.975187+0000 mgr.y (mgr.24491) 18809 : cluster [DBG] pgmap v16617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:26.975187+0000 mgr.y (mgr.24491) 18809 : cluster [DBG] pgmap v16617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:26.975187+0000 mgr.y (mgr.24491) 18809 : cluster [DBG] pgmap v16617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:28.975652+0000 mgr.y (mgr.24491) 18810 : cluster [DBG] pgmap v16618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:28.975652+0000 mgr.y (mgr.24491) 18810 : cluster [DBG] pgmap v16618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:28.975652+0000 mgr.y (mgr.24491) 18810 : cluster [DBG] pgmap v16618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:46:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:30.976372+0000 mgr.y (mgr.24491) 18811 : cluster [DBG] pgmap v16619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:30.976372+0000 mgr.y (mgr.24491) 18811 : cluster [DBG] pgmap v16619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:30.976372+0000 mgr.y (mgr.24491) 18811 : cluster [DBG] pgmap v16619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:32.976817+0000 mgr.y (mgr.24491) 18812 : cluster [DBG] pgmap v16620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:32.976817+0000 mgr.y (mgr.24491) 18812 : cluster [DBG] pgmap v16620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:32.976817+0000 mgr.y (mgr.24491) 18812 : cluster [DBG] pgmap v16620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:34.977425+0000 mgr.y (mgr.24491) 18813 : cluster [DBG] pgmap v16621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:34.977425+0000 mgr.y (mgr.24491) 18813 : cluster [DBG] pgmap v16621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:34.977425+0000 mgr.y (mgr.24491) 18813 : cluster [DBG] pgmap v16621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:38.111 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:46:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:36.977971+0000 mgr.y (mgr.24491) 18814 : cluster [DBG] pgmap v16622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:36.977971+0000 mgr.y (mgr.24491) 18814 : cluster [DBG] pgmap v16622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:36.977971+0000 mgr.y (mgr.24491) 18814 : cluster [DBG] pgmap v16622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:38.978519+0000 mgr.y (mgr.24491) 18815 : cluster [DBG] pgmap v16623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:38.978519+0000 mgr.y (mgr.24491) 18815 : cluster [DBG] pgmap v16623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:38.978519+0000 mgr.y (mgr.24491) 18815 : cluster [DBG] pgmap v16623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:40.641 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:46:40.914 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:46:40.914 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 3m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:46:40.914 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:46:40.914 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 3m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:46:40.914 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 3m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 3m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 3m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 3m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 3m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 3m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 3m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 3m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:46:40.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:46:40.916 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:46:41.247 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:46:41.247 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:46:41.247 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:46:41.248 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:46:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:46:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:46:40.630721+0000 mgr.y (mgr.24491) 18816 : audit [DBG] from='client.44102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:46:40.908064+0000 mgr.y (mgr.24491) 18817 : audit [DBG] from='client.44108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:40.979164+0000 mgr.y (mgr.24491) 18818 : cluster [DBG] pgmap v16624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:46:41.248485+0000 mon.c (mon.2) 579 : audit [DBG] from='client.? 172.21.15.177:0/3148165656' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:46:42.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:46:40.630721+0000 mgr.y (mgr.24491) 18816 : audit [DBG] from='client.44102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:42.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:46:40.908064+0000 mgr.y (mgr.24491) 18817 : audit [DBG] from='client.44108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:42.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:40.979164+0000 mgr.y (mgr.24491) 18818 : cluster [DBG] pgmap v16624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:42.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:46:41.248485+0000 mon.c (mon.2) 579 : audit [DBG] from='client.? 172.21.15.177:0/3148165656' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:46:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:46:40.630721+0000 mgr.y (mgr.24491) 18816 : audit [DBG] from='client.44102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:46:40.908064+0000 mgr.y (mgr.24491) 18817 : audit [DBG] from='client.44108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:46:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:40.979164+0000 mgr.y (mgr.24491) 18818 : cluster [DBG] pgmap v16624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:46:41.248485+0000 mon.c (mon.2) 579 : audit [DBG] from='client.? 172.21.15.177:0/3148165656' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:46:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:42.979582+0000 mgr.y (mgr.24491) 18819 : cluster [DBG] pgmap v16625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:42.979582+0000 mgr.y (mgr.24491) 18819 : cluster [DBG] pgmap v16625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:42.979582+0000 mgr.y (mgr.24491) 18819 : cluster [DBG] pgmap v16625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:44.980245+0000 mgr.y (mgr.24491) 18820 : cluster [DBG] pgmap v16626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:44.980245+0000 mgr.y (mgr.24491) 18820 : cluster [DBG] pgmap v16626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:44.980245+0000 mgr.y (mgr.24491) 18820 : cluster [DBG] pgmap v16626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:48.127 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:47] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:46:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:46.980809+0000 mgr.y (mgr.24491) 18821 : cluster [DBG] pgmap v16627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:46.980809+0000 mgr.y (mgr.24491) 18821 : cluster [DBG] pgmap v16627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:46.980809+0000 mgr.y (mgr.24491) 18821 : cluster [DBG] pgmap v16627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:48.981434+0000 mgr.y (mgr.24491) 18822 : cluster [DBG] pgmap v16628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:48.981434+0000 mgr.y (mgr.24491) 18822 : cluster [DBG] pgmap v16628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:48.981434+0000 mgr.y (mgr.24491) 18822 : cluster [DBG] pgmap v16628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:46:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:50.982136+0000 mgr.y (mgr.24491) 18823 : cluster [DBG] pgmap v16629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:50.982136+0000 mgr.y (mgr.24491) 18823 : cluster [DBG] pgmap v16629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:50.982136+0000 mgr.y (mgr.24491) 18823 : cluster [DBG] pgmap v16629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:52.982633+0000 mgr.y (mgr.24491) 18824 : cluster [DBG] pgmap v16630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:52.982633+0000 mgr.y (mgr.24491) 18824 : cluster [DBG] pgmap v16630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:52.982633+0000 mgr.y (mgr.24491) 18824 : cluster [DBG] pgmap v16630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:54.983472+0000 mgr.y (mgr.24491) 18825 : cluster [DBG] pgmap v16631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:54.983472+0000 mgr.y (mgr.24491) 18825 : cluster [DBG] pgmap v16631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:54.983472+0000 mgr.y (mgr.24491) 18825 : cluster [DBG] pgmap v16631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:58.144 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:46:57] "GET /metrics HTTP/1.1" 200 188340 "" "Prometheus/2.33.4" 2024-04-20T12:46:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:56.983874+0000 mgr.y (mgr.24491) 18826 : cluster [DBG] pgmap v16632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:56.983874+0000 mgr.y (mgr.24491) 18826 : cluster [DBG] pgmap v16632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:46:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:46:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:56.983874+0000 mgr.y (mgr.24491) 18826 : cluster [DBG] pgmap v16632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:46:58.984361+0000 mgr.y (mgr.24491) 18827 : cluster [DBG] pgmap v16633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:46:58.984361+0000 mgr.y (mgr.24491) 18827 : cluster [DBG] pgmap v16633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:46:58.984361+0000 mgr.y (mgr.24491) 18827 : cluster [DBG] pgmap v16633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:47:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:00.985215+0000 mgr.y (mgr.24491) 18828 : cluster [DBG] pgmap v16634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:00.985215+0000 mgr.y (mgr.24491) 18828 : cluster [DBG] pgmap v16634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:00.985215+0000 mgr.y (mgr.24491) 18828 : cluster [DBG] pgmap v16634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:02.985598+0000 mgr.y (mgr.24491) 18829 : cluster [DBG] pgmap v16635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:02.985598+0000 mgr.y (mgr.24491) 18829 : cluster [DBG] pgmap v16635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:02.985598+0000 mgr.y (mgr.24491) 18829 : cluster [DBG] pgmap v16635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:04.986328+0000 mgr.y (mgr.24491) 18830 : cluster [DBG] pgmap v16636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:04.986328+0000 mgr.y (mgr.24491) 18830 : cluster [DBG] pgmap v16636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:04.986328+0000 mgr.y (mgr.24491) 18830 : cluster [DBG] pgmap v16636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:47:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:06.986712+0000 mgr.y (mgr.24491) 18831 : cluster [DBG] pgmap v16637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:06.986712+0000 mgr.y (mgr.24491) 18831 : cluster [DBG] pgmap v16637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:06.986712+0000 mgr.y (mgr.24491) 18831 : cluster [DBG] pgmap v16637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:08.987141+0000 mgr.y (mgr.24491) 18832 : cluster [DBG] pgmap v16638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:08.987141+0000 mgr.y (mgr.24491) 18832 : cluster [DBG] pgmap v16638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:08.987141+0000 mgr.y (mgr.24491) 18832 : cluster [DBG] pgmap v16638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:47:11.558 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:47:11.833 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:47:11.833 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:47:11.833 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:47:11.833 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:47:11.833 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:47:11.833 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:47:11.833 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 4m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:47:11.833 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 4m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:47:11.833 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:47:11.834 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:47:12.172 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:47:12.172 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:47:12.172 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:47:12.172 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:47:12.172 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:47:12.172 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:47:12.172 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:47:12.173 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:47:12.173 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:47:12.173 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:47:12.173 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:47:12.173 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:47:12.173 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:47:12.173 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:47:12.173 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:47:12.173 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:47:12.173 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:47:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:10.987908+0000 mgr.y (mgr.24491) 18833 : cluster [DBG] pgmap v16639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:10.987908+0000 mgr.y (mgr.24491) 18833 : cluster [DBG] pgmap v16639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:10.987908+0000 mgr.y (mgr.24491) 18833 : cluster [DBG] pgmap v16639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:47:11.547405+0000 mgr.y (mgr.24491) 18834 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:13.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:47:11.826603+0000 mgr.y (mgr.24491) 18835 : audit [DBG] from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:47:12.173335+0000 mon.a (mon.0) 3902 : audit [DBG] from='client.? 172.21.15.177:0/1333700768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:47:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:47:11.547405+0000 mgr.y (mgr.24491) 18834 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:47:11.826603+0000 mgr.y (mgr.24491) 18835 : audit [DBG] from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:13.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:47:12.173335+0000 mon.a (mon.0) 3902 : audit [DBG] from='client.? 172.21.15.177:0/1333700768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:47:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:47:11.547405+0000 mgr.y (mgr.24491) 18834 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:47:11.826603+0000 mgr.y (mgr.24491) 18835 : audit [DBG] from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:47:12.173335+0000 mon.a (mon.0) 3902 : audit [DBG] from='client.? 172.21.15.177:0/1333700768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:47:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:12.988492+0000 mgr.y (mgr.24491) 18836 : cluster [DBG] pgmap v16640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:47:13.296347+0000 mon.a (mon.0) 3903 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:47:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:47:13.540164+0000 mon.a (mon.0) 3904 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:47:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:47:13.817183+0000 mon.a (mon.0) 3905 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:47:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:47:13.817835+0000 mon.a (mon.0) 3906 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:47:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:47:13.824150+0000 mon.a (mon.0) 3907 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:47:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:12.988492+0000 mgr.y (mgr.24491) 18836 : cluster [DBG] pgmap v16640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:47:13.296347+0000 mon.a (mon.0) 3903 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:47:14.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:47:13.540164+0000 mon.a (mon.0) 3904 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:47:14.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:47:13.817183+0000 mon.a (mon.0) 3905 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:47:14.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:47:13.817835+0000 mon.a (mon.0) 3906 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:47:14.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:47:13.824150+0000 mon.a (mon.0) 3907 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:47:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:12.988492+0000 mgr.y (mgr.24491) 18836 : cluster [DBG] pgmap v16640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:47:13.296347+0000 mon.a (mon.0) 3903 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:47:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:47:13.540164+0000 mon.a (mon.0) 3904 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:47:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:47:13.817183+0000 mon.a (mon.0) 3905 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:47:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:47:13.817835+0000 mon.a (mon.0) 3906 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:47:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:47:13.824150+0000 mon.a (mon.0) 3907 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:47:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:14.989319+0000 mgr.y (mgr.24491) 18837 : cluster [DBG] pgmap v16641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:14.989319+0000 mgr.y (mgr.24491) 18837 : cluster [DBG] pgmap v16641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:14.989319+0000 mgr.y (mgr.24491) 18837 : cluster [DBG] pgmap v16641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:18.055 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:17] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:47:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:16.989844+0000 mgr.y (mgr.24491) 18838 : cluster [DBG] pgmap v16642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:16.989844+0000 mgr.y (mgr.24491) 18838 : cluster [DBG] pgmap v16642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:16.989844+0000 mgr.y (mgr.24491) 18838 : cluster [DBG] pgmap v16642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:18.990274+0000 mgr.y (mgr.24491) 18839 : cluster [DBG] pgmap v16643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:18.990274+0000 mgr.y (mgr.24491) 18839 : cluster [DBG] pgmap v16643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:18.990274+0000 mgr.y (mgr.24491) 18839 : cluster [DBG] pgmap v16643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:47:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:20.991098+0000 mgr.y (mgr.24491) 18840 : cluster [DBG] pgmap v16644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:20.991098+0000 mgr.y (mgr.24491) 18840 : cluster [DBG] pgmap v16644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:20.991098+0000 mgr.y (mgr.24491) 18840 : cluster [DBG] pgmap v16644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:22.991504+0000 mgr.y (mgr.24491) 18841 : cluster [DBG] pgmap v16645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:22.991504+0000 mgr.y (mgr.24491) 18841 : cluster [DBG] pgmap v16645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:22.991504+0000 mgr.y (mgr.24491) 18841 : cluster [DBG] pgmap v16645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:24.992161+0000 mgr.y (mgr.24491) 18842 : cluster [DBG] pgmap v16646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:24.992161+0000 mgr.y (mgr.24491) 18842 : cluster [DBG] pgmap v16646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:24.992161+0000 mgr.y (mgr.24491) 18842 : cluster [DBG] pgmap v16646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:28.075 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:27] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:47:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:26.992685+0000 mgr.y (mgr.24491) 18843 : cluster [DBG] pgmap v16647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:26.992685+0000 mgr.y (mgr.24491) 18843 : cluster [DBG] pgmap v16647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:26.992685+0000 mgr.y (mgr.24491) 18843 : cluster [DBG] pgmap v16647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:28.993139+0000 mgr.y (mgr.24491) 18844 : cluster [DBG] pgmap v16648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:28.993139+0000 mgr.y (mgr.24491) 18844 : cluster [DBG] pgmap v16648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:28.993139+0000 mgr.y (mgr.24491) 18844 : cluster [DBG] pgmap v16648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:47:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:30.993989+0000 mgr.y (mgr.24491) 18845 : cluster [DBG] pgmap v16649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:30.993989+0000 mgr.y (mgr.24491) 18845 : cluster [DBG] pgmap v16649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:30.993989+0000 mgr.y (mgr.24491) 18845 : cluster [DBG] pgmap v16649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:32.994439+0000 mgr.y (mgr.24491) 18846 : cluster [DBG] pgmap v16650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:32.994439+0000 mgr.y (mgr.24491) 18846 : cluster [DBG] pgmap v16650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:32.994439+0000 mgr.y (mgr.24491) 18846 : cluster [DBG] pgmap v16650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:34.995134+0000 mgr.y (mgr.24491) 18847 : cluster [DBG] pgmap v16651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:34.995134+0000 mgr.y (mgr.24491) 18847 : cluster [DBG] pgmap v16651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:34.995134+0000 mgr.y (mgr.24491) 18847 : cluster [DBG] pgmap v16651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:38.093 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:37] "GET /metrics HTTP/1.1" 200 188341 "" "Prometheus/2.33.4" 2024-04-20T12:47:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:36.995539+0000 mgr.y (mgr.24491) 18848 : cluster [DBG] pgmap v16652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:36.995539+0000 mgr.y (mgr.24491) 18848 : cluster [DBG] pgmap v16652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:36.995539+0000 mgr.y (mgr.24491) 18848 : cluster [DBG] pgmap v16652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:38.996018+0000 mgr.y (mgr.24491) 18849 : cluster [DBG] pgmap v16653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:38.996018+0000 mgr.y (mgr.24491) 18849 : cluster [DBG] pgmap v16653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:38.996018+0000 mgr.y (mgr.24491) 18849 : cluster [DBG] pgmap v16653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:47:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:40.996811+0000 mgr.y (mgr.24491) 18850 : cluster [DBG] pgmap v16654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:40.996811+0000 mgr.y (mgr.24491) 18850 : cluster [DBG] pgmap v16654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:42.491 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:47:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:40.996811+0000 mgr.y (mgr.24491) 18850 : cluster [DBG] pgmap v16654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:42.774 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:47:42.774 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:47:42.774 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 4m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 4m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:47:42.775 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:47:42.776 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:47:42.776 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:47:42.776 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:47:43.112 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:47:43.112 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:47:43.112 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:47:43.112 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:47:43.112 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:47:43.112 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:47:43.112 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:47:43.113 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:47:43.113 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:47:43.113 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:47:43.113 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:47:43.113 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:47:43.113 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:47:43.113 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:47:43.113 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:47:43.113 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:47:43.113 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:47:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:47:42.480263+0000 mgr.y (mgr.24491) 18851 : audit [DBG] from='client.44138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:47:42.767526+0000 mgr.y (mgr.24491) 18852 : audit [DBG] from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:42.997153+0000 mgr.y (mgr.24491) 18853 : cluster [DBG] pgmap v16655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:47:43.113327+0000 mon.c (mon.2) 580 : audit [DBG] from='client.? 172.21.15.177:0/3584809692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:47:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:47:42.480263+0000 mgr.y (mgr.24491) 18851 : audit [DBG] from='client.44138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:47:42.767526+0000 mgr.y (mgr.24491) 18852 : audit [DBG] from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:42.997153+0000 mgr.y (mgr.24491) 18853 : cluster [DBG] pgmap v16655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:47:43.113327+0000 mon.c (mon.2) 580 : audit [DBG] from='client.? 172.21.15.177:0/3584809692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:47:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:47:42.480263+0000 mgr.y (mgr.24491) 18851 : audit [DBG] from='client.44138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:47:42.767526+0000 mgr.y (mgr.24491) 18852 : audit [DBG] from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:47:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:42.997153+0000 mgr.y (mgr.24491) 18853 : cluster [DBG] pgmap v16655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:47:43.113327+0000 mon.c (mon.2) 580 : audit [DBG] from='client.? 172.21.15.177:0/3584809692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:47:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:44.997833+0000 mgr.y (mgr.24491) 18854 : cluster [DBG] pgmap v16656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:44.997833+0000 mgr.y (mgr.24491) 18854 : cluster [DBG] pgmap v16656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:44.997833+0000 mgr.y (mgr.24491) 18854 : cluster [DBG] pgmap v16656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:48.109 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:47] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:47:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:46.998256+0000 mgr.y (mgr.24491) 18855 : cluster [DBG] pgmap v16657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:46.998256+0000 mgr.y (mgr.24491) 18855 : cluster [DBG] pgmap v16657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:46.998256+0000 mgr.y (mgr.24491) 18855 : cluster [DBG] pgmap v16657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:48.998748+0000 mgr.y (mgr.24491) 18856 : cluster [DBG] pgmap v16658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:48.998748+0000 mgr.y (mgr.24491) 18856 : cluster [DBG] pgmap v16658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:48.998748+0000 mgr.y (mgr.24491) 18856 : cluster [DBG] pgmap v16658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:47:52.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:50.999643+0000 mgr.y (mgr.24491) 18857 : cluster [DBG] pgmap v16659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:52.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:50.999643+0000 mgr.y (mgr.24491) 18857 : cluster [DBG] pgmap v16659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:50.999643+0000 mgr.y (mgr.24491) 18857 : cluster [DBG] pgmap v16659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:53.000045+0000 mgr.y (mgr.24491) 18858 : cluster [DBG] pgmap v16660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:53.000045+0000 mgr.y (mgr.24491) 18858 : cluster [DBG] pgmap v16660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:53.000045+0000 mgr.y (mgr.24491) 18858 : cluster [DBG] pgmap v16660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:55.000590+0000 mgr.y (mgr.24491) 18859 : cluster [DBG] pgmap v16661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:55.000590+0000 mgr.y (mgr.24491) 18859 : cluster [DBG] pgmap v16661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:55.000590+0000 mgr.y (mgr.24491) 18859 : cluster [DBG] pgmap v16661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:58.125 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:47:57] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:47:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:57.001186+0000 mgr.y (mgr.24491) 18860 : cluster [DBG] pgmap v16662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:57.001186+0000 mgr.y (mgr.24491) 18860 : cluster [DBG] pgmap v16662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:47:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:47:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:57.001186+0000 mgr.y (mgr.24491) 18860 : cluster [DBG] pgmap v16662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:47:59.001664+0000 mgr.y (mgr.24491) 18861 : cluster [DBG] pgmap v16663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:47:59.001664+0000 mgr.y (mgr.24491) 18861 : cluster [DBG] pgmap v16663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:47:59.001664+0000 mgr.y (mgr.24491) 18861 : cluster [DBG] pgmap v16663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:48:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:01.002474+0000 mgr.y (mgr.24491) 18862 : cluster [DBG] pgmap v16664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:01.002474+0000 mgr.y (mgr.24491) 18862 : cluster [DBG] pgmap v16664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:01.002474+0000 mgr.y (mgr.24491) 18862 : cluster [DBG] pgmap v16664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:03.002910+0000 mgr.y (mgr.24491) 18863 : cluster [DBG] pgmap v16665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:03.002910+0000 mgr.y (mgr.24491) 18863 : cluster [DBG] pgmap v16665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:03.002910+0000 mgr.y (mgr.24491) 18863 : cluster [DBG] pgmap v16665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:05.003572+0000 mgr.y (mgr.24491) 18864 : cluster [DBG] pgmap v16666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:05.003572+0000 mgr.y (mgr.24491) 18864 : cluster [DBG] pgmap v16666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:05.003572+0000 mgr.y (mgr.24491) 18864 : cluster [DBG] pgmap v16666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:08.145 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:07] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:48:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:07.004027+0000 mgr.y (mgr.24491) 18865 : cluster [DBG] pgmap v16667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:07.004027+0000 mgr.y (mgr.24491) 18865 : cluster [DBG] pgmap v16667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:07.004027+0000 mgr.y (mgr.24491) 18865 : cluster [DBG] pgmap v16667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:09.004439+0000 mgr.y (mgr.24491) 18866 : cluster [DBG] pgmap v16668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:09.004439+0000 mgr.y (mgr.24491) 18866 : cluster [DBG] pgmap v16668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:09.004439+0000 mgr.y (mgr.24491) 18866 : cluster [DBG] pgmap v16668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:48:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:11.005126+0000 mgr.y (mgr.24491) 18867 : cluster [DBG] pgmap v16669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:11.005126+0000 mgr.y (mgr.24491) 18867 : cluster [DBG] pgmap v16669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:11.005126+0000 mgr.y (mgr.24491) 18867 : cluster [DBG] pgmap v16669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:13.422 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:48:13.697 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 5m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 5m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 5m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 5m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 5m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 5m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 5m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:48:13.698 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:48:13.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:48:13.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 5m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:48:13.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 5m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:48:13.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 5m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:48:13.699 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 5m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:48:13.699 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 5m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:48:14.042 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:48:14.042 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:48:14.042 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:48:14.042 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:48:14.042 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:48:14.043 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:48:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:13.005634+0000 mgr.y (mgr.24491) 18868 : cluster [DBG] pgmap v16670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:48:13.828547+0000 mon.a (mon.0) 3908 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:48:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:48:14.043528+0000 mon.c (mon.2) 581 : audit [DBG] from='client.? 172.21.15.177:0/2596888554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:48:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:13.005634+0000 mgr.y (mgr.24491) 18868 : cluster [DBG] pgmap v16670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:48:13.828547+0000 mon.a (mon.0) 3908 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:48:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:48:14.043528+0000 mon.c (mon.2) 581 : audit [DBG] from='client.? 172.21.15.177:0/2596888554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:48:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:13.005634+0000 mgr.y (mgr.24491) 18868 : cluster [DBG] pgmap v16670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:48:13.828547+0000 mon.a (mon.0) 3908 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:48:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:48:14.043528+0000 mon.c (mon.2) 581 : audit [DBG] from='client.? 172.21.15.177:0/2596888554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:48:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:48:13.411410+0000 mgr.y (mgr.24491) 18869 : audit [DBG] from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:48:13.691350+0000 mgr.y (mgr.24491) 18870 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:48:14.121728+0000 mon.a (mon.0) 3909 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:48:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:48:14.122455+0000 mon.a (mon.0) 3910 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:48:15.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:48:14.126959+0000 mon.a (mon.0) 3911 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:48:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:48:13.411410+0000 mgr.y (mgr.24491) 18869 : audit [DBG] from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:48:13.691350+0000 mgr.y (mgr.24491) 18870 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:48:14.121728+0000 mon.a (mon.0) 3909 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:48:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:48:14.122455+0000 mon.a (mon.0) 3910 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:48:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:48:14.126959+0000 mon.a (mon.0) 3911 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:48:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:48:13.411410+0000 mgr.y (mgr.24491) 18869 : audit [DBG] from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:48:13.691350+0000 mgr.y (mgr.24491) 18870 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:48:14.121728+0000 mon.a (mon.0) 3909 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:48:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:48:14.122455+0000 mon.a (mon.0) 3910 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:48:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:48:14.126959+0000 mon.a (mon.0) 3911 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:48:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:15.006258+0000 mgr.y (mgr.24491) 18871 : cluster [DBG] pgmap v16671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:15.006258+0000 mgr.y (mgr.24491) 18871 : cluster [DBG] pgmap v16671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:15.006258+0000 mgr.y (mgr.24491) 18871 : cluster [DBG] pgmap v16671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:18.130 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:17] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:48:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:17.006676+0000 mgr.y (mgr.24491) 18872 : cluster [DBG] pgmap v16672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:17.006676+0000 mgr.y (mgr.24491) 18872 : cluster [DBG] pgmap v16672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:17.006676+0000 mgr.y (mgr.24491) 18872 : cluster [DBG] pgmap v16672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:19.007278+0000 mgr.y (mgr.24491) 18873 : cluster [DBG] pgmap v16673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:19.007278+0000 mgr.y (mgr.24491) 18873 : cluster [DBG] pgmap v16673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:19.007278+0000 mgr.y (mgr.24491) 18873 : cluster [DBG] pgmap v16673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:48:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:21.007901+0000 mgr.y (mgr.24491) 18874 : cluster [DBG] pgmap v16674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:21.007901+0000 mgr.y (mgr.24491) 18874 : cluster [DBG] pgmap v16674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:21.007901+0000 mgr.y (mgr.24491) 18874 : cluster [DBG] pgmap v16674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:23.008272+0000 mgr.y (mgr.24491) 18875 : cluster [DBG] pgmap v16675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:23.008272+0000 mgr.y (mgr.24491) 18875 : cluster [DBG] pgmap v16675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:23.008272+0000 mgr.y (mgr.24491) 18875 : cluster [DBG] pgmap v16675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:25.008867+0000 mgr.y (mgr.24491) 18876 : cluster [DBG] pgmap v16676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:25.008867+0000 mgr.y (mgr.24491) 18876 : cluster [DBG] pgmap v16676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:25.008867+0000 mgr.y (mgr.24491) 18876 : cluster [DBG] pgmap v16676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:28.146 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:27] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:48:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:27.009417+0000 mgr.y (mgr.24491) 18877 : cluster [DBG] pgmap v16677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:27.009417+0000 mgr.y (mgr.24491) 18877 : cluster [DBG] pgmap v16677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:27.009417+0000 mgr.y (mgr.24491) 18877 : cluster [DBG] pgmap v16677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:29.010067+0000 mgr.y (mgr.24491) 18878 : cluster [DBG] pgmap v16678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:29.010067+0000 mgr.y (mgr.24491) 18878 : cluster [DBG] pgmap v16678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:29.010067+0000 mgr.y (mgr.24491) 18878 : cluster [DBG] pgmap v16678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:48:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:31.010703+0000 mgr.y (mgr.24491) 18879 : cluster [DBG] pgmap v16679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:31.010703+0000 mgr.y (mgr.24491) 18879 : cluster [DBG] pgmap v16679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:31.010703+0000 mgr.y (mgr.24491) 18879 : cluster [DBG] pgmap v16679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:33.011178+0000 mgr.y (mgr.24491) 18880 : cluster [DBG] pgmap v16680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:33.011178+0000 mgr.y (mgr.24491) 18880 : cluster [DBG] pgmap v16680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:33.011178+0000 mgr.y (mgr.24491) 18880 : cluster [DBG] pgmap v16680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:35.012060+0000 mgr.y (mgr.24491) 18881 : cluster [DBG] pgmap v16681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:35.012060+0000 mgr.y (mgr.24491) 18881 : cluster [DBG] pgmap v16681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:35.012060+0000 mgr.y (mgr.24491) 18881 : cluster [DBG] pgmap v16681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:48:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:37.012583+0000 mgr.y (mgr.24491) 18882 : cluster [DBG] pgmap v16682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:37.012583+0000 mgr.y (mgr.24491) 18882 : cluster [DBG] pgmap v16682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:37.012583+0000 mgr.y (mgr.24491) 18882 : cluster [DBG] pgmap v16682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:39.013054+0000 mgr.y (mgr.24491) 18883 : cluster [DBG] pgmap v16683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:39.013054+0000 mgr.y (mgr.24491) 18883 : cluster [DBG] pgmap v16683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:39.013054+0000 mgr.y (mgr.24491) 18883 : cluster [DBG] pgmap v16683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:48:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:41.013750+0000 mgr.y (mgr.24491) 18884 : cluster [DBG] pgmap v16684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:41.013750+0000 mgr.y (mgr.24491) 18884 : cluster [DBG] pgmap v16684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:41.013750+0000 mgr.y (mgr.24491) 18884 : cluster [DBG] pgmap v16684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:44.364 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:48:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:43.014328+0000 mgr.y (mgr.24491) 18885 : cluster [DBG] pgmap v16685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 5m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 5m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 5m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 5m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 5m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:48:44.643 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 5m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:48:44.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 5m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:48:44.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:48:44.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:48:44.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:48:44.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 5m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:48:44.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 5m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:48:44.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 5m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:48:44.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 5m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:48:44.644 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 5m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:48:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:43.014328+0000 mgr.y (mgr.24491) 18885 : cluster [DBG] pgmap v16685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:43.014328+0000 mgr.y (mgr.24491) 18885 : cluster [DBG] pgmap v16685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:44.976 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:48:44.976 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:48:44.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:48:44.978 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:48:44.978 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:48:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:48:44.977648+0000 mon.a (mon.0) 3912 : audit [DBG] from='client.? 172.21.15.177:0/3325075408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:48:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:48:44.977648+0000 mon.a (mon.0) 3912 : audit [DBG] from='client.? 172.21.15.177:0/3325075408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:48:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:48:44.977648+0000 mon.a (mon.0) 3912 : audit [DBG] from='client.? 172.21.15.177:0/3325075408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:48:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:48:44.353267+0000 mgr.y (mgr.24491) 18886 : audit [DBG] from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:48:44.636632+0000 mgr.y (mgr.24491) 18887 : audit [DBG] from='client.44180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:45.014990+0000 mgr.y (mgr.24491) 18888 : cluster [DBG] pgmap v16686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:48:44.353267+0000 mgr.y (mgr.24491) 18886 : audit [DBG] from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:48:44.636632+0000 mgr.y (mgr.24491) 18887 : audit [DBG] from='client.44180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:45.014990+0000 mgr.y (mgr.24491) 18888 : cluster [DBG] pgmap v16686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:48:44.353267+0000 mgr.y (mgr.24491) 18886 : audit [DBG] from='client.44174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:48:44.636632+0000 mgr.y (mgr.24491) 18887 : audit [DBG] from='client.44180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:48:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:45.014990+0000 mgr.y (mgr.24491) 18888 : cluster [DBG] pgmap v16686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:47] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:48:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:47.015442+0000 mgr.y (mgr.24491) 18889 : cluster [DBG] pgmap v16687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:47.015442+0000 mgr.y (mgr.24491) 18889 : cluster [DBG] pgmap v16687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:47.015442+0000 mgr.y (mgr.24491) 18889 : cluster [DBG] pgmap v16687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:49.016022+0000 mgr.y (mgr.24491) 18890 : cluster [DBG] pgmap v16688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:49.016022+0000 mgr.y (mgr.24491) 18890 : cluster [DBG] pgmap v16688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:49.016022+0000 mgr.y (mgr.24491) 18890 : cluster [DBG] pgmap v16688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:48:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:51.016676+0000 mgr.y (mgr.24491) 18891 : cluster [DBG] pgmap v16689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:51.016676+0000 mgr.y (mgr.24491) 18891 : cluster [DBG] pgmap v16689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:51.016676+0000 mgr.y (mgr.24491) 18891 : cluster [DBG] pgmap v16689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:53.017186+0000 mgr.y (mgr.24491) 18892 : cluster [DBG] pgmap v16690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:53.017186+0000 mgr.y (mgr.24491) 18892 : cluster [DBG] pgmap v16690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:53.017186+0000 mgr.y (mgr.24491) 18892 : cluster [DBG] pgmap v16690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:55.017868+0000 mgr.y (mgr.24491) 18893 : cluster [DBG] pgmap v16691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:55.017868+0000 mgr.y (mgr.24491) 18893 : cluster [DBG] pgmap v16691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:56.665 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:55.017868+0000 mgr.y (mgr.24491) 18893 : cluster [DBG] pgmap v16691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:48:57] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:48:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:48:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:57.018297+0000 mgr.y (mgr.24491) 18894 : cluster [DBG] pgmap v16692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:57.018297+0000 mgr.y (mgr.24491) 18894 : cluster [DBG] pgmap v16692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:48:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:57.018297+0000 mgr.y (mgr.24491) 18894 : cluster [DBG] pgmap v16692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:48:59.018773+0000 mgr.y (mgr.24491) 18895 : cluster [DBG] pgmap v16693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:48:59.018773+0000 mgr.y (mgr.24491) 18895 : cluster [DBG] pgmap v16693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:48:59.018773+0000 mgr.y (mgr.24491) 18895 : cluster [DBG] pgmap v16693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:49:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:01.019657+0000 mgr.y (mgr.24491) 18896 : cluster [DBG] pgmap v16694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:01.019657+0000 mgr.y (mgr.24491) 18896 : cluster [DBG] pgmap v16694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:01.019657+0000 mgr.y (mgr.24491) 18896 : cluster [DBG] pgmap v16694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:03.020046+0000 mgr.y (mgr.24491) 18897 : cluster [DBG] pgmap v16695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:03.020046+0000 mgr.y (mgr.24491) 18897 : cluster [DBG] pgmap v16695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:03.020046+0000 mgr.y (mgr.24491) 18897 : cluster [DBG] pgmap v16695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:05.020583+0000 mgr.y (mgr.24491) 18898 : cluster [DBG] pgmap v16696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:05.020583+0000 mgr.y (mgr.24491) 18898 : cluster [DBG] pgmap v16696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:05.020583+0000 mgr.y (mgr.24491) 18898 : cluster [DBG] pgmap v16696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:49:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:07.021007+0000 mgr.y (mgr.24491) 18899 : cluster [DBG] pgmap v16697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:07.021007+0000 mgr.y (mgr.24491) 18899 : cluster [DBG] pgmap v16697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:07.021007+0000 mgr.y (mgr.24491) 18899 : cluster [DBG] pgmap v16697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:09.021397+0000 mgr.y (mgr.24491) 18900 : cluster [DBG] pgmap v16698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:09.021397+0000 mgr.y (mgr.24491) 18900 : cluster [DBG] pgmap v16698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:09.021397+0000 mgr.y (mgr.24491) 18900 : cluster [DBG] pgmap v16698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:49:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:11.022202+0000 mgr.y (mgr.24491) 18901 : cluster [DBG] pgmap v16699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:11.022202+0000 mgr.y (mgr.24491) 18901 : cluster [DBG] pgmap v16699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:11.022202+0000 mgr.y (mgr.24491) 18901 : cluster [DBG] pgmap v16699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:13.022593+0000 mgr.y (mgr.24491) 18902 : cluster [DBG] pgmap v16700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:49:14.137557+0000 mon.a (mon.0) 3913 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:49:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:13.022593+0000 mgr.y (mgr.24491) 18902 : cluster [DBG] pgmap v16700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:49:14.137557+0000 mon.a (mon.0) 3913 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:49:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:13.022593+0000 mgr.y (mgr.24491) 18902 : cluster [DBG] pgmap v16700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:49:14.137557+0000 mon.a (mon.0) 3913 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:49:15.282 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:49:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:49:14.432227+0000 mon.a (mon.0) 3914 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:49:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:49:14.432884+0000 mon.a (mon.0) 3915 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:49:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:49:14.437150+0000 mon.a (mon.0) 3916 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:49:15.558 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:49:15.558 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 6m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:49:15.558 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 6m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:49:15.558 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 6m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:49:15.558 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 6m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:49:15.558 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 6m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:49:15.558 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 6m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:49:15.558 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 6m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:49:15.558 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 6m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:49:15.558 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 6m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:49:15.559 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 6m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:49:15.559 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 6m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:49:15.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 6m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:49:15.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 6m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:49:15.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 6m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:49:15.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 6m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:49:15.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 6m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:49:15.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 6m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:49:15.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 6m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:49:15.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 6m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:49:15.559 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 6m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:49:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:49:14.432227+0000 mon.a (mon.0) 3914 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:49:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:49:14.432884+0000 mon.a (mon.0) 3915 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:49:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:49:14.437150+0000 mon.a (mon.0) 3916 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:49:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:49:14.432227+0000 mon.a (mon.0) 3914 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:49:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:49:14.432884+0000 mon.a (mon.0) 3915 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:49:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:49:14.437150+0000 mon.a (mon.0) 3916 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:49:15.891 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:49:15.891 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:49:15.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:49:15.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:49:15.891 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:49:15.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:49:15.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:49:15.891 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:49:15.891 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:49:15.891 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:49:15.892 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:49:15.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:49:15.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:49:15.892 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:49:15.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:49:15.892 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:49:15.892 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:49:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:15.023184+0000 mgr.y (mgr.24491) 18903 : cluster [DBG] pgmap v16701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:49:15.892243+0000 mon.c (mon.2) 582 : audit [DBG] from='client.? 172.21.15.177:0/1715613544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:49:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:15.023184+0000 mgr.y (mgr.24491) 18903 : cluster [DBG] pgmap v16701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:49:15.892243+0000 mon.c (mon.2) 582 : audit [DBG] from='client.? 172.21.15.177:0/1715613544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:49:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:15.023184+0000 mgr.y (mgr.24491) 18903 : cluster [DBG] pgmap v16701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:49:15.892243+0000 mon.c (mon.2) 582 : audit [DBG] from='client.? 172.21.15.177:0/1715613544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:49:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:49:15.270834+0000 mgr.y (mgr.24491) 18904 : audit [DBG] from='client.44192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:17.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:49:15.551552+0000 mgr.y (mgr.24491) 18905 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:49:15.270834+0000 mgr.y (mgr.24491) 18904 : audit [DBG] from='client.44192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:49:15.551552+0000 mgr.y (mgr.24491) 18905 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:49:15.270834+0000 mgr.y (mgr.24491) 18904 : audit [DBG] from='client.44192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:49:15.551552+0000 mgr.y (mgr.24491) 18905 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:17] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:49:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:17.023580+0000 mgr.y (mgr.24491) 18906 : cluster [DBG] pgmap v16702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:17.023580+0000 mgr.y (mgr.24491) 18906 : cluster [DBG] pgmap v16702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:17.023580+0000 mgr.y (mgr.24491) 18906 : cluster [DBG] pgmap v16702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:19.024069+0000 mgr.y (mgr.24491) 18907 : cluster [DBG] pgmap v16703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:19.024069+0000 mgr.y (mgr.24491) 18907 : cluster [DBG] pgmap v16703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:19.024069+0000 mgr.y (mgr.24491) 18907 : cluster [DBG] pgmap v16703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:49:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:21.024731+0000 mgr.y (mgr.24491) 18908 : cluster [DBG] pgmap v16704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:21.024731+0000 mgr.y (mgr.24491) 18908 : cluster [DBG] pgmap v16704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:21.024731+0000 mgr.y (mgr.24491) 18908 : cluster [DBG] pgmap v16704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:23.025157+0000 mgr.y (mgr.24491) 18909 : cluster [DBG] pgmap v16705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:23.025157+0000 mgr.y (mgr.24491) 18909 : cluster [DBG] pgmap v16705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:23.025157+0000 mgr.y (mgr.24491) 18909 : cluster [DBG] pgmap v16705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:25.026012+0000 mgr.y (mgr.24491) 18910 : cluster [DBG] pgmap v16706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:25.026012+0000 mgr.y (mgr.24491) 18910 : cluster [DBG] pgmap v16706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:25.026012+0000 mgr.y (mgr.24491) 18910 : cluster [DBG] pgmap v16706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:27.026440+0000 mgr.y (mgr.24491) 18911 : cluster [DBG] pgmap v16707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:27.026440+0000 mgr.y (mgr.24491) 18911 : cluster [DBG] pgmap v16707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:27.026440+0000 mgr.y (mgr.24491) 18911 : cluster [DBG] pgmap v16707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:27] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:49:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:29.027065+0000 mgr.y (mgr.24491) 18912 : cluster [DBG] pgmap v16708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:29.027065+0000 mgr.y (mgr.24491) 18912 : cluster [DBG] pgmap v16708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:29.027065+0000 mgr.y (mgr.24491) 18912 : cluster [DBG] pgmap v16708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:49:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:31.027886+0000 mgr.y (mgr.24491) 18913 : cluster [DBG] pgmap v16709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:31.027886+0000 mgr.y (mgr.24491) 18913 : cluster [DBG] pgmap v16709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:31.027886+0000 mgr.y (mgr.24491) 18913 : cluster [DBG] pgmap v16709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:33.028308+0000 mgr.y (mgr.24491) 18914 : cluster [DBG] pgmap v16710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:33.028308+0000 mgr.y (mgr.24491) 18914 : cluster [DBG] pgmap v16710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:33.028308+0000 mgr.y (mgr.24491) 18914 : cluster [DBG] pgmap v16710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:35.029039+0000 mgr.y (mgr.24491) 18915 : cluster [DBG] pgmap v16711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:35.029039+0000 mgr.y (mgr.24491) 18915 : cluster [DBG] pgmap v16711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:35.029039+0000 mgr.y (mgr.24491) 18915 : cluster [DBG] pgmap v16711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:38.097 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:37] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:49:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:37.029550+0000 mgr.y (mgr.24491) 18916 : cluster [DBG] pgmap v16712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:37.029550+0000 mgr.y (mgr.24491) 18916 : cluster [DBG] pgmap v16712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:37.029550+0000 mgr.y (mgr.24491) 18916 : cluster [DBG] pgmap v16712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:39.029964+0000 mgr.y (mgr.24491) 18917 : cluster [DBG] pgmap v16713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:39.029964+0000 mgr.y (mgr.24491) 18917 : cluster [DBG] pgmap v16713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:39.029964+0000 mgr.y (mgr.24491) 18917 : cluster [DBG] pgmap v16713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:49:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:41.030582+0000 mgr.y (mgr.24491) 18918 : cluster [DBG] pgmap v16714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:41.030582+0000 mgr.y (mgr.24491) 18918 : cluster [DBG] pgmap v16714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:41.030582+0000 mgr.y (mgr.24491) 18918 : cluster [DBG] pgmap v16714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:43.031060+0000 mgr.y (mgr.24491) 18919 : cluster [DBG] pgmap v16715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:43.031060+0000 mgr.y (mgr.24491) 18919 : cluster [DBG] pgmap v16715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:43.031060+0000 mgr.y (mgr.24491) 18919 : cluster [DBG] pgmap v16715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:46.205 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:49:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:45.031846+0000 mgr.y (mgr.24491) 18920 : cluster [DBG] pgmap v16716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:45.031846+0000 mgr.y (mgr.24491) 18920 : cluster [DBG] pgmap v16716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:46.479 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:49:46.479 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 6m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 6m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 6m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 6m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 6m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 6m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 6m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 6m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 6m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 6m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 6m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 6m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 6m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 6m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 6m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:49:46.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 6m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:49:46.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 6m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:49:46.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 6m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:49:46.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 6m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:49:46.481 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 6m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:49:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:45.031846+0000 mgr.y (mgr.24491) 18920 : cluster [DBG] pgmap v16716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:46.818 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:49:46.819 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:49:46.820 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:49:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:49:46.194488+0000 mgr.y (mgr.24491) 18921 : audit [DBG] from='client.44210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:49:46.819783+0000 mon.a (mon.0) 3917 : audit [DBG] from='client.? 172.21.15.177:0/1922729499' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:49:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:49:46.194488+0000 mgr.y (mgr.24491) 18921 : audit [DBG] from='client.44210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:49:46.819783+0000 mon.a (mon.0) 3917 : audit [DBG] from='client.? 172.21.15.177:0/1922729499' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:49:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:49:46.194488+0000 mgr.y (mgr.24491) 18921 : audit [DBG] from='client.44210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:49:46.819783+0000 mon.a (mon.0) 3917 : audit [DBG] from='client.? 172.21.15.177:0/1922729499' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:49:48.115 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:49:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:49:46.473221+0000 mgr.y (mgr.24491) 18922 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:47.032432+0000 mgr.y (mgr.24491) 18923 : cluster [DBG] pgmap v16717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:49:46.473221+0000 mgr.y (mgr.24491) 18922 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:47.032432+0000 mgr.y (mgr.24491) 18923 : cluster [DBG] pgmap v16717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:49:46.473221+0000 mgr.y (mgr.24491) 18922 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:49:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:47.032432+0000 mgr.y (mgr.24491) 18923 : cluster [DBG] pgmap v16717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:49.032839+0000 mgr.y (mgr.24491) 18924 : cluster [DBG] pgmap v16718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:49.032839+0000 mgr.y (mgr.24491) 18924 : cluster [DBG] pgmap v16718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:49.032839+0000 mgr.y (mgr.24491) 18924 : cluster [DBG] pgmap v16718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:49:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:51.033466+0000 mgr.y (mgr.24491) 18925 : cluster [DBG] pgmap v16719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:51.033466+0000 mgr.y (mgr.24491) 18925 : cluster [DBG] pgmap v16719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:51.033466+0000 mgr.y (mgr.24491) 18925 : cluster [DBG] pgmap v16719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:53.033840+0000 mgr.y (mgr.24491) 18926 : cluster [DBG] pgmap v16720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:53.033840+0000 mgr.y (mgr.24491) 18926 : cluster [DBG] pgmap v16720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:54.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:53.033840+0000 mgr.y (mgr.24491) 18926 : cluster [DBG] pgmap v16720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:55.034465+0000 mgr.y (mgr.24491) 18927 : cluster [DBG] pgmap v16721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:55.034465+0000 mgr.y (mgr.24491) 18927 : cluster [DBG] pgmap v16721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:55.034465+0000 mgr.y (mgr.24491) 18927 : cluster [DBG] pgmap v16721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:58.131 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:49:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:49:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:57.034858+0000 mgr.y (mgr.24491) 18928 : cluster [DBG] pgmap v16722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:57.034858+0000 mgr.y (mgr.24491) 18928 : cluster [DBG] pgmap v16722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:49:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:49:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:57.034858+0000 mgr.y (mgr.24491) 18928 : cluster [DBG] pgmap v16722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:49:59.035365+0000 mgr.y (mgr.24491) 18929 : cluster [DBG] pgmap v16723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:00.000170+0000 mon.a (mon.0) 3918 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:50:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T12:49:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:50:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:49:59.035365+0000 mgr.y (mgr.24491) 18929 : cluster [DBG] pgmap v16723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:00.000170+0000 mon.a (mon.0) 3918 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:50:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:49:59.035365+0000 mgr.y (mgr.24491) 18929 : cluster [DBG] pgmap v16723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:00.000170+0000 mon.a (mon.0) 3918 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T12:50:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:50:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:01.036021+0000 mgr.y (mgr.24491) 18930 : cluster [DBG] pgmap v16724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:01.036021+0000 mgr.y (mgr.24491) 18930 : cluster [DBG] pgmap v16724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:01.036021+0000 mgr.y (mgr.24491) 18930 : cluster [DBG] pgmap v16724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:03.036440+0000 mgr.y (mgr.24491) 18931 : cluster [DBG] pgmap v16725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:03.036440+0000 mgr.y (mgr.24491) 18931 : cluster [DBG] pgmap v16725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:03.036440+0000 mgr.y (mgr.24491) 18931 : cluster [DBG] pgmap v16725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:05.037078+0000 mgr.y (mgr.24491) 18932 : cluster [DBG] pgmap v16726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:05.037078+0000 mgr.y (mgr.24491) 18932 : cluster [DBG] pgmap v16726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:05.037078+0000 mgr.y (mgr.24491) 18932 : cluster [DBG] pgmap v16726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:07] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T12:50:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:07.037567+0000 mgr.y (mgr.24491) 18933 : cluster [DBG] pgmap v16727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:07.037567+0000 mgr.y (mgr.24491) 18933 : cluster [DBG] pgmap v16727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:07.037567+0000 mgr.y (mgr.24491) 18933 : cluster [DBG] pgmap v16727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:09.037995+0000 mgr.y (mgr.24491) 18934 : cluster [DBG] pgmap v16728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:10.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:09.037995+0000 mgr.y (mgr.24491) 18934 : cluster [DBG] pgmap v16728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:10.561 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:09.037995+0000 mgr.y (mgr.24491) 18934 : cluster [DBG] pgmap v16728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:50:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:11.038640+0000 mgr.y (mgr.24491) 18935 : cluster [DBG] pgmap v16729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:11.038640+0000 mgr.y (mgr.24491) 18935 : cluster [DBG] pgmap v16729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:11.038640+0000 mgr.y (mgr.24491) 18935 : cluster [DBG] pgmap v16729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:13.039128+0000 mgr.y (mgr.24491) 18936 : cluster [DBG] pgmap v16730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:13.039128+0000 mgr.y (mgr.24491) 18936 : cluster [DBG] pgmap v16730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:13.039128+0000 mgr.y (mgr.24491) 18936 : cluster [DBG] pgmap v16730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:50:14.441565+0000 mon.a (mon.0) 3919 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:50:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:50:14.736576+0000 mon.a (mon.0) 3920 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:50:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:50:14.737203+0000 mon.a (mon.0) 3921 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:50:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:50:14.741256+0000 mon.a (mon.0) 3922 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:50:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:50:14.441565+0000 mon.a (mon.0) 3919 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:50:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:50:14.736576+0000 mon.a (mon.0) 3920 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:50:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:50:14.737203+0000 mon.a (mon.0) 3921 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:50:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:50:14.741256+0000 mon.a (mon.0) 3922 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:50:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:50:14.441565+0000 mon.a (mon.0) 3919 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:50:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:50:14.736576+0000 mon.a (mon.0) 3920 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:50:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:50:14.737203+0000 mon.a (mon.0) 3921 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:50:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:50:14.741256+0000 mon.a (mon.0) 3922 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:50:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:15.039997+0000 mgr.y (mgr.24491) 18937 : cluster [DBG] pgmap v16731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:15.039997+0000 mgr.y (mgr.24491) 18937 : cluster [DBG] pgmap v16731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:15.039997+0000 mgr.y (mgr.24491) 18937 : cluster [DBG] pgmap v16731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:17.127 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:50:17.402 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:50:17.402 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 7m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:50:17.402 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:50:17.402 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 7m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:50:17.402 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:50:17.402 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:50:17.402 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 7m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:50:17.402 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 7m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:50:17.402 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:50:17.402 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 7m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:50:17.403 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 7m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:50:17.403 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:50:17.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 7m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:50:17.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 7m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:50:17.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 7m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:50:17.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 7m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:50:17.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 7m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:50:17.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 7m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:50:17.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:50:17.403 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:50:17.403 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:50:17.736 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:50:17.736 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:50:17.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:50:17.736 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:50:17.736 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:50:17.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:50:17.736 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:50:17.736 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:50:17.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:50:17.736 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:50:17.737 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:50:17.737 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:50:17.737 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:50:17.737 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:50:17.737 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:50:17.737 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:50:17.737 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:50:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:17] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:50:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:17.040341+0000 mgr.y (mgr.24491) 18938 : cluster [DBG] pgmap v16732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:50:17.116312+0000 mgr.y (mgr.24491) 18939 : audit [DBG] from='client.44228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:50:17.737103+0000 mon.c (mon.2) 583 : audit [DBG] from='client.? 172.21.15.177:0/566115445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:50:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:17.040341+0000 mgr.y (mgr.24491) 18938 : cluster [DBG] pgmap v16732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:50:17.116312+0000 mgr.y (mgr.24491) 18939 : audit [DBG] from='client.44228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:50:17.737103+0000 mon.c (mon.2) 583 : audit [DBG] from='client.? 172.21.15.177:0/566115445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:50:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:17.040341+0000 mgr.y (mgr.24491) 18938 : cluster [DBG] pgmap v16732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:50:17.116312+0000 mgr.y (mgr.24491) 18939 : audit [DBG] from='client.44228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:50:17.737103+0000 mon.c (mon.2) 583 : audit [DBG] from='client.? 172.21.15.177:0/566115445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:50:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:50:17.394894+0000 mgr.y (mgr.24491) 18940 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:50:17.394894+0000 mgr.y (mgr.24491) 18940 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:50:17.394894+0000 mgr.y (mgr.24491) 18940 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:19.040823+0000 mgr.y (mgr.24491) 18941 : cluster [DBG] pgmap v16733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:19.040823+0000 mgr.y (mgr.24491) 18941 : cluster [DBG] pgmap v16733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:19.040823+0000 mgr.y (mgr.24491) 18941 : cluster [DBG] pgmap v16733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:50:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:21.041494+0000 mgr.y (mgr.24491) 18942 : cluster [DBG] pgmap v16734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:21.041494+0000 mgr.y (mgr.24491) 18942 : cluster [DBG] pgmap v16734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:21.041494+0000 mgr.y (mgr.24491) 18942 : cluster [DBG] pgmap v16734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:23.041891+0000 mgr.y (mgr.24491) 18943 : cluster [DBG] pgmap v16735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:23.041891+0000 mgr.y (mgr.24491) 18943 : cluster [DBG] pgmap v16735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:23.041891+0000 mgr.y (mgr.24491) 18943 : cluster [DBG] pgmap v16735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:25.042726+0000 mgr.y (mgr.24491) 18944 : cluster [DBG] pgmap v16736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:25.042726+0000 mgr.y (mgr.24491) 18944 : cluster [DBG] pgmap v16736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:25.042726+0000 mgr.y (mgr.24491) 18944 : cluster [DBG] pgmap v16736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:27] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:50:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:27.043135+0000 mgr.y (mgr.24491) 18945 : cluster [DBG] pgmap v16737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:27.043135+0000 mgr.y (mgr.24491) 18945 : cluster [DBG] pgmap v16737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:27.043135+0000 mgr.y (mgr.24491) 18945 : cluster [DBG] pgmap v16737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:29.043673+0000 mgr.y (mgr.24491) 18946 : cluster [DBG] pgmap v16738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:29.043673+0000 mgr.y (mgr.24491) 18946 : cluster [DBG] pgmap v16738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:29.043673+0000 mgr.y (mgr.24491) 18946 : cluster [DBG] pgmap v16738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:50:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:31.044417+0000 mgr.y (mgr.24491) 18947 : cluster [DBG] pgmap v16739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:31.044417+0000 mgr.y (mgr.24491) 18947 : cluster [DBG] pgmap v16739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:31.044417+0000 mgr.y (mgr.24491) 18947 : cluster [DBG] pgmap v16739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:33.045001+0000 mgr.y (mgr.24491) 18948 : cluster [DBG] pgmap v16740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:33.045001+0000 mgr.y (mgr.24491) 18948 : cluster [DBG] pgmap v16740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:33.045001+0000 mgr.y (mgr.24491) 18948 : cluster [DBG] pgmap v16740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:35.045741+0000 mgr.y (mgr.24491) 18949 : cluster [DBG] pgmap v16741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:35.045741+0000 mgr.y (mgr.24491) 18949 : cluster [DBG] pgmap v16741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:35.045741+0000 mgr.y (mgr.24491) 18949 : cluster [DBG] pgmap v16741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:37] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:50:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:37.046102+0000 mgr.y (mgr.24491) 18950 : cluster [DBG] pgmap v16742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:37.046102+0000 mgr.y (mgr.24491) 18950 : cluster [DBG] pgmap v16742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:37.046102+0000 mgr.y (mgr.24491) 18950 : cluster [DBG] pgmap v16742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:39.046455+0000 mgr.y (mgr.24491) 18951 : cluster [DBG] pgmap v16743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:39.046455+0000 mgr.y (mgr.24491) 18951 : cluster [DBG] pgmap v16743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:39.046455+0000 mgr.y (mgr.24491) 18951 : cluster [DBG] pgmap v16743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:50:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:41.047313+0000 mgr.y (mgr.24491) 18952 : cluster [DBG] pgmap v16744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:41.047313+0000 mgr.y (mgr.24491) 18952 : cluster [DBG] pgmap v16744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:41.047313+0000 mgr.y (mgr.24491) 18952 : cluster [DBG] pgmap v16744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:43.047860+0000 mgr.y (mgr.24491) 18953 : cluster [DBG] pgmap v16745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:43.047860+0000 mgr.y (mgr.24491) 18953 : cluster [DBG] pgmap v16745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:43.047860+0000 mgr.y (mgr.24491) 18953 : cluster [DBG] pgmap v16745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:45.048553+0000 mgr.y (mgr.24491) 18954 : cluster [DBG] pgmap v16746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:45.048553+0000 mgr.y (mgr.24491) 18954 : cluster [DBG] pgmap v16746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:45.048553+0000 mgr.y (mgr.24491) 18954 : cluster [DBG] pgmap v16746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:48.045 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:50:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:47] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:50:48.321 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 7m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 7m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 7m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 7m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 7m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 7m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 7m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 7m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:50:48.322 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 7m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:50:48.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 7m ago 9h 42.7M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:50:48.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 7m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:50:48.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 7m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:50:48.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:50:48.323 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:50:48.323 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:50:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:47.048986+0000 mgr.y (mgr.24491) 18955 : cluster [DBG] pgmap v16747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:47.048986+0000 mgr.y (mgr.24491) 18955 : cluster [DBG] pgmap v16747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:47.048986+0000 mgr.y (mgr.24491) 18955 : cluster [DBG] pgmap v16747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:48.654 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:50:48.654 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:50:48.654 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:50:48.655 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:50:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:50:48.034222+0000 mgr.y (mgr.24491) 18956 : audit [DBG] from='client.44246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:49.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:50:48.655891+0000 mon.c (mon.2) 584 : audit [DBG] from='client.? 172.21.15.177:0/826654622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:50:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:50:48.034222+0000 mgr.y (mgr.24491) 18956 : audit [DBG] from='client.44246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:50:48.655891+0000 mon.c (mon.2) 584 : audit [DBG] from='client.? 172.21.15.177:0/826654622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:50:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:50:48.034222+0000 mgr.y (mgr.24491) 18956 : audit [DBG] from='client.44246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:50:48.655891+0000 mon.c (mon.2) 584 : audit [DBG] from='client.? 172.21.15.177:0/826654622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:50:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:50:48.315016+0000 mgr.y (mgr.24491) 18957 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:49.049345+0000 mgr.y (mgr.24491) 18958 : cluster [DBG] pgmap v16748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:50:48.315016+0000 mgr.y (mgr.24491) 18957 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:49.049345+0000 mgr.y (mgr.24491) 18958 : cluster [DBG] pgmap v16748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:50:48.315016+0000 mgr.y (mgr.24491) 18957 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:50:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:49.049345+0000 mgr.y (mgr.24491) 18958 : cluster [DBG] pgmap v16748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:50:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:51.049994+0000 mgr.y (mgr.24491) 18959 : cluster [DBG] pgmap v16749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:51.049994+0000 mgr.y (mgr.24491) 18959 : cluster [DBG] pgmap v16749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:51.049994+0000 mgr.y (mgr.24491) 18959 : cluster [DBG] pgmap v16749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:53.050499+0000 mgr.y (mgr.24491) 18960 : cluster [DBG] pgmap v16750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:53.050499+0000 mgr.y (mgr.24491) 18960 : cluster [DBG] pgmap v16750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:53.050499+0000 mgr.y (mgr.24491) 18960 : cluster [DBG] pgmap v16750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:55.051219+0000 mgr.y (mgr.24491) 18961 : cluster [DBG] pgmap v16751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:55.051219+0000 mgr.y (mgr.24491) 18961 : cluster [DBG] pgmap v16751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:55.051219+0000 mgr.y (mgr.24491) 18961 : cluster [DBG] pgmap v16751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:50:57] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:50:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:50:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:57.051787+0000 mgr.y (mgr.24491) 18962 : cluster [DBG] pgmap v16752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:57.051787+0000 mgr.y (mgr.24491) 18962 : cluster [DBG] pgmap v16752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:50:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:57.051787+0000 mgr.y (mgr.24491) 18962 : cluster [DBG] pgmap v16752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:50:59.052154+0000 mgr.y (mgr.24491) 18963 : cluster [DBG] pgmap v16753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:50:59.052154+0000 mgr.y (mgr.24491) 18963 : cluster [DBG] pgmap v16753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:50:59.052154+0000 mgr.y (mgr.24491) 18963 : cluster [DBG] pgmap v16753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:51:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:01.052830+0000 mgr.y (mgr.24491) 18964 : cluster [DBG] pgmap v16754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:01.052830+0000 mgr.y (mgr.24491) 18964 : cluster [DBG] pgmap v16754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:01.052830+0000 mgr.y (mgr.24491) 18964 : cluster [DBG] pgmap v16754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:03.053293+0000 mgr.y (mgr.24491) 18965 : cluster [DBG] pgmap v16755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:03.053293+0000 mgr.y (mgr.24491) 18965 : cluster [DBG] pgmap v16755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:03.053293+0000 mgr.y (mgr.24491) 18965 : cluster [DBG] pgmap v16755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:05.053931+0000 mgr.y (mgr.24491) 18966 : cluster [DBG] pgmap v16756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:05.053931+0000 mgr.y (mgr.24491) 18966 : cluster [DBG] pgmap v16756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:05.053931+0000 mgr.y (mgr.24491) 18966 : cluster [DBG] pgmap v16756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:51:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:07.054386+0000 mgr.y (mgr.24491) 18967 : cluster [DBG] pgmap v16757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:07.054386+0000 mgr.y (mgr.24491) 18967 : cluster [DBG] pgmap v16757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:07.054386+0000 mgr.y (mgr.24491) 18967 : cluster [DBG] pgmap v16757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:10.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:09.054809+0000 mgr.y (mgr.24491) 18968 : cluster [DBG] pgmap v16758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:09.054809+0000 mgr.y (mgr.24491) 18968 : cluster [DBG] pgmap v16758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:09.054809+0000 mgr.y (mgr.24491) 18968 : cluster [DBG] pgmap v16758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:51:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:11.055496+0000 mgr.y (mgr.24491) 18969 : cluster [DBG] pgmap v16759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:11.055496+0000 mgr.y (mgr.24491) 18969 : cluster [DBG] pgmap v16759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:11.055496+0000 mgr.y (mgr.24491) 18969 : cluster [DBG] pgmap v16759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:13.055904+0000 mgr.y (mgr.24491) 18970 : cluster [DBG] pgmap v16760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:13.055904+0000 mgr.y (mgr.24491) 18970 : cluster [DBG] pgmap v16760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:13.055904+0000 mgr.y (mgr.24491) 18970 : cluster [DBG] pgmap v16760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:14.745426+0000 mon.a (mon.0) 3923 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:15.036745+0000 mon.a (mon.0) 3924 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:15.037333+0000 mon.a (mon.0) 3925 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:15.037860+0000 mon.a (mon.0) 3926 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:15.038395+0000 mon.a (mon.0) 3927 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:15.043131+0000 mon.a (mon.0) 3928 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:15.044813+0000 mon.a (mon.0) 3929 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:15.045326+0000 mon.a (mon.0) 3930 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:51:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:15.051721+0000 mon.a (mon.0) 3931 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:51:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:14.745426+0000 mon.a (mon.0) 3923 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:51:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:15.036745+0000 mon.a (mon.0) 3924 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:15.037333+0000 mon.a (mon.0) 3925 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:15.037860+0000 mon.a (mon.0) 3926 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:15.038395+0000 mon.a (mon.0) 3927 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:15.043131+0000 mon.a (mon.0) 3928 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:51:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:15.044813+0000 mon.a (mon.0) 3929 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:51:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:15.045326+0000 mon.a (mon.0) 3930 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:51:15.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:15.051721+0000 mon.a (mon.0) 3931 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:14.745426+0000 mon.a (mon.0) 3923 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:15.036745+0000 mon.a (mon.0) 3924 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:15.037333+0000 mon.a (mon.0) 3925 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:15.037860+0000 mon.a (mon.0) 3926 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:15.038395+0000 mon.a (mon.0) 3927 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T12:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:15.043131+0000 mon.a (mon.0) 3928 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:15.044813+0000 mon.a (mon.0) 3929 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:15.045326+0000 mon.a (mon.0) 3930 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:51:15.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:15.051721+0000 mon.a (mon.0) 3931 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:51:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T12:51:15.038801+0000 mgr.y (mgr.24491) 18971 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T12:51:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:15.056430+0000 mgr.y (mgr.24491) 18972 : cluster [DBG] pgmap v16761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T12:51:15.038801+0000 mgr.y (mgr.24491) 18971 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T12:51:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:15.056430+0000 mgr.y (mgr.24491) 18972 : cluster [DBG] pgmap v16761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T12:51:15.038801+0000 mgr.y (mgr.24491) 18971 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T12:51:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:15.056430+0000 mgr.y (mgr.24491) 18972 : cluster [DBG] pgmap v16761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:18.124 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:17] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:51:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:17.056992+0000 mgr.y (mgr.24491) 18973 : cluster [DBG] pgmap v16762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:17.056992+0000 mgr.y (mgr.24491) 18973 : cluster [DBG] pgmap v16762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:17.056992+0000 mgr.y (mgr.24491) 18973 : cluster [DBG] pgmap v16762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:18.962 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:51:19.238 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:51:19.238 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:51:19.238 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 8m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:51:19.238 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 8m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:51:19.238 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 8m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:51:19.238 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 8m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 8m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 8m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.7M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 8m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 8m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:51:19.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 8m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:51:19.240 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 8m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:51:19.240 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 8m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:51:19.573 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:51:19.573 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:51:19.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:51:19.573 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:51:19.573 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:51:19.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:51:19.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:51:19.574 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:51:19.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:51:19.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:51:19.574 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:51:19.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:51:19.574 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:51:19.574 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:51:19.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:51:19.574 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:51:19.574 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:51:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:18.951221+0000 mgr.y (mgr.24491) 18974 : audit [DBG] from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:19.057303+0000 mgr.y (mgr.24491) 18975 : cluster [DBG] pgmap v16763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:19.231085+0000 mgr.y (mgr.24491) 18976 : audit [DBG] from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:19.574200+0000 mon.a (mon.0) 3932 : audit [DBG] from='client.? 172.21.15.177:0/3237147513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:51:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:18.951221+0000 mgr.y (mgr.24491) 18974 : audit [DBG] from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:19.057303+0000 mgr.y (mgr.24491) 18975 : cluster [DBG] pgmap v16763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:19.231085+0000 mgr.y (mgr.24491) 18976 : audit [DBG] from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:19.574200+0000 mon.a (mon.0) 3932 : audit [DBG] from='client.? 172.21.15.177:0/3237147513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:51:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:18.951221+0000 mgr.y (mgr.24491) 18974 : audit [DBG] from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:19.057303+0000 mgr.y (mgr.24491) 18975 : cluster [DBG] pgmap v16763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:19.231085+0000 mgr.y (mgr.24491) 18976 : audit [DBG] from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:19.574200+0000 mon.a (mon.0) 3932 : audit [DBG] from='client.? 172.21.15.177:0/3237147513' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:51:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:51:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:21.058079+0000 mgr.y (mgr.24491) 18977 : cluster [DBG] pgmap v16764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:21.058079+0000 mgr.y (mgr.24491) 18977 : cluster [DBG] pgmap v16764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:21.058079+0000 mgr.y (mgr.24491) 18977 : cluster [DBG] pgmap v16764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:23.058563+0000 mgr.y (mgr.24491) 18978 : cluster [DBG] pgmap v16765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:23.058563+0000 mgr.y (mgr.24491) 18978 : cluster [DBG] pgmap v16765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:23.058563+0000 mgr.y (mgr.24491) 18978 : cluster [DBG] pgmap v16765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:25.059454+0000 mgr.y (mgr.24491) 18979 : cluster [DBG] pgmap v16766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:25.059454+0000 mgr.y (mgr.24491) 18979 : cluster [DBG] pgmap v16766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:25.059454+0000 mgr.y (mgr.24491) 18979 : cluster [DBG] pgmap v16766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:28.144 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:27] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:51:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:27.059845+0000 mgr.y (mgr.24491) 18980 : cluster [DBG] pgmap v16767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:27.059845+0000 mgr.y (mgr.24491) 18980 : cluster [DBG] pgmap v16767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:27.059845+0000 mgr.y (mgr.24491) 18980 : cluster [DBG] pgmap v16767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:29.060282+0000 mgr.y (mgr.24491) 18981 : cluster [DBG] pgmap v16768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:29.060282+0000 mgr.y (mgr.24491) 18981 : cluster [DBG] pgmap v16768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:29.060282+0000 mgr.y (mgr.24491) 18981 : cluster [DBG] pgmap v16768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:51:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:31.061021+0000 mgr.y (mgr.24491) 18982 : cluster [DBG] pgmap v16769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:31.061021+0000 mgr.y (mgr.24491) 18982 : cluster [DBG] pgmap v16769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:31.061021+0000 mgr.y (mgr.24491) 18982 : cluster [DBG] pgmap v16769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:33.061583+0000 mgr.y (mgr.24491) 18983 : cluster [DBG] pgmap v16770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:33.061583+0000 mgr.y (mgr.24491) 18983 : cluster [DBG] pgmap v16770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:33.061583+0000 mgr.y (mgr.24491) 18983 : cluster [DBG] pgmap v16770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:35.062244+0000 mgr.y (mgr.24491) 18984 : cluster [DBG] pgmap v16771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:35.062244+0000 mgr.y (mgr.24491) 18984 : cluster [DBG] pgmap v16771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:35.062244+0000 mgr.y (mgr.24491) 18984 : cluster [DBG] pgmap v16771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:37] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:51:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:37.062624+0000 mgr.y (mgr.24491) 18985 : cluster [DBG] pgmap v16772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:37.062624+0000 mgr.y (mgr.24491) 18985 : cluster [DBG] pgmap v16772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:37.062624+0000 mgr.y (mgr.24491) 18985 : cluster [DBG] pgmap v16772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:40.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:39.063016+0000 mgr.y (mgr.24491) 18986 : cluster [DBG] pgmap v16773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:39.063016+0000 mgr.y (mgr.24491) 18986 : cluster [DBG] pgmap v16773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:39.063016+0000 mgr.y (mgr.24491) 18986 : cluster [DBG] pgmap v16773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:51:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:41.063678+0000 mgr.y (mgr.24491) 18987 : cluster [DBG] pgmap v16774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:41.063678+0000 mgr.y (mgr.24491) 18987 : cluster [DBG] pgmap v16774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:41.063678+0000 mgr.y (mgr.24491) 18987 : cluster [DBG] pgmap v16774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:43.064269+0000 mgr.y (mgr.24491) 18988 : cluster [DBG] pgmap v16775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:43.064269+0000 mgr.y (mgr.24491) 18988 : cluster [DBG] pgmap v16775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:43.064269+0000 mgr.y (mgr.24491) 18988 : cluster [DBG] pgmap v16775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:45.064872+0000 mgr.y (mgr.24491) 18989 : cluster [DBG] pgmap v16776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:45.064872+0000 mgr.y (mgr.24491) 18989 : cluster [DBG] pgmap v16776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:45.064872+0000 mgr.y (mgr.24491) 18989 : cluster [DBG] pgmap v16776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:47] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T12:51:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:47.065347+0000 mgr.y (mgr.24491) 18990 : cluster [DBG] pgmap v16777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:47.065347+0000 mgr.y (mgr.24491) 18990 : cluster [DBG] pgmap v16777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:47.065347+0000 mgr.y (mgr.24491) 18990 : cluster [DBG] pgmap v16777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:49.884 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:51:50.159 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:51:50.159 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:51:50.159 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 8m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:51:50.159 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 8m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:51:50.159 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 8m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:51:50.159 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 8m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:51:50.159 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 8m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 8m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.7M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 8m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 8m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 8m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 8m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:51:50.160 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 8m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:51:50.492 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:51:50.492 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:51:50.492 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:51:50.492 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:51:50.493 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:51:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:49.065764+0000 mgr.y (mgr.24491) 18991 : cluster [DBG] pgmap v16778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:49.065764+0000 mgr.y (mgr.24491) 18991 : cluster [DBG] pgmap v16778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:49.065764+0000 mgr.y (mgr.24491) 18991 : cluster [DBG] pgmap v16778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:51:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:49.873395+0000 mgr.y (mgr.24491) 18992 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:50.152536+0000 mgr.y (mgr.24491) 18993 : audit [DBG] from='client.44288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:51.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:51:50.493467+0000 mon.a (mon.0) 3933 : audit [DBG] from='client.? 172.21.15.177:0/3293624781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:51:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:49.873395+0000 mgr.y (mgr.24491) 18992 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:50.152536+0000 mgr.y (mgr.24491) 18993 : audit [DBG] from='client.44288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:51:50.493467+0000 mon.a (mon.0) 3933 : audit [DBG] from='client.? 172.21.15.177:0/3293624781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:51:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:49.873395+0000 mgr.y (mgr.24491) 18992 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:50.152536+0000 mgr.y (mgr.24491) 18993 : audit [DBG] from='client.44288 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:51:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:51:50.493467+0000 mon.a (mon.0) 3933 : audit [DBG] from='client.? 172.21.15.177:0/3293624781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:51:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:51.066510+0000 mgr.y (mgr.24491) 18994 : cluster [DBG] pgmap v16779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:51.066510+0000 mgr.y (mgr.24491) 18994 : cluster [DBG] pgmap v16779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:51.066510+0000 mgr.y (mgr.24491) 18994 : cluster [DBG] pgmap v16779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:53.067084+0000 mgr.y (mgr.24491) 18995 : cluster [DBG] pgmap v16780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:53.067084+0000 mgr.y (mgr.24491) 18995 : cluster [DBG] pgmap v16780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:53.067084+0000 mgr.y (mgr.24491) 18995 : cluster [DBG] pgmap v16780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:55.067875+0000 mgr.y (mgr.24491) 18996 : cluster [DBG] pgmap v16781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:55.067875+0000 mgr.y (mgr.24491) 18996 : cluster [DBG] pgmap v16781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:55.067875+0000 mgr.y (mgr.24491) 18996 : cluster [DBG] pgmap v16781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:51:57] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T12:51:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:51:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:57.068343+0000 mgr.y (mgr.24491) 18997 : cluster [DBG] pgmap v16782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:57.068343+0000 mgr.y (mgr.24491) 18997 : cluster [DBG] pgmap v16782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:51:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:51:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:57.068343+0000 mgr.y (mgr.24491) 18997 : cluster [DBG] pgmap v16782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:51:59.068783+0000 mgr.y (mgr.24491) 18998 : cluster [DBG] pgmap v16783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:51:59.068783+0000 mgr.y (mgr.24491) 18998 : cluster [DBG] pgmap v16783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:51:59.068783+0000 mgr.y (mgr.24491) 18998 : cluster [DBG] pgmap v16783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:52:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:01.069507+0000 mgr.y (mgr.24491) 18999 : cluster [DBG] pgmap v16784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:01.069507+0000 mgr.y (mgr.24491) 18999 : cluster [DBG] pgmap v16784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:01.069507+0000 mgr.y (mgr.24491) 18999 : cluster [DBG] pgmap v16784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:03.070014+0000 mgr.y (mgr.24491) 19000 : cluster [DBG] pgmap v16785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:03.070014+0000 mgr.y (mgr.24491) 19000 : cluster [DBG] pgmap v16785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:03.070014+0000 mgr.y (mgr.24491) 19000 : cluster [DBG] pgmap v16785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:05.070618+0000 mgr.y (mgr.24491) 19001 : cluster [DBG] pgmap v16786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:05.070618+0000 mgr.y (mgr.24491) 19001 : cluster [DBG] pgmap v16786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:05.070618+0000 mgr.y (mgr.24491) 19001 : cluster [DBG] pgmap v16786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:52:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:07.071183+0000 mgr.y (mgr.24491) 19002 : cluster [DBG] pgmap v16787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:07.071183+0000 mgr.y (mgr.24491) 19002 : cluster [DBG] pgmap v16787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:07.071183+0000 mgr.y (mgr.24491) 19002 : cluster [DBG] pgmap v16787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:09.071597+0000 mgr.y (mgr.24491) 19003 : cluster [DBG] pgmap v16788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:09.071597+0000 mgr.y (mgr.24491) 19003 : cluster [DBG] pgmap v16788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:09.071597+0000 mgr.y (mgr.24491) 19003 : cluster [DBG] pgmap v16788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:52:12.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:11.072247+0000 mgr.y (mgr.24491) 19004 : cluster [DBG] pgmap v16789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:11.072247+0000 mgr.y (mgr.24491) 19004 : cluster [DBG] pgmap v16789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:11.072247+0000 mgr.y (mgr.24491) 19004 : cluster [DBG] pgmap v16789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:13.072664+0000 mgr.y (mgr.24491) 19005 : cluster [DBG] pgmap v16790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:13.072664+0000 mgr.y (mgr.24491) 19005 : cluster [DBG] pgmap v16790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:13.072664+0000 mgr.y (mgr.24491) 19005 : cluster [DBG] pgmap v16790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:52:15.056625+0000 mon.a (mon.0) 3934 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:52:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:52:15.056625+0000 mon.a (mon.0) 3934 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:52:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:52:15.056625+0000 mon.a (mon.0) 3934 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:52:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:15.073368+0000 mgr.y (mgr.24491) 19006 : cluster [DBG] pgmap v16791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:52:15.350045+0000 mon.a (mon.0) 3935 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:52:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:52:15.350671+0000 mon.a (mon.0) 3936 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:52:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:52:15.358293+0000 mon.a (mon.0) 3937 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:52:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:15.073368+0000 mgr.y (mgr.24491) 19006 : cluster [DBG] pgmap v16791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:52:15.350045+0000 mon.a (mon.0) 3935 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:52:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:52:15.350671+0000 mon.a (mon.0) 3936 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:52:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:52:15.358293+0000 mon.a (mon.0) 3937 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:52:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:15.073368+0000 mgr.y (mgr.24491) 19006 : cluster [DBG] pgmap v16791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:52:15.350045+0000 mon.a (mon.0) 3935 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:52:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:52:15.350671+0000 mon.a (mon.0) 3936 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:52:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:52:15.358293+0000 mon.a (mon.0) 3937 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:52:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:17] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T12:52:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:17.073769+0000 mgr.y (mgr.24491) 19007 : cluster [DBG] pgmap v16792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:17.073769+0000 mgr.y (mgr.24491) 19007 : cluster [DBG] pgmap v16792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:17.073769+0000 mgr.y (mgr.24491) 19007 : cluster [DBG] pgmap v16792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:19.074189+0000 mgr.y (mgr.24491) 19008 : cluster [DBG] pgmap v16793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:19.074189+0000 mgr.y (mgr.24491) 19008 : cluster [DBG] pgmap v16793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:19.074189+0000 mgr.y (mgr.24491) 19008 : cluster [DBG] pgmap v16793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:20.799 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:52:21.071 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 9m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 9m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 9m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 9m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 9m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.7M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:52:21.072 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:52:21.073 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:52:21.073 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:52:21.073 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:52:21.073 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:52:21.403 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:52:21.403 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:52:21.403 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:52:21.403 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:52:21.403 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:52:21.403 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:52:21.403 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:52:21.403 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:52:21.403 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:52:21.403 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:52:21.403 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:52:21.404 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:52:21.404 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:52:21.404 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:52:21.404 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:52:21.404 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:52:21.404 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:52:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:52:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:52:20.788343+0000 mgr.y (mgr.24491) 19009 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:52:21.065074+0000 mgr.y (mgr.24491) 19010 : audit [DBG] from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:21.074771+0000 mgr.y (mgr.24491) 19011 : cluster [DBG] pgmap v16794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:52:21.404096+0000 mon.a (mon.0) 3938 : audit [DBG] from='client.? 172.21.15.177:0/1017955175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:52:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:52:20.788343+0000 mgr.y (mgr.24491) 19009 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:52:21.065074+0000 mgr.y (mgr.24491) 19010 : audit [DBG] from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:21.074771+0000 mgr.y (mgr.24491) 19011 : cluster [DBG] pgmap v16794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:52:21.404096+0000 mon.a (mon.0) 3938 : audit [DBG] from='client.? 172.21.15.177:0/1017955175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:52:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:52:20.788343+0000 mgr.y (mgr.24491) 19009 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:52:21.065074+0000 mgr.y (mgr.24491) 19010 : audit [DBG] from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:21.074771+0000 mgr.y (mgr.24491) 19011 : cluster [DBG] pgmap v16794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:52:21.404096+0000 mon.a (mon.0) 3938 : audit [DBG] from='client.? 172.21.15.177:0/1017955175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:52:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:23.075351+0000 mgr.y (mgr.24491) 19012 : cluster [DBG] pgmap v16795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:23.075351+0000 mgr.y (mgr.24491) 19012 : cluster [DBG] pgmap v16795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:23.075351+0000 mgr.y (mgr.24491) 19012 : cluster [DBG] pgmap v16795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:25.076033+0000 mgr.y (mgr.24491) 19013 : cluster [DBG] pgmap v16796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:25.076033+0000 mgr.y (mgr.24491) 19013 : cluster [DBG] pgmap v16796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:25.076033+0000 mgr.y (mgr.24491) 19013 : cluster [DBG] pgmap v16796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:27] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T12:52:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:27.076450+0000 mgr.y (mgr.24491) 19014 : cluster [DBG] pgmap v16797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:27.076450+0000 mgr.y (mgr.24491) 19014 : cluster [DBG] pgmap v16797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:27.076450+0000 mgr.y (mgr.24491) 19014 : cluster [DBG] pgmap v16797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:29.076857+0000 mgr.y (mgr.24491) 19015 : cluster [DBG] pgmap v16798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:29.076857+0000 mgr.y (mgr.24491) 19015 : cluster [DBG] pgmap v16798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:29.076857+0000 mgr.y (mgr.24491) 19015 : cluster [DBG] pgmap v16798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:52:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:31.077484+0000 mgr.y (mgr.24491) 19016 : cluster [DBG] pgmap v16799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:31.077484+0000 mgr.y (mgr.24491) 19016 : cluster [DBG] pgmap v16799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:31.077484+0000 mgr.y (mgr.24491) 19016 : cluster [DBG] pgmap v16799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:33.077896+0000 mgr.y (mgr.24491) 19017 : cluster [DBG] pgmap v16800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:33.077896+0000 mgr.y (mgr.24491) 19017 : cluster [DBG] pgmap v16800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:33.077896+0000 mgr.y (mgr.24491) 19017 : cluster [DBG] pgmap v16800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:35.078428+0000 mgr.y (mgr.24491) 19018 : cluster [DBG] pgmap v16801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:35.078428+0000 mgr.y (mgr.24491) 19018 : cluster [DBG] pgmap v16801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:35.078428+0000 mgr.y (mgr.24491) 19018 : cluster [DBG] pgmap v16801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:52:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:37.079015+0000 mgr.y (mgr.24491) 19019 : cluster [DBG] pgmap v16802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:37.079015+0000 mgr.y (mgr.24491) 19019 : cluster [DBG] pgmap v16802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:37.079015+0000 mgr.y (mgr.24491) 19019 : cluster [DBG] pgmap v16802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:39.079434+0000 mgr.y (mgr.24491) 19020 : cluster [DBG] pgmap v16803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:39.079434+0000 mgr.y (mgr.24491) 19020 : cluster [DBG] pgmap v16803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:39.079434+0000 mgr.y (mgr.24491) 19020 : cluster [DBG] pgmap v16803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:52:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:41.080145+0000 mgr.y (mgr.24491) 19021 : cluster [DBG] pgmap v16804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:41.080145+0000 mgr.y (mgr.24491) 19021 : cluster [DBG] pgmap v16804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:41.080145+0000 mgr.y (mgr.24491) 19021 : cluster [DBG] pgmap v16804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:43.080610+0000 mgr.y (mgr.24491) 19022 : cluster [DBG] pgmap v16805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:43.080610+0000 mgr.y (mgr.24491) 19022 : cluster [DBG] pgmap v16805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:43.080610+0000 mgr.y (mgr.24491) 19022 : cluster [DBG] pgmap v16805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:45.081338+0000 mgr.y (mgr.24491) 19023 : cluster [DBG] pgmap v16806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:45.081338+0000 mgr.y (mgr.24491) 19023 : cluster [DBG] pgmap v16806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:45.081338+0000 mgr.y (mgr.24491) 19023 : cluster [DBG] pgmap v16806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:47] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:52:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:47.081745+0000 mgr.y (mgr.24491) 19024 : cluster [DBG] pgmap v16807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:47.081745+0000 mgr.y (mgr.24491) 19024 : cluster [DBG] pgmap v16807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:47.081745+0000 mgr.y (mgr.24491) 19024 : cluster [DBG] pgmap v16807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:49.082338+0000 mgr.y (mgr.24491) 19025 : cluster [DBG] pgmap v16808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:49.082338+0000 mgr.y (mgr.24491) 19025 : cluster [DBG] pgmap v16808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:49.082338+0000 mgr.y (mgr.24491) 19025 : cluster [DBG] pgmap v16808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:52:51.716 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 9h 26.6M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 9m ago 9h 63.1M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 9m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 9m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1099M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 817M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 824M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 9m ago 9h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:52:51.993 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 9m ago 9h 24.7M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:52:51.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:52:51.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:52:51.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:52:51.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.7M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:52:51.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.5M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:52:51.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:52:51.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 44.0M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:52:51.994 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:52:51.994 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:52:52.331 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:52:52.331 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:52:52.331 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:52:52.331 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:52:52.331 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:52:52.331 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:52:52.331 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:52:52.331 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:52:52.331 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:52:52.331 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:52:52.331 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:52:52.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:52:52.332 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:52:52.332 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:52:52.332 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:52:52.332 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:52:52.332 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:52:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:51.083051+0000 mgr.y (mgr.24491) 19026 : cluster [DBG] pgmap v16809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:52.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:51.083051+0000 mgr.y (mgr.24491) 19026 : cluster [DBG] pgmap v16809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:51.083051+0000 mgr.y (mgr.24491) 19026 : cluster [DBG] pgmap v16809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:52:51.705458+0000 mgr.y (mgr.24491) 19027 : audit [DBG] from='client.44318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:52:51.986252+0000 mgr.y (mgr.24491) 19028 : audit [DBG] from='client.44324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:52:52.331882+0000 mon.c (mon.2) 585 : audit [DBG] from='client.? 172.21.15.177:0/3159313791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:52:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:52:51.705458+0000 mgr.y (mgr.24491) 19027 : audit [DBG] from='client.44318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:52:51.986252+0000 mgr.y (mgr.24491) 19028 : audit [DBG] from='client.44324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:52:52.331882+0000 mon.c (mon.2) 585 : audit [DBG] from='client.? 172.21.15.177:0/3159313791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:52:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:52:51.705458+0000 mgr.y (mgr.24491) 19027 : audit [DBG] from='client.44318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:52:51.986252+0000 mgr.y (mgr.24491) 19028 : audit [DBG] from='client.44324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:52:53.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:52:52.331882+0000 mon.c (mon.2) 585 : audit [DBG] from='client.? 172.21.15.177:0/3159313791' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:52:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:53.083573+0000 mgr.y (mgr.24491) 19029 : cluster [DBG] pgmap v16810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:53.083573+0000 mgr.y (mgr.24491) 19029 : cluster [DBG] pgmap v16810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:53.083573+0000 mgr.y (mgr.24491) 19029 : cluster [DBG] pgmap v16810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:55.084482+0000 mgr.y (mgr.24491) 19030 : cluster [DBG] pgmap v16811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:55.084482+0000 mgr.y (mgr.24491) 19030 : cluster [DBG] pgmap v16811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:55.084482+0000 mgr.y (mgr.24491) 19030 : cluster [DBG] pgmap v16811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:52:57] "GET /metrics HTTP/1.1" 200 188339 "" "Prometheus/2.33.4" 2024-04-20T12:52:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:52:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:57.084954+0000 mgr.y (mgr.24491) 19031 : cluster [DBG] pgmap v16812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:58.653 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:57.084954+0000 mgr.y (mgr.24491) 19031 : cluster [DBG] pgmap v16812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:52:58.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:57.084954+0000 mgr.y (mgr.24491) 19031 : cluster [DBG] pgmap v16812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:52:59.085341+0000 mgr.y (mgr.24491) 19032 : cluster [DBG] pgmap v16813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:52:59.085341+0000 mgr.y (mgr.24491) 19032 : cluster [DBG] pgmap v16813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:52:59.085341+0000 mgr.y (mgr.24491) 19032 : cluster [DBG] pgmap v16813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:53:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:01.086050+0000 mgr.y (mgr.24491) 19033 : cluster [DBG] pgmap v16814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:01.086050+0000 mgr.y (mgr.24491) 19033 : cluster [DBG] pgmap v16814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:01.086050+0000 mgr.y (mgr.24491) 19033 : cluster [DBG] pgmap v16814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:03.086438+0000 mgr.y (mgr.24491) 19034 : cluster [DBG] pgmap v16815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:03.086438+0000 mgr.y (mgr.24491) 19034 : cluster [DBG] pgmap v16815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:03.086438+0000 mgr.y (mgr.24491) 19034 : cluster [DBG] pgmap v16815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:05.087127+0000 mgr.y (mgr.24491) 19035 : cluster [DBG] pgmap v16816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:05.087127+0000 mgr.y (mgr.24491) 19035 : cluster [DBG] pgmap v16816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:05.087127+0000 mgr.y (mgr.24491) 19035 : cluster [DBG] pgmap v16816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:07] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:53:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:07.087659+0000 mgr.y (mgr.24491) 19036 : cluster [DBG] pgmap v16817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:07.087659+0000 mgr.y (mgr.24491) 19036 : cluster [DBG] pgmap v16817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:07.087659+0000 mgr.y (mgr.24491) 19036 : cluster [DBG] pgmap v16817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:09.088281+0000 mgr.y (mgr.24491) 19037 : cluster [DBG] pgmap v16818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:09.088281+0000 mgr.y (mgr.24491) 19037 : cluster [DBG] pgmap v16818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:09.088281+0000 mgr.y (mgr.24491) 19037 : cluster [DBG] pgmap v16818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:53:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:11.089049+0000 mgr.y (mgr.24491) 19038 : cluster [DBG] pgmap v16819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:11.089049+0000 mgr.y (mgr.24491) 19038 : cluster [DBG] pgmap v16819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:11.089049+0000 mgr.y (mgr.24491) 19038 : cluster [DBG] pgmap v16819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:13.089631+0000 mgr.y (mgr.24491) 19039 : cluster [DBG] pgmap v16820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:13.089631+0000 mgr.y (mgr.24491) 19039 : cluster [DBG] pgmap v16820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:13.089631+0000 mgr.y (mgr.24491) 19039 : cluster [DBG] pgmap v16820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:15.090414+0000 mgr.y (mgr.24491) 19040 : cluster [DBG] pgmap v16821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:15.362543+0000 mon.a (mon.0) 3939 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:53:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:15.090414+0000 mgr.y (mgr.24491) 19040 : cluster [DBG] pgmap v16821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:15.362543+0000 mon.a (mon.0) 3939 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:53:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:15.090414+0000 mgr.y (mgr.24491) 19040 : cluster [DBG] pgmap v16821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:15.362543+0000 mon.a (mon.0) 3939 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:53:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:17] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:53:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:17.090770+0000 mgr.y (mgr.24491) 19041 : cluster [DBG] pgmap v16822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:18.144318+0000 mon.a (mon.0) 3940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:53:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:17.090770+0000 mgr.y (mgr.24491) 19041 : cluster [DBG] pgmap v16822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:18.144318+0000 mon.a (mon.0) 3940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:53:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:17.090770+0000 mgr.y (mgr.24491) 19041 : cluster [DBG] pgmap v16822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:18.144318+0000 mon.a (mon.0) 3940 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:53:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:18.574061+0000 mon.a (mon.0) 3941 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:53:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:18.852492+0000 mon.a (mon.0) 3942 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:53:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:18.853171+0000 mon.a (mon.0) 3943 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:53:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:18.857552+0000 mon.a (mon.0) 3944 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:53:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:19.091142+0000 mgr.y (mgr.24491) 19042 : cluster [DBG] pgmap v16823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:18.574061+0000 mon.a (mon.0) 3941 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:53:19.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:18.852492+0000 mon.a (mon.0) 3942 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:53:19.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:18.853171+0000 mon.a (mon.0) 3943 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:53:19.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:18.857552+0000 mon.a (mon.0) 3944 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:53:19.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:19.091142+0000 mgr.y (mgr.24491) 19042 : cluster [DBG] pgmap v16823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:18.574061+0000 mon.a (mon.0) 3941 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:53:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:18.852492+0000 mon.a (mon.0) 3942 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:53:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:18.853171+0000 mon.a (mon.0) 3943 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:53:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:18.857552+0000 mon.a (mon.0) 3944 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:53:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:19.091142+0000 mgr.y (mgr.24491) 19042 : cluster [DBG] pgmap v16823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:53:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:21.091734+0000 mgr.y (mgr.24491) 19043 : cluster [DBG] pgmap v16824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:21.091734+0000 mgr.y (mgr.24491) 19043 : cluster [DBG] pgmap v16824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:21.091734+0000 mgr.y (mgr.24491) 19043 : cluster [DBG] pgmap v16824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:22.653 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:53:22.932 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:53:22.932 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:53:22.932 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4s ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:53:22.932 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:53:22.932 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:53:22.932 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:53:22.932 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 4s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 4s ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4s ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4s ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4s ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4s ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4s ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4s ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4s ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4s ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4s ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:53:22.933 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:53:22.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4s ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:53:22.934 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4s ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:53:23.263 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:53:23.263 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:53:23.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:53:23.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:53:23.263 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:53:23.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:53:23.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:53:23.263 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:53:23.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:53:23.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:53:23.263 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:53:23.264 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:53:23.264 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:53:23.264 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:53:23.264 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:53:23.264 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:53:23.264 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:53:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:22.642485+0000 mgr.y (mgr.24491) 19044 : audit [DBG] from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:22.925405+0000 mgr.y (mgr.24491) 19045 : audit [DBG] from='client.44342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:23.092120+0000 mgr.y (mgr.24491) 19046 : cluster [DBG] pgmap v16825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:23.263810+0000 mon.a (mon.0) 3945 : audit [DBG] from='client.? 172.21.15.177:0/3644663597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:53:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:22.642485+0000 mgr.y (mgr.24491) 19044 : audit [DBG] from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:22.925405+0000 mgr.y (mgr.24491) 19045 : audit [DBG] from='client.44342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:23.092120+0000 mgr.y (mgr.24491) 19046 : cluster [DBG] pgmap v16825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:24.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:23.263810+0000 mon.a (mon.0) 3945 : audit [DBG] from='client.? 172.21.15.177:0/3644663597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:53:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:22.642485+0000 mgr.y (mgr.24491) 19044 : audit [DBG] from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:22.925405+0000 mgr.y (mgr.24491) 19045 : audit [DBG] from='client.44342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:23.092120+0000 mgr.y (mgr.24491) 19046 : cluster [DBG] pgmap v16825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:23.263810+0000 mon.a (mon.0) 3945 : audit [DBG] from='client.? 172.21.15.177:0/3644663597' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:53:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:25.092936+0000 mgr.y (mgr.24491) 19047 : cluster [DBG] pgmap v16826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:25.092936+0000 mgr.y (mgr.24491) 19047 : cluster [DBG] pgmap v16826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:25.092936+0000 mgr.y (mgr.24491) 19047 : cluster [DBG] pgmap v16826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:27] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:53:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:27.093337+0000 mgr.y (mgr.24491) 19048 : cluster [DBG] pgmap v16827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:27.093337+0000 mgr.y (mgr.24491) 19048 : cluster [DBG] pgmap v16827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:27.093337+0000 mgr.y (mgr.24491) 19048 : cluster [DBG] pgmap v16827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:29.093767+0000 mgr.y (mgr.24491) 19049 : cluster [DBG] pgmap v16828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:29.093767+0000 mgr.y (mgr.24491) 19049 : cluster [DBG] pgmap v16828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:29.093767+0000 mgr.y (mgr.24491) 19049 : cluster [DBG] pgmap v16828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:53:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:31.094452+0000 mgr.y (mgr.24491) 19050 : cluster [DBG] pgmap v16829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:31.094452+0000 mgr.y (mgr.24491) 19050 : cluster [DBG] pgmap v16829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:31.094452+0000 mgr.y (mgr.24491) 19050 : cluster [DBG] pgmap v16829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:33.094989+0000 mgr.y (mgr.24491) 19051 : cluster [DBG] pgmap v16830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:33.094989+0000 mgr.y (mgr.24491) 19051 : cluster [DBG] pgmap v16830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:34.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:33.094989+0000 mgr.y (mgr.24491) 19051 : cluster [DBG] pgmap v16830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:35.095685+0000 mgr.y (mgr.24491) 19052 : cluster [DBG] pgmap v16831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:35.095685+0000 mgr.y (mgr.24491) 19052 : cluster [DBG] pgmap v16831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:35.095685+0000 mgr.y (mgr.24491) 19052 : cluster [DBG] pgmap v16831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:37] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T12:53:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:37.096128+0000 mgr.y (mgr.24491) 19053 : cluster [DBG] pgmap v16832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:37.096128+0000 mgr.y (mgr.24491) 19053 : cluster [DBG] pgmap v16832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:37.096128+0000 mgr.y (mgr.24491) 19053 : cluster [DBG] pgmap v16832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:39.096610+0000 mgr.y (mgr.24491) 19054 : cluster [DBG] pgmap v16833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:39.096610+0000 mgr.y (mgr.24491) 19054 : cluster [DBG] pgmap v16833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:39.096610+0000 mgr.y (mgr.24491) 19054 : cluster [DBG] pgmap v16833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:53:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:41.097317+0000 mgr.y (mgr.24491) 19055 : cluster [DBG] pgmap v16834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:41.097317+0000 mgr.y (mgr.24491) 19055 : cluster [DBG] pgmap v16834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:41.097317+0000 mgr.y (mgr.24491) 19055 : cluster [DBG] pgmap v16834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:43.097914+0000 mgr.y (mgr.24491) 19056 : cluster [DBG] pgmap v16835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:43.097914+0000 mgr.y (mgr.24491) 19056 : cluster [DBG] pgmap v16835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:43.097914+0000 mgr.y (mgr.24491) 19056 : cluster [DBG] pgmap v16835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:45.098605+0000 mgr.y (mgr.24491) 19057 : cluster [DBG] pgmap v16836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:45.098605+0000 mgr.y (mgr.24491) 19057 : cluster [DBG] pgmap v16836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:45.098605+0000 mgr.y (mgr.24491) 19057 : cluster [DBG] pgmap v16836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:47] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:53:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:47.099148+0000 mgr.y (mgr.24491) 19058 : cluster [DBG] pgmap v16837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:47.099148+0000 mgr.y (mgr.24491) 19058 : cluster [DBG] pgmap v16837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:47.099148+0000 mgr.y (mgr.24491) 19058 : cluster [DBG] pgmap v16837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:49.099604+0000 mgr.y (mgr.24491) 19059 : cluster [DBG] pgmap v16838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:49.099604+0000 mgr.y (mgr.24491) 19059 : cluster [DBG] pgmap v16838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:49.099604+0000 mgr.y (mgr.24491) 19059 : cluster [DBG] pgmap v16838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:53:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:51.100316+0000 mgr.y (mgr.24491) 19060 : cluster [DBG] pgmap v16839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:51.100316+0000 mgr.y (mgr.24491) 19060 : cluster [DBG] pgmap v16839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:51.100316+0000 mgr.y (mgr.24491) 19060 : cluster [DBG] pgmap v16839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:53.573 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:53:53.847 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:53:53.847 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 35s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:53:53.847 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 35s ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:53:53.847 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 35s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:53:53.847 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 35s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:53:53.847 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 35s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:53:53.847 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 35s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 35s ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 35s ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 35s ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 35s ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 35s ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 35s ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 35s ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 35s ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 35s ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 35s ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 35s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 35s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:53:53.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 35s ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:53:53.849 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 35s ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:53:54.180 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:53:54.180 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:53:54.180 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:53:54.180 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:53:54.181 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:53:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:53.100769+0000 mgr.y (mgr.24491) 19061 : cluster [DBG] pgmap v16840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:54.181348+0000 mon.c (mon.2) 586 : audit [DBG] from='client.? 172.21.15.177:0/2603400733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:53:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:53.100769+0000 mgr.y (mgr.24491) 19061 : cluster [DBG] pgmap v16840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:54.181348+0000 mon.c (mon.2) 586 : audit [DBG] from='client.? 172.21.15.177:0/2603400733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:53:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:53.100769+0000 mgr.y (mgr.24491) 19061 : cluster [DBG] pgmap v16840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:54.181348+0000 mon.c (mon.2) 586 : audit [DBG] from='client.? 172.21.15.177:0/2603400733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:53:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:53.562081+0000 mgr.y (mgr.24491) 19062 : audit [DBG] from='client.44354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:55.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:53:53.840513+0000 mgr.y (mgr.24491) 19063 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:53.562081+0000 mgr.y (mgr.24491) 19062 : audit [DBG] from='client.44354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:53:53.840513+0000 mgr.y (mgr.24491) 19063 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:53.562081+0000 mgr.y (mgr.24491) 19062 : audit [DBG] from='client.44354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:53:53.840513+0000 mgr.y (mgr.24491) 19063 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:53:56.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:55.101467+0000 mgr.y (mgr.24491) 19064 : cluster [DBG] pgmap v16841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:55.101467+0000 mgr.y (mgr.24491) 19064 : cluster [DBG] pgmap v16841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:55.101467+0000 mgr.y (mgr.24491) 19064 : cluster [DBG] pgmap v16841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:53:57] "GET /metrics HTTP/1.1" 200 188335 "" "Prometheus/2.33.4" 2024-04-20T12:53:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:53:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:57.101894+0000 mgr.y (mgr.24491) 19065 : cluster [DBG] pgmap v16842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:57.101894+0000 mgr.y (mgr.24491) 19065 : cluster [DBG] pgmap v16842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:53:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:57.101894+0000 mgr.y (mgr.24491) 19065 : cluster [DBG] pgmap v16842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:00.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:53:59.102389+0000 mgr.y (mgr.24491) 19066 : cluster [DBG] pgmap v16843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:53:59.102389+0000 mgr.y (mgr.24491) 19066 : cluster [DBG] pgmap v16843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:53:59.102389+0000 mgr.y (mgr.24491) 19066 : cluster [DBG] pgmap v16843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:54:02.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:01.103038+0000 mgr.y (mgr.24491) 19067 : cluster [DBG] pgmap v16844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:01.103038+0000 mgr.y (mgr.24491) 19067 : cluster [DBG] pgmap v16844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:01.103038+0000 mgr.y (mgr.24491) 19067 : cluster [DBG] pgmap v16844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:04.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:03.103620+0000 mgr.y (mgr.24491) 19068 : cluster [DBG] pgmap v16845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:03.103620+0000 mgr.y (mgr.24491) 19068 : cluster [DBG] pgmap v16845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:03.103620+0000 mgr.y (mgr.24491) 19068 : cluster [DBG] pgmap v16845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:05.104489+0000 mgr.y (mgr.24491) 19069 : cluster [DBG] pgmap v16846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:05.104489+0000 mgr.y (mgr.24491) 19069 : cluster [DBG] pgmap v16846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:05.104489+0000 mgr.y (mgr.24491) 19069 : cluster [DBG] pgmap v16846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:07] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:54:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:07.104934+0000 mgr.y (mgr.24491) 19070 : cluster [DBG] pgmap v16847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:07.104934+0000 mgr.y (mgr.24491) 19070 : cluster [DBG] pgmap v16847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:07.104934+0000 mgr.y (mgr.24491) 19070 : cluster [DBG] pgmap v16847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:09.105468+0000 mgr.y (mgr.24491) 19071 : cluster [DBG] pgmap v16848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:09.105468+0000 mgr.y (mgr.24491) 19071 : cluster [DBG] pgmap v16848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:09.105468+0000 mgr.y (mgr.24491) 19071 : cluster [DBG] pgmap v16848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:54:12.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:11.106247+0000 mgr.y (mgr.24491) 19072 : cluster [DBG] pgmap v16849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:11.106247+0000 mgr.y (mgr.24491) 19072 : cluster [DBG] pgmap v16849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:11.106247+0000 mgr.y (mgr.24491) 19072 : cluster [DBG] pgmap v16849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:13.106604+0000 mgr.y (mgr.24491) 19073 : cluster [DBG] pgmap v16850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:13.106604+0000 mgr.y (mgr.24491) 19073 : cluster [DBG] pgmap v16850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:13.106604+0000 mgr.y (mgr.24491) 19073 : cluster [DBG] pgmap v16850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:15.107439+0000 mgr.y (mgr.24491) 19074 : cluster [DBG] pgmap v16851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:15.107439+0000 mgr.y (mgr.24491) 19074 : cluster [DBG] pgmap v16851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:15.107439+0000 mgr.y (mgr.24491) 19074 : cluster [DBG] pgmap v16851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:17] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T12:54:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:17.107857+0000 mgr.y (mgr.24491) 19075 : cluster [DBG] pgmap v16852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:17.107857+0000 mgr.y (mgr.24491) 19075 : cluster [DBG] pgmap v16852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:17.107857+0000 mgr.y (mgr.24491) 19075 : cluster [DBG] pgmap v16852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:19.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:54:18.862262+0000 mon.a (mon.0) 3946 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:54:19.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:54:19.154404+0000 mon.a (mon.0) 3947 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:54:19.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:54:19.155020+0000 mon.a (mon.0) 3948 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:54:19.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:54:19.159574+0000 mon.a (mon.0) 3949 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:54:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:54:18.862262+0000 mon.a (mon.0) 3946 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:54:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:54:19.154404+0000 mon.a (mon.0) 3947 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:54:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:54:19.155020+0000 mon.a (mon.0) 3948 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:54:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:54:19.159574+0000 mon.a (mon.0) 3949 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:54:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:54:18.862262+0000 mon.a (mon.0) 3946 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:54:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:54:19.154404+0000 mon.a (mon.0) 3947 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:54:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:54:19.155020+0000 mon.a (mon.0) 3948 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:54:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:54:19.159574+0000 mon.a (mon.0) 3949 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:54:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:19.108170+0000 mgr.y (mgr.24491) 19076 : cluster [DBG] pgmap v16853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:19.108170+0000 mgr.y (mgr.24491) 19076 : cluster [DBG] pgmap v16853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:19.108170+0000 mgr.y (mgr.24491) 19076 : cluster [DBG] pgmap v16853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:54:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:21.109017+0000 mgr.y (mgr.24491) 19077 : cluster [DBG] pgmap v16854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:21.109017+0000 mgr.y (mgr.24491) 19077 : cluster [DBG] pgmap v16854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:21.109017+0000 mgr.y (mgr.24491) 19077 : cluster [DBG] pgmap v16854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:24.493 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:54:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:23.109536+0000 mgr.y (mgr.24491) 19078 : cluster [DBG] pgmap v16855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:23.109536+0000 mgr.y (mgr.24491) 19078 : cluster [DBG] pgmap v16855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:23.109536+0000 mgr.y (mgr.24491) 19078 : cluster [DBG] pgmap v16855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:24.768 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:54:24.768 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 66s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:54:24.768 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 66s ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:54:24.768 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 66s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:54:24.768 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 66s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:54:24.768 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 66s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:54:24.768 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 66s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 66s ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 66s ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 66s ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 66s ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 66s ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 66s ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 66s ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 66s ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 66s ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 66s ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 66s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:54:24.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 66s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:54:24.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 66s ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:54:24.770 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 66s ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:54:25.101 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:54:25.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:54:25.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:54:25.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:54:25.102 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:54:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:54:25.102414+0000 mon.c (mon.2) 587 : audit [DBG] from='client.? 172.21.15.177:0/3336092382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:54:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:54:25.102414+0000 mon.c (mon.2) 587 : audit [DBG] from='client.? 172.21.15.177:0/3336092382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:54:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:54:25.102414+0000 mon.c (mon.2) 587 : audit [DBG] from='client.? 172.21.15.177:0/3336092382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:54:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:54:24.482102+0000 mgr.y (mgr.24491) 19079 : audit [DBG] from='client.44372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:54:24.761752+0000 mgr.y (mgr.24491) 19080 : audit [DBG] from='client.44378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:25.110263+0000 mgr.y (mgr.24491) 19081 : cluster [DBG] pgmap v16856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:54:24.482102+0000 mgr.y (mgr.24491) 19079 : audit [DBG] from='client.44372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:54:24.761752+0000 mgr.y (mgr.24491) 19080 : audit [DBG] from='client.44378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:25.110263+0000 mgr.y (mgr.24491) 19081 : cluster [DBG] pgmap v16856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:54:24.482102+0000 mgr.y (mgr.24491) 19079 : audit [DBG] from='client.44372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:54:24.761752+0000 mgr.y (mgr.24491) 19080 : audit [DBG] from='client.44378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:25.110263+0000 mgr.y (mgr.24491) 19081 : cluster [DBG] pgmap v16856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:27] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T12:54:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:27.110676+0000 mgr.y (mgr.24491) 19082 : cluster [DBG] pgmap v16857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:27.110676+0000 mgr.y (mgr.24491) 19082 : cluster [DBG] pgmap v16857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:27.110676+0000 mgr.y (mgr.24491) 19082 : cluster [DBG] pgmap v16857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:29.111260+0000 mgr.y (mgr.24491) 19083 : cluster [DBG] pgmap v16858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:29.111260+0000 mgr.y (mgr.24491) 19083 : cluster [DBG] pgmap v16858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:29.111260+0000 mgr.y (mgr.24491) 19083 : cluster [DBG] pgmap v16858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:54:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:31.112054+0000 mgr.y (mgr.24491) 19084 : cluster [DBG] pgmap v16859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:31.112054+0000 mgr.y (mgr.24491) 19084 : cluster [DBG] pgmap v16859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:31.112054+0000 mgr.y (mgr.24491) 19084 : cluster [DBG] pgmap v16859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:33.112472+0000 mgr.y (mgr.24491) 19085 : cluster [DBG] pgmap v16860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:33.112472+0000 mgr.y (mgr.24491) 19085 : cluster [DBG] pgmap v16860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:33.112472+0000 mgr.y (mgr.24491) 19085 : cluster [DBG] pgmap v16860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:35.113169+0000 mgr.y (mgr.24491) 19086 : cluster [DBG] pgmap v16861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:35.113169+0000 mgr.y (mgr.24491) 19086 : cluster [DBG] pgmap v16861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:35.113169+0000 mgr.y (mgr.24491) 19086 : cluster [DBG] pgmap v16861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:37] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:54:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:37.113743+0000 mgr.y (mgr.24491) 19087 : cluster [DBG] pgmap v16862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:37.113743+0000 mgr.y (mgr.24491) 19087 : cluster [DBG] pgmap v16862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:37.113743+0000 mgr.y (mgr.24491) 19087 : cluster [DBG] pgmap v16862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:39.114181+0000 mgr.y (mgr.24491) 19088 : cluster [DBG] pgmap v16863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:39.114181+0000 mgr.y (mgr.24491) 19088 : cluster [DBG] pgmap v16863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:39.114181+0000 mgr.y (mgr.24491) 19088 : cluster [DBG] pgmap v16863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:54:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:41.115060+0000 mgr.y (mgr.24491) 19089 : cluster [DBG] pgmap v16864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:41.115060+0000 mgr.y (mgr.24491) 19089 : cluster [DBG] pgmap v16864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:41.115060+0000 mgr.y (mgr.24491) 19089 : cluster [DBG] pgmap v16864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:43.115536+0000 mgr.y (mgr.24491) 19090 : cluster [DBG] pgmap v16865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:44.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:43.115536+0000 mgr.y (mgr.24491) 19090 : cluster [DBG] pgmap v16865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:43.115536+0000 mgr.y (mgr.24491) 19090 : cluster [DBG] pgmap v16865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:45.116430+0000 mgr.y (mgr.24491) 19091 : cluster [DBG] pgmap v16866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:45.116430+0000 mgr.y (mgr.24491) 19091 : cluster [DBG] pgmap v16866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:46.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:45.116430+0000 mgr.y (mgr.24491) 19091 : cluster [DBG] pgmap v16866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:54:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:47.116920+0000 mgr.y (mgr.24491) 19092 : cluster [DBG] pgmap v16867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:47.116920+0000 mgr.y (mgr.24491) 19092 : cluster [DBG] pgmap v16867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:47.116920+0000 mgr.y (mgr.24491) 19092 : cluster [DBG] pgmap v16867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:49.117391+0000 mgr.y (mgr.24491) 19093 : cluster [DBG] pgmap v16868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:49.117391+0000 mgr.y (mgr.24491) 19093 : cluster [DBG] pgmap v16868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:49.117391+0000 mgr.y (mgr.24491) 19093 : cluster [DBG] pgmap v16868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:54:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:51.118060+0000 mgr.y (mgr.24491) 19094 : cluster [DBG] pgmap v16869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:51.118060+0000 mgr.y (mgr.24491) 19094 : cluster [DBG] pgmap v16869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:51.118060+0000 mgr.y (mgr.24491) 19094 : cluster [DBG] pgmap v16869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:53.118568+0000 mgr.y (mgr.24491) 19095 : cluster [DBG] pgmap v16870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:53.118568+0000 mgr.y (mgr.24491) 19095 : cluster [DBG] pgmap v16870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:53.118568+0000 mgr.y (mgr.24491) 19095 : cluster [DBG] pgmap v16870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:55.413 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:54:55.688 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:54:55.688 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 97s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:54:55.688 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 97s ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:54:55.688 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 97s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:54:55.688 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 97s ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 97s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 97s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 97s ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 97s ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 97s ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 97s ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 97s ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 97s ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 97s ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 97s ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 97s ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 97s ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 97s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 97s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 97s ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:54:55.689 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 97s ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:54:56.022 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:54:56.022 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:54:56.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:54:56.022 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:54:56.022 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:54:56.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:54:56.022 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:54:56.022 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:54:56.022 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:54:56.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:54:56.023 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:54:56.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:54:56.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:54:56.023 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:54:56.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:54:56.023 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:54:56.023 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:54:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:55.119465+0000 mgr.y (mgr.24491) 19096 : cluster [DBG] pgmap v16871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:54:56.022924+0000 mon.a (mon.0) 3950 : audit [DBG] from='client.? 172.21.15.177:0/2315361354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:54:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:55.119465+0000 mgr.y (mgr.24491) 19096 : cluster [DBG] pgmap v16871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:54:56.022924+0000 mon.a (mon.0) 3950 : audit [DBG] from='client.? 172.21.15.177:0/2315361354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:54:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:55.119465+0000 mgr.y (mgr.24491) 19096 : cluster [DBG] pgmap v16871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:54:56.022924+0000 mon.a (mon.0) 3950 : audit [DBG] from='client.? 172.21.15.177:0/2315361354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:54:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:54:55.401747+0000 mgr.y (mgr.24491) 19097 : audit [DBG] from='client.44390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:54:55.681279+0000 mgr.y (mgr.24491) 19098 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:57.119955+0000 mgr.y (mgr.24491) 19099 : cluster [DBG] pgmap v16872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:57.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:54:55.401747+0000 mgr.y (mgr.24491) 19097 : audit [DBG] from='client.44390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:57.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:54:55.681279+0000 mgr.y (mgr.24491) 19098 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:57.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:57.119955+0000 mgr.y (mgr.24491) 19099 : cluster [DBG] pgmap v16872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:54:55.401747+0000 mgr.y (mgr.24491) 19097 : audit [DBG] from='client.44390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:54:55.681279+0000 mgr.y (mgr.24491) 19098 : audit [DBG] from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:54:57.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:54:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:57.119955+0000 mgr.y (mgr.24491) 19099 : cluster [DBG] pgmap v16872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:54:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:54:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:55:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:54:59.120311+0000 mgr.y (mgr.24491) 19100 : cluster [DBG] pgmap v16873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:54:59.120311+0000 mgr.y (mgr.24491) 19100 : cluster [DBG] pgmap v16873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:54:59.120311+0000 mgr.y (mgr.24491) 19100 : cluster [DBG] pgmap v16873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:55:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:01.120968+0000 mgr.y (mgr.24491) 19101 : cluster [DBG] pgmap v16874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:01.120968+0000 mgr.y (mgr.24491) 19101 : cluster [DBG] pgmap v16874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:01.120968+0000 mgr.y (mgr.24491) 19101 : cluster [DBG] pgmap v16874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:03.121488+0000 mgr.y (mgr.24491) 19102 : cluster [DBG] pgmap v16875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:03.121488+0000 mgr.y (mgr.24491) 19102 : cluster [DBG] pgmap v16875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:03.121488+0000 mgr.y (mgr.24491) 19102 : cluster [DBG] pgmap v16875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:06.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:05.122298+0000 mgr.y (mgr.24491) 19103 : cluster [DBG] pgmap v16876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:05.122298+0000 mgr.y (mgr.24491) 19103 : cluster [DBG] pgmap v16876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:05.122298+0000 mgr.y (mgr.24491) 19103 : cluster [DBG] pgmap v16876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:07] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T12:55:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:07.122652+0000 mgr.y (mgr.24491) 19104 : cluster [DBG] pgmap v16877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:07.122652+0000 mgr.y (mgr.24491) 19104 : cluster [DBG] pgmap v16877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:07.122652+0000 mgr.y (mgr.24491) 19104 : cluster [DBG] pgmap v16877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:09.123151+0000 mgr.y (mgr.24491) 19105 : cluster [DBG] pgmap v16878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:09.123151+0000 mgr.y (mgr.24491) 19105 : cluster [DBG] pgmap v16878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:09.123151+0000 mgr.y (mgr.24491) 19105 : cluster [DBG] pgmap v16878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:55:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:11.123766+0000 mgr.y (mgr.24491) 19106 : cluster [DBG] pgmap v16879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:11.123766+0000 mgr.y (mgr.24491) 19106 : cluster [DBG] pgmap v16879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:11.123766+0000 mgr.y (mgr.24491) 19106 : cluster [DBG] pgmap v16879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:13.124160+0000 mgr.y (mgr.24491) 19107 : cluster [DBG] pgmap v16880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:13.124160+0000 mgr.y (mgr.24491) 19107 : cluster [DBG] pgmap v16880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:13.124160+0000 mgr.y (mgr.24491) 19107 : cluster [DBG] pgmap v16880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:15.124876+0000 mgr.y (mgr.24491) 19108 : cluster [DBG] pgmap v16881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:15.124876+0000 mgr.y (mgr.24491) 19108 : cluster [DBG] pgmap v16881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:15.124876+0000 mgr.y (mgr.24491) 19108 : cluster [DBG] pgmap v16881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:17] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:55:18.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:17.125295+0000 mgr.y (mgr.24491) 19109 : cluster [DBG] pgmap v16882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:17.125295+0000 mgr.y (mgr.24491) 19109 : cluster [DBG] pgmap v16882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:17.125295+0000 mgr.y (mgr.24491) 19109 : cluster [DBG] pgmap v16882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:55:19.163752+0000 mon.a (mon.0) 3951 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:55:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:55:19.163752+0000 mon.a (mon.0) 3951 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:55:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:55:19.163752+0000 mon.a (mon.0) 3951 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:55:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:19.125812+0000 mgr.y (mgr.24491) 19110 : cluster [DBG] pgmap v16883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:55:19.462059+0000 mon.a (mon.0) 3952 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:55:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:55:19.462652+0000 mon.a (mon.0) 3953 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:55:20.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:55:19.466677+0000 mon.a (mon.0) 3954 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:55:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:19.125812+0000 mgr.y (mgr.24491) 19110 : cluster [DBG] pgmap v16883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:55:19.462059+0000 mon.a (mon.0) 3952 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:55:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:55:19.462652+0000 mon.a (mon.0) 3953 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:55:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:55:19.466677+0000 mon.a (mon.0) 3954 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:55:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:19.125812+0000 mgr.y (mgr.24491) 19110 : cluster [DBG] pgmap v16883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:55:19.462059+0000 mon.a (mon.0) 3952 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:55:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:55:19.462652+0000 mon.a (mon.0) 3953 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:55:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:55:19.466677+0000 mon.a (mon.0) 3954 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:55:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:55:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:21.126489+0000 mgr.y (mgr.24491) 19111 : cluster [DBG] pgmap v16884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:21.126489+0000 mgr.y (mgr.24491) 19111 : cluster [DBG] pgmap v16884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:21.126489+0000 mgr.y (mgr.24491) 19111 : cluster [DBG] pgmap v16884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:24.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:23.126976+0000 mgr.y (mgr.24491) 19112 : cluster [DBG] pgmap v16885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:23.126976+0000 mgr.y (mgr.24491) 19112 : cluster [DBG] pgmap v16885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:24.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:23.126976+0000 mgr.y (mgr.24491) 19112 : cluster [DBG] pgmap v16885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:26.333 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:55:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:25.127715+0000 mgr.y (mgr.24491) 19113 : cluster [DBG] pgmap v16886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:26.610 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:55:26.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:55:26.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:55:26.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:55:26.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:55:26.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:55:26.612 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:55:26.612 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:55:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:25.127715+0000 mgr.y (mgr.24491) 19113 : cluster [DBG] pgmap v16886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:25.127715+0000 mgr.y (mgr.24491) 19113 : cluster [DBG] pgmap v16886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:26.943 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:55:26.943 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:55:26.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:55:26.943 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:55:26.943 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:55:26.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:55:26.943 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:55:26.944 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:55:26.944 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:55:26.944 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:55:26.944 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:55:26.944 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:55:26.944 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:55:26.944 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:55:26.944 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:55:26.944 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:55:26.944 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:55:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:55:26.943431+0000 mon.c (mon.2) 588 : audit [DBG] from='client.? 172.21.15.177:0/2113050324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:55:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:55:26.943431+0000 mon.c (mon.2) 588 : audit [DBG] from='client.? 172.21.15.177:0/2113050324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:55:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:55:26.943431+0000 mon.c (mon.2) 588 : audit [DBG] from='client.? 172.21.15.177:0/2113050324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:55:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:27] "GET /metrics HTTP/1.1" 200 188338 "" "Prometheus/2.33.4" 2024-04-20T12:55:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:55:26.322390+0000 mgr.y (mgr.24491) 19114 : audit [DBG] from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:55:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:55:26.603718+0000 mgr.y (mgr.24491) 19115 : audit [DBG] from='client.44414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:55:28.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:27.128109+0000 mgr.y (mgr.24491) 19116 : cluster [DBG] pgmap v16887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:55:26.322390+0000 mgr.y (mgr.24491) 19114 : audit [DBG] from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:55:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:55:26.603718+0000 mgr.y (mgr.24491) 19115 : audit [DBG] from='client.44414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:55:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:27.128109+0000 mgr.y (mgr.24491) 19116 : cluster [DBG] pgmap v16887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:55:26.322390+0000 mgr.y (mgr.24491) 19114 : audit [DBG] from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:55:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:55:26.603718+0000 mgr.y (mgr.24491) 19115 : audit [DBG] from='client.44414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:55:28.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:27.128109+0000 mgr.y (mgr.24491) 19116 : cluster [DBG] pgmap v16887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:29.130922+0000 mgr.y (mgr.24491) 19117 : cluster [DBG] pgmap v16888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:29.130922+0000 mgr.y (mgr.24491) 19117 : cluster [DBG] pgmap v16888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:29.130922+0000 mgr.y (mgr.24491) 19117 : cluster [DBG] pgmap v16888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:55:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:31.131630+0000 mgr.y (mgr.24491) 19118 : cluster [DBG] pgmap v16889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:31.131630+0000 mgr.y (mgr.24491) 19118 : cluster [DBG] pgmap v16889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:31.131630+0000 mgr.y (mgr.24491) 19118 : cluster [DBG] pgmap v16889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:33.132200+0000 mgr.y (mgr.24491) 19119 : cluster [DBG] pgmap v16890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:33.132200+0000 mgr.y (mgr.24491) 19119 : cluster [DBG] pgmap v16890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:33.132200+0000 mgr.y (mgr.24491) 19119 : cluster [DBG] pgmap v16890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:35.132872+0000 mgr.y (mgr.24491) 19120 : cluster [DBG] pgmap v16891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:35.132872+0000 mgr.y (mgr.24491) 19120 : cluster [DBG] pgmap v16891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:35.132872+0000 mgr.y (mgr.24491) 19120 : cluster [DBG] pgmap v16891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:37] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T12:55:38.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:37.133405+0000 mgr.y (mgr.24491) 19121 : cluster [DBG] pgmap v16892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:37.133405+0000 mgr.y (mgr.24491) 19121 : cluster [DBG] pgmap v16892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:37.133405+0000 mgr.y (mgr.24491) 19121 : cluster [DBG] pgmap v16892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:39.133926+0000 mgr.y (mgr.24491) 19122 : cluster [DBG] pgmap v16893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:39.133926+0000 mgr.y (mgr.24491) 19122 : cluster [DBG] pgmap v16893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:39.133926+0000 mgr.y (mgr.24491) 19122 : cluster [DBG] pgmap v16893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:55:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:41.134763+0000 mgr.y (mgr.24491) 19123 : cluster [DBG] pgmap v16894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:41.134763+0000 mgr.y (mgr.24491) 19123 : cluster [DBG] pgmap v16894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:41.134763+0000 mgr.y (mgr.24491) 19123 : cluster [DBG] pgmap v16894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:43.135346+0000 mgr.y (mgr.24491) 19124 : cluster [DBG] pgmap v16895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:43.135346+0000 mgr.y (mgr.24491) 19124 : cluster [DBG] pgmap v16895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:43.135346+0000 mgr.y (mgr.24491) 19124 : cluster [DBG] pgmap v16895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:45.136010+0000 mgr.y (mgr.24491) 19125 : cluster [DBG] pgmap v16896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:46.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:45.136010+0000 mgr.y (mgr.24491) 19125 : cluster [DBG] pgmap v16896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:46.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:45.136010+0000 mgr.y (mgr.24491) 19125 : cluster [DBG] pgmap v16896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:47] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T12:55:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:47.136412+0000 mgr.y (mgr.24491) 19126 : cluster [DBG] pgmap v16897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:47.136412+0000 mgr.y (mgr.24491) 19126 : cluster [DBG] pgmap v16897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:47.136412+0000 mgr.y (mgr.24491) 19126 : cluster [DBG] pgmap v16897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:49.136977+0000 mgr.y (mgr.24491) 19127 : cluster [DBG] pgmap v16898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:49.136977+0000 mgr.y (mgr.24491) 19127 : cluster [DBG] pgmap v16898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:49.136977+0000 mgr.y (mgr.24491) 19127 : cluster [DBG] pgmap v16898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:55:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:51.137642+0000 mgr.y (mgr.24491) 19128 : cluster [DBG] pgmap v16899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:51.137642+0000 mgr.y (mgr.24491) 19128 : cluster [DBG] pgmap v16899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:51.137642+0000 mgr.y (mgr.24491) 19128 : cluster [DBG] pgmap v16899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:53.138081+0000 mgr.y (mgr.24491) 19129 : cluster [DBG] pgmap v16900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:53.138081+0000 mgr.y (mgr.24491) 19129 : cluster [DBG] pgmap v16900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:53.138081+0000 mgr.y (mgr.24491) 19129 : cluster [DBG] pgmap v16900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:55.138878+0000 mgr.y (mgr.24491) 19130 : cluster [DBG] pgmap v16901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:55.138878+0000 mgr.y (mgr.24491) 19130 : cluster [DBG] pgmap v16901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:55.138878+0000 mgr.y (mgr.24491) 19130 : cluster [DBG] pgmap v16901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:57.256 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:55:57.535 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:55:57.535 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:55:57.535 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:55:57.535 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:55:57.535 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:55:57.535 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:55:57.536 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:55:57.870 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:55:57.870 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:55:57.870 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:55:57.871 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:55:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:55:57] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T12:55:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:57.139251+0000 mgr.y (mgr.24491) 19131 : cluster [DBG] pgmap v16902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:55:57.244494+0000 mgr.y (mgr.24491) 19132 : audit [DBG] from='client.44426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:55:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:55:57.871308+0000 mon.c (mon.2) 589 : audit [DBG] from='client.? 172.21.15.177:0/3211139937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:55:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:57.139251+0000 mgr.y (mgr.24491) 19131 : cluster [DBG] pgmap v16902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:55:57.244494+0000 mgr.y (mgr.24491) 19132 : audit [DBG] from='client.44426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:55:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:55:57.871308+0000 mon.c (mon.2) 589 : audit [DBG] from='client.? 172.21.15.177:0/3211139937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:55:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:57.139251+0000 mgr.y (mgr.24491) 19131 : cluster [DBG] pgmap v16902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:55:58.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:55:57.244494+0000 mgr.y (mgr.24491) 19132 : audit [DBG] from='client.44426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:55:58.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:55:57.871308+0000 mon.c (mon.2) 589 : audit [DBG] from='client.? 172.21.15.177:0/3211139937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:55:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:55:57.528585+0000 mgr.y (mgr.24491) 19133 : audit [DBG] from='client.44432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:55:59.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:55:57.528585+0000 mgr.y (mgr.24491) 19133 : audit [DBG] from='client.44432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:55:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:55:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:55:57.528585+0000 mgr.y (mgr.24491) 19133 : audit [DBG] from='client.44432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:56:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:55:59.139612+0000 mgr.y (mgr.24491) 19134 : cluster [DBG] pgmap v16903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:55:59.139612+0000 mgr.y (mgr.24491) 19134 : cluster [DBG] pgmap v16903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:55:59.139612+0000 mgr.y (mgr.24491) 19134 : cluster [DBG] pgmap v16903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:56:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:01.140313+0000 mgr.y (mgr.24491) 19135 : cluster [DBG] pgmap v16904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:01.140313+0000 mgr.y (mgr.24491) 19135 : cluster [DBG] pgmap v16904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:01.140313+0000 mgr.y (mgr.24491) 19135 : cluster [DBG] pgmap v16904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:03.140722+0000 mgr.y (mgr.24491) 19136 : cluster [DBG] pgmap v16905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:03.140722+0000 mgr.y (mgr.24491) 19136 : cluster [DBG] pgmap v16905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:03.140722+0000 mgr.y (mgr.24491) 19136 : cluster [DBG] pgmap v16905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:05.141384+0000 mgr.y (mgr.24491) 19137 : cluster [DBG] pgmap v16906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:05.141384+0000 mgr.y (mgr.24491) 19137 : cluster [DBG] pgmap v16906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:05.141384+0000 mgr.y (mgr.24491) 19137 : cluster [DBG] pgmap v16906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:07] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T12:56:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:07.141813+0000 mgr.y (mgr.24491) 19138 : cluster [DBG] pgmap v16907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:07.141813+0000 mgr.y (mgr.24491) 19138 : cluster [DBG] pgmap v16907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:07.141813+0000 mgr.y (mgr.24491) 19138 : cluster [DBG] pgmap v16907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:09.142370+0000 mgr.y (mgr.24491) 19139 : cluster [DBG] pgmap v16908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:09.142370+0000 mgr.y (mgr.24491) 19139 : cluster [DBG] pgmap v16908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:10.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:09.142370+0000 mgr.y (mgr.24491) 19139 : cluster [DBG] pgmap v16908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:56:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:11.143134+0000 mgr.y (mgr.24491) 19140 : cluster [DBG] pgmap v16909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:11.143134+0000 mgr.y (mgr.24491) 19140 : cluster [DBG] pgmap v16909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:11.143134+0000 mgr.y (mgr.24491) 19140 : cluster [DBG] pgmap v16909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:13.143572+0000 mgr.y (mgr.24491) 19141 : cluster [DBG] pgmap v16910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:13.143572+0000 mgr.y (mgr.24491) 19141 : cluster [DBG] pgmap v16910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:13.143572+0000 mgr.y (mgr.24491) 19141 : cluster [DBG] pgmap v16910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:15.144313+0000 mgr.y (mgr.24491) 19142 : cluster [DBG] pgmap v16911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:15.144313+0000 mgr.y (mgr.24491) 19142 : cluster [DBG] pgmap v16911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:15.144313+0000 mgr.y (mgr.24491) 19142 : cluster [DBG] pgmap v16911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:17] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T12:56:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:17.144699+0000 mgr.y (mgr.24491) 19143 : cluster [DBG] pgmap v16912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:17.144699+0000 mgr.y (mgr.24491) 19143 : cluster [DBG] pgmap v16912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:17.144699+0000 mgr.y (mgr.24491) 19143 : cluster [DBG] pgmap v16912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:19.145110+0000 mgr.y (mgr.24491) 19144 : cluster [DBG] pgmap v16913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:56:19.471063+0000 mon.a (mon.0) 3955 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:56:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:56:19.712889+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:56:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:56:19.992058+0000 mon.a (mon.0) 3957 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:56:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:56:19.992717+0000 mon.a (mon.0) 3958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:56:20.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:56:19.996865+0000 mon.a (mon.0) 3959 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:56:20.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:19.145110+0000 mgr.y (mgr.24491) 19144 : cluster [DBG] pgmap v16913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:20.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:56:19.471063+0000 mon.a (mon.0) 3955 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:56:20.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:56:19.712889+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:56:20.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:56:19.992058+0000 mon.a (mon.0) 3957 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:56:20.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:56:19.992717+0000 mon.a (mon.0) 3958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:56:20.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:56:19.996865+0000 mon.a (mon.0) 3959 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:56:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:19.145110+0000 mgr.y (mgr.24491) 19144 : cluster [DBG] pgmap v16913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:56:19.471063+0000 mon.a (mon.0) 3955 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:56:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:56:19.712889+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:56:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:56:19.992058+0000 mon.a (mon.0) 3957 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:56:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:56:19.992717+0000 mon.a (mon.0) 3958 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:56:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:56:19.996865+0000 mon.a (mon.0) 3959 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:56:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:56:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:21.145926+0000 mgr.y (mgr.24491) 19145 : cluster [DBG] pgmap v16914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:21.145926+0000 mgr.y (mgr.24491) 19145 : cluster [DBG] pgmap v16914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:21.145926+0000 mgr.y (mgr.24491) 19145 : cluster [DBG] pgmap v16914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:23.146350+0000 mgr.y (mgr.24491) 19146 : cluster [DBG] pgmap v16915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:23.146350+0000 mgr.y (mgr.24491) 19146 : cluster [DBG] pgmap v16915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:23.146350+0000 mgr.y (mgr.24491) 19146 : cluster [DBG] pgmap v16915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:25.147006+0000 mgr.y (mgr.24491) 19147 : cluster [DBG] pgmap v16916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:25.147006+0000 mgr.y (mgr.24491) 19147 : cluster [DBG] pgmap v16916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:25.147006+0000 mgr.y (mgr.24491) 19147 : cluster [DBG] pgmap v16916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:27] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T12:56:28.183 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:56:28.461 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:56:28.461 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 3m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:56:28.461 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:56:28.461 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 3m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:56:28.461 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 3m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 3m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 3m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 3m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 3m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 3m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 3m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 3m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:56:28.462 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:56:28.463 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:56:28.463 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:56:28.463 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:56:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:27.147504+0000 mgr.y (mgr.24491) 19148 : cluster [DBG] pgmap v16917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:27.147504+0000 mgr.y (mgr.24491) 19148 : cluster [DBG] pgmap v16917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:27.147504+0000 mgr.y (mgr.24491) 19148 : cluster [DBG] pgmap v16917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:28.799 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:56:28.799 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:56:28.800 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:56:28.801 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:56:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:56:28.169708+0000 mgr.y (mgr.24491) 19149 : audit [DBG] from='client.44444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:56:29.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:56:28.800340+0000 mon.c (mon.2) 590 : audit [DBG] from='client.? 172.21.15.177:0/2682812403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:56:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:56:28.169708+0000 mgr.y (mgr.24491) 19149 : audit [DBG] from='client.44444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:56:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:56:28.800340+0000 mon.c (mon.2) 590 : audit [DBG] from='client.? 172.21.15.177:0/2682812403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:56:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:56:28.169708+0000 mgr.y (mgr.24491) 19149 : audit [DBG] from='client.44444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:56:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:56:28.800340+0000 mon.c (mon.2) 590 : audit [DBG] from='client.? 172.21.15.177:0/2682812403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:56:30.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:56:28.454363+0000 mgr.y (mgr.24491) 19150 : audit [DBG] from='client.34542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:56:30.565 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:29.147845+0000 mgr.y (mgr.24491) 19151 : cluster [DBG] pgmap v16918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:56:28.454363+0000 mgr.y (mgr.24491) 19150 : audit [DBG] from='client.34542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:56:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:29.147845+0000 mgr.y (mgr.24491) 19151 : cluster [DBG] pgmap v16918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:56:28.454363+0000 mgr.y (mgr.24491) 19150 : audit [DBG] from='client.34542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:56:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:29.147845+0000 mgr.y (mgr.24491) 19151 : cluster [DBG] pgmap v16918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:56:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:31.148530+0000 mgr.y (mgr.24491) 19152 : cluster [DBG] pgmap v16919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:31.148530+0000 mgr.y (mgr.24491) 19152 : cluster [DBG] pgmap v16919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:31.148530+0000 mgr.y (mgr.24491) 19152 : cluster [DBG] pgmap v16919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:34.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:33.149130+0000 mgr.y (mgr.24491) 19153 : cluster [DBG] pgmap v16920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:33.149130+0000 mgr.y (mgr.24491) 19153 : cluster [DBG] pgmap v16920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:33.149130+0000 mgr.y (mgr.24491) 19153 : cluster [DBG] pgmap v16920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:35.149792+0000 mgr.y (mgr.24491) 19154 : cluster [DBG] pgmap v16921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:35.149792+0000 mgr.y (mgr.24491) 19154 : cluster [DBG] pgmap v16921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:35.149792+0000 mgr.y (mgr.24491) 19154 : cluster [DBG] pgmap v16921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:37] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T12:56:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:37.150209+0000 mgr.y (mgr.24491) 19155 : cluster [DBG] pgmap v16922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:37.150209+0000 mgr.y (mgr.24491) 19155 : cluster [DBG] pgmap v16922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:37.150209+0000 mgr.y (mgr.24491) 19155 : cluster [DBG] pgmap v16922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:39.150585+0000 mgr.y (mgr.24491) 19156 : cluster [DBG] pgmap v16923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:39.150585+0000 mgr.y (mgr.24491) 19156 : cluster [DBG] pgmap v16923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:39.150585+0000 mgr.y (mgr.24491) 19156 : cluster [DBG] pgmap v16923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:56:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:41.151244+0000 mgr.y (mgr.24491) 19157 : cluster [DBG] pgmap v16924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:41.151244+0000 mgr.y (mgr.24491) 19157 : cluster [DBG] pgmap v16924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:41.151244+0000 mgr.y (mgr.24491) 19157 : cluster [DBG] pgmap v16924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:43.151689+0000 mgr.y (mgr.24491) 19158 : cluster [DBG] pgmap v16925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:43.151689+0000 mgr.y (mgr.24491) 19158 : cluster [DBG] pgmap v16925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:43.151689+0000 mgr.y (mgr.24491) 19158 : cluster [DBG] pgmap v16925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:45.152289+0000 mgr.y (mgr.24491) 19159 : cluster [DBG] pgmap v16926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:45.152289+0000 mgr.y (mgr.24491) 19159 : cluster [DBG] pgmap v16926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:45.152289+0000 mgr.y (mgr.24491) 19159 : cluster [DBG] pgmap v16926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:47] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T12:56:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:47.152789+0000 mgr.y (mgr.24491) 19160 : cluster [DBG] pgmap v16927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:47.152789+0000 mgr.y (mgr.24491) 19160 : cluster [DBG] pgmap v16927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:47.152789+0000 mgr.y (mgr.24491) 19160 : cluster [DBG] pgmap v16927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:49.153170+0000 mgr.y (mgr.24491) 19161 : cluster [DBG] pgmap v16928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:49.153170+0000 mgr.y (mgr.24491) 19161 : cluster [DBG] pgmap v16928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:49.153170+0000 mgr.y (mgr.24491) 19161 : cluster [DBG] pgmap v16928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:56:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:51.153971+0000 mgr.y (mgr.24491) 19162 : cluster [DBG] pgmap v16929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:51.153971+0000 mgr.y (mgr.24491) 19162 : cluster [DBG] pgmap v16929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:51.153971+0000 mgr.y (mgr.24491) 19162 : cluster [DBG] pgmap v16929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:53.154381+0000 mgr.y (mgr.24491) 19163 : cluster [DBG] pgmap v16930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:53.154381+0000 mgr.y (mgr.24491) 19163 : cluster [DBG] pgmap v16930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:53.154381+0000 mgr.y (mgr.24491) 19163 : cluster [DBG] pgmap v16930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:55.155215+0000 mgr.y (mgr.24491) 19164 : cluster [DBG] pgmap v16931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:55.155215+0000 mgr.y (mgr.24491) 19164 : cluster [DBG] pgmap v16931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:55.155215+0000 mgr.y (mgr.24491) 19164 : cluster [DBG] pgmap v16931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:58.152 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:56:57] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T12:56:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:57.155622+0000 mgr.y (mgr.24491) 19165 : cluster [DBG] pgmap v16932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:58.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:57.155622+0000 mgr.y (mgr.24491) 19165 : cluster [DBG] pgmap v16932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:56:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:57.155622+0000 mgr.y (mgr.24491) 19165 : cluster [DBG] pgmap v16932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:56:59.109 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 3m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 3m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 3m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 3m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 3m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 3m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:56:59.389 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:56:59.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 3m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:56:59.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 3m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:56:59.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 3m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:56:59.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 3m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:56:59.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:56:59.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:56:59.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:56:59.390 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:56:59.390 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:56:59.720 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:56:59.720 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:56:59.720 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:56:59.720 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:56:59.720 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:56:59.720 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:56:59.720 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:56:59.720 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:56:59.720 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:56:59.720 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:56:59.720 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:56:59.721 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:56:59.721 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:56:59.721 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:56:59.721 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:56:59.721 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:56:59.721 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:57:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:56:59.097917+0000 mgr.y (mgr.24491) 19166 : audit [DBG] from='client.44462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:56:59.155968+0000 mgr.y (mgr.24491) 19167 : cluster [DBG] pgmap v16933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:56:59.720890+0000 mon.c (mon.2) 591 : audit [DBG] from='client.? 172.21.15.177:0/2451813019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:57:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:56:59.097917+0000 mgr.y (mgr.24491) 19166 : audit [DBG] from='client.44462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:56:59.155968+0000 mgr.y (mgr.24491) 19167 : cluster [DBG] pgmap v16933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:56:59.720890+0000 mon.c (mon.2) 591 : audit [DBG] from='client.? 172.21.15.177:0/2451813019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:57:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:56:59.097917+0000 mgr.y (mgr.24491) 19166 : audit [DBG] from='client.44462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:56:59.155968+0000 mgr.y (mgr.24491) 19167 : cluster [DBG] pgmap v16933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:56:59.720890+0000 mon.c (mon.2) 591 : audit [DBG] from='client.? 172.21.15.177:0/2451813019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:57:01.272 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:57:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:56:59.382117+0000 mgr.y (mgr.24491) 19168 : audit [DBG] from='client.34560 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:56:59.382117+0000 mgr.y (mgr.24491) 19168 : audit [DBG] from='client.34560 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:56:59.382117+0000 mgr.y (mgr.24491) 19168 : audit [DBG] from='client.34560 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:01.156567+0000 mgr.y (mgr.24491) 19169 : cluster [DBG] pgmap v16934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:01.156567+0000 mgr.y (mgr.24491) 19169 : cluster [DBG] pgmap v16934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:01.156567+0000 mgr.y (mgr.24491) 19169 : cluster [DBG] pgmap v16934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:03.157034+0000 mgr.y (mgr.24491) 19170 : cluster [DBG] pgmap v16935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:03.157034+0000 mgr.y (mgr.24491) 19170 : cluster [DBG] pgmap v16935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:03.157034+0000 mgr.y (mgr.24491) 19170 : cluster [DBG] pgmap v16935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:05.157677+0000 mgr.y (mgr.24491) 19171 : cluster [DBG] pgmap v16936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:05.157677+0000 mgr.y (mgr.24491) 19171 : cluster [DBG] pgmap v16936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:05.157677+0000 mgr.y (mgr.24491) 19171 : cluster [DBG] pgmap v16936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:07] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T12:57:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:07.158219+0000 mgr.y (mgr.24491) 19172 : cluster [DBG] pgmap v16937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:07.158219+0000 mgr.y (mgr.24491) 19172 : cluster [DBG] pgmap v16937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:07.158219+0000 mgr.y (mgr.24491) 19172 : cluster [DBG] pgmap v16937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:09.158636+0000 mgr.y (mgr.24491) 19173 : cluster [DBG] pgmap v16938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:09.158636+0000 mgr.y (mgr.24491) 19173 : cluster [DBG] pgmap v16938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:10.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:09.158636+0000 mgr.y (mgr.24491) 19173 : cluster [DBG] pgmap v16938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:57:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:11.159447+0000 mgr.y (mgr.24491) 19174 : cluster [DBG] pgmap v16939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:11.159447+0000 mgr.y (mgr.24491) 19174 : cluster [DBG] pgmap v16939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:11.159447+0000 mgr.y (mgr.24491) 19174 : cluster [DBG] pgmap v16939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:13.159936+0000 mgr.y (mgr.24491) 19175 : cluster [DBG] pgmap v16940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:16.094 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:13.159936+0000 mgr.y (mgr.24491) 19175 : cluster [DBG] pgmap v16940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:16.095 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:13.159936+0000 mgr.y (mgr.24491) 19175 : cluster [DBG] pgmap v16940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:15.160601+0000 mgr.y (mgr.24491) 19176 : cluster [DBG] pgmap v16941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:15.160601+0000 mgr.y (mgr.24491) 19176 : cluster [DBG] pgmap v16941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:15.160601+0000 mgr.y (mgr.24491) 19176 : cluster [DBG] pgmap v16941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:17] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T12:57:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:17.160981+0000 mgr.y (mgr.24491) 19177 : cluster [DBG] pgmap v16942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:17.160981+0000 mgr.y (mgr.24491) 19177 : cluster [DBG] pgmap v16942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:17.160981+0000 mgr.y (mgr.24491) 19177 : cluster [DBG] pgmap v16942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:19.161547+0000 mgr.y (mgr.24491) 19178 : cluster [DBG] pgmap v16943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:57:20.001694+0000 mon.a (mon.0) 3960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:57:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:57:20.242370+0000 mon.a (mon.0) 3961 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:57:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:19.161547+0000 mgr.y (mgr.24491) 19178 : cluster [DBG] pgmap v16943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:57:20.001694+0000 mon.a (mon.0) 3960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:57:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:57:20.242370+0000 mon.a (mon.0) 3961 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:57:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:19.161547+0000 mgr.y (mgr.24491) 19178 : cluster [DBG] pgmap v16943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:57:20.001694+0000 mon.a (mon.0) 3960 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:57:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:57:20.242370+0000 mon.a (mon.0) 3961 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:57:21.304 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:57:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:57:20.519620+0000 mon.a (mon.0) 3962 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:57:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:57:20.520248+0000 mon.a (mon.0) 3963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:57:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:57:20.524471+0000 mon.a (mon.0) 3964 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:57:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:57:20.519620+0000 mon.a (mon.0) 3962 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:57:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:57:20.520248+0000 mon.a (mon.0) 3963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:57:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:57:20.524471+0000 mon.a (mon.0) 3964 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:57:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:57:20.519620+0000 mon.a (mon.0) 3962 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:57:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:57:20.520248+0000 mon.a (mon.0) 3963 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:57:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:57:20.524471+0000 mon.a (mon.0) 3964 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:57:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:21.162266+0000 mgr.y (mgr.24491) 19179 : cluster [DBG] pgmap v16944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:21.162266+0000 mgr.y (mgr.24491) 19179 : cluster [DBG] pgmap v16944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:21.162266+0000 mgr.y (mgr.24491) 19179 : cluster [DBG] pgmap v16944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:23.162821+0000 mgr.y (mgr.24491) 19180 : cluster [DBG] pgmap v16945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:23.162821+0000 mgr.y (mgr.24491) 19180 : cluster [DBG] pgmap v16945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:23.162821+0000 mgr.y (mgr.24491) 19180 : cluster [DBG] pgmap v16945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:25.163542+0000 mgr.y (mgr.24491) 19181 : cluster [DBG] pgmap v16946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:25.163542+0000 mgr.y (mgr.24491) 19181 : cluster [DBG] pgmap v16946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:25.163542+0000 mgr.y (mgr.24491) 19181 : cluster [DBG] pgmap v16946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:27] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T12:57:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:27.164106+0000 mgr.y (mgr.24491) 19182 : cluster [DBG] pgmap v16947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:27.164106+0000 mgr.y (mgr.24491) 19182 : cluster [DBG] pgmap v16947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:27.164106+0000 mgr.y (mgr.24491) 19182 : cluster [DBG] pgmap v16947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:30.029 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:57:30.303 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 4m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 4m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:57:30.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:57:30.305 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:57:30.305 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:57:30.305 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:57:30.305 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:57:30.305 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:57:30.639 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:57:30.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:57:30.640 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:57:30.640 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:57:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:29.164498+0000 mgr.y (mgr.24491) 19183 : cluster [DBG] pgmap v16948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:29.164498+0000 mgr.y (mgr.24491) 19183 : cluster [DBG] pgmap v16948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:29.164498+0000 mgr.y (mgr.24491) 19183 : cluster [DBG] pgmap v16948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:31.328 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:57:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:57:30.018077+0000 mgr.y (mgr.24491) 19184 : audit [DBG] from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:57:30.297118+0000 mgr.y (mgr.24491) 19185 : audit [DBG] from='client.44486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:57:30.639708+0000 mon.a (mon.0) 3965 : audit [DBG] from='client.? 172.21.15.177:0/343129524' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:57:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:57:30.018077+0000 mgr.y (mgr.24491) 19184 : audit [DBG] from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:57:30.297118+0000 mgr.y (mgr.24491) 19185 : audit [DBG] from='client.44486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:57:30.639708+0000 mon.a (mon.0) 3965 : audit [DBG] from='client.? 172.21.15.177:0/343129524' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:57:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:57:30.018077+0000 mgr.y (mgr.24491) 19184 : audit [DBG] from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:57:30.297118+0000 mgr.y (mgr.24491) 19185 : audit [DBG] from='client.44486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:57:31.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:57:30.639708+0000 mon.a (mon.0) 3965 : audit [DBG] from='client.? 172.21.15.177:0/343129524' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:57:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:31.165185+0000 mgr.y (mgr.24491) 19186 : cluster [DBG] pgmap v16949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:31.165185+0000 mgr.y (mgr.24491) 19186 : cluster [DBG] pgmap v16949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:31.165185+0000 mgr.y (mgr.24491) 19186 : cluster [DBG] pgmap v16949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:33.165583+0000 mgr.y (mgr.24491) 19187 : cluster [DBG] pgmap v16950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:33.165583+0000 mgr.y (mgr.24491) 19187 : cluster [DBG] pgmap v16950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:33.165583+0000 mgr.y (mgr.24491) 19187 : cluster [DBG] pgmap v16950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:35.166145+0000 mgr.y (mgr.24491) 19188 : cluster [DBG] pgmap v16951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:35.166145+0000 mgr.y (mgr.24491) 19188 : cluster [DBG] pgmap v16951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:35.166145+0000 mgr.y (mgr.24491) 19188 : cluster [DBG] pgmap v16951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:57:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:37.166675+0000 mgr.y (mgr.24491) 19189 : cluster [DBG] pgmap v16952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:37.166675+0000 mgr.y (mgr.24491) 19189 : cluster [DBG] pgmap v16952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:37.166675+0000 mgr.y (mgr.24491) 19189 : cluster [DBG] pgmap v16952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:39.167261+0000 mgr.y (mgr.24491) 19190 : cluster [DBG] pgmap v16953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:39.167261+0000 mgr.y (mgr.24491) 19190 : cluster [DBG] pgmap v16953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:39.167261+0000 mgr.y (mgr.24491) 19190 : cluster [DBG] pgmap v16953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:57:42.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:41.168086+0000 mgr.y (mgr.24491) 19191 : cluster [DBG] pgmap v16954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:41.168086+0000 mgr.y (mgr.24491) 19191 : cluster [DBG] pgmap v16954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:41.168086+0000 mgr.y (mgr.24491) 19191 : cluster [DBG] pgmap v16954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:43.168493+0000 mgr.y (mgr.24491) 19192 : cluster [DBG] pgmap v16955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:43.168493+0000 mgr.y (mgr.24491) 19192 : cluster [DBG] pgmap v16955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:43.168493+0000 mgr.y (mgr.24491) 19192 : cluster [DBG] pgmap v16955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:45.169097+0000 mgr.y (mgr.24491) 19193 : cluster [DBG] pgmap v16956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:45.169097+0000 mgr.y (mgr.24491) 19193 : cluster [DBG] pgmap v16956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:45.169097+0000 mgr.y (mgr.24491) 19193 : cluster [DBG] pgmap v16956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:47] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T12:57:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:47.169498+0000 mgr.y (mgr.24491) 19194 : cluster [DBG] pgmap v16957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:47.169498+0000 mgr.y (mgr.24491) 19194 : cluster [DBG] pgmap v16957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:47.169498+0000 mgr.y (mgr.24491) 19194 : cluster [DBG] pgmap v16957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:49.169870+0000 mgr.y (mgr.24491) 19195 : cluster [DBG] pgmap v16958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:49.169870+0000 mgr.y (mgr.24491) 19195 : cluster [DBG] pgmap v16958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:49.169870+0000 mgr.y (mgr.24491) 19195 : cluster [DBG] pgmap v16958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:57:52.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:51.170497+0000 mgr.y (mgr.24491) 19196 : cluster [DBG] pgmap v16959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:51.170497+0000 mgr.y (mgr.24491) 19196 : cluster [DBG] pgmap v16959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:51.170497+0000 mgr.y (mgr.24491) 19196 : cluster [DBG] pgmap v16959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:53.171052+0000 mgr.y (mgr.24491) 19197 : cluster [DBG] pgmap v16960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:53.171052+0000 mgr.y (mgr.24491) 19197 : cluster [DBG] pgmap v16960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:53.171052+0000 mgr.y (mgr.24491) 19197 : cluster [DBG] pgmap v16960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:55.171774+0000 mgr.y (mgr.24491) 19198 : cluster [DBG] pgmap v16961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:55.171774+0000 mgr.y (mgr.24491) 19198 : cluster [DBG] pgmap v16961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:55.171774+0000 mgr.y (mgr.24491) 19198 : cluster [DBG] pgmap v16961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:57:57] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T12:57:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:57:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:57.172238+0000 mgr.y (mgr.24491) 19199 : cluster [DBG] pgmap v16962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:57:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:57.172238+0000 mgr.y (mgr.24491) 19199 : cluster [DBG] pgmap v16962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:57:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:57:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:57.172238+0000 mgr.y (mgr.24491) 19199 : cluster [DBG] pgmap v16962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:57:59.172630+0000 mgr.y (mgr.24491) 19200 : cluster [DBG] pgmap v16963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:57:59.172630+0000 mgr.y (mgr.24491) 19200 : cluster [DBG] pgmap v16963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:57:59.172630+0000 mgr.y (mgr.24491) 19200 : cluster [DBG] pgmap v16963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:00.950 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:58:01.226 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:58:01.226 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:58:01.226 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:58:01.226 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 4m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 4m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:58:01.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:58:01.228 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:58:01.228 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:58:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:58:01.559 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:58:01.559 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:58:01.559 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:58:01.559 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:58:01.559 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:58:01.559 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:58:01.559 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:58:01.559 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:58:01.559 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:58:01.559 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:58:01.559 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:58:01.560 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:58:01.560 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:58:01.560 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:58:01.560 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:58:01.560 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:58:01.560 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:58:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:58:00.939412+0000 mgr.y (mgr.24491) 19201 : audit [DBG] from='client.44498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:01.173207+0000 mgr.y (mgr.24491) 19202 : cluster [DBG] pgmap v16964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:58:01.219507+0000 mgr.y (mgr.24491) 19203 : audit [DBG] from='client.34596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:58:01.559989+0000 mon.c (mon.2) 592 : audit [DBG] from='client.? 172.21.15.177:0/1353212979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:58:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:58:00.939412+0000 mgr.y (mgr.24491) 19201 : audit [DBG] from='client.44498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:01.173207+0000 mgr.y (mgr.24491) 19202 : cluster [DBG] pgmap v16964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:58:01.219507+0000 mgr.y (mgr.24491) 19203 : audit [DBG] from='client.34596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:58:01.559989+0000 mon.c (mon.2) 592 : audit [DBG] from='client.? 172.21.15.177:0/1353212979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:58:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:58:00.939412+0000 mgr.y (mgr.24491) 19201 : audit [DBG] from='client.44498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:01.173207+0000 mgr.y (mgr.24491) 19202 : cluster [DBG] pgmap v16964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:58:01.219507+0000 mgr.y (mgr.24491) 19203 : audit [DBG] from='client.34596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:58:01.559989+0000 mon.c (mon.2) 592 : audit [DBG] from='client.? 172.21.15.177:0/1353212979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:58:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:03.173679+0000 mgr.y (mgr.24491) 19204 : cluster [DBG] pgmap v16965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:03.173679+0000 mgr.y (mgr.24491) 19204 : cluster [DBG] pgmap v16965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:03.173679+0000 mgr.y (mgr.24491) 19204 : cluster [DBG] pgmap v16965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:05.174347+0000 mgr.y (mgr.24491) 19205 : cluster [DBG] pgmap v16966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:05.174347+0000 mgr.y (mgr.24491) 19205 : cluster [DBG] pgmap v16966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:05.174347+0000 mgr.y (mgr.24491) 19205 : cluster [DBG] pgmap v16966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:07] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T12:58:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:07.174797+0000 mgr.y (mgr.24491) 19206 : cluster [DBG] pgmap v16967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:07.174797+0000 mgr.y (mgr.24491) 19206 : cluster [DBG] pgmap v16967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:07.174797+0000 mgr.y (mgr.24491) 19206 : cluster [DBG] pgmap v16967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:09.175348+0000 mgr.y (mgr.24491) 19207 : cluster [DBG] pgmap v16968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:09.175348+0000 mgr.y (mgr.24491) 19207 : cluster [DBG] pgmap v16968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:09.175348+0000 mgr.y (mgr.24491) 19207 : cluster [DBG] pgmap v16968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:58:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:11.176220+0000 mgr.y (mgr.24491) 19208 : cluster [DBG] pgmap v16969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:12.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:11.176220+0000 mgr.y (mgr.24491) 19208 : cluster [DBG] pgmap v16969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:11.176220+0000 mgr.y (mgr.24491) 19208 : cluster [DBG] pgmap v16969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:13.176673+0000 mgr.y (mgr.24491) 19209 : cluster [DBG] pgmap v16970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:13.176673+0000 mgr.y (mgr.24491) 19209 : cluster [DBG] pgmap v16970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:13.176673+0000 mgr.y (mgr.24491) 19209 : cluster [DBG] pgmap v16970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:15.177415+0000 mgr.y (mgr.24491) 19210 : cluster [DBG] pgmap v16971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:15.177415+0000 mgr.y (mgr.24491) 19210 : cluster [DBG] pgmap v16971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:15.177415+0000 mgr.y (mgr.24491) 19210 : cluster [DBG] pgmap v16971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:17] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T12:58:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:17.177825+0000 mgr.y (mgr.24491) 19211 : cluster [DBG] pgmap v16972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:17.177825+0000 mgr.y (mgr.24491) 19211 : cluster [DBG] pgmap v16972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:17.177825+0000 mgr.y (mgr.24491) 19211 : cluster [DBG] pgmap v16972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:19.178330+0000 mgr.y (mgr.24491) 19212 : cluster [DBG] pgmap v16973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:19.178330+0000 mgr.y (mgr.24491) 19212 : cluster [DBG] pgmap v16973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:19.178330+0000 mgr.y (mgr.24491) 19212 : cluster [DBG] pgmap v16973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:21.295 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:58:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:58:20.529067+0000 mon.a (mon.0) 3966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:58:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:58:20.823162+0000 mon.a (mon.0) 3967 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:58:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:58:20.823820+0000 mon.a (mon.0) 3968 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:58:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:58:20.828002+0000 mon.a (mon.0) 3969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:58:21.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:58:20.529067+0000 mon.a (mon.0) 3966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:58:21.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:58:20.823162+0000 mon.a (mon.0) 3967 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:58:21.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:58:20.823820+0000 mon.a (mon.0) 3968 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:58:21.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:58:20.828002+0000 mon.a (mon.0) 3969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:58:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:58:20.529067+0000 mon.a (mon.0) 3966 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:58:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:58:20.823162+0000 mon.a (mon.0) 3967 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:58:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:58:20.823820+0000 mon.a (mon.0) 3968 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:58:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:58:20.828002+0000 mon.a (mon.0) 3969 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:58:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:21.178885+0000 mgr.y (mgr.24491) 19213 : cluster [DBG] pgmap v16974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:21.178885+0000 mgr.y (mgr.24491) 19213 : cluster [DBG] pgmap v16974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:21.178885+0000 mgr.y (mgr.24491) 19213 : cluster [DBG] pgmap v16974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:23.179300+0000 mgr.y (mgr.24491) 19214 : cluster [DBG] pgmap v16975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:23.179300+0000 mgr.y (mgr.24491) 19214 : cluster [DBG] pgmap v16975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:23.179300+0000 mgr.y (mgr.24491) 19214 : cluster [DBG] pgmap v16975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:25.179981+0000 mgr.y (mgr.24491) 19215 : cluster [DBG] pgmap v16976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:25.179981+0000 mgr.y (mgr.24491) 19215 : cluster [DBG] pgmap v16976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:25.179981+0000 mgr.y (mgr.24491) 19215 : cluster [DBG] pgmap v16976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:27] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T12:58:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:27.180378+0000 mgr.y (mgr.24491) 19216 : cluster [DBG] pgmap v16977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:27.180378+0000 mgr.y (mgr.24491) 19216 : cluster [DBG] pgmap v16977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:27.180378+0000 mgr.y (mgr.24491) 19216 : cluster [DBG] pgmap v16977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:29.180915+0000 mgr.y (mgr.24491) 19217 : cluster [DBG] pgmap v16978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:29.180915+0000 mgr.y (mgr.24491) 19217 : cluster [DBG] pgmap v16978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:29.180915+0000 mgr.y (mgr.24491) 19217 : cluster [DBG] pgmap v16978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:58:31.862 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:58:32.133 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:58:32.133 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:58:32.133 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 5m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:58:32.133 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:58:32.133 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 5m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:58:32.133 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 5m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:58:32.133 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:58:32.133 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:58:32.133 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 5m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:58:32.134 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 5m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:58:32.134 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:58:32.134 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 5m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:58:32.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 5m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:58:32.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:58:32.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:58:32.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:58:32.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 5m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:58:32.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 5m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:58:32.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 5m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:58:32.134 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 5m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:58:32.135 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 5m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:58:32.478 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:58:32.478 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:58:32.479 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:58:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:31.181639+0000 mgr.y (mgr.24491) 19218 : cluster [DBG] pgmap v16979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:31.181639+0000 mgr.y (mgr.24491) 19218 : cluster [DBG] pgmap v16979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:31.181639+0000 mgr.y (mgr.24491) 19218 : cluster [DBG] pgmap v16979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:58:31.851081+0000 mgr.y (mgr.24491) 19219 : audit [DBG] from='client.44516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:58:32.126413+0000 mgr.y (mgr.24491) 19220 : audit [DBG] from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:58:32.479464+0000 mon.a (mon.0) 3970 : audit [DBG] from='client.? 172.21.15.177:0/617645665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:58:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:58:31.851081+0000 mgr.y (mgr.24491) 19219 : audit [DBG] from='client.44516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:58:32.126413+0000 mgr.y (mgr.24491) 19220 : audit [DBG] from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:58:32.479464+0000 mon.a (mon.0) 3970 : audit [DBG] from='client.? 172.21.15.177:0/617645665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:58:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:58:31.851081+0000 mgr.y (mgr.24491) 19219 : audit [DBG] from='client.44516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:58:32.126413+0000 mgr.y (mgr.24491) 19220 : audit [DBG] from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:58:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:58:32.479464+0000 mon.a (mon.0) 3970 : audit [DBG] from='client.? 172.21.15.177:0/617645665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:58:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:33.182208+0000 mgr.y (mgr.24491) 19221 : cluster [DBG] pgmap v16980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:33.182208+0000 mgr.y (mgr.24491) 19221 : cluster [DBG] pgmap v16980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:33.182208+0000 mgr.y (mgr.24491) 19221 : cluster [DBG] pgmap v16980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:35.182831+0000 mgr.y (mgr.24491) 19222 : cluster [DBG] pgmap v16981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:35.182831+0000 mgr.y (mgr.24491) 19222 : cluster [DBG] pgmap v16981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:35.182831+0000 mgr.y (mgr.24491) 19222 : cluster [DBG] pgmap v16981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:37] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T12:58:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:37.183363+0000 mgr.y (mgr.24491) 19223 : cluster [DBG] pgmap v16982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:37.183363+0000 mgr.y (mgr.24491) 19223 : cluster [DBG] pgmap v16982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:37.183363+0000 mgr.y (mgr.24491) 19223 : cluster [DBG] pgmap v16982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:39.183867+0000 mgr.y (mgr.24491) 19224 : cluster [DBG] pgmap v16983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:39.183867+0000 mgr.y (mgr.24491) 19224 : cluster [DBG] pgmap v16983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:39.183867+0000 mgr.y (mgr.24491) 19224 : cluster [DBG] pgmap v16983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:41.341 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:58:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:41.184576+0000 mgr.y (mgr.24491) 19225 : cluster [DBG] pgmap v16984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:41.184576+0000 mgr.y (mgr.24491) 19225 : cluster [DBG] pgmap v16984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:41.184576+0000 mgr.y (mgr.24491) 19225 : cluster [DBG] pgmap v16984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:43.185145+0000 mgr.y (mgr.24491) 19226 : cluster [DBG] pgmap v16985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:43.185145+0000 mgr.y (mgr.24491) 19226 : cluster [DBG] pgmap v16985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:43.185145+0000 mgr.y (mgr.24491) 19226 : cluster [DBG] pgmap v16985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:46.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:45.185815+0000 mgr.y (mgr.24491) 19227 : cluster [DBG] pgmap v16986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:45.185815+0000 mgr.y (mgr.24491) 19227 : cluster [DBG] pgmap v16986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:45.185815+0000 mgr.y (mgr.24491) 19227 : cluster [DBG] pgmap v16986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:47] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T12:58:48.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:47.186232+0000 mgr.y (mgr.24491) 19228 : cluster [DBG] pgmap v16987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:47.186232+0000 mgr.y (mgr.24491) 19228 : cluster [DBG] pgmap v16987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:47.186232+0000 mgr.y (mgr.24491) 19228 : cluster [DBG] pgmap v16987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:49.186760+0000 mgr.y (mgr.24491) 19229 : cluster [DBG] pgmap v16988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:49.186760+0000 mgr.y (mgr.24491) 19229 : cluster [DBG] pgmap v16988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:49.186760+0000 mgr.y (mgr.24491) 19229 : cluster [DBG] pgmap v16988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:58:52.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:51.187536+0000 mgr.y (mgr.24491) 19230 : cluster [DBG] pgmap v16989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:52.811 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:51.187536+0000 mgr.y (mgr.24491) 19230 : cluster [DBG] pgmap v16989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:52.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:51.187536+0000 mgr.y (mgr.24491) 19230 : cluster [DBG] pgmap v16989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:53.188015+0000 mgr.y (mgr.24491) 19231 : cluster [DBG] pgmap v16990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:53.188015+0000 mgr.y (mgr.24491) 19231 : cluster [DBG] pgmap v16990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:53.188015+0000 mgr.y (mgr.24491) 19231 : cluster [DBG] pgmap v16990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:55.188667+0000 mgr.y (mgr.24491) 19232 : cluster [DBG] pgmap v16991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:55.188667+0000 mgr.y (mgr.24491) 19232 : cluster [DBG] pgmap v16991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:55.188667+0000 mgr.y (mgr.24491) 19232 : cluster [DBG] pgmap v16991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:58:57] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T12:58:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:57.189150+0000 mgr.y (mgr.24491) 19233 : cluster [DBG] pgmap v16992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:57.189150+0000 mgr.y (mgr.24491) 19233 : cluster [DBG] pgmap v16992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:58:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:58:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:57.189150+0000 mgr.y (mgr.24491) 19233 : cluster [DBG] pgmap v16992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:58:59.189549+0000 mgr.y (mgr.24491) 19234 : cluster [DBG] pgmap v16993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:58:59.189549+0000 mgr.y (mgr.24491) 19234 : cluster [DBG] pgmap v16993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:58:59.189549+0000 mgr.y (mgr.24491) 19234 : cluster [DBG] pgmap v16993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:59:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:01.190296+0000 mgr.y (mgr.24491) 19235 : cluster [DBG] pgmap v16994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:01.190296+0000 mgr.y (mgr.24491) 19235 : cluster [DBG] pgmap v16994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:01.190296+0000 mgr.y (mgr.24491) 19235 : cluster [DBG] pgmap v16994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:02.790 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:59:03.062 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 5m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 5m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 5m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 5m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 5m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 5m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 5m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:59:03.063 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:59:03.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 5m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:59:03.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 5m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:59:03.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 5m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:59:03.064 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 5m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:59:03.064 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 5m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:59:03.400 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:59:03.400 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:59:03.400 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:59:03.400 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:59:03.400 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:59:03.400 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:59:03.400 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:59:03.400 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:59:03.401 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:59:03.401 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:59:03.401 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:59:03.401 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:59:03.401 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:59:03.401 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:59:03.401 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:59:03.401 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:59:03.401 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:59:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:59:02.779983+0000 mgr.y (mgr.24491) 19236 : audit [DBG] from='client.44534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:59:03.055910+0000 mgr.y (mgr.24491) 19237 : audit [DBG] from='client.44540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:03.190642+0000 mgr.y (mgr.24491) 19238 : cluster [DBG] pgmap v16995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:59:03.401095+0000 mon.c (mon.2) 593 : audit [DBG] from='client.? 172.21.15.177:0/1105809048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:59:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:59:02.779983+0000 mgr.y (mgr.24491) 19236 : audit [DBG] from='client.44534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:59:03.055910+0000 mgr.y (mgr.24491) 19237 : audit [DBG] from='client.44540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:03.190642+0000 mgr.y (mgr.24491) 19238 : cluster [DBG] pgmap v16995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:04.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:59:03.401095+0000 mon.c (mon.2) 593 : audit [DBG] from='client.? 172.21.15.177:0/1105809048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:59:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:59:02.779983+0000 mgr.y (mgr.24491) 19236 : audit [DBG] from='client.44534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:59:03.055910+0000 mgr.y (mgr.24491) 19237 : audit [DBG] from='client.44540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:03.190642+0000 mgr.y (mgr.24491) 19238 : cluster [DBG] pgmap v16995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:59:03.401095+0000 mon.c (mon.2) 593 : audit [DBG] from='client.? 172.21.15.177:0/1105809048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:59:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:05.191337+0000 mgr.y (mgr.24491) 19239 : cluster [DBG] pgmap v16996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:05.191337+0000 mgr.y (mgr.24491) 19239 : cluster [DBG] pgmap v16996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:05.191337+0000 mgr.y (mgr.24491) 19239 : cluster [DBG] pgmap v16996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:07] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T12:59:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:07.191721+0000 mgr.y (mgr.24491) 19240 : cluster [DBG] pgmap v16997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:07.191721+0000 mgr.y (mgr.24491) 19240 : cluster [DBG] pgmap v16997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:07.191721+0000 mgr.y (mgr.24491) 19240 : cluster [DBG] pgmap v16997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:09.192121+0000 mgr.y (mgr.24491) 19241 : cluster [DBG] pgmap v16998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:09.192121+0000 mgr.y (mgr.24491) 19241 : cluster [DBG] pgmap v16998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:09.192121+0000 mgr.y (mgr.24491) 19241 : cluster [DBG] pgmap v16998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:59:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:11.192781+0000 mgr.y (mgr.24491) 19242 : cluster [DBG] pgmap v16999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:11.192781+0000 mgr.y (mgr.24491) 19242 : cluster [DBG] pgmap v16999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:11.192781+0000 mgr.y (mgr.24491) 19242 : cluster [DBG] pgmap v16999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:13.193289+0000 mgr.y (mgr.24491) 19243 : cluster [DBG] pgmap v17000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:13.193289+0000 mgr.y (mgr.24491) 19243 : cluster [DBG] pgmap v17000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:13.193289+0000 mgr.y (mgr.24491) 19243 : cluster [DBG] pgmap v17000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:15.193925+0000 mgr.y (mgr.24491) 19244 : cluster [DBG] pgmap v17001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:15.193925+0000 mgr.y (mgr.24491) 19244 : cluster [DBG] pgmap v17001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:15.193925+0000 mgr.y (mgr.24491) 19244 : cluster [DBG] pgmap v17001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:17] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T12:59:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:17.194446+0000 mgr.y (mgr.24491) 19245 : cluster [DBG] pgmap v17002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:17.194446+0000 mgr.y (mgr.24491) 19245 : cluster [DBG] pgmap v17002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:17.194446+0000 mgr.y (mgr.24491) 19245 : cluster [DBG] pgmap v17002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:19.194870+0000 mgr.y (mgr.24491) 19246 : cluster [DBG] pgmap v17003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:19.194870+0000 mgr.y (mgr.24491) 19246 : cluster [DBG] pgmap v17003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:19.194870+0000 mgr.y (mgr.24491) 19246 : cluster [DBG] pgmap v17003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:21.259 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:59:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:59:20.832344+0000 mon.a (mon.0) 3971 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:59:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:59:21.124386+0000 mon.a (mon.0) 3972 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:59:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:59:21.125002+0000 mon.a (mon.0) 3973 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:59:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:59:21.129059+0000 mon.a (mon.0) 3974 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:59:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:59:20.832344+0000 mon.a (mon.0) 3971 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:59:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:59:21.124386+0000 mon.a (mon.0) 3972 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:59:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:59:21.125002+0000 mon.a (mon.0) 3973 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:59:21.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:59:21.129059+0000 mon.a (mon.0) 3974 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:59:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:59:20.832344+0000 mon.a (mon.0) 3971 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T12:59:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:59:21.124386+0000 mon.a (mon.0) 3972 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T12:59:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:59:21.125002+0000 mon.a (mon.0) 3973 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T12:59:21.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:59:21.129059+0000 mon.a (mon.0) 3974 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T12:59:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:21.195535+0000 mgr.y (mgr.24491) 19247 : cluster [DBG] pgmap v17004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:21.195535+0000 mgr.y (mgr.24491) 19247 : cluster [DBG] pgmap v17004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:21.195535+0000 mgr.y (mgr.24491) 19247 : cluster [DBG] pgmap v17004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:23.195998+0000 mgr.y (mgr.24491) 19248 : cluster [DBG] pgmap v17005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:23.195998+0000 mgr.y (mgr.24491) 19248 : cluster [DBG] pgmap v17005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:23.195998+0000 mgr.y (mgr.24491) 19248 : cluster [DBG] pgmap v17005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:25.196639+0000 mgr.y (mgr.24491) 19249 : cluster [DBG] pgmap v17006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:25.196639+0000 mgr.y (mgr.24491) 19249 : cluster [DBG] pgmap v17006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:25.196639+0000 mgr.y (mgr.24491) 19249 : cluster [DBG] pgmap v17006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:27] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T12:59:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:27.197068+0000 mgr.y (mgr.24491) 19250 : cluster [DBG] pgmap v17007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:27.197068+0000 mgr.y (mgr.24491) 19250 : cluster [DBG] pgmap v17007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:27.197068+0000 mgr.y (mgr.24491) 19250 : cluster [DBG] pgmap v17007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:29.197611+0000 mgr.y (mgr.24491) 19251 : cluster [DBG] pgmap v17008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:29.197611+0000 mgr.y (mgr.24491) 19251 : cluster [DBG] pgmap v17008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:29.197611+0000 mgr.y (mgr.24491) 19251 : cluster [DBG] pgmap v17008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:59:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:31.198505+0000 mgr.y (mgr.24491) 19252 : cluster [DBG] pgmap v17009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:31.198505+0000 mgr.y (mgr.24491) 19252 : cluster [DBG] pgmap v17009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:31.198505+0000 mgr.y (mgr.24491) 19252 : cluster [DBG] pgmap v17009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:33.704 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T12:59:33.980 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 6m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 6m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 6m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 6m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 6m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 6m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 6m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 6m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 6m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 6m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 6m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 6m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 6m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 6m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T12:59:33.981 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 6m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T12:59:33.982 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 6m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T12:59:33.982 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 6m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T12:59:33.982 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 6m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T12:59:33.982 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 6m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T12:59:33.982 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 6m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T12:59:34.314 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T12:59:34.314 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T12:59:34.314 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T12:59:34.314 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:59:34.314 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T12:59:34.315 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T12:59:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:33.198990+0000 mgr.y (mgr.24491) 19253 : cluster [DBG] pgmap v17010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:33.198990+0000 mgr.y (mgr.24491) 19253 : cluster [DBG] pgmap v17010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:33.198990+0000 mgr.y (mgr.24491) 19253 : cluster [DBG] pgmap v17010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:59:33.692679+0000 mgr.y (mgr.24491) 19254 : audit [DBG] from='client.44552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:59:33.973846+0000 mgr.y (mgr.24491) 19255 : audit [DBG] from='client.34650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T12:59:34.315373+0000 mon.c (mon.2) 594 : audit [DBG] from='client.? 172.21.15.177:0/836454099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:59:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:59:33.692679+0000 mgr.y (mgr.24491) 19254 : audit [DBG] from='client.44552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:59:33.973846+0000 mgr.y (mgr.24491) 19255 : audit [DBG] from='client.34650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T12:59:34.315373+0000 mon.c (mon.2) 594 : audit [DBG] from='client.? 172.21.15.177:0/836454099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:59:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:59:33.692679+0000 mgr.y (mgr.24491) 19254 : audit [DBG] from='client.44552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:59:33.973846+0000 mgr.y (mgr.24491) 19255 : audit [DBG] from='client.34650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T12:59:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T12:59:34.315373+0000 mon.c (mon.2) 594 : audit [DBG] from='client.? 172.21.15.177:0/836454099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T12:59:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:35.199696+0000 mgr.y (mgr.24491) 19256 : cluster [DBG] pgmap v17011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:35.199696+0000 mgr.y (mgr.24491) 19256 : cluster [DBG] pgmap v17011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:35.199696+0000 mgr.y (mgr.24491) 19256 : cluster [DBG] pgmap v17011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:37] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T12:59:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:37.200175+0000 mgr.y (mgr.24491) 19257 : cluster [DBG] pgmap v17012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:37.200175+0000 mgr.y (mgr.24491) 19257 : cluster [DBG] pgmap v17012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:37.200175+0000 mgr.y (mgr.24491) 19257 : cluster [DBG] pgmap v17012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:39.200639+0000 mgr.y (mgr.24491) 19258 : cluster [DBG] pgmap v17013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:39.200639+0000 mgr.y (mgr.24491) 19258 : cluster [DBG] pgmap v17013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:39.200639+0000 mgr.y (mgr.24491) 19258 : cluster [DBG] pgmap v17013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:59:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:41.201350+0000 mgr.y (mgr.24491) 19259 : cluster [DBG] pgmap v17014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:41.201350+0000 mgr.y (mgr.24491) 19259 : cluster [DBG] pgmap v17014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:41.201350+0000 mgr.y (mgr.24491) 19259 : cluster [DBG] pgmap v17014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:43.201819+0000 mgr.y (mgr.24491) 19260 : cluster [DBG] pgmap v17015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:43.201819+0000 mgr.y (mgr.24491) 19260 : cluster [DBG] pgmap v17015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:43.201819+0000 mgr.y (mgr.24491) 19260 : cluster [DBG] pgmap v17015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:45.202610+0000 mgr.y (mgr.24491) 19261 : cluster [DBG] pgmap v17016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:45.202610+0000 mgr.y (mgr.24491) 19261 : cluster [DBG] pgmap v17016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:45.202610+0000 mgr.y (mgr.24491) 19261 : cluster [DBG] pgmap v17016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:47] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:59:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:47.203213+0000 mgr.y (mgr.24491) 19262 : cluster [DBG] pgmap v17017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:47.203213+0000 mgr.y (mgr.24491) 19262 : cluster [DBG] pgmap v17017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:47.203213+0000 mgr.y (mgr.24491) 19262 : cluster [DBG] pgmap v17017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:49.203825+0000 mgr.y (mgr.24491) 19263 : cluster [DBG] pgmap v17018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:49.203825+0000 mgr.y (mgr.24491) 19263 : cluster [DBG] pgmap v17018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:49.203825+0000 mgr.y (mgr.24491) 19263 : cluster [DBG] pgmap v17018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 12:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T12:59:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:51.204748+0000 mgr.y (mgr.24491) 19264 : cluster [DBG] pgmap v17019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:51.204748+0000 mgr.y (mgr.24491) 19264 : cluster [DBG] pgmap v17019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:51.204748+0000 mgr.y (mgr.24491) 19264 : cluster [DBG] pgmap v17019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:53.205341+0000 mgr.y (mgr.24491) 19265 : cluster [DBG] pgmap v17020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:53.205341+0000 mgr.y (mgr.24491) 19265 : cluster [DBG] pgmap v17020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:53.205341+0000 mgr.y (mgr.24491) 19265 : cluster [DBG] pgmap v17020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:55.206068+0000 mgr.y (mgr.24491) 19266 : cluster [DBG] pgmap v17021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:55.206068+0000 mgr.y (mgr.24491) 19266 : cluster [DBG] pgmap v17021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:55.206068+0000 mgr.y (mgr.24491) 19266 : cluster [DBG] pgmap v17021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 12:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:12:59:57] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T12:59:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 12:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:57.206463+0000 mgr.y (mgr.24491) 19267 : cluster [DBG] pgmap v17022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 12:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:57.206463+0000 mgr.y (mgr.24491) 19267 : cluster [DBG] pgmap v17022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T12:59:58.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 12:59:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:57.206463+0000 mgr.y (mgr.24491) 19267 : cluster [DBG] pgmap v17022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:00.326 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T12:59:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:00:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T12:59:59.206868+0000 mgr.y (mgr.24491) 19268 : cluster [DBG] pgmap v17023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:00.000145+0000 mon.a (mon.0) 3975 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:00:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T12:59:59.206868+0000 mgr.y (mgr.24491) 19268 : cluster [DBG] pgmap v17023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:00.000145+0000 mon.a (mon.0) 3975 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:00:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T12:59:59.206868+0000 mgr.y (mgr.24491) 19268 : cluster [DBG] pgmap v17023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:00.000145+0000 mon.a (mon.0) 3975 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:00:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:00:01.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 13:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T13:00:01.059Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1713607200138 maxt=1713614400000 ulid=01HVXSF73JB139EP0C82WJ9RZJ duration=48.88036ms 2024-04-20T13:00:01.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 13:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T13:00:01.063Z caller=head.go:827 level=info component=tsdb msg="Head GC completed" duration=2.862219ms 2024-04-20T13:00:01.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 13:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T13:00:01.063Z caller=checkpoint.go:98 level=info component=tsdb msg="Creating checkpoint" from_segment=2 to_segment=3 mint=1713614400000 2024-04-20T13:00:01.500 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 13:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T13:00:01.155Z caller=head.go:996 level=info component=tsdb msg="WAL checkpoint complete" first=2 last=3 duration=92.341238ms 2024-04-20T13:00:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:01.207702+0000 mgr.y (mgr.24491) 19269 : cluster [DBG] pgmap v17024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:01.207702+0000 mgr.y (mgr.24491) 19269 : cluster [DBG] pgmap v17024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:01.207702+0000 mgr.y (mgr.24491) 19269 : cluster [DBG] pgmap v17024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:04.625 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:00:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:03.208129+0000 mgr.y (mgr.24491) 19270 : cluster [DBG] pgmap v17025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:03.208129+0000 mgr.y (mgr.24491) 19270 : cluster [DBG] pgmap v17025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:03.208129+0000 mgr.y (mgr.24491) 19270 : cluster [DBG] pgmap v17025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:04.902 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:00:04.902 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 6m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:00:04.902 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 6m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:00:04.902 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 6m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:00:04.902 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 6m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:00:04.902 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 6m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:00:04.902 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 6m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:00:04.902 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 6m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:00:04.902 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 6m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:00:04.902 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 6m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:00:04.902 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 6m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:00:04.903 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 6m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:00:04.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 6m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:00:04.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 6m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:00:04.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 6m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:00:04.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 6m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:00:04.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 6m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:00:04.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 6m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:00:04.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 6m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:00:04.903 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 6m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:00:04.903 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 6m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:00:05.234 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:00:05.234 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:00:05.234 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:00:05.234 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:00:05.234 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:00:05.234 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:00:05.234 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:00:05.235 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:00:05.235 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:00:05.235 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:00:05.235 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:00:05.235 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:00:05.235 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:00:05.235 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:00:05.235 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:00:05.235 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:00:05.235 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:00:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:00:05.235140+0000 mon.a (mon.0) 3976 : audit [DBG] from='client.? 172.21.15.177:0/1604894983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:00:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:00:05.235140+0000 mon.a (mon.0) 3976 : audit [DBG] from='client.? 172.21.15.177:0/1604894983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:00:05.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:00:05.235140+0000 mon.a (mon.0) 3976 : audit [DBG] from='client.? 172.21.15.177:0/1604894983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:00:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:00:04.614437+0000 mgr.y (mgr.24491) 19271 : audit [DBG] from='client.34662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:00:04.895261+0000 mgr.y (mgr.24491) 19272 : audit [DBG] from='client.44576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:05.208677+0000 mgr.y (mgr.24491) 19273 : cluster [DBG] pgmap v17026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:00:04.614437+0000 mgr.y (mgr.24491) 19271 : audit [DBG] from='client.34662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:00:04.895261+0000 mgr.y (mgr.24491) 19272 : audit [DBG] from='client.44576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:05.208677+0000 mgr.y (mgr.24491) 19273 : cluster [DBG] pgmap v17026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:00:04.614437+0000 mgr.y (mgr.24491) 19271 : audit [DBG] from='client.34662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:00:04.895261+0000 mgr.y (mgr.24491) 19272 : audit [DBG] from='client.44576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:05.208677+0000 mgr.y (mgr.24491) 19273 : cluster [DBG] pgmap v17026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:07] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T13:00:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:07.209156+0000 mgr.y (mgr.24491) 19274 : cluster [DBG] pgmap v17027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:07.209156+0000 mgr.y (mgr.24491) 19274 : cluster [DBG] pgmap v17027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:07.209156+0000 mgr.y (mgr.24491) 19274 : cluster [DBG] pgmap v17027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:09.209603+0000 mgr.y (mgr.24491) 19275 : cluster [DBG] pgmap v17028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:09.209603+0000 mgr.y (mgr.24491) 19275 : cluster [DBG] pgmap v17028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:09.209603+0000 mgr.y (mgr.24491) 19275 : cluster [DBG] pgmap v17028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:00:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:11.210407+0000 mgr.y (mgr.24491) 19276 : cluster [DBG] pgmap v17029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:11.210407+0000 mgr.y (mgr.24491) 19276 : cluster [DBG] pgmap v17029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:11.210407+0000 mgr.y (mgr.24491) 19276 : cluster [DBG] pgmap v17029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:13.210922+0000 mgr.y (mgr.24491) 19277 : cluster [DBG] pgmap v17030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:13.210922+0000 mgr.y (mgr.24491) 19277 : cluster [DBG] pgmap v17030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:13.210922+0000 mgr.y (mgr.24491) 19277 : cluster [DBG] pgmap v17030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:15.211579+0000 mgr.y (mgr.24491) 19278 : cluster [DBG] pgmap v17031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:15.211579+0000 mgr.y (mgr.24491) 19278 : cluster [DBG] pgmap v17031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:15.211579+0000 mgr.y (mgr.24491) 19278 : cluster [DBG] pgmap v17031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:17] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T13:00:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:17.212106+0000 mgr.y (mgr.24491) 19279 : cluster [DBG] pgmap v17032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:17.212106+0000 mgr.y (mgr.24491) 19279 : cluster [DBG] pgmap v17032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:18.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:17.212106+0000 mgr.y (mgr.24491) 19279 : cluster [DBG] pgmap v17032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:19.212563+0000 mgr.y (mgr.24491) 19280 : cluster [DBG] pgmap v17033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:19.212563+0000 mgr.y (mgr.24491) 19280 : cluster [DBG] pgmap v17033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:19.212563+0000 mgr.y (mgr.24491) 19280 : cluster [DBG] pgmap v17033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:21.280 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:00:21.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:00:21.133432+0000 mon.a (mon.0) 3977 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:00:21.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:00:21.133432+0000 mon.a (mon.0) 3977 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:00:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:00:21.133432+0000 mon.a (mon.0) 3977 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:00:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:21.213181+0000 mgr.y (mgr.24491) 19281 : cluster [DBG] pgmap v17034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:00:21.429416+0000 mon.a (mon.0) 3978 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:00:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:00:21.430087+0000 mon.a (mon.0) 3979 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:00:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:00:21.434372+0000 mon.a (mon.0) 3980 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:00:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:21.213181+0000 mgr.y (mgr.24491) 19281 : cluster [DBG] pgmap v17034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:00:21.429416+0000 mon.a (mon.0) 3978 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:00:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:00:21.430087+0000 mon.a (mon.0) 3979 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:00:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:00:21.434372+0000 mon.a (mon.0) 3980 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:00:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:21.213181+0000 mgr.y (mgr.24491) 19281 : cluster [DBG] pgmap v17034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:00:21.429416+0000 mon.a (mon.0) 3978 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:00:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:00:21.430087+0000 mon.a (mon.0) 3979 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:00:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:00:21.434372+0000 mon.a (mon.0) 3980 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:00:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:23.213756+0000 mgr.y (mgr.24491) 19282 : cluster [DBG] pgmap v17035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:23.213756+0000 mgr.y (mgr.24491) 19282 : cluster [DBG] pgmap v17035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:24.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:23.213756+0000 mgr.y (mgr.24491) 19282 : cluster [DBG] pgmap v17035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:25.214486+0000 mgr.y (mgr.24491) 19283 : cluster [DBG] pgmap v17036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:25.214486+0000 mgr.y (mgr.24491) 19283 : cluster [DBG] pgmap v17036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:25.214486+0000 mgr.y (mgr.24491) 19283 : cluster [DBG] pgmap v17036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:27] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T13:00:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:27.215061+0000 mgr.y (mgr.24491) 19284 : cluster [DBG] pgmap v17037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:27.215061+0000 mgr.y (mgr.24491) 19284 : cluster [DBG] pgmap v17037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:27.215061+0000 mgr.y (mgr.24491) 19284 : cluster [DBG] pgmap v17037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:29.215570+0000 mgr.y (mgr.24491) 19285 : cluster [DBG] pgmap v17038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:29.215570+0000 mgr.y (mgr.24491) 19285 : cluster [DBG] pgmap v17038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:30.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:29.215570+0000 mgr.y (mgr.24491) 19285 : cluster [DBG] pgmap v17038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:00:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:31.216273+0000 mgr.y (mgr.24491) 19286 : cluster [DBG] pgmap v17039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:31.216273+0000 mgr.y (mgr.24491) 19286 : cluster [DBG] pgmap v17039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:31.216273+0000 mgr.y (mgr.24491) 19286 : cluster [DBG] pgmap v17039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:33.216672+0000 mgr.y (mgr.24491) 19287 : cluster [DBG] pgmap v17040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:33.216672+0000 mgr.y (mgr.24491) 19287 : cluster [DBG] pgmap v17040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:33.216672+0000 mgr.y (mgr.24491) 19287 : cluster [DBG] pgmap v17040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:35.546 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:00:35.821 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:00:35.821 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 7m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:00:35.821 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:00:35.821 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 7m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:00:35.821 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:00:35.821 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:00:35.821 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 7m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:00:35.821 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 7m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:00:35.821 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:00:35.821 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 7m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:00:35.821 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 7m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:00:35.822 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:00:35.822 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 7m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:00:35.822 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 7m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:00:35.822 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 7m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:00:35.822 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 7m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:00:35.822 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 7m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:00:35.822 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 7m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:00:35.822 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:00:35.822 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:00:35.822 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:00:36.154 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:00:36.154 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:00:36.155 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:00:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:35.217504+0000 mgr.y (mgr.24491) 19288 : cluster [DBG] pgmap v17041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:00:36.155279+0000 mon.c (mon.2) 595 : audit [DBG] from='client.? 172.21.15.177:0/758018071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:00:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:35.217504+0000 mgr.y (mgr.24491) 19288 : cluster [DBG] pgmap v17041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:00:36.155279+0000 mon.c (mon.2) 595 : audit [DBG] from='client.? 172.21.15.177:0/758018071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:00:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:35.217504+0000 mgr.y (mgr.24491) 19288 : cluster [DBG] pgmap v17041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:00:36.155279+0000 mon.c (mon.2) 595 : audit [DBG] from='client.? 172.21.15.177:0/758018071' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:00:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:00:35.534999+0000 mgr.y (mgr.24491) 19289 : audit [DBG] from='client.44588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:00:35.814270+0000 mgr.y (mgr.24491) 19290 : audit [DBG] from='client.44594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:00:35.534999+0000 mgr.y (mgr.24491) 19289 : audit [DBG] from='client.44588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:00:35.814270+0000 mgr.y (mgr.24491) 19290 : audit [DBG] from='client.44594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:00:35.534999+0000 mgr.y (mgr.24491) 19289 : audit [DBG] from='client.44588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:00:35.814270+0000 mgr.y (mgr.24491) 19290 : audit [DBG] from='client.44594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:00:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:37] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-04-20T13:00:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:37.217874+0000 mgr.y (mgr.24491) 19291 : cluster [DBG] pgmap v17042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:37.217874+0000 mgr.y (mgr.24491) 19291 : cluster [DBG] pgmap v17042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:37.217874+0000 mgr.y (mgr.24491) 19291 : cluster [DBG] pgmap v17042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:39.218214+0000 mgr.y (mgr.24491) 19292 : cluster [DBG] pgmap v17043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:39.218214+0000 mgr.y (mgr.24491) 19292 : cluster [DBG] pgmap v17043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:39.218214+0000 mgr.y (mgr.24491) 19292 : cluster [DBG] pgmap v17043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:00:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:41.218852+0000 mgr.y (mgr.24491) 19293 : cluster [DBG] pgmap v17044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:41.218852+0000 mgr.y (mgr.24491) 19293 : cluster [DBG] pgmap v17044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:41.218852+0000 mgr.y (mgr.24491) 19293 : cluster [DBG] pgmap v17044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:43.219278+0000 mgr.y (mgr.24491) 19294 : cluster [DBG] pgmap v17045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:43.219278+0000 mgr.y (mgr.24491) 19294 : cluster [DBG] pgmap v17045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:43.219278+0000 mgr.y (mgr.24491) 19294 : cluster [DBG] pgmap v17045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:45.219916+0000 mgr.y (mgr.24491) 19295 : cluster [DBG] pgmap v17046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:45.219916+0000 mgr.y (mgr.24491) 19295 : cluster [DBG] pgmap v17046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:45.219916+0000 mgr.y (mgr.24491) 19295 : cluster [DBG] pgmap v17046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:47] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T13:00:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:47.220361+0000 mgr.y (mgr.24491) 19296 : cluster [DBG] pgmap v17047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:47.220361+0000 mgr.y (mgr.24491) 19296 : cluster [DBG] pgmap v17047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:47.220361+0000 mgr.y (mgr.24491) 19296 : cluster [DBG] pgmap v17047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:49.220766+0000 mgr.y (mgr.24491) 19297 : cluster [DBG] pgmap v17048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:49.220766+0000 mgr.y (mgr.24491) 19297 : cluster [DBG] pgmap v17048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:49.220766+0000 mgr.y (mgr.24491) 19297 : cluster [DBG] pgmap v17048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:00:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:51.221477+0000 mgr.y (mgr.24491) 19298 : cluster [DBG] pgmap v17049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:51.221477+0000 mgr.y (mgr.24491) 19298 : cluster [DBG] pgmap v17049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:51.221477+0000 mgr.y (mgr.24491) 19298 : cluster [DBG] pgmap v17049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:53.222024+0000 mgr.y (mgr.24491) 19299 : cluster [DBG] pgmap v17050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:53.222024+0000 mgr.y (mgr.24491) 19299 : cluster [DBG] pgmap v17050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:53.222024+0000 mgr.y (mgr.24491) 19299 : cluster [DBG] pgmap v17050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:55.222711+0000 mgr.y (mgr.24491) 19300 : cluster [DBG] pgmap v17051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:55.222711+0000 mgr.y (mgr.24491) 19300 : cluster [DBG] pgmap v17051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:55.222711+0000 mgr.y (mgr.24491) 19300 : cluster [DBG] pgmap v17051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:00:57] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T13:00:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:00:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:57.223187+0000 mgr.y (mgr.24491) 19301 : cluster [DBG] pgmap v17052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:00:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:57.223187+0000 mgr.y (mgr.24491) 19301 : cluster [DBG] pgmap v17052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:00:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:00:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:57.223187+0000 mgr.y (mgr.24491) 19301 : cluster [DBG] pgmap v17052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:00:59.223549+0000 mgr.y (mgr.24491) 19302 : cluster [DBG] pgmap v17053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:00:59.223549+0000 mgr.y (mgr.24491) 19302 : cluster [DBG] pgmap v17053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:00:59.223549+0000 mgr.y (mgr.24491) 19302 : cluster [DBG] pgmap v17053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:01:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:01.224191+0000 mgr.y (mgr.24491) 19303 : cluster [DBG] pgmap v17054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:01.224191+0000 mgr.y (mgr.24491) 19303 : cluster [DBG] pgmap v17054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:01.224191+0000 mgr.y (mgr.24491) 19303 : cluster [DBG] pgmap v17054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:03.224592+0000 mgr.y (mgr.24491) 19304 : cluster [DBG] pgmap v17055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:03.224592+0000 mgr.y (mgr.24491) 19304 : cluster [DBG] pgmap v17055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:03.224592+0000 mgr.y (mgr.24491) 19304 : cluster [DBG] pgmap v17055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:06.467 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:01:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:05.225372+0000 mgr.y (mgr.24491) 19305 : cluster [DBG] pgmap v17056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:05.225372+0000 mgr.y (mgr.24491) 19305 : cluster [DBG] pgmap v17056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:06.743 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:01:06.743 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 7m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:01:06.743 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:01:06.743 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 7m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:01:06.743 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:01:06.743 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:01:06.743 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 7m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:01:06.743 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 7m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:01:06.743 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:01:06.743 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 7m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:01:06.743 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 7m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:01:06.744 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:01:06.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 7m ago 9h 46.7M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:01:06.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 7m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:01:06.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 7m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:01:06.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 7m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:01:06.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 7m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:01:06.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 7m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:01:06.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:01:06.744 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:01:06.744 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:01:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:05.225372+0000 mgr.y (mgr.24491) 19305 : cluster [DBG] pgmap v17056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:07.073 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:01:07.073 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:01:07.073 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:01:07.073 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:01:07.073 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:01:07.073 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:01:07.073 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:01:07.074 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:01:07.074 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:01:07.074 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:01:07.074 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:01:07.074 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:01:07.074 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:01:07.074 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:01:07.074 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:01:07.074 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:01:07.074 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:01:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:06.455744+0000 mgr.y (mgr.24491) 19306 : audit [DBG] from='client.34698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:06.736294+0000 mgr.y (mgr.24491) 19307 : audit [DBG] from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:07.073660+0000 mon.a (mon.0) 3981 : audit [DBG] from='client.? 172.21.15.177:0/4123260428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:01:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:07.225936+0000 mgr.y (mgr.24491) 19308 : cluster [DBG] pgmap v17057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:06.455744+0000 mgr.y (mgr.24491) 19306 : audit [DBG] from='client.34698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:06.736294+0000 mgr.y (mgr.24491) 19307 : audit [DBG] from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:07.073660+0000 mon.a (mon.0) 3981 : audit [DBG] from='client.? 172.21.15.177:0/4123260428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:01:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:07.225936+0000 mgr.y (mgr.24491) 19308 : cluster [DBG] pgmap v17057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:06.455744+0000 mgr.y (mgr.24491) 19306 : audit [DBG] from='client.34698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:06.736294+0000 mgr.y (mgr.24491) 19307 : audit [DBG] from='client.34704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:07.073660+0000 mon.a (mon.0) 3981 : audit [DBG] from='client.? 172.21.15.177:0/4123260428' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:01:07.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:07.225936+0000 mgr.y (mgr.24491) 19308 : cluster [DBG] pgmap v17057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:07] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T13:01:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:09.226507+0000 mgr.y (mgr.24491) 19309 : cluster [DBG] pgmap v17058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:09.226507+0000 mgr.y (mgr.24491) 19309 : cluster [DBG] pgmap v17058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:10.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:09.226507+0000 mgr.y (mgr.24491) 19309 : cluster [DBG] pgmap v17058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:01:12.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:11.227227+0000 mgr.y (mgr.24491) 19310 : cluster [DBG] pgmap v17059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:12.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:11.227227+0000 mgr.y (mgr.24491) 19310 : cluster [DBG] pgmap v17059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:11.227227+0000 mgr.y (mgr.24491) 19310 : cluster [DBG] pgmap v17059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:13.227707+0000 mgr.y (mgr.24491) 19311 : cluster [DBG] pgmap v17060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:13.227707+0000 mgr.y (mgr.24491) 19311 : cluster [DBG] pgmap v17060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:13.227707+0000 mgr.y (mgr.24491) 19311 : cluster [DBG] pgmap v17060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:15.228403+0000 mgr.y (mgr.24491) 19312 : cluster [DBG] pgmap v17061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:15.228403+0000 mgr.y (mgr.24491) 19312 : cluster [DBG] pgmap v17061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:15.228403+0000 mgr.y (mgr.24491) 19312 : cluster [DBG] pgmap v17061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:17] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T13:01:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:17.228932+0000 mgr.y (mgr.24491) 19313 : cluster [DBG] pgmap v17062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:17.228932+0000 mgr.y (mgr.24491) 19313 : cluster [DBG] pgmap v17062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:17.228932+0000 mgr.y (mgr.24491) 19313 : cluster [DBG] pgmap v17062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:19.229516+0000 mgr.y (mgr.24491) 19314 : cluster [DBG] pgmap v17063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:19.229516+0000 mgr.y (mgr.24491) 19314 : cluster [DBG] pgmap v17063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:19.229516+0000 mgr.y (mgr.24491) 19314 : cluster [DBG] pgmap v17063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:01:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:21.230396+0000 mgr.y (mgr.24491) 19315 : cluster [DBG] pgmap v17064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:21.438543+0000 mon.a (mon.0) 3982 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:01:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:21.731737+0000 mon.a (mon.0) 3983 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:21.732345+0000 mon.a (mon.0) 3984 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:21.732835+0000 mon.a (mon.0) 3985 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:21.733321+0000 mon.a (mon.0) 3986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:21.738350+0000 mon.a (mon.0) 3987 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:21.739835+0000 mon.a (mon.0) 3988 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:21.740404+0000 mon.a (mon.0) 3989 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:21.744945+0000 mon.a (mon.0) 3990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:21.230396+0000 mgr.y (mgr.24491) 19315 : cluster [DBG] pgmap v17064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:21.438543+0000 mon.a (mon.0) 3982 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:21.731737+0000 mon.a (mon.0) 3983 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:21.732345+0000 mon.a (mon.0) 3984 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:21.732835+0000 mon.a (mon.0) 3985 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:21.733321+0000 mon.a (mon.0) 3986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:21.738350+0000 mon.a (mon.0) 3987 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:21.739835+0000 mon.a (mon.0) 3988 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:21.740404+0000 mon.a (mon.0) 3989 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:01:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:21.744945+0000 mon.a (mon.0) 3990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:01:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:21.230396+0000 mgr.y (mgr.24491) 19315 : cluster [DBG] pgmap v17064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:21.438543+0000 mon.a (mon.0) 3982 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:01:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:21.731737+0000 mon.a (mon.0) 3983 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:21.732345+0000 mon.a (mon.0) 3984 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:21.732835+0000 mon.a (mon.0) 3985 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:21.733321+0000 mon.a (mon.0) 3986 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:01:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:21.738350+0000 mon.a (mon.0) 3987 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:01:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:21.739835+0000 mon.a (mon.0) 3988 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:01:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:21.740404+0000 mon.a (mon.0) 3989 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:01:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:21.744945+0000 mon.a (mon.0) 3990 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:01:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T13:01:21.733708+0000 mgr.y (mgr.24491) 19316 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2470M 2024-04-20T13:01:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T13:01:21.733708+0000 mgr.y (mgr.24491) 19316 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2470M 2024-04-20T13:01:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T13:01:21.733708+0000 mgr.y (mgr.24491) 19316 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2470M 2024-04-20T13:01:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:23.230828+0000 mgr.y (mgr.24491) 19317 : cluster [DBG] pgmap v17065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:23.230828+0000 mgr.y (mgr.24491) 19317 : cluster [DBG] pgmap v17065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:23.230828+0000 mgr.y (mgr.24491) 19317 : cluster [DBG] pgmap v17065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:25.231619+0000 mgr.y (mgr.24491) 19318 : cluster [DBG] pgmap v17066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:25.231619+0000 mgr.y (mgr.24491) 19318 : cluster [DBG] pgmap v17066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:25.231619+0000 mgr.y (mgr.24491) 19318 : cluster [DBG] pgmap v17066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:27] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T13:01:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:27.232188+0000 mgr.y (mgr.24491) 19319 : cluster [DBG] pgmap v17067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:27.232188+0000 mgr.y (mgr.24491) 19319 : cluster [DBG] pgmap v17067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:27.232188+0000 mgr.y (mgr.24491) 19319 : cluster [DBG] pgmap v17067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:29.232586+0000 mgr.y (mgr.24491) 19320 : cluster [DBG] pgmap v17068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:29.232586+0000 mgr.y (mgr.24491) 19320 : cluster [DBG] pgmap v17068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:29.232586+0000 mgr.y (mgr.24491) 19320 : cluster [DBG] pgmap v17068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:01:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:31.233458+0000 mgr.y (mgr.24491) 19321 : cluster [DBG] pgmap v17069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:31.233458+0000 mgr.y (mgr.24491) 19321 : cluster [DBG] pgmap v17069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:31.233458+0000 mgr.y (mgr.24491) 19321 : cluster [DBG] pgmap v17069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:33.233839+0000 mgr.y (mgr.24491) 19322 : cluster [DBG] pgmap v17070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:33.233839+0000 mgr.y (mgr.24491) 19322 : cluster [DBG] pgmap v17070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:34.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:33.233839+0000 mgr.y (mgr.24491) 19322 : cluster [DBG] pgmap v17070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:35.234485+0000 mgr.y (mgr.24491) 19323 : cluster [DBG] pgmap v17071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:36.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:35.234485+0000 mgr.y (mgr.24491) 19323 : cluster [DBG] pgmap v17071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:35.234485+0000 mgr.y (mgr.24491) 19323 : cluster [DBG] pgmap v17071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:37.383 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 8m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 8m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 8m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 8m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 8m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:01:37.656 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 8m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:01:37.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:01:37.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:01:37.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:01:37.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:01:37.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 8m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:01:37.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 8m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:01:37.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 8m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:01:37.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 8m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:01:37.657 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 8m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:01:37.986 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:01:37.986 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:01:37.986 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:01:37.986 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:01:37.986 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:01:37.986 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:01:37.986 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:01:37.987 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:01:37.987 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:01:37.987 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:01:37.987 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:01:37.987 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:01:37.987 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:01:37.987 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:01:37.987 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:01:37.987 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:01:37.987 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:01:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:37] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T13:01:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:37.234832+0000 mgr.y (mgr.24491) 19324 : cluster [DBG] pgmap v17072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:37.987142+0000 mon.a (mon.0) 3991 : audit [DBG] from='client.? 172.21.15.177:0/3915062268' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:01:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:37.234832+0000 mgr.y (mgr.24491) 19324 : cluster [DBG] pgmap v17072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:37.987142+0000 mon.a (mon.0) 3991 : audit [DBG] from='client.? 172.21.15.177:0/3915062268' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:01:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:37.234832+0000 mgr.y (mgr.24491) 19324 : cluster [DBG] pgmap v17072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:37.987142+0000 mon.a (mon.0) 3991 : audit [DBG] from='client.? 172.21.15.177:0/3915062268' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:01:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:37.372057+0000 mgr.y (mgr.24491) 19325 : audit [DBG] from='client.34716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:01:37.649117+0000 mgr.y (mgr.24491) 19326 : audit [DBG] from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:37.372057+0000 mgr.y (mgr.24491) 19325 : audit [DBG] from='client.34716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:01:37.649117+0000 mgr.y (mgr.24491) 19326 : audit [DBG] from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:37.372057+0000 mgr.y (mgr.24491) 19325 : audit [DBG] from='client.34716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:01:37.649117+0000 mgr.y (mgr.24491) 19326 : audit [DBG] from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:01:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:39.235219+0000 mgr.y (mgr.24491) 19327 : cluster [DBG] pgmap v17073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:39.235219+0000 mgr.y (mgr.24491) 19327 : cluster [DBG] pgmap v17073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:39.235219+0000 mgr.y (mgr.24491) 19327 : cluster [DBG] pgmap v17073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:01:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:41.235854+0000 mgr.y (mgr.24491) 19328 : cluster [DBG] pgmap v17074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:41.235854+0000 mgr.y (mgr.24491) 19328 : cluster [DBG] pgmap v17074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:41.235854+0000 mgr.y (mgr.24491) 19328 : cluster [DBG] pgmap v17074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:43.236259+0000 mgr.y (mgr.24491) 19329 : cluster [DBG] pgmap v17075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:43.236259+0000 mgr.y (mgr.24491) 19329 : cluster [DBG] pgmap v17075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:43.236259+0000 mgr.y (mgr.24491) 19329 : cluster [DBG] pgmap v17075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:45.237015+0000 mgr.y (mgr.24491) 19330 : cluster [DBG] pgmap v17076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:45.237015+0000 mgr.y (mgr.24491) 19330 : cluster [DBG] pgmap v17076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:45.237015+0000 mgr.y (mgr.24491) 19330 : cluster [DBG] pgmap v17076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:47] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T13:01:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:47.237530+0000 mgr.y (mgr.24491) 19331 : cluster [DBG] pgmap v17077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:47.237530+0000 mgr.y (mgr.24491) 19331 : cluster [DBG] pgmap v17077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:47.237530+0000 mgr.y (mgr.24491) 19331 : cluster [DBG] pgmap v17077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:49.237995+0000 mgr.y (mgr.24491) 19332 : cluster [DBG] pgmap v17078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:49.237995+0000 mgr.y (mgr.24491) 19332 : cluster [DBG] pgmap v17078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:49.237995+0000 mgr.y (mgr.24491) 19332 : cluster [DBG] pgmap v17078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:01:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:51.238558+0000 mgr.y (mgr.24491) 19333 : cluster [DBG] pgmap v17079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:51.238558+0000 mgr.y (mgr.24491) 19333 : cluster [DBG] pgmap v17079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:51.238558+0000 mgr.y (mgr.24491) 19333 : cluster [DBG] pgmap v17079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:53.239252+0000 mgr.y (mgr.24491) 19334 : cluster [DBG] pgmap v17080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:53.239252+0000 mgr.y (mgr.24491) 19334 : cluster [DBG] pgmap v17080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:53.239252+0000 mgr.y (mgr.24491) 19334 : cluster [DBG] pgmap v17080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:55.239987+0000 mgr.y (mgr.24491) 19335 : cluster [DBG] pgmap v17081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:55.239987+0000 mgr.y (mgr.24491) 19335 : cluster [DBG] pgmap v17081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:55.239987+0000 mgr.y (mgr.24491) 19335 : cluster [DBG] pgmap v17081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:57.240403+0000 mgr.y (mgr.24491) 19336 : cluster [DBG] pgmap v17082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:57.240403+0000 mgr.y (mgr.24491) 19336 : cluster [DBG] pgmap v17082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:01:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:57.240403+0000 mgr.y (mgr.24491) 19336 : cluster [DBG] pgmap v17082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:01:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:01:57] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T13:02:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:01:59.240821+0000 mgr.y (mgr.24491) 19337 : cluster [DBG] pgmap v17083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:01:59.240821+0000 mgr.y (mgr.24491) 19337 : cluster [DBG] pgmap v17083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:01:59.240821+0000 mgr.y (mgr.24491) 19337 : cluster [DBG] pgmap v17083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:02:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:01.241501+0000 mgr.y (mgr.24491) 19338 : cluster [DBG] pgmap v17084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:01.241501+0000 mgr.y (mgr.24491) 19338 : cluster [DBG] pgmap v17084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:01.241501+0000 mgr.y (mgr.24491) 19338 : cluster [DBG] pgmap v17084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:03.241969+0000 mgr.y (mgr.24491) 19339 : cluster [DBG] pgmap v17085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:03.241969+0000 mgr.y (mgr.24491) 19339 : cluster [DBG] pgmap v17085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:03.241969+0000 mgr.y (mgr.24491) 19339 : cluster [DBG] pgmap v17085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:05.242853+0000 mgr.y (mgr.24491) 19340 : cluster [DBG] pgmap v17086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:05.242853+0000 mgr.y (mgr.24491) 19340 : cluster [DBG] pgmap v17086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:05.242853+0000 mgr.y (mgr.24491) 19340 : cluster [DBG] pgmap v17086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:07] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-04-20T13:02:08.298 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:02:08.575 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:02:08.575 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:02:08.575 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 8m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:02:08.575 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 8m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:02:08.575 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 8m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:02:08.575 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 8m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 8m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 8m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 8m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 8m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 8m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:02:08.576 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 8m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:02:08.577 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 8m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:02:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:07.243397+0000 mgr.y (mgr.24491) 19341 : cluster [DBG] pgmap v17087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:07.243397+0000 mgr.y (mgr.24491) 19341 : cluster [DBG] pgmap v17087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:07.243397+0000 mgr.y (mgr.24491) 19341 : cluster [DBG] pgmap v17087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:02:08.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:02:08.909 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:02:08.909 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:02:08.909 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:02:08.909 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:02:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:02:08.287744+0000 mgr.y (mgr.24491) 19342 : audit [DBG] from='client.44642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:02:08.908752+0000 mon.a (mon.0) 3992 : audit [DBG] from='client.? 172.21.15.177:0/3433104266' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:02:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:02:08.287744+0000 mgr.y (mgr.24491) 19342 : audit [DBG] from='client.44642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:02:08.908752+0000 mon.a (mon.0) 3992 : audit [DBG] from='client.? 172.21.15.177:0/3433104266' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:02:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:02:08.287744+0000 mgr.y (mgr.24491) 19342 : audit [DBG] from='client.44642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:09.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:02:08.908752+0000 mon.a (mon.0) 3992 : audit [DBG] from='client.? 172.21.15.177:0/3433104266' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:02:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:02:08.568597+0000 mgr.y (mgr.24491) 19343 : audit [DBG] from='client.34740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:09.243887+0000 mgr.y (mgr.24491) 19344 : cluster [DBG] pgmap v17088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:02:08.568597+0000 mgr.y (mgr.24491) 19343 : audit [DBG] from='client.34740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:09.243887+0000 mgr.y (mgr.24491) 19344 : cluster [DBG] pgmap v17088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:02:08.568597+0000 mgr.y (mgr.24491) 19343 : audit [DBG] from='client.34740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:10.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:09.243887+0000 mgr.y (mgr.24491) 19344 : cluster [DBG] pgmap v17088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:02:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:11.244585+0000 mgr.y (mgr.24491) 19345 : cluster [DBG] pgmap v17089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:11.244585+0000 mgr.y (mgr.24491) 19345 : cluster [DBG] pgmap v17089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:11.244585+0000 mgr.y (mgr.24491) 19345 : cluster [DBG] pgmap v17089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:13.244985+0000 mgr.y (mgr.24491) 19346 : cluster [DBG] pgmap v17090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:13.244985+0000 mgr.y (mgr.24491) 19346 : cluster [DBG] pgmap v17090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:13.244985+0000 mgr.y (mgr.24491) 19346 : cluster [DBG] pgmap v17090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:15.245810+0000 mgr.y (mgr.24491) 19347 : cluster [DBG] pgmap v17091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:15.245810+0000 mgr.y (mgr.24491) 19347 : cluster [DBG] pgmap v17091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:15.245810+0000 mgr.y (mgr.24491) 19347 : cluster [DBG] pgmap v17091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:17] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-04-20T13:02:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:17.246248+0000 mgr.y (mgr.24491) 19348 : cluster [DBG] pgmap v17092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:17.246248+0000 mgr.y (mgr.24491) 19348 : cluster [DBG] pgmap v17092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:17.246248+0000 mgr.y (mgr.24491) 19348 : cluster [DBG] pgmap v17092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:19.246750+0000 mgr.y (mgr.24491) 19349 : cluster [DBG] pgmap v17093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:19.246750+0000 mgr.y (mgr.24491) 19349 : cluster [DBG] pgmap v17093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:19.246750+0000 mgr.y (mgr.24491) 19349 : cluster [DBG] pgmap v17093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:02:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:21.247374+0000 mgr.y (mgr.24491) 19350 : cluster [DBG] pgmap v17094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:02:21.749138+0000 mon.a (mon.0) 3993 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:02:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:02:22.041527+0000 mon.a (mon.0) 3994 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:02:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:02:22.042151+0000 mon.a (mon.0) 3995 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:02:22.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:02:22.046262+0000 mon.a (mon.0) 3996 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:02:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:21.247374+0000 mgr.y (mgr.24491) 19350 : cluster [DBG] pgmap v17094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:02:21.749138+0000 mon.a (mon.0) 3993 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:02:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:02:22.041527+0000 mon.a (mon.0) 3994 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:02:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:02:22.042151+0000 mon.a (mon.0) 3995 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:02:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:02:22.046262+0000 mon.a (mon.0) 3996 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:02:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:21.247374+0000 mgr.y (mgr.24491) 19350 : cluster [DBG] pgmap v17094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:02:21.749138+0000 mon.a (mon.0) 3993 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:02:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:02:22.041527+0000 mon.a (mon.0) 3994 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:02:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:02:22.042151+0000 mon.a (mon.0) 3995 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:02:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:02:22.046262+0000 mon.a (mon.0) 3996 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:02:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:23.247874+0000 mgr.y (mgr.24491) 19351 : cluster [DBG] pgmap v17095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:23.247874+0000 mgr.y (mgr.24491) 19351 : cluster [DBG] pgmap v17095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:23.247874+0000 mgr.y (mgr.24491) 19351 : cluster [DBG] pgmap v17095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:25.248573+0000 mgr.y (mgr.24491) 19352 : cluster [DBG] pgmap v17096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:25.248573+0000 mgr.y (mgr.24491) 19352 : cluster [DBG] pgmap v17096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:25.248573+0000 mgr.y (mgr.24491) 19352 : cluster [DBG] pgmap v17096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:27] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-04-20T13:02:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:27.248972+0000 mgr.y (mgr.24491) 19353 : cluster [DBG] pgmap v17097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:27.248972+0000 mgr.y (mgr.24491) 19353 : cluster [DBG] pgmap v17097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:27.248972+0000 mgr.y (mgr.24491) 19353 : cluster [DBG] pgmap v17097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:29.249505+0000 mgr.y (mgr.24491) 19354 : cluster [DBG] pgmap v17098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:29.249505+0000 mgr.y (mgr.24491) 19354 : cluster [DBG] pgmap v17098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:29.249505+0000 mgr.y (mgr.24491) 19354 : cluster [DBG] pgmap v17098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:02:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:31.250144+0000 mgr.y (mgr.24491) 19355 : cluster [DBG] pgmap v17099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:31.250144+0000 mgr.y (mgr.24491) 19355 : cluster [DBG] pgmap v17099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:31.250144+0000 mgr.y (mgr.24491) 19355 : cluster [DBG] pgmap v17099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:33.250561+0000 mgr.y (mgr.24491) 19356 : cluster [DBG] pgmap v17100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:33.250561+0000 mgr.y (mgr.24491) 19356 : cluster [DBG] pgmap v17100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:33.250561+0000 mgr.y (mgr.24491) 19356 : cluster [DBG] pgmap v17100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:35.251216+0000 mgr.y (mgr.24491) 19357 : cluster [DBG] pgmap v17101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:35.251216+0000 mgr.y (mgr.24491) 19357 : cluster [DBG] pgmap v17101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:35.251216+0000 mgr.y (mgr.24491) 19357 : cluster [DBG] pgmap v17101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:37] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T13:02:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:37.251641+0000 mgr.y (mgr.24491) 19358 : cluster [DBG] pgmap v17102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:37.251641+0000 mgr.y (mgr.24491) 19358 : cluster [DBG] pgmap v17102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:37.251641+0000 mgr.y (mgr.24491) 19358 : cluster [DBG] pgmap v17102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:39.220 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:02:39.495 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:02:39.495 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 9m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 9m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 9m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 9m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 9m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:02:39.496 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:02:39.497 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:02:39.497 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:02:39.497 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:02:39.830 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:02:39.830 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:02:39.830 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:02:39.830 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:02:39.831 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:02:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:02:39.209192+0000 mgr.y (mgr.24491) 19359 : audit [DBG] from='client.34752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:39.252087+0000 mgr.y (mgr.24491) 19360 : cluster [DBG] pgmap v17103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:02:39.831269+0000 mon.a (mon.0) 3997 : audit [DBG] from='client.? 172.21.15.177:0/1077195669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:02:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:02:39.209192+0000 mgr.y (mgr.24491) 19359 : audit [DBG] from='client.34752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:39.252087+0000 mgr.y (mgr.24491) 19360 : cluster [DBG] pgmap v17103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:02:39.831269+0000 mon.a (mon.0) 3997 : audit [DBG] from='client.? 172.21.15.177:0/1077195669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:02:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:02:39.209192+0000 mgr.y (mgr.24491) 19359 : audit [DBG] from='client.34752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:39.252087+0000 mgr.y (mgr.24491) 19360 : cluster [DBG] pgmap v17103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:40.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:02:39.831269+0000 mon.a (mon.0) 3997 : audit [DBG] from='client.? 172.21.15.177:0/1077195669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:02:41.334 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:02:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:02:39.489011+0000 mgr.y (mgr.24491) 19361 : audit [DBG] from='client.44666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:02:39.489011+0000 mgr.y (mgr.24491) 19361 : audit [DBG] from='client.44666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:02:39.489011+0000 mgr.y (mgr.24491) 19361 : audit [DBG] from='client.44666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:02:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:41.252911+0000 mgr.y (mgr.24491) 19362 : cluster [DBG] pgmap v17104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:41.252911+0000 mgr.y (mgr.24491) 19362 : cluster [DBG] pgmap v17104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:41.252911+0000 mgr.y (mgr.24491) 19362 : cluster [DBG] pgmap v17104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:43.253527+0000 mgr.y (mgr.24491) 19363 : cluster [DBG] pgmap v17105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:43.253527+0000 mgr.y (mgr.24491) 19363 : cluster [DBG] pgmap v17105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:43.253527+0000 mgr.y (mgr.24491) 19363 : cluster [DBG] pgmap v17105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:45.254296+0000 mgr.y (mgr.24491) 19364 : cluster [DBG] pgmap v17106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:45.254296+0000 mgr.y (mgr.24491) 19364 : cluster [DBG] pgmap v17106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:45.254296+0000 mgr.y (mgr.24491) 19364 : cluster [DBG] pgmap v17106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:47] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T13:02:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:47.254751+0000 mgr.y (mgr.24491) 19365 : cluster [DBG] pgmap v17107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:47.254751+0000 mgr.y (mgr.24491) 19365 : cluster [DBG] pgmap v17107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:47.254751+0000 mgr.y (mgr.24491) 19365 : cluster [DBG] pgmap v17107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:49.255299+0000 mgr.y (mgr.24491) 19366 : cluster [DBG] pgmap v17108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:49.255299+0000 mgr.y (mgr.24491) 19366 : cluster [DBG] pgmap v17108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:49.255299+0000 mgr.y (mgr.24491) 19366 : cluster [DBG] pgmap v17108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:02:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:51.256019+0000 mgr.y (mgr.24491) 19367 : cluster [DBG] pgmap v17109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:51.256019+0000 mgr.y (mgr.24491) 19367 : cluster [DBG] pgmap v17109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:51.256019+0000 mgr.y (mgr.24491) 19367 : cluster [DBG] pgmap v17109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:53.256382+0000 mgr.y (mgr.24491) 19368 : cluster [DBG] pgmap v17110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:53.256382+0000 mgr.y (mgr.24491) 19368 : cluster [DBG] pgmap v17110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:53.256382+0000 mgr.y (mgr.24491) 19368 : cluster [DBG] pgmap v17110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:55.257032+0000 mgr.y (mgr.24491) 19369 : cluster [DBG] pgmap v17111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:55.257032+0000 mgr.y (mgr.24491) 19369 : cluster [DBG] pgmap v17111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:55.257032+0000 mgr.y (mgr.24491) 19369 : cluster [DBG] pgmap v17111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:02:57] "GET /metrics HTTP/1.1" 200 188337 "" "Prometheus/2.33.4" 2024-04-20T13:02:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:57.257582+0000 mgr.y (mgr.24491) 19370 : cluster [DBG] pgmap v17112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:57.257582+0000 mgr.y (mgr.24491) 19370 : cluster [DBG] pgmap v17112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:02:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:02:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:57.257582+0000 mgr.y (mgr.24491) 19370 : cluster [DBG] pgmap v17112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:02:59.258118+0000 mgr.y (mgr.24491) 19371 : cluster [DBG] pgmap v17113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:02:59.258118+0000 mgr.y (mgr.24491) 19371 : cluster [DBG] pgmap v17113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:02:59.258118+0000 mgr.y (mgr.24491) 19371 : cluster [DBG] pgmap v17113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:03:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:01.258734+0000 mgr.y (mgr.24491) 19372 : cluster [DBG] pgmap v17114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:01.258734+0000 mgr.y (mgr.24491) 19372 : cluster [DBG] pgmap v17114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:01.258734+0000 mgr.y (mgr.24491) 19372 : cluster [DBG] pgmap v17114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:03.259174+0000 mgr.y (mgr.24491) 19373 : cluster [DBG] pgmap v17115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:03.259174+0000 mgr.y (mgr.24491) 19373 : cluster [DBG] pgmap v17115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:03.259174+0000 mgr.y (mgr.24491) 19373 : cluster [DBG] pgmap v17115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:05.259905+0000 mgr.y (mgr.24491) 19374 : cluster [DBG] pgmap v17116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:05.259905+0000 mgr.y (mgr.24491) 19374 : cluster [DBG] pgmap v17116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:05.259905+0000 mgr.y (mgr.24491) 19374 : cluster [DBG] pgmap v17116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:07.260424+0000 mgr.y (mgr.24491) 19375 : cluster [DBG] pgmap v17117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:07.260424+0000 mgr.y (mgr.24491) 19375 : cluster [DBG] pgmap v17117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:07.260424+0000 mgr.y (mgr.24491) 19375 : cluster [DBG] pgmap v17117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:07] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T13:03:10.141 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:03:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:09.260962+0000 mgr.y (mgr.24491) 19376 : cluster [DBG] pgmap v17118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:09.260962+0000 mgr.y (mgr.24491) 19376 : cluster [DBG] pgmap v17118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:10.416 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:03:10.416 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:03:10.416 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 9m ago 9h 64.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:03:10.416 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 9m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 9m ago 9h 24.8M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1096M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 828M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 835M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 9m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 9m ago 9h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.7M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:03:10.417 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:03:10.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:03:10.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:03:10.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 45.0M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:03:10.418 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 9h 128M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:03:10.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:09.260962+0000 mgr.y (mgr.24491) 19376 : cluster [DBG] pgmap v17118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:10.748 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:03:10.748 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:03:10.748 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:03:10.748 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:03:10.748 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:03:10.748 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:03:10.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:03:10.749 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:03:10.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:03:10.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:03:10.749 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:03:10.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:03:10.749 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:03:10.749 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:03:10.749 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:03:10.749 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:03:10.749 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:03:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:10.129492+0000 mgr.y (mgr.24491) 19377 : audit [DBG] from='client.44678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:11.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:10.749044+0000 mon.c (mon.2) 596 : audit [DBG] from='client.? 172.21.15.177:0/1355979991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:03:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:10.129492+0000 mgr.y (mgr.24491) 19377 : audit [DBG] from='client.44678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:10.749044+0000 mon.c (mon.2) 596 : audit [DBG] from='client.? 172.21.15.177:0/1355979991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:03:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:03:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:10.129492+0000 mgr.y (mgr.24491) 19377 : audit [DBG] from='client.44678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:10.749044+0000 mon.c (mon.2) 596 : audit [DBG] from='client.? 172.21.15.177:0/1355979991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:03:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:10.409525+0000 mgr.y (mgr.24491) 19378 : audit [DBG] from='client.34776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:11.261561+0000 mgr.y (mgr.24491) 19379 : cluster [DBG] pgmap v17119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:10.409525+0000 mgr.y (mgr.24491) 19378 : audit [DBG] from='client.34776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:12.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:11.261561+0000 mgr.y (mgr.24491) 19379 : cluster [DBG] pgmap v17119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:10.409525+0000 mgr.y (mgr.24491) 19378 : audit [DBG] from='client.34776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:11.261561+0000 mgr.y (mgr.24491) 19379 : cluster [DBG] pgmap v17119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:13.262079+0000 mgr.y (mgr.24491) 19380 : cluster [DBG] pgmap v17120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:13.262079+0000 mgr.y (mgr.24491) 19380 : cluster [DBG] pgmap v17120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:13.262079+0000 mgr.y (mgr.24491) 19380 : cluster [DBG] pgmap v17120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:15.262673+0000 mgr.y (mgr.24491) 19381 : cluster [DBG] pgmap v17121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:15.262673+0000 mgr.y (mgr.24491) 19381 : cluster [DBG] pgmap v17121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:15.262673+0000 mgr.y (mgr.24491) 19381 : cluster [DBG] pgmap v17121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:17] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T13:03:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:17.263237+0000 mgr.y (mgr.24491) 19382 : cluster [DBG] pgmap v17122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:17.263237+0000 mgr.y (mgr.24491) 19382 : cluster [DBG] pgmap v17122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:17.263237+0000 mgr.y (mgr.24491) 19382 : cluster [DBG] pgmap v17122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:19.263749+0000 mgr.y (mgr.24491) 19383 : cluster [DBG] pgmap v17123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:19.263749+0000 mgr.y (mgr.24491) 19383 : cluster [DBG] pgmap v17123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:19.263749+0000 mgr.y (mgr.24491) 19383 : cluster [DBG] pgmap v17123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:03:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:21.264434+0000 mgr.y (mgr.24491) 19384 : cluster [DBG] pgmap v17124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:22.050403+0000 mon.a (mon.0) 3998 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:03:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:21.264434+0000 mgr.y (mgr.24491) 19384 : cluster [DBG] pgmap v17124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:22.050403+0000 mon.a (mon.0) 3998 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:03:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:21.264434+0000 mgr.y (mgr.24491) 19384 : cluster [DBG] pgmap v17124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:22.050403+0000 mon.a (mon.0) 3998 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:03:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:23.264801+0000 mgr.y (mgr.24491) 19385 : cluster [DBG] pgmap v17125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:23.264801+0000 mgr.y (mgr.24491) 19385 : cluster [DBG] pgmap v17125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:23.264801+0000 mgr.y (mgr.24491) 19385 : cluster [DBG] pgmap v17125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:24.712179+0000 mon.a (mon.0) 3999 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:03:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:25.265331+0000 mgr.y (mgr.24491) 19386 : cluster [DBG] pgmap v17126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:25.397601+0000 mon.a (mon.0) 4000 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:03:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:25.666225+0000 mon.a (mon.0) 4001 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:03:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:25.666925+0000 mon.a (mon.0) 4002 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:03:26.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:25.673618+0000 mon.a (mon.0) 4003 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:03:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:24.712179+0000 mon.a (mon.0) 3999 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:03:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:25.265331+0000 mgr.y (mgr.24491) 19386 : cluster [DBG] pgmap v17126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:25.397601+0000 mon.a (mon.0) 4000 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:03:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:25.666225+0000 mon.a (mon.0) 4001 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:03:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:25.666925+0000 mon.a (mon.0) 4002 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:03:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:25.673618+0000 mon.a (mon.0) 4003 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:03:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:24.712179+0000 mon.a (mon.0) 3999 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:03:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:25.265331+0000 mgr.y (mgr.24491) 19386 : cluster [DBG] pgmap v17126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:25.397601+0000 mon.a (mon.0) 4000 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:03:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:25.666225+0000 mon.a (mon.0) 4001 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:03:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:25.666925+0000 mon.a (mon.0) 4002 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:03:26.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:25.673618+0000 mon.a (mon.0) 4003 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:03:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:27] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T13:03:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:27.265690+0000 mgr.y (mgr.24491) 19387 : cluster [DBG] pgmap v17127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:27.265690+0000 mgr.y (mgr.24491) 19387 : cluster [DBG] pgmap v17127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:27.265690+0000 mgr.y (mgr.24491) 19387 : cluster [DBG] pgmap v17127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:29.266235+0000 mgr.y (mgr.24491) 19388 : cluster [DBG] pgmap v17128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:30.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:29.266235+0000 mgr.y (mgr.24491) 19388 : cluster [DBG] pgmap v17128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:30.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:29.266235+0000 mgr.y (mgr.24491) 19388 : cluster [DBG] pgmap v17128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:03:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:31.266732+0000 mgr.y (mgr.24491) 19389 : cluster [DBG] pgmap v17129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:31.266732+0000 mgr.y (mgr.24491) 19389 : cluster [DBG] pgmap v17129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:31.266732+0000 mgr.y (mgr.24491) 19389 : cluster [DBG] pgmap v17129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:33.267206+0000 mgr.y (mgr.24491) 19390 : cluster [DBG] pgmap v17130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:33.267206+0000 mgr.y (mgr.24491) 19390 : cluster [DBG] pgmap v17130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:33.267206+0000 mgr.y (mgr.24491) 19390 : cluster [DBG] pgmap v17130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:35.267850+0000 mgr.y (mgr.24491) 19391 : cluster [DBG] pgmap v17131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:35.267850+0000 mgr.y (mgr.24491) 19391 : cluster [DBG] pgmap v17131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:35.267850+0000 mgr.y (mgr.24491) 19391 : cluster [DBG] pgmap v17131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:37] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T13:03:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:37.268270+0000 mgr.y (mgr.24491) 19392 : cluster [DBG] pgmap v17132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:37.268270+0000 mgr.y (mgr.24491) 19392 : cluster [DBG] pgmap v17132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:37.268270+0000 mgr.y (mgr.24491) 19392 : cluster [DBG] pgmap v17132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:39.269050+0000 mgr.y (mgr.24491) 19393 : cluster [DBG] pgmap v17133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:39.269050+0000 mgr.y (mgr.24491) 19393 : cluster [DBG] pgmap v17133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:39.269050+0000 mgr.y (mgr.24491) 19393 : cluster [DBG] pgmap v17133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:41.059 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:03:41.335 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 16s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 15s ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 16s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 15s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 15s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 16s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 16s ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 15s ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 16s ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 16s ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 15s ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 16s ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 16s ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 16s ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 16s ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:03:41.336 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 15s ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:03:41.337 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 15s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:03:41.337 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 15s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:03:41.337 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 15s ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:03:41.337 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 15s ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:03:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:03:41.670 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:03:41.670 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:03:41.670 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:03:41.670 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:03:41.670 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:03:41.670 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:03:41.670 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:03:41.670 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:03:41.670 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:03:41.670 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:03:41.671 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:03:41.671 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:03:41.671 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:03:41.671 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:03:41.671 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:03:41.671 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:03:41.671 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:03:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:41.048149+0000 mgr.y (mgr.24491) 19394 : audit [DBG] from='client.44696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:41.269550+0000 mgr.y (mgr.24491) 19395 : cluster [DBG] pgmap v17134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:41.328896+0000 mgr.y (mgr.24491) 19396 : audit [DBG] from='client.34794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:03:41.670844+0000 mon.a (mon.0) 4004 : audit [DBG] from='client.? 172.21.15.177:0/4110007815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:03:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:41.048149+0000 mgr.y (mgr.24491) 19394 : audit [DBG] from='client.44696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:41.269550+0000 mgr.y (mgr.24491) 19395 : cluster [DBG] pgmap v17134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:42.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:41.328896+0000 mgr.y (mgr.24491) 19396 : audit [DBG] from='client.34794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:42.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:03:41.670844+0000 mon.a (mon.0) 4004 : audit [DBG] from='client.? 172.21.15.177:0/4110007815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:03:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:41.048149+0000 mgr.y (mgr.24491) 19394 : audit [DBG] from='client.44696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:41.269550+0000 mgr.y (mgr.24491) 19395 : cluster [DBG] pgmap v17134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:41.328896+0000 mgr.y (mgr.24491) 19396 : audit [DBG] from='client.34794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:03:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:03:41.670844+0000 mon.a (mon.0) 4004 : audit [DBG] from='client.? 172.21.15.177:0/4110007815' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:03:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:43.270011+0000 mgr.y (mgr.24491) 19397 : cluster [DBG] pgmap v17135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:43.270011+0000 mgr.y (mgr.24491) 19397 : cluster [DBG] pgmap v17135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:44.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:43.270011+0000 mgr.y (mgr.24491) 19397 : cluster [DBG] pgmap v17135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:45.270716+0000 mgr.y (mgr.24491) 19398 : cluster [DBG] pgmap v17136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:45.270716+0000 mgr.y (mgr.24491) 19398 : cluster [DBG] pgmap v17136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:46.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:45.270716+0000 mgr.y (mgr.24491) 19398 : cluster [DBG] pgmap v17136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:47] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T13:03:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:47.271140+0000 mgr.y (mgr.24491) 19399 : cluster [DBG] pgmap v17137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:47.271140+0000 mgr.y (mgr.24491) 19399 : cluster [DBG] pgmap v17137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:47.271140+0000 mgr.y (mgr.24491) 19399 : cluster [DBG] pgmap v17137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:49.271628+0000 mgr.y (mgr.24491) 19400 : cluster [DBG] pgmap v17138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:49.271628+0000 mgr.y (mgr.24491) 19400 : cluster [DBG] pgmap v17138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:49.271628+0000 mgr.y (mgr.24491) 19400 : cluster [DBG] pgmap v17138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:03:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:51.272165+0000 mgr.y (mgr.24491) 19401 : cluster [DBG] pgmap v17139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:51.272165+0000 mgr.y (mgr.24491) 19401 : cluster [DBG] pgmap v17139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:51.272165+0000 mgr.y (mgr.24491) 19401 : cluster [DBG] pgmap v17139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:53.272540+0000 mgr.y (mgr.24491) 19402 : cluster [DBG] pgmap v17140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:53.272540+0000 mgr.y (mgr.24491) 19402 : cluster [DBG] pgmap v17140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:53.272540+0000 mgr.y (mgr.24491) 19402 : cluster [DBG] pgmap v17140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:55.273172+0000 mgr.y (mgr.24491) 19403 : cluster [DBG] pgmap v17141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:55.273172+0000 mgr.y (mgr.24491) 19403 : cluster [DBG] pgmap v17141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:55.273172+0000 mgr.y (mgr.24491) 19403 : cluster [DBG] pgmap v17141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:03:57] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T13:03:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:57.273691+0000 mgr.y (mgr.24491) 19404 : cluster [DBG] pgmap v17142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:57.273691+0000 mgr.y (mgr.24491) 19404 : cluster [DBG] pgmap v17142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:03:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:03:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:57.273691+0000 mgr.y (mgr.24491) 19404 : cluster [DBG] pgmap v17142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:03:59.274293+0000 mgr.y (mgr.24491) 19405 : cluster [DBG] pgmap v17143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:03:59.274293+0000 mgr.y (mgr.24491) 19405 : cluster [DBG] pgmap v17143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:03:59.274293+0000 mgr.y (mgr.24491) 19405 : cluster [DBG] pgmap v17143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:04:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:01.275025+0000 mgr.y (mgr.24491) 19406 : cluster [DBG] pgmap v17144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:01.275025+0000 mgr.y (mgr.24491) 19406 : cluster [DBG] pgmap v17144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:01.275025+0000 mgr.y (mgr.24491) 19406 : cluster [DBG] pgmap v17144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:03.275405+0000 mgr.y (mgr.24491) 19407 : cluster [DBG] pgmap v17145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:03.275405+0000 mgr.y (mgr.24491) 19407 : cluster [DBG] pgmap v17145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:03.275405+0000 mgr.y (mgr.24491) 19407 : cluster [DBG] pgmap v17145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:05.276078+0000 mgr.y (mgr.24491) 19408 : cluster [DBG] pgmap v17146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:05.276078+0000 mgr.y (mgr.24491) 19408 : cluster [DBG] pgmap v17146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:05.276078+0000 mgr.y (mgr.24491) 19408 : cluster [DBG] pgmap v17146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:07.276470+0000 mgr.y (mgr.24491) 19409 : cluster [DBG] pgmap v17147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:07.276470+0000 mgr.y (mgr.24491) 19409 : cluster [DBG] pgmap v17147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:07.276470+0000 mgr.y (mgr.24491) 19409 : cluster [DBG] pgmap v17147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:07] "GET /metrics HTTP/1.1" 200 188333 "" "Prometheus/2.33.4" 2024-04-20T13:04:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:09.277041+0000 mgr.y (mgr.24491) 19410 : cluster [DBG] pgmap v17148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:09.277041+0000 mgr.y (mgr.24491) 19410 : cluster [DBG] pgmap v17148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:09.277041+0000 mgr.y (mgr.24491) 19410 : cluster [DBG] pgmap v17148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:04:11.982 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:04:12.259 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:04:12.259 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 47s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:04:12.259 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 46s ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:04:12.259 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 47s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:04:12.259 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 46s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:04:12.259 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 46s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:04:12.259 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 47s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:04:12.260 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 47s ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:04:12.260 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 46s ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:04:12.260 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 47s ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:04:12.260 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 47s ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:04:12.260 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 46s ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:04:12.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 47s ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:04:12.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 47s ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:04:12.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 47s ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:04:12.260 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 47s ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:04:12.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 46s ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:04:12.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 46s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:04:12.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 46s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:04:12.261 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 46s ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:04:12.261 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 46s ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:04:12.602 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:04:12.602 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:04:12.602 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:04:12.602 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:04:12.602 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:04:12.603 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:04:12.603 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:04:12.603 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:04:12.603 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:04:12.603 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:04:12.603 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:04:12.603 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:04:12.604 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:04:12.604 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:04:12.604 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:04:12.604 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:04:12.604 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:04:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:11.277583+0000 mgr.y (mgr.24491) 19411 : cluster [DBG] pgmap v17149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:11.277583+0000 mgr.y (mgr.24491) 19411 : cluster [DBG] pgmap v17149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:11.277583+0000 mgr.y (mgr.24491) 19411 : cluster [DBG] pgmap v17149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:04:11.970929+0000 mgr.y (mgr.24491) 19412 : audit [DBG] from='client.44714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:04:12.252218+0000 mgr.y (mgr.24491) 19413 : audit [DBG] from='client.34812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:13.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:04:12.603099+0000 mon.a (mon.0) 4005 : audit [DBG] from='client.? 172.21.15.177:0/840494034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:04:13.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:04:11.970929+0000 mgr.y (mgr.24491) 19412 : audit [DBG] from='client.44714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:13.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:04:12.252218+0000 mgr.y (mgr.24491) 19413 : audit [DBG] from='client.34812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:13.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:04:12.603099+0000 mon.a (mon.0) 4005 : audit [DBG] from='client.? 172.21.15.177:0/840494034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:04:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:04:11.970929+0000 mgr.y (mgr.24491) 19412 : audit [DBG] from='client.44714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:04:12.252218+0000 mgr.y (mgr.24491) 19413 : audit [DBG] from='client.34812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:13.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:04:12.603099+0000 mon.a (mon.0) 4005 : audit [DBG] from='client.? 172.21.15.177:0/840494034' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:04:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:13.278161+0000 mgr.y (mgr.24491) 19414 : cluster [DBG] pgmap v17150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:13.278161+0000 mgr.y (mgr.24491) 19414 : cluster [DBG] pgmap v17150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:13.278161+0000 mgr.y (mgr.24491) 19414 : cluster [DBG] pgmap v17150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:15.278935+0000 mgr.y (mgr.24491) 19415 : cluster [DBG] pgmap v17151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:15.278935+0000 mgr.y (mgr.24491) 19415 : cluster [DBG] pgmap v17151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:15.278935+0000 mgr.y (mgr.24491) 19415 : cluster [DBG] pgmap v17151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:17] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T13:04:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:17.279329+0000 mgr.y (mgr.24491) 19416 : cluster [DBG] pgmap v17152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:17.279329+0000 mgr.y (mgr.24491) 19416 : cluster [DBG] pgmap v17152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:17.279329+0000 mgr.y (mgr.24491) 19416 : cluster [DBG] pgmap v17152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:19.279902+0000 mgr.y (mgr.24491) 19417 : cluster [DBG] pgmap v17153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:19.279902+0000 mgr.y (mgr.24491) 19417 : cluster [DBG] pgmap v17153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:19.279902+0000 mgr.y (mgr.24491) 19417 : cluster [DBG] pgmap v17153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:04:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:21.280498+0000 mgr.y (mgr.24491) 19418 : cluster [DBG] pgmap v17154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:21.280498+0000 mgr.y (mgr.24491) 19418 : cluster [DBG] pgmap v17154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:21.280498+0000 mgr.y (mgr.24491) 19418 : cluster [DBG] pgmap v17154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:23.281111+0000 mgr.y (mgr.24491) 19419 : cluster [DBG] pgmap v17155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:23.281111+0000 mgr.y (mgr.24491) 19419 : cluster [DBG] pgmap v17155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:23.281111+0000 mgr.y (mgr.24491) 19419 : cluster [DBG] pgmap v17155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:25.281766+0000 mgr.y (mgr.24491) 19420 : cluster [DBG] pgmap v17156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:04:25.678518+0000 mon.a (mon.0) 4006 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:04:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:04:25.974166+0000 mon.a (mon.0) 4007 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:04:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:04:25.974789+0000 mon.a (mon.0) 4008 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:04:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:04:25.978986+0000 mon.a (mon.0) 4009 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:04:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:25.281766+0000 mgr.y (mgr.24491) 19420 : cluster [DBG] pgmap v17156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:04:25.678518+0000 mon.a (mon.0) 4006 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:04:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:04:25.974166+0000 mon.a (mon.0) 4007 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:04:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:04:25.974789+0000 mon.a (mon.0) 4008 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:04:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:04:25.978986+0000 mon.a (mon.0) 4009 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:04:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:25.281766+0000 mgr.y (mgr.24491) 19420 : cluster [DBG] pgmap v17156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:04:25.678518+0000 mon.a (mon.0) 4006 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:04:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:04:25.974166+0000 mon.a (mon.0) 4007 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:04:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:04:25.974789+0000 mon.a (mon.0) 4008 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:04:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:04:25.978986+0000 mon.a (mon.0) 4009 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:04:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:27] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T13:04:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:27.282245+0000 mgr.y (mgr.24491) 19421 : cluster [DBG] pgmap v17157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:27.282245+0000 mgr.y (mgr.24491) 19421 : cluster [DBG] pgmap v17157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:27.282245+0000 mgr.y (mgr.24491) 19421 : cluster [DBG] pgmap v17157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:29.282847+0000 mgr.y (mgr.24491) 19422 : cluster [DBG] pgmap v17158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:29.282847+0000 mgr.y (mgr.24491) 19422 : cluster [DBG] pgmap v17158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:30.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:29.282847+0000 mgr.y (mgr.24491) 19422 : cluster [DBG] pgmap v17158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:04:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:31.283408+0000 mgr.y (mgr.24491) 19423 : cluster [DBG] pgmap v17159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:31.283408+0000 mgr.y (mgr.24491) 19423 : cluster [DBG] pgmap v17159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:31.283408+0000 mgr.y (mgr.24491) 19423 : cluster [DBG] pgmap v17159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:33.283848+0000 mgr.y (mgr.24491) 19424 : cluster [DBG] pgmap v17160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:33.283848+0000 mgr.y (mgr.24491) 19424 : cluster [DBG] pgmap v17160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:34.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:33.283848+0000 mgr.y (mgr.24491) 19424 : cluster [DBG] pgmap v17160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:35.284724+0000 mgr.y (mgr.24491) 19425 : cluster [DBG] pgmap v17161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:35.284724+0000 mgr.y (mgr.24491) 19425 : cluster [DBG] pgmap v17161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:35.284724+0000 mgr.y (mgr.24491) 19425 : cluster [DBG] pgmap v17161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:37] "GET /metrics HTTP/1.1" 200 188336 "" "Prometheus/2.33.4" 2024-04-20T13:04:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:37.285089+0000 mgr.y (mgr.24491) 19426 : cluster [DBG] pgmap v17162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:37.285089+0000 mgr.y (mgr.24491) 19426 : cluster [DBG] pgmap v17162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:37.285089+0000 mgr.y (mgr.24491) 19426 : cluster [DBG] pgmap v17162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:39.285832+0000 mgr.y (mgr.24491) 19427 : cluster [DBG] pgmap v17163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:39.285832+0000 mgr.y (mgr.24491) 19427 : cluster [DBG] pgmap v17163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:39.285832+0000 mgr.y (mgr.24491) 19427 : cluster [DBG] pgmap v17163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:04:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:41.286594+0000 mgr.y (mgr.24491) 19428 : cluster [DBG] pgmap v17164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:41.286594+0000 mgr.y (mgr.24491) 19428 : cluster [DBG] pgmap v17164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:41.286594+0000 mgr.y (mgr.24491) 19428 : cluster [DBG] pgmap v17164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:42.919 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:04:43.194 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 78s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 77s ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 78s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 77s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 77s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 78s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 78s ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 77s ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 78s ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 78s ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 77s ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 78s ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 78s ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 78s ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:04:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 78s ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:04:43.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 77s ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:04:43.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 77s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:04:43.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 77s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:04:43.196 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 77s ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:04:43.196 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 77s ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:04:43.533 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:04:43.533 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:04:43.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:04:43.533 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:04:43.533 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:04:43.533 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:04:43.533 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:04:43.533 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:04:43.534 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:04:43.534 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:04:43.534 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:04:43.534 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:04:43.534 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:04:43.534 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:04:43.534 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:04:43.534 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:04:43.534 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:04:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:04:42.908108+0000 mgr.y (mgr.24491) 19429 : audit [DBG] from='client.34824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:04:43.188128+0000 mgr.y (mgr.24491) 19430 : audit [DBG] from='client.34830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:43.286922+0000 mgr.y (mgr.24491) 19431 : cluster [DBG] pgmap v17165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:04:42.908108+0000 mgr.y (mgr.24491) 19429 : audit [DBG] from='client.34824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:04:43.188128+0000 mgr.y (mgr.24491) 19430 : audit [DBG] from='client.34830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:43.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:43.286922+0000 mgr.y (mgr.24491) 19431 : cluster [DBG] pgmap v17165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:04:42.908108+0000 mgr.y (mgr.24491) 19429 : audit [DBG] from='client.34824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:04:43.188128+0000 mgr.y (mgr.24491) 19430 : audit [DBG] from='client.34830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:04:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:43.286922+0000 mgr.y (mgr.24491) 19431 : cluster [DBG] pgmap v17165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:04:43.534069+0000 mon.c (mon.2) 597 : audit [DBG] from='client.? 172.21.15.177:0/2443902141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:04:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:04:43.534069+0000 mon.c (mon.2) 597 : audit [DBG] from='client.? 172.21.15.177:0/2443902141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:04:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:04:43.534069+0000 mon.c (mon.2) 597 : audit [DBG] from='client.? 172.21.15.177:0/2443902141' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:04:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:45.287651+0000 mgr.y (mgr.24491) 19432 : cluster [DBG] pgmap v17166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:45.287651+0000 mgr.y (mgr.24491) 19432 : cluster [DBG] pgmap v17166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:45.287651+0000 mgr.y (mgr.24491) 19432 : cluster [DBG] pgmap v17166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:47] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-04-20T13:04:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:47.288133+0000 mgr.y (mgr.24491) 19433 : cluster [DBG] pgmap v17167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:47.288133+0000 mgr.y (mgr.24491) 19433 : cluster [DBG] pgmap v17167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:47.288133+0000 mgr.y (mgr.24491) 19433 : cluster [DBG] pgmap v17167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:49.288695+0000 mgr.y (mgr.24491) 19434 : cluster [DBG] pgmap v17168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:49.288695+0000 mgr.y (mgr.24491) 19434 : cluster [DBG] pgmap v17168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:49.288695+0000 mgr.y (mgr.24491) 19434 : cluster [DBG] pgmap v17168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:04:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:51.289524+0000 mgr.y (mgr.24491) 19435 : cluster [DBG] pgmap v17169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:51.289524+0000 mgr.y (mgr.24491) 19435 : cluster [DBG] pgmap v17169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:51.289524+0000 mgr.y (mgr.24491) 19435 : cluster [DBG] pgmap v17169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:53.289908+0000 mgr.y (mgr.24491) 19436 : cluster [DBG] pgmap v17170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:53.289908+0000 mgr.y (mgr.24491) 19436 : cluster [DBG] pgmap v17170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:53.289908+0000 mgr.y (mgr.24491) 19436 : cluster [DBG] pgmap v17170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:55.290466+0000 mgr.y (mgr.24491) 19437 : cluster [DBG] pgmap v17171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:55.290466+0000 mgr.y (mgr.24491) 19437 : cluster [DBG] pgmap v17171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:56.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:55.290466+0000 mgr.y (mgr.24491) 19437 : cluster [DBG] pgmap v17171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:04:57] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-04-20T13:04:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:04:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:57.291021+0000 mgr.y (mgr.24491) 19438 : cluster [DBG] pgmap v17172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:04:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:57.291021+0000 mgr.y (mgr.24491) 19438 : cluster [DBG] pgmap v17172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:04:58.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:04:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:57.291021+0000 mgr.y (mgr.24491) 19438 : cluster [DBG] pgmap v17172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:04:59.291660+0000 mgr.y (mgr.24491) 19439 : cluster [DBG] pgmap v17173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:04:59.291660+0000 mgr.y (mgr.24491) 19439 : cluster [DBG] pgmap v17173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:04:59.291660+0000 mgr.y (mgr.24491) 19439 : cluster [DBG] pgmap v17173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:05:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:01.292400+0000 mgr.y (mgr.24491) 19440 : cluster [DBG] pgmap v17174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:01.292400+0000 mgr.y (mgr.24491) 19440 : cluster [DBG] pgmap v17174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:01.292400+0000 mgr.y (mgr.24491) 19440 : cluster [DBG] pgmap v17174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:03.292764+0000 mgr.y (mgr.24491) 19441 : cluster [DBG] pgmap v17175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:03.292764+0000 mgr.y (mgr.24491) 19441 : cluster [DBG] pgmap v17175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:03.292764+0000 mgr.y (mgr.24491) 19441 : cluster [DBG] pgmap v17175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:06.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:05.293456+0000 mgr.y (mgr.24491) 19442 : cluster [DBG] pgmap v17176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:06.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:05.293456+0000 mgr.y (mgr.24491) 19442 : cluster [DBG] pgmap v17176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:05.293456+0000 mgr.y (mgr.24491) 19442 : cluster [DBG] pgmap v17176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:08.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:07] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-04-20T13:05:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:07.293910+0000 mgr.y (mgr.24491) 19443 : cluster [DBG] pgmap v17177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:07.293910+0000 mgr.y (mgr.24491) 19443 : cluster [DBG] pgmap v17177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:07.293910+0000 mgr.y (mgr.24491) 19443 : cluster [DBG] pgmap v17177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:09.294549+0000 mgr.y (mgr.24491) 19444 : cluster [DBG] pgmap v17178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:09.294549+0000 mgr.y (mgr.24491) 19444 : cluster [DBG] pgmap v17178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:09.294549+0000 mgr.y (mgr.24491) 19444 : cluster [DBG] pgmap v17178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:05:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:11.295096+0000 mgr.y (mgr.24491) 19445 : cluster [DBG] pgmap v17179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:11.295096+0000 mgr.y (mgr.24491) 19445 : cluster [DBG] pgmap v17179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:11.295096+0000 mgr.y (mgr.24491) 19445 : cluster [DBG] pgmap v17179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:13.842 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 109s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 108s ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 109s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 108s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 108s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 109s ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 109s ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 108s ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 109s ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 109s ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 108s ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 109s ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:05:14.117 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 109s ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:05:14.118 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 109s ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:05:14.118 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 109s ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:05:14.118 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 108s ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:05:14.118 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 108s ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:05:14.118 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 108s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:05:14.118 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 108s ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:05:14.118 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 108s ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:05:14.457 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:05:14.458 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:05:14.459 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:05:14.459 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:05:14.459 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:05:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:13.295476+0000 mgr.y (mgr.24491) 19446 : cluster [DBG] pgmap v17180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:13.295476+0000 mgr.y (mgr.24491) 19446 : cluster [DBG] pgmap v17180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:13.295476+0000 mgr.y (mgr.24491) 19446 : cluster [DBG] pgmap v17180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:05:13.831518+0000 mgr.y (mgr.24491) 19447 : audit [DBG] from='client.34842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:05:14.110013+0000 mgr.y (mgr.24491) 19448 : audit [DBG] from='client.34848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:05:14.458728+0000 mon.a (mon.0) 4010 : audit [DBG] from='client.? 172.21.15.177:0/1442341936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:05:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:05:13.831518+0000 mgr.y (mgr.24491) 19447 : audit [DBG] from='client.34842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:05:14.110013+0000 mgr.y (mgr.24491) 19448 : audit [DBG] from='client.34848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:05:14.458728+0000 mon.a (mon.0) 4010 : audit [DBG] from='client.? 172.21.15.177:0/1442341936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:05:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:05:13.831518+0000 mgr.y (mgr.24491) 19447 : audit [DBG] from='client.34842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:05:14.110013+0000 mgr.y (mgr.24491) 19448 : audit [DBG] from='client.34848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:05:14.458728+0000 mon.a (mon.0) 4010 : audit [DBG] from='client.? 172.21.15.177:0/1442341936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:05:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:15.296192+0000 mgr.y (mgr.24491) 19449 : cluster [DBG] pgmap v17181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:15.296192+0000 mgr.y (mgr.24491) 19449 : cluster [DBG] pgmap v17181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:15.296192+0000 mgr.y (mgr.24491) 19449 : cluster [DBG] pgmap v17181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:17.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:17.296557+0000 mgr.y (mgr.24491) 19450 : cluster [DBG] pgmap v17182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:17.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:17.296557+0000 mgr.y (mgr.24491) 19450 : cluster [DBG] pgmap v17182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:17.296557+0000 mgr.y (mgr.24491) 19450 : cluster [DBG] pgmap v17182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:17] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T13:05:20.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:19.297279+0000 mgr.y (mgr.24491) 19451 : cluster [DBG] pgmap v17183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:20.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:19.297279+0000 mgr.y (mgr.24491) 19451 : cluster [DBG] pgmap v17183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:19.297279+0000 mgr.y (mgr.24491) 19451 : cluster [DBG] pgmap v17183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:05:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:21.297850+0000 mgr.y (mgr.24491) 19452 : cluster [DBG] pgmap v17184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:22.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:21.297850+0000 mgr.y (mgr.24491) 19452 : cluster [DBG] pgmap v17184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:21.297850+0000 mgr.y (mgr.24491) 19452 : cluster [DBG] pgmap v17184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:23.298432+0000 mgr.y (mgr.24491) 19453 : cluster [DBG] pgmap v17185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:23.298432+0000 mgr.y (mgr.24491) 19453 : cluster [DBG] pgmap v17185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:23.298432+0000 mgr.y (mgr.24491) 19453 : cluster [DBG] pgmap v17185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:25.299093+0000 mgr.y (mgr.24491) 19454 : cluster [DBG] pgmap v17186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:05:25.983817+0000 mon.a (mon.0) 4011 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:05:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:05:26.276026+0000 mon.a (mon.0) 4012 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:05:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:05:26.276683+0000 mon.a (mon.0) 4013 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:05:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:05:26.280914+0000 mon.a (mon.0) 4014 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:05:26.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:25.299093+0000 mgr.y (mgr.24491) 19454 : cluster [DBG] pgmap v17186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:26.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:05:25.983817+0000 mon.a (mon.0) 4011 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:05:26.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:05:26.276026+0000 mon.a (mon.0) 4012 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:05:26.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:05:26.276683+0000 mon.a (mon.0) 4013 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:05:26.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:05:26.280914+0000 mon.a (mon.0) 4014 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:05:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:25.299093+0000 mgr.y (mgr.24491) 19454 : cluster [DBG] pgmap v17186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:05:25.983817+0000 mon.a (mon.0) 4011 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:05:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:05:26.276026+0000 mon.a (mon.0) 4012 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:05:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:05:26.276683+0000 mon.a (mon.0) 4013 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:05:26.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:05:26.280914+0000 mon.a (mon.0) 4014 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:05:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:27] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T13:05:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:27.299518+0000 mgr.y (mgr.24491) 19455 : cluster [DBG] pgmap v17187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:27.299518+0000 mgr.y (mgr.24491) 19455 : cluster [DBG] pgmap v17187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:27.299518+0000 mgr.y (mgr.24491) 19455 : cluster [DBG] pgmap v17187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:29.300237+0000 mgr.y (mgr.24491) 19456 : cluster [DBG] pgmap v17188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:30.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:29.300237+0000 mgr.y (mgr.24491) 19456 : cluster [DBG] pgmap v17188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:29.300237+0000 mgr.y (mgr.24491) 19456 : cluster [DBG] pgmap v17188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:05:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:31.300844+0000 mgr.y (mgr.24491) 19457 : cluster [DBG] pgmap v17189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:31.300844+0000 mgr.y (mgr.24491) 19457 : cluster [DBG] pgmap v17189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:31.300844+0000 mgr.y (mgr.24491) 19457 : cluster [DBG] pgmap v17189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:33.301406+0000 mgr.y (mgr.24491) 19458 : cluster [DBG] pgmap v17190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:33.301406+0000 mgr.y (mgr.24491) 19458 : cluster [DBG] pgmap v17190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:33.301406+0000 mgr.y (mgr.24491) 19458 : cluster [DBG] pgmap v17190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:35.302155+0000 mgr.y (mgr.24491) 19459 : cluster [DBG] pgmap v17191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:35.302155+0000 mgr.y (mgr.24491) 19459 : cluster [DBG] pgmap v17191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:35.302155+0000 mgr.y (mgr.24491) 19459 : cluster [DBG] pgmap v17191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:37] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T13:05:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:37.302558+0000 mgr.y (mgr.24491) 19460 : cluster [DBG] pgmap v17192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:37.302558+0000 mgr.y (mgr.24491) 19460 : cluster [DBG] pgmap v17192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:37.302558+0000 mgr.y (mgr.24491) 19460 : cluster [DBG] pgmap v17192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:39.303076+0000 mgr.y (mgr.24491) 19461 : cluster [DBG] pgmap v17193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:39.303076+0000 mgr.y (mgr.24491) 19461 : cluster [DBG] pgmap v17193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:39.303076+0000 mgr.y (mgr.24491) 19461 : cluster [DBG] pgmap v17193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:05:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:41.303814+0000 mgr.y (mgr.24491) 19462 : cluster [DBG] pgmap v17194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:41.303814+0000 mgr.y (mgr.24491) 19462 : cluster [DBG] pgmap v17194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:41.303814+0000 mgr.y (mgr.24491) 19462 : cluster [DBG] pgmap v17194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:43.304303+0000 mgr.y (mgr.24491) 19463 : cluster [DBG] pgmap v17195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:43.304303+0000 mgr.y (mgr.24491) 19463 : cluster [DBG] pgmap v17195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:43.304303+0000 mgr.y (mgr.24491) 19463 : cluster [DBG] pgmap v17195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:44.770 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:05:45.043 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:05:45.043 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:05:45.043 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:05:45.043 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:05:45.043 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:05:45.043 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:05:45.044 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:05:45.376 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:05:45.376 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:05:45.376 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:05:45.376 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:05:45.376 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:05:45.377 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:05:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:05:45.377477+0000 mon.a (mon.0) 4015 : audit [DBG] from='client.? 172.21.15.177:0/2414198541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:05:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:05:45.377477+0000 mon.a (mon.0) 4015 : audit [DBG] from='client.? 172.21.15.177:0/2414198541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:05:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:05:45.377477+0000 mon.a (mon.0) 4015 : audit [DBG] from='client.? 172.21.15.177:0/2414198541' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:05:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:05:44.758918+0000 mgr.y (mgr.24491) 19464 : audit [DBG] from='client.34860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:05:45.036722+0000 mgr.y (mgr.24491) 19465 : audit [DBG] from='client.44774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:45.304928+0000 mgr.y (mgr.24491) 19466 : cluster [DBG] pgmap v17196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:05:44.758918+0000 mgr.y (mgr.24491) 19464 : audit [DBG] from='client.34860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:05:45.036722+0000 mgr.y (mgr.24491) 19465 : audit [DBG] from='client.44774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:45.304928+0000 mgr.y (mgr.24491) 19466 : cluster [DBG] pgmap v17196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:05:44.758918+0000 mgr.y (mgr.24491) 19464 : audit [DBG] from='client.34860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:05:45.036722+0000 mgr.y (mgr.24491) 19465 : audit [DBG] from='client.44774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:05:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:45.304928+0000 mgr.y (mgr.24491) 19466 : cluster [DBG] pgmap v17196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:47.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:47.305399+0000 mgr.y (mgr.24491) 19467 : cluster [DBG] pgmap v17197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:47.305399+0000 mgr.y (mgr.24491) 19467 : cluster [DBG] pgmap v17197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:47.305399+0000 mgr.y (mgr.24491) 19467 : cluster [DBG] pgmap v17197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:47] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-04-20T13:05:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:49.305928+0000 mgr.y (mgr.24491) 19468 : cluster [DBG] pgmap v17198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:49.305928+0000 mgr.y (mgr.24491) 19468 : cluster [DBG] pgmap v17198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:49.305928+0000 mgr.y (mgr.24491) 19468 : cluster [DBG] pgmap v17198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:05:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:51.306561+0000 mgr.y (mgr.24491) 19469 : cluster [DBG] pgmap v17199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:51.306561+0000 mgr.y (mgr.24491) 19469 : cluster [DBG] pgmap v17199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:51.306561+0000 mgr.y (mgr.24491) 19469 : cluster [DBG] pgmap v17199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:53.307004+0000 mgr.y (mgr.24491) 19470 : cluster [DBG] pgmap v17200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:53.307004+0000 mgr.y (mgr.24491) 19470 : cluster [DBG] pgmap v17200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:53.307004+0000 mgr.y (mgr.24491) 19470 : cluster [DBG] pgmap v17200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:55.307615+0000 mgr.y (mgr.24491) 19471 : cluster [DBG] pgmap v17201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:55.307615+0000 mgr.y (mgr.24491) 19471 : cluster [DBG] pgmap v17201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:55.307615+0000 mgr.y (mgr.24491) 19471 : cluster [DBG] pgmap v17201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:05:57] "GET /metrics HTTP/1.1" 200 188328 "" "Prometheus/2.33.4" 2024-04-20T13:05:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:57.308055+0000 mgr.y (mgr.24491) 19472 : cluster [DBG] pgmap v17202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:57.308055+0000 mgr.y (mgr.24491) 19472 : cluster [DBG] pgmap v17202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:05:58.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:05:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:57.308055+0000 mgr.y (mgr.24491) 19472 : cluster [DBG] pgmap v17202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:05:59.308529+0000 mgr.y (mgr.24491) 19473 : cluster [DBG] pgmap v17203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:05:59.308529+0000 mgr.y (mgr.24491) 19473 : cluster [DBG] pgmap v17203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:00.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:05:59.308529+0000 mgr.y (mgr.24491) 19473 : cluster [DBG] pgmap v17203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:06:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:01.309064+0000 mgr.y (mgr.24491) 19474 : cluster [DBG] pgmap v17204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:01.309064+0000 mgr.y (mgr.24491) 19474 : cluster [DBG] pgmap v17204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:01.309064+0000 mgr.y (mgr.24491) 19474 : cluster [DBG] pgmap v17204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:03.309432+0000 mgr.y (mgr.24491) 19475 : cluster [DBG] pgmap v17205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:03.309432+0000 mgr.y (mgr.24491) 19475 : cluster [DBG] pgmap v17205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:03.309432+0000 mgr.y (mgr.24491) 19475 : cluster [DBG] pgmap v17205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:05.310192+0000 mgr.y (mgr.24491) 19476 : cluster [DBG] pgmap v17206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:05.310192+0000 mgr.y (mgr.24491) 19476 : cluster [DBG] pgmap v17206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:05.310192+0000 mgr.y (mgr.24491) 19476 : cluster [DBG] pgmap v17206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:07] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T13:06:08.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:07.310689+0000 mgr.y (mgr.24491) 19477 : cluster [DBG] pgmap v17207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:07.310689+0000 mgr.y (mgr.24491) 19477 : cluster [DBG] pgmap v17207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:07.310689+0000 mgr.y (mgr.24491) 19477 : cluster [DBG] pgmap v17207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:09.311334+0000 mgr.y (mgr.24491) 19478 : cluster [DBG] pgmap v17208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:09.311334+0000 mgr.y (mgr.24491) 19478 : cluster [DBG] pgmap v17208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:09.311334+0000 mgr.y (mgr.24491) 19478 : cluster [DBG] pgmap v17208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:06:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:11.311916+0000 mgr.y (mgr.24491) 19479 : cluster [DBG] pgmap v17209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:11.311916+0000 mgr.y (mgr.24491) 19479 : cluster [DBG] pgmap v17209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:11.311916+0000 mgr.y (mgr.24491) 19479 : cluster [DBG] pgmap v17209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:13.312341+0000 mgr.y (mgr.24491) 19480 : cluster [DBG] pgmap v17210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:13.312341+0000 mgr.y (mgr.24491) 19480 : cluster [DBG] pgmap v17210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:13.312341+0000 mgr.y (mgr.24491) 19480 : cluster [DBG] pgmap v17210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:15.687 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:06:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:15.313006+0000 mgr.y (mgr.24491) 19481 : cluster [DBG] pgmap v17211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:15.313006+0000 mgr.y (mgr.24491) 19481 : cluster [DBG] pgmap v17211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:15.313006+0000 mgr.y (mgr.24491) 19481 : cluster [DBG] pgmap v17211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:15.963 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:06:15.964 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:06:15.965 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:06:15.965 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:06:15.965 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:06:15.965 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:06:15.965 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:06:16.294 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:06:16.294 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:06:16.294 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:06:16.294 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:06:16.294 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:06:16.295 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:06:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:06:15.676799+0000 mgr.y (mgr.24491) 19482 : audit [DBG] from='client.34878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:06:15.957143+0000 mgr.y (mgr.24491) 19483 : audit [DBG] from='client.34884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:16.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:06:16.295425+0000 mon.a (mon.0) 4016 : audit [DBG] from='client.? 172.21.15.177:0/1441691694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:06:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:06:15.676799+0000 mgr.y (mgr.24491) 19482 : audit [DBG] from='client.34878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:06:15.957143+0000 mgr.y (mgr.24491) 19483 : audit [DBG] from='client.34884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:06:16.295425+0000 mon.a (mon.0) 4016 : audit [DBG] from='client.? 172.21.15.177:0/1441691694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:06:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:06:15.676799+0000 mgr.y (mgr.24491) 19482 : audit [DBG] from='client.34878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:06:15.957143+0000 mgr.y (mgr.24491) 19483 : audit [DBG] from='client.34884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:06:16.295425+0000 mon.a (mon.0) 4016 : audit [DBG] from='client.? 172.21.15.177:0/1441691694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:06:17.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:17.313395+0000 mgr.y (mgr.24491) 19484 : cluster [DBG] pgmap v17212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:17.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:17.313395+0000 mgr.y (mgr.24491) 19484 : cluster [DBG] pgmap v17212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:17.313395+0000 mgr.y (mgr.24491) 19484 : cluster [DBG] pgmap v17212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:17] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T13:06:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:19.313999+0000 mgr.y (mgr.24491) 19485 : cluster [DBG] pgmap v17213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:19.313999+0000 mgr.y (mgr.24491) 19485 : cluster [DBG] pgmap v17213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:19.313999+0000 mgr.y (mgr.24491) 19485 : cluster [DBG] pgmap v17213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:06:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:21.314561+0000 mgr.y (mgr.24491) 19486 : cluster [DBG] pgmap v17214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:21.314561+0000 mgr.y (mgr.24491) 19486 : cluster [DBG] pgmap v17214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:21.314561+0000 mgr.y (mgr.24491) 19486 : cluster [DBG] pgmap v17214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:24.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:23.315072+0000 mgr.y (mgr.24491) 19487 : cluster [DBG] pgmap v17215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:23.315072+0000 mgr.y (mgr.24491) 19487 : cluster [DBG] pgmap v17215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:23.315072+0000 mgr.y (mgr.24491) 19487 : cluster [DBG] pgmap v17215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:25.315829+0000 mgr.y (mgr.24491) 19488 : cluster [DBG] pgmap v17216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:06:26.285752+0000 mon.a (mon.0) 4017 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:06:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:25.315829+0000 mgr.y (mgr.24491) 19488 : cluster [DBG] pgmap v17216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:06:26.285752+0000 mon.a (mon.0) 4017 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:06:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:25.315829+0000 mgr.y (mgr.24491) 19488 : cluster [DBG] pgmap v17216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:06:26.285752+0000 mon.a (mon.0) 4017 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:06:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:27] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T13:06:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:06:26.527753+0000 mon.a (mon.0) 4018 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:06:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:06:26.807378+0000 mon.a (mon.0) 4019 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:06:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:06:26.808022+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:06:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:06:26.812554+0000 mon.a (mon.0) 4021 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:06:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:27.316236+0000 mgr.y (mgr.24491) 19489 : cluster [DBG] pgmap v17217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:06:26.527753+0000 mon.a (mon.0) 4018 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:06:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:06:26.807378+0000 mon.a (mon.0) 4019 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:06:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:06:26.808022+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:06:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:06:26.812554+0000 mon.a (mon.0) 4021 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:06:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:27.316236+0000 mgr.y (mgr.24491) 19489 : cluster [DBG] pgmap v17217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:06:26.527753+0000 mon.a (mon.0) 4018 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:06:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:06:26.807378+0000 mon.a (mon.0) 4019 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:06:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:06:26.808022+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:06:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:06:26.812554+0000 mon.a (mon.0) 4021 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:06:28.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:27.316236+0000 mgr.y (mgr.24491) 19489 : cluster [DBG] pgmap v17217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:29.316769+0000 mgr.y (mgr.24491) 19490 : cluster [DBG] pgmap v17218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:29.316769+0000 mgr.y (mgr.24491) 19490 : cluster [DBG] pgmap v17218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:29.316769+0000 mgr.y (mgr.24491) 19490 : cluster [DBG] pgmap v17218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:06:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:31.317426+0000 mgr.y (mgr.24491) 19491 : cluster [DBG] pgmap v17219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:31.317426+0000 mgr.y (mgr.24491) 19491 : cluster [DBG] pgmap v17219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:32.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:31.317426+0000 mgr.y (mgr.24491) 19491 : cluster [DBG] pgmap v17219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:33.317982+0000 mgr.y (mgr.24491) 19492 : cluster [DBG] pgmap v17220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:33.317982+0000 mgr.y (mgr.24491) 19492 : cluster [DBG] pgmap v17220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:33.317982+0000 mgr.y (mgr.24491) 19492 : cluster [DBG] pgmap v17220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:35.318645+0000 mgr.y (mgr.24491) 19493 : cluster [DBG] pgmap v17221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:35.318645+0000 mgr.y (mgr.24491) 19493 : cluster [DBG] pgmap v17221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:35.318645+0000 mgr.y (mgr.24491) 19493 : cluster [DBG] pgmap v17221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:37] "GET /metrics HTTP/1.1" 200 188325 "" "Prometheus/2.33.4" 2024-04-20T13:06:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:37.319049+0000 mgr.y (mgr.24491) 19494 : cluster [DBG] pgmap v17222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:37.319049+0000 mgr.y (mgr.24491) 19494 : cluster [DBG] pgmap v17222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:37.319049+0000 mgr.y (mgr.24491) 19494 : cluster [DBG] pgmap v17222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:39.319542+0000 mgr.y (mgr.24491) 19495 : cluster [DBG] pgmap v17223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:39.319542+0000 mgr.y (mgr.24491) 19495 : cluster [DBG] pgmap v17223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:39.319542+0000 mgr.y (mgr.24491) 19495 : cluster [DBG] pgmap v17223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:06:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:41.320174+0000 mgr.y (mgr.24491) 19496 : cluster [DBG] pgmap v17224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:42.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:41.320174+0000 mgr.y (mgr.24491) 19496 : cluster [DBG] pgmap v17224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:41.320174+0000 mgr.y (mgr.24491) 19496 : cluster [DBG] pgmap v17224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:43.320745+0000 mgr.y (mgr.24491) 19497 : cluster [DBG] pgmap v17225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:43.320745+0000 mgr.y (mgr.24491) 19497 : cluster [DBG] pgmap v17225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:43.320745+0000 mgr.y (mgr.24491) 19497 : cluster [DBG] pgmap v17225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:46.607 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:06:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:45.321485+0000 mgr.y (mgr.24491) 19498 : cluster [DBG] pgmap v17226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:45.321485+0000 mgr.y (mgr.24491) 19498 : cluster [DBG] pgmap v17226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:45.321485+0000 mgr.y (mgr.24491) 19498 : cluster [DBG] pgmap v17226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:46.883 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:06:46.883 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 3m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:06:46.883 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:06:46.883 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 3m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:06:46.883 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:06:46.883 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:06:46.883 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 3m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 3m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 3m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 3m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 3m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 3m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 3m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 3m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:06:46.884 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:06:47.213 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:06:47.213 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:06:47.213 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:06:47.213 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:06:47.213 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:06:47.213 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:06:47.214 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:06:47.214 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:06:47.214 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:06:47.214 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:06:47.214 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:06:47.214 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:06:47.214 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:06:47.214 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:06:47.214 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:06:47.214 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:06:47.214 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:06:47.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:06:47.214147+0000 mon.c (mon.2) 598 : audit [DBG] from='client.? 172.21.15.177:0/1909548334' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:06:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:06:47.214147+0000 mon.c (mon.2) 598 : audit [DBG] from='client.? 172.21.15.177:0/1909548334' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:06:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:06:47.214147+0000 mon.c (mon.2) 598 : audit [DBG] from='client.? 172.21.15.177:0/1909548334' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:06:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:47] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T13:06:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:06:46.595969+0000 mgr.y (mgr.24491) 19499 : audit [DBG] from='client.44804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:06:46.876243+0000 mgr.y (mgr.24491) 19500 : audit [DBG] from='client.34902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:48.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:47.322118+0000 mgr.y (mgr.24491) 19501 : cluster [DBG] pgmap v17227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:06:46.595969+0000 mgr.y (mgr.24491) 19499 : audit [DBG] from='client.44804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:06:46.876243+0000 mgr.y (mgr.24491) 19500 : audit [DBG] from='client.34902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:47.322118+0000 mgr.y (mgr.24491) 19501 : cluster [DBG] pgmap v17227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:06:46.595969+0000 mgr.y (mgr.24491) 19499 : audit [DBG] from='client.44804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:06:46.876243+0000 mgr.y (mgr.24491) 19500 : audit [DBG] from='client.34902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:06:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:47.322118+0000 mgr.y (mgr.24491) 19501 : cluster [DBG] pgmap v17227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:49.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:49.322681+0000 mgr.y (mgr.24491) 19502 : cluster [DBG] pgmap v17228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:49.322681+0000 mgr.y (mgr.24491) 19502 : cluster [DBG] pgmap v17228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:49.322681+0000 mgr.y (mgr.24491) 19502 : cluster [DBG] pgmap v17228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:06:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:51.323228+0000 mgr.y (mgr.24491) 19503 : cluster [DBG] pgmap v17229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:51.323228+0000 mgr.y (mgr.24491) 19503 : cluster [DBG] pgmap v17229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:51.323228+0000 mgr.y (mgr.24491) 19503 : cluster [DBG] pgmap v17229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:53.323736+0000 mgr.y (mgr.24491) 19504 : cluster [DBG] pgmap v17230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:53.323736+0000 mgr.y (mgr.24491) 19504 : cluster [DBG] pgmap v17230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:53.323736+0000 mgr.y (mgr.24491) 19504 : cluster [DBG] pgmap v17230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:55.324558+0000 mgr.y (mgr.24491) 19505 : cluster [DBG] pgmap v17231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:55.324558+0000 mgr.y (mgr.24491) 19505 : cluster [DBG] pgmap v17231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:55.324558+0000 mgr.y (mgr.24491) 19505 : cluster [DBG] pgmap v17231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:06:57] "GET /metrics HTTP/1.1" 200 188332 "" "Prometheus/2.33.4" 2024-04-20T13:06:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:57.325022+0000 mgr.y (mgr.24491) 19506 : cluster [DBG] pgmap v17232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:57.325022+0000 mgr.y (mgr.24491) 19506 : cluster [DBG] pgmap v17232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:06:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:06:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:57.325022+0000 mgr.y (mgr.24491) 19506 : cluster [DBG] pgmap v17232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:06:59.325589+0000 mgr.y (mgr.24491) 19507 : cluster [DBG] pgmap v17233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:06:59.325589+0000 mgr.y (mgr.24491) 19507 : cluster [DBG] pgmap v17233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:06:59.325589+0000 mgr.y (mgr.24491) 19507 : cluster [DBG] pgmap v17233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:07:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:01.326217+0000 mgr.y (mgr.24491) 19508 : cluster [DBG] pgmap v17234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:01.326217+0000 mgr.y (mgr.24491) 19508 : cluster [DBG] pgmap v17234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:01.326217+0000 mgr.y (mgr.24491) 19508 : cluster [DBG] pgmap v17234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:03.326676+0000 mgr.y (mgr.24491) 19509 : cluster [DBG] pgmap v17235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:03.326676+0000 mgr.y (mgr.24491) 19509 : cluster [DBG] pgmap v17235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:03.326676+0000 mgr.y (mgr.24491) 19509 : cluster [DBG] pgmap v17235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:05.327307+0000 mgr.y (mgr.24491) 19510 : cluster [DBG] pgmap v17236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:05.327307+0000 mgr.y (mgr.24491) 19510 : cluster [DBG] pgmap v17236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:05.327307+0000 mgr.y (mgr.24491) 19510 : cluster [DBG] pgmap v17236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:07] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T13:07:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:07.327776+0000 mgr.y (mgr.24491) 19511 : cluster [DBG] pgmap v17237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:07.327776+0000 mgr.y (mgr.24491) 19511 : cluster [DBG] pgmap v17237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:08.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:07.327776+0000 mgr.y (mgr.24491) 19511 : cluster [DBG] pgmap v17237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:09.328332+0000 mgr.y (mgr.24491) 19512 : cluster [DBG] pgmap v17238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:09.328332+0000 mgr.y (mgr.24491) 19512 : cluster [DBG] pgmap v17238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:09.328332+0000 mgr.y (mgr.24491) 19512 : cluster [DBG] pgmap v17238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:07:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:11.328864+0000 mgr.y (mgr.24491) 19513 : cluster [DBG] pgmap v17239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:11.328864+0000 mgr.y (mgr.24491) 19513 : cluster [DBG] pgmap v17239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:11.328864+0000 mgr.y (mgr.24491) 19513 : cluster [DBG] pgmap v17239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:13.329464+0000 mgr.y (mgr.24491) 19514 : cluster [DBG] pgmap v17240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:13.329464+0000 mgr.y (mgr.24491) 19514 : cluster [DBG] pgmap v17240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:13.329464+0000 mgr.y (mgr.24491) 19514 : cluster [DBG] pgmap v17240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:15.330215+0000 mgr.y (mgr.24491) 19515 : cluster [DBG] pgmap v17241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:15.330215+0000 mgr.y (mgr.24491) 19515 : cluster [DBG] pgmap v17241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:15.330215+0000 mgr.y (mgr.24491) 19515 : cluster [DBG] pgmap v17241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:17.525 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:07:17.800 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:07:17.800 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 3m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:07:17.800 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:07:17.800 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 3m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:07:17.800 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 3m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 3m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 3m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 3m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 3m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 3m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 3m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 3m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:07:17.801 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:07:17.802 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:07:17.802 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:07:17.802 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:07:18.137 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:07:18.137 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:07:18.137 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:07:18.137 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:07:18.137 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:07:18.137 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:07:18.137 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:07:18.137 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:07:18.137 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:07:18.137 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:07:18.137 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:07:18.138 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:07:18.138 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:07:18.138 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:07:18.138 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:07:18.138 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:07:18.138 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:07:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:17] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T13:07:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:17.330595+0000 mgr.y (mgr.24491) 19516 : cluster [DBG] pgmap v17242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:07:18.137740+0000 mon.c (mon.2) 599 : audit [DBG] from='client.? 172.21.15.177:0/2473622455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:07:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:17.330595+0000 mgr.y (mgr.24491) 19516 : cluster [DBG] pgmap v17242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:07:18.137740+0000 mon.c (mon.2) 599 : audit [DBG] from='client.? 172.21.15.177:0/2473622455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:07:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:17.330595+0000 mgr.y (mgr.24491) 19516 : cluster [DBG] pgmap v17242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:07:18.137740+0000 mon.c (mon.2) 599 : audit [DBG] from='client.? 172.21.15.177:0/2473622455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:07:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:07:17.514707+0000 mgr.y (mgr.24491) 19517 : audit [DBG] from='client.34914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:07:17.793824+0000 mgr.y (mgr.24491) 19518 : audit [DBG] from='client.44828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:07:17.514707+0000 mgr.y (mgr.24491) 19517 : audit [DBG] from='client.34914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:07:17.793824+0000 mgr.y (mgr.24491) 19518 : audit [DBG] from='client.44828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:07:17.514707+0000 mgr.y (mgr.24491) 19517 : audit [DBG] from='client.34914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:07:17.793824+0000 mgr.y (mgr.24491) 19518 : audit [DBG] from='client.44828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:19.331279+0000 mgr.y (mgr.24491) 19519 : cluster [DBG] pgmap v17243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:19.331279+0000 mgr.y (mgr.24491) 19519 : cluster [DBG] pgmap v17243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:19.331279+0000 mgr.y (mgr.24491) 19519 : cluster [DBG] pgmap v17243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:07:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:21.331773+0000 mgr.y (mgr.24491) 19520 : cluster [DBG] pgmap v17244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:21.331773+0000 mgr.y (mgr.24491) 19520 : cluster [DBG] pgmap v17244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:21.331773+0000 mgr.y (mgr.24491) 19520 : cluster [DBG] pgmap v17244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:23.332353+0000 mgr.y (mgr.24491) 19521 : cluster [DBG] pgmap v17245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:23.332353+0000 mgr.y (mgr.24491) 19521 : cluster [DBG] pgmap v17245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:23.332353+0000 mgr.y (mgr.24491) 19521 : cluster [DBG] pgmap v17245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:25.333199+0000 mgr.y (mgr.24491) 19522 : cluster [DBG] pgmap v17246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:25.333199+0000 mgr.y (mgr.24491) 19522 : cluster [DBG] pgmap v17246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:25.333199+0000 mgr.y (mgr.24491) 19522 : cluster [DBG] pgmap v17246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:27.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:07:26.816670+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:07:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:07:26.816670+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:07:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:07:26.816670+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:07:28.053 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:27] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T13:07:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:07:27.055224+0000 mon.a (mon.0) 4023 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:07:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:07:27.332615+0000 mon.a (mon.0) 4024 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:07:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:07:27.333306+0000 mon.a (mon.0) 4025 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:07:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:27.333491+0000 mgr.y (mgr.24491) 19523 : cluster [DBG] pgmap v17247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:07:27.337718+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:07:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:07:27.055224+0000 mon.a (mon.0) 4023 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:07:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:07:27.332615+0000 mon.a (mon.0) 4024 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:07:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:07:27.333306+0000 mon.a (mon.0) 4025 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:07:28.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:27.333491+0000 mgr.y (mgr.24491) 19523 : cluster [DBG] pgmap v17247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:28.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:07:27.337718+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:07:28.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:07:27.055224+0000 mon.a (mon.0) 4023 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:07:28.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:07:27.332615+0000 mon.a (mon.0) 4024 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:07:28.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:07:27.333306+0000 mon.a (mon.0) 4025 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:07:28.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:27.333491+0000 mgr.y (mgr.24491) 19523 : cluster [DBG] pgmap v17247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:28.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:07:27.337718+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:07:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:29.334144+0000 mgr.y (mgr.24491) 19524 : cluster [DBG] pgmap v17248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:29.334144+0000 mgr.y (mgr.24491) 19524 : cluster [DBG] pgmap v17248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:29.334144+0000 mgr.y (mgr.24491) 19524 : cluster [DBG] pgmap v17248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:07:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:31.334707+0000 mgr.y (mgr.24491) 19525 : cluster [DBG] pgmap v17249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:31.334707+0000 mgr.y (mgr.24491) 19525 : cluster [DBG] pgmap v17249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:31.334707+0000 mgr.y (mgr.24491) 19525 : cluster [DBG] pgmap v17249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:33.335151+0000 mgr.y (mgr.24491) 19526 : cluster [DBG] pgmap v17250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:33.335151+0000 mgr.y (mgr.24491) 19526 : cluster [DBG] pgmap v17250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:33.335151+0000 mgr.y (mgr.24491) 19526 : cluster [DBG] pgmap v17250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:35.335880+0000 mgr.y (mgr.24491) 19527 : cluster [DBG] pgmap v17251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:35.335880+0000 mgr.y (mgr.24491) 19527 : cluster [DBG] pgmap v17251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:35.335880+0000 mgr.y (mgr.24491) 19527 : cluster [DBG] pgmap v17251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:37] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T13:07:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:37.336340+0000 mgr.y (mgr.24491) 19528 : cluster [DBG] pgmap v17252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:37.336340+0000 mgr.y (mgr.24491) 19528 : cluster [DBG] pgmap v17252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:37.336340+0000 mgr.y (mgr.24491) 19528 : cluster [DBG] pgmap v17252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:39.336926+0000 mgr.y (mgr.24491) 19529 : cluster [DBG] pgmap v17253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:39.336926+0000 mgr.y (mgr.24491) 19529 : cluster [DBG] pgmap v17253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:39.336926+0000 mgr.y (mgr.24491) 19529 : cluster [DBG] pgmap v17253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:07:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:41.337540+0000 mgr.y (mgr.24491) 19530 : cluster [DBG] pgmap v17254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:41.337540+0000 mgr.y (mgr.24491) 19530 : cluster [DBG] pgmap v17254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:41.337540+0000 mgr.y (mgr.24491) 19530 : cluster [DBG] pgmap v17254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:43.337963+0000 mgr.y (mgr.24491) 19531 : cluster [DBG] pgmap v17255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:44.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:43.337963+0000 mgr.y (mgr.24491) 19531 : cluster [DBG] pgmap v17255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:43.337963+0000 mgr.y (mgr.24491) 19531 : cluster [DBG] pgmap v17255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:45.338734+0000 mgr.y (mgr.24491) 19532 : cluster [DBG] pgmap v17256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:46.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:45.338734+0000 mgr.y (mgr.24491) 19532 : cluster [DBG] pgmap v17256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:45.338734+0000 mgr.y (mgr.24491) 19532 : cluster [DBG] pgmap v17256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:47.339139+0000 mgr.y (mgr.24491) 19533 : cluster [DBG] pgmap v17257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:47.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:47.339139+0000 mgr.y (mgr.24491) 19533 : cluster [DBG] pgmap v17257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:47.339139+0000 mgr.y (mgr.24491) 19533 : cluster [DBG] pgmap v17257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:47] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T13:07:48.445 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:07:48.720 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:07:48.720 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:07:48.720 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:07:48.720 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:07:48.720 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:07:48.720 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:07:48.720 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 4m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:07:48.720 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 4m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:07:48.721 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:07:49.053 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:07:49.053 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:07:49.053 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:07:49.053 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:07:49.054 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:07:49.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:07:49.054467+0000 mon.c (mon.2) 600 : audit [DBG] from='client.? 172.21.15.177:0/1774324890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:07:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:07:49.054467+0000 mon.c (mon.2) 600 : audit [DBG] from='client.? 172.21.15.177:0/1774324890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:07:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:07:49.054467+0000 mon.c (mon.2) 600 : audit [DBG] from='client.? 172.21.15.177:0/1774324890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:07:50.118 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:07:48.434162+0000 mgr.y (mgr.24491) 19534 : audit [DBG] from='client.44840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:50.118 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:07:48.713336+0000 mgr.y (mgr.24491) 19535 : audit [DBG] from='client.34938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:50.118 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:49.339766+0000 mgr.y (mgr.24491) 19536 : cluster [DBG] pgmap v17258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:50.118 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:07:48.434162+0000 mgr.y (mgr.24491) 19534 : audit [DBG] from='client.44840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:50.118 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:07:48.713336+0000 mgr.y (mgr.24491) 19535 : audit [DBG] from='client.34938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:49.339766+0000 mgr.y (mgr.24491) 19536 : cluster [DBG] pgmap v17258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:07:48.434162+0000 mgr.y (mgr.24491) 19534 : audit [DBG] from='client.44840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:07:48.713336+0000 mgr.y (mgr.24491) 19535 : audit [DBG] from='client.34938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:07:50.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:49.339766+0000 mgr.y (mgr.24491) 19536 : cluster [DBG] pgmap v17258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:07:52.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:51.340427+0000 mgr.y (mgr.24491) 19537 : cluster [DBG] pgmap v17259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:51.340427+0000 mgr.y (mgr.24491) 19537 : cluster [DBG] pgmap v17259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:51.340427+0000 mgr.y (mgr.24491) 19537 : cluster [DBG] pgmap v17259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:53.340930+0000 mgr.y (mgr.24491) 19538 : cluster [DBG] pgmap v17260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:53.340930+0000 mgr.y (mgr.24491) 19538 : cluster [DBG] pgmap v17260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:53.340930+0000 mgr.y (mgr.24491) 19538 : cluster [DBG] pgmap v17260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:55.341541+0000 mgr.y (mgr.24491) 19539 : cluster [DBG] pgmap v17261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:55.341541+0000 mgr.y (mgr.24491) 19539 : cluster [DBG] pgmap v17261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:55.341541+0000 mgr.y (mgr.24491) 19539 : cluster [DBG] pgmap v17261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:07:57] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T13:07:58.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:07:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:57.342162+0000 mgr.y (mgr.24491) 19540 : cluster [DBG] pgmap v17262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:07:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:57.342162+0000 mgr.y (mgr.24491) 19540 : cluster [DBG] pgmap v17262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:07:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:07:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:57.342162+0000 mgr.y (mgr.24491) 19540 : cluster [DBG] pgmap v17262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:07:59.342685+0000 mgr.y (mgr.24491) 19541 : cluster [DBG] pgmap v17263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:07:59.342685+0000 mgr.y (mgr.24491) 19541 : cluster [DBG] pgmap v17263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:07:59.342685+0000 mgr.y (mgr.24491) 19541 : cluster [DBG] pgmap v17263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:08:02.758 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:01.343385+0000 mgr.y (mgr.24491) 19542 : cluster [DBG] pgmap v17264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:01.343385+0000 mgr.y (mgr.24491) 19542 : cluster [DBG] pgmap v17264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:01.343385+0000 mgr.y (mgr.24491) 19542 : cluster [DBG] pgmap v17264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:03.343823+0000 mgr.y (mgr.24491) 19543 : cluster [DBG] pgmap v17265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:03.343823+0000 mgr.y (mgr.24491) 19543 : cluster [DBG] pgmap v17265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:03.343823+0000 mgr.y (mgr.24491) 19543 : cluster [DBG] pgmap v17265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:05.344463+0000 mgr.y (mgr.24491) 19544 : cluster [DBG] pgmap v17266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:05.344463+0000 mgr.y (mgr.24491) 19544 : cluster [DBG] pgmap v17266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:05.344463+0000 mgr.y (mgr.24491) 19544 : cluster [DBG] pgmap v17266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:07.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:07.344995+0000 mgr.y (mgr.24491) 19545 : cluster [DBG] pgmap v17267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:07.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:07.344995+0000 mgr.y (mgr.24491) 19545 : cluster [DBG] pgmap v17267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:07.344995+0000 mgr.y (mgr.24491) 19545 : cluster [DBG] pgmap v17267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:07] "GET /metrics HTTP/1.1" 200 188331 "" "Prometheus/2.33.4" 2024-04-20T13:08:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:09.345557+0000 mgr.y (mgr.24491) 19546 : cluster [DBG] pgmap v17268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:09.345557+0000 mgr.y (mgr.24491) 19546 : cluster [DBG] pgmap v17268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:09.345557+0000 mgr.y (mgr.24491) 19546 : cluster [DBG] pgmap v17268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:08:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:11.346185+0000 mgr.y (mgr.24491) 19547 : cluster [DBG] pgmap v17269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:11.346185+0000 mgr.y (mgr.24491) 19547 : cluster [DBG] pgmap v17269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:11.346185+0000 mgr.y (mgr.24491) 19547 : cluster [DBG] pgmap v17269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:13.346622+0000 mgr.y (mgr.24491) 19548 : cluster [DBG] pgmap v17270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:13.346622+0000 mgr.y (mgr.24491) 19548 : cluster [DBG] pgmap v17270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:13.346622+0000 mgr.y (mgr.24491) 19548 : cluster [DBG] pgmap v17270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:15.347234+0000 mgr.y (mgr.24491) 19549 : cluster [DBG] pgmap v17271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:15.347234+0000 mgr.y (mgr.24491) 19549 : cluster [DBG] pgmap v17271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:15.347234+0000 mgr.y (mgr.24491) 19549 : cluster [DBG] pgmap v17271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:17] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T13:08:18.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:17.347707+0000 mgr.y (mgr.24491) 19550 : cluster [DBG] pgmap v17272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:17.347707+0000 mgr.y (mgr.24491) 19550 : cluster [DBG] pgmap v17272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:17.347707+0000 mgr.y (mgr.24491) 19550 : cluster [DBG] pgmap v17272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:19.365 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:08:19.641 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:08:19.641 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:08:19.641 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:08:19.641 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:08:19.641 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:08:19.641 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:08:19.641 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 4m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:08:19.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 4m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:08:19.642 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:08:19.642 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:08:19.642 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:08:19.642 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:08:19.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:08:19.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:08:19.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:08:19.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:08:19.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:08:19.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:08:19.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:08:19.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:08:19.643 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:08:19.976 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:08:19.976 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:08:19.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:08:19.976 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:08:19.976 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:08:19.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:08:19.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:08:19.977 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:08:19.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:08:19.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:08:19.977 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:08:19.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:08:19.977 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:08:19.977 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:08:19.977 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:08:19.977 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:08:19.977 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:08:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:19.348343+0000 mgr.y (mgr.24491) 19551 : cluster [DBG] pgmap v17273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:08:19.354757+0000 mgr.y (mgr.24491) 19552 : audit [DBG] from='client.44858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:08:19.977073+0000 mon.a (mon.0) 4027 : audit [DBG] from='client.? 172.21.15.177:0/1462382073' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:08:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:19.348343+0000 mgr.y (mgr.24491) 19551 : cluster [DBG] pgmap v17273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:08:19.354757+0000 mgr.y (mgr.24491) 19552 : audit [DBG] from='client.44858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:08:19.977073+0000 mon.a (mon.0) 4027 : audit [DBG] from='client.? 172.21.15.177:0/1462382073' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:08:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:19.348343+0000 mgr.y (mgr.24491) 19551 : cluster [DBG] pgmap v17273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:08:19.354757+0000 mgr.y (mgr.24491) 19552 : audit [DBG] from='client.44858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:08:19.977073+0000 mon.a (mon.0) 4027 : audit [DBG] from='client.? 172.21.15.177:0/1462382073' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:08:21.421 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:08:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:08:19.634012+0000 mgr.y (mgr.24491) 19553 : audit [DBG] from='client.44864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:08:19.634012+0000 mgr.y (mgr.24491) 19553 : audit [DBG] from='client.44864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:08:19.634012+0000 mgr.y (mgr.24491) 19553 : audit [DBG] from='client.44864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:21.348874+0000 mgr.y (mgr.24491) 19554 : cluster [DBG] pgmap v17274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:21.348874+0000 mgr.y (mgr.24491) 19554 : cluster [DBG] pgmap v17274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:21.348874+0000 mgr.y (mgr.24491) 19554 : cluster [DBG] pgmap v17274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:23.349378+0000 mgr.y (mgr.24491) 19555 : cluster [DBG] pgmap v17275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:23.349378+0000 mgr.y (mgr.24491) 19555 : cluster [DBG] pgmap v17275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:23.349378+0000 mgr.y (mgr.24491) 19555 : cluster [DBG] pgmap v17275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:25.350038+0000 mgr.y (mgr.24491) 19556 : cluster [DBG] pgmap v17276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:25.350038+0000 mgr.y (mgr.24491) 19556 : cluster [DBG] pgmap v17276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:26.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:25.350038+0000 mgr.y (mgr.24491) 19556 : cluster [DBG] pgmap v17276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:08:27.342207+0000 mon.a (mon.0) 4028 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:08:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:08:27.342207+0000 mon.a (mon.0) 4028 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:08:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:08:27.342207+0000 mon.a (mon.0) 4028 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:08:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:27] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T13:08:28.761 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:27.350408+0000 mgr.y (mgr.24491) 19557 : cluster [DBG] pgmap v17277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:28.762 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:08:27.635216+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:08:28.762 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:08:27.635820+0000 mon.a (mon.0) 4030 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:08:28.762 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:08:27.639949+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:08:28.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:27.350408+0000 mgr.y (mgr.24491) 19557 : cluster [DBG] pgmap v17277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:28.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:08:27.635216+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:08:28.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:08:27.635820+0000 mon.a (mon.0) 4030 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:08:28.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:08:27.639949+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:08:28.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:27.350408+0000 mgr.y (mgr.24491) 19557 : cluster [DBG] pgmap v17277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:28.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:08:27.635216+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:08:28.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:08:27.635820+0000 mon.a (mon.0) 4030 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:08:28.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:08:27.639949+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:08:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:29.351089+0000 mgr.y (mgr.24491) 19558 : cluster [DBG] pgmap v17278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:29.351089+0000 mgr.y (mgr.24491) 19558 : cluster [DBG] pgmap v17278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:29.351089+0000 mgr.y (mgr.24491) 19558 : cluster [DBG] pgmap v17278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:08:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:31.351703+0000 mgr.y (mgr.24491) 19559 : cluster [DBG] pgmap v17279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:31.351703+0000 mgr.y (mgr.24491) 19559 : cluster [DBG] pgmap v17279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:31.351703+0000 mgr.y (mgr.24491) 19559 : cluster [DBG] pgmap v17279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:33.352116+0000 mgr.y (mgr.24491) 19560 : cluster [DBG] pgmap v17280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:33.352116+0000 mgr.y (mgr.24491) 19560 : cluster [DBG] pgmap v17280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:33.352116+0000 mgr.y (mgr.24491) 19560 : cluster [DBG] pgmap v17280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:35.352649+0000 mgr.y (mgr.24491) 19561 : cluster [DBG] pgmap v17281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:36.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:35.352649+0000 mgr.y (mgr.24491) 19561 : cluster [DBG] pgmap v17281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:35.352649+0000 mgr.y (mgr.24491) 19561 : cluster [DBG] pgmap v17281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:37] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T13:08:38.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:37.353247+0000 mgr.y (mgr.24491) 19562 : cluster [DBG] pgmap v17282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:37.353247+0000 mgr.y (mgr.24491) 19562 : cluster [DBG] pgmap v17282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:37.353247+0000 mgr.y (mgr.24491) 19562 : cluster [DBG] pgmap v17282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:39.353926+0000 mgr.y (mgr.24491) 19563 : cluster [DBG] pgmap v17283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:39.353926+0000 mgr.y (mgr.24491) 19563 : cluster [DBG] pgmap v17283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:39.353926+0000 mgr.y (mgr.24491) 19563 : cluster [DBG] pgmap v17283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:08:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:41.354479+0000 mgr.y (mgr.24491) 19564 : cluster [DBG] pgmap v17284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:41.354479+0000 mgr.y (mgr.24491) 19564 : cluster [DBG] pgmap v17284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:41.354479+0000 mgr.y (mgr.24491) 19564 : cluster [DBG] pgmap v17284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:43.355093+0000 mgr.y (mgr.24491) 19565 : cluster [DBG] pgmap v17285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:44.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:43.355093+0000 mgr.y (mgr.24491) 19565 : cluster [DBG] pgmap v17285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:43.355093+0000 mgr.y (mgr.24491) 19565 : cluster [DBG] pgmap v17285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:45.355797+0000 mgr.y (mgr.24491) 19566 : cluster [DBG] pgmap v17286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:45.355797+0000 mgr.y (mgr.24491) 19566 : cluster [DBG] pgmap v17286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:45.355797+0000 mgr.y (mgr.24491) 19566 : cluster [DBG] pgmap v17286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:47] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T13:08:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:47.356239+0000 mgr.y (mgr.24491) 19567 : cluster [DBG] pgmap v17287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:47.356239+0000 mgr.y (mgr.24491) 19567 : cluster [DBG] pgmap v17287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:47.356239+0000 mgr.y (mgr.24491) 19567 : cluster [DBG] pgmap v17287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:50.285 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:08:50.563 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 5m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 5m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 5m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 5m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 5m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 5m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 5m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:08:50.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:08:50.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:08:50.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 5m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:08:50.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 5m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:08:50.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 5m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:08:50.565 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 5m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:08:50.565 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 5m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:08:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:49.357017+0000 mgr.y (mgr.24491) 19568 : cluster [DBG] pgmap v17288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:50.896 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:08:50.896 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:08:50.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:08:50.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:08:50.897 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:08:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:49.357017+0000 mgr.y (mgr.24491) 19568 : cluster [DBG] pgmap v17288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:49.357017+0000 mgr.y (mgr.24491) 19568 : cluster [DBG] pgmap v17288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:51.417 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:08:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:08:50.274728+0000 mgr.y (mgr.24491) 19569 : audit [DBG] from='client.44876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:08:50.897457+0000 mon.a (mon.0) 4032 : audit [DBG] from='client.? 172.21.15.177:0/575172397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:08:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:08:50.274728+0000 mgr.y (mgr.24491) 19569 : audit [DBG] from='client.44876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:08:50.897457+0000 mon.a (mon.0) 4032 : audit [DBG] from='client.? 172.21.15.177:0/575172397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:08:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:08:50.274728+0000 mgr.y (mgr.24491) 19569 : audit [DBG] from='client.44876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:08:50.897457+0000 mon.a (mon.0) 4032 : audit [DBG] from='client.? 172.21.15.177:0/575172397' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:08:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:08:50.556694+0000 mgr.y (mgr.24491) 19570 : audit [DBG] from='client.44882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:52.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:51.357334+0000 mgr.y (mgr.24491) 19571 : cluster [DBG] pgmap v17289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:52.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:08:50.556694+0000 mgr.y (mgr.24491) 19570 : audit [DBG] from='client.44882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:52.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:51.357334+0000 mgr.y (mgr.24491) 19571 : cluster [DBG] pgmap v17289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:08:50.556694+0000 mgr.y (mgr.24491) 19570 : audit [DBG] from='client.44882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:08:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:51.357334+0000 mgr.y (mgr.24491) 19571 : cluster [DBG] pgmap v17289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:53.357734+0000 mgr.y (mgr.24491) 19572 : cluster [DBG] pgmap v17290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:53.357734+0000 mgr.y (mgr.24491) 19572 : cluster [DBG] pgmap v17290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:53.357734+0000 mgr.y (mgr.24491) 19572 : cluster [DBG] pgmap v17290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:55.358501+0000 mgr.y (mgr.24491) 19573 : cluster [DBG] pgmap v17291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:55.358501+0000 mgr.y (mgr.24491) 19573 : cluster [DBG] pgmap v17291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:55.358501+0000 mgr.y (mgr.24491) 19573 : cluster [DBG] pgmap v17291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:08:57] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T13:08:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:08:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:57.358972+0000 mgr.y (mgr.24491) 19574 : cluster [DBG] pgmap v17292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:08:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:57.358972+0000 mgr.y (mgr.24491) 19574 : cluster [DBG] pgmap v17292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:08:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:08:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:57.358972+0000 mgr.y (mgr.24491) 19574 : cluster [DBG] pgmap v17292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:08:59.359754+0000 mgr.y (mgr.24491) 19575 : cluster [DBG] pgmap v17293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:08:59.359754+0000 mgr.y (mgr.24491) 19575 : cluster [DBG] pgmap v17293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:08:59.359754+0000 mgr.y (mgr.24491) 19575 : cluster [DBG] pgmap v17293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:09:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:01.360255+0000 mgr.y (mgr.24491) 19576 : cluster [DBG] pgmap v17294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:01.360255+0000 mgr.y (mgr.24491) 19576 : cluster [DBG] pgmap v17294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:01.360255+0000 mgr.y (mgr.24491) 19576 : cluster [DBG] pgmap v17294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:03.360667+0000 mgr.y (mgr.24491) 19577 : cluster [DBG] pgmap v17295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:03.360667+0000 mgr.y (mgr.24491) 19577 : cluster [DBG] pgmap v17295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:04.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:03.360667+0000 mgr.y (mgr.24491) 19577 : cluster [DBG] pgmap v17295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:05.361292+0000 mgr.y (mgr.24491) 19578 : cluster [DBG] pgmap v17296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:05.361292+0000 mgr.y (mgr.24491) 19578 : cluster [DBG] pgmap v17296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:05.361292+0000 mgr.y (mgr.24491) 19578 : cluster [DBG] pgmap v17296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:07] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T13:09:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:07.361692+0000 mgr.y (mgr.24491) 19579 : cluster [DBG] pgmap v17297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:08.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:07.361692+0000 mgr.y (mgr.24491) 19579 : cluster [DBG] pgmap v17297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:08.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:07.361692+0000 mgr.y (mgr.24491) 19579 : cluster [DBG] pgmap v17297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:09.362498+0000 mgr.y (mgr.24491) 19580 : cluster [DBG] pgmap v17298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:10.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:09.362498+0000 mgr.y (mgr.24491) 19580 : cluster [DBG] pgmap v17298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:09.362498+0000 mgr.y (mgr.24491) 19580 : cluster [DBG] pgmap v17298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:09:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:11.363019+0000 mgr.y (mgr.24491) 19581 : cluster [DBG] pgmap v17299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:11.363019+0000 mgr.y (mgr.24491) 19581 : cluster [DBG] pgmap v17299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:11.363019+0000 mgr.y (mgr.24491) 19581 : cluster [DBG] pgmap v17299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:13.363528+0000 mgr.y (mgr.24491) 19582 : cluster [DBG] pgmap v17300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:13.363528+0000 mgr.y (mgr.24491) 19582 : cluster [DBG] pgmap v17300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:13.363528+0000 mgr.y (mgr.24491) 19582 : cluster [DBG] pgmap v17300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:15.364243+0000 mgr.y (mgr.24491) 19583 : cluster [DBG] pgmap v17301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:15.364243+0000 mgr.y (mgr.24491) 19583 : cluster [DBG] pgmap v17301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:15.364243+0000 mgr.y (mgr.24491) 19583 : cluster [DBG] pgmap v17301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:17] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T13:09:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:17.364646+0000 mgr.y (mgr.24491) 19584 : cluster [DBG] pgmap v17302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:17.364646+0000 mgr.y (mgr.24491) 19584 : cluster [DBG] pgmap v17302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:17.364646+0000 mgr.y (mgr.24491) 19584 : cluster [DBG] pgmap v17302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:19.365508+0000 mgr.y (mgr.24491) 19585 : cluster [DBG] pgmap v17303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:19.365508+0000 mgr.y (mgr.24491) 19585 : cluster [DBG] pgmap v17303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:19.365508+0000 mgr.y (mgr.24491) 19585 : cluster [DBG] pgmap v17303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:21.205 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:09:21.480 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:09:21.480 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:09:21.480 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 5m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:09:21.480 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 5m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 5m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 5m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 5m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 5m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 5m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 5m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 5m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:09:21.481 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 5m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:09:21.482 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 5m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:09:21.482 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 5m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:09:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:09:21.815 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:09:21.815 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:09:21.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:09:21.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:09:21.815 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:09:21.815 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:09:21.815 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:09:21.815 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:09:21.816 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:09:21.816 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:09:21.816 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:09:21.816 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:09:21.816 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:09:21.816 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:09:21.816 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:09:21.816 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:09:21.816 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:09:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:09:21.194441+0000 mgr.y (mgr.24491) 19586 : audit [DBG] from='client.44894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:21.365830+0000 mgr.y (mgr.24491) 19587 : cluster [DBG] pgmap v17304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:22.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:09:21.816119+0000 mon.c (mon.2) 601 : audit [DBG] from='client.? 172.21.15.177:0/2182378420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:09:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:09:21.194441+0000 mgr.y (mgr.24491) 19586 : audit [DBG] from='client.44894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:21.365830+0000 mgr.y (mgr.24491) 19587 : cluster [DBG] pgmap v17304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:09:21.816119+0000 mon.c (mon.2) 601 : audit [DBG] from='client.? 172.21.15.177:0/2182378420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:09:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:09:21.194441+0000 mgr.y (mgr.24491) 19586 : audit [DBG] from='client.44894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:21.365830+0000 mgr.y (mgr.24491) 19587 : cluster [DBG] pgmap v17304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:09:21.816119+0000 mon.c (mon.2) 601 : audit [DBG] from='client.? 172.21.15.177:0/2182378420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:09:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:09:21.473833+0000 mgr.y (mgr.24491) 19588 : audit [DBG] from='client.34992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:09:21.473833+0000 mgr.y (mgr.24491) 19588 : audit [DBG] from='client.34992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:09:21.473833+0000 mgr.y (mgr.24491) 19588 : audit [DBG] from='client.34992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:23.366332+0000 mgr.y (mgr.24491) 19589 : cluster [DBG] pgmap v17305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:23.366332+0000 mgr.y (mgr.24491) 19589 : cluster [DBG] pgmap v17305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:23.366332+0000 mgr.y (mgr.24491) 19589 : cluster [DBG] pgmap v17305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:25.367095+0000 mgr.y (mgr.24491) 19590 : cluster [DBG] pgmap v17306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:25.367095+0000 mgr.y (mgr.24491) 19590 : cluster [DBG] pgmap v17306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:25.367095+0000 mgr.y (mgr.24491) 19590 : cluster [DBG] pgmap v17306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:28.120 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:27] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T13:09:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:27.367547+0000 mgr.y (mgr.24491) 19591 : cluster [DBG] pgmap v17307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:09:27.644229+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:09:28.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:27.367547+0000 mgr.y (mgr.24491) 19591 : cluster [DBG] pgmap v17307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:28.943 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:09:27.644229+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:09:28.944 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:27.367547+0000 mgr.y (mgr.24491) 19591 : cluster [DBG] pgmap v17307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:28.944 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:09:27.644229+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:09:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:29.368102+0000 mgr.y (mgr.24491) 19592 : cluster [DBG] pgmap v17308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:29.368102+0000 mgr.y (mgr.24491) 19592 : cluster [DBG] pgmap v17308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:29.368102+0000 mgr.y (mgr.24491) 19592 : cluster [DBG] pgmap v17308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:09:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:09:30.702647+0000 mon.a (mon.0) 4034 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:09:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:09:30.982001+0000 mon.a (mon.0) 4035 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:09:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:09:30.982625+0000 mon.a (mon.0) 4036 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:09:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:09:30.989095+0000 mon.a (mon.0) 4037 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:09:32.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:31.368410+0000 mgr.y (mgr.24491) 19593 : cluster [DBG] pgmap v17309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:09:30.702647+0000 mon.a (mon.0) 4034 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:09:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:09:30.982001+0000 mon.a (mon.0) 4035 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:09:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:09:30.982625+0000 mon.a (mon.0) 4036 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:09:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:09:30.989095+0000 mon.a (mon.0) 4037 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:09:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:31.368410+0000 mgr.y (mgr.24491) 19593 : cluster [DBG] pgmap v17309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:09:30.702647+0000 mon.a (mon.0) 4034 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:09:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:09:30.982001+0000 mon.a (mon.0) 4035 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:09:32.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:09:30.982625+0000 mon.a (mon.0) 4036 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:09:32.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:09:30.989095+0000 mon.a (mon.0) 4037 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:09:32.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:31.368410+0000 mgr.y (mgr.24491) 19593 : cluster [DBG] pgmap v17309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:33.368763+0000 mgr.y (mgr.24491) 19594 : cluster [DBG] pgmap v17310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:33.368763+0000 mgr.y (mgr.24491) 19594 : cluster [DBG] pgmap v17310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:33.368763+0000 mgr.y (mgr.24491) 19594 : cluster [DBG] pgmap v17310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:35.369389+0000 mgr.y (mgr.24491) 19595 : cluster [DBG] pgmap v17311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:35.369389+0000 mgr.y (mgr.24491) 19595 : cluster [DBG] pgmap v17311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:36.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:35.369389+0000 mgr.y (mgr.24491) 19595 : cluster [DBG] pgmap v17311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:37.369768+0000 mgr.y (mgr.24491) 19596 : cluster [DBG] pgmap v17312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:37.369768+0000 mgr.y (mgr.24491) 19596 : cluster [DBG] pgmap v17312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:37.369768+0000 mgr.y (mgr.24491) 19596 : cluster [DBG] pgmap v17312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:37] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-04-20T13:09:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:39.370334+0000 mgr.y (mgr.24491) 19597 : cluster [DBG] pgmap v17313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:39.370334+0000 mgr.y (mgr.24491) 19597 : cluster [DBG] pgmap v17313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:39.370334+0000 mgr.y (mgr.24491) 19597 : cluster [DBG] pgmap v17313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:09:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:41.370948+0000 mgr.y (mgr.24491) 19598 : cluster [DBG] pgmap v17314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:41.370948+0000 mgr.y (mgr.24491) 19598 : cluster [DBG] pgmap v17314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:41.370948+0000 mgr.y (mgr.24491) 19598 : cluster [DBG] pgmap v17314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:43.371474+0000 mgr.y (mgr.24491) 19599 : cluster [DBG] pgmap v17315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:43.371474+0000 mgr.y (mgr.24491) 19599 : cluster [DBG] pgmap v17315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:43.371474+0000 mgr.y (mgr.24491) 19599 : cluster [DBG] pgmap v17315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:46.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:45.372162+0000 mgr.y (mgr.24491) 19600 : cluster [DBG] pgmap v17316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:46.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:45.372162+0000 mgr.y (mgr.24491) 19600 : cluster [DBG] pgmap v17316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:45.372162+0000 mgr.y (mgr.24491) 19600 : cluster [DBG] pgmap v17316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:47.372534+0000 mgr.y (mgr.24491) 19601 : cluster [DBG] pgmap v17317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:47] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T13:09:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:47.372534+0000 mgr.y (mgr.24491) 19601 : cluster [DBG] pgmap v17317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:47.372534+0000 mgr.y (mgr.24491) 19601 : cluster [DBG] pgmap v17317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:49.373322+0000 mgr.y (mgr.24491) 19602 : cluster [DBG] pgmap v17318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:49.373322+0000 mgr.y (mgr.24491) 19602 : cluster [DBG] pgmap v17318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:50.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:49.373322+0000 mgr.y (mgr.24491) 19602 : cluster [DBG] pgmap v17318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:51.433 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:09:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:51.373856+0000 mgr.y (mgr.24491) 19603 : cluster [DBG] pgmap v17319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:51.373856+0000 mgr.y (mgr.24491) 19603 : cluster [DBG] pgmap v17319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:51.373856+0000 mgr.y (mgr.24491) 19603 : cluster [DBG] pgmap v17319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:52.128 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:09:52.405 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:09:52.405 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 6m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:09:52.405 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 6m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:09:52.405 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 6m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:09:52.405 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 6m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:09:52.405 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 6m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:09:52.405 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 6m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:09:52.405 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 6m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 6m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 6m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 6m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 6m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 6m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 6m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 6m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 6m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 6m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 6m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 6m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 6m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:09:52.406 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 6m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:09:52.746 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:09:52.746 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:09:52.746 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:09:52.746 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:09:52.747 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:09:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:09:52.116438+0000 mgr.y (mgr.24491) 19604 : audit [DBG] from='client.44912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:09:52.398242+0000 mgr.y (mgr.24491) 19605 : audit [DBG] from='client.35010 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:52.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:09:52.116438+0000 mgr.y (mgr.24491) 19604 : audit [DBG] from='client.44912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:52.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:09:52.398242+0000 mgr.y (mgr.24491) 19605 : audit [DBG] from='client.35010 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:52.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:09:52.116438+0000 mgr.y (mgr.24491) 19604 : audit [DBG] from='client.44912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:52.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:09:52.398242+0000 mgr.y (mgr.24491) 19605 : audit [DBG] from='client.35010 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:09:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:09:52.747366+0000 mon.c (mon.2) 602 : audit [DBG] from='client.? 172.21.15.177:0/75171937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:09:53.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:53.374335+0000 mgr.y (mgr.24491) 19606 : cluster [DBG] pgmap v17320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:09:52.747366+0000 mon.c (mon.2) 602 : audit [DBG] from='client.? 172.21.15.177:0/75171937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:09:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:53.374335+0000 mgr.y (mgr.24491) 19606 : cluster [DBG] pgmap v17320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:09:52.747366+0000 mon.c (mon.2) 602 : audit [DBG] from='client.? 172.21.15.177:0/75171937' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:09:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:53.374335+0000 mgr.y (mgr.24491) 19606 : cluster [DBG] pgmap v17320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:55.375018+0000 mgr.y (mgr.24491) 19607 : cluster [DBG] pgmap v17321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:55.375018+0000 mgr.y (mgr.24491) 19607 : cluster [DBG] pgmap v17321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:56.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:55.375018+0000 mgr.y (mgr.24491) 19607 : cluster [DBG] pgmap v17321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:57.375602+0000 mgr.y (mgr.24491) 19608 : cluster [DBG] pgmap v17322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:57.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:57.375602+0000 mgr.y (mgr.24491) 19608 : cluster [DBG] pgmap v17322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:09:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:57.375602+0000 mgr.y (mgr.24491) 19608 : cluster [DBG] pgmap v17322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:09:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:09:57] "GET /metrics HTTP/1.1" 200 188327 "" "Prometheus/2.33.4" 2024-04-20T13:10:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T13:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:10:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:09:59.376412+0000 mgr.y (mgr.24491) 19609 : cluster [DBG] pgmap v17323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:00.000147+0000 mon.a (mon.0) 4038 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:10:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:09:59.376412+0000 mgr.y (mgr.24491) 19609 : cluster [DBG] pgmap v17323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:00.000147+0000 mon.a (mon.0) 4038 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:10:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:09:59.376412+0000 mgr.y (mgr.24491) 19609 : cluster [DBG] pgmap v17323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:00.000147+0000 mon.a (mon.0) 4038 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:10:01.447 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:10:01.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:01.376927+0000 mgr.y (mgr.24491) 19610 : cluster [DBG] pgmap v17324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:01.376927+0000 mgr.y (mgr.24491) 19610 : cluster [DBG] pgmap v17324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:01.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:01.376927+0000 mgr.y (mgr.24491) 19610 : cluster [DBG] pgmap v17324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:04.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:03.377393+0000 mgr.y (mgr.24491) 19611 : cluster [DBG] pgmap v17325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:03.377393+0000 mgr.y (mgr.24491) 19611 : cluster [DBG] pgmap v17325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:03.377393+0000 mgr.y (mgr.24491) 19611 : cluster [DBG] pgmap v17325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:05.378103+0000 mgr.y (mgr.24491) 19612 : cluster [DBG] pgmap v17326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:05.378103+0000 mgr.y (mgr.24491) 19612 : cluster [DBG] pgmap v17326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:05.378103+0000 mgr.y (mgr.24491) 19612 : cluster [DBG] pgmap v17326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:07.378635+0000 mgr.y (mgr.24491) 19613 : cluster [DBG] pgmap v17327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:07] "GET /metrics HTTP/1.1" 200 188329 "" "Prometheus/2.33.4" 2024-04-20T13:10:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:07.378635+0000 mgr.y (mgr.24491) 19613 : cluster [DBG] pgmap v17327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:07.378635+0000 mgr.y (mgr.24491) 19613 : cluster [DBG] pgmap v17327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:09.379293+0000 mgr.y (mgr.24491) 19614 : cluster [DBG] pgmap v17328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:10.561 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:09.379293+0000 mgr.y (mgr.24491) 19614 : cluster [DBG] pgmap v17328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:10.561 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:09.379293+0000 mgr.y (mgr.24491) 19614 : cluster [DBG] pgmap v17328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:11.482 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:10:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:11.379780+0000 mgr.y (mgr.24491) 19615 : cluster [DBG] pgmap v17329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:11.379780+0000 mgr.y (mgr.24491) 19615 : cluster [DBG] pgmap v17329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:11.379780+0000 mgr.y (mgr.24491) 19615 : cluster [DBG] pgmap v17329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:13.380260+0000 mgr.y (mgr.24491) 19616 : cluster [DBG] pgmap v17330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:13.380260+0000 mgr.y (mgr.24491) 19616 : cluster [DBG] pgmap v17330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:13.380260+0000 mgr.y (mgr.24491) 19616 : cluster [DBG] pgmap v17330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:15.380836+0000 mgr.y (mgr.24491) 19617 : cluster [DBG] pgmap v17331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:15.380836+0000 mgr.y (mgr.24491) 19617 : cluster [DBG] pgmap v17331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:15.380836+0000 mgr.y (mgr.24491) 19617 : cluster [DBG] pgmap v17331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:17.381206+0000 mgr.y (mgr.24491) 19618 : cluster [DBG] pgmap v17332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:17] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-04-20T13:10:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:17.381206+0000 mgr.y (mgr.24491) 19618 : cluster [DBG] pgmap v17332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:17.381206+0000 mgr.y (mgr.24491) 19618 : cluster [DBG] pgmap v17332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:19.381932+0000 mgr.y (mgr.24491) 19619 : cluster [DBG] pgmap v17333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:19.381932+0000 mgr.y (mgr.24491) 19619 : cluster [DBG] pgmap v17333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:19.381932+0000 mgr.y (mgr.24491) 19619 : cluster [DBG] pgmap v17333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:21.486 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:10:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:21.382345+0000 mgr.y (mgr.24491) 19620 : cluster [DBG] pgmap v17334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:21.382345+0000 mgr.y (mgr.24491) 19620 : cluster [DBG] pgmap v17334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:21.382345+0000 mgr.y (mgr.24491) 19620 : cluster [DBG] pgmap v17334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:23.058 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:10:23.333 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:10:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 6m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:10:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 6m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:10:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 6m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:10:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 6m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:10:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 6m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:10:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 6m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:10:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 6m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:10:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 6m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:10:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 6m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:10:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 6m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:10:23.334 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 6m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:10:23.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 6m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:10:23.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 6m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:10:23.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 6m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:10:23.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 6m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:10:23.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 6m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:10:23.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 6m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:10:23.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 6m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:10:23.335 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 6m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:10:23.335 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 6m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:10:23.671 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:10:23.671 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:10:23.671 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:10:23.671 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:10:23.671 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:10:23.672 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:10:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:10:23.046272+0000 mgr.y (mgr.24491) 19621 : audit [DBG] from='client.35022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:10:23.327118+0000 mgr.y (mgr.24491) 19622 : audit [DBG] from='client.44936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:23.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:23.382715+0000 mgr.y (mgr.24491) 19623 : cluster [DBG] pgmap v17335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:10:23.046272+0000 mgr.y (mgr.24491) 19621 : audit [DBG] from='client.35022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:10:23.327118+0000 mgr.y (mgr.24491) 19622 : audit [DBG] from='client.44936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:23.382715+0000 mgr.y (mgr.24491) 19623 : cluster [DBG] pgmap v17335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:10:23.046272+0000 mgr.y (mgr.24491) 19621 : audit [DBG] from='client.35022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:10:23.327118+0000 mgr.y (mgr.24491) 19622 : audit [DBG] from='client.44936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:23.382715+0000 mgr.y (mgr.24491) 19623 : cluster [DBG] pgmap v17335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:10:23.671952+0000 mon.c (mon.2) 603 : audit [DBG] from='client.? 172.21.15.177:0/3837093827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:10:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:10:23.671952+0000 mon.c (mon.2) 603 : audit [DBG] from='client.? 172.21.15.177:0/3837093827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:10:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:10:23.671952+0000 mon.c (mon.2) 603 : audit [DBG] from='client.? 172.21.15.177:0/3837093827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:10:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:25.383557+0000 mgr.y (mgr.24491) 19624 : cluster [DBG] pgmap v17336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:25.383557+0000 mgr.y (mgr.24491) 19624 : cluster [DBG] pgmap v17336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:25.383557+0000 mgr.y (mgr.24491) 19624 : cluster [DBG] pgmap v17336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:27.383934+0000 mgr.y (mgr.24491) 19625 : cluster [DBG] pgmap v17337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:27] "GET /metrics HTTP/1.1" 200 188326 "" "Prometheus/2.33.4" 2024-04-20T13:10:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:27.383934+0000 mgr.y (mgr.24491) 19625 : cluster [DBG] pgmap v17337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:27.383934+0000 mgr.y (mgr.24491) 19625 : cluster [DBG] pgmap v17337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:29.384614+0000 mgr.y (mgr.24491) 19626 : cluster [DBG] pgmap v17338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:29.384614+0000 mgr.y (mgr.24491) 19626 : cluster [DBG] pgmap v17338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:29.384614+0000 mgr.y (mgr.24491) 19626 : cluster [DBG] pgmap v17338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:10:30.994269+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:10:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:10:30.994269+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:10:31.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:10:30.994269+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:10:31.485 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:10:32.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:31.384986+0000 mgr.y (mgr.24491) 19627 : cluster [DBG] pgmap v17339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:31.384986+0000 mgr.y (mgr.24491) 19627 : cluster [DBG] pgmap v17339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:31.384986+0000 mgr.y (mgr.24491) 19627 : cluster [DBG] pgmap v17339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:33.738 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:33.385413+0000 mgr.y (mgr.24491) 19628 : cluster [DBG] pgmap v17340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:33.385413+0000 mgr.y (mgr.24491) 19628 : cluster [DBG] pgmap v17340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:33.385413+0000 mgr.y (mgr.24491) 19628 : cluster [DBG] pgmap v17340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:10:34.217383+0000 mon.a (mon.0) 4040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:10:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:10:34.496268+0000 mon.a (mon.0) 4041 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:10:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:10:34.497220+0000 mon.a (mon.0) 4042 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:10:35.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:10:34.502811+0000 mon.a (mon.0) 4043 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:10:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:10:34.217383+0000 mon.a (mon.0) 4040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:10:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:10:34.496268+0000 mon.a (mon.0) 4041 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:10:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:10:34.497220+0000 mon.a (mon.0) 4042 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:10:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:10:34.502811+0000 mon.a (mon.0) 4043 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:10:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:10:34.217383+0000 mon.a (mon.0) 4040 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:10:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:10:34.496268+0000 mon.a (mon.0) 4041 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:10:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:10:34.497220+0000 mon.a (mon.0) 4042 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:10:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:10:34.502811+0000 mon.a (mon.0) 4043 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:10:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:35.386195+0000 mgr.y (mgr.24491) 19629 : cluster [DBG] pgmap v17341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:35.386195+0000 mgr.y (mgr.24491) 19629 : cluster [DBG] pgmap v17341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:35.386195+0000 mgr.y (mgr.24491) 19629 : cluster [DBG] pgmap v17341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:37.386699+0000 mgr.y (mgr.24491) 19630 : cluster [DBG] pgmap v17342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:37] "GET /metrics HTTP/1.1" 200 188330 "" "Prometheus/2.33.4" 2024-04-20T13:10:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:37.386699+0000 mgr.y (mgr.24491) 19630 : cluster [DBG] pgmap v17342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:37.386699+0000 mgr.y (mgr.24491) 19630 : cluster [DBG] pgmap v17342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:39.387448+0000 mgr.y (mgr.24491) 19631 : cluster [DBG] pgmap v17343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:39.387448+0000 mgr.y (mgr.24491) 19631 : cluster [DBG] pgmap v17343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:39.387448+0000 mgr.y (mgr.24491) 19631 : cluster [DBG] pgmap v17343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:41.489 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:10:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:41.387894+0000 mgr.y (mgr.24491) 19632 : cluster [DBG] pgmap v17344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:41.387894+0000 mgr.y (mgr.24491) 19632 : cluster [DBG] pgmap v17344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:41.387894+0000 mgr.y (mgr.24491) 19632 : cluster [DBG] pgmap v17344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:43.388305+0000 mgr.y (mgr.24491) 19633 : cluster [DBG] pgmap v17345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:43.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:43.388305+0000 mgr.y (mgr.24491) 19633 : cluster [DBG] pgmap v17345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:43.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:43.388305+0000 mgr.y (mgr.24491) 19633 : cluster [DBG] pgmap v17345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:45.388961+0000 mgr.y (mgr.24491) 19634 : cluster [DBG] pgmap v17346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:45.388961+0000 mgr.y (mgr.24491) 19634 : cluster [DBG] pgmap v17346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:45.388961+0000 mgr.y (mgr.24491) 19634 : cluster [DBG] pgmap v17346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:47.389383+0000 mgr.y (mgr.24491) 19635 : cluster [DBG] pgmap v17347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:47] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T13:10:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:47.389383+0000 mgr.y (mgr.24491) 19635 : cluster [DBG] pgmap v17347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:47.389383+0000 mgr.y (mgr.24491) 19635 : cluster [DBG] pgmap v17347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:49.389899+0000 mgr.y (mgr.24491) 19636 : cluster [DBG] pgmap v17348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:49.389899+0000 mgr.y (mgr.24491) 19636 : cluster [DBG] pgmap v17348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:49.389899+0000 mgr.y (mgr.24491) 19636 : cluster [DBG] pgmap v17348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:51.488 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:10:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:51.390341+0000 mgr.y (mgr.24491) 19637 : cluster [DBG] pgmap v17349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:51.390341+0000 mgr.y (mgr.24491) 19637 : cluster [DBG] pgmap v17349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:51.390341+0000 mgr.y (mgr.24491) 19637 : cluster [DBG] pgmap v17349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:53.390783+0000 mgr.y (mgr.24491) 19638 : cluster [DBG] pgmap v17350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:53.390783+0000 mgr.y (mgr.24491) 19638 : cluster [DBG] pgmap v17350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:53.390783+0000 mgr.y (mgr.24491) 19638 : cluster [DBG] pgmap v17350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:53.982 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 7m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 7m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 7m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 7m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 7m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 7m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:10:54.253 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 7m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:10:54.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 7m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:10:54.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 7m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:10:54.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 7m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:10:54.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 7m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:10:54.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 7m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:10:54.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:10:54.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:10:54.254 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:10:54.587 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:10:54.587 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:10:54.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:10:54.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:10:54.587 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:10:54.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:10:54.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:10:54.587 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:10:54.587 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:10:54.587 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:10:54.587 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:10:54.588 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:10:54.588 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:10:54.588 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:10:54.588 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:10:54.588 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:10:54.588 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:10:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:10:53.969526+0000 mgr.y (mgr.24491) 19639 : audit [DBG] from='client.35040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:54.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:10:54.246040+0000 mgr.y (mgr.24491) 19640 : audit [DBG] from='client.35046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:10:53.969526+0000 mgr.y (mgr.24491) 19639 : audit [DBG] from='client.35040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:10:54.246040+0000 mgr.y (mgr.24491) 19640 : audit [DBG] from='client.35046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:10:53.969526+0000 mgr.y (mgr.24491) 19639 : audit [DBG] from='client.35040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:10:54.246040+0000 mgr.y (mgr.24491) 19640 : audit [DBG] from='client.35046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:10:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:10:54.588051+0000 mon.a (mon.0) 4044 : audit [DBG] from='client.? 172.21.15.177:0/3667186157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:10:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:55.391493+0000 mgr.y (mgr.24491) 19641 : cluster [DBG] pgmap v17351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:10:54.588051+0000 mon.a (mon.0) 4044 : audit [DBG] from='client.? 172.21.15.177:0/3667186157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:10:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:55.391493+0000 mgr.y (mgr.24491) 19641 : cluster [DBG] pgmap v17351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:10:54.588051+0000 mon.a (mon.0) 4044 : audit [DBG] from='client.? 172.21.15.177:0/3667186157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:10:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:55.391493+0000 mgr.y (mgr.24491) 19641 : cluster [DBG] pgmap v17351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:57.391924+0000 mgr.y (mgr.24491) 19642 : cluster [DBG] pgmap v17352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:10:57] "GET /metrics HTTP/1.1" 200 188334 "" "Prometheus/2.33.4" 2024-04-20T13:10:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:57.391924+0000 mgr.y (mgr.24491) 19642 : cluster [DBG] pgmap v17352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:57.391924+0000 mgr.y (mgr.24491) 19642 : cluster [DBG] pgmap v17352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:10:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:10:59.392627+0000 mgr.y (mgr.24491) 19643 : cluster [DBG] pgmap v17353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:10:59.392627+0000 mgr.y (mgr.24491) 19643 : cluster [DBG] pgmap v17353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:10:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:10:59.392627+0000 mgr.y (mgr.24491) 19643 : cluster [DBG] pgmap v17353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:01.490 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:11:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:01.393190+0000 mgr.y (mgr.24491) 19644 : cluster [DBG] pgmap v17354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:01.393190+0000 mgr.y (mgr.24491) 19644 : cluster [DBG] pgmap v17354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:01.393190+0000 mgr.y (mgr.24491) 19644 : cluster [DBG] pgmap v17354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:03.393685+0000 mgr.y (mgr.24491) 19645 : cluster [DBG] pgmap v17355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:03.393685+0000 mgr.y (mgr.24491) 19645 : cluster [DBG] pgmap v17355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:03.393685+0000 mgr.y (mgr.24491) 19645 : cluster [DBG] pgmap v17355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:05.394386+0000 mgr.y (mgr.24491) 19646 : cluster [DBG] pgmap v17356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:05.394386+0000 mgr.y (mgr.24491) 19646 : cluster [DBG] pgmap v17356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:05.394386+0000 mgr.y (mgr.24491) 19646 : cluster [DBG] pgmap v17356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:07.394861+0000 mgr.y (mgr.24491) 19647 : cluster [DBG] pgmap v17357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:07] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T13:11:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:07.394861+0000 mgr.y (mgr.24491) 19647 : cluster [DBG] pgmap v17357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:07.394861+0000 mgr.y (mgr.24491) 19647 : cluster [DBG] pgmap v17357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:09.395606+0000 mgr.y (mgr.24491) 19648 : cluster [DBG] pgmap v17358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:09.395606+0000 mgr.y (mgr.24491) 19648 : cluster [DBG] pgmap v17358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:09.395606+0000 mgr.y (mgr.24491) 19648 : cluster [DBG] pgmap v17358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:11.492 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:11:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:11.396085+0000 mgr.y (mgr.24491) 19649 : cluster [DBG] pgmap v17359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:11.396085+0000 mgr.y (mgr.24491) 19649 : cluster [DBG] pgmap v17359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:11.396085+0000 mgr.y (mgr.24491) 19649 : cluster [DBG] pgmap v17359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:13.396512+0000 mgr.y (mgr.24491) 19650 : cluster [DBG] pgmap v17360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:13.396512+0000 mgr.y (mgr.24491) 19650 : cluster [DBG] pgmap v17360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:13.396512+0000 mgr.y (mgr.24491) 19650 : cluster [DBG] pgmap v17360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:15.397192+0000 mgr.y (mgr.24491) 19651 : cluster [DBG] pgmap v17361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:15.397192+0000 mgr.y (mgr.24491) 19651 : cluster [DBG] pgmap v17361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:15.397192+0000 mgr.y (mgr.24491) 19651 : cluster [DBG] pgmap v17361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:17.397601+0000 mgr.y (mgr.24491) 19652 : cluster [DBG] pgmap v17362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:17] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T13:11:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:17.397601+0000 mgr.y (mgr.24491) 19652 : cluster [DBG] pgmap v17362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:17.397601+0000 mgr.y (mgr.24491) 19652 : cluster [DBG] pgmap v17362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:19.398282+0000 mgr.y (mgr.24491) 19653 : cluster [DBG] pgmap v17363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:19.398282+0000 mgr.y (mgr.24491) 19653 : cluster [DBG] pgmap v17363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:19.398282+0000 mgr.y (mgr.24491) 19653 : cluster [DBG] pgmap v17363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:21.495 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:11:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:21.398757+0000 mgr.y (mgr.24491) 19654 : cluster [DBG] pgmap v17364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:21.398757+0000 mgr.y (mgr.24491) 19654 : cluster [DBG] pgmap v17364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:21.398757+0000 mgr.y (mgr.24491) 19654 : cluster [DBG] pgmap v17364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:23.399199+0000 mgr.y (mgr.24491) 19655 : cluster [DBG] pgmap v17365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:23.399199+0000 mgr.y (mgr.24491) 19655 : cluster [DBG] pgmap v17365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:23.399199+0000 mgr.y (mgr.24491) 19655 : cluster [DBG] pgmap v17365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:24.901 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:11:25.174 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 8m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:11:25.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.8M 2470M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:11:25.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.9M 2470M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:11:25.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.8M 2470M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:11:25.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 7m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:11:25.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 7m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:11:25.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:11:25.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:11:25.176 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:11:25.512 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:11:25.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:11:25.514 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:11:25.514 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:11:25.514 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:11:25.514 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:11:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:24.890452+0000 mgr.y (mgr.24491) 19656 : audit [DBG] from='client.44966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:25.167564+0000 mgr.y (mgr.24491) 19657 : audit [DBG] from='client.44972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:25.399811+0000 mgr.y (mgr.24491) 19658 : cluster [DBG] pgmap v17366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:24.890452+0000 mgr.y (mgr.24491) 19656 : audit [DBG] from='client.44966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:25.167564+0000 mgr.y (mgr.24491) 19657 : audit [DBG] from='client.44972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:25.399811+0000 mgr.y (mgr.24491) 19658 : cluster [DBG] pgmap v17366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:24.890452+0000 mgr.y (mgr.24491) 19656 : audit [DBG] from='client.44966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:25.167564+0000 mgr.y (mgr.24491) 19657 : audit [DBG] from='client.44972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:25.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:25.399811+0000 mgr.y (mgr.24491) 19658 : cluster [DBG] pgmap v17366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:25.513502+0000 mon.c (mon.2) 604 : audit [DBG] from='client.? 172.21.15.177:0/1634165291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:11:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:25.513502+0000 mon.c (mon.2) 604 : audit [DBG] from='client.? 172.21.15.177:0/1634165291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:11:26.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:25.513502+0000 mon.c (mon.2) 604 : audit [DBG] from='client.? 172.21.15.177:0/1634165291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:11:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:27] "GET /metrics HTTP/1.1" 200 188309 "" "Prometheus/2.33.4" 2024-04-20T13:11:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:27.400351+0000 mgr.y (mgr.24491) 19659 : cluster [DBG] pgmap v17367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:27.400351+0000 mgr.y (mgr.24491) 19659 : cluster [DBG] pgmap v17367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:27.400351+0000 mgr.y (mgr.24491) 19659 : cluster [DBG] pgmap v17367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:29.400991+0000 mgr.y (mgr.24491) 19660 : cluster [DBG] pgmap v17368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:29.400991+0000 mgr.y (mgr.24491) 19660 : cluster [DBG] pgmap v17368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:29.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:29.400991+0000 mgr.y (mgr.24491) 19660 : cluster [DBG] pgmap v17368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:31.495 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:11:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:31.401490+0000 mgr.y (mgr.24491) 19661 : cluster [DBG] pgmap v17369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:31.401490+0000 mgr.y (mgr.24491) 19661 : cluster [DBG] pgmap v17369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:31.401490+0000 mgr.y (mgr.24491) 19661 : cluster [DBG] pgmap v17369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:33.401868+0000 mgr.y (mgr.24491) 19662 : cluster [DBG] pgmap v17370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:33.401868+0000 mgr.y (mgr.24491) 19662 : cluster [DBG] pgmap v17370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:33.401868+0000 mgr.y (mgr.24491) 19662 : cluster [DBG] pgmap v17370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:34.508097+0000 mon.a (mon.0) 4045 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:11:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:34.508097+0000 mon.a (mon.0) 4045 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:11:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:34.508097+0000 mon.a (mon.0) 4045 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:34.803149+0000 mon.a (mon.0) 4046 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:34.803774+0000 mon.a (mon.0) 4047 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:34.804342+0000 mon.a (mon.0) 4048 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:34.804821+0000 mon.a (mon.0) 4049 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T13:11:34.805218+0000 mgr.y (mgr.24491) 19663 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T13:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:34.809350+0000 mon.a (mon.0) 4050 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:34.810214+0000 mon.a (mon.0) 4051 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:34.810767+0000 mon.a (mon.0) 4052 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:34.814487+0000 mon.a (mon.0) 4053 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:11:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:35.402536+0000 mgr.y (mgr.24491) 19664 : cluster [DBG] pgmap v17371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:34.803149+0000 mon.a (mon.0) 4046 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:34.803774+0000 mon.a (mon.0) 4047 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:34.804342+0000 mon.a (mon.0) 4048 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:34.804821+0000 mon.a (mon.0) 4049 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T13:11:34.805218+0000 mgr.y (mgr.24491) 19663 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T13:11:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:34.809350+0000 mon.a (mon.0) 4050 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:11:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:34.810214+0000 mon.a (mon.0) 4051 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:11:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:34.810767+0000 mon.a (mon.0) 4052 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:11:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:34.814487+0000 mon.a (mon.0) 4053 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:11:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:35.402536+0000 mgr.y (mgr.24491) 19664 : cluster [DBG] pgmap v17371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:34.803149+0000 mon.a (mon.0) 4046 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:34.803774+0000 mon.a (mon.0) 4047 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:34.804342+0000 mon.a (mon.0) 4048 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:34.804821+0000 mon.a (mon.0) 4049 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:11:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T13:11:34.805218+0000 mgr.y (mgr.24491) 19663 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T13:11:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:34.809350+0000 mon.a (mon.0) 4050 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:11:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:34.810214+0000 mon.a (mon.0) 4051 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:11:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:34.810767+0000 mon.a (mon.0) 4052 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:11:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:34.814487+0000 mon.a (mon.0) 4053 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:11:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:35.402536+0000 mgr.y (mgr.24491) 19664 : cluster [DBG] pgmap v17371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:37.403053+0000 mgr.y (mgr.24491) 19665 : cluster [DBG] pgmap v17372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:37] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T13:11:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:37.403053+0000 mgr.y (mgr.24491) 19665 : cluster [DBG] pgmap v17372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:37.403053+0000 mgr.y (mgr.24491) 19665 : cluster [DBG] pgmap v17372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:39.403763+0000 mgr.y (mgr.24491) 19666 : cluster [DBG] pgmap v17373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:39.403763+0000 mgr.y (mgr.24491) 19666 : cluster [DBG] pgmap v17373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:39.403763+0000 mgr.y (mgr.24491) 19666 : cluster [DBG] pgmap v17373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:41.496 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:11:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:41.404158+0000 mgr.y (mgr.24491) 19667 : cluster [DBG] pgmap v17374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:41.404158+0000 mgr.y (mgr.24491) 19667 : cluster [DBG] pgmap v17374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:41.404158+0000 mgr.y (mgr.24491) 19667 : cluster [DBG] pgmap v17374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:43.404693+0000 mgr.y (mgr.24491) 19668 : cluster [DBG] pgmap v17375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:43.404693+0000 mgr.y (mgr.24491) 19668 : cluster [DBG] pgmap v17375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:43.404693+0000 mgr.y (mgr.24491) 19668 : cluster [DBG] pgmap v17375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:45.405531+0000 mgr.y (mgr.24491) 19669 : cluster [DBG] pgmap v17376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:45.932 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:45.405531+0000 mgr.y (mgr.24491) 19669 : cluster [DBG] pgmap v17376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:45.932 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:45.405531+0000 mgr.y (mgr.24491) 19669 : cluster [DBG] pgmap v17376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:47.406039+0000 mgr.y (mgr.24491) 19670 : cluster [DBG] pgmap v17377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:47] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T13:11:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:47.406039+0000 mgr.y (mgr.24491) 19670 : cluster [DBG] pgmap v17377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:47.406039+0000 mgr.y (mgr.24491) 19670 : cluster [DBG] pgmap v17377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:49.406672+0000 mgr.y (mgr.24491) 19671 : cluster [DBG] pgmap v17378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:49.406672+0000 mgr.y (mgr.24491) 19671 : cluster [DBG] pgmap v17378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:49.406672+0000 mgr.y (mgr.24491) 19671 : cluster [DBG] pgmap v17378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:11:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:51.407295+0000 mgr.y (mgr.24491) 19672 : cluster [DBG] pgmap v17379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:51.407295+0000 mgr.y (mgr.24491) 19672 : cluster [DBG] pgmap v17379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:51.407295+0000 mgr.y (mgr.24491) 19672 : cluster [DBG] pgmap v17379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:53.407686+0000 mgr.y (mgr.24491) 19673 : cluster [DBG] pgmap v17380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:53.407686+0000 mgr.y (mgr.24491) 19673 : cluster [DBG] pgmap v17380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:53.407686+0000 mgr.y (mgr.24491) 19673 : cluster [DBG] pgmap v17380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:55.827 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:11:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:55.408382+0000 mgr.y (mgr.24491) 19674 : cluster [DBG] pgmap v17381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:55.408382+0000 mgr.y (mgr.24491) 19674 : cluster [DBG] pgmap v17381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:56.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:55.408382+0000 mgr.y (mgr.24491) 19674 : cluster [DBG] pgmap v17381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:56.101 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 8m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 8m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 8m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 8m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 8m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 8m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:11:56.102 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:11:56.103 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:11:56.103 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 8m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:11:56.103 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 8m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:11:56.103 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 8m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:11:56.103 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 8m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:11:56.103 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 8m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:11:56.435 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:11:56.436 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:11:56.436 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:11:56.436 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:11:56.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:55.815816+0000 mgr.y (mgr.24491) 19675 : audit [DBG] from='client.35076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:56.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:56.095029+0000 mgr.y (mgr.24491) 19676 : audit [DBG] from='client.35082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:56.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:11:56.435780+0000 mon.c (mon.2) 605 : audit [DBG] from='client.? 172.21.15.177:0/3760199003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:11:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:55.815816+0000 mgr.y (mgr.24491) 19675 : audit [DBG] from='client.35076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:56.095029+0000 mgr.y (mgr.24491) 19676 : audit [DBG] from='client.35082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:56.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:11:56.435780+0000 mon.c (mon.2) 605 : audit [DBG] from='client.? 172.21.15.177:0/3760199003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:11:57.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:55.815816+0000 mgr.y (mgr.24491) 19675 : audit [DBG] from='client.35076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:57.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:56.095029+0000 mgr.y (mgr.24491) 19676 : audit [DBG] from='client.35082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:11:57.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:11:56.435780+0000 mon.c (mon.2) 605 : audit [DBG] from='client.? 172.21.15.177:0/3760199003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:11:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:11:57] "GET /metrics HTTP/1.1" 200 188308 "" "Prometheus/2.33.4" 2024-04-20T13:11:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:57.408842+0000 mgr.y (mgr.24491) 19677 : cluster [DBG] pgmap v17382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:57.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:57.408842+0000 mgr.y (mgr.24491) 19677 : cluster [DBG] pgmap v17382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:57.408842+0000 mgr.y (mgr.24491) 19677 : cluster [DBG] pgmap v17382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:11:59.409592+0000 mgr.y (mgr.24491) 19678 : cluster [DBG] pgmap v17383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:11:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:11:59.409592+0000 mgr.y (mgr.24491) 19678 : cluster [DBG] pgmap v17383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:11:59.409592+0000 mgr.y (mgr.24491) 19678 : cluster [DBG] pgmap v17383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:12:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:01.410121+0000 mgr.y (mgr.24491) 19679 : cluster [DBG] pgmap v17384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:01.410121+0000 mgr.y (mgr.24491) 19679 : cluster [DBG] pgmap v17384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:01.410121+0000 mgr.y (mgr.24491) 19679 : cluster [DBG] pgmap v17384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:03.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:03.410685+0000 mgr.y (mgr.24491) 19680 : cluster [DBG] pgmap v17385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:03.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:03.410685+0000 mgr.y (mgr.24491) 19680 : cluster [DBG] pgmap v17385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:03.410685+0000 mgr.y (mgr.24491) 19680 : cluster [DBG] pgmap v17385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:05.411362+0000 mgr.y (mgr.24491) 19681 : cluster [DBG] pgmap v17386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:05.411362+0000 mgr.y (mgr.24491) 19681 : cluster [DBG] pgmap v17386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:05.411362+0000 mgr.y (mgr.24491) 19681 : cluster [DBG] pgmap v17386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:07] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T13:12:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:07.411928+0000 mgr.y (mgr.24491) 19682 : cluster [DBG] pgmap v17387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:07.411928+0000 mgr.y (mgr.24491) 19682 : cluster [DBG] pgmap v17387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:07.411928+0000 mgr.y (mgr.24491) 19682 : cluster [DBG] pgmap v17387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:09.412681+0000 mgr.y (mgr.24491) 19683 : cluster [DBG] pgmap v17388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:09.412681+0000 mgr.y (mgr.24491) 19683 : cluster [DBG] pgmap v17388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:09.412681+0000 mgr.y (mgr.24491) 19683 : cluster [DBG] pgmap v17388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:12:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:11.413017+0000 mgr.y (mgr.24491) 19684 : cluster [DBG] pgmap v17389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:11.413017+0000 mgr.y (mgr.24491) 19684 : cluster [DBG] pgmap v17389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:11.413017+0000 mgr.y (mgr.24491) 19684 : cluster [DBG] pgmap v17389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:13.413432+0000 mgr.y (mgr.24491) 19685 : cluster [DBG] pgmap v17390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:13.413432+0000 mgr.y (mgr.24491) 19685 : cluster [DBG] pgmap v17390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:13.413432+0000 mgr.y (mgr.24491) 19685 : cluster [DBG] pgmap v17390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:15.414314+0000 mgr.y (mgr.24491) 19686 : cluster [DBG] pgmap v17391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:15.414314+0000 mgr.y (mgr.24491) 19686 : cluster [DBG] pgmap v17391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:15.414314+0000 mgr.y (mgr.24491) 19686 : cluster [DBG] pgmap v17391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:17] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T13:12:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:17.414833+0000 mgr.y (mgr.24491) 19687 : cluster [DBG] pgmap v17392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:17.414833+0000 mgr.y (mgr.24491) 19687 : cluster [DBG] pgmap v17392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:17.414833+0000 mgr.y (mgr.24491) 19687 : cluster [DBG] pgmap v17392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:19.415429+0000 mgr.y (mgr.24491) 19688 : cluster [DBG] pgmap v17393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:19.415429+0000 mgr.y (mgr.24491) 19688 : cluster [DBG] pgmap v17393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:19.415429+0000 mgr.y (mgr.24491) 19688 : cluster [DBG] pgmap v17393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:12:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:21.415972+0000 mgr.y (mgr.24491) 19689 : cluster [DBG] pgmap v17394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:21.415972+0000 mgr.y (mgr.24491) 19689 : cluster [DBG] pgmap v17394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:21.415972+0000 mgr.y (mgr.24491) 19689 : cluster [DBG] pgmap v17394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:23.416440+0000 mgr.y (mgr.24491) 19690 : cluster [DBG] pgmap v17395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:23.416440+0000 mgr.y (mgr.24491) 19690 : cluster [DBG] pgmap v17395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:23.416440+0000 mgr.y (mgr.24491) 19690 : cluster [DBG] pgmap v17395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:25.417210+0000 mgr.y (mgr.24491) 19691 : cluster [DBG] pgmap v17396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:25.417210+0000 mgr.y (mgr.24491) 19691 : cluster [DBG] pgmap v17396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:25.417210+0000 mgr.y (mgr.24491) 19691 : cluster [DBG] pgmap v17396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:26.746 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:12:27.020 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:12:27.021 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:12:27.021 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 9m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:12:27.021 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 9m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:12:27.021 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 9m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:12:27.021 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:12:27.021 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:12:27.021 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:12:27.021 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:12:27.022 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:12:27.022 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 9m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:12:27.022 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 9m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:12:27.022 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:12:27.022 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:12:27.022 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:12:27.022 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:12:27.022 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:12:27.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:12:27.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:12:27.023 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:12:27.023 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:12:27.356 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:12:27.357 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:12:27.357 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:12:27.357 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:12:27.357 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:12:27.357 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:12:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:12:27.356881+0000 mon.a (mon.0) 4054 : audit [DBG] from='client.? 172.21.15.177:0/30271105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:12:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:12:27.356881+0000 mon.a (mon.0) 4054 : audit [DBG] from='client.? 172.21.15.177:0/30271105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:12:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:12:27.356881+0000 mon.a (mon.0) 4054 : audit [DBG] from='client.? 172.21.15.177:0/30271105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:12:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:27] "GET /metrics HTTP/1.1" 200 188307 "" "Prometheus/2.33.4" 2024-04-20T13:12:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:12:26.735641+0000 mgr.y (mgr.24491) 19692 : audit [DBG] from='client.45002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:12:27.014086+0000 mgr.y (mgr.24491) 19693 : audit [DBG] from='client.45008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:28.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:27.417561+0000 mgr.y (mgr.24491) 19694 : cluster [DBG] pgmap v17397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:12:26.735641+0000 mgr.y (mgr.24491) 19692 : audit [DBG] from='client.45002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:12:27.014086+0000 mgr.y (mgr.24491) 19693 : audit [DBG] from='client.45008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:27.417561+0000 mgr.y (mgr.24491) 19694 : cluster [DBG] pgmap v17397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:12:26.735641+0000 mgr.y (mgr.24491) 19692 : audit [DBG] from='client.45002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:12:27.014086+0000 mgr.y (mgr.24491) 19693 : audit [DBG] from='client.45008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:27.417561+0000 mgr.y (mgr.24491) 19694 : cluster [DBG] pgmap v17397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:29.418375+0000 mgr.y (mgr.24491) 19695 : cluster [DBG] pgmap v17398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:29.418375+0000 mgr.y (mgr.24491) 19695 : cluster [DBG] pgmap v17398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:29.418375+0000 mgr.y (mgr.24491) 19695 : cluster [DBG] pgmap v17398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:12:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:31.418893+0000 mgr.y (mgr.24491) 19696 : cluster [DBG] pgmap v17399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:31.418893+0000 mgr.y (mgr.24491) 19696 : cluster [DBG] pgmap v17399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:31.418893+0000 mgr.y (mgr.24491) 19696 : cluster [DBG] pgmap v17399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:33.419354+0000 mgr.y (mgr.24491) 19697 : cluster [DBG] pgmap v17400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:33.419354+0000 mgr.y (mgr.24491) 19697 : cluster [DBG] pgmap v17400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:33.419354+0000 mgr.y (mgr.24491) 19697 : cluster [DBG] pgmap v17400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:12:34.818589+0000 mon.a (mon.0) 4055 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:12:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:12:34.818589+0000 mon.a (mon.0) 4055 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:12:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:12:34.818589+0000 mon.a (mon.0) 4055 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:12:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:12:35.113230+0000 mon.a (mon.0) 4056 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:12:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:12:35.113850+0000 mon.a (mon.0) 4057 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:12:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:12:35.118561+0000 mon.a (mon.0) 4058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:12:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:35.420074+0000 mgr.y (mgr.24491) 19698 : cluster [DBG] pgmap v17401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:12:35.113230+0000 mon.a (mon.0) 4056 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:12:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:12:35.113850+0000 mon.a (mon.0) 4057 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:12:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:12:35.118561+0000 mon.a (mon.0) 4058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:12:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:35.420074+0000 mgr.y (mgr.24491) 19698 : cluster [DBG] pgmap v17401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:12:35.113230+0000 mon.a (mon.0) 4056 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:12:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:12:35.113850+0000 mon.a (mon.0) 4057 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:12:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:12:35.118561+0000 mon.a (mon.0) 4058 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:12:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:35.420074+0000 mgr.y (mgr.24491) 19698 : cluster [DBG] pgmap v17401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:37] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T13:12:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:37.420479+0000 mgr.y (mgr.24491) 19699 : cluster [DBG] pgmap v17402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:37.420479+0000 mgr.y (mgr.24491) 19699 : cluster [DBG] pgmap v17402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:37.420479+0000 mgr.y (mgr.24491) 19699 : cluster [DBG] pgmap v17402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:39.421093+0000 mgr.y (mgr.24491) 19700 : cluster [DBG] pgmap v17403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:39.421093+0000 mgr.y (mgr.24491) 19700 : cluster [DBG] pgmap v17403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:39.421093+0000 mgr.y (mgr.24491) 19700 : cluster [DBG] pgmap v17403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:12:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:41.421561+0000 mgr.y (mgr.24491) 19701 : cluster [DBG] pgmap v17404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:41.421561+0000 mgr.y (mgr.24491) 19701 : cluster [DBG] pgmap v17404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:41.421561+0000 mgr.y (mgr.24491) 19701 : cluster [DBG] pgmap v17404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:43.422107+0000 mgr.y (mgr.24491) 19702 : cluster [DBG] pgmap v17405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:43.422107+0000 mgr.y (mgr.24491) 19702 : cluster [DBG] pgmap v17405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:43.422107+0000 mgr.y (mgr.24491) 19702 : cluster [DBG] pgmap v17405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:45.422757+0000 mgr.y (mgr.24491) 19703 : cluster [DBG] pgmap v17406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:45.422757+0000 mgr.y (mgr.24491) 19703 : cluster [DBG] pgmap v17406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:45.422757+0000 mgr.y (mgr.24491) 19703 : cluster [DBG] pgmap v17406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:47.423150+0000 mgr.y (mgr.24491) 19704 : cluster [DBG] pgmap v17407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:47] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T13:12:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:47.423150+0000 mgr.y (mgr.24491) 19704 : cluster [DBG] pgmap v17407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:47.423150+0000 mgr.y (mgr.24491) 19704 : cluster [DBG] pgmap v17407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:49.424061+0000 mgr.y (mgr.24491) 19705 : cluster [DBG] pgmap v17408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:49.424061+0000 mgr.y (mgr.24491) 19705 : cluster [DBG] pgmap v17408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:49.424061+0000 mgr.y (mgr.24491) 19705 : cluster [DBG] pgmap v17408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:12:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:51.424571+0000 mgr.y (mgr.24491) 19706 : cluster [DBG] pgmap v17409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:51.424571+0000 mgr.y (mgr.24491) 19706 : cluster [DBG] pgmap v17409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:52.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:51.424571+0000 mgr.y (mgr.24491) 19706 : cluster [DBG] pgmap v17409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:53.425058+0000 mgr.y (mgr.24491) 19707 : cluster [DBG] pgmap v17410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:53.425058+0000 mgr.y (mgr.24491) 19707 : cluster [DBG] pgmap v17410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:53.425058+0000 mgr.y (mgr.24491) 19707 : cluster [DBG] pgmap v17410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:55.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:55.425826+0000 mgr.y (mgr.24491) 19708 : cluster [DBG] pgmap v17411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:55.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:55.425826+0000 mgr.y (mgr.24491) 19708 : cluster [DBG] pgmap v17411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:55.425826+0000 mgr.y (mgr.24491) 19708 : cluster [DBG] pgmap v17411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:57.669 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:12:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:12:57] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T13:12:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:57.426211+0000 mgr.y (mgr.24491) 19709 : cluster [DBG] pgmap v17412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:57.426211+0000 mgr.y (mgr.24491) 19709 : cluster [DBG] pgmap v17412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:57.943 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:12:57.943 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:12:57.943 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 9m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:12:57.943 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 9m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:12:57.943 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 9m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:12:57.943 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:12:57.943 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:12:57.943 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:12:57.943 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:12:57.943 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:12:57.943 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 9m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:12:57.944 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 9m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:12:57.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:12:57.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:12:57.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:12:57.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:12:57.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:12:57.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:12:57.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:12:57.944 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:12:57.944 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:12:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:57.426211+0000 mgr.y (mgr.24491) 19709 : cluster [DBG] pgmap v17412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:58.273 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:12:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:12:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:12:58.275 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:12:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:12:57.657901+0000 mgr.y (mgr.24491) 19710 : audit [DBG] from='client.35112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:12:57.936681+0000 mgr.y (mgr.24491) 19711 : audit [DBG] from='client.35118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:12:58.274542+0000 mon.c (mon.2) 606 : audit [DBG] from='client.? 172.21.15.177:0/4006846191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:12:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:12:57.657901+0000 mgr.y (mgr.24491) 19710 : audit [DBG] from='client.35112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:12:57.936681+0000 mgr.y (mgr.24491) 19711 : audit [DBG] from='client.35118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:12:58.274542+0000 mon.c (mon.2) 606 : audit [DBG] from='client.? 172.21.15.177:0/4006846191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:12:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:12:57.657901+0000 mgr.y (mgr.24491) 19710 : audit [DBG] from='client.35112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:59.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:12:57.936681+0000 mgr.y (mgr.24491) 19711 : audit [DBG] from='client.35118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:12:59.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:12:58.274542+0000 mon.c (mon.2) 606 : audit [DBG] from='client.? 172.21.15.177:0/4006846191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:12:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:12:59.426907+0000 mgr.y (mgr.24491) 19712 : cluster [DBG] pgmap v17413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:12:59.426907+0000 mgr.y (mgr.24491) 19712 : cluster [DBG] pgmap v17413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:12:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:12:59.426907+0000 mgr.y (mgr.24491) 19712 : cluster [DBG] pgmap v17413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:13:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:01.427325+0000 mgr.y (mgr.24491) 19713 : cluster [DBG] pgmap v17414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:01.427325+0000 mgr.y (mgr.24491) 19713 : cluster [DBG] pgmap v17414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:01.427325+0000 mgr.y (mgr.24491) 19713 : cluster [DBG] pgmap v17414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:03.427832+0000 mgr.y (mgr.24491) 19714 : cluster [DBG] pgmap v17415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:03.427832+0000 mgr.y (mgr.24491) 19714 : cluster [DBG] pgmap v17415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:03.427832+0000 mgr.y (mgr.24491) 19714 : cluster [DBG] pgmap v17415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:05.428647+0000 mgr.y (mgr.24491) 19715 : cluster [DBG] pgmap v17416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:05.428647+0000 mgr.y (mgr.24491) 19715 : cluster [DBG] pgmap v17416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:05.428647+0000 mgr.y (mgr.24491) 19715 : cluster [DBG] pgmap v17416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:07] "GET /metrics HTTP/1.1" 200 188315 "" "Prometheus/2.33.4" 2024-04-20T13:13:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:07.429105+0000 mgr.y (mgr.24491) 19716 : cluster [DBG] pgmap v17417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:07.429105+0000 mgr.y (mgr.24491) 19716 : cluster [DBG] pgmap v17417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:07.429105+0000 mgr.y (mgr.24491) 19716 : cluster [DBG] pgmap v17417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:09.429719+0000 mgr.y (mgr.24491) 19717 : cluster [DBG] pgmap v17418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:09.429719+0000 mgr.y (mgr.24491) 19717 : cluster [DBG] pgmap v17418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:09.429719+0000 mgr.y (mgr.24491) 19717 : cluster [DBG] pgmap v17418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:13:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:11.430266+0000 mgr.y (mgr.24491) 19718 : cluster [DBG] pgmap v17419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:11.430266+0000 mgr.y (mgr.24491) 19718 : cluster [DBG] pgmap v17419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:11.430266+0000 mgr.y (mgr.24491) 19718 : cluster [DBG] pgmap v17419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:13.430859+0000 mgr.y (mgr.24491) 19719 : cluster [DBG] pgmap v17420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:13.430859+0000 mgr.y (mgr.24491) 19719 : cluster [DBG] pgmap v17420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:13.430859+0000 mgr.y (mgr.24491) 19719 : cluster [DBG] pgmap v17420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:15.431557+0000 mgr.y (mgr.24491) 19720 : cluster [DBG] pgmap v17421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:15.431557+0000 mgr.y (mgr.24491) 19720 : cluster [DBG] pgmap v17421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:15.431557+0000 mgr.y (mgr.24491) 19720 : cluster [DBG] pgmap v17421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T13:13:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:17.432096+0000 mgr.y (mgr.24491) 19721 : cluster [DBG] pgmap v17422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:17.432096+0000 mgr.y (mgr.24491) 19721 : cluster [DBG] pgmap v17422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:17.432096+0000 mgr.y (mgr.24491) 19721 : cluster [DBG] pgmap v17422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:19.432752+0000 mgr.y (mgr.24491) 19722 : cluster [DBG] pgmap v17423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:19.432752+0000 mgr.y (mgr.24491) 19722 : cluster [DBG] pgmap v17423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:19.432752+0000 mgr.y (mgr.24491) 19722 : cluster [DBG] pgmap v17423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:13:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:21.433105+0000 mgr.y (mgr.24491) 19723 : cluster [DBG] pgmap v17424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:21.433105+0000 mgr.y (mgr.24491) 19723 : cluster [DBG] pgmap v17424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:21.433105+0000 mgr.y (mgr.24491) 19723 : cluster [DBG] pgmap v17424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:23.433474+0000 mgr.y (mgr.24491) 19724 : cluster [DBG] pgmap v17425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:23.433474+0000 mgr.y (mgr.24491) 19724 : cluster [DBG] pgmap v17425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:23.433474+0000 mgr.y (mgr.24491) 19724 : cluster [DBG] pgmap v17425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:25.434372+0000 mgr.y (mgr.24491) 19725 : cluster [DBG] pgmap v17426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:25.434372+0000 mgr.y (mgr.24491) 19725 : cluster [DBG] pgmap v17426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:25.434372+0000 mgr.y (mgr.24491) 19725 : cluster [DBG] pgmap v17426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T13:13:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:27.434934+0000 mgr.y (mgr.24491) 19726 : cluster [DBG] pgmap v17427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:27.434934+0000 mgr.y (mgr.24491) 19726 : cluster [DBG] pgmap v17427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:27.434934+0000 mgr.y (mgr.24491) 19726 : cluster [DBG] pgmap v17427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:28.586 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:13:28.859 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:13:28.859 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 10m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 10m ago 9h 63.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 10m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 10m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 10m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 10m ago 9h 481M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 10m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 10m ago 9h 843M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 10m ago 9h 848M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 10m ago 9h 24.6M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 10m ago 9h 25.1M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 10m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 10m ago 9h 46.8M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 10m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 10m ago 9h 42.8M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 10m ago 9h 45.6M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:13:28.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 10m ago 9h 44.1M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:13:28.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 10m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:13:28.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 10m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:13:28.861 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 10m ago 9h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:13:29.197 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:13:29.197 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:13:29.197 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:13:29.197 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:13:29.197 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:13:29.197 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:13:29.197 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:13:29.197 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:13:29.197 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:13:29.197 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:13:29.198 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:13:29.198 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:13:29.198 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:13:29.198 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:13:29.198 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:13:29.198 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:13:29.198 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:13:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:13:29.198049+0000 mon.a (mon.0) 4059 : audit [DBG] from='client.? 172.21.15.177:0/1123197662' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:13:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:13:29.198049+0000 mon.a (mon.0) 4059 : audit [DBG] from='client.? 172.21.15.177:0/1123197662' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:13:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:13:29.198049+0000 mon.a (mon.0) 4059 : audit [DBG] from='client.? 172.21.15.177:0/1123197662' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:13:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:13:28.574915+0000 mgr.y (mgr.24491) 19727 : audit [DBG] from='client.35130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:13:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:13:28.852901+0000 mgr.y (mgr.24491) 19728 : audit [DBG] from='client.35136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:13:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:29.435827+0000 mgr.y (mgr.24491) 19729 : cluster [DBG] pgmap v17428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:13:28.574915+0000 mgr.y (mgr.24491) 19727 : audit [DBG] from='client.35130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:13:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:13:28.852901+0000 mgr.y (mgr.24491) 19728 : audit [DBG] from='client.35136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:13:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:29.435827+0000 mgr.y (mgr.24491) 19729 : cluster [DBG] pgmap v17428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:13:28.574915+0000 mgr.y (mgr.24491) 19727 : audit [DBG] from='client.35130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:13:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:13:28.852901+0000 mgr.y (mgr.24491) 19728 : audit [DBG] from='client.35136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:13:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:29.435827+0000 mgr.y (mgr.24491) 19729 : cluster [DBG] pgmap v17428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:13:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:31.436270+0000 mgr.y (mgr.24491) 19730 : cluster [DBG] pgmap v17429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:31.436270+0000 mgr.y (mgr.24491) 19730 : cluster [DBG] pgmap v17429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:31.436270+0000 mgr.y (mgr.24491) 19730 : cluster [DBG] pgmap v17429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:33.436786+0000 mgr.y (mgr.24491) 19731 : cluster [DBG] pgmap v17430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:33.436786+0000 mgr.y (mgr.24491) 19731 : cluster [DBG] pgmap v17430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:33.436786+0000 mgr.y (mgr.24491) 19731 : cluster [DBG] pgmap v17430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:13:35.124044+0000 mon.a (mon.0) 4060 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:13:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:13:35.124044+0000 mon.a (mon.0) 4060 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:13:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:13:35.124044+0000 mon.a (mon.0) 4060 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:13:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:35.437399+0000 mgr.y (mgr.24491) 19732 : cluster [DBG] pgmap v17431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:36.637 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:35.437399+0000 mgr.y (mgr.24491) 19732 : cluster [DBG] pgmap v17431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:36.637 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:35.437399+0000 mgr.y (mgr.24491) 19732 : cluster [DBG] pgmap v17431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:37.438009+0000 mgr.y (mgr.24491) 19733 : cluster [DBG] pgmap v17432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:37.438009+0000 mgr.y (mgr.24491) 19733 : cluster [DBG] pgmap v17432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:37.438009+0000 mgr.y (mgr.24491) 19733 : cluster [DBG] pgmap v17432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:37] "GET /metrics HTTP/1.1" 200 188314 "" "Prometheus/2.33.4" 2024-04-20T13:13:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:13:37.703034+0000 mon.a (mon.0) 4061 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:13:39.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:13:38.586267+0000 mon.a (mon.0) 4062 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:13:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:13:37.703034+0000 mon.a (mon.0) 4061 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:13:39.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:13:38.586267+0000 mon.a (mon.0) 4062 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:13:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:13:37.703034+0000 mon.a (mon.0) 4061 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:13:39.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:13:38.586267+0000 mon.a (mon.0) 4062 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:13:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:13:38.867592+0000 mon.a (mon.0) 4063 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:13:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:13:38.868571+0000 mon.a (mon.0) 4064 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:13:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:13:38.874490+0000 mon.a (mon.0) 4065 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:13:40.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:39.438799+0000 mgr.y (mgr.24491) 19734 : cluster [DBG] pgmap v17433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:13:38.867592+0000 mon.a (mon.0) 4063 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:13:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:13:38.868571+0000 mon.a (mon.0) 4064 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:13:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:13:38.874490+0000 mon.a (mon.0) 4065 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:13:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:39.438799+0000 mgr.y (mgr.24491) 19734 : cluster [DBG] pgmap v17433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:13:38.867592+0000 mon.a (mon.0) 4063 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:13:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:13:38.868571+0000 mon.a (mon.0) 4064 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:13:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:13:38.874490+0000 mon.a (mon.0) 4065 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:13:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:39.438799+0000 mgr.y (mgr.24491) 19734 : cluster [DBG] pgmap v17433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:13:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:41.439255+0000 mgr.y (mgr.24491) 19735 : cluster [DBG] pgmap v17434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:41.439255+0000 mgr.y (mgr.24491) 19735 : cluster [DBG] pgmap v17434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:41.439255+0000 mgr.y (mgr.24491) 19735 : cluster [DBG] pgmap v17434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:43.439653+0000 mgr.y (mgr.24491) 19736 : cluster [DBG] pgmap v17435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:43.439653+0000 mgr.y (mgr.24491) 19736 : cluster [DBG] pgmap v17435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:43.439653+0000 mgr.y (mgr.24491) 19736 : cluster [DBG] pgmap v17435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:45.440265+0000 mgr.y (mgr.24491) 19737 : cluster [DBG] pgmap v17436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:45.440265+0000 mgr.y (mgr.24491) 19737 : cluster [DBG] pgmap v17436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:45.440265+0000 mgr.y (mgr.24491) 19737 : cluster [DBG] pgmap v17436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:47] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T13:13:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:47.440674+0000 mgr.y (mgr.24491) 19738 : cluster [DBG] pgmap v17437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:47.440674+0000 mgr.y (mgr.24491) 19738 : cluster [DBG] pgmap v17437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:47.440674+0000 mgr.y (mgr.24491) 19738 : cluster [DBG] pgmap v17437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:49.441249+0000 mgr.y (mgr.24491) 19739 : cluster [DBG] pgmap v17438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:49.441249+0000 mgr.y (mgr.24491) 19739 : cluster [DBG] pgmap v17438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:49.441249+0000 mgr.y (mgr.24491) 19739 : cluster [DBG] pgmap v17438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:13:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:51.441808+0000 mgr.y (mgr.24491) 19740 : cluster [DBG] pgmap v17439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:51.441808+0000 mgr.y (mgr.24491) 19740 : cluster [DBG] pgmap v17439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:51.441808+0000 mgr.y (mgr.24491) 19740 : cluster [DBG] pgmap v17439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:53.442373+0000 mgr.y (mgr.24491) 19741 : cluster [DBG] pgmap v17440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:53.442373+0000 mgr.y (mgr.24491) 19741 : cluster [DBG] pgmap v17440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:53.442373+0000 mgr.y (mgr.24491) 19741 : cluster [DBG] pgmap v17440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:55.443170+0000 mgr.y (mgr.24491) 19742 : cluster [DBG] pgmap v17441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:55.443170+0000 mgr.y (mgr.24491) 19742 : cluster [DBG] pgmap v17441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:55.443170+0000 mgr.y (mgr.24491) 19742 : cluster [DBG] pgmap v17441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:13:57] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T13:13:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:57.443724+0000 mgr.y (mgr.24491) 19743 : cluster [DBG] pgmap v17442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:57.443724+0000 mgr.y (mgr.24491) 19743 : cluster [DBG] pgmap v17442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:57.443724+0000 mgr.y (mgr.24491) 19743 : cluster [DBG] pgmap v17442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:59.507 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:13:59.786 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 22s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 21s ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 22s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 21s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 21s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 22s ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 22s ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 21s ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 22s ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 22s ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 21s ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 22s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 22s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 22s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:13:59.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 22s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:13:59.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 21s ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:13:59.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 21s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:13:59.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 21s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:13:59.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 21s ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:13:59.788 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 21s ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:13:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:13:59.444286+0000 mgr.y (mgr.24491) 19744 : cluster [DBG] pgmap v17443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:13:59.444286+0000 mgr.y (mgr.24491) 19744 : cluster [DBG] pgmap v17443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:13:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:13:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:13:59.444286+0000 mgr.y (mgr.24491) 19744 : cluster [DBG] pgmap v17443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:14:00.117 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:14:00.118 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:14:00.118 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:14:00.118 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:14:00.118 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:14:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:13:59.495979+0000 mgr.y (mgr.24491) 19745 : audit [DBG] from='client.35148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:13:59.780039+0000 mgr.y (mgr.24491) 19746 : audit [DBG] from='client.45062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:14:00.117950+0000 mon.a (mon.0) 4066 : audit [DBG] from='client.? 172.21.15.177:0/4200813051' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:14:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:13:59.495979+0000 mgr.y (mgr.24491) 19745 : audit [DBG] from='client.35148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:13:59.780039+0000 mgr.y (mgr.24491) 19746 : audit [DBG] from='client.45062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:14:00.117950+0000 mon.a (mon.0) 4066 : audit [DBG] from='client.? 172.21.15.177:0/4200813051' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:14:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:13:59.495979+0000 mgr.y (mgr.24491) 19745 : audit [DBG] from='client.35148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:13:59.780039+0000 mgr.y (mgr.24491) 19746 : audit [DBG] from='client.45062 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:01.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:14:00.117950+0000 mon.a (mon.0) 4066 : audit [DBG] from='client.? 172.21.15.177:0/4200813051' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:14:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:14:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:01.444634+0000 mgr.y (mgr.24491) 19747 : cluster [DBG] pgmap v17444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:01.444634+0000 mgr.y (mgr.24491) 19747 : cluster [DBG] pgmap v17444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:01.444634+0000 mgr.y (mgr.24491) 19747 : cluster [DBG] pgmap v17444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:03.445099+0000 mgr.y (mgr.24491) 19748 : cluster [DBG] pgmap v17445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:03.445099+0000 mgr.y (mgr.24491) 19748 : cluster [DBG] pgmap v17445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:03.445099+0000 mgr.y (mgr.24491) 19748 : cluster [DBG] pgmap v17445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:05.445804+0000 mgr.y (mgr.24491) 19749 : cluster [DBG] pgmap v17446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:05.445804+0000 mgr.y (mgr.24491) 19749 : cluster [DBG] pgmap v17446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:05.445804+0000 mgr.y (mgr.24491) 19749 : cluster [DBG] pgmap v17446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:07] "GET /metrics HTTP/1.1" 200 188310 "" "Prometheus/2.33.4" 2024-04-20T13:14:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:07.446182+0000 mgr.y (mgr.24491) 19750 : cluster [DBG] pgmap v17447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:07.446182+0000 mgr.y (mgr.24491) 19750 : cluster [DBG] pgmap v17447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:07.446182+0000 mgr.y (mgr.24491) 19750 : cluster [DBG] pgmap v17447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:09.446781+0000 mgr.y (mgr.24491) 19751 : cluster [DBG] pgmap v17448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:09.446781+0000 mgr.y (mgr.24491) 19751 : cluster [DBG] pgmap v17448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:10.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:09.446781+0000 mgr.y (mgr.24491) 19751 : cluster [DBG] pgmap v17448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:14:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:11.447207+0000 mgr.y (mgr.24491) 19752 : cluster [DBG] pgmap v17449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:11.447207+0000 mgr.y (mgr.24491) 19752 : cluster [DBG] pgmap v17449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:11.447207+0000 mgr.y (mgr.24491) 19752 : cluster [DBG] pgmap v17449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:13.447575+0000 mgr.y (mgr.24491) 19753 : cluster [DBG] pgmap v17450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:13.447575+0000 mgr.y (mgr.24491) 19753 : cluster [DBG] pgmap v17450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:13.447575+0000 mgr.y (mgr.24491) 19753 : cluster [DBG] pgmap v17450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:15.448314+0000 mgr.y (mgr.24491) 19754 : cluster [DBG] pgmap v17451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:15.448314+0000 mgr.y (mgr.24491) 19754 : cluster [DBG] pgmap v17451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:15.448314+0000 mgr.y (mgr.24491) 19754 : cluster [DBG] pgmap v17451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:17] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T13:14:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:17.448798+0000 mgr.y (mgr.24491) 19755 : cluster [DBG] pgmap v17452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:17.448798+0000 mgr.y (mgr.24491) 19755 : cluster [DBG] pgmap v17452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:17.448798+0000 mgr.y (mgr.24491) 19755 : cluster [DBG] pgmap v17452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:19.449577+0000 mgr.y (mgr.24491) 19756 : cluster [DBG] pgmap v17453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:19.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:19.449577+0000 mgr.y (mgr.24491) 19756 : cluster [DBG] pgmap v17453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:19.449577+0000 mgr.y (mgr.24491) 19756 : cluster [DBG] pgmap v17453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:14:21.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:21.450081+0000 mgr.y (mgr.24491) 19757 : cluster [DBG] pgmap v17454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:21.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:21.450081+0000 mgr.y (mgr.24491) 19757 : cluster [DBG] pgmap v17454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:21.450081+0000 mgr.y (mgr.24491) 19757 : cluster [DBG] pgmap v17454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:23.450645+0000 mgr.y (mgr.24491) 19758 : cluster [DBG] pgmap v17455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:23.450645+0000 mgr.y (mgr.24491) 19758 : cluster [DBG] pgmap v17455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:23.450645+0000 mgr.y (mgr.24491) 19758 : cluster [DBG] pgmap v17455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:25.451528+0000 mgr.y (mgr.24491) 19759 : cluster [DBG] pgmap v17456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:25.451528+0000 mgr.y (mgr.24491) 19759 : cluster [DBG] pgmap v17456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:25.451528+0000 mgr.y (mgr.24491) 19759 : cluster [DBG] pgmap v17456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:27] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T13:14:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:27.452077+0000 mgr.y (mgr.24491) 19760 : cluster [DBG] pgmap v17457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:27.452077+0000 mgr.y (mgr.24491) 19760 : cluster [DBG] pgmap v17457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:27.452077+0000 mgr.y (mgr.24491) 19760 : cluster [DBG] pgmap v17457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:29.452831+0000 mgr.y (mgr.24491) 19761 : cluster [DBG] pgmap v17458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:29.452831+0000 mgr.y (mgr.24491) 19761 : cluster [DBG] pgmap v17458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:29.452831+0000 mgr.y (mgr.24491) 19761 : cluster [DBG] pgmap v17458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:30.424 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:14:30.700 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:14:30.701 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 52s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:14:30.701 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 52s ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:14:30.701 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 52s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:14:30.701 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 52s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:14:30.701 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 52s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:14:30.701 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 52s ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:14:30.701 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 53s ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:14:30.701 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 52s ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:14:30.701 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 52s ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:14:30.702 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 52s ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:14:30.702 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 52s ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:14:30.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 52s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:14:30.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 52s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:14:30.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 52s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:14:30.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 52s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:14:30.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 52s ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:14:30.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 52s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:14:30.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 52s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:14:30.702 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 52s ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:14:30.702 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 52s ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:14:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:14:30.412624+0000 mgr.y (mgr.24491) 19762 : audit [DBG] from='client.35166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:14:30.412624+0000 mgr.y (mgr.24491) 19762 : audit [DBG] from='client.35166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:14:30.412624+0000 mgr.y (mgr.24491) 19762 : audit [DBG] from='client.35166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:31.035 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:14:31.035 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:14:31.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:14:31.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:14:31.035 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:14:31.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:14:31.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:14:31.035 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:14:31.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:14:31.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:14:31.035 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:14:31.036 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:14:31.036 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:14:31.036 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:14:31.036 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:14:31.036 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:14:31.036 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:14:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:14:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:14:30.694180+0000 mgr.y (mgr.24491) 19763 : audit [DBG] from='client.45080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:14:31.036166+0000 mon.c (mon.2) 607 : audit [DBG] from='client.? 172.21.15.177:0/2238386834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:14:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:31.453402+0000 mgr.y (mgr.24491) 19764 : cluster [DBG] pgmap v17459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:14:30.694180+0000 mgr.y (mgr.24491) 19763 : audit [DBG] from='client.45080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:14:31.036166+0000 mon.c (mon.2) 607 : audit [DBG] from='client.? 172.21.15.177:0/2238386834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:14:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:31.453402+0000 mgr.y (mgr.24491) 19764 : cluster [DBG] pgmap v17459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:14:30.694180+0000 mgr.y (mgr.24491) 19763 : audit [DBG] from='client.45080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:14:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:14:31.036166+0000 mon.c (mon.2) 607 : audit [DBG] from='client.? 172.21.15.177:0/2238386834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:14:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:31.453402+0000 mgr.y (mgr.24491) 19764 : cluster [DBG] pgmap v17459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:33.453916+0000 mgr.y (mgr.24491) 19765 : cluster [DBG] pgmap v17460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:33.453916+0000 mgr.y (mgr.24491) 19765 : cluster [DBG] pgmap v17460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:33.453916+0000 mgr.y (mgr.24491) 19765 : cluster [DBG] pgmap v17460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:35.454496+0000 mgr.y (mgr.24491) 19766 : cluster [DBG] pgmap v17461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:35.454496+0000 mgr.y (mgr.24491) 19766 : cluster [DBG] pgmap v17461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:35.454496+0000 mgr.y (mgr.24491) 19766 : cluster [DBG] pgmap v17461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:37] "GET /metrics HTTP/1.1" 200 188313 "" "Prometheus/2.33.4" 2024-04-20T13:14:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:37.454999+0000 mgr.y (mgr.24491) 19767 : cluster [DBG] pgmap v17462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:37.454999+0000 mgr.y (mgr.24491) 19767 : cluster [DBG] pgmap v17462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:37.454999+0000 mgr.y (mgr.24491) 19767 : cluster [DBG] pgmap v17462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:14:38.879755+0000 mon.a (mon.0) 4067 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:14:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:14:38.879755+0000 mon.a (mon.0) 4067 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:14:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:14:38.879755+0000 mon.a (mon.0) 4067 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:14:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:14:39.176110+0000 mon.a (mon.0) 4068 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:14:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:14:39.176784+0000 mon.a (mon.0) 4069 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:14:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:14:39.181344+0000 mon.a (mon.0) 4070 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:14:40.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:39.455792+0000 mgr.y (mgr.24491) 19768 : cluster [DBG] pgmap v17463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:14:39.176110+0000 mon.a (mon.0) 4068 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:14:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:14:39.176784+0000 mon.a (mon.0) 4069 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:14:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:14:39.181344+0000 mon.a (mon.0) 4070 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:14:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:39.455792+0000 mgr.y (mgr.24491) 19768 : cluster [DBG] pgmap v17463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:14:39.176110+0000 mon.a (mon.0) 4068 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:14:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:14:39.176784+0000 mon.a (mon.0) 4069 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:14:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:14:39.181344+0000 mon.a (mon.0) 4070 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:14:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:39.455792+0000 mgr.y (mgr.24491) 19768 : cluster [DBG] pgmap v17463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:14:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:41.456221+0000 mgr.y (mgr.24491) 19769 : cluster [DBG] pgmap v17464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:41.456221+0000 mgr.y (mgr.24491) 19769 : cluster [DBG] pgmap v17464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:41.456221+0000 mgr.y (mgr.24491) 19769 : cluster [DBG] pgmap v17464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:43.456715+0000 mgr.y (mgr.24491) 19770 : cluster [DBG] pgmap v17465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:43.456715+0000 mgr.y (mgr.24491) 19770 : cluster [DBG] pgmap v17465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:43.456715+0000 mgr.y (mgr.24491) 19770 : cluster [DBG] pgmap v17465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:45.457480+0000 mgr.y (mgr.24491) 19771 : cluster [DBG] pgmap v17466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:45.457480+0000 mgr.y (mgr.24491) 19771 : cluster [DBG] pgmap v17466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:46.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:45.457480+0000 mgr.y (mgr.24491) 19771 : cluster [DBG] pgmap v17466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:47] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T13:14:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:47.458070+0000 mgr.y (mgr.24491) 19772 : cluster [DBG] pgmap v17467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:47.458070+0000 mgr.y (mgr.24491) 19772 : cluster [DBG] pgmap v17467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:47.458070+0000 mgr.y (mgr.24491) 19772 : cluster [DBG] pgmap v17467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:49.458792+0000 mgr.y (mgr.24491) 19773 : cluster [DBG] pgmap v17468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:49.458792+0000 mgr.y (mgr.24491) 19773 : cluster [DBG] pgmap v17468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:49.458792+0000 mgr.y (mgr.24491) 19773 : cluster [DBG] pgmap v17468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:14:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:51.459395+0000 mgr.y (mgr.24491) 19774 : cluster [DBG] pgmap v17469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:51.459395+0000 mgr.y (mgr.24491) 19774 : cluster [DBG] pgmap v17469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:51.459395+0000 mgr.y (mgr.24491) 19774 : cluster [DBG] pgmap v17469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:53.460015+0000 mgr.y (mgr.24491) 19775 : cluster [DBG] pgmap v17470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:53.460015+0000 mgr.y (mgr.24491) 19775 : cluster [DBG] pgmap v17470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:53.460015+0000 mgr.y (mgr.24491) 19775 : cluster [DBG] pgmap v17470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:55.460671+0000 mgr.y (mgr.24491) 19776 : cluster [DBG] pgmap v17471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:55.460671+0000 mgr.y (mgr.24491) 19776 : cluster [DBG] pgmap v17471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:55.460671+0000 mgr.y (mgr.24491) 19776 : cluster [DBG] pgmap v17471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:14:57] "GET /metrics HTTP/1.1" 200 188311 "" "Prometheus/2.33.4" 2024-04-20T13:14:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:57.461296+0000 mgr.y (mgr.24491) 19777 : cluster [DBG] pgmap v17472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:57.461296+0000 mgr.y (mgr.24491) 19777 : cluster [DBG] pgmap v17472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:57.461296+0000 mgr.y (mgr.24491) 19777 : cluster [DBG] pgmap v17472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:14:59.462102+0000 mgr.y (mgr.24491) 19778 : cluster [DBG] pgmap v17473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:14:59.462102+0000 mgr.y (mgr.24491) 19778 : cluster [DBG] pgmap v17473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:14:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:14:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:14:59.462102+0000 mgr.y (mgr.24491) 19778 : cluster [DBG] pgmap v17473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:01.347 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:15:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:15:01.622 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:15:01.623 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 83s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:15:01.623 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 83s ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:15:01.623 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 83s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:15:01.623 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 83s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:15:01.623 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 83s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:15:01.623 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 83s ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:15:01.623 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 83s ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:15:01.623 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 83s ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:15:01.623 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 83s ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:15:01.623 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 83s ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:15:01.624 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 83s ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:15:01.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 83s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:15:01.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 83s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:15:01.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 83s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:15:01.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 83s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:15:01.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 83s ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:15:01.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 83s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:15:01.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 83s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:15:01.624 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 83s ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:15:01.624 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 83s ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:15:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:15:01.335925+0000 mgr.y (mgr.24491) 19779 : audit [DBG] from='client.35184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:01.462468+0000 mgr.y (mgr.24491) 19780 : cluster [DBG] pgmap v17474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:15:01.335925+0000 mgr.y (mgr.24491) 19779 : audit [DBG] from='client.35184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:01.462468+0000 mgr.y (mgr.24491) 19780 : cluster [DBG] pgmap v17474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:01.957 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:15:01.957 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:15:01.958 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:15:01.958 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:15:01.958 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:15:01.958 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:15:01.958 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:15:01.958 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:15:01.958 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:15:01.959 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:15:01.959 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:15:01.959 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:15:01.959 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:15:01.959 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:15:01.959 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:15:01.959 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:15:01.959 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:15:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:15:01.335925+0000 mgr.y (mgr.24491) 19779 : audit [DBG] from='client.35184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:01.462468+0000 mgr.y (mgr.24491) 19780 : cluster [DBG] pgmap v17474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:15:01.616143+0000 mgr.y (mgr.24491) 19781 : audit [DBG] from='client.45098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:15:01.958480+0000 mon.c (mon.2) 608 : audit [DBG] from='client.? 172.21.15.177:0/860289100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:15:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:15:01.616143+0000 mgr.y (mgr.24491) 19781 : audit [DBG] from='client.45098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:15:01.958480+0000 mon.c (mon.2) 608 : audit [DBG] from='client.? 172.21.15.177:0/860289100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:15:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:15:01.616143+0000 mgr.y (mgr.24491) 19781 : audit [DBG] from='client.45098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:15:01.958480+0000 mon.c (mon.2) 608 : audit [DBG] from='client.? 172.21.15.177:0/860289100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:15:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:03.463103+0000 mgr.y (mgr.24491) 19782 : cluster [DBG] pgmap v17475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:03.463103+0000 mgr.y (mgr.24491) 19782 : cluster [DBG] pgmap v17475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:03.463103+0000 mgr.y (mgr.24491) 19782 : cluster [DBG] pgmap v17475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:05.463933+0000 mgr.y (mgr.24491) 19783 : cluster [DBG] pgmap v17476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:05.463933+0000 mgr.y (mgr.24491) 19783 : cluster [DBG] pgmap v17476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:05.463933+0000 mgr.y (mgr.24491) 19783 : cluster [DBG] pgmap v17476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:15:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:07.464566+0000 mgr.y (mgr.24491) 19784 : cluster [DBG] pgmap v17477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:07.464566+0000 mgr.y (mgr.24491) 19784 : cluster [DBG] pgmap v17477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:07.464566+0000 mgr.y (mgr.24491) 19784 : cluster [DBG] pgmap v17477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:09.465465+0000 mgr.y (mgr.24491) 19785 : cluster [DBG] pgmap v17478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:09.465465+0000 mgr.y (mgr.24491) 19785 : cluster [DBG] pgmap v17478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:09.465465+0000 mgr.y (mgr.24491) 19785 : cluster [DBG] pgmap v17478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:15:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:11.465934+0000 mgr.y (mgr.24491) 19786 : cluster [DBG] pgmap v17479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:11.465934+0000 mgr.y (mgr.24491) 19786 : cluster [DBG] pgmap v17479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:11.465934+0000 mgr.y (mgr.24491) 19786 : cluster [DBG] pgmap v17479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:13.466390+0000 mgr.y (mgr.24491) 19787 : cluster [DBG] pgmap v17480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:13.466390+0000 mgr.y (mgr.24491) 19787 : cluster [DBG] pgmap v17480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:13.466390+0000 mgr.y (mgr.24491) 19787 : cluster [DBG] pgmap v17480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:15.467231+0000 mgr.y (mgr.24491) 19788 : cluster [DBG] pgmap v17481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:15.467231+0000 mgr.y (mgr.24491) 19788 : cluster [DBG] pgmap v17481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:15.467231+0000 mgr.y (mgr.24491) 19788 : cluster [DBG] pgmap v17481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:17] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:15:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:17.467950+0000 mgr.y (mgr.24491) 19789 : cluster [DBG] pgmap v17482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:17.467950+0000 mgr.y (mgr.24491) 19789 : cluster [DBG] pgmap v17482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:17.467950+0000 mgr.y (mgr.24491) 19789 : cluster [DBG] pgmap v17482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:19.468587+0000 mgr.y (mgr.24491) 19790 : cluster [DBG] pgmap v17483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:19.468587+0000 mgr.y (mgr.24491) 19790 : cluster [DBG] pgmap v17483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:19.468587+0000 mgr.y (mgr.24491) 19790 : cluster [DBG] pgmap v17483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:15:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:21.469025+0000 mgr.y (mgr.24491) 19791 : cluster [DBG] pgmap v17484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:21.469025+0000 mgr.y (mgr.24491) 19791 : cluster [DBG] pgmap v17484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:21.469025+0000 mgr.y (mgr.24491) 19791 : cluster [DBG] pgmap v17484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:23.469492+0000 mgr.y (mgr.24491) 19792 : cluster [DBG] pgmap v17485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:23.469492+0000 mgr.y (mgr.24491) 19792 : cluster [DBG] pgmap v17485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:23.469492+0000 mgr.y (mgr.24491) 19792 : cluster [DBG] pgmap v17485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:25.470239+0000 mgr.y (mgr.24491) 19793 : cluster [DBG] pgmap v17486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:25.470239+0000 mgr.y (mgr.24491) 19793 : cluster [DBG] pgmap v17486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:25.470239+0000 mgr.y (mgr.24491) 19793 : cluster [DBG] pgmap v17486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:27] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:15:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:27.470769+0000 mgr.y (mgr.24491) 19794 : cluster [DBG] pgmap v17487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:27.470769+0000 mgr.y (mgr.24491) 19794 : cluster [DBG] pgmap v17487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:27.470769+0000 mgr.y (mgr.24491) 19794 : cluster [DBG] pgmap v17487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:29.471408+0000 mgr.y (mgr.24491) 19795 : cluster [DBG] pgmap v17488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:29.471408+0000 mgr.y (mgr.24491) 19795 : cluster [DBG] pgmap v17488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:29.471408+0000 mgr.y (mgr.24491) 19795 : cluster [DBG] pgmap v17488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:15:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:31.471844+0000 mgr.y (mgr.24491) 19796 : cluster [DBG] pgmap v17489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:31.471844+0000 mgr.y (mgr.24491) 19796 : cluster [DBG] pgmap v17489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:31.471844+0000 mgr.y (mgr.24491) 19796 : cluster [DBG] pgmap v17489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:32.270 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:15:32.556 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:15:32.556 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 114s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:15:32.556 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 113s ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:15:32.556 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 114s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:15:32.556 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 113s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:15:32.556 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 113s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:15:32.556 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 114s ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:15:32.556 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 114s ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 113s ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 114s ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 114s ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 113s ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 114s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 114s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 114s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 114s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 113s ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 113s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 113s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 113s ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:15:32.557 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 113s ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:15:32.896 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:15:32.896 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:15:32.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:15:32.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:15:32.896 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:15:32.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:15:32.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:15:32.896 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:15:32.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:15:32.897 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:15:32.897 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:15:32.897 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:15:32.897 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:15:32.897 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:15:32.897 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:15:32.897 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:15:32.897 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:15:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:15:32.259629+0000 mgr.y (mgr.24491) 19797 : audit [DBG] from='client.45110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:15:32.259629+0000 mgr.y (mgr.24491) 19797 : audit [DBG] from='client.45110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:15:32.259629+0000 mgr.y (mgr.24491) 19797 : audit [DBG] from='client.45110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:15:32.549528+0000 mgr.y (mgr.24491) 19798 : audit [DBG] from='client.45116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:15:32.897102+0000 mon.a (mon.0) 4071 : audit [DBG] from='client.? 172.21.15.177:0/2663142279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:15:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:33.472215+0000 mgr.y (mgr.24491) 19799 : cluster [DBG] pgmap v17490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:15:32.549528+0000 mgr.y (mgr.24491) 19798 : audit [DBG] from='client.45116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:15:32.897102+0000 mon.a (mon.0) 4071 : audit [DBG] from='client.? 172.21.15.177:0/2663142279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:15:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:33.472215+0000 mgr.y (mgr.24491) 19799 : cluster [DBG] pgmap v17490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:15:32.549528+0000 mgr.y (mgr.24491) 19798 : audit [DBG] from='client.45116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:15:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:15:32.897102+0000 mon.a (mon.0) 4071 : audit [DBG] from='client.? 172.21.15.177:0/2663142279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:15:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:33.472215+0000 mgr.y (mgr.24491) 19799 : cluster [DBG] pgmap v17490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:35.472969+0000 mgr.y (mgr.24491) 19800 : cluster [DBG] pgmap v17491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:35.472969+0000 mgr.y (mgr.24491) 19800 : cluster [DBG] pgmap v17491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:35.472969+0000 mgr.y (mgr.24491) 19800 : cluster [DBG] pgmap v17491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:15:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:37.473447+0000 mgr.y (mgr.24491) 19801 : cluster [DBG] pgmap v17492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:37.473447+0000 mgr.y (mgr.24491) 19801 : cluster [DBG] pgmap v17492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:37.473447+0000 mgr.y (mgr.24491) 19801 : cluster [DBG] pgmap v17492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:15:39.185704+0000 mon.a (mon.0) 4072 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:15:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:15:39.185704+0000 mon.a (mon.0) 4072 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:15:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:15:39.185704+0000 mon.a (mon.0) 4072 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:15:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:39.474049+0000 mgr.y (mgr.24491) 19802 : cluster [DBG] pgmap v17493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:15:39.481351+0000 mon.a (mon.0) 4073 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:15:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:15:39.481965+0000 mon.a (mon.0) 4074 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:15:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:15:39.486092+0000 mon.a (mon.0) 4075 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:15:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:39.474049+0000 mgr.y (mgr.24491) 19802 : cluster [DBG] pgmap v17493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:15:39.481351+0000 mon.a (mon.0) 4073 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:15:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:15:39.481965+0000 mon.a (mon.0) 4074 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:15:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:15:39.486092+0000 mon.a (mon.0) 4075 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:15:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:39.474049+0000 mgr.y (mgr.24491) 19802 : cluster [DBG] pgmap v17493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:15:39.481351+0000 mon.a (mon.0) 4073 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:15:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:15:39.481965+0000 mon.a (mon.0) 4074 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:15:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:15:39.486092+0000 mon.a (mon.0) 4075 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:15:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:15:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:41.474492+0000 mgr.y (mgr.24491) 19803 : cluster [DBG] pgmap v17494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:41.474492+0000 mgr.y (mgr.24491) 19803 : cluster [DBG] pgmap v17494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:41.474492+0000 mgr.y (mgr.24491) 19803 : cluster [DBG] pgmap v17494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:43.474909+0000 mgr.y (mgr.24491) 19804 : cluster [DBG] pgmap v17495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:43.474909+0000 mgr.y (mgr.24491) 19804 : cluster [DBG] pgmap v17495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:43.474909+0000 mgr.y (mgr.24491) 19804 : cluster [DBG] pgmap v17495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:45.475605+0000 mgr.y (mgr.24491) 19805 : cluster [DBG] pgmap v17496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:45.475605+0000 mgr.y (mgr.24491) 19805 : cluster [DBG] pgmap v17496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:45.475605+0000 mgr.y (mgr.24491) 19805 : cluster [DBG] pgmap v17496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:47.476014+0000 mgr.y (mgr.24491) 19806 : cluster [DBG] pgmap v17497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:47] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:15:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:47.476014+0000 mgr.y (mgr.24491) 19806 : cluster [DBG] pgmap v17497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:47.476014+0000 mgr.y (mgr.24491) 19806 : cluster [DBG] pgmap v17497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:49.476610+0000 mgr.y (mgr.24491) 19807 : cluster [DBG] pgmap v17498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:49.476610+0000 mgr.y (mgr.24491) 19807 : cluster [DBG] pgmap v17498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:49.476610+0000 mgr.y (mgr.24491) 19807 : cluster [DBG] pgmap v17498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:51.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:15:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:51.477100+0000 mgr.y (mgr.24491) 19808 : cluster [DBG] pgmap v17499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:51.477100+0000 mgr.y (mgr.24491) 19808 : cluster [DBG] pgmap v17499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:51.477100+0000 mgr.y (mgr.24491) 19808 : cluster [DBG] pgmap v17499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:53.477553+0000 mgr.y (mgr.24491) 19809 : cluster [DBG] pgmap v17500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:53.477553+0000 mgr.y (mgr.24491) 19809 : cluster [DBG] pgmap v17500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:53.477553+0000 mgr.y (mgr.24491) 19809 : cluster [DBG] pgmap v17500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:55.478206+0000 mgr.y (mgr.24491) 19810 : cluster [DBG] pgmap v17501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:55.478206+0000 mgr.y (mgr.24491) 19810 : cluster [DBG] pgmap v17501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:55.478206+0000 mgr.y (mgr.24491) 19810 : cluster [DBG] pgmap v17501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:15:57] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:15:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:57.478594+0000 mgr.y (mgr.24491) 19811 : cluster [DBG] pgmap v17502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:57.478594+0000 mgr.y (mgr.24491) 19811 : cluster [DBG] pgmap v17502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:57.478594+0000 mgr.y (mgr.24491) 19811 : cluster [DBG] pgmap v17502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:15:59.479169+0000 mgr.y (mgr.24491) 19812 : cluster [DBG] pgmap v17503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:15:59.479169+0000 mgr.y (mgr.24491) 19812 : cluster [DBG] pgmap v17503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:15:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:15:59.479169+0000 mgr.y (mgr.24491) 19812 : cluster [DBG] pgmap v17503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:16:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:01.479723+0000 mgr.y (mgr.24491) 19813 : cluster [DBG] pgmap v17504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:01.479723+0000 mgr.y (mgr.24491) 19813 : cluster [DBG] pgmap v17504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:01.479723+0000 mgr.y (mgr.24491) 19813 : cluster [DBG] pgmap v17504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:03.207 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:16:03.484 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:16:03.484 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:16:03.484 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:16:03.484 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:16:03.485 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:16:03.485 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:16:03.485 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:16:03.485 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:16:03.485 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:16:03.485 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:16:03.485 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:16:03.485 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:16:03.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:16:03.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:16:03.486 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:16:03.486 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:16:03.486 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:16:03.486 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:16:03.486 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:16:03.486 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:16:03.486 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:16:03.822 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:16:03.822 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:16:03.822 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:16:03.822 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:16:03.822 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:16:03.822 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:16:03.822 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:16:03.822 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:16:03.822 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:16:03.823 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:16:03.823 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:16:03.823 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:16:03.823 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:16:03.823 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:16:03.823 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:16:03.823 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:16:03.823 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:16:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:16:03.196135+0000 mgr.y (mgr.24491) 19814 : audit [DBG] from='client.35220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:16:03.477536+0000 mgr.y (mgr.24491) 19815 : audit [DBG] from='client.45134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:03.480073+0000 mgr.y (mgr.24491) 19816 : cluster [DBG] pgmap v17505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:16:03.196135+0000 mgr.y (mgr.24491) 19814 : audit [DBG] from='client.35220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:16:03.477536+0000 mgr.y (mgr.24491) 19815 : audit [DBG] from='client.45134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:03.480073+0000 mgr.y (mgr.24491) 19816 : cluster [DBG] pgmap v17505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:16:03.196135+0000 mgr.y (mgr.24491) 19814 : audit [DBG] from='client.35220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:16:03.477536+0000 mgr.y (mgr.24491) 19815 : audit [DBG] from='client.45134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:03.480073+0000 mgr.y (mgr.24491) 19816 : cluster [DBG] pgmap v17505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:16:03.822924+0000 mon.a (mon.0) 4076 : audit [DBG] from='client.? 172.21.15.177:0/3558083452' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:16:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:16:03.822924+0000 mon.a (mon.0) 4076 : audit [DBG] from='client.? 172.21.15.177:0/3558083452' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:16:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:16:03.822924+0000 mon.a (mon.0) 4076 : audit [DBG] from='client.? 172.21.15.177:0/3558083452' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:16:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:05.480680+0000 mgr.y (mgr.24491) 19817 : cluster [DBG] pgmap v17506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:05.480680+0000 mgr.y (mgr.24491) 19817 : cluster [DBG] pgmap v17506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:05.480680+0000 mgr.y (mgr.24491) 19817 : cluster [DBG] pgmap v17506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:16:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:07.481183+0000 mgr.y (mgr.24491) 19818 : cluster [DBG] pgmap v17507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:07.481183+0000 mgr.y (mgr.24491) 19818 : cluster [DBG] pgmap v17507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:07.481183+0000 mgr.y (mgr.24491) 19818 : cluster [DBG] pgmap v17507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:09.481845+0000 mgr.y (mgr.24491) 19819 : cluster [DBG] pgmap v17508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:09.481845+0000 mgr.y (mgr.24491) 19819 : cluster [DBG] pgmap v17508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:09.481845+0000 mgr.y (mgr.24491) 19819 : cluster [DBG] pgmap v17508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:16:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:11.482277+0000 mgr.y (mgr.24491) 19820 : cluster [DBG] pgmap v17509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:11.482277+0000 mgr.y (mgr.24491) 19820 : cluster [DBG] pgmap v17509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:11.482277+0000 mgr.y (mgr.24491) 19820 : cluster [DBG] pgmap v17509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:13.482812+0000 mgr.y (mgr.24491) 19821 : cluster [DBG] pgmap v17510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:13.482812+0000 mgr.y (mgr.24491) 19821 : cluster [DBG] pgmap v17510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:13.482812+0000 mgr.y (mgr.24491) 19821 : cluster [DBG] pgmap v17510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:15.483593+0000 mgr.y (mgr.24491) 19822 : cluster [DBG] pgmap v17511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:15.483593+0000 mgr.y (mgr.24491) 19822 : cluster [DBG] pgmap v17511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:15.483593+0000 mgr.y (mgr.24491) 19822 : cluster [DBG] pgmap v17511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:17.484093+0000 mgr.y (mgr.24491) 19823 : cluster [DBG] pgmap v17512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:16:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:17.484093+0000 mgr.y (mgr.24491) 19823 : cluster [DBG] pgmap v17512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:17.484093+0000 mgr.y (mgr.24491) 19823 : cluster [DBG] pgmap v17512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:19.484678+0000 mgr.y (mgr.24491) 19824 : cluster [DBG] pgmap v17513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:19.484678+0000 mgr.y (mgr.24491) 19824 : cluster [DBG] pgmap v17513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:19.484678+0000 mgr.y (mgr.24491) 19824 : cluster [DBG] pgmap v17513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:16:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:21.485114+0000 mgr.y (mgr.24491) 19825 : cluster [DBG] pgmap v17514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:21.485114+0000 mgr.y (mgr.24491) 19825 : cluster [DBG] pgmap v17514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:21.485114+0000 mgr.y (mgr.24491) 19825 : cluster [DBG] pgmap v17514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:23.485495+0000 mgr.y (mgr.24491) 19826 : cluster [DBG] pgmap v17515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:23.485495+0000 mgr.y (mgr.24491) 19826 : cluster [DBG] pgmap v17515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:23.485495+0000 mgr.y (mgr.24491) 19826 : cluster [DBG] pgmap v17515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:25.486346+0000 mgr.y (mgr.24491) 19827 : cluster [DBG] pgmap v17516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:25.486346+0000 mgr.y (mgr.24491) 19827 : cluster [DBG] pgmap v17516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:25.486346+0000 mgr.y (mgr.24491) 19827 : cluster [DBG] pgmap v17516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:16:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:27.486749+0000 mgr.y (mgr.24491) 19828 : cluster [DBG] pgmap v17517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:27.486749+0000 mgr.y (mgr.24491) 19828 : cluster [DBG] pgmap v17517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:27.486749+0000 mgr.y (mgr.24491) 19828 : cluster [DBG] pgmap v17517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:29.487483+0000 mgr.y (mgr.24491) 19829 : cluster [DBG] pgmap v17518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:29.487483+0000 mgr.y (mgr.24491) 19829 : cluster [DBG] pgmap v17518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:29.487483+0000 mgr.y (mgr.24491) 19829 : cluster [DBG] pgmap v17518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:16:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:31.487855+0000 mgr.y (mgr.24491) 19830 : cluster [DBG] pgmap v17519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:31.487855+0000 mgr.y (mgr.24491) 19830 : cluster [DBG] pgmap v17519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:31.487855+0000 mgr.y (mgr.24491) 19830 : cluster [DBG] pgmap v17519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:33.488360+0000 mgr.y (mgr.24491) 19831 : cluster [DBG] pgmap v17520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:33.488360+0000 mgr.y (mgr.24491) 19831 : cluster [DBG] pgmap v17520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:33.488360+0000 mgr.y (mgr.24491) 19831 : cluster [DBG] pgmap v17520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:34.131 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:16:34.407 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:16:34.407 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:16:34.407 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:16:34.407 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:16:34.407 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:16:34.407 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:16:34.407 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:16:34.407 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:16:34.408 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:16:34.408 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:16:34.408 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:16:34.408 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:16:34.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:16:34.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:16:34.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:16:34.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:16:34.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:16:34.408 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:16:34.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:16:34.409 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:16:34.409 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:16:34.741 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:16:34.741 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:16:34.741 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:16:34.741 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:16:34.741 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:16:34.741 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:16:34.741 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:16:34.742 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:16:34.742 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:16:34.742 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:16:34.742 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:16:34.742 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:16:34.742 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:16:34.742 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:16:34.742 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:16:34.742 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:16:34.742 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:16:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:16:34.120450+0000 mgr.y (mgr.24491) 19832 : audit [DBG] from='client.45146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:16:34.400263+0000 mgr.y (mgr.24491) 19833 : audit [DBG] from='client.35244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:16:34.120450+0000 mgr.y (mgr.24491) 19832 : audit [DBG] from='client.45146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:16:34.400263+0000 mgr.y (mgr.24491) 19833 : audit [DBG] from='client.35244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:16:34.120450+0000 mgr.y (mgr.24491) 19832 : audit [DBG] from='client.45146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:35.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:16:34.400263+0000 mgr.y (mgr.24491) 19833 : audit [DBG] from='client.35244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:16:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:16:34.741936+0000 mon.c (mon.2) 609 : audit [DBG] from='client.? 172.21.15.177:0/1261493179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:16:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:35.489034+0000 mgr.y (mgr.24491) 19834 : cluster [DBG] pgmap v17521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:16:34.741936+0000 mon.c (mon.2) 609 : audit [DBG] from='client.? 172.21.15.177:0/1261493179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:16:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:35.489034+0000 mgr.y (mgr.24491) 19834 : cluster [DBG] pgmap v17521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:16:34.741936+0000 mon.c (mon.2) 609 : audit [DBG] from='client.? 172.21.15.177:0/1261493179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:16:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:35.489034+0000 mgr.y (mgr.24491) 19834 : cluster [DBG] pgmap v17521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:16:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:37.489366+0000 mgr.y (mgr.24491) 19835 : cluster [DBG] pgmap v17522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:37.489366+0000 mgr.y (mgr.24491) 19835 : cluster [DBG] pgmap v17522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:37.489366+0000 mgr.y (mgr.24491) 19835 : cluster [DBG] pgmap v17522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:16:39.491260+0000 mon.a (mon.0) 4077 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:16:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:16:39.491260+0000 mon.a (mon.0) 4077 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:16:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:16:39.491260+0000 mon.a (mon.0) 4077 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:16:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:39.490184+0000 mgr.y (mgr.24491) 19836 : cluster [DBG] pgmap v17523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:41.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:16:39.734044+0000 mon.a (mon.0) 4078 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:16:41.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:16:40.012809+0000 mon.a (mon.0) 4079 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:16:41.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:16:40.013512+0000 mon.a (mon.0) 4080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:16:41.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:16:40.017727+0000 mon.a (mon.0) 4081 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:16:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:39.490184+0000 mgr.y (mgr.24491) 19836 : cluster [DBG] pgmap v17523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:16:39.734044+0000 mon.a (mon.0) 4078 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:16:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:16:40.012809+0000 mon.a (mon.0) 4079 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:16:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:16:40.013512+0000 mon.a (mon.0) 4080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:16:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:16:40.017727+0000 mon.a (mon.0) 4081 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:16:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:39.490184+0000 mgr.y (mgr.24491) 19836 : cluster [DBG] pgmap v17523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:16:39.734044+0000 mon.a (mon.0) 4078 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:16:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:16:40.012809+0000 mon.a (mon.0) 4079 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:16:41.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:16:40.013512+0000 mon.a (mon.0) 4080 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:16:41.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:16:40.017727+0000 mon.a (mon.0) 4081 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:16:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:16:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:41.490519+0000 mgr.y (mgr.24491) 19837 : cluster [DBG] pgmap v17524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:41.490519+0000 mgr.y (mgr.24491) 19837 : cluster [DBG] pgmap v17524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:43.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:41.490519+0000 mgr.y (mgr.24491) 19837 : cluster [DBG] pgmap v17524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:43.490859+0000 mgr.y (mgr.24491) 19838 : cluster [DBG] pgmap v17525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:43.490859+0000 mgr.y (mgr.24491) 19838 : cluster [DBG] pgmap v17525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:43.490859+0000 mgr.y (mgr.24491) 19838 : cluster [DBG] pgmap v17525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:45.491461+0000 mgr.y (mgr.24491) 19839 : cluster [DBG] pgmap v17526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:45.491461+0000 mgr.y (mgr.24491) 19839 : cluster [DBG] pgmap v17526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:45.491461+0000 mgr.y (mgr.24491) 19839 : cluster [DBG] pgmap v17526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:47] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:16:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:47.491890+0000 mgr.y (mgr.24491) 19840 : cluster [DBG] pgmap v17527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:47.491890+0000 mgr.y (mgr.24491) 19840 : cluster [DBG] pgmap v17527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:47.491890+0000 mgr.y (mgr.24491) 19840 : cluster [DBG] pgmap v17527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:51.269 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:16:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:49.492521+0000 mgr.y (mgr.24491) 19841 : cluster [DBG] pgmap v17528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:49.492521+0000 mgr.y (mgr.24491) 19841 : cluster [DBG] pgmap v17528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:49.492521+0000 mgr.y (mgr.24491) 19841 : cluster [DBG] pgmap v17528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:51.493026+0000 mgr.y (mgr.24491) 19842 : cluster [DBG] pgmap v17529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:51.493026+0000 mgr.y (mgr.24491) 19842 : cluster [DBG] pgmap v17529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:51.493026+0000 mgr.y (mgr.24491) 19842 : cluster [DBG] pgmap v17529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:53.493368+0000 mgr.y (mgr.24491) 19843 : cluster [DBG] pgmap v17530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:55.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:53.493368+0000 mgr.y (mgr.24491) 19843 : cluster [DBG] pgmap v17530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:53.493368+0000 mgr.y (mgr.24491) 19843 : cluster [DBG] pgmap v17530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:55.494021+0000 mgr.y (mgr.24491) 19844 : cluster [DBG] pgmap v17531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:55.494021+0000 mgr.y (mgr.24491) 19844 : cluster [DBG] pgmap v17531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:55.494021+0000 mgr.y (mgr.24491) 19844 : cluster [DBG] pgmap v17531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:16:57] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:16:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:57.494427+0000 mgr.y (mgr.24491) 19845 : cluster [DBG] pgmap v17532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:16:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:57.494427+0000 mgr.y (mgr.24491) 19845 : cluster [DBG] pgmap v17532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:16:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:16:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:57.494427+0000 mgr.y (mgr.24491) 19845 : cluster [DBG] pgmap v17532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:01.285 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:17:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:16:59.495047+0000 mgr.y (mgr.24491) 19846 : cluster [DBG] pgmap v17533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:16:59.495047+0000 mgr.y (mgr.24491) 19846 : cluster [DBG] pgmap v17533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:16:59.495047+0000 mgr.y (mgr.24491) 19846 : cluster [DBG] pgmap v17533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:01.495453+0000 mgr.y (mgr.24491) 19847 : cluster [DBG] pgmap v17534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:01.495453+0000 mgr.y (mgr.24491) 19847 : cluster [DBG] pgmap v17534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:01.495453+0000 mgr.y (mgr.24491) 19847 : cluster [DBG] pgmap v17534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:05.051 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:17:05.331 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:17:05.331 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 3m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:17:05.331 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:17:05.331 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 3m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:17:05.331 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:17:05.332 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:17:05.332 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 3m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:17:05.332 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 3m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:17:05.332 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:17:05.332 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 3m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:17:05.332 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 3m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:17:05.332 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:17:05.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 3m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:17:05.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 3m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:17:05.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 3m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:17:05.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 3m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:17:05.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:17:05.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:17:05.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:17:05.333 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:17:05.333 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:17:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:03.495933+0000 mgr.y (mgr.24491) 19848 : cluster [DBG] pgmap v17535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:03.495933+0000 mgr.y (mgr.24491) 19848 : cluster [DBG] pgmap v17535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:05.665 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:17:05.665 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:17:05.665 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:17:05.665 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:17:05.665 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:17:05.666 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:17:05.666 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:17:05.666 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:17:05.666 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:17:05.666 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:17:05.666 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:17:05.666 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:17:05.666 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:17:05.666 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:17:05.666 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:17:05.667 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:17:05.667 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:17:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:03.495933+0000 mgr.y (mgr.24491) 19848 : cluster [DBG] pgmap v17535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:17:05.040137+0000 mgr.y (mgr.24491) 19849 : audit [DBG] from='client.45164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:17:05.324552+0000 mgr.y (mgr.24491) 19850 : audit [DBG] from='client.45170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:17:05.666212+0000 mon.a (mon.0) 4082 : audit [DBG] from='client.? 172.21.15.177:0/2741725488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:17:06.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:17:05.040137+0000 mgr.y (mgr.24491) 19849 : audit [DBG] from='client.45164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:06.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:17:05.324552+0000 mgr.y (mgr.24491) 19850 : audit [DBG] from='client.45170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:06.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:17:05.666212+0000 mon.a (mon.0) 4082 : audit [DBG] from='client.? 172.21.15.177:0/2741725488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:17:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:17:05.040137+0000 mgr.y (mgr.24491) 19849 : audit [DBG] from='client.45164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:17:05.324552+0000 mgr.y (mgr.24491) 19850 : audit [DBG] from='client.45170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:06.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:17:05.666212+0000 mon.a (mon.0) 4082 : audit [DBG] from='client.? 172.21.15.177:0/2741725488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:17:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:05.496525+0000 mgr.y (mgr.24491) 19851 : cluster [DBG] pgmap v17536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:05.496525+0000 mgr.y (mgr.24491) 19851 : cluster [DBG] pgmap v17536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:05.496525+0000 mgr.y (mgr.24491) 19851 : cluster [DBG] pgmap v17536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:17:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:07.497005+0000 mgr.y (mgr.24491) 19852 : cluster [DBG] pgmap v17537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:07.497005+0000 mgr.y (mgr.24491) 19852 : cluster [DBG] pgmap v17537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:07.497005+0000 mgr.y (mgr.24491) 19852 : cluster [DBG] pgmap v17537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:11.308 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:17:11.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:09.497604+0000 mgr.y (mgr.24491) 19853 : cluster [DBG] pgmap v17538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:09.497604+0000 mgr.y (mgr.24491) 19853 : cluster [DBG] pgmap v17538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:09.497604+0000 mgr.y (mgr.24491) 19853 : cluster [DBG] pgmap v17538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:11.498094+0000 mgr.y (mgr.24491) 19854 : cluster [DBG] pgmap v17539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:11.498094+0000 mgr.y (mgr.24491) 19854 : cluster [DBG] pgmap v17539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:11.498094+0000 mgr.y (mgr.24491) 19854 : cluster [DBG] pgmap v17539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:13.498469+0000 mgr.y (mgr.24491) 19855 : cluster [DBG] pgmap v17540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:13.498469+0000 mgr.y (mgr.24491) 19855 : cluster [DBG] pgmap v17540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:13.498469+0000 mgr.y (mgr.24491) 19855 : cluster [DBG] pgmap v17540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:17.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:15.499149+0000 mgr.y (mgr.24491) 19856 : cluster [DBG] pgmap v17541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:15.499149+0000 mgr.y (mgr.24491) 19856 : cluster [DBG] pgmap v17541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:15.499149+0000 mgr.y (mgr.24491) 19856 : cluster [DBG] pgmap v17541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:17:19.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:17.499642+0000 mgr.y (mgr.24491) 19857 : cluster [DBG] pgmap v17542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:17.499642+0000 mgr.y (mgr.24491) 19857 : cluster [DBG] pgmap v17542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:17.499642+0000 mgr.y (mgr.24491) 19857 : cluster [DBG] pgmap v17542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:21.330 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:17:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:19.500486+0000 mgr.y (mgr.24491) 19858 : cluster [DBG] pgmap v17543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:21.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:19.500486+0000 mgr.y (mgr.24491) 19858 : cluster [DBG] pgmap v17543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:19.500486+0000 mgr.y (mgr.24491) 19858 : cluster [DBG] pgmap v17543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:21.500881+0000 mgr.y (mgr.24491) 19859 : cluster [DBG] pgmap v17544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:21.500881+0000 mgr.y (mgr.24491) 19859 : cluster [DBG] pgmap v17544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:21.500881+0000 mgr.y (mgr.24491) 19859 : cluster [DBG] pgmap v17544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:23.501466+0000 mgr.y (mgr.24491) 19860 : cluster [DBG] pgmap v17545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:23.501466+0000 mgr.y (mgr.24491) 19860 : cluster [DBG] pgmap v17545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:23.501466+0000 mgr.y (mgr.24491) 19860 : cluster [DBG] pgmap v17545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:25.502138+0000 mgr.y (mgr.24491) 19861 : cluster [DBG] pgmap v17546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:25.502138+0000 mgr.y (mgr.24491) 19861 : cluster [DBG] pgmap v17546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:25.502138+0000 mgr.y (mgr.24491) 19861 : cluster [DBG] pgmap v17546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:17:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:27.502618+0000 mgr.y (mgr.24491) 19862 : cluster [DBG] pgmap v17547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:27.502618+0000 mgr.y (mgr.24491) 19862 : cluster [DBG] pgmap v17547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:27.502618+0000 mgr.y (mgr.24491) 19862 : cluster [DBG] pgmap v17547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:31.343 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:17:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:29.503475+0000 mgr.y (mgr.24491) 19863 : cluster [DBG] pgmap v17548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:29.503475+0000 mgr.y (mgr.24491) 19863 : cluster [DBG] pgmap v17548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:29.503475+0000 mgr.y (mgr.24491) 19863 : cluster [DBG] pgmap v17548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:31.503865+0000 mgr.y (mgr.24491) 19864 : cluster [DBG] pgmap v17549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:31.503865+0000 mgr.y (mgr.24491) 19864 : cluster [DBG] pgmap v17549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:31.503865+0000 mgr.y (mgr.24491) 19864 : cluster [DBG] pgmap v17549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:33.504447+0000 mgr.y (mgr.24491) 19865 : cluster [DBG] pgmap v17550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:33.504447+0000 mgr.y (mgr.24491) 19865 : cluster [DBG] pgmap v17550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:33.504447+0000 mgr.y (mgr.24491) 19865 : cluster [DBG] pgmap v17550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:35.974 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:17:36.246 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:17:36.246 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 3m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:17:36.246 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:17:36.246 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 3m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 3m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 3m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 3m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 3m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 3m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 3m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 3m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 3m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:17:36.247 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:17:36.248 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:17:36.580 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:17:36.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:17:36.582 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:17:36.582 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:17:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:35.505162+0000 mgr.y (mgr.24491) 19866 : cluster [DBG] pgmap v17551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:17:35.963568+0000 mgr.y (mgr.24491) 19867 : audit [DBG] from='client.45182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:17:36.240055+0000 mgr.y (mgr.24491) 19868 : audit [DBG] from='client.35280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:17:36.581733+0000 mon.c (mon.2) 610 : audit [DBG] from='client.? 172.21.15.177:0/646962794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:17:37.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:35.505162+0000 mgr.y (mgr.24491) 19866 : cluster [DBG] pgmap v17551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:37.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:17:35.963568+0000 mgr.y (mgr.24491) 19867 : audit [DBG] from='client.45182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:37.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:17:36.240055+0000 mgr.y (mgr.24491) 19868 : audit [DBG] from='client.35280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:37.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:17:36.581733+0000 mon.c (mon.2) 610 : audit [DBG] from='client.? 172.21.15.177:0/646962794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:17:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:35.505162+0000 mgr.y (mgr.24491) 19866 : cluster [DBG] pgmap v17551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:17:35.963568+0000 mgr.y (mgr.24491) 19867 : audit [DBG] from='client.45182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:17:36.240055+0000 mgr.y (mgr.24491) 19868 : audit [DBG] from='client.35280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:17:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:17:36.581733+0000 mon.c (mon.2) 610 : audit [DBG] from='client.? 172.21.15.177:0/646962794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:17:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:37] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:17:39.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:37.505671+0000 mgr.y (mgr.24491) 19869 : cluster [DBG] pgmap v17552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:37.505671+0000 mgr.y (mgr.24491) 19869 : cluster [DBG] pgmap v17552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:37.505671+0000 mgr.y (mgr.24491) 19869 : cluster [DBG] pgmap v17552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:17:40.022038+0000 mon.a (mon.0) 4083 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:17:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:17:40.267632+0000 mon.a (mon.0) 4084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:17:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:17:40.022038+0000 mon.a (mon.0) 4083 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:17:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:17:40.267632+0000 mon.a (mon.0) 4084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:17:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:17:40.022038+0000 mon.a (mon.0) 4083 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:17:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:17:40.267632+0000 mon.a (mon.0) 4084 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:17:41.366 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:17:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:39.506278+0000 mgr.y (mgr.24491) 19870 : cluster [DBG] pgmap v17553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:17:40.545681+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:17:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:17:40.546410+0000 mon.a (mon.0) 4086 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:17:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:17:40.553277+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:17:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:39.506278+0000 mgr.y (mgr.24491) 19870 : cluster [DBG] pgmap v17553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:17:40.545681+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:17:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:17:40.546410+0000 mon.a (mon.0) 4086 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:17:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:17:40.553277+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:17:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:39.506278+0000 mgr.y (mgr.24491) 19870 : cluster [DBG] pgmap v17553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:17:40.545681+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:17:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:17:40.546410+0000 mon.a (mon.0) 4086 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:17:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:17:40.553277+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:17:43.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:41.506655+0000 mgr.y (mgr.24491) 19871 : cluster [DBG] pgmap v17554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:41.506655+0000 mgr.y (mgr.24491) 19871 : cluster [DBG] pgmap v17554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:41.506655+0000 mgr.y (mgr.24491) 19871 : cluster [DBG] pgmap v17554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:43.507153+0000 mgr.y (mgr.24491) 19872 : cluster [DBG] pgmap v17555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:43.507153+0000 mgr.y (mgr.24491) 19872 : cluster [DBG] pgmap v17555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:43.507153+0000 mgr.y (mgr.24491) 19872 : cluster [DBG] pgmap v17555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:45.507787+0000 mgr.y (mgr.24491) 19873 : cluster [DBG] pgmap v17556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:45.507787+0000 mgr.y (mgr.24491) 19873 : cluster [DBG] pgmap v17556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:45.507787+0000 mgr.y (mgr.24491) 19873 : cluster [DBG] pgmap v17556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:47] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T13:17:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:47.508328+0000 mgr.y (mgr.24491) 19874 : cluster [DBG] pgmap v17557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:47.508328+0000 mgr.y (mgr.24491) 19874 : cluster [DBG] pgmap v17557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:47.508328+0000 mgr.y (mgr.24491) 19874 : cluster [DBG] pgmap v17557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:51.384 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:17:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:49.509191+0000 mgr.y (mgr.24491) 19875 : cluster [DBG] pgmap v17558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:49.509191+0000 mgr.y (mgr.24491) 19875 : cluster [DBG] pgmap v17558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:49.509191+0000 mgr.y (mgr.24491) 19875 : cluster [DBG] pgmap v17558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:53.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:51.509674+0000 mgr.y (mgr.24491) 19876 : cluster [DBG] pgmap v17559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:51.509674+0000 mgr.y (mgr.24491) 19876 : cluster [DBG] pgmap v17559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:51.509674+0000 mgr.y (mgr.24491) 19876 : cluster [DBG] pgmap v17559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:53.510180+0000 mgr.y (mgr.24491) 19877 : cluster [DBG] pgmap v17560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:53.510180+0000 mgr.y (mgr.24491) 19877 : cluster [DBG] pgmap v17560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:53.510180+0000 mgr.y (mgr.24491) 19877 : cluster [DBG] pgmap v17560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:55.510844+0000 mgr.y (mgr.24491) 19878 : cluster [DBG] pgmap v17561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:55.510844+0000 mgr.y (mgr.24491) 19878 : cluster [DBG] pgmap v17561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:55.510844+0000 mgr.y (mgr.24491) 19878 : cluster [DBG] pgmap v17561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:17:57] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T13:17:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:57.511453+0000 mgr.y (mgr.24491) 19879 : cluster [DBG] pgmap v17562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:57.511453+0000 mgr.y (mgr.24491) 19879 : cluster [DBG] pgmap v17562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:17:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:17:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:57.511453+0000 mgr.y (mgr.24491) 19879 : cluster [DBG] pgmap v17562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:01.400 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:18:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:17:59.512130+0000 mgr.y (mgr.24491) 19880 : cluster [DBG] pgmap v17563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:17:59.512130+0000 mgr.y (mgr.24491) 19880 : cluster [DBG] pgmap v17563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:17:59.512130+0000 mgr.y (mgr.24491) 19880 : cluster [DBG] pgmap v17563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:01.512652+0000 mgr.y (mgr.24491) 19881 : cluster [DBG] pgmap v17564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:01.512652+0000 mgr.y (mgr.24491) 19881 : cluster [DBG] pgmap v17564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:01.512652+0000 mgr.y (mgr.24491) 19881 : cluster [DBG] pgmap v17564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:03.513161+0000 mgr.y (mgr.24491) 19882 : cluster [DBG] pgmap v17565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:03.513161+0000 mgr.y (mgr.24491) 19882 : cluster [DBG] pgmap v17565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:03.513161+0000 mgr.y (mgr.24491) 19882 : cluster [DBG] pgmap v17565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:06.891 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:18:07.164 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:18:07.164 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 4m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 4m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:18:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:18:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:18:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:18:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:18:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:18:07.499 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:18:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:18:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:18:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:18:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:18:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:18:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:18:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:18:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:18:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:18:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:18:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:18:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:18:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:18:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:18:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:18:07.500 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:18:07.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:05.513850+0000 mgr.y (mgr.24491) 19883 : cluster [DBG] pgmap v17566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:05.513850+0000 mgr.y (mgr.24491) 19883 : cluster [DBG] pgmap v17566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:05.513850+0000 mgr.y (mgr.24491) 19883 : cluster [DBG] pgmap v17566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:18:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:18:06.880379+0000 mgr.y (mgr.24491) 19884 : audit [DBG] from='client.35292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:18:07.157982+0000 mgr.y (mgr.24491) 19885 : audit [DBG] from='client.35298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:08.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:18:07.500473+0000 mon.a (mon.0) 4088 : audit [DBG] from='client.? 172.21.15.177:0/1996566679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:18:08.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:18:06.880379+0000 mgr.y (mgr.24491) 19884 : audit [DBG] from='client.35292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:08.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:18:07.157982+0000 mgr.y (mgr.24491) 19885 : audit [DBG] from='client.35298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:08.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:18:07.500473+0000 mon.a (mon.0) 4088 : audit [DBG] from='client.? 172.21.15.177:0/1996566679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:18:08.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:18:06.880379+0000 mgr.y (mgr.24491) 19884 : audit [DBG] from='client.35292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:08.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:18:07.157982+0000 mgr.y (mgr.24491) 19885 : audit [DBG] from='client.35298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:08.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:18:07.500473+0000 mon.a (mon.0) 4088 : audit [DBG] from='client.? 172.21.15.177:0/1996566679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:18:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:07.514187+0000 mgr.y (mgr.24491) 19886 : cluster [DBG] pgmap v17567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:07.514187+0000 mgr.y (mgr.24491) 19886 : cluster [DBG] pgmap v17567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:07.514187+0000 mgr.y (mgr.24491) 19886 : cluster [DBG] pgmap v17567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:11.423 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:18:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:09.514924+0000 mgr.y (mgr.24491) 19887 : cluster [DBG] pgmap v17568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:09.514924+0000 mgr.y (mgr.24491) 19887 : cluster [DBG] pgmap v17568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:09.514924+0000 mgr.y (mgr.24491) 19887 : cluster [DBG] pgmap v17568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:11.515476+0000 mgr.y (mgr.24491) 19888 : cluster [DBG] pgmap v17569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:11.515476+0000 mgr.y (mgr.24491) 19888 : cluster [DBG] pgmap v17569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:11.515476+0000 mgr.y (mgr.24491) 19888 : cluster [DBG] pgmap v17569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:13.515925+0000 mgr.y (mgr.24491) 19889 : cluster [DBG] pgmap v17570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:13.515925+0000 mgr.y (mgr.24491) 19889 : cluster [DBG] pgmap v17570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:13.515925+0000 mgr.y (mgr.24491) 19889 : cluster [DBG] pgmap v17570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:15.516702+0000 mgr.y (mgr.24491) 19890 : cluster [DBG] pgmap v17571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:15.516702+0000 mgr.y (mgr.24491) 19890 : cluster [DBG] pgmap v17571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:15.516702+0000 mgr.y (mgr.24491) 19890 : cluster [DBG] pgmap v17571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:17] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:18:19.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:17.517207+0000 mgr.y (mgr.24491) 19891 : cluster [DBG] pgmap v17572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:17.517207+0000 mgr.y (mgr.24491) 19891 : cluster [DBG] pgmap v17572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:17.517207+0000 mgr.y (mgr.24491) 19891 : cluster [DBG] pgmap v17572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:21.443 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:18:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:19.518000+0000 mgr.y (mgr.24491) 19892 : cluster [DBG] pgmap v17573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:19.518000+0000 mgr.y (mgr.24491) 19892 : cluster [DBG] pgmap v17573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:19.518000+0000 mgr.y (mgr.24491) 19892 : cluster [DBG] pgmap v17573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:21.518336+0000 mgr.y (mgr.24491) 19893 : cluster [DBG] pgmap v17574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:21.518336+0000 mgr.y (mgr.24491) 19893 : cluster [DBG] pgmap v17574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:21.518336+0000 mgr.y (mgr.24491) 19893 : cluster [DBG] pgmap v17574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:23.518849+0000 mgr.y (mgr.24491) 19894 : cluster [DBG] pgmap v17575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:23.518849+0000 mgr.y (mgr.24491) 19894 : cluster [DBG] pgmap v17575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:23.518849+0000 mgr.y (mgr.24491) 19894 : cluster [DBG] pgmap v17575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:27.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:25.519557+0000 mgr.y (mgr.24491) 19895 : cluster [DBG] pgmap v17576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:27.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:25.519557+0000 mgr.y (mgr.24491) 19895 : cluster [DBG] pgmap v17576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:25.519557+0000 mgr.y (mgr.24491) 19895 : cluster [DBG] pgmap v17576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:27] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:18:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:27.519990+0000 mgr.y (mgr.24491) 19896 : cluster [DBG] pgmap v17577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:27.519990+0000 mgr.y (mgr.24491) 19896 : cluster [DBG] pgmap v17577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:27.519990+0000 mgr.y (mgr.24491) 19896 : cluster [DBG] pgmap v17577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:31.462 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:18:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:29.520637+0000 mgr.y (mgr.24491) 19897 : cluster [DBG] pgmap v17578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:29.520637+0000 mgr.y (mgr.24491) 19897 : cluster [DBG] pgmap v17578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:29.520637+0000 mgr.y (mgr.24491) 19897 : cluster [DBG] pgmap v17578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:31.521074+0000 mgr.y (mgr.24491) 19898 : cluster [DBG] pgmap v17579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:31.521074+0000 mgr.y (mgr.24491) 19898 : cluster [DBG] pgmap v17579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:31.521074+0000 mgr.y (mgr.24491) 19898 : cluster [DBG] pgmap v17579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:35.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:33.521516+0000 mgr.y (mgr.24491) 19899 : cluster [DBG] pgmap v17580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:33.521516+0000 mgr.y (mgr.24491) 19899 : cluster [DBG] pgmap v17580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:33.521516+0000 mgr.y (mgr.24491) 19899 : cluster [DBG] pgmap v17580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:35.522264+0000 mgr.y (mgr.24491) 19900 : cluster [DBG] pgmap v17581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:35.522264+0000 mgr.y (mgr.24491) 19900 : cluster [DBG] pgmap v17581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:37.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:35.522264+0000 mgr.y (mgr.24491) 19900 : cluster [DBG] pgmap v17581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:37.810 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:18:38.087 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:18:38.087 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:18:38.087 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:18:38.087 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:18:38.087 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:18:38.087 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:18:38.087 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:18:38.087 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 5m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 5m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:18:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:18:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:37] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:18:38.422 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:18:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:18:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:18:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:18:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:18:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:18:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:18:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:18:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:18:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:18:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:18:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:18:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:18:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:18:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:18:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:18:38.423 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:18:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:18:38.422893+0000 mon.a (mon.0) 4089 : audit [DBG] from='client.? 172.21.15.177:0/415333556' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:18:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:18:38.422893+0000 mon.a (mon.0) 4089 : audit [DBG] from='client.? 172.21.15.177:0/415333556' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:18:38.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:18:38.422893+0000 mon.a (mon.0) 4089 : audit [DBG] from='client.? 172.21.15.177:0/415333556' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:18:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:37.522688+0000 mgr.y (mgr.24491) 19901 : cluster [DBG] pgmap v17582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:18:37.799357+0000 mgr.y (mgr.24491) 19902 : audit [DBG] from='client.35310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:39.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:18:38.080444+0000 mgr.y (mgr.24491) 19903 : audit [DBG] from='client.35316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:37.522688+0000 mgr.y (mgr.24491) 19901 : cluster [DBG] pgmap v17582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:18:37.799357+0000 mgr.y (mgr.24491) 19902 : audit [DBG] from='client.35310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:18:38.080444+0000 mgr.y (mgr.24491) 19903 : audit [DBG] from='client.35316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:37.522688+0000 mgr.y (mgr.24491) 19901 : cluster [DBG] pgmap v17582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:18:37.799357+0000 mgr.y (mgr.24491) 19902 : audit [DBG] from='client.35310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:18:38.080444+0000 mgr.y (mgr.24491) 19903 : audit [DBG] from='client.35316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:18:41.480 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:18:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:39.523587+0000 mgr.y (mgr.24491) 19904 : cluster [DBG] pgmap v17583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:18:40.557667+0000 mon.a (mon.0) 4090 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:18:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:18:40.849040+0000 mon.a (mon.0) 4091 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:18:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:18:40.849643+0000 mon.a (mon.0) 4092 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:18:41.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:18:40.854361+0000 mon.a (mon.0) 4093 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:18:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:39.523587+0000 mgr.y (mgr.24491) 19904 : cluster [DBG] pgmap v17583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:18:40.557667+0000 mon.a (mon.0) 4090 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:18:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:18:40.849040+0000 mon.a (mon.0) 4091 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:18:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:18:40.849643+0000 mon.a (mon.0) 4092 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:18:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:18:40.854361+0000 mon.a (mon.0) 4093 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:18:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:39.523587+0000 mgr.y (mgr.24491) 19904 : cluster [DBG] pgmap v17583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:18:40.557667+0000 mon.a (mon.0) 4090 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:18:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:18:40.849040+0000 mon.a (mon.0) 4091 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:18:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:18:40.849643+0000 mon.a (mon.0) 4092 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:18:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:18:40.854361+0000 mon.a (mon.0) 4093 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:18:43.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:41.523988+0000 mgr.y (mgr.24491) 19905 : cluster [DBG] pgmap v17584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:41.523988+0000 mgr.y (mgr.24491) 19905 : cluster [DBG] pgmap v17584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:41.523988+0000 mgr.y (mgr.24491) 19905 : cluster [DBG] pgmap v17584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:43.524501+0000 mgr.y (mgr.24491) 19906 : cluster [DBG] pgmap v17585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:43.524501+0000 mgr.y (mgr.24491) 19906 : cluster [DBG] pgmap v17585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:43.524501+0000 mgr.y (mgr.24491) 19906 : cluster [DBG] pgmap v17585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:45.525407+0000 mgr.y (mgr.24491) 19907 : cluster [DBG] pgmap v17586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:47] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:18:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:45.525407+0000 mgr.y (mgr.24491) 19907 : cluster [DBG] pgmap v17586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:45.525407+0000 mgr.y (mgr.24491) 19907 : cluster [DBG] pgmap v17586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:47.525876+0000 mgr.y (mgr.24491) 19908 : cluster [DBG] pgmap v17587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:47.525876+0000 mgr.y (mgr.24491) 19908 : cluster [DBG] pgmap v17587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:47.525876+0000 mgr.y (mgr.24491) 19908 : cluster [DBG] pgmap v17587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:51.497 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:18:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:49.526613+0000 mgr.y (mgr.24491) 19909 : cluster [DBG] pgmap v17588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:49.526613+0000 mgr.y (mgr.24491) 19909 : cluster [DBG] pgmap v17588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:49.526613+0000 mgr.y (mgr.24491) 19909 : cluster [DBG] pgmap v17588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:51.527195+0000 mgr.y (mgr.24491) 19910 : cluster [DBG] pgmap v17589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:51.527195+0000 mgr.y (mgr.24491) 19910 : cluster [DBG] pgmap v17589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:51.527195+0000 mgr.y (mgr.24491) 19910 : cluster [DBG] pgmap v17589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:53.527630+0000 mgr.y (mgr.24491) 19911 : cluster [DBG] pgmap v17590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:53.527630+0000 mgr.y (mgr.24491) 19911 : cluster [DBG] pgmap v17590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:53.527630+0000 mgr.y (mgr.24491) 19911 : cluster [DBG] pgmap v17590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:18:57] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:18:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:55.528347+0000 mgr.y (mgr.24491) 19912 : cluster [DBG] pgmap v17591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:55.528347+0000 mgr.y (mgr.24491) 19912 : cluster [DBG] pgmap v17591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:55.528347+0000 mgr.y (mgr.24491) 19912 : cluster [DBG] pgmap v17591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:57.528886+0000 mgr.y (mgr.24491) 19913 : cluster [DBG] pgmap v17592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:57.528886+0000 mgr.y (mgr.24491) 19913 : cluster [DBG] pgmap v17592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:18:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:57.528886+0000 mgr.y (mgr.24491) 19913 : cluster [DBG] pgmap v17592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:18:59.529614+0000 mgr.y (mgr.24491) 19914 : cluster [DBG] pgmap v17593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:18:59.529614+0000 mgr.y (mgr.24491) 19914 : cluster [DBG] pgmap v17593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:18:59.529614+0000 mgr.y (mgr.24491) 19914 : cluster [DBG] pgmap v17593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:19:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:01.530104+0000 mgr.y (mgr.24491) 19915 : cluster [DBG] pgmap v17594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:01.530104+0000 mgr.y (mgr.24491) 19915 : cluster [DBG] pgmap v17594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:01.530104+0000 mgr.y (mgr.24491) 19915 : cluster [DBG] pgmap v17594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:03.530504+0000 mgr.y (mgr.24491) 19916 : cluster [DBG] pgmap v17595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:03.530504+0000 mgr.y (mgr.24491) 19916 : cluster [DBG] pgmap v17595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:03.530504+0000 mgr.y (mgr.24491) 19916 : cluster [DBG] pgmap v17595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:05.531215+0000 mgr.y (mgr.24491) 19917 : cluster [DBG] pgmap v17596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:05.531215+0000 mgr.y (mgr.24491) 19917 : cluster [DBG] pgmap v17596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:05.531215+0000 mgr.y (mgr.24491) 19917 : cluster [DBG] pgmap v17596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:19:08.732 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:19:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:07.531638+0000 mgr.y (mgr.24491) 19918 : cluster [DBG] pgmap v17597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:08.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:07.531638+0000 mgr.y (mgr.24491) 19918 : cluster [DBG] pgmap v17597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:07.531638+0000 mgr.y (mgr.24491) 19918 : cluster [DBG] pgmap v17597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 5m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 5m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 5m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 5m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 5m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 5m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 5m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:19:09.013 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 5m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:19:09.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 5m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:19:09.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:19:09.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:19:09.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:19:09.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 5m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:19:09.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 5m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:19:09.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 5m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:19:09.014 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 5m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:19:09.014 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 5m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:19:09.347 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:19:09.347 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:19:09.347 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:19:09.347 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:19:09.348 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:19:09.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:19:09.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:19:09.348 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:19:09.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:19:09.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:19:09.348 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:19:09.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:19:09.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:19:09.348 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:19:09.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:19:09.349 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:19:09.349 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:19:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:19:08.721450+0000 mgr.y (mgr.24491) 19919 : audit [DBG] from='client.45236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:19:09.006694+0000 mgr.y (mgr.24491) 19920 : audit [DBG] from='client.45242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:19:09.348449+0000 mon.c (mon.2) 611 : audit [DBG] from='client.? 172.21.15.177:0/566328400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:19:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:19:08.721450+0000 mgr.y (mgr.24491) 19919 : audit [DBG] from='client.45236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:19:09.006694+0000 mgr.y (mgr.24491) 19920 : audit [DBG] from='client.45242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:19:09.348449+0000 mon.c (mon.2) 611 : audit [DBG] from='client.? 172.21.15.177:0/566328400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:19:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:19:08.721450+0000 mgr.y (mgr.24491) 19919 : audit [DBG] from='client.45236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:19:09.006694+0000 mgr.y (mgr.24491) 19920 : audit [DBG] from='client.45242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:19:09.348449+0000 mon.c (mon.2) 611 : audit [DBG] from='client.? 172.21.15.177:0/566328400' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:19:11.291 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:19:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:09.532185+0000 mgr.y (mgr.24491) 19921 : cluster [DBG] pgmap v17598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:09.532185+0000 mgr.y (mgr.24491) 19921 : cluster [DBG] pgmap v17598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:09.532185+0000 mgr.y (mgr.24491) 19921 : cluster [DBG] pgmap v17598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:11.532741+0000 mgr.y (mgr.24491) 19922 : cluster [DBG] pgmap v17599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:11.532741+0000 mgr.y (mgr.24491) 19922 : cluster [DBG] pgmap v17599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:11.532741+0000 mgr.y (mgr.24491) 19922 : cluster [DBG] pgmap v17599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:13.533208+0000 mgr.y (mgr.24491) 19923 : cluster [DBG] pgmap v17600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:13.533208+0000 mgr.y (mgr.24491) 19923 : cluster [DBG] pgmap v17600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:13.533208+0000 mgr.y (mgr.24491) 19923 : cluster [DBG] pgmap v17600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:15.534058+0000 mgr.y (mgr.24491) 19924 : cluster [DBG] pgmap v17601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:15.534058+0000 mgr.y (mgr.24491) 19924 : cluster [DBG] pgmap v17601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:15.534058+0000 mgr.y (mgr.24491) 19924 : cluster [DBG] pgmap v17601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:17] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:19:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:17.534600+0000 mgr.y (mgr.24491) 19925 : cluster [DBG] pgmap v17602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:17.534600+0000 mgr.y (mgr.24491) 19925 : cluster [DBG] pgmap v17602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:17.534600+0000 mgr.y (mgr.24491) 19925 : cluster [DBG] pgmap v17602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:21.313 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:19:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:19.535215+0000 mgr.y (mgr.24491) 19926 : cluster [DBG] pgmap v17603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:19.535215+0000 mgr.y (mgr.24491) 19926 : cluster [DBG] pgmap v17603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:19.535215+0000 mgr.y (mgr.24491) 19926 : cluster [DBG] pgmap v17603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:21.535655+0000 mgr.y (mgr.24491) 19927 : cluster [DBG] pgmap v17604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:21.535655+0000 mgr.y (mgr.24491) 19927 : cluster [DBG] pgmap v17604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:21.535655+0000 mgr.y (mgr.24491) 19927 : cluster [DBG] pgmap v17604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:25.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:23.536082+0000 mgr.y (mgr.24491) 19928 : cluster [DBG] pgmap v17605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:23.536082+0000 mgr.y (mgr.24491) 19928 : cluster [DBG] pgmap v17605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:23.536082+0000 mgr.y (mgr.24491) 19928 : cluster [DBG] pgmap v17605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:25.536729+0000 mgr.y (mgr.24491) 19929 : cluster [DBG] pgmap v17606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:25.536729+0000 mgr.y (mgr.24491) 19929 : cluster [DBG] pgmap v17606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:25.536729+0000 mgr.y (mgr.24491) 19929 : cluster [DBG] pgmap v17606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:27] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:19:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:27.537227+0000 mgr.y (mgr.24491) 19930 : cluster [DBG] pgmap v17607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:27.537227+0000 mgr.y (mgr.24491) 19930 : cluster [DBG] pgmap v17607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:27.537227+0000 mgr.y (mgr.24491) 19930 : cluster [DBG] pgmap v17607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:31.330 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:19:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:29.538027+0000 mgr.y (mgr.24491) 19931 : cluster [DBG] pgmap v17608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:29.538027+0000 mgr.y (mgr.24491) 19931 : cluster [DBG] pgmap v17608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:29.538027+0000 mgr.y (mgr.24491) 19931 : cluster [DBG] pgmap v17608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:31.538419+0000 mgr.y (mgr.24491) 19932 : cluster [DBG] pgmap v17609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:31.538419+0000 mgr.y (mgr.24491) 19932 : cluster [DBG] pgmap v17609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:31.538419+0000 mgr.y (mgr.24491) 19932 : cluster [DBG] pgmap v17609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:33.538883+0000 mgr.y (mgr.24491) 19933 : cluster [DBG] pgmap v17610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:35.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:33.538883+0000 mgr.y (mgr.24491) 19933 : cluster [DBG] pgmap v17610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:33.538883+0000 mgr.y (mgr.24491) 19933 : cluster [DBG] pgmap v17610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:35.539762+0000 mgr.y (mgr.24491) 19934 : cluster [DBG] pgmap v17611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:37.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:35.539762+0000 mgr.y (mgr.24491) 19934 : cluster [DBG] pgmap v17611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:35.539762+0000 mgr.y (mgr.24491) 19934 : cluster [DBG] pgmap v17611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:37] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:19:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:37.540275+0000 mgr.y (mgr.24491) 19935 : cluster [DBG] pgmap v17612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:37.540275+0000 mgr.y (mgr.24491) 19935 : cluster [DBG] pgmap v17612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:39.658 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:19:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:37.540275+0000 mgr.y (mgr.24491) 19935 : cluster [DBG] pgmap v17612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:39.935 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:19:39.935 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 6m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:19:39.935 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 6m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:19:39.935 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 6m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 6m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 6m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 6m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 6m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 6m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 6m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 6m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 6m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 6m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 6m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 6m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:19:39.936 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 6m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:19:39.937 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 6m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:19:39.937 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 6m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:19:39.937 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 6m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:19:39.937 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 6m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:19:39.937 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 6m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:19:40.271 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:19:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:19:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:19:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:19:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:19:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:19:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:19:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:19:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:19:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:19:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:19:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:19:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:19:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:19:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:19:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:19:40.272 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:19:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:19:40.272037+0000 mon.c (mon.2) 612 : audit [DBG] from='client.? 172.21.15.177:0/724177682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:19:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:19:40.272037+0000 mon.c (mon.2) 612 : audit [DBG] from='client.? 172.21.15.177:0/724177682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:19:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:19:40.272037+0000 mon.c (mon.2) 612 : audit [DBG] from='client.? 172.21.15.177:0/724177682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:19:41.348 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:19:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:39.540978+0000 mgr.y (mgr.24491) 19936 : cluster [DBG] pgmap v17613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:19:39.647368+0000 mgr.y (mgr.24491) 19937 : audit [DBG] from='client.45254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:19:39.928712+0000 mgr.y (mgr.24491) 19938 : audit [DBG] from='client.35352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:19:40.858436+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:19:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:19:41.148879+0000 mon.a (mon.0) 4095 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:19:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:19:41.149493+0000 mon.a (mon.0) 4096 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:19:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:19:41.153889+0000 mon.a (mon.0) 4097 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:19:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:39.540978+0000 mgr.y (mgr.24491) 19936 : cluster [DBG] pgmap v17613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:19:39.647368+0000 mgr.y (mgr.24491) 19937 : audit [DBG] from='client.45254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:19:39.928712+0000 mgr.y (mgr.24491) 19938 : audit [DBG] from='client.35352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:41.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:19:40.858436+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:19:41.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:19:41.148879+0000 mon.a (mon.0) 4095 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:19:41.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:19:41.149493+0000 mon.a (mon.0) 4096 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:19:41.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:19:41.153889+0000 mon.a (mon.0) 4097 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:19:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:39.540978+0000 mgr.y (mgr.24491) 19936 : cluster [DBG] pgmap v17613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:19:39.647368+0000 mgr.y (mgr.24491) 19937 : audit [DBG] from='client.45254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:19:39.928712+0000 mgr.y (mgr.24491) 19938 : audit [DBG] from='client.35352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:19:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:19:40.858436+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:19:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:19:41.148879+0000 mon.a (mon.0) 4095 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:19:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:19:41.149493+0000 mon.a (mon.0) 4096 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:19:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:19:41.153889+0000 mon.a (mon.0) 4097 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:19:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:41.541341+0000 mgr.y (mgr.24491) 19939 : cluster [DBG] pgmap v17614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:41.541341+0000 mgr.y (mgr.24491) 19939 : cluster [DBG] pgmap v17614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:41.541341+0000 mgr.y (mgr.24491) 19939 : cluster [DBG] pgmap v17614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:43.541808+0000 mgr.y (mgr.24491) 19940 : cluster [DBG] pgmap v17615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:43.541808+0000 mgr.y (mgr.24491) 19940 : cluster [DBG] pgmap v17615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:43.541808+0000 mgr.y (mgr.24491) 19940 : cluster [DBG] pgmap v17615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:45.542468+0000 mgr.y (mgr.24491) 19941 : cluster [DBG] pgmap v17616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:45.542468+0000 mgr.y (mgr.24491) 19941 : cluster [DBG] pgmap v17616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:45.542468+0000 mgr.y (mgr.24491) 19941 : cluster [DBG] pgmap v17616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:47] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:19:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:47.542928+0000 mgr.y (mgr.24491) 19942 : cluster [DBG] pgmap v17617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:49.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:47.542928+0000 mgr.y (mgr.24491) 19942 : cluster [DBG] pgmap v17617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:47.542928+0000 mgr.y (mgr.24491) 19942 : cluster [DBG] pgmap v17617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:51.369 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:19:51.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:49.543632+0000 mgr.y (mgr.24491) 19943 : cluster [DBG] pgmap v17618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:49.543632+0000 mgr.y (mgr.24491) 19943 : cluster [DBG] pgmap v17618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:49.543632+0000 mgr.y (mgr.24491) 19943 : cluster [DBG] pgmap v17618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:51.544024+0000 mgr.y (mgr.24491) 19944 : cluster [DBG] pgmap v17619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:53.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:51.544024+0000 mgr.y (mgr.24491) 19944 : cluster [DBG] pgmap v17619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:51.544024+0000 mgr.y (mgr.24491) 19944 : cluster [DBG] pgmap v17619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:53.544404+0000 mgr.y (mgr.24491) 19945 : cluster [DBG] pgmap v17620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:53.544404+0000 mgr.y (mgr.24491) 19945 : cluster [DBG] pgmap v17620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:53.544404+0000 mgr.y (mgr.24491) 19945 : cluster [DBG] pgmap v17620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:55.545186+0000 mgr.y (mgr.24491) 19946 : cluster [DBG] pgmap v17621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:55.545186+0000 mgr.y (mgr.24491) 19946 : cluster [DBG] pgmap v17621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:55.545186+0000 mgr.y (mgr.24491) 19946 : cluster [DBG] pgmap v17621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:19:57] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:19:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:57.545844+0000 mgr.y (mgr.24491) 19947 : cluster [DBG] pgmap v17622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:57.545844+0000 mgr.y (mgr.24491) 19947 : cluster [DBG] pgmap v17622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:19:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:19:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:57.545844+0000 mgr.y (mgr.24491) 19947 : cluster [DBG] pgmap v17622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:00.390 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T13:20:00.000+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:20:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:00.000107+0000 mon.a (mon.0) 4098 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:20:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:00.000107+0000 mon.a (mon.0) 4098 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:20:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:00.000107+0000 mon.a (mon.0) 4098 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:20:01.392 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:20:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:19:59.546491+0000 mgr.y (mgr.24491) 19948 : cluster [DBG] pgmap v17623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:19:59.546491+0000 mgr.y (mgr.24491) 19948 : cluster [DBG] pgmap v17623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:19:59.546491+0000 mgr.y (mgr.24491) 19948 : cluster [DBG] pgmap v17623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:01.546889+0000 mgr.y (mgr.24491) 19949 : cluster [DBG] pgmap v17624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:01.546889+0000 mgr.y (mgr.24491) 19949 : cluster [DBG] pgmap v17624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:01.546889+0000 mgr.y (mgr.24491) 19949 : cluster [DBG] pgmap v17624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:03.547317+0000 mgr.y (mgr.24491) 19950 : cluster [DBG] pgmap v17625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:03.547317+0000 mgr.y (mgr.24491) 19950 : cluster [DBG] pgmap v17625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:03.547317+0000 mgr.y (mgr.24491) 19950 : cluster [DBG] pgmap v17625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:07.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:05.548068+0000 mgr.y (mgr.24491) 19951 : cluster [DBG] pgmap v17626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:07.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:05.548068+0000 mgr.y (mgr.24491) 19951 : cluster [DBG] pgmap v17626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:05.548068+0000 mgr.y (mgr.24491) 19951 : cluster [DBG] pgmap v17626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:07] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T13:20:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:07.548625+0000 mgr.y (mgr.24491) 19952 : cluster [DBG] pgmap v17627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:07.548625+0000 mgr.y (mgr.24491) 19952 : cluster [DBG] pgmap v17627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:07.548625+0000 mgr.y (mgr.24491) 19952 : cluster [DBG] pgmap v17627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:10.586 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:20:10.858 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:20:10.859 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 6m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:20:10.859 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 6m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:20:10.859 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 6m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:20:10.859 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 6m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:20:10.859 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 6m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:20:10.859 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 6m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:20:10.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 6m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:20:10.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 6m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:20:10.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 6m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:20:10.859 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 6m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:20:10.859 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 6m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:20:10.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 6m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:20:10.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 6m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:20:10.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 6m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:20:10.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 6m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:20:10.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 6m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:20:10.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 6m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:20:10.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 6m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:20:10.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 6m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:20:10.860 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 6m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:20:11.193 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:20:11.193 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:20:11.193 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:20:11.193 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:20:11.193 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:20:11.193 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:20:11.193 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:20:11.193 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:20:11.193 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:20:11.194 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:20:11.194 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:20:11.194 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:20:11.194 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:20:11.194 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:20:11.194 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:20:11.194 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:20:11.194 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:20:11.408 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:20:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:09.549507+0000 mgr.y (mgr.24491) 19953 : cluster [DBG] pgmap v17628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:20:11.194501+0000 mon.c (mon.2) 613 : audit [DBG] from='client.? 172.21.15.177:0/363968355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:20:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:09.549507+0000 mgr.y (mgr.24491) 19953 : cluster [DBG] pgmap v17628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:20:11.194501+0000 mon.c (mon.2) 613 : audit [DBG] from='client.? 172.21.15.177:0/363968355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:20:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:09.549507+0000 mgr.y (mgr.24491) 19953 : cluster [DBG] pgmap v17628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:20:11.194501+0000 mon.c (mon.2) 613 : audit [DBG] from='client.? 172.21.15.177:0/363968355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:20:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:20:10.574227+0000 mgr.y (mgr.24491) 19954 : audit [DBG] from='client.45272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:20:10.852417+0000 mgr.y (mgr.24491) 19955 : audit [DBG] from='client.35370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:20:10.574227+0000 mgr.y (mgr.24491) 19954 : audit [DBG] from='client.45272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:20:10.852417+0000 mgr.y (mgr.24491) 19955 : audit [DBG] from='client.35370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:20:10.574227+0000 mgr.y (mgr.24491) 19954 : audit [DBG] from='client.45272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:20:10.852417+0000 mgr.y (mgr.24491) 19955 : audit [DBG] from='client.35370 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:11.550057+0000 mgr.y (mgr.24491) 19956 : cluster [DBG] pgmap v17629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:11.550057+0000 mgr.y (mgr.24491) 19956 : cluster [DBG] pgmap v17629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:11.550057+0000 mgr.y (mgr.24491) 19956 : cluster [DBG] pgmap v17629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:15.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:13.550617+0000 mgr.y (mgr.24491) 19957 : cluster [DBG] pgmap v17630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:13.550617+0000 mgr.y (mgr.24491) 19957 : cluster [DBG] pgmap v17630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:13.550617+0000 mgr.y (mgr.24491) 19957 : cluster [DBG] pgmap v17630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:15.551405+0000 mgr.y (mgr.24491) 19958 : cluster [DBG] pgmap v17631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:15.551405+0000 mgr.y (mgr.24491) 19958 : cluster [DBG] pgmap v17631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:15.551405+0000 mgr.y (mgr.24491) 19958 : cluster [DBG] pgmap v17631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:20:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:17.551864+0000 mgr.y (mgr.24491) 19959 : cluster [DBG] pgmap v17632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:17.551864+0000 mgr.y (mgr.24491) 19959 : cluster [DBG] pgmap v17632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:17.551864+0000 mgr.y (mgr.24491) 19959 : cluster [DBG] pgmap v17632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:21.429 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:20:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:19.552690+0000 mgr.y (mgr.24491) 19960 : cluster [DBG] pgmap v17633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:19.552690+0000 mgr.y (mgr.24491) 19960 : cluster [DBG] pgmap v17633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:19.552690+0000 mgr.y (mgr.24491) 19960 : cluster [DBG] pgmap v17633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:21.553265+0000 mgr.y (mgr.24491) 19961 : cluster [DBG] pgmap v17634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:21.553265+0000 mgr.y (mgr.24491) 19961 : cluster [DBG] pgmap v17634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:21.553265+0000 mgr.y (mgr.24491) 19961 : cluster [DBG] pgmap v17634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:23.553828+0000 mgr.y (mgr.24491) 19962 : cluster [DBG] pgmap v17635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:23.553828+0000 mgr.y (mgr.24491) 19962 : cluster [DBG] pgmap v17635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:23.553828+0000 mgr.y (mgr.24491) 19962 : cluster [DBG] pgmap v17635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:25.554689+0000 mgr.y (mgr.24491) 19963 : cluster [DBG] pgmap v17636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:25.554689+0000 mgr.y (mgr.24491) 19963 : cluster [DBG] pgmap v17636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:25.554689+0000 mgr.y (mgr.24491) 19963 : cluster [DBG] pgmap v17636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:20:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:27.555172+0000 mgr.y (mgr.24491) 19964 : cluster [DBG] pgmap v17637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:27.555172+0000 mgr.y (mgr.24491) 19964 : cluster [DBG] pgmap v17637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:27.555172+0000 mgr.y (mgr.24491) 19964 : cluster [DBG] pgmap v17637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:31.445 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:20:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:29.555893+0000 mgr.y (mgr.24491) 19965 : cluster [DBG] pgmap v17638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:29.555893+0000 mgr.y (mgr.24491) 19965 : cluster [DBG] pgmap v17638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:29.555893+0000 mgr.y (mgr.24491) 19965 : cluster [DBG] pgmap v17638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:31.556413+0000 mgr.y (mgr.24491) 19966 : cluster [DBG] pgmap v17639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:31.556413+0000 mgr.y (mgr.24491) 19966 : cluster [DBG] pgmap v17639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:31.556413+0000 mgr.y (mgr.24491) 19966 : cluster [DBG] pgmap v17639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:33.556927+0000 mgr.y (mgr.24491) 19967 : cluster [DBG] pgmap v17640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:33.556927+0000 mgr.y (mgr.24491) 19967 : cluster [DBG] pgmap v17640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:33.556927+0000 mgr.y (mgr.24491) 19967 : cluster [DBG] pgmap v17640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:37.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:35.557577+0000 mgr.y (mgr.24491) 19968 : cluster [DBG] pgmap v17641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:37.728 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:35.557577+0000 mgr.y (mgr.24491) 19968 : cluster [DBG] pgmap v17641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:35.557577+0000 mgr.y (mgr.24491) 19968 : cluster [DBG] pgmap v17641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:37] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:20:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:37.558046+0000 mgr.y (mgr.24491) 19969 : cluster [DBG] pgmap v17642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:37.558046+0000 mgr.y (mgr.24491) 19969 : cluster [DBG] pgmap v17642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:37.558046+0000 mgr.y (mgr.24491) 19969 : cluster [DBG] pgmap v17642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:41.461 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:20:41.512 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:20:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:39.558709+0000 mgr.y (mgr.24491) 19970 : cluster [DBG] pgmap v17643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:20:41.158040+0000 mon.a (mon.0) 4099 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:20:41.786 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:20:41.786 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 7m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:20:41.786 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:20:41.786 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 7m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:20:41.786 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:20:41.786 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:20:41.786 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 7m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:20:41.786 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 7m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 7m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 7m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 7m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 7m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 7m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 7m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 7m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 7m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:20:41.787 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:20:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:39.558709+0000 mgr.y (mgr.24491) 19970 : cluster [DBG] pgmap v17643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:20:41.158040+0000 mon.a (mon.0) 4099 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:20:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:39.558709+0000 mgr.y (mgr.24491) 19970 : cluster [DBG] pgmap v17643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:20:41.158040+0000 mon.a (mon.0) 4099 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:20:42.116 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:20:42.116 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:20:42.116 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:20:42.116 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:20:42.116 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:20:42.117 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:20:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:20:41.464514+0000 mon.a (mon.0) 4100 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:20:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:20:41.465183+0000 mon.a (mon.0) 4101 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:20:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:20:41.468871+0000 mon.a (mon.0) 4102 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:20:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:20:41.501988+0000 mgr.y (mgr.24491) 19971 : audit [DBG] from='client.35382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:20:42.117670+0000 mon.a (mon.0) 4103 : audit [DBG] from='client.? 172.21.15.177:0/970376183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:20:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:20:41.464514+0000 mon.a (mon.0) 4100 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:20:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:20:41.465183+0000 mon.a (mon.0) 4101 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:20:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:20:41.468871+0000 mon.a (mon.0) 4102 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:20:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:20:41.501988+0000 mgr.y (mgr.24491) 19971 : audit [DBG] from='client.35382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:20:42.117670+0000 mon.a (mon.0) 4103 : audit [DBG] from='client.? 172.21.15.177:0/970376183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:20:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:20:41.464514+0000 mon.a (mon.0) 4100 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:20:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:20:41.465183+0000 mon.a (mon.0) 4101 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:20:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:20:41.468871+0000 mon.a (mon.0) 4102 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:20:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:20:41.501988+0000 mgr.y (mgr.24491) 19971 : audit [DBG] from='client.35382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:20:42.117670+0000 mon.a (mon.0) 4103 : audit [DBG] from='client.? 172.21.15.177:0/970376183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:20:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:41.559082+0000 mgr.y (mgr.24491) 19972 : cluster [DBG] pgmap v17644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:20:41.779876+0000 mgr.y (mgr.24491) 19973 : audit [DBG] from='client.45296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:41.559082+0000 mgr.y (mgr.24491) 19972 : cluster [DBG] pgmap v17644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:20:41.779876+0000 mgr.y (mgr.24491) 19973 : audit [DBG] from='client.45296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:41.559082+0000 mgr.y (mgr.24491) 19972 : cluster [DBG] pgmap v17644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:20:41.779876+0000 mgr.y (mgr.24491) 19973 : audit [DBG] from='client.45296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:20:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:43.559492+0000 mgr.y (mgr.24491) 19974 : cluster [DBG] pgmap v17645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:43.559492+0000 mgr.y (mgr.24491) 19974 : cluster [DBG] pgmap v17645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:43.559492+0000 mgr.y (mgr.24491) 19974 : cluster [DBG] pgmap v17645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:45.560187+0000 mgr.y (mgr.24491) 19975 : cluster [DBG] pgmap v17646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:45.560187+0000 mgr.y (mgr.24491) 19975 : cluster [DBG] pgmap v17646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:45.560187+0000 mgr.y (mgr.24491) 19975 : cluster [DBG] pgmap v17646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:47] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:20:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:47.560674+0000 mgr.y (mgr.24491) 19976 : cluster [DBG] pgmap v17647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:47.560674+0000 mgr.y (mgr.24491) 19976 : cluster [DBG] pgmap v17647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:47.560674+0000 mgr.y (mgr.24491) 19976 : cluster [DBG] pgmap v17647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:51.482 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:20:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:49.561515+0000 mgr.y (mgr.24491) 19977 : cluster [DBG] pgmap v17648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:49.561515+0000 mgr.y (mgr.24491) 19977 : cluster [DBG] pgmap v17648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:51.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:49.561515+0000 mgr.y (mgr.24491) 19977 : cluster [DBG] pgmap v17648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:51.561929+0000 mgr.y (mgr.24491) 19978 : cluster [DBG] pgmap v17649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:51.561929+0000 mgr.y (mgr.24491) 19978 : cluster [DBG] pgmap v17649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:51.561929+0000 mgr.y (mgr.24491) 19978 : cluster [DBG] pgmap v17649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:53.562511+0000 mgr.y (mgr.24491) 19979 : cluster [DBG] pgmap v17650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:53.562511+0000 mgr.y (mgr.24491) 19979 : cluster [DBG] pgmap v17650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:53.562511+0000 mgr.y (mgr.24491) 19979 : cluster [DBG] pgmap v17650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:55.563400+0000 mgr.y (mgr.24491) 19980 : cluster [DBG] pgmap v17651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:20:57] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:20:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:55.563400+0000 mgr.y (mgr.24491) 19980 : cluster [DBG] pgmap v17651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:55.563400+0000 mgr.y (mgr.24491) 19980 : cluster [DBG] pgmap v17651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:59.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:20:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:57.563802+0000 mgr.y (mgr.24491) 19981 : cluster [DBG] pgmap v17652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:57.563802+0000 mgr.y (mgr.24491) 19981 : cluster [DBG] pgmap v17652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:20:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:57.563802+0000 mgr.y (mgr.24491) 19981 : cluster [DBG] pgmap v17652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:01.496 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:21:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:20:59.564643+0000 mgr.y (mgr.24491) 19982 : cluster [DBG] pgmap v17653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:20:59.564643+0000 mgr.y (mgr.24491) 19982 : cluster [DBG] pgmap v17653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:20:59.564643+0000 mgr.y (mgr.24491) 19982 : cluster [DBG] pgmap v17653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:01.565068+0000 mgr.y (mgr.24491) 19983 : cluster [DBG] pgmap v17654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:01.565068+0000 mgr.y (mgr.24491) 19983 : cluster [DBG] pgmap v17654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:01.565068+0000 mgr.y (mgr.24491) 19983 : cluster [DBG] pgmap v17654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:03.565581+0000 mgr.y (mgr.24491) 19984 : cluster [DBG] pgmap v17655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:03.565581+0000 mgr.y (mgr.24491) 19984 : cluster [DBG] pgmap v17655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:03.565581+0000 mgr.y (mgr.24491) 19984 : cluster [DBG] pgmap v17655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:21:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:05.566418+0000 mgr.y (mgr.24491) 19985 : cluster [DBG] pgmap v17656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:05.566418+0000 mgr.y (mgr.24491) 19985 : cluster [DBG] pgmap v17656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:05.566418+0000 mgr.y (mgr.24491) 19985 : cluster [DBG] pgmap v17656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:07.566949+0000 mgr.y (mgr.24491) 19986 : cluster [DBG] pgmap v17657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:07.566949+0000 mgr.y (mgr.24491) 19986 : cluster [DBG] pgmap v17657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:07.566949+0000 mgr.y (mgr.24491) 19986 : cluster [DBG] pgmap v17657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:21:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:09.567555+0000 mgr.y (mgr.24491) 19987 : cluster [DBG] pgmap v17658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:09.567555+0000 mgr.y (mgr.24491) 19987 : cluster [DBG] pgmap v17658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:09.567555+0000 mgr.y (mgr.24491) 19987 : cluster [DBG] pgmap v17658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:12.432 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:21:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:21:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 7m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 7m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 7m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 7m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 7m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 7m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 7m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 7m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 7m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 7m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 7m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 7m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:21:12.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 7m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:21:12.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 7m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:21:12.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:21:12.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:21:12.717 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:21:13.054 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:21:13.055 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:21:13.055 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:21:13.055 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:21:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:11.568158+0000 mgr.y (mgr.24491) 19988 : cluster [DBG] pgmap v17659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:21:12.421099+0000 mgr.y (mgr.24491) 19989 : audit [DBG] from='client.35400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:21:13.055122+0000 mon.a (mon.0) 4104 : audit [DBG] from='client.? 172.21.15.177:0/1258438263' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:21:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:11.568158+0000 mgr.y (mgr.24491) 19988 : cluster [DBG] pgmap v17659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:21:12.421099+0000 mgr.y (mgr.24491) 19989 : audit [DBG] from='client.35400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:21:13.055122+0000 mon.a (mon.0) 4104 : audit [DBG] from='client.? 172.21.15.177:0/1258438263' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:21:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:11.568158+0000 mgr.y (mgr.24491) 19988 : cluster [DBG] pgmap v17659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:21:12.421099+0000 mgr.y (mgr.24491) 19989 : audit [DBG] from='client.35400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:21:13.055122+0000 mon.a (mon.0) 4104 : audit [DBG] from='client.? 172.21.15.177:0/1258438263' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:21:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:21:12.708987+0000 mgr.y (mgr.24491) 19990 : audit [DBG] from='client.35406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:14.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:21:12.708987+0000 mgr.y (mgr.24491) 19990 : audit [DBG] from='client.35406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:21:12.708987+0000 mgr.y (mgr.24491) 19990 : audit [DBG] from='client.35406 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:13.568650+0000 mgr.y (mgr.24491) 19991 : cluster [DBG] pgmap v17660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:13.568650+0000 mgr.y (mgr.24491) 19991 : cluster [DBG] pgmap v17660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:13.568650+0000 mgr.y (mgr.24491) 19991 : cluster [DBG] pgmap v17660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:15.569439+0000 mgr.y (mgr.24491) 19992 : cluster [DBG] pgmap v17661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:16.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:15.569439+0000 mgr.y (mgr.24491) 19992 : cluster [DBG] pgmap v17661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:15.569439+0000 mgr.y (mgr.24491) 19992 : cluster [DBG] pgmap v17661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:21:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:17.569905+0000 mgr.y (mgr.24491) 19993 : cluster [DBG] pgmap v17662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:17.569905+0000 mgr.y (mgr.24491) 19993 : cluster [DBG] pgmap v17662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:17.569905+0000 mgr.y (mgr.24491) 19993 : cluster [DBG] pgmap v17662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:19.570552+0000 mgr.y (mgr.24491) 19994 : cluster [DBG] pgmap v17663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:20.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:19.570552+0000 mgr.y (mgr.24491) 19994 : cluster [DBG] pgmap v17663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:19.570552+0000 mgr.y (mgr.24491) 19994 : cluster [DBG] pgmap v17663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:21:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:21.571078+0000 mgr.y (mgr.24491) 19995 : cluster [DBG] pgmap v17664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:21.571078+0000 mgr.y (mgr.24491) 19995 : cluster [DBG] pgmap v17664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:21.571078+0000 mgr.y (mgr.24491) 19995 : cluster [DBG] pgmap v17664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:23.571599+0000 mgr.y (mgr.24491) 19996 : cluster [DBG] pgmap v17665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:23.571599+0000 mgr.y (mgr.24491) 19996 : cluster [DBG] pgmap v17665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:23.571599+0000 mgr.y (mgr.24491) 19996 : cluster [DBG] pgmap v17665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:25.572507+0000 mgr.y (mgr.24491) 19997 : cluster [DBG] pgmap v17666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:25.572507+0000 mgr.y (mgr.24491) 19997 : cluster [DBG] pgmap v17666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:25.572507+0000 mgr.y (mgr.24491) 19997 : cluster [DBG] pgmap v17666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:21:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:27.573000+0000 mgr.y (mgr.24491) 19998 : cluster [DBG] pgmap v17667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:27.573000+0000 mgr.y (mgr.24491) 19998 : cluster [DBG] pgmap v17667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:27.573000+0000 mgr.y (mgr.24491) 19998 : cluster [DBG] pgmap v17667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:29.573667+0000 mgr.y (mgr.24491) 19999 : cluster [DBG] pgmap v17668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:30.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:29.573667+0000 mgr.y (mgr.24491) 19999 : cluster [DBG] pgmap v17668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:29.573667+0000 mgr.y (mgr.24491) 19999 : cluster [DBG] pgmap v17668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:21:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:31.574142+0000 mgr.y (mgr.24491) 20000 : cluster [DBG] pgmap v17669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:31.574142+0000 mgr.y (mgr.24491) 20000 : cluster [DBG] pgmap v17669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:31.574142+0000 mgr.y (mgr.24491) 20000 : cluster [DBG] pgmap v17669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:33.574653+0000 mgr.y (mgr.24491) 20001 : cluster [DBG] pgmap v17670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:33.574653+0000 mgr.y (mgr.24491) 20001 : cluster [DBG] pgmap v17670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:33.574653+0000 mgr.y (mgr.24491) 20001 : cluster [DBG] pgmap v17670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:35.575452+0000 mgr.y (mgr.24491) 20002 : cluster [DBG] pgmap v17671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:36.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:35.575452+0000 mgr.y (mgr.24491) 20002 : cluster [DBG] pgmap v17671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:35.575452+0000 mgr.y (mgr.24491) 20002 : cluster [DBG] pgmap v17671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:37] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T13:21:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:37.575874+0000 mgr.y (mgr.24491) 20003 : cluster [DBG] pgmap v17672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:37.575874+0000 mgr.y (mgr.24491) 20003 : cluster [DBG] pgmap v17672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:37.575874+0000 mgr.y (mgr.24491) 20003 : cluster [DBG] pgmap v17672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:39.576464+0000 mgr.y (mgr.24491) 20004 : cluster [DBG] pgmap v17673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:39.576464+0000 mgr.y (mgr.24491) 20004 : cluster [DBG] pgmap v17673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:39.576464+0000 mgr.y (mgr.24491) 20004 : cluster [DBG] pgmap v17673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:21:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:21:41.473189+0000 mon.a (mon.0) 4105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:21:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:21:41.473189+0000 mon.a (mon.0) 4105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:21:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:21:41.473189+0000 mon.a (mon.0) 4105 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:21:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:41.576841+0000 mgr.y (mgr.24491) 20005 : cluster [DBG] pgmap v17674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:21:41.766791+0000 mon.a (mon.0) 4106 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:21:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:21:41.767396+0000 mon.a (mon.0) 4107 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:21:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:21:41.774872+0000 mon.a (mon.0) 4108 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:21:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:41.576841+0000 mgr.y (mgr.24491) 20005 : cluster [DBG] pgmap v17674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:21:41.766791+0000 mon.a (mon.0) 4106 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:21:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:21:41.767396+0000 mon.a (mon.0) 4107 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:21:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:21:41.774872+0000 mon.a (mon.0) 4108 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:21:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:41.576841+0000 mgr.y (mgr.24491) 20005 : cluster [DBG] pgmap v17674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:21:41.766791+0000 mon.a (mon.0) 4106 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:21:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:21:41.767396+0000 mon.a (mon.0) 4107 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:21:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:21:41.774872+0000 mon.a (mon.0) 4108 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:21:43.364 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:21:43.641 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:21:43.641 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:21:43.641 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 8m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:21:43.641 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 8m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:21:43.641 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 8m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:21:43.641 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 8m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:21:43.641 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:21:43.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:21:43.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 8m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:21:43.641 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:21:43.641 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:21:43.642 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 8m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:21:43.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:21:43.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:21:43.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:21:43.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:21:43.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 8m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:21:43.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 8m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:21:43.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 8m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:21:43.642 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 8m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:21:43.642 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 8m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:21:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:21:43.353362+0000 mgr.y (mgr.24491) 20006 : audit [DBG] from='client.45326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:21:43.353362+0000 mgr.y (mgr.24491) 20006 : audit [DBG] from='client.45326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:43.975 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:21:43.975 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:21:43.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:21:43.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:21:43.975 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:21:43.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:21:43.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:21:43.975 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:21:43.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:21:43.976 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:21:43.976 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:21:43.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:21:43.976 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:21:43.976 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:21:43.976 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:21:43.976 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:21:43.976 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:21:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:21:43.353362+0000 mgr.y (mgr.24491) 20006 : audit [DBG] from='client.45326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:43.577178+0000 mgr.y (mgr.24491) 20007 : cluster [DBG] pgmap v17675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:21:43.633157+0000 mgr.y (mgr.24491) 20008 : audit [DBG] from='client.35424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:44.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:21:43.976748+0000 mon.a (mon.0) 4109 : audit [DBG] from='client.? 172.21.15.177:0/3358838175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:21:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:43.577178+0000 mgr.y (mgr.24491) 20007 : cluster [DBG] pgmap v17675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:21:43.633157+0000 mgr.y (mgr.24491) 20008 : audit [DBG] from='client.35424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:44.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:21:43.976748+0000 mon.a (mon.0) 4109 : audit [DBG] from='client.? 172.21.15.177:0/3358838175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:21:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:43.577178+0000 mgr.y (mgr.24491) 20007 : cluster [DBG] pgmap v17675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:21:43.633157+0000 mgr.y (mgr.24491) 20008 : audit [DBG] from='client.35424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:21:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:21:43.976748+0000 mon.a (mon.0) 4109 : audit [DBG] from='client.? 172.21.15.177:0/3358838175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:21:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:45.577876+0000 mgr.y (mgr.24491) 20009 : cluster [DBG] pgmap v17676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:45.577876+0000 mgr.y (mgr.24491) 20009 : cluster [DBG] pgmap v17676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:45.577876+0000 mgr.y (mgr.24491) 20009 : cluster [DBG] pgmap v17676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:21:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:47.578415+0000 mgr.y (mgr.24491) 20010 : cluster [DBG] pgmap v17677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:47.578415+0000 mgr.y (mgr.24491) 20010 : cluster [DBG] pgmap v17677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:47.578415+0000 mgr.y (mgr.24491) 20010 : cluster [DBG] pgmap v17677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:49.579177+0000 mgr.y (mgr.24491) 20011 : cluster [DBG] pgmap v17678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:50.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:49.579177+0000 mgr.y (mgr.24491) 20011 : cluster [DBG] pgmap v17678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:50.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:49.579177+0000 mgr.y (mgr.24491) 20011 : cluster [DBG] pgmap v17678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:21:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:51.579668+0000 mgr.y (mgr.24491) 20012 : cluster [DBG] pgmap v17679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:51.579668+0000 mgr.y (mgr.24491) 20012 : cluster [DBG] pgmap v17679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:51.579668+0000 mgr.y (mgr.24491) 20012 : cluster [DBG] pgmap v17679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:53.580147+0000 mgr.y (mgr.24491) 20013 : cluster [DBG] pgmap v17680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:53.580147+0000 mgr.y (mgr.24491) 20013 : cluster [DBG] pgmap v17680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:53.580147+0000 mgr.y (mgr.24491) 20013 : cluster [DBG] pgmap v17680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:55.580814+0000 mgr.y (mgr.24491) 20014 : cluster [DBG] pgmap v17681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:55.580814+0000 mgr.y (mgr.24491) 20014 : cluster [DBG] pgmap v17681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:55.580814+0000 mgr.y (mgr.24491) 20014 : cluster [DBG] pgmap v17681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:21:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:21:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:21:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:57.581269+0000 mgr.y (mgr.24491) 20015 : cluster [DBG] pgmap v17682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:57.581269+0000 mgr.y (mgr.24491) 20015 : cluster [DBG] pgmap v17682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:21:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:21:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:57.581269+0000 mgr.y (mgr.24491) 20015 : cluster [DBG] pgmap v17682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:21:59.581902+0000 mgr.y (mgr.24491) 20016 : cluster [DBG] pgmap v17683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:21:59.581902+0000 mgr.y (mgr.24491) 20016 : cluster [DBG] pgmap v17683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:21:59.581902+0000 mgr.y (mgr.24491) 20016 : cluster [DBG] pgmap v17683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:22:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:01.582364+0000 mgr.y (mgr.24491) 20017 : cluster [DBG] pgmap v17684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:01.582364+0000 mgr.y (mgr.24491) 20017 : cluster [DBG] pgmap v17684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:01.582364+0000 mgr.y (mgr.24491) 20017 : cluster [DBG] pgmap v17684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:03.582826+0000 mgr.y (mgr.24491) 20018 : cluster [DBG] pgmap v17685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:03.582826+0000 mgr.y (mgr.24491) 20018 : cluster [DBG] pgmap v17685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:03.582826+0000 mgr.y (mgr.24491) 20018 : cluster [DBG] pgmap v17685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:05.583648+0000 mgr.y (mgr.24491) 20019 : cluster [DBG] pgmap v17686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:05.583648+0000 mgr.y (mgr.24491) 20019 : cluster [DBG] pgmap v17686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:05.583648+0000 mgr.y (mgr.24491) 20019 : cluster [DBG] pgmap v17686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:22:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:07.584059+0000 mgr.y (mgr.24491) 20020 : cluster [DBG] pgmap v17687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:07.584059+0000 mgr.y (mgr.24491) 20020 : cluster [DBG] pgmap v17687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:07.584059+0000 mgr.y (mgr.24491) 20020 : cluster [DBG] pgmap v17687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:09.584747+0000 mgr.y (mgr.24491) 20021 : cluster [DBG] pgmap v17688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:09.584747+0000 mgr.y (mgr.24491) 20021 : cluster [DBG] pgmap v17688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:11.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:09.584747+0000 mgr.y (mgr.24491) 20021 : cluster [DBG] pgmap v17688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:22:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:11.585115+0000 mgr.y (mgr.24491) 20022 : cluster [DBG] pgmap v17689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:11.585115+0000 mgr.y (mgr.24491) 20022 : cluster [DBG] pgmap v17689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:11.585115+0000 mgr.y (mgr.24491) 20022 : cluster [DBG] pgmap v17689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:14.289 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 8m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 8m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 8m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 8m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 8m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 8m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 8m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 8m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:22:14.563 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 8m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:22:14.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 8m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:22:14.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 8m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:22:14.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 8m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:22:14.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 8m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:22:14.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 8m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:22:14.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 8m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:22:14.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 8m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:22:14.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 8m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:22:14.564 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 8m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:22:14.898 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:22:14.899 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:22:14.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:22:14.899 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:22:14.899 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:22:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:13.585505+0000 mgr.y (mgr.24491) 20023 : cluster [DBG] pgmap v17690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:22:14.278710+0000 mgr.y (mgr.24491) 20024 : audit [DBG] from='client.45344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:13.585505+0000 mgr.y (mgr.24491) 20023 : cluster [DBG] pgmap v17690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:22:14.278710+0000 mgr.y (mgr.24491) 20024 : audit [DBG] from='client.45344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:13.585505+0000 mgr.y (mgr.24491) 20023 : cluster [DBG] pgmap v17690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:22:14.278710+0000 mgr.y (mgr.24491) 20024 : audit [DBG] from='client.45344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:22:14.556611+0000 mgr.y (mgr.24491) 20025 : audit [DBG] from='client.45350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:22:14.899006+0000 mon.c (mon.2) 614 : audit [DBG] from='client.? 172.21.15.177:0/3100296364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:22:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:22:14.556611+0000 mgr.y (mgr.24491) 20025 : audit [DBG] from='client.45350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:22:14.899006+0000 mon.c (mon.2) 614 : audit [DBG] from='client.? 172.21.15.177:0/3100296364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:22:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:22:14.556611+0000 mgr.y (mgr.24491) 20025 : audit [DBG] from='client.45350 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:22:14.899006+0000 mon.c (mon.2) 614 : audit [DBG] from='client.? 172.21.15.177:0/3100296364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:22:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:15.586198+0000 mgr.y (mgr.24491) 20026 : cluster [DBG] pgmap v17691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:15.586198+0000 mgr.y (mgr.24491) 20026 : cluster [DBG] pgmap v17691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:17.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:15.586198+0000 mgr.y (mgr.24491) 20026 : cluster [DBG] pgmap v17691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:22:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:17.586740+0000 mgr.y (mgr.24491) 20027 : cluster [DBG] pgmap v17692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:17.586740+0000 mgr.y (mgr.24491) 20027 : cluster [DBG] pgmap v17692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:17.586740+0000 mgr.y (mgr.24491) 20027 : cluster [DBG] pgmap v17692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:19.587339+0000 mgr.y (mgr.24491) 20028 : cluster [DBG] pgmap v17693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:19.587339+0000 mgr.y (mgr.24491) 20028 : cluster [DBG] pgmap v17693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:19.587339+0000 mgr.y (mgr.24491) 20028 : cluster [DBG] pgmap v17693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:22:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:21.587753+0000 mgr.y (mgr.24491) 20029 : cluster [DBG] pgmap v17694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:21.587753+0000 mgr.y (mgr.24491) 20029 : cluster [DBG] pgmap v17694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:21.587753+0000 mgr.y (mgr.24491) 20029 : cluster [DBG] pgmap v17694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:23.588142+0000 mgr.y (mgr.24491) 20030 : cluster [DBG] pgmap v17695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:23.588142+0000 mgr.y (mgr.24491) 20030 : cluster [DBG] pgmap v17695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:23.588142+0000 mgr.y (mgr.24491) 20030 : cluster [DBG] pgmap v17695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:25.588866+0000 mgr.y (mgr.24491) 20031 : cluster [DBG] pgmap v17696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:25.588866+0000 mgr.y (mgr.24491) 20031 : cluster [DBG] pgmap v17696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:25.588866+0000 mgr.y (mgr.24491) 20031 : cluster [DBG] pgmap v17696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:22:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:27.589362+0000 mgr.y (mgr.24491) 20032 : cluster [DBG] pgmap v17697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:27.589362+0000 mgr.y (mgr.24491) 20032 : cluster [DBG] pgmap v17697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:27.589362+0000 mgr.y (mgr.24491) 20032 : cluster [DBG] pgmap v17697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:29.589982+0000 mgr.y (mgr.24491) 20033 : cluster [DBG] pgmap v17698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:29.589982+0000 mgr.y (mgr.24491) 20033 : cluster [DBG] pgmap v17698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:31.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:29.589982+0000 mgr.y (mgr.24491) 20033 : cluster [DBG] pgmap v17698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:22:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:31.590521+0000 mgr.y (mgr.24491) 20034 : cluster [DBG] pgmap v17699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:31.590521+0000 mgr.y (mgr.24491) 20034 : cluster [DBG] pgmap v17699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:33.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:31.590521+0000 mgr.y (mgr.24491) 20034 : cluster [DBG] pgmap v17699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:33.590921+0000 mgr.y (mgr.24491) 20035 : cluster [DBG] pgmap v17700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:33.590921+0000 mgr.y (mgr.24491) 20035 : cluster [DBG] pgmap v17700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:33.590921+0000 mgr.y (mgr.24491) 20035 : cluster [DBG] pgmap v17700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:35.591534+0000 mgr.y (mgr.24491) 20036 : cluster [DBG] pgmap v17701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:35.591534+0000 mgr.y (mgr.24491) 20036 : cluster [DBG] pgmap v17701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:35.591534+0000 mgr.y (mgr.24491) 20036 : cluster [DBG] pgmap v17701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:22:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:37.592056+0000 mgr.y (mgr.24491) 20037 : cluster [DBG] pgmap v17702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:37.592056+0000 mgr.y (mgr.24491) 20037 : cluster [DBG] pgmap v17702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:37.592056+0000 mgr.y (mgr.24491) 20037 : cluster [DBG] pgmap v17702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:39.592738+0000 mgr.y (mgr.24491) 20038 : cluster [DBG] pgmap v17703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:39.592738+0000 mgr.y (mgr.24491) 20038 : cluster [DBG] pgmap v17703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:39.592738+0000 mgr.y (mgr.24491) 20038 : cluster [DBG] pgmap v17703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:22:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:41.593257+0000 mgr.y (mgr.24491) 20039 : cluster [DBG] pgmap v17704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:22:41.779287+0000 mon.a (mon.0) 4110 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:22:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:22:42.074074+0000 mon.a (mon.0) 4111 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:22:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:22:42.074695+0000 mon.a (mon.0) 4112 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:22:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:22:42.078986+0000 mon.a (mon.0) 4113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:22:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:41.593257+0000 mgr.y (mgr.24491) 20039 : cluster [DBG] pgmap v17704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:22:41.779287+0000 mon.a (mon.0) 4110 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:22:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:22:42.074074+0000 mon.a (mon.0) 4111 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:22:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:22:42.074695+0000 mon.a (mon.0) 4112 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:22:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:22:42.078986+0000 mon.a (mon.0) 4113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:22:43.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:41.593257+0000 mgr.y (mgr.24491) 20039 : cluster [DBG] pgmap v17704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:43.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:22:41.779287+0000 mon.a (mon.0) 4110 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:22:43.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:22:42.074074+0000 mon.a (mon.0) 4111 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:22:43.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:22:42.074695+0000 mon.a (mon.0) 4112 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:22:43.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:22:42.078986+0000 mon.a (mon.0) 4113 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:22:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:43.593680+0000 mgr.y (mgr.24491) 20040 : cluster [DBG] pgmap v17705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:43.593680+0000 mgr.y (mgr.24491) 20040 : cluster [DBG] pgmap v17705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:43.593680+0000 mgr.y (mgr.24491) 20040 : cluster [DBG] pgmap v17705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:45.209 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:22:45.483 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:22:45.483 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:22:45.483 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 9m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:22:45.483 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 9m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:22:45.483 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 9m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:22:45.483 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:22:45.483 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:22:45.484 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:22:45.484 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:22:45.484 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:22:45.484 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 9m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:22:45.484 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 9m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:22:45.484 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:22:45.484 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:22:45.484 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:22:45.484 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:22:45.484 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:22:45.484 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:22:45.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:22:45.485 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:22:45.485 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:22:45.815 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:22:45.815 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:22:45.816 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:22:45.816 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:22:45.816 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:22:45.816 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:22:45.816 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:22:45.816 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:22:45.816 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:22:45.816 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:22:45.816 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:22:45.816 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:22:45.816 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:22:45.817 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:22:45.817 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:22:45.817 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:22:45.817 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:22:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:22:45.197773+0000 mgr.y (mgr.24491) 20041 : audit [DBG] from='client.35454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:22:45.476650+0000 mgr.y (mgr.24491) 20042 : audit [DBG] from='client.45368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:22:45.197773+0000 mgr.y (mgr.24491) 20041 : audit [DBG] from='client.35454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:22:45.476650+0000 mgr.y (mgr.24491) 20042 : audit [DBG] from='client.45368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:22:45.197773+0000 mgr.y (mgr.24491) 20041 : audit [DBG] from='client.35454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:46.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:22:45.476650+0000 mgr.y (mgr.24491) 20042 : audit [DBG] from='client.45368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:22:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:45.594235+0000 mgr.y (mgr.24491) 20043 : cluster [DBG] pgmap v17706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:22:45.816980+0000 mon.c (mon.2) 615 : audit [DBG] from='client.? 172.21.15.177:0/527545128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:22:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:45.594235+0000 mgr.y (mgr.24491) 20043 : cluster [DBG] pgmap v17706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:22:45.816980+0000 mon.c (mon.2) 615 : audit [DBG] from='client.? 172.21.15.177:0/527545128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:22:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:45.594235+0000 mgr.y (mgr.24491) 20043 : cluster [DBG] pgmap v17706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:22:45.816980+0000 mon.c (mon.2) 615 : audit [DBG] from='client.? 172.21.15.177:0/527545128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:22:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:22:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:47.594638+0000 mgr.y (mgr.24491) 20044 : cluster [DBG] pgmap v17707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:47.594638+0000 mgr.y (mgr.24491) 20044 : cluster [DBG] pgmap v17707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:47.594638+0000 mgr.y (mgr.24491) 20044 : cluster [DBG] pgmap v17707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:51.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:49.595326+0000 mgr.y (mgr.24491) 20045 : cluster [DBG] pgmap v17708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:51.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:49.595326+0000 mgr.y (mgr.24491) 20045 : cluster [DBG] pgmap v17708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:49.595326+0000 mgr.y (mgr.24491) 20045 : cluster [DBG] pgmap v17708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:22:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:51.595830+0000 mgr.y (mgr.24491) 20046 : cluster [DBG] pgmap v17709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:51.595830+0000 mgr.y (mgr.24491) 20046 : cluster [DBG] pgmap v17709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:51.595830+0000 mgr.y (mgr.24491) 20046 : cluster [DBG] pgmap v17709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:55.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:53.596220+0000 mgr.y (mgr.24491) 20047 : cluster [DBG] pgmap v17710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:55.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:53.596220+0000 mgr.y (mgr.24491) 20047 : cluster [DBG] pgmap v17710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:53.596220+0000 mgr.y (mgr.24491) 20047 : cluster [DBG] pgmap v17710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:57.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:55.596901+0000 mgr.y (mgr.24491) 20048 : cluster [DBG] pgmap v17711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:57.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:55.596901+0000 mgr.y (mgr.24491) 20048 : cluster [DBG] pgmap v17711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:55.596901+0000 mgr.y (mgr.24491) 20048 : cluster [DBG] pgmap v17711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:22:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:22:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:57.597261+0000 mgr.y (mgr.24491) 20049 : cluster [DBG] pgmap v17712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:22:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:57.597261+0000 mgr.y (mgr.24491) 20049 : cluster [DBG] pgmap v17712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:22:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:22:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:57.597261+0000 mgr.y (mgr.24491) 20049 : cluster [DBG] pgmap v17712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:22:59.598028+0000 mgr.y (mgr.24491) 20050 : cluster [DBG] pgmap v17713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:22:59.598028+0000 mgr.y (mgr.24491) 20050 : cluster [DBG] pgmap v17713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:22:59.598028+0000 mgr.y (mgr.24491) 20050 : cluster [DBG] pgmap v17713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:23:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:01.598554+0000 mgr.y (mgr.24491) 20051 : cluster [DBG] pgmap v17714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:01.598554+0000 mgr.y (mgr.24491) 20051 : cluster [DBG] pgmap v17714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:01.598554+0000 mgr.y (mgr.24491) 20051 : cluster [DBG] pgmap v17714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:03.599067+0000 mgr.y (mgr.24491) 20052 : cluster [DBG] pgmap v17715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:03.599067+0000 mgr.y (mgr.24491) 20052 : cluster [DBG] pgmap v17715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:03.599067+0000 mgr.y (mgr.24491) 20052 : cluster [DBG] pgmap v17715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:05.599900+0000 mgr.y (mgr.24491) 20053 : cluster [DBG] pgmap v17716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:05.599900+0000 mgr.y (mgr.24491) 20053 : cluster [DBG] pgmap v17716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:05.599900+0000 mgr.y (mgr.24491) 20053 : cluster [DBG] pgmap v17716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:23:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:07.600270+0000 mgr.y (mgr.24491) 20054 : cluster [DBG] pgmap v17717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:07.600270+0000 mgr.y (mgr.24491) 20054 : cluster [DBG] pgmap v17717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:07.600270+0000 mgr.y (mgr.24491) 20054 : cluster [DBG] pgmap v17717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:11.329 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:23:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:09.600982+0000 mgr.y (mgr.24491) 20055 : cluster [DBG] pgmap v17718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:09.600982+0000 mgr.y (mgr.24491) 20055 : cluster [DBG] pgmap v17718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:11.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:09.600982+0000 mgr.y (mgr.24491) 20055 : cluster [DBG] pgmap v17718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:11.601387+0000 mgr.y (mgr.24491) 20056 : cluster [DBG] pgmap v17719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:11.601387+0000 mgr.y (mgr.24491) 20056 : cluster [DBG] pgmap v17719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:11.601387+0000 mgr.y (mgr.24491) 20056 : cluster [DBG] pgmap v17719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:13.601844+0000 mgr.y (mgr.24491) 20057 : cluster [DBG] pgmap v17720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:13.601844+0000 mgr.y (mgr.24491) 20057 : cluster [DBG] pgmap v17720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:13.601844+0000 mgr.y (mgr.24491) 20057 : cluster [DBG] pgmap v17720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:16.126 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:23:16.403 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:23:16.403 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:23:16.403 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 9m ago 9h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:23:16.403 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 9m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:23:16.403 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 9m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:23:16.403 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 9m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:23:16.403 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 9m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 9m ago 9h 1098M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 9m ago 9h 855M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 9m ago 9h 862M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 9m ago 9h 24.3M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 9m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 9m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 9m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 9m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 9m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 9m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 9m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 9m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 9m ago 9h 45.1M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:23:16.404 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 9h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:23:16.735 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:23:16.735 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:23:16.735 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:23:16.735 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:23:16.735 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:23:16.736 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:23:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:15.602506+0000 mgr.y (mgr.24491) 20058 : cluster [DBG] pgmap v17721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:16.115796+0000 mgr.y (mgr.24491) 20059 : audit [DBG] from='client.35472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:16.396711+0000 mgr.y (mgr.24491) 20060 : audit [DBG] from='client.35478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:16.736274+0000 mon.c (mon.2) 616 : audit [DBG] from='client.? 172.21.15.177:0/3431438647' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:23:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:15.602506+0000 mgr.y (mgr.24491) 20058 : cluster [DBG] pgmap v17721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:16.115796+0000 mgr.y (mgr.24491) 20059 : audit [DBG] from='client.35472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:16.396711+0000 mgr.y (mgr.24491) 20060 : audit [DBG] from='client.35478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:16.736274+0000 mon.c (mon.2) 616 : audit [DBG] from='client.? 172.21.15.177:0/3431438647' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:23:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:15.602506+0000 mgr.y (mgr.24491) 20058 : cluster [DBG] pgmap v17721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:16.115796+0000 mgr.y (mgr.24491) 20059 : audit [DBG] from='client.35472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:16.396711+0000 mgr.y (mgr.24491) 20060 : audit [DBG] from='client.35478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:16.736274+0000 mon.c (mon.2) 616 : audit [DBG] from='client.? 172.21.15.177:0/3431438647' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:23:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:17] "GET /metrics HTTP/1.1" 200 188227 "" "Prometheus/2.33.4" 2024-04-20T13:23:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:17.602842+0000 mgr.y (mgr.24491) 20061 : cluster [DBG] pgmap v17722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:17.602842+0000 mgr.y (mgr.24491) 20061 : cluster [DBG] pgmap v17722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:17.602842+0000 mgr.y (mgr.24491) 20061 : cluster [DBG] pgmap v17722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:21.344 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:23:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:19.603525+0000 mgr.y (mgr.24491) 20062 : cluster [DBG] pgmap v17723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:19.603525+0000 mgr.y (mgr.24491) 20062 : cluster [DBG] pgmap v17723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:19.603525+0000 mgr.y (mgr.24491) 20062 : cluster [DBG] pgmap v17723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:21.603922+0000 mgr.y (mgr.24491) 20063 : cluster [DBG] pgmap v17724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:21.603922+0000 mgr.y (mgr.24491) 20063 : cluster [DBG] pgmap v17724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:21.603922+0000 mgr.y (mgr.24491) 20063 : cluster [DBG] pgmap v17724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:23.604351+0000 mgr.y (mgr.24491) 20064 : cluster [DBG] pgmap v17725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:23.604351+0000 mgr.y (mgr.24491) 20064 : cluster [DBG] pgmap v17725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:23.604351+0000 mgr.y (mgr.24491) 20064 : cluster [DBG] pgmap v17725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:25.605051+0000 mgr.y (mgr.24491) 20065 : cluster [DBG] pgmap v17726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:25.605051+0000 mgr.y (mgr.24491) 20065 : cluster [DBG] pgmap v17726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:25.605051+0000 mgr.y (mgr.24491) 20065 : cluster [DBG] pgmap v17726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:27] "GET /metrics HTTP/1.1" 200 188227 "" "Prometheus/2.33.4" 2024-04-20T13:23:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:27.605498+0000 mgr.y (mgr.24491) 20066 : cluster [DBG] pgmap v17727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:27.605498+0000 mgr.y (mgr.24491) 20066 : cluster [DBG] pgmap v17727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:27.605498+0000 mgr.y (mgr.24491) 20066 : cluster [DBG] pgmap v17727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:31.360 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:23:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:29.606188+0000 mgr.y (mgr.24491) 20067 : cluster [DBG] pgmap v17728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:29.606188+0000 mgr.y (mgr.24491) 20067 : cluster [DBG] pgmap v17728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:29.606188+0000 mgr.y (mgr.24491) 20067 : cluster [DBG] pgmap v17728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:31.606752+0000 mgr.y (mgr.24491) 20068 : cluster [DBG] pgmap v17729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:31.606752+0000 mgr.y (mgr.24491) 20068 : cluster [DBG] pgmap v17729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:31.606752+0000 mgr.y (mgr.24491) 20068 : cluster [DBG] pgmap v17729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:33.607269+0000 mgr.y (mgr.24491) 20069 : cluster [DBG] pgmap v17730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:33.607269+0000 mgr.y (mgr.24491) 20069 : cluster [DBG] pgmap v17730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:33.607269+0000 mgr.y (mgr.24491) 20069 : cluster [DBG] pgmap v17730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:35.607891+0000 mgr.y (mgr.24491) 20070 : cluster [DBG] pgmap v17731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:35.607891+0000 mgr.y (mgr.24491) 20070 : cluster [DBG] pgmap v17731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:35.607891+0000 mgr.y (mgr.24491) 20070 : cluster [DBG] pgmap v17731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:37] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T13:23:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:37.608257+0000 mgr.y (mgr.24491) 20071 : cluster [DBG] pgmap v17732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:37.608257+0000 mgr.y (mgr.24491) 20071 : cluster [DBG] pgmap v17732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:37.608257+0000 mgr.y (mgr.24491) 20071 : cluster [DBG] pgmap v17732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:41.377 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:23:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:39.609016+0000 mgr.y (mgr.24491) 20072 : cluster [DBG] pgmap v17733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:39.609016+0000 mgr.y (mgr.24491) 20072 : cluster [DBG] pgmap v17733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:39.609016+0000 mgr.y (mgr.24491) 20072 : cluster [DBG] pgmap v17733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:42.083378+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:23:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:42.083378+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:23:42.720 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:42.083378+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:23:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:41.609503+0000 mgr.y (mgr.24491) 20073 : cluster [DBG] pgmap v17734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:41.609503+0000 mgr.y (mgr.24491) 20073 : cluster [DBG] pgmap v17734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:41.609503+0000 mgr.y (mgr.24491) 20073 : cluster [DBG] pgmap v17734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:43.609891+0000 mgr.y (mgr.24491) 20074 : cluster [DBG] pgmap v17735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:44.917567+0000 mon.a (mon.0) 4115 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:23:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:45.254933+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:23:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:43.609891+0000 mgr.y (mgr.24491) 20074 : cluster [DBG] pgmap v17735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:44.917567+0000 mon.a (mon.0) 4115 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:23:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:45.254933+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:23:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:43.609891+0000 mgr.y (mgr.24491) 20074 : cluster [DBG] pgmap v17735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:44.917567+0000 mon.a (mon.0) 4115 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:23:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:45.254933+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:23:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:45.521881+0000 mon.a (mon.0) 4117 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:23:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:45.522498+0000 mon.a (mon.0) 4118 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:23:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:45.526642+0000 mon.a (mon.0) 4119 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:23:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:45.521881+0000 mon.a (mon.0) 4117 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:23:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:45.522498+0000 mon.a (mon.0) 4118 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:23:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:45.526642+0000 mon.a (mon.0) 4119 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:23:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:45.521881+0000 mon.a (mon.0) 4117 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:23:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:45.522498+0000 mon.a (mon.0) 4118 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:23:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:45.526642+0000 mon.a (mon.0) 4119 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:23:47.046 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:23:47.320 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:23:47.320 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:23:47.320 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2s ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:23:47.320 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:23:47.320 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:23:47.320 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:23:47.320 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2s ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:23:47.320 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2s ago 9h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2s ago 9h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2s ago 9h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2s ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2s ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2s ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2s ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2s ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2s ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:23:47.321 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2s ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:23:47.656 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:23:47.657 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:23:47.657 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:23:47.657 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:23:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:23:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:45.610442+0000 mgr.y (mgr.24491) 20075 : cluster [DBG] pgmap v17736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:45.610442+0000 mgr.y (mgr.24491) 20075 : cluster [DBG] pgmap v17736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:45.610442+0000 mgr.y (mgr.24491) 20075 : cluster [DBG] pgmap v17736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:47.035430+0000 mgr.y (mgr.24491) 20076 : audit [DBG] from='client.35490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:47.314025+0000 mgr.y (mgr.24491) 20077 : audit [DBG] from='client.35496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:23:47.657162+0000 mon.c (mon.2) 617 : audit [DBG] from='client.? 172.21.15.177:0/2324923272' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:23:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:47.035430+0000 mgr.y (mgr.24491) 20076 : audit [DBG] from='client.35490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:47.314025+0000 mgr.y (mgr.24491) 20077 : audit [DBG] from='client.35496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:23:47.657162+0000 mon.c (mon.2) 617 : audit [DBG] from='client.? 172.21.15.177:0/2324923272' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:23:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:47.035430+0000 mgr.y (mgr.24491) 20076 : audit [DBG] from='client.35490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:47.314025+0000 mgr.y (mgr.24491) 20077 : audit [DBG] from='client.35496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:23:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:23:47.657162+0000 mon.c (mon.2) 617 : audit [DBG] from='client.? 172.21.15.177:0/2324923272' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:23:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:47.610787+0000 mgr.y (mgr.24491) 20078 : cluster [DBG] pgmap v17737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:47.610787+0000 mgr.y (mgr.24491) 20078 : cluster [DBG] pgmap v17737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:47.610787+0000 mgr.y (mgr.24491) 20078 : cluster [DBG] pgmap v17737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:23:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:49.611451+0000 mgr.y (mgr.24491) 20079 : cluster [DBG] pgmap v17738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:49.611451+0000 mgr.y (mgr.24491) 20079 : cluster [DBG] pgmap v17738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:49.611451+0000 mgr.y (mgr.24491) 20079 : cluster [DBG] pgmap v17738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:51.611865+0000 mgr.y (mgr.24491) 20080 : cluster [DBG] pgmap v17739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:51.611865+0000 mgr.y (mgr.24491) 20080 : cluster [DBG] pgmap v17739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:51.611865+0000 mgr.y (mgr.24491) 20080 : cluster [DBG] pgmap v17739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:53.612261+0000 mgr.y (mgr.24491) 20081 : cluster [DBG] pgmap v17740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:53.612261+0000 mgr.y (mgr.24491) 20081 : cluster [DBG] pgmap v17740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:53.612261+0000 mgr.y (mgr.24491) 20081 : cluster [DBG] pgmap v17740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:23:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:23:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:55.613165+0000 mgr.y (mgr.24491) 20082 : cluster [DBG] pgmap v17741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:55.613165+0000 mgr.y (mgr.24491) 20082 : cluster [DBG] pgmap v17741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:55.613165+0000 mgr.y (mgr.24491) 20082 : cluster [DBG] pgmap v17741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:57.613517+0000 mgr.y (mgr.24491) 20083 : cluster [DBG] pgmap v17742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:23:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:57.613517+0000 mgr.y (mgr.24491) 20083 : cluster [DBG] pgmap v17742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:23:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:23:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:57.613517+0000 mgr.y (mgr.24491) 20083 : cluster [DBG] pgmap v17742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:24:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:23:59.614408+0000 mgr.y (mgr.24491) 20084 : cluster [DBG] pgmap v17743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:23:59.614408+0000 mgr.y (mgr.24491) 20084 : cluster [DBG] pgmap v17743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:23:59.614408+0000 mgr.y (mgr.24491) 20084 : cluster [DBG] pgmap v17743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:01.614963+0000 mgr.y (mgr.24491) 20085 : cluster [DBG] pgmap v17744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:01.614963+0000 mgr.y (mgr.24491) 20085 : cluster [DBG] pgmap v17744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:03.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:01.614963+0000 mgr.y (mgr.24491) 20085 : cluster [DBG] pgmap v17744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:05.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:03.615528+0000 mgr.y (mgr.24491) 20086 : cluster [DBG] pgmap v17745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:03.615528+0000 mgr.y (mgr.24491) 20086 : cluster [DBG] pgmap v17745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:03.615528+0000 mgr.y (mgr.24491) 20086 : cluster [DBG] pgmap v17745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:05.616263+0000 mgr.y (mgr.24491) 20087 : cluster [DBG] pgmap v17746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:05.616263+0000 mgr.y (mgr.24491) 20087 : cluster [DBG] pgmap v17746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:05.616263+0000 mgr.y (mgr.24491) 20087 : cluster [DBG] pgmap v17746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:24:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:07.616803+0000 mgr.y (mgr.24491) 20088 : cluster [DBG] pgmap v17747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:07.616803+0000 mgr.y (mgr.24491) 20088 : cluster [DBG] pgmap v17747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:09.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:07.616803+0000 mgr.y (mgr.24491) 20088 : cluster [DBG] pgmap v17747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:09.617457+0000 mgr.y (mgr.24491) 20089 : cluster [DBG] pgmap v17748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:09.617457+0000 mgr.y (mgr.24491) 20089 : cluster [DBG] pgmap v17748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:09.617457+0000 mgr.y (mgr.24491) 20089 : cluster [DBG] pgmap v17748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:24:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:11.617844+0000 mgr.y (mgr.24491) 20090 : cluster [DBG] pgmap v17749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:11.617844+0000 mgr.y (mgr.24491) 20090 : cluster [DBG] pgmap v17749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:11.617844+0000 mgr.y (mgr.24491) 20090 : cluster [DBG] pgmap v17749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:13.618294+0000 mgr.y (mgr.24491) 20091 : cluster [DBG] pgmap v17750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:13.618294+0000 mgr.y (mgr.24491) 20091 : cluster [DBG] pgmap v17750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:13.618294+0000 mgr.y (mgr.24491) 20091 : cluster [DBG] pgmap v17750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:15.618894+0000 mgr.y (mgr.24491) 20092 : cluster [DBG] pgmap v17751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:15.618894+0000 mgr.y (mgr.24491) 20092 : cluster [DBG] pgmap v17751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:15.618894+0000 mgr.y (mgr.24491) 20092 : cluster [DBG] pgmap v17751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:17.969 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:24:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:17] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:24:18.245 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:24:18.245 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 33s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:24:18.245 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 32s ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:24:18.245 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 33s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:24:18.245 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 32s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:24:18.245 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 32s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:24:18.245 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 33s ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:24:18.245 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 33s ago 9h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:24:18.245 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 32s ago 9h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:24:18.245 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 33s ago 9h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:24:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 33s ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:24:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 32s ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:24:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 33s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:24:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 33s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:24:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 33s ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:24:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 33s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:24:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 32s ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:24:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 32s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:24:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 32s ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:24:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 32s ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:24:18.246 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 32s ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:24:18.577 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:24:18.578 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:24:18.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:24:18.578 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:24:18.578 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:24:18.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:24:18.578 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:24:18.578 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:24:18.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:24:18.578 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:24:18.578 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:24:18.578 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:24:18.579 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:24:18.579 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:24:18.579 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:24:18.579 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:24:18.579 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:24:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:17.619317+0000 mgr.y (mgr.24491) 20093 : cluster [DBG] pgmap v17752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:24:17.958690+0000 mgr.y (mgr.24491) 20094 : audit [DBG] from='client.45416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:24:18.238825+0000 mgr.y (mgr.24491) 20095 : audit [DBG] from='client.45422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:24:18.579106+0000 mon.a (mon.0) 4120 : audit [DBG] from='client.? 172.21.15.177:0/2190050846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:24:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:17.619317+0000 mgr.y (mgr.24491) 20093 : cluster [DBG] pgmap v17752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:24:17.958690+0000 mgr.y (mgr.24491) 20094 : audit [DBG] from='client.45416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:24:18.238825+0000 mgr.y (mgr.24491) 20095 : audit [DBG] from='client.45422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:24:18.579106+0000 mon.a (mon.0) 4120 : audit [DBG] from='client.? 172.21.15.177:0/2190050846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:24:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:17.619317+0000 mgr.y (mgr.24491) 20093 : cluster [DBG] pgmap v17752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:24:17.958690+0000 mgr.y (mgr.24491) 20094 : audit [DBG] from='client.45416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:24:18.238825+0000 mgr.y (mgr.24491) 20095 : audit [DBG] from='client.45422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:24:18.579106+0000 mon.a (mon.0) 4120 : audit [DBG] from='client.? 172.21.15.177:0/2190050846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:24:20.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:19.619868+0000 mgr.y (mgr.24491) 20096 : cluster [DBG] pgmap v17753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:19.619868+0000 mgr.y (mgr.24491) 20096 : cluster [DBG] pgmap v17753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:19.619868+0000 mgr.y (mgr.24491) 20096 : cluster [DBG] pgmap v17753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:24:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:21.620483+0000 mgr.y (mgr.24491) 20097 : cluster [DBG] pgmap v17754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:21.620483+0000 mgr.y (mgr.24491) 20097 : cluster [DBG] pgmap v17754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:21.620483+0000 mgr.y (mgr.24491) 20097 : cluster [DBG] pgmap v17754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:23.621127+0000 mgr.y (mgr.24491) 20098 : cluster [DBG] pgmap v17755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:23.621127+0000 mgr.y (mgr.24491) 20098 : cluster [DBG] pgmap v17755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:23.621127+0000 mgr.y (mgr.24491) 20098 : cluster [DBG] pgmap v17755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:25.621796+0000 mgr.y (mgr.24491) 20099 : cluster [DBG] pgmap v17756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:25.621796+0000 mgr.y (mgr.24491) 20099 : cluster [DBG] pgmap v17756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:25.621796+0000 mgr.y (mgr.24491) 20099 : cluster [DBG] pgmap v17756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:27] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:24:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:27.622292+0000 mgr.y (mgr.24491) 20100 : cluster [DBG] pgmap v17757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:27.622292+0000 mgr.y (mgr.24491) 20100 : cluster [DBG] pgmap v17757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:27.622292+0000 mgr.y (mgr.24491) 20100 : cluster [DBG] pgmap v17757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:29.622974+0000 mgr.y (mgr.24491) 20101 : cluster [DBG] pgmap v17758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:29.622974+0000 mgr.y (mgr.24491) 20101 : cluster [DBG] pgmap v17758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:29.622974+0000 mgr.y (mgr.24491) 20101 : cluster [DBG] pgmap v17758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:24:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:31.623486+0000 mgr.y (mgr.24491) 20102 : cluster [DBG] pgmap v17759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:31.623486+0000 mgr.y (mgr.24491) 20102 : cluster [DBG] pgmap v17759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:31.623486+0000 mgr.y (mgr.24491) 20102 : cluster [DBG] pgmap v17759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:33.623844+0000 mgr.y (mgr.24491) 20103 : cluster [DBG] pgmap v17760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:33.623844+0000 mgr.y (mgr.24491) 20103 : cluster [DBG] pgmap v17760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:33.623844+0000 mgr.y (mgr.24491) 20103 : cluster [DBG] pgmap v17760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:35.624506+0000 mgr.y (mgr.24491) 20104 : cluster [DBG] pgmap v17761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:35.624506+0000 mgr.y (mgr.24491) 20104 : cluster [DBG] pgmap v17761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:35.624506+0000 mgr.y (mgr.24491) 20104 : cluster [DBG] pgmap v17761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:37] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:24:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:37.625189+0000 mgr.y (mgr.24491) 20105 : cluster [DBG] pgmap v17762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:37.625189+0000 mgr.y (mgr.24491) 20105 : cluster [DBG] pgmap v17762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:37.625189+0000 mgr.y (mgr.24491) 20105 : cluster [DBG] pgmap v17762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:39.625897+0000 mgr.y (mgr.24491) 20106 : cluster [DBG] pgmap v17763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:39.625897+0000 mgr.y (mgr.24491) 20106 : cluster [DBG] pgmap v17763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:39.625897+0000 mgr.y (mgr.24491) 20106 : cluster [DBG] pgmap v17763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:24:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:41.626330+0000 mgr.y (mgr.24491) 20107 : cluster [DBG] pgmap v17764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:41.626330+0000 mgr.y (mgr.24491) 20107 : cluster [DBG] pgmap v17764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:41.626330+0000 mgr.y (mgr.24491) 20107 : cluster [DBG] pgmap v17764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:43.626735+0000 mgr.y (mgr.24491) 20108 : cluster [DBG] pgmap v17765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:43.626735+0000 mgr.y (mgr.24491) 20108 : cluster [DBG] pgmap v17765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:43.626735+0000 mgr.y (mgr.24491) 20108 : cluster [DBG] pgmap v17765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:24:45.531354+0000 mon.a (mon.0) 4121 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:24:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:24:45.531354+0000 mon.a (mon.0) 4121 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:24:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:24:45.531354+0000 mon.a (mon.0) 4121 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:24:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:45.627393+0000 mgr.y (mgr.24491) 20109 : cluster [DBG] pgmap v17766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:24:45.826507+0000 mon.a (mon.0) 4122 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:24:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:24:45.827110+0000 mon.a (mon.0) 4123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:24:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:24:45.831424+0000 mon.a (mon.0) 4124 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:24:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:45.627393+0000 mgr.y (mgr.24491) 20109 : cluster [DBG] pgmap v17766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:24:45.826507+0000 mon.a (mon.0) 4122 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:24:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:24:45.827110+0000 mon.a (mon.0) 4123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:24:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:24:45.831424+0000 mon.a (mon.0) 4124 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:24:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:45.627393+0000 mgr.y (mgr.24491) 20109 : cluster [DBG] pgmap v17766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:24:45.826507+0000 mon.a (mon.0) 4122 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:24:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:24:45.827110+0000 mon.a (mon.0) 4123 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:24:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:24:45.831424+0000 mon.a (mon.0) 4124 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:24:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:24:48.892 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:24:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:47.627809+0000 mgr.y (mgr.24491) 20110 : cluster [DBG] pgmap v17767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:47.627809+0000 mgr.y (mgr.24491) 20110 : cluster [DBG] pgmap v17767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:47.627809+0000 mgr.y (mgr.24491) 20110 : cluster [DBG] pgmap v17767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:49.166 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:24:49.166 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 64s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:24:49.166 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 63s ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:24:49.166 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 64s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 63s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 63s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 64s ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 64s ago 9h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 63s ago 9h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 64s ago 9h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 64s ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 63s ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 64s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 64s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 64s ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 64s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 63s ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:24:49.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 63s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:24:49.168 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 63s ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:24:49.168 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 63s ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:24:49.168 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 63s ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:24:49.500 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:24:49.501 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:24:49.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:24:49.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:24:49.501 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:24:49.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:24:49.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:24:49.501 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:24:49.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:24:49.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:24:49.501 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:24:49.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:24:49.502 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:24:49.502 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:24:49.502 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:24:49.502 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:24:49.502 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:24:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:24:48.881329+0000 mgr.y (mgr.24491) 20111 : audit [DBG] from='client.45434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:24:49.160165+0000 mgr.y (mgr.24491) 20112 : audit [DBG] from='client.35532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:24:49.502103+0000 mon.c (mon.2) 618 : audit [DBG] from='client.? 172.21.15.177:0/3780366133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:24:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:24:48.881329+0000 mgr.y (mgr.24491) 20111 : audit [DBG] from='client.45434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:24:49.160165+0000 mgr.y (mgr.24491) 20112 : audit [DBG] from='client.35532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:24:49.502103+0000 mon.c (mon.2) 618 : audit [DBG] from='client.? 172.21.15.177:0/3780366133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:24:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:24:48.881329+0000 mgr.y (mgr.24491) 20111 : audit [DBG] from='client.45434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:24:49.160165+0000 mgr.y (mgr.24491) 20112 : audit [DBG] from='client.35532 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:24:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:24:49.502103+0000 mon.c (mon.2) 618 : audit [DBG] from='client.? 172.21.15.177:0/3780366133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:24:51.009 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:49.628364+0000 mgr.y (mgr.24491) 20113 : cluster [DBG] pgmap v17768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:49.628364+0000 mgr.y (mgr.24491) 20113 : cluster [DBG] pgmap v17768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:49.628364+0000 mgr.y (mgr.24491) 20113 : cluster [DBG] pgmap v17768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:24:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:51.628771+0000 mgr.y (mgr.24491) 20114 : cluster [DBG] pgmap v17769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:51.628771+0000 mgr.y (mgr.24491) 20114 : cluster [DBG] pgmap v17769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:51.628771+0000 mgr.y (mgr.24491) 20114 : cluster [DBG] pgmap v17769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:53.629201+0000 mgr.y (mgr.24491) 20115 : cluster [DBG] pgmap v17770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:53.629201+0000 mgr.y (mgr.24491) 20115 : cluster [DBG] pgmap v17770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:53.629201+0000 mgr.y (mgr.24491) 20115 : cluster [DBG] pgmap v17770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:55.629858+0000 mgr.y (mgr.24491) 20116 : cluster [DBG] pgmap v17771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:55.629858+0000 mgr.y (mgr.24491) 20116 : cluster [DBG] pgmap v17771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:55.629858+0000 mgr.y (mgr.24491) 20116 : cluster [DBG] pgmap v17771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:24:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:24:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:24:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:57.630408+0000 mgr.y (mgr.24491) 20117 : cluster [DBG] pgmap v17772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:24:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:57.630408+0000 mgr.y (mgr.24491) 20117 : cluster [DBG] pgmap v17772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:24:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:24:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:57.630408+0000 mgr.y (mgr.24491) 20117 : cluster [DBG] pgmap v17772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:24:59.631279+0000 mgr.y (mgr.24491) 20118 : cluster [DBG] pgmap v17773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:24:59.631279+0000 mgr.y (mgr.24491) 20118 : cluster [DBG] pgmap v17773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:24:59.631279+0000 mgr.y (mgr.24491) 20118 : cluster [DBG] pgmap v17773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:25:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:01.631691+0000 mgr.y (mgr.24491) 20119 : cluster [DBG] pgmap v17774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:01.631691+0000 mgr.y (mgr.24491) 20119 : cluster [DBG] pgmap v17774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:01.631691+0000 mgr.y (mgr.24491) 20119 : cluster [DBG] pgmap v17774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:03.632196+0000 mgr.y (mgr.24491) 20120 : cluster [DBG] pgmap v17775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:05.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:03.632196+0000 mgr.y (mgr.24491) 20120 : cluster [DBG] pgmap v17775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:03.632196+0000 mgr.y (mgr.24491) 20120 : cluster [DBG] pgmap v17775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:07.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:05.633085+0000 mgr.y (mgr.24491) 20121 : cluster [DBG] pgmap v17776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:05.633085+0000 mgr.y (mgr.24491) 20121 : cluster [DBG] pgmap v17776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:05.633085+0000 mgr.y (mgr.24491) 20121 : cluster [DBG] pgmap v17776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:25:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:07.633508+0000 mgr.y (mgr.24491) 20122 : cluster [DBG] pgmap v17777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:07.633508+0000 mgr.y (mgr.24491) 20122 : cluster [DBG] pgmap v17777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:07.633508+0000 mgr.y (mgr.24491) 20122 : cluster [DBG] pgmap v17777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:11.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:09.634187+0000 mgr.y (mgr.24491) 20123 : cluster [DBG] pgmap v17778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:11.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:09.634187+0000 mgr.y (mgr.24491) 20123 : cluster [DBG] pgmap v17778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:09.634187+0000 mgr.y (mgr.24491) 20123 : cluster [DBG] pgmap v17778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:25:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:11.634659+0000 mgr.y (mgr.24491) 20124 : cluster [DBG] pgmap v17779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:11.634659+0000 mgr.y (mgr.24491) 20124 : cluster [DBG] pgmap v17779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:11.634659+0000 mgr.y (mgr.24491) 20124 : cluster [DBG] pgmap v17779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:13.635300+0000 mgr.y (mgr.24491) 20125 : cluster [DBG] pgmap v17780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:13.635300+0000 mgr.y (mgr.24491) 20125 : cluster [DBG] pgmap v17780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:13.635300+0000 mgr.y (mgr.24491) 20125 : cluster [DBG] pgmap v17780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:15.636116+0000 mgr.y (mgr.24491) 20126 : cluster [DBG] pgmap v17781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:17.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:15.636116+0000 mgr.y (mgr.24491) 20126 : cluster [DBG] pgmap v17781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:15.636116+0000 mgr.y (mgr.24491) 20126 : cluster [DBG] pgmap v17781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:17] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:25:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:17.636565+0000 mgr.y (mgr.24491) 20127 : cluster [DBG] pgmap v17782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:17.636565+0000 mgr.y (mgr.24491) 20127 : cluster [DBG] pgmap v17782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:17.636565+0000 mgr.y (mgr.24491) 20127 : cluster [DBG] pgmap v17782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:19.811 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:25:20.085 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:25:20.085 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 95s ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:25:20.085 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 94s ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:25:20.085 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 95s ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:25:20.085 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 94s ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:25:20.085 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 94s ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:25:20.085 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 95s ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:25:20.085 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 95s ago 9h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:25:20.085 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 94s ago 9h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 95s ago 9h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 95s ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 94s ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 95s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 95s ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 95s ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 95s ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 94s ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 94s ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 94s ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 94s ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:25:20.086 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 94s ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:25:20.417 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:25:20.417 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:25:20.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:25:20.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:25:20.417 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:25:20.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:25:20.417 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:25:20.417 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:25:20.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:25:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:25:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:25:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:25:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:25:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:25:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:25:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:25:20.418 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:25:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:19.637316+0000 mgr.y (mgr.24491) 20128 : cluster [DBG] pgmap v17783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:25:19.800126+0000 mgr.y (mgr.24491) 20129 : audit [DBG] from='client.45452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:25:20.079025+0000 mgr.y (mgr.24491) 20130 : audit [DBG] from='client.35550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:25:20.418556+0000 mon.a (mon.0) 4125 : audit [DBG] from='client.? 172.21.15.177:0/2738515453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:25:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:19.637316+0000 mgr.y (mgr.24491) 20128 : cluster [DBG] pgmap v17783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:25:19.800126+0000 mgr.y (mgr.24491) 20129 : audit [DBG] from='client.45452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:25:20.079025+0000 mgr.y (mgr.24491) 20130 : audit [DBG] from='client.35550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:21.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:25:20.418556+0000 mon.a (mon.0) 4125 : audit [DBG] from='client.? 172.21.15.177:0/2738515453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:25:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:25:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:19.637316+0000 mgr.y (mgr.24491) 20128 : cluster [DBG] pgmap v17783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:25:19.800126+0000 mgr.y (mgr.24491) 20129 : audit [DBG] from='client.45452 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:25:20.079025+0000 mgr.y (mgr.24491) 20130 : audit [DBG] from='client.35550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:25:20.418556+0000 mon.a (mon.0) 4125 : audit [DBG] from='client.? 172.21.15.177:0/2738515453' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:25:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:21.637820+0000 mgr.y (mgr.24491) 20131 : cluster [DBG] pgmap v17784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:23.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:21.637820+0000 mgr.y (mgr.24491) 20131 : cluster [DBG] pgmap v17784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:21.637820+0000 mgr.y (mgr.24491) 20131 : cluster [DBG] pgmap v17784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:23.638279+0000 mgr.y (mgr.24491) 20132 : cluster [DBG] pgmap v17785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:23.638279+0000 mgr.y (mgr.24491) 20132 : cluster [DBG] pgmap v17785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:23.638279+0000 mgr.y (mgr.24491) 20132 : cluster [DBG] pgmap v17785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:25.639179+0000 mgr.y (mgr.24491) 20133 : cluster [DBG] pgmap v17786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:25.639179+0000 mgr.y (mgr.24491) 20133 : cluster [DBG] pgmap v17786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:25.639179+0000 mgr.y (mgr.24491) 20133 : cluster [DBG] pgmap v17786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:27] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:25:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:27.639777+0000 mgr.y (mgr.24491) 20134 : cluster [DBG] pgmap v17787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:27.639777+0000 mgr.y (mgr.24491) 20134 : cluster [DBG] pgmap v17787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:27.639777+0000 mgr.y (mgr.24491) 20134 : cluster [DBG] pgmap v17787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:31.359 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:25:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:29.640717+0000 mgr.y (mgr.24491) 20135 : cluster [DBG] pgmap v17788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:29.640717+0000 mgr.y (mgr.24491) 20135 : cluster [DBG] pgmap v17788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:29.640717+0000 mgr.y (mgr.24491) 20135 : cluster [DBG] pgmap v17788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:31.641254+0000 mgr.y (mgr.24491) 20136 : cluster [DBG] pgmap v17789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:31.641254+0000 mgr.y (mgr.24491) 20136 : cluster [DBG] pgmap v17789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:31.641254+0000 mgr.y (mgr.24491) 20136 : cluster [DBG] pgmap v17789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:33.641792+0000 mgr.y (mgr.24491) 20137 : cluster [DBG] pgmap v17790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:33.641792+0000 mgr.y (mgr.24491) 20137 : cluster [DBG] pgmap v17790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:33.641792+0000 mgr.y (mgr.24491) 20137 : cluster [DBG] pgmap v17790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:35.642428+0000 mgr.y (mgr.24491) 20138 : cluster [DBG] pgmap v17791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:35.642428+0000 mgr.y (mgr.24491) 20138 : cluster [DBG] pgmap v17791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:35.642428+0000 mgr.y (mgr.24491) 20138 : cluster [DBG] pgmap v17791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:25:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:37.642830+0000 mgr.y (mgr.24491) 20139 : cluster [DBG] pgmap v17792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:37.642830+0000 mgr.y (mgr.24491) 20139 : cluster [DBG] pgmap v17792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:37.642830+0000 mgr.y (mgr.24491) 20139 : cluster [DBG] pgmap v17792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:41.377 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:25:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:39.643480+0000 mgr.y (mgr.24491) 20140 : cluster [DBG] pgmap v17793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:39.643480+0000 mgr.y (mgr.24491) 20140 : cluster [DBG] pgmap v17793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:39.643480+0000 mgr.y (mgr.24491) 20140 : cluster [DBG] pgmap v17793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:41.643932+0000 mgr.y (mgr.24491) 20141 : cluster [DBG] pgmap v17794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:41.643932+0000 mgr.y (mgr.24491) 20141 : cluster [DBG] pgmap v17794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:41.643932+0000 mgr.y (mgr.24491) 20141 : cluster [DBG] pgmap v17794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:43.644315+0000 mgr.y (mgr.24491) 20142 : cluster [DBG] pgmap v17795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:43.644315+0000 mgr.y (mgr.24491) 20142 : cluster [DBG] pgmap v17795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:43.644315+0000 mgr.y (mgr.24491) 20142 : cluster [DBG] pgmap v17795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:25:45.835757+0000 mon.a (mon.0) 4126 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:25:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:25:46.132079+0000 mon.a (mon.0) 4127 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:25:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:25:46.132686+0000 mon.a (mon.0) 4128 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:25:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:25:46.136793+0000 mon.a (mon.0) 4129 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:25:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:25:45.835757+0000 mon.a (mon.0) 4126 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:25:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:25:46.132079+0000 mon.a (mon.0) 4127 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:25:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:25:46.132686+0000 mon.a (mon.0) 4128 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:25:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:25:46.136793+0000 mon.a (mon.0) 4129 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:25:46.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:25:45.835757+0000 mon.a (mon.0) 4126 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:25:46.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:25:46.132079+0000 mon.a (mon.0) 4127 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:25:46.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:25:46.132686+0000 mon.a (mon.0) 4128 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:25:46.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:25:46.136793+0000 mon.a (mon.0) 4129 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:25:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:45.645119+0000 mgr.y (mgr.24491) 20143 : cluster [DBG] pgmap v17796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:45.645119+0000 mgr.y (mgr.24491) 20143 : cluster [DBG] pgmap v17796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:45.645119+0000 mgr.y (mgr.24491) 20143 : cluster [DBG] pgmap v17796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:25:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:47.645510+0000 mgr.y (mgr.24491) 20144 : cluster [DBG] pgmap v17797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:47.645510+0000 mgr.y (mgr.24491) 20144 : cluster [DBG] pgmap v17797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:47.645510+0000 mgr.y (mgr.24491) 20144 : cluster [DBG] pgmap v17797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:50.727 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:25:51.002 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:25:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:25:51.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:25:51.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:25:51.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:25:51.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:25:51.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:25:51.004 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:25:51.333 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:25:51.333 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:25:51.333 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:25:51.333 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:25:51.333 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:25:51.333 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:25:51.333 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:25:51.333 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:25:51.333 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:25:51.334 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:25:51.334 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:25:51.334 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:25:51.334 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:25:51.334 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:25:51.334 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:25:51.334 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:25:51.334 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:25:51.396 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:25:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:49.646261+0000 mgr.y (mgr.24491) 20145 : cluster [DBG] pgmap v17798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:25:51.334755+0000 mon.a (mon.0) 4130 : audit [DBG] from='client.? 172.21.15.177:0/76275066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:25:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:49.646261+0000 mgr.y (mgr.24491) 20145 : cluster [DBG] pgmap v17798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:25:51.334755+0000 mon.a (mon.0) 4130 : audit [DBG] from='client.? 172.21.15.177:0/76275066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:25:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:49.646261+0000 mgr.y (mgr.24491) 20145 : cluster [DBG] pgmap v17798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:25:51.334755+0000 mon.a (mon.0) 4130 : audit [DBG] from='client.? 172.21.15.177:0/76275066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:25:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:25:50.716861+0000 mgr.y (mgr.24491) 20146 : audit [DBG] from='client.45470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:25:50.996538+0000 mgr.y (mgr.24491) 20147 : audit [DBG] from='client.35568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:25:50.716861+0000 mgr.y (mgr.24491) 20146 : audit [DBG] from='client.45470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:25:50.996538+0000 mgr.y (mgr.24491) 20147 : audit [DBG] from='client.35568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:25:50.716861+0000 mgr.y (mgr.24491) 20146 : audit [DBG] from='client.45470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:25:50.996538+0000 mgr.y (mgr.24491) 20147 : audit [DBG] from='client.35568 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:25:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:51.646588+0000 mgr.y (mgr.24491) 20148 : cluster [DBG] pgmap v17799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:51.646588+0000 mgr.y (mgr.24491) 20148 : cluster [DBG] pgmap v17799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:51.646588+0000 mgr.y (mgr.24491) 20148 : cluster [DBG] pgmap v17799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:53.647047+0000 mgr.y (mgr.24491) 20149 : cluster [DBG] pgmap v17800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:53.647047+0000 mgr.y (mgr.24491) 20149 : cluster [DBG] pgmap v17800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:53.647047+0000 mgr.y (mgr.24491) 20149 : cluster [DBG] pgmap v17800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:55.647689+0000 mgr.y (mgr.24491) 20150 : cluster [DBG] pgmap v17801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:55.647689+0000 mgr.y (mgr.24491) 20150 : cluster [DBG] pgmap v17801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:55.647689+0000 mgr.y (mgr.24491) 20150 : cluster [DBG] pgmap v17801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:25:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:25:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:25:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:57.648106+0000 mgr.y (mgr.24491) 20151 : cluster [DBG] pgmap v17802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:57.648106+0000 mgr.y (mgr.24491) 20151 : cluster [DBG] pgmap v17802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:25:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:25:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:57.648106+0000 mgr.y (mgr.24491) 20151 : cluster [DBG] pgmap v17802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:01.417 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:26:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:25:59.648778+0000 mgr.y (mgr.24491) 20152 : cluster [DBG] pgmap v17803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:25:59.648778+0000 mgr.y (mgr.24491) 20152 : cluster [DBG] pgmap v17803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:25:59.648778+0000 mgr.y (mgr.24491) 20152 : cluster [DBG] pgmap v17803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:01.649319+0000 mgr.y (mgr.24491) 20153 : cluster [DBG] pgmap v17804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:01.649319+0000 mgr.y (mgr.24491) 20153 : cluster [DBG] pgmap v17804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:01.649319+0000 mgr.y (mgr.24491) 20153 : cluster [DBG] pgmap v17804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:03.649822+0000 mgr.y (mgr.24491) 20154 : cluster [DBG] pgmap v17805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:03.649822+0000 mgr.y (mgr.24491) 20154 : cluster [DBG] pgmap v17805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:03.649822+0000 mgr.y (mgr.24491) 20154 : cluster [DBG] pgmap v17805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:05.650689+0000 mgr.y (mgr.24491) 20155 : cluster [DBG] pgmap v17806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:05.650689+0000 mgr.y (mgr.24491) 20155 : cluster [DBG] pgmap v17806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:05.650689+0000 mgr.y (mgr.24491) 20155 : cluster [DBG] pgmap v17806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:26:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:07.651272+0000 mgr.y (mgr.24491) 20156 : cluster [DBG] pgmap v17807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:07.651272+0000 mgr.y (mgr.24491) 20156 : cluster [DBG] pgmap v17807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:07.651272+0000 mgr.y (mgr.24491) 20156 : cluster [DBG] pgmap v17807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:11.433 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:26:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:09.652120+0000 mgr.y (mgr.24491) 20157 : cluster [DBG] pgmap v17808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:09.652120+0000 mgr.y (mgr.24491) 20157 : cluster [DBG] pgmap v17808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:09.652120+0000 mgr.y (mgr.24491) 20157 : cluster [DBG] pgmap v17808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:11.652650+0000 mgr.y (mgr.24491) 20158 : cluster [DBG] pgmap v17809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:11.652650+0000 mgr.y (mgr.24491) 20158 : cluster [DBG] pgmap v17809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:11.652650+0000 mgr.y (mgr.24491) 20158 : cluster [DBG] pgmap v17809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:13.653197+0000 mgr.y (mgr.24491) 20159 : cluster [DBG] pgmap v17810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:13.653197+0000 mgr.y (mgr.24491) 20159 : cluster [DBG] pgmap v17810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:13.653197+0000 mgr.y (mgr.24491) 20159 : cluster [DBG] pgmap v17810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:15.653921+0000 mgr.y (mgr.24491) 20160 : cluster [DBG] pgmap v17811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:15.653921+0000 mgr.y (mgr.24491) 20160 : cluster [DBG] pgmap v17811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:15.653921+0000 mgr.y (mgr.24491) 20160 : cluster [DBG] pgmap v17811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:26:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:17.654247+0000 mgr.y (mgr.24491) 20161 : cluster [DBG] pgmap v17812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:17.654247+0000 mgr.y (mgr.24491) 20161 : cluster [DBG] pgmap v17812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:17.654247+0000 mgr.y (mgr.24491) 20161 : cluster [DBG] pgmap v17812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:21.456 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:26:21.647 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:26:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:19.654887+0000 mgr.y (mgr.24491) 20162 : cluster [DBG] pgmap v17813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:19.654887+0000 mgr.y (mgr.24491) 20162 : cluster [DBG] pgmap v17813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:19.654887+0000 mgr.y (mgr.24491) 20162 : cluster [DBG] pgmap v17813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:21.924 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:26:21.924 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 2m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:26:21.924 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 2m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:26:21.924 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 2m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:26:21.924 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 2m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:26:21.924 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 2m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:26:21.924 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 2m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:26:21.924 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 2m ago 9h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 2m ago 9h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 2m ago 9h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 2m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 2m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 2m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 2m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 2m ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 2m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 2m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 2m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 2m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 2m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:26:21.925 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 2m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:26:22.258 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:26:22.259 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:26:22.260 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:26:22.260 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:26:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:26:22.260259+0000 mon.c (mon.2) 619 : audit [DBG] from='client.? 172.21.15.177:0/2153692580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:26:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:26:22.260259+0000 mon.c (mon.2) 619 : audit [DBG] from='client.? 172.21.15.177:0/2153692580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:26:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:26:22.260259+0000 mon.c (mon.2) 619 : audit [DBG] from='client.? 172.21.15.177:0/2153692580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:26:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:26:21.637295+0000 mgr.y (mgr.24491) 20163 : audit [DBG] from='client.35580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:21.655314+0000 mgr.y (mgr.24491) 20164 : cluster [DBG] pgmap v17814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:26:21.918293+0000 mgr.y (mgr.24491) 20165 : audit [DBG] from='client.35586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:26:21.637295+0000 mgr.y (mgr.24491) 20163 : audit [DBG] from='client.35580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:21.655314+0000 mgr.y (mgr.24491) 20164 : cluster [DBG] pgmap v17814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:26:21.918293+0000 mgr.y (mgr.24491) 20165 : audit [DBG] from='client.35586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:26:21.637295+0000 mgr.y (mgr.24491) 20163 : audit [DBG] from='client.35580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:21.655314+0000 mgr.y (mgr.24491) 20164 : cluster [DBG] pgmap v17814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:26:21.918293+0000 mgr.y (mgr.24491) 20165 : audit [DBG] from='client.35586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:23.655701+0000 mgr.y (mgr.24491) 20166 : cluster [DBG] pgmap v17815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:23.655701+0000 mgr.y (mgr.24491) 20166 : cluster [DBG] pgmap v17815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:23.655701+0000 mgr.y (mgr.24491) 20166 : cluster [DBG] pgmap v17815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:25.656519+0000 mgr.y (mgr.24491) 20167 : cluster [DBG] pgmap v17816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:25.656519+0000 mgr.y (mgr.24491) 20167 : cluster [DBG] pgmap v17816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:25.656519+0000 mgr.y (mgr.24491) 20167 : cluster [DBG] pgmap v17816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:26:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:27.656949+0000 mgr.y (mgr.24491) 20168 : cluster [DBG] pgmap v17817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:27.656949+0000 mgr.y (mgr.24491) 20168 : cluster [DBG] pgmap v17817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:27.656949+0000 mgr.y (mgr.24491) 20168 : cluster [DBG] pgmap v17817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:31.475 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:26:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:29.657650+0000 mgr.y (mgr.24491) 20169 : cluster [DBG] pgmap v17818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:29.657650+0000 mgr.y (mgr.24491) 20169 : cluster [DBG] pgmap v17818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:29.657650+0000 mgr.y (mgr.24491) 20169 : cluster [DBG] pgmap v17818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:31.658119+0000 mgr.y (mgr.24491) 20170 : cluster [DBG] pgmap v17819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:31.658119+0000 mgr.y (mgr.24491) 20170 : cluster [DBG] pgmap v17819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:31.658119+0000 mgr.y (mgr.24491) 20170 : cluster [DBG] pgmap v17819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:33.658612+0000 mgr.y (mgr.24491) 20171 : cluster [DBG] pgmap v17820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:33.658612+0000 mgr.y (mgr.24491) 20171 : cluster [DBG] pgmap v17820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:33.658612+0000 mgr.y (mgr.24491) 20171 : cluster [DBG] pgmap v17820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:35.659392+0000 mgr.y (mgr.24491) 20172 : cluster [DBG] pgmap v17821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:26:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:35.659392+0000 mgr.y (mgr.24491) 20172 : cluster [DBG] pgmap v17821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:35.659392+0000 mgr.y (mgr.24491) 20172 : cluster [DBG] pgmap v17821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:37.659837+0000 mgr.y (mgr.24491) 20173 : cluster [DBG] pgmap v17822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:37.659837+0000 mgr.y (mgr.24491) 20173 : cluster [DBG] pgmap v17822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:37.659837+0000 mgr.y (mgr.24491) 20173 : cluster [DBG] pgmap v17822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:41.492 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:26:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:39.660485+0000 mgr.y (mgr.24491) 20174 : cluster [DBG] pgmap v17823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:39.660485+0000 mgr.y (mgr.24491) 20174 : cluster [DBG] pgmap v17823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:39.660485+0000 mgr.y (mgr.24491) 20174 : cluster [DBG] pgmap v17823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:41.661074+0000 mgr.y (mgr.24491) 20175 : cluster [DBG] pgmap v17824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:41.661074+0000 mgr.y (mgr.24491) 20175 : cluster [DBG] pgmap v17824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:41.661074+0000 mgr.y (mgr.24491) 20175 : cluster [DBG] pgmap v17824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:43.661563+0000 mgr.y (mgr.24491) 20176 : cluster [DBG] pgmap v17825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:43.661563+0000 mgr.y (mgr.24491) 20176 : cluster [DBG] pgmap v17825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:43.661563+0000 mgr.y (mgr.24491) 20176 : cluster [DBG] pgmap v17825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:26:46.140856+0000 mon.a (mon.0) 4131 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:26:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:26:46.380562+0000 mon.a (mon.0) 4132 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:26:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:26:46.140856+0000 mon.a (mon.0) 4131 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:26:46.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:26:46.380562+0000 mon.a (mon.0) 4132 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:26:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:26:46.140856+0000 mon.a (mon.0) 4131 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:26:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:26:46.380562+0000 mon.a (mon.0) 4132 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:26:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:26:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:45.662228+0000 mgr.y (mgr.24491) 20177 : cluster [DBG] pgmap v17826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:26:46.662099+0000 mon.a (mon.0) 4133 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:26:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:26:46.662733+0000 mon.a (mon.0) 4134 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:26:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:26:46.669453+0000 mon.a (mon.0) 4135 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:26:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:45.662228+0000 mgr.y (mgr.24491) 20177 : cluster [DBG] pgmap v17826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:26:46.662099+0000 mon.a (mon.0) 4133 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:26:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:26:46.662733+0000 mon.a (mon.0) 4134 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:26:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:26:46.669453+0000 mon.a (mon.0) 4135 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:26:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:45.662228+0000 mgr.y (mgr.24491) 20177 : cluster [DBG] pgmap v17826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:26:46.662099+0000 mon.a (mon.0) 4133 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:26:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:26:46.662733+0000 mon.a (mon.0) 4134 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:26:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:26:46.669453+0000 mon.a (mon.0) 4135 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:26:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:47.662758+0000 mgr.y (mgr.24491) 20178 : cluster [DBG] pgmap v17827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:47.662758+0000 mgr.y (mgr.24491) 20178 : cluster [DBG] pgmap v17827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:47.662758+0000 mgr.y (mgr.24491) 20178 : cluster [DBG] pgmap v17827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:26:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:49.663468+0000 mgr.y (mgr.24491) 20179 : cluster [DBG] pgmap v17828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:49.663468+0000 mgr.y (mgr.24491) 20179 : cluster [DBG] pgmap v17828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:49.663468+0000 mgr.y (mgr.24491) 20179 : cluster [DBG] pgmap v17828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:52.575 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:26:52.849 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:26:52.849 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 3m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:26:52.849 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:26:52.849 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 3m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:26:52.849 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:26:52.849 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:26:52.849 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (9h) 3m ago 9h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:26:52.849 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (9h) 3m ago 9h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 3m ago 9h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 3m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 3m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 3m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 3m ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 3m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:26:52.850 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:26:53.180 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:26:53.181 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:26:53.182 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:26:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:51.664028+0000 mgr.y (mgr.24491) 20180 : cluster [DBG] pgmap v17829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:26:52.564531+0000 mgr.y (mgr.24491) 20181 : audit [DBG] from='client.35598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:26:53.182225+0000 mon.c (mon.2) 620 : audit [DBG] from='client.? 172.21.15.177:0/3344112591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:26:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:51.664028+0000 mgr.y (mgr.24491) 20180 : cluster [DBG] pgmap v17829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:26:52.564531+0000 mgr.y (mgr.24491) 20181 : audit [DBG] from='client.35598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:26:53.182225+0000 mon.c (mon.2) 620 : audit [DBG] from='client.? 172.21.15.177:0/3344112591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:26:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:51.664028+0000 mgr.y (mgr.24491) 20180 : cluster [DBG] pgmap v17829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:26:52.564531+0000 mgr.y (mgr.24491) 20181 : audit [DBG] from='client.35598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:26:53.182225+0000 mon.c (mon.2) 620 : audit [DBG] from='client.? 172.21.15.177:0/3344112591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:26:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:26:52.843248+0000 mgr.y (mgr.24491) 20182 : audit [DBG] from='client.35604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:26:52.843248+0000 mgr.y (mgr.24491) 20182 : audit [DBG] from='client.35604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:26:52.843248+0000 mgr.y (mgr.24491) 20182 : audit [DBG] from='client.35604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:26:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:53.664484+0000 mgr.y (mgr.24491) 20183 : cluster [DBG] pgmap v17830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:53.664484+0000 mgr.y (mgr.24491) 20183 : cluster [DBG] pgmap v17830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:53.664484+0000 mgr.y (mgr.24491) 20183 : cluster [DBG] pgmap v17830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:26:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:26:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:55.665339+0000 mgr.y (mgr.24491) 20184 : cluster [DBG] pgmap v17831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:55.665339+0000 mgr.y (mgr.24491) 20184 : cluster [DBG] pgmap v17831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:55.665339+0000 mgr.y (mgr.24491) 20184 : cluster [DBG] pgmap v17831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:57.665744+0000 mgr.y (mgr.24491) 20185 : cluster [DBG] pgmap v17832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:57.665744+0000 mgr.y (mgr.24491) 20185 : cluster [DBG] pgmap v17832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:26:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:26:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:57.665744+0000 mgr.y (mgr.24491) 20185 : cluster [DBG] pgmap v17832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:27:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:26:59.666420+0000 mgr.y (mgr.24491) 20186 : cluster [DBG] pgmap v17833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:26:59.666420+0000 mgr.y (mgr.24491) 20186 : cluster [DBG] pgmap v17833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:26:59.666420+0000 mgr.y (mgr.24491) 20186 : cluster [DBG] pgmap v17833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:01.666794+0000 mgr.y (mgr.24491) 20187 : cluster [DBG] pgmap v17834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:01.666794+0000 mgr.y (mgr.24491) 20187 : cluster [DBG] pgmap v17834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:01.666794+0000 mgr.y (mgr.24491) 20187 : cluster [DBG] pgmap v17834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:03.667380+0000 mgr.y (mgr.24491) 20188 : cluster [DBG] pgmap v17835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:03.667380+0000 mgr.y (mgr.24491) 20188 : cluster [DBG] pgmap v17835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:03.667380+0000 mgr.y (mgr.24491) 20188 : cluster [DBG] pgmap v17835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:07] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:27:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:05.668245+0000 mgr.y (mgr.24491) 20189 : cluster [DBG] pgmap v17836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:05.668245+0000 mgr.y (mgr.24491) 20189 : cluster [DBG] pgmap v17836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:05.668245+0000 mgr.y (mgr.24491) 20189 : cluster [DBG] pgmap v17836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:07.668691+0000 mgr.y (mgr.24491) 20190 : cluster [DBG] pgmap v17837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:07.668691+0000 mgr.y (mgr.24491) 20190 : cluster [DBG] pgmap v17837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:07.668691+0000 mgr.y (mgr.24491) 20190 : cluster [DBG] pgmap v17837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:27:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:09.669502+0000 mgr.y (mgr.24491) 20191 : cluster [DBG] pgmap v17838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:09.669502+0000 mgr.y (mgr.24491) 20191 : cluster [DBG] pgmap v17838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:09.669502+0000 mgr.y (mgr.24491) 20191 : cluster [DBG] pgmap v17838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:11.669870+0000 mgr.y (mgr.24491) 20192 : cluster [DBG] pgmap v17839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:11.669870+0000 mgr.y (mgr.24491) 20192 : cluster [DBG] pgmap v17839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:11.669870+0000 mgr.y (mgr.24491) 20192 : cluster [DBG] pgmap v17839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:13.670471+0000 mgr.y (mgr.24491) 20193 : cluster [DBG] pgmap v17840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:13.670471+0000 mgr.y (mgr.24491) 20193 : cluster [DBG] pgmap v17840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:13.670471+0000 mgr.y (mgr.24491) 20193 : cluster [DBG] pgmap v17840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:27:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:15.671238+0000 mgr.y (mgr.24491) 20194 : cluster [DBG] pgmap v17841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:15.671238+0000 mgr.y (mgr.24491) 20194 : cluster [DBG] pgmap v17841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:15.671238+0000 mgr.y (mgr.24491) 20194 : cluster [DBG] pgmap v17841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:17.671737+0000 mgr.y (mgr.24491) 20195 : cluster [DBG] pgmap v17842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:17.671737+0000 mgr.y (mgr.24491) 20195 : cluster [DBG] pgmap v17842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:17.671737+0000 mgr.y (mgr.24491) 20195 : cluster [DBG] pgmap v17842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:27:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:19.672458+0000 mgr.y (mgr.24491) 20196 : cluster [DBG] pgmap v17843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:19.672458+0000 mgr.y (mgr.24491) 20196 : cluster [DBG] pgmap v17843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:19.672458+0000 mgr.y (mgr.24491) 20196 : cluster [DBG] pgmap v17843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:23.490 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:27:23.763 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 3m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 3m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 3m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 3m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 3m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 3m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 3m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 3m ago 9h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 3m ago 9h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 3m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 3m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:27:23.764 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 3m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:27:23.765 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 3m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:27:23.765 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 3m ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:27:23.765 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 3m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:27:23.765 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 3m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:27:23.765 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 3m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:27:23.765 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 3m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:27:23.765 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 3m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:27:23.765 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 3m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:27:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:21.672863+0000 mgr.y (mgr.24491) 20197 : cluster [DBG] pgmap v17844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:21.672863+0000 mgr.y (mgr.24491) 20197 : cluster [DBG] pgmap v17844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:21.672863+0000 mgr.y (mgr.24491) 20197 : cluster [DBG] pgmap v17844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:24.101 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:27:24.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:27:24.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:27:24.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:27:24.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:27:24.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:27:24.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:27:24.102 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:27:24.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:27:24.102 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:27:24.102 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:27:24.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:27:24.102 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:27:24.102 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:27:24.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:27:24.102 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:27:24.102 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:27:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:27:23.478965+0000 mgr.y (mgr.24491) 20198 : audit [DBG] from='client.35616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:27:24.102795+0000 mon.a (mon.0) 4136 : audit [DBG] from='client.? 172.21.15.177:0/2141892254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:27:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:27:23.478965+0000 mgr.y (mgr.24491) 20198 : audit [DBG] from='client.35616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:27:24.102795+0000 mon.a (mon.0) 4136 : audit [DBG] from='client.? 172.21.15.177:0/2141892254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:27:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:27:23.478965+0000 mgr.y (mgr.24491) 20198 : audit [DBG] from='client.35616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:27:24.102795+0000 mon.a (mon.0) 4136 : audit [DBG] from='client.? 172.21.15.177:0/2141892254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:27:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:23.673197+0000 mgr.y (mgr.24491) 20199 : cluster [DBG] pgmap v17845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:27:23.757693+0000 mgr.y (mgr.24491) 20200 : audit [DBG] from='client.45530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:23.673197+0000 mgr.y (mgr.24491) 20199 : cluster [DBG] pgmap v17845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:27:23.757693+0000 mgr.y (mgr.24491) 20200 : audit [DBG] from='client.45530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:23.673197+0000 mgr.y (mgr.24491) 20199 : cluster [DBG] pgmap v17845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:27:23.757693+0000 mgr.y (mgr.24491) 20200 : audit [DBG] from='client.45530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:27:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:25.674124+0000 mgr.y (mgr.24491) 20201 : cluster [DBG] pgmap v17846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:25.674124+0000 mgr.y (mgr.24491) 20201 : cluster [DBG] pgmap v17846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:25.674124+0000 mgr.y (mgr.24491) 20201 : cluster [DBG] pgmap v17846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:27.674749+0000 mgr.y (mgr.24491) 20202 : cluster [DBG] pgmap v17847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:27.674749+0000 mgr.y (mgr.24491) 20202 : cluster [DBG] pgmap v17847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:27.674749+0000 mgr.y (mgr.24491) 20202 : cluster [DBG] pgmap v17847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:29.675435+0000 mgr.y (mgr.24491) 20203 : cluster [DBG] pgmap v17848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:29.675435+0000 mgr.y (mgr.24491) 20203 : cluster [DBG] pgmap v17848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:29.675435+0000 mgr.y (mgr.24491) 20203 : cluster [DBG] pgmap v17848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:27:32.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:31.675813+0000 mgr.y (mgr.24491) 20204 : cluster [DBG] pgmap v17849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:31.675813+0000 mgr.y (mgr.24491) 20204 : cluster [DBG] pgmap v17849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:31.675813+0000 mgr.y (mgr.24491) 20204 : cluster [DBG] pgmap v17849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:33.676266+0000 mgr.y (mgr.24491) 20205 : cluster [DBG] pgmap v17850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:33.676266+0000 mgr.y (mgr.24491) 20205 : cluster [DBG] pgmap v17850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:33.676266+0000 mgr.y (mgr.24491) 20205 : cluster [DBG] pgmap v17850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:35.676913+0000 mgr.y (mgr.24491) 20206 : cluster [DBG] pgmap v17851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:35.676913+0000 mgr.y (mgr.24491) 20206 : cluster [DBG] pgmap v17851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:35.676913+0000 mgr.y (mgr.24491) 20206 : cluster [DBG] pgmap v17851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T13:27:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:37.677323+0000 mgr.y (mgr.24491) 20207 : cluster [DBG] pgmap v17852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:37.677323+0000 mgr.y (mgr.24491) 20207 : cluster [DBG] pgmap v17852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:37.677323+0000 mgr.y (mgr.24491) 20207 : cluster [DBG] pgmap v17852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:39.678007+0000 mgr.y (mgr.24491) 20208 : cluster [DBG] pgmap v17853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:39.678007+0000 mgr.y (mgr.24491) 20208 : cluster [DBG] pgmap v17853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:39.678007+0000 mgr.y (mgr.24491) 20208 : cluster [DBG] pgmap v17853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:27:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:41.678479+0000 mgr.y (mgr.24491) 20209 : cluster [DBG] pgmap v17854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:41.678479+0000 mgr.y (mgr.24491) 20209 : cluster [DBG] pgmap v17854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:41.678479+0000 mgr.y (mgr.24491) 20209 : cluster [DBG] pgmap v17854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:43.679028+0000 mgr.y (mgr.24491) 20210 : cluster [DBG] pgmap v17855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:43.679028+0000 mgr.y (mgr.24491) 20210 : cluster [DBG] pgmap v17855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:43.679028+0000 mgr.y (mgr.24491) 20210 : cluster [DBG] pgmap v17855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:45.679734+0000 mgr.y (mgr.24491) 20211 : cluster [DBG] pgmap v17856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:27:46.673693+0000 mon.a (mon.0) 4137 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:27:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:45.679734+0000 mgr.y (mgr.24491) 20211 : cluster [DBG] pgmap v17856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:47.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:27:46.673693+0000 mon.a (mon.0) 4137 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:27:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:45.679734+0000 mgr.y (mgr.24491) 20211 : cluster [DBG] pgmap v17856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:27:46.673693+0000 mon.a (mon.0) 4137 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:27:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:47] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:27:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:27:46.914751+0000 mon.a (mon.0) 4138 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:27:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:27:47.192326+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:27:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:27:47.193096+0000 mon.a (mon.0) 4140 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:27:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:27:47.199727+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:27:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:27:46.914751+0000 mon.a (mon.0) 4138 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:27:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:27:47.192326+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:27:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:27:47.193096+0000 mon.a (mon.0) 4140 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:27:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:27:47.199727+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:27:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:27:46.914751+0000 mon.a (mon.0) 4138 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:27:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:27:47.192326+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:27:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:27:47.193096+0000 mon.a (mon.0) 4140 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:27:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:27:47.199727+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:27:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:47.680225+0000 mgr.y (mgr.24491) 20212 : cluster [DBG] pgmap v17857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:47.680225+0000 mgr.y (mgr.24491) 20212 : cluster [DBG] pgmap v17857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:47.680225+0000 mgr.y (mgr.24491) 20212 : cluster [DBG] pgmap v17857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:49.681013+0000 mgr.y (mgr.24491) 20213 : cluster [DBG] pgmap v17858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:27:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:49.681013+0000 mgr.y (mgr.24491) 20213 : cluster [DBG] pgmap v17858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:49.681013+0000 mgr.y (mgr.24491) 20213 : cluster [DBG] pgmap v17858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:51.681456+0000 mgr.y (mgr.24491) 20214 : cluster [DBG] pgmap v17859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:51.681456+0000 mgr.y (mgr.24491) 20214 : cluster [DBG] pgmap v17859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:51.681456+0000 mgr.y (mgr.24491) 20214 : cluster [DBG] pgmap v17859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:54.413 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:27:54.687 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:27:54.687 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:27:54.687 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:27:54.687 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4m ago 9h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4m ago 9h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4m ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:27:54.688 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:27:54.689 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:27:54.689 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:27:55.020 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:27:55.020 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:27:55.020 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:27:55.020 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:27:55.021 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:27:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:53.682034+0000 mgr.y (mgr.24491) 20215 : cluster [DBG] pgmap v17860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:27:54.403111+0000 mgr.y (mgr.24491) 20216 : audit [DBG] from='client.45542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:27:55.022189+0000 mon.c (mon.2) 621 : audit [DBG] from='client.? 172.21.15.177:0/3287613382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:27:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:53.682034+0000 mgr.y (mgr.24491) 20215 : cluster [DBG] pgmap v17860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:27:54.403111+0000 mgr.y (mgr.24491) 20216 : audit [DBG] from='client.45542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:27:55.022189+0000 mon.c (mon.2) 621 : audit [DBG] from='client.? 172.21.15.177:0/3287613382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:27:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:53.682034+0000 mgr.y (mgr.24491) 20215 : cluster [DBG] pgmap v17860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:27:54.403111+0000 mgr.y (mgr.24491) 20216 : audit [DBG] from='client.45542 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:27:55.022189+0000 mon.c (mon.2) 621 : audit [DBG] from='client.? 172.21.15.177:0/3287613382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:27:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:27:54.681435+0000 mgr.y (mgr.24491) 20217 : audit [DBG] from='client.45548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:27:54.681435+0000 mgr.y (mgr.24491) 20217 : audit [DBG] from='client.45548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:27:54.681435+0000 mgr.y (mgr.24491) 20217 : audit [DBG] from='client.45548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:27:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:55.682691+0000 mgr.y (mgr.24491) 20218 : cluster [DBG] pgmap v17861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:55.682691+0000 mgr.y (mgr.24491) 20218 : cluster [DBG] pgmap v17861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:55.682691+0000 mgr.y (mgr.24491) 20218 : cluster [DBG] pgmap v17861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:27:57] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:27:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:27:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:57.683243+0000 mgr.y (mgr.24491) 20219 : cluster [DBG] pgmap v17862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:57.683243+0000 mgr.y (mgr.24491) 20219 : cluster [DBG] pgmap v17862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:27:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:27:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:57.683243+0000 mgr.y (mgr.24491) 20219 : cluster [DBG] pgmap v17862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:27:59.684022+0000 mgr.y (mgr.24491) 20220 : cluster [DBG] pgmap v17863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:28:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:27:59.684022+0000 mgr.y (mgr.24491) 20220 : cluster [DBG] pgmap v17863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:27:59.684022+0000 mgr.y (mgr.24491) 20220 : cluster [DBG] pgmap v17863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:03.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:01.684640+0000 mgr.y (mgr.24491) 20221 : cluster [DBG] pgmap v17864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:01.684640+0000 mgr.y (mgr.24491) 20221 : cluster [DBG] pgmap v17864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:01.684640+0000 mgr.y (mgr.24491) 20221 : cluster [DBG] pgmap v17864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:05.502 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:03.685106+0000 mgr.y (mgr.24491) 20222 : cluster [DBG] pgmap v17865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:03.685106+0000 mgr.y (mgr.24491) 20222 : cluster [DBG] pgmap v17865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:03.685106+0000 mgr.y (mgr.24491) 20222 : cluster [DBG] pgmap v17865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:05.685838+0000 mgr.y (mgr.24491) 20223 : cluster [DBG] pgmap v17866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:05.685838+0000 mgr.y (mgr.24491) 20223 : cluster [DBG] pgmap v17866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:05.685838+0000 mgr.y (mgr.24491) 20223 : cluster [DBG] pgmap v17866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:07] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:28:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:07.686462+0000 mgr.y (mgr.24491) 20224 : cluster [DBG] pgmap v17867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:07.686462+0000 mgr.y (mgr.24491) 20224 : cluster [DBG] pgmap v17867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:07.686462+0000 mgr.y (mgr.24491) 20224 : cluster [DBG] pgmap v17867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:09.687183+0000 mgr.y (mgr.24491) 20225 : cluster [DBG] pgmap v17868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:28:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:09.687183+0000 mgr.y (mgr.24491) 20225 : cluster [DBG] pgmap v17868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:09.687183+0000 mgr.y (mgr.24491) 20225 : cluster [DBG] pgmap v17868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:11.687650+0000 mgr.y (mgr.24491) 20226 : cluster [DBG] pgmap v17869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:11.687650+0000 mgr.y (mgr.24491) 20226 : cluster [DBG] pgmap v17869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:11.687650+0000 mgr.y (mgr.24491) 20226 : cluster [DBG] pgmap v17869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:13.688142+0000 mgr.y (mgr.24491) 20227 : cluster [DBG] pgmap v17870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:15.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:13.688142+0000 mgr.y (mgr.24491) 20227 : cluster [DBG] pgmap v17870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:13.688142+0000 mgr.y (mgr.24491) 20227 : cluster [DBG] pgmap v17870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:15.688803+0000 mgr.y (mgr.24491) 20228 : cluster [DBG] pgmap v17871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:15.688803+0000 mgr.y (mgr.24491) 20228 : cluster [DBG] pgmap v17871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:15.688803+0000 mgr.y (mgr.24491) 20228 : cluster [DBG] pgmap v17871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:28:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:17.689250+0000 mgr.y (mgr.24491) 20229 : cluster [DBG] pgmap v17872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:17.689250+0000 mgr.y (mgr.24491) 20229 : cluster [DBG] pgmap v17872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:17.689250+0000 mgr.y (mgr.24491) 20229 : cluster [DBG] pgmap v17872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:21.263 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:28:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:19.689839+0000 mgr.y (mgr.24491) 20230 : cluster [DBG] pgmap v17873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:19.689839+0000 mgr.y (mgr.24491) 20230 : cluster [DBG] pgmap v17873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:19.689839+0000 mgr.y (mgr.24491) 20230 : cluster [DBG] pgmap v17873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:21.690453+0000 mgr.y (mgr.24491) 20231 : cluster [DBG] pgmap v17874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:21.690453+0000 mgr.y (mgr.24491) 20231 : cluster [DBG] pgmap v17874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:21.690453+0000 mgr.y (mgr.24491) 20231 : cluster [DBG] pgmap v17874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:25.332 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:28:25.606 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:28:25.606 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 4m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:28:25.607 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 4m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:28:25.607 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 4m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:28:25.607 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 4m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:28:25.607 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (9h) 4m ago 9h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:28:25.607 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:28:25.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:28:25.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (9h) 4m ago 9h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:28:25.607 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (9h) 4m ago 9h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:28:25.607 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 4m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:28:25.608 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 4m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:28:25.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 4m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:28:25.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 4m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:28:25.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 4m ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:28:25.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 4m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:28:25.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 4m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:28:25.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 4m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:28:25.608 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 4m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:28:25.609 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 4m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:28:25.609 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 4m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:28:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:23.690872+0000 mgr.y (mgr.24491) 20232 : cluster [DBG] pgmap v17875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:23.690872+0000 mgr.y (mgr.24491) 20232 : cluster [DBG] pgmap v17875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:23.690872+0000 mgr.y (mgr.24491) 20232 : cluster [DBG] pgmap v17875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:25.937 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:28:25.937 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:28:25.937 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:28:25.937 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:28:25.937 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:28:25.938 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:28:25.938 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:28:25.938 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:28:25.938 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:28:25.938 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:28:25.938 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:28:25.938 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:28:25.938 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:28:25.938 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:28:25.939 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:28:25.939 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:28:25.939 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:28:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:28:25.321152+0000 mgr.y (mgr.24491) 20233 : audit [DBG] from='client.45560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:28:25.938517+0000 mon.c (mon.2) 622 : audit [DBG] from='client.? 172.21.15.177:0/4034818063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:28:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:28:25.321152+0000 mgr.y (mgr.24491) 20233 : audit [DBG] from='client.45560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:28:25.938517+0000 mon.c (mon.2) 622 : audit [DBG] from='client.? 172.21.15.177:0/4034818063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:28:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:28:25.321152+0000 mgr.y (mgr.24491) 20233 : audit [DBG] from='client.45560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:28:25.938517+0000 mon.c (mon.2) 622 : audit [DBG] from='client.? 172.21.15.177:0/4034818063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:28:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:28:25.599879+0000 mgr.y (mgr.24491) 20234 : audit [DBG] from='client.35658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:25.691462+0000 mgr.y (mgr.24491) 20235 : cluster [DBG] pgmap v17876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:28:25.599879+0000 mgr.y (mgr.24491) 20234 : audit [DBG] from='client.35658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:27.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:25.691462+0000 mgr.y (mgr.24491) 20235 : cluster [DBG] pgmap v17876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:28:25.599879+0000 mgr.y (mgr.24491) 20234 : audit [DBG] from='client.35658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:25.691462+0000 mgr.y (mgr.24491) 20235 : cluster [DBG] pgmap v17876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:28:29.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:27.692004+0000 mgr.y (mgr.24491) 20236 : cluster [DBG] pgmap v17877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:27.692004+0000 mgr.y (mgr.24491) 20236 : cluster [DBG] pgmap v17877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:27.692004+0000 mgr.y (mgr.24491) 20236 : cluster [DBG] pgmap v17877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:31.285 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:28:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:29.692586+0000 mgr.y (mgr.24491) 20237 : cluster [DBG] pgmap v17878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:29.692586+0000 mgr.y (mgr.24491) 20237 : cluster [DBG] pgmap v17878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:29.692586+0000 mgr.y (mgr.24491) 20237 : cluster [DBG] pgmap v17878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:33.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:31.692994+0000 mgr.y (mgr.24491) 20238 : cluster [DBG] pgmap v17879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:33.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:31.692994+0000 mgr.y (mgr.24491) 20238 : cluster [DBG] pgmap v17879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:31.692994+0000 mgr.y (mgr.24491) 20238 : cluster [DBG] pgmap v17879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:33.693457+0000 mgr.y (mgr.24491) 20239 : cluster [DBG] pgmap v17880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:33.693457+0000 mgr.y (mgr.24491) 20239 : cluster [DBG] pgmap v17880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:33.693457+0000 mgr.y (mgr.24491) 20239 : cluster [DBG] pgmap v17880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:35.694171+0000 mgr.y (mgr.24491) 20240 : cluster [DBG] pgmap v17881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:35.694171+0000 mgr.y (mgr.24491) 20240 : cluster [DBG] pgmap v17881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:35.694171+0000 mgr.y (mgr.24491) 20240 : cluster [DBG] pgmap v17881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:28:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:37.694566+0000 mgr.y (mgr.24491) 20241 : cluster [DBG] pgmap v17882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:37.694566+0000 mgr.y (mgr.24491) 20241 : cluster [DBG] pgmap v17882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:37.694566+0000 mgr.y (mgr.24491) 20241 : cluster [DBG] pgmap v17882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:41.301 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:28:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:39.695252+0000 mgr.y (mgr.24491) 20242 : cluster [DBG] pgmap v17883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:39.695252+0000 mgr.y (mgr.24491) 20242 : cluster [DBG] pgmap v17883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:39.695252+0000 mgr.y (mgr.24491) 20242 : cluster [DBG] pgmap v17883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:41.695621+0000 mgr.y (mgr.24491) 20243 : cluster [DBG] pgmap v17884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:41.695621+0000 mgr.y (mgr.24491) 20243 : cluster [DBG] pgmap v17884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:41.695621+0000 mgr.y (mgr.24491) 20243 : cluster [DBG] pgmap v17884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:43.696156+0000 mgr.y (mgr.24491) 20244 : cluster [DBG] pgmap v17885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:45.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:43.696156+0000 mgr.y (mgr.24491) 20244 : cluster [DBG] pgmap v17885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:43.696156+0000 mgr.y (mgr.24491) 20244 : cluster [DBG] pgmap v17885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:45.696780+0000 mgr.y (mgr.24491) 20245 : cluster [DBG] pgmap v17886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:28:47.204406+0000 mon.a (mon.0) 4142 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:28:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:45.696780+0000 mgr.y (mgr.24491) 20245 : cluster [DBG] pgmap v17886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:28:47.204406+0000 mon.a (mon.0) 4142 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:28:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:45.696780+0000 mgr.y (mgr.24491) 20245 : cluster [DBG] pgmap v17886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:28:47.204406+0000 mon.a (mon.0) 4142 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:28:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:47] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T13:28:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:28:47.496026+0000 mon.a (mon.0) 4143 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:28:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:28:47.496607+0000 mon.a (mon.0) 4144 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:28:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:28:47.500959+0000 mon.a (mon.0) 4145 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:28:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:28:47.496026+0000 mon.a (mon.0) 4143 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:28:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:28:47.496607+0000 mon.a (mon.0) 4144 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:28:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:28:47.500959+0000 mon.a (mon.0) 4145 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:28:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:28:47.496026+0000 mon.a (mon.0) 4143 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:28:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:28:47.496607+0000 mon.a (mon.0) 4144 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:28:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:28:47.500959+0000 mon.a (mon.0) 4145 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:28:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:47.697097+0000 mgr.y (mgr.24491) 20246 : cluster [DBG] pgmap v17887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:47.697097+0000 mgr.y (mgr.24491) 20246 : cluster [DBG] pgmap v17887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:47.697097+0000 mgr.y (mgr.24491) 20246 : cluster [DBG] pgmap v17887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:28:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:49.697702+0000 mgr.y (mgr.24491) 20247 : cluster [DBG] pgmap v17888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:49.697702+0000 mgr.y (mgr.24491) 20247 : cluster [DBG] pgmap v17888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:49.697702+0000 mgr.y (mgr.24491) 20247 : cluster [DBG] pgmap v17888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:51.698128+0000 mgr.y (mgr.24491) 20248 : cluster [DBG] pgmap v17889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:51.698128+0000 mgr.y (mgr.24491) 20248 : cluster [DBG] pgmap v17889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:51.698128+0000 mgr.y (mgr.24491) 20248 : cluster [DBG] pgmap v17889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:53.698562+0000 mgr.y (mgr.24491) 20249 : cluster [DBG] pgmap v17890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:53.698562+0000 mgr.y (mgr.24491) 20249 : cluster [DBG] pgmap v17890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:53.698562+0000 mgr.y (mgr.24491) 20249 : cluster [DBG] pgmap v17890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:56.247 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:28:56.523 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:28:56.523 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:28:56.524 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 5m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:28:56.524 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:28:56.524 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 5m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:28:56.524 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:28:56.524 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:28:56.524 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:28:56.524 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:28:56.524 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:28:56.524 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:28:56.525 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 5m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:28:56.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (9h) 5m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:28:56.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:28:56.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:28:56.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:28:56.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 5m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:28:56.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 5m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:28:56.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 5m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:28:56.525 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 5m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:28:56.525 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 5m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:28:56.854 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:28:56.854 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:28:56.854 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:28:56.854 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:28:56.854 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:28:56.855 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:28:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:28:57] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T13:28:57.936 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:55.699244+0000 mgr.y (mgr.24491) 20250 : cluster [DBG] pgmap v17891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:57.936 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:28:56.236804+0000 mgr.y (mgr.24491) 20251 : audit [DBG] from='client.35670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:57.936 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:28:56.516196+0000 mgr.y (mgr.24491) 20252 : audit [DBG] from='client.35676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:57.936 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:28:56.855470+0000 mon.a (mon.0) 4146 : audit [DBG] from='client.? 172.21.15.177:0/1013589843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:28:57.936 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:55.699244+0000 mgr.y (mgr.24491) 20250 : cluster [DBG] pgmap v17891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:57.936 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:28:56.236804+0000 mgr.y (mgr.24491) 20251 : audit [DBG] from='client.35670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:57.936 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:28:56.516196+0000 mgr.y (mgr.24491) 20252 : audit [DBG] from='client.35676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:57.936 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:28:56.855470+0000 mon.a (mon.0) 4146 : audit [DBG] from='client.? 172.21.15.177:0/1013589843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:28:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:55.699244+0000 mgr.y (mgr.24491) 20250 : cluster [DBG] pgmap v17891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:28:56.236804+0000 mgr.y (mgr.24491) 20251 : audit [DBG] from='client.35670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:28:56.516196+0000 mgr.y (mgr.24491) 20252 : audit [DBG] from='client.35676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:28:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:28:56.855470+0000 mon.a (mon.0) 4146 : audit [DBG] from='client.? 172.21.15.177:0/1013589843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:28:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:57.699823+0000 mgr.y (mgr.24491) 20253 : cluster [DBG] pgmap v17892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:57.699823+0000 mgr.y (mgr.24491) 20253 : cluster [DBG] pgmap v17892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:28:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:57.699823+0000 mgr.y (mgr.24491) 20253 : cluster [DBG] pgmap v17892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:29:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:28:59.700665+0000 mgr.y (mgr.24491) 20254 : cluster [DBG] pgmap v17893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:01.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:28:59.700665+0000 mgr.y (mgr.24491) 20254 : cluster [DBG] pgmap v17893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:28:59.700665+0000 mgr.y (mgr.24491) 20254 : cluster [DBG] pgmap v17893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:01.701120+0000 mgr.y (mgr.24491) 20255 : cluster [DBG] pgmap v17894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:01.701120+0000 mgr.y (mgr.24491) 20255 : cluster [DBG] pgmap v17894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:01.701120+0000 mgr.y (mgr.24491) 20255 : cluster [DBG] pgmap v17894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:03.701548+0000 mgr.y (mgr.24491) 20256 : cluster [DBG] pgmap v17895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:03.701548+0000 mgr.y (mgr.24491) 20256 : cluster [DBG] pgmap v17895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:03.701548+0000 mgr.y (mgr.24491) 20256 : cluster [DBG] pgmap v17895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:29:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:05.702270+0000 mgr.y (mgr.24491) 20257 : cluster [DBG] pgmap v17896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:05.702270+0000 mgr.y (mgr.24491) 20257 : cluster [DBG] pgmap v17896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:05.702270+0000 mgr.y (mgr.24491) 20257 : cluster [DBG] pgmap v17896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:07.702680+0000 mgr.y (mgr.24491) 20258 : cluster [DBG] pgmap v17897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:07.702680+0000 mgr.y (mgr.24491) 20258 : cluster [DBG] pgmap v17897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:07.702680+0000 mgr.y (mgr.24491) 20258 : cluster [DBG] pgmap v17897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:29:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:09.703419+0000 mgr.y (mgr.24491) 20259 : cluster [DBG] pgmap v17898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:09.703419+0000 mgr.y (mgr.24491) 20259 : cluster [DBG] pgmap v17898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:09.703419+0000 mgr.y (mgr.24491) 20259 : cluster [DBG] pgmap v17898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:11.703969+0000 mgr.y (mgr.24491) 20260 : cluster [DBG] pgmap v17899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:11.703969+0000 mgr.y (mgr.24491) 20260 : cluster [DBG] pgmap v17899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:11.703969+0000 mgr.y (mgr.24491) 20260 : cluster [DBG] pgmap v17899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:13.704442+0000 mgr.y (mgr.24491) 20261 : cluster [DBG] pgmap v17900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:13.704442+0000 mgr.y (mgr.24491) 20261 : cluster [DBG] pgmap v17900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:13.704442+0000 mgr.y (mgr.24491) 20261 : cluster [DBG] pgmap v17900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:17] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:29:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:15.705347+0000 mgr.y (mgr.24491) 20262 : cluster [DBG] pgmap v17901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:15.705347+0000 mgr.y (mgr.24491) 20262 : cluster [DBG] pgmap v17901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:15.705347+0000 mgr.y (mgr.24491) 20262 : cluster [DBG] pgmap v17901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:17.705963+0000 mgr.y (mgr.24491) 20263 : cluster [DBG] pgmap v17902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:17.705963+0000 mgr.y (mgr.24491) 20263 : cluster [DBG] pgmap v17902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:17.705963+0000 mgr.y (mgr.24491) 20263 : cluster [DBG] pgmap v17902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:29:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:19.706612+0000 mgr.y (mgr.24491) 20264 : cluster [DBG] pgmap v17903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:19.706612+0000 mgr.y (mgr.24491) 20264 : cluster [DBG] pgmap v17903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:19.706612+0000 mgr.y (mgr.24491) 20264 : cluster [DBG] pgmap v17903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:23.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:21.707002+0000 mgr.y (mgr.24491) 20265 : cluster [DBG] pgmap v17904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:23.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:21.707002+0000 mgr.y (mgr.24491) 20265 : cluster [DBG] pgmap v17904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:21.707002+0000 mgr.y (mgr.24491) 20265 : cluster [DBG] pgmap v17904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:23.707517+0000 mgr.y (mgr.24491) 20266 : cluster [DBG] pgmap v17905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:23.707517+0000 mgr.y (mgr.24491) 20266 : cluster [DBG] pgmap v17905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:23.707517+0000 mgr.y (mgr.24491) 20266 : cluster [DBG] pgmap v17905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:27.163 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:29:27.439 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:29:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 5m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:29:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 5m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:29:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 5m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:29:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 5m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:29:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:29:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:29:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:29:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:29:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:29:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 5m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:29:27.441 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 5m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:29:27.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 5m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:29:27.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (9h) 5m ago 9h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:29:27.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 5m ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:29:27.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 5m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:29:27.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 5m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:29:27.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 5m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:29:27.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 5m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:29:27.441 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 5m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:29:27.441 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 5m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:29:27.776 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:29:27.776 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:29:27.776 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:29:27.776 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:29:27.776 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:29:27.776 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:29:27.776 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:29:27.777 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:29:27.777 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:29:27.777 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:29:27.777 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:29:27.777 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:29:27.777 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:29:27.777 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:29:27.778 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:29:27.778 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:29:27.778 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:29:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:27] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:29:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:25.708295+0000 mgr.y (mgr.24491) 20267 : cluster [DBG] pgmap v17906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:25.708295+0000 mgr.y (mgr.24491) 20267 : cluster [DBG] pgmap v17906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:25.708295+0000 mgr.y (mgr.24491) 20267 : cluster [DBG] pgmap v17906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:29:27.152333+0000 mgr.y (mgr.24491) 20268 : audit [DBG] from='client.45596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:29:27.433268+0000 mgr.y (mgr.24491) 20269 : audit [DBG] from='client.35694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:28.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:29:27.777393+0000 mon.c (mon.2) 623 : audit [DBG] from='client.? 172.21.15.177:0/3812300468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:29:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:29:27.152333+0000 mgr.y (mgr.24491) 20268 : audit [DBG] from='client.45596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:29:27.433268+0000 mgr.y (mgr.24491) 20269 : audit [DBG] from='client.35694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:28.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:29:27.777393+0000 mon.c (mon.2) 623 : audit [DBG] from='client.? 172.21.15.177:0/3812300468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:29:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:29:27.152333+0000 mgr.y (mgr.24491) 20268 : audit [DBG] from='client.45596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:29:27.433268+0000 mgr.y (mgr.24491) 20269 : audit [DBG] from='client.35694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:29:27.777393+0000 mon.c (mon.2) 623 : audit [DBG] from='client.? 172.21.15.177:0/3812300468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:29:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:27.708649+0000 mgr.y (mgr.24491) 20270 : cluster [DBG] pgmap v17907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:27.708649+0000 mgr.y (mgr.24491) 20270 : cluster [DBG] pgmap v17907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:27.708649+0000 mgr.y (mgr.24491) 20270 : cluster [DBG] pgmap v17907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:29:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:29.709457+0000 mgr.y (mgr.24491) 20271 : cluster [DBG] pgmap v17908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:29.709457+0000 mgr.y (mgr.24491) 20271 : cluster [DBG] pgmap v17908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:29.709457+0000 mgr.y (mgr.24491) 20271 : cluster [DBG] pgmap v17908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:31.710063+0000 mgr.y (mgr.24491) 20272 : cluster [DBG] pgmap v17909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:31.710063+0000 mgr.y (mgr.24491) 20272 : cluster [DBG] pgmap v17909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:31.710063+0000 mgr.y (mgr.24491) 20272 : cluster [DBG] pgmap v17909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:33.710671+0000 mgr.y (mgr.24491) 20273 : cluster [DBG] pgmap v17910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:33.710671+0000 mgr.y (mgr.24491) 20273 : cluster [DBG] pgmap v17910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:33.710671+0000 mgr.y (mgr.24491) 20273 : cluster [DBG] pgmap v17910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:35.711469+0000 mgr.y (mgr.24491) 20274 : cluster [DBG] pgmap v17911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:29:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:35.711469+0000 mgr.y (mgr.24491) 20274 : cluster [DBG] pgmap v17911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:35.711469+0000 mgr.y (mgr.24491) 20274 : cluster [DBG] pgmap v17911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:37.712010+0000 mgr.y (mgr.24491) 20275 : cluster [DBG] pgmap v17912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:37.712010+0000 mgr.y (mgr.24491) 20275 : cluster [DBG] pgmap v17912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:40.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:37.712010+0000 mgr.y (mgr.24491) 20275 : cluster [DBG] pgmap v17912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:41.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:29:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:39.712716+0000 mgr.y (mgr.24491) 20276 : cluster [DBG] pgmap v17913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:41.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:39.712716+0000 mgr.y (mgr.24491) 20276 : cluster [DBG] pgmap v17913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:39.712716+0000 mgr.y (mgr.24491) 20276 : cluster [DBG] pgmap v17913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:41.713197+0000 mgr.y (mgr.24491) 20277 : cluster [DBG] pgmap v17914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:41.713197+0000 mgr.y (mgr.24491) 20277 : cluster [DBG] pgmap v17914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:41.713197+0000 mgr.y (mgr.24491) 20277 : cluster [DBG] pgmap v17914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:43.713755+0000 mgr.y (mgr.24491) 20278 : cluster [DBG] pgmap v17915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:43.713755+0000 mgr.y (mgr.24491) 20278 : cluster [DBG] pgmap v17915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:43.713755+0000 mgr.y (mgr.24491) 20278 : cluster [DBG] pgmap v17915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:29:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:45.714447+0000 mgr.y (mgr.24491) 20279 : cluster [DBG] pgmap v17916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:29:47.505231+0000 mon.a (mon.0) 4147 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:29:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:45.714447+0000 mgr.y (mgr.24491) 20279 : cluster [DBG] pgmap v17916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:29:47.505231+0000 mon.a (mon.0) 4147 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:29:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:45.714447+0000 mgr.y (mgr.24491) 20279 : cluster [DBG] pgmap v17916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:29:47.505231+0000 mon.a (mon.0) 4147 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:29:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:29:47.796593+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:29:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:29:47.797245+0000 mon.a (mon.0) 4149 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:29:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:29:47.802176+0000 mon.a (mon.0) 4150 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:29:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:29:47.796593+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:29:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:29:47.797245+0000 mon.a (mon.0) 4149 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:29:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:29:47.802176+0000 mon.a (mon.0) 4150 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:29:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:29:47.796593+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:29:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:29:47.797245+0000 mon.a (mon.0) 4149 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:29:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:29:47.802176+0000 mon.a (mon.0) 4150 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:29:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:47.714780+0000 mgr.y (mgr.24491) 20280 : cluster [DBG] pgmap v17917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:47.714780+0000 mgr.y (mgr.24491) 20280 : cluster [DBG] pgmap v17917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:47.714780+0000 mgr.y (mgr.24491) 20280 : cluster [DBG] pgmap v17917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:29:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:49.715649+0000 mgr.y (mgr.24491) 20281 : cluster [DBG] pgmap v17918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:49.715649+0000 mgr.y (mgr.24491) 20281 : cluster [DBG] pgmap v17918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:49.715649+0000 mgr.y (mgr.24491) 20281 : cluster [DBG] pgmap v17918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:51.716162+0000 mgr.y (mgr.24491) 20282 : cluster [DBG] pgmap v17919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:51.716162+0000 mgr.y (mgr.24491) 20282 : cluster [DBG] pgmap v17919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:51.716162+0000 mgr.y (mgr.24491) 20282 : cluster [DBG] pgmap v17919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:53.716602+0000 mgr.y (mgr.24491) 20283 : cluster [DBG] pgmap v17920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:53.716602+0000 mgr.y (mgr.24491) 20283 : cluster [DBG] pgmap v17920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:53.716602+0000 mgr.y (mgr.24491) 20283 : cluster [DBG] pgmap v17920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:55.717459+0000 mgr.y (mgr.24491) 20284 : cluster [DBG] pgmap v17921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:57.155 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:55.717459+0000 mgr.y (mgr.24491) 20284 : cluster [DBG] pgmap v17921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:55.717459+0000 mgr.y (mgr.24491) 20284 : cluster [DBG] pgmap v17921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:58.085 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:29:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:29:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:29:58.359 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:29:58.359 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 6m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:29:58.359 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 6m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:29:58.359 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 6m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:29:58.359 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 6m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:29:58.359 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 6m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:29:58.359 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 6m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:29:58.359 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 6m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:29:58.360 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 6m ago 10h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:29:58.360 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 6m ago 10h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:29:58.360 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 6m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:29:58.360 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 6m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:29:58.360 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 6m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:29:58.360 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 6m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:29:58.360 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (9h) 6m ago 9h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:29:58.360 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (9h) 6m ago 9h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:29:58.360 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 6m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:29:58.360 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 6m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:29:58.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 6m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:29:58.361 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 6m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:29:58.361 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 6m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:29:58.692 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:29:58.692 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:29:58.692 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:29:58.692 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:29:58.693 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:29:58.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:29:58.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:29:58.693 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:29:58.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:29:58.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:29:58.693 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:29:58.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:29:58.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:29:58.693 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:29:58.694 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:29:58.694 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:29:58.694 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:29:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:57.718003+0000 mgr.y (mgr.24491) 20285 : cluster [DBG] pgmap v17922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:29:58.074711+0000 mgr.y (mgr.24491) 20286 : audit [DBG] from='client.35706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:59.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:29:58.352637+0000 mgr.y (mgr.24491) 20287 : audit [DBG] from='client.45620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:59.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:29:58.693482+0000 mon.c (mon.2) 624 : audit [DBG] from='client.? 172.21.15.177:0/783148739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:29:59.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:57.718003+0000 mgr.y (mgr.24491) 20285 : cluster [DBG] pgmap v17922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:59.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:29:58.074711+0000 mgr.y (mgr.24491) 20286 : audit [DBG] from='client.35706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:59.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:29:58.352637+0000 mgr.y (mgr.24491) 20287 : audit [DBG] from='client.45620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:59.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:29:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:29:58.693482+0000 mon.c (mon.2) 624 : audit [DBG] from='client.? 172.21.15.177:0/783148739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:29:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:57.718003+0000 mgr.y (mgr.24491) 20285 : cluster [DBG] pgmap v17922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:29:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:29:58.074711+0000 mgr.y (mgr.24491) 20286 : audit [DBG] from='client.35706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:29:58.352637+0000 mgr.y (mgr.24491) 20287 : audit [DBG] from='client.45620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:29:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:29:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:29:58.693482+0000 mon.c (mon.2) 624 : audit [DBG] from='client.? 172.21.15.177:0/783148739' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:30:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T13:29:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:30:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:29:59.718576+0000 mgr.y (mgr.24491) 20288 : cluster [DBG] pgmap v17923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:00.000112+0000 mon.a (mon.0) 4151 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:30:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:29:59.718576+0000 mgr.y (mgr.24491) 20288 : cluster [DBG] pgmap v17923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:00.000112+0000 mon.a (mon.0) 4151 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:30:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:30:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:29:59.718576+0000 mgr.y (mgr.24491) 20288 : cluster [DBG] pgmap v17923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:00.000112+0000 mon.a (mon.0) 4151 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:30:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:01.719091+0000 mgr.y (mgr.24491) 20289 : cluster [DBG] pgmap v17924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:01.719091+0000 mgr.y (mgr.24491) 20289 : cluster [DBG] pgmap v17924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:01.719091+0000 mgr.y (mgr.24491) 20289 : cluster [DBG] pgmap v17924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:03.719749+0000 mgr.y (mgr.24491) 20290 : cluster [DBG] pgmap v17925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:05.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:03.719749+0000 mgr.y (mgr.24491) 20290 : cluster [DBG] pgmap v17925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:03.719749+0000 mgr.y (mgr.24491) 20290 : cluster [DBG] pgmap v17925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:07.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:05.720426+0000 mgr.y (mgr.24491) 20291 : cluster [DBG] pgmap v17926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:07.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:05.720426+0000 mgr.y (mgr.24491) 20291 : cluster [DBG] pgmap v17926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:05.720426+0000 mgr.y (mgr.24491) 20291 : cluster [DBG] pgmap v17926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:30:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:07.720869+0000 mgr.y (mgr.24491) 20292 : cluster [DBG] pgmap v17927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:07.720869+0000 mgr.y (mgr.24491) 20292 : cluster [DBG] pgmap v17927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:07.720869+0000 mgr.y (mgr.24491) 20292 : cluster [DBG] pgmap v17927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:10.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:09.721733+0000 mgr.y (mgr.24491) 20293 : cluster [DBG] pgmap v17928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:09.721733+0000 mgr.y (mgr.24491) 20293 : cluster [DBG] pgmap v17928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:11.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:09.721733+0000 mgr.y (mgr.24491) 20293 : cluster [DBG] pgmap v17928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:30:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:11.722196+0000 mgr.y (mgr.24491) 20294 : cluster [DBG] pgmap v17929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:11.722196+0000 mgr.y (mgr.24491) 20294 : cluster [DBG] pgmap v17929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:11.722196+0000 mgr.y (mgr.24491) 20294 : cluster [DBG] pgmap v17929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:13.722708+0000 mgr.y (mgr.24491) 20295 : cluster [DBG] pgmap v17930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:13.722708+0000 mgr.y (mgr.24491) 20295 : cluster [DBG] pgmap v17930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:13.722708+0000 mgr.y (mgr.24491) 20295 : cluster [DBG] pgmap v17930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:17.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:15.723411+0000 mgr.y (mgr.24491) 20296 : cluster [DBG] pgmap v17931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:17.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:15.723411+0000 mgr.y (mgr.24491) 20296 : cluster [DBG] pgmap v17931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:15.723411+0000 mgr.y (mgr.24491) 20296 : cluster [DBG] pgmap v17931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:30:19.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:17.723862+0000 mgr.y (mgr.24491) 20297 : cluster [DBG] pgmap v17932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:17.723862+0000 mgr.y (mgr.24491) 20297 : cluster [DBG] pgmap v17932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:17.723862+0000 mgr.y (mgr.24491) 20297 : cluster [DBG] pgmap v17932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:21.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:19.724515+0000 mgr.y (mgr.24491) 20298 : cluster [DBG] pgmap v17933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:21.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:19.724515+0000 mgr.y (mgr.24491) 20298 : cluster [DBG] pgmap v17933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:19.724515+0000 mgr.y (mgr.24491) 20298 : cluster [DBG] pgmap v17933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:30:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:21.724910+0000 mgr.y (mgr.24491) 20299 : cluster [DBG] pgmap v17934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:21.724910+0000 mgr.y (mgr.24491) 20299 : cluster [DBG] pgmap v17934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:21.724910+0000 mgr.y (mgr.24491) 20299 : cluster [DBG] pgmap v17934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:23.725468+0000 mgr.y (mgr.24491) 20300 : cluster [DBG] pgmap v17935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:23.725468+0000 mgr.y (mgr.24491) 20300 : cluster [DBG] pgmap v17935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:23.725468+0000 mgr.y (mgr.24491) 20300 : cluster [DBG] pgmap v17935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:25.726329+0000 mgr.y (mgr.24491) 20301 : cluster [DBG] pgmap v17936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:25.726329+0000 mgr.y (mgr.24491) 20301 : cluster [DBG] pgmap v17936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:25.726329+0000 mgr.y (mgr.24491) 20301 : cluster [DBG] pgmap v17936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:30:29.008 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:30:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:27.726792+0000 mgr.y (mgr.24491) 20302 : cluster [DBG] pgmap v17937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:27.726792+0000 mgr.y (mgr.24491) 20302 : cluster [DBG] pgmap v17937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:27.726792+0000 mgr.y (mgr.24491) 20302 : cluster [DBG] pgmap v17937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:29.284 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:30:29.284 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 6m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:30:29.284 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 6m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:30:29.284 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 6m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:30:29.284 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 6m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:30:29.284 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 6m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:30:29.284 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 6m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 6m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 6m ago 10h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 6m ago 10h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 6m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 6m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 6m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 6m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 6m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 6m ago 10h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (9h) 6m ago 9h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 6m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 6m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 6m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:30:29.285 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 6m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:30:29.618 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:30:29.619 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:30:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:30:28.996468+0000 mgr.y (mgr.24491) 20303 : audit [DBG] from='client.45632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:30:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:30:29.278313+0000 mgr.y (mgr.24491) 20304 : audit [DBG] from='client.35730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:30:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:30:29.620305+0000 mon.c (mon.2) 625 : audit [DBG] from='client.? 172.21.15.177:0/276515660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:30:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:30:28.996468+0000 mgr.y (mgr.24491) 20303 : audit [DBG] from='client.45632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:30:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:30:29.278313+0000 mgr.y (mgr.24491) 20304 : audit [DBG] from='client.35730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:30:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:30:29.620305+0000 mon.c (mon.2) 625 : audit [DBG] from='client.? 172.21.15.177:0/276515660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:30:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:30:28.996468+0000 mgr.y (mgr.24491) 20303 : audit [DBG] from='client.45632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:30:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:30:29.278313+0000 mgr.y (mgr.24491) 20304 : audit [DBG] from='client.35730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:30:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:30:29.620305+0000 mon.c (mon.2) 625 : audit [DBG] from='client.? 172.21.15.177:0/276515660' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:30:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:29.727362+0000 mgr.y (mgr.24491) 20305 : cluster [DBG] pgmap v17938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:29.727362+0000 mgr.y (mgr.24491) 20305 : cluster [DBG] pgmap v17938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:29.727362+0000 mgr.y (mgr.24491) 20305 : cluster [DBG] pgmap v17938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:30:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:31.727900+0000 mgr.y (mgr.24491) 20306 : cluster [DBG] pgmap v17939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:31.727900+0000 mgr.y (mgr.24491) 20306 : cluster [DBG] pgmap v17939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:31.727900+0000 mgr.y (mgr.24491) 20306 : cluster [DBG] pgmap v17939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:33.728393+0000 mgr.y (mgr.24491) 20307 : cluster [DBG] pgmap v17940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:33.728393+0000 mgr.y (mgr.24491) 20307 : cluster [DBG] pgmap v17940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:33.728393+0000 mgr.y (mgr.24491) 20307 : cluster [DBG] pgmap v17940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:35.729064+0000 mgr.y (mgr.24491) 20308 : cluster [DBG] pgmap v17941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:35.729064+0000 mgr.y (mgr.24491) 20308 : cluster [DBG] pgmap v17941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:35.729064+0000 mgr.y (mgr.24491) 20308 : cluster [DBG] pgmap v17941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:30:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:37.729451+0000 mgr.y (mgr.24491) 20309 : cluster [DBG] pgmap v17942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:37.729451+0000 mgr.y (mgr.24491) 20309 : cluster [DBG] pgmap v17942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:37.729451+0000 mgr.y (mgr.24491) 20309 : cluster [DBG] pgmap v17942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:39.730231+0000 mgr.y (mgr.24491) 20310 : cluster [DBG] pgmap v17943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:39.730231+0000 mgr.y (mgr.24491) 20310 : cluster [DBG] pgmap v17943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:30:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:39.730231+0000 mgr.y (mgr.24491) 20310 : cluster [DBG] pgmap v17943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:41.730667+0000 mgr.y (mgr.24491) 20311 : cluster [DBG] pgmap v17944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:43.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:41.730667+0000 mgr.y (mgr.24491) 20311 : cluster [DBG] pgmap v17944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:41.730667+0000 mgr.y (mgr.24491) 20311 : cluster [DBG] pgmap v17944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:43.731151+0000 mgr.y (mgr.24491) 20312 : cluster [DBG] pgmap v17945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:43.731151+0000 mgr.y (mgr.24491) 20312 : cluster [DBG] pgmap v17945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:43.731151+0000 mgr.y (mgr.24491) 20312 : cluster [DBG] pgmap v17945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:47.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:45.731765+0000 mgr.y (mgr.24491) 20313 : cluster [DBG] pgmap v17946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:47.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:45.731765+0000 mgr.y (mgr.24491) 20313 : cluster [DBG] pgmap v17946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:45.731765+0000 mgr.y (mgr.24491) 20313 : cluster [DBG] pgmap v17946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:47] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:30:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:30:47.806384+0000 mon.a (mon.0) 4152 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:30:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:30:47.806384+0000 mon.a (mon.0) 4152 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:30:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:30:47.806384+0000 mon.a (mon.0) 4152 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:30:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:47.732217+0000 mgr.y (mgr.24491) 20314 : cluster [DBG] pgmap v17947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:30:48.094907+0000 mon.a (mon.0) 4153 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:30:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:30:48.095542+0000 mon.a (mon.0) 4154 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:30:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:30:48.101932+0000 mon.a (mon.0) 4155 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:30:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:47.732217+0000 mgr.y (mgr.24491) 20314 : cluster [DBG] pgmap v17947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:30:48.094907+0000 mon.a (mon.0) 4153 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:30:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:30:48.095542+0000 mon.a (mon.0) 4154 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:30:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:30:48.101932+0000 mon.a (mon.0) 4155 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:30:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:47.732217+0000 mgr.y (mgr.24491) 20314 : cluster [DBG] pgmap v17947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:30:48.094907+0000 mon.a (mon.0) 4153 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:30:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:30:48.095542+0000 mon.a (mon.0) 4154 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:30:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:30:48.101932+0000 mon.a (mon.0) 4155 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:30:51.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:49.732867+0000 mgr.y (mgr.24491) 20315 : cluster [DBG] pgmap v17948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:49.732867+0000 mgr.y (mgr.24491) 20315 : cluster [DBG] pgmap v17948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:49.732867+0000 mgr.y (mgr.24491) 20315 : cluster [DBG] pgmap v17948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:30:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:51.733267+0000 mgr.y (mgr.24491) 20316 : cluster [DBG] pgmap v17949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:53.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:51.733267+0000 mgr.y (mgr.24491) 20316 : cluster [DBG] pgmap v17949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:51.733267+0000 mgr.y (mgr.24491) 20316 : cluster [DBG] pgmap v17949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:55.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:53.733788+0000 mgr.y (mgr.24491) 20317 : cluster [DBG] pgmap v17950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:55.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:53.733788+0000 mgr.y (mgr.24491) 20317 : cluster [DBG] pgmap v17950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:53.733788+0000 mgr.y (mgr.24491) 20317 : cluster [DBG] pgmap v17950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:55.734456+0000 mgr.y (mgr.24491) 20318 : cluster [DBG] pgmap v17951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:57.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:55.734456+0000 mgr.y (mgr.24491) 20318 : cluster [DBG] pgmap v17951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:55.734456+0000 mgr.y (mgr.24491) 20318 : cluster [DBG] pgmap v17951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:30:57] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:30:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:57.734927+0000 mgr.y (mgr.24491) 20319 : cluster [DBG] pgmap v17952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:57.734927+0000 mgr.y (mgr.24491) 20319 : cluster [DBG] pgmap v17952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:30:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:57.734927+0000 mgr.y (mgr.24491) 20319 : cluster [DBG] pgmap v17952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:30:59.933 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:31:00.209 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:31:00.209 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 7m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:31:00.209 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:31:00.209 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 7m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:31:00.209 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:31:00.209 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 7m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:31:00.209 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 7m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:31:00.209 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 7m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:31:00.209 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 7m ago 10h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 7m ago 10h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 7m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 7m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 7m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 7m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 7m ago 10h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 7m ago 10h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (9h) 7m ago 9h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:31:00.210 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:31:00.544 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:31:00.544 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:31:00.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:31:00.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:31:00.544 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:31:00.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:31:00.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:31:00.544 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:31:00.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:31:00.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:31:00.545 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:31:00.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:31:00.545 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:31:00.545 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:31:00.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:31:00.545 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:31:00.545 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:31:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:30:59.735508+0000 mgr.y (mgr.24491) 20320 : cluster [DBG] pgmap v17953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:30:59.922035+0000 mgr.y (mgr.24491) 20321 : audit [DBG] from='client.45650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:00.203156+0000 mgr.y (mgr.24491) 20322 : audit [DBG] from='client.45656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:00.545775+0000 mon.c (mon.2) 626 : audit [DBG] from='client.? 172.21.15.177:0/4175688480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:31:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:30:59.735508+0000 mgr.y (mgr.24491) 20320 : cluster [DBG] pgmap v17953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:01.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:30:59.922035+0000 mgr.y (mgr.24491) 20321 : audit [DBG] from='client.45650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:01.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:00.203156+0000 mgr.y (mgr.24491) 20322 : audit [DBG] from='client.45656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:01.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:00.545775+0000 mon.c (mon.2) 626 : audit [DBG] from='client.? 172.21.15.177:0/4175688480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:31:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:31:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:30:59.735508+0000 mgr.y (mgr.24491) 20320 : cluster [DBG] pgmap v17953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:30:59.922035+0000 mgr.y (mgr.24491) 20321 : audit [DBG] from='client.45650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:00.203156+0000 mgr.y (mgr.24491) 20322 : audit [DBG] from='client.45656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:00.545775+0000 mon.c (mon.2) 626 : audit [DBG] from='client.? 172.21.15.177:0/4175688480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:31:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:01.735887+0000 mgr.y (mgr.24491) 20323 : cluster [DBG] pgmap v17954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:01.735887+0000 mgr.y (mgr.24491) 20323 : cluster [DBG] pgmap v17954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:01.735887+0000 mgr.y (mgr.24491) 20323 : cluster [DBG] pgmap v17954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:03.736337+0000 mgr.y (mgr.24491) 20324 : cluster [DBG] pgmap v17955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:03.736337+0000 mgr.y (mgr.24491) 20324 : cluster [DBG] pgmap v17955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:03.736337+0000 mgr.y (mgr.24491) 20324 : cluster [DBG] pgmap v17955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:05.737028+0000 mgr.y (mgr.24491) 20325 : cluster [DBG] pgmap v17956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:05.737028+0000 mgr.y (mgr.24491) 20325 : cluster [DBG] pgmap v17956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:05.737028+0000 mgr.y (mgr.24491) 20325 : cluster [DBG] pgmap v17956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:31:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:07.737412+0000 mgr.y (mgr.24491) 20326 : cluster [DBG] pgmap v17957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:07.737412+0000 mgr.y (mgr.24491) 20326 : cluster [DBG] pgmap v17957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:07.737412+0000 mgr.y (mgr.24491) 20326 : cluster [DBG] pgmap v17957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:11.414 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:31:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:09.738111+0000 mgr.y (mgr.24491) 20327 : cluster [DBG] pgmap v17958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:09.738111+0000 mgr.y (mgr.24491) 20327 : cluster [DBG] pgmap v17958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:09.738111+0000 mgr.y (mgr.24491) 20327 : cluster [DBG] pgmap v17958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:11.738508+0000 mgr.y (mgr.24491) 20328 : cluster [DBG] pgmap v17959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:11.738508+0000 mgr.y (mgr.24491) 20328 : cluster [DBG] pgmap v17959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:11.738508+0000 mgr.y (mgr.24491) 20328 : cluster [DBG] pgmap v17959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:13.739106+0000 mgr.y (mgr.24491) 20329 : cluster [DBG] pgmap v17960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:13.739106+0000 mgr.y (mgr.24491) 20329 : cluster [DBG] pgmap v17960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:13.739106+0000 mgr.y (mgr.24491) 20329 : cluster [DBG] pgmap v17960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:17.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:15.739765+0000 mgr.y (mgr.24491) 20330 : cluster [DBG] pgmap v17961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:15.739765+0000 mgr.y (mgr.24491) 20330 : cluster [DBG] pgmap v17961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:15.739765+0000 mgr.y (mgr.24491) 20330 : cluster [DBG] pgmap v17961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:31:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:17.740236+0000 mgr.y (mgr.24491) 20331 : cluster [DBG] pgmap v17962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:17.740236+0000 mgr.y (mgr.24491) 20331 : cluster [DBG] pgmap v17962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:17.740236+0000 mgr.y (mgr.24491) 20331 : cluster [DBG] pgmap v17962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:21.430 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:31:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:19.741071+0000 mgr.y (mgr.24491) 20332 : cluster [DBG] pgmap v17963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:19.741071+0000 mgr.y (mgr.24491) 20332 : cluster [DBG] pgmap v17963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:19.741071+0000 mgr.y (mgr.24491) 20332 : cluster [DBG] pgmap v17963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:21.741555+0000 mgr.y (mgr.24491) 20333 : cluster [DBG] pgmap v17964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:21.741555+0000 mgr.y (mgr.24491) 20333 : cluster [DBG] pgmap v17964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:21.741555+0000 mgr.y (mgr.24491) 20333 : cluster [DBG] pgmap v17964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:23.742150+0000 mgr.y (mgr.24491) 20334 : cluster [DBG] pgmap v17965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:23.742150+0000 mgr.y (mgr.24491) 20334 : cluster [DBG] pgmap v17965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:23.742150+0000 mgr.y (mgr.24491) 20334 : cluster [DBG] pgmap v17965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:27.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:25.743047+0000 mgr.y (mgr.24491) 20335 : cluster [DBG] pgmap v17966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:25.743047+0000 mgr.y (mgr.24491) 20335 : cluster [DBG] pgmap v17966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:25.743047+0000 mgr.y (mgr.24491) 20335 : cluster [DBG] pgmap v17966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:31:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:27.743580+0000 mgr.y (mgr.24491) 20336 : cluster [DBG] pgmap v17967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:27.743580+0000 mgr.y (mgr.24491) 20336 : cluster [DBG] pgmap v17967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:27.743580+0000 mgr.y (mgr.24491) 20336 : cluster [DBG] pgmap v17967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:30.854 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:31:31.128 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:31:31.128 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 7m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:31:31.128 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 7m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:31:31.128 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 7m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:31:31.128 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 7m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:31:31.128 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 7m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:31:31.128 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 7m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:31:31.128 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 7m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 7m ago 10h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 7m ago 10h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 7m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 7m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 7m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 7m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 7m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 7m ago 10h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 7m ago 10h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 7m ago 10h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (9h) 7m ago 9h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (9h) 7m ago 9h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:31:31.129 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 7m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:31:31.444 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:31:31.465 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:31:31.465 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:31:31.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:31:31.465 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:31:31.465 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:31:31.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:31:31.465 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:31:31.465 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:31:31.465 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:31:31.466 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:31:31.466 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:31:31.466 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:31:31.466 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:31:31.466 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:31:31.466 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:31:31.466 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:31:31.466 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:31:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:29.744384+0000 mgr.y (mgr.24491) 20337 : cluster [DBG] pgmap v17968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:29.744384+0000 mgr.y (mgr.24491) 20337 : cluster [DBG] pgmap v17968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:29.744384+0000 mgr.y (mgr.24491) 20337 : cluster [DBG] pgmap v17968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:30.843839+0000 mgr.y (mgr.24491) 20338 : audit [DBG] from='client.35760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:31.122136+0000 mgr.y (mgr.24491) 20339 : audit [DBG] from='client.35766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:31.466988+0000 mon.c (mon.2) 627 : audit [DBG] from='client.? 172.21.15.177:0/1283874629' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:31:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:30.843839+0000 mgr.y (mgr.24491) 20338 : audit [DBG] from='client.35760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:31.122136+0000 mgr.y (mgr.24491) 20339 : audit [DBG] from='client.35766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:31.466988+0000 mon.c (mon.2) 627 : audit [DBG] from='client.? 172.21.15.177:0/1283874629' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:31:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:30.843839+0000 mgr.y (mgr.24491) 20338 : audit [DBG] from='client.35760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:31.122136+0000 mgr.y (mgr.24491) 20339 : audit [DBG] from='client.35766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:31:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:31.466988+0000 mon.c (mon.2) 627 : audit [DBG] from='client.? 172.21.15.177:0/1283874629' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:31:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:31.744818+0000 mgr.y (mgr.24491) 20340 : cluster [DBG] pgmap v17969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:31.744818+0000 mgr.y (mgr.24491) 20340 : cluster [DBG] pgmap v17969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:31.744818+0000 mgr.y (mgr.24491) 20340 : cluster [DBG] pgmap v17969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:33.745431+0000 mgr.y (mgr.24491) 20341 : cluster [DBG] pgmap v17970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:33.745431+0000 mgr.y (mgr.24491) 20341 : cluster [DBG] pgmap v17970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:33.745431+0000 mgr.y (mgr.24491) 20341 : cluster [DBG] pgmap v17970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:37.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:35.746123+0000 mgr.y (mgr.24491) 20342 : cluster [DBG] pgmap v17971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:35.746123+0000 mgr.y (mgr.24491) 20342 : cluster [DBG] pgmap v17971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:35.746123+0000 mgr.y (mgr.24491) 20342 : cluster [DBG] pgmap v17971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:31:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:37.746514+0000 mgr.y (mgr.24491) 20343 : cluster [DBG] pgmap v17972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:37.746514+0000 mgr.y (mgr.24491) 20343 : cluster [DBG] pgmap v17972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:37.746514+0000 mgr.y (mgr.24491) 20343 : cluster [DBG] pgmap v17972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:41.464 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:31:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:39.747182+0000 mgr.y (mgr.24491) 20344 : cluster [DBG] pgmap v17973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:39.747182+0000 mgr.y (mgr.24491) 20344 : cluster [DBG] pgmap v17973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:39.747182+0000 mgr.y (mgr.24491) 20344 : cluster [DBG] pgmap v17973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:41.747618+0000 mgr.y (mgr.24491) 20345 : cluster [DBG] pgmap v17974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:41.747618+0000 mgr.y (mgr.24491) 20345 : cluster [DBG] pgmap v17974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:41.747618+0000 mgr.y (mgr.24491) 20345 : cluster [DBG] pgmap v17974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:43.748023+0000 mgr.y (mgr.24491) 20346 : cluster [DBG] pgmap v17975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:43.748023+0000 mgr.y (mgr.24491) 20346 : cluster [DBG] pgmap v17975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:43.748023+0000 mgr.y (mgr.24491) 20346 : cluster [DBG] pgmap v17975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:45.748818+0000 mgr.y (mgr.24491) 20347 : cluster [DBG] pgmap v17976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:45.748818+0000 mgr.y (mgr.24491) 20347 : cluster [DBG] pgmap v17976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:45.748818+0000 mgr.y (mgr.24491) 20347 : cluster [DBG] pgmap v17976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:47] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:31:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:48.106821+0000 mon.a (mon.0) 4156 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:31:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:48.402478+0000 mon.a (mon.0) 4157 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:48.403086+0000 mon.a (mon.0) 4158 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:48.403638+0000 mon.a (mon.0) 4159 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:48.404158+0000 mon.a (mon.0) 4160 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:48.411197+0000 mon.a (mon.0) 4161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:31:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:48.412133+0000 mon.a (mon.0) 4162 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:31:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:48.412703+0000 mon.a (mon.0) 4163 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:31:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:31:48.419094+0000 mon.a (mon.0) 4164 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:31:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:48.106821+0000 mon.a (mon.0) 4156 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:48.402478+0000 mon.a (mon.0) 4157 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:48.403086+0000 mon.a (mon.0) 4158 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:48.403638+0000 mon.a (mon.0) 4159 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:48.404158+0000 mon.a (mon.0) 4160 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:48.411197+0000 mon.a (mon.0) 4161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:48.412133+0000 mon.a (mon.0) 4162 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:48.412703+0000 mon.a (mon.0) 4163 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:31:48.419094+0000 mon.a (mon.0) 4164 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:48.106821+0000 mon.a (mon.0) 4156 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:48.402478+0000 mon.a (mon.0) 4157 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:48.403086+0000 mon.a (mon.0) 4158 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:48.403638+0000 mon.a (mon.0) 4159 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:48.404158+0000 mon.a (mon.0) 4160 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:31:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:48.411197+0000 mon.a (mon.0) 4161 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:31:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:48.412133+0000 mon.a (mon.0) 4162 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:31:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:48.412703+0000 mon.a (mon.0) 4163 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:31:48.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:31:48.419094+0000 mon.a (mon.0) 4164 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:31:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:47.749263+0000 mgr.y (mgr.24491) 20348 : cluster [DBG] pgmap v17977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T13:31:48.404586+0000 mgr.y (mgr.24491) 20349 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T13:31:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:47.749263+0000 mgr.y (mgr.24491) 20348 : cluster [DBG] pgmap v17977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T13:31:48.404586+0000 mgr.y (mgr.24491) 20349 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T13:31:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:47.749263+0000 mgr.y (mgr.24491) 20348 : cluster [DBG] pgmap v17977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T13:31:48.404586+0000 mgr.y (mgr.24491) 20349 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T13:31:51.487 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:31:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:49.750057+0000 mgr.y (mgr.24491) 20350 : cluster [DBG] pgmap v17978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:49.750057+0000 mgr.y (mgr.24491) 20350 : cluster [DBG] pgmap v17978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:49.750057+0000 mgr.y (mgr.24491) 20350 : cluster [DBG] pgmap v17978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:51.750603+0000 mgr.y (mgr.24491) 20351 : cluster [DBG] pgmap v17979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:51.750603+0000 mgr.y (mgr.24491) 20351 : cluster [DBG] pgmap v17979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:51.750603+0000 mgr.y (mgr.24491) 20351 : cluster [DBG] pgmap v17979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:53.751173+0000 mgr.y (mgr.24491) 20352 : cluster [DBG] pgmap v17980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:53.751173+0000 mgr.y (mgr.24491) 20352 : cluster [DBG] pgmap v17980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:53.751173+0000 mgr.y (mgr.24491) 20352 : cluster [DBG] pgmap v17980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:55.751860+0000 mgr.y (mgr.24491) 20353 : cluster [DBG] pgmap v17981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:55.751860+0000 mgr.y (mgr.24491) 20353 : cluster [DBG] pgmap v17981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:31:57] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:31:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:55.751860+0000 mgr.y (mgr.24491) 20353 : cluster [DBG] pgmap v17981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:57.752485+0000 mgr.y (mgr.24491) 20354 : cluster [DBG] pgmap v17982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:57.752485+0000 mgr.y (mgr.24491) 20354 : cluster [DBG] pgmap v17982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:31:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:31:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:57.752485+0000 mgr.y (mgr.24491) 20354 : cluster [DBG] pgmap v17982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:32:01.778 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:32:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:31:59.753207+0000 mgr.y (mgr.24491) 20355 : cluster [DBG] pgmap v17983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:31:59.753207+0000 mgr.y (mgr.24491) 20355 : cluster [DBG] pgmap v17983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:31:59.753207+0000 mgr.y (mgr.24491) 20355 : cluster [DBG] pgmap v17983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:02.055 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:32:02.055 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:32:02.055 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 8m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:32:02.055 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (9h) 8m ago 9h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:32:02.055 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (9h) 8m ago 9h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:32:02.055 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:32:02.055 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 8m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:32:02.055 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 8m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:32:02.055 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:32:02.055 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 8m ago 10h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:32:02.056 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:32:02.056 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 8m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:32:02.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 8m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:32:02.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 8m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:32:02.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 8m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:32:02.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 8m ago 10h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:32:02.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:32:02.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:32:02.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:32:02.056 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:32:02.056 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 8m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:32:02.391 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:32:02.391 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:32:02.391 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:32:02.391 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:32:02.391 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:32:02.391 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:32:02.391 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:32:02.391 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:32:02.391 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:32:02.392 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:32:02.392 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:32:02.392 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:32:02.392 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:32:02.392 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:32:02.392 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:32:02.392 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:32:02.392 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:32:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:32:02.392478+0000 mon.c (mon.2) 628 : audit [DBG] from='client.? 172.21.15.177:0/3341859394' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:32:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:32:02.392478+0000 mon.c (mon.2) 628 : audit [DBG] from='client.? 172.21.15.177:0/3341859394' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:32:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:32:02.392478+0000 mon.c (mon.2) 628 : audit [DBG] from='client.? 172.21.15.177:0/3341859394' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:32:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:01.753564+0000 mgr.y (mgr.24491) 20356 : cluster [DBG] pgmap v17984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:32:01.767612+0000 mgr.y (mgr.24491) 20357 : audit [DBG] from='client.35778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:32:02.048470+0000 mgr.y (mgr.24491) 20358 : audit [DBG] from='client.35784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:01.753564+0000 mgr.y (mgr.24491) 20356 : cluster [DBG] pgmap v17984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:32:01.767612+0000 mgr.y (mgr.24491) 20357 : audit [DBG] from='client.35778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:32:02.048470+0000 mgr.y (mgr.24491) 20358 : audit [DBG] from='client.35784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:01.753564+0000 mgr.y (mgr.24491) 20356 : cluster [DBG] pgmap v17984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:32:01.767612+0000 mgr.y (mgr.24491) 20357 : audit [DBG] from='client.35778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:32:02.048470+0000 mgr.y (mgr.24491) 20358 : audit [DBG] from='client.35784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:03.754166+0000 mgr.y (mgr.24491) 20359 : cluster [DBG] pgmap v17985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:03.754166+0000 mgr.y (mgr.24491) 20359 : cluster [DBG] pgmap v17985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:03.754166+0000 mgr.y (mgr.24491) 20359 : cluster [DBG] pgmap v17985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:32:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:05.754896+0000 mgr.y (mgr.24491) 20360 : cluster [DBG] pgmap v17986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:05.754896+0000 mgr.y (mgr.24491) 20360 : cluster [DBG] pgmap v17986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:05.754896+0000 mgr.y (mgr.24491) 20360 : cluster [DBG] pgmap v17986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:07.755422+0000 mgr.y (mgr.24491) 20361 : cluster [DBG] pgmap v17987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:07.755422+0000 mgr.y (mgr.24491) 20361 : cluster [DBG] pgmap v17987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:07.755422+0000 mgr.y (mgr.24491) 20361 : cluster [DBG] pgmap v17987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:11.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:32:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:09.756209+0000 mgr.y (mgr.24491) 20362 : cluster [DBG] pgmap v17988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:09.756209+0000 mgr.y (mgr.24491) 20362 : cluster [DBG] pgmap v17988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:09.756209+0000 mgr.y (mgr.24491) 20362 : cluster [DBG] pgmap v17988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:11.756623+0000 mgr.y (mgr.24491) 20363 : cluster [DBG] pgmap v17989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:11.756623+0000 mgr.y (mgr.24491) 20363 : cluster [DBG] pgmap v17989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:11.756623+0000 mgr.y (mgr.24491) 20363 : cluster [DBG] pgmap v17989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:13.757180+0000 mgr.y (mgr.24491) 20364 : cluster [DBG] pgmap v17990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:13.757180+0000 mgr.y (mgr.24491) 20364 : cluster [DBG] pgmap v17990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:13.757180+0000 mgr.y (mgr.24491) 20364 : cluster [DBG] pgmap v17990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:17] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-04-20T13:32:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:15.758065+0000 mgr.y (mgr.24491) 20365 : cluster [DBG] pgmap v17991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:15.758065+0000 mgr.y (mgr.24491) 20365 : cluster [DBG] pgmap v17991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:15.758065+0000 mgr.y (mgr.24491) 20365 : cluster [DBG] pgmap v17991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:17.758415+0000 mgr.y (mgr.24491) 20366 : cluster [DBG] pgmap v17992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:17.758415+0000 mgr.y (mgr.24491) 20366 : cluster [DBG] pgmap v17992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:17.758415+0000 mgr.y (mgr.24491) 20366 : cluster [DBG] pgmap v17992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:32:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:19.759286+0000 mgr.y (mgr.24491) 20367 : cluster [DBG] pgmap v17993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:19.759286+0000 mgr.y (mgr.24491) 20367 : cluster [DBG] pgmap v17993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:19.759286+0000 mgr.y (mgr.24491) 20367 : cluster [DBG] pgmap v17993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:21.759996+0000 mgr.y (mgr.24491) 20368 : cluster [DBG] pgmap v17994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:21.759996+0000 mgr.y (mgr.24491) 20368 : cluster [DBG] pgmap v17994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:21.759996+0000 mgr.y (mgr.24491) 20368 : cluster [DBG] pgmap v17994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:23.760369+0000 mgr.y (mgr.24491) 20369 : cluster [DBG] pgmap v17995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:23.760369+0000 mgr.y (mgr.24491) 20369 : cluster [DBG] pgmap v17995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:23.760369+0000 mgr.y (mgr.24491) 20369 : cluster [DBG] pgmap v17995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:27] "GET /metrics HTTP/1.1" 200 188290 "" "Prometheus/2.33.4" 2024-04-20T13:32:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:25.761124+0000 mgr.y (mgr.24491) 20370 : cluster [DBG] pgmap v17996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:25.761124+0000 mgr.y (mgr.24491) 20370 : cluster [DBG] pgmap v17996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:25.761124+0000 mgr.y (mgr.24491) 20370 : cluster [DBG] pgmap v17996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:27.761704+0000 mgr.y (mgr.24491) 20371 : cluster [DBG] pgmap v17997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:27.761704+0000 mgr.y (mgr.24491) 20371 : cluster [DBG] pgmap v17997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:27.761704+0000 mgr.y (mgr.24491) 20371 : cluster [DBG] pgmap v17997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:32:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:29.762421+0000 mgr.y (mgr.24491) 20372 : cluster [DBG] pgmap v17998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:29.762421+0000 mgr.y (mgr.24491) 20372 : cluster [DBG] pgmap v17998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:29.762421+0000 mgr.y (mgr.24491) 20372 : cluster [DBG] pgmap v17998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:32.704 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:32:32.976 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:32:32.976 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 8m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:32:32.976 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 8m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:32:32.976 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 8m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:32:32.976 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 8m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:32:32.976 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:32:32.976 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 8m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:32:32.976 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 8m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:32:32.976 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:32:32.976 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 8m ago 10h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:32:32.976 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (9h) 8m ago 9h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:32:32.977 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 8m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:32:32.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 8m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:32:32.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 8m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:32:32.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 8m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:32:32.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 8m ago 10h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:32:32.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:32:32.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:32:32.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:32:32.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:32:32.977 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 8m ago 9h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:32:33.306 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:32:33.306 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:32:33.306 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:32:33.306 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:32:33.306 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:32:33.306 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:32:33.306 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:32:33.306 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:32:33.306 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:32:33.306 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:32:33.306 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:32:33.307 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:32:33.307 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:32:33.307 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:32:33.307 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:32:33.307 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:32:33.307 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:32:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:31.762931+0000 mgr.y (mgr.24491) 20373 : cluster [DBG] pgmap v17999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:32:33.307623+0000 mon.a (mon.0) 4165 : audit [DBG] from='client.? 172.21.15.177:0/4012648488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:32:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:31.762931+0000 mgr.y (mgr.24491) 20373 : cluster [DBG] pgmap v17999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:32:33.307623+0000 mon.a (mon.0) 4165 : audit [DBG] from='client.? 172.21.15.177:0/4012648488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:32:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:31.762931+0000 mgr.y (mgr.24491) 20373 : cluster [DBG] pgmap v17999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:32:33.307623+0000 mon.a (mon.0) 4165 : audit [DBG] from='client.? 172.21.15.177:0/4012648488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:32:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:32:32.693282+0000 mgr.y (mgr.24491) 20374 : audit [DBG] from='client.45704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:32:32.969920+0000 mgr.y (mgr.24491) 20375 : audit [DBG] from='client.35802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:32:32.693282+0000 mgr.y (mgr.24491) 20374 : audit [DBG] from='client.45704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:32:32.969920+0000 mgr.y (mgr.24491) 20375 : audit [DBG] from='client.35802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:32:32.693282+0000 mgr.y (mgr.24491) 20374 : audit [DBG] from='client.45704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:32:32.969920+0000 mgr.y (mgr.24491) 20375 : audit [DBG] from='client.35802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:32:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:33.763262+0000 mgr.y (mgr.24491) 20376 : cluster [DBG] pgmap v18000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:33.763262+0000 mgr.y (mgr.24491) 20376 : cluster [DBG] pgmap v18000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:33.763262+0000 mgr.y (mgr.24491) 20376 : cluster [DBG] pgmap v18000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:35.764037+0000 mgr.y (mgr.24491) 20377 : cluster [DBG] pgmap v18001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:32:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:35.764037+0000 mgr.y (mgr.24491) 20377 : cluster [DBG] pgmap v18001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:35.764037+0000 mgr.y (mgr.24491) 20377 : cluster [DBG] pgmap v18001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:37.764423+0000 mgr.y (mgr.24491) 20378 : cluster [DBG] pgmap v18002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:37.764423+0000 mgr.y (mgr.24491) 20378 : cluster [DBG] pgmap v18002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:37.764423+0000 mgr.y (mgr.24491) 20378 : cluster [DBG] pgmap v18002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:32:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:39.765192+0000 mgr.y (mgr.24491) 20379 : cluster [DBG] pgmap v18003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:39.765192+0000 mgr.y (mgr.24491) 20379 : cluster [DBG] pgmap v18003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:39.765192+0000 mgr.y (mgr.24491) 20379 : cluster [DBG] pgmap v18003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:41.765575+0000 mgr.y (mgr.24491) 20380 : cluster [DBG] pgmap v18004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:41.765575+0000 mgr.y (mgr.24491) 20380 : cluster [DBG] pgmap v18004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:41.765575+0000 mgr.y (mgr.24491) 20380 : cluster [DBG] pgmap v18004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:43.766108+0000 mgr.y (mgr.24491) 20381 : cluster [DBG] pgmap v18005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:43.766108+0000 mgr.y (mgr.24491) 20381 : cluster [DBG] pgmap v18005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:43.766108+0000 mgr.y (mgr.24491) 20381 : cluster [DBG] pgmap v18005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:47] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:32:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:45.767015+0000 mgr.y (mgr.24491) 20382 : cluster [DBG] pgmap v18006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:45.767015+0000 mgr.y (mgr.24491) 20382 : cluster [DBG] pgmap v18006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:45.767015+0000 mgr.y (mgr.24491) 20382 : cluster [DBG] pgmap v18006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:32:48.423305+0000 mon.a (mon.0) 4166 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:32:48.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:32:48.423305+0000 mon.a (mon.0) 4166 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:32:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:32:48.423305+0000 mon.a (mon.0) 4166 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:32:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:47.767424+0000 mgr.y (mgr.24491) 20383 : cluster [DBG] pgmap v18007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:32:48.703653+0000 mon.a (mon.0) 4167 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:32:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:32:48.704226+0000 mon.a (mon.0) 4168 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:32:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:32:48.708605+0000 mon.a (mon.0) 4169 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:32:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:47.767424+0000 mgr.y (mgr.24491) 20383 : cluster [DBG] pgmap v18007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:32:48.703653+0000 mon.a (mon.0) 4167 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:32:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:32:48.704226+0000 mon.a (mon.0) 4168 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:32:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:32:48.708605+0000 mon.a (mon.0) 4169 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:32:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:47.767424+0000 mgr.y (mgr.24491) 20383 : cluster [DBG] pgmap v18007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:32:48.703653+0000 mon.a (mon.0) 4167 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:32:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:32:48.704226+0000 mon.a (mon.0) 4168 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:32:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:32:48.708605+0000 mon.a (mon.0) 4169 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:32:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:32:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:49.768196+0000 mgr.y (mgr.24491) 20384 : cluster [DBG] pgmap v18008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:49.768196+0000 mgr.y (mgr.24491) 20384 : cluster [DBG] pgmap v18008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:49.768196+0000 mgr.y (mgr.24491) 20384 : cluster [DBG] pgmap v18008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:51.768682+0000 mgr.y (mgr.24491) 20385 : cluster [DBG] pgmap v18009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:51.768682+0000 mgr.y (mgr.24491) 20385 : cluster [DBG] pgmap v18009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:51.768682+0000 mgr.y (mgr.24491) 20385 : cluster [DBG] pgmap v18009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:53.769239+0000 mgr.y (mgr.24491) 20386 : cluster [DBG] pgmap v18010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:53.769239+0000 mgr.y (mgr.24491) 20386 : cluster [DBG] pgmap v18010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:53.769239+0000 mgr.y (mgr.24491) 20386 : cluster [DBG] pgmap v18010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:32:57] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:32:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:55.769898+0000 mgr.y (mgr.24491) 20387 : cluster [DBG] pgmap v18011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:55.769898+0000 mgr.y (mgr.24491) 20387 : cluster [DBG] pgmap v18011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:55.769898+0000 mgr.y (mgr.24491) 20387 : cluster [DBG] pgmap v18011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:57.770410+0000 mgr.y (mgr.24491) 20388 : cluster [DBG] pgmap v18012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:57.770410+0000 mgr.y (mgr.24491) 20388 : cluster [DBG] pgmap v18012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:32:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:32:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:57.770410+0000 mgr.y (mgr.24491) 20388 : cluster [DBG] pgmap v18012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:33:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:32:59.771114+0000 mgr.y (mgr.24491) 20389 : cluster [DBG] pgmap v18013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:32:59.771114+0000 mgr.y (mgr.24491) 20389 : cluster [DBG] pgmap v18013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:32:59.771114+0000 mgr.y (mgr.24491) 20389 : cluster [DBG] pgmap v18013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:03.615 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:33:03.894 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:33:03.894 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 9h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:33:03.894 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (9h) 9m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:33:03.894 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:33:03.895 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 9m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:33:03.895 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 9m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:33:03.895 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:33:03.895 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:33:03.895 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 9m ago 10h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:33:03.895 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:33:03.895 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:33:03.895 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (9h) 9m ago 9h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:33:03.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:33:03.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:33:03.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:33:03.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:33:03.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 9m ago 10h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:33:03.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 9m ago 10h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:33:03.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 9m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:33:03.896 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 9m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:33:03.896 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:33:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:01.771638+0000 mgr.y (mgr.24491) 20390 : cluster [DBG] pgmap v18014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:01.771638+0000 mgr.y (mgr.24491) 20390 : cluster [DBG] pgmap v18014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:01.771638+0000 mgr.y (mgr.24491) 20390 : cluster [DBG] pgmap v18014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:04.225 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:33:04.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:33:04.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:33:04.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:33:04.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:33:04.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:33:04.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:33:04.225 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:33:04.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:33:04.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:33:04.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:33:04.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:33:04.226 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:33:04.226 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:33:04.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:33:04.226 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:33:04.226 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:33:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:03.605166+0000 mgr.y (mgr.24491) 20391 : audit [DBG] from='client.35814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:04.226498+0000 mon.a (mon.0) 4170 : audit [DBG] from='client.? 172.21.15.177:0/2990467230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:33:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:03.605166+0000 mgr.y (mgr.24491) 20391 : audit [DBG] from='client.35814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:04.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:04.226498+0000 mon.a (mon.0) 4170 : audit [DBG] from='client.? 172.21.15.177:0/2990467230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:33:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:03.605166+0000 mgr.y (mgr.24491) 20391 : audit [DBG] from='client.35814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:04.226498+0000 mon.a (mon.0) 4170 : audit [DBG] from='client.? 172.21.15.177:0/2990467230' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:33:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:03.772032+0000 mgr.y (mgr.24491) 20392 : cluster [DBG] pgmap v18015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:03.887903+0000 mgr.y (mgr.24491) 20393 : audit [DBG] from='client.45728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:03.772032+0000 mgr.y (mgr.24491) 20392 : cluster [DBG] pgmap v18015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:03.887903+0000 mgr.y (mgr.24491) 20393 : audit [DBG] from='client.45728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:03.772032+0000 mgr.y (mgr.24491) 20392 : cluster [DBG] pgmap v18015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:03.887903+0000 mgr.y (mgr.24491) 20393 : audit [DBG] from='client.45728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:07] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T13:33:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:05.772897+0000 mgr.y (mgr.24491) 20394 : cluster [DBG] pgmap v18016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:05.772897+0000 mgr.y (mgr.24491) 20394 : cluster [DBG] pgmap v18016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:05.772897+0000 mgr.y (mgr.24491) 20394 : cluster [DBG] pgmap v18016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:08.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:07.773317+0000 mgr.y (mgr.24491) 20395 : cluster [DBG] pgmap v18017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:07.773317+0000 mgr.y (mgr.24491) 20395 : cluster [DBG] pgmap v18017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:09.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:07.773317+0000 mgr.y (mgr.24491) 20395 : cluster [DBG] pgmap v18017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:11.441 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:33:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:09.774083+0000 mgr.y (mgr.24491) 20396 : cluster [DBG] pgmap v18018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:09.774083+0000 mgr.y (mgr.24491) 20396 : cluster [DBG] pgmap v18018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:09.774083+0000 mgr.y (mgr.24491) 20396 : cluster [DBG] pgmap v18018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:11.774486+0000 mgr.y (mgr.24491) 20397 : cluster [DBG] pgmap v18019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:11.774486+0000 mgr.y (mgr.24491) 20397 : cluster [DBG] pgmap v18019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:11.774486+0000 mgr.y (mgr.24491) 20397 : cluster [DBG] pgmap v18019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:13.775052+0000 mgr.y (mgr.24491) 20398 : cluster [DBG] pgmap v18020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:13.775052+0000 mgr.y (mgr.24491) 20398 : cluster [DBG] pgmap v18020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:13.775052+0000 mgr.y (mgr.24491) 20398 : cluster [DBG] pgmap v18020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:17.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:15.775916+0000 mgr.y (mgr.24491) 20399 : cluster [DBG] pgmap v18021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:15.775916+0000 mgr.y (mgr.24491) 20399 : cluster [DBG] pgmap v18021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:15.775916+0000 mgr.y (mgr.24491) 20399 : cluster [DBG] pgmap v18021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:17] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:33:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:17.776438+0000 mgr.y (mgr.24491) 20400 : cluster [DBG] pgmap v18022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:17.776438+0000 mgr.y (mgr.24491) 20400 : cluster [DBG] pgmap v18022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:17.776438+0000 mgr.y (mgr.24491) 20400 : cluster [DBG] pgmap v18022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:21.459 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:33:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:19.777185+0000 mgr.y (mgr.24491) 20401 : cluster [DBG] pgmap v18023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:19.777185+0000 mgr.y (mgr.24491) 20401 : cluster [DBG] pgmap v18023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:19.777185+0000 mgr.y (mgr.24491) 20401 : cluster [DBG] pgmap v18023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:21.777684+0000 mgr.y (mgr.24491) 20402 : cluster [DBG] pgmap v18024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:21.777684+0000 mgr.y (mgr.24491) 20402 : cluster [DBG] pgmap v18024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:21.777684+0000 mgr.y (mgr.24491) 20402 : cluster [DBG] pgmap v18024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:25.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:23.778111+0000 mgr.y (mgr.24491) 20403 : cluster [DBG] pgmap v18025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:23.778111+0000 mgr.y (mgr.24491) 20403 : cluster [DBG] pgmap v18025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:23.778111+0000 mgr.y (mgr.24491) 20403 : cluster [DBG] pgmap v18025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:25.778796+0000 mgr.y (mgr.24491) 20404 : cluster [DBG] pgmap v18026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:27.728 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:25.778796+0000 mgr.y (mgr.24491) 20404 : cluster [DBG] pgmap v18026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:25.778796+0000 mgr.y (mgr.24491) 20404 : cluster [DBG] pgmap v18026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:27] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:33:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:27.779385+0000 mgr.y (mgr.24491) 20405 : cluster [DBG] pgmap v18027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:27.779385+0000 mgr.y (mgr.24491) 20405 : cluster [DBG] pgmap v18027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:27.779385+0000 mgr.y (mgr.24491) 20405 : cluster [DBG] pgmap v18027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:31.473 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:33:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:29.780299+0000 mgr.y (mgr.24491) 20406 : cluster [DBG] pgmap v18028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:29.780299+0000 mgr.y (mgr.24491) 20406 : cluster [DBG] pgmap v18028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:29.780299+0000 mgr.y (mgr.24491) 20406 : cluster [DBG] pgmap v18028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:31.780904+0000 mgr.y (mgr.24491) 20407 : cluster [DBG] pgmap v18029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:31.780904+0000 mgr.y (mgr.24491) 20407 : cluster [DBG] pgmap v18029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:31.780904+0000 mgr.y (mgr.24491) 20407 : cluster [DBG] pgmap v18029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:34.533 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:33:34.810 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:33:34.810 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 9m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:33:34.810 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 9m ago 9h 63.8M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:33:34.810 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 9m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 9m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1100M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 9m ago 10h 871M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 879M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 26.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 9m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 42.9M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 9m ago 10h 45.7M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 9m ago 10h 44.2M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 9m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:33:34.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 9m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:33:34.812 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 9m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:33:35.141 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:33:35.142 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:33:35.143 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:33:35.143 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:33:35.143 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:33:35.143 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:33:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:33.781372+0000 mgr.y (mgr.24491) 20408 : cluster [DBG] pgmap v18030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:34.522900+0000 mgr.y (mgr.24491) 20409 : audit [DBG] from='client.35832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:35.143220+0000 mon.c (mon.2) 629 : audit [DBG] from='client.? 172.21.15.177:0/2187333743' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:33:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:33.781372+0000 mgr.y (mgr.24491) 20408 : cluster [DBG] pgmap v18030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:34.522900+0000 mgr.y (mgr.24491) 20409 : audit [DBG] from='client.35832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:35.143220+0000 mon.c (mon.2) 629 : audit [DBG] from='client.? 172.21.15.177:0/2187333743' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:33:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:33.781372+0000 mgr.y (mgr.24491) 20408 : cluster [DBG] pgmap v18030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:34.522900+0000 mgr.y (mgr.24491) 20409 : audit [DBG] from='client.35832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:35.143220+0000 mon.c (mon.2) 629 : audit [DBG] from='client.? 172.21.15.177:0/2187333743' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:33:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:34.804274+0000 mgr.y (mgr.24491) 20410 : audit [DBG] from='client.45746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:34.804274+0000 mgr.y (mgr.24491) 20410 : audit [DBG] from='client.45746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:34.804274+0000 mgr.y (mgr.24491) 20410 : audit [DBG] from='client.45746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:33:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:35.782189+0000 mgr.y (mgr.24491) 20411 : cluster [DBG] pgmap v18031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:35.782189+0000 mgr.y (mgr.24491) 20411 : cluster [DBG] pgmap v18031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:37.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:33:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:35.782189+0000 mgr.y (mgr.24491) 20411 : cluster [DBG] pgmap v18031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:37.782739+0000 mgr.y (mgr.24491) 20412 : cluster [DBG] pgmap v18032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:37.782739+0000 mgr.y (mgr.24491) 20412 : cluster [DBG] pgmap v18032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:37.782739+0000 mgr.y (mgr.24491) 20412 : cluster [DBG] pgmap v18032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:41.497 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:33:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:39.783563+0000 mgr.y (mgr.24491) 20413 : cluster [DBG] pgmap v18033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:39.783563+0000 mgr.y (mgr.24491) 20413 : cluster [DBG] pgmap v18033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:39.783563+0000 mgr.y (mgr.24491) 20413 : cluster [DBG] pgmap v18033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:41.783907+0000 mgr.y (mgr.24491) 20414 : cluster [DBG] pgmap v18034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:41.783907+0000 mgr.y (mgr.24491) 20414 : cluster [DBG] pgmap v18034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:41.783907+0000 mgr.y (mgr.24491) 20414 : cluster [DBG] pgmap v18034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:43.784454+0000 mgr.y (mgr.24491) 20415 : cluster [DBG] pgmap v18035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:43.784454+0000 mgr.y (mgr.24491) 20415 : cluster [DBG] pgmap v18035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:43.784454+0000 mgr.y (mgr.24491) 20415 : cluster [DBG] pgmap v18035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:47] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:33:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:45.785342+0000 mgr.y (mgr.24491) 20416 : cluster [DBG] pgmap v18036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:45.785342+0000 mgr.y (mgr.24491) 20416 : cluster [DBG] pgmap v18036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:45.785342+0000 mgr.y (mgr.24491) 20416 : cluster [DBG] pgmap v18036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:47.785771+0000 mgr.y (mgr.24491) 20417 : cluster [DBG] pgmap v18037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:48.712998+0000 mon.a (mon.0) 4171 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:33:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:47.785771+0000 mgr.y (mgr.24491) 20417 : cluster [DBG] pgmap v18037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:48.712998+0000 mon.a (mon.0) 4171 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:33:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:47.785771+0000 mgr.y (mgr.24491) 20417 : cluster [DBG] pgmap v18037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:48.712998+0000 mon.a (mon.0) 4171 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:33:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:33:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:49.786347+0000 mgr.y (mgr.24491) 20418 : cluster [DBG] pgmap v18038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:51.329982+0000 mon.a (mon.0) 4172 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:33:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:49.786347+0000 mgr.y (mgr.24491) 20418 : cluster [DBG] pgmap v18038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:51.329982+0000 mon.a (mon.0) 4172 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:33:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:49.786347+0000 mgr.y (mgr.24491) 20418 : cluster [DBG] pgmap v18038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:51.329982+0000 mon.a (mon.0) 4172 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:33:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:51.786703+0000 mgr.y (mgr.24491) 20419 : cluster [DBG] pgmap v18039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:51.974004+0000 mon.a (mon.0) 4173 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:33:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:52.251136+0000 mon.a (mon.0) 4174 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:33:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:52.251833+0000 mon.a (mon.0) 4175 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:33:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:33:52.256386+0000 mon.a (mon.0) 4176 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:33:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:51.786703+0000 mgr.y (mgr.24491) 20419 : cluster [DBG] pgmap v18039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:51.974004+0000 mon.a (mon.0) 4173 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:33:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:52.251136+0000 mon.a (mon.0) 4174 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:33:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:52.251833+0000 mon.a (mon.0) 4175 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:33:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:33:52.256386+0000 mon.a (mon.0) 4176 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:33:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:51.786703+0000 mgr.y (mgr.24491) 20419 : cluster [DBG] pgmap v18039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:51.974004+0000 mon.a (mon.0) 4173 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:33:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:52.251136+0000 mon.a (mon.0) 4174 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:33:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:52.251833+0000 mon.a (mon.0) 4175 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:33:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:33:52.256386+0000 mon.a (mon.0) 4176 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:33:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:53.787239+0000 mgr.y (mgr.24491) 20420 : cluster [DBG] pgmap v18040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:53.787239+0000 mgr.y (mgr.24491) 20420 : cluster [DBG] pgmap v18040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:53.787239+0000 mgr.y (mgr.24491) 20420 : cluster [DBG] pgmap v18040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:55.787815+0000 mgr.y (mgr.24491) 20421 : cluster [DBG] pgmap v18041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:55.787815+0000 mgr.y (mgr.24491) 20421 : cluster [DBG] pgmap v18041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:55.787815+0000 mgr.y (mgr.24491) 20421 : cluster [DBG] pgmap v18041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:33:57] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:33:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:33:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:57.788213+0000 mgr.y (mgr.24491) 20422 : cluster [DBG] pgmap v18042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:57.788213+0000 mgr.y (mgr.24491) 20422 : cluster [DBG] pgmap v18042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:33:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:57.788213+0000 mgr.y (mgr.24491) 20422 : cluster [DBG] pgmap v18042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:33:59.789152+0000 mgr.y (mgr.24491) 20423 : cluster [DBG] pgmap v18043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:34:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:33:59.789152+0000 mgr.y (mgr.24491) 20423 : cluster [DBG] pgmap v18043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:33:59.789152+0000 mgr.y (mgr.24491) 20423 : cluster [DBG] pgmap v18043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:01.789518+0000 mgr.y (mgr.24491) 20424 : cluster [DBG] pgmap v18044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:01.789518+0000 mgr.y (mgr.24491) 20424 : cluster [DBG] pgmap v18044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:03.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:01.789518+0000 mgr.y (mgr.24491) 20424 : cluster [DBG] pgmap v18044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:05.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:03.790001+0000 mgr.y (mgr.24491) 20425 : cluster [DBG] pgmap v18045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:05.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:03.790001+0000 mgr.y (mgr.24491) 20425 : cluster [DBG] pgmap v18045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:05.457 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:34:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:03.790001+0000 mgr.y (mgr.24491) 20425 : cluster [DBG] pgmap v18045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:05.730 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (9h) 14s ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 13s ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 14s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 13s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 13s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 14s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 14s ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 13s ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 14s ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 14s ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 13s ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 14s ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:34:05.731 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 14s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:34:05.732 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 14s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:34:05.732 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 14s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:34:05.732 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 13s ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:34:05.732 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 13s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:34:05.732 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 13s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:34:05.732 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 13s ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:34:05.732 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (9h) 13s ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:34:06.067 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:34:06.067 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:34:06.067 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:34:06.067 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:34:06.067 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:34:06.067 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:34:06.067 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:34:06.067 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:34:06.067 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:34:06.067 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:34:06.067 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:34:06.068 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:34:06.068 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:34:06.068 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:34:06.068 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:34:06.068 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:34:06.068 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:34:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:34:05.446744+0000 mgr.y (mgr.24491) 20426 : audit [DBG] from='client.35850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:34:05.446744+0000 mgr.y (mgr.24491) 20426 : audit [DBG] from='client.35850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:34:05.446744+0000 mgr.y (mgr.24491) 20426 : audit [DBG] from='client.35850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:34:05.724603+0000 mgr.y (mgr.24491) 20427 : audit [DBG] from='client.45764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:05.790618+0000 mgr.y (mgr.24491) 20428 : cluster [DBG] pgmap v18046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:34:06.068489+0000 mon.a (mon.0) 4177 : audit [DBG] from='client.? 172.21.15.177:0/2731176779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:34:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:34:05.724603+0000 mgr.y (mgr.24491) 20427 : audit [DBG] from='client.45764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:05.790618+0000 mgr.y (mgr.24491) 20428 : cluster [DBG] pgmap v18046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:34:06.068489+0000 mon.a (mon.0) 4177 : audit [DBG] from='client.? 172.21.15.177:0/2731176779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:34:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:34:05.724603+0000 mgr.y (mgr.24491) 20427 : audit [DBG] from='client.45764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:05.790618+0000 mgr.y (mgr.24491) 20428 : cluster [DBG] pgmap v18046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:34:06.068489+0000 mon.a (mon.0) 4177 : audit [DBG] from='client.? 172.21.15.177:0/2731176779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:34:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:34:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:07.791007+0000 mgr.y (mgr.24491) 20429 : cluster [DBG] pgmap v18047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:07.791007+0000 mgr.y (mgr.24491) 20429 : cluster [DBG] pgmap v18047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:07.791007+0000 mgr.y (mgr.24491) 20429 : cluster [DBG] pgmap v18047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:09.791614+0000 mgr.y (mgr.24491) 20430 : cluster [DBG] pgmap v18048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:11.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:09.791614+0000 mgr.y (mgr.24491) 20430 : cluster [DBG] pgmap v18048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:09.791614+0000 mgr.y (mgr.24491) 20430 : cluster [DBG] pgmap v18048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:34:13.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:11.792022+0000 mgr.y (mgr.24491) 20431 : cluster [DBG] pgmap v18049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:13.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:11.792022+0000 mgr.y (mgr.24491) 20431 : cluster [DBG] pgmap v18049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:11.792022+0000 mgr.y (mgr.24491) 20431 : cluster [DBG] pgmap v18049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:15.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:13.792439+0000 mgr.y (mgr.24491) 20432 : cluster [DBG] pgmap v18050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:15.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:13.792439+0000 mgr.y (mgr.24491) 20432 : cluster [DBG] pgmap v18050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:13.792439+0000 mgr.y (mgr.24491) 20432 : cluster [DBG] pgmap v18050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:15.793122+0000 mgr.y (mgr.24491) 20433 : cluster [DBG] pgmap v18051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:15.793122+0000 mgr.y (mgr.24491) 20433 : cluster [DBG] pgmap v18051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:15.793122+0000 mgr.y (mgr.24491) 20433 : cluster [DBG] pgmap v18051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:34:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:17.793677+0000 mgr.y (mgr.24491) 20434 : cluster [DBG] pgmap v18052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:17.793677+0000 mgr.y (mgr.24491) 20434 : cluster [DBG] pgmap v18052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:19.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:17.793677+0000 mgr.y (mgr.24491) 20434 : cluster [DBG] pgmap v18052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:19.794512+0000 mgr.y (mgr.24491) 20435 : cluster [DBG] pgmap v18053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:19.794512+0000 mgr.y (mgr.24491) 20435 : cluster [DBG] pgmap v18053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:19.794512+0000 mgr.y (mgr.24491) 20435 : cluster [DBG] pgmap v18053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:34:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:21.795006+0000 mgr.y (mgr.24491) 20436 : cluster [DBG] pgmap v18054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:21.795006+0000 mgr.y (mgr.24491) 20436 : cluster [DBG] pgmap v18054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:23.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:21.795006+0000 mgr.y (mgr.24491) 20436 : cluster [DBG] pgmap v18054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:23.795422+0000 mgr.y (mgr.24491) 20437 : cluster [DBG] pgmap v18055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:23.795422+0000 mgr.y (mgr.24491) 20437 : cluster [DBG] pgmap v18055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:23.795422+0000 mgr.y (mgr.24491) 20437 : cluster [DBG] pgmap v18055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:25.796161+0000 mgr.y (mgr.24491) 20438 : cluster [DBG] pgmap v18056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:27.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:25.796161+0000 mgr.y (mgr.24491) 20438 : cluster [DBG] pgmap v18056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:25.796161+0000 mgr.y (mgr.24491) 20438 : cluster [DBG] pgmap v18056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:34:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:27.796649+0000 mgr.y (mgr.24491) 20439 : cluster [DBG] pgmap v18057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:27.796649+0000 mgr.y (mgr.24491) 20439 : cluster [DBG] pgmap v18057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:27.796649+0000 mgr.y (mgr.24491) 20439 : cluster [DBG] pgmap v18057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:29.797424+0000 mgr.y (mgr.24491) 20440 : cluster [DBG] pgmap v18058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:29.797424+0000 mgr.y (mgr.24491) 20440 : cluster [DBG] pgmap v18058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:29.797424+0000 mgr.y (mgr.24491) 20440 : cluster [DBG] pgmap v18058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:34:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:31.797792+0000 mgr.y (mgr.24491) 20441 : cluster [DBG] pgmap v18059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:31.797792+0000 mgr.y (mgr.24491) 20441 : cluster [DBG] pgmap v18059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:31.797792+0000 mgr.y (mgr.24491) 20441 : cluster [DBG] pgmap v18059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:33.798330+0000 mgr.y (mgr.24491) 20442 : cluster [DBG] pgmap v18060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:33.798330+0000 mgr.y (mgr.24491) 20442 : cluster [DBG] pgmap v18060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:33.798330+0000 mgr.y (mgr.24491) 20442 : cluster [DBG] pgmap v18060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:36.381 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:34:36.657 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:34:36.657 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 45s ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:34:36.657 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 44s ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:34:36.657 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 45s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:34:36.657 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 44s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:34:36.657 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 44s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:34:36.657 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 45s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:34:36.657 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 45s ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:34:36.657 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 44s ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 45s ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 45s ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 44s ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 45s ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 45s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 45s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 45s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 44s ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 44s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 44s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 44s ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:34:36.658 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 44s ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:34:36.991 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:34:36.991 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:34:36.991 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:34:36.991 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:34:36.991 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:34:36.991 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:34:36.991 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:34:36.991 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:34:36.991 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:34:36.991 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:34:36.991 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:34:36.992 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:34:36.992 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:34:36.992 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:34:36.992 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:34:36.992 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:34:36.992 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:34:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:35.799111+0000 mgr.y (mgr.24491) 20443 : cluster [DBG] pgmap v18061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:34:36.370667+0000 mgr.y (mgr.24491) 20444 : audit [DBG] from='client.45776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:34:36.992890+0000 mon.a (mon.0) 4178 : audit [DBG] from='client.? 172.21.15.177:0/1988314305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:34:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:35.799111+0000 mgr.y (mgr.24491) 20443 : cluster [DBG] pgmap v18061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:34:36.370667+0000 mgr.y (mgr.24491) 20444 : audit [DBG] from='client.45776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:34:36.992890+0000 mon.a (mon.0) 4178 : audit [DBG] from='client.? 172.21.15.177:0/1988314305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:34:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:35.799111+0000 mgr.y (mgr.24491) 20443 : cluster [DBG] pgmap v18061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:34:36.370667+0000 mgr.y (mgr.24491) 20444 : audit [DBG] from='client.45776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:34:36.992890+0000 mon.a (mon.0) 4178 : audit [DBG] from='client.? 172.21.15.177:0/1988314305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:34:38.059 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:37] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T13:34:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:34:36.651376+0000 mgr.y (mgr.24491) 20445 : audit [DBG] from='client.35874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:34:36.651376+0000 mgr.y (mgr.24491) 20445 : audit [DBG] from='client.35874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:34:36.651376+0000 mgr.y (mgr.24491) 20445 : audit [DBG] from='client.35874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:34:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:37.799638+0000 mgr.y (mgr.24491) 20446 : cluster [DBG] pgmap v18062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:37.799638+0000 mgr.y (mgr.24491) 20446 : cluster [DBG] pgmap v18062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:37.799638+0000 mgr.y (mgr.24491) 20446 : cluster [DBG] pgmap v18062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:39.800399+0000 mgr.y (mgr.24491) 20447 : cluster [DBG] pgmap v18063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:39.800399+0000 mgr.y (mgr.24491) 20447 : cluster [DBG] pgmap v18063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:39.800399+0000 mgr.y (mgr.24491) 20447 : cluster [DBG] pgmap v18063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:34:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:41.800861+0000 mgr.y (mgr.24491) 20448 : cluster [DBG] pgmap v18064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:41.800861+0000 mgr.y (mgr.24491) 20448 : cluster [DBG] pgmap v18064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:41.800861+0000 mgr.y (mgr.24491) 20448 : cluster [DBG] pgmap v18064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:43.801266+0000 mgr.y (mgr.24491) 20449 : cluster [DBG] pgmap v18065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:43.801266+0000 mgr.y (mgr.24491) 20449 : cluster [DBG] pgmap v18065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:43.801266+0000 mgr.y (mgr.24491) 20449 : cluster [DBG] pgmap v18065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:45.802021+0000 mgr.y (mgr.24491) 20450 : cluster [DBG] pgmap v18066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:45.802021+0000 mgr.y (mgr.24491) 20450 : cluster [DBG] pgmap v18066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:45.802021+0000 mgr.y (mgr.24491) 20450 : cluster [DBG] pgmap v18066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:47] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:34:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:47.802504+0000 mgr.y (mgr.24491) 20451 : cluster [DBG] pgmap v18067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:47.802504+0000 mgr.y (mgr.24491) 20451 : cluster [DBG] pgmap v18067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:47.802504+0000 mgr.y (mgr.24491) 20451 : cluster [DBG] pgmap v18067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:49.803203+0000 mgr.y (mgr.24491) 20452 : cluster [DBG] pgmap v18068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:49.803203+0000 mgr.y (mgr.24491) 20452 : cluster [DBG] pgmap v18068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:49.803203+0000 mgr.y (mgr.24491) 20452 : cluster [DBG] pgmap v18068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:34:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:51.803645+0000 mgr.y (mgr.24491) 20453 : cluster [DBG] pgmap v18069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:34:52.261249+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:34:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:34:52.554086+0000 mon.a (mon.0) 4180 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:34:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:34:52.554713+0000 mon.a (mon.0) 4181 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:34:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:34:52.559088+0000 mon.a (mon.0) 4182 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:34:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:51.803645+0000 mgr.y (mgr.24491) 20453 : cluster [DBG] pgmap v18069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:34:52.261249+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:34:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:34:52.554086+0000 mon.a (mon.0) 4180 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:34:53.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:34:52.554713+0000 mon.a (mon.0) 4181 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:34:53.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:34:52.559088+0000 mon.a (mon.0) 4182 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:34:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:51.803645+0000 mgr.y (mgr.24491) 20453 : cluster [DBG] pgmap v18069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:34:52.261249+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:34:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:34:52.554086+0000 mon.a (mon.0) 4180 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:34:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:34:52.554713+0000 mon.a (mon.0) 4181 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:34:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:34:52.559088+0000 mon.a (mon.0) 4182 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:34:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:53.804153+0000 mgr.y (mgr.24491) 20454 : cluster [DBG] pgmap v18070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:53.804153+0000 mgr.y (mgr.24491) 20454 : cluster [DBG] pgmap v18070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:53.804153+0000 mgr.y (mgr.24491) 20454 : cluster [DBG] pgmap v18070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:55.804947+0000 mgr.y (mgr.24491) 20455 : cluster [DBG] pgmap v18071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:55.804947+0000 mgr.y (mgr.24491) 20455 : cluster [DBG] pgmap v18071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:55.804947+0000 mgr.y (mgr.24491) 20455 : cluster [DBG] pgmap v18071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:34:57] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:34:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:57.805553+0000 mgr.y (mgr.24491) 20456 : cluster [DBG] pgmap v18072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:57.805553+0000 mgr.y (mgr.24491) 20456 : cluster [DBG] pgmap v18072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:34:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:34:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:57.805553+0000 mgr.y (mgr.24491) 20456 : cluster [DBG] pgmap v18072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:34:59.806351+0000 mgr.y (mgr.24491) 20457 : cluster [DBG] pgmap v18073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:34:59.806351+0000 mgr.y (mgr.24491) 20457 : cluster [DBG] pgmap v18073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:34:59.806351+0000 mgr.y (mgr.24491) 20457 : cluster [DBG] pgmap v18073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:35:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:01.806807+0000 mgr.y (mgr.24491) 20458 : cluster [DBG] pgmap v18074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:03.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:01.806807+0000 mgr.y (mgr.24491) 20458 : cluster [DBG] pgmap v18074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:01.806807+0000 mgr.y (mgr.24491) 20458 : cluster [DBG] pgmap v18074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:03.807246+0000 mgr.y (mgr.24491) 20459 : cluster [DBG] pgmap v18075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:03.807246+0000 mgr.y (mgr.24491) 20459 : cluster [DBG] pgmap v18075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:03.807246+0000 mgr.y (mgr.24491) 20459 : cluster [DBG] pgmap v18075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:07.305 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:35:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:05.808077+0000 mgr.y (mgr.24491) 20460 : cluster [DBG] pgmap v18076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:05.808077+0000 mgr.y (mgr.24491) 20460 : cluster [DBG] pgmap v18076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:05.808077+0000 mgr.y (mgr.24491) 20460 : cluster [DBG] pgmap v18076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:07.581 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:35:07.581 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 76s ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:35:07.581 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 75s ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:35:07.581 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 76s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:35:07.581 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 75s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:35:07.582 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 75s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:35:07.582 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 76s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:35:07.582 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 76s ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:35:07.582 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 75s ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:35:07.582 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 76s ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:35:07.582 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 76s ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:35:07.582 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 75s ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:35:07.582 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 76s ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:35:07.582 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 76s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:35:07.582 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 76s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:35:07.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 76s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:35:07.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 75s ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:35:07.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 75s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:35:07.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 75s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:35:07.583 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 75s ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:35:07.583 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 75s ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:35:07.915 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:35:07.916 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:35:07.916 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:35:07.916 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:35:07.916 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:35:07.916 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:35:07.916 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:35:07.916 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:35:07.916 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:35:07.916 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:35:07.916 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:35:07.916 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:35:07.917 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:35:07.917 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:35:07.917 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:35:07.917 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:35:07.917 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:35:08.119 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:35:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:35:07.294290+0000 mgr.y (mgr.24491) 20461 : audit [DBG] from='client.45794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:35:07.575346+0000 mgr.y (mgr.24491) 20462 : audit [DBG] from='client.35892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:35:07.917348+0000 mon.c (mon.2) 630 : audit [DBG] from='client.? 172.21.15.177:0/1544266009' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:35:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:35:07.294290+0000 mgr.y (mgr.24491) 20461 : audit [DBG] from='client.45794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:35:07.575346+0000 mgr.y (mgr.24491) 20462 : audit [DBG] from='client.35892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:35:07.917348+0000 mon.c (mon.2) 630 : audit [DBG] from='client.? 172.21.15.177:0/1544266009' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:35:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:35:07.294290+0000 mgr.y (mgr.24491) 20461 : audit [DBG] from='client.45794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:35:07.575346+0000 mgr.y (mgr.24491) 20462 : audit [DBG] from='client.35892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:35:07.917348+0000 mon.c (mon.2) 630 : audit [DBG] from='client.? 172.21.15.177:0/1544266009' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:35:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:07.808404+0000 mgr.y (mgr.24491) 20463 : cluster [DBG] pgmap v18077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:07.808404+0000 mgr.y (mgr.24491) 20463 : cluster [DBG] pgmap v18077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:07.808404+0000 mgr.y (mgr.24491) 20463 : cluster [DBG] pgmap v18077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:11.461 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:35:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:09.809074+0000 mgr.y (mgr.24491) 20464 : cluster [DBG] pgmap v18078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:11.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:09.809074+0000 mgr.y (mgr.24491) 20464 : cluster [DBG] pgmap v18078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:11.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:09.809074+0000 mgr.y (mgr.24491) 20464 : cluster [DBG] pgmap v18078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:11.809642+0000 mgr.y (mgr.24491) 20465 : cluster [DBG] pgmap v18079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:11.809642+0000 mgr.y (mgr.24491) 20465 : cluster [DBG] pgmap v18079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:11.809642+0000 mgr.y (mgr.24491) 20465 : cluster [DBG] pgmap v18079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:13.810155+0000 mgr.y (mgr.24491) 20466 : cluster [DBG] pgmap v18080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:13.810155+0000 mgr.y (mgr.24491) 20466 : cluster [DBG] pgmap v18080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:13.810155+0000 mgr.y (mgr.24491) 20466 : cluster [DBG] pgmap v18080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:17.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:15.810788+0000 mgr.y (mgr.24491) 20467 : cluster [DBG] pgmap v18081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:17.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:15.810788+0000 mgr.y (mgr.24491) 20467 : cluster [DBG] pgmap v18081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:15.810788+0000 mgr.y (mgr.24491) 20467 : cluster [DBG] pgmap v18081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:35:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:17.811389+0000 mgr.y (mgr.24491) 20468 : cluster [DBG] pgmap v18082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:17.811389+0000 mgr.y (mgr.24491) 20468 : cluster [DBG] pgmap v18082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:17.811389+0000 mgr.y (mgr.24491) 20468 : cluster [DBG] pgmap v18082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:21.479 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:35:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:19.812256+0000 mgr.y (mgr.24491) 20469 : cluster [DBG] pgmap v18083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:19.812256+0000 mgr.y (mgr.24491) 20469 : cluster [DBG] pgmap v18083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:19.812256+0000 mgr.y (mgr.24491) 20469 : cluster [DBG] pgmap v18083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:21.812686+0000 mgr.y (mgr.24491) 20470 : cluster [DBG] pgmap v18084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:21.812686+0000 mgr.y (mgr.24491) 20470 : cluster [DBG] pgmap v18084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:21.812686+0000 mgr.y (mgr.24491) 20470 : cluster [DBG] pgmap v18084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:23.813224+0000 mgr.y (mgr.24491) 20471 : cluster [DBG] pgmap v18085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:23.813224+0000 mgr.y (mgr.24491) 20471 : cluster [DBG] pgmap v18085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:23.813224+0000 mgr.y (mgr.24491) 20471 : cluster [DBG] pgmap v18085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:25.813814+0000 mgr.y (mgr.24491) 20472 : cluster [DBG] pgmap v18086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:35:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:25.813814+0000 mgr.y (mgr.24491) 20472 : cluster [DBG] pgmap v18086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:25.813814+0000 mgr.y (mgr.24491) 20472 : cluster [DBG] pgmap v18086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:27.814243+0000 mgr.y (mgr.24491) 20473 : cluster [DBG] pgmap v18087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:27.814243+0000 mgr.y (mgr.24491) 20473 : cluster [DBG] pgmap v18087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:27.814243+0000 mgr.y (mgr.24491) 20473 : cluster [DBG] pgmap v18087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:31.495 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:35:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:29.815172+0000 mgr.y (mgr.24491) 20474 : cluster [DBG] pgmap v18088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:29.815172+0000 mgr.y (mgr.24491) 20474 : cluster [DBG] pgmap v18088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:29.815172+0000 mgr.y (mgr.24491) 20474 : cluster [DBG] pgmap v18088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:31.815662+0000 mgr.y (mgr.24491) 20475 : cluster [DBG] pgmap v18089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:31.815662+0000 mgr.y (mgr.24491) 20475 : cluster [DBG] pgmap v18089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:31.815662+0000 mgr.y (mgr.24491) 20475 : cluster [DBG] pgmap v18089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:33.816071+0000 mgr.y (mgr.24491) 20476 : cluster [DBG] pgmap v18090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:33.816071+0000 mgr.y (mgr.24491) 20476 : cluster [DBG] pgmap v18090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:33.816071+0000 mgr.y (mgr.24491) 20476 : cluster [DBG] pgmap v18090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:35:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:35.816735+0000 mgr.y (mgr.24491) 20477 : cluster [DBG] pgmap v18091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:35.816735+0000 mgr.y (mgr.24491) 20477 : cluster [DBG] pgmap v18091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:35.816735+0000 mgr.y (mgr.24491) 20477 : cluster [DBG] pgmap v18091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:38.224 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:35:38.498 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 107s ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 106s ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 107s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 106s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 106s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 107s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 107s ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 106s ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 107s ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 107s ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 106s ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 107s ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:35:38.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 107s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:35:38.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 107s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:35:38.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 107s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:35:38.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 106s ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:35:38.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 106s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:35:38.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 106s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:35:38.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 106s ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:35:38.500 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 106s ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:35:38.832 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:35:38.832 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:35:38.832 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:35:38.832 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:35:38.832 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:35:38.832 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:35:38.832 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:35:38.832 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:35:38.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:35:38.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:35:38.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:35:38.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:35:38.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:35:38.833 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:35:38.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:35:38.833 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:35:38.833 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:35:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:37.817266+0000 mgr.y (mgr.24491) 20478 : cluster [DBG] pgmap v18092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:35:38.214294+0000 mgr.y (mgr.24491) 20479 : audit [DBG] from='client.45812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:35:38.492342+0000 mgr.y (mgr.24491) 20480 : audit [DBG] from='client.35910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:35:38.833720+0000 mon.c (mon.2) 631 : audit [DBG] from='client.? 172.21.15.177:0/61507933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:35:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:37.817266+0000 mgr.y (mgr.24491) 20478 : cluster [DBG] pgmap v18092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:35:38.214294+0000 mgr.y (mgr.24491) 20479 : audit [DBG] from='client.45812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:35:38.492342+0000 mgr.y (mgr.24491) 20480 : audit [DBG] from='client.35910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:35:38.833720+0000 mon.c (mon.2) 631 : audit [DBG] from='client.? 172.21.15.177:0/61507933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:35:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:37.817266+0000 mgr.y (mgr.24491) 20478 : cluster [DBG] pgmap v18092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:35:38.214294+0000 mgr.y (mgr.24491) 20479 : audit [DBG] from='client.45812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:35:38.492342+0000 mgr.y (mgr.24491) 20480 : audit [DBG] from='client.35910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:35:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:35:38.833720+0000 mon.c (mon.2) 631 : audit [DBG] from='client.? 172.21.15.177:0/61507933' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:35:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:35:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:39.817927+0000 mgr.y (mgr.24491) 20481 : cluster [DBG] pgmap v18093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:39.817927+0000 mgr.y (mgr.24491) 20481 : cluster [DBG] pgmap v18093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:39.817927+0000 mgr.y (mgr.24491) 20481 : cluster [DBG] pgmap v18093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:41.818458+0000 mgr.y (mgr.24491) 20482 : cluster [DBG] pgmap v18094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:41.818458+0000 mgr.y (mgr.24491) 20482 : cluster [DBG] pgmap v18094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:41.818458+0000 mgr.y (mgr.24491) 20482 : cluster [DBG] pgmap v18094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:43.819021+0000 mgr.y (mgr.24491) 20483 : cluster [DBG] pgmap v18095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:43.819021+0000 mgr.y (mgr.24491) 20483 : cluster [DBG] pgmap v18095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:43.819021+0000 mgr.y (mgr.24491) 20483 : cluster [DBG] pgmap v18095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:35:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:45.819944+0000 mgr.y (mgr.24491) 20484 : cluster [DBG] pgmap v18096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:45.819944+0000 mgr.y (mgr.24491) 20484 : cluster [DBG] pgmap v18096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:45.819944+0000 mgr.y (mgr.24491) 20484 : cluster [DBG] pgmap v18096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:47.820302+0000 mgr.y (mgr.24491) 20485 : cluster [DBG] pgmap v18097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:47.820302+0000 mgr.y (mgr.24491) 20485 : cluster [DBG] pgmap v18097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:47.820302+0000 mgr.y (mgr.24491) 20485 : cluster [DBG] pgmap v18097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:35:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:49.820988+0000 mgr.y (mgr.24491) 20486 : cluster [DBG] pgmap v18098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:49.820988+0000 mgr.y (mgr.24491) 20486 : cluster [DBG] pgmap v18098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:49.820988+0000 mgr.y (mgr.24491) 20486 : cluster [DBG] pgmap v18098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:51.821325+0000 mgr.y (mgr.24491) 20487 : cluster [DBG] pgmap v18099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:35:52.563981+0000 mon.a (mon.0) 4183 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:35:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:35:52.853198+0000 mon.a (mon.0) 4184 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:35:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:35:52.853866+0000 mon.a (mon.0) 4185 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:35:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:35:52.858243+0000 mon.a (mon.0) 4186 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:35:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:51.821325+0000 mgr.y (mgr.24491) 20487 : cluster [DBG] pgmap v18099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:35:52.563981+0000 mon.a (mon.0) 4183 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:35:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:35:52.853198+0000 mon.a (mon.0) 4184 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:35:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:35:52.853866+0000 mon.a (mon.0) 4185 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:35:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:35:52.858243+0000 mon.a (mon.0) 4186 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:35:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:51.821325+0000 mgr.y (mgr.24491) 20487 : cluster [DBG] pgmap v18099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:35:52.563981+0000 mon.a (mon.0) 4183 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:35:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:35:52.853198+0000 mon.a (mon.0) 4184 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:35:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:35:52.853866+0000 mon.a (mon.0) 4185 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:35:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:35:52.858243+0000 mon.a (mon.0) 4186 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:35:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:53.821930+0000 mgr.y (mgr.24491) 20488 : cluster [DBG] pgmap v18100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:53.821930+0000 mgr.y (mgr.24491) 20488 : cluster [DBG] pgmap v18100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:53.821930+0000 mgr.y (mgr.24491) 20488 : cluster [DBG] pgmap v18100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:55.822613+0000 mgr.y (mgr.24491) 20489 : cluster [DBG] pgmap v18101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:35:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:35:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:55.822613+0000 mgr.y (mgr.24491) 20489 : cluster [DBG] pgmap v18101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:55.822613+0000 mgr.y (mgr.24491) 20489 : cluster [DBG] pgmap v18101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:57.823134+0000 mgr.y (mgr.24491) 20490 : cluster [DBG] pgmap v18102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:35:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:57.823134+0000 mgr.y (mgr.24491) 20490 : cluster [DBG] pgmap v18102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:35:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:35:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:57.823134+0000 mgr.y (mgr.24491) 20490 : cluster [DBG] pgmap v18102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:36:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:35:59.823894+0000 mgr.y (mgr.24491) 20491 : cluster [DBG] pgmap v18103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:35:59.823894+0000 mgr.y (mgr.24491) 20491 : cluster [DBG] pgmap v18103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:35:59.823894+0000 mgr.y (mgr.24491) 20491 : cluster [DBG] pgmap v18103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:01.824422+0000 mgr.y (mgr.24491) 20492 : cluster [DBG] pgmap v18104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:01.824422+0000 mgr.y (mgr.24491) 20492 : cluster [DBG] pgmap v18104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:01.824422+0000 mgr.y (mgr.24491) 20492 : cluster [DBG] pgmap v18104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:03.824933+0000 mgr.y (mgr.24491) 20493 : cluster [DBG] pgmap v18105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:03.824933+0000 mgr.y (mgr.24491) 20493 : cluster [DBG] pgmap v18105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:03.824933+0000 mgr.y (mgr.24491) 20493 : cluster [DBG] pgmap v18105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:05.825562+0000 mgr.y (mgr.24491) 20494 : cluster [DBG] pgmap v18106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:36:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:05.825562+0000 mgr.y (mgr.24491) 20494 : cluster [DBG] pgmap v18106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:05.825562+0000 mgr.y (mgr.24491) 20494 : cluster [DBG] pgmap v18106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:09.141 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:36:09.417 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:36:09.417 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:36:09.418 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:36:09.418 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:36:09.418 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:36:09.418 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:36:09.418 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 2m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:36:09.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 2m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:36:09.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:36:09.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:36:09.418 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:36:09.418 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:36:09.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:36:09.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:36:09.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:36:09.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:36:09.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:36:09.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:36:09.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:36:09.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:36:09.419 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:36:09.754 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:36:09.754 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:36:09.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:36:09.754 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:36:09.754 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:36:09.755 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:36:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:07.825895+0000 mgr.y (mgr.24491) 20495 : cluster [DBG] pgmap v18107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:07.825895+0000 mgr.y (mgr.24491) 20495 : cluster [DBG] pgmap v18107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:07.825895+0000 mgr.y (mgr.24491) 20495 : cluster [DBG] pgmap v18107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:36:09.131181+0000 mgr.y (mgr.24491) 20496 : audit [DBG] from='client.45830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:36:09.411134+0000 mgr.y (mgr.24491) 20497 : audit [DBG] from='client.35928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:10.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:36:09.755888+0000 mon.a (mon.0) 4187 : audit [DBG] from='client.? 172.21.15.177:0/2362542953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:36:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:36:09.131181+0000 mgr.y (mgr.24491) 20496 : audit [DBG] from='client.45830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:36:09.411134+0000 mgr.y (mgr.24491) 20497 : audit [DBG] from='client.35928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:10.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:36:09.755888+0000 mon.a (mon.0) 4187 : audit [DBG] from='client.? 172.21.15.177:0/2362542953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:36:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:36:09.131181+0000 mgr.y (mgr.24491) 20496 : audit [DBG] from='client.45830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:36:09.411134+0000 mgr.y (mgr.24491) 20497 : audit [DBG] from='client.35928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:10.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:36:09.755888+0000 mon.a (mon.0) 4187 : audit [DBG] from='client.? 172.21.15.177:0/2362542953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:36:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:36:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:09.826474+0000 mgr.y (mgr.24491) 20498 : cluster [DBG] pgmap v18108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:09.826474+0000 mgr.y (mgr.24491) 20498 : cluster [DBG] pgmap v18108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:09.826474+0000 mgr.y (mgr.24491) 20498 : cluster [DBG] pgmap v18108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:11.827099+0000 mgr.y (mgr.24491) 20499 : cluster [DBG] pgmap v18109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:11.827099+0000 mgr.y (mgr.24491) 20499 : cluster [DBG] pgmap v18109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:11.827099+0000 mgr.y (mgr.24491) 20499 : cluster [DBG] pgmap v18109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:13.827705+0000 mgr.y (mgr.24491) 20500 : cluster [DBG] pgmap v18110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:13.827705+0000 mgr.y (mgr.24491) 20500 : cluster [DBG] pgmap v18110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:13.827705+0000 mgr.y (mgr.24491) 20500 : cluster [DBG] pgmap v18110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:15.828452+0000 mgr.y (mgr.24491) 20501 : cluster [DBG] pgmap v18111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:17] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:36:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:15.828452+0000 mgr.y (mgr.24491) 20501 : cluster [DBG] pgmap v18111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:15.828452+0000 mgr.y (mgr.24491) 20501 : cluster [DBG] pgmap v18111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:17.828818+0000 mgr.y (mgr.24491) 20502 : cluster [DBG] pgmap v18112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:17.828818+0000 mgr.y (mgr.24491) 20502 : cluster [DBG] pgmap v18112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:17.828818+0000 mgr.y (mgr.24491) 20502 : cluster [DBG] pgmap v18112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:36:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:19.829633+0000 mgr.y (mgr.24491) 20503 : cluster [DBG] pgmap v18113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:19.829633+0000 mgr.y (mgr.24491) 20503 : cluster [DBG] pgmap v18113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:19.829633+0000 mgr.y (mgr.24491) 20503 : cluster [DBG] pgmap v18113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:21.830053+0000 mgr.y (mgr.24491) 20504 : cluster [DBG] pgmap v18114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:21.830053+0000 mgr.y (mgr.24491) 20504 : cluster [DBG] pgmap v18114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:21.830053+0000 mgr.y (mgr.24491) 20504 : cluster [DBG] pgmap v18114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:23.830408+0000 mgr.y (mgr.24491) 20505 : cluster [DBG] pgmap v18115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:23.830408+0000 mgr.y (mgr.24491) 20505 : cluster [DBG] pgmap v18115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:23.830408+0000 mgr.y (mgr.24491) 20505 : cluster [DBG] pgmap v18115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:27] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:36:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:25.831281+0000 mgr.y (mgr.24491) 20506 : cluster [DBG] pgmap v18116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:25.831281+0000 mgr.y (mgr.24491) 20506 : cluster [DBG] pgmap v18116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:25.831281+0000 mgr.y (mgr.24491) 20506 : cluster [DBG] pgmap v18116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:27.831697+0000 mgr.y (mgr.24491) 20507 : cluster [DBG] pgmap v18117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:27.831697+0000 mgr.y (mgr.24491) 20507 : cluster [DBG] pgmap v18117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:27.831697+0000 mgr.y (mgr.24491) 20507 : cluster [DBG] pgmap v18117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:36:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:29.832406+0000 mgr.y (mgr.24491) 20508 : cluster [DBG] pgmap v18118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:29.832406+0000 mgr.y (mgr.24491) 20508 : cluster [DBG] pgmap v18118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:29.832406+0000 mgr.y (mgr.24491) 20508 : cluster [DBG] pgmap v18118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:31.832934+0000 mgr.y (mgr.24491) 20509 : cluster [DBG] pgmap v18119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:31.832934+0000 mgr.y (mgr.24491) 20509 : cluster [DBG] pgmap v18119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:31.832934+0000 mgr.y (mgr.24491) 20509 : cluster [DBG] pgmap v18119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:33.833393+0000 mgr.y (mgr.24491) 20510 : cluster [DBG] pgmap v18120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:33.833393+0000 mgr.y (mgr.24491) 20510 : cluster [DBG] pgmap v18120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:33.833393+0000 mgr.y (mgr.24491) 20510 : cluster [DBG] pgmap v18120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:37] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:36:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:35.834224+0000 mgr.y (mgr.24491) 20511 : cluster [DBG] pgmap v18121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:35.834224+0000 mgr.y (mgr.24491) 20511 : cluster [DBG] pgmap v18121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:35.834224+0000 mgr.y (mgr.24491) 20511 : cluster [DBG] pgmap v18121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:37.834606+0000 mgr.y (mgr.24491) 20512 : cluster [DBG] pgmap v18122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:37.834606+0000 mgr.y (mgr.24491) 20512 : cluster [DBG] pgmap v18122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:37.834606+0000 mgr.y (mgr.24491) 20512 : cluster [DBG] pgmap v18122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:40.064 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:36:40.337 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:36:40.337 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:36:40.337 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:36:40.338 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:36:40.338 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:36:40.338 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:36:40.338 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 2m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:36:40.338 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 2m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:36:40.338 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:36:40.338 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:36:40.338 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:36:40.338 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:36:40.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:36:40.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:36:40.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:36:40.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:36:40.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:36:40.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:36:40.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:36:40.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:36:40.339 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:36:40.666 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:36:40.666 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:36:40.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:36:40.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:36:40.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:36:40.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:36:40.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:36:40.667 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:36:40.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:36:40.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:36:40.667 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:36:40.667 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:36:40.667 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:36:40.668 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:36:40.668 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:36:40.668 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:36:40.668 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:36:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:36:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:39.835254+0000 mgr.y (mgr.24491) 20513 : cluster [DBG] pgmap v18123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:36:40.054464+0000 mgr.y (mgr.24491) 20514 : audit [DBG] from='client.45848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:36:40.330993+0000 mgr.y (mgr.24491) 20515 : audit [DBG] from='client.45854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:41.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:36:40.668077+0000 mon.c (mon.2) 632 : audit [DBG] from='client.? 172.21.15.177:0/975558723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:36:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:39.835254+0000 mgr.y (mgr.24491) 20513 : cluster [DBG] pgmap v18123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:36:40.054464+0000 mgr.y (mgr.24491) 20514 : audit [DBG] from='client.45848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:36:40.330993+0000 mgr.y (mgr.24491) 20515 : audit [DBG] from='client.45854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:36:40.668077+0000 mon.c (mon.2) 632 : audit [DBG] from='client.? 172.21.15.177:0/975558723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:36:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:39.835254+0000 mgr.y (mgr.24491) 20513 : cluster [DBG] pgmap v18123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:36:40.054464+0000 mgr.y (mgr.24491) 20514 : audit [DBG] from='client.45848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:36:40.330993+0000 mgr.y (mgr.24491) 20515 : audit [DBG] from='client.45854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:36:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:36:40.668077+0000 mon.c (mon.2) 632 : audit [DBG] from='client.? 172.21.15.177:0/975558723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:36:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:41.835714+0000 mgr.y (mgr.24491) 20516 : cluster [DBG] pgmap v18124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:41.835714+0000 mgr.y (mgr.24491) 20516 : cluster [DBG] pgmap v18124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:41.835714+0000 mgr.y (mgr.24491) 20516 : cluster [DBG] pgmap v18124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:43.836092+0000 mgr.y (mgr.24491) 20517 : cluster [DBG] pgmap v18125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:43.836092+0000 mgr.y (mgr.24491) 20517 : cluster [DBG] pgmap v18125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:43.836092+0000 mgr.y (mgr.24491) 20517 : cluster [DBG] pgmap v18125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:47] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T13:36:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:45.836745+0000 mgr.y (mgr.24491) 20518 : cluster [DBG] pgmap v18126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:45.836745+0000 mgr.y (mgr.24491) 20518 : cluster [DBG] pgmap v18126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:45.836745+0000 mgr.y (mgr.24491) 20518 : cluster [DBG] pgmap v18126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:49.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:47.837282+0000 mgr.y (mgr.24491) 20519 : cluster [DBG] pgmap v18127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:49.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:47.837282+0000 mgr.y (mgr.24491) 20519 : cluster [DBG] pgmap v18127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:47.837282+0000 mgr.y (mgr.24491) 20519 : cluster [DBG] pgmap v18127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:36:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:49.838173+0000 mgr.y (mgr.24491) 20520 : cluster [DBG] pgmap v18128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:49.838173+0000 mgr.y (mgr.24491) 20520 : cluster [DBG] pgmap v18128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:49.838173+0000 mgr.y (mgr.24491) 20520 : cluster [DBG] pgmap v18128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:51.838482+0000 mgr.y (mgr.24491) 20521 : cluster [DBG] pgmap v18129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:36:52.862725+0000 mon.a (mon.0) 4188 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:36:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:36:53.103011+0000 mon.a (mon.0) 4189 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:36:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:36:53.367691+0000 mon.a (mon.0) 4190 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:36:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:36:53.368333+0000 mon.a (mon.0) 4191 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:36:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:36:53.372344+0000 mon.a (mon.0) 4192 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:36:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:51.838482+0000 mgr.y (mgr.24491) 20521 : cluster [DBG] pgmap v18129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:36:52.862725+0000 mon.a (mon.0) 4188 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:36:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:36:53.103011+0000 mon.a (mon.0) 4189 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:36:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:36:53.367691+0000 mon.a (mon.0) 4190 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:36:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:36:53.368333+0000 mon.a (mon.0) 4191 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:36:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:36:53.372344+0000 mon.a (mon.0) 4192 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:36:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:51.838482+0000 mgr.y (mgr.24491) 20521 : cluster [DBG] pgmap v18129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:36:52.862725+0000 mon.a (mon.0) 4188 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:36:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:36:53.103011+0000 mon.a (mon.0) 4189 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:36:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:36:53.367691+0000 mon.a (mon.0) 4190 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:36:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:36:53.368333+0000 mon.a (mon.0) 4191 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:36:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:36:53.372344+0000 mon.a (mon.0) 4192 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:36:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:53.839022+0000 mgr.y (mgr.24491) 20522 : cluster [DBG] pgmap v18130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:53.839022+0000 mgr.y (mgr.24491) 20522 : cluster [DBG] pgmap v18130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:53.839022+0000 mgr.y (mgr.24491) 20522 : cluster [DBG] pgmap v18130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:36:57] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T13:36:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:55.839722+0000 mgr.y (mgr.24491) 20523 : cluster [DBG] pgmap v18131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:55.839722+0000 mgr.y (mgr.24491) 20523 : cluster [DBG] pgmap v18131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:55.839722+0000 mgr.y (mgr.24491) 20523 : cluster [DBG] pgmap v18131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:57.840143+0000 mgr.y (mgr.24491) 20524 : cluster [DBG] pgmap v18132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:57.840143+0000 mgr.y (mgr.24491) 20524 : cluster [DBG] pgmap v18132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:36:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:57.840143+0000 mgr.y (mgr.24491) 20524 : cluster [DBG] pgmap v18132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:37:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:36:59.841004+0000 mgr.y (mgr.24491) 20525 : cluster [DBG] pgmap v18133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:36:59.841004+0000 mgr.y (mgr.24491) 20525 : cluster [DBG] pgmap v18133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:36:59.841004+0000 mgr.y (mgr.24491) 20525 : cluster [DBG] pgmap v18133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:01.841400+0000 mgr.y (mgr.24491) 20526 : cluster [DBG] pgmap v18134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:01.841400+0000 mgr.y (mgr.24491) 20526 : cluster [DBG] pgmap v18134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:01.841400+0000 mgr.y (mgr.24491) 20526 : cluster [DBG] pgmap v18134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:03.841994+0000 mgr.y (mgr.24491) 20527 : cluster [DBG] pgmap v18135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:03.841994+0000 mgr.y (mgr.24491) 20527 : cluster [DBG] pgmap v18135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:03.841994+0000 mgr.y (mgr.24491) 20527 : cluster [DBG] pgmap v18135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:05.842646+0000 mgr.y (mgr.24491) 20528 : cluster [DBG] pgmap v18136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:37:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:05.842646+0000 mgr.y (mgr.24491) 20528 : cluster [DBG] pgmap v18136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:05.842646+0000 mgr.y (mgr.24491) 20528 : cluster [DBG] pgmap v18136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:07.843175+0000 mgr.y (mgr.24491) 20529 : cluster [DBG] pgmap v18137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:07.843175+0000 mgr.y (mgr.24491) 20529 : cluster [DBG] pgmap v18137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:07.843175+0000 mgr.y (mgr.24491) 20529 : cluster [DBG] pgmap v18137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:10.974 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:37:11.250 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:37:11.250 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:37:11.250 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:37:11.250 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:37:11.250 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:37:11.250 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 3m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 3m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:37:11.251 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:37:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:37:11.581 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:37:11.581 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:37:11.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:37:11.581 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:37:11.581 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:37:11.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:37:11.581 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:37:11.581 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:37:11.581 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:37:11.582 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:37:11.582 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:37:11.582 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:37:11.582 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:37:11.582 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:37:11.582 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:37:11.582 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:37:11.582 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:37:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:09.843910+0000 mgr.y (mgr.24491) 20530 : cluster [DBG] pgmap v18138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:37:11.582880+0000 mon.a (mon.0) 4193 : audit [DBG] from='client.? 172.21.15.177:0/1274183430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:37:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:09.843910+0000 mgr.y (mgr.24491) 20530 : cluster [DBG] pgmap v18138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:37:11.582880+0000 mon.a (mon.0) 4193 : audit [DBG] from='client.? 172.21.15.177:0/1274183430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:37:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:09.843910+0000 mgr.y (mgr.24491) 20530 : cluster [DBG] pgmap v18138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:37:11.582880+0000 mon.a (mon.0) 4193 : audit [DBG] from='client.? 172.21.15.177:0/1274183430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:37:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:37:10.964256+0000 mgr.y (mgr.24491) 20531 : audit [DBG] from='client.45866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:37:11.244440+0000 mgr.y (mgr.24491) 20532 : audit [DBG] from='client.35964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:37:10.964256+0000 mgr.y (mgr.24491) 20531 : audit [DBG] from='client.45866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:37:11.244440+0000 mgr.y (mgr.24491) 20532 : audit [DBG] from='client.35964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:37:10.964256+0000 mgr.y (mgr.24491) 20531 : audit [DBG] from='client.45866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:37:11.244440+0000 mgr.y (mgr.24491) 20532 : audit [DBG] from='client.35964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:11.844457+0000 mgr.y (mgr.24491) 20533 : cluster [DBG] pgmap v18139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:11.844457+0000 mgr.y (mgr.24491) 20533 : cluster [DBG] pgmap v18139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:11.844457+0000 mgr.y (mgr.24491) 20533 : cluster [DBG] pgmap v18139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:13.844880+0000 mgr.y (mgr.24491) 20534 : cluster [DBG] pgmap v18140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:13.844880+0000 mgr.y (mgr.24491) 20534 : cluster [DBG] pgmap v18140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:13.844880+0000 mgr.y (mgr.24491) 20534 : cluster [DBG] pgmap v18140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:15.845591+0000 mgr.y (mgr.24491) 20535 : cluster [DBG] pgmap v18141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:17.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:15.845591+0000 mgr.y (mgr.24491) 20535 : cluster [DBG] pgmap v18141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:15.845591+0000 mgr.y (mgr.24491) 20535 : cluster [DBG] pgmap v18141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:37:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:17.846109+0000 mgr.y (mgr.24491) 20536 : cluster [DBG] pgmap v18142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:17.846109+0000 mgr.y (mgr.24491) 20536 : cluster [DBG] pgmap v18142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:19.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:17.846109+0000 mgr.y (mgr.24491) 20536 : cluster [DBG] pgmap v18142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:19.846862+0000 mgr.y (mgr.24491) 20537 : cluster [DBG] pgmap v18143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:21.250 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:37:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:19.846862+0000 mgr.y (mgr.24491) 20537 : cluster [DBG] pgmap v18143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:21.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:19.846862+0000 mgr.y (mgr.24491) 20537 : cluster [DBG] pgmap v18143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:21.847310+0000 mgr.y (mgr.24491) 20538 : cluster [DBG] pgmap v18144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:21.847310+0000 mgr.y (mgr.24491) 20538 : cluster [DBG] pgmap v18144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:23.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:21.847310+0000 mgr.y (mgr.24491) 20538 : cluster [DBG] pgmap v18144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:23.847741+0000 mgr.y (mgr.24491) 20539 : cluster [DBG] pgmap v18145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:23.847741+0000 mgr.y (mgr.24491) 20539 : cluster [DBG] pgmap v18145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:23.847741+0000 mgr.y (mgr.24491) 20539 : cluster [DBG] pgmap v18145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:25.848651+0000 mgr.y (mgr.24491) 20540 : cluster [DBG] pgmap v18146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:25.848651+0000 mgr.y (mgr.24491) 20540 : cluster [DBG] pgmap v18146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:25.848651+0000 mgr.y (mgr.24491) 20540 : cluster [DBG] pgmap v18146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:37:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:27.849053+0000 mgr.y (mgr.24491) 20541 : cluster [DBG] pgmap v18147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:27.849053+0000 mgr.y (mgr.24491) 20541 : cluster [DBG] pgmap v18147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:27.849053+0000 mgr.y (mgr.24491) 20541 : cluster [DBG] pgmap v18147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:31.485 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:37:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:29.849786+0000 mgr.y (mgr.24491) 20542 : cluster [DBG] pgmap v18148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:29.849786+0000 mgr.y (mgr.24491) 20542 : cluster [DBG] pgmap v18148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:29.849786+0000 mgr.y (mgr.24491) 20542 : cluster [DBG] pgmap v18148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:31.850221+0000 mgr.y (mgr.24491) 20543 : cluster [DBG] pgmap v18149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:31.850221+0000 mgr.y (mgr.24491) 20543 : cluster [DBG] pgmap v18149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:31.850221+0000 mgr.y (mgr.24491) 20543 : cluster [DBG] pgmap v18149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:33.850630+0000 mgr.y (mgr.24491) 20544 : cluster [DBG] pgmap v18150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:33.850630+0000 mgr.y (mgr.24491) 20544 : cluster [DBG] pgmap v18150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:33.850630+0000 mgr.y (mgr.24491) 20544 : cluster [DBG] pgmap v18150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:35.851330+0000 mgr.y (mgr.24491) 20545 : cluster [DBG] pgmap v18151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:37:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:35.851330+0000 mgr.y (mgr.24491) 20545 : cluster [DBG] pgmap v18151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:35.851330+0000 mgr.y (mgr.24491) 20545 : cluster [DBG] pgmap v18151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:37.851867+0000 mgr.y (mgr.24491) 20546 : cluster [DBG] pgmap v18152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:37.851867+0000 mgr.y (mgr.24491) 20546 : cluster [DBG] pgmap v18152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:37.851867+0000 mgr.y (mgr.24491) 20546 : cluster [DBG] pgmap v18152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:37:41.889 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:37:41.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:39.852495+0000 mgr.y (mgr.24491) 20547 : cluster [DBG] pgmap v18153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:39.852495+0000 mgr.y (mgr.24491) 20547 : cluster [DBG] pgmap v18153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:39.852495+0000 mgr.y (mgr.24491) 20547 : cluster [DBG] pgmap v18153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:42.163 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:37:42.163 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:37:42.163 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:37:42.163 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:37:42.163 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:37:42.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:37:42.163 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 3m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 3m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:37:42.164 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:37:42.505 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:37:42.506 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:37:42.506 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:37:42.506 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:37:42.506 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:37:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:41.852859+0000 mgr.y (mgr.24491) 20548 : cluster [DBG] pgmap v18154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:37:41.879327+0000 mgr.y (mgr.24491) 20549 : audit [DBG] from='client.45884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:37:42.157338+0000 mgr.y (mgr.24491) 20550 : audit [DBG] from='client.45890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:37:42.506598+0000 mon.c (mon.2) 633 : audit [DBG] from='client.? 172.21.15.177:0/177403107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:37:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:41.852859+0000 mgr.y (mgr.24491) 20548 : cluster [DBG] pgmap v18154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:37:41.879327+0000 mgr.y (mgr.24491) 20549 : audit [DBG] from='client.45884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:37:42.157338+0000 mgr.y (mgr.24491) 20550 : audit [DBG] from='client.45890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:37:42.506598+0000 mon.c (mon.2) 633 : audit [DBG] from='client.? 172.21.15.177:0/177403107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:37:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:41.852859+0000 mgr.y (mgr.24491) 20548 : cluster [DBG] pgmap v18154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:37:41.879327+0000 mgr.y (mgr.24491) 20549 : audit [DBG] from='client.45884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:37:42.157338+0000 mgr.y (mgr.24491) 20550 : audit [DBG] from='client.45890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:37:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:37:42.506598+0000 mon.c (mon.2) 633 : audit [DBG] from='client.? 172.21.15.177:0/177403107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:37:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:43.853285+0000 mgr.y (mgr.24491) 20551 : cluster [DBG] pgmap v18155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:43.853285+0000 mgr.y (mgr.24491) 20551 : cluster [DBG] pgmap v18155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:43.853285+0000 mgr.y (mgr.24491) 20551 : cluster [DBG] pgmap v18155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:45.854138+0000 mgr.y (mgr.24491) 20552 : cluster [DBG] pgmap v18156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:47] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T13:37:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:45.854138+0000 mgr.y (mgr.24491) 20552 : cluster [DBG] pgmap v18156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:45.854138+0000 mgr.y (mgr.24491) 20552 : cluster [DBG] pgmap v18156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:47.854638+0000 mgr.y (mgr.24491) 20553 : cluster [DBG] pgmap v18157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:47.854638+0000 mgr.y (mgr.24491) 20553 : cluster [DBG] pgmap v18157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:47.854638+0000 mgr.y (mgr.24491) 20553 : cluster [DBG] pgmap v18157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:37:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:49.855384+0000 mgr.y (mgr.24491) 20554 : cluster [DBG] pgmap v18158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:49.855384+0000 mgr.y (mgr.24491) 20554 : cluster [DBG] pgmap v18158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:49.855384+0000 mgr.y (mgr.24491) 20554 : cluster [DBG] pgmap v18158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:51.855841+0000 mgr.y (mgr.24491) 20555 : cluster [DBG] pgmap v18159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:37:53.376770+0000 mon.a (mon.0) 4194 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:37:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:51.855841+0000 mgr.y (mgr.24491) 20555 : cluster [DBG] pgmap v18159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:37:53.376770+0000 mon.a (mon.0) 4194 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:37:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:51.855841+0000 mgr.y (mgr.24491) 20555 : cluster [DBG] pgmap v18159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:37:53.376770+0000 mon.a (mon.0) 4194 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:37:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:37:53.621606+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:37:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:37:53.900234+0000 mon.a (mon.0) 4196 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:37:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:37:53.900845+0000 mon.a (mon.0) 4197 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:37:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:37:53.905603+0000 mon.a (mon.0) 4198 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:37:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:37:53.621606+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:37:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:37:53.900234+0000 mon.a (mon.0) 4196 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:37:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:37:53.900845+0000 mon.a (mon.0) 4197 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:37:54.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:37:53.905603+0000 mon.a (mon.0) 4198 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:37:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:37:53.621606+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:37:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:37:53.900234+0000 mon.a (mon.0) 4196 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:37:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:37:53.900845+0000 mon.a (mon.0) 4197 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:37:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:37:53.905603+0000 mon.a (mon.0) 4198 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:37:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:53.856275+0000 mgr.y (mgr.24491) 20556 : cluster [DBG] pgmap v18160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:53.856275+0000 mgr.y (mgr.24491) 20556 : cluster [DBG] pgmap v18160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:53.856275+0000 mgr.y (mgr.24491) 20556 : cluster [DBG] pgmap v18160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:37:57] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T13:37:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:55.857043+0000 mgr.y (mgr.24491) 20557 : cluster [DBG] pgmap v18161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:55.857043+0000 mgr.y (mgr.24491) 20557 : cluster [DBG] pgmap v18161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:55.857043+0000 mgr.y (mgr.24491) 20557 : cluster [DBG] pgmap v18161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:57.857461+0000 mgr.y (mgr.24491) 20558 : cluster [DBG] pgmap v18162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:37:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:57.857461+0000 mgr.y (mgr.24491) 20558 : cluster [DBG] pgmap v18162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:37:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:37:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:57.857461+0000 mgr.y (mgr.24491) 20558 : cluster [DBG] pgmap v18162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:38:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:37:59.858143+0000 mgr.y (mgr.24491) 20559 : cluster [DBG] pgmap v18163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:37:59.858143+0000 mgr.y (mgr.24491) 20559 : cluster [DBG] pgmap v18163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:37:59.858143+0000 mgr.y (mgr.24491) 20559 : cluster [DBG] pgmap v18163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:01.858716+0000 mgr.y (mgr.24491) 20560 : cluster [DBG] pgmap v18164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:01.858716+0000 mgr.y (mgr.24491) 20560 : cluster [DBG] pgmap v18164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:01.858716+0000 mgr.y (mgr.24491) 20560 : cluster [DBG] pgmap v18164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:03.859369+0000 mgr.y (mgr.24491) 20561 : cluster [DBG] pgmap v18165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:03.859369+0000 mgr.y (mgr.24491) 20561 : cluster [DBG] pgmap v18165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:03.859369+0000 mgr.y (mgr.24491) 20561 : cluster [DBG] pgmap v18165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:38:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:05.860282+0000 mgr.y (mgr.24491) 20562 : cluster [DBG] pgmap v18166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:05.860282+0000 mgr.y (mgr.24491) 20562 : cluster [DBG] pgmap v18166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:05.860282+0000 mgr.y (mgr.24491) 20562 : cluster [DBG] pgmap v18166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:07.860795+0000 mgr.y (mgr.24491) 20563 : cluster [DBG] pgmap v18167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:07.860795+0000 mgr.y (mgr.24491) 20563 : cluster [DBG] pgmap v18167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:07.860795+0000 mgr.y (mgr.24491) 20563 : cluster [DBG] pgmap v18167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:38:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:09.861496+0000 mgr.y (mgr.24491) 20564 : cluster [DBG] pgmap v18168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:09.861496+0000 mgr.y (mgr.24491) 20564 : cluster [DBG] pgmap v18168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:09.861496+0000 mgr.y (mgr.24491) 20564 : cluster [DBG] pgmap v18168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:12.822 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:38:13.097 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:38:13.098 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:38:13.098 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:38:13.098 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:38:13.098 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:38:13.098 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 4m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:38:13.098 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:38:13.098 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:38:13.098 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 4m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:38:13.098 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 4m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:38:13.099 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:38:13.099 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:38:13.099 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 4m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:38:13.099 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:38:13.099 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:38:13.099 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:38:13.099 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:38:13.099 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:38:13.099 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:38:13.099 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:38:13.099 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:38:13.429 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:38:13.429 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:38:13.429 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:38:13.429 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:38:13.429 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:38:13.429 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:38:13.429 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:38:13.429 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:38:13.429 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:38:13.429 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:38:13.430 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:38:13.430 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:38:13.430 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:38:13.430 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:38:13.430 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:38:13.430 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:38:13.430 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:38:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:11.861873+0000 mgr.y (mgr.24491) 20565 : cluster [DBG] pgmap v18169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:38:13.430436+0000 mon.c (mon.2) 634 : audit [DBG] from='client.? 172.21.15.177:0/1646209272' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:38:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:11.861873+0000 mgr.y (mgr.24491) 20565 : cluster [DBG] pgmap v18169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:38:13.430436+0000 mon.c (mon.2) 634 : audit [DBG] from='client.? 172.21.15.177:0/1646209272' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:38:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:11.861873+0000 mgr.y (mgr.24491) 20565 : cluster [DBG] pgmap v18169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:38:13.430436+0000 mon.c (mon.2) 634 : audit [DBG] from='client.? 172.21.15.177:0/1646209272' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:38:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:38:12.811616+0000 mgr.y (mgr.24491) 20566 : audit [DBG] from='client.45902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:38:13.091542+0000 mgr.y (mgr.24491) 20567 : audit [DBG] from='client.45908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:38:12.811616+0000 mgr.y (mgr.24491) 20566 : audit [DBG] from='client.45902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:38:13.091542+0000 mgr.y (mgr.24491) 20567 : audit [DBG] from='client.45908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:38:12.811616+0000 mgr.y (mgr.24491) 20566 : audit [DBG] from='client.45902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:38:13.091542+0000 mgr.y (mgr.24491) 20567 : audit [DBG] from='client.45908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:13.862246+0000 mgr.y (mgr.24491) 20568 : cluster [DBG] pgmap v18170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:13.862246+0000 mgr.y (mgr.24491) 20568 : cluster [DBG] pgmap v18170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:13.862246+0000 mgr.y (mgr.24491) 20568 : cluster [DBG] pgmap v18170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:15.862855+0000 mgr.y (mgr.24491) 20569 : cluster [DBG] pgmap v18171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:38:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:15.862855+0000 mgr.y (mgr.24491) 20569 : cluster [DBG] pgmap v18171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:15.862855+0000 mgr.y (mgr.24491) 20569 : cluster [DBG] pgmap v18171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:20.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:17.863348+0000 mgr.y (mgr.24491) 20570 : cluster [DBG] pgmap v18172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:17.863348+0000 mgr.y (mgr.24491) 20570 : cluster [DBG] pgmap v18172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:17.863348+0000 mgr.y (mgr.24491) 20570 : cluster [DBG] pgmap v18172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:38:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:19.864009+0000 mgr.y (mgr.24491) 20571 : cluster [DBG] pgmap v18173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:19.864009+0000 mgr.y (mgr.24491) 20571 : cluster [DBG] pgmap v18173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:19.864009+0000 mgr.y (mgr.24491) 20571 : cluster [DBG] pgmap v18173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:21.864455+0000 mgr.y (mgr.24491) 20572 : cluster [DBG] pgmap v18174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:21.864455+0000 mgr.y (mgr.24491) 20572 : cluster [DBG] pgmap v18174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:21.864455+0000 mgr.y (mgr.24491) 20572 : cluster [DBG] pgmap v18174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:23.865002+0000 mgr.y (mgr.24491) 20573 : cluster [DBG] pgmap v18175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:23.865002+0000 mgr.y (mgr.24491) 20573 : cluster [DBG] pgmap v18175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:23.865002+0000 mgr.y (mgr.24491) 20573 : cluster [DBG] pgmap v18175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:25.865649+0000 mgr.y (mgr.24491) 20574 : cluster [DBG] pgmap v18176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:38:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:25.865649+0000 mgr.y (mgr.24491) 20574 : cluster [DBG] pgmap v18176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:25.865649+0000 mgr.y (mgr.24491) 20574 : cluster [DBG] pgmap v18176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:27.866145+0000 mgr.y (mgr.24491) 20575 : cluster [DBG] pgmap v18177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:27.866145+0000 mgr.y (mgr.24491) 20575 : cluster [DBG] pgmap v18177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:27.866145+0000 mgr.y (mgr.24491) 20575 : cluster [DBG] pgmap v18177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:30.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:29.866824+0000 mgr.y (mgr.24491) 20576 : cluster [DBG] pgmap v18178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:29.866824+0000 mgr.y (mgr.24491) 20576 : cluster [DBG] pgmap v18178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:29.866824+0000 mgr.y (mgr.24491) 20576 : cluster [DBG] pgmap v18178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:38:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:31.867239+0000 mgr.y (mgr.24491) 20577 : cluster [DBG] pgmap v18179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:31.867239+0000 mgr.y (mgr.24491) 20577 : cluster [DBG] pgmap v18179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:31.867239+0000 mgr.y (mgr.24491) 20577 : cluster [DBG] pgmap v18179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:33.867655+0000 mgr.y (mgr.24491) 20578 : cluster [DBG] pgmap v18180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:33.867655+0000 mgr.y (mgr.24491) 20578 : cluster [DBG] pgmap v18180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:33.867655+0000 mgr.y (mgr.24491) 20578 : cluster [DBG] pgmap v18180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:35.868401+0000 mgr.y (mgr.24491) 20579 : cluster [DBG] pgmap v18181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:35.868401+0000 mgr.y (mgr.24491) 20579 : cluster [DBG] pgmap v18181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:35.868401+0000 mgr.y (mgr.24491) 20579 : cluster [DBG] pgmap v18181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:38:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:37.868897+0000 mgr.y (mgr.24491) 20580 : cluster [DBG] pgmap v18182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:37.868897+0000 mgr.y (mgr.24491) 20580 : cluster [DBG] pgmap v18182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:37.868897+0000 mgr.y (mgr.24491) 20580 : cluster [DBG] pgmap v18182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:39.869577+0000 mgr.y (mgr.24491) 20581 : cluster [DBG] pgmap v18183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:38:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:39.869577+0000 mgr.y (mgr.24491) 20581 : cluster [DBG] pgmap v18183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:39.869577+0000 mgr.y (mgr.24491) 20581 : cluster [DBG] pgmap v18183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:43.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:41.870036+0000 mgr.y (mgr.24491) 20582 : cluster [DBG] pgmap v18184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:41.870036+0000 mgr.y (mgr.24491) 20582 : cluster [DBG] pgmap v18184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:41.870036+0000 mgr.y (mgr.24491) 20582 : cluster [DBG] pgmap v18184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:43.738 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:38:44.018 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 4m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 4m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 4m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:38:44.019 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 4m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:38:44.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:38:44.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:38:44.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:38:44.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:38:44.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:38:44.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:38:44.020 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:38:44.020 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:38:44.381 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:38:44.381 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:38:44.382 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:38:44.382 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:38:44.382 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:38:44.382 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:38:44.382 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:38:44.382 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:38:44.382 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:38:44.382 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:38:44.382 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:38:44.382 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:38:44.382 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:38:44.383 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:38:44.383 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:38:44.383 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:38:44.383 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:38:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:38:43.728344+0000 mgr.y (mgr.24491) 20583 : audit [DBG] from='client.45920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:43.870351+0000 mgr.y (mgr.24491) 20584 : cluster [DBG] pgmap v18185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:38:44.012627+0000 mgr.y (mgr.24491) 20585 : audit [DBG] from='client.45926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:38:44.383165+0000 mon.a (mon.0) 4199 : audit [DBG] from='client.? 172.21.15.177:0/2019385419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:38:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:38:43.728344+0000 mgr.y (mgr.24491) 20583 : audit [DBG] from='client.45920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:43.870351+0000 mgr.y (mgr.24491) 20584 : cluster [DBG] pgmap v18185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:38:44.012627+0000 mgr.y (mgr.24491) 20585 : audit [DBG] from='client.45926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:38:44.383165+0000 mon.a (mon.0) 4199 : audit [DBG] from='client.? 172.21.15.177:0/2019385419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:38:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:38:43.728344+0000 mgr.y (mgr.24491) 20583 : audit [DBG] from='client.45920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:43.870351+0000 mgr.y (mgr.24491) 20584 : cluster [DBG] pgmap v18185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:38:44.012627+0000 mgr.y (mgr.24491) 20585 : audit [DBG] from='client.45926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:38:45.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:38:44.383165+0000 mon.a (mon.0) 4199 : audit [DBG] from='client.? 172.21.15.177:0/2019385419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:38:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:45.871098+0000 mgr.y (mgr.24491) 20586 : cluster [DBG] pgmap v18186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:45.871098+0000 mgr.y (mgr.24491) 20586 : cluster [DBG] pgmap v18186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:45.871098+0000 mgr.y (mgr.24491) 20586 : cluster [DBG] pgmap v18186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:38:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:47.871637+0000 mgr.y (mgr.24491) 20587 : cluster [DBG] pgmap v18187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:47.871637+0000 mgr.y (mgr.24491) 20587 : cluster [DBG] pgmap v18187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:47.871637+0000 mgr.y (mgr.24491) 20587 : cluster [DBG] pgmap v18187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:49.872399+0000 mgr.y (mgr.24491) 20588 : cluster [DBG] pgmap v18188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:38:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:49.872399+0000 mgr.y (mgr.24491) 20588 : cluster [DBG] pgmap v18188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:49.872399+0000 mgr.y (mgr.24491) 20588 : cluster [DBG] pgmap v18188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:51.872875+0000 mgr.y (mgr.24491) 20589 : cluster [DBG] pgmap v18189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:51.872875+0000 mgr.y (mgr.24491) 20589 : cluster [DBG] pgmap v18189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:51.872875+0000 mgr.y (mgr.24491) 20589 : cluster [DBG] pgmap v18189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:38:53.909957+0000 mon.a (mon.0) 4200 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:38:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:38:53.909957+0000 mon.a (mon.0) 4200 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:38:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:38:53.909957+0000 mon.a (mon.0) 4200 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:38:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:53.873292+0000 mgr.y (mgr.24491) 20590 : cluster [DBG] pgmap v18190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:38:54.202841+0000 mon.a (mon.0) 4201 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:38:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:38:54.203451+0000 mon.a (mon.0) 4202 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:38:55.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:38:54.209708+0000 mon.a (mon.0) 4203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:38:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:53.873292+0000 mgr.y (mgr.24491) 20590 : cluster [DBG] pgmap v18190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:38:54.202841+0000 mon.a (mon.0) 4201 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:38:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:38:54.203451+0000 mon.a (mon.0) 4202 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:38:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:38:54.209708+0000 mon.a (mon.0) 4203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:38:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:53.873292+0000 mgr.y (mgr.24491) 20590 : cluster [DBG] pgmap v18190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:38:54.202841+0000 mon.a (mon.0) 4201 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:38:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:38:54.203451+0000 mon.a (mon.0) 4202 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:38:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:38:54.209708+0000 mon.a (mon.0) 4203 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:38:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:55.873895+0000 mgr.y (mgr.24491) 20591 : cluster [DBG] pgmap v18191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:55.873895+0000 mgr.y (mgr.24491) 20591 : cluster [DBG] pgmap v18191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:57.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:55.873895+0000 mgr.y (mgr.24491) 20591 : cluster [DBG] pgmap v18191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:38:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:38:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:57.874300+0000 mgr.y (mgr.24491) 20592 : cluster [DBG] pgmap v18192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:57.874300+0000 mgr.y (mgr.24491) 20592 : cluster [DBG] pgmap v18192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:38:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:57.874300+0000 mgr.y (mgr.24491) 20592 : cluster [DBG] pgmap v18192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:38:59.875033+0000 mgr.y (mgr.24491) 20593 : cluster [DBG] pgmap v18193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:39:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:38:59.875033+0000 mgr.y (mgr.24491) 20593 : cluster [DBG] pgmap v18193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:38:59.875033+0000 mgr.y (mgr.24491) 20593 : cluster [DBG] pgmap v18193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:01.875403+0000 mgr.y (mgr.24491) 20594 : cluster [DBG] pgmap v18194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:01.875403+0000 mgr.y (mgr.24491) 20594 : cluster [DBG] pgmap v18194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:01.875403+0000 mgr.y (mgr.24491) 20594 : cluster [DBG] pgmap v18194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:03.875902+0000 mgr.y (mgr.24491) 20595 : cluster [DBG] pgmap v18195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:03.875902+0000 mgr.y (mgr.24491) 20595 : cluster [DBG] pgmap v18195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:03.875902+0000 mgr.y (mgr.24491) 20595 : cluster [DBG] pgmap v18195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:07.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:05.876752+0000 mgr.y (mgr.24491) 20596 : cluster [DBG] pgmap v18196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:05.876752+0000 mgr.y (mgr.24491) 20596 : cluster [DBG] pgmap v18196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:05.876752+0000 mgr.y (mgr.24491) 20596 : cluster [DBG] pgmap v18196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:39:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:07.877369+0000 mgr.y (mgr.24491) 20597 : cluster [DBG] pgmap v18197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:07.877369+0000 mgr.y (mgr.24491) 20597 : cluster [DBG] pgmap v18197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:07.877369+0000 mgr.y (mgr.24491) 20597 : cluster [DBG] pgmap v18197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:39:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:09.878034+0000 mgr.y (mgr.24491) 20598 : cluster [DBG] pgmap v18198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:09.878034+0000 mgr.y (mgr.24491) 20598 : cluster [DBG] pgmap v18198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:09.878034+0000 mgr.y (mgr.24491) 20598 : cluster [DBG] pgmap v18198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:11.878513+0000 mgr.y (mgr.24491) 20599 : cluster [DBG] pgmap v18199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:11.878513+0000 mgr.y (mgr.24491) 20599 : cluster [DBG] pgmap v18199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:11.878513+0000 mgr.y (mgr.24491) 20599 : cluster [DBG] pgmap v18199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:14.697 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:39:14.972 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:39:14.972 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:39:14.972 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:39:14.972 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:39:14.972 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:39:14.972 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:39:14.972 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:39:14.972 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:39:14.972 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 5m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 5m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 5m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:39:14.973 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:39:15.308 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:39:15.308 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:39:15.308 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:39:15.308 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:39:15.308 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:39:15.308 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:39:15.308 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:39:15.308 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:39:15.308 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:39:15.309 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:39:15.309 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:39:15.309 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:39:15.309 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:39:15.309 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:39:15.309 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:39:15.309 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:39:15.309 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:39:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:13.878994+0000 mgr.y (mgr.24491) 20600 : cluster [DBG] pgmap v18200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:39:14.686552+0000 mgr.y (mgr.24491) 20601 : audit [DBG] from='client.36030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:39:15.309383+0000 mon.a (mon.0) 4204 : audit [DBG] from='client.? 172.21.15.177:0/508869736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:39:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:13.878994+0000 mgr.y (mgr.24491) 20600 : cluster [DBG] pgmap v18200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:39:14.686552+0000 mgr.y (mgr.24491) 20601 : audit [DBG] from='client.36030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:39:15.309383+0000 mon.a (mon.0) 4204 : audit [DBG] from='client.? 172.21.15.177:0/508869736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:39:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:13.878994+0000 mgr.y (mgr.24491) 20600 : cluster [DBG] pgmap v18200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:39:14.686552+0000 mgr.y (mgr.24491) 20601 : audit [DBG] from='client.36030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:39:15.309383+0000 mon.a (mon.0) 4204 : audit [DBG] from='client.? 172.21.15.177:0/508869736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:39:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:39:14.965803+0000 mgr.y (mgr.24491) 20602 : audit [DBG] from='client.36036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:39:14.965803+0000 mgr.y (mgr.24491) 20602 : audit [DBG] from='client.36036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:39:14.965803+0000 mgr.y (mgr.24491) 20602 : audit [DBG] from='client.36036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:39:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:15.879561+0000 mgr.y (mgr.24491) 20603 : cluster [DBG] pgmap v18201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:15.879561+0000 mgr.y (mgr.24491) 20603 : cluster [DBG] pgmap v18201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:15.879561+0000 mgr.y (mgr.24491) 20603 : cluster [DBG] pgmap v18201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:17.880005+0000 mgr.y (mgr.24491) 20604 : cluster [DBG] pgmap v18202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:17.880005+0000 mgr.y (mgr.24491) 20604 : cluster [DBG] pgmap v18202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:17.880005+0000 mgr.y (mgr.24491) 20604 : cluster [DBG] pgmap v18202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:39:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:19.880756+0000 mgr.y (mgr.24491) 20605 : cluster [DBG] pgmap v18203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:19.880756+0000 mgr.y (mgr.24491) 20605 : cluster [DBG] pgmap v18203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:19.880756+0000 mgr.y (mgr.24491) 20605 : cluster [DBG] pgmap v18203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:21.881289+0000 mgr.y (mgr.24491) 20606 : cluster [DBG] pgmap v18204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:21.881289+0000 mgr.y (mgr.24491) 20606 : cluster [DBG] pgmap v18204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:21.881289+0000 mgr.y (mgr.24491) 20606 : cluster [DBG] pgmap v18204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:23.881863+0000 mgr.y (mgr.24491) 20607 : cluster [DBG] pgmap v18205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:23.881863+0000 mgr.y (mgr.24491) 20607 : cluster [DBG] pgmap v18205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:23.881863+0000 mgr.y (mgr.24491) 20607 : cluster [DBG] pgmap v18205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:39:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:25.882654+0000 mgr.y (mgr.24491) 20608 : cluster [DBG] pgmap v18206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:25.882654+0000 mgr.y (mgr.24491) 20608 : cluster [DBG] pgmap v18206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:25.882654+0000 mgr.y (mgr.24491) 20608 : cluster [DBG] pgmap v18206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:27.883115+0000 mgr.y (mgr.24491) 20609 : cluster [DBG] pgmap v18207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:27.883115+0000 mgr.y (mgr.24491) 20609 : cluster [DBG] pgmap v18207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:27.883115+0000 mgr.y (mgr.24491) 20609 : cluster [DBG] pgmap v18207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:39:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:29.884017+0000 mgr.y (mgr.24491) 20610 : cluster [DBG] pgmap v18208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:29.884017+0000 mgr.y (mgr.24491) 20610 : cluster [DBG] pgmap v18208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:29.884017+0000 mgr.y (mgr.24491) 20610 : cluster [DBG] pgmap v18208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:31.884581+0000 mgr.y (mgr.24491) 20611 : cluster [DBG] pgmap v18209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:31.884581+0000 mgr.y (mgr.24491) 20611 : cluster [DBG] pgmap v18209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:31.884581+0000 mgr.y (mgr.24491) 20611 : cluster [DBG] pgmap v18209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:33.885124+0000 mgr.y (mgr.24491) 20612 : cluster [DBG] pgmap v18210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:33.885124+0000 mgr.y (mgr.24491) 20612 : cluster [DBG] pgmap v18210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:33.885124+0000 mgr.y (mgr.24491) 20612 : cluster [DBG] pgmap v18210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:39:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:35.885989+0000 mgr.y (mgr.24491) 20613 : cluster [DBG] pgmap v18211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:35.885989+0000 mgr.y (mgr.24491) 20613 : cluster [DBG] pgmap v18211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:35.885989+0000 mgr.y (mgr.24491) 20613 : cluster [DBG] pgmap v18211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:37.886409+0000 mgr.y (mgr.24491) 20614 : cluster [DBG] pgmap v18212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:37.886409+0000 mgr.y (mgr.24491) 20614 : cluster [DBG] pgmap v18212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:37.886409+0000 mgr.y (mgr.24491) 20614 : cluster [DBG] pgmap v18212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:39:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:39.887064+0000 mgr.y (mgr.24491) 20615 : cluster [DBG] pgmap v18213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:39.887064+0000 mgr.y (mgr.24491) 20615 : cluster [DBG] pgmap v18213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:39.887064+0000 mgr.y (mgr.24491) 20615 : cluster [DBG] pgmap v18213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:43.903 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:41.887420+0000 mgr.y (mgr.24491) 20616 : cluster [DBG] pgmap v18214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:43.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:41.887420+0000 mgr.y (mgr.24491) 20616 : cluster [DBG] pgmap v18214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:41.887420+0000 mgr.y (mgr.24491) 20616 : cluster [DBG] pgmap v18214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:45.621 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:39:45.893 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:39:45.893 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:39:45.893 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:39:45.893 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:39:45.893 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 5m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 5m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 5m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:39:45.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:39:45.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:39:45.895 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:39:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:43.887812+0000 mgr.y (mgr.24491) 20617 : cluster [DBG] pgmap v18215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:43.887812+0000 mgr.y (mgr.24491) 20617 : cluster [DBG] pgmap v18215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:43.887812+0000 mgr.y (mgr.24491) 20617 : cluster [DBG] pgmap v18215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:46.230 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:39:46.230 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:39:46.230 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:39:46.230 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:39:46.230 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:39:46.230 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:39:46.230 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:39:46.231 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:39:46.231 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:39:46.231 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:39:46.231 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:39:46.231 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:39:46.231 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:39:46.231 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:39:46.231 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:39:46.231 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:39:46.231 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:39:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:39:45.609829+0000 mgr.y (mgr.24491) 20618 : audit [DBG] from='client.45956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:39:46.232000+0000 mon.c (mon.2) 635 : audit [DBG] from='client.? 172.21.15.177:0/2755652842' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:39:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:39:45.609829+0000 mgr.y (mgr.24491) 20618 : audit [DBG] from='client.45956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:39:46.232000+0000 mon.c (mon.2) 635 : audit [DBG] from='client.? 172.21.15.177:0/2755652842' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:39:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:39:45.609829+0000 mgr.y (mgr.24491) 20618 : audit [DBG] from='client.45956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:46.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:39:46.232000+0000 mon.c (mon.2) 635 : audit [DBG] from='client.? 172.21.15.177:0/2755652842' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:39:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:39:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:39:45.887471+0000 mgr.y (mgr.24491) 20619 : audit [DBG] from='client.45962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:45.888344+0000 mgr.y (mgr.24491) 20620 : cluster [DBG] pgmap v18216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:39:45.887471+0000 mgr.y (mgr.24491) 20619 : audit [DBG] from='client.45962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:45.888344+0000 mgr.y (mgr.24491) 20620 : cluster [DBG] pgmap v18216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:39:45.887471+0000 mgr.y (mgr.24491) 20619 : audit [DBG] from='client.45962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:39:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:45.888344+0000 mgr.y (mgr.24491) 20620 : cluster [DBG] pgmap v18216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:47.888791+0000 mgr.y (mgr.24491) 20621 : cluster [DBG] pgmap v18217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:47.888791+0000 mgr.y (mgr.24491) 20621 : cluster [DBG] pgmap v18217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:47.888791+0000 mgr.y (mgr.24491) 20621 : cluster [DBG] pgmap v18217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:39:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:49.889465+0000 mgr.y (mgr.24491) 20622 : cluster [DBG] pgmap v18218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:49.889465+0000 mgr.y (mgr.24491) 20622 : cluster [DBG] pgmap v18218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:49.889465+0000 mgr.y (mgr.24491) 20622 : cluster [DBG] pgmap v18218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:53.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:51.889858+0000 mgr.y (mgr.24491) 20623 : cluster [DBG] pgmap v18219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:53.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:51.889858+0000 mgr.y (mgr.24491) 20623 : cluster [DBG] pgmap v18219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:51.889858+0000 mgr.y (mgr.24491) 20623 : cluster [DBG] pgmap v18219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:39:54.213976+0000 mon.a (mon.0) 4205 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:39:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:39:54.213976+0000 mon.a (mon.0) 4205 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:39:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:39:54.213976+0000 mon.a (mon.0) 4205 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:39:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:53.890254+0000 mgr.y (mgr.24491) 20624 : cluster [DBG] pgmap v18220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:53.890254+0000 mgr.y (mgr.24491) 20624 : cluster [DBG] pgmap v18220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:53.890254+0000 mgr.y (mgr.24491) 20624 : cluster [DBG] pgmap v18220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:39:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:39:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:55.890921+0000 mgr.y (mgr.24491) 20625 : cluster [DBG] pgmap v18221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:39:57.454061+0000 mon.a (mon.0) 4206 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:39:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:55.890921+0000 mgr.y (mgr.24491) 20625 : cluster [DBG] pgmap v18221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:57.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:39:57.454061+0000 mon.a (mon.0) 4206 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:39:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:55.890921+0000 mgr.y (mgr.24491) 20625 : cluster [DBG] pgmap v18221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:39:57.454061+0000 mon.a (mon.0) 4206 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:39:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:39:57.735957+0000 mon.a (mon.0) 4207 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:39:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:39:57.736572+0000 mon.a (mon.0) 4208 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:39:58.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:39:57.740654+0000 mon.a (mon.0) 4209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:39:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:39:57.735957+0000 mon.a (mon.0) 4207 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:39:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:39:57.736572+0000 mon.a (mon.0) 4208 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:39:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:39:57.740654+0000 mon.a (mon.0) 4209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:39:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:39:57.735957+0000 mon.a (mon.0) 4207 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:39:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:39:57.736572+0000 mon.a (mon.0) 4208 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:39:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:39:57.740654+0000 mon.a (mon.0) 4209 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:39:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:57.891301+0000 mgr.y (mgr.24491) 20626 : cluster [DBG] pgmap v18222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:39:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:57.891301+0000 mgr.y (mgr.24491) 20626 : cluster [DBG] pgmap v18222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:39:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:39:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:57.891301+0000 mgr.y (mgr.24491) 20626 : cluster [DBG] pgmap v18222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T13:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:40:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:00.000141+0000 mon.a (mon.0) 4210 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:40:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:00.000141+0000 mon.a (mon.0) 4210 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:40:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:00.000141+0000 mon.a (mon.0) 4210 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:40:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:40:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:39:59.891924+0000 mgr.y (mgr.24491) 20627 : cluster [DBG] pgmap v18223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:39:59.891924+0000 mgr.y (mgr.24491) 20627 : cluster [DBG] pgmap v18223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:39:59.891924+0000 mgr.y (mgr.24491) 20627 : cluster [DBG] pgmap v18223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:01.892375+0000 mgr.y (mgr.24491) 20628 : cluster [DBG] pgmap v18224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:01.892375+0000 mgr.y (mgr.24491) 20628 : cluster [DBG] pgmap v18224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:01.892375+0000 mgr.y (mgr.24491) 20628 : cluster [DBG] pgmap v18224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:03.892873+0000 mgr.y (mgr.24491) 20629 : cluster [DBG] pgmap v18225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:03.892873+0000 mgr.y (mgr.24491) 20629 : cluster [DBG] pgmap v18225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:03.892873+0000 mgr.y (mgr.24491) 20629 : cluster [DBG] pgmap v18225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:05.893744+0000 mgr.y (mgr.24491) 20630 : cluster [DBG] pgmap v18226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:40:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:05.893744+0000 mgr.y (mgr.24491) 20630 : cluster [DBG] pgmap v18226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:05.893744+0000 mgr.y (mgr.24491) 20630 : cluster [DBG] pgmap v18226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:07.894305+0000 mgr.y (mgr.24491) 20631 : cluster [DBG] pgmap v18227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:07.894305+0000 mgr.y (mgr.24491) 20631 : cluster [DBG] pgmap v18227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:07.894305+0000 mgr.y (mgr.24491) 20631 : cluster [DBG] pgmap v18227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:40:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:09.895217+0000 mgr.y (mgr.24491) 20632 : cluster [DBG] pgmap v18228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:09.895217+0000 mgr.y (mgr.24491) 20632 : cluster [DBG] pgmap v18228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:09.895217+0000 mgr.y (mgr.24491) 20632 : cluster [DBG] pgmap v18228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:11.895788+0000 mgr.y (mgr.24491) 20633 : cluster [DBG] pgmap v18229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:11.895788+0000 mgr.y (mgr.24491) 20633 : cluster [DBG] pgmap v18229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:11.895788+0000 mgr.y (mgr.24491) 20633 : cluster [DBG] pgmap v18229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:13.896196+0000 mgr.y (mgr.24491) 20634 : cluster [DBG] pgmap v18230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:13.896196+0000 mgr.y (mgr.24491) 20634 : cluster [DBG] pgmap v18230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:13.896196+0000 mgr.y (mgr.24491) 20634 : cluster [DBG] pgmap v18230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:16.537 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:40:16.814 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:40:16.814 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 6m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:40:16.814 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 6m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:40:16.814 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 6m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:40:16.814 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 6m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:40:16.814 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 6m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:40:16.814 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 6m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:40:16.815 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 6m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:40:16.815 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 6m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:40:16.815 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 6m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:40:16.815 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 6m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:40:16.815 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 6m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:40:16.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 6m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:40:16.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 6m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:40:16.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 6m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:40:16.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 6m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:40:16.815 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 6m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:40:16.816 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 6m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:40:16.816 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 6m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:40:16.816 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 6m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:40:16.816 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 6m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:40:17.147 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:40:17.147 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:40:17.147 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:40:17.148 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:40:17.148 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:40:17.148 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:40:17.148 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:40:17.148 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:40:17.148 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:40:17.148 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:40:17.148 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:40:17.148 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:40:17.149 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:40:17.149 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:40:17.149 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:40:17.149 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:40:17.149 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:40:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:17] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:40:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:15.896915+0000 mgr.y (mgr.24491) 20635 : cluster [DBG] pgmap v18231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:40:16.526908+0000 mgr.y (mgr.24491) 20636 : audit [DBG] from='client.45974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:40:17.149240+0000 mon.a (mon.0) 4211 : audit [DBG] from='client.? 172.21.15.177:0/2887720323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:40:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:15.896915+0000 mgr.y (mgr.24491) 20635 : cluster [DBG] pgmap v18231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:40:16.526908+0000 mgr.y (mgr.24491) 20636 : audit [DBG] from='client.45974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:40:17.149240+0000 mon.a (mon.0) 4211 : audit [DBG] from='client.? 172.21.15.177:0/2887720323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:40:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:15.896915+0000 mgr.y (mgr.24491) 20635 : cluster [DBG] pgmap v18231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:40:16.526908+0000 mgr.y (mgr.24491) 20636 : audit [DBG] from='client.45974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:40:17.149240+0000 mon.a (mon.0) 4211 : audit [DBG] from='client.? 172.21.15.177:0/2887720323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:40:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:40:16.807735+0000 mgr.y (mgr.24491) 20637 : audit [DBG] from='client.36072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:40:16.807735+0000 mgr.y (mgr.24491) 20637 : audit [DBG] from='client.36072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:40:16.807735+0000 mgr.y (mgr.24491) 20637 : audit [DBG] from='client.36072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:17.897400+0000 mgr.y (mgr.24491) 20638 : cluster [DBG] pgmap v18232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:17.897400+0000 mgr.y (mgr.24491) 20638 : cluster [DBG] pgmap v18232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:17.897400+0000 mgr.y (mgr.24491) 20638 : cluster [DBG] pgmap v18232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:40:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:19.898185+0000 mgr.y (mgr.24491) 20639 : cluster [DBG] pgmap v18233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:19.898185+0000 mgr.y (mgr.24491) 20639 : cluster [DBG] pgmap v18233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:19.898185+0000 mgr.y (mgr.24491) 20639 : cluster [DBG] pgmap v18233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:21.898590+0000 mgr.y (mgr.24491) 20640 : cluster [DBG] pgmap v18234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:21.898590+0000 mgr.y (mgr.24491) 20640 : cluster [DBG] pgmap v18234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:21.898590+0000 mgr.y (mgr.24491) 20640 : cluster [DBG] pgmap v18234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:23.899032+0000 mgr.y (mgr.24491) 20641 : cluster [DBG] pgmap v18235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:23.899032+0000 mgr.y (mgr.24491) 20641 : cluster [DBG] pgmap v18235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:23.899032+0000 mgr.y (mgr.24491) 20641 : cluster [DBG] pgmap v18235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:27] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:40:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:25.899686+0000 mgr.y (mgr.24491) 20642 : cluster [DBG] pgmap v18236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:25.899686+0000 mgr.y (mgr.24491) 20642 : cluster [DBG] pgmap v18236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:25.899686+0000 mgr.y (mgr.24491) 20642 : cluster [DBG] pgmap v18236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:29.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:27.900173+0000 mgr.y (mgr.24491) 20643 : cluster [DBG] pgmap v18237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:29.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:27.900173+0000 mgr.y (mgr.24491) 20643 : cluster [DBG] pgmap v18237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:27.900173+0000 mgr.y (mgr.24491) 20643 : cluster [DBG] pgmap v18237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:40:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:29.900983+0000 mgr.y (mgr.24491) 20644 : cluster [DBG] pgmap v18238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:29.900983+0000 mgr.y (mgr.24491) 20644 : cluster [DBG] pgmap v18238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:29.900983+0000 mgr.y (mgr.24491) 20644 : cluster [DBG] pgmap v18238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:31.901439+0000 mgr.y (mgr.24491) 20645 : cluster [DBG] pgmap v18239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:31.901439+0000 mgr.y (mgr.24491) 20645 : cluster [DBG] pgmap v18239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:31.901439+0000 mgr.y (mgr.24491) 20645 : cluster [DBG] pgmap v18239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:36.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:33.902057+0000 mgr.y (mgr.24491) 20646 : cluster [DBG] pgmap v18240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:33.902057+0000 mgr.y (mgr.24491) 20646 : cluster [DBG] pgmap v18240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:33.902057+0000 mgr.y (mgr.24491) 20646 : cluster [DBG] pgmap v18240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:35.902705+0000 mgr.y (mgr.24491) 20647 : cluster [DBG] pgmap v18241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:40:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:35.902705+0000 mgr.y (mgr.24491) 20647 : cluster [DBG] pgmap v18241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:35.902705+0000 mgr.y (mgr.24491) 20647 : cluster [DBG] pgmap v18241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:37.903090+0000 mgr.y (mgr.24491) 20648 : cluster [DBG] pgmap v18242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:37.903090+0000 mgr.y (mgr.24491) 20648 : cluster [DBG] pgmap v18242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:40.218 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:37.903090+0000 mgr.y (mgr.24491) 20648 : cluster [DBG] pgmap v18242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:40:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:39.903663+0000 mgr.y (mgr.24491) 20649 : cluster [DBG] pgmap v18243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:39.903663+0000 mgr.y (mgr.24491) 20649 : cluster [DBG] pgmap v18243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:39.903663+0000 mgr.y (mgr.24491) 20649 : cluster [DBG] pgmap v18243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:41.904135+0000 mgr.y (mgr.24491) 20650 : cluster [DBG] pgmap v18244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:41.904135+0000 mgr.y (mgr.24491) 20650 : cluster [DBG] pgmap v18244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:41.904135+0000 mgr.y (mgr.24491) 20650 : cluster [DBG] pgmap v18244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:43.904544+0000 mgr.y (mgr.24491) 20651 : cluster [DBG] pgmap v18245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:43.904544+0000 mgr.y (mgr.24491) 20651 : cluster [DBG] pgmap v18245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:43.904544+0000 mgr.y (mgr.24491) 20651 : cluster [DBG] pgmap v18245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:47.455 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:40:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:40:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 6m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:40:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 6m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:40:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 6m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:40:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 6m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:40:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 6m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:40:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 6m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:40:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 6m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:40:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 6m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:40:47.734 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 6m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:40:47.734 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 6m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:40:47.734 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 6m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:40:47.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 6m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:40:47.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 6m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:40:47.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 6m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:40:47.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 6m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:40:47.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 6m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:40:47.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 6m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:40:47.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 6m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:40:47.734 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 6m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:40:47.735 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 6m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:40:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:45.905425+0000 mgr.y (mgr.24491) 20652 : cluster [DBG] pgmap v18246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:48.064 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:40:48.064 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:40:48.064 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:40:48.064 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:40:48.064 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:40:48.064 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:40:48.064 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:40:48.064 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:40:48.064 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:40:48.064 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:40:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:40:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:40:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:40:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:40:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:40:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:40:48.065 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:40:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:40:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:45.905425+0000 mgr.y (mgr.24491) 20652 : cluster [DBG] pgmap v18246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:45.905425+0000 mgr.y (mgr.24491) 20652 : cluster [DBG] pgmap v18246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:40:47.445393+0000 mgr.y (mgr.24491) 20653 : audit [DBG] from='client.45992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:48.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:40:48.065954+0000 mon.a (mon.0) 4212 : audit [DBG] from='client.? 172.21.15.177:0/3423122913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:40:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:40:47.445393+0000 mgr.y (mgr.24491) 20653 : audit [DBG] from='client.45992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:40:48.065954+0000 mon.a (mon.0) 4212 : audit [DBG] from='client.? 172.21.15.177:0/3423122913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:40:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:40:47.445393+0000 mgr.y (mgr.24491) 20653 : audit [DBG] from='client.45992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:49.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:40:48.065954+0000 mon.a (mon.0) 4212 : audit [DBG] from='client.? 172.21.15.177:0/3423122913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:40:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:40:47.725412+0000 mgr.y (mgr.24491) 20654 : audit [DBG] from='client.36090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:47.905822+0000 mgr.y (mgr.24491) 20655 : cluster [DBG] pgmap v18247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:40:47.725412+0000 mgr.y (mgr.24491) 20654 : audit [DBG] from='client.36090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:47.905822+0000 mgr.y (mgr.24491) 20655 : cluster [DBG] pgmap v18247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:40:47.725412+0000 mgr.y (mgr.24491) 20654 : audit [DBG] from='client.36090 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:40:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:47.905822+0000 mgr.y (mgr.24491) 20655 : cluster [DBG] pgmap v18247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:40:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:49.906476+0000 mgr.y (mgr.24491) 20656 : cluster [DBG] pgmap v18248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:49.906476+0000 mgr.y (mgr.24491) 20656 : cluster [DBG] pgmap v18248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:49.906476+0000 mgr.y (mgr.24491) 20656 : cluster [DBG] pgmap v18248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:51.907068+0000 mgr.y (mgr.24491) 20657 : cluster [DBG] pgmap v18249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:51.907068+0000 mgr.y (mgr.24491) 20657 : cluster [DBG] pgmap v18249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:51.907068+0000 mgr.y (mgr.24491) 20657 : cluster [DBG] pgmap v18249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:53.907431+0000 mgr.y (mgr.24491) 20658 : cluster [DBG] pgmap v18250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:53.907431+0000 mgr.y (mgr.24491) 20658 : cluster [DBG] pgmap v18250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:53.907431+0000 mgr.y (mgr.24491) 20658 : cluster [DBG] pgmap v18250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:55.908233+0000 mgr.y (mgr.24491) 20659 : cluster [DBG] pgmap v18251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:40:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:40:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:55.908233+0000 mgr.y (mgr.24491) 20659 : cluster [DBG] pgmap v18251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:55.908233+0000 mgr.y (mgr.24491) 20659 : cluster [DBG] pgmap v18251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:40:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:40:57.744840+0000 mon.a (mon.0) 4213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:40:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:40:57.744840+0000 mon.a (mon.0) 4213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:40:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:40:57.744840+0000 mon.a (mon.0) 4213 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:40:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:40:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:57.908594+0000 mgr.y (mgr.24491) 20660 : cluster [DBG] pgmap v18252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:57.908594+0000 mgr.y (mgr.24491) 20660 : cluster [DBG] pgmap v18252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:57.908594+0000 mgr.y (mgr.24491) 20660 : cluster [DBG] pgmap v18252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:40:59.909186+0000 mgr.y (mgr.24491) 20661 : cluster [DBG] pgmap v18253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:40:59.909186+0000 mgr.y (mgr.24491) 20661 : cluster [DBG] pgmap v18253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:40:59.909186+0000 mgr.y (mgr.24491) 20661 : cluster [DBG] pgmap v18253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:41:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:41:00.933649+0000 mon.a (mon.0) 4214 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:41:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:41:01.213976+0000 mon.a (mon.0) 4215 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:41:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:41:01.214858+0000 mon.a (mon.0) 4216 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:41:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:41:01.220235+0000 mon.a (mon.0) 4217 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:41:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:41:00.933649+0000 mon.a (mon.0) 4214 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:41:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:41:01.213976+0000 mon.a (mon.0) 4215 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:41:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:41:01.214858+0000 mon.a (mon.0) 4216 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:41:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:41:01.220235+0000 mon.a (mon.0) 4217 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:41:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:41:00.933649+0000 mon.a (mon.0) 4214 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:41:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:41:01.213976+0000 mon.a (mon.0) 4215 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:41:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:41:01.214858+0000 mon.a (mon.0) 4216 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:41:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:41:01.220235+0000 mon.a (mon.0) 4217 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:41:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:01.909664+0000 mgr.y (mgr.24491) 20662 : cluster [DBG] pgmap v18254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:01.909664+0000 mgr.y (mgr.24491) 20662 : cluster [DBG] pgmap v18254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:01.909664+0000 mgr.y (mgr.24491) 20662 : cluster [DBG] pgmap v18254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:03.910195+0000 mgr.y (mgr.24491) 20663 : cluster [DBG] pgmap v18255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:03.910195+0000 mgr.y (mgr.24491) 20663 : cluster [DBG] pgmap v18255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:03.910195+0000 mgr.y (mgr.24491) 20663 : cluster [DBG] pgmap v18255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:07.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:05.910934+0000 mgr.y (mgr.24491) 20664 : cluster [DBG] pgmap v18256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:05.910934+0000 mgr.y (mgr.24491) 20664 : cluster [DBG] pgmap v18256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:05.910934+0000 mgr.y (mgr.24491) 20664 : cluster [DBG] pgmap v18256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:07] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T13:41:09.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:07.911386+0000 mgr.y (mgr.24491) 20665 : cluster [DBG] pgmap v18257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:07.911386+0000 mgr.y (mgr.24491) 20665 : cluster [DBG] pgmap v18257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:07.911386+0000 mgr.y (mgr.24491) 20665 : cluster [DBG] pgmap v18257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:41:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:09.912202+0000 mgr.y (mgr.24491) 20666 : cluster [DBG] pgmap v18258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:09.912202+0000 mgr.y (mgr.24491) 20666 : cluster [DBG] pgmap v18258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:09.912202+0000 mgr.y (mgr.24491) 20666 : cluster [DBG] pgmap v18258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:13.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:11.912731+0000 mgr.y (mgr.24491) 20667 : cluster [DBG] pgmap v18259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:11.912731+0000 mgr.y (mgr.24491) 20667 : cluster [DBG] pgmap v18259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:11.912731+0000 mgr.y (mgr.24491) 20667 : cluster [DBG] pgmap v18259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:13.913156+0000 mgr.y (mgr.24491) 20668 : cluster [DBG] pgmap v18260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:13.913156+0000 mgr.y (mgr.24491) 20668 : cluster [DBG] pgmap v18260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:13.913156+0000 mgr.y (mgr.24491) 20668 : cluster [DBG] pgmap v18260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:15.913771+0000 mgr.y (mgr.24491) 20669 : cluster [DBG] pgmap v18261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:15.913771+0000 mgr.y (mgr.24491) 20669 : cluster [DBG] pgmap v18261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:15.913771+0000 mgr.y (mgr.24491) 20669 : cluster [DBG] pgmap v18261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:41:18.378 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:41:18.652 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 7m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 7m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 7m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 7m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 7m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 7m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 7m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 7m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 7m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 7m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 7m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:41:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 7m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:41:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 7m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:41:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 7m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:41:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 7m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:41:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 7m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:41:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 7m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:41:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 7m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:41:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 7m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:41:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 7m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:41:18.984 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:41:18.984 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:41:18.984 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:41:18.984 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:41:18.984 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:41:18.984 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:41:18.984 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:41:18.985 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:41:18.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:41:18.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:41:18.985 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:41:18.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:41:18.985 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:41:18.985 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:41:18.985 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:41:18.985 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:41:18.985 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:41:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:17.914289+0000 mgr.y (mgr.24491) 20670 : cluster [DBG] pgmap v18262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:41:18.367785+0000 mgr.y (mgr.24491) 20671 : audit [DBG] from='client.46010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:41:18.646429+0000 mgr.y (mgr.24491) 20672 : audit [DBG] from='client.46016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:41:18.985847+0000 mon.c (mon.2) 636 : audit [DBG] from='client.? 172.21.15.177:0/3105405954' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:41:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:17.914289+0000 mgr.y (mgr.24491) 20670 : cluster [DBG] pgmap v18262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:41:18.367785+0000 mgr.y (mgr.24491) 20671 : audit [DBG] from='client.46010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:41:18.646429+0000 mgr.y (mgr.24491) 20672 : audit [DBG] from='client.46016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:41:18.985847+0000 mon.c (mon.2) 636 : audit [DBG] from='client.? 172.21.15.177:0/3105405954' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:41:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:17.914289+0000 mgr.y (mgr.24491) 20670 : cluster [DBG] pgmap v18262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:41:18.367785+0000 mgr.y (mgr.24491) 20671 : audit [DBG] from='client.46010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:41:18.646429+0000 mgr.y (mgr.24491) 20672 : audit [DBG] from='client.46016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:41:18.985847+0000 mon.c (mon.2) 636 : audit [DBG] from='client.? 172.21.15.177:0/3105405954' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:41:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:19.914912+0000 mgr.y (mgr.24491) 20673 : cluster [DBG] pgmap v18263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:41:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:19.914912+0000 mgr.y (mgr.24491) 20673 : cluster [DBG] pgmap v18263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:19.914912+0000 mgr.y (mgr.24491) 20673 : cluster [DBG] pgmap v18263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:21.915343+0000 mgr.y (mgr.24491) 20674 : cluster [DBG] pgmap v18264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:21.915343+0000 mgr.y (mgr.24491) 20674 : cluster [DBG] pgmap v18264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:21.915343+0000 mgr.y (mgr.24491) 20674 : cluster [DBG] pgmap v18264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:23.915769+0000 mgr.y (mgr.24491) 20675 : cluster [DBG] pgmap v18265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:23.915769+0000 mgr.y (mgr.24491) 20675 : cluster [DBG] pgmap v18265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:23.915769+0000 mgr.y (mgr.24491) 20675 : cluster [DBG] pgmap v18265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:25.916570+0000 mgr.y (mgr.24491) 20676 : cluster [DBG] pgmap v18266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:25.916570+0000 mgr.y (mgr.24491) 20676 : cluster [DBG] pgmap v18266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:25.916570+0000 mgr.y (mgr.24491) 20676 : cluster [DBG] pgmap v18266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:41:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:27.917094+0000 mgr.y (mgr.24491) 20677 : cluster [DBG] pgmap v18267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:27.917094+0000 mgr.y (mgr.24491) 20677 : cluster [DBG] pgmap v18267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:27.917094+0000 mgr.y (mgr.24491) 20677 : cluster [DBG] pgmap v18267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:31.270 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:41:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:29.917678+0000 mgr.y (mgr.24491) 20678 : cluster [DBG] pgmap v18268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:29.917678+0000 mgr.y (mgr.24491) 20678 : cluster [DBG] pgmap v18268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:29.917678+0000 mgr.y (mgr.24491) 20678 : cluster [DBG] pgmap v18268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:31.918274+0000 mgr.y (mgr.24491) 20679 : cluster [DBG] pgmap v18269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:31.918274+0000 mgr.y (mgr.24491) 20679 : cluster [DBG] pgmap v18269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:31.918274+0000 mgr.y (mgr.24491) 20679 : cluster [DBG] pgmap v18269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:33.918749+0000 mgr.y (mgr.24491) 20680 : cluster [DBG] pgmap v18270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:33.918749+0000 mgr.y (mgr.24491) 20680 : cluster [DBG] pgmap v18270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:35.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:33.918749+0000 mgr.y (mgr.24491) 20680 : cluster [DBG] pgmap v18270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:35.919394+0000 mgr.y (mgr.24491) 20681 : cluster [DBG] pgmap v18271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:35.919394+0000 mgr.y (mgr.24491) 20681 : cluster [DBG] pgmap v18271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:35.919394+0000 mgr.y (mgr.24491) 20681 : cluster [DBG] pgmap v18271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:41:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:37.919783+0000 mgr.y (mgr.24491) 20682 : cluster [DBG] pgmap v18272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:37.919783+0000 mgr.y (mgr.24491) 20682 : cluster [DBG] pgmap v18272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:37.919783+0000 mgr.y (mgr.24491) 20682 : cluster [DBG] pgmap v18272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:41.286 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:41:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:39.920424+0000 mgr.y (mgr.24491) 20683 : cluster [DBG] pgmap v18273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:39.920424+0000 mgr.y (mgr.24491) 20683 : cluster [DBG] pgmap v18273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:39.920424+0000 mgr.y (mgr.24491) 20683 : cluster [DBG] pgmap v18273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:41.920838+0000 mgr.y (mgr.24491) 20684 : cluster [DBG] pgmap v18274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:41.920838+0000 mgr.y (mgr.24491) 20684 : cluster [DBG] pgmap v18274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:41.920838+0000 mgr.y (mgr.24491) 20684 : cluster [DBG] pgmap v18274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:43.921336+0000 mgr.y (mgr.24491) 20685 : cluster [DBG] pgmap v18275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:43.921336+0000 mgr.y (mgr.24491) 20685 : cluster [DBG] pgmap v18275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:43.921336+0000 mgr.y (mgr.24491) 20685 : cluster [DBG] pgmap v18275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:45.922131+0000 mgr.y (mgr.24491) 20686 : cluster [DBG] pgmap v18276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:45.922131+0000 mgr.y (mgr.24491) 20686 : cluster [DBG] pgmap v18276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:45.922131+0000 mgr.y (mgr.24491) 20686 : cluster [DBG] pgmap v18276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:47] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T13:41:49.297 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:41:49.571 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:41:49.571 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 7m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:41:49.571 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 7m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:41:49.572 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 7m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:41:49.572 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 7m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:41:49.572 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 7m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:41:49.572 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 7m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:41:49.572 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 7m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:41:49.572 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 7m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:41:49.572 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 7m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:41:49.572 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 7m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:41:49.572 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 7m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:41:49.572 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 7m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:41:49.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 7m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:41:49.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 7m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:41:49.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 7m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:41:49.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 7m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:41:49.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 7m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:41:49.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 7m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:41:49.573 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 7m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:41:49.573 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 7m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:41:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:47.922462+0000 mgr.y (mgr.24491) 20687 : cluster [DBG] pgmap v18277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:47.922462+0000 mgr.y (mgr.24491) 20687 : cluster [DBG] pgmap v18277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:47.922462+0000 mgr.y (mgr.24491) 20687 : cluster [DBG] pgmap v18277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:49.907 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:41:49.908 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:41:49.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:41:49.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:41:49.908 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:41:49.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:41:49.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:41:49.908 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:41:49.908 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:41:49.908 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:41:49.908 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:41:49.909 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:41:49.909 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:41:49.909 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:41:49.909 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:41:49.909 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:41:49.909 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:41:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:41:49.286037+0000 mgr.y (mgr.24491) 20688 : audit [DBG] from='client.46028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:41:49.565179+0000 mgr.y (mgr.24491) 20689 : audit [DBG] from='client.36126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:41:49.909313+0000 mon.c (mon.2) 637 : audit [DBG] from='client.? 172.21.15.177:0/1515692658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:41:50.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:41:49.286037+0000 mgr.y (mgr.24491) 20688 : audit [DBG] from='client.46028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:50.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:41:49.565179+0000 mgr.y (mgr.24491) 20689 : audit [DBG] from='client.36126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:50.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:41:49.909313+0000 mon.c (mon.2) 637 : audit [DBG] from='client.? 172.21.15.177:0/1515692658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:41:50.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:41:49.286037+0000 mgr.y (mgr.24491) 20688 : audit [DBG] from='client.46028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:50.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:41:49.565179+0000 mgr.y (mgr.24491) 20689 : audit [DBG] from='client.36126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:41:50.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:41:49.909313+0000 mon.c (mon.2) 637 : audit [DBG] from='client.? 172.21.15.177:0/1515692658' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:41:51.312 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:41:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:49.923033+0000 mgr.y (mgr.24491) 20690 : cluster [DBG] pgmap v18278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:49.923033+0000 mgr.y (mgr.24491) 20690 : cluster [DBG] pgmap v18278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:49.923033+0000 mgr.y (mgr.24491) 20690 : cluster [DBG] pgmap v18278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:51.923520+0000 mgr.y (mgr.24491) 20691 : cluster [DBG] pgmap v18279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:51.923520+0000 mgr.y (mgr.24491) 20691 : cluster [DBG] pgmap v18279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:51.923520+0000 mgr.y (mgr.24491) 20691 : cluster [DBG] pgmap v18279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:53.924024+0000 mgr.y (mgr.24491) 20692 : cluster [DBG] pgmap v18280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:53.924024+0000 mgr.y (mgr.24491) 20692 : cluster [DBG] pgmap v18280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:53.924024+0000 mgr.y (mgr.24491) 20692 : cluster [DBG] pgmap v18280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:55.924703+0000 mgr.y (mgr.24491) 20693 : cluster [DBG] pgmap v18281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:57.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:55.924703+0000 mgr.y (mgr.24491) 20693 : cluster [DBG] pgmap v18281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:55.924703+0000 mgr.y (mgr.24491) 20693 : cluster [DBG] pgmap v18281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:41:57] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T13:41:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:57.925287+0000 mgr.y (mgr.24491) 20694 : cluster [DBG] pgmap v18282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:41:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:57.925287+0000 mgr.y (mgr.24491) 20694 : cluster [DBG] pgmap v18282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:41:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:41:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:57.925287+0000 mgr.y (mgr.24491) 20694 : cluster [DBG] pgmap v18282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:01.331 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:42:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:41:59.926150+0000 mgr.y (mgr.24491) 20695 : cluster [DBG] pgmap v18283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:01.226203+0000 mon.a (mon.0) 4218 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:42:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:41:59.926150+0000 mgr.y (mgr.24491) 20695 : cluster [DBG] pgmap v18283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:01.226203+0000 mon.a (mon.0) 4218 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:42:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:41:59.926150+0000 mgr.y (mgr.24491) 20695 : cluster [DBG] pgmap v18283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:01.226203+0000 mon.a (mon.0) 4218 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:42:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:01.522307+0000 mon.a (mon.0) 4219 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:01.522914+0000 mon.a (mon.0) 4220 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:01.523448+0000 mon.a (mon.0) 4221 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:01.523954+0000 mon.a (mon.0) 4222 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T13:42:01.524375+0000 mgr.y (mgr.24491) 20696 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T13:42:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:01.528380+0000 mon.a (mon.0) 4223 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:42:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:01.529668+0000 mon.a (mon.0) 4224 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:42:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:01.530196+0000 mon.a (mon.0) 4225 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:42:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:01.534063+0000 mon.a (mon.0) 4226 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:42:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:01.522307+0000 mon.a (mon.0) 4219 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:01.522914+0000 mon.a (mon.0) 4220 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:01.523448+0000 mon.a (mon.0) 4221 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:01.523954+0000 mon.a (mon.0) 4222 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T13:42:01.524375+0000 mgr.y (mgr.24491) 20696 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T13:42:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:01.528380+0000 mon.a (mon.0) 4223 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:42:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:01.529668+0000 mon.a (mon.0) 4224 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:42:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:01.530196+0000 mon.a (mon.0) 4225 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:42:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:01.534063+0000 mon.a (mon.0) 4226 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:42:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:01.522307+0000 mon.a (mon.0) 4219 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:01.522914+0000 mon.a (mon.0) 4220 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:01.523448+0000 mon.a (mon.0) 4221 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:01.523954+0000 mon.a (mon.0) 4222 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:42:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T13:42:01.524375+0000 mgr.y (mgr.24491) 20696 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2469M 2024-04-20T13:42:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:01.528380+0000 mon.a (mon.0) 4223 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:42:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:01.529668+0000 mon.a (mon.0) 4224 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:42:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:01.530196+0000 mon.a (mon.0) 4225 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:42:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:01.534063+0000 mon.a (mon.0) 4226 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:42:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:01.926481+0000 mgr.y (mgr.24491) 20697 : cluster [DBG] pgmap v18284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:01.926481+0000 mgr.y (mgr.24491) 20697 : cluster [DBG] pgmap v18284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:01.926481+0000 mgr.y (mgr.24491) 20697 : cluster [DBG] pgmap v18284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:03.926965+0000 mgr.y (mgr.24491) 20698 : cluster [DBG] pgmap v18285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:03.926965+0000 mgr.y (mgr.24491) 20698 : cluster [DBG] pgmap v18285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:03.926965+0000 mgr.y (mgr.24491) 20698 : cluster [DBG] pgmap v18285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:42:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:05.927713+0000 mgr.y (mgr.24491) 20699 : cluster [DBG] pgmap v18286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:05.927713+0000 mgr.y (mgr.24491) 20699 : cluster [DBG] pgmap v18286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:05.927713+0000 mgr.y (mgr.24491) 20699 : cluster [DBG] pgmap v18286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:07.928282+0000 mgr.y (mgr.24491) 20700 : cluster [DBG] pgmap v18287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:07.928282+0000 mgr.y (mgr.24491) 20700 : cluster [DBG] pgmap v18287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:07.928282+0000 mgr.y (mgr.24491) 20700 : cluster [DBG] pgmap v18287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:42:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:09.928913+0000 mgr.y (mgr.24491) 20701 : cluster [DBG] pgmap v18288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:09.928913+0000 mgr.y (mgr.24491) 20701 : cluster [DBG] pgmap v18288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:09.928913+0000 mgr.y (mgr.24491) 20701 : cluster [DBG] pgmap v18288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:11.929446+0000 mgr.y (mgr.24491) 20702 : cluster [DBG] pgmap v18289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:11.929446+0000 mgr.y (mgr.24491) 20702 : cluster [DBG] pgmap v18289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:11.929446+0000 mgr.y (mgr.24491) 20702 : cluster [DBG] pgmap v18289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:13.930003+0000 mgr.y (mgr.24491) 20703 : cluster [DBG] pgmap v18290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:13.930003+0000 mgr.y (mgr.24491) 20703 : cluster [DBG] pgmap v18290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:13.930003+0000 mgr.y (mgr.24491) 20703 : cluster [DBG] pgmap v18290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:17] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:42:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:15.930676+0000 mgr.y (mgr.24491) 20704 : cluster [DBG] pgmap v18291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:15.930676+0000 mgr.y (mgr.24491) 20704 : cluster [DBG] pgmap v18291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:15.930676+0000 mgr.y (mgr.24491) 20704 : cluster [DBG] pgmap v18291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:17.931149+0000 mgr.y (mgr.24491) 20705 : cluster [DBG] pgmap v18292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:17.931149+0000 mgr.y (mgr.24491) 20705 : cluster [DBG] pgmap v18292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:17.931149+0000 mgr.y (mgr.24491) 20705 : cluster [DBG] pgmap v18292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:20.220 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:42:20.496 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:42:20.496 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 8m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:42:20.496 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:42:20.496 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 8m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:42:20.496 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 8m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:42:20.497 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:42:20.497 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 8m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:42:20.497 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 8m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:42:20.497 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:42:20.497 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 8m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:42:20.497 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 8m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:42:20.497 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 8m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:42:20.497 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 8m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:42:20.497 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 8m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:42:20.497 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 8m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:42:20.497 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 8m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:42:20.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:42:20.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:42:20.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:42:20.498 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:42:20.498 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:42:20.832 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:42:20.832 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:42:20.832 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:42:20.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:42:20.834 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:42:20.834 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:42:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:42:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:19.931859+0000 mgr.y (mgr.24491) 20706 : cluster [DBG] pgmap v18293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:20.209694+0000 mgr.y (mgr.24491) 20707 : audit [DBG] from='client.36138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:20.490290+0000 mgr.y (mgr.24491) 20708 : audit [DBG] from='client.46052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:20.834261+0000 mon.a (mon.0) 4227 : audit [DBG] from='client.? 172.21.15.177:0/2042867094' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:42:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:19.931859+0000 mgr.y (mgr.24491) 20706 : cluster [DBG] pgmap v18293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:20.209694+0000 mgr.y (mgr.24491) 20707 : audit [DBG] from='client.36138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:20.490290+0000 mgr.y (mgr.24491) 20708 : audit [DBG] from='client.46052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:20.834261+0000 mon.a (mon.0) 4227 : audit [DBG] from='client.? 172.21.15.177:0/2042867094' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:42:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:19.931859+0000 mgr.y (mgr.24491) 20706 : cluster [DBG] pgmap v18293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:20.209694+0000 mgr.y (mgr.24491) 20707 : audit [DBG] from='client.36138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:20.490290+0000 mgr.y (mgr.24491) 20708 : audit [DBG] from='client.46052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:20.834261+0000 mon.a (mon.0) 4227 : audit [DBG] from='client.? 172.21.15.177:0/2042867094' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:42:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:21.932293+0000 mgr.y (mgr.24491) 20709 : cluster [DBG] pgmap v18294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:21.932293+0000 mgr.y (mgr.24491) 20709 : cluster [DBG] pgmap v18294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:21.932293+0000 mgr.y (mgr.24491) 20709 : cluster [DBG] pgmap v18294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:23.932765+0000 mgr.y (mgr.24491) 20710 : cluster [DBG] pgmap v18295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:23.932765+0000 mgr.y (mgr.24491) 20710 : cluster [DBG] pgmap v18295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:23.932765+0000 mgr.y (mgr.24491) 20710 : cluster [DBG] pgmap v18295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:27] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:42:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:25.933487+0000 mgr.y (mgr.24491) 20711 : cluster [DBG] pgmap v18296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:25.933487+0000 mgr.y (mgr.24491) 20711 : cluster [DBG] pgmap v18296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:25.933487+0000 mgr.y (mgr.24491) 20711 : cluster [DBG] pgmap v18296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:27.934053+0000 mgr.y (mgr.24491) 20712 : cluster [DBG] pgmap v18297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:27.934053+0000 mgr.y (mgr.24491) 20712 : cluster [DBG] pgmap v18297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:27.934053+0000 mgr.y (mgr.24491) 20712 : cluster [DBG] pgmap v18297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:42:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:29.934864+0000 mgr.y (mgr.24491) 20713 : cluster [DBG] pgmap v18298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:29.934864+0000 mgr.y (mgr.24491) 20713 : cluster [DBG] pgmap v18298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:29.934864+0000 mgr.y (mgr.24491) 20713 : cluster [DBG] pgmap v18298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:31.935193+0000 mgr.y (mgr.24491) 20714 : cluster [DBG] pgmap v18299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:31.935193+0000 mgr.y (mgr.24491) 20714 : cluster [DBG] pgmap v18299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:31.935193+0000 mgr.y (mgr.24491) 20714 : cluster [DBG] pgmap v18299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:33.935560+0000 mgr.y (mgr.24491) 20715 : cluster [DBG] pgmap v18300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:33.935560+0000 mgr.y (mgr.24491) 20715 : cluster [DBG] pgmap v18300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:33.935560+0000 mgr.y (mgr.24491) 20715 : cluster [DBG] pgmap v18300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:42:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:35.936256+0000 mgr.y (mgr.24491) 20716 : cluster [DBG] pgmap v18301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:35.936256+0000 mgr.y (mgr.24491) 20716 : cluster [DBG] pgmap v18301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:35.936256+0000 mgr.y (mgr.24491) 20716 : cluster [DBG] pgmap v18301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:37.936835+0000 mgr.y (mgr.24491) 20717 : cluster [DBG] pgmap v18302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:37.936835+0000 mgr.y (mgr.24491) 20717 : cluster [DBG] pgmap v18302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:37.936835+0000 mgr.y (mgr.24491) 20717 : cluster [DBG] pgmap v18302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:42:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:39.937526+0000 mgr.y (mgr.24491) 20718 : cluster [DBG] pgmap v18303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:39.937526+0000 mgr.y (mgr.24491) 20718 : cluster [DBG] pgmap v18303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:39.937526+0000 mgr.y (mgr.24491) 20718 : cluster [DBG] pgmap v18303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:41.937918+0000 mgr.y (mgr.24491) 20719 : cluster [DBG] pgmap v18304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:41.937918+0000 mgr.y (mgr.24491) 20719 : cluster [DBG] pgmap v18304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:41.937918+0000 mgr.y (mgr.24491) 20719 : cluster [DBG] pgmap v18304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:43.938473+0000 mgr.y (mgr.24491) 20720 : cluster [DBG] pgmap v18305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:43.938473+0000 mgr.y (mgr.24491) 20720 : cluster [DBG] pgmap v18305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:43.938473+0000 mgr.y (mgr.24491) 20720 : cluster [DBG] pgmap v18305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:42:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:45.939310+0000 mgr.y (mgr.24491) 20721 : cluster [DBG] pgmap v18306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:45.939310+0000 mgr.y (mgr.24491) 20721 : cluster [DBG] pgmap v18306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:45.939310+0000 mgr.y (mgr.24491) 20721 : cluster [DBG] pgmap v18306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:47.939878+0000 mgr.y (mgr.24491) 20722 : cluster [DBG] pgmap v18307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:47.939878+0000 mgr.y (mgr.24491) 20722 : cluster [DBG] pgmap v18307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:47.939878+0000 mgr.y (mgr.24491) 20722 : cluster [DBG] pgmap v18307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:51.142 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:42:51.420 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:42:51.421 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 9m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:42:51.421 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:42:51.421 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:42:51.421 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 8m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:42:51.421 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:42:51.421 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:42:51.421 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:42:51.421 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:42:51.422 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:42:51.422 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:42:51.422 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 8m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:42:51.422 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:42:51.422 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:42:51.422 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:42:51.422 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:42:51.423 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:42:51.423 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:42:51.423 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:42:51.423 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:42:51.423 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:42:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:42:51.754 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:42:51.754 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:42:51.755 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:42:51.756 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:42:51.756 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:42:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:49.940761+0000 mgr.y (mgr.24491) 20723 : cluster [DBG] pgmap v18308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:49.940761+0000 mgr.y (mgr.24491) 20723 : cluster [DBG] pgmap v18308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:49.940761+0000 mgr.y (mgr.24491) 20723 : cluster [DBG] pgmap v18308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:51.132197+0000 mgr.y (mgr.24491) 20724 : audit [DBG] from='client.46064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:51.413626+0000 mgr.y (mgr.24491) 20725 : audit [DBG] from='client.36162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:42:51.756351+0000 mon.a (mon.0) 4228 : audit [DBG] from='client.? 172.21.15.177:0/3258702002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:42:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:51.132197+0000 mgr.y (mgr.24491) 20724 : audit [DBG] from='client.46064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:51.413626+0000 mgr.y (mgr.24491) 20725 : audit [DBG] from='client.36162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:52.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:42:51.756351+0000 mon.a (mon.0) 4228 : audit [DBG] from='client.? 172.21.15.177:0/3258702002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:42:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:51.132197+0000 mgr.y (mgr.24491) 20724 : audit [DBG] from='client.46064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:51.413626+0000 mgr.y (mgr.24491) 20725 : audit [DBG] from='client.36162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:42:52.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:42:51.756351+0000 mon.a (mon.0) 4228 : audit [DBG] from='client.? 172.21.15.177:0/3258702002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:42:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:51.941214+0000 mgr.y (mgr.24491) 20726 : cluster [DBG] pgmap v18309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:51.941214+0000 mgr.y (mgr.24491) 20726 : cluster [DBG] pgmap v18309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:51.941214+0000 mgr.y (mgr.24491) 20726 : cluster [DBG] pgmap v18309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:53.941607+0000 mgr.y (mgr.24491) 20727 : cluster [DBG] pgmap v18310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:53.941607+0000 mgr.y (mgr.24491) 20727 : cluster [DBG] pgmap v18310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:53.941607+0000 mgr.y (mgr.24491) 20727 : cluster [DBG] pgmap v18310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:42:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:42:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:55.942448+0000 mgr.y (mgr.24491) 20728 : cluster [DBG] pgmap v18311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:55.942448+0000 mgr.y (mgr.24491) 20728 : cluster [DBG] pgmap v18311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:55.942448+0000 mgr.y (mgr.24491) 20728 : cluster [DBG] pgmap v18311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:57.942819+0000 mgr.y (mgr.24491) 20729 : cluster [DBG] pgmap v18312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:42:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:57.942819+0000 mgr.y (mgr.24491) 20729 : cluster [DBG] pgmap v18312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:42:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:42:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:57.942819+0000 mgr.y (mgr.24491) 20729 : cluster [DBG] pgmap v18312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:43:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:42:59.943453+0000 mgr.y (mgr.24491) 20730 : cluster [DBG] pgmap v18313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:43:01.538205+0000 mon.a (mon.0) 4229 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:43:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:42:59.943453+0000 mgr.y (mgr.24491) 20730 : cluster [DBG] pgmap v18313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:43:01.538205+0000 mon.a (mon.0) 4229 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:43:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:42:59.943453+0000 mgr.y (mgr.24491) 20730 : cluster [DBG] pgmap v18313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:43:01.538205+0000 mon.a (mon.0) 4229 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:43:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:43:01.830876+0000 mon.a (mon.0) 4230 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:43:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:43:01.831478+0000 mon.a (mon.0) 4231 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:43:02.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:43:01.835935+0000 mon.a (mon.0) 4232 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:43:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:43:01.830876+0000 mon.a (mon.0) 4230 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:43:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:43:01.831478+0000 mon.a (mon.0) 4231 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:43:02.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:43:01.835935+0000 mon.a (mon.0) 4232 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:43:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:43:01.830876+0000 mon.a (mon.0) 4230 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:43:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:43:01.831478+0000 mon.a (mon.0) 4231 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:43:02.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:43:01.835935+0000 mon.a (mon.0) 4232 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:43:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:01.943781+0000 mgr.y (mgr.24491) 20731 : cluster [DBG] pgmap v18314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:01.943781+0000 mgr.y (mgr.24491) 20731 : cluster [DBG] pgmap v18314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:01.943781+0000 mgr.y (mgr.24491) 20731 : cluster [DBG] pgmap v18314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:03.944279+0000 mgr.y (mgr.24491) 20732 : cluster [DBG] pgmap v18315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:03.944279+0000 mgr.y (mgr.24491) 20732 : cluster [DBG] pgmap v18315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:03.944279+0000 mgr.y (mgr.24491) 20732 : cluster [DBG] pgmap v18315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:05.945181+0000 mgr.y (mgr.24491) 20733 : cluster [DBG] pgmap v18316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:05.945181+0000 mgr.y (mgr.24491) 20733 : cluster [DBG] pgmap v18316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:43:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:05.945181+0000 mgr.y (mgr.24491) 20733 : cluster [DBG] pgmap v18316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:07.945559+0000 mgr.y (mgr.24491) 20734 : cluster [DBG] pgmap v18317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:07.945559+0000 mgr.y (mgr.24491) 20734 : cluster [DBG] pgmap v18317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:07.945559+0000 mgr.y (mgr.24491) 20734 : cluster [DBG] pgmap v18317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:43:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:09.946273+0000 mgr.y (mgr.24491) 20735 : cluster [DBG] pgmap v18318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:09.946273+0000 mgr.y (mgr.24491) 20735 : cluster [DBG] pgmap v18318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:09.946273+0000 mgr.y (mgr.24491) 20735 : cluster [DBG] pgmap v18318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:11.946755+0000 mgr.y (mgr.24491) 20736 : cluster [DBG] pgmap v18319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:11.946755+0000 mgr.y (mgr.24491) 20736 : cluster [DBG] pgmap v18319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:11.946755+0000 mgr.y (mgr.24491) 20736 : cluster [DBG] pgmap v18319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:13.947145+0000 mgr.y (mgr.24491) 20737 : cluster [DBG] pgmap v18320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:13.947145+0000 mgr.y (mgr.24491) 20737 : cluster [DBG] pgmap v18320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:13.947145+0000 mgr.y (mgr.24491) 20737 : cluster [DBG] pgmap v18320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:15.947810+0000 mgr.y (mgr.24491) 20738 : cluster [DBG] pgmap v18321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:15.947810+0000 mgr.y (mgr.24491) 20738 : cluster [DBG] pgmap v18321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:43:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:15.947810+0000 mgr.y (mgr.24491) 20738 : cluster [DBG] pgmap v18321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:17.948347+0000 mgr.y (mgr.24491) 20739 : cluster [DBG] pgmap v18322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:17.948347+0000 mgr.y (mgr.24491) 20739 : cluster [DBG] pgmap v18322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:17.948347+0000 mgr.y (mgr.24491) 20739 : cluster [DBG] pgmap v18322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:43:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:19.949172+0000 mgr.y (mgr.24491) 20740 : cluster [DBG] pgmap v18323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:22.069 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:43:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:19.949172+0000 mgr.y (mgr.24491) 20740 : cluster [DBG] pgmap v18323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:19.949172+0000 mgr.y (mgr.24491) 20740 : cluster [DBG] pgmap v18323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:22.345 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:43:22.345 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 9m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:43:22.345 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 9m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:43:22.345 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:43:22.345 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 9m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:43:22.345 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 9m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:43:22.345 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 9m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 9m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 9m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 9m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 9m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 9m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:43:22.346 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 9m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:43:22.692 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:43:22.692 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:43:22.692 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:43:22.692 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:43:22.692 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:43:22.692 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:43:22.692 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:43:22.692 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:43:22.692 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:43:22.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:43:22.693 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:43:22.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:43:22.693 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:43:22.693 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:43:22.693 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:43:22.693 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:43:22.693 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:43:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:21.949539+0000 mgr.y (mgr.24491) 20741 : cluster [DBG] pgmap v18324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:43:22.058770+0000 mgr.y (mgr.24491) 20742 : audit [DBG] from='client.46082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:43:22.339286+0000 mgr.y (mgr.24491) 20743 : audit [DBG] from='client.36180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:43:22.693732+0000 mon.c (mon.2) 638 : audit [DBG] from='client.? 172.21.15.177:0/549356809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:43:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:21.949539+0000 mgr.y (mgr.24491) 20741 : cluster [DBG] pgmap v18324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:43:22.058770+0000 mgr.y (mgr.24491) 20742 : audit [DBG] from='client.46082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:43:22.339286+0000 mgr.y (mgr.24491) 20743 : audit [DBG] from='client.36180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:43:22.693732+0000 mon.c (mon.2) 638 : audit [DBG] from='client.? 172.21.15.177:0/549356809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:43:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:21.949539+0000 mgr.y (mgr.24491) 20741 : cluster [DBG] pgmap v18324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:43:22.058770+0000 mgr.y (mgr.24491) 20742 : audit [DBG] from='client.46082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:43:22.339286+0000 mgr.y (mgr.24491) 20743 : audit [DBG] from='client.36180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:43:22.693732+0000 mon.c (mon.2) 638 : audit [DBG] from='client.? 172.21.15.177:0/549356809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:43:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:23.950084+0000 mgr.y (mgr.24491) 20744 : cluster [DBG] pgmap v18325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:23.950084+0000 mgr.y (mgr.24491) 20744 : cluster [DBG] pgmap v18325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:23.950084+0000 mgr.y (mgr.24491) 20744 : cluster [DBG] pgmap v18325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:25.950876+0000 mgr.y (mgr.24491) 20745 : cluster [DBG] pgmap v18326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:25.950876+0000 mgr.y (mgr.24491) 20745 : cluster [DBG] pgmap v18326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:43:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:25.950876+0000 mgr.y (mgr.24491) 20745 : cluster [DBG] pgmap v18326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:27.951288+0000 mgr.y (mgr.24491) 20746 : cluster [DBG] pgmap v18327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:30.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:27.951288+0000 mgr.y (mgr.24491) 20746 : cluster [DBG] pgmap v18327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:27.951288+0000 mgr.y (mgr.24491) 20746 : cluster [DBG] pgmap v18327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:43:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:29.952074+0000 mgr.y (mgr.24491) 20747 : cluster [DBG] pgmap v18328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:29.952074+0000 mgr.y (mgr.24491) 20747 : cluster [DBG] pgmap v18328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:29.952074+0000 mgr.y (mgr.24491) 20747 : cluster [DBG] pgmap v18328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:31.952542+0000 mgr.y (mgr.24491) 20748 : cluster [DBG] pgmap v18329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:31.952542+0000 mgr.y (mgr.24491) 20748 : cluster [DBG] pgmap v18329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:31.952542+0000 mgr.y (mgr.24491) 20748 : cluster [DBG] pgmap v18329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:33.953013+0000 mgr.y (mgr.24491) 20749 : cluster [DBG] pgmap v18330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:33.953013+0000 mgr.y (mgr.24491) 20749 : cluster [DBG] pgmap v18330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:33.953013+0000 mgr.y (mgr.24491) 20749 : cluster [DBG] pgmap v18330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:35.953668+0000 mgr.y (mgr.24491) 20750 : cluster [DBG] pgmap v18331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:35.953668+0000 mgr.y (mgr.24491) 20750 : cluster [DBG] pgmap v18331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:43:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:35.953668+0000 mgr.y (mgr.24491) 20750 : cluster [DBG] pgmap v18331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:37.954246+0000 mgr.y (mgr.24491) 20751 : cluster [DBG] pgmap v18332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:37.954246+0000 mgr.y (mgr.24491) 20751 : cluster [DBG] pgmap v18332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:37.954246+0000 mgr.y (mgr.24491) 20751 : cluster [DBG] pgmap v18332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:43:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:39.955163+0000 mgr.y (mgr.24491) 20752 : cluster [DBG] pgmap v18333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:39.955163+0000 mgr.y (mgr.24491) 20752 : cluster [DBG] pgmap v18333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:39.955163+0000 mgr.y (mgr.24491) 20752 : cluster [DBG] pgmap v18333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:41.955572+0000 mgr.y (mgr.24491) 20753 : cluster [DBG] pgmap v18334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:41.955572+0000 mgr.y (mgr.24491) 20753 : cluster [DBG] pgmap v18334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:41.955572+0000 mgr.y (mgr.24491) 20753 : cluster [DBG] pgmap v18334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:43.955961+0000 mgr.y (mgr.24491) 20754 : cluster [DBG] pgmap v18335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:43.955961+0000 mgr.y (mgr.24491) 20754 : cluster [DBG] pgmap v18335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:43.955961+0000 mgr.y (mgr.24491) 20754 : cluster [DBG] pgmap v18335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:45.956774+0000 mgr.y (mgr.24491) 20755 : cluster [DBG] pgmap v18336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:45.956774+0000 mgr.y (mgr.24491) 20755 : cluster [DBG] pgmap v18336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:47] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:43:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:45.956774+0000 mgr.y (mgr.24491) 20755 : cluster [DBG] pgmap v18336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:47.957358+0000 mgr.y (mgr.24491) 20756 : cluster [DBG] pgmap v18337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:47.957358+0000 mgr.y (mgr.24491) 20756 : cluster [DBG] pgmap v18337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:47.957358+0000 mgr.y (mgr.24491) 20756 : cluster [DBG] pgmap v18337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:43:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:49.957991+0000 mgr.y (mgr.24491) 20757 : cluster [DBG] pgmap v18338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:49.957991+0000 mgr.y (mgr.24491) 20757 : cluster [DBG] pgmap v18338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:49.957991+0000 mgr.y (mgr.24491) 20757 : cluster [DBG] pgmap v18338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:53.008 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:43:53.285 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:43:53.285 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 10m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:43:53.285 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 10m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:43:53.285 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 10m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:43:53.285 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 10m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:43:53.285 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 10m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:43:53.285 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 10m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:43:53.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 10m ago 10h 1101M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:43:53.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 10m ago 10h 883M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:43:53.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 10m ago 10h 889M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:43:53.286 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 10m ago 10h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:43:53.286 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 10m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:43:53.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 10m ago 10h 46.9M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:43:53.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 10m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:43:53.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 10m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:43:53.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 10m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:43:53.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 10m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:43:53.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 10m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:43:53.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 10m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:43:53.287 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 10m ago 10h 45.2M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:43:53.287 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 10m ago 10h 111M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:43:53.615 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:43:53.616 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:43:53.616 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:43:53.616 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:43:53.616 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:43:53.616 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:43:53.616 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:43:53.616 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:43:53.616 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:43:53.616 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:43:53.617 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:43:53.617 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:43:53.617 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:43:53.617 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:43:53.617 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:43:53.617 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:43:53.617 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:43:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:51.958487+0000 mgr.y (mgr.24491) 20758 : cluster [DBG] pgmap v18339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:43:53.617499+0000 mon.c (mon.2) 639 : audit [DBG] from='client.? 172.21.15.177:0/2471238323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:43:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:51.958487+0000 mgr.y (mgr.24491) 20758 : cluster [DBG] pgmap v18339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:43:53.617499+0000 mon.c (mon.2) 639 : audit [DBG] from='client.? 172.21.15.177:0/2471238323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:43:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:51.958487+0000 mgr.y (mgr.24491) 20758 : cluster [DBG] pgmap v18339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:43:53.617499+0000 mon.c (mon.2) 639 : audit [DBG] from='client.? 172.21.15.177:0/2471238323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:43:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:43:52.997517+0000 mgr.y (mgr.24491) 20759 : audit [DBG] from='client.36192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:43:53.278850+0000 mgr.y (mgr.24491) 20760 : audit [DBG] from='client.46106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:43:52.997517+0000 mgr.y (mgr.24491) 20759 : audit [DBG] from='client.36192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:43:53.278850+0000 mgr.y (mgr.24491) 20760 : audit [DBG] from='client.46106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:43:52.997517+0000 mgr.y (mgr.24491) 20759 : audit [DBG] from='client.36192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:55.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:43:53.278850+0000 mgr.y (mgr.24491) 20760 : audit [DBG] from='client.46106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:43:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:53.959044+0000 mgr.y (mgr.24491) 20761 : cluster [DBG] pgmap v18340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:53.959044+0000 mgr.y (mgr.24491) 20761 : cluster [DBG] pgmap v18340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:53.959044+0000 mgr.y (mgr.24491) 20761 : cluster [DBG] pgmap v18340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:55.959736+0000 mgr.y (mgr.24491) 20762 : cluster [DBG] pgmap v18341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:43:57] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:43:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:55.959736+0000 mgr.y (mgr.24491) 20762 : cluster [DBG] pgmap v18341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:55.959736+0000 mgr.y (mgr.24491) 20762 : cluster [DBG] pgmap v18341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:59.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:43:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:57.960201+0000 mgr.y (mgr.24491) 20763 : cluster [DBG] pgmap v18342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:43:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:57.960201+0000 mgr.y (mgr.24491) 20763 : cluster [DBG] pgmap v18342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:43:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:43:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:57.960201+0000 mgr.y (mgr.24491) 20763 : cluster [DBG] pgmap v18342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:43:59.960842+0000 mgr.y (mgr.24491) 20764 : cluster [DBG] pgmap v18343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:43:59.960842+0000 mgr.y (mgr.24491) 20764 : cluster [DBG] pgmap v18343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:43:59.960842+0000 mgr.y (mgr.24491) 20764 : cluster [DBG] pgmap v18343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:44:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:01.840246+0000 mon.a (mon.0) 4233 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:44:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:01.840246+0000 mon.a (mon.0) 4233 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:44:02.439 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:01.840246+0000 mon.a (mon.0) 4233 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:44:03.292 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:01.961206+0000 mgr.y (mgr.24491) 20765 : cluster [DBG] pgmap v18344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:03.313 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:01.961206+0000 mgr.y (mgr.24491) 20765 : cluster [DBG] pgmap v18344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:03.313 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:01.961206+0000 mgr.y (mgr.24491) 20765 : cluster [DBG] pgmap v18344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:03.961655+0000 mgr.y (mgr.24491) 20766 : cluster [DBG] pgmap v18345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:04.477388+0000 mon.a (mon.0) 4234 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:44:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:05.128425+0000 mon.a (mon.0) 4235 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:44:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:05.396553+0000 mon.a (mon.0) 4236 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:44:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:05.397358+0000 mon.a (mon.0) 4237 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:44:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:05.402348+0000 mon.a (mon.0) 4238 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:44:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:03.961655+0000 mgr.y (mgr.24491) 20766 : cluster [DBG] pgmap v18345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:04.477388+0000 mon.a (mon.0) 4234 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:44:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:05.128425+0000 mon.a (mon.0) 4235 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:44:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:05.396553+0000 mon.a (mon.0) 4236 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:44:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:05.397358+0000 mon.a (mon.0) 4237 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:44:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:05.402348+0000 mon.a (mon.0) 4238 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:44:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:03.961655+0000 mgr.y (mgr.24491) 20766 : cluster [DBG] pgmap v18345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:04.477388+0000 mon.a (mon.0) 4234 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:44:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:05.128425+0000 mon.a (mon.0) 4235 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:44:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:05.396553+0000 mon.a (mon.0) 4236 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:44:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:05.397358+0000 mon.a (mon.0) 4237 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:44:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:05.402348+0000 mon.a (mon.0) 4238 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:44:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:05.962586+0000 mgr.y (mgr.24491) 20767 : cluster [DBG] pgmap v18346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:05.962586+0000 mgr.y (mgr.24491) 20767 : cluster [DBG] pgmap v18346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:05.962586+0000 mgr.y (mgr.24491) 20767 : cluster [DBG] pgmap v18346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:07] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:44:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:07.963059+0000 mgr.y (mgr.24491) 20768 : cluster [DBG] pgmap v18347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:07.963059+0000 mgr.y (mgr.24491) 20768 : cluster [DBG] pgmap v18347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:07.963059+0000 mgr.y (mgr.24491) 20768 : cluster [DBG] pgmap v18347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:11.484 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:44:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:09.963735+0000 mgr.y (mgr.24491) 20769 : cluster [DBG] pgmap v18348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:09.963735+0000 mgr.y (mgr.24491) 20769 : cluster [DBG] pgmap v18348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:09.963735+0000 mgr.y (mgr.24491) 20769 : cluster [DBG] pgmap v18348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:11.964100+0000 mgr.y (mgr.24491) 20770 : cluster [DBG] pgmap v18349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:11.964100+0000 mgr.y (mgr.24491) 20770 : cluster [DBG] pgmap v18349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:11.964100+0000 mgr.y (mgr.24491) 20770 : cluster [DBG] pgmap v18349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:13.964552+0000 mgr.y (mgr.24491) 20771 : cluster [DBG] pgmap v18350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:13.964552+0000 mgr.y (mgr.24491) 20771 : cluster [DBG] pgmap v18350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:13.964552+0000 mgr.y (mgr.24491) 20771 : cluster [DBG] pgmap v18350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:15.965194+0000 mgr.y (mgr.24491) 20772 : cluster [DBG] pgmap v18351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:44:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:15.965194+0000 mgr.y (mgr.24491) 20772 : cluster [DBG] pgmap v18351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:15.965194+0000 mgr.y (mgr.24491) 20772 : cluster [DBG] pgmap v18351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:17.965617+0000 mgr.y (mgr.24491) 20773 : cluster [DBG] pgmap v18352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:17.965617+0000 mgr.y (mgr.24491) 20773 : cluster [DBG] pgmap v18352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:17.965617+0000 mgr.y (mgr.24491) 20773 : cluster [DBG] pgmap v18352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:44:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:19.966282+0000 mgr.y (mgr.24491) 20774 : cluster [DBG] pgmap v18353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:19.966282+0000 mgr.y (mgr.24491) 20774 : cluster [DBG] pgmap v18353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:19.966282+0000 mgr.y (mgr.24491) 20774 : cluster [DBG] pgmap v18353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:21.966769+0000 mgr.y (mgr.24491) 20775 : cluster [DBG] pgmap v18354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:21.966769+0000 mgr.y (mgr.24491) 20775 : cluster [DBG] pgmap v18354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:23.928 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:44:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:21.966769+0000 mgr.y (mgr.24491) 20775 : cluster [DBG] pgmap v18354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:24.206 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:44:24.206 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 19s ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:44:24.206 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 19s ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:44:24.206 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 19s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:44:24.206 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 19s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:44:24.206 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 19s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:44:24.206 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 19s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:44:24.206 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 19s ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:44:24.206 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 19s ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:44:24.206 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 19s ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:44:24.206 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 19s ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:44:24.207 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 19s ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:44:24.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 19s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:44:24.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 19s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:44:24.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 19s ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:44:24.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 19s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:44:24.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 19s ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:44:24.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 19s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:44:24.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 19s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:44:24.207 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 19s ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:44:24.207 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 19s ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:44:24.541 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:44:24.541 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:44:24.541 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:44:24.541 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:44:24.541 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:44:24.541 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:44:24.541 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:44:24.541 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:44:24.541 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:44:24.542 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:44:24.542 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:44:24.542 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:44:24.542 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:44:24.542 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:44:24.542 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:44:24.542 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:44:24.542 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:44:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:23.918060+0000 mgr.y (mgr.24491) 20776 : audit [DBG] from='client.36210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:23.967193+0000 mgr.y (mgr.24491) 20777 : cluster [DBG] pgmap v18355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:24.199867+0000 mgr.y (mgr.24491) 20778 : audit [DBG] from='client.36216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:24.542981+0000 mon.c (mon.2) 640 : audit [DBG] from='client.? 172.21.15.177:0/2390278918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:44:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:23.918060+0000 mgr.y (mgr.24491) 20776 : audit [DBG] from='client.36210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:23.967193+0000 mgr.y (mgr.24491) 20777 : cluster [DBG] pgmap v18355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:24.199867+0000 mgr.y (mgr.24491) 20778 : audit [DBG] from='client.36216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:24.542981+0000 mon.c (mon.2) 640 : audit [DBG] from='client.? 172.21.15.177:0/2390278918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:44:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:23.918060+0000 mgr.y (mgr.24491) 20776 : audit [DBG] from='client.36210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:23.967193+0000 mgr.y (mgr.24491) 20777 : cluster [DBG] pgmap v18355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:24.199867+0000 mgr.y (mgr.24491) 20778 : audit [DBG] from='client.36216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:24.542981+0000 mon.c (mon.2) 640 : audit [DBG] from='client.? 172.21.15.177:0/2390278918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:44:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:44:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:25.968063+0000 mgr.y (mgr.24491) 20779 : cluster [DBG] pgmap v18356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:25.968063+0000 mgr.y (mgr.24491) 20779 : cluster [DBG] pgmap v18356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:25.968063+0000 mgr.y (mgr.24491) 20779 : cluster [DBG] pgmap v18356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:27.968456+0000 mgr.y (mgr.24491) 20780 : cluster [DBG] pgmap v18357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:27.968456+0000 mgr.y (mgr.24491) 20780 : cluster [DBG] pgmap v18357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:27.968456+0000 mgr.y (mgr.24491) 20780 : cluster [DBG] pgmap v18357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:44:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:29.969217+0000 mgr.y (mgr.24491) 20781 : cluster [DBG] pgmap v18358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:29.969217+0000 mgr.y (mgr.24491) 20781 : cluster [DBG] pgmap v18358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:29.969217+0000 mgr.y (mgr.24491) 20781 : cluster [DBG] pgmap v18358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:31.969650+0000 mgr.y (mgr.24491) 20782 : cluster [DBG] pgmap v18359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:31.969650+0000 mgr.y (mgr.24491) 20782 : cluster [DBG] pgmap v18359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:31.969650+0000 mgr.y (mgr.24491) 20782 : cluster [DBG] pgmap v18359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:33.970109+0000 mgr.y (mgr.24491) 20783 : cluster [DBG] pgmap v18360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:33.970109+0000 mgr.y (mgr.24491) 20783 : cluster [DBG] pgmap v18360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:33.970109+0000 mgr.y (mgr.24491) 20783 : cluster [DBG] pgmap v18360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:44:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:35.971036+0000 mgr.y (mgr.24491) 20784 : cluster [DBG] pgmap v18361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:35.971036+0000 mgr.y (mgr.24491) 20784 : cluster [DBG] pgmap v18361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:35.971036+0000 mgr.y (mgr.24491) 20784 : cluster [DBG] pgmap v18361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:37.971517+0000 mgr.y (mgr.24491) 20785 : cluster [DBG] pgmap v18362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:37.971517+0000 mgr.y (mgr.24491) 20785 : cluster [DBG] pgmap v18362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:37.971517+0000 mgr.y (mgr.24491) 20785 : cluster [DBG] pgmap v18362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:44:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:39.972235+0000 mgr.y (mgr.24491) 20786 : cluster [DBG] pgmap v18363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:39.972235+0000 mgr.y (mgr.24491) 20786 : cluster [DBG] pgmap v18363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:39.972235+0000 mgr.y (mgr.24491) 20786 : cluster [DBG] pgmap v18363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:41.972863+0000 mgr.y (mgr.24491) 20787 : cluster [DBG] pgmap v18364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:41.972863+0000 mgr.y (mgr.24491) 20787 : cluster [DBG] pgmap v18364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:41.972863+0000 mgr.y (mgr.24491) 20787 : cluster [DBG] pgmap v18364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:43.973317+0000 mgr.y (mgr.24491) 20788 : cluster [DBG] pgmap v18365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:43.973317+0000 mgr.y (mgr.24491) 20788 : cluster [DBG] pgmap v18365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:43.973317+0000 mgr.y (mgr.24491) 20788 : cluster [DBG] pgmap v18365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:45.974036+0000 mgr.y (mgr.24491) 20789 : cluster [DBG] pgmap v18366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:44:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:45.974036+0000 mgr.y (mgr.24491) 20789 : cluster [DBG] pgmap v18366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:48.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:45.974036+0000 mgr.y (mgr.24491) 20789 : cluster [DBG] pgmap v18366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:47.974435+0000 mgr.y (mgr.24491) 20790 : cluster [DBG] pgmap v18367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:47.974435+0000 mgr.y (mgr.24491) 20790 : cluster [DBG] pgmap v18367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:47.974435+0000 mgr.y (mgr.24491) 20790 : cluster [DBG] pgmap v18367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:44:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:49.975127+0000 mgr.y (mgr.24491) 20791 : cluster [DBG] pgmap v18368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:49.975127+0000 mgr.y (mgr.24491) 20791 : cluster [DBG] pgmap v18368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:49.975127+0000 mgr.y (mgr.24491) 20791 : cluster [DBG] pgmap v18368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:51.975702+0000 mgr.y (mgr.24491) 20792 : cluster [DBG] pgmap v18369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:51.975702+0000 mgr.y (mgr.24491) 20792 : cluster [DBG] pgmap v18369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:51.975702+0000 mgr.y (mgr.24491) 20792 : cluster [DBG] pgmap v18369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:54.851 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:44:55.125 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:44:55.125 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 50s ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 49s ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 50s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 49s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 49s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 50s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 50s ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 50s ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 50s ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 50s ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 49s ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 50s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:44:55.126 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 50s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:44:55.127 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 50s ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:44:55.127 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 50s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:44:55.127 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 49s ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:44:55.127 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 49s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:44:55.127 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 49s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:44:55.127 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 49s ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:44:55.127 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 49s ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:44:55.457 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:44:55.457 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:44:55.457 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:44:55.457 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:44:55.457 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:44:55.457 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:44:55.457 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:44:55.457 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:44:55.457 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:44:55.457 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:44:55.457 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:44:55.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:44:55.458 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:44:55.458 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:44:55.458 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:44:55.458 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:44:55.458 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:44:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:53.976185+0000 mgr.y (mgr.24491) 20793 : cluster [DBG] pgmap v18370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:55.458983+0000 mon.c (mon.2) 641 : audit [DBG] from='client.? 172.21.15.177:0/3653018029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:44:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:53.976185+0000 mgr.y (mgr.24491) 20793 : cluster [DBG] pgmap v18370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:55.458983+0000 mon.c (mon.2) 641 : audit [DBG] from='client.? 172.21.15.177:0/3653018029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:44:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:53.976185+0000 mgr.y (mgr.24491) 20793 : cluster [DBG] pgmap v18370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:55.458983+0000 mon.c (mon.2) 641 : audit [DBG] from='client.? 172.21.15.177:0/3653018029' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:44:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:54.840967+0000 mgr.y (mgr.24491) 20794 : audit [DBG] from='client.46136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:44:55.119769+0000 mgr.y (mgr.24491) 20795 : audit [DBG] from='client.46142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:54.840967+0000 mgr.y (mgr.24491) 20794 : audit [DBG] from='client.46136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:44:55.119769+0000 mgr.y (mgr.24491) 20795 : audit [DBG] from='client.46142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:54.840967+0000 mgr.y (mgr.24491) 20794 : audit [DBG] from='client.46136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:56.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:44:55.119769+0000 mgr.y (mgr.24491) 20795 : audit [DBG] from='client.46142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:44:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:44:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:44:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:55.976911+0000 mgr.y (mgr.24491) 20796 : cluster [DBG] pgmap v18371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:55.976911+0000 mgr.y (mgr.24491) 20796 : cluster [DBG] pgmap v18371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:55.976911+0000 mgr.y (mgr.24491) 20796 : cluster [DBG] pgmap v18371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:57.977423+0000 mgr.y (mgr.24491) 20797 : cluster [DBG] pgmap v18372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:57.977423+0000 mgr.y (mgr.24491) 20797 : cluster [DBG] pgmap v18372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:44:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:44:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:57.977423+0000 mgr.y (mgr.24491) 20797 : cluster [DBG] pgmap v18372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:01.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:45:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:44:59.978174+0000 mgr.y (mgr.24491) 20798 : cluster [DBG] pgmap v18373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:44:59.978174+0000 mgr.y (mgr.24491) 20798 : cluster [DBG] pgmap v18373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:44:59.978174+0000 mgr.y (mgr.24491) 20798 : cluster [DBG] pgmap v18373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:01.978565+0000 mgr.y (mgr.24491) 20799 : cluster [DBG] pgmap v18374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:01.978565+0000 mgr.y (mgr.24491) 20799 : cluster [DBG] pgmap v18374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:01.978565+0000 mgr.y (mgr.24491) 20799 : cluster [DBG] pgmap v18374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:03.978998+0000 mgr.y (mgr.24491) 20800 : cluster [DBG] pgmap v18375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:45:05.407362+0000 mon.a (mon.0) 4239 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:45:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:03.978998+0000 mgr.y (mgr.24491) 20800 : cluster [DBG] pgmap v18375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:45:05.407362+0000 mon.a (mon.0) 4239 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:45:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:03.978998+0000 mgr.y (mgr.24491) 20800 : cluster [DBG] pgmap v18375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:45:05.407362+0000 mon.a (mon.0) 4239 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:45:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:45:05.701037+0000 mon.a (mon.0) 4240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:45:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:45:05.701703+0000 mon.a (mon.0) 4241 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:45:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:45:05.706109+0000 mon.a (mon.0) 4242 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:45:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:45:05.701037+0000 mon.a (mon.0) 4240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:45:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:45:05.701703+0000 mon.a (mon.0) 4241 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:45:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:45:05.706109+0000 mon.a (mon.0) 4242 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:45:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:45:05.701037+0000 mon.a (mon.0) 4240 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:45:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:45:05.701703+0000 mon.a (mon.0) 4241 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:45:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:45:05.706109+0000 mon.a (mon.0) 4242 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:45:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:05.979754+0000 mgr.y (mgr.24491) 20801 : cluster [DBG] pgmap v18376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:05.979754+0000 mgr.y (mgr.24491) 20801 : cluster [DBG] pgmap v18376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:45:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:05.979754+0000 mgr.y (mgr.24491) 20801 : cluster [DBG] pgmap v18376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:07.980296+0000 mgr.y (mgr.24491) 20802 : cluster [DBG] pgmap v18377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:07.980296+0000 mgr.y (mgr.24491) 20802 : cluster [DBG] pgmap v18377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:07.980296+0000 mgr.y (mgr.24491) 20802 : cluster [DBG] pgmap v18377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:45:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:09.980963+0000 mgr.y (mgr.24491) 20803 : cluster [DBG] pgmap v18378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:09.980963+0000 mgr.y (mgr.24491) 20803 : cluster [DBG] pgmap v18378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:09.980963+0000 mgr.y (mgr.24491) 20803 : cluster [DBG] pgmap v18378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:11.981366+0000 mgr.y (mgr.24491) 20804 : cluster [DBG] pgmap v18379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:11.981366+0000 mgr.y (mgr.24491) 20804 : cluster [DBG] pgmap v18379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:11.981366+0000 mgr.y (mgr.24491) 20804 : cluster [DBG] pgmap v18379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:13.981837+0000 mgr.y (mgr.24491) 20805 : cluster [DBG] pgmap v18380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:13.981837+0000 mgr.y (mgr.24491) 20805 : cluster [DBG] pgmap v18380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:13.981837+0000 mgr.y (mgr.24491) 20805 : cluster [DBG] pgmap v18380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:15.982523+0000 mgr.y (mgr.24491) 20806 : cluster [DBG] pgmap v18381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:45:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:15.982523+0000 mgr.y (mgr.24491) 20806 : cluster [DBG] pgmap v18381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:15.982523+0000 mgr.y (mgr.24491) 20806 : cluster [DBG] pgmap v18381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:17.983089+0000 mgr.y (mgr.24491) 20807 : cluster [DBG] pgmap v18382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:17.983089+0000 mgr.y (mgr.24491) 20807 : cluster [DBG] pgmap v18382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:17.983089+0000 mgr.y (mgr.24491) 20807 : cluster [DBG] pgmap v18382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:45:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:19.983932+0000 mgr.y (mgr.24491) 20808 : cluster [DBG] pgmap v18383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:19.983932+0000 mgr.y (mgr.24491) 20808 : cluster [DBG] pgmap v18383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:19.983932+0000 mgr.y (mgr.24491) 20808 : cluster [DBG] pgmap v18383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:21.984456+0000 mgr.y (mgr.24491) 20809 : cluster [DBG] pgmap v18384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:21.984456+0000 mgr.y (mgr.24491) 20809 : cluster [DBG] pgmap v18384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:21.984456+0000 mgr.y (mgr.24491) 20809 : cluster [DBG] pgmap v18384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:25.770 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:45:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:23.984871+0000 mgr.y (mgr.24491) 20810 : cluster [DBG] pgmap v18385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 81s ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 80s ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 81s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 80s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 80s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 81s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 81s ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 80s ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 81s ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 81s ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:45:26.045 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 80s ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:45:26.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 81s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:45:26.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 81s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:45:26.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 81s ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:45:26.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 81s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:45:26.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 80s ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:45:26.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 80s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:45:26.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 80s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:45:26.046 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 80s ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:45:26.046 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 80s ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:45:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:23.984871+0000 mgr.y (mgr.24491) 20810 : cluster [DBG] pgmap v18385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:23.984871+0000 mgr.y (mgr.24491) 20810 : cluster [DBG] pgmap v18385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:26.378 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:45:26.378 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:45:26.378 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:45:26.378 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:45:26.378 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:45:26.378 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:45:26.378 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:45:26.378 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:45:26.378 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:45:26.378 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:45:26.379 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:45:26.379 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:45:26.379 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:45:26.379 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:45:26.379 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:45:26.379 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:45:26.379 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:45:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:45:26.379963+0000 mon.c (mon.2) 642 : audit [DBG] from='client.? 172.21.15.177:0/2500885841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:45:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:45:26.379963+0000 mon.c (mon.2) 642 : audit [DBG] from='client.? 172.21.15.177:0/2500885841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:45:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:45:26.379963+0000 mon.c (mon.2) 642 : audit [DBG] from='client.? 172.21.15.177:0/2500885841' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:45:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:45:25.760167+0000 mgr.y (mgr.24491) 20811 : audit [DBG] from='client.36246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:25.985481+0000 mgr.y (mgr.24491) 20812 : cluster [DBG] pgmap v18386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:45:26.039441+0000 mgr.y (mgr.24491) 20813 : audit [DBG] from='client.36252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:45:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:45:25.760167+0000 mgr.y (mgr.24491) 20811 : audit [DBG] from='client.36246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:25.985481+0000 mgr.y (mgr.24491) 20812 : cluster [DBG] pgmap v18386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:45:26.039441+0000 mgr.y (mgr.24491) 20813 : audit [DBG] from='client.36252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:45:25.760167+0000 mgr.y (mgr.24491) 20811 : audit [DBG] from='client.36246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:25.985481+0000 mgr.y (mgr.24491) 20812 : cluster [DBG] pgmap v18386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:45:26.039441+0000 mgr.y (mgr.24491) 20813 : audit [DBG] from='client.36252 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:27.985886+0000 mgr.y (mgr.24491) 20814 : cluster [DBG] pgmap v18387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:27.985886+0000 mgr.y (mgr.24491) 20814 : cluster [DBG] pgmap v18387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:27.985886+0000 mgr.y (mgr.24491) 20814 : cluster [DBG] pgmap v18387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:45:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:29.986666+0000 mgr.y (mgr.24491) 20815 : cluster [DBG] pgmap v18388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:29.986666+0000 mgr.y (mgr.24491) 20815 : cluster [DBG] pgmap v18388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:29.986666+0000 mgr.y (mgr.24491) 20815 : cluster [DBG] pgmap v18388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:31.987101+0000 mgr.y (mgr.24491) 20816 : cluster [DBG] pgmap v18389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:31.987101+0000 mgr.y (mgr.24491) 20816 : cluster [DBG] pgmap v18389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:33.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:31.987101+0000 mgr.y (mgr.24491) 20816 : cluster [DBG] pgmap v18389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:33.987612+0000 mgr.y (mgr.24491) 20817 : cluster [DBG] pgmap v18390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:33.987612+0000 mgr.y (mgr.24491) 20817 : cluster [DBG] pgmap v18390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:33.987612+0000 mgr.y (mgr.24491) 20817 : cluster [DBG] pgmap v18390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:35.988446+0000 mgr.y (mgr.24491) 20818 : cluster [DBG] pgmap v18391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:35.988446+0000 mgr.y (mgr.24491) 20818 : cluster [DBG] pgmap v18391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:37.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:35.988446+0000 mgr.y (mgr.24491) 20818 : cluster [DBG] pgmap v18391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:45:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:37.988838+0000 mgr.y (mgr.24491) 20819 : cluster [DBG] pgmap v18392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:37.988838+0000 mgr.y (mgr.24491) 20819 : cluster [DBG] pgmap v18392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:37.988838+0000 mgr.y (mgr.24491) 20819 : cluster [DBG] pgmap v18392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:39.989698+0000 mgr.y (mgr.24491) 20820 : cluster [DBG] pgmap v18393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:39.989698+0000 mgr.y (mgr.24491) 20820 : cluster [DBG] pgmap v18393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:41.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:39.989698+0000 mgr.y (mgr.24491) 20820 : cluster [DBG] pgmap v18393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:45:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:41.990205+0000 mgr.y (mgr.24491) 20821 : cluster [DBG] pgmap v18394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:41.990205+0000 mgr.y (mgr.24491) 20821 : cluster [DBG] pgmap v18394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:41.990205+0000 mgr.y (mgr.24491) 20821 : cluster [DBG] pgmap v18394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:43.990648+0000 mgr.y (mgr.24491) 20822 : cluster [DBG] pgmap v18395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:43.990648+0000 mgr.y (mgr.24491) 20822 : cluster [DBG] pgmap v18395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:43.990648+0000 mgr.y (mgr.24491) 20822 : cluster [DBG] pgmap v18395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:45.991466+0000 mgr.y (mgr.24491) 20823 : cluster [DBG] pgmap v18396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:45.991466+0000 mgr.y (mgr.24491) 20823 : cluster [DBG] pgmap v18396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:45.991466+0000 mgr.y (mgr.24491) 20823 : cluster [DBG] pgmap v18396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:45:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:47.992055+0000 mgr.y (mgr.24491) 20824 : cluster [DBG] pgmap v18397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:47.992055+0000 mgr.y (mgr.24491) 20824 : cluster [DBG] pgmap v18397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:47.992055+0000 mgr.y (mgr.24491) 20824 : cluster [DBG] pgmap v18397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:45:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:49.992832+0000 mgr.y (mgr.24491) 20825 : cluster [DBG] pgmap v18398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:49.992832+0000 mgr.y (mgr.24491) 20825 : cluster [DBG] pgmap v18398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:49.992832+0000 mgr.y (mgr.24491) 20825 : cluster [DBG] pgmap v18398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:51.993400+0000 mgr.y (mgr.24491) 20826 : cluster [DBG] pgmap v18399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:51.993400+0000 mgr.y (mgr.24491) 20826 : cluster [DBG] pgmap v18399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:51.993400+0000 mgr.y (mgr.24491) 20826 : cluster [DBG] pgmap v18399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:53.993876+0000 mgr.y (mgr.24491) 20827 : cluster [DBG] pgmap v18400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:53.993876+0000 mgr.y (mgr.24491) 20827 : cluster [DBG] pgmap v18400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:53.993876+0000 mgr.y (mgr.24491) 20827 : cluster [DBG] pgmap v18400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:56.690 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:45:56.965 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 112s ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 111s ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 112s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 111s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 111s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 112s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 112s ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 111s ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 112s ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 112s ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 111s ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:45:56.966 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 112s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:45:56.967 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 112s ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:45:56.967 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 112s ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:45:56.967 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 112s ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:45:56.967 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 111s ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:45:56.967 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 111s ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:45:56.967 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 111s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:45:56.967 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 111s ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:45:56.967 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 111s ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:45:57.298 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:45:57.298 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:45:57.298 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:45:57.298 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:45:57.299 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:45:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:45:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:45:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:55.994549+0000 mgr.y (mgr.24491) 20828 : cluster [DBG] pgmap v18401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:45:56.679640+0000 mgr.y (mgr.24491) 20829 : audit [DBG] from='client.46172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:45:57.300227+0000 mon.c (mon.2) 643 : audit [DBG] from='client.? 172.21.15.177:0/3997646926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:45:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:55.994549+0000 mgr.y (mgr.24491) 20828 : cluster [DBG] pgmap v18401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:45:56.679640+0000 mgr.y (mgr.24491) 20829 : audit [DBG] from='client.46172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:45:57.300227+0000 mon.c (mon.2) 643 : audit [DBG] from='client.? 172.21.15.177:0/3997646926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:45:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:55.994549+0000 mgr.y (mgr.24491) 20828 : cluster [DBG] pgmap v18401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:45:56.679640+0000 mgr.y (mgr.24491) 20829 : audit [DBG] from='client.46172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:45:57.300227+0000 mon.c (mon.2) 643 : audit [DBG] from='client.? 172.21.15.177:0/3997646926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:45:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:45:56.959736+0000 mgr.y (mgr.24491) 20830 : audit [DBG] from='client.36270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:45:56.959736+0000 mgr.y (mgr.24491) 20830 : audit [DBG] from='client.36270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:58.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:45:56.959736+0000 mgr.y (mgr.24491) 20830 : audit [DBG] from='client.36270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:45:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:57.995138+0000 mgr.y (mgr.24491) 20831 : cluster [DBG] pgmap v18402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:57.995138+0000 mgr.y (mgr.24491) 20831 : cluster [DBG] pgmap v18402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:45:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:45:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:57.995138+0000 mgr.y (mgr.24491) 20831 : cluster [DBG] pgmap v18402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:46:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:45:59.995836+0000 mgr.y (mgr.24491) 20832 : cluster [DBG] pgmap v18403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:45:59.995836+0000 mgr.y (mgr.24491) 20832 : cluster [DBG] pgmap v18403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:45:59.995836+0000 mgr.y (mgr.24491) 20832 : cluster [DBG] pgmap v18403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:01.996271+0000 mgr.y (mgr.24491) 20833 : cluster [DBG] pgmap v18404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:01.996271+0000 mgr.y (mgr.24491) 20833 : cluster [DBG] pgmap v18404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:01.996271+0000 mgr.y (mgr.24491) 20833 : cluster [DBG] pgmap v18404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:03.996664+0000 mgr.y (mgr.24491) 20834 : cluster [DBG] pgmap v18405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:03.996664+0000 mgr.y (mgr.24491) 20834 : cluster [DBG] pgmap v18405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:03.996664+0000 mgr.y (mgr.24491) 20834 : cluster [DBG] pgmap v18405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:46:05.710961+0000 mon.a (mon.0) 4243 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:46:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:46:06.004992+0000 mon.a (mon.0) 4244 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:46:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:46:06.005575+0000 mon.a (mon.0) 4245 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:46:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:46:06.011967+0000 mon.a (mon.0) 4246 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:46:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:46:05.710961+0000 mon.a (mon.0) 4243 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:46:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:46:06.004992+0000 mon.a (mon.0) 4244 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:46:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:46:06.005575+0000 mon.a (mon.0) 4245 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:46:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:46:06.011967+0000 mon.a (mon.0) 4246 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:46:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:46:05.710961+0000 mon.a (mon.0) 4243 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:46:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:46:06.004992+0000 mon.a (mon.0) 4244 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:46:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:46:06.005575+0000 mon.a (mon.0) 4245 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:46:06.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:46:06.011967+0000 mon.a (mon.0) 4246 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:46:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:05.997274+0000 mgr.y (mgr.24491) 20835 : cluster [DBG] pgmap v18406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T13:46:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:05.997274+0000 mgr.y (mgr.24491) 20835 : cluster [DBG] pgmap v18406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:05.997274+0000 mgr.y (mgr.24491) 20835 : cluster [DBG] pgmap v18406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:07.997844+0000 mgr.y (mgr.24491) 20836 : cluster [DBG] pgmap v18407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:07.997844+0000 mgr.y (mgr.24491) 20836 : cluster [DBG] pgmap v18407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:10.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:07.997844+0000 mgr.y (mgr.24491) 20836 : cluster [DBG] pgmap v18407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:46:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:09.998704+0000 mgr.y (mgr.24491) 20837 : cluster [DBG] pgmap v18408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:09.998704+0000 mgr.y (mgr.24491) 20837 : cluster [DBG] pgmap v18408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:09.998704+0000 mgr.y (mgr.24491) 20837 : cluster [DBG] pgmap v18408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:11.999194+0000 mgr.y (mgr.24491) 20838 : cluster [DBG] pgmap v18409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:11.999194+0000 mgr.y (mgr.24491) 20838 : cluster [DBG] pgmap v18409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:11.999194+0000 mgr.y (mgr.24491) 20838 : cluster [DBG] pgmap v18409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:13.999641+0000 mgr.y (mgr.24491) 20839 : cluster [DBG] pgmap v18410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:13.999641+0000 mgr.y (mgr.24491) 20839 : cluster [DBG] pgmap v18410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:13.999641+0000 mgr.y (mgr.24491) 20839 : cluster [DBG] pgmap v18410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:46:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:16.000540+0000 mgr.y (mgr.24491) 20840 : cluster [DBG] pgmap v18411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:16.000540+0000 mgr.y (mgr.24491) 20840 : cluster [DBG] pgmap v18411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:16.000540+0000 mgr.y (mgr.24491) 20840 : cluster [DBG] pgmap v18411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:18.000931+0000 mgr.y (mgr.24491) 20841 : cluster [DBG] pgmap v18412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:18.000931+0000 mgr.y (mgr.24491) 20841 : cluster [DBG] pgmap v18412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:18.000931+0000 mgr.y (mgr.24491) 20841 : cluster [DBG] pgmap v18412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:46:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:20.001604+0000 mgr.y (mgr.24491) 20842 : cluster [DBG] pgmap v18413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:20.001604+0000 mgr.y (mgr.24491) 20842 : cluster [DBG] pgmap v18413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:20.001604+0000 mgr.y (mgr.24491) 20842 : cluster [DBG] pgmap v18413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:22.002034+0000 mgr.y (mgr.24491) 20843 : cluster [DBG] pgmap v18414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:22.002034+0000 mgr.y (mgr.24491) 20843 : cluster [DBG] pgmap v18414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:22.002034+0000 mgr.y (mgr.24491) 20843 : cluster [DBG] pgmap v18414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:24.002486+0000 mgr.y (mgr.24491) 20844 : cluster [DBG] pgmap v18415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:24.002486+0000 mgr.y (mgr.24491) 20844 : cluster [DBG] pgmap v18415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:24.002486+0000 mgr.y (mgr.24491) 20844 : cluster [DBG] pgmap v18415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:27.611 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:46:27.887 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 2m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 2m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:46:27.888 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:46:27.889 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:46:27.889 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:46:27.889 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:46:27.889 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:46:27.889 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:46:27.889 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:46:27.889 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:46:27.889 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:46:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:26.003137+0000 mgr.y (mgr.24491) 20845 : cluster [DBG] pgmap v18416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:46:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:26.003137+0000 mgr.y (mgr.24491) 20845 : cluster [DBG] pgmap v18416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:26.003137+0000 mgr.y (mgr.24491) 20845 : cluster [DBG] pgmap v18416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:28.225 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:46:28.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:46:28.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:46:28.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:46:28.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:46:28.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:46:28.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:46:28.225 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:46:28.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:46:28.226 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:46:28.226 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:46:28.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:46:28.226 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:46:28.226 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:46:28.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:46:28.226 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:46:28.226 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:46:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:46:27.601353+0000 mgr.y (mgr.24491) 20846 : audit [DBG] from='client.36282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:46:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:46:28.227287+0000 mon.c (mon.2) 644 : audit [DBG] from='client.? 172.21.15.177:0/3300026871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:46:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:46:27.601353+0000 mgr.y (mgr.24491) 20846 : audit [DBG] from='client.36282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:46:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:46:28.227287+0000 mon.c (mon.2) 644 : audit [DBG] from='client.? 172.21.15.177:0/3300026871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:46:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:46:27.601353+0000 mgr.y (mgr.24491) 20846 : audit [DBG] from='client.36282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:46:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:46:28.227287+0000 mon.c (mon.2) 644 : audit [DBG] from='client.? 172.21.15.177:0/3300026871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:46:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:46:27.881636+0000 mgr.y (mgr.24491) 20847 : audit [DBG] from='client.46196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:46:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:28.003473+0000 mgr.y (mgr.24491) 20848 : cluster [DBG] pgmap v18417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:46:27.881636+0000 mgr.y (mgr.24491) 20847 : audit [DBG] from='client.46196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:46:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:28.003473+0000 mgr.y (mgr.24491) 20848 : cluster [DBG] pgmap v18417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:46:27.881636+0000 mgr.y (mgr.24491) 20847 : audit [DBG] from='client.46196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:46:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:28.003473+0000 mgr.y (mgr.24491) 20848 : cluster [DBG] pgmap v18417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:46:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:30.004121+0000 mgr.y (mgr.24491) 20849 : cluster [DBG] pgmap v18418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:30.004121+0000 mgr.y (mgr.24491) 20849 : cluster [DBG] pgmap v18418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:30.004121+0000 mgr.y (mgr.24491) 20849 : cluster [DBG] pgmap v18418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:32.004559+0000 mgr.y (mgr.24491) 20850 : cluster [DBG] pgmap v18419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:32.004559+0000 mgr.y (mgr.24491) 20850 : cluster [DBG] pgmap v18419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:32.004559+0000 mgr.y (mgr.24491) 20850 : cluster [DBG] pgmap v18419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:34.004903+0000 mgr.y (mgr.24491) 20851 : cluster [DBG] pgmap v18420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:34.004903+0000 mgr.y (mgr.24491) 20851 : cluster [DBG] pgmap v18420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:34.004903+0000 mgr.y (mgr.24491) 20851 : cluster [DBG] pgmap v18420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:36.005493+0000 mgr.y (mgr.24491) 20852 : cluster [DBG] pgmap v18421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:46:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:36.005493+0000 mgr.y (mgr.24491) 20852 : cluster [DBG] pgmap v18421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:36.005493+0000 mgr.y (mgr.24491) 20852 : cluster [DBG] pgmap v18421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:38.005922+0000 mgr.y (mgr.24491) 20853 : cluster [DBG] pgmap v18422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:38.005922+0000 mgr.y (mgr.24491) 20853 : cluster [DBG] pgmap v18422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:38.005922+0000 mgr.y (mgr.24491) 20853 : cluster [DBG] pgmap v18422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:41.502 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:46:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:40.006789+0000 mgr.y (mgr.24491) 20854 : cluster [DBG] pgmap v18423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:40.006789+0000 mgr.y (mgr.24491) 20854 : cluster [DBG] pgmap v18423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:40.006789+0000 mgr.y (mgr.24491) 20854 : cluster [DBG] pgmap v18423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:42.007300+0000 mgr.y (mgr.24491) 20855 : cluster [DBG] pgmap v18424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:42.007300+0000 mgr.y (mgr.24491) 20855 : cluster [DBG] pgmap v18424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:42.007300+0000 mgr.y (mgr.24491) 20855 : cluster [DBG] pgmap v18424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:44.007830+0000 mgr.y (mgr.24491) 20856 : cluster [DBG] pgmap v18425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:44.007830+0000 mgr.y (mgr.24491) 20856 : cluster [DBG] pgmap v18425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:44.007830+0000 mgr.y (mgr.24491) 20856 : cluster [DBG] pgmap v18425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:46.008465+0000 mgr.y (mgr.24491) 20857 : cluster [DBG] pgmap v18426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:46.008465+0000 mgr.y (mgr.24491) 20857 : cluster [DBG] pgmap v18426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:46:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:46.008465+0000 mgr.y (mgr.24491) 20857 : cluster [DBG] pgmap v18426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:48.008842+0000 mgr.y (mgr.24491) 20858 : cluster [DBG] pgmap v18427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:48.008842+0000 mgr.y (mgr.24491) 20858 : cluster [DBG] pgmap v18427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:48.008842+0000 mgr.y (mgr.24491) 20858 : cluster [DBG] pgmap v18427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:46:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:50.009602+0000 mgr.y (mgr.24491) 20859 : cluster [DBG] pgmap v18428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:50.009602+0000 mgr.y (mgr.24491) 20859 : cluster [DBG] pgmap v18428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:50.009602+0000 mgr.y (mgr.24491) 20859 : cluster [DBG] pgmap v18428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:52.010062+0000 mgr.y (mgr.24491) 20860 : cluster [DBG] pgmap v18429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:52.010062+0000 mgr.y (mgr.24491) 20860 : cluster [DBG] pgmap v18429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:52.010062+0000 mgr.y (mgr.24491) 20860 : cluster [DBG] pgmap v18429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:54.010584+0000 mgr.y (mgr.24491) 20861 : cluster [DBG] pgmap v18430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:54.010584+0000 mgr.y (mgr.24491) 20861 : cluster [DBG] pgmap v18430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:54.010584+0000 mgr.y (mgr.24491) 20861 : cluster [DBG] pgmap v18430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:56.011220+0000 mgr.y (mgr.24491) 20862 : cluster [DBG] pgmap v18431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:46:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:46:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:56.011220+0000 mgr.y (mgr.24491) 20862 : cluster [DBG] pgmap v18431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:56.011220+0000 mgr.y (mgr.24491) 20862 : cluster [DBG] pgmap v18431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:46:58.532 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:46:58.810 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:46:58.810 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:46:58.810 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:46:58.810 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:46:58.810 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:46:58.810 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 2m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 2m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:46:58.811 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:46:59.143 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:46:59.143 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:46:59.143 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:46:59.144 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:46:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:46:58.011632+0000 mgr.y (mgr.24491) 20863 : cluster [DBG] pgmap v18432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:46:58.522856+0000 mgr.y (mgr.24491) 20864 : audit [DBG] from='client.36300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:00.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:46:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:46:59.144983+0000 mon.c (mon.2) 645 : audit [DBG] from='client.? 172.21.15.177:0/3239048786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:47:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:46:58.011632+0000 mgr.y (mgr.24491) 20863 : cluster [DBG] pgmap v18432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:46:58.522856+0000 mgr.y (mgr.24491) 20864 : audit [DBG] from='client.36300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:46:59.144983+0000 mon.c (mon.2) 645 : audit [DBG] from='client.? 172.21.15.177:0/3239048786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:47:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:46:58.011632+0000 mgr.y (mgr.24491) 20863 : cluster [DBG] pgmap v18432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:46:58.522856+0000 mgr.y (mgr.24491) 20864 : audit [DBG] from='client.36300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:46:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:46:59.144983+0000 mon.c (mon.2) 645 : audit [DBG] from='client.? 172.21.15.177:0/3239048786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:47:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:46:58.804231+0000 mgr.y (mgr.24491) 20865 : audit [DBG] from='client.46214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:46:58.804231+0000 mgr.y (mgr.24491) 20865 : audit [DBG] from='client.46214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:46:58.804231+0000 mgr.y (mgr.24491) 20865 : audit [DBG] from='client.46214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:47:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:00.012406+0000 mgr.y (mgr.24491) 20866 : cluster [DBG] pgmap v18433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:00.012406+0000 mgr.y (mgr.24491) 20866 : cluster [DBG] pgmap v18433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:00.012406+0000 mgr.y (mgr.24491) 20866 : cluster [DBG] pgmap v18433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:02.012870+0000 mgr.y (mgr.24491) 20867 : cluster [DBG] pgmap v18434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:02.012870+0000 mgr.y (mgr.24491) 20867 : cluster [DBG] pgmap v18434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:02.012870+0000 mgr.y (mgr.24491) 20867 : cluster [DBG] pgmap v18434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:04.013342+0000 mgr.y (mgr.24491) 20868 : cluster [DBG] pgmap v18435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:04.013342+0000 mgr.y (mgr.24491) 20868 : cluster [DBG] pgmap v18435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:04.013342+0000 mgr.y (mgr.24491) 20868 : cluster [DBG] pgmap v18435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:47:06.016229+0000 mon.a (mon.0) 4247 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:47:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:47:06.258355+0000 mon.a (mon.0) 4248 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:47:07.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:47:06.534893+0000 mon.a (mon.0) 4249 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:47:07.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:47:06.535537+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:47:07.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:47:06.541793+0000 mon.a (mon.0) 4251 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:47:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:47:06.016229+0000 mon.a (mon.0) 4247 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:47:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:47:06.258355+0000 mon.a (mon.0) 4248 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:47:07.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:47:06.534893+0000 mon.a (mon.0) 4249 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:47:07.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:47:06.535537+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:47:07.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:47:06.541793+0000 mon.a (mon.0) 4251 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:47:07.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:47:06.016229+0000 mon.a (mon.0) 4247 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:47:07.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:47:06.258355+0000 mon.a (mon.0) 4248 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:47:07.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:47:06.534893+0000 mon.a (mon.0) 4249 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:47:07.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:47:06.535537+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:47:07.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:47:06.541793+0000 mon.a (mon.0) 4251 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:47:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:06.014105+0000 mgr.y (mgr.24491) 20869 : cluster [DBG] pgmap v18436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T13:47:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:06.014105+0000 mgr.y (mgr.24491) 20869 : cluster [DBG] pgmap v18436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:06.014105+0000 mgr.y (mgr.24491) 20869 : cluster [DBG] pgmap v18436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:08.014473+0000 mgr.y (mgr.24491) 20870 : cluster [DBG] pgmap v18437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:08.014473+0000 mgr.y (mgr.24491) 20870 : cluster [DBG] pgmap v18437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:08.014473+0000 mgr.y (mgr.24491) 20870 : cluster [DBG] pgmap v18437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:47:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:10.015278+0000 mgr.y (mgr.24491) 20871 : cluster [DBG] pgmap v18438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:10.015278+0000 mgr.y (mgr.24491) 20871 : cluster [DBG] pgmap v18438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:10.015278+0000 mgr.y (mgr.24491) 20871 : cluster [DBG] pgmap v18438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:12.015828+0000 mgr.y (mgr.24491) 20872 : cluster [DBG] pgmap v18439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:12.015828+0000 mgr.y (mgr.24491) 20872 : cluster [DBG] pgmap v18439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:12.015828+0000 mgr.y (mgr.24491) 20872 : cluster [DBG] pgmap v18439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:14.016227+0000 mgr.y (mgr.24491) 20873 : cluster [DBG] pgmap v18440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:14.016227+0000 mgr.y (mgr.24491) 20873 : cluster [DBG] pgmap v18440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:14.016227+0000 mgr.y (mgr.24491) 20873 : cluster [DBG] pgmap v18440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:47:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:16.016936+0000 mgr.y (mgr.24491) 20874 : cluster [DBG] pgmap v18441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:16.016936+0000 mgr.y (mgr.24491) 20874 : cluster [DBG] pgmap v18441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:16.016936+0000 mgr.y (mgr.24491) 20874 : cluster [DBG] pgmap v18441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:18.017546+0000 mgr.y (mgr.24491) 20875 : cluster [DBG] pgmap v18442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:18.017546+0000 mgr.y (mgr.24491) 20875 : cluster [DBG] pgmap v18442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:18.017546+0000 mgr.y (mgr.24491) 20875 : cluster [DBG] pgmap v18442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:47:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:20.018342+0000 mgr.y (mgr.24491) 20876 : cluster [DBG] pgmap v18443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:20.018342+0000 mgr.y (mgr.24491) 20876 : cluster [DBG] pgmap v18443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:20.018342+0000 mgr.y (mgr.24491) 20876 : cluster [DBG] pgmap v18443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:22.018883+0000 mgr.y (mgr.24491) 20877 : cluster [DBG] pgmap v18444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:22.018883+0000 mgr.y (mgr.24491) 20877 : cluster [DBG] pgmap v18444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:22.018883+0000 mgr.y (mgr.24491) 20877 : cluster [DBG] pgmap v18444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:24.019358+0000 mgr.y (mgr.24491) 20878 : cluster [DBG] pgmap v18445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:24.019358+0000 mgr.y (mgr.24491) 20878 : cluster [DBG] pgmap v18445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:26.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:24.019358+0000 mgr.y (mgr.24491) 20878 : cluster [DBG] pgmap v18445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:26.020017+0000 mgr.y (mgr.24491) 20879 : cluster [DBG] pgmap v18446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:27.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:26.020017+0000 mgr.y (mgr.24491) 20879 : cluster [DBG] pgmap v18446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:27.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:26.020017+0000 mgr.y (mgr.24491) 20879 : cluster [DBG] pgmap v18446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:47:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:28.020432+0000 mgr.y (mgr.24491) 20880 : cluster [DBG] pgmap v18447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:28.020432+0000 mgr.y (mgr.24491) 20880 : cluster [DBG] pgmap v18447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:29.458 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:47:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:28.020432+0000 mgr.y (mgr.24491) 20880 : cluster [DBG] pgmap v18447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:29.732 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:47:29.732 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:47:29.732 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:47:29.732 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:47:29.732 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:47:29.732 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:47:29.732 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 3m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 3m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:47:29.733 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:47:30.068 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:47:30.068 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:47:30.069 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:47:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:47:29.447427+0000 mgr.y (mgr.24491) 20881 : audit [DBG] from='client.46226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:47:29.726619+0000 mgr.y (mgr.24491) 20882 : audit [DBG] from='client.36324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:47:30.070455+0000 mon.a (mon.0) 4252 : audit [DBG] from='client.? 172.21.15.177:0/2543740719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:47:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:47:29.447427+0000 mgr.y (mgr.24491) 20881 : audit [DBG] from='client.46226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:47:29.726619+0000 mgr.y (mgr.24491) 20882 : audit [DBG] from='client.36324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:47:30.070455+0000 mon.a (mon.0) 4252 : audit [DBG] from='client.? 172.21.15.177:0/2543740719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:47:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:47:29.447427+0000 mgr.y (mgr.24491) 20881 : audit [DBG] from='client.46226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:47:29.726619+0000 mgr.y (mgr.24491) 20882 : audit [DBG] from='client.36324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:47:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:47:30.070455+0000 mon.a (mon.0) 4252 : audit [DBG] from='client.? 172.21.15.177:0/2543740719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:47:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:30.021005+0000 mgr.y (mgr.24491) 20883 : cluster [DBG] pgmap v18448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:30.021005+0000 mgr.y (mgr.24491) 20883 : cluster [DBG] pgmap v18448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:31.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:30.021005+0000 mgr.y (mgr.24491) 20883 : cluster [DBG] pgmap v18448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:47:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:32.021390+0000 mgr.y (mgr.24491) 20884 : cluster [DBG] pgmap v18449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:32.021390+0000 mgr.y (mgr.24491) 20884 : cluster [DBG] pgmap v18449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:32.021390+0000 mgr.y (mgr.24491) 20884 : cluster [DBG] pgmap v18449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:34.021989+0000 mgr.y (mgr.24491) 20885 : cluster [DBG] pgmap v18450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:34.021989+0000 mgr.y (mgr.24491) 20885 : cluster [DBG] pgmap v18450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:35.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:34.021989+0000 mgr.y (mgr.24491) 20885 : cluster [DBG] pgmap v18450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:36.022697+0000 mgr.y (mgr.24491) 20886 : cluster [DBG] pgmap v18451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:36.022697+0000 mgr.y (mgr.24491) 20886 : cluster [DBG] pgmap v18451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:36.022697+0000 mgr.y (mgr.24491) 20886 : cluster [DBG] pgmap v18451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:47:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:38.023068+0000 mgr.y (mgr.24491) 20887 : cluster [DBG] pgmap v18452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:38.023068+0000 mgr.y (mgr.24491) 20887 : cluster [DBG] pgmap v18452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:38.023068+0000 mgr.y (mgr.24491) 20887 : cluster [DBG] pgmap v18452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:40.023815+0000 mgr.y (mgr.24491) 20888 : cluster [DBG] pgmap v18453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:40.023815+0000 mgr.y (mgr.24491) 20888 : cluster [DBG] pgmap v18453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:40.023815+0000 mgr.y (mgr.24491) 20888 : cluster [DBG] pgmap v18453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:47:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:42.024220+0000 mgr.y (mgr.24491) 20889 : cluster [DBG] pgmap v18454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:42.024220+0000 mgr.y (mgr.24491) 20889 : cluster [DBG] pgmap v18454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:43.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:42.024220+0000 mgr.y (mgr.24491) 20889 : cluster [DBG] pgmap v18454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:44.024800+0000 mgr.y (mgr.24491) 20890 : cluster [DBG] pgmap v18455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:44.024800+0000 mgr.y (mgr.24491) 20890 : cluster [DBG] pgmap v18455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:45.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:44.024800+0000 mgr.y (mgr.24491) 20890 : cluster [DBG] pgmap v18455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:46.025691+0000 mgr.y (mgr.24491) 20891 : cluster [DBG] pgmap v18456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:46.025691+0000 mgr.y (mgr.24491) 20891 : cluster [DBG] pgmap v18456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:46.025691+0000 mgr.y (mgr.24491) 20891 : cluster [DBG] pgmap v18456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:47:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:48.026181+0000 mgr.y (mgr.24491) 20892 : cluster [DBG] pgmap v18457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:49.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:48.026181+0000 mgr.y (mgr.24491) 20892 : cluster [DBG] pgmap v18457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:49.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:48.026181+0000 mgr.y (mgr.24491) 20892 : cluster [DBG] pgmap v18457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:50.026911+0000 mgr.y (mgr.24491) 20893 : cluster [DBG] pgmap v18458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:51.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:50.026911+0000 mgr.y (mgr.24491) 20893 : cluster [DBG] pgmap v18458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:51.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:50.026911+0000 mgr.y (mgr.24491) 20893 : cluster [DBG] pgmap v18458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:47:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:52.027394+0000 mgr.y (mgr.24491) 20894 : cluster [DBG] pgmap v18459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:52.027394+0000 mgr.y (mgr.24491) 20894 : cluster [DBG] pgmap v18459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:52.027394+0000 mgr.y (mgr.24491) 20894 : cluster [DBG] pgmap v18459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:54.027806+0000 mgr.y (mgr.24491) 20895 : cluster [DBG] pgmap v18460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:55.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:54.027806+0000 mgr.y (mgr.24491) 20895 : cluster [DBG] pgmap v18460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:54.027806+0000 mgr.y (mgr.24491) 20895 : cluster [DBG] pgmap v18460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:57.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:56.028583+0000 mgr.y (mgr.24491) 20896 : cluster [DBG] pgmap v18461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:56.028583+0000 mgr.y (mgr.24491) 20896 : cluster [DBG] pgmap v18461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:56.028583+0000 mgr.y (mgr.24491) 20896 : cluster [DBG] pgmap v18461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:47:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:47:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:47:58.028979+0000 mgr.y (mgr.24491) 20897 : cluster [DBG] pgmap v18462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:47:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:47:58.028979+0000 mgr.y (mgr.24491) 20897 : cluster [DBG] pgmap v18462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:47:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:47:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:47:58.028979+0000 mgr.y (mgr.24491) 20897 : cluster [DBG] pgmap v18462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:00.383 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:48:00.655 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:48:00.656 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:48:00.656 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:48:00.656 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:48:00.656 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:48:00.656 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:48:00.656 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 3m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:48:00.656 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 3m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:48:00.656 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:48:00.656 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:48:00.656 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:48:00.657 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:48:00.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:48:00.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:48:00.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:48:00.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:48:00.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:48:00.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:48:00.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:48:00.657 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:48:00.657 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:48:00.988 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:48:00.988 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:48:00.988 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:48:00.988 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:48:00.988 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:48:00.989 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:48:00.989 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:48:00.989 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:48:00.989 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:48:00.989 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:48:00.989 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:48:00.989 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:48:00.989 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:48:00.989 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:48:00.990 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:48:00.990 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:48:00.990 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:48:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:00.029813+0000 mgr.y (mgr.24491) 20898 : cluster [DBG] pgmap v18463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:48:00.372850+0000 mgr.y (mgr.24491) 20899 : audit [DBG] from='client.36336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:48:00.650011+0000 mgr.y (mgr.24491) 20900 : audit [DBG] from='client.36342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:48:00.990122+0000 mon.a (mon.0) 4253 : audit [DBG] from='client.? 172.21.15.177:0/4209139599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:48:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:00.029813+0000 mgr.y (mgr.24491) 20898 : cluster [DBG] pgmap v18463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:48:00.372850+0000 mgr.y (mgr.24491) 20899 : audit [DBG] from='client.36336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:48:00.650011+0000 mgr.y (mgr.24491) 20900 : audit [DBG] from='client.36342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:48:00.990122+0000 mon.a (mon.0) 4253 : audit [DBG] from='client.? 172.21.15.177:0/4209139599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:48:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:48:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:00.029813+0000 mgr.y (mgr.24491) 20898 : cluster [DBG] pgmap v18463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:48:00.372850+0000 mgr.y (mgr.24491) 20899 : audit [DBG] from='client.36336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:48:00.650011+0000 mgr.y (mgr.24491) 20900 : audit [DBG] from='client.36342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:48:00.990122+0000 mon.a (mon.0) 4253 : audit [DBG] from='client.? 172.21.15.177:0/4209139599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:48:03.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:02.030388+0000 mgr.y (mgr.24491) 20901 : cluster [DBG] pgmap v18464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:03.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:02.030388+0000 mgr.y (mgr.24491) 20901 : cluster [DBG] pgmap v18464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:02.030388+0000 mgr.y (mgr.24491) 20901 : cluster [DBG] pgmap v18464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:05.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:04.030776+0000 mgr.y (mgr.24491) 20902 : cluster [DBG] pgmap v18465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:04.030776+0000 mgr.y (mgr.24491) 20902 : cluster [DBG] pgmap v18465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:04.030776+0000 mgr.y (mgr.24491) 20902 : cluster [DBG] pgmap v18465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:06.031627+0000 mgr.y (mgr.24491) 20903 : cluster [DBG] pgmap v18466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:48:06.546140+0000 mon.a (mon.0) 4254 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:48:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:48:06.787191+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:48:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:48:07.064390+0000 mon.a (mon.0) 4256 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:48:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:48:07.065074+0000 mon.a (mon.0) 4257 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:48:07.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:48:07.071857+0000 mon.a (mon.0) 4258 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:48:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:06.031627+0000 mgr.y (mgr.24491) 20903 : cluster [DBG] pgmap v18466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:48:06.546140+0000 mon.a (mon.0) 4254 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:48:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:48:06.787191+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:48:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:48:07.064390+0000 mon.a (mon.0) 4256 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:48:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:48:07.065074+0000 mon.a (mon.0) 4257 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:48:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:48:07.071857+0000 mon.a (mon.0) 4258 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:48:07.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:06.031627+0000 mgr.y (mgr.24491) 20903 : cluster [DBG] pgmap v18466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:48:06.546140+0000 mon.a (mon.0) 4254 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:48:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:48:06.787191+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:48:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:48:07.064390+0000 mon.a (mon.0) 4256 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:48:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:48:07.065074+0000 mon.a (mon.0) 4257 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:48:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:48:07.071857+0000 mon.a (mon.0) 4258 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:48:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:07] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T13:48:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:08.032167+0000 mgr.y (mgr.24491) 20904 : cluster [DBG] pgmap v18467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:08.032167+0000 mgr.y (mgr.24491) 20904 : cluster [DBG] pgmap v18467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:08.032167+0000 mgr.y (mgr.24491) 20904 : cluster [DBG] pgmap v18467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:11.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:10.033029+0000 mgr.y (mgr.24491) 20905 : cluster [DBG] pgmap v18468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:11.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:10.033029+0000 mgr.y (mgr.24491) 20905 : cluster [DBG] pgmap v18468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:10.033029+0000 mgr.y (mgr.24491) 20905 : cluster [DBG] pgmap v18468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:48:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:12.033604+0000 mgr.y (mgr.24491) 20906 : cluster [DBG] pgmap v18469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:12.033604+0000 mgr.y (mgr.24491) 20906 : cluster [DBG] pgmap v18469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:12.033604+0000 mgr.y (mgr.24491) 20906 : cluster [DBG] pgmap v18469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:15.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:14.034195+0000 mgr.y (mgr.24491) 20907 : cluster [DBG] pgmap v18470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:15.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:14.034195+0000 mgr.y (mgr.24491) 20907 : cluster [DBG] pgmap v18470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:15.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:14.034195+0000 mgr.y (mgr.24491) 20907 : cluster [DBG] pgmap v18470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:16.034870+0000 mgr.y (mgr.24491) 20908 : cluster [DBG] pgmap v18471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:16.034870+0000 mgr.y (mgr.24491) 20908 : cluster [DBG] pgmap v18471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:16.034870+0000 mgr.y (mgr.24491) 20908 : cluster [DBG] pgmap v18471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:17] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T13:48:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:18.035469+0000 mgr.y (mgr.24491) 20909 : cluster [DBG] pgmap v18472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:18.035469+0000 mgr.y (mgr.24491) 20909 : cluster [DBG] pgmap v18472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:18.035469+0000 mgr.y (mgr.24491) 20909 : cluster [DBG] pgmap v18472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:21.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:20.036155+0000 mgr.y (mgr.24491) 20910 : cluster [DBG] pgmap v18473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:48:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:20.036155+0000 mgr.y (mgr.24491) 20910 : cluster [DBG] pgmap v18473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:20.036155+0000 mgr.y (mgr.24491) 20910 : cluster [DBG] pgmap v18473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:22.036616+0000 mgr.y (mgr.24491) 20911 : cluster [DBG] pgmap v18474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:22.036616+0000 mgr.y (mgr.24491) 20911 : cluster [DBG] pgmap v18474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:22.036616+0000 mgr.y (mgr.24491) 20911 : cluster [DBG] pgmap v18474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:24.037147+0000 mgr.y (mgr.24491) 20912 : cluster [DBG] pgmap v18475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:24.037147+0000 mgr.y (mgr.24491) 20912 : cluster [DBG] pgmap v18475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:24.037147+0000 mgr.y (mgr.24491) 20912 : cluster [DBG] pgmap v18475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:26.038007+0000 mgr.y (mgr.24491) 20913 : cluster [DBG] pgmap v18476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:26.038007+0000 mgr.y (mgr.24491) 20913 : cluster [DBG] pgmap v18476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:26.038007+0000 mgr.y (mgr.24491) 20913 : cluster [DBG] pgmap v18476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:27] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T13:48:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:28.038468+0000 mgr.y (mgr.24491) 20914 : cluster [DBG] pgmap v18477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:28.038468+0000 mgr.y (mgr.24491) 20914 : cluster [DBG] pgmap v18477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:28.038468+0000 mgr.y (mgr.24491) 20914 : cluster [DBG] pgmap v18477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:31.300 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:48:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:30.039328+0000 mgr.y (mgr.24491) 20915 : cluster [DBG] pgmap v18478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:48:31.578 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:48:31.578 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:48:31.578 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:48:31.578 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:48:31.579 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:48:31.579 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 4m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:48:31.579 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:48:31.579 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:48:31.579 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 4m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:48:31.579 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 4m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:48:31.579 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:48:31.579 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:48:31.579 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 4m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:48:31.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:48:31.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:48:31.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:48:31.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:48:31.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:48:31.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:48:31.580 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:48:31.580 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:48:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:30.039328+0000 mgr.y (mgr.24491) 20915 : cluster [DBG] pgmap v18478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:30.039328+0000 mgr.y (mgr.24491) 20915 : cluster [DBG] pgmap v18478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:31.910 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:48:31.910 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:48:31.910 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:48:31.910 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:48:31.910 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:48:31.911 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:48:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:48:31.290265+0000 mgr.y (mgr.24491) 20916 : audit [DBG] from='client.36354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:48:31.572082+0000 mgr.y (mgr.24491) 20917 : audit [DBG] from='client.36360 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:48:31.912015+0000 mon.a (mon.0) 4259 : audit [DBG] from='client.? 172.21.15.177:0/1345609225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:48:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:48:31.290265+0000 mgr.y (mgr.24491) 20916 : audit [DBG] from='client.36354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:48:31.572082+0000 mgr.y (mgr.24491) 20917 : audit [DBG] from='client.36360 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:48:31.912015+0000 mon.a (mon.0) 4259 : audit [DBG] from='client.? 172.21.15.177:0/1345609225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:48:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:48:31.290265+0000 mgr.y (mgr.24491) 20916 : audit [DBG] from='client.36354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:48:31.572082+0000 mgr.y (mgr.24491) 20917 : audit [DBG] from='client.36360 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:48:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:48:31.912015+0000 mon.a (mon.0) 4259 : audit [DBG] from='client.? 172.21.15.177:0/1345609225' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:48:33.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:32.039831+0000 mgr.y (mgr.24491) 20918 : cluster [DBG] pgmap v18479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:32.039831+0000 mgr.y (mgr.24491) 20918 : cluster [DBG] pgmap v18479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:32.039831+0000 mgr.y (mgr.24491) 20918 : cluster [DBG] pgmap v18479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:34.040242+0000 mgr.y (mgr.24491) 20919 : cluster [DBG] pgmap v18480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:34.040242+0000 mgr.y (mgr.24491) 20919 : cluster [DBG] pgmap v18480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:34.040242+0000 mgr.y (mgr.24491) 20919 : cluster [DBG] pgmap v18480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:36.040979+0000 mgr.y (mgr.24491) 20920 : cluster [DBG] pgmap v18481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:36.040979+0000 mgr.y (mgr.24491) 20920 : cluster [DBG] pgmap v18481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:36.040979+0000 mgr.y (mgr.24491) 20920 : cluster [DBG] pgmap v18481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:37] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:48:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:38.041436+0000 mgr.y (mgr.24491) 20921 : cluster [DBG] pgmap v18482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:38.041436+0000 mgr.y (mgr.24491) 20921 : cluster [DBG] pgmap v18482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:38.041436+0000 mgr.y (mgr.24491) 20921 : cluster [DBG] pgmap v18482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:40.042236+0000 mgr.y (mgr.24491) 20922 : cluster [DBG] pgmap v18483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:48:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:40.042236+0000 mgr.y (mgr.24491) 20922 : cluster [DBG] pgmap v18483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:41.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:40.042236+0000 mgr.y (mgr.24491) 20922 : cluster [DBG] pgmap v18483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:42.042688+0000 mgr.y (mgr.24491) 20923 : cluster [DBG] pgmap v18484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:42.042688+0000 mgr.y (mgr.24491) 20923 : cluster [DBG] pgmap v18484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:42.042688+0000 mgr.y (mgr.24491) 20923 : cluster [DBG] pgmap v18484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:44.043095+0000 mgr.y (mgr.24491) 20924 : cluster [DBG] pgmap v18485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:44.043095+0000 mgr.y (mgr.24491) 20924 : cluster [DBG] pgmap v18485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:44.043095+0000 mgr.y (mgr.24491) 20924 : cluster [DBG] pgmap v18485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:46.043816+0000 mgr.y (mgr.24491) 20925 : cluster [DBG] pgmap v18486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:48:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:46.043816+0000 mgr.y (mgr.24491) 20925 : cluster [DBG] pgmap v18486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:46.043816+0000 mgr.y (mgr.24491) 20925 : cluster [DBG] pgmap v18486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:48.044363+0000 mgr.y (mgr.24491) 20926 : cluster [DBG] pgmap v18487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:48.044363+0000 mgr.y (mgr.24491) 20926 : cluster [DBG] pgmap v18487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:48.044363+0000 mgr.y (mgr.24491) 20926 : cluster [DBG] pgmap v18487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:48:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:50.045214+0000 mgr.y (mgr.24491) 20927 : cluster [DBG] pgmap v18488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:50.045214+0000 mgr.y (mgr.24491) 20927 : cluster [DBG] pgmap v18488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:50.045214+0000 mgr.y (mgr.24491) 20927 : cluster [DBG] pgmap v18488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:52.045723+0000 mgr.y (mgr.24491) 20928 : cluster [DBG] pgmap v18489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:52.045723+0000 mgr.y (mgr.24491) 20928 : cluster [DBG] pgmap v18489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:52.045723+0000 mgr.y (mgr.24491) 20928 : cluster [DBG] pgmap v18489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:54.046131+0000 mgr.y (mgr.24491) 20929 : cluster [DBG] pgmap v18490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:54.046131+0000 mgr.y (mgr.24491) 20929 : cluster [DBG] pgmap v18490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:54.046131+0000 mgr.y (mgr.24491) 20929 : cluster [DBG] pgmap v18490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:48:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:48:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:56.046922+0000 mgr.y (mgr.24491) 20930 : cluster [DBG] pgmap v18491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:56.046922+0000 mgr.y (mgr.24491) 20930 : cluster [DBG] pgmap v18491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:56.046922+0000 mgr.y (mgr.24491) 20930 : cluster [DBG] pgmap v18491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:48:58.047353+0000 mgr.y (mgr.24491) 20931 : cluster [DBG] pgmap v18492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:48:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:48:58.047353+0000 mgr.y (mgr.24491) 20931 : cluster [DBG] pgmap v18492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:48:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:48:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:48:58.047353+0000 mgr.y (mgr.24491) 20931 : cluster [DBG] pgmap v18492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:49:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:00.048254+0000 mgr.y (mgr.24491) 20932 : cluster [DBG] pgmap v18493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:00.048254+0000 mgr.y (mgr.24491) 20932 : cluster [DBG] pgmap v18493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:00.048254+0000 mgr.y (mgr.24491) 20932 : cluster [DBG] pgmap v18493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:02.220 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:49:02.501 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:49:02.501 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:49:02.501 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:49:02.501 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:49:02.501 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:49:02.501 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 4m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 4m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 4m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 4m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:49:02.502 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:49:02.503 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:49:02.503 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:49:02.846 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:49:02.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:49:02.848 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:49:02.848 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:49:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:02.048643+0000 mgr.y (mgr.24491) 20933 : cluster [DBG] pgmap v18494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:49:02.208926+0000 mgr.y (mgr.24491) 20934 : audit [DBG] from='client.36372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:49:02.495251+0000 mgr.y (mgr.24491) 20935 : audit [DBG] from='client.36378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:49:02.847983+0000 mon.a (mon.0) 4260 : audit [DBG] from='client.? 172.21.15.177:0/2243099144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:49:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:02.048643+0000 mgr.y (mgr.24491) 20933 : cluster [DBG] pgmap v18494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:49:02.208926+0000 mgr.y (mgr.24491) 20934 : audit [DBG] from='client.36372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:49:02.495251+0000 mgr.y (mgr.24491) 20935 : audit [DBG] from='client.36378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:49:02.847983+0000 mon.a (mon.0) 4260 : audit [DBG] from='client.? 172.21.15.177:0/2243099144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:49:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:02.048643+0000 mgr.y (mgr.24491) 20933 : cluster [DBG] pgmap v18494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:49:02.208926+0000 mgr.y (mgr.24491) 20934 : audit [DBG] from='client.36372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:49:02.495251+0000 mgr.y (mgr.24491) 20935 : audit [DBG] from='client.36378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:49:02.847983+0000 mon.a (mon.0) 4260 : audit [DBG] from='client.? 172.21.15.177:0/2243099144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:49:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:04.049191+0000 mgr.y (mgr.24491) 20936 : cluster [DBG] pgmap v18495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:06.148 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:04.049191+0000 mgr.y (mgr.24491) 20936 : cluster [DBG] pgmap v18495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:04.049191+0000 mgr.y (mgr.24491) 20936 : cluster [DBG] pgmap v18495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:06.050095+0000 mgr.y (mgr.24491) 20937 : cluster [DBG] pgmap v18496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:49:07.076280+0000 mon.a (mon.0) 4261 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:49:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:49:07.369169+0000 mon.a (mon.0) 4262 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:49:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:49:07.369789+0000 mon.a (mon.0) 4263 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:49:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:49:07.374001+0000 mon.a (mon.0) 4264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:49:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:49:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:06.050095+0000 mgr.y (mgr.24491) 20937 : cluster [DBG] pgmap v18496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:49:07.076280+0000 mon.a (mon.0) 4261 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:49:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:49:07.369169+0000 mon.a (mon.0) 4262 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:49:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:49:07.369789+0000 mon.a (mon.0) 4263 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:49:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:49:07.374001+0000 mon.a (mon.0) 4264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:49:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:06.050095+0000 mgr.y (mgr.24491) 20937 : cluster [DBG] pgmap v18496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:49:07.076280+0000 mon.a (mon.0) 4261 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:49:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:49:07.369169+0000 mon.a (mon.0) 4262 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:49:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:49:07.369789+0000 mon.a (mon.0) 4263 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:49:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:49:07.374001+0000 mon.a (mon.0) 4264 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:49:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:08.050437+0000 mgr.y (mgr.24491) 20938 : cluster [DBG] pgmap v18497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:08.050437+0000 mgr.y (mgr.24491) 20938 : cluster [DBG] pgmap v18497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:08.050437+0000 mgr.y (mgr.24491) 20938 : cluster [DBG] pgmap v18497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:49:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:10.051058+0000 mgr.y (mgr.24491) 20939 : cluster [DBG] pgmap v18498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:10.051058+0000 mgr.y (mgr.24491) 20939 : cluster [DBG] pgmap v18498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:10.051058+0000 mgr.y (mgr.24491) 20939 : cluster [DBG] pgmap v18498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:12.051554+0000 mgr.y (mgr.24491) 20940 : cluster [DBG] pgmap v18499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:12.051554+0000 mgr.y (mgr.24491) 20940 : cluster [DBG] pgmap v18499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:12.051554+0000 mgr.y (mgr.24491) 20940 : cluster [DBG] pgmap v18499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:14.051948+0000 mgr.y (mgr.24491) 20941 : cluster [DBG] pgmap v18500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:14.051948+0000 mgr.y (mgr.24491) 20941 : cluster [DBG] pgmap v18500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:14.051948+0000 mgr.y (mgr.24491) 20941 : cluster [DBG] pgmap v18500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:16.052674+0000 mgr.y (mgr.24491) 20942 : cluster [DBG] pgmap v18501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:17] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:49:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:16.052674+0000 mgr.y (mgr.24491) 20942 : cluster [DBG] pgmap v18501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:16.052674+0000 mgr.y (mgr.24491) 20942 : cluster [DBG] pgmap v18501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:18.053262+0000 mgr.y (mgr.24491) 20943 : cluster [DBG] pgmap v18502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:18.053262+0000 mgr.y (mgr.24491) 20943 : cluster [DBG] pgmap v18502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:18.053262+0000 mgr.y (mgr.24491) 20943 : cluster [DBG] pgmap v18502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:49:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:20.054186+0000 mgr.y (mgr.24491) 20944 : cluster [DBG] pgmap v18503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:20.054186+0000 mgr.y (mgr.24491) 20944 : cluster [DBG] pgmap v18503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:20.054186+0000 mgr.y (mgr.24491) 20944 : cluster [DBG] pgmap v18503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:22.054634+0000 mgr.y (mgr.24491) 20945 : cluster [DBG] pgmap v18504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:22.054634+0000 mgr.y (mgr.24491) 20945 : cluster [DBG] pgmap v18504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:22.054634+0000 mgr.y (mgr.24491) 20945 : cluster [DBG] pgmap v18504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:24.055230+0000 mgr.y (mgr.24491) 20946 : cluster [DBG] pgmap v18505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:24.055230+0000 mgr.y (mgr.24491) 20946 : cluster [DBG] pgmap v18505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:24.055230+0000 mgr.y (mgr.24491) 20946 : cluster [DBG] pgmap v18505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:26.056052+0000 mgr.y (mgr.24491) 20947 : cluster [DBG] pgmap v18506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:27] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:49:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:26.056052+0000 mgr.y (mgr.24491) 20947 : cluster [DBG] pgmap v18506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:26.056052+0000 mgr.y (mgr.24491) 20947 : cluster [DBG] pgmap v18506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:28.056511+0000 mgr.y (mgr.24491) 20948 : cluster [DBG] pgmap v18507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:28.056511+0000 mgr.y (mgr.24491) 20948 : cluster [DBG] pgmap v18507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:28.056511+0000 mgr.y (mgr.24491) 20948 : cluster [DBG] pgmap v18507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:49:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:30.057133+0000 mgr.y (mgr.24491) 20949 : cluster [DBG] pgmap v18508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:30.057133+0000 mgr.y (mgr.24491) 20949 : cluster [DBG] pgmap v18508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:30.057133+0000 mgr.y (mgr.24491) 20949 : cluster [DBG] pgmap v18508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:33.157 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:49:33.430 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:49:33.430 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:49:33.430 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 5m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 5m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 5m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:49:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:49:33.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:49:33.432 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:49:33.432 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:49:33.773 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:49:33.774 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:49:33.774 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:49:33.774 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:49:33.774 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:49:33.774 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:49:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:32.057633+0000 mgr.y (mgr.24491) 20950 : cluster [DBG] pgmap v18509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:32.057633+0000 mgr.y (mgr.24491) 20950 : cluster [DBG] pgmap v18509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:32.057633+0000 mgr.y (mgr.24491) 20950 : cluster [DBG] pgmap v18509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:49:33.146877+0000 mgr.y (mgr.24491) 20951 : audit [DBG] from='client.46298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:49:33.424669+0000 mgr.y (mgr.24491) 20952 : audit [DBG] from='client.36396 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:49:33.769132+0000 mon.c (mon.2) 646 : audit [DBG] from='client.? 172.21.15.177:0/3309218370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:49:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:49:33.146877+0000 mgr.y (mgr.24491) 20951 : audit [DBG] from='client.46298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:49:33.424669+0000 mgr.y (mgr.24491) 20952 : audit [DBG] from='client.36396 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:49:33.769132+0000 mon.c (mon.2) 646 : audit [DBG] from='client.? 172.21.15.177:0/3309218370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:49:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:49:33.146877+0000 mgr.y (mgr.24491) 20951 : audit [DBG] from='client.46298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:49:33.424669+0000 mgr.y (mgr.24491) 20952 : audit [DBG] from='client.36396 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:49:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:49:33.769132+0000 mon.c (mon.2) 646 : audit [DBG] from='client.? 172.21.15.177:0/3309218370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:49:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:34.058173+0000 mgr.y (mgr.24491) 20953 : cluster [DBG] pgmap v18510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:34.058173+0000 mgr.y (mgr.24491) 20953 : cluster [DBG] pgmap v18510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:34.058173+0000 mgr.y (mgr.24491) 20953 : cluster [DBG] pgmap v18510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:36.058819+0000 mgr.y (mgr.24491) 20954 : cluster [DBG] pgmap v18511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:49:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:36.058819+0000 mgr.y (mgr.24491) 20954 : cluster [DBG] pgmap v18511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:36.058819+0000 mgr.y (mgr.24491) 20954 : cluster [DBG] pgmap v18511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:38.059314+0000 mgr.y (mgr.24491) 20955 : cluster [DBG] pgmap v18512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:38.059314+0000 mgr.y (mgr.24491) 20955 : cluster [DBG] pgmap v18512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:38.059314+0000 mgr.y (mgr.24491) 20955 : cluster [DBG] pgmap v18512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:49:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:40.059970+0000 mgr.y (mgr.24491) 20956 : cluster [DBG] pgmap v18513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:40.059970+0000 mgr.y (mgr.24491) 20956 : cluster [DBG] pgmap v18513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:40.059970+0000 mgr.y (mgr.24491) 20956 : cluster [DBG] pgmap v18513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:42.060347+0000 mgr.y (mgr.24491) 20957 : cluster [DBG] pgmap v18514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:42.060347+0000 mgr.y (mgr.24491) 20957 : cluster [DBG] pgmap v18514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:42.060347+0000 mgr.y (mgr.24491) 20957 : cluster [DBG] pgmap v18514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:44.060838+0000 mgr.y (mgr.24491) 20958 : cluster [DBG] pgmap v18515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:44.060838+0000 mgr.y (mgr.24491) 20958 : cluster [DBG] pgmap v18515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:44.060838+0000 mgr.y (mgr.24491) 20958 : cluster [DBG] pgmap v18515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:46.061531+0000 mgr.y (mgr.24491) 20959 : cluster [DBG] pgmap v18516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:47] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:49:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:46.061531+0000 mgr.y (mgr.24491) 20959 : cluster [DBG] pgmap v18516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:46.061531+0000 mgr.y (mgr.24491) 20959 : cluster [DBG] pgmap v18516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:48.062056+0000 mgr.y (mgr.24491) 20960 : cluster [DBG] pgmap v18517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:48.062056+0000 mgr.y (mgr.24491) 20960 : cluster [DBG] pgmap v18517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:48.062056+0000 mgr.y (mgr.24491) 20960 : cluster [DBG] pgmap v18517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:49:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:50.062702+0000 mgr.y (mgr.24491) 20961 : cluster [DBG] pgmap v18518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:50.062702+0000 mgr.y (mgr.24491) 20961 : cluster [DBG] pgmap v18518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:50.062702+0000 mgr.y (mgr.24491) 20961 : cluster [DBG] pgmap v18518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:52.063085+0000 mgr.y (mgr.24491) 20962 : cluster [DBG] pgmap v18519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:52.063085+0000 mgr.y (mgr.24491) 20962 : cluster [DBG] pgmap v18519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:52.063085+0000 mgr.y (mgr.24491) 20962 : cluster [DBG] pgmap v18519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:54.063504+0000 mgr.y (mgr.24491) 20963 : cluster [DBG] pgmap v18520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:54.063504+0000 mgr.y (mgr.24491) 20963 : cluster [DBG] pgmap v18520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:54.063504+0000 mgr.y (mgr.24491) 20963 : cluster [DBG] pgmap v18520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:56.064162+0000 mgr.y (mgr.24491) 20964 : cluster [DBG] pgmap v18521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:49:57] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:49:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:56.064162+0000 mgr.y (mgr.24491) 20964 : cluster [DBG] pgmap v18521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:49:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:56.064162+0000 mgr.y (mgr.24491) 20964 : cluster [DBG] pgmap v18521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:49:58.064697+0000 mgr.y (mgr.24491) 20965 : cluster [DBG] pgmap v18522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:49:58.064697+0000 mgr.y (mgr.24491) 20965 : cluster [DBG] pgmap v18522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T13:49:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:50:00.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:49:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:49:58.064697+0000 mgr.y (mgr.24491) 20965 : cluster [DBG] pgmap v18522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:01.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:00.000126+0000 mon.a (mon.0) 4265 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:50:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:00.000126+0000 mon.a (mon.0) 4265 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:50:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:00.000126+0000 mon.a (mon.0) 4265 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T13:50:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:50:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:00.065389+0000 mgr.y (mgr.24491) 20966 : cluster [DBG] pgmap v18523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:00.065389+0000 mgr.y (mgr.24491) 20966 : cluster [DBG] pgmap v18523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:00.065389+0000 mgr.y (mgr.24491) 20966 : cluster [DBG] pgmap v18523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:04.085 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:50:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:02.065763+0000 mgr.y (mgr.24491) 20967 : cluster [DBG] pgmap v18524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:02.065763+0000 mgr.y (mgr.24491) 20967 : cluster [DBG] pgmap v18524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:02.065763+0000 mgr.y (mgr.24491) 20967 : cluster [DBG] pgmap v18524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:04.365 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:50:04.366 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:50:04.366 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:50:04.366 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:50:04.366 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:50:04.366 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:50:04.366 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:50:04.366 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:50:04.366 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:50:04.366 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:50:04.366 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:50:04.366 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:50:04.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 5m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:50:04.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 5m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:50:04.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 5m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:50:04.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:50:04.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:50:04.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:50:04.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:50:04.367 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:50:04.367 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:50:04.700 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:50:04.700 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:50:04.700 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:50:04.701 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:50:05.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:50:04.702115+0000 mon.c (mon.2) 647 : audit [DBG] from='client.? 172.21.15.177:0/1459400670' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:50:05.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:50:04.702115+0000 mon.c (mon.2) 647 : audit [DBG] from='client.? 172.21.15.177:0/1459400670' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:50:05.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:50:04.702115+0000 mon.c (mon.2) 647 : audit [DBG] from='client.? 172.21.15.177:0/1459400670' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:50:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:04.066123+0000 mgr.y (mgr.24491) 20968 : cluster [DBG] pgmap v18525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:50:04.075499+0000 mgr.y (mgr.24491) 20969 : audit [DBG] from='client.36408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:50:04.359338+0000 mgr.y (mgr.24491) 20970 : audit [DBG] from='client.36414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:04.066123+0000 mgr.y (mgr.24491) 20968 : cluster [DBG] pgmap v18525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:50:04.075499+0000 mgr.y (mgr.24491) 20969 : audit [DBG] from='client.36408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:50:04.359338+0000 mgr.y (mgr.24491) 20970 : audit [DBG] from='client.36414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:04.066123+0000 mgr.y (mgr.24491) 20968 : cluster [DBG] pgmap v18525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:50:04.075499+0000 mgr.y (mgr.24491) 20969 : audit [DBG] from='client.36408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:50:04.359338+0000 mgr.y (mgr.24491) 20970 : audit [DBG] from='client.36414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:50:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:06.066866+0000 mgr.y (mgr.24491) 20971 : cluster [DBG] pgmap v18526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:50:07.378253+0000 mon.a (mon.0) 4266 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:50:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:50:07.670146+0000 mon.a (mon.0) 4267 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:50:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:50:07.670820+0000 mon.a (mon.0) 4268 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:50:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:50:07.675251+0000 mon.a (mon.0) 4269 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:50:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:06.066866+0000 mgr.y (mgr.24491) 20971 : cluster [DBG] pgmap v18526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:50:07.378253+0000 mon.a (mon.0) 4266 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:50:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:50:07.670146+0000 mon.a (mon.0) 4267 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:50:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:50:07.670820+0000 mon.a (mon.0) 4268 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:50:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:50:07.675251+0000 mon.a (mon.0) 4269 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:50:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:06.066866+0000 mgr.y (mgr.24491) 20971 : cluster [DBG] pgmap v18526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:50:07.378253+0000 mon.a (mon.0) 4266 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:50:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:50:07.670146+0000 mon.a (mon.0) 4267 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:50:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:50:07.670820+0000 mon.a (mon.0) 4268 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:50:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:50:07.675251+0000 mon.a (mon.0) 4269 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:50:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:08.067192+0000 mgr.y (mgr.24491) 20972 : cluster [DBG] pgmap v18527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:08.067192+0000 mgr.y (mgr.24491) 20972 : cluster [DBG] pgmap v18527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:08.067192+0000 mgr.y (mgr.24491) 20972 : cluster [DBG] pgmap v18527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:50:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:10.068060+0000 mgr.y (mgr.24491) 20973 : cluster [DBG] pgmap v18528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:10.068060+0000 mgr.y (mgr.24491) 20973 : cluster [DBG] pgmap v18528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:12.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:10.068060+0000 mgr.y (mgr.24491) 20973 : cluster [DBG] pgmap v18528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:12.068676+0000 mgr.y (mgr.24491) 20974 : cluster [DBG] pgmap v18529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:12.068676+0000 mgr.y (mgr.24491) 20974 : cluster [DBG] pgmap v18529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:14.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:12.068676+0000 mgr.y (mgr.24491) 20974 : cluster [DBG] pgmap v18529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:14.069126+0000 mgr.y (mgr.24491) 20975 : cluster [DBG] pgmap v18530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:14.069126+0000 mgr.y (mgr.24491) 20975 : cluster [DBG] pgmap v18530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:14.069126+0000 mgr.y (mgr.24491) 20975 : cluster [DBG] pgmap v18530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:50:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:16.069806+0000 mgr.y (mgr.24491) 20976 : cluster [DBG] pgmap v18531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:16.069806+0000 mgr.y (mgr.24491) 20976 : cluster [DBG] pgmap v18531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:16.069806+0000 mgr.y (mgr.24491) 20976 : cluster [DBG] pgmap v18531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:18.070245+0000 mgr.y (mgr.24491) 20977 : cluster [DBG] pgmap v18532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:18.070245+0000 mgr.y (mgr.24491) 20977 : cluster [DBG] pgmap v18532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:20.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:18.070245+0000 mgr.y (mgr.24491) 20977 : cluster [DBG] pgmap v18532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:50:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:20.071030+0000 mgr.y (mgr.24491) 20978 : cluster [DBG] pgmap v18533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:20.071030+0000 mgr.y (mgr.24491) 20978 : cluster [DBG] pgmap v18533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:20.071030+0000 mgr.y (mgr.24491) 20978 : cluster [DBG] pgmap v18533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:22.071421+0000 mgr.y (mgr.24491) 20979 : cluster [DBG] pgmap v18534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:22.071421+0000 mgr.y (mgr.24491) 20979 : cluster [DBG] pgmap v18534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:22.071421+0000 mgr.y (mgr.24491) 20979 : cluster [DBG] pgmap v18534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:25.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:24.071884+0000 mgr.y (mgr.24491) 20980 : cluster [DBG] pgmap v18535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:24.071884+0000 mgr.y (mgr.24491) 20980 : cluster [DBG] pgmap v18535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:25.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:24.071884+0000 mgr.y (mgr.24491) 20980 : cluster [DBG] pgmap v18535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:27.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:26.072684+0000 mgr.y (mgr.24491) 20981 : cluster [DBG] pgmap v18536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:26.072684+0000 mgr.y (mgr.24491) 20981 : cluster [DBG] pgmap v18536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:26.072684+0000 mgr.y (mgr.24491) 20981 : cluster [DBG] pgmap v18536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:50:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:28.073135+0000 mgr.y (mgr.24491) 20982 : cluster [DBG] pgmap v18537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:29.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:28.073135+0000 mgr.y (mgr.24491) 20982 : cluster [DBG] pgmap v18537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:29.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:28.073135+0000 mgr.y (mgr.24491) 20982 : cluster [DBG] pgmap v18537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:30.074007+0000 mgr.y (mgr.24491) 20983 : cluster [DBG] pgmap v18538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:31.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:30.074007+0000 mgr.y (mgr.24491) 20983 : cluster [DBG] pgmap v18538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:30.074007+0000 mgr.y (mgr.24491) 20983 : cluster [DBG] pgmap v18538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:50:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:32.074422+0000 mgr.y (mgr.24491) 20984 : cluster [DBG] pgmap v18539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:32.074422+0000 mgr.y (mgr.24491) 20984 : cluster [DBG] pgmap v18539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:33.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:32.074422+0000 mgr.y (mgr.24491) 20984 : cluster [DBG] pgmap v18539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:35.006 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:50:35.284 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 6m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 6m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 6m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 6m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 6m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 6m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 6m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 6m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 6m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 6m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 6m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 6m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 6m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:50:35.285 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 6m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:50:35.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 6m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:50:35.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 6m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:50:35.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 6m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:50:35.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 6m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:50:35.286 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 6m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:50:35.286 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 6m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:50:35.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:34.075030+0000 mgr.y (mgr.24491) 20985 : cluster [DBG] pgmap v18540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:34.075030+0000 mgr.y (mgr.24491) 20985 : cluster [DBG] pgmap v18540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:34.075030+0000 mgr.y (mgr.24491) 20985 : cluster [DBG] pgmap v18540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:35.619 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:50:35.619 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:50:35.620 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:50:35.620 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:50:35.620 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:50:35.620 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:50:35.620 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:50:35.620 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:50:35.620 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:50:35.620 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:50:35.620 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:50:35.620 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:50:35.620 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:50:35.621 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:50:35.621 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:50:35.621 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:50:35.621 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:50:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:50:34.996205+0000 mgr.y (mgr.24491) 20986 : audit [DBG] from='client.46334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:50:35.278770+0000 mgr.y (mgr.24491) 20987 : audit [DBG] from='client.36432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:50:35.621521+0000 mon.c (mon.2) 648 : audit [DBG] from='client.? 172.21.15.177:0/3973001087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:50:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:50:34.996205+0000 mgr.y (mgr.24491) 20986 : audit [DBG] from='client.46334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:50:35.278770+0000 mgr.y (mgr.24491) 20987 : audit [DBG] from='client.36432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:50:35.621521+0000 mon.c (mon.2) 648 : audit [DBG] from='client.? 172.21.15.177:0/3973001087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:50:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:50:34.996205+0000 mgr.y (mgr.24491) 20986 : audit [DBG] from='client.46334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:50:35.278770+0000 mgr.y (mgr.24491) 20987 : audit [DBG] from='client.36432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:50:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:50:35.621521+0000 mon.c (mon.2) 648 : audit [DBG] from='client.? 172.21.15.177:0/3973001087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:50:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:36.075534+0000 mgr.y (mgr.24491) 20988 : cluster [DBG] pgmap v18541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:37.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:36.075534+0000 mgr.y (mgr.24491) 20988 : cluster [DBG] pgmap v18541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:36.075534+0000 mgr.y (mgr.24491) 20988 : cluster [DBG] pgmap v18541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:50:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:38.075934+0000 mgr.y (mgr.24491) 20989 : cluster [DBG] pgmap v18542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:39.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:38.075934+0000 mgr.y (mgr.24491) 20989 : cluster [DBG] pgmap v18542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:39.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:38.075934+0000 mgr.y (mgr.24491) 20989 : cluster [DBG] pgmap v18542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:40.076561+0000 mgr.y (mgr.24491) 20990 : cluster [DBG] pgmap v18543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:50:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:40.076561+0000 mgr.y (mgr.24491) 20990 : cluster [DBG] pgmap v18543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:40.076561+0000 mgr.y (mgr.24491) 20990 : cluster [DBG] pgmap v18543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:42.077151+0000 mgr.y (mgr.24491) 20991 : cluster [DBG] pgmap v18544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:43.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:42.077151+0000 mgr.y (mgr.24491) 20991 : cluster [DBG] pgmap v18544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:42.077151+0000 mgr.y (mgr.24491) 20991 : cluster [DBG] pgmap v18544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:45.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:44.077581+0000 mgr.y (mgr.24491) 20992 : cluster [DBG] pgmap v18545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:44.077581+0000 mgr.y (mgr.24491) 20992 : cluster [DBG] pgmap v18545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:44.077581+0000 mgr.y (mgr.24491) 20992 : cluster [DBG] pgmap v18545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:46.078203+0000 mgr.y (mgr.24491) 20993 : cluster [DBG] pgmap v18546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:46.078203+0000 mgr.y (mgr.24491) 20993 : cluster [DBG] pgmap v18546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:46.078203+0000 mgr.y (mgr.24491) 20993 : cluster [DBG] pgmap v18546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:47] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:50:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:48.078622+0000 mgr.y (mgr.24491) 20994 : cluster [DBG] pgmap v18547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:48.078622+0000 mgr.y (mgr.24491) 20994 : cluster [DBG] pgmap v18547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:48.078622+0000 mgr.y (mgr.24491) 20994 : cluster [DBG] pgmap v18547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:50.079433+0000 mgr.y (mgr.24491) 20995 : cluster [DBG] pgmap v18548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:50:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:50.079433+0000 mgr.y (mgr.24491) 20995 : cluster [DBG] pgmap v18548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:50.079433+0000 mgr.y (mgr.24491) 20995 : cluster [DBG] pgmap v18548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:52.079871+0000 mgr.y (mgr.24491) 20996 : cluster [DBG] pgmap v18549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:52.079871+0000 mgr.y (mgr.24491) 20996 : cluster [DBG] pgmap v18549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:52.079871+0000 mgr.y (mgr.24491) 20996 : cluster [DBG] pgmap v18549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:54.080344+0000 mgr.y (mgr.24491) 20997 : cluster [DBG] pgmap v18550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:54.080344+0000 mgr.y (mgr.24491) 20997 : cluster [DBG] pgmap v18550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:54.080344+0000 mgr.y (mgr.24491) 20997 : cluster [DBG] pgmap v18550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:56.081187+0000 mgr.y (mgr.24491) 20998 : cluster [DBG] pgmap v18551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:57.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:56.081187+0000 mgr.y (mgr.24491) 20998 : cluster [DBG] pgmap v18551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:56.081187+0000 mgr.y (mgr.24491) 20998 : cluster [DBG] pgmap v18551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:50:57] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:50:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:50:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:50:58.081678+0000 mgr.y (mgr.24491) 20999 : cluster [DBG] pgmap v18552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:50:58.081678+0000 mgr.y (mgr.24491) 20999 : cluster [DBG] pgmap v18552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:50:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:50:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:50:58.081678+0000 mgr.y (mgr.24491) 20999 : cluster [DBG] pgmap v18552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:00.082334+0000 mgr.y (mgr.24491) 21000 : cluster [DBG] pgmap v18553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:51:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:00.082334+0000 mgr.y (mgr.24491) 21000 : cluster [DBG] pgmap v18553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:00.082334+0000 mgr.y (mgr.24491) 21000 : cluster [DBG] pgmap v18553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:02.082999+0000 mgr.y (mgr.24491) 21001 : cluster [DBG] pgmap v18554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:02.082999+0000 mgr.y (mgr.24491) 21001 : cluster [DBG] pgmap v18554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:02.082999+0000 mgr.y (mgr.24491) 21001 : cluster [DBG] pgmap v18554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:04.083562+0000 mgr.y (mgr.24491) 21002 : cluster [DBG] pgmap v18555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:05.648 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:04.083562+0000 mgr.y (mgr.24491) 21002 : cluster [DBG] pgmap v18555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:04.083562+0000 mgr.y (mgr.24491) 21002 : cluster [DBG] pgmap v18555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:05.934 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 7m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 7m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 7m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 7m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 7m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 7m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 7m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 7m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 7m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 7m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 7m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 7m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:51:06.211 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 7m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:51:06.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 7m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:51:06.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 7m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:51:06.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 7m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:51:06.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 7m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:51:06.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 7m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:51:06.212 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 7m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:51:06.212 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 7m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:51:06.543 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:51:06.543 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:51:06.544 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:51:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:51:05.924893+0000 mgr.y (mgr.24491) 21003 : audit [DBG] from='client.46352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:06.084185+0000 mgr.y (mgr.24491) 21004 : cluster [DBG] pgmap v18556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:51:06.204823+0000 mgr.y (mgr.24491) 21005 : audit [DBG] from='client.46358 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:51:06.545559+0000 mon.a (mon.0) 4270 : audit [DBG] from='client.? 172.21.15.177:0/1372908153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:51:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:51:05.924893+0000 mgr.y (mgr.24491) 21003 : audit [DBG] from='client.46352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:06.084185+0000 mgr.y (mgr.24491) 21004 : cluster [DBG] pgmap v18556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:51:06.204823+0000 mgr.y (mgr.24491) 21005 : audit [DBG] from='client.46358 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:51:06.545559+0000 mon.a (mon.0) 4270 : audit [DBG] from='client.? 172.21.15.177:0/1372908153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:51:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:51:05.924893+0000 mgr.y (mgr.24491) 21003 : audit [DBG] from='client.46352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:06.084185+0000 mgr.y (mgr.24491) 21004 : cluster [DBG] pgmap v18556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:51:06.204823+0000 mgr.y (mgr.24491) 21005 : audit [DBG] from='client.46358 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:51:06.545559+0000 mon.a (mon.0) 4270 : audit [DBG] from='client.? 172.21.15.177:0/1372908153' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:51:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:51:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:51:07.679550+0000 mon.a (mon.0) 4271 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:51:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:51:07.973153+0000 mon.a (mon.0) 4272 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:51:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:51:07.973790+0000 mon.a (mon.0) 4273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:51:08.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:51:07.978307+0000 mon.a (mon.0) 4274 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:51:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:51:07.679550+0000 mon.a (mon.0) 4271 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:51:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:51:07.973153+0000 mon.a (mon.0) 4272 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:51:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:51:07.973790+0000 mon.a (mon.0) 4273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:51:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:51:07.978307+0000 mon.a (mon.0) 4274 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:51:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:51:07.679550+0000 mon.a (mon.0) 4271 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:51:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:51:07.973153+0000 mon.a (mon.0) 4272 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:51:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:51:07.973790+0000 mon.a (mon.0) 4273 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:51:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:51:07.978307+0000 mon.a (mon.0) 4274 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:51:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:08.084687+0000 mgr.y (mgr.24491) 21006 : cluster [DBG] pgmap v18557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:08.084687+0000 mgr.y (mgr.24491) 21006 : cluster [DBG] pgmap v18557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:09.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:08.084687+0000 mgr.y (mgr.24491) 21006 : cluster [DBG] pgmap v18557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:51:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:10.085482+0000 mgr.y (mgr.24491) 21007 : cluster [DBG] pgmap v18558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:10.085482+0000 mgr.y (mgr.24491) 21007 : cluster [DBG] pgmap v18558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:10.085482+0000 mgr.y (mgr.24491) 21007 : cluster [DBG] pgmap v18558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:12.085877+0000 mgr.y (mgr.24491) 21008 : cluster [DBG] pgmap v18559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:12.085877+0000 mgr.y (mgr.24491) 21008 : cluster [DBG] pgmap v18559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:12.085877+0000 mgr.y (mgr.24491) 21008 : cluster [DBG] pgmap v18559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:14.086361+0000 mgr.y (mgr.24491) 21009 : cluster [DBG] pgmap v18560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:14.086361+0000 mgr.y (mgr.24491) 21009 : cluster [DBG] pgmap v18560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:14.086361+0000 mgr.y (mgr.24491) 21009 : cluster [DBG] pgmap v18560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:17] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:51:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:16.087196+0000 mgr.y (mgr.24491) 21010 : cluster [DBG] pgmap v18561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:16.087196+0000 mgr.y (mgr.24491) 21010 : cluster [DBG] pgmap v18561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:16.087196+0000 mgr.y (mgr.24491) 21010 : cluster [DBG] pgmap v18561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:18.087704+0000 mgr.y (mgr.24491) 21011 : cluster [DBG] pgmap v18562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:18.087704+0000 mgr.y (mgr.24491) 21011 : cluster [DBG] pgmap v18562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:18.087704+0000 mgr.y (mgr.24491) 21011 : cluster [DBG] pgmap v18562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:51:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:20.088457+0000 mgr.y (mgr.24491) 21012 : cluster [DBG] pgmap v18563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:20.088457+0000 mgr.y (mgr.24491) 21012 : cluster [DBG] pgmap v18563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:20.088457+0000 mgr.y (mgr.24491) 21012 : cluster [DBG] pgmap v18563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:22.088906+0000 mgr.y (mgr.24491) 21013 : cluster [DBG] pgmap v18564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:22.088906+0000 mgr.y (mgr.24491) 21013 : cluster [DBG] pgmap v18564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:22.088906+0000 mgr.y (mgr.24491) 21013 : cluster [DBG] pgmap v18564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:24.089445+0000 mgr.y (mgr.24491) 21014 : cluster [DBG] pgmap v18565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:24.089445+0000 mgr.y (mgr.24491) 21014 : cluster [DBG] pgmap v18565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:24.089445+0000 mgr.y (mgr.24491) 21014 : cluster [DBG] pgmap v18565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:26.090127+0000 mgr.y (mgr.24491) 21015 : cluster [DBG] pgmap v18566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:27] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:51:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:26.090127+0000 mgr.y (mgr.24491) 21015 : cluster [DBG] pgmap v18566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:26.090127+0000 mgr.y (mgr.24491) 21015 : cluster [DBG] pgmap v18566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:28.090508+0000 mgr.y (mgr.24491) 21016 : cluster [DBG] pgmap v18567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:28.090508+0000 mgr.y (mgr.24491) 21016 : cluster [DBG] pgmap v18567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:28.090508+0000 mgr.y (mgr.24491) 21016 : cluster [DBG] pgmap v18567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:51:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:30.091331+0000 mgr.y (mgr.24491) 21017 : cluster [DBG] pgmap v18568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:30.091331+0000 mgr.y (mgr.24491) 21017 : cluster [DBG] pgmap v18568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:30.091331+0000 mgr.y (mgr.24491) 21017 : cluster [DBG] pgmap v18568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:32.092000+0000 mgr.y (mgr.24491) 21018 : cluster [DBG] pgmap v18569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:32.092000+0000 mgr.y (mgr.24491) 21018 : cluster [DBG] pgmap v18569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:32.092000+0000 mgr.y (mgr.24491) 21018 : cluster [DBG] pgmap v18569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:34.092531+0000 mgr.y (mgr.24491) 21019 : cluster [DBG] pgmap v18570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:34.092531+0000 mgr.y (mgr.24491) 21019 : cluster [DBG] pgmap v18570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:34.092531+0000 mgr.y (mgr.24491) 21019 : cluster [DBG] pgmap v18570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:36.855 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:51:37.129 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:51:37.129 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 7m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:51:37.129 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 7m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:51:37.129 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 7m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:51:37.130 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 7m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:51:37.130 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 7m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:51:37.130 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 7m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:51:37.130 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 7m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:51:37.130 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 7m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:51:37.130 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 7m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:51:37.130 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 7m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:51:37.130 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 7m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:51:37.130 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 7m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:51:37.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 7m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:51:37.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 7m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:51:37.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 7m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:51:37.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 7m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:51:37.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 7m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:51:37.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 7m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:51:37.131 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 7m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:51:37.131 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 7m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:51:37.459 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:51:37.459 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:51:37.460 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:51:37.460 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:51:37.460 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:51:37.460 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:51:37.460 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:51:37.460 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:51:37.460 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:51:37.460 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:51:37.460 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:51:37.460 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:51:37.461 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:51:37.461 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:51:37.461 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:51:37.461 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:51:37.461 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:51:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:36.093327+0000 mgr.y (mgr.24491) 21020 : cluster [DBG] pgmap v18571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:51:37.461254+0000 mon.a (mon.0) 4275 : audit [DBG] from='client.? 172.21.15.177:0/3213583879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:51:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:37] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:51:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:36.093327+0000 mgr.y (mgr.24491) 21020 : cluster [DBG] pgmap v18571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:51:37.461254+0000 mon.a (mon.0) 4275 : audit [DBG] from='client.? 172.21.15.177:0/3213583879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:51:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:36.093327+0000 mgr.y (mgr.24491) 21020 : cluster [DBG] pgmap v18571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:51:37.461254+0000 mon.a (mon.0) 4275 : audit [DBG] from='client.? 172.21.15.177:0/3213583879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:51:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:51:36.844804+0000 mgr.y (mgr.24491) 21021 : audit [DBG] from='client.46370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:38.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:51:37.123196+0000 mgr.y (mgr.24491) 21022 : audit [DBG] from='client.36468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:51:36.844804+0000 mgr.y (mgr.24491) 21021 : audit [DBG] from='client.46370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:39.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:51:37.123196+0000 mgr.y (mgr.24491) 21022 : audit [DBG] from='client.36468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:51:36.844804+0000 mgr.y (mgr.24491) 21021 : audit [DBG] from='client.46370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:39.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:51:37.123196+0000 mgr.y (mgr.24491) 21022 : audit [DBG] from='client.36468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:51:40.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:38.093857+0000 mgr.y (mgr.24491) 21023 : cluster [DBG] pgmap v18572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:38.093857+0000 mgr.y (mgr.24491) 21023 : cluster [DBG] pgmap v18572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:38.093857+0000 mgr.y (mgr.24491) 21023 : cluster [DBG] pgmap v18572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:51:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:40.094627+0000 mgr.y (mgr.24491) 21024 : cluster [DBG] pgmap v18573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:40.094627+0000 mgr.y (mgr.24491) 21024 : cluster [DBG] pgmap v18573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:40.094627+0000 mgr.y (mgr.24491) 21024 : cluster [DBG] pgmap v18573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:42.095029+0000 mgr.y (mgr.24491) 21025 : cluster [DBG] pgmap v18574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:42.095029+0000 mgr.y (mgr.24491) 21025 : cluster [DBG] pgmap v18574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:42.095029+0000 mgr.y (mgr.24491) 21025 : cluster [DBG] pgmap v18574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:46.007 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:44.095566+0000 mgr.y (mgr.24491) 21026 : cluster [DBG] pgmap v18575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:46.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:44.095566+0000 mgr.y (mgr.24491) 21026 : cluster [DBG] pgmap v18575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:46.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:44.095566+0000 mgr.y (mgr.24491) 21026 : cluster [DBG] pgmap v18575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:48.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:46.096430+0000 mgr.y (mgr.24491) 21027 : cluster [DBG] pgmap v18576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:47] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T13:51:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:46.096430+0000 mgr.y (mgr.24491) 21027 : cluster [DBG] pgmap v18576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:46.096430+0000 mgr.y (mgr.24491) 21027 : cluster [DBG] pgmap v18576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:48.097033+0000 mgr.y (mgr.24491) 21028 : cluster [DBG] pgmap v18577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:48.097033+0000 mgr.y (mgr.24491) 21028 : cluster [DBG] pgmap v18577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:48.097033+0000 mgr.y (mgr.24491) 21028 : cluster [DBG] pgmap v18577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:51:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:50.097903+0000 mgr.y (mgr.24491) 21029 : cluster [DBG] pgmap v18578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:50.097903+0000 mgr.y (mgr.24491) 21029 : cluster [DBG] pgmap v18578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:50.097903+0000 mgr.y (mgr.24491) 21029 : cluster [DBG] pgmap v18578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:52.098375+0000 mgr.y (mgr.24491) 21030 : cluster [DBG] pgmap v18579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:52.098375+0000 mgr.y (mgr.24491) 21030 : cluster [DBG] pgmap v18579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:52.098375+0000 mgr.y (mgr.24491) 21030 : cluster [DBG] pgmap v18579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:54.098797+0000 mgr.y (mgr.24491) 21031 : cluster [DBG] pgmap v18580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:54.098797+0000 mgr.y (mgr.24491) 21031 : cluster [DBG] pgmap v18580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:54.098797+0000 mgr.y (mgr.24491) 21031 : cluster [DBG] pgmap v18580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:56.099541+0000 mgr.y (mgr.24491) 21032 : cluster [DBG] pgmap v18581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:51:57] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T13:51:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:56.099541+0000 mgr.y (mgr.24491) 21032 : cluster [DBG] pgmap v18581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:56.099541+0000 mgr.y (mgr.24491) 21032 : cluster [DBG] pgmap v18581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:51:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:51:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:51:58.100001+0000 mgr.y (mgr.24491) 21033 : cluster [DBG] pgmap v18582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:51:58.100001+0000 mgr.y (mgr.24491) 21033 : cluster [DBG] pgmap v18582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:51:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:51:58.100001+0000 mgr.y (mgr.24491) 21033 : cluster [DBG] pgmap v18582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:52:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:00.100761+0000 mgr.y (mgr.24491) 21034 : cluster [DBG] pgmap v18583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:00.100761+0000 mgr.y (mgr.24491) 21034 : cluster [DBG] pgmap v18583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:00.100761+0000 mgr.y (mgr.24491) 21034 : cluster [DBG] pgmap v18583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:02.101339+0000 mgr.y (mgr.24491) 21035 : cluster [DBG] pgmap v18584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:02.101339+0000 mgr.y (mgr.24491) 21035 : cluster [DBG] pgmap v18584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:02.101339+0000 mgr.y (mgr.24491) 21035 : cluster [DBG] pgmap v18584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:04.101948+0000 mgr.y (mgr.24491) 21036 : cluster [DBG] pgmap v18585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:04.101948+0000 mgr.y (mgr.24491) 21036 : cluster [DBG] pgmap v18585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:04.101948+0000 mgr.y (mgr.24491) 21036 : cluster [DBG] pgmap v18585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:07.771 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:52:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:06.102606+0000 mgr.y (mgr.24491) 21037 : cluster [DBG] pgmap v18586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 8m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 8m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 8m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 8m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 8m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 8m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 8m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 8m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:52:08.048 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 8m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:52:08.049 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 8m ago 10h 47.0M 2469M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:52:08.049 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 8m ago 10h 43.1M 2469M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:52:08.049 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 8m ago 10h 43.0M 2469M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:52:08.049 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:52:08.049 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:52:08.049 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:52:08.049 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:52:08.049 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:52:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:52:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:06.102606+0000 mgr.y (mgr.24491) 21037 : cluster [DBG] pgmap v18586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:06.102606+0000 mgr.y (mgr.24491) 21037 : cluster [DBG] pgmap v18586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:08.397 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:52:08.397 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:52:08.397 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:52:08.397 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:52:08.397 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:52:08.397 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:52:08.398 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:52:08.398 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:52:08.398 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:52:08.398 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:52:08.398 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:52:08.398 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:52:08.398 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:52:08.398 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:52:08.398 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:52:08.398 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:52:08.398 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:52:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:07.761116+0000 mgr.y (mgr.24491) 21038 : audit [DBG] from='client.36480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:07.983783+0000 mon.a (mon.0) 4276 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:52:09.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:08.278885+0000 mon.a (mon.0) 4277 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:08.279480+0000 mon.a (mon.0) 4278 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:08.280002+0000 mon.a (mon.0) 4279 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:08.280517+0000 mon.a (mon.0) 4280 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:08.286045+0000 mon.a (mon.0) 4281 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:52:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:08.287135+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:52:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:08.287807+0000 mon.a (mon.0) 4283 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:52:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:08.291987+0000 mon.a (mon.0) 4284 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:52:09.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:08.399174+0000 mon.c (mon.2) 649 : audit [DBG] from='client.? 172.21.15.177:0/3289900474' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:52:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:07.761116+0000 mgr.y (mgr.24491) 21038 : audit [DBG] from='client.36480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:07.983783+0000 mon.a (mon.0) 4276 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:52:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:08.278885+0000 mon.a (mon.0) 4277 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:08.279480+0000 mon.a (mon.0) 4278 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:08.280002+0000 mon.a (mon.0) 4279 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:08.280517+0000 mon.a (mon.0) 4280 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:08.286045+0000 mon.a (mon.0) 4281 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:52:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:08.287135+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:52:09.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:08.287807+0000 mon.a (mon.0) 4283 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:52:09.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:08.291987+0000 mon.a (mon.0) 4284 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:52:09.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:08.399174+0000 mon.c (mon.2) 649 : audit [DBG] from='client.? 172.21.15.177:0/3289900474' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:52:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:07.761116+0000 mgr.y (mgr.24491) 21038 : audit [DBG] from='client.36480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:07.983783+0000 mon.a (mon.0) 4276 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:52:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:08.278885+0000 mon.a (mon.0) 4277 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:08.279480+0000 mon.a (mon.0) 4278 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:08.280002+0000 mon.a (mon.0) 4279 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:08.280517+0000 mon.a (mon.0) 4280 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T13:52:09.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:08.286045+0000 mon.a (mon.0) 4281 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:52:09.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:08.287135+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:52:09.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:08.287807+0000 mon.a (mon.0) 4283 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:52:09.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:08.291987+0000 mon.a (mon.0) 4284 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:52:09.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:08.399174+0000 mon.c (mon.2) 649 : audit [DBG] from='client.? 172.21.15.177:0/3289900474' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:52:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:08.041682+0000 mgr.y (mgr.24491) 21039 : audit [DBG] from='client.46394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:08.102975+0000 mgr.y (mgr.24491) 21040 : cluster [DBG] pgmap v18587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T13:52:08.280916+0000 mgr.y (mgr.24491) 21041 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T13:52:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:08.041682+0000 mgr.y (mgr.24491) 21039 : audit [DBG] from='client.46394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:08.102975+0000 mgr.y (mgr.24491) 21040 : cluster [DBG] pgmap v18587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T13:52:08.280916+0000 mgr.y (mgr.24491) 21041 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T13:52:10.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:08.041682+0000 mgr.y (mgr.24491) 21039 : audit [DBG] from='client.46394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:08.102975+0000 mgr.y (mgr.24491) 21040 : cluster [DBG] pgmap v18587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T13:52:08.280916+0000 mgr.y (mgr.24491) 21041 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T13:52:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:52:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:10.103581+0000 mgr.y (mgr.24491) 21042 : cluster [DBG] pgmap v18588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:10.103581+0000 mgr.y (mgr.24491) 21042 : cluster [DBG] pgmap v18588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:10.103581+0000 mgr.y (mgr.24491) 21042 : cluster [DBG] pgmap v18588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:12.103969+0000 mgr.y (mgr.24491) 21043 : cluster [DBG] pgmap v18589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:12.103969+0000 mgr.y (mgr.24491) 21043 : cluster [DBG] pgmap v18589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:12.103969+0000 mgr.y (mgr.24491) 21043 : cluster [DBG] pgmap v18589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:14.104462+0000 mgr.y (mgr.24491) 21044 : cluster [DBG] pgmap v18590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:14.104462+0000 mgr.y (mgr.24491) 21044 : cluster [DBG] pgmap v18590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:14.104462+0000 mgr.y (mgr.24491) 21044 : cluster [DBG] pgmap v18590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:52:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:16.105180+0000 mgr.y (mgr.24491) 21045 : cluster [DBG] pgmap v18591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:16.105180+0000 mgr.y (mgr.24491) 21045 : cluster [DBG] pgmap v18591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:16.105180+0000 mgr.y (mgr.24491) 21045 : cluster [DBG] pgmap v18591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:20.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:18.105519+0000 mgr.y (mgr.24491) 21046 : cluster [DBG] pgmap v18592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:20.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:18.105519+0000 mgr.y (mgr.24491) 21046 : cluster [DBG] pgmap v18592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:18.105519+0000 mgr.y (mgr.24491) 21046 : cluster [DBG] pgmap v18592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:21.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:52:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:20.106214+0000 mgr.y (mgr.24491) 21047 : cluster [DBG] pgmap v18593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:20.106214+0000 mgr.y (mgr.24491) 21047 : cluster [DBG] pgmap v18593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:20.106214+0000 mgr.y (mgr.24491) 21047 : cluster [DBG] pgmap v18593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:22.106629+0000 mgr.y (mgr.24491) 21048 : cluster [DBG] pgmap v18594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:22.106629+0000 mgr.y (mgr.24491) 21048 : cluster [DBG] pgmap v18594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:22.106629+0000 mgr.y (mgr.24491) 21048 : cluster [DBG] pgmap v18594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:24.107194+0000 mgr.y (mgr.24491) 21049 : cluster [DBG] pgmap v18595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:24.107194+0000 mgr.y (mgr.24491) 21049 : cluster [DBG] pgmap v18595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:24.107194+0000 mgr.y (mgr.24491) 21049 : cluster [DBG] pgmap v18595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:26.107918+0000 mgr.y (mgr.24491) 21050 : cluster [DBG] pgmap v18596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:52:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:26.107918+0000 mgr.y (mgr.24491) 21050 : cluster [DBG] pgmap v18596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:26.107918+0000 mgr.y (mgr.24491) 21050 : cluster [DBG] pgmap v18596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:28.108420+0000 mgr.y (mgr.24491) 21051 : cluster [DBG] pgmap v18597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:28.108420+0000 mgr.y (mgr.24491) 21051 : cluster [DBG] pgmap v18597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:28.108420+0000 mgr.y (mgr.24491) 21051 : cluster [DBG] pgmap v18597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:52:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:30.109221+0000 mgr.y (mgr.24491) 21052 : cluster [DBG] pgmap v18598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:30.109221+0000 mgr.y (mgr.24491) 21052 : cluster [DBG] pgmap v18598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:32.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:30.109221+0000 mgr.y (mgr.24491) 21052 : cluster [DBG] pgmap v18598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:32.109625+0000 mgr.y (mgr.24491) 21053 : cluster [DBG] pgmap v18599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:32.109625+0000 mgr.y (mgr.24491) 21053 : cluster [DBG] pgmap v18599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:32.109625+0000 mgr.y (mgr.24491) 21053 : cluster [DBG] pgmap v18599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:34.110009+0000 mgr.y (mgr.24491) 21054 : cluster [DBG] pgmap v18600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:34.110009+0000 mgr.y (mgr.24491) 21054 : cluster [DBG] pgmap v18600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:34.110009+0000 mgr.y (mgr.24491) 21054 : cluster [DBG] pgmap v18600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:37] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:52:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:36.110652+0000 mgr.y (mgr.24491) 21055 : cluster [DBG] pgmap v18601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:36.110652+0000 mgr.y (mgr.24491) 21055 : cluster [DBG] pgmap v18601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:36.110652+0000 mgr.y (mgr.24491) 21055 : cluster [DBG] pgmap v18601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:38.702 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:52:38.978 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:52:38.978 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 8m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:52:38.978 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:52:38.979 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 8m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:52:38.979 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 8m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:52:38.979 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:52:38.979 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 8m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:52:38.979 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 8m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:52:38.979 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:52:38.979 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 8m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:52:38.979 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 8m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:52:38.979 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 8m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:52:38.979 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 8m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:52:38.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 8m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:52:38.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 8m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:52:38.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 8m ago 10h 43.0M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:52:38.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:52:38.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:52:38.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:52:38.980 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:52:38.980 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:52:39.312 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:52:39.312 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:52:39.312 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:52:39.312 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:52:39.312 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:52:39.312 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:52:39.312 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:52:39.312 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:52:39.312 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:52:39.313 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:52:39.313 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:52:39.313 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:52:39.313 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:52:39.313 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:52:39.313 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:52:39.313 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:52:39.313 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:52:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:38.111148+0000 mgr.y (mgr.24491) 21056 : cluster [DBG] pgmap v18602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:38.692603+0000 mgr.y (mgr.24491) 21057 : audit [DBG] from='client.46406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:39.313724+0000 mon.a (mon.0) 4285 : audit [DBG] from='client.? 172.21.15.177:0/1825505591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:52:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:38.111148+0000 mgr.y (mgr.24491) 21056 : cluster [DBG] pgmap v18602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:38.692603+0000 mgr.y (mgr.24491) 21057 : audit [DBG] from='client.46406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:39.313724+0000 mon.a (mon.0) 4285 : audit [DBG] from='client.? 172.21.15.177:0/1825505591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:52:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:38.111148+0000 mgr.y (mgr.24491) 21056 : cluster [DBG] pgmap v18602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:38.692603+0000 mgr.y (mgr.24491) 21057 : audit [DBG] from='client.46406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:39.313724+0000 mon.a (mon.0) 4285 : audit [DBG] from='client.? 172.21.15.177:0/1825505591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:52:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:52:38.972442+0000 mgr.y (mgr.24491) 21058 : audit [DBG] from='client.46412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:52:38.972442+0000 mgr.y (mgr.24491) 21058 : audit [DBG] from='client.46412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:52:38.972442+0000 mgr.y (mgr.24491) 21058 : audit [DBG] from='client.46412 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:52:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:52:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:40.111914+0000 mgr.y (mgr.24491) 21059 : cluster [DBG] pgmap v18603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:40.111914+0000 mgr.y (mgr.24491) 21059 : cluster [DBG] pgmap v18603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:40.111914+0000 mgr.y (mgr.24491) 21059 : cluster [DBG] pgmap v18603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:42.112496+0000 mgr.y (mgr.24491) 21060 : cluster [DBG] pgmap v18604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:42.112496+0000 mgr.y (mgr.24491) 21060 : cluster [DBG] pgmap v18604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:42.112496+0000 mgr.y (mgr.24491) 21060 : cluster [DBG] pgmap v18604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:45.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:44.112927+0000 mgr.y (mgr.24491) 21061 : cluster [DBG] pgmap v18605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:44.112927+0000 mgr.y (mgr.24491) 21061 : cluster [DBG] pgmap v18605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:45.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:44.112927+0000 mgr.y (mgr.24491) 21061 : cluster [DBG] pgmap v18605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:46.113661+0000 mgr.y (mgr.24491) 21062 : cluster [DBG] pgmap v18606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:46.113661+0000 mgr.y (mgr.24491) 21062 : cluster [DBG] pgmap v18606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:46.113661+0000 mgr.y (mgr.24491) 21062 : cluster [DBG] pgmap v18606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:52:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:48.114085+0000 mgr.y (mgr.24491) 21063 : cluster [DBG] pgmap v18607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:48.114085+0000 mgr.y (mgr.24491) 21063 : cluster [DBG] pgmap v18607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:48.114085+0000 mgr.y (mgr.24491) 21063 : cluster [DBG] pgmap v18607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:50.114810+0000 mgr.y (mgr.24491) 21064 : cluster [DBG] pgmap v18608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:52:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:50.114810+0000 mgr.y (mgr.24491) 21064 : cluster [DBG] pgmap v18608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:50.114810+0000 mgr.y (mgr.24491) 21064 : cluster [DBG] pgmap v18608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:52.115222+0000 mgr.y (mgr.24491) 21065 : cluster [DBG] pgmap v18609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:52.115222+0000 mgr.y (mgr.24491) 21065 : cluster [DBG] pgmap v18609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:52.115222+0000 mgr.y (mgr.24491) 21065 : cluster [DBG] pgmap v18609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:54.115789+0000 mgr.y (mgr.24491) 21066 : cluster [DBG] pgmap v18610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:54.115789+0000 mgr.y (mgr.24491) 21066 : cluster [DBG] pgmap v18610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:54.115789+0000 mgr.y (mgr.24491) 21066 : cluster [DBG] pgmap v18610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:56.116461+0000 mgr.y (mgr.24491) 21067 : cluster [DBG] pgmap v18611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:56.116461+0000 mgr.y (mgr.24491) 21067 : cluster [DBG] pgmap v18611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:56.116461+0000 mgr.y (mgr.24491) 21067 : cluster [DBG] pgmap v18611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:52:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:52:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:52:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:52:58.116908+0000 mgr.y (mgr.24491) 21068 : cluster [DBG] pgmap v18612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:52:58.116908+0000 mgr.y (mgr.24491) 21068 : cluster [DBG] pgmap v18612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:52:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:52:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:52:58.116908+0000 mgr.y (mgr.24491) 21068 : cluster [DBG] pgmap v18612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:00.117577+0000 mgr.y (mgr.24491) 21069 : cluster [DBG] pgmap v18613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:53:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:00.117577+0000 mgr.y (mgr.24491) 21069 : cluster [DBG] pgmap v18613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:00.117577+0000 mgr.y (mgr.24491) 21069 : cluster [DBG] pgmap v18613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:02.118025+0000 mgr.y (mgr.24491) 21070 : cluster [DBG] pgmap v18614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:02.118025+0000 mgr.y (mgr.24491) 21070 : cluster [DBG] pgmap v18614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:02.118025+0000 mgr.y (mgr.24491) 21070 : cluster [DBG] pgmap v18614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:04.118545+0000 mgr.y (mgr.24491) 21071 : cluster [DBG] pgmap v18615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:04.118545+0000 mgr.y (mgr.24491) 21071 : cluster [DBG] pgmap v18615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:04.118545+0000 mgr.y (mgr.24491) 21071 : cluster [DBG] pgmap v18615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:06.119338+0000 mgr.y (mgr.24491) 21072 : cluster [DBG] pgmap v18616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:06.119338+0000 mgr.y (mgr.24491) 21072 : cluster [DBG] pgmap v18616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:06.119338+0000 mgr.y (mgr.24491) 21072 : cluster [DBG] pgmap v18616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:53:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:08.119735+0000 mgr.y (mgr.24491) 21073 : cluster [DBG] pgmap v18617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:09.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:53:08.296321+0000 mon.a (mon.0) 4286 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:53:09.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:53:08.589572+0000 mon.a (mon.0) 4287 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:53:09.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:53:08.590194+0000 mon.a (mon.0) 4288 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:53:09.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:53:08.594552+0000 mon.a (mon.0) 4289 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:53:09.623 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:53:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:08.119735+0000 mgr.y (mgr.24491) 21073 : cluster [DBG] pgmap v18617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:53:08.296321+0000 mon.a (mon.0) 4286 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:53:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:53:08.589572+0000 mon.a (mon.0) 4287 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:53:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:53:08.590194+0000 mon.a (mon.0) 4288 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:53:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:53:08.594552+0000 mon.a (mon.0) 4289 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:53:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:08.119735+0000 mgr.y (mgr.24491) 21073 : cluster [DBG] pgmap v18617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:53:08.296321+0000 mon.a (mon.0) 4286 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:53:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:53:08.589572+0000 mon.a (mon.0) 4287 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:53:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:53:08.590194+0000 mon.a (mon.0) 4288 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:53:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:53:08.594552+0000 mon.a (mon.0) 4289 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:53:09.898 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:53:09.898 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 9m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:53:09.898 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 9m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:53:09.898 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:53:09.898 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 9m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:53:09.898 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 9m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:53:09.898 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:53:09.899 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:53:09.899 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 9m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:53:09.899 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:53:09.899 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:53:09.899 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 9m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:53:09.899 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:53:09.899 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:53:09.899 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:53:09.899 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 43.0M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:53:09.899 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 9m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:53:09.900 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 9m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:53:09.900 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 9m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:53:09.900 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 9m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:53:09.900 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 9m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:53:10.238 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:53:10.238 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:53:10.239 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:53:10.240 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:53:10.240 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:53:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:53:09.612131+0000 mgr.y (mgr.24491) 21074 : audit [DBG] from='client.46424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:53:09.612131+0000 mgr.y (mgr.24491) 21074 : audit [DBG] from='client.46424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:53:09.612131+0000 mgr.y (mgr.24491) 21074 : audit [DBG] from='client.46424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:53:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:53:09.891624+0000 mgr.y (mgr.24491) 21075 : audit [DBG] from='client.36522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:10.120339+0000 mgr.y (mgr.24491) 21076 : cluster [DBG] pgmap v18618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:53:10.240514+0000 mon.c (mon.2) 650 : audit [DBG] from='client.? 172.21.15.177:0/4053137450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:53:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:53:09.891624+0000 mgr.y (mgr.24491) 21075 : audit [DBG] from='client.36522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:10.120339+0000 mgr.y (mgr.24491) 21076 : cluster [DBG] pgmap v18618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:53:10.240514+0000 mon.c (mon.2) 650 : audit [DBG] from='client.? 172.21.15.177:0/4053137450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:53:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:53:09.891624+0000 mgr.y (mgr.24491) 21075 : audit [DBG] from='client.36522 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:10.120339+0000 mgr.y (mgr.24491) 21076 : cluster [DBG] pgmap v18618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:11.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:53:10.240514+0000 mon.c (mon.2) 650 : audit [DBG] from='client.? 172.21.15.177:0/4053137450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:53:13.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:12.120720+0000 mgr.y (mgr.24491) 21077 : cluster [DBG] pgmap v18619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:12.120720+0000 mgr.y (mgr.24491) 21077 : cluster [DBG] pgmap v18619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:12.120720+0000 mgr.y (mgr.24491) 21077 : cluster [DBG] pgmap v18619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:14.121129+0000 mgr.y (mgr.24491) 21078 : cluster [DBG] pgmap v18620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:14.121129+0000 mgr.y (mgr.24491) 21078 : cluster [DBG] pgmap v18620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:14.121129+0000 mgr.y (mgr.24491) 21078 : cluster [DBG] pgmap v18620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:16.121883+0000 mgr.y (mgr.24491) 21079 : cluster [DBG] pgmap v18621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:16.121883+0000 mgr.y (mgr.24491) 21079 : cluster [DBG] pgmap v18621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:16.121883+0000 mgr.y (mgr.24491) 21079 : cluster [DBG] pgmap v18621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:53:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:18.122397+0000 mgr.y (mgr.24491) 21080 : cluster [DBG] pgmap v18622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:18.122397+0000 mgr.y (mgr.24491) 21080 : cluster [DBG] pgmap v18622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:18.122397+0000 mgr.y (mgr.24491) 21080 : cluster [DBG] pgmap v18622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:53:21.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:20.123013+0000 mgr.y (mgr.24491) 21081 : cluster [DBG] pgmap v18623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:20.123013+0000 mgr.y (mgr.24491) 21081 : cluster [DBG] pgmap v18623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:20.123013+0000 mgr.y (mgr.24491) 21081 : cluster [DBG] pgmap v18623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:22.123484+0000 mgr.y (mgr.24491) 21082 : cluster [DBG] pgmap v18624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:22.123484+0000 mgr.y (mgr.24491) 21082 : cluster [DBG] pgmap v18624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:22.123484+0000 mgr.y (mgr.24491) 21082 : cluster [DBG] pgmap v18624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:24.123869+0000 mgr.y (mgr.24491) 21083 : cluster [DBG] pgmap v18625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:24.123869+0000 mgr.y (mgr.24491) 21083 : cluster [DBG] pgmap v18625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:24.123869+0000 mgr.y (mgr.24491) 21083 : cluster [DBG] pgmap v18625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:26.124519+0000 mgr.y (mgr.24491) 21084 : cluster [DBG] pgmap v18626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:26.124519+0000 mgr.y (mgr.24491) 21084 : cluster [DBG] pgmap v18626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:26.124519+0000 mgr.y (mgr.24491) 21084 : cluster [DBG] pgmap v18626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:53:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:28.125126+0000 mgr.y (mgr.24491) 21085 : cluster [DBG] pgmap v18627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:28.125126+0000 mgr.y (mgr.24491) 21085 : cluster [DBG] pgmap v18627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:28.125126+0000 mgr.y (mgr.24491) 21085 : cluster [DBG] pgmap v18627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:53:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:30.125703+0000 mgr.y (mgr.24491) 21086 : cluster [DBG] pgmap v18628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:30.125703+0000 mgr.y (mgr.24491) 21086 : cluster [DBG] pgmap v18628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:30.125703+0000 mgr.y (mgr.24491) 21086 : cluster [DBG] pgmap v18628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:33.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:32.126257+0000 mgr.y (mgr.24491) 21087 : cluster [DBG] pgmap v18629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:33.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:32.126257+0000 mgr.y (mgr.24491) 21087 : cluster [DBG] pgmap v18629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:33.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:32.126257+0000 mgr.y (mgr.24491) 21087 : cluster [DBG] pgmap v18629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:34.126649+0000 mgr.y (mgr.24491) 21088 : cluster [DBG] pgmap v18630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:34.126649+0000 mgr.y (mgr.24491) 21088 : cluster [DBG] pgmap v18630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:35.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:34.126649+0000 mgr.y (mgr.24491) 21088 : cluster [DBG] pgmap v18630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:36.127371+0000 mgr.y (mgr.24491) 21089 : cluster [DBG] pgmap v18631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:36.127371+0000 mgr.y (mgr.24491) 21089 : cluster [DBG] pgmap v18631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:36.127371+0000 mgr.y (mgr.24491) 21089 : cluster [DBG] pgmap v18631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:53:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:38.127980+0000 mgr.y (mgr.24491) 21090 : cluster [DBG] pgmap v18632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:38.127980+0000 mgr.y (mgr.24491) 21090 : cluster [DBG] pgmap v18632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:38.127980+0000 mgr.y (mgr.24491) 21090 : cluster [DBG] pgmap v18632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:40.557 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:53:40.830 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:53:40.830 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 9m ago 10h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:53:40.830 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 9m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:53:40.830 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:53:40.831 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 9m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:53:40.831 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 9m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:53:40.831 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:53:40.831 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:53:40.831 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 9m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:53:40.831 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 910M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:53:40.831 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:53:40.831 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 9m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:53:40.831 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:53:40.831 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:53:40.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:53:40.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 43.0M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:53:40.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 9m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:53:40.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 9m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:53:40.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 9m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:53:40.832 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 9m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:53:40.832 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 9m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:53:41.163 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:53:41.163 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:53:41.163 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:53:41.163 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:53:41.163 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:53:41.163 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:53:41.164 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:53:41.164 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:53:41.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:53:41.164 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:53:41.164 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:53:41.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:53:41.164 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:53:41.164 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:53:41.164 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:53:41.164 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:53:41.164 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:53:41.270 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:53:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:40.128844+0000 mgr.y (mgr.24491) 21091 : cluster [DBG] pgmap v18633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:53:40.543426+0000 mgr.y (mgr.24491) 21092 : audit [DBG] from='client.36534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:53:41.164865+0000 mon.a (mon.0) 4290 : audit [DBG] from='client.? 172.21.15.177:0/725460445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:53:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:40.128844+0000 mgr.y (mgr.24491) 21091 : cluster [DBG] pgmap v18633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:53:40.543426+0000 mgr.y (mgr.24491) 21092 : audit [DBG] from='client.36534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:53:41.164865+0000 mon.a (mon.0) 4290 : audit [DBG] from='client.? 172.21.15.177:0/725460445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:53:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:40.128844+0000 mgr.y (mgr.24491) 21091 : cluster [DBG] pgmap v18633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:53:40.543426+0000 mgr.y (mgr.24491) 21092 : audit [DBG] from='client.36534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:53:41.164865+0000 mon.a (mon.0) 4290 : audit [DBG] from='client.? 172.21.15.177:0/725460445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:53:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:53:40.824124+0000 mgr.y (mgr.24491) 21093 : audit [DBG] from='client.46448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:53:40.824124+0000 mgr.y (mgr.24491) 21093 : audit [DBG] from='client.46448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:53:40.824124+0000 mgr.y (mgr.24491) 21093 : audit [DBG] from='client.46448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:53:43.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:42.129274+0000 mgr.y (mgr.24491) 21094 : cluster [DBG] pgmap v18634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:43.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:42.129274+0000 mgr.y (mgr.24491) 21094 : cluster [DBG] pgmap v18634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:42.129274+0000 mgr.y (mgr.24491) 21094 : cluster [DBG] pgmap v18634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:45.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:44.129801+0000 mgr.y (mgr.24491) 21095 : cluster [DBG] pgmap v18635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:45.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:44.129801+0000 mgr.y (mgr.24491) 21095 : cluster [DBG] pgmap v18635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:44.129801+0000 mgr.y (mgr.24491) 21095 : cluster [DBG] pgmap v18635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:46.130667+0000 mgr.y (mgr.24491) 21096 : cluster [DBG] pgmap v18636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:46.130667+0000 mgr.y (mgr.24491) 21096 : cluster [DBG] pgmap v18636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:46.130667+0000 mgr.y (mgr.24491) 21096 : cluster [DBG] pgmap v18636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:53:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:48.131125+0000 mgr.y (mgr.24491) 21097 : cluster [DBG] pgmap v18637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:49.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:48.131125+0000 mgr.y (mgr.24491) 21097 : cluster [DBG] pgmap v18637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:48.131125+0000 mgr.y (mgr.24491) 21097 : cluster [DBG] pgmap v18637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:51.297 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:53:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:50.131740+0000 mgr.y (mgr.24491) 21098 : cluster [DBG] pgmap v18638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:50.131740+0000 mgr.y (mgr.24491) 21098 : cluster [DBG] pgmap v18638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:50.131740+0000 mgr.y (mgr.24491) 21098 : cluster [DBG] pgmap v18638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:52.132234+0000 mgr.y (mgr.24491) 21099 : cluster [DBG] pgmap v18639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:52.132234+0000 mgr.y (mgr.24491) 21099 : cluster [DBG] pgmap v18639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:52.132234+0000 mgr.y (mgr.24491) 21099 : cluster [DBG] pgmap v18639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:54.132679+0000 mgr.y (mgr.24491) 21100 : cluster [DBG] pgmap v18640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:54.132679+0000 mgr.y (mgr.24491) 21100 : cluster [DBG] pgmap v18640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:54.132679+0000 mgr.y (mgr.24491) 21100 : cluster [DBG] pgmap v18640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:56.133572+0000 mgr.y (mgr.24491) 21101 : cluster [DBG] pgmap v18641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:56.133572+0000 mgr.y (mgr.24491) 21101 : cluster [DBG] pgmap v18641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:56.133572+0000 mgr.y (mgr.24491) 21101 : cluster [DBG] pgmap v18641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:53:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:53:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:53:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:53:58.134099+0000 mgr.y (mgr.24491) 21102 : cluster [DBG] pgmap v18642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:53:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:53:58.134099+0000 mgr.y (mgr.24491) 21102 : cluster [DBG] pgmap v18642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:53:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:53:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:53:58.134099+0000 mgr.y (mgr.24491) 21102 : cluster [DBG] pgmap v18642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:01.310 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:54:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:00.134717+0000 mgr.y (mgr.24491) 21103 : cluster [DBG] pgmap v18643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:00.134717+0000 mgr.y (mgr.24491) 21103 : cluster [DBG] pgmap v18643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:00.134717+0000 mgr.y (mgr.24491) 21103 : cluster [DBG] pgmap v18643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:02.135261+0000 mgr.y (mgr.24491) 21104 : cluster [DBG] pgmap v18644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:02.135261+0000 mgr.y (mgr.24491) 21104 : cluster [DBG] pgmap v18644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:02.135261+0000 mgr.y (mgr.24491) 21104 : cluster [DBG] pgmap v18644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:04.135865+0000 mgr.y (mgr.24491) 21105 : cluster [DBG] pgmap v18645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:04.135865+0000 mgr.y (mgr.24491) 21105 : cluster [DBG] pgmap v18645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:04.135865+0000 mgr.y (mgr.24491) 21105 : cluster [DBG] pgmap v18645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:06.136715+0000 mgr.y (mgr.24491) 21106 : cluster [DBG] pgmap v18646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:06.136715+0000 mgr.y (mgr.24491) 21106 : cluster [DBG] pgmap v18646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:06.136715+0000 mgr.y (mgr.24491) 21106 : cluster [DBG] pgmap v18646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T13:54:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:08.137206+0000 mgr.y (mgr.24491) 21107 : cluster [DBG] pgmap v18647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:08.598752+0000 mon.a (mon.0) 4291 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:54:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:08.137206+0000 mgr.y (mgr.24491) 21107 : cluster [DBG] pgmap v18647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:08.598752+0000 mon.a (mon.0) 4291 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:54:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:08.137206+0000 mgr.y (mgr.24491) 21107 : cluster [DBG] pgmap v18647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:08.598752+0000 mon.a (mon.0) 4291 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:54:11.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:54:11.480 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:54:11.762 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:54:11.762 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 0s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:54:11.762 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 10m ago 10h 63.7M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:54:11.762 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 0s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:54:11.762 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 10m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:54:11.762 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 10m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 0s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 0s ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 10m ago 10h 903M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 0s ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 0s ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 10m ago 10h 24.3M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 0s ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 0s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 0s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 0s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 10m ago 10h 45.8M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 10m ago 10h 44.3M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 10m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 10m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:54:11.763 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 10m ago 10h 112M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:54:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:10.137787+0000 mgr.y (mgr.24491) 21108 : cluster [DBG] pgmap v18648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:11.258107+0000 mon.a (mon.0) 4292 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:54:12.102 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:54:12.102 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:54:12.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:54:12.102 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:54:12.102 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:54:12.102 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:54:12.103 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:54:12.103 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:54:12.103 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:54:12.103 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:54:12.103 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:54:12.103 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:54:12.103 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:54:12.103 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:54:12.103 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:54:12.103 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:54:12.103 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:54:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:10.137787+0000 mgr.y (mgr.24491) 21108 : cluster [DBG] pgmap v18648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:11.258107+0000 mon.a (mon.0) 4292 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:54:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:10.137787+0000 mgr.y (mgr.24491) 21108 : cluster [DBG] pgmap v18648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:11.258107+0000 mon.a (mon.0) 4292 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:54:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:11.469862+0000 mgr.y (mgr.24491) 21109 : audit [DBG] from='client.46460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:11.756480+0000 mgr.y (mgr.24491) 21110 : audit [DBG] from='client.36558 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:12.012879+0000 mon.a (mon.0) 4293 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:54:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:12.104284+0000 mon.c (mon.2) 651 : audit [DBG] from='client.? 172.21.15.177:0/237858879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:54:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:12.278319+0000 mon.a (mon.0) 4294 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:54:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:12.278950+0000 mon.a (mon.0) 4295 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:54:12.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:12.283103+0000 mon.a (mon.0) 4296 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:54:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:11.469862+0000 mgr.y (mgr.24491) 21109 : audit [DBG] from='client.46460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:11.756480+0000 mgr.y (mgr.24491) 21110 : audit [DBG] from='client.36558 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:12.012879+0000 mon.a (mon.0) 4293 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:54:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:12.104284+0000 mon.c (mon.2) 651 : audit [DBG] from='client.? 172.21.15.177:0/237858879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:54:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:12.278319+0000 mon.a (mon.0) 4294 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:54:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:12.278950+0000 mon.a (mon.0) 4295 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:54:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:12.283103+0000 mon.a (mon.0) 4296 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:54:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:11.469862+0000 mgr.y (mgr.24491) 21109 : audit [DBG] from='client.46460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:11.756480+0000 mgr.y (mgr.24491) 21110 : audit [DBG] from='client.36558 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:12.012879+0000 mon.a (mon.0) 4293 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:54:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:12.104284+0000 mon.c (mon.2) 651 : audit [DBG] from='client.? 172.21.15.177:0/237858879' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:54:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:12.278319+0000 mon.a (mon.0) 4294 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:54:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:12.278950+0000 mon.a (mon.0) 4295 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:54:13.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:12.283103+0000 mon.a (mon.0) 4296 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:54:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:12.138218+0000 mgr.y (mgr.24491) 21111 : cluster [DBG] pgmap v18649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:12.138218+0000 mgr.y (mgr.24491) 21111 : cluster [DBG] pgmap v18649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:12.138218+0000 mgr.y (mgr.24491) 21111 : cluster [DBG] pgmap v18649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:14.138787+0000 mgr.y (mgr.24491) 21112 : cluster [DBG] pgmap v18650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:14.138787+0000 mgr.y (mgr.24491) 21112 : cluster [DBG] pgmap v18650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:14.138787+0000 mgr.y (mgr.24491) 21112 : cluster [DBG] pgmap v18650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:16.139464+0000 mgr.y (mgr.24491) 21113 : cluster [DBG] pgmap v18651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:16.139464+0000 mgr.y (mgr.24491) 21113 : cluster [DBG] pgmap v18651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:17] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T13:54:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:16.139464+0000 mgr.y (mgr.24491) 21113 : cluster [DBG] pgmap v18651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:18.140023+0000 mgr.y (mgr.24491) 21114 : cluster [DBG] pgmap v18652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:18.140023+0000 mgr.y (mgr.24491) 21114 : cluster [DBG] pgmap v18652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:18.140023+0000 mgr.y (mgr.24491) 21114 : cluster [DBG] pgmap v18652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:54:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:20.140928+0000 mgr.y (mgr.24491) 21115 : cluster [DBG] pgmap v18653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:20.140928+0000 mgr.y (mgr.24491) 21115 : cluster [DBG] pgmap v18653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:20.140928+0000 mgr.y (mgr.24491) 21115 : cluster [DBG] pgmap v18653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:24.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:22.141377+0000 mgr.y (mgr.24491) 21116 : cluster [DBG] pgmap v18654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:22.141377+0000 mgr.y (mgr.24491) 21116 : cluster [DBG] pgmap v18654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:22.141377+0000 mgr.y (mgr.24491) 21116 : cluster [DBG] pgmap v18654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:24.141786+0000 mgr.y (mgr.24491) 21117 : cluster [DBG] pgmap v18655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:24.141786+0000 mgr.y (mgr.24491) 21117 : cluster [DBG] pgmap v18655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:24.141786+0000 mgr.y (mgr.24491) 21117 : cluster [DBG] pgmap v18655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:28.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:26.142617+0000 mgr.y (mgr.24491) 21118 : cluster [DBG] pgmap v18656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:27] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T13:54:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:26.142617+0000 mgr.y (mgr.24491) 21118 : cluster [DBG] pgmap v18656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:26.142617+0000 mgr.y (mgr.24491) 21118 : cluster [DBG] pgmap v18656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:28.143149+0000 mgr.y (mgr.24491) 21119 : cluster [DBG] pgmap v18657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:28.143149+0000 mgr.y (mgr.24491) 21119 : cluster [DBG] pgmap v18657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:28.143149+0000 mgr.y (mgr.24491) 21119 : cluster [DBG] pgmap v18657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:31.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:54:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:30.144010+0000 mgr.y (mgr.24491) 21120 : cluster [DBG] pgmap v18658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:30.144010+0000 mgr.y (mgr.24491) 21120 : cluster [DBG] pgmap v18658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:30.144010+0000 mgr.y (mgr.24491) 21120 : cluster [DBG] pgmap v18658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:32.144395+0000 mgr.y (mgr.24491) 21121 : cluster [DBG] pgmap v18659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:32.144395+0000 mgr.y (mgr.24491) 21121 : cluster [DBG] pgmap v18659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:34.242 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:32.144395+0000 mgr.y (mgr.24491) 21121 : cluster [DBG] pgmap v18659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:36.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:34.144886+0000 mgr.y (mgr.24491) 21122 : cluster [DBG] pgmap v18660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:34.144886+0000 mgr.y (mgr.24491) 21122 : cluster [DBG] pgmap v18660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:34.144886+0000 mgr.y (mgr.24491) 21122 : cluster [DBG] pgmap v18660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:38.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:36.145572+0000 mgr.y (mgr.24491) 21123 : cluster [DBG] pgmap v18661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:54:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:36.145572+0000 mgr.y (mgr.24491) 21123 : cluster [DBG] pgmap v18661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:38.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:36.145572+0000 mgr.y (mgr.24491) 21123 : cluster [DBG] pgmap v18661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:40.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:38.146028+0000 mgr.y (mgr.24491) 21124 : cluster [DBG] pgmap v18662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:38.146028+0000 mgr.y (mgr.24491) 21124 : cluster [DBG] pgmap v18662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:38.146028+0000 mgr.y (mgr.24491) 21124 : cluster [DBG] pgmap v18662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:54:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:40.146821+0000 mgr.y (mgr.24491) 21125 : cluster [DBG] pgmap v18663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:40.146821+0000 mgr.y (mgr.24491) 21125 : cluster [DBG] pgmap v18663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:40.146821+0000 mgr.y (mgr.24491) 21125 : cluster [DBG] pgmap v18663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:42.419 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:54:42.703 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:54:42.704 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 31s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:54:42.704 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 30s ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:54:42.704 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 31s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:54:42.704 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 30s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:54:42.704 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 30s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:54:42.704 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 31s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:54:42.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 31s ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:54:42.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 30s ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:54:42.704 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 31s ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:54:42.705 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 31s ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:54:42.705 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 30s ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:54:42.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 31s ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:54:42.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 31s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:54:42.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 31s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:54:42.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 31s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:54:42.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 30s ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:54:42.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 30s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:54:42.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 30s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:54:42.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 30s ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:54:42.705 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 30s ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:54:43.042 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:54:43.042 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:54:43.042 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:54:43.042 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:54:43.042 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:54:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:54:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:54:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:54:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:54:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:54:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:54:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:54:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:54:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:54:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:54:43.043 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:54:43.044 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:54:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:42.147268+0000 mgr.y (mgr.24491) 21126 : cluster [DBG] pgmap v18664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:42.408314+0000 mgr.y (mgr.24491) 21127 : audit [DBG] from='client.36570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:42.697673+0000 mgr.y (mgr.24491) 21128 : audit [DBG] from='client.46484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:54:43.043864+0000 mon.c (mon.2) 652 : audit [DBG] from='client.? 172.21.15.177:0/992960157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:54:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:42.147268+0000 mgr.y (mgr.24491) 21126 : cluster [DBG] pgmap v18664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:42.408314+0000 mgr.y (mgr.24491) 21127 : audit [DBG] from='client.36570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:42.697673+0000 mgr.y (mgr.24491) 21128 : audit [DBG] from='client.46484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:54:43.043864+0000 mon.c (mon.2) 652 : audit [DBG] from='client.? 172.21.15.177:0/992960157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:54:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:42.147268+0000 mgr.y (mgr.24491) 21126 : cluster [DBG] pgmap v18664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:42.408314+0000 mgr.y (mgr.24491) 21127 : audit [DBG] from='client.36570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:42.697673+0000 mgr.y (mgr.24491) 21128 : audit [DBG] from='client.46484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:54:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:54:43.043864+0000 mon.c (mon.2) 652 : audit [DBG] from='client.? 172.21.15.177:0/992960157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:54:46.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:44.147758+0000 mgr.y (mgr.24491) 21129 : cluster [DBG] pgmap v18665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:44.147758+0000 mgr.y (mgr.24491) 21129 : cluster [DBG] pgmap v18665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:44.147758+0000 mgr.y (mgr.24491) 21129 : cluster [DBG] pgmap v18665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:48.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:46.148479+0000 mgr.y (mgr.24491) 21130 : cluster [DBG] pgmap v18666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:47] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T13:54:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:46.148479+0000 mgr.y (mgr.24491) 21130 : cluster [DBG] pgmap v18666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:46.148479+0000 mgr.y (mgr.24491) 21130 : cluster [DBG] pgmap v18666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:48.148909+0000 mgr.y (mgr.24491) 21131 : cluster [DBG] pgmap v18667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:48.148909+0000 mgr.y (mgr.24491) 21131 : cluster [DBG] pgmap v18667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:48.148909+0000 mgr.y (mgr.24491) 21131 : cluster [DBG] pgmap v18667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:54:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:50.149736+0000 mgr.y (mgr.24491) 21132 : cluster [DBG] pgmap v18668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:50.149736+0000 mgr.y (mgr.24491) 21132 : cluster [DBG] pgmap v18668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:50.149736+0000 mgr.y (mgr.24491) 21132 : cluster [DBG] pgmap v18668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:52.150200+0000 mgr.y (mgr.24491) 21133 : cluster [DBG] pgmap v18669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:52.150200+0000 mgr.y (mgr.24491) 21133 : cluster [DBG] pgmap v18669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:52.150200+0000 mgr.y (mgr.24491) 21133 : cluster [DBG] pgmap v18669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:54.150663+0000 mgr.y (mgr.24491) 21134 : cluster [DBG] pgmap v18670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:54.150663+0000 mgr.y (mgr.24491) 21134 : cluster [DBG] pgmap v18670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:54.150663+0000 mgr.y (mgr.24491) 21134 : cluster [DBG] pgmap v18670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:58.152 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:54:57] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T13:54:58.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:56.151395+0000 mgr.y (mgr.24491) 21135 : cluster [DBG] pgmap v18671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:58.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:56.151395+0000 mgr.y (mgr.24491) 21135 : cluster [DBG] pgmap v18671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:54:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:56.151395+0000 mgr.y (mgr.24491) 21135 : cluster [DBG] pgmap v18671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:54:58.151770+0000 mgr.y (mgr.24491) 21136 : cluster [DBG] pgmap v18672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:54:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:54:58.151770+0000 mgr.y (mgr.24491) 21136 : cluster [DBG] pgmap v18672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:54:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:54:58.151770+0000 mgr.y (mgr.24491) 21136 : cluster [DBG] pgmap v18672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:55:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:00.152560+0000 mgr.y (mgr.24491) 21137 : cluster [DBG] pgmap v18673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:00.152560+0000 mgr.y (mgr.24491) 21137 : cluster [DBG] pgmap v18673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:00.152560+0000 mgr.y (mgr.24491) 21137 : cluster [DBG] pgmap v18673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:04.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:02.153156+0000 mgr.y (mgr.24491) 21138 : cluster [DBG] pgmap v18674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:04.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:02.153156+0000 mgr.y (mgr.24491) 21138 : cluster [DBG] pgmap v18674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:02.153156+0000 mgr.y (mgr.24491) 21138 : cluster [DBG] pgmap v18674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:06.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:04.153533+0000 mgr.y (mgr.24491) 21139 : cluster [DBG] pgmap v18675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:06.155 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:04.153533+0000 mgr.y (mgr.24491) 21139 : cluster [DBG] pgmap v18675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:04.153533+0000 mgr.y (mgr.24491) 21139 : cluster [DBG] pgmap v18675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:55:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:06.154379+0000 mgr.y (mgr.24491) 21140 : cluster [DBG] pgmap v18676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:06.154379+0000 mgr.y (mgr.24491) 21140 : cluster [DBG] pgmap v18676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:06.154379+0000 mgr.y (mgr.24491) 21140 : cluster [DBG] pgmap v18676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:08.155010+0000 mgr.y (mgr.24491) 21141 : cluster [DBG] pgmap v18677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:08.155010+0000 mgr.y (mgr.24491) 21141 : cluster [DBG] pgmap v18677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:08.155010+0000 mgr.y (mgr.24491) 21141 : cluster [DBG] pgmap v18677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:55:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:10.155674+0000 mgr.y (mgr.24491) 21142 : cluster [DBG] pgmap v18678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:10.155674+0000 mgr.y (mgr.24491) 21142 : cluster [DBG] pgmap v18678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:10.155674+0000 mgr.y (mgr.24491) 21142 : cluster [DBG] pgmap v18678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:55:12.287438+0000 mon.a (mon.0) 4297 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:55:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:55:12.581429+0000 mon.a (mon.0) 4298 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:55:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:55:12.582078+0000 mon.a (mon.0) 4299 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:55:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:55:12.586285+0000 mon.a (mon.0) 4300 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:55:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:55:12.287438+0000 mon.a (mon.0) 4297 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:55:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:55:12.581429+0000 mon.a (mon.0) 4298 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:55:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:55:12.582078+0000 mon.a (mon.0) 4299 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:55:13.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:55:12.586285+0000 mon.a (mon.0) 4300 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:55:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:55:12.287438+0000 mon.a (mon.0) 4297 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:55:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:55:12.581429+0000 mon.a (mon.0) 4298 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:55:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:55:12.582078+0000 mon.a (mon.0) 4299 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:55:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:55:12.586285+0000 mon.a (mon.0) 4300 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:55:13.340 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:55:13.616 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:55:13.616 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 62s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:55:13.616 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 61s ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:55:13.616 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 62s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:55:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 61s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:55:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 61s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:55:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 62s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:55:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 62s ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:55:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 61s ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:55:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 62s ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:55:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 62s ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:55:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 61s ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:55:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 62s ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:55:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 62s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:55:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 62s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:55:13.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 62s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:55:13.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 61s ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:55:13.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 61s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:55:13.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 61s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:55:13.618 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 61s ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:55:13.618 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 61s ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:55:13.952 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:55:13.953 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:55:13.953 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:55:13.953 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:55:13.953 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:55:13.953 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:55:13.953 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:55:13.953 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:55:13.953 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:55:13.953 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:55:13.954 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:55:13.954 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:55:13.954 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:55:13.954 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:55:13.954 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:55:13.954 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:55:13.954 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:55:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:12.156194+0000 mgr.y (mgr.24491) 21143 : cluster [DBG] pgmap v18679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:12.156194+0000 mgr.y (mgr.24491) 21143 : cluster [DBG] pgmap v18679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:12.156194+0000 mgr.y (mgr.24491) 21143 : cluster [DBG] pgmap v18679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:55:13.329738+0000 mgr.y (mgr.24491) 21144 : audit [DBG] from='client.36588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:55:13.610389+0000 mgr.y (mgr.24491) 21145 : audit [DBG] from='client.46502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:55:13.954492+0000 mon.a (mon.0) 4301 : audit [DBG] from='client.? 172.21.15.177:0/1914387957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:55:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:55:13.329738+0000 mgr.y (mgr.24491) 21144 : audit [DBG] from='client.36588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:55:13.610389+0000 mgr.y (mgr.24491) 21145 : audit [DBG] from='client.46502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:55:13.954492+0000 mon.a (mon.0) 4301 : audit [DBG] from='client.? 172.21.15.177:0/1914387957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:55:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:55:13.329738+0000 mgr.y (mgr.24491) 21144 : audit [DBG] from='client.36588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:55:13.610389+0000 mgr.y (mgr.24491) 21145 : audit [DBG] from='client.46502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:55:13.954492+0000 mon.a (mon.0) 4301 : audit [DBG] from='client.? 172.21.15.177:0/1914387957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:55:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:14.156536+0000 mgr.y (mgr.24491) 21146 : cluster [DBG] pgmap v18680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:14.156536+0000 mgr.y (mgr.24491) 21146 : cluster [DBG] pgmap v18680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:14.156536+0000 mgr.y (mgr.24491) 21146 : cluster [DBG] pgmap v18680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:55:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:16.157197+0000 mgr.y (mgr.24491) 21147 : cluster [DBG] pgmap v18681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:16.157197+0000 mgr.y (mgr.24491) 21147 : cluster [DBG] pgmap v18681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:16.157197+0000 mgr.y (mgr.24491) 21147 : cluster [DBG] pgmap v18681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:18.157748+0000 mgr.y (mgr.24491) 21148 : cluster [DBG] pgmap v18682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:18.157748+0000 mgr.y (mgr.24491) 21148 : cluster [DBG] pgmap v18682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:20.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:18.157748+0000 mgr.y (mgr.24491) 21148 : cluster [DBG] pgmap v18682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:55:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:20.158582+0000 mgr.y (mgr.24491) 21149 : cluster [DBG] pgmap v18683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:20.158582+0000 mgr.y (mgr.24491) 21149 : cluster [DBG] pgmap v18683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:20.158582+0000 mgr.y (mgr.24491) 21149 : cluster [DBG] pgmap v18683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:22.159101+0000 mgr.y (mgr.24491) 21150 : cluster [DBG] pgmap v18684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:22.159101+0000 mgr.y (mgr.24491) 21150 : cluster [DBG] pgmap v18684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:22.159101+0000 mgr.y (mgr.24491) 21150 : cluster [DBG] pgmap v18684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:24.159620+0000 mgr.y (mgr.24491) 21151 : cluster [DBG] pgmap v18685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:24.159620+0000 mgr.y (mgr.24491) 21151 : cluster [DBG] pgmap v18685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:24.159620+0000 mgr.y (mgr.24491) 21151 : cluster [DBG] pgmap v18685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:55:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:26.160394+0000 mgr.y (mgr.24491) 21152 : cluster [DBG] pgmap v18686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:26.160394+0000 mgr.y (mgr.24491) 21152 : cluster [DBG] pgmap v18686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:26.160394+0000 mgr.y (mgr.24491) 21152 : cluster [DBG] pgmap v18686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:28.160782+0000 mgr.y (mgr.24491) 21153 : cluster [DBG] pgmap v18687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:28.160782+0000 mgr.y (mgr.24491) 21153 : cluster [DBG] pgmap v18687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:28.160782+0000 mgr.y (mgr.24491) 21153 : cluster [DBG] pgmap v18687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:55:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:30.161455+0000 mgr.y (mgr.24491) 21154 : cluster [DBG] pgmap v18688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:30.161455+0000 mgr.y (mgr.24491) 21154 : cluster [DBG] pgmap v18688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:30.161455+0000 mgr.y (mgr.24491) 21154 : cluster [DBG] pgmap v18688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:32.161963+0000 mgr.y (mgr.24491) 21155 : cluster [DBG] pgmap v18689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:32.161963+0000 mgr.y (mgr.24491) 21155 : cluster [DBG] pgmap v18689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:32.161963+0000 mgr.y (mgr.24491) 21155 : cluster [DBG] pgmap v18689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:34.162384+0000 mgr.y (mgr.24491) 21156 : cluster [DBG] pgmap v18690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:34.162384+0000 mgr.y (mgr.24491) 21156 : cluster [DBG] pgmap v18690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:34.162384+0000 mgr.y (mgr.24491) 21156 : cluster [DBG] pgmap v18690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:55:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:36.163071+0000 mgr.y (mgr.24491) 21157 : cluster [DBG] pgmap v18691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:36.163071+0000 mgr.y (mgr.24491) 21157 : cluster [DBG] pgmap v18691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:36.163071+0000 mgr.y (mgr.24491) 21157 : cluster [DBG] pgmap v18691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:38.163432+0000 mgr.y (mgr.24491) 21158 : cluster [DBG] pgmap v18692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:38.163432+0000 mgr.y (mgr.24491) 21158 : cluster [DBG] pgmap v18692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:38.163432+0000 mgr.y (mgr.24491) 21158 : cluster [DBG] pgmap v18692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:55:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:40.164180+0000 mgr.y (mgr.24491) 21159 : cluster [DBG] pgmap v18693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:40.164180+0000 mgr.y (mgr.24491) 21159 : cluster [DBG] pgmap v18693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:40.164180+0000 mgr.y (mgr.24491) 21159 : cluster [DBG] pgmap v18693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:42.164702+0000 mgr.y (mgr.24491) 21160 : cluster [DBG] pgmap v18694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:42.164702+0000 mgr.y (mgr.24491) 21160 : cluster [DBG] pgmap v18694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:42.164702+0000 mgr.y (mgr.24491) 21160 : cluster [DBG] pgmap v18694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:44.265 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:55:44.542 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 93s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 92s ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 93s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 92s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 92s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 93s ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 93s ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 92s ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 93s ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 93s ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 92s ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:55:44.543 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 93s ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:55:44.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 93s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:55:44.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 93s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:55:44.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 93s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:55:44.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 92s ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:55:44.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 92s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:55:44.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 92s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:55:44.544 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 92s ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:55:44.544 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 92s ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:55:44.876 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:55:44.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:55:44.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:55:44.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:55:44.877 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:55:44.877 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:55:44.877 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:55:44.877 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:55:44.878 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:55:44.878 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:55:44.878 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:55:44.878 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:55:44.878 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:55:44.878 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:55:44.878 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:55:44.878 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:55:44.878 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:55:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:44.165089+0000 mgr.y (mgr.24491) 21161 : cluster [DBG] pgmap v18695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:55:44.255109+0000 mgr.y (mgr.24491) 21162 : audit [DBG] from='client.36606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:55:44.536829+0000 mgr.y (mgr.24491) 21163 : audit [DBG] from='client.36612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:55:44.878037+0000 mon.a (mon.0) 4302 : audit [DBG] from='client.? 172.21.15.177:0/158636826' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:55:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:44.165089+0000 mgr.y (mgr.24491) 21161 : cluster [DBG] pgmap v18695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:55:44.255109+0000 mgr.y (mgr.24491) 21162 : audit [DBG] from='client.36606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:55:44.536829+0000 mgr.y (mgr.24491) 21163 : audit [DBG] from='client.36612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:55:44.878037+0000 mon.a (mon.0) 4302 : audit [DBG] from='client.? 172.21.15.177:0/158636826' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:55:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:44.165089+0000 mgr.y (mgr.24491) 21161 : cluster [DBG] pgmap v18695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:55:44.255109+0000 mgr.y (mgr.24491) 21162 : audit [DBG] from='client.36606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:55:44.536829+0000 mgr.y (mgr.24491) 21163 : audit [DBG] from='client.36612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:55:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:55:44.878037+0000 mon.a (mon.0) 4302 : audit [DBG] from='client.? 172.21.15.177:0/158636826' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:55:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:55:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:46.165913+0000 mgr.y (mgr.24491) 21164 : cluster [DBG] pgmap v18696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:46.165913+0000 mgr.y (mgr.24491) 21164 : cluster [DBG] pgmap v18696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:46.165913+0000 mgr.y (mgr.24491) 21164 : cluster [DBG] pgmap v18696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:48.166358+0000 mgr.y (mgr.24491) 21165 : cluster [DBG] pgmap v18697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:48.166358+0000 mgr.y (mgr.24491) 21165 : cluster [DBG] pgmap v18697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:48.166358+0000 mgr.y (mgr.24491) 21165 : cluster [DBG] pgmap v18697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:51.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:50.167088+0000 mgr.y (mgr.24491) 21166 : cluster [DBG] pgmap v18698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:51.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:50.167088+0000 mgr.y (mgr.24491) 21166 : cluster [DBG] pgmap v18698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:51.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:50.167088+0000 mgr.y (mgr.24491) 21166 : cluster [DBG] pgmap v18698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:51.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:55:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:52.167612+0000 mgr.y (mgr.24491) 21167 : cluster [DBG] pgmap v18699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:52.167612+0000 mgr.y (mgr.24491) 21167 : cluster [DBG] pgmap v18699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:52.167612+0000 mgr.y (mgr.24491) 21167 : cluster [DBG] pgmap v18699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:54.168201+0000 mgr.y (mgr.24491) 21168 : cluster [DBG] pgmap v18700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:54.168201+0000 mgr.y (mgr.24491) 21168 : cluster [DBG] pgmap v18700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:54.168201+0000 mgr.y (mgr.24491) 21168 : cluster [DBG] pgmap v18700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:56.168887+0000 mgr.y (mgr.24491) 21169 : cluster [DBG] pgmap v18701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:56.168887+0000 mgr.y (mgr.24491) 21169 : cluster [DBG] pgmap v18701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:56.168887+0000 mgr.y (mgr.24491) 21169 : cluster [DBG] pgmap v18701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:55:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:55:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:55:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:55:58.169305+0000 mgr.y (mgr.24491) 21170 : cluster [DBG] pgmap v18702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:55:58.169305+0000 mgr.y (mgr.24491) 21170 : cluster [DBG] pgmap v18702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:55:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:55:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:55:58.169305+0000 mgr.y (mgr.24491) 21170 : cluster [DBG] pgmap v18702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:56:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:00.170190+0000 mgr.y (mgr.24491) 21171 : cluster [DBG] pgmap v18703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:00.170190+0000 mgr.y (mgr.24491) 21171 : cluster [DBG] pgmap v18703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:00.170190+0000 mgr.y (mgr.24491) 21171 : cluster [DBG] pgmap v18703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:02.170652+0000 mgr.y (mgr.24491) 21172 : cluster [DBG] pgmap v18704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:02.170652+0000 mgr.y (mgr.24491) 21172 : cluster [DBG] pgmap v18704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:02.170652+0000 mgr.y (mgr.24491) 21172 : cluster [DBG] pgmap v18704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:04.171193+0000 mgr.y (mgr.24491) 21173 : cluster [DBG] pgmap v18705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:04.171193+0000 mgr.y (mgr.24491) 21173 : cluster [DBG] pgmap v18705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:04.171193+0000 mgr.y (mgr.24491) 21173 : cluster [DBG] pgmap v18705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:06.171848+0000 mgr.y (mgr.24491) 21174 : cluster [DBG] pgmap v18706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:06.171848+0000 mgr.y (mgr.24491) 21174 : cluster [DBG] pgmap v18706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:06.171848+0000 mgr.y (mgr.24491) 21174 : cluster [DBG] pgmap v18706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:56:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:08.172400+0000 mgr.y (mgr.24491) 21175 : cluster [DBG] pgmap v18707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:08.172400+0000 mgr.y (mgr.24491) 21175 : cluster [DBG] pgmap v18707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:08.172400+0000 mgr.y (mgr.24491) 21175 : cluster [DBG] pgmap v18707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:11.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:10.173091+0000 mgr.y (mgr.24491) 21176 : cluster [DBG] pgmap v18708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:11.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:56:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:10.173091+0000 mgr.y (mgr.24491) 21176 : cluster [DBG] pgmap v18708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:10.173091+0000 mgr.y (mgr.24491) 21176 : cluster [DBG] pgmap v18708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:12.173450+0000 mgr.y (mgr.24491) 21177 : cluster [DBG] pgmap v18709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:56:12.591242+0000 mon.a (mon.0) 4303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:56:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:56:12.882918+0000 mon.a (mon.0) 4304 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:56:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:56:12.883582+0000 mon.a (mon.0) 4305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:56:13.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:56:12.887942+0000 mon.a (mon.0) 4306 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:56:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:12.173450+0000 mgr.y (mgr.24491) 21177 : cluster [DBG] pgmap v18709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:13.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:56:12.591242+0000 mon.a (mon.0) 4303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:56:13.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:56:12.882918+0000 mon.a (mon.0) 4304 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:56:13.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:56:12.883582+0000 mon.a (mon.0) 4305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:56:13.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:56:12.887942+0000 mon.a (mon.0) 4306 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:56:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:12.173450+0000 mgr.y (mgr.24491) 21177 : cluster [DBG] pgmap v18709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:56:12.591242+0000 mon.a (mon.0) 4303 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:56:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:56:12.882918+0000 mon.a (mon.0) 4304 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:56:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:56:12.883582+0000 mon.a (mon.0) 4305 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:56:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:56:12.887942+0000 mon.a (mon.0) 4306 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:56:15.190 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:56:15.466 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:56:15.467 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:56:15.467 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:56:15.467 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:56:15.467 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:56:15.467 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:56:15.467 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 2m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:56:15.467 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 2m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:56:15.467 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:56:15.468 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:56:15.468 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:56:15.468 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:56:15.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:56:15.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:56:15.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:56:15.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:56:15.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:56:15.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:56:15.468 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:56:15.469 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:56:15.469 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:56:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:14.174049+0000 mgr.y (mgr.24491) 21178 : cluster [DBG] pgmap v18710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:14.174049+0000 mgr.y (mgr.24491) 21178 : cluster [DBG] pgmap v18710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:14.174049+0000 mgr.y (mgr.24491) 21178 : cluster [DBG] pgmap v18710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:15.800 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:56:15.800 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:56:15.800 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:56:15.801 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:56:15.802 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:56:15.802 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:56:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:56:15.179603+0000 mgr.y (mgr.24491) 21179 : audit [DBG] from='client.46532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:56:15.460247+0000 mgr.y (mgr.24491) 21180 : audit [DBG] from='client.46538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:56:15.802134+0000 mon.c (mon.2) 653 : audit [DBG] from='client.? 172.21.15.177:0/843519480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:56:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:56:15.179603+0000 mgr.y (mgr.24491) 21179 : audit [DBG] from='client.46532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:56:15.460247+0000 mgr.y (mgr.24491) 21180 : audit [DBG] from='client.46538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:56:15.802134+0000 mon.c (mon.2) 653 : audit [DBG] from='client.? 172.21.15.177:0/843519480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:56:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:56:15.179603+0000 mgr.y (mgr.24491) 21179 : audit [DBG] from='client.46532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:56:15.460247+0000 mgr.y (mgr.24491) 21180 : audit [DBG] from='client.46538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:56:15.802134+0000 mon.c (mon.2) 653 : audit [DBG] from='client.? 172.21.15.177:0/843519480' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:56:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:16.174602+0000 mgr.y (mgr.24491) 21181 : cluster [DBG] pgmap v18711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:17.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:16.174602+0000 mgr.y (mgr.24491) 21181 : cluster [DBG] pgmap v18711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:16.174602+0000 mgr.y (mgr.24491) 21181 : cluster [DBG] pgmap v18711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:56:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:18.175146+0000 mgr.y (mgr.24491) 21182 : cluster [DBG] pgmap v18712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:19.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:18.175146+0000 mgr.y (mgr.24491) 21182 : cluster [DBG] pgmap v18712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:18.175146+0000 mgr.y (mgr.24491) 21182 : cluster [DBG] pgmap v18712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:21.270 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:56:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:20.175845+0000 mgr.y (mgr.24491) 21183 : cluster [DBG] pgmap v18713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:20.175845+0000 mgr.y (mgr.24491) 21183 : cluster [DBG] pgmap v18713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:20.175845+0000 mgr.y (mgr.24491) 21183 : cluster [DBG] pgmap v18713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:22.176219+0000 mgr.y (mgr.24491) 21184 : cluster [DBG] pgmap v18714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:23.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:22.176219+0000 mgr.y (mgr.24491) 21184 : cluster [DBG] pgmap v18714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:22.176219+0000 mgr.y (mgr.24491) 21184 : cluster [DBG] pgmap v18714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:24.176671+0000 mgr.y (mgr.24491) 21185 : cluster [DBG] pgmap v18715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:24.176671+0000 mgr.y (mgr.24491) 21185 : cluster [DBG] pgmap v18715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:24.176671+0000 mgr.y (mgr.24491) 21185 : cluster [DBG] pgmap v18715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:26.177281+0000 mgr.y (mgr.24491) 21186 : cluster [DBG] pgmap v18716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:27.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:26.177281+0000 mgr.y (mgr.24491) 21186 : cluster [DBG] pgmap v18716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:26.177281+0000 mgr.y (mgr.24491) 21186 : cluster [DBG] pgmap v18716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:56:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:28.177696+0000 mgr.y (mgr.24491) 21187 : cluster [DBG] pgmap v18717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:29.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:28.177696+0000 mgr.y (mgr.24491) 21187 : cluster [DBG] pgmap v18717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:28.177696+0000 mgr.y (mgr.24491) 21187 : cluster [DBG] pgmap v18717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:31.287 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:56:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:30.178491+0000 mgr.y (mgr.24491) 21188 : cluster [DBG] pgmap v18718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:30.178491+0000 mgr.y (mgr.24491) 21188 : cluster [DBG] pgmap v18718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:30.178491+0000 mgr.y (mgr.24491) 21188 : cluster [DBG] pgmap v18718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:32.179049+0000 mgr.y (mgr.24491) 21189 : cluster [DBG] pgmap v18719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:32.179049+0000 mgr.y (mgr.24491) 21189 : cluster [DBG] pgmap v18719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:32.179049+0000 mgr.y (mgr.24491) 21189 : cluster [DBG] pgmap v18719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:34.179578+0000 mgr.y (mgr.24491) 21190 : cluster [DBG] pgmap v18720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:35.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:34.179578+0000 mgr.y (mgr.24491) 21190 : cluster [DBG] pgmap v18720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:34.179578+0000 mgr.y (mgr.24491) 21190 : cluster [DBG] pgmap v18720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:36.180478+0000 mgr.y (mgr.24491) 21191 : cluster [DBG] pgmap v18721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:37.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:36.180478+0000 mgr.y (mgr.24491) 21191 : cluster [DBG] pgmap v18721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:36.180478+0000 mgr.y (mgr.24491) 21191 : cluster [DBG] pgmap v18721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:37] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T13:56:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:38.180982+0000 mgr.y (mgr.24491) 21192 : cluster [DBG] pgmap v18722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:38.180982+0000 mgr.y (mgr.24491) 21192 : cluster [DBG] pgmap v18722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:38.180982+0000 mgr.y (mgr.24491) 21192 : cluster [DBG] pgmap v18722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:56:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:40.181709+0000 mgr.y (mgr.24491) 21193 : cluster [DBG] pgmap v18723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:40.181709+0000 mgr.y (mgr.24491) 21193 : cluster [DBG] pgmap v18723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:40.181709+0000 mgr.y (mgr.24491) 21193 : cluster [DBG] pgmap v18723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:42.182286+0000 mgr.y (mgr.24491) 21194 : cluster [DBG] pgmap v18724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:42.182286+0000 mgr.y (mgr.24491) 21194 : cluster [DBG] pgmap v18724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:42.182286+0000 mgr.y (mgr.24491) 21194 : cluster [DBG] pgmap v18724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:44.182732+0000 mgr.y (mgr.24491) 21195 : cluster [DBG] pgmap v18725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:46.111 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:56:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:44.182732+0000 mgr.y (mgr.24491) 21195 : cluster [DBG] pgmap v18725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:44.182732+0000 mgr.y (mgr.24491) 21195 : cluster [DBG] pgmap v18725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:46.391 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:56:46.391 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:56:46.391 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:56:46.391 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:56:46.392 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:56:46.392 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:56:46.392 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 2m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:56:46.392 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 2m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:56:46.392 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:56:46.392 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:56:46.392 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:56:46.392 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:56:46.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:56:46.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:56:46.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:56:46.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:56:46.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:56:46.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:56:46.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:56:46.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:56:46.393 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:56:46.723 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:56:46.723 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:56:46.724 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:56:46.724 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:56:46.724 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:56:46.724 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:56:46.724 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:56:46.724 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:56:46.724 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:56:46.724 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:56:46.724 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:56:46.724 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:56:46.725 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:56:46.725 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:56:46.725 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:56:46.725 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:56:46.725 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:56:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:56:46.100405+0000 mgr.y (mgr.24491) 21196 : audit [DBG] from='client.46550 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:46.183338+0000 mgr.y (mgr.24491) 21197 : cluster [DBG] pgmap v18726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:56:46.385533+0000 mgr.y (mgr.24491) 21198 : audit [DBG] from='client.36648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:56:46.724967+0000 mon.c (mon.2) 654 : audit [DBG] from='client.? 172.21.15.177:0/304009217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:56:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:47] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:56:48.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:56:46.100405+0000 mgr.y (mgr.24491) 21196 : audit [DBG] from='client.46550 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:46.183338+0000 mgr.y (mgr.24491) 21197 : cluster [DBG] pgmap v18726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:56:46.385533+0000 mgr.y (mgr.24491) 21198 : audit [DBG] from='client.36648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:56:46.724967+0000 mon.c (mon.2) 654 : audit [DBG] from='client.? 172.21.15.177:0/304009217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:56:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:56:46.100405+0000 mgr.y (mgr.24491) 21196 : audit [DBG] from='client.46550 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:46.183338+0000 mgr.y (mgr.24491) 21197 : cluster [DBG] pgmap v18726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:56:46.385533+0000 mgr.y (mgr.24491) 21198 : audit [DBG] from='client.36648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:56:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:56:46.724967+0000 mon.c (mon.2) 654 : audit [DBG] from='client.? 172.21.15.177:0/304009217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:56:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:48.183697+0000 mgr.y (mgr.24491) 21199 : cluster [DBG] pgmap v18727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:48.183697+0000 mgr.y (mgr.24491) 21199 : cluster [DBG] pgmap v18727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:48.183697+0000 mgr.y (mgr.24491) 21199 : cluster [DBG] pgmap v18727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:56:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:50.184475+0000 mgr.y (mgr.24491) 21200 : cluster [DBG] pgmap v18728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:50.184475+0000 mgr.y (mgr.24491) 21200 : cluster [DBG] pgmap v18728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:50.184475+0000 mgr.y (mgr.24491) 21200 : cluster [DBG] pgmap v18728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:52.185040+0000 mgr.y (mgr.24491) 21201 : cluster [DBG] pgmap v18729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:52.185040+0000 mgr.y (mgr.24491) 21201 : cluster [DBG] pgmap v18729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:52.185040+0000 mgr.y (mgr.24491) 21201 : cluster [DBG] pgmap v18729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:54.185513+0000 mgr.y (mgr.24491) 21202 : cluster [DBG] pgmap v18730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:54.185513+0000 mgr.y (mgr.24491) 21202 : cluster [DBG] pgmap v18730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:54.185513+0000 mgr.y (mgr.24491) 21202 : cluster [DBG] pgmap v18730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:56.186176+0000 mgr.y (mgr.24491) 21203 : cluster [DBG] pgmap v18731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:56:57] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T13:56:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:56.186176+0000 mgr.y (mgr.24491) 21203 : cluster [DBG] pgmap v18731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:56.186176+0000 mgr.y (mgr.24491) 21203 : cluster [DBG] pgmap v18731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:56:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:56:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:56:58.186706+0000 mgr.y (mgr.24491) 21204 : cluster [DBG] pgmap v18732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:56:58.186706+0000 mgr.y (mgr.24491) 21204 : cluster [DBG] pgmap v18732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:56:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:56:58.186706+0000 mgr.y (mgr.24491) 21204 : cluster [DBG] pgmap v18732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:57:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:00.187398+0000 mgr.y (mgr.24491) 21205 : cluster [DBG] pgmap v18733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:00.187398+0000 mgr.y (mgr.24491) 21205 : cluster [DBG] pgmap v18733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:00.187398+0000 mgr.y (mgr.24491) 21205 : cluster [DBG] pgmap v18733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:04.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:02.187884+0000 mgr.y (mgr.24491) 21206 : cluster [DBG] pgmap v18734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:02.187884+0000 mgr.y (mgr.24491) 21206 : cluster [DBG] pgmap v18734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:02.187884+0000 mgr.y (mgr.24491) 21206 : cluster [DBG] pgmap v18734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:04.188390+0000 mgr.y (mgr.24491) 21207 : cluster [DBG] pgmap v18735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:04.188390+0000 mgr.y (mgr.24491) 21207 : cluster [DBG] pgmap v18735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:04.188390+0000 mgr.y (mgr.24491) 21207 : cluster [DBG] pgmap v18735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:06.189096+0000 mgr.y (mgr.24491) 21208 : cluster [DBG] pgmap v18736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T13:57:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:06.189096+0000 mgr.y (mgr.24491) 21208 : cluster [DBG] pgmap v18736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:06.189096+0000 mgr.y (mgr.24491) 21208 : cluster [DBG] pgmap v18736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:08.189594+0000 mgr.y (mgr.24491) 21209 : cluster [DBG] pgmap v18737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:08.189594+0000 mgr.y (mgr.24491) 21209 : cluster [DBG] pgmap v18737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:08.189594+0000 mgr.y (mgr.24491) 21209 : cluster [DBG] pgmap v18737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:57:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:10.190336+0000 mgr.y (mgr.24491) 21210 : cluster [DBG] pgmap v18738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:10.190336+0000 mgr.y (mgr.24491) 21210 : cluster [DBG] pgmap v18738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:10.190336+0000 mgr.y (mgr.24491) 21210 : cluster [DBG] pgmap v18738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:12.190707+0000 mgr.y (mgr.24491) 21211 : cluster [DBG] pgmap v18739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:57:12.892192+0000 mon.a (mon.0) 4307 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:57:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:57:13.134663+0000 mon.a (mon.0) 4308 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:57:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:57:13.400696+0000 mon.a (mon.0) 4309 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:57:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:57:13.401331+0000 mon.a (mon.0) 4310 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:57:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:57:13.405468+0000 mon.a (mon.0) 4311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:57:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:12.190707+0000 mgr.y (mgr.24491) 21211 : cluster [DBG] pgmap v18739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:57:12.892192+0000 mon.a (mon.0) 4307 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:57:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:57:13.134663+0000 mon.a (mon.0) 4308 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:57:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:57:13.400696+0000 mon.a (mon.0) 4309 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:57:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:57:13.401331+0000 mon.a (mon.0) 4310 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:57:14.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:57:13.405468+0000 mon.a (mon.0) 4311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:57:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:12.190707+0000 mgr.y (mgr.24491) 21211 : cluster [DBG] pgmap v18739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:57:12.892192+0000 mon.a (mon.0) 4307 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:57:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:57:13.134663+0000 mon.a (mon.0) 4308 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:57:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:57:13.400696+0000 mon.a (mon.0) 4309 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:57:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:57:13.401331+0000 mon.a (mon.0) 4310 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:57:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:57:13.405468+0000 mon.a (mon.0) 4311 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:57:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:14.191310+0000 mgr.y (mgr.24491) 21212 : cluster [DBG] pgmap v18740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:14.191310+0000 mgr.y (mgr.24491) 21212 : cluster [DBG] pgmap v18740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:14.191310+0000 mgr.y (mgr.24491) 21212 : cluster [DBG] pgmap v18740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:17.037 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:57:17.312 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:57:17.312 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:57:17.313 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:57:17.313 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:57:17.313 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:57:17.313 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:57:17.313 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 3m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:57:17.313 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 3m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:57:17.313 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:57:17.313 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:57:17.313 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:57:17.313 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:57:17.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:57:17.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:57:17.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:57:17.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:57:17.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:57:17.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:57:17.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:57:17.314 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:57:17.314 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:57:17.646 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:57:17.646 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:57:17.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:57:17.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:57:17.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:57:17.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:57:17.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:57:17.647 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:57:17.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:57:17.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:57:17.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:57:17.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:57:17.648 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:57:17.648 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:57:17.648 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:57:17.648 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:57:17.648 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:57:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:57:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:16.191990+0000 mgr.y (mgr.24491) 21213 : cluster [DBG] pgmap v18741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:57:17.647694+0000 mon.c (mon.2) 655 : audit [DBG] from='client.? 172.21.15.177:0/2938001418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:57:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:16.191990+0000 mgr.y (mgr.24491) 21213 : cluster [DBG] pgmap v18741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:57:17.647694+0000 mon.c (mon.2) 655 : audit [DBG] from='client.? 172.21.15.177:0/2938001418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:57:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:16.191990+0000 mgr.y (mgr.24491) 21213 : cluster [DBG] pgmap v18741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:57:17.647694+0000 mon.c (mon.2) 655 : audit [DBG] from='client.? 172.21.15.177:0/2938001418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:57:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:57:17.026246+0000 mgr.y (mgr.24491) 21214 : audit [DBG] from='client.36660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:19.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:57:17.305918+0000 mgr.y (mgr.24491) 21215 : audit [DBG] from='client.36666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:57:17.026246+0000 mgr.y (mgr.24491) 21214 : audit [DBG] from='client.36660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:19.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:57:17.305918+0000 mgr.y (mgr.24491) 21215 : audit [DBG] from='client.36666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:57:17.026246+0000 mgr.y (mgr.24491) 21214 : audit [DBG] from='client.36660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:57:17.305918+0000 mgr.y (mgr.24491) 21215 : audit [DBG] from='client.36666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:18.192514+0000 mgr.y (mgr.24491) 21216 : cluster [DBG] pgmap v18742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:18.192514+0000 mgr.y (mgr.24491) 21216 : cluster [DBG] pgmap v18742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:18.192514+0000 mgr.y (mgr.24491) 21216 : cluster [DBG] pgmap v18742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:57:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:20.193272+0000 mgr.y (mgr.24491) 21217 : cluster [DBG] pgmap v18743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:20.193272+0000 mgr.y (mgr.24491) 21217 : cluster [DBG] pgmap v18743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:20.193272+0000 mgr.y (mgr.24491) 21217 : cluster [DBG] pgmap v18743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:22.193752+0000 mgr.y (mgr.24491) 21218 : cluster [DBG] pgmap v18744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:22.193752+0000 mgr.y (mgr.24491) 21218 : cluster [DBG] pgmap v18744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:22.193752+0000 mgr.y (mgr.24491) 21218 : cluster [DBG] pgmap v18744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:24.194241+0000 mgr.y (mgr.24491) 21219 : cluster [DBG] pgmap v18745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:24.194241+0000 mgr.y (mgr.24491) 21219 : cluster [DBG] pgmap v18745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:24.194241+0000 mgr.y (mgr.24491) 21219 : cluster [DBG] pgmap v18745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:57:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:26.194901+0000 mgr.y (mgr.24491) 21220 : cluster [DBG] pgmap v18746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:26.194901+0000 mgr.y (mgr.24491) 21220 : cluster [DBG] pgmap v18746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:26.194901+0000 mgr.y (mgr.24491) 21220 : cluster [DBG] pgmap v18746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:28.195471+0000 mgr.y (mgr.24491) 21221 : cluster [DBG] pgmap v18747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:28.195471+0000 mgr.y (mgr.24491) 21221 : cluster [DBG] pgmap v18747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:28.195471+0000 mgr.y (mgr.24491) 21221 : cluster [DBG] pgmap v18747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:57:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:30.196312+0000 mgr.y (mgr.24491) 21222 : cluster [DBG] pgmap v18748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:30.196312+0000 mgr.y (mgr.24491) 21222 : cluster [DBG] pgmap v18748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:30.196312+0000 mgr.y (mgr.24491) 21222 : cluster [DBG] pgmap v18748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:32.196725+0000 mgr.y (mgr.24491) 21223 : cluster [DBG] pgmap v18749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:32.196725+0000 mgr.y (mgr.24491) 21223 : cluster [DBG] pgmap v18749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:32.196725+0000 mgr.y (mgr.24491) 21223 : cluster [DBG] pgmap v18749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:34.197370+0000 mgr.y (mgr.24491) 21224 : cluster [DBG] pgmap v18750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:34.197370+0000 mgr.y (mgr.24491) 21224 : cluster [DBG] pgmap v18750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:34.197370+0000 mgr.y (mgr.24491) 21224 : cluster [DBG] pgmap v18750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:57:38.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:36.198007+0000 mgr.y (mgr.24491) 21225 : cluster [DBG] pgmap v18751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:38.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:36.198007+0000 mgr.y (mgr.24491) 21225 : cluster [DBG] pgmap v18751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:36.198007+0000 mgr.y (mgr.24491) 21225 : cluster [DBG] pgmap v18751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:38.198455+0000 mgr.y (mgr.24491) 21226 : cluster [DBG] pgmap v18752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:38.198455+0000 mgr.y (mgr.24491) 21226 : cluster [DBG] pgmap v18752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:38.198455+0000 mgr.y (mgr.24491) 21226 : cluster [DBG] pgmap v18752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:57:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:40.199224+0000 mgr.y (mgr.24491) 21227 : cluster [DBG] pgmap v18753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:40.199224+0000 mgr.y (mgr.24491) 21227 : cluster [DBG] pgmap v18753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:40.199224+0000 mgr.y (mgr.24491) 21227 : cluster [DBG] pgmap v18753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:42.199724+0000 mgr.y (mgr.24491) 21228 : cluster [DBG] pgmap v18754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:42.199724+0000 mgr.y (mgr.24491) 21228 : cluster [DBG] pgmap v18754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:42.199724+0000 mgr.y (mgr.24491) 21228 : cluster [DBG] pgmap v18754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:44.200145+0000 mgr.y (mgr.24491) 21229 : cluster [DBG] pgmap v18755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:44.200145+0000 mgr.y (mgr.24491) 21229 : cluster [DBG] pgmap v18755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:44.200145+0000 mgr.y (mgr.24491) 21229 : cluster [DBG] pgmap v18755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:47.957 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:57:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:57:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:46.200767+0000 mgr.y (mgr.24491) 21230 : cluster [DBG] pgmap v18756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:46.200767+0000 mgr.y (mgr.24491) 21230 : cluster [DBG] pgmap v18756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:48.236 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:57:48.236 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:57:48.236 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:57:48.236 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:57:48.236 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:57:48.236 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:57:48.237 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 3m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:57:48.237 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 3m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:57:48.237 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:57:48.237 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:57:48.237 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:57:48.237 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:57:48.237 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:57:48.237 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:57:48.237 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:57:48.237 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:57:48.237 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:57:48.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:57:48.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:57:48.238 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:57:48.238 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:57:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:46.200767+0000 mgr.y (mgr.24491) 21230 : cluster [DBG] pgmap v18756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:48.575 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:57:48.575 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:57:48.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:57:48.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:57:48.575 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:57:48.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:57:48.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:57:48.575 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:57:48.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:57:48.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:57:48.576 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:57:48.576 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:57:48.576 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:57:48.576 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:57:48.576 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:57:48.576 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:57:48.576 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:57:49.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:57:48.576426+0000 mon.a (mon.0) 4312 : audit [DBG] from='client.? 172.21.15.177:0/1002646279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:57:49.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:57:48.576426+0000 mon.a (mon.0) 4312 : audit [DBG] from='client.? 172.21.15.177:0/1002646279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:57:49.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:57:48.576426+0000 mon.a (mon.0) 4312 : audit [DBG] from='client.? 172.21.15.177:0/1002646279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:57:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:57:47.946048+0000 mgr.y (mgr.24491) 21231 : audit [DBG] from='client.36678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:48.201152+0000 mgr.y (mgr.24491) 21232 : cluster [DBG] pgmap v18757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:57:48.230057+0000 mgr.y (mgr.24491) 21233 : audit [DBG] from='client.46592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:57:47.946048+0000 mgr.y (mgr.24491) 21231 : audit [DBG] from='client.36678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:48.201152+0000 mgr.y (mgr.24491) 21232 : cluster [DBG] pgmap v18757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:57:48.230057+0000 mgr.y (mgr.24491) 21233 : audit [DBG] from='client.46592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:57:47.946048+0000 mgr.y (mgr.24491) 21231 : audit [DBG] from='client.36678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:48.201152+0000 mgr.y (mgr.24491) 21232 : cluster [DBG] pgmap v18757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:57:48.230057+0000 mgr.y (mgr.24491) 21233 : audit [DBG] from='client.46592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:57:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:57:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:50.201895+0000 mgr.y (mgr.24491) 21234 : cluster [DBG] pgmap v18758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:50.201895+0000 mgr.y (mgr.24491) 21234 : cluster [DBG] pgmap v18758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:50.201895+0000 mgr.y (mgr.24491) 21234 : cluster [DBG] pgmap v18758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:52.202417+0000 mgr.y (mgr.24491) 21235 : cluster [DBG] pgmap v18759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:52.202417+0000 mgr.y (mgr.24491) 21235 : cluster [DBG] pgmap v18759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:52.202417+0000 mgr.y (mgr.24491) 21235 : cluster [DBG] pgmap v18759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:54.202846+0000 mgr.y (mgr.24491) 21236 : cluster [DBG] pgmap v18760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:54.202846+0000 mgr.y (mgr.24491) 21236 : cluster [DBG] pgmap v18760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:54.202846+0000 mgr.y (mgr.24491) 21236 : cluster [DBG] pgmap v18760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:56.203460+0000 mgr.y (mgr.24491) 21237 : cluster [DBG] pgmap v18761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:57:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:57:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:56.203460+0000 mgr.y (mgr.24491) 21237 : cluster [DBG] pgmap v18761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:57:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:56.203460+0000 mgr.y (mgr.24491) 21237 : cluster [DBG] pgmap v18761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:57:58.203907+0000 mgr.y (mgr.24491) 21238 : cluster [DBG] pgmap v18762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:57:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:57:58.203907+0000 mgr.y (mgr.24491) 21238 : cluster [DBG] pgmap v18762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:57:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:57:58.203907+0000 mgr.y (mgr.24491) 21238 : cluster [DBG] pgmap v18762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:58:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:00.204583+0000 mgr.y (mgr.24491) 21239 : cluster [DBG] pgmap v18763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:00.204583+0000 mgr.y (mgr.24491) 21239 : cluster [DBG] pgmap v18763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:02.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:00.204583+0000 mgr.y (mgr.24491) 21239 : cluster [DBG] pgmap v18763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:02.205006+0000 mgr.y (mgr.24491) 21240 : cluster [DBG] pgmap v18764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:02.205006+0000 mgr.y (mgr.24491) 21240 : cluster [DBG] pgmap v18764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:02.205006+0000 mgr.y (mgr.24491) 21240 : cluster [DBG] pgmap v18764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:04.205526+0000 mgr.y (mgr.24491) 21241 : cluster [DBG] pgmap v18765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:04.205526+0000 mgr.y (mgr.24491) 21241 : cluster [DBG] pgmap v18765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:04.205526+0000 mgr.y (mgr.24491) 21241 : cluster [DBG] pgmap v18765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:06.206277+0000 mgr.y (mgr.24491) 21242 : cluster [DBG] pgmap v18766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:07] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T13:58:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:06.206277+0000 mgr.y (mgr.24491) 21242 : cluster [DBG] pgmap v18766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:06.206277+0000 mgr.y (mgr.24491) 21242 : cluster [DBG] pgmap v18766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:08.206626+0000 mgr.y (mgr.24491) 21243 : cluster [DBG] pgmap v18767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:08.206626+0000 mgr.y (mgr.24491) 21243 : cluster [DBG] pgmap v18767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:08.206626+0000 mgr.y (mgr.24491) 21243 : cluster [DBG] pgmap v18767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:58:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:10.207498+0000 mgr.y (mgr.24491) 21244 : cluster [DBG] pgmap v18768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:10.207498+0000 mgr.y (mgr.24491) 21244 : cluster [DBG] pgmap v18768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:10.207498+0000 mgr.y (mgr.24491) 21244 : cluster [DBG] pgmap v18768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:12.208097+0000 mgr.y (mgr.24491) 21245 : cluster [DBG] pgmap v18769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:58:13.409627+0000 mon.a (mon.0) 4313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:58:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:58:13.650587+0000 mon.a (mon.0) 4314 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:58:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:12.208097+0000 mgr.y (mgr.24491) 21245 : cluster [DBG] pgmap v18769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:58:13.409627+0000 mon.a (mon.0) 4313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:58:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:58:13.650587+0000 mon.a (mon.0) 4314 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:58:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:12.208097+0000 mgr.y (mgr.24491) 21245 : cluster [DBG] pgmap v18769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:58:13.409627+0000 mon.a (mon.0) 4313 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:58:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:58:13.650587+0000 mon.a (mon.0) 4314 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:58:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:58:13.927452+0000 mon.a (mon.0) 4315 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:58:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:58:13.928054+0000 mon.a (mon.0) 4316 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:58:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:58:13.932481+0000 mon.a (mon.0) 4317 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:58:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:14.208426+0000 mgr.y (mgr.24491) 21246 : cluster [DBG] pgmap v18770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:58:13.927452+0000 mon.a (mon.0) 4315 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:58:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:58:13.928054+0000 mon.a (mon.0) 4316 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:58:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:58:13.932481+0000 mon.a (mon.0) 4317 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:58:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:14.208426+0000 mgr.y (mgr.24491) 21246 : cluster [DBG] pgmap v18770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:58:13.927452+0000 mon.a (mon.0) 4315 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:58:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:58:13.928054+0000 mon.a (mon.0) 4316 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:58:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:58:13.932481+0000 mon.a (mon.0) 4317 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:58:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:14.208426+0000 mgr.y (mgr.24491) 21246 : cluster [DBG] pgmap v18770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:16.212900+0000 mgr.y (mgr.24491) 21247 : cluster [DBG] pgmap v18771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:16.212900+0000 mgr.y (mgr.24491) 21247 : cluster [DBG] pgmap v18771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:16.212900+0000 mgr.y (mgr.24491) 21247 : cluster [DBG] pgmap v18771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:58:18.885 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:58:19.158 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 4m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 4m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 4m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 4m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:58:19.159 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:58:19.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:58:19.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:58:19.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:58:19.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:58:19.160 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:58:19.160 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:58:19.493 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:58:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:58:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:58:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:58:19.495 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:58:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:18.213515+0000 mgr.y (mgr.24491) 21248 : cluster [DBG] pgmap v18772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:18.213515+0000 mgr.y (mgr.24491) 21248 : cluster [DBG] pgmap v18772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:18.213515+0000 mgr.y (mgr.24491) 21248 : cluster [DBG] pgmap v18772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:58:18.874556+0000 mgr.y (mgr.24491) 21249 : audit [DBG] from='client.46604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:58:19.152684+0000 mgr.y (mgr.24491) 21250 : audit [DBG] from='client.36702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:58:19.495605+0000 mon.a (mon.0) 4318 : audit [DBG] from='client.? 172.21.15.177:0/2055158517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:58:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:58:18.874556+0000 mgr.y (mgr.24491) 21249 : audit [DBG] from='client.46604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:58:19.152684+0000 mgr.y (mgr.24491) 21250 : audit [DBG] from='client.36702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:58:19.495605+0000 mon.a (mon.0) 4318 : audit [DBG] from='client.? 172.21.15.177:0/2055158517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:58:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:58:18.874556+0000 mgr.y (mgr.24491) 21249 : audit [DBG] from='client.46604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:58:19.152684+0000 mgr.y (mgr.24491) 21250 : audit [DBG] from='client.36702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:58:19.495605+0000 mon.a (mon.0) 4318 : audit [DBG] from='client.? 172.21.15.177:0/2055158517' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:58:21.275 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:58:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:20.214243+0000 mgr.y (mgr.24491) 21251 : cluster [DBG] pgmap v18773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:20.214243+0000 mgr.y (mgr.24491) 21251 : cluster [DBG] pgmap v18773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:20.214243+0000 mgr.y (mgr.24491) 21251 : cluster [DBG] pgmap v18773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:22.214595+0000 mgr.y (mgr.24491) 21252 : cluster [DBG] pgmap v18774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:22.214595+0000 mgr.y (mgr.24491) 21252 : cluster [DBG] pgmap v18774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:22.214595+0000 mgr.y (mgr.24491) 21252 : cluster [DBG] pgmap v18774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:24.215036+0000 mgr.y (mgr.24491) 21253 : cluster [DBG] pgmap v18775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:24.215036+0000 mgr.y (mgr.24491) 21253 : cluster [DBG] pgmap v18775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:24.215036+0000 mgr.y (mgr.24491) 21253 : cluster [DBG] pgmap v18775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:26.215701+0000 mgr.y (mgr.24491) 21254 : cluster [DBG] pgmap v18776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:26.215701+0000 mgr.y (mgr.24491) 21254 : cluster [DBG] pgmap v18776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:26.215701+0000 mgr.y (mgr.24491) 21254 : cluster [DBG] pgmap v18776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:58:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:28.216296+0000 mgr.y (mgr.24491) 21255 : cluster [DBG] pgmap v18777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:28.216296+0000 mgr.y (mgr.24491) 21255 : cluster [DBG] pgmap v18777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:28.216296+0000 mgr.y (mgr.24491) 21255 : cluster [DBG] pgmap v18777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:31.293 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:58:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:30.217014+0000 mgr.y (mgr.24491) 21256 : cluster [DBG] pgmap v18778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:30.217014+0000 mgr.y (mgr.24491) 21256 : cluster [DBG] pgmap v18778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:30.217014+0000 mgr.y (mgr.24491) 21256 : cluster [DBG] pgmap v18778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:32.217451+0000 mgr.y (mgr.24491) 21257 : cluster [DBG] pgmap v18779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:32.217451+0000 mgr.y (mgr.24491) 21257 : cluster [DBG] pgmap v18779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:32.217451+0000 mgr.y (mgr.24491) 21257 : cluster [DBG] pgmap v18779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:34.217866+0000 mgr.y (mgr.24491) 21258 : cluster [DBG] pgmap v18780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:34.217866+0000 mgr.y (mgr.24491) 21258 : cluster [DBG] pgmap v18780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:34.217866+0000 mgr.y (mgr.24491) 21258 : cluster [DBG] pgmap v18780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:36.218495+0000 mgr.y (mgr.24491) 21259 : cluster [DBG] pgmap v18781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:36.218495+0000 mgr.y (mgr.24491) 21259 : cluster [DBG] pgmap v18781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:36.218495+0000 mgr.y (mgr.24491) 21259 : cluster [DBG] pgmap v18781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T13:58:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:38.219022+0000 mgr.y (mgr.24491) 21260 : cluster [DBG] pgmap v18782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:38.219022+0000 mgr.y (mgr.24491) 21260 : cluster [DBG] pgmap v18782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:38.219022+0000 mgr.y (mgr.24491) 21260 : cluster [DBG] pgmap v18782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:41.311 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:58:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:40.219768+0000 mgr.y (mgr.24491) 21261 : cluster [DBG] pgmap v18783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:40.219768+0000 mgr.y (mgr.24491) 21261 : cluster [DBG] pgmap v18783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:40.219768+0000 mgr.y (mgr.24491) 21261 : cluster [DBG] pgmap v18783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:42.220239+0000 mgr.y (mgr.24491) 21262 : cluster [DBG] pgmap v18784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:42.220239+0000 mgr.y (mgr.24491) 21262 : cluster [DBG] pgmap v18784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:42.220239+0000 mgr.y (mgr.24491) 21262 : cluster [DBG] pgmap v18784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:44.220722+0000 mgr.y (mgr.24491) 21263 : cluster [DBG] pgmap v18785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:44.220722+0000 mgr.y (mgr.24491) 21263 : cluster [DBG] pgmap v18785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:44.220722+0000 mgr.y (mgr.24491) 21263 : cluster [DBG] pgmap v18785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:46.221528+0000 mgr.y (mgr.24491) 21264 : cluster [DBG] pgmap v18786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:46.221528+0000 mgr.y (mgr.24491) 21264 : cluster [DBG] pgmap v18786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:46.221528+0000 mgr.y (mgr.24491) 21264 : cluster [DBG] pgmap v18786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:58:49.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:48.221977+0000 mgr.y (mgr.24491) 21265 : cluster [DBG] pgmap v18787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:48.221977+0000 mgr.y (mgr.24491) 21265 : cluster [DBG] pgmap v18787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:48.221977+0000 mgr.y (mgr.24491) 21265 : cluster [DBG] pgmap v18787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:49.805 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:58:50.078 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 4m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 4m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 4m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 4m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:58:50.079 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:58:50.080 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:58:50.080 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:58:50.080 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:58:50.080 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:58:50.080 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:58:50.414 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:58:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:58:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:58:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:58:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:58:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:58:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:58:50.415 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:58:50.416 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:58:50.416 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:58:50.416 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:58:50.416 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:58:50.416 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:58:50.416 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:58:50.417 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:58:50.417 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:58:50.417 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:58:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:58:49.795239+0000 mgr.y (mgr.24491) 21266 : audit [DBG] from='client.36714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:58:49.795239+0000 mgr.y (mgr.24491) 21266 : audit [DBG] from='client.36714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:58:49.795239+0000 mgr.y (mgr.24491) 21266 : audit [DBG] from='client.36714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:51.333 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:58:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:58:50.072759+0000 mgr.y (mgr.24491) 21267 : audit [DBG] from='client.46628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:50.222531+0000 mgr.y (mgr.24491) 21268 : cluster [DBG] pgmap v18788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:58:50.415023+0000 mon.a (mon.0) 4319 : audit [DBG] from='client.? 172.21.15.177:0/3187148190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:58:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:58:50.072759+0000 mgr.y (mgr.24491) 21267 : audit [DBG] from='client.46628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:50.222531+0000 mgr.y (mgr.24491) 21268 : cluster [DBG] pgmap v18788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:51.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:58:50.415023+0000 mon.a (mon.0) 4319 : audit [DBG] from='client.? 172.21.15.177:0/3187148190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:58:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:58:50.072759+0000 mgr.y (mgr.24491) 21267 : audit [DBG] from='client.46628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:58:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:50.222531+0000 mgr.y (mgr.24491) 21268 : cluster [DBG] pgmap v18788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:58:50.415023+0000 mon.a (mon.0) 4319 : audit [DBG] from='client.? 172.21.15.177:0/3187148190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:58:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:52.222903+0000 mgr.y (mgr.24491) 21269 : cluster [DBG] pgmap v18789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:52.222903+0000 mgr.y (mgr.24491) 21269 : cluster [DBG] pgmap v18789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:52.222903+0000 mgr.y (mgr.24491) 21269 : cluster [DBG] pgmap v18789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:54.223278+0000 mgr.y (mgr.24491) 21270 : cluster [DBG] pgmap v18790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:54.223278+0000 mgr.y (mgr.24491) 21270 : cluster [DBG] pgmap v18790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:54.223278+0000 mgr.y (mgr.24491) 21270 : cluster [DBG] pgmap v18790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:56.223953+0000 mgr.y (mgr.24491) 21271 : cluster [DBG] pgmap v18791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:57.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:56.223953+0000 mgr.y (mgr.24491) 21271 : cluster [DBG] pgmap v18791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:56.223953+0000 mgr.y (mgr.24491) 21271 : cluster [DBG] pgmap v18791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:58:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T13:58:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:58:58.224363+0000 mgr.y (mgr.24491) 21272 : cluster [DBG] pgmap v18792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:58:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:58:58.224363+0000 mgr.y (mgr.24491) 21272 : cluster [DBG] pgmap v18792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:58:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:58:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:58:58.224363+0000 mgr.y (mgr.24491) 21272 : cluster [DBG] pgmap v18792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:01.353 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:59:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:00.225179+0000 mgr.y (mgr.24491) 21273 : cluster [DBG] pgmap v18793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:00.225179+0000 mgr.y (mgr.24491) 21273 : cluster [DBG] pgmap v18793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:00.225179+0000 mgr.y (mgr.24491) 21273 : cluster [DBG] pgmap v18793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:02.225737+0000 mgr.y (mgr.24491) 21274 : cluster [DBG] pgmap v18794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:02.225737+0000 mgr.y (mgr.24491) 21274 : cluster [DBG] pgmap v18794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:02.225737+0000 mgr.y (mgr.24491) 21274 : cluster [DBG] pgmap v18794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:04.226238+0000 mgr.y (mgr.24491) 21275 : cluster [DBG] pgmap v18795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:04.226238+0000 mgr.y (mgr.24491) 21275 : cluster [DBG] pgmap v18795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:04.226238+0000 mgr.y (mgr.24491) 21275 : cluster [DBG] pgmap v18795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:06.227097+0000 mgr.y (mgr.24491) 21276 : cluster [DBG] pgmap v18796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:06.227097+0000 mgr.y (mgr.24491) 21276 : cluster [DBG] pgmap v18796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:06.227097+0000 mgr.y (mgr.24491) 21276 : cluster [DBG] pgmap v18796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T13:59:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:08.227603+0000 mgr.y (mgr.24491) 21277 : cluster [DBG] pgmap v18797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:08.227603+0000 mgr.y (mgr.24491) 21277 : cluster [DBG] pgmap v18797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:08.227603+0000 mgr.y (mgr.24491) 21277 : cluster [DBG] pgmap v18797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:59:12.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:10.228275+0000 mgr.y (mgr.24491) 21278 : cluster [DBG] pgmap v18798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:10.228275+0000 mgr.y (mgr.24491) 21278 : cluster [DBG] pgmap v18798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:10.228275+0000 mgr.y (mgr.24491) 21278 : cluster [DBG] pgmap v18798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:12.228724+0000 mgr.y (mgr.24491) 21279 : cluster [DBG] pgmap v18799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:12.228724+0000 mgr.y (mgr.24491) 21279 : cluster [DBG] pgmap v18799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:12.228724+0000 mgr.y (mgr.24491) 21279 : cluster [DBG] pgmap v18799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:59:13.936828+0000 mon.a (mon.0) 4320 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:59:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:59:14.235859+0000 mon.a (mon.0) 4321 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:59:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:59:14.236467+0000 mon.a (mon.0) 4322 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:59:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:59:14.240826+0000 mon.a (mon.0) 4323 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:59:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:59:13.936828+0000 mon.a (mon.0) 4320 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:59:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:59:14.235859+0000 mon.a (mon.0) 4321 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:59:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:59:14.236467+0000 mon.a (mon.0) 4322 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:59:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:59:14.240826+0000 mon.a (mon.0) 4323 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:59:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:59:13.936828+0000 mon.a (mon.0) 4320 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T13:59:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:59:14.235859+0000 mon.a (mon.0) 4321 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T13:59:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:59:14.236467+0000 mon.a (mon.0) 4322 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T13:59:15.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:59:14.240826+0000 mon.a (mon.0) 4323 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T13:59:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:14.229087+0000 mgr.y (mgr.24491) 21280 : cluster [DBG] pgmap v18800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:14.229087+0000 mgr.y (mgr.24491) 21280 : cluster [DBG] pgmap v18800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:14.229087+0000 mgr.y (mgr.24491) 21280 : cluster [DBG] pgmap v18800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:16.230012+0000 mgr.y (mgr.24491) 21281 : cluster [DBG] pgmap v18801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:59:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:16.230012+0000 mgr.y (mgr.24491) 21281 : cluster [DBG] pgmap v18801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:16.230012+0000 mgr.y (mgr.24491) 21281 : cluster [DBG] pgmap v18801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:18.230539+0000 mgr.y (mgr.24491) 21282 : cluster [DBG] pgmap v18802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:18.230539+0000 mgr.y (mgr.24491) 21282 : cluster [DBG] pgmap v18802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:18.230539+0000 mgr.y (mgr.24491) 21282 : cluster [DBG] pgmap v18802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:20.724 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:59:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:59:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:59:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:59:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:59:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:59:20.997 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 5m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 5m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 5m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:59:20.998 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:59:20.999 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:59:21.330 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:59:21.330 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:59:21.330 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:59:21.330 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:59:21.330 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:59:21.330 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:59:21.330 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:59:21.330 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:59:21.330 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:59:21.330 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:59:21.330 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:59:21.331 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:59:21.331 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:59:21.331 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:59:21.331 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:59:21.331 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:59:21.331 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:59:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:59:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:20.231443+0000 mgr.y (mgr.24491) 21283 : cluster [DBG] pgmap v18803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:59:20.713757+0000 mgr.y (mgr.24491) 21284 : audit [DBG] from='client.36732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:59:21.331436+0000 mon.c (mon.2) 656 : audit [DBG] from='client.? 172.21.15.177:0/1668402603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:59:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:20.231443+0000 mgr.y (mgr.24491) 21283 : cluster [DBG] pgmap v18803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:59:20.713757+0000 mgr.y (mgr.24491) 21284 : audit [DBG] from='client.36732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:59:21.331436+0000 mon.c (mon.2) 656 : audit [DBG] from='client.? 172.21.15.177:0/1668402603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:59:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:20.231443+0000 mgr.y (mgr.24491) 21283 : cluster [DBG] pgmap v18803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:59:20.713757+0000 mgr.y (mgr.24491) 21284 : audit [DBG] from='client.36732 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:59:21.331436+0000 mon.c (mon.2) 656 : audit [DBG] from='client.? 172.21.15.177:0/1668402603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:59:23.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:59:20.990910+0000 mgr.y (mgr.24491) 21285 : audit [DBG] from='client.36738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:23.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:59:20.990910+0000 mgr.y (mgr.24491) 21285 : audit [DBG] from='client.36738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:23.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:59:20.990910+0000 mgr.y (mgr.24491) 21285 : audit [DBG] from='client.36738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:22.231858+0000 mgr.y (mgr.24491) 21286 : cluster [DBG] pgmap v18804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:22.231858+0000 mgr.y (mgr.24491) 21286 : cluster [DBG] pgmap v18804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:22.231858+0000 mgr.y (mgr.24491) 21286 : cluster [DBG] pgmap v18804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:24.232358+0000 mgr.y (mgr.24491) 21287 : cluster [DBG] pgmap v18805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:24.232358+0000 mgr.y (mgr.24491) 21287 : cluster [DBG] pgmap v18805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:24.232358+0000 mgr.y (mgr.24491) 21287 : cluster [DBG] pgmap v18805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T13:59:28.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:26.233048+0000 mgr.y (mgr.24491) 21288 : cluster [DBG] pgmap v18806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:26.233048+0000 mgr.y (mgr.24491) 21288 : cluster [DBG] pgmap v18806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:28.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:26.233048+0000 mgr.y (mgr.24491) 21288 : cluster [DBG] pgmap v18806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:28.233523+0000 mgr.y (mgr.24491) 21289 : cluster [DBG] pgmap v18807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:28.233523+0000 mgr.y (mgr.24491) 21289 : cluster [DBG] pgmap v18807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:28.233523+0000 mgr.y (mgr.24491) 21289 : cluster [DBG] pgmap v18807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:59:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:30.234275+0000 mgr.y (mgr.24491) 21290 : cluster [DBG] pgmap v18808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:30.234275+0000 mgr.y (mgr.24491) 21290 : cluster [DBG] pgmap v18808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:30.234275+0000 mgr.y (mgr.24491) 21290 : cluster [DBG] pgmap v18808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:32.234730+0000 mgr.y (mgr.24491) 21291 : cluster [DBG] pgmap v18809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:32.234730+0000 mgr.y (mgr.24491) 21291 : cluster [DBG] pgmap v18809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:32.234730+0000 mgr.y (mgr.24491) 21291 : cluster [DBG] pgmap v18809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:34.235171+0000 mgr.y (mgr.24491) 21292 : cluster [DBG] pgmap v18810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:34.235171+0000 mgr.y (mgr.24491) 21292 : cluster [DBG] pgmap v18810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:34.235171+0000 mgr.y (mgr.24491) 21292 : cluster [DBG] pgmap v18810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T13:59:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:36.236029+0000 mgr.y (mgr.24491) 21293 : cluster [DBG] pgmap v18811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:36.236029+0000 mgr.y (mgr.24491) 21293 : cluster [DBG] pgmap v18811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:36.236029+0000 mgr.y (mgr.24491) 21293 : cluster [DBG] pgmap v18811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:40.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:38.236463+0000 mgr.y (mgr.24491) 21294 : cluster [DBG] pgmap v18812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:38.236463+0000 mgr.y (mgr.24491) 21294 : cluster [DBG] pgmap v18812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:38.236463+0000 mgr.y (mgr.24491) 21294 : cluster [DBG] pgmap v18812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:59:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:40.237088+0000 mgr.y (mgr.24491) 21295 : cluster [DBG] pgmap v18813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:40.237088+0000 mgr.y (mgr.24491) 21295 : cluster [DBG] pgmap v18813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:40.237088+0000 mgr.y (mgr.24491) 21295 : cluster [DBG] pgmap v18813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:42.237478+0000 mgr.y (mgr.24491) 21296 : cluster [DBG] pgmap v18814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:42.237478+0000 mgr.y (mgr.24491) 21296 : cluster [DBG] pgmap v18814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:42.237478+0000 mgr.y (mgr.24491) 21296 : cluster [DBG] pgmap v18814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:44.237879+0000 mgr.y (mgr.24491) 21297 : cluster [DBG] pgmap v18815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:44.237879+0000 mgr.y (mgr.24491) 21297 : cluster [DBG] pgmap v18815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:44.237879+0000 mgr.y (mgr.24491) 21297 : cluster [DBG] pgmap v18815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:59:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:46.238675+0000 mgr.y (mgr.24491) 21298 : cluster [DBG] pgmap v18816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:46.238675+0000 mgr.y (mgr.24491) 21298 : cluster [DBG] pgmap v18816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:46.238675+0000 mgr.y (mgr.24491) 21298 : cluster [DBG] pgmap v18816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:48.239104+0000 mgr.y (mgr.24491) 21299 : cluster [DBG] pgmap v18817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:48.239104+0000 mgr.y (mgr.24491) 21299 : cluster [DBG] pgmap v18817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:48.239104+0000 mgr.y (mgr.24491) 21299 : cluster [DBG] pgmap v18817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 13:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T13:59:51.634 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T13:59:51.914 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T13:59:51.914 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T13:59:51.914 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T13:59:51.914 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T13:59:51.914 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T13:59:51.914 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 5m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 5m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 5m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T13:59:51.915 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T13:59:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:50.239759+0000 mgr.y (mgr.24491) 21300 : cluster [DBG] pgmap v18818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:50.239759+0000 mgr.y (mgr.24491) 21300 : cluster [DBG] pgmap v18818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:50.239759+0000 mgr.y (mgr.24491) 21300 : cluster [DBG] pgmap v18818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:52.251 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T13:59:52.251 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T13:59:52.251 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T13:59:52.251 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:59:52.251 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T13:59:52.251 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:59:52.251 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:59:52.251 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T13:59:52.251 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T13:59:52.251 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:59:52.251 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T13:59:52.252 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T13:59:52.252 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T13:59:52.252 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T13:59:52.252 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T13:59:52.252 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T13:59:52.252 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T13:59:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:59:51.623848+0000 mgr.y (mgr.24491) 21301 : audit [DBG] from='client.36750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:53.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:59:52.252885+0000 mon.c (mon.2) 657 : audit [DBG] from='client.? 172.21.15.177:0/1751603468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:59:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:59:51.623848+0000 mgr.y (mgr.24491) 21301 : audit [DBG] from='client.36750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:53.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:59:52.252885+0000 mon.c (mon.2) 657 : audit [DBG] from='client.? 172.21.15.177:0/1751603468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:59:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:59:51.623848+0000 mgr.y (mgr.24491) 21301 : audit [DBG] from='client.36750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:59:52.252885+0000 mon.c (mon.2) 657 : audit [DBG] from='client.? 172.21.15.177:0/1751603468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T13:59:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T13:59:51.908187+0000 mgr.y (mgr.24491) 21302 : audit [DBG] from='client.46664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:52.240102+0000 mgr.y (mgr.24491) 21303 : cluster [DBG] pgmap v18819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T13:59:51.908187+0000 mgr.y (mgr.24491) 21302 : audit [DBG] from='client.46664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:52.240102+0000 mgr.y (mgr.24491) 21303 : cluster [DBG] pgmap v18819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T13:59:51.908187+0000 mgr.y (mgr.24491) 21302 : audit [DBG] from='client.46664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T13:59:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:52.240102+0000 mgr.y (mgr.24491) 21303 : cluster [DBG] pgmap v18819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:54.240533+0000 mgr.y (mgr.24491) 21304 : cluster [DBG] pgmap v18820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:54.240533+0000 mgr.y (mgr.24491) 21304 : cluster [DBG] pgmap v18820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:54.240533+0000 mgr.y (mgr.24491) 21304 : cluster [DBG] pgmap v18820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 13:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:13:59:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T13:59:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:56.241387+0000 mgr.y (mgr.24491) 21305 : cluster [DBG] pgmap v18821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:56.241387+0000 mgr.y (mgr.24491) 21305 : cluster [DBG] pgmap v18821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T13:59:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:56.241387+0000 mgr.y (mgr.24491) 21305 : cluster [DBG] pgmap v18821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 13:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T13:59:58.241827+0000 mgr.y (mgr.24491) 21306 : cluster [DBG] pgmap v18822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 13:59:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T13:59:58.241827+0000 mgr.y (mgr.24491) 21306 : cluster [DBG] pgmap v18822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T13:59:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:00:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 13:59:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T13:59:58.241827+0000 mgr.y (mgr.24491) 21306 : cluster [DBG] pgmap v18822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:00.000115+0000 mon.a (mon.0) 4324 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:00:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:00.000115+0000 mon.a (mon.0) 4324 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:00:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:00:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:00.000115+0000 mon.a (mon.0) 4324 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:00:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:00.242472+0000 mgr.y (mgr.24491) 21307 : cluster [DBG] pgmap v18823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:00.242472+0000 mgr.y (mgr.24491) 21307 : cluster [DBG] pgmap v18823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:00.242472+0000 mgr.y (mgr.24491) 21307 : cluster [DBG] pgmap v18823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:02.242909+0000 mgr.y (mgr.24491) 21308 : cluster [DBG] pgmap v18824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:02.242909+0000 mgr.y (mgr.24491) 21308 : cluster [DBG] pgmap v18824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:02.242909+0000 mgr.y (mgr.24491) 21308 : cluster [DBG] pgmap v18824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:04.243488+0000 mgr.y (mgr.24491) 21309 : cluster [DBG] pgmap v18825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:04.243488+0000 mgr.y (mgr.24491) 21309 : cluster [DBG] pgmap v18825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:04.243488+0000 mgr.y (mgr.24491) 21309 : cluster [DBG] pgmap v18825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:00:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:06.244180+0000 mgr.y (mgr.24491) 21310 : cluster [DBG] pgmap v18826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:06.244180+0000 mgr.y (mgr.24491) 21310 : cluster [DBG] pgmap v18826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:08.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:06.244180+0000 mgr.y (mgr.24491) 21310 : cluster [DBG] pgmap v18826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:08.244716+0000 mgr.y (mgr.24491) 21311 : cluster [DBG] pgmap v18827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:08.244716+0000 mgr.y (mgr.24491) 21311 : cluster [DBG] pgmap v18827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:08.244716+0000 mgr.y (mgr.24491) 21311 : cluster [DBG] pgmap v18827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:00:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:10.245472+0000 mgr.y (mgr.24491) 21312 : cluster [DBG] pgmap v18828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:10.245472+0000 mgr.y (mgr.24491) 21312 : cluster [DBG] pgmap v18828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:10.245472+0000 mgr.y (mgr.24491) 21312 : cluster [DBG] pgmap v18828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:12.245890+0000 mgr.y (mgr.24491) 21313 : cluster [DBG] pgmap v18829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:12.245890+0000 mgr.y (mgr.24491) 21313 : cluster [DBG] pgmap v18829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:12.245890+0000 mgr.y (mgr.24491) 21313 : cluster [DBG] pgmap v18829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:00:14.245176+0000 mon.a (mon.0) 4325 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:00:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:00:14.536344+0000 mon.a (mon.0) 4326 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:00:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:00:14.536979+0000 mon.a (mon.0) 4327 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:00:15.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:00:14.541156+0000 mon.a (mon.0) 4328 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:00:15.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:00:14.245176+0000 mon.a (mon.0) 4325 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:00:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:00:14.536344+0000 mon.a (mon.0) 4326 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:00:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:00:14.536979+0000 mon.a (mon.0) 4327 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:00:15.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:00:14.541156+0000 mon.a (mon.0) 4328 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:00:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:00:14.245176+0000 mon.a (mon.0) 4325 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:00:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:00:14.536344+0000 mon.a (mon.0) 4326 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:00:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:00:14.536979+0000 mon.a (mon.0) 4327 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:00:15.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:00:14.541156+0000 mon.a (mon.0) 4328 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:00:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:14.246282+0000 mgr.y (mgr.24491) 21314 : cluster [DBG] pgmap v18830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:14.246282+0000 mgr.y (mgr.24491) 21314 : cluster [DBG] pgmap v18830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:14.246282+0000 mgr.y (mgr.24491) 21314 : cluster [DBG] pgmap v18830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:00:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:16.246900+0000 mgr.y (mgr.24491) 21315 : cluster [DBG] pgmap v18831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:16.246900+0000 mgr.y (mgr.24491) 21315 : cluster [DBG] pgmap v18831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:16.246900+0000 mgr.y (mgr.24491) 21315 : cluster [DBG] pgmap v18831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:18.247441+0000 mgr.y (mgr.24491) 21316 : cluster [DBG] pgmap v18832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:18.247441+0000 mgr.y (mgr.24491) 21316 : cluster [DBG] pgmap v18832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:18.247441+0000 mgr.y (mgr.24491) 21316 : cluster [DBG] pgmap v18832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:00:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:20.248197+0000 mgr.y (mgr.24491) 21317 : cluster [DBG] pgmap v18833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:20.248197+0000 mgr.y (mgr.24491) 21317 : cluster [DBG] pgmap v18833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:20.248197+0000 mgr.y (mgr.24491) 21317 : cluster [DBG] pgmap v18833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:22.573 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 6m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 6m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 6m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 6m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 6m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 6m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 6m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 6m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 6m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 6m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 6m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:00:22.848 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 6m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:00:22.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 6m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:00:22.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 6m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:00:22.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 6m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:00:22.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 6m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:00:22.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 6m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:00:22.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 6m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:00:22.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 6m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:00:22.849 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 6m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:00:23.183 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:00:23.183 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:00:23.183 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:00:23.183 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:00:23.184 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:00:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:22.248565+0000 mgr.y (mgr.24491) 21318 : cluster [DBG] pgmap v18834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:00:22.562902+0000 mgr.y (mgr.24491) 21319 : audit [DBG] from='client.36765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:00:22.841702+0000 mgr.y (mgr.24491) 21320 : audit [DBG] from='client.46679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:00:23.184989+0000 mon.a (mon.0) 4329 : audit [DBG] from='client.? 172.21.15.177:0/4243067974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:00:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:22.248565+0000 mgr.y (mgr.24491) 21318 : cluster [DBG] pgmap v18834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:00:22.562902+0000 mgr.y (mgr.24491) 21319 : audit [DBG] from='client.36765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:00:22.841702+0000 mgr.y (mgr.24491) 21320 : audit [DBG] from='client.46679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:00:23.184989+0000 mon.a (mon.0) 4329 : audit [DBG] from='client.? 172.21.15.177:0/4243067974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:00:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:22.248565+0000 mgr.y (mgr.24491) 21318 : cluster [DBG] pgmap v18834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:00:22.562902+0000 mgr.y (mgr.24491) 21319 : audit [DBG] from='client.36765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:00:22.841702+0000 mgr.y (mgr.24491) 21320 : audit [DBG] from='client.46679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:00:23.184989+0000 mon.a (mon.0) 4329 : audit [DBG] from='client.? 172.21.15.177:0/4243067974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:00:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:24.248999+0000 mgr.y (mgr.24491) 21321 : cluster [DBG] pgmap v18835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:24.248999+0000 mgr.y (mgr.24491) 21321 : cluster [DBG] pgmap v18835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:24.248999+0000 mgr.y (mgr.24491) 21321 : cluster [DBG] pgmap v18835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:00:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:26.249640+0000 mgr.y (mgr.24491) 21322 : cluster [DBG] pgmap v18836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:26.249640+0000 mgr.y (mgr.24491) 21322 : cluster [DBG] pgmap v18836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:26.249640+0000 mgr.y (mgr.24491) 21322 : cluster [DBG] pgmap v18836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:28.250255+0000 mgr.y (mgr.24491) 21323 : cluster [DBG] pgmap v18837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:29.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:28.250255+0000 mgr.y (mgr.24491) 21323 : cluster [DBG] pgmap v18837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:28.250255+0000 mgr.y (mgr.24491) 21323 : cluster [DBG] pgmap v18837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:31.303 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:00:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:30.250893+0000 mgr.y (mgr.24491) 21324 : cluster [DBG] pgmap v18838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:31.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:30.250893+0000 mgr.y (mgr.24491) 21324 : cluster [DBG] pgmap v18838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:30.250893+0000 mgr.y (mgr.24491) 21324 : cluster [DBG] pgmap v18838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:32.251455+0000 mgr.y (mgr.24491) 21325 : cluster [DBG] pgmap v18839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:32.251455+0000 mgr.y (mgr.24491) 21325 : cluster [DBG] pgmap v18839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:32.251455+0000 mgr.y (mgr.24491) 21325 : cluster [DBG] pgmap v18839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:34.251875+0000 mgr.y (mgr.24491) 21326 : cluster [DBG] pgmap v18840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:34.251875+0000 mgr.y (mgr.24491) 21326 : cluster [DBG] pgmap v18840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:34.251875+0000 mgr.y (mgr.24491) 21326 : cluster [DBG] pgmap v18840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:37.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:36.252494+0000 mgr.y (mgr.24491) 21327 : cluster [DBG] pgmap v18841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:37.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:36.252494+0000 mgr.y (mgr.24491) 21327 : cluster [DBG] pgmap v18841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:36.252494+0000 mgr.y (mgr.24491) 21327 : cluster [DBG] pgmap v18841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:37] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:00:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:38.252929+0000 mgr.y (mgr.24491) 21328 : cluster [DBG] pgmap v18842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:38.252929+0000 mgr.y (mgr.24491) 21328 : cluster [DBG] pgmap v18842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:38.252929+0000 mgr.y (mgr.24491) 21328 : cluster [DBG] pgmap v18842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:41.320 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:00:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:40.253664+0000 mgr.y (mgr.24491) 21329 : cluster [DBG] pgmap v18843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:41.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:40.253664+0000 mgr.y (mgr.24491) 21329 : cluster [DBG] pgmap v18843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:40.253664+0000 mgr.y (mgr.24491) 21329 : cluster [DBG] pgmap v18843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:43.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:42.254109+0000 mgr.y (mgr.24491) 21330 : cluster [DBG] pgmap v18844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:42.254109+0000 mgr.y (mgr.24491) 21330 : cluster [DBG] pgmap v18844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:42.254109+0000 mgr.y (mgr.24491) 21330 : cluster [DBG] pgmap v18844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:45.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:44.254511+0000 mgr.y (mgr.24491) 21331 : cluster [DBG] pgmap v18845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:44.254511+0000 mgr.y (mgr.24491) 21331 : cluster [DBG] pgmap v18845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:44.254511+0000 mgr.y (mgr.24491) 21331 : cluster [DBG] pgmap v18845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:46.255153+0000 mgr.y (mgr.24491) 21332 : cluster [DBG] pgmap v18846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:46.255153+0000 mgr.y (mgr.24491) 21332 : cluster [DBG] pgmap v18846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:46.255153+0000 mgr.y (mgr.24491) 21332 : cluster [DBG] pgmap v18846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:00:49.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:48.255535+0000 mgr.y (mgr.24491) 21333 : cluster [DBG] pgmap v18847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:49.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:48.255535+0000 mgr.y (mgr.24491) 21333 : cluster [DBG] pgmap v18847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:48.255535+0000 mgr.y (mgr.24491) 21333 : cluster [DBG] pgmap v18847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:51.336 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:00:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:50.256196+0000 mgr.y (mgr.24491) 21334 : cluster [DBG] pgmap v18848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:50.256196+0000 mgr.y (mgr.24491) 21334 : cluster [DBG] pgmap v18848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:50.256196+0000 mgr.y (mgr.24491) 21334 : cluster [DBG] pgmap v18848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:53.493 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:00:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:52.256768+0000 mgr.y (mgr.24491) 21335 : cluster [DBG] pgmap v18849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:52.256768+0000 mgr.y (mgr.24491) 21335 : cluster [DBG] pgmap v18849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:52.256768+0000 mgr.y (mgr.24491) 21335 : cluster [DBG] pgmap v18849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:53.768 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:00:53.768 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 6m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:00:53.768 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 6m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:00:53.768 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 6m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:00:53.768 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 6m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:00:53.768 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 6m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:00:53.768 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 6m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:00:53.768 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 6m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 6m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 6m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 6m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 6m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 6m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 6m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 6m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 6m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 6m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 6m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 6m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 6m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:00:53.769 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 6m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:00:54.100 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:00:54.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:00:54.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:00:54.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:00:54.101 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:00:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:00:53.483362+0000 mgr.y (mgr.24491) 21336 : audit [DBG] from='client.46691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:00:53.762300+0000 mgr.y (mgr.24491) 21337 : audit [DBG] from='client.46697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:00:54.102171+0000 mon.a (mon.0) 4330 : audit [DBG] from='client.? 172.21.15.177:0/144523365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:00:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:00:53.483362+0000 mgr.y (mgr.24491) 21336 : audit [DBG] from='client.46691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:00:53.762300+0000 mgr.y (mgr.24491) 21337 : audit [DBG] from='client.46697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:00:54.102171+0000 mon.a (mon.0) 4330 : audit [DBG] from='client.? 172.21.15.177:0/144523365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:00:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:00:53.483362+0000 mgr.y (mgr.24491) 21336 : audit [DBG] from='client.46691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:00:53.762300+0000 mgr.y (mgr.24491) 21337 : audit [DBG] from='client.46697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:00:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:00:54.102171+0000 mon.a (mon.0) 4330 : audit [DBG] from='client.? 172.21.15.177:0/144523365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:00:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:54.257331+0000 mgr.y (mgr.24491) 21338 : cluster [DBG] pgmap v18850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:54.257331+0000 mgr.y (mgr.24491) 21338 : cluster [DBG] pgmap v18850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:54.257331+0000 mgr.y (mgr.24491) 21338 : cluster [DBG] pgmap v18850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:56.258021+0000 mgr.y (mgr.24491) 21339 : cluster [DBG] pgmap v18851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:56.258021+0000 mgr.y (mgr.24491) 21339 : cluster [DBG] pgmap v18851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:56.258021+0000 mgr.y (mgr.24491) 21339 : cluster [DBG] pgmap v18851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:00:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:00:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:00:58.258441+0000 mgr.y (mgr.24491) 21340 : cluster [DBG] pgmap v18852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:00:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:00:58.258441+0000 mgr.y (mgr.24491) 21340 : cluster [DBG] pgmap v18852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:00:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:00:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:00:58.258441+0000 mgr.y (mgr.24491) 21340 : cluster [DBG] pgmap v18852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:01.359 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:01:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:00.259169+0000 mgr.y (mgr.24491) 21341 : cluster [DBG] pgmap v18853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:00.259169+0000 mgr.y (mgr.24491) 21341 : cluster [DBG] pgmap v18853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:00.259169+0000 mgr.y (mgr.24491) 21341 : cluster [DBG] pgmap v18853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:02.259720+0000 mgr.y (mgr.24491) 21342 : cluster [DBG] pgmap v18854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:02.259720+0000 mgr.y (mgr.24491) 21342 : cluster [DBG] pgmap v18854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:02.259720+0000 mgr.y (mgr.24491) 21342 : cluster [DBG] pgmap v18854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:04.260206+0000 mgr.y (mgr.24491) 21343 : cluster [DBG] pgmap v18855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:04.260206+0000 mgr.y (mgr.24491) 21343 : cluster [DBG] pgmap v18855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:04.260206+0000 mgr.y (mgr.24491) 21343 : cluster [DBG] pgmap v18855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:06.260900+0000 mgr.y (mgr.24491) 21344 : cluster [DBG] pgmap v18856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:06.260900+0000 mgr.y (mgr.24491) 21344 : cluster [DBG] pgmap v18856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:06.260900+0000 mgr.y (mgr.24491) 21344 : cluster [DBG] pgmap v18856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:01:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:08.261391+0000 mgr.y (mgr.24491) 21345 : cluster [DBG] pgmap v18857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:08.261391+0000 mgr.y (mgr.24491) 21345 : cluster [DBG] pgmap v18857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:08.261391+0000 mgr.y (mgr.24491) 21345 : cluster [DBG] pgmap v18857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:11.378 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:01:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:10.262069+0000 mgr.y (mgr.24491) 21346 : cluster [DBG] pgmap v18858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:10.262069+0000 mgr.y (mgr.24491) 21346 : cluster [DBG] pgmap v18858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:10.262069+0000 mgr.y (mgr.24491) 21346 : cluster [DBG] pgmap v18858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:12.262572+0000 mgr.y (mgr.24491) 21347 : cluster [DBG] pgmap v18859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:12.262572+0000 mgr.y (mgr.24491) 21347 : cluster [DBG] pgmap v18859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:12.262572+0000 mgr.y (mgr.24491) 21347 : cluster [DBG] pgmap v18859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:14.263170+0000 mgr.y (mgr.24491) 21348 : cluster [DBG] pgmap v18860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:01:14.545400+0000 mon.a (mon.0) 4331 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:01:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:01:14.848180+0000 mon.a (mon.0) 4332 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:01:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:01:14.848820+0000 mon.a (mon.0) 4333 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:01:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:01:14.853316+0000 mon.a (mon.0) 4334 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:01:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:14.263170+0000 mgr.y (mgr.24491) 21348 : cluster [DBG] pgmap v18860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:01:14.545400+0000 mon.a (mon.0) 4331 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:01:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:01:14.848180+0000 mon.a (mon.0) 4332 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:01:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:01:14.848820+0000 mon.a (mon.0) 4333 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:01:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:01:14.853316+0000 mon.a (mon.0) 4334 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:01:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:14.263170+0000 mgr.y (mgr.24491) 21348 : cluster [DBG] pgmap v18860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:01:14.545400+0000 mon.a (mon.0) 4331 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:01:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:01:14.848180+0000 mon.a (mon.0) 4332 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:01:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:01:14.848820+0000 mon.a (mon.0) 4333 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:01:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:01:14.853316+0000 mon.a (mon.0) 4334 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:01:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:16.263824+0000 mgr.y (mgr.24491) 21349 : cluster [DBG] pgmap v18861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:16.263824+0000 mgr.y (mgr.24491) 21349 : cluster [DBG] pgmap v18861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:16.263824+0000 mgr.y (mgr.24491) 21349 : cluster [DBG] pgmap v18861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:01:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:18.264400+0000 mgr.y (mgr.24491) 21350 : cluster [DBG] pgmap v18862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:18.264400+0000 mgr.y (mgr.24491) 21350 : cluster [DBG] pgmap v18862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:18.264400+0000 mgr.y (mgr.24491) 21350 : cluster [DBG] pgmap v18862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:21.398 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:01:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:20.265185+0000 mgr.y (mgr.24491) 21351 : cluster [DBG] pgmap v18863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:20.265185+0000 mgr.y (mgr.24491) 21351 : cluster [DBG] pgmap v18863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:20.265185+0000 mgr.y (mgr.24491) 21351 : cluster [DBG] pgmap v18863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:22.265711+0000 mgr.y (mgr.24491) 21352 : cluster [DBG] pgmap v18864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:22.265711+0000 mgr.y (mgr.24491) 21352 : cluster [DBG] pgmap v18864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:22.265711+0000 mgr.y (mgr.24491) 21352 : cluster [DBG] pgmap v18864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:24.418 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:01:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:01:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 7m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:01:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 7m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:01:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 7m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:01:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 7m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:01:24.693 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 7m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 7m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 7m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 7m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 7m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 7m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 7m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 7m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 7m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 7m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 7m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 7m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 7m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 7m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 7m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:01:24.694 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 7m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:01:25.026 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:01:25.026 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:01:25.026 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:01:25.027 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:01:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:24.266110+0000 mgr.y (mgr.24491) 21353 : cluster [DBG] pgmap v18865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:01:24.407295+0000 mgr.y (mgr.24491) 21354 : audit [DBG] from='client.46709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:01:24.687184+0000 mgr.y (mgr.24491) 21355 : audit [DBG] from='client.46715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:01:25.028087+0000 mon.c (mon.2) 658 : audit [DBG] from='client.? 172.21.15.177:0/4234135778' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:01:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:24.266110+0000 mgr.y (mgr.24491) 21353 : cluster [DBG] pgmap v18865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:01:24.407295+0000 mgr.y (mgr.24491) 21354 : audit [DBG] from='client.46709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:01:24.687184+0000 mgr.y (mgr.24491) 21355 : audit [DBG] from='client.46715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:01:25.028087+0000 mon.c (mon.2) 658 : audit [DBG] from='client.? 172.21.15.177:0/4234135778' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:01:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:24.266110+0000 mgr.y (mgr.24491) 21353 : cluster [DBG] pgmap v18865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:01:24.407295+0000 mgr.y (mgr.24491) 21354 : audit [DBG] from='client.46709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:01:24.687184+0000 mgr.y (mgr.24491) 21355 : audit [DBG] from='client.46715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:01:25.028087+0000 mon.c (mon.2) 658 : audit [DBG] from='client.? 172.21.15.177:0/4234135778' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:01:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:26.266836+0000 mgr.y (mgr.24491) 21356 : cluster [DBG] pgmap v18866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:26.266836+0000 mgr.y (mgr.24491) 21356 : cluster [DBG] pgmap v18866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:26.266836+0000 mgr.y (mgr.24491) 21356 : cluster [DBG] pgmap v18866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:01:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:28.267215+0000 mgr.y (mgr.24491) 21357 : cluster [DBG] pgmap v18867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:28.267215+0000 mgr.y (mgr.24491) 21357 : cluster [DBG] pgmap v18867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:28.267215+0000 mgr.y (mgr.24491) 21357 : cluster [DBG] pgmap v18867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:31.415 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:01:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:30.267978+0000 mgr.y (mgr.24491) 21358 : cluster [DBG] pgmap v18868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:30.267978+0000 mgr.y (mgr.24491) 21358 : cluster [DBG] pgmap v18868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:30.267978+0000 mgr.y (mgr.24491) 21358 : cluster [DBG] pgmap v18868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:32.268401+0000 mgr.y (mgr.24491) 21359 : cluster [DBG] pgmap v18869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:32.268401+0000 mgr.y (mgr.24491) 21359 : cluster [DBG] pgmap v18869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:32.268401+0000 mgr.y (mgr.24491) 21359 : cluster [DBG] pgmap v18869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:34.268845+0000 mgr.y (mgr.24491) 21360 : cluster [DBG] pgmap v18870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:34.268845+0000 mgr.y (mgr.24491) 21360 : cluster [DBG] pgmap v18870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:35.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:34.268845+0000 mgr.y (mgr.24491) 21360 : cluster [DBG] pgmap v18870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:37.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:36.269524+0000 mgr.y (mgr.24491) 21361 : cluster [DBG] pgmap v18871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:36.269524+0000 mgr.y (mgr.24491) 21361 : cluster [DBG] pgmap v18871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:37.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:36.269524+0000 mgr.y (mgr.24491) 21361 : cluster [DBG] pgmap v18871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:01:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:38.270048+0000 mgr.y (mgr.24491) 21362 : cluster [DBG] pgmap v18872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:38.270048+0000 mgr.y (mgr.24491) 21362 : cluster [DBG] pgmap v18872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:38.270048+0000 mgr.y (mgr.24491) 21362 : cluster [DBG] pgmap v18872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:41.430 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:01:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:40.270660+0000 mgr.y (mgr.24491) 21363 : cluster [DBG] pgmap v18873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:40.270660+0000 mgr.y (mgr.24491) 21363 : cluster [DBG] pgmap v18873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:40.270660+0000 mgr.y (mgr.24491) 21363 : cluster [DBG] pgmap v18873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:42.271173+0000 mgr.y (mgr.24491) 21364 : cluster [DBG] pgmap v18874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:42.271173+0000 mgr.y (mgr.24491) 21364 : cluster [DBG] pgmap v18874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:42.271173+0000 mgr.y (mgr.24491) 21364 : cluster [DBG] pgmap v18874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:44.271627+0000 mgr.y (mgr.24491) 21365 : cluster [DBG] pgmap v18875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:44.271627+0000 mgr.y (mgr.24491) 21365 : cluster [DBG] pgmap v18875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:44.271627+0000 mgr.y (mgr.24491) 21365 : cluster [DBG] pgmap v18875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:46.272289+0000 mgr.y (mgr.24491) 21366 : cluster [DBG] pgmap v18876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:46.272289+0000 mgr.y (mgr.24491) 21366 : cluster [DBG] pgmap v18876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:46.272289+0000 mgr.y (mgr.24491) 21366 : cluster [DBG] pgmap v18876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:47] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:01:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:48.272702+0000 mgr.y (mgr.24491) 21367 : cluster [DBG] pgmap v18877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:48.272702+0000 mgr.y (mgr.24491) 21367 : cluster [DBG] pgmap v18877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:48.272702+0000 mgr.y (mgr.24491) 21367 : cluster [DBG] pgmap v18877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:51.450 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:01:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:50.273426+0000 mgr.y (mgr.24491) 21368 : cluster [DBG] pgmap v18878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:51.965 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:50.273426+0000 mgr.y (mgr.24491) 21368 : cluster [DBG] pgmap v18878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:51.965 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:50.273426+0000 mgr.y (mgr.24491) 21368 : cluster [DBG] pgmap v18878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:52.273853+0000 mgr.y (mgr.24491) 21369 : cluster [DBG] pgmap v18879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:52.273853+0000 mgr.y (mgr.24491) 21369 : cluster [DBG] pgmap v18879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:52.273853+0000 mgr.y (mgr.24491) 21369 : cluster [DBG] pgmap v18879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:55.337 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:01:55.615 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:01:55.615 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 7m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:01:55.615 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 7m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:01:55.615 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 7m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:01:55.615 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 7m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:01:55.615 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 7m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:01:55.615 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 7m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:01:55.615 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 7m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:01:55.615 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 7m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 7m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 7m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 7m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 7m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 7m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 7m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 7m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 7m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 7m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 7m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 7m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:01:55.616 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 7m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:01:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:54.274306+0000 mgr.y (mgr.24491) 21370 : cluster [DBG] pgmap v18880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:54.274306+0000 mgr.y (mgr.24491) 21370 : cluster [DBG] pgmap v18880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:54.274306+0000 mgr.y (mgr.24491) 21370 : cluster [DBG] pgmap v18880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:01:55.948 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:01:55.949 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:01:55.949 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:01:55.949 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:01:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:01:55.326873+0000 mgr.y (mgr.24491) 21371 : audit [DBG] from='client.36819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:01:55.608739+0000 mgr.y (mgr.24491) 21372 : audit [DBG] from='client.46733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:01:55.949466+0000 mon.c (mon.2) 659 : audit [DBG] from='client.? 172.21.15.177:0/3069284148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:01:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:01:55.326873+0000 mgr.y (mgr.24491) 21371 : audit [DBG] from='client.36819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:56.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:01:55.608739+0000 mgr.y (mgr.24491) 21372 : audit [DBG] from='client.46733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:56.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:01:55.949466+0000 mon.c (mon.2) 659 : audit [DBG] from='client.? 172.21.15.177:0/3069284148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:01:56.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:01:55.326873+0000 mgr.y (mgr.24491) 21371 : audit [DBG] from='client.36819 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:56.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:01:55.608739+0000 mgr.y (mgr.24491) 21372 : audit [DBG] from='client.46733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:01:56.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:01:55.949466+0000 mon.c (mon.2) 659 : audit [DBG] from='client.? 172.21.15.177:0/3069284148' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:01:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:56.275051+0000 mgr.y (mgr.24491) 21373 : cluster [DBG] pgmap v18881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:56.275051+0000 mgr.y (mgr.24491) 21373 : cluster [DBG] pgmap v18881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:56.275051+0000 mgr.y (mgr.24491) 21373 : cluster [DBG] pgmap v18881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:01:57] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:01:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:01:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:01:58.275403+0000 mgr.y (mgr.24491) 21374 : cluster [DBG] pgmap v18882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:01:58.275403+0000 mgr.y (mgr.24491) 21374 : cluster [DBG] pgmap v18882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:01:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:01:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:01:58.275403+0000 mgr.y (mgr.24491) 21374 : cluster [DBG] pgmap v18882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:01.470 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:02:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:00.276136+0000 mgr.y (mgr.24491) 21375 : cluster [DBG] pgmap v18883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:00.276136+0000 mgr.y (mgr.24491) 21375 : cluster [DBG] pgmap v18883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:00.276136+0000 mgr.y (mgr.24491) 21375 : cluster [DBG] pgmap v18883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:02.276553+0000 mgr.y (mgr.24491) 21376 : cluster [DBG] pgmap v18884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:02.276553+0000 mgr.y (mgr.24491) 21376 : cluster [DBG] pgmap v18884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:02.276553+0000 mgr.y (mgr.24491) 21376 : cluster [DBG] pgmap v18884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:04.277156+0000 mgr.y (mgr.24491) 21377 : cluster [DBG] pgmap v18885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:04.277156+0000 mgr.y (mgr.24491) 21377 : cluster [DBG] pgmap v18885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:04.277156+0000 mgr.y (mgr.24491) 21377 : cluster [DBG] pgmap v18885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:07.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:06.277782+0000 mgr.y (mgr.24491) 21378 : cluster [DBG] pgmap v18886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:02:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:06.277782+0000 mgr.y (mgr.24491) 21378 : cluster [DBG] pgmap v18886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:06.277782+0000 mgr.y (mgr.24491) 21378 : cluster [DBG] pgmap v18886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:08.278226+0000 mgr.y (mgr.24491) 21379 : cluster [DBG] pgmap v18887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:08.278226+0000 mgr.y (mgr.24491) 21379 : cluster [DBG] pgmap v18887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:08.278226+0000 mgr.y (mgr.24491) 21379 : cluster [DBG] pgmap v18887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:11.493 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:02:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:10.278820+0000 mgr.y (mgr.24491) 21380 : cluster [DBG] pgmap v18888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:10.278820+0000 mgr.y (mgr.24491) 21380 : cluster [DBG] pgmap v18888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:10.278820+0000 mgr.y (mgr.24491) 21380 : cluster [DBG] pgmap v18888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:12.279275+0000 mgr.y (mgr.24491) 21381 : cluster [DBG] pgmap v18889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:12.279275+0000 mgr.y (mgr.24491) 21381 : cluster [DBG] pgmap v18889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:12.279275+0000 mgr.y (mgr.24491) 21381 : cluster [DBG] pgmap v18889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:14.279780+0000 mgr.y (mgr.24491) 21382 : cluster [DBG] pgmap v18890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:14.857623+0000 mon.a (mon.0) 4335 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:02:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:15.149542+0000 mon.a (mon.0) 4336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:15.150139+0000 mon.a (mon.0) 4337 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:15.150605+0000 mon.a (mon.0) 4338 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:15.151080+0000 mon.a (mon.0) 4339 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:15.155405+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:15.156227+0000 mon.a (mon.0) 4341 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:15.156766+0000 mon.a (mon.0) 4342 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:15.163848+0000 mon.a (mon.0) 4343 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:14.279780+0000 mgr.y (mgr.24491) 21382 : cluster [DBG] pgmap v18890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:14.857623+0000 mon.a (mon.0) 4335 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:15.149542+0000 mon.a (mon.0) 4336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:15.150139+0000 mon.a (mon.0) 4337 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:15.150605+0000 mon.a (mon.0) 4338 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:15.151080+0000 mon.a (mon.0) 4339 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:15.155405+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:02:15.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:15.156227+0000 mon.a (mon.0) 4341 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:02:15.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:15.156766+0000 mon.a (mon.0) 4342 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:02:15.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:15.163848+0000 mon.a (mon.0) 4343 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:02:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:14.279780+0000 mgr.y (mgr.24491) 21382 : cluster [DBG] pgmap v18890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:14.857623+0000 mon.a (mon.0) 4335 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:02:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:15.149542+0000 mon.a (mon.0) 4336 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:15.150139+0000 mon.a (mon.0) 4337 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:15.150605+0000 mon.a (mon.0) 4338 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:15.151080+0000 mon.a (mon.0) 4339 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:02:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:15.155405+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:02:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:15.156227+0000 mon.a (mon.0) 4341 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:02:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:15.156766+0000 mon.a (mon.0) 4342 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:02:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:15.163848+0000 mon.a (mon.0) 4343 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:02:16.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T14:02:15.151450+0000 mgr.y (mgr.24491) 21383 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T14:02:16.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T14:02:15.151450+0000 mgr.y (mgr.24491) 21383 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T14:02:16.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T14:02:15.151450+0000 mgr.y (mgr.24491) 21383 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T14:02:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:16.280427+0000 mgr.y (mgr.24491) 21384 : cluster [DBG] pgmap v18891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:17] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:02:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:16.280427+0000 mgr.y (mgr.24491) 21384 : cluster [DBG] pgmap v18891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:16.280427+0000 mgr.y (mgr.24491) 21384 : cluster [DBG] pgmap v18891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:18.280818+0000 mgr.y (mgr.24491) 21385 : cluster [DBG] pgmap v18892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:18.280818+0000 mgr.y (mgr.24491) 21385 : cluster [DBG] pgmap v18892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:18.280818+0000 mgr.y (mgr.24491) 21385 : cluster [DBG] pgmap v18892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:02:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:20.281486+0000 mgr.y (mgr.24491) 21386 : cluster [DBG] pgmap v18893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:20.281486+0000 mgr.y (mgr.24491) 21386 : cluster [DBG] pgmap v18893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:20.281486+0000 mgr.y (mgr.24491) 21386 : cluster [DBG] pgmap v18893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:22.282062+0000 mgr.y (mgr.24491) 21387 : cluster [DBG] pgmap v18894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:22.282062+0000 mgr.y (mgr.24491) 21387 : cluster [DBG] pgmap v18894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:22.282062+0000 mgr.y (mgr.24491) 21387 : cluster [DBG] pgmap v18894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:24.282463+0000 mgr.y (mgr.24491) 21388 : cluster [DBG] pgmap v18895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:24.282463+0000 mgr.y (mgr.24491) 21388 : cluster [DBG] pgmap v18895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:24.282463+0000 mgr.y (mgr.24491) 21388 : cluster [DBG] pgmap v18895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:26.260 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:02:26.536 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:02:26.536 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 8m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:02:26.536 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:02:26.536 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 8m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:02:26.536 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 8m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:02:26.536 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 8m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 8m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 8m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 8m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 8m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 8m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 8m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 8m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 8m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:02:26.537 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:02:26.870 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:02:26.870 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:02:26.870 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:02:26.870 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:02:26.870 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:02:26.871 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:02:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:27] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:02:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:26.249462+0000 mgr.y (mgr.24491) 21389 : audit [DBG] from='client.36837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:02:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:26.283175+0000 mgr.y (mgr.24491) 21390 : cluster [DBG] pgmap v18896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:26.530087+0000 mgr.y (mgr.24491) 21391 : audit [DBG] from='client.46751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:02:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:26.871787+0000 mon.a (mon.0) 4344 : audit [DBG] from='client.? 172.21.15.177:0/2847971437' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:02:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:26.249462+0000 mgr.y (mgr.24491) 21389 : audit [DBG] from='client.36837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:02:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:26.283175+0000 mgr.y (mgr.24491) 21390 : cluster [DBG] pgmap v18896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:26.530087+0000 mgr.y (mgr.24491) 21391 : audit [DBG] from='client.46751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:02:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:26.871787+0000 mon.a (mon.0) 4344 : audit [DBG] from='client.? 172.21.15.177:0/2847971437' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:02:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:26.249462+0000 mgr.y (mgr.24491) 21389 : audit [DBG] from='client.36837 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:02:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:26.283175+0000 mgr.y (mgr.24491) 21390 : cluster [DBG] pgmap v18896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:26.530087+0000 mgr.y (mgr.24491) 21391 : audit [DBG] from='client.46751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:02:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:26.871787+0000 mon.a (mon.0) 4344 : audit [DBG] from='client.? 172.21.15.177:0/2847971437' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:02:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:28.283739+0000 mgr.y (mgr.24491) 21392 : cluster [DBG] pgmap v18897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:28.283739+0000 mgr.y (mgr.24491) 21392 : cluster [DBG] pgmap v18897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:28.283739+0000 mgr.y (mgr.24491) 21392 : cluster [DBG] pgmap v18897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:02:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:30.284415+0000 mgr.y (mgr.24491) 21393 : cluster [DBG] pgmap v18898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:30.284415+0000 mgr.y (mgr.24491) 21393 : cluster [DBG] pgmap v18898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:30.284415+0000 mgr.y (mgr.24491) 21393 : cluster [DBG] pgmap v18898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:32.284824+0000 mgr.y (mgr.24491) 21394 : cluster [DBG] pgmap v18899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:32.284824+0000 mgr.y (mgr.24491) 21394 : cluster [DBG] pgmap v18899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:32.284824+0000 mgr.y (mgr.24491) 21394 : cluster [DBG] pgmap v18899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:34.285284+0000 mgr.y (mgr.24491) 21395 : cluster [DBG] pgmap v18900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:34.285284+0000 mgr.y (mgr.24491) 21395 : cluster [DBG] pgmap v18900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:36.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:34.285284+0000 mgr.y (mgr.24491) 21395 : cluster [DBG] pgmap v18900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:02:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:36.286031+0000 mgr.y (mgr.24491) 21396 : cluster [DBG] pgmap v18901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:38.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:36.286031+0000 mgr.y (mgr.24491) 21396 : cluster [DBG] pgmap v18901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:36.286031+0000 mgr.y (mgr.24491) 21396 : cluster [DBG] pgmap v18901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:38.286434+0000 mgr.y (mgr.24491) 21397 : cluster [DBG] pgmap v18902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:38.286434+0000 mgr.y (mgr.24491) 21397 : cluster [DBG] pgmap v18902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:38.286434+0000 mgr.y (mgr.24491) 21397 : cluster [DBG] pgmap v18902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:02:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:40.287351+0000 mgr.y (mgr.24491) 21398 : cluster [DBG] pgmap v18903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:40.287351+0000 mgr.y (mgr.24491) 21398 : cluster [DBG] pgmap v18903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:40.287351+0000 mgr.y (mgr.24491) 21398 : cluster [DBG] pgmap v18903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:42.287795+0000 mgr.y (mgr.24491) 21399 : cluster [DBG] pgmap v18904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:42.287795+0000 mgr.y (mgr.24491) 21399 : cluster [DBG] pgmap v18904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:42.287795+0000 mgr.y (mgr.24491) 21399 : cluster [DBG] pgmap v18904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:44.288409+0000 mgr.y (mgr.24491) 21400 : cluster [DBG] pgmap v18905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:44.288409+0000 mgr.y (mgr.24491) 21400 : cluster [DBG] pgmap v18905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:44.288409+0000 mgr.y (mgr.24491) 21400 : cluster [DBG] pgmap v18905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:46.288851+0000 mgr.y (mgr.24491) 21401 : cluster [DBG] pgmap v18906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:47] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:02:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:46.288851+0000 mgr.y (mgr.24491) 21401 : cluster [DBG] pgmap v18906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:46.288851+0000 mgr.y (mgr.24491) 21401 : cluster [DBG] pgmap v18906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:48.289393+0000 mgr.y (mgr.24491) 21402 : cluster [DBG] pgmap v18907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:48.289393+0000 mgr.y (mgr.24491) 21402 : cluster [DBG] pgmap v18907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:48.289393+0000 mgr.y (mgr.24491) 21402 : cluster [DBG] pgmap v18907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:02:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:50.290092+0000 mgr.y (mgr.24491) 21403 : cluster [DBG] pgmap v18908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:50.290092+0000 mgr.y (mgr.24491) 21403 : cluster [DBG] pgmap v18908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:50.290092+0000 mgr.y (mgr.24491) 21403 : cluster [DBG] pgmap v18908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:52.290553+0000 mgr.y (mgr.24491) 21404 : cluster [DBG] pgmap v18909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:52.290553+0000 mgr.y (mgr.24491) 21404 : cluster [DBG] pgmap v18909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:52.290553+0000 mgr.y (mgr.24491) 21404 : cluster [DBG] pgmap v18909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:54.291278+0000 mgr.y (mgr.24491) 21405 : cluster [DBG] pgmap v18910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:54.291278+0000 mgr.y (mgr.24491) 21405 : cluster [DBG] pgmap v18910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:54.291278+0000 mgr.y (mgr.24491) 21405 : cluster [DBG] pgmap v18910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:57.179 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:02:57.456 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:02:57.456 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 8m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:02:57.456 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:02:57.456 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 8m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:02:57.456 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 8m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:02:57.456 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:02:57.456 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 8m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:02:57.456 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 8m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 8m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 8m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 8m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 8m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 8m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 8m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 8m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:02:57.457 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:02:57.790 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:02:57.790 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:02:57.790 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:02:57.790 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:02:57.790 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:02:57.791 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:02:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:02:57] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:02:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:56.291618+0000 mgr.y (mgr.24491) 21406 : cluster [DBG] pgmap v18911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:58.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:57.791873+0000 mon.a (mon.0) 4345 : audit [DBG] from='client.? 172.21.15.177:0/2571100891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:02:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:56.291618+0000 mgr.y (mgr.24491) 21406 : cluster [DBG] pgmap v18911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:57.791873+0000 mon.a (mon.0) 4345 : audit [DBG] from='client.? 172.21.15.177:0/2571100891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:02:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:56.291618+0000 mgr.y (mgr.24491) 21406 : cluster [DBG] pgmap v18911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:02:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:57.791873+0000 mon.a (mon.0) 4345 : audit [DBG] from='client.? 172.21.15.177:0/2571100891' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:02:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:57.168670+0000 mgr.y (mgr.24491) 21407 : audit [DBG] from='client.46763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:02:59.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:02:57.450079+0000 mgr.y (mgr.24491) 21408 : audit [DBG] from='client.46769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:02:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:57.168670+0000 mgr.y (mgr.24491) 21407 : audit [DBG] from='client.46763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:02:59.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:02:57.450079+0000 mgr.y (mgr.24491) 21408 : audit [DBG] from='client.46769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:02:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:57.168670+0000 mgr.y (mgr.24491) 21407 : audit [DBG] from='client.46763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:02:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:02:57.450079+0000 mgr.y (mgr.24491) 21408 : audit [DBG] from='client.46769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:03:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:02:58.291929+0000 mgr.y (mgr.24491) 21409 : cluster [DBG] pgmap v18912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:02:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:02:58.291929+0000 mgr.y (mgr.24491) 21409 : cluster [DBG] pgmap v18912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:02:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:02:58.291929+0000 mgr.y (mgr.24491) 21409 : cluster [DBG] pgmap v18912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:03:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:00.292737+0000 mgr.y (mgr.24491) 21410 : cluster [DBG] pgmap v18913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:00.292737+0000 mgr.y (mgr.24491) 21410 : cluster [DBG] pgmap v18913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:02.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:00.292737+0000 mgr.y (mgr.24491) 21410 : cluster [DBG] pgmap v18913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:04.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:02.293153+0000 mgr.y (mgr.24491) 21411 : cluster [DBG] pgmap v18914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:04.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:02.293153+0000 mgr.y (mgr.24491) 21411 : cluster [DBG] pgmap v18914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:04.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:02.293153+0000 mgr.y (mgr.24491) 21411 : cluster [DBG] pgmap v18914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:04.293747+0000 mgr.y (mgr.24491) 21412 : cluster [DBG] pgmap v18915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:04.293747+0000 mgr.y (mgr.24491) 21412 : cluster [DBG] pgmap v18915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:04.293747+0000 mgr.y (mgr.24491) 21412 : cluster [DBG] pgmap v18915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:07] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T14:03:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:06.294120+0000 mgr.y (mgr.24491) 21413 : cluster [DBG] pgmap v18916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:06.294120+0000 mgr.y (mgr.24491) 21413 : cluster [DBG] pgmap v18916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:06.294120+0000 mgr.y (mgr.24491) 21413 : cluster [DBG] pgmap v18916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:08.294554+0000 mgr.y (mgr.24491) 21414 : cluster [DBG] pgmap v18917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:08.294554+0000 mgr.y (mgr.24491) 21414 : cluster [DBG] pgmap v18917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:08.294554+0000 mgr.y (mgr.24491) 21414 : cluster [DBG] pgmap v18917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:03:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:10.295201+0000 mgr.y (mgr.24491) 21415 : cluster [DBG] pgmap v18918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:10.295201+0000 mgr.y (mgr.24491) 21415 : cluster [DBG] pgmap v18918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:10.295201+0000 mgr.y (mgr.24491) 21415 : cluster [DBG] pgmap v18918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:12.295742+0000 mgr.y (mgr.24491) 21416 : cluster [DBG] pgmap v18919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:12.295742+0000 mgr.y (mgr.24491) 21416 : cluster [DBG] pgmap v18919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:12.295742+0000 mgr.y (mgr.24491) 21416 : cluster [DBG] pgmap v18919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:14.296435+0000 mgr.y (mgr.24491) 21417 : cluster [DBG] pgmap v18920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:03:15.168159+0000 mon.a (mon.0) 4346 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:03:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:03:15.459966+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:03:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:03:15.460556+0000 mon.a (mon.0) 4348 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:03:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:03:15.464864+0000 mon.a (mon.0) 4349 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:03:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:14.296435+0000 mgr.y (mgr.24491) 21417 : cluster [DBG] pgmap v18920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:03:15.168159+0000 mon.a (mon.0) 4346 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:03:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:03:15.459966+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:03:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:03:15.460556+0000 mon.a (mon.0) 4348 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:03:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:03:15.464864+0000 mon.a (mon.0) 4349 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:03:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:14.296435+0000 mgr.y (mgr.24491) 21417 : cluster [DBG] pgmap v18920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:03:15.168159+0000 mon.a (mon.0) 4346 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:03:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:03:15.459966+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:03:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:03:15.460556+0000 mon.a (mon.0) 4348 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:03:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:03:15.464864+0000 mon.a (mon.0) 4349 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:03:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:03:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:16.296992+0000 mgr.y (mgr.24491) 21418 : cluster [DBG] pgmap v18921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:16.296992+0000 mgr.y (mgr.24491) 21418 : cluster [DBG] pgmap v18921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:16.296992+0000 mgr.y (mgr.24491) 21418 : cluster [DBG] pgmap v18921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:18.297368+0000 mgr.y (mgr.24491) 21419 : cluster [DBG] pgmap v18922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:18.297368+0000 mgr.y (mgr.24491) 21419 : cluster [DBG] pgmap v18922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:18.297368+0000 mgr.y (mgr.24491) 21419 : cluster [DBG] pgmap v18922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:03:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:20.298163+0000 mgr.y (mgr.24491) 21420 : cluster [DBG] pgmap v18923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:20.298163+0000 mgr.y (mgr.24491) 21420 : cluster [DBG] pgmap v18923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:20.298163+0000 mgr.y (mgr.24491) 21420 : cluster [DBG] pgmap v18923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:22.298695+0000 mgr.y (mgr.24491) 21421 : cluster [DBG] pgmap v18924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:22.298695+0000 mgr.y (mgr.24491) 21421 : cluster [DBG] pgmap v18924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:22.298695+0000 mgr.y (mgr.24491) 21421 : cluster [DBG] pgmap v18924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:24.299366+0000 mgr.y (mgr.24491) 21422 : cluster [DBG] pgmap v18925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:24.299366+0000 mgr.y (mgr.24491) 21422 : cluster [DBG] pgmap v18925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:24.299366+0000 mgr.y (mgr.24491) 21422 : cluster [DBG] pgmap v18925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:28.097 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:03:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:26.299991+0000 mgr.y (mgr.24491) 21423 : cluster [DBG] pgmap v18926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:03:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:26.299991+0000 mgr.y (mgr.24491) 21423 : cluster [DBG] pgmap v18926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:26.299991+0000 mgr.y (mgr.24491) 21423 : cluster [DBG] pgmap v18926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:28.373 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:03:28.373 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 9m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:03:28.373 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 9m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:03:28.373 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:03:28.373 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 9m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:03:28.373 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 9m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:03:28.373 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 9m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 9m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 9m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 9m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 9m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 9m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:03:28.374 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 9m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:03:28.710 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:03:28.710 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:03:28.710 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:03:28.710 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:03:28.710 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:03:28.710 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:03:28.710 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:03:28.710 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:03:28.711 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:03:28.711 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:03:28.711 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:03:28.711 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:03:28.711 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:03:28.711 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:03:28.711 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:03:28.711 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:03:28.711 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:03:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:03:28.711415+0000 mon.c (mon.2) 660 : audit [DBG] from='client.? 172.21.15.177:0/1393159357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:03:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:03:28.711415+0000 mon.c (mon.2) 660 : audit [DBG] from='client.? 172.21.15.177:0/1393159357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:03:29.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:03:28.711415+0000 mon.c (mon.2) 660 : audit [DBG] from='client.? 172.21.15.177:0/1393159357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:03:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:03:28.086560+0000 mgr.y (mgr.24491) 21424 : audit [DBG] from='client.36873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:03:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:28.300330+0000 mgr.y (mgr.24491) 21425 : cluster [DBG] pgmap v18927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:03:28.366861+0000 mgr.y (mgr.24491) 21426 : audit [DBG] from='client.36879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:03:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:03:28.086560+0000 mgr.y (mgr.24491) 21424 : audit [DBG] from='client.36873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:03:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:28.300330+0000 mgr.y (mgr.24491) 21425 : cluster [DBG] pgmap v18927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:03:28.366861+0000 mgr.y (mgr.24491) 21426 : audit [DBG] from='client.36879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:03:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:03:28.086560+0000 mgr.y (mgr.24491) 21424 : audit [DBG] from='client.36873 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:03:30.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:28.300330+0000 mgr.y (mgr.24491) 21425 : cluster [DBG] pgmap v18927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:30.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:03:28.366861+0000 mgr.y (mgr.24491) 21426 : audit [DBG] from='client.36879 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:03:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:03:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:30.301063+0000 mgr.y (mgr.24491) 21427 : cluster [DBG] pgmap v18928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:30.301063+0000 mgr.y (mgr.24491) 21427 : cluster [DBG] pgmap v18928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:30.301063+0000 mgr.y (mgr.24491) 21427 : cluster [DBG] pgmap v18928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:32.301523+0000 mgr.y (mgr.24491) 21428 : cluster [DBG] pgmap v18929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:32.301523+0000 mgr.y (mgr.24491) 21428 : cluster [DBG] pgmap v18929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:34.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:32.301523+0000 mgr.y (mgr.24491) 21428 : cluster [DBG] pgmap v18929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:34.302376+0000 mgr.y (mgr.24491) 21429 : cluster [DBG] pgmap v18930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:34.302376+0000 mgr.y (mgr.24491) 21429 : cluster [DBG] pgmap v18930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:34.302376+0000 mgr.y (mgr.24491) 21429 : cluster [DBG] pgmap v18930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:03:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:36.302959+0000 mgr.y (mgr.24491) 21430 : cluster [DBG] pgmap v18931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:36.302959+0000 mgr.y (mgr.24491) 21430 : cluster [DBG] pgmap v18931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:36.302959+0000 mgr.y (mgr.24491) 21430 : cluster [DBG] pgmap v18931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:40.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:38.303380+0000 mgr.y (mgr.24491) 21431 : cluster [DBG] pgmap v18932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:40.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:38.303380+0000 mgr.y (mgr.24491) 21431 : cluster [DBG] pgmap v18932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:38.303380+0000 mgr.y (mgr.24491) 21431 : cluster [DBG] pgmap v18932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:41.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:03:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:40.304046+0000 mgr.y (mgr.24491) 21432 : cluster [DBG] pgmap v18933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:40.304046+0000 mgr.y (mgr.24491) 21432 : cluster [DBG] pgmap v18933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:40.304046+0000 mgr.y (mgr.24491) 21432 : cluster [DBG] pgmap v18933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:42.304472+0000 mgr.y (mgr.24491) 21433 : cluster [DBG] pgmap v18934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:42.304472+0000 mgr.y (mgr.24491) 21433 : cluster [DBG] pgmap v18934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:44.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:42.304472+0000 mgr.y (mgr.24491) 21433 : cluster [DBG] pgmap v18934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:44.305126+0000 mgr.y (mgr.24491) 21434 : cluster [DBG] pgmap v18935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:44.305126+0000 mgr.y (mgr.24491) 21434 : cluster [DBG] pgmap v18935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:44.305126+0000 mgr.y (mgr.24491) 21434 : cluster [DBG] pgmap v18935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:03:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:46.305544+0000 mgr.y (mgr.24491) 21435 : cluster [DBG] pgmap v18936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:46.305544+0000 mgr.y (mgr.24491) 21435 : cluster [DBG] pgmap v18936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:46.305544+0000 mgr.y (mgr.24491) 21435 : cluster [DBG] pgmap v18936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:48.305920+0000 mgr.y (mgr.24491) 21436 : cluster [DBG] pgmap v18937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:48.305920+0000 mgr.y (mgr.24491) 21436 : cluster [DBG] pgmap v18937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:48.305920+0000 mgr.y (mgr.24491) 21436 : cluster [DBG] pgmap v18937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:03:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:50.306753+0000 mgr.y (mgr.24491) 21437 : cluster [DBG] pgmap v18938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:50.306753+0000 mgr.y (mgr.24491) 21437 : cluster [DBG] pgmap v18938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:50.306753+0000 mgr.y (mgr.24491) 21437 : cluster [DBG] pgmap v18938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:52.307223+0000 mgr.y (mgr.24491) 21438 : cluster [DBG] pgmap v18939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:52.307223+0000 mgr.y (mgr.24491) 21438 : cluster [DBG] pgmap v18939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:52.307223+0000 mgr.y (mgr.24491) 21438 : cluster [DBG] pgmap v18939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:54.308100+0000 mgr.y (mgr.24491) 21439 : cluster [DBG] pgmap v18940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:54.308100+0000 mgr.y (mgr.24491) 21439 : cluster [DBG] pgmap v18940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:54.308100+0000 mgr.y (mgr.24491) 21439 : cluster [DBG] pgmap v18940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:03:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:03:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:56.308462+0000 mgr.y (mgr.24491) 21440 : cluster [DBG] pgmap v18941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:56.308462+0000 mgr.y (mgr.24491) 21440 : cluster [DBG] pgmap v18941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:56.308462+0000 mgr.y (mgr.24491) 21440 : cluster [DBG] pgmap v18941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:59.022 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:03:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:03:58.308914+0000 mgr.y (mgr.24491) 21441 : cluster [DBG] pgmap v18942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:59.301 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 9m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 9m ago 10h 63.3M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 9m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 9m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 482M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 9m ago 10h 914M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 919M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 9m ago 10h 27.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 47.0M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:03:59.302 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:03:59.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 9m ago 10h 45.9M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:03:59.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 9m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:03:59.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 9m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:03:59.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 9m ago 10h 45.3M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:03:59.303 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 9m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:03:59.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:03:58.308914+0000 mgr.y (mgr.24491) 21441 : cluster [DBG] pgmap v18942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:03:58.308914+0000 mgr.y (mgr.24491) 21441 : cluster [DBG] pgmap v18942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:03:59.637 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:03:59.637 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:03:59.637 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:03:59.637 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:03:59.637 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:03:59.637 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:03:59.637 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:03:59.638 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:03:59.638 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:03:59.638 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:03:59.638 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:03:59.638 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:03:59.638 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:03:59.638 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:03:59.638 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:03:59.638 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:03:59.638 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:04:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:03:59.011708+0000 mgr.y (mgr.24491) 21442 : audit [DBG] from='client.46799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:03:59.295507+0000 mgr.y (mgr.24491) 21443 : audit [DBG] from='client.36897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:03:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:03:59.638937+0000 mon.a (mon.0) 4350 : audit [DBG] from='client.? 172.21.15.177:0/2945803027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:04:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:03:59.011708+0000 mgr.y (mgr.24491) 21442 : audit [DBG] from='client.46799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:03:59.295507+0000 mgr.y (mgr.24491) 21443 : audit [DBG] from='client.36897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:03:59.638937+0000 mon.a (mon.0) 4350 : audit [DBG] from='client.? 172.21.15.177:0/2945803027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:04:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:03:59.011708+0000 mgr.y (mgr.24491) 21442 : audit [DBG] from='client.46799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:03:59.295507+0000 mgr.y (mgr.24491) 21443 : audit [DBG] from='client.36897 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:03:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:03:59.638937+0000 mon.a (mon.0) 4350 : audit [DBG] from='client.? 172.21.15.177:0/2945803027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:04:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:00.309508+0000 mgr.y (mgr.24491) 21444 : cluster [DBG] pgmap v18943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:04:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:00.309508+0000 mgr.y (mgr.24491) 21444 : cluster [DBG] pgmap v18943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:00.309508+0000 mgr.y (mgr.24491) 21444 : cluster [DBG] pgmap v18943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:02.310030+0000 mgr.y (mgr.24491) 21445 : cluster [DBG] pgmap v18944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:02.310030+0000 mgr.y (mgr.24491) 21445 : cluster [DBG] pgmap v18944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:02.310030+0000 mgr.y (mgr.24491) 21445 : cluster [DBG] pgmap v18944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:04.310639+0000 mgr.y (mgr.24491) 21446 : cluster [DBG] pgmap v18945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:04.310639+0000 mgr.y (mgr.24491) 21446 : cluster [DBG] pgmap v18945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:04.310639+0000 mgr.y (mgr.24491) 21446 : cluster [DBG] pgmap v18945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:06.311033+0000 mgr.y (mgr.24491) 21447 : cluster [DBG] pgmap v18946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:06.311033+0000 mgr.y (mgr.24491) 21447 : cluster [DBG] pgmap v18946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:06.311033+0000 mgr.y (mgr.24491) 21447 : cluster [DBG] pgmap v18946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:04:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:08.311448+0000 mgr.y (mgr.24491) 21448 : cluster [DBG] pgmap v18947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:08.311448+0000 mgr.y (mgr.24491) 21448 : cluster [DBG] pgmap v18947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:08.311448+0000 mgr.y (mgr.24491) 21448 : cluster [DBG] pgmap v18947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:11.376 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:04:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:10.312303+0000 mgr.y (mgr.24491) 21449 : cluster [DBG] pgmap v18948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:10.312303+0000 mgr.y (mgr.24491) 21449 : cluster [DBG] pgmap v18948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:10.312303+0000 mgr.y (mgr.24491) 21449 : cluster [DBG] pgmap v18948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:12.312763+0000 mgr.y (mgr.24491) 21450 : cluster [DBG] pgmap v18949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:12.312763+0000 mgr.y (mgr.24491) 21450 : cluster [DBG] pgmap v18949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:12.312763+0000 mgr.y (mgr.24491) 21450 : cluster [DBG] pgmap v18949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:14.313370+0000 mgr.y (mgr.24491) 21451 : cluster [DBG] pgmap v18950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:14.313370+0000 mgr.y (mgr.24491) 21451 : cluster [DBG] pgmap v18950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:14.313370+0000 mgr.y (mgr.24491) 21451 : cluster [DBG] pgmap v18950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:04:15.469082+0000 mon.a (mon.0) 4351 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:04:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:04:15.469082+0000 mon.a (mon.0) 4351 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:04:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:04:15.469082+0000 mon.a (mon.0) 4351 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:04:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:16.313793+0000 mgr.y (mgr.24491) 21452 : cluster [DBG] pgmap v18951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:16.313793+0000 mgr.y (mgr.24491) 21452 : cluster [DBG] pgmap v18951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:16.313793+0000 mgr.y (mgr.24491) 21452 : cluster [DBG] pgmap v18951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:04:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:04:18.130249+0000 mon.a (mon.0) 4352 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:04:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:18.314334+0000 mgr.y (mgr.24491) 21453 : cluster [DBG] pgmap v18952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:04:18.632544+0000 mon.a (mon.0) 4353 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:04:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:04:18.899891+0000 mon.a (mon.0) 4354 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:04:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:04:18.900555+0000 mon.a (mon.0) 4355 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:04:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:04:18.905349+0000 mon.a (mon.0) 4356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:04:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:04:18.130249+0000 mon.a (mon.0) 4352 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:04:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:18.314334+0000 mgr.y (mgr.24491) 21453 : cluster [DBG] pgmap v18952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:04:18.632544+0000 mon.a (mon.0) 4353 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:04:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:04:18.899891+0000 mon.a (mon.0) 4354 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:04:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:04:18.900555+0000 mon.a (mon.0) 4355 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:04:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:04:18.905349+0000 mon.a (mon.0) 4356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:04:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:04:18.130249+0000 mon.a (mon.0) 4352 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:04:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:18.314334+0000 mgr.y (mgr.24491) 21453 : cluster [DBG] pgmap v18952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:04:18.632544+0000 mon.a (mon.0) 4353 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:04:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:04:18.899891+0000 mon.a (mon.0) 4354 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:04:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:04:18.900555+0000 mon.a (mon.0) 4355 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:04:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:04:18.905349+0000 mon.a (mon.0) 4356 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:04:21.368 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:04:21.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:20.314969+0000 mgr.y (mgr.24491) 21454 : cluster [DBG] pgmap v18953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:20.314969+0000 mgr.y (mgr.24491) 21454 : cluster [DBG] pgmap v18953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:20.314969+0000 mgr.y (mgr.24491) 21454 : cluster [DBG] pgmap v18953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:22.315502+0000 mgr.y (mgr.24491) 21455 : cluster [DBG] pgmap v18954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:23.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:22.315502+0000 mgr.y (mgr.24491) 21455 : cluster [DBG] pgmap v18954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:22.315502+0000 mgr.y (mgr.24491) 21455 : cluster [DBG] pgmap v18954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:24.316172+0000 mgr.y (mgr.24491) 21456 : cluster [DBG] pgmap v18955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:24.316172+0000 mgr.y (mgr.24491) 21456 : cluster [DBG] pgmap v18955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:24.316172+0000 mgr.y (mgr.24491) 21456 : cluster [DBG] pgmap v18955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:26.316675+0000 mgr.y (mgr.24491) 21457 : cluster [DBG] pgmap v18956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:26.316675+0000 mgr.y (mgr.24491) 21457 : cluster [DBG] pgmap v18956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:26.316675+0000 mgr.y (mgr.24491) 21457 : cluster [DBG] pgmap v18956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:04:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:28.317100+0000 mgr.y (mgr.24491) 21458 : cluster [DBG] pgmap v18957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:28.317100+0000 mgr.y (mgr.24491) 21458 : cluster [DBG] pgmap v18957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:28.317100+0000 mgr.y (mgr.24491) 21458 : cluster [DBG] pgmap v18957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:29.976 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:04:30.253 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:04:30.253 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 12s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:04:30.253 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 11s ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:04:30.253 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 12s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:04:30.253 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 11s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:04:30.253 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 11s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:04:30.253 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 12s ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:04:30.253 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 12s ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:04:30.253 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 11s ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:04:30.253 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 12s ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:04:30.253 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 12s ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:04:30.254 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 11s ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:04:30.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 12s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:04:30.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 12s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:04:30.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 12s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:04:30.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 12s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:04:30.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 11s ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:04:30.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 11s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:04:30.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 11s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:04:30.254 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 11s ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:04:30.254 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 11s ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:04:30.585 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:04:30.586 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:04:30.586 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:04:30.586 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:04:31.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:04:30.585760+0000 mon.a (mon.0) 4357 : audit [DBG] from='client.? 172.21.15.177:0/2483729516' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:04:31.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:04:30.585760+0000 mon.a (mon.0) 4357 : audit [DBG] from='client.? 172.21.15.177:0/2483729516' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:04:31.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:04:30.585760+0000 mon.a (mon.0) 4357 : audit [DBG] from='client.? 172.21.15.177:0/2483729516' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:04:31.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:04:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:04:29.966000+0000 mgr.y (mgr.24491) 21459 : audit [DBG] from='client.36909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:04:30.245896+0000 mgr.y (mgr.24491) 21460 : audit [DBG] from='client.46823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:30.317732+0000 mgr.y (mgr.24491) 21461 : cluster [DBG] pgmap v18958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:04:29.966000+0000 mgr.y (mgr.24491) 21459 : audit [DBG] from='client.36909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:04:30.245896+0000 mgr.y (mgr.24491) 21460 : audit [DBG] from='client.46823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:30.317732+0000 mgr.y (mgr.24491) 21461 : cluster [DBG] pgmap v18958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:04:29.966000+0000 mgr.y (mgr.24491) 21459 : audit [DBG] from='client.36909 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:04:30.245896+0000 mgr.y (mgr.24491) 21460 : audit [DBG] from='client.46823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:04:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:30.317732+0000 mgr.y (mgr.24491) 21461 : cluster [DBG] pgmap v18958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:32.318127+0000 mgr.y (mgr.24491) 21462 : cluster [DBG] pgmap v18959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:32.318127+0000 mgr.y (mgr.24491) 21462 : cluster [DBG] pgmap v18959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:32.318127+0000 mgr.y (mgr.24491) 21462 : cluster [DBG] pgmap v18959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:34.318778+0000 mgr.y (mgr.24491) 21463 : cluster [DBG] pgmap v18960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:34.318778+0000 mgr.y (mgr.24491) 21463 : cluster [DBG] pgmap v18960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:34.318778+0000 mgr.y (mgr.24491) 21463 : cluster [DBG] pgmap v18960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:36.319209+0000 mgr.y (mgr.24491) 21464 : cluster [DBG] pgmap v18961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:04:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:36.319209+0000 mgr.y (mgr.24491) 21464 : cluster [DBG] pgmap v18961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:36.319209+0000 mgr.y (mgr.24491) 21464 : cluster [DBG] pgmap v18961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:38.319645+0000 mgr.y (mgr.24491) 21465 : cluster [DBG] pgmap v18962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:38.319645+0000 mgr.y (mgr.24491) 21465 : cluster [DBG] pgmap v18962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:38.319645+0000 mgr.y (mgr.24491) 21465 : cluster [DBG] pgmap v18962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:04:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:40.320323+0000 mgr.y (mgr.24491) 21466 : cluster [DBG] pgmap v18963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:40.320323+0000 mgr.y (mgr.24491) 21466 : cluster [DBG] pgmap v18963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:40.320323+0000 mgr.y (mgr.24491) 21466 : cluster [DBG] pgmap v18963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:42.320808+0000 mgr.y (mgr.24491) 21467 : cluster [DBG] pgmap v18964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:42.320808+0000 mgr.y (mgr.24491) 21467 : cluster [DBG] pgmap v18964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:42.320808+0000 mgr.y (mgr.24491) 21467 : cluster [DBG] pgmap v18964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:44.321447+0000 mgr.y (mgr.24491) 21468 : cluster [DBG] pgmap v18965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:44.321447+0000 mgr.y (mgr.24491) 21468 : cluster [DBG] pgmap v18965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:44.321447+0000 mgr.y (mgr.24491) 21468 : cluster [DBG] pgmap v18965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:04:48.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:46.321853+0000 mgr.y (mgr.24491) 21469 : cluster [DBG] pgmap v18966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:46.321853+0000 mgr.y (mgr.24491) 21469 : cluster [DBG] pgmap v18966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:46.321853+0000 mgr.y (mgr.24491) 21469 : cluster [DBG] pgmap v18966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:48.322415+0000 mgr.y (mgr.24491) 21470 : cluster [DBG] pgmap v18967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:48.322415+0000 mgr.y (mgr.24491) 21470 : cluster [DBG] pgmap v18967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:48.322415+0000 mgr.y (mgr.24491) 21470 : cluster [DBG] pgmap v18967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:04:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:50.323171+0000 mgr.y (mgr.24491) 21471 : cluster [DBG] pgmap v18968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:50.323171+0000 mgr.y (mgr.24491) 21471 : cluster [DBG] pgmap v18968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:50.323171+0000 mgr.y (mgr.24491) 21471 : cluster [DBG] pgmap v18968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:52.323619+0000 mgr.y (mgr.24491) 21472 : cluster [DBG] pgmap v18969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:52.323619+0000 mgr.y (mgr.24491) 21472 : cluster [DBG] pgmap v18969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:52.323619+0000 mgr.y (mgr.24491) 21472 : cluster [DBG] pgmap v18969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:54.324219+0000 mgr.y (mgr.24491) 21473 : cluster [DBG] pgmap v18970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:54.324219+0000 mgr.y (mgr.24491) 21473 : cluster [DBG] pgmap v18970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:56.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:54.324219+0000 mgr.y (mgr.24491) 21473 : cluster [DBG] pgmap v18970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:56.324747+0000 mgr.y (mgr.24491) 21474 : cluster [DBG] pgmap v18971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:04:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:04:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:56.324747+0000 mgr.y (mgr.24491) 21474 : cluster [DBG] pgmap v18971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:04:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:56.324747+0000 mgr.y (mgr.24491) 21474 : cluster [DBG] pgmap v18971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:04:58.325327+0000 mgr.y (mgr.24491) 21475 : cluster [DBG] pgmap v18972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:04:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:04:58.325327+0000 mgr.y (mgr.24491) 21475 : cluster [DBG] pgmap v18972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:04:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:04:58.325327+0000 mgr.y (mgr.24491) 21475 : cluster [DBG] pgmap v18972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:00.895 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:05:01.169 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:05:01.169 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 43s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:05:01.169 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 42s ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:05:01.169 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 43s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 42s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 42s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 43s ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 43s ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 42s ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 43s ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 43s ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 42s ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 43s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 43s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 43s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 43s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:05:01.170 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 42s ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:05:01.171 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 42s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:05:01.171 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 42s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:05:01.171 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 42s ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:05:01.171 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 42s ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:05:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:05:01.501 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:05:01.501 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:05:01.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:05:01.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:05:01.501 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:05:01.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:05:01.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:05:01.501 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:05:01.501 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:05:01.501 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:05:01.502 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:05:01.502 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:05:01.502 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:05:01.502 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:05:01.502 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:05:01.502 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:05:01.502 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:05:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:00.326213+0000 mgr.y (mgr.24491) 21476 : cluster [DBG] pgmap v18973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:05:00.884281+0000 mgr.y (mgr.24491) 21477 : audit [DBG] from='client.46835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:05:01.502771+0000 mon.c (mon.2) 661 : audit [DBG] from='client.? 172.21.15.177:0/2659326280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:05:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:00.326213+0000 mgr.y (mgr.24491) 21476 : cluster [DBG] pgmap v18973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:05:00.884281+0000 mgr.y (mgr.24491) 21477 : audit [DBG] from='client.46835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:05:01.502771+0000 mon.c (mon.2) 661 : audit [DBG] from='client.? 172.21.15.177:0/2659326280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:05:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:00.326213+0000 mgr.y (mgr.24491) 21476 : cluster [DBG] pgmap v18973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:05:00.884281+0000 mgr.y (mgr.24491) 21477 : audit [DBG] from='client.46835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:05:01.502771+0000 mon.c (mon.2) 661 : audit [DBG] from='client.? 172.21.15.177:0/2659326280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:05:03.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:05:01.163537+0000 mgr.y (mgr.24491) 21478 : audit [DBG] from='client.36933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:05:01.163537+0000 mgr.y (mgr.24491) 21478 : audit [DBG] from='client.36933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:05:01.163537+0000 mgr.y (mgr.24491) 21478 : audit [DBG] from='client.36933 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:02.326554+0000 mgr.y (mgr.24491) 21479 : cluster [DBG] pgmap v18974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:02.326554+0000 mgr.y (mgr.24491) 21479 : cluster [DBG] pgmap v18974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:02.326554+0000 mgr.y (mgr.24491) 21479 : cluster [DBG] pgmap v18974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:04.327216+0000 mgr.y (mgr.24491) 21480 : cluster [DBG] pgmap v18975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:04.327216+0000 mgr.y (mgr.24491) 21480 : cluster [DBG] pgmap v18975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:04.327216+0000 mgr.y (mgr.24491) 21480 : cluster [DBG] pgmap v18975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:07] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:05:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:06.327693+0000 mgr.y (mgr.24491) 21481 : cluster [DBG] pgmap v18976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:06.327693+0000 mgr.y (mgr.24491) 21481 : cluster [DBG] pgmap v18976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:06.327693+0000 mgr.y (mgr.24491) 21481 : cluster [DBG] pgmap v18976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:08.328158+0000 mgr.y (mgr.24491) 21482 : cluster [DBG] pgmap v18977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:08.328158+0000 mgr.y (mgr.24491) 21482 : cluster [DBG] pgmap v18977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:08.328158+0000 mgr.y (mgr.24491) 21482 : cluster [DBG] pgmap v18977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:05:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:10.328786+0000 mgr.y (mgr.24491) 21483 : cluster [DBG] pgmap v18978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:10.328786+0000 mgr.y (mgr.24491) 21483 : cluster [DBG] pgmap v18978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:10.328786+0000 mgr.y (mgr.24491) 21483 : cluster [DBG] pgmap v18978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:12.329248+0000 mgr.y (mgr.24491) 21484 : cluster [DBG] pgmap v18979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:12.329248+0000 mgr.y (mgr.24491) 21484 : cluster [DBG] pgmap v18979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:12.329248+0000 mgr.y (mgr.24491) 21484 : cluster [DBG] pgmap v18979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:14.330056+0000 mgr.y (mgr.24491) 21485 : cluster [DBG] pgmap v18980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:14.330056+0000 mgr.y (mgr.24491) 21485 : cluster [DBG] pgmap v18980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:14.330056+0000 mgr.y (mgr.24491) 21485 : cluster [DBG] pgmap v18980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:16.330490+0000 mgr.y (mgr.24491) 21486 : cluster [DBG] pgmap v18981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:05:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:16.330490+0000 mgr.y (mgr.24491) 21486 : cluster [DBG] pgmap v18981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:16.330490+0000 mgr.y (mgr.24491) 21486 : cluster [DBG] pgmap v18981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:18.330926+0000 mgr.y (mgr.24491) 21487 : cluster [DBG] pgmap v18982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:05:18.909762+0000 mon.a (mon.0) 4358 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:05:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:05:19.205683+0000 mon.a (mon.0) 4359 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:05:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:05:19.206274+0000 mon.a (mon.0) 4360 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:05:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:05:19.210607+0000 mon.a (mon.0) 4361 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:05:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:18.330926+0000 mgr.y (mgr.24491) 21487 : cluster [DBG] pgmap v18982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:05:18.909762+0000 mon.a (mon.0) 4358 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:05:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:05:19.205683+0000 mon.a (mon.0) 4359 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:05:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:05:19.206274+0000 mon.a (mon.0) 4360 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:05:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:05:19.210607+0000 mon.a (mon.0) 4361 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:05:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:18.330926+0000 mgr.y (mgr.24491) 21487 : cluster [DBG] pgmap v18982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:05:18.909762+0000 mon.a (mon.0) 4358 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:05:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:05:19.205683+0000 mon.a (mon.0) 4359 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:05:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:05:19.206274+0000 mon.a (mon.0) 4360 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:05:20.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:05:19.210607+0000 mon.a (mon.0) 4361 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:05:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:05:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:20.331555+0000 mgr.y (mgr.24491) 21488 : cluster [DBG] pgmap v18983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:20.331555+0000 mgr.y (mgr.24491) 21488 : cluster [DBG] pgmap v18983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:20.331555+0000 mgr.y (mgr.24491) 21488 : cluster [DBG] pgmap v18983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:22.332146+0000 mgr.y (mgr.24491) 21489 : cluster [DBG] pgmap v18984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:22.332146+0000 mgr.y (mgr.24491) 21489 : cluster [DBG] pgmap v18984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:22.332146+0000 mgr.y (mgr.24491) 21489 : cluster [DBG] pgmap v18984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:26.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:24.333134+0000 mgr.y (mgr.24491) 21490 : cluster [DBG] pgmap v18985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:24.333134+0000 mgr.y (mgr.24491) 21490 : cluster [DBG] pgmap v18985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:24.333134+0000 mgr.y (mgr.24491) 21490 : cluster [DBG] pgmap v18985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:05:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:26.333674+0000 mgr.y (mgr.24491) 21491 : cluster [DBG] pgmap v18986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:26.333674+0000 mgr.y (mgr.24491) 21491 : cluster [DBG] pgmap v18986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:26.333674+0000 mgr.y (mgr.24491) 21491 : cluster [DBG] pgmap v18986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:28.334138+0000 mgr.y (mgr.24491) 21492 : cluster [DBG] pgmap v18987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:28.334138+0000 mgr.y (mgr.24491) 21492 : cluster [DBG] pgmap v18987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:28.334138+0000 mgr.y (mgr.24491) 21492 : cluster [DBG] pgmap v18987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:05:31.813 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 73s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 73s ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 73s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 73s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 73s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 73s ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 73s ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 73s ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 73s ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 73s ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:05:32.093 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 73s ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:05:32.094 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 73s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:05:32.094 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 73s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:05:32.094 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 73s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:05:32.094 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 73s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:05:32.094 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 73s ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:05:32.094 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 73s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:05:32.094 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 73s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:05:32.094 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 73s ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:05:32.094 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 73s ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:05:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:30.334756+0000 mgr.y (mgr.24491) 21493 : cluster [DBG] pgmap v18988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:30.334756+0000 mgr.y (mgr.24491) 21493 : cluster [DBG] pgmap v18988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:30.334756+0000 mgr.y (mgr.24491) 21493 : cluster [DBG] pgmap v18988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:32.434 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:05:32.434 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:05:32.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:05:32.434 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:05:32.434 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:05:32.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:05:32.434 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:05:32.434 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:05:32.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:05:32.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:05:32.435 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:05:32.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:05:32.435 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:05:32.435 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:05:32.435 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:05:32.435 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:05:32.435 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:05:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:05:31.802418+0000 mgr.y (mgr.24491) 21494 : audit [DBG] from='client.46853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:05:32.435733+0000 mon.c (mon.2) 662 : audit [DBG] from='client.? 172.21.15.177:0/2195751917' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:05:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:05:31.802418+0000 mgr.y (mgr.24491) 21494 : audit [DBG] from='client.46853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:05:32.435733+0000 mon.c (mon.2) 662 : audit [DBG] from='client.? 172.21.15.177:0/2195751917' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:05:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:05:31.802418+0000 mgr.y (mgr.24491) 21494 : audit [DBG] from='client.46853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:05:32.435733+0000 mon.c (mon.2) 662 : audit [DBG] from='client.? 172.21.15.177:0/2195751917' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:05:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:05:32.086608+0000 mgr.y (mgr.24491) 21495 : audit [DBG] from='client.36951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:32.335095+0000 mgr.y (mgr.24491) 21496 : cluster [DBG] pgmap v18989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:05:32.086608+0000 mgr.y (mgr.24491) 21495 : audit [DBG] from='client.36951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:32.335095+0000 mgr.y (mgr.24491) 21496 : cluster [DBG] pgmap v18989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:05:32.086608+0000 mgr.y (mgr.24491) 21495 : audit [DBG] from='client.36951 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:05:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:32.335095+0000 mgr.y (mgr.24491) 21496 : cluster [DBG] pgmap v18989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:34.335645+0000 mgr.y (mgr.24491) 21497 : cluster [DBG] pgmap v18990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:34.335645+0000 mgr.y (mgr.24491) 21497 : cluster [DBG] pgmap v18990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:34.335645+0000 mgr.y (mgr.24491) 21497 : cluster [DBG] pgmap v18990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:05:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:36.336268+0000 mgr.y (mgr.24491) 21498 : cluster [DBG] pgmap v18991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:36.336268+0000 mgr.y (mgr.24491) 21498 : cluster [DBG] pgmap v18991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:36.336268+0000 mgr.y (mgr.24491) 21498 : cluster [DBG] pgmap v18991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:40.254 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:38.336838+0000 mgr.y (mgr.24491) 21499 : cluster [DBG] pgmap v18992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:38.336838+0000 mgr.y (mgr.24491) 21499 : cluster [DBG] pgmap v18992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:38.336838+0000 mgr.y (mgr.24491) 21499 : cluster [DBG] pgmap v18992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:05:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:40.337444+0000 mgr.y (mgr.24491) 21500 : cluster [DBG] pgmap v18993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:40.337444+0000 mgr.y (mgr.24491) 21500 : cluster [DBG] pgmap v18993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:40.337444+0000 mgr.y (mgr.24491) 21500 : cluster [DBG] pgmap v18993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:42.337873+0000 mgr.y (mgr.24491) 21501 : cluster [DBG] pgmap v18994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:42.337873+0000 mgr.y (mgr.24491) 21501 : cluster [DBG] pgmap v18994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:42.337873+0000 mgr.y (mgr.24491) 21501 : cluster [DBG] pgmap v18994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:45.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:44.338437+0000 mgr.y (mgr.24491) 21502 : cluster [DBG] pgmap v18995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:45.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:44.338437+0000 mgr.y (mgr.24491) 21502 : cluster [DBG] pgmap v18995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:44.338437+0000 mgr.y (mgr.24491) 21502 : cluster [DBG] pgmap v18995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:46.338784+0000 mgr.y (mgr.24491) 21503 : cluster [DBG] pgmap v18996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:47.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:46.338784+0000 mgr.y (mgr.24491) 21503 : cluster [DBG] pgmap v18996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:46.338784+0000 mgr.y (mgr.24491) 21503 : cluster [DBG] pgmap v18996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:47] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T14:05:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:48.339215+0000 mgr.y (mgr.24491) 21504 : cluster [DBG] pgmap v18997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:48.339215+0000 mgr.y (mgr.24491) 21504 : cluster [DBG] pgmap v18997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:48.339215+0000 mgr.y (mgr.24491) 21504 : cluster [DBG] pgmap v18997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:51.403 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:05:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:50.339861+0000 mgr.y (mgr.24491) 21505 : cluster [DBG] pgmap v18998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:50.339861+0000 mgr.y (mgr.24491) 21505 : cluster [DBG] pgmap v18998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:50.339861+0000 mgr.y (mgr.24491) 21505 : cluster [DBG] pgmap v18998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:52.340381+0000 mgr.y (mgr.24491) 21506 : cluster [DBG] pgmap v18999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:52.340381+0000 mgr.y (mgr.24491) 21506 : cluster [DBG] pgmap v18999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:52.340381+0000 mgr.y (mgr.24491) 21506 : cluster [DBG] pgmap v18999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:54.341031+0000 mgr.y (mgr.24491) 21507 : cluster [DBG] pgmap v19000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:54.341031+0000 mgr.y (mgr.24491) 21507 : cluster [DBG] pgmap v19000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:54.341031+0000 mgr.y (mgr.24491) 21507 : cluster [DBG] pgmap v19000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:56.341462+0000 mgr.y (mgr.24491) 21508 : cluster [DBG] pgmap v19001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:56.341462+0000 mgr.y (mgr.24491) 21508 : cluster [DBG] pgmap v19001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:56.341462+0000 mgr.y (mgr.24491) 21508 : cluster [DBG] pgmap v19001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:05:57] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T14:05:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:05:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:05:58.341883+0000 mgr.y (mgr.24491) 21509 : cluster [DBG] pgmap v19002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:05:58.341883+0000 mgr.y (mgr.24491) 21509 : cluster [DBG] pgmap v19002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:05:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:05:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:05:58.341883+0000 mgr.y (mgr.24491) 21509 : cluster [DBG] pgmap v19002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:01.419 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:06:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:00.342508+0000 mgr.y (mgr.24491) 21510 : cluster [DBG] pgmap v19003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:00.342508+0000 mgr.y (mgr.24491) 21510 : cluster [DBG] pgmap v19003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:00.342508+0000 mgr.y (mgr.24491) 21510 : cluster [DBG] pgmap v19003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:02.750 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 104s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 104s ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 104s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 104s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 104s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 104s ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 104s ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 104s ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 104s ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 104s ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:06:03.025 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 104s ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:06:03.026 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 104s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:06:03.026 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 104s ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:06:03.026 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 104s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:06:03.026 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 104s ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:06:03.026 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 104s ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:06:03.026 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 104s ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:06:03.026 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 104s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:06:03.026 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 104s ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:06:03.026 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 104s ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:06:03.361 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:06:03.361 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:06:03.361 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:06:03.361 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:06:03.361 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:06:03.361 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:06:03.361 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:06:03.361 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:06:03.362 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:06:03.362 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:06:03.362 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:06:03.362 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:06:03.362 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:06:03.362 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:06:03.362 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:06:03.362 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:06:03.362 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:06:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:02.342915+0000 mgr.y (mgr.24491) 21511 : cluster [DBG] pgmap v19004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:06:02.739371+0000 mgr.y (mgr.24491) 21512 : audit [DBG] from='client.46871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:06:03.362593+0000 mon.a (mon.0) 4362 : audit [DBG] from='client.? 172.21.15.177:0/3841283904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:06:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:02.342915+0000 mgr.y (mgr.24491) 21511 : cluster [DBG] pgmap v19004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:06:02.739371+0000 mgr.y (mgr.24491) 21512 : audit [DBG] from='client.46871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:06:03.362593+0000 mon.a (mon.0) 4362 : audit [DBG] from='client.? 172.21.15.177:0/3841283904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:06:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:02.342915+0000 mgr.y (mgr.24491) 21511 : cluster [DBG] pgmap v19004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:06:02.739371+0000 mgr.y (mgr.24491) 21512 : audit [DBG] from='client.46871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:06:03.362593+0000 mon.a (mon.0) 4362 : audit [DBG] from='client.? 172.21.15.177:0/3841283904' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:06:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:06:03.018559+0000 mgr.y (mgr.24491) 21513 : audit [DBG] from='client.36969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:06:03.018559+0000 mgr.y (mgr.24491) 21513 : audit [DBG] from='client.36969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:04.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:06:03.018559+0000 mgr.y (mgr.24491) 21513 : audit [DBG] from='client.36969 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:04.343625+0000 mgr.y (mgr.24491) 21514 : cluster [DBG] pgmap v19005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:04.343625+0000 mgr.y (mgr.24491) 21514 : cluster [DBG] pgmap v19005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:04.343625+0000 mgr.y (mgr.24491) 21514 : cluster [DBG] pgmap v19005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:07.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:06.344172+0000 mgr.y (mgr.24491) 21515 : cluster [DBG] pgmap v19006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:07.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:06.344172+0000 mgr.y (mgr.24491) 21515 : cluster [DBG] pgmap v19006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:06.344172+0000 mgr.y (mgr.24491) 21515 : cluster [DBG] pgmap v19006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:06:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:08.344744+0000 mgr.y (mgr.24491) 21516 : cluster [DBG] pgmap v19007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:08.344744+0000 mgr.y (mgr.24491) 21516 : cluster [DBG] pgmap v19007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:08.344744+0000 mgr.y (mgr.24491) 21516 : cluster [DBG] pgmap v19007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:11.442 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:06:11.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:10.345427+0000 mgr.y (mgr.24491) 21517 : cluster [DBG] pgmap v19008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:10.345427+0000 mgr.y (mgr.24491) 21517 : cluster [DBG] pgmap v19008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:10.345427+0000 mgr.y (mgr.24491) 21517 : cluster [DBG] pgmap v19008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:12.345982+0000 mgr.y (mgr.24491) 21518 : cluster [DBG] pgmap v19009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:12.345982+0000 mgr.y (mgr.24491) 21518 : cluster [DBG] pgmap v19009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:12.345982+0000 mgr.y (mgr.24491) 21518 : cluster [DBG] pgmap v19009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:15.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:14.346640+0000 mgr.y (mgr.24491) 21519 : cluster [DBG] pgmap v19010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:14.346640+0000 mgr.y (mgr.24491) 21519 : cluster [DBG] pgmap v19010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:14.346640+0000 mgr.y (mgr.24491) 21519 : cluster [DBG] pgmap v19010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:17.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:16.347134+0000 mgr.y (mgr.24491) 21520 : cluster [DBG] pgmap v19011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:17.726 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:16.347134+0000 mgr.y (mgr.24491) 21520 : cluster [DBG] pgmap v19011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:17.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:16.347134+0000 mgr.y (mgr.24491) 21520 : cluster [DBG] pgmap v19011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:06:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:18.347599+0000 mgr.y (mgr.24491) 21521 : cluster [DBG] pgmap v19012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:19.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:06:19.215492+0000 mon.a (mon.0) 4363 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:06:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:18.347599+0000 mgr.y (mgr.24491) 21521 : cluster [DBG] pgmap v19012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:06:19.215492+0000 mon.a (mon.0) 4363 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:06:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:18.347599+0000 mgr.y (mgr.24491) 21521 : cluster [DBG] pgmap v19012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:06:19.215492+0000 mon.a (mon.0) 4363 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:06:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:06:19.501530+0000 mon.a (mon.0) 4364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:06:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:06:19.502207+0000 mon.a (mon.0) 4365 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:06:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:06:19.506652+0000 mon.a (mon.0) 4366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:06:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:06:19.501530+0000 mon.a (mon.0) 4364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:06:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:06:19.502207+0000 mon.a (mon.0) 4365 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:06:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:06:19.506652+0000 mon.a (mon.0) 4366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:06:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:06:19.501530+0000 mon.a (mon.0) 4364 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:06:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:06:19.502207+0000 mon.a (mon.0) 4365 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:06:20.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:06:19.506652+0000 mon.a (mon.0) 4366 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:06:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:06:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:20.348394+0000 mgr.y (mgr.24491) 21522 : cluster [DBG] pgmap v19013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:20.348394+0000 mgr.y (mgr.24491) 21522 : cluster [DBG] pgmap v19013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:20.348394+0000 mgr.y (mgr.24491) 21522 : cluster [DBG] pgmap v19013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:22.348842+0000 mgr.y (mgr.24491) 21523 : cluster [DBG] pgmap v19014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:22.348842+0000 mgr.y (mgr.24491) 21523 : cluster [DBG] pgmap v19014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:22.348842+0000 mgr.y (mgr.24491) 21523 : cluster [DBG] pgmap v19014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:24.349435+0000 mgr.y (mgr.24491) 21524 : cluster [DBG] pgmap v19015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:24.349435+0000 mgr.y (mgr.24491) 21524 : cluster [DBG] pgmap v19015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:24.349435+0000 mgr.y (mgr.24491) 21524 : cluster [DBG] pgmap v19015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:26.350013+0000 mgr.y (mgr.24491) 21525 : cluster [DBG] pgmap v19016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:06:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:26.350013+0000 mgr.y (mgr.24491) 21525 : cluster [DBG] pgmap v19016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:26.350013+0000 mgr.y (mgr.24491) 21525 : cluster [DBG] pgmap v19016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:28.350411+0000 mgr.y (mgr.24491) 21526 : cluster [DBG] pgmap v19017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:28.350411+0000 mgr.y (mgr.24491) 21526 : cluster [DBG] pgmap v19017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:28.350411+0000 mgr.y (mgr.24491) 21526 : cluster [DBG] pgmap v19017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:06:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:30.351015+0000 mgr.y (mgr.24491) 21527 : cluster [DBG] pgmap v19018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:30.351015+0000 mgr.y (mgr.24491) 21527 : cluster [DBG] pgmap v19018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:30.351015+0000 mgr.y (mgr.24491) 21527 : cluster [DBG] pgmap v19018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:33.675 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:06:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:32.351458+0000 mgr.y (mgr.24491) 21528 : cluster [DBG] pgmap v19019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:32.351458+0000 mgr.y (mgr.24491) 21528 : cluster [DBG] pgmap v19019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:33.950 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:06:33.950 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 2m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 2m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:06:33.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:06:33.952 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:06:33.952 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:06:33.952 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:06:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:32.351458+0000 mgr.y (mgr.24491) 21528 : cluster [DBG] pgmap v19019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:34.284 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:06:34.284 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:06:34.285 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:06:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:06:33.664491+0000 mgr.y (mgr.24491) 21529 : audit [DBG] from='client.46889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:06:34.286294+0000 mon.c (mon.2) 663 : audit [DBG] from='client.? 172.21.15.177:0/1706471570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:06:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:06:33.664491+0000 mgr.y (mgr.24491) 21529 : audit [DBG] from='client.46889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:06:34.286294+0000 mon.c (mon.2) 663 : audit [DBG] from='client.? 172.21.15.177:0/1706471570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:06:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:06:33.664491+0000 mgr.y (mgr.24491) 21529 : audit [DBG] from='client.46889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:06:34.286294+0000 mon.c (mon.2) 663 : audit [DBG] from='client.? 172.21.15.177:0/1706471570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:06:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:06:33.944562+0000 mgr.y (mgr.24491) 21530 : audit [DBG] from='client.36987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:34.352042+0000 mgr.y (mgr.24491) 21531 : cluster [DBG] pgmap v19020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:06:33.944562+0000 mgr.y (mgr.24491) 21530 : audit [DBG] from='client.36987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:34.352042+0000 mgr.y (mgr.24491) 21531 : cluster [DBG] pgmap v19020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:06:33.944562+0000 mgr.y (mgr.24491) 21530 : audit [DBG] from='client.36987 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:06:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:34.352042+0000 mgr.y (mgr.24491) 21531 : cluster [DBG] pgmap v19020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:37.901 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:06:37.903 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:36.352433+0000 mgr.y (mgr.24491) 21532 : cluster [DBG] pgmap v19021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:37.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:36.352433+0000 mgr.y (mgr.24491) 21532 : cluster [DBG] pgmap v19021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:36.352433+0000 mgr.y (mgr.24491) 21532 : cluster [DBG] pgmap v19021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:38.352783+0000 mgr.y (mgr.24491) 21533 : cluster [DBG] pgmap v19022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:39.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:38.352783+0000 mgr.y (mgr.24491) 21533 : cluster [DBG] pgmap v19022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:38.352783+0000 mgr.y (mgr.24491) 21533 : cluster [DBG] pgmap v19022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:06:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:40.353491+0000 mgr.y (mgr.24491) 21534 : cluster [DBG] pgmap v19023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:40.353491+0000 mgr.y (mgr.24491) 21534 : cluster [DBG] pgmap v19023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:42.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:40.353491+0000 mgr.y (mgr.24491) 21534 : cluster [DBG] pgmap v19023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:42.353969+0000 mgr.y (mgr.24491) 21535 : cluster [DBG] pgmap v19024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:42.353969+0000 mgr.y (mgr.24491) 21535 : cluster [DBG] pgmap v19024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:42.353969+0000 mgr.y (mgr.24491) 21535 : cluster [DBG] pgmap v19024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:44.354588+0000 mgr.y (mgr.24491) 21536 : cluster [DBG] pgmap v19025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:44.354588+0000 mgr.y (mgr.24491) 21536 : cluster [DBG] pgmap v19025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:44.354588+0000 mgr.y (mgr.24491) 21536 : cluster [DBG] pgmap v19025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:06:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:46.355141+0000 mgr.y (mgr.24491) 21537 : cluster [DBG] pgmap v19026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:46.355141+0000 mgr.y (mgr.24491) 21537 : cluster [DBG] pgmap v19026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:46.355141+0000 mgr.y (mgr.24491) 21537 : cluster [DBG] pgmap v19026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:48.355559+0000 mgr.y (mgr.24491) 21538 : cluster [DBG] pgmap v19027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:48.355559+0000 mgr.y (mgr.24491) 21538 : cluster [DBG] pgmap v19027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:48.355559+0000 mgr.y (mgr.24491) 21538 : cluster [DBG] pgmap v19027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:06:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:50.356203+0000 mgr.y (mgr.24491) 21539 : cluster [DBG] pgmap v19028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:50.356203+0000 mgr.y (mgr.24491) 21539 : cluster [DBG] pgmap v19028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:50.356203+0000 mgr.y (mgr.24491) 21539 : cluster [DBG] pgmap v19028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:52.356663+0000 mgr.y (mgr.24491) 21540 : cluster [DBG] pgmap v19029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:52.356663+0000 mgr.y (mgr.24491) 21540 : cluster [DBG] pgmap v19029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:52.356663+0000 mgr.y (mgr.24491) 21540 : cluster [DBG] pgmap v19029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:54.357427+0000 mgr.y (mgr.24491) 21541 : cluster [DBG] pgmap v19030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:54.357427+0000 mgr.y (mgr.24491) 21541 : cluster [DBG] pgmap v19030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:54.357427+0000 mgr.y (mgr.24491) 21541 : cluster [DBG] pgmap v19030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:06:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:06:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:56.358005+0000 mgr.y (mgr.24491) 21542 : cluster [DBG] pgmap v19031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:56.358005+0000 mgr.y (mgr.24491) 21542 : cluster [DBG] pgmap v19031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:56.358005+0000 mgr.y (mgr.24491) 21542 : cluster [DBG] pgmap v19031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:06:58.358635+0000 mgr.y (mgr.24491) 21543 : cluster [DBG] pgmap v19032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:06:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:06:58.358635+0000 mgr.y (mgr.24491) 21543 : cluster [DBG] pgmap v19032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:06:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:06:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:06:58.358635+0000 mgr.y (mgr.24491) 21543 : cluster [DBG] pgmap v19032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:07:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:00.359493+0000 mgr.y (mgr.24491) 21544 : cluster [DBG] pgmap v19033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:00.359493+0000 mgr.y (mgr.24491) 21544 : cluster [DBG] pgmap v19033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:00.359493+0000 mgr.y (mgr.24491) 21544 : cluster [DBG] pgmap v19033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:02.359904+0000 mgr.y (mgr.24491) 21545 : cluster [DBG] pgmap v19034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:02.359904+0000 mgr.y (mgr.24491) 21545 : cluster [DBG] pgmap v19034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:02.359904+0000 mgr.y (mgr.24491) 21545 : cluster [DBG] pgmap v19034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:04.596 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:07:04.871 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:07:04.871 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:07:04.871 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 2m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 2m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:07:04.872 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:07:04.873 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:07:04.873 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:07:05.202 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:07:05.202 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:07:05.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:07:05.202 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:07:05.202 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:07:05.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:07:05.202 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:07:05.203 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:07:05.203 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:07:05.203 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:07:05.203 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:07:05.203 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:07:05.203 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:07:05.203 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:07:05.203 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:07:05.203 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:07:05.203 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:07:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:04.360536+0000 mgr.y (mgr.24491) 21546 : cluster [DBG] pgmap v19035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:07:04.585162+0000 mgr.y (mgr.24491) 21547 : audit [DBG] from='client.46907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:07:04.865027+0000 mgr.y (mgr.24491) 21548 : audit [DBG] from='client.37005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:07:05.203635+0000 mon.a (mon.0) 4367 : audit [DBG] from='client.? 172.21.15.177:0/923883331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:07:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:04.360536+0000 mgr.y (mgr.24491) 21546 : cluster [DBG] pgmap v19035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:07:04.585162+0000 mgr.y (mgr.24491) 21547 : audit [DBG] from='client.46907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:07:04.865027+0000 mgr.y (mgr.24491) 21548 : audit [DBG] from='client.37005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:07:05.203635+0000 mon.a (mon.0) 4367 : audit [DBG] from='client.? 172.21.15.177:0/923883331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:07:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:04.360536+0000 mgr.y (mgr.24491) 21546 : cluster [DBG] pgmap v19035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:07:04.585162+0000 mgr.y (mgr.24491) 21547 : audit [DBG] from='client.46907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:07:04.865027+0000 mgr.y (mgr.24491) 21548 : audit [DBG] from='client.37005 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:07:05.203635+0000 mon.a (mon.0) 4367 : audit [DBG] from='client.? 172.21.15.177:0/923883331' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:07:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:07] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T14:07:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:06.361064+0000 mgr.y (mgr.24491) 21549 : cluster [DBG] pgmap v19036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:06.361064+0000 mgr.y (mgr.24491) 21549 : cluster [DBG] pgmap v19036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:06.361064+0000 mgr.y (mgr.24491) 21549 : cluster [DBG] pgmap v19036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:09.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:08.361441+0000 mgr.y (mgr.24491) 21550 : cluster [DBG] pgmap v19037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:08.361441+0000 mgr.y (mgr.24491) 21550 : cluster [DBG] pgmap v19037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:08.361441+0000 mgr.y (mgr.24491) 21550 : cluster [DBG] pgmap v19037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:07:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:10.362207+0000 mgr.y (mgr.24491) 21551 : cluster [DBG] pgmap v19038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:10.362207+0000 mgr.y (mgr.24491) 21551 : cluster [DBG] pgmap v19038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:10.362207+0000 mgr.y (mgr.24491) 21551 : cluster [DBG] pgmap v19038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:12.362845+0000 mgr.y (mgr.24491) 21552 : cluster [DBG] pgmap v19039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:12.362845+0000 mgr.y (mgr.24491) 21552 : cluster [DBG] pgmap v19039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:12.362845+0000 mgr.y (mgr.24491) 21552 : cluster [DBG] pgmap v19039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:14.363445+0000 mgr.y (mgr.24491) 21553 : cluster [DBG] pgmap v19040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:14.363445+0000 mgr.y (mgr.24491) 21553 : cluster [DBG] pgmap v19040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:14.363445+0000 mgr.y (mgr.24491) 21553 : cluster [DBG] pgmap v19040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:07:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:16.363909+0000 mgr.y (mgr.24491) 21554 : cluster [DBG] pgmap v19041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:16.363909+0000 mgr.y (mgr.24491) 21554 : cluster [DBG] pgmap v19041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:16.363909+0000 mgr.y (mgr.24491) 21554 : cluster [DBG] pgmap v19041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:18.364351+0000 mgr.y (mgr.24491) 21555 : cluster [DBG] pgmap v19042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:07:19.511025+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:07:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:07:19.751207+0000 mon.a (mon.0) 4369 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:07:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:18.364351+0000 mgr.y (mgr.24491) 21555 : cluster [DBG] pgmap v19042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:07:19.511025+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:07:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:07:19.751207+0000 mon.a (mon.0) 4369 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:07:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:18.364351+0000 mgr.y (mgr.24491) 21555 : cluster [DBG] pgmap v19042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:07:19.511025+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:07:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:07:19.751207+0000 mon.a (mon.0) 4369 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:07:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:07:20.031024+0000 mon.a (mon.0) 4370 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:07:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:07:20.031695+0000 mon.a (mon.0) 4371 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:07:21.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:07:20.036584+0000 mon.a (mon.0) 4372 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:07:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:07:20.031024+0000 mon.a (mon.0) 4370 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:07:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:07:20.031695+0000 mon.a (mon.0) 4371 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:07:21.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:07:20.036584+0000 mon.a (mon.0) 4372 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:07:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:07:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:07:20.031024+0000 mon.a (mon.0) 4370 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:07:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:07:20.031695+0000 mon.a (mon.0) 4371 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:07:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:07:20.036584+0000 mon.a (mon.0) 4372 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:07:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:20.365182+0000 mgr.y (mgr.24491) 21556 : cluster [DBG] pgmap v19043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:20.365182+0000 mgr.y (mgr.24491) 21556 : cluster [DBG] pgmap v19043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:22.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:20.365182+0000 mgr.y (mgr.24491) 21556 : cluster [DBG] pgmap v19043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:22.365837+0000 mgr.y (mgr.24491) 21557 : cluster [DBG] pgmap v19044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:22.365837+0000 mgr.y (mgr.24491) 21557 : cluster [DBG] pgmap v19044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:22.365837+0000 mgr.y (mgr.24491) 21557 : cluster [DBG] pgmap v19044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:24.366548+0000 mgr.y (mgr.24491) 21558 : cluster [DBG] pgmap v19045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:24.366548+0000 mgr.y (mgr.24491) 21558 : cluster [DBG] pgmap v19045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:24.366548+0000 mgr.y (mgr.24491) 21558 : cluster [DBG] pgmap v19045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:07:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:26.367138+0000 mgr.y (mgr.24491) 21559 : cluster [DBG] pgmap v19046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:26.367138+0000 mgr.y (mgr.24491) 21559 : cluster [DBG] pgmap v19046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:26.367138+0000 mgr.y (mgr.24491) 21559 : cluster [DBG] pgmap v19046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:28.367647+0000 mgr.y (mgr.24491) 21560 : cluster [DBG] pgmap v19047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:28.367647+0000 mgr.y (mgr.24491) 21560 : cluster [DBG] pgmap v19047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:28.367647+0000 mgr.y (mgr.24491) 21560 : cluster [DBG] pgmap v19047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:07:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:30.368329+0000 mgr.y (mgr.24491) 21561 : cluster [DBG] pgmap v19048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:30.368329+0000 mgr.y (mgr.24491) 21561 : cluster [DBG] pgmap v19048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:30.368329+0000 mgr.y (mgr.24491) 21561 : cluster [DBG] pgmap v19048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:34.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:32.368764+0000 mgr.y (mgr.24491) 21562 : cluster [DBG] pgmap v19049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:34.153 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:32.368764+0000 mgr.y (mgr.24491) 21562 : cluster [DBG] pgmap v19049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:32.368764+0000 mgr.y (mgr.24491) 21562 : cluster [DBG] pgmap v19049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:35.514 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:07:35.789 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:07:35.789 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:07:35.789 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:07:35.789 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:07:35.789 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 3m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 3m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:07:35.790 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:07:35.791 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:07:36.123 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:07:36.124 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:07:36.124 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:07:36.124 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:07:36.124 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:07:36.124 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:07:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:34.369558+0000 mgr.y (mgr.24491) 21563 : cluster [DBG] pgmap v19050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:34.369558+0000 mgr.y (mgr.24491) 21563 : cluster [DBG] pgmap v19050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:34.369558+0000 mgr.y (mgr.24491) 21563 : cluster [DBG] pgmap v19050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:37.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:07:35.504020+0000 mgr.y (mgr.24491) 21564 : audit [DBG] from='client.46925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:07:35.783311+0000 mgr.y (mgr.24491) 21565 : audit [DBG] from='client.46931 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:07:36.124344+0000 mon.c (mon.2) 664 : audit [DBG] from='client.? 172.21.15.177:0/299468673' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:07:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:07:35.504020+0000 mgr.y (mgr.24491) 21564 : audit [DBG] from='client.46925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:07:35.783311+0000 mgr.y (mgr.24491) 21565 : audit [DBG] from='client.46931 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:37.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:07:36.124344+0000 mon.c (mon.2) 664 : audit [DBG] from='client.? 172.21.15.177:0/299468673' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:07:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:07:35.504020+0000 mgr.y (mgr.24491) 21564 : audit [DBG] from='client.46925 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:07:35.783311+0000 mgr.y (mgr.24491) 21565 : audit [DBG] from='client.46931 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:07:37.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:07:36.124344+0000 mon.c (mon.2) 664 : audit [DBG] from='client.? 172.21.15.177:0/299468673' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:07:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:07:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:36.370155+0000 mgr.y (mgr.24491) 21566 : cluster [DBG] pgmap v19051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:36.370155+0000 mgr.y (mgr.24491) 21566 : cluster [DBG] pgmap v19051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:36.370155+0000 mgr.y (mgr.24491) 21566 : cluster [DBG] pgmap v19051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:38.370700+0000 mgr.y (mgr.24491) 21567 : cluster [DBG] pgmap v19052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:38.370700+0000 mgr.y (mgr.24491) 21567 : cluster [DBG] pgmap v19052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:38.370700+0000 mgr.y (mgr.24491) 21567 : cluster [DBG] pgmap v19052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:07:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:40.371325+0000 mgr.y (mgr.24491) 21568 : cluster [DBG] pgmap v19053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:40.371325+0000 mgr.y (mgr.24491) 21568 : cluster [DBG] pgmap v19053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:40.371325+0000 mgr.y (mgr.24491) 21568 : cluster [DBG] pgmap v19053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:42.371711+0000 mgr.y (mgr.24491) 21569 : cluster [DBG] pgmap v19054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:42.371711+0000 mgr.y (mgr.24491) 21569 : cluster [DBG] pgmap v19054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:42.371711+0000 mgr.y (mgr.24491) 21569 : cluster [DBG] pgmap v19054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:44.372499+0000 mgr.y (mgr.24491) 21570 : cluster [DBG] pgmap v19055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:44.372499+0000 mgr.y (mgr.24491) 21570 : cluster [DBG] pgmap v19055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:44.372499+0000 mgr.y (mgr.24491) 21570 : cluster [DBG] pgmap v19055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:46.372905+0000 mgr.y (mgr.24491) 21571 : cluster [DBG] pgmap v19056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:07:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:46.372905+0000 mgr.y (mgr.24491) 21571 : cluster [DBG] pgmap v19056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:46.372905+0000 mgr.y (mgr.24491) 21571 : cluster [DBG] pgmap v19056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:48.373351+0000 mgr.y (mgr.24491) 21572 : cluster [DBG] pgmap v19057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:48.373351+0000 mgr.y (mgr.24491) 21572 : cluster [DBG] pgmap v19057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:48.373351+0000 mgr.y (mgr.24491) 21572 : cluster [DBG] pgmap v19057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:07:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:50.374233+0000 mgr.y (mgr.24491) 21573 : cluster [DBG] pgmap v19058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:50.374233+0000 mgr.y (mgr.24491) 21573 : cluster [DBG] pgmap v19058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:50.374233+0000 mgr.y (mgr.24491) 21573 : cluster [DBG] pgmap v19058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:52.374832+0000 mgr.y (mgr.24491) 21574 : cluster [DBG] pgmap v19059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:52.374832+0000 mgr.y (mgr.24491) 21574 : cluster [DBG] pgmap v19059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:52.374832+0000 mgr.y (mgr.24491) 21574 : cluster [DBG] pgmap v19059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:54.375614+0000 mgr.y (mgr.24491) 21575 : cluster [DBG] pgmap v19060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:54.375614+0000 mgr.y (mgr.24491) 21575 : cluster [DBG] pgmap v19060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:54.375614+0000 mgr.y (mgr.24491) 21575 : cluster [DBG] pgmap v19060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:56.376005+0000 mgr.y (mgr.24491) 21576 : cluster [DBG] pgmap v19061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:07:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:07:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:56.376005+0000 mgr.y (mgr.24491) 21576 : cluster [DBG] pgmap v19061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:07:58.251 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:56.376005+0000 mgr.y (mgr.24491) 21576 : cluster [DBG] pgmap v19061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:07:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:07:58.376433+0000 mgr.y (mgr.24491) 21577 : cluster [DBG] pgmap v19062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:07:58.376433+0000 mgr.y (mgr.24491) 21577 : cluster [DBG] pgmap v19062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:00.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:07:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:07:58.376433+0000 mgr.y (mgr.24491) 21577 : cluster [DBG] pgmap v19062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:01.502 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:08:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:00.377173+0000 mgr.y (mgr.24491) 21578 : cluster [DBG] pgmap v19063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:00.377173+0000 mgr.y (mgr.24491) 21578 : cluster [DBG] pgmap v19063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:00.377173+0000 mgr.y (mgr.24491) 21578 : cluster [DBG] pgmap v19063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:02.377639+0000 mgr.y (mgr.24491) 21579 : cluster [DBG] pgmap v19064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:02.377639+0000 mgr.y (mgr.24491) 21579 : cluster [DBG] pgmap v19064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:02.377639+0000 mgr.y (mgr.24491) 21579 : cluster [DBG] pgmap v19064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:04.378486+0000 mgr.y (mgr.24491) 21580 : cluster [DBG] pgmap v19065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:04.378486+0000 mgr.y (mgr.24491) 21580 : cluster [DBG] pgmap v19065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:04.378486+0000 mgr.y (mgr.24491) 21580 : cluster [DBG] pgmap v19065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:06.430 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:08:06.707 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:08:06.707 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:08:06.707 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:08:06.707 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 3m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 3m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:08:06.708 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:08:06.709 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:08:06.709 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:08:07.042 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:08:07.043 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:08:07.043 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:08:07.043 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:08:07.043 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:08:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:08:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:06.378891+0000 mgr.y (mgr.24491) 21581 : cluster [DBG] pgmap v19066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:08:06.420093+0000 mgr.y (mgr.24491) 21582 : audit [DBG] from='client.46943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:08:06.701289+0000 mgr.y (mgr.24491) 21583 : audit [DBG] from='client.37041 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:08:07.043236+0000 mon.a (mon.0) 4373 : audit [DBG] from='client.? 172.21.15.177:0/1055805665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:08:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:06.378891+0000 mgr.y (mgr.24491) 21581 : cluster [DBG] pgmap v19066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:08:06.420093+0000 mgr.y (mgr.24491) 21582 : audit [DBG] from='client.46943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:08:06.701289+0000 mgr.y (mgr.24491) 21583 : audit [DBG] from='client.37041 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:08:07.043236+0000 mon.a (mon.0) 4373 : audit [DBG] from='client.? 172.21.15.177:0/1055805665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:08:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:06.378891+0000 mgr.y (mgr.24491) 21581 : cluster [DBG] pgmap v19066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:08:06.420093+0000 mgr.y (mgr.24491) 21582 : audit [DBG] from='client.46943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:08:06.701289+0000 mgr.y (mgr.24491) 21583 : audit [DBG] from='client.37041 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:08:07.043236+0000 mon.a (mon.0) 4373 : audit [DBG] from='client.? 172.21.15.177:0/1055805665' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:08:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:08.379295+0000 mgr.y (mgr.24491) 21584 : cluster [DBG] pgmap v19067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:08.379295+0000 mgr.y (mgr.24491) 21584 : cluster [DBG] pgmap v19067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:08.379295+0000 mgr.y (mgr.24491) 21584 : cluster [DBG] pgmap v19067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:08:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:10.379931+0000 mgr.y (mgr.24491) 21585 : cluster [DBG] pgmap v19068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:10.379931+0000 mgr.y (mgr.24491) 21585 : cluster [DBG] pgmap v19068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:10.379931+0000 mgr.y (mgr.24491) 21585 : cluster [DBG] pgmap v19068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:12.380302+0000 mgr.y (mgr.24491) 21586 : cluster [DBG] pgmap v19069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:12.380302+0000 mgr.y (mgr.24491) 21586 : cluster [DBG] pgmap v19069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:12.380302+0000 mgr.y (mgr.24491) 21586 : cluster [DBG] pgmap v19069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:14.380889+0000 mgr.y (mgr.24491) 21587 : cluster [DBG] pgmap v19070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:16.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:14.380889+0000 mgr.y (mgr.24491) 21587 : cluster [DBG] pgmap v19070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:16.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:14.380889+0000 mgr.y (mgr.24491) 21587 : cluster [DBG] pgmap v19070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:08:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:16.381383+0000 mgr.y (mgr.24491) 21588 : cluster [DBG] pgmap v19071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:16.381383+0000 mgr.y (mgr.24491) 21588 : cluster [DBG] pgmap v19071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:16.381383+0000 mgr.y (mgr.24491) 21588 : cluster [DBG] pgmap v19071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:18.381708+0000 mgr.y (mgr.24491) 21589 : cluster [DBG] pgmap v19072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:18.381708+0000 mgr.y (mgr.24491) 21589 : cluster [DBG] pgmap v19072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:18.381708+0000 mgr.y (mgr.24491) 21589 : cluster [DBG] pgmap v19072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:08:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:08:20.040809+0000 mon.a (mon.0) 4374 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:08:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:08:20.283081+0000 mon.a (mon.0) 4375 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:08:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:08:20.561220+0000 mon.a (mon.0) 4376 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:08:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:08:20.561843+0000 mon.a (mon.0) 4377 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:08:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:08:20.567505+0000 mon.a (mon.0) 4378 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:08:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:08:20.040809+0000 mon.a (mon.0) 4374 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:08:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:08:20.283081+0000 mon.a (mon.0) 4375 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:08:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:08:20.561220+0000 mon.a (mon.0) 4376 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:08:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:08:20.561843+0000 mon.a (mon.0) 4377 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:08:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:08:20.567505+0000 mon.a (mon.0) 4378 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:08:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:08:20.040809+0000 mon.a (mon.0) 4374 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:08:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:08:20.283081+0000 mon.a (mon.0) 4375 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:08:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:08:20.561220+0000 mon.a (mon.0) 4376 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:08:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:08:20.561843+0000 mon.a (mon.0) 4377 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:08:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:08:20.567505+0000 mon.a (mon.0) 4378 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:08:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:20.382280+0000 mgr.y (mgr.24491) 21590 : cluster [DBG] pgmap v19073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:20.382280+0000 mgr.y (mgr.24491) 21590 : cluster [DBG] pgmap v19073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:20.382280+0000 mgr.y (mgr.24491) 21590 : cluster [DBG] pgmap v19073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:22.382804+0000 mgr.y (mgr.24491) 21591 : cluster [DBG] pgmap v19074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:22.382804+0000 mgr.y (mgr.24491) 21591 : cluster [DBG] pgmap v19074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:22.382804+0000 mgr.y (mgr.24491) 21591 : cluster [DBG] pgmap v19074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:24.383447+0000 mgr.y (mgr.24491) 21592 : cluster [DBG] pgmap v19075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:24.383447+0000 mgr.y (mgr.24491) 21592 : cluster [DBG] pgmap v19075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:24.383447+0000 mgr.y (mgr.24491) 21592 : cluster [DBG] pgmap v19075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:08:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:26.383962+0000 mgr.y (mgr.24491) 21593 : cluster [DBG] pgmap v19076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:26.383962+0000 mgr.y (mgr.24491) 21593 : cluster [DBG] pgmap v19076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:26.383962+0000 mgr.y (mgr.24491) 21593 : cluster [DBG] pgmap v19076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:28.384484+0000 mgr.y (mgr.24491) 21594 : cluster [DBG] pgmap v19077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:28.384484+0000 mgr.y (mgr.24491) 21594 : cluster [DBG] pgmap v19077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:28.384484+0000 mgr.y (mgr.24491) 21594 : cluster [DBG] pgmap v19077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:31.438 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:08:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:30.385318+0000 mgr.y (mgr.24491) 21595 : cluster [DBG] pgmap v19078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:30.385318+0000 mgr.y (mgr.24491) 21595 : cluster [DBG] pgmap v19078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:30.385318+0000 mgr.y (mgr.24491) 21595 : cluster [DBG] pgmap v19078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:32.385824+0000 mgr.y (mgr.24491) 21596 : cluster [DBG] pgmap v19079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:32.385824+0000 mgr.y (mgr.24491) 21596 : cluster [DBG] pgmap v19079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:32.385824+0000 mgr.y (mgr.24491) 21596 : cluster [DBG] pgmap v19079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:34.386458+0000 mgr.y (mgr.24491) 21597 : cluster [DBG] pgmap v19080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:34.386458+0000 mgr.y (mgr.24491) 21597 : cluster [DBG] pgmap v19080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:34.386458+0000 mgr.y (mgr.24491) 21597 : cluster [DBG] pgmap v19080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:37.355 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:08:37.631 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:08:37.631 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:08:37.631 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 4m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 4m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 4m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 4m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:08:37.632 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:08:37.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:08:37.633 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:08:37.633 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:08:37.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:36.386969+0000 mgr.y (mgr.24491) 21598 : cluster [DBG] pgmap v19081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:37.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:36.386969+0000 mgr.y (mgr.24491) 21598 : cluster [DBG] pgmap v19081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:36.386969+0000 mgr.y (mgr.24491) 21598 : cluster [DBG] pgmap v19081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:37.960 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:08:37.960 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:08:37.960 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:08:37.960 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:08:37.960 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:08:37.961 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:08:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:08:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:08:37.344734+0000 mgr.y (mgr.24491) 21599 : audit [DBG] from='client.46961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:08:37.623276+0000 mgr.y (mgr.24491) 21600 : audit [DBG] from='client.46967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:08:37.961918+0000 mon.a (mon.0) 4379 : audit [DBG] from='client.? 172.21.15.177:0/2686159145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:08:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:08:37.344734+0000 mgr.y (mgr.24491) 21599 : audit [DBG] from='client.46961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:08:37.623276+0000 mgr.y (mgr.24491) 21600 : audit [DBG] from='client.46967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:08:37.961918+0000 mon.a (mon.0) 4379 : audit [DBG] from='client.? 172.21.15.177:0/2686159145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:08:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:08:37.344734+0000 mgr.y (mgr.24491) 21599 : audit [DBG] from='client.46961 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:08:37.623276+0000 mgr.y (mgr.24491) 21600 : audit [DBG] from='client.46967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:08:38.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:08:37.961918+0000 mon.a (mon.0) 4379 : audit [DBG] from='client.? 172.21.15.177:0/2686159145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:08:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:38.387291+0000 mgr.y (mgr.24491) 21601 : cluster [DBG] pgmap v19082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:38.387291+0000 mgr.y (mgr.24491) 21601 : cluster [DBG] pgmap v19082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:38.387291+0000 mgr.y (mgr.24491) 21601 : cluster [DBG] pgmap v19082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:41.461 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:08:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:40.387970+0000 mgr.y (mgr.24491) 21602 : cluster [DBG] pgmap v19083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:40.387970+0000 mgr.y (mgr.24491) 21602 : cluster [DBG] pgmap v19083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:40.387970+0000 mgr.y (mgr.24491) 21602 : cluster [DBG] pgmap v19083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:42.388366+0000 mgr.y (mgr.24491) 21603 : cluster [DBG] pgmap v19084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:42.388366+0000 mgr.y (mgr.24491) 21603 : cluster [DBG] pgmap v19084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:42.388366+0000 mgr.y (mgr.24491) 21603 : cluster [DBG] pgmap v19084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:44.389046+0000 mgr.y (mgr.24491) 21604 : cluster [DBG] pgmap v19085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:44.389046+0000 mgr.y (mgr.24491) 21604 : cluster [DBG] pgmap v19085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:44.389046+0000 mgr.y (mgr.24491) 21604 : cluster [DBG] pgmap v19085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:47.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:46.389364+0000 mgr.y (mgr.24491) 21605 : cluster [DBG] pgmap v19086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:46.389364+0000 mgr.y (mgr.24491) 21605 : cluster [DBG] pgmap v19086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:47.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:46.389364+0000 mgr.y (mgr.24491) 21605 : cluster [DBG] pgmap v19086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:08:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:48.389754+0000 mgr.y (mgr.24491) 21606 : cluster [DBG] pgmap v19087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:48.389754+0000 mgr.y (mgr.24491) 21606 : cluster [DBG] pgmap v19087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:48.389754+0000 mgr.y (mgr.24491) 21606 : cluster [DBG] pgmap v19087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:51.483 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:08:51.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:50.390438+0000 mgr.y (mgr.24491) 21607 : cluster [DBG] pgmap v19088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:50.390438+0000 mgr.y (mgr.24491) 21607 : cluster [DBG] pgmap v19088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:50.390438+0000 mgr.y (mgr.24491) 21607 : cluster [DBG] pgmap v19088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:52.390934+0000 mgr.y (mgr.24491) 21608 : cluster [DBG] pgmap v19089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:52.390934+0000 mgr.y (mgr.24491) 21608 : cluster [DBG] pgmap v19089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:52.390934+0000 mgr.y (mgr.24491) 21608 : cluster [DBG] pgmap v19089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:54.391550+0000 mgr.y (mgr.24491) 21609 : cluster [DBG] pgmap v19090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:54.391550+0000 mgr.y (mgr.24491) 21609 : cluster [DBG] pgmap v19090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:54.391550+0000 mgr.y (mgr.24491) 21609 : cluster [DBG] pgmap v19090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:56.391889+0000 mgr.y (mgr.24491) 21610 : cluster [DBG] pgmap v19091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:56.391889+0000 mgr.y (mgr.24491) 21610 : cluster [DBG] pgmap v19091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:08:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:08:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:56.391889+0000 mgr.y (mgr.24491) 21610 : cluster [DBG] pgmap v19091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:08:58.392466+0000 mgr.y (mgr.24491) 21611 : cluster [DBG] pgmap v19092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:08:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:08:58.392466+0000 mgr.y (mgr.24491) 21611 : cluster [DBG] pgmap v19092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:08:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:08:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:08:58.392466+0000 mgr.y (mgr.24491) 21611 : cluster [DBG] pgmap v19092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:09:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:00.393263+0000 mgr.y (mgr.24491) 21612 : cluster [DBG] pgmap v19093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:00.393263+0000 mgr.y (mgr.24491) 21612 : cluster [DBG] pgmap v19093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:00.393263+0000 mgr.y (mgr.24491) 21612 : cluster [DBG] pgmap v19093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:02.393735+0000 mgr.y (mgr.24491) 21613 : cluster [DBG] pgmap v19094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:02.393735+0000 mgr.y (mgr.24491) 21613 : cluster [DBG] pgmap v19094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:04.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:02.393735+0000 mgr.y (mgr.24491) 21613 : cluster [DBG] pgmap v19094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:05.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:04.394387+0000 mgr.y (mgr.24491) 21614 : cluster [DBG] pgmap v19095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:05.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:04.394387+0000 mgr.y (mgr.24491) 21614 : cluster [DBG] pgmap v19095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:04.394387+0000 mgr.y (mgr.24491) 21614 : cluster [DBG] pgmap v19095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:09:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:06.394921+0000 mgr.y (mgr.24491) 21615 : cluster [DBG] pgmap v19096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:06.394921+0000 mgr.y (mgr.24491) 21615 : cluster [DBG] pgmap v19096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:06.394921+0000 mgr.y (mgr.24491) 21615 : cluster [DBG] pgmap v19096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:08.276 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:09:08.556 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 4m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 4m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 4m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:09:08.557 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 4m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:09:08.558 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:09:08.558 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:09:08.558 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:09:08.558 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:09:08.558 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:09:08.558 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:09:08.558 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:09:08.558 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:09:08.890 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:09:08.891 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:09:08.892 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:09:09.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:09:08.265685+0000 mgr.y (mgr.24491) 21616 : audit [DBG] from='client.37071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:09.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:08.395221+0000 mgr.y (mgr.24491) 21617 : cluster [DBG] pgmap v19097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:09.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:09:08.550196+0000 mgr.y (mgr.24491) 21618 : audit [DBG] from='client.46985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:09.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:09:08.891233+0000 mon.c (mon.2) 665 : audit [DBG] from='client.? 172.21.15.177:0/667815736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:09:09.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:09:08.265685+0000 mgr.y (mgr.24491) 21616 : audit [DBG] from='client.37071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:09.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:08.395221+0000 mgr.y (mgr.24491) 21617 : cluster [DBG] pgmap v19097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:09.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:09:08.550196+0000 mgr.y (mgr.24491) 21618 : audit [DBG] from='client.46985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:09.903 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:09:08.891233+0000 mon.c (mon.2) 665 : audit [DBG] from='client.? 172.21.15.177:0/667815736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:09:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:09:08.265685+0000 mgr.y (mgr.24491) 21616 : audit [DBG] from='client.37071 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:08.395221+0000 mgr.y (mgr.24491) 21617 : cluster [DBG] pgmap v19097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:09:08.550196+0000 mgr.y (mgr.24491) 21618 : audit [DBG] from='client.46985 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:09:08.891233+0000 mon.c (mon.2) 665 : audit [DBG] from='client.? 172.21.15.177:0/667815736' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:09:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:09:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:10.395899+0000 mgr.y (mgr.24491) 21619 : cluster [DBG] pgmap v19098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:10.395899+0000 mgr.y (mgr.24491) 21619 : cluster [DBG] pgmap v19098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:10.395899+0000 mgr.y (mgr.24491) 21619 : cluster [DBG] pgmap v19098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:12.396355+0000 mgr.y (mgr.24491) 21620 : cluster [DBG] pgmap v19099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:13.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:12.396355+0000 mgr.y (mgr.24491) 21620 : cluster [DBG] pgmap v19099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:12.396355+0000 mgr.y (mgr.24491) 21620 : cluster [DBG] pgmap v19099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:14.396963+0000 mgr.y (mgr.24491) 21621 : cluster [DBG] pgmap v19100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:14.396963+0000 mgr.y (mgr.24491) 21621 : cluster [DBG] pgmap v19100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:14.396963+0000 mgr.y (mgr.24491) 21621 : cluster [DBG] pgmap v19100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:17] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:09:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:16.397372+0000 mgr.y (mgr.24491) 21622 : cluster [DBG] pgmap v19101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:16.397372+0000 mgr.y (mgr.24491) 21622 : cluster [DBG] pgmap v19101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:16.397372+0000 mgr.y (mgr.24491) 21622 : cluster [DBG] pgmap v19101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:18.397926+0000 mgr.y (mgr.24491) 21623 : cluster [DBG] pgmap v19102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:18.397926+0000 mgr.y (mgr.24491) 21623 : cluster [DBG] pgmap v19102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:18.397926+0000 mgr.y (mgr.24491) 21623 : cluster [DBG] pgmap v19102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:21.502 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:09:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:20.398761+0000 mgr.y (mgr.24491) 21624 : cluster [DBG] pgmap v19103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:09:20.572383+0000 mon.a (mon.0) 4380 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:09:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:09:20.862609+0000 mon.a (mon.0) 4381 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:09:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:09:20.863287+0000 mon.a (mon.0) 4382 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:09:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:09:20.869831+0000 mon.a (mon.0) 4383 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:09:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:20.398761+0000 mgr.y (mgr.24491) 21624 : cluster [DBG] pgmap v19103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:09:20.572383+0000 mon.a (mon.0) 4380 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:09:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:09:20.862609+0000 mon.a (mon.0) 4381 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:09:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:09:20.863287+0000 mon.a (mon.0) 4382 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:09:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:09:20.869831+0000 mon.a (mon.0) 4383 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:09:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:20.398761+0000 mgr.y (mgr.24491) 21624 : cluster [DBG] pgmap v19103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:09:20.572383+0000 mon.a (mon.0) 4380 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:09:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:09:20.862609+0000 mon.a (mon.0) 4381 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:09:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:09:20.863287+0000 mon.a (mon.0) 4382 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:09:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:09:20.869831+0000 mon.a (mon.0) 4383 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:09:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:22.399301+0000 mgr.y (mgr.24491) 21625 : cluster [DBG] pgmap v19104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:22.399301+0000 mgr.y (mgr.24491) 21625 : cluster [DBG] pgmap v19104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:22.399301+0000 mgr.y (mgr.24491) 21625 : cluster [DBG] pgmap v19104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:25.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:24.400108+0000 mgr.y (mgr.24491) 21626 : cluster [DBG] pgmap v19105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:25.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:24.400108+0000 mgr.y (mgr.24491) 21626 : cluster [DBG] pgmap v19105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:24.400108+0000 mgr.y (mgr.24491) 21626 : cluster [DBG] pgmap v19105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:26.400457+0000 mgr.y (mgr.24491) 21627 : cluster [DBG] pgmap v19106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:27] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:09:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:26.400457+0000 mgr.y (mgr.24491) 21627 : cluster [DBG] pgmap v19106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:26.400457+0000 mgr.y (mgr.24491) 21627 : cluster [DBG] pgmap v19106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:28.401005+0000 mgr.y (mgr.24491) 21628 : cluster [DBG] pgmap v19107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:28.401005+0000 mgr.y (mgr.24491) 21628 : cluster [DBG] pgmap v19107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:28.401005+0000 mgr.y (mgr.24491) 21628 : cluster [DBG] pgmap v19107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:31.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:09:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:30.401708+0000 mgr.y (mgr.24491) 21629 : cluster [DBG] pgmap v19108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:30.401708+0000 mgr.y (mgr.24491) 21629 : cluster [DBG] pgmap v19108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:30.401708+0000 mgr.y (mgr.24491) 21629 : cluster [DBG] pgmap v19108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:33.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:32.402275+0000 mgr.y (mgr.24491) 21630 : cluster [DBG] pgmap v19109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:33.904 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:32.402275+0000 mgr.y (mgr.24491) 21630 : cluster [DBG] pgmap v19109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:32.402275+0000 mgr.y (mgr.24491) 21630 : cluster [DBG] pgmap v19109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:35.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:34.402995+0000 mgr.y (mgr.24491) 21631 : cluster [DBG] pgmap v19110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:34.402995+0000 mgr.y (mgr.24491) 21631 : cluster [DBG] pgmap v19110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:34.402995+0000 mgr.y (mgr.24491) 21631 : cluster [DBG] pgmap v19110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:09:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:36.403480+0000 mgr.y (mgr.24491) 21632 : cluster [DBG] pgmap v19111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:36.403480+0000 mgr.y (mgr.24491) 21632 : cluster [DBG] pgmap v19111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:36.403480+0000 mgr.y (mgr.24491) 21632 : cluster [DBG] pgmap v19111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:39.199 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:09:39.474 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:09:39.475 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 5m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:09:39.475 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 5m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:09:39.475 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 5m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:09:39.475 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:09:39.475 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:09:39.475 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:09:39.475 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:09:39.475 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:09:39.475 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:09:39.806 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:09:39.807 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:09:39.808 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:09:39.808 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:09:39.808 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:09:39.808 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:09:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:38.403929+0000 mgr.y (mgr.24491) 21633 : cluster [DBG] pgmap v19112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:38.403929+0000 mgr.y (mgr.24491) 21633 : cluster [DBG] pgmap v19112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:38.403929+0000 mgr.y (mgr.24491) 21633 : cluster [DBG] pgmap v19112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:09:39.188640+0000 mgr.y (mgr.24491) 21634 : audit [DBG] from='client.46997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:09:39.467314+0000 mgr.y (mgr.24491) 21635 : audit [DBG] from='client.47003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:40.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:09:39.807996+0000 mon.a (mon.0) 4384 : audit [DBG] from='client.? 172.21.15.177:0/2453467635' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:09:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:09:39.188640+0000 mgr.y (mgr.24491) 21634 : audit [DBG] from='client.46997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:09:39.467314+0000 mgr.y (mgr.24491) 21635 : audit [DBG] from='client.47003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:09:39.807996+0000 mon.a (mon.0) 4384 : audit [DBG] from='client.? 172.21.15.177:0/2453467635' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:09:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:09:39.188640+0000 mgr.y (mgr.24491) 21634 : audit [DBG] from='client.46997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:09:39.467314+0000 mgr.y (mgr.24491) 21635 : audit [DBG] from='client.47003 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:09:40.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:09:39.807996+0000 mon.a (mon.0) 4384 : audit [DBG] from='client.? 172.21.15.177:0/2453467635' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:09:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:09:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:40.404576+0000 mgr.y (mgr.24491) 21636 : cluster [DBG] pgmap v19113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:40.404576+0000 mgr.y (mgr.24491) 21636 : cluster [DBG] pgmap v19113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:40.404576+0000 mgr.y (mgr.24491) 21636 : cluster [DBG] pgmap v19113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:42.405019+0000 mgr.y (mgr.24491) 21637 : cluster [DBG] pgmap v19114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:42.405019+0000 mgr.y (mgr.24491) 21637 : cluster [DBG] pgmap v19114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:42.405019+0000 mgr.y (mgr.24491) 21637 : cluster [DBG] pgmap v19114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:44.405876+0000 mgr.y (mgr.24491) 21638 : cluster [DBG] pgmap v19115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:44.405876+0000 mgr.y (mgr.24491) 21638 : cluster [DBG] pgmap v19115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:44.405876+0000 mgr.y (mgr.24491) 21638 : cluster [DBG] pgmap v19115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:09:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:46.406243+0000 mgr.y (mgr.24491) 21639 : cluster [DBG] pgmap v19116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:46.406243+0000 mgr.y (mgr.24491) 21639 : cluster [DBG] pgmap v19116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:46.406243+0000 mgr.y (mgr.24491) 21639 : cluster [DBG] pgmap v19116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:49.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:48.406629+0000 mgr.y (mgr.24491) 21640 : cluster [DBG] pgmap v19117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:49.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:48.406629+0000 mgr.y (mgr.24491) 21640 : cluster [DBG] pgmap v19117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:48.406629+0000 mgr.y (mgr.24491) 21640 : cluster [DBG] pgmap v19117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:09:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:50.407293+0000 mgr.y (mgr.24491) 21641 : cluster [DBG] pgmap v19118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:50.407293+0000 mgr.y (mgr.24491) 21641 : cluster [DBG] pgmap v19118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:50.407293+0000 mgr.y (mgr.24491) 21641 : cluster [DBG] pgmap v19118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:52.407816+0000 mgr.y (mgr.24491) 21642 : cluster [DBG] pgmap v19119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:52.407816+0000 mgr.y (mgr.24491) 21642 : cluster [DBG] pgmap v19119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:52.407816+0000 mgr.y (mgr.24491) 21642 : cluster [DBG] pgmap v19119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:54.408397+0000 mgr.y (mgr.24491) 21643 : cluster [DBG] pgmap v19120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:54.408397+0000 mgr.y (mgr.24491) 21643 : cluster [DBG] pgmap v19120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:54.408397+0000 mgr.y (mgr.24491) 21643 : cluster [DBG] pgmap v19120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:09:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:09:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:56.408848+0000 mgr.y (mgr.24491) 21644 : cluster [DBG] pgmap v19121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:56.408848+0000 mgr.y (mgr.24491) 21644 : cluster [DBG] pgmap v19121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:56.408848+0000 mgr.y (mgr.24491) 21644 : cluster [DBG] pgmap v19121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:09:58.409335+0000 mgr.y (mgr.24491) 21645 : cluster [DBG] pgmap v19122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:09:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:09:58.409335+0000 mgr.y (mgr.24491) 21645 : cluster [DBG] pgmap v19122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:09:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:09:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:09:58.409335+0000 mgr.y (mgr.24491) 21645 : cluster [DBG] pgmap v19122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T14:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:10:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:00.000120+0000 mon.a (mon.0) 4385 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:10:00.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:00.000120+0000 mon.a (mon.0) 4385 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:10:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:00.000120+0000 mon.a (mon.0) 4385 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:10:01.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:10:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:00.409999+0000 mgr.y (mgr.24491) 21646 : cluster [DBG] pgmap v19123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:00.409999+0000 mgr.y (mgr.24491) 21646 : cluster [DBG] pgmap v19123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:00.409999+0000 mgr.y (mgr.24491) 21646 : cluster [DBG] pgmap v19123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:02.410392+0000 mgr.y (mgr.24491) 21647 : cluster [DBG] pgmap v19124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:02.410392+0000 mgr.y (mgr.24491) 21647 : cluster [DBG] pgmap v19124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:02.410392+0000 mgr.y (mgr.24491) 21647 : cluster [DBG] pgmap v19124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:04.411047+0000 mgr.y (mgr.24491) 21648 : cluster [DBG] pgmap v19125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:04.411047+0000 mgr.y (mgr.24491) 21648 : cluster [DBG] pgmap v19125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:04.411047+0000 mgr.y (mgr.24491) 21648 : cluster [DBG] pgmap v19125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:10:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:06.411466+0000 mgr.y (mgr.24491) 21649 : cluster [DBG] pgmap v19126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:06.411466+0000 mgr.y (mgr.24491) 21649 : cluster [DBG] pgmap v19126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:06.411466+0000 mgr.y (mgr.24491) 21649 : cluster [DBG] pgmap v19126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:08.411862+0000 mgr.y (mgr.24491) 21650 : cluster [DBG] pgmap v19127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:08.411862+0000 mgr.y (mgr.24491) 21650 : cluster [DBG] pgmap v19127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:08.411862+0000 mgr.y (mgr.24491) 21650 : cluster [DBG] pgmap v19127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:10.117 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:10:10.392 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 5m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:10:10.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 5m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:10:10.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 5m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:10:10.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:10:10.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:10:10.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:10:10.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:10:10.393 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:10:10.393 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:10:10.732 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:10:10.732 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:10:10.732 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:10:10.732 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:10:10.732 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:10:10.732 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:10:10.732 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:10:10.732 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:10:10.732 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:10:10.732 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:10:10.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:10:10.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:10:10.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:10:10.733 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:10:10.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:10:10.733 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:10:10.733 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:10:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:10:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:10:10.106553+0000 mgr.y (mgr.24491) 21651 : audit [DBG] from='client.37107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:10:10.385466+0000 mgr.y (mgr.24491) 21652 : audit [DBG] from='client.47021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:10.412425+0000 mgr.y (mgr.24491) 21653 : cluster [DBG] pgmap v19128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:11.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:10:10.733173+0000 mon.a (mon.0) 4386 : audit [DBG] from='client.? 172.21.15.177:0/418147790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:10:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:10:10.106553+0000 mgr.y (mgr.24491) 21651 : audit [DBG] from='client.37107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:10:10.385466+0000 mgr.y (mgr.24491) 21652 : audit [DBG] from='client.47021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:10.412425+0000 mgr.y (mgr.24491) 21653 : cluster [DBG] pgmap v19128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:10:10.733173+0000 mon.a (mon.0) 4386 : audit [DBG] from='client.? 172.21.15.177:0/418147790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:10:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:10:10.106553+0000 mgr.y (mgr.24491) 21651 : audit [DBG] from='client.37107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:10:10.385466+0000 mgr.y (mgr.24491) 21652 : audit [DBG] from='client.47021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:10.412425+0000 mgr.y (mgr.24491) 21653 : cluster [DBG] pgmap v19128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:10:10.733173+0000 mon.a (mon.0) 4386 : audit [DBG] from='client.? 172.21.15.177:0/418147790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:10:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:12.412793+0000 mgr.y (mgr.24491) 21654 : cluster [DBG] pgmap v19129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:12.412793+0000 mgr.y (mgr.24491) 21654 : cluster [DBG] pgmap v19129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:12.412793+0000 mgr.y (mgr.24491) 21654 : cluster [DBG] pgmap v19129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:14.413461+0000 mgr.y (mgr.24491) 21655 : cluster [DBG] pgmap v19130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:14.413461+0000 mgr.y (mgr.24491) 21655 : cluster [DBG] pgmap v19130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:14.413461+0000 mgr.y (mgr.24491) 21655 : cluster [DBG] pgmap v19130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:16.414027+0000 mgr.y (mgr.24491) 21656 : cluster [DBG] pgmap v19131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:17] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:10:18.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:16.414027+0000 mgr.y (mgr.24491) 21656 : cluster [DBG] pgmap v19131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:16.414027+0000 mgr.y (mgr.24491) 21656 : cluster [DBG] pgmap v19131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:18.414399+0000 mgr.y (mgr.24491) 21657 : cluster [DBG] pgmap v19132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:18.414399+0000 mgr.y (mgr.24491) 21657 : cluster [DBG] pgmap v19132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:18.414399+0000 mgr.y (mgr.24491) 21657 : cluster [DBG] pgmap v19132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:10:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:20.415107+0000 mgr.y (mgr.24491) 21658 : cluster [DBG] pgmap v19133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:10:20.875096+0000 mon.a (mon.0) 4387 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:10:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:20.415107+0000 mgr.y (mgr.24491) 21658 : cluster [DBG] pgmap v19133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:10:20.875096+0000 mon.a (mon.0) 4387 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:10:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:20.415107+0000 mgr.y (mgr.24491) 21658 : cluster [DBG] pgmap v19133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:10:20.875096+0000 mon.a (mon.0) 4387 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:10:23.802 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:22.415647+0000 mgr.y (mgr.24491) 21659 : cluster [DBG] pgmap v19134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:23.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:22.415647+0000 mgr.y (mgr.24491) 21659 : cluster [DBG] pgmap v19134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:22.415647+0000 mgr.y (mgr.24491) 21659 : cluster [DBG] pgmap v19134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:10:24.046138+0000 mon.a (mon.0) 4388 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:10:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:10:24.327449+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:10:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:10:24.328039+0000 mon.a (mon.0) 4390 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:10:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:10:24.332380+0000 mon.a (mon.0) 4391 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:10:25.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:24.416236+0000 mgr.y (mgr.24491) 21660 : cluster [DBG] pgmap v19135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:10:24.046138+0000 mon.a (mon.0) 4388 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:10:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:10:24.327449+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:10:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:10:24.328039+0000 mon.a (mon.0) 4390 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:10:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:10:24.332380+0000 mon.a (mon.0) 4391 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:10:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:24.416236+0000 mgr.y (mgr.24491) 21660 : cluster [DBG] pgmap v19135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:10:24.046138+0000 mon.a (mon.0) 4388 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:10:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:10:24.327449+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:10:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:10:24.328039+0000 mon.a (mon.0) 4390 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:10:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:10:24.332380+0000 mon.a (mon.0) 4391 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:10:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:24.416236+0000 mgr.y (mgr.24491) 21660 : cluster [DBG] pgmap v19135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:27.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:26.416706+0000 mgr.y (mgr.24491) 21661 : cluster [DBG] pgmap v19136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:27.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:26.416706+0000 mgr.y (mgr.24491) 21661 : cluster [DBG] pgmap v19136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:27.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:26.416706+0000 mgr.y (mgr.24491) 21661 : cluster [DBG] pgmap v19136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:27] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:10:29.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:28.417184+0000 mgr.y (mgr.24491) 21662 : cluster [DBG] pgmap v19137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:28.417184+0000 mgr.y (mgr.24491) 21662 : cluster [DBG] pgmap v19137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:28.417184+0000 mgr.y (mgr.24491) 21662 : cluster [DBG] pgmap v19137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:31.478 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:10:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:30.417972+0000 mgr.y (mgr.24491) 21663 : cluster [DBG] pgmap v19138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:30.417972+0000 mgr.y (mgr.24491) 21663 : cluster [DBG] pgmap v19138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:30.417972+0000 mgr.y (mgr.24491) 21663 : cluster [DBG] pgmap v19138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:33.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:32.418343+0000 mgr.y (mgr.24491) 21664 : cluster [DBG] pgmap v19139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:32.418343+0000 mgr.y (mgr.24491) 21664 : cluster [DBG] pgmap v19139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:32.418343+0000 mgr.y (mgr.24491) 21664 : cluster [DBG] pgmap v19139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:34.418999+0000 mgr.y (mgr.24491) 21665 : cluster [DBG] pgmap v19140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:34.418999+0000 mgr.y (mgr.24491) 21665 : cluster [DBG] pgmap v19140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:34.418999+0000 mgr.y (mgr.24491) 21665 : cluster [DBG] pgmap v19140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:37.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:36.419453+0000 mgr.y (mgr.24491) 21666 : cluster [DBG] pgmap v19141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:10:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:36.419453+0000 mgr.y (mgr.24491) 21666 : cluster [DBG] pgmap v19141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:36.419453+0000 mgr.y (mgr.24491) 21666 : cluster [DBG] pgmap v19141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:39.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:38.419837+0000 mgr.y (mgr.24491) 21667 : cluster [DBG] pgmap v19142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:38.419837+0000 mgr.y (mgr.24491) 21667 : cluster [DBG] pgmap v19142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:39.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:38.419837+0000 mgr.y (mgr.24491) 21667 : cluster [DBG] pgmap v19142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:41.039 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:10:41.311 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 6m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 6m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 6m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 6m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 6m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 6m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 6m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 6m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 6m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 6m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 6m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 6m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:10:41.312 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 6m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:10:41.313 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 6m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:10:41.313 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 6m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:10:41.313 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 6m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:10:41.313 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 6m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:10:41.313 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 6m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:10:41.313 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 6m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:10:41.313 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 6m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:10:41.496 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:10:41.647 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:10:41.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:10:41.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:10:41.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:10:41.647 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:10:41.647 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:10:41.647 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:10:41.648 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:10:41.648 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:10:41.648 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:10:41.648 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:10:41.648 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:10:41.648 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:10:41.648 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:10:41.648 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:10:41.648 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:10:41.648 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:10:41.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:40.420531+0000 mgr.y (mgr.24491) 21668 : cluster [DBG] pgmap v19143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:41.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:40.420531+0000 mgr.y (mgr.24491) 21668 : cluster [DBG] pgmap v19143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:41.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:40.420531+0000 mgr.y (mgr.24491) 21668 : cluster [DBG] pgmap v19143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:42.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:10:41.027169+0000 mgr.y (mgr.24491) 21669 : audit [DBG] from='client.37125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:42.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:10:41.305639+0000 mgr.y (mgr.24491) 21670 : audit [DBG] from='client.47039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:42.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:10:41.648586+0000 mon.c (mon.2) 666 : audit [DBG] from='client.? 172.21.15.177:0/428606689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:10:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:10:41.027169+0000 mgr.y (mgr.24491) 21669 : audit [DBG] from='client.37125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:10:41.305639+0000 mgr.y (mgr.24491) 21670 : audit [DBG] from='client.47039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:42.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:10:41.648586+0000 mon.c (mon.2) 666 : audit [DBG] from='client.? 172.21.15.177:0/428606689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:10:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:10:41.027169+0000 mgr.y (mgr.24491) 21669 : audit [DBG] from='client.37125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:42.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:10:41.305639+0000 mgr.y (mgr.24491) 21670 : audit [DBG] from='client.47039 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:10:43.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:10:41.648586+0000 mon.c (mon.2) 666 : audit [DBG] from='client.? 172.21.15.177:0/428606689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:10:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:42.421008+0000 mgr.y (mgr.24491) 21671 : cluster [DBG] pgmap v19144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:42.421008+0000 mgr.y (mgr.24491) 21671 : cluster [DBG] pgmap v19144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:42.421008+0000 mgr.y (mgr.24491) 21671 : cluster [DBG] pgmap v19144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:44.421885+0000 mgr.y (mgr.24491) 21672 : cluster [DBG] pgmap v19145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:44.421885+0000 mgr.y (mgr.24491) 21672 : cluster [DBG] pgmap v19145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:44.421885+0000 mgr.y (mgr.24491) 21672 : cluster [DBG] pgmap v19145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:10:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:46.422278+0000 mgr.y (mgr.24491) 21673 : cluster [DBG] pgmap v19146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:46.422278+0000 mgr.y (mgr.24491) 21673 : cluster [DBG] pgmap v19146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:46.422278+0000 mgr.y (mgr.24491) 21673 : cluster [DBG] pgmap v19146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:48.422825+0000 mgr.y (mgr.24491) 21674 : cluster [DBG] pgmap v19147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:48.422825+0000 mgr.y (mgr.24491) 21674 : cluster [DBG] pgmap v19147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:48.422825+0000 mgr.y (mgr.24491) 21674 : cluster [DBG] pgmap v19147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:10:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:50.423737+0000 mgr.y (mgr.24491) 21675 : cluster [DBG] pgmap v19148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:50.423737+0000 mgr.y (mgr.24491) 21675 : cluster [DBG] pgmap v19148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:50.423737+0000 mgr.y (mgr.24491) 21675 : cluster [DBG] pgmap v19148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:52.424231+0000 mgr.y (mgr.24491) 21676 : cluster [DBG] pgmap v19149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:52.424231+0000 mgr.y (mgr.24491) 21676 : cluster [DBG] pgmap v19149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:52.424231+0000 mgr.y (mgr.24491) 21676 : cluster [DBG] pgmap v19149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:54.424881+0000 mgr.y (mgr.24491) 21677 : cluster [DBG] pgmap v19150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:54.424881+0000 mgr.y (mgr.24491) 21677 : cluster [DBG] pgmap v19150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:54.424881+0000 mgr.y (mgr.24491) 21677 : cluster [DBG] pgmap v19150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:10:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:10:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:56.425304+0000 mgr.y (mgr.24491) 21678 : cluster [DBG] pgmap v19151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:56.425304+0000 mgr.y (mgr.24491) 21678 : cluster [DBG] pgmap v19151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:10:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:56.425304+0000 mgr.y (mgr.24491) 21678 : cluster [DBG] pgmap v19151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:10:58.425736+0000 mgr.y (mgr.24491) 21679 : cluster [DBG] pgmap v19152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:10:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:10:58.425736+0000 mgr.y (mgr.24491) 21679 : cluster [DBG] pgmap v19152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:10:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:10:58.425736+0000 mgr.y (mgr.24491) 21679 : cluster [DBG] pgmap v19152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:11:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:00.426536+0000 mgr.y (mgr.24491) 21680 : cluster [DBG] pgmap v19153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:00.426536+0000 mgr.y (mgr.24491) 21680 : cluster [DBG] pgmap v19153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:00.426536+0000 mgr.y (mgr.24491) 21680 : cluster [DBG] pgmap v19153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:02.426910+0000 mgr.y (mgr.24491) 21681 : cluster [DBG] pgmap v19154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:02.426910+0000 mgr.y (mgr.24491) 21681 : cluster [DBG] pgmap v19154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:02.426910+0000 mgr.y (mgr.24491) 21681 : cluster [DBG] pgmap v19154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:04.427459+0000 mgr.y (mgr.24491) 21682 : cluster [DBG] pgmap v19155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:04.427459+0000 mgr.y (mgr.24491) 21682 : cluster [DBG] pgmap v19155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:04.427459+0000 mgr.y (mgr.24491) 21682 : cluster [DBG] pgmap v19155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:11:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:06.427860+0000 mgr.y (mgr.24491) 21683 : cluster [DBG] pgmap v19156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:06.427860+0000 mgr.y (mgr.24491) 21683 : cluster [DBG] pgmap v19156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:06.427860+0000 mgr.y (mgr.24491) 21683 : cluster [DBG] pgmap v19156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:08.428382+0000 mgr.y (mgr.24491) 21684 : cluster [DBG] pgmap v19157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:08.428382+0000 mgr.y (mgr.24491) 21684 : cluster [DBG] pgmap v19157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:08.428382+0000 mgr.y (mgr.24491) 21684 : cluster [DBG] pgmap v19157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:11:11.957 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:11:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:10.429047+0000 mgr.y (mgr.24491) 21685 : cluster [DBG] pgmap v19158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:10.429047+0000 mgr.y (mgr.24491) 21685 : cluster [DBG] pgmap v19158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:12.232 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:11:12.232 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 6m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:11:12.232 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 6m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:11:12.232 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 6m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 6m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 6m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 6m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 6m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 6m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 6m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 6m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 6m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 6m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 6m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 6m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 6m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 6m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 6m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:11:12.233 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 6m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:11:12.234 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 6m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:11:12.234 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 6m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:11:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:10.429047+0000 mgr.y (mgr.24491) 21685 : cluster [DBG] pgmap v19158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:12.582 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:11:12.582 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:11:12.582 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:11:12.582 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:11:12.582 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:11:12.582 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:11:12.582 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:11:12.582 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:11:12.582 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:11:12.583 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:11:12.583 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:11:12.583 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:11:12.583 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:11:12.583 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:11:12.583 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:11:12.583 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:11:12.583 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:11:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:11:11.946424+0000 mgr.y (mgr.24491) 21686 : audit [DBG] from='client.37143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:13.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:11:12.583290+0000 mon.a (mon.0) 4392 : audit [DBG] from='client.? 172.21.15.177:0/1057393536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:11:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:11:11.946424+0000 mgr.y (mgr.24491) 21686 : audit [DBG] from='client.37143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:13.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:11:12.583290+0000 mon.a (mon.0) 4392 : audit [DBG] from='client.? 172.21.15.177:0/1057393536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:11:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:11:11.946424+0000 mgr.y (mgr.24491) 21686 : audit [DBG] from='client.37143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:13.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:11:12.583290+0000 mon.a (mon.0) 4392 : audit [DBG] from='client.? 172.21.15.177:0/1057393536' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:11:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:11:12.225974+0000 mgr.y (mgr.24491) 21687 : audit [DBG] from='client.37149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:12.429381+0000 mgr.y (mgr.24491) 21688 : cluster [DBG] pgmap v19159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:11:12.225974+0000 mgr.y (mgr.24491) 21687 : audit [DBG] from='client.37149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:12.429381+0000 mgr.y (mgr.24491) 21688 : cluster [DBG] pgmap v19159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:11:12.225974+0000 mgr.y (mgr.24491) 21687 : audit [DBG] from='client.37149 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:12.429381+0000 mgr.y (mgr.24491) 21688 : cluster [DBG] pgmap v19159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:14.430060+0000 mgr.y (mgr.24491) 21689 : cluster [DBG] pgmap v19160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:14.430060+0000 mgr.y (mgr.24491) 21689 : cluster [DBG] pgmap v19160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:14.430060+0000 mgr.y (mgr.24491) 21689 : cluster [DBG] pgmap v19160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:16.430558+0000 mgr.y (mgr.24491) 21690 : cluster [DBG] pgmap v19161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:11:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:16.430558+0000 mgr.y (mgr.24491) 21690 : cluster [DBG] pgmap v19161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:16.430558+0000 mgr.y (mgr.24491) 21690 : cluster [DBG] pgmap v19161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:18.431156+0000 mgr.y (mgr.24491) 21691 : cluster [DBG] pgmap v19162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:18.431156+0000 mgr.y (mgr.24491) 21691 : cluster [DBG] pgmap v19162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:18.431156+0000 mgr.y (mgr.24491) 21691 : cluster [DBG] pgmap v19162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:11:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:20.431856+0000 mgr.y (mgr.24491) 21692 : cluster [DBG] pgmap v19163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:20.431856+0000 mgr.y (mgr.24491) 21692 : cluster [DBG] pgmap v19163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:20.431856+0000 mgr.y (mgr.24491) 21692 : cluster [DBG] pgmap v19163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:22.432434+0000 mgr.y (mgr.24491) 21693 : cluster [DBG] pgmap v19164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:22.432434+0000 mgr.y (mgr.24491) 21693 : cluster [DBG] pgmap v19164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:22.432434+0000 mgr.y (mgr.24491) 21693 : cluster [DBG] pgmap v19164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:11:24.336588+0000 mon.a (mon.0) 4393 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:11:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:11:24.336588+0000 mon.a (mon.0) 4393 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:11:25.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:11:24.336588+0000 mon.a (mon.0) 4393 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:11:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:24.433161+0000 mgr.y (mgr.24491) 21694 : cluster [DBG] pgmap v19165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:24.433161+0000 mgr.y (mgr.24491) 21694 : cluster [DBG] pgmap v19165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:24.433161+0000 mgr.y (mgr.24491) 21694 : cluster [DBG] pgmap v19165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:11:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:26.433502+0000 mgr.y (mgr.24491) 21695 : cluster [DBG] pgmap v19166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:11:27.429498+0000 mon.a (mon.0) 4394 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:11:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:11:27.711436+0000 mon.a (mon.0) 4395 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:11:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:11:27.712302+0000 mon.a (mon.0) 4396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:11:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:11:27.718196+0000 mon.a (mon.0) 4397 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:11:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:26.433502+0000 mgr.y (mgr.24491) 21695 : cluster [DBG] pgmap v19166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:11:27.429498+0000 mon.a (mon.0) 4394 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:11:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:11:27.711436+0000 mon.a (mon.0) 4395 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:11:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:11:27.712302+0000 mon.a (mon.0) 4396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:11:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:11:27.718196+0000 mon.a (mon.0) 4397 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:11:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:26.433502+0000 mgr.y (mgr.24491) 21695 : cluster [DBG] pgmap v19166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:11:27.429498+0000 mon.a (mon.0) 4394 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:11:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:11:27.711436+0000 mon.a (mon.0) 4395 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:11:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:11:27.712302+0000 mon.a (mon.0) 4396 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:11:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:11:27.718196+0000 mon.a (mon.0) 4397 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:11:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:28.434093+0000 mgr.y (mgr.24491) 21696 : cluster [DBG] pgmap v19167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:28.434093+0000 mgr.y (mgr.24491) 21696 : cluster [DBG] pgmap v19167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:28.434093+0000 mgr.y (mgr.24491) 21696 : cluster [DBG] pgmap v19167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:11:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:30.434979+0000 mgr.y (mgr.24491) 21697 : cluster [DBG] pgmap v19168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:30.434979+0000 mgr.y (mgr.24491) 21697 : cluster [DBG] pgmap v19168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:30.434979+0000 mgr.y (mgr.24491) 21697 : cluster [DBG] pgmap v19168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:32.435508+0000 mgr.y (mgr.24491) 21698 : cluster [DBG] pgmap v19169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:32.435508+0000 mgr.y (mgr.24491) 21698 : cluster [DBG] pgmap v19169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:32.435508+0000 mgr.y (mgr.24491) 21698 : cluster [DBG] pgmap v19169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:34.436146+0000 mgr.y (mgr.24491) 21699 : cluster [DBG] pgmap v19170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:34.436146+0000 mgr.y (mgr.24491) 21699 : cluster [DBG] pgmap v19170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:34.436146+0000 mgr.y (mgr.24491) 21699 : cluster [DBG] pgmap v19170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:11:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:36.436687+0000 mgr.y (mgr.24491) 21700 : cluster [DBG] pgmap v19171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:36.436687+0000 mgr.y (mgr.24491) 21700 : cluster [DBG] pgmap v19171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:36.436687+0000 mgr.y (mgr.24491) 21700 : cluster [DBG] pgmap v19171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:38.437225+0000 mgr.y (mgr.24491) 21701 : cluster [DBG] pgmap v19172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:38.437225+0000 mgr.y (mgr.24491) 21701 : cluster [DBG] pgmap v19172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:38.437225+0000 mgr.y (mgr.24491) 21701 : cluster [DBG] pgmap v19172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:11:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:40.437885+0000 mgr.y (mgr.24491) 21702 : cluster [DBG] pgmap v19173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:40.437885+0000 mgr.y (mgr.24491) 21702 : cluster [DBG] pgmap v19173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:40.437885+0000 mgr.y (mgr.24491) 21702 : cluster [DBG] pgmap v19173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:42.896 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:11:43.174 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:11:43.174 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 7m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:11:43.174 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 7m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:11:43.174 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 7m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:11:43.174 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 7m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:11:43.174 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 7m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:11:43.174 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 7m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:11:43.174 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 7m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 7m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 7m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 7m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 7m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 7m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 7m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 7m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 7m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 7m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 7m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 7m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 7m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:11:43.175 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 7m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:11:43.509 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:11:43.510 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:11:43.511 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:11:43.511 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:11:43.511 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:11:43.511 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:11:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:42.438371+0000 mgr.y (mgr.24491) 21703 : cluster [DBG] pgmap v19174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:11:42.885218+0000 mgr.y (mgr.24491) 21704 : audit [DBG] from='client.37161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:11:43.510928+0000 mon.c (mon.2) 667 : audit [DBG] from='client.? 172.21.15.177:0/3630250291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:11:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:42.438371+0000 mgr.y (mgr.24491) 21703 : cluster [DBG] pgmap v19174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:11:42.885218+0000 mgr.y (mgr.24491) 21704 : audit [DBG] from='client.37161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:11:43.510928+0000 mon.c (mon.2) 667 : audit [DBG] from='client.? 172.21.15.177:0/3630250291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:11:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:42.438371+0000 mgr.y (mgr.24491) 21703 : cluster [DBG] pgmap v19174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:11:42.885218+0000 mgr.y (mgr.24491) 21704 : audit [DBG] from='client.37161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:44.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:11:43.510928+0000 mon.c (mon.2) 667 : audit [DBG] from='client.? 172.21.15.177:0/3630250291' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:11:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:11:43.167290+0000 mgr.y (mgr.24491) 21705 : audit [DBG] from='client.47075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:11:43.167290+0000 mgr.y (mgr.24491) 21705 : audit [DBG] from='client.47075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:11:43.167290+0000 mgr.y (mgr.24491) 21705 : audit [DBG] from='client.47075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:11:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:44.439132+0000 mgr.y (mgr.24491) 21706 : cluster [DBG] pgmap v19175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:44.439132+0000 mgr.y (mgr.24491) 21706 : cluster [DBG] pgmap v19175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:44.439132+0000 mgr.y (mgr.24491) 21706 : cluster [DBG] pgmap v19175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:11:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:46.439625+0000 mgr.y (mgr.24491) 21707 : cluster [DBG] pgmap v19176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:46.439625+0000 mgr.y (mgr.24491) 21707 : cluster [DBG] pgmap v19176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:46.439625+0000 mgr.y (mgr.24491) 21707 : cluster [DBG] pgmap v19176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:48.440131+0000 mgr.y (mgr.24491) 21708 : cluster [DBG] pgmap v19177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:48.440131+0000 mgr.y (mgr.24491) 21708 : cluster [DBG] pgmap v19177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:48.440131+0000 mgr.y (mgr.24491) 21708 : cluster [DBG] pgmap v19177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:11:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:50.440856+0000 mgr.y (mgr.24491) 21709 : cluster [DBG] pgmap v19178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:50.440856+0000 mgr.y (mgr.24491) 21709 : cluster [DBG] pgmap v19178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:50.440856+0000 mgr.y (mgr.24491) 21709 : cluster [DBG] pgmap v19178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:52.441241+0000 mgr.y (mgr.24491) 21710 : cluster [DBG] pgmap v19179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:52.441241+0000 mgr.y (mgr.24491) 21710 : cluster [DBG] pgmap v19179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:52.441241+0000 mgr.y (mgr.24491) 21710 : cluster [DBG] pgmap v19179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:54.441956+0000 mgr.y (mgr.24491) 21711 : cluster [DBG] pgmap v19180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:54.441956+0000 mgr.y (mgr.24491) 21711 : cluster [DBG] pgmap v19180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:54.441956+0000 mgr.y (mgr.24491) 21711 : cluster [DBG] pgmap v19180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:11:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:11:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:56.442476+0000 mgr.y (mgr.24491) 21712 : cluster [DBG] pgmap v19181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:56.442476+0000 mgr.y (mgr.24491) 21712 : cluster [DBG] pgmap v19181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:11:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:56.442476+0000 mgr.y (mgr.24491) 21712 : cluster [DBG] pgmap v19181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:11:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:11:58.442879+0000 mgr.y (mgr.24491) 21713 : cluster [DBG] pgmap v19182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:11:58.442879+0000 mgr.y (mgr.24491) 21713 : cluster [DBG] pgmap v19182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:11:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:11:58.442879+0000 mgr.y (mgr.24491) 21713 : cluster [DBG] pgmap v19182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:12:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:00.443732+0000 mgr.y (mgr.24491) 21714 : cluster [DBG] pgmap v19183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:00.443732+0000 mgr.y (mgr.24491) 21714 : cluster [DBG] pgmap v19183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:00.443732+0000 mgr.y (mgr.24491) 21714 : cluster [DBG] pgmap v19183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:02.444357+0000 mgr.y (mgr.24491) 21715 : cluster [DBG] pgmap v19184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:02.444357+0000 mgr.y (mgr.24491) 21715 : cluster [DBG] pgmap v19184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:02.444357+0000 mgr.y (mgr.24491) 21715 : cluster [DBG] pgmap v19184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:04.445163+0000 mgr.y (mgr.24491) 21716 : cluster [DBG] pgmap v19185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:04.445163+0000 mgr.y (mgr.24491) 21716 : cluster [DBG] pgmap v19185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:04.445163+0000 mgr.y (mgr.24491) 21716 : cluster [DBG] pgmap v19185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:07.992 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:12:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:06.445651+0000 mgr.y (mgr.24491) 21717 : cluster [DBG] pgmap v19186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:06.445651+0000 mgr.y (mgr.24491) 21717 : cluster [DBG] pgmap v19186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:06.445651+0000 mgr.y (mgr.24491) 21717 : cluster [DBG] pgmap v19186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:09.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:08.446196+0000 mgr.y (mgr.24491) 21718 : cluster [DBG] pgmap v19187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:08.446196+0000 mgr.y (mgr.24491) 21718 : cluster [DBG] pgmap v19187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:08.446196+0000 mgr.y (mgr.24491) 21718 : cluster [DBG] pgmap v19187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:12:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:10.447061+0000 mgr.y (mgr.24491) 21719 : cluster [DBG] pgmap v19188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:10.447061+0000 mgr.y (mgr.24491) 21719 : cluster [DBG] pgmap v19188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:10.447061+0000 mgr.y (mgr.24491) 21719 : cluster [DBG] pgmap v19188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:13.815 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:12:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:12.447519+0000 mgr.y (mgr.24491) 21720 : cluster [DBG] pgmap v19189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:12.447519+0000 mgr.y (mgr.24491) 21720 : cluster [DBG] pgmap v19189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:12.447519+0000 mgr.y (mgr.24491) 21720 : cluster [DBG] pgmap v19189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:14.090 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:12:14.090 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 7m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:12:14.090 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 7m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 7m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 7m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 7m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 7m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 7m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 7m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 7m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 7m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 7m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 7m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 7m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 7m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 7m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 7m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:12:14.091 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 7m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:12:14.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 7m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:12:14.092 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 7m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:12:14.092 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 7m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:12:14.427 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:12:14.427 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:12:14.428 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:12:14.429 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:12:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:12:13.804446+0000 mgr.y (mgr.24491) 21721 : audit [DBG] from='client.47087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:12:14.429037+0000 mon.c (mon.2) 668 : audit [DBG] from='client.? 172.21.15.177:0/2377903488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:12:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:12:13.804446+0000 mgr.y (mgr.24491) 21721 : audit [DBG] from='client.47087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:12:14.429037+0000 mon.c (mon.2) 668 : audit [DBG] from='client.? 172.21.15.177:0/2377903488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:12:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:12:13.804446+0000 mgr.y (mgr.24491) 21721 : audit [DBG] from='client.47087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:12:14.429037+0000 mon.c (mon.2) 668 : audit [DBG] from='client.? 172.21.15.177:0/2377903488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:12:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:12:14.084384+0000 mgr.y (mgr.24491) 21722 : audit [DBG] from='client.47093 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:14.448144+0000 mgr.y (mgr.24491) 21723 : cluster [DBG] pgmap v19190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:12:14.084384+0000 mgr.y (mgr.24491) 21722 : audit [DBG] from='client.47093 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:14.448144+0000 mgr.y (mgr.24491) 21723 : cluster [DBG] pgmap v19190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:12:14.084384+0000 mgr.y (mgr.24491) 21722 : audit [DBG] from='client.47093 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:14.448144+0000 mgr.y (mgr.24491) 21723 : cluster [DBG] pgmap v19190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:16.448618+0000 mgr.y (mgr.24491) 21724 : cluster [DBG] pgmap v19191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:17.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:12:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:16.448618+0000 mgr.y (mgr.24491) 21724 : cluster [DBG] pgmap v19191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:16.448618+0000 mgr.y (mgr.24491) 21724 : cluster [DBG] pgmap v19191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:18.449167+0000 mgr.y (mgr.24491) 21725 : cluster [DBG] pgmap v19192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:18.449167+0000 mgr.y (mgr.24491) 21725 : cluster [DBG] pgmap v19192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:18.449167+0000 mgr.y (mgr.24491) 21725 : cluster [DBG] pgmap v19192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:12:22.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:20.449931+0000 mgr.y (mgr.24491) 21726 : cluster [DBG] pgmap v19193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:20.449931+0000 mgr.y (mgr.24491) 21726 : cluster [DBG] pgmap v19193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:20.449931+0000 mgr.y (mgr.24491) 21726 : cluster [DBG] pgmap v19193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:22.450343+0000 mgr.y (mgr.24491) 21727 : cluster [DBG] pgmap v19194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:22.450343+0000 mgr.y (mgr.24491) 21727 : cluster [DBG] pgmap v19194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:22.450343+0000 mgr.y (mgr.24491) 21727 : cluster [DBG] pgmap v19194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:24.451010+0000 mgr.y (mgr.24491) 21728 : cluster [DBG] pgmap v19195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:24.451010+0000 mgr.y (mgr.24491) 21728 : cluster [DBG] pgmap v19195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:24.451010+0000 mgr.y (mgr.24491) 21728 : cluster [DBG] pgmap v19195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:12:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:26.451402+0000 mgr.y (mgr.24491) 21729 : cluster [DBG] pgmap v19196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:12:27.723564+0000 mon.a (mon.0) 4398 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:12:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:26.451402+0000 mgr.y (mgr.24491) 21729 : cluster [DBG] pgmap v19196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:12:27.723564+0000 mon.a (mon.0) 4398 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:12:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:26.451402+0000 mgr.y (mgr.24491) 21729 : cluster [DBG] pgmap v19196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:12:27.723564+0000 mon.a (mon.0) 4398 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:12:29.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:12:28.018316+0000 mon.a (mon.0) 4399 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:12:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:12:28.018909+0000 mon.a (mon.0) 4400 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:12:29.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:12:28.023002+0000 mon.a (mon.0) 4401 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:12:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:12:28.018316+0000 mon.a (mon.0) 4399 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:12:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:12:28.018909+0000 mon.a (mon.0) 4400 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:12:29.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:12:28.023002+0000 mon.a (mon.0) 4401 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:12:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:12:28.018316+0000 mon.a (mon.0) 4399 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:12:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:12:28.018909+0000 mon.a (mon.0) 4400 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:12:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:12:28.023002+0000 mon.a (mon.0) 4401 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:12:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:28.451821+0000 mgr.y (mgr.24491) 21730 : cluster [DBG] pgmap v19197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:28.451821+0000 mgr.y (mgr.24491) 21730 : cluster [DBG] pgmap v19197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:28.451821+0000 mgr.y (mgr.24491) 21730 : cluster [DBG] pgmap v19197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:12:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:30.452581+0000 mgr.y (mgr.24491) 21731 : cluster [DBG] pgmap v19198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:30.452581+0000 mgr.y (mgr.24491) 21731 : cluster [DBG] pgmap v19198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:30.452581+0000 mgr.y (mgr.24491) 21731 : cluster [DBG] pgmap v19198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:32.453039+0000 mgr.y (mgr.24491) 21732 : cluster [DBG] pgmap v19199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:32.453039+0000 mgr.y (mgr.24491) 21732 : cluster [DBG] pgmap v19199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:32.453039+0000 mgr.y (mgr.24491) 21732 : cluster [DBG] pgmap v19199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:34.453650+0000 mgr.y (mgr.24491) 21733 : cluster [DBG] pgmap v19200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:34.453650+0000 mgr.y (mgr.24491) 21733 : cluster [DBG] pgmap v19200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:34.453650+0000 mgr.y (mgr.24491) 21733 : cluster [DBG] pgmap v19200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:12:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:36.454113+0000 mgr.y (mgr.24491) 21734 : cluster [DBG] pgmap v19201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:36.454113+0000 mgr.y (mgr.24491) 21734 : cluster [DBG] pgmap v19201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:36.454113+0000 mgr.y (mgr.24491) 21734 : cluster [DBG] pgmap v19201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:38.454466+0000 mgr.y (mgr.24491) 21735 : cluster [DBG] pgmap v19202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:38.454466+0000 mgr.y (mgr.24491) 21735 : cluster [DBG] pgmap v19202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:38.454466+0000 mgr.y (mgr.24491) 21735 : cluster [DBG] pgmap v19202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:12:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:40.455160+0000 mgr.y (mgr.24491) 21736 : cluster [DBG] pgmap v19203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:40.455160+0000 mgr.y (mgr.24491) 21736 : cluster [DBG] pgmap v19203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:40.455160+0000 mgr.y (mgr.24491) 21736 : cluster [DBG] pgmap v19203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:42.455771+0000 mgr.y (mgr.24491) 21737 : cluster [DBG] pgmap v19204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:42.455771+0000 mgr.y (mgr.24491) 21737 : cluster [DBG] pgmap v19204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:42.455771+0000 mgr.y (mgr.24491) 21737 : cluster [DBG] pgmap v19204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:44.741 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:12:45.017 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:12:45.017 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 8m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:12:45.017 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:12:45.017 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 8m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:12:45.017 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 8m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:12:45.017 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:12:45.017 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 8m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:12:45.017 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 8m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 8m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 8m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 8m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 8m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 8m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 8m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 8m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:12:45.018 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:12:45.350 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:12:45.350 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:12:45.350 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:12:45.350 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:12:45.350 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:12:45.350 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:12:45.350 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:12:45.350 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:12:45.350 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:12:45.350 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:12:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:12:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:12:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:12:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:12:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:12:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:12:45.351 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:12:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:44.456494+0000 mgr.y (mgr.24491) 21738 : cluster [DBG] pgmap v19205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:12:44.729979+0000 mgr.y (mgr.24491) 21739 : audit [DBG] from='client.47105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:46.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:12:45.351230+0000 mon.c (mon.2) 669 : audit [DBG] from='client.? 172.21.15.177:0/2235447869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:12:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:44.456494+0000 mgr.y (mgr.24491) 21738 : cluster [DBG] pgmap v19205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:12:44.729979+0000 mgr.y (mgr.24491) 21739 : audit [DBG] from='client.47105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:46.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:12:45.351230+0000 mon.c (mon.2) 669 : audit [DBG] from='client.? 172.21.15.177:0/2235447869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:12:46.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:44.456494+0000 mgr.y (mgr.24491) 21738 : cluster [DBG] pgmap v19205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:46.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:12:44.729979+0000 mgr.y (mgr.24491) 21739 : audit [DBG] from='client.47105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:46.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:12:45.351230+0000 mon.c (mon.2) 669 : audit [DBG] from='client.? 172.21.15.177:0/2235447869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:12:47.252 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:12:45.010742+0000 mgr.y (mgr.24491) 21740 : audit [DBG] from='client.37203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:12:45.010742+0000 mgr.y (mgr.24491) 21740 : audit [DBG] from='client.37203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:12:45.010742+0000 mgr.y (mgr.24491) 21740 : audit [DBG] from='client.37203 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:12:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:12:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:46.456838+0000 mgr.y (mgr.24491) 21741 : cluster [DBG] pgmap v19206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:46.456838+0000 mgr.y (mgr.24491) 21741 : cluster [DBG] pgmap v19206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:46.456838+0000 mgr.y (mgr.24491) 21741 : cluster [DBG] pgmap v19206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:48.457233+0000 mgr.y (mgr.24491) 21742 : cluster [DBG] pgmap v19207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:48.457233+0000 mgr.y (mgr.24491) 21742 : cluster [DBG] pgmap v19207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:48.457233+0000 mgr.y (mgr.24491) 21742 : cluster [DBG] pgmap v19207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:12:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:50.457879+0000 mgr.y (mgr.24491) 21743 : cluster [DBG] pgmap v19208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:50.457879+0000 mgr.y (mgr.24491) 21743 : cluster [DBG] pgmap v19208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:50.457879+0000 mgr.y (mgr.24491) 21743 : cluster [DBG] pgmap v19208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:52.458461+0000 mgr.y (mgr.24491) 21744 : cluster [DBG] pgmap v19209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:52.458461+0000 mgr.y (mgr.24491) 21744 : cluster [DBG] pgmap v19209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:52.458461+0000 mgr.y (mgr.24491) 21744 : cluster [DBG] pgmap v19209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:54.459101+0000 mgr.y (mgr.24491) 21745 : cluster [DBG] pgmap v19210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:54.459101+0000 mgr.y (mgr.24491) 21745 : cluster [DBG] pgmap v19210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:54.459101+0000 mgr.y (mgr.24491) 21745 : cluster [DBG] pgmap v19210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:56.459490+0000 mgr.y (mgr.24491) 21746 : cluster [DBG] pgmap v19211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:12:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:12:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:56.459490+0000 mgr.y (mgr.24491) 21746 : cluster [DBG] pgmap v19211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:12:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:56.459490+0000 mgr.y (mgr.24491) 21746 : cluster [DBG] pgmap v19211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:12:58.459889+0000 mgr.y (mgr.24491) 21747 : cluster [DBG] pgmap v19212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:12:58.459889+0000 mgr.y (mgr.24491) 21747 : cluster [DBG] pgmap v19212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:12:58.459889+0000 mgr.y (mgr.24491) 21747 : cluster [DBG] pgmap v19212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:13:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:00.460643+0000 mgr.y (mgr.24491) 21748 : cluster [DBG] pgmap v19213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:00.460643+0000 mgr.y (mgr.24491) 21748 : cluster [DBG] pgmap v19213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:00.460643+0000 mgr.y (mgr.24491) 21748 : cluster [DBG] pgmap v19213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:02.461176+0000 mgr.y (mgr.24491) 21749 : cluster [DBG] pgmap v19214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:02.461176+0000 mgr.y (mgr.24491) 21749 : cluster [DBG] pgmap v19214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:04.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:02.461176+0000 mgr.y (mgr.24491) 21749 : cluster [DBG] pgmap v19214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:04.461773+0000 mgr.y (mgr.24491) 21750 : cluster [DBG] pgmap v19215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:04.461773+0000 mgr.y (mgr.24491) 21750 : cluster [DBG] pgmap v19215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:04.461773+0000 mgr.y (mgr.24491) 21750 : cluster [DBG] pgmap v19215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:06.462305+0000 mgr.y (mgr.24491) 21751 : cluster [DBG] pgmap v19216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:13:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:06.462305+0000 mgr.y (mgr.24491) 21751 : cluster [DBG] pgmap v19216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:06.462305+0000 mgr.y (mgr.24491) 21751 : cluster [DBG] pgmap v19216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:08.462746+0000 mgr.y (mgr.24491) 21752 : cluster [DBG] pgmap v19217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:08.462746+0000 mgr.y (mgr.24491) 21752 : cluster [DBG] pgmap v19217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:08.462746+0000 mgr.y (mgr.24491) 21752 : cluster [DBG] pgmap v19217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:13:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:10.463417+0000 mgr.y (mgr.24491) 21753 : cluster [DBG] pgmap v19218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:10.463417+0000 mgr.y (mgr.24491) 21753 : cluster [DBG] pgmap v19218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:10.463417+0000 mgr.y (mgr.24491) 21753 : cluster [DBG] pgmap v19218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:12.463897+0000 mgr.y (mgr.24491) 21754 : cluster [DBG] pgmap v19219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:12.463897+0000 mgr.y (mgr.24491) 21754 : cluster [DBG] pgmap v19219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:12.463897+0000 mgr.y (mgr.24491) 21754 : cluster [DBG] pgmap v19219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:15.661 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:13:15.933 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:13:15.933 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 8m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 8m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 8m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 8m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 8m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 8m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 8m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 8m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 8m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 8m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 8m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:13:15.934 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 8m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:13:15.935 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:13:15.935 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:13:15.935 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:13:15.935 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:13:15.935 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:13:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:14.464523+0000 mgr.y (mgr.24491) 21755 : cluster [DBG] pgmap v19220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:16.269 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:13:16.269 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:13:16.269 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:13:16.270 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:13:16.270 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:13:16.270 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:13:16.270 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:13:16.270 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:13:16.270 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:13:16.270 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:13:16.270 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:13:16.270 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:13:16.270 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:13:16.271 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:13:16.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:13:16.271 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:13:16.271 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:13:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:14.464523+0000 mgr.y (mgr.24491) 21755 : cluster [DBG] pgmap v19220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:14.464523+0000 mgr.y (mgr.24491) 21755 : cluster [DBG] pgmap v19220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:13:15.650900+0000 mgr.y (mgr.24491) 21756 : audit [DBG] from='client.47123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:13:15.927327+0000 mgr.y (mgr.24491) 21757 : audit [DBG] from='client.37221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:17.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:13:16.270658+0000 mon.c (mon.2) 670 : audit [DBG] from='client.? 172.21.15.177:0/4261507608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:13:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:13:15.650900+0000 mgr.y (mgr.24491) 21756 : audit [DBG] from='client.47123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:13:15.927327+0000 mgr.y (mgr.24491) 21757 : audit [DBG] from='client.37221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:13:16.270658+0000 mon.c (mon.2) 670 : audit [DBG] from='client.? 172.21.15.177:0/4261507608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:13:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:13:15.650900+0000 mgr.y (mgr.24491) 21756 : audit [DBG] from='client.47123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:13:15.927327+0000 mgr.y (mgr.24491) 21757 : audit [DBG] from='client.37221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:17.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:13:16.270658+0000 mon.c (mon.2) 670 : audit [DBG] from='client.? 172.21.15.177:0/4261507608' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:13:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:16.464833+0000 mgr.y (mgr.24491) 21758 : cluster [DBG] pgmap v19221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:17] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:13:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:16.464833+0000 mgr.y (mgr.24491) 21758 : cluster [DBG] pgmap v19221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:16.464833+0000 mgr.y (mgr.24491) 21758 : cluster [DBG] pgmap v19221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:18.465242+0000 mgr.y (mgr.24491) 21759 : cluster [DBG] pgmap v19222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:18.465242+0000 mgr.y (mgr.24491) 21759 : cluster [DBG] pgmap v19222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:18.465242+0000 mgr.y (mgr.24491) 21759 : cluster [DBG] pgmap v19222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:13:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:20.466013+0000 mgr.y (mgr.24491) 21760 : cluster [DBG] pgmap v19223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:20.466013+0000 mgr.y (mgr.24491) 21760 : cluster [DBG] pgmap v19223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:20.466013+0000 mgr.y (mgr.24491) 21760 : cluster [DBG] pgmap v19223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:22.466620+0000 mgr.y (mgr.24491) 21761 : cluster [DBG] pgmap v19224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:22.466620+0000 mgr.y (mgr.24491) 21761 : cluster [DBG] pgmap v19224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:22.466620+0000 mgr.y (mgr.24491) 21761 : cluster [DBG] pgmap v19224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:24.467267+0000 mgr.y (mgr.24491) 21762 : cluster [DBG] pgmap v19225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:24.467267+0000 mgr.y (mgr.24491) 21762 : cluster [DBG] pgmap v19225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:24.467267+0000 mgr.y (mgr.24491) 21762 : cluster [DBG] pgmap v19225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:27.983 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:27] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:13:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:26.467752+0000 mgr.y (mgr.24491) 21763 : cluster [DBG] pgmap v19226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:26.467752+0000 mgr.y (mgr.24491) 21763 : cluster [DBG] pgmap v19226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:26.467752+0000 mgr.y (mgr.24491) 21763 : cluster [DBG] pgmap v19226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:13:28.027403+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:13:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:13:28.320207+0000 mon.a (mon.0) 4403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:13:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:13:28.320827+0000 mon.a (mon.0) 4404 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:13:29.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:13:28.325163+0000 mon.a (mon.0) 4405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:13:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:13:28.027403+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:13:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:13:28.320207+0000 mon.a (mon.0) 4403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:13:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:13:28.320827+0000 mon.a (mon.0) 4404 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:13:29.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:13:28.325163+0000 mon.a (mon.0) 4405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:13:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:13:28.027403+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:13:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:13:28.320207+0000 mon.a (mon.0) 4403 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:13:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:13:28.320827+0000 mon.a (mon.0) 4404 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:13:29.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:13:28.325163+0000 mon.a (mon.0) 4405 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:13:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:28.468117+0000 mgr.y (mgr.24491) 21764 : cluster [DBG] pgmap v19227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:28.468117+0000 mgr.y (mgr.24491) 21764 : cluster [DBG] pgmap v19227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:28.468117+0000 mgr.y (mgr.24491) 21764 : cluster [DBG] pgmap v19227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:13:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:30.468855+0000 mgr.y (mgr.24491) 21765 : cluster [DBG] pgmap v19228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:30.468855+0000 mgr.y (mgr.24491) 21765 : cluster [DBG] pgmap v19228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:30.468855+0000 mgr.y (mgr.24491) 21765 : cluster [DBG] pgmap v19228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:32.469284+0000 mgr.y (mgr.24491) 21766 : cluster [DBG] pgmap v19229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:32.469284+0000 mgr.y (mgr.24491) 21766 : cluster [DBG] pgmap v19229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:32.469284+0000 mgr.y (mgr.24491) 21766 : cluster [DBG] pgmap v19229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:34.469920+0000 mgr.y (mgr.24491) 21767 : cluster [DBG] pgmap v19230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:34.469920+0000 mgr.y (mgr.24491) 21767 : cluster [DBG] pgmap v19230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:34.469920+0000 mgr.y (mgr.24491) 21767 : cluster [DBG] pgmap v19230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:38.002 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:13:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:36.470472+0000 mgr.y (mgr.24491) 21768 : cluster [DBG] pgmap v19231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:36.470472+0000 mgr.y (mgr.24491) 21768 : cluster [DBG] pgmap v19231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:36.470472+0000 mgr.y (mgr.24491) 21768 : cluster [DBG] pgmap v19231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:38.471033+0000 mgr.y (mgr.24491) 21769 : cluster [DBG] pgmap v19232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:38.471033+0000 mgr.y (mgr.24491) 21769 : cluster [DBG] pgmap v19232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:38.471033+0000 mgr.y (mgr.24491) 21769 : cluster [DBG] pgmap v19232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:40.471783+0000 mgr.y (mgr.24491) 21770 : cluster [DBG] pgmap v19233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:40.471783+0000 mgr.y (mgr.24491) 21770 : cluster [DBG] pgmap v19233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:40.471783+0000 mgr.y (mgr.24491) 21770 : cluster [DBG] pgmap v19233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:13:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:42.472278+0000 mgr.y (mgr.24491) 21771 : cluster [DBG] pgmap v19234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:42.472278+0000 mgr.y (mgr.24491) 21771 : cluster [DBG] pgmap v19234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:42.472278+0000 mgr.y (mgr.24491) 21771 : cluster [DBG] pgmap v19234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:44.472898+0000 mgr.y (mgr.24491) 21772 : cluster [DBG] pgmap v19235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:44.472898+0000 mgr.y (mgr.24491) 21772 : cluster [DBG] pgmap v19235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:44.472898+0000 mgr.y (mgr.24491) 21772 : cluster [DBG] pgmap v19235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:46.583 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:13:46.858 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:13:46.858 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 9m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:13:46.858 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 9m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:13:46.858 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:13:46.858 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 9m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:13:46.858 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 9m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:13:46.858 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:13:46.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:13:46.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 9m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:13:46.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:13:46.859 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:13:46.859 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 9m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:13:46.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:13:46.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:13:46.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:13:46.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:13:46.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 9m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:13:46.859 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 9m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:13:46.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 9m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:13:46.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 9m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:13:46.860 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 9m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:13:47.189 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:13:47.190 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:13:47.191 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:13:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:47] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:13:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:46.473290+0000 mgr.y (mgr.24491) 21773 : cluster [DBG] pgmap v19236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:13:46.572519+0000 mgr.y (mgr.24491) 21774 : audit [DBG] from='client.37233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:13:46.851745+0000 mgr.y (mgr.24491) 21775 : audit [DBG] from='client.47147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:13:47.191196+0000 mon.c (mon.2) 671 : audit [DBG] from='client.? 172.21.15.177:0/3679360797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:13:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:46.473290+0000 mgr.y (mgr.24491) 21773 : cluster [DBG] pgmap v19236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:13:46.572519+0000 mgr.y (mgr.24491) 21774 : audit [DBG] from='client.37233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:13:46.851745+0000 mgr.y (mgr.24491) 21775 : audit [DBG] from='client.47147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:13:47.191196+0000 mon.c (mon.2) 671 : audit [DBG] from='client.? 172.21.15.177:0/3679360797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:13:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:46.473290+0000 mgr.y (mgr.24491) 21773 : cluster [DBG] pgmap v19236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:13:46.572519+0000 mgr.y (mgr.24491) 21774 : audit [DBG] from='client.37233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:13:46.851745+0000 mgr.y (mgr.24491) 21775 : audit [DBG] from='client.47147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:13:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:13:47.191196+0000 mon.c (mon.2) 671 : audit [DBG] from='client.? 172.21.15.177:0/3679360797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:13:49.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:48.473662+0000 mgr.y (mgr.24491) 21776 : cluster [DBG] pgmap v19237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:48.473662+0000 mgr.y (mgr.24491) 21776 : cluster [DBG] pgmap v19237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:48.473662+0000 mgr.y (mgr.24491) 21776 : cluster [DBG] pgmap v19237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:13:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:50.474518+0000 mgr.y (mgr.24491) 21777 : cluster [DBG] pgmap v19238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:50.474518+0000 mgr.y (mgr.24491) 21777 : cluster [DBG] pgmap v19238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:50.474518+0000 mgr.y (mgr.24491) 21777 : cluster [DBG] pgmap v19238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:53.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:52.475013+0000 mgr.y (mgr.24491) 21778 : cluster [DBG] pgmap v19239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:53.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:52.475013+0000 mgr.y (mgr.24491) 21778 : cluster [DBG] pgmap v19239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:52.475013+0000 mgr.y (mgr.24491) 21778 : cluster [DBG] pgmap v19239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:54.475858+0000 mgr.y (mgr.24491) 21779 : cluster [DBG] pgmap v19240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:54.475858+0000 mgr.y (mgr.24491) 21779 : cluster [DBG] pgmap v19240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:54.475858+0000 mgr.y (mgr.24491) 21779 : cluster [DBG] pgmap v19240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:13:57] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:13:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:56.476400+0000 mgr.y (mgr.24491) 21780 : cluster [DBG] pgmap v19241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:56.476400+0000 mgr.y (mgr.24491) 21780 : cluster [DBG] pgmap v19241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:56.476400+0000 mgr.y (mgr.24491) 21780 : cluster [DBG] pgmap v19241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:13:58.476807+0000 mgr.y (mgr.24491) 21781 : cluster [DBG] pgmap v19242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:59.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:13:58.476807+0000 mgr.y (mgr.24491) 21781 : cluster [DBG] pgmap v19242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:13:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:13:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:13:58.476807+0000 mgr.y (mgr.24491) 21781 : cluster [DBG] pgmap v19242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:14:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:00.477681+0000 mgr.y (mgr.24491) 21782 : cluster [DBG] pgmap v19243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:00.477681+0000 mgr.y (mgr.24491) 21782 : cluster [DBG] pgmap v19243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:00.477681+0000 mgr.y (mgr.24491) 21782 : cluster [DBG] pgmap v19243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:02.478090+0000 mgr.y (mgr.24491) 21783 : cluster [DBG] pgmap v19244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:02.478090+0000 mgr.y (mgr.24491) 21783 : cluster [DBG] pgmap v19244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:02.478090+0000 mgr.y (mgr.24491) 21783 : cluster [DBG] pgmap v19244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:04.478832+0000 mgr.y (mgr.24491) 21784 : cluster [DBG] pgmap v19245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:04.478832+0000 mgr.y (mgr.24491) 21784 : cluster [DBG] pgmap v19245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:04.478832+0000 mgr.y (mgr.24491) 21784 : cluster [DBG] pgmap v19245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:14:07.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:06.479176+0000 mgr.y (mgr.24491) 21785 : cluster [DBG] pgmap v19246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:07.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:06.479176+0000 mgr.y (mgr.24491) 21785 : cluster [DBG] pgmap v19246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:06.479176+0000 mgr.y (mgr.24491) 21785 : cluster [DBG] pgmap v19246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:08.479694+0000 mgr.y (mgr.24491) 21786 : cluster [DBG] pgmap v19247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:08.479694+0000 mgr.y (mgr.24491) 21786 : cluster [DBG] pgmap v19247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:08.479694+0000 mgr.y (mgr.24491) 21786 : cluster [DBG] pgmap v19247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:14:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:10.480428+0000 mgr.y (mgr.24491) 21787 : cluster [DBG] pgmap v19248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:11.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:10.480428+0000 mgr.y (mgr.24491) 21787 : cluster [DBG] pgmap v19248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:10.480428+0000 mgr.y (mgr.24491) 21787 : cluster [DBG] pgmap v19248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:12.481039+0000 mgr.y (mgr.24491) 21788 : cluster [DBG] pgmap v19249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:12.481039+0000 mgr.y (mgr.24491) 21788 : cluster [DBG] pgmap v19249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:12.481039+0000 mgr.y (mgr.24491) 21788 : cluster [DBG] pgmap v19249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:15.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:14.481671+0000 mgr.y (mgr.24491) 21789 : cluster [DBG] pgmap v19250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:15.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:14.481671+0000 mgr.y (mgr.24491) 21789 : cluster [DBG] pgmap v19250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:14.481671+0000 mgr.y (mgr.24491) 21789 : cluster [DBG] pgmap v19250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:17.503 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:14:17.779 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:14:17.780 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 9m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:14:17.780 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 9m ago 10h 64.0M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:14:17.781 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:14:17.781 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 9m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:14:17.781 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 9m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:14:17.781 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:14:17.781 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1102M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:14:17.781 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 9m ago 10h 923M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:14:17.781 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 927M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:14:17.781 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 24.9M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:14:17.781 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 9m ago 10h 24.5M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:14:17.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:14:17.781 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 47.1M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:14:17.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:14:17.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 43.1M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:14:17.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 9m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:14:17.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 9m ago 10h 44.4M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:14:17.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 9m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:14:17.782 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 9m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:14:17.782 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 9m ago 10h 113M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:14:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:14:17.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:16.482176+0000 mgr.y (mgr.24491) 21790 : cluster [DBG] pgmap v19251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:16.482176+0000 mgr.y (mgr.24491) 21790 : cluster [DBG] pgmap v19251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:16.482176+0000 mgr.y (mgr.24491) 21790 : cluster [DBG] pgmap v19251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:18.111 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:14:18.112 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:14:18.112 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:14:18.112 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:14:18.112 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:14:18.112 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:14:18.112 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:14:18.112 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:14:18.112 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:14:18.112 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:14:18.112 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:14:18.113 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:14:18.113 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:14:18.113 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:14:18.113 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:14:18.113 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:14:18.113 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:14:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:17.491434+0000 mgr.y (mgr.24491) 21791 : audit [DBG] from='client.47159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:17.772119+0000 mgr.y (mgr.24491) 21792 : audit [DBG] from='client.47165 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:18.113032+0000 mon.c (mon.2) 672 : audit [DBG] from='client.? 172.21.15.177:0/1129378394' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:14:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:17.491434+0000 mgr.y (mgr.24491) 21791 : audit [DBG] from='client.47159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:17.772119+0000 mgr.y (mgr.24491) 21792 : audit [DBG] from='client.47165 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:18.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:18.113032+0000 mon.c (mon.2) 672 : audit [DBG] from='client.? 172.21.15.177:0/1129378394' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:14:18.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:17.491434+0000 mgr.y (mgr.24491) 21791 : audit [DBG] from='client.47159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:19.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:17.772119+0000 mgr.y (mgr.24491) 21792 : audit [DBG] from='client.47165 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:19.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:18.113032+0000 mon.c (mon.2) 672 : audit [DBG] from='client.? 172.21.15.177:0/1129378394' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:14:19.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:18.482599+0000 mgr.y (mgr.24491) 21793 : cluster [DBG] pgmap v19252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:19.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:18.482599+0000 mgr.y (mgr.24491) 21793 : cluster [DBG] pgmap v19252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:18.482599+0000 mgr.y (mgr.24491) 21793 : cluster [DBG] pgmap v19252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:14:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:20.483321+0000 mgr.y (mgr.24491) 21794 : cluster [DBG] pgmap v19253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:21.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:20.483321+0000 mgr.y (mgr.24491) 21794 : cluster [DBG] pgmap v19253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:20.483321+0000 mgr.y (mgr.24491) 21794 : cluster [DBG] pgmap v19253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:23.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:22.483759+0000 mgr.y (mgr.24491) 21795 : cluster [DBG] pgmap v19254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:22.483759+0000 mgr.y (mgr.24491) 21795 : cluster [DBG] pgmap v19254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:22.483759+0000 mgr.y (mgr.24491) 21795 : cluster [DBG] pgmap v19254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:24.484444+0000 mgr.y (mgr.24491) 21796 : cluster [DBG] pgmap v19255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:24.484444+0000 mgr.y (mgr.24491) 21796 : cluster [DBG] pgmap v19255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:24.484444+0000 mgr.y (mgr.24491) 21796 : cluster [DBG] pgmap v19255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:26.484805+0000 mgr.y (mgr.24491) 21797 : cluster [DBG] pgmap v19256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:26.484805+0000 mgr.y (mgr.24491) 21797 : cluster [DBG] pgmap v19256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:14:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:26.484805+0000 mgr.y (mgr.24491) 21797 : cluster [DBG] pgmap v19256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:28.329417+0000 mon.a (mon.0) 4406 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:14:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:28.329417+0000 mon.a (mon.0) 4406 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:14:28.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:28.329417+0000 mon.a (mon.0) 4406 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:14:29.854 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:28.485179+0000 mgr.y (mgr.24491) 21798 : cluster [DBG] pgmap v19257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:29.854 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:28.485179+0000 mgr.y (mgr.24491) 21798 : cluster [DBG] pgmap v19257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:28.485179+0000 mgr.y (mgr.24491) 21798 : cluster [DBG] pgmap v19257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:31.461 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:14:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:30.485841+0000 mgr.y (mgr.24491) 21799 : cluster [DBG] pgmap v19258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:30.882451+0000 mon.a (mon.0) 4407 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:14:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:30.485841+0000 mgr.y (mgr.24491) 21799 : cluster [DBG] pgmap v19258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:30.882451+0000 mon.a (mon.0) 4407 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:14:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:30.485841+0000 mgr.y (mgr.24491) 21799 : cluster [DBG] pgmap v19258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:30.882451+0000 mon.a (mon.0) 4407 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:14:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:31.882140+0000 mon.a (mon.0) 4408 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:14:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:32.159270+0000 mon.a (mon.0) 4409 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:14:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:32.160116+0000 mon.a (mon.0) 4410 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:14:33.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:32.165227+0000 mon.a (mon.0) 4411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:14:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:31.882140+0000 mon.a (mon.0) 4408 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:14:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:32.159270+0000 mon.a (mon.0) 4409 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:14:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:32.160116+0000 mon.a (mon.0) 4410 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:14:33.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:32.165227+0000 mon.a (mon.0) 4411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:14:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:31.882140+0000 mon.a (mon.0) 4408 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:14:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:32.159270+0000 mon.a (mon.0) 4409 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:14:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:32.160116+0000 mon.a (mon.0) 4410 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:14:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:32.165227+0000 mon.a (mon.0) 4411 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:14:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:32.486189+0000 mgr.y (mgr.24491) 21800 : cluster [DBG] pgmap v19259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:32.486189+0000 mgr.y (mgr.24491) 21800 : cluster [DBG] pgmap v19259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:32.486189+0000 mgr.y (mgr.24491) 21800 : cluster [DBG] pgmap v19259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:34.486875+0000 mgr.y (mgr.24491) 21801 : cluster [DBG] pgmap v19260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:34.486875+0000 mgr.y (mgr.24491) 21801 : cluster [DBG] pgmap v19260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:34.486875+0000 mgr.y (mgr.24491) 21801 : cluster [DBG] pgmap v19260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:37] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:14:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:36.487300+0000 mgr.y (mgr.24491) 21802 : cluster [DBG] pgmap v19261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:36.487300+0000 mgr.y (mgr.24491) 21802 : cluster [DBG] pgmap v19261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:36.487300+0000 mgr.y (mgr.24491) 21802 : cluster [DBG] pgmap v19261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:38.487835+0000 mgr.y (mgr.24491) 21803 : cluster [DBG] pgmap v19262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:38.487835+0000 mgr.y (mgr.24491) 21803 : cluster [DBG] pgmap v19262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:38.487835+0000 mgr.y (mgr.24491) 21803 : cluster [DBG] pgmap v19262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:14:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:40.488535+0000 mgr.y (mgr.24491) 21804 : cluster [DBG] pgmap v19263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:40.488535+0000 mgr.y (mgr.24491) 21804 : cluster [DBG] pgmap v19263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:40.488535+0000 mgr.y (mgr.24491) 21804 : cluster [DBG] pgmap v19263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:42.488961+0000 mgr.y (mgr.24491) 21805 : cluster [DBG] pgmap v19264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:42.488961+0000 mgr.y (mgr.24491) 21805 : cluster [DBG] pgmap v19264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:42.488961+0000 mgr.y (mgr.24491) 21805 : cluster [DBG] pgmap v19264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:44.489567+0000 mgr.y (mgr.24491) 21806 : cluster [DBG] pgmap v19265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:44.489567+0000 mgr.y (mgr.24491) 21806 : cluster [DBG] pgmap v19265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:44.489567+0000 mgr.y (mgr.24491) 21806 : cluster [DBG] pgmap v19265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:14:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:46.490157+0000 mgr.y (mgr.24491) 21807 : cluster [DBG] pgmap v19266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:46.490157+0000 mgr.y (mgr.24491) 21807 : cluster [DBG] pgmap v19266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:46.490157+0000 mgr.y (mgr.24491) 21807 : cluster [DBG] pgmap v19266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:48.423 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 17s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 16s ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 17s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 16s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 16s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 17s ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 17s ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 16s ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 17s ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 17s ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 16s ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 17s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:14:48.696 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 17s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:14:48.697 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 17s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:14:48.697 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 17s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:14:48.697 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 16s ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:14:48.697 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 16s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:14:48.697 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 16s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:14:48.697 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 16s ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:14:48.697 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 16s ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:14:49.027 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:14:49.028 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:14:49.029 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:14:49.029 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:14:49.029 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:14:49.029 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:14:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:48.412309+0000 mgr.y (mgr.24491) 21808 : audit [DBG] from='client.47177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:48.490525+0000 mgr.y (mgr.24491) 21809 : cluster [DBG] pgmap v19267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:48.689770+0000 mgr.y (mgr.24491) 21810 : audit [DBG] from='client.47183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:14:49.029018+0000 mon.a (mon.0) 4412 : audit [DBG] from='client.? 172.21.15.177:0/3037767645' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:14:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:48.412309+0000 mgr.y (mgr.24491) 21808 : audit [DBG] from='client.47177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:48.490525+0000 mgr.y (mgr.24491) 21809 : cluster [DBG] pgmap v19267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:48.689770+0000 mgr.y (mgr.24491) 21810 : audit [DBG] from='client.47183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:14:49.029018+0000 mon.a (mon.0) 4412 : audit [DBG] from='client.? 172.21.15.177:0/3037767645' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:14:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:48.412309+0000 mgr.y (mgr.24491) 21808 : audit [DBG] from='client.47177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:48.490525+0000 mgr.y (mgr.24491) 21809 : cluster [DBG] pgmap v19267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:48.689770+0000 mgr.y (mgr.24491) 21810 : audit [DBG] from='client.47183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:14:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:14:49.029018+0000 mon.a (mon.0) 4412 : audit [DBG] from='client.? 172.21.15.177:0/3037767645' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:14:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:14:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:50.491167+0000 mgr.y (mgr.24491) 21811 : cluster [DBG] pgmap v19268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:50.491167+0000 mgr.y (mgr.24491) 21811 : cluster [DBG] pgmap v19268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:50.491167+0000 mgr.y (mgr.24491) 21811 : cluster [DBG] pgmap v19268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:52.491708+0000 mgr.y (mgr.24491) 21812 : cluster [DBG] pgmap v19269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:54.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:52.491708+0000 mgr.y (mgr.24491) 21812 : cluster [DBG] pgmap v19269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:54.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:52.491708+0000 mgr.y (mgr.24491) 21812 : cluster [DBG] pgmap v19269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:54.492460+0000 mgr.y (mgr.24491) 21813 : cluster [DBG] pgmap v19270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:54.492460+0000 mgr.y (mgr.24491) 21813 : cluster [DBG] pgmap v19270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:54.492460+0000 mgr.y (mgr.24491) 21813 : cluster [DBG] pgmap v19270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:56.492886+0000 mgr.y (mgr.24491) 21814 : cluster [DBG] pgmap v19271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:14:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:14:58.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:56.492886+0000 mgr.y (mgr.24491) 21814 : cluster [DBG] pgmap v19271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:14:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:56.492886+0000 mgr.y (mgr.24491) 21814 : cluster [DBG] pgmap v19271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:14:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:14:58.493405+0000 mgr.y (mgr.24491) 21815 : cluster [DBG] pgmap v19272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:14:58.493405+0000 mgr.y (mgr.24491) 21815 : cluster [DBG] pgmap v19272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:14:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:14:58.493405+0000 mgr.y (mgr.24491) 21815 : cluster [DBG] pgmap v19272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:15:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:00.494067+0000 mgr.y (mgr.24491) 21816 : cluster [DBG] pgmap v19273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:00.494067+0000 mgr.y (mgr.24491) 21816 : cluster [DBG] pgmap v19273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:00.494067+0000 mgr.y (mgr.24491) 21816 : cluster [DBG] pgmap v19273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:02.494484+0000 mgr.y (mgr.24491) 21817 : cluster [DBG] pgmap v19274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:02.494484+0000 mgr.y (mgr.24491) 21817 : cluster [DBG] pgmap v19274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:02.494484+0000 mgr.y (mgr.24491) 21817 : cluster [DBG] pgmap v19274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:04.495310+0000 mgr.y (mgr.24491) 21818 : cluster [DBG] pgmap v19275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:04.495310+0000 mgr.y (mgr.24491) 21818 : cluster [DBG] pgmap v19275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:04.495310+0000 mgr.y (mgr.24491) 21818 : cluster [DBG] pgmap v19275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:06.495731+0000 mgr.y (mgr.24491) 21819 : cluster [DBG] pgmap v19276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:15:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:06.495731+0000 mgr.y (mgr.24491) 21819 : cluster [DBG] pgmap v19276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:06.495731+0000 mgr.y (mgr.24491) 21819 : cluster [DBG] pgmap v19276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:08.496134+0000 mgr.y (mgr.24491) 21820 : cluster [DBG] pgmap v19277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:08.496134+0000 mgr.y (mgr.24491) 21820 : cluster [DBG] pgmap v19277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:08.496134+0000 mgr.y (mgr.24491) 21820 : cluster [DBG] pgmap v19277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:15:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:10.496821+0000 mgr.y (mgr.24491) 21821 : cluster [DBG] pgmap v19278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:10.496821+0000 mgr.y (mgr.24491) 21821 : cluster [DBG] pgmap v19278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:10.496821+0000 mgr.y (mgr.24491) 21821 : cluster [DBG] pgmap v19278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:12.497327+0000 mgr.y (mgr.24491) 21822 : cluster [DBG] pgmap v19279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:12.497327+0000 mgr.y (mgr.24491) 21822 : cluster [DBG] pgmap v19279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:12.497327+0000 mgr.y (mgr.24491) 21822 : cluster [DBG] pgmap v19279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:14.498019+0000 mgr.y (mgr.24491) 21823 : cluster [DBG] pgmap v19280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:14.498019+0000 mgr.y (mgr.24491) 21823 : cluster [DBG] pgmap v19280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:14.498019+0000 mgr.y (mgr.24491) 21823 : cluster [DBG] pgmap v19280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:15:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:16.498360+0000 mgr.y (mgr.24491) 21824 : cluster [DBG] pgmap v19281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:16.498360+0000 mgr.y (mgr.24491) 21824 : cluster [DBG] pgmap v19281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:16.498360+0000 mgr.y (mgr.24491) 21824 : cluster [DBG] pgmap v19281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:19.338 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:15:19.613 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:15:19.613 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 48s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:15:19.613 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 47s ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:15:19.613 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 48s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:15:19.613 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 47s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:15:19.613 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 47s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:15:19.613 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 48s ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:15:19.614 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 48s ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:15:19.614 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 47s ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:15:19.614 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 48s ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:15:19.614 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 48s ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:15:19.614 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 47s ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:15:19.614 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 48s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:15:19.614 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 48s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:15:19.614 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 48s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:15:19.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 48s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:15:19.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 47s ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:15:19.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 47s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:15:19.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 47s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:15:19.615 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 47s ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:15:19.615 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 47s ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:15:19.945 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:15:19.945 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:15:19.945 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:15:19.946 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:15:19.946 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:15:19.946 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:15:19.946 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:15:19.946 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:15:19.946 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:15:19.946 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:15:19.946 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:15:19.947 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:15:19.947 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:15:19.947 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:15:19.947 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:15:19.947 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:15:19.947 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:15:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:18.498843+0000 mgr.y (mgr.24491) 21825 : cluster [DBG] pgmap v19282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:15:19.946549+0000 mon.c (mon.2) 673 : audit [DBG] from='client.? 172.21.15.177:0/3202055759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:15:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:18.498843+0000 mgr.y (mgr.24491) 21825 : cluster [DBG] pgmap v19282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:15:19.946549+0000 mon.c (mon.2) 673 : audit [DBG] from='client.? 172.21.15.177:0/3202055759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:15:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:18.498843+0000 mgr.y (mgr.24491) 21825 : cluster [DBG] pgmap v19282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:15:19.946549+0000 mon.c (mon.2) 673 : audit [DBG] from='client.? 172.21.15.177:0/3202055759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:15:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:15:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:15:19.327481+0000 mgr.y (mgr.24491) 21826 : audit [DBG] from='client.37287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:15:19.606553+0000 mgr.y (mgr.24491) 21827 : audit [DBG] from='client.37293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:15:19.327481+0000 mgr.y (mgr.24491) 21826 : audit [DBG] from='client.37287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:15:19.606553+0000 mgr.y (mgr.24491) 21827 : audit [DBG] from='client.37293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:15:19.327481+0000 mgr.y (mgr.24491) 21826 : audit [DBG] from='client.37287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:15:19.606553+0000 mgr.y (mgr.24491) 21827 : audit [DBG] from='client.37293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:20.499517+0000 mgr.y (mgr.24491) 21828 : cluster [DBG] pgmap v19283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:20.499517+0000 mgr.y (mgr.24491) 21828 : cluster [DBG] pgmap v19283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:20.499517+0000 mgr.y (mgr.24491) 21828 : cluster [DBG] pgmap v19283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:22.500060+0000 mgr.y (mgr.24491) 21829 : cluster [DBG] pgmap v19284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:22.500060+0000 mgr.y (mgr.24491) 21829 : cluster [DBG] pgmap v19284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:22.500060+0000 mgr.y (mgr.24491) 21829 : cluster [DBG] pgmap v19284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:24.500696+0000 mgr.y (mgr.24491) 21830 : cluster [DBG] pgmap v19285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:24.500696+0000 mgr.y (mgr.24491) 21830 : cluster [DBG] pgmap v19285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:24.500696+0000 mgr.y (mgr.24491) 21830 : cluster [DBG] pgmap v19285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:27.984 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:15:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:26.501304+0000 mgr.y (mgr.24491) 21831 : cluster [DBG] pgmap v19286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:26.501304+0000 mgr.y (mgr.24491) 21831 : cluster [DBG] pgmap v19286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:26.501304+0000 mgr.y (mgr.24491) 21831 : cluster [DBG] pgmap v19286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:28.501973+0000 mgr.y (mgr.24491) 21832 : cluster [DBG] pgmap v19287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:28.501973+0000 mgr.y (mgr.24491) 21832 : cluster [DBG] pgmap v19287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:28.501973+0000 mgr.y (mgr.24491) 21832 : cluster [DBG] pgmap v19287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:15:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:30.502782+0000 mgr.y (mgr.24491) 21833 : cluster [DBG] pgmap v19288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:30.502782+0000 mgr.y (mgr.24491) 21833 : cluster [DBG] pgmap v19288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:30.502782+0000 mgr.y (mgr.24491) 21833 : cluster [DBG] pgmap v19288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:15:32.170535+0000 mon.a (mon.0) 4413 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:15:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:15:32.458691+0000 mon.a (mon.0) 4414 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:15:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:15:32.459330+0000 mon.a (mon.0) 4415 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:15:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:15:32.463697+0000 mon.a (mon.0) 4416 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:15:33.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:15:32.170535+0000 mon.a (mon.0) 4413 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:15:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:15:32.458691+0000 mon.a (mon.0) 4414 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:15:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:15:32.459330+0000 mon.a (mon.0) 4415 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:15:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:15:32.463697+0000 mon.a (mon.0) 4416 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:15:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:15:32.170535+0000 mon.a (mon.0) 4413 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:15:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:15:32.458691+0000 mon.a (mon.0) 4414 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:15:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:15:32.459330+0000 mon.a (mon.0) 4415 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:15:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:15:32.463697+0000 mon.a (mon.0) 4416 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:15:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:32.503115+0000 mgr.y (mgr.24491) 21834 : cluster [DBG] pgmap v19289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:32.503115+0000 mgr.y (mgr.24491) 21834 : cluster [DBG] pgmap v19289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:32.503115+0000 mgr.y (mgr.24491) 21834 : cluster [DBG] pgmap v19289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:34.503840+0000 mgr.y (mgr.24491) 21835 : cluster [DBG] pgmap v19290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:34.503840+0000 mgr.y (mgr.24491) 21835 : cluster [DBG] pgmap v19290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:34.503840+0000 mgr.y (mgr.24491) 21835 : cluster [DBG] pgmap v19290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:38.001 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:15:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:15:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:36.504236+0000 mgr.y (mgr.24491) 21836 : cluster [DBG] pgmap v19291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:36.504236+0000 mgr.y (mgr.24491) 21836 : cluster [DBG] pgmap v19291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:36.504236+0000 mgr.y (mgr.24491) 21836 : cluster [DBG] pgmap v19291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:38.504658+0000 mgr.y (mgr.24491) 21837 : cluster [DBG] pgmap v19292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:38.504658+0000 mgr.y (mgr.24491) 21837 : cluster [DBG] pgmap v19292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:38.504658+0000 mgr.y (mgr.24491) 21837 : cluster [DBG] pgmap v19292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:15:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:15:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:40.505312+0000 mgr.y (mgr.24491) 21838 : cluster [DBG] pgmap v19293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:40.505312+0000 mgr.y (mgr.24491) 21838 : cluster [DBG] pgmap v19293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:40.505312+0000 mgr.y (mgr.24491) 21838 : cluster [DBG] pgmap v19293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:42.505886+0000 mgr.y (mgr.24491) 21839 : cluster [DBG] pgmap v19294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:42.505886+0000 mgr.y (mgr.24491) 21839 : cluster [DBG] pgmap v19294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:42.505886+0000 mgr.y (mgr.24491) 21839 : cluster [DBG] pgmap v19294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:44.506632+0000 mgr.y (mgr.24491) 21840 : cluster [DBG] pgmap v19295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:44.506632+0000 mgr.y (mgr.24491) 21840 : cluster [DBG] pgmap v19295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:44.506632+0000 mgr.y (mgr.24491) 21840 : cluster [DBG] pgmap v19295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:48.018 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:15:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:15:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:46.507106+0000 mgr.y (mgr.24491) 21841 : cluster [DBG] pgmap v19296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:46.507106+0000 mgr.y (mgr.24491) 21841 : cluster [DBG] pgmap v19296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:46.507106+0000 mgr.y (mgr.24491) 21841 : cluster [DBG] pgmap v19296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:50.254 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:15:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:48.507440+0000 mgr.y (mgr.24491) 21842 : cluster [DBG] pgmap v19297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:48.507440+0000 mgr.y (mgr.24491) 21842 : cluster [DBG] pgmap v19297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:48.507440+0000 mgr.y (mgr.24491) 21842 : cluster [DBG] pgmap v19297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:50.530 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:15:50.530 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 79s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:15:50.530 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 78s ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:15:50.531 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 79s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:15:50.531 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 78s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:15:50.531 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 78s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:15:50.531 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 79s ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:15:50.531 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 79s ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:15:50.531 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 78s ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:15:50.531 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 79s ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:15:50.531 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 79s ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:15:50.531 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 78s ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:15:50.531 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 79s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:15:50.531 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 79s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:15:50.532 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 79s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:15:50.532 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 79s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:15:50.532 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 78s ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:15:50.532 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 78s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:15:50.532 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 78s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:15:50.532 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 78s ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:15:50.532 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 78s ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:15:50.862 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:15:50.862 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:15:50.862 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:15:50.862 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:15:50.862 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:15:50.862 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:15:50.863 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:15:50.863 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:15:50.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:15:50.863 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:15:50.863 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:15:50.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:15:50.863 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:15:50.863 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:15:50.863 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:15:50.863 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:15:50.864 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:15:51.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:15:50.863244+0000 mon.c (mon.2) 674 : audit [DBG] from='client.? 172.21.15.177:0/2147556358' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:15:51.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:15:50.863244+0000 mon.c (mon.2) 674 : audit [DBG] from='client.? 172.21.15.177:0/2147556358' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:15:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:15:50.863244+0000 mon.c (mon.2) 674 : audit [DBG] from='client.? 172.21.15.177:0/2147556358' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:15:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:15:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:15:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:15:50.244082+0000 mgr.y (mgr.24491) 21843 : audit [DBG] from='client.47213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:50.507996+0000 mgr.y (mgr.24491) 21844 : cluster [DBG] pgmap v19298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:15:50.523991+0000 mgr.y (mgr.24491) 21845 : audit [DBG] from='client.47219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:15:50.244082+0000 mgr.y (mgr.24491) 21843 : audit [DBG] from='client.47213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:50.507996+0000 mgr.y (mgr.24491) 21844 : cluster [DBG] pgmap v19298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:15:50.523991+0000 mgr.y (mgr.24491) 21845 : audit [DBG] from='client.47219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:15:50.244082+0000 mgr.y (mgr.24491) 21843 : audit [DBG] from='client.47213 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:50.507996+0000 mgr.y (mgr.24491) 21844 : cluster [DBG] pgmap v19298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:15:50.523991+0000 mgr.y (mgr.24491) 21845 : audit [DBG] from='client.47219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:15:53.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:52.508302+0000 mgr.y (mgr.24491) 21846 : cluster [DBG] pgmap v19299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:53.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:52.508302+0000 mgr.y (mgr.24491) 21846 : cluster [DBG] pgmap v19299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:53.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:52.508302+0000 mgr.y (mgr.24491) 21846 : cluster [DBG] pgmap v19299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:55.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:54.508867+0000 mgr.y (mgr.24491) 21847 : cluster [DBG] pgmap v19300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:54.508867+0000 mgr.y (mgr.24491) 21847 : cluster [DBG] pgmap v19300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:54.508867+0000 mgr.y (mgr.24491) 21847 : cluster [DBG] pgmap v19300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:57.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:15:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:15:57.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:56.509263+0000 mgr.y (mgr.24491) 21848 : cluster [DBG] pgmap v19301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:57.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:56.509263+0000 mgr.y (mgr.24491) 21848 : cluster [DBG] pgmap v19301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:56.509263+0000 mgr.y (mgr.24491) 21848 : cluster [DBG] pgmap v19301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:15:58.509768+0000 mgr.y (mgr.24491) 21849 : cluster [DBG] pgmap v19302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:59.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:15:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:15:58.509768+0000 mgr.y (mgr.24491) 21849 : cluster [DBG] pgmap v19302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:15:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:15:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:15:58.509768+0000 mgr.y (mgr.24491) 21849 : cluster [DBG] pgmap v19302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:16:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:00.510466+0000 mgr.y (mgr.24491) 21850 : cluster [DBG] pgmap v19303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:00.510466+0000 mgr.y (mgr.24491) 21850 : cluster [DBG] pgmap v19303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:00.510466+0000 mgr.y (mgr.24491) 21850 : cluster [DBG] pgmap v19303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:03.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:02.510876+0000 mgr.y (mgr.24491) 21851 : cluster [DBG] pgmap v19304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:03.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:02.510876+0000 mgr.y (mgr.24491) 21851 : cluster [DBG] pgmap v19304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:02.510876+0000 mgr.y (mgr.24491) 21851 : cluster [DBG] pgmap v19304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:04.511653+0000 mgr.y (mgr.24491) 21852 : cluster [DBG] pgmap v19305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:05.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:04.511653+0000 mgr.y (mgr.24491) 21852 : cluster [DBG] pgmap v19305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:04.511653+0000 mgr.y (mgr.24491) 21852 : cluster [DBG] pgmap v19305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:06.512057+0000 mgr.y (mgr.24491) 21853 : cluster [DBG] pgmap v19306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:07.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:16:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:06.512057+0000 mgr.y (mgr.24491) 21853 : cluster [DBG] pgmap v19306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:06.512057+0000 mgr.y (mgr.24491) 21853 : cluster [DBG] pgmap v19306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:08.512552+0000 mgr.y (mgr.24491) 21854 : cluster [DBG] pgmap v19307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:08.512552+0000 mgr.y (mgr.24491) 21854 : cluster [DBG] pgmap v19307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:08.512552+0000 mgr.y (mgr.24491) 21854 : cluster [DBG] pgmap v19307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:16:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:10.513393+0000 mgr.y (mgr.24491) 21855 : cluster [DBG] pgmap v19308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:10.513393+0000 mgr.y (mgr.24491) 21855 : cluster [DBG] pgmap v19308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:10.513393+0000 mgr.y (mgr.24491) 21855 : cluster [DBG] pgmap v19308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:12.513905+0000 mgr.y (mgr.24491) 21856 : cluster [DBG] pgmap v19309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:12.513905+0000 mgr.y (mgr.24491) 21856 : cluster [DBG] pgmap v19309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:12.513905+0000 mgr.y (mgr.24491) 21856 : cluster [DBG] pgmap v19309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:14.514556+0000 mgr.y (mgr.24491) 21857 : cluster [DBG] pgmap v19310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:14.514556+0000 mgr.y (mgr.24491) 21857 : cluster [DBG] pgmap v19310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:14.514556+0000 mgr.y (mgr.24491) 21857 : cluster [DBG] pgmap v19310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:16:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:16.514991+0000 mgr.y (mgr.24491) 21858 : cluster [DBG] pgmap v19311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:16.514991+0000 mgr.y (mgr.24491) 21858 : cluster [DBG] pgmap v19311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:16.514991+0000 mgr.y (mgr.24491) 21858 : cluster [DBG] pgmap v19311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:18.515339+0000 mgr.y (mgr.24491) 21859 : cluster [DBG] pgmap v19312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:18.515339+0000 mgr.y (mgr.24491) 21859 : cluster [DBG] pgmap v19312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:18.515339+0000 mgr.y (mgr.24491) 21859 : cluster [DBG] pgmap v19312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:21.174 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:16:21.448 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:16:21.448 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 110s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:16:21.448 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 109s ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:16:21.448 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 110s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:16:21.448 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 109s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:16:21.449 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 109s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:16:21.449 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 110s ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:16:21.449 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 110s ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:16:21.449 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 109s ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:16:21.449 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 110s ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:16:21.449 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 110s ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:16:21.449 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 109s ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:16:21.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 110s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:16:21.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 110s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:16:21.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 110s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:16:21.449 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 110s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:16:21.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 109s ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:16:21.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 109s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:16:21.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 109s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:16:21.450 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 109s ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:16:21.450 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 109s ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:16:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:16:21.781 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:16:21.781 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:16:21.781 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:16:21.781 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:16:21.781 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:16:21.781 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:16:21.782 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:16:21.782 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:16:21.782 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:16:21.782 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:16:21.782 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:16:21.782 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:16:21.782 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:16:21.782 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:16:21.782 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:16:21.782 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:16:21.782 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:16:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:20.516260+0000 mgr.y (mgr.24491) 21860 : cluster [DBG] pgmap v19313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:16:21.782445+0000 mon.a (mon.0) 4417 : audit [DBG] from='client.? 172.21.15.177:0/3732572436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:16:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:20.516260+0000 mgr.y (mgr.24491) 21860 : cluster [DBG] pgmap v19313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:16:21.782445+0000 mon.a (mon.0) 4417 : audit [DBG] from='client.? 172.21.15.177:0/3732572436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:16:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:20.516260+0000 mgr.y (mgr.24491) 21860 : cluster [DBG] pgmap v19313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:16:21.782445+0000 mon.a (mon.0) 4417 : audit [DBG] from='client.? 172.21.15.177:0/3732572436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:16:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:16:21.163383+0000 mgr.y (mgr.24491) 21861 : audit [DBG] from='client.47231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:23.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:16:21.441818+0000 mgr.y (mgr.24491) 21862 : audit [DBG] from='client.37329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:16:21.163383+0000 mgr.y (mgr.24491) 21861 : audit [DBG] from='client.47231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:16:21.441818+0000 mgr.y (mgr.24491) 21862 : audit [DBG] from='client.37329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:16:21.163383+0000 mgr.y (mgr.24491) 21861 : audit [DBG] from='client.47231 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:16:21.441818+0000 mgr.y (mgr.24491) 21862 : audit [DBG] from='client.37329 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:22.516692+0000 mgr.y (mgr.24491) 21863 : cluster [DBG] pgmap v19314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:22.516692+0000 mgr.y (mgr.24491) 21863 : cluster [DBG] pgmap v19314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:22.516692+0000 mgr.y (mgr.24491) 21863 : cluster [DBG] pgmap v19314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:24.517455+0000 mgr.y (mgr.24491) 21864 : cluster [DBG] pgmap v19315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:24.517455+0000 mgr.y (mgr.24491) 21864 : cluster [DBG] pgmap v19315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:24.517455+0000 mgr.y (mgr.24491) 21864 : cluster [DBG] pgmap v19315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:16:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:26.517849+0000 mgr.y (mgr.24491) 21865 : cluster [DBG] pgmap v19316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:26.517849+0000 mgr.y (mgr.24491) 21865 : cluster [DBG] pgmap v19316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:26.517849+0000 mgr.y (mgr.24491) 21865 : cluster [DBG] pgmap v19316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:28.518181+0000 mgr.y (mgr.24491) 21866 : cluster [DBG] pgmap v19317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:28.518181+0000 mgr.y (mgr.24491) 21866 : cluster [DBG] pgmap v19317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:28.518181+0000 mgr.y (mgr.24491) 21866 : cluster [DBG] pgmap v19317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:16:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:30.518800+0000 mgr.y (mgr.24491) 21867 : cluster [DBG] pgmap v19318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:30.518800+0000 mgr.y (mgr.24491) 21867 : cluster [DBG] pgmap v19318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:30.518800+0000 mgr.y (mgr.24491) 21867 : cluster [DBG] pgmap v19318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:16:32.468425+0000 mon.a (mon.0) 4418 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:16:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:16:32.758592+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:16:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:16:32.759217+0000 mon.a (mon.0) 4420 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:16:33.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:16:32.763616+0000 mon.a (mon.0) 4421 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:16:33.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:16:32.468425+0000 mon.a (mon.0) 4418 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:16:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:16:32.758592+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:16:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:16:32.759217+0000 mon.a (mon.0) 4420 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:16:33.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:16:32.763616+0000 mon.a (mon.0) 4421 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:16:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:16:32.468425+0000 mon.a (mon.0) 4418 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:16:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:16:32.758592+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:16:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:16:32.759217+0000 mon.a (mon.0) 4420 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:16:33.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:16:32.763616+0000 mon.a (mon.0) 4421 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:16:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:32.519194+0000 mgr.y (mgr.24491) 21868 : cluster [DBG] pgmap v19319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:32.519194+0000 mgr.y (mgr.24491) 21868 : cluster [DBG] pgmap v19319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:32.519194+0000 mgr.y (mgr.24491) 21868 : cluster [DBG] pgmap v19319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:34.519799+0000 mgr.y (mgr.24491) 21869 : cluster [DBG] pgmap v19320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:34.519799+0000 mgr.y (mgr.24491) 21869 : cluster [DBG] pgmap v19320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:34.519799+0000 mgr.y (mgr.24491) 21869 : cluster [DBG] pgmap v19320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:16:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:36.520183+0000 mgr.y (mgr.24491) 21870 : cluster [DBG] pgmap v19321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:36.520183+0000 mgr.y (mgr.24491) 21870 : cluster [DBG] pgmap v19321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:36.520183+0000 mgr.y (mgr.24491) 21870 : cluster [DBG] pgmap v19321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:38.520729+0000 mgr.y (mgr.24491) 21871 : cluster [DBG] pgmap v19322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:38.520729+0000 mgr.y (mgr.24491) 21871 : cluster [DBG] pgmap v19322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:38.520729+0000 mgr.y (mgr.24491) 21871 : cluster [DBG] pgmap v19322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:16:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:40.521404+0000 mgr.y (mgr.24491) 21872 : cluster [DBG] pgmap v19323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:40.521404+0000 mgr.y (mgr.24491) 21872 : cluster [DBG] pgmap v19323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:40.521404+0000 mgr.y (mgr.24491) 21872 : cluster [DBG] pgmap v19323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:42.521886+0000 mgr.y (mgr.24491) 21873 : cluster [DBG] pgmap v19324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:42.521886+0000 mgr.y (mgr.24491) 21873 : cluster [DBG] pgmap v19324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:42.521886+0000 mgr.y (mgr.24491) 21873 : cluster [DBG] pgmap v19324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:44.522601+0000 mgr.y (mgr.24491) 21874 : cluster [DBG] pgmap v19325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:44.522601+0000 mgr.y (mgr.24491) 21874 : cluster [DBG] pgmap v19325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:44.522601+0000 mgr.y (mgr.24491) 21874 : cluster [DBG] pgmap v19325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:47] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T14:16:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:46.523157+0000 mgr.y (mgr.24491) 21875 : cluster [DBG] pgmap v19326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:48.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:46.523157+0000 mgr.y (mgr.24491) 21875 : cluster [DBG] pgmap v19326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:46.523157+0000 mgr.y (mgr.24491) 21875 : cluster [DBG] pgmap v19326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:48.523623+0000 mgr.y (mgr.24491) 21876 : cluster [DBG] pgmap v19327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:48.523623+0000 mgr.y (mgr.24491) 21876 : cluster [DBG] pgmap v19327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:48.523623+0000 mgr.y (mgr.24491) 21876 : cluster [DBG] pgmap v19327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:16:52.094 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:16:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:50.524257+0000 mgr.y (mgr.24491) 21877 : cluster [DBG] pgmap v19328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:52.370 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:16:52.370 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:16:52.370 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:16:52.370 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:16:52.370 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 2m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 2m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:16:52.371 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:16:52.372 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:16:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:50.524257+0000 mgr.y (mgr.24491) 21877 : cluster [DBG] pgmap v19328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:50.524257+0000 mgr.y (mgr.24491) 21877 : cluster [DBG] pgmap v19328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:52.714 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:16:52.714 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:16:52.714 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:16:52.714 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:16:52.714 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:16:52.715 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:16:53.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:16:52.715785+0000 mon.c (mon.2) 675 : audit [DBG] from='client.? 172.21.15.177:0/4138470989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:16:53.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:16:52.715785+0000 mon.c (mon.2) 675 : audit [DBG] from='client.? 172.21.15.177:0/4138470989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:16:53.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:16:52.715785+0000 mon.c (mon.2) 675 : audit [DBG] from='client.? 172.21.15.177:0/4138470989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:16:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:16:52.083561+0000 mgr.y (mgr.24491) 21878 : audit [DBG] from='client.37341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:16:52.362672+0000 mgr.y (mgr.24491) 21879 : audit [DBG] from='client.37347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:54.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:52.524604+0000 mgr.y (mgr.24491) 21880 : cluster [DBG] pgmap v19329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:16:52.083561+0000 mgr.y (mgr.24491) 21878 : audit [DBG] from='client.37341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:16:52.362672+0000 mgr.y (mgr.24491) 21879 : audit [DBG] from='client.37347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:52.524604+0000 mgr.y (mgr.24491) 21880 : cluster [DBG] pgmap v19329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:16:52.083561+0000 mgr.y (mgr.24491) 21878 : audit [DBG] from='client.37341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:16:52.362672+0000 mgr.y (mgr.24491) 21879 : audit [DBG] from='client.37347 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:16:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:52.524604+0000 mgr.y (mgr.24491) 21880 : cluster [DBG] pgmap v19329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:54.525314+0000 mgr.y (mgr.24491) 21881 : cluster [DBG] pgmap v19330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:54.525314+0000 mgr.y (mgr.24491) 21881 : cluster [DBG] pgmap v19330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:54.525314+0000 mgr.y (mgr.24491) 21881 : cluster [DBG] pgmap v19330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:58.008 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:16:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:16:57] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T14:16:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:16:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:56.525720+0000 mgr.y (mgr.24491) 21882 : cluster [DBG] pgmap v19331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:16:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:56.525720+0000 mgr.y (mgr.24491) 21882 : cluster [DBG] pgmap v19331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:16:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:16:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:56.525720+0000 mgr.y (mgr.24491) 21882 : cluster [DBG] pgmap v19331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:16:58.526369+0000 mgr.y (mgr.24491) 21883 : cluster [DBG] pgmap v19332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:16:58.526369+0000 mgr.y (mgr.24491) 21883 : cluster [DBG] pgmap v19332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:16:58.526369+0000 mgr.y (mgr.24491) 21883 : cluster [DBG] pgmap v19332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:17:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:17:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:00.526998+0000 mgr.y (mgr.24491) 21884 : cluster [DBG] pgmap v19333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:00.526998+0000 mgr.y (mgr.24491) 21884 : cluster [DBG] pgmap v19333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:00.526998+0000 mgr.y (mgr.24491) 21884 : cluster [DBG] pgmap v19333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:02.527502+0000 mgr.y (mgr.24491) 21885 : cluster [DBG] pgmap v19334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:02.527502+0000 mgr.y (mgr.24491) 21885 : cluster [DBG] pgmap v19334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:02.527502+0000 mgr.y (mgr.24491) 21885 : cluster [DBG] pgmap v19334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:06.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:04.528345+0000 mgr.y (mgr.24491) 21886 : cluster [DBG] pgmap v19335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:06.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:04.528345+0000 mgr.y (mgr.24491) 21886 : cluster [DBG] pgmap v19335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:04.528345+0000 mgr.y (mgr.24491) 21886 : cluster [DBG] pgmap v19335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:08.022 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:17:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:07] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T14:17:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:06.528833+0000 mgr.y (mgr.24491) 21887 : cluster [DBG] pgmap v19336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:06.528833+0000 mgr.y (mgr.24491) 21887 : cluster [DBG] pgmap v19336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:06.528833+0000 mgr.y (mgr.24491) 21887 : cluster [DBG] pgmap v19336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:10.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:08.529296+0000 mgr.y (mgr.24491) 21888 : cluster [DBG] pgmap v19337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:10.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:08.529296+0000 mgr.y (mgr.24491) 21888 : cluster [DBG] pgmap v19337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:08.529296+0000 mgr.y (mgr.24491) 21888 : cluster [DBG] pgmap v19337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:11.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:17:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:17:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:10.529948+0000 mgr.y (mgr.24491) 21889 : cluster [DBG] pgmap v19338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:10.529948+0000 mgr.y (mgr.24491) 21889 : cluster [DBG] pgmap v19338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:10.529948+0000 mgr.y (mgr.24491) 21889 : cluster [DBG] pgmap v19338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:12.530386+0000 mgr.y (mgr.24491) 21890 : cluster [DBG] pgmap v19339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:12.530386+0000 mgr.y (mgr.24491) 21890 : cluster [DBG] pgmap v19339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:12.530386+0000 mgr.y (mgr.24491) 21890 : cluster [DBG] pgmap v19339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:14.531008+0000 mgr.y (mgr.24491) 21891 : cluster [DBG] pgmap v19340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:14.531008+0000 mgr.y (mgr.24491) 21891 : cluster [DBG] pgmap v19340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:14.531008+0000 mgr.y (mgr.24491) 21891 : cluster [DBG] pgmap v19340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:17.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:16.531573+0000 mgr.y (mgr.24491) 21892 : cluster [DBG] pgmap v19341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:17.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:16.531573+0000 mgr.y (mgr.24491) 21892 : cluster [DBG] pgmap v19341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:16.531573+0000 mgr.y (mgr.24491) 21892 : cluster [DBG] pgmap v19341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:17:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:17:19.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:18.532118+0000 mgr.y (mgr.24491) 21893 : cluster [DBG] pgmap v19342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:19.903 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:18.532118+0000 mgr.y (mgr.24491) 21893 : cluster [DBG] pgmap v19342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:18.532118+0000 mgr.y (mgr.24491) 21893 : cluster [DBG] pgmap v19342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:17:21.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:20.532726+0000 mgr.y (mgr.24491) 21894 : cluster [DBG] pgmap v19343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:21.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:20.532726+0000 mgr.y (mgr.24491) 21894 : cluster [DBG] pgmap v19343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:20.532726+0000 mgr.y (mgr.24491) 21894 : cluster [DBG] pgmap v19343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:23.028 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:17:23.302 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:17:23.302 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:17:23.303 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:17:23.303 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:17:23.303 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:17:23.303 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:17:23.303 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 2m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:17:23.303 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 2m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:17:23.303 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:17:23.303 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:17:23.303 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:17:23.304 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:17:23.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:17:23.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:17:23.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:17:23.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:17:23.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:17:23.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:17:23.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:17:23.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:17:23.305 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:17:23.640 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:17:23.640 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:17:23.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:17:23.640 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:17:23.640 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:17:23.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:17:23.640 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:17:23.640 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:17:23.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:17:23.641 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:17:23.641 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:17:23.641 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:17:23.641 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:17:23.641 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:17:23.641 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:17:23.641 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:17:23.641 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:17:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:22.533212+0000 mgr.y (mgr.24491) 21895 : cluster [DBG] pgmap v19344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:17:23.017357+0000 mgr.y (mgr.24491) 21896 : audit [DBG] from='client.47267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:22.533212+0000 mgr.y (mgr.24491) 21895 : cluster [DBG] pgmap v19344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:23.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:17:23.017357+0000 mgr.y (mgr.24491) 21896 : audit [DBG] from='client.47267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:22.533212+0000 mgr.y (mgr.24491) 21895 : cluster [DBG] pgmap v19344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:17:23.017357+0000 mgr.y (mgr.24491) 21896 : audit [DBG] from='client.47267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:17:23.296260+0000 mgr.y (mgr.24491) 21897 : audit [DBG] from='client.37365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:24.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:17:23.641279+0000 mon.c (mon.2) 676 : audit [DBG] from='client.? 172.21.15.177:0/2599665673' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:17:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:17:23.296260+0000 mgr.y (mgr.24491) 21897 : audit [DBG] from='client.37365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:24.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:17:23.641279+0000 mon.c (mon.2) 676 : audit [DBG] from='client.? 172.21.15.177:0/2599665673' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:17:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:17:23.296260+0000 mgr.y (mgr.24491) 21897 : audit [DBG] from='client.37365 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:24.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:17:23.641279+0000 mon.c (mon.2) 676 : audit [DBG] from='client.? 172.21.15.177:0/2599665673' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:17:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:24.533952+0000 mgr.y (mgr.24491) 21898 : cluster [DBG] pgmap v19345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:24.533952+0000 mgr.y (mgr.24491) 21898 : cluster [DBG] pgmap v19345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:24.533952+0000 mgr.y (mgr.24491) 21898 : cluster [DBG] pgmap v19345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:17:27.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:26.534367+0000 mgr.y (mgr.24491) 21899 : cluster [DBG] pgmap v19346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:26.534367+0000 mgr.y (mgr.24491) 21899 : cluster [DBG] pgmap v19346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:26.534367+0000 mgr.y (mgr.24491) 21899 : cluster [DBG] pgmap v19346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:28.534850+0000 mgr.y (mgr.24491) 21900 : cluster [DBG] pgmap v19347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:29.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:28.534850+0000 mgr.y (mgr.24491) 21900 : cluster [DBG] pgmap v19347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:28.534850+0000 mgr.y (mgr.24491) 21900 : cluster [DBG] pgmap v19347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:17:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:30.535507+0000 mgr.y (mgr.24491) 21901 : cluster [DBG] pgmap v19348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:30.535507+0000 mgr.y (mgr.24491) 21901 : cluster [DBG] pgmap v19348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:30.535507+0000 mgr.y (mgr.24491) 21901 : cluster [DBG] pgmap v19348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:32.535959+0000 mgr.y (mgr.24491) 21902 : cluster [DBG] pgmap v19349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:17:32.768668+0000 mon.a (mon.0) 4422 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:17:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:17:33.011638+0000 mon.a (mon.0) 4423 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:17:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:17:33.278449+0000 mon.a (mon.0) 4424 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:17:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:17:33.279095+0000 mon.a (mon.0) 4425 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:17:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:17:33.283294+0000 mon.a (mon.0) 4426 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:17:33.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:32.535959+0000 mgr.y (mgr.24491) 21902 : cluster [DBG] pgmap v19349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:33.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:17:32.768668+0000 mon.a (mon.0) 4422 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:17:33.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:17:33.011638+0000 mon.a (mon.0) 4423 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:17:33.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:17:33.278449+0000 mon.a (mon.0) 4424 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:17:33.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:17:33.279095+0000 mon.a (mon.0) 4425 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:17:33.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:17:33.283294+0000 mon.a (mon.0) 4426 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:17:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:32.535959+0000 mgr.y (mgr.24491) 21902 : cluster [DBG] pgmap v19349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:17:32.768668+0000 mon.a (mon.0) 4422 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:17:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:17:33.011638+0000 mon.a (mon.0) 4423 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:17:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:17:33.278449+0000 mon.a (mon.0) 4424 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:17:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:17:33.279095+0000 mon.a (mon.0) 4425 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:17:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:17:33.283294+0000 mon.a (mon.0) 4426 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:17:35.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:34.536545+0000 mgr.y (mgr.24491) 21903 : cluster [DBG] pgmap v19350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:35.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:34.536545+0000 mgr.y (mgr.24491) 21903 : cluster [DBG] pgmap v19350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:34.536545+0000 mgr.y (mgr.24491) 21903 : cluster [DBG] pgmap v19350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:36.537030+0000 mgr.y (mgr.24491) 21904 : cluster [DBG] pgmap v19351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:37.901 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:17:37.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:36.537030+0000 mgr.y (mgr.24491) 21904 : cluster [DBG] pgmap v19351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:36.537030+0000 mgr.y (mgr.24491) 21904 : cluster [DBG] pgmap v19351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:39.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:38.537484+0000 mgr.y (mgr.24491) 21905 : cluster [DBG] pgmap v19352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:39.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:38.537484+0000 mgr.y (mgr.24491) 21905 : cluster [DBG] pgmap v19352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:38.537484+0000 mgr.y (mgr.24491) 21905 : cluster [DBG] pgmap v19352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:17:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:40.538294+0000 mgr.y (mgr.24491) 21906 : cluster [DBG] pgmap v19353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:41.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:40.538294+0000 mgr.y (mgr.24491) 21906 : cluster [DBG] pgmap v19353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:41.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:40.538294+0000 mgr.y (mgr.24491) 21906 : cluster [DBG] pgmap v19353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:43.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:42.538874+0000 mgr.y (mgr.24491) 21907 : cluster [DBG] pgmap v19354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:43.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:42.538874+0000 mgr.y (mgr.24491) 21907 : cluster [DBG] pgmap v19354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:43.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:42.538874+0000 mgr.y (mgr.24491) 21907 : cluster [DBG] pgmap v19354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:45.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:44.539528+0000 mgr.y (mgr.24491) 21908 : cluster [DBG] pgmap v19355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:45.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:44.539528+0000 mgr.y (mgr.24491) 21908 : cluster [DBG] pgmap v19355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:44.539528+0000 mgr.y (mgr.24491) 21908 : cluster [DBG] pgmap v19355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:47.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:46.540055+0000 mgr.y (mgr.24491) 21909 : cluster [DBG] pgmap v19356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:47.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:17:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:46.540055+0000 mgr.y (mgr.24491) 21909 : cluster [DBG] pgmap v19356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:46.540055+0000 mgr.y (mgr.24491) 21909 : cluster [DBG] pgmap v19356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:48.540491+0000 mgr.y (mgr.24491) 21910 : cluster [DBG] pgmap v19357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:48.540491+0000 mgr.y (mgr.24491) 21910 : cluster [DBG] pgmap v19357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:48.540491+0000 mgr.y (mgr.24491) 21910 : cluster [DBG] pgmap v19357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:17:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:50.541330+0000 mgr.y (mgr.24491) 21911 : cluster [DBG] pgmap v19358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:51.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:50.541330+0000 mgr.y (mgr.24491) 21911 : cluster [DBG] pgmap v19358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:50.541330+0000 mgr.y (mgr.24491) 21911 : cluster [DBG] pgmap v19358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:53.946 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:17:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:52.541738+0000 mgr.y (mgr.24491) 21912 : cluster [DBG] pgmap v19359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:52.541738+0000 mgr.y (mgr.24491) 21912 : cluster [DBG] pgmap v19359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:52.541738+0000 mgr.y (mgr.24491) 21912 : cluster [DBG] pgmap v19359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:54.220 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:17:54.220 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:17:54.220 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:17:54.220 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:17:54.220 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:17:54.220 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:17:54.220 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 3m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:17:54.220 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 3m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:17:54.220 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:17:54.221 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:17:54.221 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:17:54.221 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:17:54.221 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:17:54.221 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:17:54.221 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:17:54.221 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:17:54.221 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:17:54.221 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:17:54.221 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:17:54.221 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:17:54.222 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:17:54.553 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:17:54.553 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:17:54.553 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:17:54.553 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:17:54.553 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:17:54.553 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:17:54.553 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:17:54.554 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:17:54.554 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:17:54.554 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:17:54.554 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:17:54.554 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:17:54.554 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:17:54.554 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:17:54.554 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:17:54.554 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:17:54.554 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:17:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:17:53.935384+0000 mgr.y (mgr.24491) 21913 : audit [DBG] from='client.37377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:54.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:17:54.554192+0000 mon.c (mon.2) 677 : audit [DBG] from='client.? 172.21.15.177:0/1927878018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:17:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:17:53.935384+0000 mgr.y (mgr.24491) 21913 : audit [DBG] from='client.37377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:55.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:17:54.554192+0000 mon.c (mon.2) 677 : audit [DBG] from='client.? 172.21.15.177:0/1927878018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:17:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:17:53.935384+0000 mgr.y (mgr.24491) 21913 : audit [DBG] from='client.37377 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:55.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:17:54.554192+0000 mon.c (mon.2) 677 : audit [DBG] from='client.? 172.21.15.177:0/1927878018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:17:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:17:54.213238+0000 mgr.y (mgr.24491) 21914 : audit [DBG] from='client.47291 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:56.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:54.542348+0000 mgr.y (mgr.24491) 21915 : cluster [DBG] pgmap v19360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:17:54.213238+0000 mgr.y (mgr.24491) 21914 : audit [DBG] from='client.47291 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:54.542348+0000 mgr.y (mgr.24491) 21915 : cluster [DBG] pgmap v19360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:17:54.213238+0000 mgr.y (mgr.24491) 21914 : audit [DBG] from='client.47291 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:17:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:54.542348+0000 mgr.y (mgr.24491) 21915 : cluster [DBG] pgmap v19360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:56.542729+0000 mgr.y (mgr.24491) 21916 : cluster [DBG] pgmap v19361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:17:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:17:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:56.542729+0000 mgr.y (mgr.24491) 21916 : cluster [DBG] pgmap v19361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:56.542729+0000 mgr.y (mgr.24491) 21916 : cluster [DBG] pgmap v19361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:17:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:17:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:17:58.543235+0000 mgr.y (mgr.24491) 21917 : cluster [DBG] pgmap v19362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:17:58.543235+0000 mgr.y (mgr.24491) 21917 : cluster [DBG] pgmap v19362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:17:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:17:58.543235+0000 mgr.y (mgr.24491) 21917 : cluster [DBG] pgmap v19362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:18:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:00.543906+0000 mgr.y (mgr.24491) 21918 : cluster [DBG] pgmap v19363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:00.543906+0000 mgr.y (mgr.24491) 21918 : cluster [DBG] pgmap v19363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:00.543906+0000 mgr.y (mgr.24491) 21918 : cluster [DBG] pgmap v19363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:02.544438+0000 mgr.y (mgr.24491) 21919 : cluster [DBG] pgmap v19364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:02.544438+0000 mgr.y (mgr.24491) 21919 : cluster [DBG] pgmap v19364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:02.544438+0000 mgr.y (mgr.24491) 21919 : cluster [DBG] pgmap v19364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:04.545329+0000 mgr.y (mgr.24491) 21920 : cluster [DBG] pgmap v19365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:04.545329+0000 mgr.y (mgr.24491) 21920 : cluster [DBG] pgmap v19365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:04.545329+0000 mgr.y (mgr.24491) 21920 : cluster [DBG] pgmap v19365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:06.545824+0000 mgr.y (mgr.24491) 21921 : cluster [DBG] pgmap v19366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:18:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:06.545824+0000 mgr.y (mgr.24491) 21921 : cluster [DBG] pgmap v19366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:06.545824+0000 mgr.y (mgr.24491) 21921 : cluster [DBG] pgmap v19366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:08.546394+0000 mgr.y (mgr.24491) 21922 : cluster [DBG] pgmap v19367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:08.546394+0000 mgr.y (mgr.24491) 21922 : cluster [DBG] pgmap v19367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:08.546394+0000 mgr.y (mgr.24491) 21922 : cluster [DBG] pgmap v19367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:18:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:10.547079+0000 mgr.y (mgr.24491) 21923 : cluster [DBG] pgmap v19368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:10.547079+0000 mgr.y (mgr.24491) 21923 : cluster [DBG] pgmap v19368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:10.547079+0000 mgr.y (mgr.24491) 21923 : cluster [DBG] pgmap v19368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:12.547654+0000 mgr.y (mgr.24491) 21924 : cluster [DBG] pgmap v19369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:14.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:12.547654+0000 mgr.y (mgr.24491) 21924 : cluster [DBG] pgmap v19369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:12.547654+0000 mgr.y (mgr.24491) 21924 : cluster [DBG] pgmap v19369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:14.548346+0000 mgr.y (mgr.24491) 21925 : cluster [DBG] pgmap v19370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:14.548346+0000 mgr.y (mgr.24491) 21925 : cluster [DBG] pgmap v19370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:14.548346+0000 mgr.y (mgr.24491) 21925 : cluster [DBG] pgmap v19370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:16.548831+0000 mgr.y (mgr.24491) 21926 : cluster [DBG] pgmap v19371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:16.548831+0000 mgr.y (mgr.24491) 21926 : cluster [DBG] pgmap v19371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:18:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:16.548831+0000 mgr.y (mgr.24491) 21926 : cluster [DBG] pgmap v19371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:18.549301+0000 mgr.y (mgr.24491) 21927 : cluster [DBG] pgmap v19372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:18.549301+0000 mgr.y (mgr.24491) 21927 : cluster [DBG] pgmap v19372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:18.549301+0000 mgr.y (mgr.24491) 21927 : cluster [DBG] pgmap v19372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:18:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:20.550109+0000 mgr.y (mgr.24491) 21928 : cluster [DBG] pgmap v19373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:20.550109+0000 mgr.y (mgr.24491) 21928 : cluster [DBG] pgmap v19373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:20.550109+0000 mgr.y (mgr.24491) 21928 : cluster [DBG] pgmap v19373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:22.550584+0000 mgr.y (mgr.24491) 21929 : cluster [DBG] pgmap v19374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:22.550584+0000 mgr.y (mgr.24491) 21929 : cluster [DBG] pgmap v19374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:24.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:22.550584+0000 mgr.y (mgr.24491) 21929 : cluster [DBG] pgmap v19374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:24.865 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:18:25.138 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 3m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 3m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:18:25.139 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:18:25.140 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:18:25.140 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:18:25.140 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:18:25.140 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:18:25.140 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:18:25.140 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:18:25.140 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:18:25.140 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:18:25.474 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:18:25.474 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:18:25.474 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:18:25.474 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:18:25.474 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:18:25.474 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:18:25.474 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:18:25.474 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:18:25.475 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:18:25.475 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:18:25.475 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:18:25.475 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:18:25.475 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:18:25.475 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:18:25.475 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:18:25.475 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:18:25.475 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:18:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:24.551206+0000 mgr.y (mgr.24491) 21930 : cluster [DBG] pgmap v19375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:18:24.855015+0000 mgr.y (mgr.24491) 21931 : audit [DBG] from='client.37395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:18:25.475206+0000 mon.a (mon.0) 4427 : audit [DBG] from='client.? 172.21.15.177:0/2621127269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:18:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:24.551206+0000 mgr.y (mgr.24491) 21930 : cluster [DBG] pgmap v19375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:18:24.855015+0000 mgr.y (mgr.24491) 21931 : audit [DBG] from='client.37395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:18:25.475206+0000 mon.a (mon.0) 4427 : audit [DBG] from='client.? 172.21.15.177:0/2621127269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:18:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:24.551206+0000 mgr.y (mgr.24491) 21930 : cluster [DBG] pgmap v19375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:18:24.855015+0000 mgr.y (mgr.24491) 21931 : audit [DBG] from='client.37395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:18:25.475206+0000 mon.a (mon.0) 4427 : audit [DBG] from='client.? 172.21.15.177:0/2621127269' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:18:26.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:18:25.132495+0000 mgr.y (mgr.24491) 21932 : audit [DBG] from='client.37401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:27.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:18:25.132495+0000 mgr.y (mgr.24491) 21932 : audit [DBG] from='client.37401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:27.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:18:25.132495+0000 mgr.y (mgr.24491) 21932 : audit [DBG] from='client.37401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:26.551593+0000 mgr.y (mgr.24491) 21933 : cluster [DBG] pgmap v19376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:18:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:26.551593+0000 mgr.y (mgr.24491) 21933 : cluster [DBG] pgmap v19376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:26.551593+0000 mgr.y (mgr.24491) 21933 : cluster [DBG] pgmap v19376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:28.552011+0000 mgr.y (mgr.24491) 21934 : cluster [DBG] pgmap v19377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:28.552011+0000 mgr.y (mgr.24491) 21934 : cluster [DBG] pgmap v19377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:28.552011+0000 mgr.y (mgr.24491) 21934 : cluster [DBG] pgmap v19377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:18:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:30.552660+0000 mgr.y (mgr.24491) 21935 : cluster [DBG] pgmap v19378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:30.552660+0000 mgr.y (mgr.24491) 21935 : cluster [DBG] pgmap v19378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:30.552660+0000 mgr.y (mgr.24491) 21935 : cluster [DBG] pgmap v19378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:32.553155+0000 mgr.y (mgr.24491) 21936 : cluster [DBG] pgmap v19379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:18:33.287624+0000 mon.a (mon.0) 4428 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:18:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:18:33.527841+0000 mon.a (mon.0) 4429 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:18:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:32.553155+0000 mgr.y (mgr.24491) 21936 : cluster [DBG] pgmap v19379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:18:33.287624+0000 mon.a (mon.0) 4428 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:18:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:18:33.527841+0000 mon.a (mon.0) 4429 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:18:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:32.553155+0000 mgr.y (mgr.24491) 21936 : cluster [DBG] pgmap v19379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:18:33.287624+0000 mon.a (mon.0) 4428 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:18:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:18:33.527841+0000 mon.a (mon.0) 4429 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:18:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:18:33.804339+0000 mon.a (mon.0) 4430 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:18:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:18:33.804932+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:18:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:18:33.809132+0000 mon.a (mon.0) 4432 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:18:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:18:33.804339+0000 mon.a (mon.0) 4430 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:18:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:18:33.804932+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:18:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:18:33.809132+0000 mon.a (mon.0) 4432 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:18:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:18:33.804339+0000 mon.a (mon.0) 4430 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:18:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:18:33.804932+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:18:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:18:33.809132+0000 mon.a (mon.0) 4432 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:18:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:34.554017+0000 mgr.y (mgr.24491) 21937 : cluster [DBG] pgmap v19380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:36.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:34.554017+0000 mgr.y (mgr.24491) 21937 : cluster [DBG] pgmap v19380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:34.554017+0000 mgr.y (mgr.24491) 21937 : cluster [DBG] pgmap v19380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:18:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:36.554438+0000 mgr.y (mgr.24491) 21938 : cluster [DBG] pgmap v19381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:36.554438+0000 mgr.y (mgr.24491) 21938 : cluster [DBG] pgmap v19381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:36.554438+0000 mgr.y (mgr.24491) 21938 : cluster [DBG] pgmap v19381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:38.554905+0000 mgr.y (mgr.24491) 21939 : cluster [DBG] pgmap v19382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:38.554905+0000 mgr.y (mgr.24491) 21939 : cluster [DBG] pgmap v19382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:38.554905+0000 mgr.y (mgr.24491) 21939 : cluster [DBG] pgmap v19382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:18:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:40.555547+0000 mgr.y (mgr.24491) 21940 : cluster [DBG] pgmap v19383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:40.555547+0000 mgr.y (mgr.24491) 21940 : cluster [DBG] pgmap v19383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:40.555547+0000 mgr.y (mgr.24491) 21940 : cluster [DBG] pgmap v19383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:42.555991+0000 mgr.y (mgr.24491) 21941 : cluster [DBG] pgmap v19384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:42.555991+0000 mgr.y (mgr.24491) 21941 : cluster [DBG] pgmap v19384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:42.555991+0000 mgr.y (mgr.24491) 21941 : cluster [DBG] pgmap v19384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:44.556671+0000 mgr.y (mgr.24491) 21942 : cluster [DBG] pgmap v19385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:44.556671+0000 mgr.y (mgr.24491) 21942 : cluster [DBG] pgmap v19385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:44.556671+0000 mgr.y (mgr.24491) 21942 : cluster [DBG] pgmap v19385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:18:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:46.557134+0000 mgr.y (mgr.24491) 21943 : cluster [DBG] pgmap v19386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:46.557134+0000 mgr.y (mgr.24491) 21943 : cluster [DBG] pgmap v19386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:46.557134+0000 mgr.y (mgr.24491) 21943 : cluster [DBG] pgmap v19386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:48.557616+0000 mgr.y (mgr.24491) 21944 : cluster [DBG] pgmap v19387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:48.557616+0000 mgr.y (mgr.24491) 21944 : cluster [DBG] pgmap v19387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:48.557616+0000 mgr.y (mgr.24491) 21944 : cluster [DBG] pgmap v19387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:18:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:50.558314+0000 mgr.y (mgr.24491) 21945 : cluster [DBG] pgmap v19388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:50.558314+0000 mgr.y (mgr.24491) 21945 : cluster [DBG] pgmap v19388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:50.558314+0000 mgr.y (mgr.24491) 21945 : cluster [DBG] pgmap v19388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:52.559176+0000 mgr.y (mgr.24491) 21946 : cluster [DBG] pgmap v19389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:54.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:52.559176+0000 mgr.y (mgr.24491) 21946 : cluster [DBG] pgmap v19389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:52.559176+0000 mgr.y (mgr.24491) 21946 : cluster [DBG] pgmap v19389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:55.784 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:18:56.058 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:18:56.059 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:18:56.059 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:18:56.059 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:18:56.059 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:18:56.059 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 4m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:18:56.059 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:18:56.059 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:18:56.059 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 4m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:18:56.059 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 4m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:18:56.060 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:18:56.060 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:18:56.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 4m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:18:56.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:18:56.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:18:56.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:18:56.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:18:56.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:18:56.061 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:18:56.061 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:18:56.061 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:18:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:54.559761+0000 mgr.y (mgr.24491) 21947 : cluster [DBG] pgmap v19390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:54.559761+0000 mgr.y (mgr.24491) 21947 : cluster [DBG] pgmap v19390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:54.559761+0000 mgr.y (mgr.24491) 21947 : cluster [DBG] pgmap v19390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:56.390 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:18:56.390 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:18:56.390 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:18:56.390 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:18:56.390 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:18:56.391 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:18:56.391 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:18:56.391 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:18:56.391 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:18:56.391 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:18:56.391 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:18:56.391 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:18:56.391 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:18:56.391 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:18:56.392 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:18:56.392 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:18:56.392 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:18:57.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:18:55.774033+0000 mgr.y (mgr.24491) 21948 : audit [DBG] from='client.47321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:18:56.051849+0000 mgr.y (mgr.24491) 21949 : audit [DBG] from='client.47327 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:57.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:18:56.391131+0000 mon.a (mon.0) 4433 : audit [DBG] from='client.? 172.21.15.177:0/1887026387' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:18:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:18:55.774033+0000 mgr.y (mgr.24491) 21948 : audit [DBG] from='client.47321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:18:56.051849+0000 mgr.y (mgr.24491) 21949 : audit [DBG] from='client.47327 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:57.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:18:56.391131+0000 mon.a (mon.0) 4433 : audit [DBG] from='client.? 172.21.15.177:0/1887026387' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:18:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:18:55.774033+0000 mgr.y (mgr.24491) 21948 : audit [DBG] from='client.47321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:18:56.051849+0000 mgr.y (mgr.24491) 21949 : audit [DBG] from='client.47327 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:18:57.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:18:56.391131+0000 mon.a (mon.0) 4433 : audit [DBG] from='client.? 172.21.15.177:0/1887026387' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:18:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:56.560171+0000 mgr.y (mgr.24491) 21950 : cluster [DBG] pgmap v19391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:18:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:18:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:56.560171+0000 mgr.y (mgr.24491) 21950 : cluster [DBG] pgmap v19391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:18:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:56.560171+0000 mgr.y (mgr.24491) 21950 : cluster [DBG] pgmap v19391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:18:58.560650+0000 mgr.y (mgr.24491) 21951 : cluster [DBG] pgmap v19392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:18:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:18:58.560650+0000 mgr.y (mgr.24491) 21951 : cluster [DBG] pgmap v19392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:18:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:18:58.560650+0000 mgr.y (mgr.24491) 21951 : cluster [DBG] pgmap v19392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:19:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:00.561458+0000 mgr.y (mgr.24491) 21952 : cluster [DBG] pgmap v19393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:00.561458+0000 mgr.y (mgr.24491) 21952 : cluster [DBG] pgmap v19393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:00.561458+0000 mgr.y (mgr.24491) 21952 : cluster [DBG] pgmap v19393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:02.561880+0000 mgr.y (mgr.24491) 21953 : cluster [DBG] pgmap v19394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:02.561880+0000 mgr.y (mgr.24491) 21953 : cluster [DBG] pgmap v19394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:02.561880+0000 mgr.y (mgr.24491) 21953 : cluster [DBG] pgmap v19394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:04.562514+0000 mgr.y (mgr.24491) 21954 : cluster [DBG] pgmap v19395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:06.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:04.562514+0000 mgr.y (mgr.24491) 21954 : cluster [DBG] pgmap v19395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:04.562514+0000 mgr.y (mgr.24491) 21954 : cluster [DBG] pgmap v19395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:19:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:06.563025+0000 mgr.y (mgr.24491) 21955 : cluster [DBG] pgmap v19396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:06.563025+0000 mgr.y (mgr.24491) 21955 : cluster [DBG] pgmap v19396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:06.563025+0000 mgr.y (mgr.24491) 21955 : cluster [DBG] pgmap v19396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:08.563468+0000 mgr.y (mgr.24491) 21956 : cluster [DBG] pgmap v19397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:08.563468+0000 mgr.y (mgr.24491) 21956 : cluster [DBG] pgmap v19397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:08.563468+0000 mgr.y (mgr.24491) 21956 : cluster [DBG] pgmap v19397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:19:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:10.564363+0000 mgr.y (mgr.24491) 21957 : cluster [DBG] pgmap v19398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:10.564363+0000 mgr.y (mgr.24491) 21957 : cluster [DBG] pgmap v19398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:10.564363+0000 mgr.y (mgr.24491) 21957 : cluster [DBG] pgmap v19398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:12.564771+0000 mgr.y (mgr.24491) 21958 : cluster [DBG] pgmap v19399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:12.564771+0000 mgr.y (mgr.24491) 21958 : cluster [DBG] pgmap v19399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:12.564771+0000 mgr.y (mgr.24491) 21958 : cluster [DBG] pgmap v19399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:14.565507+0000 mgr.y (mgr.24491) 21959 : cluster [DBG] pgmap v19400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:14.565507+0000 mgr.y (mgr.24491) 21959 : cluster [DBG] pgmap v19400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:14.565507+0000 mgr.y (mgr.24491) 21959 : cluster [DBG] pgmap v19400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:19:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:16.565881+0000 mgr.y (mgr.24491) 21960 : cluster [DBG] pgmap v19401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:18.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:16.565881+0000 mgr.y (mgr.24491) 21960 : cluster [DBG] pgmap v19401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:16.565881+0000 mgr.y (mgr.24491) 21960 : cluster [DBG] pgmap v19401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:18.566316+0000 mgr.y (mgr.24491) 21961 : cluster [DBG] pgmap v19402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:18.566316+0000 mgr.y (mgr.24491) 21961 : cluster [DBG] pgmap v19402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:18.566316+0000 mgr.y (mgr.24491) 21961 : cluster [DBG] pgmap v19402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:19:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:20.567155+0000 mgr.y (mgr.24491) 21962 : cluster [DBG] pgmap v19403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:20.567155+0000 mgr.y (mgr.24491) 21962 : cluster [DBG] pgmap v19403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:20.567155+0000 mgr.y (mgr.24491) 21962 : cluster [DBG] pgmap v19403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:22.567697+0000 mgr.y (mgr.24491) 21963 : cluster [DBG] pgmap v19404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:22.567697+0000 mgr.y (mgr.24491) 21963 : cluster [DBG] pgmap v19404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:22.567697+0000 mgr.y (mgr.24491) 21963 : cluster [DBG] pgmap v19404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:24.568361+0000 mgr.y (mgr.24491) 21964 : cluster [DBG] pgmap v19405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:24.568361+0000 mgr.y (mgr.24491) 21964 : cluster [DBG] pgmap v19405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:24.568361+0000 mgr.y (mgr.24491) 21964 : cluster [DBG] pgmap v19405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:26.701 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:19:26.976 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:19:26.976 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:19:26.976 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:19:26.976 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 4m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 4m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 4m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 4m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 4m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 4m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:19:26.977 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:19:27.307 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:19:27.307 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:19:27.307 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:19:27.307 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:19:27.307 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:19:27.307 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:19:27.307 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:19:27.308 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:19:27.308 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:19:27.308 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:19:27.308 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:19:27.308 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:19:27.308 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:19:27.308 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:19:27.308 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:19:27.308 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:19:27.308 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:19:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:19:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:26.568744+0000 mgr.y (mgr.24491) 21965 : cluster [DBG] pgmap v19406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:19:26.690632+0000 mgr.y (mgr.24491) 21966 : audit [DBG] from='client.47339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:19:26.970236+0000 mgr.y (mgr.24491) 21967 : audit [DBG] from='client.47345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:19:27.308784+0000 mon.c (mon.2) 678 : audit [DBG] from='client.? 172.21.15.177:0/2542902925' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:19:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:26.568744+0000 mgr.y (mgr.24491) 21965 : cluster [DBG] pgmap v19406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:19:26.690632+0000 mgr.y (mgr.24491) 21966 : audit [DBG] from='client.47339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:19:26.970236+0000 mgr.y (mgr.24491) 21967 : audit [DBG] from='client.47345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:19:27.308784+0000 mon.c (mon.2) 678 : audit [DBG] from='client.? 172.21.15.177:0/2542902925' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:19:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:26.568744+0000 mgr.y (mgr.24491) 21965 : cluster [DBG] pgmap v19406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:19:26.690632+0000 mgr.y (mgr.24491) 21966 : audit [DBG] from='client.47339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:19:26.970236+0000 mgr.y (mgr.24491) 21967 : audit [DBG] from='client.47345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:19:27.308784+0000 mon.c (mon.2) 678 : audit [DBG] from='client.? 172.21.15.177:0/2542902925' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:19:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:28.569176+0000 mgr.y (mgr.24491) 21968 : cluster [DBG] pgmap v19407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:28.569176+0000 mgr.y (mgr.24491) 21968 : cluster [DBG] pgmap v19407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:28.569176+0000 mgr.y (mgr.24491) 21968 : cluster [DBG] pgmap v19407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:19:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:30.569813+0000 mgr.y (mgr.24491) 21969 : cluster [DBG] pgmap v19408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:30.569813+0000 mgr.y (mgr.24491) 21969 : cluster [DBG] pgmap v19408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:30.569813+0000 mgr.y (mgr.24491) 21969 : cluster [DBG] pgmap v19408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:32.570240+0000 mgr.y (mgr.24491) 21970 : cluster [DBG] pgmap v19409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:19:33.813292+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:19:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:32.570240+0000 mgr.y (mgr.24491) 21970 : cluster [DBG] pgmap v19409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:19:33.813292+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:19:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:32.570240+0000 mgr.y (mgr.24491) 21970 : cluster [DBG] pgmap v19409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:19:33.813292+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:19:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:19:34.105335+0000 mon.a (mon.0) 4435 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:19:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:19:34.106007+0000 mon.a (mon.0) 4436 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:19:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:19:34.110813+0000 mon.a (mon.0) 4437 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:19:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:19:34.105335+0000 mon.a (mon.0) 4435 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:19:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:19:34.106007+0000 mon.a (mon.0) 4436 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:19:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:19:34.110813+0000 mon.a (mon.0) 4437 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:19:35.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:19:34.105335+0000 mon.a (mon.0) 4435 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:19:35.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:19:34.106007+0000 mon.a (mon.0) 4436 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:19:35.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:19:34.110813+0000 mon.a (mon.0) 4437 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:19:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:34.570889+0000 mgr.y (mgr.24491) 21971 : cluster [DBG] pgmap v19410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:34.570889+0000 mgr.y (mgr.24491) 21971 : cluster [DBG] pgmap v19410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:34.570889+0000 mgr.y (mgr.24491) 21971 : cluster [DBG] pgmap v19410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:37.983 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:19:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:36.571201+0000 mgr.y (mgr.24491) 21972 : cluster [DBG] pgmap v19411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:36.571201+0000 mgr.y (mgr.24491) 21972 : cluster [DBG] pgmap v19411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:36.571201+0000 mgr.y (mgr.24491) 21972 : cluster [DBG] pgmap v19411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:38.571824+0000 mgr.y (mgr.24491) 21973 : cluster [DBG] pgmap v19412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:38.571824+0000 mgr.y (mgr.24491) 21973 : cluster [DBG] pgmap v19412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:38.571824+0000 mgr.y (mgr.24491) 21973 : cluster [DBG] pgmap v19412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:19:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:40.572440+0000 mgr.y (mgr.24491) 21974 : cluster [DBG] pgmap v19413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:40.572440+0000 mgr.y (mgr.24491) 21974 : cluster [DBG] pgmap v19413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:40.572440+0000 mgr.y (mgr.24491) 21974 : cluster [DBG] pgmap v19413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:42.573046+0000 mgr.y (mgr.24491) 21975 : cluster [DBG] pgmap v19414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:42.573046+0000 mgr.y (mgr.24491) 21975 : cluster [DBG] pgmap v19414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:44.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:42.573046+0000 mgr.y (mgr.24491) 21975 : cluster [DBG] pgmap v19414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:44.573815+0000 mgr.y (mgr.24491) 21976 : cluster [DBG] pgmap v19415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:44.573815+0000 mgr.y (mgr.24491) 21976 : cluster [DBG] pgmap v19415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:44.573815+0000 mgr.y (mgr.24491) 21976 : cluster [DBG] pgmap v19415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:48.001 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:19:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:19:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:46.574151+0000 mgr.y (mgr.24491) 21977 : cluster [DBG] pgmap v19416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:46.574151+0000 mgr.y (mgr.24491) 21977 : cluster [DBG] pgmap v19416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:46.574151+0000 mgr.y (mgr.24491) 21977 : cluster [DBG] pgmap v19416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:50.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:48.574566+0000 mgr.y (mgr.24491) 21978 : cluster [DBG] pgmap v19417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:50.404 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:48.574566+0000 mgr.y (mgr.24491) 21978 : cluster [DBG] pgmap v19417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:48.574566+0000 mgr.y (mgr.24491) 21978 : cluster [DBG] pgmap v19417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:19:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:19:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:50.575280+0000 mgr.y (mgr.24491) 21979 : cluster [DBG] pgmap v19418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:50.575280+0000 mgr.y (mgr.24491) 21979 : cluster [DBG] pgmap v19418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:50.575280+0000 mgr.y (mgr.24491) 21979 : cluster [DBG] pgmap v19418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:52.575643+0000 mgr.y (mgr.24491) 21980 : cluster [DBG] pgmap v19419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:52.575643+0000 mgr.y (mgr.24491) 21980 : cluster [DBG] pgmap v19419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:52.575643+0000 mgr.y (mgr.24491) 21980 : cluster [DBG] pgmap v19419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:54.576271+0000 mgr.y (mgr.24491) 21981 : cluster [DBG] pgmap v19420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:54.576271+0000 mgr.y (mgr.24491) 21981 : cluster [DBG] pgmap v19420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:54.576271+0000 mgr.y (mgr.24491) 21981 : cluster [DBG] pgmap v19420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:57.617 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:19:57.893 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:19:57.893 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:19:57.893 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:19:57.893 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:19:57.893 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:19:57.894 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:19:57.894 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:19:57.894 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:19:57.894 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:19:57.894 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:19:57.894 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:19:57.894 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:19:57.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 5m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:19:57.894 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 5m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:19:57.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 5m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:19:57.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:19:57.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:19:57.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:19:57.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:19:57.895 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:19:57.895 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:19:58.018 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:19:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:19:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:19:58.224 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:19:58.224 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:19:58.224 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:19:58.224 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:19:58.224 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:19:58.224 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:19:58.224 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:19:58.224 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:19:58.224 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:19:58.224 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:19:58.225 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:19:58.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:19:58.225 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:19:58.225 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:19:58.225 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:19:58.225 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:19:58.225 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:19:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:56.576590+0000 mgr.y (mgr.24491) 21982 : cluster [DBG] pgmap v19421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:56.576590+0000 mgr.y (mgr.24491) 21982 : cluster [DBG] pgmap v19421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:56.576590+0000 mgr.y (mgr.24491) 21982 : cluster [DBG] pgmap v19421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:19:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:19:57.606265+0000 mgr.y (mgr.24491) 21983 : audit [DBG] from='client.37449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:19:57.886900+0000 mgr.y (mgr.24491) 21984 : audit [DBG] from='client.37455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:59.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:19:58.225098+0000 mon.a (mon.0) 4438 : audit [DBG] from='client.? 172.21.15.177:0/2972873449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:19:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:19:57.606265+0000 mgr.y (mgr.24491) 21983 : audit [DBG] from='client.37449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:19:57.886900+0000 mgr.y (mgr.24491) 21984 : audit [DBG] from='client.37455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:59.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:19:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:19:58.225098+0000 mon.a (mon.0) 4438 : audit [DBG] from='client.? 172.21.15.177:0/2972873449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:19:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:19:57.606265+0000 mgr.y (mgr.24491) 21983 : audit [DBG] from='client.37449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:19:57.886900+0000 mgr.y (mgr.24491) 21984 : audit [DBG] from='client.37455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:19:59.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:19:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:19:58.225098+0000 mon.a (mon.0) 4438 : audit [DBG] from='client.? 172.21.15.177:0/2972873449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:20:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T14:19:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:20:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:19:58.576883+0000 mgr.y (mgr.24491) 21985 : cluster [DBG] pgmap v19422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:00.000113+0000 mon.a (mon.0) 4439 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:20:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:19:58.576883+0000 mgr.y (mgr.24491) 21985 : cluster [DBG] pgmap v19422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:00.000113+0000 mon.a (mon.0) 4439 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:20:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:19:58.576883+0000 mgr.y (mgr.24491) 21985 : cluster [DBG] pgmap v19422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:00.000113+0000 mon.a (mon.0) 4439 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:20:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:20:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:20:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:00.577481+0000 mgr.y (mgr.24491) 21986 : cluster [DBG] pgmap v19423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:00.577481+0000 mgr.y (mgr.24491) 21986 : cluster [DBG] pgmap v19423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:00.577481+0000 mgr.y (mgr.24491) 21986 : cluster [DBG] pgmap v19423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:02.577905+0000 mgr.y (mgr.24491) 21987 : cluster [DBG] pgmap v19424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:04.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:02.577905+0000 mgr.y (mgr.24491) 21987 : cluster [DBG] pgmap v19424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:02.577905+0000 mgr.y (mgr.24491) 21987 : cluster [DBG] pgmap v19424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:06.405 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:04.578607+0000 mgr.y (mgr.24491) 21988 : cluster [DBG] pgmap v19425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:06.408 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:04.578607+0000 mgr.y (mgr.24491) 21988 : cluster [DBG] pgmap v19425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:04.578607+0000 mgr.y (mgr.24491) 21988 : cluster [DBG] pgmap v19425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:08.046 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:20:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:20:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:06.579033+0000 mgr.y (mgr.24491) 21989 : cluster [DBG] pgmap v19426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:06.579033+0000 mgr.y (mgr.24491) 21989 : cluster [DBG] pgmap v19426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:06.579033+0000 mgr.y (mgr.24491) 21989 : cluster [DBG] pgmap v19426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:08.579391+0000 mgr.y (mgr.24491) 21990 : cluster [DBG] pgmap v19427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:08.579391+0000 mgr.y (mgr.24491) 21990 : cluster [DBG] pgmap v19427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:08.579391+0000 mgr.y (mgr.24491) 21990 : cluster [DBG] pgmap v19427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:20:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:20:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:10.580019+0000 mgr.y (mgr.24491) 21991 : cluster [DBG] pgmap v19428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:12.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:10.580019+0000 mgr.y (mgr.24491) 21991 : cluster [DBG] pgmap v19428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:10.580019+0000 mgr.y (mgr.24491) 21991 : cluster [DBG] pgmap v19428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:12.580378+0000 mgr.y (mgr.24491) 21992 : cluster [DBG] pgmap v19429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:12.580378+0000 mgr.y (mgr.24491) 21992 : cluster [DBG] pgmap v19429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:12.580378+0000 mgr.y (mgr.24491) 21992 : cluster [DBG] pgmap v19429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:14.581156+0000 mgr.y (mgr.24491) 21993 : cluster [DBG] pgmap v19430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:16.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:14.581156+0000 mgr.y (mgr.24491) 21993 : cluster [DBG] pgmap v19430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:14.581156+0000 mgr.y (mgr.24491) 21993 : cluster [DBG] pgmap v19430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:18.062 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:20:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:20:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:16.581554+0000 mgr.y (mgr.24491) 21994 : cluster [DBG] pgmap v19431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:16.581554+0000 mgr.y (mgr.24491) 21994 : cluster [DBG] pgmap v19431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:16.581554+0000 mgr.y (mgr.24491) 21994 : cluster [DBG] pgmap v19431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:18.581897+0000 mgr.y (mgr.24491) 21995 : cluster [DBG] pgmap v19432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:18.581897+0000 mgr.y (mgr.24491) 21995 : cluster [DBG] pgmap v19432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:18.581897+0000 mgr.y (mgr.24491) 21995 : cluster [DBG] pgmap v19432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:20:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:20:22.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:20.582524+0000 mgr.y (mgr.24491) 21996 : cluster [DBG] pgmap v19433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:20.582524+0000 mgr.y (mgr.24491) 21996 : cluster [DBG] pgmap v19433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:20.582524+0000 mgr.y (mgr.24491) 21996 : cluster [DBG] pgmap v19433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:22.582841+0000 mgr.y (mgr.24491) 21997 : cluster [DBG] pgmap v19434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:22.582841+0000 mgr.y (mgr.24491) 21997 : cluster [DBG] pgmap v19434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:22.582841+0000 mgr.y (mgr.24491) 21997 : cluster [DBG] pgmap v19434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:24.583708+0000 mgr.y (mgr.24491) 21998 : cluster [DBG] pgmap v19435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:25.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:24.583708+0000 mgr.y (mgr.24491) 21998 : cluster [DBG] pgmap v19435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:26.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:24.583708+0000 mgr.y (mgr.24491) 21998 : cluster [DBG] pgmap v19435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:27.900 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:20:27.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:26.584215+0000 mgr.y (mgr.24491) 21999 : cluster [DBG] pgmap v19436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:27.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:26.584215+0000 mgr.y (mgr.24491) 21999 : cluster [DBG] pgmap v19436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:26.584215+0000 mgr.y (mgr.24491) 21999 : cluster [DBG] pgmap v19436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:28.536 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:20:28.811 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:20:28.811 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:20:28.812 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:20:28.812 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:20:28.812 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:20:28.812 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 5m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:20:28.812 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 5m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:20:28.812 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 5m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:20:28.812 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 5m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:20:28.812 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 5m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:20:28.812 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:20:28.812 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:20:28.812 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 5m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:20:28.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 5m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:20:28.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 5m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:20:28.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:20:28.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:20:28.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:20:28.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:20:28.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:20:28.813 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:20:29.144 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:20:29.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:20:29.144 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:20:29.144 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:20:29.144 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:20:29.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:20:29.145 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:20:29.145 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:20:29.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:20:29.145 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:20:29.145 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:20:29.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:20:29.145 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:20:29.145 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:20:29.145 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:20:29.145 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:20:29.146 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:20:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:20:28.525339+0000 mgr.y (mgr.24491) 22000 : audit [DBG] from='client.37467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:20:29.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:28.584574+0000 mgr.y (mgr.24491) 22001 : cluster [DBG] pgmap v19437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:29.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:20:28.804813+0000 mgr.y (mgr.24491) 22002 : audit [DBG] from='client.37473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:20:29.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:20:29.145281+0000 mon.a (mon.0) 4440 : audit [DBG] from='client.? 172.21.15.177:0/118277808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:20:29.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:20:28.525339+0000 mgr.y (mgr.24491) 22000 : audit [DBG] from='client.37467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:20:29.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:28.584574+0000 mgr.y (mgr.24491) 22001 : cluster [DBG] pgmap v19437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:29.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:20:28.804813+0000 mgr.y (mgr.24491) 22002 : audit [DBG] from='client.37473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:20:29.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:20:29.145281+0000 mon.a (mon.0) 4440 : audit [DBG] from='client.? 172.21.15.177:0/118277808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:20:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:20:28.525339+0000 mgr.y (mgr.24491) 22000 : audit [DBG] from='client.37467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:20:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:28.584574+0000 mgr.y (mgr.24491) 22001 : cluster [DBG] pgmap v19437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:20:28.804813+0000 mgr.y (mgr.24491) 22002 : audit [DBG] from='client.37473 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:20:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:20:29.145281+0000 mon.a (mon.0) 4440 : audit [DBG] from='client.? 172.21.15.177:0/118277808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:20:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:20:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:30.585382+0000 mgr.y (mgr.24491) 22003 : cluster [DBG] pgmap v19438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:31.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:30.585382+0000 mgr.y (mgr.24491) 22003 : cluster [DBG] pgmap v19438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:30.585382+0000 mgr.y (mgr.24491) 22003 : cluster [DBG] pgmap v19438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:33.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:32.585791+0000 mgr.y (mgr.24491) 22004 : cluster [DBG] pgmap v19439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:33.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:32.585791+0000 mgr.y (mgr.24491) 22004 : cluster [DBG] pgmap v19439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:32.585791+0000 mgr.y (mgr.24491) 22004 : cluster [DBG] pgmap v19439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:20:34.115273+0000 mon.a (mon.0) 4441 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:20:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:20:34.408838+0000 mon.a (mon.0) 4442 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:20:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:20:34.409424+0000 mon.a (mon.0) 4443 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:20:34.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:20:34.413783+0000 mon.a (mon.0) 4444 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:20:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:20:34.115273+0000 mon.a (mon.0) 4441 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:20:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:20:34.408838+0000 mon.a (mon.0) 4442 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:20:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:20:34.409424+0000 mon.a (mon.0) 4443 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:20:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:20:34.413783+0000 mon.a (mon.0) 4444 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:20:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:20:34.115273+0000 mon.a (mon.0) 4441 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:20:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:20:34.408838+0000 mon.a (mon.0) 4442 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:20:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:20:34.409424+0000 mon.a (mon.0) 4443 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:20:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:20:34.413783+0000 mon.a (mon.0) 4444 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:20:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:34.586568+0000 mgr.y (mgr.24491) 22005 : cluster [DBG] pgmap v19440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:34.586568+0000 mgr.y (mgr.24491) 22005 : cluster [DBG] pgmap v19440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:34.586568+0000 mgr.y (mgr.24491) 22005 : cluster [DBG] pgmap v19440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:38.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:36.587065+0000 mgr.y (mgr.24491) 22006 : cluster [DBG] pgmap v19441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:20:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:36.587065+0000 mgr.y (mgr.24491) 22006 : cluster [DBG] pgmap v19441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:36.587065+0000 mgr.y (mgr.24491) 22006 : cluster [DBG] pgmap v19441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:39.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:38.587556+0000 mgr.y (mgr.24491) 22007 : cluster [DBG] pgmap v19442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:38.587556+0000 mgr.y (mgr.24491) 22007 : cluster [DBG] pgmap v19442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:38.587556+0000 mgr.y (mgr.24491) 22007 : cluster [DBG] pgmap v19442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:20:42.006 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:40.588318+0000 mgr.y (mgr.24491) 22008 : cluster [DBG] pgmap v19443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:42.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:40.588318+0000 mgr.y (mgr.24491) 22008 : cluster [DBG] pgmap v19443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:42.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:40.588318+0000 mgr.y (mgr.24491) 22008 : cluster [DBG] pgmap v19443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:44.008 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:42.588669+0000 mgr.y (mgr.24491) 22009 : cluster [DBG] pgmap v19444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:44.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:42.588669+0000 mgr.y (mgr.24491) 22009 : cluster [DBG] pgmap v19444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:44.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:42.588669+0000 mgr.y (mgr.24491) 22009 : cluster [DBG] pgmap v19444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:45.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:44.589611+0000 mgr.y (mgr.24491) 22010 : cluster [DBG] pgmap v19445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:44.589611+0000 mgr.y (mgr.24491) 22010 : cluster [DBG] pgmap v19445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:44.589611+0000 mgr.y (mgr.24491) 22010 : cluster [DBG] pgmap v19445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:47.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:46.590039+0000 mgr.y (mgr.24491) 22011 : cluster [DBG] pgmap v19446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:46.590039+0000 mgr.y (mgr.24491) 22011 : cluster [DBG] pgmap v19446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:20:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:46.590039+0000 mgr.y (mgr.24491) 22011 : cluster [DBG] pgmap v19446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:49.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:48.590462+0000 mgr.y (mgr.24491) 22012 : cluster [DBG] pgmap v19447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:48.590462+0000 mgr.y (mgr.24491) 22012 : cluster [DBG] pgmap v19447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:50.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:48.590462+0000 mgr.y (mgr.24491) 22012 : cluster [DBG] pgmap v19447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:20:51.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:50.591209+0000 mgr.y (mgr.24491) 22013 : cluster [DBG] pgmap v19448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:50.591209+0000 mgr.y (mgr.24491) 22013 : cluster [DBG] pgmap v19448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:50.591209+0000 mgr.y (mgr.24491) 22013 : cluster [DBG] pgmap v19448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:53.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:52.591622+0000 mgr.y (mgr.24491) 22014 : cluster [DBG] pgmap v19449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:54.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:52.591622+0000 mgr.y (mgr.24491) 22014 : cluster [DBG] pgmap v19449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:52.591622+0000 mgr.y (mgr.24491) 22014 : cluster [DBG] pgmap v19449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:55.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:54.592249+0000 mgr.y (mgr.24491) 22015 : cluster [DBG] pgmap v19450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:54.592249+0000 mgr.y (mgr.24491) 22015 : cluster [DBG] pgmap v19450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:54.592249+0000 mgr.y (mgr.24491) 22015 : cluster [DBG] pgmap v19450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:57.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:56.592627+0000 mgr.y (mgr.24491) 22016 : cluster [DBG] pgmap v19451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:20:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:20:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:56.592627+0000 mgr.y (mgr.24491) 22016 : cluster [DBG] pgmap v19451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:56.592627+0000 mgr.y (mgr.24491) 22016 : cluster [DBG] pgmap v19451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:20:59.459 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:20:59.736 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:20:59.736 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 6m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:20:59.736 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 6m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:20:59.736 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 6m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:20:59.736 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 6m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:20:59.736 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 6m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:20:59.736 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 6m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:20:59.736 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 6m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:20:59.736 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 6m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:20:59.736 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 6m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:20:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 6m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:20:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 6m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:20:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 6m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:20:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 6m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:20:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 6m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:20:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 6m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:20:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 6m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:20:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 6m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:20:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 6m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:20:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 6m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:20:59.737 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 6m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:20:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:20:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:20:58.593033+0000 mgr.y (mgr.24491) 22017 : cluster [DBG] pgmap v19452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:00.073 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:21:00.074 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:21:00.074 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:21:00.074 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:21:00.074 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:21:00.074 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:21:00.074 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:21:00.074 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:21:00.074 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:21:00.075 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:21:00.075 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:21:00.075 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:21:00.075 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:21:00.075 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:21:00.075 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:21:00.075 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:21:00.075 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:21:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:20:58.593033+0000 mgr.y (mgr.24491) 22017 : cluster [DBG] pgmap v19452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:20:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:20:58.593033+0000 mgr.y (mgr.24491) 22017 : cluster [DBG] pgmap v19452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:20:59.448244+0000 mgr.y (mgr.24491) 22018 : audit [DBG] from='client.37485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:20:59.729688+0000 mgr.y (mgr.24491) 22019 : audit [DBG] from='client.47399 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:00.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:21:00.075199+0000 mon.c (mon.2) 679 : audit [DBG] from='client.? 172.21.15.177:0/762743582' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:21:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:20:59.448244+0000 mgr.y (mgr.24491) 22018 : audit [DBG] from='client.37485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:20:59.729688+0000 mgr.y (mgr.24491) 22019 : audit [DBG] from='client.47399 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:01.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:21:00.075199+0000 mon.c (mon.2) 679 : audit [DBG] from='client.? 172.21.15.177:0/762743582' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:21:01.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:20:59.448244+0000 mgr.y (mgr.24491) 22018 : audit [DBG] from='client.37485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:20:59.729688+0000 mgr.y (mgr.24491) 22019 : audit [DBG] from='client.47399 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:01.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:21:00.075199+0000 mon.c (mon.2) 679 : audit [DBG] from='client.? 172.21.15.177:0/762743582' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:21:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:21:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:00.593678+0000 mgr.y (mgr.24491) 22020 : cluster [DBG] pgmap v19453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:00.593678+0000 mgr.y (mgr.24491) 22020 : cluster [DBG] pgmap v19453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:00.593678+0000 mgr.y (mgr.24491) 22020 : cluster [DBG] pgmap v19453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:03.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:02.594066+0000 mgr.y (mgr.24491) 22021 : cluster [DBG] pgmap v19454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:02.594066+0000 mgr.y (mgr.24491) 22021 : cluster [DBG] pgmap v19454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:02.594066+0000 mgr.y (mgr.24491) 22021 : cluster [DBG] pgmap v19454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:04.594697+0000 mgr.y (mgr.24491) 22022 : cluster [DBG] pgmap v19455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:06.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:04.594697+0000 mgr.y (mgr.24491) 22022 : cluster [DBG] pgmap v19455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:04.594697+0000 mgr.y (mgr.24491) 22022 : cluster [DBG] pgmap v19455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:07.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:06.595126+0000 mgr.y (mgr.24491) 22023 : cluster [DBG] pgmap v19456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:07] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:21:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:06.595126+0000 mgr.y (mgr.24491) 22023 : cluster [DBG] pgmap v19456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:08.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:06.595126+0000 mgr.y (mgr.24491) 22023 : cluster [DBG] pgmap v19456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:09.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:08.595642+0000 mgr.y (mgr.24491) 22024 : cluster [DBG] pgmap v19457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:08.595642+0000 mgr.y (mgr.24491) 22024 : cluster [DBG] pgmap v19457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:08.595642+0000 mgr.y (mgr.24491) 22024 : cluster [DBG] pgmap v19457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:21:11.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:10.596456+0000 mgr.y (mgr.24491) 22025 : cluster [DBG] pgmap v19458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:10.596456+0000 mgr.y (mgr.24491) 22025 : cluster [DBG] pgmap v19458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:10.596456+0000 mgr.y (mgr.24491) 22025 : cluster [DBG] pgmap v19458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:13.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:12.596830+0000 mgr.y (mgr.24491) 22026 : cluster [DBG] pgmap v19459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:12.596830+0000 mgr.y (mgr.24491) 22026 : cluster [DBG] pgmap v19459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:12.596830+0000 mgr.y (mgr.24491) 22026 : cluster [DBG] pgmap v19459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:15.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:14.597497+0000 mgr.y (mgr.24491) 22027 : cluster [DBG] pgmap v19460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:14.597497+0000 mgr.y (mgr.24491) 22027 : cluster [DBG] pgmap v19460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:14.597497+0000 mgr.y (mgr.24491) 22027 : cluster [DBG] pgmap v19460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:17.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:16.597882+0000 mgr.y (mgr.24491) 22028 : cluster [DBG] pgmap v19461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:17] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:21:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:16.597882+0000 mgr.y (mgr.24491) 22028 : cluster [DBG] pgmap v19461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:16.597882+0000 mgr.y (mgr.24491) 22028 : cluster [DBG] pgmap v19461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:18.598359+0000 mgr.y (mgr.24491) 22029 : cluster [DBG] pgmap v19462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:18.598359+0000 mgr.y (mgr.24491) 22029 : cluster [DBG] pgmap v19462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:18.598359+0000 mgr.y (mgr.24491) 22029 : cluster [DBG] pgmap v19462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:21:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:20.598935+0000 mgr.y (mgr.24491) 22030 : cluster [DBG] pgmap v19463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:20.598935+0000 mgr.y (mgr.24491) 22030 : cluster [DBG] pgmap v19463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:20.598935+0000 mgr.y (mgr.24491) 22030 : cluster [DBG] pgmap v19463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:22.599374+0000 mgr.y (mgr.24491) 22031 : cluster [DBG] pgmap v19464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:22.599374+0000 mgr.y (mgr.24491) 22031 : cluster [DBG] pgmap v19464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:22.599374+0000 mgr.y (mgr.24491) 22031 : cluster [DBG] pgmap v19464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:24.599977+0000 mgr.y (mgr.24491) 22032 : cluster [DBG] pgmap v19465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:24.599977+0000 mgr.y (mgr.24491) 22032 : cluster [DBG] pgmap v19465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:24.599977+0000 mgr.y (mgr.24491) 22032 : cluster [DBG] pgmap v19465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:26.600414+0000 mgr.y (mgr.24491) 22033 : cluster [DBG] pgmap v19466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:27] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:21:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:26.600414+0000 mgr.y (mgr.24491) 22033 : cluster [DBG] pgmap v19466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:26.600414+0000 mgr.y (mgr.24491) 22033 : cluster [DBG] pgmap v19466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:28.600888+0000 mgr.y (mgr.24491) 22034 : cluster [DBG] pgmap v19467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:28.600888+0000 mgr.y (mgr.24491) 22034 : cluster [DBG] pgmap v19467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:30.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:28.600888+0000 mgr.y (mgr.24491) 22034 : cluster [DBG] pgmap v19467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:30.388 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:21:30.664 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:21:30.664 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 6m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:21:30.664 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 6m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:21:30.665 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 6m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:21:30.665 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 6m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:21:30.665 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 6m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:21:30.665 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 6m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:21:30.665 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 6m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:21:30.665 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 6m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:21:30.665 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 6m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:21:30.665 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 6m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:21:30.665 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 6m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:21:30.665 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 6m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:21:30.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 6m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:21:30.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 6m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:21:30.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 6m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:21:30.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 6m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:21:30.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 6m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:21:30.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 6m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:21:30.666 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 6m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:21:30.666 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 6m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:21:30.998 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:21:30.998 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:21:30.998 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:21:30.998 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:21:30.998 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:21:30.998 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:21:30.998 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:21:30.999 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:21:30.999 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:21:30.999 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:21:30.999 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:21:30.999 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:21:30.999 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:21:30.999 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:21:30.999 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:21:30.999 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:21:30.999 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:21:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:21:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:21:30.377656+0000 mgr.y (mgr.24491) 22035 : audit [DBG] from='client.37503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:30.601432+0000 mgr.y (mgr.24491) 22036 : cluster [DBG] pgmap v19468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:21:30.657990+0000 mgr.y (mgr.24491) 22037 : audit [DBG] from='client.37509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:21:30.999236+0000 mon.c (mon.2) 680 : audit [DBG] from='client.? 172.21.15.177:0/2207596249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:21:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:21:30.377656+0000 mgr.y (mgr.24491) 22035 : audit [DBG] from='client.37503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:30.601432+0000 mgr.y (mgr.24491) 22036 : cluster [DBG] pgmap v19468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:21:30.657990+0000 mgr.y (mgr.24491) 22037 : audit [DBG] from='client.37509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:32.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:21:30.999236+0000 mon.c (mon.2) 680 : audit [DBG] from='client.? 172.21.15.177:0/2207596249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:21:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:21:30.377656+0000 mgr.y (mgr.24491) 22035 : audit [DBG] from='client.37503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:30.601432+0000 mgr.y (mgr.24491) 22036 : cluster [DBG] pgmap v19468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:21:30.657990+0000 mgr.y (mgr.24491) 22037 : audit [DBG] from='client.37509 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:21:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:21:30.999236+0000 mon.c (mon.2) 680 : audit [DBG] from='client.? 172.21.15.177:0/2207596249' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:21:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:32.602097+0000 mgr.y (mgr.24491) 22038 : cluster [DBG] pgmap v19469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:32.602097+0000 mgr.y (mgr.24491) 22038 : cluster [DBG] pgmap v19469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:32.602097+0000 mgr.y (mgr.24491) 22038 : cluster [DBG] pgmap v19469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:35.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:21:34.418794+0000 mon.a (mon.0) 4445 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:21:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:21:34.710810+0000 mon.a (mon.0) 4446 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:21:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:21:34.711404+0000 mon.a (mon.0) 4447 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:21:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:21:34.715775+0000 mon.a (mon.0) 4448 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:21:35.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:21:34.418794+0000 mon.a (mon.0) 4445 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:21:35.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:21:34.710810+0000 mon.a (mon.0) 4446 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:21:35.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:21:34.711404+0000 mon.a (mon.0) 4447 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:21:35.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:21:34.715775+0000 mon.a (mon.0) 4448 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:21:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:21:34.418794+0000 mon.a (mon.0) 4445 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:21:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:21:34.710810+0000 mon.a (mon.0) 4446 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:21:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:21:34.711404+0000 mon.a (mon.0) 4447 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:21:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:21:34.715775+0000 mon.a (mon.0) 4448 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:21:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:34.602849+0000 mgr.y (mgr.24491) 22039 : cluster [DBG] pgmap v19470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:34.602849+0000 mgr.y (mgr.24491) 22039 : cluster [DBG] pgmap v19470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:34.602849+0000 mgr.y (mgr.24491) 22039 : cluster [DBG] pgmap v19470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:21:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:36.603276+0000 mgr.y (mgr.24491) 22040 : cluster [DBG] pgmap v19471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:36.603276+0000 mgr.y (mgr.24491) 22040 : cluster [DBG] pgmap v19471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:36.603276+0000 mgr.y (mgr.24491) 22040 : cluster [DBG] pgmap v19471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:38.603698+0000 mgr.y (mgr.24491) 22041 : cluster [DBG] pgmap v19472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:38.603698+0000 mgr.y (mgr.24491) 22041 : cluster [DBG] pgmap v19472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:38.603698+0000 mgr.y (mgr.24491) 22041 : cluster [DBG] pgmap v19472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:21:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:40.604364+0000 mgr.y (mgr.24491) 22042 : cluster [DBG] pgmap v19473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:40.604364+0000 mgr.y (mgr.24491) 22042 : cluster [DBG] pgmap v19473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:40.604364+0000 mgr.y (mgr.24491) 22042 : cluster [DBG] pgmap v19473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:44.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:42.604947+0000 mgr.y (mgr.24491) 22043 : cluster [DBG] pgmap v19474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:44.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:42.604947+0000 mgr.y (mgr.24491) 22043 : cluster [DBG] pgmap v19474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:42.604947+0000 mgr.y (mgr.24491) 22043 : cluster [DBG] pgmap v19474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:44.605701+0000 mgr.y (mgr.24491) 22044 : cluster [DBG] pgmap v19475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:44.605701+0000 mgr.y (mgr.24491) 22044 : cluster [DBG] pgmap v19475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:44.605701+0000 mgr.y (mgr.24491) 22044 : cluster [DBG] pgmap v19475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:46.606080+0000 mgr.y (mgr.24491) 22045 : cluster [DBG] pgmap v19476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:21:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:46.606080+0000 mgr.y (mgr.24491) 22045 : cluster [DBG] pgmap v19476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:46.606080+0000 mgr.y (mgr.24491) 22045 : cluster [DBG] pgmap v19476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:48.606530+0000 mgr.y (mgr.24491) 22046 : cluster [DBG] pgmap v19477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:48.606530+0000 mgr.y (mgr.24491) 22046 : cluster [DBG] pgmap v19477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:48.606530+0000 mgr.y (mgr.24491) 22046 : cluster [DBG] pgmap v19477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:21:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:50.607149+0000 mgr.y (mgr.24491) 22047 : cluster [DBG] pgmap v19478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:50.607149+0000 mgr.y (mgr.24491) 22047 : cluster [DBG] pgmap v19478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:50.607149+0000 mgr.y (mgr.24491) 22047 : cluster [DBG] pgmap v19478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:54.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:52.607711+0000 mgr.y (mgr.24491) 22048 : cluster [DBG] pgmap v19479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:52.607711+0000 mgr.y (mgr.24491) 22048 : cluster [DBG] pgmap v19479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:52.607711+0000 mgr.y (mgr.24491) 22048 : cluster [DBG] pgmap v19479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:54.608645+0000 mgr.y (mgr.24491) 22049 : cluster [DBG] pgmap v19480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:54.608645+0000 mgr.y (mgr.24491) 22049 : cluster [DBG] pgmap v19480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:54.608645+0000 mgr.y (mgr.24491) 22049 : cluster [DBG] pgmap v19480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:56.609052+0000 mgr.y (mgr.24491) 22050 : cluster [DBG] pgmap v19481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:21:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:21:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:56.609052+0000 mgr.y (mgr.24491) 22050 : cluster [DBG] pgmap v19481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:21:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:56.609052+0000 mgr.y (mgr.24491) 22050 : cluster [DBG] pgmap v19481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:21:58.609456+0000 mgr.y (mgr.24491) 22051 : cluster [DBG] pgmap v19482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:21:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:21:58.609456+0000 mgr.y (mgr.24491) 22051 : cluster [DBG] pgmap v19482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:21:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:21:58.609456+0000 mgr.y (mgr.24491) 22051 : cluster [DBG] pgmap v19482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:01.308 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:22:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:22:01.580 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:22:01.580 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 7m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 7m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 7m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 7m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 7m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 7m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 7m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 7m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 7m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 7m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 7m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 7m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:22:01.581 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 7m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:22:01.582 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 7m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:22:01.582 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 7m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:22:01.582 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 7m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:22:01.582 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 7m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:22:01.582 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 7m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:22:01.582 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 7m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:22:01.582 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 7m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:22:01.914 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:22:01.915 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:22:01.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:22:01.915 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:22:01.915 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:22:01.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:22:01.915 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:22:01.915 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:22:01.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:22:01.915 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:22:01.915 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:22:01.915 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:22:01.916 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:22:01.916 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:22:01.916 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:22:01.916 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:22:01.916 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:22:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:00.610249+0000 mgr.y (mgr.24491) 22052 : cluster [DBG] pgmap v19483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:00.610249+0000 mgr.y (mgr.24491) 22052 : cluster [DBG] pgmap v19483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:00.610249+0000 mgr.y (mgr.24491) 22052 : cluster [DBG] pgmap v19483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:03.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:01.297420+0000 mgr.y (mgr.24491) 22053 : audit [DBG] from='client.37521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:01.574623+0000 mgr.y (mgr.24491) 22054 : audit [DBG] from='client.47435 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:03.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:01.915895+0000 mon.c (mon.2) 681 : audit [DBG] from='client.? 172.21.15.177:0/514322731' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:22:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:01.297420+0000 mgr.y (mgr.24491) 22053 : audit [DBG] from='client.37521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:01.574623+0000 mgr.y (mgr.24491) 22054 : audit [DBG] from='client.47435 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:03.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:01.915895+0000 mon.c (mon.2) 681 : audit [DBG] from='client.? 172.21.15.177:0/514322731' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:22:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:01.297420+0000 mgr.y (mgr.24491) 22053 : audit [DBG] from='client.37521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:01.574623+0000 mgr.y (mgr.24491) 22054 : audit [DBG] from='client.47435 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:03.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:01.915895+0000 mon.c (mon.2) 681 : audit [DBG] from='client.? 172.21.15.177:0/514322731' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:22:04.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:02.610639+0000 mgr.y (mgr.24491) 22055 : cluster [DBG] pgmap v19484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:04.152 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:02.610639+0000 mgr.y (mgr.24491) 22055 : cluster [DBG] pgmap v19484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:02.610639+0000 mgr.y (mgr.24491) 22055 : cluster [DBG] pgmap v19484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:06.155 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:04.611459+0000 mgr.y (mgr.24491) 22056 : cluster [DBG] pgmap v19485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:06.157 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:04.611459+0000 mgr.y (mgr.24491) 22056 : cluster [DBG] pgmap v19485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:04.611459+0000 mgr.y (mgr.24491) 22056 : cluster [DBG] pgmap v19485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:22:08.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:06.612008+0000 mgr.y (mgr.24491) 22057 : cluster [DBG] pgmap v19486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:06.612008+0000 mgr.y (mgr.24491) 22057 : cluster [DBG] pgmap v19486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:06.612008+0000 mgr.y (mgr.24491) 22057 : cluster [DBG] pgmap v19486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:08.612424+0000 mgr.y (mgr.24491) 22058 : cluster [DBG] pgmap v19487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:08.612424+0000 mgr.y (mgr.24491) 22058 : cluster [DBG] pgmap v19487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:08.612424+0000 mgr.y (mgr.24491) 22058 : cluster [DBG] pgmap v19487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:22:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:10.613030+0000 mgr.y (mgr.24491) 22059 : cluster [DBG] pgmap v19488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:10.613030+0000 mgr.y (mgr.24491) 22059 : cluster [DBG] pgmap v19488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:10.613030+0000 mgr.y (mgr.24491) 22059 : cluster [DBG] pgmap v19488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:12.613443+0000 mgr.y (mgr.24491) 22060 : cluster [DBG] pgmap v19489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:12.613443+0000 mgr.y (mgr.24491) 22060 : cluster [DBG] pgmap v19489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:12.613443+0000 mgr.y (mgr.24491) 22060 : cluster [DBG] pgmap v19489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:14.614230+0000 mgr.y (mgr.24491) 22061 : cluster [DBG] pgmap v19490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:14.614230+0000 mgr.y (mgr.24491) 22061 : cluster [DBG] pgmap v19490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:14.614230+0000 mgr.y (mgr.24491) 22061 : cluster [DBG] pgmap v19490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:22:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:16.614625+0000 mgr.y (mgr.24491) 22062 : cluster [DBG] pgmap v19491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:16.614625+0000 mgr.y (mgr.24491) 22062 : cluster [DBG] pgmap v19491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:16.614625+0000 mgr.y (mgr.24491) 22062 : cluster [DBG] pgmap v19491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:18.615053+0000 mgr.y (mgr.24491) 22063 : cluster [DBG] pgmap v19492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:18.615053+0000 mgr.y (mgr.24491) 22063 : cluster [DBG] pgmap v19492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:18.615053+0000 mgr.y (mgr.24491) 22063 : cluster [DBG] pgmap v19492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:22:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:20.615775+0000 mgr.y (mgr.24491) 22064 : cluster [DBG] pgmap v19493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:20.615775+0000 mgr.y (mgr.24491) 22064 : cluster [DBG] pgmap v19493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:20.615775+0000 mgr.y (mgr.24491) 22064 : cluster [DBG] pgmap v19493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:22.616204+0000 mgr.y (mgr.24491) 22065 : cluster [DBG] pgmap v19494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:24.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:22.616204+0000 mgr.y (mgr.24491) 22065 : cluster [DBG] pgmap v19494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:22.616204+0000 mgr.y (mgr.24491) 22065 : cluster [DBG] pgmap v19494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:24.616978+0000 mgr.y (mgr.24491) 22066 : cluster [DBG] pgmap v19495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:24.616978+0000 mgr.y (mgr.24491) 22066 : cluster [DBG] pgmap v19495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:24.616978+0000 mgr.y (mgr.24491) 22066 : cluster [DBG] pgmap v19495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:22:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:26.617466+0000 mgr.y (mgr.24491) 22067 : cluster [DBG] pgmap v19496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:28.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:26.617466+0000 mgr.y (mgr.24491) 22067 : cluster [DBG] pgmap v19496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:26.617466+0000 mgr.y (mgr.24491) 22067 : cluster [DBG] pgmap v19496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:28.617856+0000 mgr.y (mgr.24491) 22068 : cluster [DBG] pgmap v19497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:30.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:28.617856+0000 mgr.y (mgr.24491) 22068 : cluster [DBG] pgmap v19497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:28.617856+0000 mgr.y (mgr.24491) 22068 : cluster [DBG] pgmap v19497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:22:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:30.618489+0000 mgr.y (mgr.24491) 22069 : cluster [DBG] pgmap v19498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:32.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:30.618489+0000 mgr.y (mgr.24491) 22069 : cluster [DBG] pgmap v19498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:32.226 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:22:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:30.618489+0000 mgr.y (mgr.24491) 22069 : cluster [DBG] pgmap v19498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:32.508 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:22:32.509 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 8m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:22:32.509 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:22:32.509 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 8m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:22:32.509 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 8m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:22:32.509 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:22:32.509 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 8m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:22:32.509 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 8m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:22:32.509 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:22:32.509 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 8m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:22:32.509 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 8m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:22:32.509 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 8m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:22:32.510 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 8m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:22:32.510 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 8m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:22:32.510 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 8m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:22:32.510 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 8m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:22:32.510 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:22:32.510 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:22:32.510 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:22:32.510 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:22:32.510 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:22:32.846 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:22:32.846 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:22:32.846 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:22:32.846 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:22:32.847 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:22:32.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:22:32.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:22:32.847 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:22:32.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:22:32.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:22:32.847 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:22:32.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:22:32.847 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:22:32.847 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:22:32.847 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:22:32.848 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:22:32.848 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:22:33.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:32.847664+0000 mon.c (mon.2) 682 : audit [DBG] from='client.? 172.21.15.177:0/3479664181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:22:33.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:32.847664+0000 mon.c (mon.2) 682 : audit [DBG] from='client.? 172.21.15.177:0/3479664181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:22:33.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:32.847664+0000 mon.c (mon.2) 682 : audit [DBG] from='client.? 172.21.15.177:0/3479664181' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:22:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:32.215508+0000 mgr.y (mgr.24491) 22070 : audit [DBG] from='client.37539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:32.502222+0000 mgr.y (mgr.24491) 22071 : audit [DBG] from='client.47453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:32.618788+0000 mgr.y (mgr.24491) 22072 : cluster [DBG] pgmap v19499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:32.215508+0000 mgr.y (mgr.24491) 22070 : audit [DBG] from='client.37539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:32.502222+0000 mgr.y (mgr.24491) 22071 : audit [DBG] from='client.47453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:32.618788+0000 mgr.y (mgr.24491) 22072 : cluster [DBG] pgmap v19499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:32.215508+0000 mgr.y (mgr.24491) 22070 : audit [DBG] from='client.37539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:32.502222+0000 mgr.y (mgr.24491) 22071 : audit [DBG] from='client.47453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:22:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:32.618788+0000 mgr.y (mgr.24491) 22072 : cluster [DBG] pgmap v19499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:35.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:34.720682+0000 mon.a (mon.0) 4449 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:22:35.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:34.720682+0000 mon.a (mon.0) 4449 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:22:35.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:34.720682+0000 mon.a (mon.0) 4449 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:22:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:34.619425+0000 mgr.y (mgr.24491) 22073 : cluster [DBG] pgmap v19500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:35.004575+0000 mon.a (mon.0) 4450 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:35.005166+0000 mon.a (mon.0) 4451 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:35.005666+0000 mon.a (mon.0) 4452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:35.006883+0000 mon.a (mon.0) 4453 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T14:22:35.007324+0000 mgr.y (mgr.24491) 22074 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T14:22:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:35.011595+0000 mon.a (mon.0) 4454 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:22:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:35.012567+0000 mon.a (mon.0) 4455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:22:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:35.013144+0000 mon.a (mon.0) 4456 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:22:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:22:35.016955+0000 mon.a (mon.0) 4457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:22:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:34.619425+0000 mgr.y (mgr.24491) 22073 : cluster [DBG] pgmap v19500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:35.004575+0000 mon.a (mon.0) 4450 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:35.005166+0000 mon.a (mon.0) 4451 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:35.005666+0000 mon.a (mon.0) 4452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:35.006883+0000 mon.a (mon.0) 4453 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T14:22:35.007324+0000 mgr.y (mgr.24491) 22074 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T14:22:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:35.011595+0000 mon.a (mon.0) 4454 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:22:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:35.012567+0000 mon.a (mon.0) 4455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:22:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:35.013144+0000 mon.a (mon.0) 4456 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:22:36.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:22:35.016955+0000 mon.a (mon.0) 4457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:34.619425+0000 mgr.y (mgr.24491) 22073 : cluster [DBG] pgmap v19500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:35.004575+0000 mon.a (mon.0) 4450 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:35.005166+0000 mon.a (mon.0) 4451 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:35.005666+0000 mon.a (mon.0) 4452 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:35.006883+0000 mon.a (mon.0) 4453 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T14:22:35.007324+0000 mgr.y (mgr.24491) 22074 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T14:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:35.011595+0000 mon.a (mon.0) 4454 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:35.012567+0000 mon.a (mon.0) 4455 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:35.013144+0000 mon.a (mon.0) 4456 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:22:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:22:35.016955+0000 mon.a (mon.0) 4457 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:22:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:22:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:36.619775+0000 mgr.y (mgr.24491) 22075 : cluster [DBG] pgmap v19501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:36.619775+0000 mgr.y (mgr.24491) 22075 : cluster [DBG] pgmap v19501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:36.619775+0000 mgr.y (mgr.24491) 22075 : cluster [DBG] pgmap v19501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:40.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:38.620104+0000 mgr.y (mgr.24491) 22076 : cluster [DBG] pgmap v19502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:40.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:38.620104+0000 mgr.y (mgr.24491) 22076 : cluster [DBG] pgmap v19502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:38.620104+0000 mgr.y (mgr.24491) 22076 : cluster [DBG] pgmap v19502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:22:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:40.620819+0000 mgr.y (mgr.24491) 22077 : cluster [DBG] pgmap v19503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:40.620819+0000 mgr.y (mgr.24491) 22077 : cluster [DBG] pgmap v19503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:40.620819+0000 mgr.y (mgr.24491) 22077 : cluster [DBG] pgmap v19503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:44.153 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:42.621434+0000 mgr.y (mgr.24491) 22078 : cluster [DBG] pgmap v19504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:44.154 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:42.621434+0000 mgr.y (mgr.24491) 22078 : cluster [DBG] pgmap v19504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:42.621434+0000 mgr.y (mgr.24491) 22078 : cluster [DBG] pgmap v19504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:44.622087+0000 mgr.y (mgr.24491) 22079 : cluster [DBG] pgmap v19505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:44.622087+0000 mgr.y (mgr.24491) 22079 : cluster [DBG] pgmap v19505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:44.622087+0000 mgr.y (mgr.24491) 22079 : cluster [DBG] pgmap v19505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:46.622433+0000 mgr.y (mgr.24491) 22080 : cluster [DBG] pgmap v19506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:47] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:22:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:46.622433+0000 mgr.y (mgr.24491) 22080 : cluster [DBG] pgmap v19506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:46.622433+0000 mgr.y (mgr.24491) 22080 : cluster [DBG] pgmap v19506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:48.623101+0000 mgr.y (mgr.24491) 22081 : cluster [DBG] pgmap v19507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:48.623101+0000 mgr.y (mgr.24491) 22081 : cluster [DBG] pgmap v19507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:48.623101+0000 mgr.y (mgr.24491) 22081 : cluster [DBG] pgmap v19507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:22:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:50.623736+0000 mgr.y (mgr.24491) 22082 : cluster [DBG] pgmap v19508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:50.623736+0000 mgr.y (mgr.24491) 22082 : cluster [DBG] pgmap v19508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:50.623736+0000 mgr.y (mgr.24491) 22082 : cluster [DBG] pgmap v19508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:52.624270+0000 mgr.y (mgr.24491) 22083 : cluster [DBG] pgmap v19509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:52.624270+0000 mgr.y (mgr.24491) 22083 : cluster [DBG] pgmap v19509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:52.624270+0000 mgr.y (mgr.24491) 22083 : cluster [DBG] pgmap v19509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:54.624920+0000 mgr.y (mgr.24491) 22084 : cluster [DBG] pgmap v19510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:54.624920+0000 mgr.y (mgr.24491) 22084 : cluster [DBG] pgmap v19510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:54.624920+0000 mgr.y (mgr.24491) 22084 : cluster [DBG] pgmap v19510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:22:57] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:22:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:56.625345+0000 mgr.y (mgr.24491) 22085 : cluster [DBG] pgmap v19511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:56.625345+0000 mgr.y (mgr.24491) 22085 : cluster [DBG] pgmap v19511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:22:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:56.625345+0000 mgr.y (mgr.24491) 22085 : cluster [DBG] pgmap v19511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:22:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:22:58.625899+0000 mgr.y (mgr.24491) 22086 : cluster [DBG] pgmap v19512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:22:58.625899+0000 mgr.y (mgr.24491) 22086 : cluster [DBG] pgmap v19512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:22:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:22:58.625899+0000 mgr.y (mgr.24491) 22086 : cluster [DBG] pgmap v19512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:23:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:00.626620+0000 mgr.y (mgr.24491) 22087 : cluster [DBG] pgmap v19513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:00.626620+0000 mgr.y (mgr.24491) 22087 : cluster [DBG] pgmap v19513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:00.626620+0000 mgr.y (mgr.24491) 22087 : cluster [DBG] pgmap v19513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:03.155 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:23:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:23:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 8m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:23:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:23:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 8m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:23:03.429 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 8m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:23:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 8m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:23:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 8m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:23:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 8m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:23:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 8m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:23:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 8m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:23:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 8m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:23:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 8m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:23:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 8m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:23:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 8m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:23:03.430 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 8m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:23:03.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 8m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:23:03.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 8m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:23:03.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 8m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:23:03.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 8m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:23:03.431 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 8m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:23:03.431 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:23:03.763 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:23:03.763 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:23:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:23:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:23:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:23:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:23:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:23:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:23:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:23:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:23:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:23:03.764 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:23:03.765 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:23:03.765 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:23:03.765 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:23:03.765 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:23:03.765 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:23:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:02.627102+0000 mgr.y (mgr.24491) 22088 : cluster [DBG] pgmap v19514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:23:03.764882+0000 mon.a (mon.0) 4458 : audit [DBG] from='client.? 172.21.15.177:0/1498541114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:23:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:02.627102+0000 mgr.y (mgr.24491) 22088 : cluster [DBG] pgmap v19514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:23:03.764882+0000 mon.a (mon.0) 4458 : audit [DBG] from='client.? 172.21.15.177:0/1498541114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:23:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:02.627102+0000 mgr.y (mgr.24491) 22088 : cluster [DBG] pgmap v19514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:23:03.764882+0000 mon.a (mon.0) 4458 : audit [DBG] from='client.? 172.21.15.177:0/1498541114' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:23:05.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:23:03.144713+0000 mgr.y (mgr.24491) 22089 : audit [DBG] from='client.37557 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:05.280 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:23:03.422861+0000 mgr.y (mgr.24491) 22090 : audit [DBG] from='client.47471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:05.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:23:03.144713+0000 mgr.y (mgr.24491) 22089 : audit [DBG] from='client.37557 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:05.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:23:03.422861+0000 mgr.y (mgr.24491) 22090 : audit [DBG] from='client.47471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:23:03.144713+0000 mgr.y (mgr.24491) 22089 : audit [DBG] from='client.37557 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:05.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:23:03.422861+0000 mgr.y (mgr.24491) 22090 : audit [DBG] from='client.47471 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:04.627826+0000 mgr.y (mgr.24491) 22091 : cluster [DBG] pgmap v19515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:04.627826+0000 mgr.y (mgr.24491) 22091 : cluster [DBG] pgmap v19515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:04.627826+0000 mgr.y (mgr.24491) 22091 : cluster [DBG] pgmap v19515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:06.628328+0000 mgr.y (mgr.24491) 22092 : cluster [DBG] pgmap v19516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:23:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:06.628328+0000 mgr.y (mgr.24491) 22092 : cluster [DBG] pgmap v19516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:06.628328+0000 mgr.y (mgr.24491) 22092 : cluster [DBG] pgmap v19516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:08.628916+0000 mgr.y (mgr.24491) 22093 : cluster [DBG] pgmap v19517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:08.628916+0000 mgr.y (mgr.24491) 22093 : cluster [DBG] pgmap v19517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:08.628916+0000 mgr.y (mgr.24491) 22093 : cluster [DBG] pgmap v19517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:23:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:10.629894+0000 mgr.y (mgr.24491) 22094 : cluster [DBG] pgmap v19518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:10.629894+0000 mgr.y (mgr.24491) 22094 : cluster [DBG] pgmap v19518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:10.629894+0000 mgr.y (mgr.24491) 22094 : cluster [DBG] pgmap v19518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:12.630390+0000 mgr.y (mgr.24491) 22095 : cluster [DBG] pgmap v19519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:12.630390+0000 mgr.y (mgr.24491) 22095 : cluster [DBG] pgmap v19519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:12.630390+0000 mgr.y (mgr.24491) 22095 : cluster [DBG] pgmap v19519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:14.631309+0000 mgr.y (mgr.24491) 22096 : cluster [DBG] pgmap v19520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:14.631309+0000 mgr.y (mgr.24491) 22096 : cluster [DBG] pgmap v19520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:14.631309+0000 mgr.y (mgr.24491) 22096 : cluster [DBG] pgmap v19520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:17.989 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:23:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:16.631854+0000 mgr.y (mgr.24491) 22097 : cluster [DBG] pgmap v19521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:16.631854+0000 mgr.y (mgr.24491) 22097 : cluster [DBG] pgmap v19521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:16.631854+0000 mgr.y (mgr.24491) 22097 : cluster [DBG] pgmap v19521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:18.632395+0000 mgr.y (mgr.24491) 22098 : cluster [DBG] pgmap v19522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:18.632395+0000 mgr.y (mgr.24491) 22098 : cluster [DBG] pgmap v19522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:18.632395+0000 mgr.y (mgr.24491) 22098 : cluster [DBG] pgmap v19522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:23:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:20.633139+0000 mgr.y (mgr.24491) 22099 : cluster [DBG] pgmap v19523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:20.633139+0000 mgr.y (mgr.24491) 22099 : cluster [DBG] pgmap v19523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:20.633139+0000 mgr.y (mgr.24491) 22099 : cluster [DBG] pgmap v19523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:22.633737+0000 mgr.y (mgr.24491) 22100 : cluster [DBG] pgmap v19524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:22.633737+0000 mgr.y (mgr.24491) 22100 : cluster [DBG] pgmap v19524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:22.633737+0000 mgr.y (mgr.24491) 22100 : cluster [DBG] pgmap v19524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:24.634518+0000 mgr.y (mgr.24491) 22101 : cluster [DBG] pgmap v19525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:24.634518+0000 mgr.y (mgr.24491) 22101 : cluster [DBG] pgmap v19525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:24.634518+0000 mgr.y (mgr.24491) 22101 : cluster [DBG] pgmap v19525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:28.007 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:23:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:23:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:26.635085+0000 mgr.y (mgr.24491) 22102 : cluster [DBG] pgmap v19526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:26.635085+0000 mgr.y (mgr.24491) 22102 : cluster [DBG] pgmap v19526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:26.635085+0000 mgr.y (mgr.24491) 22102 : cluster [DBG] pgmap v19526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:28.635667+0000 mgr.y (mgr.24491) 22103 : cluster [DBG] pgmap v19527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:28.635667+0000 mgr.y (mgr.24491) 22103 : cluster [DBG] pgmap v19527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:28.635667+0000 mgr.y (mgr.24491) 22103 : cluster [DBG] pgmap v19527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:23:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:23:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:30.636394+0000 mgr.y (mgr.24491) 22104 : cluster [DBG] pgmap v19528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:30.636394+0000 mgr.y (mgr.24491) 22104 : cluster [DBG] pgmap v19528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:30.636394+0000 mgr.y (mgr.24491) 22104 : cluster [DBG] pgmap v19528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:34.071 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:23:34.345 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:23:34.346 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 9m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:23:34.346 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 9m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:23:34.346 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:23:34.346 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 9m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:23:34.346 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 9m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:23:34.346 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:23:34.346 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:23:34.346 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 9m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:23:34.346 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:23:34.347 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:23:34.347 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 9m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:23:34.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:23:34.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:23:34.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:23:34.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:23:34.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 9m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:23:34.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 9m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:23:34.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 9m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:23:34.347 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 9m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:23:34.348 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 9m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:23:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:32.636782+0000 mgr.y (mgr.24491) 22105 : cluster [DBG] pgmap v19529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:32.636782+0000 mgr.y (mgr.24491) 22105 : cluster [DBG] pgmap v19529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:32.636782+0000 mgr.y (mgr.24491) 22105 : cluster [DBG] pgmap v19529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:34.678 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:23:34.678 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:23:34.678 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:23:34.679 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:23:34.679 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:23:34.679 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:23:34.679 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:23:34.679 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:23:34.679 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:23:34.679 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:23:34.679 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:23:34.679 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:23:34.679 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:23:34.680 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:23:34.680 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:23:34.680 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:23:34.680 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:23:35.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:23:34.060493+0000 mgr.y (mgr.24491) 22106 : audit [DBG] from='client.47483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:35.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:23:34.679695+0000 mon.c (mon.2) 683 : audit [DBG] from='client.? 172.21.15.177:0/3988619683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:23:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:23:34.060493+0000 mgr.y (mgr.24491) 22106 : audit [DBG] from='client.47483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:35.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:23:34.679695+0000 mon.c (mon.2) 683 : audit [DBG] from='client.? 172.21.15.177:0/3988619683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:23:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:23:34.060493+0000 mgr.y (mgr.24491) 22106 : audit [DBG] from='client.47483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:35.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:23:34.679695+0000 mon.c (mon.2) 683 : audit [DBG] from='client.? 172.21.15.177:0/3988619683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:23:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:23:34.339387+0000 mgr.y (mgr.24491) 22107 : audit [DBG] from='client.47489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:34.637382+0000 mgr.y (mgr.24491) 22108 : cluster [DBG] pgmap v19530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:23:35.020952+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:23:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:23:35.304128+0000 mon.a (mon.0) 4460 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:23:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:23:35.304716+0000 mon.a (mon.0) 4461 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:23:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:23:35.308963+0000 mon.a (mon.0) 4462 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:23:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:23:34.339387+0000 mgr.y (mgr.24491) 22107 : audit [DBG] from='client.47489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:36.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:34.637382+0000 mgr.y (mgr.24491) 22108 : cluster [DBG] pgmap v19530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:36.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:23:35.020952+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:23:36.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:23:35.304128+0000 mon.a (mon.0) 4460 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:23:36.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:23:35.304716+0000 mon.a (mon.0) 4461 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:23:36.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:23:35.308963+0000 mon.a (mon.0) 4462 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:23:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:23:34.339387+0000 mgr.y (mgr.24491) 22107 : audit [DBG] from='client.47489 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:23:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:34.637382+0000 mgr.y (mgr.24491) 22108 : cluster [DBG] pgmap v19530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:23:35.020952+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:23:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:23:35.304128+0000 mon.a (mon.0) 4460 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:23:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:23:35.304716+0000 mon.a (mon.0) 4461 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:23:36.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:23:35.308963+0000 mon.a (mon.0) 4462 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:23:38.028 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:23:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:37] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:23:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:36.637925+0000 mgr.y (mgr.24491) 22109 : cluster [DBG] pgmap v19531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:36.637925+0000 mgr.y (mgr.24491) 22109 : cluster [DBG] pgmap v19531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:36.637925+0000 mgr.y (mgr.24491) 22109 : cluster [DBG] pgmap v19531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:38.638483+0000 mgr.y (mgr.24491) 22110 : cluster [DBG] pgmap v19532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:38.638483+0000 mgr.y (mgr.24491) 22110 : cluster [DBG] pgmap v19532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:38.638483+0000 mgr.y (mgr.24491) 22110 : cluster [DBG] pgmap v19532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:23:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:23:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:40.639264+0000 mgr.y (mgr.24491) 22111 : cluster [DBG] pgmap v19533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:40.639264+0000 mgr.y (mgr.24491) 22111 : cluster [DBG] pgmap v19533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:40.639264+0000 mgr.y (mgr.24491) 22111 : cluster [DBG] pgmap v19533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:42.639765+0000 mgr.y (mgr.24491) 22112 : cluster [DBG] pgmap v19534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:42.639765+0000 mgr.y (mgr.24491) 22112 : cluster [DBG] pgmap v19534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:42.639765+0000 mgr.y (mgr.24491) 22112 : cluster [DBG] pgmap v19534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:44.640409+0000 mgr.y (mgr.24491) 22113 : cluster [DBG] pgmap v19535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:44.640409+0000 mgr.y (mgr.24491) 22113 : cluster [DBG] pgmap v19535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:44.640409+0000 mgr.y (mgr.24491) 22113 : cluster [DBG] pgmap v19535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:48.043 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:23:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:47] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:23:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:46.640913+0000 mgr.y (mgr.24491) 22114 : cluster [DBG] pgmap v19536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:46.640913+0000 mgr.y (mgr.24491) 22114 : cluster [DBG] pgmap v19536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:46.640913+0000 mgr.y (mgr.24491) 22114 : cluster [DBG] pgmap v19536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:48.641336+0000 mgr.y (mgr.24491) 22115 : cluster [DBG] pgmap v19537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:48.641336+0000 mgr.y (mgr.24491) 22115 : cluster [DBG] pgmap v19537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:48.641336+0000 mgr.y (mgr.24491) 22115 : cluster [DBG] pgmap v19537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:23:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:23:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:50.642275+0000 mgr.y (mgr.24491) 22116 : cluster [DBG] pgmap v19538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:50.642275+0000 mgr.y (mgr.24491) 22116 : cluster [DBG] pgmap v19538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:50.642275+0000 mgr.y (mgr.24491) 22116 : cluster [DBG] pgmap v19538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:52.642715+0000 mgr.y (mgr.24491) 22117 : cluster [DBG] pgmap v19539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:52.642715+0000 mgr.y (mgr.24491) 22117 : cluster [DBG] pgmap v19539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:52.642715+0000 mgr.y (mgr.24491) 22117 : cluster [DBG] pgmap v19539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:54.643372+0000 mgr.y (mgr.24491) 22118 : cluster [DBG] pgmap v19540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:54.643372+0000 mgr.y (mgr.24491) 22118 : cluster [DBG] pgmap v19540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:54.643372+0000 mgr.y (mgr.24491) 22118 : cluster [DBG] pgmap v19540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:58.065 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:23:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:23:57] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:23:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:56.643804+0000 mgr.y (mgr.24491) 22119 : cluster [DBG] pgmap v19541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:23:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:56.643804+0000 mgr.y (mgr.24491) 22119 : cluster [DBG] pgmap v19541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:23:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:23:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:56.643804+0000 mgr.y (mgr.24491) 22119 : cluster [DBG] pgmap v19541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:23:58.644254+0000 mgr.y (mgr.24491) 22120 : cluster [DBG] pgmap v19542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:23:58.644254+0000 mgr.y (mgr.24491) 22120 : cluster [DBG] pgmap v19542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:23:58.644254+0000 mgr.y (mgr.24491) 22120 : cluster [DBG] pgmap v19542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:24:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:24:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:00.644967+0000 mgr.y (mgr.24491) 22121 : cluster [DBG] pgmap v19543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:00.644967+0000 mgr.y (mgr.24491) 22121 : cluster [DBG] pgmap v19543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:00.644967+0000 mgr.y (mgr.24491) 22121 : cluster [DBG] pgmap v19543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:02.645415+0000 mgr.y (mgr.24491) 22122 : cluster [DBG] pgmap v19544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:02.645415+0000 mgr.y (mgr.24491) 22122 : cluster [DBG] pgmap v19544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:02.645415+0000 mgr.y (mgr.24491) 22122 : cluster [DBG] pgmap v19544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:04.988 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:24:05.267 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:24:05.267 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 9m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:24:05.267 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 9m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:24:05.267 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 9m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:24:05.267 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 9m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:24:05.267 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 9m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:24:05.267 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 9m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:24:05.267 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 9m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:24:05.267 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 9m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 9m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 9m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 9m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 9m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 9m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 9m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 9m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 9m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 9m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 9m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 9m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:24:05.268 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 9m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:24:05.600 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:24:05.600 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:24:05.600 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:24:05.600 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:24:05.600 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:24:05.601 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:24:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:04.646293+0000 mgr.y (mgr.24491) 22123 : cluster [DBG] pgmap v19545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:04.977519+0000 mgr.y (mgr.24491) 22124 : audit [DBG] from='client.37593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:05.601221+0000 mon.a (mon.0) 4463 : audit [DBG] from='client.? 172.21.15.177:0/372979797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:24:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:04.646293+0000 mgr.y (mgr.24491) 22123 : cluster [DBG] pgmap v19545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:04.977519+0000 mgr.y (mgr.24491) 22124 : audit [DBG] from='client.37593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:05.601221+0000 mon.a (mon.0) 4463 : audit [DBG] from='client.? 172.21.15.177:0/372979797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:24:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:04.646293+0000 mgr.y (mgr.24491) 22123 : cluster [DBG] pgmap v19545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:04.977519+0000 mgr.y (mgr.24491) 22124 : audit [DBG] from='client.37593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:05.601221+0000 mon.a (mon.0) 4463 : audit [DBG] from='client.? 172.21.15.177:0/372979797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:24:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:05.260055+0000 mgr.y (mgr.24491) 22125 : audit [DBG] from='client.37599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:05.260055+0000 mgr.y (mgr.24491) 22125 : audit [DBG] from='client.37599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:05.260055+0000 mgr.y (mgr.24491) 22125 : audit [DBG] from='client.37599 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:08.089 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:24:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:24:08.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:06.646834+0000 mgr.y (mgr.24491) 22126 : cluster [DBG] pgmap v19546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:08.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:06.646834+0000 mgr.y (mgr.24491) 22126 : cluster [DBG] pgmap v19546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:06.646834+0000 mgr.y (mgr.24491) 22126 : cluster [DBG] pgmap v19546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:10.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:08.647414+0000 mgr.y (mgr.24491) 22127 : cluster [DBG] pgmap v19547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:10.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:08.647414+0000 mgr.y (mgr.24491) 22127 : cluster [DBG] pgmap v19547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:08.647414+0000 mgr.y (mgr.24491) 22127 : cluster [DBG] pgmap v19547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:24:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:24:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:10.648286+0000 mgr.y (mgr.24491) 22128 : cluster [DBG] pgmap v19548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:12.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:10.648286+0000 mgr.y (mgr.24491) 22128 : cluster [DBG] pgmap v19548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:10.648286+0000 mgr.y (mgr.24491) 22128 : cluster [DBG] pgmap v19548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:14.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:12.648700+0000 mgr.y (mgr.24491) 22129 : cluster [DBG] pgmap v19549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:14.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:12.648700+0000 mgr.y (mgr.24491) 22129 : cluster [DBG] pgmap v19549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:12.648700+0000 mgr.y (mgr.24491) 22129 : cluster [DBG] pgmap v19549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:15.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:14.649364+0000 mgr.y (mgr.24491) 22130 : cluster [DBG] pgmap v19550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:14.649364+0000 mgr.y (mgr.24491) 22130 : cluster [DBG] pgmap v19550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:15.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:14.649364+0000 mgr.y (mgr.24491) 22130 : cluster [DBG] pgmap v19550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:18.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:16.649834+0000 mgr.y (mgr.24491) 22131 : cluster [DBG] pgmap v19551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:24:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:16.649834+0000 mgr.y (mgr.24491) 22131 : cluster [DBG] pgmap v19551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:16.649834+0000 mgr.y (mgr.24491) 22131 : cluster [DBG] pgmap v19551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:19.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:18.650333+0000 mgr.y (mgr.24491) 22132 : cluster [DBG] pgmap v19552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:18.650333+0000 mgr.y (mgr.24491) 22132 : cluster [DBG] pgmap v19552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:18.650333+0000 mgr.y (mgr.24491) 22132 : cluster [DBG] pgmap v19552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:24:21.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:20.650998+0000 mgr.y (mgr.24491) 22133 : cluster [DBG] pgmap v19553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:20.650998+0000 mgr.y (mgr.24491) 22133 : cluster [DBG] pgmap v19553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:22.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:20.650998+0000 mgr.y (mgr.24491) 22133 : cluster [DBG] pgmap v19553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:23.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:22.651436+0000 mgr.y (mgr.24491) 22134 : cluster [DBG] pgmap v19554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:22.651436+0000 mgr.y (mgr.24491) 22134 : cluster [DBG] pgmap v19554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:22.651436+0000 mgr.y (mgr.24491) 22134 : cluster [DBG] pgmap v19554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:25.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:24.652031+0000 mgr.y (mgr.24491) 22135 : cluster [DBG] pgmap v19555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:24.652031+0000 mgr.y (mgr.24491) 22135 : cluster [DBG] pgmap v19555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:26.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:24.652031+0000 mgr.y (mgr.24491) 22135 : cluster [DBG] pgmap v19555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:26.652376+0000 mgr.y (mgr.24491) 22136 : cluster [DBG] pgmap v19556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:24:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:26.652376+0000 mgr.y (mgr.24491) 22136 : cluster [DBG] pgmap v19556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:26.652376+0000 mgr.y (mgr.24491) 22136 : cluster [DBG] pgmap v19556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:28.652889+0000 mgr.y (mgr.24491) 22137 : cluster [DBG] pgmap v19557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:28.652889+0000 mgr.y (mgr.24491) 22137 : cluster [DBG] pgmap v19557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:28.652889+0000 mgr.y (mgr.24491) 22137 : cluster [DBG] pgmap v19557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:24:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:30.653709+0000 mgr.y (mgr.24491) 22138 : cluster [DBG] pgmap v19558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:30.653709+0000 mgr.y (mgr.24491) 22138 : cluster [DBG] pgmap v19558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:30.653709+0000 mgr.y (mgr.24491) 22138 : cluster [DBG] pgmap v19558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:33.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:32.654149+0000 mgr.y (mgr.24491) 22139 : cluster [DBG] pgmap v19559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:32.654149+0000 mgr.y (mgr.24491) 22139 : cluster [DBG] pgmap v19559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:34.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:32.654149+0000 mgr.y (mgr.24491) 22139 : cluster [DBG] pgmap v19559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:35.912 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:24:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:34.654709+0000 mgr.y (mgr.24491) 22140 : cluster [DBG] pgmap v19560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:35.313265+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:24:36.026 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:34.654709+0000 mgr.y (mgr.24491) 22140 : cluster [DBG] pgmap v19560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:36.026 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:35.313265+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:24:36.027 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:34.654709+0000 mgr.y (mgr.24491) 22140 : cluster [DBG] pgmap v19560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:36.027 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:35.313265+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:24:36.206 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:24:36.206 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 10m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:24:36.207 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 10m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:24:36.207 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 10m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:24:36.207 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 10m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:24:36.207 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 10m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:24:36.208 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 10m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:24:36.208 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 10m ago 10h 1104M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:24:36.208 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 10m ago 10h 928M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:24:36.208 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 10m ago 10h 929M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:24:36.208 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 10m ago 10h 25.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:24:36.208 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 10m ago 10h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:24:36.208 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 10m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:24:36.208 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 10m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:24:36.208 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 10m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:24:36.208 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 10m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:24:36.209 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 10m ago 10h 46.0M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:24:36.209 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 10m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:24:36.209 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 10m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:24:36.209 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 10m ago 10h 45.4M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:24:36.209 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 10m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:24:36.574 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:24:36.575 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:24:36.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:24:36.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:24:36.575 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:24:36.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:24:36.575 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:24:36.575 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:24:36.575 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:24:36.576 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:24:36.576 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:24:36.576 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:24:36.576 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:24:36.576 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:24:36.576 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:24:36.576 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:24:36.576 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:24:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:35.901057+0000 mgr.y (mgr.24491) 22141 : audit [DBG] from='client.37611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:36.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:36.575397+0000 mon.a (mon.0) 4465 : audit [DBG] from='client.? 172.21.15.177:0/3621146676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:24:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:35.901057+0000 mgr.y (mgr.24491) 22141 : audit [DBG] from='client.37611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:37.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:36.575397+0000 mon.a (mon.0) 4465 : audit [DBG] from='client.? 172.21.15.177:0/3621146676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:24:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:35.901057+0000 mgr.y (mgr.24491) 22141 : audit [DBG] from='client.37611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:37.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:36.575397+0000 mon.a (mon.0) 4465 : audit [DBG] from='client.? 172.21.15.177:0/3621146676' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:24:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:24:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:36.199480+0000 mgr.y (mgr.24491) 22142 : audit [DBG] from='client.47525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:36.655108+0000 mgr.y (mgr.24491) 22143 : cluster [DBG] pgmap v19561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:36.199480+0000 mgr.y (mgr.24491) 22142 : audit [DBG] from='client.47525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:36.655108+0000 mgr.y (mgr.24491) 22143 : cluster [DBG] pgmap v19561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:36.199480+0000 mgr.y (mgr.24491) 22142 : audit [DBG] from='client.47525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:24:37.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:36.655108+0000 mgr.y (mgr.24491) 22143 : cluster [DBG] pgmap v19561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:37.925893+0000 mon.a (mon.0) 4466 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:24:39.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:38.644829+0000 mon.a (mon.0) 4467 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:24:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:37.925893+0000 mon.a (mon.0) 4466 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:24:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:38.644829+0000 mon.a (mon.0) 4467 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:24:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:37.925893+0000 mon.a (mon.0) 4466 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:24:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:38.644829+0000 mon.a (mon.0) 4467 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:24:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:38.655438+0000 mgr.y (mgr.24491) 22144 : cluster [DBG] pgmap v19562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:38.928114+0000 mon.a (mon.0) 4468 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:24:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:38.928979+0000 mon.a (mon.0) 4469 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:24:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:24:38.936518+0000 mon.a (mon.0) 4470 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:24:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:38.655438+0000 mgr.y (mgr.24491) 22144 : cluster [DBG] pgmap v19562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:38.928114+0000 mon.a (mon.0) 4468 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:24:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:38.928979+0000 mon.a (mon.0) 4469 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:24:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:24:38.936518+0000 mon.a (mon.0) 4470 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:24:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:38.655438+0000 mgr.y (mgr.24491) 22144 : cluster [DBG] pgmap v19562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:38.928114+0000 mon.a (mon.0) 4468 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:24:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:38.928979+0000 mon.a (mon.0) 4469 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:24:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:24:38.936518+0000 mon.a (mon.0) 4470 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:24:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:24:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:40.656323+0000 mgr.y (mgr.24491) 22145 : cluster [DBG] pgmap v19563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:40.656323+0000 mgr.y (mgr.24491) 22145 : cluster [DBG] pgmap v19563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:40.656323+0000 mgr.y (mgr.24491) 22145 : cluster [DBG] pgmap v19563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:42.656838+0000 mgr.y (mgr.24491) 22146 : cluster [DBG] pgmap v19564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:42.656838+0000 mgr.y (mgr.24491) 22146 : cluster [DBG] pgmap v19564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:42.656838+0000 mgr.y (mgr.24491) 22146 : cluster [DBG] pgmap v19564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:44.657567+0000 mgr.y (mgr.24491) 22147 : cluster [DBG] pgmap v19565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:44.657567+0000 mgr.y (mgr.24491) 22147 : cluster [DBG] pgmap v19565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:44.657567+0000 mgr.y (mgr.24491) 22147 : cluster [DBG] pgmap v19565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:47] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:24:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:46.657920+0000 mgr.y (mgr.24491) 22148 : cluster [DBG] pgmap v19566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:46.657920+0000 mgr.y (mgr.24491) 22148 : cluster [DBG] pgmap v19566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:46.657920+0000 mgr.y (mgr.24491) 22148 : cluster [DBG] pgmap v19566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:48.658411+0000 mgr.y (mgr.24491) 22149 : cluster [DBG] pgmap v19567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:48.658411+0000 mgr.y (mgr.24491) 22149 : cluster [DBG] pgmap v19567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:48.658411+0000 mgr.y (mgr.24491) 22149 : cluster [DBG] pgmap v19567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:24:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:50.659322+0000 mgr.y (mgr.24491) 22150 : cluster [DBG] pgmap v19568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:50.659322+0000 mgr.y (mgr.24491) 22150 : cluster [DBG] pgmap v19568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:50.659322+0000 mgr.y (mgr.24491) 22150 : cluster [DBG] pgmap v19568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:52.659745+0000 mgr.y (mgr.24491) 22151 : cluster [DBG] pgmap v19569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:52.659745+0000 mgr.y (mgr.24491) 22151 : cluster [DBG] pgmap v19569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:52.659745+0000 mgr.y (mgr.24491) 22151 : cluster [DBG] pgmap v19569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:54.660414+0000 mgr.y (mgr.24491) 22152 : cluster [DBG] pgmap v19570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:54.660414+0000 mgr.y (mgr.24491) 22152 : cluster [DBG] pgmap v19570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:54.660414+0000 mgr.y (mgr.24491) 22152 : cluster [DBG] pgmap v19570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:56.660820+0000 mgr.y (mgr.24491) 22153 : cluster [DBG] pgmap v19571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:24:57] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:24:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:56.660820+0000 mgr.y (mgr.24491) 22153 : cluster [DBG] pgmap v19571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:24:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:56.660820+0000 mgr.y (mgr.24491) 22153 : cluster [DBG] pgmap v19571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:24:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:24:58.661314+0000 mgr.y (mgr.24491) 22154 : cluster [DBG] pgmap v19572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:24:58.661314+0000 mgr.y (mgr.24491) 22154 : cluster [DBG] pgmap v19572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:24:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:24:58.661314+0000 mgr.y (mgr.24491) 22154 : cluster [DBG] pgmap v19572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:25:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:00.661986+0000 mgr.y (mgr.24491) 22155 : cluster [DBG] pgmap v19573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:00.661986+0000 mgr.y (mgr.24491) 22155 : cluster [DBG] pgmap v19573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:00.661986+0000 mgr.y (mgr.24491) 22155 : cluster [DBG] pgmap v19573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:02.662359+0000 mgr.y (mgr.24491) 22156 : cluster [DBG] pgmap v19574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:02.662359+0000 mgr.y (mgr.24491) 22156 : cluster [DBG] pgmap v19574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:02.662359+0000 mgr.y (mgr.24491) 22156 : cluster [DBG] pgmap v19574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:04.663103+0000 mgr.y (mgr.24491) 22157 : cluster [DBG] pgmap v19575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:04.663103+0000 mgr.y (mgr.24491) 22157 : cluster [DBG] pgmap v19575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:04.663103+0000 mgr.y (mgr.24491) 22157 : cluster [DBG] pgmap v19575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:06.887 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:25:07.165 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:25:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 29s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:25:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 28s ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:25:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 29s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:25:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 28s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:25:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 28s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:25:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 29s ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:25:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 29s ago 10h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:25:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 28s ago 10h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:25:07.166 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 29s ago 10h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:25:07.167 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 29s ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:25:07.167 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 28s ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:25:07.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 29s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:25:07.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 29s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:25:07.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 29s ago 10h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:25:07.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 29s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:25:07.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 28s ago 10h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:25:07.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 28s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:25:07.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 28s ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:25:07.167 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 28s ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:25:07.168 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 28s ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:25:07.498 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:25:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:25:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:25:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:25:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:25:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:25:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:25:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:25:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:25:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:25:07.499 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:25:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:25:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:25:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:25:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:25:07.500 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:25:07.500 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:25:07.977 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:25:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:06.663495+0000 mgr.y (mgr.24491) 22158 : cluster [DBG] pgmap v19576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:25:06.876072+0000 mgr.y (mgr.24491) 22159 : audit [DBG] from='client.37629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:25:07.499863+0000 mon.c (mon.2) 684 : audit [DBG] from='client.? 172.21.15.177:0/3609958236' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:25:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:06.663495+0000 mgr.y (mgr.24491) 22158 : cluster [DBG] pgmap v19576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:25:06.876072+0000 mgr.y (mgr.24491) 22159 : audit [DBG] from='client.37629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:25:07.499863+0000 mon.c (mon.2) 684 : audit [DBG] from='client.? 172.21.15.177:0/3609958236' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:25:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:06.663495+0000 mgr.y (mgr.24491) 22158 : cluster [DBG] pgmap v19576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:25:06.876072+0000 mgr.y (mgr.24491) 22159 : audit [DBG] from='client.37629 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:25:07.499863+0000 mon.c (mon.2) 684 : audit [DBG] from='client.? 172.21.15.177:0/3609958236' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:25:09.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:25:07.159470+0000 mgr.y (mgr.24491) 22160 : audit [DBG] from='client.37635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:09.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:25:07.159470+0000 mgr.y (mgr.24491) 22160 : audit [DBG] from='client.37635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:25:07.159470+0000 mgr.y (mgr.24491) 22160 : audit [DBG] from='client.37635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:08.664050+0000 mgr.y (mgr.24491) 22161 : cluster [DBG] pgmap v19577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:08.664050+0000 mgr.y (mgr.24491) 22161 : cluster [DBG] pgmap v19577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:08.664050+0000 mgr.y (mgr.24491) 22161 : cluster [DBG] pgmap v19577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:25:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:10.664746+0000 mgr.y (mgr.24491) 22162 : cluster [DBG] pgmap v19578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:10.664746+0000 mgr.y (mgr.24491) 22162 : cluster [DBG] pgmap v19578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:10.664746+0000 mgr.y (mgr.24491) 22162 : cluster [DBG] pgmap v19578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:12.665328+0000 mgr.y (mgr.24491) 22163 : cluster [DBG] pgmap v19579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:12.665328+0000 mgr.y (mgr.24491) 22163 : cluster [DBG] pgmap v19579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:12.665328+0000 mgr.y (mgr.24491) 22163 : cluster [DBG] pgmap v19579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:14.665974+0000 mgr.y (mgr.24491) 22164 : cluster [DBG] pgmap v19580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:14.665974+0000 mgr.y (mgr.24491) 22164 : cluster [DBG] pgmap v19580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:14.665974+0000 mgr.y (mgr.24491) 22164 : cluster [DBG] pgmap v19580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:17.999 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:25:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:17] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T14:25:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:16.666408+0000 mgr.y (mgr.24491) 22165 : cluster [DBG] pgmap v19581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:16.666408+0000 mgr.y (mgr.24491) 22165 : cluster [DBG] pgmap v19581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:16.666408+0000 mgr.y (mgr.24491) 22165 : cluster [DBG] pgmap v19581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:18.667025+0000 mgr.y (mgr.24491) 22166 : cluster [DBG] pgmap v19582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:18.667025+0000 mgr.y (mgr.24491) 22166 : cluster [DBG] pgmap v19582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:18.667025+0000 mgr.y (mgr.24491) 22166 : cluster [DBG] pgmap v19582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:25:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:25:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:20.667667+0000 mgr.y (mgr.24491) 22167 : cluster [DBG] pgmap v19583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:20.667667+0000 mgr.y (mgr.24491) 22167 : cluster [DBG] pgmap v19583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:20.667667+0000 mgr.y (mgr.24491) 22167 : cluster [DBG] pgmap v19583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:22.668094+0000 mgr.y (mgr.24491) 22168 : cluster [DBG] pgmap v19584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:22.668094+0000 mgr.y (mgr.24491) 22168 : cluster [DBG] pgmap v19584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:22.668094+0000 mgr.y (mgr.24491) 22168 : cluster [DBG] pgmap v19584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:24.668840+0000 mgr.y (mgr.24491) 22169 : cluster [DBG] pgmap v19585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:24.668840+0000 mgr.y (mgr.24491) 22169 : cluster [DBG] pgmap v19585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:24.668840+0000 mgr.y (mgr.24491) 22169 : cluster [DBG] pgmap v19585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:28.016 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:25:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:27] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T14:25:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:26.669357+0000 mgr.y (mgr.24491) 22170 : cluster [DBG] pgmap v19586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:26.669357+0000 mgr.y (mgr.24491) 22170 : cluster [DBG] pgmap v19586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:26.669357+0000 mgr.y (mgr.24491) 22170 : cluster [DBG] pgmap v19586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:28.669902+0000 mgr.y (mgr.24491) 22171 : cluster [DBG] pgmap v19587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:28.669902+0000 mgr.y (mgr.24491) 22171 : cluster [DBG] pgmap v19587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:28.669902+0000 mgr.y (mgr.24491) 22171 : cluster [DBG] pgmap v19587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:25:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:25:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:30.670777+0000 mgr.y (mgr.24491) 22172 : cluster [DBG] pgmap v19588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:30.670777+0000 mgr.y (mgr.24491) 22172 : cluster [DBG] pgmap v19588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:30.670777+0000 mgr.y (mgr.24491) 22172 : cluster [DBG] pgmap v19588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:32.671225+0000 mgr.y (mgr.24491) 22173 : cluster [DBG] pgmap v19589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:32.671225+0000 mgr.y (mgr.24491) 22173 : cluster [DBG] pgmap v19589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:32.671225+0000 mgr.y (mgr.24491) 22173 : cluster [DBG] pgmap v19589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:34.672071+0000 mgr.y (mgr.24491) 22174 : cluster [DBG] pgmap v19590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:34.672071+0000 mgr.y (mgr.24491) 22174 : cluster [DBG] pgmap v19590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:34.672071+0000 mgr.y (mgr.24491) 22174 : cluster [DBG] pgmap v19590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:37.811 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:25:38.032 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:25:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:25:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:25:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 60s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:25:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 59s ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:25:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 60s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:25:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 59s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:25:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 59s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:25:38.088 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 60s ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 60s ago 10h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 59s ago 10h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 60s ago 10h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 60s ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 59s ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 60s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 60s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 60s ago 10h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 60s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 59s ago 10h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 59s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 59s ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 59s ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:25:38.089 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 59s ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:25:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:36.672511+0000 mgr.y (mgr.24491) 22175 : cluster [DBG] pgmap v19591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:36.672511+0000 mgr.y (mgr.24491) 22175 : cluster [DBG] pgmap v19591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:38.421 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:25:38.421 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:25:38.421 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:25:38.421 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:25:38.421 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:25:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:25:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:25:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:25:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:25:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:25:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:25:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:25:38.422 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:25:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:25:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:25:38.423 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:25:38.423 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:25:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:36.672511+0000 mgr.y (mgr.24491) 22175 : cluster [DBG] pgmap v19591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:25:37.800222+0000 mgr.y (mgr.24491) 22176 : audit [DBG] from='client.47555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:25:38.082025+0000 mgr.y (mgr.24491) 22177 : audit [DBG] from='client.47561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:25:38.422554+0000 mon.c (mon.2) 685 : audit [DBG] from='client.? 172.21.15.177:0/1325912065' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:25:39.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:25:38.941688+0000 mon.a (mon.0) 4471 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:25:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:25:37.800222+0000 mgr.y (mgr.24491) 22176 : audit [DBG] from='client.47555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:25:38.082025+0000 mgr.y (mgr.24491) 22177 : audit [DBG] from='client.47561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:25:38.422554+0000 mon.c (mon.2) 685 : audit [DBG] from='client.? 172.21.15.177:0/1325912065' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:25:39.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:25:38.941688+0000 mon.a (mon.0) 4471 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:25:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:25:37.800222+0000 mgr.y (mgr.24491) 22176 : audit [DBG] from='client.47555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:25:38.082025+0000 mgr.y (mgr.24491) 22177 : audit [DBG] from='client.47561 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:25:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:25:38.422554+0000 mon.c (mon.2) 685 : audit [DBG] from='client.? 172.21.15.177:0/1325912065' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:25:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:25:38.941688+0000 mon.a (mon.0) 4471 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:25:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:38.672976+0000 mgr.y (mgr.24491) 22178 : cluster [DBG] pgmap v19592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:25:39.237256+0000 mon.a (mon.0) 4472 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:25:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:25:39.237865+0000 mon.a (mon.0) 4473 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:25:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:25:39.242712+0000 mon.a (mon.0) 4474 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:25:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:38.672976+0000 mgr.y (mgr.24491) 22178 : cluster [DBG] pgmap v19592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:25:39.237256+0000 mon.a (mon.0) 4472 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:25:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:25:39.237865+0000 mon.a (mon.0) 4473 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:25:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:25:39.242712+0000 mon.a (mon.0) 4474 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:25:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:38.672976+0000 mgr.y (mgr.24491) 22178 : cluster [DBG] pgmap v19592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:25:39.237256+0000 mon.a (mon.0) 4472 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:25:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:25:39.237865+0000 mon.a (mon.0) 4473 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:25:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:25:39.242712+0000 mon.a (mon.0) 4474 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:25:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:25:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:25:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:40.673622+0000 mgr.y (mgr.24491) 22179 : cluster [DBG] pgmap v19593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:40.673622+0000 mgr.y (mgr.24491) 22179 : cluster [DBG] pgmap v19593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:40.673622+0000 mgr.y (mgr.24491) 22179 : cluster [DBG] pgmap v19593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:42.674192+0000 mgr.y (mgr.24491) 22180 : cluster [DBG] pgmap v19594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:42.674192+0000 mgr.y (mgr.24491) 22180 : cluster [DBG] pgmap v19594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:42.674192+0000 mgr.y (mgr.24491) 22180 : cluster [DBG] pgmap v19594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:44.675078+0000 mgr.y (mgr.24491) 22181 : cluster [DBG] pgmap v19595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:44.675078+0000 mgr.y (mgr.24491) 22181 : cluster [DBG] pgmap v19595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:44.675078+0000 mgr.y (mgr.24491) 22181 : cluster [DBG] pgmap v19595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:48.052 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:25:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:47] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:25:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:46.675553+0000 mgr.y (mgr.24491) 22182 : cluster [DBG] pgmap v19596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:46.675553+0000 mgr.y (mgr.24491) 22182 : cluster [DBG] pgmap v19596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:46.675553+0000 mgr.y (mgr.24491) 22182 : cluster [DBG] pgmap v19596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:48.676087+0000 mgr.y (mgr.24491) 22183 : cluster [DBG] pgmap v19597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:48.676087+0000 mgr.y (mgr.24491) 22183 : cluster [DBG] pgmap v19597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:48.676087+0000 mgr.y (mgr.24491) 22183 : cluster [DBG] pgmap v19597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:25:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:25:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:50.676708+0000 mgr.y (mgr.24491) 22184 : cluster [DBG] pgmap v19598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:50.676708+0000 mgr.y (mgr.24491) 22184 : cluster [DBG] pgmap v19598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:50.676708+0000 mgr.y (mgr.24491) 22184 : cluster [DBG] pgmap v19598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:52.677317+0000 mgr.y (mgr.24491) 22185 : cluster [DBG] pgmap v19599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:52.677317+0000 mgr.y (mgr.24491) 22185 : cluster [DBG] pgmap v19599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:52.677317+0000 mgr.y (mgr.24491) 22185 : cluster [DBG] pgmap v19599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:54.677990+0000 mgr.y (mgr.24491) 22186 : cluster [DBG] pgmap v19600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:54.677990+0000 mgr.y (mgr.24491) 22186 : cluster [DBG] pgmap v19600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:54.677990+0000 mgr.y (mgr.24491) 22186 : cluster [DBG] pgmap v19600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:58.075 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:25:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:25:57] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:25:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:56.678335+0000 mgr.y (mgr.24491) 22187 : cluster [DBG] pgmap v19601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:25:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:56.678335+0000 mgr.y (mgr.24491) 22187 : cluster [DBG] pgmap v19601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:25:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:25:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:56.678335+0000 mgr.y (mgr.24491) 22187 : cluster [DBG] pgmap v19601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:25:58.678889+0000 mgr.y (mgr.24491) 22188 : cluster [DBG] pgmap v19602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:25:58.678889+0000 mgr.y (mgr.24491) 22188 : cluster [DBG] pgmap v19602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:25:58.678889+0000 mgr.y (mgr.24491) 22188 : cluster [DBG] pgmap v19602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:26:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:26:02.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:00.679560+0000 mgr.y (mgr.24491) 22189 : cluster [DBG] pgmap v19603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:00.679560+0000 mgr.y (mgr.24491) 22189 : cluster [DBG] pgmap v19603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:00.679560+0000 mgr.y (mgr.24491) 22189 : cluster [DBG] pgmap v19603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:02.680084+0000 mgr.y (mgr.24491) 22190 : cluster [DBG] pgmap v19604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:02.680084+0000 mgr.y (mgr.24491) 22190 : cluster [DBG] pgmap v19604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:02.680084+0000 mgr.y (mgr.24491) 22190 : cluster [DBG] pgmap v19604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:04.680762+0000 mgr.y (mgr.24491) 22191 : cluster [DBG] pgmap v19605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:04.680762+0000 mgr.y (mgr.24491) 22191 : cluster [DBG] pgmap v19605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:04.680762+0000 mgr.y (mgr.24491) 22191 : cluster [DBG] pgmap v19605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:08.091 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:26:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:26:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:06.681174+0000 mgr.y (mgr.24491) 22192 : cluster [DBG] pgmap v19606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:06.681174+0000 mgr.y (mgr.24491) 22192 : cluster [DBG] pgmap v19606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:06.681174+0000 mgr.y (mgr.24491) 22192 : cluster [DBG] pgmap v19606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:08.732 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:26:09.003 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:26:09.003 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 91s ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:26:09.004 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 90s ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:26:09.004 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 91s ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:26:09.004 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 90s ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:26:09.004 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 90s ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:26:09.004 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 91s ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:26:09.004 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 91s ago 10h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:26:09.004 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 90s ago 10h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:26:09.004 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 91s ago 10h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:26:09.004 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 91s ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:26:09.005 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 90s ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:26:09.005 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 91s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:26:09.005 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 91s ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:26:09.005 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 91s ago 10h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:26:09.005 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 91s ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:26:09.005 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 90s ago 10h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:26:09.005 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 90s ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:26:09.005 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 90s ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:26:09.005 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 90s ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:26:09.005 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 90s ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:26:09.338 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:26:09.338 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:26:09.338 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:26:09.338 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:26:09.339 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:26:09.339 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:26:09.339 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:26:09.339 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:26:09.339 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:26:09.339 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:26:09.339 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:26:09.339 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:26:09.339 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:26:09.339 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:26:09.340 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:26:09.340 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:26:09.340 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:26:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:08.681525+0000 mgr.y (mgr.24491) 22193 : cluster [DBG] pgmap v19607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:26:08.721193+0000 mgr.y (mgr.24491) 22194 : audit [DBG] from='client.47573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:26:08.997478+0000 mgr.y (mgr.24491) 22195 : audit [DBG] from='client.47579 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:26:09.339533+0000 mon.a (mon.0) 4475 : audit [DBG] from='client.? 172.21.15.177:0/3284252678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:26:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:08.681525+0000 mgr.y (mgr.24491) 22193 : cluster [DBG] pgmap v19607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:26:08.721193+0000 mgr.y (mgr.24491) 22194 : audit [DBG] from='client.47573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:10.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:26:08.997478+0000 mgr.y (mgr.24491) 22195 : audit [DBG] from='client.47579 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:10.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:26:09.339533+0000 mon.a (mon.0) 4475 : audit [DBG] from='client.? 172.21.15.177:0/3284252678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:26:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:08.681525+0000 mgr.y (mgr.24491) 22193 : cluster [DBG] pgmap v19607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:26:08.721193+0000 mgr.y (mgr.24491) 22194 : audit [DBG] from='client.47573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:26:08.997478+0000 mgr.y (mgr.24491) 22195 : audit [DBG] from='client.47579 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:26:09.339533+0000 mon.a (mon.0) 4475 : audit [DBG] from='client.? 172.21.15.177:0/3284252678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:26:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:26:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:26:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:10.682237+0000 mgr.y (mgr.24491) 22196 : cluster [DBG] pgmap v19608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:10.682237+0000 mgr.y (mgr.24491) 22196 : cluster [DBG] pgmap v19608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:10.682237+0000 mgr.y (mgr.24491) 22196 : cluster [DBG] pgmap v19608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:12.682659+0000 mgr.y (mgr.24491) 22197 : cluster [DBG] pgmap v19609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:12.682659+0000 mgr.y (mgr.24491) 22197 : cluster [DBG] pgmap v19609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:12.682659+0000 mgr.y (mgr.24491) 22197 : cluster [DBG] pgmap v19609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:14.683299+0000 mgr.y (mgr.24491) 22198 : cluster [DBG] pgmap v19610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:14.683299+0000 mgr.y (mgr.24491) 22198 : cluster [DBG] pgmap v19610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:14.683299+0000 mgr.y (mgr.24491) 22198 : cluster [DBG] pgmap v19610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:18.113 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:26:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:26:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:16.683847+0000 mgr.y (mgr.24491) 22199 : cluster [DBG] pgmap v19611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:16.683847+0000 mgr.y (mgr.24491) 22199 : cluster [DBG] pgmap v19611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:16.683847+0000 mgr.y (mgr.24491) 22199 : cluster [DBG] pgmap v19611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:18.684233+0000 mgr.y (mgr.24491) 22200 : cluster [DBG] pgmap v19612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:18.684233+0000 mgr.y (mgr.24491) 22200 : cluster [DBG] pgmap v19612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:18.684233+0000 mgr.y (mgr.24491) 22200 : cluster [DBG] pgmap v19612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:26:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:26:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:20.685006+0000 mgr.y (mgr.24491) 22201 : cluster [DBG] pgmap v19613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:20.685006+0000 mgr.y (mgr.24491) 22201 : cluster [DBG] pgmap v19613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:20.685006+0000 mgr.y (mgr.24491) 22201 : cluster [DBG] pgmap v19613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:22.685493+0000 mgr.y (mgr.24491) 22202 : cluster [DBG] pgmap v19614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:22.685493+0000 mgr.y (mgr.24491) 22202 : cluster [DBG] pgmap v19614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:22.685493+0000 mgr.y (mgr.24491) 22202 : cluster [DBG] pgmap v19614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:25.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:24.686255+0000 mgr.y (mgr.24491) 22203 : cluster [DBG] pgmap v19615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:25.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:24.686255+0000 mgr.y (mgr.24491) 22203 : cluster [DBG] pgmap v19615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:25.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:24.686255+0000 mgr.y (mgr.24491) 22203 : cluster [DBG] pgmap v19615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:27.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:26.686685+0000 mgr.y (mgr.24491) 22204 : cluster [DBG] pgmap v19616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:26:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:26.686685+0000 mgr.y (mgr.24491) 22204 : cluster [DBG] pgmap v19616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:26.686685+0000 mgr.y (mgr.24491) 22204 : cluster [DBG] pgmap v19616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:29.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:28.687199+0000 mgr.y (mgr.24491) 22205 : cluster [DBG] pgmap v19617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:28.687199+0000 mgr.y (mgr.24491) 22205 : cluster [DBG] pgmap v19617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:28.687199+0000 mgr.y (mgr.24491) 22205 : cluster [DBG] pgmap v19617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:26:31.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:30.688003+0000 mgr.y (mgr.24491) 22206 : cluster [DBG] pgmap v19618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:30.688003+0000 mgr.y (mgr.24491) 22206 : cluster [DBG] pgmap v19618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:32.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:30.688003+0000 mgr.y (mgr.24491) 22206 : cluster [DBG] pgmap v19618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:34.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:32.688388+0000 mgr.y (mgr.24491) 22207 : cluster [DBG] pgmap v19619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:32.688388+0000 mgr.y (mgr.24491) 22207 : cluster [DBG] pgmap v19619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:32.688388+0000 mgr.y (mgr.24491) 22207 : cluster [DBG] pgmap v19619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:36.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:34.688990+0000 mgr.y (mgr.24491) 22208 : cluster [DBG] pgmap v19620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:34.688990+0000 mgr.y (mgr.24491) 22208 : cluster [DBG] pgmap v19620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:34.688990+0000 mgr.y (mgr.24491) 22208 : cluster [DBG] pgmap v19620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:38.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:36.689365+0000 mgr.y (mgr.24491) 22209 : cluster [DBG] pgmap v19621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:26:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:36.689365+0000 mgr.y (mgr.24491) 22209 : cluster [DBG] pgmap v19621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:36.689365+0000 mgr.y (mgr.24491) 22209 : cluster [DBG] pgmap v19621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:39.660 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:26:39.938 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:26:39.938 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:26:39.938 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:26:39.938 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:26:39.938 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:26:39.938 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:26:39.938 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (10h) 2m ago 10h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:26:39.938 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (10h) 2m ago 10h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:26:39.938 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:26:39.939 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:26:39.939 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:26:39.939 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:26:39.939 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:26:39.939 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:26:39.939 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:26:39.939 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:26:39.939 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:26:39.939 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:26:39.939 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:26:39.940 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:26:39.940 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:26:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:38.689773+0000 mgr.y (mgr.24491) 22210 : cluster [DBG] pgmap v19622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:26:39.247683+0000 mon.a (mon.0) 4476 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:26:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:26:39.554889+0000 mon.a (mon.0) 4477 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:26:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:26:39.555530+0000 mon.a (mon.0) 4478 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:26:40.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:26:39.559844+0000 mon.a (mon.0) 4479 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:26:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:38.689773+0000 mgr.y (mgr.24491) 22210 : cluster [DBG] pgmap v19622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:26:39.247683+0000 mon.a (mon.0) 4476 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:26:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:26:39.554889+0000 mon.a (mon.0) 4477 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:26:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:26:39.555530+0000 mon.a (mon.0) 4478 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:26:40.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:26:39.559844+0000 mon.a (mon.0) 4479 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:26:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:38.689773+0000 mgr.y (mgr.24491) 22210 : cluster [DBG] pgmap v19622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:26:39.247683+0000 mon.a (mon.0) 4476 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:26:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:26:39.554889+0000 mon.a (mon.0) 4477 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:26:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:26:39.555530+0000 mon.a (mon.0) 4478 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:26:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:26:39.559844+0000 mon.a (mon.0) 4479 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:26:40.271 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:26:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:26:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:26:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:26:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:26:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:26:40.271 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:26:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:26:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:26:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:26:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:26:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:26:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:26:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:26:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:26:40.272 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:26:40.272 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:26:41.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:26:39.649511+0000 mgr.y (mgr.24491) 22211 : audit [DBG] from='client.47591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:26:39.931286+0000 mgr.y (mgr.24491) 22212 : audit [DBG] from='client.47597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:26:40.272498+0000 mon.c (mon.2) 686 : audit [DBG] from='client.? 172.21.15.177:0/1619697913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:26:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:26:39.649511+0000 mgr.y (mgr.24491) 22211 : audit [DBG] from='client.47591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:26:39.931286+0000 mgr.y (mgr.24491) 22212 : audit [DBG] from='client.47597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:26:40.272498+0000 mon.c (mon.2) 686 : audit [DBG] from='client.? 172.21.15.177:0/1619697913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:26:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:26:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:26:39.649511+0000 mgr.y (mgr.24491) 22211 : audit [DBG] from='client.47591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:26:39.931286+0000 mgr.y (mgr.24491) 22212 : audit [DBG] from='client.47597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:26:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:26:40.272498+0000 mon.c (mon.2) 686 : audit [DBG] from='client.? 172.21.15.177:0/1619697913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:26:42.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:40.690469+0000 mgr.y (mgr.24491) 22213 : cluster [DBG] pgmap v19623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:40.690469+0000 mgr.y (mgr.24491) 22213 : cluster [DBG] pgmap v19623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:40.690469+0000 mgr.y (mgr.24491) 22213 : cluster [DBG] pgmap v19623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:42.691032+0000 mgr.y (mgr.24491) 22214 : cluster [DBG] pgmap v19624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:42.691032+0000 mgr.y (mgr.24491) 22214 : cluster [DBG] pgmap v19624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:42.691032+0000 mgr.y (mgr.24491) 22214 : cluster [DBG] pgmap v19624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:44.691692+0000 mgr.y (mgr.24491) 22215 : cluster [DBG] pgmap v19625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:44.691692+0000 mgr.y (mgr.24491) 22215 : cluster [DBG] pgmap v19625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:44.691692+0000 mgr.y (mgr.24491) 22215 : cluster [DBG] pgmap v19625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:26:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:46.692177+0000 mgr.y (mgr.24491) 22216 : cluster [DBG] pgmap v19626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:46.692177+0000 mgr.y (mgr.24491) 22216 : cluster [DBG] pgmap v19626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:46.692177+0000 mgr.y (mgr.24491) 22216 : cluster [DBG] pgmap v19626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:48.692545+0000 mgr.y (mgr.24491) 22217 : cluster [DBG] pgmap v19627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:48.692545+0000 mgr.y (mgr.24491) 22217 : cluster [DBG] pgmap v19627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:48.692545+0000 mgr.y (mgr.24491) 22217 : cluster [DBG] pgmap v19627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:26:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:50.693340+0000 mgr.y (mgr.24491) 22218 : cluster [DBG] pgmap v19628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:52.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:50.693340+0000 mgr.y (mgr.24491) 22218 : cluster [DBG] pgmap v19628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:50.693340+0000 mgr.y (mgr.24491) 22218 : cluster [DBG] pgmap v19628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:52.693720+0000 mgr.y (mgr.24491) 22219 : cluster [DBG] pgmap v19629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:52.693720+0000 mgr.y (mgr.24491) 22219 : cluster [DBG] pgmap v19629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:52.693720+0000 mgr.y (mgr.24491) 22219 : cluster [DBG] pgmap v19629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:54.694370+0000 mgr.y (mgr.24491) 22220 : cluster [DBG] pgmap v19630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:56.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:54.694370+0000 mgr.y (mgr.24491) 22220 : cluster [DBG] pgmap v19630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:54.694370+0000 mgr.y (mgr.24491) 22220 : cluster [DBG] pgmap v19630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:26:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:26:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:56.694767+0000 mgr.y (mgr.24491) 22221 : cluster [DBG] pgmap v19631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:56.694767+0000 mgr.y (mgr.24491) 22221 : cluster [DBG] pgmap v19631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:26:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:56.694767+0000 mgr.y (mgr.24491) 22221 : cluster [DBG] pgmap v19631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:26:58.695259+0000 mgr.y (mgr.24491) 22222 : cluster [DBG] pgmap v19632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:26:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:26:58.695259+0000 mgr.y (mgr.24491) 22222 : cluster [DBG] pgmap v19632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:26:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:26:58.695259+0000 mgr.y (mgr.24491) 22222 : cluster [DBG] pgmap v19632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:27:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:00.695895+0000 mgr.y (mgr.24491) 22223 : cluster [DBG] pgmap v19633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:00.695895+0000 mgr.y (mgr.24491) 22223 : cluster [DBG] pgmap v19633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:00.695895+0000 mgr.y (mgr.24491) 22223 : cluster [DBG] pgmap v19633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:02.696327+0000 mgr.y (mgr.24491) 22224 : cluster [DBG] pgmap v19634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:02.696327+0000 mgr.y (mgr.24491) 22224 : cluster [DBG] pgmap v19634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:02.696327+0000 mgr.y (mgr.24491) 22224 : cluster [DBG] pgmap v19634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:04.697144+0000 mgr.y (mgr.24491) 22225 : cluster [DBG] pgmap v19635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:04.697144+0000 mgr.y (mgr.24491) 22225 : cluster [DBG] pgmap v19635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:04.697144+0000 mgr.y (mgr.24491) 22225 : cluster [DBG] pgmap v19635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:27:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:06.697551+0000 mgr.y (mgr.24491) 22226 : cluster [DBG] pgmap v19636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:06.697551+0000 mgr.y (mgr.24491) 22226 : cluster [DBG] pgmap v19636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:06.697551+0000 mgr.y (mgr.24491) 22226 : cluster [DBG] pgmap v19636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:08.697977+0000 mgr.y (mgr.24491) 22227 : cluster [DBG] pgmap v19637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:08.697977+0000 mgr.y (mgr.24491) 22227 : cluster [DBG] pgmap v19637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:08.697977+0000 mgr.y (mgr.24491) 22227 : cluster [DBG] pgmap v19637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:10.580 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:27:10.855 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:27:10.856 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 2m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:27:10.856 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 2m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:27:10.856 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 2m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:27:10.856 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 2m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:27:10.856 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 2m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 2m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 2m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 2m ago 10h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 2m ago 10h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 2m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 2m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 2m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 2m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 2m ago 10h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 2m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 2m ago 10h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:27:10.857 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 2m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:27:10.858 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 2m ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:27:10.858 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 2m ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:27:10.858 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 2m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:27:11.187 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:27:11.187 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:27:11.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:27:11.187 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:27:11.187 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:27:11.187 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:27:11.188 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:27:11.188 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:27:11.188 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:27:11.188 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:27:11.188 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:27:11.188 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:27:11.188 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:27:11.188 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:27:11.189 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:27:11.189 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:27:11.189 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:27:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:27:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:27:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:27:10.569505+0000 mgr.y (mgr.24491) 22228 : audit [DBG] from='client.37701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:12.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:10.698486+0000 mgr.y (mgr.24491) 22229 : cluster [DBG] pgmap v19638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:12.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:27:10.848426+0000 mgr.y (mgr.24491) 22230 : audit [DBG] from='client.37707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:12.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:27:11.188363+0000 mon.a (mon.0) 4480 : audit [DBG] from='client.? 172.21.15.177:0/1037003693' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:27:12.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:27:10.569505+0000 mgr.y (mgr.24491) 22228 : audit [DBG] from='client.37701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:12.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:10.698486+0000 mgr.y (mgr.24491) 22229 : cluster [DBG] pgmap v19638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:12.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:27:10.848426+0000 mgr.y (mgr.24491) 22230 : audit [DBG] from='client.37707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:12.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:27:11.188363+0000 mon.a (mon.0) 4480 : audit [DBG] from='client.? 172.21.15.177:0/1037003693' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:27:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:27:10.569505+0000 mgr.y (mgr.24491) 22228 : audit [DBG] from='client.37701 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:10.698486+0000 mgr.y (mgr.24491) 22229 : cluster [DBG] pgmap v19638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:27:10.848426+0000 mgr.y (mgr.24491) 22230 : audit [DBG] from='client.37707 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:27:11.188363+0000 mon.a (mon.0) 4480 : audit [DBG] from='client.? 172.21.15.177:0/1037003693' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:27:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:12.699035+0000 mgr.y (mgr.24491) 22231 : cluster [DBG] pgmap v19639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:14.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:12.699035+0000 mgr.y (mgr.24491) 22231 : cluster [DBG] pgmap v19639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:12.699035+0000 mgr.y (mgr.24491) 22231 : cluster [DBG] pgmap v19639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:14.699692+0000 mgr.y (mgr.24491) 22232 : cluster [DBG] pgmap v19640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:14.699692+0000 mgr.y (mgr.24491) 22232 : cluster [DBG] pgmap v19640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:14.699692+0000 mgr.y (mgr.24491) 22232 : cluster [DBG] pgmap v19640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:18.023 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:27:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:27:18.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:16.700093+0000 mgr.y (mgr.24491) 22233 : cluster [DBG] pgmap v19641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:18.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:16.700093+0000 mgr.y (mgr.24491) 22233 : cluster [DBG] pgmap v19641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:16.700093+0000 mgr.y (mgr.24491) 22233 : cluster [DBG] pgmap v19641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:18.700490+0000 mgr.y (mgr.24491) 22234 : cluster [DBG] pgmap v19642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:18.700490+0000 mgr.y (mgr.24491) 22234 : cluster [DBG] pgmap v19642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:18.700490+0000 mgr.y (mgr.24491) 22234 : cluster [DBG] pgmap v19642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:27:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:27:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:20.701299+0000 mgr.y (mgr.24491) 22235 : cluster [DBG] pgmap v19643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:20.701299+0000 mgr.y (mgr.24491) 22235 : cluster [DBG] pgmap v19643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:20.701299+0000 mgr.y (mgr.24491) 22235 : cluster [DBG] pgmap v19643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:22.701659+0000 mgr.y (mgr.24491) 22236 : cluster [DBG] pgmap v19644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:22.701659+0000 mgr.y (mgr.24491) 22236 : cluster [DBG] pgmap v19644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:22.701659+0000 mgr.y (mgr.24491) 22236 : cluster [DBG] pgmap v19644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:24.702400+0000 mgr.y (mgr.24491) 22237 : cluster [DBG] pgmap v19645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:24.702400+0000 mgr.y (mgr.24491) 22237 : cluster [DBG] pgmap v19645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:24.702400+0000 mgr.y (mgr.24491) 22237 : cluster [DBG] pgmap v19645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:28.038 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:27:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:27:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:26.702778+0000 mgr.y (mgr.24491) 22238 : cluster [DBG] pgmap v19646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:26.702778+0000 mgr.y (mgr.24491) 22238 : cluster [DBG] pgmap v19646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:26.702778+0000 mgr.y (mgr.24491) 22238 : cluster [DBG] pgmap v19646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:30.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:28.703188+0000 mgr.y (mgr.24491) 22239 : cluster [DBG] pgmap v19647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:30.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:28.703188+0000 mgr.y (mgr.24491) 22239 : cluster [DBG] pgmap v19647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:28.703188+0000 mgr.y (mgr.24491) 22239 : cluster [DBG] pgmap v19647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:27:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:27:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:30.704027+0000 mgr.y (mgr.24491) 22240 : cluster [DBG] pgmap v19648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:30.704027+0000 mgr.y (mgr.24491) 22240 : cluster [DBG] pgmap v19648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:30.704027+0000 mgr.y (mgr.24491) 22240 : cluster [DBG] pgmap v19648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:32.704396+0000 mgr.y (mgr.24491) 22241 : cluster [DBG] pgmap v19649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:32.704396+0000 mgr.y (mgr.24491) 22241 : cluster [DBG] pgmap v19649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:32.704396+0000 mgr.y (mgr.24491) 22241 : cluster [DBG] pgmap v19649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:34.705217+0000 mgr.y (mgr.24491) 22242 : cluster [DBG] pgmap v19650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:34.705217+0000 mgr.y (mgr.24491) 22242 : cluster [DBG] pgmap v19650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:34.705217+0000 mgr.y (mgr.24491) 22242 : cluster [DBG] pgmap v19650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:38.055 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:27:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:37] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:27:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:36.705673+0000 mgr.y (mgr.24491) 22243 : cluster [DBG] pgmap v19651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:36.705673+0000 mgr.y (mgr.24491) 22243 : cluster [DBG] pgmap v19651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:36.705673+0000 mgr.y (mgr.24491) 22243 : cluster [DBG] pgmap v19651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:38.706134+0000 mgr.y (mgr.24491) 22244 : cluster [DBG] pgmap v19652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:27:39.564167+0000 mon.a (mon.0) 4481 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:27:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:27:39.805516+0000 mon.a (mon.0) 4482 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:27:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:38.706134+0000 mgr.y (mgr.24491) 22244 : cluster [DBG] pgmap v19652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:27:39.564167+0000 mon.a (mon.0) 4481 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:27:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:27:39.805516+0000 mon.a (mon.0) 4482 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:27:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:38.706134+0000 mgr.y (mgr.24491) 22244 : cluster [DBG] pgmap v19652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:27:39.564167+0000 mon.a (mon.0) 4481 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:27:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:27:39.805516+0000 mon.a (mon.0) 4482 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:27:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:27:40.085629+0000 mon.a (mon.0) 4483 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:27:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:27:40.086363+0000 mon.a (mon.0) 4484 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:27:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:27:40.094336+0000 mon.a (mon.0) 4485 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:27:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:27:40.085629+0000 mon.a (mon.0) 4483 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:27:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:27:40.086363+0000 mon.a (mon.0) 4484 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:27:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:27:40.094336+0000 mon.a (mon.0) 4485 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:27:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:27:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:27:40.085629+0000 mon.a (mon.0) 4483 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:27:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:27:40.086363+0000 mon.a (mon.0) 4484 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:27:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:27:40.094336+0000 mon.a (mon.0) 4485 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:27:41.501 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:27:41.778 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:27:41.778 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:27:41.779 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:27:41.779 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:27:41.779 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:27:41.779 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:27:41.779 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 3m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:27:41.779 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 3m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:27:41.779 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:27:41.779 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:27:41.779 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:27:41.779 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:27:41.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:27:41.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:27:41.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:27:41.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:27:41.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:27:41.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:27:41.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:27:41.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:27:41.780 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:27:42.113 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:27:42.113 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:27:42.113 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:27:42.113 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:27:42.113 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:27:42.113 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:27:42.114 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:27:42.114 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:27:42.114 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:27:42.114 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:27:42.114 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:27:42.114 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:27:42.114 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:27:42.114 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:27:42.114 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:27:42.115 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:27:42.115 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:27:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:40.706827+0000 mgr.y (mgr.24491) 22245 : cluster [DBG] pgmap v19653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:40.706827+0000 mgr.y (mgr.24491) 22245 : cluster [DBG] pgmap v19653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:40.706827+0000 mgr.y (mgr.24491) 22245 : cluster [DBG] pgmap v19653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:27:41.490052+0000 mgr.y (mgr.24491) 22246 : audit [DBG] from='client.47627 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:27:41.771982+0000 mgr.y (mgr.24491) 22247 : audit [DBG] from='client.47633 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:43.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:27:42.114281+0000 mon.c (mon.2) 687 : audit [DBG] from='client.? 172.21.15.177:0/1800097846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:27:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:27:41.490052+0000 mgr.y (mgr.24491) 22246 : audit [DBG] from='client.47627 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:27:41.771982+0000 mgr.y (mgr.24491) 22247 : audit [DBG] from='client.47633 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:27:42.114281+0000 mon.c (mon.2) 687 : audit [DBG] from='client.? 172.21.15.177:0/1800097846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:27:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:27:41.490052+0000 mgr.y (mgr.24491) 22246 : audit [DBG] from='client.47627 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:27:41.771982+0000 mgr.y (mgr.24491) 22247 : audit [DBG] from='client.47633 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:27:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:27:42.114281+0000 mon.c (mon.2) 687 : audit [DBG] from='client.? 172.21.15.177:0/1800097846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:27:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:42.707247+0000 mgr.y (mgr.24491) 22248 : cluster [DBG] pgmap v19654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:42.707247+0000 mgr.y (mgr.24491) 22248 : cluster [DBG] pgmap v19654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:42.707247+0000 mgr.y (mgr.24491) 22248 : cluster [DBG] pgmap v19654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:44.707839+0000 mgr.y (mgr.24491) 22249 : cluster [DBG] pgmap v19655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:44.707839+0000 mgr.y (mgr.24491) 22249 : cluster [DBG] pgmap v19655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:44.707839+0000 mgr.y (mgr.24491) 22249 : cluster [DBG] pgmap v19655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:48.106 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:27:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:47] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:27:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:46.708272+0000 mgr.y (mgr.24491) 22250 : cluster [DBG] pgmap v19656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:46.708272+0000 mgr.y (mgr.24491) 22250 : cluster [DBG] pgmap v19656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:46.708272+0000 mgr.y (mgr.24491) 22250 : cluster [DBG] pgmap v19656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:48.708847+0000 mgr.y (mgr.24491) 22251 : cluster [DBG] pgmap v19657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:48.708847+0000 mgr.y (mgr.24491) 22251 : cluster [DBG] pgmap v19657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:48.708847+0000 mgr.y (mgr.24491) 22251 : cluster [DBG] pgmap v19657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:27:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:27:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:50.709490+0000 mgr.y (mgr.24491) 22252 : cluster [DBG] pgmap v19658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:50.709490+0000 mgr.y (mgr.24491) 22252 : cluster [DBG] pgmap v19658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:50.709490+0000 mgr.y (mgr.24491) 22252 : cluster [DBG] pgmap v19658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:52.709991+0000 mgr.y (mgr.24491) 22253 : cluster [DBG] pgmap v19659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:52.709991+0000 mgr.y (mgr.24491) 22253 : cluster [DBG] pgmap v19659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:52.709991+0000 mgr.y (mgr.24491) 22253 : cluster [DBG] pgmap v19659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:54.710679+0000 mgr.y (mgr.24491) 22254 : cluster [DBG] pgmap v19660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:54.710679+0000 mgr.y (mgr.24491) 22254 : cluster [DBG] pgmap v19660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:54.710679+0000 mgr.y (mgr.24491) 22254 : cluster [DBG] pgmap v19660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:58.124 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:27:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:27:57] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:27:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:56.711043+0000 mgr.y (mgr.24491) 22255 : cluster [DBG] pgmap v19661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:27:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:56.711043+0000 mgr.y (mgr.24491) 22255 : cluster [DBG] pgmap v19661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:27:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:27:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:56.711043+0000 mgr.y (mgr.24491) 22255 : cluster [DBG] pgmap v19661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:27:58.711494+0000 mgr.y (mgr.24491) 22256 : cluster [DBG] pgmap v19662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:27:58.711494+0000 mgr.y (mgr.24491) 22256 : cluster [DBG] pgmap v19662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:27:58.711494+0000 mgr.y (mgr.24491) 22256 : cluster [DBG] pgmap v19662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:28:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:28:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:00.712234+0000 mgr.y (mgr.24491) 22257 : cluster [DBG] pgmap v19663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:00.712234+0000 mgr.y (mgr.24491) 22257 : cluster [DBG] pgmap v19663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:00.712234+0000 mgr.y (mgr.24491) 22257 : cluster [DBG] pgmap v19663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:02.712911+0000 mgr.y (mgr.24491) 22258 : cluster [DBG] pgmap v19664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:02.712911+0000 mgr.y (mgr.24491) 22258 : cluster [DBG] pgmap v19664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:02.712911+0000 mgr.y (mgr.24491) 22258 : cluster [DBG] pgmap v19664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:04.713815+0000 mgr.y (mgr.24491) 22259 : cluster [DBG] pgmap v19665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:04.713815+0000 mgr.y (mgr.24491) 22259 : cluster [DBG] pgmap v19665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:04.713815+0000 mgr.y (mgr.24491) 22259 : cluster [DBG] pgmap v19665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:28:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:06.714287+0000 mgr.y (mgr.24491) 22260 : cluster [DBG] pgmap v19666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:06.714287+0000 mgr.y (mgr.24491) 22260 : cluster [DBG] pgmap v19666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:06.714287+0000 mgr.y (mgr.24491) 22260 : cluster [DBG] pgmap v19666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:10.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:08.714735+0000 mgr.y (mgr.24491) 22261 : cluster [DBG] pgmap v19667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:10.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:08.714735+0000 mgr.y (mgr.24491) 22261 : cluster [DBG] pgmap v19667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:08.714735+0000 mgr.y (mgr.24491) 22261 : cluster [DBG] pgmap v19667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:28:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:10.715354+0000 mgr.y (mgr.24491) 22262 : cluster [DBG] pgmap v19668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:10.715354+0000 mgr.y (mgr.24491) 22262 : cluster [DBG] pgmap v19668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:10.715354+0000 mgr.y (mgr.24491) 22262 : cluster [DBG] pgmap v19668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:12.431 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:28:12.713 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:28:12.713 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 3m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:28:12.713 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 3m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:28:12.714 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 3m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:28:12.714 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 3m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:28:12.714 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 3m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:28:12.714 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 3m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:28:12.714 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 3m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:28:12.714 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (10h) 3m ago 10h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:28:12.714 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (10h) 3m ago 10h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:28:12.714 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 3m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:28:12.714 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 3m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:28:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 3m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:28:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 3m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:28:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 3m ago 10h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:28:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 3m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:28:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 3m ago 10h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:28:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 3m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:28:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 3m ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:28:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 3m ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:28:12.715 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 3m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:28:13.050 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:28:13.050 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:28:13.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:28:13.051 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:28:13.051 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:28:13.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:28:13.051 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:28:13.051 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:28:13.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:28:13.051 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:28:13.051 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:28:13.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:28:13.052 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:28:13.052 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:28:13.052 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:28:13.052 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:28:13.052 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:28:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:28:12.419429+0000 mgr.y (mgr.24491) 22263 : audit [DBG] from='client.37737 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:28:12.706862+0000 mgr.y (mgr.24491) 22264 : audit [DBG] from='client.37743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:12.715660+0000 mgr.y (mgr.24491) 22265 : cluster [DBG] pgmap v19669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:14.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:28:13.051903+0000 mon.a (mon.0) 4486 : audit [DBG] from='client.? 172.21.15.177:0/3001262447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:28:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:28:12.419429+0000 mgr.y (mgr.24491) 22263 : audit [DBG] from='client.37737 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:28:12.706862+0000 mgr.y (mgr.24491) 22264 : audit [DBG] from='client.37743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:12.715660+0000 mgr.y (mgr.24491) 22265 : cluster [DBG] pgmap v19669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:28:13.051903+0000 mon.a (mon.0) 4486 : audit [DBG] from='client.? 172.21.15.177:0/3001262447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:28:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:28:12.419429+0000 mgr.y (mgr.24491) 22263 : audit [DBG] from='client.37737 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:28:12.706862+0000 mgr.y (mgr.24491) 22264 : audit [DBG] from='client.37743 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:12.715660+0000 mgr.y (mgr.24491) 22265 : cluster [DBG] pgmap v19669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:28:13.051903+0000 mon.a (mon.0) 4486 : audit [DBG] from='client.? 172.21.15.177:0/3001262447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:28:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:14.716272+0000 mgr.y (mgr.24491) 22266 : cluster [DBG] pgmap v19670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:14.716272+0000 mgr.y (mgr.24491) 22266 : cluster [DBG] pgmap v19670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:14.716272+0000 mgr.y (mgr.24491) 22266 : cluster [DBG] pgmap v19670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:16.716755+0000 mgr.y (mgr.24491) 22267 : cluster [DBG] pgmap v19671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:28:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:16.716755+0000 mgr.y (mgr.24491) 22267 : cluster [DBG] pgmap v19671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:18.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:16.716755+0000 mgr.y (mgr.24491) 22267 : cluster [DBG] pgmap v19671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:20.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:18.717128+0000 mgr.y (mgr.24491) 22268 : cluster [DBG] pgmap v19672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:18.717128+0000 mgr.y (mgr.24491) 22268 : cluster [DBG] pgmap v19672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:18.717128+0000 mgr.y (mgr.24491) 22268 : cluster [DBG] pgmap v19672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:28:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:20.717785+0000 mgr.y (mgr.24491) 22269 : cluster [DBG] pgmap v19673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:20.717785+0000 mgr.y (mgr.24491) 22269 : cluster [DBG] pgmap v19673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:20.717785+0000 mgr.y (mgr.24491) 22269 : cluster [DBG] pgmap v19673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:22.718200+0000 mgr.y (mgr.24491) 22270 : cluster [DBG] pgmap v19674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:22.718200+0000 mgr.y (mgr.24491) 22270 : cluster [DBG] pgmap v19674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:22.718200+0000 mgr.y (mgr.24491) 22270 : cluster [DBG] pgmap v19674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:24.718969+0000 mgr.y (mgr.24491) 22271 : cluster [DBG] pgmap v19675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:26.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:24.718969+0000 mgr.y (mgr.24491) 22271 : cluster [DBG] pgmap v19675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:24.718969+0000 mgr.y (mgr.24491) 22271 : cluster [DBG] pgmap v19675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:28:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:26.719290+0000 mgr.y (mgr.24491) 22272 : cluster [DBG] pgmap v19676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:26.719290+0000 mgr.y (mgr.24491) 22272 : cluster [DBG] pgmap v19676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:26.719290+0000 mgr.y (mgr.24491) 22272 : cluster [DBG] pgmap v19676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:30.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:28.719724+0000 mgr.y (mgr.24491) 22273 : cluster [DBG] pgmap v19677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:30.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:28.719724+0000 mgr.y (mgr.24491) 22273 : cluster [DBG] pgmap v19677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:28.719724+0000 mgr.y (mgr.24491) 22273 : cluster [DBG] pgmap v19677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:28:32.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:30.720488+0000 mgr.y (mgr.24491) 22274 : cluster [DBG] pgmap v19678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:32.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:30.720488+0000 mgr.y (mgr.24491) 22274 : cluster [DBG] pgmap v19678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:30.720488+0000 mgr.y (mgr.24491) 22274 : cluster [DBG] pgmap v19678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:34.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:32.721060+0000 mgr.y (mgr.24491) 22275 : cluster [DBG] pgmap v19679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:34.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:32.721060+0000 mgr.y (mgr.24491) 22275 : cluster [DBG] pgmap v19679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:32.721060+0000 mgr.y (mgr.24491) 22275 : cluster [DBG] pgmap v19679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:36.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:34.721831+0000 mgr.y (mgr.24491) 22276 : cluster [DBG] pgmap v19680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:36.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:34.721831+0000 mgr.y (mgr.24491) 22276 : cluster [DBG] pgmap v19680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:34.721831+0000 mgr.y (mgr.24491) 22276 : cluster [DBG] pgmap v19680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:37] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:28:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:36.722335+0000 mgr.y (mgr.24491) 22277 : cluster [DBG] pgmap v19681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:36.722335+0000 mgr.y (mgr.24491) 22277 : cluster [DBG] pgmap v19681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:36.722335+0000 mgr.y (mgr.24491) 22277 : cluster [DBG] pgmap v19681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:40.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:38.722894+0000 mgr.y (mgr.24491) 22278 : cluster [DBG] pgmap v19682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:40.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:38.722894+0000 mgr.y (mgr.24491) 22278 : cluster [DBG] pgmap v19682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:38.722894+0000 mgr.y (mgr.24491) 22278 : cluster [DBG] pgmap v19682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:41.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:28:40.098689+0000 mon.a (mon.0) 4487 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:28:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:28:40.343600+0000 mon.a (mon.0) 4488 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:28:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:28:40.620060+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:28:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:28:40.620666+0000 mon.a (mon.0) 4490 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:28:41.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:28:40.624853+0000 mon.a (mon.0) 4491 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:28:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:28:40.098689+0000 mon.a (mon.0) 4487 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:28:41.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:28:40.343600+0000 mon.a (mon.0) 4488 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:28:41.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:28:40.620060+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:28:41.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:28:40.620666+0000 mon.a (mon.0) 4490 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:28:41.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:28:40.624853+0000 mon.a (mon.0) 4491 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:28:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:28:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:28:40.098689+0000 mon.a (mon.0) 4487 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:28:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:28:40.343600+0000 mon.a (mon.0) 4488 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:28:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:28:40.620060+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:28:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:28:40.620666+0000 mon.a (mon.0) 4490 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:28:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:28:40.624853+0000 mon.a (mon.0) 4491 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:28:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:40.723439+0000 mgr.y (mgr.24491) 22279 : cluster [DBG] pgmap v19683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:40.723439+0000 mgr.y (mgr.24491) 22279 : cluster [DBG] pgmap v19683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:40.723439+0000 mgr.y (mgr.24491) 22279 : cluster [DBG] pgmap v19683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:43.361 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:28:43.636 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:28:43.636 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:28:43.636 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:28:43.637 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:28:43.637 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:28:43.637 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (10h) 4m ago 10h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:28:43.637 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 4m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:28:43.637 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 4m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:28:43.637 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 4m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:28:43.637 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 4m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:28:43.637 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:28:43.637 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:28:43.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (10h) 4m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:28:43.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:28:43.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:28:43.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:28:43.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:28:43.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:28:43.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:28:43.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:28:43.638 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:28:43.969 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:28:43.969 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:28:43.969 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:28:43.969 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:28:43.969 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:28:43.969 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:28:43.969 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:28:43.970 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:28:43.970 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:28:43.970 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:28:43.970 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:28:43.970 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:28:43.970 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:28:43.970 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:28:43.970 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:28:43.970 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:28:43.970 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:28:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:42.723821+0000 mgr.y (mgr.24491) 22280 : cluster [DBG] pgmap v19684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:42.723821+0000 mgr.y (mgr.24491) 22280 : cluster [DBG] pgmap v19684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:42.723821+0000 mgr.y (mgr.24491) 22280 : cluster [DBG] pgmap v19684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:45.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:28:43.350389+0000 mgr.y (mgr.24491) 22281 : audit [DBG] from='client.37755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:28:43.629888+0000 mgr.y (mgr.24491) 22282 : audit [DBG] from='client.47669 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:45.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:28:43.970297+0000 mon.a (mon.0) 4492 : audit [DBG] from='client.? 172.21.15.177:0/1990693254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:28:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:28:43.350389+0000 mgr.y (mgr.24491) 22281 : audit [DBG] from='client.37755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:28:43.629888+0000 mgr.y (mgr.24491) 22282 : audit [DBG] from='client.47669 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:45.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:28:43.970297+0000 mon.a (mon.0) 4492 : audit [DBG] from='client.? 172.21.15.177:0/1990693254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:28:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:28:43.350389+0000 mgr.y (mgr.24491) 22281 : audit [DBG] from='client.37755 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:28:43.629888+0000 mgr.y (mgr.24491) 22282 : audit [DBG] from='client.47669 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:28:45.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:28:43.970297+0000 mon.a (mon.0) 4492 : audit [DBG] from='client.? 172.21.15.177:0/1990693254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:28:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:44.724655+0000 mgr.y (mgr.24491) 22283 : cluster [DBG] pgmap v19685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:44.724655+0000 mgr.y (mgr.24491) 22283 : cluster [DBG] pgmap v19685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:44.724655+0000 mgr.y (mgr.24491) 22283 : cluster [DBG] pgmap v19685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:48.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:46.725139+0000 mgr.y (mgr.24491) 22284 : cluster [DBG] pgmap v19686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:48.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:28:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:46.725139+0000 mgr.y (mgr.24491) 22284 : cluster [DBG] pgmap v19686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:46.725139+0000 mgr.y (mgr.24491) 22284 : cluster [DBG] pgmap v19686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:48.725657+0000 mgr.y (mgr.24491) 22285 : cluster [DBG] pgmap v19687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:48.725657+0000 mgr.y (mgr.24491) 22285 : cluster [DBG] pgmap v19687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:48.725657+0000 mgr.y (mgr.24491) 22285 : cluster [DBG] pgmap v19687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:28:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:50.726484+0000 mgr.y (mgr.24491) 22286 : cluster [DBG] pgmap v19688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:52.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:50.726484+0000 mgr.y (mgr.24491) 22286 : cluster [DBG] pgmap v19688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:50.726484+0000 mgr.y (mgr.24491) 22286 : cluster [DBG] pgmap v19688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:52.727005+0000 mgr.y (mgr.24491) 22287 : cluster [DBG] pgmap v19689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:52.727005+0000 mgr.y (mgr.24491) 22287 : cluster [DBG] pgmap v19689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:52.727005+0000 mgr.y (mgr.24491) 22287 : cluster [DBG] pgmap v19689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:54.727784+0000 mgr.y (mgr.24491) 22288 : cluster [DBG] pgmap v19690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:54.727784+0000 mgr.y (mgr.24491) 22288 : cluster [DBG] pgmap v19690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:54.727784+0000 mgr.y (mgr.24491) 22288 : cluster [DBG] pgmap v19690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:56.728192+0000 mgr.y (mgr.24491) 22289 : cluster [DBG] pgmap v19691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:58.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:28:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:28:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:56.728192+0000 mgr.y (mgr.24491) 22289 : cluster [DBG] pgmap v19691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:28:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:56.728192+0000 mgr.y (mgr.24491) 22289 : cluster [DBG] pgmap v19691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:28:58.728703+0000 mgr.y (mgr.24491) 22290 : cluster [DBG] pgmap v19692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:28:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:28:58.728703+0000 mgr.y (mgr.24491) 22290 : cluster [DBG] pgmap v19692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:28:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:28:58.728703+0000 mgr.y (mgr.24491) 22290 : cluster [DBG] pgmap v19692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:29:02.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:00.729508+0000 mgr.y (mgr.24491) 22291 : cluster [DBG] pgmap v19693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:02.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:00.729508+0000 mgr.y (mgr.24491) 22291 : cluster [DBG] pgmap v19693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:00.729508+0000 mgr.y (mgr.24491) 22291 : cluster [DBG] pgmap v19693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:02.729860+0000 mgr.y (mgr.24491) 22292 : cluster [DBG] pgmap v19694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:04.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:02.729860+0000 mgr.y (mgr.24491) 22292 : cluster [DBG] pgmap v19694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:02.729860+0000 mgr.y (mgr.24491) 22292 : cluster [DBG] pgmap v19694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:04.730741+0000 mgr.y (mgr.24491) 22293 : cluster [DBG] pgmap v19695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:04.730741+0000 mgr.y (mgr.24491) 22293 : cluster [DBG] pgmap v19695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:04.730741+0000 mgr.y (mgr.24491) 22293 : cluster [DBG] pgmap v19695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:07] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:29:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:06.731136+0000 mgr.y (mgr.24491) 22294 : cluster [DBG] pgmap v19696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:06.731136+0000 mgr.y (mgr.24491) 22294 : cluster [DBG] pgmap v19696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:06.731136+0000 mgr.y (mgr.24491) 22294 : cluster [DBG] pgmap v19696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:08.731530+0000 mgr.y (mgr.24491) 22295 : cluster [DBG] pgmap v19697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:08.731530+0000 mgr.y (mgr.24491) 22295 : cluster [DBG] pgmap v19697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:08.731530+0000 mgr.y (mgr.24491) 22295 : cluster [DBG] pgmap v19697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:29:12.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:10.732309+0000 mgr.y (mgr.24491) 22296 : cluster [DBG] pgmap v19698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:12.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:10.732309+0000 mgr.y (mgr.24491) 22296 : cluster [DBG] pgmap v19698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:10.732309+0000 mgr.y (mgr.24491) 22296 : cluster [DBG] pgmap v19698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:12.732817+0000 mgr.y (mgr.24491) 22297 : cluster [DBG] pgmap v19699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:12.732817+0000 mgr.y (mgr.24491) 22297 : cluster [DBG] pgmap v19699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:12.732817+0000 mgr.y (mgr.24491) 22297 : cluster [DBG] pgmap v19699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:14.282 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:29:14.558 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:29:14.558 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 4m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:29:14.558 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 4m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:29:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 4m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:29:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 4m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:29:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 4m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:29:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 4m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:29:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 4m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:29:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 4m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:29:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 4m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:29:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 4m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:29:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 4m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:29:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 4m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:29:14.559 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (10h) 4m ago 10h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:29:14.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 4m ago 10h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:29:14.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 4m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:29:14.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 4m ago 10h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:29:14.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 4m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:29:14.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 4m ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:29:14.560 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 4m ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:29:14.560 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 4m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:29:14.893 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:29:14.893 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:29:14.893 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:29:14.893 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:29:14.893 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:29:14.893 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:29:14.893 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:29:14.893 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:29:14.893 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:29:14.893 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:29:14.893 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:29:14.894 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:29:14.894 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:29:14.894 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:29:14.894 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:29:14.894 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:29:14.894 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:29:16.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:29:14.270291+0000 mgr.y (mgr.24491) 22298 : audit [DBG] from='client.47681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:29:14.551968+0000 mgr.y (mgr.24491) 22299 : audit [DBG] from='client.47687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:14.733424+0000 mgr.y (mgr.24491) 22300 : cluster [DBG] pgmap v19700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:29:14.894199+0000 mon.c (mon.2) 688 : audit [DBG] from='client.? 172.21.15.177:0/3555938253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:29:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:29:14.270291+0000 mgr.y (mgr.24491) 22298 : audit [DBG] from='client.47681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:29:14.551968+0000 mgr.y (mgr.24491) 22299 : audit [DBG] from='client.47687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:14.733424+0000 mgr.y (mgr.24491) 22300 : cluster [DBG] pgmap v19700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:29:14.894199+0000 mon.c (mon.2) 688 : audit [DBG] from='client.? 172.21.15.177:0/3555938253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:29:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:29:14.270291+0000 mgr.y (mgr.24491) 22298 : audit [DBG] from='client.47681 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:29:14.551968+0000 mgr.y (mgr.24491) 22299 : audit [DBG] from='client.47687 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:14.733424+0000 mgr.y (mgr.24491) 22300 : cluster [DBG] pgmap v19700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:29:14.894199+0000 mon.c (mon.2) 688 : audit [DBG] from='client.? 172.21.15.177:0/3555938253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:29:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:29:18.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:16.733739+0000 mgr.y (mgr.24491) 22301 : cluster [DBG] pgmap v19701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:16.733739+0000 mgr.y (mgr.24491) 22301 : cluster [DBG] pgmap v19701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:16.733739+0000 mgr.y (mgr.24491) 22301 : cluster [DBG] pgmap v19701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:20.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:18.734252+0000 mgr.y (mgr.24491) 22302 : cluster [DBG] pgmap v19702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:18.734252+0000 mgr.y (mgr.24491) 22302 : cluster [DBG] pgmap v19702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:18.734252+0000 mgr.y (mgr.24491) 22302 : cluster [DBG] pgmap v19702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:29:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:20.734913+0000 mgr.y (mgr.24491) 22303 : cluster [DBG] pgmap v19703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:20.734913+0000 mgr.y (mgr.24491) 22303 : cluster [DBG] pgmap v19703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:20.734913+0000 mgr.y (mgr.24491) 22303 : cluster [DBG] pgmap v19703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:22.735397+0000 mgr.y (mgr.24491) 22304 : cluster [DBG] pgmap v19704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:22.735397+0000 mgr.y (mgr.24491) 22304 : cluster [DBG] pgmap v19704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:22.735397+0000 mgr.y (mgr.24491) 22304 : cluster [DBG] pgmap v19704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:24.736150+0000 mgr.y (mgr.24491) 22305 : cluster [DBG] pgmap v19705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:24.736150+0000 mgr.y (mgr.24491) 22305 : cluster [DBG] pgmap v19705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:24.736150+0000 mgr.y (mgr.24491) 22305 : cluster [DBG] pgmap v19705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:28.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:26.736528+0000 mgr.y (mgr.24491) 22306 : cluster [DBG] pgmap v19706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:29:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:26.736528+0000 mgr.y (mgr.24491) 22306 : cluster [DBG] pgmap v19706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:26.736528+0000 mgr.y (mgr.24491) 22306 : cluster [DBG] pgmap v19706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:28.736995+0000 mgr.y (mgr.24491) 22307 : cluster [DBG] pgmap v19707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:28.736995+0000 mgr.y (mgr.24491) 22307 : cluster [DBG] pgmap v19707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:28.736995+0000 mgr.y (mgr.24491) 22307 : cluster [DBG] pgmap v19707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:29:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:30.737762+0000 mgr.y (mgr.24491) 22308 : cluster [DBG] pgmap v19708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:30.737762+0000 mgr.y (mgr.24491) 22308 : cluster [DBG] pgmap v19708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:30.737762+0000 mgr.y (mgr.24491) 22308 : cluster [DBG] pgmap v19708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:32.738164+0000 mgr.y (mgr.24491) 22309 : cluster [DBG] pgmap v19709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:32.738164+0000 mgr.y (mgr.24491) 22309 : cluster [DBG] pgmap v19709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:32.738164+0000 mgr.y (mgr.24491) 22309 : cluster [DBG] pgmap v19709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:34.738738+0000 mgr.y (mgr.24491) 22310 : cluster [DBG] pgmap v19710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:34.738738+0000 mgr.y (mgr.24491) 22310 : cluster [DBG] pgmap v19710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:34.738738+0000 mgr.y (mgr.24491) 22310 : cluster [DBG] pgmap v19710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:37] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T14:29:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:36.739164+0000 mgr.y (mgr.24491) 22311 : cluster [DBG] pgmap v19711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:36.739164+0000 mgr.y (mgr.24491) 22311 : cluster [DBG] pgmap v19711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:36.739164+0000 mgr.y (mgr.24491) 22311 : cluster [DBG] pgmap v19711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:38.739578+0000 mgr.y (mgr.24491) 22312 : cluster [DBG] pgmap v19712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:38.739578+0000 mgr.y (mgr.24491) 22312 : cluster [DBG] pgmap v19712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:38.739578+0000 mgr.y (mgr.24491) 22312 : cluster [DBG] pgmap v19712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:41.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:29:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:29:40.629322+0000 mon.a (mon.0) 4493 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:29:41.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:29:40.921681+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:29:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:29:40.922315+0000 mon.a (mon.0) 4495 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:29:41.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:29:40.926593+0000 mon.a (mon.0) 4496 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:29:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:29:40.629322+0000 mon.a (mon.0) 4493 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:29:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:29:40.921681+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:29:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:29:40.922315+0000 mon.a (mon.0) 4495 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:29:41.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:29:40.926593+0000 mon.a (mon.0) 4496 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:29:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:29:40.629322+0000 mon.a (mon.0) 4493 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:29:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:29:40.921681+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:29:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:29:40.922315+0000 mon.a (mon.0) 4495 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:29:41.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:29:40.926593+0000 mon.a (mon.0) 4496 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:29:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:40.740193+0000 mgr.y (mgr.24491) 22313 : cluster [DBG] pgmap v19713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:40.740193+0000 mgr.y (mgr.24491) 22313 : cluster [DBG] pgmap v19713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:40.740193+0000 mgr.y (mgr.24491) 22313 : cluster [DBG] pgmap v19713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:42.740713+0000 mgr.y (mgr.24491) 22314 : cluster [DBG] pgmap v19714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:42.740713+0000 mgr.y (mgr.24491) 22314 : cluster [DBG] pgmap v19714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:42.740713+0000 mgr.y (mgr.24491) 22314 : cluster [DBG] pgmap v19714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:45.204 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:29:45.478 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:29:45.478 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:29:45.478 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:29:45.478 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:29:45.478 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:29:45.478 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 5m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:29:45.479 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 5m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:29:45.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 5m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:29:45.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 5m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:29:45.479 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 5m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:29:45.479 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:29:45.479 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:29:45.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 5m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:29:45.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 5m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:29:45.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (10h) 5m ago 10h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:29:45.479 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:29:45.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:29:45.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:29:45.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:29:45.480 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:29:45.480 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:29:45.811 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:29:45.811 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:29:45.811 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:29:45.811 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:29:45.811 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:29:45.811 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:29:45.811 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:29:45.811 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:29:45.811 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:29:45.812 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:29:45.812 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:29:45.812 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:29:45.812 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:29:45.812 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:29:45.812 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:29:45.812 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:29:45.812 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:29:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:44.741408+0000 mgr.y (mgr.24491) 22315 : cluster [DBG] pgmap v19715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:29:45.811920+0000 mon.c (mon.2) 689 : audit [DBG] from='client.? 172.21.15.177:0/3309838720' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:29:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:44.741408+0000 mgr.y (mgr.24491) 22315 : cluster [DBG] pgmap v19715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:29:45.811920+0000 mon.c (mon.2) 689 : audit [DBG] from='client.? 172.21.15.177:0/3309838720' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:29:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:44.741408+0000 mgr.y (mgr.24491) 22315 : cluster [DBG] pgmap v19715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:29:45.811920+0000 mon.c (mon.2) 689 : audit [DBG] from='client.? 172.21.15.177:0/3309838720' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:29:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:29:45.193425+0000 mgr.y (mgr.24491) 22316 : audit [DBG] from='client.47699 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:29:45.471121+0000 mgr.y (mgr.24491) 22317 : audit [DBG] from='client.47705 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:29:45.193425+0000 mgr.y (mgr.24491) 22316 : audit [DBG] from='client.47699 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:47.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:29:45.471121+0000 mgr.y (mgr.24491) 22317 : audit [DBG] from='client.47705 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:29:45.193425+0000 mgr.y (mgr.24491) 22316 : audit [DBG] from='client.47699 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:29:45.471121+0000 mgr.y (mgr.24491) 22317 : audit [DBG] from='client.47705 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:29:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:29:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:46.741899+0000 mgr.y (mgr.24491) 22318 : cluster [DBG] pgmap v19716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:46.741899+0000 mgr.y (mgr.24491) 22318 : cluster [DBG] pgmap v19716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:46.741899+0000 mgr.y (mgr.24491) 22318 : cluster [DBG] pgmap v19716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:48.742337+0000 mgr.y (mgr.24491) 22319 : cluster [DBG] pgmap v19717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:48.742337+0000 mgr.y (mgr.24491) 22319 : cluster [DBG] pgmap v19717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:48.742337+0000 mgr.y (mgr.24491) 22319 : cluster [DBG] pgmap v19717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:29:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:50.742977+0000 mgr.y (mgr.24491) 22320 : cluster [DBG] pgmap v19718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:50.742977+0000 mgr.y (mgr.24491) 22320 : cluster [DBG] pgmap v19718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:50.742977+0000 mgr.y (mgr.24491) 22320 : cluster [DBG] pgmap v19718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:52.743583+0000 mgr.y (mgr.24491) 22321 : cluster [DBG] pgmap v19719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:52.743583+0000 mgr.y (mgr.24491) 22321 : cluster [DBG] pgmap v19719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:52.743583+0000 mgr.y (mgr.24491) 22321 : cluster [DBG] pgmap v19719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:54.744172+0000 mgr.y (mgr.24491) 22322 : cluster [DBG] pgmap v19720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:54.744172+0000 mgr.y (mgr.24491) 22322 : cluster [DBG] pgmap v19720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:54.744172+0000 mgr.y (mgr.24491) 22322 : cluster [DBG] pgmap v19720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:29:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:29:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:56.744541+0000 mgr.y (mgr.24491) 22323 : cluster [DBG] pgmap v19721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:56.744541+0000 mgr.y (mgr.24491) 22323 : cluster [DBG] pgmap v19721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:29:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:56.744541+0000 mgr.y (mgr.24491) 22323 : cluster [DBG] pgmap v19721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:29:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:29:58.745102+0000 mgr.y (mgr.24491) 22324 : cluster [DBG] pgmap v19722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:29:58.745102+0000 mgr.y (mgr.24491) 22324 : cluster [DBG] pgmap v19722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:29:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:29:58.745102+0000 mgr.y (mgr.24491) 22324 : cluster [DBG] pgmap v19722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T14:29:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:30:01.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:30:01.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:00.000109+0000 mon.a (mon.0) 4497 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:30:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:00.000109+0000 mon.a (mon.0) 4497 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:30:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:00.000109+0000 mon.a (mon.0) 4497 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:30:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:00.745736+0000 mgr.y (mgr.24491) 22325 : cluster [DBG] pgmap v19723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:00.745736+0000 mgr.y (mgr.24491) 22325 : cluster [DBG] pgmap v19723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:00.745736+0000 mgr.y (mgr.24491) 22325 : cluster [DBG] pgmap v19723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:02.746169+0000 mgr.y (mgr.24491) 22326 : cluster [DBG] pgmap v19724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:02.746169+0000 mgr.y (mgr.24491) 22326 : cluster [DBG] pgmap v19724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:02.746169+0000 mgr.y (mgr.24491) 22326 : cluster [DBG] pgmap v19724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:04.746890+0000 mgr.y (mgr.24491) 22327 : cluster [DBG] pgmap v19725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:04.746890+0000 mgr.y (mgr.24491) 22327 : cluster [DBG] pgmap v19725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:04.746890+0000 mgr.y (mgr.24491) 22327 : cluster [DBG] pgmap v19725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:07.995 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:07] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T14:30:07.996 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:06.747429+0000 mgr.y (mgr.24491) 22328 : cluster [DBG] pgmap v19726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:06.747429+0000 mgr.y (mgr.24491) 22328 : cluster [DBG] pgmap v19726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:06.747429+0000 mgr.y (mgr.24491) 22328 : cluster [DBG] pgmap v19726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:10.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:08.747998+0000 mgr.y (mgr.24491) 22329 : cluster [DBG] pgmap v19727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:10.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:08.747998+0000 mgr.y (mgr.24491) 22329 : cluster [DBG] pgmap v19727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:08.747998+0000 mgr.y (mgr.24491) 22329 : cluster [DBG] pgmap v19727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:30:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:30:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:10.748681+0000 mgr.y (mgr.24491) 22330 : cluster [DBG] pgmap v19728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:10.748681+0000 mgr.y (mgr.24491) 22330 : cluster [DBG] pgmap v19728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:10.748681+0000 mgr.y (mgr.24491) 22330 : cluster [DBG] pgmap v19728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:12.749098+0000 mgr.y (mgr.24491) 22331 : cluster [DBG] pgmap v19729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:12.749098+0000 mgr.y (mgr.24491) 22331 : cluster [DBG] pgmap v19729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:12.749098+0000 mgr.y (mgr.24491) 22331 : cluster [DBG] pgmap v19729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:16.124 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:30:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:14.749755+0000 mgr.y (mgr.24491) 22332 : cluster [DBG] pgmap v19730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:14.749755+0000 mgr.y (mgr.24491) 22332 : cluster [DBG] pgmap v19730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:16.400 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:30:16.400 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 5m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:30:16.400 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 5m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:30:16.400 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 5m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:30:16.400 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 5m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:30:16.400 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 5m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:30:16.400 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 5m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:30:16.400 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 5m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:30:16.400 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 5m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:30:16.400 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 5m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:30:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 5m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:30:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 5m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:30:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 5m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:30:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 5m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:30:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 5m ago 11h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:30:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (10h) 5m ago 10h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:30:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (10h) 5m ago 10h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:30:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 5m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:30:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 5m ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:30:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 5m ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:30:16.401 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 5m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:30:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:14.749755+0000 mgr.y (mgr.24491) 22332 : cluster [DBG] pgmap v19730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:16.733 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:30:16.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:30:16.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:30:16.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:30:16.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:30:16.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:30:16.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:30:16.733 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:30:16.733 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:30:16.733 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:30:16.733 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:30:16.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:30:16.734 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:30:16.734 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:30:16.734 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:30:16.734 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:30:16.734 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:30:17.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:30:16.113259+0000 mgr.y (mgr.24491) 22333 : audit [DBG] from='client.47717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:17.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:30:16.734473+0000 mon.a (mon.0) 4498 : audit [DBG] from='client.? 172.21.15.177:0/68367978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:30:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:30:16.113259+0000 mgr.y (mgr.24491) 22333 : audit [DBG] from='client.47717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:17.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:30:16.734473+0000 mon.a (mon.0) 4498 : audit [DBG] from='client.? 172.21.15.177:0/68367978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:30:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:30:16.113259+0000 mgr.y (mgr.24491) 22333 : audit [DBG] from='client.47717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:17.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:30:16.734473+0000 mon.a (mon.0) 4498 : audit [DBG] from='client.? 172.21.15.177:0/68367978' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:30:18.019 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:30:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:30:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:30:16.393423+0000 mgr.y (mgr.24491) 22334 : audit [DBG] from='client.47723 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:16.750145+0000 mgr.y (mgr.24491) 22335 : cluster [DBG] pgmap v19731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:30:16.393423+0000 mgr.y (mgr.24491) 22334 : audit [DBG] from='client.47723 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:16.750145+0000 mgr.y (mgr.24491) 22335 : cluster [DBG] pgmap v19731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:30:16.393423+0000 mgr.y (mgr.24491) 22334 : audit [DBG] from='client.47723 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:16.750145+0000 mgr.y (mgr.24491) 22335 : cluster [DBG] pgmap v19731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:18.750538+0000 mgr.y (mgr.24491) 22336 : cluster [DBG] pgmap v19732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:18.750538+0000 mgr.y (mgr.24491) 22336 : cluster [DBG] pgmap v19732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:18.750538+0000 mgr.y (mgr.24491) 22336 : cluster [DBG] pgmap v19732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:30:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:30:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:20.751264+0000 mgr.y (mgr.24491) 22337 : cluster [DBG] pgmap v19733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:20.751264+0000 mgr.y (mgr.24491) 22337 : cluster [DBG] pgmap v19733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:20.751264+0000 mgr.y (mgr.24491) 22337 : cluster [DBG] pgmap v19733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:22.751726+0000 mgr.y (mgr.24491) 22338 : cluster [DBG] pgmap v19734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:22.751726+0000 mgr.y (mgr.24491) 22338 : cluster [DBG] pgmap v19734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:22.751726+0000 mgr.y (mgr.24491) 22338 : cluster [DBG] pgmap v19734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:24.752548+0000 mgr.y (mgr.24491) 22339 : cluster [DBG] pgmap v19735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:24.752548+0000 mgr.y (mgr.24491) 22339 : cluster [DBG] pgmap v19735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:24.752548+0000 mgr.y (mgr.24491) 22339 : cluster [DBG] pgmap v19735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:28.036 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:30:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:30:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:26.753128+0000 mgr.y (mgr.24491) 22340 : cluster [DBG] pgmap v19736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:26.753128+0000 mgr.y (mgr.24491) 22340 : cluster [DBG] pgmap v19736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:26.753128+0000 mgr.y (mgr.24491) 22340 : cluster [DBG] pgmap v19736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:28.753532+0000 mgr.y (mgr.24491) 22341 : cluster [DBG] pgmap v19737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:28.753532+0000 mgr.y (mgr.24491) 22341 : cluster [DBG] pgmap v19737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:28.753532+0000 mgr.y (mgr.24491) 22341 : cluster [DBG] pgmap v19737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:30:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:30:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:30.754237+0000 mgr.y (mgr.24491) 22342 : cluster [DBG] pgmap v19738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:30.754237+0000 mgr.y (mgr.24491) 22342 : cluster [DBG] pgmap v19738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:30.754237+0000 mgr.y (mgr.24491) 22342 : cluster [DBG] pgmap v19738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:32.754617+0000 mgr.y (mgr.24491) 22343 : cluster [DBG] pgmap v19739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:32.754617+0000 mgr.y (mgr.24491) 22343 : cluster [DBG] pgmap v19739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:32.754617+0000 mgr.y (mgr.24491) 22343 : cluster [DBG] pgmap v19739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:34.755303+0000 mgr.y (mgr.24491) 22344 : cluster [DBG] pgmap v19740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:34.755303+0000 mgr.y (mgr.24491) 22344 : cluster [DBG] pgmap v19740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:34.755303+0000 mgr.y (mgr.24491) 22344 : cluster [DBG] pgmap v19740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:38.052 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:30:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:30:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:36.755728+0000 mgr.y (mgr.24491) 22345 : cluster [DBG] pgmap v19741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:36.755728+0000 mgr.y (mgr.24491) 22345 : cluster [DBG] pgmap v19741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:36.755728+0000 mgr.y (mgr.24491) 22345 : cluster [DBG] pgmap v19741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:38.756233+0000 mgr.y (mgr.24491) 22346 : cluster [DBG] pgmap v19742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:38.756233+0000 mgr.y (mgr.24491) 22346 : cluster [DBG] pgmap v19742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:38.756233+0000 mgr.y (mgr.24491) 22346 : cluster [DBG] pgmap v19742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:41.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:30:40.930855+0000 mon.a (mon.0) 4499 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:30:41.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:30:40.930855+0000 mon.a (mon.0) 4499 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:30:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:30:40.930855+0000 mon.a (mon.0) 4499 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:30:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:30:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:30:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:40.756985+0000 mgr.y (mgr.24491) 22347 : cluster [DBG] pgmap v19743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:30:41.231246+0000 mon.a (mon.0) 4500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:30:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:30:41.231923+0000 mon.a (mon.0) 4501 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:30:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:30:41.236643+0000 mon.a (mon.0) 4502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:30:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:40.756985+0000 mgr.y (mgr.24491) 22347 : cluster [DBG] pgmap v19743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:30:41.231246+0000 mon.a (mon.0) 4500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:30:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:30:41.231923+0000 mon.a (mon.0) 4501 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:30:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:30:41.236643+0000 mon.a (mon.0) 4502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:30:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:40.756985+0000 mgr.y (mgr.24491) 22347 : cluster [DBG] pgmap v19743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:30:41.231246+0000 mon.a (mon.0) 4500 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:30:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:30:41.231923+0000 mon.a (mon.0) 4501 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:30:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:30:41.236643+0000 mon.a (mon.0) 4502 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:30:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:42.757358+0000 mgr.y (mgr.24491) 22348 : cluster [DBG] pgmap v19744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:42.757358+0000 mgr.y (mgr.24491) 22348 : cluster [DBG] pgmap v19744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:42.757358+0000 mgr.y (mgr.24491) 22348 : cluster [DBG] pgmap v19744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:44.758003+0000 mgr.y (mgr.24491) 22349 : cluster [DBG] pgmap v19745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:44.758003+0000 mgr.y (mgr.24491) 22349 : cluster [DBG] pgmap v19745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:44.758003+0000 mgr.y (mgr.24491) 22349 : cluster [DBG] pgmap v19745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:47.043 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:30:47.317 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 6m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 6m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 6m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 6m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 6m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 6m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 6m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 6m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 6m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 6m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 6m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:30:47.318 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 6m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:30:47.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 6m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:30:47.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 6m ago 11h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:30:47.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 6m ago 11h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:30:47.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 6m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:30:47.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (10h) 6m ago 10h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:30:47.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 6m ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:30:47.319 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 6m ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:30:47.319 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 6m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:30:47.651 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:30:47.652 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:30:47.652 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:30:47.652 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:30:47.652 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:30:47.652 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:30:47.652 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:30:47.652 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:30:47.652 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:30:47.652 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:30:47.652 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:30:47.653 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:30:47.653 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:30:47.653 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:30:47.653 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:30:47.653 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:30:47.653 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:30:48.077 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:30:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:47] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:30:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:46.758346+0000 mgr.y (mgr.24491) 22350 : cluster [DBG] pgmap v19746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:30:47.033322+0000 mgr.y (mgr.24491) 22351 : audit [DBG] from='client.37827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:30:47.653058+0000 mon.a (mon.0) 4503 : audit [DBG] from='client.? 172.21.15.177:0/2633284726' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:30:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:46.758346+0000 mgr.y (mgr.24491) 22350 : cluster [DBG] pgmap v19746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:30:47.033322+0000 mgr.y (mgr.24491) 22351 : audit [DBG] from='client.37827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:30:47.653058+0000 mon.a (mon.0) 4503 : audit [DBG] from='client.? 172.21.15.177:0/2633284726' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:30:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:46.758346+0000 mgr.y (mgr.24491) 22350 : cluster [DBG] pgmap v19746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:30:47.033322+0000 mgr.y (mgr.24491) 22351 : audit [DBG] from='client.37827 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:30:47.653058+0000 mon.a (mon.0) 4503 : audit [DBG] from='client.? 172.21.15.177:0/2633284726' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:30:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:30:47.311735+0000 mgr.y (mgr.24491) 22352 : audit [DBG] from='client.37833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:30:47.311735+0000 mgr.y (mgr.24491) 22352 : audit [DBG] from='client.37833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:30:47.311735+0000 mgr.y (mgr.24491) 22352 : audit [DBG] from='client.37833 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:30:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:48.758770+0000 mgr.y (mgr.24491) 22353 : cluster [DBG] pgmap v19747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:48.758770+0000 mgr.y (mgr.24491) 22353 : cluster [DBG] pgmap v19747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:48.758770+0000 mgr.y (mgr.24491) 22353 : cluster [DBG] pgmap v19747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:30:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:30:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:50.759419+0000 mgr.y (mgr.24491) 22354 : cluster [DBG] pgmap v19748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:50.759419+0000 mgr.y (mgr.24491) 22354 : cluster [DBG] pgmap v19748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:50.759419+0000 mgr.y (mgr.24491) 22354 : cluster [DBG] pgmap v19748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:52.759845+0000 mgr.y (mgr.24491) 22355 : cluster [DBG] pgmap v19749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:52.759845+0000 mgr.y (mgr.24491) 22355 : cluster [DBG] pgmap v19749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:52.759845+0000 mgr.y (mgr.24491) 22355 : cluster [DBG] pgmap v19749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:56.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:54.760718+0000 mgr.y (mgr.24491) 22356 : cluster [DBG] pgmap v19750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:54.760718+0000 mgr.y (mgr.24491) 22356 : cluster [DBG] pgmap v19750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:54.760718+0000 mgr.y (mgr.24491) 22356 : cluster [DBG] pgmap v19750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:58.097 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:30:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:30:57] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:30:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:56.761111+0000 mgr.y (mgr.24491) 22357 : cluster [DBG] pgmap v19751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:30:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:56.761111+0000 mgr.y (mgr.24491) 22357 : cluster [DBG] pgmap v19751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:30:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:30:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:56.761111+0000 mgr.y (mgr.24491) 22357 : cluster [DBG] pgmap v19751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:30:58.761496+0000 mgr.y (mgr.24491) 22358 : cluster [DBG] pgmap v19752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:30:58.761496+0000 mgr.y (mgr.24491) 22358 : cluster [DBG] pgmap v19752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:30:58.761496+0000 mgr.y (mgr.24491) 22358 : cluster [DBG] pgmap v19752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:31:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:31:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:00.762091+0000 mgr.y (mgr.24491) 22359 : cluster [DBG] pgmap v19753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:00.762091+0000 mgr.y (mgr.24491) 22359 : cluster [DBG] pgmap v19753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:00.762091+0000 mgr.y (mgr.24491) 22359 : cluster [DBG] pgmap v19753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:02.762458+0000 mgr.y (mgr.24491) 22360 : cluster [DBG] pgmap v19754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:02.762458+0000 mgr.y (mgr.24491) 22360 : cluster [DBG] pgmap v19754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:02.762458+0000 mgr.y (mgr.24491) 22360 : cluster [DBG] pgmap v19754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:04.763329+0000 mgr.y (mgr.24491) 22361 : cluster [DBG] pgmap v19755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:04.763329+0000 mgr.y (mgr.24491) 22361 : cluster [DBG] pgmap v19755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:04.763329+0000 mgr.y (mgr.24491) 22361 : cluster [DBG] pgmap v19755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:08.113 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:31:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:07] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:31:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:06.763759+0000 mgr.y (mgr.24491) 22362 : cluster [DBG] pgmap v19756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:06.763759+0000 mgr.y (mgr.24491) 22362 : cluster [DBG] pgmap v19756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:06.763759+0000 mgr.y (mgr.24491) 22362 : cluster [DBG] pgmap v19756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:08.764402+0000 mgr.y (mgr.24491) 22363 : cluster [DBG] pgmap v19757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:08.764402+0000 mgr.y (mgr.24491) 22363 : cluster [DBG] pgmap v19757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:08.764402+0000 mgr.y (mgr.24491) 22363 : cluster [DBG] pgmap v19757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:31:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:31:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:10.765327+0000 mgr.y (mgr.24491) 22364 : cluster [DBG] pgmap v19758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:10.765327+0000 mgr.y (mgr.24491) 22364 : cluster [DBG] pgmap v19758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:10.765327+0000 mgr.y (mgr.24491) 22364 : cluster [DBG] pgmap v19758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:12.765779+0000 mgr.y (mgr.24491) 22365 : cluster [DBG] pgmap v19759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:12.765779+0000 mgr.y (mgr.24491) 22365 : cluster [DBG] pgmap v19759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:12.765779+0000 mgr.y (mgr.24491) 22365 : cluster [DBG] pgmap v19759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:14.766412+0000 mgr.y (mgr.24491) 22366 : cluster [DBG] pgmap v19760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:14.766412+0000 mgr.y (mgr.24491) 22366 : cluster [DBG] pgmap v19760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:14.766412+0000 mgr.y (mgr.24491) 22366 : cluster [DBG] pgmap v19760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:17.961 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:31:18.131 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:31:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:31:18.237 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:31:18.237 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 6m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:31:18.238 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 6m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:31:18.238 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 6m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:31:18.238 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 6m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:31:18.238 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 6m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:31:18.238 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 6m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:31:18.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 6m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:31:18.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 6m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:31:18.238 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 6m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:31:18.238 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 6m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:31:18.239 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 6m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:31:18.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 6m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:31:18.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 6m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:31:18.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 6m ago 11h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:31:18.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 6m ago 11h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:31:18.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 6m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:31:18.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 6m ago 11h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:31:18.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (10h) 6m ago 10h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:31:18.239 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 6m ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:31:18.239 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 6m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:31:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:16.766894+0000 mgr.y (mgr.24491) 22367 : cluster [DBG] pgmap v19761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:16.766894+0000 mgr.y (mgr.24491) 22367 : cluster [DBG] pgmap v19761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:16.766894+0000 mgr.y (mgr.24491) 22367 : cluster [DBG] pgmap v19761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:18.572 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:31:18.572 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:31:18.572 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:31:18.572 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:31:18.572 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:31:18.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:31:18.573 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:31:18.573 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:31:18.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:31:18.573 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:31:18.573 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:31:18.573 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:31:18.573 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:31:18.574 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:31:18.574 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:31:18.574 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:31:18.574 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:31:19.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:31:17.950646+0000 mgr.y (mgr.24491) 22368 : audit [DBG] from='client.47753 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:19.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:31:18.573771+0000 mon.c (mon.2) 690 : audit [DBG] from='client.? 172.21.15.177:0/4152834240' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:31:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:31:17.950646+0000 mgr.y (mgr.24491) 22368 : audit [DBG] from='client.47753 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:19.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:31:18.573771+0000 mon.c (mon.2) 690 : audit [DBG] from='client.? 172.21.15.177:0/4152834240' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:31:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:31:17.950646+0000 mgr.y (mgr.24491) 22368 : audit [DBG] from='client.47753 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:31:18.573771+0000 mon.c (mon.2) 690 : audit [DBG] from='client.? 172.21.15.177:0/4152834240' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:31:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:31:18.231427+0000 mgr.y (mgr.24491) 22369 : audit [DBG] from='client.37851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:18.767321+0000 mgr.y (mgr.24491) 22370 : cluster [DBG] pgmap v19762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:31:18.231427+0000 mgr.y (mgr.24491) 22369 : audit [DBG] from='client.37851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:18.767321+0000 mgr.y (mgr.24491) 22370 : cluster [DBG] pgmap v19762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:31:18.231427+0000 mgr.y (mgr.24491) 22369 : audit [DBG] from='client.37851 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:18.767321+0000 mgr.y (mgr.24491) 22370 : cluster [DBG] pgmap v19762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:31:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:31:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:20.768114+0000 mgr.y (mgr.24491) 22371 : cluster [DBG] pgmap v19763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:20.768114+0000 mgr.y (mgr.24491) 22371 : cluster [DBG] pgmap v19763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:20.768114+0000 mgr.y (mgr.24491) 22371 : cluster [DBG] pgmap v19763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:22.768463+0000 mgr.y (mgr.24491) 22372 : cluster [DBG] pgmap v19764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:22.768463+0000 mgr.y (mgr.24491) 22372 : cluster [DBG] pgmap v19764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:22.768463+0000 mgr.y (mgr.24491) 22372 : cluster [DBG] pgmap v19764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:24.769154+0000 mgr.y (mgr.24491) 22373 : cluster [DBG] pgmap v19765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:24.769154+0000 mgr.y (mgr.24491) 22373 : cluster [DBG] pgmap v19765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:24.769154+0000 mgr.y (mgr.24491) 22373 : cluster [DBG] pgmap v19765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:31:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:31:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:26.769693+0000 mgr.y (mgr.24491) 22374 : cluster [DBG] pgmap v19766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:26.769693+0000 mgr.y (mgr.24491) 22374 : cluster [DBG] pgmap v19766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:26.769693+0000 mgr.y (mgr.24491) 22374 : cluster [DBG] pgmap v19766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:28.770156+0000 mgr.y (mgr.24491) 22375 : cluster [DBG] pgmap v19767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:28.770156+0000 mgr.y (mgr.24491) 22375 : cluster [DBG] pgmap v19767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:28.770156+0000 mgr.y (mgr.24491) 22375 : cluster [DBG] pgmap v19767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:31:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:31:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:30.770984+0000 mgr.y (mgr.24491) 22376 : cluster [DBG] pgmap v19768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:30.770984+0000 mgr.y (mgr.24491) 22376 : cluster [DBG] pgmap v19768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:30.770984+0000 mgr.y (mgr.24491) 22376 : cluster [DBG] pgmap v19768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:32.771386+0000 mgr.y (mgr.24491) 22377 : cluster [DBG] pgmap v19769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:32.771386+0000 mgr.y (mgr.24491) 22377 : cluster [DBG] pgmap v19769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:32.771386+0000 mgr.y (mgr.24491) 22377 : cluster [DBG] pgmap v19769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:34.772004+0000 mgr.y (mgr.24491) 22378 : cluster [DBG] pgmap v19770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:34.772004+0000 mgr.y (mgr.24491) 22378 : cluster [DBG] pgmap v19770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:34.772004+0000 mgr.y (mgr.24491) 22378 : cluster [DBG] pgmap v19770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:31:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:37] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:31:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:36.772321+0000 mgr.y (mgr.24491) 22379 : cluster [DBG] pgmap v19771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:36.772321+0000 mgr.y (mgr.24491) 22379 : cluster [DBG] pgmap v19771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:36.772321+0000 mgr.y (mgr.24491) 22379 : cluster [DBG] pgmap v19771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:38.772662+0000 mgr.y (mgr.24491) 22380 : cluster [DBG] pgmap v19772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:38.772662+0000 mgr.y (mgr.24491) 22380 : cluster [DBG] pgmap v19772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:38.772662+0000 mgr.y (mgr.24491) 22380 : cluster [DBG] pgmap v19772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:31:42.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:40.773252+0000 mgr.y (mgr.24491) 22381 : cluster [DBG] pgmap v19773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:31:41.241226+0000 mon.a (mon.0) 4504 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:31:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:31:41.534034+0000 mon.a (mon.0) 4505 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:31:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:31:41.534623+0000 mon.a (mon.0) 4506 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:31:42.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:31:41.538772+0000 mon.a (mon.0) 4507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:31:42.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:40.773252+0000 mgr.y (mgr.24491) 22381 : cluster [DBG] pgmap v19773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:31:41.241226+0000 mon.a (mon.0) 4504 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:31:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:31:41.534034+0000 mon.a (mon.0) 4505 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:31:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:31:41.534623+0000 mon.a (mon.0) 4506 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:31:42.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:31:41.538772+0000 mon.a (mon.0) 4507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:31:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:40.773252+0000 mgr.y (mgr.24491) 22381 : cluster [DBG] pgmap v19773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:31:41.241226+0000 mon.a (mon.0) 4504 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:31:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:31:41.534034+0000 mon.a (mon.0) 4505 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:31:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:31:41.534623+0000 mon.a (mon.0) 4506 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:31:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:31:41.538772+0000 mon.a (mon.0) 4507 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:31:44.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:42.773622+0000 mgr.y (mgr.24491) 22382 : cluster [DBG] pgmap v19774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:44.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:42.773622+0000 mgr.y (mgr.24491) 22382 : cluster [DBG] pgmap v19774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:42.773622+0000 mgr.y (mgr.24491) 22382 : cluster [DBG] pgmap v19774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:46.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:44.774266+0000 mgr.y (mgr.24491) 22383 : cluster [DBG] pgmap v19775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:44.774266+0000 mgr.y (mgr.24491) 22383 : cluster [DBG] pgmap v19775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:44.774266+0000 mgr.y (mgr.24491) 22383 : cluster [DBG] pgmap v19775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:31:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:46.774702+0000 mgr.y (mgr.24491) 22384 : cluster [DBG] pgmap v19776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:46.774702+0000 mgr.y (mgr.24491) 22384 : cluster [DBG] pgmap v19776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:46.774702+0000 mgr.y (mgr.24491) 22384 : cluster [DBG] pgmap v19776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:48.882 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:31:49.155 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:31:49.156 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 7m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:31:49.156 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 7m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:31:49.156 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (10h) 7m ago 10h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:31:49.156 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 7m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:31:49.156 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 7m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:31:49.156 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 7m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:31:49.156 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 7m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:31:49.156 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 7m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:31:49.157 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 7m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:31:49.157 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 7m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:31:49.157 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 7m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:31:49.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 7m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:31:49.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 7m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:31:49.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 7m ago 11h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:31:49.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 7m ago 11h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:31:49.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 7m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:31:49.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 7m ago 11h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:31:49.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 7m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:31:49.157 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (10h) 7m ago 10h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:31:49.158 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 7m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:31:49.490 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:31:49.490 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:31:49.490 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:31:49.490 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:31:49.490 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:31:49.490 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:31:49.490 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:31:49.490 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:31:49.490 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:31:49.491 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:31:49.491 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:31:49.491 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:31:49.491 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:31:49.491 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:31:49.491 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:31:49.491 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:31:49.491 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:31:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:48.775060+0000 mgr.y (mgr.24491) 22385 : cluster [DBG] pgmap v19777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:31:48.871704+0000 mgr.y (mgr.24491) 22386 : audit [DBG] from='client.47771 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:31:49.149567+0000 mgr.y (mgr.24491) 22387 : audit [DBG] from='client.47777 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:50.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:31:49.491129+0000 mon.c (mon.2) 691 : audit [DBG] from='client.? 172.21.15.177:0/2909935323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:31:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:48.775060+0000 mgr.y (mgr.24491) 22385 : cluster [DBG] pgmap v19777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:31:48.871704+0000 mgr.y (mgr.24491) 22386 : audit [DBG] from='client.47771 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:31:49.149567+0000 mgr.y (mgr.24491) 22387 : audit [DBG] from='client.47777 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:31:49.491129+0000 mon.c (mon.2) 691 : audit [DBG] from='client.? 172.21.15.177:0/2909935323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:31:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:48.775060+0000 mgr.y (mgr.24491) 22385 : cluster [DBG] pgmap v19777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:31:48.871704+0000 mgr.y (mgr.24491) 22386 : audit [DBG] from='client.47771 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:31:49.149567+0000 mgr.y (mgr.24491) 22387 : audit [DBG] from='client.47777 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:31:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:31:49.491129+0000 mon.c (mon.2) 691 : audit [DBG] from='client.? 172.21.15.177:0/2909935323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:31:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:31:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:50.775690+0000 mgr.y (mgr.24491) 22388 : cluster [DBG] pgmap v19778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:52.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:50.775690+0000 mgr.y (mgr.24491) 22388 : cluster [DBG] pgmap v19778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:52.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:50.775690+0000 mgr.y (mgr.24491) 22388 : cluster [DBG] pgmap v19778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:52.776234+0000 mgr.y (mgr.24491) 22389 : cluster [DBG] pgmap v19779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:52.776234+0000 mgr.y (mgr.24491) 22389 : cluster [DBG] pgmap v19779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:54.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:52.776234+0000 mgr.y (mgr.24491) 22389 : cluster [DBG] pgmap v19779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:54.776825+0000 mgr.y (mgr.24491) 22390 : cluster [DBG] pgmap v19780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:54.776825+0000 mgr.y (mgr.24491) 22390 : cluster [DBG] pgmap v19780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:54.776825+0000 mgr.y (mgr.24491) 22390 : cluster [DBG] pgmap v19780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:31:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:31:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:56.777338+0000 mgr.y (mgr.24491) 22391 : cluster [DBG] pgmap v19781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:56.777338+0000 mgr.y (mgr.24491) 22391 : cluster [DBG] pgmap v19781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:31:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:56.777338+0000 mgr.y (mgr.24491) 22391 : cluster [DBG] pgmap v19781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:31:58.777848+0000 mgr.y (mgr.24491) 22392 : cluster [DBG] pgmap v19782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:00.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:31:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:31:58.777848+0000 mgr.y (mgr.24491) 22392 : cluster [DBG] pgmap v19782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:31:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:31:58.777848+0000 mgr.y (mgr.24491) 22392 : cluster [DBG] pgmap v19782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:32:02.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:00.778521+0000 mgr.y (mgr.24491) 22393 : cluster [DBG] pgmap v19783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:02.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:00.778521+0000 mgr.y (mgr.24491) 22393 : cluster [DBG] pgmap v19783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:00.778521+0000 mgr.y (mgr.24491) 22393 : cluster [DBG] pgmap v19783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:04.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:02.779039+0000 mgr.y (mgr.24491) 22394 : cluster [DBG] pgmap v19784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:04.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:02.779039+0000 mgr.y (mgr.24491) 22394 : cluster [DBG] pgmap v19784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:02.779039+0000 mgr.y (mgr.24491) 22394 : cluster [DBG] pgmap v19784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:04.779710+0000 mgr.y (mgr.24491) 22395 : cluster [DBG] pgmap v19785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:04.779710+0000 mgr.y (mgr.24491) 22395 : cluster [DBG] pgmap v19785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:04.779710+0000 mgr.y (mgr.24491) 22395 : cluster [DBG] pgmap v19785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:32:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:06.780073+0000 mgr.y (mgr.24491) 22396 : cluster [DBG] pgmap v19786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:08.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:06.780073+0000 mgr.y (mgr.24491) 22396 : cluster [DBG] pgmap v19786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:06.780073+0000 mgr.y (mgr.24491) 22396 : cluster [DBG] pgmap v19786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:08.780605+0000 mgr.y (mgr.24491) 22397 : cluster [DBG] pgmap v19787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:08.780605+0000 mgr.y (mgr.24491) 22397 : cluster [DBG] pgmap v19787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:08.780605+0000 mgr.y (mgr.24491) 22397 : cluster [DBG] pgmap v19787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:32:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:10.781307+0000 mgr.y (mgr.24491) 22398 : cluster [DBG] pgmap v19788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:10.781307+0000 mgr.y (mgr.24491) 22398 : cluster [DBG] pgmap v19788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:10.781307+0000 mgr.y (mgr.24491) 22398 : cluster [DBG] pgmap v19788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:12.781775+0000 mgr.y (mgr.24491) 22399 : cluster [DBG] pgmap v19789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:12.781775+0000 mgr.y (mgr.24491) 22399 : cluster [DBG] pgmap v19789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:12.781775+0000 mgr.y (mgr.24491) 22399 : cluster [DBG] pgmap v19789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:14.782461+0000 mgr.y (mgr.24491) 22400 : cluster [DBG] pgmap v19790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:16.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:14.782461+0000 mgr.y (mgr.24491) 22400 : cluster [DBG] pgmap v19790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:14.782461+0000 mgr.y (mgr.24491) 22400 : cluster [DBG] pgmap v19790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:32:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:16.782924+0000 mgr.y (mgr.24491) 22401 : cluster [DBG] pgmap v19791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:18.151 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:16.782924+0000 mgr.y (mgr.24491) 22401 : cluster [DBG] pgmap v19791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:16.782924+0000 mgr.y (mgr.24491) 22401 : cluster [DBG] pgmap v19791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:19.803 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:32:20.079 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:32:20.079 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 7m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:32:20.080 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 7m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:32:20.080 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 7m ago 11h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:32:20.080 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (10h) 7m ago 10h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:32:20.080 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 7m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:32:20.080 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 7m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:32:20.080 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 7m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:32:20.080 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 7m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:32:20.080 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 7m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:32:20.080 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 7m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:32:20.081 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 7m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:32:20.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 7m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:32:20.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 7m ago 11h 47.2M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:32:20.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 7m ago 11h 43.3M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:32:20.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 7m ago 11h 43.2M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:32:20.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 7m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:32:20.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 7m ago 11h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:32:20.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 7m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:32:20.081 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 7m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:32:20.081 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 7m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:32:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:18.783496+0000 mgr.y (mgr.24491) 22402 : cluster [DBG] pgmap v19792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:18.783496+0000 mgr.y (mgr.24491) 22402 : cluster [DBG] pgmap v19792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:18.783496+0000 mgr.y (mgr.24491) 22402 : cluster [DBG] pgmap v19792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:20.417 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:32:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:32:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:32:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:32:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:32:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:32:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:32:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:32:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:32:20.418 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:32:20.419 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:32:20.419 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:32:20.419 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:32:20.419 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:32:20.419 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:32:20.419 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:32:20.419 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:32:21.249 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:32:21.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:19.792413+0000 mgr.y (mgr.24491) 22403 : audit [DBG] from='client.37881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:20.073113+0000 mgr.y (mgr.24491) 22404 : audit [DBG] from='client.37887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:21.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:20.419157+0000 mon.a (mon.0) 4508 : audit [DBG] from='client.? 172.21.15.177:0/1443409923' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:32:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:19.792413+0000 mgr.y (mgr.24491) 22403 : audit [DBG] from='client.37881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:21.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:20.073113+0000 mgr.y (mgr.24491) 22404 : audit [DBG] from='client.37887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:21.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:20.419157+0000 mon.a (mon.0) 4508 : audit [DBG] from='client.? 172.21.15.177:0/1443409923' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:32:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:19.792413+0000 mgr.y (mgr.24491) 22403 : audit [DBG] from='client.37881 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:20.073113+0000 mgr.y (mgr.24491) 22404 : audit [DBG] from='client.37887 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:21.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:20.419157+0000 mon.a (mon.0) 4508 : audit [DBG] from='client.? 172.21.15.177:0/1443409923' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:32:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:20.784161+0000 mgr.y (mgr.24491) 22405 : cluster [DBG] pgmap v19793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:20.784161+0000 mgr.y (mgr.24491) 22405 : cluster [DBG] pgmap v19793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:20.784161+0000 mgr.y (mgr.24491) 22405 : cluster [DBG] pgmap v19793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:22.784674+0000 mgr.y (mgr.24491) 22406 : cluster [DBG] pgmap v19794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:22.784674+0000 mgr.y (mgr.24491) 22406 : cluster [DBG] pgmap v19794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:22.784674+0000 mgr.y (mgr.24491) 22406 : cluster [DBG] pgmap v19794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:24.785551+0000 mgr.y (mgr.24491) 22407 : cluster [DBG] pgmap v19795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:24.785551+0000 mgr.y (mgr.24491) 22407 : cluster [DBG] pgmap v19795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:24.785551+0000 mgr.y (mgr.24491) 22407 : cluster [DBG] pgmap v19795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:32:28.151 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:26.786020+0000 mgr.y (mgr.24491) 22408 : cluster [DBG] pgmap v19796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:28.152 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:26.786020+0000 mgr.y (mgr.24491) 22408 : cluster [DBG] pgmap v19796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:28.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:26.786020+0000 mgr.y (mgr.24491) 22408 : cluster [DBG] pgmap v19796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:28.786517+0000 mgr.y (mgr.24491) 22409 : cluster [DBG] pgmap v19797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:28.786517+0000 mgr.y (mgr.24491) 22409 : cluster [DBG] pgmap v19797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:28.786517+0000 mgr.y (mgr.24491) 22409 : cluster [DBG] pgmap v19797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:32:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:30.787364+0000 mgr.y (mgr.24491) 22410 : cluster [DBG] pgmap v19798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:30.787364+0000 mgr.y (mgr.24491) 22410 : cluster [DBG] pgmap v19798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:30.787364+0000 mgr.y (mgr.24491) 22410 : cluster [DBG] pgmap v19798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:32.787981+0000 mgr.y (mgr.24491) 22411 : cluster [DBG] pgmap v19799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:32.787981+0000 mgr.y (mgr.24491) 22411 : cluster [DBG] pgmap v19799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:32.787981+0000 mgr.y (mgr.24491) 22411 : cluster [DBG] pgmap v19799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:34.788650+0000 mgr.y (mgr.24491) 22412 : cluster [DBG] pgmap v19800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:34.788650+0000 mgr.y (mgr.24491) 22412 : cluster [DBG] pgmap v19800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:34.788650+0000 mgr.y (mgr.24491) 22412 : cluster [DBG] pgmap v19800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:37] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:32:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:36.789198+0000 mgr.y (mgr.24491) 22413 : cluster [DBG] pgmap v19801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:36.789198+0000 mgr.y (mgr.24491) 22413 : cluster [DBG] pgmap v19801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:36.789198+0000 mgr.y (mgr.24491) 22413 : cluster [DBG] pgmap v19801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:38.789616+0000 mgr.y (mgr.24491) 22414 : cluster [DBG] pgmap v19802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:38.789616+0000 mgr.y (mgr.24491) 22414 : cluster [DBG] pgmap v19802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:38.789616+0000 mgr.y (mgr.24491) 22414 : cluster [DBG] pgmap v19802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:32:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:40.790425+0000 mgr.y (mgr.24491) 22415 : cluster [DBG] pgmap v19803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:41.543032+0000 mon.a (mon.0) 4509 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:32:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:41.837117+0000 mon.a (mon.0) 4510 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:41.837722+0000 mon.a (mon.0) 4511 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:41.838230+0000 mon.a (mon.0) 4512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:41.838704+0000 mon.a (mon.0) 4513 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:41.843302+0000 mon.a (mon.0) 4514 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:32:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:41.844633+0000 mon.a (mon.0) 4515 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:32:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:41.845180+0000 mon.a (mon.0) 4516 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:32:42.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:41.851905+0000 mon.a (mon.0) 4517 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:32:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:40.790425+0000 mgr.y (mgr.24491) 22415 : cluster [DBG] pgmap v19803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:41.543032+0000 mon.a (mon.0) 4509 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:32:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:41.837117+0000 mon.a (mon.0) 4510 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:41.837722+0000 mon.a (mon.0) 4511 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:41.838230+0000 mon.a (mon.0) 4512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:41.838704+0000 mon.a (mon.0) 4513 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:41.843302+0000 mon.a (mon.0) 4514 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:32:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:41.844633+0000 mon.a (mon.0) 4515 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:32:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:41.845180+0000 mon.a (mon.0) 4516 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:32:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:41.851905+0000 mon.a (mon.0) 4517 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:32:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:40.790425+0000 mgr.y (mgr.24491) 22415 : cluster [DBG] pgmap v19803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:41.543032+0000 mon.a (mon.0) 4509 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:32:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:41.837117+0000 mon.a (mon.0) 4510 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:41.837722+0000 mon.a (mon.0) 4511 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:41.838230+0000 mon.a (mon.0) 4512 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:41.838704+0000 mon.a (mon.0) 4513 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:32:42.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:41.843302+0000 mon.a (mon.0) 4514 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:32:42.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:41.844633+0000 mon.a (mon.0) 4515 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:32:42.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:41.845180+0000 mon.a (mon.0) 4516 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:32:42.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:41.851905+0000 mon.a (mon.0) 4517 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:32:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T14:32:41.839083+0000 mgr.y (mgr.24491) 22416 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2467M 2024-04-20T14:32:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T14:32:41.839083+0000 mgr.y (mgr.24491) 22416 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2467M 2024-04-20T14:32:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T14:32:41.839083+0000 mgr.y (mgr.24491) 22416 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2467M 2024-04-20T14:32:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:42.790830+0000 mgr.y (mgr.24491) 22417 : cluster [DBG] pgmap v19804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:42.790830+0000 mgr.y (mgr.24491) 22417 : cluster [DBG] pgmap v19804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:42.790830+0000 mgr.y (mgr.24491) 22417 : cluster [DBG] pgmap v19804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:44.791529+0000 mgr.y (mgr.24491) 22418 : cluster [DBG] pgmap v19805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:44.791529+0000 mgr.y (mgr.24491) 22418 : cluster [DBG] pgmap v19805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:44.791529+0000 mgr.y (mgr.24491) 22418 : cluster [DBG] pgmap v19805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:47] "GET /metrics HTTP/1.1" 200 188139 "" "Prometheus/2.33.4" 2024-04-20T14:32:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:46.791930+0000 mgr.y (mgr.24491) 22419 : cluster [DBG] pgmap v19806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:46.791930+0000 mgr.y (mgr.24491) 22419 : cluster [DBG] pgmap v19806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:46.791930+0000 mgr.y (mgr.24491) 22419 : cluster [DBG] pgmap v19806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:48.792397+0000 mgr.y (mgr.24491) 22420 : cluster [DBG] pgmap v19807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:48.792397+0000 mgr.y (mgr.24491) 22420 : cluster [DBG] pgmap v19807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:48.792397+0000 mgr.y (mgr.24491) 22420 : cluster [DBG] pgmap v19807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:50.728 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:32:51.002 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:32:51.002 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 8m ago 10h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:32:51.002 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:32:51.002 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 8m ago 11h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:32:51.002 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 8m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:32:51.002 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 8m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:32:51.002 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 8m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:32:51.002 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 8m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:32:51.002 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 8m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:32:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 8m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:32:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (10h) 8m ago 10h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:32:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (10h) 8m ago 10h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:32:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 8m ago 11h 47.2M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:32:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 8m ago 11h 47.2M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:32:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 8m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:32:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 8m ago 11h 43.2M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:32:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 8m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:32:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 8m ago 11h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:32:51.003 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 8m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:32:51.004 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 8m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:32:51.004 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 10h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:32:51.335 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:32:51.335 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:32:51.335 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:32:51.335 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:32:51.335 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:32:51.335 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:32:51.335 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:32:51.335 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:32:51.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:32:51.336 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:32:51.336 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:32:51.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:32:51.336 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:32:51.336 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:32:51.336 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:32:51.336 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:32:51.336 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:32:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:32:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:50.716418+0000 mgr.y (mgr.24491) 22421 : audit [DBG] from='client.37899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:50.793019+0000 mgr.y (mgr.24491) 22422 : cluster [DBG] pgmap v19808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:50.995433+0000 mgr.y (mgr.24491) 22423 : audit [DBG] from='client.37905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:52.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:32:51.336293+0000 mon.c (mon.2) 692 : audit [DBG] from='client.? 172.21.15.177:0/2054402996' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:32:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:50.716418+0000 mgr.y (mgr.24491) 22421 : audit [DBG] from='client.37899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:50.793019+0000 mgr.y (mgr.24491) 22422 : cluster [DBG] pgmap v19808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:50.995433+0000 mgr.y (mgr.24491) 22423 : audit [DBG] from='client.37905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:32:51.336293+0000 mon.c (mon.2) 692 : audit [DBG] from='client.? 172.21.15.177:0/2054402996' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:32:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:50.716418+0000 mgr.y (mgr.24491) 22421 : audit [DBG] from='client.37899 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:50.793019+0000 mgr.y (mgr.24491) 22422 : cluster [DBG] pgmap v19808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:50.995433+0000 mgr.y (mgr.24491) 22423 : audit [DBG] from='client.37905 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:32:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:32:51.336293+0000 mon.c (mon.2) 692 : audit [DBG] from='client.? 172.21.15.177:0/2054402996' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:32:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:52.793520+0000 mgr.y (mgr.24491) 22424 : cluster [DBG] pgmap v19809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:52.793520+0000 mgr.y (mgr.24491) 22424 : cluster [DBG] pgmap v19809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:52.793520+0000 mgr.y (mgr.24491) 22424 : cluster [DBG] pgmap v19809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:54.794378+0000 mgr.y (mgr.24491) 22425 : cluster [DBG] pgmap v19810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:54.794378+0000 mgr.y (mgr.24491) 22425 : cluster [DBG] pgmap v19810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:54.794378+0000 mgr.y (mgr.24491) 22425 : cluster [DBG] pgmap v19810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:57.990 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:32:57] "GET /metrics HTTP/1.1" 200 188139 "" "Prometheus/2.33.4" 2024-04-20T14:32:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:56.794805+0000 mgr.y (mgr.24491) 22426 : cluster [DBG] pgmap v19811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:58.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:56.794805+0000 mgr.y (mgr.24491) 22426 : cluster [DBG] pgmap v19811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:32:58.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:56.794805+0000 mgr.y (mgr.24491) 22426 : cluster [DBG] pgmap v19811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:32:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:32:58.795221+0000 mgr.y (mgr.24491) 22427 : cluster [DBG] pgmap v19812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:32:58.795221+0000 mgr.y (mgr.24491) 22427 : cluster [DBG] pgmap v19812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:32:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:32:58.795221+0000 mgr.y (mgr.24491) 22427 : cluster [DBG] pgmap v19812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:33:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:00.795921+0000 mgr.y (mgr.24491) 22428 : cluster [DBG] pgmap v19813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:00.795921+0000 mgr.y (mgr.24491) 22428 : cluster [DBG] pgmap v19813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:00.795921+0000 mgr.y (mgr.24491) 22428 : cluster [DBG] pgmap v19813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:02.796441+0000 mgr.y (mgr.24491) 22429 : cluster [DBG] pgmap v19814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:04.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:02.796441+0000 mgr.y (mgr.24491) 22429 : cluster [DBG] pgmap v19814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:04.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:02.796441+0000 mgr.y (mgr.24491) 22429 : cluster [DBG] pgmap v19814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:04.797126+0000 mgr.y (mgr.24491) 22430 : cluster [DBG] pgmap v19815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:04.797126+0000 mgr.y (mgr.24491) 22430 : cluster [DBG] pgmap v19815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:04.797126+0000 mgr.y (mgr.24491) 22430 : cluster [DBG] pgmap v19815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:08.008 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:33:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:33:08.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:06.797669+0000 mgr.y (mgr.24491) 22431 : cluster [DBG] pgmap v19816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:08.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:06.797669+0000 mgr.y (mgr.24491) 22431 : cluster [DBG] pgmap v19816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:06.797669+0000 mgr.y (mgr.24491) 22431 : cluster [DBG] pgmap v19816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:08.798307+0000 mgr.y (mgr.24491) 22432 : cluster [DBG] pgmap v19817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:10.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:08.798307+0000 mgr.y (mgr.24491) 22432 : cluster [DBG] pgmap v19817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:08.798307+0000 mgr.y (mgr.24491) 22432 : cluster [DBG] pgmap v19817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:33:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:33:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:10.798946+0000 mgr.y (mgr.24491) 22433 : cluster [DBG] pgmap v19818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:10.798946+0000 mgr.y (mgr.24491) 22433 : cluster [DBG] pgmap v19818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:10.798946+0000 mgr.y (mgr.24491) 22433 : cluster [DBG] pgmap v19818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:12.799431+0000 mgr.y (mgr.24491) 22434 : cluster [DBG] pgmap v19819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:12.799431+0000 mgr.y (mgr.24491) 22434 : cluster [DBG] pgmap v19819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:12.799431+0000 mgr.y (mgr.24491) 22434 : cluster [DBG] pgmap v19819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:14.800171+0000 mgr.y (mgr.24491) 22435 : cluster [DBG] pgmap v19820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:16.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:14.800171+0000 mgr.y (mgr.24491) 22435 : cluster [DBG] pgmap v19820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:14.800171+0000 mgr.y (mgr.24491) 22435 : cluster [DBG] pgmap v19820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:18.024 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:33:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:33:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:16.800555+0000 mgr.y (mgr.24491) 22436 : cluster [DBG] pgmap v19821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:16.800555+0000 mgr.y (mgr.24491) 22436 : cluster [DBG] pgmap v19821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:16.800555+0000 mgr.y (mgr.24491) 22436 : cluster [DBG] pgmap v19821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:18.801071+0000 mgr.y (mgr.24491) 22437 : cluster [DBG] pgmap v19822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:18.801071+0000 mgr.y (mgr.24491) 22437 : cluster [DBG] pgmap v19822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:18.801071+0000 mgr.y (mgr.24491) 22437 : cluster [DBG] pgmap v19822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:33:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:33:21.645 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:33:21.921 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:33:21.921 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 8m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:33:21.921 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (10h) 8m ago 10h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:33:21.921 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 8m ago 11h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:33:21.921 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 8m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:33:21.921 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 8m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:33:21.921 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 8m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:33:21.921 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 8m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:33:21.922 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 8m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:33:21.922 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 8m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:33:21.922 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 8m ago 11h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:33:21.922 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 8m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:33:21.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 8m ago 11h 47.2M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:33:21.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 8m ago 11h 47.2M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:33:21.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 8m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:33:21.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 8m ago 11h 43.2M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:33:21.922 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 8m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:33:21.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 8m ago 11h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:33:21.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 8m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:33:21.923 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 8m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:33:21.923 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 8m ago 11h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:33:22.256 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:33:22.257 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:33:22.258 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:33:22.258 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:33:22.258 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:33:22.258 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:33:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:20.801907+0000 mgr.y (mgr.24491) 22438 : cluster [DBG] pgmap v19823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:20.801907+0000 mgr.y (mgr.24491) 22438 : cluster [DBG] pgmap v19823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:20.801907+0000 mgr.y (mgr.24491) 22438 : cluster [DBG] pgmap v19823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:33:21.634567+0000 mgr.y (mgr.24491) 22439 : audit [DBG] from='client.47825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:23.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:33:21.914844+0000 mgr.y (mgr.24491) 22440 : audit [DBG] from='client.37923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:23.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:33:22.257470+0000 mon.c (mon.2) 693 : audit [DBG] from='client.? 172.21.15.177:0/4239901669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:33:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:33:21.634567+0000 mgr.y (mgr.24491) 22439 : audit [DBG] from='client.47825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:33:21.914844+0000 mgr.y (mgr.24491) 22440 : audit [DBG] from='client.37923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:23.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:33:22.257470+0000 mon.c (mon.2) 693 : audit [DBG] from='client.? 172.21.15.177:0/4239901669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:33:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:33:21.634567+0000 mgr.y (mgr.24491) 22439 : audit [DBG] from='client.47825 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:33:21.914844+0000 mgr.y (mgr.24491) 22440 : audit [DBG] from='client.37923 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:33:22.257470+0000 mon.c (mon.2) 693 : audit [DBG] from='client.? 172.21.15.177:0/4239901669' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:33:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:22.802339+0000 mgr.y (mgr.24491) 22441 : cluster [DBG] pgmap v19824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:22.802339+0000 mgr.y (mgr.24491) 22441 : cluster [DBG] pgmap v19824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:22.802339+0000 mgr.y (mgr.24491) 22441 : cluster [DBG] pgmap v19824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:24.802906+0000 mgr.y (mgr.24491) 22442 : cluster [DBG] pgmap v19825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:24.802906+0000 mgr.y (mgr.24491) 22442 : cluster [DBG] pgmap v19825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:26.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:24.802906+0000 mgr.y (mgr.24491) 22442 : cluster [DBG] pgmap v19825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:28.044 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:33:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:33:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:26.803389+0000 mgr.y (mgr.24491) 22443 : cluster [DBG] pgmap v19826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:26.803389+0000 mgr.y (mgr.24491) 22443 : cluster [DBG] pgmap v19826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:26.803389+0000 mgr.y (mgr.24491) 22443 : cluster [DBG] pgmap v19826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:28.803813+0000 mgr.y (mgr.24491) 22444 : cluster [DBG] pgmap v19827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:28.803813+0000 mgr.y (mgr.24491) 22444 : cluster [DBG] pgmap v19827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:28.803813+0000 mgr.y (mgr.24491) 22444 : cluster [DBG] pgmap v19827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:33:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:33:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:30.804596+0000 mgr.y (mgr.24491) 22445 : cluster [DBG] pgmap v19828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:30.804596+0000 mgr.y (mgr.24491) 22445 : cluster [DBG] pgmap v19828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:30.804596+0000 mgr.y (mgr.24491) 22445 : cluster [DBG] pgmap v19828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:32.805141+0000 mgr.y (mgr.24491) 22446 : cluster [DBG] pgmap v19829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:32.805141+0000 mgr.y (mgr.24491) 22446 : cluster [DBG] pgmap v19829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:32.805141+0000 mgr.y (mgr.24491) 22446 : cluster [DBG] pgmap v19829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:34.805724+0000 mgr.y (mgr.24491) 22447 : cluster [DBG] pgmap v19830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:34.805724+0000 mgr.y (mgr.24491) 22447 : cluster [DBG] pgmap v19830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:34.805724+0000 mgr.y (mgr.24491) 22447 : cluster [DBG] pgmap v19830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:38.066 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:33:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:33:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:36.806134+0000 mgr.y (mgr.24491) 22448 : cluster [DBG] pgmap v19831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:36.806134+0000 mgr.y (mgr.24491) 22448 : cluster [DBG] pgmap v19831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:36.806134+0000 mgr.y (mgr.24491) 22448 : cluster [DBG] pgmap v19831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:38.806489+0000 mgr.y (mgr.24491) 22449 : cluster [DBG] pgmap v19832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:38.806489+0000 mgr.y (mgr.24491) 22449 : cluster [DBG] pgmap v19832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:38.806489+0000 mgr.y (mgr.24491) 22449 : cluster [DBG] pgmap v19832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:33:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:33:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:40.807326+0000 mgr.y (mgr.24491) 22450 : cluster [DBG] pgmap v19833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:42.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:33:41.856039+0000 mon.a (mon.0) 4518 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:33:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:40.807326+0000 mgr.y (mgr.24491) 22450 : cluster [DBG] pgmap v19833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:33:41.856039+0000 mon.a (mon.0) 4518 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:33:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:40.807326+0000 mgr.y (mgr.24491) 22450 : cluster [DBG] pgmap v19833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:33:41.856039+0000 mon.a (mon.0) 4518 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:33:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:33:42.148015+0000 mon.a (mon.0) 4519 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:33:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:33:42.148616+0000 mon.a (mon.0) 4520 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:33:43.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:33:42.152863+0000 mon.a (mon.0) 4521 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:33:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:33:42.148015+0000 mon.a (mon.0) 4519 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:33:43.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:33:42.148616+0000 mon.a (mon.0) 4520 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:33:43.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:33:42.152863+0000 mon.a (mon.0) 4521 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:33:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:33:42.148015+0000 mon.a (mon.0) 4519 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:33:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:33:42.148616+0000 mon.a (mon.0) 4520 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:33:43.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:33:42.152863+0000 mon.a (mon.0) 4521 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:33:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:42.807654+0000 mgr.y (mgr.24491) 22451 : cluster [DBG] pgmap v19834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:42.807654+0000 mgr.y (mgr.24491) 22451 : cluster [DBG] pgmap v19834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:42.807654+0000 mgr.y (mgr.24491) 22451 : cluster [DBG] pgmap v19834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:44.808472+0000 mgr.y (mgr.24491) 22452 : cluster [DBG] pgmap v19835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:44.808472+0000 mgr.y (mgr.24491) 22452 : cluster [DBG] pgmap v19835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:44.808472+0000 mgr.y (mgr.24491) 22452 : cluster [DBG] pgmap v19835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:33:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:47] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T14:33:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:46.808970+0000 mgr.y (mgr.24491) 22453 : cluster [DBG] pgmap v19836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:46.808970+0000 mgr.y (mgr.24491) 22453 : cluster [DBG] pgmap v19836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:46.808970+0000 mgr.y (mgr.24491) 22453 : cluster [DBG] pgmap v19836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:48.809393+0000 mgr.y (mgr.24491) 22454 : cluster [DBG] pgmap v19837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:48.809393+0000 mgr.y (mgr.24491) 22454 : cluster [DBG] pgmap v19837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:48.809393+0000 mgr.y (mgr.24491) 22454 : cluster [DBG] pgmap v19837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:33:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:33:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:50.810108+0000 mgr.y (mgr.24491) 22455 : cluster [DBG] pgmap v19838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:52.579 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:33:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:50.810108+0000 mgr.y (mgr.24491) 22455 : cluster [DBG] pgmap v19838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:50.810108+0000 mgr.y (mgr.24491) 22455 : cluster [DBG] pgmap v19838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:52.859 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:33:52.859 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (10h) 9m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:33:52.859 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 9m ago 11h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:33:52.859 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 9m ago 11h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:33:52.859 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 9m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:33:52.859 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 9m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:33:52.859 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 9m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 9m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 9m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 9m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 9m ago 11h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 9m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 9m ago 11h 47.2M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 9m ago 11h 47.2M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 9m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 9m ago 11h 43.2M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 9m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 9m ago 11h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 9m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:33:52.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 9m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:33:52.861 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (10h) 9m ago 11h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:33:53.193 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:33:53.193 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:33:53.193 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:33:53.193 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:33:53.193 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:33:53.193 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:33:53.193 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:33:53.194 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:33:53.194 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:33:53.194 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:33:53.194 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:33:53.194 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:33:53.194 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:33:53.194 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:33:53.194 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:33:53.195 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:33:53.195 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:33:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:33:52.568759+0000 mgr.y (mgr.24491) 22456 : audit [DBG] from='client.37935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:52.810458+0000 mgr.y (mgr.24491) 22457 : cluster [DBG] pgmap v19839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:33:52.852973+0000 mgr.y (mgr.24491) 22458 : audit [DBG] from='client.47849 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:54.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:33:53.194496+0000 mon.c (mon.2) 694 : audit [DBG] from='client.? 172.21.15.177:0/3365306796' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:33:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:33:52.568759+0000 mgr.y (mgr.24491) 22456 : audit [DBG] from='client.37935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:52.810458+0000 mgr.y (mgr.24491) 22457 : cluster [DBG] pgmap v19839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:33:52.852973+0000 mgr.y (mgr.24491) 22458 : audit [DBG] from='client.47849 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:33:53.194496+0000 mon.c (mon.2) 694 : audit [DBG] from='client.? 172.21.15.177:0/3365306796' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:33:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:33:52.568759+0000 mgr.y (mgr.24491) 22456 : audit [DBG] from='client.37935 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:52.810458+0000 mgr.y (mgr.24491) 22457 : cluster [DBG] pgmap v19839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:33:52.852973+0000 mgr.y (mgr.24491) 22458 : audit [DBG] from='client.47849 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:33:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:33:53.194496+0000 mon.c (mon.2) 694 : audit [DBG] from='client.? 172.21.15.177:0/3365306796' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:33:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:54.811178+0000 mgr.y (mgr.24491) 22459 : cluster [DBG] pgmap v19840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:54.811178+0000 mgr.y (mgr.24491) 22459 : cluster [DBG] pgmap v19840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:54.811178+0000 mgr.y (mgr.24491) 22459 : cluster [DBG] pgmap v19840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:33:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:33:57] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T14:33:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:33:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:56.811558+0000 mgr.y (mgr.24491) 22460 : cluster [DBG] pgmap v19841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:56.811558+0000 mgr.y (mgr.24491) 22460 : cluster [DBG] pgmap v19841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:33:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:33:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:56.811558+0000 mgr.y (mgr.24491) 22460 : cluster [DBG] pgmap v19841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:33:58.812143+0000 mgr.y (mgr.24491) 22461 : cluster [DBG] pgmap v19842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:33:58.812143+0000 mgr.y (mgr.24491) 22461 : cluster [DBG] pgmap v19842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:33:58.812143+0000 mgr.y (mgr.24491) 22461 : cluster [DBG] pgmap v19842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:34:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:34:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:00.812908+0000 mgr.y (mgr.24491) 22462 : cluster [DBG] pgmap v19843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:00.812908+0000 mgr.y (mgr.24491) 22462 : cluster [DBG] pgmap v19843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:00.812908+0000 mgr.y (mgr.24491) 22462 : cluster [DBG] pgmap v19843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:02.813273+0000 mgr.y (mgr.24491) 22463 : cluster [DBG] pgmap v19844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:02.813273+0000 mgr.y (mgr.24491) 22463 : cluster [DBG] pgmap v19844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:02.813273+0000 mgr.y (mgr.24491) 22463 : cluster [DBG] pgmap v19844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:04.814206+0000 mgr.y (mgr.24491) 22464 : cluster [DBG] pgmap v19845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:04.814206+0000 mgr.y (mgr.24491) 22464 : cluster [DBG] pgmap v19845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:04.814206+0000 mgr.y (mgr.24491) 22464 : cluster [DBG] pgmap v19845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:06.814562+0000 mgr.y (mgr.24491) 22465 : cluster [DBG] pgmap v19846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:34:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:06.814562+0000 mgr.y (mgr.24491) 22465 : cluster [DBG] pgmap v19846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:06.814562+0000 mgr.y (mgr.24491) 22465 : cluster [DBG] pgmap v19846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:10.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:08.814970+0000 mgr.y (mgr.24491) 22466 : cluster [DBG] pgmap v19847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:10.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:08.814970+0000 mgr.y (mgr.24491) 22466 : cluster [DBG] pgmap v19847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:08.814970+0000 mgr.y (mgr.24491) 22466 : cluster [DBG] pgmap v19847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:34:12.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:10.815659+0000 mgr.y (mgr.24491) 22467 : cluster [DBG] pgmap v19848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:12.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:10.815659+0000 mgr.y (mgr.24491) 22467 : cluster [DBG] pgmap v19848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:10.815659+0000 mgr.y (mgr.24491) 22467 : cluster [DBG] pgmap v19848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:14.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:12.816162+0000 mgr.y (mgr.24491) 22468 : cluster [DBG] pgmap v19849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:14.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:12.816162+0000 mgr.y (mgr.24491) 22468 : cluster [DBG] pgmap v19849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:12.816162+0000 mgr.y (mgr.24491) 22468 : cluster [DBG] pgmap v19849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:16.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:14.816770+0000 mgr.y (mgr.24491) 22469 : cluster [DBG] pgmap v19850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:16.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:14.816770+0000 mgr.y (mgr.24491) 22469 : cluster [DBG] pgmap v19850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:14.816770+0000 mgr.y (mgr.24491) 22469 : cluster [DBG] pgmap v19850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:18.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:16.817215+0000 mgr.y (mgr.24491) 22470 : cluster [DBG] pgmap v19851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:34:18.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:16.817215+0000 mgr.y (mgr.24491) 22470 : cluster [DBG] pgmap v19851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:16.817215+0000 mgr.y (mgr.24491) 22470 : cluster [DBG] pgmap v19851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:20.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:18.817789+0000 mgr.y (mgr.24491) 22471 : cluster [DBG] pgmap v19852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:20.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:18.817789+0000 mgr.y (mgr.24491) 22471 : cluster [DBG] pgmap v19852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:18.817789+0000 mgr.y (mgr.24491) 22471 : cluster [DBG] pgmap v19852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:34:22.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:20.818507+0000 mgr.y (mgr.24491) 22472 : cluster [DBG] pgmap v19853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:22.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:20.818507+0000 mgr.y (mgr.24491) 22472 : cluster [DBG] pgmap v19853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:20.818507+0000 mgr.y (mgr.24491) 22472 : cluster [DBG] pgmap v19853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:23.503 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 9m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 9m ago 11h 63.9M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 9m ago 11h 24.2M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 9m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 9m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 9m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 9m ago 11h 1110M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 9m ago 11h 937M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 9m ago 11h 939M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 9m ago 11h 24.5M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 9m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 9m ago 11h 47.2M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:34:23.776 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 9m ago 11h 47.2M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:34:23.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 9m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:34:23.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 9m ago 11h 43.2M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:34:23.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 9m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:34:23.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 9m ago 11h 44.5M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:34:23.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 9m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:34:23.777 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 9m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:34:23.777 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 9m ago 11h 115M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:34:24.111 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:34:24.111 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:34:24.111 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:34:24.111 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:34:24.111 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:34:24.111 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:34:24.111 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:34:24.111 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:34:24.111 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:34:24.111 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:34:24.111 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:34:24.112 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:34:24.112 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:34:24.112 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:34:24.112 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:34:24.112 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:34:24.112 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:34:24.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:22.818918+0000 mgr.y (mgr.24491) 22473 : cluster [DBG] pgmap v19854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:24.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:22.818918+0000 mgr.y (mgr.24491) 22473 : cluster [DBG] pgmap v19854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:24.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:22.818918+0000 mgr.y (mgr.24491) 22473 : cluster [DBG] pgmap v19854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:25.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:23.492737+0000 mgr.y (mgr.24491) 22474 : audit [DBG] from='client.47861 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:23.769864+0000 mgr.y (mgr.24491) 22475 : audit [DBG] from='client.47867 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:25.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:24.112355+0000 mon.c (mon.2) 695 : audit [DBG] from='client.? 172.21.15.177:0/4124068350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:34:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:23.492737+0000 mgr.y (mgr.24491) 22474 : audit [DBG] from='client.47861 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:23.769864+0000 mgr.y (mgr.24491) 22475 : audit [DBG] from='client.47867 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:25.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:24.112355+0000 mon.c (mon.2) 695 : audit [DBG] from='client.? 172.21.15.177:0/4124068350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:34:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:23.492737+0000 mgr.y (mgr.24491) 22474 : audit [DBG] from='client.47861 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:23.769864+0000 mgr.y (mgr.24491) 22475 : audit [DBG] from='client.47867 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:25.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:24.112355+0000 mon.c (mon.2) 695 : audit [DBG] from='client.? 172.21.15.177:0/4124068350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:34:26.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:24.819553+0000 mgr.y (mgr.24491) 22476 : cluster [DBG] pgmap v19855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:26.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:24.819553+0000 mgr.y (mgr.24491) 22476 : cluster [DBG] pgmap v19855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:24.819553+0000 mgr.y (mgr.24491) 22476 : cluster [DBG] pgmap v19855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:34:28.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:26.820096+0000 mgr.y (mgr.24491) 22477 : cluster [DBG] pgmap v19856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:28.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:26.820096+0000 mgr.y (mgr.24491) 22477 : cluster [DBG] pgmap v19856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:28.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:26.820096+0000 mgr.y (mgr.24491) 22477 : cluster [DBG] pgmap v19856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:30.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:28.820592+0000 mgr.y (mgr.24491) 22478 : cluster [DBG] pgmap v19857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:28.820592+0000 mgr.y (mgr.24491) 22478 : cluster [DBG] pgmap v19857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:28.820592+0000 mgr.y (mgr.24491) 22478 : cluster [DBG] pgmap v19857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:34:32.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:30.821509+0000 mgr.y (mgr.24491) 22479 : cluster [DBG] pgmap v19858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:30.821509+0000 mgr.y (mgr.24491) 22479 : cluster [DBG] pgmap v19858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:30.821509+0000 mgr.y (mgr.24491) 22479 : cluster [DBG] pgmap v19858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:34.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:32.821927+0000 mgr.y (mgr.24491) 22480 : cluster [DBG] pgmap v19859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:32.821927+0000 mgr.y (mgr.24491) 22480 : cluster [DBG] pgmap v19859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:32.821927+0000 mgr.y (mgr.24491) 22480 : cluster [DBG] pgmap v19859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:36.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:34.822678+0000 mgr.y (mgr.24491) 22481 : cluster [DBG] pgmap v19860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:34.822678+0000 mgr.y (mgr.24491) 22481 : cluster [DBG] pgmap v19860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:34.822678+0000 mgr.y (mgr.24491) 22481 : cluster [DBG] pgmap v19860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:34:38.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:36.823227+0000 mgr.y (mgr.24491) 22482 : cluster [DBG] pgmap v19861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:38.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:36.823227+0000 mgr.y (mgr.24491) 22482 : cluster [DBG] pgmap v19861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:38.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:36.823227+0000 mgr.y (mgr.24491) 22482 : cluster [DBG] pgmap v19861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:40.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:38.823580+0000 mgr.y (mgr.24491) 22483 : cluster [DBG] pgmap v19862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:38.823580+0000 mgr.y (mgr.24491) 22483 : cluster [DBG] pgmap v19862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:38.823580+0000 mgr.y (mgr.24491) 22483 : cluster [DBG] pgmap v19862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:34:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:40.824276+0000 mgr.y (mgr.24491) 22484 : cluster [DBG] pgmap v19863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:40.824276+0000 mgr.y (mgr.24491) 22484 : cluster [DBG] pgmap v19863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:40.824276+0000 mgr.y (mgr.24491) 22484 : cluster [DBG] pgmap v19863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:43.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:42.157852+0000 mon.a (mon.0) 4522 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:34:43.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:42.157852+0000 mon.a (mon.0) 4522 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:34:43.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:42.157852+0000 mon.a (mon.0) 4522 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:34:44.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:42.824631+0000 mgr.y (mgr.24491) 22485 : cluster [DBG] pgmap v19864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:44.389 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:42.824631+0000 mgr.y (mgr.24491) 22485 : cluster [DBG] pgmap v19864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:44.389 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:42.824631+0000 mgr.y (mgr.24491) 22485 : cluster [DBG] pgmap v19864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:44.770513+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:34:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:44.825258+0000 mgr.y (mgr.24491) 22486 : cluster [DBG] pgmap v19865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:45.359657+0000 mon.a (mon.0) 4524 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:34:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:45.625709+0000 mon.a (mon.0) 4525 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:34:46.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:45.626379+0000 mon.a (mon.0) 4526 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:34:46.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:45.633201+0000 mon.a (mon.0) 4527 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:34:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:44.770513+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:34:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:44.825258+0000 mgr.y (mgr.24491) 22486 : cluster [DBG] pgmap v19865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:45.359657+0000 mon.a (mon.0) 4524 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:34:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:45.625709+0000 mon.a (mon.0) 4525 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:34:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:45.626379+0000 mon.a (mon.0) 4526 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:34:46.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:45.633201+0000 mon.a (mon.0) 4527 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:34:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:44.770513+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:34:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:44.825258+0000 mgr.y (mgr.24491) 22486 : cluster [DBG] pgmap v19865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:45.359657+0000 mon.a (mon.0) 4524 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:34:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:45.625709+0000 mon.a (mon.0) 4525 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:34:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:45.626379+0000 mon.a (mon.0) 4526 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:34:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:45.633201+0000 mon.a (mon.0) 4527 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:34:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:34:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:46.825607+0000 mgr.y (mgr.24491) 22487 : cluster [DBG] pgmap v19866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:46.825607+0000 mgr.y (mgr.24491) 22487 : cluster [DBG] pgmap v19866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:46.825607+0000 mgr.y (mgr.24491) 22487 : cluster [DBG] pgmap v19866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:50.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:48.826133+0000 mgr.y (mgr.24491) 22488 : cluster [DBG] pgmap v19867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:50.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:48.826133+0000 mgr.y (mgr.24491) 22488 : cluster [DBG] pgmap v19867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:48.826133+0000 mgr.y (mgr.24491) 22488 : cluster [DBG] pgmap v19867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:34:52.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:50.826775+0000 mgr.y (mgr.24491) 22489 : cluster [DBG] pgmap v19868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:52.149 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:50.826775+0000 mgr.y (mgr.24491) 22489 : cluster [DBG] pgmap v19868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:50.826775+0000 mgr.y (mgr.24491) 22489 : cluster [DBG] pgmap v19868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:54.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:52.827213+0000 mgr.y (mgr.24491) 22490 : cluster [DBG] pgmap v19869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:54.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:52.827213+0000 mgr.y (mgr.24491) 22490 : cluster [DBG] pgmap v19869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:52.827213+0000 mgr.y (mgr.24491) 22490 : cluster [DBG] pgmap v19869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:54.424 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:34:54.698 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:34:54.699 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 9s ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:34:54.699 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 9s ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:34:54.699 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 9s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:34:54.699 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 9s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:34:54.699 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 9s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:34:54.699 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 9s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:34:54.699 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 9s ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:34:54.699 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 9s ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:34:54.699 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 9s ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:34:54.699 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 9s ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:34:54.700 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 9s ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:34:54.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 9s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:34:54.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 9s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:34:54.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 9s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:34:54.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 9s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:34:54.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 9s ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:34:54.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 9s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:34:54.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 9s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:34:54.700 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 9s ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:34:54.700 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 9s ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:34:55.034 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:34:55.035 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:34:55.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:34:55.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:34:55.035 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:34:55.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:34:55.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:34:55.035 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:34:55.035 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:34:55.035 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:34:55.035 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:34:55.036 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:34:55.036 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:34:55.036 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:34:55.036 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:34:55.036 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:34:55.036 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:34:56.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:54.413877+0000 mgr.y (mgr.24491) 22491 : audit [DBG] from='client.37971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:54.692561+0000 mgr.y (mgr.24491) 22492 : audit [DBG] from='client.37977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:54.827765+0000 mgr.y (mgr.24491) 22493 : cluster [DBG] pgmap v19870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:56.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:34:55.036161+0000 mon.c (mon.2) 696 : audit [DBG] from='client.? 172.21.15.177:0/464348013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:34:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:54.413877+0000 mgr.y (mgr.24491) 22491 : audit [DBG] from='client.37971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:54.692561+0000 mgr.y (mgr.24491) 22492 : audit [DBG] from='client.37977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:54.827765+0000 mgr.y (mgr.24491) 22493 : cluster [DBG] pgmap v19870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:56.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:34:55.036161+0000 mon.c (mon.2) 696 : audit [DBG] from='client.? 172.21.15.177:0/464348013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:34:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:54.413877+0000 mgr.y (mgr.24491) 22491 : audit [DBG] from='client.37971 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:54.692561+0000 mgr.y (mgr.24491) 22492 : audit [DBG] from='client.37977 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:34:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:54.827765+0000 mgr.y (mgr.24491) 22493 : cluster [DBG] pgmap v19870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:34:55.036161+0000 mon.c (mon.2) 696 : audit [DBG] from='client.? 172.21.15.177:0/464348013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:34:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:34:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:34:58.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:56.828140+0000 mgr.y (mgr.24491) 22494 : cluster [DBG] pgmap v19871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:56.828140+0000 mgr.y (mgr.24491) 22494 : cluster [DBG] pgmap v19871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:34:58.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:56.828140+0000 mgr.y (mgr.24491) 22494 : cluster [DBG] pgmap v19871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:34:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:34:58.828662+0000 mgr.y (mgr.24491) 22495 : cluster [DBG] pgmap v19872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:34:58.828662+0000 mgr.y (mgr.24491) 22495 : cluster [DBG] pgmap v19872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:34:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:34:58.828662+0000 mgr.y (mgr.24491) 22495 : cluster [DBG] pgmap v19872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:35:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:00.829305+0000 mgr.y (mgr.24491) 22496 : cluster [DBG] pgmap v19873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:00.829305+0000 mgr.y (mgr.24491) 22496 : cluster [DBG] pgmap v19873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:00.829305+0000 mgr.y (mgr.24491) 22496 : cluster [DBG] pgmap v19873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:02.829718+0000 mgr.y (mgr.24491) 22497 : cluster [DBG] pgmap v19874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:02.829718+0000 mgr.y (mgr.24491) 22497 : cluster [DBG] pgmap v19874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:02.829718+0000 mgr.y (mgr.24491) 22497 : cluster [DBG] pgmap v19874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:04.830381+0000 mgr.y (mgr.24491) 22498 : cluster [DBG] pgmap v19875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:04.830381+0000 mgr.y (mgr.24491) 22498 : cluster [DBG] pgmap v19875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:04.830381+0000 mgr.y (mgr.24491) 22498 : cluster [DBG] pgmap v19875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:06.830786+0000 mgr.y (mgr.24491) 22499 : cluster [DBG] pgmap v19876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:07] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T14:35:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:06.830786+0000 mgr.y (mgr.24491) 22499 : cluster [DBG] pgmap v19876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:06.830786+0000 mgr.y (mgr.24491) 22499 : cluster [DBG] pgmap v19876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:08.831193+0000 mgr.y (mgr.24491) 22500 : cluster [DBG] pgmap v19877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:08.831193+0000 mgr.y (mgr.24491) 22500 : cluster [DBG] pgmap v19877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:08.831193+0000 mgr.y (mgr.24491) 22500 : cluster [DBG] pgmap v19877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:35:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:35:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:10.831880+0000 mgr.y (mgr.24491) 22501 : cluster [DBG] pgmap v19878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:10.831880+0000 mgr.y (mgr.24491) 22501 : cluster [DBG] pgmap v19878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:10.831880+0000 mgr.y (mgr.24491) 22501 : cluster [DBG] pgmap v19878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:12.832277+0000 mgr.y (mgr.24491) 22502 : cluster [DBG] pgmap v19879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:12.832277+0000 mgr.y (mgr.24491) 22502 : cluster [DBG] pgmap v19879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:12.832277+0000 mgr.y (mgr.24491) 22502 : cluster [DBG] pgmap v19879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:14.832863+0000 mgr.y (mgr.24491) 22503 : cluster [DBG] pgmap v19880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:14.832863+0000 mgr.y (mgr.24491) 22503 : cluster [DBG] pgmap v19880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:14.832863+0000 mgr.y (mgr.24491) 22503 : cluster [DBG] pgmap v19880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:18.106 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:35:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:35:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:16.833373+0000 mgr.y (mgr.24491) 22504 : cluster [DBG] pgmap v19881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:16.833373+0000 mgr.y (mgr.24491) 22504 : cluster [DBG] pgmap v19881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:16.833373+0000 mgr.y (mgr.24491) 22504 : cluster [DBG] pgmap v19881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:18.833830+0000 mgr.y (mgr.24491) 22505 : cluster [DBG] pgmap v19882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:18.833830+0000 mgr.y (mgr.24491) 22505 : cluster [DBG] pgmap v19882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:18.833830+0000 mgr.y (mgr.24491) 22505 : cluster [DBG] pgmap v19882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:35:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:35:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:20.834453+0000 mgr.y (mgr.24491) 22506 : cluster [DBG] pgmap v19883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:20.834453+0000 mgr.y (mgr.24491) 22506 : cluster [DBG] pgmap v19883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:20.834453+0000 mgr.y (mgr.24491) 22506 : cluster [DBG] pgmap v19883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:22.834859+0000 mgr.y (mgr.24491) 22507 : cluster [DBG] pgmap v19884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:24.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:22.834859+0000 mgr.y (mgr.24491) 22507 : cluster [DBG] pgmap v19884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:22.834859+0000 mgr.y (mgr.24491) 22507 : cluster [DBG] pgmap v19884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:25.347 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:35:25.621 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:35:25.621 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 40s ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:35:25.621 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 40s ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:35:25.621 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 40s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:35:25.621 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 40s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:35:25.621 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 40s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:35:25.621 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 40s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:35:25.621 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 40s ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:35:25.621 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 40s ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 40s ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 40s ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 40s ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 40s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 40s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 40s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 40s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 40s ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 40s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 40s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 40s ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:35:25.622 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 40s ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:35:25.954 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:35:25.955 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:35:25.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:35:25.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:35:25.955 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:35:25.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:35:25.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:35:25.955 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:35:25.955 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:35:25.955 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:35:25.956 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:35:25.956 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:35:25.956 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:35:25.956 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:35:25.956 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:35:25.956 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:35:25.956 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:35:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:24.835533+0000 mgr.y (mgr.24491) 22508 : cluster [DBG] pgmap v19885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:35:25.955532+0000 mon.c (mon.2) 697 : audit [DBG] from='client.? 172.21.15.177:0/2036673794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:35:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:24.835533+0000 mgr.y (mgr.24491) 22508 : cluster [DBG] pgmap v19885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:35:25.955532+0000 mon.c (mon.2) 697 : audit [DBG] from='client.? 172.21.15.177:0/2036673794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:35:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:24.835533+0000 mgr.y (mgr.24491) 22508 : cluster [DBG] pgmap v19885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:35:25.955532+0000 mon.c (mon.2) 697 : audit [DBG] from='client.? 172.21.15.177:0/2036673794' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:35:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:35:25.336143+0000 mgr.y (mgr.24491) 22509 : audit [DBG] from='client.37989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:27.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:35:25.614575+0000 mgr.y (mgr.24491) 22510 : audit [DBG] from='client.47903 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:35:25.336143+0000 mgr.y (mgr.24491) 22509 : audit [DBG] from='client.37989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:27.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:35:25.614575+0000 mgr.y (mgr.24491) 22510 : audit [DBG] from='client.47903 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:35:25.336143+0000 mgr.y (mgr.24491) 22509 : audit [DBG] from='client.37989 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:27.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:35:25.614575+0000 mgr.y (mgr.24491) 22510 : audit [DBG] from='client.47903 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:28.126 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:35:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:35:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:26.836037+0000 mgr.y (mgr.24491) 22511 : cluster [DBG] pgmap v19886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:26.836037+0000 mgr.y (mgr.24491) 22511 : cluster [DBG] pgmap v19886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:26.836037+0000 mgr.y (mgr.24491) 22511 : cluster [DBG] pgmap v19886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:28.836402+0000 mgr.y (mgr.24491) 22512 : cluster [DBG] pgmap v19887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:28.836402+0000 mgr.y (mgr.24491) 22512 : cluster [DBG] pgmap v19887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:28.836402+0000 mgr.y (mgr.24491) 22512 : cluster [DBG] pgmap v19887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:35:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:35:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:30.837072+0000 mgr.y (mgr.24491) 22513 : cluster [DBG] pgmap v19888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:30.837072+0000 mgr.y (mgr.24491) 22513 : cluster [DBG] pgmap v19888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:30.837072+0000 mgr.y (mgr.24491) 22513 : cluster [DBG] pgmap v19888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:32.837438+0000 mgr.y (mgr.24491) 22514 : cluster [DBG] pgmap v19889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:32.837438+0000 mgr.y (mgr.24491) 22514 : cluster [DBG] pgmap v19889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:32.837438+0000 mgr.y (mgr.24491) 22514 : cluster [DBG] pgmap v19889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:36.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:34.838164+0000 mgr.y (mgr.24491) 22515 : cluster [DBG] pgmap v19890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:34.838164+0000 mgr.y (mgr.24491) 22515 : cluster [DBG] pgmap v19890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:34.838164+0000 mgr.y (mgr.24491) 22515 : cluster [DBG] pgmap v19890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:38.141 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:35:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:35:38.142 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:36.838537+0000 mgr.y (mgr.24491) 22516 : cluster [DBG] pgmap v19891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:36.838537+0000 mgr.y (mgr.24491) 22516 : cluster [DBG] pgmap v19891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:36.838537+0000 mgr.y (mgr.24491) 22516 : cluster [DBG] pgmap v19891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:38.838922+0000 mgr.y (mgr.24491) 22517 : cluster [DBG] pgmap v19892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:38.838922+0000 mgr.y (mgr.24491) 22517 : cluster [DBG] pgmap v19892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:38.838922+0000 mgr.y (mgr.24491) 22517 : cluster [DBG] pgmap v19892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:35:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:35:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:40.839509+0000 mgr.y (mgr.24491) 22518 : cluster [DBG] pgmap v19893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:40.839509+0000 mgr.y (mgr.24491) 22518 : cluster [DBG] pgmap v19893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:40.839509+0000 mgr.y (mgr.24491) 22518 : cluster [DBG] pgmap v19893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:42.839907+0000 mgr.y (mgr.24491) 22519 : cluster [DBG] pgmap v19894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:42.839907+0000 mgr.y (mgr.24491) 22519 : cluster [DBG] pgmap v19894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:42.839907+0000 mgr.y (mgr.24491) 22519 : cluster [DBG] pgmap v19894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:44.840527+0000 mgr.y (mgr.24491) 22520 : cluster [DBG] pgmap v19895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:35:45.637725+0000 mon.a (mon.0) 4528 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:35:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:35:45.931946+0000 mon.a (mon.0) 4529 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:35:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:35:45.932568+0000 mon.a (mon.0) 4530 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:35:46.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:35:45.937099+0000 mon.a (mon.0) 4531 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:35:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:44.840527+0000 mgr.y (mgr.24491) 22520 : cluster [DBG] pgmap v19895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:35:45.637725+0000 mon.a (mon.0) 4528 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:35:46.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:35:45.931946+0000 mon.a (mon.0) 4529 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:35:46.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:35:45.932568+0000 mon.a (mon.0) 4530 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:35:46.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:35:45.937099+0000 mon.a (mon.0) 4531 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:35:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:44.840527+0000 mgr.y (mgr.24491) 22520 : cluster [DBG] pgmap v19895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:35:45.637725+0000 mon.a (mon.0) 4528 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:35:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:35:45.931946+0000 mon.a (mon.0) 4529 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:35:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:35:45.932568+0000 mon.a (mon.0) 4530 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:35:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:35:45.937099+0000 mon.a (mon.0) 4531 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:35:48.112 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:35:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:35:48.402 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:46.841021+0000 mgr.y (mgr.24491) 22521 : cluster [DBG] pgmap v19896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:48.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:46.841021+0000 mgr.y (mgr.24491) 22521 : cluster [DBG] pgmap v19896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:46.841021+0000 mgr.y (mgr.24491) 22521 : cluster [DBG] pgmap v19896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:48.841382+0000 mgr.y (mgr.24491) 22522 : cluster [DBG] pgmap v19897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:48.841382+0000 mgr.y (mgr.24491) 22522 : cluster [DBG] pgmap v19897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:48.841382+0000 mgr.y (mgr.24491) 22522 : cluster [DBG] pgmap v19897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:35:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:35:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:50.842181+0000 mgr.y (mgr.24491) 22523 : cluster [DBG] pgmap v19898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:50.842181+0000 mgr.y (mgr.24491) 22523 : cluster [DBG] pgmap v19898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:50.842181+0000 mgr.y (mgr.24491) 22523 : cluster [DBG] pgmap v19898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:54.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:52.842590+0000 mgr.y (mgr.24491) 22524 : cluster [DBG] pgmap v19899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:52.842590+0000 mgr.y (mgr.24491) 22524 : cluster [DBG] pgmap v19899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:52.842590+0000 mgr.y (mgr.24491) 22524 : cluster [DBG] pgmap v19899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:56.268 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:35:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:54.843303+0000 mgr.y (mgr.24491) 22525 : cluster [DBG] pgmap v19900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:54.843303+0000 mgr.y (mgr.24491) 22525 : cluster [DBG] pgmap v19900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:54.843303+0000 mgr.y (mgr.24491) 22525 : cluster [DBG] pgmap v19900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:56.546 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:35:56.546 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 71s ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:35:56.547 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 71s ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:35:56.547 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 71s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:35:56.547 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 71s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:35:56.547 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 71s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:35:56.547 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 71s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:35:56.547 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 71s ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:35:56.547 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 71s ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:35:56.547 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 71s ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:35:56.547 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 71s ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:35:56.547 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 71s ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:35:56.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 71s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:35:56.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 71s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:35:56.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 71s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:35:56.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 71s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:35:56.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 71s ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:35:56.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 71s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:35:56.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 71s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:35:56.548 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 71s ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:35:56.548 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 71s ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:35:56.878 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:35:56.879 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:35:56.879 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:35:56.879 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:35:56.879 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:35:56.879 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:35:56.879 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:35:56.879 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:35:56.879 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:35:56.879 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:35:56.879 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:35:56.880 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:35:56.880 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:35:56.880 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:35:56.880 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:35:56.880 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:35:56.880 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:35:57.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:35:56.880206+0000 mon.c (mon.2) 698 : audit [DBG] from='client.? 172.21.15.177:0/1113011836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:35:57.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:35:56.880206+0000 mon.c (mon.2) 698 : audit [DBG] from='client.? 172.21.15.177:0/1113011836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:35:57.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:35:56.880206+0000 mon.c (mon.2) 698 : audit [DBG] from='client.? 172.21.15.177:0/1113011836' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:35:58.134 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:35:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:35:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:35:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:35:56.258158+0000 mgr.y (mgr.24491) 22526 : audit [DBG] from='client.38007 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:35:56.539776+0000 mgr.y (mgr.24491) 22527 : audit [DBG] from='client.38013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:56.843634+0000 mgr.y (mgr.24491) 22528 : cluster [DBG] pgmap v19901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:35:56.258158+0000 mgr.y (mgr.24491) 22526 : audit [DBG] from='client.38007 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:35:56.539776+0000 mgr.y (mgr.24491) 22527 : audit [DBG] from='client.38013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:35:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:56.843634+0000 mgr.y (mgr.24491) 22528 : cluster [DBG] pgmap v19901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:35:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:35:56.258158+0000 mgr.y (mgr.24491) 22526 : audit [DBG] from='client.38007 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:35:56.539776+0000 mgr.y (mgr.24491) 22527 : audit [DBG] from='client.38013 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:35:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:35:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:56.843634+0000 mgr.y (mgr.24491) 22528 : cluster [DBG] pgmap v19901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:35:58.844114+0000 mgr.y (mgr.24491) 22529 : cluster [DBG] pgmap v19902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:35:58.844114+0000 mgr.y (mgr.24491) 22529 : cluster [DBG] pgmap v19902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:35:58.844114+0000 mgr.y (mgr.24491) 22529 : cluster [DBG] pgmap v19902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:36:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:36:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:00.845011+0000 mgr.y (mgr.24491) 22530 : cluster [DBG] pgmap v19903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:00.845011+0000 mgr.y (mgr.24491) 22530 : cluster [DBG] pgmap v19903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:00.845011+0000 mgr.y (mgr.24491) 22530 : cluster [DBG] pgmap v19903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:02.845354+0000 mgr.y (mgr.24491) 22531 : cluster [DBG] pgmap v19904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:02.845354+0000 mgr.y (mgr.24491) 22531 : cluster [DBG] pgmap v19904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:02.845354+0000 mgr.y (mgr.24491) 22531 : cluster [DBG] pgmap v19904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:04.846215+0000 mgr.y (mgr.24491) 22532 : cluster [DBG] pgmap v19905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:04.846215+0000 mgr.y (mgr.24491) 22532 : cluster [DBG] pgmap v19905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:04.846215+0000 mgr.y (mgr.24491) 22532 : cluster [DBG] pgmap v19905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:36:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:36:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:06.846815+0000 mgr.y (mgr.24491) 22533 : cluster [DBG] pgmap v19906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:06.846815+0000 mgr.y (mgr.24491) 22533 : cluster [DBG] pgmap v19906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:06.846815+0000 mgr.y (mgr.24491) 22533 : cluster [DBG] pgmap v19906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:08.847210+0000 mgr.y (mgr.24491) 22534 : cluster [DBG] pgmap v19907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:08.847210+0000 mgr.y (mgr.24491) 22534 : cluster [DBG] pgmap v19907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:08.847210+0000 mgr.y (mgr.24491) 22534 : cluster [DBG] pgmap v19907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:36:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:36:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:10.847979+0000 mgr.y (mgr.24491) 22535 : cluster [DBG] pgmap v19908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:10.847979+0000 mgr.y (mgr.24491) 22535 : cluster [DBG] pgmap v19908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:10.847979+0000 mgr.y (mgr.24491) 22535 : cluster [DBG] pgmap v19908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:14.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:12.848494+0000 mgr.y (mgr.24491) 22536 : cluster [DBG] pgmap v19909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:12.848494+0000 mgr.y (mgr.24491) 22536 : cluster [DBG] pgmap v19909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:12.848494+0000 mgr.y (mgr.24491) 22536 : cluster [DBG] pgmap v19909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:14.849363+0000 mgr.y (mgr.24491) 22537 : cluster [DBG] pgmap v19910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:14.849363+0000 mgr.y (mgr.24491) 22537 : cluster [DBG] pgmap v19910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:14.849363+0000 mgr.y (mgr.24491) 22537 : cluster [DBG] pgmap v19910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:36:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:36:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:16.849885+0000 mgr.y (mgr.24491) 22538 : cluster [DBG] pgmap v19911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:16.849885+0000 mgr.y (mgr.24491) 22538 : cluster [DBG] pgmap v19911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:16.849885+0000 mgr.y (mgr.24491) 22538 : cluster [DBG] pgmap v19911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:18.850379+0000 mgr.y (mgr.24491) 22539 : cluster [DBG] pgmap v19912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:18.850379+0000 mgr.y (mgr.24491) 22539 : cluster [DBG] pgmap v19912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:18.850379+0000 mgr.y (mgr.24491) 22539 : cluster [DBG] pgmap v19912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:36:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:36:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:20.851210+0000 mgr.y (mgr.24491) 22540 : cluster [DBG] pgmap v19913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:20.851210+0000 mgr.y (mgr.24491) 22540 : cluster [DBG] pgmap v19913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:20.851210+0000 mgr.y (mgr.24491) 22540 : cluster [DBG] pgmap v19913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:22.851635+0000 mgr.y (mgr.24491) 22541 : cluster [DBG] pgmap v19914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:22.851635+0000 mgr.y (mgr.24491) 22541 : cluster [DBG] pgmap v19914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:22.851635+0000 mgr.y (mgr.24491) 22541 : cluster [DBG] pgmap v19914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:24.852332+0000 mgr.y (mgr.24491) 22542 : cluster [DBG] pgmap v19915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:24.852332+0000 mgr.y (mgr.24491) 22542 : cluster [DBG] pgmap v19915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:24.852332+0000 mgr.y (mgr.24491) 22542 : cluster [DBG] pgmap v19915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:27.187 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:36:27.463 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:36:27.463 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 102s ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:36:27.463 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 102s ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:36:27.463 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 102s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:36:27.463 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 102s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:36:27.463 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 102s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:36:27.463 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 102s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:36:27.463 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 102s ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:36:27.463 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 102s ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 102s ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 102s ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 102s ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 102s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 102s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 102s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 102s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 102s ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 102s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 102s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 102s ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:36:27.464 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 102s ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:36:27.797 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:36:27.798 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:36:27.799 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:36:27.799 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:36:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:36:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:36:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:26.852794+0000 mgr.y (mgr.24491) 22543 : cluster [DBG] pgmap v19916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:36:27.176977+0000 mgr.y (mgr.24491) 22544 : audit [DBG] from='client.38025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:36:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:36:27.799394+0000 mon.c (mon.2) 699 : audit [DBG] from='client.? 172.21.15.177:0/2511666522' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:36:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:26.852794+0000 mgr.y (mgr.24491) 22543 : cluster [DBG] pgmap v19916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:36:27.176977+0000 mgr.y (mgr.24491) 22544 : audit [DBG] from='client.38025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:36:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:36:27.799394+0000 mon.c (mon.2) 699 : audit [DBG] from='client.? 172.21.15.177:0/2511666522' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:36:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:26.852794+0000 mgr.y (mgr.24491) 22543 : cluster [DBG] pgmap v19916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:36:27.176977+0000 mgr.y (mgr.24491) 22544 : audit [DBG] from='client.38025 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:36:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:36:27.799394+0000 mon.c (mon.2) 699 : audit [DBG] from='client.? 172.21.15.177:0/2511666522' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:36:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:36:27.457027+0000 mgr.y (mgr.24491) 22545 : audit [DBG] from='client.38031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:36:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:36:27.457027+0000 mgr.y (mgr.24491) 22545 : audit [DBG] from='client.38031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:36:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:36:27.457027+0000 mgr.y (mgr.24491) 22545 : audit [DBG] from='client.38031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:36:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:28.853260+0000 mgr.y (mgr.24491) 22546 : cluster [DBG] pgmap v19917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:28.853260+0000 mgr.y (mgr.24491) 22546 : cluster [DBG] pgmap v19917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:28.853260+0000 mgr.y (mgr.24491) 22546 : cluster [DBG] pgmap v19917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:36:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:36:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:30.854090+0000 mgr.y (mgr.24491) 22547 : cluster [DBG] pgmap v19918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:30.854090+0000 mgr.y (mgr.24491) 22547 : cluster [DBG] pgmap v19918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:30.854090+0000 mgr.y (mgr.24491) 22547 : cluster [DBG] pgmap v19918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:32.854536+0000 mgr.y (mgr.24491) 22548 : cluster [DBG] pgmap v19919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:32.854536+0000 mgr.y (mgr.24491) 22548 : cluster [DBG] pgmap v19919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:32.854536+0000 mgr.y (mgr.24491) 22548 : cluster [DBG] pgmap v19919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:34.855252+0000 mgr.y (mgr.24491) 22549 : cluster [DBG] pgmap v19920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:34.855252+0000 mgr.y (mgr.24491) 22549 : cluster [DBG] pgmap v19920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:34.855252+0000 mgr.y (mgr.24491) 22549 : cluster [DBG] pgmap v19920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:38.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:36:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:36:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:36.855726+0000 mgr.y (mgr.24491) 22550 : cluster [DBG] pgmap v19921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:36.855726+0000 mgr.y (mgr.24491) 22550 : cluster [DBG] pgmap v19921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:36.855726+0000 mgr.y (mgr.24491) 22550 : cluster [DBG] pgmap v19921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:38.856191+0000 mgr.y (mgr.24491) 22551 : cluster [DBG] pgmap v19922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:39.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:38.856191+0000 mgr.y (mgr.24491) 22551 : cluster [DBG] pgmap v19922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:38.856191+0000 mgr.y (mgr.24491) 22551 : cluster [DBG] pgmap v19922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:36:42.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:40.856882+0000 mgr.y (mgr.24491) 22552 : cluster [DBG] pgmap v19923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:40.856882+0000 mgr.y (mgr.24491) 22552 : cluster [DBG] pgmap v19923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:40.856882+0000 mgr.y (mgr.24491) 22552 : cluster [DBG] pgmap v19923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:44.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:42.857455+0000 mgr.y (mgr.24491) 22553 : cluster [DBG] pgmap v19924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:44.401 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:42.857455+0000 mgr.y (mgr.24491) 22553 : cluster [DBG] pgmap v19924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:44.403 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:42.857455+0000 mgr.y (mgr.24491) 22553 : cluster [DBG] pgmap v19924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:46.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:44.858228+0000 mgr.y (mgr.24491) 22554 : cluster [DBG] pgmap v19925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:44.858228+0000 mgr.y (mgr.24491) 22554 : cluster [DBG] pgmap v19925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:44.858228+0000 mgr.y (mgr.24491) 22554 : cluster [DBG] pgmap v19925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:36:45.942049+0000 mon.a (mon.0) 4532 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:36:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:36:46.235447+0000 mon.a (mon.0) 4533 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:36:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:36:46.236075+0000 mon.a (mon.0) 4534 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:36:47.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:36:46.240232+0000 mon.a (mon.0) 4535 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:36:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:36:45.942049+0000 mon.a (mon.0) 4532 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:36:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:36:46.235447+0000 mon.a (mon.0) 4533 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:36:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:36:46.236075+0000 mon.a (mon.0) 4534 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:36:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:36:46.240232+0000 mon.a (mon.0) 4535 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:36:47.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:36:45.942049+0000 mon.a (mon.0) 4532 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:36:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:36:46.235447+0000 mon.a (mon.0) 4533 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:36:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:36:46.236075+0000 mon.a (mon.0) 4534 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:36:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:36:46.240232+0000 mon.a (mon.0) 4535 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:36:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:36:48.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:46.858760+0000 mgr.y (mgr.24491) 22555 : cluster [DBG] pgmap v19926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:48.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:46.858760+0000 mgr.y (mgr.24491) 22555 : cluster [DBG] pgmap v19926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:48.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:46.858760+0000 mgr.y (mgr.24491) 22555 : cluster [DBG] pgmap v19926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:50.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:48.859250+0000 mgr.y (mgr.24491) 22556 : cluster [DBG] pgmap v19927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:48.859250+0000 mgr.y (mgr.24491) 22556 : cluster [DBG] pgmap v19927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:48.859250+0000 mgr.y (mgr.24491) 22556 : cluster [DBG] pgmap v19927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:36:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:50.859934+0000 mgr.y (mgr.24491) 22557 : cluster [DBG] pgmap v19928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:50.859934+0000 mgr.y (mgr.24491) 22557 : cluster [DBG] pgmap v19928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:50.859934+0000 mgr.y (mgr.24491) 22557 : cluster [DBG] pgmap v19928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:52.860342+0000 mgr.y (mgr.24491) 22558 : cluster [DBG] pgmap v19929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:52.860342+0000 mgr.y (mgr.24491) 22558 : cluster [DBG] pgmap v19929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:52.860342+0000 mgr.y (mgr.24491) 22558 : cluster [DBG] pgmap v19929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:54.861025+0000 mgr.y (mgr.24491) 22559 : cluster [DBG] pgmap v19930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:54.861025+0000 mgr.y (mgr.24491) 22559 : cluster [DBG] pgmap v19930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:54.861025+0000 mgr.y (mgr.24491) 22559 : cluster [DBG] pgmap v19930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:58.109 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:36:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:36:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:36:58.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:56.861463+0000 mgr.y (mgr.24491) 22560 : cluster [DBG] pgmap v19931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:58.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:56.861463+0000 mgr.y (mgr.24491) 22560 : cluster [DBG] pgmap v19931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:56.861463+0000 mgr.y (mgr.24491) 22560 : cluster [DBG] pgmap v19931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:36:58.384 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:36:58.384 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 2m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:36:58.384 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 2m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:36:58.384 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 2m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:36:58.384 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 2m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:36:58.384 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 2m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:36:58.385 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 2m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:36:58.385 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 2m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:36:58.385 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 2m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:36:58.385 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 2m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:36:58.385 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 2m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:36:58.385 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 2m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:36:58.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 2m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:36:58.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 2m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:36:58.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 2m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:36:58.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 2m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:36:58.385 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 2m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:36:58.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 2m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:36:58.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 2m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:36:58.386 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 2m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:36:58.386 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 2m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:36:58.715 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:36:58.715 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:36:58.715 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:36:58.715 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:36:58.715 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:36:58.715 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:36:58.715 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:36:58.715 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:36:58.715 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:36:58.715 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:36:58.716 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:36:58.716 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:36:58.716 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:36:58.716 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:36:58.716 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:36:58.716 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:36:58.716 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:36:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:36:58.098087+0000 mgr.y (mgr.24491) 22561 : audit [DBG] from='client.38043 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:36:59.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:36:58.716285+0000 mon.c (mon.2) 700 : audit [DBG] from='client.? 172.21.15.177:0/4276544564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:36:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:36:58.098087+0000 mgr.y (mgr.24491) 22561 : audit [DBG] from='client.38043 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:36:59.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:36:58.716285+0000 mon.c (mon.2) 700 : audit [DBG] from='client.? 172.21.15.177:0/4276544564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:36:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:36:58.098087+0000 mgr.y (mgr.24491) 22561 : audit [DBG] from='client.38043 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:36:59.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:36:58.716285+0000 mon.c (mon.2) 700 : audit [DBG] from='client.? 172.21.15.177:0/4276544564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:37:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:36:58.377784+0000 mgr.y (mgr.24491) 22562 : audit [DBG] from='client.38049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:37:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:36:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:36:58.862000+0000 mgr.y (mgr.24491) 22563 : cluster [DBG] pgmap v19932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:36:58.377784+0000 mgr.y (mgr.24491) 22562 : audit [DBG] from='client.38049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:37:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:36:58.862000+0000 mgr.y (mgr.24491) 22563 : cluster [DBG] pgmap v19932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:36:58.377784+0000 mgr.y (mgr.24491) 22562 : audit [DBG] from='client.38049 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:37:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:36:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:36:58.862000+0000 mgr.y (mgr.24491) 22563 : cluster [DBG] pgmap v19932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:37:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:00.862762+0000 mgr.y (mgr.24491) 22564 : cluster [DBG] pgmap v19933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:00.862762+0000 mgr.y (mgr.24491) 22564 : cluster [DBG] pgmap v19933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:00.862762+0000 mgr.y (mgr.24491) 22564 : cluster [DBG] pgmap v19933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:04.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:02.863277+0000 mgr.y (mgr.24491) 22565 : cluster [DBG] pgmap v19934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:02.863277+0000 mgr.y (mgr.24491) 22565 : cluster [DBG] pgmap v19934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:02.863277+0000 mgr.y (mgr.24491) 22565 : cluster [DBG] pgmap v19934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:06.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:04.863976+0000 mgr.y (mgr.24491) 22566 : cluster [DBG] pgmap v19935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:04.863976+0000 mgr.y (mgr.24491) 22566 : cluster [DBG] pgmap v19935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:04.863976+0000 mgr.y (mgr.24491) 22566 : cluster [DBG] pgmap v19935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:37:08.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:06.864447+0000 mgr.y (mgr.24491) 22567 : cluster [DBG] pgmap v19936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:06.864447+0000 mgr.y (mgr.24491) 22567 : cluster [DBG] pgmap v19936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:06.864447+0000 mgr.y (mgr.24491) 22567 : cluster [DBG] pgmap v19936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:08.865036+0000 mgr.y (mgr.24491) 22568 : cluster [DBG] pgmap v19937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:08.865036+0000 mgr.y (mgr.24491) 22568 : cluster [DBG] pgmap v19937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:08.865036+0000 mgr.y (mgr.24491) 22568 : cluster [DBG] pgmap v19937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:37:11.969 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:10.865898+0000 mgr.y (mgr.24491) 22569 : cluster [DBG] pgmap v19938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:10.865898+0000 mgr.y (mgr.24491) 22569 : cluster [DBG] pgmap v19938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:10.865898+0000 mgr.y (mgr.24491) 22569 : cluster [DBG] pgmap v19938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:12.866328+0000 mgr.y (mgr.24491) 22570 : cluster [DBG] pgmap v19939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:12.866328+0000 mgr.y (mgr.24491) 22570 : cluster [DBG] pgmap v19939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:12.866328+0000 mgr.y (mgr.24491) 22570 : cluster [DBG] pgmap v19939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:14.867022+0000 mgr.y (mgr.24491) 22571 : cluster [DBG] pgmap v19940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:14.867022+0000 mgr.y (mgr.24491) 22571 : cluster [DBG] pgmap v19940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:14.867022+0000 mgr.y (mgr.24491) 22571 : cluster [DBG] pgmap v19940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:17.977 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:17] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:37:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:16.867554+0000 mgr.y (mgr.24491) 22572 : cluster [DBG] pgmap v19941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:16.867554+0000 mgr.y (mgr.24491) 22572 : cluster [DBG] pgmap v19941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:16.867554+0000 mgr.y (mgr.24491) 22572 : cluster [DBG] pgmap v19941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:18.868087+0000 mgr.y (mgr.24491) 22573 : cluster [DBG] pgmap v19942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:18.868087+0000 mgr.y (mgr.24491) 22573 : cluster [DBG] pgmap v19942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:18.868087+0000 mgr.y (mgr.24491) 22573 : cluster [DBG] pgmap v19942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:37:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:20.869004+0000 mgr.y (mgr.24491) 22574 : cluster [DBG] pgmap v19943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:20.869004+0000 mgr.y (mgr.24491) 22574 : cluster [DBG] pgmap v19943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:20.869004+0000 mgr.y (mgr.24491) 22574 : cluster [DBG] pgmap v19943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:22.869573+0000 mgr.y (mgr.24491) 22575 : cluster [DBG] pgmap v19944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:22.869573+0000 mgr.y (mgr.24491) 22575 : cluster [DBG] pgmap v19944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:22.869573+0000 mgr.y (mgr.24491) 22575 : cluster [DBG] pgmap v19944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:24.870307+0000 mgr.y (mgr.24491) 22576 : cluster [DBG] pgmap v19945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:24.870307+0000 mgr.y (mgr.24491) 22576 : cluster [DBG] pgmap v19945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:24.870307+0000 mgr.y (mgr.24491) 22576 : cluster [DBG] pgmap v19945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:27.999 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:37:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:27] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:37:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:26.870773+0000 mgr.y (mgr.24491) 22577 : cluster [DBG] pgmap v19946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:26.870773+0000 mgr.y (mgr.24491) 22577 : cluster [DBG] pgmap v19946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:26.870773+0000 mgr.y (mgr.24491) 22577 : cluster [DBG] pgmap v19946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:29.027 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:37:29.302 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:37:29.302 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 2m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:37:29.302 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 2m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:37:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 2m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:37:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 2m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:37:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 2m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:37:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 2m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:37:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 2m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:37:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 2m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:37:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 2m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:37:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 2m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:37:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 2m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:37:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 2m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:37:29.303 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 2m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:37:29.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 2m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:37:29.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 2m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:37:29.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 2m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:37:29.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 2m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:37:29.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 2m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:37:29.304 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 2m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:37:29.304 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 2m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:37:29.639 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:37:29.639 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:37:29.639 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:37:29.639 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:37:29.639 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:37:29.639 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:37:29.640 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:37:29.640 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:37:29.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:37:29.640 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:37:29.640 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:37:29.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:37:29.640 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:37:29.640 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:37:29.640 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:37:29.640 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:37:29.640 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:37:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:28.871164+0000 mgr.y (mgr.24491) 22578 : cluster [DBG] pgmap v19947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:37:29.016978+0000 mgr.y (mgr.24491) 22579 : audit [DBG] from='client.47969 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:37:30.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:37:29.640171+0000 mon.a (mon.0) 4536 : audit [DBG] from='client.? 172.21.15.177:0/333537186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:37:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:28.871164+0000 mgr.y (mgr.24491) 22578 : cluster [DBG] pgmap v19947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:37:29.016978+0000 mgr.y (mgr.24491) 22579 : audit [DBG] from='client.47969 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:37:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:37:29.640171+0000 mon.a (mon.0) 4536 : audit [DBG] from='client.? 172.21.15.177:0/333537186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:37:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:28.871164+0000 mgr.y (mgr.24491) 22578 : cluster [DBG] pgmap v19947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:37:29.016978+0000 mgr.y (mgr.24491) 22579 : audit [DBG] from='client.47969 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:37:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:37:29.640171+0000 mon.a (mon.0) 4536 : audit [DBG] from='client.? 172.21.15.177:0/333537186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:37:31.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:37:29.295984+0000 mgr.y (mgr.24491) 22580 : audit [DBG] from='client.47975 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:37:31.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:37:29.295984+0000 mgr.y (mgr.24491) 22580 : audit [DBG] from='client.47975 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:37:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:37:31.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:37:29.295984+0000 mgr.y (mgr.24491) 22580 : audit [DBG] from='client.47975 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:37:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:30.871798+0000 mgr.y (mgr.24491) 22581 : cluster [DBG] pgmap v19948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:32.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:30.871798+0000 mgr.y (mgr.24491) 22581 : cluster [DBG] pgmap v19948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:30.871798+0000 mgr.y (mgr.24491) 22581 : cluster [DBG] pgmap v19948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:32.872234+0000 mgr.y (mgr.24491) 22582 : cluster [DBG] pgmap v19949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:32.872234+0000 mgr.y (mgr.24491) 22582 : cluster [DBG] pgmap v19949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:32.872234+0000 mgr.y (mgr.24491) 22582 : cluster [DBG] pgmap v19949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:34.872996+0000 mgr.y (mgr.24491) 22583 : cluster [DBG] pgmap v19950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:34.872996+0000 mgr.y (mgr.24491) 22583 : cluster [DBG] pgmap v19950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:34.872996+0000 mgr.y (mgr.24491) 22583 : cluster [DBG] pgmap v19950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:38.020 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:37:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:37:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:36.873503+0000 mgr.y (mgr.24491) 22584 : cluster [DBG] pgmap v19951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:36.873503+0000 mgr.y (mgr.24491) 22584 : cluster [DBG] pgmap v19951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:36.873503+0000 mgr.y (mgr.24491) 22584 : cluster [DBG] pgmap v19951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:38.874095+0000 mgr.y (mgr.24491) 22585 : cluster [DBG] pgmap v19952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:38.874095+0000 mgr.y (mgr.24491) 22585 : cluster [DBG] pgmap v19952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:38.874095+0000 mgr.y (mgr.24491) 22585 : cluster [DBG] pgmap v19952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:37:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:37:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:40.874852+0000 mgr.y (mgr.24491) 22586 : cluster [DBG] pgmap v19953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:42.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:40.874852+0000 mgr.y (mgr.24491) 22586 : cluster [DBG] pgmap v19953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:40.874852+0000 mgr.y (mgr.24491) 22586 : cluster [DBG] pgmap v19953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:42.875324+0000 mgr.y (mgr.24491) 22587 : cluster [DBG] pgmap v19954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:42.875324+0000 mgr.y (mgr.24491) 22587 : cluster [DBG] pgmap v19954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:44.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:42.875324+0000 mgr.y (mgr.24491) 22587 : cluster [DBG] pgmap v19954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:44.876013+0000 mgr.y (mgr.24491) 22588 : cluster [DBG] pgmap v19955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:44.876013+0000 mgr.y (mgr.24491) 22588 : cluster [DBG] pgmap v19955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:44.876013+0000 mgr.y (mgr.24491) 22588 : cluster [DBG] pgmap v19955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:47.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:37:46.245163+0000 mon.a (mon.0) 4537 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:37:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:37:46.488563+0000 mon.a (mon.0) 4538 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:37:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:37:46.766898+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:37:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:37:46.767504+0000 mon.a (mon.0) 4540 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:37:47.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:37:46.771877+0000 mon.a (mon.0) 4541 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:37:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:37:46.245163+0000 mon.a (mon.0) 4537 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:37:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:37:46.488563+0000 mon.a (mon.0) 4538 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:37:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:37:46.766898+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:37:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:37:46.767504+0000 mon.a (mon.0) 4540 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:37:47.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:37:46.771877+0000 mon.a (mon.0) 4541 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:37:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:37:46.245163+0000 mon.a (mon.0) 4537 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:37:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:37:46.488563+0000 mon.a (mon.0) 4538 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:37:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:37:46.766898+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:37:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:37:46.767504+0000 mon.a (mon.0) 4540 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:37:47.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:37:46.771877+0000 mon.a (mon.0) 4541 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:37:48.041 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:37:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:37:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:46.876305+0000 mgr.y (mgr.24491) 22589 : cluster [DBG] pgmap v19956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:46.876305+0000 mgr.y (mgr.24491) 22589 : cluster [DBG] pgmap v19956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:46.876305+0000 mgr.y (mgr.24491) 22589 : cluster [DBG] pgmap v19956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:48.876780+0000 mgr.y (mgr.24491) 22590 : cluster [DBG] pgmap v19957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:48.876780+0000 mgr.y (mgr.24491) 22590 : cluster [DBG] pgmap v19957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:48.876780+0000 mgr.y (mgr.24491) 22590 : cluster [DBG] pgmap v19957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:37:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:37:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:50.877533+0000 mgr.y (mgr.24491) 22591 : cluster [DBG] pgmap v19958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:50.877533+0000 mgr.y (mgr.24491) 22591 : cluster [DBG] pgmap v19958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:50.877533+0000 mgr.y (mgr.24491) 22591 : cluster [DBG] pgmap v19958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:52.878122+0000 mgr.y (mgr.24491) 22592 : cluster [DBG] pgmap v19959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:52.878122+0000 mgr.y (mgr.24491) 22592 : cluster [DBG] pgmap v19959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:52.878122+0000 mgr.y (mgr.24491) 22592 : cluster [DBG] pgmap v19959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:54.878747+0000 mgr.y (mgr.24491) 22593 : cluster [DBG] pgmap v19960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:54.878747+0000 mgr.y (mgr.24491) 22593 : cluster [DBG] pgmap v19960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:54.878747+0000 mgr.y (mgr.24491) 22593 : cluster [DBG] pgmap v19960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:58.060 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:37:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:37:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:37:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:56.879082+0000 mgr.y (mgr.24491) 22594 : cluster [DBG] pgmap v19961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:58.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:37:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:56.879082+0000 mgr.y (mgr.24491) 22594 : cluster [DBG] pgmap v19961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:37:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:56.879082+0000 mgr.y (mgr.24491) 22594 : cluster [DBG] pgmap v19961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:37:59.949 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:38:00.224 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:38:00.225 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 3m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:38:00.225 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 3m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:38:00.225 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 3m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:38:00.225 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 3m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:38:00.225 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 3m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:38:00.225 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 3m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:38:00.225 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 3m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:38:00.225 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 3m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:38:00.225 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 3m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:38:00.226 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 3m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:38:00.226 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 3m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:38:00.226 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 3m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:38:00.226 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 3m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:38:00.226 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 3m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:38:00.226 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 3m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:38:00.226 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 3m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:38:00.226 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 3m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:38:00.226 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 3m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:38:00.226 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 3m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:38:00.227 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 3m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:38:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:37:58.879579+0000 mgr.y (mgr.24491) 22595 : cluster [DBG] pgmap v19962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:37:58.879579+0000 mgr.y (mgr.24491) 22595 : cluster [DBG] pgmap v19962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:37:58.879579+0000 mgr.y (mgr.24491) 22595 : cluster [DBG] pgmap v19962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:00.556 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:38:00.556 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:38:00.557 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:38:00.557 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:38:00.557 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:38:00.557 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:38:00.557 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:38:00.557 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:38:00.557 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:38:00.557 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:38:00.557 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:38:00.557 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:38:00.558 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:38:00.558 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:38:00.558 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:38:00.558 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:38:00.558 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:38:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:37:59.938533+0000 mgr.y (mgr.24491) 22596 : audit [DBG] from='client.47987 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:38:00.218367+0000 mgr.y (mgr.24491) 22597 : audit [DBG] from='client.38085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:01.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:38:00.558102+0000 mon.c (mon.2) 701 : audit [DBG] from='client.? 172.21.15.177:0/794650371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:38:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:37:59.938533+0000 mgr.y (mgr.24491) 22596 : audit [DBG] from='client.47987 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:01.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:38:00.218367+0000 mgr.y (mgr.24491) 22597 : audit [DBG] from='client.38085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:01.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:38:00.558102+0000 mon.c (mon.2) 701 : audit [DBG] from='client.? 172.21.15.177:0/794650371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:38:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:38:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:37:59.938533+0000 mgr.y (mgr.24491) 22596 : audit [DBG] from='client.47987 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:38:00.218367+0000 mgr.y (mgr.24491) 22597 : audit [DBG] from='client.38085 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:01.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:38:00.558102+0000 mon.c (mon.2) 701 : audit [DBG] from='client.? 172.21.15.177:0/794650371' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:38:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:00.880223+0000 mgr.y (mgr.24491) 22598 : cluster [DBG] pgmap v19963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:00.880223+0000 mgr.y (mgr.24491) 22598 : cluster [DBG] pgmap v19963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:00.880223+0000 mgr.y (mgr.24491) 22598 : cluster [DBG] pgmap v19963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:02.880633+0000 mgr.y (mgr.24491) 22599 : cluster [DBG] pgmap v19964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:02.880633+0000 mgr.y (mgr.24491) 22599 : cluster [DBG] pgmap v19964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:02.880633+0000 mgr.y (mgr.24491) 22599 : cluster [DBG] pgmap v19964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:04.881334+0000 mgr.y (mgr.24491) 22600 : cluster [DBG] pgmap v19965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:04.881334+0000 mgr.y (mgr.24491) 22600 : cluster [DBG] pgmap v19965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:04.881334+0000 mgr.y (mgr.24491) 22600 : cluster [DBG] pgmap v19965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:08.083 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:38:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:07] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:38:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:06.881839+0000 mgr.y (mgr.24491) 22601 : cluster [DBG] pgmap v19966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:06.881839+0000 mgr.y (mgr.24491) 22601 : cluster [DBG] pgmap v19966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:06.881839+0000 mgr.y (mgr.24491) 22601 : cluster [DBG] pgmap v19966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:08.882196+0000 mgr.y (mgr.24491) 22602 : cluster [DBG] pgmap v19967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:08.882196+0000 mgr.y (mgr.24491) 22602 : cluster [DBG] pgmap v19967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:08.882196+0000 mgr.y (mgr.24491) 22602 : cluster [DBG] pgmap v19967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:38:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:38:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:10.882983+0000 mgr.y (mgr.24491) 22603 : cluster [DBG] pgmap v19968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:10.882983+0000 mgr.y (mgr.24491) 22603 : cluster [DBG] pgmap v19968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:10.882983+0000 mgr.y (mgr.24491) 22603 : cluster [DBG] pgmap v19968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:12.883438+0000 mgr.y (mgr.24491) 22604 : cluster [DBG] pgmap v19969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:12.883438+0000 mgr.y (mgr.24491) 22604 : cluster [DBG] pgmap v19969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:12.883438+0000 mgr.y (mgr.24491) 22604 : cluster [DBG] pgmap v19969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:14.884317+0000 mgr.y (mgr.24491) 22605 : cluster [DBG] pgmap v19970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:14.884317+0000 mgr.y (mgr.24491) 22605 : cluster [DBG] pgmap v19970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:16.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:14.884317+0000 mgr.y (mgr.24491) 22605 : cluster [DBG] pgmap v19970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:18.145 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:38:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:38:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:16.884864+0000 mgr.y (mgr.24491) 22606 : cluster [DBG] pgmap v19971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:16.884864+0000 mgr.y (mgr.24491) 22606 : cluster [DBG] pgmap v19971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:16.884864+0000 mgr.y (mgr.24491) 22606 : cluster [DBG] pgmap v19971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:18.885423+0000 mgr.y (mgr.24491) 22607 : cluster [DBG] pgmap v19972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:18.885423+0000 mgr.y (mgr.24491) 22607 : cluster [DBG] pgmap v19972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:18.885423+0000 mgr.y (mgr.24491) 22607 : cluster [DBG] pgmap v19972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:38:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:38:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:20.886234+0000 mgr.y (mgr.24491) 22608 : cluster [DBG] pgmap v19973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:20.886234+0000 mgr.y (mgr.24491) 22608 : cluster [DBG] pgmap v19973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:20.886234+0000 mgr.y (mgr.24491) 22608 : cluster [DBG] pgmap v19973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:22.886754+0000 mgr.y (mgr.24491) 22609 : cluster [DBG] pgmap v19974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:22.886754+0000 mgr.y (mgr.24491) 22609 : cluster [DBG] pgmap v19974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:22.886754+0000 mgr.y (mgr.24491) 22609 : cluster [DBG] pgmap v19974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:24.887420+0000 mgr.y (mgr.24491) 22610 : cluster [DBG] pgmap v19975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:24.887420+0000 mgr.y (mgr.24491) 22610 : cluster [DBG] pgmap v19975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:24.887420+0000 mgr.y (mgr.24491) 22610 : cluster [DBG] pgmap v19975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:38:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:38:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:26.887820+0000 mgr.y (mgr.24491) 22611 : cluster [DBG] pgmap v19976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:26.887820+0000 mgr.y (mgr.24491) 22611 : cluster [DBG] pgmap v19976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:26.887820+0000 mgr.y (mgr.24491) 22611 : cluster [DBG] pgmap v19976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:28.888389+0000 mgr.y (mgr.24491) 22612 : cluster [DBG] pgmap v19977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:28.888389+0000 mgr.y (mgr.24491) 22612 : cluster [DBG] pgmap v19977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:28.888389+0000 mgr.y (mgr.24491) 22612 : cluster [DBG] pgmap v19977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:30.866 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:38:31.140 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 3m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 3m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 3m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 3m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 3m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 3m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 3m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 3m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 3m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 3m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 3m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 3m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 3m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 3m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:38:31.141 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 3m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:38:31.142 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 3m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:38:31.142 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 3m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:38:31.142 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 3m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:38:31.142 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 3m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:38:31.142 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 3m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:38:31.471 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:38:31.471 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:38:31.471 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:38:31.471 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:38:31.471 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:38:31.472 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:38:31.472 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:38:31.472 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:38:31.472 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:38:31.472 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:38:31.472 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:38:31.472 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:38:31.472 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:38:31.472 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:38:31.472 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:38:31.473 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:38:31.473 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:38:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:38:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:38:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:38:30.855673+0000 mgr.y (mgr.24491) 22613 : audit [DBG] from='client.38097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:30.889106+0000 mgr.y (mgr.24491) 22614 : cluster [DBG] pgmap v19978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:38:31.134594+0000 mgr.y (mgr.24491) 22615 : audit [DBG] from='client.38103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:32.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:38:31.472763+0000 mon.a (mon.0) 4542 : audit [DBG] from='client.? 172.21.15.177:0/1867468415' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:38:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:38:30.855673+0000 mgr.y (mgr.24491) 22613 : audit [DBG] from='client.38097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:30.889106+0000 mgr.y (mgr.24491) 22614 : cluster [DBG] pgmap v19978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:38:31.134594+0000 mgr.y (mgr.24491) 22615 : audit [DBG] from='client.38103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:38:31.472763+0000 mon.a (mon.0) 4542 : audit [DBG] from='client.? 172.21.15.177:0/1867468415' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:38:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:38:30.855673+0000 mgr.y (mgr.24491) 22613 : audit [DBG] from='client.38097 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:30.889106+0000 mgr.y (mgr.24491) 22614 : cluster [DBG] pgmap v19978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:38:31.134594+0000 mgr.y (mgr.24491) 22615 : audit [DBG] from='client.38103 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:38:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:38:31.472763+0000 mon.a (mon.0) 4542 : audit [DBG] from='client.? 172.21.15.177:0/1867468415' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:38:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:32.889579+0000 mgr.y (mgr.24491) 22616 : cluster [DBG] pgmap v19979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:32.889579+0000 mgr.y (mgr.24491) 22616 : cluster [DBG] pgmap v19979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:32.889579+0000 mgr.y (mgr.24491) 22616 : cluster [DBG] pgmap v19979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:34.890344+0000 mgr.y (mgr.24491) 22617 : cluster [DBG] pgmap v19980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:34.890344+0000 mgr.y (mgr.24491) 22617 : cluster [DBG] pgmap v19980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:34.890344+0000 mgr.y (mgr.24491) 22617 : cluster [DBG] pgmap v19980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:38:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:38:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:36.890712+0000 mgr.y (mgr.24491) 22618 : cluster [DBG] pgmap v19981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:36.890712+0000 mgr.y (mgr.24491) 22618 : cluster [DBG] pgmap v19981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:36.890712+0000 mgr.y (mgr.24491) 22618 : cluster [DBG] pgmap v19981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:38.891174+0000 mgr.y (mgr.24491) 22619 : cluster [DBG] pgmap v19982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:38.891174+0000 mgr.y (mgr.24491) 22619 : cluster [DBG] pgmap v19982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:38.891174+0000 mgr.y (mgr.24491) 22619 : cluster [DBG] pgmap v19982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:38:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:38:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:40.891966+0000 mgr.y (mgr.24491) 22620 : cluster [DBG] pgmap v19983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:42.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:40.891966+0000 mgr.y (mgr.24491) 22620 : cluster [DBG] pgmap v19983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:40.891966+0000 mgr.y (mgr.24491) 22620 : cluster [DBG] pgmap v19983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:42.892337+0000 mgr.y (mgr.24491) 22621 : cluster [DBG] pgmap v19984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:42.892337+0000 mgr.y (mgr.24491) 22621 : cluster [DBG] pgmap v19984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:42.892337+0000 mgr.y (mgr.24491) 22621 : cluster [DBG] pgmap v19984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:44.893002+0000 mgr.y (mgr.24491) 22622 : cluster [DBG] pgmap v19985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:44.893002+0000 mgr.y (mgr.24491) 22622 : cluster [DBG] pgmap v19985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:44.893002+0000 mgr.y (mgr.24491) 22622 : cluster [DBG] pgmap v19985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:38:46.776027+0000 mon.a (mon.0) 4543 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:38:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:38:47.017624+0000 mon.a (mon.0) 4544 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:38:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:38:46.776027+0000 mon.a (mon.0) 4543 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:38:47.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:38:47.017624+0000 mon.a (mon.0) 4544 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:38:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:38:46.776027+0000 mon.a (mon.0) 4543 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:38:47.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:38:47.017624+0000 mon.a (mon.0) 4544 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:38:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:38:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:38:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:46.893341+0000 mgr.y (mgr.24491) 22623 : cluster [DBG] pgmap v19986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:38:47.293754+0000 mon.a (mon.0) 4545 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:38:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:38:47.294350+0000 mon.a (mon.0) 4546 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:38:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:38:47.299223+0000 mon.a (mon.0) 4547 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:38:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:46.893341+0000 mgr.y (mgr.24491) 22623 : cluster [DBG] pgmap v19986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:38:47.293754+0000 mon.a (mon.0) 4545 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:38:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:38:47.294350+0000 mon.a (mon.0) 4546 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:38:48.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:38:47.299223+0000 mon.a (mon.0) 4547 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:38:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:46.893341+0000 mgr.y (mgr.24491) 22623 : cluster [DBG] pgmap v19986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:38:47.293754+0000 mon.a (mon.0) 4545 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:38:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:38:47.294350+0000 mon.a (mon.0) 4546 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:38:48.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:38:47.299223+0000 mon.a (mon.0) 4547 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:38:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:48.893774+0000 mgr.y (mgr.24491) 22624 : cluster [DBG] pgmap v19987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:48.893774+0000 mgr.y (mgr.24491) 22624 : cluster [DBG] pgmap v19987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:48.893774+0000 mgr.y (mgr.24491) 22624 : cluster [DBG] pgmap v19987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:38:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:38:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:50.894443+0000 mgr.y (mgr.24491) 22625 : cluster [DBG] pgmap v19988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:50.894443+0000 mgr.y (mgr.24491) 22625 : cluster [DBG] pgmap v19988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:50.894443+0000 mgr.y (mgr.24491) 22625 : cluster [DBG] pgmap v19988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:52.894838+0000 mgr.y (mgr.24491) 22626 : cluster [DBG] pgmap v19989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:52.894838+0000 mgr.y (mgr.24491) 22626 : cluster [DBG] pgmap v19989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:52.894838+0000 mgr.y (mgr.24491) 22626 : cluster [DBG] pgmap v19989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:54.895703+0000 mgr.y (mgr.24491) 22627 : cluster [DBG] pgmap v19990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:54.895703+0000 mgr.y (mgr.24491) 22627 : cluster [DBG] pgmap v19990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:54.895703+0000 mgr.y (mgr.24491) 22627 : cluster [DBG] pgmap v19990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:38:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:38:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:38:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:38:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:56.896160+0000 mgr.y (mgr.24491) 22628 : cluster [DBG] pgmap v19991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:56.896160+0000 mgr.y (mgr.24491) 22628 : cluster [DBG] pgmap v19991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:38:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:38:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:56.896160+0000 mgr.y (mgr.24491) 22628 : cluster [DBG] pgmap v19991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:38:58.896742+0000 mgr.y (mgr.24491) 22629 : cluster [DBG] pgmap v19992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:38:58.896742+0000 mgr.y (mgr.24491) 22629 : cluster [DBG] pgmap v19992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:38:58.896742+0000 mgr.y (mgr.24491) 22629 : cluster [DBG] pgmap v19992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:39:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:39:01.781 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:39:02.059 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:39:02.059 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 4m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:39:02.059 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 4m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:39:02.059 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 4m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:39:02.059 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 4m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:39:02.059 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 4m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:39:02.059 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 4m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:39:02.059 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 4m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 4m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 4m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 4m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 4m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 4m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 4m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 4m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 4m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 4m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 4m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 4m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:39:02.060 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 4m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:39:02.061 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 4m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:39:02.395 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:39:02.395 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:39:02.395 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:39:02.395 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:39:02.395 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:39:02.395 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:39:02.395 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:39:02.395 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:39:02.395 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:39:02.395 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:39:02.396 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:39:02.396 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:39:02.396 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:39:02.396 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:39:02.396 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:39:02.396 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:39:02.396 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:39:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:00.897422+0000 mgr.y (mgr.24491) 22630 : cluster [DBG] pgmap v19993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:00.897422+0000 mgr.y (mgr.24491) 22630 : cluster [DBG] pgmap v19993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:00.897422+0000 mgr.y (mgr.24491) 22630 : cluster [DBG] pgmap v19993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:39:01.771074+0000 mgr.y (mgr.24491) 22631 : audit [DBG] from='client.48023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:39:02.052793+0000 mgr.y (mgr.24491) 22632 : audit [DBG] from='client.48029 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:03.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:39:02.396188+0000 mon.a (mon.0) 4548 : audit [DBG] from='client.? 172.21.15.177:0/1814320580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:39:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:39:01.771074+0000 mgr.y (mgr.24491) 22631 : audit [DBG] from='client.48023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:39:02.052793+0000 mgr.y (mgr.24491) 22632 : audit [DBG] from='client.48029 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:03.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:39:02.396188+0000 mon.a (mon.0) 4548 : audit [DBG] from='client.? 172.21.15.177:0/1814320580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:39:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:39:01.771074+0000 mgr.y (mgr.24491) 22631 : audit [DBG] from='client.48023 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:39:02.052793+0000 mgr.y (mgr.24491) 22632 : audit [DBG] from='client.48029 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:39:02.396188+0000 mon.a (mon.0) 4548 : audit [DBG] from='client.? 172.21.15.177:0/1814320580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:39:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:02.897826+0000 mgr.y (mgr.24491) 22633 : cluster [DBG] pgmap v19994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:02.897826+0000 mgr.y (mgr.24491) 22633 : cluster [DBG] pgmap v19994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:02.897826+0000 mgr.y (mgr.24491) 22633 : cluster [DBG] pgmap v19994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:04.898630+0000 mgr.y (mgr.24491) 22634 : cluster [DBG] pgmap v19995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:04.898630+0000 mgr.y (mgr.24491) 22634 : cluster [DBG] pgmap v19995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:04.898630+0000 mgr.y (mgr.24491) 22634 : cluster [DBG] pgmap v19995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:39:08.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:06.899113+0000 mgr.y (mgr.24491) 22635 : cluster [DBG] pgmap v19996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:08.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:06.899113+0000 mgr.y (mgr.24491) 22635 : cluster [DBG] pgmap v19996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:06.899113+0000 mgr.y (mgr.24491) 22635 : cluster [DBG] pgmap v19996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:10.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:08.899747+0000 mgr.y (mgr.24491) 22636 : cluster [DBG] pgmap v19997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:08.899747+0000 mgr.y (mgr.24491) 22636 : cluster [DBG] pgmap v19997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:08.899747+0000 mgr.y (mgr.24491) 22636 : cluster [DBG] pgmap v19997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:39:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:39:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:10.900423+0000 mgr.y (mgr.24491) 22637 : cluster [DBG] pgmap v19998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:10.900423+0000 mgr.y (mgr.24491) 22637 : cluster [DBG] pgmap v19998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:10.900423+0000 mgr.y (mgr.24491) 22637 : cluster [DBG] pgmap v19998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:12.900903+0000 mgr.y (mgr.24491) 22638 : cluster [DBG] pgmap v19999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:12.900903+0000 mgr.y (mgr.24491) 22638 : cluster [DBG] pgmap v19999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:12.900903+0000 mgr.y (mgr.24491) 22638 : cluster [DBG] pgmap v19999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:14.901521+0000 mgr.y (mgr.24491) 22639 : cluster [DBG] pgmap v20000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:14.901521+0000 mgr.y (mgr.24491) 22639 : cluster [DBG] pgmap v20000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:14.901521+0000 mgr.y (mgr.24491) 22639 : cluster [DBG] pgmap v20000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:39:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:39:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:16.902075+0000 mgr.y (mgr.24491) 22640 : cluster [DBG] pgmap v20001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:16.902075+0000 mgr.y (mgr.24491) 22640 : cluster [DBG] pgmap v20001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:16.902075+0000 mgr.y (mgr.24491) 22640 : cluster [DBG] pgmap v20001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:18.902465+0000 mgr.y (mgr.24491) 22641 : cluster [DBG] pgmap v20002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:18.902465+0000 mgr.y (mgr.24491) 22641 : cluster [DBG] pgmap v20002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:18.902465+0000 mgr.y (mgr.24491) 22641 : cluster [DBG] pgmap v20002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:39:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:39:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:20.903040+0000 mgr.y (mgr.24491) 22642 : cluster [DBG] pgmap v20003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:20.903040+0000 mgr.y (mgr.24491) 22642 : cluster [DBG] pgmap v20003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:20.903040+0000 mgr.y (mgr.24491) 22642 : cluster [DBG] pgmap v20003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:22.903478+0000 mgr.y (mgr.24491) 22643 : cluster [DBG] pgmap v20004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:22.903478+0000 mgr.y (mgr.24491) 22643 : cluster [DBG] pgmap v20004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:22.903478+0000 mgr.y (mgr.24491) 22643 : cluster [DBG] pgmap v20004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:24.904139+0000 mgr.y (mgr.24491) 22644 : cluster [DBG] pgmap v20005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:24.904139+0000 mgr.y (mgr.24491) 22644 : cluster [DBG] pgmap v20005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:24.904139+0000 mgr.y (mgr.24491) 22644 : cluster [DBG] pgmap v20005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:39:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:39:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:26.904764+0000 mgr.y (mgr.24491) 22645 : cluster [DBG] pgmap v20006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:26.904764+0000 mgr.y (mgr.24491) 22645 : cluster [DBG] pgmap v20006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:26.904764+0000 mgr.y (mgr.24491) 22645 : cluster [DBG] pgmap v20006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:28.905451+0000 mgr.y (mgr.24491) 22646 : cluster [DBG] pgmap v20007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:28.905451+0000 mgr.y (mgr.24491) 22646 : cluster [DBG] pgmap v20007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:28.905451+0000 mgr.y (mgr.24491) 22646 : cluster [DBG] pgmap v20007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:39:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:39:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:30.906306+0000 mgr.y (mgr.24491) 22647 : cluster [DBG] pgmap v20008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:30.906306+0000 mgr.y (mgr.24491) 22647 : cluster [DBG] pgmap v20008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:30.906306+0000 mgr.y (mgr.24491) 22647 : cluster [DBG] pgmap v20008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:32.709 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:39:32.984 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:39:32.984 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 4m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:39:32.984 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 4m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:39:32.984 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 4m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:39:32.984 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 4m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:39:32.984 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 4m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:39:32.984 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 4m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:39:32.984 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 4m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:39:32.984 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 4m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:39:32.985 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 4m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:39:32.985 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 4m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:39:32.985 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 4m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:39:32.985 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 4m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:39:32.985 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 4m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:39:32.985 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 4m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:39:32.985 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 4m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:39:32.985 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 4m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:39:32.985 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 4m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:39:32.985 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 4m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:39:32.985 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 4m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:39:32.986 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 4m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:39:33.316 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:39:33.316 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:39:33.316 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:39:33.316 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:39:33.316 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:39:33.316 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:39:33.316 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:39:33.317 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:39:33.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:39:33.317 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:39:33.317 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:39:33.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:39:33.317 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:39:33.317 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:39:33.317 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:39:33.317 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:39:33.317 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:39:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:39:32.699014+0000 mgr.y (mgr.24491) 22648 : audit [DBG] from='client.48041 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:32.906635+0000 mgr.y (mgr.24491) 22649 : cluster [DBG] pgmap v20009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:39:32.977421+0000 mgr.y (mgr.24491) 22650 : audit [DBG] from='client.48047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:39:33.317547+0000 mon.a (mon.0) 4549 : audit [DBG] from='client.? 172.21.15.177:0/4163514390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:39:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:39:32.699014+0000 mgr.y (mgr.24491) 22648 : audit [DBG] from='client.48041 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:32.906635+0000 mgr.y (mgr.24491) 22649 : cluster [DBG] pgmap v20009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:39:32.977421+0000 mgr.y (mgr.24491) 22650 : audit [DBG] from='client.48047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:39:33.317547+0000 mon.a (mon.0) 4549 : audit [DBG] from='client.? 172.21.15.177:0/4163514390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:39:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:39:32.699014+0000 mgr.y (mgr.24491) 22648 : audit [DBG] from='client.48041 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:32.906635+0000 mgr.y (mgr.24491) 22649 : cluster [DBG] pgmap v20009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:39:32.977421+0000 mgr.y (mgr.24491) 22650 : audit [DBG] from='client.48047 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:39:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:39:33.317547+0000 mon.a (mon.0) 4549 : audit [DBG] from='client.? 172.21.15.177:0/4163514390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:39:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:34.907228+0000 mgr.y (mgr.24491) 22651 : cluster [DBG] pgmap v20010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:34.907228+0000 mgr.y (mgr.24491) 22651 : cluster [DBG] pgmap v20010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:34.907228+0000 mgr.y (mgr.24491) 22651 : cluster [DBG] pgmap v20010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:39:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:39:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:36.907663+0000 mgr.y (mgr.24491) 22652 : cluster [DBG] pgmap v20011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:36.907663+0000 mgr.y (mgr.24491) 22652 : cluster [DBG] pgmap v20011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:36.907663+0000 mgr.y (mgr.24491) 22652 : cluster [DBG] pgmap v20011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:38.908283+0000 mgr.y (mgr.24491) 22653 : cluster [DBG] pgmap v20012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:38.908283+0000 mgr.y (mgr.24491) 22653 : cluster [DBG] pgmap v20012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:38.908283+0000 mgr.y (mgr.24491) 22653 : cluster [DBG] pgmap v20012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:39:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:39:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:40.909137+0000 mgr.y (mgr.24491) 22654 : cluster [DBG] pgmap v20013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:40.909137+0000 mgr.y (mgr.24491) 22654 : cluster [DBG] pgmap v20013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:40.909137+0000 mgr.y (mgr.24491) 22654 : cluster [DBG] pgmap v20013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:42.909530+0000 mgr.y (mgr.24491) 22655 : cluster [DBG] pgmap v20014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:42.909530+0000 mgr.y (mgr.24491) 22655 : cluster [DBG] pgmap v20014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:42.909530+0000 mgr.y (mgr.24491) 22655 : cluster [DBG] pgmap v20014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:44.910423+0000 mgr.y (mgr.24491) 22656 : cluster [DBG] pgmap v20015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:44.910423+0000 mgr.y (mgr.24491) 22656 : cluster [DBG] pgmap v20015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:44.910423+0000 mgr.y (mgr.24491) 22656 : cluster [DBG] pgmap v20015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:39:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:39:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:46.910856+0000 mgr.y (mgr.24491) 22657 : cluster [DBG] pgmap v20016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:39:47.303693+0000 mon.a (mon.0) 4550 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:39:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:39:47.595101+0000 mon.a (mon.0) 4551 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:39:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:39:47.595699+0000 mon.a (mon.0) 4552 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:39:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:39:47.599951+0000 mon.a (mon.0) 4553 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:39:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:46.910856+0000 mgr.y (mgr.24491) 22657 : cluster [DBG] pgmap v20016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:39:47.303693+0000 mon.a (mon.0) 4550 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:39:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:39:47.595101+0000 mon.a (mon.0) 4551 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:39:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:39:47.595699+0000 mon.a (mon.0) 4552 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:39:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:39:47.599951+0000 mon.a (mon.0) 4553 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:39:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:46.910856+0000 mgr.y (mgr.24491) 22657 : cluster [DBG] pgmap v20016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:39:47.303693+0000 mon.a (mon.0) 4550 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:39:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:39:47.595101+0000 mon.a (mon.0) 4551 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:39:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:39:47.595699+0000 mon.a (mon.0) 4552 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:39:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:39:47.599951+0000 mon.a (mon.0) 4553 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:39:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:48.911344+0000 mgr.y (mgr.24491) 22658 : cluster [DBG] pgmap v20017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:48.911344+0000 mgr.y (mgr.24491) 22658 : cluster [DBG] pgmap v20017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:48.911344+0000 mgr.y (mgr.24491) 22658 : cluster [DBG] pgmap v20017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:39:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:39:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:50.912179+0000 mgr.y (mgr.24491) 22659 : cluster [DBG] pgmap v20018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:50.912179+0000 mgr.y (mgr.24491) 22659 : cluster [DBG] pgmap v20018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:50.912179+0000 mgr.y (mgr.24491) 22659 : cluster [DBG] pgmap v20018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:52.912564+0000 mgr.y (mgr.24491) 22660 : cluster [DBG] pgmap v20019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:52.912564+0000 mgr.y (mgr.24491) 22660 : cluster [DBG] pgmap v20019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:52.912564+0000 mgr.y (mgr.24491) 22660 : cluster [DBG] pgmap v20019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:54.913344+0000 mgr.y (mgr.24491) 22661 : cluster [DBG] pgmap v20020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:54.913344+0000 mgr.y (mgr.24491) 22661 : cluster [DBG] pgmap v20020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:54.913344+0000 mgr.y (mgr.24491) 22661 : cluster [DBG] pgmap v20020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:39:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:39:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:39:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:39:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:56.913833+0000 mgr.y (mgr.24491) 22662 : cluster [DBG] pgmap v20021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:56.913833+0000 mgr.y (mgr.24491) 22662 : cluster [DBG] pgmap v20021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:39:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:39:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:56.913833+0000 mgr.y (mgr.24491) 22662 : cluster [DBG] pgmap v20021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T14:39:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:40:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:39:58.914301+0000 mgr.y (mgr.24491) 22663 : cluster [DBG] pgmap v20022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:00.000159+0000 mon.a (mon.0) 4554 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:40:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:39:58.914301+0000 mgr.y (mgr.24491) 22663 : cluster [DBG] pgmap v20022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:00.000159+0000 mon.a (mon.0) 4554 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:40:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:39:58.914301+0000 mgr.y (mgr.24491) 22663 : cluster [DBG] pgmap v20022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:00.000159+0000 mon.a (mon.0) 4554 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:40:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:40:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:40:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:00.915170+0000 mgr.y (mgr.24491) 22664 : cluster [DBG] pgmap v20023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:00.915170+0000 mgr.y (mgr.24491) 22664 : cluster [DBG] pgmap v20023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:00.915170+0000 mgr.y (mgr.24491) 22664 : cluster [DBG] pgmap v20023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:03.624 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:40:03.899 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:40:03.899 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 5m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 5m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 5m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 5m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 5m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 5m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 5m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 5m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 5m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 5m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 5m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 5m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:40:03.900 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 5m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:40:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 5m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:40:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 5m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:40:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 5m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:40:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 5m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:40:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 5m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:40:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 5m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:40:03.901 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 5m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:40:04.233 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:40:04.233 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:40:04.234 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:40:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:02.915673+0000 mgr.y (mgr.24491) 22665 : cluster [DBG] pgmap v20024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:40:04.235218+0000 mon.c (mon.2) 702 : audit [DBG] from='client.? 172.21.15.177:0/2047110848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:40:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:02.915673+0000 mgr.y (mgr.24491) 22665 : cluster [DBG] pgmap v20024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:40:04.235218+0000 mon.c (mon.2) 702 : audit [DBG] from='client.? 172.21.15.177:0/2047110848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:40:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:02.915673+0000 mgr.y (mgr.24491) 22665 : cluster [DBG] pgmap v20024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:40:04.235218+0000 mon.c (mon.2) 702 : audit [DBG] from='client.? 172.21.15.177:0/2047110848' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:40:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:40:03.614154+0000 mgr.y (mgr.24491) 22666 : audit [DBG] from='client.38151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:05.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:40:03.893150+0000 mgr.y (mgr.24491) 22667 : audit [DBG] from='client.38157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:40:03.614154+0000 mgr.y (mgr.24491) 22666 : audit [DBG] from='client.38151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:40:03.893150+0000 mgr.y (mgr.24491) 22667 : audit [DBG] from='client.38157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:40:03.614154+0000 mgr.y (mgr.24491) 22666 : audit [DBG] from='client.38151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:40:03.893150+0000 mgr.y (mgr.24491) 22667 : audit [DBG] from='client.38157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:04.916526+0000 mgr.y (mgr.24491) 22668 : cluster [DBG] pgmap v20025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:04.916526+0000 mgr.y (mgr.24491) 22668 : cluster [DBG] pgmap v20025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:04.916526+0000 mgr.y (mgr.24491) 22668 : cluster [DBG] pgmap v20025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:40:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:07] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T14:40:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:06.917006+0000 mgr.y (mgr.24491) 22669 : cluster [DBG] pgmap v20026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:06.917006+0000 mgr.y (mgr.24491) 22669 : cluster [DBG] pgmap v20026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:06.917006+0000 mgr.y (mgr.24491) 22669 : cluster [DBG] pgmap v20026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:08.917548+0000 mgr.y (mgr.24491) 22670 : cluster [DBG] pgmap v20027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:08.917548+0000 mgr.y (mgr.24491) 22670 : cluster [DBG] pgmap v20027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:08.917548+0000 mgr.y (mgr.24491) 22670 : cluster [DBG] pgmap v20027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:40:12.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:10.918276+0000 mgr.y (mgr.24491) 22671 : cluster [DBG] pgmap v20028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:10.918276+0000 mgr.y (mgr.24491) 22671 : cluster [DBG] pgmap v20028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:10.918276+0000 mgr.y (mgr.24491) 22671 : cluster [DBG] pgmap v20028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:14.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:12.918614+0000 mgr.y (mgr.24491) 22672 : cluster [DBG] pgmap v20029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:14.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:12.918614+0000 mgr.y (mgr.24491) 22672 : cluster [DBG] pgmap v20029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:12.918614+0000 mgr.y (mgr.24491) 22672 : cluster [DBG] pgmap v20029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:16.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:14.919343+0000 mgr.y (mgr.24491) 22673 : cluster [DBG] pgmap v20030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:14.919343+0000 mgr.y (mgr.24491) 22673 : cluster [DBG] pgmap v20030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:14.919343+0000 mgr.y (mgr.24491) 22673 : cluster [DBG] pgmap v20030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:17.985 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:40:18.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:16.919717+0000 mgr.y (mgr.24491) 22674 : cluster [DBG] pgmap v20031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:16.919717+0000 mgr.y (mgr.24491) 22674 : cluster [DBG] pgmap v20031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:16.919717+0000 mgr.y (mgr.24491) 22674 : cluster [DBG] pgmap v20031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:20.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:18.920293+0000 mgr.y (mgr.24491) 22675 : cluster [DBG] pgmap v20032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:18.920293+0000 mgr.y (mgr.24491) 22675 : cluster [DBG] pgmap v20032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:18.920293+0000 mgr.y (mgr.24491) 22675 : cluster [DBG] pgmap v20032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:40:22.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:20.921093+0000 mgr.y (mgr.24491) 22676 : cluster [DBG] pgmap v20033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:20.921093+0000 mgr.y (mgr.24491) 22676 : cluster [DBG] pgmap v20033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:20.921093+0000 mgr.y (mgr.24491) 22676 : cluster [DBG] pgmap v20033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:24.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:22.921611+0000 mgr.y (mgr.24491) 22677 : cluster [DBG] pgmap v20034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:22.921611+0000 mgr.y (mgr.24491) 22677 : cluster [DBG] pgmap v20034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:22.921611+0000 mgr.y (mgr.24491) 22677 : cluster [DBG] pgmap v20034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:26.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:24.922251+0000 mgr.y (mgr.24491) 22678 : cluster [DBG] pgmap v20035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:24.922251+0000 mgr.y (mgr.24491) 22678 : cluster [DBG] pgmap v20035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:26.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:24.922251+0000 mgr.y (mgr.24491) 22678 : cluster [DBG] pgmap v20035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:28.001 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:40:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:40:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:26.922677+0000 mgr.y (mgr.24491) 22679 : cluster [DBG] pgmap v20036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:28.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:26.922677+0000 mgr.y (mgr.24491) 22679 : cluster [DBG] pgmap v20036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:26.922677+0000 mgr.y (mgr.24491) 22679 : cluster [DBG] pgmap v20036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:28.923129+0000 mgr.y (mgr.24491) 22680 : cluster [DBG] pgmap v20037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:28.923129+0000 mgr.y (mgr.24491) 22680 : cluster [DBG] pgmap v20037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:28.923129+0000 mgr.y (mgr.24491) 22680 : cluster [DBG] pgmap v20037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:40:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:40:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:30.923749+0000 mgr.y (mgr.24491) 22681 : cluster [DBG] pgmap v20038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:30.923749+0000 mgr.y (mgr.24491) 22681 : cluster [DBG] pgmap v20038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:30.923749+0000 mgr.y (mgr.24491) 22681 : cluster [DBG] pgmap v20038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:32.924164+0000 mgr.y (mgr.24491) 22682 : cluster [DBG] pgmap v20039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:32.924164+0000 mgr.y (mgr.24491) 22682 : cluster [DBG] pgmap v20039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:32.924164+0000 mgr.y (mgr.24491) 22682 : cluster [DBG] pgmap v20039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:34.550 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:40:34.825 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:40:34.825 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 5m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:40:34.825 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 5m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:40:34.825 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 5m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:40:34.825 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 5m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:40:34.825 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 5m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:40:34.825 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 5m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:40:34.826 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 5m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:40:34.826 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 5m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:40:34.826 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 5m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:40:34.826 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 5m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:40:34.826 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 5m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:40:34.826 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 5m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:40:34.826 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 5m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:40:34.826 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 5m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:40:34.826 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 5m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:40:34.826 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 5m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:40:34.827 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 5m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:40:34.827 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 5m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:40:34.827 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 5m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:40:34.827 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 5m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:40:35.162 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:40:35.162 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:40:35.162 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:40:35.162 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:40:35.162 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:40:35.162 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:40:35.162 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:40:35.162 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:40:35.162 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:40:35.163 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:40:35.163 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:40:35.163 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:40:35.163 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:40:35.163 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:40:35.163 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:40:35.163 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:40:35.163 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:40:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:40:34.539602+0000 mgr.y (mgr.24491) 22683 : audit [DBG] from='client.38169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:36.411 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:40:34.819023+0000 mgr.y (mgr.24491) 22684 : audit [DBG] from='client.38175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:36.411 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:34.924781+0000 mgr.y (mgr.24491) 22685 : cluster [DBG] pgmap v20040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:36.411 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:40:35.163374+0000 mon.c (mon.2) 703 : audit [DBG] from='client.? 172.21.15.177:0/1249168526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:40:36.411 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:40:34.539602+0000 mgr.y (mgr.24491) 22683 : audit [DBG] from='client.38169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:36.412 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:40:34.819023+0000 mgr.y (mgr.24491) 22684 : audit [DBG] from='client.38175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:36.412 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:34.924781+0000 mgr.y (mgr.24491) 22685 : cluster [DBG] pgmap v20040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:36.412 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:40:35.163374+0000 mon.c (mon.2) 703 : audit [DBG] from='client.? 172.21.15.177:0/1249168526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:40:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:40:34.539602+0000 mgr.y (mgr.24491) 22683 : audit [DBG] from='client.38169 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:40:34.819023+0000 mgr.y (mgr.24491) 22684 : audit [DBG] from='client.38175 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:40:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:34.924781+0000 mgr.y (mgr.24491) 22685 : cluster [DBG] pgmap v20040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:40:35.163374+0000 mon.c (mon.2) 703 : audit [DBG] from='client.? 172.21.15.177:0/1249168526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:40:38.021 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:40:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:40:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:36.925211+0000 mgr.y (mgr.24491) 22686 : cluster [DBG] pgmap v20041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:38.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:36.925211+0000 mgr.y (mgr.24491) 22686 : cluster [DBG] pgmap v20041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:36.925211+0000 mgr.y (mgr.24491) 22686 : cluster [DBG] pgmap v20041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:38.925599+0000 mgr.y (mgr.24491) 22687 : cluster [DBG] pgmap v20042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:38.925599+0000 mgr.y (mgr.24491) 22687 : cluster [DBG] pgmap v20042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:38.925599+0000 mgr.y (mgr.24491) 22687 : cluster [DBG] pgmap v20042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:40:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:40:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:40.926523+0000 mgr.y (mgr.24491) 22688 : cluster [DBG] pgmap v20043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:40.926523+0000 mgr.y (mgr.24491) 22688 : cluster [DBG] pgmap v20043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:40.926523+0000 mgr.y (mgr.24491) 22688 : cluster [DBG] pgmap v20043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:42.927098+0000 mgr.y (mgr.24491) 22689 : cluster [DBG] pgmap v20044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:44.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:42.927098+0000 mgr.y (mgr.24491) 22689 : cluster [DBG] pgmap v20044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:42.927098+0000 mgr.y (mgr.24491) 22689 : cluster [DBG] pgmap v20044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:44.927650+0000 mgr.y (mgr.24491) 22690 : cluster [DBG] pgmap v20045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:44.927650+0000 mgr.y (mgr.24491) 22690 : cluster [DBG] pgmap v20045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:44.927650+0000 mgr.y (mgr.24491) 22690 : cluster [DBG] pgmap v20045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:48.039 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:40:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:47] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T14:40:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:46.928155+0000 mgr.y (mgr.24491) 22691 : cluster [DBG] pgmap v20046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:48.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:40:47.604149+0000 mon.a (mon.0) 4555 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:40:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:46.928155+0000 mgr.y (mgr.24491) 22691 : cluster [DBG] pgmap v20046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:48.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:40:47.604149+0000 mon.a (mon.0) 4555 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:40:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:46.928155+0000 mgr.y (mgr.24491) 22691 : cluster [DBG] pgmap v20046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:40:47.604149+0000 mon.a (mon.0) 4555 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:40:50.378 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:48.928489+0000 mgr.y (mgr.24491) 22692 : cluster [DBG] pgmap v20047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:50.379 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:48.928489+0000 mgr.y (mgr.24491) 22692 : cluster [DBG] pgmap v20047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:48.928489+0000 mgr.y (mgr.24491) 22692 : cluster [DBG] pgmap v20047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:40:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:40:50.915321+0000 mon.a (mon.0) 4556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:40:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:50.929052+0000 mgr.y (mgr.24491) 22693 : cluster [DBG] pgmap v20048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:40:51.196350+0000 mon.a (mon.0) 4557 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:40:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:40:51.196956+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:40:52.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:40:51.203641+0000 mon.a (mon.0) 4559 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:40:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:40:50.915321+0000 mon.a (mon.0) 4556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:40:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:50.929052+0000 mgr.y (mgr.24491) 22693 : cluster [DBG] pgmap v20048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:40:51.196350+0000 mon.a (mon.0) 4557 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:40:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:40:51.196956+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:40:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:40:51.203641+0000 mon.a (mon.0) 4559 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:40:52.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:40:50.915321+0000 mon.a (mon.0) 4556 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:40:52.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:50.929052+0000 mgr.y (mgr.24491) 22693 : cluster [DBG] pgmap v20048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:52.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:40:51.196350+0000 mon.a (mon.0) 4557 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:40:52.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:40:51.196956+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:40:52.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:40:51.203641+0000 mon.a (mon.0) 4559 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:40:54.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:52.929452+0000 mgr.y (mgr.24491) 22694 : cluster [DBG] pgmap v20049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:52.929452+0000 mgr.y (mgr.24491) 22694 : cluster [DBG] pgmap v20049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:52.929452+0000 mgr.y (mgr.24491) 22694 : cluster [DBG] pgmap v20049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:56.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:54.930114+0000 mgr.y (mgr.24491) 22695 : cluster [DBG] pgmap v20050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:56.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:54.930114+0000 mgr.y (mgr.24491) 22695 : cluster [DBG] pgmap v20050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:54.930114+0000 mgr.y (mgr.24491) 22695 : cluster [DBG] pgmap v20050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:57.989 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:40:57] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T14:40:58.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:56.930622+0000 mgr.y (mgr.24491) 22696 : cluster [DBG] pgmap v20051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:56.930622+0000 mgr.y (mgr.24491) 22696 : cluster [DBG] pgmap v20051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:40:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:56.930622+0000 mgr.y (mgr.24491) 22696 : cluster [DBG] pgmap v20051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:00.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:40:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:40:58.931201+0000 mgr.y (mgr.24491) 22697 : cluster [DBG] pgmap v20052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:40:58.931201+0000 mgr.y (mgr.24491) 22697 : cluster [DBG] pgmap v20052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:40:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:40:58.931201+0000 mgr.y (mgr.24491) 22697 : cluster [DBG] pgmap v20052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:41:02.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:00.932019+0000 mgr.y (mgr.24491) 22698 : cluster [DBG] pgmap v20053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:00.932019+0000 mgr.y (mgr.24491) 22698 : cluster [DBG] pgmap v20053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:00.932019+0000 mgr.y (mgr.24491) 22698 : cluster [DBG] pgmap v20053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:02.932365+0000 mgr.y (mgr.24491) 22699 : cluster [DBG] pgmap v20054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:02.932365+0000 mgr.y (mgr.24491) 22699 : cluster [DBG] pgmap v20054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:02.932365+0000 mgr.y (mgr.24491) 22699 : cluster [DBG] pgmap v20054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:05.473 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:41:05.746 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 6m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 6m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 6m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 6m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 6m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 6m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 6m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 6m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 6m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 6m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 6m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 6m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:41:05.747 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 6m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:41:05.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 6m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:41:05.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 6m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:41:05.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 6m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:41:05.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 6m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:41:05.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 6m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:41:05.748 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 6m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:41:05.748 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 6m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:41:06.083 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:41:06.084 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:41:06.085 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:41:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:04.933099+0000 mgr.y (mgr.24491) 22700 : cluster [DBG] pgmap v20055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:04.933099+0000 mgr.y (mgr.24491) 22700 : cluster [DBG] pgmap v20055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:04.933099+0000 mgr.y (mgr.24491) 22700 : cluster [DBG] pgmap v20055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:07.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:41:05.462329+0000 mgr.y (mgr.24491) 22701 : audit [DBG] from='client.48095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:41:05.740758+0000 mgr.y (mgr.24491) 22702 : audit [DBG] from='client.48101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:07.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:41:06.085505+0000 mon.c (mon.2) 704 : audit [DBG] from='client.? 172.21.15.177:0/196062469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:41:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:41:05.462329+0000 mgr.y (mgr.24491) 22701 : audit [DBG] from='client.48095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:41:05.740758+0000 mgr.y (mgr.24491) 22702 : audit [DBG] from='client.48101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:07.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:41:06.085505+0000 mon.c (mon.2) 704 : audit [DBG] from='client.? 172.21.15.177:0/196062469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:41:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:41:05.462329+0000 mgr.y (mgr.24491) 22701 : audit [DBG] from='client.48095 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:41:05.740758+0000 mgr.y (mgr.24491) 22702 : audit [DBG] from='client.48101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:07.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:41:06.085505+0000 mon.c (mon.2) 704 : audit [DBG] from='client.? 172.21.15.177:0/196062469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:41:08.010 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:41:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:41:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:06.933436+0000 mgr.y (mgr.24491) 22703 : cluster [DBG] pgmap v20056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:06.933436+0000 mgr.y (mgr.24491) 22703 : cluster [DBG] pgmap v20056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:06.933436+0000 mgr.y (mgr.24491) 22703 : cluster [DBG] pgmap v20056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:10.402 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:08.934023+0000 mgr.y (mgr.24491) 22704 : cluster [DBG] pgmap v20057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:10.403 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:08.934023+0000 mgr.y (mgr.24491) 22704 : cluster [DBG] pgmap v20057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:08.934023+0000 mgr.y (mgr.24491) 22704 : cluster [DBG] pgmap v20057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:11.503 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:41:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:41:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:10.934648+0000 mgr.y (mgr.24491) 22705 : cluster [DBG] pgmap v20058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:10.934648+0000 mgr.y (mgr.24491) 22705 : cluster [DBG] pgmap v20058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:10.934648+0000 mgr.y (mgr.24491) 22705 : cluster [DBG] pgmap v20058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:12.935149+0000 mgr.y (mgr.24491) 22706 : cluster [DBG] pgmap v20059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:12.935149+0000 mgr.y (mgr.24491) 22706 : cluster [DBG] pgmap v20059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:12.935149+0000 mgr.y (mgr.24491) 22706 : cluster [DBG] pgmap v20059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:14.935801+0000 mgr.y (mgr.24491) 22707 : cluster [DBG] pgmap v20060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:14.935801+0000 mgr.y (mgr.24491) 22707 : cluster [DBG] pgmap v20060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:14.935801+0000 mgr.y (mgr.24491) 22707 : cluster [DBG] pgmap v20060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:18.025 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:41:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:41:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:16.936334+0000 mgr.y (mgr.24491) 22708 : cluster [DBG] pgmap v20061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:16.936334+0000 mgr.y (mgr.24491) 22708 : cluster [DBG] pgmap v20061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:16.936334+0000 mgr.y (mgr.24491) 22708 : cluster [DBG] pgmap v20061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:18.936705+0000 mgr.y (mgr.24491) 22709 : cluster [DBG] pgmap v20062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:18.936705+0000 mgr.y (mgr.24491) 22709 : cluster [DBG] pgmap v20062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:18.936705+0000 mgr.y (mgr.24491) 22709 : cluster [DBG] pgmap v20062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:21.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:41:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:41:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:20.937409+0000 mgr.y (mgr.24491) 22710 : cluster [DBG] pgmap v20063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:20.937409+0000 mgr.y (mgr.24491) 22710 : cluster [DBG] pgmap v20063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:20.937409+0000 mgr.y (mgr.24491) 22710 : cluster [DBG] pgmap v20063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:22.937891+0000 mgr.y (mgr.24491) 22711 : cluster [DBG] pgmap v20064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:22.937891+0000 mgr.y (mgr.24491) 22711 : cluster [DBG] pgmap v20064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:22.937891+0000 mgr.y (mgr.24491) 22711 : cluster [DBG] pgmap v20064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:24.938542+0000 mgr.y (mgr.24491) 22712 : cluster [DBG] pgmap v20065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:24.938542+0000 mgr.y (mgr.24491) 22712 : cluster [DBG] pgmap v20065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:24.938542+0000 mgr.y (mgr.24491) 22712 : cluster [DBG] pgmap v20065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:28.041 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:41:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:41:28.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:26.939124+0000 mgr.y (mgr.24491) 22713 : cluster [DBG] pgmap v20066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:28.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:26.939124+0000 mgr.y (mgr.24491) 22713 : cluster [DBG] pgmap v20066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:26.939124+0000 mgr.y (mgr.24491) 22713 : cluster [DBG] pgmap v20066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:28.939574+0000 mgr.y (mgr.24491) 22714 : cluster [DBG] pgmap v20067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:28.939574+0000 mgr.y (mgr.24491) 22714 : cluster [DBG] pgmap v20067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:28.939574+0000 mgr.y (mgr.24491) 22714 : cluster [DBG] pgmap v20067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:41:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:41:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:30.940295+0000 mgr.y (mgr.24491) 22715 : cluster [DBG] pgmap v20068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:30.940295+0000 mgr.y (mgr.24491) 22715 : cluster [DBG] pgmap v20068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:30.940295+0000 mgr.y (mgr.24491) 22715 : cluster [DBG] pgmap v20068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:34.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:32.940779+0000 mgr.y (mgr.24491) 22716 : cluster [DBG] pgmap v20069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:34.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:32.940779+0000 mgr.y (mgr.24491) 22716 : cluster [DBG] pgmap v20069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:32.940779+0000 mgr.y (mgr.24491) 22716 : cluster [DBG] pgmap v20069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:36.395 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:41:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:34.941450+0000 mgr.y (mgr.24491) 22717 : cluster [DBG] pgmap v20070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:34.941450+0000 mgr.y (mgr.24491) 22717 : cluster [DBG] pgmap v20070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:34.941450+0000 mgr.y (mgr.24491) 22717 : cluster [DBG] pgmap v20070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:36.670 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:41:36.671 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 6m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:41:36.671 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 6m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:41:36.671 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 6m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:41:36.671 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 6m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:41:36.671 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 6m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:41:36.671 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 6m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:41:36.671 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 6m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:41:36.671 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 6m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:41:36.671 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 6m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:41:36.672 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 6m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:41:36.672 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 6m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:41:36.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 6m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:41:36.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 6m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:41:36.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 6m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:41:36.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 6m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:41:36.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 6m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:41:36.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 6m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:41:36.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 6m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:41:36.672 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 6m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:41:36.673 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 6m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:41:37.001 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:41:37.002 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:41:37.002 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:41:37.002 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:41:37.002 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:41:37.002 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:41:37.002 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:41:37.002 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:41:37.002 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:41:37.002 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:41:37.003 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:41:37.003 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:41:37.003 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:41:37.003 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:41:37.003 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:41:37.003 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:41:37.003 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:41:37.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:41:37.003260+0000 mon.c (mon.2) 705 : audit [DBG] from='client.? 172.21.15.177:0/3229956357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:41:37.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:41:37.003260+0000 mon.c (mon.2) 705 : audit [DBG] from='client.? 172.21.15.177:0/3229956357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:41:37.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:41:37.003260+0000 mon.c (mon.2) 705 : audit [DBG] from='client.? 172.21.15.177:0/3229956357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:41:38.064 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:41:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:41:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:41:36.384967+0000 mgr.y (mgr.24491) 22718 : audit [DBG] from='client.48113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:41:36.664609+0000 mgr.y (mgr.24491) 22719 : audit [DBG] from='client.48119 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:36.941734+0000 mgr.y (mgr.24491) 22720 : cluster [DBG] pgmap v20071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:41:36.384967+0000 mgr.y (mgr.24491) 22718 : audit [DBG] from='client.48113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:41:36.664609+0000 mgr.y (mgr.24491) 22719 : audit [DBG] from='client.48119 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:38.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:36.941734+0000 mgr.y (mgr.24491) 22720 : cluster [DBG] pgmap v20071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:41:36.384967+0000 mgr.y (mgr.24491) 22718 : audit [DBG] from='client.48113 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:41:36.664609+0000 mgr.y (mgr.24491) 22719 : audit [DBG] from='client.48119 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:41:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:36.941734+0000 mgr.y (mgr.24491) 22720 : cluster [DBG] pgmap v20071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:38.942256+0000 mgr.y (mgr.24491) 22721 : cluster [DBG] pgmap v20072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:38.942256+0000 mgr.y (mgr.24491) 22721 : cluster [DBG] pgmap v20072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:38.942256+0000 mgr.y (mgr.24491) 22721 : cluster [DBG] pgmap v20072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:41:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:41:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:40.942906+0000 mgr.y (mgr.24491) 22722 : cluster [DBG] pgmap v20073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:40.942906+0000 mgr.y (mgr.24491) 22722 : cluster [DBG] pgmap v20073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:40.942906+0000 mgr.y (mgr.24491) 22722 : cluster [DBG] pgmap v20073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:42.943432+0000 mgr.y (mgr.24491) 22723 : cluster [DBG] pgmap v20074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:44.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:42.943432+0000 mgr.y (mgr.24491) 22723 : cluster [DBG] pgmap v20074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:42.943432+0000 mgr.y (mgr.24491) 22723 : cluster [DBG] pgmap v20074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:44.944240+0000 mgr.y (mgr.24491) 22724 : cluster [DBG] pgmap v20075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:44.944240+0000 mgr.y (mgr.24491) 22724 : cluster [DBG] pgmap v20075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:44.944240+0000 mgr.y (mgr.24491) 22724 : cluster [DBG] pgmap v20075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:48.083 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:41:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:41:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:46.944777+0000 mgr.y (mgr.24491) 22725 : cluster [DBG] pgmap v20076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:46.944777+0000 mgr.y (mgr.24491) 22725 : cluster [DBG] pgmap v20076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:46.944777+0000 mgr.y (mgr.24491) 22725 : cluster [DBG] pgmap v20076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:48.945375+0000 mgr.y (mgr.24491) 22726 : cluster [DBG] pgmap v20077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:48.945375+0000 mgr.y (mgr.24491) 22726 : cluster [DBG] pgmap v20077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:48.945375+0000 mgr.y (mgr.24491) 22726 : cluster [DBG] pgmap v20077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:41:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:41:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:50.946191+0000 mgr.y (mgr.24491) 22727 : cluster [DBG] pgmap v20078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:41:51.208036+0000 mon.a (mon.0) 4560 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:41:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:50.946191+0000 mgr.y (mgr.24491) 22727 : cluster [DBG] pgmap v20078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:52.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:41:51.208036+0000 mon.a (mon.0) 4560 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:41:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:50.946191+0000 mgr.y (mgr.24491) 22727 : cluster [DBG] pgmap v20078: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:41:51.208036+0000 mon.a (mon.0) 4560 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:41:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:52.946533+0000 mgr.y (mgr.24491) 22728 : cluster [DBG] pgmap v20079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:52.946533+0000 mgr.y (mgr.24491) 22728 : cluster [DBG] pgmap v20079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:52.946533+0000 mgr.y (mgr.24491) 22728 : cluster [DBG] pgmap v20079: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:55.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:41:54.259013+0000 mon.a (mon.0) 4561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:41:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:41:54.538433+0000 mon.a (mon.0) 4562 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:41:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:41:54.539360+0000 mon.a (mon.0) 4563 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:41:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:41:54.544739+0000 mon.a (mon.0) 4564 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:41:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:41:54.259013+0000 mon.a (mon.0) 4561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:41:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:41:54.538433+0000 mon.a (mon.0) 4562 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:41:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:41:54.539360+0000 mon.a (mon.0) 4563 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:41:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:41:54.544739+0000 mon.a (mon.0) 4564 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:41:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:41:54.259013+0000 mon.a (mon.0) 4561 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:41:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:41:54.538433+0000 mon.a (mon.0) 4562 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:41:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:41:54.539360+0000 mon.a (mon.0) 4563 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:41:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:41:54.544739+0000 mon.a (mon.0) 4564 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:41:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:54.947208+0000 mgr.y (mgr.24491) 22729 : cluster [DBG] pgmap v20080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:54.947208+0000 mgr.y (mgr.24491) 22729 : cluster [DBG] pgmap v20080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:54.947208+0000 mgr.y (mgr.24491) 22729 : cluster [DBG] pgmap v20080: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:58.155 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:41:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:41:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:41:58.653 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:56.947647+0000 mgr.y (mgr.24491) 22730 : cluster [DBG] pgmap v20081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:58.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:41:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:56.947647+0000 mgr.y (mgr.24491) 22730 : cluster [DBG] pgmap v20081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:41:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:41:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:56.947647+0000 mgr.y (mgr.24491) 22730 : cluster [DBG] pgmap v20081: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:41:58.948221+0000 mgr.y (mgr.24491) 22731 : cluster [DBG] pgmap v20082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:41:58.948221+0000 mgr.y (mgr.24491) 22731 : cluster [DBG] pgmap v20082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:41:58.948221+0000 mgr.y (mgr.24491) 22731 : cluster [DBG] pgmap v20082: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:42:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:42:02.656 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:00.949068+0000 mgr.y (mgr.24491) 22732 : cluster [DBG] pgmap v20083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:02.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:00.949068+0000 mgr.y (mgr.24491) 22732 : cluster [DBG] pgmap v20083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:00.949068+0000 mgr.y (mgr.24491) 22732 : cluster [DBG] pgmap v20083: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:02.949501+0000 mgr.y (mgr.24491) 22733 : cluster [DBG] pgmap v20084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:02.949501+0000 mgr.y (mgr.24491) 22733 : cluster [DBG] pgmap v20084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:02.949501+0000 mgr.y (mgr.24491) 22733 : cluster [DBG] pgmap v20084: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:04.950176+0000 mgr.y (mgr.24491) 22734 : cluster [DBG] pgmap v20085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:04.950176+0000 mgr.y (mgr.24491) 22734 : cluster [DBG] pgmap v20085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:04.950176+0000 mgr.y (mgr.24491) 22734 : cluster [DBG] pgmap v20085: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:07.311 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:42:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:42:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 7m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:42:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 7m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:42:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 7m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:42:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 7m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:42:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 7m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:42:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 7m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:42:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 7m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:42:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 7m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:42:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 7m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:42:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 7m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:42:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 7m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:42:07.587 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 7m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:42:07.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 7m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:42:07.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 7m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:42:07.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 7m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:42:07.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 7m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:42:07.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 7m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:42:07.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 7m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:42:07.588 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 7m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:42:07.588 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 7m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:42:07.919 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:42:07.919 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:42:07.919 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:42:07.919 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:42:07.919 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:42:07.919 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:42:07.920 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:42:07.920 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:42:07.920 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:42:07.920 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:42:07.920 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:42:07.920 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:42:07.920 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:42:07.920 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:42:07.920 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:42:07.920 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:42:07.920 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:42:08.005 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:42:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:42:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:06.950575+0000 mgr.y (mgr.24491) 22735 : cluster [DBG] pgmap v20086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:07.920804+0000 mon.c (mon.2) 706 : audit [DBG] from='client.? 172.21.15.177:0/3757521077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:42:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:06.950575+0000 mgr.y (mgr.24491) 22735 : cluster [DBG] pgmap v20086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:08.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:07.920804+0000 mon.c (mon.2) 706 : audit [DBG] from='client.? 172.21.15.177:0/3757521077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:42:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:06.950575+0000 mgr.y (mgr.24491) 22735 : cluster [DBG] pgmap v20086: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:07.920804+0000 mon.c (mon.2) 706 : audit [DBG] from='client.? 172.21.15.177:0/3757521077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:42:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:07.301218+0000 mgr.y (mgr.24491) 22736 : audit [DBG] from='client.48131 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:09.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:07.580080+0000 mgr.y (mgr.24491) 22737 : audit [DBG] from='client.38229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:07.301218+0000 mgr.y (mgr.24491) 22736 : audit [DBG] from='client.48131 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:09.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:07.580080+0000 mgr.y (mgr.24491) 22737 : audit [DBG] from='client.38229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:07.301218+0000 mgr.y (mgr.24491) 22736 : audit [DBG] from='client.48131 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:09.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:07.580080+0000 mgr.y (mgr.24491) 22737 : audit [DBG] from='client.38229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:08.951115+0000 mgr.y (mgr.24491) 22738 : cluster [DBG] pgmap v20087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:08.951115+0000 mgr.y (mgr.24491) 22738 : cluster [DBG] pgmap v20087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:08.951115+0000 mgr.y (mgr.24491) 22738 : cluster [DBG] pgmap v20087: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:42:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:42:12.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:10.951736+0000 mgr.y (mgr.24491) 22739 : cluster [DBG] pgmap v20088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:12.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:10.951736+0000 mgr.y (mgr.24491) 22739 : cluster [DBG] pgmap v20088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:10.951736+0000 mgr.y (mgr.24491) 22739 : cluster [DBG] pgmap v20088: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:12.952312+0000 mgr.y (mgr.24491) 22740 : cluster [DBG] pgmap v20089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:12.952312+0000 mgr.y (mgr.24491) 22740 : cluster [DBG] pgmap v20089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:12.952312+0000 mgr.y (mgr.24491) 22740 : cluster [DBG] pgmap v20089: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:14.953049+0000 mgr.y (mgr.24491) 22741 : cluster [DBG] pgmap v20090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:16.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:14.953049+0000 mgr.y (mgr.24491) 22741 : cluster [DBG] pgmap v20090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:14.953049+0000 mgr.y (mgr.24491) 22741 : cluster [DBG] pgmap v20090: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:18.028 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:42:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:42:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:16.953563+0000 mgr.y (mgr.24491) 22742 : cluster [DBG] pgmap v20091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:18.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:16.953563+0000 mgr.y (mgr.24491) 22742 : cluster [DBG] pgmap v20091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:16.953563+0000 mgr.y (mgr.24491) 22742 : cluster [DBG] pgmap v20091: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:20.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:18.954013+0000 mgr.y (mgr.24491) 22743 : cluster [DBG] pgmap v20092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:20.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:18.954013+0000 mgr.y (mgr.24491) 22743 : cluster [DBG] pgmap v20092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:20.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:18.954013+0000 mgr.y (mgr.24491) 22743 : cluster [DBG] pgmap v20092: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:42:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:42:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:20.954753+0000 mgr.y (mgr.24491) 22744 : cluster [DBG] pgmap v20093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:20.954753+0000 mgr.y (mgr.24491) 22744 : cluster [DBG] pgmap v20093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:20.954753+0000 mgr.y (mgr.24491) 22744 : cluster [DBG] pgmap v20093: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:22.955219+0000 mgr.y (mgr.24491) 22745 : cluster [DBG] pgmap v20094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:24.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:22.955219+0000 mgr.y (mgr.24491) 22745 : cluster [DBG] pgmap v20094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:22.955219+0000 mgr.y (mgr.24491) 22745 : cluster [DBG] pgmap v20094: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:24.955853+0000 mgr.y (mgr.24491) 22746 : cluster [DBG] pgmap v20095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:26.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:24.955853+0000 mgr.y (mgr.24491) 22746 : cluster [DBG] pgmap v20095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:24.955853+0000 mgr.y (mgr.24491) 22746 : cluster [DBG] pgmap v20095: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:28.044 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:42:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:42:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:26.956196+0000 mgr.y (mgr.24491) 22747 : cluster [DBG] pgmap v20096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:26.956196+0000 mgr.y (mgr.24491) 22747 : cluster [DBG] pgmap v20096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:26.956196+0000 mgr.y (mgr.24491) 22747 : cluster [DBG] pgmap v20096: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:28.956721+0000 mgr.y (mgr.24491) 22748 : cluster [DBG] pgmap v20097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:30.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:28.956721+0000 mgr.y (mgr.24491) 22748 : cluster [DBG] pgmap v20097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:28.956721+0000 mgr.y (mgr.24491) 22748 : cluster [DBG] pgmap v20097: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:42:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:42:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:30.957535+0000 mgr.y (mgr.24491) 22749 : cluster [DBG] pgmap v20098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:32.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:30.957535+0000 mgr.y (mgr.24491) 22749 : cluster [DBG] pgmap v20098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:30.957535+0000 mgr.y (mgr.24491) 22749 : cluster [DBG] pgmap v20098: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:32.957990+0000 mgr.y (mgr.24491) 22750 : cluster [DBG] pgmap v20099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:32.957990+0000 mgr.y (mgr.24491) 22750 : cluster [DBG] pgmap v20099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:32.957990+0000 mgr.y (mgr.24491) 22750 : cluster [DBG] pgmap v20099: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:34.958664+0000 mgr.y (mgr.24491) 22751 : cluster [DBG] pgmap v20100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:36.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:34.958664+0000 mgr.y (mgr.24491) 22751 : cluster [DBG] pgmap v20100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:34.958664+0000 mgr.y (mgr.24491) 22751 : cluster [DBG] pgmap v20100: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:38.059 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:42:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:37] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:42:38.231 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:42:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:36.959055+0000 mgr.y (mgr.24491) 22752 : cluster [DBG] pgmap v20101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:36.959055+0000 mgr.y (mgr.24491) 22752 : cluster [DBG] pgmap v20101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:36.959055+0000 mgr.y (mgr.24491) 22752 : cluster [DBG] pgmap v20101: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:38.505 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:42:38.505 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 7m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:42:38.505 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 7m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:42:38.505 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 7m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:42:38.505 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 7m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:42:38.505 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 7m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:42:38.506 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 7m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:42:38.506 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 7m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:42:38.506 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 7m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:42:38.506 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 7m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:42:38.506 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 7m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:42:38.506 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 7m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:42:38.506 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 7m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:42:38.506 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 7m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:42:38.506 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 7m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:42:38.506 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 7m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:42:38.507 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 7m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:42:38.507 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 7m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:42:38.507 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 7m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:42:38.507 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 7m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:42:38.507 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 7m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:42:38.837 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:42:38.837 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:42:38.837 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:42:38.837 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:42:38.837 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:42:38.837 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:42:38.838 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:42:38.838 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:42:38.838 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:42:38.838 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:42:38.838 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:42:38.838 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:42:38.838 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:42:38.838 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:42:38.838 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:42:38.838 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:42:38.839 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:42:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:38.220675+0000 mgr.y (mgr.24491) 22753 : audit [DBG] from='client.38241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:39.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:38.838651+0000 mon.a (mon.0) 4565 : audit [DBG] from='client.? 172.21.15.177:0/2686138072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:42:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:38.220675+0000 mgr.y (mgr.24491) 22753 : audit [DBG] from='client.38241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:39.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:38.838651+0000 mon.a (mon.0) 4565 : audit [DBG] from='client.? 172.21.15.177:0/2686138072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:42:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:38.220675+0000 mgr.y (mgr.24491) 22753 : audit [DBG] from='client.38241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:39.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:38.838651+0000 mon.a (mon.0) 4565 : audit [DBG] from='client.? 172.21.15.177:0/2686138072' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:42:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:38.499134+0000 mgr.y (mgr.24491) 22754 : audit [DBG] from='client.48155 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:38.959458+0000 mgr.y (mgr.24491) 22755 : cluster [DBG] pgmap v20102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:38.499134+0000 mgr.y (mgr.24491) 22754 : audit [DBG] from='client.48155 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:40.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:38.959458+0000 mgr.y (mgr.24491) 22755 : cluster [DBG] pgmap v20102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:38.499134+0000 mgr.y (mgr.24491) 22754 : audit [DBG] from='client.48155 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:42:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:38.959458+0000 mgr.y (mgr.24491) 22755 : cluster [DBG] pgmap v20102: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:42:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:42:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:40.960351+0000 mgr.y (mgr.24491) 22756 : cluster [DBG] pgmap v20103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:40.960351+0000 mgr.y (mgr.24491) 22756 : cluster [DBG] pgmap v20103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:40.960351+0000 mgr.y (mgr.24491) 22756 : cluster [DBG] pgmap v20103: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:42.960798+0000 mgr.y (mgr.24491) 22757 : cluster [DBG] pgmap v20104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:44.405 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:42.960798+0000 mgr.y (mgr.24491) 22757 : cluster [DBG] pgmap v20104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:42.960798+0000 mgr.y (mgr.24491) 22757 : cluster [DBG] pgmap v20104: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:44.961698+0000 mgr.y (mgr.24491) 22758 : cluster [DBG] pgmap v20105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:46.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:44.961698+0000 mgr.y (mgr.24491) 22758 : cluster [DBG] pgmap v20105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:44.961698+0000 mgr.y (mgr.24491) 22758 : cluster [DBG] pgmap v20105: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:48.081 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:42:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:42:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:46.962237+0000 mgr.y (mgr.24491) 22759 : cluster [DBG] pgmap v20106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:46.962237+0000 mgr.y (mgr.24491) 22759 : cluster [DBG] pgmap v20106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:46.962237+0000 mgr.y (mgr.24491) 22759 : cluster [DBG] pgmap v20106: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:48.962703+0000 mgr.y (mgr.24491) 22760 : cluster [DBG] pgmap v20107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:50.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:48.962703+0000 mgr.y (mgr.24491) 22760 : cluster [DBG] pgmap v20107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:48.962703+0000 mgr.y (mgr.24491) 22760 : cluster [DBG] pgmap v20107: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:42:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:42:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:50.963472+0000 mgr.y (mgr.24491) 22761 : cluster [DBG] pgmap v20108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:52.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:50.963472+0000 mgr.y (mgr.24491) 22761 : cluster [DBG] pgmap v20108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:50.963472+0000 mgr.y (mgr.24491) 22761 : cluster [DBG] pgmap v20108: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:52.963908+0000 mgr.y (mgr.24491) 22762 : cluster [DBG] pgmap v20109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:54.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:52.963908+0000 mgr.y (mgr.24491) 22762 : cluster [DBG] pgmap v20109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:52.963908+0000 mgr.y (mgr.24491) 22762 : cluster [DBG] pgmap v20109: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:54.550345+0000 mon.a (mon.0) 4566 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:42:55.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:54.840229+0000 mon.a (mon.0) 4567 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:54.840862+0000 mon.a (mon.0) 4568 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:54.841415+0000 mon.a (mon.0) 4569 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:54.841925+0000 mon.a (mon.0) 4570 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:54.846277+0000 mon.a (mon.0) 4571 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:54.848083+0000 mon.a (mon.0) 4572 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:54.848636+0000 mon.a (mon.0) 4573 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:42:55.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:42:54.852958+0000 mon.a (mon.0) 4574 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:42:55.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:54.550345+0000 mon.a (mon.0) 4566 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:42:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:54.840229+0000 mon.a (mon.0) 4567 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:54.840862+0000 mon.a (mon.0) 4568 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:54.841415+0000 mon.a (mon.0) 4569 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:54.841925+0000 mon.a (mon.0) 4570 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:54.846277+0000 mon.a (mon.0) 4571 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:42:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:54.848083+0000 mon.a (mon.0) 4572 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:42:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:54.848636+0000 mon.a (mon.0) 4573 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:42:55.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:42:54.852958+0000 mon.a (mon.0) 4574 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:54.550345+0000 mon.a (mon.0) 4566 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:54.840229+0000 mon.a (mon.0) 4567 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:54.840862+0000 mon.a (mon.0) 4568 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:54.841415+0000 mon.a (mon.0) 4569 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:54.841925+0000 mon.a (mon.0) 4570 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:54.846277+0000 mon.a (mon.0) 4571 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:54.848083+0000 mon.a (mon.0) 4572 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:54.848636+0000 mon.a (mon.0) 4573 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:42:55.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:42:54.852958+0000 mon.a (mon.0) 4574 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:42:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T14:42:54.842356+0000 mgr.y (mgr.24491) 22763 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2467M 2024-04-20T14:42:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:54.964598+0000 mgr.y (mgr.24491) 22764 : cluster [DBG] pgmap v20110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T14:42:54.842356+0000 mgr.y (mgr.24491) 22763 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2467M 2024-04-20T14:42:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:54.964598+0000 mgr.y (mgr.24491) 22764 : cluster [DBG] pgmap v20110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T14:42:54.842356+0000 mgr.y (mgr.24491) 22763 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2467M 2024-04-20T14:42:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:54.964598+0000 mgr.y (mgr.24491) 22764 : cluster [DBG] pgmap v20110: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:58.099 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:42:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:42:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:42:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:56.965034+0000 mgr.y (mgr.24491) 22765 : cluster [DBG] pgmap v20111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:42:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:56.965034+0000 mgr.y (mgr.24491) 22765 : cluster [DBG] pgmap v20111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:42:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:42:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:56.965034+0000 mgr.y (mgr.24491) 22765 : cluster [DBG] pgmap v20111: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:00.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:42:58.965532+0000 mgr.y (mgr.24491) 22766 : cluster [DBG] pgmap v20112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:00.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:42:58.965532+0000 mgr.y (mgr.24491) 22766 : cluster [DBG] pgmap v20112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:42:58.965532+0000 mgr.y (mgr.24491) 22766 : cluster [DBG] pgmap v20112: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:43:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:43:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:00.966251+0000 mgr.y (mgr.24491) 22767 : cluster [DBG] pgmap v20113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:00.966251+0000 mgr.y (mgr.24491) 22767 : cluster [DBG] pgmap v20113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:00.966251+0000 mgr.y (mgr.24491) 22767 : cluster [DBG] pgmap v20113: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:02.966622+0000 mgr.y (mgr.24491) 22768 : cluster [DBG] pgmap v20114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:02.966622+0000 mgr.y (mgr.24491) 22768 : cluster [DBG] pgmap v20114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:02.966622+0000 mgr.y (mgr.24491) 22768 : cluster [DBG] pgmap v20114: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:04.967349+0000 mgr.y (mgr.24491) 22769 : cluster [DBG] pgmap v20115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:04.967349+0000 mgr.y (mgr.24491) 22769 : cluster [DBG] pgmap v20115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:04.967349+0000 mgr.y (mgr.24491) 22769 : cluster [DBG] pgmap v20115: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:08.119 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:43:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:07] "GET /metrics HTTP/1.1" 200 188293 "" "Prometheus/2.33.4" 2024-04-20T14:43:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:06.967986+0000 mgr.y (mgr.24491) 22770 : cluster [DBG] pgmap v20116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:06.967986+0000 mgr.y (mgr.24491) 22770 : cluster [DBG] pgmap v20116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:06.967986+0000 mgr.y (mgr.24491) 22770 : cluster [DBG] pgmap v20116: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:09.148 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:43:09.425 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:43:09.425 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 8m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:43:09.425 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 8m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:43:09.425 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 8m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:43:09.425 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 8m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 8m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 8m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 8m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 8m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 8m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 8m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 8m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 8m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 8m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 8m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 8m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 8m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 8m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:43:09.426 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 8m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:43:09.427 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 8m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:43:09.427 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 8m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:43:09.760 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:43:09.761 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:43:09.761 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:43:09.761 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:43:09.761 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:43:09.761 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:43:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:08.968335+0000 mgr.y (mgr.24491) 22771 : cluster [DBG] pgmap v20117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:43:09.137727+0000 mgr.y (mgr.24491) 22772 : audit [DBG] from='client.48167 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:10.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:43:09.761417+0000 mon.c (mon.2) 707 : audit [DBG] from='client.? 172.21.15.177:0/3283954463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:43:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:08.968335+0000 mgr.y (mgr.24491) 22771 : cluster [DBG] pgmap v20117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:43:09.137727+0000 mgr.y (mgr.24491) 22772 : audit [DBG] from='client.48167 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:43:09.761417+0000 mon.c (mon.2) 707 : audit [DBG] from='client.? 172.21.15.177:0/3283954463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:43:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:08.968335+0000 mgr.y (mgr.24491) 22771 : cluster [DBG] pgmap v20117: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:43:09.137727+0000 mgr.y (mgr.24491) 22772 : audit [DBG] from='client.48167 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:43:09.761417+0000 mon.c (mon.2) 707 : audit [DBG] from='client.? 172.21.15.177:0/3283954463' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:43:11.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:43:09.419228+0000 mgr.y (mgr.24491) 22773 : audit [DBG] from='client.48173 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:43:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:43:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:43:09.419228+0000 mgr.y (mgr.24491) 22773 : audit [DBG] from='client.48173 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:43:09.419228+0000 mgr.y (mgr.24491) 22773 : audit [DBG] from='client.48173 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:10.969003+0000 mgr.y (mgr.24491) 22774 : cluster [DBG] pgmap v20118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:10.969003+0000 mgr.y (mgr.24491) 22774 : cluster [DBG] pgmap v20118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:10.969003+0000 mgr.y (mgr.24491) 22774 : cluster [DBG] pgmap v20118: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:12.969412+0000 mgr.y (mgr.24491) 22775 : cluster [DBG] pgmap v20119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:12.969412+0000 mgr.y (mgr.24491) 22775 : cluster [DBG] pgmap v20119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:12.969412+0000 mgr.y (mgr.24491) 22775 : cluster [DBG] pgmap v20119: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:14.970268+0000 mgr.y (mgr.24491) 22776 : cluster [DBG] pgmap v20120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:14.970268+0000 mgr.y (mgr.24491) 22776 : cluster [DBG] pgmap v20120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:14.970268+0000 mgr.y (mgr.24491) 22776 : cluster [DBG] pgmap v20120: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:43:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:17] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:43:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:16.970669+0000 mgr.y (mgr.24491) 22777 : cluster [DBG] pgmap v20121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:16.970669+0000 mgr.y (mgr.24491) 22777 : cluster [DBG] pgmap v20121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:16.970669+0000 mgr.y (mgr.24491) 22777 : cluster [DBG] pgmap v20121: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:18.971171+0000 mgr.y (mgr.24491) 22778 : cluster [DBG] pgmap v20122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:18.971171+0000 mgr.y (mgr.24491) 22778 : cluster [DBG] pgmap v20122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:18.971171+0000 mgr.y (mgr.24491) 22778 : cluster [DBG] pgmap v20122: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:43:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:43:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:20.971865+0000 mgr.y (mgr.24491) 22779 : cluster [DBG] pgmap v20123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:20.971865+0000 mgr.y (mgr.24491) 22779 : cluster [DBG] pgmap v20123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:20.971865+0000 mgr.y (mgr.24491) 22779 : cluster [DBG] pgmap v20123: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:22.972283+0000 mgr.y (mgr.24491) 22780 : cluster [DBG] pgmap v20124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:22.972283+0000 mgr.y (mgr.24491) 22780 : cluster [DBG] pgmap v20124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:22.972283+0000 mgr.y (mgr.24491) 22780 : cluster [DBG] pgmap v20124: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:24.973154+0000 mgr.y (mgr.24491) 22781 : cluster [DBG] pgmap v20125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:24.973154+0000 mgr.y (mgr.24491) 22781 : cluster [DBG] pgmap v20125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:24.973154+0000 mgr.y (mgr.24491) 22781 : cluster [DBG] pgmap v20125: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:43:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:27] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:43:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:26.973504+0000 mgr.y (mgr.24491) 22782 : cluster [DBG] pgmap v20126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:26.973504+0000 mgr.y (mgr.24491) 22782 : cluster [DBG] pgmap v20126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:26.973504+0000 mgr.y (mgr.24491) 22782 : cluster [DBG] pgmap v20126: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:28.974022+0000 mgr.y (mgr.24491) 22783 : cluster [DBG] pgmap v20127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:28.974022+0000 mgr.y (mgr.24491) 22783 : cluster [DBG] pgmap v20127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:28.974022+0000 mgr.y (mgr.24491) 22783 : cluster [DBG] pgmap v20127: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:43:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:43:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:30.974891+0000 mgr.y (mgr.24491) 22784 : cluster [DBG] pgmap v20128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:30.974891+0000 mgr.y (mgr.24491) 22784 : cluster [DBG] pgmap v20128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:30.974891+0000 mgr.y (mgr.24491) 22784 : cluster [DBG] pgmap v20128: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:32.975266+0000 mgr.y (mgr.24491) 22785 : cluster [DBG] pgmap v20129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:32.975266+0000 mgr.y (mgr.24491) 22785 : cluster [DBG] pgmap v20129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:32.975266+0000 mgr.y (mgr.24491) 22785 : cluster [DBG] pgmap v20129: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:34.975915+0000 mgr.y (mgr.24491) 22786 : cluster [DBG] pgmap v20130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:34.975915+0000 mgr.y (mgr.24491) 22786 : cluster [DBG] pgmap v20130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:34.975915+0000 mgr.y (mgr.24491) 22786 : cluster [DBG] pgmap v20130: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:43:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:43:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:36.976441+0000 mgr.y (mgr.24491) 22787 : cluster [DBG] pgmap v20131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:36.976441+0000 mgr.y (mgr.24491) 22787 : cluster [DBG] pgmap v20131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:36.976441+0000 mgr.y (mgr.24491) 22787 : cluster [DBG] pgmap v20131: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:40.071 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:43:40.349 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:43:40.349 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 8m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:43:40.349 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 8m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 8m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 8m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 8m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 8m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 8m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 8m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 8m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 8m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 8m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 8m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 8m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:43:40.350 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 8m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:43:40.351 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 8m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:43:40.351 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 8m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:43:40.351 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 8m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:43:40.351 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 8m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:43:40.351 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 8m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:43:40.351 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 8m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:43:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:38.976881+0000 mgr.y (mgr.24491) 22788 : cluster [DBG] pgmap v20132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:38.976881+0000 mgr.y (mgr.24491) 22788 : cluster [DBG] pgmap v20132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:38.976881+0000 mgr.y (mgr.24491) 22788 : cluster [DBG] pgmap v20132: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:40.684 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:43:40.684 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:43:40.684 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:43:40.684 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:43:40.684 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:43:40.684 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:43:40.685 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:43:40.685 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:43:40.685 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:43:40.685 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:43:40.685 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:43:40.685 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:43:40.685 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:43:40.685 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:43:40.685 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:43:40.685 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:43:40.685 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:43:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:43:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:43:40.060517+0000 mgr.y (mgr.24491) 22789 : audit [DBG] from='client.48185 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:41.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:43:40.685883+0000 mon.a (mon.0) 4575 : audit [DBG] from='client.? 172.21.15.177:0/3605197523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:43:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:43:40.060517+0000 mgr.y (mgr.24491) 22789 : audit [DBG] from='client.48185 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:41.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:43:40.685883+0000 mon.a (mon.0) 4575 : audit [DBG] from='client.? 172.21.15.177:0/3605197523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:43:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:43:40.060517+0000 mgr.y (mgr.24491) 22789 : audit [DBG] from='client.48185 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:41.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:43:40.685883+0000 mon.a (mon.0) 4575 : audit [DBG] from='client.? 172.21.15.177:0/3605197523' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:43:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:43:40.343518+0000 mgr.y (mgr.24491) 22790 : audit [DBG] from='client.38283 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:40.977457+0000 mgr.y (mgr.24491) 22791 : cluster [DBG] pgmap v20133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:43:40.343518+0000 mgr.y (mgr.24491) 22790 : audit [DBG] from='client.38283 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:40.977457+0000 mgr.y (mgr.24491) 22791 : cluster [DBG] pgmap v20133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:43:40.343518+0000 mgr.y (mgr.24491) 22790 : audit [DBG] from='client.38283 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:43:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:40.977457+0000 mgr.y (mgr.24491) 22791 : cluster [DBG] pgmap v20133: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:42.977919+0000 mgr.y (mgr.24491) 22792 : cluster [DBG] pgmap v20134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:42.977919+0000 mgr.y (mgr.24491) 22792 : cluster [DBG] pgmap v20134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:42.977919+0000 mgr.y (mgr.24491) 22792 : cluster [DBG] pgmap v20134: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:44.978599+0000 mgr.y (mgr.24491) 22793 : cluster [DBG] pgmap v20135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:44.978599+0000 mgr.y (mgr.24491) 22793 : cluster [DBG] pgmap v20135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:44.978599+0000 mgr.y (mgr.24491) 22793 : cluster [DBG] pgmap v20135: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:43:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:47] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T14:43:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:46.979087+0000 mgr.y (mgr.24491) 22794 : cluster [DBG] pgmap v20136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:46.979087+0000 mgr.y (mgr.24491) 22794 : cluster [DBG] pgmap v20136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:46.979087+0000 mgr.y (mgr.24491) 22794 : cluster [DBG] pgmap v20136: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:48.979577+0000 mgr.y (mgr.24491) 22795 : cluster [DBG] pgmap v20137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:48.979577+0000 mgr.y (mgr.24491) 22795 : cluster [DBG] pgmap v20137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:48.979577+0000 mgr.y (mgr.24491) 22795 : cluster [DBG] pgmap v20137: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:43:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:43:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:50.980267+0000 mgr.y (mgr.24491) 22796 : cluster [DBG] pgmap v20138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:50.980267+0000 mgr.y (mgr.24491) 22796 : cluster [DBG] pgmap v20138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:50.980267+0000 mgr.y (mgr.24491) 22796 : cluster [DBG] pgmap v20138: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:52.980863+0000 mgr.y (mgr.24491) 22797 : cluster [DBG] pgmap v20139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:52.980863+0000 mgr.y (mgr.24491) 22797 : cluster [DBG] pgmap v20139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:52.980863+0000 mgr.y (mgr.24491) 22797 : cluster [DBG] pgmap v20139: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:43:54.857283+0000 mon.a (mon.0) 4576 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:43:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:43:55.149334+0000 mon.a (mon.0) 4577 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:43:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:43:55.149975+0000 mon.a (mon.0) 4578 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:43:55.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:43:55.156367+0000 mon.a (mon.0) 4579 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:43:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:43:54.857283+0000 mon.a (mon.0) 4576 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:43:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:43:55.149334+0000 mon.a (mon.0) 4577 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:43:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:43:55.149975+0000 mon.a (mon.0) 4578 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:43:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:43:55.156367+0000 mon.a (mon.0) 4579 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:43:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:43:54.857283+0000 mon.a (mon.0) 4576 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:43:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:43:55.149334+0000 mon.a (mon.0) 4577 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:43:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:43:55.149975+0000 mon.a (mon.0) 4578 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:43:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:43:55.156367+0000 mon.a (mon.0) 4579 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:43:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:54.981466+0000 mgr.y (mgr.24491) 22798 : cluster [DBG] pgmap v20140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:54.981466+0000 mgr.y (mgr.24491) 22798 : cluster [DBG] pgmap v20140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:54.981466+0000 mgr.y (mgr.24491) 22798 : cluster [DBG] pgmap v20140: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:43:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:43:57] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T14:43:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:43:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:56.982050+0000 mgr.y (mgr.24491) 22799 : cluster [DBG] pgmap v20141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:43:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:56.982050+0000 mgr.y (mgr.24491) 22799 : cluster [DBG] pgmap v20141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:43:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:43:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:56.982050+0000 mgr.y (mgr.24491) 22799 : cluster [DBG] pgmap v20141: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:43:58.982571+0000 mgr.y (mgr.24491) 22800 : cluster [DBG] pgmap v20142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:43:58.982571+0000 mgr.y (mgr.24491) 22800 : cluster [DBG] pgmap v20142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:43:58.982571+0000 mgr.y (mgr.24491) 22800 : cluster [DBG] pgmap v20142: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:44:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:44:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:00.983411+0000 mgr.y (mgr.24491) 22801 : cluster [DBG] pgmap v20143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:00.983411+0000 mgr.y (mgr.24491) 22801 : cluster [DBG] pgmap v20143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:00.983411+0000 mgr.y (mgr.24491) 22801 : cluster [DBG] pgmap v20143: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:02.983865+0000 mgr.y (mgr.24491) 22802 : cluster [DBG] pgmap v20144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:02.983865+0000 mgr.y (mgr.24491) 22802 : cluster [DBG] pgmap v20144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:02.983865+0000 mgr.y (mgr.24491) 22802 : cluster [DBG] pgmap v20144: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:05.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:04.984528+0000 mgr.y (mgr.24491) 22803 : cluster [DBG] pgmap v20145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:04.984528+0000 mgr.y (mgr.24491) 22803 : cluster [DBG] pgmap v20145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:04.984528+0000 mgr.y (mgr.24491) 22803 : cluster [DBG] pgmap v20145: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:08.037 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:44:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:44:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:06.984907+0000 mgr.y (mgr.24491) 22804 : cluster [DBG] pgmap v20146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:06.984907+0000 mgr.y (mgr.24491) 22804 : cluster [DBG] pgmap v20146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:06.984907+0000 mgr.y (mgr.24491) 22804 : cluster [DBG] pgmap v20146: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:08.985330+0000 mgr.y (mgr.24491) 22805 : cluster [DBG] pgmap v20147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:08.985330+0000 mgr.y (mgr.24491) 22805 : cluster [DBG] pgmap v20147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:08.985330+0000 mgr.y (mgr.24491) 22805 : cluster [DBG] pgmap v20147: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:10.999 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:44:11.276 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:44:11.276 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 9m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:44:11.276 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 9m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:44:11.276 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 9m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:44:11.276 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 9m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:44:11.277 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 9m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:44:11.277 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 9m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:44:11.277 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 9m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:44:11.277 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 9m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:44:11.277 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 9m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:44:11.277 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 9m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:44:11.277 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 9m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:44:11.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 9m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:44:11.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 9m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:44:11.277 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 9m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:44:11.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 9m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:44:11.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 9m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:44:11.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 9m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:44:11.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 9m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:44:11.278 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 9m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:44:11.278 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 9m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:44:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:44:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:44:11.614 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:44:11.614 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:44:11.615 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:44:11.615 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:44:11.615 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:44:11.615 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:44:11.615 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:44:11.615 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:44:11.615 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:44:11.615 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:44:11.615 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:44:11.616 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:44:11.616 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:44:11.616 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:44:11.616 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:44:11.616 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:44:11.616 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:44:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:10.985884+0000 mgr.y (mgr.24491) 22806 : cluster [DBG] pgmap v20148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:10.988539+0000 mgr.y (mgr.24491) 22807 : audit [DBG] from='client.38295 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:11.270143+0000 mgr.y (mgr.24491) 22808 : audit [DBG] from='client.38301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:11.616233+0000 mon.a (mon.0) 4580 : audit [DBG] from='client.? 172.21.15.177:0/91690116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:44:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:10.985884+0000 mgr.y (mgr.24491) 22806 : cluster [DBG] pgmap v20148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:10.988539+0000 mgr.y (mgr.24491) 22807 : audit [DBG] from='client.38295 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:11.270143+0000 mgr.y (mgr.24491) 22808 : audit [DBG] from='client.38301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:11.616233+0000 mon.a (mon.0) 4580 : audit [DBG] from='client.? 172.21.15.177:0/91690116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:44:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:10.985884+0000 mgr.y (mgr.24491) 22806 : cluster [DBG] pgmap v20148: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:10.988539+0000 mgr.y (mgr.24491) 22807 : audit [DBG] from='client.38295 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:11.270143+0000 mgr.y (mgr.24491) 22808 : audit [DBG] from='client.38301 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:11.616233+0000 mon.a (mon.0) 4580 : audit [DBG] from='client.? 172.21.15.177:0/91690116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:44:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:12.986354+0000 mgr.y (mgr.24491) 22809 : cluster [DBG] pgmap v20149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:12.986354+0000 mgr.y (mgr.24491) 22809 : cluster [DBG] pgmap v20149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:12.986354+0000 mgr.y (mgr.24491) 22809 : cluster [DBG] pgmap v20149: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:14.987077+0000 mgr.y (mgr.24491) 22810 : cluster [DBG] pgmap v20150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:14.987077+0000 mgr.y (mgr.24491) 22810 : cluster [DBG] pgmap v20150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:14.987077+0000 mgr.y (mgr.24491) 22810 : cluster [DBG] pgmap v20150: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:44:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:44:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:16.987557+0000 mgr.y (mgr.24491) 22811 : cluster [DBG] pgmap v20151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:16.987557+0000 mgr.y (mgr.24491) 22811 : cluster [DBG] pgmap v20151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:16.987557+0000 mgr.y (mgr.24491) 22811 : cluster [DBG] pgmap v20151: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:18.988045+0000 mgr.y (mgr.24491) 22812 : cluster [DBG] pgmap v20152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:18.988045+0000 mgr.y (mgr.24491) 22812 : cluster [DBG] pgmap v20152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:18.988045+0000 mgr.y (mgr.24491) 22812 : cluster [DBG] pgmap v20152: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:44:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:44:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:20.988808+0000 mgr.y (mgr.24491) 22813 : cluster [DBG] pgmap v20153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:20.988808+0000 mgr.y (mgr.24491) 22813 : cluster [DBG] pgmap v20153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:20.988808+0000 mgr.y (mgr.24491) 22813 : cluster [DBG] pgmap v20153: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:22.989397+0000 mgr.y (mgr.24491) 22814 : cluster [DBG] pgmap v20154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:22.989397+0000 mgr.y (mgr.24491) 22814 : cluster [DBG] pgmap v20154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:22.989397+0000 mgr.y (mgr.24491) 22814 : cluster [DBG] pgmap v20154: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:24.990064+0000 mgr.y (mgr.24491) 22815 : cluster [DBG] pgmap v20155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:24.990064+0000 mgr.y (mgr.24491) 22815 : cluster [DBG] pgmap v20155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:24.990064+0000 mgr.y (mgr.24491) 22815 : cluster [DBG] pgmap v20155: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:44:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:44:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:26.990470+0000 mgr.y (mgr.24491) 22816 : cluster [DBG] pgmap v20156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:26.990470+0000 mgr.y (mgr.24491) 22816 : cluster [DBG] pgmap v20156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:26.990470+0000 mgr.y (mgr.24491) 22816 : cluster [DBG] pgmap v20156: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:28.991077+0000 mgr.y (mgr.24491) 22817 : cluster [DBG] pgmap v20157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:28.991077+0000 mgr.y (mgr.24491) 22817 : cluster [DBG] pgmap v20157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:28.991077+0000 mgr.y (mgr.24491) 22817 : cluster [DBG] pgmap v20157: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:44:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:44:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:30.991928+0000 mgr.y (mgr.24491) 22818 : cluster [DBG] pgmap v20158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:30.991928+0000 mgr.y (mgr.24491) 22818 : cluster [DBG] pgmap v20158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:30.991928+0000 mgr.y (mgr.24491) 22818 : cluster [DBG] pgmap v20158: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:32.992457+0000 mgr.y (mgr.24491) 22819 : cluster [DBG] pgmap v20159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:32.992457+0000 mgr.y (mgr.24491) 22819 : cluster [DBG] pgmap v20159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:32.992457+0000 mgr.y (mgr.24491) 22819 : cluster [DBG] pgmap v20159: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:34.993288+0000 mgr.y (mgr.24491) 22820 : cluster [DBG] pgmap v20160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:34.993288+0000 mgr.y (mgr.24491) 22820 : cluster [DBG] pgmap v20160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:34.993288+0000 mgr.y (mgr.24491) 22820 : cluster [DBG] pgmap v20160: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:44:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:37] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:44:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:36.993901+0000 mgr.y (mgr.24491) 22821 : cluster [DBG] pgmap v20161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:36.993901+0000 mgr.y (mgr.24491) 22821 : cluster [DBG] pgmap v20161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:36.993901+0000 mgr.y (mgr.24491) 22821 : cluster [DBG] pgmap v20161: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:38.994444+0000 mgr.y (mgr.24491) 22822 : cluster [DBG] pgmap v20162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:38.994444+0000 mgr.y (mgr.24491) 22822 : cluster [DBG] pgmap v20162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:38.994444+0000 mgr.y (mgr.24491) 22822 : cluster [DBG] pgmap v20162: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:44:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:44:41.928 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:44:42.200 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:44:42.200 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 9m ago 11h 26.4M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:44:42.200 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 9m ago 11h 64.2M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:44:42.200 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 9m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:44:42.200 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 9m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:44:42.201 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 9m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:44:42.201 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 9m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:44:42.201 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 9m ago 11h 1106M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:44:42.201 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 9m ago 11h 933M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:44:42.201 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 9m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:44:42.201 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 9m ago 11h 26.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:44:42.201 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 9m ago 11h 24.4M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:44:42.201 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 9m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:44:42.201 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 9m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:44:42.201 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 9m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:44:42.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 9m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:44:42.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 9m ago 11h 46.1M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:44:42.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 9m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:44:42.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 9m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:44:42.202 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 9m ago 11h 45.5M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:44:42.202 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 9m ago 11h 116M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:44:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:40.995157+0000 mgr.y (mgr.24491) 22823 : cluster [DBG] pgmap v20163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:42.544 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:44:42.544 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:44:42.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:44:42.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:44:42.544 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:44:42.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:44:42.544 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:44:42.544 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:44:42.544 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:44:42.545 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:44:42.545 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:44:42.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:44:42.545 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:44:42.545 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:44:42.545 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:44:42.545 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:44:42.545 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:44:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:40.995157+0000 mgr.y (mgr.24491) 22823 : cluster [DBG] pgmap v20163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:40.995157+0000 mgr.y (mgr.24491) 22823 : cluster [DBG] pgmap v20163: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:41.917500+0000 mgr.y (mgr.24491) 22824 : audit [DBG] from='client.38313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:42.194248+0000 mgr.y (mgr.24491) 22825 : audit [DBG] from='client.48227 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:43.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:42.545507+0000 mon.c (mon.2) 708 : audit [DBG] from='client.? 172.21.15.177:0/3157577871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:44:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:41.917500+0000 mgr.y (mgr.24491) 22824 : audit [DBG] from='client.38313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:42.194248+0000 mgr.y (mgr.24491) 22825 : audit [DBG] from='client.48227 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:43.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:42.545507+0000 mon.c (mon.2) 708 : audit [DBG] from='client.? 172.21.15.177:0/3157577871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:44:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:41.917500+0000 mgr.y (mgr.24491) 22824 : audit [DBG] from='client.38313 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:42.194248+0000 mgr.y (mgr.24491) 22825 : audit [DBG] from='client.48227 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:44:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:42.545507+0000 mon.c (mon.2) 708 : audit [DBG] from='client.? 172.21.15.177:0/3157577871' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:44:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:42.995759+0000 mgr.y (mgr.24491) 22826 : cluster [DBG] pgmap v20164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:44.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:42.995759+0000 mgr.y (mgr.24491) 22826 : cluster [DBG] pgmap v20164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:42.995759+0000 mgr.y (mgr.24491) 22826 : cluster [DBG] pgmap v20164: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:44.996674+0000 mgr.y (mgr.24491) 22827 : cluster [DBG] pgmap v20165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:44.996674+0000 mgr.y (mgr.24491) 22827 : cluster [DBG] pgmap v20165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:44.996674+0000 mgr.y (mgr.24491) 22827 : cluster [DBG] pgmap v20165: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:44:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:44:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:46.997204+0000 mgr.y (mgr.24491) 22828 : cluster [DBG] pgmap v20166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:46.997204+0000 mgr.y (mgr.24491) 22828 : cluster [DBG] pgmap v20166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:46.997204+0000 mgr.y (mgr.24491) 22828 : cluster [DBG] pgmap v20166: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:48.997561+0000 mgr.y (mgr.24491) 22829 : cluster [DBG] pgmap v20167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:48.997561+0000 mgr.y (mgr.24491) 22829 : cluster [DBG] pgmap v20167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:48.997561+0000 mgr.y (mgr.24491) 22829 : cluster [DBG] pgmap v20167: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:44:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:44:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:50.998446+0000 mgr.y (mgr.24491) 22830 : cluster [DBG] pgmap v20168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:50.998446+0000 mgr.y (mgr.24491) 22830 : cluster [DBG] pgmap v20168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:50.998446+0000 mgr.y (mgr.24491) 22830 : cluster [DBG] pgmap v20168: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:52.999020+0000 mgr.y (mgr.24491) 22831 : cluster [DBG] pgmap v20169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:52.999020+0000 mgr.y (mgr.24491) 22831 : cluster [DBG] pgmap v20169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:52.999020+0000 mgr.y (mgr.24491) 22831 : cluster [DBG] pgmap v20169: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:55.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:55.160645+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:44:55.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:55.160645+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:44:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:55.160645+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:44:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:54.999719+0000 mgr.y (mgr.24491) 22832 : cluster [DBG] pgmap v20170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:56.638 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:54.999719+0000 mgr.y (mgr.24491) 22832 : cluster [DBG] pgmap v20170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:56.638 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:54.999719+0000 mgr.y (mgr.24491) 22832 : cluster [DBG] pgmap v20170: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:44:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:44:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:44:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:57.000109+0000 mgr.y (mgr.24491) 22833 : cluster [DBG] pgmap v20171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:57.773720+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:44:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:57.000109+0000 mgr.y (mgr.24491) 22833 : cluster [DBG] pgmap v20171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:57.773720+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:44:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:57.000109+0000 mgr.y (mgr.24491) 22833 : cluster [DBG] pgmap v20171: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:44:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:57.773720+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:44:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:58.677474+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:44:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:58.959213+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:44:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:58.960076+0000 mon.a (mon.0) 4585 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:44:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:44:58.965442+0000 mon.a (mon.0) 4586 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:44:59.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:44:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:44:59.000555+0000 mgr.y (mgr.24491) 22834 : cluster [DBG] pgmap v20172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:58.677474+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:45:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:58.959213+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:45:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:58.960076+0000 mon.a (mon.0) 4585 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:45:00.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:44:58.965442+0000 mon.a (mon.0) 4586 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:45:00.150 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:44:59.000555+0000 mgr.y (mgr.24491) 22834 : cluster [DBG] pgmap v20172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:58.677474+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:45:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:58.959213+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:45:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:58.960076+0000 mon.a (mon.0) 4585 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:45:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:44:58.965442+0000 mon.a (mon.0) 4586 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:45:00.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:44:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:44:59.000555+0000 mgr.y (mgr.24491) 22834 : cluster [DBG] pgmap v20172: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:45:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:45:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:01.001298+0000 mgr.y (mgr.24491) 22835 : cluster [DBG] pgmap v20173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:02.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:01.001298+0000 mgr.y (mgr.24491) 22835 : cluster [DBG] pgmap v20173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:01.001298+0000 mgr.y (mgr.24491) 22835 : cluster [DBG] pgmap v20173: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:03.001869+0000 mgr.y (mgr.24491) 22836 : cluster [DBG] pgmap v20174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:03.001869+0000 mgr.y (mgr.24491) 22836 : cluster [DBG] pgmap v20174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:03.001869+0000 mgr.y (mgr.24491) 22836 : cluster [DBG] pgmap v20174: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:06.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:05.002574+0000 mgr.y (mgr.24491) 22837 : cluster [DBG] pgmap v20175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:06.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:05.002574+0000 mgr.y (mgr.24491) 22837 : cluster [DBG] pgmap v20175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:05.002574+0000 mgr.y (mgr.24491) 22837 : cluster [DBG] pgmap v20175: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:08.063 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:45:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:45:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:07.003148+0000 mgr.y (mgr.24491) 22838 : cluster [DBG] pgmap v20176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:07.003148+0000 mgr.y (mgr.24491) 22838 : cluster [DBG] pgmap v20176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:07.003148+0000 mgr.y (mgr.24491) 22838 : cluster [DBG] pgmap v20176: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:10.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:09.003743+0000 mgr.y (mgr.24491) 22839 : cluster [DBG] pgmap v20177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:09.003743+0000 mgr.y (mgr.24491) 22839 : cluster [DBG] pgmap v20177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:09.003743+0000 mgr.y (mgr.24491) 22839 : cluster [DBG] pgmap v20177: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:45:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:45:12.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:11.004446+0000 mgr.y (mgr.24491) 22840 : cluster [DBG] pgmap v20178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:12.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:11.004446+0000 mgr.y (mgr.24491) 22840 : cluster [DBG] pgmap v20178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:12.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:11.004446+0000 mgr.y (mgr.24491) 22840 : cluster [DBG] pgmap v20178: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:12.857 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:45:13.134 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:45:13.134 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 15s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:45:13.134 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 14s ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:45:13.134 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 15s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 14s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 14s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 15s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 15s ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 14s ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 15s ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 15s ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 14s ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 15s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 15s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 15s ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:45:13.135 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 15s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:45:13.136 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 14s ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:45:13.136 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 14s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:45:13.136 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 14s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:45:13.136 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 14s ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:45:13.136 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 14s ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:45:13.470 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:45:13.470 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:45:13.470 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:45:13.470 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:45:13.470 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:45:13.471 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:45:13.471 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:45:13.471 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:45:13.471 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:45:13.471 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:45:13.471 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:45:13.471 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:45:13.471 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:45:13.471 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:45:13.471 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:45:13.471 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:45:13.472 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:45:14.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:45:12.846368+0000 mgr.y (mgr.24491) 22841 : audit [DBG] from='client.48239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:13.004825+0000 mgr.y (mgr.24491) 22842 : cluster [DBG] pgmap v20179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:45:13.128243+0000 mgr.y (mgr.24491) 22843 : audit [DBG] from='client.38337 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:14.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:45:13.471618+0000 mon.a (mon.0) 4587 : audit [DBG] from='client.? 172.21.15.177:0/2563862367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:45:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:45:12.846368+0000 mgr.y (mgr.24491) 22841 : audit [DBG] from='client.48239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:13.004825+0000 mgr.y (mgr.24491) 22842 : cluster [DBG] pgmap v20179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:45:13.128243+0000 mgr.y (mgr.24491) 22843 : audit [DBG] from='client.38337 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:14.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:45:13.471618+0000 mon.a (mon.0) 4587 : audit [DBG] from='client.? 172.21.15.177:0/2563862367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:45:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:45:12.846368+0000 mgr.y (mgr.24491) 22841 : audit [DBG] from='client.48239 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:13.004825+0000 mgr.y (mgr.24491) 22842 : cluster [DBG] pgmap v20179: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:45:13.128243+0000 mgr.y (mgr.24491) 22843 : audit [DBG] from='client.38337 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:45:13.471618+0000 mon.a (mon.0) 4587 : audit [DBG] from='client.? 172.21.15.177:0/2563862367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:45:16.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:15.005574+0000 mgr.y (mgr.24491) 22844 : cluster [DBG] pgmap v20180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:16.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:15.005574+0000 mgr.y (mgr.24491) 22844 : cluster [DBG] pgmap v20180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:15.005574+0000 mgr.y (mgr.24491) 22844 : cluster [DBG] pgmap v20180: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:18.078 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:45:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:45:18.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:17.005981+0000 mgr.y (mgr.24491) 22845 : cluster [DBG] pgmap v20181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:18.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:17.005981+0000 mgr.y (mgr.24491) 22845 : cluster [DBG] pgmap v20181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:17.005981+0000 mgr.y (mgr.24491) 22845 : cluster [DBG] pgmap v20181: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:20.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:19.006405+0000 mgr.y (mgr.24491) 22846 : cluster [DBG] pgmap v20182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:20.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:19.006405+0000 mgr.y (mgr.24491) 22846 : cluster [DBG] pgmap v20182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:19.006405+0000 mgr.y (mgr.24491) 22846 : cluster [DBG] pgmap v20182: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:45:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:45:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:21.007111+0000 mgr.y (mgr.24491) 22847 : cluster [DBG] pgmap v20183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:22.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:21.007111+0000 mgr.y (mgr.24491) 22847 : cluster [DBG] pgmap v20183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:22.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:21.007111+0000 mgr.y (mgr.24491) 22847 : cluster [DBG] pgmap v20183: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:24.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:23.007684+0000 mgr.y (mgr.24491) 22848 : cluster [DBG] pgmap v20184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:24.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:23.007684+0000 mgr.y (mgr.24491) 22848 : cluster [DBG] pgmap v20184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:24.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:23.007684+0000 mgr.y (mgr.24491) 22848 : cluster [DBG] pgmap v20184: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:26.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:25.008411+0000 mgr.y (mgr.24491) 22849 : cluster [DBG] pgmap v20185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:26.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:25.008411+0000 mgr.y (mgr.24491) 22849 : cluster [DBG] pgmap v20185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:25.008411+0000 mgr.y (mgr.24491) 22849 : cluster [DBG] pgmap v20185: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:28.098 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:45:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:45:28.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:27.008784+0000 mgr.y (mgr.24491) 22850 : cluster [DBG] pgmap v20186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:28.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:27.008784+0000 mgr.y (mgr.24491) 22850 : cluster [DBG] pgmap v20186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:27.008784+0000 mgr.y (mgr.24491) 22850 : cluster [DBG] pgmap v20186: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:30.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:29.009232+0000 mgr.y (mgr.24491) 22851 : cluster [DBG] pgmap v20187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:30.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:29.009232+0000 mgr.y (mgr.24491) 22851 : cluster [DBG] pgmap v20187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:29.009232+0000 mgr.y (mgr.24491) 22851 : cluster [DBG] pgmap v20187: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:45:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:45:32.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:31.010037+0000 mgr.y (mgr.24491) 22852 : cluster [DBG] pgmap v20188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:32.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:31.010037+0000 mgr.y (mgr.24491) 22852 : cluster [DBG] pgmap v20188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:31.010037+0000 mgr.y (mgr.24491) 22852 : cluster [DBG] pgmap v20188: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:34.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:33.010458+0000 mgr.y (mgr.24491) 22853 : cluster [DBG] pgmap v20189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:34.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:33.010458+0000 mgr.y (mgr.24491) 22853 : cluster [DBG] pgmap v20189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:33.010458+0000 mgr.y (mgr.24491) 22853 : cluster [DBG] pgmap v20189: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:35.011282+0000 mgr.y (mgr.24491) 22854 : cluster [DBG] pgmap v20190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:35.011282+0000 mgr.y (mgr.24491) 22854 : cluster [DBG] pgmap v20190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:35.011282+0000 mgr.y (mgr.24491) 22854 : cluster [DBG] pgmap v20190: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:38.116 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:45:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:37] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:45:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:37.011834+0000 mgr.y (mgr.24491) 22855 : cluster [DBG] pgmap v20191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:38.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:37.011834+0000 mgr.y (mgr.24491) 22855 : cluster [DBG] pgmap v20191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:37.011834+0000 mgr.y (mgr.24491) 22855 : cluster [DBG] pgmap v20191: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:40.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:39.012316+0000 mgr.y (mgr.24491) 22856 : cluster [DBG] pgmap v20192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:39.012316+0000 mgr.y (mgr.24491) 22856 : cluster [DBG] pgmap v20192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:39.012316+0000 mgr.y (mgr.24491) 22856 : cluster [DBG] pgmap v20192: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:45:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:45:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:41.012971+0000 mgr.y (mgr.24491) 22857 : cluster [DBG] pgmap v20193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:41.012971+0000 mgr.y (mgr.24491) 22857 : cluster [DBG] pgmap v20193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:41.012971+0000 mgr.y (mgr.24491) 22857 : cluster [DBG] pgmap v20193: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:43.781 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:45:44.056 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:45:44.056 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 46s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:45:44.056 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 45s ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:45:44.056 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 46s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:45:44.056 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 45s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:45:44.056 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 45s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 46s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 46s ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 45s ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 46s ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 46s ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 45s ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 46s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 46s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 46s ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 46s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 45s ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 45s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 45s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 45s ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:45:44.057 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 45s ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:45:44.392 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:45:44.392 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:45:44.392 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:45:44.392 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:45:44.392 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:45:44.392 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:45:44.392 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:45:44.392 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:45:44.392 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:45:44.392 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:45:44.392 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:45:44.393 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:45:44.393 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:45:44.393 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:45:44.393 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:45:44.393 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:45:44.393 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:45:44.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:43.013375+0000 mgr.y (mgr.24491) 22858 : cluster [DBG] pgmap v20194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:43.013375+0000 mgr.y (mgr.24491) 22858 : cluster [DBG] pgmap v20194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:43.013375+0000 mgr.y (mgr.24491) 22858 : cluster [DBG] pgmap v20194: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:45:43.771330+0000 mgr.y (mgr.24491) 22859 : audit [DBG] from='client.38349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:45:44.050346+0000 mgr.y (mgr.24491) 22860 : audit [DBG] from='client.48263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:45.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:45:44.393698+0000 mon.a (mon.0) 4588 : audit [DBG] from='client.? 172.21.15.177:0/1456048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:45:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:45:43.771330+0000 mgr.y (mgr.24491) 22859 : audit [DBG] from='client.38349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:45:44.050346+0000 mgr.y (mgr.24491) 22860 : audit [DBG] from='client.48263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:45.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:45:44.393698+0000 mon.a (mon.0) 4588 : audit [DBG] from='client.? 172.21.15.177:0/1456048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:45:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:45:43.771330+0000 mgr.y (mgr.24491) 22859 : audit [DBG] from='client.38349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:45:44.050346+0000 mgr.y (mgr.24491) 22860 : audit [DBG] from='client.48263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:45:45.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:45:44.393698+0000 mon.a (mon.0) 4588 : audit [DBG] from='client.? 172.21.15.177:0/1456048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:45:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:45.013935+0000 mgr.y (mgr.24491) 22861 : cluster [DBG] pgmap v20195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:45.013935+0000 mgr.y (mgr.24491) 22861 : cluster [DBG] pgmap v20195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:45.013935+0000 mgr.y (mgr.24491) 22861 : cluster [DBG] pgmap v20195: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:48.136 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:45:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:45:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:47.014446+0000 mgr.y (mgr.24491) 22862 : cluster [DBG] pgmap v20196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:47.014446+0000 mgr.y (mgr.24491) 22862 : cluster [DBG] pgmap v20196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:47.014446+0000 mgr.y (mgr.24491) 22862 : cluster [DBG] pgmap v20196: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:49.014913+0000 mgr.y (mgr.24491) 22863 : cluster [DBG] pgmap v20197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:50.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:49.014913+0000 mgr.y (mgr.24491) 22863 : cluster [DBG] pgmap v20197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:50.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:49.014913+0000 mgr.y (mgr.24491) 22863 : cluster [DBG] pgmap v20197: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:45:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:45:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:51.015737+0000 mgr.y (mgr.24491) 22864 : cluster [DBG] pgmap v20198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:51.015737+0000 mgr.y (mgr.24491) 22864 : cluster [DBG] pgmap v20198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:52.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:51.015737+0000 mgr.y (mgr.24491) 22864 : cluster [DBG] pgmap v20198: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:53.016210+0000 mgr.y (mgr.24491) 22865 : cluster [DBG] pgmap v20199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:53.016210+0000 mgr.y (mgr.24491) 22865 : cluster [DBG] pgmap v20199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:53.016210+0000 mgr.y (mgr.24491) 22865 : cluster [DBG] pgmap v20199: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:55.017060+0000 mgr.y (mgr.24491) 22866 : cluster [DBG] pgmap v20200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:55.017060+0000 mgr.y (mgr.24491) 22866 : cluster [DBG] pgmap v20200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:55.017060+0000 mgr.y (mgr.24491) 22866 : cluster [DBG] pgmap v20200: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:58.152 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:45:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:45:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:45:58.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:57.017467+0000 mgr.y (mgr.24491) 22867 : cluster [DBG] pgmap v20201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:58.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:57.017467+0000 mgr.y (mgr.24491) 22867 : cluster [DBG] pgmap v20201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:58.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:57.017467+0000 mgr.y (mgr.24491) 22867 : cluster [DBG] pgmap v20201: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:45:59.501 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:45:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:45:58.970870+0000 mon.a (mon.0) 4589 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:45:59.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:45:58.970870+0000 mon.a (mon.0) 4589 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:45:59.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:45:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:45:58.970870+0000 mon.a (mon.0) 4589 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:46:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:45:59.017809+0000 mgr.y (mgr.24491) 22868 : cluster [DBG] pgmap v20202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:45:59.264845+0000 mon.a (mon.0) 4590 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:46:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:45:59.265514+0000 mon.a (mon.0) 4591 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:46:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:45:59.270661+0000 mon.a (mon.0) 4592 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:46:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:45:59.017809+0000 mgr.y (mgr.24491) 22868 : cluster [DBG] pgmap v20202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:45:59.264845+0000 mon.a (mon.0) 4590 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:46:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:45:59.265514+0000 mon.a (mon.0) 4591 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:46:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:45:59.270661+0000 mon.a (mon.0) 4592 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:46:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:45:59.017809+0000 mgr.y (mgr.24491) 22868 : cluster [DBG] pgmap v20202: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:45:59.264845+0000 mon.a (mon.0) 4590 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:46:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:45:59.265514+0000 mon.a (mon.0) 4591 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:46:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:45:59.270661+0000 mon.a (mon.0) 4592 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:46:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:46:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:46:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:01.018576+0000 mgr.y (mgr.24491) 22869 : cluster [DBG] pgmap v20203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:01.018576+0000 mgr.y (mgr.24491) 22869 : cluster [DBG] pgmap v20203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:01.018576+0000 mgr.y (mgr.24491) 22869 : cluster [DBG] pgmap v20203: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:03.019082+0000 mgr.y (mgr.24491) 22870 : cluster [DBG] pgmap v20204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:03.019082+0000 mgr.y (mgr.24491) 22870 : cluster [DBG] pgmap v20204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:03.019082+0000 mgr.y (mgr.24491) 22870 : cluster [DBG] pgmap v20204: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:05.019737+0000 mgr.y (mgr.24491) 22871 : cluster [DBG] pgmap v20205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:05.019737+0000 mgr.y (mgr.24491) 22871 : cluster [DBG] pgmap v20205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:05.019737+0000 mgr.y (mgr.24491) 22871 : cluster [DBG] pgmap v20205: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:46:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:46:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:07.020163+0000 mgr.y (mgr.24491) 22872 : cluster [DBG] pgmap v20206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:07.020163+0000 mgr.y (mgr.24491) 22872 : cluster [DBG] pgmap v20206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:07.020163+0000 mgr.y (mgr.24491) 22872 : cluster [DBG] pgmap v20206: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:09.020523+0000 mgr.y (mgr.24491) 22873 : cluster [DBG] pgmap v20207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:09.020523+0000 mgr.y (mgr.24491) 22873 : cluster [DBG] pgmap v20207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:09.020523+0000 mgr.y (mgr.24491) 22873 : cluster [DBG] pgmap v20207: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:46:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:46:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:11.021396+0000 mgr.y (mgr.24491) 22874 : cluster [DBG] pgmap v20208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:11.021396+0000 mgr.y (mgr.24491) 22874 : cluster [DBG] pgmap v20208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:11.021396+0000 mgr.y (mgr.24491) 22874 : cluster [DBG] pgmap v20208: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:14.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:13.021800+0000 mgr.y (mgr.24491) 22875 : cluster [DBG] pgmap v20209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:14.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:13.021800+0000 mgr.y (mgr.24491) 22875 : cluster [DBG] pgmap v20209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:13.021800+0000 mgr.y (mgr.24491) 22875 : cluster [DBG] pgmap v20209: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:14.697 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:46:14.974 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:46:14.974 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 77s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:46:14.974 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 76s ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:46:14.974 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 77s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:46:14.974 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 76s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:46:14.974 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 76s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:46:14.974 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 77s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:46:14.974 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 77s ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:46:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 76s ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:46:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 77s ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:46:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 77s ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:46:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 76s ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:46:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 77s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:46:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 77s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:46:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 77s ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:46:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 77s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:46:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 76s ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:46:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 76s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:46:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 76s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:46:14.976 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 76s ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:46:14.976 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 76s ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:46:15.310 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:46:15.311 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:46:15.311 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:46:15.311 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:46:15.311 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:46:15.311 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:46:15.311 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:46:15.311 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:46:15.311 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:46:15.311 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:46:15.312 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:46:15.312 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:46:15.312 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:46:15.312 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:46:15.312 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:46:15.312 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:46:15.312 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:46:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:46:14.687305+0000 mgr.y (mgr.24491) 22876 : audit [DBG] from='client.48275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:46:14.967713+0000 mgr.y (mgr.24491) 22877 : audit [DBG] from='client.48281 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:15.022434+0000 mgr.y (mgr.24491) 22878 : cluster [DBG] pgmap v20210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:46:15.312015+0000 mon.a (mon.0) 4593 : audit [DBG] from='client.? 172.21.15.177:0/1063788616' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:46:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:46:14.687305+0000 mgr.y (mgr.24491) 22876 : audit [DBG] from='client.48275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:46:14.967713+0000 mgr.y (mgr.24491) 22877 : audit [DBG] from='client.48281 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:15.022434+0000 mgr.y (mgr.24491) 22878 : cluster [DBG] pgmap v20210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:46:15.312015+0000 mon.a (mon.0) 4593 : audit [DBG] from='client.? 172.21.15.177:0/1063788616' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:46:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:46:14.687305+0000 mgr.y (mgr.24491) 22876 : audit [DBG] from='client.48275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:46:14.967713+0000 mgr.y (mgr.24491) 22877 : audit [DBG] from='client.48281 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:15.022434+0000 mgr.y (mgr.24491) 22878 : cluster [DBG] pgmap v20210: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:46:15.312015+0000 mon.a (mon.0) 4593 : audit [DBG] from='client.? 172.21.15.177:0/1063788616' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:46:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:46:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:46:18.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:17.022776+0000 mgr.y (mgr.24491) 22879 : cluster [DBG] pgmap v20211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:17.022776+0000 mgr.y (mgr.24491) 22879 : cluster [DBG] pgmap v20211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:17.022776+0000 mgr.y (mgr.24491) 22879 : cluster [DBG] pgmap v20211: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:19.023174+0000 mgr.y (mgr.24491) 22880 : cluster [DBG] pgmap v20212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:19.023174+0000 mgr.y (mgr.24491) 22880 : cluster [DBG] pgmap v20212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:19.023174+0000 mgr.y (mgr.24491) 22880 : cluster [DBG] pgmap v20212: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:46:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:46:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:21.023890+0000 mgr.y (mgr.24491) 22881 : cluster [DBG] pgmap v20213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:21.023890+0000 mgr.y (mgr.24491) 22881 : cluster [DBG] pgmap v20213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:21.023890+0000 mgr.y (mgr.24491) 22881 : cluster [DBG] pgmap v20213: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:23.024334+0000 mgr.y (mgr.24491) 22882 : cluster [DBG] pgmap v20214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:23.024334+0000 mgr.y (mgr.24491) 22882 : cluster [DBG] pgmap v20214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:23.024334+0000 mgr.y (mgr.24491) 22882 : cluster [DBG] pgmap v20214: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:25.025182+0000 mgr.y (mgr.24491) 22883 : cluster [DBG] pgmap v20215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:25.025182+0000 mgr.y (mgr.24491) 22883 : cluster [DBG] pgmap v20215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:25.025182+0000 mgr.y (mgr.24491) 22883 : cluster [DBG] pgmap v20215: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:46:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:46:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:27.025710+0000 mgr.y (mgr.24491) 22884 : cluster [DBG] pgmap v20216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:27.025710+0000 mgr.y (mgr.24491) 22884 : cluster [DBG] pgmap v20216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:27.025710+0000 mgr.y (mgr.24491) 22884 : cluster [DBG] pgmap v20216: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:29.026181+0000 mgr.y (mgr.24491) 22885 : cluster [DBG] pgmap v20217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:29.026181+0000 mgr.y (mgr.24491) 22885 : cluster [DBG] pgmap v20217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:29.026181+0000 mgr.y (mgr.24491) 22885 : cluster [DBG] pgmap v20217: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:46:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:46:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:31.026929+0000 mgr.y (mgr.24491) 22886 : cluster [DBG] pgmap v20218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:31.026929+0000 mgr.y (mgr.24491) 22886 : cluster [DBG] pgmap v20218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:31.026929+0000 mgr.y (mgr.24491) 22886 : cluster [DBG] pgmap v20218: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:33.027522+0000 mgr.y (mgr.24491) 22887 : cluster [DBG] pgmap v20219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:33.027522+0000 mgr.y (mgr.24491) 22887 : cluster [DBG] pgmap v20219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:33.027522+0000 mgr.y (mgr.24491) 22887 : cluster [DBG] pgmap v20219: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:35.028297+0000 mgr.y (mgr.24491) 22888 : cluster [DBG] pgmap v20220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:35.028297+0000 mgr.y (mgr.24491) 22888 : cluster [DBG] pgmap v20220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:35.028297+0000 mgr.y (mgr.24491) 22888 : cluster [DBG] pgmap v20220: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:46:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:37] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:46:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:37.028710+0000 mgr.y (mgr.24491) 22889 : cluster [DBG] pgmap v20221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:37.028710+0000 mgr.y (mgr.24491) 22889 : cluster [DBG] pgmap v20221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:37.028710+0000 mgr.y (mgr.24491) 22889 : cluster [DBG] pgmap v20221: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:39.029270+0000 mgr.y (mgr.24491) 22890 : cluster [DBG] pgmap v20222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:39.029270+0000 mgr.y (mgr.24491) 22890 : cluster [DBG] pgmap v20222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:39.029270+0000 mgr.y (mgr.24491) 22890 : cluster [DBG] pgmap v20222: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:46:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:46:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:41.030109+0000 mgr.y (mgr.24491) 22891 : cluster [DBG] pgmap v20223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:41.030109+0000 mgr.y (mgr.24491) 22891 : cluster [DBG] pgmap v20223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:41.030109+0000 mgr.y (mgr.24491) 22891 : cluster [DBG] pgmap v20223: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:43.030674+0000 mgr.y (mgr.24491) 22892 : cluster [DBG] pgmap v20224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:43.030674+0000 mgr.y (mgr.24491) 22892 : cluster [DBG] pgmap v20224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:43.030674+0000 mgr.y (mgr.24491) 22892 : cluster [DBG] pgmap v20224: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:45.615 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:46:45.890 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:46:45.890 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 108s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:46:45.891 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 107s ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:46:45.891 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 108s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:46:45.891 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 107s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:46:45.891 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 107s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:46:45.891 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 108s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:46:45.891 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 108s ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:46:45.891 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 107s ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:46:45.891 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 108s ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:46:45.891 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 108s ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:46:45.891 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 107s ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:46:45.891 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 108s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:46:45.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 108s ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:46:45.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 108s ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:46:45.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 108s ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:46:45.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 107s ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:46:45.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 107s ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:46:45.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 107s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:46:45.892 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 107s ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:46:45.892 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 107s ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:46:46.221 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:46:46.221 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:46:46.221 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:46:46.221 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:46:46.221 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:46:46.221 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:46:46.221 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:46:46.221 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:46:46.221 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:46:46.222 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:46:46.222 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:46:46.222 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:46:46.222 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:46:46.222 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:46:46.222 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:46:46.222 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:46:46.222 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:46:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:45.031413+0000 mgr.y (mgr.24491) 22893 : cluster [DBG] pgmap v20225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:46:46.222415+0000 mon.c (mon.2) 709 : audit [DBG] from='client.? 172.21.15.177:0/432869797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:46:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:45.031413+0000 mgr.y (mgr.24491) 22893 : cluster [DBG] pgmap v20225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:46:46.222415+0000 mon.c (mon.2) 709 : audit [DBG] from='client.? 172.21.15.177:0/432869797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:46:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:45.031413+0000 mgr.y (mgr.24491) 22893 : cluster [DBG] pgmap v20225: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:46:46.222415+0000 mon.c (mon.2) 709 : audit [DBG] from='client.? 172.21.15.177:0/432869797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:46:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:46:45.605298+0000 mgr.y (mgr.24491) 22894 : audit [DBG] from='client.48293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:47.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:46:45.883927+0000 mgr.y (mgr.24491) 22895 : audit [DBG] from='client.38391 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:46:45.605298+0000 mgr.y (mgr.24491) 22894 : audit [DBG] from='client.48293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:47.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:46:45.883927+0000 mgr.y (mgr.24491) 22895 : audit [DBG] from='client.38391 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:46:45.605298+0000 mgr.y (mgr.24491) 22894 : audit [DBG] from='client.48293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:47.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:46:45.883927+0000 mgr.y (mgr.24491) 22895 : audit [DBG] from='client.38391 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:46:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:46:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:46:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:47.031888+0000 mgr.y (mgr.24491) 22896 : cluster [DBG] pgmap v20226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:47.031888+0000 mgr.y (mgr.24491) 22896 : cluster [DBG] pgmap v20226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:48.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:47.031888+0000 mgr.y (mgr.24491) 22896 : cluster [DBG] pgmap v20226: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:49.032361+0000 mgr.y (mgr.24491) 22897 : cluster [DBG] pgmap v20227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:49.032361+0000 mgr.y (mgr.24491) 22897 : cluster [DBG] pgmap v20227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:49.032361+0000 mgr.y (mgr.24491) 22897 : cluster [DBG] pgmap v20227: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:51.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:46:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:46:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:51.033163+0000 mgr.y (mgr.24491) 22898 : cluster [DBG] pgmap v20228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:51.033163+0000 mgr.y (mgr.24491) 22898 : cluster [DBG] pgmap v20228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:51.033163+0000 mgr.y (mgr.24491) 22898 : cluster [DBG] pgmap v20228: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:53.033624+0000 mgr.y (mgr.24491) 22899 : cluster [DBG] pgmap v20229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:53.033624+0000 mgr.y (mgr.24491) 22899 : cluster [DBG] pgmap v20229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:53.033624+0000 mgr.y (mgr.24491) 22899 : cluster [DBG] pgmap v20229: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:55.034357+0000 mgr.y (mgr.24491) 22900 : cluster [DBG] pgmap v20230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:55.034357+0000 mgr.y (mgr.24491) 22900 : cluster [DBG] pgmap v20230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:55.034357+0000 mgr.y (mgr.24491) 22900 : cluster [DBG] pgmap v20230: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:46:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:46:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:46:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:57.034796+0000 mgr.y (mgr.24491) 22901 : cluster [DBG] pgmap v20231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:46:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:57.034796+0000 mgr.y (mgr.24491) 22901 : cluster [DBG] pgmap v20231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:46:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:46:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:57.034796+0000 mgr.y (mgr.24491) 22901 : cluster [DBG] pgmap v20231: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:46:59.035146+0000 mgr.y (mgr.24491) 22902 : cluster [DBG] pgmap v20232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:46:59.283335+0000 mon.a (mon.0) 4594 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:47:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:46:59.577202+0000 mon.a (mon.0) 4595 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:47:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:46:59.577880+0000 mon.a (mon.0) 4596 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:47:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:46:59.582221+0000 mon.a (mon.0) 4597 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:47:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:46:59.035146+0000 mgr.y (mgr.24491) 22902 : cluster [DBG] pgmap v20232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:46:59.283335+0000 mon.a (mon.0) 4594 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:47:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:46:59.577202+0000 mon.a (mon.0) 4595 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:47:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:46:59.577880+0000 mon.a (mon.0) 4596 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:47:00.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:46:59.582221+0000 mon.a (mon.0) 4597 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:47:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:46:59.035146+0000 mgr.y (mgr.24491) 22902 : cluster [DBG] pgmap v20232: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:46:59.283335+0000 mon.a (mon.0) 4594 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:47:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:46:59.577202+0000 mon.a (mon.0) 4595 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:47:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:46:59.577880+0000 mon.a (mon.0) 4596 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:47:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:46:59.582221+0000 mon.a (mon.0) 4597 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:47:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:47:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:47:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:01.035785+0000 mgr.y (mgr.24491) 22903 : cluster [DBG] pgmap v20233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:01.035785+0000 mgr.y (mgr.24491) 22903 : cluster [DBG] pgmap v20233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:01.035785+0000 mgr.y (mgr.24491) 22903 : cluster [DBG] pgmap v20233: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:03.036301+0000 mgr.y (mgr.24491) 22904 : cluster [DBG] pgmap v20234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:04.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:03.036301+0000 mgr.y (mgr.24491) 22904 : cluster [DBG] pgmap v20234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:03.036301+0000 mgr.y (mgr.24491) 22904 : cluster [DBG] pgmap v20234: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:05.037111+0000 mgr.y (mgr.24491) 22905 : cluster [DBG] pgmap v20235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:05.037111+0000 mgr.y (mgr.24491) 22905 : cluster [DBG] pgmap v20235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:05.037111+0000 mgr.y (mgr.24491) 22905 : cluster [DBG] pgmap v20235: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:47:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:07] "GET /metrics HTTP/1.1" 200 188292 "" "Prometheus/2.33.4" 2024-04-20T14:47:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:07.037595+0000 mgr.y (mgr.24491) 22906 : cluster [DBG] pgmap v20236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:07.037595+0000 mgr.y (mgr.24491) 22906 : cluster [DBG] pgmap v20236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:07.037595+0000 mgr.y (mgr.24491) 22906 : cluster [DBG] pgmap v20236: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:09.037990+0000 mgr.y (mgr.24491) 22907 : cluster [DBG] pgmap v20237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:09.037990+0000 mgr.y (mgr.24491) 22907 : cluster [DBG] pgmap v20237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:09.037990+0000 mgr.y (mgr.24491) 22907 : cluster [DBG] pgmap v20237: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:47:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:47:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:11.038621+0000 mgr.y (mgr.24491) 22908 : cluster [DBG] pgmap v20238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:11.038621+0000 mgr.y (mgr.24491) 22908 : cluster [DBG] pgmap v20238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:11.038621+0000 mgr.y (mgr.24491) 22908 : cluster [DBG] pgmap v20238: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:13.038993+0000 mgr.y (mgr.24491) 22909 : cluster [DBG] pgmap v20239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:13.038993+0000 mgr.y (mgr.24491) 22909 : cluster [DBG] pgmap v20239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:13.038993+0000 mgr.y (mgr.24491) 22909 : cluster [DBG] pgmap v20239: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:16.538 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:47:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:15.039720+0000 mgr.y (mgr.24491) 22910 : cluster [DBG] pgmap v20240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:15.039720+0000 mgr.y (mgr.24491) 22910 : cluster [DBG] pgmap v20240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:15.039720+0000 mgr.y (mgr.24491) 22910 : cluster [DBG] pgmap v20240: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:16.812 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:47:16.812 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 2m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:47:16.812 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 2m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:47:16.812 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 2m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:47:16.812 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 2m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:47:16.812 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 2m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 2m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 2m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 2m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 2m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 2m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 2m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 2m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 2m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 2m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 2m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 2m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 2m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 2m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 2m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:47:16.813 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 2m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:47:17.146 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:47:17.147 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:47:17.147 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:47:17.147 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:47:17.147 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:47:17.147 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:47:17.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:47:17.147519+0000 mon.a (mon.0) 4598 : audit [DBG] from='client.? 172.21.15.177:0/1682968355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:47:17.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:47:17.147519+0000 mon.a (mon.0) 4598 : audit [DBG] from='client.? 172.21.15.177:0/1682968355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:47:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:47:17.147519+0000 mon.a (mon.0) 4598 : audit [DBG] from='client.? 172.21.15.177:0/1682968355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:47:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:47:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:17] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T14:47:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:47:16.528141+0000 mgr.y (mgr.24491) 22911 : audit [DBG] from='client.38403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:47:16.806364+0000 mgr.y (mgr.24491) 22912 : audit [DBG] from='client.48317 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:17.040111+0000 mgr.y (mgr.24491) 22913 : cluster [DBG] pgmap v20241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:47:16.528141+0000 mgr.y (mgr.24491) 22911 : audit [DBG] from='client.38403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:47:16.806364+0000 mgr.y (mgr.24491) 22912 : audit [DBG] from='client.48317 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:17.040111+0000 mgr.y (mgr.24491) 22913 : cluster [DBG] pgmap v20241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:47:16.528141+0000 mgr.y (mgr.24491) 22911 : audit [DBG] from='client.38403 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:47:16.806364+0000 mgr.y (mgr.24491) 22912 : audit [DBG] from='client.48317 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:17.040111+0000 mgr.y (mgr.24491) 22913 : cluster [DBG] pgmap v20241: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:19.040535+0000 mgr.y (mgr.24491) 22914 : cluster [DBG] pgmap v20242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:19.040535+0000 mgr.y (mgr.24491) 22914 : cluster [DBG] pgmap v20242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:19.040535+0000 mgr.y (mgr.24491) 22914 : cluster [DBG] pgmap v20242: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:47:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:47:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:21.041202+0000 mgr.y (mgr.24491) 22915 : cluster [DBG] pgmap v20243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:21.041202+0000 mgr.y (mgr.24491) 22915 : cluster [DBG] pgmap v20243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:21.041202+0000 mgr.y (mgr.24491) 22915 : cluster [DBG] pgmap v20243: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:23.041649+0000 mgr.y (mgr.24491) 22916 : cluster [DBG] pgmap v20244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:23.041649+0000 mgr.y (mgr.24491) 22916 : cluster [DBG] pgmap v20244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:23.041649+0000 mgr.y (mgr.24491) 22916 : cluster [DBG] pgmap v20244: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:25.042242+0000 mgr.y (mgr.24491) 22917 : cluster [DBG] pgmap v20245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:25.042242+0000 mgr.y (mgr.24491) 22917 : cluster [DBG] pgmap v20245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:25.042242+0000 mgr.y (mgr.24491) 22917 : cluster [DBG] pgmap v20245: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:47:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:27] "GET /metrics HTTP/1.1" 200 188291 "" "Prometheus/2.33.4" 2024-04-20T14:47:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:27.042642+0000 mgr.y (mgr.24491) 22918 : cluster [DBG] pgmap v20246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:27.042642+0000 mgr.y (mgr.24491) 22918 : cluster [DBG] pgmap v20246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:27.042642+0000 mgr.y (mgr.24491) 22918 : cluster [DBG] pgmap v20246: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:29.043125+0000 mgr.y (mgr.24491) 22919 : cluster [DBG] pgmap v20247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:29.043125+0000 mgr.y (mgr.24491) 22919 : cluster [DBG] pgmap v20247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:29.043125+0000 mgr.y (mgr.24491) 22919 : cluster [DBG] pgmap v20247: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:47:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:47:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:31.043934+0000 mgr.y (mgr.24491) 22920 : cluster [DBG] pgmap v20248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:31.043934+0000 mgr.y (mgr.24491) 22920 : cluster [DBG] pgmap v20248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:31.043934+0000 mgr.y (mgr.24491) 22920 : cluster [DBG] pgmap v20248: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:33.044356+0000 mgr.y (mgr.24491) 22921 : cluster [DBG] pgmap v20249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:33.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:33.044356+0000 mgr.y (mgr.24491) 22921 : cluster [DBG] pgmap v20249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:33.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:33.044356+0000 mgr.y (mgr.24491) 22921 : cluster [DBG] pgmap v20249: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:36.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:35.045028+0000 mgr.y (mgr.24491) 22922 : cluster [DBG] pgmap v20250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:36.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:35.045028+0000 mgr.y (mgr.24491) 22922 : cluster [DBG] pgmap v20250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:35.045028+0000 mgr.y (mgr.24491) 22922 : cluster [DBG] pgmap v20250: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:38.100 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:47:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:47:38.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:37.045340+0000 mgr.y (mgr.24491) 22923 : cluster [DBG] pgmap v20251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:38.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:37.045340+0000 mgr.y (mgr.24491) 22923 : cluster [DBG] pgmap v20251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:37.045340+0000 mgr.y (mgr.24491) 22923 : cluster [DBG] pgmap v20251: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:40.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:39.045781+0000 mgr.y (mgr.24491) 22924 : cluster [DBG] pgmap v20252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:40.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:39.045781+0000 mgr.y (mgr.24491) 22924 : cluster [DBG] pgmap v20252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:39.045781+0000 mgr.y (mgr.24491) 22924 : cluster [DBG] pgmap v20252: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:47:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:47:42.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:41.046402+0000 mgr.y (mgr.24491) 22925 : cluster [DBG] pgmap v20253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:42.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:41.046402+0000 mgr.y (mgr.24491) 22925 : cluster [DBG] pgmap v20253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:42.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:41.046402+0000 mgr.y (mgr.24491) 22925 : cluster [DBG] pgmap v20253: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:44.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:43.046853+0000 mgr.y (mgr.24491) 22926 : cluster [DBG] pgmap v20254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:44.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:43.046853+0000 mgr.y (mgr.24491) 22926 : cluster [DBG] pgmap v20254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:43.046853+0000 mgr.y (mgr.24491) 22926 : cluster [DBG] pgmap v20254: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:46.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:45.047577+0000 mgr.y (mgr.24491) 22927 : cluster [DBG] pgmap v20255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:46.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:45.047577+0000 mgr.y (mgr.24491) 22927 : cluster [DBG] pgmap v20255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:46.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:45.047577+0000 mgr.y (mgr.24491) 22927 : cluster [DBG] pgmap v20255: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:47.456 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:47:47.732 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:47:47.732 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 2m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:47:47.732 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 2m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:47:47.732 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 2m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:47:47.732 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 2m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:47:47.732 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 2m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:47:47.732 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 2m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 2m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 2m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 2m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 2m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 2m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 2m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 2m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 2m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 2m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 2m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 2m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 2m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 2m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:47:47.733 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 2m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:47:48.065 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:47:48.066 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:47:48.066 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:47:48.066 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:47:48.066 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:47:48.066 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:47:48.116 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:47:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:47:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:47.048169+0000 mgr.y (mgr.24491) 22928 : cluster [DBG] pgmap v20256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:48.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:47:48.066390+0000 mon.a (mon.0) 4599 : audit [DBG] from='client.? 172.21.15.177:0/3974930856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:47:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:47.048169+0000 mgr.y (mgr.24491) 22928 : cluster [DBG] pgmap v20256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:48.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:47:48.066390+0000 mon.a (mon.0) 4599 : audit [DBG] from='client.? 172.21.15.177:0/3974930856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:47:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:47.048169+0000 mgr.y (mgr.24491) 22928 : cluster [DBG] pgmap v20256: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:47:48.066390+0000 mon.a (mon.0) 4599 : audit [DBG] from='client.? 172.21.15.177:0/3974930856' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:47:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:47:47.445772+0000 mgr.y (mgr.24491) 22929 : audit [DBG] from='client.48329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:49.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:47:47.724629+0000 mgr.y (mgr.24491) 22930 : audit [DBG] from='client.38427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:47:47.445772+0000 mgr.y (mgr.24491) 22929 : audit [DBG] from='client.48329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:49.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:47:47.724629+0000 mgr.y (mgr.24491) 22930 : audit [DBG] from='client.38427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:47:47.445772+0000 mgr.y (mgr.24491) 22929 : audit [DBG] from='client.48329 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:49.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:47:47.724629+0000 mgr.y (mgr.24491) 22930 : audit [DBG] from='client.38427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:47:50.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:49.048771+0000 mgr.y (mgr.24491) 22931 : cluster [DBG] pgmap v20257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:50.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:49.048771+0000 mgr.y (mgr.24491) 22931 : cluster [DBG] pgmap v20257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:49.048771+0000 mgr.y (mgr.24491) 22931 : cluster [DBG] pgmap v20257: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:47:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:47:52.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:51.049417+0000 mgr.y (mgr.24491) 22932 : cluster [DBG] pgmap v20258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:52.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:51.049417+0000 mgr.y (mgr.24491) 22932 : cluster [DBG] pgmap v20258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:51.049417+0000 mgr.y (mgr.24491) 22932 : cluster [DBG] pgmap v20258: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:54.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:53.049912+0000 mgr.y (mgr.24491) 22933 : cluster [DBG] pgmap v20259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:54.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:53.049912+0000 mgr.y (mgr.24491) 22933 : cluster [DBG] pgmap v20259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:54.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:53.049912+0000 mgr.y (mgr.24491) 22933 : cluster [DBG] pgmap v20259: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:56.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:55.050688+0000 mgr.y (mgr.24491) 22934 : cluster [DBG] pgmap v20260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:56.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:55.050688+0000 mgr.y (mgr.24491) 22934 : cluster [DBG] pgmap v20260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:56.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:55.050688+0000 mgr.y (mgr.24491) 22934 : cluster [DBG] pgmap v20260: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:58.139 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:47:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:47:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:47:58.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:57.051086+0000 mgr.y (mgr.24491) 22935 : cluster [DBG] pgmap v20261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:58.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:47:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:57.051086+0000 mgr.y (mgr.24491) 22935 : cluster [DBG] pgmap v20261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:47:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:47:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:57.051086+0000 mgr.y (mgr.24491) 22935 : cluster [DBG] pgmap v20261: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:47:59.051561+0000 mgr.y (mgr.24491) 22936 : cluster [DBG] pgmap v20262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:47:59.586297+0000 mon.a (mon.0) 4600 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:48:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:47:59.826252+0000 mon.a (mon.0) 4601 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:48:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:48:00.128397+0000 mon.a (mon.0) 4602 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:48:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:48:00.128999+0000 mon.a (mon.0) 4603 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:48:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:48:00.134564+0000 mon.a (mon.0) 4604 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:48:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:47:59.051561+0000 mgr.y (mgr.24491) 22936 : cluster [DBG] pgmap v20262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:47:59.586297+0000 mon.a (mon.0) 4600 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:48:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:47:59.826252+0000 mon.a (mon.0) 4601 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:48:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:48:00.128397+0000 mon.a (mon.0) 4602 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:48:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:48:00.128999+0000 mon.a (mon.0) 4603 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:48:00.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:48:00.134564+0000 mon.a (mon.0) 4604 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:48:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:47:59.051561+0000 mgr.y (mgr.24491) 22936 : cluster [DBG] pgmap v20262: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:00.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:47:59.586297+0000 mon.a (mon.0) 4600 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:48:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:47:59.826252+0000 mon.a (mon.0) 4601 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:48:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:48:00.128397+0000 mon.a (mon.0) 4602 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:48:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:48:00.128999+0000 mon.a (mon.0) 4603 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:48:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:48:00.134564+0000 mon.a (mon.0) 4604 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:48:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:48:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:48:02.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:01.052213+0000 mgr.y (mgr.24491) 22937 : cluster [DBG] pgmap v20263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:02.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:01.052213+0000 mgr.y (mgr.24491) 22937 : cluster [DBG] pgmap v20263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:02.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:01.052213+0000 mgr.y (mgr.24491) 22937 : cluster [DBG] pgmap v20263: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:04.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:03.052803+0000 mgr.y (mgr.24491) 22938 : cluster [DBG] pgmap v20264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:04.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:03.052803+0000 mgr.y (mgr.24491) 22938 : cluster [DBG] pgmap v20264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:03.052803+0000 mgr.y (mgr.24491) 22938 : cluster [DBG] pgmap v20264: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:05.053630+0000 mgr.y (mgr.24491) 22939 : cluster [DBG] pgmap v20265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:05.053630+0000 mgr.y (mgr.24491) 22939 : cluster [DBG] pgmap v20265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:05.053630+0000 mgr.y (mgr.24491) 22939 : cluster [DBG] pgmap v20265: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:48:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:07] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:48:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:07.054124+0000 mgr.y (mgr.24491) 22940 : cluster [DBG] pgmap v20266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:07.054124+0000 mgr.y (mgr.24491) 22940 : cluster [DBG] pgmap v20266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:07.054124+0000 mgr.y (mgr.24491) 22940 : cluster [DBG] pgmap v20266: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:09.054525+0000 mgr.y (mgr.24491) 22941 : cluster [DBG] pgmap v20267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:09.054525+0000 mgr.y (mgr.24491) 22941 : cluster [DBG] pgmap v20267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:09.054525+0000 mgr.y (mgr.24491) 22941 : cluster [DBG] pgmap v20267: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:11.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:48:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:48:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:11.055201+0000 mgr.y (mgr.24491) 22942 : cluster [DBG] pgmap v20268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:11.055201+0000 mgr.y (mgr.24491) 22942 : cluster [DBG] pgmap v20268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:11.055201+0000 mgr.y (mgr.24491) 22942 : cluster [DBG] pgmap v20268: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:13.055662+0000 mgr.y (mgr.24491) 22943 : cluster [DBG] pgmap v20269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:13.055662+0000 mgr.y (mgr.24491) 22943 : cluster [DBG] pgmap v20269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:13.055662+0000 mgr.y (mgr.24491) 22943 : cluster [DBG] pgmap v20269: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:16.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:15.056440+0000 mgr.y (mgr.24491) 22944 : cluster [DBG] pgmap v20270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:15.056440+0000 mgr.y (mgr.24491) 22944 : cluster [DBG] pgmap v20270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:16.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:15.056440+0000 mgr.y (mgr.24491) 22944 : cluster [DBG] pgmap v20270: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:18.156 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:48:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:48:18.377 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:48:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:17.056874+0000 mgr.y (mgr.24491) 22945 : cluster [DBG] pgmap v20271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:18.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:17.056874+0000 mgr.y (mgr.24491) 22945 : cluster [DBG] pgmap v20271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:18.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:17.056874+0000 mgr.y (mgr.24491) 22945 : cluster [DBG] pgmap v20271: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:48:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 3m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:48:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 3m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:48:18.653 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 3m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:48:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 3m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:48:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 3m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:48:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 3m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:48:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 3m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:48:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 3m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:48:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 3m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:48:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 3m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:48:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 3m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:48:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 3m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:48:18.654 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 3m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:48:18.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 3m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:48:18.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 3m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:48:18.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 3m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:48:18.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 3m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:48:18.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 3m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:48:18.655 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 3m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:48:18.655 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 3m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:48:18.986 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:48:18.987 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:48:18.987 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:48:18.987 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:48:18.987 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:48:18.987 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:48:19.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:48:18.987383+0000 mon.a (mon.0) 4605 : audit [DBG] from='client.? 172.21.15.177:0/4070178920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:48:19.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:48:18.987383+0000 mon.a (mon.0) 4605 : audit [DBG] from='client.? 172.21.15.177:0/4070178920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:48:19.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:48:18.987383+0000 mon.a (mon.0) 4605 : audit [DBG] from='client.? 172.21.15.177:0/4070178920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:48:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:48:18.366024+0000 mgr.y (mgr.24491) 22946 : audit [DBG] from='client.38439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:48:18.647023+0000 mgr.y (mgr.24491) 22947 : audit [DBG] from='client.48353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:19.057254+0000 mgr.y (mgr.24491) 22948 : cluster [DBG] pgmap v20272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:48:18.366024+0000 mgr.y (mgr.24491) 22946 : audit [DBG] from='client.38439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:48:18.647023+0000 mgr.y (mgr.24491) 22947 : audit [DBG] from='client.48353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:19.057254+0000 mgr.y (mgr.24491) 22948 : cluster [DBG] pgmap v20272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:48:18.366024+0000 mgr.y (mgr.24491) 22946 : audit [DBG] from='client.38439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:48:18.647023+0000 mgr.y (mgr.24491) 22947 : audit [DBG] from='client.48353 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:19.057254+0000 mgr.y (mgr.24491) 22948 : cluster [DBG] pgmap v20272: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:48:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:48:22.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:21.057890+0000 mgr.y (mgr.24491) 22949 : cluster [DBG] pgmap v20273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:22.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:21.057890+0000 mgr.y (mgr.24491) 22949 : cluster [DBG] pgmap v20273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:21.057890+0000 mgr.y (mgr.24491) 22949 : cluster [DBG] pgmap v20273: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:23.058372+0000 mgr.y (mgr.24491) 22950 : cluster [DBG] pgmap v20274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:23.058372+0000 mgr.y (mgr.24491) 22950 : cluster [DBG] pgmap v20274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:23.058372+0000 mgr.y (mgr.24491) 22950 : cluster [DBG] pgmap v20274: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:25.059149+0000 mgr.y (mgr.24491) 22951 : cluster [DBG] pgmap v20275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:25.059149+0000 mgr.y (mgr.24491) 22951 : cluster [DBG] pgmap v20275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:25.059149+0000 mgr.y (mgr.24491) 22951 : cluster [DBG] pgmap v20275: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:48:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:48:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:27.059544+0000 mgr.y (mgr.24491) 22952 : cluster [DBG] pgmap v20276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:27.059544+0000 mgr.y (mgr.24491) 22952 : cluster [DBG] pgmap v20276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:27.059544+0000 mgr.y (mgr.24491) 22952 : cluster [DBG] pgmap v20276: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:29.060106+0000 mgr.y (mgr.24491) 22953 : cluster [DBG] pgmap v20277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:29.060106+0000 mgr.y (mgr.24491) 22953 : cluster [DBG] pgmap v20277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:29.060106+0000 mgr.y (mgr.24491) 22953 : cluster [DBG] pgmap v20277: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:48:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:48:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:31.060795+0000 mgr.y (mgr.24491) 22954 : cluster [DBG] pgmap v20278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:31.060795+0000 mgr.y (mgr.24491) 22954 : cluster [DBG] pgmap v20278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:31.060795+0000 mgr.y (mgr.24491) 22954 : cluster [DBG] pgmap v20278: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:33.061339+0000 mgr.y (mgr.24491) 22955 : cluster [DBG] pgmap v20279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:33.061339+0000 mgr.y (mgr.24491) 22955 : cluster [DBG] pgmap v20279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:33.061339+0000 mgr.y (mgr.24491) 22955 : cluster [DBG] pgmap v20279: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:35.061985+0000 mgr.y (mgr.24491) 22956 : cluster [DBG] pgmap v20280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:35.061985+0000 mgr.y (mgr.24491) 22956 : cluster [DBG] pgmap v20280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:35.061985+0000 mgr.y (mgr.24491) 22956 : cluster [DBG] pgmap v20280: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:48:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:37] "GET /metrics HTTP/1.1" 200 188294 "" "Prometheus/2.33.4" 2024-04-20T14:48:38.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:37.062506+0000 mgr.y (mgr.24491) 22957 : cluster [DBG] pgmap v20281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:37.062506+0000 mgr.y (mgr.24491) 22957 : cluster [DBG] pgmap v20281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:37.062506+0000 mgr.y (mgr.24491) 22957 : cluster [DBG] pgmap v20281: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:40.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:39.063086+0000 mgr.y (mgr.24491) 22958 : cluster [DBG] pgmap v20282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:39.063086+0000 mgr.y (mgr.24491) 22958 : cluster [DBG] pgmap v20282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:39.063086+0000 mgr.y (mgr.24491) 22958 : cluster [DBG] pgmap v20282: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:48:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:48:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:41.063732+0000 mgr.y (mgr.24491) 22959 : cluster [DBG] pgmap v20283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:41.063732+0000 mgr.y (mgr.24491) 22959 : cluster [DBG] pgmap v20283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:41.063732+0000 mgr.y (mgr.24491) 22959 : cluster [DBG] pgmap v20283: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:44.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:43.064165+0000 mgr.y (mgr.24491) 22960 : cluster [DBG] pgmap v20284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:43.064165+0000 mgr.y (mgr.24491) 22960 : cluster [DBG] pgmap v20284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:43.064165+0000 mgr.y (mgr.24491) 22960 : cluster [DBG] pgmap v20284: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:45.065017+0000 mgr.y (mgr.24491) 22961 : cluster [DBG] pgmap v20285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:45.065017+0000 mgr.y (mgr.24491) 22961 : cluster [DBG] pgmap v20285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:45.065017+0000 mgr.y (mgr.24491) 22961 : cluster [DBG] pgmap v20285: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:48:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:48:48.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:47.065384+0000 mgr.y (mgr.24491) 22962 : cluster [DBG] pgmap v20286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:47.065384+0000 mgr.y (mgr.24491) 22962 : cluster [DBG] pgmap v20286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:47.065384+0000 mgr.y (mgr.24491) 22962 : cluster [DBG] pgmap v20286: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:49.300 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:48:49.573 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:48:49.573 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 3m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:48:49.573 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 3m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 3m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 3m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 3m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 3m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 3m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 3m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 3m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 3m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 3m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 3m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 3m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 3m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:48:49.574 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 3m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:48:49.575 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 3m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:48:49.575 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 3m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:48:49.575 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 3m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:48:49.575 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 3m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:48:49.575 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 3m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:48:49.905 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:48:49.905 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:48:49.905 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:48:49.905 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:48:49.905 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:48:49.906 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:48:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:49.065780+0000 mgr.y (mgr.24491) 22963 : cluster [DBG] pgmap v20287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:48:49.289331+0000 mgr.y (mgr.24491) 22964 : audit [DBG] from='client.48365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:48:49.907045+0000 mon.a (mon.0) 4606 : audit [DBG] from='client.? 172.21.15.177:0/1948603116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:48:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:49.065780+0000 mgr.y (mgr.24491) 22963 : cluster [DBG] pgmap v20287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:48:49.289331+0000 mgr.y (mgr.24491) 22964 : audit [DBG] from='client.48365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:48:49.907045+0000 mon.a (mon.0) 4606 : audit [DBG] from='client.? 172.21.15.177:0/1948603116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:48:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:49.065780+0000 mgr.y (mgr.24491) 22963 : cluster [DBG] pgmap v20287: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:48:49.289331+0000 mgr.y (mgr.24491) 22964 : audit [DBG] from='client.48365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:48:49.907045+0000 mon.a (mon.0) 4606 : audit [DBG] from='client.? 172.21.15.177:0/1948603116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:48:51.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:48:49.567591+0000 mgr.y (mgr.24491) 22965 : audit [DBG] from='client.48371 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:48:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:48:51.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:48:49.567591+0000 mgr.y (mgr.24491) 22965 : audit [DBG] from='client.48371 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:51.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:48:49.567591+0000 mgr.y (mgr.24491) 22965 : audit [DBG] from='client.48371 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:48:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:51.066495+0000 mgr.y (mgr.24491) 22966 : cluster [DBG] pgmap v20288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:51.066495+0000 mgr.y (mgr.24491) 22966 : cluster [DBG] pgmap v20288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:51.066495+0000 mgr.y (mgr.24491) 22966 : cluster [DBG] pgmap v20288: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:53.066884+0000 mgr.y (mgr.24491) 22967 : cluster [DBG] pgmap v20289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:53.066884+0000 mgr.y (mgr.24491) 22967 : cluster [DBG] pgmap v20289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:53.066884+0000 mgr.y (mgr.24491) 22967 : cluster [DBG] pgmap v20289: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:55.067559+0000 mgr.y (mgr.24491) 22968 : cluster [DBG] pgmap v20290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:55.067559+0000 mgr.y (mgr.24491) 22968 : cluster [DBG] pgmap v20290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:55.067559+0000 mgr.y (mgr.24491) 22968 : cluster [DBG] pgmap v20290: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:48:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:48:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:48:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:57.067993+0000 mgr.y (mgr.24491) 22969 : cluster [DBG] pgmap v20291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:58.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:48:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:57.067993+0000 mgr.y (mgr.24491) 22969 : cluster [DBG] pgmap v20291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:48:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:48:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:57.067993+0000 mgr.y (mgr.24491) 22969 : cluster [DBG] pgmap v20291: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:48:59.068428+0000 mgr.y (mgr.24491) 22970 : cluster [DBG] pgmap v20292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:49:00.138821+0000 mon.a (mon.0) 4607 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:49:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:48:59.068428+0000 mgr.y (mgr.24491) 22970 : cluster [DBG] pgmap v20292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:49:00.138821+0000 mon.a (mon.0) 4607 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:49:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:48:59.068428+0000 mgr.y (mgr.24491) 22970 : cluster [DBG] pgmap v20292: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:49:00.138821+0000 mon.a (mon.0) 4607 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:49:01.381 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:49:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:49:00.383139+0000 mon.a (mon.0) 4608 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:49:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:49:00.660698+0000 mon.a (mon.0) 4609 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:49:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:49:00.661345+0000 mon.a (mon.0) 4610 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:49:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:49:00.666304+0000 mon.a (mon.0) 4611 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:49:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:01.069112+0000 mgr.y (mgr.24491) 22971 : cluster [DBG] pgmap v20293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:49:00.383139+0000 mon.a (mon.0) 4608 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:49:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:49:00.660698+0000 mon.a (mon.0) 4609 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:49:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:49:00.661345+0000 mon.a (mon.0) 4610 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:49:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:49:00.666304+0000 mon.a (mon.0) 4611 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:49:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:01.069112+0000 mgr.y (mgr.24491) 22971 : cluster [DBG] pgmap v20293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:49:00.383139+0000 mon.a (mon.0) 4608 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:49:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:49:00.660698+0000 mon.a (mon.0) 4609 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:49:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:49:00.661345+0000 mon.a (mon.0) 4610 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:49:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:49:00.666304+0000 mon.a (mon.0) 4611 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:49:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:01.069112+0000 mgr.y (mgr.24491) 22971 : cluster [DBG] pgmap v20293: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:03.069588+0000 mgr.y (mgr.24491) 22972 : cluster [DBG] pgmap v20294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:04.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:03.069588+0000 mgr.y (mgr.24491) 22972 : cluster [DBG] pgmap v20294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:03.069588+0000 mgr.y (mgr.24491) 22972 : cluster [DBG] pgmap v20294: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:05.070294+0000 mgr.y (mgr.24491) 22973 : cluster [DBG] pgmap v20295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:06.401 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:05.070294+0000 mgr.y (mgr.24491) 22973 : cluster [DBG] pgmap v20295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:05.070294+0000 mgr.y (mgr.24491) 22973 : cluster [DBG] pgmap v20295: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:08.127 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:49:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:49:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:07.070851+0000 mgr.y (mgr.24491) 22974 : cluster [DBG] pgmap v20296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:08.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:07.070851+0000 mgr.y (mgr.24491) 22974 : cluster [DBG] pgmap v20296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:07.070851+0000 mgr.y (mgr.24491) 22974 : cluster [DBG] pgmap v20296: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:10.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:09.071391+0000 mgr.y (mgr.24491) 22975 : cluster [DBG] pgmap v20297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:10.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:09.071391+0000 mgr.y (mgr.24491) 22975 : cluster [DBG] pgmap v20297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:10.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:09.071391+0000 mgr.y (mgr.24491) 22975 : cluster [DBG] pgmap v20297: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:49:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:49:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:11.072136+0000 mgr.y (mgr.24491) 22976 : cluster [DBG] pgmap v20298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:11.072136+0000 mgr.y (mgr.24491) 22976 : cluster [DBG] pgmap v20298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:11.072136+0000 mgr.y (mgr.24491) 22976 : cluster [DBG] pgmap v20298: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:13.072537+0000 mgr.y (mgr.24491) 22977 : cluster [DBG] pgmap v20299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:13.072537+0000 mgr.y (mgr.24491) 22977 : cluster [DBG] pgmap v20299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:13.072537+0000 mgr.y (mgr.24491) 22977 : cluster [DBG] pgmap v20299: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:16.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:15.073386+0000 mgr.y (mgr.24491) 22978 : cluster [DBG] pgmap v20300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:16.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:15.073386+0000 mgr.y (mgr.24491) 22978 : cluster [DBG] pgmap v20300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:15.073386+0000 mgr.y (mgr.24491) 22978 : cluster [DBG] pgmap v20300: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:49:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:49:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:17.074029+0000 mgr.y (mgr.24491) 22979 : cluster [DBG] pgmap v20301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:17.074029+0000 mgr.y (mgr.24491) 22979 : cluster [DBG] pgmap v20301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:17.074029+0000 mgr.y (mgr.24491) 22979 : cluster [DBG] pgmap v20301: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:20.214 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:49:20.491 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:49:20.491 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 4m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:49:20.491 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 4m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:49:20.492 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 4m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:49:20.492 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 4m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:49:20.492 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 4m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:49:20.492 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 4m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:49:20.492 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 4m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:49:20.492 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 4m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:49:20.492 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 4m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:49:20.492 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 4m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:49:20.492 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 4m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:49:20.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 4m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:49:20.492 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 4m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:49:20.493 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 4m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:49:20.493 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 4m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:49:20.493 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 4m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:49:20.493 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 4m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:49:20.493 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 4m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:49:20.493 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 4m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:49:20.493 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 4m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:49:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:19.074468+0000 mgr.y (mgr.24491) 22980 : cluster [DBG] pgmap v20302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:19.074468+0000 mgr.y (mgr.24491) 22980 : cluster [DBG] pgmap v20302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:19.074468+0000 mgr.y (mgr.24491) 22980 : cluster [DBG] pgmap v20302: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:20.825 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:49:20.825 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:49:20.825 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:49:20.826 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:49:20.826 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:49:20.826 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:49:20.826 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:49:20.826 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:49:20.826 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:49:20.826 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:49:20.826 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:49:20.826 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:49:20.826 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:49:20.827 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:49:20.827 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:49:20.827 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:49:20.827 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:49:21.267 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:49:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:49:20.203987+0000 mgr.y (mgr.24491) 22981 : audit [DBG] from='client.48383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:21.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:49:20.827161+0000 mon.c (mon.2) 710 : audit [DBG] from='client.? 172.21.15.177:0/1306398078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:49:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:49:20.203987+0000 mgr.y (mgr.24491) 22981 : audit [DBG] from='client.48383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:21.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:49:20.827161+0000 mon.c (mon.2) 710 : audit [DBG] from='client.? 172.21.15.177:0/1306398078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:49:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:49:20.203987+0000 mgr.y (mgr.24491) 22981 : audit [DBG] from='client.48383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:21.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:49:20.827161+0000 mon.c (mon.2) 710 : audit [DBG] from='client.? 172.21.15.177:0/1306398078' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:49:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:49:20.485482+0000 mgr.y (mgr.24491) 22982 : audit [DBG] from='client.48389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:21.075294+0000 mgr.y (mgr.24491) 22983 : cluster [DBG] pgmap v20303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:49:20.485482+0000 mgr.y (mgr.24491) 22982 : audit [DBG] from='client.48389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:21.075294+0000 mgr.y (mgr.24491) 22983 : cluster [DBG] pgmap v20303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:49:20.485482+0000 mgr.y (mgr.24491) 22982 : audit [DBG] from='client.48389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:21.075294+0000 mgr.y (mgr.24491) 22983 : cluster [DBG] pgmap v20303: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:23.075787+0000 mgr.y (mgr.24491) 22984 : cluster [DBG] pgmap v20304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:23.075787+0000 mgr.y (mgr.24491) 22984 : cluster [DBG] pgmap v20304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:23.075787+0000 mgr.y (mgr.24491) 22984 : cluster [DBG] pgmap v20304: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:25.076450+0000 mgr.y (mgr.24491) 22985 : cluster [DBG] pgmap v20305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:25.076450+0000 mgr.y (mgr.24491) 22985 : cluster [DBG] pgmap v20305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:25.076450+0000 mgr.y (mgr.24491) 22985 : cluster [DBG] pgmap v20305: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:49:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:49:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:27.076876+0000 mgr.y (mgr.24491) 22986 : cluster [DBG] pgmap v20306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:27.076876+0000 mgr.y (mgr.24491) 22986 : cluster [DBG] pgmap v20306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:27.076876+0000 mgr.y (mgr.24491) 22986 : cluster [DBG] pgmap v20306: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:29.077434+0000 mgr.y (mgr.24491) 22987 : cluster [DBG] pgmap v20307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:29.077434+0000 mgr.y (mgr.24491) 22987 : cluster [DBG] pgmap v20307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:29.077434+0000 mgr.y (mgr.24491) 22987 : cluster [DBG] pgmap v20307: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:49:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:49:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:31.078158+0000 mgr.y (mgr.24491) 22988 : cluster [DBG] pgmap v20308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:31.078158+0000 mgr.y (mgr.24491) 22988 : cluster [DBG] pgmap v20308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:31.078158+0000 mgr.y (mgr.24491) 22988 : cluster [DBG] pgmap v20308: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:33.078623+0000 mgr.y (mgr.24491) 22989 : cluster [DBG] pgmap v20309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:33.078623+0000 mgr.y (mgr.24491) 22989 : cluster [DBG] pgmap v20309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:33.078623+0000 mgr.y (mgr.24491) 22989 : cluster [DBG] pgmap v20309: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:35.079256+0000 mgr.y (mgr.24491) 22990 : cluster [DBG] pgmap v20310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:35.079256+0000 mgr.y (mgr.24491) 22990 : cluster [DBG] pgmap v20310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:35.079256+0000 mgr.y (mgr.24491) 22990 : cluster [DBG] pgmap v20310: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:49:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:37] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T14:49:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:37.079726+0000 mgr.y (mgr.24491) 22991 : cluster [DBG] pgmap v20311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:38.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:37.079726+0000 mgr.y (mgr.24491) 22991 : cluster [DBG] pgmap v20311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:37.079726+0000 mgr.y (mgr.24491) 22991 : cluster [DBG] pgmap v20311: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:39.080249+0000 mgr.y (mgr.24491) 22992 : cluster [DBG] pgmap v20312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:39.080249+0000 mgr.y (mgr.24491) 22992 : cluster [DBG] pgmap v20312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:39.080249+0000 mgr.y (mgr.24491) 22992 : cluster [DBG] pgmap v20312: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:49:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:49:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:41.081059+0000 mgr.y (mgr.24491) 22993 : cluster [DBG] pgmap v20313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:41.081059+0000 mgr.y (mgr.24491) 22993 : cluster [DBG] pgmap v20313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:41.081059+0000 mgr.y (mgr.24491) 22993 : cluster [DBG] pgmap v20313: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:43.081656+0000 mgr.y (mgr.24491) 22994 : cluster [DBG] pgmap v20314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:43.081656+0000 mgr.y (mgr.24491) 22994 : cluster [DBG] pgmap v20314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:43.081656+0000 mgr.y (mgr.24491) 22994 : cluster [DBG] pgmap v20314: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:46.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:45.082470+0000 mgr.y (mgr.24491) 22995 : cluster [DBG] pgmap v20315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:46.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:45.082470+0000 mgr.y (mgr.24491) 22995 : cluster [DBG] pgmap v20315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:45.082470+0000 mgr.y (mgr.24491) 22995 : cluster [DBG] pgmap v20315: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:49:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:49:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:47.082915+0000 mgr.y (mgr.24491) 22996 : cluster [DBG] pgmap v20316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:48.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:47.082915+0000 mgr.y (mgr.24491) 22996 : cluster [DBG] pgmap v20316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:47.082915+0000 mgr.y (mgr.24491) 22996 : cluster [DBG] pgmap v20316: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:50.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:49.083531+0000 mgr.y (mgr.24491) 22997 : cluster [DBG] pgmap v20317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:49.083531+0000 mgr.y (mgr.24491) 22997 : cluster [DBG] pgmap v20317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:49.083531+0000 mgr.y (mgr.24491) 22997 : cluster [DBG] pgmap v20317: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:51.137 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:49:51.411 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:49:51.411 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 4m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:49:51.411 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 4m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:49:51.412 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 4m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:49:51.412 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 4m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:49:51.412 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 4m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:49:51.412 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 4m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:49:51.412 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 4m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:49:51.412 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 4m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:49:51.412 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 4m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:49:51.412 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 4m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:49:51.412 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 4m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:49:51.412 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 4m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:49:51.412 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 4m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:49:51.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 4m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:49:51.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 4m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:49:51.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 4m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:49:51.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 4m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:49:51.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 4m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:49:51.413 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 4m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:49:51.413 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 4m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:49:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:49:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:49:51.743 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:49:51.743 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:49:51.743 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:49:51.743 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:49:51.744 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:49:51.744 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:49:51.744 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:49:51.744 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:49:51.744 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:49:51.744 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:49:51.744 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:49:51.744 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:49:51.744 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:49:51.744 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:49:51.744 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:49:51.745 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:49:51.745 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:49:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:51.084115+0000 mgr.y (mgr.24491) 22998 : cluster [DBG] pgmap v20318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:49:51.126650+0000 mgr.y (mgr.24491) 22999 : audit [DBG] from='client.38493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:49:51.745013+0000 mon.c (mon.2) 711 : audit [DBG] from='client.? 172.21.15.177:0/4089666485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:49:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:51.084115+0000 mgr.y (mgr.24491) 22998 : cluster [DBG] pgmap v20318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:49:51.126650+0000 mgr.y (mgr.24491) 22999 : audit [DBG] from='client.38493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:49:51.745013+0000 mon.c (mon.2) 711 : audit [DBG] from='client.? 172.21.15.177:0/4089666485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:49:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:51.084115+0000 mgr.y (mgr.24491) 22998 : cluster [DBG] pgmap v20318: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:49:51.126650+0000 mgr.y (mgr.24491) 22999 : audit [DBG] from='client.38493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:49:51.745013+0000 mon.c (mon.2) 711 : audit [DBG] from='client.? 172.21.15.177:0/4089666485' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:49:53.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:49:51.405593+0000 mgr.y (mgr.24491) 23000 : audit [DBG] from='client.38499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:53.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:49:51.405593+0000 mgr.y (mgr.24491) 23000 : audit [DBG] from='client.38499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:53.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:49:51.405593+0000 mgr.y (mgr.24491) 23000 : audit [DBG] from='client.38499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:49:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:53.084493+0000 mgr.y (mgr.24491) 23001 : cluster [DBG] pgmap v20319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:53.084493+0000 mgr.y (mgr.24491) 23001 : cluster [DBG] pgmap v20319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:53.084493+0000 mgr.y (mgr.24491) 23001 : cluster [DBG] pgmap v20319: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:55.085374+0000 mgr.y (mgr.24491) 23002 : cluster [DBG] pgmap v20320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:55.085374+0000 mgr.y (mgr.24491) 23002 : cluster [DBG] pgmap v20320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:55.085374+0000 mgr.y (mgr.24491) 23002 : cluster [DBG] pgmap v20320: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:49:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:49:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:49:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:57.085845+0000 mgr.y (mgr.24491) 23003 : cluster [DBG] pgmap v20321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:57.085845+0000 mgr.y (mgr.24491) 23003 : cluster [DBG] pgmap v20321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:57.085845+0000 mgr.y (mgr.24491) 23003 : cluster [DBG] pgmap v20321: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:49:59.086312+0000 mgr.y (mgr.24491) 23004 : cluster [DBG] pgmap v20322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:49:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:49:59.086312+0000 mgr.y (mgr.24491) 23004 : cluster [DBG] pgmap v20322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:49:59.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:49:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:49:59.086312+0000 mgr.y (mgr.24491) 23004 : cluster [DBG] pgmap v20322: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:00.392 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T14:49:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:50:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:00.000150+0000 mon.a (mon.0) 4612 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:50:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:00.000150+0000 mon.a (mon.0) 4612 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:50:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:00.000150+0000 mon.a (mon.0) 4612 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T14:50:01.394 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:50:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:50:00.670814+0000 mon.a (mon.0) 4613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:50:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:50:00.963590+0000 mon.a (mon.0) 4614 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:50:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:50:00.964197+0000 mon.a (mon.0) 4615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:50:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:50:00.968442+0000 mon.a (mon.0) 4616 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:50:01.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:01.086846+0000 mgr.y (mgr.24491) 23005 : cluster [DBG] pgmap v20323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:50:00.670814+0000 mon.a (mon.0) 4613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:50:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:50:00.963590+0000 mon.a (mon.0) 4614 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:50:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:50:00.964197+0000 mon.a (mon.0) 4615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:50:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:50:00.968442+0000 mon.a (mon.0) 4616 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:50:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:01.086846+0000 mgr.y (mgr.24491) 23005 : cluster [DBG] pgmap v20323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:50:00.670814+0000 mon.a (mon.0) 4613 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:50:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:50:00.963590+0000 mon.a (mon.0) 4614 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:50:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:50:00.964197+0000 mon.a (mon.0) 4615 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:50:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:50:00.968442+0000 mon.a (mon.0) 4616 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:50:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:01.086846+0000 mgr.y (mgr.24491) 23005 : cluster [DBG] pgmap v20323: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:04.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:03.087310+0000 mgr.y (mgr.24491) 23006 : cluster [DBG] pgmap v20324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:04.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:03.087310+0000 mgr.y (mgr.24491) 23006 : cluster [DBG] pgmap v20324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:04.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:03.087310+0000 mgr.y (mgr.24491) 23006 : cluster [DBG] pgmap v20324: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:06.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:05.088003+0000 mgr.y (mgr.24491) 23007 : cluster [DBG] pgmap v20325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:06.400 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:05.088003+0000 mgr.y (mgr.24491) 23007 : cluster [DBG] pgmap v20325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:06.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:05.088003+0000 mgr.y (mgr.24491) 23007 : cluster [DBG] pgmap v20325: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:08.146 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:50:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:07] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T14:50:08.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:07.088532+0000 mgr.y (mgr.24491) 23008 : cluster [DBG] pgmap v20326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:08.399 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:07.088532+0000 mgr.y (mgr.24491) 23008 : cluster [DBG] pgmap v20326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:07.088532+0000 mgr.y (mgr.24491) 23008 : cluster [DBG] pgmap v20326: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:09.089056+0000 mgr.y (mgr.24491) 23009 : cluster [DBG] pgmap v20327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:10.560 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:09.089056+0000 mgr.y (mgr.24491) 23009 : cluster [DBG] pgmap v20327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:10.560 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:09.089056+0000 mgr.y (mgr.24491) 23009 : cluster [DBG] pgmap v20327: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:50:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:50:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:11.089730+0000 mgr.y (mgr.24491) 23010 : cluster [DBG] pgmap v20328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:11.089730+0000 mgr.y (mgr.24491) 23010 : cluster [DBG] pgmap v20328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:11.089730+0000 mgr.y (mgr.24491) 23010 : cluster [DBG] pgmap v20328: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:13.090328+0000 mgr.y (mgr.24491) 23011 : cluster [DBG] pgmap v20329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:13.090328+0000 mgr.y (mgr.24491) 23011 : cluster [DBG] pgmap v20329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:13.090328+0000 mgr.y (mgr.24491) 23011 : cluster [DBG] pgmap v20329: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:15.091102+0000 mgr.y (mgr.24491) 23012 : cluster [DBG] pgmap v20330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:15.091102+0000 mgr.y (mgr.24491) 23012 : cluster [DBG] pgmap v20330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:15.091102+0000 mgr.y (mgr.24491) 23012 : cluster [DBG] pgmap v20330: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:50:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:17] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:50:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:17.091420+0000 mgr.y (mgr.24491) 23013 : cluster [DBG] pgmap v20331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:17.091420+0000 mgr.y (mgr.24491) 23013 : cluster [DBG] pgmap v20331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:17.091420+0000 mgr.y (mgr.24491) 23013 : cluster [DBG] pgmap v20331: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:19.092025+0000 mgr.y (mgr.24491) 23014 : cluster [DBG] pgmap v20332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:19.092025+0000 mgr.y (mgr.24491) 23014 : cluster [DBG] pgmap v20332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:19.092025+0000 mgr.y (mgr.24491) 23014 : cluster [DBG] pgmap v20332: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:50:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:50:22.054 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 5m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 5m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 5m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 5m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 5m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 5m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 5m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 5m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 5m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 5m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 5m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:50:22.331 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 5m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:50:22.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 5m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:50:22.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 5m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:50:22.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 5m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:50:22.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 5m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:50:22.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 5m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:50:22.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 5m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:50:22.332 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 5m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:50:22.332 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 5m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:50:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:21.092742+0000 mgr.y (mgr.24491) 23015 : cluster [DBG] pgmap v20333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:21.092742+0000 mgr.y (mgr.24491) 23015 : cluster [DBG] pgmap v20333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:21.092742+0000 mgr.y (mgr.24491) 23015 : cluster [DBG] pgmap v20333: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:22.676 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:50:22.676 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:50:22.676 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:50:22.676 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:50:22.676 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:50:22.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:50:22.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:50:22.677 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:50:22.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:50:22.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:50:22.677 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:50:22.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:50:22.677 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:50:22.677 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:50:22.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:50:22.677 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:50:22.678 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:50:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:50:22.043454+0000 mgr.y (mgr.24491) 23016 : audit [DBG] from='client.48419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:50:22.324914+0000 mgr.y (mgr.24491) 23017 : audit [DBG] from='client.38517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:23.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:50:22.678074+0000 mon.c (mon.2) 712 : audit [DBG] from='client.? 172.21.15.177:0/3604236942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:50:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:50:22.043454+0000 mgr.y (mgr.24491) 23016 : audit [DBG] from='client.48419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:50:22.324914+0000 mgr.y (mgr.24491) 23017 : audit [DBG] from='client.38517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:23.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:50:22.678074+0000 mon.c (mon.2) 712 : audit [DBG] from='client.? 172.21.15.177:0/3604236942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:50:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:50:22.043454+0000 mgr.y (mgr.24491) 23016 : audit [DBG] from='client.48419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:50:22.324914+0000 mgr.y (mgr.24491) 23017 : audit [DBG] from='client.38517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:50:22.678074+0000 mon.c (mon.2) 712 : audit [DBG] from='client.? 172.21.15.177:0/3604236942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:50:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:23.093199+0000 mgr.y (mgr.24491) 23018 : cluster [DBG] pgmap v20334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:23.093199+0000 mgr.y (mgr.24491) 23018 : cluster [DBG] pgmap v20334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:23.093199+0000 mgr.y (mgr.24491) 23018 : cluster [DBG] pgmap v20334: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:25.093804+0000 mgr.y (mgr.24491) 23019 : cluster [DBG] pgmap v20335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:25.093804+0000 mgr.y (mgr.24491) 23019 : cluster [DBG] pgmap v20335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:25.093804+0000 mgr.y (mgr.24491) 23019 : cluster [DBG] pgmap v20335: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:50:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:27] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:50:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:27.094336+0000 mgr.y (mgr.24491) 23020 : cluster [DBG] pgmap v20336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:27.094336+0000 mgr.y (mgr.24491) 23020 : cluster [DBG] pgmap v20336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:27.094336+0000 mgr.y (mgr.24491) 23020 : cluster [DBG] pgmap v20336: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:30.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:29.094906+0000 mgr.y (mgr.24491) 23021 : cluster [DBG] pgmap v20337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:29.094906+0000 mgr.y (mgr.24491) 23021 : cluster [DBG] pgmap v20337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:29.094906+0000 mgr.y (mgr.24491) 23021 : cluster [DBG] pgmap v20337: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:50:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:50:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:31.095654+0000 mgr.y (mgr.24491) 23022 : cluster [DBG] pgmap v20338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:31.095654+0000 mgr.y (mgr.24491) 23022 : cluster [DBG] pgmap v20338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:31.095654+0000 mgr.y (mgr.24491) 23022 : cluster [DBG] pgmap v20338: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:34.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:33.096138+0000 mgr.y (mgr.24491) 23023 : cluster [DBG] pgmap v20339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:33.096138+0000 mgr.y (mgr.24491) 23023 : cluster [DBG] pgmap v20339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:33.096138+0000 mgr.y (mgr.24491) 23023 : cluster [DBG] pgmap v20339: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:36.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:35.096883+0000 mgr.y (mgr.24491) 23024 : cluster [DBG] pgmap v20340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:35.096883+0000 mgr.y (mgr.24491) 23024 : cluster [DBG] pgmap v20340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:35.096883+0000 mgr.y (mgr.24491) 23024 : cluster [DBG] pgmap v20340: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:50:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:50:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:37.097219+0000 mgr.y (mgr.24491) 23025 : cluster [DBG] pgmap v20341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:37.097219+0000 mgr.y (mgr.24491) 23025 : cluster [DBG] pgmap v20341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:37.097219+0000 mgr.y (mgr.24491) 23025 : cluster [DBG] pgmap v20341: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:40.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:39.097689+0000 mgr.y (mgr.24491) 23026 : cluster [DBG] pgmap v20342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:39.097689+0000 mgr.y (mgr.24491) 23026 : cluster [DBG] pgmap v20342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:39.097689+0000 mgr.y (mgr.24491) 23026 : cluster [DBG] pgmap v20342: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:50:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:50:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:41.098552+0000 mgr.y (mgr.24491) 23027 : cluster [DBG] pgmap v20343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:41.098552+0000 mgr.y (mgr.24491) 23027 : cluster [DBG] pgmap v20343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:41.098552+0000 mgr.y (mgr.24491) 23027 : cluster [DBG] pgmap v20343: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:44.500 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:43.099116+0000 mgr.y (mgr.24491) 23028 : cluster [DBG] pgmap v20344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:43.099116+0000 mgr.y (mgr.24491) 23028 : cluster [DBG] pgmap v20344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:43.099116+0000 mgr.y (mgr.24491) 23028 : cluster [DBG] pgmap v20344: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:46.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:45.099926+0000 mgr.y (mgr.24491) 23029 : cluster [DBG] pgmap v20345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:45.099926+0000 mgr.y (mgr.24491) 23029 : cluster [DBG] pgmap v20345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:45.099926+0000 mgr.y (mgr.24491) 23029 : cluster [DBG] pgmap v20345: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:50:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:47] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:50:48.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:47.100264+0000 mgr.y (mgr.24491) 23030 : cluster [DBG] pgmap v20346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:47.100264+0000 mgr.y (mgr.24491) 23030 : cluster [DBG] pgmap v20346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:47.100264+0000 mgr.y (mgr.24491) 23030 : cluster [DBG] pgmap v20346: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:50.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:49.100739+0000 mgr.y (mgr.24491) 23031 : cluster [DBG] pgmap v20347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:49.100739+0000 mgr.y (mgr.24491) 23031 : cluster [DBG] pgmap v20347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:49.100739+0000 mgr.y (mgr.24491) 23031 : cluster [DBG] pgmap v20347: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:50:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:50:52.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:51.101407+0000 mgr.y (mgr.24491) 23032 : cluster [DBG] pgmap v20348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:51.101407+0000 mgr.y (mgr.24491) 23032 : cluster [DBG] pgmap v20348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:51.101407+0000 mgr.y (mgr.24491) 23032 : cluster [DBG] pgmap v20348: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:52.988 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:50:53.262 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:50:53.262 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 5m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:50:53.263 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 5m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:50:53.263 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 5m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:50:53.263 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 5m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:50:53.263 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 5m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:50:53.263 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 5m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:50:53.263 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 5m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:50:53.263 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 5m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:50:53.263 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 5m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:50:53.263 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 5m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:50:53.263 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 5m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:50:53.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 5m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:50:53.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 5m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:50:53.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 5m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:50:53.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 5m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:50:53.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 5m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:50:53.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 5m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:50:53.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 5m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:50:53.264 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 5m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:50:53.264 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 5m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:50:53.595 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:50:53.595 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:50:53.595 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:50:53.595 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:50:53.596 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:50:53.596 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:50:53.596 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:50:53.596 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:50:53.596 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:50:53.596 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:50:53.596 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:50:53.596 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:50:53.596 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:50:53.596 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:50:53.597 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:50:53.597 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:50:53.597 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:50:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:50:52.977820+0000 mgr.y (mgr.24491) 23033 : audit [DBG] from='client.48437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:53.101763+0000 mgr.y (mgr.24491) 23034 : cluster [DBG] pgmap v20349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:50:53.256356+0000 mgr.y (mgr.24491) 23035 : audit [DBG] from='client.48443 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:54.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:50:53.597065+0000 mon.c (mon.2) 713 : audit [DBG] from='client.? 172.21.15.177:0/2781880589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:50:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:50:52.977820+0000 mgr.y (mgr.24491) 23033 : audit [DBG] from='client.48437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:53.101763+0000 mgr.y (mgr.24491) 23034 : cluster [DBG] pgmap v20349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:50:53.256356+0000 mgr.y (mgr.24491) 23035 : audit [DBG] from='client.48443 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:50:53.597065+0000 mon.c (mon.2) 713 : audit [DBG] from='client.? 172.21.15.177:0/2781880589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:50:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:50:52.977820+0000 mgr.y (mgr.24491) 23033 : audit [DBG] from='client.48437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:53.101763+0000 mgr.y (mgr.24491) 23034 : cluster [DBG] pgmap v20349: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:50:53.256356+0000 mgr.y (mgr.24491) 23035 : audit [DBG] from='client.48443 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:50:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:50:53.597065+0000 mon.c (mon.2) 713 : audit [DBG] from='client.? 172.21.15.177:0/2781880589' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:50:56.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:55.102376+0000 mgr.y (mgr.24491) 23036 : cluster [DBG] pgmap v20350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:55.102376+0000 mgr.y (mgr.24491) 23036 : cluster [DBG] pgmap v20350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:55.102376+0000 mgr.y (mgr.24491) 23036 : cluster [DBG] pgmap v20350: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:50:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:50:57] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:50:58.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:50:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:57.102791+0000 mgr.y (mgr.24491) 23037 : cluster [DBG] pgmap v20351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:57.102791+0000 mgr.y (mgr.24491) 23037 : cluster [DBG] pgmap v20351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:50:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:50:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:57.102791+0000 mgr.y (mgr.24491) 23037 : cluster [DBG] pgmap v20351: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:50:59.103397+0000 mgr.y (mgr.24491) 23038 : cluster [DBG] pgmap v20352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:50:59.103397+0000 mgr.y (mgr.24491) 23038 : cluster [DBG] pgmap v20352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:50:59.103397+0000 mgr.y (mgr.24491) 23038 : cluster [DBG] pgmap v20352: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:01.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:51:00.972833+0000 mon.a (mon.0) 4617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:51:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:51:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:51:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:51:00.972833+0000 mon.a (mon.0) 4617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:51:01.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:51:00.972833+0000 mon.a (mon.0) 4617 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:51:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:01.104025+0000 mgr.y (mgr.24491) 23039 : cluster [DBG] pgmap v20353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:51:01.269242+0000 mon.a (mon.0) 4618 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:51:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:51:01.269818+0000 mon.a (mon.0) 4619 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:51:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:51:01.274343+0000 mon.a (mon.0) 4620 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:51:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:01.104025+0000 mgr.y (mgr.24491) 23039 : cluster [DBG] pgmap v20353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:51:01.269242+0000 mon.a (mon.0) 4618 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:51:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:51:01.269818+0000 mon.a (mon.0) 4619 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:51:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:51:01.274343+0000 mon.a (mon.0) 4620 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:51:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:01.104025+0000 mgr.y (mgr.24491) 23039 : cluster [DBG] pgmap v20353: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:51:01.269242+0000 mon.a (mon.0) 4618 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:51:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:51:01.269818+0000 mon.a (mon.0) 4619 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:51:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:51:01.274343+0000 mon.a (mon.0) 4620 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:51:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:03.104482+0000 mgr.y (mgr.24491) 23040 : cluster [DBG] pgmap v20354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:03.104482+0000 mgr.y (mgr.24491) 23040 : cluster [DBG] pgmap v20354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:03.104482+0000 mgr.y (mgr.24491) 23040 : cluster [DBG] pgmap v20354: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:05.105147+0000 mgr.y (mgr.24491) 23041 : cluster [DBG] pgmap v20355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:05.105147+0000 mgr.y (mgr.24491) 23041 : cluster [DBG] pgmap v20355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:05.105147+0000 mgr.y (mgr.24491) 23041 : cluster [DBG] pgmap v20355: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:51:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:07] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:51:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:07.105665+0000 mgr.y (mgr.24491) 23042 : cluster [DBG] pgmap v20356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:07.105665+0000 mgr.y (mgr.24491) 23042 : cluster [DBG] pgmap v20356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:07.105665+0000 mgr.y (mgr.24491) 23042 : cluster [DBG] pgmap v20356: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:09.106154+0000 mgr.y (mgr.24491) 23043 : cluster [DBG] pgmap v20357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:09.106154+0000 mgr.y (mgr.24491) 23043 : cluster [DBG] pgmap v20357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:09.106154+0000 mgr.y (mgr.24491) 23043 : cluster [DBG] pgmap v20357: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:51:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:51:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:11.106841+0000 mgr.y (mgr.24491) 23044 : cluster [DBG] pgmap v20358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:11.106841+0000 mgr.y (mgr.24491) 23044 : cluster [DBG] pgmap v20358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:11.106841+0000 mgr.y (mgr.24491) 23044 : cluster [DBG] pgmap v20358: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:13.107254+0000 mgr.y (mgr.24491) 23045 : cluster [DBG] pgmap v20359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:13.107254+0000 mgr.y (mgr.24491) 23045 : cluster [DBG] pgmap v20359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:13.107254+0000 mgr.y (mgr.24491) 23045 : cluster [DBG] pgmap v20359: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:16.653 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:15.107947+0000 mgr.y (mgr.24491) 23046 : cluster [DBG] pgmap v20360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:16.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:15.107947+0000 mgr.y (mgr.24491) 23046 : cluster [DBG] pgmap v20360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:15.107947+0000 mgr.y (mgr.24491) 23046 : cluster [DBG] pgmap v20360: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:51:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:51:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:17.108468+0000 mgr.y (mgr.24491) 23047 : cluster [DBG] pgmap v20361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:17.108468+0000 mgr.y (mgr.24491) 23047 : cluster [DBG] pgmap v20361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:17.108468+0000 mgr.y (mgr.24491) 23047 : cluster [DBG] pgmap v20361: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:19.109058+0000 mgr.y (mgr.24491) 23048 : cluster [DBG] pgmap v20362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:19.109058+0000 mgr.y (mgr.24491) 23048 : cluster [DBG] pgmap v20362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:19.109058+0000 mgr.y (mgr.24491) 23048 : cluster [DBG] pgmap v20362: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:51:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:51:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:21.109752+0000 mgr.y (mgr.24491) 23049 : cluster [DBG] pgmap v20363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:22.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:21.109752+0000 mgr.y (mgr.24491) 23049 : cluster [DBG] pgmap v20363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:21.109752+0000 mgr.y (mgr.24491) 23049 : cluster [DBG] pgmap v20363: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:23.910 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:51:24.184 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:51:24.184 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 6m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:51:24.184 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 6m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:51:24.184 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 6m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:51:24.184 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 6m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:51:24.184 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 6m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:51:24.184 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 6m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:51:24.184 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 6m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:51:24.184 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 6m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:51:24.184 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 6m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:51:24.185 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 6m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:51:24.185 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 6m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:51:24.185 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 6m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:51:24.185 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 6m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:51:24.185 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 6m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:51:24.185 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 6m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:51:24.185 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 6m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:51:24.185 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 6m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:51:24.185 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 6m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:51:24.185 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 6m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:51:24.185 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 6m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:51:24.524 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:51:24.524 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:51:24.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:51:24.524 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:51:24.524 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:51:24.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:51:24.524 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:51:24.525 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:51:24.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:51:24.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:51:24.525 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:51:24.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:51:24.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:51:24.525 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:51:24.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:51:24.525 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:51:24.525 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:51:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:23.110258+0000 mgr.y (mgr.24491) 23050 : cluster [DBG] pgmap v20364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:23.110258+0000 mgr.y (mgr.24491) 23050 : cluster [DBG] pgmap v20364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:23.110258+0000 mgr.y (mgr.24491) 23050 : cluster [DBG] pgmap v20364: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:51:23.898573+0000 mgr.y (mgr.24491) 23051 : audit [DBG] from='client.38547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:51:24.177739+0000 mgr.y (mgr.24491) 23052 : audit [DBG] from='client.48461 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:25.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:51:24.525599+0000 mon.c (mon.2) 714 : audit [DBG] from='client.? 172.21.15.177:0/2885948106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:51:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:51:23.898573+0000 mgr.y (mgr.24491) 23051 : audit [DBG] from='client.38547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:25.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:51:24.177739+0000 mgr.y (mgr.24491) 23052 : audit [DBG] from='client.48461 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:25.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:51:24.525599+0000 mon.c (mon.2) 714 : audit [DBG] from='client.? 172.21.15.177:0/2885948106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:51:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:51:23.898573+0000 mgr.y (mgr.24491) 23051 : audit [DBG] from='client.38547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:51:24.177739+0000 mgr.y (mgr.24491) 23052 : audit [DBG] from='client.48461 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:25.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:51:24.525599+0000 mon.c (mon.2) 714 : audit [DBG] from='client.? 172.21.15.177:0/2885948106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:51:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:25.110861+0000 mgr.y (mgr.24491) 23053 : cluster [DBG] pgmap v20365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:25.110861+0000 mgr.y (mgr.24491) 23053 : cluster [DBG] pgmap v20365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:25.110861+0000 mgr.y (mgr.24491) 23053 : cluster [DBG] pgmap v20365: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:51:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:51:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:27.111315+0000 mgr.y (mgr.24491) 23054 : cluster [DBG] pgmap v20366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:27.111315+0000 mgr.y (mgr.24491) 23054 : cluster [DBG] pgmap v20366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:27.111315+0000 mgr.y (mgr.24491) 23054 : cluster [DBG] pgmap v20366: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:29.111791+0000 mgr.y (mgr.24491) 23055 : cluster [DBG] pgmap v20367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:29.111791+0000 mgr.y (mgr.24491) 23055 : cluster [DBG] pgmap v20367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:29.111791+0000 mgr.y (mgr.24491) 23055 : cluster [DBG] pgmap v20367: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:51:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:51:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:31.112415+0000 mgr.y (mgr.24491) 23056 : cluster [DBG] pgmap v20368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:31.112415+0000 mgr.y (mgr.24491) 23056 : cluster [DBG] pgmap v20368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:31.112415+0000 mgr.y (mgr.24491) 23056 : cluster [DBG] pgmap v20368: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:33.113022+0000 mgr.y (mgr.24491) 23057 : cluster [DBG] pgmap v20369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:33.113022+0000 mgr.y (mgr.24491) 23057 : cluster [DBG] pgmap v20369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:33.113022+0000 mgr.y (mgr.24491) 23057 : cluster [DBG] pgmap v20369: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:35.113627+0000 mgr.y (mgr.24491) 23058 : cluster [DBG] pgmap v20370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:35.113627+0000 mgr.y (mgr.24491) 23058 : cluster [DBG] pgmap v20370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:35.113627+0000 mgr.y (mgr.24491) 23058 : cluster [DBG] pgmap v20370: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:51:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:51:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:37.114144+0000 mgr.y (mgr.24491) 23059 : cluster [DBG] pgmap v20371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:37.114144+0000 mgr.y (mgr.24491) 23059 : cluster [DBG] pgmap v20371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:37.114144+0000 mgr.y (mgr.24491) 23059 : cluster [DBG] pgmap v20371: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:39.114711+0000 mgr.y (mgr.24491) 23060 : cluster [DBG] pgmap v20372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:39.114711+0000 mgr.y (mgr.24491) 23060 : cluster [DBG] pgmap v20372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:39.114711+0000 mgr.y (mgr.24491) 23060 : cluster [DBG] pgmap v20372: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:51:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:51:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:41.115540+0000 mgr.y (mgr.24491) 23061 : cluster [DBG] pgmap v20373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:41.115540+0000 mgr.y (mgr.24491) 23061 : cluster [DBG] pgmap v20373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:41.115540+0000 mgr.y (mgr.24491) 23061 : cluster [DBG] pgmap v20373: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:43.116139+0000 mgr.y (mgr.24491) 23062 : cluster [DBG] pgmap v20374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:43.116139+0000 mgr.y (mgr.24491) 23062 : cluster [DBG] pgmap v20374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:43.116139+0000 mgr.y (mgr.24491) 23062 : cluster [DBG] pgmap v20374: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:45.116809+0000 mgr.y (mgr.24491) 23063 : cluster [DBG] pgmap v20375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:45.116809+0000 mgr.y (mgr.24491) 23063 : cluster [DBG] pgmap v20375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:45.116809+0000 mgr.y (mgr.24491) 23063 : cluster [DBG] pgmap v20375: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:51:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:47] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:51:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:47.117172+0000 mgr.y (mgr.24491) 23064 : cluster [DBG] pgmap v20376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:47.117172+0000 mgr.y (mgr.24491) 23064 : cluster [DBG] pgmap v20376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:47.117172+0000 mgr.y (mgr.24491) 23064 : cluster [DBG] pgmap v20376: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:49.117678+0000 mgr.y (mgr.24491) 23065 : cluster [DBG] pgmap v20377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:49.117678+0000 mgr.y (mgr.24491) 23065 : cluster [DBG] pgmap v20377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:49.117678+0000 mgr.y (mgr.24491) 23065 : cluster [DBG] pgmap v20377: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:51:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:51:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:51.118448+0000 mgr.y (mgr.24491) 23066 : cluster [DBG] pgmap v20378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:51.118448+0000 mgr.y (mgr.24491) 23066 : cluster [DBG] pgmap v20378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:51.118448+0000 mgr.y (mgr.24491) 23066 : cluster [DBG] pgmap v20378: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:53.118836+0000 mgr.y (mgr.24491) 23067 : cluster [DBG] pgmap v20379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:53.118836+0000 mgr.y (mgr.24491) 23067 : cluster [DBG] pgmap v20379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:53.118836+0000 mgr.y (mgr.24491) 23067 : cluster [DBG] pgmap v20379: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:54.836 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:51:55.112 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:51:55.112 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 6m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:51:55.112 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 6m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:51:55.112 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 6m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 6m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 6m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 6m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 6m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 6m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 6m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 6m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 6m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 6m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 6m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 6m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 6m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 6m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:51:55.113 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 6m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:51:55.114 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 6m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:51:55.114 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 6m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:51:55.114 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 6m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:51:55.452 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:51:55.452 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:51:55.452 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:51:55.452 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:51:55.453 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:51:55.453 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:51:55.453 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:51:55.453 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:51:55.453 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:51:55.453 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:51:55.453 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:51:55.453 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:51:55.453 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:51:55.453 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:51:55.453 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:51:55.454 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:51:55.454 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:51:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:51:54.825888+0000 mgr.y (mgr.24491) 23068 : audit [DBG] from='client.38565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:51:55.106121+0000 mgr.y (mgr.24491) 23069 : audit [DBG] from='client.48479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:55.119373+0000 mgr.y (mgr.24491) 23070 : cluster [DBG] pgmap v20380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:51:54.825888+0000 mgr.y (mgr.24491) 23068 : audit [DBG] from='client.38565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:51:55.106121+0000 mgr.y (mgr.24491) 23069 : audit [DBG] from='client.48479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:55.119373+0000 mgr.y (mgr.24491) 23070 : cluster [DBG] pgmap v20380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:51:54.825888+0000 mgr.y (mgr.24491) 23068 : audit [DBG] from='client.38565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:51:55.106121+0000 mgr.y (mgr.24491) 23069 : audit [DBG] from='client.48479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:51:55.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:55.119373+0000 mgr.y (mgr.24491) 23070 : cluster [DBG] pgmap v20380: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:51:55.454154+0000 mon.a (mon.0) 4621 : audit [DBG] from='client.? 172.21.15.177:0/2790120395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:51:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:51:55.454154+0000 mon.a (mon.0) 4621 : audit [DBG] from='client.? 172.21.15.177:0/2790120395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:51:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:51:55.454154+0000 mon.a (mon.0) 4621 : audit [DBG] from='client.? 172.21.15.177:0/2790120395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:51:57.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:57.119866+0000 mgr.y (mgr.24491) 23071 : cluster [DBG] pgmap v20381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:57.119866+0000 mgr.y (mgr.24491) 23071 : cluster [DBG] pgmap v20381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:51:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:57.119866+0000 mgr.y (mgr.24491) 23071 : cluster [DBG] pgmap v20381: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:51:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:51:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:51:57] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:52:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:51:59.120320+0000 mgr.y (mgr.24491) 23072 : cluster [DBG] pgmap v20382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:51:59.120320+0000 mgr.y (mgr.24491) 23072 : cluster [DBG] pgmap v20382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:51:59.120320+0000 mgr.y (mgr.24491) 23072 : cluster [DBG] pgmap v20382: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:52:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:52:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:01.121183+0000 mgr.y (mgr.24491) 23073 : cluster [DBG] pgmap v20383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:52:01.278522+0000 mon.a (mon.0) 4622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:52:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:52:01.572090+0000 mon.a (mon.0) 4623 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:52:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:52:01.572735+0000 mon.a (mon.0) 4624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:52:02.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:52:01.577121+0000 mon.a (mon.0) 4625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:52:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:01.121183+0000 mgr.y (mgr.24491) 23073 : cluster [DBG] pgmap v20383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:52:01.278522+0000 mon.a (mon.0) 4622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:52:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:52:01.572090+0000 mon.a (mon.0) 4623 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:52:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:52:01.572735+0000 mon.a (mon.0) 4624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:52:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:52:01.577121+0000 mon.a (mon.0) 4625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:52:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:01.121183+0000 mgr.y (mgr.24491) 23073 : cluster [DBG] pgmap v20383: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:52:01.278522+0000 mon.a (mon.0) 4622 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:52:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:52:01.572090+0000 mon.a (mon.0) 4623 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:52:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:52:01.572735+0000 mon.a (mon.0) 4624 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:52:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:52:01.577121+0000 mon.a (mon.0) 4625 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:52:04.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:03.121749+0000 mgr.y (mgr.24491) 23074 : cluster [DBG] pgmap v20384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:03.121749+0000 mgr.y (mgr.24491) 23074 : cluster [DBG] pgmap v20384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:03.121749+0000 mgr.y (mgr.24491) 23074 : cluster [DBG] pgmap v20384: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:06.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:05.122645+0000 mgr.y (mgr.24491) 23075 : cluster [DBG] pgmap v20385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:05.122645+0000 mgr.y (mgr.24491) 23075 : cluster [DBG] pgmap v20385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:05.122645+0000 mgr.y (mgr.24491) 23075 : cluster [DBG] pgmap v20385: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:52:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:07] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T14:52:08.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:07.123225+0000 mgr.y (mgr.24491) 23076 : cluster [DBG] pgmap v20386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:07.123225+0000 mgr.y (mgr.24491) 23076 : cluster [DBG] pgmap v20386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:07.123225+0000 mgr.y (mgr.24491) 23076 : cluster [DBG] pgmap v20386: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:09.123637+0000 mgr.y (mgr.24491) 23077 : cluster [DBG] pgmap v20387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:09.123637+0000 mgr.y (mgr.24491) 23077 : cluster [DBG] pgmap v20387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:09.123637+0000 mgr.y (mgr.24491) 23077 : cluster [DBG] pgmap v20387: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:52:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:52:12.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:11.124470+0000 mgr.y (mgr.24491) 23078 : cluster [DBG] pgmap v20388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:11.124470+0000 mgr.y (mgr.24491) 23078 : cluster [DBG] pgmap v20388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:11.124470+0000 mgr.y (mgr.24491) 23078 : cluster [DBG] pgmap v20388: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:13.124924+0000 mgr.y (mgr.24491) 23079 : cluster [DBG] pgmap v20389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:13.124924+0000 mgr.y (mgr.24491) 23079 : cluster [DBG] pgmap v20389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:13.124924+0000 mgr.y (mgr.24491) 23079 : cluster [DBG] pgmap v20389: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:15.125567+0000 mgr.y (mgr.24491) 23080 : cluster [DBG] pgmap v20390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:15.125567+0000 mgr.y (mgr.24491) 23080 : cluster [DBG] pgmap v20390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:15.125567+0000 mgr.y (mgr.24491) 23080 : cluster [DBG] pgmap v20390: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:52:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:52:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:17.126089+0000 mgr.y (mgr.24491) 23081 : cluster [DBG] pgmap v20391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:17.126089+0000 mgr.y (mgr.24491) 23081 : cluster [DBG] pgmap v20391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:17.126089+0000 mgr.y (mgr.24491) 23081 : cluster [DBG] pgmap v20391: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:19.126431+0000 mgr.y (mgr.24491) 23082 : cluster [DBG] pgmap v20392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:19.126431+0000 mgr.y (mgr.24491) 23082 : cluster [DBG] pgmap v20392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:19.126431+0000 mgr.y (mgr.24491) 23082 : cluster [DBG] pgmap v20392: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:52:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:52:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:21.127369+0000 mgr.y (mgr.24491) 23083 : cluster [DBG] pgmap v20393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:21.127369+0000 mgr.y (mgr.24491) 23083 : cluster [DBG] pgmap v20393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:21.127369+0000 mgr.y (mgr.24491) 23083 : cluster [DBG] pgmap v20393: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:23.127972+0000 mgr.y (mgr.24491) 23084 : cluster [DBG] pgmap v20394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:23.127972+0000 mgr.y (mgr.24491) 23084 : cluster [DBG] pgmap v20394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:23.127972+0000 mgr.y (mgr.24491) 23084 : cluster [DBG] pgmap v20394: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:25.761 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:52:26.033 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:52:26.033 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 7m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:52:26.033 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 7m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 7m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 7m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 7m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 7m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 7m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 7m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 7m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 7m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 7m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 7m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 7m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 7m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 7m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 7m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 7m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:52:26.034 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 7m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:52:26.035 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 7m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:52:26.035 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 7m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:52:26.369 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:52:26.369 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:52:26.369 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:52:26.369 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:52:26.370 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:52:26.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:25.128570+0000 mgr.y (mgr.24491) 23085 : cluster [DBG] pgmap v20395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:25.128570+0000 mgr.y (mgr.24491) 23085 : cluster [DBG] pgmap v20395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:25.128570+0000 mgr.y (mgr.24491) 23085 : cluster [DBG] pgmap v20395: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:52:25.751147+0000 mgr.y (mgr.24491) 23086 : audit [DBG] from='client.38583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:52:26.027922+0000 mgr.y (mgr.24491) 23087 : audit [DBG] from='client.38589 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:27.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:52:26.371271+0000 mon.c (mon.2) 715 : audit [DBG] from='client.? 172.21.15.177:0/1096676951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:52:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:52:25.751147+0000 mgr.y (mgr.24491) 23086 : audit [DBG] from='client.38583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:52:26.027922+0000 mgr.y (mgr.24491) 23087 : audit [DBG] from='client.38589 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:27.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:52:26.371271+0000 mon.c (mon.2) 715 : audit [DBG] from='client.? 172.21.15.177:0/1096676951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:52:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:52:25.751147+0000 mgr.y (mgr.24491) 23086 : audit [DBG] from='client.38583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:52:26.027922+0000 mgr.y (mgr.24491) 23087 : audit [DBG] from='client.38589 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:27.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:52:26.371271+0000 mon.c (mon.2) 715 : audit [DBG] from='client.? 172.21.15.177:0/1096676951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:52:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:52:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:52:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:27.129125+0000 mgr.y (mgr.24491) 23088 : cluster [DBG] pgmap v20396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:27.129125+0000 mgr.y (mgr.24491) 23088 : cluster [DBG] pgmap v20396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:27.129125+0000 mgr.y (mgr.24491) 23088 : cluster [DBG] pgmap v20396: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:29.129563+0000 mgr.y (mgr.24491) 23089 : cluster [DBG] pgmap v20397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:29.129563+0000 mgr.y (mgr.24491) 23089 : cluster [DBG] pgmap v20397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:29.129563+0000 mgr.y (mgr.24491) 23089 : cluster [DBG] pgmap v20397: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:52:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:52:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:31.130284+0000 mgr.y (mgr.24491) 23090 : cluster [DBG] pgmap v20398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:31.130284+0000 mgr.y (mgr.24491) 23090 : cluster [DBG] pgmap v20398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:31.130284+0000 mgr.y (mgr.24491) 23090 : cluster [DBG] pgmap v20398: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:33.130667+0000 mgr.y (mgr.24491) 23091 : cluster [DBG] pgmap v20399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:33.130667+0000 mgr.y (mgr.24491) 23091 : cluster [DBG] pgmap v20399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:33.130667+0000 mgr.y (mgr.24491) 23091 : cluster [DBG] pgmap v20399: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:35.131305+0000 mgr.y (mgr.24491) 23092 : cluster [DBG] pgmap v20400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:35.131305+0000 mgr.y (mgr.24491) 23092 : cluster [DBG] pgmap v20400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:35.131305+0000 mgr.y (mgr.24491) 23092 : cluster [DBG] pgmap v20400: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:52:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:52:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:37.131830+0000 mgr.y (mgr.24491) 23093 : cluster [DBG] pgmap v20401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:37.131830+0000 mgr.y (mgr.24491) 23093 : cluster [DBG] pgmap v20401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:37.131830+0000 mgr.y (mgr.24491) 23093 : cluster [DBG] pgmap v20401: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:39.132363+0000 mgr.y (mgr.24491) 23094 : cluster [DBG] pgmap v20402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:39.132363+0000 mgr.y (mgr.24491) 23094 : cluster [DBG] pgmap v20402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:39.132363+0000 mgr.y (mgr.24491) 23094 : cluster [DBG] pgmap v20402: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:52:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:52:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:41.133210+0000 mgr.y (mgr.24491) 23095 : cluster [DBG] pgmap v20403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:41.133210+0000 mgr.y (mgr.24491) 23095 : cluster [DBG] pgmap v20403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:41.133210+0000 mgr.y (mgr.24491) 23095 : cluster [DBG] pgmap v20403: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:43.133836+0000 mgr.y (mgr.24491) 23096 : cluster [DBG] pgmap v20404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:43.133836+0000 mgr.y (mgr.24491) 23096 : cluster [DBG] pgmap v20404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:43.133836+0000 mgr.y (mgr.24491) 23096 : cluster [DBG] pgmap v20404: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:45.134722+0000 mgr.y (mgr.24491) 23097 : cluster [DBG] pgmap v20405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:45.134722+0000 mgr.y (mgr.24491) 23097 : cluster [DBG] pgmap v20405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:45.134722+0000 mgr.y (mgr.24491) 23097 : cluster [DBG] pgmap v20405: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:52:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:47] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T14:52:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:47.135148+0000 mgr.y (mgr.24491) 23098 : cluster [DBG] pgmap v20406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:47.135148+0000 mgr.y (mgr.24491) 23098 : cluster [DBG] pgmap v20406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:47.135148+0000 mgr.y (mgr.24491) 23098 : cluster [DBG] pgmap v20406: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:49.135642+0000 mgr.y (mgr.24491) 23099 : cluster [DBG] pgmap v20407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:49.135642+0000 mgr.y (mgr.24491) 23099 : cluster [DBG] pgmap v20407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:49.135642+0000 mgr.y (mgr.24491) 23099 : cluster [DBG] pgmap v20407: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:52:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:52:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:51.136409+0000 mgr.y (mgr.24491) 23100 : cluster [DBG] pgmap v20408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:51.136409+0000 mgr.y (mgr.24491) 23100 : cluster [DBG] pgmap v20408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:51.136409+0000 mgr.y (mgr.24491) 23100 : cluster [DBG] pgmap v20408: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:53.136915+0000 mgr.y (mgr.24491) 23101 : cluster [DBG] pgmap v20409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:53.136915+0000 mgr.y (mgr.24491) 23101 : cluster [DBG] pgmap v20409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:53.136915+0000 mgr.y (mgr.24491) 23101 : cluster [DBG] pgmap v20409: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:55.137642+0000 mgr.y (mgr.24491) 23102 : cluster [DBG] pgmap v20410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:55.137642+0000 mgr.y (mgr.24491) 23102 : cluster [DBG] pgmap v20410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:56.674 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:52:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:55.137642+0000 mgr.y (mgr.24491) 23102 : cluster [DBG] pgmap v20410: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:56.950 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:52:56.950 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 7m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:52:56.950 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 7m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:52:56.950 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 7m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:52:56.950 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 7m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:52:56.950 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 7m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:52:56.950 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 7m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:52:56.950 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 7m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:52:56.950 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 7m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:52:56.951 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 7m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:52:56.951 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 7m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:52:56.951 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 7m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:52:56.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 7m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:52:56.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 7m ago 11h 47.3M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:52:56.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 7m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:52:56.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 7m ago 11h 43.3M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:52:56.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 7m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:52:56.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 7m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:52:56.951 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 7m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:52:56.952 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 7m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:52:56.952 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 7m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:52:57.286 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:52:57.286 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:52:57.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:52:57.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:52:57.287 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:52:57.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:52:57.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:52:57.287 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:52:57.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:52:57.287 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:52:57.287 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:52:57.287 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:52:57.288 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:52:57.288 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:52:57.288 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:52:57.288 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:52:57.288 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:52:57.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:52:57.288088+0000 mon.a (mon.0) 4626 : audit [DBG] from='client.? 172.21.15.177:0/1361435018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:52:57.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:52:57.288088+0000 mon.a (mon.0) 4626 : audit [DBG] from='client.? 172.21.15.177:0/1361435018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:52:57.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:52:57.288088+0000 mon.a (mon.0) 4626 : audit [DBG] from='client.? 172.21.15.177:0/1361435018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:52:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:52:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:52:57] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T14:52:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:52:56.664384+0000 mgr.y (mgr.24491) 23103 : audit [DBG] from='client.48509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:52:56.943552+0000 mgr.y (mgr.24491) 23104 : audit [DBG] from='client.38607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:58.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:57.137978+0000 mgr.y (mgr.24491) 23105 : cluster [DBG] pgmap v20411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:52:56.664384+0000 mgr.y (mgr.24491) 23103 : audit [DBG] from='client.48509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:52:56.943552+0000 mgr.y (mgr.24491) 23104 : audit [DBG] from='client.38607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:58.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:52:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:57.137978+0000 mgr.y (mgr.24491) 23105 : cluster [DBG] pgmap v20411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:52:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:52:56.664384+0000 mgr.y (mgr.24491) 23103 : audit [DBG] from='client.48509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:52:56.943552+0000 mgr.y (mgr.24491) 23104 : audit [DBG] from='client.38607 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:52:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:52:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:57.137978+0000 mgr.y (mgr.24491) 23105 : cluster [DBG] pgmap v20411: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:52:59.138439+0000 mgr.y (mgr.24491) 23106 : cluster [DBG] pgmap v20412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:52:59.138439+0000 mgr.y (mgr.24491) 23106 : cluster [DBG] pgmap v20412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:52:59.138439+0000 mgr.y (mgr.24491) 23106 : cluster [DBG] pgmap v20412: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:53:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:53:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:01.139262+0000 mgr.y (mgr.24491) 23107 : cluster [DBG] pgmap v20413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:01.581980+0000 mon.a (mon.0) 4627 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:53:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:01.873510+0000 mon.a (mon.0) 4628 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:01.874148+0000 mon.a (mon.0) 4629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:01.874639+0000 mon.a (mon.0) 4630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:01.875122+0000 mon.a (mon.0) 4631 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:01.879350+0000 mon.a (mon.0) 4632 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:53:02.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:01.880142+0000 mon.a (mon.0) 4633 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:53:02.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:01.880711+0000 mon.a (mon.0) 4634 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:53:02.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:01.887184+0000 mon.a (mon.0) 4635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:53:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:01.139262+0000 mgr.y (mgr.24491) 23107 : cluster [DBG] pgmap v20413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:01.581980+0000 mon.a (mon.0) 4627 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:53:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:01.873510+0000 mon.a (mon.0) 4628 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:01.874148+0000 mon.a (mon.0) 4629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:01.874639+0000 mon.a (mon.0) 4630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:01.875122+0000 mon.a (mon.0) 4631 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:01.879350+0000 mon.a (mon.0) 4632 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:53:02.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:01.880142+0000 mon.a (mon.0) 4633 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:53:02.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:01.880711+0000 mon.a (mon.0) 4634 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:53:02.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:01.887184+0000 mon.a (mon.0) 4635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:53:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:01.139262+0000 mgr.y (mgr.24491) 23107 : cluster [DBG] pgmap v20413: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:01.581980+0000 mon.a (mon.0) 4627 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:53:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:01.873510+0000 mon.a (mon.0) 4628 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:01.874148+0000 mon.a (mon.0) 4629 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:01.874639+0000 mon.a (mon.0) 4630 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:01.875122+0000 mon.a (mon.0) 4631 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T14:53:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:01.879350+0000 mon.a (mon.0) 4632 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:53:02.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:01.880142+0000 mon.a (mon.0) 4633 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:53:02.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:01.880711+0000 mon.a (mon.0) 4634 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:53:02.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:01.887184+0000 mon.a (mon.0) 4635 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:53:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T14:53:01.875500+0000 mgr.y (mgr.24491) 23108 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T14:53:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T14:53:01.875500+0000 mgr.y (mgr.24491) 23108 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T14:53:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T14:53:01.875500+0000 mgr.y (mgr.24491) 23108 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T14:53:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:03.139770+0000 mgr.y (mgr.24491) 23109 : cluster [DBG] pgmap v20414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:03.139770+0000 mgr.y (mgr.24491) 23109 : cluster [DBG] pgmap v20414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:03.139770+0000 mgr.y (mgr.24491) 23109 : cluster [DBG] pgmap v20414: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:05.140644+0000 mgr.y (mgr.24491) 23110 : cluster [DBG] pgmap v20415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:05.140644+0000 mgr.y (mgr.24491) 23110 : cluster [DBG] pgmap v20415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:05.140644+0000 mgr.y (mgr.24491) 23110 : cluster [DBG] pgmap v20415: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:53:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:07] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T14:53:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:07.141075+0000 mgr.y (mgr.24491) 23111 : cluster [DBG] pgmap v20416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:07.141075+0000 mgr.y (mgr.24491) 23111 : cluster [DBG] pgmap v20416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:07.141075+0000 mgr.y (mgr.24491) 23111 : cluster [DBG] pgmap v20416: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:09.141621+0000 mgr.y (mgr.24491) 23112 : cluster [DBG] pgmap v20417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:09.141621+0000 mgr.y (mgr.24491) 23112 : cluster [DBG] pgmap v20417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:09.141621+0000 mgr.y (mgr.24491) 23112 : cluster [DBG] pgmap v20417: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:11.373 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:53:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:11.142265+0000 mgr.y (mgr.24491) 23113 : cluster [DBG] pgmap v20418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:11.142265+0000 mgr.y (mgr.24491) 23113 : cluster [DBG] pgmap v20418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:11.142265+0000 mgr.y (mgr.24491) 23113 : cluster [DBG] pgmap v20418: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:14.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:13.142673+0000 mgr.y (mgr.24491) 23114 : cluster [DBG] pgmap v20419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:13.142673+0000 mgr.y (mgr.24491) 23114 : cluster [DBG] pgmap v20419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:13.142673+0000 mgr.y (mgr.24491) 23114 : cluster [DBG] pgmap v20419: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:16.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:15.143469+0000 mgr.y (mgr.24491) 23115 : cluster [DBG] pgmap v20420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:15.143469+0000 mgr.y (mgr.24491) 23115 : cluster [DBG] pgmap v20420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:15.143469+0000 mgr.y (mgr.24491) 23115 : cluster [DBG] pgmap v20420: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:53:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:53:18.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:17.143882+0000 mgr.y (mgr.24491) 23116 : cluster [DBG] pgmap v20421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:17.143882+0000 mgr.y (mgr.24491) 23116 : cluster [DBG] pgmap v20421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:17.143882+0000 mgr.y (mgr.24491) 23116 : cluster [DBG] pgmap v20421: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:20.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:19.144314+0000 mgr.y (mgr.24491) 23117 : cluster [DBG] pgmap v20422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:19.144314+0000 mgr.y (mgr.24491) 23117 : cluster [DBG] pgmap v20422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:19.144314+0000 mgr.y (mgr.24491) 23117 : cluster [DBG] pgmap v20422: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:53:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:53:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:21.145047+0000 mgr.y (mgr.24491) 23118 : cluster [DBG] pgmap v20423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:21.145047+0000 mgr.y (mgr.24491) 23118 : cluster [DBG] pgmap v20423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:21.145047+0000 mgr.y (mgr.24491) 23118 : cluster [DBG] pgmap v20423: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:24.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:23.145427+0000 mgr.y (mgr.24491) 23119 : cluster [DBG] pgmap v20424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:23.145427+0000 mgr.y (mgr.24491) 23119 : cluster [DBG] pgmap v20424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:23.145427+0000 mgr.y (mgr.24491) 23119 : cluster [DBG] pgmap v20424: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:26.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:25.146175+0000 mgr.y (mgr.24491) 23120 : cluster [DBG] pgmap v20425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:25.146175+0000 mgr.y (mgr.24491) 23120 : cluster [DBG] pgmap v20425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:25.146175+0000 mgr.y (mgr.24491) 23120 : cluster [DBG] pgmap v20425: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:27.596 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:53:27.870 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:53:27.870 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 8m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:53:27.870 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 8m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:53:27.870 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 8m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:53:27.870 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 8m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:53:27.870 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 8m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:53:27.870 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 8m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:53:27.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 8m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:53:27.870 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 8m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 8m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 8m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 8m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 8m ago 11h 47.3M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 8m ago 11h 47.3M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 8m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 8m ago 11h 43.3M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 8m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 8m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 8m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 8m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:53:27.871 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 8m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:53:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:53:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:53:28.202 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:53:28.202 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:53:28.202 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:53:28.202 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:53:28.203 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:53:28.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:27.146719+0000 mgr.y (mgr.24491) 23121 : cluster [DBG] pgmap v20426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:28.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:28.204444+0000 mon.c (mon.2) 716 : audit [DBG] from='client.? 172.21.15.177:0/3049831974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:53:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:27.146719+0000 mgr.y (mgr.24491) 23121 : cluster [DBG] pgmap v20426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:28.204444+0000 mon.c (mon.2) 716 : audit [DBG] from='client.? 172.21.15.177:0/3049831974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:53:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:27.146719+0000 mgr.y (mgr.24491) 23121 : cluster [DBG] pgmap v20426: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:28.204444+0000 mon.c (mon.2) 716 : audit [DBG] from='client.? 172.21.15.177:0/3049831974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:53:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:27.586466+0000 mgr.y (mgr.24491) 23122 : audit [DBG] from='client.48527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:53:29.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:27.864391+0000 mgr.y (mgr.24491) 23123 : audit [DBG] from='client.38625 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:53:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:27.586466+0000 mgr.y (mgr.24491) 23122 : audit [DBG] from='client.48527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:53:29.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:27.864391+0000 mgr.y (mgr.24491) 23123 : audit [DBG] from='client.38625 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:53:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:27.586466+0000 mgr.y (mgr.24491) 23122 : audit [DBG] from='client.48527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:53:29.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:27.864391+0000 mgr.y (mgr.24491) 23123 : audit [DBG] from='client.38625 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:53:30.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:29.147278+0000 mgr.y (mgr.24491) 23124 : cluster [DBG] pgmap v20427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:29.147278+0000 mgr.y (mgr.24491) 23124 : cluster [DBG] pgmap v20427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:29.147278+0000 mgr.y (mgr.24491) 23124 : cluster [DBG] pgmap v20427: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:53:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:53:32.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:31.147927+0000 mgr.y (mgr.24491) 23125 : cluster [DBG] pgmap v20428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:31.147927+0000 mgr.y (mgr.24491) 23125 : cluster [DBG] pgmap v20428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:31.147927+0000 mgr.y (mgr.24491) 23125 : cluster [DBG] pgmap v20428: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:34.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:33.148319+0000 mgr.y (mgr.24491) 23126 : cluster [DBG] pgmap v20429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:33.148319+0000 mgr.y (mgr.24491) 23126 : cluster [DBG] pgmap v20429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:33.148319+0000 mgr.y (mgr.24491) 23126 : cluster [DBG] pgmap v20429: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:36.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:35.149025+0000 mgr.y (mgr.24491) 23127 : cluster [DBG] pgmap v20430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:35.149025+0000 mgr.y (mgr.24491) 23127 : cluster [DBG] pgmap v20430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:35.149025+0000 mgr.y (mgr.24491) 23127 : cluster [DBG] pgmap v20430: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:53:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:53:38.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:37.149564+0000 mgr.y (mgr.24491) 23128 : cluster [DBG] pgmap v20431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:37.149564+0000 mgr.y (mgr.24491) 23128 : cluster [DBG] pgmap v20431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:37.149564+0000 mgr.y (mgr.24491) 23128 : cluster [DBG] pgmap v20431: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:40.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:39.150122+0000 mgr.y (mgr.24491) 23129 : cluster [DBG] pgmap v20432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:39.150122+0000 mgr.y (mgr.24491) 23129 : cluster [DBG] pgmap v20432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:39.150122+0000 mgr.y (mgr.24491) 23129 : cluster [DBG] pgmap v20432: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:41.500 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:53:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:53:42.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:41.150885+0000 mgr.y (mgr.24491) 23130 : cluster [DBG] pgmap v20433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:41.150885+0000 mgr.y (mgr.24491) 23130 : cluster [DBG] pgmap v20433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:41.150885+0000 mgr.y (mgr.24491) 23130 : cluster [DBG] pgmap v20433: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:43.151479+0000 mgr.y (mgr.24491) 23131 : cluster [DBG] pgmap v20434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:43.151479+0000 mgr.y (mgr.24491) 23131 : cluster [DBG] pgmap v20434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:43.151479+0000 mgr.y (mgr.24491) 23131 : cluster [DBG] pgmap v20434: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:45.152369+0000 mgr.y (mgr.24491) 23132 : cluster [DBG] pgmap v20435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:45.152369+0000 mgr.y (mgr.24491) 23132 : cluster [DBG] pgmap v20435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:45.152369+0000 mgr.y (mgr.24491) 23132 : cluster [DBG] pgmap v20435: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:53:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:47] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:53:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:47.152852+0000 mgr.y (mgr.24491) 23133 : cluster [DBG] pgmap v20436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:47.152852+0000 mgr.y (mgr.24491) 23133 : cluster [DBG] pgmap v20436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:47.152852+0000 mgr.y (mgr.24491) 23133 : cluster [DBG] pgmap v20436: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:49.153282+0000 mgr.y (mgr.24491) 23134 : cluster [DBG] pgmap v20437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:49.153282+0000 mgr.y (mgr.24491) 23134 : cluster [DBG] pgmap v20437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:49.153282+0000 mgr.y (mgr.24491) 23134 : cluster [DBG] pgmap v20437: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:53:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:53:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:51.154081+0000 mgr.y (mgr.24491) 23135 : cluster [DBG] pgmap v20438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:51.154081+0000 mgr.y (mgr.24491) 23135 : cluster [DBG] pgmap v20438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:51.154081+0000 mgr.y (mgr.24491) 23135 : cluster [DBG] pgmap v20438: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:53.154566+0000 mgr.y (mgr.24491) 23136 : cluster [DBG] pgmap v20439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:53.154566+0000 mgr.y (mgr.24491) 23136 : cluster [DBG] pgmap v20439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:53.154566+0000 mgr.y (mgr.24491) 23136 : cluster [DBG] pgmap v20439: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:55.155270+0000 mgr.y (mgr.24491) 23137 : cluster [DBG] pgmap v20440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:55.155270+0000 mgr.y (mgr.24491) 23137 : cluster [DBG] pgmap v20440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:55.155270+0000 mgr.y (mgr.24491) 23137 : cluster [DBG] pgmap v20440: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:53:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:53:57] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:53:58.512 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:53:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:57.155637+0000 mgr.y (mgr.24491) 23138 : cluster [DBG] pgmap v20441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:57.155637+0000 mgr.y (mgr.24491) 23138 : cluster [DBG] pgmap v20441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:57.155637+0000 mgr.y (mgr.24491) 23138 : cluster [DBG] pgmap v20441: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:53:58.786 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:53:58.786 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 9m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:53:58.786 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 9m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:53:58.787 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 9m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:53:58.787 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 9m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:53:58.787 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 9m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:53:58.787 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 9m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:53:58.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 9m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:53:58.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 9m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:53:58.787 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 9m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:53:58.787 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 9m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:53:58.787 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 9m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:53:58.787 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 9m ago 11h 47.3M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:53:58.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 9m ago 11h 47.3M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:53:58.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 9m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:53:58.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 9m ago 11h 43.3M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:53:58.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 9m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:53:58.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 9m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:53:58.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 9m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:53:58.788 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 9m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:53:58.788 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 9m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:53:59.124 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:53:59.124 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:53:59.124 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:53:59.124 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:53:59.125 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:53:59.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:53:59.125 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:53:59.125 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:53:59.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:53:59.125 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:53:59.125 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:53:59.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:53:59.125 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:53:59.125 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:53:59.125 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:53:59.126 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:53:59.126 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:53:59.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:53:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:59.126143+0000 mon.a (mon.0) 4636 : audit [DBG] from='client.? 172.21.15.177:0/2308041637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:53:59.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:53:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:59.126143+0000 mon.a (mon.0) 4636 : audit [DBG] from='client.? 172.21.15.177:0/2308041637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:53:59.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:53:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:59.126143+0000 mon.a (mon.0) 4636 : audit [DBG] from='client.? 172.21.15.177:0/2308041637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:54:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:58.501691+0000 mgr.y (mgr.24491) 23139 : audit [DBG] from='client.48545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:53:58.780318+0000 mgr.y (mgr.24491) 23140 : audit [DBG] from='client.48551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:53:59.156053+0000 mgr.y (mgr.24491) 23141 : cluster [DBG] pgmap v20442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:58.501691+0000 mgr.y (mgr.24491) 23139 : audit [DBG] from='client.48545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:53:58.780318+0000 mgr.y (mgr.24491) 23140 : audit [DBG] from='client.48551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:53:59.156053+0000 mgr.y (mgr.24491) 23141 : cluster [DBG] pgmap v20442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:58.501691+0000 mgr.y (mgr.24491) 23139 : audit [DBG] from='client.48545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:53:58.780318+0000 mgr.y (mgr.24491) 23140 : audit [DBG] from='client.48551 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:53:59.156053+0000 mgr.y (mgr.24491) 23141 : cluster [DBG] pgmap v20442: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:54:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:54:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:01.156841+0000 mgr.y (mgr.24491) 23142 : cluster [DBG] pgmap v20443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:54:01.892450+0000 mon.a (mon.0) 4637 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:54:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:54:02.184314+0000 mon.a (mon.0) 4638 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:54:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:54:02.184962+0000 mon.a (mon.0) 4639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:54:02.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:54:02.189232+0000 mon.a (mon.0) 4640 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:54:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:01.156841+0000 mgr.y (mgr.24491) 23142 : cluster [DBG] pgmap v20443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:54:01.892450+0000 mon.a (mon.0) 4637 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:54:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:54:02.184314+0000 mon.a (mon.0) 4638 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:54:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:54:02.184962+0000 mon.a (mon.0) 4639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:54:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:54:02.189232+0000 mon.a (mon.0) 4640 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:54:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:01.156841+0000 mgr.y (mgr.24491) 23142 : cluster [DBG] pgmap v20443: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:54:01.892450+0000 mon.a (mon.0) 4637 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:54:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:54:02.184314+0000 mon.a (mon.0) 4638 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:54:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:54:02.184962+0000 mon.a (mon.0) 4639 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:54:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:54:02.189232+0000 mon.a (mon.0) 4640 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:54:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:03.157219+0000 mgr.y (mgr.24491) 23143 : cluster [DBG] pgmap v20444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:03.157219+0000 mgr.y (mgr.24491) 23143 : cluster [DBG] pgmap v20444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:03.157219+0000 mgr.y (mgr.24491) 23143 : cluster [DBG] pgmap v20444: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:05.158135+0000 mgr.y (mgr.24491) 23144 : cluster [DBG] pgmap v20445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:05.158135+0000 mgr.y (mgr.24491) 23144 : cluster [DBG] pgmap v20445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:05.158135+0000 mgr.y (mgr.24491) 23144 : cluster [DBG] pgmap v20445: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:54:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:07] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:54:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:07.158689+0000 mgr.y (mgr.24491) 23145 : cluster [DBG] pgmap v20446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:07.158689+0000 mgr.y (mgr.24491) 23145 : cluster [DBG] pgmap v20446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:07.158689+0000 mgr.y (mgr.24491) 23145 : cluster [DBG] pgmap v20446: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:09.159132+0000 mgr.y (mgr.24491) 23146 : cluster [DBG] pgmap v20447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:09.159132+0000 mgr.y (mgr.24491) 23146 : cluster [DBG] pgmap v20447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:09.159132+0000 mgr.y (mgr.24491) 23146 : cluster [DBG] pgmap v20447: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:54:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:54:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:11.159764+0000 mgr.y (mgr.24491) 23147 : cluster [DBG] pgmap v20448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:11.159764+0000 mgr.y (mgr.24491) 23147 : cluster [DBG] pgmap v20448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:11.159764+0000 mgr.y (mgr.24491) 23147 : cluster [DBG] pgmap v20448: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:13.160262+0000 mgr.y (mgr.24491) 23148 : cluster [DBG] pgmap v20449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:13.160262+0000 mgr.y (mgr.24491) 23148 : cluster [DBG] pgmap v20449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:13.160262+0000 mgr.y (mgr.24491) 23148 : cluster [DBG] pgmap v20449: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:15.160975+0000 mgr.y (mgr.24491) 23149 : cluster [DBG] pgmap v20450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:15.160975+0000 mgr.y (mgr.24491) 23149 : cluster [DBG] pgmap v20450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:15.160975+0000 mgr.y (mgr.24491) 23149 : cluster [DBG] pgmap v20450: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:54:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:17] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:54:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:17.161365+0000 mgr.y (mgr.24491) 23150 : cluster [DBG] pgmap v20451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:17.161365+0000 mgr.y (mgr.24491) 23150 : cluster [DBG] pgmap v20451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:17.161365+0000 mgr.y (mgr.24491) 23150 : cluster [DBG] pgmap v20451: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:19.161778+0000 mgr.y (mgr.24491) 23151 : cluster [DBG] pgmap v20452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:19.161778+0000 mgr.y (mgr.24491) 23151 : cluster [DBG] pgmap v20452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:19.161778+0000 mgr.y (mgr.24491) 23151 : cluster [DBG] pgmap v20452: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:54:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:54:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:21.162430+0000 mgr.y (mgr.24491) 23152 : cluster [DBG] pgmap v20453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:21.162430+0000 mgr.y (mgr.24491) 23152 : cluster [DBG] pgmap v20453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:21.162430+0000 mgr.y (mgr.24491) 23152 : cluster [DBG] pgmap v20453: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:23.162898+0000 mgr.y (mgr.24491) 23153 : cluster [DBG] pgmap v20454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:23.162898+0000 mgr.y (mgr.24491) 23153 : cluster [DBG] pgmap v20454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:23.162898+0000 mgr.y (mgr.24491) 23153 : cluster [DBG] pgmap v20454: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:25.163642+0000 mgr.y (mgr.24491) 23154 : cluster [DBG] pgmap v20455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:25.163642+0000 mgr.y (mgr.24491) 23154 : cluster [DBG] pgmap v20455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:25.163642+0000 mgr.y (mgr.24491) 23154 : cluster [DBG] pgmap v20455: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:54:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:27] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:54:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:27.164110+0000 mgr.y (mgr.24491) 23155 : cluster [DBG] pgmap v20456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:27.164110+0000 mgr.y (mgr.24491) 23155 : cluster [DBG] pgmap v20456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:27.164110+0000 mgr.y (mgr.24491) 23155 : cluster [DBG] pgmap v20456: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:29.442 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:54:29.717 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:54:29.717 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 9m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:54:29.717 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 9m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:54:29.717 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 9m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:54:29.717 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 9m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:54:29.717 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 9m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:54:29.717 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 9m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:54:29.717 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 9m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:54:29.718 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 9m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:54:29.718 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 9m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:54:29.718 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 9m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:54:29.718 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 9m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:54:29.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 9m ago 11h 47.3M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:54:29.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 9m ago 11h 47.3M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:54:29.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 9m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:54:29.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 9m ago 11h 43.3M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:54:29.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 9m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:54:29.718 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 9m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:54:29.719 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 9m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:54:29.719 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 9m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:54:29.719 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 9m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:54:30.051 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:54:30.051 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:54:30.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:54:30.051 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:54:30.051 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:54:30.051 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:54:30.051 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:54:30.051 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:54:30.052 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:54:30.052 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:54:30.052 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:54:30.052 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:54:30.052 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:54:30.052 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:54:30.052 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:54:30.052 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:54:30.052 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:54:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:29.164533+0000 mgr.y (mgr.24491) 23156 : cluster [DBG] pgmap v20457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:54:30.052807+0000 mon.a (mon.0) 4641 : audit [DBG] from='client.? 172.21.15.177:0/618141326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:54:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:29.164533+0000 mgr.y (mgr.24491) 23156 : cluster [DBG] pgmap v20457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:54:30.052807+0000 mon.a (mon.0) 4641 : audit [DBG] from='client.? 172.21.15.177:0/618141326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:54:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:29.164533+0000 mgr.y (mgr.24491) 23156 : cluster [DBG] pgmap v20457: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:54:30.052807+0000 mon.a (mon.0) 4641 : audit [DBG] from='client.? 172.21.15.177:0/618141326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:54:31.338 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:54:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:54:29.431522+0000 mgr.y (mgr.24491) 23157 : audit [DBG] from='client.38655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:31.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:54:29.710909+0000 mgr.y (mgr.24491) 23158 : audit [DBG] from='client.48569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:31.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:54:29.431522+0000 mgr.y (mgr.24491) 23157 : audit [DBG] from='client.38655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:31.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:54:29.710909+0000 mgr.y (mgr.24491) 23158 : audit [DBG] from='client.48569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:31.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:54:29.431522+0000 mgr.y (mgr.24491) 23157 : audit [DBG] from='client.38655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:31.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:54:29.710909+0000 mgr.y (mgr.24491) 23158 : audit [DBG] from='client.48569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:54:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:31.165222+0000 mgr.y (mgr.24491) 23159 : cluster [DBG] pgmap v20458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:31.165222+0000 mgr.y (mgr.24491) 23159 : cluster [DBG] pgmap v20458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:31.165222+0000 mgr.y (mgr.24491) 23159 : cluster [DBG] pgmap v20458: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:34.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:33.165773+0000 mgr.y (mgr.24491) 23160 : cluster [DBG] pgmap v20459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:34.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:33.165773+0000 mgr.y (mgr.24491) 23160 : cluster [DBG] pgmap v20459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:33.165773+0000 mgr.y (mgr.24491) 23160 : cluster [DBG] pgmap v20459: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:35.166395+0000 mgr.y (mgr.24491) 23161 : cluster [DBG] pgmap v20460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:35.166395+0000 mgr.y (mgr.24491) 23161 : cluster [DBG] pgmap v20460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:35.166395+0000 mgr.y (mgr.24491) 23161 : cluster [DBG] pgmap v20460: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:54:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:54:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:37.166775+0000 mgr.y (mgr.24491) 23162 : cluster [DBG] pgmap v20461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:37.166775+0000 mgr.y (mgr.24491) 23162 : cluster [DBG] pgmap v20461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:37.166775+0000 mgr.y (mgr.24491) 23162 : cluster [DBG] pgmap v20461: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:40.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:39.167214+0000 mgr.y (mgr.24491) 23163 : cluster [DBG] pgmap v20462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:40.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:39.167214+0000 mgr.y (mgr.24491) 23163 : cluster [DBG] pgmap v20462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:39.167214+0000 mgr.y (mgr.24491) 23163 : cluster [DBG] pgmap v20462: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:54:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:54:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:41.167821+0000 mgr.y (mgr.24491) 23164 : cluster [DBG] pgmap v20463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:41.167821+0000 mgr.y (mgr.24491) 23164 : cluster [DBG] pgmap v20463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:41.167821+0000 mgr.y (mgr.24491) 23164 : cluster [DBG] pgmap v20463: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:43.168240+0000 mgr.y (mgr.24491) 23165 : cluster [DBG] pgmap v20464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:43.168240+0000 mgr.y (mgr.24491) 23165 : cluster [DBG] pgmap v20464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:43.168240+0000 mgr.y (mgr.24491) 23165 : cluster [DBG] pgmap v20464: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:46.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:45.168832+0000 mgr.y (mgr.24491) 23166 : cluster [DBG] pgmap v20465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:46.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:45.168832+0000 mgr.y (mgr.24491) 23166 : cluster [DBG] pgmap v20465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:45.168832+0000 mgr.y (mgr.24491) 23166 : cluster [DBG] pgmap v20465: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:54:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:47] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:54:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:47.169237+0000 mgr.y (mgr.24491) 23167 : cluster [DBG] pgmap v20466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:47.169237+0000 mgr.y (mgr.24491) 23167 : cluster [DBG] pgmap v20466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:47.169237+0000 mgr.y (mgr.24491) 23167 : cluster [DBG] pgmap v20466: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:49.169646+0000 mgr.y (mgr.24491) 23168 : cluster [DBG] pgmap v20467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:49.169646+0000 mgr.y (mgr.24491) 23168 : cluster [DBG] pgmap v20467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:49.169646+0000 mgr.y (mgr.24491) 23168 : cluster [DBG] pgmap v20467: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:54:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:54:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:51.170327+0000 mgr.y (mgr.24491) 23169 : cluster [DBG] pgmap v20468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:51.170327+0000 mgr.y (mgr.24491) 23169 : cluster [DBG] pgmap v20468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:51.170327+0000 mgr.y (mgr.24491) 23169 : cluster [DBG] pgmap v20468: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:53.170898+0000 mgr.y (mgr.24491) 23170 : cluster [DBG] pgmap v20469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:53.170898+0000 mgr.y (mgr.24491) 23170 : cluster [DBG] pgmap v20469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:53.170898+0000 mgr.y (mgr.24491) 23170 : cluster [DBG] pgmap v20469: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:55.171557+0000 mgr.y (mgr.24491) 23171 : cluster [DBG] pgmap v20470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:55.171557+0000 mgr.y (mgr.24491) 23171 : cluster [DBG] pgmap v20470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:55.171557+0000 mgr.y (mgr.24491) 23171 : cluster [DBG] pgmap v20470: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:54:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:54:57] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:54:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:54:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:57.172006+0000 mgr.y (mgr.24491) 23172 : cluster [DBG] pgmap v20471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:54:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:57.172006+0000 mgr.y (mgr.24491) 23172 : cluster [DBG] pgmap v20471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:54:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:54:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:57.172006+0000 mgr.y (mgr.24491) 23172 : cluster [DBG] pgmap v20471: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:00.364 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:55:00.643 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:55:00.643 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 10m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:55:00.643 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 10m ago 11h 64.5M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:55:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 10m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:55:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 10m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:55:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 10m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:55:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 10m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:55:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 10m ago 11h 1103M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:55:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 10m ago 11h 929M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:55:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 10m ago 11h 930M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:55:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 10m ago 11h 24.4M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:55:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 10m ago 11h 24.6M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:55:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 10m ago 11h 47.3M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:55:00.644 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 10m ago 11h 47.3M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:55:00.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 10m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:55:00.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 10m ago 11h 43.3M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:55:00.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 10m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:55:00.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 10m ago 11h 44.6M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:55:00.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 10m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:55:00.645 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 10m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:55:00.645 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 10m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:55:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:54:59.172495+0000 mgr.y (mgr.24491) 23173 : cluster [DBG] pgmap v20472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:54:59.172495+0000 mgr.y (mgr.24491) 23173 : cluster [DBG] pgmap v20472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:54:59.172495+0000 mgr.y (mgr.24491) 23173 : cluster [DBG] pgmap v20472: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:00.974 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:55:00.974 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:55:00.974 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:55:00.974 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:55:00.974 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:55:00.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:55:00.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:55:00.975 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:55:00.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:55:00.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:55:00.975 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:55:00.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:55:00.975 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:55:00.975 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:55:00.975 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:55:00.976 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:55:00.976 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:55:01.388 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:55:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:00.353699+0000 mgr.y (mgr.24491) 23174 : audit [DBG] from='client.38673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:00.637143+0000 mgr.y (mgr.24491) 23175 : audit [DBG] from='client.48587 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:00.976015+0000 mon.a (mon.0) 4642 : audit [DBG] from='client.? 172.21.15.177:0/1992822756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:55:01.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:01.173183+0000 mgr.y (mgr.24491) 23176 : cluster [DBG] pgmap v20473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:00.353699+0000 mgr.y (mgr.24491) 23174 : audit [DBG] from='client.38673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:00.637143+0000 mgr.y (mgr.24491) 23175 : audit [DBG] from='client.48587 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:00.976015+0000 mon.a (mon.0) 4642 : audit [DBG] from='client.? 172.21.15.177:0/1992822756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:55:01.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:01.173183+0000 mgr.y (mgr.24491) 23176 : cluster [DBG] pgmap v20473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:00.353699+0000 mgr.y (mgr.24491) 23174 : audit [DBG] from='client.38673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:01.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:00.637143+0000 mgr.y (mgr.24491) 23175 : audit [DBG] from='client.48587 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:00.976015+0000 mon.a (mon.0) 4642 : audit [DBG] from='client.? 172.21.15.177:0/1992822756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:55:01.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:01.173183+0000 mgr.y (mgr.24491) 23176 : cluster [DBG] pgmap v20473: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:02.193394+0000 mon.a (mon.0) 4643 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:55:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:02.193394+0000 mon.a (mon.0) 4643 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:55:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:02.193394+0000 mon.a (mon.0) 4643 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:55:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:03.173502+0000 mgr.y (mgr.24491) 23177 : cluster [DBG] pgmap v20474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:03.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:03.173502+0000 mgr.y (mgr.24491) 23177 : cluster [DBG] pgmap v20474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:03.654 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:03.173502+0000 mgr.y (mgr.24491) 23177 : cluster [DBG] pgmap v20474: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:04.718570+0000 mon.a (mon.0) 4644 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:55:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:05.174145+0000 mgr.y (mgr.24491) 23178 : cluster [DBG] pgmap v20475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:05.371163+0000 mon.a (mon.0) 4645 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:55:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:05.636396+0000 mon.a (mon.0) 4646 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:55:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:05.637268+0000 mon.a (mon.0) 4647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:55:06.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:05.645677+0000 mon.a (mon.0) 4648 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:55:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:04.718570+0000 mon.a (mon.0) 4644 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:55:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:05.174145+0000 mgr.y (mgr.24491) 23178 : cluster [DBG] pgmap v20475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:05.371163+0000 mon.a (mon.0) 4645 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:55:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:05.636396+0000 mon.a (mon.0) 4646 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:55:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:05.637268+0000 mon.a (mon.0) 4647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:55:06.149 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:05.645677+0000 mon.a (mon.0) 4648 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:55:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:04.718570+0000 mon.a (mon.0) 4644 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:55:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:05.174145+0000 mgr.y (mgr.24491) 23178 : cluster [DBG] pgmap v20475: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:05.371163+0000 mon.a (mon.0) 4645 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:55:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:05.636396+0000 mon.a (mon.0) 4646 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:55:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:05.637268+0000 mon.a (mon.0) 4647 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:55:06.150 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:05.645677+0000 mon.a (mon.0) 4648 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:55:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:55:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:55:08.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:07.174508+0000 mgr.y (mgr.24491) 23179 : cluster [DBG] pgmap v20476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:07.174508+0000 mgr.y (mgr.24491) 23179 : cluster [DBG] pgmap v20476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:07.174508+0000 mgr.y (mgr.24491) 23179 : cluster [DBG] pgmap v20476: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:10.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:09.175000+0000 mgr.y (mgr.24491) 23180 : cluster [DBG] pgmap v20477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:09.175000+0000 mgr.y (mgr.24491) 23180 : cluster [DBG] pgmap v20477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:09.175000+0000 mgr.y (mgr.24491) 23180 : cluster [DBG] pgmap v20477: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:55:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:55:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:11.175641+0000 mgr.y (mgr.24491) 23181 : cluster [DBG] pgmap v20478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:11.175641+0000 mgr.y (mgr.24491) 23181 : cluster [DBG] pgmap v20478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:11.175641+0000 mgr.y (mgr.24491) 23181 : cluster [DBG] pgmap v20478: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:13.176075+0000 mgr.y (mgr.24491) 23182 : cluster [DBG] pgmap v20479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:13.176075+0000 mgr.y (mgr.24491) 23182 : cluster [DBG] pgmap v20479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:13.176075+0000 mgr.y (mgr.24491) 23182 : cluster [DBG] pgmap v20479: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:15.176736+0000 mgr.y (mgr.24491) 23183 : cluster [DBG] pgmap v20480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:15.176736+0000 mgr.y (mgr.24491) 23183 : cluster [DBG] pgmap v20480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:15.176736+0000 mgr.y (mgr.24491) 23183 : cluster [DBG] pgmap v20480: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:55:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:55:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:17.177081+0000 mgr.y (mgr.24491) 23184 : cluster [DBG] pgmap v20481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:17.177081+0000 mgr.y (mgr.24491) 23184 : cluster [DBG] pgmap v20481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:17.177081+0000 mgr.y (mgr.24491) 23184 : cluster [DBG] pgmap v20481: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:19.177551+0000 mgr.y (mgr.24491) 23185 : cluster [DBG] pgmap v20482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:19.177551+0000 mgr.y (mgr.24491) 23185 : cluster [DBG] pgmap v20482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:19.177551+0000 mgr.y (mgr.24491) 23185 : cluster [DBG] pgmap v20482: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:55:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:55:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:21.178192+0000 mgr.y (mgr.24491) 23186 : cluster [DBG] pgmap v20483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:21.178192+0000 mgr.y (mgr.24491) 23186 : cluster [DBG] pgmap v20483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:21.178192+0000 mgr.y (mgr.24491) 23186 : cluster [DBG] pgmap v20483: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:23.178508+0000 mgr.y (mgr.24491) 23187 : cluster [DBG] pgmap v20484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:23.178508+0000 mgr.y (mgr.24491) 23187 : cluster [DBG] pgmap v20484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:23.178508+0000 mgr.y (mgr.24491) 23187 : cluster [DBG] pgmap v20484: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:25.179315+0000 mgr.y (mgr.24491) 23188 : cluster [DBG] pgmap v20485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:25.179315+0000 mgr.y (mgr.24491) 23188 : cluster [DBG] pgmap v20485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:25.179315+0000 mgr.y (mgr.24491) 23188 : cluster [DBG] pgmap v20485: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:55:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:55:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:27.179815+0000 mgr.y (mgr.24491) 23189 : cluster [DBG] pgmap v20486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:27.179815+0000 mgr.y (mgr.24491) 23189 : cluster [DBG] pgmap v20486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:27.179815+0000 mgr.y (mgr.24491) 23189 : cluster [DBG] pgmap v20486: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:29.180348+0000 mgr.y (mgr.24491) 23190 : cluster [DBG] pgmap v20487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:29.180348+0000 mgr.y (mgr.24491) 23190 : cluster [DBG] pgmap v20487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:29.180348+0000 mgr.y (mgr.24491) 23190 : cluster [DBG] pgmap v20487: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:31.288 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:55:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:55:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:55:31.562 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:55:31.562 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 26s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:55:31.562 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 26s ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:55:31.562 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 26s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:55:31.562 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 26s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:55:31.562 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 26s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:55:31.562 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 26s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:55:31.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 26s ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:55:31.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 26s ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:55:31.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 26s ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:55:31.563 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 26s ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:55:31.563 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 26s ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:55:31.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 26s ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:55:31.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 26s ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:55:31.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 26s ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:55:31.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 26s ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:55:31.563 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 26s ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:55:31.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 26s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:55:31.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 26s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:55:31.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 26s ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:55:31.564 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 26s ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:55:31.894 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:55:31.895 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:55:31.895 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:55:31.895 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:55:31.895 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:55:31.895 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:55:31.895 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:55:31.895 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:55:31.895 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:55:31.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:55:31.896 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:55:31.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:55:31.896 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:55:31.896 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:55:31.896 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:55:31.896 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:55:31.896 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:55:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:31.180929+0000 mgr.y (mgr.24491) 23191 : cluster [DBG] pgmap v20488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:31.276984+0000 mgr.y (mgr.24491) 23192 : audit [DBG] from='client.48599 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:32.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:31.896332+0000 mon.c (mon.2) 717 : audit [DBG] from='client.? 172.21.15.177:0/250080185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:55:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:31.180929+0000 mgr.y (mgr.24491) 23191 : cluster [DBG] pgmap v20488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:31.276984+0000 mgr.y (mgr.24491) 23192 : audit [DBG] from='client.48599 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:32.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:31.896332+0000 mon.c (mon.2) 717 : audit [DBG] from='client.? 172.21.15.177:0/250080185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:55:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:31.180929+0000 mgr.y (mgr.24491) 23191 : cluster [DBG] pgmap v20488: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:31.276984+0000 mgr.y (mgr.24491) 23192 : audit [DBG] from='client.48599 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:31.896332+0000 mon.c (mon.2) 717 : audit [DBG] from='client.? 172.21.15.177:0/250080185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:55:33.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:55:31.556162+0000 mgr.y (mgr.24491) 23193 : audit [DBG] from='client.38697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:33.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:55:31.556162+0000 mgr.y (mgr.24491) 23193 : audit [DBG] from='client.38697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:33.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:55:31.556162+0000 mgr.y (mgr.24491) 23193 : audit [DBG] from='client.38697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:55:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:33.181366+0000 mgr.y (mgr.24491) 23194 : cluster [DBG] pgmap v20489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:33.181366+0000 mgr.y (mgr.24491) 23194 : cluster [DBG] pgmap v20489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:33.181366+0000 mgr.y (mgr.24491) 23194 : cluster [DBG] pgmap v20489: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:35.182135+0000 mgr.y (mgr.24491) 23195 : cluster [DBG] pgmap v20490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:35.182135+0000 mgr.y (mgr.24491) 23195 : cluster [DBG] pgmap v20490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:35.182135+0000 mgr.y (mgr.24491) 23195 : cluster [DBG] pgmap v20490: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:55:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T14:55:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:37.182477+0000 mgr.y (mgr.24491) 23196 : cluster [DBG] pgmap v20491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:37.182477+0000 mgr.y (mgr.24491) 23196 : cluster [DBG] pgmap v20491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:37.182477+0000 mgr.y (mgr.24491) 23196 : cluster [DBG] pgmap v20491: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:39.182872+0000 mgr.y (mgr.24491) 23197 : cluster [DBG] pgmap v20492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:39.182872+0000 mgr.y (mgr.24491) 23197 : cluster [DBG] pgmap v20492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:39.182872+0000 mgr.y (mgr.24491) 23197 : cluster [DBG] pgmap v20492: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:55:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:55:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:41.183531+0000 mgr.y (mgr.24491) 23198 : cluster [DBG] pgmap v20493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:41.183531+0000 mgr.y (mgr.24491) 23198 : cluster [DBG] pgmap v20493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:41.183531+0000 mgr.y (mgr.24491) 23198 : cluster [DBG] pgmap v20493: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:43.183951+0000 mgr.y (mgr.24491) 23199 : cluster [DBG] pgmap v20494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:43.183951+0000 mgr.y (mgr.24491) 23199 : cluster [DBG] pgmap v20494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:43.183951+0000 mgr.y (mgr.24491) 23199 : cluster [DBG] pgmap v20494: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:45.184619+0000 mgr.y (mgr.24491) 23200 : cluster [DBG] pgmap v20495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:45.184619+0000 mgr.y (mgr.24491) 23200 : cluster [DBG] pgmap v20495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:45.184619+0000 mgr.y (mgr.24491) 23200 : cluster [DBG] pgmap v20495: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:55:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:47] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:55:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:47.185174+0000 mgr.y (mgr.24491) 23201 : cluster [DBG] pgmap v20496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:47.185174+0000 mgr.y (mgr.24491) 23201 : cluster [DBG] pgmap v20496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:47.185174+0000 mgr.y (mgr.24491) 23201 : cluster [DBG] pgmap v20496: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:49.185743+0000 mgr.y (mgr.24491) 23202 : cluster [DBG] pgmap v20497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:49.185743+0000 mgr.y (mgr.24491) 23202 : cluster [DBG] pgmap v20497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:49.185743+0000 mgr.y (mgr.24491) 23202 : cluster [DBG] pgmap v20497: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:55:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:55:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:51.186537+0000 mgr.y (mgr.24491) 23203 : cluster [DBG] pgmap v20498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:51.186537+0000 mgr.y (mgr.24491) 23203 : cluster [DBG] pgmap v20498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:51.186537+0000 mgr.y (mgr.24491) 23203 : cluster [DBG] pgmap v20498: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:53.186887+0000 mgr.y (mgr.24491) 23204 : cluster [DBG] pgmap v20499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:53.186887+0000 mgr.y (mgr.24491) 23204 : cluster [DBG] pgmap v20499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:53.186887+0000 mgr.y (mgr.24491) 23204 : cluster [DBG] pgmap v20499: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:55.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:55.187480+0000 mgr.y (mgr.24491) 23205 : cluster [DBG] pgmap v20500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:55.187480+0000 mgr.y (mgr.24491) 23205 : cluster [DBG] pgmap v20500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:55.187480+0000 mgr.y (mgr.24491) 23205 : cluster [DBG] pgmap v20500: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:55:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:55:57] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:55:58.498 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:55:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:57.187871+0000 mgr.y (mgr.24491) 23206 : cluster [DBG] pgmap v20501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:57.187871+0000 mgr.y (mgr.24491) 23206 : cluster [DBG] pgmap v20501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:55:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:55:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:57.187871+0000 mgr.y (mgr.24491) 23206 : cluster [DBG] pgmap v20501: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:00.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:55:59.188439+0000 mgr.y (mgr.24491) 23207 : cluster [DBG] pgmap v20502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:55:59.188439+0000 mgr.y (mgr.24491) 23207 : cluster [DBG] pgmap v20502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:55:59.188439+0000 mgr.y (mgr.24491) 23207 : cluster [DBG] pgmap v20502: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:56:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:56:02.204 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:56:02.488 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:56:02.488 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 57s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:56:02.488 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 57s ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:56:02.488 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 57s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:56:02.488 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 57s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:56:02.489 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 57s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:56:02.489 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 57s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:56:02.489 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 57s ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:56:02.489 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 57s ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:56:02.489 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 57s ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:56:02.489 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 57s ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:56:02.489 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 57s ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:56:02.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 57s ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:56:02.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 57s ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:56:02.489 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 57s ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:56:02.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 57s ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:56:02.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 57s ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:56:02.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 57s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:56:02.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 57s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:56:02.490 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 57s ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:56:02.490 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 57s ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:56:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:01.189350+0000 mgr.y (mgr.24491) 23208 : cluster [DBG] pgmap v20503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:01.189350+0000 mgr.y (mgr.24491) 23208 : cluster [DBG] pgmap v20503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:01.189350+0000 mgr.y (mgr.24491) 23208 : cluster [DBG] pgmap v20503: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:02.832 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:56:02.832 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:56:02.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:56:02.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:56:02.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:56:02.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:56:02.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:56:02.833 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:56:02.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:56:02.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:56:02.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:56:02.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:56:02.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:56:02.834 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:56:02.834 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:56:02.834 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:56:02.834 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:56:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:56:02.193508+0000 mgr.y (mgr.24491) 23209 : audit [DBG] from='client.38709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:03.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:56:02.834199+0000 mon.a (mon.0) 4649 : audit [DBG] from='client.? 172.21.15.177:0/2787702011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:56:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:56:02.193508+0000 mgr.y (mgr.24491) 23209 : audit [DBG] from='client.38709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:03.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:56:02.834199+0000 mon.a (mon.0) 4649 : audit [DBG] from='client.? 172.21.15.177:0/2787702011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:56:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:56:02.193508+0000 mgr.y (mgr.24491) 23209 : audit [DBG] from='client.38709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:03.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:56:02.834199+0000 mon.a (mon.0) 4649 : audit [DBG] from='client.? 172.21.15.177:0/2787702011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:56:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:56:02.482190+0000 mgr.y (mgr.24491) 23210 : audit [DBG] from='client.38715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:03.189700+0000 mgr.y (mgr.24491) 23211 : cluster [DBG] pgmap v20504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:56:02.482190+0000 mgr.y (mgr.24491) 23210 : audit [DBG] from='client.38715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:03.189700+0000 mgr.y (mgr.24491) 23211 : cluster [DBG] pgmap v20504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:56:02.482190+0000 mgr.y (mgr.24491) 23210 : audit [DBG] from='client.38715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:03.189700+0000 mgr.y (mgr.24491) 23211 : cluster [DBG] pgmap v20504: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:05.190355+0000 mgr.y (mgr.24491) 23212 : cluster [DBG] pgmap v20505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:56:05.650490+0000 mon.a (mon.0) 4650 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:56:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:56:05.945169+0000 mon.a (mon.0) 4651 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:56:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:56:05.945849+0000 mon.a (mon.0) 4652 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:56:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:56:05.950029+0000 mon.a (mon.0) 4653 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:56:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:05.190355+0000 mgr.y (mgr.24491) 23212 : cluster [DBG] pgmap v20505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:56:05.650490+0000 mon.a (mon.0) 4650 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:56:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:56:05.945169+0000 mon.a (mon.0) 4651 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:56:06.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:56:05.945849+0000 mon.a (mon.0) 4652 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:56:06.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:56:05.950029+0000 mon.a (mon.0) 4653 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:56:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:05.190355+0000 mgr.y (mgr.24491) 23212 : cluster [DBG] pgmap v20505: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:56:05.650490+0000 mon.a (mon.0) 4650 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:56:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:56:05.945169+0000 mon.a (mon.0) 4651 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:56:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:56:05.945849+0000 mon.a (mon.0) 4652 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:56:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:56:05.950029+0000 mon.a (mon.0) 4653 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:56:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:56:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T14:56:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:07.190859+0000 mgr.y (mgr.24491) 23213 : cluster [DBG] pgmap v20506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:07.190859+0000 mgr.y (mgr.24491) 23213 : cluster [DBG] pgmap v20506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:07.190859+0000 mgr.y (mgr.24491) 23213 : cluster [DBG] pgmap v20506: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:09.191324+0000 mgr.y (mgr.24491) 23214 : cluster [DBG] pgmap v20507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:09.191324+0000 mgr.y (mgr.24491) 23214 : cluster [DBG] pgmap v20507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:09.191324+0000 mgr.y (mgr.24491) 23214 : cluster [DBG] pgmap v20507: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:56:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:56:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:11.192132+0000 mgr.y (mgr.24491) 23215 : cluster [DBG] pgmap v20508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:11.192132+0000 mgr.y (mgr.24491) 23215 : cluster [DBG] pgmap v20508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:11.192132+0000 mgr.y (mgr.24491) 23215 : cluster [DBG] pgmap v20508: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:13.192702+0000 mgr.y (mgr.24491) 23216 : cluster [DBG] pgmap v20509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:13.192702+0000 mgr.y (mgr.24491) 23216 : cluster [DBG] pgmap v20509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:13.192702+0000 mgr.y (mgr.24491) 23216 : cluster [DBG] pgmap v20509: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:15.193339+0000 mgr.y (mgr.24491) 23217 : cluster [DBG] pgmap v20510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:15.193339+0000 mgr.y (mgr.24491) 23217 : cluster [DBG] pgmap v20510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:15.193339+0000 mgr.y (mgr.24491) 23217 : cluster [DBG] pgmap v20510: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:56:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:17] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:56:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:17.193832+0000 mgr.y (mgr.24491) 23218 : cluster [DBG] pgmap v20511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:17.193832+0000 mgr.y (mgr.24491) 23218 : cluster [DBG] pgmap v20511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:17.193832+0000 mgr.y (mgr.24491) 23218 : cluster [DBG] pgmap v20511: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:19.194209+0000 mgr.y (mgr.24491) 23219 : cluster [DBG] pgmap v20512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:19.194209+0000 mgr.y (mgr.24491) 23219 : cluster [DBG] pgmap v20512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:19.194209+0000 mgr.y (mgr.24491) 23219 : cluster [DBG] pgmap v20512: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:56:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:56:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:21.194910+0000 mgr.y (mgr.24491) 23220 : cluster [DBG] pgmap v20513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:21.194910+0000 mgr.y (mgr.24491) 23220 : cluster [DBG] pgmap v20513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:21.194910+0000 mgr.y (mgr.24491) 23220 : cluster [DBG] pgmap v20513: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:23.195440+0000 mgr.y (mgr.24491) 23221 : cluster [DBG] pgmap v20514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:23.195440+0000 mgr.y (mgr.24491) 23221 : cluster [DBG] pgmap v20514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:23.195440+0000 mgr.y (mgr.24491) 23221 : cluster [DBG] pgmap v20514: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:25.196130+0000 mgr.y (mgr.24491) 23222 : cluster [DBG] pgmap v20515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:25.196130+0000 mgr.y (mgr.24491) 23222 : cluster [DBG] pgmap v20515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:25.196130+0000 mgr.y (mgr.24491) 23222 : cluster [DBG] pgmap v20515: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:56:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:27] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:56:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:27.196587+0000 mgr.y (mgr.24491) 23223 : cluster [DBG] pgmap v20516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:27.196587+0000 mgr.y (mgr.24491) 23223 : cluster [DBG] pgmap v20516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:27.196587+0000 mgr.y (mgr.24491) 23223 : cluster [DBG] pgmap v20516: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:29.197017+0000 mgr.y (mgr.24491) 23224 : cluster [DBG] pgmap v20517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:30.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:29.197017+0000 mgr.y (mgr.24491) 23224 : cluster [DBG] pgmap v20517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:29.197017+0000 mgr.y (mgr.24491) 23224 : cluster [DBG] pgmap v20517: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:56:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:56:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:31.197656+0000 mgr.y (mgr.24491) 23225 : cluster [DBG] pgmap v20518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:31.197656+0000 mgr.y (mgr.24491) 23225 : cluster [DBG] pgmap v20518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:31.197656+0000 mgr.y (mgr.24491) 23225 : cluster [DBG] pgmap v20518: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:33.142 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:56:33.417 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:56:33.417 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 88s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:56:33.417 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 88s ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:56:33.417 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 88s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:56:33.417 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 88s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:56:33.418 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 88s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:56:33.418 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 88s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:56:33.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 88s ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:56:33.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 88s ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:56:33.418 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 88s ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:56:33.418 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 88s ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:56:33.418 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 88s ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:56:33.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 88s ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:56:33.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 88s ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:56:33.418 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 88s ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:56:33.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 88s ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:56:33.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 88s ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:56:33.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 88s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:56:33.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 88s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:56:33.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 88s ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:56:33.419 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 88s ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:56:33.751 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:56:33.751 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:56:33.751 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:56:33.751 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:56:33.751 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:56:33.752 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:56:33.752 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:56:33.752 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:56:33.752 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:56:33.752 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:56:33.752 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:56:33.752 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:56:33.752 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:56:33.752 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:56:33.752 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:56:33.752 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:56:33.753 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:56:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:56:33.132400+0000 mgr.y (mgr.24491) 23226 : audit [DBG] from='client.48635 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:33.198039+0000 mgr.y (mgr.24491) 23227 : cluster [DBG] pgmap v20519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:56:33.753049+0000 mon.c (mon.2) 718 : audit [DBG] from='client.? 172.21.15.177:0/3556219835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:56:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:56:33.132400+0000 mgr.y (mgr.24491) 23226 : audit [DBG] from='client.48635 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:33.198039+0000 mgr.y (mgr.24491) 23227 : cluster [DBG] pgmap v20519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:34.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:56:33.753049+0000 mon.c (mon.2) 718 : audit [DBG] from='client.? 172.21.15.177:0/3556219835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:56:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:56:33.132400+0000 mgr.y (mgr.24491) 23226 : audit [DBG] from='client.48635 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:33.198039+0000 mgr.y (mgr.24491) 23227 : cluster [DBG] pgmap v20519: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:56:33.753049+0000 mon.c (mon.2) 718 : audit [DBG] from='client.? 172.21.15.177:0/3556219835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:56:35.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:56:33.411700+0000 mgr.y (mgr.24491) 23228 : audit [DBG] from='client.38733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:35.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:56:33.411700+0000 mgr.y (mgr.24491) 23228 : audit [DBG] from='client.38733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:35.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:56:33.411700+0000 mgr.y (mgr.24491) 23228 : audit [DBG] from='client.38733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:56:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:35.198732+0000 mgr.y (mgr.24491) 23229 : cluster [DBG] pgmap v20520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:36.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:35.198732+0000 mgr.y (mgr.24491) 23229 : cluster [DBG] pgmap v20520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:35.198732+0000 mgr.y (mgr.24491) 23229 : cluster [DBG] pgmap v20520: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:56:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:56:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:37.199319+0000 mgr.y (mgr.24491) 23230 : cluster [DBG] pgmap v20521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:37.199319+0000 mgr.y (mgr.24491) 23230 : cluster [DBG] pgmap v20521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:37.199319+0000 mgr.y (mgr.24491) 23230 : cluster [DBG] pgmap v20521: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:39.199987+0000 mgr.y (mgr.24491) 23231 : cluster [DBG] pgmap v20522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:40.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:39.199987+0000 mgr.y (mgr.24491) 23231 : cluster [DBG] pgmap v20522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:39.199987+0000 mgr.y (mgr.24491) 23231 : cluster [DBG] pgmap v20522: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:56:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:56:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:41.200756+0000 mgr.y (mgr.24491) 23232 : cluster [DBG] pgmap v20523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:42.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:41.200756+0000 mgr.y (mgr.24491) 23232 : cluster [DBG] pgmap v20523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:41.200756+0000 mgr.y (mgr.24491) 23232 : cluster [DBG] pgmap v20523: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:43.201334+0000 mgr.y (mgr.24491) 23233 : cluster [DBG] pgmap v20524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:43.201334+0000 mgr.y (mgr.24491) 23233 : cluster [DBG] pgmap v20524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:43.201334+0000 mgr.y (mgr.24491) 23233 : cluster [DBG] pgmap v20524: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:45.202074+0000 mgr.y (mgr.24491) 23234 : cluster [DBG] pgmap v20525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:46.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:45.202074+0000 mgr.y (mgr.24491) 23234 : cluster [DBG] pgmap v20525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:45.202074+0000 mgr.y (mgr.24491) 23234 : cluster [DBG] pgmap v20525: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:56:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:56:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:47.202588+0000 mgr.y (mgr.24491) 23235 : cluster [DBG] pgmap v20526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:47.202588+0000 mgr.y (mgr.24491) 23235 : cluster [DBG] pgmap v20526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:47.202588+0000 mgr.y (mgr.24491) 23235 : cluster [DBG] pgmap v20526: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:49.203044+0000 mgr.y (mgr.24491) 23236 : cluster [DBG] pgmap v20527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:50.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:49.203044+0000 mgr.y (mgr.24491) 23236 : cluster [DBG] pgmap v20527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:49.203044+0000 mgr.y (mgr.24491) 23236 : cluster [DBG] pgmap v20527: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:56:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:56:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:51.203908+0000 mgr.y (mgr.24491) 23237 : cluster [DBG] pgmap v20528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:52.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:51.203908+0000 mgr.y (mgr.24491) 23237 : cluster [DBG] pgmap v20528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:51.203908+0000 mgr.y (mgr.24491) 23237 : cluster [DBG] pgmap v20528: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:53.204377+0000 mgr.y (mgr.24491) 23238 : cluster [DBG] pgmap v20529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:53.204377+0000 mgr.y (mgr.24491) 23238 : cluster [DBG] pgmap v20529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:53.204377+0000 mgr.y (mgr.24491) 23238 : cluster [DBG] pgmap v20529: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:55.205027+0000 mgr.y (mgr.24491) 23239 : cluster [DBG] pgmap v20530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:55.205027+0000 mgr.y (mgr.24491) 23239 : cluster [DBG] pgmap v20530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:55.205027+0000 mgr.y (mgr.24491) 23239 : cluster [DBG] pgmap v20530: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:56:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:56:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:56:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:57.205580+0000 mgr.y (mgr.24491) 23240 : cluster [DBG] pgmap v20531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:56:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:57.205580+0000 mgr.y (mgr.24491) 23240 : cluster [DBG] pgmap v20531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:56:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:56:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:57.205580+0000 mgr.y (mgr.24491) 23240 : cluster [DBG] pgmap v20531: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:56:59.206018+0000 mgr.y (mgr.24491) 23241 : cluster [DBG] pgmap v20532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:56:59.206018+0000 mgr.y (mgr.24491) 23241 : cluster [DBG] pgmap v20532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:56:59.206018+0000 mgr.y (mgr.24491) 23241 : cluster [DBG] pgmap v20532: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:57:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:57:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:01.206932+0000 mgr.y (mgr.24491) 23242 : cluster [DBG] pgmap v20533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:01.206932+0000 mgr.y (mgr.24491) 23242 : cluster [DBG] pgmap v20533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:01.206932+0000 mgr.y (mgr.24491) 23242 : cluster [DBG] pgmap v20533: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:04.061 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:57:04.337 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:57:04.337 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 119s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:57:04.337 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 118s ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:57:04.337 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 119s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:57:04.337 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 118s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:57:04.337 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 118s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:57:04.337 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 119s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:57:04.337 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 119s ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:57:04.338 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 118s ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:57:04.338 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 119s ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:57:04.338 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 119s ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:57:04.338 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 118s ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:57:04.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 119s ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:57:04.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 119s ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:57:04.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 119s ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:57:04.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 119s ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:57:04.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 118s ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:57:04.338 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 118s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:57:04.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 118s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:57:04.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 118s ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:57:04.339 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 118s ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:57:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:03.207372+0000 mgr.y (mgr.24491) 23243 : cluster [DBG] pgmap v20534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:03.207372+0000 mgr.y (mgr.24491) 23243 : cluster [DBG] pgmap v20534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:04.672 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:57:04.672 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:57:04.672 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:57:04.672 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:57:04.672 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:57:04.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:57:04.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:57:04.673 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:57:04.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:57:04.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:57:04.673 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:57:04.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:57:04.673 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:57:04.673 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:57:04.673 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:57:04.673 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:57:04.674 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:57:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:03.207372+0000 mgr.y (mgr.24491) 23243 : cluster [DBG] pgmap v20534: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:57:04.050512+0000 mgr.y (mgr.24491) 23244 : audit [DBG] from='client.38745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:05.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:57:04.330487+0000 mgr.y (mgr.24491) 23245 : audit [DBG] from='client.48659 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:05.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:57:04.673828+0000 mon.c (mon.2) 719 : audit [DBG] from='client.? 172.21.15.177:0/3969143264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:57:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:57:04.050512+0000 mgr.y (mgr.24491) 23244 : audit [DBG] from='client.38745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:57:04.330487+0000 mgr.y (mgr.24491) 23245 : audit [DBG] from='client.48659 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:05.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:57:04.673828+0000 mon.c (mon.2) 719 : audit [DBG] from='client.? 172.21.15.177:0/3969143264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:57:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:57:04.050512+0000 mgr.y (mgr.24491) 23244 : audit [DBG] from='client.38745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:57:04.330487+0000 mgr.y (mgr.24491) 23245 : audit [DBG] from='client.48659 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:05.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:57:04.673828+0000 mon.c (mon.2) 719 : audit [DBG] from='client.? 172.21.15.177:0/3969143264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:57:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:05.208103+0000 mgr.y (mgr.24491) 23246 : cluster [DBG] pgmap v20535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:57:05.954462+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:57:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:57:06.245524+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:57:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:57:06.246102+0000 mon.a (mon.0) 4656 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:57:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:57:06.251066+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:57:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:05.208103+0000 mgr.y (mgr.24491) 23246 : cluster [DBG] pgmap v20535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:57:05.954462+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:57:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:57:06.245524+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:57:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:57:06.246102+0000 mon.a (mon.0) 4656 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:57:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:57:06.251066+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:57:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:05.208103+0000 mgr.y (mgr.24491) 23246 : cluster [DBG] pgmap v20535: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:57:05.954462+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:57:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:57:06.245524+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:57:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:57:06.246102+0000 mon.a (mon.0) 4656 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:57:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:57:06.251066+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:57:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:57:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:07] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:57:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:07.208500+0000 mgr.y (mgr.24491) 23247 : cluster [DBG] pgmap v20536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:07.208500+0000 mgr.y (mgr.24491) 23247 : cluster [DBG] pgmap v20536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:07.208500+0000 mgr.y (mgr.24491) 23247 : cluster [DBG] pgmap v20536: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:09.208996+0000 mgr.y (mgr.24491) 23248 : cluster [DBG] pgmap v20537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:10.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:09.208996+0000 mgr.y (mgr.24491) 23248 : cluster [DBG] pgmap v20537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:09.208996+0000 mgr.y (mgr.24491) 23248 : cluster [DBG] pgmap v20537: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:57:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:57:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:11.209738+0000 mgr.y (mgr.24491) 23249 : cluster [DBG] pgmap v20538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:11.209738+0000 mgr.y (mgr.24491) 23249 : cluster [DBG] pgmap v20538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:11.209738+0000 mgr.y (mgr.24491) 23249 : cluster [DBG] pgmap v20538: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:13.210260+0000 mgr.y (mgr.24491) 23250 : cluster [DBG] pgmap v20539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:13.210260+0000 mgr.y (mgr.24491) 23250 : cluster [DBG] pgmap v20539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:13.210260+0000 mgr.y (mgr.24491) 23250 : cluster [DBG] pgmap v20539: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:15.210909+0000 mgr.y (mgr.24491) 23251 : cluster [DBG] pgmap v20540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:15.210909+0000 mgr.y (mgr.24491) 23251 : cluster [DBG] pgmap v20540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:15.210909+0000 mgr.y (mgr.24491) 23251 : cluster [DBG] pgmap v20540: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:57:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:17] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:57:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:17.211357+0000 mgr.y (mgr.24491) 23252 : cluster [DBG] pgmap v20541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:17.211357+0000 mgr.y (mgr.24491) 23252 : cluster [DBG] pgmap v20541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:17.211357+0000 mgr.y (mgr.24491) 23252 : cluster [DBG] pgmap v20541: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:19.211836+0000 mgr.y (mgr.24491) 23253 : cluster [DBG] pgmap v20542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:19.211836+0000 mgr.y (mgr.24491) 23253 : cluster [DBG] pgmap v20542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:19.211836+0000 mgr.y (mgr.24491) 23253 : cluster [DBG] pgmap v20542: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:57:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:57:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:21.212676+0000 mgr.y (mgr.24491) 23254 : cluster [DBG] pgmap v20543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:21.212676+0000 mgr.y (mgr.24491) 23254 : cluster [DBG] pgmap v20543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:21.212676+0000 mgr.y (mgr.24491) 23254 : cluster [DBG] pgmap v20543: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:23.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:23.213179+0000 mgr.y (mgr.24491) 23255 : cluster [DBG] pgmap v20544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:23.213179+0000 mgr.y (mgr.24491) 23255 : cluster [DBG] pgmap v20544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:23.213179+0000 mgr.y (mgr.24491) 23255 : cluster [DBG] pgmap v20544: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:25.213922+0000 mgr.y (mgr.24491) 23256 : cluster [DBG] pgmap v20545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:25.213922+0000 mgr.y (mgr.24491) 23256 : cluster [DBG] pgmap v20545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:25.213922+0000 mgr.y (mgr.24491) 23256 : cluster [DBG] pgmap v20545: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:57:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:27] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T14:57:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:27.214524+0000 mgr.y (mgr.24491) 23257 : cluster [DBG] pgmap v20546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:27.214524+0000 mgr.y (mgr.24491) 23257 : cluster [DBG] pgmap v20546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:27.214524+0000 mgr.y (mgr.24491) 23257 : cluster [DBG] pgmap v20546: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:29.215255+0000 mgr.y (mgr.24491) 23258 : cluster [DBG] pgmap v20547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:30.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:29.215255+0000 mgr.y (mgr.24491) 23258 : cluster [DBG] pgmap v20547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:29.215255+0000 mgr.y (mgr.24491) 23258 : cluster [DBG] pgmap v20547: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:57:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:57:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:31.216031+0000 mgr.y (mgr.24491) 23259 : cluster [DBG] pgmap v20548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:31.216031+0000 mgr.y (mgr.24491) 23259 : cluster [DBG] pgmap v20548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:31.216031+0000 mgr.y (mgr.24491) 23259 : cluster [DBG] pgmap v20548: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:33.216447+0000 mgr.y (mgr.24491) 23260 : cluster [DBG] pgmap v20549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:33.216447+0000 mgr.y (mgr.24491) 23260 : cluster [DBG] pgmap v20549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:33.216447+0000 mgr.y (mgr.24491) 23260 : cluster [DBG] pgmap v20549: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:34.981 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:57:35.256 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:57:35.256 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 2m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:57:35.256 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 2m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:57:35.256 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 2m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:57:35.256 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 2m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:57:35.256 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 2m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:57:35.256 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 2m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:57:35.257 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 2m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:57:35.257 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 2m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:57:35.257 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 2m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:57:35.257 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 2m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:57:35.257 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 2m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:57:35.257 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 2m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:57:35.257 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 2m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:57:35.257 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 2m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:57:35.257 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 2m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:57:35.257 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 2m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:57:35.257 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 2m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:57:35.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 2m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:57:35.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 2m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:57:35.258 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 2m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:57:35.588 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:57:35.589 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:57:35.589 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:57:35.589 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:57:35.589 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:57:35.589 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:57:35.589 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:57:35.589 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:57:35.589 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:57:35.589 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:57:35.589 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:57:35.590 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:57:35.590 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:57:35.590 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:57:35.590 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:57:35.590 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:57:35.590 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:57:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:57:34.970581+0000 mgr.y (mgr.24491) 23261 : audit [DBG] from='client.48671 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:35.217039+0000 mgr.y (mgr.24491) 23262 : cluster [DBG] pgmap v20550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:57:35.250050+0000 mgr.y (mgr.24491) 23263 : audit [DBG] from='client.48677 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:57:35.590467+0000 mon.a (mon.0) 4658 : audit [DBG] from='client.? 172.21.15.177:0/1568801776' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:57:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:57:34.970581+0000 mgr.y (mgr.24491) 23261 : audit [DBG] from='client.48671 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:35.217039+0000 mgr.y (mgr.24491) 23262 : cluster [DBG] pgmap v20550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:57:35.250050+0000 mgr.y (mgr.24491) 23263 : audit [DBG] from='client.48677 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:36.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:57:35.590467+0000 mon.a (mon.0) 4658 : audit [DBG] from='client.? 172.21.15.177:0/1568801776' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:57:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:57:34.970581+0000 mgr.y (mgr.24491) 23261 : audit [DBG] from='client.48671 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:35.217039+0000 mgr.y (mgr.24491) 23262 : cluster [DBG] pgmap v20550: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:57:35.250050+0000 mgr.y (mgr.24491) 23263 : audit [DBG] from='client.48677 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:57:36.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:57:35.590467+0000 mon.a (mon.0) 4658 : audit [DBG] from='client.? 172.21.15.177:0/1568801776' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:57:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:57:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:57:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:37.217528+0000 mgr.y (mgr.24491) 23264 : cluster [DBG] pgmap v20551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:37.217528+0000 mgr.y (mgr.24491) 23264 : cluster [DBG] pgmap v20551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:37.217528+0000 mgr.y (mgr.24491) 23264 : cluster [DBG] pgmap v20551: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:39.218072+0000 mgr.y (mgr.24491) 23265 : cluster [DBG] pgmap v20552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:39.218072+0000 mgr.y (mgr.24491) 23265 : cluster [DBG] pgmap v20552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:39.218072+0000 mgr.y (mgr.24491) 23265 : cluster [DBG] pgmap v20552: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:57:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:57:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:41.218783+0000 mgr.y (mgr.24491) 23266 : cluster [DBG] pgmap v20553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:41.218783+0000 mgr.y (mgr.24491) 23266 : cluster [DBG] pgmap v20553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:41.218783+0000 mgr.y (mgr.24491) 23266 : cluster [DBG] pgmap v20553: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:43.219190+0000 mgr.y (mgr.24491) 23267 : cluster [DBG] pgmap v20554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:44.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:43.219190+0000 mgr.y (mgr.24491) 23267 : cluster [DBG] pgmap v20554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:43.219190+0000 mgr.y (mgr.24491) 23267 : cluster [DBG] pgmap v20554: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:45.219971+0000 mgr.y (mgr.24491) 23268 : cluster [DBG] pgmap v20555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:45.219971+0000 mgr.y (mgr.24491) 23268 : cluster [DBG] pgmap v20555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:45.219971+0000 mgr.y (mgr.24491) 23268 : cluster [DBG] pgmap v20555: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:57:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:57:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:47.220375+0000 mgr.y (mgr.24491) 23269 : cluster [DBG] pgmap v20556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:47.220375+0000 mgr.y (mgr.24491) 23269 : cluster [DBG] pgmap v20556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:48.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:47.220375+0000 mgr.y (mgr.24491) 23269 : cluster [DBG] pgmap v20556: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:50.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:49.220758+0000 mgr.y (mgr.24491) 23270 : cluster [DBG] pgmap v20557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:50.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:49.220758+0000 mgr.y (mgr.24491) 23270 : cluster [DBG] pgmap v20557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:49.220758+0000 mgr.y (mgr.24491) 23270 : cluster [DBG] pgmap v20557: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:57:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:57:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:51.221424+0000 mgr.y (mgr.24491) 23271 : cluster [DBG] pgmap v20558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:51.221424+0000 mgr.y (mgr.24491) 23271 : cluster [DBG] pgmap v20558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:51.221424+0000 mgr.y (mgr.24491) 23271 : cluster [DBG] pgmap v20558: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:53.221902+0000 mgr.y (mgr.24491) 23272 : cluster [DBG] pgmap v20559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:53.221902+0000 mgr.y (mgr.24491) 23272 : cluster [DBG] pgmap v20559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:53.221902+0000 mgr.y (mgr.24491) 23272 : cluster [DBG] pgmap v20559: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:56.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:55.222580+0000 mgr.y (mgr.24491) 23273 : cluster [DBG] pgmap v20560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:56.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:55.222580+0000 mgr.y (mgr.24491) 23273 : cluster [DBG] pgmap v20560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:55.222580+0000 mgr.y (mgr.24491) 23273 : cluster [DBG] pgmap v20560: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:58.154 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:57:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:57:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:57:58.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:57:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:57.223081+0000 mgr.y (mgr.24491) 23274 : cluster [DBG] pgmap v20561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:58.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:57:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:57.223081+0000 mgr.y (mgr.24491) 23274 : cluster [DBG] pgmap v20561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:57:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:57:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:57.223081+0000 mgr.y (mgr.24491) 23274 : cluster [DBG] pgmap v20561: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:57:59.223480+0000 mgr.y (mgr.24491) 23275 : cluster [DBG] pgmap v20562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:57:59.223480+0000 mgr.y (mgr.24491) 23275 : cluster [DBG] pgmap v20562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:57:59.223480+0000 mgr.y (mgr.24491) 23275 : cluster [DBG] pgmap v20562: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:58:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:58:02.653 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:01.224328+0000 mgr.y (mgr.24491) 23276 : cluster [DBG] pgmap v20563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:02.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:01.224328+0000 mgr.y (mgr.24491) 23276 : cluster [DBG] pgmap v20563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:01.224328+0000 mgr.y (mgr.24491) 23276 : cluster [DBG] pgmap v20563: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:04.652 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:03.224897+0000 mgr.y (mgr.24491) 23277 : cluster [DBG] pgmap v20564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:04.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:03.224897+0000 mgr.y (mgr.24491) 23277 : cluster [DBG] pgmap v20564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:03.224897+0000 mgr.y (mgr.24491) 23277 : cluster [DBG] pgmap v20564: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:05.899 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:58:06.174 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:58:06.174 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 3m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:58:06.175 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 3m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:58:06.175 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 3m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:58:06.175 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 3m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:58:06.175 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 3m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:58:06.175 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 3m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:58:06.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 3m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:58:06.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 3m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:58:06.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 3m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:58:06.175 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 3m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:58:06.175 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 3m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:58:06.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 3m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:58:06.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 3m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:58:06.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 3m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:58:06.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 3m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:58:06.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 3m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:58:06.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 3m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:58:06.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 3m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:58:06.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 3m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:58:06.176 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 3m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:58:06.524 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:58:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:58:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:58:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:58:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:58:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:58:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:58:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:58:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:58:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:58:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:58:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:58:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:58:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:58:06.525 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:58:06.526 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:58:06.526 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:58:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:05.225801+0000 mgr.y (mgr.24491) 23278 : cluster [DBG] pgmap v20565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:58:06.255241+0000 mon.a (mon.0) 4659 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:58:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:05.225801+0000 mgr.y (mgr.24491) 23278 : cluster [DBG] pgmap v20565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:58:06.255241+0000 mon.a (mon.0) 4659 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:58:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:05.225801+0000 mgr.y (mgr.24491) 23278 : cluster [DBG] pgmap v20565: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:58:06.255241+0000 mon.a (mon.0) 4659 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:58:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:58:05.889228+0000 mgr.y (mgr.24491) 23279 : audit [DBG] from='client.48689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:58:06.168679+0000 mgr.y (mgr.24491) 23280 : audit [DBG] from='client.48695 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:58:06.493252+0000 mon.a (mon.0) 4660 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:58:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:58:06.526061+0000 mon.a (mon.0) 4661 : audit [DBG] from='client.? 172.21.15.177:0/1145324119' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:58:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:58:06.773055+0000 mon.a (mon.0) 4662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:58:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:58:06.773736+0000 mon.a (mon.0) 4663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:58:07.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:58:06.778264+0000 mon.a (mon.0) 4664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:58:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:58:05.889228+0000 mgr.y (mgr.24491) 23279 : audit [DBG] from='client.48689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:58:06.168679+0000 mgr.y (mgr.24491) 23280 : audit [DBG] from='client.48695 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:58:06.493252+0000 mon.a (mon.0) 4660 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:58:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:58:06.526061+0000 mon.a (mon.0) 4661 : audit [DBG] from='client.? 172.21.15.177:0/1145324119' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:58:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:58:06.773055+0000 mon.a (mon.0) 4662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:58:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:58:06.773736+0000 mon.a (mon.0) 4663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:58:07.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:58:06.778264+0000 mon.a (mon.0) 4664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:58:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:58:05.889228+0000 mgr.y (mgr.24491) 23279 : audit [DBG] from='client.48689 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:58:06.168679+0000 mgr.y (mgr.24491) 23280 : audit [DBG] from='client.48695 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:58:06.493252+0000 mon.a (mon.0) 4660 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:58:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:58:06.526061+0000 mon.a (mon.0) 4661 : audit [DBG] from='client.? 172.21.15.177:0/1145324119' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:58:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:58:06.773055+0000 mon.a (mon.0) 4662 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:58:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:58:06.773736+0000 mon.a (mon.0) 4663 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:58:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:58:06.778264+0000 mon.a (mon.0) 4664 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:58:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:58:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:58:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:07.226309+0000 mgr.y (mgr.24491) 23281 : cluster [DBG] pgmap v20566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:07.226309+0000 mgr.y (mgr.24491) 23281 : cluster [DBG] pgmap v20566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:07.226309+0000 mgr.y (mgr.24491) 23281 : cluster [DBG] pgmap v20566: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:09.226716+0000 mgr.y (mgr.24491) 23282 : cluster [DBG] pgmap v20567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:09.226716+0000 mgr.y (mgr.24491) 23282 : cluster [DBG] pgmap v20567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:09.226716+0000 mgr.y (mgr.24491) 23282 : cluster [DBG] pgmap v20567: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:58:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:58:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:11.227390+0000 mgr.y (mgr.24491) 23283 : cluster [DBG] pgmap v20568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:11.227390+0000 mgr.y (mgr.24491) 23283 : cluster [DBG] pgmap v20568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:11.227390+0000 mgr.y (mgr.24491) 23283 : cluster [DBG] pgmap v20568: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:13.227840+0000 mgr.y (mgr.24491) 23284 : cluster [DBG] pgmap v20569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:13.227840+0000 mgr.y (mgr.24491) 23284 : cluster [DBG] pgmap v20569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:13.227840+0000 mgr.y (mgr.24491) 23284 : cluster [DBG] pgmap v20569: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:15.228643+0000 mgr.y (mgr.24491) 23285 : cluster [DBG] pgmap v20570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:15.228643+0000 mgr.y (mgr.24491) 23285 : cluster [DBG] pgmap v20570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:15.228643+0000 mgr.y (mgr.24491) 23285 : cluster [DBG] pgmap v20570: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:58:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:17] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:58:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:17.229229+0000 mgr.y (mgr.24491) 23286 : cluster [DBG] pgmap v20571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:17.229229+0000 mgr.y (mgr.24491) 23286 : cluster [DBG] pgmap v20571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:17.229229+0000 mgr.y (mgr.24491) 23286 : cluster [DBG] pgmap v20571: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:19.229825+0000 mgr.y (mgr.24491) 23287 : cluster [DBG] pgmap v20572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:19.229825+0000 mgr.y (mgr.24491) 23287 : cluster [DBG] pgmap v20572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:19.229825+0000 mgr.y (mgr.24491) 23287 : cluster [DBG] pgmap v20572: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:58:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:58:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:21.230536+0000 mgr.y (mgr.24491) 23288 : cluster [DBG] pgmap v20573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:21.230536+0000 mgr.y (mgr.24491) 23288 : cluster [DBG] pgmap v20573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:21.230536+0000 mgr.y (mgr.24491) 23288 : cluster [DBG] pgmap v20573: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:23.230957+0000 mgr.y (mgr.24491) 23289 : cluster [DBG] pgmap v20574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:23.230957+0000 mgr.y (mgr.24491) 23289 : cluster [DBG] pgmap v20574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:23.230957+0000 mgr.y (mgr.24491) 23289 : cluster [DBG] pgmap v20574: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:25.231656+0000 mgr.y (mgr.24491) 23290 : cluster [DBG] pgmap v20575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:25.231656+0000 mgr.y (mgr.24491) 23290 : cluster [DBG] pgmap v20575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:25.231656+0000 mgr.y (mgr.24491) 23290 : cluster [DBG] pgmap v20575: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:58:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:27] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T14:58:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:27.232095+0000 mgr.y (mgr.24491) 23291 : cluster [DBG] pgmap v20576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:27.232095+0000 mgr.y (mgr.24491) 23291 : cluster [DBG] pgmap v20576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:27.232095+0000 mgr.y (mgr.24491) 23291 : cluster [DBG] pgmap v20576: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:29.232658+0000 mgr.y (mgr.24491) 23292 : cluster [DBG] pgmap v20577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:29.232658+0000 mgr.y (mgr.24491) 23292 : cluster [DBG] pgmap v20577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:29.232658+0000 mgr.y (mgr.24491) 23292 : cluster [DBG] pgmap v20577: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:58:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:58:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:31.233422+0000 mgr.y (mgr.24491) 23293 : cluster [DBG] pgmap v20578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:31.233422+0000 mgr.y (mgr.24491) 23293 : cluster [DBG] pgmap v20578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:31.233422+0000 mgr.y (mgr.24491) 23293 : cluster [DBG] pgmap v20578: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:33.234027+0000 mgr.y (mgr.24491) 23294 : cluster [DBG] pgmap v20579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:34.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:33.234027+0000 mgr.y (mgr.24491) 23294 : cluster [DBG] pgmap v20579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:33.234027+0000 mgr.y (mgr.24491) 23294 : cluster [DBG] pgmap v20579: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:35.234809+0000 mgr.y (mgr.24491) 23295 : cluster [DBG] pgmap v20580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:35.234809+0000 mgr.y (mgr.24491) 23295 : cluster [DBG] pgmap v20580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:35.234809+0000 mgr.y (mgr.24491) 23295 : cluster [DBG] pgmap v20580: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:36.834 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:58:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:58:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 3m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:58:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 3m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:58:37.107 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 3m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:58:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 3m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:58:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 3m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:58:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 3m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:58:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 3m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:58:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 3m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:58:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 3m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:58:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 3m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:58:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 3m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:58:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 3m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:58:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 3m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:58:37.108 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 3m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:58:37.109 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 3m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:58:37.109 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 3m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:58:37.109 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 3m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:58:37.109 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 3m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:58:37.109 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 3m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:58:37.109 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 3m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:58:37.445 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:58:37.445 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:58:37.445 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:58:37.445 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:58:37.445 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:58:37.445 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:58:37.445 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:58:37.446 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:58:37.446 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:58:37.446 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:58:37.446 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:58:37.446 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:58:37.446 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:58:37.446 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:58:37.446 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:58:37.446 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:58:37.446 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:58:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:58:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:58:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:58:36.823813+0000 mgr.y (mgr.24491) 23296 : audit [DBG] from='client.48707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:58:37.101683+0000 mgr.y (mgr.24491) 23297 : audit [DBG] from='client.38805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:37.235168+0000 mgr.y (mgr.24491) 23298 : cluster [DBG] pgmap v20581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:58:37.446640+0000 mon.a (mon.0) 4665 : audit [DBG] from='client.? 172.21.15.177:0/4025728407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:58:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:58:36.823813+0000 mgr.y (mgr.24491) 23296 : audit [DBG] from='client.48707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:58:37.101683+0000 mgr.y (mgr.24491) 23297 : audit [DBG] from='client.38805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:37.235168+0000 mgr.y (mgr.24491) 23298 : cluster [DBG] pgmap v20581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:38.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:58:37.446640+0000 mon.a (mon.0) 4665 : audit [DBG] from='client.? 172.21.15.177:0/4025728407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:58:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:58:36.823813+0000 mgr.y (mgr.24491) 23296 : audit [DBG] from='client.48707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:58:37.101683+0000 mgr.y (mgr.24491) 23297 : audit [DBG] from='client.38805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:58:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:37.235168+0000 mgr.y (mgr.24491) 23298 : cluster [DBG] pgmap v20581: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:58:37.446640+0000 mon.a (mon.0) 4665 : audit [DBG] from='client.? 172.21.15.177:0/4025728407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:58:40.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:39.235550+0000 mgr.y (mgr.24491) 23299 : cluster [DBG] pgmap v20582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:40.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:39.235550+0000 mgr.y (mgr.24491) 23299 : cluster [DBG] pgmap v20582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:39.235550+0000 mgr.y (mgr.24491) 23299 : cluster [DBG] pgmap v20582: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:58:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:58:42.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:41.236284+0000 mgr.y (mgr.24491) 23300 : cluster [DBG] pgmap v20583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:42.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:41.236284+0000 mgr.y (mgr.24491) 23300 : cluster [DBG] pgmap v20583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:41.236284+0000 mgr.y (mgr.24491) 23300 : cluster [DBG] pgmap v20583: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:44.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:43.236771+0000 mgr.y (mgr.24491) 23301 : cluster [DBG] pgmap v20584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:44.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:43.236771+0000 mgr.y (mgr.24491) 23301 : cluster [DBG] pgmap v20584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:43.236771+0000 mgr.y (mgr.24491) 23301 : cluster [DBG] pgmap v20584: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:45.237570+0000 mgr.y (mgr.24491) 23302 : cluster [DBG] pgmap v20585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:45.237570+0000 mgr.y (mgr.24491) 23302 : cluster [DBG] pgmap v20585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:45.237570+0000 mgr.y (mgr.24491) 23302 : cluster [DBG] pgmap v20585: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:58:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:58:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:47.238137+0000 mgr.y (mgr.24491) 23303 : cluster [DBG] pgmap v20586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:47.238137+0000 mgr.y (mgr.24491) 23303 : cluster [DBG] pgmap v20586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:47.238137+0000 mgr.y (mgr.24491) 23303 : cluster [DBG] pgmap v20586: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:49.238592+0000 mgr.y (mgr.24491) 23304 : cluster [DBG] pgmap v20587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:49.238592+0000 mgr.y (mgr.24491) 23304 : cluster [DBG] pgmap v20587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:49.238592+0000 mgr.y (mgr.24491) 23304 : cluster [DBG] pgmap v20587: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:58:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:58:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:51.239478+0000 mgr.y (mgr.24491) 23305 : cluster [DBG] pgmap v20588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:51.239478+0000 mgr.y (mgr.24491) 23305 : cluster [DBG] pgmap v20588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:51.239478+0000 mgr.y (mgr.24491) 23305 : cluster [DBG] pgmap v20588: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:53.240050+0000 mgr.y (mgr.24491) 23306 : cluster [DBG] pgmap v20589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:53.240050+0000 mgr.y (mgr.24491) 23306 : cluster [DBG] pgmap v20589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:53.240050+0000 mgr.y (mgr.24491) 23306 : cluster [DBG] pgmap v20589: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:55.240863+0000 mgr.y (mgr.24491) 23307 : cluster [DBG] pgmap v20590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:55.240863+0000 mgr.y (mgr.24491) 23307 : cluster [DBG] pgmap v20590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:55.240863+0000 mgr.y (mgr.24491) 23307 : cluster [DBG] pgmap v20590: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:58:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:58:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T14:58:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:57.241350+0000 mgr.y (mgr.24491) 23308 : cluster [DBG] pgmap v20591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:58:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:57.241350+0000 mgr.y (mgr.24491) 23308 : cluster [DBG] pgmap v20591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:58:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:58:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:57.241350+0000 mgr.y (mgr.24491) 23308 : cluster [DBG] pgmap v20591: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:58:59.241802+0000 mgr.y (mgr.24491) 23309 : cluster [DBG] pgmap v20592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:58:59.241802+0000 mgr.y (mgr.24491) 23309 : cluster [DBG] pgmap v20592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:58:59.241802+0000 mgr.y (mgr.24491) 23309 : cluster [DBG] pgmap v20592: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:59:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:59:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:01.242567+0000 mgr.y (mgr.24491) 23310 : cluster [DBG] pgmap v20593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:01.242567+0000 mgr.y (mgr.24491) 23310 : cluster [DBG] pgmap v20593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:01.242567+0000 mgr.y (mgr.24491) 23310 : cluster [DBG] pgmap v20593: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:03.243110+0000 mgr.y (mgr.24491) 23311 : cluster [DBG] pgmap v20594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:03.243110+0000 mgr.y (mgr.24491) 23311 : cluster [DBG] pgmap v20594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:03.243110+0000 mgr.y (mgr.24491) 23311 : cluster [DBG] pgmap v20594: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:05.243812+0000 mgr.y (mgr.24491) 23312 : cluster [DBG] pgmap v20595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:05.243812+0000 mgr.y (mgr.24491) 23312 : cluster [DBG] pgmap v20595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:05.243812+0000 mgr.y (mgr.24491) 23312 : cluster [DBG] pgmap v20595: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:59:06.782622+0000 mon.a (mon.0) 4666 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:59:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:59:07.023111+0000 mon.a (mon.0) 4667 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:59:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:59:07.298949+0000 mon.a (mon.0) 4668 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:59:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:59:07.299604+0000 mon.a (mon.0) 4669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:59:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:59:07.304269+0000 mon.a (mon.0) 4670 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:59:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:59:06.782622+0000 mon.a (mon.0) 4666 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:59:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:59:07.023111+0000 mon.a (mon.0) 4667 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:59:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:59:07.298949+0000 mon.a (mon.0) 4668 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:59:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:59:07.299604+0000 mon.a (mon.0) 4669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:59:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:59:07.304269+0000 mon.a (mon.0) 4670 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:59:07.747 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:59:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:59:06.782622+0000 mon.a (mon.0) 4666 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T14:59:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:59:07.023111+0000 mon.a (mon.0) 4667 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:59:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:59:07.298949+0000 mon.a (mon.0) 4668 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T14:59:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:59:07.299604+0000 mon.a (mon.0) 4669 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T14:59:07.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:59:07.304269+0000 mon.a (mon.0) 4670 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T14:59:08.022 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:59:08.022 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 4m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:59:08.023 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 4m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:59:08.023 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 4m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:59:08.023 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 4m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:59:08.023 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 4m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:59:08.023 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 4m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:59:08.023 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 4m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:59:08.023 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 4m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:59:08.023 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 4m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:59:08.024 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 4m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:59:08.024 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 4m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:59:08.024 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 4m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:59:08.024 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 4m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:59:08.024 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 4m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:59:08.024 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 4m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:59:08.024 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 4m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:59:08.024 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 4m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:59:08.024 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 4m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:59:08.025 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 4m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:59:08.025 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 4m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:59:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:59:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T14:59:08.357 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:59:08.357 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:59:08.357 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:59:08.357 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:59:08.358 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:59:08.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:59:08.358 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:59:08.358 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:59:08.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:59:08.358 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:59:08.358 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:59:08.358 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:59:08.358 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:59:08.358 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:59:08.359 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:59:08.359 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:59:08.359 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:59:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:07.244194+0000 mgr.y (mgr.24491) 23313 : cluster [DBG] pgmap v20596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:07.244194+0000 mgr.y (mgr.24491) 23313 : cluster [DBG] pgmap v20596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:07.244194+0000 mgr.y (mgr.24491) 23313 : cluster [DBG] pgmap v20596: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:59:07.737176+0000 mgr.y (mgr.24491) 23314 : audit [DBG] from='client.48725 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:59:08.016331+0000 mgr.y (mgr.24491) 23315 : audit [DBG] from='client.48731 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:09.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:59:08.359162+0000 mon.a (mon.0) 4671 : audit [DBG] from='client.? 172.21.15.177:0/283455292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:59:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:59:07.737176+0000 mgr.y (mgr.24491) 23314 : audit [DBG] from='client.48725 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:59:08.016331+0000 mgr.y (mgr.24491) 23315 : audit [DBG] from='client.48731 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:09.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:59:08.359162+0000 mon.a (mon.0) 4671 : audit [DBG] from='client.? 172.21.15.177:0/283455292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:59:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:59:07.737176+0000 mgr.y (mgr.24491) 23314 : audit [DBG] from='client.48725 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:59:08.016331+0000 mgr.y (mgr.24491) 23315 : audit [DBG] from='client.48731 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:59:08.359162+0000 mon.a (mon.0) 4671 : audit [DBG] from='client.? 172.21.15.177:0/283455292' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:59:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:09.244670+0000 mgr.y (mgr.24491) 23316 : cluster [DBG] pgmap v20597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:09.244670+0000 mgr.y (mgr.24491) 23316 : cluster [DBG] pgmap v20597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:09.244670+0000 mgr.y (mgr.24491) 23316 : cluster [DBG] pgmap v20597: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:59:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:59:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:11.245323+0000 mgr.y (mgr.24491) 23317 : cluster [DBG] pgmap v20598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:11.245323+0000 mgr.y (mgr.24491) 23317 : cluster [DBG] pgmap v20598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:11.245323+0000 mgr.y (mgr.24491) 23317 : cluster [DBG] pgmap v20598: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:13.245746+0000 mgr.y (mgr.24491) 23318 : cluster [DBG] pgmap v20599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:13.245746+0000 mgr.y (mgr.24491) 23318 : cluster [DBG] pgmap v20599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:13.245746+0000 mgr.y (mgr.24491) 23318 : cluster [DBG] pgmap v20599: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:15.246412+0000 mgr.y (mgr.24491) 23319 : cluster [DBG] pgmap v20600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:15.246412+0000 mgr.y (mgr.24491) 23319 : cluster [DBG] pgmap v20600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:15.246412+0000 mgr.y (mgr.24491) 23319 : cluster [DBG] pgmap v20600: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:59:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:17] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:59:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:17.246789+0000 mgr.y (mgr.24491) 23320 : cluster [DBG] pgmap v20601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:17.246789+0000 mgr.y (mgr.24491) 23320 : cluster [DBG] pgmap v20601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:17.246789+0000 mgr.y (mgr.24491) 23320 : cluster [DBG] pgmap v20601: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:19.247216+0000 mgr.y (mgr.24491) 23321 : cluster [DBG] pgmap v20602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:19.247216+0000 mgr.y (mgr.24491) 23321 : cluster [DBG] pgmap v20602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:19.247216+0000 mgr.y (mgr.24491) 23321 : cluster [DBG] pgmap v20602: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:59:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:59:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:21.247889+0000 mgr.y (mgr.24491) 23322 : cluster [DBG] pgmap v20603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:21.247889+0000 mgr.y (mgr.24491) 23322 : cluster [DBG] pgmap v20603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:21.247889+0000 mgr.y (mgr.24491) 23322 : cluster [DBG] pgmap v20603: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:23.248321+0000 mgr.y (mgr.24491) 23323 : cluster [DBG] pgmap v20604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:23.248321+0000 mgr.y (mgr.24491) 23323 : cluster [DBG] pgmap v20604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:23.248321+0000 mgr.y (mgr.24491) 23323 : cluster [DBG] pgmap v20604: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:25.248972+0000 mgr.y (mgr.24491) 23324 : cluster [DBG] pgmap v20605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:25.248972+0000 mgr.y (mgr.24491) 23324 : cluster [DBG] pgmap v20605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:25.248972+0000 mgr.y (mgr.24491) 23324 : cluster [DBG] pgmap v20605: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:59:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:27] "GET /metrics HTTP/1.1" 200 188295 "" "Prometheus/2.33.4" 2024-04-20T14:59:28.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:27.249388+0000 mgr.y (mgr.24491) 23325 : cluster [DBG] pgmap v20606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:28.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:27.249388+0000 mgr.y (mgr.24491) 23325 : cluster [DBG] pgmap v20606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:27.249388+0000 mgr.y (mgr.24491) 23325 : cluster [DBG] pgmap v20606: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:29.249815+0000 mgr.y (mgr.24491) 23326 : cluster [DBG] pgmap v20607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:29.249815+0000 mgr.y (mgr.24491) 23326 : cluster [DBG] pgmap v20607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:29.249815+0000 mgr.y (mgr.24491) 23326 : cluster [DBG] pgmap v20607: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:59:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:59:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:31.250650+0000 mgr.y (mgr.24491) 23327 : cluster [DBG] pgmap v20608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:31.250650+0000 mgr.y (mgr.24491) 23327 : cluster [DBG] pgmap v20608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:31.250650+0000 mgr.y (mgr.24491) 23327 : cluster [DBG] pgmap v20608: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:34.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:33.251158+0000 mgr.y (mgr.24491) 23328 : cluster [DBG] pgmap v20609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:34.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:33.251158+0000 mgr.y (mgr.24491) 23328 : cluster [DBG] pgmap v20609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:33.251158+0000 mgr.y (mgr.24491) 23328 : cluster [DBG] pgmap v20609: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:36.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:35.251731+0000 mgr.y (mgr.24491) 23329 : cluster [DBG] pgmap v20610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:36.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:35.251731+0000 mgr.y (mgr.24491) 23329 : cluster [DBG] pgmap v20610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:35.251731+0000 mgr.y (mgr.24491) 23329 : cluster [DBG] pgmap v20610: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:59:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T14:59:38.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:37.252171+0000 mgr.y (mgr.24491) 23330 : cluster [DBG] pgmap v20611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:38.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:37.252171+0000 mgr.y (mgr.24491) 23330 : cluster [DBG] pgmap v20611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:38.669 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T14:59:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:37.252171+0000 mgr.y (mgr.24491) 23330 : cluster [DBG] pgmap v20611: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:38.944 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T14:59:38.944 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 4m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T14:59:38.944 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 4m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 4m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 4m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 4m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 4m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 4m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 4m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 4m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 4m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 4m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 4m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 4m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 4m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 4m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T14:59:38.945 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 4m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T14:59:38.946 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 4m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T14:59:38.946 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 4m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T14:59:38.946 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 4m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T14:59:38.946 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 4m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T14:59:39.276 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T14:59:39.276 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T14:59:39.276 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T14:59:39.276 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:59:39.276 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T14:59:39.277 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:59:39.277 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:59:39.277 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T14:59:39.277 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T14:59:39.277 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:59:39.277 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T14:59:39.277 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T14:59:39.277 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T14:59:39.277 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T14:59:39.277 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T14:59:39.277 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T14:59:39.278 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T14:59:39.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:59:39.278046+0000 mon.c (mon.2) 720 : audit [DBG] from='client.? 172.21.15.177:0/618270628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:59:39.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:59:39.278046+0000 mon.c (mon.2) 720 : audit [DBG] from='client.? 172.21.15.177:0/618270628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:59:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:59:39.278046+0000 mon.c (mon.2) 720 : audit [DBG] from='client.? 172.21.15.177:0/618270628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T14:59:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:59:38.659107+0000 mgr.y (mgr.24491) 23331 : audit [DBG] from='client.48743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T14:59:38.938748+0000 mgr.y (mgr.24491) 23332 : audit [DBG] from='client.48749 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:39.252506+0000 mgr.y (mgr.24491) 23333 : cluster [DBG] pgmap v20612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:59:38.659107+0000 mgr.y (mgr.24491) 23331 : audit [DBG] from='client.48743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T14:59:38.938748+0000 mgr.y (mgr.24491) 23332 : audit [DBG] from='client.48749 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:39.252506+0000 mgr.y (mgr.24491) 23333 : cluster [DBG] pgmap v20612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:59:38.659107+0000 mgr.y (mgr.24491) 23331 : audit [DBG] from='client.48743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T14:59:38.938748+0000 mgr.y (mgr.24491) 23332 : audit [DBG] from='client.48749 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T14:59:40.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:39.252506+0000 mgr.y (mgr.24491) 23333 : cluster [DBG] pgmap v20612: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:59:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:59:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:41.253219+0000 mgr.y (mgr.24491) 23334 : cluster [DBG] pgmap v20613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:41.253219+0000 mgr.y (mgr.24491) 23334 : cluster [DBG] pgmap v20613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:41.253219+0000 mgr.y (mgr.24491) 23334 : cluster [DBG] pgmap v20613: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:43.253771+0000 mgr.y (mgr.24491) 23335 : cluster [DBG] pgmap v20614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:43.253771+0000 mgr.y (mgr.24491) 23335 : cluster [DBG] pgmap v20614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:43.253771+0000 mgr.y (mgr.24491) 23335 : cluster [DBG] pgmap v20614: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:45.254608+0000 mgr.y (mgr.24491) 23336 : cluster [DBG] pgmap v20615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:45.254608+0000 mgr.y (mgr.24491) 23336 : cluster [DBG] pgmap v20615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:45.254608+0000 mgr.y (mgr.24491) 23336 : cluster [DBG] pgmap v20615: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:59:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:47] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T14:59:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:47.255161+0000 mgr.y (mgr.24491) 23337 : cluster [DBG] pgmap v20616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:47.255161+0000 mgr.y (mgr.24491) 23337 : cluster [DBG] pgmap v20616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:47.255161+0000 mgr.y (mgr.24491) 23337 : cluster [DBG] pgmap v20616: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:49.255681+0000 mgr.y (mgr.24491) 23338 : cluster [DBG] pgmap v20617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:49.255681+0000 mgr.y (mgr.24491) 23338 : cluster [DBG] pgmap v20617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:49.255681+0000 mgr.y (mgr.24491) 23338 : cluster [DBG] pgmap v20617: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:51.436 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 14:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T14:59:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:51.256626+0000 mgr.y (mgr.24491) 23339 : cluster [DBG] pgmap v20618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:51.256626+0000 mgr.y (mgr.24491) 23339 : cluster [DBG] pgmap v20618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:51.256626+0000 mgr.y (mgr.24491) 23339 : cluster [DBG] pgmap v20618: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:53.257055+0000 mgr.y (mgr.24491) 23340 : cluster [DBG] pgmap v20619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:53.257055+0000 mgr.y (mgr.24491) 23340 : cluster [DBG] pgmap v20619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:53.257055+0000 mgr.y (mgr.24491) 23340 : cluster [DBG] pgmap v20619: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:55.257711+0000 mgr.y (mgr.24491) 23341 : cluster [DBG] pgmap v20620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:56.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:55.257711+0000 mgr.y (mgr.24491) 23341 : cluster [DBG] pgmap v20620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:55.257711+0000 mgr.y (mgr.24491) 23341 : cluster [DBG] pgmap v20620: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 14:59:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:14:59:57] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T14:59:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 14:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:57.258097+0000 mgr.y (mgr.24491) 23342 : cluster [DBG] pgmap v20621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 14:59:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:57.258097+0000 mgr.y (mgr.24491) 23342 : cluster [DBG] pgmap v20621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T14:59:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 14:59:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:57.258097+0000 mgr.y (mgr.24491) 23342 : cluster [DBG] pgmap v20621: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:00.318 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T14:59:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T15:00:00.318 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T14:59:59.258527+0000 mgr.y (mgr.24491) 23343 : cluster [DBG] pgmap v20622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:00.000153+0000 mon.a (mon.0) 4672 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T15:00:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T14:59:59.258527+0000 mgr.y (mgr.24491) 23343 : cluster [DBG] pgmap v20622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:00.000153+0000 mon.a (mon.0) 4672 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T15:00:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T14:59:59.258527+0000 mgr.y (mgr.24491) 23343 : cluster [DBG] pgmap v20622: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:00.000153+0000 mon.a (mon.0) 4672 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T15:00:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:00:01.499 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 15:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T15:00:01.060Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1713614400138 maxt=1713621600000 ulid=01HVY0AYBJJG8K11RHKRNM5MHN duration=50.377133ms 2024-04-20T15:00:01.499 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Apr 20 15:00:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-prometheus-a[61963]: ts=2024-04-20T15:00:01.063Z caller=head.go:827 level=info component=tsdb msg="Head GC completed" duration=2.796856ms 2024-04-20T15:00:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:01.259373+0000 mgr.y (mgr.24491) 23344 : cluster [DBG] pgmap v20623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:01.259373+0000 mgr.y (mgr.24491) 23344 : cluster [DBG] pgmap v20623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:01.259373+0000 mgr.y (mgr.24491) 23344 : cluster [DBG] pgmap v20623: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:03.259915+0000 mgr.y (mgr.24491) 23345 : cluster [DBG] pgmap v20624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:03.259915+0000 mgr.y (mgr.24491) 23345 : cluster [DBG] pgmap v20624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:03.259915+0000 mgr.y (mgr.24491) 23345 : cluster [DBG] pgmap v20624: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:05.260735+0000 mgr.y (mgr.24491) 23346 : cluster [DBG] pgmap v20625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:05.260735+0000 mgr.y (mgr.24491) 23346 : cluster [DBG] pgmap v20625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:06.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:05.260735+0000 mgr.y (mgr.24491) 23346 : cluster [DBG] pgmap v20625: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:07.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:00:07.308625+0000 mon.a (mon.0) 4673 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:00:07.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:00:07.308625+0000 mon.a (mon.0) 4673 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:00:07.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:00:07.308625+0000 mon.a (mon.0) 4673 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:00:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:00:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:07] "GET /metrics HTTP/1.1" 200 188305 "" "Prometheus/2.33.4" 2024-04-20T15:00:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:07.261211+0000 mgr.y (mgr.24491) 23347 : cluster [DBG] pgmap v20626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:00:07.600846+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:00:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:00:07.601478+0000 mon.a (mon.0) 4675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:00:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:00:07.605736+0000 mon.a (mon.0) 4676 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:00:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:07.261211+0000 mgr.y (mgr.24491) 23347 : cluster [DBG] pgmap v20626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:00:07.600846+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:00:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:00:07.601478+0000 mon.a (mon.0) 4675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:00:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:00:07.605736+0000 mon.a (mon.0) 4676 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:00:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:07.261211+0000 mgr.y (mgr.24491) 23347 : cluster [DBG] pgmap v20626: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:00:07.600846+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:00:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:00:07.601478+0000 mon.a (mon.0) 4675 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:00:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:00:07.605736+0000 mon.a (mon.0) 4676 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:00:09.584 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:00:09.859 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:00:09.860 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 5m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:00:09.860 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 5m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:00:09.860 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 5m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:00:09.860 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 5m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:00:09.860 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 5m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:00:09.860 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 5m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:00:09.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 5m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:00:09.860 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 5m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:00:09.861 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 5m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:00:09.861 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 5m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:00:09.861 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 5m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:00:09.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 5m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:00:09.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 5m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:00:09.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 5m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:00:09.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 5m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:00:09.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 5m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:00:09.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 5m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:00:09.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 5m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:00:09.861 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 5m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:00:09.862 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 5m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:00:10.196 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:00:10.197 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:00:10.197 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:00:10.197 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:00:10.197 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:00:10.197 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:00:10.197 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:00:10.197 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:00:10.197 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:00:10.197 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:00:10.197 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:00:10.197 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:00:10.198 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:00:10.198 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:00:10.198 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:00:10.198 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:00:10.198 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:00:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:09.261719+0000 mgr.y (mgr.24491) 23348 : cluster [DBG] pgmap v20627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:00:10.196132+0000 mon.a (mon.0) 4677 : audit [DBG] from='client.? 172.21.15.177:0/1711674863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:00:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:09.261719+0000 mgr.y (mgr.24491) 23348 : cluster [DBG] pgmap v20627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:00:10.196132+0000 mon.a (mon.0) 4677 : audit [DBG] from='client.? 172.21.15.177:0/1711674863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:00:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:09.261719+0000 mgr.y (mgr.24491) 23348 : cluster [DBG] pgmap v20627: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:00:10.196132+0000 mon.a (mon.0) 4677 : audit [DBG] from='client.? 172.21.15.177:0/1711674863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:00:11.370 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:00:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:00:09.574574+0000 mgr.y (mgr.24491) 23349 : audit [DBG] from='client.48761 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:11.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:00:09.853445+0000 mgr.y (mgr.24491) 23350 : audit [DBG] from='client.48767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:00:09.574574+0000 mgr.y (mgr.24491) 23349 : audit [DBG] from='client.48761 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:11.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:00:09.853445+0000 mgr.y (mgr.24491) 23350 : audit [DBG] from='client.48767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:00:09.574574+0000 mgr.y (mgr.24491) 23349 : audit [DBG] from='client.48761 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:11.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:00:09.853445+0000 mgr.y (mgr.24491) 23350 : audit [DBG] from='client.48767 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:11.262601+0000 mgr.y (mgr.24491) 23351 : cluster [DBG] pgmap v20628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:11.262601+0000 mgr.y (mgr.24491) 23351 : cluster [DBG] pgmap v20628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:11.262601+0000 mgr.y (mgr.24491) 23351 : cluster [DBG] pgmap v20628: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:13.263047+0000 mgr.y (mgr.24491) 23352 : cluster [DBG] pgmap v20629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:14.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:13.263047+0000 mgr.y (mgr.24491) 23352 : cluster [DBG] pgmap v20629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:13.263047+0000 mgr.y (mgr.24491) 23352 : cluster [DBG] pgmap v20629: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:15.263689+0000 mgr.y (mgr.24491) 23353 : cluster [DBG] pgmap v20630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:16.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:15.263689+0000 mgr.y (mgr.24491) 23353 : cluster [DBG] pgmap v20630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:15.263689+0000 mgr.y (mgr.24491) 23353 : cluster [DBG] pgmap v20630: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:00:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:17] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:00:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:17.264228+0000 mgr.y (mgr.24491) 23354 : cluster [DBG] pgmap v20631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:17.264228+0000 mgr.y (mgr.24491) 23354 : cluster [DBG] pgmap v20631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:17.264228+0000 mgr.y (mgr.24491) 23354 : cluster [DBG] pgmap v20631: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:20.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:19.264646+0000 mgr.y (mgr.24491) 23355 : cluster [DBG] pgmap v20632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:20.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:19.264646+0000 mgr.y (mgr.24491) 23355 : cluster [DBG] pgmap v20632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:19.264646+0000 mgr.y (mgr.24491) 23355 : cluster [DBG] pgmap v20632: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:00:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:00:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:21.265547+0000 mgr.y (mgr.24491) 23356 : cluster [DBG] pgmap v20633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:21.265547+0000 mgr.y (mgr.24491) 23356 : cluster [DBG] pgmap v20633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:21.265547+0000 mgr.y (mgr.24491) 23356 : cluster [DBG] pgmap v20633: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:23.266127+0000 mgr.y (mgr.24491) 23357 : cluster [DBG] pgmap v20634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:23.266127+0000 mgr.y (mgr.24491) 23357 : cluster [DBG] pgmap v20634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:23.266127+0000 mgr.y (mgr.24491) 23357 : cluster [DBG] pgmap v20634: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:25.267004+0000 mgr.y (mgr.24491) 23358 : cluster [DBG] pgmap v20635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:25.267004+0000 mgr.y (mgr.24491) 23358 : cluster [DBG] pgmap v20635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:25.267004+0000 mgr.y (mgr.24491) 23358 : cluster [DBG] pgmap v20635: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:28.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:00:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:27] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:00:28.651 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:27.267513+0000 mgr.y (mgr.24491) 23359 : cluster [DBG] pgmap v20636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:28.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:27.267513+0000 mgr.y (mgr.24491) 23359 : cluster [DBG] pgmap v20636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:27.267513+0000 mgr.y (mgr.24491) 23359 : cluster [DBG] pgmap v20636: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:29.268017+0000 mgr.y (mgr.24491) 23360 : cluster [DBG] pgmap v20637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:29.268017+0000 mgr.y (mgr.24491) 23360 : cluster [DBG] pgmap v20637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:30.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:29.268017+0000 mgr.y (mgr.24491) 23360 : cluster [DBG] pgmap v20637: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:00:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:00:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:31.268894+0000 mgr.y (mgr.24491) 23361 : cluster [DBG] pgmap v20638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:32.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:31.268894+0000 mgr.y (mgr.24491) 23361 : cluster [DBG] pgmap v20638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:32.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:31.268894+0000 mgr.y (mgr.24491) 23361 : cluster [DBG] pgmap v20638: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:33.269221+0000 mgr.y (mgr.24491) 23362 : cluster [DBG] pgmap v20639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:33.269221+0000 mgr.y (mgr.24491) 23362 : cluster [DBG] pgmap v20639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:33.269221+0000 mgr.y (mgr.24491) 23362 : cluster [DBG] pgmap v20639: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:36.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:35.269993+0000 mgr.y (mgr.24491) 23363 : cluster [DBG] pgmap v20640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:35.269993+0000 mgr.y (mgr.24491) 23363 : cluster [DBG] pgmap v20640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:35.269993+0000 mgr.y (mgr.24491) 23363 : cluster [DBG] pgmap v20640: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:00:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:37] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:00:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:37.270368+0000 mgr.y (mgr.24491) 23364 : cluster [DBG] pgmap v20641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:37.270368+0000 mgr.y (mgr.24491) 23364 : cluster [DBG] pgmap v20641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:37.270368+0000 mgr.y (mgr.24491) 23364 : cluster [DBG] pgmap v20641: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:40.506 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:00:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:39.270776+0000 mgr.y (mgr.24491) 23365 : cluster [DBG] pgmap v20642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:40.779 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:00:40.779 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 5m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:00:40.779 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 5m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:00:40.779 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 5m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:00:40.779 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 5m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:00:40.779 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 5m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:00:40.779 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 5m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:00:40.779 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 5m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:00:40.779 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 5m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:00:40.779 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 5m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:00:40.780 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 5m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:00:40.780 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 5m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:00:40.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 5m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:00:40.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 5m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:00:40.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 5m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:00:40.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 5m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:00:40.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 5m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:00:40.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 5m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:00:40.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 5m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:00:40.780 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 5m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:00:40.780 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 5m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:00:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:39.270776+0000 mgr.y (mgr.24491) 23365 : cluster [DBG] pgmap v20642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:39.270776+0000 mgr.y (mgr.24491) 23365 : cluster [DBG] pgmap v20642: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:41.114 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:00:41.114 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:00:41.115 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:00:41.116 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:00:41.116 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:00:41.116 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:00:41.421 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:00:41.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:00:41.116258+0000 mon.a (mon.0) 4678 : audit [DBG] from='client.? 172.21.15.177:0/900798599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:00:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:00:41.116258+0000 mon.a (mon.0) 4678 : audit [DBG] from='client.? 172.21.15.177:0/900798599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:00:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:00:41.116258+0000 mon.a (mon.0) 4678 : audit [DBG] from='client.? 172.21.15.177:0/900798599' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:00:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:00:40.495802+0000 mgr.y (mgr.24491) 23366 : audit [DBG] from='client.38871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:00:40.773023+0000 mgr.y (mgr.24491) 23367 : audit [DBG] from='client.48785 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:42.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:41.271488+0000 mgr.y (mgr.24491) 23368 : cluster [DBG] pgmap v20643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:00:40.495802+0000 mgr.y (mgr.24491) 23366 : audit [DBG] from='client.38871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:00:40.773023+0000 mgr.y (mgr.24491) 23367 : audit [DBG] from='client.48785 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:41.271488+0000 mgr.y (mgr.24491) 23368 : cluster [DBG] pgmap v20643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:00:40.495802+0000 mgr.y (mgr.24491) 23366 : audit [DBG] from='client.38871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:00:40.773023+0000 mgr.y (mgr.24491) 23367 : audit [DBG] from='client.48785 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:00:42.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:41.271488+0000 mgr.y (mgr.24491) 23368 : cluster [DBG] pgmap v20643: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:43.272038+0000 mgr.y (mgr.24491) 23369 : cluster [DBG] pgmap v20644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:43.272038+0000 mgr.y (mgr.24491) 23369 : cluster [DBG] pgmap v20644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:43.272038+0000 mgr.y (mgr.24491) 23369 : cluster [DBG] pgmap v20644: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:45.272695+0000 mgr.y (mgr.24491) 23370 : cluster [DBG] pgmap v20645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:45.272695+0000 mgr.y (mgr.24491) 23370 : cluster [DBG] pgmap v20645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:45.272695+0000 mgr.y (mgr.24491) 23370 : cluster [DBG] pgmap v20645: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:00:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:47] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T15:00:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:47.273257+0000 mgr.y (mgr.24491) 23371 : cluster [DBG] pgmap v20646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:47.273257+0000 mgr.y (mgr.24491) 23371 : cluster [DBG] pgmap v20646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:47.273257+0000 mgr.y (mgr.24491) 23371 : cluster [DBG] pgmap v20646: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:49.273661+0000 mgr.y (mgr.24491) 23372 : cluster [DBG] pgmap v20647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:49.273661+0000 mgr.y (mgr.24491) 23372 : cluster [DBG] pgmap v20647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:49.273661+0000 mgr.y (mgr.24491) 23372 : cluster [DBG] pgmap v20647: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:51.462 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:00:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:51.274277+0000 mgr.y (mgr.24491) 23373 : cluster [DBG] pgmap v20648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:51.274277+0000 mgr.y (mgr.24491) 23373 : cluster [DBG] pgmap v20648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:51.274277+0000 mgr.y (mgr.24491) 23373 : cluster [DBG] pgmap v20648: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:54.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:53.274839+0000 mgr.y (mgr.24491) 23374 : cluster [DBG] pgmap v20649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:54.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:53.274839+0000 mgr.y (mgr.24491) 23374 : cluster [DBG] pgmap v20649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:53.274839+0000 mgr.y (mgr.24491) 23374 : cluster [DBG] pgmap v20649: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:55.275474+0000 mgr.y (mgr.24491) 23375 : cluster [DBG] pgmap v20650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:55.275474+0000 mgr.y (mgr.24491) 23375 : cluster [DBG] pgmap v20650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:55.275474+0000 mgr.y (mgr.24491) 23375 : cluster [DBG] pgmap v20650: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:00:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:00:57] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T15:00:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:00:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:57.276020+0000 mgr.y (mgr.24491) 23376 : cluster [DBG] pgmap v20651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:00:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:57.276020+0000 mgr.y (mgr.24491) 23376 : cluster [DBG] pgmap v20651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:00:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:00:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:57.276020+0000 mgr.y (mgr.24491) 23376 : cluster [DBG] pgmap v20651: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:00.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:00:59.276562+0000 mgr.y (mgr.24491) 23377 : cluster [DBG] pgmap v20652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:00.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:00:59.276562+0000 mgr.y (mgr.24491) 23377 : cluster [DBG] pgmap v20652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:00:59.276562+0000 mgr.y (mgr.24491) 23377 : cluster [DBG] pgmap v20652: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:01:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:01:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:01.277556+0000 mgr.y (mgr.24491) 23378 : cluster [DBG] pgmap v20653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:01.277556+0000 mgr.y (mgr.24491) 23378 : cluster [DBG] pgmap v20653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:01.277556+0000 mgr.y (mgr.24491) 23378 : cluster [DBG] pgmap v20653: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:03.277959+0000 mgr.y (mgr.24491) 23379 : cluster [DBG] pgmap v20654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:03.277959+0000 mgr.y (mgr.24491) 23379 : cluster [DBG] pgmap v20654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:03.277959+0000 mgr.y (mgr.24491) 23379 : cluster [DBG] pgmap v20654: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:05.278589+0000 mgr.y (mgr.24491) 23380 : cluster [DBG] pgmap v20655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:05.278589+0000 mgr.y (mgr.24491) 23380 : cluster [DBG] pgmap v20655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:05.278589+0000 mgr.y (mgr.24491) 23380 : cluster [DBG] pgmap v20655: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:01:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T15:01:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:07.279045+0000 mgr.y (mgr.24491) 23381 : cluster [DBG] pgmap v20656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:01:07.609984+0000 mon.a (mon.0) 4679 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:01:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:01:07.909041+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:01:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:01:07.909641+0000 mon.a (mon.0) 4681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:01:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:01:07.914008+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:01:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:07.279045+0000 mgr.y (mgr.24491) 23381 : cluster [DBG] pgmap v20656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:01:07.609984+0000 mon.a (mon.0) 4679 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:01:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:01:07.909041+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:01:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:01:07.909641+0000 mon.a (mon.0) 4681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:01:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:01:07.914008+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:01:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:07.279045+0000 mgr.y (mgr.24491) 23381 : cluster [DBG] pgmap v20656: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:01:07.609984+0000 mon.a (mon.0) 4679 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:01:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:01:07.909041+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:01:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:01:07.909641+0000 mon.a (mon.0) 4681 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:01:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:01:07.914008+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:01:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:09.279452+0000 mgr.y (mgr.24491) 23382 : cluster [DBG] pgmap v20657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:10.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:09.279452+0000 mgr.y (mgr.24491) 23382 : cluster [DBG] pgmap v20657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:09.279452+0000 mgr.y (mgr.24491) 23382 : cluster [DBG] pgmap v20657: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:11.427 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:01:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:01:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:01:11.704 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:01:11.704 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 6m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:01:11.704 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 6m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:01:11.704 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 6m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:01:11.704 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 6m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:01:11.704 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 6m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 6m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 6m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 6m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 6m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 6m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 6m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 6m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 6m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 6m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 6m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 6m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 6m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 6m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 6m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:01:11.705 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 6m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:01:12.039 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:01:12.040 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:01:12.040 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:01:12.040 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:01:12.040 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:01:12.040 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:01:12.040 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:01:12.040 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:01:12.040 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:01:12.040 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:01:12.041 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:01:12.041 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:01:12.041 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:01:12.041 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:01:12.041 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:01:12.041 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:01:12.041 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:01:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:11.280077+0000 mgr.y (mgr.24491) 23383 : cluster [DBG] pgmap v20658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:01:11.416211+0000 mgr.y (mgr.24491) 23384 : audit [DBG] from='client.38889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:12.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:01:12.041401+0000 mon.a (mon.0) 4683 : audit [DBG] from='client.? 172.21.15.177:0/639472787' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:01:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:11.280077+0000 mgr.y (mgr.24491) 23383 : cluster [DBG] pgmap v20658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:01:11.416211+0000 mgr.y (mgr.24491) 23384 : audit [DBG] from='client.38889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:12.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:01:12.041401+0000 mon.a (mon.0) 4683 : audit [DBG] from='client.? 172.21.15.177:0/639472787' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:01:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:11.280077+0000 mgr.y (mgr.24491) 23383 : cluster [DBG] pgmap v20658: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:01:11.416211+0000 mgr.y (mgr.24491) 23384 : audit [DBG] from='client.38889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:01:12.041401+0000 mon.a (mon.0) 4683 : audit [DBG] from='client.? 172.21.15.177:0/639472787' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:01:13.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:01:11.698276+0000 mgr.y (mgr.24491) 23385 : audit [DBG] from='client.38895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:13.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:01:11.698276+0000 mgr.y (mgr.24491) 23385 : audit [DBG] from='client.38895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:01:11.698276+0000 mgr.y (mgr.24491) 23385 : audit [DBG] from='client.38895 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:13.280455+0000 mgr.y (mgr.24491) 23386 : cluster [DBG] pgmap v20659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:13.280455+0000 mgr.y (mgr.24491) 23386 : cluster [DBG] pgmap v20659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:13.280455+0000 mgr.y (mgr.24491) 23386 : cluster [DBG] pgmap v20659: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:15.281061+0000 mgr.y (mgr.24491) 23387 : cluster [DBG] pgmap v20660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:15.281061+0000 mgr.y (mgr.24491) 23387 : cluster [DBG] pgmap v20660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:15.281061+0000 mgr.y (mgr.24491) 23387 : cluster [DBG] pgmap v20660: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:01:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:17] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T15:01:18.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:17.281511+0000 mgr.y (mgr.24491) 23388 : cluster [DBG] pgmap v20661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:18.653 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:17.281511+0000 mgr.y (mgr.24491) 23388 : cluster [DBG] pgmap v20661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:17.281511+0000 mgr.y (mgr.24491) 23388 : cluster [DBG] pgmap v20661: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:19.282036+0000 mgr.y (mgr.24491) 23389 : cluster [DBG] pgmap v20662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:19.282036+0000 mgr.y (mgr.24491) 23389 : cluster [DBG] pgmap v20662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:19.282036+0000 mgr.y (mgr.24491) 23389 : cluster [DBG] pgmap v20662: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:01:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:01:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:21.282735+0000 mgr.y (mgr.24491) 23390 : cluster [DBG] pgmap v20663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:21.282735+0000 mgr.y (mgr.24491) 23390 : cluster [DBG] pgmap v20663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:21.282735+0000 mgr.y (mgr.24491) 23390 : cluster [DBG] pgmap v20663: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:23.283146+0000 mgr.y (mgr.24491) 23391 : cluster [DBG] pgmap v20664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:24.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:23.283146+0000 mgr.y (mgr.24491) 23391 : cluster [DBG] pgmap v20664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:23.283146+0000 mgr.y (mgr.24491) 23391 : cluster [DBG] pgmap v20664: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:26.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:25.283972+0000 mgr.y (mgr.24491) 23392 : cluster [DBG] pgmap v20665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:25.283972+0000 mgr.y (mgr.24491) 23392 : cluster [DBG] pgmap v20665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:25.283972+0000 mgr.y (mgr.24491) 23392 : cluster [DBG] pgmap v20665: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:01:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:27] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T15:01:28.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:27.284515+0000 mgr.y (mgr.24491) 23393 : cluster [DBG] pgmap v20666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:28.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:27.284515+0000 mgr.y (mgr.24491) 23393 : cluster [DBG] pgmap v20666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:27.284515+0000 mgr.y (mgr.24491) 23393 : cluster [DBG] pgmap v20666: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:30.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:29.284959+0000 mgr.y (mgr.24491) 23394 : cluster [DBG] pgmap v20667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:30.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:29.284959+0000 mgr.y (mgr.24491) 23394 : cluster [DBG] pgmap v20667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:29.284959+0000 mgr.y (mgr.24491) 23394 : cluster [DBG] pgmap v20667: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:01:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:01:32.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:31.285798+0000 mgr.y (mgr.24491) 23395 : cluster [DBG] pgmap v20668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:32.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:31.285798+0000 mgr.y (mgr.24491) 23395 : cluster [DBG] pgmap v20668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:31.285798+0000 mgr.y (mgr.24491) 23395 : cluster [DBG] pgmap v20668: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:33.286418+0000 mgr.y (mgr.24491) 23396 : cluster [DBG] pgmap v20669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:33.286418+0000 mgr.y (mgr.24491) 23396 : cluster [DBG] pgmap v20669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:33.286418+0000 mgr.y (mgr.24491) 23396 : cluster [DBG] pgmap v20669: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:35.287229+0000 mgr.y (mgr.24491) 23397 : cluster [DBG] pgmap v20670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:35.287229+0000 mgr.y (mgr.24491) 23397 : cluster [DBG] pgmap v20670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:35.287229+0000 mgr.y (mgr.24491) 23397 : cluster [DBG] pgmap v20670: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:01:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T15:01:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:37.287714+0000 mgr.y (mgr.24491) 23398 : cluster [DBG] pgmap v20671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:37.287714+0000 mgr.y (mgr.24491) 23398 : cluster [DBG] pgmap v20671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:37.287714+0000 mgr.y (mgr.24491) 23398 : cluster [DBG] pgmap v20671: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:39.288162+0000 mgr.y (mgr.24491) 23399 : cluster [DBG] pgmap v20672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:39.288162+0000 mgr.y (mgr.24491) 23399 : cluster [DBG] pgmap v20672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:39.288162+0000 mgr.y (mgr.24491) 23399 : cluster [DBG] pgmap v20672: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:01:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:01:42.351 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:01:42.642 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:01:42.642 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 6m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:01:42.642 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 6m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:01:42.642 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 6m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:01:42.642 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 6m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:01:42.642 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 6m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:01:42.642 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 6m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:01:42.642 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 6m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:01:42.642 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 6m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:01:42.643 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 6m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:01:42.643 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 6m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:01:42.643 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 6m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:01:42.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 6m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:01:42.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 6m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:01:42.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 6m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:01:42.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 6m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:01:42.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 6m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:01:42.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 6m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:01:42.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 6m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:01:42.643 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 6m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:01:42.644 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 6m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:01:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:41.288777+0000 mgr.y (mgr.24491) 23400 : cluster [DBG] pgmap v20673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:41.288777+0000 mgr.y (mgr.24491) 23400 : cluster [DBG] pgmap v20673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:41.288777+0000 mgr.y (mgr.24491) 23400 : cluster [DBG] pgmap v20673: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:42.978 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:01:42.978 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:01:42.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:01:42.978 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:01:42.978 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:01:42.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:01:42.978 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:01:42.978 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:01:42.978 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:01:42.979 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:01:42.979 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:01:42.979 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:01:42.979 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:01:42.979 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:01:42.979 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:01:42.979 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:01:42.979 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:01:43.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:01:42.340220+0000 mgr.y (mgr.24491) 23401 : audit [DBG] from='client.48815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:43.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:01:42.979590+0000 mon.c (mon.2) 721 : audit [DBG] from='client.? 172.21.15.177:0/1147082335' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:01:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:01:42.340220+0000 mgr.y (mgr.24491) 23401 : audit [DBG] from='client.48815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:01:42.979590+0000 mon.c (mon.2) 721 : audit [DBG] from='client.? 172.21.15.177:0/1147082335' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:01:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:01:42.340220+0000 mgr.y (mgr.24491) 23401 : audit [DBG] from='client.48815 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:01:42.979590+0000 mon.c (mon.2) 721 : audit [DBG] from='client.? 172.21.15.177:0/1147082335' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:01:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:01:42.635608+0000 mgr.y (mgr.24491) 23402 : audit [DBG] from='client.48821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:43.289360+0000 mgr.y (mgr.24491) 23403 : cluster [DBG] pgmap v20674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:01:42.635608+0000 mgr.y (mgr.24491) 23402 : audit [DBG] from='client.48821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:43.289360+0000 mgr.y (mgr.24491) 23403 : cluster [DBG] pgmap v20674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:01:42.635608+0000 mgr.y (mgr.24491) 23402 : audit [DBG] from='client.48821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:01:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:43.289360+0000 mgr.y (mgr.24491) 23403 : cluster [DBG] pgmap v20674: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:45.290214+0000 mgr.y (mgr.24491) 23404 : cluster [DBG] pgmap v20675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:45.290214+0000 mgr.y (mgr.24491) 23404 : cluster [DBG] pgmap v20675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:45.290214+0000 mgr.y (mgr.24491) 23404 : cluster [DBG] pgmap v20675: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:01:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:01:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:47.290699+0000 mgr.y (mgr.24491) 23405 : cluster [DBG] pgmap v20676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:47.290699+0000 mgr.y (mgr.24491) 23405 : cluster [DBG] pgmap v20676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:47.290699+0000 mgr.y (mgr.24491) 23405 : cluster [DBG] pgmap v20676: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:49.291116+0000 mgr.y (mgr.24491) 23406 : cluster [DBG] pgmap v20677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:49.291116+0000 mgr.y (mgr.24491) 23406 : cluster [DBG] pgmap v20677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:49.291116+0000 mgr.y (mgr.24491) 23406 : cluster [DBG] pgmap v20677: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:51.501 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:01:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:01:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:51.291875+0000 mgr.y (mgr.24491) 23407 : cluster [DBG] pgmap v20678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:51.291875+0000 mgr.y (mgr.24491) 23407 : cluster [DBG] pgmap v20678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:51.291875+0000 mgr.y (mgr.24491) 23407 : cluster [DBG] pgmap v20678: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:53.292304+0000 mgr.y (mgr.24491) 23408 : cluster [DBG] pgmap v20679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:53.292304+0000 mgr.y (mgr.24491) 23408 : cluster [DBG] pgmap v20679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:53.292304+0000 mgr.y (mgr.24491) 23408 : cluster [DBG] pgmap v20679: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:55.293178+0000 mgr.y (mgr.24491) 23409 : cluster [DBG] pgmap v20680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:55.293178+0000 mgr.y (mgr.24491) 23409 : cluster [DBG] pgmap v20680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:55.293178+0000 mgr.y (mgr.24491) 23409 : cluster [DBG] pgmap v20680: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:01:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:57.293676+0000 mgr.y (mgr.24491) 23410 : cluster [DBG] pgmap v20681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:57.293676+0000 mgr.y (mgr.24491) 23410 : cluster [DBG] pgmap v20681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:01:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:01:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:01:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:01:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:57.293676+0000 mgr.y (mgr.24491) 23410 : cluster [DBG] pgmap v20681: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:01:59.294068+0000 mgr.y (mgr.24491) 23411 : cluster [DBG] pgmap v20682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:01:59.294068+0000 mgr.y (mgr.24491) 23411 : cluster [DBG] pgmap v20682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:01:59.294068+0000 mgr.y (mgr.24491) 23411 : cluster [DBG] pgmap v20682: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:02:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:02:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:01.294836+0000 mgr.y (mgr.24491) 23412 : cluster [DBG] pgmap v20683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:02.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:01.294836+0000 mgr.y (mgr.24491) 23412 : cluster [DBG] pgmap v20683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:01.294836+0000 mgr.y (mgr.24491) 23412 : cluster [DBG] pgmap v20683: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:03.295267+0000 mgr.y (mgr.24491) 23413 : cluster [DBG] pgmap v20684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:03.295267+0000 mgr.y (mgr.24491) 23413 : cluster [DBG] pgmap v20684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:03.295267+0000 mgr.y (mgr.24491) 23413 : cluster [DBG] pgmap v20684: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:06.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:05.295983+0000 mgr.y (mgr.24491) 23414 : cluster [DBG] pgmap v20685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:06.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:05.295983+0000 mgr.y (mgr.24491) 23414 : cluster [DBG] pgmap v20685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:05.295983+0000 mgr.y (mgr.24491) 23414 : cluster [DBG] pgmap v20685: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:02:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:02:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:07.296505+0000 mgr.y (mgr.24491) 23415 : cluster [DBG] pgmap v20686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:02:07.918298+0000 mon.a (mon.0) 4684 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:02:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:02:08.211065+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:02:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:02:08.211653+0000 mon.a (mon.0) 4686 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:02:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:02:08.215755+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:02:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:07.296505+0000 mgr.y (mgr.24491) 23415 : cluster [DBG] pgmap v20686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:02:07.918298+0000 mon.a (mon.0) 4684 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:02:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:02:08.211065+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:02:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:02:08.211653+0000 mon.a (mon.0) 4686 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:02:08.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:02:08.215755+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:02:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:07.296505+0000 mgr.y (mgr.24491) 23415 : cluster [DBG] pgmap v20686: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:02:07.918298+0000 mon.a (mon.0) 4684 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:02:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:02:08.211065+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:02:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:02:08.211653+0000 mon.a (mon.0) 4686 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:02:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:02:08.215755+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:02:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:09.297039+0000 mgr.y (mgr.24491) 23416 : cluster [DBG] pgmap v20687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:09.297039+0000 mgr.y (mgr.24491) 23416 : cluster [DBG] pgmap v20687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:09.297039+0000 mgr.y (mgr.24491) 23416 : cluster [DBG] pgmap v20687: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:02:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:02:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:11.297666+0000 mgr.y (mgr.24491) 23417 : cluster [DBG] pgmap v20688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:11.297666+0000 mgr.y (mgr.24491) 23417 : cluster [DBG] pgmap v20688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:11.297666+0000 mgr.y (mgr.24491) 23417 : cluster [DBG] pgmap v20688: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:13.287 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:02:13.563 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:02:13.563 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 7m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:02:13.563 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 7m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:02:13.563 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 7m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:02:13.563 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 7m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:02:13.563 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 7m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:02:13.563 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 7m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:02:13.563 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 7m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 7m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 7m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 7m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 7m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 7m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 7m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 7m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 7m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 7m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 7m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 7m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:02:13.564 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 7m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:02:13.565 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 7m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:02:13.899 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:02:13.899 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:02:13.899 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:02:13.899 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:02:13.900 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:02:13.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:02:13.900 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:02:13.900 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:02:13.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:02:13.900 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:02:13.900 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:02:13.900 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:02:13.900 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:02:13.900 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:02:13.901 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:02:13.901 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:02:13.901 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:02:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:02:13.277273+0000 mgr.y (mgr.24491) 23418 : audit [DBG] from='client.48833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:13.298074+0000 mgr.y (mgr.24491) 23419 : cluster [DBG] pgmap v20689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:14.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:02:13.901149+0000 mon.a (mon.0) 4688 : audit [DBG] from='client.? 172.21.15.177:0/1394779469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:02:14.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:02:13.277273+0000 mgr.y (mgr.24491) 23418 : audit [DBG] from='client.48833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:13.298074+0000 mgr.y (mgr.24491) 23419 : cluster [DBG] pgmap v20689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:14.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:02:13.901149+0000 mon.a (mon.0) 4688 : audit [DBG] from='client.? 172.21.15.177:0/1394779469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:02:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:02:13.277273+0000 mgr.y (mgr.24491) 23418 : audit [DBG] from='client.48833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:13.298074+0000 mgr.y (mgr.24491) 23419 : cluster [DBG] pgmap v20689: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:02:13.901149+0000 mon.a (mon.0) 4688 : audit [DBG] from='client.? 172.21.15.177:0/1394779469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:02:15.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:02:13.556845+0000 mgr.y (mgr.24491) 23420 : audit [DBG] from='client.48839 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:15.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:02:13.556845+0000 mgr.y (mgr.24491) 23420 : audit [DBG] from='client.48839 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:15.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:02:13.556845+0000 mgr.y (mgr.24491) 23420 : audit [DBG] from='client.48839 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:16.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:15.298858+0000 mgr.y (mgr.24491) 23421 : cluster [DBG] pgmap v20690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:16.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:15.298858+0000 mgr.y (mgr.24491) 23421 : cluster [DBG] pgmap v20690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:15.298858+0000 mgr.y (mgr.24491) 23421 : cluster [DBG] pgmap v20690: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:02:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:17] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T15:02:18.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:17.299258+0000 mgr.y (mgr.24491) 23422 : cluster [DBG] pgmap v20691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:18.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:17.299258+0000 mgr.y (mgr.24491) 23422 : cluster [DBG] pgmap v20691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:17.299258+0000 mgr.y (mgr.24491) 23422 : cluster [DBG] pgmap v20691: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:20.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:19.299725+0000 mgr.y (mgr.24491) 23423 : cluster [DBG] pgmap v20692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:20.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:19.299725+0000 mgr.y (mgr.24491) 23423 : cluster [DBG] pgmap v20692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:19.299725+0000 mgr.y (mgr.24491) 23423 : cluster [DBG] pgmap v20692: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:02:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:02:22.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:21.300442+0000 mgr.y (mgr.24491) 23424 : cluster [DBG] pgmap v20693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:22.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:21.300442+0000 mgr.y (mgr.24491) 23424 : cluster [DBG] pgmap v20693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:21.300442+0000 mgr.y (mgr.24491) 23424 : cluster [DBG] pgmap v20693: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:24.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:23.300872+0000 mgr.y (mgr.24491) 23425 : cluster [DBG] pgmap v20694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:24.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:23.300872+0000 mgr.y (mgr.24491) 23425 : cluster [DBG] pgmap v20694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:23.300872+0000 mgr.y (mgr.24491) 23425 : cluster [DBG] pgmap v20694: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:25.301519+0000 mgr.y (mgr.24491) 23426 : cluster [DBG] pgmap v20695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:26.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:25.301519+0000 mgr.y (mgr.24491) 23426 : cluster [DBG] pgmap v20695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:25.301519+0000 mgr.y (mgr.24491) 23426 : cluster [DBG] pgmap v20695: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:02:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:27] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T15:02:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:27.302042+0000 mgr.y (mgr.24491) 23427 : cluster [DBG] pgmap v20696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:27.302042+0000 mgr.y (mgr.24491) 23427 : cluster [DBG] pgmap v20696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:27.302042+0000 mgr.y (mgr.24491) 23427 : cluster [DBG] pgmap v20696: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:29.302394+0000 mgr.y (mgr.24491) 23428 : cluster [DBG] pgmap v20697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:29.302394+0000 mgr.y (mgr.24491) 23428 : cluster [DBG] pgmap v20697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:29.302394+0000 mgr.y (mgr.24491) 23428 : cluster [DBG] pgmap v20697: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:02:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:02:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:31.303186+0000 mgr.y (mgr.24491) 23429 : cluster [DBG] pgmap v20698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:31.303186+0000 mgr.y (mgr.24491) 23429 : cluster [DBG] pgmap v20698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:31.303186+0000 mgr.y (mgr.24491) 23429 : cluster [DBG] pgmap v20698: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:33.303744+0000 mgr.y (mgr.24491) 23430 : cluster [DBG] pgmap v20699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:33.303744+0000 mgr.y (mgr.24491) 23430 : cluster [DBG] pgmap v20699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:33.303744+0000 mgr.y (mgr.24491) 23430 : cluster [DBG] pgmap v20699: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:35.304496+0000 mgr.y (mgr.24491) 23431 : cluster [DBG] pgmap v20700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:35.304496+0000 mgr.y (mgr.24491) 23431 : cluster [DBG] pgmap v20700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:35.304496+0000 mgr.y (mgr.24491) 23431 : cluster [DBG] pgmap v20700: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:02:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:02:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:37.305007+0000 mgr.y (mgr.24491) 23432 : cluster [DBG] pgmap v20701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:37.305007+0000 mgr.y (mgr.24491) 23432 : cluster [DBG] pgmap v20701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:37.305007+0000 mgr.y (mgr.24491) 23432 : cluster [DBG] pgmap v20701: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:39.305601+0000 mgr.y (mgr.24491) 23433 : cluster [DBG] pgmap v20702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:39.305601+0000 mgr.y (mgr.24491) 23433 : cluster [DBG] pgmap v20702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:39.305601+0000 mgr.y (mgr.24491) 23433 : cluster [DBG] pgmap v20702: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:41.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:02:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:02:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:41.306437+0000 mgr.y (mgr.24491) 23434 : cluster [DBG] pgmap v20703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:41.306437+0000 mgr.y (mgr.24491) 23434 : cluster [DBG] pgmap v20703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:41.306437+0000 mgr.y (mgr.24491) 23434 : cluster [DBG] pgmap v20703: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:44.211 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:02:44.497 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:02:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 7m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:02:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 7m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:02:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 7m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:02:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 7m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:02:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 7m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:02:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 7m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:02:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 7m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:02:44.498 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 7m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:02:44.499 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 7m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:02:44.499 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 7m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:02:44.499 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 7m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:02:44.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 7m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:02:44.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 7m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:02:44.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 7m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:02:44.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 7m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:02:44.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 7m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:02:44.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 7m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:02:44.499 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 7m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:02:44.500 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 7m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:02:44.500 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 7m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:02:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:43.306978+0000 mgr.y (mgr.24491) 23435 : cluster [DBG] pgmap v20704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:44.831 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:02:44.832 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:02:44.832 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:02:44.832 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:02:44.832 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:02:44.832 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:02:44.832 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:02:44.832 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:02:44.832 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:02:44.832 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:02:44.833 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:02:44.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:02:44.833 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:02:44.833 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:02:44.833 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:02:44.833 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:02:44.833 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:02:44.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:43.306978+0000 mgr.y (mgr.24491) 23435 : cluster [DBG] pgmap v20704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:43.306978+0000 mgr.y (mgr.24491) 23435 : cluster [DBG] pgmap v20704: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:45.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:02:44.200853+0000 mgr.y (mgr.24491) 23436 : audit [DBG] from='client.48851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:45.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:02:44.833744+0000 mon.c (mon.2) 722 : audit [DBG] from='client.? 172.21.15.177:0/1154145056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:02:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:02:44.200853+0000 mgr.y (mgr.24491) 23436 : audit [DBG] from='client.48851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:02:44.833744+0000 mon.c (mon.2) 722 : audit [DBG] from='client.? 172.21.15.177:0/1154145056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:02:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:02:44.200853+0000 mgr.y (mgr.24491) 23436 : audit [DBG] from='client.48851 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:02:44.833744+0000 mon.c (mon.2) 722 : audit [DBG] from='client.? 172.21.15.177:0/1154145056' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:02:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:02:44.491747+0000 mgr.y (mgr.24491) 23437 : audit [DBG] from='client.38949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:45.307622+0000 mgr.y (mgr.24491) 23438 : cluster [DBG] pgmap v20705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:02:44.491747+0000 mgr.y (mgr.24491) 23437 : audit [DBG] from='client.38949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:45.307622+0000 mgr.y (mgr.24491) 23438 : cluster [DBG] pgmap v20705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:02:44.491747+0000 mgr.y (mgr.24491) 23437 : audit [DBG] from='client.38949 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:02:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:45.307622+0000 mgr.y (mgr.24491) 23438 : cluster [DBG] pgmap v20705: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:02:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:02:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:47.308034+0000 mgr.y (mgr.24491) 23439 : cluster [DBG] pgmap v20706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:47.308034+0000 mgr.y (mgr.24491) 23439 : cluster [DBG] pgmap v20706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:47.308034+0000 mgr.y (mgr.24491) 23439 : cluster [DBG] pgmap v20706: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:50.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:49.308563+0000 mgr.y (mgr.24491) 23440 : cluster [DBG] pgmap v20707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:49.308563+0000 mgr.y (mgr.24491) 23440 : cluster [DBG] pgmap v20707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:49.308563+0000 mgr.y (mgr.24491) 23440 : cluster [DBG] pgmap v20707: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:02:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:02:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:51.309250+0000 mgr.y (mgr.24491) 23441 : cluster [DBG] pgmap v20708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:51.309250+0000 mgr.y (mgr.24491) 23441 : cluster [DBG] pgmap v20708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:51.309250+0000 mgr.y (mgr.24491) 23441 : cluster [DBG] pgmap v20708: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:53.309704+0000 mgr.y (mgr.24491) 23442 : cluster [DBG] pgmap v20709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:53.309704+0000 mgr.y (mgr.24491) 23442 : cluster [DBG] pgmap v20709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:53.309704+0000 mgr.y (mgr.24491) 23442 : cluster [DBG] pgmap v20709: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:55.310504+0000 mgr.y (mgr.24491) 23443 : cluster [DBG] pgmap v20710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:55.310504+0000 mgr.y (mgr.24491) 23443 : cluster [DBG] pgmap v20710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:55.310504+0000 mgr.y (mgr.24491) 23443 : cluster [DBG] pgmap v20710: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:57.726 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:57.311000+0000 mgr.y (mgr.24491) 23444 : cluster [DBG] pgmap v20711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:57.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:57.311000+0000 mgr.y (mgr.24491) 23444 : cluster [DBG] pgmap v20711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:02:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:57.311000+0000 mgr.y (mgr.24491) 23444 : cluster [DBG] pgmap v20711: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:02:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:02:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:02:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:03:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:02:59.311585+0000 mgr.y (mgr.24491) 23445 : cluster [DBG] pgmap v20712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:02:59.311585+0000 mgr.y (mgr.24491) 23445 : cluster [DBG] pgmap v20712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:02:59.311585+0000 mgr.y (mgr.24491) 23445 : cluster [DBG] pgmap v20712: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:01.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:03:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:03:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:01.312144+0000 mgr.y (mgr.24491) 23446 : cluster [DBG] pgmap v20713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:01.312144+0000 mgr.y (mgr.24491) 23446 : cluster [DBG] pgmap v20713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:01.312144+0000 mgr.y (mgr.24491) 23446 : cluster [DBG] pgmap v20713: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:04.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:03.312663+0000 mgr.y (mgr.24491) 23447 : cluster [DBG] pgmap v20714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:03.312663+0000 mgr.y (mgr.24491) 23447 : cluster [DBG] pgmap v20714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:03.312663+0000 mgr.y (mgr.24491) 23447 : cluster [DBG] pgmap v20714: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:06.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:05.313343+0000 mgr.y (mgr.24491) 23448 : cluster [DBG] pgmap v20715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:06.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:05.313343+0000 mgr.y (mgr.24491) 23448 : cluster [DBG] pgmap v20715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:05.313343+0000 mgr.y (mgr.24491) 23448 : cluster [DBG] pgmap v20715: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:03:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:03:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:07.313936+0000 mgr.y (mgr.24491) 23449 : cluster [DBG] pgmap v20716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:08.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:08.219963+0000 mon.a (mon.0) 4689 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:03:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:07.313936+0000 mgr.y (mgr.24491) 23449 : cluster [DBG] pgmap v20716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:08.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:08.219963+0000 mon.a (mon.0) 4689 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:03:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:07.313936+0000 mgr.y (mgr.24491) 23449 : cluster [DBG] pgmap v20716: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:08.219963+0000 mon.a (mon.0) 4689 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:08.513700+0000 mon.a (mon.0) 4690 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:08.514342+0000 mon.a (mon.0) 4691 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:08.514822+0000 mon.a (mon.0) 4692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:08.515328+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:08.519739+0000 mon.a (mon.0) 4694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:08.521146+0000 mon.a (mon.0) 4695 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:08.521683+0000 mon.a (mon.0) 4696 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:03:09.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:08.527869+0000 mon.a (mon.0) 4697 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:03:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:08.513700+0000 mon.a (mon.0) 4690 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:08.514342+0000 mon.a (mon.0) 4691 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:08.514822+0000 mon.a (mon.0) 4692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:08.515328+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:08.519739+0000 mon.a (mon.0) 4694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:03:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:08.521146+0000 mon.a (mon.0) 4695 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:03:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:08.521683+0000 mon.a (mon.0) 4696 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:03:09.650 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:08.527869+0000 mon.a (mon.0) 4697 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:03:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:08.513700+0000 mon.a (mon.0) 4690 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:08.514342+0000 mon.a (mon.0) 4691 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:08.514822+0000 mon.a (mon.0) 4692 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:08.515328+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:03:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:08.519739+0000 mon.a (mon.0) 4694 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:03:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:08.521146+0000 mon.a (mon.0) 4695 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:03:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:08.521683+0000 mon.a (mon.0) 4696 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:03:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:08.527869+0000 mon.a (mon.0) 4697 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:03:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T15:03:08.515710+0000 mgr.y (mgr.24491) 23450 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2467M 2024-04-20T15:03:10.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:09.314561+0000 mgr.y (mgr.24491) 23451 : cluster [DBG] pgmap v20717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T15:03:08.515710+0000 mgr.y (mgr.24491) 23450 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2467M 2024-04-20T15:03:10.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:09.314561+0000 mgr.y (mgr.24491) 23451 : cluster [DBG] pgmap v20717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T15:03:08.515710+0000 mgr.y (mgr.24491) 23450 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2467M 2024-04-20T15:03:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:09.314561+0000 mgr.y (mgr.24491) 23451 : cluster [DBG] pgmap v20717: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:03:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:03:12.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:11.315151+0000 mgr.y (mgr.24491) 23452 : cluster [DBG] pgmap v20718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:12.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:11.315151+0000 mgr.y (mgr.24491) 23452 : cluster [DBG] pgmap v20718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:11.315151+0000 mgr.y (mgr.24491) 23452 : cluster [DBG] pgmap v20718: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:13.315615+0000 mgr.y (mgr.24491) 23453 : cluster [DBG] pgmap v20719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:13.315615+0000 mgr.y (mgr.24491) 23453 : cluster [DBG] pgmap v20719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:13.315615+0000 mgr.y (mgr.24491) 23453 : cluster [DBG] pgmap v20719: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:15.143 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:03:15.418 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 8m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 8m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 8m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 8m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 8m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 8m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 8m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 8m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 8m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 8m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 8m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 8m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 8m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 8m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:03:15.419 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 8m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:03:15.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 8m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:03:15.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 8m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:03:15.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 8m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:03:15.420 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 8m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:03:15.420 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 8m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:03:15.752 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:03:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:03:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:03:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:03:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:03:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:03:15.753 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:03:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:03:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:03:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:03:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:03:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:03:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:03:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:03:15.754 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:03:15.755 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:03:15.755 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:03:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:15.133510+0000 mgr.y (mgr.24491) 23454 : audit [DBG] from='client.48869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:15.316354+0000 mgr.y (mgr.24491) 23455 : cluster [DBG] pgmap v20720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:15.413247+0000 mgr.y (mgr.24491) 23456 : audit [DBG] from='client.38967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:15.754322+0000 mon.c (mon.2) 723 : audit [DBG] from='client.? 172.21.15.177:0/2067018968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:03:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:15.133510+0000 mgr.y (mgr.24491) 23454 : audit [DBG] from='client.48869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:15.316354+0000 mgr.y (mgr.24491) 23455 : cluster [DBG] pgmap v20720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:15.413247+0000 mgr.y (mgr.24491) 23456 : audit [DBG] from='client.38967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:15.754322+0000 mon.c (mon.2) 723 : audit [DBG] from='client.? 172.21.15.177:0/2067018968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:03:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:15.133510+0000 mgr.y (mgr.24491) 23454 : audit [DBG] from='client.48869 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:15.316354+0000 mgr.y (mgr.24491) 23455 : cluster [DBG] pgmap v20720: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:15.413247+0000 mgr.y (mgr.24491) 23456 : audit [DBG] from='client.38967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:15.754322+0000 mon.c (mon.2) 723 : audit [DBG] from='client.? 172.21.15.177:0/2067018968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:03:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:03:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:17] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T15:03:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:17.316853+0000 mgr.y (mgr.24491) 23457 : cluster [DBG] pgmap v20721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:17.316853+0000 mgr.y (mgr.24491) 23457 : cluster [DBG] pgmap v20721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:17.316853+0000 mgr.y (mgr.24491) 23457 : cluster [DBG] pgmap v20721: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:19.317430+0000 mgr.y (mgr.24491) 23458 : cluster [DBG] pgmap v20722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:19.317430+0000 mgr.y (mgr.24491) 23458 : cluster [DBG] pgmap v20722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:19.317430+0000 mgr.y (mgr.24491) 23458 : cluster [DBG] pgmap v20722: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:03:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:03:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:21.318091+0000 mgr.y (mgr.24491) 23459 : cluster [DBG] pgmap v20723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:21.318091+0000 mgr.y (mgr.24491) 23459 : cluster [DBG] pgmap v20723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:21.318091+0000 mgr.y (mgr.24491) 23459 : cluster [DBG] pgmap v20723: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:23.318513+0000 mgr.y (mgr.24491) 23460 : cluster [DBG] pgmap v20724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:23.318513+0000 mgr.y (mgr.24491) 23460 : cluster [DBG] pgmap v20724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:23.318513+0000 mgr.y (mgr.24491) 23460 : cluster [DBG] pgmap v20724: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:25.319237+0000 mgr.y (mgr.24491) 23461 : cluster [DBG] pgmap v20725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:25.319237+0000 mgr.y (mgr.24491) 23461 : cluster [DBG] pgmap v20725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:25.319237+0000 mgr.y (mgr.24491) 23461 : cluster [DBG] pgmap v20725: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:03:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:27] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T15:03:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:27.319827+0000 mgr.y (mgr.24491) 23462 : cluster [DBG] pgmap v20726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:27.319827+0000 mgr.y (mgr.24491) 23462 : cluster [DBG] pgmap v20726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:27.319827+0000 mgr.y (mgr.24491) 23462 : cluster [DBG] pgmap v20726: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:29.320474+0000 mgr.y (mgr.24491) 23463 : cluster [DBG] pgmap v20727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:29.320474+0000 mgr.y (mgr.24491) 23463 : cluster [DBG] pgmap v20727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:29.320474+0000 mgr.y (mgr.24491) 23463 : cluster [DBG] pgmap v20727: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:03:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:03:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:31.321037+0000 mgr.y (mgr.24491) 23464 : cluster [DBG] pgmap v20728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:31.321037+0000 mgr.y (mgr.24491) 23464 : cluster [DBG] pgmap v20728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:31.321037+0000 mgr.y (mgr.24491) 23464 : cluster [DBG] pgmap v20728: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:33.321436+0000 mgr.y (mgr.24491) 23465 : cluster [DBG] pgmap v20729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:33.321436+0000 mgr.y (mgr.24491) 23465 : cluster [DBG] pgmap v20729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:33.321436+0000 mgr.y (mgr.24491) 23465 : cluster [DBG] pgmap v20729: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:35.322162+0000 mgr.y (mgr.24491) 23466 : cluster [DBG] pgmap v20730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:35.322162+0000 mgr.y (mgr.24491) 23466 : cluster [DBG] pgmap v20730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:35.322162+0000 mgr.y (mgr.24491) 23466 : cluster [DBG] pgmap v20730: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:03:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:37] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T15:03:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:37.322672+0000 mgr.y (mgr.24491) 23467 : cluster [DBG] pgmap v20731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:37.322672+0000 mgr.y (mgr.24491) 23467 : cluster [DBG] pgmap v20731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:37.322672+0000 mgr.y (mgr.24491) 23467 : cluster [DBG] pgmap v20731: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:39.323272+0000 mgr.y (mgr.24491) 23468 : cluster [DBG] pgmap v20732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:39.323272+0000 mgr.y (mgr.24491) 23468 : cluster [DBG] pgmap v20732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:39.323272+0000 mgr.y (mgr.24491) 23468 : cluster [DBG] pgmap v20732: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:03:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:03:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:41.323749+0000 mgr.y (mgr.24491) 23469 : cluster [DBG] pgmap v20733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:41.323749+0000 mgr.y (mgr.24491) 23469 : cluster [DBG] pgmap v20733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:41.323749+0000 mgr.y (mgr.24491) 23469 : cluster [DBG] pgmap v20733: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:43.324347+0000 mgr.y (mgr.24491) 23470 : cluster [DBG] pgmap v20734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:43.324347+0000 mgr.y (mgr.24491) 23470 : cluster [DBG] pgmap v20734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:43.324347+0000 mgr.y (mgr.24491) 23470 : cluster [DBG] pgmap v20734: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:46.062 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:03:46.338 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:03:46.338 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 8m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:03:46.338 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 8m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:03:46.338 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 8m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:03:46.338 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 8m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:03:46.338 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 8m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:03:46.339 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 8m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:03:46.339 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 8m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:03:46.339 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 8m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:03:46.339 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 8m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:03:46.339 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 8m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:03:46.339 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 8m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:03:46.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 8m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:03:46.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 8m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:03:46.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 8m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:03:46.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 8m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:03:46.339 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 8m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:03:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 8m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:03:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 8m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:03:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 8m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:03:46.340 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 8m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:03:46.675 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:03:46.675 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:03:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:03:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:03:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:03:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:03:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:03:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:03:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:03:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:03:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:03:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:03:46.676 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:03:46.677 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:03:46.677 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:03:46.677 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:03:46.677 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:03:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:45.325162+0000 mgr.y (mgr.24491) 23471 : cluster [DBG] pgmap v20735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:45.325162+0000 mgr.y (mgr.24491) 23471 : cluster [DBG] pgmap v20735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:45.325162+0000 mgr.y (mgr.24491) 23471 : cluster [DBG] pgmap v20735: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:46.051747+0000 mgr.y (mgr.24491) 23472 : audit [DBG] from='client.48887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:46.332197+0000 mgr.y (mgr.24491) 23473 : audit [DBG] from='client.48893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:47.727 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:03:46.677395+0000 mon.a (mon.0) 4698 : audit [DBG] from='client.? 172.21.15.177:0/2185349477' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:03:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:46.051747+0000 mgr.y (mgr.24491) 23472 : audit [DBG] from='client.48887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:46.332197+0000 mgr.y (mgr.24491) 23473 : audit [DBG] from='client.48893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:47.727 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:03:46.677395+0000 mon.a (mon.0) 4698 : audit [DBG] from='client.? 172.21.15.177:0/2185349477' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:03:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:46.051747+0000 mgr.y (mgr.24491) 23472 : audit [DBG] from='client.48887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:46.332197+0000 mgr.y (mgr.24491) 23473 : audit [DBG] from='client.48893 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:03:47.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:03:46.677395+0000 mon.a (mon.0) 4698 : audit [DBG] from='client.? 172.21.15.177:0/2185349477' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:03:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:03:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:47] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:03:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:47.325624+0000 mgr.y (mgr.24491) 23474 : cluster [DBG] pgmap v20736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:47.325624+0000 mgr.y (mgr.24491) 23474 : cluster [DBG] pgmap v20736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:47.325624+0000 mgr.y (mgr.24491) 23474 : cluster [DBG] pgmap v20736: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:49.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:49.326484+0000 mgr.y (mgr.24491) 23475 : cluster [DBG] pgmap v20737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:49.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:49.326484+0000 mgr.y (mgr.24491) 23475 : cluster [DBG] pgmap v20737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:49.326484+0000 mgr.y (mgr.24491) 23475 : cluster [DBG] pgmap v20737: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:03:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:03:52.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:51.326997+0000 mgr.y (mgr.24491) 23476 : cluster [DBG] pgmap v20738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:52.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:51.326997+0000 mgr.y (mgr.24491) 23476 : cluster [DBG] pgmap v20738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:51.326997+0000 mgr.y (mgr.24491) 23476 : cluster [DBG] pgmap v20738: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:54.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:53.327421+0000 mgr.y (mgr.24491) 23477 : cluster [DBG] pgmap v20739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:54.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:53.327421+0000 mgr.y (mgr.24491) 23477 : cluster [DBG] pgmap v20739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:53.327421+0000 mgr.y (mgr.24491) 23477 : cluster [DBG] pgmap v20739: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:56.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:55.328265+0000 mgr.y (mgr.24491) 23478 : cluster [DBG] pgmap v20740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:56.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:55.328265+0000 mgr.y (mgr.24491) 23478 : cluster [DBG] pgmap v20740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:55.328265+0000 mgr.y (mgr.24491) 23478 : cluster [DBG] pgmap v20740: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:03:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:03:57] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:03:58.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:57.328769+0000 mgr.y (mgr.24491) 23479 : cluster [DBG] pgmap v20741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:58.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:03:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:57.328769+0000 mgr.y (mgr.24491) 23479 : cluster [DBG] pgmap v20741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:03:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:03:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:57.328769+0000 mgr.y (mgr.24491) 23479 : cluster [DBG] pgmap v20741: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:00.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:03:59.329554+0000 mgr.y (mgr.24491) 23480 : cluster [DBG] pgmap v20742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:00.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:03:59.329554+0000 mgr.y (mgr.24491) 23480 : cluster [DBG] pgmap v20742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:03:59.329554+0000 mgr.y (mgr.24491) 23480 : cluster [DBG] pgmap v20742: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:04:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:04:02.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:01.330089+0000 mgr.y (mgr.24491) 23481 : cluster [DBG] pgmap v20743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:02.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:01.330089+0000 mgr.y (mgr.24491) 23481 : cluster [DBG] pgmap v20743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:01.330089+0000 mgr.y (mgr.24491) 23481 : cluster [DBG] pgmap v20743: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:04.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:03.330564+0000 mgr.y (mgr.24491) 23482 : cluster [DBG] pgmap v20744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:04.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:03.330564+0000 mgr.y (mgr.24491) 23482 : cluster [DBG] pgmap v20744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:03.330564+0000 mgr.y (mgr.24491) 23482 : cluster [DBG] pgmap v20744: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:05.331335+0000 mgr.y (mgr.24491) 23483 : cluster [DBG] pgmap v20745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:05.331335+0000 mgr.y (mgr.24491) 23483 : cluster [DBG] pgmap v20745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:05.331335+0000 mgr.y (mgr.24491) 23483 : cluster [DBG] pgmap v20745: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:04:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:04:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:07.331758+0000 mgr.y (mgr.24491) 23484 : cluster [DBG] pgmap v20746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:07.331758+0000 mgr.y (mgr.24491) 23484 : cluster [DBG] pgmap v20746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:07.331758+0000 mgr.y (mgr.24491) 23484 : cluster [DBG] pgmap v20746: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:09.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:04:08.532133+0000 mon.a (mon.0) 4699 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:04:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:04:08.821270+0000 mon.a (mon.0) 4700 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:04:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:04:08.821886+0000 mon.a (mon.0) 4701 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:04:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:04:08.826535+0000 mon.a (mon.0) 4702 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:04:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:04:08.532133+0000 mon.a (mon.0) 4699 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:04:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:04:08.821270+0000 mon.a (mon.0) 4700 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:04:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:04:08.821886+0000 mon.a (mon.0) 4701 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:04:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:04:08.826535+0000 mon.a (mon.0) 4702 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:04:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:04:08.532133+0000 mon.a (mon.0) 4699 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:04:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:04:08.821270+0000 mon.a (mon.0) 4700 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:04:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:04:08.821886+0000 mon.a (mon.0) 4701 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:04:09.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:04:08.826535+0000 mon.a (mon.0) 4702 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:04:10.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:09.332203+0000 mgr.y (mgr.24491) 23485 : cluster [DBG] pgmap v20747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:09.332203+0000 mgr.y (mgr.24491) 23485 : cluster [DBG] pgmap v20747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:09.332203+0000 mgr.y (mgr.24491) 23485 : cluster [DBG] pgmap v20747: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:04:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:04:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:11.332674+0000 mgr.y (mgr.24491) 23486 : cluster [DBG] pgmap v20748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:11.332674+0000 mgr.y (mgr.24491) 23486 : cluster [DBG] pgmap v20748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:11.332674+0000 mgr.y (mgr.24491) 23486 : cluster [DBG] pgmap v20748: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:13.333077+0000 mgr.y (mgr.24491) 23487 : cluster [DBG] pgmap v20749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:13.333077+0000 mgr.y (mgr.24491) 23487 : cluster [DBG] pgmap v20749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:13.333077+0000 mgr.y (mgr.24491) 23487 : cluster [DBG] pgmap v20749: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:15.333903+0000 mgr.y (mgr.24491) 23488 : cluster [DBG] pgmap v20750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:15.333903+0000 mgr.y (mgr.24491) 23488 : cluster [DBG] pgmap v20750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:15.333903+0000 mgr.y (mgr.24491) 23488 : cluster [DBG] pgmap v20750: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:16.983 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:04:17.257 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:04:17.257 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 9m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:04:17.257 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 9m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:04:17.257 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 9m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:04:17.257 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 9m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:04:17.257 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 9m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:04:17.257 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 9m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:04:17.258 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 9m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:04:17.258 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 9m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:04:17.258 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 9m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:04:17.258 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 9m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:04:17.258 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 9m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:04:17.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 9m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:04:17.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 9m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:04:17.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 9m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:04:17.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 9m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:04:17.258 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 9m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:04:17.259 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 9m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:04:17.259 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 9m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:04:17.259 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 9m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:04:17.259 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 9m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:04:17.592 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:04:17.592 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:04:17.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:04:17.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:04:17.593 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:04:17.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:04:17.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:04:17.593 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:04:17.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:04:17.593 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:04:17.593 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:04:17.593 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:04:17.594 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:04:17.594 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:04:17.594 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:04:17.594 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:04:17.594 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:04:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:04:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:17] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:04:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:04:16.973478+0000 mgr.y (mgr.24491) 23489 : audit [DBG] from='client.38997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:04:17.251456+0000 mgr.y (mgr.24491) 23490 : audit [DBG] from='client.48911 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:17.334291+0000 mgr.y (mgr.24491) 23491 : cluster [DBG] pgmap v20751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:04:17.594358+0000 mon.c (mon.2) 724 : audit [DBG] from='client.? 172.21.15.177:0/2491461607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:04:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:04:16.973478+0000 mgr.y (mgr.24491) 23489 : audit [DBG] from='client.38997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:04:17.251456+0000 mgr.y (mgr.24491) 23490 : audit [DBG] from='client.48911 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:17.334291+0000 mgr.y (mgr.24491) 23491 : cluster [DBG] pgmap v20751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:04:17.594358+0000 mon.c (mon.2) 724 : audit [DBG] from='client.? 172.21.15.177:0/2491461607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:04:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:04:16.973478+0000 mgr.y (mgr.24491) 23489 : audit [DBG] from='client.38997 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:04:17.251456+0000 mgr.y (mgr.24491) 23490 : audit [DBG] from='client.48911 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:17.334291+0000 mgr.y (mgr.24491) 23491 : cluster [DBG] pgmap v20751: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:04:17.594358+0000 mon.c (mon.2) 724 : audit [DBG] from='client.? 172.21.15.177:0/2491461607' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:04:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:19.335049+0000 mgr.y (mgr.24491) 23492 : cluster [DBG] pgmap v20752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:19.335049+0000 mgr.y (mgr.24491) 23492 : cluster [DBG] pgmap v20752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:19.335049+0000 mgr.y (mgr.24491) 23492 : cluster [DBG] pgmap v20752: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:04:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:04:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:21.335713+0000 mgr.y (mgr.24491) 23493 : cluster [DBG] pgmap v20753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:21.335713+0000 mgr.y (mgr.24491) 23493 : cluster [DBG] pgmap v20753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:21.335713+0000 mgr.y (mgr.24491) 23493 : cluster [DBG] pgmap v20753: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:23.336115+0000 mgr.y (mgr.24491) 23494 : cluster [DBG] pgmap v20754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:23.336115+0000 mgr.y (mgr.24491) 23494 : cluster [DBG] pgmap v20754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:23.336115+0000 mgr.y (mgr.24491) 23494 : cluster [DBG] pgmap v20754: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:26.759 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:25.336878+0000 mgr.y (mgr.24491) 23495 : cluster [DBG] pgmap v20755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:25.336878+0000 mgr.y (mgr.24491) 23495 : cluster [DBG] pgmap v20755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:25.336878+0000 mgr.y (mgr.24491) 23495 : cluster [DBG] pgmap v20755: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:28.151 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:04:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:27] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:04:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:27.337254+0000 mgr.y (mgr.24491) 23496 : cluster [DBG] pgmap v20756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:27.337254+0000 mgr.y (mgr.24491) 23496 : cluster [DBG] pgmap v20756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:27.337254+0000 mgr.y (mgr.24491) 23496 : cluster [DBG] pgmap v20756: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:29.338032+0000 mgr.y (mgr.24491) 23497 : cluster [DBG] pgmap v20757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:29.338032+0000 mgr.y (mgr.24491) 23497 : cluster [DBG] pgmap v20757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:29.338032+0000 mgr.y (mgr.24491) 23497 : cluster [DBG] pgmap v20757: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:04:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:04:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:31.338475+0000 mgr.y (mgr.24491) 23498 : cluster [DBG] pgmap v20758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:31.338475+0000 mgr.y (mgr.24491) 23498 : cluster [DBG] pgmap v20758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:31.338475+0000 mgr.y (mgr.24491) 23498 : cluster [DBG] pgmap v20758: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:33.338986+0000 mgr.y (mgr.24491) 23499 : cluster [DBG] pgmap v20759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:33.338986+0000 mgr.y (mgr.24491) 23499 : cluster [DBG] pgmap v20759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:33.338986+0000 mgr.y (mgr.24491) 23499 : cluster [DBG] pgmap v20759: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:35.339836+0000 mgr.y (mgr.24491) 23500 : cluster [DBG] pgmap v20760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:35.339836+0000 mgr.y (mgr.24491) 23500 : cluster [DBG] pgmap v20760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:35.339836+0000 mgr.y (mgr.24491) 23500 : cluster [DBG] pgmap v20760: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:04:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:04:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:37.340425+0000 mgr.y (mgr.24491) 23501 : cluster [DBG] pgmap v20761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:37.340425+0000 mgr.y (mgr.24491) 23501 : cluster [DBG] pgmap v20761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:37.340425+0000 mgr.y (mgr.24491) 23501 : cluster [DBG] pgmap v20761: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:39.341093+0000 mgr.y (mgr.24491) 23502 : cluster [DBG] pgmap v20762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:39.341093+0000 mgr.y (mgr.24491) 23502 : cluster [DBG] pgmap v20762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:39.341093+0000 mgr.y (mgr.24491) 23502 : cluster [DBG] pgmap v20762: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:04:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:04:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:41.341516+0000 mgr.y (mgr.24491) 23503 : cluster [DBG] pgmap v20763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:41.341516+0000 mgr.y (mgr.24491) 23503 : cluster [DBG] pgmap v20763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:41.341516+0000 mgr.y (mgr.24491) 23503 : cluster [DBG] pgmap v20763: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:43.342029+0000 mgr.y (mgr.24491) 23504 : cluster [DBG] pgmap v20764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:43.342029+0000 mgr.y (mgr.24491) 23504 : cluster [DBG] pgmap v20764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:43.342029+0000 mgr.y (mgr.24491) 23504 : cluster [DBG] pgmap v20764: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:46.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:45.342695+0000 mgr.y (mgr.24491) 23505 : cluster [DBG] pgmap v20765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:46.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:45.342695+0000 mgr.y (mgr.24491) 23505 : cluster [DBG] pgmap v20765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:45.342695+0000 mgr.y (mgr.24491) 23505 : cluster [DBG] pgmap v20765: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:47.899 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:04:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:04:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:47] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:04:48.175 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:04:48.175 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 9m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:04:48.175 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 9m ago 11h 64.6M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:04:48.175 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 9m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:04:48.175 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 9m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:04:48.175 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 9m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:04:48.175 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 9m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:04:48.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 9m ago 11h 1108M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:04:48.175 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 9m ago 11h 934M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 9m ago 11h 937M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 9m ago 11h 28.0M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 9m ago 11h 25.0M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 9m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 9m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 9m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 9m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 9m ago 11h 46.2M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 9m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 9m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 9m ago 11h 45.6M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:04:48.176 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 9m ago 11h 117M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:04:48.512 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:04:48.512 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:04:48.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:04:48.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:04:48.513 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:04:48.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:04:48.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:04:48.513 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:04:48.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:04:48.513 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:04:48.513 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:04:48.513 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:04:48.514 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:04:48.514 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:04:48.514 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:04:48.514 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:04:48.514 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:04:48.649 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:47.343225+0000 mgr.y (mgr.24491) 23506 : cluster [DBG] pgmap v20766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:48.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:47.343225+0000 mgr.y (mgr.24491) 23506 : cluster [DBG] pgmap v20766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:47.343225+0000 mgr.y (mgr.24491) 23506 : cluster [DBG] pgmap v20766: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:04:47.889274+0000 mgr.y (mgr.24491) 23507 : audit [DBG] from='client.48923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:04:48.169675+0000 mgr.y (mgr.24491) 23508 : audit [DBG] from='client.48929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:49.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:04:48.514539+0000 mon.a (mon.0) 4703 : audit [DBG] from='client.? 172.21.15.177:0/3387827179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:04:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:04:47.889274+0000 mgr.y (mgr.24491) 23507 : audit [DBG] from='client.48923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:04:48.169675+0000 mgr.y (mgr.24491) 23508 : audit [DBG] from='client.48929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:04:48.514539+0000 mon.a (mon.0) 4703 : audit [DBG] from='client.? 172.21.15.177:0/3387827179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:04:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:04:47.889274+0000 mgr.y (mgr.24491) 23507 : audit [DBG] from='client.48923 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:04:48.169675+0000 mgr.y (mgr.24491) 23508 : audit [DBG] from='client.48929 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:04:49.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:04:48.514539+0000 mon.a (mon.0) 4703 : audit [DBG] from='client.? 172.21.15.177:0/3387827179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:04:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:49.343784+0000 mgr.y (mgr.24491) 23509 : cluster [DBG] pgmap v20767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:49.343784+0000 mgr.y (mgr.24491) 23509 : cluster [DBG] pgmap v20767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:49.343784+0000 mgr.y (mgr.24491) 23509 : cluster [DBG] pgmap v20767: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:04:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:04:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:51.344363+0000 mgr.y (mgr.24491) 23510 : cluster [DBG] pgmap v20768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:51.344363+0000 mgr.y (mgr.24491) 23510 : cluster [DBG] pgmap v20768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:51.344363+0000 mgr.y (mgr.24491) 23510 : cluster [DBG] pgmap v20768: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:53.344972+0000 mgr.y (mgr.24491) 23511 : cluster [DBG] pgmap v20769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:53.344972+0000 mgr.y (mgr.24491) 23511 : cluster [DBG] pgmap v20769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:53.344972+0000 mgr.y (mgr.24491) 23511 : cluster [DBG] pgmap v20769: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:55.345647+0000 mgr.y (mgr.24491) 23512 : cluster [DBG] pgmap v20770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:55.345647+0000 mgr.y (mgr.24491) 23512 : cluster [DBG] pgmap v20770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:55.345647+0000 mgr.y (mgr.24491) 23512 : cluster [DBG] pgmap v20770: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:04:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:04:57] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:04:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:04:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:57.346241+0000 mgr.y (mgr.24491) 23513 : cluster [DBG] pgmap v20771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:04:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:57.346241+0000 mgr.y (mgr.24491) 23513 : cluster [DBG] pgmap v20771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:04:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:04:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:57.346241+0000 mgr.y (mgr.24491) 23513 : cluster [DBG] pgmap v20771: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:04:59.347043+0000 mgr.y (mgr.24491) 23514 : cluster [DBG] pgmap v20772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:04:59.347043+0000 mgr.y (mgr.24491) 23514 : cluster [DBG] pgmap v20772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:04:59.347043+0000 mgr.y (mgr.24491) 23514 : cluster [DBG] pgmap v20772: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:05:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:05:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:01.347597+0000 mgr.y (mgr.24491) 23515 : cluster [DBG] pgmap v20773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:01.347597+0000 mgr.y (mgr.24491) 23515 : cluster [DBG] pgmap v20773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:01.347597+0000 mgr.y (mgr.24491) 23515 : cluster [DBG] pgmap v20773: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:03.348100+0000 mgr.y (mgr.24491) 23516 : cluster [DBG] pgmap v20774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:03.348100+0000 mgr.y (mgr.24491) 23516 : cluster [DBG] pgmap v20774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:03.348100+0000 mgr.y (mgr.24491) 23516 : cluster [DBG] pgmap v20774: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:06.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:05.348751+0000 mgr.y (mgr.24491) 23517 : cluster [DBG] pgmap v20775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:05.348751+0000 mgr.y (mgr.24491) 23517 : cluster [DBG] pgmap v20775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:05.348751+0000 mgr.y (mgr.24491) 23517 : cluster [DBG] pgmap v20775: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:05:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:07] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T15:05:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:07.349223+0000 mgr.y (mgr.24491) 23518 : cluster [DBG] pgmap v20776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:07.349223+0000 mgr.y (mgr.24491) 23518 : cluster [DBG] pgmap v20776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:07.349223+0000 mgr.y (mgr.24491) 23518 : cluster [DBG] pgmap v20776: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:09.717 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:08.831536+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:05:09.717 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:08.831536+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:05:09.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:08.831536+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:05:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:09.350005+0000 mgr.y (mgr.24491) 23519 : cluster [DBG] pgmap v20777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:09.350005+0000 mgr.y (mgr.24491) 23519 : cluster [DBG] pgmap v20777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:09.350005+0000 mgr.y (mgr.24491) 23519 : cluster [DBG] pgmap v20777: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:11.248 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:05:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:05:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:11.350325+0000 mgr.y (mgr.24491) 23520 : cluster [DBG] pgmap v20778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:11.619722+0000 mon.a (mon.0) 4705 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:05:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:12.076084+0000 mon.a (mon.0) 4706 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:05:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:12.355173+0000 mon.a (mon.0) 4707 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:05:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:12.355800+0000 mon.a (mon.0) 4708 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:05:12.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:12.360421+0000 mon.a (mon.0) 4709 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:05:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:11.350325+0000 mgr.y (mgr.24491) 23520 : cluster [DBG] pgmap v20778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:11.619722+0000 mon.a (mon.0) 4705 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:05:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:12.076084+0000 mon.a (mon.0) 4706 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:05:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:12.355173+0000 mon.a (mon.0) 4707 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:05:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:12.355800+0000 mon.a (mon.0) 4708 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:05:12.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:12.360421+0000 mon.a (mon.0) 4709 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:05:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:11.350325+0000 mgr.y (mgr.24491) 23520 : cluster [DBG] pgmap v20778: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:11.619722+0000 mon.a (mon.0) 4705 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:05:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:12.076084+0000 mon.a (mon.0) 4706 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:05:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:12.355173+0000 mon.a (mon.0) 4707 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:05:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:12.355800+0000 mon.a (mon.0) 4708 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:05:12.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:12.360421+0000 mon.a (mon.0) 4709 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:05:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:13.350913+0000 mgr.y (mgr.24491) 23521 : cluster [DBG] pgmap v20779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:13.350913+0000 mgr.y (mgr.24491) 23521 : cluster [DBG] pgmap v20779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:13.350913+0000 mgr.y (mgr.24491) 23521 : cluster [DBG] pgmap v20779: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:15.351658+0000 mgr.y (mgr.24491) 23522 : cluster [DBG] pgmap v20780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:15.351658+0000 mgr.y (mgr.24491) 23522 : cluster [DBG] pgmap v20780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:15.351658+0000 mgr.y (mgr.24491) 23522 : cluster [DBG] pgmap v20780: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:05:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:17] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:05:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:17.352170+0000 mgr.y (mgr.24491) 23523 : cluster [DBG] pgmap v20781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:18.825 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:05:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:17.352170+0000 mgr.y (mgr.24491) 23523 : cluster [DBG] pgmap v20781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:17.352170+0000 mgr.y (mgr.24491) 23523 : cluster [DBG] pgmap v20781: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:19.099 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:05:19.100 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 7s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:05:19.100 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 7s ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:05:19.100 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 7s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:05:19.100 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 7s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:05:19.100 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 7s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:05:19.100 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 7s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:05:19.100 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 7s ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:05:19.100 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 7s ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:05:19.100 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 7s ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:05:19.100 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 7s ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:05:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 7s ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:05:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 7s ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:05:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 7s ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:05:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 7s ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:05:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 7s ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:05:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 7s ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:05:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 7s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:05:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 7s ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:05:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 7s ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:05:19.101 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 7s ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:05:19.433 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:05:19.433 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:05:19.433 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:05:19.433 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:05:19.433 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:05:19.433 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:05:19.433 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:05:19.434 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:05:19.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:05:19.434 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:05:19.434 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:05:19.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:05:19.434 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:05:19.434 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:05:19.434 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:05:19.434 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:05:19.434 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:05:19.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:19.434864+0000 mon.a (mon.0) 4710 : audit [DBG] from='client.? 172.21.15.177:0/3252046151' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:05:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:19.434864+0000 mon.a (mon.0) 4710 : audit [DBG] from='client.? 172.21.15.177:0/3252046151' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:05:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:19.434864+0000 mon.a (mon.0) 4710 : audit [DBG] from='client.? 172.21.15.177:0/3252046151' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:05:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:18.815535+0000 mgr.y (mgr.24491) 23524 : audit [DBG] from='client.39033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:19.093980+0000 mgr.y (mgr.24491) 23525 : audit [DBG] from='client.48947 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:19.352633+0000 mgr.y (mgr.24491) 23526 : cluster [DBG] pgmap v20782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:18.815535+0000 mgr.y (mgr.24491) 23524 : audit [DBG] from='client.39033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:19.093980+0000 mgr.y (mgr.24491) 23525 : audit [DBG] from='client.48947 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:19.352633+0000 mgr.y (mgr.24491) 23526 : cluster [DBG] pgmap v20782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:18.815535+0000 mgr.y (mgr.24491) 23524 : audit [DBG] from='client.39033 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:19.093980+0000 mgr.y (mgr.24491) 23525 : audit [DBG] from='client.48947 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:19.352633+0000 mgr.y (mgr.24491) 23526 : cluster [DBG] pgmap v20782: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:05:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:05:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:21.353199+0000 mgr.y (mgr.24491) 23527 : cluster [DBG] pgmap v20783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:21.353199+0000 mgr.y (mgr.24491) 23527 : cluster [DBG] pgmap v20783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:21.353199+0000 mgr.y (mgr.24491) 23527 : cluster [DBG] pgmap v20783: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:23.353651+0000 mgr.y (mgr.24491) 23528 : cluster [DBG] pgmap v20784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:23.353651+0000 mgr.y (mgr.24491) 23528 : cluster [DBG] pgmap v20784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:23.353651+0000 mgr.y (mgr.24491) 23528 : cluster [DBG] pgmap v20784: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:25.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:25.354396+0000 mgr.y (mgr.24491) 23529 : cluster [DBG] pgmap v20785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:25.354396+0000 mgr.y (mgr.24491) 23529 : cluster [DBG] pgmap v20785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:25.354396+0000 mgr.y (mgr.24491) 23529 : cluster [DBG] pgmap v20785: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:05:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:27] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:05:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:27.354975+0000 mgr.y (mgr.24491) 23530 : cluster [DBG] pgmap v20786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:27.354975+0000 mgr.y (mgr.24491) 23530 : cluster [DBG] pgmap v20786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:27.354975+0000 mgr.y (mgr.24491) 23530 : cluster [DBG] pgmap v20786: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:29.355824+0000 mgr.y (mgr.24491) 23531 : cluster [DBG] pgmap v20787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:29.355824+0000 mgr.y (mgr.24491) 23531 : cluster [DBG] pgmap v20787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:29.355824+0000 mgr.y (mgr.24491) 23531 : cluster [DBG] pgmap v20787: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:31.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:05:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:05:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:31.356343+0000 mgr.y (mgr.24491) 23532 : cluster [DBG] pgmap v20788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:31.356343+0000 mgr.y (mgr.24491) 23532 : cluster [DBG] pgmap v20788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:31.356343+0000 mgr.y (mgr.24491) 23532 : cluster [DBG] pgmap v20788: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:33.356781+0000 mgr.y (mgr.24491) 23533 : cluster [DBG] pgmap v20789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:33.356781+0000 mgr.y (mgr.24491) 23533 : cluster [DBG] pgmap v20789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:33.356781+0000 mgr.y (mgr.24491) 23533 : cluster [DBG] pgmap v20789: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:35.357594+0000 mgr.y (mgr.24491) 23534 : cluster [DBG] pgmap v20790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:35.357594+0000 mgr.y (mgr.24491) 23534 : cluster [DBG] pgmap v20790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:35.357594+0000 mgr.y (mgr.24491) 23534 : cluster [DBG] pgmap v20790: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:05:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:37] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:05:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:37.358000+0000 mgr.y (mgr.24491) 23535 : cluster [DBG] pgmap v20791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:37.358000+0000 mgr.y (mgr.24491) 23535 : cluster [DBG] pgmap v20791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:37.358000+0000 mgr.y (mgr.24491) 23535 : cluster [DBG] pgmap v20791: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:39.358761+0000 mgr.y (mgr.24491) 23536 : cluster [DBG] pgmap v20792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:40.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:39.358761+0000 mgr.y (mgr.24491) 23536 : cluster [DBG] pgmap v20792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:39.358761+0000 mgr.y (mgr.24491) 23536 : cluster [DBG] pgmap v20792: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:05:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:05:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:41.359176+0000 mgr.y (mgr.24491) 23537 : cluster [DBG] pgmap v20793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:42.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:41.359176+0000 mgr.y (mgr.24491) 23537 : cluster [DBG] pgmap v20793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:41.359176+0000 mgr.y (mgr.24491) 23537 : cluster [DBG] pgmap v20793: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:43.359613+0000 mgr.y (mgr.24491) 23538 : cluster [DBG] pgmap v20794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:43.359613+0000 mgr.y (mgr.24491) 23538 : cluster [DBG] pgmap v20794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:43.359613+0000 mgr.y (mgr.24491) 23538 : cluster [DBG] pgmap v20794: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:45.360330+0000 mgr.y (mgr.24491) 23539 : cluster [DBG] pgmap v20795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:45.360330+0000 mgr.y (mgr.24491) 23539 : cluster [DBG] pgmap v20795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:45.360330+0000 mgr.y (mgr.24491) 23539 : cluster [DBG] pgmap v20795: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:05:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:05:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:47.360722+0000 mgr.y (mgr.24491) 23540 : cluster [DBG] pgmap v20796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:47.360722+0000 mgr.y (mgr.24491) 23540 : cluster [DBG] pgmap v20796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:47.360722+0000 mgr.y (mgr.24491) 23540 : cluster [DBG] pgmap v20796: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:49.741 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:05:50.014 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:05:50.015 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 38s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:05:50.015 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 37s ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:05:50.015 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 38s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:05:50.015 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 37s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:05:50.015 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 37s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:05:50.015 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 38s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:05:50.015 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 38s ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:05:50.015 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 37s ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:05:50.016 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 38s ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:05:50.016 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 38s ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:05:50.016 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 37s ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:05:50.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 38s ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:05:50.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 38s ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:05:50.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 38s ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:05:50.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 38s ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:05:50.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 37s ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:05:50.016 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 37s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:05:50.017 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 37s ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:05:50.017 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 37s ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:05:50.017 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 37s ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:05:50.346 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:05:50.347 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:05:50.347 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:05:50.347 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:05:50.347 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:05:50.347 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:05:50.347 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:05:50.347 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:05:50.347 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:05:50.347 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:05:50.347 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:05:50.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:05:50.348 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:05:50.348 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:05:50.348 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:05:50.348 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:05:50.348 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:05:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:49.361372+0000 mgr.y (mgr.24491) 23541 : cluster [DBG] pgmap v20797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:50.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:50.348503+0000 mon.c (mon.2) 725 : audit [DBG] from='client.? 172.21.15.177:0/799678131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:05:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:49.361372+0000 mgr.y (mgr.24491) 23541 : cluster [DBG] pgmap v20797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:50.348503+0000 mon.c (mon.2) 725 : audit [DBG] from='client.? 172.21.15.177:0/799678131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:05:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:49.361372+0000 mgr.y (mgr.24491) 23541 : cluster [DBG] pgmap v20797: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:50.348503+0000 mon.c (mon.2) 725 : audit [DBG] from='client.? 172.21.15.177:0/799678131' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:05:51.458 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:05:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:49.730890+0000 mgr.y (mgr.24491) 23542 : audit [DBG] from='client.39051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:51.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:05:50.008633+0000 mgr.y (mgr.24491) 23543 : audit [DBG] from='client.48965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:49.730890+0000 mgr.y (mgr.24491) 23542 : audit [DBG] from='client.39051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:05:50.008633+0000 mgr.y (mgr.24491) 23543 : audit [DBG] from='client.48965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:49.730890+0000 mgr.y (mgr.24491) 23542 : audit [DBG] from='client.39051 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:05:50.008633+0000 mgr.y (mgr.24491) 23543 : audit [DBG] from='client.48965 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:05:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:51.361889+0000 mgr.y (mgr.24491) 23544 : cluster [DBG] pgmap v20798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:51.361889+0000 mgr.y (mgr.24491) 23544 : cluster [DBG] pgmap v20798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:51.361889+0000 mgr.y (mgr.24491) 23544 : cluster [DBG] pgmap v20798: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:53.362307+0000 mgr.y (mgr.24491) 23545 : cluster [DBG] pgmap v20799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:54.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:53.362307+0000 mgr.y (mgr.24491) 23545 : cluster [DBG] pgmap v20799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:53.362307+0000 mgr.y (mgr.24491) 23545 : cluster [DBG] pgmap v20799: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:55.362929+0000 mgr.y (mgr.24491) 23546 : cluster [DBG] pgmap v20800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:55.362929+0000 mgr.y (mgr.24491) 23546 : cluster [DBG] pgmap v20800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:55.362929+0000 mgr.y (mgr.24491) 23546 : cluster [DBG] pgmap v20800: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:05:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:05:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:05:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:05:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:57.363482+0000 mgr.y (mgr.24491) 23547 : cluster [DBG] pgmap v20801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:57.363482+0000 mgr.y (mgr.24491) 23547 : cluster [DBG] pgmap v20801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:05:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:05:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:57.363482+0000 mgr.y (mgr.24491) 23547 : cluster [DBG] pgmap v20801: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:05:59.364347+0000 mgr.y (mgr.24491) 23548 : cluster [DBG] pgmap v20802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:05:59.364347+0000 mgr.y (mgr.24491) 23548 : cluster [DBG] pgmap v20802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:05:59.364347+0000 mgr.y (mgr.24491) 23548 : cluster [DBG] pgmap v20802: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:06:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:06:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:01.364927+0000 mgr.y (mgr.24491) 23549 : cluster [DBG] pgmap v20803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:01.364927+0000 mgr.y (mgr.24491) 23549 : cluster [DBG] pgmap v20803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:01.364927+0000 mgr.y (mgr.24491) 23549 : cluster [DBG] pgmap v20803: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:03.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:03.365390+0000 mgr.y (mgr.24491) 23550 : cluster [DBG] pgmap v20804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:03.365390+0000 mgr.y (mgr.24491) 23550 : cluster [DBG] pgmap v20804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:03.365390+0000 mgr.y (mgr.24491) 23550 : cluster [DBG] pgmap v20804: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:05.366124+0000 mgr.y (mgr.24491) 23551 : cluster [DBG] pgmap v20805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:05.366124+0000 mgr.y (mgr.24491) 23551 : cluster [DBG] pgmap v20805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:05.366124+0000 mgr.y (mgr.24491) 23551 : cluster [DBG] pgmap v20805: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:06:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:06:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:07.366514+0000 mgr.y (mgr.24491) 23552 : cluster [DBG] pgmap v20806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:07.366514+0000 mgr.y (mgr.24491) 23552 : cluster [DBG] pgmap v20806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:07.366514+0000 mgr.y (mgr.24491) 23552 : cluster [DBG] pgmap v20806: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:09.367320+0000 mgr.y (mgr.24491) 23553 : cluster [DBG] pgmap v20807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:09.367320+0000 mgr.y (mgr.24491) 23553 : cluster [DBG] pgmap v20807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:09.367320+0000 mgr.y (mgr.24491) 23553 : cluster [DBG] pgmap v20807: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:06:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:06:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:11.367716+0000 mgr.y (mgr.24491) 23554 : cluster [DBG] pgmap v20808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:06:12.373520+0000 mon.a (mon.0) 4711 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:06:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:11.367716+0000 mgr.y (mgr.24491) 23554 : cluster [DBG] pgmap v20808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:06:12.373520+0000 mon.a (mon.0) 4711 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:06:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:11.367716+0000 mgr.y (mgr.24491) 23554 : cluster [DBG] pgmap v20808: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:06:12.373520+0000 mon.a (mon.0) 4711 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:06:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:06:12.670931+0000 mon.a (mon.0) 4712 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:06:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:06:12.671567+0000 mon.a (mon.0) 4713 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:06:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:06:12.676339+0000 mon.a (mon.0) 4714 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:06:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:06:12.670931+0000 mon.a (mon.0) 4712 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:06:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:06:12.671567+0000 mon.a (mon.0) 4713 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:06:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:06:12.676339+0000 mon.a (mon.0) 4714 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:06:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:06:12.670931+0000 mon.a (mon.0) 4712 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:06:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:06:12.671567+0000 mon.a (mon.0) 4713 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:06:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:06:12.676339+0000 mon.a (mon.0) 4714 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:06:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:13.368303+0000 mgr.y (mgr.24491) 23555 : cluster [DBG] pgmap v20809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:13.368303+0000 mgr.y (mgr.24491) 23555 : cluster [DBG] pgmap v20809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:13.368303+0000 mgr.y (mgr.24491) 23555 : cluster [DBG] pgmap v20809: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:15.368964+0000 mgr.y (mgr.24491) 23556 : cluster [DBG] pgmap v20810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:15.368964+0000 mgr.y (mgr.24491) 23556 : cluster [DBG] pgmap v20810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:15.368964+0000 mgr.y (mgr.24491) 23556 : cluster [DBG] pgmap v20810: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:06:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:17] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T15:06:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:17.369461+0000 mgr.y (mgr.24491) 23557 : cluster [DBG] pgmap v20811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:17.369461+0000 mgr.y (mgr.24491) 23557 : cluster [DBG] pgmap v20811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:17.369461+0000 mgr.y (mgr.24491) 23557 : cluster [DBG] pgmap v20811: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:20.662 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:06:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:19.370136+0000 mgr.y (mgr.24491) 23558 : cluster [DBG] pgmap v20812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:19.370136+0000 mgr.y (mgr.24491) 23558 : cluster [DBG] pgmap v20812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:20.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:19.370136+0000 mgr.y (mgr.24491) 23558 : cluster [DBG] pgmap v20812: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:20.940 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:06:20.940 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 69s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:06:20.940 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 68s ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:06:20.940 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 69s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:06:20.940 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 68s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 68s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 69s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 69s ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 68s ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 69s ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 69s ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 68s ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 69s ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 69s ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 69s ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 69s ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 68s ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 68s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 68s ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 68s ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:06:20.941 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 68s ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:06:21.273 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:06:21.273 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:06:21.273 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:06:21.273 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:06:21.273 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:06:21.273 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:06:21.273 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:06:21.273 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:06:21.273 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:06:21.273 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:06:21.274 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:06:21.274 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:06:21.274 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:06:21.274 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:06:21.274 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:06:21.274 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:06:21.274 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:06:21.446 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:06:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:06:21.275254+0000 mon.c (mon.2) 726 : audit [DBG] from='client.? 172.21.15.177:0/2508928367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:06:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:06:21.275254+0000 mon.c (mon.2) 726 : audit [DBG] from='client.? 172.21.15.177:0/2508928367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:06:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:06:21.275254+0000 mon.c (mon.2) 726 : audit [DBG] from='client.? 172.21.15.177:0/2508928367' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:06:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:06:20.652349+0000 mgr.y (mgr.24491) 23559 : audit [DBG] from='client.48977 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:06:20.934795+0000 mgr.y (mgr.24491) 23560 : audit [DBG] from='client.39075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:21.370488+0000 mgr.y (mgr.24491) 23561 : cluster [DBG] pgmap v20813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:06:20.652349+0000 mgr.y (mgr.24491) 23559 : audit [DBG] from='client.48977 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:06:20.934795+0000 mgr.y (mgr.24491) 23560 : audit [DBG] from='client.39075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:21.370488+0000 mgr.y (mgr.24491) 23561 : cluster [DBG] pgmap v20813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:06:20.652349+0000 mgr.y (mgr.24491) 23559 : audit [DBG] from='client.48977 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:06:20.934795+0000 mgr.y (mgr.24491) 23560 : audit [DBG] from='client.39075 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:21.370488+0000 mgr.y (mgr.24491) 23561 : cluster [DBG] pgmap v20813: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:23.370918+0000 mgr.y (mgr.24491) 23562 : cluster [DBG] pgmap v20814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:23.370918+0000 mgr.y (mgr.24491) 23562 : cluster [DBG] pgmap v20814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:23.370918+0000 mgr.y (mgr.24491) 23562 : cluster [DBG] pgmap v20814: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:26.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:25.371775+0000 mgr.y (mgr.24491) 23563 : cluster [DBG] pgmap v20815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:25.371775+0000 mgr.y (mgr.24491) 23563 : cluster [DBG] pgmap v20815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:25.371775+0000 mgr.y (mgr.24491) 23563 : cluster [DBG] pgmap v20815: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:06:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:27] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T15:06:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:27.372345+0000 mgr.y (mgr.24491) 23564 : cluster [DBG] pgmap v20816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:28.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:27.372345+0000 mgr.y (mgr.24491) 23564 : cluster [DBG] pgmap v20816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:27.372345+0000 mgr.y (mgr.24491) 23564 : cluster [DBG] pgmap v20816: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:29.373037+0000 mgr.y (mgr.24491) 23565 : cluster [DBG] pgmap v20817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:29.373037+0000 mgr.y (mgr.24491) 23565 : cluster [DBG] pgmap v20817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:29.373037+0000 mgr.y (mgr.24491) 23565 : cluster [DBG] pgmap v20817: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:06:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:06:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:31.373579+0000 mgr.y (mgr.24491) 23566 : cluster [DBG] pgmap v20818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:32.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:31.373579+0000 mgr.y (mgr.24491) 23566 : cluster [DBG] pgmap v20818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:31.373579+0000 mgr.y (mgr.24491) 23566 : cluster [DBG] pgmap v20818: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:34.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:33.374051+0000 mgr.y (mgr.24491) 23567 : cluster [DBG] pgmap v20819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:33.374051+0000 mgr.y (mgr.24491) 23567 : cluster [DBG] pgmap v20819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:33.374051+0000 mgr.y (mgr.24491) 23567 : cluster [DBG] pgmap v20819: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:35.374712+0000 mgr.y (mgr.24491) 23568 : cluster [DBG] pgmap v20820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:35.374712+0000 mgr.y (mgr.24491) 23568 : cluster [DBG] pgmap v20820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:35.374712+0000 mgr.y (mgr.24491) 23568 : cluster [DBG] pgmap v20820: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:06:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:06:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:37.375181+0000 mgr.y (mgr.24491) 23569 : cluster [DBG] pgmap v20821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:37.375181+0000 mgr.y (mgr.24491) 23569 : cluster [DBG] pgmap v20821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:37.375181+0000 mgr.y (mgr.24491) 23569 : cluster [DBG] pgmap v20821: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:39.375907+0000 mgr.y (mgr.24491) 23570 : cluster [DBG] pgmap v20822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:39.375907+0000 mgr.y (mgr.24491) 23570 : cluster [DBG] pgmap v20822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:39.375907+0000 mgr.y (mgr.24491) 23570 : cluster [DBG] pgmap v20822: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:06:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:06:42.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:41.376583+0000 mgr.y (mgr.24491) 23571 : cluster [DBG] pgmap v20823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:41.376583+0000 mgr.y (mgr.24491) 23571 : cluster [DBG] pgmap v20823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:41.376583+0000 mgr.y (mgr.24491) 23571 : cluster [DBG] pgmap v20823: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:43.377021+0000 mgr.y (mgr.24491) 23572 : cluster [DBG] pgmap v20824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:43.377021+0000 mgr.y (mgr.24491) 23572 : cluster [DBG] pgmap v20824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:43.377021+0000 mgr.y (mgr.24491) 23572 : cluster [DBG] pgmap v20824: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:46.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:45.377780+0000 mgr.y (mgr.24491) 23573 : cluster [DBG] pgmap v20825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:45.377780+0000 mgr.y (mgr.24491) 23573 : cluster [DBG] pgmap v20825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:45.377780+0000 mgr.y (mgr.24491) 23573 : cluster [DBG] pgmap v20825: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:06:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:47] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:06:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:47.378325+0000 mgr.y (mgr.24491) 23574 : cluster [DBG] pgmap v20826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:47.378325+0000 mgr.y (mgr.24491) 23574 : cluster [DBG] pgmap v20826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:47.378325+0000 mgr.y (mgr.24491) 23574 : cluster [DBG] pgmap v20826: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:49.379070+0000 mgr.y (mgr.24491) 23575 : cluster [DBG] pgmap v20827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:49.379070+0000 mgr.y (mgr.24491) 23575 : cluster [DBG] pgmap v20827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:49.379070+0000 mgr.y (mgr.24491) 23575 : cluster [DBG] pgmap v20827: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:06:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:06:51.584 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:06:51.859 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:06:51.859 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 100s ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:06:51.859 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 99s ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:06:51.859 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 100s ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:06:51.859 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 99s ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:06:51.859 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 99s ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:06:51.859 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 100s ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:06:51.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 100s ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:06:51.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 99s ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:06:51.859 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 100s ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:06:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 100s ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:06:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 99s ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:06:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 100s ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:06:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 100s ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:06:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 100s ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:06:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 100s ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:06:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 99s ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:06:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 99s ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:06:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 99s ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:06:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 99s ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:06:51.860 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 99s ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:06:52.192 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:06:52.192 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:06:52.192 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:06:52.192 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:06:52.192 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:06:52.192 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:06:52.192 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:06:52.192 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:06:52.192 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:06:52.192 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:06:52.193 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:06:52.193 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:06:52.193 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:06:52.193 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:06:52.193 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:06:52.193 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:06:52.193 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:06:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:51.379447+0000 mgr.y (mgr.24491) 23576 : cluster [DBG] pgmap v20828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:52.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:06:52.193911+0000 mon.c (mon.2) 727 : audit [DBG] from='client.? 172.21.15.177:0/3596806558' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:06:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:51.379447+0000 mgr.y (mgr.24491) 23576 : cluster [DBG] pgmap v20828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:06:52.193911+0000 mon.c (mon.2) 727 : audit [DBG] from='client.? 172.21.15.177:0/3596806558' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:06:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:51.379447+0000 mgr.y (mgr.24491) 23576 : cluster [DBG] pgmap v20828: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:06:52.193911+0000 mon.c (mon.2) 727 : audit [DBG] from='client.? 172.21.15.177:0/3596806558' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:06:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:06:51.574299+0000 mgr.y (mgr.24491) 23577 : audit [DBG] from='client.39087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:53.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:06:51.853148+0000 mgr.y (mgr.24491) 23578 : audit [DBG] from='client.49001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:06:51.574299+0000 mgr.y (mgr.24491) 23577 : audit [DBG] from='client.39087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:06:51.853148+0000 mgr.y (mgr.24491) 23578 : audit [DBG] from='client.49001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:06:51.574299+0000 mgr.y (mgr.24491) 23577 : audit [DBG] from='client.39087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:06:51.853148+0000 mgr.y (mgr.24491) 23578 : audit [DBG] from='client.49001 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:06:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:53.379998+0000 mgr.y (mgr.24491) 23579 : cluster [DBG] pgmap v20829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:53.379998+0000 mgr.y (mgr.24491) 23579 : cluster [DBG] pgmap v20829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:53.379998+0000 mgr.y (mgr.24491) 23579 : cluster [DBG] pgmap v20829: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:55.380801+0000 mgr.y (mgr.24491) 23580 : cluster [DBG] pgmap v20830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:55.380801+0000 mgr.y (mgr.24491) 23580 : cluster [DBG] pgmap v20830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:55.380801+0000 mgr.y (mgr.24491) 23580 : cluster [DBG] pgmap v20830: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:06:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:06:57] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:06:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:06:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:57.381227+0000 mgr.y (mgr.24491) 23581 : cluster [DBG] pgmap v20831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:57.381227+0000 mgr.y (mgr.24491) 23581 : cluster [DBG] pgmap v20831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:06:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:06:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:57.381227+0000 mgr.y (mgr.24491) 23581 : cluster [DBG] pgmap v20831: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:06:59.381796+0000 mgr.y (mgr.24491) 23582 : cluster [DBG] pgmap v20832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:06:59.381796+0000 mgr.y (mgr.24491) 23582 : cluster [DBG] pgmap v20832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:06:59.381796+0000 mgr.y (mgr.24491) 23582 : cluster [DBG] pgmap v20832: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:07:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:07:02.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:01.382190+0000 mgr.y (mgr.24491) 23583 : cluster [DBG] pgmap v20833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:01.382190+0000 mgr.y (mgr.24491) 23583 : cluster [DBG] pgmap v20833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:01.382190+0000 mgr.y (mgr.24491) 23583 : cluster [DBG] pgmap v20833: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:03.382579+0000 mgr.y (mgr.24491) 23584 : cluster [DBG] pgmap v20834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:03.382579+0000 mgr.y (mgr.24491) 23584 : cluster [DBG] pgmap v20834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:03.382579+0000 mgr.y (mgr.24491) 23584 : cluster [DBG] pgmap v20834: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:05.383351+0000 mgr.y (mgr.24491) 23585 : cluster [DBG] pgmap v20835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:05.383351+0000 mgr.y (mgr.24491) 23585 : cluster [DBG] pgmap v20835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:05.383351+0000 mgr.y (mgr.24491) 23585 : cluster [DBG] pgmap v20835: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:07:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:07] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:07:08.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:07.383867+0000 mgr.y (mgr.24491) 23586 : cluster [DBG] pgmap v20836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:07.383867+0000 mgr.y (mgr.24491) 23586 : cluster [DBG] pgmap v20836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:07.383867+0000 mgr.y (mgr.24491) 23586 : cluster [DBG] pgmap v20836: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:09.384538+0000 mgr.y (mgr.24491) 23587 : cluster [DBG] pgmap v20837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:10.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:09.384538+0000 mgr.y (mgr.24491) 23587 : cluster [DBG] pgmap v20837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:09.384538+0000 mgr.y (mgr.24491) 23587 : cluster [DBG] pgmap v20837: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:07:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:07:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:11.385002+0000 mgr.y (mgr.24491) 23588 : cluster [DBG] pgmap v20838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:11.385002+0000 mgr.y (mgr.24491) 23588 : cluster [DBG] pgmap v20838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:11.385002+0000 mgr.y (mgr.24491) 23588 : cluster [DBG] pgmap v20838: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:07:12.680567+0000 mon.a (mon.0) 4715 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:07:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:07:12.974326+0000 mon.a (mon.0) 4716 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:07:13.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:07:12.974943+0000 mon.a (mon.0) 4717 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:07:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:07:12.978951+0000 mon.a (mon.0) 4718 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:07:13.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:07:12.680567+0000 mon.a (mon.0) 4715 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:07:13.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:07:12.974326+0000 mon.a (mon.0) 4716 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:07:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:07:12.974943+0000 mon.a (mon.0) 4717 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:07:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:07:12.978951+0000 mon.a (mon.0) 4718 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:07:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:07:12.680567+0000 mon.a (mon.0) 4715 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:07:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:07:12.974326+0000 mon.a (mon.0) 4716 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:07:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:07:12.974943+0000 mon.a (mon.0) 4717 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:07:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:07:12.978951+0000 mon.a (mon.0) 4718 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:07:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:13.385451+0000 mgr.y (mgr.24491) 23589 : cluster [DBG] pgmap v20839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:14.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:13.385451+0000 mgr.y (mgr.24491) 23589 : cluster [DBG] pgmap v20839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:13.385451+0000 mgr.y (mgr.24491) 23589 : cluster [DBG] pgmap v20839: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:15.386147+0000 mgr.y (mgr.24491) 23590 : cluster [DBG] pgmap v20840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:15.386147+0000 mgr.y (mgr.24491) 23590 : cluster [DBG] pgmap v20840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:15.386147+0000 mgr.y (mgr.24491) 23590 : cluster [DBG] pgmap v20840: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:17.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:17.386558+0000 mgr.y (mgr.24491) 23591 : cluster [DBG] pgmap v20841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:17.386558+0000 mgr.y (mgr.24491) 23591 : cluster [DBG] pgmap v20841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:07:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:17.386558+0000 mgr.y (mgr.24491) 23591 : cluster [DBG] pgmap v20841: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:20.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:19.387201+0000 mgr.y (mgr.24491) 23592 : cluster [DBG] pgmap v20842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:19.387201+0000 mgr.y (mgr.24491) 23592 : cluster [DBG] pgmap v20842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:19.387201+0000 mgr.y (mgr.24491) 23592 : cluster [DBG] pgmap v20842: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:07:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:07:22.516 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:07:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:21.387738+0000 mgr.y (mgr.24491) 23593 : cluster [DBG] pgmap v20843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:22.796 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:07:22.796 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 2m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 2m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 2m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 2m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 2m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 2m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 2m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 2m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 2m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 2m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 2m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 2m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 2m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 2m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 2m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:07:22.797 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 2m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:07:22.798 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 2m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:07:22.798 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 2m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:07:22.798 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 2m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:07:22.798 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 2m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:07:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:21.387738+0000 mgr.y (mgr.24491) 23593 : cluster [DBG] pgmap v20843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:21.387738+0000 mgr.y (mgr.24491) 23593 : cluster [DBG] pgmap v20843: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:23.132 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:07:23.132 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:07:23.133 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:07:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:07:23.134619+0000 mon.a (mon.0) 4719 : audit [DBG] from='client.? 172.21.15.177:0/571118436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:07:23.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:07:23.134619+0000 mon.a (mon.0) 4719 : audit [DBG] from='client.? 172.21.15.177:0/571118436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:07:23.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:07:23.134619+0000 mon.a (mon.0) 4719 : audit [DBG] from='client.? 172.21.15.177:0/571118436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:07:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:07:22.506023+0000 mgr.y (mgr.24491) 23594 : audit [DBG] from='client.49013 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:07:22.790945+0000 mgr.y (mgr.24491) 23595 : audit [DBG] from='client.39111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:23.388314+0000 mgr.y (mgr.24491) 23596 : cluster [DBG] pgmap v20844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:07:22.506023+0000 mgr.y (mgr.24491) 23594 : audit [DBG] from='client.49013 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:07:22.790945+0000 mgr.y (mgr.24491) 23595 : audit [DBG] from='client.39111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:23.388314+0000 mgr.y (mgr.24491) 23596 : cluster [DBG] pgmap v20844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:07:22.506023+0000 mgr.y (mgr.24491) 23594 : audit [DBG] from='client.49013 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:07:22.790945+0000 mgr.y (mgr.24491) 23595 : audit [DBG] from='client.39111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:23.388314+0000 mgr.y (mgr.24491) 23596 : cluster [DBG] pgmap v20844: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:25.389196+0000 mgr.y (mgr.24491) 23597 : cluster [DBG] pgmap v20845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:25.389196+0000 mgr.y (mgr.24491) 23597 : cluster [DBG] pgmap v20845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:25.389196+0000 mgr.y (mgr.24491) 23597 : cluster [DBG] pgmap v20845: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:28.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:07:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:07:28.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:27.389700+0000 mgr.y (mgr.24491) 23598 : cluster [DBG] pgmap v20846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:28.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:27.389700+0000 mgr.y (mgr.24491) 23598 : cluster [DBG] pgmap v20846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:27.389700+0000 mgr.y (mgr.24491) 23598 : cluster [DBG] pgmap v20846: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:30.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:29.390436+0000 mgr.y (mgr.24491) 23599 : cluster [DBG] pgmap v20847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:29.390436+0000 mgr.y (mgr.24491) 23599 : cluster [DBG] pgmap v20847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:29.390436+0000 mgr.y (mgr.24491) 23599 : cluster [DBG] pgmap v20847: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:07:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:07:32.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:31.390965+0000 mgr.y (mgr.24491) 23600 : cluster [DBG] pgmap v20848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:31.390965+0000 mgr.y (mgr.24491) 23600 : cluster [DBG] pgmap v20848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:31.390965+0000 mgr.y (mgr.24491) 23600 : cluster [DBG] pgmap v20848: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:33.391364+0000 mgr.y (mgr.24491) 23601 : cluster [DBG] pgmap v20849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:33.391364+0000 mgr.y (mgr.24491) 23601 : cluster [DBG] pgmap v20849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:33.391364+0000 mgr.y (mgr.24491) 23601 : cluster [DBG] pgmap v20849: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:35.392191+0000 mgr.y (mgr.24491) 23602 : cluster [DBG] pgmap v20850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:35.392191+0000 mgr.y (mgr.24491) 23602 : cluster [DBG] pgmap v20850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:35.392191+0000 mgr.y (mgr.24491) 23602 : cluster [DBG] pgmap v20850: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:07:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:37] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T15:07:38.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:37.392607+0000 mgr.y (mgr.24491) 23603 : cluster [DBG] pgmap v20851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:37.392607+0000 mgr.y (mgr.24491) 23603 : cluster [DBG] pgmap v20851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:37.392607+0000 mgr.y (mgr.24491) 23603 : cluster [DBG] pgmap v20851: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:40.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:39.393265+0000 mgr.y (mgr.24491) 23604 : cluster [DBG] pgmap v20852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:40.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:39.393265+0000 mgr.y (mgr.24491) 23604 : cluster [DBG] pgmap v20852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:39.393265+0000 mgr.y (mgr.24491) 23604 : cluster [DBG] pgmap v20852: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:07:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:07:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:41.393717+0000 mgr.y (mgr.24491) 23605 : cluster [DBG] pgmap v20853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:41.393717+0000 mgr.y (mgr.24491) 23605 : cluster [DBG] pgmap v20853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:41.393717+0000 mgr.y (mgr.24491) 23605 : cluster [DBG] pgmap v20853: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:43.394272+0000 mgr.y (mgr.24491) 23606 : cluster [DBG] pgmap v20854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:43.394272+0000 mgr.y (mgr.24491) 23606 : cluster [DBG] pgmap v20854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:43.394272+0000 mgr.y (mgr.24491) 23606 : cluster [DBG] pgmap v20854: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:45.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:45.395134+0000 mgr.y (mgr.24491) 23607 : cluster [DBG] pgmap v20855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:45.395134+0000 mgr.y (mgr.24491) 23607 : cluster [DBG] pgmap v20855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:45.395134+0000 mgr.y (mgr.24491) 23607 : cluster [DBG] pgmap v20855: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:07:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:47] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:07:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:47.395495+0000 mgr.y (mgr.24491) 23608 : cluster [DBG] pgmap v20856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:47.395495+0000 mgr.y (mgr.24491) 23608 : cluster [DBG] pgmap v20856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:47.395495+0000 mgr.y (mgr.24491) 23608 : cluster [DBG] pgmap v20856: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:49.396093+0000 mgr.y (mgr.24491) 23609 : cluster [DBG] pgmap v20857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:49.396093+0000 mgr.y (mgr.24491) 23609 : cluster [DBG] pgmap v20857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:49.396093+0000 mgr.y (mgr.24491) 23609 : cluster [DBG] pgmap v20857: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:07:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:07:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:51.396458+0000 mgr.y (mgr.24491) 23610 : cluster [DBG] pgmap v20858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:51.396458+0000 mgr.y (mgr.24491) 23610 : cluster [DBG] pgmap v20858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:51.396458+0000 mgr.y (mgr.24491) 23610 : cluster [DBG] pgmap v20858: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:53.440 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 2m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 2m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 2m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 2m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 2m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 2m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 2m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 2m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 2m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 2m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 2m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 2m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 2m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:07:53.716 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 2m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:07:53.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 2m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:07:53.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 2m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:07:53.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 2m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:07:53.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 2m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:07:53.717 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 2m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:07:53.717 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 2m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:07:54.049 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:07:54.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:07:54.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:07:54.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:07:54.049 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:07:54.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:07:54.049 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:07:54.049 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:07:54.049 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:07:54.050 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:07:54.050 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:07:54.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:07:54.050 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:07:54.050 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:07:54.050 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:07:54.050 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:07:54.050 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:07:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:53.396809+0000 mgr.y (mgr.24491) 23611 : cluster [DBG] pgmap v20859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:07:53.430166+0000 mgr.y (mgr.24491) 23612 : audit [DBG] from='client.49031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:54.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:07:54.051071+0000 mon.c (mon.2) 728 : audit [DBG] from='client.? 172.21.15.177:0/1835279173' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:07:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:53.396809+0000 mgr.y (mgr.24491) 23611 : cluster [DBG] pgmap v20859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:07:53.430166+0000 mgr.y (mgr.24491) 23612 : audit [DBG] from='client.49031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:07:54.051071+0000 mon.c (mon.2) 728 : audit [DBG] from='client.? 172.21.15.177:0/1835279173' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:07:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:53.396809+0000 mgr.y (mgr.24491) 23611 : cluster [DBG] pgmap v20859: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:07:53.430166+0000 mgr.y (mgr.24491) 23612 : audit [DBG] from='client.49031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:54.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:07:54.051071+0000 mon.c (mon.2) 728 : audit [DBG] from='client.? 172.21.15.177:0/1835279173' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:07:55.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:07:53.710130+0000 mgr.y (mgr.24491) 23613 : audit [DBG] from='client.39129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:07:53.710130+0000 mgr.y (mgr.24491) 23613 : audit [DBG] from='client.39129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:07:53.710130+0000 mgr.y (mgr.24491) 23613 : audit [DBG] from='client.39129 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:07:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:55.397460+0000 mgr.y (mgr.24491) 23614 : cluster [DBG] pgmap v20860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:55.397460+0000 mgr.y (mgr.24491) 23614 : cluster [DBG] pgmap v20860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:55.397460+0000 mgr.y (mgr.24491) 23614 : cluster [DBG] pgmap v20860: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:07:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:07:57] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:07:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:07:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:57.398082+0000 mgr.y (mgr.24491) 23615 : cluster [DBG] pgmap v20861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:07:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:57.398082+0000 mgr.y (mgr.24491) 23615 : cluster [DBG] pgmap v20861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:07:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:07:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:57.398082+0000 mgr.y (mgr.24491) 23615 : cluster [DBG] pgmap v20861: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:07:59.398772+0000 mgr.y (mgr.24491) 23616 : cluster [DBG] pgmap v20862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:07:59.398772+0000 mgr.y (mgr.24491) 23616 : cluster [DBG] pgmap v20862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:07:59.398772+0000 mgr.y (mgr.24491) 23616 : cluster [DBG] pgmap v20862: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:08:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:08:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:01.399239+0000 mgr.y (mgr.24491) 23617 : cluster [DBG] pgmap v20863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:01.399239+0000 mgr.y (mgr.24491) 23617 : cluster [DBG] pgmap v20863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:01.399239+0000 mgr.y (mgr.24491) 23617 : cluster [DBG] pgmap v20863: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:04.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:03.399610+0000 mgr.y (mgr.24491) 23618 : cluster [DBG] pgmap v20864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:04.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:03.399610+0000 mgr.y (mgr.24491) 23618 : cluster [DBG] pgmap v20864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:03.399610+0000 mgr.y (mgr.24491) 23618 : cluster [DBG] pgmap v20864: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:06.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:05.400249+0000 mgr.y (mgr.24491) 23619 : cluster [DBG] pgmap v20865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:05.400249+0000 mgr.y (mgr.24491) 23619 : cluster [DBG] pgmap v20865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:05.400249+0000 mgr.y (mgr.24491) 23619 : cluster [DBG] pgmap v20865: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:08:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:07] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:08:08.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:07.400669+0000 mgr.y (mgr.24491) 23620 : cluster [DBG] pgmap v20866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:07.400669+0000 mgr.y (mgr.24491) 23620 : cluster [DBG] pgmap v20866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:07.400669+0000 mgr.y (mgr.24491) 23620 : cluster [DBG] pgmap v20866: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:10.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:09.401500+0000 mgr.y (mgr.24491) 23621 : cluster [DBG] pgmap v20867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:09.401500+0000 mgr.y (mgr.24491) 23621 : cluster [DBG] pgmap v20867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:09.401500+0000 mgr.y (mgr.24491) 23621 : cluster [DBG] pgmap v20867: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:08:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:08:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:11.401902+0000 mgr.y (mgr.24491) 23622 : cluster [DBG] pgmap v20868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:11.401902+0000 mgr.y (mgr.24491) 23622 : cluster [DBG] pgmap v20868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:11.401902+0000 mgr.y (mgr.24491) 23622 : cluster [DBG] pgmap v20868: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:08:12.983152+0000 mon.a (mon.0) 4720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:08:13.224580+0000 mon.a (mon.0) 4721 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:08:13.491346+0000 mon.a (mon.0) 4722 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:08:13.491956+0000 mon.a (mon.0) 4723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:08:13.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:08:13.496329+0000 mon.a (mon.0) 4724 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:08:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:08:12.983152+0000 mon.a (mon.0) 4720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:08:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:08:13.224580+0000 mon.a (mon.0) 4721 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:08:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:08:13.491346+0000 mon.a (mon.0) 4722 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:08:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:08:13.491956+0000 mon.a (mon.0) 4723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:08:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:08:13.496329+0000 mon.a (mon.0) 4724 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:08:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:08:12.983152+0000 mon.a (mon.0) 4720 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:08:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:08:13.224580+0000 mon.a (mon.0) 4721 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:08:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:08:13.491346+0000 mon.a (mon.0) 4722 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:08:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:08:13.491956+0000 mon.a (mon.0) 4723 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:08:13.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:08:13.496329+0000 mon.a (mon.0) 4724 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:08:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:13.402338+0000 mgr.y (mgr.24491) 23623 : cluster [DBG] pgmap v20869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:13.402338+0000 mgr.y (mgr.24491) 23623 : cluster [DBG] pgmap v20869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:13.402338+0000 mgr.y (mgr.24491) 23623 : cluster [DBG] pgmap v20869: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:15.403019+0000 mgr.y (mgr.24491) 23624 : cluster [DBG] pgmap v20870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:15.403019+0000 mgr.y (mgr.24491) 23624 : cluster [DBG] pgmap v20870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:15.403019+0000 mgr.y (mgr.24491) 23624 : cluster [DBG] pgmap v20870: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:18.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:08:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:17] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T15:08:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:17.403352+0000 mgr.y (mgr.24491) 23625 : cluster [DBG] pgmap v20871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:17.403352+0000 mgr.y (mgr.24491) 23625 : cluster [DBG] pgmap v20871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:17.403352+0000 mgr.y (mgr.24491) 23625 : cluster [DBG] pgmap v20871: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:20.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:19.404015+0000 mgr.y (mgr.24491) 23626 : cluster [DBG] pgmap v20872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:19.404015+0000 mgr.y (mgr.24491) 23626 : cluster [DBG] pgmap v20872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:19.404015+0000 mgr.y (mgr.24491) 23626 : cluster [DBG] pgmap v20872: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:08:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:08:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:21.404392+0000 mgr.y (mgr.24491) 23627 : cluster [DBG] pgmap v20873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:21.404392+0000 mgr.y (mgr.24491) 23627 : cluster [DBG] pgmap v20873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:21.404392+0000 mgr.y (mgr.24491) 23627 : cluster [DBG] pgmap v20873: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:24.359 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:08:24.635 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:08:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 3m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:08:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 3m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:08:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 3m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:08:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 3m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:08:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 3m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:08:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 3m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:08:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 3m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:08:24.636 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 3m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:08:24.637 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 3m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:08:24.637 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 3m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:08:24.637 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 3m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:08:24.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 3m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:08:24.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 3m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:08:24.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 3m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:08:24.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 3m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:08:24.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 3m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:08:24.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 3m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:08:24.637 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 3m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:08:24.638 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 3m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:08:24.638 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 3m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:08:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:23.404936+0000 mgr.y (mgr.24491) 23628 : cluster [DBG] pgmap v20874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:23.404936+0000 mgr.y (mgr.24491) 23628 : cluster [DBG] pgmap v20874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:23.404936+0000 mgr.y (mgr.24491) 23628 : cluster [DBG] pgmap v20874: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:24.968 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:08:24.968 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:08:24.968 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:08:24.968 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:08:24.968 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:08:24.968 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:08:24.968 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:08:24.969 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:08:24.969 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:08:24.969 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:08:24.969 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:08:24.969 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:08:24.969 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:08:24.969 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:08:24.969 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:08:24.969 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:08:24.969 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:08:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:08:24.349171+0000 mgr.y (mgr.24491) 23629 : audit [DBG] from='client.49049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:25.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:08:24.970064+0000 mon.a (mon.0) 4725 : audit [DBG] from='client.? 172.21.15.177:0/4236331773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:08:25.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:08:24.349171+0000 mgr.y (mgr.24491) 23629 : audit [DBG] from='client.49049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:25.902 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:08:24.970064+0000 mon.a (mon.0) 4725 : audit [DBG] from='client.? 172.21.15.177:0/4236331773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:08:25.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:08:24.349171+0000 mgr.y (mgr.24491) 23629 : audit [DBG] from='client.49049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:25.902 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:08:24.970064+0000 mon.a (mon.0) 4725 : audit [DBG] from='client.? 172.21.15.177:0/4236331773' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:08:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:08:24.630146+0000 mgr.y (mgr.24491) 23630 : audit [DBG] from='client.39147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:25.405527+0000 mgr.y (mgr.24491) 23631 : cluster [DBG] pgmap v20875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:26.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:08:24.630146+0000 mgr.y (mgr.24491) 23630 : audit [DBG] from='client.39147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:25.405527+0000 mgr.y (mgr.24491) 23631 : cluster [DBG] pgmap v20875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:08:24.630146+0000 mgr.y (mgr.24491) 23630 : audit [DBG] from='client.39147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:25.405527+0000 mgr.y (mgr.24491) 23631 : cluster [DBG] pgmap v20875: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:08:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:27] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T15:08:28.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:27.405867+0000 mgr.y (mgr.24491) 23632 : cluster [DBG] pgmap v20876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:27.405867+0000 mgr.y (mgr.24491) 23632 : cluster [DBG] pgmap v20876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:27.405867+0000 mgr.y (mgr.24491) 23632 : cluster [DBG] pgmap v20876: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:30.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:29.406505+0000 mgr.y (mgr.24491) 23633 : cluster [DBG] pgmap v20877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:29.406505+0000 mgr.y (mgr.24491) 23633 : cluster [DBG] pgmap v20877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:29.406505+0000 mgr.y (mgr.24491) 23633 : cluster [DBG] pgmap v20877: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:08:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:08:32.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:31.406859+0000 mgr.y (mgr.24491) 23634 : cluster [DBG] pgmap v20878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:31.406859+0000 mgr.y (mgr.24491) 23634 : cluster [DBG] pgmap v20878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:31.406859+0000 mgr.y (mgr.24491) 23634 : cluster [DBG] pgmap v20878: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:33.407403+0000 mgr.y (mgr.24491) 23635 : cluster [DBG] pgmap v20879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:33.407403+0000 mgr.y (mgr.24491) 23635 : cluster [DBG] pgmap v20879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:33.407403+0000 mgr.y (mgr.24491) 23635 : cluster [DBG] pgmap v20879: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:36.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:35.408288+0000 mgr.y (mgr.24491) 23636 : cluster [DBG] pgmap v20880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:35.408288+0000 mgr.y (mgr.24491) 23636 : cluster [DBG] pgmap v20880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:35.408288+0000 mgr.y (mgr.24491) 23636 : cluster [DBG] pgmap v20880: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:08:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:08:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:37.408759+0000 mgr.y (mgr.24491) 23637 : cluster [DBG] pgmap v20881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:37.408759+0000 mgr.y (mgr.24491) 23637 : cluster [DBG] pgmap v20881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:37.408759+0000 mgr.y (mgr.24491) 23637 : cluster [DBG] pgmap v20881: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:39.409321+0000 mgr.y (mgr.24491) 23638 : cluster [DBG] pgmap v20882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:39.409321+0000 mgr.y (mgr.24491) 23638 : cluster [DBG] pgmap v20882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:39.409321+0000 mgr.y (mgr.24491) 23638 : cluster [DBG] pgmap v20882: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:08:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:41.409823+0000 mgr.y (mgr.24491) 23639 : cluster [DBG] pgmap v20883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:41.409823+0000 mgr.y (mgr.24491) 23639 : cluster [DBG] pgmap v20883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:41.409823+0000 mgr.y (mgr.24491) 23639 : cluster [DBG] pgmap v20883: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:44.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:43.410317+0000 mgr.y (mgr.24491) 23640 : cluster [DBG] pgmap v20884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:43.410317+0000 mgr.y (mgr.24491) 23640 : cluster [DBG] pgmap v20884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:43.410317+0000 mgr.y (mgr.24491) 23640 : cluster [DBG] pgmap v20884: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:45.411311+0000 mgr.y (mgr.24491) 23641 : cluster [DBG] pgmap v20885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:45.411311+0000 mgr.y (mgr.24491) 23641 : cluster [DBG] pgmap v20885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:45.411311+0000 mgr.y (mgr.24491) 23641 : cluster [DBG] pgmap v20885: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:08:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:08:48.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:47.411799+0000 mgr.y (mgr.24491) 23642 : cluster [DBG] pgmap v20886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:47.411799+0000 mgr.y (mgr.24491) 23642 : cluster [DBG] pgmap v20886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:47.411799+0000 mgr.y (mgr.24491) 23642 : cluster [DBG] pgmap v20886: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:50.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:49.412382+0000 mgr.y (mgr.24491) 23643 : cluster [DBG] pgmap v20887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:49.412382+0000 mgr.y (mgr.24491) 23643 : cluster [DBG] pgmap v20887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:49.412382+0000 mgr.y (mgr.24491) 23643 : cluster [DBG] pgmap v20887: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:08:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:08:52.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:51.412870+0000 mgr.y (mgr.24491) 23644 : cluster [DBG] pgmap v20888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:51.412870+0000 mgr.y (mgr.24491) 23644 : cluster [DBG] pgmap v20888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:51.412870+0000 mgr.y (mgr.24491) 23644 : cluster [DBG] pgmap v20888: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:54.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:53.413399+0000 mgr.y (mgr.24491) 23645 : cluster [DBG] pgmap v20889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:53.413399+0000 mgr.y (mgr.24491) 23645 : cluster [DBG] pgmap v20889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:53.413399+0000 mgr.y (mgr.24491) 23645 : cluster [DBG] pgmap v20889: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:55.278 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:08:55.554 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:08:55.555 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 3m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:08:55.555 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 3m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:08:55.555 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 3m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:08:55.555 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 3m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:08:55.555 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 3m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:08:55.555 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 3m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:08:55.555 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 3m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:08:55.555 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 3m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:08:55.555 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 3m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:08:55.556 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 3m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:08:55.556 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 3m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:08:55.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 3m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:08:55.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 3m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:08:55.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 3m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:08:55.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 3m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:08:55.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 3m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:08:55.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 3m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:08:55.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 3m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:08:55.556 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 3m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:08:55.556 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 3m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:08:55.886 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:08:55.886 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:08:55.886 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:08:55.886 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:08:55.886 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:08:55.887 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:08:55.887 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:08:55.887 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:08:55.887 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:08:55.887 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:08:55.887 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:08:55.887 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:08:55.887 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:08:55.887 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:08:55.887 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:08:55.888 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:08:55.888 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:08:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:08:55.268064+0000 mgr.y (mgr.24491) 23646 : audit [DBG] from='client.49067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:56.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:55.414021+0000 mgr.y (mgr.24491) 23647 : cluster [DBG] pgmap v20890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:56.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:08:55.888123+0000 mon.c (mon.2) 729 : audit [DBG] from='client.? 172.21.15.177:0/3330548843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:08:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:08:55.268064+0000 mgr.y (mgr.24491) 23646 : audit [DBG] from='client.49067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:55.414021+0000 mgr.y (mgr.24491) 23647 : cluster [DBG] pgmap v20890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:08:55.888123+0000 mon.c (mon.2) 729 : audit [DBG] from='client.? 172.21.15.177:0/3330548843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:08:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:08:55.268064+0000 mgr.y (mgr.24491) 23646 : audit [DBG] from='client.49067 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:55.414021+0000 mgr.y (mgr.24491) 23647 : cluster [DBG] pgmap v20890: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:08:55.888123+0000 mon.c (mon.2) 729 : audit [DBG] from='client.? 172.21.15.177:0/3330548843' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:08:57.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:08:55.549039+0000 mgr.y (mgr.24491) 23648 : audit [DBG] from='client.39165 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:57.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:08:55.549039+0000 mgr.y (mgr.24491) 23648 : audit [DBG] from='client.39165 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:08:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:08:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:08:55.549039+0000 mgr.y (mgr.24491) 23648 : audit [DBG] from='client.39165 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:08:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:08:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:57.414434+0000 mgr.y (mgr.24491) 23649 : cluster [DBG] pgmap v20891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:08:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:57.414434+0000 mgr.y (mgr.24491) 23649 : cluster [DBG] pgmap v20891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:08:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:08:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:57.414434+0000 mgr.y (mgr.24491) 23649 : cluster [DBG] pgmap v20891: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:00.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:08:59.415088+0000 mgr.y (mgr.24491) 23650 : cluster [DBG] pgmap v20892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:08:59.415088+0000 mgr.y (mgr.24491) 23650 : cluster [DBG] pgmap v20892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:08:59.415088+0000 mgr.y (mgr.24491) 23650 : cluster [DBG] pgmap v20892: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:09:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:09:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:01.415491+0000 mgr.y (mgr.24491) 23651 : cluster [DBG] pgmap v20893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:01.415491+0000 mgr.y (mgr.24491) 23651 : cluster [DBG] pgmap v20893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:01.415491+0000 mgr.y (mgr.24491) 23651 : cluster [DBG] pgmap v20893: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:03.415978+0000 mgr.y (mgr.24491) 23652 : cluster [DBG] pgmap v20894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:03.415978+0000 mgr.y (mgr.24491) 23652 : cluster [DBG] pgmap v20894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:03.415978+0000 mgr.y (mgr.24491) 23652 : cluster [DBG] pgmap v20894: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:05.416845+0000 mgr.y (mgr.24491) 23653 : cluster [DBG] pgmap v20895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:06.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:05.416845+0000 mgr.y (mgr.24491) 23653 : cluster [DBG] pgmap v20895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:05.416845+0000 mgr.y (mgr.24491) 23653 : cluster [DBG] pgmap v20895: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:09:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:07.417275+0000 mgr.y (mgr.24491) 23654 : cluster [DBG] pgmap v20896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:07.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:07.417275+0000 mgr.y (mgr.24491) 23654 : cluster [DBG] pgmap v20896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:07.417275+0000 mgr.y (mgr.24491) 23654 : cluster [DBG] pgmap v20896: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:10.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:09.418122+0000 mgr.y (mgr.24491) 23655 : cluster [DBG] pgmap v20897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:09.418122+0000 mgr.y (mgr.24491) 23655 : cluster [DBG] pgmap v20897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:09.418122+0000 mgr.y (mgr.24491) 23655 : cluster [DBG] pgmap v20897: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:09:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:09:12.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:11.418545+0000 mgr.y (mgr.24491) 23656 : cluster [DBG] pgmap v20898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:11.418545+0000 mgr.y (mgr.24491) 23656 : cluster [DBG] pgmap v20898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:11.418545+0000 mgr.y (mgr.24491) 23656 : cluster [DBG] pgmap v20898: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:13.418907+0000 mgr.y (mgr.24491) 23657 : cluster [DBG] pgmap v20899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:09:13.501516+0000 mon.a (mon.0) 4726 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:09:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:09:13.741466+0000 mon.a (mon.0) 4727 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:09:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:09:14.015352+0000 mon.a (mon.0) 4728 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:09:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:09:14.015991+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:09:14.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:09:14.020187+0000 mon.a (mon.0) 4730 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:09:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:13.418907+0000 mgr.y (mgr.24491) 23657 : cluster [DBG] pgmap v20899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:09:13.501516+0000 mon.a (mon.0) 4726 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:09:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:09:13.741466+0000 mon.a (mon.0) 4727 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:09:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:09:14.015352+0000 mon.a (mon.0) 4728 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:09:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:09:14.015991+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:09:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:09:14.020187+0000 mon.a (mon.0) 4730 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:09:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:13.418907+0000 mgr.y (mgr.24491) 23657 : cluster [DBG] pgmap v20899: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:09:13.501516+0000 mon.a (mon.0) 4726 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:09:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:09:13.741466+0000 mon.a (mon.0) 4727 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:09:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:09:14.015352+0000 mon.a (mon.0) 4728 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:09:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:09:14.015991+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:09:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:09:14.020187+0000 mon.a (mon.0) 4730 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:09:16.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:15.419597+0000 mgr.y (mgr.24491) 23658 : cluster [DBG] pgmap v20900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:15.419597+0000 mgr.y (mgr.24491) 23658 : cluster [DBG] pgmap v20900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:15.419597+0000 mgr.y (mgr.24491) 23658 : cluster [DBG] pgmap v20900: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:09:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:09:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:17.420035+0000 mgr.y (mgr.24491) 23659 : cluster [DBG] pgmap v20901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:17.420035+0000 mgr.y (mgr.24491) 23659 : cluster [DBG] pgmap v20901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:17.420035+0000 mgr.y (mgr.24491) 23659 : cluster [DBG] pgmap v20901: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:19.420566+0000 mgr.y (mgr.24491) 23660 : cluster [DBG] pgmap v20902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:20.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:19.420566+0000 mgr.y (mgr.24491) 23660 : cluster [DBG] pgmap v20902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:19.420566+0000 mgr.y (mgr.24491) 23660 : cluster [DBG] pgmap v20902: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:09:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:09:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:21.421014+0000 mgr.y (mgr.24491) 23661 : cluster [DBG] pgmap v20903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:22.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:21.421014+0000 mgr.y (mgr.24491) 23661 : cluster [DBG] pgmap v20903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:21.421014+0000 mgr.y (mgr.24491) 23661 : cluster [DBG] pgmap v20903: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:23.421367+0000 mgr.y (mgr.24491) 23662 : cluster [DBG] pgmap v20904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:23.421367+0000 mgr.y (mgr.24491) 23662 : cluster [DBG] pgmap v20904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:23.421367+0000 mgr.y (mgr.24491) 23662 : cluster [DBG] pgmap v20904: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:26.199 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:09:26.472 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 4m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 4m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 4m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 4m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 4m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 4m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 4m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 4m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 4m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 4m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 4m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 4m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 4m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 4m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 4m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:09:26.473 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 4m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:09:26.474 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 4m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:09:26.474 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 4m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:09:26.474 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 4m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:09:26.474 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 4m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:09:26.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:25.422047+0000 mgr.y (mgr.24491) 23663 : cluster [DBG] pgmap v20905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:26.804 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:09:26.804 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:09:26.805 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:09:26.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:25.422047+0000 mgr.y (mgr.24491) 23663 : cluster [DBG] pgmap v20905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:25.422047+0000 mgr.y (mgr.24491) 23663 : cluster [DBG] pgmap v20905: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:09:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:09:26.188669+0000 mgr.y (mgr.24491) 23664 : audit [DBG] from='client.49085 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:09:26.467092+0000 mgr.y (mgr.24491) 23665 : audit [DBG] from='client.39183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:09:26.806823+0000 mon.c (mon.2) 730 : audit [DBG] from='client.? 172.21.15.177:0/2203628729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:09:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:09:26.188669+0000 mgr.y (mgr.24491) 23664 : audit [DBG] from='client.49085 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:09:26.467092+0000 mgr.y (mgr.24491) 23665 : audit [DBG] from='client.39183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:09:26.806823+0000 mon.c (mon.2) 730 : audit [DBG] from='client.? 172.21.15.177:0/2203628729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:09:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:09:26.188669+0000 mgr.y (mgr.24491) 23664 : audit [DBG] from='client.49085 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:09:26.467092+0000 mgr.y (mgr.24491) 23665 : audit [DBG] from='client.39183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:09:26.806823+0000 mon.c (mon.2) 730 : audit [DBG] from='client.? 172.21.15.177:0/2203628729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:09:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:27.422616+0000 mgr.y (mgr.24491) 23666 : cluster [DBG] pgmap v20906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:27.422616+0000 mgr.y (mgr.24491) 23666 : cluster [DBG] pgmap v20906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:27.422616+0000 mgr.y (mgr.24491) 23666 : cluster [DBG] pgmap v20906: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:29.423303+0000 mgr.y (mgr.24491) 23667 : cluster [DBG] pgmap v20907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:29.423303+0000 mgr.y (mgr.24491) 23667 : cluster [DBG] pgmap v20907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:29.423303+0000 mgr.y (mgr.24491) 23667 : cluster [DBG] pgmap v20907: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:09:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:31.423693+0000 mgr.y (mgr.24491) 23668 : cluster [DBG] pgmap v20908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:31.423693+0000 mgr.y (mgr.24491) 23668 : cluster [DBG] pgmap v20908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:31.423693+0000 mgr.y (mgr.24491) 23668 : cluster [DBG] pgmap v20908: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:34.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:33.424285+0000 mgr.y (mgr.24491) 23669 : cluster [DBG] pgmap v20909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:33.424285+0000 mgr.y (mgr.24491) 23669 : cluster [DBG] pgmap v20909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:33.424285+0000 mgr.y (mgr.24491) 23669 : cluster [DBG] pgmap v20909: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:36.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:35.424917+0000 mgr.y (mgr.24491) 23670 : cluster [DBG] pgmap v20910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:35.424917+0000 mgr.y (mgr.24491) 23670 : cluster [DBG] pgmap v20910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:35.424917+0000 mgr.y (mgr.24491) 23670 : cluster [DBG] pgmap v20910: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:09:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:09:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:37.425498+0000 mgr.y (mgr.24491) 23671 : cluster [DBG] pgmap v20911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:37.425498+0000 mgr.y (mgr.24491) 23671 : cluster [DBG] pgmap v20911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:37.425498+0000 mgr.y (mgr.24491) 23671 : cluster [DBG] pgmap v20911: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:40.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:39.426247+0000 mgr.y (mgr.24491) 23672 : cluster [DBG] pgmap v20912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:39.426247+0000 mgr.y (mgr.24491) 23672 : cluster [DBG] pgmap v20912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:39.426247+0000 mgr.y (mgr.24491) 23672 : cluster [DBG] pgmap v20912: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:09:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:09:42.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:41.426827+0000 mgr.y (mgr.24491) 23673 : cluster [DBG] pgmap v20913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:42.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:41.426827+0000 mgr.y (mgr.24491) 23673 : cluster [DBG] pgmap v20913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:41.426827+0000 mgr.y (mgr.24491) 23673 : cluster [DBG] pgmap v20913: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:44.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:43.427384+0000 mgr.y (mgr.24491) 23674 : cluster [DBG] pgmap v20914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:44.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:43.427384+0000 mgr.y (mgr.24491) 23674 : cluster [DBG] pgmap v20914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:43.427384+0000 mgr.y (mgr.24491) 23674 : cluster [DBG] pgmap v20914: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:46.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:45.428319+0000 mgr.y (mgr.24491) 23675 : cluster [DBG] pgmap v20915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:45.428319+0000 mgr.y (mgr.24491) 23675 : cluster [DBG] pgmap v20915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:45.428319+0000 mgr.y (mgr.24491) 23675 : cluster [DBG] pgmap v20915: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:09:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T15:09:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:47.428765+0000 mgr.y (mgr.24491) 23676 : cluster [DBG] pgmap v20916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:47.428765+0000 mgr.y (mgr.24491) 23676 : cluster [DBG] pgmap v20916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:47.428765+0000 mgr.y (mgr.24491) 23676 : cluster [DBG] pgmap v20916: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:49.429385+0000 mgr.y (mgr.24491) 23677 : cluster [DBG] pgmap v20917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:49.429385+0000 mgr.y (mgr.24491) 23677 : cluster [DBG] pgmap v20917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:49.429385+0000 mgr.y (mgr.24491) 23677 : cluster [DBG] pgmap v20917: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:09:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:09:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:51.429888+0000 mgr.y (mgr.24491) 23678 : cluster [DBG] pgmap v20918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:51.429888+0000 mgr.y (mgr.24491) 23678 : cluster [DBG] pgmap v20918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:51.429888+0000 mgr.y (mgr.24491) 23678 : cluster [DBG] pgmap v20918: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:53.430310+0000 mgr.y (mgr.24491) 23679 : cluster [DBG] pgmap v20919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:53.430310+0000 mgr.y (mgr.24491) 23679 : cluster [DBG] pgmap v20919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:53.430310+0000 mgr.y (mgr.24491) 23679 : cluster [DBG] pgmap v20919: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:55.431171+0000 mgr.y (mgr.24491) 23680 : cluster [DBG] pgmap v20920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:55.431171+0000 mgr.y (mgr.24491) 23680 : cluster [DBG] pgmap v20920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:55.431171+0000 mgr.y (mgr.24491) 23680 : cluster [DBG] pgmap v20920: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:57.112 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:09:57.386 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:09:57.386 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 4m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:09:57.386 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 4m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 4m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 4m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 4m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 4m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 4m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 4m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 4m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 4m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 4m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 4m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 4m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 4m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 4m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 4m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:09:57.387 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 4m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:09:57.388 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 4m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:09:57.388 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 4m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:09:57.388 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 4m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:09:57.720 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:09:57.721 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:09:57.721 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:09:57.721 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:09:57.721 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:09:57.721 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:09:57.721 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:09:57.721 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:09:57.721 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:09:57.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:09:57.722 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:09:57.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:09:57.722 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:09:57.722 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:09:57.722 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:09:57.722 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:09:57.722 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:09:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:09:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:09:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T15:09:58.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:09:57.101695+0000 mgr.y (mgr.24491) 23681 : audit [DBG] from='client.49103 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:09:57.380975+0000 mgr.y (mgr.24491) 23682 : audit [DBG] from='client.49109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:57.431499+0000 mgr.y (mgr.24491) 23683 : cluster [DBG] pgmap v20921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:58.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:09:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:09:57.722785+0000 mon.c (mon.2) 731 : audit [DBG] from='client.? 172.21.15.177:0/2724145540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:09:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:09:57.101695+0000 mgr.y (mgr.24491) 23681 : audit [DBG] from='client.49103 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:09:57.380975+0000 mgr.y (mgr.24491) 23682 : audit [DBG] from='client.49109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:57.431499+0000 mgr.y (mgr.24491) 23683 : cluster [DBG] pgmap v20921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:09:57.722785+0000 mon.c (mon.2) 731 : audit [DBG] from='client.? 172.21.15.177:0/2724145540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:09:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:09:57.101695+0000 mgr.y (mgr.24491) 23681 : audit [DBG] from='client.49103 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:09:57.380975+0000 mgr.y (mgr.24491) 23682 : audit [DBG] from='client.49109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:09:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:57.431499+0000 mgr.y (mgr.24491) 23683 : cluster [DBG] pgmap v20921: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:09:58.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:09:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:09:57.722785+0000 mon.c (mon.2) 731 : audit [DBG] from='client.? 172.21.15.177:0/2724145540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:10:00.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: debug 2024-04-20T15:09:59.999+0000 7f5985328700 -1 log_channel(cluster) log [ERR] : overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T15:10:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:09:59.432171+0000 mgr.y (mgr.24491) 23684 : cluster [DBG] pgmap v20922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:00.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:00.000101+0000 mon.a (mon.0) 4731 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T15:10:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:09:59.432171+0000 mgr.y (mgr.24491) 23684 : cluster [DBG] pgmap v20922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:00.000101+0000 mon.a (mon.0) 4731 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T15:10:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:09:59.432171+0000 mgr.y (mgr.24491) 23684 : cluster [DBG] pgmap v20922: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:00.000101+0000 mon.a (mon.0) 4731 : cluster [ERR] overall HEALTH_ERR Upgrade: cannot upgrade/downgrade to 19.0.0-3157-gd5c85300 2024-04-20T15:10:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:10:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:10:02.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:01.432742+0000 mgr.y (mgr.24491) 23685 : cluster [DBG] pgmap v20923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:01.432742+0000 mgr.y (mgr.24491) 23685 : cluster [DBG] pgmap v20923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:01.432742+0000 mgr.y (mgr.24491) 23685 : cluster [DBG] pgmap v20923: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:04.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:03.433288+0000 mgr.y (mgr.24491) 23686 : cluster [DBG] pgmap v20924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:03.433288+0000 mgr.y (mgr.24491) 23686 : cluster [DBG] pgmap v20924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:03.433288+0000 mgr.y (mgr.24491) 23686 : cluster [DBG] pgmap v20924: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:06.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:05.434141+0000 mgr.y (mgr.24491) 23687 : cluster [DBG] pgmap v20925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:05.434141+0000 mgr.y (mgr.24491) 23687 : cluster [DBG] pgmap v20925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:05.434141+0000 mgr.y (mgr.24491) 23687 : cluster [DBG] pgmap v20925: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:08.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:10:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:10:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:07.434653+0000 mgr.y (mgr.24491) 23688 : cluster [DBG] pgmap v20926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:07.434653+0000 mgr.y (mgr.24491) 23688 : cluster [DBG] pgmap v20926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:07.434653+0000 mgr.y (mgr.24491) 23688 : cluster [DBG] pgmap v20926: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:09.435545+0000 mgr.y (mgr.24491) 23689 : cluster [DBG] pgmap v20927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:09.435545+0000 mgr.y (mgr.24491) 23689 : cluster [DBG] pgmap v20927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:09.435545+0000 mgr.y (mgr.24491) 23689 : cluster [DBG] pgmap v20927: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:10:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:10:12.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:11.435931+0000 mgr.y (mgr.24491) 23690 : cluster [DBG] pgmap v20928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:11.435931+0000 mgr.y (mgr.24491) 23690 : cluster [DBG] pgmap v20928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:11.435931+0000 mgr.y (mgr.24491) 23690 : cluster [DBG] pgmap v20928: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:13.436392+0000 mgr.y (mgr.24491) 23691 : cluster [DBG] pgmap v20929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:10:14.024651+0000 mon.a (mon.0) 4732 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:10:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:10:14.317070+0000 mon.a (mon.0) 4733 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:10:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:10:14.317695+0000 mon.a (mon.0) 4734 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:10:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:10:14.323792+0000 mon.a (mon.0) 4735 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:10:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:13.436392+0000 mgr.y (mgr.24491) 23691 : cluster [DBG] pgmap v20929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:10:14.024651+0000 mon.a (mon.0) 4732 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:10:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:10:14.317070+0000 mon.a (mon.0) 4733 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:10:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:10:14.317695+0000 mon.a (mon.0) 4734 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:10:14.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:10:14.323792+0000 mon.a (mon.0) 4735 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:10:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:13.436392+0000 mgr.y (mgr.24491) 23691 : cluster [DBG] pgmap v20929: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:10:14.024651+0000 mon.a (mon.0) 4732 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:10:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:10:14.317070+0000 mon.a (mon.0) 4733 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:10:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:10:14.317695+0000 mon.a (mon.0) 4734 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:10:14.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:10:14.323792+0000 mon.a (mon.0) 4735 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:10:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:15.437234+0000 mgr.y (mgr.24491) 23692 : cluster [DBG] pgmap v20930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:15.437234+0000 mgr.y (mgr.24491) 23692 : cluster [DBG] pgmap v20930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:15.437234+0000 mgr.y (mgr.24491) 23692 : cluster [DBG] pgmap v20930: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:10:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:17] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:10:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:17.437695+0000 mgr.y (mgr.24491) 23693 : cluster [DBG] pgmap v20931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:18.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:17.437695+0000 mgr.y (mgr.24491) 23693 : cluster [DBG] pgmap v20931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:18.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:17.437695+0000 mgr.y (mgr.24491) 23693 : cluster [DBG] pgmap v20931: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:19.438362+0000 mgr.y (mgr.24491) 23694 : cluster [DBG] pgmap v20932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:19.438362+0000 mgr.y (mgr.24491) 23694 : cluster [DBG] pgmap v20932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:19.438362+0000 mgr.y (mgr.24491) 23694 : cluster [DBG] pgmap v20932: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:10:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:10:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:21.438852+0000 mgr.y (mgr.24491) 23695 : cluster [DBG] pgmap v20933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:21.438852+0000 mgr.y (mgr.24491) 23695 : cluster [DBG] pgmap v20933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:21.438852+0000 mgr.y (mgr.24491) 23695 : cluster [DBG] pgmap v20933: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:24.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:23.439350+0000 mgr.y (mgr.24491) 23696 : cluster [DBG] pgmap v20934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:23.439350+0000 mgr.y (mgr.24491) 23696 : cluster [DBG] pgmap v20934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:23.439350+0000 mgr.y (mgr.24491) 23696 : cluster [DBG] pgmap v20934: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:25.440025+0000 mgr.y (mgr.24491) 23697 : cluster [DBG] pgmap v20935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:25.440025+0000 mgr.y (mgr.24491) 23697 : cluster [DBG] pgmap v20935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:25.440025+0000 mgr.y (mgr.24491) 23697 : cluster [DBG] pgmap v20935: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:28.029 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:10:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:10:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:27] "GET /metrics HTTP/1.1" 200 188299 "" "Prometheus/2.33.4" 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 5m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 5m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 5m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 5m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 5m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 5m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 5m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 5m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 5m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 5m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:10:28.307 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 5m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:10:28.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 5m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:10:28.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 5m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:10:28.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 5m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:10:28.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 5m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:10:28.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 5m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:10:28.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 5m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:10:28.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 5m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:10:28.308 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 5m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:10:28.308 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 5m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:10:28.642 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:10:28.642 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:10:28.642 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:10:28.642 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:10:28.642 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:10:28.642 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:10:28.642 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:10:28.642 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:10:28.643 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:10:28.643 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:10:28.643 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:10:28.643 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:10:28.643 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:10:28.643 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:10:28.643 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:10:28.643 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:10:28.643 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:10:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:27.440599+0000 mgr.y (mgr.24491) 23698 : cluster [DBG] pgmap v20936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:27.440599+0000 mgr.y (mgr.24491) 23698 : cluster [DBG] pgmap v20936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:29.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:27.440599+0000 mgr.y (mgr.24491) 23698 : cluster [DBG] pgmap v20936: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:10:28.018135+0000 mgr.y (mgr.24491) 23699 : audit [DBG] from='client.49121 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:10:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:10:28.301591+0000 mgr.y (mgr.24491) 23700 : audit [DBG] from='client.39219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:10:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:10:28.643958+0000 mon.c (mon.2) 732 : audit [DBG] from='client.? 172.21.15.177:0/2170991857' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:10:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:10:28.018135+0000 mgr.y (mgr.24491) 23699 : audit [DBG] from='client.49121 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:10:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:10:28.301591+0000 mgr.y (mgr.24491) 23700 : audit [DBG] from='client.39219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:10:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:10:28.643958+0000 mon.c (mon.2) 732 : audit [DBG] from='client.? 172.21.15.177:0/2170991857' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:10:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:10:28.018135+0000 mgr.y (mgr.24491) 23699 : audit [DBG] from='client.49121 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:10:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:10:28.301591+0000 mgr.y (mgr.24491) 23700 : audit [DBG] from='client.39219 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:10:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:10:28.643958+0000 mon.c (mon.2) 732 : audit [DBG] from='client.? 172.21.15.177:0/2170991857' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:10:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:29.441413+0000 mgr.y (mgr.24491) 23701 : cluster [DBG] pgmap v20937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:29.441413+0000 mgr.y (mgr.24491) 23701 : cluster [DBG] pgmap v20937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:29.441413+0000 mgr.y (mgr.24491) 23701 : cluster [DBG] pgmap v20937: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:10:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:10:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:31.441839+0000 mgr.y (mgr.24491) 23702 : cluster [DBG] pgmap v20938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:31.441839+0000 mgr.y (mgr.24491) 23702 : cluster [DBG] pgmap v20938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:31.441839+0000 mgr.y (mgr.24491) 23702 : cluster [DBG] pgmap v20938: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:33.442310+0000 mgr.y (mgr.24491) 23703 : cluster [DBG] pgmap v20939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:33.442310+0000 mgr.y (mgr.24491) 23703 : cluster [DBG] pgmap v20939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:33.442310+0000 mgr.y (mgr.24491) 23703 : cluster [DBG] pgmap v20939: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:35.443039+0000 mgr.y (mgr.24491) 23704 : cluster [DBG] pgmap v20940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:35.443039+0000 mgr.y (mgr.24491) 23704 : cluster [DBG] pgmap v20940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:35.443039+0000 mgr.y (mgr.24491) 23704 : cluster [DBG] pgmap v20940: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:38.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:10:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:37] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:10:38.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:37.443498+0000 mgr.y (mgr.24491) 23705 : cluster [DBG] pgmap v20941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:38.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:37.443498+0000 mgr.y (mgr.24491) 23705 : cluster [DBG] pgmap v20941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:37.443498+0000 mgr.y (mgr.24491) 23705 : cluster [DBG] pgmap v20941: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:40.901 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:39.444431+0000 mgr.y (mgr.24491) 23706 : cluster [DBG] pgmap v20942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:40.904 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:39.444431+0000 mgr.y (mgr.24491) 23706 : cluster [DBG] pgmap v20942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:41.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:39.444431+0000 mgr.y (mgr.24491) 23706 : cluster [DBG] pgmap v20942: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:10:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:10:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:41.444772+0000 mgr.y (mgr.24491) 23707 : cluster [DBG] pgmap v20943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:41.444772+0000 mgr.y (mgr.24491) 23707 : cluster [DBG] pgmap v20943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:41.444772+0000 mgr.y (mgr.24491) 23707 : cluster [DBG] pgmap v20943: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:43.445253+0000 mgr.y (mgr.24491) 23708 : cluster [DBG] pgmap v20944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:43.445253+0000 mgr.y (mgr.24491) 23708 : cluster [DBG] pgmap v20944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:43.445253+0000 mgr.y (mgr.24491) 23708 : cluster [DBG] pgmap v20944: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:45.446016+0000 mgr.y (mgr.24491) 23709 : cluster [DBG] pgmap v20945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:45.446016+0000 mgr.y (mgr.24491) 23709 : cluster [DBG] pgmap v20945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:45.446016+0000 mgr.y (mgr.24491) 23709 : cluster [DBG] pgmap v20945: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:48.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:10:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:10:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:47.446493+0000 mgr.y (mgr.24491) 23710 : cluster [DBG] pgmap v20946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:47.446493+0000 mgr.y (mgr.24491) 23710 : cluster [DBG] pgmap v20946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:47.446493+0000 mgr.y (mgr.24491) 23710 : cluster [DBG] pgmap v20946: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:49.447159+0000 mgr.y (mgr.24491) 23711 : cluster [DBG] pgmap v20947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:49.447159+0000 mgr.y (mgr.24491) 23711 : cluster [DBG] pgmap v20947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:49.447159+0000 mgr.y (mgr.24491) 23711 : cluster [DBG] pgmap v20947: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:10:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:10:52.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:51.447548+0000 mgr.y (mgr.24491) 23712 : cluster [DBG] pgmap v20948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:51.447548+0000 mgr.y (mgr.24491) 23712 : cluster [DBG] pgmap v20948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:51.447548+0000 mgr.y (mgr.24491) 23712 : cluster [DBG] pgmap v20948: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:53.447995+0000 mgr.y (mgr.24491) 23713 : cluster [DBG] pgmap v20949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:53.447995+0000 mgr.y (mgr.24491) 23713 : cluster [DBG] pgmap v20949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:53.447995+0000 mgr.y (mgr.24491) 23713 : cluster [DBG] pgmap v20949: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:56.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:55.448705+0000 mgr.y (mgr.24491) 23714 : cluster [DBG] pgmap v20950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:55.448705+0000 mgr.y (mgr.24491) 23714 : cluster [DBG] pgmap v20950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:55.448705+0000 mgr.y (mgr.24491) 23714 : cluster [DBG] pgmap v20950: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:58.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:10:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:10:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:10:58.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:57.449106+0000 mgr.y (mgr.24491) 23715 : cluster [DBG] pgmap v20951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:10:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:57.449106+0000 mgr.y (mgr.24491) 23715 : cluster [DBG] pgmap v20951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:58.953 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:10:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:10:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:57.449106+0000 mgr.y (mgr.24491) 23715 : cluster [DBG] pgmap v20951: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:10:59.226 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:10:59.226 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 5m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:10:59.226 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 5m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:10:59.226 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 5m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:10:59.226 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 5m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:10:59.226 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 5m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:10:59.226 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 5m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:10:59.226 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 5m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:10:59.226 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 5m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:10:59.226 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 5m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:10:59.227 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 5m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:10:59.227 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 5m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:10:59.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 5m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:10:59.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 5m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:10:59.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 5m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:10:59.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 5m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:10:59.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 5m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:10:59.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 5m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:10:59.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 5m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:10:59.227 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 5m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:10:59.227 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 5m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:10:59.563 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:10:59.563 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:10:59.563 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:10:59.563 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:10:59.563 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:10:59.563 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:10:59.564 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:10:59.564 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:10:59.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:10:59.564 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:10:59.564 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:10:59.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:10:59.564 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:10:59.564 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:10:59.564 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:10:59.564 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:10:59.564 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:11:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:10:58.943199+0000 mgr.y (mgr.24491) 23716 : audit [DBG] from='client.49139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:10:59.220821+0000 mgr.y (mgr.24491) 23717 : audit [DBG] from='client.49145 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:10:59.449667+0000 mgr.y (mgr.24491) 23718 : cluster [DBG] pgmap v20952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:10:59.565634+0000 mon.a (mon.0) 4736 : audit [DBG] from='client.? 172.21.15.177:0/3540112079' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:11:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:10:58.943199+0000 mgr.y (mgr.24491) 23716 : audit [DBG] from='client.49139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:10:59.220821+0000 mgr.y (mgr.24491) 23717 : audit [DBG] from='client.49145 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:10:59.449667+0000 mgr.y (mgr.24491) 23718 : cluster [DBG] pgmap v20952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:00.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:10:59.565634+0000 mon.a (mon.0) 4736 : audit [DBG] from='client.? 172.21.15.177:0/3540112079' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:11:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:10:58.943199+0000 mgr.y (mgr.24491) 23716 : audit [DBG] from='client.49139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:10:59.220821+0000 mgr.y (mgr.24491) 23717 : audit [DBG] from='client.49145 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:10:59.449667+0000 mgr.y (mgr.24491) 23718 : cluster [DBG] pgmap v20952: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:10:59.565634+0000 mon.a (mon.0) 4736 : audit [DBG] from='client.? 172.21.15.177:0/3540112079' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:11:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:11:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:11:02.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:01.450120+0000 mgr.y (mgr.24491) 23719 : cluster [DBG] pgmap v20953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:01.450120+0000 mgr.y (mgr.24491) 23719 : cluster [DBG] pgmap v20953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:01.450120+0000 mgr.y (mgr.24491) 23719 : cluster [DBG] pgmap v20953: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:03.450603+0000 mgr.y (mgr.24491) 23720 : cluster [DBG] pgmap v20954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:03.450603+0000 mgr.y (mgr.24491) 23720 : cluster [DBG] pgmap v20954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:03.450603+0000 mgr.y (mgr.24491) 23720 : cluster [DBG] pgmap v20954: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:05.451370+0000 mgr.y (mgr.24491) 23721 : cluster [DBG] pgmap v20955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:05.451370+0000 mgr.y (mgr.24491) 23721 : cluster [DBG] pgmap v20955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:05.451370+0000 mgr.y (mgr.24491) 23721 : cluster [DBG] pgmap v20955: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:11:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:07] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:11:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:07.451986+0000 mgr.y (mgr.24491) 23722 : cluster [DBG] pgmap v20956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:07.451986+0000 mgr.y (mgr.24491) 23722 : cluster [DBG] pgmap v20956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:07.451986+0000 mgr.y (mgr.24491) 23722 : cluster [DBG] pgmap v20956: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:09.452586+0000 mgr.y (mgr.24491) 23723 : cluster [DBG] pgmap v20957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:09.452586+0000 mgr.y (mgr.24491) 23723 : cluster [DBG] pgmap v20957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:09.452586+0000 mgr.y (mgr.24491) 23723 : cluster [DBG] pgmap v20957: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:11:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:11:12.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:11.453095+0000 mgr.y (mgr.24491) 23724 : cluster [DBG] pgmap v20958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:11.453095+0000 mgr.y (mgr.24491) 23724 : cluster [DBG] pgmap v20958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:11.453095+0000 mgr.y (mgr.24491) 23724 : cluster [DBG] pgmap v20958: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:14.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:13.453591+0000 mgr.y (mgr.24491) 23725 : cluster [DBG] pgmap v20959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:14.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:11:14.338421+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:11:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:13.453591+0000 mgr.y (mgr.24491) 23725 : cluster [DBG] pgmap v20959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:11:14.338421+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:11:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:13.453591+0000 mgr.y (mgr.24491) 23725 : cluster [DBG] pgmap v20959: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:11:14.338421+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:11:16.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:15.454426+0000 mgr.y (mgr.24491) 23726 : cluster [DBG] pgmap v20960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:15.454426+0000 mgr.y (mgr.24491) 23726 : cluster [DBG] pgmap v20960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:15.454426+0000 mgr.y (mgr.24491) 23726 : cluster [DBG] pgmap v20960: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:18.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:11:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:11:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:17.454737+0000 mgr.y (mgr.24491) 23727 : cluster [DBG] pgmap v20961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:11:17.667831+0000 mon.a (mon.0) 4738 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:11:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:11:17.950069+0000 mon.a (mon.0) 4739 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:11:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:11:17.950725+0000 mon.a (mon.0) 4740 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:11:18.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:11:17.955254+0000 mon.a (mon.0) 4741 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:11:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:17.454737+0000 mgr.y (mgr.24491) 23727 : cluster [DBG] pgmap v20961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:11:17.667831+0000 mon.a (mon.0) 4738 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:11:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:11:17.950069+0000 mon.a (mon.0) 4739 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:11:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:11:17.950725+0000 mon.a (mon.0) 4740 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:11:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:11:17.955254+0000 mon.a (mon.0) 4741 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:11:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:17.454737+0000 mgr.y (mgr.24491) 23727 : cluster [DBG] pgmap v20961: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:11:17.667831+0000 mon.a (mon.0) 4738 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:11:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:11:17.950069+0000 mon.a (mon.0) 4739 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:11:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:11:17.950725+0000 mon.a (mon.0) 4740 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:11:18.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:11:17.955254+0000 mon.a (mon.0) 4741 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:11:20.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:20 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:19.455298+0000 mgr.y (mgr.24491) 23728 : cluster [DBG] pgmap v20962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:20.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:19.455298+0000 mgr.y (mgr.24491) 23728 : cluster [DBG] pgmap v20962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:20.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:20 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:19.455298+0000 mgr.y (mgr.24491) 23728 : cluster [DBG] pgmap v20962: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:11:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:11:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:21.455698+0000 mgr.y (mgr.24491) 23729 : cluster [DBG] pgmap v20963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:22.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:21.455698+0000 mgr.y (mgr.24491) 23729 : cluster [DBG] pgmap v20963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:21.455698+0000 mgr.y (mgr.24491) 23729 : cluster [DBG] pgmap v20963: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:23.456096+0000 mgr.y (mgr.24491) 23730 : cluster [DBG] pgmap v20964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:23.456096+0000 mgr.y (mgr.24491) 23730 : cluster [DBG] pgmap v20964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:23.456096+0000 mgr.y (mgr.24491) 23730 : cluster [DBG] pgmap v20964: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:25.456830+0000 mgr.y (mgr.24491) 23731 : cluster [DBG] pgmap v20965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:25.456830+0000 mgr.y (mgr.24491) 23731 : cluster [DBG] pgmap v20965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:25.456830+0000 mgr.y (mgr.24491) 23731 : cluster [DBG] pgmap v20965: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:28.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:11:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:11:28.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:27.457264+0000 mgr.y (mgr.24491) 23732 : cluster [DBG] pgmap v20966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:28.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:28 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:27.457264+0000 mgr.y (mgr.24491) 23732 : cluster [DBG] pgmap v20966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:28.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:28 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:27.457264+0000 mgr.y (mgr.24491) 23732 : cluster [DBG] pgmap v20966: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:29.877 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:11:30.151 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:11:30.151 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 6m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:11:30.151 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 6m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 6m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 6m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 6m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 6m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 6m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 6m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 6m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 6m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 6m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 6m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 6m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 6m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:11:30.152 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 6m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:11:30.153 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 6m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:11:30.153 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 6m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:11:30.153 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 6m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:11:30.153 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 6m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:11:30.153 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 6m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:11:30.486 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:11:30.486 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:11:30.486 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:11:30.487 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:11:30.487 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:11:30.487 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:11:30.487 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:11:30.487 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:11:30.487 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:11:30.487 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:11:30.487 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:11:30.487 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:11:30.487 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:11:30.487 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:11:30.488 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:11:30.488 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:11:30.488 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:11:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:29.458142+0000 mgr.y (mgr.24491) 23733 : cluster [DBG] pgmap v20967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:11:30.488440+0000 mon.c (mon.2) 733 : audit [DBG] from='client.? 172.21.15.177:0/3470350948' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:11:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:29.458142+0000 mgr.y (mgr.24491) 23733 : cluster [DBG] pgmap v20967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:11:30.488440+0000 mon.c (mon.2) 733 : audit [DBG] from='client.? 172.21.15.177:0/3470350948' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:11:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:29.458142+0000 mgr.y (mgr.24491) 23733 : cluster [DBG] pgmap v20967: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:11:30.488440+0000 mon.c (mon.2) 733 : audit [DBG] from='client.? 172.21.15.177:0/3470350948' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:11:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:11:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:11:29.866974+0000 mgr.y (mgr.24491) 23734 : audit [DBG] from='client.49157 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:11:30.145557+0000 mgr.y (mgr.24491) 23735 : audit [DBG] from='client.39255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:11:29.866974+0000 mgr.y (mgr.24491) 23734 : audit [DBG] from='client.49157 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:31.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:11:30.145557+0000 mgr.y (mgr.24491) 23735 : audit [DBG] from='client.39255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:11:29.866974+0000 mgr.y (mgr.24491) 23734 : audit [DBG] from='client.49157 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:11:30.145557+0000 mgr.y (mgr.24491) 23735 : audit [DBG] from='client.39255 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:11:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:31.458610+0000 mgr.y (mgr.24491) 23736 : cluster [DBG] pgmap v20968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:31.458610+0000 mgr.y (mgr.24491) 23736 : cluster [DBG] pgmap v20968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:31.458610+0000 mgr.y (mgr.24491) 23736 : cluster [DBG] pgmap v20968: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:33.459025+0000 mgr.y (mgr.24491) 23737 : cluster [DBG] pgmap v20969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:33.459025+0000 mgr.y (mgr.24491) 23737 : cluster [DBG] pgmap v20969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:33.459025+0000 mgr.y (mgr.24491) 23737 : cluster [DBG] pgmap v20969: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:35.459772+0000 mgr.y (mgr.24491) 23738 : cluster [DBG] pgmap v20970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:35.459772+0000 mgr.y (mgr.24491) 23738 : cluster [DBG] pgmap v20970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:35.459772+0000 mgr.y (mgr.24491) 23738 : cluster [DBG] pgmap v20970: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:11:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:37] "GET /metrics HTTP/1.1" 200 188298 "" "Prometheus/2.33.4" 2024-04-20T15:11:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:37.460367+0000 mgr.y (mgr.24491) 23739 : cluster [DBG] pgmap v20971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:37.460367+0000 mgr.y (mgr.24491) 23739 : cluster [DBG] pgmap v20971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:37.460367+0000 mgr.y (mgr.24491) 23739 : cluster [DBG] pgmap v20971: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:39.460979+0000 mgr.y (mgr.24491) 23740 : cluster [DBG] pgmap v20972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:39.460979+0000 mgr.y (mgr.24491) 23740 : cluster [DBG] pgmap v20972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:39.460979+0000 mgr.y (mgr.24491) 23740 : cluster [DBG] pgmap v20972: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:11:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:11:42.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:41.461317+0000 mgr.y (mgr.24491) 23741 : cluster [DBG] pgmap v20973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:42.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:42 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:41.461317+0000 mgr.y (mgr.24491) 23741 : cluster [DBG] pgmap v20973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:42.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:42 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:41.461317+0000 mgr.y (mgr.24491) 23741 : cluster [DBG] pgmap v20973: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:43.461756+0000 mgr.y (mgr.24491) 23742 : cluster [DBG] pgmap v20974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:43.461756+0000 mgr.y (mgr.24491) 23742 : cluster [DBG] pgmap v20974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:44.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:43.461756+0000 mgr.y (mgr.24491) 23742 : cluster [DBG] pgmap v20974: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:46.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:45.462540+0000 mgr.y (mgr.24491) 23743 : cluster [DBG] pgmap v20975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:45.462540+0000 mgr.y (mgr.24491) 23743 : cluster [DBG] pgmap v20975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:45.462540+0000 mgr.y (mgr.24491) 23743 : cluster [DBG] pgmap v20975: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:11:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:47] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T15:11:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:47.462954+0000 mgr.y (mgr.24491) 23744 : cluster [DBG] pgmap v20976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:47.462954+0000 mgr.y (mgr.24491) 23744 : cluster [DBG] pgmap v20976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:47.462954+0000 mgr.y (mgr.24491) 23744 : cluster [DBG] pgmap v20976: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:49.463698+0000 mgr.y (mgr.24491) 23745 : cluster [DBG] pgmap v20977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:49.463698+0000 mgr.y (mgr.24491) 23745 : cluster [DBG] pgmap v20977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:49.463698+0000 mgr.y (mgr.24491) 23745 : cluster [DBG] pgmap v20977: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:11:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:51.464175+0000 mgr.y (mgr.24491) 23746 : cluster [DBG] pgmap v20978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:51.464175+0000 mgr.y (mgr.24491) 23746 : cluster [DBG] pgmap v20978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:51.464175+0000 mgr.y (mgr.24491) 23746 : cluster [DBG] pgmap v20978: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:53.464551+0000 mgr.y (mgr.24491) 23747 : cluster [DBG] pgmap v20979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:53.464551+0000 mgr.y (mgr.24491) 23747 : cluster [DBG] pgmap v20979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:53.464551+0000 mgr.y (mgr.24491) 23747 : cluster [DBG] pgmap v20979: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:55.465297+0000 mgr.y (mgr.24491) 23748 : cluster [DBG] pgmap v20980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:55.465297+0000 mgr.y (mgr.24491) 23748 : cluster [DBG] pgmap v20980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:55.465297+0000 mgr.y (mgr.24491) 23748 : cluster [DBG] pgmap v20980: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:11:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:11:57] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T15:11:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:11:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:57.465778+0000 mgr.y (mgr.24491) 23749 : cluster [DBG] pgmap v20981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:11:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:57.465778+0000 mgr.y (mgr.24491) 23749 : cluster [DBG] pgmap v20981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:11:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:11:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:57.465778+0000 mgr.y (mgr.24491) 23749 : cluster [DBG] pgmap v20981: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:00.799 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:12:00.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:11:59.466386+0000 mgr.y (mgr.24491) 23750 : cluster [DBG] pgmap v20982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:11:59.466386+0000 mgr.y (mgr.24491) 23750 : cluster [DBG] pgmap v20982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:11:59.466386+0000 mgr.y (mgr.24491) 23750 : cluster [DBG] pgmap v20982: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:01.076 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:12:01.076 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 6m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:12:01.076 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 6m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:12:01.076 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 6m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:12:01.076 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 6m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:12:01.076 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 6m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:12:01.077 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 6m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:12:01.077 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 6m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:12:01.077 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 6m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:12:01.077 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 6m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:12:01.077 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 6m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:12:01.077 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 6m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:12:01.077 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 6m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:12:01.077 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 6m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:12:01.077 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 6m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:12:01.077 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 6m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:12:01.077 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 6m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:12:01.078 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 6m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:12:01.078 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 6m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:12:01.078 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 6m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:12:01.078 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 6m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:12:01.408 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:12:01.408 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:12:01.408 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:12:01.408 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:12:01.408 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:12:01.408 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:12:01.408 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:12:01.408 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:12:01.408 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:12:01.408 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:12:01.408 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:12:01.409 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:12:01.409 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:12:01.409 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:12:01.409 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:12:01.409 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:12:01.409 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:12:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:12:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:12:00.789354+0000 mgr.y (mgr.24491) 23751 : audit [DBG] from='client.49175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:12:01.070384+0000 mgr.y (mgr.24491) 23752 : audit [DBG] from='client.39273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:12:01.409936+0000 mon.a (mon.0) 4742 : audit [DBG] from='client.? 172.21.15.177:0/4260712189' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:12:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:01.466895+0000 mgr.y (mgr.24491) 23753 : cluster [DBG] pgmap v20983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:12:00.789354+0000 mgr.y (mgr.24491) 23751 : audit [DBG] from='client.49175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:12:01.070384+0000 mgr.y (mgr.24491) 23752 : audit [DBG] from='client.39273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:12:01.409936+0000 mon.a (mon.0) 4742 : audit [DBG] from='client.? 172.21.15.177:0/4260712189' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:12:01.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:01.466895+0000 mgr.y (mgr.24491) 23753 : cluster [DBG] pgmap v20983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:12:00.789354+0000 mgr.y (mgr.24491) 23751 : audit [DBG] from='client.49175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:12:01.070384+0000 mgr.y (mgr.24491) 23752 : audit [DBG] from='client.39273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:12:01.409936+0000 mon.a (mon.0) 4742 : audit [DBG] from='client.? 172.21.15.177:0/4260712189' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:12:01.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:01.466895+0000 mgr.y (mgr.24491) 23753 : cluster [DBG] pgmap v20983: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:03.467576+0000 mgr.y (mgr.24491) 23754 : cluster [DBG] pgmap v20984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:03.467576+0000 mgr.y (mgr.24491) 23754 : cluster [DBG] pgmap v20984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:03.467576+0000 mgr.y (mgr.24491) 23754 : cluster [DBG] pgmap v20984: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:06.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:05.468395+0000 mgr.y (mgr.24491) 23755 : cluster [DBG] pgmap v20985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:06.901 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:05.468395+0000 mgr.y (mgr.24491) 23755 : cluster [DBG] pgmap v20985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:06.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:05.468395+0000 mgr.y (mgr.24491) 23755 : cluster [DBG] pgmap v20985: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:08.150 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:12:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:07] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:12:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:07.468932+0000 mgr.y (mgr.24491) 23756 : cluster [DBG] pgmap v20986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:07.468932+0000 mgr.y (mgr.24491) 23756 : cluster [DBG] pgmap v20986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:07.468932+0000 mgr.y (mgr.24491) 23756 : cluster [DBG] pgmap v20986: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:10.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:09.469607+0000 mgr.y (mgr.24491) 23757 : cluster [DBG] pgmap v20987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:10.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:10 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:09.469607+0000 mgr.y (mgr.24491) 23757 : cluster [DBG] pgmap v20987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:10.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:10 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:09.469607+0000 mgr.y (mgr.24491) 23757 : cluster [DBG] pgmap v20987: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:12:11.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:11.469959+0000 mgr.y (mgr.24491) 23758 : cluster [DBG] pgmap v20988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:11.469959+0000 mgr.y (mgr.24491) 23758 : cluster [DBG] pgmap v20988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:11.469959+0000 mgr.y (mgr.24491) 23758 : cluster [DBG] pgmap v20988: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:14.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:13.470337+0000 mgr.y (mgr.24491) 23759 : cluster [DBG] pgmap v20989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:14.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:14 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:13.470337+0000 mgr.y (mgr.24491) 23759 : cluster [DBG] pgmap v20989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:14.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:14 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:13.470337+0000 mgr.y (mgr.24491) 23759 : cluster [DBG] pgmap v20989: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:16.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:15.470969+0000 mgr.y (mgr.24491) 23760 : cluster [DBG] pgmap v20990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:16.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:16 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:15.470969+0000 mgr.y (mgr.24491) 23760 : cluster [DBG] pgmap v20990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:16.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:16 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:15.470969+0000 mgr.y (mgr.24491) 23760 : cluster [DBG] pgmap v20990: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:18.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:12:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:17] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:12:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:17.471488+0000 mgr.y (mgr.24491) 23761 : cluster [DBG] pgmap v20991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:18.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:18 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:12:17.959637+0000 mon.a (mon.0) 4743 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:12:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:17.471488+0000 mgr.y (mgr.24491) 23761 : cluster [DBG] pgmap v20991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:18.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:12:17.959637+0000 mon.a (mon.0) 4743 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:12:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:17.471488+0000 mgr.y (mgr.24491) 23761 : cluster [DBG] pgmap v20991: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:18.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:18 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:12:17.959637+0000 mon.a (mon.0) 4743 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:12:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:19.472123+0000 mgr.y (mgr.24491) 23762 : cluster [DBG] pgmap v20992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:19.472123+0000 mgr.y (mgr.24491) 23762 : cluster [DBG] pgmap v20992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:19.472123+0000 mgr.y (mgr.24491) 23762 : cluster [DBG] pgmap v20992: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:21.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:12:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:12:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:12:21.087557+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:12:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:12:21.353606+0000 mon.a (mon.0) 4745 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:12:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:12:21.354453+0000 mon.a (mon.0) 4746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:12:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:12:21.359617+0000 mon.a (mon.0) 4747 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:12:22.399 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:21.472542+0000 mgr.y (mgr.24491) 23763 : cluster [DBG] pgmap v20993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:12:21.087557+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:12:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:12:21.353606+0000 mon.a (mon.0) 4745 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:12:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:12:21.354453+0000 mon.a (mon.0) 4746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:12:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:12:21.359617+0000 mon.a (mon.0) 4747 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:12:22.400 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:21.472542+0000 mgr.y (mgr.24491) 23763 : cluster [DBG] pgmap v20993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:12:21.087557+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:12:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:12:21.353606+0000 mon.a (mon.0) 4745 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:12:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:12:21.354453+0000 mon.a (mon.0) 4746 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:12:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:12:21.359617+0000 mon.a (mon.0) 4747 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:12:22.499 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:21.472542+0000 mgr.y (mgr.24491) 23763 : cluster [DBG] pgmap v20993: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:23.473063+0000 mgr.y (mgr.24491) 23764 : cluster [DBG] pgmap v20994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:24.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:23.473063+0000 mgr.y (mgr.24491) 23764 : cluster [DBG] pgmap v20994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:24.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:23.473063+0000 mgr.y (mgr.24491) 23764 : cluster [DBG] pgmap v20994: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:26.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:25.473893+0000 mgr.y (mgr.24491) 23765 : cluster [DBG] pgmap v20995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:26.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:26 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:25.473893+0000 mgr.y (mgr.24491) 23765 : cluster [DBG] pgmap v20995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:26.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:26 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:25.473893+0000 mgr.y (mgr.24491) 23765 : cluster [DBG] pgmap v20995: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:27.474265+0000 mgr.y (mgr.24491) 23766 : cluster [DBG] pgmap v20996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:27] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:12:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:27.474265+0000 mgr.y (mgr.24491) 23766 : cluster [DBG] pgmap v20996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:27.474265+0000 mgr.y (mgr.24491) 23766 : cluster [DBG] pgmap v20996: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:30.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:29.474884+0000 mgr.y (mgr.24491) 23767 : cluster [DBG] pgmap v20997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:30.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:30 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:29.474884+0000 mgr.y (mgr.24491) 23767 : cluster [DBG] pgmap v20997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:30.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:30 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:29.474884+0000 mgr.y (mgr.24491) 23767 : cluster [DBG] pgmap v20997: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:12:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:12:31.715 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:12:31.987 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:12:31.987 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 7m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:12:31.987 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 7m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:12:31.987 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 7m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:12:31.987 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 7m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:12:31.988 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 7m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:12:31.988 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 7m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:12:31.988 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 7m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:12:31.988 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 7m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:12:31.988 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 7m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:12:31.988 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 7m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:12:31.988 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 7m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:12:31.988 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 7m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:12:31.988 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 7m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:12:31.988 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 7m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:12:31.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 7m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:12:31.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 7m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:12:31.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 7m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:12:31.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 7m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:12:31.989 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 7m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:12:31.989 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 7m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:12:32.318 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:12:32.318 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:12:32.318 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:12:32.318 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:12:32.318 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:12:32.318 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:12:32.319 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:12:32.319 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:12:32.319 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:12:32.319 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:12:32.319 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:12:32.319 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:12:32.319 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:12:32.319 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:12:32.319 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:12:32.319 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:12:32.319 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:12:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:31.475297+0000 mgr.y (mgr.24491) 23768 : cluster [DBG] pgmap v20998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:32.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:12:32.320084+0000 mon.a (mon.0) 4748 : audit [DBG] from='client.? 172.21.15.177:0/3776996395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:12:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:31.475297+0000 mgr.y (mgr.24491) 23768 : cluster [DBG] pgmap v20998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:32.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:32 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:12:32.320084+0000 mon.a (mon.0) 4748 : audit [DBG] from='client.? 172.21.15.177:0/3776996395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:12:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:31.475297+0000 mgr.y (mgr.24491) 23768 : cluster [DBG] pgmap v20998: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:32.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:32 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:12:32.320084+0000 mon.a (mon.0) 4748 : audit [DBG] from='client.? 172.21.15.177:0/3776996395' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:12:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:12:31.704600+0000 mgr.y (mgr.24491) 23769 : audit [DBG] from='client.39285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:12:31.981486+0000 mgr.y (mgr.24491) 23770 : audit [DBG] from='client.49199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:12:31.704600+0000 mgr.y (mgr.24491) 23769 : audit [DBG] from='client.39285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:33.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:12:31.981486+0000 mgr.y (mgr.24491) 23770 : audit [DBG] from='client.49199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:12:31.704600+0000 mgr.y (mgr.24491) 23769 : audit [DBG] from='client.39285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:12:31.981486+0000 mgr.y (mgr.24491) 23770 : audit [DBG] from='client.49199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:12:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:33.475690+0000 mgr.y (mgr.24491) 23771 : cluster [DBG] pgmap v20999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:34.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:33.475690+0000 mgr.y (mgr.24491) 23771 : cluster [DBG] pgmap v20999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:33.475690+0000 mgr.y (mgr.24491) 23771 : cluster [DBG] pgmap v20999: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:35.476394+0000 mgr.y (mgr.24491) 23772 : cluster [DBG] pgmap v21000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:35.476394+0000 mgr.y (mgr.24491) 23772 : cluster [DBG] pgmap v21000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:35.476394+0000 mgr.y (mgr.24491) 23772 : cluster [DBG] pgmap v21000: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:38.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:12:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:37] "GET /metrics HTTP/1.1" 200 188301 "" "Prometheus/2.33.4" 2024-04-20T15:12:38.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:37.476778+0000 mgr.y (mgr.24491) 23773 : cluster [DBG] pgmap v21001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:38.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:38 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:37.476778+0000 mgr.y (mgr.24491) 23773 : cluster [DBG] pgmap v21001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:38.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:38 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:37.476778+0000 mgr.y (mgr.24491) 23773 : cluster [DBG] pgmap v21001: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:40.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:39.477569+0000 mgr.y (mgr.24491) 23774 : cluster [DBG] pgmap v21002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:40.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:40 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:39.477569+0000 mgr.y (mgr.24491) 23774 : cluster [DBG] pgmap v21002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:40.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:40 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:39.477569+0000 mgr.y (mgr.24491) 23774 : cluster [DBG] pgmap v21002: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:12:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:41.478001+0000 mgr.y (mgr.24491) 23775 : cluster [DBG] pgmap v21003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:41.478001+0000 mgr.y (mgr.24491) 23775 : cluster [DBG] pgmap v21003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:41.478001+0000 mgr.y (mgr.24491) 23775 : cluster [DBG] pgmap v21003: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:44.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:43.478442+0000 mgr.y (mgr.24491) 23776 : cluster [DBG] pgmap v21004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:44.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:44 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:43.478442+0000 mgr.y (mgr.24491) 23776 : cluster [DBG] pgmap v21004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:44.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:44 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:43.478442+0000 mgr.y (mgr.24491) 23776 : cluster [DBG] pgmap v21004: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:45.479211+0000 mgr.y (mgr.24491) 23777 : cluster [DBG] pgmap v21005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:46.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:45.479211+0000 mgr.y (mgr.24491) 23777 : cluster [DBG] pgmap v21005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:45.479211+0000 mgr.y (mgr.24491) 23777 : cluster [DBG] pgmap v21005: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:47] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T15:12:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:47.479684+0000 mgr.y (mgr.24491) 23778 : cluster [DBG] pgmap v21006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:47.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:47.479684+0000 mgr.y (mgr.24491) 23778 : cluster [DBG] pgmap v21006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:47.479684+0000 mgr.y (mgr.24491) 23778 : cluster [DBG] pgmap v21006: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:49.480267+0000 mgr.y (mgr.24491) 23779 : cluster [DBG] pgmap v21007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:49.480267+0000 mgr.y (mgr.24491) 23779 : cluster [DBG] pgmap v21007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:49.480267+0000 mgr.y (mgr.24491) 23779 : cluster [DBG] pgmap v21007: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:12:51.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:51.480673+0000 mgr.y (mgr.24491) 23780 : cluster [DBG] pgmap v21008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:51.480673+0000 mgr.y (mgr.24491) 23780 : cluster [DBG] pgmap v21008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:51.480673+0000 mgr.y (mgr.24491) 23780 : cluster [DBG] pgmap v21008: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:53.481129+0000 mgr.y (mgr.24491) 23781 : cluster [DBG] pgmap v21009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:53.481129+0000 mgr.y (mgr.24491) 23781 : cluster [DBG] pgmap v21009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:53.481129+0000 mgr.y (mgr.24491) 23781 : cluster [DBG] pgmap v21009: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:55.481778+0000 mgr.y (mgr.24491) 23782 : cluster [DBG] pgmap v21010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:55.481778+0000 mgr.y (mgr.24491) 23782 : cluster [DBG] pgmap v21010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:55.481778+0000 mgr.y (mgr.24491) 23782 : cluster [DBG] pgmap v21010: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:12:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:12:57] "GET /metrics HTTP/1.1" 200 188304 "" "Prometheus/2.33.4" 2024-04-20T15:12:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:57.482181+0000 mgr.y (mgr.24491) 23783 : cluster [DBG] pgmap v21011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:57.482181+0000 mgr.y (mgr.24491) 23783 : cluster [DBG] pgmap v21011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:57.482181+0000 mgr.y (mgr.24491) 23783 : cluster [DBG] pgmap v21011: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:59.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:12:59.482827+0000 mgr.y (mgr.24491) 23784 : cluster [DBG] pgmap v21012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:12:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:12:59.482827+0000 mgr.y (mgr.24491) 23784 : cluster [DBG] pgmap v21012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:12:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:12:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:12:59.482827+0000 mgr.y (mgr.24491) 23784 : cluster [DBG] pgmap v21012: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:13:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:13:02.645 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:13:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:01.483202+0000 mgr.y (mgr.24491) 23785 : cluster [DBG] pgmap v21013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:01.483202+0000 mgr.y (mgr.24491) 23785 : cluster [DBG] pgmap v21013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:02.926 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:13:02.926 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 7m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:13:02.926 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 7m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:13:02.926 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 7m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:13:02.926 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 7m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:13:02.926 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 7m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:13:02.926 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 7m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:13:02.926 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 7m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 7m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 7m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 7m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 7m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 7m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 7m ago 11h 47.4M 2467M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 7m ago 11h 43.5M 2467M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 7m ago 11h 43.4M 2467M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 7m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 7m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 7m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 7m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:13:02.927 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 7m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:13:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:01.483202+0000 mgr.y (mgr.24491) 23785 : cluster [DBG] pgmap v21013: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:03.262 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:13:03.262 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:13:03.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:13:03.262 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:13:03.262 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:13:03.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:13:03.262 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:13:03.262 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:13:03.262 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:13:03.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:13:03.263 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:13:03.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:13:03.263 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:13:03.263 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:13:03.263 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:13:03.263 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:13:03.263 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:13:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:03.264126+0000 mon.a (mon.0) 4749 : audit [DBG] from='client.? 172.21.15.177:0/358522087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:13:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:03.264126+0000 mon.a (mon.0) 4749 : audit [DBG] from='client.? 172.21.15.177:0/358522087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:13:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:03.264126+0000 mon.a (mon.0) 4749 : audit [DBG] from='client.? 172.21.15.177:0/358522087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:13:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:02.635008+0000 mgr.y (mgr.24491) 23786 : audit [DBG] from='client.39303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:02.920822+0000 mgr.y (mgr.24491) 23787 : audit [DBG] from='client.49217 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:03.483593+0000 mgr.y (mgr.24491) 23788 : cluster [DBG] pgmap v21014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:02.635008+0000 mgr.y (mgr.24491) 23786 : audit [DBG] from='client.39303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:02.920822+0000 mgr.y (mgr.24491) 23787 : audit [DBG] from='client.49217 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:03.483593+0000 mgr.y (mgr.24491) 23788 : cluster [DBG] pgmap v21014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:02.635008+0000 mgr.y (mgr.24491) 23786 : audit [DBG] from='client.39303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:02.920822+0000 mgr.y (mgr.24491) 23787 : audit [DBG] from='client.49217 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:04.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:03.483593+0000 mgr.y (mgr.24491) 23788 : cluster [DBG] pgmap v21014: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:05.484232+0000 mgr.y (mgr.24491) 23789 : cluster [DBG] pgmap v21015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:05.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:05.484232+0000 mgr.y (mgr.24491) 23789 : cluster [DBG] pgmap v21015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:05.484232+0000 mgr.y (mgr.24491) 23789 : cluster [DBG] pgmap v21015: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:08.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:13:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:07] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:13:08.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:07.484629+0000 mgr.y (mgr.24491) 23790 : cluster [DBG] pgmap v21016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:07.484629+0000 mgr.y (mgr.24491) 23790 : cluster [DBG] pgmap v21016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:07.484629+0000 mgr.y (mgr.24491) 23790 : cluster [DBG] pgmap v21016: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:09.485317+0000 mgr.y (mgr.24491) 23791 : cluster [DBG] pgmap v21017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:09.485317+0000 mgr.y (mgr.24491) 23791 : cluster [DBG] pgmap v21017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:09.485317+0000 mgr.y (mgr.24491) 23791 : cluster [DBG] pgmap v21017: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:11.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:13:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:13:12.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:11.485847+0000 mgr.y (mgr.24491) 23792 : cluster [DBG] pgmap v21018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:12.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:12 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:11.485847+0000 mgr.y (mgr.24491) 23792 : cluster [DBG] pgmap v21018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:12.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:12 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:11.485847+0000 mgr.y (mgr.24491) 23792 : cluster [DBG] pgmap v21018: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:13.486400+0000 mgr.y (mgr.24491) 23793 : cluster [DBG] pgmap v21019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:13.486400+0000 mgr.y (mgr.24491) 23793 : cluster [DBG] pgmap v21019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:13.486400+0000 mgr.y (mgr.24491) 23793 : cluster [DBG] pgmap v21019: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:15.487241+0000 mgr.y (mgr.24491) 23794 : cluster [DBG] pgmap v21020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:15.487241+0000 mgr.y (mgr.24491) 23794 : cluster [DBG] pgmap v21020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:15.487241+0000 mgr.y (mgr.24491) 23794 : cluster [DBG] pgmap v21020: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:17] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:13:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:17.487824+0000 mgr.y (mgr.24491) 23795 : cluster [DBG] pgmap v21021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:17.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:17.487824+0000 mgr.y (mgr.24491) 23795 : cluster [DBG] pgmap v21021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:17.487824+0000 mgr.y (mgr.24491) 23795 : cluster [DBG] pgmap v21021: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:19.488483+0000 mgr.y (mgr.24491) 23796 : cluster [DBG] pgmap v21022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:19.488483+0000 mgr.y (mgr.24491) 23796 : cluster [DBG] pgmap v21022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:19.488483+0000 mgr.y (mgr.24491) 23796 : cluster [DBG] pgmap v21022: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:21.415 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:13:21.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:21.365076+0000 mon.a (mon.0) 4750 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:13:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:21.365076+0000 mon.a (mon.0) 4750 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:13:21.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:21.365076+0000 mon.a (mon.0) 4750 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:13:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:21.488846+0000 mgr.y (mgr.24491) 23797 : cluster [DBG] pgmap v21023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:22.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:21.645385+0000 mon.a (mon.0) 4751 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:21.646004+0000 mon.a (mon.0) 4752 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:21.646468+0000 mon.a (mon.0) 4753 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:21.646913+0000 mon.a (mon.0) 4754 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:21.651107+0000 mon.a (mon.0) 4755 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:13:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:21.664597+0000 mon.a (mon.0) 4756 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:13:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:21.665160+0000 mon.a (mon.0) 4757 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:13:22.749 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:21.669139+0000 mon.a (mon.0) 4758 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:13:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:21.488846+0000 mgr.y (mgr.24491) 23797 : cluster [DBG] pgmap v21023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:21.645385+0000 mon.a (mon.0) 4751 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:21.646004+0000 mon.a (mon.0) 4752 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:21.646468+0000 mon.a (mon.0) 4753 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:21.646913+0000 mon.a (mon.0) 4754 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:21.651107+0000 mon.a (mon.0) 4755 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:13:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:21.664597+0000 mon.a (mon.0) 4756 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:13:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:21.665160+0000 mon.a (mon.0) 4757 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:13:22.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:21.669139+0000 mon.a (mon.0) 4758 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:13:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:21.488846+0000 mgr.y (mgr.24491) 23797 : cluster [DBG] pgmap v21023: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:21.645385+0000 mon.a (mon.0) 4751 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:21.646004+0000 mon.a (mon.0) 4752 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:21.646468+0000 mon.a (mon.0) 4753 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:21.646913+0000 mon.a (mon.0) 4754 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-20T15:13:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:21.651107+0000 mon.a (mon.0) 4755 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:13:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:21.664597+0000 mon.a (mon.0) 4756 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:13:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:21.665160+0000 mon.a (mon.0) 4757 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:13:22.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:21.669139+0000 mon.a (mon.0) 4758 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:13:23.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cephadm 2024-04-20T15:13:21.647297+0000 mgr.y (mgr.24491) 23798 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T15:13:23.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cephadm 2024-04-20T15:13:21.647297+0000 mgr.y (mgr.24491) 23798 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T15:13:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cephadm 2024-04-20T15:13:21.647297+0000 mgr.y (mgr.24491) 23798 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2468M 2024-04-20T15:13:24.748 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:24 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:23.489286+0000 mgr.y (mgr.24491) 23799 : cluster [DBG] pgmap v21024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:24.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:23.489286+0000 mgr.y (mgr.24491) 23799 : cluster [DBG] pgmap v21024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:24.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:24 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:23.489286+0000 mgr.y (mgr.24491) 23799 : cluster [DBG] pgmap v21024: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:25.489998+0000 mgr.y (mgr.24491) 23800 : cluster [DBG] pgmap v21025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:25.489998+0000 mgr.y (mgr.24491) 23800 : cluster [DBG] pgmap v21025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:25.489998+0000 mgr.y (mgr.24491) 23800 : cluster [DBG] pgmap v21025: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:27.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:27] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:13:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:27.490429+0000 mgr.y (mgr.24491) 23801 : cluster [DBG] pgmap v21026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:27.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:27.490429+0000 mgr.y (mgr.24491) 23801 : cluster [DBG] pgmap v21026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:27.490429+0000 mgr.y (mgr.24491) 23801 : cluster [DBG] pgmap v21026: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:29.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:29.491087+0000 mgr.y (mgr.24491) 23802 : cluster [DBG] pgmap v21027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:29.491087+0000 mgr.y (mgr.24491) 23802 : cluster [DBG] pgmap v21027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:29.491087+0000 mgr.y (mgr.24491) 23802 : cluster [DBG] pgmap v21027: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:13:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:31.491630+0000 mgr.y (mgr.24491) 23803 : cluster [DBG] pgmap v21028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:31.491630+0000 mgr.y (mgr.24491) 23803 : cluster [DBG] pgmap v21028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:31.491630+0000 mgr.y (mgr.24491) 23803 : cluster [DBG] pgmap v21028: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:33.574 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:13:33.848 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:13:33.848 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 8m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:13:33.848 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 8m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:13:33.848 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 8m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:13:33.848 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 8m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:13:33.849 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 8m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:13:33.849 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 8m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:13:33.849 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 8m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:13:33.849 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 8m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:13:33.849 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 8m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:13:33.849 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 8m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:13:33.849 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 8m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:13:33.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 8m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:13:33.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 8m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:13:33.849 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 8m ago 11h 43.5M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:13:33.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 8m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:13:33.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 8m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:13:33.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 8m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:13:33.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 8m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:13:33.850 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 8m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:13:33.850 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 8m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:13:33.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:33.492003+0000 mgr.y (mgr.24491) 23804 : cluster [DBG] pgmap v21029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:33.492003+0000 mgr.y (mgr.24491) 23804 : cluster [DBG] pgmap v21029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:33.492003+0000 mgr.y (mgr.24491) 23804 : cluster [DBG] pgmap v21029: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:34.182 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:13:34.182 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:13:34.182 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:13:34.182 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:13:34.182 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:13:34.183 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:13:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:33.563669+0000 mgr.y (mgr.24491) 23805 : audit [DBG] from='client.39321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:33.842792+0000 mgr.y (mgr.24491) 23806 : audit [DBG] from='client.49235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:34.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:13:34.184502+0000 mon.a (mon.0) 4759 : audit [DBG] from='client.? 172.21.15.177:0/122706417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:13:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:33.563669+0000 mgr.y (mgr.24491) 23805 : audit [DBG] from='client.39321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:33.842792+0000 mgr.y (mgr.24491) 23806 : audit [DBG] from='client.49235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:34.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:34 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:13:34.184502+0000 mon.a (mon.0) 4759 : audit [DBG] from='client.? 172.21.15.177:0/122706417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:13:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:33.563669+0000 mgr.y (mgr.24491) 23805 : audit [DBG] from='client.39321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:34.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:33.842792+0000 mgr.y (mgr.24491) 23806 : audit [DBG] from='client.49235 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:13:34.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:34 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:13:34.184502+0000 mon.a (mon.0) 4759 : audit [DBG] from='client.? 172.21.15.177:0/122706417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:13:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:35.492609+0000 mgr.y (mgr.24491) 23807 : cluster [DBG] pgmap v21030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:35.492609+0000 mgr.y (mgr.24491) 23807 : cluster [DBG] pgmap v21030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:35.492609+0000 mgr.y (mgr.24491) 23807 : cluster [DBG] pgmap v21030: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:37] "GET /metrics HTTP/1.1" 200 188303 "" "Prometheus/2.33.4" 2024-04-20T15:13:37.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:37.493187+0000 mgr.y (mgr.24491) 23808 : cluster [DBG] pgmap v21031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:37.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:37.493187+0000 mgr.y (mgr.24491) 23808 : cluster [DBG] pgmap v21031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:37.493187+0000 mgr.y (mgr.24491) 23808 : cluster [DBG] pgmap v21031: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:39.494058+0000 mgr.y (mgr.24491) 23809 : cluster [DBG] pgmap v21032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:39.494058+0000 mgr.y (mgr.24491) 23809 : cluster [DBG] pgmap v21032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:39.494058+0000 mgr.y (mgr.24491) 23809 : cluster [DBG] pgmap v21032: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:13:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:41.494563+0000 mgr.y (mgr.24491) 23810 : cluster [DBG] pgmap v21033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:41.494563+0000 mgr.y (mgr.24491) 23810 : cluster [DBG] pgmap v21033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:41.494563+0000 mgr.y (mgr.24491) 23810 : cluster [DBG] pgmap v21033: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:43.495079+0000 mgr.y (mgr.24491) 23811 : cluster [DBG] pgmap v21034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:43.495079+0000 mgr.y (mgr.24491) 23811 : cluster [DBG] pgmap v21034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:43.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:43.495079+0000 mgr.y (mgr.24491) 23811 : cluster [DBG] pgmap v21034: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:45.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:45.495915+0000 mgr.y (mgr.24491) 23812 : cluster [DBG] pgmap v21035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:45.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:45 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:45.495915+0000 mgr.y (mgr.24491) 23812 : cluster [DBG] pgmap v21035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:45.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:45 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:45.495915+0000 mgr.y (mgr.24491) 23812 : cluster [DBG] pgmap v21035: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:47.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:47] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:13:47.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:47.496310+0000 mgr.y (mgr.24491) 23813 : cluster [DBG] pgmap v21036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:47.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:47.496310+0000 mgr.y (mgr.24491) 23813 : cluster [DBG] pgmap v21036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:47.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:47 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:47.496310+0000 mgr.y (mgr.24491) 23813 : cluster [DBG] pgmap v21036: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:49.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:49.497023+0000 mgr.y (mgr.24491) 23814 : cluster [DBG] pgmap v21037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:49.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:49 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:49.497023+0000 mgr.y (mgr.24491) 23814 : cluster [DBG] pgmap v21037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:49.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:49 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:49.497023+0000 mgr.y (mgr.24491) 23814 : cluster [DBG] pgmap v21037: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:51.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:13:51.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:51.497466+0000 mgr.y (mgr.24491) 23815 : cluster [DBG] pgmap v21038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:51.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:51 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:51.497466+0000 mgr.y (mgr.24491) 23815 : cluster [DBG] pgmap v21038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:51.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:51.497466+0000 mgr.y (mgr.24491) 23815 : cluster [DBG] pgmap v21038: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:53.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:53.497875+0000 mgr.y (mgr.24491) 23816 : cluster [DBG] pgmap v21039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:53.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:53 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:53.497875+0000 mgr.y (mgr.24491) 23816 : cluster [DBG] pgmap v21039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:53.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:53 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:53.497875+0000 mgr.y (mgr.24491) 23816 : cluster [DBG] pgmap v21039: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:55.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:55.498691+0000 mgr.y (mgr.24491) 23817 : cluster [DBG] pgmap v21040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:55.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:55 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:55.498691+0000 mgr.y (mgr.24491) 23817 : cluster [DBG] pgmap v21040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:55.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:55 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:55.498691+0000 mgr.y (mgr.24491) 23817 : cluster [DBG] pgmap v21040: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:57.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:57.499257+0000 mgr.y (mgr.24491) 23818 : cluster [DBG] pgmap v21041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:57.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:13:57] "GET /metrics HTTP/1.1" 200 188300 "" "Prometheus/2.33.4" 2024-04-20T15:13:57.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:57.499257+0000 mgr.y (mgr.24491) 23818 : cluster [DBG] pgmap v21041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:57.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:57 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:57.499257+0000 mgr.y (mgr.24491) 23818 : cluster [DBG] pgmap v21041: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:59.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:13:59.500055+0000 mgr.y (mgr.24491) 23819 : cluster [DBG] pgmap v21042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:59.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:13:59 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:13:59.500055+0000 mgr.y (mgr.24491) 23819 : cluster [DBG] pgmap v21042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:13:59.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:13:59 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:13:59.500055+0000 mgr.y (mgr.24491) 23819 : cluster [DBG] pgmap v21042: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:14:01.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:01.500428+0000 mgr.y (mgr.24491) 23820 : cluster [DBG] pgmap v21043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:01.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:01 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:01.500428+0000 mgr.y (mgr.24491) 23820 : cluster [DBG] pgmap v21043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:01.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:01.500428+0000 mgr.y (mgr.24491) 23820 : cluster [DBG] pgmap v21043: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:03.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:03.501067+0000 mgr.y (mgr.24491) 23821 : cluster [DBG] pgmap v21044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:03.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:03 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:03.501067+0000 mgr.y (mgr.24491) 23821 : cluster [DBG] pgmap v21044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:03.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:03 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:03.501067+0000 mgr.y (mgr.24491) 23821 : cluster [DBG] pgmap v21044: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:04.491 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:14:04.768 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:14:04.768 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 8m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:14:04.768 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 8m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:14:04.768 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 8m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:14:04.768 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 8m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:14:04.768 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 8m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:14:04.768 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 8m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:14:04.768 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 8m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:14:04.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 8m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:14:04.769 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 8m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:14:04.769 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 8m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:14:04.769 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 8m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:14:04.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 8m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:14:04.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 8m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:14:04.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 8m ago 11h 43.5M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:14:04.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 8m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:14:04.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 8m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:14:04.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 8m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:14:04.769 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 8m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:14:04.770 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 8m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:14:04.770 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 8m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:14:04.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:14:04.481644+0000 mgr.y (mgr.24491) 23822 : audit [DBG] from='client.39339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:14:04.481644+0000 mgr.y (mgr.24491) 23822 : audit [DBG] from='client.39339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:14:04.481644+0000 mgr.y (mgr.24491) 23822 : audit [DBG] from='client.39339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:05.100 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:14:05.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:14:05.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:14:05.100 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:14:05.100 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:14:05.100 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:14:05.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:14:05.101 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:14:05.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:14:05.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:14:05.101 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:14:05.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:14:05.101 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:14:05.101 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:14:05.101 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:14:05.101 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:14:05.101 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:14:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:14:04.762223+0000 mgr.y (mgr.24491) 23823 : audit [DBG] from='client.39345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:14:05.102429+0000 mon.c (mon.2) 734 : audit [DBG] from='client.? 172.21.15.177:0/4231121118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:14:05.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:05.501659+0000 mgr.y (mgr.24491) 23824 : cluster [DBG] pgmap v21045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:14:04.762223+0000 mgr.y (mgr.24491) 23823 : audit [DBG] from='client.39345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:14:05.102429+0000 mon.c (mon.2) 734 : audit [DBG] from='client.? 172.21.15.177:0/4231121118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:14:05.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:05 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:05.501659+0000 mgr.y (mgr.24491) 23824 : cluster [DBG] pgmap v21045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:14:04.762223+0000 mgr.y (mgr.24491) 23823 : audit [DBG] from='client.39345 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:05.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:14:05.102429+0000 mon.c (mon.2) 734 : audit [DBG] from='client.? 172.21.15.177:0/4231121118' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:14:05.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:05 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:05.501659+0000 mgr.y (mgr.24491) 23824 : cluster [DBG] pgmap v21045: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:07.502211+0000 mgr.y (mgr.24491) 23825 : cluster [DBG] pgmap v21046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:07.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:07] "GET /metrics HTTP/1.1" 200 188302 "" "Prometheus/2.33.4" 2024-04-20T15:14:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:07.502211+0000 mgr.y (mgr.24491) 23825 : cluster [DBG] pgmap v21046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:07.502211+0000 mgr.y (mgr.24491) 23825 : cluster [DBG] pgmap v21046: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:09.502811+0000 mgr.y (mgr.24491) 23826 : cluster [DBG] pgmap v21047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:09.502811+0000 mgr.y (mgr.24491) 23826 : cluster [DBG] pgmap v21047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:09.502811+0000 mgr.y (mgr.24491) 23826 : cluster [DBG] pgmap v21047: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:11.499 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:14:11.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:11.503344+0000 mgr.y (mgr.24491) 23827 : cluster [DBG] pgmap v21048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:11.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:11 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:11.503344+0000 mgr.y (mgr.24491) 23827 : cluster [DBG] pgmap v21048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:11.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:11 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:11.503344+0000 mgr.y (mgr.24491) 23827 : cluster [DBG] pgmap v21048: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:13.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:13.503745+0000 mgr.y (mgr.24491) 23828 : cluster [DBG] pgmap v21049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:13.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:13 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:13.503745+0000 mgr.y (mgr.24491) 23828 : cluster [DBG] pgmap v21049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:13.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:13 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:13.503745+0000 mgr.y (mgr.24491) 23828 : cluster [DBG] pgmap v21049: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:15.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:15.504515+0000 mgr.y (mgr.24491) 23829 : cluster [DBG] pgmap v21050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:15.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:15 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:15.504515+0000 mgr.y (mgr.24491) 23829 : cluster [DBG] pgmap v21050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:15.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:15 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:15.504515+0000 mgr.y (mgr.24491) 23829 : cluster [DBG] pgmap v21050: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:17.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:17] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T15:14:17.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:17.504989+0000 mgr.y (mgr.24491) 23830 : cluster [DBG] pgmap v21051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:17.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:17 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:17.504989+0000 mgr.y (mgr.24491) 23830 : cluster [DBG] pgmap v21051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:17.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:17 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:17.504989+0000 mgr.y (mgr.24491) 23830 : cluster [DBG] pgmap v21051: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:19.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:19.505631+0000 mgr.y (mgr.24491) 23831 : cluster [DBG] pgmap v21052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:19.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:19 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:19.505631+0000 mgr.y (mgr.24491) 23831 : cluster [DBG] pgmap v21052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:19.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:19 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:19.505631+0000 mgr.y (mgr.24491) 23831 : cluster [DBG] pgmap v21052: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:21.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:21] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:14:21.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:21.506209+0000 mgr.y (mgr.24491) 23832 : cluster [DBG] pgmap v21053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:21.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:21 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:21.506209+0000 mgr.y (mgr.24491) 23832 : cluster [DBG] pgmap v21053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:21.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:21 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:21.506209+0000 mgr.y (mgr.24491) 23832 : cluster [DBG] pgmap v21053: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:14:21.673547+0000 mon.a (mon.0) 4760 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:14:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:14:21.960740+0000 mon.a (mon.0) 4761 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:14:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:14:21.961402+0000 mon.a (mon.0) 4762 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:14:22.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:14:21.968049+0000 mon.a (mon.0) 4763 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:14:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:14:21.673547+0000 mon.a (mon.0) 4760 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:14:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:14:21.960740+0000 mon.a (mon.0) 4761 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:14:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:14:21.961402+0000 mon.a (mon.0) 4762 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:14:22.900 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:22 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:14:21.968049+0000 mon.a (mon.0) 4763 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:14:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:14:21.673547+0000 mon.a (mon.0) 4760 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-20T15:14:22.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:14:21.960740+0000 mon.a (mon.0) 4761 : audit [DBG] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-20T15:14:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:14:21.961402+0000 mon.a (mon.0) 4762 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-20T15:14:22.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:22 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:14:21.968049+0000 mon.a (mon.0) 4763 : audit [INF] from='mgr.24491 172.21.15.177:0/2244713162' entity='mgr.y' 2024-04-20T15:14:23.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:23.506759+0000 mgr.y (mgr.24491) 23833 : cluster [DBG] pgmap v21054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:23.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:23 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:23.506759+0000 mgr.y (mgr.24491) 23833 : cluster [DBG] pgmap v21054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:23.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:23 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:23.506759+0000 mgr.y (mgr.24491) 23833 : cluster [DBG] pgmap v21054: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:25.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:25.507388+0000 mgr.y (mgr.24491) 23834 : cluster [DBG] pgmap v21055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:25.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:25 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:25.507388+0000 mgr.y (mgr.24491) 23834 : cluster [DBG] pgmap v21055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:25.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:25 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:25.507388+0000 mgr.y (mgr.24491) 23834 : cluster [DBG] pgmap v21055: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:27.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:27] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T15:14:27.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:27.507979+0000 mgr.y (mgr.24491) 23835 : cluster [DBG] pgmap v21056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:27.900 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:27 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:27.507979+0000 mgr.y (mgr.24491) 23835 : cluster [DBG] pgmap v21056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:27.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:27 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:27.507979+0000 mgr.y (mgr.24491) 23835 : cluster [DBG] pgmap v21056: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:29.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:29.508821+0000 mgr.y (mgr.24491) 23836 : cluster [DBG] pgmap v21057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:29.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:29 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:29.508821+0000 mgr.y (mgr.24491) 23836 : cluster [DBG] pgmap v21057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:29.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:29 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:29.508821+0000 mgr.y (mgr.24491) 23836 : cluster [DBG] pgmap v21057: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:31.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:31] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:14:31.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:31.509298+0000 mgr.y (mgr.24491) 23837 : cluster [DBG] pgmap v21058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:31.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:31 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:31.509298+0000 mgr.y (mgr.24491) 23837 : cluster [DBG] pgmap v21058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:31.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:31 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:31.509298+0000 mgr.y (mgr.24491) 23837 : cluster [DBG] pgmap v21058: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:33.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:33.509842+0000 mgr.y (mgr.24491) 23838 : cluster [DBG] pgmap v21059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:33.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:33 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:33.509842+0000 mgr.y (mgr.24491) 23838 : cluster [DBG] pgmap v21059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:33.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:33 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:33.509842+0000 mgr.y (mgr.24491) 23838 : cluster [DBG] pgmap v21059: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:35.412 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:14:35.689 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:14:35.690 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 9m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:14:35.690 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 9m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:14:35.690 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 9m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:14:35.690 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 9m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:14:35.690 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 9m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:14:35.690 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 9m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:14:35.690 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 9m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:14:35.691 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 9m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:14:35.691 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 9m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:14:35.691 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 9m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:14:35.691 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 9m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:14:35.691 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 9m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:14:35.691 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 9m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:14:35.691 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 9m ago 11h 43.5M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:14:35.691 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 9m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:14:35.691 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 9m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:14:35.691 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 9m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:14:35.691 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 9m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:14:35.692 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 9m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:14:35.692 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 9m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:14:35.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:14:35.402288+0000 mgr.y (mgr.24491) 23839 : audit [DBG] from='client.39357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:35.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:35.510376+0000 mgr.y (mgr.24491) 23840 : cluster [DBG] pgmap v21060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:14:35.402288+0000 mgr.y (mgr.24491) 23839 : audit [DBG] from='client.39357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:35.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:35 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:35.510376+0000 mgr.y (mgr.24491) 23840 : cluster [DBG] pgmap v21060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:35.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:14:35.402288+0000 mgr.y (mgr.24491) 23839 : audit [DBG] from='client.39357 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:35.999 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:35 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:35.510376+0000 mgr.y (mgr.24491) 23840 : cluster [DBG] pgmap v21060: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:36.022 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:14:36.022 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:14:36.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:14:36.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:14:36.023 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:14:36.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:14:36.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:14:36.023 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:14:36.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:14:36.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:14:36.023 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:14:36.023 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:14:36.023 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:14:36.024 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:14:36.024 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:14:36.024 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:14:36.024 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:14:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:14:35.683982+0000 mgr.y (mgr.24491) 23841 : audit [DBG] from='client.39363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:36.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:14:36.024770+0000 mon.c (mon.2) 735 : audit [DBG] from='client.? 172.21.15.177:0/1602969951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:14:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:14:35.683982+0000 mgr.y (mgr.24491) 23841 : audit [DBG] from='client.39363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:36.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:36 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:14:36.024770+0000 mon.c (mon.2) 735 : audit [DBG] from='client.? 172.21.15.177:0/1602969951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:14:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:14:35.683982+0000 mgr.y (mgr.24491) 23841 : audit [DBG] from='client.39363 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:14:36.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:36 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:14:36.024770+0000 mon.c (mon.2) 735 : audit [DBG] from='client.? 172.21.15.177:0/1602969951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:14:37.899 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:37] "GET /metrics HTTP/1.1" 200 188297 "" "Prometheus/2.33.4" 2024-04-20T15:14:37.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:37.510978+0000 mgr.y (mgr.24491) 23842 : cluster [DBG] pgmap v21061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:37.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:37 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:37.510978+0000 mgr.y (mgr.24491) 23842 : cluster [DBG] pgmap v21061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:37.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:37 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:37.510978+0000 mgr.y (mgr.24491) 23842 : cluster [DBG] pgmap v21061: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:39.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:39.511561+0000 mgr.y (mgr.24491) 23843 : cluster [DBG] pgmap v21062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:39.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:39 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:39.511561+0000 mgr.y (mgr.24491) 23843 : cluster [DBG] pgmap v21062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:39.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:39 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:39.511561+0000 mgr.y (mgr.24491) 23843 : cluster [DBG] pgmap v21062: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:41.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:41] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:14:41.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:41.512006+0000 mgr.y (mgr.24491) 23844 : cluster [DBG] pgmap v21063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:41.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:41 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:41.512006+0000 mgr.y (mgr.24491) 23844 : cluster [DBG] pgmap v21063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:41.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:41 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:41.512006+0000 mgr.y (mgr.24491) 23844 : cluster [DBG] pgmap v21063: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:43.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:43.512435+0000 mgr.y (mgr.24491) 23845 : cluster [DBG] pgmap v21064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:43.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:43 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:43.512435+0000 mgr.y (mgr.24491) 23845 : cluster [DBG] pgmap v21064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:44.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:43 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:43.512435+0000 mgr.y (mgr.24491) 23845 : cluster [DBG] pgmap v21064: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:46.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:45.513511+0000 mgr.y (mgr.24491) 23846 : cluster [DBG] pgmap v21065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:46.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:46 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:45.513511+0000 mgr.y (mgr.24491) 23846 : cluster [DBG] pgmap v21065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:46.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:46 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:45.513511+0000 mgr.y (mgr.24491) 23846 : cluster [DBG] pgmap v21065: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:48.148 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:14:47 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:47] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T15:14:48.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:47.514096+0000 mgr.y (mgr.24491) 23847 : cluster [DBG] pgmap v21066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:48.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:48 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:47.514096+0000 mgr.y (mgr.24491) 23847 : cluster [DBG] pgmap v21066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:48.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:48 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:47.514096+0000 mgr.y (mgr.24491) 23847 : cluster [DBG] pgmap v21066: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:50.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:49.514905+0000 mgr.y (mgr.24491) 23848 : cluster [DBG] pgmap v21067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:50.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:50 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:49.514905+0000 mgr.y (mgr.24491) 23848 : cluster [DBG] pgmap v21067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:50.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:50 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:49.514905+0000 mgr.y (mgr.24491) 23848 : cluster [DBG] pgmap v21067: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:51.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:14:51 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:51] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:14:52.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:51.515483+0000 mgr.y (mgr.24491) 23849 : cluster [DBG] pgmap v21068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:52.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:52 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:51.515483+0000 mgr.y (mgr.24491) 23849 : cluster [DBG] pgmap v21068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:52.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:52 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:51.515483+0000 mgr.y (mgr.24491) 23849 : cluster [DBG] pgmap v21068: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:54.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:53.515965+0000 mgr.y (mgr.24491) 23850 : cluster [DBG] pgmap v21069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:54.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:54 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:53.515965+0000 mgr.y (mgr.24491) 23850 : cluster [DBG] pgmap v21069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:54.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:54 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:53.515965+0000 mgr.y (mgr.24491) 23850 : cluster [DBG] pgmap v21069: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:56.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:55.516615+0000 mgr.y (mgr.24491) 23851 : cluster [DBG] pgmap v21070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:56.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:56 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:55.516615+0000 mgr.y (mgr.24491) 23851 : cluster [DBG] pgmap v21070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:56.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:56 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:55.516615+0000 mgr.y (mgr.24491) 23851 : cluster [DBG] pgmap v21070: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:58.149 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:14:57 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:14:57] "GET /metrics HTTP/1.1" 200 188296 "" "Prometheus/2.33.4" 2024-04-20T15:14:58.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:14:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:57.517050+0000 mgr.y (mgr.24491) 23852 : cluster [DBG] pgmap v21071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:58.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:14:58 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:57.517050+0000 mgr.y (mgr.24491) 23852 : cluster [DBG] pgmap v21071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:14:58.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:14:58 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:57.517050+0000 mgr.y (mgr.24491) 23852 : cluster [DBG] pgmap v21071: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:00.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:14:59.517706+0000 mgr.y (mgr.24491) 23853 : cluster [DBG] pgmap v21072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:00.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:15:00 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:14:59.517706+0000 mgr.y (mgr.24491) 23853 : cluster [DBG] pgmap v21072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:00.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:15:00 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:14:59.517706+0000 mgr.y (mgr.24491) 23853 : cluster [DBG] pgmap v21072: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:01.498 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Apr 20 15:15:01 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-x[41745]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:15:01] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-04-20T15:15:02.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:15:01.518294+0000 mgr.y (mgr.24491) 23854 : cluster [DBG] pgmap v21073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:02.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:15:02 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:15:01.518294+0000 mgr.y (mgr.24491) 23854 : cluster [DBG] pgmap v21073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:02.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:15:02 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:15:01.518294+0000 mgr.y (mgr.24491) 23854 : cluster [DBG] pgmap v21073: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:04.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:15:03.518871+0000 mgr.y (mgr.24491) 23855 : cluster [DBG] pgmap v21074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:04.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:15:04 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:15:03.518871+0000 mgr.y (mgr.24491) 23855 : cluster [DBG] pgmap v21074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:04.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:15:04 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:15:03.518871+0000 mgr.y (mgr.24491) 23855 : cluster [DBG] pgmap v21074: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:06.333 INFO:teuthology.orchestra.run.smithi177.stdout:true 2024-04-20T15:15:06.610 INFO:teuthology.orchestra.run.smithi177.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-20T15:15:06.610 INFO:teuthology.orchestra.run.smithi177.stdout:alertmanager.a smithi177 *:9093,9094 running (11h) 9m ago 11h 26.5M - 0.23.0 ba2b418f427c 00111e4a86fd 2024-04-20T15:15:06.610 INFO:teuthology.orchestra.run.smithi177.stdout:grafana.a smithi184 *:3000 running (11h) 9m ago 11h 63.4M - 8.3.5 dad864ee21e9 3e1d325e45c2 2024-04-20T15:15:06.610 INFO:teuthology.orchestra.run.smithi177.stdout:mds.a smithi177 running (11h) 9m ago 11h 24.3M - 16.2.15 e7ca49a77921 a54da35f5e5c 2024-04-20T15:15:06.610 INFO:teuthology.orchestra.run.smithi177.stdout:mds.b smithi184 running (11h) 9m ago 11h 24.9M - 16.2.15 e7ca49a77921 060a664fddc4 2024-04-20T15:15:06.610 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.x smithi184 *:8443 running (11h) 9m ago 11h 397M - 16.2.15 e7ca49a77921 8b85a6dc2982 2024-04-20T15:15:06.610 INFO:teuthology.orchestra.run.smithi177.stdout:mgr.y smithi177 *:9283 running (11h) 9m ago 11h 483M - 16.2.15 e7ca49a77921 2f5bbb34fece 2024-04-20T15:15:06.610 INFO:teuthology.orchestra.run.smithi177.stdout:mon.a smithi177 running (11h) 9m ago 11h 1105M 2048M 16.2.15 e7ca49a77921 1e6269b4bfea 2024-04-20T15:15:06.610 INFO:teuthology.orchestra.run.smithi177.stdout:mon.b smithi184 running (11h) 9m ago 11h 931M 2048M 16.2.15 e7ca49a77921 7f9cf413ffdb 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:mon.c smithi177 running (11h) 9m ago 11h 934M 2048M 16.2.15 e7ca49a77921 4fb7c0fca0bb 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.a smithi177 *:9100 running (11h) 9m ago 11h 25.1M - 1.3.1 1dbe0e931976 6a6171737b44 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:node-exporter.b smithi184 *:9100 running (11h) 9m ago 11h 24.9M - 1.3.1 1dbe0e931976 256ef54588fe 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.0 smithi177 running (11h) 9m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 2b6e6075860b 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.1 smithi177 running (11h) 9m ago 11h 47.4M 2468M 16.2.15 e7ca49a77921 df8e5e323bc6 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.2 smithi177 running (11h) 9m ago 11h 43.5M 2468M 16.2.15 e7ca49a77921 e6163d390bc2 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.3 smithi177 running (11h) 9m ago 11h 43.4M 2468M 16.2.15 e7ca49a77921 0ecbbfe48d76 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.4 smithi184 running (11h) 9m ago 11h 46.3M 2488M 16.2.15 e7ca49a77921 4f2b3154f52e 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.5 smithi184 running (11h) 9m ago 11h 44.7M 2488M 16.2.15 e7ca49a77921 72d118d91e53 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.6 smithi184 running (11h) 9m ago 11h 44.8M 2488M 16.2.15 e7ca49a77921 df867ccfb7cf 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:osd.7 smithi184 running (11h) 9m ago 11h 45.7M 2488M 16.2.15 e7ca49a77921 5991c822da62 2024-04-20T15:15:06.611 INFO:teuthology.orchestra.run.smithi177.stdout:prometheus.a smithi184 *:9095 running (11h) 9m ago 11h 108M - 2.33.4 514e6a882f6e 86b8c7700dda 2024-04-20T15:15:06.898 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:15:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:15:05.519658+0000 mgr.y (mgr.24491) 23856 : cluster [DBG] pgmap v21075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:06.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:15:06 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:15:05.519658+0000 mgr.y (mgr.24491) 23856 : cluster [DBG] pgmap v21075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:06.943 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-04-20T15:15:06.943 INFO:teuthology.orchestra.run.smithi177.stdout: "mon": { 2024-04-20T15:15:06.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 3 2024-04-20T15:15:06.943 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:15:06.943 INFO:teuthology.orchestra.run.smithi177.stdout: "mgr": { 2024-04-20T15:15:06.943 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:15:06.943 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:15:06.943 INFO:teuthology.orchestra.run.smithi177.stdout: "osd": { 2024-04-20T15:15:06.944 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 8 2024-04-20T15:15:06.944 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:15:06.944 INFO:teuthology.orchestra.run.smithi177.stdout: "mds": { 2024-04-20T15:15:06.944 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 2 2024-04-20T15:15:06.944 INFO:teuthology.orchestra.run.smithi177.stdout: }, 2024-04-20T15:15:06.944 INFO:teuthology.orchestra.run.smithi177.stdout: "overall": { 2024-04-20T15:15:06.944 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph version 16.2.15 (618f440892089921c3e944a991122ddc44e60516) pacific (stable)": 15 2024-04-20T15:15:06.944 INFO:teuthology.orchestra.run.smithi177.stdout: } 2024-04-20T15:15:06.944 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-04-20T15:15:07.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:15:06 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:15:05.519658+0000 mgr.y (mgr.24491) 23856 : cluster [DBG] pgmap v21075: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:07.898 INFO:journalctl@ceph.mgr.y.smithi177.stdout:Apr 20 15:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mgr-y[39781]: ::ffff:172.21.15.184 - - [20/Apr/2024:15:15:07] "GET /metrics HTTP/1.1" 200 188306 "" "Prometheus/2.33.4" 2024-04-20T15:15:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:15:06.323311+0000 mgr.y (mgr.24491) 23857 : audit [DBG] from='client.39375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:15:07.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:15:06.945166+0000 mon.a (mon.0) 4764 : audit [DBG] from='client.? 172.21.15.177:0/526428040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:15:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:15:06.323311+0000 mgr.y (mgr.24491) 23857 : audit [DBG] from='client.39375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:15:07.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:15:07 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:15:06.945166+0000 mon.a (mon.0) 4764 : audit [DBG] from='client.? 172.21.15.177:0/526428040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:15:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:15:06.323311+0000 mgr.y (mgr.24491) 23857 : audit [DBG] from='client.39375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:15:07.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:15:07 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:15:06.945166+0000 mon.a (mon.0) 4764 : audit [DBG] from='client.? 172.21.15.177:0/526428040' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-20T15:15:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:15:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: audit 2024-04-20T15:15:06.604736+0000 mgr.y (mgr.24491) 23858 : audit [DBG] from='client.39381 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:15:08.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:15:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:15:07.520008+0000 mgr.y (mgr.24491) 23859 : cluster [DBG] pgmap v21076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:15:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: audit 2024-04-20T15:15:06.604736+0000 mgr.y (mgr.24491) 23858 : audit [DBG] from='client.39381 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:15:08.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:15:08 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:15:07.520008+0000 mgr.y (mgr.24491) 23859 : cluster [DBG] pgmap v21076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:15:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: audit 2024-04-20T15:15:06.604736+0000 mgr.y (mgr.24491) 23858 : audit [DBG] from='client.39381 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-20T15:15:08.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:15:08 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:15:07.520008+0000 mgr.y (mgr.24491) 23859 : cluster [DBG] pgmap v21076: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:09.899 INFO:journalctl@ceph.mon.a.smithi177.stdout:Apr 20 15:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-a[39547]: cluster 2024-04-20T15:15:09.520593+0000 mgr.y (mgr.24491) 23860 : cluster [DBG] pgmap v21077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:09.899 INFO:journalctl@ceph.mon.c.smithi177.stdout:Apr 20 15:15:09 smithi177 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-c[45535]: cluster 2024-04-20T15:15:09.520593+0000 mgr.y (mgr.24491) 23860 : cluster [DBG] pgmap v21077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:09.998 INFO:journalctl@ceph.mon.b.smithi184.stdout:Apr 20 15:15:09 smithi184 ceph-c967cffe-fec5-11ee-bc92-c7b262605968-mon-b[40490]: cluster 2024-04-20T15:15:09.520593+0000 mgr.y (mgr.24491) 23860 : cluster [DBG] pgmap v21077: 105 pgs: 105 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-04-20T15:15:10.171 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-04-20T15:15:10.172 DEBUG:teuthology.task.console_log:Killing console logger for smithi177 2024-04-20T15:15:10.173 DEBUG:teuthology.task.console_log:Killing console logger for smithi184 2024-04-20T15:15:10.173 DEBUG:teuthology.exit:Finished running handlers